2023-12-07T09:28:25.435 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T09:28:25.435 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481809 --name yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481809/orig.config.yaml 2023-12-07T09:28:25.463 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T09:28:25.538 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481809 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: yweinste@redhat.com first_in_suite: false job_id: '7481809' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: 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: smithi022.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi044.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_01:25:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T09:28:25.538 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-07T09:28:25.539 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T09:28:25.539 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T09:28:25.541 INFO:teuthology.task.internal:Checking packages... 2023-12-07T09:28:25.567 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T09:28:25.567 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T09:28:25.567 INFO:teuthology.packaging:ref: None 2023-12-07T09:28:25.567 INFO:teuthology.packaging:tag: None 2023-12-07T09:28:25.567 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T09:28:25.567 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T09:28:25.567 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-07T09:28:25.705 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:28:25.705 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T09:28:25.712 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T09:28:25.712 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T09:28:25.754 INFO:teuthology.task.internal:Saving configuration 2023-12-07T09:28:25.765 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T09:28:25.778 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T09:28:25.801 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481809', '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 09:20:46.124366', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T09:28:25.820 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481809', '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 09:20:46.127432', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T09:28:25.839 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481809', '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 09:20:46.126045', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T09:28:25.839 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T09:28:25.845 INFO:teuthology.task.internal:roles: ubuntu@smithi022.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T09:28:25.845 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T09:28:25.845 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T09:28:25.846 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T09:28:25.960 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa94d105ee0>, signals=[15]) 2023-12-07T09:28:25.961 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T09:28:25.967 INFO:teuthology.task.internal:Opening connections... 2023-12-07T09:28:25.967 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi022.front.sepia.ceph.com 2023-12-07T09:28:25.969 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:28:26.020 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2023-12-07T09:28:26.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:28:26.071 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2023-12-07T09:28:26.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:28:26.120 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T09:28:26.127 DEBUG:teuthology.orchestra.run.smithi022:> uname -m 2023-12-07T09:28:26.133 INFO:teuthology.orchestra.run.smithi022.stdout:x86_64 2023-12-07T09:28:26.134 DEBUG:teuthology.orchestra.run.smithi022:> cat /etc/os-release 2023-12-07T09:28:26.182 INFO:teuthology.orchestra.run.smithi022.stdout:NAME="Ubuntu" 2023-12-07T09:28:26.182 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T09:28:26.182 INFO:teuthology.orchestra.run.smithi022.stdout:ID=ubuntu 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:ID_LIKE=debian 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_ID="20.04" 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_CODENAME=focal 2023-12-07T09:28:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:UBUNTU_CODENAME=focal 2023-12-07T09:28:26.184 INFO:teuthology.lock.ops:Updating smithi022.front.sepia.ceph.com on lock server 2023-12-07T09:28:26.217 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2023-12-07T09:28:26.224 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2023-12-07T09:28:26.224 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="Ubuntu" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:ID=ubuntu 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE=debian 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="20.04" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_CODENAME=focal 2023-12-07T09:28:26.271 INFO:teuthology.orchestra.run.smithi027.stdout:UBUNTU_CODENAME=focal 2023-12-07T09:28:26.272 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2023-12-07T09:28:26.325 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2023-12-07T09:28:26.332 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2023-12-07T09:28:26.332 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="Ubuntu" 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:ID=ubuntu 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE=debian 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="20.04" 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T09:28:26.381 INFO:teuthology.orchestra.run.smithi044.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T09:28:26.382 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T09:28:26.382 INFO:teuthology.orchestra.run.smithi044.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T09:28:26.382 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_CODENAME=focal 2023-12-07T09:28:26.382 INFO:teuthology.orchestra.run.smithi044.stdout:UBUNTU_CODENAME=focal 2023-12-07T09:28:26.382 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2023-12-07T09:28:26.400 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T09:28:26.409 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T09:28:26.436 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T09:28:26.436 DEBUG:teuthology.orchestra.run.smithi022:> test '!' -e /home/ubuntu/cephtest 2023-12-07T09:28:26.438 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2023-12-07T09:28:26.441 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2023-12-07T09:28:26.447 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T09:28:26.452 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T09:28:26.452 DEBUG:teuthology.orchestra.run.smithi022:> test -z $(ls -A /var/lib/ceph) 2023-12-07T09:28:26.455 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2023-12-07T09:28:26.486 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2023-12-07T09:28:26.501 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T09:28:26.565 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T09:28:26.579 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T09:28:26.579 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-07T09:28:26.579 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-07T09:28:26.580 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-07T09:28:26.580 DEBUG:teuthology.orchestra.run.smithi022:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T09:28:26.580 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T09:28:26.581 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T09:28:26.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T09:28:26.587 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-07T09:28:26.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T09:28:26.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T09:28:26.588 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2023-12-07T09:28:26.589 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2023-12-07T09:28:26.594 INFO:teuthology.orchestra.run.smithi027.stdout:5.4.0-124-generic 2023-12-07T09:28:26.595 INFO:teuthology.task.kernel:Running kernel on smithi027: 5.4.0-124-generic 2023-12-07T09:28:26.595 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2023-12-07T09:28:26.596 INFO:teuthology.orchestra.run.smithi022.stdout:5.4.0-124-generic 2023-12-07T09:28:26.596 INFO:teuthology.orchestra.run.smithi044.stdout:5.4.0-124-generic 2023-12-07T09:28:26.597 INFO:teuthology.task.kernel:Running kernel on smithi022: 5.4.0-124-generic 2023-12-07T09:28:26.597 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get clean 2023-12-07T09:28:26.597 INFO:teuthology.task.kernel:Running kernel on smithi044: 5.4.0-124-generic 2023-12-07T09:28:26.597 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get clean 2023-12-07T09:28:26.692 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get update 2023-12-07T09:28:26.736 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2023-12-07T09:28:26.770 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2023-12-07T09:28:26.873 INFO:teuthology.orchestra.run.smithi022.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T09:28:26.893 INFO:teuthology.orchestra.run.smithi027.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T09:28:26.938 INFO:teuthology.orchestra.run.smithi044.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T09:28:26.968 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:28:26.999 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:28:27.042 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:28:27.050 INFO:teuthology.orchestra.run.smithi022.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T09:28:27.081 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T09:28:27.124 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T09:28:27.156 INFO:teuthology.orchestra.run.smithi022.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T09:28:27.182 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T09:28:27.238 INFO:teuthology.orchestra.run.smithi022.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T09:28:27.243 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T09:28:27.274 INFO:teuthology.orchestra.run.smithi027.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T09:28:27.279 INFO:teuthology.orchestra.run.smithi022.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T09:28:27.282 INFO:teuthology.orchestra.run.smithi022.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T09:28:27.283 INFO:teuthology.orchestra.run.smithi022.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T09:28:27.299 INFO:teuthology.orchestra.run.smithi022.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T09:28:27.300 INFO:teuthology.orchestra.run.smithi022.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T09:28:27.302 INFO:teuthology.orchestra.run.smithi022.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T09:28:27.302 INFO:teuthology.orchestra.run.smithi022.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T09:28:27.306 INFO:teuthology.orchestra.run.smithi022.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T09:28:27.312 INFO:teuthology.orchestra.run.smithi022.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T09:28:27.313 INFO:teuthology.orchestra.run.smithi022.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T09:28:27.313 INFO:teuthology.orchestra.run.smithi022.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T09:28:27.314 INFO:teuthology.orchestra.run.smithi022.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T09:28:27.326 INFO:teuthology.orchestra.run.smithi027.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T09:28:27.330 INFO:teuthology.orchestra.run.smithi022.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T09:28:27.334 INFO:teuthology.orchestra.run.smithi022.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T09:28:27.334 INFO:teuthology.orchestra.run.smithi027.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T09:28:27.334 INFO:teuthology.orchestra.run.smithi027.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T09:28:27.365 INFO:teuthology.orchestra.run.smithi027.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T09:28:27.365 INFO:teuthology.orchestra.run.smithi027.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T09:28:27.369 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T09:28:27.369 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T09:28:27.376 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T09:28:27.386 INFO:teuthology.orchestra.run.smithi027.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T09:28:27.387 INFO:teuthology.orchestra.run.smithi027.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T09:28:27.389 INFO:teuthology.orchestra.run.smithi027.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T09:28:27.389 INFO:teuthology.orchestra.run.smithi027.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T09:28:27.390 INFO:teuthology.orchestra.run.smithi027.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T09:28:27.390 INFO:teuthology.orchestra.run.smithi027.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T09:28:27.393 INFO:teuthology.orchestra.run.smithi022.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T09:28:27.402 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T09:28:27.415 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T09:28:27.422 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T09:28:27.422 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T09:28:27.422 INFO:teuthology.orchestra.run.smithi044.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T09:28:27.434 INFO:teuthology.orchestra.run.smithi027.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T09:28:27.440 INFO:teuthology.orchestra.run.smithi044.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T09:28:27.444 INFO:teuthology.orchestra.run.smithi044.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T09:28:27.444 INFO:teuthology.orchestra.run.smithi044.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T09:28:27.457 INFO:teuthology.orchestra.run.smithi044.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T09:28:27.463 INFO:teuthology.orchestra.run.smithi044.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T09:28:27.464 INFO:teuthology.orchestra.run.smithi044.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T09:28:27.464 INFO:teuthology.orchestra.run.smithi044.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T09:28:27.465 INFO:teuthology.orchestra.run.smithi044.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T09:28:27.465 INFO:teuthology.orchestra.run.smithi044.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T09:28:27.474 INFO:teuthology.orchestra.run.smithi044.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T09:28:27.480 INFO:teuthology.orchestra.run.smithi044.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T09:28:27.534 INFO:teuthology.orchestra.run.smithi022.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T09:28:27.576 INFO:teuthology.orchestra.run.smithi027.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T09:28:27.615 INFO:teuthology.orchestra.run.smithi044.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T09:28:27.785 INFO:teuthology.orchestra.run.smithi022.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T09:28:27.827 INFO:teuthology.orchestra.run.smithi027.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T09:28:27.949 INFO:teuthology.orchestra.run.smithi022.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T09:28:27.961 INFO:teuthology.orchestra.run.smithi022.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T09:28:27.962 INFO:teuthology.orchestra.run.smithi022.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T09:28:27.992 INFO:teuthology.orchestra.run.smithi027.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T09:28:28.000 INFO:teuthology.orchestra.run.smithi044.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T09:28:28.005 INFO:teuthology.orchestra.run.smithi027.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T09:28:28.005 INFO:teuthology.orchestra.run.smithi027.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T09:28:28.006 INFO:teuthology.orchestra.run.smithi027.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T09:28:28.027 INFO:teuthology.orchestra.run.smithi022.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T09:28:28.028 INFO:teuthology.orchestra.run.smithi022.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T09:28:28.030 INFO:teuthology.orchestra.run.smithi044.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T09:28:28.038 INFO:teuthology.orchestra.run.smithi022.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T09:28:28.043 INFO:teuthology.orchestra.run.smithi044.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T09:28:28.044 INFO:teuthology.orchestra.run.smithi044.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T09:28:28.045 INFO:teuthology.orchestra.run.smithi044.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T09:28:28.073 INFO:teuthology.orchestra.run.smithi027.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T09:28:28.081 INFO:teuthology.orchestra.run.smithi027.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T09:28:28.110 INFO:teuthology.orchestra.run.smithi044.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T09:28:28.131 INFO:teuthology.orchestra.run.smithi044.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T09:28:28.202 INFO:teuthology.orchestra.run.smithi022.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T09:28:28.244 INFO:teuthology.orchestra.run.smithi027.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T09:28:28.295 INFO:teuthology.orchestra.run.smithi044.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T09:28:28.842 INFO:teuthology.orchestra.run.smithi027.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T09:28:28.842 INFO:teuthology.orchestra.run.smithi022.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T09:28:28.880 INFO:teuthology.orchestra.run.smithi022.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T09:28:28.893 INFO:teuthology.orchestra.run.smithi022.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T09:28:28.894 INFO:teuthology.orchestra.run.smithi022.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T09:28:28.895 INFO:teuthology.orchestra.run.smithi022.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T09:28:28.896 INFO:teuthology.orchestra.run.smithi022.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T09:28:28.896 INFO:teuthology.orchestra.run.smithi022.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T09:28:28.897 INFO:teuthology.orchestra.run.smithi022.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T09:28:28.898 INFO:teuthology.orchestra.run.smithi022.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T09:28:28.924 INFO:teuthology.orchestra.run.smithi022.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T09:28:28.935 INFO:teuthology.orchestra.run.smithi044.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T09:28:28.951 INFO:teuthology.orchestra.run.smithi027.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T09:28:28.972 INFO:teuthology.orchestra.run.smithi027.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T09:28:28.973 INFO:teuthology.orchestra.run.smithi044.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T09:28:28.973 INFO:teuthology.orchestra.run.smithi027.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T09:28:28.975 INFO:teuthology.orchestra.run.smithi027.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T09:28:28.975 INFO:teuthology.orchestra.run.smithi027.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T09:28:28.977 INFO:teuthology.orchestra.run.smithi027.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T09:28:28.977 INFO:teuthology.orchestra.run.smithi027.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T09:28:28.979 INFO:teuthology.orchestra.run.smithi027.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T09:28:28.982 INFO:teuthology.orchestra.run.smithi027.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T09:28:28.986 INFO:teuthology.orchestra.run.smithi044.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T09:28:28.987 INFO:teuthology.orchestra.run.smithi044.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T09:28:28.989 INFO:teuthology.orchestra.run.smithi044.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T09:28:28.989 INFO:teuthology.orchestra.run.smithi044.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T09:28:28.990 INFO:teuthology.orchestra.run.smithi044.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T09:28:28.990 INFO:teuthology.orchestra.run.smithi044.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T09:28:28.991 INFO:teuthology.orchestra.run.smithi044.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T09:28:29.018 INFO:teuthology.orchestra.run.smithi044.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T09:28:29.088 INFO:teuthology.orchestra.run.smithi022.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T09:28:29.146 INFO:teuthology.orchestra.run.smithi027.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T09:28:29.182 INFO:teuthology.orchestra.run.smithi044.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T09:28:29.251 INFO:teuthology.orchestra.run.smithi022.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T09:28:29.302 INFO:teuthology.orchestra.run.smithi022.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T09:28:29.309 INFO:teuthology.orchestra.run.smithi027.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T09:28:29.360 INFO:teuthology.orchestra.run.smithi027.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T09:28:29.374 INFO:teuthology.orchestra.run.smithi044.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T09:28:29.397 INFO:teuthology.orchestra.run.smithi044.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T09:28:31.357 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 18.3 MB in 3s (7,003 kB/s) 2023-12-07T09:28:31.473 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 18.3 MB in 3s (6,982 kB/s) 2023-12-07T09:28:31.583 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 18.3 MB in 3s (6,804 kB/s) 2023-12-07T09:28:32.825 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2023-12-07T09:28:32.851 DEBUG:teuthology.orchestra.run.smithi022:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T09:28:32.864 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-07T09:28:32.888 DEBUG:teuthology.orchestra.run.smithi027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T09:28:32.932 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2023-12-07T09:28:32.957 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-07T09:28:33.012 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2023-12-07T09:28:33.037 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T09:28:33.113 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2023-12-07T09:28:33.142 INFO:teuthology.orchestra.run.smithi022.stdout:Building dependency tree... 2023-12-07T09:28:33.142 INFO:teuthology.orchestra.run.smithi022.stdout:Reading state information... 2023-12-07T09:28:33.165 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2023-12-07T09:28:33.166 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2023-12-07T09:28:33.299 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2023-12-07T09:28:33.299 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2023-12-07T09:28:33.336 INFO:teuthology.orchestra.run.smithi022.stdout:The following additional packages will be installed: 2023-12-07T09:28:33.336 INFO:teuthology.orchestra.run.smithi022.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T09:28:33.336 INFO:teuthology.orchestra.run.smithi022.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-07T09:28:33.336 INFO:teuthology.orchestra.run.smithi022.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-07T09:28:33.337 INFO:teuthology.orchestra.run.smithi022.stdout:Suggested packages: 2023-12-07T09:28:33.337 INFO:teuthology.orchestra.run.smithi022.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-07T09:28:33.338 INFO:teuthology.orchestra.run.smithi022.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-07T09:28:33.354 INFO:teuthology.orchestra.run.smithi027.stdout:The following additional packages will be installed: 2023-12-07T09:28:33.354 INFO:teuthology.orchestra.run.smithi027.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T09:28:33.354 INFO:teuthology.orchestra.run.smithi027.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-07T09:28:33.355 INFO:teuthology.orchestra.run.smithi027.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-07T09:28:33.355 INFO:teuthology.orchestra.run.smithi027.stdout:Suggested packages: 2023-12-07T09:28:33.355 INFO:teuthology.orchestra.run.smithi027.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-07T09:28:33.356 INFO:teuthology.orchestra.run.smithi027.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-07T09:28:33.393 INFO:teuthology.orchestra.run.smithi022.stdout:The following NEW packages will be installed: 2023-12-07T09:28:33.394 INFO:teuthology.orchestra.run.smithi022.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T09:28:33.394 INFO:teuthology.orchestra.run.smithi022.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-07T09:28:33.394 INFO:teuthology.orchestra.run.smithi022.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-07T09:28:33.394 INFO:teuthology.orchestra.run.smithi022.stdout: thermald upower usbmuxd 2023-12-07T09:28:33.404 INFO:teuthology.orchestra.run.smithi027.stdout:The following NEW packages will be installed: 2023-12-07T09:28:33.404 INFO:teuthology.orchestra.run.smithi027.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T09:28:33.404 INFO:teuthology.orchestra.run.smithi027.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-07T09:28:33.405 INFO:teuthology.orchestra.run.smithi027.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-07T09:28:33.405 INFO:teuthology.orchestra.run.smithi027.stdout: thermald upower usbmuxd 2023-12-07T09:28:33.449 INFO:teuthology.orchestra.run.smithi022.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T09:28:33.449 INFO:teuthology.orchestra.run.smithi022.stdout:Need to get 90.8 MB of archives. 2023-12-07T09:28:33.449 INFO:teuthology.orchestra.run.smithi022.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-07T09:28:33.449 INFO:teuthology.orchestra.run.smithi022.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-07T09:28:33.477 INFO:teuthology.orchestra.run.smithi044.stdout:The following additional packages will be installed: 2023-12-07T09:28:33.477 INFO:teuthology.orchestra.run.smithi044.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T09:28:33.477 INFO:teuthology.orchestra.run.smithi044.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-07T09:28:33.478 INFO:teuthology.orchestra.run.smithi044.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-07T09:28:33.479 INFO:teuthology.orchestra.run.smithi044.stdout:Suggested packages: 2023-12-07T09:28:33.479 INFO:teuthology.orchestra.run.smithi044.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-07T09:28:33.479 INFO:teuthology.orchestra.run.smithi044.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-07T09:28:33.506 INFO:teuthology.orchestra.run.smithi022.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-07T09:28:33.511 INFO:teuthology.orchestra.run.smithi022.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-07T09:28:33.515 INFO:teuthology.orchestra.run.smithi022.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-07T09:28:33.530 INFO:teuthology.orchestra.run.smithi022.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-07T09:28:33.537 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:33.544 INFO:teuthology.orchestra.run.smithi044.stdout:The following NEW packages will be installed: 2023-12-07T09:28:33.545 INFO:teuthology.orchestra.run.smithi044.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T09:28:33.545 INFO:teuthology.orchestra.run.smithi044.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-07T09:28:33.546 INFO:teuthology.orchestra.run.smithi044.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-07T09:28:33.546 INFO:teuthology.orchestra.run.smithi044.stdout: thermald upower usbmuxd 2023-12-07T09:28:33.590 INFO:teuthology.orchestra.run.smithi027.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T09:28:33.590 INFO:teuthology.orchestra.run.smithi027.stdout:Need to get 90.8 MB of archives. 2023-12-07T09:28:33.590 INFO:teuthology.orchestra.run.smithi027.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-07T09:28:33.590 INFO:teuthology.orchestra.run.smithi027.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-07T09:28:33.600 INFO:teuthology.orchestra.run.smithi044.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T09:28:33.600 INFO:teuthology.orchestra.run.smithi044.stdout:Need to get 90.8 MB of archives. 2023-12-07T09:28:33.600 INFO:teuthology.orchestra.run.smithi044.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-07T09:28:33.600 INFO:teuthology.orchestra.run.smithi044.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-07T09:28:33.657 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-07T09:28:33.663 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-07T09:28:33.667 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-07T09:28:33.682 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-07T09:28:33.689 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:33.816 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:33.873 INFO:teuthology.orchestra.run.smithi027.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-07T09:28:33.901 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-07T09:28:33.916 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:33.919 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-07T09:28:33.991 INFO:teuthology.orchestra.run.smithi027.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-07T09:28:34.027 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:34.029 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:34.135 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:34.584 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:34.659 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:34.660 INFO:teuthology.orchestra.run.smithi022.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-07T09:28:34.666 INFO:teuthology.orchestra.run.smithi022.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-07T09:28:34.668 INFO:teuthology.orchestra.run.smithi022.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-07T09:28:34.836 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:34.916 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:34.917 INFO:teuthology.orchestra.run.smithi044.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-07T09:28:34.922 INFO:teuthology.orchestra.run.smithi044.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-07T09:28:34.925 INFO:teuthology.orchestra.run.smithi044.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-07T09:28:34.933 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:35.222 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:35.347 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 90.8 MB in 1s (71.8 MB/s) 2023-12-07T09:28:35.556 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-07T09:28:35.582 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 90.8 MB in 1s (66.3 MB/s) 2023-12-07T09:28:35.816 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-07T09:28:37.102 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:37.174 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:37.175 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-07T09:28:37.277 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:37.283 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-07T09:28:37.344 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-07T09:28:37.420 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T09:28:37.513 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:37.518 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-07T09:28:37.680 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T09:28:37.697 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-07T09:28:37.765 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-07T09:28:37.780 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-07T09:28:37.823 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T09:28:38.042 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-07T09:28:38.057 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-07T09:28:38.100 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T09:28:38.159 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-07T09:28:38.172 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-07T09:28:38.209 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T09:28:38.413 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 90.8 MB in 4s (21.1 MB/s) 2023-12-07T09:28:38.462 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-07T09:28:38.476 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-07T09:28:38.478 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-07T09:28:38.495 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-07T09:28:38.520 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T09:28:38.537 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T09:28:38.636 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-07T09:28:39.000 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-07T09:28:39.016 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-07T09:28:39.039 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-07T09:28:39.055 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-07T09:28:39.081 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T09:28:39.123 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T09:28:39.426 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-07T09:28:39.438 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T09:28:39.467 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-07T09:28:39.475 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:39.481 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-07T09:28:39.551 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T09:28:39.862 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-07T09:28:39.878 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T09:28:39.954 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:40.379 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:40.384 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-07T09:28:40.500 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T09:28:40.862 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-07T09:28:40.876 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-07T09:28:40.920 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T09:28:41.272 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-07T09:28:41.286 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-07T09:28:41.331 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T09:28:41.623 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-07T09:28:41.630 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-07T09:28:41.661 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T09:28:41.926 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-07T09:28:41.939 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T09:28:42.012 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-07T09:28:42.026 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-07T09:28:42.038 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:42.070 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T09:28:42.390 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-07T09:28:42.403 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T09:28:42.440 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:42.578 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-07T09:28:42.589 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-07T09:28:42.593 INFO:teuthology.orchestra.run.smithi022.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-07T09:28:42.602 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T09:28:42.637 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:42.685 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:43.234 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-07T09:28:43.248 INFO:teuthology.orchestra.run.smithi044.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-07T09:28:43.317 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:44.907 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-07T09:28:44.923 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T09:28:45.042 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:45.568 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-07T09:28:45.584 INFO:teuthology.orchestra.run.smithi027.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-07T09:28:45.626 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:49.269 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-07T09:28:49.284 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-07T09:28:49.326 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T09:28:49.663 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-07T09:28:49.679 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-07T09:28:49.721 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T09:28:50.099 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package thermald. 2023-12-07T09:28:50.113 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-07T09:28:50.157 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T09:28:50.372 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-07T09:28:50.388 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-07T09:28:50.431 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T09:28:50.686 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package upower. 2023-12-07T09:28:50.703 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-07T09:28:50.762 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-07T09:28:50.783 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-07T09:28:50.797 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-07T09:28:50.841 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T09:28:51.174 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package usbmuxd. 2023-12-07T09:28:51.188 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-07T09:28:51.232 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T09:28:51.236 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package thermald. 2023-12-07T09:28:51.252 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-07T09:28:51.294 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T09:28:51.555 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T09:28:51.678 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T09:28:51.804 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T09:28:51.858 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package upower. 2023-12-07T09:28:51.873 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-07T09:28:51.930 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T09:28:51.931 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-07T09:28:52.048 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T09:28:52.174 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T09:28:52.300 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-07T09:28:52.353 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package usbmuxd. 2023-12-07T09:28:52.371 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-07T09:28:52.403 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T09:28:52.468 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-07T09:28:52.486 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-07T09:28:52.526 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T09:28:52.721 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T09:28:52.848 INFO:teuthology.orchestra.run.smithi022.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-07T09:28:52.849 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T09:28:52.904 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T09:28:52.975 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T09:28:53.004 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-07T09:28:53.018 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-07T09:28:53.062 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T09:28:53.116 INFO:teuthology.orchestra.run.smithi022.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-07T09:28:53.126 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T09:28:53.135 INFO:teuthology.orchestra.run.smithi022.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-07T09:28:53.135 INFO:teuthology.orchestra.run.smithi022.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-07T09:28:53.252 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T09:28:53.370 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T09:28:53.439 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package thermald. 2023-12-07T09:28:53.454 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-07T09:28:53.497 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-07T09:28:53.498 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T09:28:53.596 INFO:teuthology.orchestra.run.smithi022.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-07T09:28:53.826 INFO:teuthology.orchestra.run.smithi022.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-07T09:28:53.884 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T09:28:54.006 INFO:teuthology.orchestra.run.smithi044.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-07T09:28:54.058 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T09:28:54.069 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package upower. 2023-12-07T09:28:54.083 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-07T09:28:54.135 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-07T09:28:54.207 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T09:28:54.207 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T09:28:54.253 INFO:teuthology.orchestra.run.smithi044.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-07T09:28:54.258 INFO:teuthology.orchestra.run.smithi044.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-07T09:28:54.259 INFO:teuthology.orchestra.run.smithi044.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-07T09:28:54.532 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package usbmuxd. 2023-12-07T09:28:54.546 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-07T09:28:54.590 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T09:28:54.704 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:54.896 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T09:28:54.967 INFO:teuthology.orchestra.run.smithi044.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-07T09:28:55.020 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T09:28:55.146 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T09:28:55.190 INFO:teuthology.orchestra.run.smithi044.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-07T09:28:55.239 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T09:28:55.272 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T09:28:55.398 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T09:28:55.524 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T09:28:55.553 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T09:28:55.553 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T09:28:55.650 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-07T09:28:56.026 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:56.056 INFO:teuthology.orchestra.run.smithi022.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:28:56.056 INFO:teuthology.orchestra.run.smithi022.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-07T09:28:56.208 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:56.222 INFO:teuthology.orchestra.run.smithi027.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-07T09:28:56.279 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T09:28:56.495 INFO:teuthology.orchestra.run.smithi027.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-07T09:28:56.508 INFO:teuthology.orchestra.run.smithi027.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-07T09:28:56.508 INFO:teuthology.orchestra.run.smithi027.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-07T09:28:57.046 INFO:teuthology.orchestra.run.smithi027.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-07T09:28:57.274 INFO:teuthology.orchestra.run.smithi027.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-07T09:28:57.325 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T09:28:57.387 INFO:teuthology.orchestra.run.smithi044.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:28:57.387 INFO:teuthology.orchestra.run.smithi044.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-07T09:28:57.545 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:57.608 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:57.642 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T09:28:57.642 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T09:28:58.104 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:59.005 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:28:59.059 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T09:28:59.310 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T09:28:59.454 INFO:teuthology.orchestra.run.smithi027.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:28:59.454 INFO:teuthology.orchestra.run.smithi027.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-07T09:28:59.541 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T09:28:59.632 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:29:00.857 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T09:29:00.982 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T09:29:01.083 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:29:01.094 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-07T09:29:01.211 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:29:01.296 INFO:teuthology.orchestra.run.smithi022.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T09:29:01.296 INFO:teuthology.orchestra.run.smithi022.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:01.296 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T09:29:02.091 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-07T09:29:02.208 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:29:02.305 INFO:teuthology.orchestra.run.smithi044.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T09:29:02.305 INFO:teuthology.orchestra.run.smithi044.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:02.826 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T09:29:02.952 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T09:29:03.250 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T09:29:04.011 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-07T09:29:04.136 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T09:29:04.209 INFO:teuthology.orchestra.run.smithi027.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T09:29:04.210 INFO:teuthology.orchestra.run.smithi027.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:27.503 INFO:teuthology.orchestra.run.smithi022.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T09:29:27.503 INFO:teuthology.orchestra.run.smithi022.stdout:Sourcing file `/etc/default/grub' 2023-12-07T09:29:27.524 INFO:teuthology.orchestra.run.smithi022.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T09:29:27.544 INFO:teuthology.orchestra.run.smithi022.stdout:Generating grub configuration file ... 2023-12-07T09:29:27.840 INFO:teuthology.orchestra.run.smithi022.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:29:27.862 INFO:teuthology.orchestra.run.smithi022.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:28.213 INFO:teuthology.orchestra.run.smithi022.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T09:29:28.225 INFO:teuthology.orchestra.run.smithi022.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T09:29:28.254 INFO:teuthology.orchestra.run.smithi044.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T09:29:28.254 INFO:teuthology.orchestra.run.smithi044.stdout:Sourcing file `/etc/default/grub' 2023-12-07T09:29:28.259 INFO:teuthology.orchestra.run.smithi044.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T09:29:28.269 INFO:teuthology.orchestra.run.smithi044.stdout:Generating grub configuration file ... 2023-12-07T09:29:28.571 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:29:28.593 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:28.982 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T09:29:28.993 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T09:29:30.277 INFO:teuthology.orchestra.run.smithi022.stdout:done 2023-12-07T09:29:30.391 INFO:teuthology.orchestra.run.smithi027.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T09:29:30.391 INFO:teuthology.orchestra.run.smithi027.stdout:Sourcing file `/etc/default/grub' 2023-12-07T09:29:30.413 INFO:teuthology.orchestra.run.smithi027.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T09:29:30.438 INFO:teuthology.orchestra.run.smithi027.stdout:Generating grub configuration file ... 2023-12-07T09:29:30.678 DEBUG:teuthology.orchestra.run.smithi022:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T09:29:30.732 INFO:teuthology.orchestra.run.smithi022.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T09:29:30.732 INFO:teuthology.orchestra.run.smithi022.stdout:Status: install ok installed 2023-12-07T09:29:30.732 INFO:teuthology.orchestra.run.smithi022.stdout:Priority: optional 2023-12-07T09:29:30.734 INFO:teuthology.orchestra.run.smithi022.stdout:Section: kernel 2023-12-07T09:29:30.734 INFO:teuthology.orchestra.run.smithi022.stdout:Installed-Size: 20 2023-12-07T09:29:30.734 INFO:teuthology.orchestra.run.smithi022.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T09:29:30.735 INFO:teuthology.orchestra.run.smithi022.stdout:Architecture: amd64 2023-12-07T09:29:30.735 INFO:teuthology.orchestra.run.smithi022.stdout:Source: linux-meta-hwe-5.15 2023-12-07T09:29:30.735 INFO:teuthology.orchestra.run.smithi022.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T09:29:30.735 INFO:teuthology.orchestra.run.smithi022.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-07T09:29:30.736 INFO:teuthology.orchestra.run.smithi022.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-07T09:29:30.736 INFO:teuthology.orchestra.run.smithi022.stdout:Recommends: thermald 2023-12-07T09:29:30.736 INFO:teuthology.orchestra.run.smithi022.stdout:Description: Generic Linux kernel image 2023-12-07T09:29:30.736 INFO:teuthology.orchestra.run.smithi022.stdout: This package will always depend on the latest generic kernel image 2023-12-07T09:29:30.736 INFO:teuthology.orchestra.run.smithi022.stdout: available. 2023-12-07T09:29:30.737 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-07T09:29:30.737 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T09:29:30.737 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T09:29:30.738 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-07T09:29:30.738 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi022.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T09:29:30.738 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get clean 2023-12-07T09:29:30.817 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get update 2023-12-07T09:29:30.830 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:29:30.853 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:31.031 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T09:29:31.042 INFO:teuthology.orchestra.run.smithi044.stdout:done 2023-12-07T09:29:31.108 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:29:31.189 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T09:29:31.271 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T09:29:31.280 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T09:29:31.293 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T09:29:31.506 DEBUG:teuthology.orchestra.run.smithi044:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Status: install ok installed 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Priority: optional 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Section: kernel 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Installed-Size: 20 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: amd64 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Source: linux-meta-hwe-5.15 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.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-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.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-07T09:29:31.550 INFO:teuthology.orchestra.run.smithi044.stdout:Recommends: thermald 2023-12-07T09:29:31.551 INFO:teuthology.orchestra.run.smithi044.stdout:Description: Generic Linux kernel image 2023-12-07T09:29:31.551 INFO:teuthology.orchestra.run.smithi044.stdout: This package will always depend on the latest generic kernel image 2023-12-07T09:29:31.551 INFO:teuthology.orchestra.run.smithi044.stdout: available. 2023-12-07T09:29:31.551 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-07T09:29:31.551 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T09:29:31.551 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T09:29:31.551 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-07T09:29:31.551 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi044.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T09:29:31.551 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get clean 2023-12-07T09:29:31.625 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2023-12-07T09:29:31.761 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T09:29:31.872 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:29:31.954 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T09:29:32.036 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T09:29:32.848 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2023-12-07T09:29:32.873 DEBUG:teuthology.orchestra.run.smithi022:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T09:29:32.941 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2023-12-07T09:29:33.149 INFO:teuthology.orchestra.run.smithi022.stdout:Building dependency tree... 2023-12-07T09:29:33.150 INFO:teuthology.orchestra.run.smithi022.stdout:Reading state information... 2023-12-07T09:29:33.387 INFO:teuthology.orchestra.run.smithi022.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-07T09:29:33.387 INFO:teuthology.orchestra.run.smithi022.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T09:29:33.389 DEBUG:teuthology.orchestra.run.smithi022:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T09:29:33.406 INFO:teuthology.orchestra.run.smithi027.stdout:done 2023-12-07T09:29:33.409 INFO:teuthology.orchestra.run.smithi022.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T09:29:33.409 INFO:teuthology.orchestra.run.smithi022.stdout:Status: install ok installed 2023-12-07T09:29:33.409 INFO:teuthology.orchestra.run.smithi022.stdout:Priority: optional 2023-12-07T09:29:33.409 INFO:teuthology.orchestra.run.smithi022.stdout:Section: kernel 2023-12-07T09:29:33.409 INFO:teuthology.orchestra.run.smithi022.stdout:Installed-Size: 20 2023-12-07T09:29:33.409 INFO:teuthology.orchestra.run.smithi022.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout:Architecture: amd64 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout:Source: linux-meta-hwe-5.15 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.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-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.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-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout:Recommends: thermald 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout:Description: Generic Linux kernel image 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout: This package will always depend on the latest generic kernel image 2023-12-07T09:29:33.410 INFO:teuthology.orchestra.run.smithi022.stdout: available. 2023-12-07T09:29:33.410 DEBUG:teuthology.orchestra.run.smithi022:> mktemp 2023-12-07T09:29:33.415 INFO:teuthology.orchestra.run.smithi022.stdout:/tmp/tmp.d1oltQJiWB 2023-12-07T09:29:33.415 DEBUG:teuthology.orchestra.run.smithi022:> sudo cp /boot/grub/grub.cfg /tmp/tmp.d1oltQJiWB 2023-12-07T09:29:33.474 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 0666 /tmp/tmp.d1oltQJiWB 2023-12-07T09:29:33.516 DEBUG:teuthology.orchestra.remote:smithi022:/tmp/tmp.d1oltQJiWB is 9KB 2023-12-07T09:29:33.529 DEBUG:teuthology.orchestra.run.smithi022:> rm -fr /tmp/tmp.d1oltQJiWB 2023-12-07T09:29:33.536 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T09:29:33.587 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2023-12-07T09:29:33.592 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:29:33.592 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T09:29:33.592 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T09:29:33.613 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T09:29:33.625 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-07T09:29:33.626 DEBUG:teuthology.orchestra.run.smithi022:> sudo update-grub 2023-12-07T09:29:33.681 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2023-12-07T09:29:33.838 DEBUG:teuthology.orchestra.run.smithi027:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T09:29:33.893 INFO:teuthology.orchestra.run.smithi027.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T09:29:33.893 INFO:teuthology.orchestra.run.smithi027.stdout:Status: install ok installed 2023-12-07T09:29:33.893 INFO:teuthology.orchestra.run.smithi027.stdout:Priority: optional 2023-12-07T09:29:33.893 INFO:teuthology.orchestra.run.smithi027.stdout:Section: kernel 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Installed-Size: 20 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: amd64 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Source: linux-meta-hwe-5.15 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.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-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.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-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Recommends: thermald 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout:Description: Generic Linux kernel image 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout: This package will always depend on the latest generic kernel image 2023-12-07T09:29:33.894 INFO:teuthology.orchestra.run.smithi027.stdout: available. 2023-12-07T09:29:33.894 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-07T09:29:33.895 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T09:29:33.895 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T09:29:33.895 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-07T09:29:33.895 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T09:29:33.895 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2023-12-07T09:29:33.896 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2023-12-07T09:29:33.896 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2023-12-07T09:29:33.990 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2023-12-07T09:29:34.116 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T09:29:34.121 INFO:teuthology.orchestra.run.smithi044.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-07T09:29:34.121 INFO:teuthology.orchestra.run.smithi044.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T09:29:34.123 DEBUG:teuthology.orchestra.run.smithi044:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T09:29:34.140 INFO:teuthology.orchestra.run.smithi044.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Status: install ok installed 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Priority: optional 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Section: kernel 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Installed-Size: 20 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: amd64 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Source: linux-meta-hwe-5.15 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.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-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.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-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Recommends: thermald 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout:Description: Generic Linux kernel image 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout: This package will always depend on the latest generic kernel image 2023-12-07T09:29:34.141 INFO:teuthology.orchestra.run.smithi044.stdout: available. 2023-12-07T09:29:34.142 DEBUG:teuthology.orchestra.run.smithi044:> mktemp 2023-12-07T09:29:34.189 INFO:teuthology.orchestra.run.smithi044.stdout:/tmp/tmp.PavOkcwdWj 2023-12-07T09:29:34.190 DEBUG:teuthology.orchestra.run.smithi044:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PavOkcwdWj 2023-12-07T09:29:34.204 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0666 /tmp/tmp.PavOkcwdWj 2023-12-07T09:29:34.239 DEBUG:teuthology.orchestra.remote:smithi044:/tmp/tmp.PavOkcwdWj is 9KB 2023-12-07T09:29:34.252 DEBUG:teuthology.orchestra.run.smithi044:> rm -fr /tmp/tmp.PavOkcwdWj 2023-12-07T09:29:34.258 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T09:29:34.295 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:29:34.314 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:29:34.314 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T09:29:34.315 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T09:29:34.361 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-07T09:29:34.361 DEBUG:teuthology.orchestra.run.smithi044:> sudo update-grub 2023-12-07T09:29:34.376 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T09:29:34.458 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T09:29:34.961 INFO:teuthology.orchestra.run.smithi022.stderr:Sourcing file `/etc/default/grub' 2023-12-07T09:29:34.970 INFO:teuthology.orchestra.run.smithi022.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T09:29:34.983 INFO:teuthology.orchestra.run.smithi022.stderr:Generating grub configuration file ... 2023-12-07T09:29:35.374 INFO:teuthology.orchestra.run.smithi022.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:29:35.385 INFO:teuthology.orchestra.run.smithi022.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:35.727 INFO:teuthology.orchestra.run.smithi022.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T09:29:35.738 INFO:teuthology.orchestra.run.smithi022.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T09:29:35.780 INFO:teuthology.orchestra.run.smithi044.stderr:Sourcing file `/etc/default/grub' 2023-12-07T09:29:35.789 INFO:teuthology.orchestra.run.smithi044.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T09:29:35.800 INFO:teuthology.orchestra.run.smithi044.stderr:Generating grub configuration file ... 2023-12-07T09:29:35.978 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-07T09:29:36.004 DEBUG:teuthology.orchestra.run.smithi027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T09:29:36.070 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:29:36.080 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-07T09:29:36.082 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:36.289 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2023-12-07T09:29:36.290 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2023-12-07T09:29:36.519 INFO:teuthology.orchestra.run.smithi027.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-07T09:29:36.519 INFO:teuthology.orchestra.run.smithi027.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T09:29:36.521 DEBUG:teuthology.orchestra.run.smithi027:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T09:29:36.529 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T09:29:36.540 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T09:29:36.543 INFO:teuthology.orchestra.run.smithi027.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T09:29:36.543 INFO:teuthology.orchestra.run.smithi027.stdout:Status: install ok installed 2023-12-07T09:29:36.543 INFO:teuthology.orchestra.run.smithi027.stdout:Priority: optional 2023-12-07T09:29:36.543 INFO:teuthology.orchestra.run.smithi027.stdout:Section: kernel 2023-12-07T09:29:36.543 INFO:teuthology.orchestra.run.smithi027.stdout:Installed-Size: 20 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: amd64 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout:Source: linux-meta-hwe-5.15 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.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-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.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-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout:Recommends: thermald 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout:Description: Generic Linux kernel image 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout: This package will always depend on the latest generic kernel image 2023-12-07T09:29:36.544 INFO:teuthology.orchestra.run.smithi027.stdout: available. 2023-12-07T09:29:36.544 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2023-12-07T09:29:36.550 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.WjE1gQRkTm 2023-12-07T09:29:36.550 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub/grub.cfg /tmp/tmp.WjE1gQRkTm 2023-12-07T09:29:36.561 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.WjE1gQRkTm 2023-12-07T09:29:36.603 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.WjE1gQRkTm is 9KB 2023-12-07T09:29:36.616 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.WjE1gQRkTm 2023-12-07T09:29:36.622 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T09:29:36.677 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:29:36.678 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T09:29:36.678 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T09:29:36.711 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-07T09:29:36.712 DEBUG:teuthology.orchestra.run.smithi027:> sudo update-grub 2023-12-07T09:29:36.940 INFO:teuthology.orchestra.run.smithi022.stderr:done 2023-12-07T09:29:36.942 DEBUG:teuthology.orchestra.run.smithi022:> sudo shutdown -r now 2023-12-07T09:29:37.546 INFO:teuthology.orchestra.run.smithi044.stderr:done 2023-12-07T09:29:37.547 DEBUG:teuthology.orchestra.run.smithi044:> sudo shutdown -r now 2023-12-07T09:29:37.998 INFO:teuthology.orchestra.run.smithi027.stderr:Sourcing file `/etc/default/grub' 2023-12-07T09:29:38.004 INFO:teuthology.orchestra.run.smithi027.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T09:29:38.012 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2023-12-07T09:29:38.317 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T09:29:38.329 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T09:29:38.796 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T09:29:38.807 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T09:29:39.819 INFO:teuthology.orchestra.run.smithi027.stderr:done 2023-12-07T09:29:39.820 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2023-12-07T09:30:06.970 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-07T09:30:06.971 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T09:30:06.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:30:07.551 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-07T09:30:07.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-12-07T09:30:07.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:30:09.872 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-07T09:30:09.872 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:30:09.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:30:44.450 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-07T09:30:53.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:30:53.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:30:56.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-07T09:31:06.983 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T09:31:07.554 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T09:31:08.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:31:08.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:31:11.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-07T09:31:15.986 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T09:31:15.987 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:31:16.212 DEBUG:teuthology.orchestra.run.smithi022:> true 2023-12-07T09:31:16.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-12-07T09:31:16.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:31:16.713 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T09:31:16.713 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-07T09:31:16.713 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2023-12-07T09:31:16.760 INFO:teuthology.orchestra.run.smithi022.stdout:5.15.0-89-generic 2023-12-07T09:31:16.760 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-07T09:31:16.761 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T09:31:16.761 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T09:31:17.762 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T09:31:17.762 DEBUG:teuthology.orchestra.run.smithi022:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T09:31:17.837 INFO:teuthology.orchestra.run.smithi022.stdout:ttyS1 2023-12-07T09:31:17.881 DEBUG:teuthology.parallel:result is None 2023-12-07T09:31:24.279 DEBUG:teuthology.orchestra.run.smithi044:> true 2023-12-07T09:31:25.120 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-12-07T09:31:25.120 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-89-generic"... 2023-12-07T09:31:25.121 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2023-12-07T09:31:25.174 INFO:teuthology.orchestra.run.smithi044.stdout:5.15.0-89-generic 2023-12-07T09:31:25.174 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-07T09:31:25.174 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T09:31:25.174 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T09:31:26.175 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T09:31:26.175 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T09:31:26.484 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2023-12-07T09:31:26.526 DEBUG:teuthology.parallel:result is None 2023-12-07T09:31:26.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:31:26.588 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:31:29.666 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-07T09:31:47.667 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:31:47.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:32:19.402 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-07T09:32:19.928 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:32:19.929 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-07T09:32:19.929 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-07T09:32:19.978 INFO:teuthology.orchestra.run.smithi027.stdout:5.15.0-89-generic 2023-12-07T09:32:19.979 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-07T09:32:19.979 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T09:32:19.979 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T09:32:20.980 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T09:32:20.980 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T09:32:21.069 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2023-12-07T09:32:21.103 DEBUG:teuthology.parallel:result is None 2023-12-07T09:32:21.103 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T09:32:21.110 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T09:32:21.110 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T09:32:21.114 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T09:32:21.116 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T09:32:21.123 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T09:32:21.156 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T09:32:21.190 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T09:32:21.190 DEBUG:teuthology.orchestra.run.smithi022:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T09:32:21.192 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T09:32:21.197 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T09:32:21.234 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T09:32:21.240 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T09:32:21.241 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T09:32:21.253 DEBUG:teuthology.orchestra.run.smithi027:> 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-07T09:32:21.255 DEBUG:teuthology.orchestra.run.smithi044:> 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-07T09:32:21.269 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T09:32:21.271 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T09:32:21.275 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T09:32:21.277 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T09:32:21.297 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T09:32:21.305 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T09:32:21.306 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T09:32:21.313 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T09:32:21.313 DEBUG:teuthology.orchestra.run.smithi022:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T09:32:21.321 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T09:32:21.323 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T09:32:21.365 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T09:32:21.374 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T09:32:21.375 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T09:32:21.382 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T09:32:21.385 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T09:32:21.414 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T09:32:21.434 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T09:32:21.482 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:32:21.482 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T09:32:21.546 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T09:32:21.554 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T09:32:21.603 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:32:21.603 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T09:32:21.665 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T09:32:21.672 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T09:32:21.722 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:32:21.723 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T09:32:21.795 DEBUG:teuthology.orchestra.run.smithi022:> sudo service rsyslog restart 2023-12-07T09:32:21.798 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2023-12-07T09:32:21.800 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2023-12-07T09:32:21.882 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T09:32:21.889 INFO:teuthology.task.internal:Starting timer... 2023-12-07T09:32:21.889 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T09:32:21.937 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T09:32:21.968 DEBUG:teuthology.task.selinux:Excluding smithi022: OS 'ubuntu' does not support SELinux 2023-12-07T09:32:21.968 DEBUG:teuthology.task.selinux:Excluding smithi027: OS 'ubuntu' does not support SELinux 2023-12-07T09:32:21.968 DEBUG:teuthology.task.selinux:Excluding smithi044: OS 'ubuntu' does not support SELinux 2023-12-07T09:32:21.969 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T09:32:21.970 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-07T09:32:21.970 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T09:32:21.970 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T09:32:22.001 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-07T09:32:22.001 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T09:32:22.026 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-07T09:32:22.042 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi022.front.sepia.ceph.com,smithi027.front.sepia.ceph.com,smithi044.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T09:38:38.795 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi022.front.sepia.ceph.com'), Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi044.front.sepia.ceph.com')] 2023-12-07T09:38:38.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T09:38:38.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:38:38.888 DEBUG:teuthology.orchestra.run.smithi022:> true 2023-12-07T09:38:39.016 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T09:38:39.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:38:39.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:38:39.104 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-07T09:38:39.224 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-07T09:38:39.224 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-12-07T09:38:39.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T09:38:39.314 DEBUG:teuthology.orchestra.run.smithi044:> true 2023-12-07T09:38:39.440 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2023-12-07T09:38:39.441 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T09:38:39.451 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T09:38:39.452 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T09:38:39.452 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T09:38:39.455 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T09:38:39.455 DEBUG:teuthology.orchestra.run.smithi027:> 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-07T09:38:39.458 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T09:38:39.458 DEBUG:teuthology.orchestra.run.smithi044:> 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-07T09:38:39.487 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T09:38:39.487 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Command line: ntpd -gq 2023-12-07T09:38:39.487 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: proto: precision = 0.080 usec (-23) 2023-12-07T09:38:39.487 INFO:teuthology.orchestra.run.smithi022.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T09:38:39.488 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T09:38:39.488 INFO:teuthology.orchestra.run.smithi022.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listen normally on 3 ens1f0 172.21.15.22:123 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listen normally on 4 lo [::1]:123 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe59:5de4%3]:123 2023-12-07T09:38:39.489 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:39 ntpd[23303]: Listening on routing socket on fd #22 for interface updates 2023-12-07T09:38:39.490 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T09:38:39.490 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Command line: ntpd -gq 2023-12-07T09:38:39.490 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: proto: precision = 0.082 usec (-23) 2023-12-07T09:38:39.491 INFO:teuthology.orchestra.run.smithi027.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T09:38:39.491 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T09:38:39.491 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T09:38:39.491 INFO:teuthology.orchestra.run.smithi027.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T09:38:39.492 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T09:38:39.492 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T09:38:39.492 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T09:38:39.492 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listen normally on 3 ens1f0 172.21.15.27:123 2023-12-07T09:38:39.492 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listen normally on 4 lo [::1]:123 2023-12-07T09:38:39.492 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:395a%4]:123 2023-12-07T09:38:39.493 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:39 ntpd[23384]: Listening on routing socket on fd #22 for interface updates 2023-12-07T09:38:39.513 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T09:38:39.513 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Command line: ntpd -gq 2023-12-07T09:38:39.514 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: proto: precision = 0.102 usec (-23) 2023-12-07T09:38:39.514 INFO:teuthology.orchestra.run.smithi044.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T09:38:39.515 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T09:38:39.515 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T09:38:39.515 INFO:teuthology.orchestra.run.smithi044.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listen normally on 3 ens1f0 172.21.15.44:123 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listen normally on 4 lo [::1]:123 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1572%4]:123 2023-12-07T09:38:39.516 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:39 ntpd[23371]: Listening on routing socket on fd #22 for interface updates 2023-12-07T09:38:40.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:40 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:40.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:40 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:40.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:40 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:40.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:40 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:40.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:40 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:40.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:40 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:40.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:40.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:40 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:41.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:41 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:41.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:41 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:41.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:41 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:41.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:41 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:41.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:41 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:41.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:41 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:41.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:41 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:41.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:41 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:41.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:41 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:41.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:41 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:41.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:41 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:41.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:41 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:42.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:42 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:42 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:42 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:42 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:42 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:42.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:42 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:42.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:42 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:42 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:42.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:42 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:43.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:43.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:43 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:43.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:43 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:43.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:43 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:43 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:43 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:43.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:43 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:43.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:43 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:43.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:43 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:44.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:44 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:44.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:44 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:44 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:44 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:44 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:44 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:44.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:44 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:44.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:44.516 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:44 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:45.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:45 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:45 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:45 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:45 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:45 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:45.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:45 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:45.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:45.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:45 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:45.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:45 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:45 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:45 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:45.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:45 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:45.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:45 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:45.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:45 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:46.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.487 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stdout: 7 Dec 09:38:46 ntpd[23303]: ntpd: time slew +0.001229 s 2023-12-07T09:38:46.488 INFO:teuthology.orchestra.run.smithi022.stdout:ntpd: time slew +0.001229s 2023-12-07T09:38:46.489 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T09:38:46.489 INFO:teuthology.orchestra.run.smithi022.stderr: 7 Dec 09:38:46 ntpd[23303]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T09:38:46.489 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:46 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:46 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:46 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:46 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:46 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:46.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:46 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:46.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:46.514 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:46.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:46.515 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:46.515 INFO:teuthology.orchestra.run.smithi044.stdout: 7 Dec 09:38:46 ntpd[23371]: ntpd: time slew +0.001900 s 2023-12-07T09:38:46.515 INFO:teuthology.orchestra.run.smithi044.stdout:ntpd: time slew +0.001900s 2023-12-07T09:38:46.516 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T09:38:46.516 INFO:teuthology.orchestra.run.smithi044.stderr: 7 Dec 09:38:46 ntpd[23371]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T09:38:46.550 INFO:teuthology.orchestra.run.smithi022.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T09:38:46.550 INFO:teuthology.orchestra.run.smithi022.stdout:============================================================================== 2023-12-07T09:38:46.550 INFO:teuthology.orchestra.run.smithi022.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.551 INFO:teuthology.orchestra.run.smithi022.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.551 INFO:teuthology.orchestra.run.smithi022.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.551 INFO:teuthology.orchestra.run.smithi022.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.583 INFO:teuthology.orchestra.run.smithi044.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T09:38:46.583 INFO:teuthology.orchestra.run.smithi044.stdout:============================================================================== 2023-12-07T09:38:46.583 INFO:teuthology.orchestra.run.smithi044.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.583 INFO:teuthology.orchestra.run.smithi044.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.583 INFO:teuthology.orchestra.run.smithi044.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:46.583 INFO:teuthology.orchestra.run.smithi044.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:47.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:47.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:47.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:47.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:47.490 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T09:38:47.491 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T09:38:47.491 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T09:38:47.491 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T09:38:47.491 INFO:teuthology.orchestra.run.smithi027.stdout: 7 Dec 09:38:47 ntpd[23384]: ntpd: time slew -0.000486 s 2023-12-07T09:38:47.491 INFO:teuthology.orchestra.run.smithi027.stdout:ntpd: time slew -0.000486s 2023-12-07T09:38:47.491 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T09:38:47.492 INFO:teuthology.orchestra.run.smithi027.stderr: 7 Dec 09:38:47 ntpd[23384]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T09:38:47.550 INFO:teuthology.orchestra.run.smithi027.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T09:38:47.550 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================== 2023-12-07T09:38:47.550 INFO:teuthology.orchestra.run.smithi027.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:47.550 INFO:teuthology.orchestra.run.smithi027.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:47.550 INFO:teuthology.orchestra.run.smithi027.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:47.550 INFO:teuthology.orchestra.run.smithi027.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T09:38:47.551 INFO:teuthology.run_tasks:Running task install... 2023-12-07T09:38:47.559 DEBUG:teuthology.task.install:project ceph 2023-12-07T09:38:47.560 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T09:38:47.560 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T09:38:47.560 INFO:teuthology.task.install:Using flavor: default 2023-12-07T09:38:47.566 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-07T09:38:47.566 INFO:teuthology.task.install:extra packages: [] 2023-12-07T09:38:47.567 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-key list | grep Ceph 2023-12-07T09:38:47.567 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-key list | grep Ceph 2023-12-07T09:38:47.567 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-key list | grep Ceph 2023-12-07T09:38:47.666 INFO:teuthology.orchestra.run.smithi044.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-07T09:38:47.673 INFO:teuthology.orchestra.run.smithi022.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-07T09:38:47.687 INFO:teuthology.orchestra.run.smithi027.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-07T09:38:47.723 INFO:teuthology.orchestra.run.smithi044.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-07T09:38:47.723 INFO:teuthology.orchestra.run.smithi044.stdout:uid [ unknown] Ceph.com (release key) 2023-12-07T09:38:47.724 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-07T09:38:47.724 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-07T09:38:47.731 INFO:teuthology.orchestra.run.smithi022.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-07T09:38:47.731 INFO:teuthology.orchestra.run.smithi022.stdout:uid [ unknown] Ceph.com (release key) 2023-12-07T09:38:47.732 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-07T09:38:47.732 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-07T09:38:47.744 INFO:teuthology.orchestra.run.smithi027.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-07T09:38:47.744 INFO:teuthology.orchestra.run.smithi027.stdout:uid [ unknown] Ceph.com (release key) 2023-12-07T09:38:47.745 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-07T09:38:47.746 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-07T09:38:47.878 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-07T09:38:47.878 INFO:teuthology.task.install.deb:Package version is 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:38:47.889 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-07T09:38:47.889 INFO:teuthology.task.install.deb:Package version is 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:38:47.950 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-07T09:38:47.950 INFO:teuthology.task.install.deb:Package version is 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:38:48.050 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:38:48.050 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-07T09:38:48.067 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:38:48.067 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-07T09:38:48.071 DEBUG:teuthology.orchestra.run.smithi022:> sudo apt-get update 2023-12-07T09:38:48.071 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:38:48.071 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-07T09:38:48.088 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2023-12-07T09:38:48.089 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2023-12-07T09:38:48.262 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:38:48.267 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T09:38:48.278 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:38:48.284 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T09:38:48.287 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T09:38:48.288 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T09:38:48.292 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T09:38:48.307 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T09:38:48.309 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T09:38:48.336 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T09:38:48.338 INFO:teuthology.orchestra.run.smithi022.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T09:38:48.338 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T09:38:48.374 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:48.390 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:48.403 INFO:teuthology.orchestra.run.smithi044.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-07T09:38:48.412 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:48.429 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:48.442 INFO:teuthology.orchestra.run.smithi044.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-07T09:38:48.450 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:48.466 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:48.477 INFO:teuthology.orchestra.run.smithi044.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-07T09:38:48.498 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:48.502 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:48.518 INFO:teuthology.orchestra.run.smithi044.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-07T09:38:48.550 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:48.551 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:48.568 INFO:teuthology.orchestra.run.smithi044.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-07T09:38:48.925 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 28.4 kB in 1s (44.4 kB/s) 2023-12-07T09:38:48.932 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 28.4 kB in 1s (44.8 kB/s) 2023-12-07T09:38:48.941 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 28.4 kB in 1s (45.0 kB/s) 2023-12-07T09:38:50.049 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2023-12-07T09:38:50.049 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-07T09:38:50.059 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2023-12-07T09:38:50.079 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T09:38:50.080 DEBUG:teuthology.orchestra.run.smithi027:> 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-07T09:38:50.090 DEBUG:teuthology.orchestra.run.smithi044:> 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-07T09:38:50.165 INFO:teuthology.orchestra.run.smithi022.stdout:Reading package lists... 2023-12-07T09:38:50.174 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2023-12-07T09:38:50.176 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-07T09:38:50.364 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2023-12-07T09:38:50.365 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2023-12-07T09:38:50.374 INFO:teuthology.orchestra.run.smithi022.stdout:Building dependency tree... 2023-12-07T09:38:50.374 INFO:teuthology.orchestra.run.smithi022.stdout:Reading state information... 2023-12-07T09:38:50.381 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2023-12-07T09:38:50.382 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2023-12-07T09:38:50.548 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages were automatically installed and are no longer required: 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout:The following additional packages will be installed: 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-07T09:38:50.549 INFO:teuthology.orchestra.run.smithi044.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-07T09:38:50.550 INFO:teuthology.orchestra.run.smithi044.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-07T09:38:50.550 INFO:teuthology.orchestra.run.smithi044.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-07T09:38:50.550 INFO:teuthology.orchestra.run.smithi044.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-07T09:38:50.550 INFO:teuthology.orchestra.run.smithi044.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-07T09:38:50.551 INFO:teuthology.orchestra.run.smithi044.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-07T09:38:50.555 INFO:teuthology.orchestra.run.smithi044.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-07T09:38:50.555 INFO:teuthology.orchestra.run.smithi044.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-07T09:38:50.555 INFO:teuthology.orchestra.run.smithi044.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-07T09:38:50.555 INFO:teuthology.orchestra.run.smithi044.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-07T09:38:50.555 INFO:teuthology.orchestra.run.smithi044.stdout:Suggested packages: 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-07T09:38:50.556 INFO:teuthology.orchestra.run.smithi044.stdout:Recommended packages: 2023-12-07T09:38:50.557 INFO:teuthology.orchestra.run.smithi044.stdout: btrfs-tools 2023-12-07T09:38:50.570 INFO:teuthology.orchestra.run.smithi027.stdout:The following packages were automatically installed and are no longer required: 2023-12-07T09:38:50.571 INFO:teuthology.orchestra.run.smithi027.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-07T09:38:50.571 INFO:teuthology.orchestra.run.smithi027.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-07T09:38:50.571 INFO:teuthology.orchestra.run.smithi027.stdout:The following additional packages will be installed: 2023-12-07T09:38:50.571 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-07T09:38:50.572 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-07T09:38:50.572 INFO:teuthology.orchestra.run.smithi027.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-07T09:38:50.575 INFO:teuthology.orchestra.run.smithi027.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-07T09:38:50.575 INFO:teuthology.orchestra.run.smithi027.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-07T09:38:50.576 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-07T09:38:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout:Suggested packages: 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-07T09:38:50.578 INFO:teuthology.orchestra.run.smithi027.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-07T09:38:50.579 INFO:teuthology.orchestra.run.smithi027.stdout:Recommended packages: 2023-12-07T09:38:50.580 INFO:teuthology.orchestra.run.smithi027.stdout: btrfs-tools 2023-12-07T09:38:50.582 INFO:teuthology.orchestra.run.smithi022.stdout:The following packages were automatically installed and are no longer required: 2023-12-07T09:38:50.582 INFO:teuthology.orchestra.run.smithi022.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout:The following additional packages will be installed: 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-07T09:38:50.583 INFO:teuthology.orchestra.run.smithi022.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T09:38:50.584 INFO:teuthology.orchestra.run.smithi022.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T09:38:50.585 INFO:teuthology.orchestra.run.smithi022.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T09:38:50.585 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T09:38:50.585 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T09:38:50.585 INFO:teuthology.orchestra.run.smithi022.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout:Suggested packages: 2023-12-07T09:38:50.586 INFO:teuthology.orchestra.run.smithi022.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-07T09:38:50.587 INFO:teuthology.orchestra.run.smithi022.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-07T09:38:50.588 INFO:teuthology.orchestra.run.smithi022.stdout:Recommended packages: 2023-12-07T09:38:50.588 INFO:teuthology.orchestra.run.smithi022.stdout: btrfs-tools 2023-12-07T09:38:50.684 INFO:teuthology.orchestra.run.smithi044.stdout:The following NEW packages will be installed: 2023-12-07T09:38:50.684 INFO:teuthology.orchestra.run.smithi044.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-07T09:38:50.684 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-07T09:38:50.684 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-07T09:38:50.685 INFO:teuthology.orchestra.run.smithi044.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-07T09:38:50.686 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-07T09:38:50.686 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-07T09:38:50.686 INFO:teuthology.orchestra.run.smithi044.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-07T09:38:50.686 INFO:teuthology.orchestra.run.smithi044.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T09:38:50.686 INFO:teuthology.orchestra.run.smithi044.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T09:38:50.686 INFO:teuthology.orchestra.run.smithi044.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-07T09:38:50.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-07T09:38:50.688 INFO:teuthology.orchestra.run.smithi044.stdout: unzip xmlstarlet zip 2023-12-07T09:38:50.689 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages will be upgraded: 2023-12-07T09:38:50.690 INFO:teuthology.orchestra.run.smithi044.stdout: librados2 librbd1 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout:The following NEW packages will be installed: 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-07T09:38:50.702 INFO:teuthology.orchestra.run.smithi027.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-07T09:38:50.703 INFO:teuthology.orchestra.run.smithi027.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-07T09:38:50.703 INFO:teuthology.orchestra.run.smithi027.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-07T09:38:50.703 INFO:teuthology.orchestra.run.smithi027.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-07T09:38:50.703 INFO:teuthology.orchestra.run.smithi027.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout: unzip xmlstarlet zip 2023-12-07T09:38:50.704 INFO:teuthology.orchestra.run.smithi027.stdout:The following packages will be upgraded: 2023-12-07T09:38:50.705 INFO:teuthology.orchestra.run.smithi027.stdout: librados2 librbd1 2023-12-07T09:38:50.706 INFO:teuthology.orchestra.run.smithi022.stdout:The following NEW packages will be installed: 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-07T09:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-07T09:38:50.710 INFO:teuthology.orchestra.run.smithi022.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-07T09:38:50.710 INFO:teuthology.orchestra.run.smithi022.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-07T09:38:50.710 INFO:teuthology.orchestra.run.smithi022.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-07T09:38:50.710 INFO:teuthology.orchestra.run.smithi022.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-07T09:38:50.710 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-07T09:38:50.710 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: unzip xmlstarlet zip 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout:The following packages will be upgraded: 2023-12-07T09:38:50.711 INFO:teuthology.orchestra.run.smithi022.stdout: librados2 librbd1 2023-12-07T09:38:50.748 INFO:teuthology.orchestra.run.smithi044.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-07T09:38:50.748 INFO:teuthology.orchestra.run.smithi044.stdout:Need to get 216 MB of archives. 2023-12-07T09:38:50.748 INFO:teuthology.orchestra.run.smithi044.stdout:After this operation, 1,062 MB of additional disk space will be used. 2023-12-07T09:38:50.748 INFO:teuthology.orchestra.run.smithi044.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-07T09:38:50.773 INFO:teuthology.orchestra.run.smithi027.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-07T09:38:50.773 INFO:teuthology.orchestra.run.smithi027.stdout:Need to get 216 MB of archives. 2023-12-07T09:38:50.773 INFO:teuthology.orchestra.run.smithi027.stdout:After this operation, 1,062 MB of additional disk space will be used. 2023-12-07T09:38:50.773 INFO:teuthology.orchestra.run.smithi027.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-07T09:38:50.776 INFO:teuthology.orchestra.run.smithi022.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-07T09:38:50.777 INFO:teuthology.orchestra.run.smithi022.stdout:Need to get 216 MB of archives. 2023-12-07T09:38:50.777 INFO:teuthology.orchestra.run.smithi022.stdout:After this operation, 1,062 MB of additional disk space will be used. 2023-12-07T09:38:50.777 INFO:teuthology.orchestra.run.smithi022.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-07T09:38:50.828 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-07T09:38:50.831 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-07T09:38:50.848 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-07T09:38:50.859 INFO:teuthology.orchestra.run.smithi022.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-07T09:38:50.861 INFO:teuthology.orchestra.run.smithi022.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-07T09:38:50.865 INFO:teuthology.orchestra.run.smithi027.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-07T09:38:50.867 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-07T09:38:50.883 INFO:teuthology.orchestra.run.smithi022.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-07T09:38:50.886 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 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-07T09:38:50.888 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:50.900 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-07T09:38:50.903 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-07T09:38:50.907 INFO:teuthology.orchestra.run.smithi022.stdout:Get:5 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-07T09:38:50.909 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-07T09:38:50.912 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-07T09:38:50.912 INFO:teuthology.orchestra.run.smithi044.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-07T09:38:50.913 INFO:teuthology.orchestra.run.smithi044.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-07T09:38:50.913 INFO:teuthology.orchestra.run.smithi044.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-07T09:38:50.916 INFO:teuthology.orchestra.run.smithi044.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-07T09:38:50.917 INFO:teuthology.orchestra.run.smithi044.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-07T09:38:50.918 INFO:teuthology.orchestra.run.smithi044.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-07T09:38:50.931 INFO:teuthology.orchestra.run.smithi022.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-07T09:38:50.933 INFO:teuthology.orchestra.run.smithi022.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-07T09:38:50.934 INFO:teuthology.orchestra.run.smithi044.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-07T09:38:50.934 INFO:teuthology.orchestra.run.smithi044.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-07T09:38:50.938 INFO:teuthology.orchestra.run.smithi044.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-07T09:38:50.940 INFO:teuthology.orchestra.run.smithi044.stdout:Get:18 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-07T09:38:50.940 INFO:teuthology.orchestra.run.smithi022.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-07T09:38:50.942 INFO:teuthology.orchestra.run.smithi022.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-07T09:38:50.942 INFO:teuthology.orchestra.run.smithi022.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-07T09:38:50.943 INFO:teuthology.orchestra.run.smithi044.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-07T09:38:50.943 INFO:teuthology.orchestra.run.smithi022.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-07T09:38:50.944 INFO:teuthology.orchestra.run.smithi022.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-07T09:38:50.944 INFO:teuthology.orchestra.run.smithi044.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-07T09:38:50.945 INFO:teuthology.orchestra.run.smithi044.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-07T09:38:50.946 INFO:teuthology.orchestra.run.smithi044.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-07T09:38:50.947 INFO:teuthology.orchestra.run.smithi027.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-07T09:38:50.947 INFO:teuthology.orchestra.run.smithi022.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-07T09:38:50.949 INFO:teuthology.orchestra.run.smithi022.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-07T09:38:50.949 INFO:teuthology.orchestra.run.smithi027.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-07T09:38:50.950 INFO:teuthology.orchestra.run.smithi022.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-07T09:38:50.955 INFO:teuthology.orchestra.run.smithi044.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-07T09:38:50.955 INFO:teuthology.orchestra.run.smithi044.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-07T09:38:50.955 INFO:teuthology.orchestra.run.smithi044.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-07T09:38:50.957 INFO:teuthology.orchestra.run.smithi027.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-07T09:38:50.961 INFO:teuthology.orchestra.run.smithi027.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-07T09:38:50.961 INFO:teuthology.orchestra.run.smithi027.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-07T09:38:50.963 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-07T09:38:50.963 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-07T09:38:50.966 INFO:teuthology.orchestra.run.smithi022.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-07T09:38:50.966 INFO:teuthology.orchestra.run.smithi022.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-07T09:38:50.968 INFO:teuthology.orchestra.run.smithi044.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-07T09:38:50.968 INFO:teuthology.orchestra.run.smithi044.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-07T09:38:50.968 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-07T09:38:50.969 INFO:teuthology.orchestra.run.smithi044.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-07T09:38:50.970 INFO:teuthology.orchestra.run.smithi027.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-07T09:38:50.970 INFO:teuthology.orchestra.run.smithi022.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-07T09:38:50.970 INFO:teuthology.orchestra.run.smithi027.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-07T09:38:50.971 INFO:teuthology.orchestra.run.smithi044.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-07T09:38:50.972 INFO:teuthology.orchestra.run.smithi044.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-07T09:38:50.974 INFO:teuthology.orchestra.run.smithi022.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-07T09:38:50.974 INFO:teuthology.orchestra.run.smithi044.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-07T09:38:50.975 INFO:teuthology.orchestra.run.smithi022.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-07T09:38:50.976 INFO:teuthology.orchestra.run.smithi022.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-07T09:38:50.976 INFO:teuthology.orchestra.run.smithi044.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-07T09:38:50.978 INFO:teuthology.orchestra.run.smithi022.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-07T09:38:50.984 INFO:teuthology.orchestra.run.smithi022.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-07T09:38:50.984 INFO:teuthology.orchestra.run.smithi022.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-07T09:38:50.985 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:50.986 INFO:teuthology.orchestra.run.smithi044.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-07T09:38:50.990 INFO:teuthology.orchestra.run.smithi027.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-07T09:38:50.990 INFO:teuthology.orchestra.run.smithi027.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-07T09:38:50.991 INFO:teuthology.orchestra.run.smithi044.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-07T09:38:50.991 INFO:teuthology.orchestra.run.smithi044.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-07T09:38:50.994 INFO:teuthology.orchestra.run.smithi027.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-07T09:38:50.998 INFO:teuthology.orchestra.run.smithi027.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-07T09:38:50.998 INFO:teuthology.orchestra.run.smithi022.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-07T09:38:51.000 INFO:teuthology.orchestra.run.smithi022.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-07T09:38:51.000 INFO:teuthology.orchestra.run.smithi022.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-07T09:38:51.001 INFO:teuthology.orchestra.run.smithi044.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-07T09:38:51.001 INFO:teuthology.orchestra.run.smithi044.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-07T09:38:51.001 INFO:teuthology.orchestra.run.smithi027.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-07T09:38:51.001 INFO:teuthology.orchestra.run.smithi027.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-07T09:38:51.002 INFO:teuthology.orchestra.run.smithi044.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-07T09:38:51.002 INFO:teuthology.orchestra.run.smithi022.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-07T09:38:51.002 INFO:teuthology.orchestra.run.smithi022.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-07T09:38:51.003 INFO:teuthology.orchestra.run.smithi027.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-07T09:38:51.003 INFO:teuthology.orchestra.run.smithi027.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-07T09:38:51.004 INFO:teuthology.orchestra.run.smithi044.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-07T09:38:51.004 INFO:teuthology.orchestra.run.smithi022.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-07T09:38:51.004 INFO:teuthology.orchestra.run.smithi044.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.2 [211 kB] 2023-12-07T09:38:51.006 INFO:teuthology.orchestra.run.smithi022.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-07T09:38:51.008 INFO:teuthology.orchestra.run.smithi044.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-07T09:38:51.008 INFO:teuthology.orchestra.run.smithi027.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-07T09:38:51.008 INFO:teuthology.orchestra.run.smithi044.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-07T09:38:51.009 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:51.015 INFO:teuthology.orchestra.run.smithi022.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-07T09:38:51.017 INFO:teuthology.orchestra.run.smithi044.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-07T09:38:51.018 INFO:teuthology.orchestra.run.smithi044.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-07T09:38:51.018 INFO:teuthology.orchestra.run.smithi044.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-07T09:38:51.020 INFO:teuthology.orchestra.run.smithi022.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-07T09:38:51.020 INFO:teuthology.orchestra.run.smithi022.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-07T09:38:51.027 INFO:teuthology.orchestra.run.smithi027.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-07T09:38:51.027 INFO:teuthology.orchestra.run.smithi027.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-07T09:38:51.028 INFO:teuthology.orchestra.run.smithi027.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-07T09:38:51.030 INFO:teuthology.orchestra.run.smithi027.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-07T09:38:51.032 INFO:teuthology.orchestra.run.smithi027.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-07T09:38:51.032 INFO:teuthology.orchestra.run.smithi027.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-07T09:38:51.033 INFO:teuthology.orchestra.run.smithi022.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-07T09:38:51.034 INFO:teuthology.orchestra.run.smithi044.stdout:Get:46 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-07T09:38:51.034 INFO:teuthology.orchestra.run.smithi022.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-07T09:38:51.034 INFO:teuthology.orchestra.run.smithi027.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-07T09:38:51.034 INFO:teuthology.orchestra.run.smithi027.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-07T09:38:51.035 INFO:teuthology.orchestra.run.smithi022.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-07T09:38:51.036 INFO:teuthology.orchestra.run.smithi044.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-07T09:38:51.039 INFO:teuthology.orchestra.run.smithi044.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-07T09:38:51.040 INFO:teuthology.orchestra.run.smithi022.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-07T09:38:51.041 INFO:teuthology.orchestra.run.smithi044.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-07T09:38:51.041 INFO:teuthology.orchestra.run.smithi044.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-07T09:38:51.041 INFO:teuthology.orchestra.run.smithi044.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-07T09:38:51.042 INFO:teuthology.orchestra.run.smithi022.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.2 [211 kB] 2023-12-07T09:38:51.045 INFO:teuthology.orchestra.run.smithi022.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-07T09:38:51.046 INFO:teuthology.orchestra.run.smithi027.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-07T09:38:51.046 INFO:teuthology.orchestra.run.smithi022.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-07T09:38:51.046 INFO:teuthology.orchestra.run.smithi027.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-07T09:38:51.049 INFO:teuthology.orchestra.run.smithi022.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-07T09:38:51.051 INFO:teuthology.orchestra.run.smithi022.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-07T09:38:51.051 INFO:teuthology.orchestra.run.smithi022.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-07T09:38:51.065 INFO:teuthology.orchestra.run.smithi027.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-07T09:38:51.066 INFO:teuthology.orchestra.run.smithi027.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-07T09:38:51.066 INFO:teuthology.orchestra.run.smithi022.stdout:Get:46 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-07T09:38:51.068 INFO:teuthology.orchestra.run.smithi027.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-07T09:38:51.069 INFO:teuthology.orchestra.run.smithi022.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-07T09:38:51.070 INFO:teuthology.orchestra.run.smithi022.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-07T09:38:51.072 INFO:teuthology.orchestra.run.smithi022.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-07T09:38:51.072 INFO:teuthology.orchestra.run.smithi022.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-07T09:38:51.073 INFO:teuthology.orchestra.run.smithi022.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-07T09:38:51.073 INFO:teuthology.orchestra.run.smithi027.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-07T09:38:51.073 INFO:teuthology.orchestra.run.smithi027.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.2 [211 kB] 2023-12-07T09:38:51.076 INFO:teuthology.orchestra.run.smithi027.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-07T09:38:51.076 INFO:teuthology.orchestra.run.smithi027.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-07T09:38:51.078 INFO:teuthology.orchestra.run.smithi027.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-07T09:38:51.084 INFO:teuthology.orchestra.run.smithi027.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-07T09:38:51.084 INFO:teuthology.orchestra.run.smithi027.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-07T09:38:51.104 INFO:teuthology.orchestra.run.smithi027.stdout:Get:46 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-07T09:38:51.106 INFO:teuthology.orchestra.run.smithi027.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-07T09:38:51.109 INFO:teuthology.orchestra.run.smithi027.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-07T09:38:51.111 INFO:teuthology.orchestra.run.smithi027.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-07T09:38:51.112 INFO:teuthology.orchestra.run.smithi027.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-07T09:38:51.113 INFO:teuthology.orchestra.run.smithi027.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-07T09:38:51.121 INFO:teuthology.orchestra.run.smithi044.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-07T09:38:51.138 INFO:teuthology.orchestra.run.smithi044.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-07T09:38:51.139 INFO:teuthology.orchestra.run.smithi044.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-07T09:38:51.151 INFO:teuthology.orchestra.run.smithi044.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-07T09:38:51.151 INFO:teuthology.orchestra.run.smithi044.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-07T09:38:51.151 INFO:teuthology.orchestra.run.smithi044.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-07T09:38:51.151 INFO:teuthology.orchestra.run.smithi044.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-07T09:38:51.153 INFO:teuthology.orchestra.run.smithi027.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 librados2 amd64 19.0.0-64-ge068ebcf-1focal [4,094 kB] 2023-12-07T09:38:51.162 INFO:teuthology.orchestra.run.smithi022.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-07T09:38:51.177 INFO:teuthology.orchestra.run.smithi022.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-07T09:38:51.179 INFO:teuthology.orchestra.run.smithi022.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-07T09:38:51.191 INFO:teuthology.orchestra.run.smithi022.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-07T09:38:51.191 INFO:teuthology.orchestra.run.smithi022.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-07T09:38:51.213 INFO:teuthology.orchestra.run.smithi044.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-07T09:38:51.214 INFO:teuthology.orchestra.run.smithi044.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-07T09:38:51.214 INFO:teuthology.orchestra.run.smithi044.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-07T09:38:51.215 INFO:teuthology.orchestra.run.smithi044.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-07T09:38:51.215 INFO:teuthology.orchestra.run.smithi044.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-07T09:38:51.216 INFO:teuthology.orchestra.run.smithi044.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-07T09:38:51.218 INFO:teuthology.orchestra.run.smithi044.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-07T09:38:51.219 INFO:teuthology.orchestra.run.smithi044.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-07T09:38:51.230 INFO:teuthology.orchestra.run.smithi044.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-07T09:38:51.237 INFO:teuthology.orchestra.run.smithi044.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-07T09:38:51.242 INFO:teuthology.orchestra.run.smithi027.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-07T09:38:51.242 INFO:teuthology.orchestra.run.smithi044.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-07T09:38:51.247 INFO:teuthology.orchestra.run.smithi044.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-07T09:38:51.259 INFO:teuthology.orchestra.run.smithi027.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-07T09:38:51.260 INFO:teuthology.orchestra.run.smithi027.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-07T09:38:51.263 INFO:teuthology.orchestra.run.smithi044.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-07T09:38:51.263 INFO:teuthology.orchestra.run.smithi044.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-07T09:38:51.264 INFO:teuthology.orchestra.run.smithi044.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-07T09:38:51.267 INFO:teuthology.orchestra.run.smithi044.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-07T09:38:51.267 INFO:teuthology.orchestra.run.smithi044.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-07T09:38:51.269 INFO:teuthology.orchestra.run.smithi044.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-07T09:38:51.274 INFO:teuthology.orchestra.run.smithi022.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-07T09:38:51.275 INFO:teuthology.orchestra.run.smithi022.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-07T09:38:51.275 INFO:teuthology.orchestra.run.smithi022.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-07T09:38:51.276 INFO:teuthology.orchestra.run.smithi022.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-07T09:38:51.276 INFO:teuthology.orchestra.run.smithi022.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-07T09:38:51.277 INFO:teuthology.orchestra.run.smithi022.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-07T09:38:51.277 INFO:teuthology.orchestra.run.smithi022.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-07T09:38:51.292 INFO:teuthology.orchestra.run.smithi022.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-07T09:38:51.295 INFO:teuthology.orchestra.run.smithi022.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-07T09:38:51.297 INFO:teuthology.orchestra.run.smithi022.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-07T09:38:51.306 INFO:teuthology.orchestra.run.smithi044.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-07T09:38:51.307 INFO:teuthology.orchestra.run.smithi044.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-07T09:38:51.307 INFO:teuthology.orchestra.run.smithi044.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-07T09:38:51.307 INFO:teuthology.orchestra.run.smithi044.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-07T09:38:51.307 INFO:teuthology.orchestra.run.smithi044.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-07T09:38:51.308 INFO:teuthology.orchestra.run.smithi044.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-07T09:38:51.309 INFO:teuthology.orchestra.run.smithi022.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-07T09:38:51.310 INFO:teuthology.orchestra.run.smithi022.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-07T09:38:51.314 INFO:teuthology.orchestra.run.smithi022.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-07T09:38:51.318 INFO:teuthology.orchestra.run.smithi022.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-07T09:38:51.320 INFO:teuthology.orchestra.run.smithi044.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-07T09:38:51.320 INFO:teuthology.orchestra.run.smithi044.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-07T09:38:51.320 INFO:teuthology.orchestra.run.smithi044.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-07T09:38:51.322 INFO:teuthology.orchestra.run.smithi044.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-07T09:38:51.323 INFO:teuthology.orchestra.run.smithi027.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-07T09:38:51.324 INFO:teuthology.orchestra.run.smithi027.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-07T09:38:51.325 INFO:teuthology.orchestra.run.smithi027.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-07T09:38:51.326 INFO:teuthology.orchestra.run.smithi027.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-07T09:38:51.327 INFO:teuthology.orchestra.run.smithi027.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-07T09:38:51.330 INFO:teuthology.orchestra.run.smithi027.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-07T09:38:51.330 INFO:teuthology.orchestra.run.smithi027.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-07T09:38:51.330 INFO:teuthology.orchestra.run.smithi027.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-07T09:38:51.331 INFO:teuthology.orchestra.run.smithi027.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-07T09:38:51.335 INFO:teuthology.orchestra.run.smithi022.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-07T09:38:51.335 INFO:teuthology.orchestra.run.smithi022.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-07T09:38:51.336 INFO:teuthology.orchestra.run.smithi022.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-07T09:38:51.338 INFO:teuthology.orchestra.run.smithi022.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-07T09:38:51.339 INFO:teuthology.orchestra.run.smithi022.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-07T09:38:51.339 INFO:teuthology.orchestra.run.smithi044.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-07T09:38:51.340 INFO:teuthology.orchestra.run.smithi027.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 libcephfs2 amd64 19.0.0-64-ge068ebcf-1focal [755 kB] 2023-12-07T09:38:51.341 INFO:teuthology.orchestra.run.smithi022.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-07T09:38:51.341 INFO:teuthology.orchestra.run.smithi044.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-07T09:38:51.342 INFO:teuthology.orchestra.run.smithi044.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-07T09:38:51.342 INFO:teuthology.orchestra.run.smithi044.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-07T09:38:51.345 INFO:teuthology.orchestra.run.smithi044.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-07T09:38:51.346 INFO:teuthology.orchestra.run.smithi027.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-07T09:38:51.347 INFO:teuthology.orchestra.run.smithi044.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-07T09:38:51.347 INFO:teuthology.orchestra.run.smithi022.stdout:Get:77 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-07T09:38:51.351 INFO:teuthology.orchestra.run.smithi027.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-07T09:38:51.368 INFO:teuthology.orchestra.run.smithi027.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-07T09:38:51.371 INFO:teuthology.orchestra.run.smithi027.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-07T09:38:51.372 INFO:teuthology.orchestra.run.smithi027.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-07T09:38:51.376 INFO:teuthology.orchestra.run.smithi027.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-07T09:38:51.379 INFO:teuthology.orchestra.run.smithi022.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-07T09:38:51.379 INFO:teuthology.orchestra.run.smithi027.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-07T09:38:51.380 INFO:teuthology.orchestra.run.smithi022.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-07T09:38:51.380 INFO:teuthology.orchestra.run.smithi022.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-07T09:38:51.380 INFO:teuthology.orchestra.run.smithi022.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-07T09:38:51.381 INFO:teuthology.orchestra.run.smithi022.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-07T09:38:51.381 INFO:teuthology.orchestra.run.smithi022.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-07T09:38:51.388 INFO:teuthology.orchestra.run.smithi027.stdout:Get:73 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-07T09:38:51.393 INFO:teuthology.orchestra.run.smithi022.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-07T09:38:51.394 INFO:teuthology.orchestra.run.smithi022.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-07T09:38:51.394 INFO:teuthology.orchestra.run.smithi022.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-07T09:38:51.396 INFO:teuthology.orchestra.run.smithi022.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-07T09:38:51.399 INFO:teuthology.orchestra.run.smithi027.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-07T09:38:51.400 INFO:teuthology.orchestra.run.smithi027.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-07T09:38:51.400 INFO:teuthology.orchestra.run.smithi027.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-07T09:38:51.404 INFO:teuthology.orchestra.run.smithi027.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-07T09:38:51.404 INFO:teuthology.orchestra.run.smithi027.stdout:Get:78 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-07T09:38:51.404 INFO:teuthology.orchestra.run.smithi027.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-07T09:38:51.405 INFO:teuthology.orchestra.run.smithi027.stdout:Get:80 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-07T09:38:51.413 INFO:teuthology.orchestra.run.smithi022.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-07T09:38:51.415 INFO:teuthology.orchestra.run.smithi022.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-07T09:38:51.415 INFO:teuthology.orchestra.run.smithi022.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-07T09:38:51.416 INFO:teuthology.orchestra.run.smithi022.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-07T09:38:51.418 INFO:teuthology.orchestra.run.smithi027.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-07T09:38:51.419 INFO:teuthology.orchestra.run.smithi022.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-07T09:38:51.419 INFO:teuthology.orchestra.run.smithi022.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-07T09:38:51.437 INFO:teuthology.orchestra.run.smithi027.stdout:Get:82 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-07T09:38:51.439 INFO:teuthology.orchestra.run.smithi027.stdout:Get:83 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-07T09:38:51.451 INFO:teuthology.orchestra.run.smithi027.stdout:Get:84 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-07T09:38:51.478 INFO:teuthology.orchestra.run.smithi027.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-07T09:38:51.479 INFO:teuthology.orchestra.run.smithi027.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-07T09:38:51.479 INFO:teuthology.orchestra.run.smithi027.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-07T09:38:51.480 INFO:teuthology.orchestra.run.smithi027.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-07T09:38:51.480 INFO:teuthology.orchestra.run.smithi027.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-07T09:38:51.481 INFO:teuthology.orchestra.run.smithi027.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-07T09:38:51.495 INFO:teuthology.orchestra.run.smithi027.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-07T09:38:51.495 INFO:teuthology.orchestra.run.smithi027.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-07T09:38:51.495 INFO:teuthology.orchestra.run.smithi027.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-07T09:38:51.503 INFO:teuthology.orchestra.run.smithi027.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-07T09:38:51.521 INFO:teuthology.orchestra.run.smithi027.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-07T09:38:51.524 INFO:teuthology.orchestra.run.smithi027.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-07T09:38:51.525 INFO:teuthology.orchestra.run.smithi027.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-07T09:38:51.526 INFO:teuthology.orchestra.run.smithi027.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-07T09:38:51.530 INFO:teuthology.orchestra.run.smithi027.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-07T09:38:51.531 INFO:teuthology.orchestra.run.smithi027.stdout:Get:100 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-07T09:38:51.698 INFO:teuthology.orchestra.run.smithi022.stdout:Get:94 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-07T09:38:51.768 INFO:teuthology.orchestra.run.smithi022.stdout:Get:95 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-07T09:38:51.781 INFO:teuthology.orchestra.run.smithi022.stdout:Get:96 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-07T09:38:51.826 INFO:teuthology.orchestra.run.smithi022.stdout:Get:97 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-07T09:38:51.834 INFO:teuthology.orchestra.run.smithi022.stdout:Get:98 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-07T09:38:51.836 INFO:teuthology.orchestra.run.smithi022.stdout:Get:99 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-07T09:38:51.850 INFO:teuthology.orchestra.run.smithi022.stdout:Get:100 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-07T09:38:51.870 INFO:teuthology.orchestra.run.smithi027.stdout:Get:101 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-07T09:38:51.872 INFO:teuthology.orchestra.run.smithi027.stdout:Get:102 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-07T09:38:51.888 INFO:teuthology.orchestra.run.smithi027.stdout:Get:103 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-07T09:38:52.526 INFO:teuthology.orchestra.run.smithi022.stdout:Get:101 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-07T09:38:52.533 INFO:teuthology.orchestra.run.smithi022.stdout:Get:102 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-07T09:38:52.593 INFO:teuthology.orchestra.run.smithi022.stdout:Get:103 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-07T09:38:52.666 INFO:teuthology.orchestra.run.smithi044.stdout:Get:93 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-07T09:38:53.579 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:53.895 INFO:teuthology.orchestra.run.smithi044.stdout:Get:94 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-07T09:38:54.116 INFO:teuthology.orchestra.run.smithi044.stdout:Get:95 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-07T09:38:54.172 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:54.188 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:54.193 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:54.223 INFO:teuthology.orchestra.run.smithi044.stdout:Get:96 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-07T09:38:54.237 INFO:teuthology.orchestra.run.smithi044.stdout:Get:97 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-07T09:38:54.291 INFO:teuthology.orchestra.run.smithi044.stdout:Get:98 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-07T09:38:54.294 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:54.306 INFO:teuthology.orchestra.run.smithi044.stdout:Get:99 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-07T09:38:54.421 INFO:teuthology.orchestra.run.smithi044.stdout:Get:100 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-07T09:38:54.872 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:55.163 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:56.201 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:56.203 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:56.204 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:56.345 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:56.471 INFO:teuthology.orchestra.run.smithi044.stdout:Get:101 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-07T09:38:56.472 INFO:teuthology.orchestra.run.smithi044.stdout:Get:102 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-07T09:38:56.589 INFO:teuthology.orchestra.run.smithi044.stdout:Get:103 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-07T09:38:56.942 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:56.942 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:56.948 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:57.003 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:57.059 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:57.068 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:57.183 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:57.207 INFO:teuthology.orchestra.run.smithi022.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-07T09:38:57.669 INFO:teuthology.orchestra.run.smithi027.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-07T09:38:57.669 INFO:teuthology.orchestra.run.smithi027.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-07T09:39:00.343 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:00.344 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:00.357 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:00.571 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:00.644 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:00.649 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:00.827 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:01.101 INFO:teuthology.orchestra.run.smithi027.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-07T09:39:01.102 INFO:teuthology.orchestra.run.smithi027.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-07T09:39:01.102 INFO:teuthology.orchestra.run.smithi027.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-07T09:39:01.548 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:01.549 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:01.849 INFO:teuthology.orchestra.run.smithi027.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-07T09:39:02.610 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 216 MB in 11s (19.4 MB/s) 2023-12-07T09:39:02.821 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-07T09:39:02.868 INFO:teuthology.orchestra.run.smithi027.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-07T09:39:02.872 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-07T09:39:02.948 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:03.003 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T09:39:03.390 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-07T09:39:03.398 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-07T09:39:03.440 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T09:39:03.777 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-07T09:39:03.790 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-07T09:39:03.826 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T09:39:04.186 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:04.187 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:04.187 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:04.279 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:04.280 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:04.282 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:04.396 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-07T09:39:04.405 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:04.464 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:04.478 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:04.674 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:04.966 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-07T09:39:04.980 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:05.058 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:05.271 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:05.453 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-07T09:39:05.468 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:05.502 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:05.516 INFO:teuthology.orchestra.run.smithi022.stdout:Fetched 216 MB in 14s (15.4 MB/s) 2023-12-07T09:39:05.830 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-07T09:39:05.836 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-07T09:39:05.844 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-07T09:39:05.878 INFO:teuthology.orchestra.run.smithi022.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-07T09:39:05.880 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T09:39:05.881 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-07T09:39:05.983 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T09:39:06.205 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../007-librbd1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:06.308 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking librbd1 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T09:39:06.345 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-07T09:39:06.358 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-07T09:39:06.394 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T09:39:06.722 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-07T09:39:06.731 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-07T09:39:06.772 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T09:39:07.070 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../008-librados2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:07.309 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-07T09:39:07.318 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:07.356 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.367 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:07.422 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking librados2 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T09:39:07.434 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.441 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.501 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.541 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.543 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.644 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:07.887 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-07T09:39:07.903 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:07.945 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:08.130 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libcephfs2. 2023-12-07T09:39:08.140 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:08.151 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:08.151 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:08.185 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:08.324 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-07T09:39:08.338 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:08.383 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:08.495 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-rados. 2023-12-07T09:39:08.509 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../010-python3-rados_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:08.554 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:08.736 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-07T09:39:08.751 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-07T09:39:08.794 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T09:39:08.898 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-07T09:39:08.912 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:08.956 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:09.179 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../007-librbd1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:09.200 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-cephfs. 2023-12-07T09:39:09.214 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:09.258 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:09.305 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librbd1 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T09:39:09.561 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-07T09:39:09.575 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:09.619 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:09.939 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-prettytable. 2023-12-07T09:39:09.953 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-07T09:39:09.997 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-07T09:39:09.999 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../008-librados2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:10.109 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librados2 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T09:39:10.250 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-rbd. 2023-12-07T09:39:10.264 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../015-python3-rbd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:10.308 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:10.526 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:10.527 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:10.527 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:10.628 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-07T09:39:10.642 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T09:39:10.695 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:39:10.855 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libcephfs2. 2023-12-07T09:39:10.870 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:10.908 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:10.913 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:10.997 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-07T09:39:11.011 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-07T09:39:11.056 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T09:39:11.249 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rados. 2023-12-07T09:39:11.263 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../010-python3-rados_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:11.307 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:11.400 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-07T09:39:11.414 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-07T09:39:11.458 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T09:39:11.627 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-07T09:39:11.640 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:11.677 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:11.730 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-07T09:39:11.745 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-07T09:39:11.755 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 216 MB in 20s (10.6 MB/s) 2023-12-07T09:39:11.780 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-07T09:39:11.904 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cephfs. 2023-12-07T09:39:11.919 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:11.934 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-07T09:39:11.962 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:11.982 INFO:teuthology.orchestra.run.smithi044.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-07T09:39:11.986 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-07T09:39:12.092 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T09:39:12.099 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-07T09:39:12.113 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T09:39:12.166 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:39:12.290 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-07T09:39:12.304 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:12.348 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:12.471 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-07T09:39:12.485 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-07T09:39:12.494 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package lua5.1. 2023-12-07T09:39:12.507 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-07T09:39:12.529 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T09:39:12.544 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-07T09:39:12.668 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-prettytable. 2023-12-07T09:39:12.682 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-07T09:39:12.718 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-07T09:39:12.865 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-07T09:39:12.879 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-07T09:39:12.880 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package lua-any. 2023-12-07T09:39:12.896 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-07T09:39:12.923 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T09:39:12.947 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking lua-any (25) ... 2023-12-07T09:39:12.970 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rbd. 2023-12-07T09:39:12.986 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../015-python3-rbd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:13.028 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:13.225 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package zip. 2023-12-07T09:39:13.241 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-07T09:39:13.291 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking zip (3.0-11build1) ... 2023-12-07T09:39:13.365 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-07T09:39:13.379 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T09:39:13.412 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-07T09:39:13.414 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:39:13.428 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:13.481 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:13.661 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package unzip. 2023-12-07T09:39:13.676 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-07T09:39:13.719 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-07T09:39:13.784 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-07T09:39:13.798 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-07T09:39:13.842 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T09:39:13.974 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-07T09:39:13.987 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:14.032 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:14.165 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package luarocks. 2023-12-07T09:39:14.180 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-07T09:39:14.186 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-07T09:39:14.195 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-07T09:39:14.231 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-07T09:39:14.237 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T09:39:14.335 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-07T09:39:14.348 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T09:39:14.393 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:39:14.523 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-07T09:39:14.531 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-07T09:39:14.572 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-07T09:39:14.636 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package librgw2. 2023-12-07T09:39:14.650 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../026-librgw2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:14.703 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:14.763 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-07T09:39:14.777 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-07T09:39:14.821 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T09:39:14.842 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-07T09:39:14.850 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T09:39:14.883 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:39:15.122 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../007-librbd1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:15.237 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua5.1. 2023-12-07T09:39:15.245 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-07T09:39:15.250 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librbd1 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T09:39:15.287 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-07T09:39:15.598 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua-any. 2023-12-07T09:39:15.612 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-07T09:39:15.673 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua-any (25) ... 2023-12-07T09:39:15.680 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-rgw. 2023-12-07T09:39:15.694 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../027-python3-rgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:15.730 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:15.894 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package zip. 2023-12-07T09:39:15.908 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-07T09:39:15.942 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking zip (3.0-11build1) ... 2023-12-07T09:39:15.952 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../008-librados2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:16.083 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package liboath0. 2023-12-07T09:39:16.098 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-07T09:39:16.105 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librados2 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T09:39:16.141 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-07T09:39:16.272 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package unzip. 2023-12-07T09:39:16.283 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-07T09:39:16.328 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-07T09:39:16.511 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libradosstriper1. 2023-12-07T09:39:16.524 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../029-libradosstriper1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:16.569 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:16.740 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package luarocks. 2023-12-07T09:39:16.754 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-07T09:39:16.798 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-07T09:39:16.808 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libcephfs2. 2023-12-07T09:39:16.822 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:16.858 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:16.972 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-common. 2023-12-07T09:39:16.986 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../030-ceph-common_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:17.022 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:17.137 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package librgw2. 2023-12-07T09:39:17.150 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../026-librgw2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:17.178 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rados. 2023-12-07T09:39:17.192 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../010-python3-rados_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:17.194 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:17.227 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:17.563 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-07T09:39:17.577 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:17.621 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:17.866 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cephfs. 2023-12-07T09:39:17.882 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:17.915 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:18.089 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rgw. 2023-12-07T09:39:18.103 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../027-python3-rgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:18.147 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:18.169 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-07T09:39:18.182 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:18.226 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:18.466 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liboath0. 2023-12-07T09:39:18.480 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-07T09:39:18.524 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-07T09:39:18.558 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-prettytable. 2023-12-07T09:39:18.564 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-07T09:39:18.605 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-07T09:39:18.840 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rbd. 2023-12-07T09:39:18.843 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libradosstriper1. 2023-12-07T09:39:18.849 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../015-python3-rbd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:18.859 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../029-libradosstriper1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:18.891 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:18.902 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:19.185 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-07T09:39:19.199 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T09:39:19.235 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:39:19.349 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-common. 2023-12-07T09:39:19.364 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../030-ceph-common_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:19.407 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:19.588 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-07T09:39:19.594 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-base. 2023-12-07T09:39:19.601 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-07T09:39:19.607 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../031-ceph-base_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:19.638 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T09:39:19.654 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:19.991 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-07T09:39:20.004 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-07T09:39:20.040 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T09:39:20.310 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-07T09:39:20.323 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-07T09:39:20.351 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-07T09:39:20.654 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-07T09:39:20.668 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T09:39:20.704 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:39:20.985 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-07T09:39:20.998 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-07T09:39:21.045 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-07T09:39:21.049 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua5.1. 2023-12-07T09:39:21.065 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-07T09:39:21.108 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-07T09:39:21.377 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-natsort. 2023-12-07T09:39:21.397 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-07T09:39:21.410 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua-any. 2023-12-07T09:39:21.425 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-07T09:39:21.438 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-07T09:39:21.460 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua-any (25) ... 2023-12-07T09:39:21.731 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-logutils. 2023-12-07T09:39:21.744 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-07T09:39:21.788 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-07T09:39:21.838 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package zip. 2023-12-07T09:39:21.853 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-07T09:39:22.091 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-07T09:39:22.105 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-07T09:39:22.149 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-07T09:39:22.238 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking zip (3.0-11build1) ... 2023-12-07T09:39:22.444 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-mako. 2023-12-07T09:39:22.458 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-07T09:39:22.494 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T09:39:22.579 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-base. 2023-12-07T09:39:22.587 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../031-ceph-base_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:22.639 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:22.816 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package unzip. 2023-12-07T09:39:22.825 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-07T09:39:22.866 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-07T09:39:23.295 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package luarocks. 2023-12-07T09:39:23.304 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-07T09:39:23.345 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-07T09:39:23.598 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-07T09:39:23.612 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-07T09:39:23.656 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-07T09:39:23.675 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package librgw2. 2023-12-07T09:39:23.689 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../026-librgw2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:23.758 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:23.942 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-07T09:39:23.957 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-07T09:39:24.000 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T09:39:24.034 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-07T09:39:24.047 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-07T09:39:24.083 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-07T09:39:24.286 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-webob. 2023-12-07T09:39:24.303 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-07T09:39:24.344 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-07T09:39:24.420 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-natsort. 2023-12-07T09:39:24.435 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-07T09:39:24.478 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-07T09:39:24.672 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-07T09:39:24.677 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rgw. 2023-12-07T09:39:24.686 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-07T09:39:24.693 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../027-python3-rgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:24.722 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T09:39:24.735 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:24.773 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-logutils. 2023-12-07T09:39:24.787 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-07T09:39:24.831 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-07T09:39:25.025 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-bs4. 2023-12-07T09:39:25.041 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-07T09:39:25.083 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-07T09:39:25.097 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liboath0. 2023-12-07T09:39:25.112 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-07T09:39:25.134 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-07T09:39:25.148 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-07T09:39:25.155 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-07T09:39:25.192 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-07T09:39:25.428 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-waitress. 2023-12-07T09:39:25.442 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-07T09:39:25.466 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libradosstriper1. 2023-12-07T09:39:25.479 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../029-libradosstriper1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:25.489 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T09:39:25.495 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-mako. 2023-12-07T09:39:25.509 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-07T09:39:25.524 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:25.570 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T09:39:25.823 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-tempita. 2023-12-07T09:39:25.837 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-07T09:39:25.881 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-07T09:39:25.969 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-common. 2023-12-07T09:39:25.981 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-07T09:39:25.984 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../030-ceph-common_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:25.995 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-07T09:39:26.027 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:26.073 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-07T09:39:26.192 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-paste. 2023-12-07T09:39:26.200 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-07T09:39:26.241 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T09:39:26.376 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-07T09:39:26.389 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-07T09:39:26.434 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T09:39:26.553 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-07T09:39:26.561 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-07T09:39:26.602 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T09:39:26.762 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-webob. 2023-12-07T09:39:26.776 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-07T09:39:26.828 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-07T09:39:26.897 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-07T09:39:26.906 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-07T09:39:26.950 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-07T09:39:27.206 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-07T09:39:27.220 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-07T09:39:27.250 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-webtest. 2023-12-07T09:39:27.258 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-07T09:39:27.273 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T09:39:27.308 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-07T09:39:27.625 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-bs4. 2023-12-07T09:39:27.627 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pecan. 2023-12-07T09:39:27.640 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-07T09:39:27.641 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-07T09:39:27.685 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T09:39:27.692 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-07T09:39:28.057 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-07T09:39:28.073 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-07T09:39:28.116 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T09:39:28.128 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-waitress. 2023-12-07T09:39:28.142 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-07T09:39:28.197 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T09:39:28.418 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-07T09:39:28.433 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:28.476 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:28.523 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-tempita. 2023-12-07T09:39:28.536 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-07T09:39:28.581 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-07T09:39:28.608 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-base. 2023-12-07T09:39:28.621 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../031-ceph-base_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:28.676 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:28.872 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-07T09:39:28.886 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:28.892 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-paste. 2023-12-07T09:39:28.906 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-07T09:39:28.930 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:28.950 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T09:39:29.241 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-07T09:39:29.254 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-07T09:39:29.257 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-07T09:39:29.266 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-07T09:39:29.300 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T09:39:29.311 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T09:39:29.585 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-cryptography. 2023-12-07T09:39:29.600 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.2_amd64.deb ... 2023-12-07T09:39:29.614 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-07T09:39:29.628 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-07T09:39:29.644 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T09:39:29.672 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-07T09:39:29.983 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-webtest. 2023-12-07T09:39:29.997 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-07T09:39:30.044 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-07T09:39:30.048 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-openssl. 2023-12-07T09:39:30.062 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-07T09:39:30.079 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-07T09:39:30.092 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-07T09:39:30.106 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-07T09:39:30.137 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-07T09:39:30.344 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pecan. 2023-12-07T09:39:30.359 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-07T09:39:30.394 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T09:39:30.450 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mgr. 2023-12-07T09:39:30.464 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../055-ceph-mgr_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:30.465 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-natsort. 2023-12-07T09:39:30.479 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-07T09:39:30.508 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:30.523 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-07T09:39:30.749 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-07T09:39:30.764 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-07T09:39:30.807 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T09:39:30.818 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-logutils. 2023-12-07T09:39:30.833 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-07T09:39:30.876 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-07T09:39:30.955 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mon. 2023-12-07T09:39:30.968 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../056-ceph-mon_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:31.003 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:31.121 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-07T09:39:31.126 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-07T09:39:31.136 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-07T09:39:31.143 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:31.171 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-07T09:39:31.184 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:31.491 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-mako. 2023-12-07T09:39:31.505 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-07T09:39:31.551 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T09:39:31.589 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-07T09:39:31.603 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:31.647 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:31.885 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-07T09:39:31.900 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-07T09:39:31.944 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-07T09:39:31.975 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-07T09:39:31.989 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-07T09:39:32.033 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T09:39:32.266 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-07T09:39:32.276 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-07T09:39:32.290 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-osd. 2023-12-07T09:39:32.305 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../057-ceph-osd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:32.321 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T09:39:32.335 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cryptography. 2023-12-07T09:39:32.348 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:32.349 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.2_amd64.deb ... 2023-12-07T09:39:32.394 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T09:39:32.615 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-webob. 2023-12-07T09:39:32.629 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-07T09:39:32.665 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-07T09:39:32.755 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-openssl. 2023-12-07T09:39:32.771 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-07T09:39:32.814 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-07T09:39:32.984 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-07T09:39:33.000 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-07T09:39:33.043 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T09:39:33.150 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr. 2023-12-07T09:39:33.164 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../055-ceph-mgr_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:33.200 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:33.337 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-bs4. 2023-12-07T09:39:33.351 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-07T09:39:33.395 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-07T09:39:33.669 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mon. 2023-12-07T09:39:33.683 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../056-ceph-mon_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:33.715 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-waitress. 2023-12-07T09:39:33.727 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:33.728 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-07T09:39:33.776 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T09:39:34.109 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-tempita. 2023-12-07T09:39:34.123 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-07T09:39:34.168 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-07T09:39:34.471 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-paste. 2023-12-07T09:39:34.485 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-07T09:39:34.520 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T09:39:34.832 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-07T09:39:34.846 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-07T09:39:34.890 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T09:39:35.006 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-osd. 2023-12-07T09:39:35.020 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../057-ceph-osd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:35.064 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:35.193 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-07T09:39:35.206 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-07T09:39:35.275 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-07T09:39:35.468 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph. 2023-12-07T09:39:35.476 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../058-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:35.517 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:35.579 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-webtest. 2023-12-07T09:39:35.593 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-07T09:39:35.636 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-07T09:39:35.845 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-fuse. 2023-12-07T09:39:35.854 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../059-ceph-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:35.887 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:35.931 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pecan. 2023-12-07T09:39:35.945 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-07T09:39:35.989 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T09:39:36.282 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mds. 2023-12-07T09:39:36.296 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../060-ceph-mds_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:36.327 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-07T09:39:36.340 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:36.341 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-07T09:39:36.385 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T09:39:36.688 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-07T09:39:36.702 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:36.746 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:36.868 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package cephadm. 2023-12-07T09:39:36.882 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../061-cephadm_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:36.926 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:37.101 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-07T09:39:37.117 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:37.167 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:37.254 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-07T09:39:37.269 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-07T09:39:37.312 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-07T09:39:37.469 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-07T09:39:37.483 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-07T09:39:37.527 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T09:39:37.673 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-jinja2. 2023-12-07T09:39:37.688 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-07T09:39:37.732 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-07T09:39:37.814 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cryptography. 2023-12-07T09:39:37.828 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.2_amd64.deb ... 2023-12-07T09:39:37.872 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T09:39:38.043 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-07T09:39:38.057 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:38.101 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:38.250 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-openssl. 2023-12-07T09:39:38.264 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-07T09:39:38.284 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph. 2023-12-07T09:39:38.300 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../058-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:38.308 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-07T09:39:38.367 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:38.480 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-jwt. 2023-12-07T09:39:38.494 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-07T09:39:38.538 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T09:39:38.645 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr. 2023-12-07T09:39:38.660 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../055-ceph-mgr_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:38.703 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:38.711 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-fuse. 2023-12-07T09:39:38.727 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../059-ceph-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:38.769 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:39.016 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-07T09:39:39.030 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-07T09:39:39.164 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mds. 2023-12-07T09:39:39.178 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../060-ceph-mds_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:39.199 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-07T09:39:39.223 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:39.231 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mon. 2023-12-07T09:39:39.246 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../056-ceph-mon_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:39.281 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:39.451 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libjs-underscore. 2023-12-07T09:39:39.465 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-07T09:39:39.510 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T09:39:39.742 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package cephadm. 2023-12-07T09:39:39.756 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../061-cephadm_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:39.787 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-07T09:39:39.800 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:39.802 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-07T09:39:39.845 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T09:39:40.153 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-07T09:39:40.165 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-routes. 2023-12-07T09:39:40.166 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-07T09:39:40.181 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-07T09:39:40.211 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-07T09:39:40.223 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-07T09:39:40.559 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-07T09:39:40.560 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-osd. 2023-12-07T09:39:40.573 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:40.573 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../057-ceph-osd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:40.582 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jinja2. 2023-12-07T09:39:40.595 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-07T09:39:40.620 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:40.620 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:40.630 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-07T09:39:40.942 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-07T09:39:40.955 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:40.991 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:41.121 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-decorator. 2023-12-07T09:39:41.135 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-07T09:39:41.187 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T09:39:41.336 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-jwt. 2023-12-07T09:39:41.350 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-07T09:39:41.386 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T09:39:41.502 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-07T09:39:41.512 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-07T09:39:41.557 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T09:39:41.681 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-07T09:39:41.695 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-07T09:39:41.740 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-07T09:39:41.868 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-scipy. 2023-12-07T09:39:41.881 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-07T09:39:41.926 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-07T09:39:42.000 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libjs-underscore. 2023-12-07T09:39:42.017 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-07T09:39:42.058 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T09:39:42.321 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-07T09:39:42.333 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-07T09:39:42.378 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T09:39:42.721 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-routes. 2023-12-07T09:39:42.735 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-07T09:39:42.780 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-07T09:39:43.108 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-07T09:39:43.123 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:43.166 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:43.282 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-07T09:39:43.297 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-07T09:39:43.341 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T09:39:43.669 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-decorator. 2023-12-07T09:39:43.684 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-07T09:39:43.712 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph. 2023-12-07T09:39:43.726 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../058-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:43.727 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T09:39:43.771 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:43.903 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-joblib. 2023-12-07T09:39:43.918 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-07T09:39:43.961 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-07T09:39:44.030 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-07T09:39:44.043 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-07T09:39:44.093 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T09:39:44.098 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-fuse. 2023-12-07T09:39:44.113 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../059-ceph-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:44.156 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:44.339 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-sklearn. 2023-12-07T09:39:44.354 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-07T09:39:44.396 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-scipy. 2023-12-07T09:39:44.397 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T09:39:44.412 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-07T09:39:44.454 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-07T09:39:44.542 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mds. 2023-12-07T09:39:44.555 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../060-ceph-mds_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:44.592 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:45.112 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package cephadm. 2023-12-07T09:39:45.125 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../061-cephadm_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:45.139 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-07T09:39:45.154 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:45.170 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:45.197 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:45.531 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-07T09:39:45.547 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-07T09:39:45.589 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-07T09:39:45.830 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-07T09:39:45.844 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-07T09:39:45.888 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T09:39:45.934 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jinja2. 2023-12-07T09:39:45.947 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-07T09:39:45.983 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-07T09:39:46.311 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-07T09:39:46.317 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-cachetools. 2023-12-07T09:39:46.325 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:46.333 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-07T09:39:46.369 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:46.375 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-07T09:39:46.441 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-joblib. 2023-12-07T09:39:46.456 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-07T09:39:46.499 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-07T09:39:46.678 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-07T09:39:46.692 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-07T09:39:46.731 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-jwt. 2023-12-07T09:39:46.736 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T09:39:46.746 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-07T09:39:46.789 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T09:39:46.903 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-sklearn. 2023-12-07T09:39:46.916 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-07T09:39:46.961 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T09:39:47.109 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-07T09:39:47.123 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-07T09:39:47.154 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-07T09:39:47.167 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-07T09:39:47.168 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-07T09:39:47.212 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T09:39:47.419 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libjs-underscore. 2023-12-07T09:39:47.434 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-07T09:39:47.477 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T09:39:47.533 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-rsa. 2023-12-07T09:39:47.549 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-07T09:39:47.598 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-07T09:39:47.665 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-07T09:39:47.680 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:47.723 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:47.747 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-07T09:39:47.762 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-07T09:39:47.805 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T09:39:47.910 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-google-auth. 2023-12-07T09:39:47.924 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-07T09:39:47.968 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-07T09:39:48.116 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-routes. 2023-12-07T09:39:48.129 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-07T09:39:48.175 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-07T09:39:48.289 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-blinker. 2023-12-07T09:39:48.305 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-07T09:39:48.347 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T09:39:48.494 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-07T09:39:48.509 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:48.552 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:48.642 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-07T09:39:48.657 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-07T09:39:48.700 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T09:39:48.851 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-cachetools. 2023-12-07T09:39:48.865 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-07T09:39:48.909 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-07T09:39:49.021 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-07T09:39:49.030 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-decorator. 2023-12-07T09:39:49.036 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-07T09:39:49.045 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-07T09:39:49.088 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T09:39:49.095 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T09:39:49.211 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-07T09:39:49.225 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-07T09:39:49.260 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T09:39:49.391 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-07T09:39:49.392 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-websocket. 2023-12-07T09:39:49.405 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-07T09:39:49.406 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-07T09:39:49.450 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T09:39:49.549 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T09:39:49.692 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-07T09:39:49.705 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-07T09:39:49.749 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T09:39:49.770 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-07T09:39:49.784 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-07T09:39:49.828 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T09:39:49.852 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-scipy. 2023-12-07T09:39:49.865 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-07T09:39:49.910 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-07T09:39:50.061 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-rsa. 2023-12-07T09:39:50.076 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-07T09:39:50.119 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-07T09:39:50.400 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-07T09:39:50.414 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:50.432 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-google-auth. 2023-12-07T09:39:50.447 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-07T09:39:50.466 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:50.489 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-07T09:39:50.803 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-07T09:39:50.816 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-07T09:39:50.827 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-blinker. 2023-12-07T09:39:50.836 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-07T09:39:50.861 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-07T09:39:50.877 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T09:39:51.171 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-07T09:39:51.187 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-07T09:39:51.214 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-07T09:39:51.223 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-07T09:39:51.228 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T09:39:51.229 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T09:39:51.233 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-07T09:39:51.272 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:39:51.273 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T09:39:51.550 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package jq. 2023-12-07T09:39:51.564 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T09:39:51.575 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-07T09:39:51.589 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-07T09:39:51.608 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:39:51.641 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T09:39:51.794 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-joblib. 2023-12-07T09:39:51.808 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-07T09:39:51.852 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-07T09:39:51.861 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package socat. 2023-12-07T09:39:51.877 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-07T09:39:51.919 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-07T09:39:51.953 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-websocket. 2023-12-07T09:39:51.966 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-07T09:39:52.011 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T09:39:52.209 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-sklearn. 2023-12-07T09:39:52.223 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-07T09:39:52.223 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package xmlstarlet. 2023-12-07T09:39:52.238 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-07T09:39:52.266 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T09:39:52.280 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-07T09:39:52.331 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-07T09:39:52.346 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-07T09:39:52.389 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T09:39:52.640 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-test. 2023-12-07T09:39:52.649 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../094-ceph-test_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:52.693 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:52.919 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-07T09:39:52.933 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:52.941 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-07T09:39:52.950 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:52.977 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:52.991 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:53.246 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-07T09:39:53.260 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-07T09:39:53.297 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-07T09:39:53.649 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-07T09:39:53.663 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T09:39:53.707 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:39:53.985 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package jq. 2023-12-07T09:39:54.000 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T09:39:54.043 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:39:54.086 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-cachetools. 2023-12-07T09:39:54.101 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-07T09:39:54.144 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-07T09:39:54.254 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package socat. 2023-12-07T09:39:54.268 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-07T09:39:54.304 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-07T09:39:54.446 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-07T09:39:54.460 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-07T09:39:54.504 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T09:39:54.625 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package xmlstarlet. 2023-12-07T09:39:54.640 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-07T09:39:54.683 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-07T09:39:54.948 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-07T09:39:54.962 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-07T09:39:55.005 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T09:39:55.071 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-test. 2023-12-07T09:39:55.085 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../094-ceph-test_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:55.129 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:55.317 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-rsa. 2023-12-07T09:39:55.333 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-07T09:39:55.375 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-07T09:39:55.703 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-google-auth. 2023-12-07T09:39:55.718 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-07T09:39:55.761 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-07T09:39:56.081 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-blinker. 2023-12-07T09:39:56.095 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-07T09:39:56.139 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T09:39:56.426 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-07T09:39:56.441 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-07T09:39:56.484 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T09:39:56.822 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-07T09:39:56.835 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-07T09:39:56.880 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T09:39:57.199 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-websocket. 2023-12-07T09:39:57.213 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-07T09:39:57.257 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T09:39:57.281 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package ceph-volume. 2023-12-07T09:39:57.295 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../095-ceph-volume_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:57.339 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:57.553 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-07T09:39:57.569 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-07T09:39:57.627 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-07T09:39:57.627 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T09:39:57.641 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T09:39:57.686 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:39:58.132 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-07T09:39:58.146 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:58.189 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-07T09:39:58.190 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:58.202 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../097-libcephfs-dev_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:39:58.246 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:58.510 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-07T09:39:58.525 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-07T09:39:58.558 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-07T09:39:58.572 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-07T09:39:58.584 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-07T09:39:58.615 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T09:39:58.937 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-07T09:39:58.938 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-07T09:39:58.953 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-07T09:39:58.953 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T09:39:58.995 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-07T09:39:58.995 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:39:59.265 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package jq. 2023-12-07T09:39:59.281 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T09:39:59.323 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:39:59.507 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package nvme-cli. 2023-12-07T09:39:59.522 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-07T09:39:59.576 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package socat. 2023-12-07T09:39:59.580 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T09:39:59.590 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-07T09:39:59.634 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-07T09:39:59.720 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package ceph-volume. 2023-12-07T09:39:59.732 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../095-ceph-volume_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:39:59.766 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:39:59.937 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package xmlstarlet. 2023-12-07T09:39:59.954 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-07T09:39:59.987 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package pkg-config. 2023-12-07T09:39:59.995 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-07T09:40:00.003 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-07T09:40:00.045 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T09:40:00.053 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-07T09:40:00.064 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T09:40:00.102 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:00.306 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-07T09:40:00.322 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-07T09:40:00.350 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-test. 2023-12-07T09:40:00.364 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-07T09:40:00.365 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../094-ceph-test_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:00.408 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:00.606 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-07T09:40:00.620 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../097-libcephfs-dev_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:00.657 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:00.759 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-07T09:40:00.774 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T09:40:00.817 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:00.977 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-07T09:40:00.992 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-07T09:40:01.035 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T09:40:01.350 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-07T09:40:01.362 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-07T09:40:01.405 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-07T09:40:01.801 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package nvme-cli. 2023-12-07T09:40:01.815 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-07T09:40:01.875 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T09:40:02.265 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package pkg-config. 2023-12-07T09:40:02.279 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-07T09:40:02.322 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T09:40:02.390 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-07T09:40:02.407 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-07T09:40:02.448 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-07T09:40:02.567 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-07T09:40:02.581 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-07T09:40:02.625 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-07T09:40:02.776 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-07T09:40:02.793 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-07T09:40:02.834 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T09:40:03.011 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-07T09:40:03.026 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T09:40:03.086 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:03.137 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-attr. 2023-12-07T09:40:03.152 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-07T09:40:03.195 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-07T09:40:03.548 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-webencodings. 2023-12-07T09:40:03.563 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-07T09:40:03.606 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T09:40:03.909 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-html5lib. 2023-12-07T09:40:03.925 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-07T09:40:03.967 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-07T09:40:04.312 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-07T09:40:04.327 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-07T09:40:04.370 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T09:40:04.841 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-packaging. 2023-12-07T09:40:04.855 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-07T09:40:04.866 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-07T09:40:04.881 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-07T09:40:04.898 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-07T09:40:04.926 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-07T09:40:05.071 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package ceph-volume. 2023-12-07T09:40:05.085 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../095-ceph-volume_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T09:40:05.129 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:05.243 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pastescript. 2023-12-07T09:40:05.252 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-07T09:40:05.259 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-07T09:40:05.268 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-07T09:40:05.301 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-07T09:40:05.310 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T09:40:05.434 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-07T09:40:05.450 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T09:40:05.491 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:05.612 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-attr. 2023-12-07T09:40:05.628 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-07T09:40:05.633 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pluggy. 2023-12-07T09:40:05.649 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-07T09:40:05.671 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-07T09:40:05.691 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-07T09:40:05.978 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-07T09:40:05.993 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../097-libcephfs-dev_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:05.994 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-psutil. 2023-12-07T09:40:05.998 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-webencodings. 2023-12-07T09:40:06.008 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-07T09:40:06.013 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-07T09:40:06.036 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:06.052 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T09:40:06.056 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T09:40:06.351 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-html5lib. 2023-12-07T09:40:06.361 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-07T09:40:06.380 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-07T09:40:06.394 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-07T09:40:06.396 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-py. 2023-12-07T09:40:06.401 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-07T09:40:06.413 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-07T09:40:06.438 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T09:40:06.455 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T09:40:06.748 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-07T09:40:06.751 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-07T09:40:06.762 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-07T09:40:06.765 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-07T09:40:06.778 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-07T09:40:06.792 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-07T09:40:06.807 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T09:40:06.809 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-07T09:40:06.836 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T09:40:07.155 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-07T09:40:07.170 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-07T09:40:07.204 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package nvme-cli. 2023-12-07T09:40:07.213 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T09:40:07.219 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-07T09:40:07.279 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T09:40:07.285 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-packaging. 2023-12-07T09:40:07.300 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-07T09:40:07.343 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-07T09:40:07.516 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-pytest. 2023-12-07T09:40:07.525 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-07T09:40:07.566 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-07T09:40:07.646 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pastescript. 2023-12-07T09:40:07.660 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-07T09:40:07.676 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package pkg-config. 2023-12-07T09:40:07.690 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-07T09:40:07.704 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-07T09:40:07.734 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T09:40:07.905 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package python3-simplejson. 2023-12-07T09:40:07.920 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-07T09:40:07.963 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T09:40:08.004 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-07T09:40:08.018 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-07T09:40:08.027 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pluggy. 2023-12-07T09:40:08.042 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-07T09:40:08.062 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-07T09:40:08.085 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-07T09:40:08.215 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-07T09:40:08.231 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-07T09:40:08.299 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T09:40:08.423 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-07T09:40:08.438 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T09:40:08.481 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:08.830 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-psutil. 2023-12-07T09:40:08.846 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-07T09:40:08.888 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T09:40:09.011 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package radosgw. 2023-12-07T09:40:09.025 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../120-radosgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:09.069 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:09.216 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-py. 2023-12-07T09:40:09.232 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-07T09:40:09.274 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T09:40:09.596 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-07T09:40:09.612 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-07T09:40:09.654 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T09:40:09.957 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-07T09:40:09.973 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-07T09:40:10.015 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T09:40:10.301 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-pytest. 2023-12-07T09:40:10.303 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-07T09:40:10.316 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-07T09:40:10.319 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-07T09:40:10.359 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-07T09:40:10.361 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-07T09:40:10.581 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package rbd-fuse. 2023-12-07T09:40:10.596 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../121-rbd-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:10.639 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:10.689 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-07T09:40:10.704 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package python3-simplejson. 2023-12-07T09:40:10.705 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-07T09:40:10.721 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-07T09:40:10.747 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T09:40:10.766 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T09:40:10.949 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-07T09:40:11.032 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-07T09:40:11.046 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-07T09:40:11.050 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-attr. 2023-12-07T09:40:11.066 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-07T09:40:11.090 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T09:40:11.108 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-07T09:40:11.252 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T09:40:11.378 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T09:40:11.429 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-webencodings. 2023-12-07T09:40:11.443 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-07T09:40:11.486 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T09:40:11.504 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T09:40:11.698 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:11.743 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package radosgw. 2023-12-07T09:40:11.753 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../120-radosgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:11.789 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-html5lib. 2023-12-07T09:40:11.793 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:11.804 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-07T09:40:11.846 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-07T09:40:12.183 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-07T09:40:12.197 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-07T09:40:12.241 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T09:40:12.392 INFO:teuthology.orchestra.run.smithi027.stdout:Adding system user cephadm....done 2023-12-07T09:40:12.545 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:12.671 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T09:40:12.686 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-packaging. 2023-12-07T09:40:12.701 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-07T09:40:12.744 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-07T09:40:13.031 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-07T09:40:13.047 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pastescript. 2023-12-07T09:40:13.062 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-07T09:40:13.105 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-07T09:40:13.307 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:13.388 INFO:teuthology.orchestra.run.smithi022.stdout:Selecting previously unselected package rbd-fuse. 2023-12-07T09:40:13.404 INFO:teuthology.orchestra.run.smithi022.stdout:Preparing to unpack .../121-rbd-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:13.426 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pluggy. 2023-12-07T09:40:13.433 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-07T09:40:13.440 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-07T09:40:13.445 INFO:teuthology.orchestra.run.smithi022.stdout:Unpacking rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:13.483 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-07T09:40:13.559 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T09:40:13.763 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-07T09:40:13.798 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-psutil. 2023-12-07T09:40:13.813 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-07T09:40:13.856 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T09:40:13.877 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-07T09:40:14.076 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T09:40:14.202 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T09:40:14.288 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T09:40:14.328 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T09:40:14.521 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:14.525 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-py. 2023-12-07T09:40:14.542 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-07T09:40:14.583 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T09:40:14.598 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-07T09:40:14.882 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-07T09:40:14.906 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-07T09:40:14.922 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-07T09:40:14.964 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T09:40:15.025 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T09:40:15.091 INFO:teuthology.orchestra.run.smithi022.stdout:Adding system user cephadm....done 2023-12-07T09:40:15.270 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:15.270 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-07T09:40:15.283 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-07T09:40:15.325 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T09:40:15.335 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T09:40:15.395 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T09:40:15.621 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:15.628 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-pytest. 2023-12-07T09:40:15.643 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-07T09:40:15.686 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-07T09:40:15.755 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-07T09:40:15.920 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T09:40:16.025 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package python3-simplejson. 2023-12-07T09:40:16.042 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-07T09:40:16.056 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:16.071 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T09:40:16.083 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T09:40:16.182 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-07T09:40:16.197 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-07T09:40:16.308 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T09:40:16.331 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-07T09:40:16.336 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-07T09:40:16.350 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-07T09:40:16.396 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T09:40:16.624 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-07T09:40:16.626 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-07T09:40:17.005 INFO:teuthology.orchestra.run.smithi027.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-07T09:40:17.028 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T09:40:17.033 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package radosgw. 2023-12-07T09:40:17.039 INFO:teuthology.orchestra.run.smithi027.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-07T09:40:17.050 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../120-radosgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:17.099 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:17.111 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T09:40:17.313 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-07T09:40:17.403 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T09:40:17.530 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T09:40:17.606 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-07T09:40:17.749 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T09:40:17.908 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-07T09:40:18.033 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T09:40:18.206 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T09:40:18.326 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:18.491 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T09:40:18.635 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T09:40:18.645 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package rbd-fuse. 2023-12-07T09:40:18.660 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../121-rbd-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T09:40:18.702 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:18.761 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T09:40:18.834 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T09:40:18.887 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-07T09:40:19.004 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-07T09:40:19.021 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-07T09:40:19.118 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up zip (3.0-11build1) ... 2023-12-07T09:40:19.245 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-07T09:40:19.316 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T09:40:19.339 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-07T09:40:19.426 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T09:40:19.552 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T09:40:19.587 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-07T09:40:19.707 INFO:teuthology.orchestra.run.smithi022.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-07T09:40:19.737 INFO:teuthology.orchestra.run.smithi022.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-07T09:40:19.745 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:19.800 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T09:40:19.882 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-07T09:40:20.085 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T09:40:20.175 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T09:40:20.202 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T09:40:20.300 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T09:40:20.307 INFO:teuthology.orchestra.run.smithi044.stdout:Adding system user cephadm....done 2023-12-07T09:40:20.418 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T09:40:20.443 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:20.569 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T09:40:20.570 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-07T09:40:20.711 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T09:40:20.871 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T09:40:20.929 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-07T09:40:21.112 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T09:40:21.156 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T09:40:21.232 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T09:40:21.356 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-07T09:40:21.472 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T09:40:21.483 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T09:40:21.498 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T09:40:21.791 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up zip (3.0-11build1) ... 2023-12-07T09:40:21.809 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-07T09:40:21.832 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-07T09:40:21.909 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-07T09:40:21.958 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:22.211 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T09:40:22.243 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-07T09:40:22.276 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T09:40:22.519 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-07T09:40:22.521 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-07T09:40:22.527 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:22.662 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-07T09:40:22.812 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T09:40:22.823 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-07T09:40:22.946 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T09:40:22.966 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T09:40:23.024 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T09:40:23.073 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T09:40:23.151 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-07T09:40:23.242 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T09:40:23.268 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-07T09:40:23.357 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T09:40:23.535 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:23.552 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T09:40:23.803 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T09:40:23.836 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T09:40:23.895 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:23.970 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T09:40:24.021 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:40:24.096 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-07T09:40:24.147 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T09:40:24.187 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T09:40:24.239 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-07T09:40:24.474 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T09:40:24.532 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-07T09:40:24.564 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-07T09:40:24.682 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:24.758 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-07T09:40:24.905 INFO:teuthology.orchestra.run.smithi044.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-07T09:40:24.938 INFO:teuthology.orchestra.run.smithi044.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-07T09:40:25.000 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T09:40:25.051 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T09:40:25.060 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T09:40:25.210 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-07T09:40:25.234 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:25.353 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T09:40:25.369 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-07T09:40:25.479 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T09:40:25.486 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-07T09:40:25.712 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T09:40:25.788 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T09:40:25.846 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-07T09:40:25.872 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-07T09:40:25.973 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-07T09:40:26.099 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T09:40:26.157 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T09:40:26.189 INFO:teuthology.orchestra.run.smithi027.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-07T09:40:26.265 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T09:40:26.442 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-07T09:40:26.474 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T09:40:26.560 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T09:40:26.575 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:26.694 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:40:26.800 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T09:40:26.820 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T09:40:26.878 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-07T09:40:27.102 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up zip (3.0-11build1) ... 2023-12-07T09:40:27.155 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T09:40:27.228 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-07T09:40:27.229 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T09:40:27.355 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T09:40:27.431 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-07T09:40:27.506 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-07T09:40:27.554 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-07T09:40:27.741 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T09:40:27.841 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T09:40:27.858 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-07T09:40:27.863 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-07T09:40:28.134 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-07T09:40:28.142 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:40:28.165 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T09:40:28.268 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-07T09:40:28.291 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T09:40:28.416 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T09:40:28.427 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T09:40:28.703 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T09:40:28.718 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T09:40:28.793 INFO:teuthology.orchestra.run.smithi022.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-07T09:40:29.038 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-07T09:40:29.119 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T09:40:29.165 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T09:40:29.491 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-07T09:40:29.613 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T09:40:29.816 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-07T09:40:29.826 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T09:40:29.942 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:40:29.952 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T09:40:29.981 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-07T09:40:30.068 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-07T09:40:30.078 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-07T09:40:30.132 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:30.421 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T09:40:30.453 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-07T09:40:30.475 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T09:40:30.732 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:40:30.735 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:30.754 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-07T09:40:30.858 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-07T09:40:30.869 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-07T09:40:31.047 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up lua-any (25) ... 2023-12-07T09:40:31.173 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:31.199 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T09:40:31.324 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-07T09:40:31.325 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-07T09:40:31.443 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-07T09:40:31.650 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T09:40:31.736 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T09:40:31.968 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-07T09:40:32.070 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:32.197 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:40:32.323 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T09:40:32.363 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-07T09:40:32.378 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T09:40:32.489 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:40:32.615 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-07T09:40:32.713 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T09:40:32.774 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T09:40:32.993 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-07T09:40:33.042 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-07T09:40:33.302 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-07T09:40:33.347 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T09:40:33.470 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-07T09:40:33.594 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up lua-any (25) ... 2023-12-07T09:40:33.720 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:33.762 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-07T09:40:33.793 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T09:40:33.846 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-07T09:40:33.919 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-07T09:40:34.045 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:40:34.055 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T09:40:34.205 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T09:40:34.248 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-07T09:40:34.374 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T09:40:34.457 INFO:teuthology.orchestra.run.smithi044.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-07T09:40:34.532 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-07T09:40:34.549 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T09:40:34.675 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-07T09:40:34.710 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-07T09:40:34.836 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T09:40:34.916 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T09:40:34.993 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T09:40:35.154 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-07T09:40:35.243 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T09:40:35.278 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-07T09:40:35.516 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T09:40:35.596 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T09:40:35.640 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T09:40:35.766 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-07T09:40:35.948 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up librados2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:36.074 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-07T09:40:36.101 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T09:40:36.200 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:36.326 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-07T09:40:36.340 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T09:40:36.394 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T09:40:36.465 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-07T09:40:36.492 INFO:teuthology.orchestra.run.smithi027.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-07T09:40:36.492 INFO:teuthology.orchestra.run.smithi027.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-07T09:40:36.497 INFO:teuthology.orchestra.run.smithi027.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-07T09:40:36.519 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-07T09:40:36.545 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:36.591 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:40:36.662 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-07T09:40:36.811 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-07T09:40:36.947 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:37.073 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-07T09:40:37.104 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T09:40:37.229 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-07T09:40:37.384 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up librbd1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:37.509 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:37.523 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T09:40:37.635 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:37.824 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-07T09:40:37.865 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T09:40:37.865 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T09:40:38.077 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-07T09:40:38.134 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T09:40:38.203 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:40:38.295 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:38.329 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-07T09:40:38.413 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:38.494 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librados2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:38.538 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:38.620 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-07T09:40:38.664 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T09:40:38.697 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-07T09:40:38.746 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:38.872 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-07T09:40:39.007 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-07T09:40:39.039 INFO:teuthology.orchestra.run.smithi022.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-07T09:40:39.039 INFO:teuthology.orchestra.run.smithi022.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-07T09:40:39.044 INFO:teuthology.orchestra.run.smithi022.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-07T09:40:39.091 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:39.201 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-07T09:40:39.308 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up lua-any (25) ... 2023-12-07T09:40:39.417 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T09:40:39.493 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:39.560 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-07T09:40:39.609 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:39.735 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:39.861 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:39.903 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T09:40:39.987 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:39.994 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-07T09:40:40.113 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:40.238 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-07T09:40:40.296 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librbd1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:40.422 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:40.556 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:40.623 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T09:40:40.787 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T09:40:40.787 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T09:40:40.867 INFO:teuthology.orchestra.run.smithi027.stdout:Adding group ceph....done 2023-12-07T09:40:40.958 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T09:40:41.232 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:41.258 INFO:teuthology.orchestra.run.smithi027.stdout:Adding system user ceph....done 2023-12-07T09:40:41.359 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:41.427 INFO:teuthology.orchestra.run.smithi027.stdout:Setting system user ceph properties....done 2023-12-07T09:40:41.448 INFO:teuthology.orchestra.run.smithi027.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-07T09:40:41.484 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:41.602 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T09:40:41.614 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-07T09:40:41.909 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-07T09:40:42.080 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T09:40:42.214 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-07T09:40:42.339 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:42.340 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T09:40:42.465 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:42.535 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-07T09:40:42.546 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:42.672 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:42.807 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:42.828 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T09:40:42.925 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T09:40:42.925 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T09:40:42.933 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:42.954 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-07T09:40:43.059 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:43.264 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T09:40:43.350 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:43.557 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-07T09:40:43.587 INFO:teuthology.orchestra.run.smithi022.stdout:Adding group ceph....done 2023-12-07T09:40:43.741 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-07T09:40:43.859 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T09:40:43.953 INFO:teuthology.orchestra.run.smithi022.stdout:Adding system user ceph....done 2023-12-07T09:40:44.131 INFO:teuthology.orchestra.run.smithi022.stdout:Setting system user ceph properties....done 2023-12-07T09:40:44.148 INFO:teuthology.orchestra.run.smithi022.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-07T09:40:44.194 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:44.220 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librados2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:44.297 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-07T09:40:44.345 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-07T09:40:44.437 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T09:40:44.437 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T09:40:44.472 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:44.599 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-07T09:40:44.602 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-07T09:40:44.854 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:45.077 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:45.082 INFO:teuthology.orchestra.run.smithi044.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-07T09:40:45.082 INFO:teuthology.orchestra.run.smithi044.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-07T09:40:45.084 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T09:40:45.084 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T09:40:45.087 INFO:teuthology.orchestra.run.smithi044.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-07T09:40:45.133 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:45.202 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:45.259 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-07T09:40:45.513 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:45.544 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:45.670 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-07T09:40:45.680 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T09:40:45.680 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T09:40:45.997 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librbd1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.030 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T09:40:46.030 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T09:40:46.104 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.123 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.250 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.458 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.478 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T09:40:46.478 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T09:40:46.492 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-07T09:40:46.584 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.734 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.939 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:46.959 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T09:40:46.959 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T09:40:46.976 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.102 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.174 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T09:40:47.174 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T09:40:47.228 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.354 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T09:40:47.361 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.495 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.612 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.616 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.755 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:47.849 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T09:40:47.849 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T09:40:48.130 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-07T09:40:48.275 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:48.324 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:48.418 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-07T09:40:48.450 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:48.527 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T09:40:48.576 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:48.680 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-07T09:40:48.702 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:48.748 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T09:40:48.748 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T09:40:48.828 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:48.947 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T09:40:49.177 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:49.319 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:49.355 INFO:teuthology.orchestra.run.smithi044.stdout:Adding group ceph....done 2023-12-07T09:40:49.453 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:49.681 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T09:40:49.681 INFO:teuthology.orchestra.run.smithi022.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T09:40:49.723 INFO:teuthology.orchestra.run.smithi044.stdout:Adding system user ceph....done 2023-12-07T09:40:49.900 INFO:teuthology.orchestra.run.smithi044.stdout:Setting system user ceph properties....done 2023-12-07T09:40:49.917 INFO:teuthology.orchestra.run.smithi044.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-07T09:40:50.069 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-07T09:40:50.114 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:50.266 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:50.387 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-07T09:40:50.391 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:50.526 INFO:teuthology.orchestra.run.smithi022.stdout:Setting up ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:50.871 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:50.887 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-07T09:40:51.006 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:51.172 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-07T09:40:51.264 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T09:40:51.417 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-07T09:40:51.489 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T09:40:51.490 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T09:40:51.702 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T09:40:51.958 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:52.292 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-07T09:40:52.330 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-07T09:40:52.826 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:53.059 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T09:40:53.059 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T09:40:53.092 INFO:teuthology.orchestra.run.smithi027.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-07T09:40:53.096 DEBUG:teuthology.parallel:result is None 2023-12-07T09:40:53.536 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:53.760 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T09:40:53.760 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T09:40:54.254 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:54.766 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T09:40:54.766 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T09:40:55.111 INFO:teuthology.orchestra.run.smithi022.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-07T09:40:55.249 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:55.375 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:55.509 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:55.737 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T09:40:55.737 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T09:40:56.012 INFO:teuthology.orchestra.run.smithi022.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-07T09:40:56.015 DEBUG:teuthology.parallel:result is None 2023-12-07T09:40:56.202 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:56.345 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:56.462 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:56.605 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T09:40:56.967 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-07T09:40:57.227 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-07T09:40:57.336 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T09:40:57.480 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-07T09:40:57.781 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T09:41:01.118 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-07T09:41:01.932 INFO:teuthology.orchestra.run.smithi044.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-07T09:41:01.935 DEBUG:teuthology.parallel:result is None 2023-12-07T09:41:01.936 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-07T09:41:02.172 DEBUG:teuthology.orchestra.run.smithi022:> dpkg-query -W -f '${Version}' ceph 2023-12-07T09:41:02.194 INFO:teuthology.orchestra.run.smithi022.stdout:19.0.0-64-ge068ebcf-1focal 2023-12-07T09:41:02.194 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:41:02.194 INFO:teuthology.task.install:The correct ceph version 19.0.0-64-ge068ebcf-1focal is installed. 2023-12-07T09:41:02.195 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-07T09:41:02.416 DEBUG:teuthology.orchestra.run.smithi027:> dpkg-query -W -f '${Version}' ceph 2023-12-07T09:41:02.439 INFO:teuthology.orchestra.run.smithi027.stdout:19.0.0-64-ge068ebcf-1focal 2023-12-07T09:41:02.439 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:41:02.439 INFO:teuthology.task.install:The correct ceph version 19.0.0-64-ge068ebcf-1focal is installed. 2023-12-07T09:41:02.440 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-07T09:41:02.578 DEBUG:teuthology.orchestra.run.smithi044:> dpkg-query -W -f '${Version}' ceph 2023-12-07T09:41:02.602 INFO:teuthology.orchestra.run.smithi044.stdout:19.0.0-64-ge068ebcf-1focal 2023-12-07T09:41:02.602 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64-ge068ebcf-1focal 2023-12-07T09:41:02.602 INFO:teuthology.task.install:The correct ceph version 19.0.0-64-ge068ebcf-1focal is installed. 2023-12-07T09:41:02.602 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-07T09:41:02.603 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:41:02.603 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T09:41:02.619 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:41:02.619 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T09:41:02.635 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:41:02.635 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T09:41:02.660 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-07T09:41:02.661 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:41:02.661 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T09:41:02.678 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T09:41:02.733 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:41:02.733 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T09:41:02.748 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T09:41:02.805 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:41:02.805 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T09:41:02.821 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T09:41:02.880 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-07T09:41:02.880 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:41:02.880 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T09:41:02.896 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T09:41:02.955 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:41:02.955 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T09:41:02.971 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T09:41:03.031 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:41:03.031 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T09:41:03.047 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T09:41:03.103 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-07T09:41:03.104 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:41:03.104 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T09:41:03.120 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T09:41:03.178 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:41:03.179 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T09:41:03.195 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T09:41:03.255 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:41:03.255 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T09:41:03.272 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T09:41:03.330 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-07T09:41:03.410 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-07T09:41:03.410 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T09:41:03.410 INFO:tasks.cephadm:Cluster fsid is bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:41:03.411 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-07T09:41:03.411 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.22', 'mon.b': '172.21.15.27', 'mon.c': '172.21.15.44'} 2023-12-07T09:41:03.411 INFO:tasks.cephadm:First mon is mon.a on smithi022 2023-12-07T09:41:03.411 INFO:tasks.cephadm:First mgr is a 2023-12-07T09:41:03.411 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-07T09:41:03.411 DEBUG:teuthology.orchestra.run.smithi022:> sudo hostname $(hostname -s) 2023-12-07T09:41:03.428 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2023-12-07T09:41:03.444 DEBUG:teuthology.orchestra.run.smithi044:> sudo hostname $(hostname -s) 2023-12-07T09:41:03.461 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-07T09:41:03.461 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-07T09:41:03.692 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-07T09:41:03.834 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-07T09:41:03.834 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-07T09:41:03.834 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T09:41:04.370 INFO:teuthology.orchestra.run.smithi022.stdout:-rw-rw-r-- 1 ubuntu ubuntu 832268 Dec 7 09:41 /home/ubuntu/cephtest/cephadm 2023-12-07T09:41:04.370 DEBUG:teuthology.orchestra.run.smithi027:> 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-07T09:41:04.761 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r-- 1 ubuntu ubuntu 832268 Dec 7 09:41 /home/ubuntu/cephtest/cephadm 2023-12-07T09:41:04.761 DEBUG:teuthology.orchestra.run.smithi044:> 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-07T09:41:05.291 INFO:teuthology.orchestra.run.smithi044.stdout:-rw-rw-r-- 1 ubuntu ubuntu 832268 Dec 7 09:41 /home/ubuntu/cephtest/cephadm 2023-12-07T09:41:05.291 DEBUG:teuthology.orchestra.run.smithi022:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T09:41:05.301 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T09:41:05.311 DEBUG:teuthology.orchestra.run.smithi044:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T09:41:05.351 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 on all hosts... 2023-12-07T09:41:05.351 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T09:41:05.353 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T09:41:05.356 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T09:41:05.627 INFO:teuthology.orchestra.run.smithi044.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T09:41:05.628 INFO:teuthology.orchestra.run.smithi022.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T09:41:05.633 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T09:42:43.816 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2023-12-07T09:42:43.817 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T09:42:43.817 INFO:teuthology.orchestra.run.smithi022.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T09:42:43.817 INFO:teuthology.orchestra.run.smithi022.stdout: "repo_digests": [ 2023-12-07T09:42:43.817 INFO:teuthology.orchestra.run.smithi022.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T09:42:43.817 INFO:teuthology.orchestra.run.smithi022.stdout: ] 2023-12-07T09:42:43.817 INFO:teuthology.orchestra.run.smithi022.stdout:} 2023-12-07T09:42:52.846 INFO:teuthology.orchestra.run.smithi044.stdout:{ 2023-12-07T09:42:52.846 INFO:teuthology.orchestra.run.smithi044.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T09:42:52.847 INFO:teuthology.orchestra.run.smithi044.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T09:42:52.847 INFO:teuthology.orchestra.run.smithi044.stdout: "repo_digests": [ 2023-12-07T09:42:52.847 INFO:teuthology.orchestra.run.smithi044.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T09:42:52.847 INFO:teuthology.orchestra.run.smithi044.stdout: ] 2023-12-07T09:42:52.847 INFO:teuthology.orchestra.run.smithi044.stdout:} 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout: "repo_digests": [ 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout: ] 2023-12-07T09:42:53.441 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-07T09:42:53.473 DEBUG:teuthology.orchestra.run.smithi022:> sudo mkdir -p /etc/ceph 2023-12-07T09:42:53.492 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2023-12-07T09:42:53.507 DEBUG:teuthology.orchestra.run.smithi044:> sudo mkdir -p /etc/ceph 2023-12-07T09:42:53.525 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 777 /etc/ceph 2023-12-07T09:42:53.550 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2023-12-07T09:42:53.565 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 777 /etc/ceph 2023-12-07T09:42:53.582 INFO:tasks.cephadm:Writing seed config... 2023-12-07T09:42:53.583 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-07T09:42:53.584 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-07T09:42:53.585 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:42:53.585 DEBUG:teuthology.orchestra.run.smithi022:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-07T09:42:53.601 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 = bcaf12ae-94e4-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-07T09:42:53.601 DEBUG:teuthology.orchestra.run.smithi022:mon.a> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.a.service 2023-12-07T09:42:53.645 DEBUG:teuthology.orchestra.run.smithi022:mgr.a> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mgr.a.service 2023-12-07T09:42:53.688 INFO:tasks.cephadm:Bootstrapping... 2023-12-07T09:42:53.688 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 -v bootstrap --fsid bcaf12ae-94e4-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.22 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-07T09:42:53.896 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2023-12-07T09:42:53.896 INFO:teuthology.orchestra.run.smithi022.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067', '-v', 'bootstrap', '--fsid', 'bcaf12ae-94e4-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.22', '--skip-admin-label'] 2023-12-07T09:42:53.897 INFO:teuthology.orchestra.run.smithi022.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-07T09:42:53.897 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying podman|docker is present... 2023-12-07T09:42:53.897 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying lvm2 is present... 2023-12-07T09:42:53.897 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying time synchronization is in place... 2023-12-07T09:42:53.903 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T09:42:53.904 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T09:42:53.910 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T09:42:53.910 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.915 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-12-07T09:42:53.916 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T09:42:53.920 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-12-07T09:42:53.921 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.926 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-12-07T09:42:53.926 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout masked 2023-12-07T09:42:53.931 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-12-07T09:42:53.931 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.938 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-12-07T09:42:53.938 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T09:42:53.944 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-12-07T09:42:53.944 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.950 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout enabled 2023-12-07T09:42:53.957 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout active 2023-12-07T09:42:53.957 INFO:teuthology.orchestra.run.smithi022.stdout:Unit ntp.service is enabled and running 2023-12-07T09:42:53.957 INFO:teuthology.orchestra.run.smithi022.stdout:Repeating the final host check... 2023-12-07T09:42:53.957 INFO:teuthology.orchestra.run.smithi022.stdout:docker (/usr/bin/docker) is present 2023-12-07T09:42:53.957 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl is present 2023-12-07T09:42:53.957 INFO:teuthology.orchestra.run.smithi022.stdout:lvcreate is present 2023-12-07T09:42:53.962 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T09:42:53.963 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T09:42:53.968 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T09:42:53.968 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.973 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-12-07T09:42:53.973 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T09:42:53.978 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-12-07T09:42:53.978 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.986 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-12-07T09:42:53.986 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout masked 2023-12-07T09:42:53.990 INFO:journalctl@ceph.mgr.a.smithi022.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:42:53.993 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-12-07T09:42:53.993 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:53.999 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-12-07T09:42:53.999 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T09:42:54.005 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-12-07T09:42:54.005 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout inactive 2023-12-07T09:42:54.012 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout enabled 2023-12-07T09:42:54.018 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stdout active 2023-12-07T09:42:54.018 INFO:teuthology.orchestra.run.smithi022.stdout:Unit ntp.service is enabled and running 2023-12-07T09:42:54.018 INFO:teuthology.orchestra.run.smithi022.stdout:Host looks OK 2023-12-07T09:42:54.019 INFO:teuthology.orchestra.run.smithi022.stdout:Cluster fsid: bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:42:54.019 INFO:teuthology.orchestra.run.smithi022.stdout:Acquiring lock 140686696153968 on /run/cephadm/bcaf12ae-94e4-11ee-95a2-87774f69a715.lock 2023-12-07T09:42:54.019 INFO:teuthology.orchestra.run.smithi022.stdout:Lock 140686696153968 acquired on /run/cephadm/bcaf12ae-94e4-11ee-95a2-87774f69a715.lock 2023-12-07T09:42:54.019 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying IP 172.21.15.22 port 3300 ... 2023-12-07T09:42:54.019 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying IP 172.21.15.22 port 6789 ... 2023-12-07T09:42:54.019 INFO:teuthology.orchestra.run.smithi022.stdout:Base mon IP(s) is [172.21.15.22:3300, 172.21.15.22:6789], mon addrv is [v2:172.21.15.22:3300,v1:172.21.15.22:6789] 2023-12-07T09:42:54.020 INFO:journalctl@ceph.mon.a.smithi022.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:42:54.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2023-12-07T09:42:54.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-07T09:42:54.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.22 2023-12-07T09:42:54.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-07T09:42:54.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-07T09:42:54.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1787sec hoplimit 64 pref medium 2023-12-07T09:42:54.032 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-07T09:42:54.032 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-07T09:42:54.032 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T09:42:54.032 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2023-12-07T09:42:54.032 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe59:5de4/64 scope link 2023-12-07T09:42:54.033 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T09:42:54.033 INFO:teuthology.orchestra.run.smithi022.stdout:Mon IP `172.21.15.22` is in CIDR network `172.21.0.0/20` 2023-12-07T09:42:54.033 INFO:teuthology.orchestra.run.smithi022.stdout:Mon IP `172.21.15.22` is in CIDR network `172.21.0.0/20` 2023-12-07T09:42:54.033 INFO:teuthology.orchestra.run.smithi022.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-07T09:42:54.034 INFO:teuthology.orchestra.run.smithi022.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-07T09:42:54.035 INFO:teuthology.orchestra.run.smithi022.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T09:42:54.255 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/docker: stdout e068ebcf7ecc6503f24666fb6b152034d3fe1067: Pulling from ceph-ci/ceph 2023-12-07T09:42:54.255 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/docker: stdout Digest: sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6 2023-12-07T09:42:54.255 INFO:teuthology.orchestra.run.smithi022.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-07T09:42:54.255 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T09:42:55.771 INFO:teuthology.orchestra.run.smithi022.stdout:ceph: stdout ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T09:42:55.772 INFO:teuthology.orchestra.run.smithi022.stdout:Ceph version: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T09:42:55.772 INFO:teuthology.orchestra.run.smithi022.stdout:Extracting ceph user uid/gid from container image... 2023-12-07T09:42:57.108 INFO:teuthology.orchestra.run.smithi022.stdout:stat: stdout 167 167 2023-12-07T09:42:57.108 INFO:teuthology.orchestra.run.smithi022.stdout:Creating initial keys... 2023-12-07T09:42:58.589 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-authtool: stdout AQCik3Fl4oC9ABAA5REbgk2Ajdj+jwGugU5T/g== 2023-12-07T09:42:59.901 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-authtool: stdout AQCjk3Fl0PYmFBAA+G5p5W/r8hqJZjSNwfJMBw== 2023-12-07T09:43:01.306 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-authtool: stdout AQCkk3Fl/hbaJxAAx+K/l9nwLoOIMbxdV5zjmg== 2023-12-07T09:43:01.307 INFO:teuthology.orchestra.run.smithi022.stdout:Creating initial monmap... 2023-12-07T09:43:02.627 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T09:43:02.627 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-07T09:43:02.627 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout:monmaptool for a [v2:172.21.15.22:3300,v1:172.21.15.22:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout:setting min_mon_release = pacific 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/monmaptool: set fsid to bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:43:02.628 INFO:teuthology.orchestra.run.smithi022.stdout:Creating mon... 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 1 imported monmap: 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-12-07T09:43:02.067830+0000 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr created 2023-12-07T09:43:02.067830+0000 2023-12-07T09:43:04.009 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon.a 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 0 /usr/bin/ceph-mon: set fsid to bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Git sha 0 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: DB SUMMARY 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: DB Session ID: CHYE8RSJKPC0RJFD0PK4 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.010 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.create_if_missing: 1 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.env: 0x5592572cba60 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.info_log: 0x55925975e9c0 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.statistics: (nil) 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.use_fsync: 0 2023-12-07T09:43:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.db_log_dir: 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.wal_dir: 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T09:43:04.012 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.write_buffer_manager: 0x559259733220 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T09:43:04.013 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.unordered_write: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.row_cache: None 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.wal_filter: None 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.wal_compression: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T09:43:04.014 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T09:43:04.015 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_open_files: -1 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Compression algorithms supported: 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T09:43:04.016 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kZSTD supported: 0 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.017 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.merge_operator: 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_filter: None 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55925975eac0) 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-12-07T09:43:04.018 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5592597b5090 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-12-07T09:43:04.019 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2023-12-07T09:43:04.020 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression: NoCompression 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.num_levels: 7 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T09:43:04.021 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T09:43:04.022 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T09:43:04.023 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T09:43:04.024 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.ttl: 2592000 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T09:43:04.025 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.461+0000 7fa0bdae7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 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-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.026 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3f67d93b-3c14-42ac-9885-339826fd9b52 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55925982a000 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 4 rocksdb: DB pointer 0x55925981c000 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0adca0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0adca0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.027 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.028 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.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-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5592597b5090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.1e-05 secs_since: 0 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.465+0000 7fa0bdae7c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2023-12-07T09:43:04.029 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.469+0000 7fa0bdae7c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2023-12-07T09:43:04.030 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T09:43:03.469+0000 7fa0bdae7c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-07T09:43:04.030 INFO:teuthology.orchestra.run.smithi022.stdout:create mon.a on 2023-12-07T09:43:04.232 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-07T09:43:04.429 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-07T09:43:04.659 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715.target. 2023-12-07T09:43:04.660 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715.target. 2023-12-07T09:43:04.938 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.a 2023-12-07T09:43:04.938 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-07T09:43:05.137 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715.target.wants/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@.service. 2023-12-07T09:43:05.150 INFO:teuthology.orchestra.run.smithi022.stdout:firewalld does not appear to be present 2023-12-07T09:43:05.150 INFO:teuthology.orchestra.run.smithi022.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T09:43:05.150 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for mon to start... 2023-12-07T09:43:05.150 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for mon... 2023-12-07T09:43:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:06 smithi022 bash[28042]: cluster 2023-12-07T09:43:06.348545+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout cluster: 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout id: bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout services: 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.218316s) 2023-12-07T09:43:07.177 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout data: 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout pgs: 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:07.178 INFO:teuthology.orchestra.run.smithi022.stdout:mon is available 2023-12-07T09:43:07.179 INFO:teuthology.orchestra.run.smithi022.stdout:Assimilating anything we can from ceph.conf... 2023-12-07T09:43:07.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:07 smithi022 bash[28042]: cluster 2023-12-07T09:43:06.356437+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T09:43:07.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:07 smithi022 bash[28042]: cluster 2023-12-07T09:43:06.356761+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:43:07.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:07 smithi022 bash[28042]: cluster 2023-12-07T09:43:06.359778+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-07T09:43:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:07 smithi022 bash[28042]: cluster 2023-12-07T09:43:06.363685+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-12-07T09:43:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:07 smithi022 bash[28042]: cluster 2023-12-07T09:43:06.364575+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-12-07T09:43:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:07 smithi022 bash[28042]: audit 2023-12-07T09:43:06.574672+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.22:0/2293258189' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-07T09:43:08.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:08 smithi022 bash[28042]: audit 2023-12-07T09:43:08.238362+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.22:0/2084829515' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T09:43:08.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:08 smithi022 bash[28042]: audit 2023-12-07T09:43:08.243123+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.22:0/2084829515' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T09:43:08.822 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T09:43:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout fsid = bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.22:3300,v1:172.21.15.22:6789] 2023-12-07T09:43:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T09:43:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T09:43:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T09:43:08.824 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T09:43:08.824 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:08.824 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T09:43:08.824 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-07T09:43:08.824 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T09:43:08.824 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:08.825 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T09:43:08.825 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T09:43:08.825 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T09:43:08.825 INFO:teuthology.orchestra.run.smithi022.stdout:Generating new minimal ceph.conf... 2023-12-07T09:43:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:09 smithi022 bash[28042]: audit 2023-12-07T09:43:09.841629+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.22:0/512859507' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:43:10.479 INFO:teuthology.orchestra.run.smithi022.stdout:Restarting the monitor... 2023-12-07T09:43:10.809 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:10 smithi022 systemd[1]: Stopping Ceph mon.a for bcaf12ae-94e4-11ee-95a2-87774f69a715... 2023-12-07T09:43:10.809 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:10 smithi022 bash[28042]: debug 2023-12-07T09:43:10.637+0000 7f34e8022700 -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-07T09:43:10.809 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:10 smithi022 bash[28042]: debug 2023-12-07T09:43:10.637+0000 7f34e8022700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-07T09:43:11.270 INFO:teuthology.orchestra.run.smithi022.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-07T09:43:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:11 smithi022 bash[28451]: ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715-mon-a 2023-12-07T09:43:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:11 smithi022 bash[28514]: ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715-mon-a 2023-12-07T09:43:11.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:11 smithi022 systemd[1]: ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T09:43:11.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:11 smithi022 systemd[1]: Stopped Ceph mon.a for bcaf12ae-94e4-11ee-95a2-87774f69a715. 2023-12-07T09:43:11.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:11 smithi022 systemd[1]: Started Ceph mon.a for bcaf12ae-94e4-11ee-95a2-87774f69a715. 2023-12-07T09:43:12.470 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.373+0000 7faca18f5c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.373+0000 7faca18f5c80 0 ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.373+0000 7faca18f5c80 0 pidfile_write: ignore empty --pid-file 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 0 load: jerasure load: lrc 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Git sha 0 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: DB SUMMARY 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: DB Session ID: YLAE1X0FJXND0ZTIHSU9 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-07T09:43:12.471 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83772 ; 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.env: 0x555a9cb1ea60 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.info_log: 0x555a9dd27780 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.statistics: (nil) 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.use_fsync: 0 2023-12-07T09:43:12.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T09:43:12.473 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.db_log_dir: 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.wal_dir: 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.write_buffer_manager: 0x555a9dcfb2c0 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T09:43:12.474 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.unordered_write: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.row_cache: None 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.wal_filter: None 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T09:43:12.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.wal_compression: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T09:43:12.476 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_open_files: -1 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T09:43:12.478 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Compression algorithms supported: 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kZSTD supported: 0 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-07T09:43:12.479 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.merge_operator: 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_filter: None 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555a9dd278a0) 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cache_index_and_filter_blocks: 1 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: pin_top_level_index_and_filter: 1 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: index_type: 0 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: data_block_index_type: 0 2023-12-07T09:43:12.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: index_shortening: 1 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: checksum: 4 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: no_block_cache: 0 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_cache: 0x555a9dd7b090 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_cache_name: BinnedLRUCache 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_cache_options: 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: capacity : 536870912 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: num_shard_bits : 4 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: strict_capacity_limit : 0 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: high_pri_pool_ratio: 0.000 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_cache_compressed: (nil) 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: persistent_cache: (nil) 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_size: 4096 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_size_deviation: 10 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_restart_interval: 16 2023-12-07T09:43:12.481 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: index_block_restart_interval: 1 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: metadata_block_size: 4096 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: partition_filters: 0 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: use_delta_encoding: 1 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: filter_policy: bloomfilter 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: whole_key_filtering: 1 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: verify_compression: 0 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: read_amp_bytes_per_bit: 0 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: format_version: 5 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: enable_index_compression: 1 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: block_align: 0 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: max_auto_readahead_size: 262144 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: prepopulate_block_cache: 0 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: initial_auto_readahead_size: 8192 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: num_file_reads_for_auto_readahead: 2 2023-12-07T09:43:12.482 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression: NoCompression 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.num_levels: 7 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T09:43:12.483 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T09:43:12.484 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T09:43:12.485 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T09:43:12.486 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.ttl: 2592000 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T09:43:12.487 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.377+0000 7faca18f5c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 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-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3f67d93b-3c14-42ac-9885-339826fd9b52 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701942192385231, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-07T09:43:12.488 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701942192386287, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80519, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78706, "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": 73014, "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": 1701942192, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3f67d93b-3c14-42ac-9885-339826fd9b52", "db_session_id": "YLAE1X0FJXND0ZTIHSU9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701942192386407, "job": 1, "event": "recovery_finished"} 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.381+0000 7faca18f5c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 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-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555a9de1a000 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 4 rocksdb: DB pointer 0x555a9de08000 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7fac900ad700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7fac900ad700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: ** DB Stats ** 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 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-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 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-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T09:43:12.489 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: ** Compaction Stats [default] ** 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 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-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: L0 2/0 80.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Sum 2/0 80.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: ** Compaction Stats [default] ** 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 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-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T09:43:12.490 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Cumulative compaction: 0.00 GB write, 14.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Interval compaction: 0.00 GB write, 14.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 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-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Block cache BinnedLRUCache@0x555a9dd7b090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] at bind addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 1 mon.a@-1(???) e1 preinit fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 mon.a@-1(???).mds e1 new map 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 mon.a@-1(???).mds e1 print_map 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: e1 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 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-07T09:43:12.491 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: legacy client fscid: -1 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: No filesystems configured 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: debug 2023-12-07T09:43:12.385+0000 7faca18f5c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cluster 2023-12-07T09:43:12.412288+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cluster 2023-12-07T09:43:12.412406+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cluster 2023-12-07T09:43:12.413078+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cluster 2023-12-07T09:43:12.413133+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-12-07T09:43:12.492 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:12 smithi022 bash[28554]: cluster 2023-12-07T09:43:12.413741+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-12-07T09:43:13.289 INFO:teuthology.orchestra.run.smithi022.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-07T09:43:13.314 INFO:teuthology.orchestra.run.smithi022.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-07T09:43:13.314 INFO:teuthology.orchestra.run.smithi022.stdout:Creating mgr... 2023-12-07T09:43:13.314 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-07T09:43:13.315 INFO:teuthology.orchestra.run.smithi022.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-07T09:43:13.608 INFO:teuthology.orchestra.run.smithi022.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mgr.a 2023-12-07T09:43:13.608 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-12-07T09:43:13.796 INFO:teuthology.orchestra.run.smithi022.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715.target.wants/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@.service. 2023-12-07T09:43:13.808 INFO:teuthology.orchestra.run.smithi022.stdout:firewalld does not appear to be present 2023-12-07T09:43:13.809 INFO:teuthology.orchestra.run.smithi022.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T09:43:13.809 INFO:teuthology.orchestra.run.smithi022.stdout:firewalld does not appear to be present 2023-12-07T09:43:13.809 INFO:teuthology.orchestra.run.smithi022.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-07T09:43:13.809 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for mgr to start... 2023-12-07T09:43:13.809 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for mgr... 2023-12-07T09:43:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:13 smithi022 bash[28554]: audit 2023-12-07T09:43:12.661566+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.22:0/751787685' entity='client.admin' 2023-12-07T09:43:15.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:15 smithi022 bash[28554]: audit 2023-12-07T09:43:15.273958+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.22:0/1569289819' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T09:43:15.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:15 smithi022 bash[28817]: debug 2023-12-07T09:43:15.261+0000 7fdcf426d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T09:43:15.926 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:15.926 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsid": "bcaf12ae-94e4-11ee-95a2-87774f69a715", 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 0 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-12-07T09:43:15.927 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T09:43:15.928 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T09:43:15.929 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T09:43:15.929 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T09:43:15.930 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T09:43:15.931 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T09:43:15.933 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.933 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T09:43:15.933 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T09:43:15.933 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T09:43:15.933 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T09:43:06.358468+0000", 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:43:15.934 INFO:teuthology.orchestra.run.smithi022.stdout:mgr not available, waiting (1/15)... 2023-12-07T09:43:16.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:16 smithi022 bash[28817]: debug 2023-12-07T09:43:16.317+0000 7fdcf426d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T09:43:16.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:16 smithi022 bash[28817]: debug 2023-12-07T09:43:16.425+0000 7fdcf426d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T09:43:16.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:16 smithi022 bash[28817]: debug 2023-12-07T09:43:16.529+0000 7fdcf426d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T09:43:17.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:16 smithi022 bash[28817]: debug 2023-12-07T09:43:16.801+0000 7fdcf426d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:43:17.564 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:17 smithi022 bash[28817]: debug 2023-12-07T09:43:17.177+0000 7fdcf426d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T09:43:17.565 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:17 smithi022 bash[28817]: debug 2023-12-07T09:43:17.337+0000 7fdcf426d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T09:43:17.565 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:17 smithi022 bash[28817]: debug 2023-12-07T09:43:17.557+0000 7fdcf426d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T09:43:18.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:18 smithi022 bash[28817]: debug 2023-12-07T09:43:18.609+0000 7fdcf426d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T09:43:18.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:18 smithi022 bash[28817]: debug 2023-12-07T09:43:18.729+0000 7fdcf426d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T09:43:18.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:18 smithi022 bash[28817]: debug 2023-12-07T09:43:18.853+0000 7fdcf426d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T09:43:19.394 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:19 smithi022 bash[28554]: audit 2023-12-07T09:43:19.064361+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.22:0/2112505944' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T09:43:19.618 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:19 smithi022 bash[28817]: debug 2023-12-07T09:43:19.385+0000 7fdcf426d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T09:43:19.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:19 smithi022 bash[28817]: debug 2023-12-07T09:43:19.609+0000 7fdcf426d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T09:43:19.698 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:19.698 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsid": "bcaf12ae-94e4-11ee-95a2-87774f69a715", 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 0 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:19.699 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T09:43:19.700 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T09:43:19.703 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.703 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T09:43:19.703 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T09:43:19.703 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T09:43:19.704 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T09:43:06.358468+0000", 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:43:19.705 INFO:teuthology.orchestra.run.smithi022.stdout:mgr not available, waiting (2/15)... 2023-12-07T09:43:20.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:20 smithi022 bash[28817]: debug 2023-12-07T09:43:20.081+0000 7fdcf426d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T09:43:20.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:20 smithi022 bash[28817]: debug 2023-12-07T09:43:20.585+0000 7fdcf426d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:43:21.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:21 smithi022 bash[28817]: debug 2023-12-07T09:43:21.157+0000 7fdcf426d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T09:43:21.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:21 smithi022 bash[28817]: debug 2023-12-07T09:43:21.273+0000 7fdcf426d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T09:43:21.886 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:21 smithi022 bash[28817]: debug 2023-12-07T09:43:21.621+0000 7fdcf426d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T09:43:21.886 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:21 smithi022 bash[28817]: debug 2023-12-07T09:43:21.741+0000 7fdcf426d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T09:43:21.886 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:21 smithi022 bash[28817]: debug 2023-12-07T09:43:21.877+0000 7fdcf426d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T09:43:22.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:21 smithi022 bash[28817]: debug 2023-12-07T09:43:21.989+0000 7fdcf426d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T09:43:22.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:22 smithi022 bash[28817]: debug 2023-12-07T09:43:22.117+0000 7fdcf426d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T09:43:22.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:22 smithi022 bash[28817]: debug 2023-12-07T09:43:22.309+0000 7fdcf426d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T09:43:22.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:22 smithi022 bash[28817]: debug 2023-12-07T09:43:22.433+0000 7fdcf426d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsid": "bcaf12ae-94e4-11ee-95a2-87774f69a715", 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T09:43:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 0 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T09:43:23.472 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T09:43:23.476 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:23.477 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T09:43:06.358468+0000", 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:43:23.478 INFO:teuthology.orchestra.run.smithi022.stdout:mgr not available, waiting (3/15)... 2023-12-07T09:43:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:23 smithi022 bash[28554]: audit 2023-12-07T09:43:22.843355+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.22:0/2506526170' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T09:43:24.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:23 smithi022 bash[28817]: debug 2023-12-07T09:43:23.705+0000 7fdcf426d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T09:43:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: cluster 2023-12-07T09:43:23.730832+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2023-12-07T09:43:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: cluster 2023-12-07T09:43:23.737992+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00751s) 2023-12-07T09:43:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.739125+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T09:43:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.739445+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T09:43:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.739719+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T09:43:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.739943+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.741386+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: cluster 2023-12-07T09:43:23.750128+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.768460+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.771993+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.779339+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.782843+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' 2023-12-07T09:43:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:24 smithi022 bash[28554]: audit 2023-12-07T09:43:23.786724+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.22:0/2077169758' entity='mgr.a' 2023-12-07T09:43:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:25 smithi022 bash[28554]: cluster 2023-12-07T09:43:24.744782+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.0143s) 2023-12-07T09:43:27.644 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsid": "bcaf12ae-94e4-11ee-95a2-87774f69a715", 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 0 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T09:43:27.645 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T09:43:27.646 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T09:43:27.650 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ], 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:27.651 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T09:43:06.358468+0000", 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout }, 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:43:27.652 INFO:teuthology.orchestra.run.smithi022.stdout:mgr is available 2023-12-07T09:43:28.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:27 smithi022 bash[28554]: cluster 2023-12-07T09:43:26.743695+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 3s) 2023-12-07T09:43:28.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:27 smithi022 bash[28554]: audit 2023-12-07T09:43:27.019046+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.22:0/303337182' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T09:43:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:29 smithi022 bash[28554]: audit 2023-12-07T09:43:28.973738+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.22:0/3061141975' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T09:43:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:29 smithi022 bash[28554]: audit 2023-12-07T09:43:28.978842+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.22:0/3061141975' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T09:43:29.606 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:29.606 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T09:43:29.606 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout fsid = bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:29.606 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T09:43:29.607 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T09:43:29.607 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T09:43:29.607 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T09:43:29.608 INFO:teuthology.orchestra.run.smithi022.stdout:Enabling cephadm module... 2023-12-07T09:43:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:31 smithi022 bash[28554]: audit 2023-12-07T09:43:30.943640+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.22:0/2111958815' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-07T09:43:31.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:31 smithi022 bash[28817]: ignoring --setuser ceph since I am not root 2023-12-07T09:43:31.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:31 smithi022 bash[28817]: ignoring --setgroup ceph since I am not root 2023-12-07T09:43:31.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:31 smithi022 bash[28817]: debug 2023-12-07T09:43:31.209+0000 7ff6a6697200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T09:43:32.271 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:32 smithi022 bash[28817]: debug 2023-12-07T09:43:32.157+0000 7ff6a6697200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T09:43:32.272 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:32 smithi022 bash[28554]: audit 2023-12-07T09:43:30.995720+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.22:0/2111958815' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-07T09:43:32.272 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:32 smithi022 bash[28554]: cluster 2023-12-07T09:43:31.004087+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 7s) 2023-12-07T09:43:32.664 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:32 smithi022 bash[28817]: debug 2023-12-07T09:43:32.265+0000 7ff6a6697200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T09:43:32.664 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:32 smithi022 bash[28817]: debug 2023-12-07T09:43:32.373+0000 7ff6a6697200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T09:43:33.403 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:32 smithi022 bash[28817]: debug 2023-12-07T09:43:32.657+0000 7ff6a6697200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:43:33.403 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:33 smithi022 bash[28817]: debug 2023-12-07T09:43:33.037+0000 7ff6a6697200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T09:43:33.403 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:33 smithi022 bash[28817]: debug 2023-12-07T09:43:33.201+0000 7ff6a6697200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T09:43:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:33 smithi022 bash[28554]: audit 2023-12-07T09:43:32.973579+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.22:0/2679000102' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T09:43:33.499 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:43:33.499 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-07T09:43:33.499 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T09:43:33.499 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T09:43:33.499 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T09:43:33.499 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:43:33.500 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for the mgr to restart... 2023-12-07T09:43:33.500 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for mgr epoch 5... 2023-12-07T09:43:33.679 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:33 smithi022 bash[28817]: debug 2023-12-07T09:43:33.421+0000 7ff6a6697200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T09:43:34.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:34 smithi022 bash[28817]: debug 2023-12-07T09:43:34.453+0000 7ff6a6697200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T09:43:34.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:34 smithi022 bash[28817]: debug 2023-12-07T09:43:34.573+0000 7ff6a6697200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T09:43:34.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:34 smithi022 bash[28817]: debug 2023-12-07T09:43:34.693+0000 7ff6a6697200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T09:43:35.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:35 smithi022 bash[28817]: debug 2023-12-07T09:43:35.185+0000 7ff6a6697200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T09:43:35.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:35 smithi022 bash[28817]: debug 2023-12-07T09:43:35.417+0000 7ff6a6697200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T09:43:36.179 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:35 smithi022 bash[28817]: debug 2023-12-07T09:43:35.889+0000 7ff6a6697200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T09:43:36.679 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:36 smithi022 bash[28817]: debug 2023-12-07T09:43:36.397+0000 7ff6a6697200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:43:37.429 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:36 smithi022 bash[28817]: debug 2023-12-07T09:43:36.977+0000 7ff6a6697200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T09:43:37.429 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:37 smithi022 bash[28817]: debug 2023-12-07T09:43:37.093+0000 7ff6a6697200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T09:43:37.716 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:37 smithi022 bash[28817]: debug 2023-12-07T09:43:37.445+0000 7ff6a6697200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T09:43:37.716 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:37 smithi022 bash[28817]: debug 2023-12-07T09:43:37.565+0000 7ff6a6697200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T09:43:37.974 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:37 smithi022 bash[28817]: debug 2023-12-07T09:43:37.709+0000 7ff6a6697200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T09:43:37.974 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:37 smithi022 bash[28817]: debug 2023-12-07T09:43:37.829+0000 7ff6a6697200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T09:43:38.315 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:37 smithi022 bash[28817]: debug 2023-12-07T09:43:37.965+0000 7ff6a6697200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T09:43:38.316 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:38 smithi022 bash[28817]: debug 2023-12-07T09:43:38.173+0000 7ff6a6697200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T09:43:39.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:38 smithi022 bash[28817]: debug 2023-12-07T09:43:38.309+0000 7ff6a6697200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28817]: debug 2023-12-07T09:43:39.589+0000 7ff6a6697200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: cluster 2023-12-07T09:43:39.613726+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: cluster 2023-12-07T09:43:39.614236+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: cluster 2023-12-07T09:43:39.618104+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: cluster 2023-12-07T09:43:39.618223+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00417646s) 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: audit 2023-12-07T09:43:39.621681+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: audit 2023-12-07T09:43:39.623340+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: audit 2023-12-07T09:43:39.624569+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: audit 2023-12-07T09:43:39.624850+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T09:43:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: audit 2023-12-07T09:43:39.625125+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T09:43:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:39 smithi022 bash[28554]: cluster 2023-12-07T09:43:39.659682+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: cephadm 2023-12-07T09:43:39.684542+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.688768+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.694209+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.700450+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.703438+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.710391+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.722921+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:39.726888+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:40.118991+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: audit 2023-12-07T09:43:40.124117+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:40 smithi022 bash[28554]: cluster 2023-12-07T09:43:40.625728+0000 mon.a (mon.0) 51 : cluster 0 mgrmap e7: a(active, since 1.01166s) 2023-12-07T09:43:41.288 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:43:41.288 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-07T09:43:41.288 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T09:43:41.289 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:43:41.289 INFO:teuthology.orchestra.run.smithi022.stdout:mgr epoch 5 is available 2023-12-07T09:43:41.289 INFO:teuthology.orchestra.run.smithi022.stdout:Setting orchestrator backend to cephadm... 2023-12-07T09:43:41.947 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:41 smithi022 bash[28554]: audit 2023-12-07T09:43:40.624030+0000 mgr.a (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T09:43:41.947 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:41 smithi022 bash[28554]: audit 2023-12-07T09:43:40.639637+0000 mgr.a (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T09:43:41.947 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:41 smithi022 bash[28554]: cephadm 2023-12-07T09:43:40.987814+0000 mgr.a (mgr.14120) 4 : cephadm 1 [07/Dec/2023:09:43:40] ENGINE Bus STARTING 2023-12-07T09:43:41.947 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:41 smithi022 bash[28554]: audit 2023-12-07T09:43:41.232475+0000 mon.a (mon.0) 52 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:42 smithi022 bash[28554]: cephadm 2023-12-07T09:43:41.113964+0000 mgr.a (mgr.14120) 5 : cephadm 1 [07/Dec/2023:09:43:41] ENGINE Serving on https://172.21.15.22:7150 2023-12-07T09:43:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:42 smithi022 bash[28554]: cephadm 2023-12-07T09:43:41.216033+0000 mgr.a (mgr.14120) 6 : cephadm 1 [07/Dec/2023:09:43:41] ENGINE Serving on http://172.21.15.22:8765 2023-12-07T09:43:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:42 smithi022 bash[28554]: cephadm 2023-12-07T09:43:41.216354+0000 mgr.a (mgr.14120) 7 : cephadm 1 [07/Dec/2023:09:43:41] ENGINE Bus STARTED 2023-12-07T09:43:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:42 smithi022 bash[28554]: cluster 2023-12-07T09:43:41.698184+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e8: a(active, since 2s) 2023-12-07T09:43:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:42 smithi022 bash[28554]: audit 2023-12-07T09:43:42.643377+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:43 smithi022 bash[28554]: audit 2023-12-07T09:43:42.636336+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-07T09:43:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:43 smithi022 bash[28554]: audit 2023-12-07T09:43:42.703722+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:45.058 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-07T09:43:45.058 INFO:teuthology.orchestra.run.smithi022.stdout:Generating ssh key... 2023-12-07T09:43:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:45 smithi022 bash[28554]: audit 2023-12-07T09:43:44.466383+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-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: Generating public/private rsa key pair. 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: Your identification has been saved in /tmp/tmpkgb_c964/key. 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: Your public key has been saved in /tmp/tmpkgb_c964/key.pub. 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: The key fingerprint is: 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: SHA256:9VfwJ4htDh2i5+S8RzgUC0OIBxnbOHkzjxDxWpXFH1k ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: The key's randomart image is: 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: +---[RSA 3072]----+ 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | =* o=++ .oE | 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | oBo..+.Boo o | 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | *.B . O.=.. +| 2023-12-07T09:43:47.180 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | * = O *. o.| 2023-12-07T09:43:47.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | . . S * + . | 2023-12-07T09:43:47.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | + . | 2023-12-07T09:43:47.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | . . | 2023-12-07T09:43:47.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | . | 2023-12-07T09:43:47.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: | | 2023-12-07T09:43:47.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:43:46 smithi022 bash[28817]: +----[SHA256]-----+ 2023-12-07T09:43:48.079 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:47 smithi022 bash[28554]: audit 2023-12-07T09:43:46.342753+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-07T09:43:48.079 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:47 smithi022 bash[28554]: cephadm 2023-12-07T09:43:46.343175+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-12-07T09:43:48.079 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:47 smithi022 bash[28554]: audit 2023-12-07T09:43:46.803661+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:48.079 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:47 smithi022 bash[28554]: audit 2023-12-07T09:43:46.806580+0000 mon.a (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:49 smithi022 bash[28554]: audit 2023-12-07T09:43:48.673600+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-07T09:43:49.285 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:43:49.286 INFO:teuthology.orchestra.run.smithi022.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-07T09:43:49.286 INFO:teuthology.orchestra.run.smithi022.stdout:Adding key to root@localhost authorized_keys... 2023-12-07T09:43:49.287 INFO:teuthology.orchestra.run.smithi022.stdout:Adding host smithi022... 2023-12-07T09:43:51.326 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:51 smithi022 bash[28554]: audit 2023-12-07T09:43:50.687909+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi022", "addr": "172.21.15.22", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:52.223 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:52 smithi022 bash[28554]: cephadm 2023-12-07T09:43:51.495586+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi022 2023-12-07T09:43:57.862 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout Added host 'smithi022' with addr '172.21.15.22' 2023-12-07T09:43:57.862 INFO:teuthology.orchestra.run.smithi022.stdout:Deploying unmanaged mon service... 2023-12-07T09:43:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:58 smithi022 bash[28554]: audit 2023-12-07T09:43:57.006776+0000 mon.a (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:43:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:58 smithi022 bash[28554]: cephadm 2023-12-07T09:43:57.007775+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi022 2023-12-07T09:43:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:43:58 smithi022 bash[28554]: audit 2023-12-07T09:43:57.008695+0000 mon.a (mon.0) 59 : audit 0 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:00.351 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-07T09:44:00.352 INFO:teuthology.orchestra.run.smithi022.stdout:Deploying unmanaged mgr service... 2023-12-07T09:44:01.051 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:00 smithi022 bash[28554]: cluster 2023-12-07T09:43:59.626498+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-07T09:44:01.052 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:00 smithi022 bash[28554]: audit 2023-12-07T09:43:59.686023+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-07T09:44:01.052 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:00 smithi022 bash[28554]: cephadm 2023-12-07T09:43:59.688579+0000 mgr.a (mgr.14120) 18 : cephadm 1 Saving service mon spec with placement count:5 2023-12-07T09:44:01.052 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:00 smithi022 bash[28554]: audit 2023-12-07T09:43:59.692996+0000 mon.a (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:44:01.052 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:00 smithi022 bash[28554]: audit 2023-12-07T09:44:00.037128+0000 mon.a (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:44:01.052 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:00 smithi022 bash[28554]: audit 2023-12-07T09:44:00.573555+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:44:02.375 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-07T09:44:03.027 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:02 smithi022 bash[28554]: cluster 2023-12-07T09:44:01.626988+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-07T09:44:03.027 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:02 smithi022 bash[28554]: audit 2023-12-07T09:44:01.760259+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-07T09:44:03.027 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:02 smithi022 bash[28554]: cephadm 2023-12-07T09:44:01.762709+0000 mgr.a (mgr.14120) 21 : cephadm 1 Saving service mgr spec with placement count:2 2023-12-07T09:44:03.027 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:02 smithi022 bash[28554]: audit 2023-12-07T09:44:01.767152+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.22:0/1585879970' entity='mgr.a' 2023-12-07T09:44:05.016 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:04 smithi022 bash[28554]: cluster 2023-12-07T09:44:03.627317+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-07T09:44:05.016 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:04 smithi022 bash[28554]: audit 2023-12-07T09:44:03.697580+0000 mon.a (mon.0) 64 : audit 1 from='client.? 172.21.15.22:0/1870531395' entity='client.admin' 2023-12-07T09:44:06.328 INFO:teuthology.orchestra.run.smithi022.stdout:Enabling the dashboard module... 2023-12-07T09:44:06.984 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:06 smithi022 bash[28554]: cluster 2023-12-07T09:44:05.627703+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-07T09:44:06.984 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:06 smithi022 bash[28554]: audit 2023-12-07T09:44:05.703856+0000 mon.a (mon.0) 65 : audit 1 from='client.? 172.21.15.22:0/617676551' entity='client.admin' 2023-12-07T09:44:08.665 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:08 smithi022 bash[28554]: cluster 2023-12-07T09:44:07.628046+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-07T09:44:08.665 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:08 smithi022 bash[28554]: audit 2023-12-07T09:44:07.761077+0000 mon.a (mon.0) 66 : audit 1 from='client.? 172.21.15.22:0/1858696390' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-07T09:44:08.665 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:08 smithi022 bash[28817]: ignoring --setuser ceph since I am not root 2023-12-07T09:44:08.665 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:08 smithi022 bash[28817]: ignoring --setgroup ceph since I am not root 2023-12-07T09:44:08.665 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:08 smithi022 bash[28817]: debug 2023-12-07T09:44:08.625+0000 7f9e014a5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T09:44:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:09 smithi022 bash[28554]: audit 2023-12-07T09:44:08.413647+0000 mon.a (mon.0) 67 : audit 1 from='client.? 172.21.15.22:0/1858696390' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-07T09:44:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:09 smithi022 bash[28554]: cluster 2023-12-07T09:44:08.419649+0000 mon.a (mon.0) 68 : cluster 0 mgrmap e9: a(active, since 28s) 2023-12-07T09:44:09.680 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:09 smithi022 bash[28817]: debug 2023-12-07T09:44:09.569+0000 7f9e014a5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T09:44:10.077 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:09 smithi022 bash[28817]: debug 2023-12-07T09:44:09.677+0000 7f9e014a5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T09:44:10.077 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:09 smithi022 bash[28817]: debug 2023-12-07T09:44:09.785+0000 7f9e014a5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T09:44:10.429 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:10 smithi022 bash[28817]: debug 2023-12-07T09:44:10.069+0000 7f9e014a5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:44:10.757 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:10 smithi022 bash[28554]: audit 2023-12-07T09:44:10.545271+0000 mon.a (mon.0) 69 : audit 0 from='client.? 172.21.15.22:0/2442250634' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T09:44:10.757 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:10 smithi022 bash[28817]: debug 2023-12-07T09:44:10.453+0000 7f9e014a5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T09:44:10.757 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:10 smithi022 bash[28817]: debug 2023-12-07T09:44:10.617+0000 7f9e014a5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:44:11.131 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for the mgr to restart... 2023-12-07T09:44:11.132 INFO:teuthology.orchestra.run.smithi022.stdout:Waiting for mgr epoch 9... 2023-12-07T09:44:11.156 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:10 smithi022 bash[28817]: debug 2023-12-07T09:44:10.837+0000 7f9e014a5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T09:44:12.179 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:11 smithi022 bash[28817]: debug 2023-12-07T09:44:11.885+0000 7f9e014a5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T09:44:12.179 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:12 smithi022 bash[28817]: debug 2023-12-07T09:44:12.001+0000 7f9e014a5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T09:44:12.179 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:12 smithi022 bash[28817]: debug 2023-12-07T09:44:12.129+0000 7f9e014a5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T09:44:12.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:12 smithi022 bash[28817]: debug 2023-12-07T09:44:12.665+0000 7f9e014a5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T09:44:12.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:12 smithi022 bash[28817]: debug 2023-12-07T09:44:12.909+0000 7f9e014a5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T09:44:13.679 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:13 smithi022 bash[28817]: debug 2023-12-07T09:44:13.385+0000 7f9e014a5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T09:44:14.179 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:13 smithi022 bash[28817]: debug 2023-12-07T09:44:13.897+0000 7f9e014a5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:44:14.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:14 smithi022 bash[28817]: debug 2023-12-07T09:44:14.477+0000 7f9e014a5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T09:44:14.930 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:14 smithi022 bash[28817]: debug 2023-12-07T09:44:14.593+0000 7f9e014a5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T09:44:15.221 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:14 smithi022 bash[28817]: debug 2023-12-07T09:44:14.945+0000 7f9e014a5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T09:44:15.222 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:15 smithi022 bash[28817]: debug 2023-12-07T09:44:15.065+0000 7f9e014a5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T09:44:15.660 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:15 smithi022 bash[28817]: debug 2023-12-07T09:44:15.213+0000 7f9e014a5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T09:44:15.660 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:15 smithi022 bash[28817]: debug 2023-12-07T09:44:15.333+0000 7f9e014a5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T09:44:15.660 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:15 smithi022 bash[28817]: debug 2023-12-07T09:44:15.457+0000 7f9e014a5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T09:44:15.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:15 smithi022 bash[28817]: debug 2023-12-07T09:44:15.653+0000 7f9e014a5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T09:44:15.929 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:15 smithi022 bash[28817]: debug 2023-12-07T09:44:15.781+0000 7f9e014a5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T09:44:17.429 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28817]: debug 2023-12-07T09:44:17.073+0000 7f9e014a5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: cluster 2023-12-07T09:44:17.101445+0000 mon.a (mon.0) 70 : cluster 1 Active manager daemon a restarted 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: cluster 2023-12-07T09:44:17.102055+0000 mon.a (mon.0) 71 : cluster 1 Activating manager daemon a 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: cluster 2023-12-07T09:44:17.105777+0000 mon.a (mon.0) 72 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: cluster 2023-12-07T09:44:17.105892+0000 mon.a (mon.0) 73 : cluster 0 mgrmap e10: a(active, starting, since 0.00405541s) 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: audit 2023-12-07T09:44:17.108534+0000 mon.a (mon.0) 74 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: audit 2023-12-07T09:44:17.109935+0000 mon.a (mon.0) 75 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: audit 2023-12-07T09:44:17.110797+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T09:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: audit 2023-12-07T09:44:17.111027+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T09:44:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: audit 2023-12-07T09:44:17.111243+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T09:44:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:17 smithi022 bash[28554]: cluster 2023-12-07T09:44:17.120189+0000 mon.a (mon.0) 79 : cluster 1 Manager daemon a is now available 2023-12-07T09:44:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:18 smithi022 bash[28554]: audit 2023-12-07T09:44:17.154405+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:18 smithi022 bash[28554]: audit 2023-12-07T09:44:17.162623+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:18 smithi022 bash[28554]: audit 2023-12-07T09:44:17.182572+0000 mon.a (mon.0) 82 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T09:44:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:18 smithi022 bash[28554]: audit 2023-12-07T09:44:17.187172+0000 mon.a (mon.0) 83 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T09:44:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:18 smithi022 bash[28554]: cluster 2023-12-07T09:44:18.113641+0000 mon.a (mon.0) 84 : cluster 0 mgrmap e11: a(active, since 1.0118s) 2023-12-07T09:44:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout { 2023-12-07T09:44:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-07T09:44:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T09:44:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout } 2023-12-07T09:44:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:mgr epoch 9 is available 2023-12-07T09:44:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:Generating a dashboard self-signed certificate... 2023-12-07T09:44:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:19 smithi022 bash[28554]: cephadm 2023-12-07T09:44:17.655697+0000 mgr.a (mgr.14152) 1 : cephadm 1 [07/Dec/2023:09:44:17] ENGINE Bus STARTING 2023-12-07T09:44:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:19 smithi022 bash[28554]: cephadm 2023-12-07T09:44:17.781247+0000 mgr.a (mgr.14152) 2 : cephadm 1 [07/Dec/2023:09:44:17] ENGINE Serving on https://172.21.15.22:7150 2023-12-07T09:44:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:19 smithi022 bash[28554]: cephadm 2023-12-07T09:44:17.883346+0000 mgr.a (mgr.14152) 3 : cephadm 1 [07/Dec/2023:09:44:17] ENGINE Serving on http://172.21.15.22:8765 2023-12-07T09:44:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:19 smithi022 bash[28554]: cephadm 2023-12-07T09:44:17.883764+0000 mgr.a (mgr.14152) 4 : cephadm 1 [07/Dec/2023:09:44:17] ENGINE Bus STARTED 2023-12-07T09:44:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:19 smithi022 bash[28554]: audit 2023-12-07T09:44:18.114206+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T09:44:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:19 smithi022 bash[28554]: audit 2023-12-07T09:44:18.130387+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T09:44:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:20 smithi022 bash[28554]: cluster 2023-12-07T09:44:19.166890+0000 mon.a (mon.0) 85 : cluster 0 mgrmap e12: a(active, since 2s) 2023-12-07T09:44:20.950 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-07T09:44:20.950 INFO:teuthology.orchestra.run.smithi022.stdout:Creating initial admin user... 2023-12-07T09:44:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:21 smithi022 bash[28554]: audit 2023-12-07T09:44:20.192513+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-07T09:44:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:21 smithi022 bash[28554]: audit 2023-12-07T09:44:20.308518+0000 mon.a (mon.0) 86 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:21 smithi022 bash[28554]: audit 2023-12-07T09:44:20.313518+0000 mon.a (mon.0) 87 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:23.332 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Y4Vo6FvZn2RLzWmz.z9iS.k/zckWWxaMwn0URx/YyPhXXYLJjSC1e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701942262, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-07T09:44:23.332 INFO:teuthology.orchestra.run.smithi022.stdout:Fetching dashboard port number... 2023-12-07T09:44:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:23 smithi022 bash[28554]: audit 2023-12-07T09:44:22.387822+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-07T09:44:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:23 smithi022 bash[28554]: audit 2023-12-07T09:44:22.642877+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:24.763 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:24 smithi022 bash[28554]: cluster 2023-12-07T09:44:23.647176+0000 mon.a (mon.0) 89 : cluster 0 mgrmap e13: a(active, since 6s) 2023-12-07T09:44:24.764 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:24 smithi022 bash[28554]: audit 2023-12-07T09:44:24.127441+0000 mon.a (mon.0) 90 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:25.466 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stdout 8443 2023-12-07T09:44:25.466 INFO:teuthology.orchestra.run.smithi022.stdout:firewalld does not appear to be present 2023-12-07T09:44:25.466 INFO:teuthology.orchestra.run.smithi022.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-07T09:44:25.468 INFO:teuthology.orchestra.run.smithi022.stdout:Ceph Dashboard is now available at: 2023-12-07T09:44:25.468 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:25.468 INFO:teuthology.orchestra.run.smithi022.stdout: URL: https://smithi022.front.sepia.ceph.com:8443/ 2023-12-07T09:44:25.468 INFO:teuthology.orchestra.run.smithi022.stdout: User: admin 2023-12-07T09:44:25.468 INFO:teuthology.orchestra.run.smithi022.stdout: Password: fuqbeyqgdh 2023-12-07T09:44:25.468 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:25.469 INFO:teuthology.orchestra.run.smithi022.stdout:Saving cluster configuration to /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config directory 2023-12-07T09:44:25.469 INFO:teuthology.orchestra.run.smithi022.stdout:Enabling autotune for osd_memory_target 2023-12-07T09:44:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:25 smithi022 bash[28554]: audit 2023-12-07T09:44:24.689016+0000 mon.a (mon.0) 91 : audit 0 from='client.? 172.21.15.22:0/1264741740' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-07T09:44:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:25 smithi022 bash[28554]: audit 2023-12-07T09:44:25.219290+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:29.610 INFO:teuthology.orchestra.run.smithi022.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout:Or, if you are only running a single cluster on this host: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: ceph telemetry on 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.611 INFO:teuthology.orchestra.run.smithi022.stdout:For more information see: 2023-12-07T09:44:29.612 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.612 INFO:teuthology.orchestra.run.smithi022.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-07T09:44:29.612 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:44:29.612 INFO:teuthology.orchestra.run.smithi022.stdout:Bootstrap complete. 2023-12-07T09:44:29.655 INFO:tasks.cephadm:Fetching config... 2023-12-07T09:44:29.655 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:44:29.655 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-07T09:44:29.661 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-07T09:44:29.661 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:44:29.661 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-07T09:44:29.709 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-07T09:44:29.709 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:44:29.709 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-07T09:44:29.764 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-07T09:44:29.764 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:44:29.764 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-07T09:44:29.812 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-07T09:44:29.812 DEBUG:teuthology.orchestra.run.smithi022:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T09:44:29.882 INFO:teuthology.orchestra.run.smithi022.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:44:29.894 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T09:44:29.918 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:44:29.928 DEBUG:teuthology.orchestra.run.smithi044:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T09:44:29.953 INFO:teuthology.orchestra.run.smithi044.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCUt/ywzLaQU2Lh4PZ49RIWV14vEzlTgd1ZiyyZIJQ4ex0B8m2FSZFdhwJCI7Ugt8OAQXHzyCIO1Dlirgf2XPiFd2dvVJhZO9d+hFVtxwYfhTer1A9KUjCMNVh0fVkUS+r90424jdlaKZdGxYp/HqCpEixuWiLr7TbsVxU2VsidGcci5vglmXW7y+TArH/NPP9G4Ce3p8JK71Pl3DdyUWE6w4RzMEX2gk7SjT0b9kZpvnWdPowuyk03V7lBgJlNy9GEIJc+bSZcalWXndebxlecc57qlUS/Bf74JtXo2bETZ8B6Dx22V2EQ09rZ+/a33Yk3hYINZdYXvmTNcXZ5x4zxA6YLXsK2lqav6+YeJER5t3RpmRLXZrtvJzEjeDQSyrgBh+7t+HQ/g6J8+Pc0tgzj+XasdbJ6NzARW8duzq4cIkZWkPtyVz/EAU5DBlgSWguvtAyte4dlHVt0rA/JV+kHBvRDD3ceqVHfs9j7YG8aCEZ808KEmd0LVUn7Gns62E= ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:44:29.965 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-07T09:44:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:29 smithi022 bash[28554]: audit 2023-12-07T09:44:28.945115+0000 mon.a (mon.0) 93 : audit 1 from='client.? 172.21.15.22:0/4070096791' entity='client.admin' 2023-12-07T09:44:34.175 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:44:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:36 smithi022 bash[28554]: audit 2023-12-07T09:44:35.113278+0000 mon.a (mon.0) 94 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:36 smithi022 bash[28554]: audit 2023-12-07T09:44:35.117657+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:36 smithi022 bash[28554]: audit 2023-12-07T09:44:35.118881+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi022", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:44:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:36 smithi022 bash[28554]: audit 2023-12-07T09:44:35.123753+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:36 smithi022 bash[28554]: audit 2023-12-07T09:44:35.157994+0000 mon.a (mon.0) 98 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:36 smithi022 bash[28554]: audit 2023-12-07T09:44:35.164927+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:38.074 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-07T09:44:38.074 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-07T09:44:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:38 smithi022 bash[28554]: cluster 2023-12-07T09:44:37.112678+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-07T09:44:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:38 smithi022 bash[28554]: audit 2023-12-07T09:44:37.398246+0000 mon.a (mon.0) 100 : audit 1 from='client.? 172.21.15.22:0/2530126320' entity='client.admin' 2023-12-07T09:44:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:38 smithi022 bash[28554]: audit 2023-12-07T09:44:37.468798+0000 mon.a (mon.0) 101 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:38 smithi022 bash[28554]: audit 2023-12-07T09:44:37.475523+0000 mon.a (mon.0) 102 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:40 smithi022 bash[28554]: cluster 2023-12-07T09:44:39.113143+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-07T09:44:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:42 smithi022 bash[28554]: cluster 2023-12-07T09:44:41.113533+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-07T09:44:42.804 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:44:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:44 smithi022 bash[28554]: cluster 2023-12-07T09:44:43.114004+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-07T09:44:46.185 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi027 2023-12-07T09:44:46.186 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:44:46.186 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/etc/ceph/ceph.conf 2023-12-07T09:44:46.194 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:44:46.194 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:44:46.245 INFO:tasks.cephadm:Adding host smithi027 to orchestrator... 2023-12-07T09:44:46.245 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch host add smithi027 2023-12-07T09:44:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: cluster 2023-12-07T09:44:45.114544+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-07T09:44:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:45.457452+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-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:45.462363+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:45.494558+0000 mon.a (mon.0) 104 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:45.497682+0000 mon.a (mon.0) 105 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:45.499353+0000 mon.a (mon.0) 106 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:46.267793+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:46.272875+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:46 smithi022 bash[28554]: audit 2023-12-07T09:44:46.276689+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:44:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:47 smithi022 bash[28554]: cephadm 2023-12-07T09:44:45.501505+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:44:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:47 smithi022 bash[28554]: cephadm 2023-12-07T09:44:45.666149+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:44:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:47 smithi022 bash[28554]: cephadm 2023-12-07T09:44:45.931129+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:44:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:47 smithi022 bash[28554]: cephadm 2023-12-07T09:44:46.096721+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:44:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:48 smithi022 bash[28554]: cluster 2023-12-07T09:44:47.114983+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-07T09:44:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:50 smithi022 bash[28554]: cluster 2023-12-07T09:44:49.115452+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-07T09:44:50.971 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:44:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:52 smithi022 bash[28554]: cluster 2023-12-07T09:44:51.115798+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-07T09:44:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:54 smithi022 bash[28554]: cluster 2023-12-07T09:44:53.116268+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-07T09:44:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:55 smithi022 bash[28554]: audit 2023-12-07T09:44:53.730080+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:56 smithi022 bash[28554]: cephadm 2023-12-07T09:44:54.526095+0000 mgr.a (mgr.14152) 24 : cephadm 1 Deploying cephadm binary to smithi027 2023-12-07T09:44:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:56 smithi022 bash[28554]: cluster 2023-12-07T09:44:55.116693+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-07T09:44:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:44:58 smithi022 bash[28554]: cluster 2023-12-07T09:44:57.116937+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-07T09:45:00.127 INFO:teuthology.orchestra.run.smithi022.stdout:Added host 'smithi027' with addr '172.21.15.27' 2023-12-07T09:45:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:00 smithi022 bash[28554]: cluster 2023-12-07T09:44:59.117292+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-07T09:45:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:00 smithi022 bash[28554]: audit 2023-12-07T09:45:00.122435+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:00 smithi022 bash[28554]: audit 2023-12-07T09:45:00.173952+0000 mon.a (mon.0) 111 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:00.836 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T09:45:01.851 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:01 smithi022 bash[28554]: cephadm 2023-12-07T09:45:00.123371+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi027 2023-12-07T09:45:01.851 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:01 smithi022 bash[28554]: audit 2023-12-07T09:45:00.695775+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:02 smithi022 bash[28554]: cluster 2023-12-07T09:45:01.117717+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-07T09:45:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:02 smithi022 bash[28554]: audit 2023-12-07T09:45:02.219991+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:04.564 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:45:04.594 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:04 smithi022 bash[28554]: cluster 2023-12-07T09:45:03.118149+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-07T09:45:04.594 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:04 smithi022 bash[28554]: audit 2023-12-07T09:45:03.308497+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:06 smithi022 bash[28554]: cluster 2023-12-07T09:45:05.118619+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-07T09:45:07.360 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:45:07.360 INFO:teuthology.orchestra.run.smithi022.stdout:[{"addr": "172.21.15.22", "hostname": "smithi022", "labels": [], "status": ""}, {"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}] 2023-12-07T09:45:08.072 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi044 2023-12-07T09:45:08.072 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:45:08.072 DEBUG:teuthology.orchestra.run.smithi044:> dd of=/etc/ceph/ceph.conf 2023-12-07T09:45:08.080 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:45:08.080 DEBUG:teuthology.orchestra.run.smithi044:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:45:08.128 INFO:tasks.cephadm:Adding host smithi044 to orchestrator... 2023-12-07T09:45:08.128 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch host add smithi044 2023-12-07T09:45:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:08 smithi022 bash[28554]: cluster 2023-12-07T09:45:07.118897+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-07T09:45:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:08 smithi022 bash[28554]: audit 2023-12-07T09:45:07.356071+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-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: cluster 2023-12-07T09:45:09.119249+0000 mgr.a (mgr.14152) 34 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.295718+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.300032+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.304935+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.308229+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.309561+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.311136+0000 mon.a (mon.0) 120 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.312608+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: cephadm 2023-12-07T09:45:09.314876+0000 mgr.a (mgr.14152) 35 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: cephadm 2023-12-07T09:45:09.479959+0000 mgr.a (mgr.14152) 36 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.980529+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.985660+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:10 smithi022 bash[28554]: audit 2023-12-07T09:45:09.989573+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:11 smithi022 bash[28554]: cephadm 2023-12-07T09:45:09.644812+0000 mgr.a (mgr.14152) 37 : cephadm 1 Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:45:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:11 smithi022 bash[28554]: cephadm 2023-12-07T09:45:09.810019+0000 mgr.a (mgr.14152) 38 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:45:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:12 smithi022 bash[28554]: cluster 2023-12-07T09:45:11.119717+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-07T09:45:12.857 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:45:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:14 smithi022 bash[28554]: cluster 2023-12-07T09:45:13.119998+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-07T09:45:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:16 smithi022 bash[28554]: cluster 2023-12-07T09:45:15.120417+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-07T09:45:17.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:17 smithi022 bash[28554]: audit 2023-12-07T09:45:15.820187+0000 mgr.a (mgr.14152) 42 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi044", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:18 smithi022 bash[28554]: cephadm 2023-12-07T09:45:16.643952+0000 mgr.a (mgr.14152) 43 : cephadm 1 Deploying cephadm binary to smithi044 2023-12-07T09:45:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:18 smithi022 bash[28554]: cluster 2023-12-07T09:45:17.120808+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:45:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:20 smithi022 bash[28554]: cluster 2023-12-07T09:45:19.121256+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-07T09:45:22.199 INFO:teuthology.orchestra.run.smithi022.stdout:Added host 'smithi044' with addr '172.21.15.44' 2023-12-07T09:45:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:22 smithi022 bash[28554]: cluster 2023-12-07T09:45:21.121620+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-07T09:45:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:22 smithi022 bash[28554]: audit 2023-12-07T09:45:22.194948+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:22 smithi022 bash[28554]: audit 2023-12-07T09:45:22.232504+0000 mon.a (mon.0) 126 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:22.865 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T09:45:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:23 smithi022 bash[28554]: cephadm 2023-12-07T09:45:22.195694+0000 mgr.a (mgr.14152) 47 : cephadm 1 Added host smithi044 2023-12-07T09:45:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:23 smithi022 bash[28554]: audit 2023-12-07T09:45:22.756343+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:24 smithi022 bash[28554]: cluster 2023-12-07T09:45:23.122005+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-07T09:45:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:24 smithi022 bash[28554]: audit 2023-12-07T09:45:24.231361+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:26 smithi022 bash[28554]: cluster 2023-12-07T09:45:25.122403+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-07T09:45:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:26 smithi022 bash[28554]: audit 2023-12-07T09:45:25.380081+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:27.592 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:45:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:28 smithi022 bash[28554]: cluster 2023-12-07T09:45:27.122804+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-07T09:45:30.450 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:45:30.451 INFO:teuthology.orchestra.run.smithi022.stdout:[{"addr": "172.21.15.22", "hostname": "smithi022", "labels": [], "status": ""}, {"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.44", "hostname": "smithi044", "labels": [], "status": ""}] 2023-12-07T09:45:30.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:30 smithi022 bash[28554]: cluster 2023-12-07T09:45:29.123155+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-07T09:45:31.104 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-07T09:45:31.105 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-07T09:45:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:30.446834+0000 mgr.a (mgr.14152) 52 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.367230+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.371834+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.375459+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.378168+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.379272+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi044", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.380933+0000 mon.a (mon.0) 135 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:31 smithi022 bash[28554]: audit 2023-12-07T09:45:31.382293+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:45:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:32 smithi022 bash[28554]: cluster 2023-12-07T09:45:31.123475+0000 mgr.a (mgr.14152) 53 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:45:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:32 smithi022 bash[28554]: cephadm 2023-12-07T09:45:31.384606+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:45:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:32 smithi022 bash[28554]: audit 2023-12-07T09:45:32.050349+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:32 smithi022 bash[28554]: audit 2023-12-07T09:45:32.055683+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:32 smithi022 bash[28554]: audit 2023-12-07T09:45:32.059577+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:33 smithi022 bash[28554]: cephadm 2023-12-07T09:45:31.549208+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:45:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:33 smithi022 bash[28554]: cephadm 2023-12-07T09:45:31.714645+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:45:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:33 smithi022 bash[28554]: cephadm 2023-12-07T09:45:31.879766+0000 mgr.a (mgr.14152) 57 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:45:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:34 smithi022 bash[28554]: cluster 2023-12-07T09:45:33.123838+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-07T09:45:35.833 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:45:36.801 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:36 smithi022 bash[28554]: cluster 2023-12-07T09:45:35.124239+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-07T09:45:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:38 smithi022 bash[28554]: cluster 2023-12-07T09:45:37.124646+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-07T09:45:39.457 INFO:teuthology.orchestra.run.smithi022.stderr:adjusted tunables profile to default 2023-12-07T09:45:39.725 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:39 smithi022 bash[28554]: audit 2023-12-07T09:45:38.610625+0000 mon.a (mon.0) 140 : audit 1 from='client.? 172.21.15.22:0/3944883790' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T09:45:40.168 INFO:tasks.cephadm:Adding mon.a on smithi022 2023-12-07T09:45:40.168 INFO:tasks.cephadm:Adding mon.b on smithi027 2023-12-07T09:45:40.169 INFO:tasks.cephadm:Adding mon.c on smithi044 2023-12-07T09:45:40.169 DEBUG:teuthology.orchestra.run.smithi044:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi022:172.21.15.22=a;smithi027:172.21.15.27=b;smithi044:172.21.15.44=c' 2023-12-07T09:45:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:40 smithi022 bash[28554]: cluster 2023-12-07T09:45:39.125148+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-07T09:45:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:40 smithi022 bash[28554]: audit 2023-12-07T09:45:39.448377+0000 mon.a (mon.0) 141 : audit 1 from='client.? 172.21.15.22:0/3944883790' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T09:45:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:40 smithi022 bash[28554]: cluster 2023-12-07T09:45:39.451212+0000 mon.a (mon.0) 142 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:45:41.408 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:45:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:42 smithi022 bash[28554]: cluster 2023-12-07T09:45:41.125557+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-07T09:45:43.986 INFO:teuthology.orchestra.run.smithi044.stdout:Scheduled mon update... 2023-12-07T09:45:44.482 DEBUG:teuthology.orchestra.run.smithi027:mon.b> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.b.service 2023-12-07T09:45:44.485 DEBUG:teuthology.orchestra.run.smithi044:mon.c> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mon.c.service 2023-12-07T09:45:44.488 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T09:45:44.488 DEBUG:teuthology.orchestra.run.smithi044:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T09:45:44.666 INFO:journalctl@ceph.mon.c.smithi044.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:45:44.869 INFO:journalctl@ceph.mon.b.smithi027.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:45:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:44 smithi022 bash[28554]: cluster 2023-12-07T09:45:43.125938+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-07T09:45:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:44 smithi022 bash[28554]: audit 2023-12-07T09:45:43.981760+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:44 smithi022 bash[28554]: audit 2023-12-07T09:45:44.003462+0000 mon.a (mon.0) 144 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:45.759 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: audit 2023-12-07T09:45:43.970663+0000 mgr.a (mgr.14152) 64 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi022:172.21.15.22=a;smithi027:172.21.15.27=b;smithi044:172.21.15.44=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: cephadm 2023-12-07T09:45:43.976667+0000 mgr.a (mgr.14152) 65 : cephadm 1 Saving service mon spec with placement smithi022:172.21.15.22=a;smithi027:172.21.15.27=b;smithi044:172.21.15.44=c;count:3 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: audit 2023-12-07T09:45:44.625499+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: audit 2023-12-07T09:45:44.627402+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: audit 2023-12-07T09:45:44.635133+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: audit 2023-12-07T09:45:44.638559+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:45:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:45 smithi022 bash[28554]: audit 2023-12-07T09:45:44.639701+0000 mon.a (mon.0) 149 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:46 smithi022 bash[28554]: cephadm 2023-12-07T09:45:44.640951+0000 mgr.a (mgr.14152) 66 : cephadm 1 Deploying daemon mon.c on smithi044 2023-12-07T09:45:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:46 smithi022 bash[28554]: cluster 2023-12-07T09:45:45.126371+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:45:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:48 smithi022 bash[28554]: cluster 2023-12-07T09:45:47.126864+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-07T09:45:49.975 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-12-07T09:45:49.975 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":1,"fsid":"bcaf12ae-94e4-11ee-95a2-87774f69a715","modified":"2023-12-07T09:43:02.067830Z","created":"2023-12-07T09:43:02.067830Z","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.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-07T09:45:49.979 INFO:teuthology.orchestra.run.smithi044.stderr:dumped monmap epoch 1 2023-12-07T09:45:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:50 smithi022 bash[28554]: cluster 2023-12-07T09:45:49.127269+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-07T09:45:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:50 smithi022 bash[28554]: audit 2023-12-07T09:45:49.971403+0000 mon.a (mon.0) 150 : audit 0 from='client.? 172.21.15.44:0/2731849703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T09:45:51.796 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T09:45:51.797 DEBUG:teuthology.orchestra.run.smithi044:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T09:45:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:51 smithi044 bash[32620]: debug 2023-12-07T09:45:51.979+0000 7f6c62dd2700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T09:45:55.518 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T09:45:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:56 smithi027 bash[31536]: debug 2023-12-07T09:45:56.347+0000 7f94b1cdb700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T09:45:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:51.997986+0000 mon.a (mon.0) 157 : cluster 1 mon.a calling monitor election 2023-12-07T09:45:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:51.999667+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:52.000037+0000 mon.a (mon.0) 159 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:52.992282+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:53.128015+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-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:53.992311+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:53.993930+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:54.992531+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:55.128370+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-07T09:45:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:55.992764+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:56.355931+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:56.993013+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.021200+0000 mon.a (mon.0) 166 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.027052+0000 mon.a (mon.0) 167 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],c=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.044424+0000 mon.a (mon.0) 168 : cluster 0 fsmap 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.044518+0000 mon.a (mon.0) 169 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:45:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.044929+0000 mon.a (mon.0) 170 : cluster 0 mgrmap e13: a(active, since 99s) 2023-12-07T09:45:57.433 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.052023+0000 mon.a (mon.0) 171 : cluster 1 overall HEALTH_OK 2023-12-07T09:45:57.433 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:57.055047+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:57.433 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:57 smithi022 bash[28554]: audit 2023-12-07T09:45:57.059634+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:57.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:51.997986+0000 mon.a (mon.0) 157 : cluster 1 mon.a calling monitor election 2023-12-07T09:45:57.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:51.999667+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:52.000037+0000 mon.a (mon.0) 159 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:52.992282+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:53.128015+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-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:53.992311+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:53.993930+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:54.992531+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:55.128370+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-07T09:45:57.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:55.992764+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:56.355931+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:56.993013+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.021200+0000 mon.a (mon.0) 166 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.027052+0000 mon.a (mon.0) 167 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],c=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.044424+0000 mon.a (mon.0) 168 : cluster 0 fsmap 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.044518+0000 mon.a (mon.0) 169 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.044929+0000 mon.a (mon.0) 170 : cluster 0 mgrmap e13: a(active, since 99s) 2023-12-07T09:45:57.435 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.052023+0000 mon.a (mon.0) 171 : cluster 1 overall HEALTH_OK 2023-12-07T09:45:57.436 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:57.055047+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:57.436 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:57 smithi044 bash[32620]: audit 2023-12-07T09:45:57.059634+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: audit 2023-12-07T09:45:57.113902+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: audit 2023-12-07T09:45:57.119017+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: cluster 2023-12-07T09:45:57.128682+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-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: audit 2023-12-07T09:45:57.191088+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: audit 2023-12-07T09:45:57.217978+0000 mon.a (mon.0) 177 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: audit 2023-12-07T09:45:57.356144+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:45:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:45:58 smithi022 bash[28554]: audit 2023-12-07T09:45:57.993003+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: audit 2023-12-07T09:45:57.113902+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: audit 2023-12-07T09:45:57.119017+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: cluster 2023-12-07T09:45:57.128682+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-07T09:45:58.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: audit 2023-12-07T09:45:57.191088+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: audit 2023-12-07T09:45:57.217978+0000 mon.a (mon.0) 177 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:58.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: audit 2023-12-07T09:45:57.356144+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:45:58.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:45:58 smithi044 bash[32620]: audit 2023-12-07T09:45:57.993003+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.648 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:51.997986+0000 mon.a (mon.0) 157 : cluster 1 mon.a calling monitor election 2023-12-07T09:45:58.648 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:51.999667+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:45:58.648 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:52.000037+0000 mon.a (mon.0) 159 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.648 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:52.992282+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:53.128015+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-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:53.992311+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:53.993930+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:54.992531+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:55.128370+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-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:55.992764+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:56.355931+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:56.993013+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.021200+0000 mon.a (mon.0) 166 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.027052+0000 mon.a (mon.0) 167 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],c=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.044424+0000 mon.a (mon.0) 168 : cluster 0 fsmap 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.044518+0000 mon.a (mon.0) 169 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.044929+0000 mon.a (mon.0) 170 : cluster 0 mgrmap e13: a(active, since 99s) 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.052023+0000 mon.a (mon.0) 171 : cluster 1 overall HEALTH_OK 2023-12-07T09:45:58.649 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.055047+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.059634+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.113902+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.119017+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: cluster 2023-12-07T09:45:57.128682+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-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.191088+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.217978+0000 mon.a (mon.0) 177 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.356144+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:45:58.650 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:45:58 smithi027 bash[31536]: audit 2023-12-07T09:45:57.993003+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:46:03.438 INFO:teuthology.orchestra.run.smithi044.stdout: 2023-12-07T09:46:03.438 INFO:teuthology.orchestra.run.smithi044.stdout:{"epoch":3,"fsid":"bcaf12ae-94e4-11ee-95a2-87774f69a715","modified":"2023-12-07T09:45:58.364649Z","created":"2023-12-07T09:43:02.067830Z","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.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:3300","nonce":0},{"type":"v1","addr":"172.21.15.44:6789","nonce":0}]},"addr":"172.21.15.44:6789/0","public_addr":"172.21.15.44:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-07T09:46:03.444 INFO:teuthology.orchestra.run.smithi044.stderr:dumped monmap epoch 3 2023-12-07T09:46:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:45:58.369567+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:46:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:45:58.369815+0000 mon.a (mon.0) 182 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:45:58.369966+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-07T09:46:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:45:58.370077+0000 mon.a (mon.0) 183 : cluster 1 mon.a calling monitor election 2023-12-07T09:46:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:45:58.389000+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:45:58.543356+0000 mon.a (mon.0) 185 : audit 0 from='client.? 172.21.15.44:0/3584696443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:45:59.129047+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-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:45:59.356681+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:00.356747+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:00.369535+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:01.129443+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-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:01.356849+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:02.357137+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:03.357054+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.409268+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-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.415187+0000 mon.a (mon.0) 192 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],b=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.432422+0000 mon.a (mon.0) 193 : cluster 0 fsmap 2023-12-07T09:46:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.432525+0000 mon.a (mon.0) 194 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.432817+0000 mon.a (mon.0) 195 : cluster 0 mgrmap e13: a(active, since 106s) 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.440605+0000 mon.a (mon.0) 196 : cluster 1 overall HEALTH_OK 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:03.443405+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:03.446330+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:03.449454+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:03 smithi022 bash[28554]: audit 2023-12-07T09:46:03.452369+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:45:58.369567+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:45:58.369815+0000 mon.a (mon.0) 182 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:45:58.369966+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-07T09:46:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:45:58.370077+0000 mon.a (mon.0) 183 : cluster 1 mon.a calling monitor election 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:45:58.389000+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:45:58.543356+0000 mon.a (mon.0) 185 : audit 0 from='client.? 172.21.15.44:0/3584696443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:45:59.129047+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-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:45:59.356681+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:00.356747+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:00.369535+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:01.129443+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-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:01.356849+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:02.357137+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:03.357054+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.409268+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-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.415187+0000 mon.a (mon.0) 192 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],b=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.432422+0000 mon.a (mon.0) 193 : cluster 0 fsmap 2023-12-07T09:46:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.432525+0000 mon.a (mon.0) 194 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:46:03.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.432817+0000 mon.a (mon.0) 195 : cluster 0 mgrmap e13: a(active, since 106s) 2023-12-07T09:46:03.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.440605+0000 mon.a (mon.0) 196 : cluster 1 overall HEALTH_OK 2023-12-07T09:46:03.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:03.443405+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:03.446330+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:03.449454+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:03 smithi044 bash[32620]: audit 2023-12-07T09:46:03.452369+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:45:58.369567+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:46:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:45:58.369815+0000 mon.a (mon.0) 182 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:45:58.369966+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-07T09:46:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:45:58.370077+0000 mon.a (mon.0) 183 : cluster 1 mon.a calling monitor election 2023-12-07T09:46:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:45:58.389000+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:46:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:45:58.543356+0000 mon.a (mon.0) 185 : audit 0 from='client.? 172.21.15.44:0/3584696443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:45:59.129047+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-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:45:59.356681+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:00.356747+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:00.369535+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:01.129443+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-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:01.356849+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:02.357137+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:03.357054+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.409268+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-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.415187+0000 mon.a (mon.0) 192 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],b=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],c=[v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.432422+0000 mon.a (mon.0) 193 : cluster 0 fsmap 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.432525+0000 mon.a (mon.0) 194 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.432817+0000 mon.a (mon.0) 195 : cluster 0 mgrmap e13: a(active, since 106s) 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.440605+0000 mon.a (mon.0) 196 : cluster 1 overall HEALTH_OK 2023-12-07T09:46:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:03.443405+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:03.446330+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:03.449454+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:03 smithi027 bash[31536]: audit 2023-12-07T09:46:03.452369+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:04.267 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-07T09:46:04.268 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-07T09:46:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:04 smithi022 bash[28554]: cluster 2023-12-07T09:46:03.129863+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-07T09:46:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:04 smithi022 bash[28554]: audit 2023-12-07T09:46:04.073248+0000 mon.a (mon.0) 201 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:04 smithi022 bash[28554]: audit 2023-12-07T09:46:04.076011+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:04 smithi022 bash[28554]: audit 2023-12-07T09:46:04.357000+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:04.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:04 smithi044 bash[32620]: cluster 2023-12-07T09:46:03.129863+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-07T09:46:04.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:04 smithi044 bash[32620]: audit 2023-12-07T09:46:04.073248+0000 mon.a (mon.0) 201 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:04.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:04 smithi044 bash[32620]: audit 2023-12-07T09:46:04.076011+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:04.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:04 smithi044 bash[32620]: audit 2023-12-07T09:46:04.357000+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:04 smithi027 bash[31536]: cluster 2023-12-07T09:46:03.129863+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-07T09:46:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:04 smithi027 bash[31536]: audit 2023-12-07T09:46:04.073248+0000 mon.a (mon.0) 201 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:04 smithi027 bash[31536]: audit 2023-12-07T09:46:04.076011+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:04 smithi027 bash[31536]: audit 2023-12-07T09:46:04.357000+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:46:05.430 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28817]: debug 2023-12-07T09:46:05.351+0000 7f9db92ec700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.078589+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.079469+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.079895+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.294334+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.294556+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.295345+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.514454+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.518978+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.523706+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.529187+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.566819+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.572482+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.577408+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.682262+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.687086+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.690904+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.694202+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.695431+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.696675+0000 mon.a (mon.0) 216 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:05 smithi022 bash[28554]: audit 2023-12-07T09:46:04.697815+0000 mon.a (mon.0) 217 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.078589+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.079469+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.079895+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.294334+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.294556+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.295345+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.514454+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.518978+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.523706+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.529187+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.566819+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.572482+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.577408+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.682262+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.687086+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.690904+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.694202+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.695431+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.696675+0000 mon.a (mon.0) 216 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:05 smithi044 bash[32620]: audit 2023-12-07T09:46:04.697815+0000 mon.a (mon.0) 217 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.078589+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.079469+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.079895+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.294334+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.294556+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.295345+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:46:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.514454+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.518978+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.523706+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.529187+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.566819+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.572482+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.577408+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.682262+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.687086+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.690904+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.694202+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.695431+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.696675+0000 mon.a (mon.0) 216 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:05 smithi027 bash[31536]: audit 2023-12-07T09:46:04.697815+0000 mon.a (mon.0) 217 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:06 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.694902+0000 mgr.a (mgr.14152) 84 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2023-12-07T09:46:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:06 smithi022 bash[28554]: cephadm 2023-12-07T09:46:04.699194+0000 mgr.a (mgr.14152) 85 : cephadm 1 Reconfiguring daemon mon.a on smithi022 2023-12-07T09:46:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:06 smithi022 bash[28554]: cluster 2023-12-07T09:46:05.130179+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:06.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:06 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.694902+0000 mgr.a (mgr.14152) 84 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2023-12-07T09:46:06.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:06 smithi044 bash[32620]: cephadm 2023-12-07T09:46:04.699194+0000 mgr.a (mgr.14152) 85 : cephadm 1 Reconfiguring daemon mon.a on smithi022 2023-12-07T09:46:06.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:06 smithi044 bash[32620]: cluster 2023-12-07T09:46:05.130179+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:06 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.694902+0000 mgr.a (mgr.14152) 84 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2023-12-07T09:46:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:06 smithi027 bash[31536]: cephadm 2023-12-07T09:46:04.699194+0000 mgr.a (mgr.14152) 85 : cephadm 1 Reconfiguring daemon mon.a on smithi022 2023-12-07T09:46:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:06 smithi027 bash[31536]: cluster 2023-12-07T09:46:05.130179+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: audit 2023-12-07T09:46:06.950999+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: audit 2023-12-07T09:46:06.956455+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: cephadm 2023-12-07T09:46:06.968918+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: audit 2023-12-07T09:46:06.969689+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: audit 2023-12-07T09:46:06.971676+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: audit 2023-12-07T09:46:06.973581+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: cephadm 2023-12-07T09:46:06.975697+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.b on smithi027 2023-12-07T09:46:08.213 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:07 smithi027 bash[31536]: cluster 2023-12-07T09:46:07.130580+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: audit 2023-12-07T09:46:06.950999+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: audit 2023-12-07T09:46:06.956455+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: cephadm 2023-12-07T09:46:06.968918+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: audit 2023-12-07T09:46:06.969689+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: audit 2023-12-07T09:46:06.971676+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: audit 2023-12-07T09:46:06.973581+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: cephadm 2023-12-07T09:46:06.975697+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.b on smithi027 2023-12-07T09:46:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:07 smithi022 bash[28554]: cluster 2023-12-07T09:46:07.130580+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:08.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: audit 2023-12-07T09:46:06.950999+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: audit 2023-12-07T09:46:06.956455+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: cephadm 2023-12-07T09:46:06.968918+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: audit 2023-12-07T09:46:06.969689+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: audit 2023-12-07T09:46:06.971676+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: audit 2023-12-07T09:46:06.973581+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: cephadm 2023-12-07T09:46:06.975697+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.b on smithi027 2023-12-07T09:46:08.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:07 smithi044 bash[32620]: cluster 2023-12-07T09:46:07.130580+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:08.984 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:46:10.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: audit 2023-12-07T09:46:09.033781+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: audit 2023-12-07T09:46:09.038104+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: cephadm 2023-12-07T09:46:09.046402+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: audit 2023-12-07T09:46:09.046974+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: audit 2023-12-07T09:46:09.048448+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: audit 2023-12-07T09:46:09.049915+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: cephadm 2023-12-07T09:46:09.051586+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.c on smithi044 2023-12-07T09:46:10.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:10 smithi044 bash[32620]: cluster 2023-12-07T09:46:09.130876+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: audit 2023-12-07T09:46:09.033781+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: audit 2023-12-07T09:46:09.038104+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: cephadm 2023-12-07T09:46:09.046402+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: audit 2023-12-07T09:46:09.046974+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: audit 2023-12-07T09:46:09.048448+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: audit 2023-12-07T09:46:09.049915+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: cephadm 2023-12-07T09:46:09.051586+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.c on smithi044 2023-12-07T09:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:10 smithi022 bash[28554]: cluster 2023-12-07T09:46:09.130876+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: audit 2023-12-07T09:46:09.033781+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: audit 2023-12-07T09:46:09.038104+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: cephadm 2023-12-07T09:46:09.046402+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: audit 2023-12-07T09:46:09.046974+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: audit 2023-12-07T09:46:09.048448+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: audit 2023-12-07T09:46:09.049915+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: cephadm 2023-12-07T09:46:09.051586+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.c on smithi044 2023-12-07T09:46:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:10 smithi027 bash[31536]: cluster 2023-12-07T09:46:09.130876+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:11.729 INFO:teuthology.orchestra.run.smithi022.stdout:# minimal ceph.conf for bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:46:11.730 INFO:teuthology.orchestra.run.smithi022.stdout:[global] 2023-12-07T09:46:11.730 INFO:teuthology.orchestra.run.smithi022.stdout: fsid = bcaf12ae-94e4-11ee-95a2-87774f69a715 2023-12-07T09:46:11.730 INFO:teuthology.orchestra.run.smithi022.stdout: mon_host = [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.015499+0000 mon.a (mon.0) 228 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.020377+0000 mon.a (mon.0) 229 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.071071+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.074946+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.076463+0000 mon.a (mon.0) 232 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.084653+0000 mon.a (mon.0) 233 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: cluster 2023-12-07T09:46:11.131134+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-07T09:46:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:12 smithi022 bash[28554]: audit 2023-12-07T09:46:11.725662+0000 mon.a (mon.0) 234 : audit 0 from='client.? 172.21.15.22:0/2799095598' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.015499+0000 mon.a (mon.0) 228 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.020377+0000 mon.a (mon.0) 229 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.071071+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.074946+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.076463+0000 mon.a (mon.0) 232 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.084653+0000 mon.a (mon.0) 233 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: cluster 2023-12-07T09:46:11.131134+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-07T09:46:12.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:12 smithi044 bash[32620]: audit 2023-12-07T09:46:11.725662+0000 mon.a (mon.0) 234 : audit 0 from='client.? 172.21.15.22:0/2799095598' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.015499+0000 mon.a (mon.0) 228 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.020377+0000 mon.a (mon.0) 229 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.071071+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.074946+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.076463+0000 mon.a (mon.0) 232 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.084653+0000 mon.a (mon.0) 233 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: cluster 2023-12-07T09:46:11.131134+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-07T09:46:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:12 smithi027 bash[31536]: audit 2023-12-07T09:46:11.725662+0000 mon.a (mon.0) 234 : audit 0 from='client.? 172.21.15.22:0/2799095598' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:12.484 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-07T09:46:12.484 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:46:12.484 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T09:46:12.500 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:46:12.500 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:46:12.558 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:46:12.559 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T09:46:12.574 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:46:12.574 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:46:12.629 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:46:12.629 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T09:46:12.646 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:46:12.646 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:46:12.705 INFO:tasks.cephadm:Adding mgr.a on smithi022 2023-12-07T09:46:12.705 INFO:tasks.cephadm:Adding mgr.b on smithi027 2023-12-07T09:46:12.705 DEBUG:teuthology.orchestra.run.smithi044:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi022=a;smithi027=b' 2023-12-07T09:46:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:14 smithi027 bash[31536]: cluster 2023-12-07T09:46:13.131563+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-07T09:46:14.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:14 smithi022 bash[28554]: cluster 2023-12-07T09:46:13.131563+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-07T09:46:14.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:14 smithi044 bash[32620]: cluster 2023-12-07T09:46:13.131563+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-07T09:46:16.462 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T09:46:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:16 smithi027 bash[31536]: cluster 2023-12-07T09:46:15.132000+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-07T09:46:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:16 smithi022 bash[28554]: cluster 2023-12-07T09:46:15.132000+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-07T09:46:16.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:16 smithi044 bash[32620]: cluster 2023-12-07T09:46:15.132000+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-07T09:46:18.748 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:18 smithi044 bash[32620]: cluster 2023-12-07T09:46:17.132417+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-07T09:46:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:18 smithi022 bash[28554]: cluster 2023-12-07T09:46:17.132417+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-07T09:46:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:18 smithi027 bash[31536]: cluster 2023-12-07T09:46:17.132417+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-07T09:46:19.174 INFO:teuthology.orchestra.run.smithi044.stdout:Scheduled mgr update... 2023-12-07T09:46:19.975 DEBUG:teuthology.orchestra.run.smithi027:mgr.b> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@mgr.b.service 2023-12-07T09:46:19.977 INFO:tasks.cephadm:Deploying OSDs... 2023-12-07T09:46:19.978 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T09:46:19.978 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T09:46:19.985 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-07T09:46:19.985 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_1 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 5h/5d Inode: 494 Links: 1 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-07 09:37:06.555322024 +0000 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-07 09:37:06.047333740 +0000 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-07 09:37:06.047333740 +0000 2023-12-07T09:46:20.034 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-07T09:46:20.035 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T09:46:20.087 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-07T09:46:20.087 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-07T09:46:20.087 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.00033659 s, 1.5 MB/s 2023-12-07T09:46:20.088 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T09:46:20.140 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_2 2023-12-07T09:46:20.188 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T09:46:20.188 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.189 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-12-07T09:46:20.189 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.189 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-07 09:37:06.771317044 +0000 2023-12-07T09:46:20.189 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-07 09:37:06.767317135 +0000 2023-12-07T09:46:20.189 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-07 09:37:06.767317135 +0000 2023-12-07T09:46:20.189 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-07T09:46:20.189 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T09:46:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-07T09:46:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-07T09:46:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000301671 s, 1.7 MB/s 2023-12-07T09:46:20.246 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T09:46:20.299 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_3 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-07 09:37:07.407302376 +0000 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-07 09:37:07.403302468 +0000 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-07 09:37:07.403302468 +0000 2023-12-07T09:46:20.350 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-07T09:46:20.350 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T09:46:20.403 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: cluster 2023-12-07T09:46:19.132859+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-07T09:46:20.403 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.159777+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi022=a;smithi027=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:20.403 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: cephadm 2023-12-07T09:46:19.163415+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi022=a;smithi027=b;count:2 2023-12-07T09:46:20.403 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.169613+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:20.403 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.221364+0000 mon.a (mon.0) 236 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:20.403 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.225444+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.227316+0000 mon.a (mon.0) 238 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.235512+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.238083+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.240171+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.243249+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: audit 2023-12-07T09:46:19.244855+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:20.404 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:20 smithi022 bash[28554]: cephadm 2023-12-07T09:46:19.246557+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi027 2023-12-07T09:46:20.405 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-07T09:46:20.405 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-07T09:46:20.405 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000324344 s, 1.6 MB/s 2023-12-07T09:46:20.406 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: cluster 2023-12-07T09:46:19.132859+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-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.159777+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi022=a;smithi027=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: cephadm 2023-12-07T09:46:19.163415+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi022=a;smithi027=b;count:2 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.169613+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.221364+0000 mon.a (mon.0) 236 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.225444+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.227316+0000 mon.a (mon.0) 238 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.235512+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:20.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.238083+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T09:46:20.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.240171+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T09:46:20.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.243249+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T09:46:20.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: audit 2023-12-07T09:46:19.244855+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:20.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:20 smithi044 bash[32620]: cephadm 2023-12-07T09:46:19.246557+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi027 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: cluster 2023-12-07T09:46:19.132859+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-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.159777+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi022=a;smithi027=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: cephadm 2023-12-07T09:46:19.163415+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi022=a;smithi027=b;count:2 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.169613+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.221364+0000 mon.a (mon.0) 236 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.225444+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.227316+0000 mon.a (mon.0) 238 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.235512+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.238083+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.240171+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.243249+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T09:46:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: audit 2023-12-07T09:46:19.244855+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:20 smithi027 bash[31536]: cephadm 2023-12-07T09:46:19.246557+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi027 2023-12-07T09:46:20.459 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_4 2023-12-07T09:46:20.513 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-07 09:37:08.407279315 +0000 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-07 09:37:07.999288724 +0000 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-07 09:37:07.999288724 +0000 2023-12-07T09:46:20.514 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-07T09:46:20.514 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T09:46:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-07T09:46:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-07T09:46:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000308397 s, 1.7 MB/s 2023-12-07T09:46:20.571 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T09:46:20.623 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-07T09:46:20.624 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T09:46:20.628 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-07T09:46:20.628 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2023-12-07T09:46:20.676 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 492 Links: 1 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-07 09:37:09.155859154 +0000 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-07 09:37:08.795867457 +0000 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-07 09:37:08.795867457 +0000 2023-12-07T09:46:20.677 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-07T09:46:20.677 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T09:46:20.688 INFO:journalctl@ceph.mgr.b.smithi027.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:46:20.697 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-07T09:46:20.698 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-07T09:46:20.698 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000460529 s, 1.1 MB/s 2023-12-07T09:46:20.698 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T09:46:20.751 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 497 Links: 1 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-07 09:37:09.703846517 +0000 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-07 09:37:09.363854357 +0000 2023-12-07T09:46:20.801 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-07 09:37:09.363854357 +0000 2023-12-07T09:46:20.802 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-07T09:46:20.802 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T09:46:20.860 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-07T09:46:20.860 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-07T09:46:20.860 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000355215 s, 1.4 MB/s 2023-12-07T09:46:20.861 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T09:46:20.911 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-07 09:37:10.279833233 +0000 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-07 09:37:09.927841352 +0000 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-07 09:37:09.927841352 +0000 2023-12-07T09:46:20.960 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-07T09:46:20.961 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T09:46:21.017 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-07T09:46:21.017 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-07T09:46:21.017 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.00040548 s, 1.3 MB/s 2023-12-07T09:46:21.018 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T09:46:21.071 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2023-12-07T09:46:21.125 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T09:46:21.125 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:21.126 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 509 Links: 1 2023-12-07T09:46:21.126 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:21.126 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-07 09:37:10.855819950 +0000 2023-12-07T09:46:21.126 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-07 09:37:10.495828253 +0000 2023-12-07T09:46:21.126 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-07 09:37:10.495828253 +0000 2023-12-07T09:46:21.126 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-07T09:46:21.126 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T09:46:21.179 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-07T09:46:21.180 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-07T09:46:21.180 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000420017 s, 1.2 MB/s 2023-12-07T09:46:21.181 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T09:46:21.231 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2023-12-07T09:46:21.231 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T09:46:21.238 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-07T09:46:21.239 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_1 2023-12-07T09:46:21.289 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 489 Links: 1 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-12-07 09:37:08.895352789 +0000 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-12-07 09:37:08.891352880 +0000 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-12-07 09:37:08.891352880 +0000 2023-12-07T09:46:21.290 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-12-07T09:46:21.290 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T09:46:21.345 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-12-07T09:46:21.345 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-12-07T09:46:21.345 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000412517 s, 1.2 MB/s 2023-12-07T09:46:21.346 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T09:46:21.399 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_2 2023-12-07T09:46:21.449 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-12-07 09:37:09.839331030 +0000 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-12-07 09:37:09.487339142 +0000 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-12-07 09:37:09.487339142 +0000 2023-12-07T09:46:21.450 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-12-07T09:46:21.450 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T09:46:21.505 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-12-07T09:46:21.505 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-12-07T09:46:21.505 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000370089 s, 1.4 MB/s 2023-12-07T09:46:21.506 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T09:46:21.559 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_3 2023-12-07T09:46:21.609 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-12-07 09:37:10.411317844 +0000 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-12-07 09:37:10.079325497 +0000 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-12-07 09:37:10.079325497 +0000 2023-12-07T09:46:21.610 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-12-07T09:46:21.610 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T09:46:21.665 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-12-07T09:46:21.665 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-12-07T09:46:21.665 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000411302 s, 1.2 MB/s 2023-12-07T09:46:21.666 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T09:46:21.719 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_4 2023-12-07T09:46:21.769 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 509 Links: 1 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2023-12-07 09:37:10.983304661 +0000 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2023-12-07 09:37:10.631312773 +0000 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2023-12-07 09:37:10.631312773 +0000 2023-12-07T09:46:21.770 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2023-12-07T09:46:21.770 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T09:46:21.823 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2023-12-07T09:46:21.823 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2023-12-07T09:46:21.824 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000446196 s, 1.1 MB/s 2023-12-07T09:46:21.824 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T09:46:21.875 INFO:tasks.cephadm:Deploying osd.0 on smithi022 with /dev/vg_nvme/lv_4... 2023-12-07T09:46:21.875 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T09:46:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:22 smithi022 bash[28554]: cluster 2023-12-07T09:46:21.133327+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-07T09:46:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:22 smithi022 bash[28554]: audit 2023-12-07T09:46:22.024356+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:22 smithi022 bash[28554]: audit 2023-12-07T09:46:22.029638+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:22 smithi022 bash[28554]: audit 2023-12-07T09:46:22.075470+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:22 smithi022 bash[28554]: audit 2023-12-07T09:46:22.080483+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:22 smithi044 bash[32620]: cluster 2023-12-07T09:46:21.133327+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-07T09:46:22.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:22 smithi044 bash[32620]: audit 2023-12-07T09:46:22.024356+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:22 smithi044 bash[32620]: audit 2023-12-07T09:46:22.029638+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:22 smithi044 bash[32620]: audit 2023-12-07T09:46:22.075470+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:22 smithi044 bash[32620]: audit 2023-12-07T09:46:22.080483+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:22 smithi027 bash[31536]: cluster 2023-12-07T09:46:21.133327+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-07T09:46:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:22 smithi027 bash[31536]: audit 2023-12-07T09:46:22.024356+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:22 smithi027 bash[31536]: audit 2023-12-07T09:46:22.029638+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:22 smithi027 bash[31536]: audit 2023-12-07T09:46:22.075470+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:22 smithi027 bash[31536]: audit 2023-12-07T09:46:22.080483+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:23.133 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:22 smithi027 bash[32061]: debug 2023-12-07T09:46:22.962+0000 7f63c0389700 1 -- 172.21.15.27:0/1464928491 <== mon.2 v2:172.21.15.27:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e245e481a0 con 0x55e246bc6c00 2023-12-07T09:46:23.134 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:23 smithi027 bash[32061]: debug 2023-12-07T09:46:23.126+0000 7f63ca539200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T09:46:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:23 smithi022 bash[28554]: audit 2023-12-07T09:46:22.178816+0000 mon.a (mon.0) 248 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:23 smithi022 bash[28554]: audit 2023-12-07T09:46:22.197890+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:23 smithi044 bash[32620]: audit 2023-12-07T09:46:22.178816+0000 mon.a (mon.0) 248 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:23 smithi044 bash[32620]: audit 2023-12-07T09:46:22.197890+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:23.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:23 smithi027 bash[31536]: audit 2023-12-07T09:46:22.178816+0000 mon.a (mon.0) 248 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:23.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:23 smithi027 bash[31536]: audit 2023-12-07T09:46:22.197890+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:24.447 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:24 smithi027 bash[32061]: debug 2023-12-07T09:46:24.094+0000 7f63ca539200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T09:46:24.447 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:24 smithi027 bash[32061]: debug 2023-12-07T09:46:24.198+0000 7f63ca539200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T09:46:24.447 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:24 smithi027 bash[32061]: debug 2023-12-07T09:46:24.306+0000 7f63ca539200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T09:46:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:24 smithi027 bash[31536]: cluster 2023-12-07T09:46:23.133780+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-07T09:46:24.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:24 smithi027 bash[32061]: debug 2023-12-07T09:46:24.578+0000 7f63ca539200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:46:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:24 smithi022 bash[28554]: cluster 2023-12-07T09:46:23.133780+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-07T09:46:24.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:24 smithi044 bash[32620]: cluster 2023-12-07T09:46:23.133780+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-07T09:46:25.365 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:24 smithi027 bash[32061]: debug 2023-12-07T09:46:24.954+0000 7f63ca539200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T09:46:25.366 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:25 smithi027 bash[32061]: debug 2023-12-07T09:46:25.130+0000 7f63ca539200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T09:46:25.701 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:25 smithi027 bash[32061]: debug 2023-12-07T09:46:25.358+0000 7f63ca539200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T09:46:26.603 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:46:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:26 smithi027 bash[31536]: cluster 2023-12-07T09:46:25.134209+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-07T09:46:26.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:26 smithi027 bash[32061]: debug 2023-12-07T09:46:26.434+0000 7f63ca539200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T09:46:26.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:26 smithi027 bash[32061]: debug 2023-12-07T09:46:26.550+0000 7f63ca539200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T09:46:26.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:26 smithi027 bash[32061]: debug 2023-12-07T09:46:26.674+0000 7f63ca539200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T09:46:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:26 smithi022 bash[28554]: cluster 2023-12-07T09:46:25.134209+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-07T09:46:26.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:26 smithi044 bash[32620]: cluster 2023-12-07T09:46:25.134209+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-07T09:46:27.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:27 smithi027 bash[32061]: debug 2023-12-07T09:46:27.162+0000 7f63ca539200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T09:46:27.452 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:27 smithi027 bash[32061]: debug 2023-12-07T09:46:27.398+0000 7f63ca539200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T09:46:28.201 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:27 smithi027 bash[32061]: debug 2023-12-07T09:46:27.874+0000 7f63ca539200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T09:46:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: cluster 2023-12-07T09:46:27.134694+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-07T09:46:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.468868+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.474497+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.475770+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.477041+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.483660+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.584492+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T09:46:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.586252+0000 mon.a (mon.0) 256 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T09:46:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:28 smithi022 bash[28554]: audit 2023-12-07T09:46:27.587830+0000 mon.a (mon.0) 257 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:28.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[32061]: debug 2023-12-07T09:46:28.386+0000 7f63ca539200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:46:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: cluster 2023-12-07T09:46:27.134694+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-07T09:46:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.468868+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.474497+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.475770+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.477041+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.483660+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.584492+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T09:46:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.586252+0000 mon.a (mon.0) 256 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T09:46:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[31536]: audit 2023-12-07T09:46:27.587830+0000 mon.a (mon.0) 257 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: cluster 2023-12-07T09:46:27.134694+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-07T09:46:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.468868+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.474497+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.475770+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.477041+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.483660+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.584492+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T09:46:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.586252+0000 mon.a (mon.0) 256 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T09:46:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:28 smithi044 bash[32620]: audit 2023-12-07T09:46:27.587830+0000 mon.a (mon.0) 257 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:29.437 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:28 smithi027 bash[32061]: debug 2023-12-07T09:46:28.962+0000 7f63ca539200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T09:46:29.437 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[32061]: debug 2023-12-07T09:46:29.078+0000 7f63ca539200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T09:46:29.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:29 smithi022 bash[28554]: cephadm 2023-12-07T09:46:27.583778+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2023-12-07T09:46:29.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:29 smithi022 bash[28554]: cephadm 2023-12-07T09:46:27.589672+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi022 2023-12-07T09:46:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[31536]: cephadm 2023-12-07T09:46:27.583778+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2023-12-07T09:46:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[31536]: cephadm 2023-12-07T09:46:27.589672+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi022 2023-12-07T09:46:29.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[32061]: debug 2023-12-07T09:46:29.430+0000 7f63ca539200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T09:46:29.702 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[32061]: debug 2023-12-07T09:46:29.550+0000 7f63ca539200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T09:46:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:29 smithi044 bash[32620]: cephadm 2023-12-07T09:46:27.583778+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2023-12-07T09:46:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:29 smithi044 bash[32620]: cephadm 2023-12-07T09:46:27.589672+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi022 2023-12-07T09:46:30.141 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[32061]: debug 2023-12-07T09:46:29.698+0000 7f63ca539200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T09:46:30.141 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[32061]: debug 2023-12-07T09:46:29.814+0000 7f63ca539200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T09:46:30.141 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:29 smithi027 bash[32061]: debug 2023-12-07T09:46:29.942+0000 7f63ca539200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T09:46:30.196 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T09:46:30.196 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T09:46:30.196 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10+0 records in 2023-12-07T09:46:30.196 INFO:teuthology.orchestra.run.smithi022.stderr:10+0 records out 2023-12-07T09:46:30.196 INFO:teuthology.orchestra.run.smithi022.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123414 s, 850 MB/s 2023-12-07T09:46:30.196 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping successful for: 2023-12-07T09:46:30.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:30 smithi027 bash[32061]: debug 2023-12-07T09:46:30.134+0000 7f63ca539200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T09:46:30.452 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:30 smithi027 bash[32061]: debug 2023-12-07T09:46:30.262+0000 7f63ca539200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T09:46:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:30 smithi022 bash[28554]: cluster 2023-12-07T09:46:29.135175+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-07T09:46:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:30 smithi022 bash[28554]: audit 2023-12-07T09:46:30.244438+0000 mon.a (mon.0) 258 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:30 smithi022 bash[28554]: audit 2023-12-07T09:46:30.249402+0000 mon.a (mon.0) 259 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:30 smithi022 bash[28554]: audit 2023-12-07T09:46:30.262198+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:30.875 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi022:vg_nvme/lv_4 2023-12-07T09:46:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:30 smithi044 bash[32620]: cluster 2023-12-07T09:46:29.135175+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-07T09:46:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:30 smithi044 bash[32620]: audit 2023-12-07T09:46:30.244438+0000 mon.a (mon.0) 258 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:30 smithi044 bash[32620]: audit 2023-12-07T09:46:30.249402+0000 mon.a (mon.0) 259 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:30 smithi044 bash[32620]: audit 2023-12-07T09:46:30.262198+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:30 smithi027 bash[31536]: cluster 2023-12-07T09:46:29.135175+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-07T09:46:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:30 smithi027 bash[31536]: audit 2023-12-07T09:46:30.244438+0000 mon.a (mon.0) 258 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:30 smithi027 bash[31536]: audit 2023-12-07T09:46:30.249402+0000 mon.a (mon.0) 259 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:30 smithi027 bash[31536]: audit 2023-12-07T09:46:30.262198+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:31 smithi022 bash[28554]: audit 2023-12-07T09:46:30.886759+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:31 smithi022 bash[28554]: audit 2023-12-07T09:46:30.888429+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:31 smithi022 bash[28554]: audit 2023-12-07T09:46:30.896844+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:31.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:31 smithi044 bash[32620]: audit 2023-12-07T09:46:30.886759+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:31 smithi044 bash[32620]: audit 2023-12-07T09:46:30.888429+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:31 smithi044 bash[32620]: audit 2023-12-07T09:46:30.896844+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:31 smithi027 bash[31536]: audit 2023-12-07T09:46:30.886759+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:31 smithi027 bash[31536]: audit 2023-12-07T09:46:30.888429+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:31 smithi027 bash[31536]: audit 2023-12-07T09:46:30.896844+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:46:31.952 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:46:31 smithi027 bash[32061]: debug 2023-12-07T09:46:31.538+0000 7f63ca539200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T09:46:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:32 smithi022 bash[28554]: cluster 2023-12-07T09:46:31.135652+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-07T09:46:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:32 smithi022 bash[28554]: cluster 2023-12-07T09:46:31.563259+0000 mon.a (mon.0) 264 : cluster 0 Standby manager daemon b started 2023-12-07T09:46:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:32 smithi022 bash[28554]: audit 2023-12-07T09:46:31.568035+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T09:46:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:32 smithi022 bash[28554]: audit 2023-12-07T09:46:31.568869+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T09:46:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:32 smithi022 bash[28554]: audit 2023-12-07T09:46:31.571052+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T09:46:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:32 smithi022 bash[28554]: audit 2023-12-07T09:46:31.571800+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T09:46:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:32 smithi044 bash[32620]: cluster 2023-12-07T09:46:31.135652+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-07T09:46:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:32 smithi044 bash[32620]: cluster 2023-12-07T09:46:31.563259+0000 mon.a (mon.0) 264 : cluster 0 Standby manager daemon b started 2023-12-07T09:46:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:32 smithi044 bash[32620]: audit 2023-12-07T09:46:31.568035+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T09:46:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:32 smithi044 bash[32620]: audit 2023-12-07T09:46:31.568869+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T09:46:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:32 smithi044 bash[32620]: audit 2023-12-07T09:46:31.571052+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T09:46:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:32 smithi044 bash[32620]: audit 2023-12-07T09:46:31.571800+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T09:46:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:32 smithi027 bash[31536]: cluster 2023-12-07T09:46:31.135652+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-07T09:46:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:32 smithi027 bash[31536]: cluster 2023-12-07T09:46:31.563259+0000 mon.a (mon.0) 264 : cluster 0 Standby manager daemon b started 2023-12-07T09:46:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:32 smithi027 bash[31536]: audit 2023-12-07T09:46:31.568035+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T09:46:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:32 smithi027 bash[31536]: audit 2023-12-07T09:46:31.568869+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T09:46:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:32 smithi027 bash[31536]: audit 2023-12-07T09:46:31.571052+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T09:46:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:32 smithi027 bash[31536]: audit 2023-12-07T09:46:31.571800+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.27:0/3986297281' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T09:46:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:33 smithi022 bash[28554]: cluster 2023-12-07T09:46:32.493536+0000 mon.a (mon.0) 265 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2023-12-07T09:46:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:33 smithi022 bash[28554]: audit 2023-12-07T09:46:32.493784+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T09:46:33.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:33 smithi044 bash[32620]: cluster 2023-12-07T09:46:32.493536+0000 mon.a (mon.0) 265 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2023-12-07T09:46:33.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:33 smithi044 bash[32620]: audit 2023-12-07T09:46:32.493784+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T09:46:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:33 smithi027 bash[31536]: cluster 2023-12-07T09:46:32.493536+0000 mon.a (mon.0) 265 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2023-12-07T09:46:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:33 smithi027 bash[31536]: audit 2023-12-07T09:46:32.493784+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T09:46:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:34 smithi022 bash[28554]: cluster 2023-12-07T09:46:33.136120+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-07T09:46:34.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:34 smithi044 bash[32620]: cluster 2023-12-07T09:46:33.136120+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-07T09:46:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:34 smithi027 bash[31536]: cluster 2023-12-07T09:46:33.136120+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-07T09:46:35.593 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:46:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:36 smithi022 bash[28554]: cluster 2023-12-07T09:46:35.136610+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-07T09:46:36.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:36 smithi044 bash[32620]: cluster 2023-12-07T09:46:35.136610+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-07T09:46:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:36 smithi027 bash[31536]: cluster 2023-12-07T09:46:35.136610+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-07T09:46:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:38 smithi022 bash[28554]: cluster 2023-12-07T09:46:37.137086+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-07T09:46:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:38 smithi022 bash[28554]: audit 2023-12-07T09:46:38.369427+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:46:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:38 smithi022 bash[28554]: audit 2023-12-07T09:46:38.375866+0000 mon.a (mon.0) 268 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:46:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:38 smithi022 bash[28554]: audit 2023-12-07T09:46:38.376911+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:38 smithi044 bash[32620]: cluster 2023-12-07T09:46:37.137086+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-07T09:46:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:38 smithi044 bash[32620]: audit 2023-12-07T09:46:38.369427+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:46:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:38 smithi044 bash[32620]: audit 2023-12-07T09:46:38.375866+0000 mon.a (mon.0) 268 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:46:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:38 smithi044 bash[32620]: audit 2023-12-07T09:46:38.376911+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:38 smithi027 bash[31536]: cluster 2023-12-07T09:46:37.137086+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-07T09:46:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:38 smithi027 bash[31536]: audit 2023-12-07T09:46:38.369427+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:46:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:38 smithi027 bash[31536]: audit 2023-12-07T09:46:38.375866+0000 mon.a (mon.0) 268 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:46:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:38 smithi027 bash[31536]: audit 2023-12-07T09:46:38.376911+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:39 smithi022 bash[28554]: audit 2023-12-07T09:46:38.362388+0000 mgr.a (mgr.14152) 112 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:39.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:39 smithi044 bash[32620]: audit 2023-12-07T09:46:38.362388+0000 mgr.a (mgr.14152) 112 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:39 smithi027 bash[31536]: audit 2023-12-07T09:46:38.362388+0000 mgr.a (mgr.14152) 112 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:40 smithi022 bash[28554]: cluster 2023-12-07T09:46:39.137584+0000 mgr.a (mgr.14152) 113 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:40.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:40 smithi044 bash[32620]: cluster 2023-12-07T09:46:39.137584+0000 mgr.a (mgr.14152) 113 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:40 smithi027 bash[31536]: cluster 2023-12-07T09:46:39.137584+0000 mgr.a (mgr.14152) 113 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:41 smithi022 bash[28554]: cluster 2023-12-07T09:46:41.138023+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-07T09:46:41.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:41 smithi044 bash[32620]: cluster 2023-12-07T09:46:41.138023+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-07T09:46:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:41 smithi027 bash[31536]: cluster 2023-12-07T09:46:41.138023+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-07T09:46:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:44 smithi022 bash[28554]: cluster 2023-12-07T09:46:43.138440+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-07T09:46:44.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:44 smithi044 bash[32620]: cluster 2023-12-07T09:46:43.138440+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-07T09:46:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:44 smithi027 bash[31536]: cluster 2023-12-07T09:46:43.138440+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-07T09:46:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:46 smithi022 bash[28554]: cluster 2023-12-07T09:46:45.138868+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-07T09:46:46.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:46 smithi044 bash[32620]: cluster 2023-12-07T09:46:45.138868+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-07T09:46:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:46 smithi027 bash[31536]: cluster 2023-12-07T09:46:45.138868+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-07T09:46:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:47 smithi022 bash[28554]: audit 2023-12-07T09:46:46.785349+0000 mon.a (mon.0) 270 : audit 1 from='client.? 172.21.15.22:0/507823644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eacc0324-252d-47aa-83a1-9a510ea92a7b"}]: dispatch 2023-12-07T09:46:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:47 smithi022 bash[28554]: audit 2023-12-07T09:46:46.788345+0000 mon.a (mon.0) 271 : audit 1 from='client.? 172.21.15.22:0/507823644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eacc0324-252d-47aa-83a1-9a510ea92a7b"}]': finished 2023-12-07T09:46:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:47 smithi022 bash[28554]: cluster 2023-12-07T09:46:46.792924+0000 mon.a (mon.0) 272 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2023-12-07T09:46:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:47 smithi022 bash[28554]: audit 2023-12-07T09:46:46.793331+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:46:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:47 smithi044 bash[32620]: audit 2023-12-07T09:46:46.785349+0000 mon.a (mon.0) 270 : audit 1 from='client.? 172.21.15.22:0/507823644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eacc0324-252d-47aa-83a1-9a510ea92a7b"}]: dispatch 2023-12-07T09:46:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:47 smithi044 bash[32620]: audit 2023-12-07T09:46:46.788345+0000 mon.a (mon.0) 271 : audit 1 from='client.? 172.21.15.22:0/507823644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eacc0324-252d-47aa-83a1-9a510ea92a7b"}]': finished 2023-12-07T09:46:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:47 smithi044 bash[32620]: cluster 2023-12-07T09:46:46.792924+0000 mon.a (mon.0) 272 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2023-12-07T09:46:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:47 smithi044 bash[32620]: audit 2023-12-07T09:46:46.793331+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:46:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:47 smithi027 bash[31536]: audit 2023-12-07T09:46:46.785349+0000 mon.a (mon.0) 270 : audit 1 from='client.? 172.21.15.22:0/507823644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eacc0324-252d-47aa-83a1-9a510ea92a7b"}]: dispatch 2023-12-07T09:46:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:47 smithi027 bash[31536]: audit 2023-12-07T09:46:46.788345+0000 mon.a (mon.0) 271 : audit 1 from='client.? 172.21.15.22:0/507823644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eacc0324-252d-47aa-83a1-9a510ea92a7b"}]': finished 2023-12-07T09:46:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:47 smithi027 bash[31536]: cluster 2023-12-07T09:46:46.792924+0000 mon.a (mon.0) 272 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2023-12-07T09:46:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:47 smithi027 bash[31536]: audit 2023-12-07T09:46:46.793331+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:46:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:48 smithi022 bash[28554]: cluster 2023-12-07T09:46:47.139265+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:48 smithi022 bash[28554]: audit 2023-12-07T09:46:47.538394+0000 mon.a (mon.0) 274 : audit 0 from='client.? 172.21.15.22:0/3203935410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:46:48.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:48 smithi044 bash[32620]: cluster 2023-12-07T09:46:47.139265+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:48.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:48 smithi044 bash[32620]: audit 2023-12-07T09:46:47.538394+0000 mon.a (mon.0) 274 : audit 0 from='client.? 172.21.15.22:0/3203935410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:46:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:48 smithi027 bash[31536]: cluster 2023-12-07T09:46:47.139265+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:46:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:48 smithi027 bash[31536]: audit 2023-12-07T09:46:47.538394+0000 mon.a (mon.0) 274 : audit 0 from='client.? 172.21.15.22:0/3203935410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:46:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:50 smithi022 bash[28554]: cluster 2023-12-07T09:46:49.139746+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-07T09:46:50.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:50 smithi044 bash[32620]: cluster 2023-12-07T09:46:49.139746+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-07T09:46:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:50 smithi027 bash[31536]: cluster 2023-12-07T09:46:49.139746+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-07T09:46:52.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:52 smithi022 bash[28554]: cluster 2023-12-07T09:46:51.140122+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-07T09:46:52.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:52 smithi044 bash[32620]: cluster 2023-12-07T09:46:51.140122+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-07T09:46:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:52 smithi027 bash[31536]: cluster 2023-12-07T09:46:51.140122+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-07T09:46:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:54 smithi022 bash[28554]: cluster 2023-12-07T09:46:53.140511+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-07T09:46:54.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:54 smithi044 bash[32620]: cluster 2023-12-07T09:46:53.140511+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-07T09:46:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:54 smithi027 bash[31536]: cluster 2023-12-07T09:46:53.140511+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-07T09:46:56.842 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:56 smithi022 bash[28554]: cluster 2023-12-07T09:46:55.141010+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-07T09:46:56.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:56 smithi044 bash[32620]: cluster 2023-12-07T09:46:55.141010+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-07T09:46:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:56 smithi027 bash[31536]: cluster 2023-12-07T09:46:55.141010+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-07T09:46:58.766 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:58 smithi022 bash[28554]: cluster 2023-12-07T09:46:57.141448+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-07T09:46:58.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:58 smithi044 bash[32620]: cluster 2023-12-07T09:46:57.141448+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-07T09:46:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:58 smithi027 bash[31536]: cluster 2023-12-07T09:46:57.141448+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-07T09:46:59.849 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:59 smithi022 bash[28554]: audit 2023-12-07T09:46:59.373890+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T09:46:59.850 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:46:59 smithi022 bash[28554]: audit 2023-12-07T09:46:59.375550+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:59 smithi044 bash[32620]: audit 2023-12-07T09:46:59.373890+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T09:46:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:46:59 smithi044 bash[32620]: audit 2023-12-07T09:46:59.375550+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:59 smithi027 bash[31536]: audit 2023-12-07T09:46:59.373890+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T09:46:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:46:59 smithi027 bash[31536]: audit 2023-12-07T09:46:59.375550+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:00.812 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:00 smithi022 bash[28554]: cluster 2023-12-07T09:46:59.141974+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-07T09:47:00.813 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:00 smithi022 bash[28554]: cephadm 2023-12-07T09:46:59.376949+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi022 2023-12-07T09:47:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:00 smithi044 bash[32620]: cluster 2023-12-07T09:46:59.141974+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-07T09:47:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:00 smithi044 bash[32620]: cephadm 2023-12-07T09:46:59.376949+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi022 2023-12-07T09:47:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:00 smithi027 bash[31536]: cluster 2023-12-07T09:46:59.141974+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-07T09:47:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:00 smithi027 bash[31536]: cephadm 2023-12-07T09:46:59.376949+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi022 2023-12-07T09:47:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:02 smithi022 bash[28554]: cluster 2023-12-07T09:47:01.142435+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-07T09:47:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:02 smithi044 bash[32620]: cluster 2023-12-07T09:47:01.142435+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-07T09:47:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:02 smithi027 bash[31536]: cluster 2023-12-07T09:47:01.142435+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-07T09:47:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:04 smithi022 bash[28554]: cluster 2023-12-07T09:47:03.142816+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-07T09:47:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:04 smithi022 bash[28554]: audit 2023-12-07T09:47:03.796619+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:04 smithi022 bash[28554]: audit 2023-12-07T09:47:03.797649+0000 mon.a (mon.0) 278 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:04 smithi022 bash[28554]: audit 2023-12-07T09:47:03.803044+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:04 smithi044 bash[32620]: cluster 2023-12-07T09:47:03.142816+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-07T09:47:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:04 smithi044 bash[32620]: audit 2023-12-07T09:47:03.796619+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:04 smithi044 bash[32620]: audit 2023-12-07T09:47:03.797649+0000 mon.a (mon.0) 278 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:04 smithi044 bash[32620]: audit 2023-12-07T09:47:03.803044+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:04 smithi027 bash[31536]: cluster 2023-12-07T09:47:03.142816+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-07T09:47:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:04 smithi027 bash[31536]: audit 2023-12-07T09:47:03.796619+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:04 smithi027 bash[31536]: audit 2023-12-07T09:47:03.797649+0000 mon.a (mon.0) 278 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:04 smithi027 bash[31536]: audit 2023-12-07T09:47:03.803044+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:06.785 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:06 smithi022 bash[28554]: cluster 2023-12-07T09:47:05.143189+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-07T09:47:06.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:06 smithi044 bash[32620]: cluster 2023-12-07T09:47:05.143189+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-07T09:47:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:06 smithi027 bash[31536]: cluster 2023-12-07T09:47:05.143189+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-07T09:47:08.798 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:08 smithi022 bash[28554]: cluster 2023-12-07T09:47:07.143514+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-07T09:47:08.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:08 smithi044 bash[32620]: cluster 2023-12-07T09:47:07.143514+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-07T09:47:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:08 smithi027 bash[31536]: cluster 2023-12-07T09:47:07.143514+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-07T09:47:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:10 smithi027 bash[31536]: cluster 2023-12-07T09:47:09.143947+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-07T09:47:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:10 smithi027 bash[31536]: audit 2023-12-07T09:47:09.188025+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:10 smithi027 bash[31536]: audit 2023-12-07T09:47:09.193570+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:10 smithi027 bash[31536]: audit 2023-12-07T09:47:09.817012+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:10 smithi027 bash[31536]: audit 2023-12-07T09:47:09.818803+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:10 smithi027 bash[31536]: audit 2023-12-07T09:47:09.826977+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:10 smithi022 bash[28554]: cluster 2023-12-07T09:47:09.143947+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-07T09:47:10.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:10 smithi022 bash[28554]: audit 2023-12-07T09:47:09.188025+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:10 smithi022 bash[28554]: audit 2023-12-07T09:47:09.193570+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:10 smithi022 bash[28554]: audit 2023-12-07T09:47:09.817012+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:10.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:10 smithi022 bash[28554]: audit 2023-12-07T09:47:09.818803+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:10.475 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:10 smithi022 bash[28554]: audit 2023-12-07T09:47:09.826977+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:10 smithi044 bash[32620]: cluster 2023-12-07T09:47:09.143947+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-07T09:47:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:10 smithi044 bash[32620]: audit 2023-12-07T09:47:09.188025+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:10 smithi044 bash[32620]: audit 2023-12-07T09:47:09.193570+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:10 smithi044 bash[32620]: audit 2023-12-07T09:47:09.817012+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:10 smithi044 bash[32620]: audit 2023-12-07T09:47:09.818803+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:10.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:10 smithi044 bash[32620]: audit 2023-12-07T09:47:09.826977+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:11 smithi027 bash[31536]: audit 2023-12-07T09:47:10.324501+0000 mon.a (mon.0) 285 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T09:47:11.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:11 smithi022 bash[28554]: audit 2023-12-07T09:47:10.324501+0000 mon.a (mon.0) 285 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T09:47:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:11 smithi044 bash[32620]: audit 2023-12-07T09:47:10.324501+0000 mon.a (mon.0) 285 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T09:47:12.342 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:12 smithi022 bash[28554]: cluster 2023-12-07T09:47:11.144417+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-07T09:47:12.342 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:12 smithi022 bash[28554]: audit 2023-12-07T09:47:11.194412+0000 mon.a (mon.0) 286 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T09:47:12.342 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:12 smithi022 bash[28554]: cluster 2023-12-07T09:47:11.199874+0000 mon.a (mon.0) 287 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-12-07T09:47:12.342 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:12 smithi022 bash[28554]: audit 2023-12-07T09:47:11.200175+0000 mon.a (mon.0) 288 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-07T09:47:12.342 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:12 smithi022 bash[28554]: audit 2023-12-07T09:47:11.200502+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:12.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:12 smithi044 bash[32620]: cluster 2023-12-07T09:47:11.144417+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-07T09:47:12.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:12 smithi044 bash[32620]: audit 2023-12-07T09:47:11.194412+0000 mon.a (mon.0) 286 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T09:47:12.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:12 smithi044 bash[32620]: cluster 2023-12-07T09:47:11.199874+0000 mon.a (mon.0) 287 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-12-07T09:47:12.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:12 smithi044 bash[32620]: audit 2023-12-07T09:47:11.200175+0000 mon.a (mon.0) 288 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-07T09:47:12.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:12 smithi044 bash[32620]: audit 2023-12-07T09:47:11.200502+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:12.685 INFO:teuthology.orchestra.run.smithi022.stdout:Created osd(s) 0 on host 'smithi022' 2023-12-07T09:47:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:12 smithi027 bash[31536]: cluster 2023-12-07T09:47:11.144417+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-07T09:47:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:12 smithi027 bash[31536]: audit 2023-12-07T09:47:11.194412+0000 mon.a (mon.0) 286 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T09:47:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:12 smithi027 bash[31536]: cluster 2023-12-07T09:47:11.199874+0000 mon.a (mon.0) 287 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-12-07T09:47:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:12 smithi027 bash[31536]: audit 2023-12-07T09:47:11.200175+0000 mon.a (mon.0) 288 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-07T09:47:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:12 smithi027 bash[31536]: audit 2023-12-07T09:47:11.200502+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.297 DEBUG:teuthology.orchestra.run.smithi022:osd.0> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@osd.0.service 2023-12-07T09:47:13.299 INFO:tasks.cephadm:Deploying osd.1 on smithi027 with /dev/vg_nvme/lv_4... 2023-12-07T09:47:13.299 DEBUG:teuthology.orchestra.run.smithi027:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T09:47:13.583 INFO:journalctl@ceph.osd.0.smithi022.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:47:13.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: audit 2023-12-07T09:47:12.196538+0000 mon.a (mon.0) 290 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-07T09:47:13.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: cluster 2023-12-07T09:47:12.199415+0000 mon.a (mon.0) 291 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2023-12-07T09:47:13.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: audit 2023-12-07T09:47:12.200533+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: audit 2023-12-07T09:47:12.205805+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: audit 2023-12-07T09:47:12.659633+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: audit 2023-12-07T09:47:12.665618+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:13 smithi022 bash[28554]: audit 2023-12-07T09:47:12.698752+0000 mon.a (mon.0) 296 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: audit 2023-12-07T09:47:12.196538+0000 mon.a (mon.0) 290 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: cluster 2023-12-07T09:47:12.199415+0000 mon.a (mon.0) 291 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: audit 2023-12-07T09:47:12.200533+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: audit 2023-12-07T09:47:12.205805+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: audit 2023-12-07T09:47:12.659633+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: audit 2023-12-07T09:47:12.665618+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:13 smithi044 bash[32620]: audit 2023-12-07T09:47:12.698752+0000 mon.a (mon.0) 296 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: audit 2023-12-07T09:47:12.196538+0000 mon.a (mon.0) 290 : audit 1 from='osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-07T09:47:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: cluster 2023-12-07T09:47:12.199415+0000 mon.a (mon.0) 291 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2023-12-07T09:47:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: audit 2023-12-07T09:47:12.200533+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: audit 2023-12-07T09:47:12.205805+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: audit 2023-12-07T09:47:12.659633+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: audit 2023-12-07T09:47:12.665618+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:13 smithi027 bash[31536]: audit 2023-12-07T09:47:12.698752+0000 mon.a (mon.0) 296 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:14 smithi022 bash[28554]: cluster 2023-12-07T09:47:11.293383+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:47:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:14 smithi022 bash[28554]: cluster 2023-12-07T09:47:11.293493+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:47:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:14 smithi022 bash[28554]: cluster 2023-12-07T09:47:13.144852+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:47:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:14 smithi022 bash[28554]: cluster 2023-12-07T09:47:13.206427+0000 mon.a (mon.0) 297 : cluster 1 osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222] boot 2023-12-07T09:47:14.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:14 smithi022 bash[28554]: cluster 2023-12-07T09:47:13.206459+0000 mon.a (mon.0) 298 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2023-12-07T09:47:14.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:14 smithi022 bash[28554]: audit 2023-12-07T09:47:13.206856+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:14.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:14 smithi044 bash[32620]: cluster 2023-12-07T09:47:11.293383+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:47:14.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:14 smithi044 bash[32620]: cluster 2023-12-07T09:47:11.293493+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:47:14.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:14 smithi044 bash[32620]: cluster 2023-12-07T09:47:13.144852+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:47:14.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:14 smithi044 bash[32620]: cluster 2023-12-07T09:47:13.206427+0000 mon.a (mon.0) 297 : cluster 1 osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222] boot 2023-12-07T09:47:14.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:14 smithi044 bash[32620]: cluster 2023-12-07T09:47:13.206459+0000 mon.a (mon.0) 298 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2023-12-07T09:47:14.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:14 smithi044 bash[32620]: audit 2023-12-07T09:47:13.206856+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:14 smithi027 bash[31536]: cluster 2023-12-07T09:47:11.293383+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:47:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:14 smithi027 bash[31536]: cluster 2023-12-07T09:47:11.293493+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:47:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:14 smithi027 bash[31536]: cluster 2023-12-07T09:47:13.144852+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T09:47:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:14 smithi027 bash[31536]: cluster 2023-12-07T09:47:13.206427+0000 mon.a (mon.0) 297 : cluster 1 osd.0 [v2:172.21.15.22:6802/1674331222,v1:172.21.15.22:6803/1674331222] boot 2023-12-07T09:47:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:14 smithi027 bash[31536]: cluster 2023-12-07T09:47:13.206459+0000 mon.a (mon.0) 298 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2023-12-07T09:47:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:14 smithi027 bash[31536]: audit 2023-12-07T09:47:13.206856+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:47:15.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:15 smithi022 bash[28554]: cluster 2023-12-07T09:47:14.223483+0000 mon.a (mon.0) 300 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2023-12-07T09:47:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:15 smithi044 bash[32620]: cluster 2023-12-07T09:47:14.223483+0000 mon.a (mon.0) 300 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2023-12-07T09:47:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:15 smithi027 bash[31536]: cluster 2023-12-07T09:47:14.223483+0000 mon.a (mon.0) 300 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2023-12-07T09:47:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:16 smithi022 bash[28554]: cluster 2023-12-07T09:47:15.145299+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:16 smithi044 bash[32620]: cluster 2023-12-07T09:47:15.145299+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:16 smithi027 bash[31536]: cluster 2023-12-07T09:47:15.145299+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:18.023 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T09:47:18.826 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:18 smithi022 bash[28554]: cluster 2023-12-07T09:47:17.145722+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-07T09:47:18.837 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:18 smithi027 bash[31536]: cluster 2023-12-07T09:47:17.145722+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-07T09:47:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:18 smithi044 bash[32620]: cluster 2023-12-07T09:47:17.145722+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-07T09:47:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:20 smithi027 bash[31536]: cluster 2023-12-07T09:47:19.146228+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-07T09:47:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:20 smithi022 bash[28554]: cluster 2023-12-07T09:47:19.146228+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-07T09:47:20.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:20 smithi044 bash[32620]: cluster 2023-12-07T09:47:19.146228+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-07T09:47:21.158 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T09:47:21.158 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T09:47:21.159 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-07T09:47:21.159 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-07T09:47:21.159 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0177258 s, 592 MB/s 2023-12-07T09:47:21.159 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-07T09:47:21.797 DEBUG:teuthology.orchestra.run.smithi027:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_4 2023-12-07T09:47:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: cluster 2023-12-07T09:47:21.146578+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-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.354637+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.362202+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.363982+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.368994+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.371717+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.373232+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:22 smithi022 bash[28554]: audit 2023-12-07T09:47:22.380509+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: cluster 2023-12-07T09:47:21.146578+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-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.354637+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.362202+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.363982+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.368994+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.371717+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.373232+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:22 smithi044 bash[32620]: audit 2023-12-07T09:47:22.380509+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: cluster 2023-12-07T09:47:21.146578+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-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.354637+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.362202+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.363982+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.368994+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.371717+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.373232+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:22 smithi027 bash[31536]: audit 2023-12-07T09:47:22.380509+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:23 smithi022 bash[28554]: cephadm 2023-12-07T09:47:22.346338+0000 mgr.a (mgr.14152) 136 : cephadm 1 Detected new or changed devices on smithi022 2023-12-07T09:47:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:23 smithi022 bash[28554]: cephadm 2023-12-07T09:47:22.364932+0000 mgr.a (mgr.14152) 137 : cephadm 1 Adjusting osd_memory_target on smithi022 to 17269M 2023-12-07T09:47:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:23 smithi044 bash[32620]: cephadm 2023-12-07T09:47:22.346338+0000 mgr.a (mgr.14152) 136 : cephadm 1 Detected new or changed devices on smithi022 2023-12-07T09:47:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:23 smithi044 bash[32620]: cephadm 2023-12-07T09:47:22.364932+0000 mgr.a (mgr.14152) 137 : cephadm 1 Adjusting osd_memory_target on smithi022 to 17269M 2023-12-07T09:47:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:23 smithi027 bash[31536]: cephadm 2023-12-07T09:47:22.346338+0000 mgr.a (mgr.14152) 136 : cephadm 1 Detected new or changed devices on smithi022 2023-12-07T09:47:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:23 smithi027 bash[31536]: cephadm 2023-12-07T09:47:22.364932+0000 mgr.a (mgr.14152) 137 : cephadm 1 Adjusting osd_memory_target on smithi022 to 17269M 2023-12-07T09:47:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:24 smithi022 bash[28554]: cluster 2023-12-07T09:47:23.146967+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:24.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:24 smithi044 bash[32620]: cluster 2023-12-07T09:47:23.146967+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:24 smithi027 bash[31536]: cluster 2023-12-07T09:47:23.146967+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:26.526 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T09:47:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:26 smithi022 bash[28554]: cluster 2023-12-07T09:47:25.147471+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-07T09:47:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:26 smithi044 bash[32620]: cluster 2023-12-07T09:47:25.147471+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-07T09:47:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:26 smithi027 bash[31536]: cluster 2023-12-07T09:47:25.147471+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-07T09:47:28.754 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:28 smithi027 bash[31536]: cluster 2023-12-07T09:47:27.148083+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-07T09:47:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:28 smithi022 bash[28554]: cluster 2023-12-07T09:47:27.148083+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-07T09:47:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:28 smithi044 bash[32620]: cluster 2023-12-07T09:47:27.148083+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-07T09:47:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:29 smithi022 bash[28554]: audit 2023-12-07T09:47:29.228229+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:47:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:29 smithi022 bash[28554]: audit 2023-12-07T09:47:29.231645+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:47:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:29 smithi022 bash[28554]: audit 2023-12-07T09:47:29.233058+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:29 smithi044 bash[32620]: audit 2023-12-07T09:47:29.228229+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:47:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:29 smithi044 bash[32620]: audit 2023-12-07T09:47:29.231645+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:47:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:29 smithi044 bash[32620]: audit 2023-12-07T09:47:29.233058+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:29 smithi027 bash[31536]: audit 2023-12-07T09:47:29.228229+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:47:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:29 smithi027 bash[31536]: audit 2023-12-07T09:47:29.231645+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:47:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:29 smithi027 bash[31536]: audit 2023-12-07T09:47:29.233058+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:30 smithi022 bash[28554]: cluster 2023-12-07T09:47:29.148636+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-07T09:47:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:30 smithi022 bash[28554]: audit 2023-12-07T09:47:29.220919+0000 mgr.a (mgr.14152) 142 : audit 0 from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:30 smithi044 bash[32620]: cluster 2023-12-07T09:47:29.148636+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-07T09:47:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:30 smithi044 bash[32620]: audit 2023-12-07T09:47:29.220919+0000 mgr.a (mgr.14152) 142 : audit 0 from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:30 smithi027 bash[31536]: cluster 2023-12-07T09:47:29.148636+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-07T09:47:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:30 smithi027 bash[31536]: audit 2023-12-07T09:47:29.220919+0000 mgr.a (mgr.14152) 142 : audit 0 from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:32.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:32 smithi022 bash[28554]: cluster 2023-12-07T09:47:31.149139+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:32 smithi044 bash[32620]: cluster 2023-12-07T09:47:31.149139+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:32 smithi027 bash[31536]: cluster 2023-12-07T09:47:31.149139+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:34 smithi022 bash[28554]: cluster 2023-12-07T09:47:33.149599+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-07T09:47:34.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:34 smithi044 bash[32620]: cluster 2023-12-07T09:47:33.149599+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-07T09:47:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:34 smithi027 bash[31536]: cluster 2023-12-07T09:47:33.149599+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-07T09:47:36.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:36 smithi022 bash[28554]: cluster 2023-12-07T09:47:35.150053+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-07T09:47:36.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:36 smithi044 bash[32620]: cluster 2023-12-07T09:47:35.150053+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-07T09:47:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:36 smithi027 bash[31536]: cluster 2023-12-07T09:47:35.150053+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-07T09:47:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: cluster 2023-12-07T09:47:37.150518+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-07T09:47:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: audit 2023-12-07T09:47:37.513006+0000 mon.a (mon.0) 311 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]: dispatch 2023-12-07T09:47:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: audit 2023-12-07T09:47:37.515407+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.27:0/1021653313' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]: dispatch 2023-12-07T09:47:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: audit 2023-12-07T09:47:37.515904+0000 mon.a (mon.0) 312 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]': finished 2023-12-07T09:47:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: cluster 2023-12-07T09:47:37.519157+0000 mon.a (mon.0) 313 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2023-12-07T09:47:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: audit 2023-12-07T09:47:37.519518+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:47:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:38 smithi022 bash[28554]: audit 2023-12-07T09:47:38.286299+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.27:0/713321815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:47:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: cluster 2023-12-07T09:47:37.150518+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-07T09:47:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: audit 2023-12-07T09:47:37.513006+0000 mon.a (mon.0) 311 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]: dispatch 2023-12-07T09:47:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: audit 2023-12-07T09:47:37.515407+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.27:0/1021653313' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]: dispatch 2023-12-07T09:47:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: audit 2023-12-07T09:47:37.515904+0000 mon.a (mon.0) 312 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]': finished 2023-12-07T09:47:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: cluster 2023-12-07T09:47:37.519157+0000 mon.a (mon.0) 313 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2023-12-07T09:47:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: audit 2023-12-07T09:47:37.519518+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:47:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:38 smithi044 bash[32620]: audit 2023-12-07T09:47:38.286299+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.27:0/713321815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:47:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: cluster 2023-12-07T09:47:37.150518+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-07T09:47:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: audit 2023-12-07T09:47:37.513006+0000 mon.a (mon.0) 311 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]: dispatch 2023-12-07T09:47:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: audit 2023-12-07T09:47:37.515407+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.27:0/1021653313' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]: dispatch 2023-12-07T09:47:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: audit 2023-12-07T09:47:37.515904+0000 mon.a (mon.0) 312 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "72376157-a8b1-4789-b0a4-ea0e76a2970d"}]': finished 2023-12-07T09:47:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: cluster 2023-12-07T09:47:37.519157+0000 mon.a (mon.0) 313 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2023-12-07T09:47:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: audit 2023-12-07T09:47:37.519518+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:47:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:38 smithi027 bash[31536]: audit 2023-12-07T09:47:38.286299+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.27:0/713321815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:47:40.829 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:40 smithi027 bash[31536]: cluster 2023-12-07T09:47:39.150933+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:40 smithi022 bash[28554]: cluster 2023-12-07T09:47:39.150933+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:40.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:40 smithi044 bash[32620]: cluster 2023-12-07T09:47:39.150933+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:42 smithi022 bash[28554]: cluster 2023-12-07T09:47:41.151380+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-07T09:47:42.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:42 smithi044 bash[32620]: cluster 2023-12-07T09:47:41.151380+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-07T09:47:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:42 smithi027 bash[31536]: cluster 2023-12-07T09:47:41.151380+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-07T09:47:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:44 smithi022 bash[28554]: cluster 2023-12-07T09:47:43.151852+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-07T09:47:44.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:44 smithi044 bash[32620]: cluster 2023-12-07T09:47:43.151852+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-07T09:47:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:44 smithi027 bash[31536]: cluster 2023-12-07T09:47:43.151852+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-07T09:47:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:46 smithi022 bash[28554]: cluster 2023-12-07T09:47:45.152265+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-07T09:47:46.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:46 smithi044 bash[32620]: cluster 2023-12-07T09:47:45.152265+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-07T09:47:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:46 smithi027 bash[31536]: cluster 2023-12-07T09:47:45.152265+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-07T09:47:48.815 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:48 smithi027 bash[31536]: cluster 2023-12-07T09:47:47.152692+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-07T09:47:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:48 smithi022 bash[28554]: cluster 2023-12-07T09:47:47.152692+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-07T09:47:48.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:48 smithi044 bash[32620]: cluster 2023-12-07T09:47:47.152692+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-07T09:47:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:50 smithi022 bash[28554]: cluster 2023-12-07T09:47:49.153091+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-07T09:47:50.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:50 smithi022 bash[28554]: audit 2023-12-07T09:47:50.026575+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T09:47:50.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:50 smithi022 bash[28554]: audit 2023-12-07T09:47:50.028040+0000 mon.a (mon.0) 316 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:50.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:50 smithi044 bash[32620]: cluster 2023-12-07T09:47:49.153091+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-07T09:47:50.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:50 smithi044 bash[32620]: audit 2023-12-07T09:47:50.026575+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T09:47:50.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:50 smithi044 bash[32620]: audit 2023-12-07T09:47:50.028040+0000 mon.a (mon.0) 316 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:50 smithi027 bash[31536]: cluster 2023-12-07T09:47:49.153091+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-07T09:47:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:50 smithi027 bash[31536]: audit 2023-12-07T09:47:50.026575+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T09:47:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:50 smithi027 bash[31536]: audit 2023-12-07T09:47:50.028040+0000 mon.a (mon.0) 316 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:51 smithi022 bash[28554]: cephadm 2023-12-07T09:47:50.029284+0000 mgr.a (mgr.14152) 153 : cephadm 1 Deploying daemon osd.1 on smithi027 2023-12-07T09:47:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:51 smithi044 bash[32620]: cephadm 2023-12-07T09:47:50.029284+0000 mgr.a (mgr.14152) 153 : cephadm 1 Deploying daemon osd.1 on smithi027 2023-12-07T09:47:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:51 smithi027 bash[31536]: cephadm 2023-12-07T09:47:50.029284+0000 mgr.a (mgr.14152) 153 : cephadm 1 Deploying daemon osd.1 on smithi027 2023-12-07T09:47:52.775 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:52 smithi027 bash[31536]: cluster 2023-12-07T09:47:51.153556+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:52.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:52 smithi022 bash[28554]: cluster 2023-12-07T09:47:51.153556+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:52.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:52 smithi044 bash[32620]: cluster 2023-12-07T09:47:51.153556+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:47:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:54 smithi027 bash[31536]: cluster 2023-12-07T09:47:53.153990+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-07T09:47:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:54 smithi027 bash[31536]: audit 2023-12-07T09:47:54.405510+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:54 smithi027 bash[31536]: audit 2023-12-07T09:47:54.412201+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:54 smithi027 bash[31536]: audit 2023-12-07T09:47:54.435102+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:54 smithi022 bash[28554]: cluster 2023-12-07T09:47:53.153990+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-07T09:47:54.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:54 smithi022 bash[28554]: audit 2023-12-07T09:47:54.405510+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:54.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:54 smithi022 bash[28554]: audit 2023-12-07T09:47:54.412201+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:54.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:54 smithi022 bash[28554]: audit 2023-12-07T09:47:54.435102+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:54.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:54 smithi044 bash[32620]: cluster 2023-12-07T09:47:53.153990+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-07T09:47:54.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:54 smithi044 bash[32620]: audit 2023-12-07T09:47:54.405510+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:54.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:54 smithi044 bash[32620]: audit 2023-12-07T09:47:54.412201+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:47:54.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:54 smithi044 bash[32620]: audit 2023-12-07T09:47:54.435102+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:56.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:56 smithi022 bash[28554]: cluster 2023-12-07T09:47:55.154437+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-07T09:47:56.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:56 smithi044 bash[32620]: cluster 2023-12-07T09:47:55.154437+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-07T09:47:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:56 smithi027 bash[31536]: cluster 2023-12-07T09:47:55.154437+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-07T09:47:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:47:58 smithi022 bash[28554]: cluster 2023-12-07T09:47:57.154880+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-07T09:47:58.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:47:58 smithi044 bash[32620]: cluster 2023-12-07T09:47:57.154880+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-07T09:47:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:47:58 smithi027 bash[31536]: cluster 2023-12-07T09:47:57.154880+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-07T09:48:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:00 smithi022 bash[28554]: cluster 2023-12-07T09:47:59.155344+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-07T09:48:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:00 smithi022 bash[28554]: audit 2023-12-07T09:47:59.787136+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:00 smithi022 bash[28554]: audit 2023-12-07T09:47:59.793406+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:00 smithi022 bash[28554]: audit 2023-12-07T09:47:59.794774+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:00 smithi022 bash[28554]: audit 2023-12-07T09:47:59.796430+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:00 smithi022 bash[28554]: audit 2023-12-07T09:47:59.804037+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:00 smithi044 bash[32620]: cluster 2023-12-07T09:47:59.155344+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-07T09:48:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:00 smithi044 bash[32620]: audit 2023-12-07T09:47:59.787136+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:00 smithi044 bash[32620]: audit 2023-12-07T09:47:59.793406+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:00 smithi044 bash[32620]: audit 2023-12-07T09:47:59.794774+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:00.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:00 smithi044 bash[32620]: audit 2023-12-07T09:47:59.796430+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:00.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:00 smithi044 bash[32620]: audit 2023-12-07T09:47:59.804037+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:00 smithi027 bash[31536]: cluster 2023-12-07T09:47:59.155344+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-07T09:48:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:00 smithi027 bash[31536]: audit 2023-12-07T09:47:59.787136+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:00 smithi027 bash[31536]: audit 2023-12-07T09:47:59.793406+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:00 smithi027 bash[31536]: audit 2023-12-07T09:47:59.794774+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:00 smithi027 bash[31536]: audit 2023-12-07T09:47:59.796430+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:00 smithi027 bash[31536]: audit 2023-12-07T09:47:59.804037+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:01.814 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:01 smithi027 bash[31536]: audit 2023-12-07T09:48:01.032389+0000 mon.a (mon.0) 325 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T09:48:01.814 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:01 smithi027 bash[31536]: audit 2023-12-07T09:48:01.035020+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T09:48:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:01 smithi022 bash[28554]: audit 2023-12-07T09:48:01.032389+0000 mon.a (mon.0) 325 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T09:48:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:01 smithi022 bash[28554]: audit 2023-12-07T09:48:01.035020+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T09:48:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:01 smithi044 bash[32620]: audit 2023-12-07T09:48:01.032389+0000 mon.a (mon.0) 325 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T09:48:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:01 smithi044 bash[32620]: audit 2023-12-07T09:48:01.035020+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T09:48:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:02 smithi022 bash[28554]: cluster 2023-12-07T09:48:01.155812+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-07T09:48:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:02 smithi022 bash[28554]: audit 2023-12-07T09:48:01.506654+0000 mon.a (mon.0) 326 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T09:48:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:02 smithi022 bash[28554]: cluster 2023-12-07T09:48:01.509484+0000 mon.a (mon.0) 327 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2023-12-07T09:48:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:02 smithi022 bash[28554]: audit 2023-12-07T09:48:01.510128+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:02 smithi022 bash[28554]: audit 2023-12-07T09:48:01.511185+0000 mon.a (mon.0) 329 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-07T09:48:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:02 smithi022 bash[28554]: audit 2023-12-07T09:48:01.513906+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-07T09:48:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:02 smithi044 bash[32620]: cluster 2023-12-07T09:48:01.155812+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-07T09:48:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:02 smithi044 bash[32620]: audit 2023-12-07T09:48:01.506654+0000 mon.a (mon.0) 326 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T09:48:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:02 smithi044 bash[32620]: cluster 2023-12-07T09:48:01.509484+0000 mon.a (mon.0) 327 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2023-12-07T09:48:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:02 smithi044 bash[32620]: audit 2023-12-07T09:48:01.510128+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:02 smithi044 bash[32620]: audit 2023-12-07T09:48:01.511185+0000 mon.a (mon.0) 329 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-07T09:48:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:02 smithi044 bash[32620]: audit 2023-12-07T09:48:01.513906+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-07T09:48:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:02 smithi027 bash[31536]: cluster 2023-12-07T09:48:01.155812+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-07T09:48:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:02 smithi027 bash[31536]: audit 2023-12-07T09:48:01.506654+0000 mon.a (mon.0) 326 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T09:48:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:02 smithi027 bash[31536]: cluster 2023-12-07T09:48:01.509484+0000 mon.a (mon.0) 327 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2023-12-07T09:48:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:02 smithi027 bash[31536]: audit 2023-12-07T09:48:01.510128+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:02 smithi027 bash[31536]: audit 2023-12-07T09:48:01.511185+0000 mon.a (mon.0) 329 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-07T09:48:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:02 smithi027 bash[31536]: audit 2023-12-07T09:48:01.513906+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-07T09:48:03.195 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 1 on host 'smithi027' 2023-12-07T09:48:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: audit 2023-12-07T09:48:02.508768+0000 mon.a (mon.0) 330 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-07T09:48:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: cluster 2023-12-07T09:48:02.512080+0000 mon.a (mon.0) 331 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2023-12-07T09:48:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: audit 2023-12-07T09:48:02.512932+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: audit 2023-12-07T09:48:02.518126+0000 mon.a (mon.0) 333 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: audit 2023-12-07T09:48:03.149719+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: audit 2023-12-07T09:48:03.155718+0000 mon.a (mon.0) 335 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:03 smithi027 bash[31536]: audit 2023-12-07T09:48:03.179487+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:03.761 DEBUG:teuthology.orchestra.run.smithi027:osd.1> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@osd.1.service 2023-12-07T09:48:03.763 INFO:tasks.cephadm:Deploying osd.2 on smithi044 with /dev/vg_nvme/lv_4... 2023-12-07T09:48:03.763 DEBUG:teuthology.orchestra.run.smithi044:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: audit 2023-12-07T09:48:02.508768+0000 mon.a (mon.0) 330 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: cluster 2023-12-07T09:48:02.512080+0000 mon.a (mon.0) 331 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: audit 2023-12-07T09:48:02.512932+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: audit 2023-12-07T09:48:02.518126+0000 mon.a (mon.0) 333 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: audit 2023-12-07T09:48:03.149719+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: audit 2023-12-07T09:48:03.155718+0000 mon.a (mon.0) 335 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:03 smithi022 bash[28554]: audit 2023-12-07T09:48:03.179487+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: audit 2023-12-07T09:48:02.508768+0000 mon.a (mon.0) 330 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-07T09:48:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: cluster 2023-12-07T09:48:02.512080+0000 mon.a (mon.0) 331 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2023-12-07T09:48:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: audit 2023-12-07T09:48:02.512932+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: audit 2023-12-07T09:48:02.518126+0000 mon.a (mon.0) 333 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: audit 2023-12-07T09:48:03.149719+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: audit 2023-12-07T09:48:03.155718+0000 mon.a (mon.0) 335 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:03 smithi044 bash[32620]: audit 2023-12-07T09:48:03.179487+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:03.946 INFO:journalctl@ceph.osd.1.smithi027.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:48:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:04 smithi022 bash[28554]: cluster 2023-12-07T09:48:02.001028+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:48:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:04 smithi022 bash[28554]: cluster 2023-12-07T09:48:02.001127+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:48:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:04 smithi022 bash[28554]: cluster 2023-12-07T09:48:03.156330+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:48:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:04 smithi022 bash[28554]: cluster 2023-12-07T09:48:03.520955+0000 mon.a (mon.0) 337 : cluster 1 osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882] boot 2023-12-07T09:48:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:04 smithi022 bash[28554]: cluster 2023-12-07T09:48:03.521012+0000 mon.a (mon.0) 338 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2023-12-07T09:48:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:04 smithi022 bash[28554]: audit 2023-12-07T09:48:03.521590+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:04 smithi044 bash[32620]: cluster 2023-12-07T09:48:02.001028+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:48:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:04 smithi044 bash[32620]: cluster 2023-12-07T09:48:02.001127+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:48:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:04 smithi044 bash[32620]: cluster 2023-12-07T09:48:03.156330+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:48:04.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:04 smithi044 bash[32620]: cluster 2023-12-07T09:48:03.520955+0000 mon.a (mon.0) 337 : cluster 1 osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882] boot 2023-12-07T09:48:04.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:04 smithi044 bash[32620]: cluster 2023-12-07T09:48:03.521012+0000 mon.a (mon.0) 338 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2023-12-07T09:48:04.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:04 smithi044 bash[32620]: audit 2023-12-07T09:48:03.521590+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:04 smithi027 bash[31536]: cluster 2023-12-07T09:48:02.001028+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:48:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:04 smithi027 bash[31536]: cluster 2023-12-07T09:48:02.001127+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:48:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:04 smithi027 bash[31536]: cluster 2023-12-07T09:48:03.156330+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T09:48:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:04 smithi027 bash[31536]: cluster 2023-12-07T09:48:03.520955+0000 mon.a (mon.0) 337 : cluster 1 osd.1 [v2:172.21.15.27:6800/1737246882,v1:172.21.15.27:6801/1737246882] boot 2023-12-07T09:48:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:04 smithi027 bash[31536]: cluster 2023-12-07T09:48:03.521012+0000 mon.a (mon.0) 338 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2023-12-07T09:48:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:04 smithi027 bash[31536]: audit 2023-12-07T09:48:03.521590+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:48:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:05 smithi022 bash[28554]: cluster 2023-12-07T09:48:04.535986+0000 mon.a (mon.0) 340 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2023-12-07T09:48:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:05 smithi022 bash[28554]: cluster 2023-12-07T09:48:05.156888+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:05 smithi044 bash[32620]: cluster 2023-12-07T09:48:04.535986+0000 mon.a (mon.0) 340 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2023-12-07T09:48:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:05 smithi044 bash[32620]: cluster 2023-12-07T09:48:05.156888+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:05 smithi027 bash[31536]: cluster 2023-12-07T09:48:04.535986+0000 mon.a (mon.0) 340 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2023-12-07T09:48:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:05 smithi027 bash[31536]: cluster 2023-12-07T09:48:05.156888+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:07.481 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T09:48:08.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:08 smithi044 bash[32620]: cluster 2023-12-07T09:48:07.157345+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:08.860 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:08 smithi027 bash[31536]: cluster 2023-12-07T09:48:07.157345+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:08 smithi022 bash[28554]: cluster 2023-12-07T09:48:07.157345+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:10 smithi027 bash[31536]: cluster 2023-12-07T09:48:09.157814+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-07T09:48:10.716 INFO:teuthology.orchestra.run.smithi044.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T09:48:10.716 INFO:teuthology.orchestra.run.smithi044.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T09:48:10.716 INFO:teuthology.orchestra.run.smithi044.stderr: stderr: 10+0 records in 2023-12-07T09:48:10.716 INFO:teuthology.orchestra.run.smithi044.stderr:10+0 records out 2023-12-07T09:48:10.716 INFO:teuthology.orchestra.run.smithi044.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147347 s, 712 MB/s 2023-12-07T09:48:10.716 INFO:teuthology.orchestra.run.smithi044.stderr:--> Zapping successful for: 2023-12-07T09:48:10.756 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:10 smithi044 bash[32620]: cluster 2023-12-07T09:48:09.157814+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-07T09:48:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:10 smithi022 bash[28554]: cluster 2023-12-07T09:48:09.157814+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-07T09:48:11.414 DEBUG:teuthology.orchestra.run.smithi044:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi044:vg_nvme/lv_4 2023-12-07T09:48:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:12 smithi027 bash[31536]: cluster 2023-12-07T09:48:11.158309+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-07T09:48:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:12 smithi022 bash[28554]: cluster 2023-12-07T09:48:11.158309+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-07T09:48:12.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:12 smithi044 bash[32620]: cluster 2023-12-07T09:48:11.158309+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-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: cephadm 2023-12-07T09:48:12.925586+0000 mgr.a (mgr.14152) 165 : cephadm 1 Detected new or changed devices on smithi027 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.934120+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.940724+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.942327+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: cephadm 2023-12-07T09:48:12.943616+0000 mgr.a (mgr.14152) 166 : cephadm 1 Adjusting osd_memory_target on smithi027 to 17265M 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.948089+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.951049+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.952465+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: audit 2023-12-07T09:48:12.959736+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:13 smithi027 bash[31536]: cluster 2023-12-07T09:48:13.158771+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: cephadm 2023-12-07T09:48:12.925586+0000 mgr.a (mgr.14152) 165 : cephadm 1 Detected new or changed devices on smithi027 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.934120+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.940724+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.942327+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: cephadm 2023-12-07T09:48:12.943616+0000 mgr.a (mgr.14152) 166 : cephadm 1 Adjusting osd_memory_target on smithi027 to 17265M 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.948089+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.951049+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.952465+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: audit 2023-12-07T09:48:12.959736+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:13 smithi022 bash[28554]: cluster 2023-12-07T09:48:13.158771+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:14.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: cephadm 2023-12-07T09:48:12.925586+0000 mgr.a (mgr.14152) 165 : cephadm 1 Detected new or changed devices on smithi027 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.934120+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.940724+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.942327+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: cephadm 2023-12-07T09:48:12.943616+0000 mgr.a (mgr.14152) 166 : cephadm 1 Adjusting osd_memory_target on smithi027 to 17265M 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.948089+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.951049+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.952465+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: audit 2023-12-07T09:48:12.959736+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:14.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:13 smithi044 bash[32620]: cluster 2023-12-07T09:48:13.158771+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:15.132 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T09:48:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:16 smithi022 bash[28554]: cluster 2023-12-07T09:48:15.159252+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:16 smithi044 bash[32620]: cluster 2023-12-07T09:48:15.159252+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:16 smithi027 bash[31536]: cluster 2023-12-07T09:48:15.159252+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:18 smithi022 bash[28554]: cluster 2023-12-07T09:48:17.159779+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-07T09:48:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:18 smithi022 bash[28554]: audit 2023-12-07T09:48:17.977521+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:48:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:18 smithi022 bash[28554]: audit 2023-12-07T09:48:17.983895+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:48:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:18 smithi022 bash[28554]: audit 2023-12-07T09:48:17.985504+0000 mon.a (mon.0) 350 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:18 smithi044 bash[32620]: cluster 2023-12-07T09:48:17.159779+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-07T09:48:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:18 smithi044 bash[32620]: audit 2023-12-07T09:48:17.977521+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:48:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:18 smithi044 bash[32620]: audit 2023-12-07T09:48:17.983895+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:48:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:18 smithi044 bash[32620]: audit 2023-12-07T09:48:17.985504+0000 mon.a (mon.0) 350 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:18 smithi027 bash[31536]: cluster 2023-12-07T09:48:17.159779+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-07T09:48:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:18 smithi027 bash[31536]: audit 2023-12-07T09:48:17.977521+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T09:48:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:18 smithi027 bash[31536]: audit 2023-12-07T09:48:17.983895+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T09:48:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:18 smithi027 bash[31536]: audit 2023-12-07T09:48:17.985504+0000 mon.a (mon.0) 350 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:19 smithi022 bash[28554]: audit 2023-12-07T09:48:17.969824+0000 mgr.a (mgr.14152) 170 : audit 0 from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:19 smithi044 bash[32620]: audit 2023-12-07T09:48:17.969824+0000 mgr.a (mgr.14152) 170 : audit 0 from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:19 smithi027 bash[31536]: audit 2023-12-07T09:48:17.969824+0000 mgr.a (mgr.14152) 170 : audit 0 from='client.14271 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:20.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:20 smithi022 bash[28554]: cluster 2023-12-07T09:48:19.160266+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:20.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:20 smithi044 bash[32620]: cluster 2023-12-07T09:48:19.160266+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:20 smithi027 bash[31536]: cluster 2023-12-07T09:48:19.160266+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:22 smithi022 bash[28554]: cluster 2023-12-07T09:48:21.160708+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:22 smithi044 bash[32620]: cluster 2023-12-07T09:48:21.160708+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:22 smithi027 bash[31536]: cluster 2023-12-07T09:48:21.160708+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:24.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:24 smithi022 bash[28554]: cluster 2023-12-07T09:48:23.161136+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-07T09:48:24.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:24 smithi044 bash[32620]: cluster 2023-12-07T09:48:23.161136+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-07T09:48:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:24 smithi027 bash[31536]: cluster 2023-12-07T09:48:23.161136+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-07T09:48:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:26 smithi022 bash[28554]: cluster 2023-12-07T09:48:25.161623+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-07T09:48:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:26 smithi022 bash[28554]: audit 2023-12-07T09:48:26.486083+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.44:0/2486851457' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]: dispatch 2023-12-07T09:48:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:26 smithi022 bash[28554]: audit 2023-12-07T09:48:26.488032+0000 mon.a (mon.0) 351 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]: dispatch 2023-12-07T09:48:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:26 smithi022 bash[28554]: audit 2023-12-07T09:48:26.491336+0000 mon.a (mon.0) 352 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]': finished 2023-12-07T09:48:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:26 smithi022 bash[28554]: cluster 2023-12-07T09:48:26.496504+0000 mon.a (mon.0) 353 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2023-12-07T09:48:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:26 smithi022 bash[28554]: audit 2023-12-07T09:48:26.496978+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:26 smithi044 bash[32620]: cluster 2023-12-07T09:48:25.161623+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-07T09:48:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:26 smithi044 bash[32620]: audit 2023-12-07T09:48:26.486083+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.44:0/2486851457' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]: dispatch 2023-12-07T09:48:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:26 smithi044 bash[32620]: audit 2023-12-07T09:48:26.488032+0000 mon.a (mon.0) 351 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]: dispatch 2023-12-07T09:48:26.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:26 smithi044 bash[32620]: audit 2023-12-07T09:48:26.491336+0000 mon.a (mon.0) 352 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]': finished 2023-12-07T09:48:26.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:26 smithi044 bash[32620]: cluster 2023-12-07T09:48:26.496504+0000 mon.a (mon.0) 353 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2023-12-07T09:48:26.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:26 smithi044 bash[32620]: audit 2023-12-07T09:48:26.496978+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:26 smithi027 bash[31536]: cluster 2023-12-07T09:48:25.161623+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-07T09:48:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:26 smithi027 bash[31536]: audit 2023-12-07T09:48:26.486083+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.44:0/2486851457' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]: dispatch 2023-12-07T09:48:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:26 smithi027 bash[31536]: audit 2023-12-07T09:48:26.488032+0000 mon.a (mon.0) 351 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]: dispatch 2023-12-07T09:48:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:26 smithi027 bash[31536]: audit 2023-12-07T09:48:26.491336+0000 mon.a (mon.0) 352 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "598689d3-0a94-41ba-8d48-9ca3f708f906"}]': finished 2023-12-07T09:48:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:26 smithi027 bash[31536]: cluster 2023-12-07T09:48:26.496504+0000 mon.a (mon.0) 353 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2023-12-07T09:48:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:26 smithi027 bash[31536]: audit 2023-12-07T09:48:26.496978+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:27 smithi022 bash[28554]: audit 2023-12-07T09:48:27.247903+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.44:0/1962144081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:48:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:27 smithi044 bash[32620]: audit 2023-12-07T09:48:27.247903+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.44:0/1962144081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:48:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:27 smithi027 bash[31536]: audit 2023-12-07T09:48:27.247903+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.44:0/1962144081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T09:48:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:28 smithi022 bash[28554]: cluster 2023-12-07T09:48:27.162109+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:28 smithi044 bash[32620]: cluster 2023-12-07T09:48:27.162109+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:28 smithi027 bash[31536]: cluster 2023-12-07T09:48:27.162109+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:30.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:30 smithi022 bash[28554]: cluster 2023-12-07T09:48:29.162572+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:30 smithi044 bash[32620]: cluster 2023-12-07T09:48:29.162572+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:30 smithi027 bash[31536]: cluster 2023-12-07T09:48:29.162572+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:32.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:32 smithi022 bash[28554]: cluster 2023-12-07T09:48:31.163053+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-07T09:48:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:32 smithi044 bash[32620]: cluster 2023-12-07T09:48:31.163053+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-07T09:48:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:32 smithi027 bash[31536]: cluster 2023-12-07T09:48:31.163053+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-07T09:48:34.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:34 smithi022 bash[28554]: cluster 2023-12-07T09:48:33.163535+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-07T09:48:34.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:34 smithi044 bash[32620]: cluster 2023-12-07T09:48:33.163535+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-07T09:48:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:34 smithi027 bash[31536]: cluster 2023-12-07T09:48:33.163535+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-07T09:48:36.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:36 smithi044 bash[32620]: cluster 2023-12-07T09:48:35.164057+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-07T09:48:36.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:36 smithi022 bash[28554]: cluster 2023-12-07T09:48:35.164057+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-07T09:48:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:36 smithi027 bash[31536]: cluster 2023-12-07T09:48:35.164057+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-07T09:48:38.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:38 smithi044 bash[32620]: cluster 2023-12-07T09:48:37.164589+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-07T09:48:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:38 smithi022 bash[28554]: cluster 2023-12-07T09:48:37.164589+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-07T09:48:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:38 smithi027 bash[31536]: cluster 2023-12-07T09:48:37.164589+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-07T09:48:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:39 smithi022 bash[28554]: audit 2023-12-07T09:48:39.031435+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T09:48:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:39 smithi022 bash[28554]: audit 2023-12-07T09:48:39.033356+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:39 smithi044 bash[32620]: audit 2023-12-07T09:48:39.031435+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T09:48:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:39 smithi044 bash[32620]: audit 2023-12-07T09:48:39.033356+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:39 smithi027 bash[31536]: audit 2023-12-07T09:48:39.031435+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T09:48:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:39 smithi027 bash[31536]: audit 2023-12-07T09:48:39.033356+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:40.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:40 smithi022 bash[28554]: cephadm 2023-12-07T09:48:39.034932+0000 mgr.a (mgr.14152) 181 : cephadm 1 Deploying daemon osd.2 on smithi044 2023-12-07T09:48:40.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:40 smithi022 bash[28554]: cluster 2023-12-07T09:48:39.164996+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:40.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:40 smithi044 bash[32620]: cephadm 2023-12-07T09:48:39.034932+0000 mgr.a (mgr.14152) 181 : cephadm 1 Deploying daemon osd.2 on smithi044 2023-12-07T09:48:40.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:40 smithi044 bash[32620]: cluster 2023-12-07T09:48:39.164996+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:40 smithi027 bash[31536]: cephadm 2023-12-07T09:48:39.034932+0000 mgr.a (mgr.14152) 181 : cephadm 1 Deploying daemon osd.2 on smithi044 2023-12-07T09:48:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:40 smithi027 bash[31536]: cluster 2023-12-07T09:48:39.164996+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:41.866 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:41 smithi044 bash[32620]: cluster 2023-12-07T09:48:41.165478+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:41 smithi022 bash[28554]: cluster 2023-12-07T09:48:41.165478+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:41 smithi027 bash[31536]: cluster 2023-12-07T09:48:41.165478+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:44.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:44 smithi044 bash[32620]: cluster 2023-12-07T09:48:43.165941+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-07T09:48:44.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:44 smithi044 bash[32620]: audit 2023-12-07T09:48:43.594051+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:44.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:44 smithi044 bash[32620]: audit 2023-12-07T09:48:43.600364+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:44.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:44 smithi044 bash[32620]: audit 2023-12-07T09:48:43.616197+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:44 smithi022 bash[28554]: cluster 2023-12-07T09:48:43.165941+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-07T09:48:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:44 smithi022 bash[28554]: audit 2023-12-07T09:48:43.594051+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:44 smithi022 bash[28554]: audit 2023-12-07T09:48:43.600364+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:44 smithi022 bash[28554]: audit 2023-12-07T09:48:43.616197+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:44 smithi027 bash[31536]: cluster 2023-12-07T09:48:43.165941+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-07T09:48:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:44 smithi027 bash[31536]: audit 2023-12-07T09:48:43.594051+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:44 smithi027 bash[31536]: audit 2023-12-07T09:48:43.600364+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:44 smithi027 bash[31536]: audit 2023-12-07T09:48:43.616197+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:46 smithi044 bash[32620]: cluster 2023-12-07T09:48:45.166415+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-07T09:48:46.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:46 smithi022 bash[28554]: cluster 2023-12-07T09:48:45.166415+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-07T09:48:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:46 smithi027 bash[31536]: cluster 2023-12-07T09:48:45.166415+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-07T09:48:48.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:48 smithi022 bash[28554]: cluster 2023-12-07T09:48:47.166907+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-07T09:48:48.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:48 smithi044 bash[32620]: cluster 2023-12-07T09:48:47.166907+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-07T09:48:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:48 smithi027 bash[31536]: cluster 2023-12-07T09:48:47.166907+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-07T09:48:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:49 smithi022 bash[28554]: audit 2023-12-07T09:48:48.920188+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:49 smithi022 bash[28554]: audit 2023-12-07T09:48:48.925757+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:49 smithi022 bash[28554]: audit 2023-12-07T09:48:48.927257+0000 mon.a (mon.0) 362 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:49 smithi022 bash[28554]: audit 2023-12-07T09:48:48.928641+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:49 smithi022 bash[28554]: audit 2023-12-07T09:48:48.936367+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:49 smithi022 bash[28554]: cluster 2023-12-07T09:48:49.167385+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-07T09:48:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:49 smithi044 bash[32620]: audit 2023-12-07T09:48:48.920188+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:49 smithi044 bash[32620]: audit 2023-12-07T09:48:48.925757+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:49 smithi044 bash[32620]: audit 2023-12-07T09:48:48.927257+0000 mon.a (mon.0) 362 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:49 smithi044 bash[32620]: audit 2023-12-07T09:48:48.928641+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:49 smithi044 bash[32620]: audit 2023-12-07T09:48:48.936367+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:49 smithi044 bash[32620]: cluster 2023-12-07T09:48:49.167385+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-07T09:48:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:49 smithi027 bash[31536]: audit 2023-12-07T09:48:48.920188+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:49 smithi027 bash[31536]: audit 2023-12-07T09:48:48.925757+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:49 smithi027 bash[31536]: audit 2023-12-07T09:48:48.927257+0000 mon.a (mon.0) 362 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:49 smithi027 bash[31536]: audit 2023-12-07T09:48:48.928641+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:49 smithi027 bash[31536]: audit 2023-12-07T09:48:48.936367+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:49 smithi027 bash[31536]: cluster 2023-12-07T09:48:49.167385+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-07T09:48:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:50 smithi027 bash[31536]: audit 2023-12-07T09:48:50.025888+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T09:48:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:50 smithi027 bash[31536]: audit 2023-12-07T09:48:50.027594+0000 mon.a (mon.0) 365 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T09:48:51.222 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:50 smithi044 bash[32620]: audit 2023-12-07T09:48:50.025888+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T09:48:51.222 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:50 smithi044 bash[32620]: audit 2023-12-07T09:48:50.027594+0000 mon.a (mon.0) 365 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T09:48:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:50 smithi022 bash[28554]: audit 2023-12-07T09:48:50.025888+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T09:48:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:50 smithi022 bash[28554]: audit 2023-12-07T09:48:50.027594+0000 mon.a (mon.0) 365 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T09:48:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:51 smithi044 bash[32620]: audit 2023-12-07T09:48:50.943530+0000 mon.a (mon.0) 366 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T09:48:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:51 smithi044 bash[32620]: audit 2023-12-07T09:48:50.947503+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-12-07T09:48:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:51 smithi044 bash[32620]: cluster 2023-12-07T09:48:50.947528+0000 mon.a (mon.0) 367 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2023-12-07T09:48:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:51 smithi044 bash[32620]: audit 2023-12-07T09:48:50.947940+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:51 smithi044 bash[32620]: audit 2023-12-07T09:48:50.949239+0000 mon.a (mon.0) 369 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-12-07T09:48:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:51 smithi044 bash[32620]: cluster 2023-12-07T09:48:51.167886+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:51 smithi022 bash[28554]: audit 2023-12-07T09:48:50.943530+0000 mon.a (mon.0) 366 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T09:48:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:51 smithi022 bash[28554]: audit 2023-12-07T09:48:50.947503+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-12-07T09:48:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:51 smithi022 bash[28554]: cluster 2023-12-07T09:48:50.947528+0000 mon.a (mon.0) 367 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2023-12-07T09:48:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:51 smithi022 bash[28554]: audit 2023-12-07T09:48:50.947940+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:51 smithi022 bash[28554]: audit 2023-12-07T09:48:50.949239+0000 mon.a (mon.0) 369 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-12-07T09:48:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:51 smithi022 bash[28554]: cluster 2023-12-07T09:48:51.167886+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:51 smithi027 bash[31536]: audit 2023-12-07T09:48:50.943530+0000 mon.a (mon.0) 366 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T09:48:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:51 smithi027 bash[31536]: audit 2023-12-07T09:48:50.947503+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-12-07T09:48:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:51 smithi027 bash[31536]: cluster 2023-12-07T09:48:50.947528+0000 mon.a (mon.0) 367 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2023-12-07T09:48:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:51 smithi027 bash[31536]: audit 2023-12-07T09:48:50.947940+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:51 smithi027 bash[31536]: audit 2023-12-07T09:48:50.949239+0000 mon.a (mon.0) 369 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]: dispatch 2023-12-07T09:48:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:51 smithi027 bash[31536]: cluster 2023-12-07T09:48:51.167886+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:52.556 INFO:teuthology.orchestra.run.smithi044.stdout:Created osd(s) 2 on host 'smithi044' 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: audit 2023-12-07T09:48:51.946159+0000 mon.a (mon.0) 370 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: cluster 2023-12-07T09:48:51.950963+0000 mon.a (mon.0) 371 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: audit 2023-12-07T09:48:51.951854+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: audit 2023-12-07T09:48:51.957893+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: audit 2023-12-07T09:48:52.519719+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: audit 2023-12-07T09:48:52.525612+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:52 smithi044 bash[32620]: audit 2023-12-07T09:48:52.563362+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:53.237 DEBUG:teuthology.orchestra.run.smithi044:osd.2> sudo journalctl -f -n 0 -u ceph-bcaf12ae-94e4-11ee-95a2-87774f69a715@osd.2.service 2023-12-07T09:48:53.240 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-07T09:48:53.240 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T09:48:53.253 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: audit 2023-12-07T09:48:51.946159+0000 mon.a (mon.0) 370 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-12-07T09:48:53.253 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: cluster 2023-12-07T09:48:51.950963+0000 mon.a (mon.0) 371 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2023-12-07T09:48:53.253 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: audit 2023-12-07T09:48:51.951854+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:53.253 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: audit 2023-12-07T09:48:51.957893+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:53.254 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: audit 2023-12-07T09:48:52.519719+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:53.254 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: audit 2023-12-07T09:48:52.525612+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:53.254 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:52 smithi022 bash[28554]: audit 2023-12-07T09:48:52.563362+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:53.448 INFO:journalctl@ceph.osd.2.smithi044.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T09:48:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: audit 2023-12-07T09:48:51.946159+0000 mon.a (mon.0) 370 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2023-12-07T09:48:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: cluster 2023-12-07T09:48:51.950963+0000 mon.a (mon.0) 371 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2023-12-07T09:48:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: audit 2023-12-07T09:48:51.951854+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: audit 2023-12-07T09:48:51.957893+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: audit 2023-12-07T09:48:52.519719+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: audit 2023-12-07T09:48:52.525612+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:52 smithi027 bash[31536]: audit 2023-12-07T09:48:52.563362+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: cluster 2023-12-07T09:48:51.069075+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: cluster 2023-12-07T09:48:51.069204+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: cluster 2023-12-07T09:48:52.960558+0000 mon.a (mon.0) 377 : cluster 1 osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501] boot 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: cluster 2023-12-07T09:48:52.960599+0000 mon.a (mon.0) 378 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: audit 2023-12-07T09:48:52.961169+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: cluster 2023-12-07T09:48:53.168356+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:53 smithi022 bash[28554]: audit 2023-12-07T09:48:53.315734+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' 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-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: cluster 2023-12-07T09:48:51.069075+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: cluster 2023-12-07T09:48:51.069204+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: cluster 2023-12-07T09:48:52.960558+0000 mon.a (mon.0) 377 : cluster 1 osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501] boot 2023-12-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: cluster 2023-12-07T09:48:52.960599+0000 mon.a (mon.0) 378 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2023-12-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: audit 2023-12-07T09:48:52.961169+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: cluster 2023-12-07T09:48:53.168356+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:53 smithi044 bash[32620]: audit 2023-12-07T09:48:53.315734+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' 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-07T09:48:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: cluster 2023-12-07T09:48:51.069075+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T09:48:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: cluster 2023-12-07T09:48:51.069204+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T09:48:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: cluster 2023-12-07T09:48:52.960558+0000 mon.a (mon.0) 377 : cluster 1 osd.2 [v2:172.21.15.44:6800/2744421501,v1:172.21.15.44:6801/2744421501] boot 2023-12-07T09:48:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: cluster 2023-12-07T09:48:52.960599+0000 mon.a (mon.0) 378 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2023-12-07T09:48:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: audit 2023-12-07T09:48:52.961169+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:48:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: cluster 2023-12-07T09:48:53.168356+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T09:48:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:53 smithi027 bash[31536]: audit 2023-12-07T09:48:53.315734+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' 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-07T09:48:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:54 smithi022 bash[28554]: audit 2023-12-07T09:48:53.972993+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' 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-07T09:48:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:54 smithi022 bash[28554]: cluster 2023-12-07T09:48:53.976484+0000 mon.a (mon.0) 382 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2023-12-07T09:48:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:54 smithi022 bash[28554]: audit 2023-12-07T09:48:53.977783+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T09:48:55.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:54 smithi044 bash[32620]: audit 2023-12-07T09:48:53.972993+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' 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-07T09:48:55.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:54 smithi044 bash[32620]: cluster 2023-12-07T09:48:53.976484+0000 mon.a (mon.0) 382 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2023-12-07T09:48:55.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:54 smithi044 bash[32620]: audit 2023-12-07T09:48:53.977783+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T09:48:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:54 smithi027 bash[31536]: audit 2023-12-07T09:48:53.972993+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' 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-07T09:48:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:54 smithi027 bash[31536]: cluster 2023-12-07T09:48:53.976484+0000 mon.a (mon.0) 382 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2023-12-07T09:48:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:54 smithi027 bash[31536]: audit 2023-12-07T09:48:53.977783+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T09:48:56.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:55 smithi022 bash[28554]: audit 2023-12-07T09:48:54.975602+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T09:48:56.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:55 smithi022 bash[28554]: cluster 2023-12-07T09:48:54.981049+0000 mon.a (mon.0) 385 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2023-12-07T09:48:56.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:55 smithi022 bash[28554]: cluster 2023-12-07T09:48:55.168873+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v149: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:48:56.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:55 smithi044 bash[32620]: audit 2023-12-07T09:48:54.975602+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T09:48:56.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:55 smithi044 bash[32620]: cluster 2023-12-07T09:48:54.981049+0000 mon.a (mon.0) 385 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2023-12-07T09:48:56.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:55 smithi044 bash[32620]: cluster 2023-12-07T09:48:55.168873+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v149: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:48:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:55 smithi027 bash[31536]: audit 2023-12-07T09:48:54.975602+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T09:48:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:55 smithi027 bash[31536]: cluster 2023-12-07T09:48:54.981049+0000 mon.a (mon.0) 385 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2023-12-07T09:48:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:55 smithi027 bash[31536]: cluster 2023-12-07T09:48:55.168873+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v149: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:48:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:56 smithi022 bash[28554]: cluster 2023-12-07T09:48:55.999651+0000 mon.a (mon.0) 386 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2023-12-07T09:48:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:56 smithi022 bash[28554]: cluster 2023-12-07T09:48:56.000122+0000 mon.a (mon.0) 387 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2023-12-07T09:48:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:56 smithi022 bash[28554]: audit 2023-12-07T09:48:56.138621+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:57.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:56 smithi044 bash[32620]: cluster 2023-12-07T09:48:55.999651+0000 mon.a (mon.0) 386 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2023-12-07T09:48:57.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:56 smithi044 bash[32620]: cluster 2023-12-07T09:48:56.000122+0000 mon.a (mon.0) 387 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2023-12-07T09:48:57.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:56 smithi044 bash[32620]: audit 2023-12-07T09:48:56.138621+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:56 smithi027 bash[31536]: cluster 2023-12-07T09:48:55.999651+0000 mon.a (mon.0) 386 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2023-12-07T09:48:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:56 smithi027 bash[31536]: cluster 2023-12-07T09:48:56.000122+0000 mon.a (mon.0) 387 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2023-12-07T09:48:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:56 smithi027 bash[31536]: audit 2023-12-07T09:48:56.138621+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:57.978 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:48:59.126 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:59 smithi022 bash[28554]: audit 2023-12-07T09:48:57.107596+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:59.126 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:59 smithi022 bash[28554]: cluster 2023-12-07T09:48:57.169390+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:48:59.126 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:59 smithi022 bash[28554]: audit 2023-12-07T09:48:58.068638+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:59.127 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:48:59 smithi022 bash[28554]: audit 2023-12-07T09:48:58.070669+0000 mon.a (mon.0) 391 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:48:59.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:59 smithi044 bash[32620]: audit 2023-12-07T09:48:57.107596+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:59.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:59 smithi044 bash[32620]: cluster 2023-12-07T09:48:57.169390+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:48:59.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:59 smithi044 bash[32620]: audit 2023-12-07T09:48:58.068638+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:59.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:48:59 smithi044 bash[32620]: audit 2023-12-07T09:48:58.070669+0000 mon.a (mon.0) 391 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:48:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:59 smithi027 bash[31536]: audit 2023-12-07T09:48:57.107596+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:59 smithi027 bash[31536]: cluster 2023-12-07T09:48:57.169390+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v151: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:48:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:59 smithi027 bash[31536]: audit 2023-12-07T09:48:58.068638+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:48:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:48:59 smithi027 bash[31536]: audit 2023-12-07T09:48:58.070669+0000 mon.a (mon.0) 391 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:00.744 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:49:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.000650+0000 mon.a (mon.0) 392 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.001667+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.001949+0000 mon.a (mon.0) 394 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.002343+0000 mon.a (mon.0) 395 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.009926+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.011191+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.011406+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.011603+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: cluster 2023-12-07T09:48:59.169755+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.950491+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.956150+0000 mon.a (mon.0) 399 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.956501+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:00 smithi022 bash[28554]: audit 2023-12-07T09:48:59.956812+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.000650+0000 mon.a (mon.0) 392 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.001667+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.001949+0000 mon.a (mon.0) 394 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.002343+0000 mon.a (mon.0) 395 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.009926+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.011191+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.011406+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.011603+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: cluster 2023-12-07T09:48:59.169755+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.950491+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.956150+0000 mon.a (mon.0) 399 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.956501+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:00 smithi044 bash[32620]: audit 2023-12-07T09:48:59.956812+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.000650+0000 mon.a (mon.0) 392 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.001667+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.001949+0000 mon.a (mon.0) 394 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.002343+0000 mon.a (mon.0) 395 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.009926+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.011191+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.011406+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.011603+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: cluster 2023-12-07T09:48:59.169755+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.950491+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.956150+0000 mon.a (mon.0) 399 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.956501+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:00 smithi027 bash[31536]: audit 2023-12-07T09:48:59.956812+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:49:01.549 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1701942532,"num_in_osds":3,"osd_in_since":1701942506,"num_remapped_pgs":0} 2023-12-07T09:49:01.550 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T09:49:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:01 smithi022 bash[28554]: audit 2023-12-07T09:48:59.959749+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:01 smithi022 bash[28554]: audit 2023-12-07T09:49:00.739109+0000 mon.a (mon.0) 402 : audit 0 from='client.? 172.21.15.22:0/80646659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T09:49:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:01 smithi022 bash[28554]: audit 2023-12-07T09:49:00.874267+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:01 smithi022 bash[28554]: cluster 2023-12-07T09:49:01.170119+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:01 smithi044 bash[32620]: audit 2023-12-07T09:48:59.959749+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:01 smithi044 bash[32620]: audit 2023-12-07T09:49:00.739109+0000 mon.a (mon.0) 402 : audit 0 from='client.? 172.21.15.22:0/80646659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T09:49:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:01 smithi044 bash[32620]: audit 2023-12-07T09:49:00.874267+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:01 smithi044 bash[32620]: cluster 2023-12-07T09:49:01.170119+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:01 smithi027 bash[31536]: audit 2023-12-07T09:48:59.959749+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T09:49:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:01 smithi027 bash[31536]: audit 2023-12-07T09:49:00.739109+0000 mon.a (mon.0) 402 : audit 0 from='client.? 172.21.15.22:0/80646659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T09:49:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:01 smithi027 bash[31536]: audit 2023-12-07T09:49:00.874267+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T09:49:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:01 smithi027 bash[31536]: cluster 2023-12-07T09:49:01.170119+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: cephadm 2023-12-07T09:49:02.104407+0000 mgr.a (mgr.14152) 194 : cephadm 1 Detected new or changed devices on smithi044 2023-12-07T09:49:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.112352+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.119278+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.120757+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:49:03.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: cephadm 2023-12-07T09:49:02.121898+0000 mgr.a (mgr.14152) 195 : cephadm 1 Adjusting osd_memory_target on smithi044 to 21365M 2023-12-07T09:49:03.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.125595+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.127905+0000 mon.a (mon.0) 407 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:49:03.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.129400+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:49:03.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:03 smithi022 bash[28554]: audit 2023-12-07T09:49:02.136500+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: cephadm 2023-12-07T09:49:02.104407+0000 mgr.a (mgr.14152) 194 : cephadm 1 Detected new or changed devices on smithi044 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.112352+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.119278+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.120757+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: cephadm 2023-12-07T09:49:02.121898+0000 mgr.a (mgr.14152) 195 : cephadm 1 Adjusting osd_memory_target on smithi044 to 21365M 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.125595+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.127905+0000 mon.a (mon.0) 407 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.129400+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:49:03.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:03 smithi044 bash[32620]: audit 2023-12-07T09:49:02.136500+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: cephadm 2023-12-07T09:49:02.104407+0000 mgr.a (mgr.14152) 194 : cephadm 1 Detected new or changed devices on smithi044 2023-12-07T09:49:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.112352+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.119278+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.120757+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: cephadm 2023-12-07T09:49:02.121898+0000 mgr.a (mgr.14152) 195 : cephadm 1 Adjusting osd_memory_target on smithi044 to 21365M 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.125595+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.127905+0000 mon.a (mon.0) 407 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.129400+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:49:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:03 smithi027 bash[31536]: audit 2023-12-07T09:49:02.136500+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:49:04.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:04 smithi022 bash[28554]: cluster 2023-12-07T09:49:03.170614+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:04.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:04 smithi044 bash[32620]: cluster 2023-12-07T09:49:03.170614+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:04 smithi027 bash[31536]: cluster 2023-12-07T09:49:03.170614+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:06.323 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:06 smithi022 bash[28554]: cluster 2023-12-07T09:49:05.171369+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-12-07T09:49:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:06 smithi044 bash[32620]: cluster 2023-12-07T09:49:05.171369+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-12-07T09:49:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:06 smithi027 bash[31536]: cluster 2023-12-07T09:49:05.171369+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-12-07T09:49:08.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:08 smithi022 bash[28554]: cluster 2023-12-07T09:49:07.171972+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T09:49:08.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:08 smithi044 bash[32620]: cluster 2023-12-07T09:49:07.171972+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T09:49:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:08 smithi027 bash[31536]: cluster 2023-12-07T09:49:07.171972+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T09:49:09.008 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:49:09.008 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":21,"fsid":"bcaf12ae-94e4-11ee-95a2-87774f69a715","created":"2023-12-07T09:43:06.357713+0000","modified":"2023-12-07T09:48:55.983108+0000","last_up_change":"2023-12-07T09:48:52.952678+0000","last_in_change":"2023-12-07T09:48:26.488955+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-07T09:48:53.768733+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":"eacc0324-252d-47aa-83a1-9a510ea92a7b","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.22:6802","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6803","nonce":1674331222}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6805","nonce":1674331222}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6809","nonce":1674331222}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6807","nonce":1674331222}]},"public_addr":"172.21.15.22:6803/1674331222","cluster_addr":"172.21.15.22:6805/1674331222","heartbeat_back_addr":"172.21.15.22:6809/1674331222","heartbeat_front_addr":"172.21.15.22:6807/1674331222","state":["exists","up"]},{"osd":1,"uuid":"72376157-a8b1-4789-b0a4-ea0e76a2970d","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.27:6800","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6801","nonce":1737246882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6803","nonce":1737246882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6807","nonce":1737246882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6805","nonce":1737246882}]},"public_addr":"172.21.15.27:6801/1737246882","cluster_addr":"172.21.15.27:6803/1737246882","heartbeat_back_addr":"172.21.15.27:6807/1737246882","heartbeat_front_addr":"172.21.15.27:6805/1737246882","state":["exists","up"]},{"osd":2,"uuid":"598689d3-0a94-41ba-8d48-9ca3f708f906","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.44:6800","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6801","nonce":2744421501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6803","nonce":2744421501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6807","nonce":2744421501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6805","nonce":2744421501}]},"public_addr":"172.21.15.44:6801/2744421501","cluster_addr":"172.21.15.44:6803/2744421501","heartbeat_back_addr":"172.21.15.44:6807/2744421501","heartbeat_front_addr":"172.21.15.44:6805/2744421501","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-07T09:47:11.293500+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-07T09:48:02.001133+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-07T09:48:51.069210+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/181401324":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6801/1864913617":"2023-12-08T09:44:17.101498+0000","172.21.15.22:0/2592189636":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6800/1864913617":"2023-12-08T09:44:17.101498+0000","172.21.15.22:0/781862677":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/2518238533":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/1031217409":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/7133335":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6800/108564903":"2023-12-08T09:43:39.613763+0000","172.21.15.22:6801/108564903":"2023-12-08T09:43:39.613763+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-07T09:49:09.630 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-07T09:48:53.768733+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-07T09:49:09.630 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-07T09:49:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:09 smithi022 bash[28554]: audit 2023-12-07T09:49:09.001548+0000 mon.a (mon.0) 410 : audit 0 from='client.? 172.21.15.22:0/8626173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:09 smithi044 bash[32620]: audit 2023-12-07T09:49:09.001548+0000 mon.a (mon.0) 410 : audit 0 from='client.? 172.21.15.22:0/8626173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:09 smithi027 bash[31536]: audit 2023-12-07T09:49:09.001548+0000 mon.a (mon.0) 410 : audit 0 from='client.? 172.21.15.22:0/8626173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:10.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:10 smithi022 bash[28554]: cluster 2023-12-07T09:49:09.172533+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T09:49:10.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:10 smithi044 bash[32620]: cluster 2023-12-07T09:49:09.172533+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T09:49:10.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:10 smithi027 bash[31536]: cluster 2023-12-07T09:49:09.172533+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T09:49:12.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:12 smithi022 bash[28554]: cluster 2023-12-07T09:49:11.173114+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T09:49:12.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:12 smithi044 bash[32620]: cluster 2023-12-07T09:49:11.173114+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T09:49:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:12 smithi027 bash[31536]: cluster 2023-12-07T09:49:11.173114+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T09:49:14.370 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:14.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:14 smithi022 bash[28554]: cluster 2023-12-07T09:49:13.173653+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T09:49:14.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:14 smithi044 bash[32620]: cluster 2023-12-07T09:49:13.173653+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T09:49:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:14 smithi027 bash[31536]: cluster 2023-12-07T09:49:13.173653+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T09:49:16.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:16 smithi022 bash[28554]: cluster 2023-12-07T09:49:15.174249+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T09:49:16.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:16 smithi044 bash[32620]: cluster 2023-12-07T09:49:15.174249+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T09:49:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:16 smithi027 bash[31536]: cluster 2023-12-07T09:49:15.174249+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T09:49:17.101 INFO:teuthology.orchestra.run.smithi022.stdout:pg_num: 1 2023-12-07T09:49:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:17 smithi022 bash[28554]: audit 2023-12-07T09:49:17.094936+0000 mon.a (mon.0) 411 : audit 0 from='client.? 172.21.15.22:0/2828259852' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T09:49:17.790 INFO:tasks.cephadm:Setting up client nodes... 2023-12-07T09:49:17.790 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-07T09:49:17.790 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-07T09:49:17.791 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-07T09:49:17.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:17 smithi044 bash[32620]: audit 2023-12-07T09:49:17.094936+0000 mon.a (mon.0) 411 : audit 0 from='client.? 172.21.15.22:0/2828259852' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T09:49:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:17 smithi027 bash[31536]: audit 2023-12-07T09:49:17.094936+0000 mon.a (mon.0) 411 : audit 0 from='client.? 172.21.15.22:0/2828259852' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T09:49:18.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:18 smithi044 bash[32620]: cluster 2023-12-07T09:49:17.174781+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:18.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:18 smithi022 bash[28554]: cluster 2023-12-07T09:49:17.174781+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:18 smithi027 bash[31536]: cluster 2023-12-07T09:49:17.174781+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:20.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:20 smithi022 bash[28554]: cluster 2023-12-07T09:49:19.175415+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:20.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:20 smithi044 bash[32620]: cluster 2023-12-07T09:49:19.175415+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:20 smithi027 bash[31536]: cluster 2023-12-07T09:49:19.175415+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:22.525 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:22 smithi022 bash[28554]: cluster 2023-12-07T09:49:21.176060+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:22.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:22 smithi044 bash[32620]: cluster 2023-12-07T09:49:21.176060+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:22 smithi027 bash[31536]: cluster 2023-12-07T09:49:21.176060+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:24.798 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:24 smithi022 bash[28554]: cluster 2023-12-07T09:49:23.176393+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:24.935 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:24 smithi044 bash[32620]: cluster 2023-12-07T09:49:23.176393+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:24 smithi027 bash[31536]: cluster 2023-12-07T09:49:23.176393+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:25.263 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:49:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:25 smithi022 bash[28554]: audit 2023-12-07T09:49:25.244618+0000 mon.a (mon.0) 412 : audit 0 from='client.? 172.21.15.22:0/1878609590' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T09:49:25.928 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6800","nonce":100289170},{"type":"v1","addr":"172.21.15.22:6801","nonce":100289170}]},"active_addr":"172.21.15.22:6801/100289170","active_change":"2023-12-07T09:44:17.101829+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24113,"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.22: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.22:0","nonce":1676163778}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.22:0","nonce":1807666573}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.22:0","nonce":686528998}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.22:0","nonce":3646262383}]}]} 2023-12-07T09:49:25.937 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-07T09:49:25.937 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-07T09:49:25.937 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T09:49:25.938 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:25 smithi044 bash[32620]: audit 2023-12-07T09:49:25.244618+0000 mon.a (mon.0) 412 : audit 0 from='client.? 172.21.15.22:0/1878609590' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T09:49:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:25 smithi027 bash[31536]: audit 2023-12-07T09:49:25.244618+0000 mon.a (mon.0) 412 : audit 0 from='client.? 172.21.15.22:0/1878609590' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T09:49:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:26 smithi022 bash[28554]: cluster 2023-12-07T09:49:25.176901+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:26 smithi044 bash[32620]: cluster 2023-12-07T09:49:25.176901+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:26 smithi027 bash[31536]: cluster 2023-12-07T09:49:25.176901+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:28 smithi022 bash[28554]: cluster 2023-12-07T09:49:27.177509+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:28 smithi044 bash[32620]: cluster 2023-12-07T09:49:27.177509+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:28 smithi027 bash[31536]: cluster 2023-12-07T09:49:27.177509+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:30.675 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:30.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:30 smithi022 bash[28554]: cluster 2023-12-07T09:49:29.178033+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:30.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:30 smithi044 bash[32620]: cluster 2023-12-07T09:49:29.178033+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:30 smithi027 bash[31536]: cluster 2023-12-07T09:49:29.178033+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:32.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:32 smithi022 bash[28554]: cluster 2023-12-07T09:49:31.178615+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:32.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:32 smithi044 bash[32620]: cluster 2023-12-07T09:49:31.178615+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:32 smithi027 bash[31536]: cluster 2023-12-07T09:49:31.178615+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:33.413 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:49:33.414 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":21,"fsid":"bcaf12ae-94e4-11ee-95a2-87774f69a715","created":"2023-12-07T09:43:06.357713+0000","modified":"2023-12-07T09:48:55.983108+0000","last_up_change":"2023-12-07T09:48:52.952678+0000","last_in_change":"2023-12-07T09:48:26.488955+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-07T09:48:53.768733+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":"eacc0324-252d-47aa-83a1-9a510ea92a7b","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.22:6802","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6803","nonce":1674331222}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6805","nonce":1674331222}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6809","nonce":1674331222}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6807","nonce":1674331222}]},"public_addr":"172.21.15.22:6803/1674331222","cluster_addr":"172.21.15.22:6805/1674331222","heartbeat_back_addr":"172.21.15.22:6809/1674331222","heartbeat_front_addr":"172.21.15.22:6807/1674331222","state":["exists","up"]},{"osd":1,"uuid":"72376157-a8b1-4789-b0a4-ea0e76a2970d","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.27:6800","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6801","nonce":1737246882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6803","nonce":1737246882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6807","nonce":1737246882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6805","nonce":1737246882}]},"public_addr":"172.21.15.27:6801/1737246882","cluster_addr":"172.21.15.27:6803/1737246882","heartbeat_back_addr":"172.21.15.27:6807/1737246882","heartbeat_front_addr":"172.21.15.27:6805/1737246882","state":["exists","up"]},{"osd":2,"uuid":"598689d3-0a94-41ba-8d48-9ca3f708f906","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.44:6800","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6801","nonce":2744421501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6803","nonce":2744421501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6807","nonce":2744421501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6805","nonce":2744421501}]},"public_addr":"172.21.15.44:6801/2744421501","cluster_addr":"172.21.15.44:6803/2744421501","heartbeat_back_addr":"172.21.15.44:6807/2744421501","heartbeat_front_addr":"172.21.15.44:6805/2744421501","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-07T09:47:11.293500+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-07T09:48:02.001133+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-07T09:48:51.069210+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/181401324":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6801/1864913617":"2023-12-08T09:44:17.101498+0000","172.21.15.22:0/2592189636":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6800/1864913617":"2023-12-08T09:44:17.101498+0000","172.21.15.22:0/781862677":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/2518238533":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/1031217409":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/7133335":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6800/108564903":"2023-12-08T09:43:39.613763+0000","172.21.15.22:6801/108564903":"2023-12-08T09:43:39.613763+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-07T09:49:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:33 smithi022 bash[28554]: audit 2023-12-07T09:49:33.407038+0000 mon.a (mon.0) 413 : audit 0 from='client.? 172.21.15.22:0/2794664875' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:33.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:33 smithi044 bash[32620]: audit 2023-12-07T09:49:33.407038+0000 mon.a (mon.0) 413 : audit 0 from='client.? 172.21.15.22:0/2794664875' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:33 smithi027 bash[31536]: audit 2023-12-07T09:49:33.407038+0000 mon.a (mon.0) 413 : audit 0 from='client.? 172.21.15.22:0/2794664875' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:34.092 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-07T09:49:34.092 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T09:49:34.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:34 smithi022 bash[28554]: cluster 2023-12-07T09:49:33.179070+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:34.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:34 smithi044 bash[32620]: cluster 2023-12-07T09:49:33.179070+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:34 smithi027 bash[31536]: cluster 2023-12-07T09:49:33.179070+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:36.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:36 smithi022 bash[28554]: cluster 2023-12-07T09:49:35.179672+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:36.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:36 smithi044 bash[32620]: cluster 2023-12-07T09:49:35.179672+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:36 smithi027 bash[31536]: cluster 2023-12-07T09:49:35.179672+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:38.827 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:38.859 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:38 smithi022 bash[28554]: cluster 2023-12-07T09:49:37.180224+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:38 smithi044 bash[32620]: cluster 2023-12-07T09:49:37.180224+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:38 smithi027 bash[31536]: cluster 2023-12-07T09:49:37.180224+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:40.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:40 smithi022 bash[28554]: cluster 2023-12-07T09:49:39.180720+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:40.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:40 smithi044 bash[32620]: cluster 2023-12-07T09:49:39.180720+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:40 smithi027 bash[31536]: cluster 2023-12-07T09:49:39.180720+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:41.587 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:49:41.587 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":21,"fsid":"bcaf12ae-94e4-11ee-95a2-87774f69a715","created":"2023-12-07T09:43:06.357713+0000","modified":"2023-12-07T09:48:55.983108+0000","last_up_change":"2023-12-07T09:48:52.952678+0000","last_in_change":"2023-12-07T09:48:26.488955+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-07T09:48:53.768733+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":"eacc0324-252d-47aa-83a1-9a510ea92a7b","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.22:6802","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6803","nonce":1674331222}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6805","nonce":1674331222}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6809","nonce":1674331222}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":1674331222},{"type":"v1","addr":"172.21.15.22:6807","nonce":1674331222}]},"public_addr":"172.21.15.22:6803/1674331222","cluster_addr":"172.21.15.22:6805/1674331222","heartbeat_back_addr":"172.21.15.22:6809/1674331222","heartbeat_front_addr":"172.21.15.22:6807/1674331222","state":["exists","up"]},{"osd":1,"uuid":"72376157-a8b1-4789-b0a4-ea0e76a2970d","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.27:6800","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6801","nonce":1737246882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6803","nonce":1737246882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6807","nonce":1737246882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1737246882},{"type":"v1","addr":"172.21.15.27:6805","nonce":1737246882}]},"public_addr":"172.21.15.27:6801/1737246882","cluster_addr":"172.21.15.27:6803/1737246882","heartbeat_back_addr":"172.21.15.27:6807/1737246882","heartbeat_front_addr":"172.21.15.27:6805/1737246882","state":["exists","up"]},{"osd":2,"uuid":"598689d3-0a94-41ba-8d48-9ca3f708f906","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.44:6800","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6801","nonce":2744421501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6803","nonce":2744421501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6807","nonce":2744421501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":2744421501},{"type":"v1","addr":"172.21.15.44:6805","nonce":2744421501}]},"public_addr":"172.21.15.44:6801/2744421501","cluster_addr":"172.21.15.44:6803/2744421501","heartbeat_back_addr":"172.21.15.44:6807/2744421501","heartbeat_front_addr":"172.21.15.44:6805/2744421501","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-07T09:47:11.293500+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-07T09:48:02.001133+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-07T09:48:51.069210+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/181401324":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6801/1864913617":"2023-12-08T09:44:17.101498+0000","172.21.15.22:0/2592189636":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6800/1864913617":"2023-12-08T09:44:17.101498+0000","172.21.15.22:0/781862677":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/2518238533":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/1031217409":"2023-12-08T09:43:39.613763+0000","172.21.15.22:0/7133335":"2023-12-08T09:44:17.101498+0000","172.21.15.22:6800/108564903":"2023-12-08T09:43:39.613763+0000","172.21.15.22:6801/108564903":"2023-12-08T09:43:39.613763+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-07T09:49:42.277 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-07T09:49:42.278 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-07T09:49:42.279 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-07T09:49:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:42 smithi022 bash[28554]: cluster 2023-12-07T09:49:41.181285+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:42.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:42 smithi022 bash[28554]: audit 2023-12-07T09:49:41.580883+0000 mon.a (mon.0) 414 : audit 0 from='client.? 172.21.15.22:0/173679751' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:42.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:42 smithi044 bash[32620]: cluster 2023-12-07T09:49:41.181285+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:42.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:42 smithi044 bash[32620]: audit 2023-12-07T09:49:41.580883+0000 mon.a (mon.0) 414 : audit 0 from='client.? 172.21.15.22:0/173679751' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:42 smithi027 bash[31536]: cluster 2023-12-07T09:49:41.181285+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:42 smithi027 bash[31536]: audit 2023-12-07T09:49:41.580883+0000 mon.a (mon.0) 414 : audit 0 from='client.? 172.21.15.22:0/173679751' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T09:49:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:44 smithi022 bash[28554]: cluster 2023-12-07T09:49:43.181819+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:44.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:44 smithi044 bash[32620]: cluster 2023-12-07T09:49:43.181819+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:44 smithi027 bash[31536]: cluster 2023-12-07T09:49:43.181819+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:46.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:46 smithi022 bash[28554]: cluster 2023-12-07T09:49:45.182428+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:46.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:46 smithi044 bash[32620]: cluster 2023-12-07T09:49:45.182428+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:46 smithi027 bash[31536]: cluster 2023-12-07T09:49:45.182428+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:47.014 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:47.015 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:47.015 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:48.651 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:48 smithi022 bash[28554]: cluster 2023-12-07T09:49:47.182854+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:48.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:48 smithi044 bash[32620]: cluster 2023-12-07T09:49:47.182854+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:48 smithi027 bash[31536]: cluster 2023-12-07T09:49:47.182854+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:49 smithi022 bash[28554]: cluster 2023-12-07T09:49:49.183397+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:49 smithi044 bash[32620]: cluster 2023-12-07T09:49:49.183397+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:49 smithi027 bash[31536]: cluster 2023-12-07T09:49:49.183397+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:52.338 INFO:teuthology.orchestra.run.smithi022.stdout:34359738403 2023-12-07T09:49:52.338 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-07T09:49:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:52 smithi022 bash[28554]: cluster 2023-12-07T09:49:51.183890+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:52.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:52 smithi044 bash[32620]: cluster 2023-12-07T09:49:51.183890+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:52 smithi027 bash[31536]: cluster 2023-12-07T09:49:51.183890+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:53.236 INFO:teuthology.orchestra.run.smithi022.stdout:77309411343 2023-12-07T09:49:53.237 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-07T09:49:53.305 INFO:teuthology.orchestra.run.smithi022.stdout:55834574873 2023-12-07T09:49:53.306 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-07T09:49:54.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:54 smithi022 bash[28554]: cluster 2023-12-07T09:49:53.184419+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:54.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:54 smithi044 bash[32620]: cluster 2023-12-07T09:49:53.184419+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:54 smithi027 bash[31536]: cluster 2023-12-07T09:49:53.184419+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:56.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:56 smithi022 bash[28554]: cluster 2023-12-07T09:49:55.185036+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:56.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:56 smithi044 bash[32620]: cluster 2023-12-07T09:49:55.185036+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:56 smithi027 bash[31536]: cluster 2023-12-07T09:49:55.185036+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:57.065 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:57.065 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:57.066 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:49:58.574 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:49:58 smithi022 bash[28554]: cluster 2023-12-07T09:49:57.185552+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:58.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:49:58 smithi044 bash[32620]: cluster 2023-12-07T09:49:57.185552+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:49:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:49:58 smithi027 bash[31536]: cluster 2023-12-07T09:49:57.185552+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:00 smithi022 bash[28554]: cluster 2023-12-07T09:49:59.185994+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:00.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:00 smithi022 bash[28554]: cluster 2023-12-07T09:50:00.000173+0000 mon.a (mon.0) 415 : cluster 1 overall HEALTH_OK 2023-12-07T09:50:00.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:00 smithi044 bash[32620]: cluster 2023-12-07T09:49:59.185994+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:00.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:00 smithi044 bash[32620]: cluster 2023-12-07T09:50:00.000173+0000 mon.a (mon.0) 415 : cluster 1 overall HEALTH_OK 2023-12-07T09:50:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:00 smithi027 bash[31536]: cluster 2023-12-07T09:49:59.185994+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:00 smithi027 bash[31536]: cluster 2023-12-07T09:50:00.000173+0000 mon.a (mon.0) 415 : cluster 1 overall HEALTH_OK 2023-12-07T09:50:01.797 INFO:teuthology.orchestra.run.smithi022.stdout:77309411345 2023-12-07T09:50:02.046 INFO:teuthology.orchestra.run.smithi022.stdout:55834574875 2023-12-07T09:50:02.156 INFO:teuthology.orchestra.run.smithi022.stdout:34359738405 2023-12-07T09:50:02.691 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411345 for osd.2 2023-12-07T09:50:02.691 DEBUG:teuthology.parallel:result is None 2023-12-07T09:50:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:02 smithi022 bash[28554]: cluster 2023-12-07T09:50:01.186561+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:02.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:02 smithi022 bash[28554]: audit 2023-12-07T09:50:01.791569+0000 mon.a (mon.0) 416 : audit 0 from='client.? 172.21.15.22:0/2537357355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T09:50:02.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:02 smithi022 bash[28554]: audit 2023-12-07T09:50:02.041295+0000 mon.a (mon.0) 417 : audit 0 from='client.? 172.21.15.22:0/3696368922' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T09:50:02.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:02 smithi022 bash[28554]: audit 2023-12-07T09:50:02.150604+0000 mon.a (mon.0) 418 : audit 0 from='client.? 172.21.15.22:0/2250285855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T09:50:02.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:02 smithi022 bash[28554]: audit 2023-12-07T09:50:02.238962+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:02 smithi044 bash[32620]: cluster 2023-12-07T09:50:01.186561+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:02 smithi044 bash[32620]: audit 2023-12-07T09:50:01.791569+0000 mon.a (mon.0) 416 : audit 0 from='client.? 172.21.15.22:0/2537357355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T09:50:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:02 smithi044 bash[32620]: audit 2023-12-07T09:50:02.041295+0000 mon.a (mon.0) 417 : audit 0 from='client.? 172.21.15.22:0/3696368922' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T09:50:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:02 smithi044 bash[32620]: audit 2023-12-07T09:50:02.150604+0000 mon.a (mon.0) 418 : audit 0 from='client.? 172.21.15.22:0/2250285855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T09:50:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:02 smithi044 bash[32620]: audit 2023-12-07T09:50:02.238962+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:02 smithi027 bash[31536]: cluster 2023-12-07T09:50:01.186561+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:02 smithi027 bash[31536]: audit 2023-12-07T09:50:01.791569+0000 mon.a (mon.0) 416 : audit 0 from='client.? 172.21.15.22:0/2537357355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T09:50:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:02 smithi027 bash[31536]: audit 2023-12-07T09:50:02.041295+0000 mon.a (mon.0) 417 : audit 0 from='client.? 172.21.15.22:0/3696368922' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T09:50:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:02 smithi027 bash[31536]: audit 2023-12-07T09:50:02.150604+0000 mon.a (mon.0) 418 : audit 0 from='client.? 172.21.15.22:0/2250285855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T09:50:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:02 smithi027 bash[31536]: audit 2023-12-07T09:50:02.238962+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:03.290 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2023-12-07T09:50:03.291 DEBUG:teuthology.parallel:result is None 2023-12-07T09:50:03.361 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2023-12-07T09:50:03.361 DEBUG:teuthology.parallel:result is None 2023-12-07T09:50:03.362 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-07T09:50:03.362 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T09:50:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:03 smithi022 bash[28554]: audit 2023-12-07T09:50:02.976623+0000 mon.a (mon.0) 420 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:03.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:03 smithi022 bash[28554]: audit 2023-12-07T09:50:02.977886+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:03.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:03 smithi022 bash[28554]: audit 2023-12-07T09:50:02.985781+0000 mon.a (mon.0) 422 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:50:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:03 smithi044 bash[32620]: audit 2023-12-07T09:50:02.976623+0000 mon.a (mon.0) 420 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:03 smithi044 bash[32620]: audit 2023-12-07T09:50:02.977886+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:03 smithi044 bash[32620]: audit 2023-12-07T09:50:02.985781+0000 mon.a (mon.0) 422 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:50:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:03 smithi027 bash[31536]: audit 2023-12-07T09:50:02.976623+0000 mon.a (mon.0) 420 : audit 0 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:03 smithi027 bash[31536]: audit 2023-12-07T09:50:02.977886+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:03 smithi027 bash[31536]: audit 2023-12-07T09:50:02.985781+0000 mon.a (mon.0) 422 : audit 1 from='mgr.14152 172.21.15.22:0/321654942' entity='mgr.a' 2023-12-07T09:50:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:04 smithi022 bash[28554]: cluster 2023-12-07T09:50:03.187003+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:04.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:04 smithi044 bash[32620]: cluster 2023-12-07T09:50:03.187003+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:04 smithi027 bash[31536]: cluster 2023-12-07T09:50:03.187003+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:06.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:06 smithi022 bash[28554]: cluster 2023-12-07T09:50:05.187520+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:06.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:06 smithi044 bash[32620]: cluster 2023-12-07T09:50:05.187520+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:06 smithi027 bash[31536]: cluster 2023-12-07T09:50:05.187520+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:08.087 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:50:08.817 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:08 smithi022 bash[28554]: cluster 2023-12-07T09:50:07.188079+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:08.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:08 smithi044 bash[32620]: cluster 2023-12-07T09:50:07.188079+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:08 smithi027 bash[31536]: cluster 2023-12-07T09:50:07.188079+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:10.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:10 smithi022 bash[28554]: cluster 2023-12-07T09:50:09.188570+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:10.770 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:50:10.774 INFO:teuthology.orchestra.run.smithi022.stderr:dumped all 2023-12-07T09:50:10.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:10 smithi044 bash[32620]: cluster 2023-12-07T09:50:09.188570+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:10 smithi027 bash[31536]: cluster 2023-12-07T09:50:09.188570+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:11.455 INFO:teuthology.orchestra.run.smithi022.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2023-12-07T09:50:09.188313+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":83940,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151516,"statfs":{"total":287985106944,"available":287899152384,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4783,"internal_metadata":82963793},"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.003006"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T09:49:00.895324+0000","last_change":"2023-12-07T09:48:54.987342+0000","last_active":"2023-12-07T09:49:00.895324+0000","last_peered":"2023-12-07T09:49:00.895324+0000","last_clean":"2023-12-07T09:49:00.895324+0000","last_became_active":"2023-12-07T09:48:54.986795+0000","last_became_peered":"2023-12-07T09:48:54.986795+0000","last_unstale":"2023-12-07T09:49:00.895324+0000","last_undegraded":"2023-12-07T09:49:00.895324+0000","last_fullsized":"2023-12-07T09:49:00.895324+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-07T09:48:53.965745+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T09:48:53.965745+0000","last_clean_scrub_stamp":"2023-12-07T09:48:53.965745+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-08T13:34:24.894773+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 09:49:57 2023","interfaces":[{"interface":"back","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.72799999999999998}]},{"osd":1,"last update":"Thu Dec 7 09:49:57 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.76700000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738406,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"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 09:49:04 2023","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.64200000000000002}]},{"osd":2,"last update":"Thu Dec 7 09:49:56 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.042,"5min":1.042,"15min":1.042},"last":0.626}]}]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"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,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 09:50:04 2023","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.70099999999999996,"15min":0.69699999999999995},"min":{"1min":0.59299999999999997,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.84199999999999997},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.73099999999999998,"15min":0.72899999999999998},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.94299999999999995}]},{"osd":2,"last update":"Thu Dec 7 09:49:53 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":0.996,"5min":0.996,"15min":0.996},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.88500000000000001}]}]}],"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-07T09:50:11.456 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T09:50:12.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:12 smithi022 bash[28554]: audit 2023-12-07T09:50:10.762640+0000 mgr.a (mgr.14152) 230 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:50:12.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:12 smithi022 bash[28554]: cluster 2023-12-07T09:50:11.189130+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:12.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:12 smithi044 bash[32620]: audit 2023-12-07T09:50:10.762640+0000 mgr.a (mgr.14152) 230 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:50:12.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:12 smithi044 bash[32620]: cluster 2023-12-07T09:50:11.189130+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:12 smithi027 bash[31536]: audit 2023-12-07T09:50:10.762640+0000 mgr.a (mgr.14152) 230 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:50:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:12 smithi027 bash[31536]: cluster 2023-12-07T09:50:11.189130+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:14.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:14 smithi022 bash[28554]: cluster 2023-12-07T09:50:13.189654+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:14.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:14 smithi044 bash[32620]: cluster 2023-12-07T09:50:13.189654+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:14 smithi027 bash[31536]: cluster 2023-12-07T09:50:13.189654+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:15 smithi022 bash[28554]: cluster 2023-12-07T09:50:15.190215+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:15 smithi044 bash[32620]: cluster 2023-12-07T09:50:15.190215+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:15 smithi027 bash[31536]: cluster 2023-12-07T09:50:15.190215+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:16.193 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:50:18.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:18 smithi022 bash[28554]: cluster 2023-12-07T09:50:17.190668+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:18.837 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:50:18.840 INFO:teuthology.orchestra.run.smithi022.stderr:dumped all 2023-12-07T09:50:18.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:18 smithi044 bash[32620]: cluster 2023-12-07T09:50:17.190668+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:18 smithi027 bash[31536]: cluster 2023-12-07T09:50:17.190668+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:19.451 INFO:teuthology.orchestra.run.smithi022.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2023-12-07T09:50:17.190461+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":83940,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151516,"statfs":{"total":287985106944,"available":287899152384,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4783,"internal_metadata":82963793},"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.003221"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T09:49:00.895324+0000","last_change":"2023-12-07T09:48:54.987342+0000","last_active":"2023-12-07T09:49:00.895324+0000","last_peered":"2023-12-07T09:49:00.895324+0000","last_clean":"2023-12-07T09:49:00.895324+0000","last_became_active":"2023-12-07T09:48:54.986795+0000","last_became_peered":"2023-12-07T09:48:54.986795+0000","last_unstale":"2023-12-07T09:49:00.895324+0000","last_undegraded":"2023-12-07T09:49:00.895324+0000","last_fullsized":"2023-12-07T09:49:00.895324+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-07T09:48:53.965745+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T09:48:53.965745+0000","last_clean_scrub_stamp":"2023-12-07T09:48:53.965745+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-08T13:34:24.894773+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 09:49:57 2023","interfaces":[{"interface":"back","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.76000000000000001}]},{"osd":1,"last update":"Thu Dec 7 09:49:57 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.80600000000000005}]}]},{"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":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"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 09:50:08 2023","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.69899999999999995,"15min":0.70299999999999996},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.81399999999999995,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.72399999999999998,"5min":0.75,"15min":0.754},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":0.85899999999999999,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.75600000000000001}]},{"osd":2,"last update":"Thu Dec 7 09:49:56 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.042,"5min":1.042,"15min":1.042},"last":0.71799999999999997}]}]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"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,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 09:50:04 2023","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.70099999999999996,"15min":0.69699999999999995},"min":{"1min":0.59299999999999997,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.73099999999999998,"15min":0.72899999999999998},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.59399999999999997}]},{"osd":2,"last update":"Thu Dec 7 09:49:53 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":0.996,"5min":0.996,"15min":0.996},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.79900000000000004}]}]}],"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-07T09:50:19.452 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-07T09:50:19.453 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-07T09:50:19.453 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-07T09:50:19.453 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-07T09:50:20.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:20 smithi022 bash[28554]: audit 2023-12-07T09:50:18.829406+0000 mgr.a (mgr.14152) 235 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:50:20.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:20 smithi022 bash[28554]: cluster 2023-12-07T09:50:19.191203+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:20.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:20 smithi044 bash[32620]: audit 2023-12-07T09:50:18.829406+0000 mgr.a (mgr.14152) 235 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:50:20.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:20 smithi044 bash[32620]: cluster 2023-12-07T09:50:19.191203+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:20 smithi027 bash[31536]: audit 2023-12-07T09:50:18.829406+0000 mgr.a (mgr.14152) 235 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T09:50:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:20 smithi027 bash[31536]: cluster 2023-12-07T09:50:19.191203+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:22 smithi022 bash[28554]: cluster 2023-12-07T09:50:21.191759+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:22.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:22 smithi044 bash[32620]: cluster 2023-12-07T09:50:21.191759+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:22 smithi027 bash[31536]: cluster 2023-12-07T09:50:21.191759+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:24.186 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:50:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:24 smithi022 bash[28554]: cluster 2023-12-07T09:50:23.192252+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:24.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:24 smithi044 bash[32620]: cluster 2023-12-07T09:50:23.192252+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:24 smithi027 bash[31536]: cluster 2023-12-07T09:50:23.192252+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:26.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:26 smithi022 bash[28554]: cluster 2023-12-07T09:50:25.192811+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:26.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:26 smithi044 bash[32620]: cluster 2023-12-07T09:50:25.192811+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:26 smithi027 bash[31536]: cluster 2023-12-07T09:50:25.192811+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:26.976 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T09:50:26.976 INFO:teuthology.orchestra.run.smithi022.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-07T09:50:27.618 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-07T09:50:27.619 INFO:tasks.cephadm:Setup complete, yielding 2023-12-07T09:50:27.619 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T09:50:27.628 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2023-12-07T09:50:27.628 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-07T09:50:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:27 smithi022 bash[28554]: audit 2023-12-07T09:50:26.969955+0000 mon.a (mon.0) 423 : audit 0 from='client.? 172.21.15.22:0/1785109252' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T09:50:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:27 smithi044 bash[32620]: audit 2023-12-07T09:50:26.969955+0000 mon.a (mon.0) 423 : audit 0 from='client.? 172.21.15.22:0/1785109252' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T09:50:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:27 smithi027 bash[31536]: audit 2023-12-07T09:50:26.969955+0000 mon.a (mon.0) 423 : audit 0 from='client.? 172.21.15.22:0/1785109252' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T09:50:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:28 smithi022 bash[28554]: cluster 2023-12-07T09:50:27.193323+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:28.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:28 smithi044 bash[32620]: cluster 2023-12-07T09:50:27.193323+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:28 smithi027 bash[31536]: cluster 2023-12-07T09:50:27.193323+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:30.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:30 smithi022 bash[28554]: cluster 2023-12-07T09:50:29.193881+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:30.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:30 smithi044 bash[32620]: cluster 2023-12-07T09:50:29.193881+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:30 smithi027 bash[31536]: cluster 2023-12-07T09:50:29.193881+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:50:32.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:32 smithi022 bash[28554]: cluster 2023-12-07T09:50:31.194422+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:32.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:32 smithi044 bash[32620]: cluster 2023-12-07T09:50:31.194422+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:32 smithi027 bash[31536]: cluster 2023-12-07T09:50:31.194422+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:34.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:34 smithi022 bash[28554]: cluster 2023-12-07T09:50:33.195016+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:34.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:34 smithi044 bash[32620]: cluster 2023-12-07T09:50:33.195016+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:34 smithi027 bash[31536]: cluster 2023-12-07T09:50:33.195016+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:35 smithi022 bash[28554]: audit 2023-12-07T09:50:35.265308+0000 mon.a (mon.0) 424 : audit 1 from='client.? 172.21.15.22:0/3884737406' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T09:50:35.932 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:35 smithi022 bash[28817]: ignoring --setuser ceph since I am not root 2023-12-07T09:50:35.932 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:35 smithi022 bash[28817]: ignoring --setgroup ceph since I am not root 2023-12-07T09:50:35.932 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:35 smithi022 bash[28817]: debug 2023-12-07T09:50:35.794+0000 7faeb6c0d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T09:50:35.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:35 smithi044 bash[32620]: audit 2023-12-07T09:50:35.265308+0000 mon.a (mon.0) 424 : audit 1 from='client.? 172.21.15.22:0/3884737406' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T09:50:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:35 smithi027 bash[31536]: audit 2023-12-07T09:50:35.265308+0000 mon.a (mon.0) 424 : audit 1 from='client.? 172.21.15.22:0/3884737406' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T09:50:35.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:35 smithi027 bash[32061]: ignoring --setuser ceph since I am not root 2023-12-07T09:50:35.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:35 smithi027 bash[32061]: ignoring --setgroup ceph since I am not root 2023-12-07T09:50:35.952 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:35 smithi027 bash[32061]: debug 2023-12-07T09:50:35.632+0000 7fe6f0e27700 1 -- 172.21.15.27:0/2192211830 <== mon.2 v2:172.21.15.27:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56185e88a1a0 con 0x56185f606400 2023-12-07T09:50:35.952 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:35 smithi027 bash[32061]: debug 2023-12-07T09:50:35.800+0000 7fe6fabb9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T09:50:36.249 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-07T09:50:36.269 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-07T09:50:36.270 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-07T09:50:36.866 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:36 smithi022 bash[28817]: debug 2023-12-07T09:50:36.750+0000 7faeb6c0d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T09:50:36.866 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:36 smithi022 bash[28554]: cluster 2023-12-07T09:50:35.195697+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:36.866 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:36 smithi022 bash[28554]: audit 2023-12-07T09:50:35.566639+0000 mon.a (mon.0) 425 : audit 1 from='client.? 172.21.15.22:0/3884737406' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T09:50:36.866 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:36 smithi022 bash[28554]: cluster 2023-12-07T09:50:35.576092+0000 mon.a (mon.0) 426 : cluster 0 mgrmap e16: a(active, since 6m), standbys: b 2023-12-07T09:50:36.877 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:36 smithi027 bash[32061]: debug 2023-12-07T09:50:36.764+0000 7fe6fabb9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T09:50:36.877 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:36 smithi027 bash[31536]: cluster 2023-12-07T09:50:35.195697+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:36.877 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:36 smithi027 bash[31536]: audit 2023-12-07T09:50:35.566639+0000 mon.a (mon.0) 425 : audit 1 from='client.? 172.21.15.22:0/3884737406' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T09:50:36.877 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:36 smithi027 bash[31536]: cluster 2023-12-07T09:50:35.576092+0000 mon.a (mon.0) 426 : cluster 0 mgrmap e16: a(active, since 6m), standbys: b 2023-12-07T09:50:36.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:36 smithi044 bash[32620]: cluster 2023-12-07T09:50:35.195697+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:36.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:36 smithi044 bash[32620]: audit 2023-12-07T09:50:35.566639+0000 mon.a (mon.0) 425 : audit 1 from='client.? 172.21.15.22:0/3884737406' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T09:50:36.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:36 smithi044 bash[32620]: cluster 2023-12-07T09:50:35.576092+0000 mon.a (mon.0) 426 : cluster 0 mgrmap e16: a(active, since 6m), standbys: b 2023-12-07T09:50:37.182 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:36 smithi022 bash[28817]: debug 2023-12-07T09:50:36.858+0000 7faeb6c0d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T09:50:37.182 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:36 smithi022 bash[28817]: debug 2023-12-07T09:50:36.962+0000 7faeb6c0d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T09:50:37.201 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:36 smithi027 bash[32061]: debug 2023-12-07T09:50:36.872+0000 7fe6fabb9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T09:50:37.201 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:36 smithi027 bash[32061]: debug 2023-12-07T09:50:36.980+0000 7fe6fabb9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T09:50:37.621 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:37 smithi022 bash[28817]: debug 2023-12-07T09:50:37.242+0000 7faeb6c0d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:50:37.636 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:37 smithi027 bash[32061]: debug 2023-12-07T09:50:37.256+0000 7fe6fabb9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:50:37.932 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:37 smithi022 bash[28817]: debug 2023-12-07T09:50:37.614+0000 7faeb6c0d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T09:50:37.932 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:37 smithi022 bash[28817]: debug 2023-12-07T09:50:37.774+0000 7faeb6c0d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T09:50:37.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:37 smithi027 bash[32061]: debug 2023-12-07T09:50:37.632+0000 7fe6fabb9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T09:50:37.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:37 smithi027 bash[32061]: debug 2023-12-07T09:50:37.800+0000 7fe6fabb9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T09:50:38.431 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:38 smithi022 bash[28817]: debug 2023-12-07T09:50:38.006+0000 7faeb6c0d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T09:50:38.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:38 smithi027 bash[32061]: debug 2023-12-07T09:50:38.020+0000 7fe6fabb9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T09:50:39.432 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:39 smithi022 bash[28817]: debug 2023-12-07T09:50:39.062+0000 7faeb6c0d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T09:50:39.432 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:39 smithi022 bash[28817]: debug 2023-12-07T09:50:39.182+0000 7faeb6c0d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T09:50:39.432 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:39 smithi022 bash[28817]: debug 2023-12-07T09:50:39.302+0000 7faeb6c0d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T09:50:39.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:39 smithi027 bash[32061]: debug 2023-12-07T09:50:39.060+0000 7fe6fabb9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T09:50:39.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:39 smithi027 bash[32061]: debug 2023-12-07T09:50:39.176+0000 7fe6fabb9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T09:50:39.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:39 smithi027 bash[32061]: debug 2023-12-07T09:50:39.300+0000 7fe6fabb9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T09:50:40.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:39 smithi022 bash[28817]: debug 2023-12-07T09:50:39.798+0000 7faeb6c0d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T09:50:40.182 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:40 smithi022 bash[28817]: debug 2023-12-07T09:50:40.034+0000 7faeb6c0d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T09:50:40.201 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:39 smithi027 bash[32061]: debug 2023-12-07T09:50:39.784+0000 7fe6fabb9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T09:50:40.201 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:40 smithi027 bash[32061]: debug 2023-12-07T09:50:40.016+0000 7fe6fabb9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T09:50:40.931 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:40 smithi022 bash[28817]: debug 2023-12-07T09:50:40.514+0000 7faeb6c0d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T09:50:40.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:40 smithi027 bash[32061]: debug 2023-12-07T09:50:40.488+0000 7fe6fabb9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T09:50:40.986 INFO:teuthology.orchestra.run.smithi022.stdout:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:50:41.431 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:41 smithi022 bash[28817]: debug 2023-12-07T09:50:41.030+0000 7faeb6c0d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:50:41.451 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:41 smithi027 bash[32061]: debug 2023-12-07T09:50:41.000+0000 7fe6fabb9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T09:50:41.880 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:41 smithi022 bash[28817]: debug 2023-12-07T09:50:41.602+0000 7faeb6c0d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T09:50:41.880 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:41 smithi022 bash[28817]: debug 2023-12-07T09:50:41.718+0000 7faeb6c0d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T09:50:41.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:41 smithi027 bash[32061]: debug 2023-12-07T09:50:41.576+0000 7fe6fabb9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T09:50:41.951 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:41 smithi027 bash[32061]: debug 2023-12-07T09:50:41.688+0000 7fe6fabb9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T09:50:42.309 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.040+0000 7fe6fabb9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T09:50:42.309 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.160+0000 7fe6fabb9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T09:50:42.349 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.073+0000 7faeb6c0d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T09:50:42.349 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.193+0000 7faeb6c0d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T09:50:42.462 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.337+0000 7faeb6c0d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T09:50:42.681 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.453+0000 7faeb6c0d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T09:50:42.681 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.577+0000 7faeb6c0d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T09:50:42.701 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.304+0000 7fe6fabb9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T09:50:42.701 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.420+0000 7fe6fabb9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T09:50:42.701 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.556+0000 7fe6fabb9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T09:50:43.181 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.781+0000 7faeb6c0d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T09:50:43.182 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:42 smithi022 bash[28817]: debug 2023-12-07T09:50:42.909+0000 7faeb6c0d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T09:50:43.202 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.752+0000 7fe6fabb9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T09:50:43.202 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:42 smithi027 bash[32061]: debug 2023-12-07T09:50:42.880+0000 7fe6fabb9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T09:50:44.435 INFO:journalctl@ceph.mgr.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[32061]: debug 2023-12-07T09:50:44.140+0000 7fe6fabb9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T09:50:44.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.160876+0000 mon.a (mon.0) 427 : cluster 0 Standby manager daemon b restarted 2023-12-07T09:50:44.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.161074+0000 mon.a (mon.0) 428 : cluster 0 Standby manager daemon b started 2023-12-07T09:50:44.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[31536]: audit 2023-12-07T09:50:44.168284+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T09:50:44.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[31536]: audit 2023-12-07T09:50:44.169020+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T09:50:44.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[31536]: audit 2023-12-07T09:50:44.170953+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T09:50:44.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:44 smithi027 bash[31536]: audit 2023-12-07T09:50:44.171526+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28817]: debug 2023-12-07T09:50:44.201+0000 7faeb6c0d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.160876+0000 mon.a (mon.0) 427 : cluster 0 Standby manager daemon b restarted 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.161074+0000 mon.a (mon.0) 428 : cluster 0 Standby manager daemon b started 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28554]: audit 2023-12-07T09:50:44.168284+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28554]: audit 2023-12-07T09:50:44.169020+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28554]: audit 2023-12-07T09:50:44.170953+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T09:50:44.480 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:44 smithi022 bash[28554]: audit 2023-12-07T09:50:44.171526+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T09:50:44.495 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:44 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.160876+0000 mon.a (mon.0) 427 : cluster 0 Standby manager daemon b restarted 2023-12-07T09:50:44.495 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:44 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.161074+0000 mon.a (mon.0) 428 : cluster 0 Standby manager daemon b started 2023-12-07T09:50:44.495 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:44 smithi044 bash[32620]: audit 2023-12-07T09:50:44.168284+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T09:50:44.496 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:44 smithi044 bash[32620]: audit 2023-12-07T09:50:44.169020+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T09:50:44.496 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:44 smithi044 bash[32620]: audit 2023-12-07T09:50:44.170953+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T09:50:44.496 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:44 smithi044 bash[32620]: audit 2023-12-07T09:50:44.171526+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.27:0/1702597139' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T09:50:45.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.220192+0000 mon.a (mon.0) 429 : cluster 0 mgrmap e17: a(active, since 6m), standbys: b 2023-12-07T09:50:45.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.229695+0000 mon.a (mon.0) 430 : cluster 1 Active manager daemon a restarted 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.230075+0000 mon.a (mon.0) 431 : cluster 1 Activating manager daemon a 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.236296+0000 mon.a (mon.0) 432 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.236595+0000 mon.a (mon.0) 433 : cluster 0 mgrmap e18: a(active, starting, since 0.00666106s), standbys: b 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.242060+0000 mon.a (mon.0) 434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.242442+0000 mon.a (mon.0) 435 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.242811+0000 mon.a (mon.0) 436 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.244582+0000 mon.a (mon.0) 437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.244906+0000 mon.a (mon.0) 438 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.245290+0000 mon.a (mon.0) 439 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.245739+0000 mon.a (mon.0) 440 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.246035+0000 mon.a (mon.0) 441 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.246577+0000 mon.a (mon.0) 442 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T09:50:45.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.246902+0000 mon.a (mon.0) 443 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.247334+0000 mon.a (mon.0) 444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: cluster 2023-12-07T09:50:44.275739+0000 mon.a (mon.0) 445 : cluster 1 Manager daemon a is now available 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.312334+0000 mon.a (mon.0) 446 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.320134+0000 mon.a (mon.0) 447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.352581+0000 mon.a (mon.0) 448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:45 smithi022 bash[28554]: audit 2023-12-07T09:50:44.358256+0000 mon.a (mon.0) 449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.220192+0000 mon.a (mon.0) 429 : cluster 0 mgrmap e17: a(active, since 6m), standbys: b 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.229695+0000 mon.a (mon.0) 430 : cluster 1 Active manager daemon a restarted 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.230075+0000 mon.a (mon.0) 431 : cluster 1 Activating manager daemon a 2023-12-07T09:50:45.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.236296+0000 mon.a (mon.0) 432 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.236595+0000 mon.a (mon.0) 433 : cluster 0 mgrmap e18: a(active, starting, since 0.00666106s), standbys: b 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.242060+0000 mon.a (mon.0) 434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.242442+0000 mon.a (mon.0) 435 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.242811+0000 mon.a (mon.0) 436 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.244582+0000 mon.a (mon.0) 437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.244906+0000 mon.a (mon.0) 438 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.245290+0000 mon.a (mon.0) 439 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.245739+0000 mon.a (mon.0) 440 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.246035+0000 mon.a (mon.0) 441 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.246577+0000 mon.a (mon.0) 442 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.246902+0000 mon.a (mon.0) 443 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.247334+0000 mon.a (mon.0) 444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: cluster 2023-12-07T09:50:44.275739+0000 mon.a (mon.0) 445 : cluster 1 Manager daemon a is now available 2023-12-07T09:50:45.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.312334+0000 mon.a (mon.0) 446 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:45.686 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.320134+0000 mon.a (mon.0) 447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:45.686 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.352581+0000 mon.a (mon.0) 448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T09:50:45.686 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:45 smithi044 bash[32620]: audit 2023-12-07T09:50:44.358256+0000 mon.a (mon.0) 449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T09:50:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.220192+0000 mon.a (mon.0) 429 : cluster 0 mgrmap e17: a(active, since 6m), standbys: b 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.229695+0000 mon.a (mon.0) 430 : cluster 1 Active manager daemon a restarted 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.230075+0000 mon.a (mon.0) 431 : cluster 1 Activating manager daemon a 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.236296+0000 mon.a (mon.0) 432 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.236595+0000 mon.a (mon.0) 433 : cluster 0 mgrmap e18: a(active, starting, since 0.00666106s), standbys: b 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.242060+0000 mon.a (mon.0) 434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.242442+0000 mon.a (mon.0) 435 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.242811+0000 mon.a (mon.0) 436 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.244582+0000 mon.a (mon.0) 437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.244906+0000 mon.a (mon.0) 438 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.245290+0000 mon.a (mon.0) 439 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T09:50:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.245739+0000 mon.a (mon.0) 440 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.246035+0000 mon.a (mon.0) 441 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.246577+0000 mon.a (mon.0) 442 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.246902+0000 mon.a (mon.0) 443 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.247334+0000 mon.a (mon.0) 444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: cluster 2023-12-07T09:50:44.275739+0000 mon.a (mon.0) 445 : cluster 1 Manager daemon a is now available 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.312334+0000 mon.a (mon.0) 446 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.320134+0000 mon.a (mon.0) 447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.352581+0000 mon.a (mon.0) 448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T09:50:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:45 smithi027 bash[31536]: audit 2023-12-07T09:50:44.358256+0000 mon.a (mon.0) 449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: cephadm 2023-12-07T09:50:45.174410+0000 mgr.a (mgr.24293) 1 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Bus STARTING 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: cluster 2023-12-07T09:50:45.244047+0000 mon.a (mon.0) 450 : cluster 0 mgrmap e19: a(active, since 1.0141s), standbys: b 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: audit 2023-12-07T09:50:45.246426+0000 mgr.a (mgr.24293) 2 : audit 0 from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: cluster 2023-12-07T09:50:45.248771+0000 mgr.a (mgr.24293) 3 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: cephadm 2023-12-07T09:50:45.302300+0000 mgr.a (mgr.24293) 4 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Serving on https://172.21.15.22:7150 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: cephadm 2023-12-07T09:50:45.404714+0000 mgr.a (mgr.24293) 5 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Serving on http://172.21.15.22:8765 2023-12-07T09:50:46.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:46 smithi022 bash[28554]: cephadm 2023-12-07T09:50:45.405150+0000 mgr.a (mgr.24293) 6 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Bus STARTED 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: cephadm 2023-12-07T09:50:45.174410+0000 mgr.a (mgr.24293) 1 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Bus STARTING 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: cluster 2023-12-07T09:50:45.244047+0000 mon.a (mon.0) 450 : cluster 0 mgrmap e19: a(active, since 1.0141s), standbys: b 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: audit 2023-12-07T09:50:45.246426+0000 mgr.a (mgr.24293) 2 : audit 0 from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: cluster 2023-12-07T09:50:45.248771+0000 mgr.a (mgr.24293) 3 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: cephadm 2023-12-07T09:50:45.302300+0000 mgr.a (mgr.24293) 4 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Serving on https://172.21.15.22:7150 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: cephadm 2023-12-07T09:50:45.404714+0000 mgr.a (mgr.24293) 5 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Serving on http://172.21.15.22:8765 2023-12-07T09:50:46.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:46 smithi044 bash[32620]: cephadm 2023-12-07T09:50:45.405150+0000 mgr.a (mgr.24293) 6 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Bus STARTED 2023-12-07T09:50:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: cephadm 2023-12-07T09:50:45.174410+0000 mgr.a (mgr.24293) 1 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Bus STARTING 2023-12-07T09:50:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: cluster 2023-12-07T09:50:45.244047+0000 mon.a (mon.0) 450 : cluster 0 mgrmap e19: a(active, since 1.0141s), standbys: b 2023-12-07T09:50:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: audit 2023-12-07T09:50:45.246426+0000 mgr.a (mgr.24293) 2 : audit 0 from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: cluster 2023-12-07T09:50:45.248771+0000 mgr.a (mgr.24293) 3 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: cephadm 2023-12-07T09:50:45.302300+0000 mgr.a (mgr.24293) 4 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Serving on https://172.21.15.22:7150 2023-12-07T09:50:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: cephadm 2023-12-07T09:50:45.404714+0000 mgr.a (mgr.24293) 5 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Serving on http://172.21.15.22:8765 2023-12-07T09:50:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:46 smithi027 bash[31536]: cephadm 2023-12-07T09:50:45.405150+0000 mgr.a (mgr.24293) 6 : cephadm 1 [07/Dec/2023:09:50:45] ENGINE Bus STARTED 2023-12-07T09:50:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:47 smithi022 bash[28554]: cluster 2023-12-07T09:50:46.246336+0000 mgr.a (mgr.24293) 7 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:47.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:47 smithi022 bash[28554]: cluster 2023-12-07T09:50:46.250972+0000 mon.a (mon.0) 451 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2023-12-07T09:50:47.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:47 smithi022 bash[28554]: audit 2023-12-07T09:50:46.253401+0000 mon.a (mon.0) 452 : audit 1 from='client.? 172.21.15.22:0/555000250' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T09:50:47.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:47 smithi044 bash[32620]: cluster 2023-12-07T09:50:46.246336+0000 mgr.a (mgr.24293) 7 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:47.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:47 smithi044 bash[32620]: cluster 2023-12-07T09:50:46.250972+0000 mon.a (mon.0) 451 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2023-12-07T09:50:47.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:47 smithi044 bash[32620]: audit 2023-12-07T09:50:46.253401+0000 mon.a (mon.0) 452 : audit 1 from='client.? 172.21.15.22:0/555000250' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T09:50:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:47 smithi027 bash[31536]: cluster 2023-12-07T09:50:46.246336+0000 mgr.a (mgr.24293) 7 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T09:50:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:47 smithi027 bash[31536]: cluster 2023-12-07T09:50:46.250972+0000 mon.a (mon.0) 451 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2023-12-07T09:50:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:47 smithi027 bash[31536]: audit 2023-12-07T09:50:46.253401+0000 mon.a (mon.0) 452 : audit 1 from='client.? 172.21.15.22:0/555000250' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T09:50:48.633 INFO:journalctl@ceph.mgr.a.smithi022.stdout:Dec 07 09:50:48 smithi022 bash[28817]: debug 2023-12-07T09:50:48.417+0000 7fae26f59700 -1 mgr.server reply reply (6) No such device or address 2023-12-07T09:50:48.634 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:48 smithi022 bash[28554]: audit 2023-12-07T09:50:47.249761+0000 mon.a (mon.0) 453 : audit 1 from='client.? 172.21.15.22:0/555000250' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T09:50:48.634 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:48 smithi022 bash[28554]: cluster 2023-12-07T09:50:47.256727+0000 mon.a (mon.0) 454 : cluster 0 osdmap e24: 3 total, 3 up, 3 in 2023-12-07T09:50:48.634 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:48 smithi022 bash[28554]: cluster 2023-12-07T09:50:47.271145+0000 mon.a (mon.0) 455 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T09:50:48.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:48 smithi044 bash[32620]: audit 2023-12-07T09:50:47.249761+0000 mon.a (mon.0) 453 : audit 1 from='client.? 172.21.15.22:0/555000250' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T09:50:48.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:48 smithi044 bash[32620]: cluster 2023-12-07T09:50:47.256727+0000 mon.a (mon.0) 454 : cluster 0 osdmap e24: 3 total, 3 up, 3 in 2023-12-07T09:50:48.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:48 smithi044 bash[32620]: cluster 2023-12-07T09:50:47.271145+0000 mon.a (mon.0) 455 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T09:50:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:48 smithi027 bash[31536]: audit 2023-12-07T09:50:47.249761+0000 mon.a (mon.0) 453 : audit 1 from='client.? 172.21.15.22:0/555000250' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T09:50:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:48 smithi027 bash[31536]: cluster 2023-12-07T09:50:47.256727+0000 mon.a (mon.0) 454 : cluster 0 osdmap e24: 3 total, 3 up, 3 in 2023-12-07T09:50:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:48 smithi027 bash[31536]: cluster 2023-12-07T09:50:47.271145+0000 mon.a (mon.0) 455 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T09:50:49.180 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T09:50:49.192 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> 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 bcaf12ae-94e4-11ee-95a2-87774f69a715 -- bash -c 'set -e 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> set -x 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> TOKENS=$(ceph rgw realm tokens) 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2023-12-07T09:50:49.193 DEBUG:teuthology.orchestra.run.smithi022:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2023-12-07T09:50:49.194 DEBUG:teuthology.orchestra.run.smithi022:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2023-12-07T09:50:49.194 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T09:50:49.194 DEBUG:teuthology.orchestra.run.smithi022:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2023-12-07T09:50:49.194 DEBUG:teuthology.orchestra.run.smithi022:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2023-12-07T09:50:49.194 DEBUG:teuthology.orchestra.run.smithi022:> ' 2023-12-07T09:50:49.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:49 smithi022 bash[28554]: cluster 2023-12-07T09:50:48.246997+0000 mgr.a (mgr.24293) 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-07T09:50:49.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:49 smithi022 bash[28554]: cluster 2023-12-07T09:50:48.266135+0000 mon.a (mon.0) 456 : cluster 0 osdmap e25: 3 total, 3 up, 3 in 2023-12-07T09:50:49.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:49 smithi044 bash[32620]: cluster 2023-12-07T09:50:48.246997+0000 mgr.a (mgr.24293) 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-07T09:50:49.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:49 smithi044 bash[32620]: cluster 2023-12-07T09:50:48.266135+0000 mon.a (mon.0) 456 : cluster 0 osdmap e25: 3 total, 3 up, 3 in 2023-12-07T09:50:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:49 smithi027 bash[31536]: cluster 2023-12-07T09:50:48.246997+0000 mgr.a (mgr.24293) 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-07T09:50:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:49 smithi027 bash[31536]: cluster 2023-12-07T09:50:48.266135+0000 mon.a (mon.0) 456 : cluster 0 osdmap e25: 3 total, 3 up, 3 in 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: cluster 2023-12-07T09:50:49.285008+0000 mon.a (mon.0) 457 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: audit 2023-12-07T09:50:50.106584+0000 mon.a (mon.0) 458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: audit 2023-12-07T09:50:50.111063+0000 mon.a (mon.0) 459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: audit 2023-12-07T09:50:50.115596+0000 mon.a (mon.0) 460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: audit 2023-12-07T09:50:50.120638+0000 mon.a (mon.0) 461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: audit 2023-12-07T09:50:50.212818+0000 mon.a (mon.0) 462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:50 smithi022 bash[28554]: audit 2023-12-07T09:50:50.219927+0000 mon.a (mon.0) 463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: cluster 2023-12-07T09:50:49.285008+0000 mon.a (mon.0) 457 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: audit 2023-12-07T09:50:50.106584+0000 mon.a (mon.0) 458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: audit 2023-12-07T09:50:50.111063+0000 mon.a (mon.0) 459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: audit 2023-12-07T09:50:50.115596+0000 mon.a (mon.0) 460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: audit 2023-12-07T09:50:50.120638+0000 mon.a (mon.0) 461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: audit 2023-12-07T09:50:50.212818+0000 mon.a (mon.0) 462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:50 smithi044 bash[32620]: audit 2023-12-07T09:50:50.219927+0000 mon.a (mon.0) 463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: cluster 2023-12-07T09:50:49.285008+0000 mon.a (mon.0) 457 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T09:50:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: audit 2023-12-07T09:50:50.106584+0000 mon.a (mon.0) 458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: audit 2023-12-07T09:50:50.111063+0000 mon.a (mon.0) 459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: audit 2023-12-07T09:50:50.115596+0000 mon.a (mon.0) 460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: audit 2023-12-07T09:50:50.120638+0000 mon.a (mon.0) 461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: audit 2023-12-07T09:50:50.212818+0000 mon.a (mon.0) 462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:50 smithi027 bash[31536]: audit 2023-12-07T09:50:50.219927+0000 mon.a (mon.0) 463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:51 smithi022 bash[28554]: cluster 2023-12-07T09:50:50.247692+0000 mgr.a (mgr.24293) 9 : cluster 0 pgmap v9: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 204 B/s rd, 614 B/s wr, 1 op/s 2023-12-07T09:50:51.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:51 smithi022 bash[28554]: audit 2023-12-07T09:50:51.264732+0000 mon.a (mon.0) 464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:51.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:51 smithi022 bash[28554]: audit 2023-12-07T09:50:51.272773+0000 mon.a (mon.0) 465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:51.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:51 smithi044 bash[32620]: cluster 2023-12-07T09:50:50.247692+0000 mgr.a (mgr.24293) 9 : cluster 0 pgmap v9: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 204 B/s rd, 614 B/s wr, 1 op/s 2023-12-07T09:50:51.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:51 smithi044 bash[32620]: audit 2023-12-07T09:50:51.264732+0000 mon.a (mon.0) 464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:51.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:51 smithi044 bash[32620]: audit 2023-12-07T09:50:51.272773+0000 mon.a (mon.0) 465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:51 smithi027 bash[31536]: cluster 2023-12-07T09:50:50.247692+0000 mgr.a (mgr.24293) 9 : cluster 0 pgmap v9: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 204 B/s rd, 614 B/s wr, 1 op/s 2023-12-07T09:50:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:51 smithi027 bash[31536]: audit 2023-12-07T09:50:51.264732+0000 mon.a (mon.0) 464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:51 smithi027 bash[31536]: audit 2023-12-07T09:50:51.272773+0000 mon.a (mon.0) 465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:51.327188+0000 mon.a (mon.0) 466 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:51.333021+0000 mon.a (mon.0) 467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:51.336875+0000 mon.a (mon.0) 468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:51.342474+0000 mon.a (mon.0) 469 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:51.344122+0000 mon.a (mon.0) 470 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:52.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:51.345751+0000 mon.a (mon.0) 471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.348163+0000 mgr.a (mgr.24293) 10 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.348830+0000 mgr.a (mgr.24293) 11 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.349768+0000 mgr.a (mgr.24293) 12 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.614454+0000 mgr.a (mgr.24293) 13 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.617006+0000 mgr.a (mgr.24293) 14 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.617728+0000 mgr.a (mgr.24293) 15 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.267021+0000 mon.a (mon.0) 472 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.271775+0000 mon.a (mon.0) 473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.275373+0000 mon.a (mon.0) 474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.279157+0000 mon.a (mon.0) 475 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.282309+0000 mon.a (mon.0) 476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.285471+0000 mon.a (mon.0) 477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:52 smithi022 bash[28554]: audit 2023-12-07T09:50:52.290689+0000 mon.a (mon.0) 478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:51.327188+0000 mon.a (mon.0) 466 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:51.333021+0000 mon.a (mon.0) 467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:51.336875+0000 mon.a (mon.0) 468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:51.342474+0000 mon.a (mon.0) 469 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:51.344122+0000 mon.a (mon.0) 470 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:51.345751+0000 mon.a (mon.0) 471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.348163+0000 mgr.a (mgr.24293) 10 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.348830+0000 mgr.a (mgr.24293) 11 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.349768+0000 mgr.a (mgr.24293) 12 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.614454+0000 mgr.a (mgr.24293) 13 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.617006+0000 mgr.a (mgr.24293) 14 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.617728+0000 mgr.a (mgr.24293) 15 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.267021+0000 mon.a (mon.0) 472 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.271775+0000 mon.a (mon.0) 473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.275373+0000 mon.a (mon.0) 474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.279157+0000 mon.a (mon.0) 475 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.282309+0000 mon.a (mon.0) 476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.285471+0000 mon.a (mon.0) 477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:52 smithi044 bash[32620]: audit 2023-12-07T09:50:52.290689+0000 mon.a (mon.0) 478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:51.327188+0000 mon.a (mon.0) 466 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:51.333021+0000 mon.a (mon.0) 467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:51.336875+0000 mon.a (mon.0) 468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:51.342474+0000 mon.a (mon.0) 469 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:51.344122+0000 mon.a (mon.0) 470 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:51.345751+0000 mon.a (mon.0) 471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.348163+0000 mgr.a (mgr.24293) 10 : cephadm 1 Updating smithi022:/etc/ceph/ceph.conf 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.348830+0000 mgr.a (mgr.24293) 11 : cephadm 1 Updating smithi027:/etc/ceph/ceph.conf 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.349768+0000 mgr.a (mgr.24293) 12 : cephadm 1 Updating smithi044:/etc/ceph/ceph.conf 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.614454+0000 mgr.a (mgr.24293) 13 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.617006+0000 mgr.a (mgr.24293) 14 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.617728+0000 mgr.a (mgr.24293) 15 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.267021+0000 mon.a (mon.0) 472 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.271775+0000 mon.a (mon.0) 473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.275373+0000 mon.a (mon.0) 474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.279157+0000 mon.a (mon.0) 475 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.282309+0000 mon.a (mon.0) 476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.285471+0000 mon.a (mon.0) 477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:52 smithi027 bash[31536]: audit 2023-12-07T09:50:52.290689+0000 mon.a (mon.0) 478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:53.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.830095+0000 mgr.a (mgr.24293) 16 : cephadm 1 Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.833722+0000 mgr.a (mgr.24293) 17 : cephadm 1 Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cephadm 2023-12-07T09:50:51.834451+0000 mgr.a (mgr.24293) 18 : cephadm 1 Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cephadm 2023-12-07T09:50:52.044531+0000 mgr.a (mgr.24293) 19 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cephadm 2023-12-07T09:50:52.049222+0000 mgr.a (mgr.24293) 20 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cephadm 2023-12-07T09:50:52.050622+0000 mgr.a (mgr.24293) 21 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: cluster 2023-12-07T09:50:52.248336+0000 mgr.a (mgr.24293) 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-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: audit 2023-12-07T09:50:52.394365+0000 mon.a (mon.0) 479 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: audit 2023-12-07T09:50:52.397697+0000 mon.a (mon.0) 480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: audit 2023-12-07T09:50:52.399155+0000 mon.a (mon.0) 481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:53.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:53 smithi022 bash[28554]: audit 2023-12-07T09:50:52.408082+0000 mon.a (mon.0) 482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:53.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.830095+0000 mgr.a (mgr.24293) 16 : cephadm 1 Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.833722+0000 mgr.a (mgr.24293) 17 : cephadm 1 Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cephadm 2023-12-07T09:50:51.834451+0000 mgr.a (mgr.24293) 18 : cephadm 1 Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cephadm 2023-12-07T09:50:52.044531+0000 mgr.a (mgr.24293) 19 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cephadm 2023-12-07T09:50:52.049222+0000 mgr.a (mgr.24293) 20 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cephadm 2023-12-07T09:50:52.050622+0000 mgr.a (mgr.24293) 21 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: cluster 2023-12-07T09:50:52.248336+0000 mgr.a (mgr.24293) 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-07T09:50:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: audit 2023-12-07T09:50:52.394365+0000 mon.a (mon.0) 479 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: audit 2023-12-07T09:50:52.397697+0000 mon.a (mon.0) 480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: audit 2023-12-07T09:50:52.399155+0000 mon.a (mon.0) 481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:53 smithi044 bash[32620]: audit 2023-12-07T09:50:52.408082+0000 mon.a (mon.0) 482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.830095+0000 mgr.a (mgr.24293) 16 : cephadm 1 Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.833722+0000 mgr.a (mgr.24293) 17 : cephadm 1 Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cephadm 2023-12-07T09:50:51.834451+0000 mgr.a (mgr.24293) 18 : cephadm 1 Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cephadm 2023-12-07T09:50:52.044531+0000 mgr.a (mgr.24293) 19 : cephadm 1 Updating smithi022:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cephadm 2023-12-07T09:50:52.049222+0000 mgr.a (mgr.24293) 20 : cephadm 1 Updating smithi044:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cephadm 2023-12-07T09:50:52.050622+0000 mgr.a (mgr.24293) 21 : cephadm 1 Updating smithi027:/var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: cluster 2023-12-07T09:50:52.248336+0000 mgr.a (mgr.24293) 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-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: audit 2023-12-07T09:50:52.394365+0000 mon.a (mon.0) 479 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: audit 2023-12-07T09:50:52.397697+0000 mon.a (mon.0) 480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: audit 2023-12-07T09:50:52.399155+0000 mon.a (mon.0) 481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:53 smithi027 bash[31536]: audit 2023-12-07T09:50:52.408082+0000 mon.a (mon.0) 482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:50:53.731 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/bcaf12ae-94e4-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T09:50:55.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:55 smithi022 bash[28554]: cluster 2023-12-07T09:50:54.248944+0000 mgr.a (mgr.24293) 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.7 KiB/s wr, 19 op/s 2023-12-07T09:50:55.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:55 smithi044 bash[32620]: cluster 2023-12-07T09:50:54.248944+0000 mgr.a (mgr.24293) 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.7 KiB/s wr, 19 op/s 2023-12-07T09:50:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:55 smithi027 bash[31536]: cluster 2023-12-07T09:50:54.248944+0000 mgr.a (mgr.24293) 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.7 KiB/s wr, 19 op/s 2023-12-07T09:50:56.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:50:56.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:56.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:57.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:50:57.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:57.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:57.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:57.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:50:57.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:57 smithi022 bash[28554]: cluster 2023-12-07T09:50:56.249714+0000 mgr.a (mgr.24293) 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-07T09:50:57.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:57 smithi044 bash[32620]: cluster 2023-12-07T09:50:56.249714+0000 mgr.a (mgr.24293) 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-07T09:50:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:57 smithi027 bash[31536]: cluster 2023-12-07T09:50:56.249714+0000 mgr.a (mgr.24293) 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-07T09:50:58.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:58 smithi022 bash[28554]: audit 2023-12-07T09:50:56.713645+0000 mgr.a (mgr.24293) 25 : audit 0 from='client.14604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:58.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:58 smithi044 bash[32620]: audit 2023-12-07T09:50:56.713645+0000 mgr.a (mgr.24293) 25 : audit 0 from='client.14604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:58 smithi027 bash[31536]: audit 2023-12-07T09:50:56.713645+0000 mgr.a (mgr.24293) 25 : audit 0 from='client.14604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:50:59 smithi022 bash[28554]: cluster 2023-12-07T09:50:58.250462+0000 mgr.a (mgr.24293) 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-07T09:50:59.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:50:59 smithi044 bash[32620]: cluster 2023-12-07T09:50:58.250462+0000 mgr.a (mgr.24293) 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-07T09:50:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:50:59 smithi027 bash[31536]: cluster 2023-12-07T09:50:58.250462+0000 mgr.a (mgr.24293) 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-07T09:51:01.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:01 smithi022 bash[28554]: cluster 2023-12-07T09:51:00.251182+0000 mgr.a (mgr.24293) 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-07T09:51:01.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:01 smithi044 bash[32620]: cluster 2023-12-07T09:51:00.251182+0000 mgr.a (mgr.24293) 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-07T09:51:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:01 smithi027 bash[31536]: cluster 2023-12-07T09:51:00.251182+0000 mgr.a (mgr.24293) 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-07T09:51:02.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:02.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:02.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:03.160 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:03.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:03.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:03.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:03.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:03 smithi022 bash[28554]: cluster 2023-12-07T09:51:02.251872+0000 mgr.a (mgr.24293) 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, 938 B/s wr, 13 op/s 2023-12-07T09:51:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:03 smithi022 bash[28554]: audit 2023-12-07T09:51:02.639661+0000 mgr.a (mgr.24293) 29 : audit 0 from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:03 smithi044 bash[32620]: cluster 2023-12-07T09:51:02.251872+0000 mgr.a (mgr.24293) 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, 938 B/s wr, 13 op/s 2023-12-07T09:51:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:03 smithi044 bash[32620]: audit 2023-12-07T09:51:02.639661+0000 mgr.a (mgr.24293) 29 : audit 0 from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:03 smithi027 bash[31536]: cluster 2023-12-07T09:51:02.251872+0000 mgr.a (mgr.24293) 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, 938 B/s wr, 13 op/s 2023-12-07T09:51:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:03 smithi027 bash[31536]: audit 2023-12-07T09:51:02.639661+0000 mgr.a (mgr.24293) 29 : audit 0 from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:05.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:05 smithi022 bash[28554]: cluster 2023-12-07T09:51:04.252581+0000 mgr.a (mgr.24293) 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-07T09:51:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:05 smithi044 bash[32620]: cluster 2023-12-07T09:51:04.252581+0000 mgr.a (mgr.24293) 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-07T09:51:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:05 smithi027 bash[31536]: cluster 2023-12-07T09:51:04.252581+0000 mgr.a (mgr.24293) 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-07T09:51:07.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:07 smithi022 bash[28554]: cluster 2023-12-07T09:51:06.253427+0000 mgr.a (mgr.24293) 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-07T09:51:07.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:07 smithi044 bash[32620]: cluster 2023-12-07T09:51:06.253427+0000 mgr.a (mgr.24293) 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-07T09:51:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:07 smithi027 bash[31536]: cluster 2023-12-07T09:51:06.253427+0000 mgr.a (mgr.24293) 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-07T09:51:08.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:08.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:08.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:09.101 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:09.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:09.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:09.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:09.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:09.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:09 smithi022 bash[28554]: cluster 2023-12-07T09:51:08.254033+0000 mgr.a (mgr.24293) 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-07T09:51:09.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:09 smithi022 bash[28554]: audit 2023-12-07T09:51:08.565913+0000 mgr.a (mgr.24293) 33 : audit 0 from='client.14757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:09.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:09 smithi044 bash[32620]: cluster 2023-12-07T09:51:08.254033+0000 mgr.a (mgr.24293) 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-07T09:51:09.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:09 smithi044 bash[32620]: audit 2023-12-07T09:51:08.565913+0000 mgr.a (mgr.24293) 33 : audit 0 from='client.14757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:09 smithi027 bash[31536]: cluster 2023-12-07T09:51:08.254033+0000 mgr.a (mgr.24293) 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-07T09:51:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:09 smithi027 bash[31536]: audit 2023-12-07T09:51:08.565913+0000 mgr.a (mgr.24293) 33 : audit 0 from='client.14757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:11 smithi022 bash[28554]: cluster 2023-12-07T09:51:10.255075+0000 mgr.a (mgr.24293) 34 : cluster 0 pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:11.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:11 smithi044 bash[32620]: cluster 2023-12-07T09:51:10.255075+0000 mgr.a (mgr.24293) 34 : cluster 0 pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:11 smithi027 bash[31536]: cluster 2023-12-07T09:51:10.255075+0000 mgr.a (mgr.24293) 34 : cluster 0 pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:13.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:13 smithi022 bash[28554]: cluster 2023-12-07T09:51:12.255735+0000 mgr.a (mgr.24293) 35 : cluster 0 pgmap v20: 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-07T09:51:13.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:13 smithi044 bash[32620]: cluster 2023-12-07T09:51:12.255735+0000 mgr.a (mgr.24293) 35 : cluster 0 pgmap v20: 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-07T09:51:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:13 smithi027 bash[31536]: cluster 2023-12-07T09:51:12.255735+0000 mgr.a (mgr.24293) 35 : cluster 0 pgmap v20: 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-07T09:51:14.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:14.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:14.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:15.045 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:15.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:15.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:15.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:15.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:15.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:15 smithi022 bash[28554]: cluster 2023-12-07T09:51:14.256245+0000 mgr.a (mgr.24293) 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-07T09:51:15.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:15 smithi022 bash[28554]: audit 2023-12-07T09:51:14.506783+0000 mgr.a (mgr.24293) 37 : audit 0 from='client.14829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:15 smithi044 bash[32620]: cluster 2023-12-07T09:51:14.256245+0000 mgr.a (mgr.24293) 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-07T09:51:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:15 smithi044 bash[32620]: audit 2023-12-07T09:51:14.506783+0000 mgr.a (mgr.24293) 37 : audit 0 from='client.14829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:15 smithi027 bash[31536]: cluster 2023-12-07T09:51:14.256245+0000 mgr.a (mgr.24293) 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-07T09:51:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:15 smithi027 bash[31536]: audit 2023-12-07T09:51:14.506783+0000 mgr.a (mgr.24293) 37 : audit 0 from='client.14829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:17.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:17 smithi022 bash[28554]: cluster 2023-12-07T09:51:16.257209+0000 mgr.a (mgr.24293) 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-07T09:51:17.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:17 smithi044 bash[32620]: cluster 2023-12-07T09:51:16.257209+0000 mgr.a (mgr.24293) 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-07T09:51:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:17 smithi027 bash[31536]: cluster 2023-12-07T09:51:16.257209+0000 mgr.a (mgr.24293) 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-07T09:51:19.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:19 smithi022 bash[28554]: cluster 2023-12-07T09:51:18.257814+0000 mgr.a (mgr.24293) 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-07T09:51:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:19 smithi044 bash[32620]: cluster 2023-12-07T09:51:18.257814+0000 mgr.a (mgr.24293) 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-07T09:51:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:19 smithi027 bash[31536]: cluster 2023-12-07T09:51:18.257814+0000 mgr.a (mgr.24293) 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-07T09:51:20.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:20.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:20.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:20.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:21.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:21 smithi022 bash[28554]: cluster 2023-12-07T09:51:20.258452+0000 mgr.a (mgr.24293) 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-07T09:51:21.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:21 smithi022 bash[28554]: audit 2023-12-07T09:51:20.449078+0000 mgr.a (mgr.24293) 41 : audit 0 from='client.14901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:21 smithi044 bash[32620]: cluster 2023-12-07T09:51:20.258452+0000 mgr.a (mgr.24293) 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-07T09:51:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:21 smithi044 bash[32620]: audit 2023-12-07T09:51:20.449078+0000 mgr.a (mgr.24293) 41 : audit 0 from='client.14901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:21 smithi027 bash[31536]: cluster 2023-12-07T09:51:20.258452+0000 mgr.a (mgr.24293) 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-07T09:51:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:21 smithi027 bash[31536]: audit 2023-12-07T09:51:20.449078+0000 mgr.a (mgr.24293) 41 : audit 0 from='client.14901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:23 smithi022 bash[28554]: cluster 2023-12-07T09:51:22.259289+0000 mgr.a (mgr.24293) 42 : cluster 0 pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:23 smithi044 bash[32620]: cluster 2023-12-07T09:51:22.259289+0000 mgr.a (mgr.24293) 42 : cluster 0 pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:23 smithi027 bash[31536]: cluster 2023-12-07T09:51:22.259289+0000 mgr.a (mgr.24293) 42 : cluster 0 pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:25.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:25 smithi022 bash[28554]: cluster 2023-12-07T09:51:24.259957+0000 mgr.a (mgr.24293) 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-07T09:51:25.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:25 smithi044 bash[32620]: cluster 2023-12-07T09:51:24.259957+0000 mgr.a (mgr.24293) 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-07T09:51:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:25 smithi027 bash[31536]: cluster 2023-12-07T09:51:24.259957+0000 mgr.a (mgr.24293) 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-07T09:51:25.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:25.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:25.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:26.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:27.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:27 smithi022 bash[28554]: cluster 2023-12-07T09:51:26.260870+0000 mgr.a (mgr.24293) 44 : 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-07T09:51:27.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:27 smithi022 bash[28554]: audit 2023-12-07T09:51:26.370143+0000 mgr.a (mgr.24293) 45 : audit 0 from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:27 smithi044 bash[32620]: cluster 2023-12-07T09:51:26.260870+0000 mgr.a (mgr.24293) 44 : 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-07T09:51:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:27 smithi044 bash[32620]: audit 2023-12-07T09:51:26.370143+0000 mgr.a (mgr.24293) 45 : audit 0 from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:27 smithi027 bash[31536]: cluster 2023-12-07T09:51:26.260870+0000 mgr.a (mgr.24293) 44 : 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-07T09:51:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:27 smithi027 bash[31536]: audit 2023-12-07T09:51:26.370143+0000 mgr.a (mgr.24293) 45 : audit 0 from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:29.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:29 smithi022 bash[28554]: cluster 2023-12-07T09:51:28.261718+0000 mgr.a (mgr.24293) 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-07T09:51:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:29 smithi044 bash[32620]: cluster 2023-12-07T09:51:28.261718+0000 mgr.a (mgr.24293) 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-07T09:51:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:29 smithi027 bash[31536]: cluster 2023-12-07T09:51:28.261718+0000 mgr.a (mgr.24293) 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-07T09:51:31.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:31.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:31.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:31.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:31 smithi044 bash[32620]: cluster 2023-12-07T09:51:30.262547+0000 mgr.a (mgr.24293) 47 : cluster 0 pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:31.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:31 smithi022 bash[28554]: cluster 2023-12-07T09:51:30.262547+0000 mgr.a (mgr.24293) 47 : cluster 0 pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:31 smithi027 bash[31536]: cluster 2023-12-07T09:51:30.262547+0000 mgr.a (mgr.24293) 47 : cluster 0 pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:32.813 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:32.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:32.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:32.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:32.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:33.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:33 smithi022 bash[28554]: cluster 2023-12-07T09:51:32.263090+0000 mgr.a (mgr.24293) 48 : 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-07T09:51:33.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:33 smithi022 bash[28554]: audit 2023-12-07T09:51:32.294565+0000 mgr.a (mgr.24293) 49 : audit 0 from='client.15054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:33.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:33 smithi044 bash[32620]: cluster 2023-12-07T09:51:32.263090+0000 mgr.a (mgr.24293) 48 : 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-07T09:51:33.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:33 smithi044 bash[32620]: audit 2023-12-07T09:51:32.294565+0000 mgr.a (mgr.24293) 49 : audit 0 from='client.15054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:33 smithi027 bash[31536]: cluster 2023-12-07T09:51:32.263090+0000 mgr.a (mgr.24293) 48 : 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-07T09:51:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:33 smithi027 bash[31536]: audit 2023-12-07T09:51:32.294565+0000 mgr.a (mgr.24293) 49 : audit 0 from='client.15054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:35.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:35 smithi022 bash[28554]: cluster 2023-12-07T09:51:34.263801+0000 mgr.a (mgr.24293) 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-07T09:51:35.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:35 smithi044 bash[32620]: cluster 2023-12-07T09:51:34.263801+0000 mgr.a (mgr.24293) 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-07T09:51:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:35 smithi027 bash[31536]: cluster 2023-12-07T09:51:34.263801+0000 mgr.a (mgr.24293) 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-07T09:51:37.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:37.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:37.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:37.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:37 smithi022 bash[28554]: cluster 2023-12-07T09:51:36.264616+0000 mgr.a (mgr.24293) 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-07T09:51:37.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:37 smithi044 bash[32620]: cluster 2023-12-07T09:51:36.264616+0000 mgr.a (mgr.24293) 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-07T09:51:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:37 smithi027 bash[31536]: cluster 2023-12-07T09:51:36.264616+0000 mgr.a (mgr.24293) 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-07T09:51:38.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:38.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:38.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:38.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:38.746 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:39.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:39 smithi022 bash[28554]: audit 2023-12-07T09:51:38.224108+0000 mgr.a (mgr.24293) 52 : audit 0 from='client.15129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:39.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:39 smithi022 bash[28554]: cluster 2023-12-07T09:51:38.265347+0000 mgr.a (mgr.24293) 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-07T09:51:39.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:39 smithi044 bash[32620]: audit 2023-12-07T09:51:38.224108+0000 mgr.a (mgr.24293) 52 : audit 0 from='client.15129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:39.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:39 smithi044 bash[32620]: cluster 2023-12-07T09:51:38.265347+0000 mgr.a (mgr.24293) 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-07T09:51:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:39 smithi027 bash[31536]: audit 2023-12-07T09:51:38.224108+0000 mgr.a (mgr.24293) 52 : audit 0 from='client.15129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:39 smithi027 bash[31536]: cluster 2023-12-07T09:51:38.265347+0000 mgr.a (mgr.24293) 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-07T09:51:41.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:41 smithi022 bash[28554]: cluster 2023-12-07T09:51:40.266184+0000 mgr.a (mgr.24293) 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-07T09:51:41.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:41 smithi044 bash[32620]: cluster 2023-12-07T09:51:40.266184+0000 mgr.a (mgr.24293) 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-07T09:51:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:41 smithi027 bash[31536]: cluster 2023-12-07T09:51:40.266184+0000 mgr.a (mgr.24293) 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-07T09:51:43.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:43.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:43.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:43.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:43 smithi022 bash[28554]: cluster 2023-12-07T09:51:42.266757+0000 mgr.a (mgr.24293) 55 : cluster 0 pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:43.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:43 smithi044 bash[32620]: cluster 2023-12-07T09:51:42.266757+0000 mgr.a (mgr.24293) 55 : cluster 0 pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:43 smithi027 bash[31536]: cluster 2023-12-07T09:51:42.266757+0000 mgr.a (mgr.24293) 55 : cluster 0 pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:44.674 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:44.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:44.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:44.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:44.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:45.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:45 smithi022 bash[28554]: audit 2023-12-07T09:51:44.160304+0000 mgr.a (mgr.24293) 56 : audit 0 from='client.15204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:45.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:45 smithi022 bash[28554]: cluster 2023-12-07T09:51:44.267424+0000 mgr.a (mgr.24293) 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-07T09:51:45.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:45 smithi044 bash[32620]: audit 2023-12-07T09:51:44.160304+0000 mgr.a (mgr.24293) 56 : audit 0 from='client.15204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:45.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:45 smithi044 bash[32620]: cluster 2023-12-07T09:51:44.267424+0000 mgr.a (mgr.24293) 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-07T09:51:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:45 smithi027 bash[31536]: audit 2023-12-07T09:51:44.160304+0000 mgr.a (mgr.24293) 56 : audit 0 from='client.15204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:45 smithi027 bash[31536]: cluster 2023-12-07T09:51:44.267424+0000 mgr.a (mgr.24293) 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-07T09:51:47.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:47 smithi022 bash[28554]: cluster 2023-12-07T09:51:46.268439+0000 mgr.a (mgr.24293) 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-07T09:51:47.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:47 smithi044 bash[32620]: cluster 2023-12-07T09:51:46.268439+0000 mgr.a (mgr.24293) 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-07T09:51:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:47 smithi027 bash[31536]: cluster 2023-12-07T09:51:46.268439+0000 mgr.a (mgr.24293) 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-07T09:51:49.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:49.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:49.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:49.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:49 smithi022 bash[28554]: cluster 2023-12-07T09:51:48.269031+0000 mgr.a (mgr.24293) 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-07T09:51:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:49 smithi044 bash[32620]: cluster 2023-12-07T09:51:48.269031+0000 mgr.a (mgr.24293) 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-07T09:51:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:49 smithi027 bash[31536]: cluster 2023-12-07T09:51:48.269031+0000 mgr.a (mgr.24293) 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-07T09:51:50.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:50.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:50.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:50.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:50.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:51.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:51 smithi022 bash[28554]: audit 2023-12-07T09:51:50.088147+0000 mgr.a (mgr.24293) 60 : audit 0 from='client.15279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:51.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:51 smithi022 bash[28554]: cluster 2023-12-07T09:51:50.269792+0000 mgr.a (mgr.24293) 61 : cluster 0 pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:51:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:51 smithi044 bash[32620]: audit 2023-12-07T09:51:50.088147+0000 mgr.a (mgr.24293) 60 : audit 0 from='client.15279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:51 smithi044 bash[32620]: cluster 2023-12-07T09:51:50.269792+0000 mgr.a (mgr.24293) 61 : cluster 0 pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:51:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:51 smithi027 bash[31536]: audit 2023-12-07T09:51:50.088147+0000 mgr.a (mgr.24293) 60 : audit 0 from='client.15279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:51 smithi027 bash[31536]: cluster 2023-12-07T09:51:50.269792+0000 mgr.a (mgr.24293) 61 : cluster 0 pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:51:52.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:52 smithi022 bash[28554]: audit 2023-12-07T09:51:52.513604+0000 mon.a (mon.0) 483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:51:52.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:52 smithi044 bash[32620]: audit 2023-12-07T09:51:52.513604+0000 mon.a (mon.0) 483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:51:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:52 smithi027 bash[31536]: audit 2023-12-07T09:51:52.513604+0000 mon.a (mon.0) 483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:51:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:53 smithi022 bash[28554]: cluster 2023-12-07T09:51:52.270513+0000 mgr.a (mgr.24293) 62 : cluster 0 pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:51:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:53 smithi022 bash[28554]: audit 2023-12-07T09:51:53.259468+0000 mon.a (mon.0) 484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:51:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:53 smithi022 bash[28554]: audit 2023-12-07T09:51:53.261412+0000 mon.a (mon.0) 485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:51:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:53 smithi022 bash[28554]: audit 2023-12-07T09:51:53.270783+0000 mon.a (mon.0) 486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:51:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:53 smithi044 bash[32620]: cluster 2023-12-07T09:51:52.270513+0000 mgr.a (mgr.24293) 62 : cluster 0 pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:51:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:53 smithi044 bash[32620]: audit 2023-12-07T09:51:53.259468+0000 mon.a (mon.0) 484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:51:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:53 smithi044 bash[32620]: audit 2023-12-07T09:51:53.261412+0000 mon.a (mon.0) 485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:51:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:53 smithi044 bash[32620]: audit 2023-12-07T09:51:53.270783+0000 mon.a (mon.0) 486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:51:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:53 smithi027 bash[31536]: cluster 2023-12-07T09:51:52.270513+0000 mgr.a (mgr.24293) 62 : cluster 0 pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:51:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:53 smithi027 bash[31536]: audit 2023-12-07T09:51:53.259468+0000 mon.a (mon.0) 484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:51:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:53 smithi027 bash[31536]: audit 2023-12-07T09:51:53.261412+0000 mon.a (mon.0) 485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:51:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:53 smithi027 bash[31536]: audit 2023-12-07T09:51:53.270783+0000 mon.a (mon.0) 486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:51:55.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:51:55.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:55.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:55.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:55 smithi022 bash[28554]: cluster 2023-12-07T09:51:54.271213+0000 mgr.a (mgr.24293) 63 : cluster 0 pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:51:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:55 smithi044 bash[32620]: cluster 2023-12-07T09:51:54.271213+0000 mgr.a (mgr.24293) 63 : cluster 0 pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:51:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:55 smithi027 bash[31536]: cluster 2023-12-07T09:51:54.271213+0000 mgr.a (mgr.24293) 63 : cluster 0 pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:51:56.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:56.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:56.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:56.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:51:56.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:51:57.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:57 smithi022 bash[28554]: audit 2023-12-07T09:51:56.010516+0000 mgr.a (mgr.24293) 64 : audit 0 from='client.15348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:57.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:57 smithi022 bash[28554]: cluster 2023-12-07T09:51:56.282031+0000 mgr.a (mgr.24293) 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-07T09:51:57.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:57 smithi044 bash[32620]: audit 2023-12-07T09:51:56.010516+0000 mgr.a (mgr.24293) 64 : audit 0 from='client.15348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:57.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:57 smithi044 bash[32620]: cluster 2023-12-07T09:51:56.282031+0000 mgr.a (mgr.24293) 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-07T09:51:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:57 smithi027 bash[31536]: audit 2023-12-07T09:51:56.010516+0000 mgr.a (mgr.24293) 64 : audit 0 from='client.15348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:57 smithi027 bash[31536]: cluster 2023-12-07T09:51:56.282031+0000 mgr.a (mgr.24293) 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-07T09:51:59.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:51:58 smithi022 bash[28554]: cluster 2023-12-07T09:51:58.282772+0000 mgr.a (mgr.24293) 66 : cluster 0 pgmap v43: 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-07T09:51:59.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:51:58 smithi044 bash[32620]: cluster 2023-12-07T09:51:58.282772+0000 mgr.a (mgr.24293) 66 : cluster 0 pgmap v43: 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-07T09:51:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:51:58 smithi027 bash[31536]: cluster 2023-12-07T09:51:58.282772+0000 mgr.a (mgr.24293) 66 : cluster 0 pgmap v43: 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-07T09:52:01.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:01.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:01.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:01.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:01 smithi022 bash[28554]: cluster 2023-12-07T09:52:00.283561+0000 mgr.a (mgr.24293) 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-07T09:52:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:01 smithi044 bash[32620]: cluster 2023-12-07T09:52:00.283561+0000 mgr.a (mgr.24293) 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-07T09:52:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:01 smithi027 bash[31536]: cluster 2023-12-07T09:52:00.283561+0000 mgr.a (mgr.24293) 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-07T09:52:02.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:02.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:02.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:02.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:02.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:03 smithi022 bash[28554]: audit 2023-12-07T09:52:01.946543+0000 mgr.a (mgr.24293) 68 : audit 0 from='client.15426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:03 smithi022 bash[28554]: cluster 2023-12-07T09:52:02.284096+0000 mgr.a (mgr.24293) 69 : cluster 0 pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:52:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:03 smithi044 bash[32620]: audit 2023-12-07T09:52:01.946543+0000 mgr.a (mgr.24293) 68 : audit 0 from='client.15426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:03 smithi044 bash[32620]: cluster 2023-12-07T09:52:02.284096+0000 mgr.a (mgr.24293) 69 : cluster 0 pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:52:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:03 smithi027 bash[31536]: audit 2023-12-07T09:52:01.946543+0000 mgr.a (mgr.24293) 68 : audit 0 from='client.15426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:03 smithi027 bash[31536]: cluster 2023-12-07T09:52:02.284096+0000 mgr.a (mgr.24293) 69 : cluster 0 pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:52:05.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:05 smithi022 bash[28554]: cluster 2023-12-07T09:52:04.284731+0000 mgr.a (mgr.24293) 70 : cluster 0 pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:52:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:05 smithi044 bash[32620]: cluster 2023-12-07T09:52:04.284731+0000 mgr.a (mgr.24293) 70 : cluster 0 pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:52:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:05 smithi027 bash[31536]: cluster 2023-12-07T09:52:04.284731+0000 mgr.a (mgr.24293) 70 : cluster 0 pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:52:07.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:07.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:07.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:07 smithi022 bash[28554]: cluster 2023-12-07T09:52:06.285523+0000 mgr.a (mgr.24293) 71 : cluster 0 pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:52:07.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:07 smithi044 bash[32620]: cluster 2023-12-07T09:52:06.285523+0000 mgr.a (mgr.24293) 71 : cluster 0 pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:52:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:07 smithi027 bash[31536]: cluster 2023-12-07T09:52:06.285523+0000 mgr.a (mgr.24293) 71 : cluster 0 pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:52:08.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:08.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:08.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:08.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:08.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:09.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:09 smithi022 bash[28554]: audit 2023-12-07T09:52:07.865134+0000 mgr.a (mgr.24293) 72 : audit 0 from='client.15501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:09.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:09 smithi022 bash[28554]: cluster 2023-12-07T09:52:08.286279+0000 mgr.a (mgr.24293) 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-07T09:52:09.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:09 smithi044 bash[32620]: audit 2023-12-07T09:52:07.865134+0000 mgr.a (mgr.24293) 72 : audit 0 from='client.15501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:09.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:09 smithi044 bash[32620]: cluster 2023-12-07T09:52:08.286279+0000 mgr.a (mgr.24293) 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-07T09:52:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:09 smithi027 bash[31536]: audit 2023-12-07T09:52:07.865134+0000 mgr.a (mgr.24293) 72 : audit 0 from='client.15501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:09 smithi027 bash[31536]: cluster 2023-12-07T09:52:08.286279+0000 mgr.a (mgr.24293) 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-07T09:52:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:11 smithi022 bash[28554]: cluster 2023-12-07T09:52:10.287062+0000 mgr.a (mgr.24293) 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-07T09:52:11.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:11 smithi044 bash[32620]: cluster 2023-12-07T09:52:10.287062+0000 mgr.a (mgr.24293) 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-07T09:52:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:11 smithi027 bash[31536]: cluster 2023-12-07T09:52:10.287062+0000 mgr.a (mgr.24293) 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-07T09:52:13.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:13.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:13.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:13.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:13 smithi022 bash[28554]: cluster 2023-12-07T09:52:12.287670+0000 mgr.a (mgr.24293) 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-07T09:52:13.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:13 smithi044 bash[32620]: cluster 2023-12-07T09:52:12.287670+0000 mgr.a (mgr.24293) 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-07T09:52:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:13 smithi027 bash[31536]: cluster 2023-12-07T09:52:12.287670+0000 mgr.a (mgr.24293) 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-07T09:52:14.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:15.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:15 smithi022 bash[28554]: audit 2023-12-07T09:52:13.805426+0000 mgr.a (mgr.24293) 76 : audit 0 from='client.15576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:15.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:15 smithi022 bash[28554]: cluster 2023-12-07T09:52:14.288261+0000 mgr.a (mgr.24293) 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-07T09:52:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:15 smithi044 bash[32620]: audit 2023-12-07T09:52:13.805426+0000 mgr.a (mgr.24293) 76 : audit 0 from='client.15576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:15 smithi044 bash[32620]: cluster 2023-12-07T09:52:14.288261+0000 mgr.a (mgr.24293) 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-07T09:52:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:15 smithi027 bash[31536]: audit 2023-12-07T09:52:13.805426+0000 mgr.a (mgr.24293) 76 : audit 0 from='client.15576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:15 smithi027 bash[31536]: cluster 2023-12-07T09:52:14.288261+0000 mgr.a (mgr.24293) 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-07T09:52:17.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:17 smithi022 bash[28554]: cluster 2023-12-07T09:52:16.289060+0000 mgr.a (mgr.24293) 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-07T09:52:17.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:17 smithi044 bash[32620]: cluster 2023-12-07T09:52:16.289060+0000 mgr.a (mgr.24293) 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-07T09:52:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:17 smithi027 bash[31536]: cluster 2023-12-07T09:52:16.289060+0000 mgr.a (mgr.24293) 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-07T09:52:19.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:19.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:19.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:19.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:19 smithi022 bash[28554]: cluster 2023-12-07T09:52:18.289702+0000 mgr.a (mgr.24293) 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-07T09:52:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:19 smithi044 bash[32620]: cluster 2023-12-07T09:52:18.289702+0000 mgr.a (mgr.24293) 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-07T09:52:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:19 smithi027 bash[31536]: cluster 2023-12-07T09:52:18.289702+0000 mgr.a (mgr.24293) 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-07T09:52:20.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:20.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:20.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:20.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:20.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:21.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:21 smithi022 bash[28554]: audit 2023-12-07T09:52:19.747170+0000 mgr.a (mgr.24293) 80 : audit 0 from='client.15651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:21.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:21 smithi022 bash[28554]: cluster 2023-12-07T09:52:20.290659+0000 mgr.a (mgr.24293) 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-07T09:52:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:21 smithi044 bash[32620]: audit 2023-12-07T09:52:19.747170+0000 mgr.a (mgr.24293) 80 : audit 0 from='client.15651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:21 smithi044 bash[32620]: cluster 2023-12-07T09:52:20.290659+0000 mgr.a (mgr.24293) 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-07T09:52:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:21 smithi027 bash[31536]: audit 2023-12-07T09:52:19.747170+0000 mgr.a (mgr.24293) 80 : audit 0 from='client.15651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:21 smithi027 bash[31536]: cluster 2023-12-07T09:52:20.290659+0000 mgr.a (mgr.24293) 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-07T09:52:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:23 smithi022 bash[28554]: cluster 2023-12-07T09:52:22.291269+0000 mgr.a (mgr.24293) 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-07T09:52:23.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:23 smithi044 bash[32620]: cluster 2023-12-07T09:52:22.291269+0000 mgr.a (mgr.24293) 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-07T09:52:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:23 smithi027 bash[31536]: cluster 2023-12-07T09:52:22.291269+0000 mgr.a (mgr.24293) 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-07T09:52:25.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:25.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:25.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:25.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:25 smithi022 bash[28554]: cluster 2023-12-07T09:52:24.291893+0000 mgr.a (mgr.24293) 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-07T09:52:25.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:25 smithi044 bash[32620]: cluster 2023-12-07T09:52:24.291893+0000 mgr.a (mgr.24293) 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-07T09:52:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:25 smithi027 bash[31536]: cluster 2023-12-07T09:52:24.291893+0000 mgr.a (mgr.24293) 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-07T09:52:26.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:26.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:26.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:26.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:26.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:27.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:27 smithi022 bash[28554]: audit 2023-12-07T09:52:25.690215+0000 mgr.a (mgr.24293) 84 : audit 0 from='client.15726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:27.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:27 smithi022 bash[28554]: cluster 2023-12-07T09:52:26.292915+0000 mgr.a (mgr.24293) 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-07T09:52:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:27 smithi044 bash[32620]: audit 2023-12-07T09:52:25.690215+0000 mgr.a (mgr.24293) 84 : audit 0 from='client.15726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:27 smithi044 bash[32620]: cluster 2023-12-07T09:52:26.292915+0000 mgr.a (mgr.24293) 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-07T09:52:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:27 smithi027 bash[31536]: audit 2023-12-07T09:52:25.690215+0000 mgr.a (mgr.24293) 84 : audit 0 from='client.15726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:27 smithi027 bash[31536]: cluster 2023-12-07T09:52:26.292915+0000 mgr.a (mgr.24293) 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-07T09:52:29.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:29 smithi022 bash[28554]: cluster 2023-12-07T09:52:28.293563+0000 mgr.a (mgr.24293) 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-07T09:52:29.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:29 smithi044 bash[32620]: cluster 2023-12-07T09:52:28.293563+0000 mgr.a (mgr.24293) 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-07T09:52:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:29 smithi027 bash[31536]: cluster 2023-12-07T09:52:28.293563+0000 mgr.a (mgr.24293) 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-07T09:52:31.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:31.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:31.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:31.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:31 smithi022 bash[28554]: cluster 2023-12-07T09:52:30.294305+0000 mgr.a (mgr.24293) 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-07T09:52:31.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:31 smithi044 bash[32620]: cluster 2023-12-07T09:52:30.294305+0000 mgr.a (mgr.24293) 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-07T09:52:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:31 smithi027 bash[31536]: cluster 2023-12-07T09:52:30.294305+0000 mgr.a (mgr.24293) 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-07T09:52:32.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:32.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:32.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:32.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:32.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:32.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:32 smithi022 bash[28554]: audit 2023-12-07T09:52:31.642314+0000 mgr.a (mgr.24293) 88 : audit 0 from='client.15798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:32.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:32 smithi044 bash[32620]: audit 2023-12-07T09:52:31.642314+0000 mgr.a (mgr.24293) 88 : audit 0 from='client.15798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:32 smithi027 bash[31536]: audit 2023-12-07T09:52:31.642314+0000 mgr.a (mgr.24293) 88 : audit 0 from='client.15798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:33.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:33 smithi022 bash[28554]: cluster 2023-12-07T09:52:32.295041+0000 mgr.a (mgr.24293) 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-07T09:52:33.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:33 smithi044 bash[32620]: cluster 2023-12-07T09:52:32.295041+0000 mgr.a (mgr.24293) 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-07T09:52:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:33 smithi027 bash[31536]: cluster 2023-12-07T09:52:32.295041+0000 mgr.a (mgr.24293) 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-07T09:52:35.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:35 smithi022 bash[28554]: cluster 2023-12-07T09:52:34.295719+0000 mgr.a (mgr.24293) 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-07T09:52:35.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:35 smithi044 bash[32620]: cluster 2023-12-07T09:52:34.295719+0000 mgr.a (mgr.24293) 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-07T09:52:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:35 smithi027 bash[31536]: cluster 2023-12-07T09:52:34.295719+0000 mgr.a (mgr.24293) 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-07T09:52:37.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:37.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:37.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:37.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:37 smithi022 bash[28554]: cluster 2023-12-07T09:52:36.296477+0000 mgr.a (mgr.24293) 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-07T09:52:37.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:37 smithi044 bash[32620]: cluster 2023-12-07T09:52:36.296477+0000 mgr.a (mgr.24293) 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-07T09:52:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:37 smithi027 bash[31536]: cluster 2023-12-07T09:52:36.296477+0000 mgr.a (mgr.24293) 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-07T09:52:38.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:38.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:38.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:38.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:38.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:38.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:38 smithi022 bash[28554]: audit 2023-12-07T09:52:37.584171+0000 mgr.a (mgr.24293) 92 : audit 0 from='client.15870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:38 smithi044 bash[32620]: audit 2023-12-07T09:52:37.584171+0000 mgr.a (mgr.24293) 92 : audit 0 from='client.15870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:38 smithi027 bash[31536]: audit 2023-12-07T09:52:37.584171+0000 mgr.a (mgr.24293) 92 : audit 0 from='client.15870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:39.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:39 smithi022 bash[28554]: cluster 2023-12-07T09:52:38.297180+0000 mgr.a (mgr.24293) 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-07T09:52:39.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:39 smithi044 bash[32620]: cluster 2023-12-07T09:52:38.297180+0000 mgr.a (mgr.24293) 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-07T09:52:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:39 smithi027 bash[31536]: cluster 2023-12-07T09:52:38.297180+0000 mgr.a (mgr.24293) 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-07T09:52:41.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:41 smithi022 bash[28554]: cluster 2023-12-07T09:52:40.297993+0000 mgr.a (mgr.24293) 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-07T09:52:41.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:41 smithi044 bash[32620]: cluster 2023-12-07T09:52:40.297993+0000 mgr.a (mgr.24293) 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-07T09:52:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:41 smithi027 bash[31536]: cluster 2023-12-07T09:52:40.297993+0000 mgr.a (mgr.24293) 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-07T09:52:43.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:43.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:43.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:43.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:43 smithi022 bash[28554]: cluster 2023-12-07T09:52:42.298575+0000 mgr.a (mgr.24293) 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-07T09:52:43.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:43 smithi044 bash[32620]: cluster 2023-12-07T09:52:42.298575+0000 mgr.a (mgr.24293) 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-07T09:52:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:43 smithi027 bash[31536]: cluster 2023-12-07T09:52:42.298575+0000 mgr.a (mgr.24293) 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-07T09:52:44.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:44.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:44.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:44.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:44.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:44.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:44 smithi022 bash[28554]: audit 2023-12-07T09:52:43.514893+0000 mgr.a (mgr.24293) 96 : audit 0 from='client.15942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:44.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:44 smithi044 bash[32620]: audit 2023-12-07T09:52:43.514893+0000 mgr.a (mgr.24293) 96 : audit 0 from='client.15942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:44 smithi027 bash[31536]: audit 2023-12-07T09:52:43.514893+0000 mgr.a (mgr.24293) 96 : audit 0 from='client.15942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:45.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:45 smithi022 bash[28554]: cluster 2023-12-07T09:52:44.299249+0000 mgr.a (mgr.24293) 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-07T09:52:45.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:45 smithi044 bash[32620]: cluster 2023-12-07T09:52:44.299249+0000 mgr.a (mgr.24293) 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-07T09:52:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:45 smithi027 bash[31536]: cluster 2023-12-07T09:52:44.299249+0000 mgr.a (mgr.24293) 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-07T09:52:47.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:47 smithi022 bash[28554]: cluster 2023-12-07T09:52:46.300123+0000 mgr.a (mgr.24293) 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-07T09:52:47.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:47 smithi044 bash[32620]: cluster 2023-12-07T09:52:46.300123+0000 mgr.a (mgr.24293) 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-07T09:52:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:47 smithi027 bash[31536]: cluster 2023-12-07T09:52:46.300123+0000 mgr.a (mgr.24293) 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-07T09:52:49.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:49.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:49.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:49.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:49 smithi022 bash[28554]: cluster 2023-12-07T09:52:48.300680+0000 mgr.a (mgr.24293) 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-07T09:52:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:49 smithi044 bash[32620]: cluster 2023-12-07T09:52:48.300680+0000 mgr.a (mgr.24293) 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-07T09:52:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:49 smithi027 bash[31536]: cluster 2023-12-07T09:52:48.300680+0000 mgr.a (mgr.24293) 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-07T09:52:49.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:49.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:49.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:49.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:49.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:50.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:50 smithi022 bash[28554]: audit 2023-12-07T09:52:49.445404+0000 mgr.a (mgr.24293) 100 : audit 0 from='client.16020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:50.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:50 smithi044 bash[32620]: audit 2023-12-07T09:52:49.445404+0000 mgr.a (mgr.24293) 100 : audit 0 from='client.16020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:50 smithi027 bash[31536]: audit 2023-12-07T09:52:49.445404+0000 mgr.a (mgr.24293) 100 : audit 0 from='client.16020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:51.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:51 smithi022 bash[28554]: cluster 2023-12-07T09:52:50.301614+0000 mgr.a (mgr.24293) 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-07T09:52:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:51 smithi044 bash[32620]: cluster 2023-12-07T09:52:50.301614+0000 mgr.a (mgr.24293) 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-07T09:52:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:51 smithi027 bash[31536]: cluster 2023-12-07T09:52:50.301614+0000 mgr.a (mgr.24293) 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-07T09:52:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:53 smithi022 bash[28554]: cluster 2023-12-07T09:52:52.302203+0000 mgr.a (mgr.24293) 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-07T09:52:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:53 smithi022 bash[28554]: audit 2023-12-07T09:52:53.374367+0000 mon.a (mon.0) 487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:52:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:53 smithi044 bash[32620]: cluster 2023-12-07T09:52:52.302203+0000 mgr.a (mgr.24293) 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-07T09:52:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:53 smithi044 bash[32620]: audit 2023-12-07T09:52:53.374367+0000 mon.a (mon.0) 487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:52:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:53 smithi027 bash[31536]: cluster 2023-12-07T09:52:52.302203+0000 mgr.a (mgr.24293) 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-07T09:52:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:53 smithi027 bash[31536]: audit 2023-12-07T09:52:53.374367+0000 mon.a (mon.0) 487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:52:54.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:54 smithi044 bash[32620]: audit 2023-12-07T09:52:54.162624+0000 mon.a (mon.0) 488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:52:54.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:54 smithi044 bash[32620]: audit 2023-12-07T09:52:54.164624+0000 mon.a (mon.0) 489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:52:54.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:54 smithi044 bash[32620]: audit 2023-12-07T09:52:54.174487+0000 mon.a (mon.0) 490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:52:54.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:54 smithi022 bash[28554]: audit 2023-12-07T09:52:54.162624+0000 mon.a (mon.0) 488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:52:54.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:54 smithi022 bash[28554]: audit 2023-12-07T09:52:54.164624+0000 mon.a (mon.0) 489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:52:54.935 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:54 smithi022 bash[28554]: audit 2023-12-07T09:52:54.174487+0000 mon.a (mon.0) 490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:52:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:54 smithi027 bash[31536]: audit 2023-12-07T09:52:54.162624+0000 mon.a (mon.0) 488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:52:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:54 smithi027 bash[31536]: audit 2023-12-07T09:52:54.164624+0000 mon.a (mon.0) 489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:52:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:54 smithi027 bash[31536]: audit 2023-12-07T09:52:54.174487+0000 mon.a (mon.0) 490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:52:54.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:52:54.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:54.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:55.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:52:55.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:55.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:55.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:55.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:52:55.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:55 smithi022 bash[28554]: cluster 2023-12-07T09:52:54.302796+0000 mgr.a (mgr.24293) 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-07T09:52:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:55 smithi044 bash[32620]: cluster 2023-12-07T09:52:54.302796+0000 mgr.a (mgr.24293) 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-07T09:52:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:55 smithi027 bash[31536]: cluster 2023-12-07T09:52:54.302796+0000 mgr.a (mgr.24293) 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-07T09:52:56.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:56 smithi022 bash[28554]: audit 2023-12-07T09:52:55.375252+0000 mgr.a (mgr.24293) 104 : audit 0 from='client.16098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:56.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:56 smithi044 bash[32620]: audit 2023-12-07T09:52:55.375252+0000 mgr.a (mgr.24293) 104 : audit 0 from='client.16098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:56 smithi027 bash[31536]: audit 2023-12-07T09:52:55.375252+0000 mgr.a (mgr.24293) 104 : audit 0 from='client.16098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:57.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:57 smithi022 bash[28554]: cluster 2023-12-07T09:52:56.304018+0000 mgr.a (mgr.24293) 105 : cluster 0 pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:57.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:57 smithi044 bash[32620]: cluster 2023-12-07T09:52:56.304018+0000 mgr.a (mgr.24293) 105 : cluster 0 pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:57 smithi027 bash[31536]: cluster 2023-12-07T09:52:56.304018+0000 mgr.a (mgr.24293) 105 : cluster 0 pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:59.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:52:59 smithi022 bash[28554]: cluster 2023-12-07T09:52:58.304657+0000 mgr.a (mgr.24293) 106 : cluster 0 pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:59.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:52:59 smithi044 bash[32620]: cluster 2023-12-07T09:52:58.304657+0000 mgr.a (mgr.24293) 106 : cluster 0 pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:52:59 smithi027 bash[31536]: cluster 2023-12-07T09:52:58.304657+0000 mgr.a (mgr.24293) 106 : cluster 0 pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:53:00.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:00.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:00.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:01.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:01.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:01.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:01.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:01.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:01.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:01 smithi022 bash[28554]: cluster 2023-12-07T09:53:00.305368+0000 mgr.a (mgr.24293) 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-07T09:53:01.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:01 smithi044 bash[32620]: cluster 2023-12-07T09:53:00.305368+0000 mgr.a (mgr.24293) 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-07T09:53:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:01 smithi027 bash[31536]: cluster 2023-12-07T09:53:00.305368+0000 mgr.a (mgr.24293) 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-07T09:53:02.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:02 smithi022 bash[28554]: audit 2023-12-07T09:53:01.289986+0000 mgr.a (mgr.24293) 108 : audit 0 from='client.16173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:02.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:02 smithi044 bash[32620]: audit 2023-12-07T09:53:01.289986+0000 mgr.a (mgr.24293) 108 : audit 0 from='client.16173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:02 smithi027 bash[31536]: audit 2023-12-07T09:53:01.289986+0000 mgr.a (mgr.24293) 108 : audit 0 from='client.16173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:03.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:03 smithi022 bash[28554]: cluster 2023-12-07T09:53:02.306075+0000 mgr.a (mgr.24293) 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-07T09:53:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:03 smithi044 bash[32620]: cluster 2023-12-07T09:53:02.306075+0000 mgr.a (mgr.24293) 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-07T09:53:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:03 smithi027 bash[31536]: cluster 2023-12-07T09:53:02.306075+0000 mgr.a (mgr.24293) 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-07T09:53:05.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:05 smithi022 bash[28554]: cluster 2023-12-07T09:53:04.306669+0000 mgr.a (mgr.24293) 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-07T09:53:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:05 smithi044 bash[32620]: cluster 2023-12-07T09:53:04.306669+0000 mgr.a (mgr.24293) 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-07T09:53:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:05 smithi027 bash[31536]: cluster 2023-12-07T09:53:04.306669+0000 mgr.a (mgr.24293) 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-07T09:53:06.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:06.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:06.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:07.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:07.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:07.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:07.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:07.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:07.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:07 smithi022 bash[28554]: cluster 2023-12-07T09:53:06.307477+0000 mgr.a (mgr.24293) 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-07T09:53:07.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:07 smithi044 bash[32620]: cluster 2023-12-07T09:53:06.307477+0000 mgr.a (mgr.24293) 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-07T09:53:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:07 smithi027 bash[31536]: cluster 2023-12-07T09:53:06.307477+0000 mgr.a (mgr.24293) 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-07T09:53:08.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:08 smithi022 bash[28554]: audit 2023-12-07T09:53:07.225849+0000 mgr.a (mgr.24293) 112 : audit 0 from='client.16248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:08.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:08 smithi044 bash[32620]: audit 2023-12-07T09:53:07.225849+0000 mgr.a (mgr.24293) 112 : audit 0 from='client.16248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:08 smithi027 bash[31536]: audit 2023-12-07T09:53:07.225849+0000 mgr.a (mgr.24293) 112 : audit 0 from='client.16248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:09.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:09 smithi022 bash[28554]: cluster 2023-12-07T09:53:08.308094+0000 mgr.a (mgr.24293) 113 : cluster 0 pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:09.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:09 smithi044 bash[32620]: cluster 2023-12-07T09:53:08.308094+0000 mgr.a (mgr.24293) 113 : cluster 0 pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:09 smithi027 bash[31536]: cluster 2023-12-07T09:53:08.308094+0000 mgr.a (mgr.24293) 113 : cluster 0 pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:11 smithi022 bash[28554]: cluster 2023-12-07T09:53:10.308882+0000 mgr.a (mgr.24293) 114 : cluster 0 pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:53:11.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:11 smithi044 bash[32620]: cluster 2023-12-07T09:53:10.308882+0000 mgr.a (mgr.24293) 114 : cluster 0 pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:53:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:11 smithi027 bash[31536]: cluster 2023-12-07T09:53:10.308882+0000 mgr.a (mgr.24293) 114 : cluster 0 pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:53:12.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:12.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:12.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:13.673 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:13.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:13.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:13.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:13.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:13.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:13 smithi022 bash[28554]: cluster 2023-12-07T09:53:12.309522+0000 mgr.a (mgr.24293) 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-07T09:53:13.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:13 smithi044 bash[32620]: cluster 2023-12-07T09:53:12.309522+0000 mgr.a (mgr.24293) 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-07T09:53:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:13 smithi027 bash[31536]: cluster 2023-12-07T09:53:12.309522+0000 mgr.a (mgr.24293) 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-07T09:53:14.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:14 smithi022 bash[28554]: audit 2023-12-07T09:53:13.155433+0000 mgr.a (mgr.24293) 116 : audit 0 from='client.16326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:14.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:14 smithi044 bash[32620]: audit 2023-12-07T09:53:13.155433+0000 mgr.a (mgr.24293) 116 : audit 0 from='client.16326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:14 smithi027 bash[31536]: audit 2023-12-07T09:53:13.155433+0000 mgr.a (mgr.24293) 116 : audit 0 from='client.16326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:15.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:15 smithi022 bash[28554]: cluster 2023-12-07T09:53:14.310187+0000 mgr.a (mgr.24293) 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-07T09:53:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:15 smithi044 bash[32620]: cluster 2023-12-07T09:53:14.310187+0000 mgr.a (mgr.24293) 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-07T09:53:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:15 smithi027 bash[31536]: cluster 2023-12-07T09:53:14.310187+0000 mgr.a (mgr.24293) 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-07T09:53:17.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:17 smithi022 bash[28554]: cluster 2023-12-07T09:53:16.310987+0000 mgr.a (mgr.24293) 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-07T09:53:17.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:17 smithi044 bash[32620]: cluster 2023-12-07T09:53:16.310987+0000 mgr.a (mgr.24293) 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-07T09:53:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:17 smithi027 bash[31536]: cluster 2023-12-07T09:53:16.310987+0000 mgr.a (mgr.24293) 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-07T09:53:18.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:18.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:18.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:19.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:19.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:19.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:19.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:19.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:19.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:19 smithi022 bash[28554]: cluster 2023-12-07T09:53:18.311620+0000 mgr.a (mgr.24293) 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-07T09:53:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:19 smithi044 bash[32620]: cluster 2023-12-07T09:53:18.311620+0000 mgr.a (mgr.24293) 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-07T09:53:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:19 smithi027 bash[31536]: cluster 2023-12-07T09:53:18.311620+0000 mgr.a (mgr.24293) 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-07T09:53:20.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:20 smithi022 bash[28554]: audit 2023-12-07T09:53:19.079296+0000 mgr.a (mgr.24293) 120 : audit 0 from='client.16398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:20.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:20 smithi044 bash[32620]: audit 2023-12-07T09:53:19.079296+0000 mgr.a (mgr.24293) 120 : audit 0 from='client.16398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:20 smithi027 bash[31536]: audit 2023-12-07T09:53:19.079296+0000 mgr.a (mgr.24293) 120 : audit 0 from='client.16398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:21.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:21 smithi022 bash[28554]: cluster 2023-12-07T09:53:20.312501+0000 mgr.a (mgr.24293) 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-07T09:53:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:21 smithi044 bash[32620]: cluster 2023-12-07T09:53:20.312501+0000 mgr.a (mgr.24293) 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-07T09:53:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:21 smithi027 bash[31536]: cluster 2023-12-07T09:53:20.312501+0000 mgr.a (mgr.24293) 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-07T09:53:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:23 smithi022 bash[28554]: cluster 2023-12-07T09:53:22.313088+0000 mgr.a (mgr.24293) 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-07T09:53:23.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:23 smithi044 bash[32620]: cluster 2023-12-07T09:53:22.313088+0000 mgr.a (mgr.24293) 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-07T09:53:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:23 smithi027 bash[31536]: cluster 2023-12-07T09:53:22.313088+0000 mgr.a (mgr.24293) 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-07T09:53:24.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:24.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:24.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:25.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:25.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:25.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:25.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:25.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:25.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:25 smithi022 bash[28554]: cluster 2023-12-07T09:53:24.313633+0000 mgr.a (mgr.24293) 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-07T09:53:25.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:25 smithi044 bash[32620]: cluster 2023-12-07T09:53:24.313633+0000 mgr.a (mgr.24293) 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-07T09:53:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:25 smithi027 bash[31536]: cluster 2023-12-07T09:53:24.313633+0000 mgr.a (mgr.24293) 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-07T09:53:26.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:26 smithi022 bash[28554]: audit 2023-12-07T09:53:24.997521+0000 mgr.a (mgr.24293) 124 : audit 0 from='client.16476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:26.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:26 smithi044 bash[32620]: audit 2023-12-07T09:53:24.997521+0000 mgr.a (mgr.24293) 124 : audit 0 from='client.16476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:26 smithi027 bash[31536]: audit 2023-12-07T09:53:24.997521+0000 mgr.a (mgr.24293) 124 : audit 0 from='client.16476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:27.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:27 smithi022 bash[28554]: cluster 2023-12-07T09:53:26.314593+0000 mgr.a (mgr.24293) 125 : cluster 0 pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:53:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:27 smithi044 bash[32620]: cluster 2023-12-07T09:53:26.314593+0000 mgr.a (mgr.24293) 125 : cluster 0 pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:53:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:27 smithi027 bash[31536]: cluster 2023-12-07T09:53:26.314593+0000 mgr.a (mgr.24293) 125 : cluster 0 pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:53:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:29 smithi027 bash[31536]: cluster 2023-12-07T09:53:28.315186+0000 mgr.a (mgr.24293) 126 : cluster 0 pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:53:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:29 smithi022 bash[28554]: cluster 2023-12-07T09:53:28.315186+0000 mgr.a (mgr.24293) 126 : cluster 0 pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:53:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:29 smithi044 bash[32620]: cluster 2023-12-07T09:53:28.315186+0000 mgr.a (mgr.24293) 126 : cluster 0 pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:53:30.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:30.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:30.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:31.444 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:31.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:31.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:31.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:31.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:31 smithi027 bash[31536]: cluster 2023-12-07T09:53:30.316104+0000 mgr.a (mgr.24293) 127 : 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-07T09:53:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:31 smithi022 bash[28554]: cluster 2023-12-07T09:53:30.316104+0000 mgr.a (mgr.24293) 127 : 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-07T09:53:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:31 smithi044 bash[32620]: cluster 2023-12-07T09:53:30.316104+0000 mgr.a (mgr.24293) 127 : 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-07T09:53:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:32 smithi027 bash[31536]: audit 2023-12-07T09:53:30.918619+0000 mgr.a (mgr.24293) 128 : audit 0 from='client.16551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:33.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:32 smithi022 bash[28554]: audit 2023-12-07T09:53:30.918619+0000 mgr.a (mgr.24293) 128 : audit 0 from='client.16551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:33.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:32 smithi044 bash[32620]: audit 2023-12-07T09:53:30.918619+0000 mgr.a (mgr.24293) 128 : audit 0 from='client.16551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:33 smithi027 bash[31536]: cluster 2023-12-07T09:53:32.316837+0000 mgr.a (mgr.24293) 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-07T09:53:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:33 smithi022 bash[28554]: cluster 2023-12-07T09:53:32.316837+0000 mgr.a (mgr.24293) 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-07T09:53:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:33 smithi044 bash[32620]: cluster 2023-12-07T09:53:32.316837+0000 mgr.a (mgr.24293) 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-07T09:53:35.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:34 smithi022 bash[28554]: cluster 2023-12-07T09:53:34.317523+0000 mgr.a (mgr.24293) 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-07T09:53:35.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:34 smithi044 bash[32620]: cluster 2023-12-07T09:53:34.317523+0000 mgr.a (mgr.24293) 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-07T09:53:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:34 smithi027 bash[31536]: cluster 2023-12-07T09:53:34.317523+0000 mgr.a (mgr.24293) 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-07T09:53:36.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:36.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:36.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:37.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:37.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:37.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:37.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:37.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:37.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:37 smithi022 bash[28554]: cluster 2023-12-07T09:53:36.318500+0000 mgr.a (mgr.24293) 131 : 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-07T09:53:37.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:37 smithi044 bash[32620]: cluster 2023-12-07T09:53:36.318500+0000 mgr.a (mgr.24293) 131 : 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-07T09:53:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:37 smithi027 bash[31536]: cluster 2023-12-07T09:53:36.318500+0000 mgr.a (mgr.24293) 131 : 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-07T09:53:38.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:38 smithi022 bash[28554]: audit 2023-12-07T09:53:36.852163+0000 mgr.a (mgr.24293) 132 : audit 0 from='client.16626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:38.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:38 smithi044 bash[32620]: audit 2023-12-07T09:53:36.852163+0000 mgr.a (mgr.24293) 132 : audit 0 from='client.16626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:38 smithi027 bash[31536]: audit 2023-12-07T09:53:36.852163+0000 mgr.a (mgr.24293) 132 : audit 0 from='client.16626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:39.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:39 smithi022 bash[28554]: cluster 2023-12-07T09:53:38.319324+0000 mgr.a (mgr.24293) 133 : cluster 0 pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:53:39.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:39 smithi044 bash[32620]: cluster 2023-12-07T09:53:38.319324+0000 mgr.a (mgr.24293) 133 : cluster 0 pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:53:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:39 smithi027 bash[31536]: cluster 2023-12-07T09:53:38.319324+0000 mgr.a (mgr.24293) 133 : cluster 0 pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:53:41.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:41 smithi022 bash[28554]: cluster 2023-12-07T09:53:40.320200+0000 mgr.a (mgr.24293) 134 : cluster 0 pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:53:41.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:41 smithi044 bash[32620]: cluster 2023-12-07T09:53:40.320200+0000 mgr.a (mgr.24293) 134 : cluster 0 pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:53:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:41 smithi027 bash[31536]: cluster 2023-12-07T09:53:40.320200+0000 mgr.a (mgr.24293) 134 : cluster 0 pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:53:42.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:42.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:42.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:43.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:43.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:43.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:43.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:43.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:43.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:43 smithi022 bash[28554]: cluster 2023-12-07T09:53:42.320726+0000 mgr.a (mgr.24293) 135 : 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-07T09:53:43.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:43 smithi044 bash[32620]: cluster 2023-12-07T09:53:42.320726+0000 mgr.a (mgr.24293) 135 : 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-07T09:53:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:43 smithi027 bash[31536]: cluster 2023-12-07T09:53:42.320726+0000 mgr.a (mgr.24293) 135 : 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-07T09:53:44.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:44 smithi022 bash[28554]: audit 2023-12-07T09:53:42.787404+0000 mgr.a (mgr.24293) 136 : audit 0 from='client.16701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:44.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:44 smithi044 bash[32620]: audit 2023-12-07T09:53:42.787404+0000 mgr.a (mgr.24293) 136 : audit 0 from='client.16701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:44 smithi027 bash[31536]: audit 2023-12-07T09:53:42.787404+0000 mgr.a (mgr.24293) 136 : audit 0 from='client.16701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:45.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:45 smithi022 bash[28554]: cluster 2023-12-07T09:53:44.321396+0000 mgr.a (mgr.24293) 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-07T09:53:45.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:45 smithi044 bash[32620]: cluster 2023-12-07T09:53:44.321396+0000 mgr.a (mgr.24293) 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-07T09:53:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:45 smithi027 bash[31536]: cluster 2023-12-07T09:53:44.321396+0000 mgr.a (mgr.24293) 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-07T09:53:47.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:47 smithi022 bash[28554]: cluster 2023-12-07T09:53:46.322230+0000 mgr.a (mgr.24293) 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-07T09:53:47.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:47 smithi044 bash[32620]: cluster 2023-12-07T09:53:46.322230+0000 mgr.a (mgr.24293) 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-07T09:53:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:47 smithi027 bash[31536]: cluster 2023-12-07T09:53:46.322230+0000 mgr.a (mgr.24293) 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-07T09:53:48.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:48.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:48.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:49.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:49.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:49.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:49.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:49.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:49.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:49 smithi022 bash[28554]: cluster 2023-12-07T09:53:48.322805+0000 mgr.a (mgr.24293) 139 : 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-07T09:53:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:49 smithi044 bash[32620]: cluster 2023-12-07T09:53:48.322805+0000 mgr.a (mgr.24293) 139 : 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-07T09:53:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:49 smithi027 bash[31536]: cluster 2023-12-07T09:53:48.322805+0000 mgr.a (mgr.24293) 139 : 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-07T09:53:50.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:50 smithi022 bash[28554]: audit 2023-12-07T09:53:48.745133+0000 mgr.a (mgr.24293) 140 : audit 0 from='client.16776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:50.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:50 smithi044 bash[32620]: audit 2023-12-07T09:53:48.745133+0000 mgr.a (mgr.24293) 140 : audit 0 from='client.16776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:50 smithi027 bash[31536]: audit 2023-12-07T09:53:48.745133+0000 mgr.a (mgr.24293) 140 : audit 0 from='client.16776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:51.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:51 smithi022 bash[28554]: cluster 2023-12-07T09:53:50.323696+0000 mgr.a (mgr.24293) 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-07T09:53:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:51 smithi044 bash[32620]: cluster 2023-12-07T09:53:50.323696+0000 mgr.a (mgr.24293) 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-07T09:53:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:51 smithi027 bash[31536]: cluster 2023-12-07T09:53:50.323696+0000 mgr.a (mgr.24293) 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-07T09:53:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:53 smithi022 bash[28554]: cluster 2023-12-07T09:53:52.324272+0000 mgr.a (mgr.24293) 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-07T09:53:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:53 smithi044 bash[32620]: cluster 2023-12-07T09:53:52.324272+0000 mgr.a (mgr.24293) 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-07T09:53:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:53 smithi027 bash[31536]: cluster 2023-12-07T09:53:52.324272+0000 mgr.a (mgr.24293) 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-07T09:53:54.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:53:54.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:54.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:54.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:54 smithi022 bash[28554]: audit 2023-12-07T09:53:54.276782+0000 mon.a (mon.0) 491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:53:54.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:54 smithi044 bash[32620]: audit 2023-12-07T09:53:54.276782+0000 mon.a (mon.0) 491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:53:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:54 smithi027 bash[31536]: audit 2023-12-07T09:53:54.276782+0000 mon.a (mon.0) 491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:53:55.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:53:55.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:55.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:55.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:55.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:53:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:55 smithi022 bash[28554]: cluster 2023-12-07T09:53:54.324794+0000 mgr.a (mgr.24293) 143 : 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-07T09:53:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:55 smithi022 bash[28554]: audit 2023-12-07T09:53:54.675884+0000 mgr.a (mgr.24293) 144 : audit 0 from='client.16854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:55 smithi022 bash[28554]: audit 2023-12-07T09:53:55.114548+0000 mon.a (mon.0) 492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:53:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:55 smithi022 bash[28554]: audit 2023-12-07T09:53:55.116892+0000 mon.a (mon.0) 493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:53:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:55 smithi022 bash[28554]: audit 2023-12-07T09:53:55.126003+0000 mon.a (mon.0) 494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:53:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:55 smithi044 bash[32620]: cluster 2023-12-07T09:53:54.324794+0000 mgr.a (mgr.24293) 143 : 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-07T09:53:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:55 smithi044 bash[32620]: audit 2023-12-07T09:53:54.675884+0000 mgr.a (mgr.24293) 144 : audit 0 from='client.16854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:55 smithi044 bash[32620]: audit 2023-12-07T09:53:55.114548+0000 mon.a (mon.0) 492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:53:55.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:55 smithi044 bash[32620]: audit 2023-12-07T09:53:55.116892+0000 mon.a (mon.0) 493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:53:55.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:55 smithi044 bash[32620]: audit 2023-12-07T09:53:55.126003+0000 mon.a (mon.0) 494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:53:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:55 smithi027 bash[31536]: cluster 2023-12-07T09:53:54.324794+0000 mgr.a (mgr.24293) 143 : 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-07T09:53:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:55 smithi027 bash[31536]: audit 2023-12-07T09:53:54.675884+0000 mgr.a (mgr.24293) 144 : audit 0 from='client.16854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:55 smithi027 bash[31536]: audit 2023-12-07T09:53:55.114548+0000 mon.a (mon.0) 492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:53:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:55 smithi027 bash[31536]: audit 2023-12-07T09:53:55.116892+0000 mon.a (mon.0) 493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:53:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:55 smithi027 bash[31536]: audit 2023-12-07T09:53:55.126003+0000 mon.a (mon.0) 494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:53:57.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:57 smithi022 bash[28554]: cluster 2023-12-07T09:53:56.325743+0000 mgr.a (mgr.24293) 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-07T09:53:57.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:57 smithi044 bash[32620]: cluster 2023-12-07T09:53:56.325743+0000 mgr.a (mgr.24293) 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-07T09:53:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:57 smithi027 bash[31536]: cluster 2023-12-07T09:53:56.325743+0000 mgr.a (mgr.24293) 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-07T09:53:59.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:53:59 smithi022 bash[28554]: cluster 2023-12-07T09:53:58.326305+0000 mgr.a (mgr.24293) 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-07T09:53:59.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:53:59 smithi044 bash[32620]: cluster 2023-12-07T09:53:58.326305+0000 mgr.a (mgr.24293) 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-07T09:53:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:53:59 smithi027 bash[31536]: cluster 2023-12-07T09:53:58.326305+0000 mgr.a (mgr.24293) 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-07T09:54:00.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:00.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:00.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:01.148 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:01.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:01.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:01.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:01.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:01.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:01 smithi022 bash[28554]: cluster 2023-12-07T09:54:00.327060+0000 mgr.a (mgr.24293) 147 : cluster 0 pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:01.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:01 smithi022 bash[28554]: audit 2023-12-07T09:54:00.626143+0000 mgr.a (mgr.24293) 148 : audit 0 from='client.16929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:01.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:01 smithi044 bash[32620]: cluster 2023-12-07T09:54:00.327060+0000 mgr.a (mgr.24293) 147 : cluster 0 pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:01.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:01 smithi044 bash[32620]: audit 2023-12-07T09:54:00.626143+0000 mgr.a (mgr.24293) 148 : audit 0 from='client.16929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:01 smithi027 bash[31536]: cluster 2023-12-07T09:54:00.327060+0000 mgr.a (mgr.24293) 147 : cluster 0 pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:01 smithi027 bash[31536]: audit 2023-12-07T09:54:00.626143+0000 mgr.a (mgr.24293) 148 : audit 0 from='client.16929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:03.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:03 smithi022 bash[28554]: cluster 2023-12-07T09:54:02.327741+0000 mgr.a (mgr.24293) 149 : cluster 0 pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:03 smithi044 bash[32620]: cluster 2023-12-07T09:54:02.327741+0000 mgr.a (mgr.24293) 149 : cluster 0 pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:03 smithi027 bash[31536]: cluster 2023-12-07T09:54:02.327741+0000 mgr.a (mgr.24293) 149 : cluster 0 pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:05.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:05 smithi022 bash[28554]: cluster 2023-12-07T09:54:04.328323+0000 mgr.a (mgr.24293) 150 : cluster 0 pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:05.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:05 smithi044 bash[32620]: cluster 2023-12-07T09:54:04.328323+0000 mgr.a (mgr.24293) 150 : cluster 0 pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:05 smithi027 bash[31536]: cluster 2023-12-07T09:54:04.328323+0000 mgr.a (mgr.24293) 150 : cluster 0 pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:06.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:06.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:06.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:07.090 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:07.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:07.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:07.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:07.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:07 smithi027 bash[31536]: cluster 2023-12-07T09:54:06.329091+0000 mgr.a (mgr.24293) 151 : 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-07T09:54:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:07 smithi027 bash[31536]: audit 2023-12-07T09:54:06.558489+0000 mgr.a (mgr.24293) 152 : audit 0 from='client.17007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:07 smithi022 bash[28554]: cluster 2023-12-07T09:54:06.329091+0000 mgr.a (mgr.24293) 151 : 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-07T09:54:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:07 smithi022 bash[28554]: audit 2023-12-07T09:54:06.558489+0000 mgr.a (mgr.24293) 152 : audit 0 from='client.17007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:07 smithi044 bash[32620]: cluster 2023-12-07T09:54:06.329091+0000 mgr.a (mgr.24293) 151 : 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-07T09:54:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:07 smithi044 bash[32620]: audit 2023-12-07T09:54:06.558489+0000 mgr.a (mgr.24293) 152 : audit 0 from='client.17007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:09 smithi027 bash[31536]: cluster 2023-12-07T09:54:08.329682+0000 mgr.a (mgr.24293) 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-07T09:54:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:09 smithi022 bash[28554]: cluster 2023-12-07T09:54:08.329682+0000 mgr.a (mgr.24293) 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-07T09:54:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:09 smithi044 bash[32620]: cluster 2023-12-07T09:54:08.329682+0000 mgr.a (mgr.24293) 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-07T09:54:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:11 smithi027 bash[31536]: cluster 2023-12-07T09:54:10.330481+0000 mgr.a (mgr.24293) 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-07T09:54:12.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:12.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:12.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:11 smithi022 bash[28554]: cluster 2023-12-07T09:54:10.330481+0000 mgr.a (mgr.24293) 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-07T09:54:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:11 smithi044 bash[32620]: cluster 2023-12-07T09:54:10.330481+0000 mgr.a (mgr.24293) 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-07T09:54:13.027 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:13.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:13.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:13.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:13.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:13 smithi027 bash[31536]: cluster 2023-12-07T09:54:12.331151+0000 mgr.a (mgr.24293) 155 : cluster 0 pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:13 smithi027 bash[31536]: audit 2023-12-07T09:54:12.498546+0000 mgr.a (mgr.24293) 156 : audit 0 from='client.17082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:13 smithi022 bash[28554]: cluster 2023-12-07T09:54:12.331151+0000 mgr.a (mgr.24293) 155 : cluster 0 pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:13 smithi022 bash[28554]: audit 2023-12-07T09:54:12.498546+0000 mgr.a (mgr.24293) 156 : audit 0 from='client.17082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:13 smithi044 bash[32620]: cluster 2023-12-07T09:54:12.331151+0000 mgr.a (mgr.24293) 155 : cluster 0 pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:13 smithi044 bash[32620]: audit 2023-12-07T09:54:12.498546+0000 mgr.a (mgr.24293) 156 : audit 0 from='client.17082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:15 smithi022 bash[28554]: cluster 2023-12-07T09:54:14.331851+0000 mgr.a (mgr.24293) 157 : cluster 0 pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:15 smithi044 bash[32620]: cluster 2023-12-07T09:54:14.331851+0000 mgr.a (mgr.24293) 157 : cluster 0 pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:15 smithi027 bash[31536]: cluster 2023-12-07T09:54:14.331851+0000 mgr.a (mgr.24293) 157 : cluster 0 pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:17.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:16 smithi022 bash[28554]: cluster 2023-12-07T09:54:16.332650+0000 mgr.a (mgr.24293) 158 : cluster 0 pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:54:17.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:16 smithi044 bash[32620]: cluster 2023-12-07T09:54:16.332650+0000 mgr.a (mgr.24293) 158 : cluster 0 pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:54:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:16 smithi027 bash[31536]: cluster 2023-12-07T09:54:16.332650+0000 mgr.a (mgr.24293) 158 : cluster 0 pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:54:18.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:18.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:18.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:18.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:19.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:19 smithi022 bash[28554]: cluster 2023-12-07T09:54:18.333075+0000 mgr.a (mgr.24293) 159 : 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-07T09:54:19.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:19 smithi022 bash[28554]: audit 2023-12-07T09:54:18.442750+0000 mgr.a (mgr.24293) 160 : audit 0 from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:19 smithi044 bash[32620]: cluster 2023-12-07T09:54:18.333075+0000 mgr.a (mgr.24293) 159 : 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-07T09:54:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:19 smithi044 bash[32620]: audit 2023-12-07T09:54:18.442750+0000 mgr.a (mgr.24293) 160 : audit 0 from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:19 smithi027 bash[31536]: cluster 2023-12-07T09:54:18.333075+0000 mgr.a (mgr.24293) 159 : 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-07T09:54:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:19 smithi027 bash[31536]: audit 2023-12-07T09:54:18.442750+0000 mgr.a (mgr.24293) 160 : audit 0 from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:21.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:21 smithi022 bash[28554]: cluster 2023-12-07T09:54:20.333980+0000 mgr.a (mgr.24293) 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-07T09:54:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:21 smithi044 bash[32620]: cluster 2023-12-07T09:54:20.333980+0000 mgr.a (mgr.24293) 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-07T09:54:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:21 smithi027 bash[31536]: cluster 2023-12-07T09:54:20.333980+0000 mgr.a (mgr.24293) 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-07T09:54:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:23 smithi022 bash[28554]: cluster 2023-12-07T09:54:22.334577+0000 mgr.a (mgr.24293) 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-07T09:54:23.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:23 smithi044 bash[32620]: cluster 2023-12-07T09:54:22.334577+0000 mgr.a (mgr.24293) 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-07T09:54:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:23 smithi027 bash[31536]: cluster 2023-12-07T09:54:22.334577+0000 mgr.a (mgr.24293) 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-07T09:54:23.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:23.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:23.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:24.878 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:24.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:24.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:24.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:24.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:25.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:25 smithi022 bash[28554]: cluster 2023-12-07T09:54:24.334972+0000 mgr.a (mgr.24293) 163 : 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-07T09:54:25.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:25 smithi022 bash[28554]: audit 2023-12-07T09:54:24.376662+0000 mgr.a (mgr.24293) 164 : audit 0 from='client.17238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:25.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:25 smithi044 bash[32620]: cluster 2023-12-07T09:54:24.334972+0000 mgr.a (mgr.24293) 163 : 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-07T09:54:25.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:25 smithi044 bash[32620]: audit 2023-12-07T09:54:24.376662+0000 mgr.a (mgr.24293) 164 : audit 0 from='client.17238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:25 smithi027 bash[31536]: cluster 2023-12-07T09:54:24.334972+0000 mgr.a (mgr.24293) 163 : 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-07T09:54:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:25 smithi027 bash[31536]: audit 2023-12-07T09:54:24.376662+0000 mgr.a (mgr.24293) 164 : audit 0 from='client.17238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:27.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:27 smithi022 bash[28554]: cluster 2023-12-07T09:54:26.335945+0000 mgr.a (mgr.24293) 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-07T09:54:27.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:27 smithi044 bash[32620]: cluster 2023-12-07T09:54:26.335945+0000 mgr.a (mgr.24293) 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-07T09:54:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:27 smithi027 bash[31536]: cluster 2023-12-07T09:54:26.335945+0000 mgr.a (mgr.24293) 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-07T09:54:29.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:29.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:29.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:29.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:29 smithi022 bash[28554]: cluster 2023-12-07T09:54:28.336569+0000 mgr.a (mgr.24293) 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-07T09:54:29.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:29 smithi044 bash[32620]: cluster 2023-12-07T09:54:28.336569+0000 mgr.a (mgr.24293) 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-07T09:54:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:29 smithi027 bash[31536]: cluster 2023-12-07T09:54:28.336569+0000 mgr.a (mgr.24293) 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-07T09:54:30.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:30.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:30.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:30.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:30.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:31.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:31 smithi022 bash[28554]: audit 2023-12-07T09:54:30.289811+0000 mgr.a (mgr.24293) 167 : audit 0 from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:31.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:31 smithi022 bash[28554]: cluster 2023-12-07T09:54:30.337112+0000 mgr.a (mgr.24293) 168 : cluster 0 pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:31.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:31 smithi044 bash[32620]: audit 2023-12-07T09:54:30.289811+0000 mgr.a (mgr.24293) 167 : audit 0 from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:31.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:31 smithi044 bash[32620]: cluster 2023-12-07T09:54:30.337112+0000 mgr.a (mgr.24293) 168 : cluster 0 pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:31 smithi027 bash[31536]: audit 2023-12-07T09:54:30.289811+0000 mgr.a (mgr.24293) 167 : audit 0 from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:31 smithi027 bash[31536]: cluster 2023-12-07T09:54:30.337112+0000 mgr.a (mgr.24293) 168 : cluster 0 pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:33.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:33 smithi022 bash[28554]: cluster 2023-12-07T09:54:32.337794+0000 mgr.a (mgr.24293) 169 : cluster 0 pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:33.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:33 smithi044 bash[32620]: cluster 2023-12-07T09:54:32.337794+0000 mgr.a (mgr.24293) 169 : cluster 0 pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:33 smithi027 bash[31536]: cluster 2023-12-07T09:54:32.337794+0000 mgr.a (mgr.24293) 169 : cluster 0 pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:35.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:35.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:35.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:35.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:35 smithi022 bash[28554]: cluster 2023-12-07T09:54:34.338376+0000 mgr.a (mgr.24293) 170 : cluster 0 pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:35.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:35 smithi044 bash[32620]: cluster 2023-12-07T09:54:34.338376+0000 mgr.a (mgr.24293) 170 : cluster 0 pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:35 smithi027 bash[31536]: cluster 2023-12-07T09:54:34.338376+0000 mgr.a (mgr.24293) 170 : cluster 0 pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:36.732 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:36.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:36.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:36.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:36.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:37.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:37 smithi022 bash[28554]: audit 2023-12-07T09:54:36.210892+0000 mgr.a (mgr.24293) 171 : audit 0 from='client.17388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:37.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:37 smithi022 bash[28554]: cluster 2023-12-07T09:54:36.339182+0000 mgr.a (mgr.24293) 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-07T09:54:37.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:37 smithi044 bash[32620]: audit 2023-12-07T09:54:36.210892+0000 mgr.a (mgr.24293) 171 : audit 0 from='client.17388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:37.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:37 smithi044 bash[32620]: cluster 2023-12-07T09:54:36.339182+0000 mgr.a (mgr.24293) 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-07T09:54:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:37 smithi027 bash[31536]: audit 2023-12-07T09:54:36.210892+0000 mgr.a (mgr.24293) 171 : audit 0 from='client.17388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:37 smithi027 bash[31536]: cluster 2023-12-07T09:54:36.339182+0000 mgr.a (mgr.24293) 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-07T09:54:39.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:39 smithi022 bash[28554]: cluster 2023-12-07T09:54:38.340003+0000 mgr.a (mgr.24293) 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-07T09:54:39.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:39 smithi044 bash[32620]: cluster 2023-12-07T09:54:38.340003+0000 mgr.a (mgr.24293) 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-07T09:54:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:39 smithi027 bash[31536]: cluster 2023-12-07T09:54:38.340003+0000 mgr.a (mgr.24293) 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-07T09:54:41.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:41.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:41.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:41.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:41 smithi022 bash[28554]: cluster 2023-12-07T09:54:40.340807+0000 mgr.a (mgr.24293) 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-07T09:54:41.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:41 smithi044 bash[32620]: cluster 2023-12-07T09:54:40.340807+0000 mgr.a (mgr.24293) 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-07T09:54:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:41 smithi027 bash[31536]: cluster 2023-12-07T09:54:40.340807+0000 mgr.a (mgr.24293) 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-07T09:54:42.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:42.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:42.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:42.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:42.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:43.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:43 smithi022 bash[28554]: audit 2023-12-07T09:54:42.138648+0000 mgr.a (mgr.24293) 175 : audit 0 from='client.17460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:43.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:43 smithi022 bash[28554]: cluster 2023-12-07T09:54:42.341345+0000 mgr.a (mgr.24293) 176 : cluster 0 pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:43.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:43 smithi044 bash[32620]: audit 2023-12-07T09:54:42.138648+0000 mgr.a (mgr.24293) 175 : audit 0 from='client.17460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:43.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:43 smithi044 bash[32620]: cluster 2023-12-07T09:54:42.341345+0000 mgr.a (mgr.24293) 176 : cluster 0 pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:43 smithi027 bash[31536]: audit 2023-12-07T09:54:42.138648+0000 mgr.a (mgr.24293) 175 : audit 0 from='client.17460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:43 smithi027 bash[31536]: cluster 2023-12-07T09:54:42.341345+0000 mgr.a (mgr.24293) 176 : cluster 0 pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:45.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:45 smithi022 bash[28554]: cluster 2023-12-07T09:54:44.341981+0000 mgr.a (mgr.24293) 177 : cluster 0 pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:45.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:45 smithi044 bash[32620]: cluster 2023-12-07T09:54:44.341981+0000 mgr.a (mgr.24293) 177 : cluster 0 pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:45 smithi027 bash[31536]: cluster 2023-12-07T09:54:44.341981+0000 mgr.a (mgr.24293) 177 : cluster 0 pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:47.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:47.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:47.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:47.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:47 smithi022 bash[28554]: cluster 2023-12-07T09:54:46.342833+0000 mgr.a (mgr.24293) 178 : cluster 0 pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:54:47.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:47 smithi044 bash[32620]: cluster 2023-12-07T09:54:46.342833+0000 mgr.a (mgr.24293) 178 : cluster 0 pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:54:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:47 smithi027 bash[31536]: cluster 2023-12-07T09:54:46.342833+0000 mgr.a (mgr.24293) 178 : cluster 0 pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:54:48.611 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:48.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:48.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:48.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:48.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:49.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:49 smithi022 bash[28554]: audit 2023-12-07T09:54:48.083399+0000 mgr.a (mgr.24293) 179 : audit 0 from='client.17535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:49.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:49 smithi022 bash[28554]: cluster 2023-12-07T09:54:48.343297+0000 mgr.a (mgr.24293) 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-07T09:54:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:49 smithi044 bash[32620]: audit 2023-12-07T09:54:48.083399+0000 mgr.a (mgr.24293) 179 : audit 0 from='client.17535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:49 smithi044 bash[32620]: cluster 2023-12-07T09:54:48.343297+0000 mgr.a (mgr.24293) 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-07T09:54:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:49 smithi027 bash[31536]: audit 2023-12-07T09:54:48.083399+0000 mgr.a (mgr.24293) 179 : audit 0 from='client.17535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:49 smithi027 bash[31536]: cluster 2023-12-07T09:54:48.343297+0000 mgr.a (mgr.24293) 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-07T09:54:51.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:51 smithi022 bash[28554]: cluster 2023-12-07T09:54:50.344171+0000 mgr.a (mgr.24293) 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-07T09:54:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:51 smithi044 bash[32620]: cluster 2023-12-07T09:54:50.344171+0000 mgr.a (mgr.24293) 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-07T09:54:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:51 smithi027 bash[31536]: cluster 2023-12-07T09:54:50.344171+0000 mgr.a (mgr.24293) 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-07T09:54:53.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:53.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:53.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:53.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:53 smithi022 bash[28554]: cluster 2023-12-07T09:54:52.344761+0000 mgr.a (mgr.24293) 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-07T09:54:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:53 smithi044 bash[32620]: cluster 2023-12-07T09:54:52.344761+0000 mgr.a (mgr.24293) 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-07T09:54:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:53 smithi027 bash[31536]: cluster 2023-12-07T09:54:52.344761+0000 mgr.a (mgr.24293) 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-07T09:54:54.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:54:54.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:54.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:54.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:54.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:54:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:55 smithi027 bash[31536]: audit 2023-12-07T09:54:54.021486+0000 mgr.a (mgr.24293) 183 : audit 0 from='client.26782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:55 smithi027 bash[31536]: cluster 2023-12-07T09:54:54.345363+0000 mgr.a (mgr.24293) 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-07T09:54:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:55 smithi027 bash[31536]: audit 2023-12-07T09:54:55.228080+0000 mon.a (mon.0) 495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:54:56.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:55 smithi022 bash[28554]: audit 2023-12-07T09:54:54.021486+0000 mgr.a (mgr.24293) 183 : audit 0 from='client.26782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:56.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:55 smithi022 bash[28554]: cluster 2023-12-07T09:54:54.345363+0000 mgr.a (mgr.24293) 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-07T09:54:56.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:55 smithi022 bash[28554]: audit 2023-12-07T09:54:55.228080+0000 mon.a (mon.0) 495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:54:56.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:55 smithi044 bash[32620]: audit 2023-12-07T09:54:54.021486+0000 mgr.a (mgr.24293) 183 : audit 0 from='client.26782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:56.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:55 smithi044 bash[32620]: cluster 2023-12-07T09:54:54.345363+0000 mgr.a (mgr.24293) 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-07T09:54:56.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:55 smithi044 bash[32620]: audit 2023-12-07T09:54:55.228080+0000 mon.a (mon.0) 495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:54:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:56 smithi022 bash[28554]: audit 2023-12-07T09:54:55.757515+0000 mon.a (mon.0) 496 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:56 smithi022 bash[28554]: audit 2023-12-07T09:54:55.764004+0000 mon.a (mon.0) 497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:56 smithi022 bash[28554]: cluster 2023-12-07T09:54:56.346316+0000 mgr.a (mgr.24293) 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-07T09:54:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:56 smithi022 bash[28554]: audit 2023-12-07T09:54:56.542468+0000 mon.a (mon.0) 498 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:54:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:56 smithi022 bash[28554]: audit 2023-12-07T09:54:56.544433+0000 mon.a (mon.0) 499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:54:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:56 smithi022 bash[28554]: audit 2023-12-07T09:54:56.554447+0000 mon.a (mon.0) 500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:56 smithi044 bash[32620]: audit 2023-12-07T09:54:55.757515+0000 mon.a (mon.0) 496 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:56 smithi044 bash[32620]: audit 2023-12-07T09:54:55.764004+0000 mon.a (mon.0) 497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:56 smithi044 bash[32620]: cluster 2023-12-07T09:54:56.346316+0000 mgr.a (mgr.24293) 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-07T09:54:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:56 smithi044 bash[32620]: audit 2023-12-07T09:54:56.542468+0000 mon.a (mon.0) 498 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:54:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:56 smithi044 bash[32620]: audit 2023-12-07T09:54:56.544433+0000 mon.a (mon.0) 499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:54:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:56 smithi044 bash[32620]: audit 2023-12-07T09:54:56.554447+0000 mon.a (mon.0) 500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:56 smithi027 bash[31536]: audit 2023-12-07T09:54:55.757515+0000 mon.a (mon.0) 496 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:56 smithi027 bash[31536]: audit 2023-12-07T09:54:55.764004+0000 mon.a (mon.0) 497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:56 smithi027 bash[31536]: cluster 2023-12-07T09:54:56.346316+0000 mgr.a (mgr.24293) 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-07T09:54:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:56 smithi027 bash[31536]: audit 2023-12-07T09:54:56.542468+0000 mon.a (mon.0) 498 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:54:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:56 smithi027 bash[31536]: audit 2023-12-07T09:54:56.544433+0000 mon.a (mon.0) 499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:54:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:56 smithi027 bash[31536]: audit 2023-12-07T09:54:56.554447+0000 mon.a (mon.0) 500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:54:59.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:54:59.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:59.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:59.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:54:59 smithi022 bash[28554]: cluster 2023-12-07T09:54:58.346959+0000 mgr.a (mgr.24293) 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-07T09:54:59.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:54:59 smithi044 bash[32620]: cluster 2023-12-07T09:54:58.346959+0000 mgr.a (mgr.24293) 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-07T09:54:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:54:59 smithi027 bash[31536]: cluster 2023-12-07T09:54:58.346959+0000 mgr.a (mgr.24293) 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-07T09:55:00.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:00.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:00.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:00.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:00.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:01.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:01 smithi022 bash[28554]: audit 2023-12-07T09:54:59.946803+0000 mgr.a (mgr.24293) 187 : audit 0 from='client.17688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:01.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:01 smithi022 bash[28554]: cluster 2023-12-07T09:55:00.348096+0000 mgr.a (mgr.24293) 188 : cluster 0 pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:55:01.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:01 smithi044 bash[32620]: audit 2023-12-07T09:54:59.946803+0000 mgr.a (mgr.24293) 187 : audit 0 from='client.17688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:01.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:01 smithi044 bash[32620]: cluster 2023-12-07T09:55:00.348096+0000 mgr.a (mgr.24293) 188 : cluster 0 pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:55:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:01 smithi027 bash[31536]: audit 2023-12-07T09:54:59.946803+0000 mgr.a (mgr.24293) 187 : audit 0 from='client.17688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:01 smithi027 bash[31536]: cluster 2023-12-07T09:55:00.348096+0000 mgr.a (mgr.24293) 188 : cluster 0 pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:55:03.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:03 smithi022 bash[28554]: cluster 2023-12-07T09:55:02.348697+0000 mgr.a (mgr.24293) 189 : cluster 0 pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:03.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:03 smithi044 bash[32620]: cluster 2023-12-07T09:55:02.348697+0000 mgr.a (mgr.24293) 189 : cluster 0 pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:03 smithi027 bash[31536]: cluster 2023-12-07T09:55:02.348697+0000 mgr.a (mgr.24293) 189 : cluster 0 pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:05.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:05.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:05.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:05.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:05 smithi022 bash[28554]: cluster 2023-12-07T09:55:04.349277+0000 mgr.a (mgr.24293) 190 : cluster 0 pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:05.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:05 smithi044 bash[32620]: cluster 2023-12-07T09:55:04.349277+0000 mgr.a (mgr.24293) 190 : cluster 0 pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:05 smithi027 bash[31536]: cluster 2023-12-07T09:55:04.349277+0000 mgr.a (mgr.24293) 190 : cluster 0 pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:06.417 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:06.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:06.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:06.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:06.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:07.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:07 smithi022 bash[28554]: audit 2023-12-07T09:55:05.888200+0000 mgr.a (mgr.24293) 191 : audit 0 from='client.17766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:07.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:07 smithi022 bash[28554]: cluster 2023-12-07T09:55:06.350138+0000 mgr.a (mgr.24293) 192 : cluster 0 pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:07.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:07 smithi044 bash[32620]: audit 2023-12-07T09:55:05.888200+0000 mgr.a (mgr.24293) 191 : audit 0 from='client.17766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:07.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:07 smithi044 bash[32620]: cluster 2023-12-07T09:55:06.350138+0000 mgr.a (mgr.24293) 192 : cluster 0 pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:07 smithi027 bash[31536]: audit 2023-12-07T09:55:05.888200+0000 mgr.a (mgr.24293) 191 : audit 0 from='client.17766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:07 smithi027 bash[31536]: cluster 2023-12-07T09:55:06.350138+0000 mgr.a (mgr.24293) 192 : cluster 0 pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:09.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:09 smithi022 bash[28554]: cluster 2023-12-07T09:55:08.350670+0000 mgr.a (mgr.24293) 193 : cluster 0 pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:09.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:09 smithi044 bash[32620]: cluster 2023-12-07T09:55:08.350670+0000 mgr.a (mgr.24293) 193 : cluster 0 pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:09 smithi027 bash[31536]: cluster 2023-12-07T09:55:08.350670+0000 mgr.a (mgr.24293) 193 : cluster 0 pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:11.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:11.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:11.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:11.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:11 smithi022 bash[28554]: cluster 2023-12-07T09:55:10.351428+0000 mgr.a (mgr.24293) 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-07T09:55:11.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:11 smithi044 bash[32620]: cluster 2023-12-07T09:55:10.351428+0000 mgr.a (mgr.24293) 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-07T09:55:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:11 smithi027 bash[31536]: cluster 2023-12-07T09:55:10.351428+0000 mgr.a (mgr.24293) 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-07T09:55:12.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:12.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:12.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:12.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:12.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:13.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:13 smithi022 bash[28554]: audit 2023-12-07T09:55:11.829546+0000 mgr.a (mgr.24293) 195 : audit 0 from='client.17844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:13.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:13 smithi022 bash[28554]: cluster 2023-12-07T09:55:12.352122+0000 mgr.a (mgr.24293) 196 : cluster 0 pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:55:13.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:13 smithi044 bash[32620]: audit 2023-12-07T09:55:11.829546+0000 mgr.a (mgr.24293) 195 : audit 0 from='client.17844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:13.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:13 smithi044 bash[32620]: cluster 2023-12-07T09:55:12.352122+0000 mgr.a (mgr.24293) 196 : cluster 0 pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:55:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:13 smithi027 bash[31536]: audit 2023-12-07T09:55:11.829546+0000 mgr.a (mgr.24293) 195 : audit 0 from='client.17844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:13 smithi027 bash[31536]: cluster 2023-12-07T09:55:12.352122+0000 mgr.a (mgr.24293) 196 : cluster 0 pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:55:15.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:15 smithi022 bash[28554]: cluster 2023-12-07T09:55:14.352715+0000 mgr.a (mgr.24293) 197 : cluster 0 pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:55:15.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:15 smithi044 bash[32620]: cluster 2023-12-07T09:55:14.352715+0000 mgr.a (mgr.24293) 197 : cluster 0 pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:55:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:15 smithi027 bash[31536]: cluster 2023-12-07T09:55:14.352715+0000 mgr.a (mgr.24293) 197 : cluster 0 pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:55:17.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:17.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:17.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:17.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:17 smithi022 bash[28554]: cluster 2023-12-07T09:55:16.353574+0000 mgr.a (mgr.24293) 198 : cluster 0 pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:55:17.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:17 smithi044 bash[32620]: cluster 2023-12-07T09:55:16.353574+0000 mgr.a (mgr.24293) 198 : cluster 0 pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:55:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:17 smithi027 bash[31536]: cluster 2023-12-07T09:55:16.353574+0000 mgr.a (mgr.24293) 198 : cluster 0 pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:55:18.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:18.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:18.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:18.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:18.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:19.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:19 smithi022 bash[28554]: audit 2023-12-07T09:55:17.762905+0000 mgr.a (mgr.24293) 199 : audit 0 from='client.17919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:19.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:19 smithi022 bash[28554]: cluster 2023-12-07T09:55:18.354288+0000 mgr.a (mgr.24293) 200 : cluster 0 pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:19.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:19 smithi044 bash[32620]: audit 2023-12-07T09:55:17.762905+0000 mgr.a (mgr.24293) 199 : audit 0 from='client.17919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:19.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:19 smithi044 bash[32620]: cluster 2023-12-07T09:55:18.354288+0000 mgr.a (mgr.24293) 200 : cluster 0 pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:19 smithi027 bash[31536]: audit 2023-12-07T09:55:17.762905+0000 mgr.a (mgr.24293) 199 : audit 0 from='client.17919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:19 smithi027 bash[31536]: cluster 2023-12-07T09:55:18.354288+0000 mgr.a (mgr.24293) 200 : cluster 0 pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:21.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:21 smithi022 bash[28554]: cluster 2023-12-07T09:55:20.355101+0000 mgr.a (mgr.24293) 201 : cluster 0 pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:21.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:21 smithi044 bash[32620]: cluster 2023-12-07T09:55:20.355101+0000 mgr.a (mgr.24293) 201 : cluster 0 pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:21 smithi027 bash[31536]: cluster 2023-12-07T09:55:20.355101+0000 mgr.a (mgr.24293) 201 : cluster 0 pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:23.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:23.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:23.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:23 smithi022 bash[28554]: cluster 2023-12-07T09:55:22.355668+0000 mgr.a (mgr.24293) 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-07T09:55:23.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:23 smithi044 bash[32620]: cluster 2023-12-07T09:55:22.355668+0000 mgr.a (mgr.24293) 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-07T09:55:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:23 smithi027 bash[31536]: cluster 2023-12-07T09:55:22.355668+0000 mgr.a (mgr.24293) 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-07T09:55:24.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:24 smithi027 bash[31536]: audit 2023-12-07T09:55:23.685167+0000 mgr.a (mgr.24293) 203 : audit 0 from='client.17994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:25.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:24 smithi022 bash[28554]: audit 2023-12-07T09:55:23.685167+0000 mgr.a (mgr.24293) 203 : audit 0 from='client.17994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:25.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:24 smithi044 bash[32620]: audit 2023-12-07T09:55:23.685167+0000 mgr.a (mgr.24293) 203 : audit 0 from='client.17994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:25 smithi027 bash[31536]: cluster 2023-12-07T09:55:24.356433+0000 mgr.a (mgr.24293) 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-07T09:55:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:25 smithi044 bash[32620]: cluster 2023-12-07T09:55:24.356433+0000 mgr.a (mgr.24293) 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-07T09:55:26.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:25 smithi022 bash[28554]: cluster 2023-12-07T09:55:24.356433+0000 mgr.a (mgr.24293) 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-07T09:55:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:27 smithi027 bash[31536]: cluster 2023-12-07T09:55:26.357305+0000 mgr.a (mgr.24293) 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-07T09:55:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:27 smithi044 bash[32620]: cluster 2023-12-07T09:55:26.357305+0000 mgr.a (mgr.24293) 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-07T09:55:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:27 smithi022 bash[28554]: cluster 2023-12-07T09:55:26.357305+0000 mgr.a (mgr.24293) 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-07T09:55:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:29.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:29 smithi027 bash[31536]: cluster 2023-12-07T09:55:28.357889+0000 mgr.a (mgr.24293) 206 : 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-07T09:55:30.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:30.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:30.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:30.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:30.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:29 smithi022 bash[28554]: cluster 2023-12-07T09:55:28.357889+0000 mgr.a (mgr.24293) 206 : 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-07T09:55:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:29 smithi044 bash[32620]: cluster 2023-12-07T09:55:28.357889+0000 mgr.a (mgr.24293) 206 : 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-07T09:55:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:30 smithi027 bash[31536]: audit 2023-12-07T09:55:29.622725+0000 mgr.a (mgr.24293) 207 : audit 0 from='client.18069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:31.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:30 smithi022 bash[28554]: audit 2023-12-07T09:55:29.622725+0000 mgr.a (mgr.24293) 207 : audit 0 from='client.18069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:31.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:30 smithi044 bash[32620]: audit 2023-12-07T09:55:29.622725+0000 mgr.a (mgr.24293) 207 : audit 0 from='client.18069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:31 smithi044 bash[32620]: cluster 2023-12-07T09:55:30.358818+0000 mgr.a (mgr.24293) 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-07T09:55:32.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:31 smithi022 bash[28554]: cluster 2023-12-07T09:55:30.358818+0000 mgr.a (mgr.24293) 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-07T09:55:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:31 smithi027 bash[31536]: cluster 2023-12-07T09:55:30.358818+0000 mgr.a (mgr.24293) 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-07T09:55:34.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:33 smithi022 bash[28554]: cluster 2023-12-07T09:55:32.359577+0000 mgr.a (mgr.24293) 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-07T09:55:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:33 smithi044 bash[32620]: cluster 2023-12-07T09:55:32.359577+0000 mgr.a (mgr.24293) 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-07T09:55:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:33 smithi027 bash[31536]: cluster 2023-12-07T09:55:32.359577+0000 mgr.a (mgr.24293) 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-07T09:55:35.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:35.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:35.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:36.092 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:36.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:36.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:36.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:36.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:35 smithi044 bash[32620]: cluster 2023-12-07T09:55:34.360235+0000 mgr.a (mgr.24293) 210 : 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-07T09:55:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:35 smithi022 bash[28554]: cluster 2023-12-07T09:55:34.360235+0000 mgr.a (mgr.24293) 210 : 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-07T09:55:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:35 smithi027 bash[31536]: cluster 2023-12-07T09:55:34.360235+0000 mgr.a (mgr.24293) 210 : 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-07T09:55:37.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:36 smithi044 bash[32620]: audit 2023-12-07T09:55:35.573793+0000 mgr.a (mgr.24293) 211 : audit 0 from='client.18144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:37.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:36 smithi022 bash[28554]: audit 2023-12-07T09:55:35.573793+0000 mgr.a (mgr.24293) 211 : audit 0 from='client.18144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:36 smithi027 bash[31536]: audit 2023-12-07T09:55:35.573793+0000 mgr.a (mgr.24293) 211 : audit 0 from='client.18144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:37 smithi044 bash[32620]: cluster 2023-12-07T09:55:36.361272+0000 mgr.a (mgr.24293) 212 : cluster 0 pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:38.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:37 smithi022 bash[28554]: cluster 2023-12-07T09:55:36.361272+0000 mgr.a (mgr.24293) 212 : cluster 0 pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:37 smithi027 bash[31536]: cluster 2023-12-07T09:55:36.361272+0000 mgr.a (mgr.24293) 212 : cluster 0 pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:39.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:38 smithi022 bash[28554]: cluster 2023-12-07T09:55:38.361880+0000 mgr.a (mgr.24293) 213 : cluster 0 pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:39.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:38 smithi044 bash[32620]: cluster 2023-12-07T09:55:38.361880+0000 mgr.a (mgr.24293) 213 : cluster 0 pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:38 smithi027 bash[31536]: cluster 2023-12-07T09:55:38.361880+0000 mgr.a (mgr.24293) 213 : cluster 0 pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:41.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:41.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:41.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:41.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:41 smithi044 bash[32620]: cluster 2023-12-07T09:55:40.362650+0000 mgr.a (mgr.24293) 214 : cluster 0 pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:41.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:41 smithi022 bash[28554]: cluster 2023-12-07T09:55:40.362650+0000 mgr.a (mgr.24293) 214 : cluster 0 pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:41 smithi027 bash[31536]: cluster 2023-12-07T09:55:40.362650+0000 mgr.a (mgr.24293) 214 : cluster 0 pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:42.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:42.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:42.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:42.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:42.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:42.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:42 smithi022 bash[28554]: audit 2023-12-07T09:55:41.502376+0000 mgr.a (mgr.24293) 215 : audit 0 from='client.18216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:42 smithi027 bash[31536]: audit 2023-12-07T09:55:41.502376+0000 mgr.a (mgr.24293) 215 : audit 0 from='client.18216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:42.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:42 smithi044 bash[32620]: audit 2023-12-07T09:55:41.502376+0000 mgr.a (mgr.24293) 215 : audit 0 from='client.18216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:43.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:43 smithi044 bash[32620]: cluster 2023-12-07T09:55:42.363387+0000 mgr.a (mgr.24293) 216 : cluster 0 pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:43.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:43 smithi022 bash[28554]: cluster 2023-12-07T09:55:42.363387+0000 mgr.a (mgr.24293) 216 : cluster 0 pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:43 smithi027 bash[31536]: cluster 2023-12-07T09:55:42.363387+0000 mgr.a (mgr.24293) 216 : cluster 0 pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:45.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:45 smithi044 bash[32620]: cluster 2023-12-07T09:55:44.364069+0000 mgr.a (mgr.24293) 217 : cluster 0 pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:45.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:45 smithi022 bash[28554]: cluster 2023-12-07T09:55:44.364069+0000 mgr.a (mgr.24293) 217 : cluster 0 pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:45 smithi027 bash[31536]: cluster 2023-12-07T09:55:44.364069+0000 mgr.a (mgr.24293) 217 : cluster 0 pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:47.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:47.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:47.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:47.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:47 smithi044 bash[32620]: cluster 2023-12-07T09:55:46.364904+0000 mgr.a (mgr.24293) 218 : 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-07T09:55:47.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:47 smithi022 bash[28554]: cluster 2023-12-07T09:55:46.364904+0000 mgr.a (mgr.24293) 218 : 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-07T09:55:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:47 smithi027 bash[31536]: cluster 2023-12-07T09:55:46.364904+0000 mgr.a (mgr.24293) 218 : 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-07T09:55:47.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:47.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:47.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:47.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:47.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:48.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:48 smithi044 bash[32620]: audit 2023-12-07T09:55:47.441597+0000 mgr.a (mgr.24293) 219 : audit 0 from='client.18294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:48.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:48 smithi022 bash[28554]: audit 2023-12-07T09:55:47.441597+0000 mgr.a (mgr.24293) 219 : audit 0 from='client.18294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:48 smithi027 bash[31536]: audit 2023-12-07T09:55:47.441597+0000 mgr.a (mgr.24293) 219 : audit 0 from='client.18294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:49 smithi044 bash[32620]: cluster 2023-12-07T09:55:48.365669+0000 mgr.a (mgr.24293) 220 : cluster 0 pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:49.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:49 smithi022 bash[28554]: cluster 2023-12-07T09:55:48.365669+0000 mgr.a (mgr.24293) 220 : cluster 0 pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:49 smithi027 bash[31536]: cluster 2023-12-07T09:55:48.365669+0000 mgr.a (mgr.24293) 220 : cluster 0 pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:51 smithi044 bash[32620]: cluster 2023-12-07T09:55:50.366499+0000 mgr.a (mgr.24293) 221 : cluster 0 pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:51.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:51 smithi022 bash[28554]: cluster 2023-12-07T09:55:50.366499+0000 mgr.a (mgr.24293) 221 : cluster 0 pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:51 smithi027 bash[31536]: cluster 2023-12-07T09:55:50.366499+0000 mgr.a (mgr.24293) 221 : cluster 0 pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:52.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:52.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:52.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:53.914 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:53.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:53.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:53.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:53.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:53 smithi044 bash[32620]: cluster 2023-12-07T09:55:52.367095+0000 mgr.a (mgr.24293) 222 : cluster 0 pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:53.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:53 smithi022 bash[28554]: cluster 2023-12-07T09:55:52.367095+0000 mgr.a (mgr.24293) 222 : cluster 0 pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:53 smithi027 bash[31536]: cluster 2023-12-07T09:55:52.367095+0000 mgr.a (mgr.24293) 222 : cluster 0 pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:54.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:54 smithi044 bash[32620]: audit 2023-12-07T09:55:53.394710+0000 mgr.a (mgr.24293) 223 : audit 0 from='client.18366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:54.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:54 smithi022 bash[28554]: audit 2023-12-07T09:55:53.394710+0000 mgr.a (mgr.24293) 223 : audit 0 from='client.18366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:54 smithi027 bash[31536]: audit 2023-12-07T09:55:53.394710+0000 mgr.a (mgr.24293) 223 : audit 0 from='client.18366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:55 smithi044 bash[32620]: cluster 2023-12-07T09:55:54.367881+0000 mgr.a (mgr.24293) 224 : cluster 0 pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:55.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:55 smithi022 bash[28554]: cluster 2023-12-07T09:55:54.367881+0000 mgr.a (mgr.24293) 224 : cluster 0 pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:55 smithi027 bash[31536]: cluster 2023-12-07T09:55:54.367881+0000 mgr.a (mgr.24293) 224 : cluster 0 pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:56 smithi027 bash[31536]: audit 2023-12-07T09:55:56.657532+0000 mon.a (mon.0) 501 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:55:57.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:56 smithi044 bash[32620]: audit 2023-12-07T09:55:56.657532+0000 mon.a (mon.0) 501 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:55:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:56 smithi022 bash[28554]: audit 2023-12-07T09:55:56.657532+0000 mon.a (mon.0) 501 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:55:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:57 smithi027 bash[31536]: cluster 2023-12-07T09:55:56.368704+0000 mgr.a (mgr.24293) 225 : cluster 0 pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:57 smithi027 bash[31536]: audit 2023-12-07T09:55:57.189239+0000 mon.a (mon.0) 502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:57 smithi027 bash[31536]: audit 2023-12-07T09:55:57.193938+0000 mon.a (mon.0) 503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:57 smithi027 bash[31536]: audit 2023-12-07T09:55:57.198164+0000 mon.a (mon.0) 504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:57 smithi027 bash[31536]: audit 2023-12-07T09:55:57.201998+0000 mon.a (mon.0) 505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:57 smithi044 bash[32620]: cluster 2023-12-07T09:55:56.368704+0000 mgr.a (mgr.24293) 225 : cluster 0 pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:57 smithi044 bash[32620]: audit 2023-12-07T09:55:57.189239+0000 mon.a (mon.0) 502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:57 smithi044 bash[32620]: audit 2023-12-07T09:55:57.193938+0000 mon.a (mon.0) 503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:57 smithi044 bash[32620]: audit 2023-12-07T09:55:57.198164+0000 mon.a (mon.0) 504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:57 smithi044 bash[32620]: audit 2023-12-07T09:55:57.201998+0000 mon.a (mon.0) 505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:57 smithi022 bash[28554]: cluster 2023-12-07T09:55:56.368704+0000 mgr.a (mgr.24293) 225 : cluster 0 pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:58.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:57 smithi022 bash[28554]: audit 2023-12-07T09:55:57.189239+0000 mon.a (mon.0) 502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:57 smithi022 bash[28554]: audit 2023-12-07T09:55:57.193938+0000 mon.a (mon.0) 503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.185 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:57 smithi022 bash[28554]: audit 2023-12-07T09:55:57.198164+0000 mon.a (mon.0) 504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.185 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:57 smithi022 bash[28554]: audit 2023-12-07T09:55:57.201998+0000 mon.a (mon.0) 505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:58.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:55:58.918 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:58.918 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:58 smithi027 bash[31536]: audit 2023-12-07T09:55:57.939264+0000 mon.a (mon.0) 506 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:55:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:58 smithi027 bash[31536]: audit 2023-12-07T09:55:57.941389+0000 mon.a (mon.0) 507 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:55:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:58 smithi027 bash[31536]: audit 2023-12-07T09:55:57.950995+0000 mon.a (mon.0) 508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:59.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:58 smithi044 bash[32620]: audit 2023-12-07T09:55:57.939264+0000 mon.a (mon.0) 506 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:55:59.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:58 smithi044 bash[32620]: audit 2023-12-07T09:55:57.941389+0000 mon.a (mon.0) 507 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:55:59.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:58 smithi044 bash[32620]: audit 2023-12-07T09:55:57.950995+0000 mon.a (mon.0) 508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:59.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:58 smithi022 bash[28554]: audit 2023-12-07T09:55:57.939264+0000 mon.a (mon.0) 506 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:55:59.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:58 smithi022 bash[28554]: audit 2023-12-07T09:55:57.941389+0000 mon.a (mon.0) 507 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:55:59.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:58 smithi022 bash[28554]: audit 2023-12-07T09:55:57.950995+0000 mon.a (mon.0) 508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:55:59.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:55:59.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:59.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:59.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:59.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:55:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:55:59 smithi027 bash[31536]: cluster 2023-12-07T09:55:58.369299+0000 mgr.a (mgr.24293) 226 : 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-07T09:56:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:55:59 smithi044 bash[32620]: cluster 2023-12-07T09:55:58.369299+0000 mgr.a (mgr.24293) 226 : 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-07T09:56:00.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:55:59 smithi022 bash[28554]: cluster 2023-12-07T09:55:58.369299+0000 mgr.a (mgr.24293) 226 : 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-07T09:56:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:00 smithi044 bash[32620]: audit 2023-12-07T09:55:59.322352+0000 mgr.a (mgr.24293) 227 : audit 0 from='client.18444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:01.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:00 smithi022 bash[28554]: audit 2023-12-07T09:55:59.322352+0000 mgr.a (mgr.24293) 227 : audit 0 from='client.18444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:00 smithi027 bash[31536]: audit 2023-12-07T09:55:59.322352+0000 mgr.a (mgr.24293) 227 : audit 0 from='client.18444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:01 smithi044 bash[32620]: cluster 2023-12-07T09:56:00.370252+0000 mgr.a (mgr.24293) 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-07T09:56:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:01 smithi022 bash[28554]: cluster 2023-12-07T09:56:00.370252+0000 mgr.a (mgr.24293) 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-07T09:56:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:01 smithi027 bash[31536]: cluster 2023-12-07T09:56:00.370252+0000 mgr.a (mgr.24293) 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-07T09:56:04.187 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:03 smithi022 bash[28554]: cluster 2023-12-07T09:56:02.370867+0000 mgr.a (mgr.24293) 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-07T09:56:04.187 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:03 smithi044 bash[32620]: cluster 2023-12-07T09:56:02.370867+0000 mgr.a (mgr.24293) 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-07T09:56:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:03 smithi027 bash[31536]: cluster 2023-12-07T09:56:02.370867+0000 mgr.a (mgr.24293) 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-07T09:56:04.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:04.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:04.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:05.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:05.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:05.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:05.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:05.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:05 smithi044 bash[32620]: cluster 2023-12-07T09:56:04.371487+0000 mgr.a (mgr.24293) 230 : 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-07T09:56:06.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:05 smithi022 bash[28554]: cluster 2023-12-07T09:56:04.371487+0000 mgr.a (mgr.24293) 230 : 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-07T09:56:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:05 smithi027 bash[31536]: cluster 2023-12-07T09:56:04.371487+0000 mgr.a (mgr.24293) 230 : 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-07T09:56:07.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:06 smithi044 bash[32620]: audit 2023-12-07T09:56:05.258356+0000 mgr.a (mgr.24293) 231 : audit 0 from='client.18516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:07.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:06 smithi022 bash[28554]: audit 2023-12-07T09:56:05.258356+0000 mgr.a (mgr.24293) 231 : audit 0 from='client.18516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:06 smithi027 bash[31536]: audit 2023-12-07T09:56:05.258356+0000 mgr.a (mgr.24293) 231 : audit 0 from='client.18516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:07 smithi044 bash[32620]: cluster 2023-12-07T09:56:06.372607+0000 mgr.a (mgr.24293) 232 : cluster 0 pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:07 smithi022 bash[28554]: cluster 2023-12-07T09:56:06.372607+0000 mgr.a (mgr.24293) 232 : cluster 0 pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:07 smithi027 bash[31536]: cluster 2023-12-07T09:56:06.372607+0000 mgr.a (mgr.24293) 232 : cluster 0 pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:09 smithi044 bash[32620]: cluster 2023-12-07T09:56:08.373279+0000 mgr.a (mgr.24293) 233 : cluster 0 pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:09 smithi022 bash[28554]: cluster 2023-12-07T09:56:08.373279+0000 mgr.a (mgr.24293) 233 : cluster 0 pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:09 smithi027 bash[31536]: cluster 2023-12-07T09:56:08.373279+0000 mgr.a (mgr.24293) 233 : cluster 0 pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:10.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:10.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:10.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:11.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:11.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:11.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:11.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:11.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:12.186 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:11 smithi044 bash[32620]: cluster 2023-12-07T09:56:10.374058+0000 mgr.a (mgr.24293) 234 : cluster 0 pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:12.187 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:11 smithi022 bash[28554]: cluster 2023-12-07T09:56:10.374058+0000 mgr.a (mgr.24293) 234 : cluster 0 pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:11 smithi027 bash[31536]: cluster 2023-12-07T09:56:10.374058+0000 mgr.a (mgr.24293) 234 : cluster 0 pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:12 smithi044 bash[32620]: audit 2023-12-07T09:56:11.210987+0000 mgr.a (mgr.24293) 235 : audit 0 from='client.18591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:12 smithi044 bash[32620]: cluster 2023-12-07T09:56:12.374801+0000 mgr.a (mgr.24293) 236 : cluster 0 pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:13.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:12 smithi022 bash[28554]: audit 2023-12-07T09:56:11.210987+0000 mgr.a (mgr.24293) 235 : audit 0 from='client.18591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:13.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:12 smithi022 bash[28554]: cluster 2023-12-07T09:56:12.374801+0000 mgr.a (mgr.24293) 236 : cluster 0 pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:12 smithi027 bash[31536]: audit 2023-12-07T09:56:11.210987+0000 mgr.a (mgr.24293) 235 : audit 0 from='client.18591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:12 smithi027 bash[31536]: cluster 2023-12-07T09:56:12.374801+0000 mgr.a (mgr.24293) 236 : cluster 0 pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:15 smithi027 bash[31536]: cluster 2023-12-07T09:56:14.375388+0000 mgr.a (mgr.24293) 237 : cluster 0 pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:15 smithi044 bash[32620]: cluster 2023-12-07T09:56:14.375388+0000 mgr.a (mgr.24293) 237 : cluster 0 pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:15.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:15 smithi022 bash[28554]: cluster 2023-12-07T09:56:14.375388+0000 mgr.a (mgr.24293) 237 : cluster 0 pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:16.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:16.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:16.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:17.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:17.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:17.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:17.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:17.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:17 smithi027 bash[31536]: cluster 2023-12-07T09:56:16.376176+0000 mgr.a (mgr.24293) 238 : 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-07T09:56:17.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:17 smithi044 bash[32620]: cluster 2023-12-07T09:56:16.376176+0000 mgr.a (mgr.24293) 238 : 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-07T09:56:17.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:17 smithi022 bash[28554]: cluster 2023-12-07T09:56:16.376176+0000 mgr.a (mgr.24293) 238 : 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-07T09:56:18.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:18 smithi044 bash[32620]: audit 2023-12-07T09:56:17.164744+0000 mgr.a (mgr.24293) 239 : audit 0 from='client.18666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:18.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:18 smithi022 bash[28554]: audit 2023-12-07T09:56:17.164744+0000 mgr.a (mgr.24293) 239 : audit 0 from='client.18666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:18 smithi027 bash[31536]: audit 2023-12-07T09:56:17.164744+0000 mgr.a (mgr.24293) 239 : audit 0 from='client.18666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:19 smithi044 bash[32620]: cluster 2023-12-07T09:56:18.376845+0000 mgr.a (mgr.24293) 240 : cluster 0 pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:19.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:19 smithi022 bash[28554]: cluster 2023-12-07T09:56:18.376845+0000 mgr.a (mgr.24293) 240 : cluster 0 pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:19 smithi027 bash[31536]: cluster 2023-12-07T09:56:18.376845+0000 mgr.a (mgr.24293) 240 : cluster 0 pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:21 smithi044 bash[32620]: cluster 2023-12-07T09:56:20.377659+0000 mgr.a (mgr.24293) 241 : cluster 0 pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:21.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:21 smithi022 bash[28554]: cluster 2023-12-07T09:56:20.377659+0000 mgr.a (mgr.24293) 241 : cluster 0 pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:21 smithi027 bash[31536]: cluster 2023-12-07T09:56:20.377659+0000 mgr.a (mgr.24293) 241 : cluster 0 pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:22.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:22.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:22.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:23.623 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:23.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:23.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:23.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:23.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:23.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:23 smithi044 bash[32620]: cluster 2023-12-07T09:56:22.378377+0000 mgr.a (mgr.24293) 242 : cluster 0 pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:23 smithi022 bash[28554]: cluster 2023-12-07T09:56:22.378377+0000 mgr.a (mgr.24293) 242 : cluster 0 pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:23 smithi027 bash[31536]: cluster 2023-12-07T09:56:22.378377+0000 mgr.a (mgr.24293) 242 : cluster 0 pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:24.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:24 smithi044 bash[32620]: audit 2023-12-07T09:56:23.099682+0000 mgr.a (mgr.24293) 243 : audit 0 from='client.18744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:24.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:24 smithi022 bash[28554]: audit 2023-12-07T09:56:23.099682+0000 mgr.a (mgr.24293) 243 : audit 0 from='client.18744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:24 smithi027 bash[31536]: audit 2023-12-07T09:56:23.099682+0000 mgr.a (mgr.24293) 243 : audit 0 from='client.18744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:25.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:25 smithi022 bash[28554]: cluster 2023-12-07T09:56:24.379107+0000 mgr.a (mgr.24293) 244 : cluster 0 pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:25.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:25 smithi044 bash[32620]: cluster 2023-12-07T09:56:24.379107+0000 mgr.a (mgr.24293) 244 : cluster 0 pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:25 smithi027 bash[31536]: cluster 2023-12-07T09:56:24.379107+0000 mgr.a (mgr.24293) 244 : cluster 0 pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:27 smithi027 bash[31536]: cluster 2023-12-07T09:56:26.379979+0000 mgr.a (mgr.24293) 245 : cluster 0 pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:27 smithi044 bash[32620]: cluster 2023-12-07T09:56:26.379979+0000 mgr.a (mgr.24293) 245 : cluster 0 pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:27 smithi022 bash[28554]: cluster 2023-12-07T09:56:26.379979+0000 mgr.a (mgr.24293) 245 : cluster 0 pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:28.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:28.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:28.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:29.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:29.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:29.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:29.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:29.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:29 smithi027 bash[31536]: cluster 2023-12-07T09:56:28.380618+0000 mgr.a (mgr.24293) 246 : 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-07T09:56:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:29 smithi044 bash[32620]: cluster 2023-12-07T09:56:28.380618+0000 mgr.a (mgr.24293) 246 : 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-07T09:56:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:29 smithi022 bash[28554]: cluster 2023-12-07T09:56:28.380618+0000 mgr.a (mgr.24293) 246 : 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-07T09:56:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:30 smithi027 bash[31536]: audit 2023-12-07T09:56:29.023244+0000 mgr.a (mgr.24293) 247 : audit 0 from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:31.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:30 smithi044 bash[32620]: audit 2023-12-07T09:56:29.023244+0000 mgr.a (mgr.24293) 247 : audit 0 from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:31.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:30 smithi022 bash[28554]: audit 2023-12-07T09:56:29.023244+0000 mgr.a (mgr.24293) 247 : audit 0 from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:31 smithi027 bash[31536]: cluster 2023-12-07T09:56:30.381518+0000 mgr.a (mgr.24293) 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-07T09:56:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:31 smithi044 bash[32620]: cluster 2023-12-07T09:56:30.381518+0000 mgr.a (mgr.24293) 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-07T09:56:32.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:31 smithi022 bash[28554]: cluster 2023-12-07T09:56:30.381518+0000 mgr.a (mgr.24293) 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-07T09:56:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:33 smithi044 bash[32620]: cluster 2023-12-07T09:56:32.382124+0000 mgr.a (mgr.24293) 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-07T09:56:34.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:33 smithi022 bash[28554]: cluster 2023-12-07T09:56:32.382124+0000 mgr.a (mgr.24293) 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-07T09:56:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:33 smithi027 bash[31536]: cluster 2023-12-07T09:56:32.382124+0000 mgr.a (mgr.24293) 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-07T09:56:34.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:34.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:34.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:35.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:35.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:35.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:35.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:35.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:35 smithi044 bash[32620]: cluster 2023-12-07T09:56:34.382701+0000 mgr.a (mgr.24293) 250 : 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-07T09:56:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:35 smithi022 bash[28554]: cluster 2023-12-07T09:56:34.382701+0000 mgr.a (mgr.24293) 250 : 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-07T09:56:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:35 smithi027 bash[31536]: cluster 2023-12-07T09:56:34.382701+0000 mgr.a (mgr.24293) 250 : 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-07T09:56:37.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:36 smithi044 bash[32620]: audit 2023-12-07T09:56:34.986548+0000 mgr.a (mgr.24293) 251 : audit 0 from='client.18900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:37.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:36 smithi022 bash[28554]: audit 2023-12-07T09:56:34.986548+0000 mgr.a (mgr.24293) 251 : audit 0 from='client.18900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:36 smithi027 bash[31536]: audit 2023-12-07T09:56:34.986548+0000 mgr.a (mgr.24293) 251 : audit 0 from='client.18900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:37 smithi044 bash[32620]: cluster 2023-12-07T09:56:36.383741+0000 mgr.a (mgr.24293) 252 : cluster 0 pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:56:38.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:37 smithi022 bash[28554]: cluster 2023-12-07T09:56:36.383741+0000 mgr.a (mgr.24293) 252 : cluster 0 pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:56:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:37 smithi027 bash[31536]: cluster 2023-12-07T09:56:36.383741+0000 mgr.a (mgr.24293) 252 : cluster 0 pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:56:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:39 smithi044 bash[32620]: cluster 2023-12-07T09:56:38.384315+0000 mgr.a (mgr.24293) 253 : cluster 0 pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:56:40.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:39 smithi022 bash[28554]: cluster 2023-12-07T09:56:38.384315+0000 mgr.a (mgr.24293) 253 : cluster 0 pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:56:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:39 smithi027 bash[31536]: cluster 2023-12-07T09:56:38.384315+0000 mgr.a (mgr.24293) 253 : cluster 0 pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:56:40.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:40.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:40.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:41.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:41.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:41.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:41.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:41.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:41 smithi044 bash[32620]: cluster 2023-12-07T09:56:40.385077+0000 mgr.a (mgr.24293) 254 : cluster 0 pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:42.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:41 smithi022 bash[28554]: cluster 2023-12-07T09:56:40.385077+0000 mgr.a (mgr.24293) 254 : cluster 0 pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:41 smithi027 bash[31536]: cluster 2023-12-07T09:56:40.385077+0000 mgr.a (mgr.24293) 254 : cluster 0 pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:43.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:42 smithi044 bash[32620]: audit 2023-12-07T09:56:40.912184+0000 mgr.a (mgr.24293) 255 : audit 0 from='client.18978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:43.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:42 smithi022 bash[28554]: audit 2023-12-07T09:56:40.912184+0000 mgr.a (mgr.24293) 255 : audit 0 from='client.18978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:42 smithi027 bash[31536]: audit 2023-12-07T09:56:40.912184+0000 mgr.a (mgr.24293) 255 : audit 0 from='client.18978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:43 smithi044 bash[32620]: cluster 2023-12-07T09:56:42.385748+0000 mgr.a (mgr.24293) 256 : cluster 0 pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:44.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:43 smithi022 bash[28554]: cluster 2023-12-07T09:56:42.385748+0000 mgr.a (mgr.24293) 256 : cluster 0 pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:43 smithi027 bash[31536]: cluster 2023-12-07T09:56:42.385748+0000 mgr.a (mgr.24293) 256 : cluster 0 pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:45.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:44 smithi044 bash[32620]: cluster 2023-12-07T09:56:44.386292+0000 mgr.a (mgr.24293) 257 : cluster 0 pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:45.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:44 smithi022 bash[28554]: cluster 2023-12-07T09:56:44.386292+0000 mgr.a (mgr.24293) 257 : cluster 0 pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:44 smithi027 bash[31536]: cluster 2023-12-07T09:56:44.386292+0000 mgr.a (mgr.24293) 257 : cluster 0 pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:46.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:46.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:46.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:47.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:47.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:47.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:47.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:47.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:47 smithi027 bash[31536]: cluster 2023-12-07T09:56:46.387072+0000 mgr.a (mgr.24293) 258 : cluster 0 pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:47.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:47 smithi044 bash[32620]: cluster 2023-12-07T09:56:46.387072+0000 mgr.a (mgr.24293) 258 : cluster 0 pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:47.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:47 smithi022 bash[28554]: cluster 2023-12-07T09:56:46.387072+0000 mgr.a (mgr.24293) 258 : cluster 0 pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:48.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:48 smithi044 bash[32620]: audit 2023-12-07T09:56:46.842375+0000 mgr.a (mgr.24293) 259 : audit 0 from='client.19053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:48.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:48 smithi022 bash[28554]: audit 2023-12-07T09:56:46.842375+0000 mgr.a (mgr.24293) 259 : audit 0 from='client.19053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:48 smithi027 bash[31536]: audit 2023-12-07T09:56:46.842375+0000 mgr.a (mgr.24293) 259 : audit 0 from='client.19053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:49.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:49 smithi044 bash[32620]: cluster 2023-12-07T09:56:48.387787+0000 mgr.a (mgr.24293) 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-07T09:56:49.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:49 smithi022 bash[28554]: cluster 2023-12-07T09:56:48.387787+0000 mgr.a (mgr.24293) 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-07T09:56:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:49 smithi027 bash[31536]: cluster 2023-12-07T09:56:48.387787+0000 mgr.a (mgr.24293) 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-07T09:56:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:51 smithi044 bash[32620]: cluster 2023-12-07T09:56:50.388593+0000 mgr.a (mgr.24293) 261 : cluster 0 pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:56:51.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:51 smithi022 bash[28554]: cluster 2023-12-07T09:56:50.388593+0000 mgr.a (mgr.24293) 261 : cluster 0 pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:56:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:51 smithi027 bash[31536]: cluster 2023-12-07T09:56:50.388593+0000 mgr.a (mgr.24293) 261 : cluster 0 pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:56:52.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:52.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:52.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:53.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:53.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:53.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:53.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:53.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:56:53.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:53 smithi044 bash[32620]: cluster 2023-12-07T09:56:52.389183+0000 mgr.a (mgr.24293) 262 : cluster 0 pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:53.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:53 smithi022 bash[28554]: cluster 2023-12-07T09:56:52.389183+0000 mgr.a (mgr.24293) 262 : cluster 0 pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:53 smithi027 bash[31536]: cluster 2023-12-07T09:56:52.389183+0000 mgr.a (mgr.24293) 262 : cluster 0 pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:54 smithi027 bash[31536]: audit 2023-12-07T09:56:52.789667+0000 mgr.a (mgr.24293) 263 : audit 0 from='client.19125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:55.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:54 smithi044 bash[32620]: audit 2023-12-07T09:56:52.789667+0000 mgr.a (mgr.24293) 263 : audit 0 from='client.19125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:55.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:54 smithi022 bash[28554]: audit 2023-12-07T09:56:52.789667+0000 mgr.a (mgr.24293) 263 : audit 0 from='client.19125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:55 smithi027 bash[31536]: cluster 2023-12-07T09:56:54.389851+0000 mgr.a (mgr.24293) 264 : cluster 0 pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:56.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:55 smithi044 bash[32620]: cluster 2023-12-07T09:56:54.389851+0000 mgr.a (mgr.24293) 264 : cluster 0 pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:56.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:55 smithi022 bash[28554]: cluster 2023-12-07T09:56:54.389851+0000 mgr.a (mgr.24293) 264 : cluster 0 pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:57 smithi027 bash[31536]: cluster 2023-12-07T09:56:56.390656+0000 mgr.a (mgr.24293) 265 : cluster 0 pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:57 smithi044 bash[32620]: cluster 2023-12-07T09:56:56.390656+0000 mgr.a (mgr.24293) 265 : cluster 0 pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:58.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:57 smithi022 bash[28554]: cluster 2023-12-07T09:56:56.390656+0000 mgr.a (mgr.24293) 265 : cluster 0 pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:58.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:56:58.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:58.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:59.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:58 smithi044 bash[32620]: audit 2023-12-07T09:56:58.054668+0000 mon.a (mon.0) 509 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:56:59.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:58 smithi022 bash[28554]: audit 2023-12-07T09:56:58.054668+0000 mon.a (mon.0) 509 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:56:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:58 smithi027 bash[31536]: audit 2023-12-07T09:56:58.054668+0000 mon.a (mon.0) 509 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:56:59.240 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:56:59.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:59.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:59.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:59.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:59 smithi044 bash[32620]: cluster 2023-12-07T09:56:58.391058+0000 mgr.a (mgr.24293) 266 : cluster 0 pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:59 smithi044 bash[32620]: audit 2023-12-07T09:56:58.730428+0000 mgr.a (mgr.24293) 267 : audit 0 from='client.19200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:59 smithi044 bash[32620]: audit 2023-12-07T09:56:58.855231+0000 mon.a (mon.0) 510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:57:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:59 smithi044 bash[32620]: audit 2023-12-07T09:56:58.857137+0000 mon.a (mon.0) 511 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:57:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:56:59 smithi044 bash[32620]: audit 2023-12-07T09:56:58.866008+0000 mon.a (mon.0) 512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:57:00.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:59 smithi022 bash[28554]: cluster 2023-12-07T09:56:58.391058+0000 mgr.a (mgr.24293) 266 : cluster 0 pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:00.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:59 smithi022 bash[28554]: audit 2023-12-07T09:56:58.730428+0000 mgr.a (mgr.24293) 267 : audit 0 from='client.19200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:00.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:59 smithi022 bash[28554]: audit 2023-12-07T09:56:58.855231+0000 mon.a (mon.0) 510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:57:00.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:59 smithi022 bash[28554]: audit 2023-12-07T09:56:58.857137+0000 mon.a (mon.0) 511 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:57:00.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:56:59 smithi022 bash[28554]: audit 2023-12-07T09:56:58.866008+0000 mon.a (mon.0) 512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:57:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:59 smithi027 bash[31536]: cluster 2023-12-07T09:56:58.391058+0000 mgr.a (mgr.24293) 266 : cluster 0 pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:59 smithi027 bash[31536]: audit 2023-12-07T09:56:58.730428+0000 mgr.a (mgr.24293) 267 : audit 0 from='client.19200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:59 smithi027 bash[31536]: audit 2023-12-07T09:56:58.855231+0000 mon.a (mon.0) 510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:57:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:59 smithi027 bash[31536]: audit 2023-12-07T09:56:58.857137+0000 mon.a (mon.0) 511 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:57:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:56:59 smithi027 bash[31536]: audit 2023-12-07T09:56:58.866008+0000 mon.a (mon.0) 512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:57:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:01 smithi044 bash[32620]: cluster 2023-12-07T09:57:00.391881+0000 mgr.a (mgr.24293) 268 : cluster 0 pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:01 smithi022 bash[28554]: cluster 2023-12-07T09:57:00.391881+0000 mgr.a (mgr.24293) 268 : cluster 0 pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:01 smithi027 bash[31536]: cluster 2023-12-07T09:57:00.391881+0000 mgr.a (mgr.24293) 268 : cluster 0 pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:03 smithi044 bash[32620]: cluster 2023-12-07T09:57:02.392443+0000 mgr.a (mgr.24293) 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-07T09:57:04.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:03 smithi022 bash[28554]: cluster 2023-12-07T09:57:02.392443+0000 mgr.a (mgr.24293) 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-07T09:57:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:03 smithi027 bash[31536]: cluster 2023-12-07T09:57:02.392443+0000 mgr.a (mgr.24293) 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-07T09:57:04.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:04.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:04.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:05.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:05.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:05.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:05.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:05.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:05 smithi044 bash[32620]: cluster 2023-12-07T09:57:04.393109+0000 mgr.a (mgr.24293) 270 : 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-07T09:57:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:05 smithi044 bash[32620]: audit 2023-12-07T09:57:04.645762+0000 mgr.a (mgr.24293) 271 : audit 0 from='client.19275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:06.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:05 smithi022 bash[28554]: cluster 2023-12-07T09:57:04.393109+0000 mgr.a (mgr.24293) 270 : 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-07T09:57:06.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:05 smithi022 bash[28554]: audit 2023-12-07T09:57:04.645762+0000 mgr.a (mgr.24293) 271 : audit 0 from='client.19275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:05 smithi027 bash[31536]: cluster 2023-12-07T09:57:04.393109+0000 mgr.a (mgr.24293) 270 : 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-07T09:57:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:05 smithi027 bash[31536]: audit 2023-12-07T09:57:04.645762+0000 mgr.a (mgr.24293) 271 : audit 0 from='client.19275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:07 smithi044 bash[32620]: cluster 2023-12-07T09:57:06.394035+0000 mgr.a (mgr.24293) 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-07T09:57:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:07 smithi022 bash[28554]: cluster 2023-12-07T09:57:06.394035+0000 mgr.a (mgr.24293) 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-07T09:57:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:07 smithi027 bash[31536]: cluster 2023-12-07T09:57:06.394035+0000 mgr.a (mgr.24293) 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-07T09:57:10.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:10.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:10.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:09 smithi044 bash[32620]: cluster 2023-12-07T09:57:08.394620+0000 mgr.a (mgr.24293) 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-07T09:57:10.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:09 smithi022 bash[28554]: cluster 2023-12-07T09:57:08.394620+0000 mgr.a (mgr.24293) 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-07T09:57:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:09 smithi027 bash[31536]: cluster 2023-12-07T09:57:08.394620+0000 mgr.a (mgr.24293) 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-07T09:57:11.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:11.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:11.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:11.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:11.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:11 smithi044 bash[32620]: cluster 2023-12-07T09:57:10.395342+0000 mgr.a (mgr.24293) 274 : cluster 0 pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:11 smithi044 bash[32620]: audit 2023-12-07T09:57:10.576082+0000 mgr.a (mgr.24293) 275 : audit 0 from='client.19347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:11 smithi022 bash[28554]: cluster 2023-12-07T09:57:10.395342+0000 mgr.a (mgr.24293) 274 : cluster 0 pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:12.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:11 smithi022 bash[28554]: audit 2023-12-07T09:57:10.576082+0000 mgr.a (mgr.24293) 275 : audit 0 from='client.19347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:11 smithi027 bash[31536]: cluster 2023-12-07T09:57:10.395342+0000 mgr.a (mgr.24293) 274 : cluster 0 pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:11 smithi027 bash[31536]: audit 2023-12-07T09:57:10.576082+0000 mgr.a (mgr.24293) 275 : audit 0 from='client.19347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:13 smithi044 bash[32620]: cluster 2023-12-07T09:57:12.396026+0000 mgr.a (mgr.24293) 276 : cluster 0 pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:13 smithi022 bash[28554]: cluster 2023-12-07T09:57:12.396026+0000 mgr.a (mgr.24293) 276 : cluster 0 pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:13 smithi027 bash[31536]: cluster 2023-12-07T09:57:12.396026+0000 mgr.a (mgr.24293) 276 : cluster 0 pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:16.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:16.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:16.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:15 smithi044 bash[32620]: cluster 2023-12-07T09:57:14.396587+0000 mgr.a (mgr.24293) 277 : cluster 0 pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:15 smithi022 bash[28554]: cluster 2023-12-07T09:57:14.396587+0000 mgr.a (mgr.24293) 277 : cluster 0 pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:15 smithi027 bash[31536]: cluster 2023-12-07T09:57:14.396587+0000 mgr.a (mgr.24293) 277 : cluster 0 pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:17.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:17.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:17.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:17.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:17.031 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:17.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:16 smithi044 bash[32620]: cluster 2023-12-07T09:57:16.397346+0000 mgr.a (mgr.24293) 278 : cluster 0 pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:17.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:16 smithi044 bash[32620]: audit 2023-12-07T09:57:16.501682+0000 mgr.a (mgr.24293) 279 : audit 0 from='client.19422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:17.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:16 smithi022 bash[28554]: cluster 2023-12-07T09:57:16.397346+0000 mgr.a (mgr.24293) 278 : cluster 0 pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:17.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:16 smithi022 bash[28554]: audit 2023-12-07T09:57:16.501682+0000 mgr.a (mgr.24293) 279 : audit 0 from='client.19422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:16 smithi027 bash[31536]: cluster 2023-12-07T09:57:16.397346+0000 mgr.a (mgr.24293) 278 : cluster 0 pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:16 smithi027 bash[31536]: audit 2023-12-07T09:57:16.501682+0000 mgr.a (mgr.24293) 279 : audit 0 from='client.19422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:19.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:19 smithi044 bash[32620]: cluster 2023-12-07T09:57:18.398032+0000 mgr.a (mgr.24293) 280 : cluster 0 pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:19.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:19 smithi022 bash[28554]: cluster 2023-12-07T09:57:18.398032+0000 mgr.a (mgr.24293) 280 : cluster 0 pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:19 smithi027 bash[31536]: cluster 2023-12-07T09:57:18.398032+0000 mgr.a (mgr.24293) 280 : cluster 0 pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:21.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:21 smithi022 bash[28554]: cluster 2023-12-07T09:57:20.398867+0000 mgr.a (mgr.24293) 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-07T09:57:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:21 smithi027 bash[31536]: cluster 2023-12-07T09:57:20.398867+0000 mgr.a (mgr.24293) 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-07T09:57:22.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:22.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:22.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:22.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:21 smithi044 bash[32620]: cluster 2023-12-07T09:57:20.398867+0000 mgr.a (mgr.24293) 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-07T09:57:22.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:22.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:22.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:22.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:22.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:23 smithi027 bash[31536]: cluster 2023-12-07T09:57:22.399458+0000 mgr.a (mgr.24293) 282 : cluster 0 pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:23 smithi027 bash[31536]: audit 2023-12-07T09:57:22.434667+0000 mgr.a (mgr.24293) 283 : audit 0 from='client.19500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:23 smithi044 bash[32620]: cluster 2023-12-07T09:57:22.399458+0000 mgr.a (mgr.24293) 282 : cluster 0 pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:23 smithi044 bash[32620]: audit 2023-12-07T09:57:22.434667+0000 mgr.a (mgr.24293) 283 : audit 0 from='client.19500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:24.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:23 smithi022 bash[28554]: cluster 2023-12-07T09:57:22.399458+0000 mgr.a (mgr.24293) 282 : cluster 0 pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:24.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:23 smithi022 bash[28554]: audit 2023-12-07T09:57:22.434667+0000 mgr.a (mgr.24293) 283 : audit 0 from='client.19500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:25 smithi027 bash[31536]: cluster 2023-12-07T09:57:24.400086+0000 mgr.a (mgr.24293) 284 : cluster 0 pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:25 smithi044 bash[32620]: cluster 2023-12-07T09:57:24.400086+0000 mgr.a (mgr.24293) 284 : cluster 0 pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:26.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:25 smithi022 bash[28554]: cluster 2023-12-07T09:57:24.400086+0000 mgr.a (mgr.24293) 284 : cluster 0 pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:27 smithi027 bash[31536]: cluster 2023-12-07T09:57:26.400917+0000 mgr.a (mgr.24293) 285 : cluster 0 pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:27.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:27.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:27.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:27 smithi044 bash[32620]: cluster 2023-12-07T09:57:26.400917+0000 mgr.a (mgr.24293) 285 : cluster 0 pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:27 smithi022 bash[28554]: cluster 2023-12-07T09:57:26.400917+0000 mgr.a (mgr.24293) 285 : cluster 0 pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:28.914 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:28.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:28.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:28.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:28.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:29 smithi027 bash[31536]: audit 2023-12-07T09:57:28.376217+0000 mgr.a (mgr.24293) 286 : audit 0 from='client.19578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:29 smithi027 bash[31536]: cluster 2023-12-07T09:57:28.401402+0000 mgr.a (mgr.24293) 287 : cluster 0 pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:29 smithi044 bash[32620]: audit 2023-12-07T09:57:28.376217+0000 mgr.a (mgr.24293) 286 : audit 0 from='client.19578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:29 smithi044 bash[32620]: cluster 2023-12-07T09:57:28.401402+0000 mgr.a (mgr.24293) 287 : cluster 0 pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:29 smithi022 bash[28554]: audit 2023-12-07T09:57:28.376217+0000 mgr.a (mgr.24293) 286 : audit 0 from='client.19578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:29 smithi022 bash[28554]: cluster 2023-12-07T09:57:28.401402+0000 mgr.a (mgr.24293) 287 : cluster 0 pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:31 smithi044 bash[32620]: cluster 2023-12-07T09:57:30.402225+0000 mgr.a (mgr.24293) 288 : cluster 0 pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:32.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:31 smithi022 bash[28554]: cluster 2023-12-07T09:57:30.402225+0000 mgr.a (mgr.24293) 288 : cluster 0 pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:31 smithi027 bash[31536]: cluster 2023-12-07T09:57:30.402225+0000 mgr.a (mgr.24293) 288 : cluster 0 pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:33.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:33.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:33.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:33 smithi044 bash[32620]: cluster 2023-12-07T09:57:32.402794+0000 mgr.a (mgr.24293) 289 : 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-07T09:57:34.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:33 smithi022 bash[28554]: cluster 2023-12-07T09:57:32.402794+0000 mgr.a (mgr.24293) 289 : 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-07T09:57:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:33 smithi027 bash[31536]: cluster 2023-12-07T09:57:32.402794+0000 mgr.a (mgr.24293) 289 : 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-07T09:57:34.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:34.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:34.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:34.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:34.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:35 smithi044 bash[32620]: audit 2023-12-07T09:57:34.321396+0000 mgr.a (mgr.24293) 290 : audit 0 from='client.19656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:35 smithi044 bash[32620]: cluster 2023-12-07T09:57:34.403490+0000 mgr.a (mgr.24293) 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-07T09:57:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:35 smithi022 bash[28554]: audit 2023-12-07T09:57:34.321396+0000 mgr.a (mgr.24293) 290 : audit 0 from='client.19656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:35 smithi022 bash[28554]: cluster 2023-12-07T09:57:34.403490+0000 mgr.a (mgr.24293) 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-07T09:57:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:35 smithi027 bash[31536]: audit 2023-12-07T09:57:34.321396+0000 mgr.a (mgr.24293) 290 : audit 0 from='client.19656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:35 smithi027 bash[31536]: cluster 2023-12-07T09:57:34.403490+0000 mgr.a (mgr.24293) 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-07T09:57:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:37 smithi044 bash[32620]: cluster 2023-12-07T09:57:36.404477+0000 mgr.a (mgr.24293) 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-07T09:57:38.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:37 smithi022 bash[28554]: cluster 2023-12-07T09:57:36.404477+0000 mgr.a (mgr.24293) 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-07T09:57:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:37 smithi027 bash[31536]: cluster 2023-12-07T09:57:36.404477+0000 mgr.a (mgr.24293) 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-07T09:57:39.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:39.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:39.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:39 smithi044 bash[32620]: cluster 2023-12-07T09:57:38.405112+0000 mgr.a (mgr.24293) 293 : 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-07T09:57:40.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:39 smithi022 bash[28554]: cluster 2023-12-07T09:57:38.405112+0000 mgr.a (mgr.24293) 293 : 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-07T09:57:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:39 smithi027 bash[31536]: cluster 2023-12-07T09:57:38.405112+0000 mgr.a (mgr.24293) 293 : 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-07T09:57:40.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:40.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:40.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:40.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:40.779 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:41 smithi044 bash[32620]: audit 2023-12-07T09:57:40.260710+0000 mgr.a (mgr.24293) 294 : audit 0 from='client.19728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:41 smithi044 bash[32620]: cluster 2023-12-07T09:57:40.415121+0000 mgr.a (mgr.24293) 295 : cluster 0 pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:42.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:41 smithi022 bash[28554]: audit 2023-12-07T09:57:40.260710+0000 mgr.a (mgr.24293) 294 : audit 0 from='client.19728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:42.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:41 smithi022 bash[28554]: cluster 2023-12-07T09:57:40.415121+0000 mgr.a (mgr.24293) 295 : cluster 0 pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:41 smithi027 bash[31536]: audit 2023-12-07T09:57:40.260710+0000 mgr.a (mgr.24293) 294 : audit 0 from='client.19728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:41 smithi027 bash[31536]: cluster 2023-12-07T09:57:40.415121+0000 mgr.a (mgr.24293) 295 : cluster 0 pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:43 smithi044 bash[32620]: cluster 2023-12-07T09:57:42.416057+0000 mgr.a (mgr.24293) 296 : cluster 0 pgmap v215: 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-07T09:57:44.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:43 smithi022 bash[28554]: cluster 2023-12-07T09:57:42.416057+0000 mgr.a (mgr.24293) 296 : cluster 0 pgmap v215: 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-07T09:57:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:43 smithi027 bash[31536]: cluster 2023-12-07T09:57:42.416057+0000 mgr.a (mgr.24293) 296 : cluster 0 pgmap v215: 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-07T09:57:45.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:45.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:45.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:45 smithi044 bash[32620]: cluster 2023-12-07T09:57:44.416612+0000 mgr.a (mgr.24293) 297 : cluster 0 pgmap v216: 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-07T09:57:46.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:45 smithi022 bash[28554]: cluster 2023-12-07T09:57:44.416612+0000 mgr.a (mgr.24293) 297 : cluster 0 pgmap v216: 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-07T09:57:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:45 smithi027 bash[31536]: cluster 2023-12-07T09:57:44.416612+0000 mgr.a (mgr.24293) 297 : cluster 0 pgmap v216: 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-07T09:57:46.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:46.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:46.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:46.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:46.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:47 smithi044 bash[32620]: audit 2023-12-07T09:57:46.180030+0000 mgr.a (mgr.24293) 298 : audit 0 from='client.19800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:47 smithi044 bash[32620]: cluster 2023-12-07T09:57:46.417500+0000 mgr.a (mgr.24293) 299 : cluster 0 pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:48.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:47 smithi022 bash[28554]: audit 2023-12-07T09:57:46.180030+0000 mgr.a (mgr.24293) 298 : audit 0 from='client.19800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:48.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:47 smithi022 bash[28554]: cluster 2023-12-07T09:57:46.417500+0000 mgr.a (mgr.24293) 299 : cluster 0 pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:47 smithi027 bash[31536]: audit 2023-12-07T09:57:46.180030+0000 mgr.a (mgr.24293) 298 : audit 0 from='client.19800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:47 smithi027 bash[31536]: cluster 2023-12-07T09:57:46.417500+0000 mgr.a (mgr.24293) 299 : cluster 0 pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:49 smithi044 bash[32620]: cluster 2023-12-07T09:57:48.418227+0000 mgr.a (mgr.24293) 300 : cluster 0 pgmap v218: 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-07T09:57:50.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:49 smithi022 bash[28554]: cluster 2023-12-07T09:57:48.418227+0000 mgr.a (mgr.24293) 300 : cluster 0 pgmap v218: 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-07T09:57:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:49 smithi027 bash[31536]: cluster 2023-12-07T09:57:48.418227+0000 mgr.a (mgr.24293) 300 : cluster 0 pgmap v218: 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-07T09:57:51.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:51.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:51.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:51 smithi044 bash[32620]: cluster 2023-12-07T09:57:50.419045+0000 mgr.a (mgr.24293) 301 : cluster 0 pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:52.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:51 smithi022 bash[28554]: cluster 2023-12-07T09:57:50.419045+0000 mgr.a (mgr.24293) 301 : cluster 0 pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:51 smithi027 bash[31536]: cluster 2023-12-07T09:57:50.419045+0000 mgr.a (mgr.24293) 301 : cluster 0 pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:52.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:52.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:52.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:52.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:52.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:54.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:53 smithi044 bash[32620]: audit 2023-12-07T09:57:52.123649+0000 mgr.a (mgr.24293) 302 : audit 0 from='client.19875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:54.209 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:53 smithi044 bash[32620]: cluster 2023-12-07T09:57:52.419825+0000 mgr.a (mgr.24293) 303 : cluster 0 pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:54.210 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:53 smithi027 bash[31536]: audit 2023-12-07T09:57:52.123649+0000 mgr.a (mgr.24293) 302 : audit 0 from='client.19875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:54.210 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:53 smithi027 bash[31536]: cluster 2023-12-07T09:57:52.419825+0000 mgr.a (mgr.24293) 303 : cluster 0 pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:54.210 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:53 smithi022 bash[28554]: audit 2023-12-07T09:57:52.123649+0000 mgr.a (mgr.24293) 302 : audit 0 from='client.19875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:54.210 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:53 smithi022 bash[28554]: cluster 2023-12-07T09:57:52.419825+0000 mgr.a (mgr.24293) 303 : cluster 0 pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:56.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:55 smithi044 bash[32620]: cluster 2023-12-07T09:57:54.420492+0000 mgr.a (mgr.24293) 304 : cluster 0 pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:56.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:55 smithi022 bash[28554]: cluster 2023-12-07T09:57:54.420492+0000 mgr.a (mgr.24293) 304 : cluster 0 pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:55 smithi027 bash[31536]: cluster 2023-12-07T09:57:54.420492+0000 mgr.a (mgr.24293) 304 : cluster 0 pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:57.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:56 smithi044 bash[32620]: cluster 2023-12-07T09:57:56.421427+0000 mgr.a (mgr.24293) 305 : cluster 0 pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:57.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:56 smithi022 bash[28554]: cluster 2023-12-07T09:57:56.421427+0000 mgr.a (mgr.24293) 305 : cluster 0 pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:56 smithi027 bash[31536]: cluster 2023-12-07T09:57:56.421427+0000 mgr.a (mgr.24293) 305 : cluster 0 pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:57.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:57:57.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:57.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:58.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:57:58.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:58.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:58.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:58.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:57:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:59 smithi027 bash[31536]: audit 2023-12-07T09:57:58.069626+0000 mgr.a (mgr.24293) 306 : audit 0 from='client.28517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:59 smithi027 bash[31536]: cluster 2023-12-07T09:57:58.421952+0000 mgr.a (mgr.24293) 307 : cluster 0 pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:57:59 smithi027 bash[31536]: audit 2023-12-07T09:57:58.974443+0000 mon.a (mon.0) 513 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:58:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:59 smithi044 bash[32620]: audit 2023-12-07T09:57:58.069626+0000 mgr.a (mgr.24293) 306 : audit 0 from='client.28517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:59 smithi044 bash[32620]: cluster 2023-12-07T09:57:58.421952+0000 mgr.a (mgr.24293) 307 : cluster 0 pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:57:59 smithi044 bash[32620]: audit 2023-12-07T09:57:58.974443+0000 mon.a (mon.0) 513 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:58:00.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:59 smithi022 bash[28554]: audit 2023-12-07T09:57:58.069626+0000 mgr.a (mgr.24293) 306 : audit 0 from='client.28517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:00.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:59 smithi022 bash[28554]: cluster 2023-12-07T09:57:58.421952+0000 mgr.a (mgr.24293) 307 : cluster 0 pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:00.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:57:59 smithi022 bash[28554]: audit 2023-12-07T09:57:58.974443+0000 mon.a (mon.0) 513 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:58:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:00 smithi027 bash[31536]: audit 2023-12-07T09:57:59.761944+0000 mon.a (mon.0) 514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:58:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:00 smithi027 bash[31536]: audit 2023-12-07T09:57:59.763755+0000 mon.a (mon.0) 515 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:58:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:00 smithi027 bash[31536]: audit 2023-12-07T09:57:59.772751+0000 mon.a (mon.0) 516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:58:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:00 smithi044 bash[32620]: audit 2023-12-07T09:57:59.761944+0000 mon.a (mon.0) 514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:58:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:00 smithi044 bash[32620]: audit 2023-12-07T09:57:59.763755+0000 mon.a (mon.0) 515 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:58:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:00 smithi044 bash[32620]: audit 2023-12-07T09:57:59.772751+0000 mon.a (mon.0) 516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:58:01.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:00 smithi022 bash[28554]: audit 2023-12-07T09:57:59.761944+0000 mon.a (mon.0) 514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:58:01.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:00 smithi022 bash[28554]: audit 2023-12-07T09:57:59.763755+0000 mon.a (mon.0) 515 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:58:01.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:00 smithi022 bash[28554]: audit 2023-12-07T09:57:59.772751+0000 mon.a (mon.0) 516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:58:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:01 smithi027 bash[31536]: cluster 2023-12-07T09:58:00.422787+0000 mgr.a (mgr.24293) 308 : cluster 0 pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:01 smithi044 bash[32620]: cluster 2023-12-07T09:58:00.422787+0000 mgr.a (mgr.24293) 308 : cluster 0 pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:02.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:01 smithi022 bash[28554]: cluster 2023-12-07T09:58:00.422787+0000 mgr.a (mgr.24293) 308 : cluster 0 pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:03.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:03.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:03.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:03 smithi027 bash[31536]: cluster 2023-12-07T09:58:02.423374+0000 mgr.a (mgr.24293) 309 : cluster 0 pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:03 smithi044 bash[32620]: cluster 2023-12-07T09:58:02.423374+0000 mgr.a (mgr.24293) 309 : cluster 0 pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:04.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:03 smithi022 bash[28554]: cluster 2023-12-07T09:58:02.423374+0000 mgr.a (mgr.24293) 309 : cluster 0 pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:04.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:04.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:04.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:04.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:04.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:05 smithi044 bash[32620]: audit 2023-12-07T09:58:04.009349+0000 mgr.a (mgr.24293) 310 : audit 0 from='client.20031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:05 smithi044 bash[32620]: cluster 2023-12-07T09:58:04.424174+0000 mgr.a (mgr.24293) 311 : cluster 0 pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:06.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:05 smithi022 bash[28554]: audit 2023-12-07T09:58:04.009349+0000 mgr.a (mgr.24293) 310 : audit 0 from='client.20031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:06.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:05 smithi022 bash[28554]: cluster 2023-12-07T09:58:04.424174+0000 mgr.a (mgr.24293) 311 : cluster 0 pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:05 smithi027 bash[31536]: audit 2023-12-07T09:58:04.009349+0000 mgr.a (mgr.24293) 310 : audit 0 from='client.20031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:05 smithi027 bash[31536]: cluster 2023-12-07T09:58:04.424174+0000 mgr.a (mgr.24293) 311 : cluster 0 pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:07 smithi044 bash[32620]: cluster 2023-12-07T09:58:06.425004+0000 mgr.a (mgr.24293) 312 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:07 smithi022 bash[28554]: cluster 2023-12-07T09:58:06.425004+0000 mgr.a (mgr.24293) 312 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:07 smithi027 bash[31536]: cluster 2023-12-07T09:58:06.425004+0000 mgr.a (mgr.24293) 312 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:09.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:09.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:09.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:09 smithi044 bash[32620]: cluster 2023-12-07T09:58:08.425629+0000 mgr.a (mgr.24293) 313 : 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-07T09:58:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:09 smithi022 bash[28554]: cluster 2023-12-07T09:58:08.425629+0000 mgr.a (mgr.24293) 313 : 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-07T09:58:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:09 smithi027 bash[31536]: cluster 2023-12-07T09:58:08.425629+0000 mgr.a (mgr.24293) 313 : 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-07T09:58:10.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:10.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:10.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:10.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:10.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:11 smithi044 bash[32620]: audit 2023-12-07T09:58:09.927221+0000 mgr.a (mgr.24293) 314 : audit 0 from='client.20109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:11 smithi044 bash[32620]: cluster 2023-12-07T09:58:10.426506+0000 mgr.a (mgr.24293) 315 : cluster 0 pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:58:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:11 smithi022 bash[28554]: audit 2023-12-07T09:58:09.927221+0000 mgr.a (mgr.24293) 314 : audit 0 from='client.20109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:11 smithi022 bash[28554]: cluster 2023-12-07T09:58:10.426506+0000 mgr.a (mgr.24293) 315 : cluster 0 pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:58:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:11 smithi027 bash[31536]: audit 2023-12-07T09:58:09.927221+0000 mgr.a (mgr.24293) 314 : audit 0 from='client.20109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:11 smithi027 bash[31536]: cluster 2023-12-07T09:58:10.426506+0000 mgr.a (mgr.24293) 315 : cluster 0 pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:58:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:13 smithi044 bash[32620]: cluster 2023-12-07T09:58:12.427133+0000 mgr.a (mgr.24293) 316 : cluster 0 pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:58:14.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:13 smithi022 bash[28554]: cluster 2023-12-07T09:58:12.427133+0000 mgr.a (mgr.24293) 316 : cluster 0 pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:58:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:13 smithi027 bash[31536]: cluster 2023-12-07T09:58:12.427133+0000 mgr.a (mgr.24293) 316 : cluster 0 pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:58:15.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:15.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:15.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:15 smithi044 bash[32620]: cluster 2023-12-07T09:58:14.427747+0000 mgr.a (mgr.24293) 317 : cluster 0 pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:58:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:15 smithi022 bash[28554]: cluster 2023-12-07T09:58:14.427747+0000 mgr.a (mgr.24293) 317 : cluster 0 pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:58:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:15 smithi027 bash[31536]: cluster 2023-12-07T09:58:14.427747+0000 mgr.a (mgr.24293) 317 : cluster 0 pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:58:16.378 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:16.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:16.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:16.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:16.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:18.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:17 smithi044 bash[32620]: audit 2023-12-07T09:58:15.849627+0000 mgr.a (mgr.24293) 318 : audit 0 from='client.20181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:18.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:17 smithi044 bash[32620]: cluster 2023-12-07T09:58:16.428798+0000 mgr.a (mgr.24293) 319 : cluster 0 pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:18.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:17 smithi022 bash[28554]: audit 2023-12-07T09:58:15.849627+0000 mgr.a (mgr.24293) 318 : audit 0 from='client.20181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:18.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:17 smithi022 bash[28554]: cluster 2023-12-07T09:58:16.428798+0000 mgr.a (mgr.24293) 319 : cluster 0 pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:17 smithi027 bash[31536]: audit 2023-12-07T09:58:15.849627+0000 mgr.a (mgr.24293) 318 : audit 0 from='client.20181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:17 smithi027 bash[31536]: cluster 2023-12-07T09:58:16.428798+0000 mgr.a (mgr.24293) 319 : cluster 0 pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:20.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:19 smithi044 bash[32620]: cluster 2023-12-07T09:58:18.429336+0000 mgr.a (mgr.24293) 320 : cluster 0 pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:20.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:19 smithi022 bash[28554]: cluster 2023-12-07T09:58:18.429336+0000 mgr.a (mgr.24293) 320 : cluster 0 pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:19 smithi027 bash[31536]: cluster 2023-12-07T09:58:18.429336+0000 mgr.a (mgr.24293) 320 : cluster 0 pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:21.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:21.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:21.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:22.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:21 smithi044 bash[32620]: cluster 2023-12-07T09:58:20.430068+0000 mgr.a (mgr.24293) 321 : cluster 0 pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:22.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:21 smithi022 bash[28554]: cluster 2023-12-07T09:58:20.430068+0000 mgr.a (mgr.24293) 321 : cluster 0 pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:21 smithi027 bash[31536]: cluster 2023-12-07T09:58:20.430068+0000 mgr.a (mgr.24293) 321 : cluster 0 pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:22.325 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:22.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:22.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:22.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:22.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:23 smithi044 bash[32620]: audit 2023-12-07T09:58:21.778965+0000 mgr.a (mgr.24293) 322 : audit 0 from='client.20256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:23 smithi044 bash[32620]: cluster 2023-12-07T09:58:22.430790+0000 mgr.a (mgr.24293) 323 : cluster 0 pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:58:24.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:23 smithi022 bash[28554]: audit 2023-12-07T09:58:21.778965+0000 mgr.a (mgr.24293) 322 : audit 0 from='client.20256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:24.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:23 smithi022 bash[28554]: cluster 2023-12-07T09:58:22.430790+0000 mgr.a (mgr.24293) 323 : cluster 0 pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:58:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:23 smithi027 bash[31536]: audit 2023-12-07T09:58:21.778965+0000 mgr.a (mgr.24293) 322 : audit 0 from='client.20256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:23 smithi027 bash[31536]: cluster 2023-12-07T09:58:22.430790+0000 mgr.a (mgr.24293) 323 : cluster 0 pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:58:26.186 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:25 smithi044 bash[32620]: cluster 2023-12-07T09:58:24.431390+0000 mgr.a (mgr.24293) 324 : cluster 0 pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:58:26.187 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:25 smithi022 bash[28554]: cluster 2023-12-07T09:58:24.431390+0000 mgr.a (mgr.24293) 324 : cluster 0 pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:58:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:25 smithi027 bash[31536]: cluster 2023-12-07T09:58:24.431390+0000 mgr.a (mgr.24293) 324 : cluster 0 pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:58:27.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:27.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:27.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:27 smithi044 bash[32620]: cluster 2023-12-07T09:58:26.432361+0000 mgr.a (mgr.24293) 325 : cluster 0 pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:58:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:27 smithi022 bash[28554]: cluster 2023-12-07T09:58:26.432361+0000 mgr.a (mgr.24293) 325 : cluster 0 pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:58:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:27 smithi027 bash[31536]: cluster 2023-12-07T09:58:26.432361+0000 mgr.a (mgr.24293) 325 : cluster 0 pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:58:28.278 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:28.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:28.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:28.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:28.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:29.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:28 smithi044 bash[32620]: audit 2023-12-07T09:58:27.739219+0000 mgr.a (mgr.24293) 326 : audit 0 from='client.20334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:29.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:28 smithi022 bash[28554]: audit 2023-12-07T09:58:27.739219+0000 mgr.a (mgr.24293) 326 : audit 0 from='client.20334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:28 smithi027 bash[31536]: audit 2023-12-07T09:58:27.739219+0000 mgr.a (mgr.24293) 326 : audit 0 from='client.20334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:29 smithi044 bash[32620]: cluster 2023-12-07T09:58:28.433122+0000 mgr.a (mgr.24293) 327 : cluster 0 pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:29 smithi022 bash[28554]: cluster 2023-12-07T09:58:28.433122+0000 mgr.a (mgr.24293) 327 : cluster 0 pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:29 smithi027 bash[31536]: cluster 2023-12-07T09:58:28.433122+0000 mgr.a (mgr.24293) 327 : cluster 0 pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:31.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:30 smithi044 bash[32620]: cluster 2023-12-07T09:58:30.433927+0000 mgr.a (mgr.24293) 328 : cluster 0 pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:31.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:30 smithi022 bash[28554]: cluster 2023-12-07T09:58:30.433927+0000 mgr.a (mgr.24293) 328 : cluster 0 pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:30 smithi027 bash[31536]: cluster 2023-12-07T09:58:30.433927+0000 mgr.a (mgr.24293) 328 : cluster 0 pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:33.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:33.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:33.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:33 smithi044 bash[32620]: cluster 2023-12-07T09:58:32.434506+0000 mgr.a (mgr.24293) 329 : cluster 0 pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:34.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:33 smithi022 bash[28554]: cluster 2023-12-07T09:58:32.434506+0000 mgr.a (mgr.24293) 329 : cluster 0 pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:34.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:34.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:34.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:34.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:34.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:33 smithi027 bash[31536]: cluster 2023-12-07T09:58:32.434506+0000 mgr.a (mgr.24293) 329 : cluster 0 pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:35.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:34 smithi044 bash[32620]: audit 2023-12-07T09:58:33.685445+0000 mgr.a (mgr.24293) 330 : audit 0 from='client.20412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:35.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:34 smithi022 bash[28554]: audit 2023-12-07T09:58:33.685445+0000 mgr.a (mgr.24293) 330 : audit 0 from='client.20412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:34 smithi027 bash[31536]: audit 2023-12-07T09:58:33.685445+0000 mgr.a (mgr.24293) 330 : audit 0 from='client.20412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:35 smithi044 bash[32620]: cluster 2023-12-07T09:58:34.435214+0000 mgr.a (mgr.24293) 331 : cluster 0 pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:35 smithi022 bash[28554]: cluster 2023-12-07T09:58:34.435214+0000 mgr.a (mgr.24293) 331 : cluster 0 pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:35 smithi027 bash[31536]: cluster 2023-12-07T09:58:34.435214+0000 mgr.a (mgr.24293) 331 : cluster 0 pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:37 smithi044 bash[32620]: cluster 2023-12-07T09:58:36.436180+0000 mgr.a (mgr.24293) 332 : cluster 0 pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:38.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:37 smithi022 bash[28554]: cluster 2023-12-07T09:58:36.436180+0000 mgr.a (mgr.24293) 332 : cluster 0 pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:37 smithi027 bash[31536]: cluster 2023-12-07T09:58:36.436180+0000 mgr.a (mgr.24293) 332 : cluster 0 pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:39.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:39.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:39.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:40.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:40.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:40.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:40.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:40.118 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:39 smithi044 bash[32620]: cluster 2023-12-07T09:58:38.436736+0000 mgr.a (mgr.24293) 333 : cluster 0 pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:40.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:39 smithi022 bash[28554]: cluster 2023-12-07T09:58:38.436736+0000 mgr.a (mgr.24293) 333 : cluster 0 pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:39 smithi027 bash[31536]: cluster 2023-12-07T09:58:38.436736+0000 mgr.a (mgr.24293) 333 : cluster 0 pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:41.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:40 smithi044 bash[32620]: audit 2023-12-07T09:58:39.609299+0000 mgr.a (mgr.24293) 334 : audit 0 from='client.20487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:41.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:40 smithi022 bash[28554]: audit 2023-12-07T09:58:39.609299+0000 mgr.a (mgr.24293) 334 : audit 0 from='client.20487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:40 smithi027 bash[31536]: audit 2023-12-07T09:58:39.609299+0000 mgr.a (mgr.24293) 334 : audit 0 from='client.20487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:41 smithi044 bash[32620]: cluster 2023-12-07T09:58:40.437661+0000 mgr.a (mgr.24293) 335 : cluster 0 pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:42.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:41 smithi022 bash[28554]: cluster 2023-12-07T09:58:40.437661+0000 mgr.a (mgr.24293) 335 : cluster 0 pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:41 smithi027 bash[31536]: cluster 2023-12-07T09:58:40.437661+0000 mgr.a (mgr.24293) 335 : cluster 0 pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:43 smithi044 bash[32620]: cluster 2023-12-07T09:58:42.438202+0000 mgr.a (mgr.24293) 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-07T09:58:44.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:43 smithi022 bash[28554]: cluster 2023-12-07T09:58:42.438202+0000 mgr.a (mgr.24293) 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-07T09:58:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:43 smithi027 bash[31536]: cluster 2023-12-07T09:58:42.438202+0000 mgr.a (mgr.24293) 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-07T09:58:45.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:45.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:45.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:46.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:46.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:46.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:46.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:46.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:45 smithi044 bash[32620]: cluster 2023-12-07T09:58:44.438742+0000 mgr.a (mgr.24293) 337 : 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-07T09:58:46.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:45 smithi022 bash[28554]: cluster 2023-12-07T09:58:44.438742+0000 mgr.a (mgr.24293) 337 : 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-07T09:58:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:45 smithi027 bash[31536]: cluster 2023-12-07T09:58:44.438742+0000 mgr.a (mgr.24293) 337 : 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-07T09:58:47.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:46 smithi044 bash[32620]: audit 2023-12-07T09:58:45.532748+0000 mgr.a (mgr.24293) 338 : audit 0 from='client.20562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:47.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:46 smithi022 bash[28554]: audit 2023-12-07T09:58:45.532748+0000 mgr.a (mgr.24293) 338 : audit 0 from='client.20562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:46 smithi027 bash[31536]: audit 2023-12-07T09:58:45.532748+0000 mgr.a (mgr.24293) 338 : audit 0 from='client.20562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:47 smithi044 bash[32620]: cluster 2023-12-07T09:58:46.439935+0000 mgr.a (mgr.24293) 339 : cluster 0 pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:48.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:47 smithi022 bash[28554]: cluster 2023-12-07T09:58:46.439935+0000 mgr.a (mgr.24293) 339 : cluster 0 pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:47 smithi027 bash[31536]: cluster 2023-12-07T09:58:46.439935+0000 mgr.a (mgr.24293) 339 : cluster 0 pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:49 smithi044 bash[32620]: cluster 2023-12-07T09:58:48.440692+0000 mgr.a (mgr.24293) 340 : cluster 0 pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:50.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:49 smithi022 bash[28554]: cluster 2023-12-07T09:58:48.440692+0000 mgr.a (mgr.24293) 340 : cluster 0 pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:49 smithi027 bash[31536]: cluster 2023-12-07T09:58:48.440692+0000 mgr.a (mgr.24293) 340 : cluster 0 pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:51.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:51.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:51.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:51.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:51.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:51.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:51.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:51.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:51 smithi044 bash[32620]: cluster 2023-12-07T09:58:50.441659+0000 mgr.a (mgr.24293) 341 : cluster 0 pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:52.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:51 smithi022 bash[28554]: cluster 2023-12-07T09:58:50.441659+0000 mgr.a (mgr.24293) 341 : cluster 0 pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:51 smithi027 bash[31536]: cluster 2023-12-07T09:58:50.441659+0000 mgr.a (mgr.24293) 341 : cluster 0 pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:53.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:52 smithi044 bash[32620]: audit 2023-12-07T09:58:51.459387+0000 mgr.a (mgr.24293) 342 : audit 0 from='client.20640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:53.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:52 smithi022 bash[28554]: audit 2023-12-07T09:58:51.459387+0000 mgr.a (mgr.24293) 342 : audit 0 from='client.20640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:52 smithi027 bash[31536]: audit 2023-12-07T09:58:51.459387+0000 mgr.a (mgr.24293) 342 : audit 0 from='client.20640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:54.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:53 smithi044 bash[32620]: cluster 2023-12-07T09:58:52.442539+0000 mgr.a (mgr.24293) 343 : cluster 0 pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:54.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:53 smithi022 bash[28554]: cluster 2023-12-07T09:58:52.442539+0000 mgr.a (mgr.24293) 343 : cluster 0 pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:53 smithi027 bash[31536]: cluster 2023-12-07T09:58:52.442539+0000 mgr.a (mgr.24293) 343 : cluster 0 pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:55.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:54 smithi044 bash[32620]: cluster 2023-12-07T09:58:54.443134+0000 mgr.a (mgr.24293) 344 : cluster 0 pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:55.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:54 smithi022 bash[28554]: cluster 2023-12-07T09:58:54.443134+0000 mgr.a (mgr.24293) 344 : cluster 0 pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:54 smithi027 bash[31536]: cluster 2023-12-07T09:58:54.443134+0000 mgr.a (mgr.24293) 344 : cluster 0 pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:56.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:58:56.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:56.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:57.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:58:57.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:57.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:57.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:57.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:58:57.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:57 smithi044 bash[32620]: cluster 2023-12-07T09:58:56.443932+0000 mgr.a (mgr.24293) 345 : cluster 0 pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:57.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:57 smithi022 bash[28554]: cluster 2023-12-07T09:58:56.443932+0000 mgr.a (mgr.24293) 345 : cluster 0 pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:57.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:57 smithi027 bash[31536]: cluster 2023-12-07T09:58:56.443932+0000 mgr.a (mgr.24293) 345 : cluster 0 pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:59.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:58 smithi044 bash[32620]: audit 2023-12-07T09:58:57.385841+0000 mgr.a (mgr.24293) 346 : audit 0 from='client.20718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:59.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:58 smithi022 bash[28554]: audit 2023-12-07T09:58:57.385841+0000 mgr.a (mgr.24293) 346 : audit 0 from='client.20718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:58 smithi027 bash[31536]: audit 2023-12-07T09:58:57.385841+0000 mgr.a (mgr.24293) 346 : audit 0 from='client.20718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:58:59 smithi044 bash[32620]: cluster 2023-12-07T09:58:58.444654+0000 mgr.a (mgr.24293) 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-07T09:59:00.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:58:59 smithi022 bash[28554]: cluster 2023-12-07T09:58:58.444654+0000 mgr.a (mgr.24293) 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-07T09:59:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:58:59 smithi027 bash[31536]: cluster 2023-12-07T09:58:58.444654+0000 mgr.a (mgr.24293) 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-07T09:59:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:00 smithi044 bash[32620]: audit 2023-12-07T09:58:59.875768+0000 mon.a (mon.0) 517 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:59:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:00 smithi044 bash[32620]: audit 2023-12-07T09:59:00.658994+0000 mon.a (mon.0) 518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:59:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:00 smithi044 bash[32620]: audit 2023-12-07T09:59:00.660904+0000 mon.a (mon.0) 519 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:59:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:00 smithi044 bash[32620]: audit 2023-12-07T09:59:00.670614+0000 mon.a (mon.0) 520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:59:01.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:00 smithi022 bash[28554]: audit 2023-12-07T09:58:59.875768+0000 mon.a (mon.0) 517 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:59:01.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:00 smithi022 bash[28554]: audit 2023-12-07T09:59:00.658994+0000 mon.a (mon.0) 518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:59:01.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:00 smithi022 bash[28554]: audit 2023-12-07T09:59:00.660904+0000 mon.a (mon.0) 519 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:59:01.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:00 smithi022 bash[28554]: audit 2023-12-07T09:59:00.670614+0000 mon.a (mon.0) 520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:59:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:00 smithi027 bash[31536]: audit 2023-12-07T09:58:59.875768+0000 mon.a (mon.0) 517 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:59:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:00 smithi027 bash[31536]: audit 2023-12-07T09:59:00.658994+0000 mon.a (mon.0) 518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:59:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:00 smithi027 bash[31536]: audit 2023-12-07T09:59:00.660904+0000 mon.a (mon.0) 519 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:59:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:00 smithi027 bash[31536]: audit 2023-12-07T09:59:00.670614+0000 mon.a (mon.0) 520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T09:59:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:01 smithi044 bash[32620]: cluster 2023-12-07T09:59:00.445628+0000 mgr.a (mgr.24293) 348 : cluster 0 pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:02.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:01 smithi022 bash[28554]: cluster 2023-12-07T09:59:00.445628+0000 mgr.a (mgr.24293) 348 : cluster 0 pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:01 smithi027 bash[31536]: cluster 2023-12-07T09:59:00.445628+0000 mgr.a (mgr.24293) 348 : cluster 0 pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:02.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:02.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:02.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:03.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:03.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:03.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:03.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:03.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:03 smithi044 bash[32620]: cluster 2023-12-07T09:59:02.446242+0000 mgr.a (mgr.24293) 349 : cluster 0 pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:04.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:03 smithi022 bash[28554]: cluster 2023-12-07T09:59:02.446242+0000 mgr.a (mgr.24293) 349 : cluster 0 pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:03 smithi027 bash[31536]: cluster 2023-12-07T09:59:02.446242+0000 mgr.a (mgr.24293) 349 : cluster 0 pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:05.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:04 smithi044 bash[32620]: audit 2023-12-07T09:59:03.306718+0000 mgr.a (mgr.24293) 350 : audit 0 from='client.20796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:05.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:04 smithi022 bash[28554]: audit 2023-12-07T09:59:03.306718+0000 mgr.a (mgr.24293) 350 : audit 0 from='client.20796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:04 smithi027 bash[31536]: audit 2023-12-07T09:59:03.306718+0000 mgr.a (mgr.24293) 350 : audit 0 from='client.20796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:05 smithi044 bash[32620]: cluster 2023-12-07T09:59:04.446932+0000 mgr.a (mgr.24293) 351 : cluster 0 pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:06.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:05 smithi022 bash[28554]: cluster 2023-12-07T09:59:04.446932+0000 mgr.a (mgr.24293) 351 : cluster 0 pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:05 smithi027 bash[31536]: cluster 2023-12-07T09:59:04.446932+0000 mgr.a (mgr.24293) 351 : cluster 0 pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:08.186 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:07 smithi044 bash[32620]: cluster 2023-12-07T09:59:06.447768+0000 mgr.a (mgr.24293) 352 : cluster 0 pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:08.186 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:07 smithi022 bash[28554]: cluster 2023-12-07T09:59:06.447768+0000 mgr.a (mgr.24293) 352 : cluster 0 pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:07 smithi027 bash[31536]: cluster 2023-12-07T09:59:06.447768+0000 mgr.a (mgr.24293) 352 : cluster 0 pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:08.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:08.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:08.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:09.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:09.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:09.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:09.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:09.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:09 smithi044 bash[32620]: cluster 2023-12-07T09:59:08.448353+0000 mgr.a (mgr.24293) 353 : cluster 0 pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:09 smithi022 bash[28554]: cluster 2023-12-07T09:59:08.448353+0000 mgr.a (mgr.24293) 353 : cluster 0 pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:09 smithi027 bash[31536]: cluster 2023-12-07T09:59:08.448353+0000 mgr.a (mgr.24293) 353 : cluster 0 pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:11.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:10 smithi044 bash[32620]: audit 2023-12-07T09:59:09.203461+0000 mgr.a (mgr.24293) 354 : audit 0 from='client.20871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:11.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:10 smithi022 bash[28554]: audit 2023-12-07T09:59:09.203461+0000 mgr.a (mgr.24293) 354 : audit 0 from='client.20871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:10 smithi027 bash[31536]: audit 2023-12-07T09:59:09.203461+0000 mgr.a (mgr.24293) 354 : audit 0 from='client.20871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:11 smithi044 bash[32620]: cluster 2023-12-07T09:59:10.449278+0000 mgr.a (mgr.24293) 355 : cluster 0 pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:11 smithi022 bash[28554]: cluster 2023-12-07T09:59:10.449278+0000 mgr.a (mgr.24293) 355 : cluster 0 pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:11 smithi027 bash[31536]: cluster 2023-12-07T09:59:10.449278+0000 mgr.a (mgr.24293) 355 : cluster 0 pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:13 smithi044 bash[32620]: cluster 2023-12-07T09:59:12.449874+0000 mgr.a (mgr.24293) 356 : 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-07T09:59:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:13 smithi022 bash[28554]: cluster 2023-12-07T09:59:12.449874+0000 mgr.a (mgr.24293) 356 : 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-07T09:59:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:13 smithi027 bash[31536]: cluster 2023-12-07T09:59:12.449874+0000 mgr.a (mgr.24293) 356 : 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-07T09:59:14.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:14.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:14.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:15.688 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:15.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:15.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:15.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:15.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:15 smithi044 bash[32620]: cluster 2023-12-07T09:59:14.450410+0000 mgr.a (mgr.24293) 357 : 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-07T09:59:16.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:15 smithi027 bash[31536]: cluster 2023-12-07T09:59:14.450410+0000 mgr.a (mgr.24293) 357 : 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-07T09:59:16.203 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:15 smithi022 bash[28554]: cluster 2023-12-07T09:59:14.450410+0000 mgr.a (mgr.24293) 357 : 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-07T09:59:17.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:16 smithi044 bash[32620]: audit 2023-12-07T09:59:15.165890+0000 mgr.a (mgr.24293) 358 : audit 0 from='client.20949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:17.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:16 smithi022 bash[28554]: audit 2023-12-07T09:59:15.165890+0000 mgr.a (mgr.24293) 358 : audit 0 from='client.20949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:16 smithi027 bash[31536]: audit 2023-12-07T09:59:15.165890+0000 mgr.a (mgr.24293) 358 : audit 0 from='client.20949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:18.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:17 smithi044 bash[32620]: cluster 2023-12-07T09:59:16.451439+0000 mgr.a (mgr.24293) 359 : cluster 0 pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:59:18.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:17 smithi022 bash[28554]: cluster 2023-12-07T09:59:16.451439+0000 mgr.a (mgr.24293) 359 : cluster 0 pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:59:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:17 smithi027 bash[31536]: cluster 2023-12-07T09:59:16.451439+0000 mgr.a (mgr.24293) 359 : cluster 0 pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:59:19.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:18 smithi044 bash[32620]: cluster 2023-12-07T09:59:18.452065+0000 mgr.a (mgr.24293) 360 : cluster 0 pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:19.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:18 smithi022 bash[28554]: cluster 2023-12-07T09:59:18.452065+0000 mgr.a (mgr.24293) 360 : cluster 0 pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:18 smithi027 bash[31536]: cluster 2023-12-07T09:59:18.452065+0000 mgr.a (mgr.24293) 360 : cluster 0 pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:20.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:20.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:20.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:21.629 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:21.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:21 smithi044 bash[32620]: cluster 2023-12-07T09:59:20.452815+0000 mgr.a (mgr.24293) 361 : cluster 0 pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:21.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:21 smithi022 bash[28554]: cluster 2023-12-07T09:59:20.452815+0000 mgr.a (mgr.24293) 361 : cluster 0 pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:21 smithi027 bash[31536]: cluster 2023-12-07T09:59:20.452815+0000 mgr.a (mgr.24293) 361 : cluster 0 pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:22.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:22 smithi044 bash[32620]: audit 2023-12-07T09:59:21.091225+0000 mgr.a (mgr.24293) 362 : audit 0 from='client.21027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:22.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:22 smithi022 bash[28554]: audit 2023-12-07T09:59:21.091225+0000 mgr.a (mgr.24293) 362 : audit 0 from='client.21027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:22 smithi027 bash[31536]: audit 2023-12-07T09:59:21.091225+0000 mgr.a (mgr.24293) 362 : audit 0 from='client.21027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:24.186 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:23 smithi044 bash[32620]: cluster 2023-12-07T09:59:22.453532+0000 mgr.a (mgr.24293) 363 : cluster 0 pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:24.186 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:23 smithi022 bash[28554]: cluster 2023-12-07T09:59:22.453532+0000 mgr.a (mgr.24293) 363 : cluster 0 pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:23 smithi027 bash[31536]: cluster 2023-12-07T09:59:22.453532+0000 mgr.a (mgr.24293) 363 : cluster 0 pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:25 smithi044 bash[32620]: cluster 2023-12-07T09:59:24.454089+0000 mgr.a (mgr.24293) 364 : cluster 0 pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:26.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:25 smithi022 bash[28554]: cluster 2023-12-07T09:59:24.454089+0000 mgr.a (mgr.24293) 364 : cluster 0 pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:25 smithi027 bash[31536]: cluster 2023-12-07T09:59:24.454089+0000 mgr.a (mgr.24293) 364 : cluster 0 pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:26.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:26.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:26.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:27.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:27.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:27 smithi044 bash[32620]: cluster 2023-12-07T09:59:26.454888+0000 mgr.a (mgr.24293) 365 : cluster 0 pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:27 smithi022 bash[28554]: cluster 2023-12-07T09:59:26.454888+0000 mgr.a (mgr.24293) 365 : cluster 0 pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:27 smithi027 bash[31536]: cluster 2023-12-07T09:59:26.454888+0000 mgr.a (mgr.24293) 365 : cluster 0 pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:29.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:28 smithi044 bash[32620]: audit 2023-12-07T09:59:27.030427+0000 mgr.a (mgr.24293) 366 : audit 0 from='client.21105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:29.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:28 smithi022 bash[28554]: audit 2023-12-07T09:59:27.030427+0000 mgr.a (mgr.24293) 366 : audit 0 from='client.21105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:28 smithi027 bash[31536]: audit 2023-12-07T09:59:27.030427+0000 mgr.a (mgr.24293) 366 : audit 0 from='client.21105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:29 smithi044 bash[32620]: cluster 2023-12-07T09:59:28.455589+0000 mgr.a (mgr.24293) 367 : cluster 0 pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:59:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:29 smithi022 bash[28554]: cluster 2023-12-07T09:59:28.455589+0000 mgr.a (mgr.24293) 367 : cluster 0 pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:59:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:29 smithi027 bash[31536]: cluster 2023-12-07T09:59:28.455589+0000 mgr.a (mgr.24293) 367 : cluster 0 pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:59:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:31 smithi044 bash[32620]: cluster 2023-12-07T09:59:30.456396+0000 mgr.a (mgr.24293) 368 : cluster 0 pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:59:32.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:31 smithi022 bash[28554]: cluster 2023-12-07T09:59:30.456396+0000 mgr.a (mgr.24293) 368 : cluster 0 pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:59:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:31 smithi027 bash[31536]: cluster 2023-12-07T09:59:30.456396+0000 mgr.a (mgr.24293) 368 : cluster 0 pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:59:32.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:32.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:32.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:33.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:33.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:33.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:33.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:33.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:33 smithi044 bash[32620]: cluster 2023-12-07T09:59:32.457000+0000 mgr.a (mgr.24293) 369 : cluster 0 pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:34.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:33 smithi022 bash[28554]: cluster 2023-12-07T09:59:32.457000+0000 mgr.a (mgr.24293) 369 : cluster 0 pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:33 smithi027 bash[31536]: cluster 2023-12-07T09:59:32.457000+0000 mgr.a (mgr.24293) 369 : cluster 0 pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:35.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:34 smithi044 bash[32620]: audit 2023-12-07T09:59:32.970629+0000 mgr.a (mgr.24293) 370 : audit 0 from='client.21183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:35.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:34 smithi022 bash[28554]: audit 2023-12-07T09:59:32.970629+0000 mgr.a (mgr.24293) 370 : audit 0 from='client.21183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:34 smithi027 bash[31536]: audit 2023-12-07T09:59:32.970629+0000 mgr.a (mgr.24293) 370 : audit 0 from='client.21183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:35 smithi044 bash[32620]: cluster 2023-12-07T09:59:34.457706+0000 mgr.a (mgr.24293) 371 : cluster 0 pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:35 smithi022 bash[28554]: cluster 2023-12-07T09:59:34.457706+0000 mgr.a (mgr.24293) 371 : cluster 0 pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:35 smithi027 bash[31536]: cluster 2023-12-07T09:59:34.457706+0000 mgr.a (mgr.24293) 371 : cluster 0 pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:37 smithi044 bash[32620]: cluster 2023-12-07T09:59:36.458552+0000 mgr.a (mgr.24293) 372 : cluster 0 pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:38.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:37 smithi022 bash[28554]: cluster 2023-12-07T09:59:36.458552+0000 mgr.a (mgr.24293) 372 : cluster 0 pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:37 smithi027 bash[31536]: cluster 2023-12-07T09:59:36.458552+0000 mgr.a (mgr.24293) 372 : cluster 0 pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:38.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:38.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:38.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:39.453 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:39.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:39.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:39.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:39.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:39 smithi044 bash[32620]: cluster 2023-12-07T09:59:38.459290+0000 mgr.a (mgr.24293) 373 : cluster 0 pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:40.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:39 smithi022 bash[28554]: cluster 2023-12-07T09:59:38.459290+0000 mgr.a (mgr.24293) 373 : cluster 0 pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:39 smithi027 bash[31536]: cluster 2023-12-07T09:59:38.459290+0000 mgr.a (mgr.24293) 373 : cluster 0 pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:41.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:40 smithi044 bash[32620]: audit 2023-12-07T09:59:38.923022+0000 mgr.a (mgr.24293) 374 : audit 0 from='client.21258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:41.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:40 smithi022 bash[28554]: audit 2023-12-07T09:59:38.923022+0000 mgr.a (mgr.24293) 374 : audit 0 from='client.21258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:40 smithi027 bash[31536]: audit 2023-12-07T09:59:38.923022+0000 mgr.a (mgr.24293) 374 : audit 0 from='client.21258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:41 smithi044 bash[32620]: cluster 2023-12-07T09:59:40.460175+0000 mgr.a (mgr.24293) 375 : cluster 0 pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:42.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:41 smithi022 bash[28554]: cluster 2023-12-07T09:59:40.460175+0000 mgr.a (mgr.24293) 375 : cluster 0 pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:41 smithi027 bash[31536]: cluster 2023-12-07T09:59:40.460175+0000 mgr.a (mgr.24293) 375 : cluster 0 pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:43 smithi044 bash[32620]: cluster 2023-12-07T09:59:42.460759+0000 mgr.a (mgr.24293) 376 : cluster 0 pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:44.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:43 smithi022 bash[28554]: cluster 2023-12-07T09:59:42.460759+0000 mgr.a (mgr.24293) 376 : cluster 0 pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:43 smithi027 bash[31536]: cluster 2023-12-07T09:59:42.460759+0000 mgr.a (mgr.24293) 376 : cluster 0 pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:44.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:44.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:44.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:45.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:45.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:45.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:45.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:45.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:45 smithi044 bash[32620]: cluster 2023-12-07T09:59:44.461215+0000 mgr.a (mgr.24293) 377 : cluster 0 pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:46.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:45 smithi022 bash[28554]: cluster 2023-12-07T09:59:44.461215+0000 mgr.a (mgr.24293) 377 : cluster 0 pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:45 smithi027 bash[31536]: cluster 2023-12-07T09:59:44.461215+0000 mgr.a (mgr.24293) 377 : cluster 0 pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:47.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:46 smithi044 bash[32620]: audit 2023-12-07T09:59:44.867205+0000 mgr.a (mgr.24293) 378 : audit 0 from='client.21330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:47.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:46 smithi022 bash[28554]: audit 2023-12-07T09:59:44.867205+0000 mgr.a (mgr.24293) 378 : audit 0 from='client.21330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:46 smithi027 bash[31536]: audit 2023-12-07T09:59:44.867205+0000 mgr.a (mgr.24293) 378 : audit 0 from='client.21330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:47 smithi044 bash[32620]: cluster 2023-12-07T09:59:46.462125+0000 mgr.a (mgr.24293) 379 : cluster 0 pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:48.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:47 smithi022 bash[28554]: cluster 2023-12-07T09:59:46.462125+0000 mgr.a (mgr.24293) 379 : cluster 0 pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:47 smithi027 bash[31536]: cluster 2023-12-07T09:59:46.462125+0000 mgr.a (mgr.24293) 379 : cluster 0 pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:49.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:48 smithi044 bash[32620]: cluster 2023-12-07T09:59:48.462720+0000 mgr.a (mgr.24293) 380 : 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-07T09:59:49.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:48 smithi022 bash[28554]: cluster 2023-12-07T09:59:48.462720+0000 mgr.a (mgr.24293) 380 : 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-07T09:59:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:48 smithi027 bash[31536]: cluster 2023-12-07T09:59:48.462720+0000 mgr.a (mgr.24293) 380 : 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-07T09:59:50.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:50.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:50.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:51.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:51.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:51.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:51.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:51.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:51.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:51 smithi044 bash[32620]: cluster 2023-12-07T09:59:50.463470+0000 mgr.a (mgr.24293) 381 : cluster 0 pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:51.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:51 smithi022 bash[28554]: cluster 2023-12-07T09:59:50.463470+0000 mgr.a (mgr.24293) 381 : cluster 0 pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:51 smithi027 bash[31536]: cluster 2023-12-07T09:59:50.463470+0000 mgr.a (mgr.24293) 381 : cluster 0 pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:52.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:52 smithi044 bash[32620]: audit 2023-12-07T09:59:50.782381+0000 mgr.a (mgr.24293) 382 : audit 0 from='client.21405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:52.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:52 smithi022 bash[28554]: audit 2023-12-07T09:59:50.782381+0000 mgr.a (mgr.24293) 382 : audit 0 from='client.21405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:52 smithi027 bash[31536]: audit 2023-12-07T09:59:50.782381+0000 mgr.a (mgr.24293) 382 : audit 0 from='client.21405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:54.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:53 smithi044 bash[32620]: cluster 2023-12-07T09:59:52.464065+0000 mgr.a (mgr.24293) 383 : cluster 0 pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:54.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:53 smithi022 bash[28554]: cluster 2023-12-07T09:59:52.464065+0000 mgr.a (mgr.24293) 383 : cluster 0 pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:53 smithi027 bash[31536]: cluster 2023-12-07T09:59:52.464065+0000 mgr.a (mgr.24293) 383 : cluster 0 pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:56.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:55 smithi044 bash[32620]: cluster 2023-12-07T09:59:54.464636+0000 mgr.a (mgr.24293) 384 : cluster 0 pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:56.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:55 smithi022 bash[28554]: cluster 2023-12-07T09:59:54.464636+0000 mgr.a (mgr.24293) 384 : cluster 0 pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:55 smithi027 bash[31536]: cluster 2023-12-07T09:59:54.464636+0000 mgr.a (mgr.24293) 384 : cluster 0 pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:56.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T09:59:56.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:56.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:57.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T09:59:57.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:57.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:57.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:57.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T09:59:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:57 smithi044 bash[32620]: cluster 2023-12-07T09:59:56.465195+0000 mgr.a (mgr.24293) 385 : cluster 0 pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:57 smithi044 bash[32620]: audit 2023-12-07T09:59:56.699801+0000 mgr.a (mgr.24293) 386 : audit 0 from='client.21477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:58.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:57 smithi022 bash[28554]: cluster 2023-12-07T09:59:56.465195+0000 mgr.a (mgr.24293) 385 : cluster 0 pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:58.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:57 smithi022 bash[28554]: audit 2023-12-07T09:59:56.699801+0000 mgr.a (mgr.24293) 386 : audit 0 from='client.21477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:57 smithi027 bash[31536]: cluster 2023-12-07T09:59:56.465195+0000 mgr.a (mgr.24293) 385 : cluster 0 pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:57 smithi027 bash[31536]: audit 2023-12-07T09:59:56.699801+0000 mgr.a (mgr.24293) 386 : audit 0 from='client.21477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 09:59:59 smithi044 bash[32620]: cluster 2023-12-07T09:59:58.465808+0000 mgr.a (mgr.24293) 387 : cluster 0 pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:00.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 09:59:59 smithi022 bash[28554]: cluster 2023-12-07T09:59:58.465808+0000 mgr.a (mgr.24293) 387 : cluster 0 pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 09:59:59 smithi027 bash[31536]: cluster 2023-12-07T09:59:58.465808+0000 mgr.a (mgr.24293) 387 : cluster 0 pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:01.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:00 smithi044 bash[32620]: cluster 2023-12-07T10:00:00.000162+0000 mon.a (mon.0) 521 : cluster 1 overall HEALTH_OK 2023-12-07T10:00:01.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:00 smithi022 bash[28554]: cluster 2023-12-07T10:00:00.000162+0000 mon.a (mon.0) 521 : cluster 1 overall HEALTH_OK 2023-12-07T10:00:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:00 smithi027 bash[31536]: cluster 2023-12-07T10:00:00.000162+0000 mon.a (mon.0) 521 : cluster 1 overall HEALTH_OK 2023-12-07T10:00:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:01 smithi044 bash[32620]: cluster 2023-12-07T10:00:00.466610+0000 mgr.a (mgr.24293) 388 : cluster 0 pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:01 smithi044 bash[32620]: audit 2023-12-07T10:00:00.774189+0000 mon.a (mon.0) 522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:00:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:01 smithi044 bash[32620]: audit 2023-12-07T10:00:01.564865+0000 mon.a (mon.0) 523 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:00:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:01 smithi044 bash[32620]: audit 2023-12-07T10:00:01.567142+0000 mon.a (mon.0) 524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:00:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:01 smithi044 bash[32620]: audit 2023-12-07T10:00:01.576798+0000 mon.a (mon.0) 525 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:00:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:01 smithi022 bash[28554]: cluster 2023-12-07T10:00:00.466610+0000 mgr.a (mgr.24293) 388 : cluster 0 pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:01 smithi022 bash[28554]: audit 2023-12-07T10:00:00.774189+0000 mon.a (mon.0) 522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:00:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:01 smithi022 bash[28554]: audit 2023-12-07T10:00:01.564865+0000 mon.a (mon.0) 523 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:00:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:01 smithi022 bash[28554]: audit 2023-12-07T10:00:01.567142+0000 mon.a (mon.0) 524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:00:02.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:01 smithi022 bash[28554]: audit 2023-12-07T10:00:01.576798+0000 mon.a (mon.0) 525 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:00:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:01 smithi027 bash[31536]: cluster 2023-12-07T10:00:00.466610+0000 mgr.a (mgr.24293) 388 : cluster 0 pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:01 smithi027 bash[31536]: audit 2023-12-07T10:00:00.774189+0000 mon.a (mon.0) 522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:00:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:01 smithi027 bash[31536]: audit 2023-12-07T10:00:01.564865+0000 mon.a (mon.0) 523 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:00:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:01 smithi027 bash[31536]: audit 2023-12-07T10:00:01.567142+0000 mon.a (mon.0) 524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:00:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:01 smithi027 bash[31536]: audit 2023-12-07T10:00:01.576798+0000 mon.a (mon.0) 525 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:00:02.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:02.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:02.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:03.126 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:03.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:03.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:03.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:03.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:04.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:03 smithi022 bash[28554]: cluster 2023-12-07T10:00:02.467164+0000 mgr.a (mgr.24293) 389 : 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-07T10:00:04.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:03 smithi022 bash[28554]: audit 2023-12-07T10:00:02.611110+0000 mgr.a (mgr.24293) 390 : audit 0 from='client.21549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:03 smithi044 bash[32620]: cluster 2023-12-07T10:00:02.467164+0000 mgr.a (mgr.24293) 389 : 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-07T10:00:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:03 smithi044 bash[32620]: audit 2023-12-07T10:00:02.611110+0000 mgr.a (mgr.24293) 390 : audit 0 from='client.21549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:03 smithi027 bash[31536]: cluster 2023-12-07T10:00:02.467164+0000 mgr.a (mgr.24293) 389 : 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-07T10:00:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:03 smithi027 bash[31536]: audit 2023-12-07T10:00:02.611110+0000 mgr.a (mgr.24293) 390 : audit 0 from='client.21549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:05 smithi044 bash[32620]: cluster 2023-12-07T10:00:04.467870+0000 mgr.a (mgr.24293) 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-07T10:00:06.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:05 smithi022 bash[28554]: cluster 2023-12-07T10:00:04.467870+0000 mgr.a (mgr.24293) 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-07T10:00:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:05 smithi027 bash[31536]: cluster 2023-12-07T10:00:04.467870+0000 mgr.a (mgr.24293) 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-07T10:00:08.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:08.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:08.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:07 smithi022 bash[28554]: cluster 2023-12-07T10:00:06.468660+0000 mgr.a (mgr.24293) 392 : cluster 0 pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:07 smithi044 bash[32620]: cluster 2023-12-07T10:00:06.468660+0000 mgr.a (mgr.24293) 392 : cluster 0 pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:07 smithi027 bash[31536]: cluster 2023-12-07T10:00:06.468660+0000 mgr.a (mgr.24293) 392 : cluster 0 pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:09.063 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:09.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:09.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:09.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:09.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:09 smithi022 bash[28554]: cluster 2023-12-07T10:00:08.469173+0000 mgr.a (mgr.24293) 393 : cluster 0 pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:09 smithi022 bash[28554]: audit 2023-12-07T10:00:08.531142+0000 mgr.a (mgr.24293) 394 : audit 0 from='client.21624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:09 smithi044 bash[32620]: cluster 2023-12-07T10:00:08.469173+0000 mgr.a (mgr.24293) 393 : cluster 0 pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:09 smithi044 bash[32620]: audit 2023-12-07T10:00:08.531142+0000 mgr.a (mgr.24293) 394 : audit 0 from='client.21624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:09 smithi027 bash[31536]: cluster 2023-12-07T10:00:08.469173+0000 mgr.a (mgr.24293) 393 : cluster 0 pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:09 smithi027 bash[31536]: audit 2023-12-07T10:00:08.531142+0000 mgr.a (mgr.24293) 394 : audit 0 from='client.21624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:11 smithi022 bash[28554]: cluster 2023-12-07T10:00:10.470004+0000 mgr.a (mgr.24293) 395 : cluster 0 pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:11 smithi044 bash[32620]: cluster 2023-12-07T10:00:10.470004+0000 mgr.a (mgr.24293) 395 : cluster 0 pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:11 smithi027 bash[31536]: cluster 2023-12-07T10:00:10.470004+0000 mgr.a (mgr.24293) 395 : cluster 0 pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:14.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:14.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:14.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:13 smithi022 bash[28554]: cluster 2023-12-07T10:00:12.470569+0000 mgr.a (mgr.24293) 396 : cluster 0 pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:13 smithi044 bash[32620]: cluster 2023-12-07T10:00:12.470569+0000 mgr.a (mgr.24293) 396 : cluster 0 pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:13 smithi027 bash[31536]: cluster 2023-12-07T10:00:12.470569+0000 mgr.a (mgr.24293) 396 : cluster 0 pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:14.987 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:14.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:14.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:14.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:14.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:15 smithi022 bash[28554]: audit 2023-12-07T10:00:14.472678+0000 mgr.a (mgr.24293) 397 : audit 0 from='client.21699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:15 smithi022 bash[28554]: cluster 2023-12-07T10:00:14.473096+0000 mgr.a (mgr.24293) 398 : cluster 0 pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:15 smithi044 bash[32620]: audit 2023-12-07T10:00:14.472678+0000 mgr.a (mgr.24293) 397 : audit 0 from='client.21699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:15 smithi044 bash[32620]: cluster 2023-12-07T10:00:14.473096+0000 mgr.a (mgr.24293) 398 : cluster 0 pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:15 smithi027 bash[31536]: audit 2023-12-07T10:00:14.472678+0000 mgr.a (mgr.24293) 397 : audit 0 from='client.21699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:15 smithi027 bash[31536]: cluster 2023-12-07T10:00:14.473096+0000 mgr.a (mgr.24293) 398 : cluster 0 pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:18.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:17 smithi044 bash[32620]: cluster 2023-12-07T10:00:16.473949+0000 mgr.a (mgr.24293) 399 : cluster 0 pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:18.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:17 smithi022 bash[28554]: cluster 2023-12-07T10:00:16.473949+0000 mgr.a (mgr.24293) 399 : cluster 0 pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:17 smithi027 bash[31536]: cluster 2023-12-07T10:00:16.473949+0000 mgr.a (mgr.24293) 399 : cluster 0 pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:19.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:19.991 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:19.991 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:20.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:19 smithi022 bash[28554]: cluster 2023-12-07T10:00:18.474519+0000 mgr.a (mgr.24293) 400 : 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-07T10:00:20.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:19 smithi044 bash[32620]: cluster 2023-12-07T10:00:18.474519+0000 mgr.a (mgr.24293) 400 : 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-07T10:00:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:19 smithi027 bash[31536]: cluster 2023-12-07T10:00:18.474519+0000 mgr.a (mgr.24293) 400 : 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-07T10:00:20.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:20.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:20.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:20.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:20.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:21.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:20 smithi022 bash[28554]: audit 2023-12-07T10:00:20.393651+0000 mgr.a (mgr.24293) 401 : audit 0 from='client.21777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:21.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:20 smithi022 bash[28554]: cluster 2023-12-07T10:00:20.475423+0000 mgr.a (mgr.24293) 402 : cluster 0 pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:21.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:20 smithi044 bash[32620]: audit 2023-12-07T10:00:20.393651+0000 mgr.a (mgr.24293) 401 : audit 0 from='client.21777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:21.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:20 smithi044 bash[32620]: cluster 2023-12-07T10:00:20.475423+0000 mgr.a (mgr.24293) 402 : cluster 0 pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:20 smithi027 bash[31536]: audit 2023-12-07T10:00:20.393651+0000 mgr.a (mgr.24293) 401 : audit 0 from='client.21777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:20 smithi027 bash[31536]: cluster 2023-12-07T10:00:20.475423+0000 mgr.a (mgr.24293) 402 : cluster 0 pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:24.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:23 smithi022 bash[28554]: cluster 2023-12-07T10:00:22.476146+0000 mgr.a (mgr.24293) 403 : cluster 0 pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:23 smithi044 bash[32620]: cluster 2023-12-07T10:00:22.476146+0000 mgr.a (mgr.24293) 403 : cluster 0 pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:23 smithi027 bash[31536]: cluster 2023-12-07T10:00:22.476146+0000 mgr.a (mgr.24293) 403 : cluster 0 pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:25.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:25.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:25.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:26.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:25 smithi022 bash[28554]: cluster 2023-12-07T10:00:24.476727+0000 mgr.a (mgr.24293) 404 : cluster 0 pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:25 smithi044 bash[32620]: cluster 2023-12-07T10:00:24.476727+0000 mgr.a (mgr.24293) 404 : cluster 0 pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:25 smithi027 bash[31536]: cluster 2023-12-07T10:00:24.476727+0000 mgr.a (mgr.24293) 404 : cluster 0 pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:26.843 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:26.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:26.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:26.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:26.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:27 smithi022 bash[28554]: audit 2023-12-07T10:00:26.320528+0000 mgr.a (mgr.24293) 405 : audit 0 from='client.21855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:28.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:27 smithi022 bash[28554]: cluster 2023-12-07T10:00:26.477911+0000 mgr.a (mgr.24293) 406 : cluster 0 pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:27 smithi044 bash[32620]: audit 2023-12-07T10:00:26.320528+0000 mgr.a (mgr.24293) 405 : audit 0 from='client.21855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:27 smithi044 bash[32620]: cluster 2023-12-07T10:00:26.477911+0000 mgr.a (mgr.24293) 406 : cluster 0 pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:27 smithi027 bash[31536]: audit 2023-12-07T10:00:26.320528+0000 mgr.a (mgr.24293) 405 : audit 0 from='client.21855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:27 smithi027 bash[31536]: cluster 2023-12-07T10:00:26.477911+0000 mgr.a (mgr.24293) 406 : cluster 0 pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:30.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:29 smithi022 bash[28554]: cluster 2023-12-07T10:00:28.478620+0000 mgr.a (mgr.24293) 407 : cluster 0 pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:29 smithi044 bash[32620]: cluster 2023-12-07T10:00:28.478620+0000 mgr.a (mgr.24293) 407 : cluster 0 pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:29 smithi027 bash[31536]: cluster 2023-12-07T10:00:28.478620+0000 mgr.a (mgr.24293) 407 : cluster 0 pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:31.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:31.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:31.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:32.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:31 smithi022 bash[28554]: cluster 2023-12-07T10:00:30.479417+0000 mgr.a (mgr.24293) 408 : cluster 0 pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:31 smithi044 bash[32620]: cluster 2023-12-07T10:00:30.479417+0000 mgr.a (mgr.24293) 408 : cluster 0 pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:31 smithi027 bash[31536]: cluster 2023-12-07T10:00:30.479417+0000 mgr.a (mgr.24293) 408 : cluster 0 pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:32.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:32.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:32.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:32.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:32.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:34.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:33 smithi022 bash[28554]: audit 2023-12-07T10:00:32.251124+0000 mgr.a (mgr.24293) 409 : audit 0 from='client.21930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:34.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:33 smithi022 bash[28554]: cluster 2023-12-07T10:00:32.479961+0000 mgr.a (mgr.24293) 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-07T10:00:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:33 smithi044 bash[32620]: audit 2023-12-07T10:00:32.251124+0000 mgr.a (mgr.24293) 409 : audit 0 from='client.21930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:33 smithi044 bash[32620]: cluster 2023-12-07T10:00:32.479961+0000 mgr.a (mgr.24293) 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-07T10:00:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:33 smithi027 bash[31536]: audit 2023-12-07T10:00:32.251124+0000 mgr.a (mgr.24293) 409 : audit 0 from='client.21930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:33 smithi027 bash[31536]: cluster 2023-12-07T10:00:32.479961+0000 mgr.a (mgr.24293) 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-07T10:00:36.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:35 smithi022 bash[28554]: cluster 2023-12-07T10:00:34.480632+0000 mgr.a (mgr.24293) 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-07T10:00:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:35 smithi044 bash[32620]: cluster 2023-12-07T10:00:34.480632+0000 mgr.a (mgr.24293) 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-07T10:00:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:35 smithi027 bash[31536]: cluster 2023-12-07T10:00:34.480632+0000 mgr.a (mgr.24293) 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-07T10:00:37.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:37.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:37.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:37 smithi022 bash[28554]: cluster 2023-12-07T10:00:36.481426+0000 mgr.a (mgr.24293) 412 : cluster 0 pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:37 smithi044 bash[32620]: cluster 2023-12-07T10:00:36.481426+0000 mgr.a (mgr.24293) 412 : cluster 0 pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:37 smithi027 bash[31536]: cluster 2023-12-07T10:00:36.481426+0000 mgr.a (mgr.24293) 412 : cluster 0 pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:38.740 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:38.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:38.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:38.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:38.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:40.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:39 smithi022 bash[28554]: audit 2023-12-07T10:00:38.216213+0000 mgr.a (mgr.24293) 413 : audit 0 from='client.22008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:40.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:39 smithi022 bash[28554]: cluster 2023-12-07T10:00:38.487986+0000 mgr.a (mgr.24293) 414 : cluster 0 pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:39 smithi044 bash[32620]: audit 2023-12-07T10:00:38.216213+0000 mgr.a (mgr.24293) 413 : audit 0 from='client.22008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:39 smithi044 bash[32620]: cluster 2023-12-07T10:00:38.487986+0000 mgr.a (mgr.24293) 414 : cluster 0 pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:39 smithi027 bash[31536]: audit 2023-12-07T10:00:38.216213+0000 mgr.a (mgr.24293) 413 : audit 0 from='client.22008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:39 smithi027 bash[31536]: cluster 2023-12-07T10:00:38.487986+0000 mgr.a (mgr.24293) 414 : cluster 0 pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:42.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:41 smithi022 bash[28554]: cluster 2023-12-07T10:00:40.488920+0000 mgr.a (mgr.24293) 415 : cluster 0 pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:41 smithi044 bash[32620]: cluster 2023-12-07T10:00:40.488920+0000 mgr.a (mgr.24293) 415 : cluster 0 pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:41 smithi027 bash[31536]: cluster 2023-12-07T10:00:40.488920+0000 mgr.a (mgr.24293) 415 : cluster 0 pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:43.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:43.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:43.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:43 smithi022 bash[28554]: cluster 2023-12-07T10:00:42.489483+0000 mgr.a (mgr.24293) 416 : cluster 0 pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:43 smithi044 bash[32620]: cluster 2023-12-07T10:00:42.489483+0000 mgr.a (mgr.24293) 416 : cluster 0 pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:43 smithi027 bash[31536]: cluster 2023-12-07T10:00:42.489483+0000 mgr.a (mgr.24293) 416 : cluster 0 pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:44.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:44.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:44.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:44.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:44.682 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:46.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:45 smithi022 bash[28554]: audit 2023-12-07T10:00:44.148688+0000 mgr.a (mgr.24293) 417 : audit 0 from='client.22080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:46.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:45 smithi022 bash[28554]: cluster 2023-12-07T10:00:44.490043+0000 mgr.a (mgr.24293) 418 : cluster 0 pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:45 smithi044 bash[32620]: audit 2023-12-07T10:00:44.148688+0000 mgr.a (mgr.24293) 417 : audit 0 from='client.22080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:45 smithi044 bash[32620]: cluster 2023-12-07T10:00:44.490043+0000 mgr.a (mgr.24293) 418 : cluster 0 pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:45 smithi027 bash[31536]: audit 2023-12-07T10:00:44.148688+0000 mgr.a (mgr.24293) 417 : audit 0 from='client.22080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:45 smithi027 bash[31536]: cluster 2023-12-07T10:00:44.490043+0000 mgr.a (mgr.24293) 418 : cluster 0 pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:47 smithi022 bash[28554]: cluster 2023-12-07T10:00:46.490877+0000 mgr.a (mgr.24293) 419 : cluster 0 pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:47 smithi044 bash[32620]: cluster 2023-12-07T10:00:46.490877+0000 mgr.a (mgr.24293) 419 : cluster 0 pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:47 smithi027 bash[31536]: cluster 2023-12-07T10:00:46.490877+0000 mgr.a (mgr.24293) 419 : cluster 0 pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:49.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:49.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:49.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:49 smithi022 bash[28554]: cluster 2023-12-07T10:00:48.491420+0000 mgr.a (mgr.24293) 420 : cluster 0 pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:49 smithi044 bash[32620]: cluster 2023-12-07T10:00:48.491420+0000 mgr.a (mgr.24293) 420 : cluster 0 pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:49 smithi027 bash[31536]: cluster 2023-12-07T10:00:48.491420+0000 mgr.a (mgr.24293) 420 : cluster 0 pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:50.603 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:50.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:50.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:50.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:50.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:51.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:50 smithi022 bash[28554]: audit 2023-12-07T10:00:50.096475+0000 mgr.a (mgr.24293) 421 : audit 0 from='client.22155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:51.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:50 smithi022 bash[28554]: cluster 2023-12-07T10:00:50.492489+0000 mgr.a (mgr.24293) 422 : cluster 0 pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:00:51.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:50 smithi044 bash[32620]: audit 2023-12-07T10:00:50.096475+0000 mgr.a (mgr.24293) 421 : audit 0 from='client.22155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:51.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:50 smithi044 bash[32620]: cluster 2023-12-07T10:00:50.492489+0000 mgr.a (mgr.24293) 422 : cluster 0 pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:00:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:50 smithi027 bash[31536]: audit 2023-12-07T10:00:50.096475+0000 mgr.a (mgr.24293) 421 : audit 0 from='client.22155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:50 smithi027 bash[31536]: cluster 2023-12-07T10:00:50.492489+0000 mgr.a (mgr.24293) 422 : cluster 0 pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:00:54.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:53 smithi022 bash[28554]: cluster 2023-12-07T10:00:52.493065+0000 mgr.a (mgr.24293) 423 : cluster 0 pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:54.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:53 smithi044 bash[32620]: cluster 2023-12-07T10:00:52.493065+0000 mgr.a (mgr.24293) 423 : cluster 0 pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:53 smithi027 bash[31536]: cluster 2023-12-07T10:00:52.493065+0000 mgr.a (mgr.24293) 423 : cluster 0 pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:55.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:00:55.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:55.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:55 smithi022 bash[28554]: cluster 2023-12-07T10:00:54.493618+0000 mgr.a (mgr.24293) 424 : cluster 0 pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:56.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:55 smithi044 bash[32620]: cluster 2023-12-07T10:00:54.493618+0000 mgr.a (mgr.24293) 424 : cluster 0 pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:55 smithi027 bash[31536]: cluster 2023-12-07T10:00:54.493618+0000 mgr.a (mgr.24293) 424 : cluster 0 pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:56.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:00:56.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:56.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:56.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:56.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:00:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:57 smithi022 bash[28554]: audit 2023-12-07T10:00:56.014122+0000 mgr.a (mgr.24293) 425 : audit 0 from='client.22230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:58.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:57 smithi022 bash[28554]: cluster 2023-12-07T10:00:56.494665+0000 mgr.a (mgr.24293) 426 : cluster 0 pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:57 smithi044 bash[32620]: audit 2023-12-07T10:00:56.014122+0000 mgr.a (mgr.24293) 425 : audit 0 from='client.22230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:57 smithi044 bash[32620]: cluster 2023-12-07T10:00:56.494665+0000 mgr.a (mgr.24293) 426 : cluster 0 pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:57 smithi027 bash[31536]: audit 2023-12-07T10:00:56.014122+0000 mgr.a (mgr.24293) 425 : audit 0 from='client.22230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:57 smithi027 bash[31536]: cluster 2023-12-07T10:00:56.494665+0000 mgr.a (mgr.24293) 426 : cluster 0 pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:00.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:00:59 smithi022 bash[28554]: cluster 2023-12-07T10:00:58.495294+0000 mgr.a (mgr.24293) 427 : cluster 0 pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:00:59 smithi044 bash[32620]: cluster 2023-12-07T10:00:58.495294+0000 mgr.a (mgr.24293) 427 : cluster 0 pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:00:59 smithi027 bash[31536]: cluster 2023-12-07T10:00:58.495294+0000 mgr.a (mgr.24293) 427 : cluster 0 pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:01.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:01.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:01.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:01 smithi022 bash[28554]: cluster 2023-12-07T10:01:00.496184+0000 mgr.a (mgr.24293) 428 : cluster 0 pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:02.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:01 smithi022 bash[28554]: audit 2023-12-07T10:01:01.681100+0000 mon.a (mon.0) 526 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:01:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:01 smithi044 bash[32620]: cluster 2023-12-07T10:01:00.496184+0000 mgr.a (mgr.24293) 428 : cluster 0 pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:01 smithi044 bash[32620]: audit 2023-12-07T10:01:01.681100+0000 mon.a (mon.0) 526 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:01:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:01 smithi027 bash[31536]: cluster 2023-12-07T10:01:00.496184+0000 mgr.a (mgr.24293) 428 : cluster 0 pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:01 smithi027 bash[31536]: audit 2023-12-07T10:01:01.681100+0000 mon.a (mon.0) 526 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:01:02.459 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:02.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:02.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:02.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:02.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:04.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:03 smithi022 bash[28554]: audit 2023-12-07T10:01:01.946416+0000 mgr.a (mgr.24293) 429 : audit 0 from='client.22305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:04.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:03 smithi022 bash[28554]: cluster 2023-12-07T10:01:02.496886+0000 mgr.a (mgr.24293) 430 : cluster 0 pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:01:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:03 smithi044 bash[32620]: audit 2023-12-07T10:01:01.946416+0000 mgr.a (mgr.24293) 429 : audit 0 from='client.22305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:03 smithi044 bash[32620]: cluster 2023-12-07T10:01:02.496886+0000 mgr.a (mgr.24293) 430 : cluster 0 pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:01:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:03 smithi027 bash[31536]: audit 2023-12-07T10:01:01.946416+0000 mgr.a (mgr.24293) 429 : audit 0 from='client.22305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:03 smithi027 bash[31536]: cluster 2023-12-07T10:01:02.496886+0000 mgr.a (mgr.24293) 430 : cluster 0 pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:01:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:05 smithi022 bash[28554]: cluster 2023-12-07T10:01:04.497611+0000 mgr.a (mgr.24293) 431 : cluster 0 pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:01:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:05 smithi044 bash[32620]: cluster 2023-12-07T10:01:04.497611+0000 mgr.a (mgr.24293) 431 : cluster 0 pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:01:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:05 smithi027 bash[31536]: cluster 2023-12-07T10:01:04.497611+0000 mgr.a (mgr.24293) 431 : cluster 0 pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:01:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:07.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:07.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: cluster 2023-12-07T10:01:06.498559+0000 mgr.a (mgr.24293) 432 : cluster 0 pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: audit 2023-12-07T10:01:07.042651+0000 mon.a (mon.0) 527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: audit 2023-12-07T10:01:07.049586+0000 mon.a (mon.0) 528 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: audit 2023-12-07T10:01:07.091412+0000 mon.a (mon.0) 529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: audit 2023-12-07T10:01:07.096104+0000 mon.a (mon.0) 530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: audit 2023-12-07T10:01:07.100257+0000 mon.a (mon.0) 531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:07 smithi022 bash[28554]: audit 2023-12-07T10:01:07.104818+0000 mon.a (mon.0) 532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: cluster 2023-12-07T10:01:06.498559+0000 mgr.a (mgr.24293) 432 : cluster 0 pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: audit 2023-12-07T10:01:07.042651+0000 mon.a (mon.0) 527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: audit 2023-12-07T10:01:07.049586+0000 mon.a (mon.0) 528 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: audit 2023-12-07T10:01:07.091412+0000 mon.a (mon.0) 529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: audit 2023-12-07T10:01:07.096104+0000 mon.a (mon.0) 530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: audit 2023-12-07T10:01:07.100257+0000 mon.a (mon.0) 531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:07 smithi044 bash[32620]: audit 2023-12-07T10:01:07.104818+0000 mon.a (mon.0) 532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: cluster 2023-12-07T10:01:06.498559+0000 mgr.a (mgr.24293) 432 : cluster 0 pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: audit 2023-12-07T10:01:07.042651+0000 mon.a (mon.0) 527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: audit 2023-12-07T10:01:07.049586+0000 mon.a (mon.0) 528 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: audit 2023-12-07T10:01:07.091412+0000 mon.a (mon.0) 529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: audit 2023-12-07T10:01:07.096104+0000 mon.a (mon.0) 530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: audit 2023-12-07T10:01:07.100257+0000 mon.a (mon.0) 531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:07 smithi027 bash[31536]: audit 2023-12-07T10:01:07.104818+0000 mon.a (mon.0) 532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:08.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:08.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:08.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:08.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:08.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:08 smithi022 bash[28554]: audit 2023-12-07T10:01:07.792860+0000 mon.a (mon.0) 533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:01:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:08 smithi022 bash[28554]: audit 2023-12-07T10:01:07.794655+0000 mon.a (mon.0) 534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:01:09.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:08 smithi022 bash[28554]: audit 2023-12-07T10:01:07.803398+0000 mon.a (mon.0) 535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:08 smithi044 bash[32620]: audit 2023-12-07T10:01:07.792860+0000 mon.a (mon.0) 533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:01:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:08 smithi044 bash[32620]: audit 2023-12-07T10:01:07.794655+0000 mon.a (mon.0) 534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:01:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:08 smithi044 bash[32620]: audit 2023-12-07T10:01:07.803398+0000 mon.a (mon.0) 535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:08 smithi027 bash[31536]: audit 2023-12-07T10:01:07.792860+0000 mon.a (mon.0) 533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:01:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:08 smithi027 bash[31536]: audit 2023-12-07T10:01:07.794655+0000 mon.a (mon.0) 534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:01:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:08 smithi027 bash[31536]: audit 2023-12-07T10:01:07.803398+0000 mon.a (mon.0) 535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:01:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:09 smithi022 bash[28554]: audit 2023-12-07T10:01:07.855626+0000 mgr.a (mgr.24293) 433 : audit 0 from='client.22380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:09 smithi022 bash[28554]: cluster 2023-12-07T10:01:08.499244+0000 mgr.a (mgr.24293) 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-07T10:01:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:09 smithi044 bash[32620]: audit 2023-12-07T10:01:07.855626+0000 mgr.a (mgr.24293) 433 : audit 0 from='client.22380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:09 smithi044 bash[32620]: cluster 2023-12-07T10:01:08.499244+0000 mgr.a (mgr.24293) 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-07T10:01:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:09 smithi027 bash[31536]: audit 2023-12-07T10:01:07.855626+0000 mgr.a (mgr.24293) 433 : audit 0 from='client.22380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:09 smithi027 bash[31536]: cluster 2023-12-07T10:01:08.499244+0000 mgr.a (mgr.24293) 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-07T10:01:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:11 smithi022 bash[28554]: cluster 2023-12-07T10:01:10.500036+0000 mgr.a (mgr.24293) 435 : cluster 0 pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:11 smithi044 bash[32620]: cluster 2023-12-07T10:01:10.500036+0000 mgr.a (mgr.24293) 435 : cluster 0 pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:11 smithi027 bash[31536]: cluster 2023-12-07T10:01:10.500036+0000 mgr.a (mgr.24293) 435 : cluster 0 pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:13.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:13 smithi022 bash[28554]: cluster 2023-12-07T10:01:12.500525+0000 mgr.a (mgr.24293) 436 : cluster 0 pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:13 smithi044 bash[32620]: cluster 2023-12-07T10:01:12.500525+0000 mgr.a (mgr.24293) 436 : cluster 0 pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:13 smithi027 bash[31536]: cluster 2023-12-07T10:01:12.500525+0000 mgr.a (mgr.24293) 436 : cluster 0 pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:14.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:14.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:14.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:14.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:14.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:14 smithi022 bash[28554]: audit 2023-12-07T10:01:13.783076+0000 mgr.a (mgr.24293) 437 : audit 0 from='client.22455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:15.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:14 smithi044 bash[32620]: audit 2023-12-07T10:01:13.783076+0000 mgr.a (mgr.24293) 437 : audit 0 from='client.22455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:14 smithi027 bash[31536]: audit 2023-12-07T10:01:13.783076+0000 mgr.a (mgr.24293) 437 : audit 0 from='client.22455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:15 smithi022 bash[28554]: cluster 2023-12-07T10:01:14.501199+0000 mgr.a (mgr.24293) 438 : cluster 0 pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:15 smithi044 bash[32620]: cluster 2023-12-07T10:01:14.501199+0000 mgr.a (mgr.24293) 438 : cluster 0 pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:15 smithi027 bash[31536]: cluster 2023-12-07T10:01:14.501199+0000 mgr.a (mgr.24293) 438 : cluster 0 pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:17.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:16 smithi022 bash[28554]: cluster 2023-12-07T10:01:16.502030+0000 mgr.a (mgr.24293) 439 : cluster 0 pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:17.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:16 smithi044 bash[32620]: cluster 2023-12-07T10:01:16.502030+0000 mgr.a (mgr.24293) 439 : cluster 0 pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:16 smithi027 bash[31536]: cluster 2023-12-07T10:01:16.502030+0000 mgr.a (mgr.24293) 439 : cluster 0 pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:19.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:20.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:19 smithi022 bash[28554]: cluster 2023-12-07T10:01:18.502609+0000 mgr.a (mgr.24293) 440 : cluster 0 pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:20.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:19 smithi044 bash[32620]: cluster 2023-12-07T10:01:18.502609+0000 mgr.a (mgr.24293) 440 : cluster 0 pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:19 smithi027 bash[31536]: cluster 2023-12-07T10:01:18.502609+0000 mgr.a (mgr.24293) 440 : cluster 0 pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:20.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:21.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:20 smithi022 bash[28554]: audit 2023-12-07T10:01:19.699616+0000 mgr.a (mgr.24293) 441 : audit 0 from='client.22530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:21.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:20 smithi044 bash[32620]: audit 2023-12-07T10:01:19.699616+0000 mgr.a (mgr.24293) 441 : audit 0 from='client.22530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:20 smithi027 bash[31536]: audit 2023-12-07T10:01:19.699616+0000 mgr.a (mgr.24293) 441 : audit 0 from='client.22530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:21 smithi022 bash[28554]: cluster 2023-12-07T10:01:20.503560+0000 mgr.a (mgr.24293) 442 : cluster 0 pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:22.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:21 smithi044 bash[32620]: cluster 2023-12-07T10:01:20.503560+0000 mgr.a (mgr.24293) 442 : cluster 0 pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:21 smithi027 bash[31536]: cluster 2023-12-07T10:01:20.503560+0000 mgr.a (mgr.24293) 442 : cluster 0 pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:23 smithi022 bash[28554]: cluster 2023-12-07T10:01:22.504133+0000 mgr.a (mgr.24293) 443 : 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-07T10:01:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:23 smithi044 bash[32620]: cluster 2023-12-07T10:01:22.504133+0000 mgr.a (mgr.24293) 443 : 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-07T10:01:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:23 smithi027 bash[31536]: cluster 2023-12-07T10:01:22.504133+0000 mgr.a (mgr.24293) 443 : 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-07T10:01:25.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:25.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:25.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:26.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:26.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:26.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:26.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:26.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:25 smithi022 bash[28554]: cluster 2023-12-07T10:01:24.504722+0000 mgr.a (mgr.24293) 444 : 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-07T10:01:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:25 smithi044 bash[32620]: cluster 2023-12-07T10:01:24.504722+0000 mgr.a (mgr.24293) 444 : 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-07T10:01:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:25 smithi027 bash[31536]: cluster 2023-12-07T10:01:24.504722+0000 mgr.a (mgr.24293) 444 : 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-07T10:01:27.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:26 smithi022 bash[28554]: audit 2023-12-07T10:01:25.634286+0000 mgr.a (mgr.24293) 445 : audit 0 from='client.22605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:27.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:26 smithi044 bash[32620]: audit 2023-12-07T10:01:25.634286+0000 mgr.a (mgr.24293) 445 : audit 0 from='client.22605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:26 smithi027 bash[31536]: audit 2023-12-07T10:01:25.634286+0000 mgr.a (mgr.24293) 445 : audit 0 from='client.22605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:28.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:27 smithi022 bash[28554]: cluster 2023-12-07T10:01:26.505796+0000 mgr.a (mgr.24293) 446 : cluster 0 pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:27 smithi044 bash[32620]: cluster 2023-12-07T10:01:26.505796+0000 mgr.a (mgr.24293) 446 : cluster 0 pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:27 smithi027 bash[31536]: cluster 2023-12-07T10:01:26.505796+0000 mgr.a (mgr.24293) 446 : cluster 0 pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:29 smithi022 bash[28554]: cluster 2023-12-07T10:01:28.506392+0000 mgr.a (mgr.24293) 447 : cluster 0 pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:29 smithi044 bash[32620]: cluster 2023-12-07T10:01:28.506392+0000 mgr.a (mgr.24293) 447 : cluster 0 pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:29 smithi027 bash[31536]: cluster 2023-12-07T10:01:28.506392+0000 mgr.a (mgr.24293) 447 : cluster 0 pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:31.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:31.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:31.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:32.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:32.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:32.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:32.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:32.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:31 smithi022 bash[28554]: cluster 2023-12-07T10:01:30.507129+0000 mgr.a (mgr.24293) 448 : cluster 0 pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:31 smithi044 bash[32620]: cluster 2023-12-07T10:01:30.507129+0000 mgr.a (mgr.24293) 448 : cluster 0 pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:31 smithi027 bash[31536]: cluster 2023-12-07T10:01:30.507129+0000 mgr.a (mgr.24293) 448 : cluster 0 pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:33.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:32 smithi022 bash[28554]: audit 2023-12-07T10:01:31.567739+0000 mgr.a (mgr.24293) 449 : audit 0 from='client.30646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:33.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:32 smithi044 bash[32620]: audit 2023-12-07T10:01:31.567739+0000 mgr.a (mgr.24293) 449 : audit 0 from='client.30646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:32 smithi027 bash[31536]: audit 2023-12-07T10:01:31.567739+0000 mgr.a (mgr.24293) 449 : audit 0 from='client.30646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:33 smithi022 bash[28554]: cluster 2023-12-07T10:01:32.507877+0000 mgr.a (mgr.24293) 450 : cluster 0 pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:33 smithi044 bash[32620]: cluster 2023-12-07T10:01:32.507877+0000 mgr.a (mgr.24293) 450 : cluster 0 pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:33 smithi027 bash[31536]: cluster 2023-12-07T10:01:32.507877+0000 mgr.a (mgr.24293) 450 : cluster 0 pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:35.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:34 smithi022 bash[28554]: cluster 2023-12-07T10:01:34.508459+0000 mgr.a (mgr.24293) 451 : cluster 0 pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:35.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:34 smithi044 bash[32620]: cluster 2023-12-07T10:01:34.508459+0000 mgr.a (mgr.24293) 451 : cluster 0 pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:34 smithi027 bash[31536]: cluster 2023-12-07T10:01:34.508459+0000 mgr.a (mgr.24293) 451 : cluster 0 pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:37.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:37.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:37.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:37.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:37 smithi044 bash[32620]: cluster 2023-12-07T10:01:36.509256+0000 mgr.a (mgr.24293) 452 : cluster 0 pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:37.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:37 smithi022 bash[28554]: cluster 2023-12-07T10:01:36.509256+0000 mgr.a (mgr.24293) 452 : cluster 0 pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:37 smithi027 bash[31536]: cluster 2023-12-07T10:01:36.509256+0000 mgr.a (mgr.24293) 452 : cluster 0 pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:38.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:38.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:38.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:38.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:38.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:39.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:38 smithi022 bash[28554]: audit 2023-12-07T10:01:37.497138+0000 mgr.a (mgr.24293) 453 : audit 0 from='client.22758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:39.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:38 smithi044 bash[32620]: audit 2023-12-07T10:01:37.497138+0000 mgr.a (mgr.24293) 453 : audit 0 from='client.22758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:38 smithi027 bash[31536]: audit 2023-12-07T10:01:37.497138+0000 mgr.a (mgr.24293) 453 : audit 0 from='client.22758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:39 smithi022 bash[28554]: cluster 2023-12-07T10:01:38.510042+0000 mgr.a (mgr.24293) 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-07T10:01:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:39 smithi044 bash[32620]: cluster 2023-12-07T10:01:38.510042+0000 mgr.a (mgr.24293) 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-07T10:01:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:39 smithi027 bash[31536]: cluster 2023-12-07T10:01:38.510042+0000 mgr.a (mgr.24293) 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-07T10:01:42.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:41 smithi022 bash[28554]: cluster 2023-12-07T10:01:40.510832+0000 mgr.a (mgr.24293) 455 : cluster 0 pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:41 smithi044 bash[32620]: cluster 2023-12-07T10:01:40.510832+0000 mgr.a (mgr.24293) 455 : cluster 0 pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:41 smithi027 bash[31536]: cluster 2023-12-07T10:01:40.510832+0000 mgr.a (mgr.24293) 455 : cluster 0 pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:43.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:43.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:43.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:43.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:43 smithi022 bash[28554]: cluster 2023-12-07T10:01:42.511409+0000 mgr.a (mgr.24293) 456 : cluster 0 pgmap v335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:43 smithi044 bash[32620]: cluster 2023-12-07T10:01:42.511409+0000 mgr.a (mgr.24293) 456 : cluster 0 pgmap v335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:43 smithi027 bash[31536]: cluster 2023-12-07T10:01:42.511409+0000 mgr.a (mgr.24293) 456 : cluster 0 pgmap v335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:45.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:44 smithi022 bash[28554]: audit 2023-12-07T10:01:43.432672+0000 mgr.a (mgr.24293) 457 : audit 0 from='client.22833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:45.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:44 smithi044 bash[32620]: audit 2023-12-07T10:01:43.432672+0000 mgr.a (mgr.24293) 457 : audit 0 from='client.22833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:44 smithi027 bash[31536]: audit 2023-12-07T10:01:43.432672+0000 mgr.a (mgr.24293) 457 : audit 0 from='client.22833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:45 smithi022 bash[28554]: cluster 2023-12-07T10:01:44.512073+0000 mgr.a (mgr.24293) 458 : cluster 0 pgmap v336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:45 smithi044 bash[32620]: cluster 2023-12-07T10:01:44.512073+0000 mgr.a (mgr.24293) 458 : cluster 0 pgmap v336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:45 smithi027 bash[31536]: cluster 2023-12-07T10:01:44.512073+0000 mgr.a (mgr.24293) 458 : cluster 0 pgmap v336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:47 smithi022 bash[28554]: cluster 2023-12-07T10:01:46.512902+0000 mgr.a (mgr.24293) 459 : cluster 0 pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:47 smithi044 bash[32620]: cluster 2023-12-07T10:01:46.512902+0000 mgr.a (mgr.24293) 459 : cluster 0 pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:47 smithi027 bash[31536]: cluster 2023-12-07T10:01:46.512902+0000 mgr.a (mgr.24293) 459 : cluster 0 pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:48.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:48.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:48.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:49.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:49.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:49.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:49.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:49.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:49 smithi022 bash[28554]: cluster 2023-12-07T10:01:48.513477+0000 mgr.a (mgr.24293) 460 : cluster 0 pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:49 smithi044 bash[32620]: cluster 2023-12-07T10:01:48.513477+0000 mgr.a (mgr.24293) 460 : cluster 0 pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:49 smithi027 bash[31536]: cluster 2023-12-07T10:01:48.513477+0000 mgr.a (mgr.24293) 460 : cluster 0 pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:51.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:50 smithi022 bash[28554]: audit 2023-12-07T10:01:49.365203+0000 mgr.a (mgr.24293) 461 : audit 0 from='client.22908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:51.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:50 smithi044 bash[32620]: audit 2023-12-07T10:01:49.365203+0000 mgr.a (mgr.24293) 461 : audit 0 from='client.22908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:50 smithi027 bash[31536]: audit 2023-12-07T10:01:49.365203+0000 mgr.a (mgr.24293) 461 : audit 0 from='client.22908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:52.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:51 smithi022 bash[28554]: cluster 2023-12-07T10:01:50.514402+0000 mgr.a (mgr.24293) 462 : cluster 0 pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:51 smithi044 bash[32620]: cluster 2023-12-07T10:01:50.514402+0000 mgr.a (mgr.24293) 462 : cluster 0 pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:51 smithi027 bash[31536]: cluster 2023-12-07T10:01:50.514402+0000 mgr.a (mgr.24293) 462 : cluster 0 pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:53 smithi022 bash[28554]: cluster 2023-12-07T10:01:52.515005+0000 mgr.a (mgr.24293) 463 : cluster 0 pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:54.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:53 smithi044 bash[32620]: cluster 2023-12-07T10:01:52.515005+0000 mgr.a (mgr.24293) 463 : cluster 0 pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:53 smithi027 bash[31536]: cluster 2023-12-07T10:01:52.515005+0000 mgr.a (mgr.24293) 463 : cluster 0 pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:54.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:01:54.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:54.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:55.804 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:01:55.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:55.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:55.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:55.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:01:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:55 smithi022 bash[28554]: cluster 2023-12-07T10:01:54.515615+0000 mgr.a (mgr.24293) 464 : cluster 0 pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:56.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:55 smithi044 bash[32620]: cluster 2023-12-07T10:01:54.515615+0000 mgr.a (mgr.24293) 464 : cluster 0 pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:55 smithi027 bash[31536]: cluster 2023-12-07T10:01:54.515615+0000 mgr.a (mgr.24293) 464 : cluster 0 pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:57.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:56 smithi022 bash[28554]: audit 2023-12-07T10:01:55.300340+0000 mgr.a (mgr.24293) 465 : audit 0 from='client.22983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:57.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:56 smithi044 bash[32620]: audit 2023-12-07T10:01:55.300340+0000 mgr.a (mgr.24293) 465 : audit 0 from='client.22983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:56 smithi027 bash[31536]: audit 2023-12-07T10:01:55.300340+0000 mgr.a (mgr.24293) 465 : audit 0 from='client.22983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:57 smithi022 bash[28554]: cluster 2023-12-07T10:01:56.516657+0000 mgr.a (mgr.24293) 466 : cluster 0 pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:57 smithi044 bash[32620]: cluster 2023-12-07T10:01:56.516657+0000 mgr.a (mgr.24293) 466 : cluster 0 pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:57 smithi027 bash[31536]: cluster 2023-12-07T10:01:56.516657+0000 mgr.a (mgr.24293) 466 : cluster 0 pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:00.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:01:59 smithi022 bash[28554]: cluster 2023-12-07T10:01:58.517300+0000 mgr.a (mgr.24293) 467 : cluster 0 pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:00.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:01:59 smithi044 bash[32620]: cluster 2023-12-07T10:01:58.517300+0000 mgr.a (mgr.24293) 467 : cluster 0 pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:01:59 smithi027 bash[31536]: cluster 2023-12-07T10:01:58.517300+0000 mgr.a (mgr.24293) 467 : cluster 0 pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:00.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:00.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:00.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:01.734 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:01.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:01.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:01.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:01.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:01 smithi022 bash[28554]: cluster 2023-12-07T10:02:00.518030+0000 mgr.a (mgr.24293) 468 : cluster 0 pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:01 smithi044 bash[32620]: cluster 2023-12-07T10:02:00.518030+0000 mgr.a (mgr.24293) 468 : cluster 0 pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:01 smithi027 bash[31536]: cluster 2023-12-07T10:02:00.518030+0000 mgr.a (mgr.24293) 468 : cluster 0 pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:03.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:02 smithi022 bash[28554]: audit 2023-12-07T10:02:01.211794+0000 mgr.a (mgr.24293) 469 : audit 0 from='client.23058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:03.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:02 smithi044 bash[32620]: audit 2023-12-07T10:02:01.211794+0000 mgr.a (mgr.24293) 469 : audit 0 from='client.23058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:02 smithi027 bash[31536]: audit 2023-12-07T10:02:01.211794+0000 mgr.a (mgr.24293) 469 : audit 0 from='client.23058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:03 smithi022 bash[28554]: cluster 2023-12-07T10:02:02.518732+0000 mgr.a (mgr.24293) 470 : cluster 0 pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:03 smithi044 bash[32620]: cluster 2023-12-07T10:02:02.518732+0000 mgr.a (mgr.24293) 470 : cluster 0 pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:03 smithi027 bash[31536]: cluster 2023-12-07T10:02:02.518732+0000 mgr.a (mgr.24293) 470 : cluster 0 pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:05 smithi022 bash[28554]: cluster 2023-12-07T10:02:04.519303+0000 mgr.a (mgr.24293) 471 : cluster 0 pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:05 smithi044 bash[32620]: cluster 2023-12-07T10:02:04.519303+0000 mgr.a (mgr.24293) 471 : cluster 0 pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:05 smithi027 bash[31536]: cluster 2023-12-07T10:02:04.519303+0000 mgr.a (mgr.24293) 471 : cluster 0 pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:06.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:06.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:06.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:07.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:07.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:07.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:07.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:07.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:07 smithi022 bash[28554]: cluster 2023-12-07T10:02:06.520117+0000 mgr.a (mgr.24293) 472 : cluster 0 pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:07 smithi044 bash[32620]: cluster 2023-12-07T10:02:06.520117+0000 mgr.a (mgr.24293) 472 : cluster 0 pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:07 smithi027 bash[31536]: cluster 2023-12-07T10:02:06.520117+0000 mgr.a (mgr.24293) 472 : cluster 0 pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:08 smithi022 bash[28554]: audit 2023-12-07T10:02:07.149681+0000 mgr.a (mgr.24293) 473 : audit 0 from='client.30890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:08 smithi022 bash[28554]: audit 2023-12-07T10:02:07.939946+0000 mon.a (mon.0) 536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:02:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:08 smithi022 bash[28554]: cluster 2023-12-07T10:02:08.520772+0000 mgr.a (mgr.24293) 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-07T10:02:09.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:08 smithi022 bash[28554]: audit 2023-12-07T10:02:08.729163+0000 mon.a (mon.0) 537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:08 smithi022 bash[28554]: audit 2023-12-07T10:02:08.731062+0000 mon.a (mon.0) 538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:08 smithi022 bash[28554]: audit 2023-12-07T10:02:08.741139+0000 mon.a (mon.0) 539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:08 smithi044 bash[32620]: audit 2023-12-07T10:02:07.149681+0000 mgr.a (mgr.24293) 473 : audit 0 from='client.30890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:08 smithi044 bash[32620]: audit 2023-12-07T10:02:07.939946+0000 mon.a (mon.0) 536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:08 smithi044 bash[32620]: cluster 2023-12-07T10:02:08.520772+0000 mgr.a (mgr.24293) 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-07T10:02:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:08 smithi044 bash[32620]: audit 2023-12-07T10:02:08.729163+0000 mon.a (mon.0) 537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:08 smithi044 bash[32620]: audit 2023-12-07T10:02:08.731062+0000 mon.a (mon.0) 538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:02:09.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:08 smithi044 bash[32620]: audit 2023-12-07T10:02:08.741139+0000 mon.a (mon.0) 539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:02:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:08 smithi027 bash[31536]: audit 2023-12-07T10:02:07.149681+0000 mgr.a (mgr.24293) 473 : audit 0 from='client.30890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:08 smithi027 bash[31536]: audit 2023-12-07T10:02:07.939946+0000 mon.a (mon.0) 536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:02:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:08 smithi027 bash[31536]: cluster 2023-12-07T10:02:08.520772+0000 mgr.a (mgr.24293) 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-07T10:02:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:08 smithi027 bash[31536]: audit 2023-12-07T10:02:08.729163+0000 mon.a (mon.0) 537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:02:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:08 smithi027 bash[31536]: audit 2023-12-07T10:02:08.731062+0000 mon.a (mon.0) 538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:02:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:08 smithi027 bash[31536]: audit 2023-12-07T10:02:08.741139+0000 mon.a (mon.0) 539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:02:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:11 smithi022 bash[28554]: cluster 2023-12-07T10:02:10.521571+0000 mgr.a (mgr.24293) 475 : 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-07T10:02:11.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:11 smithi044 bash[32620]: cluster 2023-12-07T10:02:10.521571+0000 mgr.a (mgr.24293) 475 : 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-07T10:02:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:11 smithi027 bash[31536]: cluster 2023-12-07T10:02:10.521571+0000 mgr.a (mgr.24293) 475 : 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-07T10:02:12.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:12.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:12.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:13.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:13.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:13.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:13.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:13.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:13 smithi022 bash[28554]: cluster 2023-12-07T10:02:12.522145+0000 mgr.a (mgr.24293) 476 : 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-07T10:02:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:13 smithi044 bash[32620]: cluster 2023-12-07T10:02:12.522145+0000 mgr.a (mgr.24293) 476 : 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-07T10:02:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:13 smithi027 bash[31536]: cluster 2023-12-07T10:02:12.522145+0000 mgr.a (mgr.24293) 476 : 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-07T10:02:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:14 smithi022 bash[28554]: audit 2023-12-07T10:02:13.069353+0000 mgr.a (mgr.24293) 477 : audit 0 from='client.23211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:15.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:14 smithi044 bash[32620]: audit 2023-12-07T10:02:13.069353+0000 mgr.a (mgr.24293) 477 : audit 0 from='client.23211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:14 smithi027 bash[31536]: audit 2023-12-07T10:02:13.069353+0000 mgr.a (mgr.24293) 477 : audit 0 from='client.23211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:15 smithi022 bash[28554]: cluster 2023-12-07T10:02:14.522824+0000 mgr.a (mgr.24293) 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-07T10:02:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:15 smithi044 bash[32620]: cluster 2023-12-07T10:02:14.522824+0000 mgr.a (mgr.24293) 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-07T10:02:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:15 smithi027 bash[31536]: cluster 2023-12-07T10:02:14.522824+0000 mgr.a (mgr.24293) 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-07T10:02:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:17 smithi022 bash[28554]: cluster 2023-12-07T10:02:16.523685+0000 mgr.a (mgr.24293) 479 : cluster 0 pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:18.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:17 smithi044 bash[32620]: cluster 2023-12-07T10:02:16.523685+0000 mgr.a (mgr.24293) 479 : cluster 0 pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:17 smithi027 bash[31536]: cluster 2023-12-07T10:02:16.523685+0000 mgr.a (mgr.24293) 479 : cluster 0 pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:18.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:18.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:18.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:19.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:19.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:19.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:19.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:19.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:20.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:19 smithi022 bash[28554]: cluster 2023-12-07T10:02:18.524207+0000 mgr.a (mgr.24293) 480 : cluster 0 pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:20.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:19 smithi044 bash[32620]: cluster 2023-12-07T10:02:18.524207+0000 mgr.a (mgr.24293) 480 : cluster 0 pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:19 smithi027 bash[31536]: cluster 2023-12-07T10:02:18.524207+0000 mgr.a (mgr.24293) 480 : cluster 0 pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:21.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:20 smithi022 bash[28554]: audit 2023-12-07T10:02:18.988218+0000 mgr.a (mgr.24293) 481 : audit 0 from='client.23286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:21.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:20 smithi044 bash[32620]: audit 2023-12-07T10:02:18.988218+0000 mgr.a (mgr.24293) 481 : audit 0 from='client.23286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:20 smithi027 bash[31536]: audit 2023-12-07T10:02:18.988218+0000 mgr.a (mgr.24293) 481 : audit 0 from='client.23286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:21 smithi022 bash[28554]: cluster 2023-12-07T10:02:20.525155+0000 mgr.a (mgr.24293) 482 : cluster 0 pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:22.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:21 smithi044 bash[32620]: cluster 2023-12-07T10:02:20.525155+0000 mgr.a (mgr.24293) 482 : cluster 0 pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:21 smithi027 bash[31536]: cluster 2023-12-07T10:02:20.525155+0000 mgr.a (mgr.24293) 482 : cluster 0 pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:23 smithi022 bash[28554]: cluster 2023-12-07T10:02:22.525736+0000 mgr.a (mgr.24293) 483 : cluster 0 pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:23 smithi044 bash[32620]: cluster 2023-12-07T10:02:22.525736+0000 mgr.a (mgr.24293) 483 : cluster 0 pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:23 smithi027 bash[31536]: cluster 2023-12-07T10:02:22.525736+0000 mgr.a (mgr.24293) 483 : cluster 0 pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:24.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:24.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:24.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:24 smithi022 bash[28554]: cluster 2023-12-07T10:02:24.526413+0000 mgr.a (mgr.24293) 484 : cluster 0 pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:25.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:24 smithi044 bash[32620]: cluster 2023-12-07T10:02:24.526413+0000 mgr.a (mgr.24293) 484 : cluster 0 pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:24 smithi027 bash[31536]: cluster 2023-12-07T10:02:24.526413+0000 mgr.a (mgr.24293) 484 : cluster 0 pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:25.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:25.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:25.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:25.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:25.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:25 smithi022 bash[28554]: audit 2023-12-07T10:02:24.931306+0000 mgr.a (mgr.24293) 485 : audit 0 from='client.23364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:25 smithi044 bash[32620]: audit 2023-12-07T10:02:24.931306+0000 mgr.a (mgr.24293) 485 : audit 0 from='client.23364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:25 smithi027 bash[31536]: audit 2023-12-07T10:02:24.931306+0000 mgr.a (mgr.24293) 485 : audit 0 from='client.23364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:27.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:26 smithi022 bash[28554]: cluster 2023-12-07T10:02:26.527470+0000 mgr.a (mgr.24293) 486 : cluster 0 pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:02:27.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:26 smithi044 bash[32620]: cluster 2023-12-07T10:02:26.527470+0000 mgr.a (mgr.24293) 486 : cluster 0 pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:02:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:26 smithi027 bash[31536]: cluster 2023-12-07T10:02:26.527470+0000 mgr.a (mgr.24293) 486 : cluster 0 pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:02:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:29 smithi022 bash[28554]: cluster 2023-12-07T10:02:28.528090+0000 mgr.a (mgr.24293) 487 : cluster 0 pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:02:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:29 smithi044 bash[32620]: cluster 2023-12-07T10:02:28.528090+0000 mgr.a (mgr.24293) 487 : cluster 0 pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:02:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:29 smithi027 bash[31536]: cluster 2023-12-07T10:02:28.528090+0000 mgr.a (mgr.24293) 487 : cluster 0 pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:02:30.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:30.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:30.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:31.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:31.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:31.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:31.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:31.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:31 smithi022 bash[28554]: cluster 2023-12-07T10:02:30.528822+0000 mgr.a (mgr.24293) 488 : cluster 0 pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:31 smithi044 bash[32620]: cluster 2023-12-07T10:02:30.528822+0000 mgr.a (mgr.24293) 488 : cluster 0 pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:31 smithi027 bash[31536]: cluster 2023-12-07T10:02:30.528822+0000 mgr.a (mgr.24293) 488 : cluster 0 pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:33.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:32 smithi022 bash[28554]: audit 2023-12-07T10:02:30.839091+0000 mgr.a (mgr.24293) 489 : audit 0 from='client.23439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:33.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:32 smithi044 bash[32620]: audit 2023-12-07T10:02:30.839091+0000 mgr.a (mgr.24293) 489 : audit 0 from='client.23439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:32 smithi027 bash[31536]: audit 2023-12-07T10:02:30.839091+0000 mgr.a (mgr.24293) 489 : audit 0 from='client.23439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:33 smithi022 bash[28554]: cluster 2023-12-07T10:02:32.529497+0000 mgr.a (mgr.24293) 490 : cluster 0 pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:34.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:33 smithi044 bash[32620]: cluster 2023-12-07T10:02:32.529497+0000 mgr.a (mgr.24293) 490 : cluster 0 pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:33 smithi027 bash[31536]: cluster 2023-12-07T10:02:32.529497+0000 mgr.a (mgr.24293) 490 : cluster 0 pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:35 smithi022 bash[28554]: cluster 2023-12-07T10:02:34.530069+0000 mgr.a (mgr.24293) 491 : cluster 0 pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:36.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:35 smithi044 bash[32620]: cluster 2023-12-07T10:02:34.530069+0000 mgr.a (mgr.24293) 491 : cluster 0 pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:35 smithi027 bash[31536]: cluster 2023-12-07T10:02:34.530069+0000 mgr.a (mgr.24293) 491 : cluster 0 pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:36.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:36.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:36.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:37.283 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:37.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:37.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:37.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:37.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:37 smithi022 bash[28554]: cluster 2023-12-07T10:02:36.530858+0000 mgr.a (mgr.24293) 492 : cluster 0 pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:37 smithi022 bash[28554]: audit 2023-12-07T10:02:36.764031+0000 mgr.a (mgr.24293) 493 : audit 0 from='client.23517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:37 smithi044 bash[32620]: cluster 2023-12-07T10:02:36.530858+0000 mgr.a (mgr.24293) 492 : cluster 0 pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:37 smithi044 bash[32620]: audit 2023-12-07T10:02:36.764031+0000 mgr.a (mgr.24293) 493 : audit 0 from='client.23517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:37 smithi027 bash[31536]: cluster 2023-12-07T10:02:36.530858+0000 mgr.a (mgr.24293) 492 : cluster 0 pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:37 smithi027 bash[31536]: audit 2023-12-07T10:02:36.764031+0000 mgr.a (mgr.24293) 493 : audit 0 from='client.23517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:39 smithi022 bash[28554]: cluster 2023-12-07T10:02:38.531569+0000 mgr.a (mgr.24293) 494 : cluster 0 pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:02:40.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:39 smithi044 bash[32620]: cluster 2023-12-07T10:02:38.531569+0000 mgr.a (mgr.24293) 494 : cluster 0 pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:02:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:39 smithi027 bash[31536]: cluster 2023-12-07T10:02:38.531569+0000 mgr.a (mgr.24293) 494 : cluster 0 pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:02:42.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:41 smithi022 bash[28554]: cluster 2023-12-07T10:02:40.532309+0000 mgr.a (mgr.24293) 495 : cluster 0 pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:02:42.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:41 smithi044 bash[32620]: cluster 2023-12-07T10:02:40.532309+0000 mgr.a (mgr.24293) 495 : cluster 0 pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:02:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:41 smithi027 bash[31536]: cluster 2023-12-07T10:02:40.532309+0000 mgr.a (mgr.24293) 495 : cluster 0 pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:02:42.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:42.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:42.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:43.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:43.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:43.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:43.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:43.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:43 smithi022 bash[28554]: cluster 2023-12-07T10:02:42.532976+0000 mgr.a (mgr.24293) 496 : 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-07T10:02:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:43 smithi022 bash[28554]: audit 2023-12-07T10:02:42.690510+0000 mgr.a (mgr.24293) 497 : audit 0 from='client.23589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:43 smithi044 bash[32620]: cluster 2023-12-07T10:02:42.532976+0000 mgr.a (mgr.24293) 496 : 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-07T10:02:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:43 smithi044 bash[32620]: audit 2023-12-07T10:02:42.690510+0000 mgr.a (mgr.24293) 497 : audit 0 from='client.23589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:43 smithi027 bash[31536]: cluster 2023-12-07T10:02:42.532976+0000 mgr.a (mgr.24293) 496 : 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-07T10:02:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:43 smithi027 bash[31536]: audit 2023-12-07T10:02:42.690510+0000 mgr.a (mgr.24293) 497 : audit 0 from='client.23589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:45 smithi022 bash[28554]: cluster 2023-12-07T10:02:44.533776+0000 mgr.a (mgr.24293) 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-07T10:02:46.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:45 smithi044 bash[32620]: cluster 2023-12-07T10:02:44.533776+0000 mgr.a (mgr.24293) 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-07T10:02:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:45 smithi027 bash[31536]: cluster 2023-12-07T10:02:44.533776+0000 mgr.a (mgr.24293) 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-07T10:02:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:47 smithi022 bash[28554]: cluster 2023-12-07T10:02:46.534617+0000 mgr.a (mgr.24293) 499 : 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-07T10:02:48.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:47 smithi044 bash[32620]: cluster 2023-12-07T10:02:46.534617+0000 mgr.a (mgr.24293) 499 : 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-07T10:02:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:47 smithi027 bash[31536]: cluster 2023-12-07T10:02:46.534617+0000 mgr.a (mgr.24293) 499 : 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-07T10:02:48.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:48.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:48.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:49.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:49.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:49.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:49.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:49.144 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:49 smithi022 bash[28554]: cluster 2023-12-07T10:02:48.535173+0000 mgr.a (mgr.24293) 500 : 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-07T10:02:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:49 smithi022 bash[28554]: audit 2023-12-07T10:02:48.633593+0000 mgr.a (mgr.24293) 501 : audit 0 from='client.23664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:49 smithi044 bash[32620]: cluster 2023-12-07T10:02:48.535173+0000 mgr.a (mgr.24293) 500 : 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-07T10:02:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:49 smithi044 bash[32620]: audit 2023-12-07T10:02:48.633593+0000 mgr.a (mgr.24293) 501 : audit 0 from='client.23664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:49 smithi027 bash[31536]: cluster 2023-12-07T10:02:48.535173+0000 mgr.a (mgr.24293) 500 : 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-07T10:02:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:49 smithi027 bash[31536]: audit 2023-12-07T10:02:48.633593+0000 mgr.a (mgr.24293) 501 : audit 0 from='client.23664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:51 smithi022 bash[28554]: cluster 2023-12-07T10:02:50.536184+0000 mgr.a (mgr.24293) 502 : cluster 0 pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:52.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:51 smithi044 bash[32620]: cluster 2023-12-07T10:02:50.536184+0000 mgr.a (mgr.24293) 502 : cluster 0 pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:51 smithi027 bash[31536]: cluster 2023-12-07T10:02:50.536184+0000 mgr.a (mgr.24293) 502 : cluster 0 pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:54.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:02:54.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:54.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:53 smithi022 bash[28554]: cluster 2023-12-07T10:02:52.536834+0000 mgr.a (mgr.24293) 503 : cluster 0 pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:54.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:53 smithi044 bash[32620]: cluster 2023-12-07T10:02:52.536834+0000 mgr.a (mgr.24293) 503 : cluster 0 pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:53 smithi027 bash[31536]: cluster 2023-12-07T10:02:52.536834+0000 mgr.a (mgr.24293) 503 : cluster 0 pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:55.081 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:02:55.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:55.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:55.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:55.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:02:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:55 smithi022 bash[28554]: cluster 2023-12-07T10:02:54.537217+0000 mgr.a (mgr.24293) 504 : cluster 0 pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:56.185 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:55 smithi022 bash[28554]: audit 2023-12-07T10:02:54.556007+0000 mgr.a (mgr.24293) 505 : audit 0 from='client.23733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:56.185 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:55 smithi044 bash[32620]: cluster 2023-12-07T10:02:54.537217+0000 mgr.a (mgr.24293) 504 : cluster 0 pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:56.185 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:55 smithi044 bash[32620]: audit 2023-12-07T10:02:54.556007+0000 mgr.a (mgr.24293) 505 : audit 0 from='client.23733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:55 smithi027 bash[31536]: cluster 2023-12-07T10:02:54.537217+0000 mgr.a (mgr.24293) 504 : cluster 0 pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:55 smithi027 bash[31536]: audit 2023-12-07T10:02:54.556007+0000 mgr.a (mgr.24293) 505 : audit 0 from='client.23733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:57 smithi022 bash[28554]: cluster 2023-12-07T10:02:56.538092+0000 mgr.a (mgr.24293) 506 : cluster 0 pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:58.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:57 smithi044 bash[32620]: cluster 2023-12-07T10:02:56.538092+0000 mgr.a (mgr.24293) 506 : cluster 0 pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:57 smithi027 bash[31536]: cluster 2023-12-07T10:02:56.538092+0000 mgr.a (mgr.24293) 506 : cluster 0 pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:00.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:00.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:00.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:00.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:02:59 smithi022 bash[28554]: cluster 2023-12-07T10:02:58.538673+0000 mgr.a (mgr.24293) 507 : cluster 0 pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:00.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:02:59 smithi044 bash[32620]: cluster 2023-12-07T10:02:58.538673+0000 mgr.a (mgr.24293) 507 : cluster 0 pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:02:59 smithi027 bash[31536]: cluster 2023-12-07T10:02:58.538673+0000 mgr.a (mgr.24293) 507 : cluster 0 pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:01.031 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:01.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:01.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:01.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:01.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:01 smithi022 bash[28554]: audit 2023-12-07T10:03:00.483659+0000 mgr.a (mgr.24293) 508 : audit 0 from='client.23811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:01 smithi022 bash[28554]: cluster 2023-12-07T10:03:00.539654+0000 mgr.a (mgr.24293) 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-07T10:03:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:01 smithi044 bash[32620]: audit 2023-12-07T10:03:00.483659+0000 mgr.a (mgr.24293) 508 : audit 0 from='client.23811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:01 smithi044 bash[32620]: cluster 2023-12-07T10:03:00.539654+0000 mgr.a (mgr.24293) 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-07T10:03:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:01 smithi027 bash[31536]: audit 2023-12-07T10:03:00.483659+0000 mgr.a (mgr.24293) 508 : audit 0 from='client.23811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:01 smithi027 bash[31536]: cluster 2023-12-07T10:03:00.539654+0000 mgr.a (mgr.24293) 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-07T10:03:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:03 smithi022 bash[28554]: cluster 2023-12-07T10:03:02.540325+0000 mgr.a (mgr.24293) 510 : cluster 0 pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:04.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:03 smithi044 bash[32620]: cluster 2023-12-07T10:03:02.540325+0000 mgr.a (mgr.24293) 510 : cluster 0 pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:03 smithi027 bash[31536]: cluster 2023-12-07T10:03:02.540325+0000 mgr.a (mgr.24293) 510 : cluster 0 pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:06.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:06.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:06.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:05 smithi022 bash[28554]: cluster 2023-12-07T10:03:04.540953+0000 mgr.a (mgr.24293) 511 : cluster 0 pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:06.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:05 smithi044 bash[32620]: cluster 2023-12-07T10:03:04.540953+0000 mgr.a (mgr.24293) 511 : cluster 0 pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:05 smithi027 bash[31536]: cluster 2023-12-07T10:03:04.540953+0000 mgr.a (mgr.24293) 511 : cluster 0 pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:06.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:06.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:06.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:06.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:06.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:07 smithi022 bash[28554]: audit 2023-12-07T10:03:06.445561+0000 mgr.a (mgr.24293) 512 : audit 0 from='client.23886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:07 smithi022 bash[28554]: cluster 2023-12-07T10:03:06.541702+0000 mgr.a (mgr.24293) 513 : cluster 0 pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:07 smithi044 bash[32620]: audit 2023-12-07T10:03:06.445561+0000 mgr.a (mgr.24293) 512 : audit 0 from='client.23886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:07 smithi044 bash[32620]: cluster 2023-12-07T10:03:06.541702+0000 mgr.a (mgr.24293) 513 : cluster 0 pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:07 smithi027 bash[31536]: audit 2023-12-07T10:03:06.445561+0000 mgr.a (mgr.24293) 512 : audit 0 from='client.23886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:07 smithi027 bash[31536]: cluster 2023-12-07T10:03:06.541702+0000 mgr.a (mgr.24293) 513 : cluster 0 pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:09 smithi022 bash[28554]: cluster 2023-12-07T10:03:08.542396+0000 mgr.a (mgr.24293) 514 : cluster 0 pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:09 smithi022 bash[28554]: audit 2023-12-07T10:03:08.845609+0000 mon.a (mon.0) 540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:03:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:09 smithi022 bash[28554]: audit 2023-12-07T10:03:09.634147+0000 mon.a (mon.0) 541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:03:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:09 smithi022 bash[28554]: audit 2023-12-07T10:03:09.636160+0000 mon.a (mon.0) 542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:03:10.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:09 smithi022 bash[28554]: audit 2023-12-07T10:03:09.645559+0000 mon.a (mon.0) 543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:03:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:09 smithi044 bash[32620]: cluster 2023-12-07T10:03:08.542396+0000 mgr.a (mgr.24293) 514 : cluster 0 pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:09 smithi044 bash[32620]: audit 2023-12-07T10:03:08.845609+0000 mon.a (mon.0) 540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:03:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:09 smithi044 bash[32620]: audit 2023-12-07T10:03:09.634147+0000 mon.a (mon.0) 541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:03:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:09 smithi044 bash[32620]: audit 2023-12-07T10:03:09.636160+0000 mon.a (mon.0) 542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:03:10.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:09 smithi044 bash[32620]: audit 2023-12-07T10:03:09.645559+0000 mon.a (mon.0) 543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:03:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:09 smithi027 bash[31536]: cluster 2023-12-07T10:03:08.542396+0000 mgr.a (mgr.24293) 514 : cluster 0 pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:09 smithi027 bash[31536]: audit 2023-12-07T10:03:08.845609+0000 mon.a (mon.0) 540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:03:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:09 smithi027 bash[31536]: audit 2023-12-07T10:03:09.634147+0000 mon.a (mon.0) 541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:03:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:09 smithi027 bash[31536]: audit 2023-12-07T10:03:09.636160+0000 mon.a (mon.0) 542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:03:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:09 smithi027 bash[31536]: audit 2023-12-07T10:03:09.645559+0000 mon.a (mon.0) 543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:03:11.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:11.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:11.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:11 smithi022 bash[28554]: cluster 2023-12-07T10:03:10.543205+0000 mgr.a (mgr.24293) 515 : cluster 0 pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:11 smithi044 bash[32620]: cluster 2023-12-07T10:03:10.543205+0000 mgr.a (mgr.24293) 515 : cluster 0 pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:11 smithi027 bash[31536]: cluster 2023-12-07T10:03:10.543205+0000 mgr.a (mgr.24293) 515 : cluster 0 pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:12.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:12.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:12.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:12.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:12.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:13 smithi022 bash[28554]: audit 2023-12-07T10:03:12.394101+0000 mgr.a (mgr.24293) 516 : audit 0 from='client.23958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:13 smithi022 bash[28554]: cluster 2023-12-07T10:03:12.543959+0000 mgr.a (mgr.24293) 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-07T10:03:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:13 smithi044 bash[32620]: audit 2023-12-07T10:03:12.394101+0000 mgr.a (mgr.24293) 516 : audit 0 from='client.23958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:14.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:13 smithi044 bash[32620]: cluster 2023-12-07T10:03:12.543959+0000 mgr.a (mgr.24293) 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-07T10:03:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:13 smithi027 bash[31536]: audit 2023-12-07T10:03:12.394101+0000 mgr.a (mgr.24293) 516 : audit 0 from='client.23958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:13 smithi027 bash[31536]: cluster 2023-12-07T10:03:12.543959+0000 mgr.a (mgr.24293) 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-07T10:03:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:15 smithi022 bash[28554]: cluster 2023-12-07T10:03:14.544757+0000 mgr.a (mgr.24293) 518 : 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-07T10:03:16.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:15 smithi044 bash[32620]: cluster 2023-12-07T10:03:14.544757+0000 mgr.a (mgr.24293) 518 : 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-07T10:03:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:15 smithi027 bash[31536]: cluster 2023-12-07T10:03:14.544757+0000 mgr.a (mgr.24293) 518 : 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-07T10:03:17.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:17 smithi022 bash[28554]: cluster 2023-12-07T10:03:16.545682+0000 mgr.a (mgr.24293) 519 : 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-07T10:03:18.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:17 smithi044 bash[32620]: cluster 2023-12-07T10:03:16.545682+0000 mgr.a (mgr.24293) 519 : 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-07T10:03:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:17 smithi027 bash[31536]: cluster 2023-12-07T10:03:16.545682+0000 mgr.a (mgr.24293) 519 : 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-07T10:03:18.846 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:20.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:19 smithi022 bash[28554]: audit 2023-12-07T10:03:18.328149+0000 mgr.a (mgr.24293) 520 : audit 0 from='client.24036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:20.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:19 smithi022 bash[28554]: cluster 2023-12-07T10:03:18.546175+0000 mgr.a (mgr.24293) 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-07T10:03:20.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:19 smithi044 bash[32620]: audit 2023-12-07T10:03:18.328149+0000 mgr.a (mgr.24293) 520 : audit 0 from='client.24036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:20.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:19 smithi044 bash[32620]: cluster 2023-12-07T10:03:18.546175+0000 mgr.a (mgr.24293) 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-07T10:03:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:19 smithi027 bash[31536]: audit 2023-12-07T10:03:18.328149+0000 mgr.a (mgr.24293) 520 : audit 0 from='client.24036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:19 smithi027 bash[31536]: cluster 2023-12-07T10:03:18.546175+0000 mgr.a (mgr.24293) 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-07T10:03:21.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:20 smithi022 bash[28554]: cluster 2023-12-07T10:03:20.547029+0000 mgr.a (mgr.24293) 522 : cluster 0 pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:21.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:20 smithi044 bash[32620]: cluster 2023-12-07T10:03:20.547029+0000 mgr.a (mgr.24293) 522 : cluster 0 pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:20 smithi027 bash[31536]: cluster 2023-12-07T10:03:20.547029+0000 mgr.a (mgr.24293) 522 : cluster 0 pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:23.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:23.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:23.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:23 smithi022 bash[28554]: cluster 2023-12-07T10:03:22.547625+0000 mgr.a (mgr.24293) 523 : cluster 0 pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:23 smithi044 bash[32620]: cluster 2023-12-07T10:03:22.547625+0000 mgr.a (mgr.24293) 523 : cluster 0 pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:23 smithi027 bash[31536]: cluster 2023-12-07T10:03:22.547625+0000 mgr.a (mgr.24293) 523 : cluster 0 pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:24.773 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:25 smithi022 bash[28554]: audit 2023-12-07T10:03:24.258227+0000 mgr.a (mgr.24293) 524 : audit 0 from='client.24114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:25 smithi022 bash[28554]: cluster 2023-12-07T10:03:24.548334+0000 mgr.a (mgr.24293) 525 : cluster 0 pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:25 smithi044 bash[32620]: audit 2023-12-07T10:03:24.258227+0000 mgr.a (mgr.24293) 524 : audit 0 from='client.24114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:26.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:25 smithi044 bash[32620]: cluster 2023-12-07T10:03:24.548334+0000 mgr.a (mgr.24293) 525 : cluster 0 pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:25 smithi027 bash[31536]: audit 2023-12-07T10:03:24.258227+0000 mgr.a (mgr.24293) 524 : audit 0 from='client.24114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:25 smithi027 bash[31536]: cluster 2023-12-07T10:03:24.548334+0000 mgr.a (mgr.24293) 525 : cluster 0 pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:28.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:27 smithi022 bash[28554]: cluster 2023-12-07T10:03:26.549238+0000 mgr.a (mgr.24293) 526 : cluster 0 pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:28.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:27 smithi044 bash[32620]: cluster 2023-12-07T10:03:26.549238+0000 mgr.a (mgr.24293) 526 : cluster 0 pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:27 smithi027 bash[31536]: cluster 2023-12-07T10:03:26.549238+0000 mgr.a (mgr.24293) 526 : cluster 0 pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:29.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:29.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:29.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:29 smithi022 bash[28554]: cluster 2023-12-07T10:03:28.549820+0000 mgr.a (mgr.24293) 527 : cluster 0 pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:30.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:29 smithi044 bash[32620]: cluster 2023-12-07T10:03:28.549820+0000 mgr.a (mgr.24293) 527 : cluster 0 pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:29 smithi027 bash[31536]: cluster 2023-12-07T10:03:28.549820+0000 mgr.a (mgr.24293) 527 : cluster 0 pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:30.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:30.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:30.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:30.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:30.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:31 smithi022 bash[28554]: audit 2023-12-07T10:03:30.182285+0000 mgr.a (mgr.24293) 528 : audit 0 from='client.24189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:31 smithi022 bash[28554]: cluster 2023-12-07T10:03:30.550666+0000 mgr.a (mgr.24293) 529 : cluster 0 pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:03:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:31 smithi044 bash[32620]: audit 2023-12-07T10:03:30.182285+0000 mgr.a (mgr.24293) 528 : audit 0 from='client.24189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:32.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:31 smithi044 bash[32620]: cluster 2023-12-07T10:03:30.550666+0000 mgr.a (mgr.24293) 529 : cluster 0 pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:03:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:31 smithi027 bash[31536]: audit 2023-12-07T10:03:30.182285+0000 mgr.a (mgr.24293) 528 : audit 0 from='client.24189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:31 smithi027 bash[31536]: cluster 2023-12-07T10:03:30.550666+0000 mgr.a (mgr.24293) 529 : cluster 0 pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:03:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:33 smithi022 bash[28554]: cluster 2023-12-07T10:03:32.551346+0000 mgr.a (mgr.24293) 530 : cluster 0 pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:34.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:33 smithi044 bash[32620]: cluster 2023-12-07T10:03:32.551346+0000 mgr.a (mgr.24293) 530 : cluster 0 pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:33 smithi027 bash[31536]: cluster 2023-12-07T10:03:32.551346+0000 mgr.a (mgr.24293) 530 : cluster 0 pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:35.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:35.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:35.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:35 smithi022 bash[28554]: cluster 2023-12-07T10:03:34.551950+0000 mgr.a (mgr.24293) 531 : cluster 0 pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:35 smithi044 bash[32620]: cluster 2023-12-07T10:03:34.551950+0000 mgr.a (mgr.24293) 531 : cluster 0 pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:35 smithi027 bash[31536]: cluster 2023-12-07T10:03:34.551950+0000 mgr.a (mgr.24293) 531 : cluster 0 pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:36.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:36.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:36.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:36.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:36.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:37.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:36 smithi022 bash[28554]: audit 2023-12-07T10:03:36.128654+0000 mgr.a (mgr.24293) 532 : audit 0 from='client.24264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:37.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:36 smithi022 bash[28554]: cluster 2023-12-07T10:03:36.553131+0000 mgr.a (mgr.24293) 533 : cluster 0 pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:37.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:36 smithi044 bash[32620]: audit 2023-12-07T10:03:36.128654+0000 mgr.a (mgr.24293) 532 : audit 0 from='client.24264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:37.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:36 smithi044 bash[32620]: cluster 2023-12-07T10:03:36.553131+0000 mgr.a (mgr.24293) 533 : cluster 0 pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:36 smithi027 bash[31536]: audit 2023-12-07T10:03:36.128654+0000 mgr.a (mgr.24293) 532 : audit 0 from='client.24264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:36 smithi027 bash[31536]: cluster 2023-12-07T10:03:36.553131+0000 mgr.a (mgr.24293) 533 : cluster 0 pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:39 smithi022 bash[28554]: cluster 2023-12-07T10:03:38.553767+0000 mgr.a (mgr.24293) 534 : cluster 0 pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:40.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:39 smithi044 bash[32620]: cluster 2023-12-07T10:03:38.553767+0000 mgr.a (mgr.24293) 534 : cluster 0 pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:39 smithi027 bash[31536]: cluster 2023-12-07T10:03:38.553767+0000 mgr.a (mgr.24293) 534 : cluster 0 pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:41.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:41.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:41.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:42.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:41 smithi022 bash[28554]: cluster 2023-12-07T10:03:40.554517+0000 mgr.a (mgr.24293) 535 : cluster 0 pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:42.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:41 smithi044 bash[32620]: cluster 2023-12-07T10:03:40.554517+0000 mgr.a (mgr.24293) 535 : cluster 0 pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:41 smithi027 bash[31536]: cluster 2023-12-07T10:03:40.554517+0000 mgr.a (mgr.24293) 535 : cluster 0 pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:42.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:42.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:42.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:42.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:42.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:43 smithi022 bash[28554]: audit 2023-12-07T10:03:42.074151+0000 mgr.a (mgr.24293) 536 : audit 0 from='client.31811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:43 smithi022 bash[28554]: cluster 2023-12-07T10:03:42.555134+0000 mgr.a (mgr.24293) 537 : cluster 0 pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:43 smithi044 bash[32620]: audit 2023-12-07T10:03:42.074151+0000 mgr.a (mgr.24293) 536 : audit 0 from='client.31811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:44.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:43 smithi044 bash[32620]: cluster 2023-12-07T10:03:42.555134+0000 mgr.a (mgr.24293) 537 : cluster 0 pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:43 smithi027 bash[31536]: audit 2023-12-07T10:03:42.074151+0000 mgr.a (mgr.24293) 536 : audit 0 from='client.31811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:43 smithi027 bash[31536]: cluster 2023-12-07T10:03:42.555134+0000 mgr.a (mgr.24293) 537 : cluster 0 pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:45 smithi022 bash[28554]: cluster 2023-12-07T10:03:44.555714+0000 mgr.a (mgr.24293) 538 : cluster 0 pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:46.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:45 smithi044 bash[32620]: cluster 2023-12-07T10:03:44.555714+0000 mgr.a (mgr.24293) 538 : cluster 0 pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:45 smithi027 bash[31536]: cluster 2023-12-07T10:03:44.555714+0000 mgr.a (mgr.24293) 538 : cluster 0 pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:47.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:47.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:47.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:47 smithi022 bash[28554]: cluster 2023-12-07T10:03:46.556566+0000 mgr.a (mgr.24293) 539 : cluster 0 pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:03:48.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:47 smithi044 bash[32620]: cluster 2023-12-07T10:03:46.556566+0000 mgr.a (mgr.24293) 539 : cluster 0 pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:03:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:47 smithi027 bash[31536]: cluster 2023-12-07T10:03:46.556566+0000 mgr.a (mgr.24293) 539 : cluster 0 pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:03:48.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:48.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:48.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:48.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:48.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:49 smithi022 bash[28554]: audit 2023-12-07T10:03:48.028879+0000 mgr.a (mgr.24293) 540 : audit 0 from='client.24414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:49 smithi022 bash[28554]: cluster 2023-12-07T10:03:48.557336+0000 mgr.a (mgr.24293) 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-07T10:03:50.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:49 smithi044 bash[32620]: audit 2023-12-07T10:03:48.028879+0000 mgr.a (mgr.24293) 540 : audit 0 from='client.24414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:49 smithi044 bash[32620]: cluster 2023-12-07T10:03:48.557336+0000 mgr.a (mgr.24293) 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-07T10:03:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:49 smithi027 bash[31536]: audit 2023-12-07T10:03:48.028879+0000 mgr.a (mgr.24293) 540 : audit 0 from='client.24414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:49 smithi027 bash[31536]: cluster 2023-12-07T10:03:48.557336+0000 mgr.a (mgr.24293) 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-07T10:03:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:51 smithi022 bash[28554]: cluster 2023-12-07T10:03:50.558137+0000 mgr.a (mgr.24293) 542 : 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-07T10:03:52.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:51 smithi044 bash[32620]: cluster 2023-12-07T10:03:50.558137+0000 mgr.a (mgr.24293) 542 : 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-07T10:03:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:51 smithi027 bash[31536]: cluster 2023-12-07T10:03:50.558137+0000 mgr.a (mgr.24293) 542 : 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-07T10:03:53.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:53.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:53.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:53 smithi022 bash[28554]: cluster 2023-12-07T10:03:52.558713+0000 mgr.a (mgr.24293) 543 : 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-07T10:03:54.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:53 smithi044 bash[32620]: cluster 2023-12-07T10:03:52.558713+0000 mgr.a (mgr.24293) 543 : 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-07T10:03:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:53 smithi027 bash[31536]: cluster 2023-12-07T10:03:52.558713+0000 mgr.a (mgr.24293) 543 : 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-07T10:03:54.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:03:54.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:54.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:54.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:54.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:03:55.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:54 smithi022 bash[28554]: audit 2023-12-07T10:03:53.962204+0000 mgr.a (mgr.24293) 544 : audit 0 from='client.24489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:55.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:54 smithi022 bash[28554]: cluster 2023-12-07T10:03:54.559431+0000 mgr.a (mgr.24293) 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-07T10:03:55.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:54 smithi044 bash[32620]: audit 2023-12-07T10:03:53.962204+0000 mgr.a (mgr.24293) 544 : audit 0 from='client.24489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:55.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:54 smithi044 bash[32620]: cluster 2023-12-07T10:03:54.559431+0000 mgr.a (mgr.24293) 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-07T10:03:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:54 smithi027 bash[31536]: audit 2023-12-07T10:03:53.962204+0000 mgr.a (mgr.24293) 544 : audit 0 from='client.24489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:54 smithi027 bash[31536]: cluster 2023-12-07T10:03:54.559431+0000 mgr.a (mgr.24293) 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-07T10:03:57.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:57 smithi022 bash[28554]: cluster 2023-12-07T10:03:56.560395+0000 mgr.a (mgr.24293) 546 : cluster 0 pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:57 smithi044 bash[32620]: cluster 2023-12-07T10:03:56.560395+0000 mgr.a (mgr.24293) 546 : cluster 0 pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:57 smithi027 bash[31536]: cluster 2023-12-07T10:03:56.560395+0000 mgr.a (mgr.24293) 546 : cluster 0 pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:59.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:03:59.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:59.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:00.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:03:59 smithi022 bash[28554]: cluster 2023-12-07T10:03:58.561014+0000 mgr.a (mgr.24293) 547 : cluster 0 pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:00.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:03:59 smithi044 bash[32620]: cluster 2023-12-07T10:03:58.561014+0000 mgr.a (mgr.24293) 547 : cluster 0 pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:03:59 smithi027 bash[31536]: cluster 2023-12-07T10:03:58.561014+0000 mgr.a (mgr.24293) 547 : cluster 0 pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:00.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:00.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:00.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:00.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:00.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:01 smithi022 bash[28554]: audit 2023-12-07T10:03:59.874550+0000 mgr.a (mgr.24293) 548 : audit 0 from='client.24564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:01 smithi022 bash[28554]: cluster 2023-12-07T10:04:00.561915+0000 mgr.a (mgr.24293) 549 : cluster 0 pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:02.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:01 smithi044 bash[32620]: audit 2023-12-07T10:03:59.874550+0000 mgr.a (mgr.24293) 548 : audit 0 from='client.24564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:02.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:01 smithi044 bash[32620]: cluster 2023-12-07T10:04:00.561915+0000 mgr.a (mgr.24293) 549 : cluster 0 pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:01 smithi027 bash[31536]: audit 2023-12-07T10:03:59.874550+0000 mgr.a (mgr.24293) 548 : audit 0 from='client.24564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:01 smithi027 bash[31536]: cluster 2023-12-07T10:04:00.561915+0000 mgr.a (mgr.24293) 549 : cluster 0 pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:03 smithi022 bash[28554]: cluster 2023-12-07T10:04:02.562465+0000 mgr.a (mgr.24293) 550 : cluster 0 pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:04.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:03 smithi044 bash[32620]: cluster 2023-12-07T10:04:02.562465+0000 mgr.a (mgr.24293) 550 : cluster 0 pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:03 smithi027 bash[31536]: cluster 2023-12-07T10:04:02.562465+0000 mgr.a (mgr.24293) 550 : cluster 0 pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:05.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:05 smithi022 bash[28554]: cluster 2023-12-07T10:04:04.562982+0000 mgr.a (mgr.24293) 551 : cluster 0 pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:06.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:05 smithi044 bash[32620]: cluster 2023-12-07T10:04:04.562982+0000 mgr.a (mgr.24293) 551 : cluster 0 pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:05 smithi027 bash[31536]: cluster 2023-12-07T10:04:04.562982+0000 mgr.a (mgr.24293) 551 : cluster 0 pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:06.358 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:06.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:06.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:06.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:06.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:07.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:06 smithi022 bash[28554]: audit 2023-12-07T10:04:05.813866+0000 mgr.a (mgr.24293) 552 : audit 0 from='client.32125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:07.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:06 smithi044 bash[32620]: audit 2023-12-07T10:04:05.813866+0000 mgr.a (mgr.24293) 552 : audit 0 from='client.32125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:06 smithi027 bash[31536]: audit 2023-12-07T10:04:05.813866+0000 mgr.a (mgr.24293) 552 : audit 0 from='client.32125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:07 smithi022 bash[28554]: cluster 2023-12-07T10:04:06.563992+0000 mgr.a (mgr.24293) 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-07T10:04:08.243 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:07 smithi027 bash[31536]: cluster 2023-12-07T10:04:06.563992+0000 mgr.a (mgr.24293) 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-07T10:04:08.243 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:07 smithi044 bash[32620]: cluster 2023-12-07T10:04:06.563992+0000 mgr.a (mgr.24293) 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-07T10:04:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:08 smithi022 bash[28554]: cluster 2023-12-07T10:04:08.564587+0000 mgr.a (mgr.24293) 554 : cluster 0 pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:09.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:08 smithi044 bash[32620]: cluster 2023-12-07T10:04:08.564587+0000 mgr.a (mgr.24293) 554 : cluster 0 pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:08 smithi027 bash[31536]: cluster 2023-12-07T10:04:08.564587+0000 mgr.a (mgr.24293) 554 : cluster 0 pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:09 smithi022 bash[28554]: audit 2023-12-07T10:04:09.749530+0000 mon.a (mon.0) 544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:04:10.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:09 smithi044 bash[32620]: audit 2023-12-07T10:04:09.749530+0000 mon.a (mon.0) 544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:04:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:09 smithi027 bash[31536]: audit 2023-12-07T10:04:09.749530+0000 mon.a (mon.0) 544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:04:11.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:10 smithi022 bash[28554]: audit 2023-12-07T10:04:10.540563+0000 mon.a (mon.0) 545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:04:11.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:10 smithi022 bash[28554]: audit 2023-12-07T10:04:10.542391+0000 mon.a (mon.0) 546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:04:11.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:10 smithi022 bash[28554]: audit 2023-12-07T10:04:10.552066+0000 mon.a (mon.0) 547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:04:11.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:10 smithi022 bash[28554]: cluster 2023-12-07T10:04:10.565223+0000 mgr.a (mgr.24293) 555 : cluster 0 pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:11.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:10 smithi044 bash[32620]: audit 2023-12-07T10:04:10.540563+0000 mon.a (mon.0) 545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:04:11.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:10 smithi044 bash[32620]: audit 2023-12-07T10:04:10.542391+0000 mon.a (mon.0) 546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:04:11.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:10 smithi044 bash[32620]: audit 2023-12-07T10:04:10.552066+0000 mon.a (mon.0) 547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:04:11.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:10 smithi044 bash[32620]: cluster 2023-12-07T10:04:10.565223+0000 mgr.a (mgr.24293) 555 : cluster 0 pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:10 smithi027 bash[31536]: audit 2023-12-07T10:04:10.540563+0000 mon.a (mon.0) 545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:04:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:10 smithi027 bash[31536]: audit 2023-12-07T10:04:10.542391+0000 mon.a (mon.0) 546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:04:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:10 smithi027 bash[31536]: audit 2023-12-07T10:04:10.552066+0000 mon.a (mon.0) 547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:04:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:10 smithi027 bash[31536]: cluster 2023-12-07T10:04:10.565223+0000 mgr.a (mgr.24293) 555 : cluster 0 pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:11.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:11.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:11.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:12.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:12.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:12.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:12.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:12.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:12.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:12 smithi022 bash[28554]: audit 2023-12-07T10:04:11.771896+0000 mgr.a (mgr.24293) 556 : audit 0 from='client.24720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:12.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:12 smithi044 bash[32620]: audit 2023-12-07T10:04:11.771896+0000 mgr.a (mgr.24293) 556 : audit 0 from='client.24720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:12 smithi027 bash[31536]: audit 2023-12-07T10:04:11.771896+0000 mgr.a (mgr.24293) 556 : audit 0 from='client.24720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:13 smithi022 bash[28554]: cluster 2023-12-07T10:04:12.565863+0000 mgr.a (mgr.24293) 557 : cluster 0 pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:14.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:13 smithi044 bash[32620]: cluster 2023-12-07T10:04:12.565863+0000 mgr.a (mgr.24293) 557 : cluster 0 pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:13 smithi027 bash[31536]: cluster 2023-12-07T10:04:12.565863+0000 mgr.a (mgr.24293) 557 : cluster 0 pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:15 smithi022 bash[28554]: cluster 2023-12-07T10:04:14.566419+0000 mgr.a (mgr.24293) 558 : cluster 0 pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:16.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:15 smithi044 bash[32620]: cluster 2023-12-07T10:04:14.566419+0000 mgr.a (mgr.24293) 558 : cluster 0 pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:15 smithi027 bash[31536]: cluster 2023-12-07T10:04:14.566419+0000 mgr.a (mgr.24293) 558 : cluster 0 pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:17.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:17.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:17.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:17 smithi022 bash[28554]: cluster 2023-12-07T10:04:16.567213+0000 mgr.a (mgr.24293) 559 : cluster 0 pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:18.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:17 smithi044 bash[32620]: cluster 2023-12-07T10:04:16.567213+0000 mgr.a (mgr.24293) 559 : cluster 0 pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:17 smithi027 bash[31536]: cluster 2023-12-07T10:04:16.567213+0000 mgr.a (mgr.24293) 559 : cluster 0 pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:18.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:18.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:18.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:18.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:18.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:19.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:18 smithi022 bash[28554]: audit 2023-12-07T10:04:17.718215+0000 mgr.a (mgr.24293) 560 : audit 0 from='client.24798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:19.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:18 smithi044 bash[32620]: audit 2023-12-07T10:04:17.718215+0000 mgr.a (mgr.24293) 560 : audit 0 from='client.24798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:18 smithi027 bash[31536]: audit 2023-12-07T10:04:17.718215+0000 mgr.a (mgr.24293) 560 : audit 0 from='client.24798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:20.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:19 smithi022 bash[28554]: cluster 2023-12-07T10:04:18.567910+0000 mgr.a (mgr.24293) 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-07T10:04:20.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:19 smithi044 bash[32620]: cluster 2023-12-07T10:04:18.567910+0000 mgr.a (mgr.24293) 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-07T10:04:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:19 smithi027 bash[31536]: cluster 2023-12-07T10:04:18.567910+0000 mgr.a (mgr.24293) 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-07T10:04:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:21 smithi022 bash[28554]: cluster 2023-12-07T10:04:20.568691+0000 mgr.a (mgr.24293) 562 : 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-07T10:04:22.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:21 smithi044 bash[32620]: cluster 2023-12-07T10:04:20.568691+0000 mgr.a (mgr.24293) 562 : 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-07T10:04:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:21 smithi027 bash[31536]: cluster 2023-12-07T10:04:20.568691+0000 mgr.a (mgr.24293) 562 : 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-07T10:04:23.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:23.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:23.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:23 smithi022 bash[28554]: cluster 2023-12-07T10:04:22.569209+0000 mgr.a (mgr.24293) 563 : 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-07T10:04:24.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:23 smithi044 bash[32620]: cluster 2023-12-07T10:04:22.569209+0000 mgr.a (mgr.24293) 563 : 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-07T10:04:24.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:24.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:24.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:24.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:24.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:23 smithi027 bash[31536]: cluster 2023-12-07T10:04:22.569209+0000 mgr.a (mgr.24293) 563 : 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-07T10:04:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:24 smithi022 bash[28554]: audit 2023-12-07T10:04:23.676109+0000 mgr.a (mgr.24293) 564 : audit 0 from='client.24876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:25.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:24 smithi044 bash[32620]: audit 2023-12-07T10:04:23.676109+0000 mgr.a (mgr.24293) 564 : audit 0 from='client.24876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:24 smithi027 bash[31536]: audit 2023-12-07T10:04:23.676109+0000 mgr.a (mgr.24293) 564 : audit 0 from='client.24876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:25 smithi022 bash[28554]: cluster 2023-12-07T10:04:24.570017+0000 mgr.a (mgr.24293) 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-07T10:04:26.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:25 smithi044 bash[32620]: cluster 2023-12-07T10:04:24.570017+0000 mgr.a (mgr.24293) 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-07T10:04:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:25 smithi027 bash[31536]: cluster 2023-12-07T10:04:24.570017+0000 mgr.a (mgr.24293) 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-07T10:04:28.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:27 smithi022 bash[28554]: cluster 2023-12-07T10:04:26.570860+0000 mgr.a (mgr.24293) 566 : cluster 0 pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:28.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:27 smithi044 bash[32620]: cluster 2023-12-07T10:04:26.570860+0000 mgr.a (mgr.24293) 566 : cluster 0 pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:27 smithi027 bash[31536]: cluster 2023-12-07T10:04:26.570860+0000 mgr.a (mgr.24293) 566 : cluster 0 pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:29.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:29.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:29.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:30.106 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:30.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:30.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:30.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:30.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:29 smithi022 bash[28554]: cluster 2023-12-07T10:04:28.571408+0000 mgr.a (mgr.24293) 567 : cluster 0 pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:30.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:29 smithi044 bash[32620]: cluster 2023-12-07T10:04:28.571408+0000 mgr.a (mgr.24293) 567 : cluster 0 pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:29 smithi027 bash[31536]: cluster 2023-12-07T10:04:28.571408+0000 mgr.a (mgr.24293) 567 : cluster 0 pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:31.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:30 smithi022 bash[28554]: audit 2023-12-07T10:04:29.603272+0000 mgr.a (mgr.24293) 568 : audit 0 from='client.24948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:31.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:30 smithi044 bash[32620]: audit 2023-12-07T10:04:29.603272+0000 mgr.a (mgr.24293) 568 : audit 0 from='client.24948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:30 smithi027 bash[31536]: audit 2023-12-07T10:04:29.603272+0000 mgr.a (mgr.24293) 568 : audit 0 from='client.24948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:31 smithi022 bash[28554]: cluster 2023-12-07T10:04:30.572283+0000 mgr.a (mgr.24293) 569 : cluster 0 pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:32.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:31 smithi044 bash[32620]: cluster 2023-12-07T10:04:30.572283+0000 mgr.a (mgr.24293) 569 : cluster 0 pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:31 smithi027 bash[31536]: cluster 2023-12-07T10:04:30.572283+0000 mgr.a (mgr.24293) 569 : cluster 0 pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:33 smithi022 bash[28554]: cluster 2023-12-07T10:04:32.572845+0000 mgr.a (mgr.24293) 570 : cluster 0 pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:34.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:33 smithi044 bash[32620]: cluster 2023-12-07T10:04:32.572845+0000 mgr.a (mgr.24293) 570 : cluster 0 pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:33 smithi027 bash[31536]: cluster 2023-12-07T10:04:32.572845+0000 mgr.a (mgr.24293) 570 : cluster 0 pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:35.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:35.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:35.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:35.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:34 smithi022 bash[28554]: cluster 2023-12-07T10:04:34.573388+0000 mgr.a (mgr.24293) 571 : cluster 0 pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:35.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:34 smithi044 bash[32620]: cluster 2023-12-07T10:04:34.573388+0000 mgr.a (mgr.24293) 571 : cluster 0 pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:34 smithi027 bash[31536]: cluster 2023-12-07T10:04:34.573388+0000 mgr.a (mgr.24293) 571 : cluster 0 pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:36.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:36.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:36.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:36.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:36.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:35 smithi022 bash[28554]: audit 2023-12-07T10:04:35.513305+0000 mgr.a (mgr.24293) 572 : audit 0 from='client.25026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:35 smithi044 bash[32620]: audit 2023-12-07T10:04:35.513305+0000 mgr.a (mgr.24293) 572 : audit 0 from='client.25026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:35 smithi027 bash[31536]: audit 2023-12-07T10:04:35.513305+0000 mgr.a (mgr.24293) 572 : audit 0 from='client.25026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:37.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:36 smithi022 bash[28554]: cluster 2023-12-07T10:04:36.574328+0000 mgr.a (mgr.24293) 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-07T10:04:37.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:36 smithi044 bash[32620]: cluster 2023-12-07T10:04:36.574328+0000 mgr.a (mgr.24293) 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-07T10:04:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:36 smithi027 bash[31536]: cluster 2023-12-07T10:04:36.574328+0000 mgr.a (mgr.24293) 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-07T10:04:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:39 smithi022 bash[28554]: cluster 2023-12-07T10:04:38.574895+0000 mgr.a (mgr.24293) 574 : cluster 0 pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:40.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:39 smithi044 bash[32620]: cluster 2023-12-07T10:04:38.574895+0000 mgr.a (mgr.24293) 574 : cluster 0 pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:39 smithi027 bash[31536]: cluster 2023-12-07T10:04:38.574895+0000 mgr.a (mgr.24293) 574 : cluster 0 pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:41.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:41.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:41.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:41.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:41.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:41.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:41.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:41.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:42.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:41 smithi022 bash[28554]: cluster 2023-12-07T10:04:40.575679+0000 mgr.a (mgr.24293) 575 : cluster 0 pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:42.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:41 smithi044 bash[32620]: cluster 2023-12-07T10:04:40.575679+0000 mgr.a (mgr.24293) 575 : cluster 0 pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:41 smithi027 bash[31536]: cluster 2023-12-07T10:04:40.575679+0000 mgr.a (mgr.24293) 575 : cluster 0 pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:43.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:42 smithi022 bash[28554]: audit 2023-12-07T10:04:41.453420+0000 mgr.a (mgr.24293) 576 : audit 0 from='client.25104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:43.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:42 smithi044 bash[32620]: audit 2023-12-07T10:04:41.453420+0000 mgr.a (mgr.24293) 576 : audit 0 from='client.25104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:42 smithi027 bash[31536]: audit 2023-12-07T10:04:41.453420+0000 mgr.a (mgr.24293) 576 : audit 0 from='client.25104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:43 smithi022 bash[28554]: cluster 2023-12-07T10:04:42.576415+0000 mgr.a (mgr.24293) 577 : cluster 0 pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:44.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:43 smithi044 bash[32620]: cluster 2023-12-07T10:04:42.576415+0000 mgr.a (mgr.24293) 577 : cluster 0 pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:43 smithi027 bash[31536]: cluster 2023-12-07T10:04:42.576415+0000 mgr.a (mgr.24293) 577 : cluster 0 pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:45 smithi022 bash[28554]: cluster 2023-12-07T10:04:44.576981+0000 mgr.a (mgr.24293) 578 : cluster 0 pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:46.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:45 smithi044 bash[32620]: cluster 2023-12-07T10:04:44.576981+0000 mgr.a (mgr.24293) 578 : cluster 0 pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:45 smithi027 bash[31536]: cluster 2023-12-07T10:04:44.576981+0000 mgr.a (mgr.24293) 578 : cluster 0 pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:47.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:47.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:47.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:47.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:47.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:47.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:47.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:47.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:47 smithi022 bash[28554]: cluster 2023-12-07T10:04:46.577779+0000 mgr.a (mgr.24293) 579 : cluster 0 pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:48.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:47 smithi044 bash[32620]: cluster 2023-12-07T10:04:46.577779+0000 mgr.a (mgr.24293) 579 : cluster 0 pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:47 smithi027 bash[31536]: cluster 2023-12-07T10:04:46.577779+0000 mgr.a (mgr.24293) 579 : cluster 0 pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:49.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:48 smithi022 bash[28554]: audit 2023-12-07T10:04:47.408644+0000 mgr.a (mgr.24293) 580 : audit 0 from='client.25182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:49.192 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:48 smithi044 bash[32620]: audit 2023-12-07T10:04:47.408644+0000 mgr.a (mgr.24293) 580 : audit 0 from='client.25182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:48 smithi027 bash[31536]: audit 2023-12-07T10:04:47.408644+0000 mgr.a (mgr.24293) 580 : audit 0 from='client.25182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:49 smithi022 bash[28554]: cluster 2023-12-07T10:04:48.578511+0000 mgr.a (mgr.24293) 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-07T10:04:50.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:49 smithi044 bash[32620]: cluster 2023-12-07T10:04:48.578511+0000 mgr.a (mgr.24293) 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-07T10:04:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:49 smithi027 bash[31536]: cluster 2023-12-07T10:04:48.578511+0000 mgr.a (mgr.24293) 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-07T10:04:51.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:50 smithi022 bash[28554]: cluster 2023-12-07T10:04:50.579316+0000 mgr.a (mgr.24293) 582 : 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-07T10:04:51.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:50 smithi044 bash[32620]: cluster 2023-12-07T10:04:50.579316+0000 mgr.a (mgr.24293) 582 : 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-07T10:04:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:50 smithi027 bash[31536]: cluster 2023-12-07T10:04:50.579316+0000 mgr.a (mgr.24293) 582 : 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-07T10:04:52.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:52.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:52.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:53.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:04:53.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:53.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:53.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:53.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:53 smithi022 bash[28554]: cluster 2023-12-07T10:04:52.579902+0000 mgr.a (mgr.24293) 583 : 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-07T10:04:54.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:53 smithi044 bash[32620]: cluster 2023-12-07T10:04:52.579902+0000 mgr.a (mgr.24293) 583 : 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-07T10:04:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:53 smithi027 bash[31536]: cluster 2023-12-07T10:04:52.579902+0000 mgr.a (mgr.24293) 583 : 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-07T10:04:55.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:54 smithi022 bash[28554]: audit 2023-12-07T10:04:53.365601+0000 mgr.a (mgr.24293) 584 : audit 0 from='client.25260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:55.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:54 smithi044 bash[32620]: audit 2023-12-07T10:04:53.365601+0000 mgr.a (mgr.24293) 584 : audit 0 from='client.25260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:54 smithi027 bash[31536]: audit 2023-12-07T10:04:53.365601+0000 mgr.a (mgr.24293) 584 : audit 0 from='client.25260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:55 smithi022 bash[28554]: cluster 2023-12-07T10:04:54.580710+0000 mgr.a (mgr.24293) 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-07T10:04:56.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:55 smithi044 bash[32620]: cluster 2023-12-07T10:04:54.580710+0000 mgr.a (mgr.24293) 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-07T10:04:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:55 smithi027 bash[31536]: cluster 2023-12-07T10:04:54.580710+0000 mgr.a (mgr.24293) 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-07T10:04:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:57 smithi022 bash[28554]: cluster 2023-12-07T10:04:56.581586+0000 mgr.a (mgr.24293) 586 : 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-07T10:04:58.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:57 smithi044 bash[32620]: cluster 2023-12-07T10:04:56.581586+0000 mgr.a (mgr.24293) 586 : 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-07T10:04:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:57 smithi027 bash[31536]: cluster 2023-12-07T10:04:56.581586+0000 mgr.a (mgr.24293) 586 : 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-07T10:04:58.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:04:58.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:58.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:59.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:59.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:59.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:59.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:04:59.825 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:00.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:04:59 smithi022 bash[28554]: cluster 2023-12-07T10:04:58.582192+0000 mgr.a (mgr.24293) 587 : 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-07T10:05:00.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:04:59 smithi044 bash[32620]: cluster 2023-12-07T10:04:58.582192+0000 mgr.a (mgr.24293) 587 : 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-07T10:05:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:04:59 smithi027 bash[31536]: cluster 2023-12-07T10:04:58.582192+0000 mgr.a (mgr.24293) 587 : 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-07T10:05:01.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:00 smithi022 bash[28554]: audit 2023-12-07T10:04:59.285358+0000 mgr.a (mgr.24293) 588 : audit 0 from='client.25332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:00 smithi044 bash[32620]: audit 2023-12-07T10:04:59.285358+0000 mgr.a (mgr.24293) 588 : audit 0 from='client.25332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:01.193 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:00 smithi027 bash[31536]: audit 2023-12-07T10:04:59.285358+0000 mgr.a (mgr.24293) 588 : audit 0 from='client.25332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:01 smithi022 bash[28554]: cluster 2023-12-07T10:05:00.583243+0000 mgr.a (mgr.24293) 589 : cluster 0 pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:05:02.185 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:01 smithi044 bash[32620]: cluster 2023-12-07T10:05:00.583243+0000 mgr.a (mgr.24293) 589 : cluster 0 pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:05:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:01 smithi027 bash[31536]: cluster 2023-12-07T10:05:00.583243+0000 mgr.a (mgr.24293) 589 : cluster 0 pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:05:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:03 smithi022 bash[28554]: cluster 2023-12-07T10:05:02.584019+0000 mgr.a (mgr.24293) 590 : cluster 0 pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:04.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:03 smithi044 bash[32620]: cluster 2023-12-07T10:05:02.584019+0000 mgr.a (mgr.24293) 590 : cluster 0 pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:03 smithi027 bash[31536]: cluster 2023-12-07T10:05:02.584019+0000 mgr.a (mgr.24293) 590 : cluster 0 pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:04.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:04.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:04.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:05.760 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:05.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:05.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:05.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:05.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:05 smithi022 bash[28554]: cluster 2023-12-07T10:05:04.584703+0000 mgr.a (mgr.24293) 591 : cluster 0 pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:06.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:05 smithi044 bash[32620]: cluster 2023-12-07T10:05:04.584703+0000 mgr.a (mgr.24293) 591 : cluster 0 pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:05 smithi027 bash[31536]: cluster 2023-12-07T10:05:04.584703+0000 mgr.a (mgr.24293) 591 : cluster 0 pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:07.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:06 smithi022 bash[28554]: audit 2023-12-07T10:05:05.240877+0000 mgr.a (mgr.24293) 592 : audit 0 from='client.25410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:07.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:06 smithi044 bash[32620]: audit 2023-12-07T10:05:05.240877+0000 mgr.a (mgr.24293) 592 : audit 0 from='client.25410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:06 smithi027 bash[31536]: audit 2023-12-07T10:05:05.240877+0000 mgr.a (mgr.24293) 592 : audit 0 from='client.25410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:07 smithi022 bash[28554]: cluster 2023-12-07T10:05:06.585787+0000 mgr.a (mgr.24293) 593 : cluster 0 pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:05:08.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:07 smithi044 bash[32620]: cluster 2023-12-07T10:05:06.585787+0000 mgr.a (mgr.24293) 593 : cluster 0 pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:05:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:07 smithi027 bash[31536]: cluster 2023-12-07T10:05:06.585787+0000 mgr.a (mgr.24293) 593 : cluster 0 pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:05:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:09 smithi022 bash[28554]: cluster 2023-12-07T10:05:08.586413+0000 mgr.a (mgr.24293) 594 : cluster 0 pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:05:10.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:09 smithi044 bash[32620]: cluster 2023-12-07T10:05:08.586413+0000 mgr.a (mgr.24293) 594 : cluster 0 pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:05:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:09 smithi027 bash[31536]: cluster 2023-12-07T10:05:08.586413+0000 mgr.a (mgr.24293) 594 : cluster 0 pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:05:10.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:10.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:10.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:11.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:10 smithi022 bash[28554]: audit 2023-12-07T10:05:10.655473+0000 mon.a (mon.0) 548 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:05:11.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:10 smithi044 bash[32620]: audit 2023-12-07T10:05:10.655473+0000 mon.a (mon.0) 548 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:05:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:10 smithi027 bash[31536]: audit 2023-12-07T10:05:10.655473+0000 mon.a (mon.0) 548 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:05:11.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:11.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:11.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:11.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:11.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:11 smithi022 bash[28554]: cluster 2023-12-07T10:05:10.587201+0000 mgr.a (mgr.24293) 595 : 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-07T10:05:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:11 smithi022 bash[28554]: audit 2023-12-07T10:05:11.174443+0000 mgr.a (mgr.24293) 596 : audit 0 from='client.25488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:11 smithi022 bash[28554]: audit 2023-12-07T10:05:11.195000+0000 mon.a (mon.0) 549 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:12.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:11 smithi022 bash[28554]: audit 2023-12-07T10:05:11.205653+0000 mon.a (mon.0) 550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:11 smithi044 bash[32620]: cluster 2023-12-07T10:05:10.587201+0000 mgr.a (mgr.24293) 595 : 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-07T10:05:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:11 smithi044 bash[32620]: audit 2023-12-07T10:05:11.174443+0000 mgr.a (mgr.24293) 596 : audit 0 from='client.25488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:11 smithi044 bash[32620]: audit 2023-12-07T10:05:11.195000+0000 mon.a (mon.0) 549 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:12.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:11 smithi044 bash[32620]: audit 2023-12-07T10:05:11.205653+0000 mon.a (mon.0) 550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:11 smithi027 bash[31536]: cluster 2023-12-07T10:05:10.587201+0000 mgr.a (mgr.24293) 595 : 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-07T10:05:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:11 smithi027 bash[31536]: audit 2023-12-07T10:05:11.174443+0000 mgr.a (mgr.24293) 596 : audit 0 from='client.25488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:11 smithi027 bash[31536]: audit 2023-12-07T10:05:11.195000+0000 mon.a (mon.0) 549 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:11 smithi027 bash[31536]: audit 2023-12-07T10:05:11.205653+0000 mon.a (mon.0) 550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:13.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:12 smithi022 bash[28554]: audit 2023-12-07T10:05:12.018856+0000 mon.a (mon.0) 551 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:05:13.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:12 smithi022 bash[28554]: audit 2023-12-07T10:05:12.021060+0000 mon.a (mon.0) 552 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:05:13.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:12 smithi022 bash[28554]: audit 2023-12-07T10:05:12.030854+0000 mon.a (mon.0) 553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:13.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:12 smithi022 bash[28554]: cluster 2023-12-07T10:05:12.587901+0000 mgr.a (mgr.24293) 597 : cluster 0 pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:12 smithi044 bash[32620]: audit 2023-12-07T10:05:12.018856+0000 mon.a (mon.0) 551 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:05:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:12 smithi044 bash[32620]: audit 2023-12-07T10:05:12.021060+0000 mon.a (mon.0) 552 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:05:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:12 smithi044 bash[32620]: audit 2023-12-07T10:05:12.030854+0000 mon.a (mon.0) 553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:12 smithi044 bash[32620]: cluster 2023-12-07T10:05:12.587901+0000 mgr.a (mgr.24293) 597 : cluster 0 pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:12 smithi027 bash[31536]: audit 2023-12-07T10:05:12.018856+0000 mon.a (mon.0) 551 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:05:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:12 smithi027 bash[31536]: audit 2023-12-07T10:05:12.021060+0000 mon.a (mon.0) 552 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:05:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:12 smithi027 bash[31536]: audit 2023-12-07T10:05:12.030854+0000 mon.a (mon.0) 553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:05:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:12 smithi027 bash[31536]: cluster 2023-12-07T10:05:12.587901+0000 mgr.a (mgr.24293) 597 : cluster 0 pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:15.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:15 smithi044 bash[32620]: cluster 2023-12-07T10:05:14.588463+0000 mgr.a (mgr.24293) 598 : cluster 0 pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:15.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:15 smithi022 bash[28554]: cluster 2023-12-07T10:05:14.588463+0000 mgr.a (mgr.24293) 598 : cluster 0 pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:15 smithi027 bash[31536]: cluster 2023-12-07T10:05:14.588463+0000 mgr.a (mgr.24293) 598 : cluster 0 pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:16.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:16.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:16.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:17.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:17.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:17.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:17.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:17.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:17.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:17 smithi044 bash[32620]: cluster 2023-12-07T10:05:16.589279+0000 mgr.a (mgr.24293) 599 : cluster 0 pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:17.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:17 smithi022 bash[28554]: cluster 2023-12-07T10:05:16.589279+0000 mgr.a (mgr.24293) 599 : cluster 0 pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:17 smithi027 bash[31536]: cluster 2023-12-07T10:05:16.589279+0000 mgr.a (mgr.24293) 599 : cluster 0 pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:19.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:18 smithi044 bash[32620]: audit 2023-12-07T10:05:17.127525+0000 mgr.a (mgr.24293) 600 : audit 0 from='client.25563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:19.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:18 smithi022 bash[28554]: audit 2023-12-07T10:05:17.127525+0000 mgr.a (mgr.24293) 600 : audit 0 from='client.25563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:18 smithi027 bash[31536]: audit 2023-12-07T10:05:17.127525+0000 mgr.a (mgr.24293) 600 : audit 0 from='client.25563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:20.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:19 smithi022 bash[28554]: cluster 2023-12-07T10:05:18.590018+0000 mgr.a (mgr.24293) 601 : cluster 0 pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:05:20.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:19 smithi044 bash[32620]: cluster 2023-12-07T10:05:18.590018+0000 mgr.a (mgr.24293) 601 : cluster 0 pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:05:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:19 smithi027 bash[31536]: cluster 2023-12-07T10:05:18.590018+0000 mgr.a (mgr.24293) 601 : cluster 0 pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:05:22.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:21 smithi044 bash[32620]: cluster 2023-12-07T10:05:20.590838+0000 mgr.a (mgr.24293) 602 : cluster 0 pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:05:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:21 smithi022 bash[28554]: cluster 2023-12-07T10:05:20.590838+0000 mgr.a (mgr.24293) 602 : cluster 0 pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:05:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:21 smithi027 bash[31536]: cluster 2023-12-07T10:05:20.590838+0000 mgr.a (mgr.24293) 602 : cluster 0 pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:05:22.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:22.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:22.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:23.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:23.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:23.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:23.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:23.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:24.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:23 smithi044 bash[32620]: cluster 2023-12-07T10:05:22.591410+0000 mgr.a (mgr.24293) 603 : 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-07T10:05:24.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:23 smithi022 bash[28554]: cluster 2023-12-07T10:05:22.591410+0000 mgr.a (mgr.24293) 603 : 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-07T10:05:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:23 smithi027 bash[31536]: cluster 2023-12-07T10:05:22.591410+0000 mgr.a (mgr.24293) 603 : 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-07T10:05:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:24 smithi022 bash[28554]: audit 2023-12-07T10:05:23.072513+0000 mgr.a (mgr.24293) 604 : audit 0 from='client.25638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:25.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:24 smithi044 bash[32620]: audit 2023-12-07T10:05:23.072513+0000 mgr.a (mgr.24293) 604 : audit 0 from='client.25638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:24 smithi027 bash[31536]: audit 2023-12-07T10:05:23.072513+0000 mgr.a (mgr.24293) 604 : audit 0 from='client.25638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:26.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:25 smithi044 bash[32620]: cluster 2023-12-07T10:05:24.592096+0000 mgr.a (mgr.24293) 605 : 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-07T10:05:26.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:25 smithi022 bash[28554]: cluster 2023-12-07T10:05:24.592096+0000 mgr.a (mgr.24293) 605 : 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-07T10:05:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:25 smithi027 bash[31536]: cluster 2023-12-07T10:05:24.592096+0000 mgr.a (mgr.24293) 605 : 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-07T10:05:27.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:26 smithi044 bash[32620]: cluster 2023-12-07T10:05:26.592900+0000 mgr.a (mgr.24293) 606 : 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-07T10:05:27.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:26 smithi022 bash[28554]: cluster 2023-12-07T10:05:26.592900+0000 mgr.a (mgr.24293) 606 : 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-07T10:05:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:26 smithi027 bash[31536]: cluster 2023-12-07T10:05:26.592900+0000 mgr.a (mgr.24293) 606 : 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-07T10:05:28.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:28.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:28.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:29.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:29.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:29.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:29.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:29.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:30.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:29 smithi044 bash[32620]: cluster 2023-12-07T10:05:28.593433+0000 mgr.a (mgr.24293) 607 : 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-07T10:05:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:29 smithi022 bash[28554]: cluster 2023-12-07T10:05:28.593433+0000 mgr.a (mgr.24293) 607 : 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-07T10:05:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:29 smithi027 bash[31536]: cluster 2023-12-07T10:05:28.593433+0000 mgr.a (mgr.24293) 607 : 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-07T10:05:31.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:30 smithi044 bash[32620]: audit 2023-12-07T10:05:28.997748+0000 mgr.a (mgr.24293) 608 : audit 0 from='client.25716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:31.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:30 smithi022 bash[28554]: audit 2023-12-07T10:05:28.997748+0000 mgr.a (mgr.24293) 608 : audit 0 from='client.25716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:30 smithi027 bash[31536]: audit 2023-12-07T10:05:28.997748+0000 mgr.a (mgr.24293) 608 : audit 0 from='client.25716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:32.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:31 smithi044 bash[32620]: cluster 2023-12-07T10:05:30.594356+0000 mgr.a (mgr.24293) 609 : cluster 0 pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:05:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:31 smithi022 bash[28554]: cluster 2023-12-07T10:05:30.594356+0000 mgr.a (mgr.24293) 609 : cluster 0 pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:05:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:31 smithi027 bash[31536]: cluster 2023-12-07T10:05:30.594356+0000 mgr.a (mgr.24293) 609 : cluster 0 pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:05:34.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:33 smithi044 bash[32620]: cluster 2023-12-07T10:05:32.595029+0000 mgr.a (mgr.24293) 610 : cluster 0 pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:33 smithi022 bash[28554]: cluster 2023-12-07T10:05:32.595029+0000 mgr.a (mgr.24293) 610 : cluster 0 pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:33 smithi027 bash[31536]: cluster 2023-12-07T10:05:32.595029+0000 mgr.a (mgr.24293) 610 : cluster 0 pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:34.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:34.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:34.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:35.472 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:35.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:35.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:35.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:35.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:35 smithi044 bash[32620]: cluster 2023-12-07T10:05:34.595764+0000 mgr.a (mgr.24293) 611 : cluster 0 pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:35 smithi022 bash[28554]: cluster 2023-12-07T10:05:34.595764+0000 mgr.a (mgr.24293) 611 : cluster 0 pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:35 smithi027 bash[31536]: cluster 2023-12-07T10:05:34.595764+0000 mgr.a (mgr.24293) 611 : cluster 0 pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:37.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:36 smithi044 bash[32620]: audit 2023-12-07T10:05:34.947883+0000 mgr.a (mgr.24293) 612 : audit 0 from='client.25791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:37.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:36 smithi044 bash[32620]: cluster 2023-12-07T10:05:36.596728+0000 mgr.a (mgr.24293) 613 : cluster 0 pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:05:37.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:36 smithi022 bash[28554]: audit 2023-12-07T10:05:34.947883+0000 mgr.a (mgr.24293) 612 : audit 0 from='client.25791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:37.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:36 smithi022 bash[28554]: cluster 2023-12-07T10:05:36.596728+0000 mgr.a (mgr.24293) 613 : cluster 0 pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:05:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:36 smithi027 bash[31536]: audit 2023-12-07T10:05:34.947883+0000 mgr.a (mgr.24293) 612 : audit 0 from='client.25791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:36 smithi027 bash[31536]: cluster 2023-12-07T10:05:36.596728+0000 mgr.a (mgr.24293) 613 : cluster 0 pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:05:40.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:39 smithi044 bash[32620]: cluster 2023-12-07T10:05:38.597294+0000 mgr.a (mgr.24293) 614 : cluster 0 pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:39 smithi022 bash[28554]: cluster 2023-12-07T10:05:38.597294+0000 mgr.a (mgr.24293) 614 : cluster 0 pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:39 smithi027 bash[31536]: cluster 2023-12-07T10:05:38.597294+0000 mgr.a (mgr.24293) 614 : cluster 0 pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:40.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:40.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:40.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:41.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:41.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:41.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:41.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:41.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:42.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:41 smithi044 bash[32620]: cluster 2023-12-07T10:05:40.598106+0000 mgr.a (mgr.24293) 615 : 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-07T10:05:42.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:41 smithi022 bash[28554]: cluster 2023-12-07T10:05:40.598106+0000 mgr.a (mgr.24293) 615 : 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-07T10:05:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:41 smithi027 bash[31536]: cluster 2023-12-07T10:05:40.598106+0000 mgr.a (mgr.24293) 615 : 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-07T10:05:43.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:42 smithi044 bash[32620]: audit 2023-12-07T10:05:40.884288+0000 mgr.a (mgr.24293) 616 : audit 0 from='client.25869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:43.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:42 smithi022 bash[28554]: audit 2023-12-07T10:05:40.884288+0000 mgr.a (mgr.24293) 616 : audit 0 from='client.25869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:42 smithi027 bash[31536]: audit 2023-12-07T10:05:40.884288+0000 mgr.a (mgr.24293) 616 : audit 0 from='client.25869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:44.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:43 smithi044 bash[32620]: cluster 2023-12-07T10:05:42.598812+0000 mgr.a (mgr.24293) 617 : cluster 0 pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:43 smithi022 bash[28554]: cluster 2023-12-07T10:05:42.598812+0000 mgr.a (mgr.24293) 617 : cluster 0 pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:43 smithi027 bash[31536]: cluster 2023-12-07T10:05:42.598812+0000 mgr.a (mgr.24293) 617 : cluster 0 pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:46.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:45 smithi044 bash[32620]: cluster 2023-12-07T10:05:44.599364+0000 mgr.a (mgr.24293) 618 : cluster 0 pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:45 smithi022 bash[28554]: cluster 2023-12-07T10:05:44.599364+0000 mgr.a (mgr.24293) 618 : cluster 0 pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:45 smithi027 bash[31536]: cluster 2023-12-07T10:05:44.599364+0000 mgr.a (mgr.24293) 618 : cluster 0 pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:05:46.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:46.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:46.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:47.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:46 smithi044 bash[32620]: cluster 2023-12-07T10:05:46.600263+0000 mgr.a (mgr.24293) 619 : cluster 0 pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:47.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:46 smithi044 bash[32620]: audit 2023-12-07T10:05:46.833454+0000 mgr.a (mgr.24293) 620 : audit 0 from='client.25947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:47.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:46 smithi022 bash[28554]: cluster 2023-12-07T10:05:46.600263+0000 mgr.a (mgr.24293) 619 : cluster 0 pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:47.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:46 smithi022 bash[28554]: audit 2023-12-07T10:05:46.833454+0000 mgr.a (mgr.24293) 620 : audit 0 from='client.25947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:46 smithi027 bash[31536]: cluster 2023-12-07T10:05:46.600263+0000 mgr.a (mgr.24293) 619 : cluster 0 pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:05:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:46 smithi027 bash[31536]: audit 2023-12-07T10:05:46.833454+0000 mgr.a (mgr.24293) 620 : audit 0 from='client.25947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:47.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:47.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:47.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:47.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:47.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:50.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:49 smithi044 bash[32620]: cluster 2023-12-07T10:05:48.600985+0000 mgr.a (mgr.24293) 621 : cluster 0 pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:05:50.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:49 smithi022 bash[28554]: cluster 2023-12-07T10:05:48.600985+0000 mgr.a (mgr.24293) 621 : cluster 0 pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:05:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:49 smithi027 bash[31536]: cluster 2023-12-07T10:05:48.600985+0000 mgr.a (mgr.24293) 621 : cluster 0 pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:05:52.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:51 smithi044 bash[32620]: cluster 2023-12-07T10:05:50.601778+0000 mgr.a (mgr.24293) 622 : cluster 0 pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:05:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:51 smithi022 bash[28554]: cluster 2023-12-07T10:05:50.601778+0000 mgr.a (mgr.24293) 622 : cluster 0 pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:05:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:51 smithi027 bash[31536]: cluster 2023-12-07T10:05:50.601778+0000 mgr.a (mgr.24293) 622 : cluster 0 pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:05:52.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:52.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:52.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:53.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:53.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:53.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:53.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:53.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:54.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:53 smithi044 bash[32620]: cluster 2023-12-07T10:05:52.602379+0000 mgr.a (mgr.24293) 623 : 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-07T10:05:54.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:53 smithi044 bash[32620]: audit 2023-12-07T10:05:52.748822+0000 mgr.a (mgr.24293) 624 : audit 0 from='client.26025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:53 smithi022 bash[28554]: cluster 2023-12-07T10:05:52.602379+0000 mgr.a (mgr.24293) 623 : 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-07T10:05:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:53 smithi022 bash[28554]: audit 2023-12-07T10:05:52.748822+0000 mgr.a (mgr.24293) 624 : audit 0 from='client.26025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:53 smithi027 bash[31536]: cluster 2023-12-07T10:05:52.602379+0000 mgr.a (mgr.24293) 623 : 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-07T10:05:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:53 smithi027 bash[31536]: audit 2023-12-07T10:05:52.748822+0000 mgr.a (mgr.24293) 624 : audit 0 from='client.26025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:56.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:55 smithi044 bash[32620]: cluster 2023-12-07T10:05:54.603093+0000 mgr.a (mgr.24293) 625 : 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-07T10:05:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:55 smithi022 bash[28554]: cluster 2023-12-07T10:05:54.603093+0000 mgr.a (mgr.24293) 625 : 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-07T10:05:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:55 smithi027 bash[31536]: cluster 2023-12-07T10:05:54.603093+0000 mgr.a (mgr.24293) 625 : 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-07T10:05:58.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:57 smithi044 bash[32620]: cluster 2023-12-07T10:05:56.603970+0000 mgr.a (mgr.24293) 626 : 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-07T10:05:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:57 smithi022 bash[28554]: cluster 2023-12-07T10:05:56.603970+0000 mgr.a (mgr.24293) 626 : 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-07T10:05:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:57 smithi027 bash[31536]: cluster 2023-12-07T10:05:56.603970+0000 mgr.a (mgr.24293) 626 : 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-07T10:05:58.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:05:58.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:58.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:59.174 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:05:59.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:59.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:59.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:59.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:05:59.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:58 smithi044 bash[32620]: cluster 2023-12-07T10:05:58.604489+0000 mgr.a (mgr.24293) 627 : 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-07T10:05:59.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:05:58 smithi044 bash[32620]: audit 2023-12-07T10:05:58.664955+0000 mgr.a (mgr.24293) 628 : audit 0 from='client.26100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:59.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:58 smithi022 bash[28554]: cluster 2023-12-07T10:05:58.604489+0000 mgr.a (mgr.24293) 627 : 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-07T10:05:59.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:05:58 smithi022 bash[28554]: audit 2023-12-07T10:05:58.664955+0000 mgr.a (mgr.24293) 628 : audit 0 from='client.26100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:58 smithi027 bash[31536]: cluster 2023-12-07T10:05:58.604489+0000 mgr.a (mgr.24293) 627 : 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-07T10:05:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:05:58 smithi027 bash[31536]: audit 2023-12-07T10:05:58.664955+0000 mgr.a (mgr.24293) 628 : audit 0 from='client.26100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:01 smithi044 bash[32620]: cluster 2023-12-07T10:06:00.605354+0000 mgr.a (mgr.24293) 629 : 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-07T10:06:01.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:01 smithi022 bash[28554]: cluster 2023-12-07T10:06:00.605354+0000 mgr.a (mgr.24293) 629 : 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-07T10:06:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:01 smithi027 bash[31536]: cluster 2023-12-07T10:06:00.605354+0000 mgr.a (mgr.24293) 629 : 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-07T10:06:04.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:04.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:04.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:03 smithi044 bash[32620]: cluster 2023-12-07T10:06:02.605936+0000 mgr.a (mgr.24293) 630 : 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-07T10:06:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:03 smithi022 bash[28554]: cluster 2023-12-07T10:06:02.605936+0000 mgr.a (mgr.24293) 630 : 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-07T10:06:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:03 smithi027 bash[31536]: cluster 2023-12-07T10:06:02.605936+0000 mgr.a (mgr.24293) 630 : 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-07T10:06:05.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:05.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:05.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:05.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:05.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:06.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:05 smithi044 bash[32620]: audit 2023-12-07T10:06:04.585876+0000 mgr.a (mgr.24293) 631 : audit 0 from='client.26175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:06.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:05 smithi044 bash[32620]: cluster 2023-12-07T10:06:04.606885+0000 mgr.a (mgr.24293) 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-07T10:06:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:05 smithi022 bash[28554]: audit 2023-12-07T10:06:04.585876+0000 mgr.a (mgr.24293) 631 : audit 0 from='client.26175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:05 smithi022 bash[28554]: cluster 2023-12-07T10:06:04.606885+0000 mgr.a (mgr.24293) 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-07T10:06:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:05 smithi027 bash[31536]: audit 2023-12-07T10:06:04.585876+0000 mgr.a (mgr.24293) 631 : audit 0 from='client.26175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:05 smithi027 bash[31536]: cluster 2023-12-07T10:06:04.606885+0000 mgr.a (mgr.24293) 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-07T10:06:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:07 smithi044 bash[32620]: cluster 2023-12-07T10:06:06.607890+0000 mgr.a (mgr.24293) 633 : cluster 0 pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:06:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:07 smithi022 bash[28554]: cluster 2023-12-07T10:06:06.607890+0000 mgr.a (mgr.24293) 633 : cluster 0 pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:06:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:07 smithi027 bash[31536]: cluster 2023-12-07T10:06:06.607890+0000 mgr.a (mgr.24293) 633 : cluster 0 pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:06:10.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:10.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:10.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:10.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:09 smithi044 bash[32620]: cluster 2023-12-07T10:06:08.608488+0000 mgr.a (mgr.24293) 634 : cluster 0 pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:09 smithi022 bash[28554]: cluster 2023-12-07T10:06:08.608488+0000 mgr.a (mgr.24293) 634 : cluster 0 pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:09 smithi027 bash[31536]: cluster 2023-12-07T10:06:08.608488+0000 mgr.a (mgr.24293) 634 : cluster 0 pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:11.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:11.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:11.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:11.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:11.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:12.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:11 smithi044 bash[32620]: audit 2023-12-07T10:06:10.516333+0000 mgr.a (mgr.24293) 635 : audit 0 from='client.26250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:12.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:11 smithi044 bash[32620]: cluster 2023-12-07T10:06:10.609135+0000 mgr.a (mgr.24293) 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-07T10:06:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:11 smithi022 bash[28554]: audit 2023-12-07T10:06:10.516333+0000 mgr.a (mgr.24293) 635 : audit 0 from='client.26250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:11 smithi022 bash[28554]: cluster 2023-12-07T10:06:10.609135+0000 mgr.a (mgr.24293) 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-07T10:06:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:11 smithi027 bash[31536]: audit 2023-12-07T10:06:10.516333+0000 mgr.a (mgr.24293) 635 : audit 0 from='client.26250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:11 smithi027 bash[31536]: cluster 2023-12-07T10:06:10.609135+0000 mgr.a (mgr.24293) 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-07T10:06:13.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:12 smithi044 bash[32620]: audit 2023-12-07T10:06:12.134417+0000 mon.a (mon.0) 554 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:06:13.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:12 smithi044 bash[32620]: audit 2023-12-07T10:06:12.664593+0000 mon.a (mon.0) 555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:12 smithi044 bash[32620]: audit 2023-12-07T10:06:12.668685+0000 mon.a (mon.0) 556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:12 smithi044 bash[32620]: audit 2023-12-07T10:06:12.675095+0000 mon.a (mon.0) 557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:12 smithi044 bash[32620]: audit 2023-12-07T10:06:12.680736+0000 mon.a (mon.0) 558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:12 smithi022 bash[28554]: audit 2023-12-07T10:06:12.134417+0000 mon.a (mon.0) 554 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:06:13.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:12 smithi022 bash[28554]: audit 2023-12-07T10:06:12.664593+0000 mon.a (mon.0) 555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:12 smithi022 bash[28554]: audit 2023-12-07T10:06:12.668685+0000 mon.a (mon.0) 556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:12 smithi022 bash[28554]: audit 2023-12-07T10:06:12.675095+0000 mon.a (mon.0) 557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:12 smithi022 bash[28554]: audit 2023-12-07T10:06:12.680736+0000 mon.a (mon.0) 558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:12 smithi027 bash[31536]: audit 2023-12-07T10:06:12.134417+0000 mon.a (mon.0) 554 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:06:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:12 smithi027 bash[31536]: audit 2023-12-07T10:06:12.664593+0000 mon.a (mon.0) 555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:12 smithi027 bash[31536]: audit 2023-12-07T10:06:12.668685+0000 mon.a (mon.0) 556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:12 smithi027 bash[31536]: audit 2023-12-07T10:06:12.675095+0000 mon.a (mon.0) 557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:12 smithi027 bash[31536]: audit 2023-12-07T10:06:12.680736+0000 mon.a (mon.0) 558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:14.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:13 smithi044 bash[32620]: cluster 2023-12-07T10:06:12.609722+0000 mgr.a (mgr.24293) 637 : 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-07T10:06:14.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:13 smithi044 bash[32620]: audit 2023-12-07T10:06:13.418925+0000 mon.a (mon.0) 559 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:06:14.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:13 smithi044 bash[32620]: audit 2023-12-07T10:06:13.420920+0000 mon.a (mon.0) 560 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:06:14.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:13 smithi044 bash[32620]: audit 2023-12-07T10:06:13.431372+0000 mon.a (mon.0) 561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:13 smithi022 bash[28554]: cluster 2023-12-07T10:06:12.609722+0000 mgr.a (mgr.24293) 637 : 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-07T10:06:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:13 smithi022 bash[28554]: audit 2023-12-07T10:06:13.418925+0000 mon.a (mon.0) 559 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:06:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:13 smithi022 bash[28554]: audit 2023-12-07T10:06:13.420920+0000 mon.a (mon.0) 560 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:06:14.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:13 smithi022 bash[28554]: audit 2023-12-07T10:06:13.431372+0000 mon.a (mon.0) 561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:13 smithi027 bash[31536]: cluster 2023-12-07T10:06:12.609722+0000 mgr.a (mgr.24293) 637 : 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-07T10:06:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:13 smithi027 bash[31536]: audit 2023-12-07T10:06:13.418925+0000 mon.a (mon.0) 559 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:06:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:13 smithi027 bash[31536]: audit 2023-12-07T10:06:13.420920+0000 mon.a (mon.0) 560 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:06:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:13 smithi027 bash[31536]: audit 2023-12-07T10:06:13.431372+0000 mon.a (mon.0) 561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:06:15.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:14 smithi044 bash[32620]: cluster 2023-12-07T10:06:14.610281+0000 mgr.a (mgr.24293) 638 : 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-07T10:06:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:14 smithi022 bash[28554]: cluster 2023-12-07T10:06:14.610281+0000 mgr.a (mgr.24293) 638 : 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-07T10:06:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:14 smithi027 bash[31536]: cluster 2023-12-07T10:06:14.610281+0000 mgr.a (mgr.24293) 638 : 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-07T10:06:16.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:16.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:16.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:16.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:16.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:16.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:16.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:16.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:17 smithi027 bash[31536]: audit 2023-12-07T10:06:16.462565+0000 mgr.a (mgr.24293) 639 : audit 0 from='client.26325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:17 smithi027 bash[31536]: cluster 2023-12-07T10:06:16.620467+0000 mgr.a (mgr.24293) 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-07T10:06:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:17 smithi044 bash[32620]: audit 2023-12-07T10:06:16.462565+0000 mgr.a (mgr.24293) 639 : audit 0 from='client.26325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:18.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:17 smithi044 bash[32620]: cluster 2023-12-07T10:06:16.620467+0000 mgr.a (mgr.24293) 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-07T10:06:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:17 smithi022 bash[28554]: audit 2023-12-07T10:06:16.462565+0000 mgr.a (mgr.24293) 639 : audit 0 from='client.26325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:17 smithi022 bash[28554]: cluster 2023-12-07T10:06:16.620467+0000 mgr.a (mgr.24293) 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-07T10:06:20.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:19 smithi044 bash[32620]: cluster 2023-12-07T10:06:18.621321+0000 mgr.a (mgr.24293) 641 : cluster 0 pgmap v473: 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-07T10:06:20.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:19 smithi022 bash[28554]: cluster 2023-12-07T10:06:18.621321+0000 mgr.a (mgr.24293) 641 : cluster 0 pgmap v473: 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-07T10:06:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:19 smithi027 bash[31536]: cluster 2023-12-07T10:06:18.621321+0000 mgr.a (mgr.24293) 641 : cluster 0 pgmap v473: 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-07T10:06:22.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:22.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:22.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:21 smithi044 bash[32620]: cluster 2023-12-07T10:06:20.622140+0000 mgr.a (mgr.24293) 642 : cluster 0 pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:21 smithi022 bash[28554]: cluster 2023-12-07T10:06:20.622140+0000 mgr.a (mgr.24293) 642 : cluster 0 pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:21 smithi027 bash[31536]: cluster 2023-12-07T10:06:20.622140+0000 mgr.a (mgr.24293) 642 : cluster 0 pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:22.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:23 smithi044 bash[32620]: audit 2023-12-07T10:06:22.404643+0000 mgr.a (mgr.24293) 643 : audit 0 from='client.26397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:24.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:23 smithi044 bash[32620]: cluster 2023-12-07T10:06:22.622885+0000 mgr.a (mgr.24293) 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-07T10:06:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:23 smithi022 bash[28554]: audit 2023-12-07T10:06:22.404643+0000 mgr.a (mgr.24293) 643 : audit 0 from='client.26397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:23 smithi022 bash[28554]: cluster 2023-12-07T10:06:22.622885+0000 mgr.a (mgr.24293) 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-07T10:06:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:23 smithi027 bash[31536]: audit 2023-12-07T10:06:22.404643+0000 mgr.a (mgr.24293) 643 : audit 0 from='client.26397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:23 smithi027 bash[31536]: cluster 2023-12-07T10:06:22.622885+0000 mgr.a (mgr.24293) 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-07T10:06:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:25 smithi044 bash[32620]: cluster 2023-12-07T10:06:24.623634+0000 mgr.a (mgr.24293) 645 : 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-07T10:06:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:25 smithi022 bash[28554]: cluster 2023-12-07T10:06:24.623634+0000 mgr.a (mgr.24293) 645 : 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-07T10:06:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:25 smithi027 bash[31536]: cluster 2023-12-07T10:06:24.623634+0000 mgr.a (mgr.24293) 645 : 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-07T10:06:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:26 smithi027 bash[31536]: cluster 2023-12-07T10:06:26.624558+0000 mgr.a (mgr.24293) 646 : 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-07T10:06:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:26 smithi044 bash[32620]: cluster 2023-12-07T10:06:26.624558+0000 mgr.a (mgr.24293) 646 : 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-07T10:06:27.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:26 smithi022 bash[28554]: cluster 2023-12-07T10:06:26.624558+0000 mgr.a (mgr.24293) 646 : 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-07T10:06:27.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:27.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:27.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:28.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:28.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:28.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:28.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:28.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:30.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:29 smithi044 bash[32620]: audit 2023-12-07T10:06:28.334405+0000 mgr.a (mgr.24293) 647 : audit 0 from='client.26475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:30.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:29 smithi044 bash[32620]: cluster 2023-12-07T10:06:28.625378+0000 mgr.a (mgr.24293) 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-07T10:06:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:29 smithi022 bash[28554]: audit 2023-12-07T10:06:28.334405+0000 mgr.a (mgr.24293) 647 : audit 0 from='client.26475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:29 smithi022 bash[28554]: cluster 2023-12-07T10:06:28.625378+0000 mgr.a (mgr.24293) 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-07T10:06:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:29 smithi027 bash[31536]: audit 2023-12-07T10:06:28.334405+0000 mgr.a (mgr.24293) 647 : audit 0 from='client.26475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:29 smithi027 bash[31536]: cluster 2023-12-07T10:06:28.625378+0000 mgr.a (mgr.24293) 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-07T10:06:32.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:31 smithi044 bash[32620]: cluster 2023-12-07T10:06:30.626440+0000 mgr.a (mgr.24293) 649 : 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-07T10:06:32.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:31 smithi022 bash[28554]: cluster 2023-12-07T10:06:30.626440+0000 mgr.a (mgr.24293) 649 : 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-07T10:06:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:31 smithi027 bash[31536]: cluster 2023-12-07T10:06:30.626440+0000 mgr.a (mgr.24293) 649 : 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-07T10:06:33.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:33.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:33.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:33 smithi044 bash[32620]: cluster 2023-12-07T10:06:32.627193+0000 mgr.a (mgr.24293) 650 : 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-07T10:06:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:33 smithi022 bash[28554]: cluster 2023-12-07T10:06:32.627193+0000 mgr.a (mgr.24293) 650 : 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-07T10:06:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:33 smithi027 bash[31536]: cluster 2023-12-07T10:06:32.627193+0000 mgr.a (mgr.24293) 650 : 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-07T10:06:34.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:34.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:34.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:34.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:34.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:35 smithi044 bash[32620]: audit 2023-12-07T10:06:34.252948+0000 mgr.a (mgr.24293) 651 : audit 0 from='client.26541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:35 smithi044 bash[32620]: cluster 2023-12-07T10:06:34.627716+0000 mgr.a (mgr.24293) 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-07T10:06:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:35 smithi022 bash[28554]: audit 2023-12-07T10:06:34.252948+0000 mgr.a (mgr.24293) 651 : audit 0 from='client.26541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:35 smithi022 bash[28554]: cluster 2023-12-07T10:06:34.627716+0000 mgr.a (mgr.24293) 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-07T10:06:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:35 smithi027 bash[31536]: audit 2023-12-07T10:06:34.252948+0000 mgr.a (mgr.24293) 651 : audit 0 from='client.26541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:35 smithi027 bash[31536]: cluster 2023-12-07T10:06:34.627716+0000 mgr.a (mgr.24293) 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-07T10:06:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:37 smithi044 bash[32620]: cluster 2023-12-07T10:06:36.628636+0000 mgr.a (mgr.24293) 653 : cluster 0 pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:06:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:37 smithi022 bash[28554]: cluster 2023-12-07T10:06:36.628636+0000 mgr.a (mgr.24293) 653 : cluster 0 pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:06:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:37 smithi027 bash[31536]: cluster 2023-12-07T10:06:36.628636+0000 mgr.a (mgr.24293) 653 : cluster 0 pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:06:39.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:39.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:39.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:40.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:39 smithi044 bash[32620]: cluster 2023-12-07T10:06:38.629240+0000 mgr.a (mgr.24293) 654 : cluster 0 pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:39 smithi022 bash[28554]: cluster 2023-12-07T10:06:38.629240+0000 mgr.a (mgr.24293) 654 : cluster 0 pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:39 smithi027 bash[31536]: cluster 2023-12-07T10:06:38.629240+0000 mgr.a (mgr.24293) 654 : cluster 0 pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:40.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:40 smithi027 bash[31536]: audit 2023-12-07T10:06:40.191288+0000 mgr.a (mgr.24293) 655 : audit 0 from='client.26616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:40 smithi027 bash[31536]: cluster 2023-12-07T10:06:40.630365+0000 mgr.a (mgr.24293) 656 : cluster 0 pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:06:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:40 smithi044 bash[32620]: audit 2023-12-07T10:06:40.191288+0000 mgr.a (mgr.24293) 655 : audit 0 from='client.26616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:41.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:40 smithi044 bash[32620]: cluster 2023-12-07T10:06:40.630365+0000 mgr.a (mgr.24293) 656 : cluster 0 pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:06:41.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:40 smithi022 bash[28554]: audit 2023-12-07T10:06:40.191288+0000 mgr.a (mgr.24293) 655 : audit 0 from='client.26616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:41.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:40 smithi022 bash[28554]: cluster 2023-12-07T10:06:40.630365+0000 mgr.a (mgr.24293) 656 : cluster 0 pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:06:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:43 smithi044 bash[32620]: cluster 2023-12-07T10:06:42.630966+0000 mgr.a (mgr.24293) 657 : cluster 0 pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:06:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:43 smithi022 bash[28554]: cluster 2023-12-07T10:06:42.630966+0000 mgr.a (mgr.24293) 657 : cluster 0 pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:06:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:43 smithi027 bash[31536]: cluster 2023-12-07T10:06:42.630966+0000 mgr.a (mgr.24293) 657 : cluster 0 pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:06:45.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:45.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:45.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:45 smithi044 bash[32620]: cluster 2023-12-07T10:06:44.631534+0000 mgr.a (mgr.24293) 658 : cluster 0 pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:06:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:45 smithi022 bash[28554]: cluster 2023-12-07T10:06:44.631534+0000 mgr.a (mgr.24293) 658 : cluster 0 pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:06:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:45 smithi027 bash[31536]: cluster 2023-12-07T10:06:44.631534+0000 mgr.a (mgr.24293) 658 : cluster 0 pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:06:46.668 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:46.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:46.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:46.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:46.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:47 smithi044 bash[32620]: audit 2023-12-07T10:06:46.148230+0000 mgr.a (mgr.24293) 659 : audit 0 from='client.26688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:47 smithi044 bash[32620]: cluster 2023-12-07T10:06:46.632459+0000 mgr.a (mgr.24293) 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-07T10:06:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:47 smithi022 bash[28554]: audit 2023-12-07T10:06:46.148230+0000 mgr.a (mgr.24293) 659 : audit 0 from='client.26688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:47 smithi022 bash[28554]: cluster 2023-12-07T10:06:46.632459+0000 mgr.a (mgr.24293) 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-07T10:06:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:47 smithi027 bash[31536]: audit 2023-12-07T10:06:46.148230+0000 mgr.a (mgr.24293) 659 : audit 0 from='client.26688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:47 smithi027 bash[31536]: cluster 2023-12-07T10:06:46.632459+0000 mgr.a (mgr.24293) 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-07T10:06:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:48 smithi027 bash[31536]: cluster 2023-12-07T10:06:48.633033+0000 mgr.a (mgr.24293) 661 : cluster 0 pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:06:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:48 smithi044 bash[32620]: cluster 2023-12-07T10:06:48.633033+0000 mgr.a (mgr.24293) 661 : cluster 0 pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:06:49.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:48 smithi022 bash[28554]: cluster 2023-12-07T10:06:48.633033+0000 mgr.a (mgr.24293) 661 : cluster 0 pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:06:51.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:51.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:51.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:51 smithi027 bash[31536]: cluster 2023-12-07T10:06:50.633784+0000 mgr.a (mgr.24293) 662 : cluster 0 pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:51 smithi044 bash[32620]: cluster 2023-12-07T10:06:50.633784+0000 mgr.a (mgr.24293) 662 : cluster 0 pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:51 smithi022 bash[28554]: cluster 2023-12-07T10:06:50.633784+0000 mgr.a (mgr.24293) 662 : cluster 0 pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:06:52.602 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:52.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:52.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:52.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:52.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:53 smithi044 bash[32620]: audit 2023-12-07T10:06:52.075134+0000 mgr.a (mgr.24293) 663 : audit 0 from='client.26766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:53 smithi044 bash[32620]: cluster 2023-12-07T10:06:52.634624+0000 mgr.a (mgr.24293) 664 : cluster 0 pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:06:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:53 smithi022 bash[28554]: audit 2023-12-07T10:06:52.075134+0000 mgr.a (mgr.24293) 663 : audit 0 from='client.26766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:53 smithi022 bash[28554]: cluster 2023-12-07T10:06:52.634624+0000 mgr.a (mgr.24293) 664 : cluster 0 pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:06:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:53 smithi027 bash[31536]: audit 2023-12-07T10:06:52.075134+0000 mgr.a (mgr.24293) 663 : audit 0 from='client.26766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:53 smithi027 bash[31536]: cluster 2023-12-07T10:06:52.634624+0000 mgr.a (mgr.24293) 664 : cluster 0 pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:06:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:55 smithi044 bash[32620]: cluster 2023-12-07T10:06:54.635387+0000 mgr.a (mgr.24293) 665 : cluster 0 pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:06:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:55 smithi022 bash[28554]: cluster 2023-12-07T10:06:54.635387+0000 mgr.a (mgr.24293) 665 : cluster 0 pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:06:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:55 smithi027 bash[31536]: cluster 2023-12-07T10:06:54.635387+0000 mgr.a (mgr.24293) 665 : cluster 0 pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:06:57.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:06:57.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:57.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:57 smithi044 bash[32620]: cluster 2023-12-07T10:06:56.636183+0000 mgr.a (mgr.24293) 666 : cluster 0 pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:06:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:57 smithi022 bash[28554]: cluster 2023-12-07T10:06:56.636183+0000 mgr.a (mgr.24293) 666 : cluster 0 pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:06:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:57 smithi027 bash[31536]: cluster 2023-12-07T10:06:56.636183+0000 mgr.a (mgr.24293) 666 : cluster 0 pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:06:58.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:06:58.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:58.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:58.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:58.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:06:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:58 smithi027 bash[31536]: audit 2023-12-07T10:06:58.012249+0000 mgr.a (mgr.24293) 667 : audit 0 from='client.26844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:06:58 smithi027 bash[31536]: cluster 2023-12-07T10:06:58.636976+0000 mgr.a (mgr.24293) 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-07T10:06:59.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:58 smithi044 bash[32620]: audit 2023-12-07T10:06:58.012249+0000 mgr.a (mgr.24293) 667 : audit 0 from='client.26844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:59.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:06:58 smithi044 bash[32620]: cluster 2023-12-07T10:06:58.636976+0000 mgr.a (mgr.24293) 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-07T10:06:59.434 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:58 smithi022 bash[28554]: audit 2023-12-07T10:06:58.012249+0000 mgr.a (mgr.24293) 667 : audit 0 from='client.26844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:59.434 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:06:58 smithi022 bash[28554]: cluster 2023-12-07T10:06:58.636976+0000 mgr.a (mgr.24293) 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-07T10:07:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:01 smithi027 bash[31536]: cluster 2023-12-07T10:07:00.637975+0000 mgr.a (mgr.24293) 669 : 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-07T10:07:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:01 smithi044 bash[32620]: cluster 2023-12-07T10:07:00.637975+0000 mgr.a (mgr.24293) 669 : 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-07T10:07:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:01 smithi022 bash[28554]: cluster 2023-12-07T10:07:00.637975+0000 mgr.a (mgr.24293) 669 : 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-07T10:07:03.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:03.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:03.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:03 smithi044 bash[32620]: cluster 2023-12-07T10:07:02.638536+0000 mgr.a (mgr.24293) 670 : 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-07T10:07:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:03 smithi022 bash[28554]: cluster 2023-12-07T10:07:02.638536+0000 mgr.a (mgr.24293) 670 : 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-07T10:07:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:03 smithi027 bash[31536]: cluster 2023-12-07T10:07:02.638536+0000 mgr.a (mgr.24293) 670 : 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-07T10:07:04.479 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:04.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:04.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:04.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:04.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:05 smithi044 bash[32620]: audit 2023-12-07T10:07:03.962264+0000 mgr.a (mgr.24293) 671 : audit 0 from='client.26919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:05 smithi044 bash[32620]: cluster 2023-12-07T10:07:04.639253+0000 mgr.a (mgr.24293) 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-07T10:07:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:05 smithi022 bash[28554]: audit 2023-12-07T10:07:03.962264+0000 mgr.a (mgr.24293) 671 : audit 0 from='client.26919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:05 smithi022 bash[28554]: cluster 2023-12-07T10:07:04.639253+0000 mgr.a (mgr.24293) 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-07T10:07:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:05 smithi027 bash[31536]: audit 2023-12-07T10:07:03.962264+0000 mgr.a (mgr.24293) 671 : audit 0 from='client.26919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:05 smithi027 bash[31536]: cluster 2023-12-07T10:07:04.639253+0000 mgr.a (mgr.24293) 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-07T10:07:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:07 smithi044 bash[32620]: cluster 2023-12-07T10:07:06.640086+0000 mgr.a (mgr.24293) 673 : 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-07T10:07:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:07 smithi022 bash[28554]: cluster 2023-12-07T10:07:06.640086+0000 mgr.a (mgr.24293) 673 : 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-07T10:07:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:07 smithi027 bash[31536]: cluster 2023-12-07T10:07:06.640086+0000 mgr.a (mgr.24293) 673 : 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-07T10:07:09.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:08 smithi044 bash[32620]: cluster 2023-12-07T10:07:08.640675+0000 mgr.a (mgr.24293) 674 : 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-07T10:07:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:08 smithi022 bash[28554]: cluster 2023-12-07T10:07:08.640675+0000 mgr.a (mgr.24293) 674 : 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-07T10:07:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:08 smithi027 bash[31536]: cluster 2023-12-07T10:07:08.640675+0000 mgr.a (mgr.24293) 674 : 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-07T10:07:09.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:09.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:09.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:10.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:10.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:10.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:10.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:10.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:11 smithi044 bash[32620]: audit 2023-12-07T10:07:09.895467+0000 mgr.a (mgr.24293) 675 : audit 0 from='client.26994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:11 smithi044 bash[32620]: cluster 2023-12-07T10:07:10.641648+0000 mgr.a (mgr.24293) 676 : cluster 0 pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:07:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:11 smithi022 bash[28554]: audit 2023-12-07T10:07:09.895467+0000 mgr.a (mgr.24293) 675 : audit 0 from='client.26994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:11 smithi022 bash[28554]: cluster 2023-12-07T10:07:10.641648+0000 mgr.a (mgr.24293) 676 : cluster 0 pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:07:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:11 smithi027 bash[31536]: audit 2023-12-07T10:07:09.895467+0000 mgr.a (mgr.24293) 675 : audit 0 from='client.26994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:11 smithi027 bash[31536]: cluster 2023-12-07T10:07:10.641648+0000 mgr.a (mgr.24293) 676 : cluster 0 pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:07:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:13 smithi044 bash[32620]: cluster 2023-12-07T10:07:12.642222+0000 mgr.a (mgr.24293) 677 : cluster 0 pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:07:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:13 smithi044 bash[32620]: audit 2023-12-07T10:07:13.534450+0000 mon.a (mon.0) 562 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:07:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:13 smithi022 bash[28554]: cluster 2023-12-07T10:07:12.642222+0000 mgr.a (mgr.24293) 677 : cluster 0 pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:07:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:13 smithi022 bash[28554]: audit 2023-12-07T10:07:13.534450+0000 mon.a (mon.0) 562 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:07:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:13 smithi027 bash[31536]: cluster 2023-12-07T10:07:12.642222+0000 mgr.a (mgr.24293) 677 : cluster 0 pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:07:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:13 smithi027 bash[31536]: audit 2023-12-07T10:07:13.534450+0000 mon.a (mon.0) 562 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:07:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:14 smithi044 bash[32620]: audit 2023-12-07T10:07:14.322279+0000 mon.a (mon.0) 563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:07:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:14 smithi044 bash[32620]: audit 2023-12-07T10:07:14.324259+0000 mon.a (mon.0) 564 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:07:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:14 smithi044 bash[32620]: audit 2023-12-07T10:07:14.334500+0000 mon.a (mon.0) 565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:07:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:14 smithi022 bash[28554]: audit 2023-12-07T10:07:14.322279+0000 mon.a (mon.0) 563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:07:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:14 smithi022 bash[28554]: audit 2023-12-07T10:07:14.324259+0000 mon.a (mon.0) 564 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:07:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:14 smithi022 bash[28554]: audit 2023-12-07T10:07:14.334500+0000 mon.a (mon.0) 565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:07:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:14 smithi027 bash[31536]: audit 2023-12-07T10:07:14.322279+0000 mon.a (mon.0) 563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:07:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:14 smithi027 bash[31536]: audit 2023-12-07T10:07:14.324259+0000 mon.a (mon.0) 564 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:07:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:14 smithi027 bash[31536]: audit 2023-12-07T10:07:14.334500+0000 mon.a (mon.0) 565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:07:15.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:15.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:15.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:15 smithi044 bash[32620]: cluster 2023-12-07T10:07:14.642774+0000 mgr.a (mgr.24293) 678 : cluster 0 pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:07:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:15 smithi022 bash[28554]: cluster 2023-12-07T10:07:14.642774+0000 mgr.a (mgr.24293) 678 : cluster 0 pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:07:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:15 smithi027 bash[31536]: cluster 2023-12-07T10:07:14.642774+0000 mgr.a (mgr.24293) 678 : cluster 0 pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:07:16.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:16.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:16.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:16.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:16.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:16 smithi044 bash[32620]: audit 2023-12-07T10:07:15.809617+0000 mgr.a (mgr.24293) 679 : audit 0 from='client.27072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:17.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:16 smithi022 bash[28554]: audit 2023-12-07T10:07:15.809617+0000 mgr.a (mgr.24293) 679 : audit 0 from='client.27072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:16 smithi027 bash[31536]: audit 2023-12-07T10:07:15.809617+0000 mgr.a (mgr.24293) 679 : audit 0 from='client.27072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:17 smithi044 bash[32620]: cluster 2023-12-07T10:07:16.643860+0000 mgr.a (mgr.24293) 680 : 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-07T10:07:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:17 smithi022 bash[28554]: cluster 2023-12-07T10:07:16.643860+0000 mgr.a (mgr.24293) 680 : 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-07T10:07:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:17 smithi027 bash[31536]: cluster 2023-12-07T10:07:16.643860+0000 mgr.a (mgr.24293) 680 : 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-07T10:07:19.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:18 smithi044 bash[32620]: cluster 2023-12-07T10:07:18.644420+0000 mgr.a (mgr.24293) 681 : 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-07T10:07:19.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:18 smithi022 bash[28554]: cluster 2023-12-07T10:07:18.644420+0000 mgr.a (mgr.24293) 681 : 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-07T10:07:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:18 smithi027 bash[31536]: cluster 2023-12-07T10:07:18.644420+0000 mgr.a (mgr.24293) 681 : 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-07T10:07:21.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:21.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:21.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:21 smithi044 bash[32620]: cluster 2023-12-07T10:07:20.645189+0000 mgr.a (mgr.24293) 682 : 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-07T10:07:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:21 smithi022 bash[28554]: cluster 2023-12-07T10:07:20.645189+0000 mgr.a (mgr.24293) 682 : 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-07T10:07:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:21 smithi027 bash[31536]: cluster 2023-12-07T10:07:20.645189+0000 mgr.a (mgr.24293) 682 : 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-07T10:07:22.259 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:22.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:22.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:22.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:22.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:22 smithi044 bash[32620]: audit 2023-12-07T10:07:21.748291+0000 mgr.a (mgr.24293) 683 : audit 0 from='client.27144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:23.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:22 smithi022 bash[28554]: audit 2023-12-07T10:07:21.748291+0000 mgr.a (mgr.24293) 683 : audit 0 from='client.27144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:22 smithi027 bash[31536]: audit 2023-12-07T10:07:21.748291+0000 mgr.a (mgr.24293) 683 : audit 0 from='client.27144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:23 smithi044 bash[32620]: cluster 2023-12-07T10:07:22.645861+0000 mgr.a (mgr.24293) 684 : cluster 0 pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:07:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:23 smithi022 bash[28554]: cluster 2023-12-07T10:07:22.645861+0000 mgr.a (mgr.24293) 684 : cluster 0 pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:07:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:23 smithi027 bash[31536]: cluster 2023-12-07T10:07:22.645861+0000 mgr.a (mgr.24293) 684 : cluster 0 pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:07:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:25 smithi044 bash[32620]: cluster 2023-12-07T10:07:24.646459+0000 mgr.a (mgr.24293) 685 : cluster 0 pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:07:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:25 smithi022 bash[28554]: cluster 2023-12-07T10:07:24.646459+0000 mgr.a (mgr.24293) 685 : cluster 0 pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:07:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:25 smithi027 bash[31536]: cluster 2023-12-07T10:07:24.646459+0000 mgr.a (mgr.24293) 685 : cluster 0 pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:07:27.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:27.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:27.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:27 smithi044 bash[32620]: cluster 2023-12-07T10:07:26.647286+0000 mgr.a (mgr.24293) 686 : cluster 0 pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:07:28.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:27 smithi022 bash[28554]: cluster 2023-12-07T10:07:26.647286+0000 mgr.a (mgr.24293) 686 : cluster 0 pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:07:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:27 smithi027 bash[31536]: cluster 2023-12-07T10:07:26.647286+0000 mgr.a (mgr.24293) 686 : cluster 0 pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:07:28.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:28.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:28.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:28.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:28.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:29.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:28 smithi044 bash[32620]: audit 2023-12-07T10:07:27.675214+0000 mgr.a (mgr.24293) 687 : audit 0 from='client.27219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:29.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:28 smithi022 bash[28554]: audit 2023-12-07T10:07:27.675214+0000 mgr.a (mgr.24293) 687 : audit 0 from='client.27219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:28 smithi027 bash[31536]: audit 2023-12-07T10:07:27.675214+0000 mgr.a (mgr.24293) 687 : audit 0 from='client.27219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:30.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:29 smithi044 bash[32620]: cluster 2023-12-07T10:07:28.647956+0000 mgr.a (mgr.24293) 688 : 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-07T10:07:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:29 smithi022 bash[28554]: cluster 2023-12-07T10:07:28.647956+0000 mgr.a (mgr.24293) 688 : 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-07T10:07:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:29 smithi027 bash[31536]: cluster 2023-12-07T10:07:28.647956+0000 mgr.a (mgr.24293) 688 : 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-07T10:07:31.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:30 smithi044 bash[32620]: cluster 2023-12-07T10:07:30.648716+0000 mgr.a (mgr.24293) 689 : 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-07T10:07:31.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:30 smithi022 bash[28554]: cluster 2023-12-07T10:07:30.648716+0000 mgr.a (mgr.24293) 689 : 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-07T10:07:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:30 smithi027 bash[31536]: cluster 2023-12-07T10:07:30.648716+0000 mgr.a (mgr.24293) 689 : 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-07T10:07:33.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:33.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:33.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:34.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:34.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:34.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:34.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:34.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:33 smithi044 bash[32620]: cluster 2023-12-07T10:07:32.649279+0000 mgr.a (mgr.24293) 690 : 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-07T10:07:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:33 smithi022 bash[28554]: cluster 2023-12-07T10:07:32.649279+0000 mgr.a (mgr.24293) 690 : 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-07T10:07:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:33 smithi027 bash[31536]: cluster 2023-12-07T10:07:32.649279+0000 mgr.a (mgr.24293) 690 : 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-07T10:07:35.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:34 smithi044 bash[32620]: audit 2023-12-07T10:07:33.608719+0000 mgr.a (mgr.24293) 691 : audit 0 from='client.27297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:35.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:34 smithi022 bash[28554]: audit 2023-12-07T10:07:33.608719+0000 mgr.a (mgr.24293) 691 : audit 0 from='client.27297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:34 smithi027 bash[31536]: audit 2023-12-07T10:07:33.608719+0000 mgr.a (mgr.24293) 691 : audit 0 from='client.27297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:35 smithi044 bash[32620]: cluster 2023-12-07T10:07:34.649946+0000 mgr.a (mgr.24293) 692 : 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-07T10:07:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:35 smithi022 bash[28554]: cluster 2023-12-07T10:07:34.649946+0000 mgr.a (mgr.24293) 692 : 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-07T10:07:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:35 smithi027 bash[31536]: cluster 2023-12-07T10:07:34.649946+0000 mgr.a (mgr.24293) 692 : 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-07T10:07:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:36 smithi044 bash[32620]: cluster 2023-12-07T10:07:36.650769+0000 mgr.a (mgr.24293) 693 : 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-07T10:07:37.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:36 smithi022 bash[28554]: cluster 2023-12-07T10:07:36.650769+0000 mgr.a (mgr.24293) 693 : 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-07T10:07:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:36 smithi027 bash[31536]: cluster 2023-12-07T10:07:36.650769+0000 mgr.a (mgr.24293) 693 : 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-07T10:07:39.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:39.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:39.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:40.043 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:40.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:40.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:40.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:40.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:40.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:39 smithi044 bash[32620]: cluster 2023-12-07T10:07:38.651363+0000 mgr.a (mgr.24293) 694 : 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-07T10:07:40.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:39 smithi022 bash[28554]: cluster 2023-12-07T10:07:38.651363+0000 mgr.a (mgr.24293) 694 : 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-07T10:07:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:39 smithi027 bash[31536]: cluster 2023-12-07T10:07:38.651363+0000 mgr.a (mgr.24293) 694 : 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-07T10:07:41.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:40 smithi044 bash[32620]: audit 2023-12-07T10:07:39.524075+0000 mgr.a (mgr.24293) 695 : audit 0 from='client.27369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:41.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:40 smithi022 bash[28554]: audit 2023-12-07T10:07:39.524075+0000 mgr.a (mgr.24293) 695 : audit 0 from='client.27369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:40 smithi027 bash[31536]: audit 2023-12-07T10:07:39.524075+0000 mgr.a (mgr.24293) 695 : audit 0 from='client.27369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:42.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:41 smithi044 bash[32620]: cluster 2023-12-07T10:07:40.652380+0000 mgr.a (mgr.24293) 696 : cluster 0 pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:42.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:41 smithi022 bash[28554]: cluster 2023-12-07T10:07:40.652380+0000 mgr.a (mgr.24293) 696 : cluster 0 pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:41 smithi027 bash[31536]: cluster 2023-12-07T10:07:40.652380+0000 mgr.a (mgr.24293) 696 : cluster 0 pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:43 smithi044 bash[32620]: cluster 2023-12-07T10:07:42.653082+0000 mgr.a (mgr.24293) 697 : cluster 0 pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:43 smithi022 bash[28554]: cluster 2023-12-07T10:07:42.653082+0000 mgr.a (mgr.24293) 697 : cluster 0 pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:43 smithi027 bash[31536]: cluster 2023-12-07T10:07:42.653082+0000 mgr.a (mgr.24293) 697 : cluster 0 pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:45.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:45.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:45.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:46.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:46.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:46.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:46.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:46.000 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:45 smithi044 bash[32620]: cluster 2023-12-07T10:07:44.653766+0000 mgr.a (mgr.24293) 698 : cluster 0 pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:45 smithi022 bash[28554]: cluster 2023-12-07T10:07:44.653766+0000 mgr.a (mgr.24293) 698 : cluster 0 pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:45 smithi027 bash[31536]: cluster 2023-12-07T10:07:44.653766+0000 mgr.a (mgr.24293) 698 : cluster 0 pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:47.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:46 smithi044 bash[32620]: audit 2023-12-07T10:07:45.449518+0000 mgr.a (mgr.24293) 699 : audit 0 from='client.27447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:47.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:46 smithi022 bash[28554]: audit 2023-12-07T10:07:45.449518+0000 mgr.a (mgr.24293) 699 : audit 0 from='client.27447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:46 smithi027 bash[31536]: audit 2023-12-07T10:07:45.449518+0000 mgr.a (mgr.24293) 699 : audit 0 from='client.27447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:47 smithi044 bash[32620]: cluster 2023-12-07T10:07:46.654774+0000 mgr.a (mgr.24293) 700 : 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-07T10:07:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:47 smithi022 bash[28554]: cluster 2023-12-07T10:07:46.654774+0000 mgr.a (mgr.24293) 700 : 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-07T10:07:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:47 smithi027 bash[31536]: cluster 2023-12-07T10:07:46.654774+0000 mgr.a (mgr.24293) 700 : 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-07T10:07:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:48 smithi044 bash[32620]: cluster 2023-12-07T10:07:48.655356+0000 mgr.a (mgr.24293) 701 : 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-07T10:07:49.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:48 smithi022 bash[28554]: cluster 2023-12-07T10:07:48.655356+0000 mgr.a (mgr.24293) 701 : 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-07T10:07:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:48 smithi027 bash[31536]: cluster 2023-12-07T10:07:48.655356+0000 mgr.a (mgr.24293) 701 : 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-07T10:07:51.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:51.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:51.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:51.953 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:51.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:51.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:51.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:51.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:51 smithi044 bash[32620]: cluster 2023-12-07T10:07:50.656099+0000 mgr.a (mgr.24293) 702 : 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-07T10:07:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:51 smithi022 bash[28554]: cluster 2023-12-07T10:07:50.656099+0000 mgr.a (mgr.24293) 702 : 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-07T10:07:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:51 smithi027 bash[31536]: cluster 2023-12-07T10:07:50.656099+0000 mgr.a (mgr.24293) 702 : 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-07T10:07:53.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:52 smithi044 bash[32620]: audit 2023-12-07T10:07:51.413973+0000 mgr.a (mgr.24293) 703 : audit 0 from='client.27525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:53.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:52 smithi022 bash[28554]: audit 2023-12-07T10:07:51.413973+0000 mgr.a (mgr.24293) 703 : audit 0 from='client.27525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:52 smithi027 bash[31536]: audit 2023-12-07T10:07:51.413973+0000 mgr.a (mgr.24293) 703 : audit 0 from='client.27525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:53 smithi044 bash[32620]: cluster 2023-12-07T10:07:52.656747+0000 mgr.a (mgr.24293) 704 : cluster 0 pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:53 smithi022 bash[28554]: cluster 2023-12-07T10:07:52.656747+0000 mgr.a (mgr.24293) 704 : cluster 0 pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:53 smithi027 bash[31536]: cluster 2023-12-07T10:07:52.656747+0000 mgr.a (mgr.24293) 704 : cluster 0 pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:55 smithi044 bash[32620]: cluster 2023-12-07T10:07:54.657310+0000 mgr.a (mgr.24293) 705 : cluster 0 pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:55 smithi022 bash[28554]: cluster 2023-12-07T10:07:54.657310+0000 mgr.a (mgr.24293) 705 : cluster 0 pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:55 smithi027 bash[31536]: cluster 2023-12-07T10:07:54.657310+0000 mgr.a (mgr.24293) 705 : cluster 0 pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:56.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:07:56.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:56.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:56 smithi044 bash[32620]: cluster 2023-12-07T10:07:56.658127+0000 mgr.a (mgr.24293) 706 : cluster 0 pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:57.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:56 smithi022 bash[28554]: cluster 2023-12-07T10:07:56.658127+0000 mgr.a (mgr.24293) 706 : cluster 0 pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:56 smithi027 bash[31536]: cluster 2023-12-07T10:07:56.658127+0000 mgr.a (mgr.24293) 706 : cluster 0 pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:57.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:07:57.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:57.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:57.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:57.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:07:59.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:58 smithi044 bash[32620]: audit 2023-12-07T10:07:57.364532+0000 mgr.a (mgr.24293) 707 : audit 0 from='client.27603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:59.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:58 smithi022 bash[28554]: audit 2023-12-07T10:07:57.364532+0000 mgr.a (mgr.24293) 707 : audit 0 from='client.27603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:58 smithi027 bash[31536]: audit 2023-12-07T10:07:57.364532+0000 mgr.a (mgr.24293) 707 : audit 0 from='client.27603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:00.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:07:59 smithi044 bash[32620]: cluster 2023-12-07T10:07:58.658726+0000 mgr.a (mgr.24293) 708 : 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-07T10:08:00.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:07:59 smithi022 bash[28554]: cluster 2023-12-07T10:07:58.658726+0000 mgr.a (mgr.24293) 708 : 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-07T10:08:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:07:59 smithi027 bash[31536]: cluster 2023-12-07T10:07:58.658726+0000 mgr.a (mgr.24293) 708 : 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-07T10:08:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:00 smithi044 bash[32620]: cluster 2023-12-07T10:08:00.659496+0000 mgr.a (mgr.24293) 709 : 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-07T10:08:01.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:00 smithi022 bash[28554]: cluster 2023-12-07T10:08:00.659496+0000 mgr.a (mgr.24293) 709 : 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-07T10:08:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:00 smithi027 bash[31536]: cluster 2023-12-07T10:08:00.659496+0000 mgr.a (mgr.24293) 709 : 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-07T10:08:02.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:02.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:02.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:03.828 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:03.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:03.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:03.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:03.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:03 smithi044 bash[32620]: cluster 2023-12-07T10:08:02.660122+0000 mgr.a (mgr.24293) 710 : 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-07T10:08:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:03 smithi022 bash[28554]: cluster 2023-12-07T10:08:02.660122+0000 mgr.a (mgr.24293) 710 : 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-07T10:08:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:03 smithi027 bash[31536]: cluster 2023-12-07T10:08:02.660122+0000 mgr.a (mgr.24293) 710 : 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-07T10:08:05.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:04 smithi044 bash[32620]: audit 2023-12-07T10:08:03.298320+0000 mgr.a (mgr.24293) 711 : audit 0 from='client.27681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:05.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:04 smithi022 bash[28554]: audit 2023-12-07T10:08:03.298320+0000 mgr.a (mgr.24293) 711 : audit 0 from='client.27681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:04 smithi027 bash[31536]: audit 2023-12-07T10:08:03.298320+0000 mgr.a (mgr.24293) 711 : audit 0 from='client.27681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:05 smithi044 bash[32620]: cluster 2023-12-07T10:08:04.660787+0000 mgr.a (mgr.24293) 712 : 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-07T10:08:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:05 smithi022 bash[28554]: cluster 2023-12-07T10:08:04.660787+0000 mgr.a (mgr.24293) 712 : 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-07T10:08:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:05 smithi027 bash[31536]: cluster 2023-12-07T10:08:04.660787+0000 mgr.a (mgr.24293) 712 : 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-07T10:08:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:06 smithi044 bash[32620]: cluster 2023-12-07T10:08:06.661572+0000 mgr.a (mgr.24293) 713 : 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-07T10:08:07.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:06 smithi022 bash[28554]: cluster 2023-12-07T10:08:06.661572+0000 mgr.a (mgr.24293) 713 : 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-07T10:08:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:06 smithi027 bash[31536]: cluster 2023-12-07T10:08:06.661572+0000 mgr.a (mgr.24293) 713 : 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-07T10:08:08.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:08.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:08.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:09.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:09.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:09.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:09.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:09.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:10.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:09 smithi044 bash[32620]: cluster 2023-12-07T10:08:08.662246+0000 mgr.a (mgr.24293) 714 : 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-07T10:08:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:09 smithi022 bash[28554]: cluster 2023-12-07T10:08:08.662246+0000 mgr.a (mgr.24293) 714 : 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-07T10:08:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:09 smithi027 bash[31536]: cluster 2023-12-07T10:08:08.662246+0000 mgr.a (mgr.24293) 714 : 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-07T10:08:11.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:10 smithi044 bash[32620]: audit 2023-12-07T10:08:09.240783+0000 mgr.a (mgr.24293) 715 : audit 0 from='client.27756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:11.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:10 smithi022 bash[28554]: audit 2023-12-07T10:08:09.240783+0000 mgr.a (mgr.24293) 715 : audit 0 from='client.27756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:10 smithi027 bash[31536]: audit 2023-12-07T10:08:09.240783+0000 mgr.a (mgr.24293) 715 : audit 0 from='client.27756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:11 smithi044 bash[32620]: cluster 2023-12-07T10:08:10.663168+0000 mgr.a (mgr.24293) 716 : 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-07T10:08:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:11 smithi022 bash[28554]: cluster 2023-12-07T10:08:10.663168+0000 mgr.a (mgr.24293) 716 : 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-07T10:08:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:11 smithi027 bash[31536]: cluster 2023-12-07T10:08:10.663168+0000 mgr.a (mgr.24293) 716 : 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-07T10:08:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:13 smithi044 bash[32620]: cluster 2023-12-07T10:08:12.663812+0000 mgr.a (mgr.24293) 717 : 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-07T10:08:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:13 smithi022 bash[28554]: cluster 2023-12-07T10:08:12.663812+0000 mgr.a (mgr.24293) 717 : 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-07T10:08:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:13 smithi027 bash[31536]: cluster 2023-12-07T10:08:12.663812+0000 mgr.a (mgr.24293) 717 : 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-07T10:08:14.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:14.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:14.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:14 smithi044 bash[32620]: audit 2023-12-07T10:08:14.438675+0000 mon.a (mon.0) 566 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:08:15.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:14 smithi022 bash[28554]: audit 2023-12-07T10:08:14.438675+0000 mon.a (mon.0) 566 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:08:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:14 smithi027 bash[31536]: audit 2023-12-07T10:08:14.438675+0000 mon.a (mon.0) 566 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:08:15.726 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:15 smithi044 bash[32620]: cluster 2023-12-07T10:08:14.664320+0000 mgr.a (mgr.24293) 718 : 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-07T10:08:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:15 smithi044 bash[32620]: audit 2023-12-07T10:08:15.189750+0000 mgr.a (mgr.24293) 719 : audit 0 from='client.27831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:15 smithi044 bash[32620]: audit 2023-12-07T10:08:15.226414+0000 mon.a (mon.0) 567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:08:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:15 smithi044 bash[32620]: audit 2023-12-07T10:08:15.228734+0000 mon.a (mon.0) 568 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:08:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:15 smithi044 bash[32620]: audit 2023-12-07T10:08:15.237793+0000 mon.a (mon.0) 569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:08:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:15 smithi022 bash[28554]: cluster 2023-12-07T10:08:14.664320+0000 mgr.a (mgr.24293) 718 : 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-07T10:08:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:15 smithi022 bash[28554]: audit 2023-12-07T10:08:15.189750+0000 mgr.a (mgr.24293) 719 : audit 0 from='client.27831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:15 smithi022 bash[28554]: audit 2023-12-07T10:08:15.226414+0000 mon.a (mon.0) 567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:08:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:15 smithi022 bash[28554]: audit 2023-12-07T10:08:15.228734+0000 mon.a (mon.0) 568 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:08:16.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:15 smithi022 bash[28554]: audit 2023-12-07T10:08:15.237793+0000 mon.a (mon.0) 569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:08:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:15 smithi027 bash[31536]: cluster 2023-12-07T10:08:14.664320+0000 mgr.a (mgr.24293) 718 : 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-07T10:08:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:15 smithi027 bash[31536]: audit 2023-12-07T10:08:15.189750+0000 mgr.a (mgr.24293) 719 : audit 0 from='client.27831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:15 smithi027 bash[31536]: audit 2023-12-07T10:08:15.226414+0000 mon.a (mon.0) 567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:08:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:15 smithi027 bash[31536]: audit 2023-12-07T10:08:15.228734+0000 mon.a (mon.0) 568 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:08:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:15 smithi027 bash[31536]: audit 2023-12-07T10:08:15.237793+0000 mon.a (mon.0) 569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:08:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:16 smithi044 bash[32620]: cluster 2023-12-07T10:08:16.665321+0000 mgr.a (mgr.24293) 720 : cluster 0 pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:08:17.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:16 smithi022 bash[28554]: cluster 2023-12-07T10:08:16.665321+0000 mgr.a (mgr.24293) 720 : cluster 0 pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:08:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:16 smithi027 bash[31536]: cluster 2023-12-07T10:08:16.665321+0000 mgr.a (mgr.24293) 720 : cluster 0 pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:08:20.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:19 smithi044 bash[32620]: cluster 2023-12-07T10:08:18.665901+0000 mgr.a (mgr.24293) 721 : cluster 0 pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:08:20.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:19 smithi022 bash[28554]: cluster 2023-12-07T10:08:18.665901+0000 mgr.a (mgr.24293) 721 : cluster 0 pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:08:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:19 smithi027 bash[31536]: cluster 2023-12-07T10:08:18.665901+0000 mgr.a (mgr.24293) 721 : cluster 0 pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:08:20.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:20.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:20.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:21.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:20 smithi044 bash[32620]: cluster 2023-12-07T10:08:20.666715+0000 mgr.a (mgr.24293) 722 : 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-07T10:08:21.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:20 smithi022 bash[28554]: cluster 2023-12-07T10:08:20.666715+0000 mgr.a (mgr.24293) 722 : 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-07T10:08:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:20 smithi027 bash[31536]: cluster 2023-12-07T10:08:20.666715+0000 mgr.a (mgr.24293) 722 : 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-07T10:08:21.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:21.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:21.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:21.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:21.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:21 smithi044 bash[32620]: audit 2023-12-07T10:08:21.138905+0000 mgr.a (mgr.24293) 723 : audit 0 from='client.34717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:21 smithi022 bash[28554]: audit 2023-12-07T10:08:21.138905+0000 mgr.a (mgr.24293) 723 : audit 0 from='client.34717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:21 smithi027 bash[31536]: audit 2023-12-07T10:08:21.138905+0000 mgr.a (mgr.24293) 723 : audit 0 from='client.34717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:23 smithi044 bash[32620]: cluster 2023-12-07T10:08:22.667461+0000 mgr.a (mgr.24293) 724 : 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-07T10:08:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:23 smithi022 bash[28554]: cluster 2023-12-07T10:08:22.667461+0000 mgr.a (mgr.24293) 724 : 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-07T10:08:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:23 smithi027 bash[31536]: cluster 2023-12-07T10:08:22.667461+0000 mgr.a (mgr.24293) 724 : 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-07T10:08:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:24 smithi044 bash[32620]: cluster 2023-12-07T10:08:24.668016+0000 mgr.a (mgr.24293) 725 : 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-07T10:08:25.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:24 smithi022 bash[28554]: cluster 2023-12-07T10:08:24.668016+0000 mgr.a (mgr.24293) 725 : 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-07T10:08:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:24 smithi027 bash[31536]: cluster 2023-12-07T10:08:24.668016+0000 mgr.a (mgr.24293) 725 : 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-07T10:08:26.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:26.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:26.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:27.595 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:27.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:27.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:27.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:27.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:27 smithi044 bash[32620]: cluster 2023-12-07T10:08:26.668773+0000 mgr.a (mgr.24293) 726 : 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-07T10:08:28.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:27 smithi022 bash[28554]: cluster 2023-12-07T10:08:26.668773+0000 mgr.a (mgr.24293) 726 : 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-07T10:08:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:27 smithi027 bash[31536]: cluster 2023-12-07T10:08:26.668773+0000 mgr.a (mgr.24293) 726 : 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-07T10:08:29.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:28 smithi044 bash[32620]: audit 2023-12-07T10:08:27.071862+0000 mgr.a (mgr.24293) 727 : audit 0 from='client.27972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:29.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:28 smithi022 bash[28554]: audit 2023-12-07T10:08:27.071862+0000 mgr.a (mgr.24293) 727 : audit 0 from='client.27972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:28 smithi027 bash[31536]: audit 2023-12-07T10:08:27.071862+0000 mgr.a (mgr.24293) 727 : audit 0 from='client.27972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:30.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:29 smithi044 bash[32620]: cluster 2023-12-07T10:08:28.669476+0000 mgr.a (mgr.24293) 728 : cluster 0 pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:08:30.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:29 smithi022 bash[28554]: cluster 2023-12-07T10:08:28.669476+0000 mgr.a (mgr.24293) 728 : cluster 0 pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:08:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:29 smithi027 bash[31536]: cluster 2023-12-07T10:08:28.669476+0000 mgr.a (mgr.24293) 728 : cluster 0 pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:08:31.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:30 smithi044 bash[32620]: cluster 2023-12-07T10:08:30.670288+0000 mgr.a (mgr.24293) 729 : cluster 0 pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:08:31.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:30 smithi022 bash[28554]: cluster 2023-12-07T10:08:30.670288+0000 mgr.a (mgr.24293) 729 : cluster 0 pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:08:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:30 smithi027 bash[31536]: cluster 2023-12-07T10:08:30.670288+0000 mgr.a (mgr.24293) 729 : cluster 0 pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:08:32.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:32.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:32.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:33.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:33 smithi044 bash[32620]: cluster 2023-12-07T10:08:32.670839+0000 mgr.a (mgr.24293) 730 : 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-07T10:08:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:33 smithi022 bash[28554]: cluster 2023-12-07T10:08:32.670839+0000 mgr.a (mgr.24293) 730 : 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-07T10:08:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:33 smithi027 bash[31536]: cluster 2023-12-07T10:08:32.670839+0000 mgr.a (mgr.24293) 730 : 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-07T10:08:35.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:34 smithi044 bash[32620]: audit 2023-12-07T10:08:33.006136+0000 mgr.a (mgr.24293) 731 : audit 0 from='client.28050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:35.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:34 smithi044 bash[32620]: cluster 2023-12-07T10:08:34.671554+0000 mgr.a (mgr.24293) 732 : 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-07T10:08:35.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:34 smithi022 bash[28554]: audit 2023-12-07T10:08:33.006136+0000 mgr.a (mgr.24293) 731 : audit 0 from='client.28050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:35.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:34 smithi022 bash[28554]: cluster 2023-12-07T10:08:34.671554+0000 mgr.a (mgr.24293) 732 : 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-07T10:08:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:34 smithi027 bash[31536]: audit 2023-12-07T10:08:33.006136+0000 mgr.a (mgr.24293) 731 : audit 0 from='client.28050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:34 smithi027 bash[31536]: cluster 2023-12-07T10:08:34.671554+0000 mgr.a (mgr.24293) 732 : 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-07T10:08:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:37 smithi044 bash[32620]: cluster 2023-12-07T10:08:36.672414+0000 mgr.a (mgr.24293) 733 : 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-07T10:08:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:37 smithi022 bash[28554]: cluster 2023-12-07T10:08:36.672414+0000 mgr.a (mgr.24293) 733 : 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-07T10:08:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:37 smithi027 bash[31536]: cluster 2023-12-07T10:08:36.672414+0000 mgr.a (mgr.24293) 733 : 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-07T10:08:38.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:38.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:38.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:38 smithi044 bash[32620]: cluster 2023-12-07T10:08:38.672784+0000 mgr.a (mgr.24293) 734 : 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-07T10:08:39.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:38 smithi022 bash[28554]: cluster 2023-12-07T10:08:38.672784+0000 mgr.a (mgr.24293) 734 : 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-07T10:08:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:38 smithi027 bash[31536]: cluster 2023-12-07T10:08:38.672784+0000 mgr.a (mgr.24293) 734 : 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-07T10:08:39.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:39.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:39.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:39.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:39.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:40.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:39 smithi044 bash[32620]: audit 2023-12-07T10:08:38.947268+0000 mgr.a (mgr.24293) 735 : audit 0 from='client.28122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:40.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:39 smithi022 bash[28554]: audit 2023-12-07T10:08:38.947268+0000 mgr.a (mgr.24293) 735 : audit 0 from='client.28122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:39 smithi027 bash[31536]: audit 2023-12-07T10:08:38.947268+0000 mgr.a (mgr.24293) 735 : audit 0 from='client.28122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:40 smithi044 bash[32620]: cluster 2023-12-07T10:08:40.673636+0000 mgr.a (mgr.24293) 736 : 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-07T10:08:41.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:40 smithi022 bash[28554]: cluster 2023-12-07T10:08:40.673636+0000 mgr.a (mgr.24293) 736 : 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-07T10:08:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:40 smithi027 bash[31536]: cluster 2023-12-07T10:08:40.673636+0000 mgr.a (mgr.24293) 736 : 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-07T10:08:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:43 smithi044 bash[32620]: cluster 2023-12-07T10:08:42.674309+0000 mgr.a (mgr.24293) 737 : 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-07T10:08:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:43 smithi022 bash[28554]: cluster 2023-12-07T10:08:42.674309+0000 mgr.a (mgr.24293) 737 : 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-07T10:08:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:43 smithi027 bash[31536]: cluster 2023-12-07T10:08:42.674309+0000 mgr.a (mgr.24293) 737 : 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-07T10:08:44.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:44.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:44.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:45.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:44 smithi044 bash[32620]: cluster 2023-12-07T10:08:44.675031+0000 mgr.a (mgr.24293) 738 : 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-07T10:08:45.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:44 smithi022 bash[28554]: cluster 2023-12-07T10:08:44.675031+0000 mgr.a (mgr.24293) 738 : 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-07T10:08:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:44 smithi027 bash[31536]: cluster 2023-12-07T10:08:44.675031+0000 mgr.a (mgr.24293) 738 : 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-07T10:08:45.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:45 smithi044 bash[32620]: audit 2023-12-07T10:08:44.908266+0000 mgr.a (mgr.24293) 739 : audit 0 from='client.28191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:46.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:45 smithi022 bash[28554]: audit 2023-12-07T10:08:44.908266+0000 mgr.a (mgr.24293) 739 : audit 0 from='client.28191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:45 smithi027 bash[31536]: audit 2023-12-07T10:08:44.908266+0000 mgr.a (mgr.24293) 739 : audit 0 from='client.28191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:46 smithi027 bash[31536]: cluster 2023-12-07T10:08:46.676025+0000 mgr.a (mgr.24293) 740 : cluster 0 pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:08:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:46 smithi044 bash[32620]: cluster 2023-12-07T10:08:46.676025+0000 mgr.a (mgr.24293) 740 : cluster 0 pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:08:47.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:46 smithi022 bash[28554]: cluster 2023-12-07T10:08:46.676025+0000 mgr.a (mgr.24293) 740 : cluster 0 pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:08:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:48 smithi044 bash[32620]: cluster 2023-12-07T10:08:48.676617+0000 mgr.a (mgr.24293) 741 : cluster 0 pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:08:49.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:48 smithi022 bash[28554]: cluster 2023-12-07T10:08:48.676617+0000 mgr.a (mgr.24293) 741 : cluster 0 pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:08:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:48 smithi027 bash[31536]: cluster 2023-12-07T10:08:48.676617+0000 mgr.a (mgr.24293) 741 : cluster 0 pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:08:50.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:50.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:50.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:51.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:51.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:51.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:51.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:51.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:51 smithi044 bash[32620]: cluster 2023-12-07T10:08:50.677348+0000 mgr.a (mgr.24293) 742 : 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-07T10:08:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:51 smithi044 bash[32620]: audit 2023-12-07T10:08:50.850698+0000 mgr.a (mgr.24293) 743 : audit 0 from='client.28266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:51 smithi022 bash[28554]: cluster 2023-12-07T10:08:50.677348+0000 mgr.a (mgr.24293) 742 : 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-07T10:08:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:51 smithi022 bash[28554]: audit 2023-12-07T10:08:50.850698+0000 mgr.a (mgr.24293) 743 : audit 0 from='client.28266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:51 smithi027 bash[31536]: cluster 2023-12-07T10:08:50.677348+0000 mgr.a (mgr.24293) 742 : 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-07T10:08:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:51 smithi027 bash[31536]: audit 2023-12-07T10:08:50.850698+0000 mgr.a (mgr.24293) 743 : audit 0 from='client.28266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:53 smithi044 bash[32620]: cluster 2023-12-07T10:08:52.678058+0000 mgr.a (mgr.24293) 744 : 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-07T10:08:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:53 smithi022 bash[28554]: cluster 2023-12-07T10:08:52.678058+0000 mgr.a (mgr.24293) 744 : 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-07T10:08:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:53 smithi027 bash[31536]: cluster 2023-12-07T10:08:52.678058+0000 mgr.a (mgr.24293) 744 : 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-07T10:08:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:55 smithi044 bash[32620]: cluster 2023-12-07T10:08:54.678626+0000 mgr.a (mgr.24293) 745 : 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-07T10:08:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:55 smithi022 bash[28554]: cluster 2023-12-07T10:08:54.678626+0000 mgr.a (mgr.24293) 745 : 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-07T10:08:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:55 smithi027 bash[31536]: cluster 2023-12-07T10:08:54.678626+0000 mgr.a (mgr.24293) 745 : 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-07T10:08:56.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:08:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:56.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:57.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:57.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:57.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:57.306 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:08:57.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:08:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:57 smithi044 bash[32620]: cluster 2023-12-07T10:08:56.679397+0000 mgr.a (mgr.24293) 746 : 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-07T10:08:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:57 smithi044 bash[32620]: audit 2023-12-07T10:08:56.794291+0000 mgr.a (mgr.24293) 747 : audit 0 from='client.28344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:57 smithi022 bash[28554]: cluster 2023-12-07T10:08:56.679397+0000 mgr.a (mgr.24293) 746 : 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-07T10:08:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:57 smithi022 bash[28554]: audit 2023-12-07T10:08:56.794291+0000 mgr.a (mgr.24293) 747 : audit 0 from='client.28344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:57 smithi027 bash[31536]: cluster 2023-12-07T10:08:56.679397+0000 mgr.a (mgr.24293) 746 : 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-07T10:08:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:57 smithi027 bash[31536]: audit 2023-12-07T10:08:56.794291+0000 mgr.a (mgr.24293) 747 : audit 0 from='client.28344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:59.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:08:58 smithi044 bash[32620]: cluster 2023-12-07T10:08:58.680197+0000 mgr.a (mgr.24293) 748 : cluster 0 pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:08:59.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:08:58 smithi022 bash[28554]: cluster 2023-12-07T10:08:58.680197+0000 mgr.a (mgr.24293) 748 : cluster 0 pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:08:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:08:58 smithi027 bash[31536]: cluster 2023-12-07T10:08:58.680197+0000 mgr.a (mgr.24293) 748 : cluster 0 pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:01 smithi044 bash[32620]: cluster 2023-12-07T10:09:00.681166+0000 mgr.a (mgr.24293) 749 : cluster 0 pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:09:02.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:01 smithi022 bash[28554]: cluster 2023-12-07T10:09:00.681166+0000 mgr.a (mgr.24293) 749 : cluster 0 pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:09:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:01 smithi027 bash[31536]: cluster 2023-12-07T10:09:00.681166+0000 mgr.a (mgr.24293) 749 : cluster 0 pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:09:02.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:02.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:02.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:03.256 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:03.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:03.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:03.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:03.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:03 smithi044 bash[32620]: cluster 2023-12-07T10:09:02.681857+0000 mgr.a (mgr.24293) 750 : 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-07T10:09:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:03 smithi044 bash[32620]: audit 2023-12-07T10:09:02.713717+0000 mgr.a (mgr.24293) 751 : audit 0 from='client.28422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:03 smithi022 bash[28554]: cluster 2023-12-07T10:09:02.681857+0000 mgr.a (mgr.24293) 750 : 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-07T10:09:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:03 smithi022 bash[28554]: audit 2023-12-07T10:09:02.713717+0000 mgr.a (mgr.24293) 751 : audit 0 from='client.28422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:03 smithi027 bash[31536]: cluster 2023-12-07T10:09:02.681857+0000 mgr.a (mgr.24293) 750 : 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-07T10:09:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:03 smithi027 bash[31536]: audit 2023-12-07T10:09:02.713717+0000 mgr.a (mgr.24293) 751 : audit 0 from='client.28422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:05 smithi044 bash[32620]: cluster 2023-12-07T10:09:04.682556+0000 mgr.a (mgr.24293) 752 : 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-07T10:09:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:05 smithi022 bash[28554]: cluster 2023-12-07T10:09:04.682556+0000 mgr.a (mgr.24293) 752 : 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-07T10:09:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:05 smithi027 bash[31536]: cluster 2023-12-07T10:09:04.682556+0000 mgr.a (mgr.24293) 752 : 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-07T10:09:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:07 smithi044 bash[32620]: cluster 2023-12-07T10:09:06.683350+0000 mgr.a (mgr.24293) 753 : 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-07T10:09:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:07 smithi022 bash[28554]: cluster 2023-12-07T10:09:06.683350+0000 mgr.a (mgr.24293) 753 : 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-07T10:09:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:07 smithi027 bash[31536]: cluster 2023-12-07T10:09:06.683350+0000 mgr.a (mgr.24293) 753 : 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-07T10:09:08.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:08.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:08.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:08 smithi022 bash[28554]: audit 2023-12-07T10:09:08.657539+0000 mgr.a (mgr.24293) 754 : audit 0 from='client.28500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:09.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:08 smithi022 bash[28554]: cluster 2023-12-07T10:09:08.684071+0000 mgr.a (mgr.24293) 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-07T10:09:09.184 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:08 smithi027 bash[31536]: audit 2023-12-07T10:09:08.657539+0000 mgr.a (mgr.24293) 754 : audit 0 from='client.28500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:08 smithi027 bash[31536]: cluster 2023-12-07T10:09:08.684071+0000 mgr.a (mgr.24293) 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-07T10:09:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:08 smithi044 bash[32620]: audit 2023-12-07T10:09:08.657539+0000 mgr.a (mgr.24293) 754 : audit 0 from='client.28500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:08 smithi044 bash[32620]: cluster 2023-12-07T10:09:08.684071+0000 mgr.a (mgr.24293) 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-07T10:09:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:11 smithi044 bash[32620]: cluster 2023-12-07T10:09:10.684924+0000 mgr.a (mgr.24293) 756 : 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-07T10:09:12.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:11 smithi022 bash[28554]: cluster 2023-12-07T10:09:10.684924+0000 mgr.a (mgr.24293) 756 : 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-07T10:09:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:11 smithi027 bash[31536]: cluster 2023-12-07T10:09:10.684924+0000 mgr.a (mgr.24293) 756 : 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-07T10:09:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:13 smithi044 bash[32620]: cluster 2023-12-07T10:09:12.685491+0000 mgr.a (mgr.24293) 757 : 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-07T10:09:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:13 smithi022 bash[28554]: cluster 2023-12-07T10:09:12.685491+0000 mgr.a (mgr.24293) 757 : 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-07T10:09:14.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:14.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:14.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:13 smithi027 bash[31536]: cluster 2023-12-07T10:09:12.685491+0000 mgr.a (mgr.24293) 757 : 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-07T10:09:15.116 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:15.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:15.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:15.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:15.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:15 smithi044 bash[32620]: audit 2023-12-07T10:09:14.586193+0000 mgr.a (mgr.24293) 758 : audit 0 from='client.28578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:15 smithi044 bash[32620]: cluster 2023-12-07T10:09:14.686048+0000 mgr.a (mgr.24293) 759 : 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-07T10:09:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:15 smithi044 bash[32620]: audit 2023-12-07T10:09:15.380164+0000 mon.a (mon.0) 570 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:09:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:15 smithi022 bash[28554]: audit 2023-12-07T10:09:14.586193+0000 mgr.a (mgr.24293) 758 : audit 0 from='client.28578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:15 smithi022 bash[28554]: cluster 2023-12-07T10:09:14.686048+0000 mgr.a (mgr.24293) 759 : 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-07T10:09:16.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:15 smithi022 bash[28554]: audit 2023-12-07T10:09:15.380164+0000 mon.a (mon.0) 570 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:09:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:15 smithi027 bash[31536]: audit 2023-12-07T10:09:14.586193+0000 mgr.a (mgr.24293) 758 : audit 0 from='client.28578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:15 smithi027 bash[31536]: cluster 2023-12-07T10:09:14.686048+0000 mgr.a (mgr.24293) 759 : 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-07T10:09:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:15 smithi027 bash[31536]: audit 2023-12-07T10:09:15.380164+0000 mon.a (mon.0) 570 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:09:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:16 smithi044 bash[32620]: audit 2023-12-07T10:09:16.165769+0000 mon.a (mon.0) 571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:09:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:16 smithi044 bash[32620]: audit 2023-12-07T10:09:16.167791+0000 mon.a (mon.0) 572 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:09:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:16 smithi044 bash[32620]: audit 2023-12-07T10:09:16.177278+0000 mon.a (mon.0) 573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:09:17.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:16 smithi022 bash[28554]: audit 2023-12-07T10:09:16.165769+0000 mon.a (mon.0) 571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:09:17.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:16 smithi022 bash[28554]: audit 2023-12-07T10:09:16.167791+0000 mon.a (mon.0) 572 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:09:17.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:16 smithi022 bash[28554]: audit 2023-12-07T10:09:16.177278+0000 mon.a (mon.0) 573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:09:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:16 smithi027 bash[31536]: audit 2023-12-07T10:09:16.165769+0000 mon.a (mon.0) 571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:09:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:16 smithi027 bash[31536]: audit 2023-12-07T10:09:16.167791+0000 mon.a (mon.0) 572 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:09:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:16 smithi027 bash[31536]: audit 2023-12-07T10:09:16.177278+0000 mon.a (mon.0) 573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:09:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:17 smithi044 bash[32620]: cluster 2023-12-07T10:09:16.686927+0000 mgr.a (mgr.24293) 760 : 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-07T10:09:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:17 smithi022 bash[28554]: cluster 2023-12-07T10:09:16.686927+0000 mgr.a (mgr.24293) 760 : 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-07T10:09:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:17 smithi027 bash[31536]: cluster 2023-12-07T10:09:16.686927+0000 mgr.a (mgr.24293) 760 : 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-07T10:09:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:18 smithi027 bash[31536]: cluster 2023-12-07T10:09:18.687510+0000 mgr.a (mgr.24293) 761 : 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-07T10:09:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:18 smithi044 bash[32620]: cluster 2023-12-07T10:09:18.687510+0000 mgr.a (mgr.24293) 761 : 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-07T10:09:19.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:18 smithi022 bash[28554]: cluster 2023-12-07T10:09:18.687510+0000 mgr.a (mgr.24293) 761 : 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-07T10:09:20.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:20.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:20.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:21.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:21.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:21.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:21.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:21.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:21 smithi044 bash[32620]: audit 2023-12-07T10:09:20.524920+0000 mgr.a (mgr.24293) 762 : audit 0 from='client.28653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:21 smithi044 bash[32620]: cluster 2023-12-07T10:09:20.689353+0000 mgr.a (mgr.24293) 763 : 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-07T10:09:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:21 smithi022 bash[28554]: audit 2023-12-07T10:09:20.524920+0000 mgr.a (mgr.24293) 762 : audit 0 from='client.28653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:22.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:21 smithi022 bash[28554]: cluster 2023-12-07T10:09:20.689353+0000 mgr.a (mgr.24293) 763 : 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-07T10:09:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:21 smithi027 bash[31536]: audit 2023-12-07T10:09:20.524920+0000 mgr.a (mgr.24293) 762 : audit 0 from='client.28653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:21 smithi027 bash[31536]: cluster 2023-12-07T10:09:20.689353+0000 mgr.a (mgr.24293) 763 : 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-07T10:09:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:23 smithi044 bash[32620]: cluster 2023-12-07T10:09:22.690235+0000 mgr.a (mgr.24293) 764 : 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-07T10:09:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:23 smithi022 bash[28554]: cluster 2023-12-07T10:09:22.690235+0000 mgr.a (mgr.24293) 764 : 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-07T10:09:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:23 smithi027 bash[31536]: cluster 2023-12-07T10:09:22.690235+0000 mgr.a (mgr.24293) 764 : 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-07T10:09:26.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:26.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:26.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:25 smithi027 bash[31536]: cluster 2023-12-07T10:09:24.690854+0000 mgr.a (mgr.24293) 765 : 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-07T10:09:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:25 smithi044 bash[32620]: cluster 2023-12-07T10:09:24.690854+0000 mgr.a (mgr.24293) 765 : 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-07T10:09:26.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:25 smithi022 bash[28554]: cluster 2023-12-07T10:09:24.690854+0000 mgr.a (mgr.24293) 765 : 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-07T10:09:27.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:27.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:27.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:27.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:27.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:26 smithi044 bash[32620]: audit 2023-12-07T10:09:26.476854+0000 mgr.a (mgr.24293) 766 : audit 0 from='client.28722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:26 smithi044 bash[32620]: cluster 2023-12-07T10:09:26.691901+0000 mgr.a (mgr.24293) 767 : 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-07T10:09:27.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:26 smithi022 bash[28554]: audit 2023-12-07T10:09:26.476854+0000 mgr.a (mgr.24293) 766 : audit 0 from='client.28722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:27.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:26 smithi022 bash[28554]: cluster 2023-12-07T10:09:26.691901+0000 mgr.a (mgr.24293) 767 : 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-07T10:09:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:26 smithi027 bash[31536]: audit 2023-12-07T10:09:26.476854+0000 mgr.a (mgr.24293) 766 : audit 0 from='client.28722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:26 smithi027 bash[31536]: cluster 2023-12-07T10:09:26.691901+0000 mgr.a (mgr.24293) 767 : 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-07T10:09:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:29 smithi027 bash[31536]: cluster 2023-12-07T10:09:28.692577+0000 mgr.a (mgr.24293) 768 : 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-07T10:09:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:29 smithi044 bash[32620]: cluster 2023-12-07T10:09:28.692577+0000 mgr.a (mgr.24293) 768 : 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-07T10:09:30.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:29 smithi022 bash[28554]: cluster 2023-12-07T10:09:28.692577+0000 mgr.a (mgr.24293) 768 : 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-07T10:09:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:30 smithi044 bash[32620]: cluster 2023-12-07T10:09:30.693395+0000 mgr.a (mgr.24293) 769 : 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-07T10:09:31.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:30 smithi022 bash[28554]: cluster 2023-12-07T10:09:30.693395+0000 mgr.a (mgr.24293) 769 : 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-07T10:09:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:30 smithi027 bash[31536]: cluster 2023-12-07T10:09:30.693395+0000 mgr.a (mgr.24293) 769 : 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-07T10:09:32.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:32.944 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:32.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:32.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:32.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:32.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:33 smithi027 bash[31536]: audit 2023-12-07T10:09:32.422863+0000 mgr.a (mgr.24293) 770 : audit 0 from='client.28800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:33 smithi027 bash[31536]: cluster 2023-12-07T10:09:32.694894+0000 mgr.a (mgr.24293) 771 : 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-07T10:09:34.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:33 smithi044 bash[32620]: audit 2023-12-07T10:09:32.422863+0000 mgr.a (mgr.24293) 770 : audit 0 from='client.28800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:34.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:33 smithi044 bash[32620]: cluster 2023-12-07T10:09:32.694894+0000 mgr.a (mgr.24293) 771 : 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-07T10:09:34.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:33 smithi022 bash[28554]: audit 2023-12-07T10:09:32.422863+0000 mgr.a (mgr.24293) 770 : audit 0 from='client.28800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:34.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:33 smithi022 bash[28554]: cluster 2023-12-07T10:09:32.694894+0000 mgr.a (mgr.24293) 771 : 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-07T10:09:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:35 smithi027 bash[31536]: cluster 2023-12-07T10:09:34.695957+0000 mgr.a (mgr.24293) 772 : 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-07T10:09:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:35 smithi044 bash[32620]: cluster 2023-12-07T10:09:34.695957+0000 mgr.a (mgr.24293) 772 : 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-07T10:09:36.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:35 smithi022 bash[28554]: cluster 2023-12-07T10:09:34.695957+0000 mgr.a (mgr.24293) 772 : 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-07T10:09:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:36 smithi027 bash[31536]: cluster 2023-12-07T10:09:36.696943+0000 mgr.a (mgr.24293) 773 : 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-07T10:09:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:36 smithi044 bash[32620]: cluster 2023-12-07T10:09:36.696943+0000 mgr.a (mgr.24293) 773 : 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-07T10:09:37.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:36 smithi022 bash[28554]: cluster 2023-12-07T10:09:36.696943+0000 mgr.a (mgr.24293) 773 : 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-07T10:09:37.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:37.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:37.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:38.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:38.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:38.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:38.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:38.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:39 smithi027 bash[31536]: audit 2023-12-07T10:09:38.351466+0000 mgr.a (mgr.24293) 774 : audit 0 from='client.28875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:39 smithi027 bash[31536]: cluster 2023-12-07T10:09:38.697780+0000 mgr.a (mgr.24293) 775 : 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-07T10:09:40.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:39 smithi044 bash[32620]: audit 2023-12-07T10:09:38.351466+0000 mgr.a (mgr.24293) 774 : audit 0 from='client.28875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:40.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:39 smithi044 bash[32620]: cluster 2023-12-07T10:09:38.697780+0000 mgr.a (mgr.24293) 775 : 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-07T10:09:40.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:39 smithi022 bash[28554]: audit 2023-12-07T10:09:38.351466+0000 mgr.a (mgr.24293) 774 : audit 0 from='client.28875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:40.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:39 smithi022 bash[28554]: cluster 2023-12-07T10:09:38.697780+0000 mgr.a (mgr.24293) 775 : 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-07T10:09:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:40 smithi044 bash[32620]: cluster 2023-12-07T10:09:40.698711+0000 mgr.a (mgr.24293) 776 : 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-07T10:09:41.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:40 smithi022 bash[28554]: cluster 2023-12-07T10:09:40.698711+0000 mgr.a (mgr.24293) 776 : 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-07T10:09:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:40 smithi027 bash[31536]: cluster 2023-12-07T10:09:40.698711+0000 mgr.a (mgr.24293) 776 : 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-07T10:09:43.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:43.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:43.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:43 smithi027 bash[31536]: cluster 2023-12-07T10:09:42.699293+0000 mgr.a (mgr.24293) 777 : 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-07T10:09:44.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:43 smithi044 bash[32620]: cluster 2023-12-07T10:09:42.699293+0000 mgr.a (mgr.24293) 777 : 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-07T10:09:44.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:43 smithi022 bash[28554]: cluster 2023-12-07T10:09:42.699293+0000 mgr.a (mgr.24293) 777 : 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-07T10:09:44.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:44.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:44.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:44.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:44.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:44 smithi044 bash[32620]: audit 2023-12-07T10:09:44.303215+0000 mgr.a (mgr.24293) 778 : audit 0 from='client.28953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:44 smithi044 bash[32620]: cluster 2023-12-07T10:09:44.700630+0000 mgr.a (mgr.24293) 779 : 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-07T10:09:45.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:44 smithi022 bash[28554]: audit 2023-12-07T10:09:44.303215+0000 mgr.a (mgr.24293) 778 : audit 0 from='client.28953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:45.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:44 smithi022 bash[28554]: cluster 2023-12-07T10:09:44.700630+0000 mgr.a (mgr.24293) 779 : 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-07T10:09:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:44 smithi027 bash[31536]: audit 2023-12-07T10:09:44.303215+0000 mgr.a (mgr.24293) 778 : audit 0 from='client.28953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:44 smithi027 bash[31536]: cluster 2023-12-07T10:09:44.700630+0000 mgr.a (mgr.24293) 779 : 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-07T10:09:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:47 smithi044 bash[32620]: cluster 2023-12-07T10:09:46.701594+0000 mgr.a (mgr.24293) 780 : 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-07T10:09:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:47 smithi022 bash[28554]: cluster 2023-12-07T10:09:46.701594+0000 mgr.a (mgr.24293) 780 : 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-07T10:09:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:47 smithi027 bash[31536]: cluster 2023-12-07T10:09:46.701594+0000 mgr.a (mgr.24293) 780 : 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-07T10:09:49.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:49.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:49.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:49 smithi027 bash[31536]: cluster 2023-12-07T10:09:48.702109+0000 mgr.a (mgr.24293) 781 : 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-07T10:09:50.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:49 smithi044 bash[32620]: cluster 2023-12-07T10:09:48.702109+0000 mgr.a (mgr.24293) 781 : 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-07T10:09:50.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:49 smithi022 bash[28554]: cluster 2023-12-07T10:09:48.702109+0000 mgr.a (mgr.24293) 781 : 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-07T10:09:50.785 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:50.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:50.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:50.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:50.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:51.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:50 smithi027 bash[31536]: audit 2023-12-07T10:09:50.260957+0000 mgr.a (mgr.24293) 782 : audit 0 from='client.29031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:51.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:50 smithi027 bash[31536]: cluster 2023-12-07T10:09:50.702920+0000 mgr.a (mgr.24293) 783 : cluster 0 pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:09:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:50 smithi044 bash[32620]: audit 2023-12-07T10:09:50.260957+0000 mgr.a (mgr.24293) 782 : audit 0 from='client.29031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:50 smithi044 bash[32620]: cluster 2023-12-07T10:09:50.702920+0000 mgr.a (mgr.24293) 783 : cluster 0 pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:09:51.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:50 smithi022 bash[28554]: audit 2023-12-07T10:09:50.260957+0000 mgr.a (mgr.24293) 782 : audit 0 from='client.29031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:51.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:50 smithi022 bash[28554]: cluster 2023-12-07T10:09:50.702920+0000 mgr.a (mgr.24293) 783 : cluster 0 pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:09:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:53 smithi044 bash[32620]: cluster 2023-12-07T10:09:52.703507+0000 mgr.a (mgr.24293) 784 : cluster 0 pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:54.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:53 smithi022 bash[28554]: cluster 2023-12-07T10:09:52.703507+0000 mgr.a (mgr.24293) 784 : cluster 0 pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:53 smithi027 bash[31536]: cluster 2023-12-07T10:09:52.703507+0000 mgr.a (mgr.24293) 784 : cluster 0 pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:55.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:09:55.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:55.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:55 smithi044 bash[32620]: cluster 2023-12-07T10:09:54.704129+0000 mgr.a (mgr.24293) 785 : cluster 0 pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:55 smithi022 bash[28554]: cluster 2023-12-07T10:09:54.704129+0000 mgr.a (mgr.24293) 785 : cluster 0 pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:55 smithi027 bash[31536]: cluster 2023-12-07T10:09:54.704129+0000 mgr.a (mgr.24293) 785 : cluster 0 pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:09:56.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:09:56.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:56.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:56.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:56.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:09:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:57 smithi044 bash[32620]: audit 2023-12-07T10:09:56.189592+0000 mgr.a (mgr.24293) 786 : audit 0 from='client.29109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:57 smithi044 bash[32620]: cluster 2023-12-07T10:09:56.704756+0000 mgr.a (mgr.24293) 787 : 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-07T10:09:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:57 smithi022 bash[28554]: audit 2023-12-07T10:09:56.189592+0000 mgr.a (mgr.24293) 786 : audit 0 from='client.29109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:58.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:57 smithi022 bash[28554]: cluster 2023-12-07T10:09:56.704756+0000 mgr.a (mgr.24293) 787 : 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-07T10:09:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:57 smithi027 bash[31536]: audit 2023-12-07T10:09:56.189592+0000 mgr.a (mgr.24293) 786 : audit 0 from='client.29109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:57 smithi027 bash[31536]: cluster 2023-12-07T10:09:56.704756+0000 mgr.a (mgr.24293) 787 : 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-07T10:09:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:09:58 smithi044 bash[32620]: cluster 2023-12-07T10:09:58.705334+0000 mgr.a (mgr.24293) 788 : 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-07T10:09:59.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:09:58 smithi022 bash[28554]: cluster 2023-12-07T10:09:58.705334+0000 mgr.a (mgr.24293) 788 : 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-07T10:09:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:09:58 smithi027 bash[31536]: cluster 2023-12-07T10:09:58.705334+0000 mgr.a (mgr.24293) 788 : 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-07T10:10:00.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:00 smithi044 bash[32620]: cluster 2023-12-07T10:10:00.000179+0000 mon.a (mon.0) 574 : cluster 1 overall HEALTH_OK 2023-12-07T10:10:00.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:00 smithi022 bash[28554]: cluster 2023-12-07T10:10:00.000179+0000 mon.a (mon.0) 574 : cluster 1 overall HEALTH_OK 2023-12-07T10:10:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:00 smithi027 bash[31536]: cluster 2023-12-07T10:10:00.000179+0000 mon.a (mon.0) 574 : cluster 1 overall HEALTH_OK 2023-12-07T10:10:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:01 smithi044 bash[32620]: cluster 2023-12-07T10:10:00.706133+0000 mgr.a (mgr.24293) 789 : 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-07T10:10:01.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:01 smithi022 bash[28554]: cluster 2023-12-07T10:10:00.706133+0000 mgr.a (mgr.24293) 789 : 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-07T10:10:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:01 smithi027 bash[31536]: cluster 2023-12-07T10:10:00.706133+0000 mgr.a (mgr.24293) 789 : 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-07T10:10:01.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:01.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:01.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:02.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:02.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:02.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:02.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:02.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:03 smithi044 bash[32620]: audit 2023-12-07T10:10:02.136274+0000 mgr.a (mgr.24293) 790 : audit 0 from='client.29181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:03 smithi044 bash[32620]: cluster 2023-12-07T10:10:02.706957+0000 mgr.a (mgr.24293) 791 : cluster 0 pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:03 smithi022 bash[28554]: audit 2023-12-07T10:10:02.136274+0000 mgr.a (mgr.24293) 790 : audit 0 from='client.29181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:03 smithi022 bash[28554]: cluster 2023-12-07T10:10:02.706957+0000 mgr.a (mgr.24293) 791 : cluster 0 pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:03 smithi027 bash[31536]: audit 2023-12-07T10:10:02.136274+0000 mgr.a (mgr.24293) 790 : audit 0 from='client.29181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:03 smithi027 bash[31536]: cluster 2023-12-07T10:10:02.706957+0000 mgr.a (mgr.24293) 791 : cluster 0 pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:05 smithi044 bash[32620]: cluster 2023-12-07T10:10:04.707745+0000 mgr.a (mgr.24293) 792 : cluster 0 pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:06.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:05 smithi022 bash[28554]: cluster 2023-12-07T10:10:04.707745+0000 mgr.a (mgr.24293) 792 : cluster 0 pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:05 smithi027 bash[31536]: cluster 2023-12-07T10:10:04.707745+0000 mgr.a (mgr.24293) 792 : cluster 0 pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:07.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:07.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:07.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:07 smithi044 bash[32620]: cluster 2023-12-07T10:10:06.708553+0000 mgr.a (mgr.24293) 793 : cluster 0 pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:10:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:07 smithi022 bash[28554]: cluster 2023-12-07T10:10:06.708553+0000 mgr.a (mgr.24293) 793 : cluster 0 pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:10:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:07 smithi027 bash[31536]: cluster 2023-12-07T10:10:06.708553+0000 mgr.a (mgr.24293) 793 : cluster 0 pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:10:08.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:08.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:08.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:08.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:08.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:08 smithi044 bash[32620]: audit 2023-12-07T10:10:08.049221+0000 mgr.a (mgr.24293) 794 : audit 0 from='client.29256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:08 smithi044 bash[32620]: cluster 2023-12-07T10:10:08.709260+0000 mgr.a (mgr.24293) 795 : 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-07T10:10:09.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:08 smithi022 bash[28554]: audit 2023-12-07T10:10:08.049221+0000 mgr.a (mgr.24293) 794 : audit 0 from='client.29256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:09.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:08 smithi022 bash[28554]: cluster 2023-12-07T10:10:08.709260+0000 mgr.a (mgr.24293) 795 : 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-07T10:10:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:08 smithi027 bash[31536]: audit 2023-12-07T10:10:08.049221+0000 mgr.a (mgr.24293) 794 : audit 0 from='client.29256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:08 smithi027 bash[31536]: cluster 2023-12-07T10:10:08.709260+0000 mgr.a (mgr.24293) 795 : 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-07T10:10:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:11 smithi044 bash[32620]: cluster 2023-12-07T10:10:10.710053+0000 mgr.a (mgr.24293) 796 : 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-07T10:10:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:11 smithi022 bash[28554]: cluster 2023-12-07T10:10:10.710053+0000 mgr.a (mgr.24293) 796 : 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-07T10:10:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:11 smithi027 bash[31536]: cluster 2023-12-07T10:10:10.710053+0000 mgr.a (mgr.24293) 796 : 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-07T10:10:13.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:13.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:13.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:13 smithi044 bash[32620]: cluster 2023-12-07T10:10:12.710771+0000 mgr.a (mgr.24293) 797 : 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-07T10:10:14.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:13 smithi022 bash[28554]: cluster 2023-12-07T10:10:12.710771+0000 mgr.a (mgr.24293) 797 : 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-07T10:10:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:13 smithi027 bash[31536]: cluster 2023-12-07T10:10:12.710771+0000 mgr.a (mgr.24293) 797 : 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-07T10:10:14.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:14.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:14.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:14.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:14.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:15 smithi044 bash[32620]: audit 2023-12-07T10:10:13.988394+0000 mgr.a (mgr.24293) 798 : audit 0 from='client.29334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:15 smithi044 bash[32620]: cluster 2023-12-07T10:10:14.711532+0000 mgr.a (mgr.24293) 799 : 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-07T10:10:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:15 smithi022 bash[28554]: audit 2023-12-07T10:10:13.988394+0000 mgr.a (mgr.24293) 798 : audit 0 from='client.29334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:15 smithi022 bash[28554]: cluster 2023-12-07T10:10:14.711532+0000 mgr.a (mgr.24293) 799 : 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-07T10:10:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:15 smithi027 bash[31536]: audit 2023-12-07T10:10:13.988394+0000 mgr.a (mgr.24293) 798 : audit 0 from='client.29334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:15 smithi027 bash[31536]: cluster 2023-12-07T10:10:14.711532+0000 mgr.a (mgr.24293) 799 : 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-07T10:10:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:16 smithi044 bash[32620]: audit 2023-12-07T10:10:16.280503+0000 mon.a (mon.0) 575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:10:17.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:16 smithi022 bash[28554]: audit 2023-12-07T10:10:16.280503+0000 mon.a (mon.0) 575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:10:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:16 smithi027 bash[31536]: audit 2023-12-07T10:10:16.280503+0000 mon.a (mon.0) 575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:10:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:17 smithi044 bash[32620]: cluster 2023-12-07T10:10:16.712272+0000 mgr.a (mgr.24293) 800 : 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-07T10:10:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:17 smithi044 bash[32620]: audit 2023-12-07T10:10:17.074290+0000 mon.a (mon.0) 576 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:10:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:17 smithi044 bash[32620]: audit 2023-12-07T10:10:17.076385+0000 mon.a (mon.0) 577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:10:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:17 smithi044 bash[32620]: audit 2023-12-07T10:10:17.086816+0000 mon.a (mon.0) 578 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:10:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:17 smithi022 bash[28554]: cluster 2023-12-07T10:10:16.712272+0000 mgr.a (mgr.24293) 800 : 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-07T10:10:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:17 smithi022 bash[28554]: audit 2023-12-07T10:10:17.074290+0000 mon.a (mon.0) 576 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:10:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:17 smithi022 bash[28554]: audit 2023-12-07T10:10:17.076385+0000 mon.a (mon.0) 577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:10:18.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:17 smithi022 bash[28554]: audit 2023-12-07T10:10:17.086816+0000 mon.a (mon.0) 578 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:10:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:17 smithi027 bash[31536]: cluster 2023-12-07T10:10:16.712272+0000 mgr.a (mgr.24293) 800 : 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-07T10:10:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:17 smithi027 bash[31536]: audit 2023-12-07T10:10:17.074290+0000 mon.a (mon.0) 576 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:10:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:17 smithi027 bash[31536]: audit 2023-12-07T10:10:17.076385+0000 mon.a (mon.0) 577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:10:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:17 smithi027 bash[31536]: audit 2023-12-07T10:10:17.086816+0000 mon.a (mon.0) 578 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:10:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:18 smithi044 bash[32620]: cluster 2023-12-07T10:10:18.712953+0000 mgr.a (mgr.24293) 801 : 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-07T10:10:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:18 smithi022 bash[28554]: cluster 2023-12-07T10:10:18.712953+0000 mgr.a (mgr.24293) 801 : 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-07T10:10:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:18 smithi027 bash[31536]: cluster 2023-12-07T10:10:18.712953+0000 mgr.a (mgr.24293) 801 : 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-07T10:10:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:19.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:20.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:19 smithi044 bash[32620]: audit 2023-12-07T10:10:19.924346+0000 mgr.a (mgr.24293) 802 : audit 0 from='client.29412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:20.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:19 smithi022 bash[28554]: audit 2023-12-07T10:10:19.924346+0000 mgr.a (mgr.24293) 802 : audit 0 from='client.29412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:20.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:20.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:20.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:20.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:20.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:19 smithi027 bash[31536]: audit 2023-12-07T10:10:19.924346+0000 mgr.a (mgr.24293) 802 : audit 0 from='client.29412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:20 smithi044 bash[32620]: cluster 2023-12-07T10:10:20.713861+0000 mgr.a (mgr.24293) 803 : cluster 0 pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:10:21.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:20 smithi022 bash[28554]: cluster 2023-12-07T10:10:20.713861+0000 mgr.a (mgr.24293) 803 : cluster 0 pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:10:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:20 smithi027 bash[31536]: cluster 2023-12-07T10:10:20.713861+0000 mgr.a (mgr.24293) 803 : cluster 0 pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:10:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:23 smithi044 bash[32620]: cluster 2023-12-07T10:10:22.714442+0000 mgr.a (mgr.24293) 804 : cluster 0 pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:23 smithi022 bash[28554]: cluster 2023-12-07T10:10:22.714442+0000 mgr.a (mgr.24293) 804 : cluster 0 pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:23 smithi027 bash[31536]: cluster 2023-12-07T10:10:22.714442+0000 mgr.a (mgr.24293) 804 : cluster 0 pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:25.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:25.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:25.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:25 smithi044 bash[32620]: cluster 2023-12-07T10:10:24.714995+0000 mgr.a (mgr.24293) 805 : cluster 0 pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:25 smithi022 bash[28554]: cluster 2023-12-07T10:10:24.714995+0000 mgr.a (mgr.24293) 805 : cluster 0 pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:25 smithi027 bash[31536]: cluster 2023-12-07T10:10:24.714995+0000 mgr.a (mgr.24293) 805 : cluster 0 pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:10:26.381 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:26.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:26.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:26.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:26.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:26 smithi044 bash[32620]: audit 2023-12-07T10:10:25.860944+0000 mgr.a (mgr.24293) 806 : audit 0 from='client.29487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:26 smithi022 bash[28554]: audit 2023-12-07T10:10:25.860944+0000 mgr.a (mgr.24293) 806 : audit 0 from='client.29487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:26 smithi027 bash[31536]: audit 2023-12-07T10:10:25.860944+0000 mgr.a (mgr.24293) 806 : audit 0 from='client.29487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:27 smithi044 bash[32620]: cluster 2023-12-07T10:10:26.716067+0000 mgr.a (mgr.24293) 807 : 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-07T10:10:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:27 smithi022 bash[28554]: cluster 2023-12-07T10:10:26.716067+0000 mgr.a (mgr.24293) 807 : 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-07T10:10:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:27 smithi027 bash[31536]: cluster 2023-12-07T10:10:26.716067+0000 mgr.a (mgr.24293) 807 : 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-07T10:10:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:28 smithi044 bash[32620]: cluster 2023-12-07T10:10:28.716666+0000 mgr.a (mgr.24293) 808 : 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-07T10:10:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:28 smithi022 bash[28554]: cluster 2023-12-07T10:10:28.716666+0000 mgr.a (mgr.24293) 808 : 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-07T10:10:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:28 smithi027 bash[31536]: cluster 2023-12-07T10:10:28.716666+0000 mgr.a (mgr.24293) 808 : 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-07T10:10:31.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:31.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:31.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:32.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:31 smithi044 bash[32620]: cluster 2023-12-07T10:10:30.717393+0000 mgr.a (mgr.24293) 809 : 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-07T10:10:32.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:31 smithi022 bash[28554]: cluster 2023-12-07T10:10:30.717393+0000 mgr.a (mgr.24293) 809 : 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-07T10:10:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:31 smithi027 bash[31536]: cluster 2023-12-07T10:10:30.717393+0000 mgr.a (mgr.24293) 809 : 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-07T10:10:32.314 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:32.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:32.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:32.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:32.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:33.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:32 smithi044 bash[32620]: audit 2023-12-07T10:10:31.785662+0000 mgr.a (mgr.24293) 810 : audit 0 from='client.29562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:33.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:32 smithi022 bash[28554]: audit 2023-12-07T10:10:31.785662+0000 mgr.a (mgr.24293) 810 : audit 0 from='client.29562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:32 smithi027 bash[31536]: audit 2023-12-07T10:10:31.785662+0000 mgr.a (mgr.24293) 810 : audit 0 from='client.29562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:33 smithi044 bash[32620]: cluster 2023-12-07T10:10:32.718133+0000 mgr.a (mgr.24293) 811 : cluster 0 pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:10:34.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:33 smithi022 bash[28554]: cluster 2023-12-07T10:10:32.718133+0000 mgr.a (mgr.24293) 811 : cluster 0 pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:10:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:33 smithi027 bash[31536]: cluster 2023-12-07T10:10:32.718133+0000 mgr.a (mgr.24293) 811 : cluster 0 pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:10:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:35 smithi044 bash[32620]: cluster 2023-12-07T10:10:34.718683+0000 mgr.a (mgr.24293) 812 : cluster 0 pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:10:36.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:35 smithi022 bash[28554]: cluster 2023-12-07T10:10:34.718683+0000 mgr.a (mgr.24293) 812 : cluster 0 pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:10:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:35 smithi027 bash[31536]: cluster 2023-12-07T10:10:34.718683+0000 mgr.a (mgr.24293) 812 : cluster 0 pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:10:37.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:37.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:37.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:37 smithi044 bash[32620]: cluster 2023-12-07T10:10:36.719500+0000 mgr.a (mgr.24293) 813 : cluster 0 pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:10:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:37 smithi022 bash[28554]: cluster 2023-12-07T10:10:36.719500+0000 mgr.a (mgr.24293) 813 : cluster 0 pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:10:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:37 smithi027 bash[31536]: cluster 2023-12-07T10:10:36.719500+0000 mgr.a (mgr.24293) 813 : cluster 0 pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:10:38.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:38.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:38.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:38.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:38.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:39.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:38 smithi044 bash[32620]: audit 2023-12-07T10:10:37.726984+0000 mgr.a (mgr.24293) 814 : audit 0 from='client.29640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:38 smithi022 bash[28554]: audit 2023-12-07T10:10:37.726984+0000 mgr.a (mgr.24293) 814 : audit 0 from='client.29640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:38 smithi027 bash[31536]: audit 2023-12-07T10:10:37.726984+0000 mgr.a (mgr.24293) 814 : audit 0 from='client.29640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:40.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:39 smithi044 bash[32620]: cluster 2023-12-07T10:10:38.720139+0000 mgr.a (mgr.24293) 815 : 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-07T10:10:40.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:39 smithi022 bash[28554]: cluster 2023-12-07T10:10:38.720139+0000 mgr.a (mgr.24293) 815 : 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-07T10:10:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:39 smithi027 bash[31536]: cluster 2023-12-07T10:10:38.720139+0000 mgr.a (mgr.24293) 815 : 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-07T10:10:42.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:41 smithi044 bash[32620]: cluster 2023-12-07T10:10:40.720950+0000 mgr.a (mgr.24293) 816 : 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-07T10:10:42.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:41 smithi022 bash[28554]: cluster 2023-12-07T10:10:40.720950+0000 mgr.a (mgr.24293) 816 : 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-07T10:10:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:41 smithi027 bash[31536]: cluster 2023-12-07T10:10:40.720950+0000 mgr.a (mgr.24293) 816 : 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-07T10:10:43.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:43.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:43.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:43 smithi044 bash[32620]: cluster 2023-12-07T10:10:42.721531+0000 mgr.a (mgr.24293) 817 : 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-07T10:10:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:43 smithi022 bash[28554]: cluster 2023-12-07T10:10:42.721531+0000 mgr.a (mgr.24293) 817 : 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-07T10:10:44.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:44.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:44.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:44.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:44.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:43 smithi027 bash[31536]: cluster 2023-12-07T10:10:42.721531+0000 mgr.a (mgr.24293) 817 : 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-07T10:10:45.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:44 smithi044 bash[32620]: audit 2023-12-07T10:10:43.660722+0000 mgr.a (mgr.24293) 818 : audit 0 from='client.29712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:45.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:44 smithi022 bash[28554]: audit 2023-12-07T10:10:43.660722+0000 mgr.a (mgr.24293) 818 : audit 0 from='client.29712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:44 smithi027 bash[31536]: audit 2023-12-07T10:10:43.660722+0000 mgr.a (mgr.24293) 818 : audit 0 from='client.29712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:45 smithi044 bash[32620]: cluster 2023-12-07T10:10:44.722192+0000 mgr.a (mgr.24293) 819 : 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-07T10:10:46.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:45 smithi022 bash[28554]: cluster 2023-12-07T10:10:44.722192+0000 mgr.a (mgr.24293) 819 : 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-07T10:10:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:45 smithi027 bash[31536]: cluster 2023-12-07T10:10:44.722192+0000 mgr.a (mgr.24293) 819 : 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-07T10:10:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:47 smithi044 bash[32620]: cluster 2023-12-07T10:10:46.722975+0000 mgr.a (mgr.24293) 820 : 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-07T10:10:48.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:47 smithi022 bash[28554]: cluster 2023-12-07T10:10:46.722975+0000 mgr.a (mgr.24293) 820 : 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-07T10:10:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:47 smithi027 bash[31536]: cluster 2023-12-07T10:10:46.722975+0000 mgr.a (mgr.24293) 820 : 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-07T10:10:49.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:49.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:49.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:48 smithi044 bash[32620]: cluster 2023-12-07T10:10:48.723566+0000 mgr.a (mgr.24293) 821 : 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-07T10:10:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:48 smithi022 bash[28554]: cluster 2023-12-07T10:10:48.723566+0000 mgr.a (mgr.24293) 821 : 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-07T10:10:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:48 smithi027 bash[31536]: cluster 2023-12-07T10:10:48.723566+0000 mgr.a (mgr.24293) 821 : 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-07T10:10:50.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:50.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:50.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:50.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:50.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:50.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:49 smithi044 bash[32620]: audit 2023-12-07T10:10:49.601872+0000 mgr.a (mgr.24293) 822 : audit 0 from='client.29790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:50.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:49 smithi022 bash[28554]: audit 2023-12-07T10:10:49.601872+0000 mgr.a (mgr.24293) 822 : audit 0 from='client.29790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:49 smithi027 bash[31536]: audit 2023-12-07T10:10:49.601872+0000 mgr.a (mgr.24293) 822 : audit 0 from='client.29790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:50 smithi044 bash[32620]: cluster 2023-12-07T10:10:50.724408+0000 mgr.a (mgr.24293) 823 : 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-07T10:10:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:50 smithi022 bash[28554]: cluster 2023-12-07T10:10:50.724408+0000 mgr.a (mgr.24293) 823 : 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-07T10:10:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:50 smithi027 bash[31536]: cluster 2023-12-07T10:10:50.724408+0000 mgr.a (mgr.24293) 823 : 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-07T10:10:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:53 smithi044 bash[32620]: cluster 2023-12-07T10:10:52.724983+0000 mgr.a (mgr.24293) 824 : 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-07T10:10:54.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:53 smithi022 bash[28554]: cluster 2023-12-07T10:10:52.724983+0000 mgr.a (mgr.24293) 824 : 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-07T10:10:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:53 smithi027 bash[31536]: cluster 2023-12-07T10:10:52.724983+0000 mgr.a (mgr.24293) 824 : 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-07T10:10:55.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:10:55.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:55.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:56.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:10:56.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:56.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:56.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:56.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:10:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:55 smithi044 bash[32620]: cluster 2023-12-07T10:10:54.725634+0000 mgr.a (mgr.24293) 825 : 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-07T10:10:56.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:55 smithi022 bash[28554]: cluster 2023-12-07T10:10:54.725634+0000 mgr.a (mgr.24293) 825 : 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-07T10:10:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:55 smithi027 bash[31536]: cluster 2023-12-07T10:10:54.725634+0000 mgr.a (mgr.24293) 825 : 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-07T10:10:57.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:56 smithi044 bash[32620]: audit 2023-12-07T10:10:55.551952+0000 mgr.a (mgr.24293) 826 : audit 0 from='client.29868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:57.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:56 smithi022 bash[28554]: audit 2023-12-07T10:10:55.551952+0000 mgr.a (mgr.24293) 826 : audit 0 from='client.29868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:56 smithi027 bash[31536]: audit 2023-12-07T10:10:55.551952+0000 mgr.a (mgr.24293) 826 : audit 0 from='client.29868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:57 smithi044 bash[32620]: cluster 2023-12-07T10:10:56.726638+0000 mgr.a (mgr.24293) 827 : cluster 0 pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:57 smithi022 bash[28554]: cluster 2023-12-07T10:10:56.726638+0000 mgr.a (mgr.24293) 827 : cluster 0 pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:57 smithi027 bash[31536]: cluster 2023-12-07T10:10:56.726638+0000 mgr.a (mgr.24293) 827 : cluster 0 pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:10:58 smithi044 bash[32620]: cluster 2023-12-07T10:10:58.727227+0000 mgr.a (mgr.24293) 828 : cluster 0 pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:10:58 smithi022 bash[28554]: cluster 2023-12-07T10:10:58.727227+0000 mgr.a (mgr.24293) 828 : cluster 0 pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:10:58 smithi027 bash[31536]: cluster 2023-12-07T10:10:58.727227+0000 mgr.a (mgr.24293) 828 : cluster 0 pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:01.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:01.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:01.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:01.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:01.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:01.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:01.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:01.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:01 smithi044 bash[32620]: cluster 2023-12-07T10:11:00.727998+0000 mgr.a (mgr.24293) 829 : 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-07T10:11:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:01 smithi022 bash[28554]: cluster 2023-12-07T10:11:00.727998+0000 mgr.a (mgr.24293) 829 : 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-07T10:11:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:01 smithi027 bash[31536]: cluster 2023-12-07T10:11:00.727998+0000 mgr.a (mgr.24293) 829 : 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-07T10:11:03.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:02 smithi044 bash[32620]: audit 2023-12-07T10:11:01.480204+0000 mgr.a (mgr.24293) 830 : audit 0 from='client.29940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:03.201 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:02 smithi022 bash[28554]: audit 2023-12-07T10:11:01.480204+0000 mgr.a (mgr.24293) 830 : audit 0 from='client.29940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:02 smithi027 bash[31536]: audit 2023-12-07T10:11:01.480204+0000 mgr.a (mgr.24293) 830 : audit 0 from='client.29940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:03 smithi044 bash[32620]: cluster 2023-12-07T10:11:02.728636+0000 mgr.a (mgr.24293) 831 : 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-07T10:11:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:03 smithi022 bash[28554]: cluster 2023-12-07T10:11:02.728636+0000 mgr.a (mgr.24293) 831 : 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-07T10:11:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:03 smithi027 bash[31536]: cluster 2023-12-07T10:11:02.728636+0000 mgr.a (mgr.24293) 831 : 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-07T10:11:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:05 smithi044 bash[32620]: cluster 2023-12-07T10:11:04.729223+0000 mgr.a (mgr.24293) 832 : 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-07T10:11:06.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:05 smithi022 bash[28554]: cluster 2023-12-07T10:11:04.729223+0000 mgr.a (mgr.24293) 832 : 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-07T10:11:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:05 smithi027 bash[31536]: cluster 2023-12-07T10:11:04.729223+0000 mgr.a (mgr.24293) 832 : 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-07T10:11:06.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:06.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:06.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:07.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:07.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:07.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:07.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:07.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:07 smithi044 bash[32620]: cluster 2023-12-07T10:11:06.730060+0000 mgr.a (mgr.24293) 833 : 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-07T10:11:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:07 smithi022 bash[28554]: cluster 2023-12-07T10:11:06.730060+0000 mgr.a (mgr.24293) 833 : 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-07T10:11:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:07 smithi027 bash[31536]: cluster 2023-12-07T10:11:06.730060+0000 mgr.a (mgr.24293) 833 : 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-07T10:11:09.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:08 smithi044 bash[32620]: audit 2023-12-07T10:11:07.402015+0000 mgr.a (mgr.24293) 834 : audit 0 from='client.30018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:09.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:08 smithi022 bash[28554]: audit 2023-12-07T10:11:07.402015+0000 mgr.a (mgr.24293) 834 : audit 0 from='client.30018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:08 smithi027 bash[31536]: audit 2023-12-07T10:11:07.402015+0000 mgr.a (mgr.24293) 834 : audit 0 from='client.30018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:10.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:09 smithi044 bash[32620]: cluster 2023-12-07T10:11:08.730715+0000 mgr.a (mgr.24293) 835 : cluster 0 pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:10.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:09 smithi022 bash[28554]: cluster 2023-12-07T10:11:08.730715+0000 mgr.a (mgr.24293) 835 : cluster 0 pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:09 smithi027 bash[31536]: cluster 2023-12-07T10:11:08.730715+0000 mgr.a (mgr.24293) 835 : cluster 0 pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:11 smithi044 bash[32620]: cluster 2023-12-07T10:11:10.731489+0000 mgr.a (mgr.24293) 836 : cluster 0 pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:11 smithi022 bash[28554]: cluster 2023-12-07T10:11:10.731489+0000 mgr.a (mgr.24293) 836 : cluster 0 pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:11 smithi027 bash[31536]: cluster 2023-12-07T10:11:10.731489+0000 mgr.a (mgr.24293) 836 : cluster 0 pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:12.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:12.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:12.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:13.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:13.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:13.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:13.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:13.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:13 smithi044 bash[32620]: cluster 2023-12-07T10:11:12.732030+0000 mgr.a (mgr.24293) 837 : 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-07T10:11:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:13 smithi022 bash[28554]: cluster 2023-12-07T10:11:12.732030+0000 mgr.a (mgr.24293) 837 : 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-07T10:11:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:13 smithi027 bash[31536]: cluster 2023-12-07T10:11:12.732030+0000 mgr.a (mgr.24293) 837 : 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-07T10:11:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:14 smithi044 bash[32620]: audit 2023-12-07T10:11:13.349505+0000 mgr.a (mgr.24293) 838 : audit 0 from='client.30093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:15.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:14 smithi022 bash[28554]: audit 2023-12-07T10:11:13.349505+0000 mgr.a (mgr.24293) 838 : audit 0 from='client.30093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:14 smithi027 bash[31536]: audit 2023-12-07T10:11:13.349505+0000 mgr.a (mgr.24293) 838 : audit 0 from='client.30093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:15 smithi044 bash[32620]: cluster 2023-12-07T10:11:14.732650+0000 mgr.a (mgr.24293) 839 : 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-07T10:11:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:15 smithi022 bash[28554]: cluster 2023-12-07T10:11:14.732650+0000 mgr.a (mgr.24293) 839 : 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-07T10:11:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:15 smithi027 bash[31536]: cluster 2023-12-07T10:11:14.732650+0000 mgr.a (mgr.24293) 839 : 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-07T10:11:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:17 smithi044 bash[32620]: cluster 2023-12-07T10:11:16.733405+0000 mgr.a (mgr.24293) 840 : 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-07T10:11:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:17 smithi044 bash[32620]: audit 2023-12-07T10:11:17.189683+0000 mon.a (mon.0) 579 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:11:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:17 smithi022 bash[28554]: cluster 2023-12-07T10:11:16.733405+0000 mgr.a (mgr.24293) 840 : 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-07T10:11:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:17 smithi022 bash[28554]: audit 2023-12-07T10:11:17.189683+0000 mon.a (mon.0) 579 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:11:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:17 smithi027 bash[31536]: cluster 2023-12-07T10:11:16.733405+0000 mgr.a (mgr.24293) 840 : 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-07T10:11:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:17 smithi027 bash[31536]: audit 2023-12-07T10:11:17.189683+0000 mon.a (mon.0) 579 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:11:18.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:18.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:18.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:18 smithi044 bash[32620]: cluster 2023-12-07T10:11:18.733986+0000 mgr.a (mgr.24293) 841 : 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-07T10:11:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:18 smithi022 bash[28554]: cluster 2023-12-07T10:11:18.733986+0000 mgr.a (mgr.24293) 841 : 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-07T10:11:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:18 smithi027 bash[31536]: cluster 2023-12-07T10:11:18.733986+0000 mgr.a (mgr.24293) 841 : 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-07T10:11:19.824 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:19.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:19.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:19.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:19.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:20.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:19 smithi044 bash[32620]: audit 2023-12-07T10:11:19.300064+0000 mgr.a (mgr.24293) 842 : audit 0 from='client.30171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:20.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:19 smithi022 bash[28554]: audit 2023-12-07T10:11:19.300064+0000 mgr.a (mgr.24293) 842 : audit 0 from='client.30171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:19 smithi027 bash[31536]: audit 2023-12-07T10:11:19.300064+0000 mgr.a (mgr.24293) 842 : audit 0 from='client.30171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:20 smithi044 bash[32620]: cluster 2023-12-07T10:11:20.734857+0000 mgr.a (mgr.24293) 843 : 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-07T10:11:21.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:20 smithi022 bash[28554]: cluster 2023-12-07T10:11:20.734857+0000 mgr.a (mgr.24293) 843 : 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-07T10:11:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:20 smithi027 bash[31536]: cluster 2023-12-07T10:11:20.734857+0000 mgr.a (mgr.24293) 843 : 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-07T10:11:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:22.534679+0000 mon.a (mon.0) 580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:22.542814+0000 mon.a (mon.0) 581 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:22.584851+0000 mon.a (mon.0) 582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:22.590088+0000 mon.a (mon.0) 583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:22.594482+0000 mon.a (mon.0) 584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:22.599746+0000 mon.a (mon.0) 585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: cluster 2023-12-07T10:11:22.735431+0000 mgr.a (mgr.24293) 844 : 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-07T10:11:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:23.319642+0000 mon.a (mon.0) 586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:23.321709+0000 mon.a (mon.0) 587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:23 smithi044 bash[32620]: audit 2023-12-07T10:11:23.331117+0000 mon.a (mon.0) 588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:22.534679+0000 mon.a (mon.0) 580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:22.542814+0000 mon.a (mon.0) 581 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:22.584851+0000 mon.a (mon.0) 582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:22.590088+0000 mon.a (mon.0) 583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:22.594482+0000 mon.a (mon.0) 584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:22.599746+0000 mon.a (mon.0) 585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: cluster 2023-12-07T10:11:22.735431+0000 mgr.a (mgr.24293) 844 : 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-07T10:11:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:23.319642+0000 mon.a (mon.0) 586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:11:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:23.321709+0000 mon.a (mon.0) 587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:11:23.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:23 smithi022 bash[28554]: audit 2023-12-07T10:11:23.331117+0000 mon.a (mon.0) 588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:22.534679+0000 mon.a (mon.0) 580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:22.542814+0000 mon.a (mon.0) 581 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:22.584851+0000 mon.a (mon.0) 582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:22.590088+0000 mon.a (mon.0) 583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:22.594482+0000 mon.a (mon.0) 584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:22.599746+0000 mon.a (mon.0) 585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: cluster 2023-12-07T10:11:22.735431+0000 mgr.a (mgr.24293) 844 : 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-07T10:11:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:23.319642+0000 mon.a (mon.0) 586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:11:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:23.321709+0000 mon.a (mon.0) 587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:11:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:23 smithi027 bash[31536]: audit 2023-12-07T10:11:23.331117+0000 mon.a (mon.0) 588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:11:24.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:24.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:24.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:25.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:25.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:25.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:25.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:25.751 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:25 smithi044 bash[32620]: cluster 2023-12-07T10:11:24.735948+0000 mgr.a (mgr.24293) 845 : 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-07T10:11:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:25 smithi022 bash[28554]: cluster 2023-12-07T10:11:24.735948+0000 mgr.a (mgr.24293) 845 : 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-07T10:11:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:25 smithi027 bash[31536]: cluster 2023-12-07T10:11:24.735948+0000 mgr.a (mgr.24293) 845 : 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-07T10:11:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:26 smithi044 bash[32620]: audit 2023-12-07T10:11:25.226574+0000 mgr.a (mgr.24293) 846 : audit 0 from='client.30243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:26 smithi022 bash[28554]: audit 2023-12-07T10:11:25.226574+0000 mgr.a (mgr.24293) 846 : audit 0 from='client.30243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:26 smithi027 bash[31536]: audit 2023-12-07T10:11:25.226574+0000 mgr.a (mgr.24293) 846 : audit 0 from='client.30243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:27 smithi044 bash[32620]: cluster 2023-12-07T10:11:26.736840+0000 mgr.a (mgr.24293) 847 : cluster 0 pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:11:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:27 smithi022 bash[28554]: cluster 2023-12-07T10:11:26.736840+0000 mgr.a (mgr.24293) 847 : cluster 0 pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:11:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:27 smithi027 bash[31536]: cluster 2023-12-07T10:11:26.736840+0000 mgr.a (mgr.24293) 847 : cluster 0 pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:11:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:28 smithi044 bash[32620]: cluster 2023-12-07T10:11:28.737424+0000 mgr.a (mgr.24293) 848 : cluster 0 pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:11:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:28 smithi022 bash[28554]: cluster 2023-12-07T10:11:28.737424+0000 mgr.a (mgr.24293) 848 : cluster 0 pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:11:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:28 smithi027 bash[31536]: cluster 2023-12-07T10:11:28.737424+0000 mgr.a (mgr.24293) 848 : cluster 0 pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:11:30.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:30.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:30.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:31.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:31.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:32.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:31 smithi044 bash[32620]: cluster 2023-12-07T10:11:30.738169+0000 mgr.a (mgr.24293) 849 : 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-07T10:11:32.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:31 smithi022 bash[28554]: cluster 2023-12-07T10:11:30.738169+0000 mgr.a (mgr.24293) 849 : 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-07T10:11:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:31 smithi027 bash[31536]: cluster 2023-12-07T10:11:30.738169+0000 mgr.a (mgr.24293) 849 : 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-07T10:11:33.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:32 smithi044 bash[32620]: audit 2023-12-07T10:11:31.159778+0000 mgr.a (mgr.24293) 850 : audit 0 from='client.30318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:33.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:32 smithi022 bash[28554]: audit 2023-12-07T10:11:31.159778+0000 mgr.a (mgr.24293) 850 : audit 0 from='client.30318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:32 smithi027 bash[31536]: audit 2023-12-07T10:11:31.159778+0000 mgr.a (mgr.24293) 850 : audit 0 from='client.30318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:33 smithi044 bash[32620]: cluster 2023-12-07T10:11:32.738820+0000 mgr.a (mgr.24293) 851 : cluster 0 pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:34.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:33 smithi022 bash[28554]: cluster 2023-12-07T10:11:32.738820+0000 mgr.a (mgr.24293) 851 : cluster 0 pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:33 smithi027 bash[31536]: cluster 2023-12-07T10:11:32.738820+0000 mgr.a (mgr.24293) 851 : cluster 0 pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:35 smithi044 bash[32620]: cluster 2023-12-07T10:11:34.739386+0000 mgr.a (mgr.24293) 852 : cluster 0 pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:36.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:35 smithi022 bash[28554]: cluster 2023-12-07T10:11:34.739386+0000 mgr.a (mgr.24293) 852 : cluster 0 pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:35 smithi027 bash[31536]: cluster 2023-12-07T10:11:34.739386+0000 mgr.a (mgr.24293) 852 : cluster 0 pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:36.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:36.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:36.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:37.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:37.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:37.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:37.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:37.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:37 smithi044 bash[32620]: cluster 2023-12-07T10:11:36.740234+0000 mgr.a (mgr.24293) 853 : 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-07T10:11:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:37 smithi022 bash[28554]: cluster 2023-12-07T10:11:36.740234+0000 mgr.a (mgr.24293) 853 : 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-07T10:11:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:37 smithi027 bash[31536]: cluster 2023-12-07T10:11:36.740234+0000 mgr.a (mgr.24293) 853 : 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-07T10:11:39.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:38 smithi044 bash[32620]: audit 2023-12-07T10:11:37.112967+0000 mgr.a (mgr.24293) 854 : audit 0 from='client.30396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:38 smithi022 bash[28554]: audit 2023-12-07T10:11:37.112967+0000 mgr.a (mgr.24293) 854 : audit 0 from='client.30396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:38 smithi027 bash[31536]: audit 2023-12-07T10:11:37.112967+0000 mgr.a (mgr.24293) 854 : audit 0 from='client.30396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:40.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:39 smithi044 bash[32620]: cluster 2023-12-07T10:11:38.740990+0000 mgr.a (mgr.24293) 855 : cluster 0 pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:40.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:39 smithi022 bash[28554]: cluster 2023-12-07T10:11:38.740990+0000 mgr.a (mgr.24293) 855 : cluster 0 pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:39 smithi027 bash[31536]: cluster 2023-12-07T10:11:38.740990+0000 mgr.a (mgr.24293) 855 : cluster 0 pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:42.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:41 smithi044 bash[32620]: cluster 2023-12-07T10:11:40.741801+0000 mgr.a (mgr.24293) 856 : cluster 0 pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:11:42.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:41 smithi022 bash[28554]: cluster 2023-12-07T10:11:40.741801+0000 mgr.a (mgr.24293) 856 : cluster 0 pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:11:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:41 smithi027 bash[31536]: cluster 2023-12-07T10:11:40.741801+0000 mgr.a (mgr.24293) 856 : cluster 0 pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:11:42.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:42.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:42.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:43.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:43.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:43.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:43.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:43.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:43 smithi044 bash[32620]: cluster 2023-12-07T10:11:42.742161+0000 mgr.a (mgr.24293) 857 : 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-07T10:11:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:43 smithi022 bash[28554]: cluster 2023-12-07T10:11:42.742161+0000 mgr.a (mgr.24293) 857 : 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-07T10:11:44.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:43 smithi027 bash[31536]: cluster 2023-12-07T10:11:42.742161+0000 mgr.a (mgr.24293) 857 : 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-07T10:11:45.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:44 smithi044 bash[32620]: audit 2023-12-07T10:11:43.043192+0000 mgr.a (mgr.24293) 858 : audit 0 from='client.30471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:45.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:44 smithi022 bash[28554]: audit 2023-12-07T10:11:43.043192+0000 mgr.a (mgr.24293) 858 : audit 0 from='client.30471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:44 smithi027 bash[31536]: audit 2023-12-07T10:11:43.043192+0000 mgr.a (mgr.24293) 858 : audit 0 from='client.30471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:45 smithi044 bash[32620]: cluster 2023-12-07T10:11:44.742799+0000 mgr.a (mgr.24293) 859 : 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-07T10:11:46.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:45 smithi022 bash[28554]: cluster 2023-12-07T10:11:44.742799+0000 mgr.a (mgr.24293) 859 : 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-07T10:11:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:45 smithi027 bash[31536]: cluster 2023-12-07T10:11:44.742799+0000 mgr.a (mgr.24293) 859 : 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-07T10:11:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:47 smithi044 bash[32620]: cluster 2023-12-07T10:11:46.743674+0000 mgr.a (mgr.24293) 860 : 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-07T10:11:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:47 smithi022 bash[28554]: cluster 2023-12-07T10:11:46.743674+0000 mgr.a (mgr.24293) 860 : 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-07T10:11:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:47 smithi027 bash[31536]: cluster 2023-12-07T10:11:46.743674+0000 mgr.a (mgr.24293) 860 : 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-07T10:11:48.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:48.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:48.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:48 smithi044 bash[32620]: cluster 2023-12-07T10:11:48.744227+0000 mgr.a (mgr.24293) 861 : 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-07T10:11:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:48 smithi022 bash[28554]: cluster 2023-12-07T10:11:48.744227+0000 mgr.a (mgr.24293) 861 : 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-07T10:11:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:48 smithi027 bash[31536]: cluster 2023-12-07T10:11:48.744227+0000 mgr.a (mgr.24293) 861 : 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-07T10:11:49.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:49.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:49.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:49.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:50.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:49 smithi044 bash[32620]: audit 2023-12-07T10:11:48.970612+0000 mgr.a (mgr.24293) 862 : audit 0 from='client.30549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:50.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:49 smithi022 bash[28554]: audit 2023-12-07T10:11:48.970612+0000 mgr.a (mgr.24293) 862 : audit 0 from='client.30549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:49 smithi027 bash[31536]: audit 2023-12-07T10:11:48.970612+0000 mgr.a (mgr.24293) 862 : audit 0 from='client.30549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:51 smithi044 bash[32620]: cluster 2023-12-07T10:11:50.745118+0000 mgr.a (mgr.24293) 863 : 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-07T10:11:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:50 smithi022 bash[28554]: cluster 2023-12-07T10:11:50.745118+0000 mgr.a (mgr.24293) 863 : 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-07T10:11:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:51 smithi027 bash[31536]: cluster 2023-12-07T10:11:50.745118+0000 mgr.a (mgr.24293) 863 : 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-07T10:11:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:53 smithi044 bash[32620]: cluster 2023-12-07T10:11:52.745695+0000 mgr.a (mgr.24293) 864 : 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-07T10:11:54.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:53 smithi022 bash[28554]: cluster 2023-12-07T10:11:52.745695+0000 mgr.a (mgr.24293) 864 : 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-07T10:11:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:53 smithi027 bash[31536]: cluster 2023-12-07T10:11:52.745695+0000 mgr.a (mgr.24293) 864 : 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-07T10:11:54.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:11:54.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:54.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:55.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:11:55.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:55.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:55.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:55.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:11:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:55 smithi044 bash[32620]: cluster 2023-12-07T10:11:54.746245+0000 mgr.a (mgr.24293) 865 : 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-07T10:11:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:55 smithi044 bash[32620]: audit 2023-12-07T10:11:54.911315+0000 mgr.a (mgr.24293) 866 : audit 0 from='client.30627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:56.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:55 smithi022 bash[28554]: cluster 2023-12-07T10:11:54.746245+0000 mgr.a (mgr.24293) 865 : 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-07T10:11:56.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:55 smithi022 bash[28554]: audit 2023-12-07T10:11:54.911315+0000 mgr.a (mgr.24293) 866 : audit 0 from='client.30627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:55 smithi027 bash[31536]: cluster 2023-12-07T10:11:54.746245+0000 mgr.a (mgr.24293) 865 : 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-07T10:11:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:55 smithi027 bash[31536]: audit 2023-12-07T10:11:54.911315+0000 mgr.a (mgr.24293) 866 : audit 0 from='client.30627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:57 smithi044 bash[32620]: cluster 2023-12-07T10:11:56.747194+0000 mgr.a (mgr.24293) 867 : cluster 0 pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:11:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:57 smithi022 bash[28554]: cluster 2023-12-07T10:11:56.747194+0000 mgr.a (mgr.24293) 867 : cluster 0 pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:11:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:57 smithi027 bash[31536]: cluster 2023-12-07T10:11:56.747194+0000 mgr.a (mgr.24293) 867 : cluster 0 pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:11:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:11:58 smithi044 bash[32620]: cluster 2023-12-07T10:11:58.747773+0000 mgr.a (mgr.24293) 868 : cluster 0 pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:11:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:11:58 smithi022 bash[28554]: cluster 2023-12-07T10:11:58.747773+0000 mgr.a (mgr.24293) 868 : cluster 0 pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:11:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:11:58 smithi027 bash[31536]: cluster 2023-12-07T10:11:58.747773+0000 mgr.a (mgr.24293) 868 : cluster 0 pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:12:00.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:00.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:00.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:01.346 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:01.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:01.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:01.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:01.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:01 smithi044 bash[32620]: cluster 2023-12-07T10:12:00.748478+0000 mgr.a (mgr.24293) 869 : cluster 0 pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:01 smithi044 bash[32620]: audit 2023-12-07T10:12:00.848501+0000 mgr.a (mgr.24293) 870 : audit 0 from='client.30699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:01 smithi022 bash[28554]: cluster 2023-12-07T10:12:00.748478+0000 mgr.a (mgr.24293) 869 : cluster 0 pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:01 smithi022 bash[28554]: audit 2023-12-07T10:12:00.848501+0000 mgr.a (mgr.24293) 870 : audit 0 from='client.30699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:01 smithi027 bash[31536]: cluster 2023-12-07T10:12:00.748478+0000 mgr.a (mgr.24293) 869 : cluster 0 pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:01 smithi027 bash[31536]: audit 2023-12-07T10:12:00.848501+0000 mgr.a (mgr.24293) 870 : audit 0 from='client.30699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:03 smithi044 bash[32620]: cluster 2023-12-07T10:12:02.749155+0000 mgr.a (mgr.24293) 871 : cluster 0 pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:03 smithi022 bash[28554]: cluster 2023-12-07T10:12:02.749155+0000 mgr.a (mgr.24293) 871 : cluster 0 pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:03 smithi027 bash[31536]: cluster 2023-12-07T10:12:02.749155+0000 mgr.a (mgr.24293) 871 : cluster 0 pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:05 smithi044 bash[32620]: cluster 2023-12-07T10:12:04.749840+0000 mgr.a (mgr.24293) 872 : cluster 0 pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:06.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:05 smithi022 bash[28554]: cluster 2023-12-07T10:12:04.749840+0000 mgr.a (mgr.24293) 872 : cluster 0 pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:05 smithi027 bash[31536]: cluster 2023-12-07T10:12:04.749840+0000 mgr.a (mgr.24293) 872 : cluster 0 pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:06.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:06.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:06.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:07.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:07.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:07.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:07.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:07.267 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:07 smithi044 bash[32620]: cluster 2023-12-07T10:12:06.750623+0000 mgr.a (mgr.24293) 873 : 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-07T10:12:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:07 smithi044 bash[32620]: audit 2023-12-07T10:12:06.751512+0000 mgr.a (mgr.24293) 874 : audit 0 from='client.30774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:07 smithi022 bash[28554]: cluster 2023-12-07T10:12:06.750623+0000 mgr.a (mgr.24293) 873 : 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-07T10:12:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:07 smithi022 bash[28554]: audit 2023-12-07T10:12:06.751512+0000 mgr.a (mgr.24293) 874 : audit 0 from='client.30774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:07 smithi027 bash[31536]: cluster 2023-12-07T10:12:06.750623+0000 mgr.a (mgr.24293) 873 : 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-07T10:12:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:07 smithi027 bash[31536]: audit 2023-12-07T10:12:06.751512+0000 mgr.a (mgr.24293) 874 : audit 0 from='client.30774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:08 smithi044 bash[32620]: cluster 2023-12-07T10:12:08.751346+0000 mgr.a (mgr.24293) 875 : cluster 0 pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:12:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:08 smithi022 bash[28554]: cluster 2023-12-07T10:12:08.751346+0000 mgr.a (mgr.24293) 875 : cluster 0 pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:12:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:08 smithi027 bash[31536]: cluster 2023-12-07T10:12:08.751346+0000 mgr.a (mgr.24293) 875 : cluster 0 pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:12:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:11 smithi044 bash[32620]: cluster 2023-12-07T10:12:10.752116+0000 mgr.a (mgr.24293) 876 : cluster 0 pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:12:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:11 smithi022 bash[28554]: cluster 2023-12-07T10:12:10.752116+0000 mgr.a (mgr.24293) 876 : cluster 0 pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:12:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:11 smithi027 bash[31536]: cluster 2023-12-07T10:12:10.752116+0000 mgr.a (mgr.24293) 876 : cluster 0 pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:12:12.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:12.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:12.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:13.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:13.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:13.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:13.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:13.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:13 smithi044 bash[32620]: audit 2023-12-07T10:12:12.674123+0000 mgr.a (mgr.24293) 877 : audit 0 from='client.30846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:13 smithi044 bash[32620]: cluster 2023-12-07T10:12:12.752701+0000 mgr.a (mgr.24293) 878 : cluster 0 pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:14.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:13 smithi022 bash[28554]: audit 2023-12-07T10:12:12.674123+0000 mgr.a (mgr.24293) 877 : audit 0 from='client.30846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:14.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:13 smithi022 bash[28554]: cluster 2023-12-07T10:12:12.752701+0000 mgr.a (mgr.24293) 878 : cluster 0 pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:13 smithi027 bash[31536]: audit 2023-12-07T10:12:12.674123+0000 mgr.a (mgr.24293) 877 : audit 0 from='client.30846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:13 smithi027 bash[31536]: cluster 2023-12-07T10:12:12.752701+0000 mgr.a (mgr.24293) 878 : cluster 0 pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:15 smithi044 bash[32620]: cluster 2023-12-07T10:12:14.753406+0000 mgr.a (mgr.24293) 879 : cluster 0 pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:15 smithi022 bash[28554]: cluster 2023-12-07T10:12:14.753406+0000 mgr.a (mgr.24293) 879 : cluster 0 pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:15 smithi027 bash[31536]: cluster 2023-12-07T10:12:14.753406+0000 mgr.a (mgr.24293) 879 : cluster 0 pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:17 smithi044 bash[32620]: cluster 2023-12-07T10:12:16.754225+0000 mgr.a (mgr.24293) 880 : cluster 0 pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:17 smithi022 bash[28554]: cluster 2023-12-07T10:12:16.754225+0000 mgr.a (mgr.24293) 880 : cluster 0 pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:18.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:18.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:18.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:17 smithi027 bash[31536]: cluster 2023-12-07T10:12:16.754225+0000 mgr.a (mgr.24293) 880 : cluster 0 pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:19.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:19.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:19.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:19.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:19.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:19 smithi044 bash[32620]: audit 2023-12-07T10:12:18.591440+0000 mgr.a (mgr.24293) 881 : audit 0 from='client.30918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:19 smithi044 bash[32620]: cluster 2023-12-07T10:12:18.755086+0000 mgr.a (mgr.24293) 882 : 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-07T10:12:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:18 smithi022 bash[28554]: audit 2023-12-07T10:12:18.591440+0000 mgr.a (mgr.24293) 881 : audit 0 from='client.30918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:18 smithi022 bash[28554]: cluster 2023-12-07T10:12:18.755086+0000 mgr.a (mgr.24293) 882 : 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-07T10:12:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:19 smithi027 bash[31536]: audit 2023-12-07T10:12:18.591440+0000 mgr.a (mgr.24293) 881 : audit 0 from='client.30918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:19 smithi027 bash[31536]: cluster 2023-12-07T10:12:18.755086+0000 mgr.a (mgr.24293) 882 : 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-07T10:12:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:21 smithi044 bash[32620]: cluster 2023-12-07T10:12:20.756032+0000 mgr.a (mgr.24293) 883 : 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-07T10:12:22.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:21 smithi022 bash[28554]: cluster 2023-12-07T10:12:20.756032+0000 mgr.a (mgr.24293) 883 : 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-07T10:12:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:21 smithi027 bash[31536]: cluster 2023-12-07T10:12:20.756032+0000 mgr.a (mgr.24293) 883 : 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-07T10:12:24.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:24.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:24.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:23 smithi044 bash[32620]: cluster 2023-12-07T10:12:22.756604+0000 mgr.a (mgr.24293) 884 : 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-07T10:12:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:23 smithi044 bash[32620]: audit 2023-12-07T10:12:23.433563+0000 mon.a (mon.0) 589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:12:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:23 smithi022 bash[28554]: cluster 2023-12-07T10:12:22.756604+0000 mgr.a (mgr.24293) 884 : 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-07T10:12:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:23 smithi022 bash[28554]: audit 2023-12-07T10:12:23.433563+0000 mon.a (mon.0) 589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:12:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:23 smithi027 bash[31536]: cluster 2023-12-07T10:12:22.756604+0000 mgr.a (mgr.24293) 884 : 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-07T10:12:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:23 smithi027 bash[31536]: audit 2023-12-07T10:12:23.433563+0000 mon.a (mon.0) 589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:12:25.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:25.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:25.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:25.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:25.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:24 smithi044 bash[32620]: audit 2023-12-07T10:12:24.183324+0000 mon.a (mon.0) 590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:12:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:24 smithi044 bash[32620]: audit 2023-12-07T10:12:24.184954+0000 mon.a (mon.0) 591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:12:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:24 smithi044 bash[32620]: audit 2023-12-07T10:12:24.194183+0000 mon.a (mon.0) 592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:12:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:24 smithi022 bash[28554]: audit 2023-12-07T10:12:24.183324+0000 mon.a (mon.0) 590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:12:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:24 smithi022 bash[28554]: audit 2023-12-07T10:12:24.184954+0000 mon.a (mon.0) 591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:12:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:24 smithi022 bash[28554]: audit 2023-12-07T10:12:24.194183+0000 mon.a (mon.0) 592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:12:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:24 smithi027 bash[31536]: audit 2023-12-07T10:12:24.183324+0000 mon.a (mon.0) 590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:12:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:24 smithi027 bash[31536]: audit 2023-12-07T10:12:24.184954+0000 mon.a (mon.0) 591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:12:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:24 smithi027 bash[31536]: audit 2023-12-07T10:12:24.194183+0000 mon.a (mon.0) 592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:12:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:25 smithi044 bash[32620]: audit 2023-12-07T10:12:24.524643+0000 mgr.a (mgr.24293) 885 : audit 0 from='client.30996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:25 smithi044 bash[32620]: cluster 2023-12-07T10:12:24.757116+0000 mgr.a (mgr.24293) 886 : 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-07T10:12:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:25 smithi022 bash[28554]: audit 2023-12-07T10:12:24.524643+0000 mgr.a (mgr.24293) 885 : audit 0 from='client.30996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:25 smithi022 bash[28554]: cluster 2023-12-07T10:12:24.757116+0000 mgr.a (mgr.24293) 886 : 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-07T10:12:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:25 smithi027 bash[31536]: audit 2023-12-07T10:12:24.524643+0000 mgr.a (mgr.24293) 885 : audit 0 from='client.30996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:25 smithi027 bash[31536]: cluster 2023-12-07T10:12:24.757116+0000 mgr.a (mgr.24293) 886 : 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-07T10:12:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:27 smithi044 bash[32620]: cluster 2023-12-07T10:12:26.758053+0000 mgr.a (mgr.24293) 887 : 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-07T10:12:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:27 smithi022 bash[28554]: cluster 2023-12-07T10:12:26.758053+0000 mgr.a (mgr.24293) 887 : 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-07T10:12:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:27 smithi027 bash[31536]: cluster 2023-12-07T10:12:26.758053+0000 mgr.a (mgr.24293) 887 : 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-07T10:12:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:29 smithi044 bash[32620]: cluster 2023-12-07T10:12:28.758647+0000 mgr.a (mgr.24293) 888 : 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-07T10:12:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:29 smithi022 bash[28554]: cluster 2023-12-07T10:12:28.758647+0000 mgr.a (mgr.24293) 888 : 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-07T10:12:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:29 smithi027 bash[31536]: cluster 2023-12-07T10:12:28.758647+0000 mgr.a (mgr.24293) 888 : 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-07T10:12:30.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:30.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:30.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:30.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:30.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:30.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:30.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:30.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:32.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:31 smithi044 bash[32620]: audit 2023-12-07T10:12:30.475719+0000 mgr.a (mgr.24293) 889 : audit 0 from='client.31068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:32.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:31 smithi044 bash[32620]: cluster 2023-12-07T10:12:30.760092+0000 mgr.a (mgr.24293) 890 : cluster 0 pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:32.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:31 smithi022 bash[28554]: audit 2023-12-07T10:12:30.475719+0000 mgr.a (mgr.24293) 889 : audit 0 from='client.31068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:32.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:31 smithi022 bash[28554]: cluster 2023-12-07T10:12:30.760092+0000 mgr.a (mgr.24293) 890 : cluster 0 pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:31 smithi027 bash[31536]: audit 2023-12-07T10:12:30.475719+0000 mgr.a (mgr.24293) 889 : audit 0 from='client.31068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:31 smithi027 bash[31536]: cluster 2023-12-07T10:12:30.760092+0000 mgr.a (mgr.24293) 890 : cluster 0 pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:33 smithi044 bash[32620]: cluster 2023-12-07T10:12:32.760842+0000 mgr.a (mgr.24293) 891 : cluster 0 pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:34.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:33 smithi022 bash[28554]: cluster 2023-12-07T10:12:32.760842+0000 mgr.a (mgr.24293) 891 : cluster 0 pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:33 smithi027 bash[31536]: cluster 2023-12-07T10:12:32.760842+0000 mgr.a (mgr.24293) 891 : cluster 0 pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:36.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:36.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:36.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:35 smithi044 bash[32620]: cluster 2023-12-07T10:12:34.761431+0000 mgr.a (mgr.24293) 892 : cluster 0 pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:36.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:35 smithi022 bash[28554]: cluster 2023-12-07T10:12:34.761431+0000 mgr.a (mgr.24293) 892 : cluster 0 pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:35 smithi027 bash[31536]: cluster 2023-12-07T10:12:34.761431+0000 mgr.a (mgr.24293) 892 : cluster 0 pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:36.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:36.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:36.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:36.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:36.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:37 smithi044 bash[32620]: audit 2023-12-07T10:12:36.403566+0000 mgr.a (mgr.24293) 893 : audit 0 from='client.31143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:37 smithi044 bash[32620]: cluster 2023-12-07T10:12:36.762315+0000 mgr.a (mgr.24293) 894 : 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-07T10:12:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:37 smithi022 bash[28554]: audit 2023-12-07T10:12:36.403566+0000 mgr.a (mgr.24293) 893 : audit 0 from='client.31143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:37 smithi022 bash[28554]: cluster 2023-12-07T10:12:36.762315+0000 mgr.a (mgr.24293) 894 : 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-07T10:12:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:37 smithi027 bash[31536]: audit 2023-12-07T10:12:36.403566+0000 mgr.a (mgr.24293) 893 : audit 0 from='client.31143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:37 smithi027 bash[31536]: cluster 2023-12-07T10:12:36.762315+0000 mgr.a (mgr.24293) 894 : 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-07T10:12:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:39 smithi044 bash[32620]: cluster 2023-12-07T10:12:38.763012+0000 mgr.a (mgr.24293) 895 : 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-07T10:12:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:39 smithi022 bash[28554]: cluster 2023-12-07T10:12:38.763012+0000 mgr.a (mgr.24293) 895 : 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-07T10:12:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:39 smithi027 bash[31536]: cluster 2023-12-07T10:12:38.763012+0000 mgr.a (mgr.24293) 895 : 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-07T10:12:41.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:41.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:41.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:42.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:41 smithi044 bash[32620]: cluster 2023-12-07T10:12:40.763850+0000 mgr.a (mgr.24293) 896 : 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-07T10:12:42.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:41 smithi022 bash[28554]: cluster 2023-12-07T10:12:40.763850+0000 mgr.a (mgr.24293) 896 : 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-07T10:12:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:41 smithi027 bash[31536]: cluster 2023-12-07T10:12:40.763850+0000 mgr.a (mgr.24293) 896 : 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-07T10:12:42.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:42.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:42.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:42.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:42.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:43 smithi044 bash[32620]: audit 2023-12-07T10:12:42.327029+0000 mgr.a (mgr.24293) 897 : audit 0 from='client.31221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:43 smithi044 bash[32620]: cluster 2023-12-07T10:12:42.764662+0000 mgr.a (mgr.24293) 898 : cluster 0 pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:43 smithi022 bash[28554]: audit 2023-12-07T10:12:42.327029+0000 mgr.a (mgr.24293) 897 : audit 0 from='client.31221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:43 smithi022 bash[28554]: cluster 2023-12-07T10:12:42.764662+0000 mgr.a (mgr.24293) 898 : cluster 0 pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:43 smithi027 bash[31536]: audit 2023-12-07T10:12:42.327029+0000 mgr.a (mgr.24293) 897 : audit 0 from='client.31221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:43 smithi027 bash[31536]: cluster 2023-12-07T10:12:42.764662+0000 mgr.a (mgr.24293) 898 : cluster 0 pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:45 smithi044 bash[32620]: cluster 2023-12-07T10:12:44.765353+0000 mgr.a (mgr.24293) 899 : cluster 0 pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:46.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:45 smithi022 bash[28554]: cluster 2023-12-07T10:12:44.765353+0000 mgr.a (mgr.24293) 899 : cluster 0 pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:45 smithi027 bash[31536]: cluster 2023-12-07T10:12:44.765353+0000 mgr.a (mgr.24293) 899 : cluster 0 pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:47.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:47.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:47.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:47 smithi044 bash[32620]: cluster 2023-12-07T10:12:46.766193+0000 mgr.a (mgr.24293) 900 : cluster 0 pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:47 smithi022 bash[28554]: cluster 2023-12-07T10:12:46.766193+0000 mgr.a (mgr.24293) 900 : cluster 0 pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:47 smithi027 bash[31536]: cluster 2023-12-07T10:12:46.766193+0000 mgr.a (mgr.24293) 900 : cluster 0 pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:48.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:48.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:48.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:48.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:48.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:49 smithi044 bash[32620]: audit 2023-12-07T10:12:48.264958+0000 mgr.a (mgr.24293) 901 : audit 0 from='client.31299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:49 smithi044 bash[32620]: cluster 2023-12-07T10:12:48.766691+0000 mgr.a (mgr.24293) 902 : 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-07T10:12:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:49 smithi022 bash[28554]: audit 2023-12-07T10:12:48.264958+0000 mgr.a (mgr.24293) 901 : audit 0 from='client.31299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:49.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:49 smithi022 bash[28554]: cluster 2023-12-07T10:12:48.766691+0000 mgr.a (mgr.24293) 902 : 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-07T10:12:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:49 smithi027 bash[31536]: audit 2023-12-07T10:12:48.264958+0000 mgr.a (mgr.24293) 901 : audit 0 from='client.31299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:49 smithi027 bash[31536]: cluster 2023-12-07T10:12:48.766691+0000 mgr.a (mgr.24293) 902 : 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-07T10:12:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:51 smithi044 bash[32620]: cluster 2023-12-07T10:12:50.767490+0000 mgr.a (mgr.24293) 903 : 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-07T10:12:52.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:51 smithi022 bash[28554]: cluster 2023-12-07T10:12:50.767490+0000 mgr.a (mgr.24293) 903 : 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-07T10:12:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:51 smithi027 bash[31536]: cluster 2023-12-07T10:12:50.767490+0000 mgr.a (mgr.24293) 903 : 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-07T10:12:53.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:53.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:53.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:53 smithi044 bash[32620]: cluster 2023-12-07T10:12:52.768055+0000 mgr.a (mgr.24293) 904 : 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-07T10:12:54.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:53 smithi022 bash[28554]: cluster 2023-12-07T10:12:52.768055+0000 mgr.a (mgr.24293) 904 : 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-07T10:12:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:53 smithi027 bash[31536]: cluster 2023-12-07T10:12:52.768055+0000 mgr.a (mgr.24293) 904 : 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-07T10:12:54.738 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:12:54.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:54.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:54.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:54.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:12:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:55 smithi044 bash[32620]: audit 2023-12-07T10:12:54.212728+0000 mgr.a (mgr.24293) 905 : audit 0 from='client.31377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:55 smithi044 bash[32620]: cluster 2023-12-07T10:12:54.768749+0000 mgr.a (mgr.24293) 906 : 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-07T10:12:56.186 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:55 smithi022 bash[28554]: audit 2023-12-07T10:12:54.212728+0000 mgr.a (mgr.24293) 905 : audit 0 from='client.31377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:56.186 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:55 smithi022 bash[28554]: cluster 2023-12-07T10:12:54.768749+0000 mgr.a (mgr.24293) 906 : 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-07T10:12:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:55 smithi027 bash[31536]: audit 2023-12-07T10:12:54.212728+0000 mgr.a (mgr.24293) 905 : audit 0 from='client.31377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:55 smithi027 bash[31536]: cluster 2023-12-07T10:12:54.768749+0000 mgr.a (mgr.24293) 906 : 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-07T10:12:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:57 smithi044 bash[32620]: cluster 2023-12-07T10:12:56.769606+0000 mgr.a (mgr.24293) 907 : 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-07T10:12:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:57 smithi022 bash[28554]: cluster 2023-12-07T10:12:56.769606+0000 mgr.a (mgr.24293) 907 : 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-07T10:12:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:57 smithi027 bash[31536]: cluster 2023-12-07T10:12:56.769606+0000 mgr.a (mgr.24293) 907 : 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-07T10:12:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:12:59 smithi044 bash[32620]: cluster 2023-12-07T10:12:58.770220+0000 mgr.a (mgr.24293) 908 : 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-07T10:12:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:12:59 smithi022 bash[28554]: cluster 2023-12-07T10:12:58.770220+0000 mgr.a (mgr.24293) 908 : 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-07T10:12:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:12:59 smithi027 bash[31536]: cluster 2023-12-07T10:12:58.770220+0000 mgr.a (mgr.24293) 908 : 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-07T10:12:59.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:12:59.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:59.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:00.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:00.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:00.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:00.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:00.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:01 smithi044 bash[32620]: audit 2023-12-07T10:13:00.146406+0000 mgr.a (mgr.24293) 909 : audit 0 from='client.31455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:01 smithi044 bash[32620]: cluster 2023-12-07T10:13:00.771409+0000 mgr.a (mgr.24293) 910 : cluster 0 pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:13:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:01 smithi022 bash[28554]: audit 2023-12-07T10:13:00.146406+0000 mgr.a (mgr.24293) 909 : audit 0 from='client.31455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:01 smithi022 bash[28554]: cluster 2023-12-07T10:13:00.771409+0000 mgr.a (mgr.24293) 910 : cluster 0 pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:13:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:01 smithi027 bash[31536]: audit 2023-12-07T10:13:00.146406+0000 mgr.a (mgr.24293) 909 : audit 0 from='client.31455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:01 smithi027 bash[31536]: cluster 2023-12-07T10:13:00.771409+0000 mgr.a (mgr.24293) 910 : cluster 0 pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:13:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:03 smithi044 bash[32620]: cluster 2023-12-07T10:13:02.772135+0000 mgr.a (mgr.24293) 911 : cluster 0 pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:13:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:03 smithi022 bash[28554]: cluster 2023-12-07T10:13:02.772135+0000 mgr.a (mgr.24293) 911 : cluster 0 pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:13:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:03 smithi027 bash[31536]: cluster 2023-12-07T10:13:02.772135+0000 mgr.a (mgr.24293) 911 : cluster 0 pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:13:05.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:05.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:05.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:06.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:05 smithi044 bash[32620]: cluster 2023-12-07T10:13:04.772856+0000 mgr.a (mgr.24293) 912 : cluster 0 pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:13:06.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:05 smithi022 bash[28554]: cluster 2023-12-07T10:13:04.772856+0000 mgr.a (mgr.24293) 912 : cluster 0 pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:13:06.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:05 smithi027 bash[31536]: cluster 2023-12-07T10:13:04.772856+0000 mgr.a (mgr.24293) 912 : cluster 0 pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:13:06.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:06.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:06.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:06.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:06.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:07 smithi044 bash[32620]: audit 2023-12-07T10:13:06.099013+0000 mgr.a (mgr.24293) 913 : audit 0 from='client.31533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:07 smithi044 bash[32620]: cluster 2023-12-07T10:13:06.773978+0000 mgr.a (mgr.24293) 914 : cluster 0 pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:07 smithi022 bash[28554]: audit 2023-12-07T10:13:06.099013+0000 mgr.a (mgr.24293) 913 : audit 0 from='client.31533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:07 smithi022 bash[28554]: cluster 2023-12-07T10:13:06.773978+0000 mgr.a (mgr.24293) 914 : cluster 0 pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:07 smithi027 bash[31536]: audit 2023-12-07T10:13:06.099013+0000 mgr.a (mgr.24293) 913 : audit 0 from='client.31533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:07 smithi027 bash[31536]: cluster 2023-12-07T10:13:06.773978+0000 mgr.a (mgr.24293) 914 : cluster 0 pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:09 smithi044 bash[32620]: cluster 2023-12-07T10:13:08.774562+0000 mgr.a (mgr.24293) 915 : cluster 0 pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:09 smithi022 bash[28554]: cluster 2023-12-07T10:13:08.774562+0000 mgr.a (mgr.24293) 915 : cluster 0 pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:09 smithi027 bash[31536]: cluster 2023-12-07T10:13:08.774562+0000 mgr.a (mgr.24293) 915 : cluster 0 pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:11.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:11.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:11.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:11 smithi044 bash[32620]: cluster 2023-12-07T10:13:10.775328+0000 mgr.a (mgr.24293) 916 : 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-07T10:13:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:11 smithi022 bash[28554]: cluster 2023-12-07T10:13:10.775328+0000 mgr.a (mgr.24293) 916 : 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-07T10:13:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:11 smithi027 bash[31536]: cluster 2023-12-07T10:13:10.775328+0000 mgr.a (mgr.24293) 916 : 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-07T10:13:12.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:12.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:12.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:12.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:12.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:13 smithi044 bash[32620]: audit 2023-12-07T10:13:12.064022+0000 mgr.a (mgr.24293) 917 : audit 0 from='client.31611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:13 smithi044 bash[32620]: cluster 2023-12-07T10:13:12.776178+0000 mgr.a (mgr.24293) 918 : cluster 0 pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:13:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:13 smithi022 bash[28554]: audit 2023-12-07T10:13:12.064022+0000 mgr.a (mgr.24293) 917 : audit 0 from='client.31611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:14.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:13 smithi022 bash[28554]: cluster 2023-12-07T10:13:12.776178+0000 mgr.a (mgr.24293) 918 : cluster 0 pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:13:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:13 smithi027 bash[31536]: audit 2023-12-07T10:13:12.064022+0000 mgr.a (mgr.24293) 917 : audit 0 from='client.31611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:13 smithi027 bash[31536]: cluster 2023-12-07T10:13:12.776178+0000 mgr.a (mgr.24293) 918 : cluster 0 pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:13:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:15 smithi044 bash[32620]: cluster 2023-12-07T10:13:14.776932+0000 mgr.a (mgr.24293) 919 : cluster 0 pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:13:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:15 smithi022 bash[28554]: cluster 2023-12-07T10:13:14.776932+0000 mgr.a (mgr.24293) 919 : cluster 0 pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:13:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:15 smithi027 bash[31536]: cluster 2023-12-07T10:13:14.776932+0000 mgr.a (mgr.24293) 919 : cluster 0 pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:13:17.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:17.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:17.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:17 smithi044 bash[32620]: cluster 2023-12-07T10:13:16.777921+0000 mgr.a (mgr.24293) 920 : cluster 0 pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:13:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:17 smithi022 bash[28554]: cluster 2023-12-07T10:13:16.777921+0000 mgr.a (mgr.24293) 920 : cluster 0 pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:13:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:17 smithi027 bash[31536]: cluster 2023-12-07T10:13:16.777921+0000 mgr.a (mgr.24293) 920 : cluster 0 pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:13:18.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:18.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:18.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:18.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:18.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:19 smithi044 bash[32620]: audit 2023-12-07T10:13:17.989344+0000 mgr.a (mgr.24293) 921 : audit 0 from='client.31683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:19 smithi044 bash[32620]: cluster 2023-12-07T10:13:18.778693+0000 mgr.a (mgr.24293) 922 : cluster 0 pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:19 smithi022 bash[28554]: audit 2023-12-07T10:13:17.989344+0000 mgr.a (mgr.24293) 921 : audit 0 from='client.31683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:19 smithi022 bash[28554]: cluster 2023-12-07T10:13:18.778693+0000 mgr.a (mgr.24293) 922 : cluster 0 pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:19 smithi027 bash[31536]: audit 2023-12-07T10:13:17.989344+0000 mgr.a (mgr.24293) 921 : audit 0 from='client.31683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:19 smithi027 bash[31536]: cluster 2023-12-07T10:13:18.778693+0000 mgr.a (mgr.24293) 922 : cluster 0 pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:21 smithi044 bash[32620]: cluster 2023-12-07T10:13:20.779507+0000 mgr.a (mgr.24293) 923 : cluster 0 pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:22.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:21 smithi022 bash[28554]: cluster 2023-12-07T10:13:20.779507+0000 mgr.a (mgr.24293) 923 : cluster 0 pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:21 smithi027 bash[31536]: cluster 2023-12-07T10:13:20.779507+0000 mgr.a (mgr.24293) 923 : cluster 0 pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:23.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:23.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:23.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:24.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:23 smithi044 bash[32620]: cluster 2023-12-07T10:13:22.780090+0000 mgr.a (mgr.24293) 924 : 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-07T10:13:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:23 smithi022 bash[28554]: cluster 2023-12-07T10:13:22.780090+0000 mgr.a (mgr.24293) 924 : 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-07T10:13:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:23 smithi027 bash[31536]: cluster 2023-12-07T10:13:22.780090+0000 mgr.a (mgr.24293) 924 : 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-07T10:13:24.479 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:24.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:24.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:24.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:24.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:24 smithi044 bash[32620]: audit 2023-12-07T10:13:23.933313+0000 mgr.a (mgr.24293) 925 : audit 0 from='client.31758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:24 smithi044 bash[32620]: audit 2023-12-07T10:13:24.298169+0000 mon.a (mon.0) 593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:13:25.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:24 smithi022 bash[28554]: audit 2023-12-07T10:13:23.933313+0000 mgr.a (mgr.24293) 925 : audit 0 from='client.31758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:25.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:24 smithi022 bash[28554]: audit 2023-12-07T10:13:24.298169+0000 mon.a (mon.0) 593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:13:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:24 smithi027 bash[31536]: audit 2023-12-07T10:13:23.933313+0000 mgr.a (mgr.24293) 925 : audit 0 from='client.31758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:24 smithi027 bash[31536]: audit 2023-12-07T10:13:24.298169+0000 mon.a (mon.0) 593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:13:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:25 smithi044 bash[32620]: cluster 2023-12-07T10:13:24.780734+0000 mgr.a (mgr.24293) 926 : 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-07T10:13:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:25 smithi044 bash[32620]: audit 2023-12-07T10:13:25.095656+0000 mon.a (mon.0) 594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:13:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:25 smithi044 bash[32620]: audit 2023-12-07T10:13:25.097487+0000 mon.a (mon.0) 595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:13:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:25 smithi044 bash[32620]: audit 2023-12-07T10:13:25.106831+0000 mon.a (mon.0) 596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:13:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:25 smithi022 bash[28554]: cluster 2023-12-07T10:13:24.780734+0000 mgr.a (mgr.24293) 926 : 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-07T10:13:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:25 smithi022 bash[28554]: audit 2023-12-07T10:13:25.095656+0000 mon.a (mon.0) 594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:13:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:25 smithi022 bash[28554]: audit 2023-12-07T10:13:25.097487+0000 mon.a (mon.0) 595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:13:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:25 smithi022 bash[28554]: audit 2023-12-07T10:13:25.106831+0000 mon.a (mon.0) 596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:13:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:25 smithi027 bash[31536]: cluster 2023-12-07T10:13:24.780734+0000 mgr.a (mgr.24293) 926 : 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-07T10:13:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:25 smithi027 bash[31536]: audit 2023-12-07T10:13:25.095656+0000 mon.a (mon.0) 594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:13:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:25 smithi027 bash[31536]: audit 2023-12-07T10:13:25.097487+0000 mon.a (mon.0) 595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:13:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:25 smithi027 bash[31536]: audit 2023-12-07T10:13:25.106831+0000 mon.a (mon.0) 596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:13:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:27 smithi044 bash[32620]: cluster 2023-12-07T10:13:26.781579+0000 mgr.a (mgr.24293) 927 : 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-07T10:13:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:27 smithi022 bash[28554]: cluster 2023-12-07T10:13:26.781579+0000 mgr.a (mgr.24293) 927 : 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-07T10:13:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:27 smithi027 bash[31536]: cluster 2023-12-07T10:13:26.781579+0000 mgr.a (mgr.24293) 927 : 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-07T10:13:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:29 smithi044 bash[32620]: cluster 2023-12-07T10:13:28.782150+0000 mgr.a (mgr.24293) 928 : 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-07T10:13:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:29 smithi022 bash[28554]: cluster 2023-12-07T10:13:28.782150+0000 mgr.a (mgr.24293) 928 : 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-07T10:13:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:29 smithi027 bash[31536]: cluster 2023-12-07T10:13:28.782150+0000 mgr.a (mgr.24293) 928 : 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-07T10:13:29.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:29.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:29.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:30 smithi044 bash[32620]: audit 2023-12-07T10:13:29.893620+0000 mgr.a (mgr.24293) 929 : audit 0 from='client.31836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:30.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:30 smithi022 bash[28554]: audit 2023-12-07T10:13:29.893620+0000 mgr.a (mgr.24293) 929 : audit 0 from='client.31836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:30.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:30.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:30.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:30.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:30.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:30 smithi027 bash[31536]: audit 2023-12-07T10:13:29.893620+0000 mgr.a (mgr.24293) 929 : audit 0 from='client.31836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:31 smithi044 bash[32620]: cluster 2023-12-07T10:13:30.783089+0000 mgr.a (mgr.24293) 930 : cluster 0 pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:13:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:31 smithi022 bash[28554]: cluster 2023-12-07T10:13:30.783089+0000 mgr.a (mgr.24293) 930 : cluster 0 pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:13:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:31 smithi027 bash[31536]: cluster 2023-12-07T10:13:30.783089+0000 mgr.a (mgr.24293) 930 : cluster 0 pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:13:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:33 smithi044 bash[32620]: cluster 2023-12-07T10:13:32.783710+0000 mgr.a (mgr.24293) 931 : cluster 0 pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:34.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:33 smithi022 bash[28554]: cluster 2023-12-07T10:13:32.783710+0000 mgr.a (mgr.24293) 931 : cluster 0 pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:33 smithi027 bash[31536]: cluster 2023-12-07T10:13:32.783710+0000 mgr.a (mgr.24293) 931 : cluster 0 pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:35.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:35.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:35.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:35 smithi044 bash[32620]: cluster 2023-12-07T10:13:34.784274+0000 mgr.a (mgr.24293) 932 : cluster 0 pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:36.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:35 smithi022 bash[28554]: cluster 2023-12-07T10:13:34.784274+0000 mgr.a (mgr.24293) 932 : cluster 0 pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:35 smithi027 bash[31536]: cluster 2023-12-07T10:13:34.784274+0000 mgr.a (mgr.24293) 932 : cluster 0 pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:36.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:36.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:36.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:36.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:36.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:36 smithi044 bash[32620]: audit 2023-12-07T10:13:35.844029+0000 mgr.a (mgr.24293) 933 : audit 0 from='client.31914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:37.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:36 smithi022 bash[28554]: audit 2023-12-07T10:13:35.844029+0000 mgr.a (mgr.24293) 933 : audit 0 from='client.31914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:36 smithi027 bash[31536]: audit 2023-12-07T10:13:35.844029+0000 mgr.a (mgr.24293) 933 : audit 0 from='client.31914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:37 smithi044 bash[32620]: cluster 2023-12-07T10:13:36.785339+0000 mgr.a (mgr.24293) 934 : cluster 0 pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:37 smithi022 bash[28554]: cluster 2023-12-07T10:13:36.785339+0000 mgr.a (mgr.24293) 934 : cluster 0 pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:37 smithi027 bash[31536]: cluster 2023-12-07T10:13:36.785339+0000 mgr.a (mgr.24293) 934 : cluster 0 pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:39 smithi044 bash[32620]: cluster 2023-12-07T10:13:38.785938+0000 mgr.a (mgr.24293) 935 : cluster 0 pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:39 smithi022 bash[28554]: cluster 2023-12-07T10:13:38.785938+0000 mgr.a (mgr.24293) 935 : cluster 0 pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:39 smithi027 bash[31536]: cluster 2023-12-07T10:13:38.785938+0000 mgr.a (mgr.24293) 935 : cluster 0 pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:41.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:41.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:41.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:42.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:41 smithi044 bash[32620]: cluster 2023-12-07T10:13:40.786677+0000 mgr.a (mgr.24293) 936 : 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-07T10:13:42.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:41 smithi022 bash[28554]: cluster 2023-12-07T10:13:40.786677+0000 mgr.a (mgr.24293) 936 : 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-07T10:13:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:41 smithi027 bash[31536]: cluster 2023-12-07T10:13:40.786677+0000 mgr.a (mgr.24293) 936 : 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-07T10:13:42.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:42.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:42.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:42.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:42.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:42 smithi044 bash[32620]: audit 2023-12-07T10:13:41.772303+0000 mgr.a (mgr.24293) 937 : audit 0 from='client.31986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:43.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:42 smithi022 bash[28554]: audit 2023-12-07T10:13:41.772303+0000 mgr.a (mgr.24293) 937 : audit 0 from='client.31986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:42 smithi027 bash[31536]: audit 2023-12-07T10:13:41.772303+0000 mgr.a (mgr.24293) 937 : audit 0 from='client.31986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:44.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:43 smithi044 bash[32620]: cluster 2023-12-07T10:13:42.787405+0000 mgr.a (mgr.24293) 938 : cluster 0 pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:43 smithi022 bash[28554]: cluster 2023-12-07T10:13:42.787405+0000 mgr.a (mgr.24293) 938 : cluster 0 pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:43 smithi027 bash[31536]: cluster 2023-12-07T10:13:42.787405+0000 mgr.a (mgr.24293) 938 : cluster 0 pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:45 smithi044 bash[32620]: cluster 2023-12-07T10:13:44.787977+0000 mgr.a (mgr.24293) 939 : cluster 0 pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:46.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:45 smithi022 bash[28554]: cluster 2023-12-07T10:13:44.787977+0000 mgr.a (mgr.24293) 939 : cluster 0 pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:45 smithi027 bash[31536]: cluster 2023-12-07T10:13:44.787977+0000 mgr.a (mgr.24293) 939 : cluster 0 pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:47.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:47.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:47.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:47 smithi044 bash[32620]: cluster 2023-12-07T10:13:46.788737+0000 mgr.a (mgr.24293) 940 : cluster 0 pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:13:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:47 smithi022 bash[28554]: cluster 2023-12-07T10:13:46.788737+0000 mgr.a (mgr.24293) 940 : cluster 0 pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:13:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:47 smithi027 bash[31536]: cluster 2023-12-07T10:13:46.788737+0000 mgr.a (mgr.24293) 940 : cluster 0 pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:13:48.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:48.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:48.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:48.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:48.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:49.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:48 smithi022 bash[28554]: audit 2023-12-07T10:13:47.708415+0000 mgr.a (mgr.24293) 941 : audit 0 from='client.32061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:49.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:48 smithi044 bash[32620]: audit 2023-12-07T10:13:47.708415+0000 mgr.a (mgr.24293) 941 : audit 0 from='client.32061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:48 smithi027 bash[31536]: audit 2023-12-07T10:13:47.708415+0000 mgr.a (mgr.24293) 941 : audit 0 from='client.32061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:50.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:49 smithi044 bash[32620]: cluster 2023-12-07T10:13:48.789604+0000 mgr.a (mgr.24293) 942 : cluster 0 pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:49 smithi022 bash[28554]: cluster 2023-12-07T10:13:48.789604+0000 mgr.a (mgr.24293) 942 : cluster 0 pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:49 smithi027 bash[31536]: cluster 2023-12-07T10:13:48.789604+0000 mgr.a (mgr.24293) 942 : cluster 0 pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:51 smithi044 bash[32620]: cluster 2023-12-07T10:13:50.790463+0000 mgr.a (mgr.24293) 943 : cluster 0 pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:52.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:51 smithi022 bash[28554]: cluster 2023-12-07T10:13:50.790463+0000 mgr.a (mgr.24293) 943 : cluster 0 pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:51 smithi027 bash[31536]: cluster 2023-12-07T10:13:50.790463+0000 mgr.a (mgr.24293) 943 : cluster 0 pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:53.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:53.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:53.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:54.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:13:54.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:54.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:54.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:54.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:13:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:53 smithi044 bash[32620]: cluster 2023-12-07T10:13:52.791135+0000 mgr.a (mgr.24293) 944 : 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-07T10:13:54.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:53 smithi022 bash[28554]: cluster 2023-12-07T10:13:52.791135+0000 mgr.a (mgr.24293) 944 : 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-07T10:13:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:53 smithi027 bash[31536]: cluster 2023-12-07T10:13:52.791135+0000 mgr.a (mgr.24293) 944 : 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-07T10:13:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:54 smithi044 bash[32620]: audit 2023-12-07T10:13:53.629735+0000 mgr.a (mgr.24293) 945 : audit 0 from='client.32136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:55.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:54 smithi022 bash[28554]: audit 2023-12-07T10:13:53.629735+0000 mgr.a (mgr.24293) 945 : audit 0 from='client.32136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:54 smithi027 bash[31536]: audit 2023-12-07T10:13:53.629735+0000 mgr.a (mgr.24293) 945 : audit 0 from='client.32136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:56.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:55 smithi044 bash[32620]: cluster 2023-12-07T10:13:54.791861+0000 mgr.a (mgr.24293) 946 : 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-07T10:13:56.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:55 smithi022 bash[28554]: cluster 2023-12-07T10:13:54.791861+0000 mgr.a (mgr.24293) 946 : 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-07T10:13:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:55 smithi027 bash[31536]: cluster 2023-12-07T10:13:54.791861+0000 mgr.a (mgr.24293) 946 : 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-07T10:13:58.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:57 smithi044 bash[32620]: cluster 2023-12-07T10:13:56.792693+0000 mgr.a (mgr.24293) 947 : 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-07T10:13:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:57 smithi022 bash[28554]: cluster 2023-12-07T10:13:56.792693+0000 mgr.a (mgr.24293) 947 : 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-07T10:13:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:57 smithi027 bash[31536]: cluster 2023-12-07T10:13:56.792693+0000 mgr.a (mgr.24293) 947 : 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-07T10:13:59.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:13:59.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:59.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:13:59 smithi044 bash[32620]: cluster 2023-12-07T10:13:58.793293+0000 mgr.a (mgr.24293) 948 : 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-07T10:13:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:13:59 smithi022 bash[28554]: cluster 2023-12-07T10:13:58.793293+0000 mgr.a (mgr.24293) 948 : 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-07T10:13:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:13:59 smithi027 bash[31536]: cluster 2023-12-07T10:13:58.793293+0000 mgr.a (mgr.24293) 948 : 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-07T10:14:00.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:00.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:00 smithi044 bash[32620]: audit 2023-12-07T10:13:59.576133+0000 mgr.a (mgr.24293) 949 : audit 0 from='client.32208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:00.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:00 smithi022 bash[28554]: audit 2023-12-07T10:13:59.576133+0000 mgr.a (mgr.24293) 949 : audit 0 from='client.32208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:00 smithi027 bash[31536]: audit 2023-12-07T10:13:59.576133+0000 mgr.a (mgr.24293) 949 : audit 0 from='client.32208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:01 smithi044 bash[32620]: cluster 2023-12-07T10:14:00.794097+0000 mgr.a (mgr.24293) 950 : 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-07T10:14:01.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:01 smithi022 bash[28554]: cluster 2023-12-07T10:14:00.794097+0000 mgr.a (mgr.24293) 950 : 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-07T10:14:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:01 smithi027 bash[31536]: cluster 2023-12-07T10:14:00.794097+0000 mgr.a (mgr.24293) 950 : 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-07T10:14:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:03 smithi044 bash[32620]: cluster 2023-12-07T10:14:02.794664+0000 mgr.a (mgr.24293) 951 : 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-07T10:14:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:03 smithi022 bash[28554]: cluster 2023-12-07T10:14:02.794664+0000 mgr.a (mgr.24293) 951 : 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-07T10:14:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:03 smithi027 bash[31536]: cluster 2023-12-07T10:14:02.794664+0000 mgr.a (mgr.24293) 951 : 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-07T10:14:05.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:05.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:05.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:06.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:06.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:06.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:06.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:06.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:06.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:05 smithi044 bash[32620]: cluster 2023-12-07T10:14:04.795222+0000 mgr.a (mgr.24293) 952 : 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-07T10:14:06.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:05 smithi022 bash[28554]: cluster 2023-12-07T10:14:04.795222+0000 mgr.a (mgr.24293) 952 : 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-07T10:14:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:05 smithi027 bash[31536]: cluster 2023-12-07T10:14:04.795222+0000 mgr.a (mgr.24293) 952 : 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-07T10:14:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:06 smithi044 bash[32620]: audit 2023-12-07T10:14:05.504165+0000 mgr.a (mgr.24293) 953 : audit 0 from='client.32280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:07.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:06 smithi022 bash[28554]: audit 2023-12-07T10:14:05.504165+0000 mgr.a (mgr.24293) 953 : audit 0 from='client.32280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:06 smithi027 bash[31536]: audit 2023-12-07T10:14:05.504165+0000 mgr.a (mgr.24293) 953 : audit 0 from='client.32280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:08.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:07 smithi044 bash[32620]: cluster 2023-12-07T10:14:06.796187+0000 mgr.a (mgr.24293) 954 : cluster 0 pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:07 smithi022 bash[28554]: cluster 2023-12-07T10:14:06.796187+0000 mgr.a (mgr.24293) 954 : cluster 0 pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:07 smithi027 bash[31536]: cluster 2023-12-07T10:14:06.796187+0000 mgr.a (mgr.24293) 954 : cluster 0 pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:09 smithi044 bash[32620]: cluster 2023-12-07T10:14:08.796759+0000 mgr.a (mgr.24293) 955 : cluster 0 pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:09 smithi022 bash[28554]: cluster 2023-12-07T10:14:08.796759+0000 mgr.a (mgr.24293) 955 : cluster 0 pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:09 smithi027 bash[31536]: cluster 2023-12-07T10:14:08.796759+0000 mgr.a (mgr.24293) 955 : cluster 0 pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:11.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:11.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:11.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:12.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:12.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:12.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:12.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:12.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:12.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:11 smithi044 bash[32620]: cluster 2023-12-07T10:14:10.797486+0000 mgr.a (mgr.24293) 956 : cluster 0 pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:11 smithi022 bash[28554]: cluster 2023-12-07T10:14:10.797486+0000 mgr.a (mgr.24293) 956 : cluster 0 pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:11 smithi027 bash[31536]: cluster 2023-12-07T10:14:10.797486+0000 mgr.a (mgr.24293) 956 : cluster 0 pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:13.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:12 smithi044 bash[32620]: audit 2023-12-07T10:14:11.461488+0000 mgr.a (mgr.24293) 957 : audit 0 from='client.32355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:13.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:12 smithi022 bash[28554]: audit 2023-12-07T10:14:11.461488+0000 mgr.a (mgr.24293) 957 : audit 0 from='client.32355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:12 smithi027 bash[31536]: audit 2023-12-07T10:14:11.461488+0000 mgr.a (mgr.24293) 957 : audit 0 from='client.32355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:14.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:13 smithi044 bash[32620]: cluster 2023-12-07T10:14:12.798141+0000 mgr.a (mgr.24293) 958 : cluster 0 pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:14.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:13 smithi022 bash[28554]: cluster 2023-12-07T10:14:12.798141+0000 mgr.a (mgr.24293) 958 : cluster 0 pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:13 smithi027 bash[31536]: cluster 2023-12-07T10:14:12.798141+0000 mgr.a (mgr.24293) 958 : cluster 0 pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:16.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:15 smithi044 bash[32620]: cluster 2023-12-07T10:14:14.798733+0000 mgr.a (mgr.24293) 959 : cluster 0 pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:15 smithi022 bash[28554]: cluster 2023-12-07T10:14:14.798733+0000 mgr.a (mgr.24293) 959 : cluster 0 pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:15 smithi027 bash[31536]: cluster 2023-12-07T10:14:14.798733+0000 mgr.a (mgr.24293) 959 : cluster 0 pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:17.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:17.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:17.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:17.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:17.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:17.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:17.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:17.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:18.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:17 smithi044 bash[32620]: cluster 2023-12-07T10:14:16.799573+0000 mgr.a (mgr.24293) 960 : 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-07T10:14:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:17 smithi022 bash[28554]: cluster 2023-12-07T10:14:16.799573+0000 mgr.a (mgr.24293) 960 : 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-07T10:14:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:17 smithi027 bash[31536]: cluster 2023-12-07T10:14:16.799573+0000 mgr.a (mgr.24293) 960 : 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-07T10:14:19.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:18 smithi044 bash[32620]: audit 2023-12-07T10:14:17.410021+0000 mgr.a (mgr.24293) 961 : audit 0 from='client.32430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:19.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:18 smithi022 bash[28554]: audit 2023-12-07T10:14:17.410021+0000 mgr.a (mgr.24293) 961 : audit 0 from='client.32430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:18 smithi027 bash[31536]: audit 2023-12-07T10:14:17.410021+0000 mgr.a (mgr.24293) 961 : audit 0 from='client.32430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:20.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:19 smithi044 bash[32620]: cluster 2023-12-07T10:14:18.800294+0000 mgr.a (mgr.24293) 962 : cluster 0 pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:20.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:19 smithi022 bash[28554]: cluster 2023-12-07T10:14:18.800294+0000 mgr.a (mgr.24293) 962 : cluster 0 pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:19 smithi027 bash[31536]: cluster 2023-12-07T10:14:18.800294+0000 mgr.a (mgr.24293) 962 : cluster 0 pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:21 smithi044 bash[32620]: cluster 2023-12-07T10:14:20.801145+0000 mgr.a (mgr.24293) 963 : cluster 0 pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:22.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:21 smithi022 bash[28554]: cluster 2023-12-07T10:14:20.801145+0000 mgr.a (mgr.24293) 963 : cluster 0 pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:21 smithi027 bash[31536]: cluster 2023-12-07T10:14:20.801145+0000 mgr.a (mgr.24293) 963 : cluster 0 pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:22.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:22.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:22.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:23.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:23 smithi044 bash[32620]: cluster 2023-12-07T10:14:22.801849+0000 mgr.a (mgr.24293) 964 : cluster 0 pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:23 smithi022 bash[28554]: cluster 2023-12-07T10:14:22.801849+0000 mgr.a (mgr.24293) 964 : cluster 0 pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:23 smithi027 bash[31536]: cluster 2023-12-07T10:14:22.801849+0000 mgr.a (mgr.24293) 964 : cluster 0 pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:24 smithi044 bash[32620]: audit 2023-12-07T10:14:23.342295+0000 mgr.a (mgr.24293) 965 : audit 0 from='client.32505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:25.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:24 smithi022 bash[28554]: audit 2023-12-07T10:14:23.342295+0000 mgr.a (mgr.24293) 965 : audit 0 from='client.32505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:24 smithi027 bash[31536]: audit 2023-12-07T10:14:23.342295+0000 mgr.a (mgr.24293) 965 : audit 0 from='client.32505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:25 smithi044 bash[32620]: cluster 2023-12-07T10:14:24.802547+0000 mgr.a (mgr.24293) 966 : cluster 0 pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:26.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:25 smithi044 bash[32620]: audit 2023-12-07T10:14:25.210711+0000 mon.a (mon.0) 597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:14:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:25 smithi022 bash[28554]: cluster 2023-12-07T10:14:24.802547+0000 mgr.a (mgr.24293) 966 : cluster 0 pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:25 smithi022 bash[28554]: audit 2023-12-07T10:14:25.210711+0000 mon.a (mon.0) 597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:14:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:25 smithi027 bash[31536]: cluster 2023-12-07T10:14:24.802547+0000 mgr.a (mgr.24293) 966 : cluster 0 pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:25 smithi027 bash[31536]: audit 2023-12-07T10:14:25.210711+0000 mon.a (mon.0) 597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:14:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:26 smithi044 bash[32620]: audit 2023-12-07T10:14:26.008378+0000 mon.a (mon.0) 598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:14:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:26 smithi044 bash[32620]: audit 2023-12-07T10:14:26.010045+0000 mon.a (mon.0) 599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:14:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:26 smithi044 bash[32620]: audit 2023-12-07T10:14:26.019531+0000 mon.a (mon.0) 600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:14:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:26 smithi022 bash[28554]: audit 2023-12-07T10:14:26.008378+0000 mon.a (mon.0) 598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:14:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:26 smithi022 bash[28554]: audit 2023-12-07T10:14:26.010045+0000 mon.a (mon.0) 599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:14:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:26 smithi022 bash[28554]: audit 2023-12-07T10:14:26.019531+0000 mon.a (mon.0) 600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:14:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:26 smithi027 bash[31536]: audit 2023-12-07T10:14:26.008378+0000 mon.a (mon.0) 598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:14:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:26 smithi027 bash[31536]: audit 2023-12-07T10:14:26.010045+0000 mon.a (mon.0) 599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:14:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:26 smithi027 bash[31536]: audit 2023-12-07T10:14:26.019531+0000 mon.a (mon.0) 600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:14:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:27 smithi044 bash[32620]: cluster 2023-12-07T10:14:26.803346+0000 mgr.a (mgr.24293) 967 : cluster 0 pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:27 smithi022 bash[28554]: cluster 2023-12-07T10:14:26.803346+0000 mgr.a (mgr.24293) 967 : cluster 0 pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:27 smithi027 bash[31536]: cluster 2023-12-07T10:14:26.803346+0000 mgr.a (mgr.24293) 967 : cluster 0 pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:28.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:28.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:28.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:29 smithi044 bash[32620]: cluster 2023-12-07T10:14:28.803947+0000 mgr.a (mgr.24293) 968 : 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-07T10:14:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:29 smithi022 bash[28554]: cluster 2023-12-07T10:14:28.803947+0000 mgr.a (mgr.24293) 968 : 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-07T10:14:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:29 smithi027 bash[31536]: cluster 2023-12-07T10:14:28.803947+0000 mgr.a (mgr.24293) 968 : 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-07T10:14:29.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:29.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:29.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:29.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:29.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:30 smithi044 bash[32620]: audit 2023-12-07T10:14:29.286609+0000 mgr.a (mgr.24293) 969 : audit 0 from='client.32580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:30.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:30 smithi022 bash[28554]: audit 2023-12-07T10:14:29.286609+0000 mgr.a (mgr.24293) 969 : audit 0 from='client.32580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:30 smithi027 bash[31536]: audit 2023-12-07T10:14:29.286609+0000 mgr.a (mgr.24293) 969 : audit 0 from='client.32580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:31 smithi044 bash[32620]: cluster 2023-12-07T10:14:30.804801+0000 mgr.a (mgr.24293) 970 : 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-07T10:14:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:31 smithi022 bash[28554]: cluster 2023-12-07T10:14:30.804801+0000 mgr.a (mgr.24293) 970 : 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-07T10:14:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:31 smithi027 bash[31536]: cluster 2023-12-07T10:14:30.804801+0000 mgr.a (mgr.24293) 970 : 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-07T10:14:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:33 smithi044 bash[32620]: cluster 2023-12-07T10:14:32.805378+0000 mgr.a (mgr.24293) 971 : 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-07T10:14:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:33 smithi022 bash[28554]: cluster 2023-12-07T10:14:32.805378+0000 mgr.a (mgr.24293) 971 : 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-07T10:14:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:33 smithi027 bash[31536]: cluster 2023-12-07T10:14:32.805378+0000 mgr.a (mgr.24293) 971 : 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-07T10:14:34.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:34.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:34.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:35.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:35 smithi044 bash[32620]: cluster 2023-12-07T10:14:34.805966+0000 mgr.a (mgr.24293) 972 : 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-07T10:14:36.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:35 smithi022 bash[28554]: cluster 2023-12-07T10:14:34.805966+0000 mgr.a (mgr.24293) 972 : 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-07T10:14:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:35 smithi027 bash[31536]: cluster 2023-12-07T10:14:34.805966+0000 mgr.a (mgr.24293) 972 : 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-07T10:14:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:36 smithi044 bash[32620]: audit 2023-12-07T10:14:35.238229+0000 mgr.a (mgr.24293) 973 : audit 0 from='client.32658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:37.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:36 smithi022 bash[28554]: audit 2023-12-07T10:14:35.238229+0000 mgr.a (mgr.24293) 973 : audit 0 from='client.32658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:36 smithi027 bash[31536]: audit 2023-12-07T10:14:35.238229+0000 mgr.a (mgr.24293) 973 : audit 0 from='client.32658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:37 smithi044 bash[32620]: cluster 2023-12-07T10:14:36.806924+0000 mgr.a (mgr.24293) 974 : cluster 0 pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:14:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:37 smithi022 bash[28554]: cluster 2023-12-07T10:14:36.806924+0000 mgr.a (mgr.24293) 974 : cluster 0 pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:14:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:37 smithi027 bash[31536]: cluster 2023-12-07T10:14:36.806924+0000 mgr.a (mgr.24293) 974 : cluster 0 pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:14:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:39 smithi044 bash[32620]: cluster 2023-12-07T10:14:38.807497+0000 mgr.a (mgr.24293) 975 : cluster 0 pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:14:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:39 smithi022 bash[28554]: cluster 2023-12-07T10:14:38.807497+0000 mgr.a (mgr.24293) 975 : cluster 0 pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:14:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:39 smithi027 bash[31536]: cluster 2023-12-07T10:14:38.807497+0000 mgr.a (mgr.24293) 975 : cluster 0 pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:14:40.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:40.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:40.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:41.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:41.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:41.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:41.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:41.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:41 smithi044 bash[32620]: cluster 2023-12-07T10:14:40.808242+0000 mgr.a (mgr.24293) 976 : cluster 0 pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:42.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:41 smithi022 bash[28554]: cluster 2023-12-07T10:14:40.808242+0000 mgr.a (mgr.24293) 976 : cluster 0 pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:41 smithi027 bash[31536]: cluster 2023-12-07T10:14:40.808242+0000 mgr.a (mgr.24293) 976 : cluster 0 pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:42 smithi044 bash[32620]: audit 2023-12-07T10:14:41.183305+0000 mgr.a (mgr.24293) 977 : audit 0 from='client.32733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:43.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:42 smithi022 bash[28554]: audit 2023-12-07T10:14:41.183305+0000 mgr.a (mgr.24293) 977 : audit 0 from='client.32733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:42 smithi027 bash[31536]: audit 2023-12-07T10:14:41.183305+0000 mgr.a (mgr.24293) 977 : audit 0 from='client.32733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:43 smithi044 bash[32620]: cluster 2023-12-07T10:14:42.808886+0000 mgr.a (mgr.24293) 978 : cluster 0 pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:43 smithi022 bash[28554]: cluster 2023-12-07T10:14:42.808886+0000 mgr.a (mgr.24293) 978 : cluster 0 pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:43 smithi027 bash[31536]: cluster 2023-12-07T10:14:42.808886+0000 mgr.a (mgr.24293) 978 : cluster 0 pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:45 smithi044 bash[32620]: cluster 2023-12-07T10:14:44.809427+0000 mgr.a (mgr.24293) 979 : cluster 0 pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:46.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:45 smithi022 bash[28554]: cluster 2023-12-07T10:14:44.809427+0000 mgr.a (mgr.24293) 979 : cluster 0 pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:45 smithi027 bash[31536]: cluster 2023-12-07T10:14:44.809427+0000 mgr.a (mgr.24293) 979 : cluster 0 pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:46.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:46.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:46.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:47.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:47.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:47.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:47.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:47.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:47 smithi044 bash[32620]: cluster 2023-12-07T10:14:46.810216+0000 mgr.a (mgr.24293) 980 : 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-07T10:14:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:47 smithi022 bash[28554]: cluster 2023-12-07T10:14:46.810216+0000 mgr.a (mgr.24293) 980 : 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-07T10:14:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:47 smithi027 bash[31536]: cluster 2023-12-07T10:14:46.810216+0000 mgr.a (mgr.24293) 980 : 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-07T10:14:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:48 smithi044 bash[32620]: audit 2023-12-07T10:14:47.132853+0000 mgr.a (mgr.24293) 981 : audit 0 from='client.32811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:49.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:48 smithi022 bash[28554]: audit 2023-12-07T10:14:47.132853+0000 mgr.a (mgr.24293) 981 : audit 0 from='client.32811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:48 smithi027 bash[31536]: audit 2023-12-07T10:14:47.132853+0000 mgr.a (mgr.24293) 981 : audit 0 from='client.32811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:49 smithi044 bash[32620]: cluster 2023-12-07T10:14:48.810883+0000 mgr.a (mgr.24293) 982 : cluster 0 pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:14:50.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:49 smithi022 bash[28554]: cluster 2023-12-07T10:14:48.810883+0000 mgr.a (mgr.24293) 982 : cluster 0 pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:14:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:49 smithi027 bash[31536]: cluster 2023-12-07T10:14:48.810883+0000 mgr.a (mgr.24293) 982 : cluster 0 pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:14:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:51 smithi044 bash[32620]: cluster 2023-12-07T10:14:50.811700+0000 mgr.a (mgr.24293) 983 : cluster 0 pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:14:52.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:51 smithi022 bash[28554]: cluster 2023-12-07T10:14:50.811700+0000 mgr.a (mgr.24293) 983 : cluster 0 pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:14:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:51 smithi027 bash[31536]: cluster 2023-12-07T10:14:50.811700+0000 mgr.a (mgr.24293) 983 : cluster 0 pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:14:52.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:52.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:52.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:53.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:53.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:53.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:53.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:53.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:14:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:53 smithi044 bash[32620]: cluster 2023-12-07T10:14:52.812190+0000 mgr.a (mgr.24293) 984 : cluster 0 pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:54.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:53 smithi022 bash[28554]: cluster 2023-12-07T10:14:52.812190+0000 mgr.a (mgr.24293) 984 : cluster 0 pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:53 smithi027 bash[31536]: cluster 2023-12-07T10:14:52.812190+0000 mgr.a (mgr.24293) 984 : cluster 0 pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:54 smithi044 bash[32620]: audit 2023-12-07T10:14:53.068641+0000 mgr.a (mgr.24293) 985 : audit 0 from='client.32886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:55.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:54 smithi022 bash[28554]: audit 2023-12-07T10:14:53.068641+0000 mgr.a (mgr.24293) 985 : audit 0 from='client.32886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:54 smithi027 bash[31536]: audit 2023-12-07T10:14:53.068641+0000 mgr.a (mgr.24293) 985 : audit 0 from='client.32886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:55 smithi044 bash[32620]: cluster 2023-12-07T10:14:54.812837+0000 mgr.a (mgr.24293) 986 : cluster 0 pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:56.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:55 smithi022 bash[28554]: cluster 2023-12-07T10:14:54.812837+0000 mgr.a (mgr.24293) 986 : cluster 0 pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:55 smithi027 bash[31536]: cluster 2023-12-07T10:14:54.812837+0000 mgr.a (mgr.24293) 986 : cluster 0 pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:57 smithi044 bash[32620]: cluster 2023-12-07T10:14:56.813656+0000 mgr.a (mgr.24293) 987 : cluster 0 pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:57 smithi022 bash[28554]: cluster 2023-12-07T10:14:56.813656+0000 mgr.a (mgr.24293) 987 : cluster 0 pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:57 smithi027 bash[31536]: cluster 2023-12-07T10:14:56.813656+0000 mgr.a (mgr.24293) 987 : cluster 0 pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:58.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:14:58.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:58.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:59 smithi044 bash[32620]: cluster 2023-12-07T10:14:58.814046+0000 mgr.a (mgr.24293) 988 : 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-07T10:14:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:14:59 smithi044 bash[32620]: audit 2023-12-07T10:14:58.992100+0000 mgr.a (mgr.24293) 989 : audit 0 from='client.32958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:59 smithi022 bash[28554]: cluster 2023-12-07T10:14:58.814046+0000 mgr.a (mgr.24293) 988 : 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-07T10:14:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:14:59 smithi022 bash[28554]: audit 2023-12-07T10:14:58.992100+0000 mgr.a (mgr.24293) 989 : audit 0 from='client.32958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:59 smithi027 bash[31536]: cluster 2023-12-07T10:14:58.814046+0000 mgr.a (mgr.24293) 988 : 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-07T10:14:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:14:59 smithi027 bash[31536]: audit 2023-12-07T10:14:58.992100+0000 mgr.a (mgr.24293) 989 : audit 0 from='client.32958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:59.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:14:59.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:59.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:59.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:59.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:01 smithi044 bash[32620]: cluster 2023-12-07T10:15:00.814907+0000 mgr.a (mgr.24293) 990 : 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-07T10:15:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:01 smithi022 bash[28554]: cluster 2023-12-07T10:15:00.814907+0000 mgr.a (mgr.24293) 990 : 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-07T10:15:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:01 smithi027 bash[31536]: cluster 2023-12-07T10:15:00.814907+0000 mgr.a (mgr.24293) 990 : 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-07T10:15:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:03 smithi044 bash[32620]: cluster 2023-12-07T10:15:02.815638+0000 mgr.a (mgr.24293) 991 : 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-07T10:15:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:03 smithi022 bash[28554]: cluster 2023-12-07T10:15:02.815638+0000 mgr.a (mgr.24293) 991 : 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-07T10:15:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:03 smithi027 bash[31536]: cluster 2023-12-07T10:15:02.815638+0000 mgr.a (mgr.24293) 991 : 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-07T10:15:04.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:04.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:04.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:05.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:05.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:05.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:05.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:05.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:05 smithi044 bash[32620]: cluster 2023-12-07T10:15:04.816278+0000 mgr.a (mgr.24293) 992 : 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-07T10:15:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:05 smithi044 bash[32620]: audit 2023-12-07T10:15:04.925413+0000 mgr.a (mgr.24293) 993 : audit 0 from='client.38399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:06.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:05 smithi022 bash[28554]: cluster 2023-12-07T10:15:04.816278+0000 mgr.a (mgr.24293) 992 : 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-07T10:15:06.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:05 smithi022 bash[28554]: audit 2023-12-07T10:15:04.925413+0000 mgr.a (mgr.24293) 993 : audit 0 from='client.38399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:05 smithi027 bash[31536]: cluster 2023-12-07T10:15:04.816278+0000 mgr.a (mgr.24293) 992 : 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-07T10:15:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:05 smithi027 bash[31536]: audit 2023-12-07T10:15:04.925413+0000 mgr.a (mgr.24293) 993 : audit 0 from='client.38399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:07 smithi044 bash[32620]: cluster 2023-12-07T10:15:06.817225+0000 mgr.a (mgr.24293) 994 : cluster 0 pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:15:08.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:07 smithi022 bash[28554]: cluster 2023-12-07T10:15:06.817225+0000 mgr.a (mgr.24293) 994 : cluster 0 pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:15:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:07 smithi027 bash[31536]: cluster 2023-12-07T10:15:06.817225+0000 mgr.a (mgr.24293) 994 : cluster 0 pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:15:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:09 smithi044 bash[32620]: cluster 2023-12-07T10:15:08.817801+0000 mgr.a (mgr.24293) 995 : cluster 0 pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:15:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:09 smithi022 bash[28554]: cluster 2023-12-07T10:15:08.817801+0000 mgr.a (mgr.24293) 995 : cluster 0 pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:15:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:09 smithi027 bash[31536]: cluster 2023-12-07T10:15:08.817801+0000 mgr.a (mgr.24293) 995 : cluster 0 pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:15:10.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:10.455 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:10.455 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:11.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:11.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:11.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:11.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:11.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:11 smithi044 bash[32620]: cluster 2023-12-07T10:15:10.818494+0000 mgr.a (mgr.24293) 996 : cluster 0 pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:11 smithi044 bash[32620]: audit 2023-12-07T10:15:10.859666+0000 mgr.a (mgr.24293) 997 : audit 0 from='client.33105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:11 smithi022 bash[28554]: cluster 2023-12-07T10:15:10.818494+0000 mgr.a (mgr.24293) 996 : cluster 0 pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:12.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:11 smithi022 bash[28554]: audit 2023-12-07T10:15:10.859666+0000 mgr.a (mgr.24293) 997 : audit 0 from='client.33105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:11 smithi027 bash[31536]: cluster 2023-12-07T10:15:10.818494+0000 mgr.a (mgr.24293) 996 : cluster 0 pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:11 smithi027 bash[31536]: audit 2023-12-07T10:15:10.859666+0000 mgr.a (mgr.24293) 997 : audit 0 from='client.33105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:13 smithi044 bash[32620]: cluster 2023-12-07T10:15:12.819246+0000 mgr.a (mgr.24293) 998 : cluster 0 pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:14.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:13 smithi022 bash[28554]: cluster 2023-12-07T10:15:12.819246+0000 mgr.a (mgr.24293) 998 : cluster 0 pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:13 smithi027 bash[31536]: cluster 2023-12-07T10:15:12.819246+0000 mgr.a (mgr.24293) 998 : cluster 0 pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:15 smithi044 bash[32620]: cluster 2023-12-07T10:15:14.819885+0000 mgr.a (mgr.24293) 999 : cluster 0 pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:16.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:15 smithi022 bash[28554]: cluster 2023-12-07T10:15:14.819885+0000 mgr.a (mgr.24293) 999 : cluster 0 pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:15 smithi027 bash[31536]: cluster 2023-12-07T10:15:14.819885+0000 mgr.a (mgr.24293) 999 : cluster 0 pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:16.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:16.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:16.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:17.313 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:17.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:17.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:17.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:17.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:17 smithi044 bash[32620]: audit 2023-12-07T10:15:16.784926+0000 mgr.a (mgr.24293) 1000 : audit 0 from='client.33180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:17 smithi044 bash[32620]: cluster 2023-12-07T10:15:16.821018+0000 mgr.a (mgr.24293) 1001 : cluster 0 pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:17 smithi022 bash[28554]: audit 2023-12-07T10:15:16.784926+0000 mgr.a (mgr.24293) 1000 : audit 0 from='client.33180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:18.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:17 smithi022 bash[28554]: cluster 2023-12-07T10:15:16.821018+0000 mgr.a (mgr.24293) 1001 : cluster 0 pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:17 smithi027 bash[31536]: audit 2023-12-07T10:15:16.784926+0000 mgr.a (mgr.24293) 1000 : audit 0 from='client.33180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:17 smithi027 bash[31536]: cluster 2023-12-07T10:15:16.821018+0000 mgr.a (mgr.24293) 1001 : cluster 0 pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:19 smithi044 bash[32620]: cluster 2023-12-07T10:15:18.821777+0000 mgr.a (mgr.24293) 1002 : cluster 0 pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:15:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:19 smithi022 bash[28554]: cluster 2023-12-07T10:15:18.821777+0000 mgr.a (mgr.24293) 1002 : cluster 0 pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:15:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:19 smithi027 bash[31536]: cluster 2023-12-07T10:15:18.821777+0000 mgr.a (mgr.24293) 1002 : cluster 0 pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:15:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:21 smithi044 bash[32620]: cluster 2023-12-07T10:15:20.822597+0000 mgr.a (mgr.24293) 1003 : cluster 0 pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:15:22.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:21 smithi022 bash[28554]: cluster 2023-12-07T10:15:20.822597+0000 mgr.a (mgr.24293) 1003 : cluster 0 pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:15:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:21 smithi027 bash[31536]: cluster 2023-12-07T10:15:20.822597+0000 mgr.a (mgr.24293) 1003 : cluster 0 pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:15:22.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:22.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:22.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:23.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:23.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:23.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:23.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:23.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:23 smithi044 bash[32620]: audit 2023-12-07T10:15:22.721643+0000 mgr.a (mgr.24293) 1004 : audit 0 from='client.33252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:23 smithi044 bash[32620]: cluster 2023-12-07T10:15:22.823337+0000 mgr.a (mgr.24293) 1005 : cluster 0 pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:23 smithi022 bash[28554]: audit 2023-12-07T10:15:22.721643+0000 mgr.a (mgr.24293) 1004 : audit 0 from='client.33252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:23 smithi022 bash[28554]: cluster 2023-12-07T10:15:22.823337+0000 mgr.a (mgr.24293) 1005 : cluster 0 pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:23 smithi027 bash[31536]: audit 2023-12-07T10:15:22.721643+0000 mgr.a (mgr.24293) 1004 : audit 0 from='client.33252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:23 smithi027 bash[31536]: cluster 2023-12-07T10:15:22.823337+0000 mgr.a (mgr.24293) 1005 : cluster 0 pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:25 smithi044 bash[32620]: cluster 2023-12-07T10:15:24.824131+0000 mgr.a (mgr.24293) 1006 : cluster 0 pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:25 smithi022 bash[28554]: cluster 2023-12-07T10:15:24.824131+0000 mgr.a (mgr.24293) 1006 : cluster 0 pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:25 smithi027 bash[31536]: cluster 2023-12-07T10:15:24.824131+0000 mgr.a (mgr.24293) 1006 : cluster 0 pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:26 smithi044 bash[32620]: audit 2023-12-07T10:15:26.123529+0000 mon.a (mon.0) 601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:15:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:26 smithi044 bash[32620]: audit 2023-12-07T10:15:26.651783+0000 mon.a (mon.0) 602 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:26 smithi044 bash[32620]: audit 2023-12-07T10:15:26.657878+0000 mon.a (mon.0) 603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:26 smithi022 bash[28554]: audit 2023-12-07T10:15:26.123529+0000 mon.a (mon.0) 601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:15:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:26 smithi022 bash[28554]: audit 2023-12-07T10:15:26.651783+0000 mon.a (mon.0) 602 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:26 smithi022 bash[28554]: audit 2023-12-07T10:15:26.657878+0000 mon.a (mon.0) 603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:26 smithi027 bash[31536]: audit 2023-12-07T10:15:26.123529+0000 mon.a (mon.0) 601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:15:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:26 smithi027 bash[31536]: audit 2023-12-07T10:15:26.651783+0000 mon.a (mon.0) 602 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:26 smithi027 bash[31536]: audit 2023-12-07T10:15:26.657878+0000 mon.a (mon.0) 603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:27 smithi044 bash[32620]: cluster 2023-12-07T10:15:26.824573+0000 mgr.a (mgr.24293) 1007 : cluster 0 pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:27 smithi044 bash[32620]: audit 2023-12-07T10:15:27.389904+0000 mon.a (mon.0) 604 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:15:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:27 smithi044 bash[32620]: audit 2023-12-07T10:15:27.391756+0000 mon.a (mon.0) 605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:15:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:27 smithi044 bash[32620]: audit 2023-12-07T10:15:27.400847+0000 mon.a (mon.0) 606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:27 smithi022 bash[28554]: cluster 2023-12-07T10:15:26.824573+0000 mgr.a (mgr.24293) 1007 : cluster 0 pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:27 smithi022 bash[28554]: audit 2023-12-07T10:15:27.389904+0000 mon.a (mon.0) 604 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:15:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:27 smithi022 bash[28554]: audit 2023-12-07T10:15:27.391756+0000 mon.a (mon.0) 605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:15:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:27 smithi022 bash[28554]: audit 2023-12-07T10:15:27.400847+0000 mon.a (mon.0) 606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:27 smithi027 bash[31536]: cluster 2023-12-07T10:15:26.824573+0000 mgr.a (mgr.24293) 1007 : cluster 0 pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:27 smithi027 bash[31536]: audit 2023-12-07T10:15:27.389904+0000 mon.a (mon.0) 604 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:15:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:27 smithi027 bash[31536]: audit 2023-12-07T10:15:27.391756+0000 mon.a (mon.0) 605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:15:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:27 smithi027 bash[31536]: audit 2023-12-07T10:15:27.400847+0000 mon.a (mon.0) 606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:15:28.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:28.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:28.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:29.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:29 smithi044 bash[32620]: audit 2023-12-07T10:15:28.624261+0000 mgr.a (mgr.24293) 1008 : audit 0 from='client.33330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:29 smithi044 bash[32620]: cluster 2023-12-07T10:15:28.825224+0000 mgr.a (mgr.24293) 1009 : cluster 0 pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:29 smithi022 bash[28554]: audit 2023-12-07T10:15:28.624261+0000 mgr.a (mgr.24293) 1008 : audit 0 from='client.33330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:29 smithi022 bash[28554]: cluster 2023-12-07T10:15:28.825224+0000 mgr.a (mgr.24293) 1009 : cluster 0 pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:29 smithi027 bash[31536]: audit 2023-12-07T10:15:28.624261+0000 mgr.a (mgr.24293) 1008 : audit 0 from='client.33330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:29 smithi027 bash[31536]: cluster 2023-12-07T10:15:28.825224+0000 mgr.a (mgr.24293) 1009 : cluster 0 pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:31 smithi044 bash[32620]: cluster 2023-12-07T10:15:30.826138+0000 mgr.a (mgr.24293) 1010 : cluster 0 pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:32.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:31 smithi022 bash[28554]: cluster 2023-12-07T10:15:30.826138+0000 mgr.a (mgr.24293) 1010 : cluster 0 pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:31 smithi027 bash[31536]: cluster 2023-12-07T10:15:30.826138+0000 mgr.a (mgr.24293) 1010 : cluster 0 pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:34.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:34.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:34.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:33 smithi044 bash[32620]: cluster 2023-12-07T10:15:32.826733+0000 mgr.a (mgr.24293) 1011 : 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-07T10:15:34.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:33 smithi022 bash[28554]: cluster 2023-12-07T10:15:32.826733+0000 mgr.a (mgr.24293) 1011 : 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-07T10:15:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:33 smithi027 bash[31536]: cluster 2023-12-07T10:15:32.826733+0000 mgr.a (mgr.24293) 1011 : 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-07T10:15:35.120 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:35.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:35.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:35.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:35.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:35 smithi044 bash[32620]: audit 2023-12-07T10:15:34.580903+0000 mgr.a (mgr.24293) 1012 : audit 0 from='client.33405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:35 smithi044 bash[32620]: cluster 2023-12-07T10:15:34.827337+0000 mgr.a (mgr.24293) 1013 : 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-07T10:15:36.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:35 smithi022 bash[28554]: audit 2023-12-07T10:15:34.580903+0000 mgr.a (mgr.24293) 1012 : audit 0 from='client.33405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:36.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:35 smithi022 bash[28554]: cluster 2023-12-07T10:15:34.827337+0000 mgr.a (mgr.24293) 1013 : 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-07T10:15:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:35 smithi027 bash[31536]: audit 2023-12-07T10:15:34.580903+0000 mgr.a (mgr.24293) 1012 : audit 0 from='client.33405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:35 smithi027 bash[31536]: cluster 2023-12-07T10:15:34.827337+0000 mgr.a (mgr.24293) 1013 : 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-07T10:15:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:37 smithi044 bash[32620]: cluster 2023-12-07T10:15:36.828304+0000 mgr.a (mgr.24293) 1014 : 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-07T10:15:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:37 smithi022 bash[28554]: cluster 2023-12-07T10:15:36.828304+0000 mgr.a (mgr.24293) 1014 : 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-07T10:15:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:37 smithi027 bash[31536]: cluster 2023-12-07T10:15:36.828304+0000 mgr.a (mgr.24293) 1014 : 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-07T10:15:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:39 smithi044 bash[32620]: cluster 2023-12-07T10:15:38.828891+0000 mgr.a (mgr.24293) 1015 : 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-07T10:15:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:39 smithi022 bash[28554]: cluster 2023-12-07T10:15:38.828891+0000 mgr.a (mgr.24293) 1015 : 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-07T10:15:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:39 smithi027 bash[31536]: cluster 2023-12-07T10:15:38.828891+0000 mgr.a (mgr.24293) 1015 : 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-07T10:15:40.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:40.124 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:40.124 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:41.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:41.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:41.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:41.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:41.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:41 smithi044 bash[32620]: audit 2023-12-07T10:15:40.532400+0000 mgr.a (mgr.24293) 1016 : audit 0 from='client.33480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:41 smithi044 bash[32620]: cluster 2023-12-07T10:15:40.830024+0000 mgr.a (mgr.24293) 1017 : cluster 0 pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:41 smithi022 bash[28554]: audit 2023-12-07T10:15:40.532400+0000 mgr.a (mgr.24293) 1016 : audit 0 from='client.33480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:42.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:41 smithi022 bash[28554]: cluster 2023-12-07T10:15:40.830024+0000 mgr.a (mgr.24293) 1017 : cluster 0 pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:41 smithi027 bash[31536]: audit 2023-12-07T10:15:40.532400+0000 mgr.a (mgr.24293) 1016 : audit 0 from='client.33480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:41 smithi027 bash[31536]: cluster 2023-12-07T10:15:40.830024+0000 mgr.a (mgr.24293) 1017 : cluster 0 pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:43 smithi044 bash[32620]: cluster 2023-12-07T10:15:42.830726+0000 mgr.a (mgr.24293) 1018 : cluster 0 pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:43.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:43 smithi022 bash[28554]: cluster 2023-12-07T10:15:42.830726+0000 mgr.a (mgr.24293) 1018 : cluster 0 pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:43 smithi027 bash[31536]: cluster 2023-12-07T10:15:42.830726+0000 mgr.a (mgr.24293) 1018 : cluster 0 pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:46.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:46.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:46.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:45 smithi044 bash[32620]: cluster 2023-12-07T10:15:44.831442+0000 mgr.a (mgr.24293) 1019 : cluster 0 pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:45 smithi022 bash[28554]: cluster 2023-12-07T10:15:44.831442+0000 mgr.a (mgr.24293) 1019 : cluster 0 pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:45 smithi027 bash[31536]: cluster 2023-12-07T10:15:44.831442+0000 mgr.a (mgr.24293) 1019 : cluster 0 pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:46.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:46.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:46.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:46.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:46.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:47 smithi044 bash[32620]: audit 2023-12-07T10:15:46.465940+0000 mgr.a (mgr.24293) 1020 : audit 0 from='client.33558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:47 smithi044 bash[32620]: cluster 2023-12-07T10:15:46.832534+0000 mgr.a (mgr.24293) 1021 : cluster 0 pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:47 smithi022 bash[28554]: audit 2023-12-07T10:15:46.465940+0000 mgr.a (mgr.24293) 1020 : audit 0 from='client.33558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:47 smithi022 bash[28554]: cluster 2023-12-07T10:15:46.832534+0000 mgr.a (mgr.24293) 1021 : cluster 0 pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:47 smithi027 bash[31536]: audit 2023-12-07T10:15:46.465940+0000 mgr.a (mgr.24293) 1020 : audit 0 from='client.33558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:47 smithi027 bash[31536]: cluster 2023-12-07T10:15:46.832534+0000 mgr.a (mgr.24293) 1021 : cluster 0 pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:49 smithi044 bash[32620]: cluster 2023-12-07T10:15:48.833242+0000 mgr.a (mgr.24293) 1022 : cluster 0 pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:49 smithi022 bash[28554]: cluster 2023-12-07T10:15:48.833242+0000 mgr.a (mgr.24293) 1022 : cluster 0 pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:49 smithi027 bash[31536]: cluster 2023-12-07T10:15:48.833242+0000 mgr.a (mgr.24293) 1022 : cluster 0 pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:52.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:52.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:52.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:51 smithi044 bash[32620]: cluster 2023-12-07T10:15:50.834070+0000 mgr.a (mgr.24293) 1023 : cluster 0 pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:51 smithi022 bash[28554]: cluster 2023-12-07T10:15:50.834070+0000 mgr.a (mgr.24293) 1023 : cluster 0 pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:51 smithi027 bash[31536]: cluster 2023-12-07T10:15:50.834070+0000 mgr.a (mgr.24293) 1023 : cluster 0 pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:52.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:52.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:52.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:52.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:52.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:53 smithi044 bash[32620]: audit 2023-12-07T10:15:52.407883+0000 mgr.a (mgr.24293) 1024 : audit 0 from='client.33633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:53 smithi044 bash[32620]: cluster 2023-12-07T10:15:52.834591+0000 mgr.a (mgr.24293) 1025 : cluster 0 pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:53 smithi022 bash[28554]: audit 2023-12-07T10:15:52.407883+0000 mgr.a (mgr.24293) 1024 : audit 0 from='client.33633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:53 smithi022 bash[28554]: cluster 2023-12-07T10:15:52.834591+0000 mgr.a (mgr.24293) 1025 : cluster 0 pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:53 smithi027 bash[31536]: audit 2023-12-07T10:15:52.407883+0000 mgr.a (mgr.24293) 1024 : audit 0 from='client.33633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:53 smithi027 bash[31536]: cluster 2023-12-07T10:15:52.834591+0000 mgr.a (mgr.24293) 1025 : cluster 0 pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:55 smithi044 bash[32620]: cluster 2023-12-07T10:15:54.835168+0000 mgr.a (mgr.24293) 1026 : cluster 0 pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:56.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:55 smithi022 bash[28554]: cluster 2023-12-07T10:15:54.835168+0000 mgr.a (mgr.24293) 1026 : cluster 0 pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:55 smithi027 bash[31536]: cluster 2023-12-07T10:15:54.835168+0000 mgr.a (mgr.24293) 1026 : cluster 0 pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:57.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:15:57.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:57.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:57 smithi044 bash[32620]: cluster 2023-12-07T10:15:56.835993+0000 mgr.a (mgr.24293) 1027 : cluster 0 pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:57 smithi022 bash[28554]: cluster 2023-12-07T10:15:56.835993+0000 mgr.a (mgr.24293) 1027 : cluster 0 pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:57 smithi027 bash[31536]: cluster 2023-12-07T10:15:56.835993+0000 mgr.a (mgr.24293) 1027 : cluster 0 pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:58.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:15:58.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:58.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:58.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:58.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:15:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:59 smithi044 bash[32620]: audit 2023-12-07T10:15:58.351483+0000 mgr.a (mgr.24293) 1028 : audit 0 from='client.33708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:15:59 smithi044 bash[32620]: cluster 2023-12-07T10:15:58.836476+0000 mgr.a (mgr.24293) 1029 : cluster 0 pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:59 smithi022 bash[28554]: audit 2023-12-07T10:15:58.351483+0000 mgr.a (mgr.24293) 1028 : audit 0 from='client.33708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:15:59 smithi022 bash[28554]: cluster 2023-12-07T10:15:58.836476+0000 mgr.a (mgr.24293) 1029 : cluster 0 pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:59 smithi027 bash[31536]: audit 2023-12-07T10:15:58.351483+0000 mgr.a (mgr.24293) 1028 : audit 0 from='client.33708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:15:59 smithi027 bash[31536]: cluster 2023-12-07T10:15:58.836476+0000 mgr.a (mgr.24293) 1029 : cluster 0 pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:01 smithi044 bash[32620]: cluster 2023-12-07T10:16:00.837271+0000 mgr.a (mgr.24293) 1030 : cluster 0 pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:01 smithi022 bash[28554]: cluster 2023-12-07T10:16:00.837271+0000 mgr.a (mgr.24293) 1030 : cluster 0 pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:01 smithi027 bash[31536]: cluster 2023-12-07T10:16:00.837271+0000 mgr.a (mgr.24293) 1030 : cluster 0 pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:03.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:03.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:03.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:03 smithi044 bash[32620]: cluster 2023-12-07T10:16:02.837833+0000 mgr.a (mgr.24293) 1031 : cluster 0 pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:03 smithi022 bash[28554]: cluster 2023-12-07T10:16:02.837833+0000 mgr.a (mgr.24293) 1031 : cluster 0 pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:03 smithi027 bash[31536]: cluster 2023-12-07T10:16:02.837833+0000 mgr.a (mgr.24293) 1031 : cluster 0 pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:04.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:04.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:04.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:04.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:04.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:05 smithi044 bash[32620]: audit 2023-12-07T10:16:04.296637+0000 mgr.a (mgr.24293) 1032 : audit 0 from='client.33786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:05 smithi044 bash[32620]: cluster 2023-12-07T10:16:04.838603+0000 mgr.a (mgr.24293) 1033 : cluster 0 pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:06.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:05 smithi022 bash[28554]: audit 2023-12-07T10:16:04.296637+0000 mgr.a (mgr.24293) 1032 : audit 0 from='client.33786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:06.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:05 smithi022 bash[28554]: cluster 2023-12-07T10:16:04.838603+0000 mgr.a (mgr.24293) 1033 : cluster 0 pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:05 smithi027 bash[31536]: audit 2023-12-07T10:16:04.296637+0000 mgr.a (mgr.24293) 1032 : audit 0 from='client.33786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:05 smithi027 bash[31536]: cluster 2023-12-07T10:16:04.838603+0000 mgr.a (mgr.24293) 1033 : cluster 0 pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:07 smithi044 bash[32620]: cluster 2023-12-07T10:16:06.839485+0000 mgr.a (mgr.24293) 1034 : cluster 0 pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:07 smithi022 bash[28554]: cluster 2023-12-07T10:16:06.839485+0000 mgr.a (mgr.24293) 1034 : cluster 0 pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:07 smithi027 bash[31536]: cluster 2023-12-07T10:16:06.839485+0000 mgr.a (mgr.24293) 1034 : cluster 0 pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:09 smithi044 bash[32620]: cluster 2023-12-07T10:16:08.840013+0000 mgr.a (mgr.24293) 1035 : 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-07T10:16:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:09 smithi022 bash[28554]: cluster 2023-12-07T10:16:08.840013+0000 mgr.a (mgr.24293) 1035 : 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-07T10:16:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:09 smithi027 bash[31536]: cluster 2023-12-07T10:16:08.840013+0000 mgr.a (mgr.24293) 1035 : 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-07T10:16:09.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:09.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:09.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:10.725 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:10.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:10.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:10.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:10.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:11 smithi044 bash[32620]: audit 2023-12-07T10:16:10.205284+0000 mgr.a (mgr.24293) 1036 : audit 0 from='client.33864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:11 smithi044 bash[32620]: cluster 2023-12-07T10:16:10.841078+0000 mgr.a (mgr.24293) 1037 : cluster 0 pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:16:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:11 smithi022 bash[28554]: audit 2023-12-07T10:16:10.205284+0000 mgr.a (mgr.24293) 1036 : audit 0 from='client.33864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:11 smithi022 bash[28554]: cluster 2023-12-07T10:16:10.841078+0000 mgr.a (mgr.24293) 1037 : cluster 0 pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:16:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:11 smithi027 bash[31536]: audit 2023-12-07T10:16:10.205284+0000 mgr.a (mgr.24293) 1036 : audit 0 from='client.33864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:11 smithi027 bash[31536]: cluster 2023-12-07T10:16:10.841078+0000 mgr.a (mgr.24293) 1037 : cluster 0 pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:16:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:13 smithi044 bash[32620]: cluster 2023-12-07T10:16:12.841665+0000 mgr.a (mgr.24293) 1038 : cluster 0 pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:16:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:13 smithi022 bash[28554]: cluster 2023-12-07T10:16:12.841665+0000 mgr.a (mgr.24293) 1038 : cluster 0 pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:16:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:13 smithi027 bash[31536]: cluster 2023-12-07T10:16:12.841665+0000 mgr.a (mgr.24293) 1038 : cluster 0 pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:16:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:15.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:15.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:15 smithi044 bash[32620]: cluster 2023-12-07T10:16:14.842228+0000 mgr.a (mgr.24293) 1039 : cluster 0 pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:16:16.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:15 smithi022 bash[28554]: cluster 2023-12-07T10:16:14.842228+0000 mgr.a (mgr.24293) 1039 : cluster 0 pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:16:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:15 smithi027 bash[31536]: cluster 2023-12-07T10:16:14.842228+0000 mgr.a (mgr.24293) 1039 : cluster 0 pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:16:16.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:16.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:16.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:16.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:16.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:17 smithi044 bash[32620]: audit 2023-12-07T10:16:16.133651+0000 mgr.a (mgr.24293) 1040 : audit 0 from='client.33942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:17 smithi044 bash[32620]: cluster 2023-12-07T10:16:16.843276+0000 mgr.a (mgr.24293) 1041 : cluster 0 pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:18.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:17 smithi022 bash[28554]: audit 2023-12-07T10:16:16.133651+0000 mgr.a (mgr.24293) 1040 : audit 0 from='client.33942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:18.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:17 smithi022 bash[28554]: cluster 2023-12-07T10:16:16.843276+0000 mgr.a (mgr.24293) 1041 : cluster 0 pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:17 smithi027 bash[31536]: audit 2023-12-07T10:16:16.133651+0000 mgr.a (mgr.24293) 1040 : audit 0 from='client.33942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:17 smithi027 bash[31536]: cluster 2023-12-07T10:16:16.843276+0000 mgr.a (mgr.24293) 1041 : cluster 0 pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:19 smithi044 bash[32620]: cluster 2023-12-07T10:16:18.843907+0000 mgr.a (mgr.24293) 1042 : cluster 0 pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:19 smithi022 bash[28554]: cluster 2023-12-07T10:16:18.843907+0000 mgr.a (mgr.24293) 1042 : cluster 0 pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:19 smithi027 bash[31536]: cluster 2023-12-07T10:16:18.843907+0000 mgr.a (mgr.24293) 1042 : cluster 0 pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:21.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:21 smithi044 bash[32620]: cluster 2023-12-07T10:16:20.844681+0000 mgr.a (mgr.24293) 1043 : cluster 0 pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:21 smithi022 bash[28554]: cluster 2023-12-07T10:16:20.844681+0000 mgr.a (mgr.24293) 1043 : cluster 0 pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:21 smithi027 bash[31536]: cluster 2023-12-07T10:16:20.844681+0000 mgr.a (mgr.24293) 1043 : cluster 0 pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:22.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:22.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:22.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:22.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:22.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:23 smithi044 bash[32620]: audit 2023-12-07T10:16:22.056414+0000 mgr.a (mgr.24293) 1044 : audit 0 from='client.34017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:23 smithi044 bash[32620]: cluster 2023-12-07T10:16:22.845420+0000 mgr.a (mgr.24293) 1045 : cluster 0 pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:24.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:23 smithi022 bash[28554]: audit 2023-12-07T10:16:22.056414+0000 mgr.a (mgr.24293) 1044 : audit 0 from='client.34017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:24.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:23 smithi022 bash[28554]: cluster 2023-12-07T10:16:22.845420+0000 mgr.a (mgr.24293) 1045 : cluster 0 pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:23 smithi027 bash[31536]: audit 2023-12-07T10:16:22.056414+0000 mgr.a (mgr.24293) 1044 : audit 0 from='client.34017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:23 smithi027 bash[31536]: cluster 2023-12-07T10:16:22.845420+0000 mgr.a (mgr.24293) 1045 : cluster 0 pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:25 smithi044 bash[32620]: cluster 2023-12-07T10:16:24.846036+0000 mgr.a (mgr.24293) 1046 : cluster 0 pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:26.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:25 smithi022 bash[28554]: cluster 2023-12-07T10:16:24.846036+0000 mgr.a (mgr.24293) 1046 : cluster 0 pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:25 smithi027 bash[31536]: cluster 2023-12-07T10:16:24.846036+0000 mgr.a (mgr.24293) 1046 : cluster 0 pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:27.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:27.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:27.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:27 smithi044 bash[32620]: cluster 2023-12-07T10:16:26.846826+0000 mgr.a (mgr.24293) 1047 : cluster 0 pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:16:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:27 smithi044 bash[32620]: audit 2023-12-07T10:16:27.503484+0000 mon.a (mon.0) 607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:16:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:27 smithi022 bash[28554]: cluster 2023-12-07T10:16:26.846826+0000 mgr.a (mgr.24293) 1047 : cluster 0 pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:16:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:27 smithi022 bash[28554]: audit 2023-12-07T10:16:27.503484+0000 mon.a (mon.0) 607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:16:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:27 smithi027 bash[31536]: cluster 2023-12-07T10:16:26.846826+0000 mgr.a (mgr.24293) 1047 : cluster 0 pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:16:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:27 smithi027 bash[31536]: audit 2023-12-07T10:16:27.503484+0000 mon.a (mon.0) 607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:16:28.495 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:28.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:28.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:28.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:28.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:27.972103+0000 mgr.a (mgr.24293) 1048 : audit 0 from='client.34092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.042777+0000 mon.a (mon.0) 608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.047630+0000 mon.a (mon.0) 609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.051741+0000 mon.a (mon.0) 610 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.055893+0000 mon.a (mon.0) 611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.838697+0000 mon.a (mon.0) 612 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.840945+0000 mon.a (mon.0) 613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:16:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:28 smithi044 bash[32620]: audit 2023-12-07T10:16:28.851785+0000 mon.a (mon.0) 614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:27.972103+0000 mgr.a (mgr.24293) 1048 : audit 0 from='client.34092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.042777+0000 mon.a (mon.0) 608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.047630+0000 mon.a (mon.0) 609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.051741+0000 mon.a (mon.0) 610 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.055893+0000 mon.a (mon.0) 611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.838697+0000 mon.a (mon.0) 612 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.840945+0000 mon.a (mon.0) 613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:16:29.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:28 smithi022 bash[28554]: audit 2023-12-07T10:16:28.851785+0000 mon.a (mon.0) 614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:27.972103+0000 mgr.a (mgr.24293) 1048 : audit 0 from='client.34092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.042777+0000 mon.a (mon.0) 608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.047630+0000 mon.a (mon.0) 609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.051741+0000 mon.a (mon.0) 610 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.055893+0000 mon.a (mon.0) 611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.838697+0000 mon.a (mon.0) 612 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:16:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.840945+0000 mon.a (mon.0) 613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:16:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:28 smithi027 bash[31536]: audit 2023-12-07T10:16:28.851785+0000 mon.a (mon.0) 614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:16:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:29 smithi044 bash[32620]: cluster 2023-12-07T10:16:28.847352+0000 mgr.a (mgr.24293) 1049 : cluster 0 pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:29 smithi022 bash[28554]: cluster 2023-12-07T10:16:28.847352+0000 mgr.a (mgr.24293) 1049 : cluster 0 pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:29 smithi027 bash[31536]: cluster 2023-12-07T10:16:28.847352+0000 mgr.a (mgr.24293) 1049 : cluster 0 pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:31 smithi044 bash[32620]: cluster 2023-12-07T10:16:30.848153+0000 mgr.a (mgr.24293) 1050 : cluster 0 pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:31 smithi022 bash[28554]: cluster 2023-12-07T10:16:30.848153+0000 mgr.a (mgr.24293) 1050 : cluster 0 pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:31 smithi027 bash[31536]: cluster 2023-12-07T10:16:30.848153+0000 mgr.a (mgr.24293) 1050 : cluster 0 pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:33.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:33.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:33.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:33 smithi044 bash[32620]: cluster 2023-12-07T10:16:32.848713+0000 mgr.a (mgr.24293) 1051 : cluster 0 pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:34.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:33 smithi022 bash[28554]: cluster 2023-12-07T10:16:32.848713+0000 mgr.a (mgr.24293) 1051 : cluster 0 pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:33 smithi027 bash[31536]: cluster 2023-12-07T10:16:32.848713+0000 mgr.a (mgr.24293) 1051 : cluster 0 pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:34.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:34.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:34.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:34.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:34.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:34 smithi027 bash[31536]: audit 2023-12-07T10:16:33.908717+0000 mgr.a (mgr.24293) 1052 : audit 0 from='client.34170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:35.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:34 smithi044 bash[32620]: audit 2023-12-07T10:16:33.908717+0000 mgr.a (mgr.24293) 1052 : audit 0 from='client.34170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:34 smithi022 bash[28554]: audit 2023-12-07T10:16:33.908717+0000 mgr.a (mgr.24293) 1052 : audit 0 from='client.34170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:35 smithi027 bash[31536]: cluster 2023-12-07T10:16:34.849547+0000 mgr.a (mgr.24293) 1053 : cluster 0 pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:35 smithi044 bash[32620]: cluster 2023-12-07T10:16:34.849547+0000 mgr.a (mgr.24293) 1053 : cluster 0 pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:35 smithi022 bash[28554]: cluster 2023-12-07T10:16:34.849547+0000 mgr.a (mgr.24293) 1053 : cluster 0 pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:37 smithi027 bash[31536]: cluster 2023-12-07T10:16:36.850413+0000 mgr.a (mgr.24293) 1054 : cluster 0 pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:37 smithi044 bash[32620]: cluster 2023-12-07T10:16:36.850413+0000 mgr.a (mgr.24293) 1054 : cluster 0 pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:37 smithi022 bash[28554]: cluster 2023-12-07T10:16:36.850413+0000 mgr.a (mgr.24293) 1054 : cluster 0 pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:39.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:39.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:39.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:39 smithi044 bash[32620]: cluster 2023-12-07T10:16:38.851118+0000 mgr.a (mgr.24293) 1055 : 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-07T10:16:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:39 smithi022 bash[28554]: cluster 2023-12-07T10:16:38.851118+0000 mgr.a (mgr.24293) 1055 : 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-07T10:16:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:39 smithi027 bash[31536]: cluster 2023-12-07T10:16:38.851118+0000 mgr.a (mgr.24293) 1055 : 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-07T10:16:40.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:40.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:40.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:40.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:40.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:40 smithi044 bash[32620]: audit 2023-12-07T10:16:39.828793+0000 mgr.a (mgr.24293) 1056 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:40 smithi022 bash[28554]: audit 2023-12-07T10:16:39.828793+0000 mgr.a (mgr.24293) 1056 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:40 smithi027 bash[31536]: audit 2023-12-07T10:16:39.828793+0000 mgr.a (mgr.24293) 1056 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:41 smithi044 bash[32620]: cluster 2023-12-07T10:16:40.852229+0000 mgr.a (mgr.24293) 1057 : 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-07T10:16:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:41 smithi022 bash[28554]: cluster 2023-12-07T10:16:40.852229+0000 mgr.a (mgr.24293) 1057 : 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-07T10:16:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:41 smithi027 bash[31536]: cluster 2023-12-07T10:16:40.852229+0000 mgr.a (mgr.24293) 1057 : 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-07T10:16:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:43 smithi044 bash[32620]: cluster 2023-12-07T10:16:42.852949+0000 mgr.a (mgr.24293) 1058 : 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-07T10:16:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:43 smithi022 bash[28554]: cluster 2023-12-07T10:16:42.852949+0000 mgr.a (mgr.24293) 1058 : 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-07T10:16:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:43 smithi027 bash[31536]: cluster 2023-12-07T10:16:42.852949+0000 mgr.a (mgr.24293) 1058 : 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-07T10:16:45.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:45.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:45.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:45 smithi044 bash[32620]: cluster 2023-12-07T10:16:44.853678+0000 mgr.a (mgr.24293) 1059 : 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-07T10:16:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:45 smithi022 bash[28554]: cluster 2023-12-07T10:16:44.853678+0000 mgr.a (mgr.24293) 1059 : 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-07T10:16:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:45 smithi027 bash[31536]: cluster 2023-12-07T10:16:44.853678+0000 mgr.a (mgr.24293) 1059 : 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-07T10:16:46.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:46.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:46.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:46.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:46.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:46 smithi044 bash[32620]: audit 2023-12-07T10:16:45.753656+0000 mgr.a (mgr.24293) 1060 : audit 0 from='client.34320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:46 smithi022 bash[28554]: audit 2023-12-07T10:16:45.753656+0000 mgr.a (mgr.24293) 1060 : audit 0 from='client.34320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:46 smithi027 bash[31536]: audit 2023-12-07T10:16:45.753656+0000 mgr.a (mgr.24293) 1060 : audit 0 from='client.34320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:47 smithi044 bash[32620]: cluster 2023-12-07T10:16:46.854798+0000 mgr.a (mgr.24293) 1061 : cluster 0 pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:47 smithi022 bash[28554]: cluster 2023-12-07T10:16:46.854798+0000 mgr.a (mgr.24293) 1061 : cluster 0 pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:47 smithi027 bash[31536]: cluster 2023-12-07T10:16:46.854798+0000 mgr.a (mgr.24293) 1061 : cluster 0 pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:49 smithi044 bash[32620]: cluster 2023-12-07T10:16:48.855432+0000 mgr.a (mgr.24293) 1062 : cluster 0 pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:49 smithi022 bash[28554]: cluster 2023-12-07T10:16:48.855432+0000 mgr.a (mgr.24293) 1062 : cluster 0 pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:49 smithi027 bash[31536]: cluster 2023-12-07T10:16:48.855432+0000 mgr.a (mgr.24293) 1062 : cluster 0 pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:51.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:51.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:51.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:51 smithi044 bash[32620]: cluster 2023-12-07T10:16:50.856143+0000 mgr.a (mgr.24293) 1063 : cluster 0 pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:51 smithi022 bash[28554]: cluster 2023-12-07T10:16:50.856143+0000 mgr.a (mgr.24293) 1063 : cluster 0 pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:52.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:52.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:52.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:52.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:52.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:51 smithi027 bash[31536]: cluster 2023-12-07T10:16:50.856143+0000 mgr.a (mgr.24293) 1063 : cluster 0 pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:52 smithi044 bash[32620]: audit 2023-12-07T10:16:51.673744+0000 mgr.a (mgr.24293) 1064 : audit 0 from='client.34395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:52 smithi022 bash[28554]: audit 2023-12-07T10:16:51.673744+0000 mgr.a (mgr.24293) 1064 : audit 0 from='client.34395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:52 smithi027 bash[31536]: audit 2023-12-07T10:16:51.673744+0000 mgr.a (mgr.24293) 1064 : audit 0 from='client.34395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:53 smithi044 bash[32620]: cluster 2023-12-07T10:16:52.856847+0000 mgr.a (mgr.24293) 1065 : cluster 0 pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:53 smithi022 bash[28554]: cluster 2023-12-07T10:16:52.856847+0000 mgr.a (mgr.24293) 1065 : cluster 0 pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:53 smithi027 bash[31536]: cluster 2023-12-07T10:16:52.856847+0000 mgr.a (mgr.24293) 1065 : cluster 0 pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:55 smithi022 bash[28554]: cluster 2023-12-07T10:16:54.857433+0000 mgr.a (mgr.24293) 1066 : cluster 0 pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:55 smithi027 bash[31536]: cluster 2023-12-07T10:16:54.857433+0000 mgr.a (mgr.24293) 1066 : cluster 0 pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:55 smithi044 bash[32620]: cluster 2023-12-07T10:16:54.857433+0000 mgr.a (mgr.24293) 1066 : cluster 0 pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:57.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:16:57.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:57.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:58.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:16:58.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:58.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:58.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:58.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:16:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:57 smithi027 bash[31536]: cluster 2023-12-07T10:16:56.858246+0000 mgr.a (mgr.24293) 1067 : cluster 0 pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:57 smithi044 bash[32620]: cluster 2023-12-07T10:16:56.858246+0000 mgr.a (mgr.24293) 1067 : cluster 0 pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:57 smithi022 bash[28554]: cluster 2023-12-07T10:16:56.858246+0000 mgr.a (mgr.24293) 1067 : cluster 0 pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:58 smithi027 bash[31536]: audit 2023-12-07T10:16:57.613160+0000 mgr.a (mgr.24293) 1068 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:58 smithi044 bash[32620]: audit 2023-12-07T10:16:57.613160+0000 mgr.a (mgr.24293) 1068 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:58 smithi022 bash[28554]: audit 2023-12-07T10:16:57.613160+0000 mgr.a (mgr.24293) 1068 : audit 0 from='client.34473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:16:59 smithi027 bash[31536]: cluster 2023-12-07T10:16:58.858954+0000 mgr.a (mgr.24293) 1069 : cluster 0 pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:16:59 smithi044 bash[32620]: cluster 2023-12-07T10:16:58.858954+0000 mgr.a (mgr.24293) 1069 : cluster 0 pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:16:59 smithi022 bash[28554]: cluster 2023-12-07T10:16:58.858954+0000 mgr.a (mgr.24293) 1069 : cluster 0 pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:01 smithi022 bash[28554]: cluster 2023-12-07T10:17:00.859760+0000 mgr.a (mgr.24293) 1070 : cluster 0 pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:01 smithi027 bash[31536]: cluster 2023-12-07T10:17:00.859760+0000 mgr.a (mgr.24293) 1070 : cluster 0 pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:01 smithi044 bash[32620]: cluster 2023-12-07T10:17:00.859760+0000 mgr.a (mgr.24293) 1070 : cluster 0 pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:03.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:03.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:03.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:04.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:04.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:04.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:04.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:04.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:03 smithi027 bash[31536]: cluster 2023-12-07T10:17:02.860423+0000 mgr.a (mgr.24293) 1071 : cluster 0 pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:03 smithi044 bash[32620]: cluster 2023-12-07T10:17:02.860423+0000 mgr.a (mgr.24293) 1071 : cluster 0 pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:03 smithi022 bash[28554]: cluster 2023-12-07T10:17:02.860423+0000 mgr.a (mgr.24293) 1071 : cluster 0 pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:04 smithi027 bash[31536]: audit 2023-12-07T10:17:03.553603+0000 mgr.a (mgr.24293) 1072 : audit 0 from='client.34551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:04 smithi044 bash[32620]: audit 2023-12-07T10:17:03.553603+0000 mgr.a (mgr.24293) 1072 : audit 0 from='client.34551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:04 smithi022 bash[28554]: audit 2023-12-07T10:17:03.553603+0000 mgr.a (mgr.24293) 1072 : audit 0 from='client.34551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:05 smithi044 bash[32620]: cluster 2023-12-07T10:17:04.861131+0000 mgr.a (mgr.24293) 1073 : cluster 0 pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:05 smithi022 bash[28554]: cluster 2023-12-07T10:17:04.861131+0000 mgr.a (mgr.24293) 1073 : cluster 0 pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:05 smithi027 bash[31536]: cluster 2023-12-07T10:17:04.861131+0000 mgr.a (mgr.24293) 1073 : cluster 0 pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:07 smithi044 bash[32620]: cluster 2023-12-07T10:17:06.861929+0000 mgr.a (mgr.24293) 1074 : cluster 0 pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:07 smithi022 bash[28554]: cluster 2023-12-07T10:17:06.861929+0000 mgr.a (mgr.24293) 1074 : cluster 0 pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:07 smithi027 bash[31536]: cluster 2023-12-07T10:17:06.861929+0000 mgr.a (mgr.24293) 1074 : cluster 0 pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:09.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:09.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:09.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:09 smithi044 bash[32620]: cluster 2023-12-07T10:17:08.862528+0000 mgr.a (mgr.24293) 1075 : cluster 0 pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:09 smithi022 bash[28554]: cluster 2023-12-07T10:17:08.862528+0000 mgr.a (mgr.24293) 1075 : cluster 0 pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:09 smithi027 bash[31536]: cluster 2023-12-07T10:17:08.862528+0000 mgr.a (mgr.24293) 1075 : cluster 0 pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:10.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:10.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:10.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:10.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:10.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:10 smithi044 bash[32620]: audit 2023-12-07T10:17:09.502260+0000 mgr.a (mgr.24293) 1076 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:10 smithi022 bash[28554]: audit 2023-12-07T10:17:09.502260+0000 mgr.a (mgr.24293) 1076 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:10 smithi027 bash[31536]: audit 2023-12-07T10:17:09.502260+0000 mgr.a (mgr.24293) 1076 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:11 smithi044 bash[32620]: cluster 2023-12-07T10:17:10.863462+0000 mgr.a (mgr.24293) 1077 : cluster 0 pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:11 smithi022 bash[28554]: cluster 2023-12-07T10:17:10.863462+0000 mgr.a (mgr.24293) 1077 : cluster 0 pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:11 smithi027 bash[31536]: cluster 2023-12-07T10:17:10.863462+0000 mgr.a (mgr.24293) 1077 : cluster 0 pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:13 smithi044 bash[32620]: cluster 2023-12-07T10:17:12.864049+0000 mgr.a (mgr.24293) 1078 : 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-07T10:17:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:13 smithi022 bash[28554]: cluster 2023-12-07T10:17:12.864049+0000 mgr.a (mgr.24293) 1078 : 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-07T10:17:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:13 smithi027 bash[31536]: cluster 2023-12-07T10:17:12.864049+0000 mgr.a (mgr.24293) 1078 : 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-07T10:17:15.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:15.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:15.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:15.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:15.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:15.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:15.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:15.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:15 smithi044 bash[32620]: cluster 2023-12-07T10:17:14.864635+0000 mgr.a (mgr.24293) 1079 : 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-07T10:17:16.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:15 smithi022 bash[28554]: cluster 2023-12-07T10:17:14.864635+0000 mgr.a (mgr.24293) 1079 : 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-07T10:17:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:15 smithi027 bash[31536]: cluster 2023-12-07T10:17:14.864635+0000 mgr.a (mgr.24293) 1079 : 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-07T10:17:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:16 smithi027 bash[31536]: audit 2023-12-07T10:17:15.443781+0000 mgr.a (mgr.24293) 1080 : audit 0 from='client.34704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:16 smithi044 bash[32620]: audit 2023-12-07T10:17:15.443781+0000 mgr.a (mgr.24293) 1080 : audit 0 from='client.34704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:16 smithi022 bash[28554]: audit 2023-12-07T10:17:15.443781+0000 mgr.a (mgr.24293) 1080 : audit 0 from='client.34704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:17 smithi027 bash[31536]: cluster 2023-12-07T10:17:16.865734+0000 mgr.a (mgr.24293) 1081 : cluster 0 pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:17:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:17 smithi044 bash[32620]: cluster 2023-12-07T10:17:16.865734+0000 mgr.a (mgr.24293) 1081 : cluster 0 pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:17:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:17 smithi022 bash[28554]: cluster 2023-12-07T10:17:16.865734+0000 mgr.a (mgr.24293) 1081 : cluster 0 pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:17:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:19 smithi044 bash[32620]: cluster 2023-12-07T10:17:18.866353+0000 mgr.a (mgr.24293) 1082 : cluster 0 pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:17:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:19 smithi022 bash[28554]: cluster 2023-12-07T10:17:18.866353+0000 mgr.a (mgr.24293) 1082 : cluster 0 pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:17:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:19 smithi027 bash[31536]: cluster 2023-12-07T10:17:18.866353+0000 mgr.a (mgr.24293) 1082 : cluster 0 pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:17:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:20.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:20.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:21.921 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:21.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:21.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:21.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:21.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:21 smithi044 bash[32620]: cluster 2023-12-07T10:17:20.867253+0000 mgr.a (mgr.24293) 1083 : cluster 0 pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:21 smithi022 bash[28554]: cluster 2023-12-07T10:17:20.867253+0000 mgr.a (mgr.24293) 1083 : cluster 0 pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:21 smithi027 bash[31536]: cluster 2023-12-07T10:17:20.867253+0000 mgr.a (mgr.24293) 1083 : cluster 0 pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:22 smithi027 bash[31536]: audit 2023-12-07T10:17:21.397228+0000 mgr.a (mgr.24293) 1084 : audit 0 from='client.34773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:22 smithi044 bash[32620]: audit 2023-12-07T10:17:21.397228+0000 mgr.a (mgr.24293) 1084 : audit 0 from='client.34773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:22 smithi022 bash[28554]: audit 2023-12-07T10:17:21.397228+0000 mgr.a (mgr.24293) 1084 : audit 0 from='client.34773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:23 smithi027 bash[31536]: cluster 2023-12-07T10:17:22.867936+0000 mgr.a (mgr.24293) 1085 : cluster 0 pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:23 smithi044 bash[32620]: cluster 2023-12-07T10:17:22.867936+0000 mgr.a (mgr.24293) 1085 : cluster 0 pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:23 smithi022 bash[28554]: cluster 2023-12-07T10:17:22.867936+0000 mgr.a (mgr.24293) 1085 : cluster 0 pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:25 smithi027 bash[31536]: cluster 2023-12-07T10:17:24.868487+0000 mgr.a (mgr.24293) 1086 : cluster 0 pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:25 smithi044 bash[32620]: cluster 2023-12-07T10:17:24.868487+0000 mgr.a (mgr.24293) 1086 : cluster 0 pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:25 smithi022 bash[28554]: cluster 2023-12-07T10:17:24.868487+0000 mgr.a (mgr.24293) 1086 : cluster 0 pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:26.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:26.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:26.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:27.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:27.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:27.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:27.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:27.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:27 smithi027 bash[31536]: cluster 2023-12-07T10:17:26.869336+0000 mgr.a (mgr.24293) 1087 : cluster 0 pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:27 smithi044 bash[32620]: cluster 2023-12-07T10:17:26.869336+0000 mgr.a (mgr.24293) 1087 : cluster 0 pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:28.465 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:27 smithi022 bash[28554]: cluster 2023-12-07T10:17:26.869336+0000 mgr.a (mgr.24293) 1087 : cluster 0 pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:28 smithi027 bash[31536]: audit 2023-12-07T10:17:27.336945+0000 mgr.a (mgr.24293) 1088 : audit 0 from='client.34848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:28 smithi044 bash[32620]: audit 2023-12-07T10:17:27.336945+0000 mgr.a (mgr.24293) 1088 : audit 0 from='client.34848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:28 smithi022 bash[28554]: audit 2023-12-07T10:17:27.336945+0000 mgr.a (mgr.24293) 1088 : audit 0 from='client.34848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:29 smithi027 bash[31536]: cluster 2023-12-07T10:17:28.870155+0000 mgr.a (mgr.24293) 1089 : cluster 0 pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:17:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:29 smithi027 bash[31536]: audit 2023-12-07T10:17:28.955843+0000 mon.a (mon.0) 615 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:17:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:29 smithi044 bash[32620]: cluster 2023-12-07T10:17:28.870155+0000 mgr.a (mgr.24293) 1089 : cluster 0 pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:17:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:29 smithi044 bash[32620]: audit 2023-12-07T10:17:28.955843+0000 mon.a (mon.0) 615 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:17:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:29 smithi022 bash[28554]: cluster 2023-12-07T10:17:28.870155+0000 mgr.a (mgr.24293) 1089 : cluster 0 pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:17:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:29 smithi022 bash[28554]: audit 2023-12-07T10:17:28.955843+0000 mon.a (mon.0) 615 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:17:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:31 smithi044 bash[32620]: cluster 2023-12-07T10:17:30.871049+0000 mgr.a (mgr.24293) 1090 : cluster 0 pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:17:32.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:31 smithi022 bash[28554]: cluster 2023-12-07T10:17:30.871049+0000 mgr.a (mgr.24293) 1090 : cluster 0 pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:17:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:31 smithi027 bash[31536]: cluster 2023-12-07T10:17:30.871049+0000 mgr.a (mgr.24293) 1090 : cluster 0 pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:17:32.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:32.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:32.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:33.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:33.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:33.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:33.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:33.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:33 smithi044 bash[32620]: cluster 2023-12-07T10:17:32.871651+0000 mgr.a (mgr.24293) 1091 : cluster 0 pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:33 smithi022 bash[28554]: cluster 2023-12-07T10:17:32.871651+0000 mgr.a (mgr.24293) 1091 : cluster 0 pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:33 smithi027 bash[31536]: cluster 2023-12-07T10:17:32.871651+0000 mgr.a (mgr.24293) 1091 : cluster 0 pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:34 smithi022 bash[28554]: audit 2023-12-07T10:17:33.270414+0000 mgr.a (mgr.24293) 1092 : audit 0 from='client.34917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:34 smithi044 bash[32620]: audit 2023-12-07T10:17:33.270414+0000 mgr.a (mgr.24293) 1092 : audit 0 from='client.34917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:34 smithi027 bash[31536]: audit 2023-12-07T10:17:33.270414+0000 mgr.a (mgr.24293) 1092 : audit 0 from='client.34917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:35 smithi022 bash[28554]: cluster 2023-12-07T10:17:34.872332+0000 mgr.a (mgr.24293) 1093 : cluster 0 pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:35 smithi044 bash[32620]: cluster 2023-12-07T10:17:34.872332+0000 mgr.a (mgr.24293) 1093 : cluster 0 pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:35 smithi027 bash[31536]: cluster 2023-12-07T10:17:34.872332+0000 mgr.a (mgr.24293) 1093 : cluster 0 pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:37 smithi044 bash[32620]: cluster 2023-12-07T10:17:36.873175+0000 mgr.a (mgr.24293) 1094 : cluster 0 pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:37 smithi022 bash[28554]: cluster 2023-12-07T10:17:36.873175+0000 mgr.a (mgr.24293) 1094 : cluster 0 pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:37 smithi027 bash[31536]: cluster 2023-12-07T10:17:36.873175+0000 mgr.a (mgr.24293) 1094 : cluster 0 pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:38.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:38.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:38.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:39 smithi044 bash[32620]: cluster 2023-12-07T10:17:38.873769+0000 mgr.a (mgr.24293) 1095 : cluster 0 pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:39 smithi022 bash[28554]: cluster 2023-12-07T10:17:38.873769+0000 mgr.a (mgr.24293) 1095 : cluster 0 pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:39 smithi027 bash[31536]: cluster 2023-12-07T10:17:38.873769+0000 mgr.a (mgr.24293) 1095 : cluster 0 pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:39.689 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:39.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:39.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:39.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:39.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:40 smithi022 bash[28554]: audit 2023-12-07T10:17:39.181759+0000 mgr.a (mgr.24293) 1096 : audit 0 from='client.34989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:40 smithi022 bash[28554]: audit 2023-12-07T10:17:39.317203+0000 mon.a (mon.0) 616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:40 smithi022 bash[28554]: audit 2023-12-07T10:17:39.323560+0000 mon.a (mon.0) 617 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:40 smithi022 bash[28554]: audit 2023-12-07T10:17:39.338558+0000 mon.a (mon.0) 618 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:40 smithi022 bash[28554]: audit 2023-12-07T10:17:39.340984+0000 mon.a (mon.0) 619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:40 smithi022 bash[28554]: audit 2023-12-07T10:17:39.349499+0000 mon.a (mon.0) 620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:40 smithi044 bash[32620]: audit 2023-12-07T10:17:39.181759+0000 mgr.a (mgr.24293) 1096 : audit 0 from='client.34989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:40 smithi044 bash[32620]: audit 2023-12-07T10:17:39.317203+0000 mon.a (mon.0) 616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:40 smithi044 bash[32620]: audit 2023-12-07T10:17:39.323560+0000 mon.a (mon.0) 617 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:40 smithi044 bash[32620]: audit 2023-12-07T10:17:39.338558+0000 mon.a (mon.0) 618 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:17:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:40 smithi044 bash[32620]: audit 2023-12-07T10:17:39.340984+0000 mon.a (mon.0) 619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:17:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:40 smithi044 bash[32620]: audit 2023-12-07T10:17:39.349499+0000 mon.a (mon.0) 620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:40 smithi027 bash[31536]: audit 2023-12-07T10:17:39.181759+0000 mgr.a (mgr.24293) 1096 : audit 0 from='client.34989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:40 smithi027 bash[31536]: audit 2023-12-07T10:17:39.317203+0000 mon.a (mon.0) 616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:40 smithi027 bash[31536]: audit 2023-12-07T10:17:39.323560+0000 mon.a (mon.0) 617 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:40 smithi027 bash[31536]: audit 2023-12-07T10:17:39.338558+0000 mon.a (mon.0) 618 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:17:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:40 smithi027 bash[31536]: audit 2023-12-07T10:17:39.340984+0000 mon.a (mon.0) 619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:17:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:40 smithi027 bash[31536]: audit 2023-12-07T10:17:39.349499+0000 mon.a (mon.0) 620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:17:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:41 smithi044 bash[32620]: cluster 2023-12-07T10:17:40.874626+0000 mgr.a (mgr.24293) 1097 : cluster 0 pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:41 smithi022 bash[28554]: cluster 2023-12-07T10:17:40.874626+0000 mgr.a (mgr.24293) 1097 : cluster 0 pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:41 smithi027 bash[31536]: cluster 2023-12-07T10:17:40.874626+0000 mgr.a (mgr.24293) 1097 : cluster 0 pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:17:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:43 smithi027 bash[31536]: cluster 2023-12-07T10:17:42.875209+0000 mgr.a (mgr.24293) 1098 : 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-07T10:17:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:43 smithi044 bash[32620]: cluster 2023-12-07T10:17:42.875209+0000 mgr.a (mgr.24293) 1098 : 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-07T10:17:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:43 smithi022 bash[28554]: cluster 2023-12-07T10:17:42.875209+0000 mgr.a (mgr.24293) 1098 : 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-07T10:17:44.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:44.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:44.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:45.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:45.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:45.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:45.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:45.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:45 smithi027 bash[31536]: cluster 2023-12-07T10:17:44.875807+0000 mgr.a (mgr.24293) 1099 : 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-07T10:17:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:45 smithi044 bash[32620]: cluster 2023-12-07T10:17:44.875807+0000 mgr.a (mgr.24293) 1099 : 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-07T10:17:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:45 smithi022 bash[28554]: cluster 2023-12-07T10:17:44.875807+0000 mgr.a (mgr.24293) 1099 : 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-07T10:17:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:46 smithi027 bash[31536]: audit 2023-12-07T10:17:45.099384+0000 mgr.a (mgr.24293) 1100 : audit 0 from='client.35067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:46 smithi022 bash[28554]: audit 2023-12-07T10:17:45.099384+0000 mgr.a (mgr.24293) 1100 : audit 0 from='client.35067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:47.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:46 smithi044 bash[32620]: audit 2023-12-07T10:17:45.099384+0000 mgr.a (mgr.24293) 1100 : audit 0 from='client.35067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:47 smithi027 bash[31536]: cluster 2023-12-07T10:17:46.876723+0000 mgr.a (mgr.24293) 1101 : cluster 0 pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:17:48.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:47 smithi022 bash[28554]: cluster 2023-12-07T10:17:46.876723+0000 mgr.a (mgr.24293) 1101 : cluster 0 pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:17:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:47 smithi044 bash[32620]: cluster 2023-12-07T10:17:46.876723+0000 mgr.a (mgr.24293) 1101 : cluster 0 pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:17:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:49 smithi022 bash[28554]: cluster 2023-12-07T10:17:48.877331+0000 mgr.a (mgr.24293) 1102 : cluster 0 pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:17:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:49 smithi044 bash[32620]: cluster 2023-12-07T10:17:48.877331+0000 mgr.a (mgr.24293) 1102 : cluster 0 pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:17:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:49 smithi027 bash[31536]: cluster 2023-12-07T10:17:48.877331+0000 mgr.a (mgr.24293) 1102 : cluster 0 pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:17:50.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:50.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:50.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:51.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:51.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:51.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:51.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:51.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:51 smithi027 bash[31536]: cluster 2023-12-07T10:17:50.878085+0000 mgr.a (mgr.24293) 1103 : cluster 0 pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:52.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:51 smithi022 bash[28554]: cluster 2023-12-07T10:17:50.878085+0000 mgr.a (mgr.24293) 1103 : cluster 0 pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:51 smithi044 bash[32620]: cluster 2023-12-07T10:17:50.878085+0000 mgr.a (mgr.24293) 1103 : cluster 0 pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:52 smithi027 bash[31536]: audit 2023-12-07T10:17:51.063746+0000 mgr.a (mgr.24293) 1104 : audit 0 from='client.35142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:53.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:52 smithi044 bash[32620]: audit 2023-12-07T10:17:51.063746+0000 mgr.a (mgr.24293) 1104 : audit 0 from='client.35142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:52 smithi022 bash[28554]: audit 2023-12-07T10:17:51.063746+0000 mgr.a (mgr.24293) 1104 : audit 0 from='client.35142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:53 smithi027 bash[31536]: cluster 2023-12-07T10:17:52.878764+0000 mgr.a (mgr.24293) 1105 : cluster 0 pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:53 smithi022 bash[28554]: cluster 2023-12-07T10:17:52.878764+0000 mgr.a (mgr.24293) 1105 : cluster 0 pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:53 smithi044 bash[32620]: cluster 2023-12-07T10:17:52.878764+0000 mgr.a (mgr.24293) 1105 : cluster 0 pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:55 smithi044 bash[32620]: cluster 2023-12-07T10:17:54.879331+0000 mgr.a (mgr.24293) 1106 : cluster 0 pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:55 smithi022 bash[28554]: cluster 2023-12-07T10:17:54.879331+0000 mgr.a (mgr.24293) 1106 : cluster 0 pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:55 smithi027 bash[31536]: cluster 2023-12-07T10:17:54.879331+0000 mgr.a (mgr.24293) 1106 : cluster 0 pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:56.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:17:56.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:56.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:57.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:17:57.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:57.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:57.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:57.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:17:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:57 smithi022 bash[28554]: cluster 2023-12-07T10:17:56.879885+0000 mgr.a (mgr.24293) 1107 : cluster 0 pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:57 smithi022 bash[28554]: audit 2023-12-07T10:17:57.038171+0000 mgr.a (mgr.24293) 1108 : audit 0 from='client.35217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:57 smithi044 bash[32620]: cluster 2023-12-07T10:17:56.879885+0000 mgr.a (mgr.24293) 1107 : cluster 0 pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:57 smithi044 bash[32620]: audit 2023-12-07T10:17:57.038171+0000 mgr.a (mgr.24293) 1108 : audit 0 from='client.35217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:57 smithi027 bash[31536]: cluster 2023-12-07T10:17:56.879885+0000 mgr.a (mgr.24293) 1107 : cluster 0 pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:57 smithi027 bash[31536]: audit 2023-12-07T10:17:57.038171+0000 mgr.a (mgr.24293) 1108 : audit 0 from='client.35217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:17:59 smithi022 bash[28554]: cluster 2023-12-07T10:17:58.880509+0000 mgr.a (mgr.24293) 1109 : cluster 0 pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:17:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:17:59 smithi044 bash[32620]: cluster 2023-12-07T10:17:58.880509+0000 mgr.a (mgr.24293) 1109 : cluster 0 pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:17:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:17:59 smithi027 bash[31536]: cluster 2023-12-07T10:17:58.880509+0000 mgr.a (mgr.24293) 1109 : cluster 0 pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:18:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:01 smithi027 bash[31536]: cluster 2023-12-07T10:18:00.881317+0000 mgr.a (mgr.24293) 1110 : cluster 0 pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:18:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:01 smithi044 bash[32620]: cluster 2023-12-07T10:18:00.881317+0000 mgr.a (mgr.24293) 1110 : cluster 0 pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:18:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:01 smithi022 bash[28554]: cluster 2023-12-07T10:18:00.881317+0000 mgr.a (mgr.24293) 1110 : cluster 0 pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:18:02.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:02.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:02.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:03.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:03.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:03.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:03.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:03.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:03 smithi027 bash[31536]: cluster 2023-12-07T10:18:02.881863+0000 mgr.a (mgr.24293) 1111 : cluster 0 pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:03 smithi027 bash[31536]: audit 2023-12-07T10:18:02.984052+0000 mgr.a (mgr.24293) 1112 : audit 0 from='client.35292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:03 smithi044 bash[32620]: cluster 2023-12-07T10:18:02.881863+0000 mgr.a (mgr.24293) 1111 : cluster 0 pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:03 smithi044 bash[32620]: audit 2023-12-07T10:18:02.984052+0000 mgr.a (mgr.24293) 1112 : audit 0 from='client.35292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:03 smithi022 bash[28554]: cluster 2023-12-07T10:18:02.881863+0000 mgr.a (mgr.24293) 1111 : cluster 0 pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:03 smithi022 bash[28554]: audit 2023-12-07T10:18:02.984052+0000 mgr.a (mgr.24293) 1112 : audit 0 from='client.35292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:05 smithi027 bash[31536]: cluster 2023-12-07T10:18:04.882516+0000 mgr.a (mgr.24293) 1113 : cluster 0 pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:05 smithi022 bash[28554]: cluster 2023-12-07T10:18:04.882516+0000 mgr.a (mgr.24293) 1113 : cluster 0 pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:05 smithi044 bash[32620]: cluster 2023-12-07T10:18:04.882516+0000 mgr.a (mgr.24293) 1113 : cluster 0 pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:07 smithi044 bash[32620]: cluster 2023-12-07T10:18:06.883323+0000 mgr.a (mgr.24293) 1114 : cluster 0 pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:07 smithi022 bash[28554]: cluster 2023-12-07T10:18:06.883323+0000 mgr.a (mgr.24293) 1114 : cluster 0 pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:07 smithi027 bash[31536]: cluster 2023-12-07T10:18:06.883323+0000 mgr.a (mgr.24293) 1114 : cluster 0 pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:08.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:08.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:08.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:09 smithi022 bash[28554]: cluster 2023-12-07T10:18:08.883722+0000 mgr.a (mgr.24293) 1115 : cluster 0 pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:09 smithi022 bash[28554]: audit 2023-12-07T10:18:08.914710+0000 mgr.a (mgr.24293) 1116 : audit 0 from='client.35367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:09 smithi044 bash[32620]: cluster 2023-12-07T10:18:08.883722+0000 mgr.a (mgr.24293) 1115 : cluster 0 pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:09 smithi044 bash[32620]: audit 2023-12-07T10:18:08.914710+0000 mgr.a (mgr.24293) 1116 : audit 0 from='client.35367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:09.432 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:09.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:09.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:09.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:09.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:09 smithi027 bash[31536]: cluster 2023-12-07T10:18:08.883722+0000 mgr.a (mgr.24293) 1115 : cluster 0 pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:09 smithi027 bash[31536]: audit 2023-12-07T10:18:08.914710+0000 mgr.a (mgr.24293) 1116 : audit 0 from='client.35367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:11 smithi027 bash[31536]: cluster 2023-12-07T10:18:10.884602+0000 mgr.a (mgr.24293) 1117 : cluster 0 pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:11 smithi022 bash[28554]: cluster 2023-12-07T10:18:10.884602+0000 mgr.a (mgr.24293) 1117 : cluster 0 pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:11 smithi044 bash[32620]: cluster 2023-12-07T10:18:10.884602+0000 mgr.a (mgr.24293) 1117 : cluster 0 pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:13 smithi027 bash[31536]: cluster 2023-12-07T10:18:12.885165+0000 mgr.a (mgr.24293) 1118 : cluster 0 pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:13 smithi022 bash[28554]: cluster 2023-12-07T10:18:12.885165+0000 mgr.a (mgr.24293) 1118 : cluster 0 pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:13 smithi044 bash[32620]: cluster 2023-12-07T10:18:12.885165+0000 mgr.a (mgr.24293) 1118 : cluster 0 pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:14.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:14.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:14.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:15.391 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:15 smithi022 bash[28554]: audit 2023-12-07T10:18:14.850419+0000 mgr.a (mgr.24293) 1119 : audit 0 from='client.35445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:15 smithi022 bash[28554]: cluster 2023-12-07T10:18:14.885818+0000 mgr.a (mgr.24293) 1120 : cluster 0 pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:15 smithi044 bash[32620]: audit 2023-12-07T10:18:14.850419+0000 mgr.a (mgr.24293) 1119 : audit 0 from='client.35445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:15 smithi044 bash[32620]: cluster 2023-12-07T10:18:14.885818+0000 mgr.a (mgr.24293) 1120 : cluster 0 pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:15 smithi027 bash[31536]: audit 2023-12-07T10:18:14.850419+0000 mgr.a (mgr.24293) 1119 : audit 0 from='client.35445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:15 smithi027 bash[31536]: cluster 2023-12-07T10:18:14.885818+0000 mgr.a (mgr.24293) 1120 : cluster 0 pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:17 smithi044 bash[32620]: cluster 2023-12-07T10:18:16.886713+0000 mgr.a (mgr.24293) 1121 : cluster 0 pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:17 smithi022 bash[28554]: cluster 2023-12-07T10:18:16.886713+0000 mgr.a (mgr.24293) 1121 : cluster 0 pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:17 smithi027 bash[31536]: cluster 2023-12-07T10:18:16.886713+0000 mgr.a (mgr.24293) 1121 : cluster 0 pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:19 smithi044 bash[32620]: cluster 2023-12-07T10:18:18.887278+0000 mgr.a (mgr.24293) 1122 : 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-07T10:18:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:19 smithi022 bash[28554]: cluster 2023-12-07T10:18:18.887278+0000 mgr.a (mgr.24293) 1122 : 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-07T10:18:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:19 smithi027 bash[31536]: cluster 2023-12-07T10:18:18.887278+0000 mgr.a (mgr.24293) 1122 : 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-07T10:18:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:20.395 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:21.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:21.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:21.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:21.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:21.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:21 smithi027 bash[31536]: audit 2023-12-07T10:18:20.797397+0000 mgr.a (mgr.24293) 1123 : audit 0 from='client.35520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:21 smithi027 bash[31536]: cluster 2023-12-07T10:18:20.887976+0000 mgr.a (mgr.24293) 1124 : cluster 0 pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:21 smithi022 bash[28554]: audit 2023-12-07T10:18:20.797397+0000 mgr.a (mgr.24293) 1123 : audit 0 from='client.35520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:21 smithi022 bash[28554]: cluster 2023-12-07T10:18:20.887976+0000 mgr.a (mgr.24293) 1124 : cluster 0 pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:21 smithi044 bash[32620]: audit 2023-12-07T10:18:20.797397+0000 mgr.a (mgr.24293) 1123 : audit 0 from='client.35520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:21 smithi044 bash[32620]: cluster 2023-12-07T10:18:20.887976+0000 mgr.a (mgr.24293) 1124 : cluster 0 pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:23 smithi022 bash[28554]: cluster 2023-12-07T10:18:22.888608+0000 mgr.a (mgr.24293) 1125 : cluster 0 pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:23 smithi044 bash[32620]: cluster 2023-12-07T10:18:22.888608+0000 mgr.a (mgr.24293) 1125 : cluster 0 pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:23 smithi027 bash[31536]: cluster 2023-12-07T10:18:22.888608+0000 mgr.a (mgr.24293) 1125 : cluster 0 pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:26.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:26.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:26.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:25 smithi022 bash[28554]: cluster 2023-12-07T10:18:24.889161+0000 mgr.a (mgr.24293) 1126 : cluster 0 pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:25 smithi044 bash[32620]: cluster 2023-12-07T10:18:24.889161+0000 mgr.a (mgr.24293) 1126 : cluster 0 pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:25 smithi027 bash[31536]: cluster 2023-12-07T10:18:24.889161+0000 mgr.a (mgr.24293) 1126 : cluster 0 pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:27.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:27.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:27.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:27.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:27.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:27 smithi022 bash[28554]: audit 2023-12-07T10:18:26.705287+0000 mgr.a (mgr.24293) 1127 : audit 0 from='client.35592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:27 smithi022 bash[28554]: cluster 2023-12-07T10:18:26.890349+0000 mgr.a (mgr.24293) 1128 : cluster 0 pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:27 smithi044 bash[32620]: audit 2023-12-07T10:18:26.705287+0000 mgr.a (mgr.24293) 1127 : audit 0 from='client.35592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:27 smithi044 bash[32620]: cluster 2023-12-07T10:18:26.890349+0000 mgr.a (mgr.24293) 1128 : cluster 0 pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:28.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:27 smithi027 bash[31536]: audit 2023-12-07T10:18:26.705287+0000 mgr.a (mgr.24293) 1127 : audit 0 from='client.35592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:28.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:27 smithi027 bash[31536]: cluster 2023-12-07T10:18:26.890349+0000 mgr.a (mgr.24293) 1128 : cluster 0 pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:29 smithi022 bash[28554]: cluster 2023-12-07T10:18:28.891026+0000 mgr.a (mgr.24293) 1129 : cluster 0 pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:29 smithi044 bash[32620]: cluster 2023-12-07T10:18:28.891026+0000 mgr.a (mgr.24293) 1129 : cluster 0 pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:29 smithi027 bash[31536]: cluster 2023-12-07T10:18:28.891026+0000 mgr.a (mgr.24293) 1129 : cluster 0 pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:32.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:32.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:32.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:31 smithi022 bash[28554]: cluster 2023-12-07T10:18:30.891847+0000 mgr.a (mgr.24293) 1130 : cluster 0 pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:31 smithi044 bash[32620]: cluster 2023-12-07T10:18:30.891847+0000 mgr.a (mgr.24293) 1130 : cluster 0 pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:31 smithi027 bash[31536]: cluster 2023-12-07T10:18:30.891847+0000 mgr.a (mgr.24293) 1130 : cluster 0 pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:33.159 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:33.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:33.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:33.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:33.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:33 smithi022 bash[28554]: audit 2023-12-07T10:18:32.650395+0000 mgr.a (mgr.24293) 1131 : audit 0 from='client.35670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:33 smithi022 bash[28554]: cluster 2023-12-07T10:18:32.892403+0000 mgr.a (mgr.24293) 1132 : 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-07T10:18:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:33 smithi044 bash[32620]: audit 2023-12-07T10:18:32.650395+0000 mgr.a (mgr.24293) 1131 : audit 0 from='client.35670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:33 smithi044 bash[32620]: cluster 2023-12-07T10:18:32.892403+0000 mgr.a (mgr.24293) 1132 : 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-07T10:18:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:33 smithi027 bash[31536]: audit 2023-12-07T10:18:32.650395+0000 mgr.a (mgr.24293) 1131 : audit 0 from='client.35670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:33 smithi027 bash[31536]: cluster 2023-12-07T10:18:32.892403+0000 mgr.a (mgr.24293) 1132 : 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-07T10:18:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:35 smithi022 bash[28554]: cluster 2023-12-07T10:18:34.893113+0000 mgr.a (mgr.24293) 1133 : 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-07T10:18:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:35 smithi044 bash[32620]: cluster 2023-12-07T10:18:34.893113+0000 mgr.a (mgr.24293) 1133 : 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-07T10:18:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:35 smithi027 bash[31536]: cluster 2023-12-07T10:18:34.893113+0000 mgr.a (mgr.24293) 1133 : 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-07T10:18:38.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:38.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:38.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:37 smithi022 bash[28554]: cluster 2023-12-07T10:18:36.893950+0000 mgr.a (mgr.24293) 1134 : cluster 0 pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:37 smithi044 bash[32620]: cluster 2023-12-07T10:18:36.893950+0000 mgr.a (mgr.24293) 1134 : cluster 0 pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:37 smithi027 bash[31536]: cluster 2023-12-07T10:18:36.893950+0000 mgr.a (mgr.24293) 1134 : cluster 0 pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:39.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:39.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:39 smithi022 bash[28554]: audit 2023-12-07T10:18:38.569891+0000 mgr.a (mgr.24293) 1135 : audit 0 from='client.35745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:39 smithi022 bash[28554]: cluster 2023-12-07T10:18:38.894721+0000 mgr.a (mgr.24293) 1136 : cluster 0 pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:39 smithi044 bash[32620]: audit 2023-12-07T10:18:38.569891+0000 mgr.a (mgr.24293) 1135 : audit 0 from='client.35745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:39 smithi044 bash[32620]: cluster 2023-12-07T10:18:38.894721+0000 mgr.a (mgr.24293) 1136 : cluster 0 pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:39 smithi027 bash[31536]: audit 2023-12-07T10:18:38.569891+0000 mgr.a (mgr.24293) 1135 : audit 0 from='client.35745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:39 smithi027 bash[31536]: cluster 2023-12-07T10:18:38.894721+0000 mgr.a (mgr.24293) 1136 : cluster 0 pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:40 smithi022 bash[28554]: audit 2023-12-07T10:18:39.486589+0000 mon.a (mon.0) 621 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:18:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:40 smithi044 bash[32620]: audit 2023-12-07T10:18:39.486589+0000 mon.a (mon.0) 621 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:18:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:40 smithi027 bash[31536]: audit 2023-12-07T10:18:39.486589+0000 mon.a (mon.0) 621 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:18:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:41 smithi022 bash[28554]: cluster 2023-12-07T10:18:40.895640+0000 mgr.a (mgr.24293) 1137 : cluster 0 pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:41 smithi044 bash[32620]: cluster 2023-12-07T10:18:40.895640+0000 mgr.a (mgr.24293) 1137 : cluster 0 pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:41 smithi027 bash[31536]: cluster 2023-12-07T10:18:40.895640+0000 mgr.a (mgr.24293) 1137 : cluster 0 pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:44.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:44.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:44.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:43 smithi022 bash[28554]: cluster 2023-12-07T10:18:42.896168+0000 mgr.a (mgr.24293) 1138 : cluster 0 pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:43 smithi044 bash[32620]: cluster 2023-12-07T10:18:42.896168+0000 mgr.a (mgr.24293) 1138 : cluster 0 pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:43 smithi027 bash[31536]: cluster 2023-12-07T10:18:42.896168+0000 mgr.a (mgr.24293) 1138 : cluster 0 pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:45.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:45.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:45.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:45.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:45.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:45 smithi027 bash[31536]: audit 2023-12-07T10:18:44.497188+0000 mgr.a (mgr.24293) 1139 : audit 0 from='client.35820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:45 smithi027 bash[31536]: cluster 2023-12-07T10:18:44.896910+0000 mgr.a (mgr.24293) 1140 : cluster 0 pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:45 smithi022 bash[28554]: audit 2023-12-07T10:18:44.497188+0000 mgr.a (mgr.24293) 1139 : audit 0 from='client.35820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:45 smithi022 bash[28554]: cluster 2023-12-07T10:18:44.896910+0000 mgr.a (mgr.24293) 1140 : cluster 0 pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:45 smithi044 bash[32620]: audit 2023-12-07T10:18:44.497188+0000 mgr.a (mgr.24293) 1139 : audit 0 from='client.35820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:45 smithi044 bash[32620]: cluster 2023-12-07T10:18:44.896910+0000 mgr.a (mgr.24293) 1140 : cluster 0 pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:47 smithi022 bash[28554]: cluster 2023-12-07T10:18:46.897772+0000 mgr.a (mgr.24293) 1141 : cluster 0 pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:47 smithi044 bash[32620]: cluster 2023-12-07T10:18:46.897772+0000 mgr.a (mgr.24293) 1141 : cluster 0 pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:47 smithi027 bash[31536]: cluster 2023-12-07T10:18:46.897772+0000 mgr.a (mgr.24293) 1141 : cluster 0 pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:18:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:49 smithi022 bash[28554]: cluster 2023-12-07T10:18:48.898386+0000 mgr.a (mgr.24293) 1142 : 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-07T10:18:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:49 smithi044 bash[32620]: cluster 2023-12-07T10:18:48.898386+0000 mgr.a (mgr.24293) 1142 : 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-07T10:18:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:49 smithi027 bash[31536]: cluster 2023-12-07T10:18:48.898386+0000 mgr.a (mgr.24293) 1142 : 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-07T10:18:50.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:50.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:50.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:50 smithi022 bash[28554]: audit 2023-12-07T10:18:49.669239+0000 mon.a (mon.0) 622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:50 smithi022 bash[28554]: audit 2023-12-07T10:18:49.676377+0000 mon.a (mon.0) 623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:50 smithi022 bash[28554]: audit 2023-12-07T10:18:49.678261+0000 mon.a (mon.0) 624 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:18:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:50 smithi022 bash[28554]: audit 2023-12-07T10:18:49.679888+0000 mon.a (mon.0) 625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:18:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:50 smithi022 bash[28554]: audit 2023-12-07T10:18:49.688662+0000 mon.a (mon.0) 626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:50 smithi044 bash[32620]: audit 2023-12-07T10:18:49.669239+0000 mon.a (mon.0) 622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:50 smithi044 bash[32620]: audit 2023-12-07T10:18:49.676377+0000 mon.a (mon.0) 623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:50 smithi044 bash[32620]: audit 2023-12-07T10:18:49.678261+0000 mon.a (mon.0) 624 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:18:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:50 smithi044 bash[32620]: audit 2023-12-07T10:18:49.679888+0000 mon.a (mon.0) 625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:18:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:50 smithi044 bash[32620]: audit 2023-12-07T10:18:49.688662+0000 mon.a (mon.0) 626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:50 smithi027 bash[31536]: audit 2023-12-07T10:18:49.669239+0000 mon.a (mon.0) 622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:50 smithi027 bash[31536]: audit 2023-12-07T10:18:49.676377+0000 mon.a (mon.0) 623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:50 smithi027 bash[31536]: audit 2023-12-07T10:18:49.678261+0000 mon.a (mon.0) 624 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:18:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:50 smithi027 bash[31536]: audit 2023-12-07T10:18:49.679888+0000 mon.a (mon.0) 625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:18:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:50 smithi027 bash[31536]: audit 2023-12-07T10:18:49.688662+0000 mon.a (mon.0) 626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:18:50.976 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:51 smithi027 bash[31536]: audit 2023-12-07T10:18:50.438712+0000 mgr.a (mgr.24293) 1143 : audit 0 from='client.35898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:51 smithi027 bash[31536]: cluster 2023-12-07T10:18:50.899592+0000 mgr.a (mgr.24293) 1144 : cluster 0 pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:18:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:51 smithi022 bash[28554]: audit 2023-12-07T10:18:50.438712+0000 mgr.a (mgr.24293) 1143 : audit 0 from='client.35898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:51 smithi022 bash[28554]: cluster 2023-12-07T10:18:50.899592+0000 mgr.a (mgr.24293) 1144 : cluster 0 pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:18:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:51 smithi044 bash[32620]: audit 2023-12-07T10:18:50.438712+0000 mgr.a (mgr.24293) 1143 : audit 0 from='client.35898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:51 smithi044 bash[32620]: cluster 2023-12-07T10:18:50.899592+0000 mgr.a (mgr.24293) 1144 : cluster 0 pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:18:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:53 smithi022 bash[28554]: cluster 2023-12-07T10:18:52.900263+0000 mgr.a (mgr.24293) 1145 : cluster 0 pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:53 smithi044 bash[32620]: cluster 2023-12-07T10:18:52.900263+0000 mgr.a (mgr.24293) 1145 : cluster 0 pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:53 smithi027 bash[31536]: cluster 2023-12-07T10:18:52.900263+0000 mgr.a (mgr.24293) 1145 : cluster 0 pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:55.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:18:55.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:55.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:55 smithi022 bash[28554]: cluster 2023-12-07T10:18:54.900840+0000 mgr.a (mgr.24293) 1146 : cluster 0 pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:55 smithi044 bash[32620]: cluster 2023-12-07T10:18:54.900840+0000 mgr.a (mgr.24293) 1146 : cluster 0 pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:55 smithi027 bash[31536]: cluster 2023-12-07T10:18:54.900840+0000 mgr.a (mgr.24293) 1146 : cluster 0 pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:56.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:18:56.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:56.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:56.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:56.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:18:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:57 smithi022 bash[28554]: audit 2023-12-07T10:18:56.380993+0000 mgr.a (mgr.24293) 1147 : audit 0 from='client.35970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:57 smithi022 bash[28554]: cluster 2023-12-07T10:18:56.901855+0000 mgr.a (mgr.24293) 1148 : cluster 0 pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:57 smithi044 bash[32620]: audit 2023-12-07T10:18:56.380993+0000 mgr.a (mgr.24293) 1147 : audit 0 from='client.35970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:57 smithi044 bash[32620]: cluster 2023-12-07T10:18:56.901855+0000 mgr.a (mgr.24293) 1148 : cluster 0 pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:57 smithi027 bash[31536]: audit 2023-12-07T10:18:56.380993+0000 mgr.a (mgr.24293) 1147 : audit 0 from='client.35970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:57 smithi027 bash[31536]: cluster 2023-12-07T10:18:56.901855+0000 mgr.a (mgr.24293) 1148 : cluster 0 pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:18:59 smithi022 bash[28554]: cluster 2023-12-07T10:18:58.902596+0000 mgr.a (mgr.24293) 1149 : cluster 0 pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:18:59 smithi044 bash[32620]: cluster 2023-12-07T10:18:58.902596+0000 mgr.a (mgr.24293) 1149 : cluster 0 pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:18:59 smithi027 bash[31536]: cluster 2023-12-07T10:18:58.902596+0000 mgr.a (mgr.24293) 1149 : cluster 0 pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:01.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:01.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:01.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:01 smithi022 bash[28554]: cluster 2023-12-07T10:19:00.903512+0000 mgr.a (mgr.24293) 1150 : cluster 0 pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:01 smithi044 bash[32620]: cluster 2023-12-07T10:19:00.903512+0000 mgr.a (mgr.24293) 1150 : cluster 0 pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:01 smithi027 bash[31536]: cluster 2023-12-07T10:19:00.903512+0000 mgr.a (mgr.24293) 1150 : cluster 0 pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:02.838 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:02.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:02.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:02.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:02.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:03 smithi022 bash[28554]: audit 2023-12-07T10:19:02.317863+0000 mgr.a (mgr.24293) 1151 : audit 0 from='client.36048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:03 smithi022 bash[28554]: cluster 2023-12-07T10:19:02.904306+0000 mgr.a (mgr.24293) 1152 : cluster 0 pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:19:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:03 smithi044 bash[32620]: audit 2023-12-07T10:19:02.317863+0000 mgr.a (mgr.24293) 1151 : audit 0 from='client.36048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:03 smithi044 bash[32620]: cluster 2023-12-07T10:19:02.904306+0000 mgr.a (mgr.24293) 1152 : cluster 0 pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:19:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:03 smithi027 bash[31536]: audit 2023-12-07T10:19:02.317863+0000 mgr.a (mgr.24293) 1151 : audit 0 from='client.36048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:03 smithi027 bash[31536]: cluster 2023-12-07T10:19:02.904306+0000 mgr.a (mgr.24293) 1152 : cluster 0 pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:19:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:05 smithi022 bash[28554]: cluster 2023-12-07T10:19:04.904917+0000 mgr.a (mgr.24293) 1153 : cluster 0 pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:19:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:05 smithi044 bash[32620]: cluster 2023-12-07T10:19:04.904917+0000 mgr.a (mgr.24293) 1153 : cluster 0 pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:19:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:05 smithi027 bash[31536]: cluster 2023-12-07T10:19:04.904917+0000 mgr.a (mgr.24293) 1153 : cluster 0 pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:19:07.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:07 smithi022 bash[28554]: cluster 2023-12-07T10:19:06.905756+0000 mgr.a (mgr.24293) 1154 : cluster 0 pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:19:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:07 smithi044 bash[32620]: cluster 2023-12-07T10:19:06.905756+0000 mgr.a (mgr.24293) 1154 : cluster 0 pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:19:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:07 smithi027 bash[31536]: cluster 2023-12-07T10:19:06.905756+0000 mgr.a (mgr.24293) 1154 : cluster 0 pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:19:08.782 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:08.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:08.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:08.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:08.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:09 smithi022 bash[28554]: audit 2023-12-07T10:19:08.248318+0000 mgr.a (mgr.24293) 1155 : audit 0 from='client.36126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:09 smithi022 bash[28554]: cluster 2023-12-07T10:19:08.906540+0000 mgr.a (mgr.24293) 1156 : cluster 0 pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:09 smithi044 bash[32620]: audit 2023-12-07T10:19:08.248318+0000 mgr.a (mgr.24293) 1155 : audit 0 from='client.36126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:09 smithi044 bash[32620]: cluster 2023-12-07T10:19:08.906540+0000 mgr.a (mgr.24293) 1156 : cluster 0 pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:09 smithi027 bash[31536]: audit 2023-12-07T10:19:08.248318+0000 mgr.a (mgr.24293) 1155 : audit 0 from='client.36126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:09 smithi027 bash[31536]: cluster 2023-12-07T10:19:08.906540+0000 mgr.a (mgr.24293) 1156 : cluster 0 pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:11 smithi022 bash[28554]: cluster 2023-12-07T10:19:10.907361+0000 mgr.a (mgr.24293) 1157 : cluster 0 pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:11 smithi044 bash[32620]: cluster 2023-12-07T10:19:10.907361+0000 mgr.a (mgr.24293) 1157 : cluster 0 pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:11 smithi027 bash[31536]: cluster 2023-12-07T10:19:10.907361+0000 mgr.a (mgr.24293) 1157 : cluster 0 pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:13.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:13.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:13.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:13 smithi022 bash[28554]: cluster 2023-12-07T10:19:12.907968+0000 mgr.a (mgr.24293) 1158 : cluster 0 pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:13 smithi044 bash[32620]: cluster 2023-12-07T10:19:12.907968+0000 mgr.a (mgr.24293) 1158 : cluster 0 pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:13 smithi027 bash[31536]: cluster 2023-12-07T10:19:12.907968+0000 mgr.a (mgr.24293) 1158 : cluster 0 pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:14.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:14.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:14.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:14.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:14.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:15 smithi022 bash[28554]: audit 2023-12-07T10:19:14.203098+0000 mgr.a (mgr.24293) 1159 : audit 0 from='client.36201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:15 smithi022 bash[28554]: cluster 2023-12-07T10:19:14.908711+0000 mgr.a (mgr.24293) 1160 : cluster 0 pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:15 smithi044 bash[32620]: audit 2023-12-07T10:19:14.203098+0000 mgr.a (mgr.24293) 1159 : audit 0 from='client.36201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:15 smithi044 bash[32620]: cluster 2023-12-07T10:19:14.908711+0000 mgr.a (mgr.24293) 1160 : cluster 0 pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:15 smithi027 bash[31536]: audit 2023-12-07T10:19:14.203098+0000 mgr.a (mgr.24293) 1159 : audit 0 from='client.36201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:15 smithi027 bash[31536]: cluster 2023-12-07T10:19:14.908711+0000 mgr.a (mgr.24293) 1160 : cluster 0 pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:17 smithi022 bash[28554]: cluster 2023-12-07T10:19:16.909588+0000 mgr.a (mgr.24293) 1161 : cluster 0 pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:17 smithi044 bash[32620]: cluster 2023-12-07T10:19:16.909588+0000 mgr.a (mgr.24293) 1161 : cluster 0 pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:17 smithi027 bash[31536]: cluster 2023-12-07T10:19:16.909588+0000 mgr.a (mgr.24293) 1161 : cluster 0 pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:19 smithi022 bash[28554]: cluster 2023-12-07T10:19:18.910172+0000 mgr.a (mgr.24293) 1162 : cluster 0 pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:19 smithi044 bash[32620]: cluster 2023-12-07T10:19:18.910172+0000 mgr.a (mgr.24293) 1162 : cluster 0 pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:19 smithi027 bash[31536]: cluster 2023-12-07T10:19:18.910172+0000 mgr.a (mgr.24293) 1162 : cluster 0 pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:19.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:19.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:19.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:20.662 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:20.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:20.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:20.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:20.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:21 smithi022 bash[28554]: audit 2023-12-07T10:19:20.129938+0000 mgr.a (mgr.24293) 1163 : audit 0 from='client.36279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:21 smithi022 bash[28554]: cluster 2023-12-07T10:19:20.911199+0000 mgr.a (mgr.24293) 1164 : cluster 0 pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:19:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:21 smithi044 bash[32620]: audit 2023-12-07T10:19:20.129938+0000 mgr.a (mgr.24293) 1163 : audit 0 from='client.36279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:21 smithi044 bash[32620]: cluster 2023-12-07T10:19:20.911199+0000 mgr.a (mgr.24293) 1164 : cluster 0 pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:19:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:21 smithi027 bash[31536]: audit 2023-12-07T10:19:20.129938+0000 mgr.a (mgr.24293) 1163 : audit 0 from='client.36279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:21 smithi027 bash[31536]: cluster 2023-12-07T10:19:20.911199+0000 mgr.a (mgr.24293) 1164 : cluster 0 pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:19:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:23 smithi022 bash[28554]: cluster 2023-12-07T10:19:22.911798+0000 mgr.a (mgr.24293) 1165 : cluster 0 pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:19:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:23 smithi044 bash[32620]: cluster 2023-12-07T10:19:22.911798+0000 mgr.a (mgr.24293) 1165 : cluster 0 pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:19:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:23 smithi027 bash[31536]: cluster 2023-12-07T10:19:22.911798+0000 mgr.a (mgr.24293) 1165 : cluster 0 pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:19:25.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:25.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:25.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:25 smithi022 bash[28554]: cluster 2023-12-07T10:19:24.912337+0000 mgr.a (mgr.24293) 1166 : cluster 0 pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:19:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:25 smithi044 bash[32620]: cluster 2023-12-07T10:19:24.912337+0000 mgr.a (mgr.24293) 1166 : cluster 0 pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:19:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:25 smithi027 bash[31536]: cluster 2023-12-07T10:19:24.912337+0000 mgr.a (mgr.24293) 1166 : cluster 0 pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:19:26.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:26.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:26.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:26.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:26.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:26 smithi022 bash[28554]: audit 2023-12-07T10:19:26.076232+0000 mgr.a (mgr.24293) 1167 : audit 0 from='client.36357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:26 smithi044 bash[32620]: audit 2023-12-07T10:19:26.076232+0000 mgr.a (mgr.24293) 1167 : audit 0 from='client.36357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:26 smithi027 bash[31536]: audit 2023-12-07T10:19:26.076232+0000 mgr.a (mgr.24293) 1167 : audit 0 from='client.36357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:27 smithi022 bash[28554]: cluster 2023-12-07T10:19:26.913473+0000 mgr.a (mgr.24293) 1168 : cluster 0 pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:27 smithi044 bash[32620]: cluster 2023-12-07T10:19:26.913473+0000 mgr.a (mgr.24293) 1168 : cluster 0 pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:27 smithi027 bash[31536]: cluster 2023-12-07T10:19:26.913473+0000 mgr.a (mgr.24293) 1168 : cluster 0 pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:29 smithi022 bash[28554]: cluster 2023-12-07T10:19:28.914140+0000 mgr.a (mgr.24293) 1169 : cluster 0 pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:29 smithi044 bash[32620]: cluster 2023-12-07T10:19:28.914140+0000 mgr.a (mgr.24293) 1169 : cluster 0 pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:29 smithi027 bash[31536]: cluster 2023-12-07T10:19:28.914140+0000 mgr.a (mgr.24293) 1169 : cluster 0 pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:31.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:31.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:31.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:31 smithi022 bash[28554]: cluster 2023-12-07T10:19:30.914867+0000 mgr.a (mgr.24293) 1170 : cluster 0 pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:31 smithi044 bash[32620]: cluster 2023-12-07T10:19:30.914867+0000 mgr.a (mgr.24293) 1170 : cluster 0 pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:31 smithi027 bash[31536]: cluster 2023-12-07T10:19:30.914867+0000 mgr.a (mgr.24293) 1170 : cluster 0 pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:32.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:32.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:32.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:32.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:32.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:32 smithi022 bash[28554]: audit 2023-12-07T10:19:32.016789+0000 mgr.a (mgr.24293) 1171 : audit 0 from='client.41392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:32 smithi044 bash[32620]: audit 2023-12-07T10:19:32.016789+0000 mgr.a (mgr.24293) 1171 : audit 0 from='client.41392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:33.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:32 smithi027 bash[31536]: audit 2023-12-07T10:19:32.016789+0000 mgr.a (mgr.24293) 1171 : audit 0 from='client.41392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:33 smithi022 bash[28554]: cluster 2023-12-07T10:19:32.915620+0000 mgr.a (mgr.24293) 1172 : cluster 0 pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:19:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:33 smithi044 bash[32620]: cluster 2023-12-07T10:19:32.915620+0000 mgr.a (mgr.24293) 1172 : cluster 0 pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:19:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:33 smithi027 bash[31536]: cluster 2023-12-07T10:19:32.915620+0000 mgr.a (mgr.24293) 1172 : cluster 0 pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:19:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:35 smithi022 bash[28554]: cluster 2023-12-07T10:19:34.916152+0000 mgr.a (mgr.24293) 1173 : cluster 0 pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:19:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:35 smithi044 bash[32620]: cluster 2023-12-07T10:19:34.916152+0000 mgr.a (mgr.24293) 1173 : cluster 0 pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:19:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:35 smithi027 bash[31536]: cluster 2023-12-07T10:19:34.916152+0000 mgr.a (mgr.24293) 1173 : cluster 0 pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:19:37.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:37.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:37.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:37 smithi022 bash[28554]: cluster 2023-12-07T10:19:36.916985+0000 mgr.a (mgr.24293) 1174 : cluster 0 pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:19:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:37 smithi044 bash[32620]: cluster 2023-12-07T10:19:36.916985+0000 mgr.a (mgr.24293) 1174 : cluster 0 pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:19:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:37 smithi027 bash[31536]: cluster 2023-12-07T10:19:36.916985+0000 mgr.a (mgr.24293) 1174 : cluster 0 pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:19:38.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:38.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:38.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:38.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:38.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:38 smithi022 bash[28554]: audit 2023-12-07T10:19:37.951340+0000 mgr.a (mgr.24293) 1175 : audit 0 from='client.36507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:38 smithi044 bash[32620]: audit 2023-12-07T10:19:37.951340+0000 mgr.a (mgr.24293) 1175 : audit 0 from='client.36507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:38 smithi027 bash[31536]: audit 2023-12-07T10:19:37.951340+0000 mgr.a (mgr.24293) 1175 : audit 0 from='client.36507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:39 smithi022 bash[28554]: cluster 2023-12-07T10:19:38.917734+0000 mgr.a (mgr.24293) 1176 : 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-07T10:19:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:39 smithi044 bash[32620]: cluster 2023-12-07T10:19:38.917734+0000 mgr.a (mgr.24293) 1176 : 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-07T10:19:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:39 smithi027 bash[31536]: cluster 2023-12-07T10:19:38.917734+0000 mgr.a (mgr.24293) 1176 : 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-07T10:19:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:41 smithi022 bash[28554]: cluster 2023-12-07T10:19:40.918550+0000 mgr.a (mgr.24293) 1177 : cluster 0 pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:41 smithi044 bash[32620]: cluster 2023-12-07T10:19:40.918550+0000 mgr.a (mgr.24293) 1177 : cluster 0 pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:41 smithi027 bash[31536]: cluster 2023-12-07T10:19:40.918550+0000 mgr.a (mgr.24293) 1177 : cluster 0 pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:43.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:43.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:43.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:44.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:44.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:44.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:44.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:44.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:44 smithi022 bash[28554]: cluster 2023-12-07T10:19:42.919238+0000 mgr.a (mgr.24293) 1178 : cluster 0 pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:44 smithi044 bash[32620]: cluster 2023-12-07T10:19:42.919238+0000 mgr.a (mgr.24293) 1178 : cluster 0 pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:44 smithi027 bash[31536]: cluster 2023-12-07T10:19:42.919238+0000 mgr.a (mgr.24293) 1178 : cluster 0 pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:45 smithi022 bash[28554]: audit 2023-12-07T10:19:43.871415+0000 mgr.a (mgr.24293) 1179 : audit 0 from='client.36582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:45 smithi044 bash[32620]: audit 2023-12-07T10:19:43.871415+0000 mgr.a (mgr.24293) 1179 : audit 0 from='client.36582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:45 smithi027 bash[31536]: audit 2023-12-07T10:19:43.871415+0000 mgr.a (mgr.24293) 1179 : audit 0 from='client.36582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:46 smithi022 bash[28554]: cluster 2023-12-07T10:19:44.919951+0000 mgr.a (mgr.24293) 1180 : cluster 0 pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:46 smithi044 bash[32620]: cluster 2023-12-07T10:19:44.919951+0000 mgr.a (mgr.24293) 1180 : cluster 0 pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:46 smithi027 bash[31536]: cluster 2023-12-07T10:19:44.919951+0000 mgr.a (mgr.24293) 1180 : cluster 0 pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:48 smithi022 bash[28554]: cluster 2023-12-07T10:19:46.920779+0000 mgr.a (mgr.24293) 1181 : cluster 0 pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:48 smithi044 bash[32620]: cluster 2023-12-07T10:19:46.920779+0000 mgr.a (mgr.24293) 1181 : cluster 0 pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:48 smithi027 bash[31536]: cluster 2023-12-07T10:19:46.920779+0000 mgr.a (mgr.24293) 1181 : cluster 0 pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:49.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:49.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:49.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:49 smithi022 bash[28554]: cluster 2023-12-07T10:19:48.921391+0000 mgr.a (mgr.24293) 1182 : cluster 0 pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:49 smithi044 bash[32620]: cluster 2023-12-07T10:19:48.921391+0000 mgr.a (mgr.24293) 1182 : cluster 0 pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:49 smithi027 bash[31536]: cluster 2023-12-07T10:19:48.921391+0000 mgr.a (mgr.24293) 1182 : cluster 0 pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:50.274 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:50.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:50.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:50.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:50.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:50 smithi022 bash[28554]: audit 2023-12-07T10:19:49.793270+0000 mon.a (mon.0) 627 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:19:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:50 smithi022 bash[28554]: audit 2023-12-07T10:19:49.794240+0000 mgr.a (mgr.24293) 1183 : audit 0 from='client.36660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:50 smithi044 bash[32620]: audit 2023-12-07T10:19:49.793270+0000 mon.a (mon.0) 627 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:19:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:50 smithi044 bash[32620]: audit 2023-12-07T10:19:49.794240+0000 mgr.a (mgr.24293) 1183 : audit 0 from='client.36660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:50 smithi027 bash[31536]: audit 2023-12-07T10:19:49.793270+0000 mon.a (mon.0) 627 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:19:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:50 smithi027 bash[31536]: audit 2023-12-07T10:19:49.794240+0000 mgr.a (mgr.24293) 1183 : audit 0 from='client.36660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:51 smithi022 bash[28554]: cluster 2023-12-07T10:19:50.922412+0000 mgr.a (mgr.24293) 1184 : cluster 0 pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:51 smithi044 bash[32620]: cluster 2023-12-07T10:19:50.922412+0000 mgr.a (mgr.24293) 1184 : cluster 0 pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:51.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:51 smithi027 bash[31536]: cluster 2023-12-07T10:19:50.922412+0000 mgr.a (mgr.24293) 1184 : cluster 0 pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:53 smithi022 bash[28554]: cluster 2023-12-07T10:19:52.922987+0000 mgr.a (mgr.24293) 1185 : 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-07T10:19:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:53 smithi044 bash[32620]: cluster 2023-12-07T10:19:52.922987+0000 mgr.a (mgr.24293) 1185 : 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-07T10:19:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:53 smithi027 bash[31536]: cluster 2023-12-07T10:19:52.922987+0000 mgr.a (mgr.24293) 1185 : 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-07T10:19:55.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:19:55.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:55.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:56.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:19:56.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:56.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:56.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:56.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:19:56.364 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:55 smithi044 bash[32620]: cluster 2023-12-07T10:19:54.923579+0000 mgr.a (mgr.24293) 1186 : 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-07T10:19:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:55 smithi022 bash[28554]: cluster 2023-12-07T10:19:54.923579+0000 mgr.a (mgr.24293) 1186 : 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-07T10:19:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:55 smithi027 bash[31536]: cluster 2023-12-07T10:19:54.923579+0000 mgr.a (mgr.24293) 1186 : 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-07T10:19:57.348 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:56 smithi044 bash[32620]: audit 2023-12-07T10:19:55.689874+0000 mgr.a (mgr.24293) 1187 : audit 0 from='client.36735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:56 smithi022 bash[28554]: audit 2023-12-07T10:19:55.689874+0000 mgr.a (mgr.24293) 1187 : audit 0 from='client.36735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:56 smithi027 bash[31536]: audit 2023-12-07T10:19:55.689874+0000 mgr.a (mgr.24293) 1187 : audit 0 from='client.36735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:57 smithi022 bash[28554]: cluster 2023-12-07T10:19:56.924550+0000 mgr.a (mgr.24293) 1188 : cluster 0 pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:57 smithi044 bash[32620]: cluster 2023-12-07T10:19:56.924550+0000 mgr.a (mgr.24293) 1188 : cluster 0 pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:57 smithi027 bash[31536]: cluster 2023-12-07T10:19:56.924550+0000 mgr.a (mgr.24293) 1188 : cluster 0 pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:19:59 smithi022 bash[28554]: cluster 2023-12-07T10:19:58.925144+0000 mgr.a (mgr.24293) 1189 : cluster 0 pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:19:59 smithi044 bash[32620]: cluster 2023-12-07T10:19:58.925144+0000 mgr.a (mgr.24293) 1189 : cluster 0 pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:19:59 smithi027 bash[31536]: cluster 2023-12-07T10:19:58.925144+0000 mgr.a (mgr.24293) 1189 : cluster 0 pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:00 smithi022 bash[28554]: cluster 2023-12-07T10:20:00.000157+0000 mon.a (mon.0) 628 : cluster 1 overall HEALTH_OK 2023-12-07T10:20:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:00 smithi044 bash[32620]: cluster 2023-12-07T10:20:00.000157+0000 mon.a (mon.0) 628 : cluster 1 overall HEALTH_OK 2023-12-07T10:20:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:00 smithi027 bash[31536]: cluster 2023-12-07T10:20:00.000157+0000 mon.a (mon.0) 628 : cluster 1 overall HEALTH_OK 2023-12-07T10:20:01.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:01.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:01.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:01 smithi022 bash[28554]: audit 2023-12-07T10:20:00.569644+0000 mon.a (mon.0) 629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:01 smithi022 bash[28554]: audit 2023-12-07T10:20:00.575517+0000 mon.a (mon.0) 630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:01 smithi022 bash[28554]: audit 2023-12-07T10:20:00.577068+0000 mon.a (mon.0) 631 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:01 smithi022 bash[28554]: audit 2023-12-07T10:20:00.578677+0000 mon.a (mon.0) 632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:01 smithi022 bash[28554]: audit 2023-12-07T10:20:00.587112+0000 mon.a (mon.0) 633 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:01 smithi022 bash[28554]: cluster 2023-12-07T10:20:00.925936+0000 mgr.a (mgr.24293) 1190 : cluster 0 pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:01 smithi044 bash[32620]: audit 2023-12-07T10:20:00.569644+0000 mon.a (mon.0) 629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:01 smithi044 bash[32620]: audit 2023-12-07T10:20:00.575517+0000 mon.a (mon.0) 630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:01 smithi044 bash[32620]: audit 2023-12-07T10:20:00.577068+0000 mon.a (mon.0) 631 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:01 smithi044 bash[32620]: audit 2023-12-07T10:20:00.578677+0000 mon.a (mon.0) 632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:01 smithi044 bash[32620]: audit 2023-12-07T10:20:00.587112+0000 mon.a (mon.0) 633 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:01 smithi044 bash[32620]: cluster 2023-12-07T10:20:00.925936+0000 mgr.a (mgr.24293) 1190 : cluster 0 pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:01 smithi027 bash[31536]: audit 2023-12-07T10:20:00.569644+0000 mon.a (mon.0) 629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:01 smithi027 bash[31536]: audit 2023-12-07T10:20:00.575517+0000 mon.a (mon.0) 630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:01 smithi027 bash[31536]: audit 2023-12-07T10:20:00.577068+0000 mon.a (mon.0) 631 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:20:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:01 smithi027 bash[31536]: audit 2023-12-07T10:20:00.578677+0000 mon.a (mon.0) 632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:20:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:01 smithi027 bash[31536]: audit 2023-12-07T10:20:00.587112+0000 mon.a (mon.0) 633 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:20:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:01 smithi027 bash[31536]: cluster 2023-12-07T10:20:00.925936+0000 mgr.a (mgr.24293) 1190 : cluster 0 pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:02.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:02 smithi022 bash[28554]: audit 2023-12-07T10:20:01.646031+0000 mgr.a (mgr.24293) 1191 : audit 0 from='client.36804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:02 smithi044 bash[32620]: audit 2023-12-07T10:20:01.646031+0000 mgr.a (mgr.24293) 1191 : audit 0 from='client.36804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:02 smithi027 bash[31536]: audit 2023-12-07T10:20:01.646031+0000 mgr.a (mgr.24293) 1191 : audit 0 from='client.36804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:03 smithi022 bash[28554]: cluster 2023-12-07T10:20:02.926776+0000 mgr.a (mgr.24293) 1192 : cluster 0 pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:03 smithi044 bash[32620]: cluster 2023-12-07T10:20:02.926776+0000 mgr.a (mgr.24293) 1192 : cluster 0 pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:03 smithi027 bash[31536]: cluster 2023-12-07T10:20:02.926776+0000 mgr.a (mgr.24293) 1192 : cluster 0 pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:05 smithi022 bash[28554]: cluster 2023-12-07T10:20:04.927371+0000 mgr.a (mgr.24293) 1193 : cluster 0 pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:05 smithi044 bash[32620]: cluster 2023-12-07T10:20:04.927371+0000 mgr.a (mgr.24293) 1193 : cluster 0 pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:05 smithi027 bash[31536]: cluster 2023-12-07T10:20:04.927371+0000 mgr.a (mgr.24293) 1193 : cluster 0 pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:07.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:07.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:07.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:08.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:08.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:08.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:08.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:08.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:07 smithi022 bash[28554]: cluster 2023-12-07T10:20:06.928240+0000 mgr.a (mgr.24293) 1194 : cluster 0 pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:07 smithi044 bash[32620]: cluster 2023-12-07T10:20:06.928240+0000 mgr.a (mgr.24293) 1194 : cluster 0 pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:07 smithi027 bash[31536]: cluster 2023-12-07T10:20:06.928240+0000 mgr.a (mgr.24293) 1194 : cluster 0 pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:09.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:08 smithi022 bash[28554]: audit 2023-12-07T10:20:07.596484+0000 mgr.a (mgr.24293) 1195 : audit 0 from='client.36879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:08 smithi044 bash[32620]: audit 2023-12-07T10:20:07.596484+0000 mgr.a (mgr.24293) 1195 : audit 0 from='client.36879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:09.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:08 smithi027 bash[31536]: audit 2023-12-07T10:20:07.596484+0000 mgr.a (mgr.24293) 1195 : audit 0 from='client.36879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:09 smithi022 bash[28554]: cluster 2023-12-07T10:20:08.928968+0000 mgr.a (mgr.24293) 1196 : 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-07T10:20:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:09 smithi044 bash[32620]: cluster 2023-12-07T10:20:08.928968+0000 mgr.a (mgr.24293) 1196 : 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-07T10:20:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:09 smithi027 bash[31536]: cluster 2023-12-07T10:20:08.928968+0000 mgr.a (mgr.24293) 1196 : 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-07T10:20:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:11 smithi022 bash[28554]: cluster 2023-12-07T10:20:10.929817+0000 mgr.a (mgr.24293) 1197 : 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-07T10:20:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:11 smithi044 bash[32620]: cluster 2023-12-07T10:20:10.929817+0000 mgr.a (mgr.24293) 1197 : 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-07T10:20:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:11 smithi027 bash[31536]: cluster 2023-12-07T10:20:10.929817+0000 mgr.a (mgr.24293) 1197 : 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-07T10:20:13.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:13.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:13.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:14.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:13 smithi022 bash[28554]: cluster 2023-12-07T10:20:12.930390+0000 mgr.a (mgr.24293) 1198 : 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-07T10:20:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:13 smithi044 bash[32620]: cluster 2023-12-07T10:20:12.930390+0000 mgr.a (mgr.24293) 1198 : 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-07T10:20:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:14 smithi027 bash[31536]: cluster 2023-12-07T10:20:12.930390+0000 mgr.a (mgr.24293) 1198 : 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-07T10:20:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:15 smithi022 bash[28554]: audit 2023-12-07T10:20:13.548943+0000 mgr.a (mgr.24293) 1199 : audit 0 from='client.36954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:15 smithi044 bash[32620]: audit 2023-12-07T10:20:13.548943+0000 mgr.a (mgr.24293) 1199 : audit 0 from='client.36954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:15 smithi027 bash[31536]: audit 2023-12-07T10:20:13.548943+0000 mgr.a (mgr.24293) 1199 : audit 0 from='client.36954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:16 smithi022 bash[28554]: cluster 2023-12-07T10:20:14.931056+0000 mgr.a (mgr.24293) 1200 : 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-07T10:20:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:16 smithi044 bash[32620]: cluster 2023-12-07T10:20:14.931056+0000 mgr.a (mgr.24293) 1200 : 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-07T10:20:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:16 smithi027 bash[31536]: cluster 2023-12-07T10:20:14.931056+0000 mgr.a (mgr.24293) 1200 : 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-07T10:20:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:18 smithi022 bash[28554]: cluster 2023-12-07T10:20:16.931941+0000 mgr.a (mgr.24293) 1201 : cluster 0 pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:18 smithi044 bash[32620]: cluster 2023-12-07T10:20:16.931941+0000 mgr.a (mgr.24293) 1201 : cluster 0 pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:18 smithi027 bash[31536]: cluster 2023-12-07T10:20:16.931941+0000 mgr.a (mgr.24293) 1201 : cluster 0 pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:19.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:19 smithi022 bash[28554]: cluster 2023-12-07T10:20:18.932511+0000 mgr.a (mgr.24293) 1202 : cluster 0 pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:19 smithi044 bash[32620]: cluster 2023-12-07T10:20:18.932511+0000 mgr.a (mgr.24293) 1202 : cluster 0 pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:19 smithi027 bash[31536]: cluster 2023-12-07T10:20:18.932511+0000 mgr.a (mgr.24293) 1202 : cluster 0 pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:20.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:20.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:20.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:20.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:20.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:20 smithi022 bash[28554]: audit 2023-12-07T10:20:19.467888+0000 mgr.a (mgr.24293) 1203 : audit 0 from='client.37029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:20 smithi044 bash[32620]: audit 2023-12-07T10:20:19.467888+0000 mgr.a (mgr.24293) 1203 : audit 0 from='client.37029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:20 smithi027 bash[31536]: audit 2023-12-07T10:20:19.467888+0000 mgr.a (mgr.24293) 1203 : audit 0 from='client.37029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:21 smithi022 bash[28554]: cluster 2023-12-07T10:20:20.933372+0000 mgr.a (mgr.24293) 1204 : cluster 0 pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:21 smithi027 bash[31536]: cluster 2023-12-07T10:20:20.933372+0000 mgr.a (mgr.24293) 1204 : cluster 0 pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:21 smithi044 bash[32620]: cluster 2023-12-07T10:20:20.933372+0000 mgr.a (mgr.24293) 1204 : cluster 0 pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:23 smithi022 bash[28554]: cluster 2023-12-07T10:20:22.933923+0000 mgr.a (mgr.24293) 1205 : cluster 0 pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:23 smithi044 bash[32620]: cluster 2023-12-07T10:20:22.933923+0000 mgr.a (mgr.24293) 1205 : cluster 0 pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:23 smithi027 bash[31536]: cluster 2023-12-07T10:20:22.933923+0000 mgr.a (mgr.24293) 1205 : cluster 0 pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:25.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:25.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:25.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:25.921 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:25.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:25.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:25.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:25.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:25 smithi022 bash[28554]: cluster 2023-12-07T10:20:24.934485+0000 mgr.a (mgr.24293) 1206 : cluster 0 pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:25 smithi044 bash[32620]: cluster 2023-12-07T10:20:24.934485+0000 mgr.a (mgr.24293) 1206 : cluster 0 pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:25 smithi027 bash[31536]: cluster 2023-12-07T10:20:24.934485+0000 mgr.a (mgr.24293) 1206 : cluster 0 pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:27 smithi022 bash[28554]: audit 2023-12-07T10:20:25.419460+0000 mgr.a (mgr.24293) 1207 : audit 0 from='client.37107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:27 smithi044 bash[32620]: audit 2023-12-07T10:20:25.419460+0000 mgr.a (mgr.24293) 1207 : audit 0 from='client.37107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:27 smithi027 bash[31536]: audit 2023-12-07T10:20:25.419460+0000 mgr.a (mgr.24293) 1207 : audit 0 from='client.37107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:28 smithi022 bash[28554]: cluster 2023-12-07T10:20:26.935457+0000 mgr.a (mgr.24293) 1208 : cluster 0 pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:20:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:28 smithi044 bash[32620]: cluster 2023-12-07T10:20:26.935457+0000 mgr.a (mgr.24293) 1208 : cluster 0 pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:20:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:28 smithi027 bash[31536]: cluster 2023-12-07T10:20:26.935457+0000 mgr.a (mgr.24293) 1208 : cluster 0 pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:20:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:29 smithi022 bash[28554]: cluster 2023-12-07T10:20:28.935987+0000 mgr.a (mgr.24293) 1209 : cluster 0 pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:20:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:29 smithi044 bash[32620]: cluster 2023-12-07T10:20:28.935987+0000 mgr.a (mgr.24293) 1209 : cluster 0 pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:20:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:29 smithi027 bash[31536]: cluster 2023-12-07T10:20:28.935987+0000 mgr.a (mgr.24293) 1209 : cluster 0 pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:20:30.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:30.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:30.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:31.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:31.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:31.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:31.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:31.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:31 smithi022 bash[28554]: cluster 2023-12-07T10:20:30.936486+0000 mgr.a (mgr.24293) 1210 : cluster 0 pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:31 smithi044 bash[32620]: cluster 2023-12-07T10:20:30.936486+0000 mgr.a (mgr.24293) 1210 : cluster 0 pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:31 smithi027 bash[31536]: cluster 2023-12-07T10:20:30.936486+0000 mgr.a (mgr.24293) 1210 : cluster 0 pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:33 smithi022 bash[28554]: audit 2023-12-07T10:20:31.331869+0000 mgr.a (mgr.24293) 1211 : audit 0 from='client.37182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:33 smithi044 bash[32620]: audit 2023-12-07T10:20:31.331869+0000 mgr.a (mgr.24293) 1211 : audit 0 from='client.37182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:33.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:33 smithi027 bash[31536]: audit 2023-12-07T10:20:31.331869+0000 mgr.a (mgr.24293) 1211 : audit 0 from='client.37182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:34 smithi022 bash[28554]: cluster 2023-12-07T10:20:32.937073+0000 mgr.a (mgr.24293) 1212 : cluster 0 pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:34 smithi044 bash[32620]: cluster 2023-12-07T10:20:32.937073+0000 mgr.a (mgr.24293) 1212 : cluster 0 pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:34 smithi027 bash[31536]: cluster 2023-12-07T10:20:32.937073+0000 mgr.a (mgr.24293) 1212 : cluster 0 pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:36 smithi022 bash[28554]: cluster 2023-12-07T10:20:34.937778+0000 mgr.a (mgr.24293) 1213 : cluster 0 pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:36 smithi044 bash[32620]: cluster 2023-12-07T10:20:34.937778+0000 mgr.a (mgr.24293) 1213 : cluster 0 pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:36 smithi027 bash[31536]: cluster 2023-12-07T10:20:34.937778+0000 mgr.a (mgr.24293) 1213 : cluster 0 pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:36.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:36.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:36.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:37.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:37.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:37.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:37.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:37.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:38 smithi022 bash[28554]: cluster 2023-12-07T10:20:36.938450+0000 mgr.a (mgr.24293) 1214 : cluster 0 pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:38 smithi044 bash[32620]: cluster 2023-12-07T10:20:36.938450+0000 mgr.a (mgr.24293) 1214 : cluster 0 pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:38 smithi027 bash[31536]: cluster 2023-12-07T10:20:36.938450+0000 mgr.a (mgr.24293) 1214 : cluster 0 pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:39.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:39 smithi022 bash[28554]: audit 2023-12-07T10:20:37.276067+0000 mgr.a (mgr.24293) 1215 : audit 0 from='client.37257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:39 smithi044 bash[32620]: audit 2023-12-07T10:20:37.276067+0000 mgr.a (mgr.24293) 1215 : audit 0 from='client.37257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:39.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:39 smithi027 bash[31536]: audit 2023-12-07T10:20:37.276067+0000 mgr.a (mgr.24293) 1215 : audit 0 from='client.37257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:40 smithi022 bash[28554]: cluster 2023-12-07T10:20:38.939082+0000 mgr.a (mgr.24293) 1216 : cluster 0 pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:20:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:40 smithi044 bash[32620]: cluster 2023-12-07T10:20:38.939082+0000 mgr.a (mgr.24293) 1216 : cluster 0 pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:20:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:40 smithi027 bash[31536]: cluster 2023-12-07T10:20:38.939082+0000 mgr.a (mgr.24293) 1216 : cluster 0 pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:20:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:42 smithi022 bash[28554]: cluster 2023-12-07T10:20:40.939912+0000 mgr.a (mgr.24293) 1217 : cluster 0 pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:20:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:42 smithi044 bash[32620]: cluster 2023-12-07T10:20:40.939912+0000 mgr.a (mgr.24293) 1217 : cluster 0 pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:20:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:42 smithi027 bash[31536]: cluster 2023-12-07T10:20:40.939912+0000 mgr.a (mgr.24293) 1217 : cluster 0 pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:20:42.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:42.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:42.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:43.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:43.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:43.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:43.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:43.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:44 smithi022 bash[28554]: cluster 2023-12-07T10:20:42.940467+0000 mgr.a (mgr.24293) 1218 : 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-07T10:20:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:44 smithi044 bash[32620]: cluster 2023-12-07T10:20:42.940467+0000 mgr.a (mgr.24293) 1218 : 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-07T10:20:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:44 smithi027 bash[31536]: cluster 2023-12-07T10:20:42.940467+0000 mgr.a (mgr.24293) 1218 : 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-07T10:20:45.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:45 smithi022 bash[28554]: audit 2023-12-07T10:20:43.198432+0000 mgr.a (mgr.24293) 1219 : audit 0 from='client.37332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:45 smithi044 bash[32620]: audit 2023-12-07T10:20:43.198432+0000 mgr.a (mgr.24293) 1219 : audit 0 from='client.37332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:45 smithi027 bash[31536]: audit 2023-12-07T10:20:43.198432+0000 mgr.a (mgr.24293) 1219 : audit 0 from='client.37332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:46 smithi022 bash[28554]: cluster 2023-12-07T10:20:44.941088+0000 mgr.a (mgr.24293) 1220 : 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-07T10:20:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:46 smithi044 bash[32620]: cluster 2023-12-07T10:20:44.941088+0000 mgr.a (mgr.24293) 1220 : 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-07T10:20:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:46 smithi027 bash[31536]: cluster 2023-12-07T10:20:44.941088+0000 mgr.a (mgr.24293) 1220 : 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-07T10:20:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:48 smithi022 bash[28554]: cluster 2023-12-07T10:20:46.941921+0000 mgr.a (mgr.24293) 1221 : cluster 0 pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:48 smithi044 bash[32620]: cluster 2023-12-07T10:20:46.941921+0000 mgr.a (mgr.24293) 1221 : cluster 0 pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:48 smithi027 bash[31536]: cluster 2023-12-07T10:20:46.941921+0000 mgr.a (mgr.24293) 1221 : cluster 0 pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:48.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:48.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:48.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:49 smithi022 bash[28554]: cluster 2023-12-07T10:20:48.942345+0000 mgr.a (mgr.24293) 1222 : cluster 0 pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:49 smithi044 bash[32620]: cluster 2023-12-07T10:20:48.942345+0000 mgr.a (mgr.24293) 1222 : cluster 0 pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:49 smithi027 bash[31536]: cluster 2023-12-07T10:20:48.942345+0000 mgr.a (mgr.24293) 1222 : cluster 0 pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:49.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:49.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:49.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:49.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:49.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:50 smithi027 bash[31536]: audit 2023-12-07T10:20:49.144154+0000 mgr.a (mgr.24293) 1223 : audit 0 from='client.37407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:50 smithi022 bash[28554]: audit 2023-12-07T10:20:49.144154+0000 mgr.a (mgr.24293) 1223 : audit 0 from='client.37407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:50 smithi044 bash[32620]: audit 2023-12-07T10:20:49.144154+0000 mgr.a (mgr.24293) 1223 : audit 0 from='client.37407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:51.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:51 smithi027 bash[31536]: cluster 2023-12-07T10:20:50.943171+0000 mgr.a (mgr.24293) 1224 : cluster 0 pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:51 smithi022 bash[28554]: cluster 2023-12-07T10:20:50.943171+0000 mgr.a (mgr.24293) 1224 : cluster 0 pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:51 smithi044 bash[32620]: cluster 2023-12-07T10:20:50.943171+0000 mgr.a (mgr.24293) 1224 : cluster 0 pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:53 smithi022 bash[28554]: cluster 2023-12-07T10:20:52.943791+0000 mgr.a (mgr.24293) 1225 : cluster 0 pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:54 smithi044 bash[32620]: cluster 2023-12-07T10:20:52.943791+0000 mgr.a (mgr.24293) 1225 : cluster 0 pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:54 smithi027 bash[31536]: cluster 2023-12-07T10:20:52.943791+0000 mgr.a (mgr.24293) 1225 : cluster 0 pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:54.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:20:54.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:54.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:55.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:20:55.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:55.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:55.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:55.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:20:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:56 smithi022 bash[28554]: cluster 2023-12-07T10:20:54.944325+0000 mgr.a (mgr.24293) 1226 : cluster 0 pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:56 smithi022 bash[28554]: audit 2023-12-07T10:20:55.056971+0000 mgr.a (mgr.24293) 1227 : audit 0 from='client.37485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:56 smithi044 bash[32620]: cluster 2023-12-07T10:20:54.944325+0000 mgr.a (mgr.24293) 1226 : cluster 0 pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:56 smithi044 bash[32620]: audit 2023-12-07T10:20:55.056971+0000 mgr.a (mgr.24293) 1227 : audit 0 from='client.37485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:56 smithi027 bash[31536]: cluster 2023-12-07T10:20:54.944325+0000 mgr.a (mgr.24293) 1226 : cluster 0 pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:56 smithi027 bash[31536]: audit 2023-12-07T10:20:55.056971+0000 mgr.a (mgr.24293) 1227 : audit 0 from='client.37485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:58 smithi022 bash[28554]: cluster 2023-12-07T10:20:56.945328+0000 mgr.a (mgr.24293) 1228 : cluster 0 pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:20:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:58 smithi044 bash[32620]: cluster 2023-12-07T10:20:56.945328+0000 mgr.a (mgr.24293) 1228 : cluster 0 pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:20:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:58 smithi027 bash[31536]: cluster 2023-12-07T10:20:56.945328+0000 mgr.a (mgr.24293) 1228 : cluster 0 pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:20:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:20:59 smithi027 bash[31536]: cluster 2023-12-07T10:20:58.945935+0000 mgr.a (mgr.24293) 1229 : cluster 0 pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:20:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:20:59 smithi022 bash[28554]: cluster 2023-12-07T10:20:58.945935+0000 mgr.a (mgr.24293) 1229 : cluster 0 pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:20:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:20:59 smithi044 bash[32620]: cluster 2023-12-07T10:20:58.945935+0000 mgr.a (mgr.24293) 1229 : cluster 0 pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:21:00.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:00.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:00.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:00 smithi022 bash[28554]: audit 2023-12-07T10:21:00.690895+0000 mon.a (mon.0) 634 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:21:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:00 smithi044 bash[32620]: audit 2023-12-07T10:21:00.690895+0000 mon.a (mon.0) 634 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:21:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:00 smithi027 bash[31536]: audit 2023-12-07T10:21:00.690895+0000 mon.a (mon.0) 634 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:21:01.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:01.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:01.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:01.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:01.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:01 smithi022 bash[28554]: cluster 2023-12-07T10:21:00.946681+0000 mgr.a (mgr.24293) 1230 : cluster 0 pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:01 smithi022 bash[28554]: audit 2023-12-07T10:21:01.003177+0000 mgr.a (mgr.24293) 1231 : audit 0 from='client.37563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:01 smithi044 bash[32620]: cluster 2023-12-07T10:21:00.946681+0000 mgr.a (mgr.24293) 1230 : cluster 0 pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:01 smithi044 bash[32620]: audit 2023-12-07T10:21:01.003177+0000 mgr.a (mgr.24293) 1231 : audit 0 from='client.37563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:01 smithi027 bash[31536]: cluster 2023-12-07T10:21:00.946681+0000 mgr.a (mgr.24293) 1230 : cluster 0 pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:01 smithi027 bash[31536]: audit 2023-12-07T10:21:01.003177+0000 mgr.a (mgr.24293) 1231 : audit 0 from='client.37563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.008680+0000 mon.a (mon.0) 635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.013672+0000 mon.a (mon.0) 636 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.018765+0000 mon.a (mon.0) 637 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.022221+0000 mon.a (mon.0) 638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.026501+0000 mon.a (mon.0) 639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.030959+0000 mon.a (mon.0) 640 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.032296+0000 mon.a (mon.0) 641 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.033587+0000 mon.a (mon.0) 642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:03 smithi022 bash[28554]: audit 2023-12-07T10:21:02.040458+0000 mon.a (mon.0) 643 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.008680+0000 mon.a (mon.0) 635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.013672+0000 mon.a (mon.0) 636 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.018765+0000 mon.a (mon.0) 637 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.022221+0000 mon.a (mon.0) 638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.026501+0000 mon.a (mon.0) 639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.030959+0000 mon.a (mon.0) 640 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.032296+0000 mon.a (mon.0) 641 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:21:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.033587+0000 mon.a (mon.0) 642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:21:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:03 smithi044 bash[32620]: audit 2023-12-07T10:21:02.040458+0000 mon.a (mon.0) 643 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.008680+0000 mon.a (mon.0) 635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.013672+0000 mon.a (mon.0) 636 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.018765+0000 mon.a (mon.0) 637 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.022221+0000 mon.a (mon.0) 638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.026501+0000 mon.a (mon.0) 639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.030959+0000 mon.a (mon.0) 640 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.032296+0000 mon.a (mon.0) 641 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.033587+0000 mon.a (mon.0) 642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:03 smithi027 bash[31536]: audit 2023-12-07T10:21:02.040458+0000 mon.a (mon.0) 643 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:21:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:04 smithi022 bash[28554]: cluster 2023-12-07T10:21:02.947348+0000 mgr.a (mgr.24293) 1232 : cluster 0 pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:04 smithi044 bash[32620]: cluster 2023-12-07T10:21:02.947348+0000 mgr.a (mgr.24293) 1232 : cluster 0 pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:04 smithi027 bash[31536]: cluster 2023-12-07T10:21:02.947348+0000 mgr.a (mgr.24293) 1232 : cluster 0 pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:06 smithi022 bash[28554]: cluster 2023-12-07T10:21:04.947960+0000 mgr.a (mgr.24293) 1233 : cluster 0 pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:06 smithi044 bash[32620]: cluster 2023-12-07T10:21:04.947960+0000 mgr.a (mgr.24293) 1233 : cluster 0 pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:06 smithi027 bash[31536]: cluster 2023-12-07T10:21:04.947960+0000 mgr.a (mgr.24293) 1233 : cluster 0 pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:06.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:06.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:06.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:07.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:07.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:07.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:07.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:07.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:08 smithi022 bash[28554]: cluster 2023-12-07T10:21:06.948738+0000 mgr.a (mgr.24293) 1234 : cluster 0 pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:08 smithi022 bash[28554]: audit 2023-12-07T10:21:06.975842+0000 mgr.a (mgr.24293) 1235 : audit 0 from='client.37641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:08 smithi044 bash[32620]: cluster 2023-12-07T10:21:06.948738+0000 mgr.a (mgr.24293) 1234 : cluster 0 pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:08 smithi044 bash[32620]: audit 2023-12-07T10:21:06.975842+0000 mgr.a (mgr.24293) 1235 : audit 0 from='client.37641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:08 smithi027 bash[31536]: cluster 2023-12-07T10:21:06.948738+0000 mgr.a (mgr.24293) 1234 : cluster 0 pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:08 smithi027 bash[31536]: audit 2023-12-07T10:21:06.975842+0000 mgr.a (mgr.24293) 1235 : audit 0 from='client.37641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:09.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:09 smithi027 bash[31536]: cluster 2023-12-07T10:21:08.949447+0000 mgr.a (mgr.24293) 1236 : cluster 0 pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:21:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:09 smithi022 bash[28554]: cluster 2023-12-07T10:21:08.949447+0000 mgr.a (mgr.24293) 1236 : cluster 0 pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:21:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:09 smithi044 bash[32620]: cluster 2023-12-07T10:21:08.949447+0000 mgr.a (mgr.24293) 1236 : cluster 0 pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:21:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:12 smithi022 bash[28554]: cluster 2023-12-07T10:21:10.950272+0000 mgr.a (mgr.24293) 1237 : cluster 0 pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:21:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:12 smithi044 bash[32620]: cluster 2023-12-07T10:21:10.950272+0000 mgr.a (mgr.24293) 1237 : cluster 0 pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:21:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:12 smithi027 bash[31536]: cluster 2023-12-07T10:21:10.950272+0000 mgr.a (mgr.24293) 1237 : cluster 0 pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:21:12.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:12.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:12.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:13.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:14 smithi022 bash[28554]: audit 2023-12-07T10:21:12.930698+0000 mgr.a (mgr.24293) 1238 : audit 0 from='client.37719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:14 smithi022 bash[28554]: cluster 2023-12-07T10:21:12.950882+0000 mgr.a (mgr.24293) 1239 : 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-07T10:21:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:14 smithi044 bash[32620]: audit 2023-12-07T10:21:12.930698+0000 mgr.a (mgr.24293) 1238 : audit 0 from='client.37719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:14 smithi044 bash[32620]: cluster 2023-12-07T10:21:12.950882+0000 mgr.a (mgr.24293) 1239 : 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-07T10:21:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:14 smithi027 bash[31536]: audit 2023-12-07T10:21:12.930698+0000 mgr.a (mgr.24293) 1238 : audit 0 from='client.37719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:14 smithi027 bash[31536]: cluster 2023-12-07T10:21:12.950882+0000 mgr.a (mgr.24293) 1239 : 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-07T10:21:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:16 smithi022 bash[28554]: cluster 2023-12-07T10:21:14.951610+0000 mgr.a (mgr.24293) 1240 : 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-07T10:21:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:16 smithi044 bash[32620]: cluster 2023-12-07T10:21:14.951610+0000 mgr.a (mgr.24293) 1240 : 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-07T10:21:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:16 smithi027 bash[31536]: cluster 2023-12-07T10:21:14.951610+0000 mgr.a (mgr.24293) 1240 : 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-07T10:21:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:18 smithi022 bash[28554]: cluster 2023-12-07T10:21:16.952393+0000 mgr.a (mgr.24293) 1241 : 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-07T10:21:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:18 smithi044 bash[32620]: cluster 2023-12-07T10:21:16.952393+0000 mgr.a (mgr.24293) 1241 : 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-07T10:21:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:18 smithi027 bash[31536]: cluster 2023-12-07T10:21:16.952393+0000 mgr.a (mgr.24293) 1241 : 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-07T10:21:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:19.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:19.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:19.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:19.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:19.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:19 smithi027 bash[31536]: audit 2023-12-07T10:21:18.870002+0000 mgr.a (mgr.24293) 1242 : audit 0 from='client.37794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:19 smithi027 bash[31536]: cluster 2023-12-07T10:21:18.952981+0000 mgr.a (mgr.24293) 1243 : 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-07T10:21:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:19 smithi022 bash[28554]: audit 2023-12-07T10:21:18.870002+0000 mgr.a (mgr.24293) 1242 : audit 0 from='client.37794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:19 smithi022 bash[28554]: cluster 2023-12-07T10:21:18.952981+0000 mgr.a (mgr.24293) 1243 : 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-07T10:21:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:19 smithi044 bash[32620]: audit 2023-12-07T10:21:18.870002+0000 mgr.a (mgr.24293) 1242 : audit 0 from='client.37794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:19 smithi044 bash[32620]: cluster 2023-12-07T10:21:18.952981+0000 mgr.a (mgr.24293) 1243 : 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-07T10:21:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:22 smithi022 bash[28554]: cluster 2023-12-07T10:21:20.953857+0000 mgr.a (mgr.24293) 1244 : cluster 0 pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:22 smithi044 bash[32620]: cluster 2023-12-07T10:21:20.953857+0000 mgr.a (mgr.24293) 1244 : cluster 0 pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:22 smithi027 bash[31536]: cluster 2023-12-07T10:21:20.953857+0000 mgr.a (mgr.24293) 1244 : cluster 0 pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:24.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:24.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:24.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:24 smithi022 bash[28554]: cluster 2023-12-07T10:21:22.954413+0000 mgr.a (mgr.24293) 1245 : cluster 0 pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:24 smithi044 bash[32620]: cluster 2023-12-07T10:21:22.954413+0000 mgr.a (mgr.24293) 1245 : cluster 0 pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:24 smithi027 bash[31536]: cluster 2023-12-07T10:21:22.954413+0000 mgr.a (mgr.24293) 1245 : cluster 0 pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:25.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:25.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:25.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:25.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:25.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:26 smithi022 bash[28554]: audit 2023-12-07T10:21:24.823939+0000 mgr.a (mgr.24293) 1246 : audit 0 from='client.37863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:26 smithi022 bash[28554]: cluster 2023-12-07T10:21:24.955049+0000 mgr.a (mgr.24293) 1247 : cluster 0 pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:26 smithi044 bash[32620]: audit 2023-12-07T10:21:24.823939+0000 mgr.a (mgr.24293) 1246 : audit 0 from='client.37863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:26 smithi044 bash[32620]: cluster 2023-12-07T10:21:24.955049+0000 mgr.a (mgr.24293) 1247 : cluster 0 pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:26 smithi027 bash[31536]: audit 2023-12-07T10:21:24.823939+0000 mgr.a (mgr.24293) 1246 : audit 0 from='client.37863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:26 smithi027 bash[31536]: cluster 2023-12-07T10:21:24.955049+0000 mgr.a (mgr.24293) 1247 : cluster 0 pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:28 smithi022 bash[28554]: cluster 2023-12-07T10:21:26.955957+0000 mgr.a (mgr.24293) 1248 : cluster 0 pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:21:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:28 smithi044 bash[32620]: cluster 2023-12-07T10:21:26.955957+0000 mgr.a (mgr.24293) 1248 : cluster 0 pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:21:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:28 smithi027 bash[31536]: cluster 2023-12-07T10:21:26.955957+0000 mgr.a (mgr.24293) 1248 : cluster 0 pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:21:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:29 smithi027 bash[31536]: cluster 2023-12-07T10:21:28.956514+0000 mgr.a (mgr.24293) 1249 : cluster 0 pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:21:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:29 smithi022 bash[28554]: cluster 2023-12-07T10:21:28.956514+0000 mgr.a (mgr.24293) 1249 : cluster 0 pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:21:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:29 smithi044 bash[32620]: cluster 2023-12-07T10:21:28.956514+0000 mgr.a (mgr.24293) 1249 : cluster 0 pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:21:30.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:30.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:30.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:31.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:31.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:31.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:31.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:31.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:32 smithi022 bash[28554]: audit 2023-12-07T10:21:30.755458+0000 mgr.a (mgr.24293) 1250 : audit 0 from='client.37941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:32 smithi022 bash[28554]: cluster 2023-12-07T10:21:30.957515+0000 mgr.a (mgr.24293) 1251 : 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-07T10:21:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:32 smithi044 bash[32620]: audit 2023-12-07T10:21:30.755458+0000 mgr.a (mgr.24293) 1250 : audit 0 from='client.37941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:32 smithi044 bash[32620]: cluster 2023-12-07T10:21:30.957515+0000 mgr.a (mgr.24293) 1251 : 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-07T10:21:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:32 smithi027 bash[31536]: audit 2023-12-07T10:21:30.755458+0000 mgr.a (mgr.24293) 1250 : audit 0 from='client.37941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:32 smithi027 bash[31536]: cluster 2023-12-07T10:21:30.957515+0000 mgr.a (mgr.24293) 1251 : 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-07T10:21:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:34 smithi022 bash[28554]: cluster 2023-12-07T10:21:32.958184+0000 mgr.a (mgr.24293) 1252 : cluster 0 pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:34 smithi044 bash[32620]: cluster 2023-12-07T10:21:32.958184+0000 mgr.a (mgr.24293) 1252 : cluster 0 pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:34 smithi027 bash[31536]: cluster 2023-12-07T10:21:32.958184+0000 mgr.a (mgr.24293) 1252 : cluster 0 pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:36.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:36.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:36.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:36 smithi022 bash[28554]: cluster 2023-12-07T10:21:34.958775+0000 mgr.a (mgr.24293) 1253 : cluster 0 pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:36 smithi044 bash[32620]: cluster 2023-12-07T10:21:34.958775+0000 mgr.a (mgr.24293) 1253 : cluster 0 pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:36 smithi027 bash[31536]: cluster 2023-12-07T10:21:34.958775+0000 mgr.a (mgr.24293) 1253 : cluster 0 pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:37.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:37.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:37.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:37.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:37.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:38 smithi022 bash[28554]: audit 2023-12-07T10:21:36.705609+0000 mgr.a (mgr.24293) 1254 : audit 0 from='client.42146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:38 smithi022 bash[28554]: cluster 2023-12-07T10:21:36.959760+0000 mgr.a (mgr.24293) 1255 : cluster 0 pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:38 smithi044 bash[32620]: audit 2023-12-07T10:21:36.705609+0000 mgr.a (mgr.24293) 1254 : audit 0 from='client.42146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:38 smithi044 bash[32620]: cluster 2023-12-07T10:21:36.959760+0000 mgr.a (mgr.24293) 1255 : cluster 0 pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:38 smithi027 bash[31536]: audit 2023-12-07T10:21:36.705609+0000 mgr.a (mgr.24293) 1254 : audit 0 from='client.42146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:38 smithi027 bash[31536]: cluster 2023-12-07T10:21:36.959760+0000 mgr.a (mgr.24293) 1255 : cluster 0 pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:39.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:39 smithi027 bash[31536]: cluster 2023-12-07T10:21:38.960424+0000 mgr.a (mgr.24293) 1256 : cluster 0 pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:21:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:39 smithi022 bash[28554]: cluster 2023-12-07T10:21:38.960424+0000 mgr.a (mgr.24293) 1256 : cluster 0 pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:21:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:39 smithi044 bash[32620]: cluster 2023-12-07T10:21:38.960424+0000 mgr.a (mgr.24293) 1256 : cluster 0 pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:21:42.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:42.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:42.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:42 smithi022 bash[28554]: cluster 2023-12-07T10:21:40.961208+0000 mgr.a (mgr.24293) 1257 : cluster 0 pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:21:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:42 smithi044 bash[32620]: cluster 2023-12-07T10:21:40.961208+0000 mgr.a (mgr.24293) 1257 : cluster 0 pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:21:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:42 smithi027 bash[31536]: cluster 2023-12-07T10:21:40.961208+0000 mgr.a (mgr.24293) 1257 : cluster 0 pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:21:43.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:43.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:43.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:43.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:43.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:44 smithi022 bash[28554]: audit 2023-12-07T10:21:42.641858+0000 mgr.a (mgr.24293) 1258 : audit 0 from='client.38097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:44 smithi022 bash[28554]: cluster 2023-12-07T10:21:42.961982+0000 mgr.a (mgr.24293) 1259 : 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-07T10:21:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:44 smithi044 bash[32620]: audit 2023-12-07T10:21:42.641858+0000 mgr.a (mgr.24293) 1258 : audit 0 from='client.38097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:44 smithi044 bash[32620]: cluster 2023-12-07T10:21:42.961982+0000 mgr.a (mgr.24293) 1259 : 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-07T10:21:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:44 smithi027 bash[31536]: audit 2023-12-07T10:21:42.641858+0000 mgr.a (mgr.24293) 1258 : audit 0 from='client.38097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:44 smithi027 bash[31536]: cluster 2023-12-07T10:21:42.961982+0000 mgr.a (mgr.24293) 1259 : 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-07T10:21:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:46 smithi022 bash[28554]: cluster 2023-12-07T10:21:44.962640+0000 mgr.a (mgr.24293) 1260 : 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-07T10:21:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:46 smithi044 bash[32620]: cluster 2023-12-07T10:21:44.962640+0000 mgr.a (mgr.24293) 1260 : 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-07T10:21:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:46 smithi027 bash[31536]: cluster 2023-12-07T10:21:44.962640+0000 mgr.a (mgr.24293) 1260 : 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-07T10:21:48.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:48.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:48.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:48 smithi022 bash[28554]: cluster 2023-12-07T10:21:46.963593+0000 mgr.a (mgr.24293) 1261 : 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-07T10:21:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:48 smithi044 bash[32620]: cluster 2023-12-07T10:21:46.963593+0000 mgr.a (mgr.24293) 1261 : 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-07T10:21:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:48 smithi027 bash[31536]: cluster 2023-12-07T10:21:46.963593+0000 mgr.a (mgr.24293) 1261 : 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-07T10:21:49.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:49.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:49.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:49.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:49.115 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:49 smithi027 bash[31536]: audit 2023-12-07T10:21:48.599876+0000 mgr.a (mgr.24293) 1262 : audit 0 from='client.38175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:49 smithi027 bash[31536]: cluster 2023-12-07T10:21:48.964059+0000 mgr.a (mgr.24293) 1263 : 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-07T10:21:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:49 smithi022 bash[28554]: audit 2023-12-07T10:21:48.599876+0000 mgr.a (mgr.24293) 1262 : audit 0 from='client.38175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:49 smithi022 bash[28554]: cluster 2023-12-07T10:21:48.964059+0000 mgr.a (mgr.24293) 1263 : 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-07T10:21:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:49 smithi044 bash[32620]: audit 2023-12-07T10:21:48.599876+0000 mgr.a (mgr.24293) 1262 : audit 0 from='client.38175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:49 smithi044 bash[32620]: cluster 2023-12-07T10:21:48.964059+0000 mgr.a (mgr.24293) 1263 : 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-07T10:21:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:52 smithi022 bash[28554]: cluster 2023-12-07T10:21:50.964905+0000 mgr.a (mgr.24293) 1264 : cluster 0 pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:52 smithi044 bash[32620]: cluster 2023-12-07T10:21:50.964905+0000 mgr.a (mgr.24293) 1264 : cluster 0 pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:52 smithi027 bash[31536]: cluster 2023-12-07T10:21:50.964905+0000 mgr.a (mgr.24293) 1264 : cluster 0 pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:54.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:21:54.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:54.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:54 smithi022 bash[28554]: cluster 2023-12-07T10:21:52.965487+0000 mgr.a (mgr.24293) 1265 : cluster 0 pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:54 smithi044 bash[32620]: cluster 2023-12-07T10:21:52.965487+0000 mgr.a (mgr.24293) 1265 : cluster 0 pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:54 smithi027 bash[31536]: cluster 2023-12-07T10:21:52.965487+0000 mgr.a (mgr.24293) 1265 : cluster 0 pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:55.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:21:55.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:55.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:55.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:55.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:21:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:56 smithi022 bash[28554]: audit 2023-12-07T10:21:54.531629+0000 mgr.a (mgr.24293) 1266 : audit 0 from='client.38253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:56 smithi022 bash[28554]: cluster 2023-12-07T10:21:54.966122+0000 mgr.a (mgr.24293) 1267 : cluster 0 pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:56 smithi044 bash[32620]: audit 2023-12-07T10:21:54.531629+0000 mgr.a (mgr.24293) 1266 : audit 0 from='client.38253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:56 smithi044 bash[32620]: cluster 2023-12-07T10:21:54.966122+0000 mgr.a (mgr.24293) 1267 : cluster 0 pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:56 smithi027 bash[31536]: audit 2023-12-07T10:21:54.531629+0000 mgr.a (mgr.24293) 1266 : audit 0 from='client.38253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:56 smithi027 bash[31536]: cluster 2023-12-07T10:21:54.966122+0000 mgr.a (mgr.24293) 1267 : cluster 0 pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:58 smithi022 bash[28554]: cluster 2023-12-07T10:21:56.967000+0000 mgr.a (mgr.24293) 1268 : cluster 0 pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:58 smithi044 bash[32620]: cluster 2023-12-07T10:21:56.967000+0000 mgr.a (mgr.24293) 1268 : cluster 0 pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:58 smithi027 bash[31536]: cluster 2023-12-07T10:21:56.967000+0000 mgr.a (mgr.24293) 1268 : cluster 0 pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:21:59 smithi022 bash[28554]: cluster 2023-12-07T10:21:58.967618+0000 mgr.a (mgr.24293) 1269 : cluster 0 pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:21:59 smithi044 bash[32620]: cluster 2023-12-07T10:21:58.967618+0000 mgr.a (mgr.24293) 1269 : cluster 0 pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:21:59 smithi027 bash[31536]: cluster 2023-12-07T10:21:58.967618+0000 mgr.a (mgr.24293) 1269 : cluster 0 pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:00.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:00.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:00.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:00.963 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:02 smithi022 bash[28554]: audit 2023-12-07T10:22:00.441883+0000 mgr.a (mgr.24293) 1270 : audit 0 from='client.38328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:02 smithi022 bash[28554]: cluster 2023-12-07T10:22:00.968591+0000 mgr.a (mgr.24293) 1271 : 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-07T10:22:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:02 smithi044 bash[32620]: audit 2023-12-07T10:22:00.441883+0000 mgr.a (mgr.24293) 1270 : audit 0 from='client.38328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:02 smithi044 bash[32620]: cluster 2023-12-07T10:22:00.968591+0000 mgr.a (mgr.24293) 1271 : 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-07T10:22:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:02 smithi027 bash[31536]: audit 2023-12-07T10:22:00.441883+0000 mgr.a (mgr.24293) 1270 : audit 0 from='client.38328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:02 smithi027 bash[31536]: cluster 2023-12-07T10:22:00.968591+0000 mgr.a (mgr.24293) 1271 : 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-07T10:22:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:03 smithi022 bash[28554]: audit 2023-12-07T10:22:02.143979+0000 mon.a (mon.0) 644 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:22:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:03 smithi044 bash[32620]: audit 2023-12-07T10:22:02.143979+0000 mon.a (mon.0) 644 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:22:03.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:03 smithi027 bash[31536]: audit 2023-12-07T10:22:02.143979+0000 mon.a (mon.0) 644 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:22:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:04 smithi022 bash[28554]: cluster 2023-12-07T10:22:02.969239+0000 mgr.a (mgr.24293) 1272 : cluster 0 pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:04 smithi044 bash[32620]: cluster 2023-12-07T10:22:02.969239+0000 mgr.a (mgr.24293) 1272 : cluster 0 pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:04 smithi027 bash[31536]: cluster 2023-12-07T10:22:02.969239+0000 mgr.a (mgr.24293) 1272 : cluster 0 pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:05.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:05.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:05.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:06 smithi022 bash[28554]: cluster 2023-12-07T10:22:04.969975+0000 mgr.a (mgr.24293) 1273 : cluster 0 pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:06 smithi044 bash[32620]: cluster 2023-12-07T10:22:04.969975+0000 mgr.a (mgr.24293) 1273 : cluster 0 pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:06 smithi027 bash[31536]: cluster 2023-12-07T10:22:04.969975+0000 mgr.a (mgr.24293) 1273 : cluster 0 pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:06.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:06.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:06.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:06.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:06.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:06.371832+0000 mgr.a (mgr.24293) 1274 : audit 0 from='client.38400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: cluster 2023-12-07T10:22:06.971075+0000 mgr.a (mgr.24293) 1275 : cluster 0 pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:07.561698+0000 mon.a (mon.0) 645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:07.566297+0000 mon.a (mon.0) 646 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:07.570180+0000 mon.a (mon.0) 647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:07.575445+0000 mon.a (mon.0) 648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:07.579375+0000 mon.a (mon.0) 649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:08 smithi022 bash[28554]: audit 2023-12-07T10:22:07.584741+0000 mon.a (mon.0) 650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:06.371832+0000 mgr.a (mgr.24293) 1274 : audit 0 from='client.38400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: cluster 2023-12-07T10:22:06.971075+0000 mgr.a (mgr.24293) 1275 : cluster 0 pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:07.561698+0000 mon.a (mon.0) 645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:07.566297+0000 mon.a (mon.0) 646 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:07.570180+0000 mon.a (mon.0) 647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:07.575445+0000 mon.a (mon.0) 648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:07.579375+0000 mon.a (mon.0) 649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:08 smithi044 bash[32620]: audit 2023-12-07T10:22:07.584741+0000 mon.a (mon.0) 650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:06.371832+0000 mgr.a (mgr.24293) 1274 : audit 0 from='client.38400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: cluster 2023-12-07T10:22:06.971075+0000 mgr.a (mgr.24293) 1275 : cluster 0 pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:07.561698+0000 mon.a (mon.0) 645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:07.566297+0000 mon.a (mon.0) 646 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:07.570180+0000 mon.a (mon.0) 647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:07.575445+0000 mon.a (mon.0) 648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:07.579375+0000 mon.a (mon.0) 649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:08 smithi027 bash[31536]: audit 2023-12-07T10:22:07.584741+0000 mon.a (mon.0) 650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:09.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:09 smithi027 bash[31536]: audit 2023-12-07T10:22:08.365750+0000 mon.a (mon.0) 651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:22:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:09 smithi027 bash[31536]: audit 2023-12-07T10:22:08.367690+0000 mon.a (mon.0) 652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:22:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:09 smithi027 bash[31536]: audit 2023-12-07T10:22:08.376968+0000 mon.a (mon.0) 653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:09 smithi027 bash[31536]: cluster 2023-12-07T10:22:08.971712+0000 mgr.a (mgr.24293) 1276 : cluster 0 pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:09 smithi022 bash[28554]: audit 2023-12-07T10:22:08.365750+0000 mon.a (mon.0) 651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:22:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:09 smithi022 bash[28554]: audit 2023-12-07T10:22:08.367690+0000 mon.a (mon.0) 652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:22:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:09 smithi022 bash[28554]: audit 2023-12-07T10:22:08.376968+0000 mon.a (mon.0) 653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:09 smithi022 bash[28554]: cluster 2023-12-07T10:22:08.971712+0000 mgr.a (mgr.24293) 1276 : cluster 0 pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:09 smithi044 bash[32620]: audit 2023-12-07T10:22:08.365750+0000 mon.a (mon.0) 651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:22:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:09 smithi044 bash[32620]: audit 2023-12-07T10:22:08.367690+0000 mon.a (mon.0) 652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:22:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:09 smithi044 bash[32620]: audit 2023-12-07T10:22:08.376968+0000 mon.a (mon.0) 653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:22:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:09 smithi044 bash[32620]: cluster 2023-12-07T10:22:08.971712+0000 mgr.a (mgr.24293) 1276 : cluster 0 pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:11.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:11.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:11.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:12 smithi022 bash[28554]: cluster 2023-12-07T10:22:10.972414+0000 mgr.a (mgr.24293) 1277 : cluster 0 pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:12 smithi044 bash[32620]: cluster 2023-12-07T10:22:10.972414+0000 mgr.a (mgr.24293) 1277 : cluster 0 pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:12 smithi027 bash[31536]: cluster 2023-12-07T10:22:10.972414+0000 mgr.a (mgr.24293) 1277 : cluster 0 pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:12.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:14 smithi022 bash[28554]: audit 2023-12-07T10:22:12.317902+0000 mgr.a (mgr.24293) 1278 : audit 0 from='client.38475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:14 smithi022 bash[28554]: cluster 2023-12-07T10:22:12.973162+0000 mgr.a (mgr.24293) 1279 : 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-07T10:22:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:14 smithi044 bash[32620]: audit 2023-12-07T10:22:12.317902+0000 mgr.a (mgr.24293) 1278 : audit 0 from='client.38475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:14 smithi044 bash[32620]: cluster 2023-12-07T10:22:12.973162+0000 mgr.a (mgr.24293) 1279 : 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-07T10:22:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:14 smithi027 bash[31536]: audit 2023-12-07T10:22:12.317902+0000 mgr.a (mgr.24293) 1278 : audit 0 from='client.38475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:14 smithi027 bash[31536]: cluster 2023-12-07T10:22:12.973162+0000 mgr.a (mgr.24293) 1279 : 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-07T10:22:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:16 smithi022 bash[28554]: cluster 2023-12-07T10:22:14.973717+0000 mgr.a (mgr.24293) 1280 : 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-07T10:22:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:16 smithi044 bash[32620]: cluster 2023-12-07T10:22:14.973717+0000 mgr.a (mgr.24293) 1280 : 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-07T10:22:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:16 smithi027 bash[31536]: cluster 2023-12-07T10:22:14.973717+0000 mgr.a (mgr.24293) 1280 : 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-07T10:22:17.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:17.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:17.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:18 smithi022 bash[28554]: cluster 2023-12-07T10:22:16.974566+0000 mgr.a (mgr.24293) 1281 : 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-07T10:22:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:18 smithi044 bash[32620]: cluster 2023-12-07T10:22:16.974566+0000 mgr.a (mgr.24293) 1281 : 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-07T10:22:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:18 smithi027 bash[31536]: cluster 2023-12-07T10:22:16.974566+0000 mgr.a (mgr.24293) 1281 : 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-07T10:22:18.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:19 smithi022 bash[28554]: audit 2023-12-07T10:22:18.268903+0000 mgr.a (mgr.24293) 1282 : audit 0 from='client.38553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:19 smithi022 bash[28554]: cluster 2023-12-07T10:22:18.975288+0000 mgr.a (mgr.24293) 1283 : 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-07T10:22:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:19 smithi044 bash[32620]: audit 2023-12-07T10:22:18.268903+0000 mgr.a (mgr.24293) 1282 : audit 0 from='client.38553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:19 smithi044 bash[32620]: cluster 2023-12-07T10:22:18.975288+0000 mgr.a (mgr.24293) 1283 : 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-07T10:22:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:19 smithi027 bash[31536]: audit 2023-12-07T10:22:18.268903+0000 mgr.a (mgr.24293) 1282 : audit 0 from='client.38553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:19 smithi027 bash[31536]: cluster 2023-12-07T10:22:18.975288+0000 mgr.a (mgr.24293) 1283 : 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-07T10:22:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:22 smithi022 bash[28554]: cluster 2023-12-07T10:22:20.976125+0000 mgr.a (mgr.24293) 1284 : 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-07T10:22:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:22 smithi044 bash[32620]: cluster 2023-12-07T10:22:20.976125+0000 mgr.a (mgr.24293) 1284 : 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-07T10:22:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:22 smithi027 bash[31536]: cluster 2023-12-07T10:22:20.976125+0000 mgr.a (mgr.24293) 1284 : 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-07T10:22:23.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:23.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:23.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:24 smithi022 bash[28554]: cluster 2023-12-07T10:22:22.976714+0000 mgr.a (mgr.24293) 1285 : 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-07T10:22:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:24 smithi044 bash[32620]: cluster 2023-12-07T10:22:22.976714+0000 mgr.a (mgr.24293) 1285 : 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-07T10:22:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:24 smithi027 bash[31536]: cluster 2023-12-07T10:22:22.976714+0000 mgr.a (mgr.24293) 1285 : 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-07T10:22:24.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:24.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:24.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:24.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:24.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:26 smithi022 bash[28554]: audit 2023-12-07T10:22:24.205016+0000 mgr.a (mgr.24293) 1286 : audit 0 from='client.38631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:26 smithi022 bash[28554]: cluster 2023-12-07T10:22:24.977433+0000 mgr.a (mgr.24293) 1287 : 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-07T10:22:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:26 smithi044 bash[32620]: audit 2023-12-07T10:22:24.205016+0000 mgr.a (mgr.24293) 1286 : audit 0 from='client.38631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:26 smithi044 bash[32620]: cluster 2023-12-07T10:22:24.977433+0000 mgr.a (mgr.24293) 1287 : 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-07T10:22:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:26 smithi027 bash[31536]: audit 2023-12-07T10:22:24.205016+0000 mgr.a (mgr.24293) 1286 : audit 0 from='client.38631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:26 smithi027 bash[31536]: cluster 2023-12-07T10:22:24.977433+0000 mgr.a (mgr.24293) 1287 : 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-07T10:22:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:28 smithi022 bash[28554]: cluster 2023-12-07T10:22:26.978311+0000 mgr.a (mgr.24293) 1288 : cluster 0 pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:28 smithi044 bash[32620]: cluster 2023-12-07T10:22:26.978311+0000 mgr.a (mgr.24293) 1288 : cluster 0 pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:28 smithi027 bash[31536]: cluster 2023-12-07T10:22:26.978311+0000 mgr.a (mgr.24293) 1288 : cluster 0 pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:29 smithi022 bash[28554]: cluster 2023-12-07T10:22:28.978895+0000 mgr.a (mgr.24293) 1289 : cluster 0 pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:29 smithi044 bash[32620]: cluster 2023-12-07T10:22:28.978895+0000 mgr.a (mgr.24293) 1289 : cluster 0 pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:29 smithi027 bash[31536]: cluster 2023-12-07T10:22:28.978895+0000 mgr.a (mgr.24293) 1289 : cluster 0 pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:29.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:29.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:29.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:30.668 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:30.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:30.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:30.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:30.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:32 smithi022 bash[28554]: audit 2023-12-07T10:22:30.153043+0000 mgr.a (mgr.24293) 1290 : audit 0 from='client.38703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:32 smithi022 bash[28554]: cluster 2023-12-07T10:22:30.979969+0000 mgr.a (mgr.24293) 1291 : cluster 0 pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:32 smithi044 bash[32620]: audit 2023-12-07T10:22:30.153043+0000 mgr.a (mgr.24293) 1290 : audit 0 from='client.38703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:32 smithi044 bash[32620]: cluster 2023-12-07T10:22:30.979969+0000 mgr.a (mgr.24293) 1291 : cluster 0 pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:32 smithi027 bash[31536]: audit 2023-12-07T10:22:30.153043+0000 mgr.a (mgr.24293) 1290 : audit 0 from='client.38703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:32 smithi027 bash[31536]: cluster 2023-12-07T10:22:30.979969+0000 mgr.a (mgr.24293) 1291 : cluster 0 pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:34 smithi022 bash[28554]: cluster 2023-12-07T10:22:32.980561+0000 mgr.a (mgr.24293) 1292 : cluster 0 pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:34 smithi044 bash[32620]: cluster 2023-12-07T10:22:32.980561+0000 mgr.a (mgr.24293) 1292 : cluster 0 pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:34 smithi027 bash[31536]: cluster 2023-12-07T10:22:32.980561+0000 mgr.a (mgr.24293) 1292 : cluster 0 pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:35.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:35.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:35.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:36 smithi022 bash[28554]: cluster 2023-12-07T10:22:34.981119+0000 mgr.a (mgr.24293) 1293 : cluster 0 pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:36 smithi044 bash[32620]: cluster 2023-12-07T10:22:34.981119+0000 mgr.a (mgr.24293) 1293 : cluster 0 pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:36 smithi027 bash[31536]: cluster 2023-12-07T10:22:34.981119+0000 mgr.a (mgr.24293) 1293 : cluster 0 pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:36.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:36.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:36.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:36.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:36.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:37 smithi022 bash[28554]: audit 2023-12-07T10:22:36.082398+0000 mgr.a (mgr.24293) 1294 : audit 0 from='client.38781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:37 smithi044 bash[32620]: audit 2023-12-07T10:22:36.082398+0000 mgr.a (mgr.24293) 1294 : audit 0 from='client.38781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:37 smithi027 bash[31536]: audit 2023-12-07T10:22:36.082398+0000 mgr.a (mgr.24293) 1294 : audit 0 from='client.38781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:38 smithi022 bash[28554]: cluster 2023-12-07T10:22:36.982243+0000 mgr.a (mgr.24293) 1295 : 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-07T10:22:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:38 smithi044 bash[32620]: cluster 2023-12-07T10:22:36.982243+0000 mgr.a (mgr.24293) 1295 : 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-07T10:22:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:38 smithi027 bash[31536]: cluster 2023-12-07T10:22:36.982243+0000 mgr.a (mgr.24293) 1295 : 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-07T10:22:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:39 smithi022 bash[28554]: cluster 2023-12-07T10:22:38.983027+0000 mgr.a (mgr.24293) 1296 : cluster 0 pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:39 smithi044 bash[32620]: cluster 2023-12-07T10:22:38.983027+0000 mgr.a (mgr.24293) 1296 : cluster 0 pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:39 smithi027 bash[31536]: cluster 2023-12-07T10:22:38.983027+0000 mgr.a (mgr.24293) 1296 : cluster 0 pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:41.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:41.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:41.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:42 smithi022 bash[28554]: cluster 2023-12-07T10:22:40.983943+0000 mgr.a (mgr.24293) 1297 : cluster 0 pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:42 smithi044 bash[32620]: cluster 2023-12-07T10:22:40.983943+0000 mgr.a (mgr.24293) 1297 : cluster 0 pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:42 smithi027 bash[31536]: cluster 2023-12-07T10:22:40.983943+0000 mgr.a (mgr.24293) 1297 : cluster 0 pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:42.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:42.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:42.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:42.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:42.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:43 smithi022 bash[28554]: audit 2023-12-07T10:22:42.020192+0000 mgr.a (mgr.24293) 1298 : audit 0 from='client.43297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:43 smithi044 bash[32620]: audit 2023-12-07T10:22:42.020192+0000 mgr.a (mgr.24293) 1298 : audit 0 from='client.43297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:43 smithi027 bash[31536]: audit 2023-12-07T10:22:42.020192+0000 mgr.a (mgr.24293) 1298 : audit 0 from='client.43297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:44 smithi022 bash[28554]: cluster 2023-12-07T10:22:42.984710+0000 mgr.a (mgr.24293) 1299 : cluster 0 pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:44 smithi044 bash[32620]: cluster 2023-12-07T10:22:42.984710+0000 mgr.a (mgr.24293) 1299 : cluster 0 pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:44 smithi027 bash[31536]: cluster 2023-12-07T10:22:42.984710+0000 mgr.a (mgr.24293) 1299 : cluster 0 pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:46 smithi022 bash[28554]: cluster 2023-12-07T10:22:44.985285+0000 mgr.a (mgr.24293) 1300 : cluster 0 pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:46 smithi044 bash[32620]: cluster 2023-12-07T10:22:44.985285+0000 mgr.a (mgr.24293) 1300 : cluster 0 pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:46 smithi027 bash[31536]: cluster 2023-12-07T10:22:44.985285+0000 mgr.a (mgr.24293) 1300 : cluster 0 pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:47.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:47.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:47.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:48 smithi022 bash[28554]: cluster 2023-12-07T10:22:46.986074+0000 mgr.a (mgr.24293) 1301 : cluster 0 pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:22:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:48 smithi044 bash[32620]: cluster 2023-12-07T10:22:46.986074+0000 mgr.a (mgr.24293) 1301 : cluster 0 pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:22:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:48 smithi027 bash[31536]: cluster 2023-12-07T10:22:46.986074+0000 mgr.a (mgr.24293) 1301 : cluster 0 pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:22:48.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:48.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:48.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:48.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:48.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:49 smithi022 bash[28554]: audit 2023-12-07T10:22:47.957907+0000 mgr.a (mgr.24293) 1302 : audit 0 from='client.38931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:49 smithi044 bash[32620]: audit 2023-12-07T10:22:47.957907+0000 mgr.a (mgr.24293) 1302 : audit 0 from='client.38931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:49 smithi027 bash[31536]: audit 2023-12-07T10:22:47.957907+0000 mgr.a (mgr.24293) 1302 : audit 0 from='client.38931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:50 smithi022 bash[28554]: cluster 2023-12-07T10:22:48.986820+0000 mgr.a (mgr.24293) 1303 : 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-07T10:22:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:50 smithi044 bash[32620]: cluster 2023-12-07T10:22:48.986820+0000 mgr.a (mgr.24293) 1303 : 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-07T10:22:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:50 smithi027 bash[31536]: cluster 2023-12-07T10:22:48.986820+0000 mgr.a (mgr.24293) 1303 : 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-07T10:22:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:52 smithi022 bash[28554]: cluster 2023-12-07T10:22:50.987688+0000 mgr.a (mgr.24293) 1304 : 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-07T10:22:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:52 smithi044 bash[32620]: cluster 2023-12-07T10:22:50.987688+0000 mgr.a (mgr.24293) 1304 : 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-07T10:22:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:52 smithi027 bash[31536]: cluster 2023-12-07T10:22:50.987688+0000 mgr.a (mgr.24293) 1304 : 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-07T10:22:53.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:53.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:53.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:54.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:54.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:22:54.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:54.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:54.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:22:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:54 smithi022 bash[28554]: cluster 2023-12-07T10:22:52.988202+0000 mgr.a (mgr.24293) 1305 : 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-07T10:22:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:54 smithi044 bash[32620]: cluster 2023-12-07T10:22:52.988202+0000 mgr.a (mgr.24293) 1305 : 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-07T10:22:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:54 smithi027 bash[31536]: cluster 2023-12-07T10:22:52.988202+0000 mgr.a (mgr.24293) 1305 : 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-07T10:22:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:55 smithi022 bash[28554]: audit 2023-12-07T10:22:53.870609+0000 mgr.a (mgr.24293) 1306 : audit 0 from='client.39006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:55 smithi044 bash[32620]: audit 2023-12-07T10:22:53.870609+0000 mgr.a (mgr.24293) 1306 : audit 0 from='client.39006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:55 smithi027 bash[31536]: audit 2023-12-07T10:22:53.870609+0000 mgr.a (mgr.24293) 1306 : audit 0 from='client.39006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:56 smithi022 bash[28554]: cluster 2023-12-07T10:22:54.988890+0000 mgr.a (mgr.24293) 1307 : 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-07T10:22:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:56 smithi044 bash[32620]: cluster 2023-12-07T10:22:54.988890+0000 mgr.a (mgr.24293) 1307 : 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-07T10:22:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:56 smithi027 bash[31536]: cluster 2023-12-07T10:22:54.988890+0000 mgr.a (mgr.24293) 1307 : 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-07T10:22:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:58 smithi022 bash[28554]: cluster 2023-12-07T10:22:56.989724+0000 mgr.a (mgr.24293) 1308 : cluster 0 pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:58 smithi044 bash[32620]: cluster 2023-12-07T10:22:56.989724+0000 mgr.a (mgr.24293) 1308 : cluster 0 pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:58 smithi027 bash[31536]: cluster 2023-12-07T10:22:56.989724+0000 mgr.a (mgr.24293) 1308 : cluster 0 pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:59.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:22:59.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:59.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:22:59 smithi022 bash[28554]: cluster 2023-12-07T10:22:58.990320+0000 mgr.a (mgr.24293) 1309 : cluster 0 pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:22:59 smithi044 bash[32620]: cluster 2023-12-07T10:22:58.990320+0000 mgr.a (mgr.24293) 1309 : cluster 0 pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:22:59 smithi027 bash[31536]: cluster 2023-12-07T10:22:58.990320+0000 mgr.a (mgr.24293) 1309 : cluster 0 pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:00.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:00.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:00.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:00.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:00.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:00 smithi022 bash[28554]: audit 2023-12-07T10:22:59.777555+0000 mgr.a (mgr.24293) 1310 : audit 0 from='client.39081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:00 smithi044 bash[32620]: audit 2023-12-07T10:22:59.777555+0000 mgr.a (mgr.24293) 1310 : audit 0 from='client.39081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:00 smithi027 bash[31536]: audit 2023-12-07T10:22:59.777555+0000 mgr.a (mgr.24293) 1310 : audit 0 from='client.39081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:01 smithi022 bash[28554]: cluster 2023-12-07T10:23:00.991375+0000 mgr.a (mgr.24293) 1311 : cluster 0 pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:01 smithi044 bash[32620]: cluster 2023-12-07T10:23:00.991375+0000 mgr.a (mgr.24293) 1311 : cluster 0 pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:01 smithi027 bash[31536]: cluster 2023-12-07T10:23:00.991375+0000 mgr.a (mgr.24293) 1311 : cluster 0 pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:04 smithi022 bash[28554]: cluster 2023-12-07T10:23:02.992090+0000 mgr.a (mgr.24293) 1312 : cluster 0 pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:04 smithi044 bash[32620]: cluster 2023-12-07T10:23:02.992090+0000 mgr.a (mgr.24293) 1312 : cluster 0 pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:04 smithi027 bash[31536]: cluster 2023-12-07T10:23:02.992090+0000 mgr.a (mgr.24293) 1312 : cluster 0 pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:05.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:05.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:05.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:06.256 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:06.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:06.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:06.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:06.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:06 smithi022 bash[28554]: cluster 2023-12-07T10:23:04.992699+0000 mgr.a (mgr.24293) 1313 : cluster 0 pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:06 smithi044 bash[32620]: cluster 2023-12-07T10:23:04.992699+0000 mgr.a (mgr.24293) 1313 : cluster 0 pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:06 smithi027 bash[31536]: cluster 2023-12-07T10:23:04.992699+0000 mgr.a (mgr.24293) 1313 : cluster 0 pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:07 smithi022 bash[28554]: audit 2023-12-07T10:23:05.717660+0000 mgr.a (mgr.24293) 1314 : audit 0 from='client.39159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:07 smithi044 bash[32620]: audit 2023-12-07T10:23:05.717660+0000 mgr.a (mgr.24293) 1314 : audit 0 from='client.39159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:07 smithi027 bash[31536]: audit 2023-12-07T10:23:05.717660+0000 mgr.a (mgr.24293) 1314 : audit 0 from='client.39159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:08 smithi022 bash[28554]: cluster 2023-12-07T10:23:06.993860+0000 mgr.a (mgr.24293) 1315 : 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-07T10:23:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:08 smithi044 bash[32620]: cluster 2023-12-07T10:23:06.993860+0000 mgr.a (mgr.24293) 1315 : 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-07T10:23:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:08 smithi027 bash[31536]: cluster 2023-12-07T10:23:06.993860+0000 mgr.a (mgr.24293) 1315 : 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-07T10:23:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:09 smithi022 bash[28554]: audit 2023-12-07T10:23:08.481901+0000 mon.a (mon.0) 654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:23:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:09 smithi022 bash[28554]: cluster 2023-12-07T10:23:08.994485+0000 mgr.a (mgr.24293) 1316 : cluster 0 pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:09 smithi044 bash[32620]: audit 2023-12-07T10:23:08.481901+0000 mon.a (mon.0) 654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:23:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:09 smithi044 bash[32620]: cluster 2023-12-07T10:23:08.994485+0000 mgr.a (mgr.24293) 1316 : cluster 0 pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:09 smithi027 bash[31536]: audit 2023-12-07T10:23:08.481901+0000 mon.a (mon.0) 654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:23:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:09 smithi027 bash[31536]: cluster 2023-12-07T10:23:08.994485+0000 mgr.a (mgr.24293) 1316 : cluster 0 pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:10 smithi022 bash[28554]: audit 2023-12-07T10:23:09.273921+0000 mon.a (mon.0) 655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:23:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:10 smithi022 bash[28554]: audit 2023-12-07T10:23:09.275874+0000 mon.a (mon.0) 656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:23:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:10 smithi022 bash[28554]: audit 2023-12-07T10:23:09.286744+0000 mon.a (mon.0) 657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:23:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:10 smithi044 bash[32620]: audit 2023-12-07T10:23:09.273921+0000 mon.a (mon.0) 655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:23:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:10 smithi044 bash[32620]: audit 2023-12-07T10:23:09.275874+0000 mon.a (mon.0) 656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:23:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:10 smithi044 bash[32620]: audit 2023-12-07T10:23:09.286744+0000 mon.a (mon.0) 657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:23:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:10 smithi027 bash[31536]: audit 2023-12-07T10:23:09.273921+0000 mon.a (mon.0) 655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:23:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:10 smithi027 bash[31536]: audit 2023-12-07T10:23:09.275874+0000 mon.a (mon.0) 656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:23:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:10 smithi027 bash[31536]: audit 2023-12-07T10:23:09.286744+0000 mon.a (mon.0) 657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:23:11.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:11.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:11.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:11 smithi022 bash[28554]: cluster 2023-12-07T10:23:10.995239+0000 mgr.a (mgr.24293) 1317 : cluster 0 pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:11 smithi044 bash[32620]: cluster 2023-12-07T10:23:10.995239+0000 mgr.a (mgr.24293) 1317 : cluster 0 pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:11 smithi027 bash[31536]: cluster 2023-12-07T10:23:10.995239+0000 mgr.a (mgr.24293) 1317 : cluster 0 pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:12.177 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:12.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:12.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:12.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:12.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:12 smithi022 bash[28554]: audit 2023-12-07T10:23:11.666324+0000 mgr.a (mgr.24293) 1318 : audit 0 from='client.39234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:12 smithi044 bash[32620]: audit 2023-12-07T10:23:11.666324+0000 mgr.a (mgr.24293) 1318 : audit 0 from='client.39234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:12 smithi027 bash[31536]: audit 2023-12-07T10:23:11.666324+0000 mgr.a (mgr.24293) 1318 : audit 0 from='client.39234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:13 smithi022 bash[28554]: cluster 2023-12-07T10:23:12.995980+0000 mgr.a (mgr.24293) 1319 : cluster 0 pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:13 smithi044 bash[32620]: cluster 2023-12-07T10:23:12.995980+0000 mgr.a (mgr.24293) 1319 : cluster 0 pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:13 smithi027 bash[31536]: cluster 2023-12-07T10:23:12.995980+0000 mgr.a (mgr.24293) 1319 : cluster 0 pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:16 smithi022 bash[28554]: cluster 2023-12-07T10:23:14.996548+0000 mgr.a (mgr.24293) 1320 : cluster 0 pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:16 smithi044 bash[32620]: cluster 2023-12-07T10:23:14.996548+0000 mgr.a (mgr.24293) 1320 : cluster 0 pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:16 smithi027 bash[31536]: cluster 2023-12-07T10:23:14.996548+0000 mgr.a (mgr.24293) 1320 : cluster 0 pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:17.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:17.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:17.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:18.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:18.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:18.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:18.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:18.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:18 smithi022 bash[28554]: cluster 2023-12-07T10:23:16.997364+0000 mgr.a (mgr.24293) 1321 : cluster 0 pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:18 smithi044 bash[32620]: cluster 2023-12-07T10:23:16.997364+0000 mgr.a (mgr.24293) 1321 : cluster 0 pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:18 smithi027 bash[31536]: cluster 2023-12-07T10:23:16.997364+0000 mgr.a (mgr.24293) 1321 : cluster 0 pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:19 smithi022 bash[28554]: audit 2023-12-07T10:23:17.592976+0000 mgr.a (mgr.24293) 1322 : audit 0 from='client.39309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:19 smithi044 bash[32620]: audit 2023-12-07T10:23:17.592976+0000 mgr.a (mgr.24293) 1322 : audit 0 from='client.39309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:19 smithi027 bash[31536]: audit 2023-12-07T10:23:17.592976+0000 mgr.a (mgr.24293) 1322 : audit 0 from='client.39309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:20 smithi022 bash[28554]: cluster 2023-12-07T10:23:18.998102+0000 mgr.a (mgr.24293) 1323 : 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-07T10:23:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:20 smithi044 bash[32620]: cluster 2023-12-07T10:23:18.998102+0000 mgr.a (mgr.24293) 1323 : 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-07T10:23:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:20 smithi027 bash[31536]: cluster 2023-12-07T10:23:18.998102+0000 mgr.a (mgr.24293) 1323 : 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-07T10:23:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:22 smithi022 bash[28554]: cluster 2023-12-07T10:23:20.998929+0000 mgr.a (mgr.24293) 1324 : 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-07T10:23:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:22 smithi044 bash[32620]: cluster 2023-12-07T10:23:20.998929+0000 mgr.a (mgr.24293) 1324 : 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-07T10:23:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:22 smithi027 bash[31536]: cluster 2023-12-07T10:23:20.998929+0000 mgr.a (mgr.24293) 1324 : 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-07T10:23:23.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:23.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:23.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:24.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:24.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:24.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:24.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:24.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:24 smithi022 bash[28554]: cluster 2023-12-07T10:23:22.999501+0000 mgr.a (mgr.24293) 1325 : 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-07T10:23:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:24 smithi044 bash[32620]: cluster 2023-12-07T10:23:22.999501+0000 mgr.a (mgr.24293) 1325 : 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-07T10:23:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:24 smithi027 bash[31536]: cluster 2023-12-07T10:23:22.999501+0000 mgr.a (mgr.24293) 1325 : 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-07T10:23:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:25 smithi022 bash[28554]: audit 2023-12-07T10:23:23.515034+0000 mgr.a (mgr.24293) 1326 : audit 0 from='client.39387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:25 smithi044 bash[32620]: audit 2023-12-07T10:23:23.515034+0000 mgr.a (mgr.24293) 1326 : audit 0 from='client.39387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:25 smithi027 bash[31536]: audit 2023-12-07T10:23:23.515034+0000 mgr.a (mgr.24293) 1326 : audit 0 from='client.39387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:26 smithi022 bash[28554]: cluster 2023-12-07T10:23:25.000223+0000 mgr.a (mgr.24293) 1327 : 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-07T10:23:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:26 smithi044 bash[32620]: cluster 2023-12-07T10:23:25.000223+0000 mgr.a (mgr.24293) 1327 : 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-07T10:23:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:26 smithi027 bash[31536]: cluster 2023-12-07T10:23:25.000223+0000 mgr.a (mgr.24293) 1327 : 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-07T10:23:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:28 smithi022 bash[28554]: cluster 2023-12-07T10:23:27.001064+0000 mgr.a (mgr.24293) 1328 : 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-07T10:23:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:28 smithi044 bash[32620]: cluster 2023-12-07T10:23:27.001064+0000 mgr.a (mgr.24293) 1328 : 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-07T10:23:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:28 smithi027 bash[31536]: cluster 2023-12-07T10:23:27.001064+0000 mgr.a (mgr.24293) 1328 : 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-07T10:23:29.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:29.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:29.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:29 smithi022 bash[28554]: cluster 2023-12-07T10:23:29.001648+0000 mgr.a (mgr.24293) 1329 : 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-07T10:23:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:29 smithi044 bash[32620]: cluster 2023-12-07T10:23:29.001648+0000 mgr.a (mgr.24293) 1329 : 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-07T10:23:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:29 smithi027 bash[31536]: cluster 2023-12-07T10:23:29.001648+0000 mgr.a (mgr.24293) 1329 : 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-07T10:23:29.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:29.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:29.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:29.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:29.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:30 smithi022 bash[28554]: audit 2023-12-07T10:23:29.454987+0000 mgr.a (mgr.24293) 1330 : audit 0 from='client.39465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:30 smithi044 bash[32620]: audit 2023-12-07T10:23:29.454987+0000 mgr.a (mgr.24293) 1330 : audit 0 from='client.39465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:30 smithi027 bash[31536]: audit 2023-12-07T10:23:29.454987+0000 mgr.a (mgr.24293) 1330 : audit 0 from='client.39465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:31 smithi022 bash[28554]: cluster 2023-12-07T10:23:31.002532+0000 mgr.a (mgr.24293) 1331 : cluster 0 pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:31 smithi044 bash[32620]: cluster 2023-12-07T10:23:31.002532+0000 mgr.a (mgr.24293) 1331 : cluster 0 pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:31 smithi027 bash[31536]: cluster 2023-12-07T10:23:31.002532+0000 mgr.a (mgr.24293) 1331 : cluster 0 pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:34 smithi022 bash[28554]: cluster 2023-12-07T10:23:33.003122+0000 mgr.a (mgr.24293) 1332 : cluster 0 pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:34 smithi044 bash[32620]: cluster 2023-12-07T10:23:33.003122+0000 mgr.a (mgr.24293) 1332 : cluster 0 pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:34 smithi027 bash[31536]: cluster 2023-12-07T10:23:33.003122+0000 mgr.a (mgr.24293) 1332 : cluster 0 pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:34.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:34.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:34.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:35.915 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:35.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:35.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:35.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:35.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:36 smithi044 bash[32620]: cluster 2023-12-07T10:23:35.003745+0000 mgr.a (mgr.24293) 1333 : cluster 0 pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:36 smithi022 bash[28554]: cluster 2023-12-07T10:23:35.003745+0000 mgr.a (mgr.24293) 1333 : cluster 0 pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:36 smithi027 bash[31536]: cluster 2023-12-07T10:23:35.003745+0000 mgr.a (mgr.24293) 1333 : cluster 0 pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:37 smithi022 bash[28554]: audit 2023-12-07T10:23:35.379415+0000 mgr.a (mgr.24293) 1334 : audit 0 from='client.39543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:37 smithi044 bash[32620]: audit 2023-12-07T10:23:35.379415+0000 mgr.a (mgr.24293) 1334 : audit 0 from='client.39543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:37 smithi027 bash[31536]: audit 2023-12-07T10:23:35.379415+0000 mgr.a (mgr.24293) 1334 : audit 0 from='client.39543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:38 smithi022 bash[28554]: cluster 2023-12-07T10:23:37.004689+0000 mgr.a (mgr.24293) 1335 : 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-07T10:23:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:38 smithi044 bash[32620]: cluster 2023-12-07T10:23:37.004689+0000 mgr.a (mgr.24293) 1335 : 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-07T10:23:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:38 smithi027 bash[31536]: cluster 2023-12-07T10:23:37.004689+0000 mgr.a (mgr.24293) 1335 : 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-07T10:23:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:39 smithi022 bash[28554]: cluster 2023-12-07T10:23:39.005277+0000 mgr.a (mgr.24293) 1336 : 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-07T10:23:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:39 smithi044 bash[32620]: cluster 2023-12-07T10:23:39.005277+0000 mgr.a (mgr.24293) 1336 : 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-07T10:23:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:39 smithi027 bash[31536]: cluster 2023-12-07T10:23:39.005277+0000 mgr.a (mgr.24293) 1336 : 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-07T10:23:40.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:40.918 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:40.918 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:41.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:41.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:41.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:41.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:41.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:42 smithi022 bash[28554]: cluster 2023-12-07T10:23:41.006053+0000 mgr.a (mgr.24293) 1337 : 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-07T10:23:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:42 smithi044 bash[32620]: cluster 2023-12-07T10:23:41.006053+0000 mgr.a (mgr.24293) 1337 : 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-07T10:23:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:42 smithi027 bash[31536]: cluster 2023-12-07T10:23:41.006053+0000 mgr.a (mgr.24293) 1337 : 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-07T10:23:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:43 smithi022 bash[28554]: audit 2023-12-07T10:23:41.329486+0000 mgr.a (mgr.24293) 1338 : audit 0 from='client.39621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:43 smithi044 bash[32620]: audit 2023-12-07T10:23:41.329486+0000 mgr.a (mgr.24293) 1338 : audit 0 from='client.39621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:43 smithi027 bash[31536]: audit 2023-12-07T10:23:41.329486+0000 mgr.a (mgr.24293) 1338 : audit 0 from='client.39621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:44 smithi022 bash[28554]: cluster 2023-12-07T10:23:43.006729+0000 mgr.a (mgr.24293) 1339 : cluster 0 pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:44 smithi044 bash[32620]: cluster 2023-12-07T10:23:43.006729+0000 mgr.a (mgr.24293) 1339 : cluster 0 pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:44 smithi027 bash[31536]: cluster 2023-12-07T10:23:43.006729+0000 mgr.a (mgr.24293) 1339 : cluster 0 pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:46 smithi022 bash[28554]: cluster 2023-12-07T10:23:45.007269+0000 mgr.a (mgr.24293) 1340 : cluster 0 pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:46 smithi044 bash[32620]: cluster 2023-12-07T10:23:45.007269+0000 mgr.a (mgr.24293) 1340 : cluster 0 pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:46 smithi027 bash[31536]: cluster 2023-12-07T10:23:45.007269+0000 mgr.a (mgr.24293) 1340 : cluster 0 pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:46.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:46.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:46.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:47.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:47.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:47.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:47.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:47.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:48 smithi022 bash[28554]: cluster 2023-12-07T10:23:47.007995+0000 mgr.a (mgr.24293) 1341 : cluster 0 pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:48 smithi044 bash[32620]: cluster 2023-12-07T10:23:47.007995+0000 mgr.a (mgr.24293) 1341 : cluster 0 pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:48 smithi027 bash[31536]: cluster 2023-12-07T10:23:47.007995+0000 mgr.a (mgr.24293) 1341 : cluster 0 pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:49 smithi022 bash[28554]: audit 2023-12-07T10:23:47.272754+0000 mgr.a (mgr.24293) 1342 : audit 0 from='client.39699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:49 smithi044 bash[32620]: audit 2023-12-07T10:23:47.272754+0000 mgr.a (mgr.24293) 1342 : audit 0 from='client.39699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:49 smithi027 bash[31536]: audit 2023-12-07T10:23:47.272754+0000 mgr.a (mgr.24293) 1342 : audit 0 from='client.39699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:50 smithi022 bash[28554]: cluster 2023-12-07T10:23:49.008617+0000 mgr.a (mgr.24293) 1343 : 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-07T10:23:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:50 smithi044 bash[32620]: cluster 2023-12-07T10:23:49.008617+0000 mgr.a (mgr.24293) 1343 : 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-07T10:23:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:50 smithi027 bash[31536]: cluster 2023-12-07T10:23:49.008617+0000 mgr.a (mgr.24293) 1343 : 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-07T10:23:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:52 smithi044 bash[32620]: cluster 2023-12-07T10:23:51.009387+0000 mgr.a (mgr.24293) 1344 : 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-07T10:23:52.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:52 smithi022 bash[28554]: cluster 2023-12-07T10:23:51.009387+0000 mgr.a (mgr.24293) 1344 : 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-07T10:23:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:52 smithi027 bash[31536]: cluster 2023-12-07T10:23:51.009387+0000 mgr.a (mgr.24293) 1344 : 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-07T10:23:52.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:52.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:52.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:53.688 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:53.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:53.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:53.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:53.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:54 smithi022 bash[28554]: cluster 2023-12-07T10:23:53.009910+0000 mgr.a (mgr.24293) 1345 : 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-07T10:23:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:54 smithi044 bash[32620]: cluster 2023-12-07T10:23:53.009910+0000 mgr.a (mgr.24293) 1345 : 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-07T10:23:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:54 smithi027 bash[31536]: cluster 2023-12-07T10:23:53.009910+0000 mgr.a (mgr.24293) 1345 : 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-07T10:23:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:55 smithi022 bash[28554]: audit 2023-12-07T10:23:53.192282+0000 mgr.a (mgr.24293) 1346 : audit 0 from='client.39771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:55 smithi044 bash[32620]: audit 2023-12-07T10:23:53.192282+0000 mgr.a (mgr.24293) 1346 : audit 0 from='client.39771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:55 smithi027 bash[31536]: audit 2023-12-07T10:23:53.192282+0000 mgr.a (mgr.24293) 1346 : audit 0 from='client.39771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:56 smithi022 bash[28554]: cluster 2023-12-07T10:23:55.010636+0000 mgr.a (mgr.24293) 1347 : 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-07T10:23:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:56 smithi044 bash[32620]: cluster 2023-12-07T10:23:55.010636+0000 mgr.a (mgr.24293) 1347 : 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-07T10:23:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:56 smithi027 bash[31536]: cluster 2023-12-07T10:23:55.010636+0000 mgr.a (mgr.24293) 1347 : 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-07T10:23:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:58 smithi022 bash[28554]: cluster 2023-12-07T10:23:57.011512+0000 mgr.a (mgr.24293) 1348 : 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-07T10:23:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:58 smithi044 bash[32620]: cluster 2023-12-07T10:23:57.011512+0000 mgr.a (mgr.24293) 1348 : 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-07T10:23:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:58 smithi027 bash[31536]: cluster 2023-12-07T10:23:57.011512+0000 mgr.a (mgr.24293) 1348 : 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-07T10:23:58.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:23:58.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:58.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:59.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:23:59.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:59.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:59.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:59.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:23:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:59 smithi022 bash[28554]: cluster 2023-12-07T10:23:59.011944+0000 mgr.a (mgr.24293) 1349 : 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-07T10:23:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:23:59 smithi022 bash[28554]: audit 2023-12-07T10:23:59.098282+0000 mgr.a (mgr.24293) 1350 : audit 0 from='client.44047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:59 smithi044 bash[32620]: cluster 2023-12-07T10:23:59.011944+0000 mgr.a (mgr.24293) 1349 : 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-07T10:23:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:23:59 smithi044 bash[32620]: audit 2023-12-07T10:23:59.098282+0000 mgr.a (mgr.24293) 1350 : audit 0 from='client.44047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:59 smithi027 bash[31536]: cluster 2023-12-07T10:23:59.011944+0000 mgr.a (mgr.24293) 1349 : 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-07T10:23:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:23:59 smithi027 bash[31536]: audit 2023-12-07T10:23:59.098282+0000 mgr.a (mgr.24293) 1350 : audit 0 from='client.44047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:02 smithi022 bash[28554]: cluster 2023-12-07T10:24:01.012791+0000 mgr.a (mgr.24293) 1351 : cluster 0 pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:02 smithi044 bash[32620]: cluster 2023-12-07T10:24:01.012791+0000 mgr.a (mgr.24293) 1351 : cluster 0 pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:02 smithi027 bash[31536]: cluster 2023-12-07T10:24:01.012791+0000 mgr.a (mgr.24293) 1351 : cluster 0 pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:04 smithi022 bash[28554]: cluster 2023-12-07T10:24:03.013554+0000 mgr.a (mgr.24293) 1352 : cluster 0 pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:04 smithi044 bash[32620]: cluster 2023-12-07T10:24:03.013554+0000 mgr.a (mgr.24293) 1352 : cluster 0 pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:04 smithi027 bash[31536]: cluster 2023-12-07T10:24:03.013554+0000 mgr.a (mgr.24293) 1352 : cluster 0 pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:04.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:04.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:04.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:05.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:05.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:05.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:05.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:05.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:06 smithi022 bash[28554]: cluster 2023-12-07T10:24:05.013989+0000 mgr.a (mgr.24293) 1353 : cluster 0 pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:06 smithi022 bash[28554]: audit 2023-12-07T10:24:05.038891+0000 mgr.a (mgr.24293) 1354 : audit 0 from='client.39921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:06 smithi044 bash[32620]: cluster 2023-12-07T10:24:05.013989+0000 mgr.a (mgr.24293) 1353 : cluster 0 pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:06 smithi044 bash[32620]: audit 2023-12-07T10:24:05.038891+0000 mgr.a (mgr.24293) 1354 : audit 0 from='client.39921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:06 smithi027 bash[31536]: cluster 2023-12-07T10:24:05.013989+0000 mgr.a (mgr.24293) 1353 : cluster 0 pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:06 smithi027 bash[31536]: audit 2023-12-07T10:24:05.038891+0000 mgr.a (mgr.24293) 1354 : audit 0 from='client.39921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:08 smithi022 bash[28554]: cluster 2023-12-07T10:24:07.014930+0000 mgr.a (mgr.24293) 1355 : cluster 0 pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:08 smithi044 bash[32620]: cluster 2023-12-07T10:24:07.014930+0000 mgr.a (mgr.24293) 1355 : cluster 0 pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:08 smithi027 bash[31536]: cluster 2023-12-07T10:24:07.014930+0000 mgr.a (mgr.24293) 1355 : cluster 0 pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:09 smithi022 bash[28554]: cluster 2023-12-07T10:24:09.015692+0000 mgr.a (mgr.24293) 1356 : cluster 0 pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:24:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:09 smithi044 bash[32620]: cluster 2023-12-07T10:24:09.015692+0000 mgr.a (mgr.24293) 1356 : cluster 0 pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:24:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:09 smithi027 bash[31536]: cluster 2023-12-07T10:24:09.015692+0000 mgr.a (mgr.24293) 1356 : cluster 0 pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:24:10.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:10.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:10.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:10 smithi022 bash[28554]: audit 2023-12-07T10:24:09.389770+0000 mon.a (mon.0) 658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:10 smithi022 bash[28554]: audit 2023-12-07T10:24:10.193814+0000 mon.a (mon.0) 659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:10 smithi022 bash[28554]: audit 2023-12-07T10:24:10.195812+0000 mon.a (mon.0) 660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:10 smithi022 bash[28554]: audit 2023-12-07T10:24:10.205752+0000 mon.a (mon.0) 661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:10 smithi044 bash[32620]: audit 2023-12-07T10:24:09.389770+0000 mon.a (mon.0) 658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:10 smithi044 bash[32620]: audit 2023-12-07T10:24:10.193814+0000 mon.a (mon.0) 659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:10 smithi044 bash[32620]: audit 2023-12-07T10:24:10.195812+0000 mon.a (mon.0) 660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:24:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:10 smithi044 bash[32620]: audit 2023-12-07T10:24:10.205752+0000 mon.a (mon.0) 661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:24:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:10 smithi027 bash[31536]: audit 2023-12-07T10:24:09.389770+0000 mon.a (mon.0) 658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:24:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:10 smithi027 bash[31536]: audit 2023-12-07T10:24:10.193814+0000 mon.a (mon.0) 659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:24:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:10 smithi027 bash[31536]: audit 2023-12-07T10:24:10.195812+0000 mon.a (mon.0) 660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:24:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:10 smithi027 bash[31536]: audit 2023-12-07T10:24:10.205752+0000 mon.a (mon.0) 661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:24:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:11.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:11 smithi022 bash[28554]: audit 2023-12-07T10:24:10.990536+0000 mgr.a (mgr.24293) 1357 : audit 0 from='client.39999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:11 smithi022 bash[28554]: cluster 2023-12-07T10:24:11.016917+0000 mgr.a (mgr.24293) 1358 : 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-07T10:24:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:11 smithi044 bash[32620]: audit 2023-12-07T10:24:10.990536+0000 mgr.a (mgr.24293) 1357 : audit 0 from='client.39999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:11 smithi044 bash[32620]: cluster 2023-12-07T10:24:11.016917+0000 mgr.a (mgr.24293) 1358 : 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-07T10:24:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:11 smithi027 bash[31536]: audit 2023-12-07T10:24:10.990536+0000 mgr.a (mgr.24293) 1357 : audit 0 from='client.39999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:11 smithi027 bash[31536]: cluster 2023-12-07T10:24:11.016917+0000 mgr.a (mgr.24293) 1358 : 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-07T10:24:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:14 smithi022 bash[28554]: cluster 2023-12-07T10:24:13.017727+0000 mgr.a (mgr.24293) 1359 : cluster 0 pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:14 smithi044 bash[32620]: cluster 2023-12-07T10:24:13.017727+0000 mgr.a (mgr.24293) 1359 : cluster 0 pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:14 smithi027 bash[31536]: cluster 2023-12-07T10:24:13.017727+0000 mgr.a (mgr.24293) 1359 : cluster 0 pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:16 smithi044 bash[32620]: cluster 2023-12-07T10:24:15.018284+0000 mgr.a (mgr.24293) 1360 : cluster 0 pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:16 smithi022 bash[28554]: cluster 2023-12-07T10:24:15.018284+0000 mgr.a (mgr.24293) 1360 : cluster 0 pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:16 smithi027 bash[31536]: cluster 2023-12-07T10:24:15.018284+0000 mgr.a (mgr.24293) 1360 : cluster 0 pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:16.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:16.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:16.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:17.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:17.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:17.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:17.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:17.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:18 smithi022 bash[28554]: audit 2023-12-07T10:24:16.924500+0000 mgr.a (mgr.24293) 1361 : audit 0 from='client.40074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:18 smithi022 bash[28554]: cluster 2023-12-07T10:24:17.019059+0000 mgr.a (mgr.24293) 1362 : cluster 0 pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:18 smithi044 bash[32620]: audit 2023-12-07T10:24:16.924500+0000 mgr.a (mgr.24293) 1361 : audit 0 from='client.40074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:18 smithi044 bash[32620]: cluster 2023-12-07T10:24:17.019059+0000 mgr.a (mgr.24293) 1362 : cluster 0 pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:18 smithi027 bash[31536]: audit 2023-12-07T10:24:16.924500+0000 mgr.a (mgr.24293) 1361 : audit 0 from='client.40074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:18 smithi027 bash[31536]: cluster 2023-12-07T10:24:17.019059+0000 mgr.a (mgr.24293) 1362 : cluster 0 pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:19 smithi022 bash[28554]: cluster 2023-12-07T10:24:19.019857+0000 mgr.a (mgr.24293) 1363 : cluster 0 pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:19 smithi044 bash[32620]: cluster 2023-12-07T10:24:19.019857+0000 mgr.a (mgr.24293) 1363 : cluster 0 pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:19 smithi027 bash[31536]: cluster 2023-12-07T10:24:19.019857+0000 mgr.a (mgr.24293) 1363 : cluster 0 pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:22 smithi022 bash[28554]: cluster 2023-12-07T10:24:21.020838+0000 mgr.a (mgr.24293) 1364 : cluster 0 pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:22 smithi044 bash[32620]: cluster 2023-12-07T10:24:21.020838+0000 mgr.a (mgr.24293) 1364 : cluster 0 pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:22.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:22.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:22.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:22 smithi027 bash[31536]: cluster 2023-12-07T10:24:21.020838+0000 mgr.a (mgr.24293) 1364 : cluster 0 pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:23.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:23.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:23.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:23.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:23.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:24 smithi022 bash[28554]: audit 2023-12-07T10:24:22.853794+0000 mgr.a (mgr.24293) 1365 : audit 0 from='client.40152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:24 smithi022 bash[28554]: cluster 2023-12-07T10:24:23.021594+0000 mgr.a (mgr.24293) 1366 : 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-07T10:24:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:24 smithi044 bash[32620]: audit 2023-12-07T10:24:22.853794+0000 mgr.a (mgr.24293) 1365 : audit 0 from='client.40152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:24 smithi044 bash[32620]: cluster 2023-12-07T10:24:23.021594+0000 mgr.a (mgr.24293) 1366 : 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-07T10:24:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:24 smithi027 bash[31536]: audit 2023-12-07T10:24:22.853794+0000 mgr.a (mgr.24293) 1365 : audit 0 from='client.40152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:24 smithi027 bash[31536]: cluster 2023-12-07T10:24:23.021594+0000 mgr.a (mgr.24293) 1366 : 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-07T10:24:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:26 smithi022 bash[28554]: cluster 2023-12-07T10:24:25.022219+0000 mgr.a (mgr.24293) 1367 : 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-07T10:24:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:26 smithi044 bash[32620]: cluster 2023-12-07T10:24:25.022219+0000 mgr.a (mgr.24293) 1367 : 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-07T10:24:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:26 smithi027 bash[31536]: cluster 2023-12-07T10:24:25.022219+0000 mgr.a (mgr.24293) 1367 : 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-07T10:24:28.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:28.368 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:28.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:28 smithi022 bash[28554]: cluster 2023-12-07T10:24:27.023059+0000 mgr.a (mgr.24293) 1368 : 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-07T10:24:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:28 smithi044 bash[32620]: cluster 2023-12-07T10:24:27.023059+0000 mgr.a (mgr.24293) 1368 : 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-07T10:24:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:28 smithi027 bash[31536]: cluster 2023-12-07T10:24:27.023059+0000 mgr.a (mgr.24293) 1368 : 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-07T10:24:29.314 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:29.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:29.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:29.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:29.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:29 smithi022 bash[28554]: audit 2023-12-07T10:24:28.785270+0000 mgr.a (mgr.24293) 1369 : audit 0 from='client.43814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:29 smithi022 bash[28554]: cluster 2023-12-07T10:24:29.023768+0000 mgr.a (mgr.24293) 1370 : 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-07T10:24:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:29 smithi044 bash[32620]: audit 2023-12-07T10:24:28.785270+0000 mgr.a (mgr.24293) 1369 : audit 0 from='client.43814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:29 smithi044 bash[32620]: cluster 2023-12-07T10:24:29.023768+0000 mgr.a (mgr.24293) 1370 : 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-07T10:24:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:29 smithi027 bash[31536]: audit 2023-12-07T10:24:28.785270+0000 mgr.a (mgr.24293) 1369 : audit 0 from='client.43814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:29 smithi027 bash[31536]: cluster 2023-12-07T10:24:29.023768+0000 mgr.a (mgr.24293) 1370 : 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-07T10:24:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:32 smithi022 bash[28554]: cluster 2023-12-07T10:24:31.024661+0000 mgr.a (mgr.24293) 1371 : 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-07T10:24:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:32 smithi044 bash[32620]: cluster 2023-12-07T10:24:31.024661+0000 mgr.a (mgr.24293) 1371 : 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-07T10:24:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:32 smithi027 bash[31536]: cluster 2023-12-07T10:24:31.024661+0000 mgr.a (mgr.24293) 1371 : 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-07T10:24:34.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:34.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:34.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:34 smithi022 bash[28554]: cluster 2023-12-07T10:24:33.025170+0000 mgr.a (mgr.24293) 1372 : 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-07T10:24:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:34 smithi044 bash[32620]: cluster 2023-12-07T10:24:33.025170+0000 mgr.a (mgr.24293) 1372 : 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-07T10:24:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:34 smithi027 bash[31536]: cluster 2023-12-07T10:24:33.025170+0000 mgr.a (mgr.24293) 1372 : 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-07T10:24:35.256 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:35.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:35.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:35.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:35.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:36 smithi022 bash[28554]: audit 2023-12-07T10:24:34.726309+0000 mgr.a (mgr.24293) 1373 : audit 0 from='client.40299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:36 smithi022 bash[28554]: cluster 2023-12-07T10:24:35.025727+0000 mgr.a (mgr.24293) 1374 : 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-07T10:24:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:36 smithi044 bash[32620]: audit 2023-12-07T10:24:34.726309+0000 mgr.a (mgr.24293) 1373 : audit 0 from='client.40299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:36 smithi044 bash[32620]: cluster 2023-12-07T10:24:35.025727+0000 mgr.a (mgr.24293) 1374 : 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-07T10:24:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:36 smithi027 bash[31536]: audit 2023-12-07T10:24:34.726309+0000 mgr.a (mgr.24293) 1373 : audit 0 from='client.40299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:36 smithi027 bash[31536]: cluster 2023-12-07T10:24:35.025727+0000 mgr.a (mgr.24293) 1374 : 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-07T10:24:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:38 smithi022 bash[28554]: cluster 2023-12-07T10:24:37.026700+0000 mgr.a (mgr.24293) 1375 : cluster 0 pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:38 smithi044 bash[32620]: cluster 2023-12-07T10:24:37.026700+0000 mgr.a (mgr.24293) 1375 : cluster 0 pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:38 smithi027 bash[31536]: cluster 2023-12-07T10:24:37.026700+0000 mgr.a (mgr.24293) 1375 : cluster 0 pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:39 smithi022 bash[28554]: cluster 2023-12-07T10:24:39.027417+0000 mgr.a (mgr.24293) 1376 : cluster 0 pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:39 smithi044 bash[32620]: cluster 2023-12-07T10:24:39.027417+0000 mgr.a (mgr.24293) 1376 : cluster 0 pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:39 smithi027 bash[31536]: cluster 2023-12-07T10:24:39.027417+0000 mgr.a (mgr.24293) 1376 : cluster 0 pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:40.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:40.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:40.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:41.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:42 smithi022 bash[28554]: audit 2023-12-07T10:24:40.669613+0000 mgr.a (mgr.24293) 1377 : audit 0 from='client.40374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:42 smithi022 bash[28554]: cluster 2023-12-07T10:24:41.028234+0000 mgr.a (mgr.24293) 1378 : 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-07T10:24:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:42 smithi044 bash[32620]: audit 2023-12-07T10:24:40.669613+0000 mgr.a (mgr.24293) 1377 : audit 0 from='client.40374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:42 smithi044 bash[32620]: cluster 2023-12-07T10:24:41.028234+0000 mgr.a (mgr.24293) 1378 : 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-07T10:24:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:42 smithi027 bash[31536]: audit 2023-12-07T10:24:40.669613+0000 mgr.a (mgr.24293) 1377 : audit 0 from='client.40374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:42 smithi027 bash[31536]: cluster 2023-12-07T10:24:41.028234+0000 mgr.a (mgr.24293) 1378 : 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-07T10:24:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:44 smithi022 bash[28554]: cluster 2023-12-07T10:24:43.029042+0000 mgr.a (mgr.24293) 1379 : 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-07T10:24:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:44 smithi044 bash[32620]: cluster 2023-12-07T10:24:43.029042+0000 mgr.a (mgr.24293) 1379 : 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-07T10:24:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:44 smithi027 bash[31536]: cluster 2023-12-07T10:24:43.029042+0000 mgr.a (mgr.24293) 1379 : 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-07T10:24:46.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:46.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:46.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:46 smithi022 bash[28554]: cluster 2023-12-07T10:24:45.029639+0000 mgr.a (mgr.24293) 1380 : 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-07T10:24:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:46 smithi044 bash[32620]: cluster 2023-12-07T10:24:45.029639+0000 mgr.a (mgr.24293) 1380 : 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-07T10:24:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:46 smithi027 bash[31536]: cluster 2023-12-07T10:24:45.029639+0000 mgr.a (mgr.24293) 1380 : 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-07T10:24:47.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:47.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:47.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:47.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:47.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:48 smithi022 bash[28554]: audit 2023-12-07T10:24:46.611584+0000 mgr.a (mgr.24293) 1381 : audit 0 from='client.40449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:48 smithi022 bash[28554]: cluster 2023-12-07T10:24:47.030737+0000 mgr.a (mgr.24293) 1382 : 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-07T10:24:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:48 smithi044 bash[32620]: audit 2023-12-07T10:24:46.611584+0000 mgr.a (mgr.24293) 1381 : audit 0 from='client.40449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:48 smithi044 bash[32620]: cluster 2023-12-07T10:24:47.030737+0000 mgr.a (mgr.24293) 1382 : 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-07T10:24:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:48 smithi027 bash[31536]: audit 2023-12-07T10:24:46.611584+0000 mgr.a (mgr.24293) 1381 : audit 0 from='client.40449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:48 smithi027 bash[31536]: cluster 2023-12-07T10:24:47.030737+0000 mgr.a (mgr.24293) 1382 : 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-07T10:24:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:49 smithi022 bash[28554]: cluster 2023-12-07T10:24:49.031370+0000 mgr.a (mgr.24293) 1383 : cluster 0 pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:49 smithi044 bash[32620]: cluster 2023-12-07T10:24:49.031370+0000 mgr.a (mgr.24293) 1383 : cluster 0 pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:49 smithi027 bash[31536]: cluster 2023-12-07T10:24:49.031370+0000 mgr.a (mgr.24293) 1383 : cluster 0 pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:52.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:52.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:52.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:52 smithi022 bash[28554]: cluster 2023-12-07T10:24:51.032143+0000 mgr.a (mgr.24293) 1384 : cluster 0 pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:52 smithi044 bash[32620]: cluster 2023-12-07T10:24:51.032143+0000 mgr.a (mgr.24293) 1384 : cluster 0 pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:52 smithi027 bash[31536]: cluster 2023-12-07T10:24:51.032143+0000 mgr.a (mgr.24293) 1384 : cluster 0 pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:53.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:53.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:53.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:53.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:53.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:54 smithi022 bash[28554]: audit 2023-12-07T10:24:52.546500+0000 mgr.a (mgr.24293) 1385 : audit 0 from='client.40527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:54 smithi022 bash[28554]: cluster 2023-12-07T10:24:53.032765+0000 mgr.a (mgr.24293) 1386 : 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-07T10:24:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:54 smithi044 bash[32620]: audit 2023-12-07T10:24:52.546500+0000 mgr.a (mgr.24293) 1385 : audit 0 from='client.40527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:54 smithi044 bash[32620]: cluster 2023-12-07T10:24:53.032765+0000 mgr.a (mgr.24293) 1386 : 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-07T10:24:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:54 smithi027 bash[31536]: audit 2023-12-07T10:24:52.546500+0000 mgr.a (mgr.24293) 1385 : audit 0 from='client.40527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:54 smithi027 bash[31536]: cluster 2023-12-07T10:24:53.032765+0000 mgr.a (mgr.24293) 1386 : 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-07T10:24:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:56 smithi022 bash[28554]: cluster 2023-12-07T10:24:55.033340+0000 mgr.a (mgr.24293) 1387 : 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-07T10:24:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:56 smithi044 bash[32620]: cluster 2023-12-07T10:24:55.033340+0000 mgr.a (mgr.24293) 1387 : 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-07T10:24:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:56 smithi027 bash[31536]: cluster 2023-12-07T10:24:55.033340+0000 mgr.a (mgr.24293) 1387 : 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-07T10:24:58.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:24:58.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:58.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:58 smithi022 bash[28554]: cluster 2023-12-07T10:24:57.034187+0000 mgr.a (mgr.24293) 1388 : 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-07T10:24:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:58 smithi044 bash[32620]: cluster 2023-12-07T10:24:57.034187+0000 mgr.a (mgr.24293) 1388 : 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-07T10:24:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:58 smithi027 bash[31536]: cluster 2023-12-07T10:24:57.034187+0000 mgr.a (mgr.24293) 1388 : 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-07T10:24:58.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:24:58.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:58.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:58.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:58.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:24:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:59 smithi022 bash[28554]: audit 2023-12-07T10:24:58.479237+0000 mgr.a (mgr.24293) 1389 : audit 0 from='client.40605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:24:59 smithi022 bash[28554]: cluster 2023-12-07T10:24:59.034928+0000 mgr.a (mgr.24293) 1390 : 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-07T10:24:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:59 smithi044 bash[32620]: audit 2023-12-07T10:24:58.479237+0000 mgr.a (mgr.24293) 1389 : audit 0 from='client.40605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:24:59 smithi044 bash[32620]: cluster 2023-12-07T10:24:59.034928+0000 mgr.a (mgr.24293) 1390 : 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-07T10:24:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:59 smithi027 bash[31536]: audit 2023-12-07T10:24:58.479237+0000 mgr.a (mgr.24293) 1389 : audit 0 from='client.40605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:24:59 smithi027 bash[31536]: cluster 2023-12-07T10:24:59.034928+0000 mgr.a (mgr.24293) 1390 : 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-07T10:25:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:02 smithi022 bash[28554]: cluster 2023-12-07T10:25:01.035741+0000 mgr.a (mgr.24293) 1391 : 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-07T10:25:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:02 smithi044 bash[32620]: cluster 2023-12-07T10:25:01.035741+0000 mgr.a (mgr.24293) 1391 : 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-07T10:25:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:02 smithi027 bash[31536]: cluster 2023-12-07T10:25:01.035741+0000 mgr.a (mgr.24293) 1391 : 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-07T10:25:03.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:03.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:03.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:04 smithi022 bash[28554]: cluster 2023-12-07T10:25:03.036306+0000 mgr.a (mgr.24293) 1392 : 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-07T10:25:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:04 smithi044 bash[32620]: cluster 2023-12-07T10:25:03.036306+0000 mgr.a (mgr.24293) 1392 : 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-07T10:25:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:04 smithi027 bash[31536]: cluster 2023-12-07T10:25:03.036306+0000 mgr.a (mgr.24293) 1392 : 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-07T10:25:04.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:04.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:04.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:04.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:04.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:06 smithi022 bash[28554]: audit 2023-12-07T10:25:04.411001+0000 mgr.a (mgr.24293) 1393 : audit 0 from='client.40683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:06 smithi022 bash[28554]: cluster 2023-12-07T10:25:05.037016+0000 mgr.a (mgr.24293) 1394 : 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-07T10:25:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:06 smithi044 bash[32620]: audit 2023-12-07T10:25:04.411001+0000 mgr.a (mgr.24293) 1393 : audit 0 from='client.40683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:06 smithi044 bash[32620]: cluster 2023-12-07T10:25:05.037016+0000 mgr.a (mgr.24293) 1394 : 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-07T10:25:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:06 smithi027 bash[31536]: audit 2023-12-07T10:25:04.411001+0000 mgr.a (mgr.24293) 1393 : audit 0 from='client.40683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:06 smithi027 bash[31536]: cluster 2023-12-07T10:25:05.037016+0000 mgr.a (mgr.24293) 1394 : 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-07T10:25:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:08 smithi022 bash[28554]: cluster 2023-12-07T10:25:07.037838+0000 mgr.a (mgr.24293) 1395 : cluster 0 pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:25:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:08 smithi044 bash[32620]: cluster 2023-12-07T10:25:07.037838+0000 mgr.a (mgr.24293) 1395 : cluster 0 pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:25:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:08 smithi027 bash[31536]: cluster 2023-12-07T10:25:07.037838+0000 mgr.a (mgr.24293) 1395 : cluster 0 pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:25:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:09 smithi022 bash[28554]: cluster 2023-12-07T10:25:09.038406+0000 mgr.a (mgr.24293) 1396 : cluster 0 pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:09 smithi044 bash[32620]: cluster 2023-12-07T10:25:09.038406+0000 mgr.a (mgr.24293) 1396 : cluster 0 pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:09 smithi027 bash[31536]: cluster 2023-12-07T10:25:09.038406+0000 mgr.a (mgr.24293) 1396 : cluster 0 pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:09.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:09.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:09.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:10 smithi022 bash[28554]: audit 2023-12-07T10:25:10.308660+0000 mon.a (mon.0) 662 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:25:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:10 smithi044 bash[32620]: audit 2023-12-07T10:25:10.308660+0000 mon.a (mon.0) 662 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:25:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:10 smithi027 bash[31536]: audit 2023-12-07T10:25:10.308660+0000 mon.a (mon.0) 662 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:25:10.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:10.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:10.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:10.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:10.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:11 smithi022 bash[28554]: audit 2023-12-07T10:25:10.358849+0000 mgr.a (mgr.24293) 1397 : audit 0 from='client.44207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:11 smithi022 bash[28554]: cluster 2023-12-07T10:25:11.039369+0000 mgr.a (mgr.24293) 1398 : 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-07T10:25:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:11 smithi022 bash[28554]: audit 2023-12-07T10:25:11.110137+0000 mon.a (mon.0) 663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:25:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:11 smithi022 bash[28554]: audit 2023-12-07T10:25:11.112408+0000 mon.a (mon.0) 664 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:25:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:11 smithi022 bash[28554]: audit 2023-12-07T10:25:11.121040+0000 mon.a (mon.0) 665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:25:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:11 smithi044 bash[32620]: audit 2023-12-07T10:25:10.358849+0000 mgr.a (mgr.24293) 1397 : audit 0 from='client.44207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:11 smithi044 bash[32620]: cluster 2023-12-07T10:25:11.039369+0000 mgr.a (mgr.24293) 1398 : 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-07T10:25:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:11 smithi044 bash[32620]: audit 2023-12-07T10:25:11.110137+0000 mon.a (mon.0) 663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:25:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:11 smithi044 bash[32620]: audit 2023-12-07T10:25:11.112408+0000 mon.a (mon.0) 664 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:25:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:11 smithi044 bash[32620]: audit 2023-12-07T10:25:11.121040+0000 mon.a (mon.0) 665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:25:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:11 smithi027 bash[31536]: audit 2023-12-07T10:25:10.358849+0000 mgr.a (mgr.24293) 1397 : audit 0 from='client.44207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:11 smithi027 bash[31536]: cluster 2023-12-07T10:25:11.039369+0000 mgr.a (mgr.24293) 1398 : 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-07T10:25:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:11 smithi027 bash[31536]: audit 2023-12-07T10:25:11.110137+0000 mon.a (mon.0) 663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:25:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:11 smithi027 bash[31536]: audit 2023-12-07T10:25:11.112408+0000 mon.a (mon.0) 664 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:25:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:11 smithi027 bash[31536]: audit 2023-12-07T10:25:11.121040+0000 mon.a (mon.0) 665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:25:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:14 smithi022 bash[28554]: cluster 2023-12-07T10:25:13.039965+0000 mgr.a (mgr.24293) 1399 : 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-07T10:25:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:14 smithi044 bash[32620]: cluster 2023-12-07T10:25:13.039965+0000 mgr.a (mgr.24293) 1399 : 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-07T10:25:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:14 smithi027 bash[31536]: cluster 2023-12-07T10:25:13.039965+0000 mgr.a (mgr.24293) 1399 : 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-07T10:25:15.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:15.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:15.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:16 smithi022 bash[28554]: cluster 2023-12-07T10:25:15.040518+0000 mgr.a (mgr.24293) 1400 : 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-07T10:25:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:16 smithi044 bash[32620]: cluster 2023-12-07T10:25:15.040518+0000 mgr.a (mgr.24293) 1400 : 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-07T10:25:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:16 smithi027 bash[31536]: cluster 2023-12-07T10:25:15.040518+0000 mgr.a (mgr.24293) 1400 : 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-07T10:25:16.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:16.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:16.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:16.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:16.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:18 smithi022 bash[28554]: audit 2023-12-07T10:25:16.270862+0000 mgr.a (mgr.24293) 1401 : audit 0 from='client.40839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:18 smithi022 bash[28554]: cluster 2023-12-07T10:25:17.041488+0000 mgr.a (mgr.24293) 1402 : 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-07T10:25:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:18 smithi044 bash[32620]: audit 2023-12-07T10:25:16.270862+0000 mgr.a (mgr.24293) 1401 : audit 0 from='client.40839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:18 smithi044 bash[32620]: cluster 2023-12-07T10:25:17.041488+0000 mgr.a (mgr.24293) 1402 : 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-07T10:25:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:18 smithi027 bash[31536]: audit 2023-12-07T10:25:16.270862+0000 mgr.a (mgr.24293) 1401 : audit 0 from='client.40839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:18 smithi027 bash[31536]: cluster 2023-12-07T10:25:17.041488+0000 mgr.a (mgr.24293) 1402 : 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-07T10:25:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:19 smithi022 bash[28554]: cluster 2023-12-07T10:25:19.042071+0000 mgr.a (mgr.24293) 1403 : cluster 0 pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:19 smithi044 bash[32620]: cluster 2023-12-07T10:25:19.042071+0000 mgr.a (mgr.24293) 1403 : cluster 0 pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:19 smithi027 bash[31536]: cluster 2023-12-07T10:25:19.042071+0000 mgr.a (mgr.24293) 1403 : cluster 0 pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:21.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:21.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:21.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:22 smithi022 bash[28554]: cluster 2023-12-07T10:25:21.042804+0000 mgr.a (mgr.24293) 1404 : cluster 0 pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:22 smithi044 bash[32620]: cluster 2023-12-07T10:25:21.042804+0000 mgr.a (mgr.24293) 1404 : cluster 0 pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:22 smithi027 bash[31536]: cluster 2023-12-07T10:25:21.042804+0000 mgr.a (mgr.24293) 1404 : cluster 0 pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:22.736 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:22.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:22.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:22.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:22.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:24 smithi022 bash[28554]: audit 2023-12-07T10:25:22.207607+0000 mgr.a (mgr.24293) 1405 : audit 0 from='client.40914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:24 smithi022 bash[28554]: cluster 2023-12-07T10:25:23.043614+0000 mgr.a (mgr.24293) 1406 : 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-07T10:25:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:24 smithi044 bash[32620]: audit 2023-12-07T10:25:22.207607+0000 mgr.a (mgr.24293) 1405 : audit 0 from='client.40914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:24 smithi044 bash[32620]: cluster 2023-12-07T10:25:23.043614+0000 mgr.a (mgr.24293) 1406 : 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-07T10:25:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:24 smithi027 bash[31536]: audit 2023-12-07T10:25:22.207607+0000 mgr.a (mgr.24293) 1405 : audit 0 from='client.40914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:24 smithi027 bash[31536]: cluster 2023-12-07T10:25:23.043614+0000 mgr.a (mgr.24293) 1406 : 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-07T10:25:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:26 smithi022 bash[28554]: cluster 2023-12-07T10:25:25.044204+0000 mgr.a (mgr.24293) 1407 : 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-07T10:25:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:26 smithi044 bash[32620]: cluster 2023-12-07T10:25:25.044204+0000 mgr.a (mgr.24293) 1407 : 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-07T10:25:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:26 smithi027 bash[31536]: cluster 2023-12-07T10:25:25.044204+0000 mgr.a (mgr.24293) 1407 : 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-07T10:25:27.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:27.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:27.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:28 smithi022 bash[28554]: cluster 2023-12-07T10:25:27.045035+0000 mgr.a (mgr.24293) 1408 : 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-07T10:25:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:28 smithi044 bash[32620]: cluster 2023-12-07T10:25:27.045035+0000 mgr.a (mgr.24293) 1408 : 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-07T10:25:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:28 smithi027 bash[31536]: cluster 2023-12-07T10:25:27.045035+0000 mgr.a (mgr.24293) 1408 : 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-07T10:25:28.673 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:28.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:28.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:28.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:28.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:29 smithi022 bash[28554]: audit 2023-12-07T10:25:28.159057+0000 mgr.a (mgr.24293) 1409 : audit 0 from='client.40989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:29 smithi044 bash[32620]: audit 2023-12-07T10:25:28.159057+0000 mgr.a (mgr.24293) 1409 : audit 0 from='client.40989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:29 smithi027 bash[31536]: audit 2023-12-07T10:25:28.159057+0000 mgr.a (mgr.24293) 1409 : audit 0 from='client.40989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:30 smithi022 bash[28554]: cluster 2023-12-07T10:25:29.045902+0000 mgr.a (mgr.24293) 1410 : 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-07T10:25:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:30 smithi044 bash[32620]: cluster 2023-12-07T10:25:29.045902+0000 mgr.a (mgr.24293) 1410 : 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-07T10:25:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:30 smithi027 bash[31536]: cluster 2023-12-07T10:25:29.045902+0000 mgr.a (mgr.24293) 1410 : 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-07T10:25:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:32 smithi022 bash[28554]: cluster 2023-12-07T10:25:31.046915+0000 mgr.a (mgr.24293) 1411 : 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-07T10:25:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:32 smithi044 bash[32620]: cluster 2023-12-07T10:25:31.046915+0000 mgr.a (mgr.24293) 1411 : 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-07T10:25:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:32 smithi027 bash[31536]: cluster 2023-12-07T10:25:31.046915+0000 mgr.a (mgr.24293) 1411 : 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-07T10:25:33.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:33.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:33.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:34 smithi022 bash[28554]: cluster 2023-12-07T10:25:33.047680+0000 mgr.a (mgr.24293) 1412 : 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-07T10:25:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:34 smithi044 bash[32620]: cluster 2023-12-07T10:25:33.047680+0000 mgr.a (mgr.24293) 1412 : 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-07T10:25:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:34 smithi027 bash[31536]: cluster 2023-12-07T10:25:33.047680+0000 mgr.a (mgr.24293) 1412 : 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-07T10:25:34.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:34.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:34.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:34.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:34.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:35 smithi022 bash[28554]: audit 2023-12-07T10:25:34.093378+0000 mgr.a (mgr.24293) 1413 : audit 0 from='client.41067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:35 smithi044 bash[32620]: audit 2023-12-07T10:25:34.093378+0000 mgr.a (mgr.24293) 1413 : audit 0 from='client.41067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:35 smithi027 bash[31536]: audit 2023-12-07T10:25:34.093378+0000 mgr.a (mgr.24293) 1413 : audit 0 from='client.41067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:36 smithi022 bash[28554]: cluster 2023-12-07T10:25:35.048429+0000 mgr.a (mgr.24293) 1414 : 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-07T10:25:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:36 smithi044 bash[32620]: cluster 2023-12-07T10:25:35.048429+0000 mgr.a (mgr.24293) 1414 : 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-07T10:25:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:36 smithi027 bash[31536]: cluster 2023-12-07T10:25:35.048429+0000 mgr.a (mgr.24293) 1414 : 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-07T10:25:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:38 smithi022 bash[28554]: cluster 2023-12-07T10:25:37.049287+0000 mgr.a (mgr.24293) 1415 : 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-07T10:25:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:38 smithi044 bash[32620]: cluster 2023-12-07T10:25:37.049287+0000 mgr.a (mgr.24293) 1415 : 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-07T10:25:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:38 smithi027 bash[31536]: cluster 2023-12-07T10:25:37.049287+0000 mgr.a (mgr.24293) 1415 : 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-07T10:25:39.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:39.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:39.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:39 smithi022 bash[28554]: cluster 2023-12-07T10:25:39.049862+0000 mgr.a (mgr.24293) 1416 : 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-07T10:25:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:39 smithi044 bash[32620]: cluster 2023-12-07T10:25:39.049862+0000 mgr.a (mgr.24293) 1416 : 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-07T10:25:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:39 smithi027 bash[31536]: cluster 2023-12-07T10:25:39.049862+0000 mgr.a (mgr.24293) 1416 : 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-07T10:25:40.551 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:40.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:40.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:40.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:40.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:40 smithi022 bash[28554]: audit 2023-12-07T10:25:40.016287+0000 mgr.a (mgr.24293) 1417 : audit 0 from='client.41145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:40 smithi044 bash[32620]: audit 2023-12-07T10:25:40.016287+0000 mgr.a (mgr.24293) 1417 : audit 0 from='client.41145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:40 smithi027 bash[31536]: audit 2023-12-07T10:25:40.016287+0000 mgr.a (mgr.24293) 1417 : audit 0 from='client.41145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:41 smithi022 bash[28554]: cluster 2023-12-07T10:25:41.050832+0000 mgr.a (mgr.24293) 1418 : cluster 0 pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:41 smithi044 bash[32620]: cluster 2023-12-07T10:25:41.050832+0000 mgr.a (mgr.24293) 1418 : cluster 0 pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:41 smithi027 bash[31536]: cluster 2023-12-07T10:25:41.050832+0000 mgr.a (mgr.24293) 1418 : cluster 0 pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:44 smithi022 bash[28554]: cluster 2023-12-07T10:25:43.051381+0000 mgr.a (mgr.24293) 1419 : cluster 0 pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:44 smithi044 bash[32620]: cluster 2023-12-07T10:25:43.051381+0000 mgr.a (mgr.24293) 1419 : cluster 0 pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:44 smithi027 bash[31536]: cluster 2023-12-07T10:25:43.051381+0000 mgr.a (mgr.24293) 1419 : cluster 0 pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:45.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:45.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:45.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:46 smithi022 bash[28554]: cluster 2023-12-07T10:25:45.051971+0000 mgr.a (mgr.24293) 1420 : cluster 0 pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:46 smithi044 bash[32620]: cluster 2023-12-07T10:25:45.051971+0000 mgr.a (mgr.24293) 1420 : cluster 0 pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:46 smithi027 bash[31536]: cluster 2023-12-07T10:25:45.051971+0000 mgr.a (mgr.24293) 1420 : cluster 0 pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:46.497 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:46.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:46.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:46.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:46.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:47 smithi022 bash[28554]: audit 2023-12-07T10:25:45.961203+0000 mgr.a (mgr.24293) 1421 : audit 0 from='client.41217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:47 smithi044 bash[32620]: audit 2023-12-07T10:25:45.961203+0000 mgr.a (mgr.24293) 1421 : audit 0 from='client.41217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:47 smithi027 bash[31536]: audit 2023-12-07T10:25:45.961203+0000 mgr.a (mgr.24293) 1421 : audit 0 from='client.41217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:48 smithi022 bash[28554]: cluster 2023-12-07T10:25:47.053011+0000 mgr.a (mgr.24293) 1422 : 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-07T10:25:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:48 smithi044 bash[32620]: cluster 2023-12-07T10:25:47.053011+0000 mgr.a (mgr.24293) 1422 : 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-07T10:25:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:48 smithi027 bash[31536]: cluster 2023-12-07T10:25:47.053011+0000 mgr.a (mgr.24293) 1422 : 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-07T10:25:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:49 smithi022 bash[28554]: cluster 2023-12-07T10:25:49.053628+0000 mgr.a (mgr.24293) 1423 : 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-07T10:25:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:49 smithi044 bash[32620]: cluster 2023-12-07T10:25:49.053628+0000 mgr.a (mgr.24293) 1423 : 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-07T10:25:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:49 smithi027 bash[31536]: cluster 2023-12-07T10:25:49.053628+0000 mgr.a (mgr.24293) 1423 : 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-07T10:25:51.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:51.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:51.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:52 smithi022 bash[28554]: cluster 2023-12-07T10:25:51.054348+0000 mgr.a (mgr.24293) 1424 : 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-07T10:25:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:52 smithi044 bash[32620]: cluster 2023-12-07T10:25:51.054348+0000 mgr.a (mgr.24293) 1424 : 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-07T10:25:52.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:52.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:52.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:52.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:52.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:52 smithi027 bash[31536]: cluster 2023-12-07T10:25:51.054348+0000 mgr.a (mgr.24293) 1424 : 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-07T10:25:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:53 smithi022 bash[28554]: audit 2023-12-07T10:25:51.904093+0000 mgr.a (mgr.24293) 1425 : audit 0 from='client.41292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:53 smithi044 bash[32620]: audit 2023-12-07T10:25:51.904093+0000 mgr.a (mgr.24293) 1425 : audit 0 from='client.41292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:53.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:53 smithi027 bash[31536]: audit 2023-12-07T10:25:51.904093+0000 mgr.a (mgr.24293) 1425 : audit 0 from='client.41292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:54 smithi022 bash[28554]: cluster 2023-12-07T10:25:53.055049+0000 mgr.a (mgr.24293) 1426 : cluster 0 pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:54 smithi044 bash[32620]: cluster 2023-12-07T10:25:53.055049+0000 mgr.a (mgr.24293) 1426 : cluster 0 pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:54 smithi027 bash[31536]: cluster 2023-12-07T10:25:53.055049+0000 mgr.a (mgr.24293) 1426 : cluster 0 pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:56 smithi022 bash[28554]: cluster 2023-12-07T10:25:55.055668+0000 mgr.a (mgr.24293) 1427 : cluster 0 pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:56 smithi044 bash[32620]: cluster 2023-12-07T10:25:55.055668+0000 mgr.a (mgr.24293) 1427 : cluster 0 pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:56 smithi027 bash[31536]: cluster 2023-12-07T10:25:55.055668+0000 mgr.a (mgr.24293) 1427 : cluster 0 pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:57.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:25:57.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:57.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:58.388 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:25:58.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:58.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:58.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:58.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:25:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:58 smithi022 bash[28554]: cluster 2023-12-07T10:25:57.056454+0000 mgr.a (mgr.24293) 1428 : cluster 0 pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:58 smithi044 bash[32620]: cluster 2023-12-07T10:25:57.056454+0000 mgr.a (mgr.24293) 1428 : cluster 0 pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:58 smithi027 bash[31536]: cluster 2023-12-07T10:25:57.056454+0000 mgr.a (mgr.24293) 1428 : cluster 0 pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:25:59 smithi022 bash[28554]: audit 2023-12-07T10:25:57.854474+0000 mgr.a (mgr.24293) 1429 : audit 0 from='client.41370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:25:59 smithi044 bash[32620]: audit 2023-12-07T10:25:57.854474+0000 mgr.a (mgr.24293) 1429 : audit 0 from='client.41370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:25:59 smithi027 bash[31536]: audit 2023-12-07T10:25:57.854474+0000 mgr.a (mgr.24293) 1429 : audit 0 from='client.41370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:00 smithi022 bash[28554]: cluster 2023-12-07T10:25:59.057210+0000 mgr.a (mgr.24293) 1430 : 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-07T10:26:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:00 smithi044 bash[32620]: cluster 2023-12-07T10:25:59.057210+0000 mgr.a (mgr.24293) 1430 : 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-07T10:26:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:00 smithi027 bash[31536]: cluster 2023-12-07T10:25:59.057210+0000 mgr.a (mgr.24293) 1430 : 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-07T10:26:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:02 smithi022 bash[28554]: cluster 2023-12-07T10:26:01.058037+0000 mgr.a (mgr.24293) 1431 : 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-07T10:26:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:02 smithi044 bash[32620]: cluster 2023-12-07T10:26:01.058037+0000 mgr.a (mgr.24293) 1431 : 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-07T10:26:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:02 smithi027 bash[31536]: cluster 2023-12-07T10:26:01.058037+0000 mgr.a (mgr.24293) 1431 : 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-07T10:26:03.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:03.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:03.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:04.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:04.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:04.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:04.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:04.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:04 smithi022 bash[28554]: cluster 2023-12-07T10:26:03.058601+0000 mgr.a (mgr.24293) 1432 : 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-07T10:26:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:04 smithi044 bash[32620]: cluster 2023-12-07T10:26:03.058601+0000 mgr.a (mgr.24293) 1432 : 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-07T10:26:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:04 smithi027 bash[31536]: cluster 2023-12-07T10:26:03.058601+0000 mgr.a (mgr.24293) 1432 : 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-07T10:26:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:05 smithi022 bash[28554]: audit 2023-12-07T10:26:03.804005+0000 mgr.a (mgr.24293) 1433 : audit 0 from='client.41448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:05 smithi044 bash[32620]: audit 2023-12-07T10:26:03.804005+0000 mgr.a (mgr.24293) 1433 : audit 0 from='client.41448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:05 smithi027 bash[31536]: audit 2023-12-07T10:26:03.804005+0000 mgr.a (mgr.24293) 1433 : audit 0 from='client.41448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:06 smithi022 bash[28554]: cluster 2023-12-07T10:26:05.059446+0000 mgr.a (mgr.24293) 1434 : 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-07T10:26:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:06 smithi044 bash[32620]: cluster 2023-12-07T10:26:05.059446+0000 mgr.a (mgr.24293) 1434 : 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-07T10:26:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:06 smithi027 bash[31536]: cluster 2023-12-07T10:26:05.059446+0000 mgr.a (mgr.24293) 1434 : 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-07T10:26:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:08 smithi022 bash[28554]: cluster 2023-12-07T10:26:07.060273+0000 mgr.a (mgr.24293) 1435 : 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-07T10:26:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:08 smithi044 bash[32620]: cluster 2023-12-07T10:26:07.060273+0000 mgr.a (mgr.24293) 1435 : 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-07T10:26:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:08 smithi027 bash[31536]: cluster 2023-12-07T10:26:07.060273+0000 mgr.a (mgr.24293) 1435 : 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-07T10:26:09.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:09.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:09.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:09 smithi022 bash[28554]: cluster 2023-12-07T10:26:09.060956+0000 mgr.a (mgr.24293) 1436 : 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-07T10:26:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:09 smithi044 bash[32620]: cluster 2023-12-07T10:26:09.060956+0000 mgr.a (mgr.24293) 1436 : 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-07T10:26:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:09 smithi027 bash[31536]: cluster 2023-12-07T10:26:09.060956+0000 mgr.a (mgr.24293) 1436 : 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-07T10:26:10.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:10.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:10.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:10.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:10.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:10 smithi022 bash[28554]: audit 2023-12-07T10:26:09.761781+0000 mgr.a (mgr.24293) 1437 : audit 0 from='client.41523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:10 smithi044 bash[32620]: audit 2023-12-07T10:26:09.761781+0000 mgr.a (mgr.24293) 1437 : audit 0 from='client.41523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:10 smithi027 bash[31536]: audit 2023-12-07T10:26:09.761781+0000 mgr.a (mgr.24293) 1437 : audit 0 from='client.41523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:11 smithi022 bash[28554]: cluster 2023-12-07T10:26:11.061912+0000 mgr.a (mgr.24293) 1438 : cluster 0 pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:11 smithi022 bash[28554]: audit 2023-12-07T10:26:11.224582+0000 mon.a (mon.0) 666 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:26:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:11 smithi044 bash[32620]: cluster 2023-12-07T10:26:11.061912+0000 mgr.a (mgr.24293) 1438 : cluster 0 pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:11 smithi044 bash[32620]: audit 2023-12-07T10:26:11.224582+0000 mon.a (mon.0) 666 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:26:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:11 smithi027 bash[31536]: cluster 2023-12-07T10:26:11.061912+0000 mgr.a (mgr.24293) 1438 : cluster 0 pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:11 smithi027 bash[31536]: audit 2023-12-07T10:26:11.224582+0000 mon.a (mon.0) 666 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:26:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:12 smithi022 bash[28554]: audit 2023-12-07T10:26:11.753586+0000 mon.a (mon.0) 667 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:12 smithi022 bash[28554]: audit 2023-12-07T10:26:11.760386+0000 mon.a (mon.0) 668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:12 smithi022 bash[28554]: audit 2023-12-07T10:26:12.500022+0000 mon.a (mon.0) 669 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:26:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:12 smithi022 bash[28554]: audit 2023-12-07T10:26:12.501750+0000 mon.a (mon.0) 670 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:26:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:12 smithi022 bash[28554]: audit 2023-12-07T10:26:12.511164+0000 mon.a (mon.0) 671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:12 smithi044 bash[32620]: audit 2023-12-07T10:26:11.753586+0000 mon.a (mon.0) 667 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:12 smithi044 bash[32620]: audit 2023-12-07T10:26:11.760386+0000 mon.a (mon.0) 668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:12 smithi044 bash[32620]: audit 2023-12-07T10:26:12.500022+0000 mon.a (mon.0) 669 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:26:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:12 smithi044 bash[32620]: audit 2023-12-07T10:26:12.501750+0000 mon.a (mon.0) 670 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:26:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:12 smithi044 bash[32620]: audit 2023-12-07T10:26:12.511164+0000 mon.a (mon.0) 671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:12 smithi027 bash[31536]: audit 2023-12-07T10:26:11.753586+0000 mon.a (mon.0) 667 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:12 smithi027 bash[31536]: audit 2023-12-07T10:26:11.760386+0000 mon.a (mon.0) 668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:12 smithi027 bash[31536]: audit 2023-12-07T10:26:12.500022+0000 mon.a (mon.0) 669 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:26:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:12 smithi027 bash[31536]: audit 2023-12-07T10:26:12.501750+0000 mon.a (mon.0) 670 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:26:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:12 smithi027 bash[31536]: audit 2023-12-07T10:26:12.511164+0000 mon.a (mon.0) 671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:26:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:13 smithi022 bash[28554]: cluster 2023-12-07T10:26:13.062519+0000 mgr.a (mgr.24293) 1439 : cluster 0 pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:13 smithi044 bash[32620]: cluster 2023-12-07T10:26:13.062519+0000 mgr.a (mgr.24293) 1439 : cluster 0 pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:13 smithi027 bash[31536]: cluster 2023-12-07T10:26:13.062519+0000 mgr.a (mgr.24293) 1439 : cluster 0 pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:15.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:15.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:15.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:16.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:16.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:16.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:16.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:16.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:16 smithi022 bash[28554]: cluster 2023-12-07T10:26:15.063052+0000 mgr.a (mgr.24293) 1440 : cluster 0 pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:16 smithi044 bash[32620]: cluster 2023-12-07T10:26:15.063052+0000 mgr.a (mgr.24293) 1440 : cluster 0 pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:16 smithi027 bash[31536]: cluster 2023-12-07T10:26:15.063052+0000 mgr.a (mgr.24293) 1440 : cluster 0 pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:17 smithi022 bash[28554]: audit 2023-12-07T10:26:15.693865+0000 mgr.a (mgr.24293) 1441 : audit 0 from='client.41595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:17 smithi044 bash[32620]: audit 2023-12-07T10:26:15.693865+0000 mgr.a (mgr.24293) 1441 : audit 0 from='client.41595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:17 smithi027 bash[31536]: audit 2023-12-07T10:26:15.693865+0000 mgr.a (mgr.24293) 1441 : audit 0 from='client.41595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:18 smithi022 bash[28554]: cluster 2023-12-07T10:26:17.064129+0000 mgr.a (mgr.24293) 1442 : 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-07T10:26:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:18 smithi044 bash[32620]: cluster 2023-12-07T10:26:17.064129+0000 mgr.a (mgr.24293) 1442 : 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-07T10:26:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:18 smithi027 bash[31536]: cluster 2023-12-07T10:26:17.064129+0000 mgr.a (mgr.24293) 1442 : 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-07T10:26:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:19 smithi022 bash[28554]: cluster 2023-12-07T10:26:19.064718+0000 mgr.a (mgr.24293) 1443 : 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-07T10:26:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:19 smithi044 bash[32620]: cluster 2023-12-07T10:26:19.064718+0000 mgr.a (mgr.24293) 1443 : 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-07T10:26:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:19 smithi027 bash[31536]: cluster 2023-12-07T10:26:19.064718+0000 mgr.a (mgr.24293) 1443 : 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-07T10:26:21.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:21.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:21.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:22.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:22.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:22.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:22.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:22.172 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:22 smithi022 bash[28554]: cluster 2023-12-07T10:26:21.065450+0000 mgr.a (mgr.24293) 1444 : 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-07T10:26:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:22 smithi044 bash[32620]: cluster 2023-12-07T10:26:21.065450+0000 mgr.a (mgr.24293) 1444 : 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-07T10:26:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:22 smithi027 bash[31536]: cluster 2023-12-07T10:26:21.065450+0000 mgr.a (mgr.24293) 1444 : 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-07T10:26:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:23 smithi022 bash[28554]: audit 2023-12-07T10:26:21.641464+0000 mgr.a (mgr.24293) 1445 : audit 0 from='client.41673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:23 smithi044 bash[32620]: audit 2023-12-07T10:26:21.641464+0000 mgr.a (mgr.24293) 1445 : audit 0 from='client.41673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:23.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:23 smithi027 bash[31536]: audit 2023-12-07T10:26:21.641464+0000 mgr.a (mgr.24293) 1445 : audit 0 from='client.41673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:24 smithi022 bash[28554]: cluster 2023-12-07T10:26:23.066270+0000 mgr.a (mgr.24293) 1446 : cluster 0 pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:24 smithi044 bash[32620]: cluster 2023-12-07T10:26:23.066270+0000 mgr.a (mgr.24293) 1446 : cluster 0 pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:24 smithi027 bash[31536]: cluster 2023-12-07T10:26:23.066270+0000 mgr.a (mgr.24293) 1446 : cluster 0 pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:26 smithi022 bash[28554]: cluster 2023-12-07T10:26:25.067014+0000 mgr.a (mgr.24293) 1447 : cluster 0 pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:26 smithi044 bash[32620]: cluster 2023-12-07T10:26:25.067014+0000 mgr.a (mgr.24293) 1447 : cluster 0 pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:26 smithi027 bash[31536]: cluster 2023-12-07T10:26:25.067014+0000 mgr.a (mgr.24293) 1447 : cluster 0 pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:27.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:27.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:27.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:28.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:28.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:28 smithi022 bash[28554]: cluster 2023-12-07T10:26:27.067848+0000 mgr.a (mgr.24293) 1448 : cluster 0 pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:28 smithi044 bash[32620]: cluster 2023-12-07T10:26:27.067848+0000 mgr.a (mgr.24293) 1448 : cluster 0 pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:28 smithi027 bash[31536]: cluster 2023-12-07T10:26:27.067848+0000 mgr.a (mgr.24293) 1448 : cluster 0 pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:29 smithi022 bash[28554]: audit 2023-12-07T10:26:27.578559+0000 mgr.a (mgr.24293) 1449 : audit 0 from='client.41751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:29 smithi044 bash[32620]: audit 2023-12-07T10:26:27.578559+0000 mgr.a (mgr.24293) 1449 : audit 0 from='client.41751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:29 smithi027 bash[31536]: audit 2023-12-07T10:26:27.578559+0000 mgr.a (mgr.24293) 1449 : audit 0 from='client.41751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:30 smithi022 bash[28554]: cluster 2023-12-07T10:26:29.068539+0000 mgr.a (mgr.24293) 1450 : 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-07T10:26:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:30 smithi044 bash[32620]: cluster 2023-12-07T10:26:29.068539+0000 mgr.a (mgr.24293) 1450 : 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-07T10:26:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:30 smithi027 bash[31536]: cluster 2023-12-07T10:26:29.068539+0000 mgr.a (mgr.24293) 1450 : 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-07T10:26:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:32 smithi022 bash[28554]: cluster 2023-12-07T10:26:31.069330+0000 mgr.a (mgr.24293) 1451 : 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-07T10:26:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:32 smithi044 bash[32620]: cluster 2023-12-07T10:26:31.069330+0000 mgr.a (mgr.24293) 1451 : 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-07T10:26:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:32 smithi027 bash[31536]: cluster 2023-12-07T10:26:31.069330+0000 mgr.a (mgr.24293) 1451 : 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-07T10:26:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:34.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:34.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:34.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:34.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:34.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:34 smithi022 bash[28554]: cluster 2023-12-07T10:26:33.070040+0000 mgr.a (mgr.24293) 1452 : 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-07T10:26:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:34 smithi044 bash[32620]: cluster 2023-12-07T10:26:33.070040+0000 mgr.a (mgr.24293) 1452 : 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-07T10:26:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:34 smithi027 bash[31536]: cluster 2023-12-07T10:26:33.070040+0000 mgr.a (mgr.24293) 1452 : 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-07T10:26:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:35 smithi022 bash[28554]: audit 2023-12-07T10:26:33.531382+0000 mgr.a (mgr.24293) 1453 : audit 0 from='client.41823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:35 smithi044 bash[32620]: audit 2023-12-07T10:26:33.531382+0000 mgr.a (mgr.24293) 1453 : audit 0 from='client.41823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:35 smithi027 bash[31536]: audit 2023-12-07T10:26:33.531382+0000 mgr.a (mgr.24293) 1453 : audit 0 from='client.41823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:36 smithi022 bash[28554]: cluster 2023-12-07T10:26:35.070772+0000 mgr.a (mgr.24293) 1454 : 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-07T10:26:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:36 smithi044 bash[32620]: cluster 2023-12-07T10:26:35.070772+0000 mgr.a (mgr.24293) 1454 : 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-07T10:26:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:36 smithi027 bash[31536]: cluster 2023-12-07T10:26:35.070772+0000 mgr.a (mgr.24293) 1454 : 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-07T10:26:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:38 smithi022 bash[28554]: cluster 2023-12-07T10:26:37.071668+0000 mgr.a (mgr.24293) 1455 : 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-07T10:26:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:38 smithi044 bash[32620]: cluster 2023-12-07T10:26:37.071668+0000 mgr.a (mgr.24293) 1455 : 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-07T10:26:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:38 smithi027 bash[31536]: cluster 2023-12-07T10:26:37.071668+0000 mgr.a (mgr.24293) 1455 : 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-07T10:26:39.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:39.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:39.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:39 smithi022 bash[28554]: cluster 2023-12-07T10:26:39.072280+0000 mgr.a (mgr.24293) 1456 : 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-07T10:26:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:39 smithi044 bash[32620]: cluster 2023-12-07T10:26:39.072280+0000 mgr.a (mgr.24293) 1456 : 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-07T10:26:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:39 smithi027 bash[31536]: cluster 2023-12-07T10:26:39.072280+0000 mgr.a (mgr.24293) 1456 : 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-07T10:26:39.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:40 smithi022 bash[28554]: audit 2023-12-07T10:26:39.466126+0000 mgr.a (mgr.24293) 1457 : audit 0 from='client.41901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:40 smithi044 bash[32620]: audit 2023-12-07T10:26:39.466126+0000 mgr.a (mgr.24293) 1457 : audit 0 from='client.41901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:40 smithi027 bash[31536]: audit 2023-12-07T10:26:39.466126+0000 mgr.a (mgr.24293) 1457 : audit 0 from='client.41901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:41 smithi022 bash[28554]: cluster 2023-12-07T10:26:41.073225+0000 mgr.a (mgr.24293) 1458 : 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-07T10:26:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:41 smithi044 bash[32620]: cluster 2023-12-07T10:26:41.073225+0000 mgr.a (mgr.24293) 1458 : 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-07T10:26:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:41 smithi027 bash[31536]: cluster 2023-12-07T10:26:41.073225+0000 mgr.a (mgr.24293) 1458 : 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-07T10:26:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:44 smithi022 bash[28554]: cluster 2023-12-07T10:26:43.073868+0000 mgr.a (mgr.24293) 1459 : 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-07T10:26:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:44 smithi044 bash[32620]: cluster 2023-12-07T10:26:43.073868+0000 mgr.a (mgr.24293) 1459 : 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-07T10:26:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:44 smithi027 bash[31536]: cluster 2023-12-07T10:26:43.073868+0000 mgr.a (mgr.24293) 1459 : 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-07T10:26:44.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:44.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:44.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:45.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:45.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:45.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:45.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:45.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:46 smithi022 bash[28554]: cluster 2023-12-07T10:26:45.074288+0000 mgr.a (mgr.24293) 1460 : 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-07T10:26:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:46 smithi044 bash[32620]: cluster 2023-12-07T10:26:45.074288+0000 mgr.a (mgr.24293) 1460 : 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-07T10:26:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:46 smithi027 bash[31536]: cluster 2023-12-07T10:26:45.074288+0000 mgr.a (mgr.24293) 1460 : 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-07T10:26:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:47 smithi022 bash[28554]: audit 2023-12-07T10:26:45.407912+0000 mgr.a (mgr.24293) 1461 : audit 0 from='client.45694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:47 smithi044 bash[32620]: audit 2023-12-07T10:26:45.407912+0000 mgr.a (mgr.24293) 1461 : audit 0 from='client.45694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:47 smithi027 bash[31536]: audit 2023-12-07T10:26:45.407912+0000 mgr.a (mgr.24293) 1461 : audit 0 from='client.45694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:48 smithi022 bash[28554]: cluster 2023-12-07T10:26:47.075274+0000 mgr.a (mgr.24293) 1462 : 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-07T10:26:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:48 smithi044 bash[32620]: cluster 2023-12-07T10:26:47.075274+0000 mgr.a (mgr.24293) 1462 : 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-07T10:26:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:48 smithi027 bash[31536]: cluster 2023-12-07T10:26:47.075274+0000 mgr.a (mgr.24293) 1462 : 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-07T10:26:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:49 smithi022 bash[28554]: cluster 2023-12-07T10:26:49.075926+0000 mgr.a (mgr.24293) 1463 : 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-07T10:26:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:49 smithi044 bash[32620]: cluster 2023-12-07T10:26:49.075926+0000 mgr.a (mgr.24293) 1463 : 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-07T10:26:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:49 smithi027 bash[31536]: cluster 2023-12-07T10:26:49.075926+0000 mgr.a (mgr.24293) 1463 : 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-07T10:26:50.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:50.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:50.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:51.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:51.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:51.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:51.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:51.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:52 smithi022 bash[28554]: cluster 2023-12-07T10:26:51.076707+0000 mgr.a (mgr.24293) 1464 : 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-07T10:26:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:52 smithi044 bash[32620]: cluster 2023-12-07T10:26:51.076707+0000 mgr.a (mgr.24293) 1464 : 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-07T10:26:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:52 smithi027 bash[31536]: cluster 2023-12-07T10:26:51.076707+0000 mgr.a (mgr.24293) 1464 : 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-07T10:26:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:53 smithi022 bash[28554]: audit 2023-12-07T10:26:51.322762+0000 mgr.a (mgr.24293) 1465 : audit 0 from='client.42048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:53 smithi044 bash[32620]: audit 2023-12-07T10:26:51.322762+0000 mgr.a (mgr.24293) 1465 : audit 0 from='client.42048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:53.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:53 smithi027 bash[31536]: audit 2023-12-07T10:26:51.322762+0000 mgr.a (mgr.24293) 1465 : audit 0 from='client.42048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:54 smithi022 bash[28554]: cluster 2023-12-07T10:26:53.077351+0000 mgr.a (mgr.24293) 1466 : 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-07T10:26:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:54 smithi044 bash[32620]: cluster 2023-12-07T10:26:53.077351+0000 mgr.a (mgr.24293) 1466 : 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-07T10:26:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:54 smithi027 bash[31536]: cluster 2023-12-07T10:26:53.077351+0000 mgr.a (mgr.24293) 1466 : 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-07T10:26:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:56 smithi022 bash[28554]: cluster 2023-12-07T10:26:55.077923+0000 mgr.a (mgr.24293) 1467 : 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-07T10:26:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:56 smithi044 bash[32620]: cluster 2023-12-07T10:26:55.077923+0000 mgr.a (mgr.24293) 1467 : 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-07T10:26:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:56 smithi027 bash[31536]: cluster 2023-12-07T10:26:55.077923+0000 mgr.a (mgr.24293) 1467 : 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-07T10:26:56.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:26:56.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:56.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:57.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:26:57.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:57.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:57.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:57.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:26:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:58 smithi022 bash[28554]: cluster 2023-12-07T10:26:57.078657+0000 mgr.a (mgr.24293) 1468 : 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-07T10:26:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:58 smithi044 bash[32620]: cluster 2023-12-07T10:26:57.078657+0000 mgr.a (mgr.24293) 1468 : 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-07T10:26:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:58 smithi027 bash[31536]: cluster 2023-12-07T10:26:57.078657+0000 mgr.a (mgr.24293) 1468 : 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-07T10:26:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:26:59 smithi022 bash[28554]: audit 2023-12-07T10:26:57.265380+0000 mgr.a (mgr.24293) 1469 : audit 0 from='client.42123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:26:59 smithi044 bash[32620]: audit 2023-12-07T10:26:57.265380+0000 mgr.a (mgr.24293) 1469 : audit 0 from='client.42123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:26:59 smithi027 bash[31536]: audit 2023-12-07T10:26:57.265380+0000 mgr.a (mgr.24293) 1469 : audit 0 from='client.42123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:00 smithi022 bash[28554]: cluster 2023-12-07T10:26:59.079370+0000 mgr.a (mgr.24293) 1470 : 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-07T10:27:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:00 smithi044 bash[32620]: cluster 2023-12-07T10:26:59.079370+0000 mgr.a (mgr.24293) 1470 : 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-07T10:27:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:00 smithi027 bash[31536]: cluster 2023-12-07T10:26:59.079370+0000 mgr.a (mgr.24293) 1470 : 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-07T10:27:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:02 smithi022 bash[28554]: cluster 2023-12-07T10:27:01.080172+0000 mgr.a (mgr.24293) 1471 : 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-07T10:27:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:02 smithi044 bash[32620]: cluster 2023-12-07T10:27:01.080172+0000 mgr.a (mgr.24293) 1471 : 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-07T10:27:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:02 smithi027 bash[31536]: cluster 2023-12-07T10:27:01.080172+0000 mgr.a (mgr.24293) 1471 : 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-07T10:27:02.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:02.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:02.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:03.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:04 smithi022 bash[28554]: cluster 2023-12-07T10:27:03.080719+0000 mgr.a (mgr.24293) 1472 : 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-07T10:27:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:04 smithi022 bash[28554]: audit 2023-12-07T10:27:03.185631+0000 mgr.a (mgr.24293) 1473 : audit 0 from='client.42201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:04 smithi044 bash[32620]: cluster 2023-12-07T10:27:03.080719+0000 mgr.a (mgr.24293) 1472 : 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-07T10:27:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:04 smithi044 bash[32620]: audit 2023-12-07T10:27:03.185631+0000 mgr.a (mgr.24293) 1473 : audit 0 from='client.42201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:04 smithi027 bash[31536]: cluster 2023-12-07T10:27:03.080719+0000 mgr.a (mgr.24293) 1472 : 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-07T10:27:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:04 smithi027 bash[31536]: audit 2023-12-07T10:27:03.185631+0000 mgr.a (mgr.24293) 1473 : audit 0 from='client.42201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:06 smithi022 bash[28554]: cluster 2023-12-07T10:27:05.081384+0000 mgr.a (mgr.24293) 1474 : 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-07T10:27:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:06 smithi044 bash[32620]: cluster 2023-12-07T10:27:05.081384+0000 mgr.a (mgr.24293) 1474 : 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-07T10:27:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:06 smithi027 bash[31536]: cluster 2023-12-07T10:27:05.081384+0000 mgr.a (mgr.24293) 1474 : 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-07T10:27:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:08 smithi022 bash[28554]: cluster 2023-12-07T10:27:07.082221+0000 mgr.a (mgr.24293) 1475 : 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-07T10:27:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:08 smithi044 bash[32620]: cluster 2023-12-07T10:27:07.082221+0000 mgr.a (mgr.24293) 1475 : 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-07T10:27:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:08 smithi027 bash[31536]: cluster 2023-12-07T10:27:07.082221+0000 mgr.a (mgr.24293) 1475 : 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-07T10:27:08.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:08.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:08.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:09.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:09.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:09.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:09.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:09.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:09 smithi022 bash[28554]: cluster 2023-12-07T10:27:09.082778+0000 mgr.a (mgr.24293) 1476 : 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-07T10:27:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:09 smithi022 bash[28554]: audit 2023-12-07T10:27:09.121717+0000 mgr.a (mgr.24293) 1477 : audit 0 from='client.42276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:09 smithi044 bash[32620]: cluster 2023-12-07T10:27:09.082778+0000 mgr.a (mgr.24293) 1476 : 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-07T10:27:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:09 smithi044 bash[32620]: audit 2023-12-07T10:27:09.121717+0000 mgr.a (mgr.24293) 1477 : audit 0 from='client.42276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:09 smithi027 bash[31536]: cluster 2023-12-07T10:27:09.082778+0000 mgr.a (mgr.24293) 1476 : 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-07T10:27:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:09 smithi027 bash[31536]: audit 2023-12-07T10:27:09.121717+0000 mgr.a (mgr.24293) 1477 : audit 0 from='client.42276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:12 smithi022 bash[28554]: cluster 2023-12-07T10:27:11.083643+0000 mgr.a (mgr.24293) 1478 : 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-07T10:27:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:12 smithi044 bash[32620]: cluster 2023-12-07T10:27:11.083643+0000 mgr.a (mgr.24293) 1478 : 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-07T10:27:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:12 smithi027 bash[31536]: cluster 2023-12-07T10:27:11.083643+0000 mgr.a (mgr.24293) 1478 : 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-07T10:27:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:13 smithi022 bash[28554]: audit 2023-12-07T10:27:12.614426+0000 mon.a (mon.0) 672 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:27:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:13 smithi044 bash[32620]: audit 2023-12-07T10:27:12.614426+0000 mon.a (mon.0) 672 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:27:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:13 smithi027 bash[31536]: audit 2023-12-07T10:27:12.614426+0000 mon.a (mon.0) 672 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: cluster 2023-12-07T10:27:13.084173+0000 mgr.a (mgr.24293) 1479 : 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-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.149801+0000 mon.a (mon.0) 673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.153762+0000 mon.a (mon.0) 674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.159752+0000 mon.a (mon.0) 675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.164263+0000 mon.a (mon.0) 676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.953763+0000 mon.a (mon.0) 677 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:27:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.955481+0000 mon.a (mon.0) 678 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:14 smithi022 bash[28554]: audit 2023-12-07T10:27:13.965272+0000 mon.a (mon.0) 679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: cluster 2023-12-07T10:27:13.084173+0000 mgr.a (mgr.24293) 1479 : 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-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.149801+0000 mon.a (mon.0) 673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.153762+0000 mon.a (mon.0) 674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.159752+0000 mon.a (mon.0) 675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.164263+0000 mon.a (mon.0) 676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.953763+0000 mon.a (mon.0) 677 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.955481+0000 mon.a (mon.0) 678 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:27:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:14 smithi044 bash[32620]: audit 2023-12-07T10:27:13.965272+0000 mon.a (mon.0) 679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: cluster 2023-12-07T10:27:13.084173+0000 mgr.a (mgr.24293) 1479 : 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-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.149801+0000 mon.a (mon.0) 673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.153762+0000 mon.a (mon.0) 674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.159752+0000 mon.a (mon.0) 675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.164263+0000 mon.a (mon.0) 676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.953763+0000 mon.a (mon.0) 677 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.955481+0000 mon.a (mon.0) 678 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:27:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:14 smithi027 bash[31536]: audit 2023-12-07T10:27:13.965272+0000 mon.a (mon.0) 679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:27:14.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:14.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:14.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:15.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:15.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:15.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:15.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:15.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:16 smithi022 bash[28554]: audit 2023-12-07T10:27:15.063578+0000 mgr.a (mgr.24293) 1480 : audit 0 from='client.42354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:16 smithi022 bash[28554]: cluster 2023-12-07T10:27:15.084950+0000 mgr.a (mgr.24293) 1481 : 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-07T10:27:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:16 smithi044 bash[32620]: audit 2023-12-07T10:27:15.063578+0000 mgr.a (mgr.24293) 1480 : audit 0 from='client.42354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:16 smithi044 bash[32620]: cluster 2023-12-07T10:27:15.084950+0000 mgr.a (mgr.24293) 1481 : 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-07T10:27:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:16 smithi027 bash[31536]: audit 2023-12-07T10:27:15.063578+0000 mgr.a (mgr.24293) 1480 : audit 0 from='client.42354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:16 smithi027 bash[31536]: cluster 2023-12-07T10:27:15.084950+0000 mgr.a (mgr.24293) 1481 : 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-07T10:27:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:18 smithi022 bash[28554]: cluster 2023-12-07T10:27:17.085965+0000 mgr.a (mgr.24293) 1482 : cluster 0 pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:18 smithi044 bash[32620]: cluster 2023-12-07T10:27:17.085965+0000 mgr.a (mgr.24293) 1482 : cluster 0 pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:18 smithi027 bash[31536]: cluster 2023-12-07T10:27:17.085965+0000 mgr.a (mgr.24293) 1482 : cluster 0 pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:19 smithi022 bash[28554]: cluster 2023-12-07T10:27:19.086573+0000 mgr.a (mgr.24293) 1483 : cluster 0 pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:19 smithi044 bash[32620]: cluster 2023-12-07T10:27:19.086573+0000 mgr.a (mgr.24293) 1483 : cluster 0 pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:19 smithi027 bash[31536]: cluster 2023-12-07T10:27:19.086573+0000 mgr.a (mgr.24293) 1483 : cluster 0 pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:20.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:20.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:20.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:21.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:21.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:21.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:21.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:22 smithi022 bash[28554]: audit 2023-12-07T10:27:20.991792+0000 mgr.a (mgr.24293) 1484 : audit 0 from='client.42432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:22 smithi022 bash[28554]: cluster 2023-12-07T10:27:21.087339+0000 mgr.a (mgr.24293) 1485 : 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-07T10:27:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:22 smithi044 bash[32620]: audit 2023-12-07T10:27:20.991792+0000 mgr.a (mgr.24293) 1484 : audit 0 from='client.42432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:22 smithi044 bash[32620]: cluster 2023-12-07T10:27:21.087339+0000 mgr.a (mgr.24293) 1485 : 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-07T10:27:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:22 smithi027 bash[31536]: audit 2023-12-07T10:27:20.991792+0000 mgr.a (mgr.24293) 1484 : audit 0 from='client.42432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:22 smithi027 bash[31536]: cluster 2023-12-07T10:27:21.087339+0000 mgr.a (mgr.24293) 1485 : 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-07T10:27:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:24 smithi022 bash[28554]: cluster 2023-12-07T10:27:23.088029+0000 mgr.a (mgr.24293) 1486 : 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-07T10:27:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:24 smithi044 bash[32620]: cluster 2023-12-07T10:27:23.088029+0000 mgr.a (mgr.24293) 1486 : 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-07T10:27:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:24 smithi027 bash[31536]: cluster 2023-12-07T10:27:23.088029+0000 mgr.a (mgr.24293) 1486 : 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-07T10:27:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:26 smithi022 bash[28554]: cluster 2023-12-07T10:27:25.088621+0000 mgr.a (mgr.24293) 1487 : 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-07T10:27:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:26 smithi044 bash[32620]: cluster 2023-12-07T10:27:25.088621+0000 mgr.a (mgr.24293) 1487 : 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-07T10:27:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:26 smithi027 bash[31536]: cluster 2023-12-07T10:27:25.088621+0000 mgr.a (mgr.24293) 1487 : 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-07T10:27:26.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:26.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:26.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:27.432 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:27.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:27.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:27.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:27.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:28 smithi022 bash[28554]: audit 2023-12-07T10:27:26.909403+0000 mgr.a (mgr.24293) 1488 : audit 0 from='client.42501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:28 smithi022 bash[28554]: cluster 2023-12-07T10:27:27.089724+0000 mgr.a (mgr.24293) 1489 : 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-07T10:27:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:28 smithi044 bash[32620]: audit 2023-12-07T10:27:26.909403+0000 mgr.a (mgr.24293) 1488 : audit 0 from='client.42501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:28 smithi044 bash[32620]: cluster 2023-12-07T10:27:27.089724+0000 mgr.a (mgr.24293) 1489 : 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-07T10:27:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:28 smithi027 bash[31536]: audit 2023-12-07T10:27:26.909403+0000 mgr.a (mgr.24293) 1488 : audit 0 from='client.42501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:28 smithi027 bash[31536]: cluster 2023-12-07T10:27:27.089724+0000 mgr.a (mgr.24293) 1489 : 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-07T10:27:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:29 smithi022 bash[28554]: cluster 2023-12-07T10:27:29.090459+0000 mgr.a (mgr.24293) 1490 : cluster 0 pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:27:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:29 smithi044 bash[32620]: cluster 2023-12-07T10:27:29.090459+0000 mgr.a (mgr.24293) 1490 : cluster 0 pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:27:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:29 smithi027 bash[31536]: cluster 2023-12-07T10:27:29.090459+0000 mgr.a (mgr.24293) 1490 : cluster 0 pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:27:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:32 smithi022 bash[28554]: cluster 2023-12-07T10:27:31.091232+0000 mgr.a (mgr.24293) 1491 : cluster 0 pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:32 smithi044 bash[32620]: cluster 2023-12-07T10:27:31.091232+0000 mgr.a (mgr.24293) 1491 : cluster 0 pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:32.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:32.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:32.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:32 smithi027 bash[31536]: cluster 2023-12-07T10:27:31.091232+0000 mgr.a (mgr.24293) 1491 : cluster 0 pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:33.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:33.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:33.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:33.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:33.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:34 smithi022 bash[28554]: audit 2023-12-07T10:27:32.849174+0000 mgr.a (mgr.24293) 1492 : audit 0 from='client.42573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:34 smithi022 bash[28554]: cluster 2023-12-07T10:27:33.099682+0000 mgr.a (mgr.24293) 1493 : 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-07T10:27:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:34 smithi044 bash[32620]: audit 2023-12-07T10:27:32.849174+0000 mgr.a (mgr.24293) 1492 : audit 0 from='client.42573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:34 smithi044 bash[32620]: cluster 2023-12-07T10:27:33.099682+0000 mgr.a (mgr.24293) 1493 : 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-07T10:27:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:34 smithi027 bash[31536]: audit 2023-12-07T10:27:32.849174+0000 mgr.a (mgr.24293) 1492 : audit 0 from='client.42573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:34 smithi027 bash[31536]: cluster 2023-12-07T10:27:33.099682+0000 mgr.a (mgr.24293) 1493 : 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-07T10:27:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:36 smithi022 bash[28554]: cluster 2023-12-07T10:27:35.100443+0000 mgr.a (mgr.24293) 1494 : 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-07T10:27:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:36 smithi044 bash[32620]: cluster 2023-12-07T10:27:35.100443+0000 mgr.a (mgr.24293) 1494 : 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-07T10:27:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:36 smithi027 bash[31536]: cluster 2023-12-07T10:27:35.100443+0000 mgr.a (mgr.24293) 1494 : 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-07T10:27:38.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:38.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:38.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:38 smithi022 bash[28554]: cluster 2023-12-07T10:27:37.101287+0000 mgr.a (mgr.24293) 1495 : 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-07T10:27:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:38 smithi044 bash[32620]: cluster 2023-12-07T10:27:37.101287+0000 mgr.a (mgr.24293) 1495 : 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-07T10:27:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:38 smithi027 bash[31536]: cluster 2023-12-07T10:27:37.101287+0000 mgr.a (mgr.24293) 1495 : 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-07T10:27:39.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:39.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:39.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:39.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:39.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:39 smithi022 bash[28554]: audit 2023-12-07T10:27:38.756463+0000 mgr.a (mgr.24293) 1496 : audit 0 from='client.42648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:39 smithi022 bash[28554]: cluster 2023-12-07T10:27:39.101929+0000 mgr.a (mgr.24293) 1497 : 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-07T10:27:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:39 smithi044 bash[32620]: audit 2023-12-07T10:27:38.756463+0000 mgr.a (mgr.24293) 1496 : audit 0 from='client.42648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:39 smithi044 bash[32620]: cluster 2023-12-07T10:27:39.101929+0000 mgr.a (mgr.24293) 1497 : 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-07T10:27:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:39 smithi027 bash[31536]: audit 2023-12-07T10:27:38.756463+0000 mgr.a (mgr.24293) 1496 : audit 0 from='client.42648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:39 smithi027 bash[31536]: cluster 2023-12-07T10:27:39.101929+0000 mgr.a (mgr.24293) 1497 : 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-07T10:27:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:42 smithi022 bash[28554]: cluster 2023-12-07T10:27:41.102854+0000 mgr.a (mgr.24293) 1498 : 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-07T10:27:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:42 smithi044 bash[32620]: cluster 2023-12-07T10:27:41.102854+0000 mgr.a (mgr.24293) 1498 : 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-07T10:27:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:42 smithi027 bash[31536]: cluster 2023-12-07T10:27:41.102854+0000 mgr.a (mgr.24293) 1498 : 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-07T10:27:44.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:44.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:44.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:44 smithi022 bash[28554]: cluster 2023-12-07T10:27:43.103441+0000 mgr.a (mgr.24293) 1499 : 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-07T10:27:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:44 smithi044 bash[32620]: cluster 2023-12-07T10:27:43.103441+0000 mgr.a (mgr.24293) 1499 : 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-07T10:27:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:44 smithi027 bash[31536]: cluster 2023-12-07T10:27:43.103441+0000 mgr.a (mgr.24293) 1499 : 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-07T10:27:45.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:45.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:45.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:45.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:45.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:46 smithi022 bash[28554]: audit 2023-12-07T10:27:44.682119+0000 mgr.a (mgr.24293) 1500 : audit 0 from='client.42726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:46 smithi022 bash[28554]: cluster 2023-12-07T10:27:45.104287+0000 mgr.a (mgr.24293) 1501 : 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-07T10:27:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:46 smithi044 bash[32620]: audit 2023-12-07T10:27:44.682119+0000 mgr.a (mgr.24293) 1500 : audit 0 from='client.42726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:46 smithi044 bash[32620]: cluster 2023-12-07T10:27:45.104287+0000 mgr.a (mgr.24293) 1501 : 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-07T10:27:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:46 smithi027 bash[31536]: audit 2023-12-07T10:27:44.682119+0000 mgr.a (mgr.24293) 1500 : audit 0 from='client.42726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:46 smithi027 bash[31536]: cluster 2023-12-07T10:27:45.104287+0000 mgr.a (mgr.24293) 1501 : 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-07T10:27:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:48 smithi022 bash[28554]: cluster 2023-12-07T10:27:47.105116+0000 mgr.a (mgr.24293) 1502 : 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-07T10:27:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:48 smithi044 bash[32620]: cluster 2023-12-07T10:27:47.105116+0000 mgr.a (mgr.24293) 1502 : 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-07T10:27:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:48 smithi027 bash[31536]: cluster 2023-12-07T10:27:47.105116+0000 mgr.a (mgr.24293) 1502 : 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-07T10:27:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:49 smithi022 bash[28554]: cluster 2023-12-07T10:27:49.105657+0000 mgr.a (mgr.24293) 1503 : 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-07T10:27:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:49 smithi044 bash[32620]: cluster 2023-12-07T10:27:49.105657+0000 mgr.a (mgr.24293) 1503 : 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-07T10:27:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:49 smithi027 bash[31536]: cluster 2023-12-07T10:27:49.105657+0000 mgr.a (mgr.24293) 1503 : 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-07T10:27:50.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:50.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:50.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:51.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:51.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:51.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:51.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:51.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:52 smithi022 bash[28554]: audit 2023-12-07T10:27:50.628670+0000 mgr.a (mgr.24293) 1504 : audit 0 from='client.42801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:52 smithi022 bash[28554]: cluster 2023-12-07T10:27:51.106388+0000 mgr.a (mgr.24293) 1505 : 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-07T10:27:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:52 smithi044 bash[32620]: audit 2023-12-07T10:27:50.628670+0000 mgr.a (mgr.24293) 1504 : audit 0 from='client.42801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:52 smithi044 bash[32620]: cluster 2023-12-07T10:27:51.106388+0000 mgr.a (mgr.24293) 1505 : 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-07T10:27:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:52 smithi027 bash[31536]: audit 2023-12-07T10:27:50.628670+0000 mgr.a (mgr.24293) 1504 : audit 0 from='client.42801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:52 smithi027 bash[31536]: cluster 2023-12-07T10:27:51.106388+0000 mgr.a (mgr.24293) 1505 : 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-07T10:27:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:54 smithi022 bash[28554]: cluster 2023-12-07T10:27:53.107019+0000 mgr.a (mgr.24293) 1506 : 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-07T10:27:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:54 smithi044 bash[32620]: cluster 2023-12-07T10:27:53.107019+0000 mgr.a (mgr.24293) 1506 : 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-07T10:27:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:54 smithi027 bash[31536]: cluster 2023-12-07T10:27:53.107019+0000 mgr.a (mgr.24293) 1506 : 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-07T10:27:56.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:27:56.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:56.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:56 smithi022 bash[28554]: cluster 2023-12-07T10:27:55.107628+0000 mgr.a (mgr.24293) 1507 : 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-07T10:27:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:56 smithi044 bash[32620]: cluster 2023-12-07T10:27:55.107628+0000 mgr.a (mgr.24293) 1507 : 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-07T10:27:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:56 smithi027 bash[31536]: cluster 2023-12-07T10:27:55.107628+0000 mgr.a (mgr.24293) 1507 : 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-07T10:27:57.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:57.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:57.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:57.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:27:57.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:27:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:58 smithi022 bash[28554]: audit 2023-12-07T10:27:56.567757+0000 mgr.a (mgr.24293) 1508 : audit 0 from='client.42879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:58 smithi022 bash[28554]: cluster 2023-12-07T10:27:57.108612+0000 mgr.a (mgr.24293) 1509 : 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-07T10:27:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:58 smithi044 bash[32620]: audit 2023-12-07T10:27:56.567757+0000 mgr.a (mgr.24293) 1508 : audit 0 from='client.42879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:58 smithi044 bash[32620]: cluster 2023-12-07T10:27:57.108612+0000 mgr.a (mgr.24293) 1509 : 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-07T10:27:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:58 smithi027 bash[31536]: audit 2023-12-07T10:27:56.567757+0000 mgr.a (mgr.24293) 1508 : audit 0 from='client.42879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:58 smithi027 bash[31536]: cluster 2023-12-07T10:27:57.108612+0000 mgr.a (mgr.24293) 1509 : 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-07T10:27:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:27:59 smithi022 bash[28554]: cluster 2023-12-07T10:27:59.109174+0000 mgr.a (mgr.24293) 1510 : 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-07T10:27:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:27:59 smithi044 bash[32620]: cluster 2023-12-07T10:27:59.109174+0000 mgr.a (mgr.24293) 1510 : 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-07T10:27:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:27:59 smithi027 bash[31536]: cluster 2023-12-07T10:27:59.109174+0000 mgr.a (mgr.24293) 1510 : 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-07T10:28:02.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:02.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:02.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:02 smithi022 bash[28554]: cluster 2023-12-07T10:28:01.109932+0000 mgr.a (mgr.24293) 1511 : 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-07T10:28:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:02 smithi044 bash[32620]: cluster 2023-12-07T10:28:01.109932+0000 mgr.a (mgr.24293) 1511 : 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-07T10:28:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:02 smithi027 bash[31536]: cluster 2023-12-07T10:28:01.109932+0000 mgr.a (mgr.24293) 1511 : 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-07T10:28:03.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:03.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:03.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:03.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:03.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:04 smithi022 bash[28554]: audit 2023-12-07T10:28:02.503993+0000 mgr.a (mgr.24293) 1512 : audit 0 from='client.42954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:04 smithi022 bash[28554]: cluster 2023-12-07T10:28:03.110805+0000 mgr.a (mgr.24293) 1513 : 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-07T10:28:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:04 smithi044 bash[32620]: audit 2023-12-07T10:28:02.503993+0000 mgr.a (mgr.24293) 1512 : audit 0 from='client.42954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:04 smithi044 bash[32620]: cluster 2023-12-07T10:28:03.110805+0000 mgr.a (mgr.24293) 1513 : 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-07T10:28:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:04 smithi027 bash[31536]: audit 2023-12-07T10:28:02.503993+0000 mgr.a (mgr.24293) 1512 : audit 0 from='client.42954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:04 smithi027 bash[31536]: cluster 2023-12-07T10:28:03.110805+0000 mgr.a (mgr.24293) 1513 : 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-07T10:28:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:06 smithi022 bash[28554]: cluster 2023-12-07T10:28:05.111445+0000 mgr.a (mgr.24293) 1514 : 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-07T10:28:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:06 smithi044 bash[32620]: cluster 2023-12-07T10:28:05.111445+0000 mgr.a (mgr.24293) 1514 : 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-07T10:28:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:06 smithi027 bash[31536]: cluster 2023-12-07T10:28:05.111445+0000 mgr.a (mgr.24293) 1514 : 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-07T10:28:08.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:08.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:08.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:08 smithi027 bash[31536]: cluster 2023-12-07T10:28:07.112171+0000 mgr.a (mgr.24293) 1515 : 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-07T10:28:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:08 smithi022 bash[28554]: cluster 2023-12-07T10:28:07.112171+0000 mgr.a (mgr.24293) 1515 : 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-07T10:28:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:08 smithi044 bash[32620]: cluster 2023-12-07T10:28:07.112171+0000 mgr.a (mgr.24293) 1515 : 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-07T10:28:08.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:08.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:08.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:08.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:08.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:09 smithi022 bash[28554]: audit 2023-12-07T10:28:08.449694+0000 mgr.a (mgr.24293) 1516 : audit 0 from='client.43032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:09 smithi022 bash[28554]: cluster 2023-12-07T10:28:09.112918+0000 mgr.a (mgr.24293) 1517 : 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-07T10:28:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:09 smithi044 bash[32620]: audit 2023-12-07T10:28:08.449694+0000 mgr.a (mgr.24293) 1516 : audit 0 from='client.43032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:09 smithi044 bash[32620]: cluster 2023-12-07T10:28:09.112918+0000 mgr.a (mgr.24293) 1517 : 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-07T10:28:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:09 smithi027 bash[31536]: audit 2023-12-07T10:28:08.449694+0000 mgr.a (mgr.24293) 1516 : audit 0 from='client.43032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:09 smithi027 bash[31536]: cluster 2023-12-07T10:28:09.112918+0000 mgr.a (mgr.24293) 1517 : 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-07T10:28:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:12 smithi022 bash[28554]: cluster 2023-12-07T10:28:11.113757+0000 mgr.a (mgr.24293) 1518 : 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-07T10:28:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:12 smithi044 bash[32620]: cluster 2023-12-07T10:28:11.113757+0000 mgr.a (mgr.24293) 1518 : 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-07T10:28:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:12 smithi027 bash[31536]: cluster 2023-12-07T10:28:11.113757+0000 mgr.a (mgr.24293) 1518 : 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-07T10:28:13.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:13.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:13.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:14 smithi022 bash[28554]: cluster 2023-12-07T10:28:13.114309+0000 mgr.a (mgr.24293) 1519 : 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-07T10:28:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:14 smithi022 bash[28554]: audit 2023-12-07T10:28:14.067218+0000 mon.a (mon.0) 680 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:28:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:14 smithi044 bash[32620]: cluster 2023-12-07T10:28:13.114309+0000 mgr.a (mgr.24293) 1519 : 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-07T10:28:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:14 smithi044 bash[32620]: audit 2023-12-07T10:28:14.067218+0000 mon.a (mon.0) 680 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:28:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:14 smithi027 bash[31536]: cluster 2023-12-07T10:28:13.114309+0000 mgr.a (mgr.24293) 1519 : 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-07T10:28:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:14 smithi027 bash[31536]: audit 2023-12-07T10:28:14.067218+0000 mon.a (mon.0) 680 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:28:14.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:14.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:14.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:14.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:14.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:15 smithi022 bash[28554]: audit 2023-12-07T10:28:14.916420+0000 mon.a (mon.0) 681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:28:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:15 smithi022 bash[28554]: audit 2023-12-07T10:28:14.918388+0000 mon.a (mon.0) 682 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:28:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:15 smithi022 bash[28554]: audit 2023-12-07T10:28:14.928680+0000 mon.a (mon.0) 683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:28:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:15 smithi044 bash[32620]: audit 2023-12-07T10:28:14.916420+0000 mon.a (mon.0) 681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:28:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:15 smithi044 bash[32620]: audit 2023-12-07T10:28:14.918388+0000 mon.a (mon.0) 682 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:28:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:15 smithi044 bash[32620]: audit 2023-12-07T10:28:14.928680+0000 mon.a (mon.0) 683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:28:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:15 smithi027 bash[31536]: audit 2023-12-07T10:28:14.916420+0000 mon.a (mon.0) 681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:28:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:15 smithi027 bash[31536]: audit 2023-12-07T10:28:14.918388+0000 mon.a (mon.0) 682 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:28:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:15 smithi027 bash[31536]: audit 2023-12-07T10:28:14.928680+0000 mon.a (mon.0) 683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:28:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:16 smithi027 bash[31536]: audit 2023-12-07T10:28:14.387056+0000 mgr.a (mgr.24293) 1520 : audit 0 from='client.43110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:16 smithi027 bash[31536]: cluster 2023-12-07T10:28:15.115029+0000 mgr.a (mgr.24293) 1521 : 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-07T10:28:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:16 smithi022 bash[28554]: audit 2023-12-07T10:28:14.387056+0000 mgr.a (mgr.24293) 1520 : audit 0 from='client.43110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:16 smithi022 bash[28554]: cluster 2023-12-07T10:28:15.115029+0000 mgr.a (mgr.24293) 1521 : 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-07T10:28:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:16 smithi044 bash[32620]: audit 2023-12-07T10:28:14.387056+0000 mgr.a (mgr.24293) 1520 : audit 0 from='client.43110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:16 smithi044 bash[32620]: cluster 2023-12-07T10:28:15.115029+0000 mgr.a (mgr.24293) 1521 : 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-07T10:28:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:18 smithi027 bash[31536]: cluster 2023-12-07T10:28:17.115858+0000 mgr.a (mgr.24293) 1522 : 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-07T10:28:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:18 smithi022 bash[28554]: cluster 2023-12-07T10:28:17.115858+0000 mgr.a (mgr.24293) 1522 : 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-07T10:28:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:18 smithi044 bash[32620]: cluster 2023-12-07T10:28:17.115858+0000 mgr.a (mgr.24293) 1522 : 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-07T10:28:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:19 smithi022 bash[28554]: cluster 2023-12-07T10:28:19.116376+0000 mgr.a (mgr.24293) 1523 : 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-07T10:28:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:19 smithi044 bash[32620]: cluster 2023-12-07T10:28:19.116376+0000 mgr.a (mgr.24293) 1523 : 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-07T10:28:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:19 smithi027 bash[31536]: cluster 2023-12-07T10:28:19.116376+0000 mgr.a (mgr.24293) 1523 : 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-07T10:28:19.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:19.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:20.805 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:22 smithi022 bash[28554]: audit 2023-12-07T10:28:20.306325+0000 mgr.a (mgr.24293) 1524 : audit 0 from='client.43188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:22 smithi022 bash[28554]: cluster 2023-12-07T10:28:21.117342+0000 mgr.a (mgr.24293) 1525 : cluster 0 pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:22 smithi044 bash[32620]: audit 2023-12-07T10:28:20.306325+0000 mgr.a (mgr.24293) 1524 : audit 0 from='client.43188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:22 smithi044 bash[32620]: cluster 2023-12-07T10:28:21.117342+0000 mgr.a (mgr.24293) 1525 : cluster 0 pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:22 smithi027 bash[31536]: audit 2023-12-07T10:28:20.306325+0000 mgr.a (mgr.24293) 1524 : audit 0 from='client.43188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:22 smithi027 bash[31536]: cluster 2023-12-07T10:28:21.117342+0000 mgr.a (mgr.24293) 1525 : cluster 0 pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:24 smithi027 bash[31536]: cluster 2023-12-07T10:28:23.117922+0000 mgr.a (mgr.24293) 1526 : cluster 0 pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:24 smithi022 bash[28554]: cluster 2023-12-07T10:28:23.117922+0000 mgr.a (mgr.24293) 1526 : cluster 0 pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:24 smithi044 bash[32620]: cluster 2023-12-07T10:28:23.117922+0000 mgr.a (mgr.24293) 1526 : cluster 0 pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:25.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:25.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:25.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:26 smithi027 bash[31536]: cluster 2023-12-07T10:28:25.118522+0000 mgr.a (mgr.24293) 1527 : cluster 0 pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:26 smithi022 bash[28554]: cluster 2023-12-07T10:28:25.118522+0000 mgr.a (mgr.24293) 1527 : cluster 0 pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:26 smithi044 bash[32620]: cluster 2023-12-07T10:28:25.118522+0000 mgr.a (mgr.24293) 1527 : cluster 0 pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:26.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:27 smithi027 bash[31536]: audit 2023-12-07T10:28:26.222223+0000 mgr.a (mgr.24293) 1528 : audit 0 from='client.43263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:27 smithi022 bash[28554]: audit 2023-12-07T10:28:26.222223+0000 mgr.a (mgr.24293) 1528 : audit 0 from='client.43263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:27 smithi044 bash[32620]: audit 2023-12-07T10:28:26.222223+0000 mgr.a (mgr.24293) 1528 : audit 0 from='client.43263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:28 smithi027 bash[31536]: cluster 2023-12-07T10:28:27.119432+0000 mgr.a (mgr.24293) 1529 : 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-07T10:28:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:28 smithi022 bash[28554]: cluster 2023-12-07T10:28:27.119432+0000 mgr.a (mgr.24293) 1529 : 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-07T10:28:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:28 smithi044 bash[32620]: cluster 2023-12-07T10:28:27.119432+0000 mgr.a (mgr.24293) 1529 : 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-07T10:28:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:29 smithi022 bash[28554]: cluster 2023-12-07T10:28:29.120069+0000 mgr.a (mgr.24293) 1530 : 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-07T10:28:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:29 smithi044 bash[32620]: cluster 2023-12-07T10:28:29.120069+0000 mgr.a (mgr.24293) 1530 : 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-07T10:28:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:29 smithi027 bash[31536]: cluster 2023-12-07T10:28:29.120069+0000 mgr.a (mgr.24293) 1530 : 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-07T10:28:31.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:31.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:31.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:32 smithi027 bash[31536]: cluster 2023-12-07T10:28:31.120842+0000 mgr.a (mgr.24293) 1531 : 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-07T10:28:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:32 smithi022 bash[28554]: cluster 2023-12-07T10:28:31.120842+0000 mgr.a (mgr.24293) 1531 : 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-07T10:28:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:32 smithi044 bash[32620]: cluster 2023-12-07T10:28:31.120842+0000 mgr.a (mgr.24293) 1531 : 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-07T10:28:32.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:32.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:32.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:32.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:32.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:33 smithi027 bash[31536]: audit 2023-12-07T10:28:32.179569+0000 mgr.a (mgr.24293) 1532 : audit 0 from='client.43338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:33 smithi022 bash[28554]: audit 2023-12-07T10:28:32.179569+0000 mgr.a (mgr.24293) 1532 : audit 0 from='client.43338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:33 smithi044 bash[32620]: audit 2023-12-07T10:28:32.179569+0000 mgr.a (mgr.24293) 1532 : audit 0 from='client.43338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:34 smithi027 bash[31536]: cluster 2023-12-07T10:28:33.121444+0000 mgr.a (mgr.24293) 1533 : cluster 0 pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:34 smithi022 bash[28554]: cluster 2023-12-07T10:28:33.121444+0000 mgr.a (mgr.24293) 1533 : cluster 0 pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:34 smithi044 bash[32620]: cluster 2023-12-07T10:28:33.121444+0000 mgr.a (mgr.24293) 1533 : cluster 0 pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:36 smithi027 bash[31536]: cluster 2023-12-07T10:28:35.122021+0000 mgr.a (mgr.24293) 1534 : cluster 0 pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:36 smithi022 bash[28554]: cluster 2023-12-07T10:28:35.122021+0000 mgr.a (mgr.24293) 1534 : cluster 0 pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:36 smithi044 bash[32620]: cluster 2023-12-07T10:28:35.122021+0000 mgr.a (mgr.24293) 1534 : cluster 0 pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:37.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:37.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:37.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:38 smithi027 bash[31536]: cluster 2023-12-07T10:28:37.122789+0000 mgr.a (mgr.24293) 1535 : cluster 0 pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:28:38.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:38.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:38.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:38.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:38.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:38 smithi022 bash[28554]: cluster 2023-12-07T10:28:37.122789+0000 mgr.a (mgr.24293) 1535 : cluster 0 pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:28:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:38 smithi044 bash[32620]: cluster 2023-12-07T10:28:37.122789+0000 mgr.a (mgr.24293) 1535 : cluster 0 pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:28:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:39 smithi027 bash[31536]: audit 2023-12-07T10:28:38.098881+0000 mgr.a (mgr.24293) 1536 : audit 0 from='client.43416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:39 smithi022 bash[28554]: audit 2023-12-07T10:28:38.098881+0000 mgr.a (mgr.24293) 1536 : audit 0 from='client.43416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:39 smithi044 bash[32620]: audit 2023-12-07T10:28:38.098881+0000 mgr.a (mgr.24293) 1536 : audit 0 from='client.43416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:40 smithi027 bash[31536]: cluster 2023-12-07T10:28:39.123448+0000 mgr.a (mgr.24293) 1537 : 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-07T10:28:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:40 smithi022 bash[28554]: cluster 2023-12-07T10:28:39.123448+0000 mgr.a (mgr.24293) 1537 : 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-07T10:28:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:40 smithi044 bash[32620]: cluster 2023-12-07T10:28:39.123448+0000 mgr.a (mgr.24293) 1537 : 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-07T10:28:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:42 smithi022 bash[28554]: cluster 2023-12-07T10:28:41.124247+0000 mgr.a (mgr.24293) 1538 : 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-07T10:28:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:42 smithi044 bash[32620]: cluster 2023-12-07T10:28:41.124247+0000 mgr.a (mgr.24293) 1538 : 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-07T10:28:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:42 smithi027 bash[31536]: cluster 2023-12-07T10:28:41.124247+0000 mgr.a (mgr.24293) 1538 : 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-07T10:28:43.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:43.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:43.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:44.577 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:44.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:44.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:44.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:44.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:44 smithi022 bash[28554]: cluster 2023-12-07T10:28:43.124805+0000 mgr.a (mgr.24293) 1539 : 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-07T10:28:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:44 smithi044 bash[32620]: cluster 2023-12-07T10:28:43.124805+0000 mgr.a (mgr.24293) 1539 : 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-07T10:28:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:44 smithi027 bash[31536]: cluster 2023-12-07T10:28:43.124805+0000 mgr.a (mgr.24293) 1539 : 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-07T10:28:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:45 smithi022 bash[28554]: audit 2023-12-07T10:28:44.057954+0000 mgr.a (mgr.24293) 1540 : audit 0 from='client.43494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:45 smithi044 bash[32620]: audit 2023-12-07T10:28:44.057954+0000 mgr.a (mgr.24293) 1540 : audit 0 from='client.43494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:45 smithi027 bash[31536]: audit 2023-12-07T10:28:44.057954+0000 mgr.a (mgr.24293) 1540 : audit 0 from='client.43494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:46 smithi022 bash[28554]: cluster 2023-12-07T10:28:45.125413+0000 mgr.a (mgr.24293) 1541 : 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-07T10:28:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:46 smithi044 bash[32620]: cluster 2023-12-07T10:28:45.125413+0000 mgr.a (mgr.24293) 1541 : 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-07T10:28:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:46 smithi027 bash[31536]: cluster 2023-12-07T10:28:45.125413+0000 mgr.a (mgr.24293) 1541 : 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-07T10:28:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:48 smithi022 bash[28554]: cluster 2023-12-07T10:28:47.126247+0000 mgr.a (mgr.24293) 1542 : 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-07T10:28:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:48 smithi044 bash[32620]: cluster 2023-12-07T10:28:47.126247+0000 mgr.a (mgr.24293) 1542 : 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-07T10:28:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:48 smithi027 bash[31536]: cluster 2023-12-07T10:28:47.126247+0000 mgr.a (mgr.24293) 1542 : 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-07T10:28:49.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:49.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:49.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:49 smithi022 bash[28554]: cluster 2023-12-07T10:28:49.126782+0000 mgr.a (mgr.24293) 1543 : 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-07T10:28:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:49 smithi044 bash[32620]: cluster 2023-12-07T10:28:49.126782+0000 mgr.a (mgr.24293) 1543 : 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-07T10:28:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:49 smithi027 bash[31536]: cluster 2023-12-07T10:28:49.126782+0000 mgr.a (mgr.24293) 1543 : 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-07T10:28:50.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:50.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:50.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:50.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:50.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:50 smithi022 bash[28554]: audit 2023-12-07T10:28:49.990908+0000 mgr.a (mgr.24293) 1544 : audit 0 from='client.43569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:50 smithi044 bash[32620]: audit 2023-12-07T10:28:49.990908+0000 mgr.a (mgr.24293) 1544 : audit 0 from='client.43569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:50 smithi027 bash[31536]: audit 2023-12-07T10:28:49.990908+0000 mgr.a (mgr.24293) 1544 : audit 0 from='client.43569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:51 smithi022 bash[28554]: cluster 2023-12-07T10:28:51.127785+0000 mgr.a (mgr.24293) 1545 : cluster 0 pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:51 smithi044 bash[32620]: cluster 2023-12-07T10:28:51.127785+0000 mgr.a (mgr.24293) 1545 : cluster 0 pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:51 smithi027 bash[31536]: cluster 2023-12-07T10:28:51.127785+0000 mgr.a (mgr.24293) 1545 : cluster 0 pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:54 smithi027 bash[31536]: cluster 2023-12-07T10:28:53.128361+0000 mgr.a (mgr.24293) 1546 : cluster 0 pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:54 smithi022 bash[28554]: cluster 2023-12-07T10:28:53.128361+0000 mgr.a (mgr.24293) 1546 : cluster 0 pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:54 smithi044 bash[32620]: cluster 2023-12-07T10:28:53.128361+0000 mgr.a (mgr.24293) 1546 : cluster 0 pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:55.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:28:55.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:55.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:56.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:28:56.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:56.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:56.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:56.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:28:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:56 smithi027 bash[31536]: cluster 2023-12-07T10:28:55.128953+0000 mgr.a (mgr.24293) 1547 : cluster 0 pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:56 smithi022 bash[28554]: cluster 2023-12-07T10:28:55.128953+0000 mgr.a (mgr.24293) 1547 : cluster 0 pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:56 smithi044 bash[32620]: cluster 2023-12-07T10:28:55.128953+0000 mgr.a (mgr.24293) 1547 : cluster 0 pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:57 smithi027 bash[31536]: audit 2023-12-07T10:28:55.914907+0000 mgr.a (mgr.24293) 1548 : audit 0 from='client.43647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:57 smithi022 bash[28554]: audit 2023-12-07T10:28:55.914907+0000 mgr.a (mgr.24293) 1548 : audit 0 from='client.43647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:57 smithi044 bash[32620]: audit 2023-12-07T10:28:55.914907+0000 mgr.a (mgr.24293) 1548 : audit 0 from='client.43647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:58 smithi027 bash[31536]: cluster 2023-12-07T10:28:57.130009+0000 mgr.a (mgr.24293) 1549 : 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-07T10:28:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:58 smithi022 bash[28554]: cluster 2023-12-07T10:28:57.130009+0000 mgr.a (mgr.24293) 1549 : 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-07T10:28:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:58 smithi044 bash[32620]: cluster 2023-12-07T10:28:57.130009+0000 mgr.a (mgr.24293) 1549 : 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-07T10:28:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:28:59 smithi022 bash[28554]: cluster 2023-12-07T10:28:59.130616+0000 mgr.a (mgr.24293) 1550 : 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-07T10:28:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:28:59 smithi044 bash[32620]: cluster 2023-12-07T10:28:59.130616+0000 mgr.a (mgr.24293) 1550 : 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-07T10:28:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:28:59 smithi027 bash[31536]: cluster 2023-12-07T10:28:59.130616+0000 mgr.a (mgr.24293) 1550 : 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-07T10:29:01.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:01.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:01.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:02.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:02.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:02.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:02.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:02.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:02 smithi027 bash[31536]: cluster 2023-12-07T10:29:01.131373+0000 mgr.a (mgr.24293) 1551 : 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-07T10:29:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:02 smithi022 bash[28554]: cluster 2023-12-07T10:29:01.131373+0000 mgr.a (mgr.24293) 1551 : 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-07T10:29:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:02 smithi044 bash[32620]: cluster 2023-12-07T10:29:01.131373+0000 mgr.a (mgr.24293) 1551 : 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-07T10:29:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:03 smithi027 bash[31536]: audit 2023-12-07T10:29:01.848281+0000 mgr.a (mgr.24293) 1552 : audit 0 from='client.43722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:03 smithi022 bash[28554]: audit 2023-12-07T10:29:01.848281+0000 mgr.a (mgr.24293) 1552 : audit 0 from='client.43722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:03 smithi044 bash[32620]: audit 2023-12-07T10:29:01.848281+0000 mgr.a (mgr.24293) 1552 : audit 0 from='client.43722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:04 smithi027 bash[31536]: cluster 2023-12-07T10:29:03.132100+0000 mgr.a (mgr.24293) 1553 : cluster 0 pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:04 smithi022 bash[28554]: cluster 2023-12-07T10:29:03.132100+0000 mgr.a (mgr.24293) 1553 : cluster 0 pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:04 smithi044 bash[32620]: cluster 2023-12-07T10:29:03.132100+0000 mgr.a (mgr.24293) 1553 : cluster 0 pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:06 smithi022 bash[28554]: cluster 2023-12-07T10:29:05.132711+0000 mgr.a (mgr.24293) 1554 : cluster 0 pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:06 smithi044 bash[32620]: cluster 2023-12-07T10:29:05.132711+0000 mgr.a (mgr.24293) 1554 : cluster 0 pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:06 smithi027 bash[31536]: cluster 2023-12-07T10:29:05.132711+0000 mgr.a (mgr.24293) 1554 : cluster 0 pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:07.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:07.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:07.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:08.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:08.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:08.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:08.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:08.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:08 smithi022 bash[28554]: cluster 2023-12-07T10:29:07.133542+0000 mgr.a (mgr.24293) 1555 : cluster 0 pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:08 smithi044 bash[32620]: cluster 2023-12-07T10:29:07.133542+0000 mgr.a (mgr.24293) 1555 : cluster 0 pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:08 smithi027 bash[31536]: cluster 2023-12-07T10:29:07.133542+0000 mgr.a (mgr.24293) 1555 : cluster 0 pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:09 smithi022 bash[28554]: audit 2023-12-07T10:29:07.786064+0000 mgr.a (mgr.24293) 1556 : audit 0 from='client.43800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:09 smithi044 bash[32620]: audit 2023-12-07T10:29:07.786064+0000 mgr.a (mgr.24293) 1556 : audit 0 from='client.43800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:09 smithi027 bash[31536]: audit 2023-12-07T10:29:07.786064+0000 mgr.a (mgr.24293) 1556 : audit 0 from='client.43800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:10 smithi022 bash[28554]: cluster 2023-12-07T10:29:09.134271+0000 mgr.a (mgr.24293) 1557 : 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-07T10:29:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:10 smithi044 bash[32620]: cluster 2023-12-07T10:29:09.134271+0000 mgr.a (mgr.24293) 1557 : 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-07T10:29:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:10 smithi027 bash[31536]: cluster 2023-12-07T10:29:09.134271+0000 mgr.a (mgr.24293) 1557 : 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-07T10:29:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:12 smithi022 bash[28554]: cluster 2023-12-07T10:29:11.135077+0000 mgr.a (mgr.24293) 1558 : 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-07T10:29:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:12 smithi044 bash[32620]: cluster 2023-12-07T10:29:11.135077+0000 mgr.a (mgr.24293) 1558 : 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-07T10:29:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:12 smithi027 bash[31536]: cluster 2023-12-07T10:29:11.135077+0000 mgr.a (mgr.24293) 1558 : 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-07T10:29:13.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:13.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:13.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:14.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:14.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:14.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:14.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:14.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:14 smithi022 bash[28554]: cluster 2023-12-07T10:29:13.135689+0000 mgr.a (mgr.24293) 1559 : 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-07T10:29:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:14 smithi044 bash[32620]: cluster 2023-12-07T10:29:13.135689+0000 mgr.a (mgr.24293) 1559 : 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-07T10:29:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:14 smithi027 bash[31536]: cluster 2023-12-07T10:29:13.135689+0000 mgr.a (mgr.24293) 1559 : 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-07T10:29:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:15 smithi022 bash[28554]: audit 2023-12-07T10:29:13.699900+0000 mgr.a (mgr.24293) 1560 : audit 0 from='client.43878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:15 smithi022 bash[28554]: audit 2023-12-07T10:29:15.031795+0000 mon.a (mon.0) 684 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:29:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:15 smithi044 bash[32620]: audit 2023-12-07T10:29:13.699900+0000 mgr.a (mgr.24293) 1560 : audit 0 from='client.43878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:15 smithi044 bash[32620]: audit 2023-12-07T10:29:15.031795+0000 mon.a (mon.0) 684 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:29:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:15 smithi027 bash[31536]: audit 2023-12-07T10:29:13.699900+0000 mgr.a (mgr.24293) 1560 : audit 0 from='client.43878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:15 smithi027 bash[31536]: audit 2023-12-07T10:29:15.031795+0000 mon.a (mon.0) 684 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:29:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:16 smithi022 bash[28554]: cluster 2023-12-07T10:29:15.136338+0000 mgr.a (mgr.24293) 1561 : 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-07T10:29:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:16 smithi022 bash[28554]: audit 2023-12-07T10:29:15.769678+0000 mon.a (mon.0) 685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:29:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:16 smithi022 bash[28554]: audit 2023-12-07T10:29:15.770827+0000 mon.a (mon.0) 686 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:29:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:16 smithi022 bash[28554]: audit 2023-12-07T10:29:15.778583+0000 mon.a (mon.0) 687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:29:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:16 smithi044 bash[32620]: cluster 2023-12-07T10:29:15.136338+0000 mgr.a (mgr.24293) 1561 : 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-07T10:29:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:16 smithi044 bash[32620]: audit 2023-12-07T10:29:15.769678+0000 mon.a (mon.0) 685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:29:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:16 smithi044 bash[32620]: audit 2023-12-07T10:29:15.770827+0000 mon.a (mon.0) 686 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:29:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:16 smithi044 bash[32620]: audit 2023-12-07T10:29:15.778583+0000 mon.a (mon.0) 687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:29:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:16 smithi027 bash[31536]: cluster 2023-12-07T10:29:15.136338+0000 mgr.a (mgr.24293) 1561 : 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-07T10:29:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:16 smithi027 bash[31536]: audit 2023-12-07T10:29:15.769678+0000 mon.a (mon.0) 685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:29:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:16 smithi027 bash[31536]: audit 2023-12-07T10:29:15.770827+0000 mon.a (mon.0) 686 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:29:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:16 smithi027 bash[31536]: audit 2023-12-07T10:29:15.778583+0000 mon.a (mon.0) 687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:29:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:18 smithi022 bash[28554]: cluster 2023-12-07T10:29:17.137170+0000 mgr.a (mgr.24293) 1562 : 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-07T10:29:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:18 smithi044 bash[32620]: cluster 2023-12-07T10:29:17.137170+0000 mgr.a (mgr.24293) 1562 : 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-07T10:29:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:18 smithi027 bash[31536]: cluster 2023-12-07T10:29:17.137170+0000 mgr.a (mgr.24293) 1562 : 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-07T10:29:19.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:19.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:19.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:19 smithi022 bash[28554]: cluster 2023-12-07T10:29:19.137752+0000 mgr.a (mgr.24293) 1563 : 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-07T10:29:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:19 smithi044 bash[32620]: cluster 2023-12-07T10:29:19.137752+0000 mgr.a (mgr.24293) 1563 : 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-07T10:29:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:19 smithi027 bash[31536]: cluster 2023-12-07T10:29:19.137752+0000 mgr.a (mgr.24293) 1563 : 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-07T10:29:20.159 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:20.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:20.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:20.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:20.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:20 smithi022 bash[28554]: audit 2023-12-07T10:29:19.642565+0000 mgr.a (mgr.24293) 1564 : audit 0 from='client.43956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:20 smithi044 bash[32620]: audit 2023-12-07T10:29:19.642565+0000 mgr.a (mgr.24293) 1564 : audit 0 from='client.43956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:20 smithi027 bash[31536]: audit 2023-12-07T10:29:19.642565+0000 mgr.a (mgr.24293) 1564 : audit 0 from='client.43956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:21 smithi022 bash[28554]: cluster 2023-12-07T10:29:21.138668+0000 mgr.a (mgr.24293) 1565 : 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-07T10:29:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:21 smithi044 bash[32620]: cluster 2023-12-07T10:29:21.138668+0000 mgr.a (mgr.24293) 1565 : 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-07T10:29:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:21 smithi027 bash[31536]: cluster 2023-12-07T10:29:21.138668+0000 mgr.a (mgr.24293) 1565 : 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-07T10:29:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:24 smithi027 bash[31536]: cluster 2023-12-07T10:29:23.139222+0000 mgr.a (mgr.24293) 1566 : 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-07T10:29:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:24 smithi022 bash[28554]: cluster 2023-12-07T10:29:23.139222+0000 mgr.a (mgr.24293) 1566 : 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-07T10:29:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:24 smithi044 bash[32620]: cluster 2023-12-07T10:29:23.139222+0000 mgr.a (mgr.24293) 1566 : 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-07T10:29:25.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:25.163 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:25.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:26.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:26.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:26.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:26.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:26.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:26 smithi022 bash[28554]: cluster 2023-12-07T10:29:25.139829+0000 mgr.a (mgr.24293) 1567 : 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-07T10:29:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:26 smithi044 bash[32620]: cluster 2023-12-07T10:29:25.139829+0000 mgr.a (mgr.24293) 1567 : 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-07T10:29:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:26 smithi027 bash[31536]: cluster 2023-12-07T10:29:25.139829+0000 mgr.a (mgr.24293) 1567 : 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-07T10:29:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:27 smithi022 bash[28554]: audit 2023-12-07T10:29:25.578363+0000 mgr.a (mgr.24293) 1568 : audit 0 from='client.44031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:27 smithi044 bash[32620]: audit 2023-12-07T10:29:25.578363+0000 mgr.a (mgr.24293) 1568 : audit 0 from='client.44031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:27 smithi027 bash[31536]: audit 2023-12-07T10:29:25.578363+0000 mgr.a (mgr.24293) 1568 : audit 0 from='client.44031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:28 smithi022 bash[28554]: cluster 2023-12-07T10:29:27.140780+0000 mgr.a (mgr.24293) 1569 : cluster 0 pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:28 smithi044 bash[32620]: cluster 2023-12-07T10:29:27.140780+0000 mgr.a (mgr.24293) 1569 : cluster 0 pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:28 smithi027 bash[31536]: cluster 2023-12-07T10:29:27.140780+0000 mgr.a (mgr.24293) 1569 : cluster 0 pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:29 smithi022 bash[28554]: cluster 2023-12-07T10:29:29.141417+0000 mgr.a (mgr.24293) 1570 : cluster 0 pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:29:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:29 smithi044 bash[32620]: cluster 2023-12-07T10:29:29.141417+0000 mgr.a (mgr.24293) 1570 : cluster 0 pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:29:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:29 smithi027 bash[31536]: cluster 2023-12-07T10:29:29.141417+0000 mgr.a (mgr.24293) 1570 : cluster 0 pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:29:31.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:31.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:31.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:32.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:32.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:32.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:32.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:32.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:32 smithi027 bash[31536]: cluster 2023-12-07T10:29:31.142180+0000 mgr.a (mgr.24293) 1571 : 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-07T10:29:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:32 smithi022 bash[28554]: cluster 2023-12-07T10:29:31.142180+0000 mgr.a (mgr.24293) 1571 : 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-07T10:29:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:32 smithi044 bash[32620]: cluster 2023-12-07T10:29:31.142180+0000 mgr.a (mgr.24293) 1571 : 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-07T10:29:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:33 smithi022 bash[28554]: audit 2023-12-07T10:29:31.501794+0000 mgr.a (mgr.24293) 1572 : audit 0 from='client.44103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:33 smithi044 bash[32620]: audit 2023-12-07T10:29:31.501794+0000 mgr.a (mgr.24293) 1572 : audit 0 from='client.44103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:33 smithi027 bash[31536]: audit 2023-12-07T10:29:31.501794+0000 mgr.a (mgr.24293) 1572 : audit 0 from='client.44103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:34 smithi022 bash[28554]: cluster 2023-12-07T10:29:33.142905+0000 mgr.a (mgr.24293) 1573 : 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-07T10:29:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:34 smithi044 bash[32620]: cluster 2023-12-07T10:29:33.142905+0000 mgr.a (mgr.24293) 1573 : 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-07T10:29:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:34 smithi027 bash[31536]: cluster 2023-12-07T10:29:33.142905+0000 mgr.a (mgr.24293) 1573 : 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-07T10:29:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:36 smithi022 bash[28554]: cluster 2023-12-07T10:29:35.143504+0000 mgr.a (mgr.24293) 1574 : 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-07T10:29:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:36 smithi044 bash[32620]: cluster 2023-12-07T10:29:35.143504+0000 mgr.a (mgr.24293) 1574 : 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-07T10:29:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:36 smithi027 bash[31536]: cluster 2023-12-07T10:29:35.143504+0000 mgr.a (mgr.24293) 1574 : 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-07T10:29:37.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:37.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:37.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:37.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:37.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:37.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:37.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:37.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:38 smithi022 bash[28554]: cluster 2023-12-07T10:29:37.144508+0000 mgr.a (mgr.24293) 1575 : 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-07T10:29:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:38 smithi044 bash[32620]: cluster 2023-12-07T10:29:37.144508+0000 mgr.a (mgr.24293) 1575 : 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-07T10:29:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:38 smithi027 bash[31536]: cluster 2023-12-07T10:29:37.144508+0000 mgr.a (mgr.24293) 1575 : 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-07T10:29:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:39 smithi022 bash[28554]: audit 2023-12-07T10:29:37.428118+0000 mgr.a (mgr.24293) 1576 : audit 0 from='client.44178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:39 smithi044 bash[32620]: audit 2023-12-07T10:29:37.428118+0000 mgr.a (mgr.24293) 1576 : audit 0 from='client.44178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:39 smithi027 bash[31536]: audit 2023-12-07T10:29:37.428118+0000 mgr.a (mgr.24293) 1576 : audit 0 from='client.44178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:40 smithi022 bash[28554]: cluster 2023-12-07T10:29:39.145242+0000 mgr.a (mgr.24293) 1577 : cluster 0 pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:40 smithi044 bash[32620]: cluster 2023-12-07T10:29:39.145242+0000 mgr.a (mgr.24293) 1577 : cluster 0 pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:40 smithi027 bash[31536]: cluster 2023-12-07T10:29:39.145242+0000 mgr.a (mgr.24293) 1577 : cluster 0 pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:42 smithi022 bash[28554]: cluster 2023-12-07T10:29:41.146051+0000 mgr.a (mgr.24293) 1578 : cluster 0 pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:29:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:42 smithi044 bash[32620]: cluster 2023-12-07T10:29:41.146051+0000 mgr.a (mgr.24293) 1578 : cluster 0 pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:29:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:42 smithi027 bash[31536]: cluster 2023-12-07T10:29:41.146051+0000 mgr.a (mgr.24293) 1578 : cluster 0 pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:29:42.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:42.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:42.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:43.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:43.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:43.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:43.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:43.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:44 smithi022 bash[28554]: cluster 2023-12-07T10:29:43.146605+0000 mgr.a (mgr.24293) 1579 : 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-07T10:29:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:44 smithi044 bash[32620]: cluster 2023-12-07T10:29:43.146605+0000 mgr.a (mgr.24293) 1579 : 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-07T10:29:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:44 smithi027 bash[31536]: cluster 2023-12-07T10:29:43.146605+0000 mgr.a (mgr.24293) 1579 : 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-07T10:29:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:45 smithi022 bash[28554]: audit 2023-12-07T10:29:43.373571+0000 mgr.a (mgr.24293) 1580 : audit 0 from='client.44256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:45 smithi044 bash[32620]: audit 2023-12-07T10:29:43.373571+0000 mgr.a (mgr.24293) 1580 : audit 0 from='client.44256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:45 smithi027 bash[31536]: audit 2023-12-07T10:29:43.373571+0000 mgr.a (mgr.24293) 1580 : audit 0 from='client.44256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:46 smithi022 bash[28554]: cluster 2023-12-07T10:29:45.147256+0000 mgr.a (mgr.24293) 1581 : 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-07T10:29:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:46 smithi044 bash[32620]: cluster 2023-12-07T10:29:45.147256+0000 mgr.a (mgr.24293) 1581 : 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-07T10:29:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:46 smithi027 bash[31536]: cluster 2023-12-07T10:29:45.147256+0000 mgr.a (mgr.24293) 1581 : 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-07T10:29:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:48 smithi022 bash[28554]: cluster 2023-12-07T10:29:47.148097+0000 mgr.a (mgr.24293) 1582 : 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-07T10:29:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:48 smithi044 bash[32620]: cluster 2023-12-07T10:29:47.148097+0000 mgr.a (mgr.24293) 1582 : 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-07T10:29:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:48 smithi027 bash[31536]: cluster 2023-12-07T10:29:47.148097+0000 mgr.a (mgr.24293) 1582 : 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-07T10:29:48.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:48.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:48.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:49 smithi022 bash[28554]: cluster 2023-12-07T10:29:49.148683+0000 mgr.a (mgr.24293) 1583 : 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-07T10:29:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:49 smithi044 bash[32620]: cluster 2023-12-07T10:29:49.148683+0000 mgr.a (mgr.24293) 1583 : 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-07T10:29:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:49 smithi027 bash[31536]: cluster 2023-12-07T10:29:49.148683+0000 mgr.a (mgr.24293) 1583 : 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-07T10:29:49.820 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:50 smithi022 bash[28554]: audit 2023-12-07T10:29:49.301851+0000 mgr.a (mgr.24293) 1584 : audit 0 from='client.44331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:50 smithi044 bash[32620]: audit 2023-12-07T10:29:49.301851+0000 mgr.a (mgr.24293) 1584 : audit 0 from='client.44331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:50 smithi027 bash[31536]: audit 2023-12-07T10:29:49.301851+0000 mgr.a (mgr.24293) 1584 : audit 0 from='client.44331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:51 smithi022 bash[28554]: cluster 2023-12-07T10:29:51.149569+0000 mgr.a (mgr.24293) 1585 : 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-07T10:29:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:51 smithi044 bash[32620]: cluster 2023-12-07T10:29:51.149569+0000 mgr.a (mgr.24293) 1585 : 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-07T10:29:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:51 smithi027 bash[31536]: cluster 2023-12-07T10:29:51.149569+0000 mgr.a (mgr.24293) 1585 : 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-07T10:29:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:54 smithi022 bash[28554]: cluster 2023-12-07T10:29:53.150167+0000 mgr.a (mgr.24293) 1586 : 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-07T10:29:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:54 smithi044 bash[32620]: cluster 2023-12-07T10:29:53.150167+0000 mgr.a (mgr.24293) 1586 : 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-07T10:29:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:54 smithi027 bash[31536]: cluster 2023-12-07T10:29:53.150167+0000 mgr.a (mgr.24293) 1586 : 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-07T10:29:54.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:29:54.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:54.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:55.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:55.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:55.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:55.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:29:55.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:29:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:56 smithi022 bash[28554]: cluster 2023-12-07T10:29:55.150722+0000 mgr.a (mgr.24293) 1587 : 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-07T10:29:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:56 smithi022 bash[28554]: audit 2023-12-07T10:29:55.239041+0000 mgr.a (mgr.24293) 1588 : audit 0 from='client.44406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:56 smithi044 bash[32620]: cluster 2023-12-07T10:29:55.150722+0000 mgr.a (mgr.24293) 1587 : 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-07T10:29:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:56 smithi044 bash[32620]: audit 2023-12-07T10:29:55.239041+0000 mgr.a (mgr.24293) 1588 : audit 0 from='client.44406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:56 smithi027 bash[31536]: cluster 2023-12-07T10:29:55.150722+0000 mgr.a (mgr.24293) 1587 : 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-07T10:29:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:56 smithi027 bash[31536]: audit 2023-12-07T10:29:55.239041+0000 mgr.a (mgr.24293) 1588 : audit 0 from='client.44406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:58 smithi022 bash[28554]: cluster 2023-12-07T10:29:57.151728+0000 mgr.a (mgr.24293) 1589 : cluster 0 pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:29:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:58 smithi044 bash[32620]: cluster 2023-12-07T10:29:57.151728+0000 mgr.a (mgr.24293) 1589 : cluster 0 pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:29:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:58 smithi027 bash[31536]: cluster 2023-12-07T10:29:57.151728+0000 mgr.a (mgr.24293) 1589 : cluster 0 pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:29:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:29:59 smithi022 bash[28554]: cluster 2023-12-07T10:29:59.152295+0000 mgr.a (mgr.24293) 1590 : cluster 0 pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:29:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:29:59 smithi044 bash[32620]: cluster 2023-12-07T10:29:59.152295+0000 mgr.a (mgr.24293) 1590 : cluster 0 pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:29:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:29:59 smithi027 bash[31536]: cluster 2023-12-07T10:29:59.152295+0000 mgr.a (mgr.24293) 1590 : cluster 0 pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:30:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:00 smithi022 bash[28554]: cluster 2023-12-07T10:30:00.000127+0000 mon.a (mon.0) 688 : cluster 1 overall HEALTH_OK 2023-12-07T10:30:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:00 smithi044 bash[32620]: cluster 2023-12-07T10:30:00.000127+0000 mon.a (mon.0) 688 : cluster 1 overall HEALTH_OK 2023-12-07T10:30:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:00 smithi027 bash[31536]: cluster 2023-12-07T10:30:00.000127+0000 mon.a (mon.0) 688 : cluster 1 overall HEALTH_OK 2023-12-07T10:30:00.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:00.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:00.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:01 smithi022 bash[28554]: cluster 2023-12-07T10:30:01.153051+0000 mgr.a (mgr.24293) 1591 : 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-07T10:30:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:01 smithi022 bash[28554]: audit 2023-12-07T10:30:01.163908+0000 mgr.a (mgr.24293) 1592 : audit 0 from='client.44478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:01 smithi044 bash[32620]: cluster 2023-12-07T10:30:01.153051+0000 mgr.a (mgr.24293) 1591 : 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-07T10:30:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:01 smithi044 bash[32620]: audit 2023-12-07T10:30:01.163908+0000 mgr.a (mgr.24293) 1592 : audit 0 from='client.44478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:01.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:01.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:01.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:01.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:01.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:01 smithi027 bash[31536]: cluster 2023-12-07T10:30:01.153051+0000 mgr.a (mgr.24293) 1591 : 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-07T10:30:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:01 smithi027 bash[31536]: audit 2023-12-07T10:30:01.163908+0000 mgr.a (mgr.24293) 1592 : audit 0 from='client.44478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:04 smithi022 bash[28554]: cluster 2023-12-07T10:30:03.153739+0000 mgr.a (mgr.24293) 1593 : 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-07T10:30:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:04 smithi044 bash[32620]: cluster 2023-12-07T10:30:03.153739+0000 mgr.a (mgr.24293) 1593 : 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-07T10:30:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:04 smithi027 bash[31536]: cluster 2023-12-07T10:30:03.153739+0000 mgr.a (mgr.24293) 1593 : 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-07T10:30:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:06 smithi022 bash[28554]: cluster 2023-12-07T10:30:05.154311+0000 mgr.a (mgr.24293) 1594 : 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-07T10:30:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:06 smithi044 bash[32620]: cluster 2023-12-07T10:30:05.154311+0000 mgr.a (mgr.24293) 1594 : 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-07T10:30:06.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:06.682 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:06.682 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:06 smithi027 bash[31536]: cluster 2023-12-07T10:30:05.154311+0000 mgr.a (mgr.24293) 1594 : 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-07T10:30:07.597 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:08 smithi022 bash[28554]: audit 2023-12-07T10:30:07.087370+0000 mgr.a (mgr.24293) 1595 : audit 0 from='client.44553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:08 smithi022 bash[28554]: cluster 2023-12-07T10:30:07.155037+0000 mgr.a (mgr.24293) 1596 : 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-07T10:30:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:08 smithi044 bash[32620]: audit 2023-12-07T10:30:07.087370+0000 mgr.a (mgr.24293) 1595 : audit 0 from='client.44553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:08 smithi044 bash[32620]: cluster 2023-12-07T10:30:07.155037+0000 mgr.a (mgr.24293) 1596 : 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-07T10:30:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:08 smithi027 bash[31536]: audit 2023-12-07T10:30:07.087370+0000 mgr.a (mgr.24293) 1595 : audit 0 from='client.44553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:08 smithi027 bash[31536]: cluster 2023-12-07T10:30:07.155037+0000 mgr.a (mgr.24293) 1596 : 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-07T10:30:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:09 smithi022 bash[28554]: cluster 2023-12-07T10:30:09.155735+0000 mgr.a (mgr.24293) 1597 : cluster 0 pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:09 smithi044 bash[32620]: cluster 2023-12-07T10:30:09.155735+0000 mgr.a (mgr.24293) 1597 : cluster 0 pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:09 smithi027 bash[31536]: cluster 2023-12-07T10:30:09.155735+0000 mgr.a (mgr.24293) 1597 : cluster 0 pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:12.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:12.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:12.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:12 smithi022 bash[28554]: cluster 2023-12-07T10:30:11.156692+0000 mgr.a (mgr.24293) 1598 : cluster 0 pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:30:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:12 smithi044 bash[32620]: cluster 2023-12-07T10:30:11.156692+0000 mgr.a (mgr.24293) 1598 : cluster 0 pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:30:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:12 smithi027 bash[31536]: cluster 2023-12-07T10:30:11.156692+0000 mgr.a (mgr.24293) 1598 : cluster 0 pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:30:13.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:13.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:13.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:13.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:13.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:14 smithi022 bash[28554]: audit 2023-12-07T10:30:13.009674+0000 mgr.a (mgr.24293) 1599 : audit 0 from='client.44628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:14 smithi022 bash[28554]: cluster 2023-12-07T10:30:13.158952+0000 mgr.a (mgr.24293) 1600 : 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-07T10:30:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:14 smithi044 bash[32620]: audit 2023-12-07T10:30:13.009674+0000 mgr.a (mgr.24293) 1599 : audit 0 from='client.44628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:14 smithi044 bash[32620]: cluster 2023-12-07T10:30:13.158952+0000 mgr.a (mgr.24293) 1600 : 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-07T10:30:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:14 smithi027 bash[31536]: audit 2023-12-07T10:30:13.009674+0000 mgr.a (mgr.24293) 1599 : audit 0 from='client.44628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:14 smithi027 bash[31536]: cluster 2023-12-07T10:30:13.158952+0000 mgr.a (mgr.24293) 1600 : 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-07T10:30:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:16 smithi022 bash[28554]: cluster 2023-12-07T10:30:15.159839+0000 mgr.a (mgr.24293) 1601 : 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-07T10:30:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:16 smithi022 bash[28554]: audit 2023-12-07T10:30:15.880960+0000 mon.a (mon.0) 689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:30:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:16 smithi044 bash[32620]: cluster 2023-12-07T10:30:15.159839+0000 mgr.a (mgr.24293) 1601 : 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-07T10:30:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:16 smithi044 bash[32620]: audit 2023-12-07T10:30:15.880960+0000 mon.a (mon.0) 689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:30:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:16 smithi027 bash[31536]: cluster 2023-12-07T10:30:15.159839+0000 mgr.a (mgr.24293) 1601 : 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-07T10:30:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:16 smithi027 bash[31536]: audit 2023-12-07T10:30:15.880960+0000 mon.a (mon.0) 689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:30:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:17 smithi022 bash[28554]: audit 2023-12-07T10:30:16.626921+0000 mon.a (mon.0) 690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:30:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:17 smithi022 bash[28554]: audit 2023-12-07T10:30:16.628651+0000 mon.a (mon.0) 691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:30:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:17 smithi022 bash[28554]: audit 2023-12-07T10:30:16.637899+0000 mon.a (mon.0) 692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:30:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:17 smithi044 bash[32620]: audit 2023-12-07T10:30:16.626921+0000 mon.a (mon.0) 690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:30:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:17 smithi044 bash[32620]: audit 2023-12-07T10:30:16.628651+0000 mon.a (mon.0) 691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:30:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:17 smithi044 bash[32620]: audit 2023-12-07T10:30:16.637899+0000 mon.a (mon.0) 692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:30:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:17 smithi027 bash[31536]: audit 2023-12-07T10:30:16.626921+0000 mon.a (mon.0) 690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:30:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:17 smithi027 bash[31536]: audit 2023-12-07T10:30:16.628651+0000 mon.a (mon.0) 691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:30:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:17 smithi027 bash[31536]: audit 2023-12-07T10:30:16.637899+0000 mon.a (mon.0) 692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:30:18.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:18.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:18.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:18 smithi022 bash[28554]: cluster 2023-12-07T10:30:17.160626+0000 mgr.a (mgr.24293) 1602 : 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-07T10:30:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:18 smithi044 bash[32620]: cluster 2023-12-07T10:30:17.160626+0000 mgr.a (mgr.24293) 1602 : 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-07T10:30:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:18 smithi027 bash[31536]: cluster 2023-12-07T10:30:17.160626+0000 mgr.a (mgr.24293) 1602 : 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-07T10:30:19.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:19.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:19.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:19.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:19.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:19 smithi022 bash[28554]: audit 2023-12-07T10:30:18.928582+0000 mgr.a (mgr.24293) 1603 : audit 0 from='client.44703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:19 smithi022 bash[28554]: cluster 2023-12-07T10:30:19.161162+0000 mgr.a (mgr.24293) 1604 : 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-07T10:30:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:19 smithi044 bash[32620]: audit 2023-12-07T10:30:18.928582+0000 mgr.a (mgr.24293) 1603 : audit 0 from='client.44703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:19 smithi044 bash[32620]: cluster 2023-12-07T10:30:19.161162+0000 mgr.a (mgr.24293) 1604 : 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-07T10:30:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:19 smithi027 bash[31536]: audit 2023-12-07T10:30:18.928582+0000 mgr.a (mgr.24293) 1603 : audit 0 from='client.44703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:19 smithi027 bash[31536]: cluster 2023-12-07T10:30:19.161162+0000 mgr.a (mgr.24293) 1604 : 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-07T10:30:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:22 smithi022 bash[28554]: cluster 2023-12-07T10:30:21.162004+0000 mgr.a (mgr.24293) 1605 : 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-07T10:30:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:22 smithi044 bash[32620]: cluster 2023-12-07T10:30:21.162004+0000 mgr.a (mgr.24293) 1605 : 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-07T10:30:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:22 smithi027 bash[31536]: cluster 2023-12-07T10:30:21.162004+0000 mgr.a (mgr.24293) 1605 : 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-07T10:30:24.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:24.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:24.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:24 smithi022 bash[28554]: cluster 2023-12-07T10:30:23.162605+0000 mgr.a (mgr.24293) 1606 : 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-07T10:30:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:24 smithi044 bash[32620]: cluster 2023-12-07T10:30:23.162605+0000 mgr.a (mgr.24293) 1606 : 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-07T10:30:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:24 smithi027 bash[31536]: cluster 2023-12-07T10:30:23.162605+0000 mgr.a (mgr.24293) 1606 : 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-07T10:30:25.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:25.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:25.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:25.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:25.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:26 smithi022 bash[28554]: audit 2023-12-07T10:30:24.874629+0000 mgr.a (mgr.24293) 1607 : audit 0 from='client.44775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:26 smithi022 bash[28554]: cluster 2023-12-07T10:30:25.163410+0000 mgr.a (mgr.24293) 1608 : 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-07T10:30:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:26 smithi044 bash[32620]: audit 2023-12-07T10:30:24.874629+0000 mgr.a (mgr.24293) 1607 : audit 0 from='client.44775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:26 smithi044 bash[32620]: cluster 2023-12-07T10:30:25.163410+0000 mgr.a (mgr.24293) 1608 : 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-07T10:30:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:26 smithi027 bash[31536]: audit 2023-12-07T10:30:24.874629+0000 mgr.a (mgr.24293) 1607 : audit 0 from='client.44775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:26 smithi027 bash[31536]: cluster 2023-12-07T10:30:25.163410+0000 mgr.a (mgr.24293) 1608 : 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-07T10:30:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:28 smithi022 bash[28554]: cluster 2023-12-07T10:30:27.164286+0000 mgr.a (mgr.24293) 1609 : cluster 0 pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:30:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:28 smithi044 bash[32620]: cluster 2023-12-07T10:30:27.164286+0000 mgr.a (mgr.24293) 1609 : cluster 0 pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:30:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:28 smithi027 bash[31536]: cluster 2023-12-07T10:30:27.164286+0000 mgr.a (mgr.24293) 1609 : cluster 0 pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:30:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:29 smithi022 bash[28554]: cluster 2023-12-07T10:30:29.164890+0000 mgr.a (mgr.24293) 1610 : cluster 0 pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:29 smithi044 bash[32620]: cluster 2023-12-07T10:30:29.164890+0000 mgr.a (mgr.24293) 1610 : cluster 0 pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:29 smithi027 bash[31536]: cluster 2023-12-07T10:30:29.164890+0000 mgr.a (mgr.24293) 1610 : cluster 0 pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:30.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:30.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:30.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:31.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:31.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:31.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:31.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:31.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:32 smithi022 bash[28554]: audit 2023-12-07T10:30:30.820811+0000 mgr.a (mgr.24293) 1611 : audit 0 from='client.44850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:32 smithi022 bash[28554]: cluster 2023-12-07T10:30:31.165849+0000 mgr.a (mgr.24293) 1612 : cluster 0 pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:32 smithi044 bash[32620]: audit 2023-12-07T10:30:30.820811+0000 mgr.a (mgr.24293) 1611 : audit 0 from='client.44850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:32 smithi044 bash[32620]: cluster 2023-12-07T10:30:31.165849+0000 mgr.a (mgr.24293) 1612 : cluster 0 pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:32 smithi027 bash[31536]: audit 2023-12-07T10:30:30.820811+0000 mgr.a (mgr.24293) 1611 : audit 0 from='client.44850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:32 smithi027 bash[31536]: cluster 2023-12-07T10:30:31.165849+0000 mgr.a (mgr.24293) 1612 : cluster 0 pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:34 smithi022 bash[28554]: cluster 2023-12-07T10:30:33.166530+0000 mgr.a (mgr.24293) 1613 : cluster 0 pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:30:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:34 smithi044 bash[32620]: cluster 2023-12-07T10:30:33.166530+0000 mgr.a (mgr.24293) 1613 : cluster 0 pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:30:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:34 smithi027 bash[31536]: cluster 2023-12-07T10:30:33.166530+0000 mgr.a (mgr.24293) 1613 : cluster 0 pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:30:36.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:36.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:36.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:36 smithi022 bash[28554]: cluster 2023-12-07T10:30:35.167124+0000 mgr.a (mgr.24293) 1614 : cluster 0 pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:30:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:36 smithi044 bash[32620]: cluster 2023-12-07T10:30:35.167124+0000 mgr.a (mgr.24293) 1614 : cluster 0 pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:30:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:36 smithi027 bash[31536]: cluster 2023-12-07T10:30:35.167124+0000 mgr.a (mgr.24293) 1614 : cluster 0 pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:30:37.260 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:37.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:37.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:37.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:37.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:38 smithi022 bash[28554]: audit 2023-12-07T10:30:36.760148+0000 mgr.a (mgr.24293) 1615 : audit 0 from='client.44928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:38 smithi022 bash[28554]: cluster 2023-12-07T10:30:37.168359+0000 mgr.a (mgr.24293) 1616 : 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-07T10:30:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:38 smithi044 bash[32620]: audit 2023-12-07T10:30:36.760148+0000 mgr.a (mgr.24293) 1615 : audit 0 from='client.44928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:38 smithi044 bash[32620]: cluster 2023-12-07T10:30:37.168359+0000 mgr.a (mgr.24293) 1616 : 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-07T10:30:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:38 smithi027 bash[31536]: audit 2023-12-07T10:30:36.760148+0000 mgr.a (mgr.24293) 1615 : audit 0 from='client.44928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:38 smithi027 bash[31536]: cluster 2023-12-07T10:30:37.168359+0000 mgr.a (mgr.24293) 1616 : 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-07T10:30:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:39 smithi022 bash[28554]: cluster 2023-12-07T10:30:39.169016+0000 mgr.a (mgr.24293) 1617 : cluster 0 pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:30:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:39 smithi044 bash[32620]: cluster 2023-12-07T10:30:39.169016+0000 mgr.a (mgr.24293) 1617 : cluster 0 pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:30:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:39 smithi027 bash[31536]: cluster 2023-12-07T10:30:39.169016+0000 mgr.a (mgr.24293) 1617 : cluster 0 pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:30:42.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:42.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:42.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:42 smithi022 bash[28554]: cluster 2023-12-07T10:30:41.169791+0000 mgr.a (mgr.24293) 1618 : cluster 0 pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:30:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:42 smithi044 bash[32620]: cluster 2023-12-07T10:30:41.169791+0000 mgr.a (mgr.24293) 1618 : cluster 0 pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:30:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:42 smithi027 bash[31536]: cluster 2023-12-07T10:30:41.169791+0000 mgr.a (mgr.24293) 1618 : cluster 0 pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:30:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:43.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:43.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:43.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:43.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:44 smithi022 bash[28554]: audit 2023-12-07T10:30:42.678193+0000 mgr.a (mgr.24293) 1619 : audit 0 from='client.45000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:44 smithi022 bash[28554]: cluster 2023-12-07T10:30:43.170362+0000 mgr.a (mgr.24293) 1620 : cluster 0 pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:44 smithi044 bash[32620]: audit 2023-12-07T10:30:42.678193+0000 mgr.a (mgr.24293) 1619 : audit 0 from='client.45000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:44 smithi044 bash[32620]: cluster 2023-12-07T10:30:43.170362+0000 mgr.a (mgr.24293) 1620 : cluster 0 pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:44 smithi027 bash[31536]: audit 2023-12-07T10:30:42.678193+0000 mgr.a (mgr.24293) 1619 : audit 0 from='client.45000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:44 smithi027 bash[31536]: cluster 2023-12-07T10:30:43.170362+0000 mgr.a (mgr.24293) 1620 : cluster 0 pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:46 smithi022 bash[28554]: cluster 2023-12-07T10:30:45.170942+0000 mgr.a (mgr.24293) 1621 : cluster 0 pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:46 smithi044 bash[32620]: cluster 2023-12-07T10:30:45.170942+0000 mgr.a (mgr.24293) 1621 : cluster 0 pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:46 smithi027 bash[31536]: cluster 2023-12-07T10:30:45.170942+0000 mgr.a (mgr.24293) 1621 : cluster 0 pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:30:48.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:48.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:48.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:48 smithi022 bash[28554]: cluster 2023-12-07T10:30:47.171754+0000 mgr.a (mgr.24293) 1622 : cluster 0 pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:30:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:48 smithi044 bash[32620]: cluster 2023-12-07T10:30:47.171754+0000 mgr.a (mgr.24293) 1622 : cluster 0 pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:30:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:48 smithi027 bash[31536]: cluster 2023-12-07T10:30:47.171754+0000 mgr.a (mgr.24293) 1622 : cluster 0 pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:30:49.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:49.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:49.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:49.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:49.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:49 smithi022 bash[28554]: audit 2023-12-07T10:30:48.617843+0000 mgr.a (mgr.24293) 1623 : audit 0 from='client.45072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:49 smithi022 bash[28554]: cluster 2023-12-07T10:30:49.172479+0000 mgr.a (mgr.24293) 1624 : 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-07T10:30:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:49 smithi044 bash[32620]: audit 2023-12-07T10:30:48.617843+0000 mgr.a (mgr.24293) 1623 : audit 0 from='client.45072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:49 smithi044 bash[32620]: cluster 2023-12-07T10:30:49.172479+0000 mgr.a (mgr.24293) 1624 : 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-07T10:30:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:49 smithi027 bash[31536]: audit 2023-12-07T10:30:48.617843+0000 mgr.a (mgr.24293) 1623 : audit 0 from='client.45072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:49 smithi027 bash[31536]: cluster 2023-12-07T10:30:49.172479+0000 mgr.a (mgr.24293) 1624 : 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-07T10:30:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:52 smithi022 bash[28554]: cluster 2023-12-07T10:30:51.173334+0000 mgr.a (mgr.24293) 1625 : 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-07T10:30:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:52 smithi044 bash[32620]: cluster 2023-12-07T10:30:51.173334+0000 mgr.a (mgr.24293) 1625 : 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-07T10:30:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:52 smithi027 bash[31536]: cluster 2023-12-07T10:30:51.173334+0000 mgr.a (mgr.24293) 1625 : 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-07T10:30:54.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:30:54.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:54.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:54 smithi022 bash[28554]: cluster 2023-12-07T10:30:53.173886+0000 mgr.a (mgr.24293) 1626 : 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-07T10:30:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:54 smithi044 bash[32620]: cluster 2023-12-07T10:30:53.173886+0000 mgr.a (mgr.24293) 1626 : 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-07T10:30:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:54 smithi027 bash[31536]: cluster 2023-12-07T10:30:53.173886+0000 mgr.a (mgr.24293) 1626 : 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-07T10:30:55.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:30:55.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:55.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:55.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:55.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:30:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:56 smithi022 bash[28554]: audit 2023-12-07T10:30:54.545090+0000 mgr.a (mgr.24293) 1627 : audit 0 from='client.45150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:56 smithi022 bash[28554]: cluster 2023-12-07T10:30:55.174712+0000 mgr.a (mgr.24293) 1628 : 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-07T10:30:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:56 smithi044 bash[32620]: audit 2023-12-07T10:30:54.545090+0000 mgr.a (mgr.24293) 1627 : audit 0 from='client.45150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:56 smithi044 bash[32620]: cluster 2023-12-07T10:30:55.174712+0000 mgr.a (mgr.24293) 1628 : 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-07T10:30:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:56 smithi027 bash[31536]: audit 2023-12-07T10:30:54.545090+0000 mgr.a (mgr.24293) 1627 : audit 0 from='client.45150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:56 smithi027 bash[31536]: cluster 2023-12-07T10:30:55.174712+0000 mgr.a (mgr.24293) 1628 : 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-07T10:30:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:58 smithi022 bash[28554]: cluster 2023-12-07T10:30:57.175600+0000 mgr.a (mgr.24293) 1629 : 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-07T10:30:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:58 smithi044 bash[32620]: cluster 2023-12-07T10:30:57.175600+0000 mgr.a (mgr.24293) 1629 : 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-07T10:30:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:58 smithi027 bash[31536]: cluster 2023-12-07T10:30:57.175600+0000 mgr.a (mgr.24293) 1629 : 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-07T10:30:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:30:59 smithi022 bash[28554]: cluster 2023-12-07T10:30:59.176111+0000 mgr.a (mgr.24293) 1630 : 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-07T10:30:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:30:59 smithi044 bash[32620]: cluster 2023-12-07T10:30:59.176111+0000 mgr.a (mgr.24293) 1630 : 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-07T10:30:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:30:59 smithi027 bash[31536]: cluster 2023-12-07T10:30:59.176111+0000 mgr.a (mgr.24293) 1630 : 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-07T10:31:00.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:00.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:00.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:01.037 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:01.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:01.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:01.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:01.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:02 smithi022 bash[28554]: audit 2023-12-07T10:31:00.477500+0000 mgr.a (mgr.24293) 1631 : audit 0 from='client.45228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:02 smithi022 bash[28554]: cluster 2023-12-07T10:31:01.177194+0000 mgr.a (mgr.24293) 1632 : cluster 0 pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:02 smithi044 bash[32620]: audit 2023-12-07T10:31:00.477500+0000 mgr.a (mgr.24293) 1631 : audit 0 from='client.45228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:02 smithi044 bash[32620]: cluster 2023-12-07T10:31:01.177194+0000 mgr.a (mgr.24293) 1632 : cluster 0 pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:02 smithi027 bash[31536]: audit 2023-12-07T10:31:00.477500+0000 mgr.a (mgr.24293) 1631 : audit 0 from='client.45228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:02 smithi027 bash[31536]: cluster 2023-12-07T10:31:01.177194+0000 mgr.a (mgr.24293) 1632 : cluster 0 pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:04 smithi022 bash[28554]: cluster 2023-12-07T10:31:03.177768+0000 mgr.a (mgr.24293) 1633 : cluster 0 pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:04 smithi044 bash[32620]: cluster 2023-12-07T10:31:03.177768+0000 mgr.a (mgr.24293) 1633 : cluster 0 pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:04 smithi027 bash[31536]: cluster 2023-12-07T10:31:03.177768+0000 mgr.a (mgr.24293) 1633 : cluster 0 pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:06.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:06.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:06.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:06 smithi022 bash[28554]: cluster 2023-12-07T10:31:05.178333+0000 mgr.a (mgr.24293) 1634 : cluster 0 pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:06 smithi044 bash[32620]: cluster 2023-12-07T10:31:05.178333+0000 mgr.a (mgr.24293) 1634 : cluster 0 pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:06 smithi027 bash[31536]: cluster 2023-12-07T10:31:05.178333+0000 mgr.a (mgr.24293) 1634 : cluster 0 pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:06.984 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:06.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:06.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:06.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:06.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:08 smithi022 bash[28554]: audit 2023-12-07T10:31:06.455938+0000 mgr.a (mgr.24293) 1635 : audit 0 from='client.45300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:08 smithi022 bash[28554]: cluster 2023-12-07T10:31:07.179404+0000 mgr.a (mgr.24293) 1636 : cluster 0 pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:08 smithi044 bash[32620]: audit 2023-12-07T10:31:06.455938+0000 mgr.a (mgr.24293) 1635 : audit 0 from='client.45300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:08 smithi044 bash[32620]: cluster 2023-12-07T10:31:07.179404+0000 mgr.a (mgr.24293) 1636 : cluster 0 pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:08 smithi027 bash[31536]: audit 2023-12-07T10:31:06.455938+0000 mgr.a (mgr.24293) 1635 : audit 0 from='client.45300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:08 smithi027 bash[31536]: cluster 2023-12-07T10:31:07.179404+0000 mgr.a (mgr.24293) 1636 : cluster 0 pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:09 smithi022 bash[28554]: cluster 2023-12-07T10:31:09.179993+0000 mgr.a (mgr.24293) 1637 : cluster 0 pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:09 smithi044 bash[32620]: cluster 2023-12-07T10:31:09.179993+0000 mgr.a (mgr.24293) 1637 : cluster 0 pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:09 smithi027 bash[31536]: cluster 2023-12-07T10:31:09.179993+0000 mgr.a (mgr.24293) 1637 : cluster 0 pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:11.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:11.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:11.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:12 smithi022 bash[28554]: cluster 2023-12-07T10:31:11.180734+0000 mgr.a (mgr.24293) 1638 : 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-07T10:31:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:12 smithi044 bash[32620]: cluster 2023-12-07T10:31:11.180734+0000 mgr.a (mgr.24293) 1638 : 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-07T10:31:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:12 smithi027 bash[31536]: cluster 2023-12-07T10:31:11.180734+0000 mgr.a (mgr.24293) 1638 : 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-07T10:31:12.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:12.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:12.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:12.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:12.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:14 smithi022 bash[28554]: audit 2023-12-07T10:31:12.391807+0000 mgr.a (mgr.24293) 1639 : audit 0 from='client.45375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:14 smithi022 bash[28554]: cluster 2023-12-07T10:31:13.181476+0000 mgr.a (mgr.24293) 1640 : cluster 0 pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:14 smithi044 bash[32620]: audit 2023-12-07T10:31:12.391807+0000 mgr.a (mgr.24293) 1639 : audit 0 from='client.45375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:14 smithi044 bash[32620]: cluster 2023-12-07T10:31:13.181476+0000 mgr.a (mgr.24293) 1640 : cluster 0 pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:14 smithi027 bash[31536]: audit 2023-12-07T10:31:12.391807+0000 mgr.a (mgr.24293) 1639 : audit 0 from='client.45375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:14 smithi027 bash[31536]: cluster 2023-12-07T10:31:13.181476+0000 mgr.a (mgr.24293) 1640 : cluster 0 pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:16 smithi022 bash[28554]: cluster 2023-12-07T10:31:15.182070+0000 mgr.a (mgr.24293) 1641 : cluster 0 pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:16 smithi044 bash[32620]: cluster 2023-12-07T10:31:15.182070+0000 mgr.a (mgr.24293) 1641 : cluster 0 pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:16 smithi027 bash[31536]: cluster 2023-12-07T10:31:15.182070+0000 mgr.a (mgr.24293) 1641 : cluster 0 pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:17 smithi022 bash[28554]: audit 2023-12-07T10:31:16.741355+0000 mon.a (mon.0) 693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:31:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:17 smithi044 bash[32620]: audit 2023-12-07T10:31:16.741355+0000 mon.a (mon.0) 693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:31:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:17 smithi027 bash[31536]: audit 2023-12-07T10:31:16.741355+0000 mon.a (mon.0) 693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:31:17.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:17.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:17.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:18 smithi022 bash[28554]: cluster 2023-12-07T10:31:17.182871+0000 mgr.a (mgr.24293) 1642 : cluster 0 pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:18 smithi022 bash[28554]: audit 2023-12-07T10:31:17.536221+0000 mon.a (mon.0) 694 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:18 smithi022 bash[28554]: audit 2023-12-07T10:31:17.538151+0000 mon.a (mon.0) 695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:18 smithi022 bash[28554]: audit 2023-12-07T10:31:17.547768+0000 mon.a (mon.0) 696 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:18 smithi044 bash[32620]: cluster 2023-12-07T10:31:17.182871+0000 mgr.a (mgr.24293) 1642 : cluster 0 pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:18 smithi044 bash[32620]: audit 2023-12-07T10:31:17.536221+0000 mon.a (mon.0) 694 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:18 smithi044 bash[32620]: audit 2023-12-07T10:31:17.538151+0000 mon.a (mon.0) 695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:31:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:18 smithi044 bash[32620]: audit 2023-12-07T10:31:17.547768+0000 mon.a (mon.0) 696 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:31:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:18 smithi027 bash[31536]: cluster 2023-12-07T10:31:17.182871+0000 mgr.a (mgr.24293) 1642 : cluster 0 pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:18 smithi027 bash[31536]: audit 2023-12-07T10:31:17.536221+0000 mon.a (mon.0) 694 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:31:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:18 smithi027 bash[31536]: audit 2023-12-07T10:31:17.538151+0000 mon.a (mon.0) 695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:31:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:18 smithi027 bash[31536]: audit 2023-12-07T10:31:17.547768+0000 mon.a (mon.0) 696 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:31:18.858 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:18.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:18.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:18.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:18.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:19 smithi022 bash[28554]: audit 2023-12-07T10:31:18.322746+0000 mgr.a (mgr.24293) 1643 : audit 0 from='client.45450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:19 smithi022 bash[28554]: cluster 2023-12-07T10:31:19.183740+0000 mgr.a (mgr.24293) 1644 : cluster 0 pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:19 smithi044 bash[32620]: audit 2023-12-07T10:31:18.322746+0000 mgr.a (mgr.24293) 1643 : audit 0 from='client.45450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:19 smithi044 bash[32620]: cluster 2023-12-07T10:31:19.183740+0000 mgr.a (mgr.24293) 1644 : cluster 0 pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:19 smithi027 bash[31536]: audit 2023-12-07T10:31:18.322746+0000 mgr.a (mgr.24293) 1643 : audit 0 from='client.45450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:19 smithi027 bash[31536]: cluster 2023-12-07T10:31:19.183740+0000 mgr.a (mgr.24293) 1644 : cluster 0 pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:22 smithi022 bash[28554]: cluster 2023-12-07T10:31:21.184638+0000 mgr.a (mgr.24293) 1645 : cluster 0 pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:22 smithi044 bash[32620]: cluster 2023-12-07T10:31:21.184638+0000 mgr.a (mgr.24293) 1645 : cluster 0 pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:22 smithi027 bash[31536]: cluster 2023-12-07T10:31:21.184638+0000 mgr.a (mgr.24293) 1645 : cluster 0 pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:23.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:23.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:23.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:24 smithi022 bash[28554]: cluster 2023-12-07T10:31:23.185199+0000 mgr.a (mgr.24293) 1646 : 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-07T10:31:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:24 smithi044 bash[32620]: cluster 2023-12-07T10:31:23.185199+0000 mgr.a (mgr.24293) 1646 : 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-07T10:31:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:24 smithi027 bash[31536]: cluster 2023-12-07T10:31:23.185199+0000 mgr.a (mgr.24293) 1646 : 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-07T10:31:24.805 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:24.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:24.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:24.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:24.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:25 smithi022 bash[28554]: audit 2023-12-07T10:31:24.275322+0000 mgr.a (mgr.24293) 1647 : audit 0 from='client.45525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:25 smithi044 bash[32620]: audit 2023-12-07T10:31:24.275322+0000 mgr.a (mgr.24293) 1647 : audit 0 from='client.45525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:25 smithi027 bash[31536]: audit 2023-12-07T10:31:24.275322+0000 mgr.a (mgr.24293) 1647 : audit 0 from='client.45525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:26 smithi022 bash[28554]: cluster 2023-12-07T10:31:25.185829+0000 mgr.a (mgr.24293) 1648 : 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-07T10:31:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:26 smithi044 bash[32620]: cluster 2023-12-07T10:31:25.185829+0000 mgr.a (mgr.24293) 1648 : 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-07T10:31:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:26 smithi027 bash[31536]: cluster 2023-12-07T10:31:25.185829+0000 mgr.a (mgr.24293) 1648 : 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-07T10:31:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:28 smithi022 bash[28554]: cluster 2023-12-07T10:31:27.186620+0000 mgr.a (mgr.24293) 1649 : 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-07T10:31:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:28 smithi044 bash[32620]: cluster 2023-12-07T10:31:27.186620+0000 mgr.a (mgr.24293) 1649 : 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-07T10:31:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:28 smithi027 bash[31536]: cluster 2023-12-07T10:31:27.186620+0000 mgr.a (mgr.24293) 1649 : 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-07T10:31:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:29 smithi022 bash[28554]: cluster 2023-12-07T10:31:29.187209+0000 mgr.a (mgr.24293) 1650 : 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-07T10:31:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:29 smithi044 bash[32620]: cluster 2023-12-07T10:31:29.187209+0000 mgr.a (mgr.24293) 1650 : 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-07T10:31:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:29 smithi027 bash[31536]: cluster 2023-12-07T10:31:29.187209+0000 mgr.a (mgr.24293) 1650 : 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-07T10:31:29.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:29.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:29.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:30 smithi022 bash[28554]: audit 2023-12-07T10:31:30.222381+0000 mgr.a (mgr.24293) 1651 : audit 0 from='client.45603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:30 smithi044 bash[32620]: audit 2023-12-07T10:31:30.222381+0000 mgr.a (mgr.24293) 1651 : audit 0 from='client.45603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:30 smithi027 bash[31536]: audit 2023-12-07T10:31:30.222381+0000 mgr.a (mgr.24293) 1651 : audit 0 from='client.45603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:30.744 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:30.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:30.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:30.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:30.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:31 smithi022 bash[28554]: cluster 2023-12-07T10:31:31.188212+0000 mgr.a (mgr.24293) 1652 : cluster 0 pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:31:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:31 smithi044 bash[32620]: cluster 2023-12-07T10:31:31.188212+0000 mgr.a (mgr.24293) 1652 : cluster 0 pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:31:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:31 smithi027 bash[31536]: cluster 2023-12-07T10:31:31.188212+0000 mgr.a (mgr.24293) 1652 : cluster 0 pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:31:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:34 smithi022 bash[28554]: cluster 2023-12-07T10:31:33.188806+0000 mgr.a (mgr.24293) 1653 : cluster 0 pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:31:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:34 smithi044 bash[32620]: cluster 2023-12-07T10:31:33.188806+0000 mgr.a (mgr.24293) 1653 : cluster 0 pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:31:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:34 smithi027 bash[31536]: cluster 2023-12-07T10:31:33.188806+0000 mgr.a (mgr.24293) 1653 : cluster 0 pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:31:35.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:35.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:35.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:36 smithi022 bash[28554]: cluster 2023-12-07T10:31:35.189389+0000 mgr.a (mgr.24293) 1654 : cluster 0 pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:31:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:36 smithi044 bash[32620]: cluster 2023-12-07T10:31:35.189389+0000 mgr.a (mgr.24293) 1654 : cluster 0 pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:31:36.678 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:36 smithi027 bash[31536]: cluster 2023-12-07T10:31:35.189389+0000 mgr.a (mgr.24293) 1654 : cluster 0 pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:31:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:37 smithi022 bash[28554]: audit 2023-12-07T10:31:36.157485+0000 mgr.a (mgr.24293) 1655 : audit 0 from='client.45681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:37 smithi044 bash[32620]: audit 2023-12-07T10:31:36.157485+0000 mgr.a (mgr.24293) 1655 : audit 0 from='client.45681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:37 smithi027 bash[31536]: audit 2023-12-07T10:31:36.157485+0000 mgr.a (mgr.24293) 1655 : audit 0 from='client.45681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:38 smithi022 bash[28554]: cluster 2023-12-07T10:31:37.190392+0000 mgr.a (mgr.24293) 1656 : cluster 0 pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:38 smithi044 bash[32620]: cluster 2023-12-07T10:31:37.190392+0000 mgr.a (mgr.24293) 1656 : cluster 0 pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:38 smithi027 bash[31536]: cluster 2023-12-07T10:31:37.190392+0000 mgr.a (mgr.24293) 1656 : cluster 0 pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:39 smithi022 bash[28554]: cluster 2023-12-07T10:31:39.190940+0000 mgr.a (mgr.24293) 1657 : cluster 0 pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:39 smithi044 bash[32620]: cluster 2023-12-07T10:31:39.190940+0000 mgr.a (mgr.24293) 1657 : cluster 0 pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:39 smithi027 bash[31536]: cluster 2023-12-07T10:31:39.190940+0000 mgr.a (mgr.24293) 1657 : cluster 0 pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:41.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:41.682 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:41.682 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:42.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:42.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:42.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:42.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:42.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:42 smithi022 bash[28554]: cluster 2023-12-07T10:31:41.191724+0000 mgr.a (mgr.24293) 1658 : 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-07T10:31:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:42 smithi044 bash[32620]: cluster 2023-12-07T10:31:41.191724+0000 mgr.a (mgr.24293) 1658 : 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-07T10:31:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:42 smithi027 bash[31536]: cluster 2023-12-07T10:31:41.191724+0000 mgr.a (mgr.24293) 1658 : 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-07T10:31:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:43 smithi022 bash[28554]: audit 2023-12-07T10:31:42.100613+0000 mgr.a (mgr.24293) 1659 : audit 0 from='client.45759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:43 smithi044 bash[32620]: audit 2023-12-07T10:31:42.100613+0000 mgr.a (mgr.24293) 1659 : audit 0 from='client.45759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:43 smithi027 bash[31536]: audit 2023-12-07T10:31:42.100613+0000 mgr.a (mgr.24293) 1659 : audit 0 from='client.45759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:44 smithi022 bash[28554]: cluster 2023-12-07T10:31:43.192343+0000 mgr.a (mgr.24293) 1660 : cluster 0 pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:31:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:44 smithi044 bash[32620]: cluster 2023-12-07T10:31:43.192343+0000 mgr.a (mgr.24293) 1660 : cluster 0 pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:31:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:44 smithi027 bash[31536]: cluster 2023-12-07T10:31:43.192343+0000 mgr.a (mgr.24293) 1660 : cluster 0 pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:31:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:46 smithi022 bash[28554]: cluster 2023-12-07T10:31:45.192892+0000 mgr.a (mgr.24293) 1661 : cluster 0 pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:31:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:46 smithi044 bash[32620]: cluster 2023-12-07T10:31:45.192892+0000 mgr.a (mgr.24293) 1661 : cluster 0 pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:31:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:46 smithi027 bash[31536]: cluster 2023-12-07T10:31:45.192892+0000 mgr.a (mgr.24293) 1661 : cluster 0 pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:31:47.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:47.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:47.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:48.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:48.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:48.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:48.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:48.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:48 smithi022 bash[28554]: cluster 2023-12-07T10:31:47.193686+0000 mgr.a (mgr.24293) 1662 : cluster 0 pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:31:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:48 smithi044 bash[32620]: cluster 2023-12-07T10:31:47.193686+0000 mgr.a (mgr.24293) 1662 : cluster 0 pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:31:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:48 smithi027 bash[31536]: cluster 2023-12-07T10:31:47.193686+0000 mgr.a (mgr.24293) 1662 : cluster 0 pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:31:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:49 smithi022 bash[28554]: audit 2023-12-07T10:31:48.048634+0000 mgr.a (mgr.24293) 1663 : audit 0 from='client.45837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:49 smithi044 bash[32620]: audit 2023-12-07T10:31:48.048634+0000 mgr.a (mgr.24293) 1663 : audit 0 from='client.45837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:49 smithi027 bash[31536]: audit 2023-12-07T10:31:48.048634+0000 mgr.a (mgr.24293) 1663 : audit 0 from='client.45837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:50 smithi022 bash[28554]: cluster 2023-12-07T10:31:49.194318+0000 mgr.a (mgr.24293) 1664 : cluster 0 pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:50 smithi044 bash[32620]: cluster 2023-12-07T10:31:49.194318+0000 mgr.a (mgr.24293) 1664 : cluster 0 pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:50 smithi027 bash[31536]: cluster 2023-12-07T10:31:49.194318+0000 mgr.a (mgr.24293) 1664 : cluster 0 pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:52 smithi022 bash[28554]: cluster 2023-12-07T10:31:51.195142+0000 mgr.a (mgr.24293) 1665 : cluster 0 pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:52 smithi044 bash[32620]: cluster 2023-12-07T10:31:51.195142+0000 mgr.a (mgr.24293) 1665 : cluster 0 pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:52 smithi027 bash[31536]: cluster 2023-12-07T10:31:51.195142+0000 mgr.a (mgr.24293) 1665 : cluster 0 pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:53.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:53.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:53.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:54.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:31:54.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:54.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:54.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:54.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:31:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:54 smithi022 bash[28554]: cluster 2023-12-07T10:31:53.195731+0000 mgr.a (mgr.24293) 1666 : 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-07T10:31:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:54 smithi044 bash[32620]: cluster 2023-12-07T10:31:53.195731+0000 mgr.a (mgr.24293) 1666 : 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-07T10:31:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:54 smithi027 bash[31536]: cluster 2023-12-07T10:31:53.195731+0000 mgr.a (mgr.24293) 1666 : 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-07T10:31:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:55 smithi022 bash[28554]: audit 2023-12-07T10:31:53.992790+0000 mgr.a (mgr.24293) 1667 : audit 0 from='client.45909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:55 smithi044 bash[32620]: audit 2023-12-07T10:31:53.992790+0000 mgr.a (mgr.24293) 1667 : audit 0 from='client.45909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:55 smithi027 bash[31536]: audit 2023-12-07T10:31:53.992790+0000 mgr.a (mgr.24293) 1667 : audit 0 from='client.45909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:56 smithi022 bash[28554]: cluster 2023-12-07T10:31:55.196384+0000 mgr.a (mgr.24293) 1668 : 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-07T10:31:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:56 smithi044 bash[32620]: cluster 2023-12-07T10:31:55.196384+0000 mgr.a (mgr.24293) 1668 : 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-07T10:31:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:56 smithi027 bash[31536]: cluster 2023-12-07T10:31:55.196384+0000 mgr.a (mgr.24293) 1668 : 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-07T10:31:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:58 smithi022 bash[28554]: cluster 2023-12-07T10:31:57.197214+0000 mgr.a (mgr.24293) 1669 : 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-07T10:31:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:58 smithi044 bash[32620]: cluster 2023-12-07T10:31:57.197214+0000 mgr.a (mgr.24293) 1669 : 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-07T10:31:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:58 smithi027 bash[31536]: cluster 2023-12-07T10:31:57.197214+0000 mgr.a (mgr.24293) 1669 : 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-07T10:31:59.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:31:59.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:59.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:31:59 smithi022 bash[28554]: cluster 2023-12-07T10:31:59.197761+0000 mgr.a (mgr.24293) 1670 : 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-07T10:31:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:31:59 smithi044 bash[32620]: cluster 2023-12-07T10:31:59.197761+0000 mgr.a (mgr.24293) 1670 : 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-07T10:31:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:31:59 smithi027 bash[31536]: cluster 2023-12-07T10:31:59.197761+0000 mgr.a (mgr.24293) 1670 : 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-07T10:32:00.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:00.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:00.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:00.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:00.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:00 smithi022 bash[28554]: audit 2023-12-07T10:31:59.932555+0000 mgr.a (mgr.24293) 1671 : audit 0 from='client.45984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:00 smithi044 bash[32620]: audit 2023-12-07T10:31:59.932555+0000 mgr.a (mgr.24293) 1671 : audit 0 from='client.45984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:00 smithi027 bash[31536]: audit 2023-12-07T10:31:59.932555+0000 mgr.a (mgr.24293) 1671 : audit 0 from='client.45984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:01 smithi022 bash[28554]: cluster 2023-12-07T10:32:01.198572+0000 mgr.a (mgr.24293) 1672 : cluster 0 pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:32:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:01 smithi044 bash[32620]: cluster 2023-12-07T10:32:01.198572+0000 mgr.a (mgr.24293) 1672 : cluster 0 pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:32:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:01 smithi027 bash[31536]: cluster 2023-12-07T10:32:01.198572+0000 mgr.a (mgr.24293) 1672 : cluster 0 pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:32:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:04 smithi022 bash[28554]: cluster 2023-12-07T10:32:03.199257+0000 mgr.a (mgr.24293) 1673 : cluster 0 pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:32:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:04 smithi044 bash[32620]: cluster 2023-12-07T10:32:03.199257+0000 mgr.a (mgr.24293) 1673 : cluster 0 pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:32:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:04 smithi027 bash[31536]: cluster 2023-12-07T10:32:03.199257+0000 mgr.a (mgr.24293) 1673 : cluster 0 pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:32:05.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:05.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:05.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:06.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:06.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:06.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:06.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:06.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:06 smithi022 bash[28554]: cluster 2023-12-07T10:32:05.199985+0000 mgr.a (mgr.24293) 1674 : cluster 0 pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:32:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:06 smithi044 bash[32620]: cluster 2023-12-07T10:32:05.199985+0000 mgr.a (mgr.24293) 1674 : cluster 0 pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:32:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:06 smithi027 bash[31536]: cluster 2023-12-07T10:32:05.199985+0000 mgr.a (mgr.24293) 1674 : cluster 0 pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:32:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:07 smithi022 bash[28554]: audit 2023-12-07T10:32:05.851161+0000 mgr.a (mgr.24293) 1675 : audit 0 from='client.46056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:07 smithi044 bash[32620]: audit 2023-12-07T10:32:05.851161+0000 mgr.a (mgr.24293) 1675 : audit 0 from='client.46056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:07 smithi027 bash[31536]: audit 2023-12-07T10:32:05.851161+0000 mgr.a (mgr.24293) 1675 : audit 0 from='client.46056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:08 smithi022 bash[28554]: cluster 2023-12-07T10:32:07.200983+0000 mgr.a (mgr.24293) 1676 : cluster 0 pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:08 smithi044 bash[32620]: cluster 2023-12-07T10:32:07.200983+0000 mgr.a (mgr.24293) 1676 : cluster 0 pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:08 smithi027 bash[31536]: cluster 2023-12-07T10:32:07.200983+0000 mgr.a (mgr.24293) 1676 : cluster 0 pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:09 smithi022 bash[28554]: cluster 2023-12-07T10:32:09.201591+0000 mgr.a (mgr.24293) 1677 : cluster 0 pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:09 smithi044 bash[32620]: cluster 2023-12-07T10:32:09.201591+0000 mgr.a (mgr.24293) 1677 : cluster 0 pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:09 smithi027 bash[31536]: cluster 2023-12-07T10:32:09.201591+0000 mgr.a (mgr.24293) 1677 : cluster 0 pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:11.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:12.317 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:12.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:12.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:12.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:12.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:12 smithi022 bash[28554]: cluster 2023-12-07T10:32:11.202355+0000 mgr.a (mgr.24293) 1678 : cluster 0 pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:12 smithi044 bash[32620]: cluster 2023-12-07T10:32:11.202355+0000 mgr.a (mgr.24293) 1678 : cluster 0 pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:12 smithi027 bash[31536]: cluster 2023-12-07T10:32:11.202355+0000 mgr.a (mgr.24293) 1678 : cluster 0 pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:13 smithi022 bash[28554]: audit 2023-12-07T10:32:11.782542+0000 mgr.a (mgr.24293) 1679 : audit 0 from='client.46134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:13 smithi044 bash[32620]: audit 2023-12-07T10:32:11.782542+0000 mgr.a (mgr.24293) 1679 : audit 0 from='client.46134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:13 smithi027 bash[31536]: audit 2023-12-07T10:32:11.782542+0000 mgr.a (mgr.24293) 1679 : audit 0 from='client.46134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:14 smithi022 bash[28554]: cluster 2023-12-07T10:32:13.202989+0000 mgr.a (mgr.24293) 1680 : cluster 0 pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:32:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:14 smithi044 bash[32620]: cluster 2023-12-07T10:32:13.202989+0000 mgr.a (mgr.24293) 1680 : cluster 0 pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:32:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:14 smithi027 bash[31536]: cluster 2023-12-07T10:32:13.202989+0000 mgr.a (mgr.24293) 1680 : cluster 0 pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:32:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:16 smithi022 bash[28554]: cluster 2023-12-07T10:32:15.203627+0000 mgr.a (mgr.24293) 1681 : cluster 0 pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:32:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:16 smithi044 bash[32620]: cluster 2023-12-07T10:32:15.203627+0000 mgr.a (mgr.24293) 1681 : cluster 0 pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:32:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:16 smithi027 bash[31536]: cluster 2023-12-07T10:32:15.203627+0000 mgr.a (mgr.24293) 1681 : cluster 0 pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:32:17.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:17.322 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:17.322 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:18.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:18.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:18.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:18.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:18.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:18 smithi022 bash[28554]: cluster 2023-12-07T10:32:17.204405+0000 mgr.a (mgr.24293) 1682 : cluster 0 pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:32:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:18 smithi022 bash[28554]: audit 2023-12-07T10:32:17.650126+0000 mon.a (mon.0) 697 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:32:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:18 smithi044 bash[32620]: cluster 2023-12-07T10:32:17.204405+0000 mgr.a (mgr.24293) 1682 : cluster 0 pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:32:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:18 smithi044 bash[32620]: audit 2023-12-07T10:32:17.650126+0000 mon.a (mon.0) 697 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:32:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:18 smithi027 bash[31536]: cluster 2023-12-07T10:32:17.204405+0000 mgr.a (mgr.24293) 1682 : cluster 0 pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:32:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:18 smithi027 bash[31536]: audit 2023-12-07T10:32:17.650126+0000 mon.a (mon.0) 697 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:32:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:19 smithi022 bash[28554]: audit 2023-12-07T10:32:17.731875+0000 mgr.a (mgr.24293) 1683 : audit 0 from='client.49039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:19 smithi044 bash[32620]: audit 2023-12-07T10:32:17.731875+0000 mgr.a (mgr.24293) 1683 : audit 0 from='client.49039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:19 smithi027 bash[31536]: audit 2023-12-07T10:32:17.731875+0000 mgr.a (mgr.24293) 1683 : audit 0 from='client.49039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:20 smithi022 bash[28554]: cluster 2023-12-07T10:32:19.205189+0000 mgr.a (mgr.24293) 1684 : cluster 0 pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:20 smithi044 bash[32620]: cluster 2023-12-07T10:32:19.205189+0000 mgr.a (mgr.24293) 1684 : cluster 0 pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:20 smithi027 bash[31536]: cluster 2023-12-07T10:32:19.205189+0000 mgr.a (mgr.24293) 1684 : cluster 0 pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:22 smithi022 bash[28554]: cluster 2023-12-07T10:32:21.206072+0000 mgr.a (mgr.24293) 1685 : cluster 0 pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:22 smithi044 bash[32620]: cluster 2023-12-07T10:32:21.206072+0000 mgr.a (mgr.24293) 1685 : cluster 0 pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:22 smithi027 bash[31536]: cluster 2023-12-07T10:32:21.206072+0000 mgr.a (mgr.24293) 1685 : cluster 0 pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:23.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:23.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:23.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:24.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:24.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:24.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:24.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:24.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:22.999008+0000 mon.a (mon.0) 698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.004714+0000 mon.a (mon.0) 699 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.054044+0000 mon.a (mon.0) 700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.060945+0000 mon.a (mon.0) 701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.067313+0000 mon.a (mon.0) 702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.072343+0000 mon.a (mon.0) 703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: cluster 2023-12-07T10:32:23.206749+0000 mgr.a (mgr.24293) 1686 : cluster 0 pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.848389+0000 mon.a (mon.0) 704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:23 smithi022 bash[28554]: audit 2023-12-07T10:32:23.850330+0000 mon.a (mon.0) 705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:32:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:24 smithi022 bash[28554]: audit 2023-12-07T10:32:23.859903+0000 mon.a (mon.0) 706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:22.999008+0000 mon.a (mon.0) 698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.004714+0000 mon.a (mon.0) 699 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.054044+0000 mon.a (mon.0) 700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.060945+0000 mon.a (mon.0) 701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.067313+0000 mon.a (mon.0) 702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.072343+0000 mon.a (mon.0) 703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: cluster 2023-12-07T10:32:23.206749+0000 mgr.a (mgr.24293) 1686 : cluster 0 pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.848389+0000 mon.a (mon.0) 704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.850330+0000 mon.a (mon.0) 705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:32:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:24 smithi044 bash[32620]: audit 2023-12-07T10:32:23.859903+0000 mon.a (mon.0) 706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:22.999008+0000 mon.a (mon.0) 698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.004714+0000 mon.a (mon.0) 699 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.054044+0000 mon.a (mon.0) 700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.060945+0000 mon.a (mon.0) 701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.067313+0000 mon.a (mon.0) 702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.072343+0000 mon.a (mon.0) 703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: cluster 2023-12-07T10:32:23.206749+0000 mgr.a (mgr.24293) 1686 : cluster 0 pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.848389+0000 mon.a (mon.0) 704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.850330+0000 mon.a (mon.0) 705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:32:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:24 smithi027 bash[31536]: audit 2023-12-07T10:32:23.859903+0000 mon.a (mon.0) 706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:32:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:25 smithi022 bash[28554]: audit 2023-12-07T10:32:23.694435+0000 mgr.a (mgr.24293) 1687 : audit 0 from='client.46290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:25 smithi044 bash[32620]: audit 2023-12-07T10:32:23.694435+0000 mgr.a (mgr.24293) 1687 : audit 0 from='client.46290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:25 smithi027 bash[31536]: audit 2023-12-07T10:32:23.694435+0000 mgr.a (mgr.24293) 1687 : audit 0 from='client.46290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:26 smithi022 bash[28554]: cluster 2023-12-07T10:32:25.207498+0000 mgr.a (mgr.24293) 1688 : cluster 0 pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:26 smithi044 bash[32620]: cluster 2023-12-07T10:32:25.207498+0000 mgr.a (mgr.24293) 1688 : cluster 0 pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:26 smithi027 bash[31536]: cluster 2023-12-07T10:32:25.207498+0000 mgr.a (mgr.24293) 1688 : cluster 0 pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:28 smithi022 bash[28554]: cluster 2023-12-07T10:32:27.208303+0000 mgr.a (mgr.24293) 1689 : cluster 0 pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:28 smithi044 bash[32620]: cluster 2023-12-07T10:32:27.208303+0000 mgr.a (mgr.24293) 1689 : cluster 0 pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:28 smithi027 bash[31536]: cluster 2023-12-07T10:32:27.208303+0000 mgr.a (mgr.24293) 1689 : cluster 0 pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:29.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:29.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:29.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:29 smithi022 bash[28554]: cluster 2023-12-07T10:32:29.208882+0000 mgr.a (mgr.24293) 1690 : 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-07T10:32:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:29 smithi044 bash[32620]: cluster 2023-12-07T10:32:29.208882+0000 mgr.a (mgr.24293) 1690 : 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-07T10:32:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:29 smithi027 bash[31536]: cluster 2023-12-07T10:32:29.208882+0000 mgr.a (mgr.24293) 1690 : 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-07T10:32:30.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:30.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:30.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:30.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:30.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:30 smithi022 bash[28554]: audit 2023-12-07T10:32:29.627491+0000 mgr.a (mgr.24293) 1691 : audit 0 from='client.46365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:30 smithi044 bash[32620]: audit 2023-12-07T10:32:29.627491+0000 mgr.a (mgr.24293) 1691 : audit 0 from='client.46365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:30 smithi027 bash[31536]: audit 2023-12-07T10:32:29.627491+0000 mgr.a (mgr.24293) 1691 : audit 0 from='client.46365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:31 smithi027 bash[31536]: cluster 2023-12-07T10:32:31.209951+0000 mgr.a (mgr.24293) 1692 : 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-07T10:32:31.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:31 smithi022 bash[28554]: cluster 2023-12-07T10:32:31.209951+0000 mgr.a (mgr.24293) 1692 : 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-07T10:32:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:31 smithi044 bash[32620]: cluster 2023-12-07T10:32:31.209951+0000 mgr.a (mgr.24293) 1692 : 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-07T10:32:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:34 smithi022 bash[28554]: cluster 2023-12-07T10:32:33.210693+0000 mgr.a (mgr.24293) 1693 : 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-07T10:32:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:34 smithi044 bash[32620]: cluster 2023-12-07T10:32:33.210693+0000 mgr.a (mgr.24293) 1693 : 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-07T10:32:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:34 smithi027 bash[31536]: cluster 2023-12-07T10:32:33.210693+0000 mgr.a (mgr.24293) 1693 : 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-07T10:32:35.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:35.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:35.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:36.081 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:36.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:36.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:36.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:36.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:36 smithi022 bash[28554]: cluster 2023-12-07T10:32:35.211295+0000 mgr.a (mgr.24293) 1694 : 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-07T10:32:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:36 smithi044 bash[32620]: cluster 2023-12-07T10:32:35.211295+0000 mgr.a (mgr.24293) 1694 : 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-07T10:32:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:36 smithi027 bash[31536]: cluster 2023-12-07T10:32:35.211295+0000 mgr.a (mgr.24293) 1694 : 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-07T10:32:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:37 smithi022 bash[28554]: audit 2023-12-07T10:32:35.554769+0000 mgr.a (mgr.24293) 1695 : audit 0 from='client.46443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:37 smithi044 bash[32620]: audit 2023-12-07T10:32:35.554769+0000 mgr.a (mgr.24293) 1695 : audit 0 from='client.46443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:37 smithi027 bash[31536]: audit 2023-12-07T10:32:35.554769+0000 mgr.a (mgr.24293) 1695 : audit 0 from='client.46443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:38 smithi022 bash[28554]: cluster 2023-12-07T10:32:37.212355+0000 mgr.a (mgr.24293) 1696 : cluster 0 pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:38 smithi044 bash[32620]: cluster 2023-12-07T10:32:37.212355+0000 mgr.a (mgr.24293) 1696 : cluster 0 pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:38 smithi027 bash[31536]: cluster 2023-12-07T10:32:37.212355+0000 mgr.a (mgr.24293) 1696 : cluster 0 pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:39 smithi022 bash[28554]: cluster 2023-12-07T10:32:39.212877+0000 mgr.a (mgr.24293) 1697 : cluster 0 pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:39 smithi044 bash[32620]: cluster 2023-12-07T10:32:39.212877+0000 mgr.a (mgr.24293) 1697 : cluster 0 pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:39 smithi027 bash[31536]: cluster 2023-12-07T10:32:39.212877+0000 mgr.a (mgr.24293) 1697 : cluster 0 pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:41.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:41.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:41.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:42.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:42 smithi022 bash[28554]: cluster 2023-12-07T10:32:41.213694+0000 mgr.a (mgr.24293) 1698 : cluster 0 pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:42 smithi044 bash[32620]: cluster 2023-12-07T10:32:41.213694+0000 mgr.a (mgr.24293) 1698 : cluster 0 pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:42 smithi027 bash[31536]: cluster 2023-12-07T10:32:41.213694+0000 mgr.a (mgr.24293) 1698 : cluster 0 pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:43 smithi022 bash[28554]: audit 2023-12-07T10:32:41.501904+0000 mgr.a (mgr.24293) 1699 : audit 0 from='client.46518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:43 smithi044 bash[32620]: audit 2023-12-07T10:32:41.501904+0000 mgr.a (mgr.24293) 1699 : audit 0 from='client.46518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:43 smithi027 bash[31536]: audit 2023-12-07T10:32:41.501904+0000 mgr.a (mgr.24293) 1699 : audit 0 from='client.46518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:44 smithi022 bash[28554]: cluster 2023-12-07T10:32:43.214448+0000 mgr.a (mgr.24293) 1700 : cluster 0 pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:44 smithi044 bash[32620]: cluster 2023-12-07T10:32:43.214448+0000 mgr.a (mgr.24293) 1700 : cluster 0 pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:44 smithi027 bash[31536]: cluster 2023-12-07T10:32:43.214448+0000 mgr.a (mgr.24293) 1700 : cluster 0 pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:46 smithi022 bash[28554]: cluster 2023-12-07T10:32:45.214957+0000 mgr.a (mgr.24293) 1701 : cluster 0 pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:46 smithi044 bash[32620]: cluster 2023-12-07T10:32:45.214957+0000 mgr.a (mgr.24293) 1701 : cluster 0 pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:46 smithi027 bash[31536]: cluster 2023-12-07T10:32:45.214957+0000 mgr.a (mgr.24293) 1701 : cluster 0 pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:47.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:47.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:47.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:47.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:47.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:47.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:47.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:48 smithi022 bash[28554]: cluster 2023-12-07T10:32:47.215754+0000 mgr.a (mgr.24293) 1702 : 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-07T10:32:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:48 smithi044 bash[32620]: cluster 2023-12-07T10:32:47.215754+0000 mgr.a (mgr.24293) 1702 : 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-07T10:32:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:48 smithi027 bash[31536]: cluster 2023-12-07T10:32:47.215754+0000 mgr.a (mgr.24293) 1702 : 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-07T10:32:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:49 smithi022 bash[28554]: audit 2023-12-07T10:32:47.424683+0000 mgr.a (mgr.24293) 1703 : audit 0 from='client.46596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:49 smithi044 bash[32620]: audit 2023-12-07T10:32:47.424683+0000 mgr.a (mgr.24293) 1703 : audit 0 from='client.46596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:49 smithi027 bash[31536]: audit 2023-12-07T10:32:47.424683+0000 mgr.a (mgr.24293) 1703 : audit 0 from='client.46596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:50 smithi022 bash[28554]: cluster 2023-12-07T10:32:49.216489+0000 mgr.a (mgr.24293) 1704 : cluster 0 pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:50 smithi044 bash[32620]: cluster 2023-12-07T10:32:49.216489+0000 mgr.a (mgr.24293) 1704 : cluster 0 pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:50 smithi027 bash[31536]: cluster 2023-12-07T10:32:49.216489+0000 mgr.a (mgr.24293) 1704 : cluster 0 pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:52 smithi022 bash[28554]: cluster 2023-12-07T10:32:51.217334+0000 mgr.a (mgr.24293) 1705 : cluster 0 pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:52 smithi044 bash[32620]: cluster 2023-12-07T10:32:51.217334+0000 mgr.a (mgr.24293) 1705 : cluster 0 pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:52 smithi027 bash[31536]: cluster 2023-12-07T10:32:51.217334+0000 mgr.a (mgr.24293) 1705 : cluster 0 pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:52.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:52.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:52.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:53.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:53.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:53.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:53.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:53.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:54 smithi022 bash[28554]: cluster 2023-12-07T10:32:53.217897+0000 mgr.a (mgr.24293) 1706 : cluster 0 pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:54 smithi044 bash[32620]: cluster 2023-12-07T10:32:53.217897+0000 mgr.a (mgr.24293) 1706 : cluster 0 pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:54 smithi027 bash[31536]: cluster 2023-12-07T10:32:53.217897+0000 mgr.a (mgr.24293) 1706 : cluster 0 pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:55 smithi022 bash[28554]: audit 2023-12-07T10:32:53.366951+0000 mgr.a (mgr.24293) 1707 : audit 0 from='client.46668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:55 smithi044 bash[32620]: audit 2023-12-07T10:32:53.366951+0000 mgr.a (mgr.24293) 1707 : audit 0 from='client.46668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:55 smithi027 bash[31536]: audit 2023-12-07T10:32:53.366951+0000 mgr.a (mgr.24293) 1707 : audit 0 from='client.46668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:56 smithi022 bash[28554]: cluster 2023-12-07T10:32:55.218531+0000 mgr.a (mgr.24293) 1708 : cluster 0 pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:56 smithi044 bash[32620]: cluster 2023-12-07T10:32:55.218531+0000 mgr.a (mgr.24293) 1708 : cluster 0 pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:56 smithi027 bash[31536]: cluster 2023-12-07T10:32:55.218531+0000 mgr.a (mgr.24293) 1708 : cluster 0 pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:57 smithi022 bash[28554]: cluster 2023-12-07T10:32:57.219388+0000 mgr.a (mgr.24293) 1709 : cluster 0 pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:57 smithi044 bash[32620]: cluster 2023-12-07T10:32:57.219388+0000 mgr.a (mgr.24293) 1709 : cluster 0 pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:57 smithi027 bash[31536]: cluster 2023-12-07T10:32:57.219388+0000 mgr.a (mgr.24293) 1709 : cluster 0 pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:58.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:32:58.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:58.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:59 smithi027 bash[31536]: cluster 2023-12-07T10:32:59.219969+0000 mgr.a (mgr.24293) 1710 : 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-07T10:32:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:32:59 smithi027 bash[31536]: audit 2023-12-07T10:32:59.275184+0000 mgr.a (mgr.24293) 1711 : audit 0 from='client.46746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:59.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:59.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:59.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:59.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:32:59.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:32:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:59 smithi022 bash[28554]: cluster 2023-12-07T10:32:59.219969+0000 mgr.a (mgr.24293) 1710 : 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-07T10:32:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:32:59 smithi022 bash[28554]: audit 2023-12-07T10:32:59.275184+0000 mgr.a (mgr.24293) 1711 : audit 0 from='client.46746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:59 smithi044 bash[32620]: cluster 2023-12-07T10:32:59.219969+0000 mgr.a (mgr.24293) 1710 : 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-07T10:32:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:32:59 smithi044 bash[32620]: audit 2023-12-07T10:32:59.275184+0000 mgr.a (mgr.24293) 1711 : audit 0 from='client.46746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:02 smithi022 bash[28554]: cluster 2023-12-07T10:33:01.220908+0000 mgr.a (mgr.24293) 1712 : 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-07T10:33:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:02 smithi044 bash[32620]: cluster 2023-12-07T10:33:01.220908+0000 mgr.a (mgr.24293) 1712 : 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-07T10:33:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:02 smithi027 bash[31536]: cluster 2023-12-07T10:33:01.220908+0000 mgr.a (mgr.24293) 1712 : 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-07T10:33:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:04 smithi022 bash[28554]: cluster 2023-12-07T10:33:03.221641+0000 mgr.a (mgr.24293) 1713 : 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-07T10:33:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:04 smithi044 bash[32620]: cluster 2023-12-07T10:33:03.221641+0000 mgr.a (mgr.24293) 1713 : 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-07T10:33:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:04 smithi027 bash[31536]: cluster 2023-12-07T10:33:03.221641+0000 mgr.a (mgr.24293) 1713 : 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-07T10:33:04.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:04.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:04.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:05.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:05.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:05.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:05.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:05.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:06 smithi022 bash[28554]: audit 2023-12-07T10:33:05.199414+0000 mgr.a (mgr.24293) 1714 : audit 0 from='client.46824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:06 smithi022 bash[28554]: cluster 2023-12-07T10:33:05.222138+0000 mgr.a (mgr.24293) 1715 : 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-07T10:33:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:06 smithi044 bash[32620]: audit 2023-12-07T10:33:05.199414+0000 mgr.a (mgr.24293) 1714 : audit 0 from='client.46824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:06 smithi044 bash[32620]: cluster 2023-12-07T10:33:05.222138+0000 mgr.a (mgr.24293) 1715 : 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-07T10:33:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:06 smithi027 bash[31536]: audit 2023-12-07T10:33:05.199414+0000 mgr.a (mgr.24293) 1714 : audit 0 from='client.46824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:06 smithi027 bash[31536]: cluster 2023-12-07T10:33:05.222138+0000 mgr.a (mgr.24293) 1715 : 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-07T10:33:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:08 smithi022 bash[28554]: cluster 2023-12-07T10:33:07.223191+0000 mgr.a (mgr.24293) 1716 : cluster 0 pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:33:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:08 smithi044 bash[32620]: cluster 2023-12-07T10:33:07.223191+0000 mgr.a (mgr.24293) 1716 : cluster 0 pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:33:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:08 smithi027 bash[31536]: cluster 2023-12-07T10:33:07.223191+0000 mgr.a (mgr.24293) 1716 : cluster 0 pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:33:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:09 smithi027 bash[31536]: cluster 2023-12-07T10:33:09.223769+0000 mgr.a (mgr.24293) 1717 : cluster 0 pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:33:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:09 smithi022 bash[28554]: cluster 2023-12-07T10:33:09.223769+0000 mgr.a (mgr.24293) 1717 : cluster 0 pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:33:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:09 smithi044 bash[32620]: cluster 2023-12-07T10:33:09.223769+0000 mgr.a (mgr.24293) 1717 : cluster 0 pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:33:10.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:10.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:10.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:11.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:11.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:11.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:11.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:11.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:12 smithi022 bash[28554]: audit 2023-12-07T10:33:11.133795+0000 mgr.a (mgr.24293) 1718 : audit 0 from='client.48836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:12 smithi022 bash[28554]: cluster 2023-12-07T10:33:11.224471+0000 mgr.a (mgr.24293) 1719 : cluster 0 pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:12 smithi044 bash[32620]: audit 2023-12-07T10:33:11.133795+0000 mgr.a (mgr.24293) 1718 : audit 0 from='client.48836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:12 smithi044 bash[32620]: cluster 2023-12-07T10:33:11.224471+0000 mgr.a (mgr.24293) 1719 : cluster 0 pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:12 smithi027 bash[31536]: audit 2023-12-07T10:33:11.133795+0000 mgr.a (mgr.24293) 1718 : audit 0 from='client.48836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:12 smithi027 bash[31536]: cluster 2023-12-07T10:33:11.224471+0000 mgr.a (mgr.24293) 1719 : cluster 0 pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:14 smithi022 bash[28554]: cluster 2023-12-07T10:33:13.225281+0000 mgr.a (mgr.24293) 1720 : cluster 0 pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:14 smithi044 bash[32620]: cluster 2023-12-07T10:33:13.225281+0000 mgr.a (mgr.24293) 1720 : cluster 0 pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:14 smithi027 bash[31536]: cluster 2023-12-07T10:33:13.225281+0000 mgr.a (mgr.24293) 1720 : cluster 0 pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:16.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:16.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:16.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:16 smithi022 bash[28554]: cluster 2023-12-07T10:33:15.225915+0000 mgr.a (mgr.24293) 1721 : cluster 0 pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:16 smithi044 bash[32620]: cluster 2023-12-07T10:33:15.225915+0000 mgr.a (mgr.24293) 1721 : cluster 0 pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:16 smithi027 bash[31536]: cluster 2023-12-07T10:33:15.225915+0000 mgr.a (mgr.24293) 1721 : cluster 0 pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:17.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:17.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:17.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:17.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:17.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:18 smithi022 bash[28554]: audit 2023-12-07T10:33:17.069537+0000 mgr.a (mgr.24293) 1722 : audit 0 from='client.48899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:18 smithi022 bash[28554]: cluster 2023-12-07T10:33:17.227143+0000 mgr.a (mgr.24293) 1723 : cluster 0 pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:18 smithi044 bash[32620]: audit 2023-12-07T10:33:17.069537+0000 mgr.a (mgr.24293) 1722 : audit 0 from='client.48899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:18 smithi044 bash[32620]: cluster 2023-12-07T10:33:17.227143+0000 mgr.a (mgr.24293) 1723 : cluster 0 pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:18 smithi027 bash[31536]: audit 2023-12-07T10:33:17.069537+0000 mgr.a (mgr.24293) 1722 : audit 0 from='client.48899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:18 smithi027 bash[31536]: cluster 2023-12-07T10:33:17.227143+0000 mgr.a (mgr.24293) 1723 : cluster 0 pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:19 smithi027 bash[31536]: cluster 2023-12-07T10:33:19.227914+0000 mgr.a (mgr.24293) 1724 : cluster 0 pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:33:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:19 smithi022 bash[28554]: cluster 2023-12-07T10:33:19.227914+0000 mgr.a (mgr.24293) 1724 : cluster 0 pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:33:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:19 smithi044 bash[32620]: cluster 2023-12-07T10:33:19.227914+0000 mgr.a (mgr.24293) 1724 : cluster 0 pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:33:22.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:22.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:22.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:22 smithi022 bash[28554]: cluster 2023-12-07T10:33:21.228682+0000 mgr.a (mgr.24293) 1725 : cluster 0 pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:33:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:22 smithi044 bash[32620]: cluster 2023-12-07T10:33:21.228682+0000 mgr.a (mgr.24293) 1725 : cluster 0 pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:33:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:22 smithi027 bash[31536]: cluster 2023-12-07T10:33:21.228682+0000 mgr.a (mgr.24293) 1725 : cluster 0 pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:33:23.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:23.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:23.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:23.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:23.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:24 smithi022 bash[28554]: audit 2023-12-07T10:33:22.989233+0000 mgr.a (mgr.24293) 1726 : audit 0 from='client.47055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:24 smithi022 bash[28554]: cluster 2023-12-07T10:33:23.229235+0000 mgr.a (mgr.24293) 1727 : cluster 0 pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:24 smithi022 bash[28554]: audit 2023-12-07T10:33:23.971925+0000 mon.a (mon.0) 707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:33:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:24 smithi044 bash[32620]: audit 2023-12-07T10:33:22.989233+0000 mgr.a (mgr.24293) 1726 : audit 0 from='client.47055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:24 smithi044 bash[32620]: cluster 2023-12-07T10:33:23.229235+0000 mgr.a (mgr.24293) 1727 : cluster 0 pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:24 smithi044 bash[32620]: audit 2023-12-07T10:33:23.971925+0000 mon.a (mon.0) 707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:33:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:24 smithi027 bash[31536]: audit 2023-12-07T10:33:22.989233+0000 mgr.a (mgr.24293) 1726 : audit 0 from='client.47055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:24 smithi027 bash[31536]: cluster 2023-12-07T10:33:23.229235+0000 mgr.a (mgr.24293) 1727 : cluster 0 pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:24 smithi027 bash[31536]: audit 2023-12-07T10:33:23.971925+0000 mon.a (mon.0) 707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:33:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:25 smithi022 bash[28554]: audit 2023-12-07T10:33:24.767821+0000 mon.a (mon.0) 708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:33:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:25 smithi022 bash[28554]: audit 2023-12-07T10:33:24.769646+0000 mon.a (mon.0) 709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:33:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:25 smithi022 bash[28554]: audit 2023-12-07T10:33:24.779513+0000 mon.a (mon.0) 710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:33:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:25 smithi044 bash[32620]: audit 2023-12-07T10:33:24.767821+0000 mon.a (mon.0) 708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:33:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:25 smithi044 bash[32620]: audit 2023-12-07T10:33:24.769646+0000 mon.a (mon.0) 709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:33:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:25 smithi044 bash[32620]: audit 2023-12-07T10:33:24.779513+0000 mon.a (mon.0) 710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:33:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:25 smithi027 bash[31536]: audit 2023-12-07T10:33:24.767821+0000 mon.a (mon.0) 708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:33:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:25 smithi027 bash[31536]: audit 2023-12-07T10:33:24.769646+0000 mon.a (mon.0) 709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:33:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:25 smithi027 bash[31536]: audit 2023-12-07T10:33:24.779513+0000 mon.a (mon.0) 710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:33:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:26 smithi022 bash[28554]: cluster 2023-12-07T10:33:25.229852+0000 mgr.a (mgr.24293) 1728 : cluster 0 pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:26 smithi044 bash[32620]: cluster 2023-12-07T10:33:25.229852+0000 mgr.a (mgr.24293) 1728 : cluster 0 pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:26 smithi027 bash[31536]: cluster 2023-12-07T10:33:25.229852+0000 mgr.a (mgr.24293) 1728 : cluster 0 pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:28.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:28.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:28.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:28 smithi022 bash[28554]: cluster 2023-12-07T10:33:27.230656+0000 mgr.a (mgr.24293) 1729 : cluster 0 pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:28 smithi044 bash[32620]: cluster 2023-12-07T10:33:27.230656+0000 mgr.a (mgr.24293) 1729 : cluster 0 pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:28 smithi027 bash[31536]: cluster 2023-12-07T10:33:27.230656+0000 mgr.a (mgr.24293) 1729 : cluster 0 pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:29.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:29.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:29.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:29.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:29.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:29 smithi027 bash[31536]: audit 2023-12-07T10:33:28.920127+0000 mgr.a (mgr.24293) 1730 : audit 0 from='client.47130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:29 smithi027 bash[31536]: cluster 2023-12-07T10:33:29.231425+0000 mgr.a (mgr.24293) 1731 : cluster 0 pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:29 smithi022 bash[28554]: audit 2023-12-07T10:33:28.920127+0000 mgr.a (mgr.24293) 1730 : audit 0 from='client.47130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:29 smithi022 bash[28554]: cluster 2023-12-07T10:33:29.231425+0000 mgr.a (mgr.24293) 1731 : cluster 0 pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:29 smithi044 bash[32620]: audit 2023-12-07T10:33:28.920127+0000 mgr.a (mgr.24293) 1730 : audit 0 from='client.47130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:29 smithi044 bash[32620]: cluster 2023-12-07T10:33:29.231425+0000 mgr.a (mgr.24293) 1731 : cluster 0 pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:32 smithi022 bash[28554]: cluster 2023-12-07T10:33:31.232481+0000 mgr.a (mgr.24293) 1732 : cluster 0 pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:32 smithi044 bash[32620]: cluster 2023-12-07T10:33:31.232481+0000 mgr.a (mgr.24293) 1732 : cluster 0 pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:32 smithi027 bash[31536]: cluster 2023-12-07T10:33:31.232481+0000 mgr.a (mgr.24293) 1732 : cluster 0 pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:34.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:34.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:34.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:34 smithi022 bash[28554]: cluster 2023-12-07T10:33:33.233194+0000 mgr.a (mgr.24293) 1733 : 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-07T10:33:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:34 smithi044 bash[32620]: cluster 2023-12-07T10:33:33.233194+0000 mgr.a (mgr.24293) 1733 : 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-07T10:33:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:34 smithi027 bash[31536]: cluster 2023-12-07T10:33:33.233194+0000 mgr.a (mgr.24293) 1733 : 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-07T10:33:35.409 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:35.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:35.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:35.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:35.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:36 smithi022 bash[28554]: audit 2023-12-07T10:33:34.871145+0000 mgr.a (mgr.24293) 1734 : audit 0 from='client.47202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:36 smithi022 bash[28554]: cluster 2023-12-07T10:33:35.233707+0000 mgr.a (mgr.24293) 1735 : 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-07T10:33:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:36 smithi044 bash[32620]: audit 2023-12-07T10:33:34.871145+0000 mgr.a (mgr.24293) 1734 : audit 0 from='client.47202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:36 smithi044 bash[32620]: cluster 2023-12-07T10:33:35.233707+0000 mgr.a (mgr.24293) 1735 : 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-07T10:33:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:36 smithi027 bash[31536]: audit 2023-12-07T10:33:34.871145+0000 mgr.a (mgr.24293) 1734 : audit 0 from='client.47202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:36 smithi027 bash[31536]: cluster 2023-12-07T10:33:35.233707+0000 mgr.a (mgr.24293) 1735 : 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-07T10:33:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:38 smithi022 bash[28554]: cluster 2023-12-07T10:33:37.234695+0000 mgr.a (mgr.24293) 1736 : 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-07T10:33:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:38 smithi044 bash[32620]: cluster 2023-12-07T10:33:37.234695+0000 mgr.a (mgr.24293) 1736 : 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-07T10:33:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:38 smithi027 bash[31536]: cluster 2023-12-07T10:33:37.234695+0000 mgr.a (mgr.24293) 1736 : 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-07T10:33:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:39 smithi027 bash[31536]: cluster 2023-12-07T10:33:39.235443+0000 mgr.a (mgr.24293) 1737 : 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-07T10:33:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:39 smithi022 bash[28554]: cluster 2023-12-07T10:33:39.235443+0000 mgr.a (mgr.24293) 1737 : 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-07T10:33:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:39 smithi044 bash[32620]: cluster 2023-12-07T10:33:39.235443+0000 mgr.a (mgr.24293) 1737 : 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-07T10:33:40.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:40.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:41.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:41.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:41.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:41.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:41.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:42 smithi022 bash[28554]: audit 2023-12-07T10:33:40.826762+0000 mgr.a (mgr.24293) 1738 : audit 0 from='client.47277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:42 smithi022 bash[28554]: cluster 2023-12-07T10:33:41.236646+0000 mgr.a (mgr.24293) 1739 : cluster 0 pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:42 smithi044 bash[32620]: audit 2023-12-07T10:33:40.826762+0000 mgr.a (mgr.24293) 1738 : audit 0 from='client.47277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:42 smithi044 bash[32620]: cluster 2023-12-07T10:33:41.236646+0000 mgr.a (mgr.24293) 1739 : cluster 0 pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:42 smithi027 bash[31536]: audit 2023-12-07T10:33:40.826762+0000 mgr.a (mgr.24293) 1738 : audit 0 from='client.47277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:42 smithi027 bash[31536]: cluster 2023-12-07T10:33:41.236646+0000 mgr.a (mgr.24293) 1739 : cluster 0 pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:44 smithi022 bash[28554]: cluster 2023-12-07T10:33:43.237407+0000 mgr.a (mgr.24293) 1740 : cluster 0 pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:44 smithi044 bash[32620]: cluster 2023-12-07T10:33:43.237407+0000 mgr.a (mgr.24293) 1740 : cluster 0 pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:44 smithi027 bash[31536]: cluster 2023-12-07T10:33:43.237407+0000 mgr.a (mgr.24293) 1740 : cluster 0 pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:46.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:46.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:46.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:46 smithi022 bash[28554]: cluster 2023-12-07T10:33:45.238096+0000 mgr.a (mgr.24293) 1741 : cluster 0 pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:46 smithi044 bash[32620]: cluster 2023-12-07T10:33:45.238096+0000 mgr.a (mgr.24293) 1741 : cluster 0 pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:46 smithi027 bash[31536]: cluster 2023-12-07T10:33:45.238096+0000 mgr.a (mgr.24293) 1741 : cluster 0 pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:47.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:48 smithi022 bash[28554]: audit 2023-12-07T10:33:46.758751+0000 mgr.a (mgr.24293) 1742 : audit 0 from='client.47355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:48 smithi022 bash[28554]: cluster 2023-12-07T10:33:47.238763+0000 mgr.a (mgr.24293) 1743 : cluster 0 pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:48 smithi044 bash[32620]: audit 2023-12-07T10:33:46.758751+0000 mgr.a (mgr.24293) 1742 : audit 0 from='client.47355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:48 smithi044 bash[32620]: cluster 2023-12-07T10:33:47.238763+0000 mgr.a (mgr.24293) 1743 : cluster 0 pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:48 smithi027 bash[31536]: audit 2023-12-07T10:33:46.758751+0000 mgr.a (mgr.24293) 1742 : audit 0 from='client.47355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:48 smithi027 bash[31536]: cluster 2023-12-07T10:33:47.238763+0000 mgr.a (mgr.24293) 1743 : cluster 0 pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:49 smithi027 bash[31536]: cluster 2023-12-07T10:33:49.239443+0000 mgr.a (mgr.24293) 1744 : cluster 0 pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:49 smithi022 bash[28554]: cluster 2023-12-07T10:33:49.239443+0000 mgr.a (mgr.24293) 1744 : cluster 0 pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:49 smithi044 bash[32620]: cluster 2023-12-07T10:33:49.239443+0000 mgr.a (mgr.24293) 1744 : cluster 0 pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:52.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:52.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:52.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:52 smithi022 bash[28554]: cluster 2023-12-07T10:33:51.240391+0000 mgr.a (mgr.24293) 1745 : 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-07T10:33:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:52 smithi044 bash[32620]: cluster 2023-12-07T10:33:51.240391+0000 mgr.a (mgr.24293) 1745 : 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-07T10:33:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:52 smithi027 bash[31536]: cluster 2023-12-07T10:33:51.240391+0000 mgr.a (mgr.24293) 1745 : 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-07T10:33:53.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:53.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:53.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:53.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:53.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:54 smithi022 bash[28554]: audit 2023-12-07T10:33:52.720037+0000 mgr.a (mgr.24293) 1746 : audit 0 from='client.47430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:54 smithi022 bash[28554]: cluster 2023-12-07T10:33:53.241034+0000 mgr.a (mgr.24293) 1747 : cluster 0 pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:54 smithi044 bash[32620]: audit 2023-12-07T10:33:52.720037+0000 mgr.a (mgr.24293) 1746 : audit 0 from='client.47430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:54 smithi044 bash[32620]: cluster 2023-12-07T10:33:53.241034+0000 mgr.a (mgr.24293) 1747 : cluster 0 pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:54 smithi027 bash[31536]: audit 2023-12-07T10:33:52.720037+0000 mgr.a (mgr.24293) 1746 : audit 0 from='client.47430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:54 smithi027 bash[31536]: cluster 2023-12-07T10:33:53.241034+0000 mgr.a (mgr.24293) 1747 : cluster 0 pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:56 smithi022 bash[28554]: cluster 2023-12-07T10:33:55.241630+0000 mgr.a (mgr.24293) 1748 : cluster 0 pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:56 smithi044 bash[32620]: cluster 2023-12-07T10:33:55.241630+0000 mgr.a (mgr.24293) 1748 : cluster 0 pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:56 smithi027 bash[31536]: cluster 2023-12-07T10:33:55.241630+0000 mgr.a (mgr.24293) 1748 : cluster 0 pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:58.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:33:58.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:58.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:58 smithi022 bash[28554]: cluster 2023-12-07T10:33:57.242451+0000 mgr.a (mgr.24293) 1749 : cluster 0 pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:58 smithi044 bash[32620]: cluster 2023-12-07T10:33:57.242451+0000 mgr.a (mgr.24293) 1749 : cluster 0 pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:58 smithi027 bash[31536]: cluster 2023-12-07T10:33:57.242451+0000 mgr.a (mgr.24293) 1749 : cluster 0 pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:59.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:33:59.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:59.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:59.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:59.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:33:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:59 smithi022 bash[28554]: audit 2023-12-07T10:33:58.660727+0000 mgr.a (mgr.24293) 1750 : audit 0 from='client.47502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:33:59 smithi022 bash[28554]: cluster 2023-12-07T10:33:59.243208+0000 mgr.a (mgr.24293) 1751 : cluster 0 pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:59 smithi044 bash[32620]: audit 2023-12-07T10:33:58.660727+0000 mgr.a (mgr.24293) 1750 : audit 0 from='client.47502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:33:59 smithi044 bash[32620]: cluster 2023-12-07T10:33:59.243208+0000 mgr.a (mgr.24293) 1751 : cluster 0 pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:59 smithi027 bash[31536]: audit 2023-12-07T10:33:58.660727+0000 mgr.a (mgr.24293) 1750 : audit 0 from='client.47502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:33:59 smithi027 bash[31536]: cluster 2023-12-07T10:33:59.243208+0000 mgr.a (mgr.24293) 1751 : cluster 0 pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:02 smithi022 bash[28554]: cluster 2023-12-07T10:34:01.244052+0000 mgr.a (mgr.24293) 1752 : cluster 0 pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:02 smithi044 bash[32620]: cluster 2023-12-07T10:34:01.244052+0000 mgr.a (mgr.24293) 1752 : cluster 0 pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:02 smithi027 bash[31536]: cluster 2023-12-07T10:34:01.244052+0000 mgr.a (mgr.24293) 1752 : cluster 0 pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:04.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:04.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:04.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:04 smithi022 bash[28554]: cluster 2023-12-07T10:34:03.244592+0000 mgr.a (mgr.24293) 1753 : 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-07T10:34:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:04 smithi044 bash[32620]: cluster 2023-12-07T10:34:03.244592+0000 mgr.a (mgr.24293) 1753 : 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-07T10:34:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:04 smithi027 bash[31536]: cluster 2023-12-07T10:34:03.244592+0000 mgr.a (mgr.24293) 1753 : 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-07T10:34:05.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:05.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:05.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:05.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:05.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:06 smithi022 bash[28554]: audit 2023-12-07T10:34:04.599133+0000 mgr.a (mgr.24293) 1754 : audit 0 from='client.47577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:06 smithi022 bash[28554]: cluster 2023-12-07T10:34:05.245356+0000 mgr.a (mgr.24293) 1755 : 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-07T10:34:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:06 smithi044 bash[32620]: audit 2023-12-07T10:34:04.599133+0000 mgr.a (mgr.24293) 1754 : audit 0 from='client.47577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:06 smithi044 bash[32620]: cluster 2023-12-07T10:34:05.245356+0000 mgr.a (mgr.24293) 1755 : 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-07T10:34:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:06 smithi027 bash[31536]: audit 2023-12-07T10:34:04.599133+0000 mgr.a (mgr.24293) 1754 : audit 0 from='client.47577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:06 smithi027 bash[31536]: cluster 2023-12-07T10:34:05.245356+0000 mgr.a (mgr.24293) 1755 : 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-07T10:34:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:08 smithi022 bash[28554]: cluster 2023-12-07T10:34:07.246231+0000 mgr.a (mgr.24293) 1756 : 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-07T10:34:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:08 smithi044 bash[32620]: cluster 2023-12-07T10:34:07.246231+0000 mgr.a (mgr.24293) 1756 : 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-07T10:34:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:08 smithi027 bash[31536]: cluster 2023-12-07T10:34:07.246231+0000 mgr.a (mgr.24293) 1756 : 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-07T10:34:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:09 smithi022 bash[28554]: cluster 2023-12-07T10:34:09.246819+0000 mgr.a (mgr.24293) 1757 : 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-07T10:34:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:09 smithi044 bash[32620]: cluster 2023-12-07T10:34:09.246819+0000 mgr.a (mgr.24293) 1757 : 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-07T10:34:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:09 smithi027 bash[31536]: cluster 2023-12-07T10:34:09.246819+0000 mgr.a (mgr.24293) 1757 : 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-07T10:34:10.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:10.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:10.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:11.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:11.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:11.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:11.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:11.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:12 smithi022 bash[28554]: audit 2023-12-07T10:34:10.541474+0000 mgr.a (mgr.24293) 1758 : audit 0 from='client.47652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:12 smithi022 bash[28554]: cluster 2023-12-07T10:34:11.247929+0000 mgr.a (mgr.24293) 1759 : cluster 0 pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:12 smithi044 bash[32620]: audit 2023-12-07T10:34:10.541474+0000 mgr.a (mgr.24293) 1758 : audit 0 from='client.47652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:12 smithi044 bash[32620]: cluster 2023-12-07T10:34:11.247929+0000 mgr.a (mgr.24293) 1759 : cluster 0 pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:12 smithi027 bash[31536]: audit 2023-12-07T10:34:10.541474+0000 mgr.a (mgr.24293) 1758 : audit 0 from='client.47652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:12 smithi027 bash[31536]: cluster 2023-12-07T10:34:11.247929+0000 mgr.a (mgr.24293) 1759 : cluster 0 pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:14 smithi022 bash[28554]: cluster 2023-12-07T10:34:13.248518+0000 mgr.a (mgr.24293) 1760 : cluster 0 pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:14 smithi044 bash[32620]: cluster 2023-12-07T10:34:13.248518+0000 mgr.a (mgr.24293) 1760 : cluster 0 pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:14 smithi027 bash[31536]: cluster 2023-12-07T10:34:13.248518+0000 mgr.a (mgr.24293) 1760 : cluster 0 pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:16.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:16.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:16.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:16 smithi022 bash[28554]: cluster 2023-12-07T10:34:15.249109+0000 mgr.a (mgr.24293) 1761 : cluster 0 pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:16 smithi044 bash[32620]: cluster 2023-12-07T10:34:15.249109+0000 mgr.a (mgr.24293) 1761 : cluster 0 pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:16 smithi027 bash[31536]: cluster 2023-12-07T10:34:15.249109+0000 mgr.a (mgr.24293) 1761 : cluster 0 pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:16.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:16.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:16.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:16.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:16.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:18 smithi022 bash[28554]: audit 2023-12-07T10:34:16.479750+0000 mgr.a (mgr.24293) 1762 : audit 0 from='client.47724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:18 smithi022 bash[28554]: cluster 2023-12-07T10:34:17.250176+0000 mgr.a (mgr.24293) 1763 : cluster 0 pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:18 smithi044 bash[32620]: audit 2023-12-07T10:34:16.479750+0000 mgr.a (mgr.24293) 1762 : audit 0 from='client.47724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:18 smithi044 bash[32620]: cluster 2023-12-07T10:34:17.250176+0000 mgr.a (mgr.24293) 1763 : cluster 0 pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:18 smithi027 bash[31536]: audit 2023-12-07T10:34:16.479750+0000 mgr.a (mgr.24293) 1762 : audit 0 from='client.47724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:18 smithi027 bash[31536]: cluster 2023-12-07T10:34:17.250176+0000 mgr.a (mgr.24293) 1763 : cluster 0 pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:19 smithi022 bash[28554]: cluster 2023-12-07T10:34:19.250839+0000 mgr.a (mgr.24293) 1764 : cluster 0 pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:19 smithi044 bash[32620]: cluster 2023-12-07T10:34:19.250839+0000 mgr.a (mgr.24293) 1764 : cluster 0 pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:19 smithi027 bash[31536]: cluster 2023-12-07T10:34:19.250839+0000 mgr.a (mgr.24293) 1764 : cluster 0 pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:22.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:22.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:22.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:22 smithi022 bash[28554]: cluster 2023-12-07T10:34:21.251663+0000 mgr.a (mgr.24293) 1765 : cluster 0 pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:22 smithi044 bash[32620]: cluster 2023-12-07T10:34:21.251663+0000 mgr.a (mgr.24293) 1765 : cluster 0 pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:22 smithi027 bash[31536]: cluster 2023-12-07T10:34:21.251663+0000 mgr.a (mgr.24293) 1765 : cluster 0 pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:22.944 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:22.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:22.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:22.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:22.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:24 smithi022 bash[28554]: audit 2023-12-07T10:34:22.414467+0000 mgr.a (mgr.24293) 1766 : audit 0 from='client.47799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:24 smithi022 bash[28554]: cluster 2023-12-07T10:34:23.252407+0000 mgr.a (mgr.24293) 1767 : cluster 0 pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:24 smithi044 bash[32620]: audit 2023-12-07T10:34:22.414467+0000 mgr.a (mgr.24293) 1766 : audit 0 from='client.47799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:24 smithi044 bash[32620]: cluster 2023-12-07T10:34:23.252407+0000 mgr.a (mgr.24293) 1767 : cluster 0 pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:24 smithi027 bash[31536]: audit 2023-12-07T10:34:22.414467+0000 mgr.a (mgr.24293) 1766 : audit 0 from='client.47799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:24 smithi027 bash[31536]: cluster 2023-12-07T10:34:23.252407+0000 mgr.a (mgr.24293) 1767 : cluster 0 pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:25 smithi022 bash[28554]: audit 2023-12-07T10:34:24.881698+0000 mon.a (mon.0) 711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:34:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:25 smithi044 bash[32620]: audit 2023-12-07T10:34:24.881698+0000 mon.a (mon.0) 711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:34:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:25 smithi027 bash[31536]: audit 2023-12-07T10:34:24.881698+0000 mon.a (mon.0) 711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:34:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:26 smithi022 bash[28554]: cluster 2023-12-07T10:34:25.253000+0000 mgr.a (mgr.24293) 1768 : cluster 0 pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:26 smithi022 bash[28554]: audit 2023-12-07T10:34:25.671483+0000 mon.a (mon.0) 712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:26 smithi022 bash[28554]: audit 2023-12-07T10:34:25.673267+0000 mon.a (mon.0) 713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:26 smithi022 bash[28554]: audit 2023-12-07T10:34:25.682676+0000 mon.a (mon.0) 714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:26 smithi044 bash[32620]: cluster 2023-12-07T10:34:25.253000+0000 mgr.a (mgr.24293) 1768 : cluster 0 pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:26 smithi044 bash[32620]: audit 2023-12-07T10:34:25.671483+0000 mon.a (mon.0) 712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:26 smithi044 bash[32620]: audit 2023-12-07T10:34:25.673267+0000 mon.a (mon.0) 713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:34:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:26 smithi044 bash[32620]: audit 2023-12-07T10:34:25.682676+0000 mon.a (mon.0) 714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:34:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:26 smithi027 bash[31536]: cluster 2023-12-07T10:34:25.253000+0000 mgr.a (mgr.24293) 1768 : cluster 0 pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:26 smithi027 bash[31536]: audit 2023-12-07T10:34:25.671483+0000 mon.a (mon.0) 712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:34:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:26 smithi027 bash[31536]: audit 2023-12-07T10:34:25.673267+0000 mon.a (mon.0) 713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:34:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:26 smithi027 bash[31536]: audit 2023-12-07T10:34:25.682676+0000 mon.a (mon.0) 714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:34:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:27 smithi022 bash[28554]: cluster 2023-12-07T10:34:27.253798+0000 mgr.a (mgr.24293) 1769 : cluster 0 pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:27 smithi044 bash[32620]: cluster 2023-12-07T10:34:27.253798+0000 mgr.a (mgr.24293) 1769 : cluster 0 pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:27 smithi027 bash[31536]: cluster 2023-12-07T10:34:27.253798+0000 mgr.a (mgr.24293) 1769 : cluster 0 pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:27.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:27.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:27.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:28.879 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:28.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:28.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:28.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:28.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:29 smithi022 bash[28554]: audit 2023-12-07T10:34:28.362127+0000 mgr.a (mgr.24293) 1770 : audit 0 from='client.47874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:29 smithi022 bash[28554]: cluster 2023-12-07T10:34:29.254604+0000 mgr.a (mgr.24293) 1771 : cluster 0 pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:29 smithi044 bash[32620]: audit 2023-12-07T10:34:28.362127+0000 mgr.a (mgr.24293) 1770 : audit 0 from='client.47874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:29 smithi044 bash[32620]: cluster 2023-12-07T10:34:29.254604+0000 mgr.a (mgr.24293) 1771 : cluster 0 pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:29 smithi027 bash[31536]: audit 2023-12-07T10:34:28.362127+0000 mgr.a (mgr.24293) 1770 : audit 0 from='client.47874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:29 smithi027 bash[31536]: cluster 2023-12-07T10:34:29.254604+0000 mgr.a (mgr.24293) 1771 : cluster 0 pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:32 smithi022 bash[28554]: cluster 2023-12-07T10:34:31.255486+0000 mgr.a (mgr.24293) 1772 : cluster 0 pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:32 smithi044 bash[32620]: cluster 2023-12-07T10:34:31.255486+0000 mgr.a (mgr.24293) 1772 : cluster 0 pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:32 smithi027 bash[31536]: cluster 2023-12-07T10:34:31.255486+0000 mgr.a (mgr.24293) 1772 : cluster 0 pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:33.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:33.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:33.883 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:34 smithi022 bash[28554]: cluster 2023-12-07T10:34:33.256067+0000 mgr.a (mgr.24293) 1773 : cluster 0 pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:34 smithi044 bash[32620]: cluster 2023-12-07T10:34:33.256067+0000 mgr.a (mgr.24293) 1773 : cluster 0 pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:34 smithi027 bash[31536]: cluster 2023-12-07T10:34:33.256067+0000 mgr.a (mgr.24293) 1773 : cluster 0 pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:34.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:34.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:34.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:34.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:34.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:35 smithi022 bash[28554]: audit 2023-12-07T10:34:34.294866+0000 mgr.a (mgr.24293) 1774 : audit 0 from='client.47949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:35 smithi044 bash[32620]: audit 2023-12-07T10:34:34.294866+0000 mgr.a (mgr.24293) 1774 : audit 0 from='client.47949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:35 smithi027 bash[31536]: audit 2023-12-07T10:34:34.294866+0000 mgr.a (mgr.24293) 1774 : audit 0 from='client.47949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:36 smithi022 bash[28554]: cluster 2023-12-07T10:34:35.256780+0000 mgr.a (mgr.24293) 1775 : cluster 0 pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:36 smithi044 bash[32620]: cluster 2023-12-07T10:34:35.256780+0000 mgr.a (mgr.24293) 1775 : cluster 0 pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:36 smithi027 bash[31536]: cluster 2023-12-07T10:34:35.256780+0000 mgr.a (mgr.24293) 1775 : cluster 0 pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:38 smithi022 bash[28554]: cluster 2023-12-07T10:34:37.257663+0000 mgr.a (mgr.24293) 1776 : cluster 0 pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:38 smithi044 bash[32620]: cluster 2023-12-07T10:34:37.257663+0000 mgr.a (mgr.24293) 1776 : cluster 0 pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:38 smithi027 bash[31536]: cluster 2023-12-07T10:34:37.257663+0000 mgr.a (mgr.24293) 1776 : cluster 0 pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:39.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:39.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:39.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:39 smithi022 bash[28554]: cluster 2023-12-07T10:34:39.258259+0000 mgr.a (mgr.24293) 1777 : 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-07T10:34:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:39 smithi044 bash[32620]: cluster 2023-12-07T10:34:39.258259+0000 mgr.a (mgr.24293) 1777 : 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-07T10:34:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:39 smithi027 bash[31536]: cluster 2023-12-07T10:34:39.258259+0000 mgr.a (mgr.24293) 1777 : 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-07T10:34:40.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:40.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:40.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:40.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:40.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:40 smithi022 bash[28554]: audit 2023-12-07T10:34:40.222565+0000 mgr.a (mgr.24293) 1778 : audit 0 from='client.48024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:40 smithi044 bash[32620]: audit 2023-12-07T10:34:40.222565+0000 mgr.a (mgr.24293) 1778 : audit 0 from='client.48024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:40 smithi027 bash[31536]: audit 2023-12-07T10:34:40.222565+0000 mgr.a (mgr.24293) 1778 : audit 0 from='client.48024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:41 smithi022 bash[28554]: cluster 2023-12-07T10:34:41.259228+0000 mgr.a (mgr.24293) 1779 : cluster 0 pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:34:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:41 smithi044 bash[32620]: cluster 2023-12-07T10:34:41.259228+0000 mgr.a (mgr.24293) 1779 : cluster 0 pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:34:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:41 smithi027 bash[31536]: cluster 2023-12-07T10:34:41.259228+0000 mgr.a (mgr.24293) 1779 : cluster 0 pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:34:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:44 smithi022 bash[28554]: cluster 2023-12-07T10:34:43.259793+0000 mgr.a (mgr.24293) 1780 : cluster 0 pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:44 smithi044 bash[32620]: cluster 2023-12-07T10:34:43.259793+0000 mgr.a (mgr.24293) 1780 : cluster 0 pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:44 smithi027 bash[31536]: cluster 2023-12-07T10:34:43.259793+0000 mgr.a (mgr.24293) 1780 : cluster 0 pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:45.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:45.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:45.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:46 smithi022 bash[28554]: cluster 2023-12-07T10:34:45.260449+0000 mgr.a (mgr.24293) 1781 : cluster 0 pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:46 smithi044 bash[32620]: cluster 2023-12-07T10:34:45.260449+0000 mgr.a (mgr.24293) 1781 : cluster 0 pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:46.679 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:46.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:46.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:46.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:46.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:46 smithi027 bash[31536]: cluster 2023-12-07T10:34:45.260449+0000 mgr.a (mgr.24293) 1781 : cluster 0 pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:47 smithi022 bash[28554]: audit 2023-12-07T10:34:46.144129+0000 mgr.a (mgr.24293) 1782 : audit 0 from='client.48102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:47 smithi044 bash[32620]: audit 2023-12-07T10:34:46.144129+0000 mgr.a (mgr.24293) 1782 : audit 0 from='client.48102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:47 smithi027 bash[31536]: audit 2023-12-07T10:34:46.144129+0000 mgr.a (mgr.24293) 1782 : audit 0 from='client.48102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:48 smithi022 bash[28554]: cluster 2023-12-07T10:34:47.261473+0000 mgr.a (mgr.24293) 1783 : cluster 0 pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:48 smithi044 bash[32620]: cluster 2023-12-07T10:34:47.261473+0000 mgr.a (mgr.24293) 1783 : cluster 0 pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:48 smithi027 bash[31536]: cluster 2023-12-07T10:34:47.261473+0000 mgr.a (mgr.24293) 1783 : cluster 0 pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:49 smithi022 bash[28554]: cluster 2023-12-07T10:34:49.262070+0000 mgr.a (mgr.24293) 1784 : cluster 0 pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:49 smithi044 bash[32620]: cluster 2023-12-07T10:34:49.262070+0000 mgr.a (mgr.24293) 1784 : cluster 0 pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:49 smithi027 bash[31536]: cluster 2023-12-07T10:34:49.262070+0000 mgr.a (mgr.24293) 1784 : cluster 0 pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:51.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:51.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:51.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:52.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:52 smithi022 bash[28554]: cluster 2023-12-07T10:34:51.262829+0000 mgr.a (mgr.24293) 1785 : cluster 0 pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:52 smithi044 bash[32620]: cluster 2023-12-07T10:34:51.262829+0000 mgr.a (mgr.24293) 1785 : cluster 0 pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:52 smithi027 bash[31536]: cluster 2023-12-07T10:34:51.262829+0000 mgr.a (mgr.24293) 1785 : cluster 0 pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:53 smithi022 bash[28554]: audit 2023-12-07T10:34:52.090141+0000 mgr.a (mgr.24293) 1786 : audit 0 from='client.48177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:53 smithi044 bash[32620]: audit 2023-12-07T10:34:52.090141+0000 mgr.a (mgr.24293) 1786 : audit 0 from='client.48177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:53 smithi027 bash[31536]: audit 2023-12-07T10:34:52.090141+0000 mgr.a (mgr.24293) 1786 : audit 0 from='client.48177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:54 smithi022 bash[28554]: cluster 2023-12-07T10:34:53.263487+0000 mgr.a (mgr.24293) 1787 : cluster 0 pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:34:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:54 smithi044 bash[32620]: cluster 2023-12-07T10:34:53.263487+0000 mgr.a (mgr.24293) 1787 : cluster 0 pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:34:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:54 smithi027 bash[31536]: cluster 2023-12-07T10:34:53.263487+0000 mgr.a (mgr.24293) 1787 : cluster 0 pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:34:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:56 smithi022 bash[28554]: cluster 2023-12-07T10:34:55.264112+0000 mgr.a (mgr.24293) 1788 : cluster 0 pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:34:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:56 smithi044 bash[32620]: cluster 2023-12-07T10:34:55.264112+0000 mgr.a (mgr.24293) 1788 : cluster 0 pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:34:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:56 smithi027 bash[31536]: cluster 2023-12-07T10:34:55.264112+0000 mgr.a (mgr.24293) 1788 : cluster 0 pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:34:57.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:34:57.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:57.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:57 smithi022 bash[28554]: cluster 2023-12-07T10:34:57.265027+0000 mgr.a (mgr.24293) 1789 : cluster 0 pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:34:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:57 smithi044 bash[32620]: cluster 2023-12-07T10:34:57.265027+0000 mgr.a (mgr.24293) 1789 : cluster 0 pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:34:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:57 smithi027 bash[31536]: cluster 2023-12-07T10:34:57.265027+0000 mgr.a (mgr.24293) 1789 : cluster 0 pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:34:58.567 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:34:58.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:58.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:58.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:58.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:34:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:58 smithi022 bash[28554]: audit 2023-12-07T10:34:58.025721+0000 mgr.a (mgr.24293) 1790 : audit 0 from='client.48252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:58 smithi044 bash[32620]: audit 2023-12-07T10:34:58.025721+0000 mgr.a (mgr.24293) 1790 : audit 0 from='client.48252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:58 smithi027 bash[31536]: audit 2023-12-07T10:34:58.025721+0000 mgr.a (mgr.24293) 1790 : audit 0 from='client.48252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:34:59 smithi022 bash[28554]: cluster 2023-12-07T10:34:59.265734+0000 mgr.a (mgr.24293) 1791 : cluster 0 pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:34:59 smithi044 bash[32620]: cluster 2023-12-07T10:34:59.265734+0000 mgr.a (mgr.24293) 1791 : cluster 0 pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:34:59 smithi027 bash[31536]: cluster 2023-12-07T10:34:59.265734+0000 mgr.a (mgr.24293) 1791 : cluster 0 pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:02 smithi022 bash[28554]: cluster 2023-12-07T10:35:01.266586+0000 mgr.a (mgr.24293) 1792 : cluster 0 pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:02 smithi044 bash[32620]: cluster 2023-12-07T10:35:01.266586+0000 mgr.a (mgr.24293) 1792 : cluster 0 pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:02 smithi027 bash[31536]: cluster 2023-12-07T10:35:01.266586+0000 mgr.a (mgr.24293) 1792 : cluster 0 pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:03.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:03.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:03.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:04.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:04.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:04.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:04.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:04.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:04 smithi022 bash[28554]: cluster 2023-12-07T10:35:03.267156+0000 mgr.a (mgr.24293) 1793 : cluster 0 pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:04 smithi044 bash[32620]: cluster 2023-12-07T10:35:03.267156+0000 mgr.a (mgr.24293) 1793 : cluster 0 pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:04 smithi027 bash[31536]: cluster 2023-12-07T10:35:03.267156+0000 mgr.a (mgr.24293) 1793 : cluster 0 pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:05 smithi022 bash[28554]: audit 2023-12-07T10:35:03.987230+0000 mgr.a (mgr.24293) 1794 : audit 0 from='client.48330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:05 smithi044 bash[32620]: audit 2023-12-07T10:35:03.987230+0000 mgr.a (mgr.24293) 1794 : audit 0 from='client.48330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:05 smithi027 bash[31536]: audit 2023-12-07T10:35:03.987230+0000 mgr.a (mgr.24293) 1794 : audit 0 from='client.48330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:06 smithi022 bash[28554]: cluster 2023-12-07T10:35:05.267822+0000 mgr.a (mgr.24293) 1795 : cluster 0 pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:06 smithi044 bash[32620]: cluster 2023-12-07T10:35:05.267822+0000 mgr.a (mgr.24293) 1795 : cluster 0 pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:06 smithi027 bash[31536]: cluster 2023-12-07T10:35:05.267822+0000 mgr.a (mgr.24293) 1795 : cluster 0 pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:08 smithi022 bash[28554]: cluster 2023-12-07T10:35:07.268644+0000 mgr.a (mgr.24293) 1796 : cluster 0 pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:08 smithi044 bash[32620]: cluster 2023-12-07T10:35:07.268644+0000 mgr.a (mgr.24293) 1796 : cluster 0 pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:08 smithi027 bash[31536]: cluster 2023-12-07T10:35:07.268644+0000 mgr.a (mgr.24293) 1796 : cluster 0 pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:09.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:09.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:09.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:09 smithi022 bash[28554]: cluster 2023-12-07T10:35:09.269151+0000 mgr.a (mgr.24293) 1797 : 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-07T10:35:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:09 smithi044 bash[32620]: cluster 2023-12-07T10:35:09.269151+0000 mgr.a (mgr.24293) 1797 : 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-07T10:35:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:09 smithi027 bash[31536]: cluster 2023-12-07T10:35:09.269151+0000 mgr.a (mgr.24293) 1797 : 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-07T10:35:10.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:10.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:10.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:10.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:10.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:10.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:10 smithi022 bash[28554]: audit 2023-12-07T10:35:09.929865+0000 mgr.a (mgr.24293) 1798 : audit 0 from='client.48408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:10 smithi044 bash[32620]: audit 2023-12-07T10:35:09.929865+0000 mgr.a (mgr.24293) 1798 : audit 0 from='client.48408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:10 smithi027 bash[31536]: audit 2023-12-07T10:35:09.929865+0000 mgr.a (mgr.24293) 1798 : audit 0 from='client.48408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:11 smithi022 bash[28554]: cluster 2023-12-07T10:35:11.270024+0000 mgr.a (mgr.24293) 1799 : 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-07T10:35:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:11 smithi044 bash[32620]: cluster 2023-12-07T10:35:11.270024+0000 mgr.a (mgr.24293) 1799 : 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-07T10:35:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:11 smithi027 bash[31536]: cluster 2023-12-07T10:35:11.270024+0000 mgr.a (mgr.24293) 1799 : 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-07T10:35:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:14 smithi022 bash[28554]: cluster 2023-12-07T10:35:13.270554+0000 mgr.a (mgr.24293) 1800 : 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-07T10:35:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:14 smithi044 bash[32620]: cluster 2023-12-07T10:35:13.270554+0000 mgr.a (mgr.24293) 1800 : 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-07T10:35:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:14 smithi027 bash[31536]: cluster 2023-12-07T10:35:13.270554+0000 mgr.a (mgr.24293) 1800 : 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-07T10:35:15.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:15.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:15.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:16.381 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:16.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:16.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:16.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:16.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:16 smithi022 bash[28554]: cluster 2023-12-07T10:35:15.271100+0000 mgr.a (mgr.24293) 1801 : 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-07T10:35:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:16 smithi044 bash[32620]: cluster 2023-12-07T10:35:15.271100+0000 mgr.a (mgr.24293) 1801 : 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-07T10:35:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:16 smithi027 bash[31536]: cluster 2023-12-07T10:35:15.271100+0000 mgr.a (mgr.24293) 1801 : 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-07T10:35:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:17 smithi022 bash[28554]: audit 2023-12-07T10:35:15.855627+0000 mgr.a (mgr.24293) 1802 : audit 0 from='client.48483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:17 smithi044 bash[32620]: audit 2023-12-07T10:35:15.855627+0000 mgr.a (mgr.24293) 1802 : audit 0 from='client.48483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:17 smithi027 bash[31536]: audit 2023-12-07T10:35:15.855627+0000 mgr.a (mgr.24293) 1802 : audit 0 from='client.48483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:18 smithi022 bash[28554]: cluster 2023-12-07T10:35:17.272197+0000 mgr.a (mgr.24293) 1803 : cluster 0 pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:18 smithi044 bash[32620]: cluster 2023-12-07T10:35:17.272197+0000 mgr.a (mgr.24293) 1803 : cluster 0 pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:18 smithi027 bash[31536]: cluster 2023-12-07T10:35:17.272197+0000 mgr.a (mgr.24293) 1803 : cluster 0 pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:19 smithi022 bash[28554]: cluster 2023-12-07T10:35:19.272945+0000 mgr.a (mgr.24293) 1804 : cluster 0 pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:19 smithi044 bash[32620]: cluster 2023-12-07T10:35:19.272945+0000 mgr.a (mgr.24293) 1804 : cluster 0 pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:19 smithi027 bash[31536]: cluster 2023-12-07T10:35:19.272945+0000 mgr.a (mgr.24293) 1804 : cluster 0 pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:21.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:21.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:21.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:22.325 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:22.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:22.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:22.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:22.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:22 smithi022 bash[28554]: cluster 2023-12-07T10:35:21.273736+0000 mgr.a (mgr.24293) 1805 : cluster 0 pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:22 smithi044 bash[32620]: cluster 2023-12-07T10:35:21.273736+0000 mgr.a (mgr.24293) 1805 : cluster 0 pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:22 smithi027 bash[31536]: cluster 2023-12-07T10:35:21.273736+0000 mgr.a (mgr.24293) 1805 : cluster 0 pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:23 smithi022 bash[28554]: audit 2023-12-07T10:35:21.809457+0000 mgr.a (mgr.24293) 1806 : audit 0 from='client.48555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:23 smithi044 bash[32620]: audit 2023-12-07T10:35:21.809457+0000 mgr.a (mgr.24293) 1806 : audit 0 from='client.48555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:23 smithi027 bash[31536]: audit 2023-12-07T10:35:21.809457+0000 mgr.a (mgr.24293) 1806 : audit 0 from='client.48555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:24 smithi022 bash[28554]: cluster 2023-12-07T10:35:23.274391+0000 mgr.a (mgr.24293) 1807 : cluster 0 pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:24 smithi044 bash[32620]: cluster 2023-12-07T10:35:23.274391+0000 mgr.a (mgr.24293) 1807 : cluster 0 pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:24 smithi027 bash[31536]: cluster 2023-12-07T10:35:23.274391+0000 mgr.a (mgr.24293) 1807 : cluster 0 pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:26 smithi022 bash[28554]: cluster 2023-12-07T10:35:25.274972+0000 mgr.a (mgr.24293) 1808 : cluster 0 pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:26 smithi022 bash[28554]: audit 2023-12-07T10:35:25.786910+0000 mon.a (mon.0) 715 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:35:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:26 smithi044 bash[32620]: cluster 2023-12-07T10:35:25.274972+0000 mgr.a (mgr.24293) 1808 : cluster 0 pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:26 smithi044 bash[32620]: audit 2023-12-07T10:35:25.786910+0000 mon.a (mon.0) 715 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:35:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:26 smithi027 bash[31536]: cluster 2023-12-07T10:35:25.274972+0000 mgr.a (mgr.24293) 1808 : cluster 0 pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:26 smithi027 bash[31536]: audit 2023-12-07T10:35:25.786910+0000 mon.a (mon.0) 715 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:35:27.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:27.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:27.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:27 smithi022 bash[28554]: audit 2023-12-07T10:35:26.581213+0000 mon.a (mon.0) 716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:35:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:27 smithi022 bash[28554]: audit 2023-12-07T10:35:26.583146+0000 mon.a (mon.0) 717 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:35:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:27 smithi022 bash[28554]: audit 2023-12-07T10:35:26.592876+0000 mon.a (mon.0) 718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:35:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:27 smithi044 bash[32620]: audit 2023-12-07T10:35:26.581213+0000 mon.a (mon.0) 716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:35:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:27 smithi044 bash[32620]: audit 2023-12-07T10:35:26.583146+0000 mon.a (mon.0) 717 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:35:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:27 smithi044 bash[32620]: audit 2023-12-07T10:35:26.592876+0000 mon.a (mon.0) 718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:35:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:27 smithi027 bash[31536]: audit 2023-12-07T10:35:26.581213+0000 mon.a (mon.0) 716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:35:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:27 smithi027 bash[31536]: audit 2023-12-07T10:35:26.583146+0000 mon.a (mon.0) 717 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:35:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:27 smithi027 bash[31536]: audit 2023-12-07T10:35:26.592876+0000 mon.a (mon.0) 718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:35:28.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:28.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:28.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:28.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:28.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:28 smithi022 bash[28554]: cluster 2023-12-07T10:35:27.275776+0000 mgr.a (mgr.24293) 1809 : cluster 0 pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:28 smithi022 bash[28554]: audit 2023-12-07T10:35:27.737061+0000 mgr.a (mgr.24293) 1810 : audit 0 from='client.48627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:28 smithi044 bash[32620]: cluster 2023-12-07T10:35:27.275776+0000 mgr.a (mgr.24293) 1809 : cluster 0 pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:28 smithi044 bash[32620]: audit 2023-12-07T10:35:27.737061+0000 mgr.a (mgr.24293) 1810 : audit 0 from='client.48627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:28 smithi027 bash[31536]: cluster 2023-12-07T10:35:27.275776+0000 mgr.a (mgr.24293) 1809 : cluster 0 pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:28 smithi027 bash[31536]: audit 2023-12-07T10:35:27.737061+0000 mgr.a (mgr.24293) 1810 : audit 0 from='client.48627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:29 smithi022 bash[28554]: cluster 2023-12-07T10:35:29.276463+0000 mgr.a (mgr.24293) 1811 : 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-07T10:35:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:29 smithi044 bash[32620]: cluster 2023-12-07T10:35:29.276463+0000 mgr.a (mgr.24293) 1811 : 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-07T10:35:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:29 smithi027 bash[31536]: cluster 2023-12-07T10:35:29.276463+0000 mgr.a (mgr.24293) 1811 : 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-07T10:35:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:32 smithi022 bash[28554]: cluster 2023-12-07T10:35:31.277262+0000 mgr.a (mgr.24293) 1812 : cluster 0 pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:32 smithi044 bash[32620]: cluster 2023-12-07T10:35:31.277262+0000 mgr.a (mgr.24293) 1812 : cluster 0 pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:32 smithi027 bash[31536]: cluster 2023-12-07T10:35:31.277262+0000 mgr.a (mgr.24293) 1812 : cluster 0 pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:33.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:33.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:33.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:34.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:34.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:34.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:34.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:34.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:34 smithi022 bash[28554]: cluster 2023-12-07T10:35:33.277962+0000 mgr.a (mgr.24293) 1813 : cluster 0 pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:34 smithi044 bash[32620]: cluster 2023-12-07T10:35:33.277962+0000 mgr.a (mgr.24293) 1813 : cluster 0 pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:34 smithi027 bash[31536]: cluster 2023-12-07T10:35:33.277962+0000 mgr.a (mgr.24293) 1813 : cluster 0 pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:35 smithi022 bash[28554]: audit 2023-12-07T10:35:33.661863+0000 mgr.a (mgr.24293) 1814 : audit 0 from='client.48702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:35 smithi044 bash[32620]: audit 2023-12-07T10:35:33.661863+0000 mgr.a (mgr.24293) 1814 : audit 0 from='client.48702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:35 smithi027 bash[31536]: audit 2023-12-07T10:35:33.661863+0000 mgr.a (mgr.24293) 1814 : audit 0 from='client.48702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:36 smithi022 bash[28554]: cluster 2023-12-07T10:35:35.278672+0000 mgr.a (mgr.24293) 1815 : cluster 0 pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:36 smithi044 bash[32620]: cluster 2023-12-07T10:35:35.278672+0000 mgr.a (mgr.24293) 1815 : cluster 0 pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:36 smithi027 bash[31536]: cluster 2023-12-07T10:35:35.278672+0000 mgr.a (mgr.24293) 1815 : cluster 0 pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:37 smithi022 bash[28554]: cluster 2023-12-07T10:35:37.279482+0000 mgr.a (mgr.24293) 1816 : cluster 0 pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:37 smithi044 bash[32620]: cluster 2023-12-07T10:35:37.279482+0000 mgr.a (mgr.24293) 1816 : cluster 0 pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:37 smithi027 bash[31536]: cluster 2023-12-07T10:35:37.279482+0000 mgr.a (mgr.24293) 1816 : cluster 0 pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:39.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:39.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:39.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:39 smithi022 bash[28554]: cluster 2023-12-07T10:35:39.280075+0000 mgr.a (mgr.24293) 1817 : cluster 0 pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:39 smithi044 bash[32620]: cluster 2023-12-07T10:35:39.280075+0000 mgr.a (mgr.24293) 1817 : cluster 0 pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:39 smithi027 bash[31536]: cluster 2023-12-07T10:35:39.280075+0000 mgr.a (mgr.24293) 1817 : cluster 0 pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:40.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:40.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:40.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:40.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:40.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:40 smithi022 bash[28554]: audit 2023-12-07T10:35:39.601191+0000 mgr.a (mgr.24293) 1818 : audit 0 from='client.48780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:40 smithi044 bash[32620]: audit 2023-12-07T10:35:39.601191+0000 mgr.a (mgr.24293) 1818 : audit 0 from='client.48780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:40 smithi027 bash[31536]: audit 2023-12-07T10:35:39.601191+0000 mgr.a (mgr.24293) 1818 : audit 0 from='client.48780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:41 smithi022 bash[28554]: cluster 2023-12-07T10:35:41.280934+0000 mgr.a (mgr.24293) 1819 : cluster 0 pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:41 smithi044 bash[32620]: cluster 2023-12-07T10:35:41.280934+0000 mgr.a (mgr.24293) 1819 : cluster 0 pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:41 smithi027 bash[31536]: cluster 2023-12-07T10:35:41.280934+0000 mgr.a (mgr.24293) 1819 : cluster 0 pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:44 smithi022 bash[28554]: cluster 2023-12-07T10:35:43.281503+0000 mgr.a (mgr.24293) 1820 : 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-07T10:35:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:44 smithi044 bash[32620]: cluster 2023-12-07T10:35:43.281503+0000 mgr.a (mgr.24293) 1820 : 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-07T10:35:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:44 smithi027 bash[31536]: cluster 2023-12-07T10:35:43.281503+0000 mgr.a (mgr.24293) 1820 : 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-07T10:35:45.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:45.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:45.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:46.038 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:46.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:46.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:46.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:46.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:46 smithi022 bash[28554]: cluster 2023-12-07T10:35:45.282272+0000 mgr.a (mgr.24293) 1821 : cluster 0 pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:46 smithi044 bash[32620]: cluster 2023-12-07T10:35:45.282272+0000 mgr.a (mgr.24293) 1821 : cluster 0 pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:46 smithi027 bash[31536]: cluster 2023-12-07T10:35:45.282272+0000 mgr.a (mgr.24293) 1821 : cluster 0 pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:47 smithi022 bash[28554]: audit 2023-12-07T10:35:45.544992+0000 mgr.a (mgr.24293) 1822 : audit 0 from='client.48858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:47 smithi044 bash[32620]: audit 2023-12-07T10:35:45.544992+0000 mgr.a (mgr.24293) 1822 : audit 0 from='client.48858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:47 smithi027 bash[31536]: audit 2023-12-07T10:35:45.544992+0000 mgr.a (mgr.24293) 1822 : audit 0 from='client.48858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:48 smithi022 bash[28554]: cluster 2023-12-07T10:35:47.283191+0000 mgr.a (mgr.24293) 1823 : cluster 0 pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:48 smithi044 bash[32620]: cluster 2023-12-07T10:35:47.283191+0000 mgr.a (mgr.24293) 1823 : cluster 0 pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:48 smithi027 bash[31536]: cluster 2023-12-07T10:35:47.283191+0000 mgr.a (mgr.24293) 1823 : cluster 0 pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:49 smithi022 bash[28554]: cluster 2023-12-07T10:35:49.283805+0000 mgr.a (mgr.24293) 1824 : cluster 0 pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:49 smithi044 bash[32620]: cluster 2023-12-07T10:35:49.283805+0000 mgr.a (mgr.24293) 1824 : cluster 0 pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:49 smithi027 bash[31536]: cluster 2023-12-07T10:35:49.283805+0000 mgr.a (mgr.24293) 1824 : cluster 0 pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:51.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:51.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:51.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:51.987 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:51.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:51.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:51.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:51.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:52 smithi022 bash[28554]: cluster 2023-12-07T10:35:51.284585+0000 mgr.a (mgr.24293) 1825 : cluster 0 pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:52 smithi044 bash[32620]: cluster 2023-12-07T10:35:51.284585+0000 mgr.a (mgr.24293) 1825 : cluster 0 pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:52 smithi027 bash[31536]: cluster 2023-12-07T10:35:51.284585+0000 mgr.a (mgr.24293) 1825 : cluster 0 pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:53 smithi022 bash[28554]: audit 2023-12-07T10:35:51.452570+0000 mgr.a (mgr.24293) 1826 : audit 0 from='client.48936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:53 smithi044 bash[32620]: audit 2023-12-07T10:35:51.452570+0000 mgr.a (mgr.24293) 1826 : audit 0 from='client.48936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:53 smithi027 bash[31536]: audit 2023-12-07T10:35:51.452570+0000 mgr.a (mgr.24293) 1826 : audit 0 from='client.48936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:54 smithi044 bash[32620]: cluster 2023-12-07T10:35:53.285453+0000 mgr.a (mgr.24293) 1827 : cluster 0 pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:54 smithi022 bash[28554]: cluster 2023-12-07T10:35:53.285453+0000 mgr.a (mgr.24293) 1827 : cluster 0 pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:54 smithi027 bash[31536]: cluster 2023-12-07T10:35:53.285453+0000 mgr.a (mgr.24293) 1827 : cluster 0 pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:55 smithi022 bash[28554]: cluster 2023-12-07T10:35:55.286390+0000 mgr.a (mgr.24293) 1828 : cluster 0 pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:35:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:55 smithi044 bash[32620]: cluster 2023-12-07T10:35:55.286390+0000 mgr.a (mgr.24293) 1828 : cluster 0 pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:35:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:55 smithi027 bash[31536]: cluster 2023-12-07T10:35:55.286390+0000 mgr.a (mgr.24293) 1828 : cluster 0 pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:35:56.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:35:56.991 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:56.991 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:57.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:35:57.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:57.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:57.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:57.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:35:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:58 smithi022 bash[28554]: cluster 2023-12-07T10:35:57.287077+0000 mgr.a (mgr.24293) 1829 : cluster 0 pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:58 smithi044 bash[32620]: cluster 2023-12-07T10:35:57.287077+0000 mgr.a (mgr.24293) 1829 : cluster 0 pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:58 smithi027 bash[31536]: cluster 2023-12-07T10:35:57.287077+0000 mgr.a (mgr.24293) 1829 : cluster 0 pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:35:59 smithi022 bash[28554]: audit 2023-12-07T10:35:57.403979+0000 mgr.a (mgr.24293) 1830 : audit 0 from='client.49008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:35:59 smithi044 bash[32620]: audit 2023-12-07T10:35:57.403979+0000 mgr.a (mgr.24293) 1830 : audit 0 from='client.49008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:35:59 smithi027 bash[31536]: audit 2023-12-07T10:35:57.403979+0000 mgr.a (mgr.24293) 1830 : audit 0 from='client.49008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:00 smithi022 bash[28554]: cluster 2023-12-07T10:35:59.287827+0000 mgr.a (mgr.24293) 1831 : 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-07T10:36:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:00 smithi044 bash[32620]: cluster 2023-12-07T10:35:59.287827+0000 mgr.a (mgr.24293) 1831 : 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-07T10:36:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:00 smithi027 bash[31536]: cluster 2023-12-07T10:35:59.287827+0000 mgr.a (mgr.24293) 1831 : 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-07T10:36:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:01 smithi022 bash[28554]: cluster 2023-12-07T10:36:01.288688+0000 mgr.a (mgr.24293) 1832 : cluster 0 pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:01 smithi044 bash[32620]: cluster 2023-12-07T10:36:01.288688+0000 mgr.a (mgr.24293) 1832 : cluster 0 pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:01 smithi027 bash[31536]: cluster 2023-12-07T10:36:01.288688+0000 mgr.a (mgr.24293) 1832 : cluster 0 pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:02.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:02.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:02.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:03.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:03.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:03.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:03.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:03.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:04 smithi022 bash[28554]: cluster 2023-12-07T10:36:03.289113+0000 mgr.a (mgr.24293) 1833 : cluster 0 pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:04 smithi022 bash[28554]: audit 2023-12-07T10:36:03.328547+0000 mgr.a (mgr.24293) 1834 : audit 0 from='client.49083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:04 smithi044 bash[32620]: cluster 2023-12-07T10:36:03.289113+0000 mgr.a (mgr.24293) 1833 : cluster 0 pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:04 smithi044 bash[32620]: audit 2023-12-07T10:36:03.328547+0000 mgr.a (mgr.24293) 1834 : audit 0 from='client.49083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:04 smithi027 bash[31536]: cluster 2023-12-07T10:36:03.289113+0000 mgr.a (mgr.24293) 1833 : cluster 0 pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:04 smithi027 bash[31536]: audit 2023-12-07T10:36:03.328547+0000 mgr.a (mgr.24293) 1834 : audit 0 from='client.49083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:06 smithi022 bash[28554]: cluster 2023-12-07T10:36:05.289967+0000 mgr.a (mgr.24293) 1835 : cluster 0 pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:36:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:06 smithi044 bash[32620]: cluster 2023-12-07T10:36:05.289967+0000 mgr.a (mgr.24293) 1835 : cluster 0 pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:36:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:06 smithi027 bash[31536]: cluster 2023-12-07T10:36:05.289967+0000 mgr.a (mgr.24293) 1835 : cluster 0 pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:36:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:07 smithi022 bash[28554]: cluster 2023-12-07T10:36:07.290626+0000 mgr.a (mgr.24293) 1836 : cluster 0 pgmap v1367: 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-07T10:36:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:07 smithi044 bash[32620]: cluster 2023-12-07T10:36:07.290626+0000 mgr.a (mgr.24293) 1836 : cluster 0 pgmap v1367: 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-07T10:36:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:07 smithi027 bash[31536]: cluster 2023-12-07T10:36:07.290626+0000 mgr.a (mgr.24293) 1836 : cluster 0 pgmap v1367: 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-07T10:36:08.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:08.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:08.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:09.769 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:09.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:09.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:09.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:09.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:09 smithi022 bash[28554]: audit 2023-12-07T10:36:09.255601+0000 mgr.a (mgr.24293) 1837 : audit 0 from='client.49158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:09 smithi022 bash[28554]: cluster 2023-12-07T10:36:09.291161+0000 mgr.a (mgr.24293) 1838 : cluster 0 pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:09 smithi044 bash[32620]: audit 2023-12-07T10:36:09.255601+0000 mgr.a (mgr.24293) 1837 : audit 0 from='client.49158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:09 smithi044 bash[32620]: cluster 2023-12-07T10:36:09.291161+0000 mgr.a (mgr.24293) 1838 : cluster 0 pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:09 smithi027 bash[31536]: audit 2023-12-07T10:36:09.255601+0000 mgr.a (mgr.24293) 1837 : audit 0 from='client.49158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:09 smithi027 bash[31536]: cluster 2023-12-07T10:36:09.291161+0000 mgr.a (mgr.24293) 1838 : cluster 0 pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:12 smithi022 bash[28554]: cluster 2023-12-07T10:36:11.292099+0000 mgr.a (mgr.24293) 1839 : cluster 0 pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:12 smithi044 bash[32620]: cluster 2023-12-07T10:36:11.292099+0000 mgr.a (mgr.24293) 1839 : cluster 0 pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:12 smithi027 bash[31536]: cluster 2023-12-07T10:36:11.292099+0000 mgr.a (mgr.24293) 1839 : cluster 0 pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:13 smithi022 bash[28554]: cluster 2023-12-07T10:36:13.292672+0000 mgr.a (mgr.24293) 1840 : 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-07T10:36:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:13 smithi044 bash[32620]: cluster 2023-12-07T10:36:13.292672+0000 mgr.a (mgr.24293) 1840 : 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-07T10:36:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:13 smithi027 bash[31536]: cluster 2023-12-07T10:36:13.292672+0000 mgr.a (mgr.24293) 1840 : 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-07T10:36:14.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:14.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:14.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:15.718 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:15.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:15.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:15.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:15.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:16 smithi022 bash[28554]: audit 2023-12-07T10:36:15.186219+0000 mgr.a (mgr.24293) 1841 : audit 0 from='client.49233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:16 smithi022 bash[28554]: cluster 2023-12-07T10:36:15.293451+0000 mgr.a (mgr.24293) 1842 : cluster 0 pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:16 smithi044 bash[32620]: audit 2023-12-07T10:36:15.186219+0000 mgr.a (mgr.24293) 1841 : audit 0 from='client.49233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:16 smithi044 bash[32620]: cluster 2023-12-07T10:36:15.293451+0000 mgr.a (mgr.24293) 1842 : cluster 0 pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:16 smithi027 bash[31536]: audit 2023-12-07T10:36:15.186219+0000 mgr.a (mgr.24293) 1841 : audit 0 from='client.49233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:16 smithi027 bash[31536]: cluster 2023-12-07T10:36:15.293451+0000 mgr.a (mgr.24293) 1842 : cluster 0 pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:17 smithi022 bash[28554]: cluster 2023-12-07T10:36:17.294295+0000 mgr.a (mgr.24293) 1843 : cluster 0 pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:17 smithi044 bash[32620]: cluster 2023-12-07T10:36:17.294295+0000 mgr.a (mgr.24293) 1843 : cluster 0 pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:17 smithi027 bash[31536]: cluster 2023-12-07T10:36:17.294295+0000 mgr.a (mgr.24293) 1843 : cluster 0 pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:19 smithi022 bash[28554]: cluster 2023-12-07T10:36:19.294965+0000 mgr.a (mgr.24293) 1844 : cluster 0 pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:36:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:19 smithi044 bash[32620]: cluster 2023-12-07T10:36:19.294965+0000 mgr.a (mgr.24293) 1844 : cluster 0 pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:36:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:19 smithi027 bash[31536]: cluster 2023-12-07T10:36:19.294965+0000 mgr.a (mgr.24293) 1844 : cluster 0 pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:36:20.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:20.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:20.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:21.639 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:21.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:21.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:21.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:21.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:22 smithi022 bash[28554]: audit 2023-12-07T10:36:21.127454+0000 mgr.a (mgr.24293) 1845 : audit 0 from='client.49308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:22 smithi022 bash[28554]: cluster 2023-12-07T10:36:21.296184+0000 mgr.a (mgr.24293) 1846 : cluster 0 pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:22 smithi044 bash[32620]: audit 2023-12-07T10:36:21.127454+0000 mgr.a (mgr.24293) 1845 : audit 0 from='client.49308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:22 smithi044 bash[32620]: cluster 2023-12-07T10:36:21.296184+0000 mgr.a (mgr.24293) 1846 : cluster 0 pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:22 smithi027 bash[31536]: audit 2023-12-07T10:36:21.127454+0000 mgr.a (mgr.24293) 1845 : audit 0 from='client.49308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:22 smithi027 bash[31536]: cluster 2023-12-07T10:36:21.296184+0000 mgr.a (mgr.24293) 1846 : cluster 0 pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:23 smithi022 bash[28554]: cluster 2023-12-07T10:36:23.296892+0000 mgr.a (mgr.24293) 1847 : cluster 0 pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:23 smithi044 bash[32620]: cluster 2023-12-07T10:36:23.296892+0000 mgr.a (mgr.24293) 1847 : cluster 0 pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:23 smithi027 bash[31536]: cluster 2023-12-07T10:36:23.296892+0000 mgr.a (mgr.24293) 1847 : cluster 0 pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:26.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:26.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:26.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:26 smithi022 bash[28554]: cluster 2023-12-07T10:36:25.297745+0000 mgr.a (mgr.24293) 1848 : cluster 0 pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:36:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:26 smithi044 bash[32620]: cluster 2023-12-07T10:36:25.297745+0000 mgr.a (mgr.24293) 1848 : cluster 0 pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:36:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:26 smithi027 bash[31536]: cluster 2023-12-07T10:36:25.297745+0000 mgr.a (mgr.24293) 1848 : cluster 0 pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:36:27.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:27.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:27 smithi022 bash[28554]: audit 2023-12-07T10:36:26.695166+0000 mon.a (mon.0) 719 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:36:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:27 smithi022 bash[28554]: audit 2023-12-07T10:36:27.053236+0000 mgr.a (mgr.24293) 1849 : audit 0 from='client.49383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:27 smithi022 bash[28554]: audit 2023-12-07T10:36:27.225128+0000 mon.a (mon.0) 720 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:27 smithi022 bash[28554]: audit 2023-12-07T10:36:27.231725+0000 mon.a (mon.0) 721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:27 smithi022 bash[28554]: cluster 2023-12-07T10:36:27.298352+0000 mgr.a (mgr.24293) 1850 : cluster 0 pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:27 smithi044 bash[32620]: audit 2023-12-07T10:36:26.695166+0000 mon.a (mon.0) 719 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:27 smithi044 bash[32620]: audit 2023-12-07T10:36:27.053236+0000 mgr.a (mgr.24293) 1849 : audit 0 from='client.49383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:27 smithi044 bash[32620]: audit 2023-12-07T10:36:27.225128+0000 mon.a (mon.0) 720 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:27 smithi044 bash[32620]: audit 2023-12-07T10:36:27.231725+0000 mon.a (mon.0) 721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:27 smithi044 bash[32620]: cluster 2023-12-07T10:36:27.298352+0000 mgr.a (mgr.24293) 1850 : cluster 0 pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:27 smithi027 bash[31536]: audit 2023-12-07T10:36:26.695166+0000 mon.a (mon.0) 719 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:36:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:27 smithi027 bash[31536]: audit 2023-12-07T10:36:27.053236+0000 mgr.a (mgr.24293) 1849 : audit 0 from='client.49383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:27 smithi027 bash[31536]: audit 2023-12-07T10:36:27.225128+0000 mon.a (mon.0) 720 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:27 smithi027 bash[31536]: audit 2023-12-07T10:36:27.231725+0000 mon.a (mon.0) 721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:27 smithi027 bash[31536]: cluster 2023-12-07T10:36:27.298352+0000 mgr.a (mgr.24293) 1850 : cluster 0 pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:28 smithi022 bash[28554]: audit 2023-12-07T10:36:28.022799+0000 mon.a (mon.0) 722 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:36:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:28 smithi022 bash[28554]: audit 2023-12-07T10:36:28.024988+0000 mon.a (mon.0) 723 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:36:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:28 smithi022 bash[28554]: audit 2023-12-07T10:36:28.034155+0000 mon.a (mon.0) 724 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:28 smithi044 bash[32620]: audit 2023-12-07T10:36:28.022799+0000 mon.a (mon.0) 722 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:36:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:28 smithi044 bash[32620]: audit 2023-12-07T10:36:28.024988+0000 mon.a (mon.0) 723 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:36:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:28 smithi044 bash[32620]: audit 2023-12-07T10:36:28.034155+0000 mon.a (mon.0) 724 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:28 smithi027 bash[31536]: audit 2023-12-07T10:36:28.022799+0000 mon.a (mon.0) 722 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:36:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:28 smithi027 bash[31536]: audit 2023-12-07T10:36:28.024988+0000 mon.a (mon.0) 723 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:36:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:28 smithi027 bash[31536]: audit 2023-12-07T10:36:28.034155+0000 mon.a (mon.0) 724 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:36:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:29 smithi022 bash[28554]: cluster 2023-12-07T10:36:29.299001+0000 mgr.a (mgr.24293) 1851 : cluster 0 pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:29 smithi044 bash[32620]: cluster 2023-12-07T10:36:29.299001+0000 mgr.a (mgr.24293) 1851 : cluster 0 pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:29 smithi027 bash[31536]: cluster 2023-12-07T10:36:29.299001+0000 mgr.a (mgr.24293) 1851 : cluster 0 pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:31 smithi022 bash[28554]: cluster 2023-12-07T10:36:31.299826+0000 mgr.a (mgr.24293) 1852 : cluster 0 pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:36:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:31 smithi044 bash[32620]: cluster 2023-12-07T10:36:31.299826+0000 mgr.a (mgr.24293) 1852 : cluster 0 pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:36:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:31 smithi027 bash[31536]: cluster 2023-12-07T10:36:31.299826+0000 mgr.a (mgr.24293) 1852 : cluster 0 pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:36:32.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:32.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:32.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:33.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:33.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:33 smithi022 bash[28554]: audit 2023-12-07T10:36:32.978423+0000 mgr.a (mgr.24293) 1853 : audit 0 from='client.49458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:33.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:33 smithi022 bash[28554]: cluster 2023-12-07T10:36:33.300605+0000 mgr.a (mgr.24293) 1854 : cluster 0 pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:33 smithi044 bash[32620]: audit 2023-12-07T10:36:32.978423+0000 mgr.a (mgr.24293) 1853 : audit 0 from='client.49458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:33 smithi044 bash[32620]: cluster 2023-12-07T10:36:33.300605+0000 mgr.a (mgr.24293) 1854 : cluster 0 pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:33 smithi027 bash[31536]: audit 2023-12-07T10:36:32.978423+0000 mgr.a (mgr.24293) 1853 : audit 0 from='client.49458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:33 smithi027 bash[31536]: cluster 2023-12-07T10:36:33.300605+0000 mgr.a (mgr.24293) 1854 : cluster 0 pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:35 smithi022 bash[28554]: cluster 2023-12-07T10:36:35.301458+0000 mgr.a (mgr.24293) 1855 : cluster 0 pgmap v1381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:36:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:35 smithi044 bash[32620]: cluster 2023-12-07T10:36:35.301458+0000 mgr.a (mgr.24293) 1855 : cluster 0 pgmap v1381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:36:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:35 smithi027 bash[31536]: cluster 2023-12-07T10:36:35.301458+0000 mgr.a (mgr.24293) 1855 : cluster 0 pgmap v1381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:36:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:37 smithi022 bash[28554]: cluster 2023-12-07T10:36:37.302156+0000 mgr.a (mgr.24293) 1856 : cluster 0 pgmap v1382: 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-07T10:36:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:37 smithi044 bash[32620]: cluster 2023-12-07T10:36:37.302156+0000 mgr.a (mgr.24293) 1856 : cluster 0 pgmap v1382: 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-07T10:36:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:37 smithi027 bash[31536]: cluster 2023-12-07T10:36:37.302156+0000 mgr.a (mgr.24293) 1856 : cluster 0 pgmap v1382: 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-07T10:36:38.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:38.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:38.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:39.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:39.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:39.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:39.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:39.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:39 smithi022 bash[28554]: audit 2023-12-07T10:36:38.913298+0000 mgr.a (mgr.24293) 1857 : audit 0 from='client.49530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:39 smithi022 bash[28554]: cluster 2023-12-07T10:36:39.305608+0000 mgr.a (mgr.24293) 1858 : cluster 0 pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:39 smithi044 bash[32620]: audit 2023-12-07T10:36:38.913298+0000 mgr.a (mgr.24293) 1857 : audit 0 from='client.49530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:39 smithi044 bash[32620]: cluster 2023-12-07T10:36:39.305608+0000 mgr.a (mgr.24293) 1858 : cluster 0 pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:39 smithi027 bash[31536]: audit 2023-12-07T10:36:38.913298+0000 mgr.a (mgr.24293) 1857 : audit 0 from='client.49530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:39 smithi027 bash[31536]: cluster 2023-12-07T10:36:39.305608+0000 mgr.a (mgr.24293) 1858 : cluster 0 pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:41 smithi022 bash[28554]: cluster 2023-12-07T10:36:41.306584+0000 mgr.a (mgr.24293) 1859 : cluster 0 pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:41 smithi044 bash[32620]: cluster 2023-12-07T10:36:41.306584+0000 mgr.a (mgr.24293) 1859 : cluster 0 pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:41 smithi027 bash[31536]: cluster 2023-12-07T10:36:41.306584+0000 mgr.a (mgr.24293) 1859 : cluster 0 pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:43 smithi022 bash[28554]: cluster 2023-12-07T10:36:43.307166+0000 mgr.a (mgr.24293) 1860 : cluster 0 pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:43 smithi044 bash[32620]: cluster 2023-12-07T10:36:43.307166+0000 mgr.a (mgr.24293) 1860 : cluster 0 pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:43 smithi027 bash[31536]: cluster 2023-12-07T10:36:43.307166+0000 mgr.a (mgr.24293) 1860 : cluster 0 pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:44.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:44.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:45.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:45 smithi022 bash[28554]: audit 2023-12-07T10:36:44.848631+0000 mgr.a (mgr.24293) 1861 : audit 0 from='client.49605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:45 smithi022 bash[28554]: cluster 2023-12-07T10:36:45.307986+0000 mgr.a (mgr.24293) 1862 : cluster 0 pgmap v1386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:36:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:45 smithi044 bash[32620]: audit 2023-12-07T10:36:44.848631+0000 mgr.a (mgr.24293) 1861 : audit 0 from='client.49605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:45 smithi044 bash[32620]: cluster 2023-12-07T10:36:45.307986+0000 mgr.a (mgr.24293) 1862 : cluster 0 pgmap v1386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:36:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:45 smithi027 bash[31536]: audit 2023-12-07T10:36:44.848631+0000 mgr.a (mgr.24293) 1861 : audit 0 from='client.49605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:45 smithi027 bash[31536]: cluster 2023-12-07T10:36:45.307986+0000 mgr.a (mgr.24293) 1862 : cluster 0 pgmap v1386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:36:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:47 smithi022 bash[28554]: cluster 2023-12-07T10:36:47.308761+0000 mgr.a (mgr.24293) 1863 : cluster 0 pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:36:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:47 smithi044 bash[32620]: cluster 2023-12-07T10:36:47.308761+0000 mgr.a (mgr.24293) 1863 : cluster 0 pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:36:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:47 smithi027 bash[31536]: cluster 2023-12-07T10:36:47.308761+0000 mgr.a (mgr.24293) 1863 : cluster 0 pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:36:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:49 smithi022 bash[28554]: cluster 2023-12-07T10:36:49.309366+0000 mgr.a (mgr.24293) 1864 : cluster 0 pgmap v1388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:49 smithi044 bash[32620]: cluster 2023-12-07T10:36:49.309366+0000 mgr.a (mgr.24293) 1864 : cluster 0 pgmap v1388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:49 smithi027 bash[31536]: cluster 2023-12-07T10:36:49.309366+0000 mgr.a (mgr.24293) 1864 : cluster 0 pgmap v1388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:50.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:50.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:50.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:51.292 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:51.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:51.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:51.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:51.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:51 smithi022 bash[28554]: audit 2023-12-07T10:36:50.780576+0000 mgr.a (mgr.24293) 1865 : audit 0 from='client.49683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:51 smithi022 bash[28554]: cluster 2023-12-07T10:36:51.310429+0000 mgr.a (mgr.24293) 1866 : cluster 0 pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:51 smithi044 bash[32620]: audit 2023-12-07T10:36:50.780576+0000 mgr.a (mgr.24293) 1865 : audit 0 from='client.49683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:51 smithi044 bash[32620]: cluster 2023-12-07T10:36:51.310429+0000 mgr.a (mgr.24293) 1866 : cluster 0 pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:51 smithi027 bash[31536]: audit 2023-12-07T10:36:50.780576+0000 mgr.a (mgr.24293) 1865 : audit 0 from='client.49683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:51 smithi027 bash[31536]: cluster 2023-12-07T10:36:51.310429+0000 mgr.a (mgr.24293) 1866 : cluster 0 pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:53 smithi022 bash[28554]: cluster 2023-12-07T10:36:53.310990+0000 mgr.a (mgr.24293) 1867 : cluster 0 pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:53 smithi044 bash[32620]: cluster 2023-12-07T10:36:53.310990+0000 mgr.a (mgr.24293) 1867 : cluster 0 pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:53 smithi027 bash[31536]: cluster 2023-12-07T10:36:53.310990+0000 mgr.a (mgr.24293) 1867 : cluster 0 pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:55 smithi022 bash[28554]: cluster 2023-12-07T10:36:55.311719+0000 mgr.a (mgr.24293) 1868 : cluster 0 pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:36:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:55 smithi044 bash[32620]: cluster 2023-12-07T10:36:55.311719+0000 mgr.a (mgr.24293) 1868 : cluster 0 pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:36:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:55 smithi027 bash[31536]: cluster 2023-12-07T10:36:55.311719+0000 mgr.a (mgr.24293) 1868 : cluster 0 pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:36:56.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:36:56.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:56.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:57.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:36:57.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:57.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:57.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:57.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:36:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:57 smithi022 bash[28554]: audit 2023-12-07T10:36:56.710340+0000 mgr.a (mgr.24293) 1869 : audit 0 from='client.49761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:57 smithi022 bash[28554]: cluster 2023-12-07T10:36:57.312595+0000 mgr.a (mgr.24293) 1870 : cluster 0 pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:57 smithi044 bash[32620]: audit 2023-12-07T10:36:56.710340+0000 mgr.a (mgr.24293) 1869 : audit 0 from='client.49761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:57 smithi044 bash[32620]: cluster 2023-12-07T10:36:57.312595+0000 mgr.a (mgr.24293) 1870 : cluster 0 pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:57 smithi027 bash[31536]: audit 2023-12-07T10:36:56.710340+0000 mgr.a (mgr.24293) 1869 : audit 0 from='client.49761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:57 smithi027 bash[31536]: cluster 2023-12-07T10:36:57.312595+0000 mgr.a (mgr.24293) 1870 : cluster 0 pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:36:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:36:59 smithi022 bash[28554]: cluster 2023-12-07T10:36:59.313222+0000 mgr.a (mgr.24293) 1871 : cluster 0 pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:36:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:36:59 smithi044 bash[32620]: cluster 2023-12-07T10:36:59.313222+0000 mgr.a (mgr.24293) 1871 : cluster 0 pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:36:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:36:59 smithi027 bash[31536]: cluster 2023-12-07T10:36:59.313222+0000 mgr.a (mgr.24293) 1871 : cluster 0 pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:37:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:01 smithi022 bash[28554]: cluster 2023-12-07T10:37:01.313993+0000 mgr.a (mgr.24293) 1872 : cluster 0 pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:37:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:01 smithi044 bash[32620]: cluster 2023-12-07T10:37:01.313993+0000 mgr.a (mgr.24293) 1872 : cluster 0 pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:37:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:01 smithi027 bash[31536]: cluster 2023-12-07T10:37:01.313993+0000 mgr.a (mgr.24293) 1872 : cluster 0 pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:37:02.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:02.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:02.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:03.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:03.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:03.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:03.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:03.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:03 smithi022 bash[28554]: audit 2023-12-07T10:37:02.651612+0000 mgr.a (mgr.24293) 1873 : audit 0 from='client.49836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:03 smithi022 bash[28554]: cluster 2023-12-07T10:37:03.314738+0000 mgr.a (mgr.24293) 1874 : 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-07T10:37:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:03 smithi044 bash[32620]: audit 2023-12-07T10:37:02.651612+0000 mgr.a (mgr.24293) 1873 : audit 0 from='client.49836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:03 smithi044 bash[32620]: cluster 2023-12-07T10:37:03.314738+0000 mgr.a (mgr.24293) 1874 : 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-07T10:37:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:03 smithi027 bash[31536]: audit 2023-12-07T10:37:02.651612+0000 mgr.a (mgr.24293) 1873 : audit 0 from='client.49836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:03 smithi027 bash[31536]: cluster 2023-12-07T10:37:03.314738+0000 mgr.a (mgr.24293) 1874 : 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-07T10:37:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:05 smithi022 bash[28554]: cluster 2023-12-07T10:37:05.315493+0000 mgr.a (mgr.24293) 1875 : cluster 0 pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:05 smithi044 bash[32620]: cluster 2023-12-07T10:37:05.315493+0000 mgr.a (mgr.24293) 1875 : cluster 0 pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:05 smithi027 bash[31536]: cluster 2023-12-07T10:37:05.315493+0000 mgr.a (mgr.24293) 1875 : cluster 0 pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:07 smithi022 bash[28554]: cluster 2023-12-07T10:37:07.316220+0000 mgr.a (mgr.24293) 1876 : cluster 0 pgmap v1397: 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-07T10:37:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:07 smithi044 bash[32620]: cluster 2023-12-07T10:37:07.316220+0000 mgr.a (mgr.24293) 1876 : cluster 0 pgmap v1397: 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-07T10:37:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:07 smithi027 bash[31536]: cluster 2023-12-07T10:37:07.316220+0000 mgr.a (mgr.24293) 1876 : cluster 0 pgmap v1397: 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-07T10:37:08.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:08.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:08.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:09.090 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:09.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:09.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:09.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:09.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:09 smithi022 bash[28554]: audit 2023-12-07T10:37:08.590506+0000 mgr.a (mgr.24293) 1877 : audit 0 from='client.49914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:09 smithi022 bash[28554]: cluster 2023-12-07T10:37:09.316992+0000 mgr.a (mgr.24293) 1878 : cluster 0 pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:09 smithi044 bash[32620]: audit 2023-12-07T10:37:08.590506+0000 mgr.a (mgr.24293) 1877 : audit 0 from='client.49914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:09 smithi044 bash[32620]: cluster 2023-12-07T10:37:09.316992+0000 mgr.a (mgr.24293) 1878 : cluster 0 pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:09 smithi027 bash[31536]: audit 2023-12-07T10:37:08.590506+0000 mgr.a (mgr.24293) 1877 : audit 0 from='client.49914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:09 smithi027 bash[31536]: cluster 2023-12-07T10:37:09.316992+0000 mgr.a (mgr.24293) 1878 : cluster 0 pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:11 smithi022 bash[28554]: cluster 2023-12-07T10:37:11.317802+0000 mgr.a (mgr.24293) 1879 : cluster 0 pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:11 smithi044 bash[32620]: cluster 2023-12-07T10:37:11.317802+0000 mgr.a (mgr.24293) 1879 : cluster 0 pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:11 smithi027 bash[31536]: cluster 2023-12-07T10:37:11.317802+0000 mgr.a (mgr.24293) 1879 : cluster 0 pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:13 smithi022 bash[28554]: cluster 2023-12-07T10:37:13.318324+0000 mgr.a (mgr.24293) 1880 : cluster 0 pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:13 smithi044 bash[32620]: cluster 2023-12-07T10:37:13.318324+0000 mgr.a (mgr.24293) 1880 : cluster 0 pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:13 smithi027 bash[31536]: cluster 2023-12-07T10:37:13.318324+0000 mgr.a (mgr.24293) 1880 : cluster 0 pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:14.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:14.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:14.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:15.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:15.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:15.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:15.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:15.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:15 smithi022 bash[28554]: audit 2023-12-07T10:37:14.508984+0000 mgr.a (mgr.24293) 1881 : audit 0 from='client.49992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:15 smithi022 bash[28554]: cluster 2023-12-07T10:37:15.319289+0000 mgr.a (mgr.24293) 1882 : cluster 0 pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:15 smithi044 bash[32620]: audit 2023-12-07T10:37:14.508984+0000 mgr.a (mgr.24293) 1881 : audit 0 from='client.49992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:15 smithi044 bash[32620]: cluster 2023-12-07T10:37:15.319289+0000 mgr.a (mgr.24293) 1882 : cluster 0 pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:15 smithi027 bash[31536]: audit 2023-12-07T10:37:14.508984+0000 mgr.a (mgr.24293) 1881 : audit 0 from='client.49992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:15 smithi027 bash[31536]: cluster 2023-12-07T10:37:15.319289+0000 mgr.a (mgr.24293) 1882 : cluster 0 pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:17 smithi022 bash[28554]: cluster 2023-12-07T10:37:17.320014+0000 mgr.a (mgr.24293) 1883 : cluster 0 pgmap v1402: 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-07T10:37:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:17 smithi044 bash[32620]: cluster 2023-12-07T10:37:17.320014+0000 mgr.a (mgr.24293) 1883 : cluster 0 pgmap v1402: 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-07T10:37:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:17 smithi027 bash[31536]: cluster 2023-12-07T10:37:17.320014+0000 mgr.a (mgr.24293) 1883 : cluster 0 pgmap v1402: 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-07T10:37:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:19 smithi022 bash[28554]: cluster 2023-12-07T10:37:19.320567+0000 mgr.a (mgr.24293) 1884 : 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-07T10:37:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:19 smithi044 bash[32620]: cluster 2023-12-07T10:37:19.320567+0000 mgr.a (mgr.24293) 1884 : 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-07T10:37:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:19 smithi027 bash[31536]: cluster 2023-12-07T10:37:19.320567+0000 mgr.a (mgr.24293) 1884 : 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-07T10:37:20.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:20.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:20.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:20.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:20.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:21.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:21 smithi022 bash[28554]: audit 2023-12-07T10:37:20.449160+0000 mgr.a (mgr.24293) 1885 : audit 0 from='client.50070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:21.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:21 smithi022 bash[28554]: cluster 2023-12-07T10:37:21.321728+0000 mgr.a (mgr.24293) 1886 : cluster 0 pgmap v1404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:21 smithi044 bash[32620]: audit 2023-12-07T10:37:20.449160+0000 mgr.a (mgr.24293) 1885 : audit 0 from='client.50070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:21 smithi044 bash[32620]: cluster 2023-12-07T10:37:21.321728+0000 mgr.a (mgr.24293) 1886 : cluster 0 pgmap v1404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:21 smithi027 bash[31536]: audit 2023-12-07T10:37:20.449160+0000 mgr.a (mgr.24293) 1885 : audit 0 from='client.50070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:21 smithi027 bash[31536]: cluster 2023-12-07T10:37:21.321728+0000 mgr.a (mgr.24293) 1886 : cluster 0 pgmap v1404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:23 smithi022 bash[28554]: cluster 2023-12-07T10:37:23.322486+0000 mgr.a (mgr.24293) 1887 : cluster 0 pgmap v1405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:23 smithi044 bash[32620]: cluster 2023-12-07T10:37:23.322486+0000 mgr.a (mgr.24293) 1887 : cluster 0 pgmap v1405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:23 smithi027 bash[31536]: cluster 2023-12-07T10:37:23.322486+0000 mgr.a (mgr.24293) 1887 : cluster 0 pgmap v1405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:25 smithi022 bash[28554]: cluster 2023-12-07T10:37:25.323333+0000 mgr.a (mgr.24293) 1888 : cluster 0 pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:37:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:25 smithi044 bash[32620]: cluster 2023-12-07T10:37:25.323333+0000 mgr.a (mgr.24293) 1888 : cluster 0 pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:37:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:25 smithi027 bash[31536]: cluster 2023-12-07T10:37:25.323333+0000 mgr.a (mgr.24293) 1888 : cluster 0 pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:37:25.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:25.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:25.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:26.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:26.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:26.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:26.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:26.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:27 smithi022 bash[28554]: audit 2023-12-07T10:37:26.384161+0000 mgr.a (mgr.24293) 1889 : audit 0 from='client.50148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:27 smithi022 bash[28554]: cluster 2023-12-07T10:37:27.324260+0000 mgr.a (mgr.24293) 1890 : cluster 0 pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:37:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:27 smithi044 bash[32620]: audit 2023-12-07T10:37:26.384161+0000 mgr.a (mgr.24293) 1889 : audit 0 from='client.50148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:27 smithi044 bash[32620]: cluster 2023-12-07T10:37:27.324260+0000 mgr.a (mgr.24293) 1890 : cluster 0 pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:37:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:27 smithi027 bash[31536]: audit 2023-12-07T10:37:26.384161+0000 mgr.a (mgr.24293) 1889 : audit 0 from='client.50148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:27 smithi027 bash[31536]: cluster 2023-12-07T10:37:27.324260+0000 mgr.a (mgr.24293) 1890 : cluster 0 pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:37:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:28 smithi022 bash[28554]: audit 2023-12-07T10:37:28.138222+0000 mon.a (mon.0) 725 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:37:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:28 smithi044 bash[32620]: audit 2023-12-07T10:37:28.138222+0000 mon.a (mon.0) 725 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:37:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:28 smithi027 bash[31536]: audit 2023-12-07T10:37:28.138222+0000 mon.a (mon.0) 725 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:37:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:28.670541+0000 mon.a (mon.0) 726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:28.675060+0000 mon.a (mon.0) 727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:28.679647+0000 mon.a (mon.0) 728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:28.683602+0000 mon.a (mon.0) 729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: cluster 2023-12-07T10:37:29.324804+0000 mgr.a (mgr.24293) 1891 : cluster 0 pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:29.422862+0000 mon.a (mon.0) 730 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:29.424772+0000 mon.a (mon.0) 731 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:29 smithi022 bash[28554]: audit 2023-12-07T10:37:29.435799+0000 mon.a (mon.0) 732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:28.670541+0000 mon.a (mon.0) 726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:28.675060+0000 mon.a (mon.0) 727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:28.679647+0000 mon.a (mon.0) 728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:28.683602+0000 mon.a (mon.0) 729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: cluster 2023-12-07T10:37:29.324804+0000 mgr.a (mgr.24293) 1891 : cluster 0 pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:29.422862+0000 mon.a (mon.0) 730 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:37:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:29.424772+0000 mon.a (mon.0) 731 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:37:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:29 smithi044 bash[32620]: audit 2023-12-07T10:37:29.435799+0000 mon.a (mon.0) 732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:28.670541+0000 mon.a (mon.0) 726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:28.675060+0000 mon.a (mon.0) 727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:28.679647+0000 mon.a (mon.0) 728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:28.683602+0000 mon.a (mon.0) 729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: cluster 2023-12-07T10:37:29.324804+0000 mgr.a (mgr.24293) 1891 : cluster 0 pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:29.422862+0000 mon.a (mon.0) 730 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:29.424772+0000 mon.a (mon.0) 731 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:37:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:29 smithi027 bash[31536]: audit 2023-12-07T10:37:29.435799+0000 mon.a (mon.0) 732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:37:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:31 smithi022 bash[28554]: cluster 2023-12-07T10:37:31.325548+0000 mgr.a (mgr.24293) 1892 : cluster 0 pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:31 smithi044 bash[32620]: cluster 2023-12-07T10:37:31.325548+0000 mgr.a (mgr.24293) 1892 : cluster 0 pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:31 smithi027 bash[31536]: cluster 2023-12-07T10:37:31.325548+0000 mgr.a (mgr.24293) 1892 : cluster 0 pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:31.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:31.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:31.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:32 smithi022 bash[28554]: audit 2023-12-07T10:37:32.335315+0000 mgr.a (mgr.24293) 1893 : audit 0 from='client.50223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:32 smithi044 bash[32620]: audit 2023-12-07T10:37:32.335315+0000 mgr.a (mgr.24293) 1893 : audit 0 from='client.50223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:32 smithi027 bash[31536]: audit 2023-12-07T10:37:32.335315+0000 mgr.a (mgr.24293) 1893 : audit 0 from='client.50223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:32.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:32.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:32.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:32.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:32.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:33.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:33 smithi022 bash[28554]: cluster 2023-12-07T10:37:33.326280+0000 mgr.a (mgr.24293) 1894 : 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-07T10:37:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:33 smithi044 bash[32620]: cluster 2023-12-07T10:37:33.326280+0000 mgr.a (mgr.24293) 1894 : 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-07T10:37:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:33 smithi027 bash[31536]: cluster 2023-12-07T10:37:33.326280+0000 mgr.a (mgr.24293) 1894 : 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-07T10:37:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:35 smithi022 bash[28554]: cluster 2023-12-07T10:37:35.327164+0000 mgr.a (mgr.24293) 1895 : cluster 0 pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:35 smithi044 bash[32620]: cluster 2023-12-07T10:37:35.327164+0000 mgr.a (mgr.24293) 1895 : cluster 0 pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:35 smithi027 bash[31536]: cluster 2023-12-07T10:37:35.327164+0000 mgr.a (mgr.24293) 1895 : cluster 0 pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:37 smithi022 bash[28554]: cluster 2023-12-07T10:37:37.327898+0000 mgr.a (mgr.24293) 1896 : cluster 0 pgmap v1412: 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-07T10:37:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:37 smithi044 bash[32620]: cluster 2023-12-07T10:37:37.327898+0000 mgr.a (mgr.24293) 1896 : cluster 0 pgmap v1412: 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-07T10:37:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:37 smithi027 bash[31536]: cluster 2023-12-07T10:37:37.327898+0000 mgr.a (mgr.24293) 1896 : cluster 0 pgmap v1412: 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-07T10:37:37.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:37.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:37.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:38 smithi022 bash[28554]: audit 2023-12-07T10:37:38.264760+0000 mgr.a (mgr.24293) 1897 : audit 0 from='client.50295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:38 smithi044 bash[32620]: audit 2023-12-07T10:37:38.264760+0000 mgr.a (mgr.24293) 1897 : audit 0 from='client.50295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:38 smithi027 bash[31536]: audit 2023-12-07T10:37:38.264760+0000 mgr.a (mgr.24293) 1897 : audit 0 from='client.50295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:38.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:38.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:38.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:38.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:38.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:39 smithi022 bash[28554]: cluster 2023-12-07T10:37:39.328710+0000 mgr.a (mgr.24293) 1898 : 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-07T10:37:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:39 smithi044 bash[32620]: cluster 2023-12-07T10:37:39.328710+0000 mgr.a (mgr.24293) 1898 : 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-07T10:37:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:39 smithi027 bash[31536]: cluster 2023-12-07T10:37:39.328710+0000 mgr.a (mgr.24293) 1898 : 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-07T10:37:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:41 smithi022 bash[28554]: cluster 2023-12-07T10:37:41.329715+0000 mgr.a (mgr.24293) 1899 : cluster 0 pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:41 smithi044 bash[32620]: cluster 2023-12-07T10:37:41.329715+0000 mgr.a (mgr.24293) 1899 : cluster 0 pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:41 smithi027 bash[31536]: cluster 2023-12-07T10:37:41.329715+0000 mgr.a (mgr.24293) 1899 : cluster 0 pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:43 smithi022 bash[28554]: cluster 2023-12-07T10:37:43.330255+0000 mgr.a (mgr.24293) 1900 : cluster 0 pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:43 smithi044 bash[32620]: cluster 2023-12-07T10:37:43.330255+0000 mgr.a (mgr.24293) 1900 : cluster 0 pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:43 smithi027 bash[31536]: cluster 2023-12-07T10:37:43.330255+0000 mgr.a (mgr.24293) 1900 : cluster 0 pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:43.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:43.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:43.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:44.709 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:44.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:44.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:44.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:44.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:44.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:44 smithi022 bash[28554]: audit 2023-12-07T10:37:44.174325+0000 mgr.a (mgr.24293) 1901 : audit 0 from='client.50373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:44.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:44 smithi044 bash[32620]: audit 2023-12-07T10:37:44.174325+0000 mgr.a (mgr.24293) 1901 : audit 0 from='client.50373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:44 smithi027 bash[31536]: audit 2023-12-07T10:37:44.174325+0000 mgr.a (mgr.24293) 1901 : audit 0 from='client.50373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:45 smithi044 bash[32620]: cluster 2023-12-07T10:37:45.331067+0000 mgr.a (mgr.24293) 1902 : cluster 0 pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:45.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:45 smithi022 bash[28554]: cluster 2023-12-07T10:37:45.331067+0000 mgr.a (mgr.24293) 1902 : cluster 0 pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:45 smithi027 bash[31536]: cluster 2023-12-07T10:37:45.331067+0000 mgr.a (mgr.24293) 1902 : cluster 0 pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:47 smithi022 bash[28554]: cluster 2023-12-07T10:37:47.331691+0000 mgr.a (mgr.24293) 1903 : cluster 0 pgmap v1417: 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-07T10:37:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:47 smithi044 bash[32620]: cluster 2023-12-07T10:37:47.331691+0000 mgr.a (mgr.24293) 1903 : cluster 0 pgmap v1417: 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-07T10:37:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:47 smithi027 bash[31536]: cluster 2023-12-07T10:37:47.331691+0000 mgr.a (mgr.24293) 1903 : cluster 0 pgmap v1417: 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-07T10:37:49.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:49.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:49.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:49 smithi022 bash[28554]: cluster 2023-12-07T10:37:49.332188+0000 mgr.a (mgr.24293) 1904 : cluster 0 pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:49 smithi044 bash[32620]: cluster 2023-12-07T10:37:49.332188+0000 mgr.a (mgr.24293) 1904 : cluster 0 pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:49 smithi027 bash[31536]: cluster 2023-12-07T10:37:49.332188+0000 mgr.a (mgr.24293) 1904 : cluster 0 pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:50.655 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:50.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:50.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:50.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:50.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:50.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:50 smithi022 bash[28554]: audit 2023-12-07T10:37:50.133230+0000 mgr.a (mgr.24293) 1905 : audit 0 from='client.50445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:50 smithi044 bash[32620]: audit 2023-12-07T10:37:50.133230+0000 mgr.a (mgr.24293) 1905 : audit 0 from='client.50445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:50 smithi027 bash[31536]: audit 2023-12-07T10:37:50.133230+0000 mgr.a (mgr.24293) 1905 : audit 0 from='client.50445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:51 smithi022 bash[28554]: cluster 2023-12-07T10:37:51.333176+0000 mgr.a (mgr.24293) 1906 : cluster 0 pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:51 smithi044 bash[32620]: cluster 2023-12-07T10:37:51.333176+0000 mgr.a (mgr.24293) 1906 : cluster 0 pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:51 smithi027 bash[31536]: cluster 2023-12-07T10:37:51.333176+0000 mgr.a (mgr.24293) 1906 : cluster 0 pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:37:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:53 smithi022 bash[28554]: cluster 2023-12-07T10:37:53.333787+0000 mgr.a (mgr.24293) 1907 : cluster 0 pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:37:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:53 smithi044 bash[32620]: cluster 2023-12-07T10:37:53.333787+0000 mgr.a (mgr.24293) 1907 : cluster 0 pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:37:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:53 smithi027 bash[31536]: cluster 2023-12-07T10:37:53.333787+0000 mgr.a (mgr.24293) 1907 : cluster 0 pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:37:55.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:37:55.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:55.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:55 smithi022 bash[28554]: cluster 2023-12-07T10:37:55.334396+0000 mgr.a (mgr.24293) 1908 : cluster 0 pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T10:37:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:55 smithi044 bash[32620]: cluster 2023-12-07T10:37:55.334396+0000 mgr.a (mgr.24293) 1908 : cluster 0 pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T10:37:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:55 smithi027 bash[31536]: cluster 2023-12-07T10:37:55.334396+0000 mgr.a (mgr.24293) 1908 : cluster 0 pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T10:37:56.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:37:56.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:56.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:56.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:56.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:37:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:56 smithi022 bash[28554]: audit 2023-12-07T10:37:56.078556+0000 mgr.a (mgr.24293) 1909 : audit 0 from='client.50523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:56 smithi044 bash[32620]: audit 2023-12-07T10:37:56.078556+0000 mgr.a (mgr.24293) 1909 : audit 0 from='client.50523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:56 smithi027 bash[31536]: audit 2023-12-07T10:37:56.078556+0000 mgr.a (mgr.24293) 1909 : audit 0 from='client.50523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:57 smithi027 bash[31536]: cluster 2023-12-07T10:37:57.335212+0000 mgr.a (mgr.24293) 1910 : cluster 0 pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:37:57.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:57 smithi022 bash[28554]: cluster 2023-12-07T10:37:57.335212+0000 mgr.a (mgr.24293) 1910 : cluster 0 pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:37:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:57 smithi044 bash[32620]: cluster 2023-12-07T10:37:57.335212+0000 mgr.a (mgr.24293) 1910 : cluster 0 pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:37:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:37:59 smithi022 bash[28554]: cluster 2023-12-07T10:37:59.335799+0000 mgr.a (mgr.24293) 1911 : cluster 0 pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:37:59 smithi044 bash[32620]: cluster 2023-12-07T10:37:59.335799+0000 mgr.a (mgr.24293) 1911 : cluster 0 pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:37:59 smithi027 bash[31536]: cluster 2023-12-07T10:37:59.335799+0000 mgr.a (mgr.24293) 1911 : cluster 0 pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:01.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:01.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:01.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:01 smithi022 bash[28554]: cluster 2023-12-07T10:38:01.336562+0000 mgr.a (mgr.24293) 1912 : cluster 0 pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:01 smithi044 bash[32620]: cluster 2023-12-07T10:38:01.336562+0000 mgr.a (mgr.24293) 1912 : cluster 0 pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:01 smithi027 bash[31536]: cluster 2023-12-07T10:38:01.336562+0000 mgr.a (mgr.24293) 1912 : cluster 0 pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:02.518 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:02.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:02.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:02.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:02.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:02 smithi022 bash[28554]: audit 2023-12-07T10:38:02.001995+0000 mgr.a (mgr.24293) 1913 : audit 0 from='client.50598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:02 smithi044 bash[32620]: audit 2023-12-07T10:38:02.001995+0000 mgr.a (mgr.24293) 1913 : audit 0 from='client.50598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:02 smithi027 bash[31536]: audit 2023-12-07T10:38:02.001995+0000 mgr.a (mgr.24293) 1913 : audit 0 from='client.50598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:03 smithi027 bash[31536]: cluster 2023-12-07T10:38:03.337145+0000 mgr.a (mgr.24293) 1914 : cluster 0 pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:38:03.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:03 smithi022 bash[28554]: cluster 2023-12-07T10:38:03.337145+0000 mgr.a (mgr.24293) 1914 : cluster 0 pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:38:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:03 smithi044 bash[32620]: cluster 2023-12-07T10:38:03.337145+0000 mgr.a (mgr.24293) 1914 : cluster 0 pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:38:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:05 smithi022 bash[28554]: cluster 2023-12-07T10:38:05.337869+0000 mgr.a (mgr.24293) 1915 : cluster 0 pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:38:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:05 smithi044 bash[32620]: cluster 2023-12-07T10:38:05.337869+0000 mgr.a (mgr.24293) 1915 : cluster 0 pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:38:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:05 smithi027 bash[31536]: cluster 2023-12-07T10:38:05.337869+0000 mgr.a (mgr.24293) 1915 : cluster 0 pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:38:07.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:07.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:07.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:07 smithi022 bash[28554]: cluster 2023-12-07T10:38:07.338629+0000 mgr.a (mgr.24293) 1916 : cluster 0 pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:38:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:07 smithi044 bash[32620]: cluster 2023-12-07T10:38:07.338629+0000 mgr.a (mgr.24293) 1916 : cluster 0 pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:38:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:07 smithi027 bash[31536]: cluster 2023-12-07T10:38:07.338629+0000 mgr.a (mgr.24293) 1916 : cluster 0 pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:38:08.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:08.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:08.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:08.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:08.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:08 smithi022 bash[28554]: audit 2023-12-07T10:38:07.930083+0000 mgr.a (mgr.24293) 1917 : audit 0 from='client.50676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:08 smithi044 bash[32620]: audit 2023-12-07T10:38:07.930083+0000 mgr.a (mgr.24293) 1917 : audit 0 from='client.50676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:08 smithi027 bash[31536]: audit 2023-12-07T10:38:07.930083+0000 mgr.a (mgr.24293) 1917 : audit 0 from='client.50676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:09 smithi022 bash[28554]: cluster 2023-12-07T10:38:09.339309+0000 mgr.a (mgr.24293) 1918 : 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-07T10:38:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:09 smithi044 bash[32620]: cluster 2023-12-07T10:38:09.339309+0000 mgr.a (mgr.24293) 1918 : 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-07T10:38:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:09 smithi027 bash[31536]: cluster 2023-12-07T10:38:09.339309+0000 mgr.a (mgr.24293) 1918 : 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-07T10:38:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:11 smithi022 bash[28554]: cluster 2023-12-07T10:38:11.340155+0000 mgr.a (mgr.24293) 1919 : cluster 0 pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:11 smithi044 bash[32620]: cluster 2023-12-07T10:38:11.340155+0000 mgr.a (mgr.24293) 1919 : cluster 0 pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:11 smithi027 bash[31536]: cluster 2023-12-07T10:38:11.340155+0000 mgr.a (mgr.24293) 1919 : cluster 0 pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:13.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:13.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:13.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:13 smithi022 bash[28554]: cluster 2023-12-07T10:38:13.340705+0000 mgr.a (mgr.24293) 1920 : cluster 0 pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:13 smithi044 bash[32620]: cluster 2023-12-07T10:38:13.340705+0000 mgr.a (mgr.24293) 1920 : cluster 0 pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:13 smithi027 bash[31536]: cluster 2023-12-07T10:38:13.340705+0000 mgr.a (mgr.24293) 1920 : cluster 0 pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:14.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:14.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:14.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:14 smithi022 bash[28554]: audit 2023-12-07T10:38:13.847153+0000 mgr.a (mgr.24293) 1921 : audit 0 from='client.50751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:14 smithi044 bash[32620]: audit 2023-12-07T10:38:13.847153+0000 mgr.a (mgr.24293) 1921 : audit 0 from='client.50751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:14 smithi027 bash[31536]: audit 2023-12-07T10:38:13.847153+0000 mgr.a (mgr.24293) 1921 : audit 0 from='client.50751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:15.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:15 smithi022 bash[28554]: cluster 2023-12-07T10:38:15.341491+0000 mgr.a (mgr.24293) 1922 : cluster 0 pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:38:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:15 smithi044 bash[32620]: cluster 2023-12-07T10:38:15.341491+0000 mgr.a (mgr.24293) 1922 : cluster 0 pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:38:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:15 smithi027 bash[31536]: cluster 2023-12-07T10:38:15.341491+0000 mgr.a (mgr.24293) 1922 : cluster 0 pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:38:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:17 smithi027 bash[31536]: cluster 2023-12-07T10:38:17.342161+0000 mgr.a (mgr.24293) 1923 : cluster 0 pgmap v1432: 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-07T10:38:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:17 smithi022 bash[28554]: cluster 2023-12-07T10:38:17.342161+0000 mgr.a (mgr.24293) 1923 : cluster 0 pgmap v1432: 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-07T10:38:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:17 smithi044 bash[32620]: cluster 2023-12-07T10:38:17.342161+0000 mgr.a (mgr.24293) 1923 : cluster 0 pgmap v1432: 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-07T10:38:19.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:19.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:19.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:19 smithi022 bash[28554]: cluster 2023-12-07T10:38:19.342816+0000 mgr.a (mgr.24293) 1924 : cluster 0 pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:19 smithi044 bash[32620]: cluster 2023-12-07T10:38:19.342816+0000 mgr.a (mgr.24293) 1924 : cluster 0 pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:19 smithi027 bash[31536]: cluster 2023-12-07T10:38:19.342816+0000 mgr.a (mgr.24293) 1924 : cluster 0 pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:20.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:20.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:20.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:20.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:20.272 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:20 smithi022 bash[28554]: audit 2023-12-07T10:38:19.749115+0000 mgr.a (mgr.24293) 1925 : audit 0 from='client.50826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:20.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:20 smithi044 bash[32620]: audit 2023-12-07T10:38:19.749115+0000 mgr.a (mgr.24293) 1925 : audit 0 from='client.50826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:20 smithi027 bash[31536]: audit 2023-12-07T10:38:19.749115+0000 mgr.a (mgr.24293) 1925 : audit 0 from='client.50826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:21 smithi022 bash[28554]: cluster 2023-12-07T10:38:21.343775+0000 mgr.a (mgr.24293) 1926 : cluster 0 pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:21 smithi044 bash[32620]: cluster 2023-12-07T10:38:21.343775+0000 mgr.a (mgr.24293) 1926 : cluster 0 pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:21 smithi027 bash[31536]: cluster 2023-12-07T10:38:21.343775+0000 mgr.a (mgr.24293) 1926 : cluster 0 pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:23 smithi027 bash[31536]: cluster 2023-12-07T10:38:23.344361+0000 mgr.a (mgr.24293) 1927 : cluster 0 pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:23 smithi022 bash[28554]: cluster 2023-12-07T10:38:23.344361+0000 mgr.a (mgr.24293) 1927 : cluster 0 pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:23 smithi044 bash[32620]: cluster 2023-12-07T10:38:23.344361+0000 mgr.a (mgr.24293) 1927 : cluster 0 pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:25.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:25.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:25.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:25 smithi027 bash[31536]: cluster 2023-12-07T10:38:25.345009+0000 mgr.a (mgr.24293) 1928 : cluster 0 pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:25 smithi022 bash[28554]: cluster 2023-12-07T10:38:25.345009+0000 mgr.a (mgr.24293) 1928 : cluster 0 pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:25 smithi044 bash[32620]: cluster 2023-12-07T10:38:25.345009+0000 mgr.a (mgr.24293) 1928 : cluster 0 pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:26.222 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:26.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:26.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:26.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:26.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:26 smithi027 bash[31536]: audit 2023-12-07T10:38:25.687302+0000 mgr.a (mgr.24293) 1929 : audit 0 from='client.50901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:26 smithi022 bash[28554]: audit 2023-12-07T10:38:25.687302+0000 mgr.a (mgr.24293) 1929 : audit 0 from='client.50901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:26 smithi044 bash[32620]: audit 2023-12-07T10:38:25.687302+0000 mgr.a (mgr.24293) 1929 : audit 0 from='client.50901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:27 smithi027 bash[31536]: cluster 2023-12-07T10:38:27.345855+0000 mgr.a (mgr.24293) 1930 : cluster 0 pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:38:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:27 smithi022 bash[28554]: cluster 2023-12-07T10:38:27.345855+0000 mgr.a (mgr.24293) 1930 : cluster 0 pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:38:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:27 smithi044 bash[32620]: cluster 2023-12-07T10:38:27.345855+0000 mgr.a (mgr.24293) 1930 : cluster 0 pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:38:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:29 smithi022 bash[28554]: cluster 2023-12-07T10:38:29.346424+0000 mgr.a (mgr.24293) 1931 : cluster 0 pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:29 smithi044 bash[32620]: cluster 2023-12-07T10:38:29.346424+0000 mgr.a (mgr.24293) 1931 : cluster 0 pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:29 smithi027 bash[31536]: cluster 2023-12-07T10:38:29.346424+0000 mgr.a (mgr.24293) 1931 : cluster 0 pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:30 smithi022 bash[28554]: audit 2023-12-07T10:38:29.543209+0000 mon.a (mon.0) 733 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:38:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:30 smithi022 bash[28554]: audit 2023-12-07T10:38:30.334493+0000 mon.a (mon.0) 734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:38:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:30 smithi022 bash[28554]: audit 2023-12-07T10:38:30.336384+0000 mon.a (mon.0) 735 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:38:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:30 smithi022 bash[28554]: audit 2023-12-07T10:38:30.345543+0000 mon.a (mon.0) 736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:38:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:30 smithi044 bash[32620]: audit 2023-12-07T10:38:29.543209+0000 mon.a (mon.0) 733 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:38:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:30 smithi044 bash[32620]: audit 2023-12-07T10:38:30.334493+0000 mon.a (mon.0) 734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:38:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:30 smithi044 bash[32620]: audit 2023-12-07T10:38:30.336384+0000 mon.a (mon.0) 735 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:38:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:30 smithi044 bash[32620]: audit 2023-12-07T10:38:30.345543+0000 mon.a (mon.0) 736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:38:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:30 smithi027 bash[31536]: audit 2023-12-07T10:38:29.543209+0000 mon.a (mon.0) 733 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:38:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:30 smithi027 bash[31536]: audit 2023-12-07T10:38:30.334493+0000 mon.a (mon.0) 734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:38:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:30 smithi027 bash[31536]: audit 2023-12-07T10:38:30.336384+0000 mon.a (mon.0) 735 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:38:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:30 smithi027 bash[31536]: audit 2023-12-07T10:38:30.345543+0000 mon.a (mon.0) 736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:38:31.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:31.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:31.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:31.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:31 smithi022 bash[28554]: cluster 2023-12-07T10:38:31.346881+0000 mgr.a (mgr.24293) 1932 : cluster 0 pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:31 smithi044 bash[32620]: cluster 2023-12-07T10:38:31.346881+0000 mgr.a (mgr.24293) 1932 : cluster 0 pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:31 smithi027 bash[31536]: cluster 2023-12-07T10:38:31.346881+0000 mgr.a (mgr.24293) 1932 : cluster 0 pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:32.159 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:32.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:32.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:32.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:32.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:32.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:32 smithi022 bash[28554]: audit 2023-12-07T10:38:31.646257+0000 mgr.a (mgr.24293) 1933 : audit 0 from='client.50979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:32 smithi044 bash[32620]: audit 2023-12-07T10:38:31.646257+0000 mgr.a (mgr.24293) 1933 : audit 0 from='client.50979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:32 smithi027 bash[31536]: audit 2023-12-07T10:38:31.646257+0000 mgr.a (mgr.24293) 1933 : audit 0 from='client.50979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:33.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:33 smithi022 bash[28554]: cluster 2023-12-07T10:38:33.347485+0000 mgr.a (mgr.24293) 1934 : cluster 0 pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:33 smithi044 bash[32620]: cluster 2023-12-07T10:38:33.347485+0000 mgr.a (mgr.24293) 1934 : cluster 0 pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:33 smithi027 bash[31536]: cluster 2023-12-07T10:38:33.347485+0000 mgr.a (mgr.24293) 1934 : cluster 0 pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:35 smithi027 bash[31536]: cluster 2023-12-07T10:38:35.348210+0000 mgr.a (mgr.24293) 1935 : cluster 0 pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:38:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:35 smithi022 bash[28554]: cluster 2023-12-07T10:38:35.348210+0000 mgr.a (mgr.24293) 1935 : cluster 0 pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:38:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:35 smithi044 bash[32620]: cluster 2023-12-07T10:38:35.348210+0000 mgr.a (mgr.24293) 1935 : cluster 0 pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:38:37.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:37.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:37.163 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:37 smithi027 bash[31536]: cluster 2023-12-07T10:38:37.348698+0000 mgr.a (mgr.24293) 1936 : cluster 0 pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:37 smithi022 bash[28554]: cluster 2023-12-07T10:38:37.348698+0000 mgr.a (mgr.24293) 1936 : cluster 0 pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:37 smithi044 bash[32620]: cluster 2023-12-07T10:38:37.348698+0000 mgr.a (mgr.24293) 1936 : cluster 0 pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:38.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:38.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:38.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:38.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:38.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:38 smithi027 bash[31536]: audit 2023-12-07T10:38:37.578514+0000 mgr.a (mgr.24293) 1937 : audit 0 from='client.51057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:38.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:38 smithi022 bash[28554]: audit 2023-12-07T10:38:37.578514+0000 mgr.a (mgr.24293) 1937 : audit 0 from='client.51057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:38.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:38 smithi044 bash[32620]: audit 2023-12-07T10:38:37.578514+0000 mgr.a (mgr.24293) 1937 : audit 0 from='client.51057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:39 smithi022 bash[28554]: cluster 2023-12-07T10:38:39.349434+0000 mgr.a (mgr.24293) 1938 : 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-07T10:38:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:39 smithi044 bash[32620]: cluster 2023-12-07T10:38:39.349434+0000 mgr.a (mgr.24293) 1938 : 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-07T10:38:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:39 smithi027 bash[31536]: cluster 2023-12-07T10:38:39.349434+0000 mgr.a (mgr.24293) 1938 : 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-07T10:38:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:41 smithi027 bash[31536]: cluster 2023-12-07T10:38:41.350250+0000 mgr.a (mgr.24293) 1939 : 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-07T10:38:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:41 smithi022 bash[28554]: cluster 2023-12-07T10:38:41.350250+0000 mgr.a (mgr.24293) 1939 : 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-07T10:38:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:41 smithi044 bash[32620]: cluster 2023-12-07T10:38:41.350250+0000 mgr.a (mgr.24293) 1939 : 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-07T10:38:43.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:43.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:43.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:43 smithi027 bash[31536]: cluster 2023-12-07T10:38:43.350915+0000 mgr.a (mgr.24293) 1940 : 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-07T10:38:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:43 smithi022 bash[28554]: cluster 2023-12-07T10:38:43.350915+0000 mgr.a (mgr.24293) 1940 : 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-07T10:38:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:43 smithi044 bash[32620]: cluster 2023-12-07T10:38:43.350915+0000 mgr.a (mgr.24293) 1940 : 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-07T10:38:44.068 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:44.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:44.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:44.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:44.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:44.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:44 smithi022 bash[28554]: audit 2023-12-07T10:38:43.546108+0000 mgr.a (mgr.24293) 1941 : audit 0 from='client.52792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:44.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:44 smithi044 bash[32620]: audit 2023-12-07T10:38:43.546108+0000 mgr.a (mgr.24293) 1941 : audit 0 from='client.52792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:44 smithi027 bash[31536]: audit 2023-12-07T10:38:43.546108+0000 mgr.a (mgr.24293) 1941 : audit 0 from='client.52792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:45 smithi022 bash[28554]: cluster 2023-12-07T10:38:45.351764+0000 mgr.a (mgr.24293) 1942 : cluster 0 pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:38:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:45 smithi044 bash[32620]: cluster 2023-12-07T10:38:45.351764+0000 mgr.a (mgr.24293) 1942 : cluster 0 pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:38:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:45 smithi027 bash[31536]: cluster 2023-12-07T10:38:45.351764+0000 mgr.a (mgr.24293) 1942 : cluster 0 pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:38:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:47 smithi027 bash[31536]: cluster 2023-12-07T10:38:47.352433+0000 mgr.a (mgr.24293) 1943 : cluster 0 pgmap v1447: 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-07T10:38:47.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:47 smithi022 bash[28554]: cluster 2023-12-07T10:38:47.352433+0000 mgr.a (mgr.24293) 1943 : cluster 0 pgmap v1447: 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-07T10:38:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:47 smithi044 bash[32620]: cluster 2023-12-07T10:38:47.352433+0000 mgr.a (mgr.24293) 1943 : cluster 0 pgmap v1447: 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-07T10:38:49.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:49.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:49.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:49 smithi022 bash[28554]: cluster 2023-12-07T10:38:49.352973+0000 mgr.a (mgr.24293) 1944 : cluster 0 pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:49 smithi044 bash[32620]: cluster 2023-12-07T10:38:49.352973+0000 mgr.a (mgr.24293) 1944 : cluster 0 pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:49 smithi027 bash[31536]: cluster 2023-12-07T10:38:49.352973+0000 mgr.a (mgr.24293) 1944 : cluster 0 pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:50.019 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:50.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:50.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:50.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:50.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:50.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:50 smithi022 bash[28554]: audit 2023-12-07T10:38:49.485480+0000 mgr.a (mgr.24293) 1945 : audit 0 from='client.51207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:50 smithi044 bash[32620]: audit 2023-12-07T10:38:49.485480+0000 mgr.a (mgr.24293) 1945 : audit 0 from='client.51207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:50 smithi027 bash[31536]: audit 2023-12-07T10:38:49.485480+0000 mgr.a (mgr.24293) 1945 : audit 0 from='client.51207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:51 smithi022 bash[28554]: cluster 2023-12-07T10:38:51.353861+0000 mgr.a (mgr.24293) 1946 : cluster 0 pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:51 smithi044 bash[32620]: cluster 2023-12-07T10:38:51.353861+0000 mgr.a (mgr.24293) 1946 : cluster 0 pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:51 smithi027 bash[31536]: cluster 2023-12-07T10:38:51.353861+0000 mgr.a (mgr.24293) 1946 : cluster 0 pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:53 smithi027 bash[31536]: cluster 2023-12-07T10:38:53.354423+0000 mgr.a (mgr.24293) 1947 : cluster 0 pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:53 smithi022 bash[28554]: cluster 2023-12-07T10:38:53.354423+0000 mgr.a (mgr.24293) 1947 : cluster 0 pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:53 smithi044 bash[32620]: cluster 2023-12-07T10:38:53.354423+0000 mgr.a (mgr.24293) 1947 : cluster 0 pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:55.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:38:55.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:55.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:55 smithi027 bash[31536]: cluster 2023-12-07T10:38:55.354869+0000 mgr.a (mgr.24293) 1948 : cluster 0 pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:55.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:55 smithi022 bash[28554]: cluster 2023-12-07T10:38:55.354869+0000 mgr.a (mgr.24293) 1948 : cluster 0 pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:55 smithi044 bash[32620]: cluster 2023-12-07T10:38:55.354869+0000 mgr.a (mgr.24293) 1948 : cluster 0 pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:55.963 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:38:55.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:55.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:55.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:55.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:38:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:56 smithi027 bash[31536]: audit 2023-12-07T10:38:55.442799+0000 mgr.a (mgr.24293) 1949 : audit 0 from='client.51285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:56.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:56 smithi022 bash[28554]: audit 2023-12-07T10:38:55.442799+0000 mgr.a (mgr.24293) 1949 : audit 0 from='client.51285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:56 smithi044 bash[32620]: audit 2023-12-07T10:38:55.442799+0000 mgr.a (mgr.24293) 1949 : audit 0 from='client.51285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:57 smithi027 bash[31536]: cluster 2023-12-07T10:38:57.355674+0000 mgr.a (mgr.24293) 1950 : cluster 0 pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:38:57.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:57 smithi022 bash[28554]: cluster 2023-12-07T10:38:57.355674+0000 mgr.a (mgr.24293) 1950 : cluster 0 pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:38:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:57 smithi044 bash[32620]: cluster 2023-12-07T10:38:57.355674+0000 mgr.a (mgr.24293) 1950 : cluster 0 pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:38:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:38:59 smithi022 bash[28554]: cluster 2023-12-07T10:38:59.356181+0000 mgr.a (mgr.24293) 1951 : cluster 0 pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:38:59 smithi044 bash[32620]: cluster 2023-12-07T10:38:59.356181+0000 mgr.a (mgr.24293) 1951 : cluster 0 pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:38:59 smithi027 bash[31536]: cluster 2023-12-07T10:38:59.356181+0000 mgr.a (mgr.24293) 1951 : cluster 0 pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:00.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:00.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:00.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:01 smithi027 bash[31536]: cluster 2023-12-07T10:39:01.356693+0000 mgr.a (mgr.24293) 1952 : cluster 0 pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:01 smithi027 bash[31536]: audit 2023-12-07T10:39:01.374798+0000 mgr.a (mgr.24293) 1953 : audit 0 from='client.51360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:01.878 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:01.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:01.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:01.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:01.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:01 smithi022 bash[28554]: cluster 2023-12-07T10:39:01.356693+0000 mgr.a (mgr.24293) 1952 : cluster 0 pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:01 smithi022 bash[28554]: audit 2023-12-07T10:39:01.374798+0000 mgr.a (mgr.24293) 1953 : audit 0 from='client.51360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:01 smithi044 bash[32620]: cluster 2023-12-07T10:39:01.356693+0000 mgr.a (mgr.24293) 1952 : cluster 0 pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:01 smithi044 bash[32620]: audit 2023-12-07T10:39:01.374798+0000 mgr.a (mgr.24293) 1953 : audit 0 from='client.51360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:03 smithi027 bash[31536]: cluster 2023-12-07T10:39:03.357446+0000 mgr.a (mgr.24293) 1954 : cluster 0 pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:03.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:03 smithi022 bash[28554]: cluster 2023-12-07T10:39:03.357446+0000 mgr.a (mgr.24293) 1954 : cluster 0 pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:03 smithi044 bash[32620]: cluster 2023-12-07T10:39:03.357446+0000 mgr.a (mgr.24293) 1954 : cluster 0 pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:05 smithi027 bash[31536]: cluster 2023-12-07T10:39:05.358245+0000 mgr.a (mgr.24293) 1955 : cluster 0 pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:39:05.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:05 smithi022 bash[28554]: cluster 2023-12-07T10:39:05.358245+0000 mgr.a (mgr.24293) 1955 : cluster 0 pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:39:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:05 smithi044 bash[32620]: cluster 2023-12-07T10:39:05.358245+0000 mgr.a (mgr.24293) 1955 : cluster 0 pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:39:06.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:06.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:06.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:07 smithi027 bash[31536]: audit 2023-12-07T10:39:07.286381+0000 mgr.a (mgr.24293) 1956 : audit 0 from='client.51438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:07 smithi027 bash[31536]: cluster 2023-12-07T10:39:07.359066+0000 mgr.a (mgr.24293) 1957 : cluster 0 pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:07.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:07.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:07.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:07.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:07.813 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:07 smithi022 bash[28554]: audit 2023-12-07T10:39:07.286381+0000 mgr.a (mgr.24293) 1956 : audit 0 from='client.51438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:07 smithi022 bash[28554]: cluster 2023-12-07T10:39:07.359066+0000 mgr.a (mgr.24293) 1957 : cluster 0 pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:07 smithi044 bash[32620]: audit 2023-12-07T10:39:07.286381+0000 mgr.a (mgr.24293) 1956 : audit 0 from='client.51438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:07 smithi044 bash[32620]: cluster 2023-12-07T10:39:07.359066+0000 mgr.a (mgr.24293) 1957 : cluster 0 pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:09 smithi022 bash[28554]: cluster 2023-12-07T10:39:09.359794+0000 mgr.a (mgr.24293) 1958 : 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-07T10:39:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:09 smithi044 bash[32620]: cluster 2023-12-07T10:39:09.359794+0000 mgr.a (mgr.24293) 1958 : 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-07T10:39:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:09 smithi027 bash[31536]: cluster 2023-12-07T10:39:09.359794+0000 mgr.a (mgr.24293) 1958 : 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-07T10:39:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:11 smithi027 bash[31536]: cluster 2023-12-07T10:39:11.360560+0000 mgr.a (mgr.24293) 1959 : 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-07T10:39:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:11 smithi022 bash[28554]: cluster 2023-12-07T10:39:11.360560+0000 mgr.a (mgr.24293) 1959 : 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-07T10:39:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:11 smithi044 bash[32620]: cluster 2023-12-07T10:39:11.360560+0000 mgr.a (mgr.24293) 1959 : 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-07T10:39:12.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:12.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:12.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:13 smithi027 bash[31536]: audit 2023-12-07T10:39:13.224166+0000 mgr.a (mgr.24293) 1960 : audit 0 from='client.51516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:13 smithi027 bash[31536]: cluster 2023-12-07T10:39:13.361058+0000 mgr.a (mgr.24293) 1961 : 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-07T10:39:13.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:13.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:13.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:13.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:13.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:13.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:13 smithi022 bash[28554]: audit 2023-12-07T10:39:13.224166+0000 mgr.a (mgr.24293) 1960 : audit 0 from='client.51516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:13.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:13 smithi022 bash[28554]: cluster 2023-12-07T10:39:13.361058+0000 mgr.a (mgr.24293) 1961 : 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-07T10:39:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:13 smithi044 bash[32620]: audit 2023-12-07T10:39:13.224166+0000 mgr.a (mgr.24293) 1960 : audit 0 from='client.51516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:13 smithi044 bash[32620]: cluster 2023-12-07T10:39:13.361058+0000 mgr.a (mgr.24293) 1961 : 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-07T10:39:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:15 smithi027 bash[31536]: cluster 2023-12-07T10:39:15.361903+0000 mgr.a (mgr.24293) 1962 : 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-07T10:39:15.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:15 smithi022 bash[28554]: cluster 2023-12-07T10:39:15.361903+0000 mgr.a (mgr.24293) 1962 : 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-07T10:39:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:15 smithi044 bash[32620]: cluster 2023-12-07T10:39:15.361903+0000 mgr.a (mgr.24293) 1962 : 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-07T10:39:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:17 smithi027 bash[31536]: cluster 2023-12-07T10:39:17.362544+0000 mgr.a (mgr.24293) 1963 : cluster 0 pgmap v1462: 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-07T10:39:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:17 smithi022 bash[28554]: cluster 2023-12-07T10:39:17.362544+0000 mgr.a (mgr.24293) 1963 : cluster 0 pgmap v1462: 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-07T10:39:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:17 smithi044 bash[32620]: cluster 2023-12-07T10:39:17.362544+0000 mgr.a (mgr.24293) 1963 : cluster 0 pgmap v1462: 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-07T10:39:18.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:18.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:18.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:19.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:19.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:19.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:19.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:19.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:19 smithi022 bash[28554]: audit 2023-12-07T10:39:19.149288+0000 mgr.a (mgr.24293) 1964 : audit 0 from='client.51591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:19 smithi022 bash[28554]: cluster 2023-12-07T10:39:19.363264+0000 mgr.a (mgr.24293) 1965 : cluster 0 pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:19 smithi044 bash[32620]: audit 2023-12-07T10:39:19.149288+0000 mgr.a (mgr.24293) 1964 : audit 0 from='client.51591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:19 smithi044 bash[32620]: cluster 2023-12-07T10:39:19.363264+0000 mgr.a (mgr.24293) 1965 : cluster 0 pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:19 smithi027 bash[31536]: audit 2023-12-07T10:39:19.149288+0000 mgr.a (mgr.24293) 1964 : audit 0 from='client.51591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:19 smithi027 bash[31536]: cluster 2023-12-07T10:39:19.363264+0000 mgr.a (mgr.24293) 1965 : cluster 0 pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:21 smithi027 bash[31536]: cluster 2023-12-07T10:39:21.364231+0000 mgr.a (mgr.24293) 1966 : cluster 0 pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:21 smithi022 bash[28554]: cluster 2023-12-07T10:39:21.364231+0000 mgr.a (mgr.24293) 1966 : cluster 0 pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:21 smithi044 bash[32620]: cluster 2023-12-07T10:39:21.364231+0000 mgr.a (mgr.24293) 1966 : cluster 0 pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:23 smithi027 bash[31536]: cluster 2023-12-07T10:39:23.364816+0000 mgr.a (mgr.24293) 1967 : cluster 0 pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:23 smithi022 bash[28554]: cluster 2023-12-07T10:39:23.364816+0000 mgr.a (mgr.24293) 1967 : cluster 0 pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:23 smithi044 bash[32620]: cluster 2023-12-07T10:39:23.364816+0000 mgr.a (mgr.24293) 1967 : cluster 0 pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:24.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:24.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:24.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:25.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:25.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:25.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:25.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:25.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:25 smithi027 bash[31536]: audit 2023-12-07T10:39:25.073626+0000 mgr.a (mgr.24293) 1968 : audit 0 from='client.51660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:25 smithi027 bash[31536]: cluster 2023-12-07T10:39:25.365830+0000 mgr.a (mgr.24293) 1969 : cluster 0 pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:25 smithi022 bash[28554]: audit 2023-12-07T10:39:25.073626+0000 mgr.a (mgr.24293) 1968 : audit 0 from='client.51660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:25 smithi022 bash[28554]: cluster 2023-12-07T10:39:25.365830+0000 mgr.a (mgr.24293) 1969 : cluster 0 pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:25 smithi044 bash[32620]: audit 2023-12-07T10:39:25.073626+0000 mgr.a (mgr.24293) 1968 : audit 0 from='client.51660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:25 smithi044 bash[32620]: cluster 2023-12-07T10:39:25.365830+0000 mgr.a (mgr.24293) 1969 : cluster 0 pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:27 smithi027 bash[31536]: cluster 2023-12-07T10:39:27.366636+0000 mgr.a (mgr.24293) 1970 : cluster 0 pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T10:39:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:27 smithi022 bash[28554]: cluster 2023-12-07T10:39:27.366636+0000 mgr.a (mgr.24293) 1970 : cluster 0 pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T10:39:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:27 smithi044 bash[32620]: cluster 2023-12-07T10:39:27.366636+0000 mgr.a (mgr.24293) 1970 : cluster 0 pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T10:39:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:29 smithi022 bash[28554]: cluster 2023-12-07T10:39:29.367200+0000 mgr.a (mgr.24293) 1971 : 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-07T10:39:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:29 smithi044 bash[32620]: cluster 2023-12-07T10:39:29.367200+0000 mgr.a (mgr.24293) 1971 : 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-07T10:39:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:29 smithi027 bash[31536]: cluster 2023-12-07T10:39:29.367200+0000 mgr.a (mgr.24293) 1971 : 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-07T10:39:30.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:30.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:30.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:30 smithi022 bash[28554]: audit 2023-12-07T10:39:30.446459+0000 mon.a (mon.0) 737 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:39:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:30 smithi044 bash[32620]: audit 2023-12-07T10:39:30.446459+0000 mon.a (mon.0) 737 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:39:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:30 smithi027 bash[31536]: audit 2023-12-07T10:39:30.446459+0000 mon.a (mon.0) 737 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:39:31.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:31.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:31.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:31.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:31.558 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:31.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:31 smithi022 bash[28554]: audit 2023-12-07T10:39:31.009033+0000 mgr.a (mgr.24293) 1972 : audit 0 from='client.51732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:31.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:31 smithi022 bash[28554]: audit 2023-12-07T10:39:31.302013+0000 mon.a (mon.0) 738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:31 smithi022 bash[28554]: audit 2023-12-07T10:39:31.304052+0000 mon.a (mon.0) 739 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:31 smithi022 bash[28554]: audit 2023-12-07T10:39:31.312086+0000 mon.a (mon.0) 740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:31 smithi022 bash[28554]: cluster 2023-12-07T10:39:31.367889+0000 mgr.a (mgr.24293) 1973 : cluster 0 pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:31 smithi044 bash[32620]: audit 2023-12-07T10:39:31.009033+0000 mgr.a (mgr.24293) 1972 : audit 0 from='client.51732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:31 smithi044 bash[32620]: audit 2023-12-07T10:39:31.302013+0000 mon.a (mon.0) 738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:31 smithi044 bash[32620]: audit 2023-12-07T10:39:31.304052+0000 mon.a (mon.0) 739 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:31 smithi044 bash[32620]: audit 2023-12-07T10:39:31.312086+0000 mon.a (mon.0) 740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:39:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:31 smithi044 bash[32620]: cluster 2023-12-07T10:39:31.367889+0000 mgr.a (mgr.24293) 1973 : cluster 0 pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:31 smithi027 bash[31536]: audit 2023-12-07T10:39:31.009033+0000 mgr.a (mgr.24293) 1972 : audit 0 from='client.51732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:31 smithi027 bash[31536]: audit 2023-12-07T10:39:31.302013+0000 mon.a (mon.0) 738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:39:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:31 smithi027 bash[31536]: audit 2023-12-07T10:39:31.304052+0000 mon.a (mon.0) 739 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:39:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:31 smithi027 bash[31536]: audit 2023-12-07T10:39:31.312086+0000 mon.a (mon.0) 740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:39:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:31 smithi027 bash[31536]: cluster 2023-12-07T10:39:31.367889+0000 mgr.a (mgr.24293) 1973 : cluster 0 pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:33 smithi027 bash[31536]: cluster 2023-12-07T10:39:33.368572+0000 mgr.a (mgr.24293) 1974 : cluster 0 pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:33.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:33 smithi022 bash[28554]: cluster 2023-12-07T10:39:33.368572+0000 mgr.a (mgr.24293) 1974 : cluster 0 pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:33 smithi044 bash[32620]: cluster 2023-12-07T10:39:33.368572+0000 mgr.a (mgr.24293) 1974 : cluster 0 pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:35 smithi027 bash[31536]: cluster 2023-12-07T10:39:35.369310+0000 mgr.a (mgr.24293) 1975 : cluster 0 pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:39:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:35 smithi022 bash[28554]: cluster 2023-12-07T10:39:35.369310+0000 mgr.a (mgr.24293) 1975 : cluster 0 pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:39:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:35 smithi044 bash[32620]: cluster 2023-12-07T10:39:35.369310+0000 mgr.a (mgr.24293) 1975 : cluster 0 pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:39:36.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:36.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:36.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:37.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:37.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:37.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:37.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:37.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:37 smithi022 bash[28554]: audit 2023-12-07T10:39:36.965008+0000 mgr.a (mgr.24293) 1976 : audit 0 from='client.51810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:37 smithi022 bash[28554]: cluster 2023-12-07T10:39:37.377292+0000 mgr.a (mgr.24293) 1977 : cluster 0 pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:37 smithi044 bash[32620]: audit 2023-12-07T10:39:36.965008+0000 mgr.a (mgr.24293) 1976 : audit 0 from='client.51810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:37 smithi044 bash[32620]: cluster 2023-12-07T10:39:37.377292+0000 mgr.a (mgr.24293) 1977 : cluster 0 pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:37 smithi027 bash[31536]: audit 2023-12-07T10:39:36.965008+0000 mgr.a (mgr.24293) 1976 : audit 0 from='client.51810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:37 smithi027 bash[31536]: cluster 2023-12-07T10:39:37.377292+0000 mgr.a (mgr.24293) 1977 : cluster 0 pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:39 smithi022 bash[28554]: cluster 2023-12-07T10:39:39.377976+0000 mgr.a (mgr.24293) 1978 : cluster 0 pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T10:39:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:39 smithi044 bash[32620]: cluster 2023-12-07T10:39:39.377976+0000 mgr.a (mgr.24293) 1978 : cluster 0 pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T10:39:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:39 smithi027 bash[31536]: cluster 2023-12-07T10:39:39.377976+0000 mgr.a (mgr.24293) 1978 : cluster 0 pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T10:39:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:41 smithi022 bash[28554]: cluster 2023-12-07T10:39:41.378733+0000 mgr.a (mgr.24293) 1979 : cluster 0 pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T10:39:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:41 smithi044 bash[32620]: cluster 2023-12-07T10:39:41.378733+0000 mgr.a (mgr.24293) 1979 : cluster 0 pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T10:39:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:41 smithi027 bash[31536]: cluster 2023-12-07T10:39:41.378733+0000 mgr.a (mgr.24293) 1979 : cluster 0 pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T10:39:42.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:42.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:42.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:43.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:43.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:43.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:43.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:43.448 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:43 smithi022 bash[28554]: audit 2023-12-07T10:39:42.935536+0000 mgr.a (mgr.24293) 1980 : audit 0 from='client.51888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:43 smithi022 bash[28554]: cluster 2023-12-07T10:39:43.379239+0000 mgr.a (mgr.24293) 1981 : 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-07T10:39:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:43 smithi044 bash[32620]: audit 2023-12-07T10:39:42.935536+0000 mgr.a (mgr.24293) 1980 : audit 0 from='client.51888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:43 smithi044 bash[32620]: cluster 2023-12-07T10:39:43.379239+0000 mgr.a (mgr.24293) 1981 : 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-07T10:39:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:43 smithi027 bash[31536]: audit 2023-12-07T10:39:42.935536+0000 mgr.a (mgr.24293) 1980 : audit 0 from='client.51888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:43 smithi027 bash[31536]: cluster 2023-12-07T10:39:43.379239+0000 mgr.a (mgr.24293) 1981 : 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-07T10:39:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:45 smithi022 bash[28554]: cluster 2023-12-07T10:39:45.379995+0000 mgr.a (mgr.24293) 1982 : cluster 0 pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:39:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:45 smithi044 bash[32620]: cluster 2023-12-07T10:39:45.379995+0000 mgr.a (mgr.24293) 1982 : cluster 0 pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:39:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:45 smithi027 bash[31536]: cluster 2023-12-07T10:39:45.379995+0000 mgr.a (mgr.24293) 1982 : cluster 0 pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:39:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:47 smithi022 bash[28554]: cluster 2023-12-07T10:39:47.380648+0000 mgr.a (mgr.24293) 1983 : cluster 0 pgmap v1477: 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-07T10:39:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:47 smithi044 bash[32620]: cluster 2023-12-07T10:39:47.380648+0000 mgr.a (mgr.24293) 1983 : cluster 0 pgmap v1477: 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-07T10:39:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:47 smithi027 bash[31536]: cluster 2023-12-07T10:39:47.380648+0000 mgr.a (mgr.24293) 1983 : cluster 0 pgmap v1477: 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-07T10:39:48.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:48.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:48.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:49.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:49.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:49.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:49.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:49.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:49 smithi022 bash[28554]: audit 2023-12-07T10:39:48.862588+0000 mgr.a (mgr.24293) 1984 : audit 0 from='client.51963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:49.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:49 smithi022 bash[28554]: cluster 2023-12-07T10:39:49.381140+0000 mgr.a (mgr.24293) 1985 : 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-07T10:39:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:49 smithi044 bash[32620]: audit 2023-12-07T10:39:48.862588+0000 mgr.a (mgr.24293) 1984 : audit 0 from='client.51963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:49 smithi044 bash[32620]: cluster 2023-12-07T10:39:49.381140+0000 mgr.a (mgr.24293) 1985 : 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-07T10:39:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:49 smithi027 bash[31536]: audit 2023-12-07T10:39:48.862588+0000 mgr.a (mgr.24293) 1984 : audit 0 from='client.51963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:49 smithi027 bash[31536]: cluster 2023-12-07T10:39:49.381140+0000 mgr.a (mgr.24293) 1985 : 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-07T10:39:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:51 smithi022 bash[28554]: cluster 2023-12-07T10:39:51.381962+0000 mgr.a (mgr.24293) 1986 : cluster 0 pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:51 smithi044 bash[32620]: cluster 2023-12-07T10:39:51.381962+0000 mgr.a (mgr.24293) 1986 : cluster 0 pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:51 smithi027 bash[31536]: cluster 2023-12-07T10:39:51.381962+0000 mgr.a (mgr.24293) 1986 : cluster 0 pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:53 smithi022 bash[28554]: cluster 2023-12-07T10:39:53.382559+0000 mgr.a (mgr.24293) 1987 : cluster 0 pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:53 smithi044 bash[32620]: cluster 2023-12-07T10:39:53.382559+0000 mgr.a (mgr.24293) 1987 : cluster 0 pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:53 smithi027 bash[31536]: cluster 2023-12-07T10:39:53.382559+0000 mgr.a (mgr.24293) 1987 : cluster 0 pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:54.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:39:54.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:54.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:55.318 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:39:55.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:55.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:55.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:55.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:39:55.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:55 smithi022 bash[28554]: audit 2023-12-07T10:39:54.812237+0000 mgr.a (mgr.24293) 1988 : audit 0 from='client.52035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:55.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:55 smithi022 bash[28554]: cluster 2023-12-07T10:39:55.383586+0000 mgr.a (mgr.24293) 1989 : cluster 0 pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:39:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:55 smithi044 bash[32620]: audit 2023-12-07T10:39:54.812237+0000 mgr.a (mgr.24293) 1988 : audit 0 from='client.52035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:55 smithi044 bash[32620]: cluster 2023-12-07T10:39:55.383586+0000 mgr.a (mgr.24293) 1989 : cluster 0 pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:39:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:55 smithi027 bash[31536]: audit 2023-12-07T10:39:54.812237+0000 mgr.a (mgr.24293) 1988 : audit 0 from='client.52035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:55 smithi027 bash[31536]: cluster 2023-12-07T10:39:55.383586+0000 mgr.a (mgr.24293) 1989 : cluster 0 pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:39:57.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:57 smithi022 bash[28554]: cluster 2023-12-07T10:39:57.384319+0000 mgr.a (mgr.24293) 1990 : cluster 0 pgmap v1482: 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-07T10:39:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:57 smithi044 bash[32620]: cluster 2023-12-07T10:39:57.384319+0000 mgr.a (mgr.24293) 1990 : cluster 0 pgmap v1482: 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-07T10:39:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:57 smithi027 bash[31536]: cluster 2023-12-07T10:39:57.384319+0000 mgr.a (mgr.24293) 1990 : cluster 0 pgmap v1482: 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-07T10:39:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:39:59 smithi022 bash[28554]: cluster 2023-12-07T10:39:59.384852+0000 mgr.a (mgr.24293) 1991 : cluster 0 pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:39:59 smithi044 bash[32620]: cluster 2023-12-07T10:39:59.384852+0000 mgr.a (mgr.24293) 1991 : cluster 0 pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:39:59 smithi027 bash[31536]: cluster 2023-12-07T10:39:59.384852+0000 mgr.a (mgr.24293) 1991 : cluster 0 pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:00.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:00.322 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:00.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:00 smithi044 bash[32620]: cluster 2023-12-07T10:40:00.000163+0000 mon.a (mon.0) 741 : cluster 1 overall HEALTH_OK 2023-12-07T10:40:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:00 smithi022 bash[28554]: cluster 2023-12-07T10:40:00.000163+0000 mon.a (mon.0) 741 : cluster 1 overall HEALTH_OK 2023-12-07T10:40:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:00 smithi027 bash[31536]: cluster 2023-12-07T10:40:00.000163+0000 mon.a (mon.0) 741 : cluster 1 overall HEALTH_OK 2023-12-07T10:40:01.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:01.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:01.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:01.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:01.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:01 smithi022 bash[28554]: audit 2023-12-07T10:40:00.738355+0000 mgr.a (mgr.24293) 1992 : audit 0 from='client.52113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:01 smithi022 bash[28554]: cluster 2023-12-07T10:40:01.386092+0000 mgr.a (mgr.24293) 1993 : 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-07T10:40:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:01 smithi044 bash[32620]: audit 2023-12-07T10:40:00.738355+0000 mgr.a (mgr.24293) 1992 : audit 0 from='client.52113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:01 smithi044 bash[32620]: cluster 2023-12-07T10:40:01.386092+0000 mgr.a (mgr.24293) 1993 : 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-07T10:40:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:01 smithi027 bash[31536]: audit 2023-12-07T10:40:00.738355+0000 mgr.a (mgr.24293) 1992 : audit 0 from='client.52113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:01 smithi027 bash[31536]: cluster 2023-12-07T10:40:01.386092+0000 mgr.a (mgr.24293) 1993 : 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-07T10:40:03.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:03 smithi022 bash[28554]: cluster 2023-12-07T10:40:03.386842+0000 mgr.a (mgr.24293) 1994 : cluster 0 pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:03 smithi044 bash[32620]: cluster 2023-12-07T10:40:03.386842+0000 mgr.a (mgr.24293) 1994 : cluster 0 pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:03 smithi027 bash[31536]: cluster 2023-12-07T10:40:03.386842+0000 mgr.a (mgr.24293) 1994 : cluster 0 pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:05 smithi044 bash[32620]: cluster 2023-12-07T10:40:05.387601+0000 mgr.a (mgr.24293) 1995 : cluster 0 pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:40:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:05 smithi022 bash[28554]: cluster 2023-12-07T10:40:05.387601+0000 mgr.a (mgr.24293) 1995 : cluster 0 pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:40:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:05 smithi027 bash[31536]: cluster 2023-12-07T10:40:05.387601+0000 mgr.a (mgr.24293) 1995 : cluster 0 pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:40:06.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:06.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:06.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:07.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:07 smithi022 bash[28554]: audit 2023-12-07T10:40:06.660101+0000 mgr.a (mgr.24293) 1996 : audit 0 from='client.52191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:07.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:07 smithi022 bash[28554]: cluster 2023-12-07T10:40:07.388548+0000 mgr.a (mgr.24293) 1997 : cluster 0 pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:40:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:07 smithi044 bash[32620]: audit 2023-12-07T10:40:06.660101+0000 mgr.a (mgr.24293) 1996 : audit 0 from='client.52191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:07 smithi044 bash[32620]: cluster 2023-12-07T10:40:07.388548+0000 mgr.a (mgr.24293) 1997 : cluster 0 pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:40:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:07 smithi027 bash[31536]: audit 2023-12-07T10:40:06.660101+0000 mgr.a (mgr.24293) 1996 : audit 0 from='client.52191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:07 smithi027 bash[31536]: cluster 2023-12-07T10:40:07.388548+0000 mgr.a (mgr.24293) 1997 : cluster 0 pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:40:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:09 smithi022 bash[28554]: cluster 2023-12-07T10:40:09.389151+0000 mgr.a (mgr.24293) 1998 : cluster 0 pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:09 smithi044 bash[32620]: cluster 2023-12-07T10:40:09.389151+0000 mgr.a (mgr.24293) 1998 : cluster 0 pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:09 smithi027 bash[31536]: cluster 2023-12-07T10:40:09.389151+0000 mgr.a (mgr.24293) 1998 : cluster 0 pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:11 smithi022 bash[28554]: cluster 2023-12-07T10:40:11.389920+0000 mgr.a (mgr.24293) 1999 : cluster 0 pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:11 smithi044 bash[32620]: cluster 2023-12-07T10:40:11.389920+0000 mgr.a (mgr.24293) 1999 : cluster 0 pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:11 smithi027 bash[31536]: cluster 2023-12-07T10:40:11.389920+0000 mgr.a (mgr.24293) 1999 : cluster 0 pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:12.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:12.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:12.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:13.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:13.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:13.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:13.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:13.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:13 smithi044 bash[32620]: audit 2023-12-07T10:40:12.582689+0000 mgr.a (mgr.24293) 2000 : audit 0 from='client.52269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:13 smithi044 bash[32620]: cluster 2023-12-07T10:40:13.390693+0000 mgr.a (mgr.24293) 2001 : 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-07T10:40:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:13 smithi022 bash[28554]: audit 2023-12-07T10:40:12.582689+0000 mgr.a (mgr.24293) 2000 : audit 0 from='client.52269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:13 smithi022 bash[28554]: cluster 2023-12-07T10:40:13.390693+0000 mgr.a (mgr.24293) 2001 : 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-07T10:40:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:13 smithi027 bash[31536]: audit 2023-12-07T10:40:12.582689+0000 mgr.a (mgr.24293) 2000 : audit 0 from='client.52269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:13 smithi027 bash[31536]: cluster 2023-12-07T10:40:13.390693+0000 mgr.a (mgr.24293) 2001 : 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-07T10:40:15.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:15 smithi022 bash[28554]: cluster 2023-12-07T10:40:15.391474+0000 mgr.a (mgr.24293) 2002 : cluster 0 pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:15 smithi044 bash[32620]: cluster 2023-12-07T10:40:15.391474+0000 mgr.a (mgr.24293) 2002 : cluster 0 pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:15 smithi027 bash[31536]: cluster 2023-12-07T10:40:15.391474+0000 mgr.a (mgr.24293) 2002 : cluster 0 pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:17 smithi044 bash[32620]: cluster 2023-12-07T10:40:17.392148+0000 mgr.a (mgr.24293) 2003 : cluster 0 pgmap v1492: 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-07T10:40:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:17 smithi022 bash[28554]: cluster 2023-12-07T10:40:17.392148+0000 mgr.a (mgr.24293) 2003 : cluster 0 pgmap v1492: 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-07T10:40:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:17 smithi027 bash[31536]: cluster 2023-12-07T10:40:17.392148+0000 mgr.a (mgr.24293) 2003 : cluster 0 pgmap v1492: 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-07T10:40:18.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:18.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:18.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:19.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:19.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:19.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:19.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:19.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:19 smithi022 bash[28554]: audit 2023-12-07T10:40:18.514422+0000 mgr.a (mgr.24293) 2004 : audit 0 from='client.52344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:19 smithi022 bash[28554]: cluster 2023-12-07T10:40:19.392855+0000 mgr.a (mgr.24293) 2005 : 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-07T10:40:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:19 smithi044 bash[32620]: audit 2023-12-07T10:40:18.514422+0000 mgr.a (mgr.24293) 2004 : audit 0 from='client.52344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:19 smithi044 bash[32620]: cluster 2023-12-07T10:40:19.392855+0000 mgr.a (mgr.24293) 2005 : 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-07T10:40:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:19 smithi027 bash[31536]: audit 2023-12-07T10:40:18.514422+0000 mgr.a (mgr.24293) 2004 : audit 0 from='client.52344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:19 smithi027 bash[31536]: cluster 2023-12-07T10:40:19.392855+0000 mgr.a (mgr.24293) 2005 : 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-07T10:40:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:21 smithi044 bash[32620]: cluster 2023-12-07T10:40:21.393715+0000 mgr.a (mgr.24293) 2006 : cluster 0 pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:21 smithi022 bash[28554]: cluster 2023-12-07T10:40:21.393715+0000 mgr.a (mgr.24293) 2006 : cluster 0 pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:21 smithi027 bash[31536]: cluster 2023-12-07T10:40:21.393715+0000 mgr.a (mgr.24293) 2006 : cluster 0 pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:23 smithi022 bash[28554]: cluster 2023-12-07T10:40:23.394270+0000 mgr.a (mgr.24293) 2007 : cluster 0 pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:23 smithi044 bash[32620]: cluster 2023-12-07T10:40:23.394270+0000 mgr.a (mgr.24293) 2007 : cluster 0 pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:23 smithi027 bash[31536]: cluster 2023-12-07T10:40:23.394270+0000 mgr.a (mgr.24293) 2007 : cluster 0 pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:24.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:24.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:24.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:24.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:24.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:24.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:24.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:24.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:25 smithi022 bash[28554]: audit 2023-12-07T10:40:24.449960+0000 mgr.a (mgr.24293) 2008 : audit 0 from='client.52419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:25 smithi022 bash[28554]: cluster 2023-12-07T10:40:25.395136+0000 mgr.a (mgr.24293) 2009 : cluster 0 pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:25 smithi044 bash[32620]: audit 2023-12-07T10:40:24.449960+0000 mgr.a (mgr.24293) 2008 : audit 0 from='client.52419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:25 smithi044 bash[32620]: cluster 2023-12-07T10:40:25.395136+0000 mgr.a (mgr.24293) 2009 : cluster 0 pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:25 smithi027 bash[31536]: audit 2023-12-07T10:40:24.449960+0000 mgr.a (mgr.24293) 2008 : audit 0 from='client.52419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:25 smithi027 bash[31536]: cluster 2023-12-07T10:40:25.395136+0000 mgr.a (mgr.24293) 2009 : cluster 0 pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:27 smithi044 bash[32620]: cluster 2023-12-07T10:40:27.395776+0000 mgr.a (mgr.24293) 2010 : cluster 0 pgmap v1497: 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-07T10:40:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:27 smithi022 bash[28554]: cluster 2023-12-07T10:40:27.395776+0000 mgr.a (mgr.24293) 2010 : cluster 0 pgmap v1497: 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-07T10:40:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:27 smithi027 bash[31536]: cluster 2023-12-07T10:40:27.395776+0000 mgr.a (mgr.24293) 2010 : cluster 0 pgmap v1497: 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-07T10:40:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:29 smithi022 bash[28554]: cluster 2023-12-07T10:40:29.396364+0000 mgr.a (mgr.24293) 2011 : cluster 0 pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:29 smithi044 bash[32620]: cluster 2023-12-07T10:40:29.396364+0000 mgr.a (mgr.24293) 2011 : cluster 0 pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:29.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:29.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:29.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:29 smithi027 bash[31536]: cluster 2023-12-07T10:40:29.396364+0000 mgr.a (mgr.24293) 2011 : cluster 0 pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:30.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:30.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:30.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:30.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:30.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:30 smithi022 bash[28554]: audit 2023-12-07T10:40:30.364352+0000 mgr.a (mgr.24293) 2012 : audit 0 from='client.53081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:30 smithi044 bash[32620]: audit 2023-12-07T10:40:30.364352+0000 mgr.a (mgr.24293) 2012 : audit 0 from='client.53081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:30 smithi027 bash[31536]: audit 2023-12-07T10:40:30.364352+0000 mgr.a (mgr.24293) 2012 : audit 0 from='client.53081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:31 smithi044 bash[32620]: cluster 2023-12-07T10:40:31.397446+0000 mgr.a (mgr.24293) 2013 : cluster 0 pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:40:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:31 smithi044 bash[32620]: audit 2023-12-07T10:40:31.431323+0000 mon.a (mon.0) 742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:40:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:31 smithi022 bash[28554]: cluster 2023-12-07T10:40:31.397446+0000 mgr.a (mgr.24293) 2013 : cluster 0 pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:40:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:31 smithi022 bash[28554]: audit 2023-12-07T10:40:31.431323+0000 mon.a (mon.0) 742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:40:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:31 smithi027 bash[31536]: cluster 2023-12-07T10:40:31.397446+0000 mgr.a (mgr.24293) 2013 : cluster 0 pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:40:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:31 smithi027 bash[31536]: audit 2023-12-07T10:40:31.431323+0000 mon.a (mon.0) 742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:40:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:32 smithi044 bash[32620]: audit 2023-12-07T10:40:32.222533+0000 mon.a (mon.0) 743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:40:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:32 smithi044 bash[32620]: audit 2023-12-07T10:40:32.224612+0000 mon.a (mon.0) 744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:40:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:32 smithi044 bash[32620]: audit 2023-12-07T10:40:32.234979+0000 mon.a (mon.0) 745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:40:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:32 smithi022 bash[28554]: audit 2023-12-07T10:40:32.222533+0000 mon.a (mon.0) 743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:40:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:32 smithi022 bash[28554]: audit 2023-12-07T10:40:32.224612+0000 mon.a (mon.0) 744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:40:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:32 smithi022 bash[28554]: audit 2023-12-07T10:40:32.234979+0000 mon.a (mon.0) 745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:40:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:32 smithi027 bash[31536]: audit 2023-12-07T10:40:32.222533+0000 mon.a (mon.0) 743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:40:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:32 smithi027 bash[31536]: audit 2023-12-07T10:40:32.224612+0000 mon.a (mon.0) 744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:40:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:32 smithi027 bash[31536]: audit 2023-12-07T10:40:32.234979+0000 mon.a (mon.0) 745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:40:33.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:33 smithi022 bash[28554]: cluster 2023-12-07T10:40:33.398049+0000 mgr.a (mgr.24293) 2014 : cluster 0 pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:40:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:33 smithi044 bash[32620]: cluster 2023-12-07T10:40:33.398049+0000 mgr.a (mgr.24293) 2014 : cluster 0 pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:40:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:33 smithi027 bash[31536]: cluster 2023-12-07T10:40:33.398049+0000 mgr.a (mgr.24293) 2014 : cluster 0 pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:40:35.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:35.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:35.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:35 smithi044 bash[32620]: cluster 2023-12-07T10:40:35.398740+0000 mgr.a (mgr.24293) 2015 : cluster 0 pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:40:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:35 smithi022 bash[28554]: cluster 2023-12-07T10:40:35.398740+0000 mgr.a (mgr.24293) 2015 : cluster 0 pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:40:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:35 smithi027 bash[31536]: cluster 2023-12-07T10:40:35.398740+0000 mgr.a (mgr.24293) 2015 : cluster 0 pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:40:36.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:36 smithi044 bash[32620]: audit 2023-12-07T10:40:36.306077+0000 mgr.a (mgr.24293) 2016 : audit 0 from='client.52572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:36 smithi022 bash[28554]: audit 2023-12-07T10:40:36.306077+0000 mgr.a (mgr.24293) 2016 : audit 0 from='client.52572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:36 smithi027 bash[31536]: audit 2023-12-07T10:40:36.306077+0000 mgr.a (mgr.24293) 2016 : audit 0 from='client.52572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:37 smithi022 bash[28554]: cluster 2023-12-07T10:40:37.399700+0000 mgr.a (mgr.24293) 2017 : cluster 0 pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:40:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:37 smithi044 bash[32620]: cluster 2023-12-07T10:40:37.399700+0000 mgr.a (mgr.24293) 2017 : cluster 0 pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:40:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:37 smithi027 bash[31536]: cluster 2023-12-07T10:40:37.399700+0000 mgr.a (mgr.24293) 2017 : cluster 0 pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:40:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:39 smithi044 bash[32620]: cluster 2023-12-07T10:40:39.400275+0000 mgr.a (mgr.24293) 2018 : cluster 0 pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:39 smithi022 bash[28554]: cluster 2023-12-07T10:40:39.400275+0000 mgr.a (mgr.24293) 2018 : cluster 0 pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:39 smithi027 bash[31536]: cluster 2023-12-07T10:40:39.400275+0000 mgr.a (mgr.24293) 2018 : cluster 0 pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:41.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:41.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:41.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:41 smithi022 bash[28554]: cluster 2023-12-07T10:40:41.401050+0000 mgr.a (mgr.24293) 2019 : cluster 0 pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:41 smithi044 bash[32620]: cluster 2023-12-07T10:40:41.401050+0000 mgr.a (mgr.24293) 2019 : cluster 0 pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:41 smithi027 bash[31536]: cluster 2023-12-07T10:40:41.401050+0000 mgr.a (mgr.24293) 2019 : cluster 0 pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:42.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:42.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:42.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:42.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:42.739 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:42 smithi044 bash[32620]: audit 2023-12-07T10:40:42.220738+0000 mgr.a (mgr.24293) 2020 : audit 0 from='client.53881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:42 smithi022 bash[28554]: audit 2023-12-07T10:40:42.220738+0000 mgr.a (mgr.24293) 2020 : audit 0 from='client.53881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:42 smithi027 bash[31536]: audit 2023-12-07T10:40:42.220738+0000 mgr.a (mgr.24293) 2020 : audit 0 from='client.53881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:43 smithi022 bash[28554]: cluster 2023-12-07T10:40:43.401801+0000 mgr.a (mgr.24293) 2021 : cluster 0 pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:40:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:43 smithi044 bash[32620]: cluster 2023-12-07T10:40:43.401801+0000 mgr.a (mgr.24293) 2021 : cluster 0 pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:40:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:43 smithi027 bash[31536]: cluster 2023-12-07T10:40:43.401801+0000 mgr.a (mgr.24293) 2021 : cluster 0 pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:40:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:45 smithi022 bash[28554]: cluster 2023-12-07T10:40:45.402567+0000 mgr.a (mgr.24293) 2022 : cluster 0 pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:40:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:45 smithi044 bash[32620]: cluster 2023-12-07T10:40:45.402567+0000 mgr.a (mgr.24293) 2022 : cluster 0 pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:40:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:45 smithi027 bash[31536]: cluster 2023-12-07T10:40:45.402567+0000 mgr.a (mgr.24293) 2022 : cluster 0 pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:40:47.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:47.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:47.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:47.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:47 smithi022 bash[28554]: cluster 2023-12-07T10:40:47.403193+0000 mgr.a (mgr.24293) 2023 : cluster 0 pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:40:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:47 smithi044 bash[32620]: cluster 2023-12-07T10:40:47.403193+0000 mgr.a (mgr.24293) 2023 : cluster 0 pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:40:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:47 smithi027 bash[31536]: cluster 2023-12-07T10:40:47.403193+0000 mgr.a (mgr.24293) 2023 : cluster 0 pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:40:48.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:48.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:48.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:48.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:48.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:48 smithi044 bash[32620]: audit 2023-12-07T10:40:48.148084+0000 mgr.a (mgr.24293) 2024 : audit 0 from='client.52725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:48 smithi022 bash[28554]: audit 2023-12-07T10:40:48.148084+0000 mgr.a (mgr.24293) 2024 : audit 0 from='client.52725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:48 smithi027 bash[31536]: audit 2023-12-07T10:40:48.148084+0000 mgr.a (mgr.24293) 2024 : audit 0 from='client.52725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:49 smithi022 bash[28554]: cluster 2023-12-07T10:40:49.403955+0000 mgr.a (mgr.24293) 2025 : 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-07T10:40:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:49 smithi044 bash[32620]: cluster 2023-12-07T10:40:49.403955+0000 mgr.a (mgr.24293) 2025 : 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-07T10:40:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:49 smithi027 bash[31536]: cluster 2023-12-07T10:40:49.403955+0000 mgr.a (mgr.24293) 2025 : 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-07T10:40:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:51 smithi044 bash[32620]: cluster 2023-12-07T10:40:51.404780+0000 mgr.a (mgr.24293) 2026 : 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-07T10:40:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:51 smithi022 bash[28554]: cluster 2023-12-07T10:40:51.404780+0000 mgr.a (mgr.24293) 2026 : 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-07T10:40:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:51 smithi027 bash[31536]: cluster 2023-12-07T10:40:51.404780+0000 mgr.a (mgr.24293) 2026 : 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-07T10:40:53.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:53.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:53.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:53 smithi022 bash[28554]: cluster 2023-12-07T10:40:53.405343+0000 mgr.a (mgr.24293) 2027 : 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-07T10:40:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:53 smithi044 bash[32620]: cluster 2023-12-07T10:40:53.405343+0000 mgr.a (mgr.24293) 2027 : 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-07T10:40:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:53 smithi027 bash[31536]: cluster 2023-12-07T10:40:53.405343+0000 mgr.a (mgr.24293) 2027 : 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-07T10:40:54.589 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:40:54.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:54.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:54.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:54.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:40:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:54 smithi044 bash[32620]: audit 2023-12-07T10:40:54.064315+0000 mgr.a (mgr.24293) 2028 : audit 0 from='client.52800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:54 smithi022 bash[28554]: audit 2023-12-07T10:40:54.064315+0000 mgr.a (mgr.24293) 2028 : audit 0 from='client.52800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:54 smithi027 bash[31536]: audit 2023-12-07T10:40:54.064315+0000 mgr.a (mgr.24293) 2028 : audit 0 from='client.52800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:55 smithi044 bash[32620]: cluster 2023-12-07T10:40:55.406169+0000 mgr.a (mgr.24293) 2029 : cluster 0 pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:55.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:55 smithi022 bash[28554]: cluster 2023-12-07T10:40:55.406169+0000 mgr.a (mgr.24293) 2029 : cluster 0 pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:55 smithi027 bash[31536]: cluster 2023-12-07T10:40:55.406169+0000 mgr.a (mgr.24293) 2029 : cluster 0 pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:40:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:57 smithi044 bash[32620]: cluster 2023-12-07T10:40:57.406785+0000 mgr.a (mgr.24293) 2030 : cluster 0 pgmap v1512: 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-07T10:40:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:57 smithi022 bash[28554]: cluster 2023-12-07T10:40:57.406785+0000 mgr.a (mgr.24293) 2030 : cluster 0 pgmap v1512: 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-07T10:40:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:57 smithi027 bash[31536]: cluster 2023-12-07T10:40:57.406785+0000 mgr.a (mgr.24293) 2030 : cluster 0 pgmap v1512: 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-07T10:40:59.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:40:59.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:59.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:40:59 smithi044 bash[32620]: cluster 2023-12-07T10:40:59.407377+0000 mgr.a (mgr.24293) 2031 : cluster 0 pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:40:59 smithi022 bash[28554]: cluster 2023-12-07T10:40:59.407377+0000 mgr.a (mgr.24293) 2031 : cluster 0 pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:40:59 smithi027 bash[31536]: cluster 2023-12-07T10:40:59.407377+0000 mgr.a (mgr.24293) 2031 : cluster 0 pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:00.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:00.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:00.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:00.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:00.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:00 smithi044 bash[32620]: audit 2023-12-07T10:41:00.000576+0000 mgr.a (mgr.24293) 2032 : audit 0 from='client.52872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:00 smithi022 bash[28554]: audit 2023-12-07T10:41:00.000576+0000 mgr.a (mgr.24293) 2032 : audit 0 from='client.52872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:00 smithi027 bash[31536]: audit 2023-12-07T10:41:00.000576+0000 mgr.a (mgr.24293) 2032 : audit 0 from='client.52872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:01 smithi044 bash[32620]: cluster 2023-12-07T10:41:01.408415+0000 mgr.a (mgr.24293) 2033 : cluster 0 pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:41:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:01 smithi022 bash[28554]: cluster 2023-12-07T10:41:01.408415+0000 mgr.a (mgr.24293) 2033 : cluster 0 pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:41:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:01 smithi027 bash[31536]: cluster 2023-12-07T10:41:01.408415+0000 mgr.a (mgr.24293) 2033 : cluster 0 pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:41:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:03 smithi044 bash[32620]: cluster 2023-12-07T10:41:03.409176+0000 mgr.a (mgr.24293) 2034 : cluster 0 pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:41:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:03 smithi022 bash[28554]: cluster 2023-12-07T10:41:03.409176+0000 mgr.a (mgr.24293) 2034 : cluster 0 pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:41:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:03 smithi027 bash[31536]: cluster 2023-12-07T10:41:03.409176+0000 mgr.a (mgr.24293) 2034 : cluster 0 pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:41:05.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:05.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:05.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:05.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:05 smithi022 bash[28554]: cluster 2023-12-07T10:41:05.409886+0000 mgr.a (mgr.24293) 2035 : cluster 0 pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:05 smithi044 bash[32620]: cluster 2023-12-07T10:41:05.409886+0000 mgr.a (mgr.24293) 2035 : cluster 0 pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:05 smithi027 bash[31536]: cluster 2023-12-07T10:41:05.409886+0000 mgr.a (mgr.24293) 2035 : cluster 0 pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:06.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:06.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:06.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:06.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:06.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:06 smithi044 bash[32620]: audit 2023-12-07T10:41:05.920788+0000 mgr.a (mgr.24293) 2036 : audit 0 from='client.52947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:06 smithi022 bash[28554]: audit 2023-12-07T10:41:05.920788+0000 mgr.a (mgr.24293) 2036 : audit 0 from='client.52947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:06 smithi027 bash[31536]: audit 2023-12-07T10:41:05.920788+0000 mgr.a (mgr.24293) 2036 : audit 0 from='client.52947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:07 smithi044 bash[32620]: cluster 2023-12-07T10:41:07.410709+0000 mgr.a (mgr.24293) 2037 : cluster 0 pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:41:07.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:07 smithi022 bash[28554]: cluster 2023-12-07T10:41:07.410709+0000 mgr.a (mgr.24293) 2037 : cluster 0 pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:41:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:07 smithi027 bash[31536]: cluster 2023-12-07T10:41:07.410709+0000 mgr.a (mgr.24293) 2037 : cluster 0 pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:41:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:09 smithi022 bash[28554]: cluster 2023-12-07T10:41:09.411302+0000 mgr.a (mgr.24293) 2038 : cluster 0 pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:09 smithi044 bash[32620]: cluster 2023-12-07T10:41:09.411302+0000 mgr.a (mgr.24293) 2038 : cluster 0 pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:09 smithi027 bash[31536]: cluster 2023-12-07T10:41:09.411302+0000 mgr.a (mgr.24293) 2038 : cluster 0 pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:11.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:11.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:11.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:11 smithi022 bash[28554]: cluster 2023-12-07T10:41:11.412066+0000 mgr.a (mgr.24293) 2039 : cluster 0 pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:11 smithi044 bash[32620]: cluster 2023-12-07T10:41:11.412066+0000 mgr.a (mgr.24293) 2039 : cluster 0 pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:11 smithi027 bash[31536]: cluster 2023-12-07T10:41:11.412066+0000 mgr.a (mgr.24293) 2039 : cluster 0 pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:12.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:12.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:12.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:12.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:12.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:12 smithi044 bash[32620]: audit 2023-12-07T10:41:11.863496+0000 mgr.a (mgr.24293) 2040 : audit 0 from='client.53013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:12.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:12 smithi022 bash[28554]: audit 2023-12-07T10:41:11.863496+0000 mgr.a (mgr.24293) 2040 : audit 0 from='client.53013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:12 smithi027 bash[31536]: audit 2023-12-07T10:41:11.863496+0000 mgr.a (mgr.24293) 2040 : audit 0 from='client.53013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:13 smithi044 bash[32620]: cluster 2023-12-07T10:41:13.412703+0000 mgr.a (mgr.24293) 2041 : cluster 0 pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:41:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:13 smithi022 bash[28554]: cluster 2023-12-07T10:41:13.412703+0000 mgr.a (mgr.24293) 2041 : cluster 0 pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:41:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:13 smithi027 bash[31536]: cluster 2023-12-07T10:41:13.412703+0000 mgr.a (mgr.24293) 2041 : cluster 0 pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:41:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:15 smithi044 bash[32620]: cluster 2023-12-07T10:41:15.413441+0000 mgr.a (mgr.24293) 2042 : cluster 0 pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:41:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:15 smithi022 bash[28554]: cluster 2023-12-07T10:41:15.413441+0000 mgr.a (mgr.24293) 2042 : cluster 0 pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:41:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:15 smithi027 bash[31536]: cluster 2023-12-07T10:41:15.413441+0000 mgr.a (mgr.24293) 2042 : cluster 0 pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:41:17.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:17.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:17.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:17 smithi022 bash[28554]: cluster 2023-12-07T10:41:17.414074+0000 mgr.a (mgr.24293) 2043 : cluster 0 pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:17 smithi044 bash[32620]: cluster 2023-12-07T10:41:17.414074+0000 mgr.a (mgr.24293) 2043 : cluster 0 pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:17 smithi027 bash[31536]: cluster 2023-12-07T10:41:17.414074+0000 mgr.a (mgr.24293) 2043 : cluster 0 pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:18.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:18.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:18.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:18.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:18.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:18 smithi044 bash[32620]: audit 2023-12-07T10:41:17.815958+0000 mgr.a (mgr.24293) 2044 : audit 0 from='client.53088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:18 smithi022 bash[28554]: audit 2023-12-07T10:41:17.815958+0000 mgr.a (mgr.24293) 2044 : audit 0 from='client.53088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:18 smithi027 bash[31536]: audit 2023-12-07T10:41:17.815958+0000 mgr.a (mgr.24293) 2044 : audit 0 from='client.53088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:19 smithi044 bash[32620]: cluster 2023-12-07T10:41:19.414726+0000 mgr.a (mgr.24293) 2045 : 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-07T10:41:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:19 smithi022 bash[28554]: cluster 2023-12-07T10:41:19.414726+0000 mgr.a (mgr.24293) 2045 : 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-07T10:41:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:19 smithi027 bash[31536]: cluster 2023-12-07T10:41:19.414726+0000 mgr.a (mgr.24293) 2045 : 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-07T10:41:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:21 smithi044 bash[32620]: cluster 2023-12-07T10:41:21.415570+0000 mgr.a (mgr.24293) 2046 : 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-07T10:41:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:21 smithi022 bash[28554]: cluster 2023-12-07T10:41:21.415570+0000 mgr.a (mgr.24293) 2046 : 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-07T10:41:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:21 smithi027 bash[31536]: cluster 2023-12-07T10:41:21.415570+0000 mgr.a (mgr.24293) 2046 : 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-07T10:41:23.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:23.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:23.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:23 smithi022 bash[28554]: cluster 2023-12-07T10:41:23.416092+0000 mgr.a (mgr.24293) 2047 : 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-07T10:41:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:23 smithi044 bash[32620]: cluster 2023-12-07T10:41:23.416092+0000 mgr.a (mgr.24293) 2047 : 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-07T10:41:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:23 smithi027 bash[31536]: cluster 2023-12-07T10:41:23.416092+0000 mgr.a (mgr.24293) 2047 : 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-07T10:41:24.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:24.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:24.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:24.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:24.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:24 smithi044 bash[32620]: audit 2023-12-07T10:41:23.745445+0000 mgr.a (mgr.24293) 2048 : audit 0 from='client.53166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:24 smithi022 bash[28554]: audit 2023-12-07T10:41:23.745445+0000 mgr.a (mgr.24293) 2048 : audit 0 from='client.53166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:24 smithi027 bash[31536]: audit 2023-12-07T10:41:23.745445+0000 mgr.a (mgr.24293) 2048 : audit 0 from='client.53166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:25 smithi044 bash[32620]: cluster 2023-12-07T10:41:25.417018+0000 mgr.a (mgr.24293) 2049 : cluster 0 pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:41:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:25 smithi022 bash[28554]: cluster 2023-12-07T10:41:25.417018+0000 mgr.a (mgr.24293) 2049 : cluster 0 pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:41:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:25 smithi027 bash[31536]: cluster 2023-12-07T10:41:25.417018+0000 mgr.a (mgr.24293) 2049 : cluster 0 pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:41:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:27 smithi022 bash[28554]: cluster 2023-12-07T10:41:27.417845+0000 mgr.a (mgr.24293) 2050 : cluster 0 pgmap v1527: 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-07T10:41:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:27 smithi044 bash[32620]: cluster 2023-12-07T10:41:27.417845+0000 mgr.a (mgr.24293) 2050 : cluster 0 pgmap v1527: 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-07T10:41:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:27 smithi027 bash[31536]: cluster 2023-12-07T10:41:27.417845+0000 mgr.a (mgr.24293) 2050 : cluster 0 pgmap v1527: 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-07T10:41:29.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:29.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:29.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:29 smithi044 bash[32620]: cluster 2023-12-07T10:41:29.418433+0000 mgr.a (mgr.24293) 2051 : cluster 0 pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:29 smithi022 bash[28554]: cluster 2023-12-07T10:41:29.418433+0000 mgr.a (mgr.24293) 2051 : cluster 0 pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:29 smithi027 bash[31536]: cluster 2023-12-07T10:41:29.418433+0000 mgr.a (mgr.24293) 2051 : cluster 0 pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:30.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:30.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:30.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:30.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:30.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:30 smithi044 bash[32620]: audit 2023-12-07T10:41:29.684026+0000 mgr.a (mgr.24293) 2052 : audit 0 from='client.53244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:30 smithi022 bash[28554]: audit 2023-12-07T10:41:29.684026+0000 mgr.a (mgr.24293) 2052 : audit 0 from='client.53244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:30 smithi027 bash[31536]: audit 2023-12-07T10:41:29.684026+0000 mgr.a (mgr.24293) 2052 : audit 0 from='client.53244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:31 smithi044 bash[32620]: cluster 2023-12-07T10:41:31.419345+0000 mgr.a (mgr.24293) 2053 : cluster 0 pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:31 smithi022 bash[28554]: cluster 2023-12-07T10:41:31.419345+0000 mgr.a (mgr.24293) 2053 : cluster 0 pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:31 smithi027 bash[31536]: cluster 2023-12-07T10:41:31.419345+0000 mgr.a (mgr.24293) 2053 : cluster 0 pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:32.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:32 smithi022 bash[28554]: audit 2023-12-07T10:41:32.339740+0000 mon.a (mon.0) 746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:41:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:32 smithi044 bash[32620]: audit 2023-12-07T10:41:32.339740+0000 mon.a (mon.0) 746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:41:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:32 smithi027 bash[31536]: audit 2023-12-07T10:41:32.339740+0000 mon.a (mon.0) 746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:41:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:33 smithi044 bash[32620]: audit 2023-12-07T10:41:33.143110+0000 mon.a (mon.0) 747 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:41:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:33 smithi044 bash[32620]: audit 2023-12-07T10:41:33.144951+0000 mon.a (mon.0) 748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:41:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:33 smithi044 bash[32620]: audit 2023-12-07T10:41:33.154730+0000 mon.a (mon.0) 749 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:41:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:33 smithi044 bash[32620]: cluster 2023-12-07T10:41:33.419926+0000 mgr.a (mgr.24293) 2054 : cluster 0 pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:33 smithi022 bash[28554]: audit 2023-12-07T10:41:33.143110+0000 mon.a (mon.0) 747 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:41:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:33 smithi022 bash[28554]: audit 2023-12-07T10:41:33.144951+0000 mon.a (mon.0) 748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:41:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:33 smithi022 bash[28554]: audit 2023-12-07T10:41:33.154730+0000 mon.a (mon.0) 749 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:41:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:33 smithi022 bash[28554]: cluster 2023-12-07T10:41:33.419926+0000 mgr.a (mgr.24293) 2054 : cluster 0 pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:33 smithi027 bash[31536]: audit 2023-12-07T10:41:33.143110+0000 mon.a (mon.0) 747 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:41:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:33 smithi027 bash[31536]: audit 2023-12-07T10:41:33.144951+0000 mon.a (mon.0) 748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:41:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:33 smithi027 bash[31536]: audit 2023-12-07T10:41:33.154730+0000 mon.a (mon.0) 749 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:41:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:33 smithi027 bash[31536]: cluster 2023-12-07T10:41:33.419926+0000 mgr.a (mgr.24293) 2054 : cluster 0 pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:35.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:35.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:35.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:35 smithi044 bash[32620]: cluster 2023-12-07T10:41:35.420598+0000 mgr.a (mgr.24293) 2055 : cluster 0 pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:35 smithi022 bash[28554]: cluster 2023-12-07T10:41:35.420598+0000 mgr.a (mgr.24293) 2055 : cluster 0 pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:35 smithi027 bash[31536]: cluster 2023-12-07T10:41:35.420598+0000 mgr.a (mgr.24293) 2055 : cluster 0 pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:36.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:36.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:36.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:36.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:36.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:36 smithi044 bash[32620]: audit 2023-12-07T10:41:35.593187+0000 mgr.a (mgr.24293) 2056 : audit 0 from='client.53316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:36 smithi022 bash[28554]: audit 2023-12-07T10:41:35.593187+0000 mgr.a (mgr.24293) 2056 : audit 0 from='client.53316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:36 smithi027 bash[31536]: audit 2023-12-07T10:41:35.593187+0000 mgr.a (mgr.24293) 2056 : audit 0 from='client.53316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:37 smithi044 bash[32620]: cluster 2023-12-07T10:41:37.421453+0000 mgr.a (mgr.24293) 2057 : cluster 0 pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:41:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:37 smithi022 bash[28554]: cluster 2023-12-07T10:41:37.421453+0000 mgr.a (mgr.24293) 2057 : cluster 0 pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:41:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:37 smithi027 bash[31536]: cluster 2023-12-07T10:41:37.421453+0000 mgr.a (mgr.24293) 2057 : cluster 0 pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:41:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:39 smithi044 bash[32620]: cluster 2023-12-07T10:41:39.422044+0000 mgr.a (mgr.24293) 2058 : cluster 0 pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:39 smithi022 bash[28554]: cluster 2023-12-07T10:41:39.422044+0000 mgr.a (mgr.24293) 2058 : cluster 0 pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:39 smithi027 bash[31536]: cluster 2023-12-07T10:41:39.422044+0000 mgr.a (mgr.24293) 2058 : cluster 0 pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:41.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:41.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:41.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:41 smithi022 bash[28554]: cluster 2023-12-07T10:41:41.422790+0000 mgr.a (mgr.24293) 2059 : cluster 0 pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:41 smithi044 bash[32620]: cluster 2023-12-07T10:41:41.422790+0000 mgr.a (mgr.24293) 2059 : cluster 0 pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:41 smithi027 bash[31536]: cluster 2023-12-07T10:41:41.422790+0000 mgr.a (mgr.24293) 2059 : cluster 0 pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:42.090 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:42.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:42.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:42.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:42.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:42 smithi044 bash[32620]: audit 2023-12-07T10:41:41.551006+0000 mgr.a (mgr.24293) 2060 : audit 0 from='client.53394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:42 smithi022 bash[28554]: audit 2023-12-07T10:41:41.551006+0000 mgr.a (mgr.24293) 2060 : audit 0 from='client.53394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:42 smithi027 bash[31536]: audit 2023-12-07T10:41:41.551006+0000 mgr.a (mgr.24293) 2060 : audit 0 from='client.53394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:43 smithi044 bash[32620]: cluster 2023-12-07T10:41:43.423590+0000 mgr.a (mgr.24293) 2061 : cluster 0 pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:43 smithi022 bash[28554]: cluster 2023-12-07T10:41:43.423590+0000 mgr.a (mgr.24293) 2061 : cluster 0 pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:43 smithi027 bash[31536]: cluster 2023-12-07T10:41:43.423590+0000 mgr.a (mgr.24293) 2061 : cluster 0 pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:45 smithi044 bash[32620]: cluster 2023-12-07T10:41:45.424331+0000 mgr.a (mgr.24293) 2062 : cluster 0 pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:41:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:45 smithi022 bash[28554]: cluster 2023-12-07T10:41:45.424331+0000 mgr.a (mgr.24293) 2062 : cluster 0 pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:41:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:45 smithi027 bash[31536]: cluster 2023-12-07T10:41:45.424331+0000 mgr.a (mgr.24293) 2062 : cluster 0 pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:41:47.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:47.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:47.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:47 smithi044 bash[32620]: cluster 2023-12-07T10:41:47.424810+0000 mgr.a (mgr.24293) 2063 : cluster 0 pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:47 smithi022 bash[28554]: cluster 2023-12-07T10:41:47.424810+0000 mgr.a (mgr.24293) 2063 : cluster 0 pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:47 smithi027 bash[31536]: cluster 2023-12-07T10:41:47.424810+0000 mgr.a (mgr.24293) 2063 : cluster 0 pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:48.019 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:48.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:48.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:48.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:48.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:48 smithi044 bash[32620]: audit 2023-12-07T10:41:47.494217+0000 mgr.a (mgr.24293) 2064 : audit 0 from='client.53469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:48 smithi022 bash[28554]: audit 2023-12-07T10:41:47.494217+0000 mgr.a (mgr.24293) 2064 : audit 0 from='client.53469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:48 smithi027 bash[31536]: audit 2023-12-07T10:41:47.494217+0000 mgr.a (mgr.24293) 2064 : audit 0 from='client.53469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:49 smithi044 bash[32620]: cluster 2023-12-07T10:41:49.425522+0000 mgr.a (mgr.24293) 2065 : 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-07T10:41:49.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:49 smithi022 bash[28554]: cluster 2023-12-07T10:41:49.425522+0000 mgr.a (mgr.24293) 2065 : 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-07T10:41:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:49 smithi027 bash[31536]: cluster 2023-12-07T10:41:49.425522+0000 mgr.a (mgr.24293) 2065 : 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-07T10:41:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:51 smithi044 bash[32620]: cluster 2023-12-07T10:41:51.426363+0000 mgr.a (mgr.24293) 2066 : 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-07T10:41:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:51 smithi022 bash[28554]: cluster 2023-12-07T10:41:51.426363+0000 mgr.a (mgr.24293) 2066 : 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-07T10:41:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:51 smithi027 bash[31536]: cluster 2023-12-07T10:41:51.426363+0000 mgr.a (mgr.24293) 2066 : 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-07T10:41:53.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:53.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:53.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:53 smithi022 bash[28554]: cluster 2023-12-07T10:41:53.426901+0000 mgr.a (mgr.24293) 2067 : 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-07T10:41:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:53 smithi022 bash[28554]: audit 2023-12-07T10:41:53.429245+0000 mgr.a (mgr.24293) 2068 : audit 0 from='client.53544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:53 smithi044 bash[32620]: cluster 2023-12-07T10:41:53.426901+0000 mgr.a (mgr.24293) 2067 : 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-07T10:41:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:53 smithi044 bash[32620]: audit 2023-12-07T10:41:53.429245+0000 mgr.a (mgr.24293) 2068 : audit 0 from='client.53544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:53 smithi027 bash[31536]: cluster 2023-12-07T10:41:53.426901+0000 mgr.a (mgr.24293) 2067 : 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-07T10:41:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:53 smithi027 bash[31536]: audit 2023-12-07T10:41:53.429245+0000 mgr.a (mgr.24293) 2068 : audit 0 from='client.53544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:53.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:53.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:55 smithi044 bash[32620]: cluster 2023-12-07T10:41:55.427867+0000 mgr.a (mgr.24293) 2069 : cluster 0 pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:41:55.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:55 smithi022 bash[28554]: cluster 2023-12-07T10:41:55.427867+0000 mgr.a (mgr.24293) 2069 : cluster 0 pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:41:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:55 smithi027 bash[31536]: cluster 2023-12-07T10:41:55.427867+0000 mgr.a (mgr.24293) 2069 : cluster 0 pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:41:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:57 smithi044 bash[32620]: cluster 2023-12-07T10:41:57.428654+0000 mgr.a (mgr.24293) 2070 : cluster 0 pgmap v1542: 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-07T10:41:57.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:57 smithi022 bash[28554]: cluster 2023-12-07T10:41:57.428654+0000 mgr.a (mgr.24293) 2070 : cluster 0 pgmap v1542: 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-07T10:41:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:57 smithi027 bash[31536]: cluster 2023-12-07T10:41:57.428654+0000 mgr.a (mgr.24293) 2070 : cluster 0 pgmap v1542: 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-07T10:41:58.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:41:58.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:58.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:59.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:41:59.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:59.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:59.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:59.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:41:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:59 smithi044 bash[32620]: audit 2023-12-07T10:41:59.374751+0000 mgr.a (mgr.24293) 2071 : audit 0 from='client.53619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:41:59 smithi044 bash[32620]: cluster 2023-12-07T10:41:59.429209+0000 mgr.a (mgr.24293) 2072 : 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-07T10:41:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:59 smithi022 bash[28554]: audit 2023-12-07T10:41:59.374751+0000 mgr.a (mgr.24293) 2071 : audit 0 from='client.53619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:41:59 smithi022 bash[28554]: cluster 2023-12-07T10:41:59.429209+0000 mgr.a (mgr.24293) 2072 : 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-07T10:41:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:59 smithi027 bash[31536]: audit 2023-12-07T10:41:59.374751+0000 mgr.a (mgr.24293) 2071 : audit 0 from='client.53619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:41:59 smithi027 bash[31536]: cluster 2023-12-07T10:41:59.429209+0000 mgr.a (mgr.24293) 2072 : 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-07T10:42:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:01 smithi044 bash[32620]: cluster 2023-12-07T10:42:01.430145+0000 mgr.a (mgr.24293) 2073 : cluster 0 pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:01 smithi022 bash[28554]: cluster 2023-12-07T10:42:01.430145+0000 mgr.a (mgr.24293) 2073 : cluster 0 pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:01 smithi027 bash[31536]: cluster 2023-12-07T10:42:01.430145+0000 mgr.a (mgr.24293) 2073 : cluster 0 pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:03 smithi044 bash[32620]: cluster 2023-12-07T10:42:03.430762+0000 mgr.a (mgr.24293) 2074 : cluster 0 pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:03.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:03 smithi022 bash[28554]: cluster 2023-12-07T10:42:03.430762+0000 mgr.a (mgr.24293) 2074 : cluster 0 pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:03 smithi027 bash[31536]: cluster 2023-12-07T10:42:03.430762+0000 mgr.a (mgr.24293) 2074 : cluster 0 pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:04.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:04.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:04.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:05.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:05 smithi044 bash[32620]: audit 2023-12-07T10:42:05.328643+0000 mgr.a (mgr.24293) 2075 : audit 0 from='client.53691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:05 smithi044 bash[32620]: cluster 2023-12-07T10:42:05.431439+0000 mgr.a (mgr.24293) 2076 : cluster 0 pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:05 smithi022 bash[28554]: audit 2023-12-07T10:42:05.328643+0000 mgr.a (mgr.24293) 2075 : audit 0 from='client.53691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:05 smithi022 bash[28554]: cluster 2023-12-07T10:42:05.431439+0000 mgr.a (mgr.24293) 2076 : cluster 0 pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:05 smithi027 bash[31536]: audit 2023-12-07T10:42:05.328643+0000 mgr.a (mgr.24293) 2075 : audit 0 from='client.53691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:05 smithi027 bash[31536]: cluster 2023-12-07T10:42:05.431439+0000 mgr.a (mgr.24293) 2076 : cluster 0 pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:07 smithi044 bash[32620]: cluster 2023-12-07T10:42:07.432272+0000 mgr.a (mgr.24293) 2077 : cluster 0 pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:07 smithi022 bash[28554]: cluster 2023-12-07T10:42:07.432272+0000 mgr.a (mgr.24293) 2077 : cluster 0 pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:07 smithi027 bash[31536]: cluster 2023-12-07T10:42:07.432272+0000 mgr.a (mgr.24293) 2077 : cluster 0 pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:09 smithi044 bash[32620]: cluster 2023-12-07T10:42:09.432871+0000 mgr.a (mgr.24293) 2078 : cluster 0 pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:42:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:09 smithi022 bash[28554]: cluster 2023-12-07T10:42:09.432871+0000 mgr.a (mgr.24293) 2078 : cluster 0 pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:42:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:09 smithi027 bash[31536]: cluster 2023-12-07T10:42:09.432871+0000 mgr.a (mgr.24293) 2078 : cluster 0 pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:42:10.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:10.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:10.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:11.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:11.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:11.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:11.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:11.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:11 smithi044 bash[32620]: audit 2023-12-07T10:42:11.255061+0000 mgr.a (mgr.24293) 2079 : audit 0 from='client.53769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:11 smithi044 bash[32620]: cluster 2023-12-07T10:42:11.434079+0000 mgr.a (mgr.24293) 2080 : 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-07T10:42:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:11 smithi022 bash[28554]: audit 2023-12-07T10:42:11.255061+0000 mgr.a (mgr.24293) 2079 : audit 0 from='client.53769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:11 smithi022 bash[28554]: cluster 2023-12-07T10:42:11.434079+0000 mgr.a (mgr.24293) 2080 : 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-07T10:42:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:11 smithi027 bash[31536]: audit 2023-12-07T10:42:11.255061+0000 mgr.a (mgr.24293) 2079 : audit 0 from='client.53769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:11 smithi027 bash[31536]: cluster 2023-12-07T10:42:11.434079+0000 mgr.a (mgr.24293) 2080 : 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-07T10:42:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:13 smithi044 bash[32620]: cluster 2023-12-07T10:42:13.434772+0000 mgr.a (mgr.24293) 2081 : cluster 0 pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:13.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:13 smithi022 bash[28554]: cluster 2023-12-07T10:42:13.434772+0000 mgr.a (mgr.24293) 2081 : cluster 0 pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:13 smithi027 bash[31536]: cluster 2023-12-07T10:42:13.434772+0000 mgr.a (mgr.24293) 2081 : cluster 0 pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:15 smithi044 bash[32620]: cluster 2023-12-07T10:42:15.435687+0000 mgr.a (mgr.24293) 2082 : cluster 0 pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:42:15.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:15 smithi022 bash[28554]: cluster 2023-12-07T10:42:15.435687+0000 mgr.a (mgr.24293) 2082 : cluster 0 pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:42:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:15 smithi027 bash[31536]: cluster 2023-12-07T10:42:15.435687+0000 mgr.a (mgr.24293) 2082 : cluster 0 pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:42:16.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:16.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:16.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:17.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:17.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:17.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:17.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:17.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:17 smithi044 bash[32620]: audit 2023-12-07T10:42:17.207568+0000 mgr.a (mgr.24293) 2083 : audit 0 from='client.53844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:17 smithi044 bash[32620]: cluster 2023-12-07T10:42:17.436520+0000 mgr.a (mgr.24293) 2084 : cluster 0 pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:17 smithi022 bash[28554]: audit 2023-12-07T10:42:17.207568+0000 mgr.a (mgr.24293) 2083 : audit 0 from='client.53844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:17 smithi022 bash[28554]: cluster 2023-12-07T10:42:17.436520+0000 mgr.a (mgr.24293) 2084 : cluster 0 pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:17 smithi027 bash[31536]: audit 2023-12-07T10:42:17.207568+0000 mgr.a (mgr.24293) 2083 : audit 0 from='client.53844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:17 smithi027 bash[31536]: cluster 2023-12-07T10:42:17.436520+0000 mgr.a (mgr.24293) 2084 : cluster 0 pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:19 smithi044 bash[32620]: cluster 2023-12-07T10:42:19.437174+0000 mgr.a (mgr.24293) 2085 : cluster 0 pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:19 smithi022 bash[28554]: cluster 2023-12-07T10:42:19.437174+0000 mgr.a (mgr.24293) 2085 : cluster 0 pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:19 smithi027 bash[31536]: cluster 2023-12-07T10:42:19.437174+0000 mgr.a (mgr.24293) 2085 : cluster 0 pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:21 smithi044 bash[32620]: cluster 2023-12-07T10:42:21.438007+0000 mgr.a (mgr.24293) 2086 : cluster 0 pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:42:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:21 smithi022 bash[28554]: cluster 2023-12-07T10:42:21.438007+0000 mgr.a (mgr.24293) 2086 : cluster 0 pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:42:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:21 smithi027 bash[31536]: cluster 2023-12-07T10:42:21.438007+0000 mgr.a (mgr.24293) 2086 : cluster 0 pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:42:22.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:22.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:22.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:23.692 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:23.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:23.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:23.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:23.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:23 smithi044 bash[32620]: audit 2023-12-07T10:42:23.136672+0000 mgr.a (mgr.24293) 2087 : audit 0 from='client.53919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:23 smithi044 bash[32620]: cluster 2023-12-07T10:42:23.438808+0000 mgr.a (mgr.24293) 2088 : 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-07T10:42:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:23 smithi022 bash[28554]: audit 2023-12-07T10:42:23.136672+0000 mgr.a (mgr.24293) 2087 : audit 0 from='client.53919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:23 smithi022 bash[28554]: cluster 2023-12-07T10:42:23.438808+0000 mgr.a (mgr.24293) 2088 : 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-07T10:42:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:23 smithi027 bash[31536]: audit 2023-12-07T10:42:23.136672+0000 mgr.a (mgr.24293) 2087 : audit 0 from='client.53919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:23 smithi027 bash[31536]: cluster 2023-12-07T10:42:23.438808+0000 mgr.a (mgr.24293) 2088 : 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-07T10:42:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:25 smithi044 bash[32620]: cluster 2023-12-07T10:42:25.439820+0000 mgr.a (mgr.24293) 2089 : cluster 0 pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:42:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:25 smithi022 bash[28554]: cluster 2023-12-07T10:42:25.439820+0000 mgr.a (mgr.24293) 2089 : cluster 0 pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:42:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:25 smithi027 bash[31536]: cluster 2023-12-07T10:42:25.439820+0000 mgr.a (mgr.24293) 2089 : cluster 0 pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:42:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:27 smithi044 bash[32620]: cluster 2023-12-07T10:42:27.440453+0000 mgr.a (mgr.24293) 2090 : cluster 0 pgmap v1557: 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-07T10:42:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:27 smithi022 bash[28554]: cluster 2023-12-07T10:42:27.440453+0000 mgr.a (mgr.24293) 2090 : cluster 0 pgmap v1557: 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-07T10:42:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:27 smithi027 bash[31536]: cluster 2023-12-07T10:42:27.440453+0000 mgr.a (mgr.24293) 2090 : cluster 0 pgmap v1557: 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-07T10:42:28.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:28.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:28.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:29.643 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:29.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:29.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:29.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:29.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:29 smithi044 bash[32620]: audit 2023-12-07T10:42:29.110149+0000 mgr.a (mgr.24293) 2091 : audit 0 from='client.53988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:29 smithi044 bash[32620]: cluster 2023-12-07T10:42:29.441153+0000 mgr.a (mgr.24293) 2092 : 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-07T10:42:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:29 smithi022 bash[28554]: audit 2023-12-07T10:42:29.110149+0000 mgr.a (mgr.24293) 2091 : audit 0 from='client.53988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:29 smithi022 bash[28554]: cluster 2023-12-07T10:42:29.441153+0000 mgr.a (mgr.24293) 2092 : 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-07T10:42:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:29 smithi027 bash[31536]: audit 2023-12-07T10:42:29.110149+0000 mgr.a (mgr.24293) 2091 : audit 0 from='client.53988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:29 smithi027 bash[31536]: cluster 2023-12-07T10:42:29.441153+0000 mgr.a (mgr.24293) 2092 : 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-07T10:42:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:31 smithi044 bash[32620]: cluster 2023-12-07T10:42:31.442037+0000 mgr.a (mgr.24293) 2093 : 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-07T10:42:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:31 smithi022 bash[28554]: cluster 2023-12-07T10:42:31.442037+0000 mgr.a (mgr.24293) 2093 : 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-07T10:42:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:31 smithi027 bash[31536]: cluster 2023-12-07T10:42:31.442037+0000 mgr.a (mgr.24293) 2093 : 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-07T10:42:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:33 smithi044 bash[32620]: audit 2023-12-07T10:42:33.258206+0000 mon.a (mon.0) 750 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:42:33.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:33 smithi022 bash[28554]: audit 2023-12-07T10:42:33.258206+0000 mon.a (mon.0) 750 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:42:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:33 smithi027 bash[31536]: audit 2023-12-07T10:42:33.258206+0000 mon.a (mon.0) 750 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:42:34.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:34.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:34.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:34 smithi044 bash[32620]: cluster 2023-12-07T10:42:33.442606+0000 mgr.a (mgr.24293) 2094 : 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-07T10:42:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:34 smithi022 bash[28554]: cluster 2023-12-07T10:42:33.442606+0000 mgr.a (mgr.24293) 2094 : 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-07T10:42:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:34 smithi027 bash[31536]: cluster 2023-12-07T10:42:33.442606+0000 mgr.a (mgr.24293) 2094 : 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-07T10:42:35.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:35.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:35.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:35.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:35.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:35 smithi044 bash[32620]: audit 2023-12-07T10:42:35.056514+0000 mgr.a (mgr.24293) 2095 : audit 0 from='client.54066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:35 smithi044 bash[32620]: cluster 2023-12-07T10:42:35.443109+0000 mgr.a (mgr.24293) 2096 : cluster 0 pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:42:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:35 smithi022 bash[28554]: audit 2023-12-07T10:42:35.056514+0000 mgr.a (mgr.24293) 2095 : audit 0 from='client.54066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:35 smithi022 bash[28554]: cluster 2023-12-07T10:42:35.443109+0000 mgr.a (mgr.24293) 2096 : cluster 0 pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:42:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:35 smithi027 bash[31536]: audit 2023-12-07T10:42:35.056514+0000 mgr.a (mgr.24293) 2095 : audit 0 from='client.54066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:35 smithi027 bash[31536]: cluster 2023-12-07T10:42:35.443109+0000 mgr.a (mgr.24293) 2096 : cluster 0 pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:42:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:37 smithi044 bash[32620]: cluster 2023-12-07T10:42:37.443991+0000 mgr.a (mgr.24293) 2097 : cluster 0 pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T10:42:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:37 smithi022 bash[28554]: cluster 2023-12-07T10:42:37.443991+0000 mgr.a (mgr.24293) 2097 : cluster 0 pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T10:42:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:37 smithi027 bash[31536]: cluster 2023-12-07T10:42:37.443991+0000 mgr.a (mgr.24293) 2097 : cluster 0 pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T10:42:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:38.604983+0000 mon.a (mon.0) 751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:38.611931+0000 mon.a (mon.0) 752 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:38.651930+0000 mon.a (mon.0) 753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:38.657105+0000 mon.a (mon.0) 754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:38.660820+0000 mon.a (mon.0) 755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:38.665585+0000 mon.a (mon.0) 756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:39.388827+0000 mon.a (mon.0) 757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:39.391141+0000 mon.a (mon.0) 758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: audit 2023-12-07T10:42:39.400686+0000 mon.a (mon.0) 759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:39 smithi044 bash[32620]: cluster 2023-12-07T10:42:39.444680+0000 mgr.a (mgr.24293) 2098 : cluster 0 pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:42:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:38.604983+0000 mon.a (mon.0) 751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:38.611931+0000 mon.a (mon.0) 752 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:38.651930+0000 mon.a (mon.0) 753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:38.657105+0000 mon.a (mon.0) 754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:38.660820+0000 mon.a (mon.0) 755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:38.665585+0000 mon.a (mon.0) 756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:39.388827+0000 mon.a (mon.0) 757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:39.391141+0000 mon.a (mon.0) 758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: audit 2023-12-07T10:42:39.400686+0000 mon.a (mon.0) 759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:39 smithi022 bash[28554]: cluster 2023-12-07T10:42:39.444680+0000 mgr.a (mgr.24293) 2098 : cluster 0 pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:42:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:38.604983+0000 mon.a (mon.0) 751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:38.611931+0000 mon.a (mon.0) 752 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:38.651930+0000 mon.a (mon.0) 753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:38.657105+0000 mon.a (mon.0) 754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:38.660820+0000 mon.a (mon.0) 755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:38.665585+0000 mon.a (mon.0) 756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:39.388827+0000 mon.a (mon.0) 757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:42:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:39.391141+0000 mon.a (mon.0) 758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:42:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: audit 2023-12-07T10:42:39.400686+0000 mon.a (mon.0) 759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:42:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:39 smithi027 bash[31536]: cluster 2023-12-07T10:42:39.444680+0000 mgr.a (mgr.24293) 2098 : cluster 0 pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:42:40.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:40.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:40.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:41.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:41.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:41.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:41.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:41.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:41 smithi044 bash[32620]: audit 2023-12-07T10:42:41.000104+0000 mgr.a (mgr.24293) 2099 : audit 0 from='client.54141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:41 smithi044 bash[32620]: cluster 2023-12-07T10:42:41.445618+0000 mgr.a (mgr.24293) 2100 : 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-07T10:42:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:41 smithi022 bash[28554]: audit 2023-12-07T10:42:41.000104+0000 mgr.a (mgr.24293) 2099 : audit 0 from='client.54141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:41 smithi022 bash[28554]: cluster 2023-12-07T10:42:41.445618+0000 mgr.a (mgr.24293) 2100 : 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-07T10:42:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:41 smithi027 bash[31536]: audit 2023-12-07T10:42:41.000104+0000 mgr.a (mgr.24293) 2099 : audit 0 from='client.54141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:41 smithi027 bash[31536]: cluster 2023-12-07T10:42:41.445618+0000 mgr.a (mgr.24293) 2100 : 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-07T10:42:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:43 smithi044 bash[32620]: cluster 2023-12-07T10:42:43.446204+0000 mgr.a (mgr.24293) 2101 : 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-07T10:42:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:43 smithi022 bash[28554]: cluster 2023-12-07T10:42:43.446204+0000 mgr.a (mgr.24293) 2101 : 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-07T10:42:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:43 smithi027 bash[31536]: cluster 2023-12-07T10:42:43.446204+0000 mgr.a (mgr.24293) 2101 : 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-07T10:42:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:45 smithi044 bash[32620]: cluster 2023-12-07T10:42:45.446887+0000 mgr.a (mgr.24293) 2102 : cluster 0 pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:42:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:45 smithi022 bash[28554]: cluster 2023-12-07T10:42:45.446887+0000 mgr.a (mgr.24293) 2102 : cluster 0 pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:42:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:45 smithi027 bash[31536]: cluster 2023-12-07T10:42:45.446887+0000 mgr.a (mgr.24293) 2102 : cluster 0 pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:42:46.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:46.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:46.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:47.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:47.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:47.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:47.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:47.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:47 smithi044 bash[32620]: audit 2023-12-07T10:42:46.916728+0000 mgr.a (mgr.24293) 2103 : audit 0 from='client.54216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:47 smithi044 bash[32620]: cluster 2023-12-07T10:42:47.448048+0000 mgr.a (mgr.24293) 2104 : cluster 0 pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:47 smithi022 bash[28554]: audit 2023-12-07T10:42:46.916728+0000 mgr.a (mgr.24293) 2103 : audit 0 from='client.54216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:47 smithi022 bash[28554]: cluster 2023-12-07T10:42:47.448048+0000 mgr.a (mgr.24293) 2104 : cluster 0 pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:47 smithi027 bash[31536]: audit 2023-12-07T10:42:46.916728+0000 mgr.a (mgr.24293) 2103 : audit 0 from='client.54216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:47 smithi027 bash[31536]: cluster 2023-12-07T10:42:47.448048+0000 mgr.a (mgr.24293) 2104 : cluster 0 pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:49 smithi044 bash[32620]: cluster 2023-12-07T10:42:49.448827+0000 mgr.a (mgr.24293) 2105 : cluster 0 pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:42:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:49 smithi022 bash[28554]: cluster 2023-12-07T10:42:49.448827+0000 mgr.a (mgr.24293) 2105 : cluster 0 pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:42:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:49 smithi027 bash[31536]: cluster 2023-12-07T10:42:49.448827+0000 mgr.a (mgr.24293) 2105 : cluster 0 pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:42:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:51 smithi044 bash[32620]: cluster 2023-12-07T10:42:51.449778+0000 mgr.a (mgr.24293) 2106 : cluster 0 pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:42:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:51 smithi022 bash[28554]: cluster 2023-12-07T10:42:51.449778+0000 mgr.a (mgr.24293) 2106 : cluster 0 pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:42:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:51 smithi027 bash[31536]: cluster 2023-12-07T10:42:51.449778+0000 mgr.a (mgr.24293) 2106 : cluster 0 pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:42:52.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:52.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:52.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:53.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:53.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:53.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:53.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:53.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:53 smithi044 bash[32620]: audit 2023-12-07T10:42:52.859469+0000 mgr.a (mgr.24293) 2107 : audit 0 from='client.54291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:53 smithi044 bash[32620]: cluster 2023-12-07T10:42:53.450561+0000 mgr.a (mgr.24293) 2108 : 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-07T10:42:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:53 smithi022 bash[28554]: audit 2023-12-07T10:42:52.859469+0000 mgr.a (mgr.24293) 2107 : audit 0 from='client.54291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:53 smithi022 bash[28554]: cluster 2023-12-07T10:42:53.450561+0000 mgr.a (mgr.24293) 2108 : 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-07T10:42:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:53 smithi027 bash[31536]: audit 2023-12-07T10:42:52.859469+0000 mgr.a (mgr.24293) 2107 : audit 0 from='client.54291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:53 smithi027 bash[31536]: cluster 2023-12-07T10:42:53.450561+0000 mgr.a (mgr.24293) 2108 : 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-07T10:42:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:55 smithi044 bash[32620]: cluster 2023-12-07T10:42:55.451276+0000 mgr.a (mgr.24293) 2109 : cluster 0 pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:42:55.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:55 smithi022 bash[28554]: cluster 2023-12-07T10:42:55.451276+0000 mgr.a (mgr.24293) 2109 : cluster 0 pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:42:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:55 smithi027 bash[31536]: cluster 2023-12-07T10:42:55.451276+0000 mgr.a (mgr.24293) 2109 : cluster 0 pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:42:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:57 smithi044 bash[32620]: cluster 2023-12-07T10:42:57.451948+0000 mgr.a (mgr.24293) 2110 : cluster 0 pgmap v1572: 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-07T10:42:57.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:57 smithi022 bash[28554]: cluster 2023-12-07T10:42:57.451948+0000 mgr.a (mgr.24293) 2110 : cluster 0 pgmap v1572: 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-07T10:42:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:57 smithi027 bash[31536]: cluster 2023-12-07T10:42:57.451948+0000 mgr.a (mgr.24293) 2110 : cluster 0 pgmap v1572: 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-07T10:42:58.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:42:58.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:58.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:59.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:42:59.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:59.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:59.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:59.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:42:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:59 smithi044 bash[32620]: audit 2023-12-07T10:42:58.808379+0000 mgr.a (mgr.24293) 2111 : audit 0 from='client.54366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:42:59 smithi044 bash[32620]: cluster 2023-12-07T10:42:59.452727+0000 mgr.a (mgr.24293) 2112 : 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-07T10:42:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:59 smithi022 bash[28554]: audit 2023-12-07T10:42:58.808379+0000 mgr.a (mgr.24293) 2111 : audit 0 from='client.54366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:42:59 smithi022 bash[28554]: cluster 2023-12-07T10:42:59.452727+0000 mgr.a (mgr.24293) 2112 : 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-07T10:42:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:59 smithi027 bash[31536]: audit 2023-12-07T10:42:58.808379+0000 mgr.a (mgr.24293) 2111 : audit 0 from='client.54366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:42:59 smithi027 bash[31536]: cluster 2023-12-07T10:42:59.452727+0000 mgr.a (mgr.24293) 2112 : 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-07T10:43:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:01 smithi044 bash[32620]: cluster 2023-12-07T10:43:01.453583+0000 mgr.a (mgr.24293) 2113 : 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-07T10:43:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:01 smithi022 bash[28554]: cluster 2023-12-07T10:43:01.453583+0000 mgr.a (mgr.24293) 2113 : 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-07T10:43:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:01 smithi027 bash[31536]: cluster 2023-12-07T10:43:01.453583+0000 mgr.a (mgr.24293) 2113 : 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-07T10:43:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:03 smithi044 bash[32620]: cluster 2023-12-07T10:43:03.454146+0000 mgr.a (mgr.24293) 2114 : 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-07T10:43:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:03 smithi022 bash[28554]: cluster 2023-12-07T10:43:03.454146+0000 mgr.a (mgr.24293) 2114 : 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-07T10:43:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:03 smithi027 bash[31536]: cluster 2023-12-07T10:43:03.454146+0000 mgr.a (mgr.24293) 2114 : 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-07T10:43:04.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:04.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:04.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:05.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:05.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:05.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:05.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:05.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:05 smithi044 bash[32620]: audit 2023-12-07T10:43:04.770533+0000 mgr.a (mgr.24293) 2115 : audit 0 from='client.54444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:05 smithi044 bash[32620]: cluster 2023-12-07T10:43:05.455033+0000 mgr.a (mgr.24293) 2116 : cluster 0 pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:05 smithi022 bash[28554]: audit 2023-12-07T10:43:04.770533+0000 mgr.a (mgr.24293) 2115 : audit 0 from='client.54444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:05 smithi022 bash[28554]: cluster 2023-12-07T10:43:05.455033+0000 mgr.a (mgr.24293) 2116 : cluster 0 pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:05 smithi027 bash[31536]: audit 2023-12-07T10:43:04.770533+0000 mgr.a (mgr.24293) 2115 : audit 0 from='client.54444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:05 smithi027 bash[31536]: cluster 2023-12-07T10:43:05.455033+0000 mgr.a (mgr.24293) 2116 : cluster 0 pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:07 smithi044 bash[32620]: cluster 2023-12-07T10:43:07.455738+0000 mgr.a (mgr.24293) 2117 : cluster 0 pgmap v1577: 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-07T10:43:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:07 smithi022 bash[28554]: cluster 2023-12-07T10:43:07.455738+0000 mgr.a (mgr.24293) 2117 : cluster 0 pgmap v1577: 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-07T10:43:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:07 smithi027 bash[31536]: cluster 2023-12-07T10:43:07.455738+0000 mgr.a (mgr.24293) 2117 : cluster 0 pgmap v1577: 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-07T10:43:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:09 smithi044 bash[32620]: cluster 2023-12-07T10:43:09.456331+0000 mgr.a (mgr.24293) 2118 : cluster 0 pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:09 smithi022 bash[28554]: cluster 2023-12-07T10:43:09.456331+0000 mgr.a (mgr.24293) 2118 : cluster 0 pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:09 smithi027 bash[31536]: cluster 2023-12-07T10:43:09.456331+0000 mgr.a (mgr.24293) 2118 : cluster 0 pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:10.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:10.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:10.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:11.227 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:11.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:11.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:11.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:11.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:11 smithi022 bash[28554]: audit 2023-12-07T10:43:10.705527+0000 mgr.a (mgr.24293) 2119 : audit 0 from='client.54519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:11 smithi022 bash[28554]: cluster 2023-12-07T10:43:11.457262+0000 mgr.a (mgr.24293) 2120 : 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-07T10:43:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:11 smithi044 bash[32620]: audit 2023-12-07T10:43:10.705527+0000 mgr.a (mgr.24293) 2119 : audit 0 from='client.54519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:11 smithi044 bash[32620]: cluster 2023-12-07T10:43:11.457262+0000 mgr.a (mgr.24293) 2120 : 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-07T10:43:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:11 smithi027 bash[31536]: audit 2023-12-07T10:43:10.705527+0000 mgr.a (mgr.24293) 2119 : audit 0 from='client.54519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:11 smithi027 bash[31536]: cluster 2023-12-07T10:43:11.457262+0000 mgr.a (mgr.24293) 2120 : 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-07T10:43:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:13 smithi044 bash[32620]: cluster 2023-12-07T10:43:13.457813+0000 mgr.a (mgr.24293) 2121 : 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-07T10:43:13.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:13 smithi022 bash[28554]: cluster 2023-12-07T10:43:13.457813+0000 mgr.a (mgr.24293) 2121 : 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-07T10:43:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:13 smithi027 bash[31536]: cluster 2023-12-07T10:43:13.457813+0000 mgr.a (mgr.24293) 2121 : 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-07T10:43:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:15 smithi044 bash[32620]: cluster 2023-12-07T10:43:15.458495+0000 mgr.a (mgr.24293) 2122 : cluster 0 pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:43:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:15 smithi022 bash[28554]: cluster 2023-12-07T10:43:15.458495+0000 mgr.a (mgr.24293) 2122 : cluster 0 pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:43:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:15 smithi027 bash[31536]: cluster 2023-12-07T10:43:15.458495+0000 mgr.a (mgr.24293) 2122 : cluster 0 pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:43:16.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:16.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:16.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:17.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:17.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:17.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:17.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:17.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:17 smithi044 bash[32620]: audit 2023-12-07T10:43:16.636265+0000 mgr.a (mgr.24293) 2123 : audit 0 from='client.54594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:17 smithi044 bash[32620]: cluster 2023-12-07T10:43:17.459561+0000 mgr.a (mgr.24293) 2124 : cluster 0 pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:43:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:17 smithi022 bash[28554]: audit 2023-12-07T10:43:16.636265+0000 mgr.a (mgr.24293) 2123 : audit 0 from='client.54594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:17 smithi022 bash[28554]: cluster 2023-12-07T10:43:17.459561+0000 mgr.a (mgr.24293) 2124 : cluster 0 pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:43:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:17 smithi027 bash[31536]: audit 2023-12-07T10:43:16.636265+0000 mgr.a (mgr.24293) 2123 : audit 0 from='client.54594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:17 smithi027 bash[31536]: cluster 2023-12-07T10:43:17.459561+0000 mgr.a (mgr.24293) 2124 : cluster 0 pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:43:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:19 smithi044 bash[32620]: cluster 2023-12-07T10:43:19.460230+0000 mgr.a (mgr.24293) 2125 : cluster 0 pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:19 smithi022 bash[28554]: cluster 2023-12-07T10:43:19.460230+0000 mgr.a (mgr.24293) 2125 : cluster 0 pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:19 smithi027 bash[31536]: cluster 2023-12-07T10:43:19.460230+0000 mgr.a (mgr.24293) 2125 : cluster 0 pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:21 smithi044 bash[32620]: cluster 2023-12-07T10:43:21.461171+0000 mgr.a (mgr.24293) 2126 : cluster 0 pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:21 smithi022 bash[28554]: cluster 2023-12-07T10:43:21.461171+0000 mgr.a (mgr.24293) 2126 : cluster 0 pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:21 smithi027 bash[31536]: cluster 2023-12-07T10:43:21.461171+0000 mgr.a (mgr.24293) 2126 : cluster 0 pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:22.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:22.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:22.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:23.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:23.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:23.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:23.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:23.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:23 smithi044 bash[32620]: audit 2023-12-07T10:43:22.567371+0000 mgr.a (mgr.24293) 2127 : audit 0 from='client.54672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:23 smithi044 bash[32620]: cluster 2023-12-07T10:43:23.461951+0000 mgr.a (mgr.24293) 2128 : 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-07T10:43:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:23 smithi022 bash[28554]: audit 2023-12-07T10:43:22.567371+0000 mgr.a (mgr.24293) 2127 : audit 0 from='client.54672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:23 smithi022 bash[28554]: cluster 2023-12-07T10:43:23.461951+0000 mgr.a (mgr.24293) 2128 : 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-07T10:43:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:23 smithi027 bash[31536]: audit 2023-12-07T10:43:22.567371+0000 mgr.a (mgr.24293) 2127 : audit 0 from='client.54672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:23 smithi027 bash[31536]: cluster 2023-12-07T10:43:23.461951+0000 mgr.a (mgr.24293) 2128 : 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-07T10:43:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:25 smithi044 bash[32620]: cluster 2023-12-07T10:43:25.462779+0000 mgr.a (mgr.24293) 2129 : cluster 0 pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:25 smithi022 bash[28554]: cluster 2023-12-07T10:43:25.462779+0000 mgr.a (mgr.24293) 2129 : cluster 0 pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:25 smithi027 bash[31536]: cluster 2023-12-07T10:43:25.462779+0000 mgr.a (mgr.24293) 2129 : cluster 0 pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:27 smithi044 bash[32620]: cluster 2023-12-07T10:43:27.463444+0000 mgr.a (mgr.24293) 2130 : cluster 0 pgmap v1587: 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-07T10:43:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:27 smithi022 bash[28554]: cluster 2023-12-07T10:43:27.463444+0000 mgr.a (mgr.24293) 2130 : cluster 0 pgmap v1587: 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-07T10:43:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:27 smithi027 bash[31536]: cluster 2023-12-07T10:43:27.463444+0000 mgr.a (mgr.24293) 2130 : cluster 0 pgmap v1587: 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-07T10:43:28.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:28.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:28.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:29.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:29 smithi044 bash[32620]: audit 2023-12-07T10:43:28.517454+0000 mgr.a (mgr.24293) 2131 : audit 0 from='client.54750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:29 smithi044 bash[32620]: cluster 2023-12-07T10:43:29.464185+0000 mgr.a (mgr.24293) 2132 : 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-07T10:43:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:29 smithi022 bash[28554]: audit 2023-12-07T10:43:28.517454+0000 mgr.a (mgr.24293) 2131 : audit 0 from='client.54750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:29 smithi022 bash[28554]: cluster 2023-12-07T10:43:29.464185+0000 mgr.a (mgr.24293) 2132 : 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-07T10:43:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:29 smithi027 bash[31536]: audit 2023-12-07T10:43:28.517454+0000 mgr.a (mgr.24293) 2131 : audit 0 from='client.54750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:29 smithi027 bash[31536]: cluster 2023-12-07T10:43:29.464185+0000 mgr.a (mgr.24293) 2132 : 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-07T10:43:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:31 smithi022 bash[28554]: cluster 2023-12-07T10:43:31.465032+0000 mgr.a (mgr.24293) 2133 : 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-07T10:43:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:31 smithi044 bash[32620]: cluster 2023-12-07T10:43:31.465032+0000 mgr.a (mgr.24293) 2133 : 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-07T10:43:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:31 smithi027 bash[31536]: cluster 2023-12-07T10:43:31.465032+0000 mgr.a (mgr.24293) 2133 : 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-07T10:43:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:33 smithi044 bash[32620]: cluster 2023-12-07T10:43:33.465575+0000 mgr.a (mgr.24293) 2134 : 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-07T10:43:33.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:33 smithi022 bash[28554]: cluster 2023-12-07T10:43:33.465575+0000 mgr.a (mgr.24293) 2134 : 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-07T10:43:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:33 smithi027 bash[31536]: cluster 2023-12-07T10:43:33.465575+0000 mgr.a (mgr.24293) 2134 : 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-07T10:43:34.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:34.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:34 smithi044 bash[32620]: audit 2023-12-07T10:43:34.460414+0000 mgr.a (mgr.24293) 2135 : audit 0 from='client.54828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:34.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:34 smithi022 bash[28554]: audit 2023-12-07T10:43:34.460414+0000 mgr.a (mgr.24293) 2135 : audit 0 from='client.54828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:34 smithi027 bash[31536]: audit 2023-12-07T10:43:34.460414+0000 mgr.a (mgr.24293) 2135 : audit 0 from='client.54828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:34.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:35 smithi044 bash[32620]: cluster 2023-12-07T10:43:35.466393+0000 mgr.a (mgr.24293) 2136 : cluster 0 pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:35 smithi022 bash[28554]: cluster 2023-12-07T10:43:35.466393+0000 mgr.a (mgr.24293) 2136 : cluster 0 pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:35 smithi027 bash[31536]: cluster 2023-12-07T10:43:35.466393+0000 mgr.a (mgr.24293) 2136 : cluster 0 pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:43:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:37 smithi044 bash[32620]: cluster 2023-12-07T10:43:37.467069+0000 mgr.a (mgr.24293) 2137 : cluster 0 pgmap v1592: 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-07T10:43:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:37 smithi022 bash[28554]: cluster 2023-12-07T10:43:37.467069+0000 mgr.a (mgr.24293) 2137 : cluster 0 pgmap v1592: 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-07T10:43:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:37 smithi027 bash[31536]: cluster 2023-12-07T10:43:37.467069+0000 mgr.a (mgr.24293) 2137 : cluster 0 pgmap v1592: 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-07T10:43:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:39 smithi044 bash[32620]: cluster 2023-12-07T10:43:39.467657+0000 mgr.a (mgr.24293) 2138 : 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-07T10:43:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:39 smithi044 bash[32620]: audit 2023-12-07T10:43:39.504433+0000 mon.a (mon.0) 760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:43:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:39 smithi022 bash[28554]: cluster 2023-12-07T10:43:39.467657+0000 mgr.a (mgr.24293) 2138 : 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-07T10:43:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:39 smithi022 bash[28554]: audit 2023-12-07T10:43:39.504433+0000 mon.a (mon.0) 760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:43:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:39 smithi027 bash[31536]: cluster 2023-12-07T10:43:39.467657+0000 mgr.a (mgr.24293) 2138 : 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-07T10:43:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:39 smithi027 bash[31536]: audit 2023-12-07T10:43:39.504433+0000 mon.a (mon.0) 760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:43:39.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:39.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:39.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:40.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:40.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:40.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:40.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:40.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:40 smithi044 bash[32620]: audit 2023-12-07T10:43:40.296274+0000 mon.a (mon.0) 761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:43:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:40 smithi044 bash[32620]: audit 2023-12-07T10:43:40.298123+0000 mon.a (mon.0) 762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:43:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:40 smithi044 bash[32620]: audit 2023-12-07T10:43:40.306679+0000 mon.a (mon.0) 763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:43:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:40 smithi044 bash[32620]: audit 2023-12-07T10:43:40.406783+0000 mgr.a (mgr.24293) 2139 : audit 0 from='client.54906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:40 smithi022 bash[28554]: audit 2023-12-07T10:43:40.296274+0000 mon.a (mon.0) 761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:43:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:40 smithi022 bash[28554]: audit 2023-12-07T10:43:40.298123+0000 mon.a (mon.0) 762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:43:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:40 smithi022 bash[28554]: audit 2023-12-07T10:43:40.306679+0000 mon.a (mon.0) 763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:43:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:40 smithi022 bash[28554]: audit 2023-12-07T10:43:40.406783+0000 mgr.a (mgr.24293) 2139 : audit 0 from='client.54906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:40 smithi027 bash[31536]: audit 2023-12-07T10:43:40.296274+0000 mon.a (mon.0) 761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:43:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:40 smithi027 bash[31536]: audit 2023-12-07T10:43:40.298123+0000 mon.a (mon.0) 762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:43:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:40 smithi027 bash[31536]: audit 2023-12-07T10:43:40.306679+0000 mon.a (mon.0) 763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:43:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:40 smithi027 bash[31536]: audit 2023-12-07T10:43:40.406783+0000 mgr.a (mgr.24293) 2139 : audit 0 from='client.54906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:41 smithi044 bash[32620]: cluster 2023-12-07T10:43:41.468662+0000 mgr.a (mgr.24293) 2140 : cluster 0 pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:43:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:41 smithi022 bash[28554]: cluster 2023-12-07T10:43:41.468662+0000 mgr.a (mgr.24293) 2140 : cluster 0 pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:43:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:41 smithi027 bash[31536]: cluster 2023-12-07T10:43:41.468662+0000 mgr.a (mgr.24293) 2140 : cluster 0 pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:43:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:43 smithi044 bash[32620]: cluster 2023-12-07T10:43:43.469271+0000 mgr.a (mgr.24293) 2141 : cluster 0 pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:43 smithi022 bash[28554]: cluster 2023-12-07T10:43:43.469271+0000 mgr.a (mgr.24293) 2141 : cluster 0 pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:43 smithi027 bash[31536]: cluster 2023-12-07T10:43:43.469271+0000 mgr.a (mgr.24293) 2141 : cluster 0 pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:45.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:45.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:45.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:45 smithi044 bash[32620]: cluster 2023-12-07T10:43:45.470023+0000 mgr.a (mgr.24293) 2142 : cluster 0 pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:43:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:45 smithi022 bash[28554]: cluster 2023-12-07T10:43:45.470023+0000 mgr.a (mgr.24293) 2142 : cluster 0 pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:43:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:45 smithi027 bash[31536]: cluster 2023-12-07T10:43:45.470023+0000 mgr.a (mgr.24293) 2142 : cluster 0 pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:43:46.831 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:46.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:46.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:46.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:46.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:46 smithi044 bash[32620]: audit 2023-12-07T10:43:46.317743+0000 mgr.a (mgr.24293) 2143 : audit 0 from='client.54978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:46 smithi022 bash[28554]: audit 2023-12-07T10:43:46.317743+0000 mgr.a (mgr.24293) 2143 : audit 0 from='client.54978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:46 smithi027 bash[31536]: audit 2023-12-07T10:43:46.317743+0000 mgr.a (mgr.24293) 2143 : audit 0 from='client.54978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:47 smithi044 bash[32620]: cluster 2023-12-07T10:43:47.470953+0000 mgr.a (mgr.24293) 2144 : cluster 0 pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:43:47.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:47 smithi022 bash[28554]: cluster 2023-12-07T10:43:47.470953+0000 mgr.a (mgr.24293) 2144 : cluster 0 pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:43:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:47 smithi027 bash[31536]: cluster 2023-12-07T10:43:47.470953+0000 mgr.a (mgr.24293) 2144 : cluster 0 pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:43:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:49 smithi044 bash[32620]: cluster 2023-12-07T10:43:49.471567+0000 mgr.a (mgr.24293) 2145 : 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-07T10:43:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:49 smithi022 bash[28554]: cluster 2023-12-07T10:43:49.471567+0000 mgr.a (mgr.24293) 2145 : 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-07T10:43:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:49 smithi027 bash[31536]: cluster 2023-12-07T10:43:49.471567+0000 mgr.a (mgr.24293) 2145 : 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-07T10:43:51.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:51.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:51.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:51 smithi044 bash[32620]: cluster 2023-12-07T10:43:51.472315+0000 mgr.a (mgr.24293) 2146 : 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-07T10:43:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:51 smithi022 bash[28554]: cluster 2023-12-07T10:43:51.472315+0000 mgr.a (mgr.24293) 2146 : 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-07T10:43:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:51 smithi027 bash[31536]: cluster 2023-12-07T10:43:51.472315+0000 mgr.a (mgr.24293) 2146 : 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-07T10:43:52.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:52.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:52.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:52.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:52.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:52 smithi044 bash[32620]: audit 2023-12-07T10:43:52.243065+0000 mgr.a (mgr.24293) 2147 : audit 0 from='client.55056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:52 smithi022 bash[28554]: audit 2023-12-07T10:43:52.243065+0000 mgr.a (mgr.24293) 2147 : audit 0 from='client.55056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:52 smithi027 bash[31536]: audit 2023-12-07T10:43:52.243065+0000 mgr.a (mgr.24293) 2147 : audit 0 from='client.55056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:53 smithi044 bash[32620]: cluster 2023-12-07T10:43:53.473058+0000 mgr.a (mgr.24293) 2148 : cluster 0 pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:43:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:53 smithi022 bash[28554]: cluster 2023-12-07T10:43:53.473058+0000 mgr.a (mgr.24293) 2148 : cluster 0 pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:43:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:53 smithi027 bash[31536]: cluster 2023-12-07T10:43:53.473058+0000 mgr.a (mgr.24293) 2148 : cluster 0 pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:43:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:55 smithi044 bash[32620]: cluster 2023-12-07T10:43:55.473782+0000 mgr.a (mgr.24293) 2149 : cluster 0 pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:43:55.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:55 smithi022 bash[28554]: cluster 2023-12-07T10:43:55.473782+0000 mgr.a (mgr.24293) 2149 : cluster 0 pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:43:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:55 smithi027 bash[31536]: cluster 2023-12-07T10:43:55.473782+0000 mgr.a (mgr.24293) 2149 : cluster 0 pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:43:57.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:43:57.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:57.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:57 smithi044 bash[32620]: cluster 2023-12-07T10:43:57.474450+0000 mgr.a (mgr.24293) 2150 : cluster 0 pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:43:57.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:57 smithi022 bash[28554]: cluster 2023-12-07T10:43:57.474450+0000 mgr.a (mgr.24293) 2150 : cluster 0 pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:43:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:57 smithi027 bash[31536]: cluster 2023-12-07T10:43:57.474450+0000 mgr.a (mgr.24293) 2150 : cluster 0 pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:43:58.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:58.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:58.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:58.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:43:58.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:43:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:58 smithi044 bash[32620]: audit 2023-12-07T10:43:58.176999+0000 mgr.a (mgr.24293) 2151 : audit 0 from='client.55128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:58.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:58 smithi022 bash[28554]: audit 2023-12-07T10:43:58.176999+0000 mgr.a (mgr.24293) 2151 : audit 0 from='client.55128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:58 smithi027 bash[31536]: audit 2023-12-07T10:43:58.176999+0000 mgr.a (mgr.24293) 2151 : audit 0 from='client.55128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:43:59 smithi044 bash[32620]: cluster 2023-12-07T10:43:59.475167+0000 mgr.a (mgr.24293) 2152 : 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-07T10:43:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:43:59 smithi022 bash[28554]: cluster 2023-12-07T10:43:59.475167+0000 mgr.a (mgr.24293) 2152 : 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-07T10:43:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:43:59 smithi027 bash[31536]: cluster 2023-12-07T10:43:59.475167+0000 mgr.a (mgr.24293) 2152 : 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-07T10:44:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:01 smithi044 bash[32620]: cluster 2023-12-07T10:44:01.476158+0000 mgr.a (mgr.24293) 2153 : 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-07T10:44:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:01 smithi022 bash[28554]: cluster 2023-12-07T10:44:01.476158+0000 mgr.a (mgr.24293) 2153 : 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-07T10:44:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:01 smithi027 bash[31536]: cluster 2023-12-07T10:44:01.476158+0000 mgr.a (mgr.24293) 2153 : 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-07T10:44:03.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:03.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:03.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:03 smithi044 bash[32620]: cluster 2023-12-07T10:44:03.476774+0000 mgr.a (mgr.24293) 2154 : 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-07T10:44:03.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:03 smithi022 bash[28554]: cluster 2023-12-07T10:44:03.476774+0000 mgr.a (mgr.24293) 2154 : 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-07T10:44:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:03 smithi027 bash[31536]: cluster 2023-12-07T10:44:03.476774+0000 mgr.a (mgr.24293) 2154 : 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-07T10:44:04.639 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:04.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:04.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:04.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:04.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:04 smithi044 bash[32620]: audit 2023-12-07T10:44:04.122988+0000 mgr.a (mgr.24293) 2155 : audit 0 from='client.55200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:04.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:04 smithi022 bash[28554]: audit 2023-12-07T10:44:04.122988+0000 mgr.a (mgr.24293) 2155 : audit 0 from='client.55200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:04 smithi027 bash[31536]: audit 2023-12-07T10:44:04.122988+0000 mgr.a (mgr.24293) 2155 : audit 0 from='client.55200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:05 smithi044 bash[32620]: cluster 2023-12-07T10:44:05.477610+0000 mgr.a (mgr.24293) 2156 : cluster 0 pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:44:05.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:05 smithi022 bash[28554]: cluster 2023-12-07T10:44:05.477610+0000 mgr.a (mgr.24293) 2156 : cluster 0 pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:44:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:05 smithi027 bash[31536]: cluster 2023-12-07T10:44:05.477610+0000 mgr.a (mgr.24293) 2156 : cluster 0 pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:44:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:07 smithi044 bash[32620]: cluster 2023-12-07T10:44:07.478300+0000 mgr.a (mgr.24293) 2157 : cluster 0 pgmap v1607: 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-07T10:44:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:07 smithi022 bash[28554]: cluster 2023-12-07T10:44:07.478300+0000 mgr.a (mgr.24293) 2157 : cluster 0 pgmap v1607: 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-07T10:44:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:07 smithi027 bash[31536]: cluster 2023-12-07T10:44:07.478300+0000 mgr.a (mgr.24293) 2157 : cluster 0 pgmap v1607: 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-07T10:44:09.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:09.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:09.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:09 smithi044 bash[32620]: cluster 2023-12-07T10:44:09.478981+0000 mgr.a (mgr.24293) 2158 : 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-07T10:44:09.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:09 smithi022 bash[28554]: cluster 2023-12-07T10:44:09.478981+0000 mgr.a (mgr.24293) 2158 : 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-07T10:44:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:09 smithi027 bash[31536]: cluster 2023-12-07T10:44:09.478981+0000 mgr.a (mgr.24293) 2158 : 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-07T10:44:10.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:10.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:10.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:10.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:10.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:10 smithi044 bash[32620]: audit 2023-12-07T10:44:10.055752+0000 mgr.a (mgr.24293) 2159 : audit 0 from='client.55272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:10.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:10 smithi022 bash[28554]: audit 2023-12-07T10:44:10.055752+0000 mgr.a (mgr.24293) 2159 : audit 0 from='client.55272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:10 smithi027 bash[31536]: audit 2023-12-07T10:44:10.055752+0000 mgr.a (mgr.24293) 2159 : audit 0 from='client.55272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:11 smithi022 bash[28554]: cluster 2023-12-07T10:44:11.479997+0000 mgr.a (mgr.24293) 2160 : cluster 0 pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:44:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:11 smithi027 bash[31536]: cluster 2023-12-07T10:44:11.479997+0000 mgr.a (mgr.24293) 2160 : cluster 0 pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:44:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:11 smithi044 bash[32620]: cluster 2023-12-07T10:44:11.479997+0000 mgr.a (mgr.24293) 2160 : cluster 0 pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:44:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:13 smithi044 bash[32620]: cluster 2023-12-07T10:44:13.480574+0000 mgr.a (mgr.24293) 2161 : cluster 0 pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:13.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:13 smithi022 bash[28554]: cluster 2023-12-07T10:44:13.480574+0000 mgr.a (mgr.24293) 2161 : cluster 0 pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:13 smithi027 bash[31536]: cluster 2023-12-07T10:44:13.480574+0000 mgr.a (mgr.24293) 2161 : cluster 0 pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:15.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:15.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:15.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:15 smithi044 bash[32620]: cluster 2023-12-07T10:44:15.481252+0000 mgr.a (mgr.24293) 2162 : cluster 0 pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:15.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:15 smithi022 bash[28554]: cluster 2023-12-07T10:44:15.481252+0000 mgr.a (mgr.24293) 2162 : cluster 0 pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:15 smithi027 bash[31536]: cluster 2023-12-07T10:44:15.481252+0000 mgr.a (mgr.24293) 2162 : cluster 0 pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:16.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:16.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:16.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:16.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:16.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:16 smithi044 bash[32620]: audit 2023-12-07T10:44:15.979384+0000 mgr.a (mgr.24293) 2163 : audit 0 from='client.55347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:16.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:16 smithi022 bash[28554]: audit 2023-12-07T10:44:15.979384+0000 mgr.a (mgr.24293) 2163 : audit 0 from='client.55347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:16 smithi027 bash[31536]: audit 2023-12-07T10:44:15.979384+0000 mgr.a (mgr.24293) 2163 : audit 0 from='client.55347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:17 smithi044 bash[32620]: cluster 2023-12-07T10:44:17.482078+0000 mgr.a (mgr.24293) 2164 : cluster 0 pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:44:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:17 smithi022 bash[28554]: cluster 2023-12-07T10:44:17.482078+0000 mgr.a (mgr.24293) 2164 : cluster 0 pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:44:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:17 smithi027 bash[31536]: cluster 2023-12-07T10:44:17.482078+0000 mgr.a (mgr.24293) 2164 : cluster 0 pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:44:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:19 smithi044 bash[32620]: cluster 2023-12-07T10:44:19.482791+0000 mgr.a (mgr.24293) 2165 : 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-07T10:44:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:19 smithi022 bash[28554]: cluster 2023-12-07T10:44:19.482791+0000 mgr.a (mgr.24293) 2165 : 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-07T10:44:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:19 smithi027 bash[31536]: cluster 2023-12-07T10:44:19.482791+0000 mgr.a (mgr.24293) 2165 : 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-07T10:44:21.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:21.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:21.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:21 smithi044 bash[32620]: cluster 2023-12-07T10:44:21.483729+0000 mgr.a (mgr.24293) 2166 : 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-07T10:44:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:21 smithi022 bash[28554]: cluster 2023-12-07T10:44:21.483729+0000 mgr.a (mgr.24293) 2166 : 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-07T10:44:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:21 smithi027 bash[31536]: cluster 2023-12-07T10:44:21.483729+0000 mgr.a (mgr.24293) 2166 : 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-07T10:44:22.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:22 smithi044 bash[32620]: audit 2023-12-07T10:44:21.920645+0000 mgr.a (mgr.24293) 2167 : audit 0 from='client.55422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:22.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:22 smithi022 bash[28554]: audit 2023-12-07T10:44:21.920645+0000 mgr.a (mgr.24293) 2167 : audit 0 from='client.55422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:22 smithi027 bash[31536]: audit 2023-12-07T10:44:21.920645+0000 mgr.a (mgr.24293) 2167 : audit 0 from='client.55422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:23 smithi044 bash[32620]: cluster 2023-12-07T10:44:23.484433+0000 mgr.a (mgr.24293) 2168 : cluster 0 pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:44:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:23 smithi022 bash[28554]: cluster 2023-12-07T10:44:23.484433+0000 mgr.a (mgr.24293) 2168 : cluster 0 pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:44:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:23 smithi027 bash[31536]: cluster 2023-12-07T10:44:23.484433+0000 mgr.a (mgr.24293) 2168 : cluster 0 pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:44:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:25 smithi044 bash[32620]: cluster 2023-12-07T10:44:25.485325+0000 mgr.a (mgr.24293) 2169 : cluster 0 pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:44:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:25 smithi022 bash[28554]: cluster 2023-12-07T10:44:25.485325+0000 mgr.a (mgr.24293) 2169 : cluster 0 pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:44:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:25 smithi027 bash[31536]: cluster 2023-12-07T10:44:25.485325+0000 mgr.a (mgr.24293) 2169 : cluster 0 pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:44:27.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:27.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:27.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:27 smithi044 bash[32620]: cluster 2023-12-07T10:44:27.486172+0000 mgr.a (mgr.24293) 2170 : 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-07T10:44:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:27 smithi022 bash[28554]: cluster 2023-12-07T10:44:27.486172+0000 mgr.a (mgr.24293) 2170 : 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-07T10:44:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:27 smithi027 bash[31536]: cluster 2023-12-07T10:44:27.486172+0000 mgr.a (mgr.24293) 2170 : 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-07T10:44:28.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:28 smithi044 bash[32620]: audit 2023-12-07T10:44:27.863929+0000 mgr.a (mgr.24293) 2171 : audit 0 from='client.55500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:28 smithi022 bash[28554]: audit 2023-12-07T10:44:27.863929+0000 mgr.a (mgr.24293) 2171 : audit 0 from='client.55500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:28 smithi027 bash[31536]: audit 2023-12-07T10:44:27.863929+0000 mgr.a (mgr.24293) 2171 : audit 0 from='client.55500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:29 smithi044 bash[32620]: cluster 2023-12-07T10:44:29.486897+0000 mgr.a (mgr.24293) 2172 : 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-07T10:44:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:29 smithi022 bash[28554]: cluster 2023-12-07T10:44:29.486897+0000 mgr.a (mgr.24293) 2172 : 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-07T10:44:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:29 smithi027 bash[31536]: cluster 2023-12-07T10:44:29.486897+0000 mgr.a (mgr.24293) 2172 : 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-07T10:44:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:31 smithi044 bash[32620]: cluster 2023-12-07T10:44:31.487718+0000 mgr.a (mgr.24293) 2173 : 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-07T10:44:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:31 smithi022 bash[28554]: cluster 2023-12-07T10:44:31.487718+0000 mgr.a (mgr.24293) 2173 : 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-07T10:44:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:31 smithi027 bash[31536]: cluster 2023-12-07T10:44:31.487718+0000 mgr.a (mgr.24293) 2173 : 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-07T10:44:33.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:33.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:33.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:34.343 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:34.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:34.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:34.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:34.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:34 smithi044 bash[32620]: cluster 2023-12-07T10:44:33.488283+0000 mgr.a (mgr.24293) 2174 : 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-07T10:44:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:34 smithi044 bash[32620]: audit 2023-12-07T10:44:33.824413+0000 mgr.a (mgr.24293) 2175 : audit 0 from='client.55578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:34 smithi022 bash[28554]: cluster 2023-12-07T10:44:33.488283+0000 mgr.a (mgr.24293) 2174 : 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-07T10:44:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:34 smithi022 bash[28554]: audit 2023-12-07T10:44:33.824413+0000 mgr.a (mgr.24293) 2175 : audit 0 from='client.55578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:34 smithi027 bash[31536]: cluster 2023-12-07T10:44:33.488283+0000 mgr.a (mgr.24293) 2174 : 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-07T10:44:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:34 smithi027 bash[31536]: audit 2023-12-07T10:44:33.824413+0000 mgr.a (mgr.24293) 2175 : audit 0 from='client.55578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:36 smithi044 bash[32620]: cluster 2023-12-07T10:44:35.489103+0000 mgr.a (mgr.24293) 2176 : cluster 0 pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:44:36.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:36 smithi022 bash[28554]: cluster 2023-12-07T10:44:35.489103+0000 mgr.a (mgr.24293) 2176 : cluster 0 pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:44:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:36 smithi027 bash[31536]: cluster 2023-12-07T10:44:35.489103+0000 mgr.a (mgr.24293) 2176 : cluster 0 pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:44:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:38 smithi027 bash[31536]: cluster 2023-12-07T10:44:37.489708+0000 mgr.a (mgr.24293) 2177 : cluster 0 pgmap v1622: 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-07T10:44:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:38 smithi044 bash[32620]: cluster 2023-12-07T10:44:37.489708+0000 mgr.a (mgr.24293) 2177 : cluster 0 pgmap v1622: 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-07T10:44:39.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:38 smithi022 bash[28554]: cluster 2023-12-07T10:44:37.489708+0000 mgr.a (mgr.24293) 2177 : cluster 0 pgmap v1622: 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-07T10:44:39.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:39.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:39.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:40.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:40.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:40.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:40.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:40.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:40 smithi027 bash[31536]: cluster 2023-12-07T10:44:39.490198+0000 mgr.a (mgr.24293) 2178 : 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-07T10:44:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:40 smithi027 bash[31536]: audit 2023-12-07T10:44:39.763331+0000 mgr.a (mgr.24293) 2179 : audit 0 from='client.55653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:40 smithi027 bash[31536]: audit 2023-12-07T10:44:40.423704+0000 mon.a (mon.0) 764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:44:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:40 smithi044 bash[32620]: cluster 2023-12-07T10:44:39.490198+0000 mgr.a (mgr.24293) 2178 : 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-07T10:44:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:40 smithi044 bash[32620]: audit 2023-12-07T10:44:39.763331+0000 mgr.a (mgr.24293) 2179 : audit 0 from='client.55653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:40 smithi044 bash[32620]: audit 2023-12-07T10:44:40.423704+0000 mon.a (mon.0) 764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:44:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:40 smithi022 bash[28554]: cluster 2023-12-07T10:44:39.490198+0000 mgr.a (mgr.24293) 2178 : 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-07T10:44:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:40 smithi022 bash[28554]: audit 2023-12-07T10:44:39.763331+0000 mgr.a (mgr.24293) 2179 : audit 0 from='client.55653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:40 smithi022 bash[28554]: audit 2023-12-07T10:44:40.423704+0000 mon.a (mon.0) 764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:44:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:41 smithi027 bash[31536]: audit 2023-12-07T10:44:41.164987+0000 mon.a (mon.0) 765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:44:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:41 smithi027 bash[31536]: audit 2023-12-07T10:44:41.166714+0000 mon.a (mon.0) 766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:44:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:41 smithi027 bash[31536]: audit 2023-12-07T10:44:41.175884+0000 mon.a (mon.0) 767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:44:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:41 smithi044 bash[32620]: audit 2023-12-07T10:44:41.164987+0000 mon.a (mon.0) 765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:44:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:41 smithi044 bash[32620]: audit 2023-12-07T10:44:41.166714+0000 mon.a (mon.0) 766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:44:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:41 smithi044 bash[32620]: audit 2023-12-07T10:44:41.175884+0000 mon.a (mon.0) 767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:44:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:41 smithi022 bash[28554]: audit 2023-12-07T10:44:41.164987+0000 mon.a (mon.0) 765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:44:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:41 smithi022 bash[28554]: audit 2023-12-07T10:44:41.166714+0000 mon.a (mon.0) 766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:44:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:41 smithi022 bash[28554]: audit 2023-12-07T10:44:41.175884+0000 mon.a (mon.0) 767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:44:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:43 smithi027 bash[31536]: cluster 2023-12-07T10:44:41.491042+0000 mgr.a (mgr.24293) 2180 : 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-07T10:44:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:43 smithi044 bash[32620]: cluster 2023-12-07T10:44:41.491042+0000 mgr.a (mgr.24293) 2180 : 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-07T10:44:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:43 smithi022 bash[28554]: cluster 2023-12-07T10:44:41.491042+0000 mgr.a (mgr.24293) 2180 : 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-07T10:44:45.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:45.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:45.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:45 smithi027 bash[31536]: cluster 2023-12-07T10:44:43.491651+0000 mgr.a (mgr.24293) 2181 : 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-07T10:44:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:45 smithi044 bash[32620]: cluster 2023-12-07T10:44:43.491651+0000 mgr.a (mgr.24293) 2181 : 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-07T10:44:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:45 smithi022 bash[28554]: cluster 2023-12-07T10:44:43.491651+0000 mgr.a (mgr.24293) 2181 : 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-07T10:44:46.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:47 smithi027 bash[31536]: cluster 2023-12-07T10:44:45.492346+0000 mgr.a (mgr.24293) 2182 : 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-07T10:44:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:47 smithi027 bash[31536]: audit 2023-12-07T10:44:45.695857+0000 mgr.a (mgr.24293) 2183 : audit 0 from='client.55725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:47 smithi044 bash[32620]: cluster 2023-12-07T10:44:45.492346+0000 mgr.a (mgr.24293) 2182 : 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-07T10:44:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:47 smithi044 bash[32620]: audit 2023-12-07T10:44:45.695857+0000 mgr.a (mgr.24293) 2183 : audit 0 from='client.55725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:47 smithi022 bash[28554]: cluster 2023-12-07T10:44:45.492346+0000 mgr.a (mgr.24293) 2182 : 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-07T10:44:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:47 smithi022 bash[28554]: audit 2023-12-07T10:44:45.695857+0000 mgr.a (mgr.24293) 2183 : audit 0 from='client.55725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:49 smithi027 bash[31536]: cluster 2023-12-07T10:44:47.493168+0000 mgr.a (mgr.24293) 2184 : cluster 0 pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:44:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:49 smithi044 bash[32620]: cluster 2023-12-07T10:44:47.493168+0000 mgr.a (mgr.24293) 2184 : cluster 0 pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:44:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:49 smithi022 bash[28554]: cluster 2023-12-07T10:44:47.493168+0000 mgr.a (mgr.24293) 2184 : cluster 0 pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:44:51.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:51.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:51.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:51 smithi027 bash[31536]: cluster 2023-12-07T10:44:49.493755+0000 mgr.a (mgr.24293) 2185 : 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-07T10:44:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:51 smithi044 bash[32620]: cluster 2023-12-07T10:44:49.493755+0000 mgr.a (mgr.24293) 2185 : 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-07T10:44:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:51 smithi022 bash[28554]: cluster 2023-12-07T10:44:49.493755+0000 mgr.a (mgr.24293) 2185 : 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-07T10:44:52.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:52.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:52.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:52.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:52.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:53 smithi044 bash[32620]: cluster 2023-12-07T10:44:51.494520+0000 mgr.a (mgr.24293) 2186 : 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-07T10:44:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:53 smithi044 bash[32620]: audit 2023-12-07T10:44:51.633194+0000 mgr.a (mgr.24293) 2187 : audit 0 from='client.55797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:53 smithi022 bash[28554]: cluster 2023-12-07T10:44:51.494520+0000 mgr.a (mgr.24293) 2186 : 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-07T10:44:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:53 smithi022 bash[28554]: audit 2023-12-07T10:44:51.633194+0000 mgr.a (mgr.24293) 2187 : audit 0 from='client.55797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:53 smithi027 bash[31536]: cluster 2023-12-07T10:44:51.494520+0000 mgr.a (mgr.24293) 2186 : 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-07T10:44:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:53 smithi027 bash[31536]: audit 2023-12-07T10:44:51.633194+0000 mgr.a (mgr.24293) 2187 : audit 0 from='client.55797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:55 smithi044 bash[32620]: cluster 2023-12-07T10:44:53.495176+0000 mgr.a (mgr.24293) 2188 : 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-07T10:44:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:55 smithi022 bash[28554]: cluster 2023-12-07T10:44:53.495176+0000 mgr.a (mgr.24293) 2188 : 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-07T10:44:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:55 smithi027 bash[31536]: cluster 2023-12-07T10:44:53.495176+0000 mgr.a (mgr.24293) 2188 : 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-07T10:44:57.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:44:57.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:57.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:57 smithi044 bash[32620]: cluster 2023-12-07T10:44:55.495946+0000 mgr.a (mgr.24293) 2189 : cluster 0 pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:44:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:57 smithi022 bash[28554]: cluster 2023-12-07T10:44:55.495946+0000 mgr.a (mgr.24293) 2189 : cluster 0 pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:44:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:57 smithi027 bash[31536]: cluster 2023-12-07T10:44:55.495946+0000 mgr.a (mgr.24293) 2189 : cluster 0 pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:44:58.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:58.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:58.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:58.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:44:58.069 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:44:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:59 smithi044 bash[32620]: cluster 2023-12-07T10:44:57.496576+0000 mgr.a (mgr.24293) 2190 : 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-07T10:44:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:44:59 smithi044 bash[32620]: audit 2023-12-07T10:44:57.548657+0000 mgr.a (mgr.24293) 2191 : audit 0 from='client.55872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:59 smithi022 bash[28554]: cluster 2023-12-07T10:44:57.496576+0000 mgr.a (mgr.24293) 2190 : 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-07T10:44:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:44:59 smithi022 bash[28554]: audit 2023-12-07T10:44:57.548657+0000 mgr.a (mgr.24293) 2191 : audit 0 from='client.55872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:59 smithi027 bash[31536]: cluster 2023-12-07T10:44:57.496576+0000 mgr.a (mgr.24293) 2190 : 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-07T10:44:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:44:59 smithi027 bash[31536]: audit 2023-12-07T10:44:57.548657+0000 mgr.a (mgr.24293) 2191 : audit 0 from='client.55872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:01 smithi044 bash[32620]: cluster 2023-12-07T10:44:59.497273+0000 mgr.a (mgr.24293) 2192 : 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-07T10:45:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:01 smithi022 bash[28554]: cluster 2023-12-07T10:44:59.497273+0000 mgr.a (mgr.24293) 2192 : 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-07T10:45:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:01 smithi027 bash[31536]: cluster 2023-12-07T10:44:59.497273+0000 mgr.a (mgr.24293) 2192 : 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-07T10:45:03.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:03.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:03.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:03 smithi044 bash[32620]: cluster 2023-12-07T10:45:01.498096+0000 mgr.a (mgr.24293) 2193 : 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-07T10:45:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:03 smithi022 bash[28554]: cluster 2023-12-07T10:45:01.498096+0000 mgr.a (mgr.24293) 2193 : 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-07T10:45:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:03 smithi027 bash[31536]: cluster 2023-12-07T10:45:01.498096+0000 mgr.a (mgr.24293) 2193 : 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-07T10:45:04.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:04.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:04.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:04.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:04.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:04 smithi044 bash[32620]: audit 2023-12-07T10:45:03.477471+0000 mgr.a (mgr.24293) 2194 : audit 0 from='client.55950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:04 smithi022 bash[28554]: audit 2023-12-07T10:45:03.477471+0000 mgr.a (mgr.24293) 2194 : audit 0 from='client.55950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:04 smithi027 bash[31536]: audit 2023-12-07T10:45:03.477471+0000 mgr.a (mgr.24293) 2194 : audit 0 from='client.55950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:05 smithi044 bash[32620]: cluster 2023-12-07T10:45:03.498597+0000 mgr.a (mgr.24293) 2195 : 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-07T10:45:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:05 smithi022 bash[28554]: cluster 2023-12-07T10:45:03.498597+0000 mgr.a (mgr.24293) 2195 : 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-07T10:45:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:05 smithi027 bash[31536]: cluster 2023-12-07T10:45:03.498597+0000 mgr.a (mgr.24293) 2195 : 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-07T10:45:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:07 smithi044 bash[32620]: cluster 2023-12-07T10:45:05.499380+0000 mgr.a (mgr.24293) 2196 : cluster 0 pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:45:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:07 smithi022 bash[28554]: cluster 2023-12-07T10:45:05.499380+0000 mgr.a (mgr.24293) 2196 : cluster 0 pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:45:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:07 smithi027 bash[31536]: cluster 2023-12-07T10:45:05.499380+0000 mgr.a (mgr.24293) 2196 : cluster 0 pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:45:09.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:09.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:09.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:09 smithi044 bash[32620]: cluster 2023-12-07T10:45:07.500132+0000 mgr.a (mgr.24293) 2197 : cluster 0 pgmap v1637: 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-07T10:45:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:09 smithi022 bash[28554]: cluster 2023-12-07T10:45:07.500132+0000 mgr.a (mgr.24293) 2197 : cluster 0 pgmap v1637: 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-07T10:45:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:09 smithi027 bash[31536]: cluster 2023-12-07T10:45:07.500132+0000 mgr.a (mgr.24293) 2197 : cluster 0 pgmap v1637: 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-07T10:45:09.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:09.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:09.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:09.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:09.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:10 smithi044 bash[32620]: audit 2023-12-07T10:45:09.422278+0000 mgr.a (mgr.24293) 2198 : audit 0 from='client.56028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:10 smithi022 bash[28554]: audit 2023-12-07T10:45:09.422278+0000 mgr.a (mgr.24293) 2198 : audit 0 from='client.56028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:10 smithi027 bash[31536]: audit 2023-12-07T10:45:09.422278+0000 mgr.a (mgr.24293) 2198 : audit 0 from='client.56028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:11 smithi044 bash[32620]: cluster 2023-12-07T10:45:09.500606+0000 mgr.a (mgr.24293) 2199 : 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-07T10:45:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:11 smithi022 bash[28554]: cluster 2023-12-07T10:45:09.500606+0000 mgr.a (mgr.24293) 2199 : 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-07T10:45:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:11 smithi027 bash[31536]: cluster 2023-12-07T10:45:09.500606+0000 mgr.a (mgr.24293) 2199 : 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-07T10:45:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:13 smithi044 bash[32620]: cluster 2023-12-07T10:45:11.501513+0000 mgr.a (mgr.24293) 2200 : 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-07T10:45:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:13 smithi022 bash[28554]: cluster 2023-12-07T10:45:11.501513+0000 mgr.a (mgr.24293) 2200 : 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-07T10:45:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:13 smithi027 bash[31536]: cluster 2023-12-07T10:45:11.501513+0000 mgr.a (mgr.24293) 2200 : 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-07T10:45:14.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:14.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:14.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:15 smithi044 bash[32620]: cluster 2023-12-07T10:45:13.502098+0000 mgr.a (mgr.24293) 2201 : 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-07T10:45:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:15 smithi022 bash[28554]: cluster 2023-12-07T10:45:13.502098+0000 mgr.a (mgr.24293) 2201 : 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-07T10:45:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:15 smithi027 bash[31536]: cluster 2023-12-07T10:45:13.502098+0000 mgr.a (mgr.24293) 2201 : 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-07T10:45:15.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:15.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:15.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:15.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:15.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:16 smithi044 bash[32620]: audit 2023-12-07T10:45:15.351039+0000 mgr.a (mgr.24293) 2202 : audit 0 from='client.56103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:16 smithi022 bash[28554]: audit 2023-12-07T10:45:15.351039+0000 mgr.a (mgr.24293) 2202 : audit 0 from='client.56103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:16 smithi027 bash[31536]: audit 2023-12-07T10:45:15.351039+0000 mgr.a (mgr.24293) 2202 : audit 0 from='client.56103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:17 smithi044 bash[32620]: cluster 2023-12-07T10:45:15.503087+0000 mgr.a (mgr.24293) 2203 : cluster 0 pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:17 smithi022 bash[28554]: cluster 2023-12-07T10:45:15.503087+0000 mgr.a (mgr.24293) 2203 : cluster 0 pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:17 smithi027 bash[31536]: cluster 2023-12-07T10:45:15.503087+0000 mgr.a (mgr.24293) 2203 : cluster 0 pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:19 smithi044 bash[32620]: cluster 2023-12-07T10:45:17.503945+0000 mgr.a (mgr.24293) 2204 : cluster 0 pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:19 smithi022 bash[28554]: cluster 2023-12-07T10:45:17.503945+0000 mgr.a (mgr.24293) 2204 : cluster 0 pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:19 smithi027 bash[31536]: cluster 2023-12-07T10:45:17.503945+0000 mgr.a (mgr.24293) 2204 : cluster 0 pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:20.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:20.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:20.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:21 smithi044 bash[32620]: cluster 2023-12-07T10:45:19.504513+0000 mgr.a (mgr.24293) 2205 : cluster 0 pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:45:21.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:21 smithi022 bash[28554]: cluster 2023-12-07T10:45:19.504513+0000 mgr.a (mgr.24293) 2205 : cluster 0 pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:45:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:21 smithi027 bash[31536]: cluster 2023-12-07T10:45:19.504513+0000 mgr.a (mgr.24293) 2205 : cluster 0 pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:45:21.785 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:21.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:21.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:21.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:21.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:22 smithi044 bash[32620]: audit 2023-12-07T10:45:21.264021+0000 mgr.a (mgr.24293) 2206 : audit 0 from='client.56181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:22 smithi022 bash[28554]: audit 2023-12-07T10:45:21.264021+0000 mgr.a (mgr.24293) 2206 : audit 0 from='client.56181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:22 smithi027 bash[31536]: audit 2023-12-07T10:45:21.264021+0000 mgr.a (mgr.24293) 2206 : audit 0 from='client.56181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:23 smithi044 bash[32620]: cluster 2023-12-07T10:45:21.505299+0000 mgr.a (mgr.24293) 2207 : 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-07T10:45:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:23 smithi022 bash[28554]: cluster 2023-12-07T10:45:21.505299+0000 mgr.a (mgr.24293) 2207 : 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-07T10:45:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:23 smithi027 bash[31536]: cluster 2023-12-07T10:45:21.505299+0000 mgr.a (mgr.24293) 2207 : 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-07T10:45:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:25 smithi044 bash[32620]: cluster 2023-12-07T10:45:23.505947+0000 mgr.a (mgr.24293) 2208 : 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-07T10:45:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:25 smithi022 bash[28554]: cluster 2023-12-07T10:45:23.505947+0000 mgr.a (mgr.24293) 2208 : 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-07T10:45:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:25 smithi027 bash[31536]: cluster 2023-12-07T10:45:23.505947+0000 mgr.a (mgr.24293) 2208 : 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-07T10:45:26.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:26.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:26.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:27 smithi044 bash[32620]: cluster 2023-12-07T10:45:25.506675+0000 mgr.a (mgr.24293) 2209 : cluster 0 pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:45:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:27 smithi022 bash[28554]: cluster 2023-12-07T10:45:25.506675+0000 mgr.a (mgr.24293) 2209 : cluster 0 pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:45:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:27 smithi027 bash[31536]: cluster 2023-12-07T10:45:25.506675+0000 mgr.a (mgr.24293) 2209 : cluster 0 pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:45:27.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:27.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:27.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:27.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:27.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:28 smithi044 bash[32620]: audit 2023-12-07T10:45:27.204382+0000 mgr.a (mgr.24293) 2210 : audit 0 from='client.56259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:28 smithi022 bash[28554]: audit 2023-12-07T10:45:27.204382+0000 mgr.a (mgr.24293) 2210 : audit 0 from='client.56259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:28 smithi027 bash[31536]: audit 2023-12-07T10:45:27.204382+0000 mgr.a (mgr.24293) 2210 : audit 0 from='client.56259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:29 smithi044 bash[32620]: cluster 2023-12-07T10:45:27.507580+0000 mgr.a (mgr.24293) 2211 : cluster 0 pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:29 smithi022 bash[28554]: cluster 2023-12-07T10:45:27.507580+0000 mgr.a (mgr.24293) 2211 : cluster 0 pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:29 smithi027 bash[31536]: cluster 2023-12-07T10:45:27.507580+0000 mgr.a (mgr.24293) 2211 : cluster 0 pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:31 smithi044 bash[32620]: cluster 2023-12-07T10:45:29.508191+0000 mgr.a (mgr.24293) 2212 : cluster 0 pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:31 smithi022 bash[28554]: cluster 2023-12-07T10:45:29.508191+0000 mgr.a (mgr.24293) 2212 : cluster 0 pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:31 smithi027 bash[31536]: cluster 2023-12-07T10:45:29.508191+0000 mgr.a (mgr.24293) 2212 : cluster 0 pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:32.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:32.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:32.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:33.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:33.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:33.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:33.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:33.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:33 smithi044 bash[32620]: cluster 2023-12-07T10:45:31.509005+0000 mgr.a (mgr.24293) 2213 : cluster 0 pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:45:33.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:33 smithi022 bash[28554]: cluster 2023-12-07T10:45:31.509005+0000 mgr.a (mgr.24293) 2213 : cluster 0 pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:45:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:33 smithi027 bash[31536]: cluster 2023-12-07T10:45:31.509005+0000 mgr.a (mgr.24293) 2213 : cluster 0 pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:45:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:34 smithi044 bash[32620]: audit 2023-12-07T10:45:33.144143+0000 mgr.a (mgr.24293) 2214 : audit 0 from='client.56328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:34 smithi022 bash[28554]: audit 2023-12-07T10:45:33.144143+0000 mgr.a (mgr.24293) 2214 : audit 0 from='client.56328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:34 smithi027 bash[31536]: audit 2023-12-07T10:45:33.144143+0000 mgr.a (mgr.24293) 2214 : audit 0 from='client.56328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:35 smithi044 bash[32620]: cluster 2023-12-07T10:45:33.509685+0000 mgr.a (mgr.24293) 2215 : 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-07T10:45:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:35 smithi022 bash[28554]: cluster 2023-12-07T10:45:33.509685+0000 mgr.a (mgr.24293) 2215 : 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-07T10:45:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:35 smithi027 bash[31536]: cluster 2023-12-07T10:45:33.509685+0000 mgr.a (mgr.24293) 2215 : 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-07T10:45:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:37 smithi044 bash[32620]: cluster 2023-12-07T10:45:35.510427+0000 mgr.a (mgr.24293) 2216 : cluster 0 pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:45:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:37 smithi022 bash[28554]: cluster 2023-12-07T10:45:35.510427+0000 mgr.a (mgr.24293) 2216 : cluster 0 pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:45:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:37 smithi027 bash[31536]: cluster 2023-12-07T10:45:35.510427+0000 mgr.a (mgr.24293) 2216 : cluster 0 pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:45:38.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:38.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:38.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:39.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:39 smithi044 bash[32620]: cluster 2023-12-07T10:45:37.511141+0000 mgr.a (mgr.24293) 2217 : cluster 0 pgmap v1652: 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-07T10:45:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:39 smithi022 bash[28554]: cluster 2023-12-07T10:45:37.511141+0000 mgr.a (mgr.24293) 2217 : cluster 0 pgmap v1652: 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-07T10:45:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:39 smithi027 bash[31536]: cluster 2023-12-07T10:45:37.511141+0000 mgr.a (mgr.24293) 2217 : cluster 0 pgmap v1652: 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-07T10:45:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:40 smithi044 bash[32620]: audit 2023-12-07T10:45:39.052578+0000 mgr.a (mgr.24293) 2218 : audit 0 from='client.56403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:40 smithi022 bash[28554]: audit 2023-12-07T10:45:39.052578+0000 mgr.a (mgr.24293) 2218 : audit 0 from='client.56403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:40 smithi027 bash[31536]: audit 2023-12-07T10:45:39.052578+0000 mgr.a (mgr.24293) 2218 : audit 0 from='client.56403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:41 smithi044 bash[32620]: cluster 2023-12-07T10:45:39.511721+0000 mgr.a (mgr.24293) 2219 : 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-07T10:45:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:41 smithi044 bash[32620]: audit 2023-12-07T10:45:41.278304+0000 mon.a (mon.0) 768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:45:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:41 smithi022 bash[28554]: cluster 2023-12-07T10:45:39.511721+0000 mgr.a (mgr.24293) 2219 : 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-07T10:45:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:41 smithi022 bash[28554]: audit 2023-12-07T10:45:41.278304+0000 mon.a (mon.0) 768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:45:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:41 smithi027 bash[31536]: cluster 2023-12-07T10:45:39.511721+0000 mgr.a (mgr.24293) 2219 : 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-07T10:45:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:41 smithi027 bash[31536]: audit 2023-12-07T10:45:41.278304+0000 mon.a (mon.0) 768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:45:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:42 smithi044 bash[32620]: audit 2023-12-07T10:45:42.073906+0000 mon.a (mon.0) 769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:45:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:42 smithi044 bash[32620]: audit 2023-12-07T10:45:42.075824+0000 mon.a (mon.0) 770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:45:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:42 smithi044 bash[32620]: audit 2023-12-07T10:45:42.085770+0000 mon.a (mon.0) 771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:45:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:42 smithi022 bash[28554]: audit 2023-12-07T10:45:42.073906+0000 mon.a (mon.0) 769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:45:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:42 smithi022 bash[28554]: audit 2023-12-07T10:45:42.075824+0000 mon.a (mon.0) 770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:45:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:42 smithi022 bash[28554]: audit 2023-12-07T10:45:42.085770+0000 mon.a (mon.0) 771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:45:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:42 smithi027 bash[31536]: audit 2023-12-07T10:45:42.073906+0000 mon.a (mon.0) 769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:45:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:42 smithi027 bash[31536]: audit 2023-12-07T10:45:42.075824+0000 mon.a (mon.0) 770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:45:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:42 smithi027 bash[31536]: audit 2023-12-07T10:45:42.085770+0000 mon.a (mon.0) 771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:45:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:43 smithi044 bash[32620]: cluster 2023-12-07T10:45:41.512496+0000 mgr.a (mgr.24293) 2220 : 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-07T10:45:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:43 smithi022 bash[28554]: cluster 2023-12-07T10:45:41.512496+0000 mgr.a (mgr.24293) 2220 : 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-07T10:45:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:43 smithi027 bash[31536]: cluster 2023-12-07T10:45:41.512496+0000 mgr.a (mgr.24293) 2220 : 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-07T10:45:44.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:44.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:44.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:45.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:45.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:45.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:45.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:45.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:45 smithi044 bash[32620]: cluster 2023-12-07T10:45:43.513049+0000 mgr.a (mgr.24293) 2221 : 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-07T10:45:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:45 smithi022 bash[28554]: cluster 2023-12-07T10:45:43.513049+0000 mgr.a (mgr.24293) 2221 : 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-07T10:45:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:45 smithi027 bash[31536]: cluster 2023-12-07T10:45:43.513049+0000 mgr.a (mgr.24293) 2221 : 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-07T10:45:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:46 smithi044 bash[32620]: audit 2023-12-07T10:45:44.975600+0000 mgr.a (mgr.24293) 2222 : audit 0 from='client.56481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:46 smithi022 bash[28554]: audit 2023-12-07T10:45:44.975600+0000 mgr.a (mgr.24293) 2222 : audit 0 from='client.56481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:46 smithi027 bash[31536]: audit 2023-12-07T10:45:44.975600+0000 mgr.a (mgr.24293) 2222 : audit 0 from='client.56481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:47 smithi044 bash[32620]: cluster 2023-12-07T10:45:45.513553+0000 mgr.a (mgr.24293) 2223 : cluster 0 pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:45:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:47 smithi022 bash[28554]: cluster 2023-12-07T10:45:45.513553+0000 mgr.a (mgr.24293) 2223 : cluster 0 pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:45:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:47 smithi027 bash[31536]: cluster 2023-12-07T10:45:45.513553+0000 mgr.a (mgr.24293) 2223 : cluster 0 pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:45:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:49 smithi044 bash[32620]: cluster 2023-12-07T10:45:47.514211+0000 mgr.a (mgr.24293) 2224 : cluster 0 pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:45:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:49 smithi022 bash[28554]: cluster 2023-12-07T10:45:47.514211+0000 mgr.a (mgr.24293) 2224 : cluster 0 pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:45:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:49 smithi027 bash[31536]: cluster 2023-12-07T10:45:47.514211+0000 mgr.a (mgr.24293) 2224 : cluster 0 pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:45:50.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:50.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:50.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:51.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:51 smithi044 bash[32620]: cluster 2023-12-07T10:45:49.514753+0000 mgr.a (mgr.24293) 2225 : cluster 0 pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:51 smithi022 bash[28554]: cluster 2023-12-07T10:45:49.514753+0000 mgr.a (mgr.24293) 2225 : cluster 0 pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:51 smithi027 bash[31536]: cluster 2023-12-07T10:45:49.514753+0000 mgr.a (mgr.24293) 2225 : cluster 0 pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:52 smithi044 bash[32620]: audit 2023-12-07T10:45:50.934236+0000 mgr.a (mgr.24293) 2226 : audit 0 from='client.56956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:52 smithi022 bash[28554]: audit 2023-12-07T10:45:50.934236+0000 mgr.a (mgr.24293) 2226 : audit 0 from='client.56956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:52 smithi027 bash[31536]: audit 2023-12-07T10:45:50.934236+0000 mgr.a (mgr.24293) 2226 : audit 0 from='client.56956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:53 smithi044 bash[32620]: cluster 2023-12-07T10:45:51.515832+0000 mgr.a (mgr.24293) 2227 : 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-07T10:45:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:53 smithi022 bash[28554]: cluster 2023-12-07T10:45:51.515832+0000 mgr.a (mgr.24293) 2227 : 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-07T10:45:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:53 smithi027 bash[31536]: cluster 2023-12-07T10:45:51.515832+0000 mgr.a (mgr.24293) 2227 : 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-07T10:45:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:55 smithi044 bash[32620]: cluster 2023-12-07T10:45:53.516425+0000 mgr.a (mgr.24293) 2228 : 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-07T10:45:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:55 smithi022 bash[28554]: cluster 2023-12-07T10:45:53.516425+0000 mgr.a (mgr.24293) 2228 : 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-07T10:45:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:55 smithi027 bash[31536]: cluster 2023-12-07T10:45:53.516425+0000 mgr.a (mgr.24293) 2228 : 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-07T10:45:56.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:45:56.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:57.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:45:57.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:57.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:57.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:57.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:45:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:57 smithi044 bash[32620]: cluster 2023-12-07T10:45:55.517086+0000 mgr.a (mgr.24293) 2229 : cluster 0 pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:45:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:57 smithi022 bash[28554]: cluster 2023-12-07T10:45:55.517086+0000 mgr.a (mgr.24293) 2229 : cluster 0 pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:45:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:57 smithi027 bash[31536]: cluster 2023-12-07T10:45:55.517086+0000 mgr.a (mgr.24293) 2229 : cluster 0 pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:45:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:58 smithi044 bash[32620]: audit 2023-12-07T10:45:56.872724+0000 mgr.a (mgr.24293) 2230 : audit 0 from='client.56631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:58 smithi022 bash[28554]: audit 2023-12-07T10:45:56.872724+0000 mgr.a (mgr.24293) 2230 : audit 0 from='client.56631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:58 smithi027 bash[31536]: audit 2023-12-07T10:45:56.872724+0000 mgr.a (mgr.24293) 2230 : audit 0 from='client.56631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:45:59 smithi044 bash[32620]: cluster 2023-12-07T10:45:57.517896+0000 mgr.a (mgr.24293) 2231 : cluster 0 pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:45:59 smithi022 bash[28554]: cluster 2023-12-07T10:45:57.517896+0000 mgr.a (mgr.24293) 2231 : cluster 0 pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:45:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:45:59 smithi027 bash[31536]: cluster 2023-12-07T10:45:57.517896+0000 mgr.a (mgr.24293) 2231 : cluster 0 pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:46:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:01 smithi044 bash[32620]: cluster 2023-12-07T10:45:59.518478+0000 mgr.a (mgr.24293) 2232 : cluster 0 pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:01 smithi022 bash[28554]: cluster 2023-12-07T10:45:59.518478+0000 mgr.a (mgr.24293) 2232 : cluster 0 pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:01 smithi027 bash[31536]: cluster 2023-12-07T10:45:59.518478+0000 mgr.a (mgr.24293) 2232 : cluster 0 pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:02.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:02.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:02.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:03.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:03.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:03.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:03.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:03.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:03 smithi044 bash[32620]: cluster 2023-12-07T10:46:01.519260+0000 mgr.a (mgr.24293) 2233 : cluster 0 pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:03 smithi022 bash[28554]: cluster 2023-12-07T10:46:01.519260+0000 mgr.a (mgr.24293) 2233 : cluster 0 pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:03 smithi027 bash[31536]: cluster 2023-12-07T10:46:01.519260+0000 mgr.a (mgr.24293) 2233 : cluster 0 pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:04 smithi044 bash[32620]: audit 2023-12-07T10:46:02.794866+0000 mgr.a (mgr.24293) 2234 : audit 0 from='client.56706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:04 smithi022 bash[28554]: audit 2023-12-07T10:46:02.794866+0000 mgr.a (mgr.24293) 2234 : audit 0 from='client.56706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:04 smithi027 bash[31536]: audit 2023-12-07T10:46:02.794866+0000 mgr.a (mgr.24293) 2234 : audit 0 from='client.56706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:05 smithi044 bash[32620]: cluster 2023-12-07T10:46:03.519905+0000 mgr.a (mgr.24293) 2235 : 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-07T10:46:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:05 smithi022 bash[28554]: cluster 2023-12-07T10:46:03.519905+0000 mgr.a (mgr.24293) 2235 : 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-07T10:46:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:05 smithi027 bash[31536]: cluster 2023-12-07T10:46:03.519905+0000 mgr.a (mgr.24293) 2235 : 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-07T10:46:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:07 smithi044 bash[32620]: cluster 2023-12-07T10:46:05.520591+0000 mgr.a (mgr.24293) 2236 : cluster 0 pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:07 smithi022 bash[28554]: cluster 2023-12-07T10:46:05.520591+0000 mgr.a (mgr.24293) 2236 : cluster 0 pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:07 smithi027 bash[31536]: cluster 2023-12-07T10:46:05.520591+0000 mgr.a (mgr.24293) 2236 : cluster 0 pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:08.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:08.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:08.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:09.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:09.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:09.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:09.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:09.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:09 smithi044 bash[32620]: cluster 2023-12-07T10:46:07.521204+0000 mgr.a (mgr.24293) 2237 : cluster 0 pgmap v1667: 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-07T10:46:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:09 smithi022 bash[28554]: cluster 2023-12-07T10:46:07.521204+0000 mgr.a (mgr.24293) 2237 : cluster 0 pgmap v1667: 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-07T10:46:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:09 smithi027 bash[31536]: cluster 2023-12-07T10:46:07.521204+0000 mgr.a (mgr.24293) 2237 : cluster 0 pgmap v1667: 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-07T10:46:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:10 smithi027 bash[31536]: audit 2023-12-07T10:46:08.724297+0000 mgr.a (mgr.24293) 2238 : audit 0 from='client.56781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:10 smithi044 bash[32620]: audit 2023-12-07T10:46:08.724297+0000 mgr.a (mgr.24293) 2238 : audit 0 from='client.56781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:10.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:10 smithi022 bash[28554]: audit 2023-12-07T10:46:08.724297+0000 mgr.a (mgr.24293) 2238 : audit 0 from='client.56781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:11 smithi027 bash[31536]: cluster 2023-12-07T10:46:09.521941+0000 mgr.a (mgr.24293) 2239 : 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-07T10:46:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:11 smithi044 bash[32620]: cluster 2023-12-07T10:46:09.521941+0000 mgr.a (mgr.24293) 2239 : 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-07T10:46:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:11 smithi022 bash[28554]: cluster 2023-12-07T10:46:09.521941+0000 mgr.a (mgr.24293) 2239 : 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-07T10:46:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:13 smithi027 bash[31536]: cluster 2023-12-07T10:46:11.522783+0000 mgr.a (mgr.24293) 2240 : 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-07T10:46:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:13 smithi044 bash[32620]: cluster 2023-12-07T10:46:11.522783+0000 mgr.a (mgr.24293) 2240 : 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-07T10:46:13.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:13 smithi022 bash[28554]: cluster 2023-12-07T10:46:11.522783+0000 mgr.a (mgr.24293) 2240 : 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-07T10:46:14.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:14.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:14.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:15.212 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:15.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:15.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:15.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:15.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:15 smithi027 bash[31536]: cluster 2023-12-07T10:46:13.523350+0000 mgr.a (mgr.24293) 2241 : 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-07T10:46:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:15 smithi044 bash[32620]: cluster 2023-12-07T10:46:13.523350+0000 mgr.a (mgr.24293) 2241 : 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-07T10:46:15.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:15 smithi022 bash[28554]: cluster 2023-12-07T10:46:13.523350+0000 mgr.a (mgr.24293) 2241 : 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-07T10:46:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:16 smithi044 bash[32620]: audit 2023-12-07T10:46:14.662840+0000 mgr.a (mgr.24293) 2242 : audit 0 from='client.56856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:16.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:16 smithi022 bash[28554]: audit 2023-12-07T10:46:14.662840+0000 mgr.a (mgr.24293) 2242 : audit 0 from='client.56856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:16 smithi027 bash[31536]: audit 2023-12-07T10:46:14.662840+0000 mgr.a (mgr.24293) 2242 : audit 0 from='client.56856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:17 smithi044 bash[32620]: cluster 2023-12-07T10:46:15.524216+0000 mgr.a (mgr.24293) 2243 : cluster 0 pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:17 smithi022 bash[28554]: cluster 2023-12-07T10:46:15.524216+0000 mgr.a (mgr.24293) 2243 : cluster 0 pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:17 smithi027 bash[31536]: cluster 2023-12-07T10:46:15.524216+0000 mgr.a (mgr.24293) 2243 : cluster 0 pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:19 smithi044 bash[32620]: cluster 2023-12-07T10:46:17.524921+0000 mgr.a (mgr.24293) 2244 : cluster 0 pgmap v1672: 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-07T10:46:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:19 smithi022 bash[28554]: cluster 2023-12-07T10:46:17.524921+0000 mgr.a (mgr.24293) 2244 : cluster 0 pgmap v1672: 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-07T10:46:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:19 smithi027 bash[31536]: cluster 2023-12-07T10:46:17.524921+0000 mgr.a (mgr.24293) 2244 : cluster 0 pgmap v1672: 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-07T10:46:20.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:20.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:20.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:21.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:21.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:21.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:21.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:21.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:21 smithi044 bash[32620]: cluster 2023-12-07T10:46:19.525487+0000 mgr.a (mgr.24293) 2245 : 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-07T10:46:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:21 smithi022 bash[28554]: cluster 2023-12-07T10:46:19.525487+0000 mgr.a (mgr.24293) 2245 : 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-07T10:46:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:21 smithi027 bash[31536]: cluster 2023-12-07T10:46:19.525487+0000 mgr.a (mgr.24293) 2245 : 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-07T10:46:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:22 smithi044 bash[32620]: audit 2023-12-07T10:46:20.625185+0000 mgr.a (mgr.24293) 2246 : audit 0 from='client.56931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:22 smithi022 bash[28554]: audit 2023-12-07T10:46:20.625185+0000 mgr.a (mgr.24293) 2246 : audit 0 from='client.56931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:22.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:22 smithi027 bash[31536]: audit 2023-12-07T10:46:20.625185+0000 mgr.a (mgr.24293) 2246 : audit 0 from='client.56931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:23 smithi044 bash[32620]: cluster 2023-12-07T10:46:21.526574+0000 mgr.a (mgr.24293) 2247 : cluster 0 pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:23 smithi022 bash[28554]: cluster 2023-12-07T10:46:21.526574+0000 mgr.a (mgr.24293) 2247 : cluster 0 pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:23 smithi027 bash[31536]: cluster 2023-12-07T10:46:21.526574+0000 mgr.a (mgr.24293) 2247 : cluster 0 pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:25 smithi044 bash[32620]: cluster 2023-12-07T10:46:23.527138+0000 mgr.a (mgr.24293) 2248 : cluster 0 pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:25 smithi022 bash[28554]: cluster 2023-12-07T10:46:23.527138+0000 mgr.a (mgr.24293) 2248 : cluster 0 pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:25 smithi027 bash[31536]: cluster 2023-12-07T10:46:23.527138+0000 mgr.a (mgr.24293) 2248 : cluster 0 pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:26.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:26.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:26.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:27.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:27.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:27 smithi044 bash[32620]: cluster 2023-12-07T10:46:25.527847+0000 mgr.a (mgr.24293) 2249 : cluster 0 pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:46:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:27 smithi022 bash[28554]: cluster 2023-12-07T10:46:25.527847+0000 mgr.a (mgr.24293) 2249 : cluster 0 pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:46:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:27 smithi027 bash[31536]: cluster 2023-12-07T10:46:25.527847+0000 mgr.a (mgr.24293) 2249 : cluster 0 pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:46:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:28 smithi044 bash[32620]: audit 2023-12-07T10:46:26.556443+0000 mgr.a (mgr.24293) 2250 : audit 0 from='client.57009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:28 smithi022 bash[28554]: audit 2023-12-07T10:46:26.556443+0000 mgr.a (mgr.24293) 2250 : audit 0 from='client.57009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:28 smithi027 bash[31536]: audit 2023-12-07T10:46:26.556443+0000 mgr.a (mgr.24293) 2250 : audit 0 from='client.57009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:29 smithi044 bash[32620]: cluster 2023-12-07T10:46:27.528839+0000 mgr.a (mgr.24293) 2251 : cluster 0 pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:46:29.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:29 smithi022 bash[28554]: cluster 2023-12-07T10:46:27.528839+0000 mgr.a (mgr.24293) 2251 : cluster 0 pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:46:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:29 smithi027 bash[31536]: cluster 2023-12-07T10:46:27.528839+0000 mgr.a (mgr.24293) 2251 : cluster 0 pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:46:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:31 smithi044 bash[32620]: cluster 2023-12-07T10:46:29.529492+0000 mgr.a (mgr.24293) 2252 : 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-07T10:46:31.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:31 smithi022 bash[28554]: cluster 2023-12-07T10:46:29.529492+0000 mgr.a (mgr.24293) 2252 : 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-07T10:46:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:31 smithi027 bash[31536]: cluster 2023-12-07T10:46:29.529492+0000 mgr.a (mgr.24293) 2252 : 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-07T10:46:32.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:32.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:32.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:33.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:33.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:33.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:33.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:33.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:33 smithi044 bash[32620]: cluster 2023-12-07T10:46:31.530345+0000 mgr.a (mgr.24293) 2253 : 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-07T10:46:33.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:33 smithi022 bash[28554]: cluster 2023-12-07T10:46:31.530345+0000 mgr.a (mgr.24293) 2253 : 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-07T10:46:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:33 smithi027 bash[31536]: cluster 2023-12-07T10:46:31.530345+0000 mgr.a (mgr.24293) 2253 : 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-07T10:46:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:34 smithi044 bash[32620]: audit 2023-12-07T10:46:32.535613+0000 mgr.a (mgr.24293) 2254 : audit 0 from='client.57087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:34.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:34 smithi022 bash[28554]: audit 2023-12-07T10:46:32.535613+0000 mgr.a (mgr.24293) 2254 : audit 0 from='client.57087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:34 smithi027 bash[31536]: audit 2023-12-07T10:46:32.535613+0000 mgr.a (mgr.24293) 2254 : audit 0 from='client.57087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:35 smithi044 bash[32620]: cluster 2023-12-07T10:46:33.531190+0000 mgr.a (mgr.24293) 2255 : cluster 0 pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:35 smithi022 bash[28554]: cluster 2023-12-07T10:46:33.531190+0000 mgr.a (mgr.24293) 2255 : cluster 0 pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:35 smithi027 bash[31536]: cluster 2023-12-07T10:46:33.531190+0000 mgr.a (mgr.24293) 2255 : cluster 0 pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:37 smithi044 bash[32620]: cluster 2023-12-07T10:46:35.531958+0000 mgr.a (mgr.24293) 2256 : cluster 0 pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:37.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:37 smithi022 bash[28554]: cluster 2023-12-07T10:46:35.531958+0000 mgr.a (mgr.24293) 2256 : cluster 0 pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:37 smithi027 bash[31536]: cluster 2023-12-07T10:46:35.531958+0000 mgr.a (mgr.24293) 2256 : cluster 0 pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:38.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:38.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:38.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:38.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:38.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:38.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:38.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:38.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:39 smithi044 bash[32620]: cluster 2023-12-07T10:46:37.532601+0000 mgr.a (mgr.24293) 2257 : cluster 0 pgmap v1682: 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-07T10:46:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:39 smithi044 bash[32620]: audit 2023-12-07T10:46:38.470898+0000 mgr.a (mgr.24293) 2258 : audit 0 from='client.57162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:39 smithi022 bash[28554]: cluster 2023-12-07T10:46:37.532601+0000 mgr.a (mgr.24293) 2257 : cluster 0 pgmap v1682: 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-07T10:46:39.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:39 smithi022 bash[28554]: audit 2023-12-07T10:46:38.470898+0000 mgr.a (mgr.24293) 2258 : audit 0 from='client.57162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:39 smithi027 bash[31536]: cluster 2023-12-07T10:46:37.532601+0000 mgr.a (mgr.24293) 2257 : cluster 0 pgmap v1682: 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-07T10:46:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:39 smithi027 bash[31536]: audit 2023-12-07T10:46:38.470898+0000 mgr.a (mgr.24293) 2258 : audit 0 from='client.57162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:41 smithi044 bash[32620]: cluster 2023-12-07T10:46:39.533289+0000 mgr.a (mgr.24293) 2259 : 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-07T10:46:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:41 smithi022 bash[28554]: cluster 2023-12-07T10:46:39.533289+0000 mgr.a (mgr.24293) 2259 : 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-07T10:46:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:41 smithi027 bash[31536]: cluster 2023-12-07T10:46:39.533289+0000 mgr.a (mgr.24293) 2259 : 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-07T10:46:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:42 smithi044 bash[32620]: audit 2023-12-07T10:46:42.188674+0000 mon.a (mon.0) 772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:46:42.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:42 smithi022 bash[28554]: audit 2023-12-07T10:46:42.188674+0000 mon.a (mon.0) 772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:46:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:42 smithi027 bash[31536]: audit 2023-12-07T10:46:42.188674+0000 mon.a (mon.0) 772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:46:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:43 smithi044 bash[32620]: cluster 2023-12-07T10:46:41.534094+0000 mgr.a (mgr.24293) 2260 : 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-07T10:46:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:43 smithi044 bash[32620]: audit 2023-12-07T10:46:42.720404+0000 mon.a (mon.0) 773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:43 smithi044 bash[32620]: audit 2023-12-07T10:46:42.726356+0000 mon.a (mon.0) 774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:43 smithi044 bash[32620]: audit 2023-12-07T10:46:43.457887+0000 mon.a (mon.0) 775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:46:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:43 smithi044 bash[32620]: audit 2023-12-07T10:46:43.459647+0000 mon.a (mon.0) 776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:46:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:43 smithi044 bash[32620]: audit 2023-12-07T10:46:43.468597+0000 mon.a (mon.0) 777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:43 smithi022 bash[28554]: cluster 2023-12-07T10:46:41.534094+0000 mgr.a (mgr.24293) 2260 : 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-07T10:46:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:43 smithi022 bash[28554]: audit 2023-12-07T10:46:42.720404+0000 mon.a (mon.0) 773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:43 smithi022 bash[28554]: audit 2023-12-07T10:46:42.726356+0000 mon.a (mon.0) 774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:43 smithi022 bash[28554]: audit 2023-12-07T10:46:43.457887+0000 mon.a (mon.0) 775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:46:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:43 smithi022 bash[28554]: audit 2023-12-07T10:46:43.459647+0000 mon.a (mon.0) 776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:46:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:43 smithi022 bash[28554]: audit 2023-12-07T10:46:43.468597+0000 mon.a (mon.0) 777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:43 smithi027 bash[31536]: cluster 2023-12-07T10:46:41.534094+0000 mgr.a (mgr.24293) 2260 : 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-07T10:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:43 smithi027 bash[31536]: audit 2023-12-07T10:46:42.720404+0000 mon.a (mon.0) 773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:43 smithi027 bash[31536]: audit 2023-12-07T10:46:42.726356+0000 mon.a (mon.0) 774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:43 smithi027 bash[31536]: audit 2023-12-07T10:46:43.457887+0000 mon.a (mon.0) 775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:43 smithi027 bash[31536]: audit 2023-12-07T10:46:43.459647+0000 mon.a (mon.0) 776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:43 smithi027 bash[31536]: audit 2023-12-07T10:46:43.468597+0000 mon.a (mon.0) 777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:46:43.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:43.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:43.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:44.941 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:44.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:44.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:44.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:44.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:44 smithi044 bash[32620]: cluster 2023-12-07T10:46:43.534626+0000 mgr.a (mgr.24293) 2261 : 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-07T10:46:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:44 smithi044 bash[32620]: audit 2023-12-07T10:46:44.391587+0000 mgr.a (mgr.24293) 2262 : audit 0 from='client.57237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:45.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:44 smithi022 bash[28554]: cluster 2023-12-07T10:46:43.534626+0000 mgr.a (mgr.24293) 2261 : 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-07T10:46:45.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:44 smithi022 bash[28554]: audit 2023-12-07T10:46:44.391587+0000 mgr.a (mgr.24293) 2262 : audit 0 from='client.57237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:44 smithi027 bash[31536]: cluster 2023-12-07T10:46:43.534626+0000 mgr.a (mgr.24293) 2261 : 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-07T10:46:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:44 smithi027 bash[31536]: audit 2023-12-07T10:46:44.391587+0000 mgr.a (mgr.24293) 2262 : audit 0 from='client.57237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:46 smithi044 bash[32620]: cluster 2023-12-07T10:46:45.535442+0000 mgr.a (mgr.24293) 2263 : cluster 0 pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:47.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:46 smithi022 bash[28554]: cluster 2023-12-07T10:46:45.535442+0000 mgr.a (mgr.24293) 2263 : cluster 0 pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:46 smithi027 bash[31536]: cluster 2023-12-07T10:46:45.535442+0000 mgr.a (mgr.24293) 2263 : cluster 0 pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:46:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:48 smithi044 bash[32620]: cluster 2023-12-07T10:46:47.536096+0000 mgr.a (mgr.24293) 2264 : cluster 0 pgmap v1687: 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-07T10:46:49.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:48 smithi022 bash[28554]: cluster 2023-12-07T10:46:47.536096+0000 mgr.a (mgr.24293) 2264 : cluster 0 pgmap v1687: 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-07T10:46:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:48 smithi027 bash[31536]: cluster 2023-12-07T10:46:47.536096+0000 mgr.a (mgr.24293) 2264 : cluster 0 pgmap v1687: 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-07T10:46:49.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:49.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:49.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:50.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:50 smithi044 bash[32620]: cluster 2023-12-07T10:46:49.536660+0000 mgr.a (mgr.24293) 2265 : 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-07T10:46:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:50 smithi044 bash[32620]: audit 2023-12-07T10:46:50.357312+0000 mgr.a (mgr.24293) 2266 : audit 0 from='client.57315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:51.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:50 smithi022 bash[28554]: cluster 2023-12-07T10:46:49.536660+0000 mgr.a (mgr.24293) 2265 : 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-07T10:46:51.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:50 smithi022 bash[28554]: audit 2023-12-07T10:46:50.357312+0000 mgr.a (mgr.24293) 2266 : audit 0 from='client.57315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:50 smithi027 bash[31536]: cluster 2023-12-07T10:46:49.536660+0000 mgr.a (mgr.24293) 2265 : 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-07T10:46:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:50 smithi027 bash[31536]: audit 2023-12-07T10:46:50.357312+0000 mgr.a (mgr.24293) 2266 : audit 0 from='client.57315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:52 smithi044 bash[32620]: cluster 2023-12-07T10:46:51.537875+0000 mgr.a (mgr.24293) 2267 : cluster 0 pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:53.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:52 smithi022 bash[28554]: cluster 2023-12-07T10:46:51.537875+0000 mgr.a (mgr.24293) 2267 : cluster 0 pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:52 smithi027 bash[31536]: cluster 2023-12-07T10:46:51.537875+0000 mgr.a (mgr.24293) 2267 : cluster 0 pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:54 smithi044 bash[32620]: cluster 2023-12-07T10:46:53.538528+0000 mgr.a (mgr.24293) 2268 : cluster 0 pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:55.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:54 smithi022 bash[28554]: cluster 2023-12-07T10:46:53.538528+0000 mgr.a (mgr.24293) 2268 : cluster 0 pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:54 smithi027 bash[31536]: cluster 2023-12-07T10:46:53.538528+0000 mgr.a (mgr.24293) 2268 : cluster 0 pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:55.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:46:55.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:55.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:56.825 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:46:56.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:56.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:56.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:56.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:46:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:56 smithi044 bash[32620]: cluster 2023-12-07T10:46:55.539205+0000 mgr.a (mgr.24293) 2269 : cluster 0 pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:46:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:56 smithi044 bash[32620]: audit 2023-12-07T10:46:56.301487+0000 mgr.a (mgr.24293) 2270 : audit 0 from='client.57387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:57.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:56 smithi022 bash[28554]: cluster 2023-12-07T10:46:55.539205+0000 mgr.a (mgr.24293) 2269 : cluster 0 pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:46:57.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:56 smithi022 bash[28554]: audit 2023-12-07T10:46:56.301487+0000 mgr.a (mgr.24293) 2270 : audit 0 from='client.57387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:56 smithi027 bash[31536]: cluster 2023-12-07T10:46:55.539205+0000 mgr.a (mgr.24293) 2269 : cluster 0 pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:46:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:56 smithi027 bash[31536]: audit 2023-12-07T10:46:56.301487+0000 mgr.a (mgr.24293) 2270 : audit 0 from='client.57387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:46:58 smithi044 bash[32620]: cluster 2023-12-07T10:46:57.540082+0000 mgr.a (mgr.24293) 2271 : cluster 0 pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:46:59.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:46:58 smithi022 bash[28554]: cluster 2023-12-07T10:46:57.540082+0000 mgr.a (mgr.24293) 2271 : cluster 0 pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:46:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:46:58 smithi027 bash[31536]: cluster 2023-12-07T10:46:57.540082+0000 mgr.a (mgr.24293) 2271 : cluster 0 pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:47:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:00 smithi044 bash[32620]: cluster 2023-12-07T10:46:59.540658+0000 mgr.a (mgr.24293) 2272 : 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-07T10:47:01.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:00 smithi022 bash[28554]: cluster 2023-12-07T10:46:59.540658+0000 mgr.a (mgr.24293) 2272 : 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-07T10:47:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:00 smithi027 bash[31536]: cluster 2023-12-07T10:46:59.540658+0000 mgr.a (mgr.24293) 2272 : 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-07T10:47:01.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:01.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:01.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:02.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:02.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:02.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:02.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:02.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:02 smithi044 bash[32620]: cluster 2023-12-07T10:47:01.541453+0000 mgr.a (mgr.24293) 2273 : 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-07T10:47:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:02 smithi044 bash[32620]: audit 2023-12-07T10:47:02.240424+0000 mgr.a (mgr.24293) 2274 : audit 0 from='client.57462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:03.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:02 smithi022 bash[28554]: cluster 2023-12-07T10:47:01.541453+0000 mgr.a (mgr.24293) 2273 : 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-07T10:47:03.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:02 smithi022 bash[28554]: audit 2023-12-07T10:47:02.240424+0000 mgr.a (mgr.24293) 2274 : audit 0 from='client.57462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:02 smithi027 bash[31536]: cluster 2023-12-07T10:47:01.541453+0000 mgr.a (mgr.24293) 2273 : 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-07T10:47:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:02 smithi027 bash[31536]: audit 2023-12-07T10:47:02.240424+0000 mgr.a (mgr.24293) 2274 : audit 0 from='client.57462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:04 smithi044 bash[32620]: cluster 2023-12-07T10:47:03.542162+0000 mgr.a (mgr.24293) 2275 : cluster 0 pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:04 smithi022 bash[28554]: cluster 2023-12-07T10:47:03.542162+0000 mgr.a (mgr.24293) 2275 : cluster 0 pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:04 smithi027 bash[31536]: cluster 2023-12-07T10:47:03.542162+0000 mgr.a (mgr.24293) 2275 : cluster 0 pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:06 smithi044 bash[32620]: cluster 2023-12-07T10:47:05.542942+0000 mgr.a (mgr.24293) 2276 : cluster 0 pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:06 smithi022 bash[28554]: cluster 2023-12-07T10:47:05.542942+0000 mgr.a (mgr.24293) 2276 : cluster 0 pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:06 smithi027 bash[31536]: cluster 2023-12-07T10:47:05.542942+0000 mgr.a (mgr.24293) 2276 : cluster 0 pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:07.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:07.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:07.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:08.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:08.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:08.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:08.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:08.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:08 smithi044 bash[32620]: cluster 2023-12-07T10:47:07.543648+0000 mgr.a (mgr.24293) 2277 : cluster 0 pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:47:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:08 smithi044 bash[32620]: audit 2023-12-07T10:47:08.181028+0000 mgr.a (mgr.24293) 2278 : audit 0 from='client.57537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:09.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:08 smithi022 bash[28554]: cluster 2023-12-07T10:47:07.543648+0000 mgr.a (mgr.24293) 2277 : cluster 0 pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:47:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:08 smithi022 bash[28554]: audit 2023-12-07T10:47:08.181028+0000 mgr.a (mgr.24293) 2278 : audit 0 from='client.57537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:08 smithi027 bash[31536]: cluster 2023-12-07T10:47:07.543648+0000 mgr.a (mgr.24293) 2277 : cluster 0 pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:47:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:08 smithi027 bash[31536]: audit 2023-12-07T10:47:08.181028+0000 mgr.a (mgr.24293) 2278 : audit 0 from='client.57537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:10 smithi044 bash[32620]: cluster 2023-12-07T10:47:09.544350+0000 mgr.a (mgr.24293) 2279 : 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-07T10:47:11.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:10 smithi022 bash[28554]: cluster 2023-12-07T10:47:09.544350+0000 mgr.a (mgr.24293) 2279 : 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-07T10:47:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:10 smithi027 bash[31536]: cluster 2023-12-07T10:47:09.544350+0000 mgr.a (mgr.24293) 2279 : 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-07T10:47:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:12 smithi044 bash[32620]: cluster 2023-12-07T10:47:11.545193+0000 mgr.a (mgr.24293) 2280 : 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-07T10:47:13.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:12 smithi022 bash[28554]: cluster 2023-12-07T10:47:11.545193+0000 mgr.a (mgr.24293) 2280 : 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-07T10:47:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:12 smithi027 bash[31536]: cluster 2023-12-07T10:47:11.545193+0000 mgr.a (mgr.24293) 2280 : 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-07T10:47:13.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:13.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:13.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:14.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:14.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:14.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:14.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:14.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:14 smithi044 bash[32620]: cluster 2023-12-07T10:47:13.545817+0000 mgr.a (mgr.24293) 2281 : 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-07T10:47:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:14 smithi044 bash[32620]: audit 2023-12-07T10:47:14.133968+0000 mgr.a (mgr.24293) 2282 : audit 0 from='client.57612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:15.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:14 smithi022 bash[28554]: cluster 2023-12-07T10:47:13.545817+0000 mgr.a (mgr.24293) 2281 : 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-07T10:47:15.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:14 smithi022 bash[28554]: audit 2023-12-07T10:47:14.133968+0000 mgr.a (mgr.24293) 2282 : audit 0 from='client.57612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:14 smithi027 bash[31536]: cluster 2023-12-07T10:47:13.545817+0000 mgr.a (mgr.24293) 2281 : 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-07T10:47:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:14 smithi027 bash[31536]: audit 2023-12-07T10:47:14.133968+0000 mgr.a (mgr.24293) 2282 : audit 0 from='client.57612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:16 smithi044 bash[32620]: cluster 2023-12-07T10:47:15.546680+0000 mgr.a (mgr.24293) 2283 : cluster 0 pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:47:17.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:16 smithi022 bash[28554]: cluster 2023-12-07T10:47:15.546680+0000 mgr.a (mgr.24293) 2283 : cluster 0 pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:47:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:16 smithi027 bash[31536]: cluster 2023-12-07T10:47:15.546680+0000 mgr.a (mgr.24293) 2283 : cluster 0 pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:47:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:18 smithi044 bash[32620]: cluster 2023-12-07T10:47:17.547373+0000 mgr.a (mgr.24293) 2284 : cluster 0 pgmap v1702: 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-07T10:47:19.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:18 smithi022 bash[28554]: cluster 2023-12-07T10:47:17.547373+0000 mgr.a (mgr.24293) 2284 : cluster 0 pgmap v1702: 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-07T10:47:19.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:18 smithi027 bash[31536]: cluster 2023-12-07T10:47:17.547373+0000 mgr.a (mgr.24293) 2284 : cluster 0 pgmap v1702: 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-07T10:47:19.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:19.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:19.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:20.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:20.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:20.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:20.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:20.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:20 smithi044 bash[32620]: cluster 2023-12-07T10:47:19.547948+0000 mgr.a (mgr.24293) 2285 : 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-07T10:47:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:20 smithi044 bash[32620]: audit 2023-12-07T10:47:20.066862+0000 mgr.a (mgr.24293) 2286 : audit 0 from='client.57838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:21.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:20 smithi022 bash[28554]: cluster 2023-12-07T10:47:19.547948+0000 mgr.a (mgr.24293) 2285 : 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-07T10:47:21.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:20 smithi022 bash[28554]: audit 2023-12-07T10:47:20.066862+0000 mgr.a (mgr.24293) 2286 : audit 0 from='client.57838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:20 smithi027 bash[31536]: cluster 2023-12-07T10:47:19.547948+0000 mgr.a (mgr.24293) 2285 : 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-07T10:47:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:20 smithi027 bash[31536]: audit 2023-12-07T10:47:20.066862+0000 mgr.a (mgr.24293) 2286 : audit 0 from='client.57838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:22 smithi044 bash[32620]: cluster 2023-12-07T10:47:21.548849+0000 mgr.a (mgr.24293) 2287 : cluster 0 pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:47:23.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:22 smithi022 bash[28554]: cluster 2023-12-07T10:47:21.548849+0000 mgr.a (mgr.24293) 2287 : cluster 0 pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:47:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:22 smithi027 bash[31536]: cluster 2023-12-07T10:47:21.548849+0000 mgr.a (mgr.24293) 2287 : cluster 0 pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:47:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:24 smithi044 bash[32620]: cluster 2023-12-07T10:47:23.549425+0000 mgr.a (mgr.24293) 2288 : cluster 0 pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:25.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:24 smithi022 bash[28554]: cluster 2023-12-07T10:47:23.549425+0000 mgr.a (mgr.24293) 2288 : cluster 0 pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:24 smithi027 bash[31536]: cluster 2023-12-07T10:47:23.549425+0000 mgr.a (mgr.24293) 2288 : cluster 0 pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:25.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:25.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:25.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:26.501 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:26.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:26.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:26.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:26.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:26 smithi044 bash[32620]: cluster 2023-12-07T10:47:25.550108+0000 mgr.a (mgr.24293) 2289 : cluster 0 pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:26 smithi044 bash[32620]: audit 2023-12-07T10:47:26.008171+0000 mgr.a (mgr.24293) 2290 : audit 0 from='client.57762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:27.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:26 smithi022 bash[28554]: cluster 2023-12-07T10:47:25.550108+0000 mgr.a (mgr.24293) 2289 : cluster 0 pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:27.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:26 smithi022 bash[28554]: audit 2023-12-07T10:47:26.008171+0000 mgr.a (mgr.24293) 2290 : audit 0 from='client.57762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:26 smithi027 bash[31536]: cluster 2023-12-07T10:47:25.550108+0000 mgr.a (mgr.24293) 2289 : cluster 0 pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:26 smithi027 bash[31536]: audit 2023-12-07T10:47:26.008171+0000 mgr.a (mgr.24293) 2290 : audit 0 from='client.57762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:28 smithi044 bash[32620]: cluster 2023-12-07T10:47:27.550982+0000 mgr.a (mgr.24293) 2291 : cluster 0 pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:47:29.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:28 smithi022 bash[28554]: cluster 2023-12-07T10:47:27.550982+0000 mgr.a (mgr.24293) 2291 : cluster 0 pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:47:29.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:28 smithi027 bash[31536]: cluster 2023-12-07T10:47:27.550982+0000 mgr.a (mgr.24293) 2291 : cluster 0 pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:47:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:30 smithi044 bash[32620]: cluster 2023-12-07T10:47:29.551607+0000 mgr.a (mgr.24293) 2292 : cluster 0 pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:31.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:30 smithi022 bash[28554]: cluster 2023-12-07T10:47:29.551607+0000 mgr.a (mgr.24293) 2292 : cluster 0 pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:30 smithi027 bash[31536]: cluster 2023-12-07T10:47:29.551607+0000 mgr.a (mgr.24293) 2292 : cluster 0 pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:31.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:31.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:31.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:32.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:32.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:32.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:32.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:32.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:32 smithi044 bash[32620]: cluster 2023-12-07T10:47:31.552342+0000 mgr.a (mgr.24293) 2293 : 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-07T10:47:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:32 smithi044 bash[32620]: audit 2023-12-07T10:47:31.919912+0000 mgr.a (mgr.24293) 2294 : audit 0 from='client.57837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:32 smithi022 bash[28554]: cluster 2023-12-07T10:47:31.552342+0000 mgr.a (mgr.24293) 2293 : 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-07T10:47:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:32 smithi022 bash[28554]: audit 2023-12-07T10:47:31.919912+0000 mgr.a (mgr.24293) 2294 : audit 0 from='client.57837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:32 smithi027 bash[31536]: cluster 2023-12-07T10:47:31.552342+0000 mgr.a (mgr.24293) 2293 : 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-07T10:47:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:32 smithi027 bash[31536]: audit 2023-12-07T10:47:31.919912+0000 mgr.a (mgr.24293) 2294 : audit 0 from='client.57837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:34 smithi044 bash[32620]: cluster 2023-12-07T10:47:33.553006+0000 mgr.a (mgr.24293) 2295 : cluster 0 pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:34 smithi022 bash[28554]: cluster 2023-12-07T10:47:33.553006+0000 mgr.a (mgr.24293) 2295 : cluster 0 pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:34 smithi027 bash[31536]: cluster 2023-12-07T10:47:33.553006+0000 mgr.a (mgr.24293) 2295 : cluster 0 pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:36 smithi044 bash[32620]: cluster 2023-12-07T10:47:35.553786+0000 mgr.a (mgr.24293) 2296 : cluster 0 pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:37.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:36 smithi022 bash[28554]: cluster 2023-12-07T10:47:35.553786+0000 mgr.a (mgr.24293) 2296 : cluster 0 pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:36 smithi027 bash[31536]: cluster 2023-12-07T10:47:35.553786+0000 mgr.a (mgr.24293) 2296 : cluster 0 pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:37.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:37.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:37.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:38.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:38.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:38.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:38.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:38.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:38 smithi044 bash[32620]: cluster 2023-12-07T10:47:37.554324+0000 mgr.a (mgr.24293) 2297 : cluster 0 pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:38 smithi044 bash[32620]: audit 2023-12-07T10:47:37.833968+0000 mgr.a (mgr.24293) 2298 : audit 0 from='client.57912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:39.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:38 smithi022 bash[28554]: cluster 2023-12-07T10:47:37.554324+0000 mgr.a (mgr.24293) 2297 : cluster 0 pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:39.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:38 smithi022 bash[28554]: audit 2023-12-07T10:47:37.833968+0000 mgr.a (mgr.24293) 2298 : audit 0 from='client.57912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:38 smithi027 bash[31536]: cluster 2023-12-07T10:47:37.554324+0000 mgr.a (mgr.24293) 2297 : cluster 0 pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:38 smithi027 bash[31536]: audit 2023-12-07T10:47:37.833968+0000 mgr.a (mgr.24293) 2298 : audit 0 from='client.57912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:40 smithi044 bash[32620]: cluster 2023-12-07T10:47:39.554962+0000 mgr.a (mgr.24293) 2299 : cluster 0 pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:41.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:40 smithi022 bash[28554]: cluster 2023-12-07T10:47:39.554962+0000 mgr.a (mgr.24293) 2299 : cluster 0 pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:40 smithi027 bash[31536]: cluster 2023-12-07T10:47:39.554962+0000 mgr.a (mgr.24293) 2299 : cluster 0 pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:42 smithi044 bash[32620]: cluster 2023-12-07T10:47:41.555796+0000 mgr.a (mgr.24293) 2300 : cluster 0 pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:43.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:42 smithi022 bash[28554]: cluster 2023-12-07T10:47:41.555796+0000 mgr.a (mgr.24293) 2300 : cluster 0 pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:42 smithi027 bash[31536]: cluster 2023-12-07T10:47:41.555796+0000 mgr.a (mgr.24293) 2300 : cluster 0 pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:43.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:43.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:43.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:43 smithi044 bash[32620]: audit 2023-12-07T10:47:43.571841+0000 mon.a (mon.0) 778 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:47:44.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:43 smithi022 bash[28554]: audit 2023-12-07T10:47:43.571841+0000 mon.a (mon.0) 778 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:47:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:43 smithi027 bash[31536]: audit 2023-12-07T10:47:43.571841+0000 mon.a (mon.0) 778 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:47:44.317 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:44.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:44.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:44.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:44.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:45 smithi044 bash[32620]: cluster 2023-12-07T10:47:43.556298+0000 mgr.a (mgr.24293) 2301 : 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-07T10:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:45 smithi044 bash[32620]: audit 2023-12-07T10:47:43.784115+0000 mgr.a (mgr.24293) 2302 : audit 0 from='client.57987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:45 smithi044 bash[32620]: audit 2023-12-07T10:47:44.105542+0000 mon.a (mon.0) 779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:45 smithi044 bash[32620]: audit 2023-12-07T10:47:44.111556+0000 mon.a (mon.0) 780 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:45 smithi044 bash[32620]: audit 2023-12-07T10:47:44.115925+0000 mon.a (mon.0) 781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:45 smithi044 bash[32620]: audit 2023-12-07T10:47:44.122549+0000 mon.a (mon.0) 782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:45 smithi022 bash[28554]: cluster 2023-12-07T10:47:43.556298+0000 mgr.a (mgr.24293) 2301 : 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-07T10:47:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:45 smithi022 bash[28554]: audit 2023-12-07T10:47:43.784115+0000 mgr.a (mgr.24293) 2302 : audit 0 from='client.57987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:45 smithi022 bash[28554]: audit 2023-12-07T10:47:44.105542+0000 mon.a (mon.0) 779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:45 smithi022 bash[28554]: audit 2023-12-07T10:47:44.111556+0000 mon.a (mon.0) 780 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:45 smithi022 bash[28554]: audit 2023-12-07T10:47:44.115925+0000 mon.a (mon.0) 781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:45 smithi022 bash[28554]: audit 2023-12-07T10:47:44.122549+0000 mon.a (mon.0) 782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:45 smithi027 bash[31536]: cluster 2023-12-07T10:47:43.556298+0000 mgr.a (mgr.24293) 2301 : 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-07T10:47:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:45 smithi027 bash[31536]: audit 2023-12-07T10:47:43.784115+0000 mgr.a (mgr.24293) 2302 : audit 0 from='client.57987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:45 smithi027 bash[31536]: audit 2023-12-07T10:47:44.105542+0000 mon.a (mon.0) 779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:45 smithi027 bash[31536]: audit 2023-12-07T10:47:44.111556+0000 mon.a (mon.0) 780 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:45 smithi027 bash[31536]: audit 2023-12-07T10:47:44.115925+0000 mon.a (mon.0) 781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:45 smithi027 bash[31536]: audit 2023-12-07T10:47:44.122549+0000 mon.a (mon.0) 782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:47 smithi044 bash[32620]: cluster 2023-12-07T10:47:45.557153+0000 mgr.a (mgr.24293) 2303 : 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-07T10:47:47.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:47 smithi022 bash[28554]: cluster 2023-12-07T10:47:45.557153+0000 mgr.a (mgr.24293) 2303 : 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-07T10:47:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:47 smithi027 bash[31536]: cluster 2023-12-07T10:47:45.557153+0000 mgr.a (mgr.24293) 2303 : 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-07T10:47:49.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:49.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:49.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:49.410 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:49 smithi022 bash[28554]: cluster 2023-12-07T10:47:47.557890+0000 mgr.a (mgr.24293) 2304 : 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-07T10:47:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:49 smithi044 bash[32620]: cluster 2023-12-07T10:47:47.557890+0000 mgr.a (mgr.24293) 2304 : 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-07T10:47:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:49 smithi027 bash[31536]: cluster 2023-12-07T10:47:47.557890+0000 mgr.a (mgr.24293) 2304 : 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-07T10:47:50.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:50.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:50.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:50.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:50.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:51 smithi044 bash[32620]: cluster 2023-12-07T10:47:49.558591+0000 mgr.a (mgr.24293) 2305 : 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-07T10:47:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:51 smithi044 bash[32620]: audit 2023-12-07T10:47:49.724651+0000 mgr.a (mgr.24293) 2306 : audit 0 from='client.58065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:51.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:51 smithi022 bash[28554]: cluster 2023-12-07T10:47:49.558591+0000 mgr.a (mgr.24293) 2305 : 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-07T10:47:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:51 smithi022 bash[28554]: audit 2023-12-07T10:47:49.724651+0000 mgr.a (mgr.24293) 2306 : audit 0 from='client.58065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:51 smithi027 bash[31536]: cluster 2023-12-07T10:47:49.558591+0000 mgr.a (mgr.24293) 2305 : 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-07T10:47:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:51 smithi027 bash[31536]: audit 2023-12-07T10:47:49.724651+0000 mgr.a (mgr.24293) 2306 : audit 0 from='client.58065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:53 smithi044 bash[32620]: cluster 2023-12-07T10:47:51.559506+0000 mgr.a (mgr.24293) 2307 : 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-07T10:47:53.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:53 smithi022 bash[28554]: cluster 2023-12-07T10:47:51.559506+0000 mgr.a (mgr.24293) 2307 : 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-07T10:47:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:53 smithi027 bash[31536]: cluster 2023-12-07T10:47:51.559506+0000 mgr.a (mgr.24293) 2307 : 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-07T10:47:55.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:47:55.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:55.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:55 smithi027 bash[31536]: cluster 2023-12-07T10:47:53.560018+0000 mgr.a (mgr.24293) 2308 : 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-07T10:47:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:55 smithi027 bash[31536]: audit 2023-12-07T10:47:54.178092+0000 mon.a (mon.0) 783 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:55 smithi027 bash[31536]: audit 2023-12-07T10:47:54.183826+0000 mon.a (mon.0) 784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:55 smithi027 bash[31536]: audit 2023-12-07T10:47:54.185226+0000 mon.a (mon.0) 785 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:47:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:55 smithi027 bash[31536]: audit 2023-12-07T10:47:54.186766+0000 mon.a (mon.0) 786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:47:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:55 smithi027 bash[31536]: audit 2023-12-07T10:47:54.195097+0000 mon.a (mon.0) 787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:55 smithi044 bash[32620]: cluster 2023-12-07T10:47:53.560018+0000 mgr.a (mgr.24293) 2308 : 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-07T10:47:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:55 smithi044 bash[32620]: audit 2023-12-07T10:47:54.178092+0000 mon.a (mon.0) 783 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:55 smithi044 bash[32620]: audit 2023-12-07T10:47:54.183826+0000 mon.a (mon.0) 784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:55 smithi044 bash[32620]: audit 2023-12-07T10:47:54.185226+0000 mon.a (mon.0) 785 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:47:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:55 smithi044 bash[32620]: audit 2023-12-07T10:47:54.186766+0000 mon.a (mon.0) 786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:47:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:55 smithi044 bash[32620]: audit 2023-12-07T10:47:54.195097+0000 mon.a (mon.0) 787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:55 smithi022 bash[28554]: cluster 2023-12-07T10:47:53.560018+0000 mgr.a (mgr.24293) 2308 : 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-07T10:47:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:55 smithi022 bash[28554]: audit 2023-12-07T10:47:54.178092+0000 mon.a (mon.0) 783 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:55 smithi022 bash[28554]: audit 2023-12-07T10:47:54.183826+0000 mon.a (mon.0) 784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:55 smithi022 bash[28554]: audit 2023-12-07T10:47:54.185226+0000 mon.a (mon.0) 785 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:47:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:55 smithi022 bash[28554]: audit 2023-12-07T10:47:54.186766+0000 mon.a (mon.0) 786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:47:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:55 smithi022 bash[28554]: audit 2023-12-07T10:47:54.195097+0000 mon.a (mon.0) 787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:47:56.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:47:56.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:56.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:56.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:56.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:47:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:57 smithi027 bash[31536]: cluster 2023-12-07T10:47:55.560737+0000 mgr.a (mgr.24293) 2309 : cluster 0 pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:57 smithi027 bash[31536]: audit 2023-12-07T10:47:55.631804+0000 mgr.a (mgr.24293) 2310 : audit 0 from='client.58134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:57 smithi044 bash[32620]: cluster 2023-12-07T10:47:55.560737+0000 mgr.a (mgr.24293) 2309 : cluster 0 pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:57 smithi044 bash[32620]: audit 2023-12-07T10:47:55.631804+0000 mgr.a (mgr.24293) 2310 : audit 0 from='client.58134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:57 smithi022 bash[28554]: cluster 2023-12-07T10:47:55.560737+0000 mgr.a (mgr.24293) 2309 : cluster 0 pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:57 smithi022 bash[28554]: audit 2023-12-07T10:47:55.631804+0000 mgr.a (mgr.24293) 2310 : audit 0 from='client.58134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:47:59 smithi027 bash[31536]: cluster 2023-12-07T10:47:57.561396+0000 mgr.a (mgr.24293) 2311 : cluster 0 pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:47:59 smithi044 bash[32620]: cluster 2023-12-07T10:47:57.561396+0000 mgr.a (mgr.24293) 2311 : cluster 0 pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:47:59 smithi022 bash[28554]: cluster 2023-12-07T10:47:57.561396+0000 mgr.a (mgr.24293) 2311 : cluster 0 pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:01.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:01.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:01.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:01 smithi027 bash[31536]: cluster 2023-12-07T10:47:59.561978+0000 mgr.a (mgr.24293) 2312 : cluster 0 pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:01 smithi044 bash[32620]: cluster 2023-12-07T10:47:59.561978+0000 mgr.a (mgr.24293) 2312 : cluster 0 pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:01 smithi022 bash[28554]: cluster 2023-12-07T10:47:59.561978+0000 mgr.a (mgr.24293) 2312 : cluster 0 pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:02.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:02.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:02.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:02.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:02.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:03 smithi027 bash[31536]: cluster 2023-12-07T10:48:01.562523+0000 mgr.a (mgr.24293) 2313 : 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-07T10:48:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:03 smithi027 bash[31536]: audit 2023-12-07T10:48:01.576092+0000 mgr.a (mgr.24293) 2314 : audit 0 from='client.58212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:03 smithi044 bash[32620]: cluster 2023-12-07T10:48:01.562523+0000 mgr.a (mgr.24293) 2313 : 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-07T10:48:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:03 smithi044 bash[32620]: audit 2023-12-07T10:48:01.576092+0000 mgr.a (mgr.24293) 2314 : audit 0 from='client.58212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:03 smithi022 bash[28554]: cluster 2023-12-07T10:48:01.562523+0000 mgr.a (mgr.24293) 2313 : 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-07T10:48:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:03 smithi022 bash[28554]: audit 2023-12-07T10:48:01.576092+0000 mgr.a (mgr.24293) 2314 : audit 0 from='client.58212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:05 smithi027 bash[31536]: cluster 2023-12-07T10:48:03.563146+0000 mgr.a (mgr.24293) 2315 : 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-07T10:48:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:05 smithi044 bash[32620]: cluster 2023-12-07T10:48:03.563146+0000 mgr.a (mgr.24293) 2315 : 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-07T10:48:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:05 smithi022 bash[28554]: cluster 2023-12-07T10:48:03.563146+0000 mgr.a (mgr.24293) 2315 : 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-07T10:48:07.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:07.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:07.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:07 smithi044 bash[32620]: cluster 2023-12-07T10:48:05.563987+0000 mgr.a (mgr.24293) 2316 : 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-07T10:48:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:07 smithi022 bash[28554]: cluster 2023-12-07T10:48:05.563987+0000 mgr.a (mgr.24293) 2316 : 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-07T10:48:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:07 smithi027 bash[31536]: cluster 2023-12-07T10:48:05.563987+0000 mgr.a (mgr.24293) 2316 : 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-07T10:48:08.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:08.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:08.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:08.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:08.069 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:08 smithi044 bash[32620]: audit 2023-12-07T10:48:07.532420+0000 mgr.a (mgr.24293) 2317 : audit 0 from='client.58287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:08 smithi022 bash[28554]: audit 2023-12-07T10:48:07.532420+0000 mgr.a (mgr.24293) 2317 : audit 0 from='client.58287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:08 smithi027 bash[31536]: audit 2023-12-07T10:48:07.532420+0000 mgr.a (mgr.24293) 2317 : audit 0 from='client.58287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:09 smithi044 bash[32620]: cluster 2023-12-07T10:48:07.564782+0000 mgr.a (mgr.24293) 2318 : cluster 0 pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:09 smithi022 bash[28554]: cluster 2023-12-07T10:48:07.564782+0000 mgr.a (mgr.24293) 2318 : cluster 0 pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:09 smithi027 bash[31536]: cluster 2023-12-07T10:48:07.564782+0000 mgr.a (mgr.24293) 2318 : cluster 0 pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:11 smithi044 bash[32620]: cluster 2023-12-07T10:48:09.565576+0000 mgr.a (mgr.24293) 2319 : cluster 0 pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:11 smithi022 bash[28554]: cluster 2023-12-07T10:48:09.565576+0000 mgr.a (mgr.24293) 2319 : cluster 0 pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:11 smithi027 bash[31536]: cluster 2023-12-07T10:48:09.565576+0000 mgr.a (mgr.24293) 2319 : cluster 0 pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:13.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:13.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:13.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:13 smithi044 bash[32620]: cluster 2023-12-07T10:48:11.566453+0000 mgr.a (mgr.24293) 2320 : cluster 0 pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:13 smithi022 bash[28554]: cluster 2023-12-07T10:48:11.566453+0000 mgr.a (mgr.24293) 2320 : cluster 0 pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:13 smithi027 bash[31536]: cluster 2023-12-07T10:48:11.566453+0000 mgr.a (mgr.24293) 2320 : cluster 0 pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:13.982 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:13.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:13.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:13.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:13.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:14 smithi044 bash[32620]: audit 2023-12-07T10:48:13.479149+0000 mgr.a (mgr.24293) 2321 : audit 0 from='client.58362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:14 smithi022 bash[28554]: audit 2023-12-07T10:48:13.479149+0000 mgr.a (mgr.24293) 2321 : audit 0 from='client.58362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:14.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:14 smithi027 bash[31536]: audit 2023-12-07T10:48:13.479149+0000 mgr.a (mgr.24293) 2321 : audit 0 from='client.58362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:15 smithi044 bash[32620]: cluster 2023-12-07T10:48:13.567105+0000 mgr.a (mgr.24293) 2322 : 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-07T10:48:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:15 smithi022 bash[28554]: cluster 2023-12-07T10:48:13.567105+0000 mgr.a (mgr.24293) 2322 : 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-07T10:48:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:15 smithi027 bash[31536]: cluster 2023-12-07T10:48:13.567105+0000 mgr.a (mgr.24293) 2322 : 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-07T10:48:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:17 smithi044 bash[32620]: cluster 2023-12-07T10:48:15.567950+0000 mgr.a (mgr.24293) 2323 : 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-07T10:48:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:17 smithi022 bash[28554]: cluster 2023-12-07T10:48:15.567950+0000 mgr.a (mgr.24293) 2323 : 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-07T10:48:17.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:17 smithi027 bash[31536]: cluster 2023-12-07T10:48:15.567950+0000 mgr.a (mgr.24293) 2323 : 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-07T10:48:18.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:18.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:18.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:19 smithi044 bash[32620]: cluster 2023-12-07T10:48:17.568514+0000 mgr.a (mgr.24293) 2324 : 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-07T10:48:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:19 smithi022 bash[28554]: cluster 2023-12-07T10:48:17.568514+0000 mgr.a (mgr.24293) 2324 : 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-07T10:48:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:19 smithi027 bash[31536]: cluster 2023-12-07T10:48:17.568514+0000 mgr.a (mgr.24293) 2324 : 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-07T10:48:19.929 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:19.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:19.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:19.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:19.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:20 smithi044 bash[32620]: audit 2023-12-07T10:48:19.396527+0000 mgr.a (mgr.24293) 2325 : audit 0 from='client.58440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:20 smithi022 bash[28554]: audit 2023-12-07T10:48:19.396527+0000 mgr.a (mgr.24293) 2325 : audit 0 from='client.58440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:20.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:20 smithi027 bash[31536]: audit 2023-12-07T10:48:19.396527+0000 mgr.a (mgr.24293) 2325 : audit 0 from='client.58440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:21 smithi044 bash[32620]: cluster 2023-12-07T10:48:19.569255+0000 mgr.a (mgr.24293) 2326 : 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-07T10:48:21.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:21 smithi022 bash[28554]: cluster 2023-12-07T10:48:19.569255+0000 mgr.a (mgr.24293) 2326 : 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-07T10:48:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:21 smithi027 bash[31536]: cluster 2023-12-07T10:48:19.569255+0000 mgr.a (mgr.24293) 2326 : 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-07T10:48:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:23 smithi044 bash[32620]: cluster 2023-12-07T10:48:21.570183+0000 mgr.a (mgr.24293) 2327 : 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-07T10:48:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:23 smithi022 bash[28554]: cluster 2023-12-07T10:48:21.570183+0000 mgr.a (mgr.24293) 2327 : 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-07T10:48:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:23 smithi027 bash[31536]: cluster 2023-12-07T10:48:21.570183+0000 mgr.a (mgr.24293) 2327 : 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-07T10:48:24.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:24.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:24.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:25 smithi044 bash[32620]: cluster 2023-12-07T10:48:23.570756+0000 mgr.a (mgr.24293) 2328 : 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-07T10:48:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:25 smithi022 bash[28554]: cluster 2023-12-07T10:48:23.570756+0000 mgr.a (mgr.24293) 2328 : 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-07T10:48:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:25 smithi027 bash[31536]: cluster 2023-12-07T10:48:23.570756+0000 mgr.a (mgr.24293) 2328 : 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-07T10:48:25.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:25.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:25.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:25.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:25.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:26 smithi044 bash[32620]: audit 2023-12-07T10:48:25.342269+0000 mgr.a (mgr.24293) 2329 : audit 0 from='client.58518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:26 smithi022 bash[28554]: audit 2023-12-07T10:48:25.342269+0000 mgr.a (mgr.24293) 2329 : audit 0 from='client.58518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:26 smithi027 bash[31536]: audit 2023-12-07T10:48:25.342269+0000 mgr.a (mgr.24293) 2329 : audit 0 from='client.58518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:27 smithi044 bash[32620]: cluster 2023-12-07T10:48:25.571406+0000 mgr.a (mgr.24293) 2330 : cluster 0 pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:48:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:27 smithi022 bash[28554]: cluster 2023-12-07T10:48:25.571406+0000 mgr.a (mgr.24293) 2330 : cluster 0 pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:48:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:27 smithi027 bash[31536]: cluster 2023-12-07T10:48:25.571406+0000 mgr.a (mgr.24293) 2330 : cluster 0 pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:48:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:29 smithi044 bash[32620]: cluster 2023-12-07T10:48:27.572104+0000 mgr.a (mgr.24293) 2331 : cluster 0 pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:48:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:29 smithi022 bash[28554]: cluster 2023-12-07T10:48:27.572104+0000 mgr.a (mgr.24293) 2331 : cluster 0 pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:48:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:29 smithi027 bash[31536]: cluster 2023-12-07T10:48:27.572104+0000 mgr.a (mgr.24293) 2331 : cluster 0 pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:48:30.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:30.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:30.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:31 smithi044 bash[32620]: cluster 2023-12-07T10:48:29.572694+0000 mgr.a (mgr.24293) 2332 : cluster 0 pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:48:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:31 smithi022 bash[28554]: cluster 2023-12-07T10:48:29.572694+0000 mgr.a (mgr.24293) 2332 : cluster 0 pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:48:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:31 smithi027 bash[31536]: cluster 2023-12-07T10:48:29.572694+0000 mgr.a (mgr.24293) 2332 : cluster 0 pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:48:31.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:31.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:31.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:31.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:31.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:32 smithi044 bash[32620]: audit 2023-12-07T10:48:31.255718+0000 mgr.a (mgr.24293) 2333 : audit 0 from='client.58593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:32 smithi022 bash[28554]: audit 2023-12-07T10:48:31.255718+0000 mgr.a (mgr.24293) 2333 : audit 0 from='client.58593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:32 smithi027 bash[31536]: audit 2023-12-07T10:48:31.255718+0000 mgr.a (mgr.24293) 2333 : audit 0 from='client.58593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:33 smithi044 bash[32620]: cluster 2023-12-07T10:48:31.573936+0000 mgr.a (mgr.24293) 2334 : cluster 0 pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:33.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:33 smithi022 bash[28554]: cluster 2023-12-07T10:48:31.573936+0000 mgr.a (mgr.24293) 2334 : cluster 0 pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:33 smithi027 bash[31536]: cluster 2023-12-07T10:48:31.573936+0000 mgr.a (mgr.24293) 2334 : cluster 0 pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:35 smithi044 bash[32620]: cluster 2023-12-07T10:48:33.574628+0000 mgr.a (mgr.24293) 2335 : cluster 0 pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:35 smithi022 bash[28554]: cluster 2023-12-07T10:48:33.574628+0000 mgr.a (mgr.24293) 2335 : cluster 0 pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:35 smithi027 bash[31536]: cluster 2023-12-07T10:48:33.574628+0000 mgr.a (mgr.24293) 2335 : cluster 0 pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:36.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:36.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:36.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:37 smithi044 bash[32620]: cluster 2023-12-07T10:48:35.575418+0000 mgr.a (mgr.24293) 2336 : 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-07T10:48:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:37 smithi022 bash[28554]: cluster 2023-12-07T10:48:35.575418+0000 mgr.a (mgr.24293) 2336 : 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-07T10:48:37.691 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:37.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:37.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:37.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:37.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:37 smithi027 bash[31536]: cluster 2023-12-07T10:48:35.575418+0000 mgr.a (mgr.24293) 2336 : 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-07T10:48:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:38 smithi044 bash[32620]: audit 2023-12-07T10:48:37.193259+0000 mgr.a (mgr.24293) 2337 : audit 0 from='client.58668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:38 smithi022 bash[28554]: audit 2023-12-07T10:48:37.193259+0000 mgr.a (mgr.24293) 2337 : audit 0 from='client.58668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:38 smithi027 bash[31536]: audit 2023-12-07T10:48:37.193259+0000 mgr.a (mgr.24293) 2337 : audit 0 from='client.58668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:39 smithi044 bash[32620]: cluster 2023-12-07T10:48:37.576051+0000 mgr.a (mgr.24293) 2338 : cluster 0 pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:39 smithi022 bash[28554]: cluster 2023-12-07T10:48:37.576051+0000 mgr.a (mgr.24293) 2338 : cluster 0 pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:39 smithi027 bash[31536]: cluster 2023-12-07T10:48:37.576051+0000 mgr.a (mgr.24293) 2338 : cluster 0 pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:41 smithi044 bash[32620]: cluster 2023-12-07T10:48:39.576646+0000 mgr.a (mgr.24293) 2339 : cluster 0 pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:41 smithi022 bash[28554]: cluster 2023-12-07T10:48:39.576646+0000 mgr.a (mgr.24293) 2339 : cluster 0 pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:41 smithi027 bash[31536]: cluster 2023-12-07T10:48:39.576646+0000 mgr.a (mgr.24293) 2339 : cluster 0 pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:42.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:42.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:42.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:43.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:43.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:43.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:43.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:43.641 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:43 smithi044 bash[32620]: cluster 2023-12-07T10:48:41.577438+0000 mgr.a (mgr.24293) 2340 : cluster 0 pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:48:43.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:43 smithi022 bash[28554]: cluster 2023-12-07T10:48:41.577438+0000 mgr.a (mgr.24293) 2340 : cluster 0 pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:48:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:43 smithi027 bash[31536]: cluster 2023-12-07T10:48:41.577438+0000 mgr.a (mgr.24293) 2340 : cluster 0 pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:48:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:44 smithi044 bash[32620]: audit 2023-12-07T10:48:43.107614+0000 mgr.a (mgr.24293) 2341 : audit 0 from='client.58743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:44 smithi022 bash[28554]: audit 2023-12-07T10:48:43.107614+0000 mgr.a (mgr.24293) 2341 : audit 0 from='client.58743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:44 smithi027 bash[31536]: audit 2023-12-07T10:48:43.107614+0000 mgr.a (mgr.24293) 2341 : audit 0 from='client.58743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:45 smithi044 bash[32620]: cluster 2023-12-07T10:48:43.578262+0000 mgr.a (mgr.24293) 2342 : cluster 0 pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:45 smithi022 bash[28554]: cluster 2023-12-07T10:48:43.578262+0000 mgr.a (mgr.24293) 2342 : cluster 0 pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:45 smithi027 bash[31536]: cluster 2023-12-07T10:48:43.578262+0000 mgr.a (mgr.24293) 2342 : cluster 0 pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:47 smithi044 bash[32620]: cluster 2023-12-07T10:48:45.579104+0000 mgr.a (mgr.24293) 2343 : cluster 0 pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:47 smithi022 bash[28554]: cluster 2023-12-07T10:48:45.579104+0000 mgr.a (mgr.24293) 2343 : cluster 0 pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:47 smithi027 bash[31536]: cluster 2023-12-07T10:48:45.579104+0000 mgr.a (mgr.24293) 2343 : cluster 0 pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:48.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:48.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:48.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:49.569 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:49.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:49.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:49.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:49.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:49 smithi044 bash[32620]: cluster 2023-12-07T10:48:47.579682+0000 mgr.a (mgr.24293) 2344 : 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-07T10:48:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:49 smithi022 bash[28554]: cluster 2023-12-07T10:48:47.579682+0000 mgr.a (mgr.24293) 2344 : 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-07T10:48:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:49 smithi027 bash[31536]: cluster 2023-12-07T10:48:47.579682+0000 mgr.a (mgr.24293) 2344 : 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-07T10:48:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:50 smithi044 bash[32620]: audit 2023-12-07T10:48:49.056240+0000 mgr.a (mgr.24293) 2345 : audit 0 from='client.58812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:50 smithi022 bash[28554]: audit 2023-12-07T10:48:49.056240+0000 mgr.a (mgr.24293) 2345 : audit 0 from='client.58812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:50 smithi027 bash[31536]: audit 2023-12-07T10:48:49.056240+0000 mgr.a (mgr.24293) 2345 : audit 0 from='client.58812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:51 smithi044 bash[32620]: cluster 2023-12-07T10:48:49.580224+0000 mgr.a (mgr.24293) 2346 : 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-07T10:48:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:51 smithi022 bash[28554]: cluster 2023-12-07T10:48:49.580224+0000 mgr.a (mgr.24293) 2346 : 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-07T10:48:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:51 smithi027 bash[31536]: cluster 2023-12-07T10:48:49.580224+0000 mgr.a (mgr.24293) 2346 : 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-07T10:48:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:53 smithi044 bash[32620]: cluster 2023-12-07T10:48:51.581146+0000 mgr.a (mgr.24293) 2347 : 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-07T10:48:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:53 smithi022 bash[28554]: cluster 2023-12-07T10:48:51.581146+0000 mgr.a (mgr.24293) 2347 : 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-07T10:48:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:53 smithi027 bash[31536]: cluster 2023-12-07T10:48:51.581146+0000 mgr.a (mgr.24293) 2347 : 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-07T10:48:54.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:48:54.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:54.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:54 smithi044 bash[32620]: cluster 2023-12-07T10:48:53.581783+0000 mgr.a (mgr.24293) 2348 : 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-07T10:48:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:54 smithi044 bash[32620]: audit 2023-12-07T10:48:54.298747+0000 mon.a (mon.0) 788 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:48:55.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:54 smithi022 bash[28554]: cluster 2023-12-07T10:48:53.581783+0000 mgr.a (mgr.24293) 2348 : 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-07T10:48:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:54 smithi022 bash[28554]: audit 2023-12-07T10:48:54.298747+0000 mon.a (mon.0) 788 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:48:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:54 smithi027 bash[31536]: cluster 2023-12-07T10:48:53.581783+0000 mgr.a (mgr.24293) 2348 : 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-07T10:48:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:54 smithi027 bash[31536]: audit 2023-12-07T10:48:54.298747+0000 mon.a (mon.0) 788 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:48:55.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:48:55.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:55.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:55.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:55.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:48:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:55 smithi044 bash[32620]: audit 2023-12-07T10:48:54.984371+0000 mgr.a (mgr.24293) 2349 : audit 0 from='client.58890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:55 smithi022 bash[28554]: audit 2023-12-07T10:48:54.984371+0000 mgr.a (mgr.24293) 2349 : audit 0 from='client.58890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:55 smithi027 bash[31536]: audit 2023-12-07T10:48:54.984371+0000 mgr.a (mgr.24293) 2349 : audit 0 from='client.58890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:56 smithi044 bash[32620]: cluster 2023-12-07T10:48:55.582676+0000 mgr.a (mgr.24293) 2350 : cluster 0 pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:48:57.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:56 smithi022 bash[28554]: cluster 2023-12-07T10:48:55.582676+0000 mgr.a (mgr.24293) 2350 : cluster 0 pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:48:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:56 smithi027 bash[31536]: cluster 2023-12-07T10:48:55.582676+0000 mgr.a (mgr.24293) 2350 : cluster 0 pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:48:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:48:58 smithi044 bash[32620]: cluster 2023-12-07T10:48:57.583249+0000 mgr.a (mgr.24293) 2351 : cluster 0 pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:59.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:48:58 smithi022 bash[28554]: cluster 2023-12-07T10:48:57.583249+0000 mgr.a (mgr.24293) 2351 : cluster 0 pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:48:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:48:58 smithi027 bash[31536]: cluster 2023-12-07T10:48:57.583249+0000 mgr.a (mgr.24293) 2351 : cluster 0 pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:49:00.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:00.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:00.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:01.062 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:00 smithi027 bash[31536]: cluster 2023-12-07T10:48:59.583830+0000 mgr.a (mgr.24293) 2352 : cluster 0 pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:49:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:00 smithi044 bash[32620]: cluster 2023-12-07T10:48:59.583830+0000 mgr.a (mgr.24293) 2352 : cluster 0 pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:49:01.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:00 smithi022 bash[28554]: cluster 2023-12-07T10:48:59.583830+0000 mgr.a (mgr.24293) 2352 : cluster 0 pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:49:01.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:01.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:01.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:01.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:01.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:02.050 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:01 smithi027 bash[31536]: audit 2023-12-07T10:49:00.934494+0000 mgr.a (mgr.24293) 2353 : audit 0 from='client.58843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:01 smithi044 bash[32620]: audit 2023-12-07T10:49:00.934494+0000 mgr.a (mgr.24293) 2353 : audit 0 from='client.58843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:01 smithi022 bash[28554]: audit 2023-12-07T10:49:00.934494+0000 mgr.a (mgr.24293) 2353 : audit 0 from='client.58843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:02 smithi044 bash[32620]: cluster 2023-12-07T10:49:01.584763+0000 mgr.a (mgr.24293) 2354 : cluster 0 pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:03.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:02 smithi022 bash[28554]: cluster 2023-12-07T10:49:01.584763+0000 mgr.a (mgr.24293) 2354 : cluster 0 pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:02 smithi027 bash[31536]: cluster 2023-12-07T10:49:01.584763+0000 mgr.a (mgr.24293) 2354 : cluster 0 pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:04 smithi027 bash[31536]: cluster 2023-12-07T10:49:03.585296+0000 mgr.a (mgr.24293) 2355 : cluster 0 pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:04 smithi044 bash[32620]: cluster 2023-12-07T10:49:03.585296+0000 mgr.a (mgr.24293) 2355 : cluster 0 pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:04 smithi022 bash[28554]: cluster 2023-12-07T10:49:03.585296+0000 mgr.a (mgr.24293) 2355 : cluster 0 pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:06 smithi044 bash[32620]: audit 2023-12-07T10:49:05.142179+0000 mon.a (mon.0) 789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:06 smithi044 bash[32620]: audit 2023-12-07T10:49:05.148898+0000 mon.a (mon.0) 790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:06 smithi044 bash[32620]: audit 2023-12-07T10:49:05.150597+0000 mon.a (mon.0) 791 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:49:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:06 smithi044 bash[32620]: audit 2023-12-07T10:49:05.152389+0000 mon.a (mon.0) 792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:49:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:06 smithi044 bash[32620]: audit 2023-12-07T10:49:05.160424+0000 mon.a (mon.0) 793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:06 smithi022 bash[28554]: audit 2023-12-07T10:49:05.142179+0000 mon.a (mon.0) 789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:06 smithi022 bash[28554]: audit 2023-12-07T10:49:05.148898+0000 mon.a (mon.0) 790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:06 smithi022 bash[28554]: audit 2023-12-07T10:49:05.150597+0000 mon.a (mon.0) 791 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:49:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:06 smithi022 bash[28554]: audit 2023-12-07T10:49:05.152389+0000 mon.a (mon.0) 792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:49:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:06 smithi022 bash[28554]: audit 2023-12-07T10:49:05.160424+0000 mon.a (mon.0) 793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:06.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:06.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:06 smithi027 bash[31536]: audit 2023-12-07T10:49:05.142179+0000 mon.a (mon.0) 789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:06 smithi027 bash[31536]: audit 2023-12-07T10:49:05.148898+0000 mon.a (mon.0) 790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:06 smithi027 bash[31536]: audit 2023-12-07T10:49:05.150597+0000 mon.a (mon.0) 791 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:49:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:06 smithi027 bash[31536]: audit 2023-12-07T10:49:05.152389+0000 mon.a (mon.0) 792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:49:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:06 smithi027 bash[31536]: audit 2023-12-07T10:49:05.160424+0000 mon.a (mon.0) 793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:49:07.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:07 smithi044 bash[32620]: cluster 2023-12-07T10:49:05.586025+0000 mgr.a (mgr.24293) 2356 : 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-07T10:49:07.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:07 smithi022 bash[28554]: cluster 2023-12-07T10:49:05.586025+0000 mgr.a (mgr.24293) 2356 : 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-07T10:49:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:07 smithi027 bash[31536]: cluster 2023-12-07T10:49:05.586025+0000 mgr.a (mgr.24293) 2356 : 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-07T10:49:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:08 smithi044 bash[32620]: audit 2023-12-07T10:49:06.844623+0000 mgr.a (mgr.24293) 2357 : audit 0 from='client.59037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:08 smithi022 bash[28554]: audit 2023-12-07T10:49:06.844623+0000 mgr.a (mgr.24293) 2357 : audit 0 from='client.59037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:08 smithi027 bash[31536]: audit 2023-12-07T10:49:06.844623+0000 mgr.a (mgr.24293) 2357 : audit 0 from='client.59037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:09 smithi044 bash[32620]: cluster 2023-12-07T10:49:07.586718+0000 mgr.a (mgr.24293) 2358 : cluster 0 pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:49:09.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:09 smithi022 bash[28554]: cluster 2023-12-07T10:49:07.586718+0000 mgr.a (mgr.24293) 2358 : cluster 0 pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:49:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:09 smithi027 bash[31536]: cluster 2023-12-07T10:49:07.586718+0000 mgr.a (mgr.24293) 2358 : cluster 0 pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:49:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:11 smithi027 bash[31536]: cluster 2023-12-07T10:49:09.587325+0000 mgr.a (mgr.24293) 2359 : cluster 0 pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:49:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:11 smithi044 bash[32620]: cluster 2023-12-07T10:49:09.587325+0000 mgr.a (mgr.24293) 2359 : cluster 0 pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:49:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:11 smithi022 bash[28554]: cluster 2023-12-07T10:49:09.587325+0000 mgr.a (mgr.24293) 2359 : cluster 0 pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:49:12.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:12.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:12.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:13.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:13.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:13.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:13.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:13.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:13 smithi027 bash[31536]: cluster 2023-12-07T10:49:11.588199+0000 mgr.a (mgr.24293) 2360 : cluster 0 pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:49:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:13 smithi044 bash[32620]: cluster 2023-12-07T10:49:11.588199+0000 mgr.a (mgr.24293) 2360 : cluster 0 pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:49:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:13 smithi022 bash[28554]: cluster 2023-12-07T10:49:11.588199+0000 mgr.a (mgr.24293) 2360 : cluster 0 pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:49:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:14 smithi027 bash[31536]: audit 2023-12-07T10:49:12.805059+0000 mgr.a (mgr.24293) 2361 : audit 0 from='client.59115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:14 smithi044 bash[32620]: audit 2023-12-07T10:49:12.805059+0000 mgr.a (mgr.24293) 2361 : audit 0 from='client.59115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:14 smithi022 bash[28554]: audit 2023-12-07T10:49:12.805059+0000 mgr.a (mgr.24293) 2361 : audit 0 from='client.59115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:15 smithi027 bash[31536]: cluster 2023-12-07T10:49:13.588881+0000 mgr.a (mgr.24293) 2362 : cluster 0 pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:15 smithi044 bash[32620]: cluster 2023-12-07T10:49:13.588881+0000 mgr.a (mgr.24293) 2362 : cluster 0 pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:15 smithi022 bash[28554]: cluster 2023-12-07T10:49:13.588881+0000 mgr.a (mgr.24293) 2362 : cluster 0 pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:17 smithi027 bash[31536]: cluster 2023-12-07T10:49:15.589678+0000 mgr.a (mgr.24293) 2363 : cluster 0 pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:17 smithi044 bash[32620]: cluster 2023-12-07T10:49:15.589678+0000 mgr.a (mgr.24293) 2363 : cluster 0 pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:17 smithi022 bash[28554]: cluster 2023-12-07T10:49:15.589678+0000 mgr.a (mgr.24293) 2363 : cluster 0 pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:18.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:18.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:18.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:19.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:19 smithi044 bash[32620]: cluster 2023-12-07T10:49:17.590249+0000 mgr.a (mgr.24293) 2364 : 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-07T10:49:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:19 smithi022 bash[28554]: cluster 2023-12-07T10:49:17.590249+0000 mgr.a (mgr.24293) 2364 : 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-07T10:49:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:19 smithi027 bash[31536]: cluster 2023-12-07T10:49:17.590249+0000 mgr.a (mgr.24293) 2364 : 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-07T10:49:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:20 smithi044 bash[32620]: audit 2023-12-07T10:49:18.757167+0000 mgr.a (mgr.24293) 2365 : audit 0 from='client.59187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:20 smithi022 bash[28554]: audit 2023-12-07T10:49:18.757167+0000 mgr.a (mgr.24293) 2365 : audit 0 from='client.59187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:20 smithi027 bash[31536]: audit 2023-12-07T10:49:18.757167+0000 mgr.a (mgr.24293) 2365 : audit 0 from='client.59187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:21 smithi044 bash[32620]: cluster 2023-12-07T10:49:19.590935+0000 mgr.a (mgr.24293) 2366 : 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-07T10:49:21.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:21 smithi022 bash[28554]: cluster 2023-12-07T10:49:19.590935+0000 mgr.a (mgr.24293) 2366 : 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-07T10:49:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:21 smithi027 bash[31536]: cluster 2023-12-07T10:49:19.590935+0000 mgr.a (mgr.24293) 2366 : 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-07T10:49:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:23 smithi044 bash[32620]: cluster 2023-12-07T10:49:21.591785+0000 mgr.a (mgr.24293) 2367 : 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-07T10:49:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:23 smithi022 bash[28554]: cluster 2023-12-07T10:49:21.591785+0000 mgr.a (mgr.24293) 2367 : 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-07T10:49:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:23 smithi027 bash[31536]: cluster 2023-12-07T10:49:21.591785+0000 mgr.a (mgr.24293) 2367 : 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-07T10:49:24.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:24.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:24.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:25.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:25.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:25.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:25.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:25.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:25 smithi044 bash[32620]: cluster 2023-12-07T10:49:23.592326+0000 mgr.a (mgr.24293) 2368 : 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-07T10:49:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:25 smithi022 bash[28554]: cluster 2023-12-07T10:49:23.592326+0000 mgr.a (mgr.24293) 2368 : 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-07T10:49:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:25 smithi027 bash[31536]: cluster 2023-12-07T10:49:23.592326+0000 mgr.a (mgr.24293) 2368 : 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-07T10:49:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:26 smithi044 bash[32620]: audit 2023-12-07T10:49:24.683631+0000 mgr.a (mgr.24293) 2369 : audit 0 from='client.59083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:26 smithi022 bash[28554]: audit 2023-12-07T10:49:24.683631+0000 mgr.a (mgr.24293) 2369 : audit 0 from='client.59083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:26 smithi027 bash[31536]: audit 2023-12-07T10:49:24.683631+0000 mgr.a (mgr.24293) 2369 : audit 0 from='client.59083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:27 smithi044 bash[32620]: cluster 2023-12-07T10:49:25.593110+0000 mgr.a (mgr.24293) 2370 : 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-07T10:49:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:27 smithi022 bash[28554]: cluster 2023-12-07T10:49:25.593110+0000 mgr.a (mgr.24293) 2370 : 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-07T10:49:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:27 smithi027 bash[31536]: cluster 2023-12-07T10:49:25.593110+0000 mgr.a (mgr.24293) 2370 : 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-07T10:49:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:29 smithi044 bash[32620]: cluster 2023-12-07T10:49:27.593672+0000 mgr.a (mgr.24293) 2371 : 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-07T10:49:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:29 smithi022 bash[28554]: cluster 2023-12-07T10:49:27.593672+0000 mgr.a (mgr.24293) 2371 : 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-07T10:49:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:29 smithi027 bash[31536]: cluster 2023-12-07T10:49:27.593672+0000 mgr.a (mgr.24293) 2371 : 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-07T10:49:30.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:30.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:30.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:31.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:31.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:31.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:31.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:31.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:31 smithi044 bash[32620]: cluster 2023-12-07T10:49:29.594368+0000 mgr.a (mgr.24293) 2372 : 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-07T10:49:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:31 smithi022 bash[28554]: cluster 2023-12-07T10:49:29.594368+0000 mgr.a (mgr.24293) 2372 : 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-07T10:49:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:31 smithi027 bash[31536]: cluster 2023-12-07T10:49:29.594368+0000 mgr.a (mgr.24293) 2372 : 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-07T10:49:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:32 smithi044 bash[32620]: audit 2023-12-07T10:49:30.626971+0000 mgr.a (mgr.24293) 2373 : audit 0 from='client.59340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:32 smithi022 bash[28554]: audit 2023-12-07T10:49:30.626971+0000 mgr.a (mgr.24293) 2373 : audit 0 from='client.59340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:32 smithi027 bash[31536]: audit 2023-12-07T10:49:30.626971+0000 mgr.a (mgr.24293) 2373 : audit 0 from='client.59340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:33 smithi044 bash[32620]: cluster 2023-12-07T10:49:31.595391+0000 mgr.a (mgr.24293) 2374 : cluster 0 pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:33 smithi022 bash[28554]: cluster 2023-12-07T10:49:31.595391+0000 mgr.a (mgr.24293) 2374 : cluster 0 pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:33 smithi027 bash[31536]: cluster 2023-12-07T10:49:31.595391+0000 mgr.a (mgr.24293) 2374 : cluster 0 pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:35 smithi044 bash[32620]: cluster 2023-12-07T10:49:33.595985+0000 mgr.a (mgr.24293) 2375 : cluster 0 pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:35 smithi022 bash[28554]: cluster 2023-12-07T10:49:33.595985+0000 mgr.a (mgr.24293) 2375 : cluster 0 pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:35 smithi027 bash[31536]: cluster 2023-12-07T10:49:33.595985+0000 mgr.a (mgr.24293) 2375 : cluster 0 pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:36.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:36.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:36.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:37.115 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:37 smithi044 bash[32620]: cluster 2023-12-07T10:49:35.596690+0000 mgr.a (mgr.24293) 2376 : cluster 0 pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:37 smithi022 bash[28554]: cluster 2023-12-07T10:49:35.596690+0000 mgr.a (mgr.24293) 2376 : cluster 0 pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:37 smithi027 bash[31536]: cluster 2023-12-07T10:49:35.596690+0000 mgr.a (mgr.24293) 2376 : cluster 0 pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:38 smithi044 bash[32620]: audit 2023-12-07T10:49:36.587689+0000 mgr.a (mgr.24293) 2377 : audit 0 from='client.59409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:38 smithi022 bash[28554]: audit 2023-12-07T10:49:36.587689+0000 mgr.a (mgr.24293) 2377 : audit 0 from='client.59409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:38 smithi027 bash[31536]: audit 2023-12-07T10:49:36.587689+0000 mgr.a (mgr.24293) 2377 : audit 0 from='client.59409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:39 smithi044 bash[32620]: cluster 2023-12-07T10:49:37.597367+0000 mgr.a (mgr.24293) 2378 : cluster 0 pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:39 smithi022 bash[28554]: cluster 2023-12-07T10:49:37.597367+0000 mgr.a (mgr.24293) 2378 : cluster 0 pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:39 smithi027 bash[31536]: cluster 2023-12-07T10:49:37.597367+0000 mgr.a (mgr.24293) 2378 : cluster 0 pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:41 smithi044 bash[32620]: cluster 2023-12-07T10:49:39.597918+0000 mgr.a (mgr.24293) 2379 : cluster 0 pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:41 smithi022 bash[28554]: cluster 2023-12-07T10:49:39.597918+0000 mgr.a (mgr.24293) 2379 : cluster 0 pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:41 smithi027 bash[31536]: cluster 2023-12-07T10:49:39.597918+0000 mgr.a (mgr.24293) 2379 : cluster 0 pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:42.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:42.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:42.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:43.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:43.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:43.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:43.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:43.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:43 smithi044 bash[32620]: cluster 2023-12-07T10:49:41.598739+0000 mgr.a (mgr.24293) 2380 : 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-07T10:49:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:43 smithi044 bash[32620]: audit 2023-12-07T10:49:42.523184+0000 mgr.a (mgr.24293) 2381 : audit 0 from='client.59487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:43 smithi022 bash[28554]: cluster 2023-12-07T10:49:41.598739+0000 mgr.a (mgr.24293) 2380 : 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-07T10:49:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:43 smithi022 bash[28554]: audit 2023-12-07T10:49:42.523184+0000 mgr.a (mgr.24293) 2381 : audit 0 from='client.59487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:43 smithi027 bash[31536]: cluster 2023-12-07T10:49:41.598739+0000 mgr.a (mgr.24293) 2380 : 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-07T10:49:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:43 smithi027 bash[31536]: audit 2023-12-07T10:49:42.523184+0000 mgr.a (mgr.24293) 2381 : audit 0 from='client.59487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:45 smithi044 bash[32620]: cluster 2023-12-07T10:49:43.599453+0000 mgr.a (mgr.24293) 2382 : cluster 0 pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:45 smithi022 bash[28554]: cluster 2023-12-07T10:49:43.599453+0000 mgr.a (mgr.24293) 2382 : cluster 0 pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:45 smithi027 bash[31536]: cluster 2023-12-07T10:49:43.599453+0000 mgr.a (mgr.24293) 2382 : cluster 0 pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:47 smithi044 bash[32620]: cluster 2023-12-07T10:49:45.600202+0000 mgr.a (mgr.24293) 2383 : cluster 0 pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:47 smithi022 bash[28554]: cluster 2023-12-07T10:49:45.600202+0000 mgr.a (mgr.24293) 2383 : cluster 0 pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:47 smithi027 bash[31536]: cluster 2023-12-07T10:49:45.600202+0000 mgr.a (mgr.24293) 2383 : cluster 0 pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:48.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:48.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:48.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:48.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:48.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:48.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:48.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:48.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:49 smithi044 bash[32620]: cluster 2023-12-07T10:49:47.600806+0000 mgr.a (mgr.24293) 2384 : cluster 0 pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:49 smithi044 bash[32620]: audit 2023-12-07T10:49:48.441284+0000 mgr.a (mgr.24293) 2385 : audit 0 from='client.59565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:49 smithi022 bash[28554]: cluster 2023-12-07T10:49:47.600806+0000 mgr.a (mgr.24293) 2384 : cluster 0 pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:49 smithi022 bash[28554]: audit 2023-12-07T10:49:48.441284+0000 mgr.a (mgr.24293) 2385 : audit 0 from='client.59565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:49 smithi027 bash[31536]: cluster 2023-12-07T10:49:47.600806+0000 mgr.a (mgr.24293) 2384 : cluster 0 pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:49 smithi027 bash[31536]: audit 2023-12-07T10:49:48.441284+0000 mgr.a (mgr.24293) 2385 : audit 0 from='client.59565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:51 smithi044 bash[32620]: cluster 2023-12-07T10:49:49.601482+0000 mgr.a (mgr.24293) 2386 : cluster 0 pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:51 smithi022 bash[28554]: cluster 2023-12-07T10:49:49.601482+0000 mgr.a (mgr.24293) 2386 : cluster 0 pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:51 smithi027 bash[31536]: cluster 2023-12-07T10:49:49.601482+0000 mgr.a (mgr.24293) 2386 : cluster 0 pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:53 smithi022 bash[28554]: cluster 2023-12-07T10:49:51.602342+0000 mgr.a (mgr.24293) 2387 : cluster 0 pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:53 smithi044 bash[32620]: cluster 2023-12-07T10:49:51.602342+0000 mgr.a (mgr.24293) 2387 : cluster 0 pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:53 smithi027 bash[31536]: cluster 2023-12-07T10:49:51.602342+0000 mgr.a (mgr.24293) 2387 : cluster 0 pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:53.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:53.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:54.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:49:54.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:54.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:54.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:54.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:49:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:55 smithi044 bash[32620]: cluster 2023-12-07T10:49:53.602903+0000 mgr.a (mgr.24293) 2388 : 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-07T10:49:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:55 smithi044 bash[32620]: audit 2023-12-07T10:49:54.369108+0000 mgr.a (mgr.24293) 2389 : audit 0 from='client.59640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:55 smithi022 bash[28554]: cluster 2023-12-07T10:49:53.602903+0000 mgr.a (mgr.24293) 2388 : 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-07T10:49:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:55 smithi022 bash[28554]: audit 2023-12-07T10:49:54.369108+0000 mgr.a (mgr.24293) 2389 : audit 0 from='client.59640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:55 smithi027 bash[31536]: cluster 2023-12-07T10:49:53.602903+0000 mgr.a (mgr.24293) 2388 : 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-07T10:49:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:55 smithi027 bash[31536]: audit 2023-12-07T10:49:54.369108+0000 mgr.a (mgr.24293) 2389 : audit 0 from='client.59640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:57 smithi044 bash[32620]: cluster 2023-12-07T10:49:55.603816+0000 mgr.a (mgr.24293) 2390 : 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-07T10:49:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:57 smithi022 bash[28554]: cluster 2023-12-07T10:49:55.603816+0000 mgr.a (mgr.24293) 2390 : 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-07T10:49:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:57 smithi027 bash[31536]: cluster 2023-12-07T10:49:55.603816+0000 mgr.a (mgr.24293) 2390 : 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-07T10:49:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:49:59 smithi044 bash[32620]: cluster 2023-12-07T10:49:57.604427+0000 mgr.a (mgr.24293) 2391 : 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-07T10:49:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:49:59 smithi022 bash[28554]: cluster 2023-12-07T10:49:57.604427+0000 mgr.a (mgr.24293) 2391 : 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-07T10:49:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:49:59 smithi027 bash[31536]: cluster 2023-12-07T10:49:57.604427+0000 mgr.a (mgr.24293) 2391 : 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-07T10:49:59.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:49:59.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:59.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:00 smithi044 bash[32620]: cluster 2023-12-07T10:50:00.000144+0000 mon.a (mon.0) 794 : cluster 1 overall HEALTH_OK 2023-12-07T10:50:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:00 smithi022 bash[28554]: cluster 2023-12-07T10:50:00.000144+0000 mon.a (mon.0) 794 : cluster 1 overall HEALTH_OK 2023-12-07T10:50:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:00 smithi027 bash[31536]: cluster 2023-12-07T10:50:00.000144+0000 mon.a (mon.0) 794 : cluster 1 overall HEALTH_OK 2023-12-07T10:50:00.859 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:00.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:00.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:00.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:00.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:01 smithi044 bash[32620]: cluster 2023-12-07T10:49:59.604991+0000 mgr.a (mgr.24293) 2392 : 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-07T10:50:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:01 smithi044 bash[32620]: audit 2023-12-07T10:50:00.319221+0000 mgr.a (mgr.24293) 2393 : audit 0 from='client.59718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:01 smithi022 bash[28554]: cluster 2023-12-07T10:49:59.604991+0000 mgr.a (mgr.24293) 2392 : 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-07T10:50:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:01 smithi022 bash[28554]: audit 2023-12-07T10:50:00.319221+0000 mgr.a (mgr.24293) 2393 : audit 0 from='client.59718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:01 smithi027 bash[31536]: cluster 2023-12-07T10:49:59.604991+0000 mgr.a (mgr.24293) 2392 : 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-07T10:50:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:01 smithi027 bash[31536]: audit 2023-12-07T10:50:00.319221+0000 mgr.a (mgr.24293) 2393 : audit 0 from='client.59718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:03 smithi044 bash[32620]: cluster 2023-12-07T10:50:01.606029+0000 mgr.a (mgr.24293) 2394 : cluster 0 pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:50:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:03 smithi022 bash[28554]: cluster 2023-12-07T10:50:01.606029+0000 mgr.a (mgr.24293) 2394 : cluster 0 pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:50:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:03 smithi027 bash[31536]: cluster 2023-12-07T10:50:01.606029+0000 mgr.a (mgr.24293) 2394 : cluster 0 pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:50:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:05 smithi044 bash[32620]: cluster 2023-12-07T10:50:03.606622+0000 mgr.a (mgr.24293) 2395 : cluster 0 pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:50:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:05 smithi044 bash[32620]: audit 2023-12-07T10:50:05.263500+0000 mon.a (mon.0) 795 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:50:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:05 smithi022 bash[28554]: cluster 2023-12-07T10:50:03.606622+0000 mgr.a (mgr.24293) 2395 : cluster 0 pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:50:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:05 smithi022 bash[28554]: audit 2023-12-07T10:50:05.263500+0000 mon.a (mon.0) 795 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:50:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:05 smithi027 bash[31536]: cluster 2023-12-07T10:50:03.606622+0000 mgr.a (mgr.24293) 2395 : cluster 0 pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:50:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:05 smithi027 bash[31536]: audit 2023-12-07T10:50:05.263500+0000 mon.a (mon.0) 795 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:50:05.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:05.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:05.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:06.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:07 smithi044 bash[32620]: cluster 2023-12-07T10:50:05.607327+0000 mgr.a (mgr.24293) 2396 : cluster 0 pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:07 smithi044 bash[32620]: audit 2023-12-07T10:50:06.263511+0000 mgr.a (mgr.24293) 2397 : audit 0 from='client.59796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:07 smithi022 bash[28554]: cluster 2023-12-07T10:50:05.607327+0000 mgr.a (mgr.24293) 2396 : cluster 0 pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:07 smithi022 bash[28554]: audit 2023-12-07T10:50:06.263511+0000 mgr.a (mgr.24293) 2397 : audit 0 from='client.59796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:07 smithi027 bash[31536]: cluster 2023-12-07T10:50:05.607327+0000 mgr.a (mgr.24293) 2396 : cluster 0 pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:07 smithi027 bash[31536]: audit 2023-12-07T10:50:06.263511+0000 mgr.a (mgr.24293) 2397 : audit 0 from='client.59796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:09 smithi044 bash[32620]: cluster 2023-12-07T10:50:07.608048+0000 mgr.a (mgr.24293) 2398 : cluster 0 pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:09 smithi022 bash[28554]: cluster 2023-12-07T10:50:07.608048+0000 mgr.a (mgr.24293) 2398 : cluster 0 pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:09 smithi027 bash[31536]: cluster 2023-12-07T10:50:07.608048+0000 mgr.a (mgr.24293) 2398 : cluster 0 pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:11 smithi044 bash[32620]: cluster 2023-12-07T10:50:09.608642+0000 mgr.a (mgr.24293) 2399 : cluster 0 pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:11 smithi022 bash[28554]: cluster 2023-12-07T10:50:09.608642+0000 mgr.a (mgr.24293) 2399 : cluster 0 pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:11 smithi027 bash[31536]: cluster 2023-12-07T10:50:09.608642+0000 mgr.a (mgr.24293) 2399 : cluster 0 pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:11.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:11.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:11.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:12.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:12.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:12.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:12.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:12.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:13 smithi044 bash[32620]: cluster 2023-12-07T10:50:11.609472+0000 mgr.a (mgr.24293) 2400 : 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-07T10:50:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:13 smithi044 bash[32620]: audit 2023-12-07T10:50:12.194474+0000 mgr.a (mgr.24293) 2401 : audit 0 from='client.59874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:13 smithi022 bash[28554]: cluster 2023-12-07T10:50:11.609472+0000 mgr.a (mgr.24293) 2400 : 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-07T10:50:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:13 smithi022 bash[28554]: audit 2023-12-07T10:50:12.194474+0000 mgr.a (mgr.24293) 2401 : audit 0 from='client.59874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:13 smithi027 bash[31536]: cluster 2023-12-07T10:50:11.609472+0000 mgr.a (mgr.24293) 2400 : 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-07T10:50:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:13 smithi027 bash[31536]: audit 2023-12-07T10:50:12.194474+0000 mgr.a (mgr.24293) 2401 : audit 0 from='client.59874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:15 smithi044 bash[32620]: cluster 2023-12-07T10:50:13.610189+0000 mgr.a (mgr.24293) 2402 : cluster 0 pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:50:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:15 smithi022 bash[28554]: cluster 2023-12-07T10:50:13.610189+0000 mgr.a (mgr.24293) 2402 : cluster 0 pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:50:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:15 smithi027 bash[31536]: cluster 2023-12-07T10:50:13.610189+0000 mgr.a (mgr.24293) 2402 : cluster 0 pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:50:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:16 smithi044 bash[32620]: cluster 2023-12-07T10:50:15.611024+0000 mgr.a (mgr.24293) 2403 : cluster 0 pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:50:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:16 smithi044 bash[32620]: audit 2023-12-07T10:50:15.855980+0000 mon.a (mon.0) 796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:16 smithi044 bash[32620]: audit 2023-12-07T10:50:15.862010+0000 mon.a (mon.0) 797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:16 smithi044 bash[32620]: audit 2023-12-07T10:50:15.863490+0000 mon.a (mon.0) 798 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:16 smithi044 bash[32620]: audit 2023-12-07T10:50:15.865233+0000 mon.a (mon.0) 799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:16 smithi044 bash[32620]: audit 2023-12-07T10:50:15.873395+0000 mon.a (mon.0) 800 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:16 smithi022 bash[28554]: cluster 2023-12-07T10:50:15.611024+0000 mgr.a (mgr.24293) 2403 : cluster 0 pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:16 smithi022 bash[28554]: audit 2023-12-07T10:50:15.855980+0000 mon.a (mon.0) 796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:16 smithi022 bash[28554]: audit 2023-12-07T10:50:15.862010+0000 mon.a (mon.0) 797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:16 smithi022 bash[28554]: audit 2023-12-07T10:50:15.863490+0000 mon.a (mon.0) 798 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:50:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:16 smithi022 bash[28554]: audit 2023-12-07T10:50:15.865233+0000 mon.a (mon.0) 799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:50:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:16 smithi022 bash[28554]: audit 2023-12-07T10:50:15.873395+0000 mon.a (mon.0) 800 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:16 smithi027 bash[31536]: cluster 2023-12-07T10:50:15.611024+0000 mgr.a (mgr.24293) 2403 : cluster 0 pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:50:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:16 smithi027 bash[31536]: audit 2023-12-07T10:50:15.855980+0000 mon.a (mon.0) 796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:16 smithi027 bash[31536]: audit 2023-12-07T10:50:15.862010+0000 mon.a (mon.0) 797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:16 smithi027 bash[31536]: audit 2023-12-07T10:50:15.863490+0000 mon.a (mon.0) 798 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:50:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:16 smithi027 bash[31536]: audit 2023-12-07T10:50:15.865233+0000 mon.a (mon.0) 799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:50:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:16 smithi027 bash[31536]: audit 2023-12-07T10:50:15.873395+0000 mon.a (mon.0) 800 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:50:17.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:17.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:17.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:18.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:18.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:18.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:18.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:18.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:18 smithi044 bash[32620]: cluster 2023-12-07T10:50:17.611617+0000 mgr.a (mgr.24293) 2404 : cluster 0 pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:18 smithi044 bash[32620]: audit 2023-12-07T10:50:18.135834+0000 mgr.a (mgr.24293) 2405 : audit 0 from='client.59952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:18 smithi022 bash[28554]: cluster 2023-12-07T10:50:17.611617+0000 mgr.a (mgr.24293) 2404 : cluster 0 pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:18 smithi022 bash[28554]: audit 2023-12-07T10:50:18.135834+0000 mgr.a (mgr.24293) 2405 : audit 0 from='client.59952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:18 smithi027 bash[31536]: cluster 2023-12-07T10:50:17.611617+0000 mgr.a (mgr.24293) 2404 : cluster 0 pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:18 smithi027 bash[31536]: audit 2023-12-07T10:50:18.135834+0000 mgr.a (mgr.24293) 2405 : audit 0 from='client.59952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:20 smithi044 bash[32620]: cluster 2023-12-07T10:50:19.612251+0000 mgr.a (mgr.24293) 2406 : cluster 0 pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:20 smithi022 bash[28554]: cluster 2023-12-07T10:50:19.612251+0000 mgr.a (mgr.24293) 2406 : cluster 0 pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:20 smithi027 bash[31536]: cluster 2023-12-07T10:50:19.612251+0000 mgr.a (mgr.24293) 2406 : cluster 0 pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:22 smithi044 bash[32620]: cluster 2023-12-07T10:50:21.613123+0000 mgr.a (mgr.24293) 2407 : cluster 0 pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:22 smithi022 bash[28554]: cluster 2023-12-07T10:50:21.613123+0000 mgr.a (mgr.24293) 2407 : cluster 0 pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:22 smithi027 bash[31536]: cluster 2023-12-07T10:50:21.613123+0000 mgr.a (mgr.24293) 2407 : cluster 0 pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:23.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:23.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:23.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:24.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:24.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:24.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:24.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:24.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:24 smithi044 bash[32620]: cluster 2023-12-07T10:50:23.613697+0000 mgr.a (mgr.24293) 2408 : 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-07T10:50:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:24 smithi044 bash[32620]: audit 2023-12-07T10:50:24.084187+0000 mgr.a (mgr.24293) 2409 : audit 0 from='client.60027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:24 smithi022 bash[28554]: cluster 2023-12-07T10:50:23.613697+0000 mgr.a (mgr.24293) 2408 : 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-07T10:50:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:24 smithi022 bash[28554]: audit 2023-12-07T10:50:24.084187+0000 mgr.a (mgr.24293) 2409 : audit 0 from='client.60027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:24 smithi027 bash[31536]: cluster 2023-12-07T10:50:23.613697+0000 mgr.a (mgr.24293) 2408 : 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-07T10:50:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:24 smithi027 bash[31536]: audit 2023-12-07T10:50:24.084187+0000 mgr.a (mgr.24293) 2409 : audit 0 from='client.60027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:26 smithi044 bash[32620]: cluster 2023-12-07T10:50:25.614622+0000 mgr.a (mgr.24293) 2410 : 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-07T10:50:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:26 smithi022 bash[28554]: cluster 2023-12-07T10:50:25.614622+0000 mgr.a (mgr.24293) 2410 : 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-07T10:50:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:26 smithi027 bash[31536]: cluster 2023-12-07T10:50:25.614622+0000 mgr.a (mgr.24293) 2410 : 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-07T10:50:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:28 smithi044 bash[32620]: cluster 2023-12-07T10:50:27.615195+0000 mgr.a (mgr.24293) 2411 : 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-07T10:50:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:28 smithi022 bash[28554]: cluster 2023-12-07T10:50:27.615195+0000 mgr.a (mgr.24293) 2411 : 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-07T10:50:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:28 smithi027 bash[31536]: cluster 2023-12-07T10:50:27.615195+0000 mgr.a (mgr.24293) 2411 : 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-07T10:50:29.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:29.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:29.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:30.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:30.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:30.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:30.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:30.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:30 smithi044 bash[32620]: cluster 2023-12-07T10:50:29.615940+0000 mgr.a (mgr.24293) 2412 : 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-07T10:50:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:30 smithi044 bash[32620]: audit 2023-12-07T10:50:30.029784+0000 mgr.a (mgr.24293) 2413 : audit 0 from='client.60102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:30 smithi022 bash[28554]: cluster 2023-12-07T10:50:29.615940+0000 mgr.a (mgr.24293) 2412 : 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-07T10:50:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:30 smithi022 bash[28554]: audit 2023-12-07T10:50:30.029784+0000 mgr.a (mgr.24293) 2413 : audit 0 from='client.60102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:30 smithi027 bash[31536]: cluster 2023-12-07T10:50:29.615940+0000 mgr.a (mgr.24293) 2412 : 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-07T10:50:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:30 smithi027 bash[31536]: audit 2023-12-07T10:50:30.029784+0000 mgr.a (mgr.24293) 2413 : audit 0 from='client.60102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:32 smithi044 bash[32620]: cluster 2023-12-07T10:50:31.616956+0000 mgr.a (mgr.24293) 2414 : cluster 0 pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:50:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:32 smithi022 bash[28554]: cluster 2023-12-07T10:50:31.616956+0000 mgr.a (mgr.24293) 2414 : cluster 0 pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:50:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:32 smithi027 bash[31536]: cluster 2023-12-07T10:50:31.616956+0000 mgr.a (mgr.24293) 2414 : cluster 0 pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:50:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:34 smithi044 bash[32620]: cluster 2023-12-07T10:50:33.617537+0000 mgr.a (mgr.24293) 2415 : cluster 0 pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:50:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:34 smithi022 bash[28554]: cluster 2023-12-07T10:50:33.617537+0000 mgr.a (mgr.24293) 2415 : cluster 0 pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:50:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:34 smithi027 bash[31536]: cluster 2023-12-07T10:50:33.617537+0000 mgr.a (mgr.24293) 2415 : cluster 0 pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:50:35.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:35.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:35.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:36.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:36.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:36.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:36.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:36.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:36 smithi044 bash[32620]: cluster 2023-12-07T10:50:35.618284+0000 mgr.a (mgr.24293) 2416 : cluster 0 pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:36 smithi044 bash[32620]: audit 2023-12-07T10:50:35.971228+0000 mgr.a (mgr.24293) 2417 : audit 0 from='client.60177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:36 smithi022 bash[28554]: cluster 2023-12-07T10:50:35.618284+0000 mgr.a (mgr.24293) 2416 : cluster 0 pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:36 smithi022 bash[28554]: audit 2023-12-07T10:50:35.971228+0000 mgr.a (mgr.24293) 2417 : audit 0 from='client.60177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:36 smithi027 bash[31536]: cluster 2023-12-07T10:50:35.618284+0000 mgr.a (mgr.24293) 2416 : cluster 0 pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:36 smithi027 bash[31536]: audit 2023-12-07T10:50:35.971228+0000 mgr.a (mgr.24293) 2417 : audit 0 from='client.60177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:38 smithi044 bash[32620]: cluster 2023-12-07T10:50:37.619007+0000 mgr.a (mgr.24293) 2418 : cluster 0 pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:38 smithi022 bash[28554]: cluster 2023-12-07T10:50:37.619007+0000 mgr.a (mgr.24293) 2418 : cluster 0 pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:38 smithi027 bash[31536]: cluster 2023-12-07T10:50:37.619007+0000 mgr.a (mgr.24293) 2418 : cluster 0 pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:40 smithi044 bash[32620]: cluster 2023-12-07T10:50:39.619647+0000 mgr.a (mgr.24293) 2419 : cluster 0 pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:40 smithi022 bash[28554]: cluster 2023-12-07T10:50:39.619647+0000 mgr.a (mgr.24293) 2419 : cluster 0 pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:40 smithi027 bash[31536]: cluster 2023-12-07T10:50:39.619647+0000 mgr.a (mgr.24293) 2419 : cluster 0 pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:41.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:41.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:41.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:42.407 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:42.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:42.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:42.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:42.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:42 smithi044 bash[32620]: cluster 2023-12-07T10:50:41.620387+0000 mgr.a (mgr.24293) 2420 : cluster 0 pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:42 smithi044 bash[32620]: audit 2023-12-07T10:50:41.885560+0000 mgr.a (mgr.24293) 2421 : audit 0 from='client.60249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:42 smithi022 bash[28554]: cluster 2023-12-07T10:50:41.620387+0000 mgr.a (mgr.24293) 2420 : cluster 0 pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:42 smithi022 bash[28554]: audit 2023-12-07T10:50:41.885560+0000 mgr.a (mgr.24293) 2421 : audit 0 from='client.60249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:42 smithi027 bash[31536]: cluster 2023-12-07T10:50:41.620387+0000 mgr.a (mgr.24293) 2420 : cluster 0 pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:42 smithi027 bash[31536]: audit 2023-12-07T10:50:41.885560+0000 mgr.a (mgr.24293) 2421 : audit 0 from='client.60249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:44 smithi044 bash[32620]: cluster 2023-12-07T10:50:43.621120+0000 mgr.a (mgr.24293) 2422 : cluster 0 pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:50:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:44 smithi022 bash[28554]: cluster 2023-12-07T10:50:43.621120+0000 mgr.a (mgr.24293) 2422 : cluster 0 pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:50:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:44 smithi027 bash[31536]: cluster 2023-12-07T10:50:43.621120+0000 mgr.a (mgr.24293) 2422 : cluster 0 pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:50:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:46 smithi044 bash[32620]: cluster 2023-12-07T10:50:45.622053+0000 mgr.a (mgr.24293) 2423 : cluster 0 pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:50:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:46 smithi022 bash[28554]: cluster 2023-12-07T10:50:45.622053+0000 mgr.a (mgr.24293) 2423 : cluster 0 pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:50:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:46 smithi027 bash[31536]: cluster 2023-12-07T10:50:45.622053+0000 mgr.a (mgr.24293) 2423 : cluster 0 pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:50:47.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:47.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:47.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:48.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:48.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:48.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:48.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:48.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:48 smithi044 bash[32620]: cluster 2023-12-07T10:50:47.622486+0000 mgr.a (mgr.24293) 2424 : cluster 0 pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:48 smithi044 bash[32620]: audit 2023-12-07T10:50:47.828748+0000 mgr.a (mgr.24293) 2425 : audit 0 from='client.60321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:48 smithi022 bash[28554]: cluster 2023-12-07T10:50:47.622486+0000 mgr.a (mgr.24293) 2424 : cluster 0 pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:48 smithi022 bash[28554]: audit 2023-12-07T10:50:47.828748+0000 mgr.a (mgr.24293) 2425 : audit 0 from='client.60321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:48 smithi027 bash[31536]: cluster 2023-12-07T10:50:47.622486+0000 mgr.a (mgr.24293) 2424 : cluster 0 pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:48 smithi027 bash[31536]: audit 2023-12-07T10:50:47.828748+0000 mgr.a (mgr.24293) 2425 : audit 0 from='client.60321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:50 smithi022 bash[28554]: cluster 2023-12-07T10:50:49.623253+0000 mgr.a (mgr.24293) 2426 : cluster 0 pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:50 smithi027 bash[31536]: cluster 2023-12-07T10:50:49.623253+0000 mgr.a (mgr.24293) 2426 : cluster 0 pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:50 smithi044 bash[32620]: cluster 2023-12-07T10:50:49.623253+0000 mgr.a (mgr.24293) 2426 : cluster 0 pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:52 smithi027 bash[31536]: cluster 2023-12-07T10:50:51.624100+0000 mgr.a (mgr.24293) 2427 : cluster 0 pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:53.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:53.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:53.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:52 smithi044 bash[32620]: cluster 2023-12-07T10:50:51.624100+0000 mgr.a (mgr.24293) 2427 : cluster 0 pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:52 smithi022 bash[28554]: cluster 2023-12-07T10:50:51.624100+0000 mgr.a (mgr.24293) 2427 : cluster 0 pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:54.280 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:50:54.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:54.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:54.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:54.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:50:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:54 smithi027 bash[31536]: cluster 2023-12-07T10:50:53.624642+0000 mgr.a (mgr.24293) 2428 : cluster 0 pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:54 smithi027 bash[31536]: audit 2023-12-07T10:50:53.759116+0000 mgr.a (mgr.24293) 2429 : audit 0 from='client.60399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:54 smithi044 bash[32620]: cluster 2023-12-07T10:50:53.624642+0000 mgr.a (mgr.24293) 2428 : cluster 0 pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:54 smithi044 bash[32620]: audit 2023-12-07T10:50:53.759116+0000 mgr.a (mgr.24293) 2429 : audit 0 from='client.60399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:54 smithi022 bash[28554]: cluster 2023-12-07T10:50:53.624642+0000 mgr.a (mgr.24293) 2428 : cluster 0 pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:54 smithi022 bash[28554]: audit 2023-12-07T10:50:53.759116+0000 mgr.a (mgr.24293) 2429 : audit 0 from='client.60399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:56 smithi027 bash[31536]: cluster 2023-12-07T10:50:55.625547+0000 mgr.a (mgr.24293) 2430 : cluster 0 pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:56 smithi044 bash[32620]: cluster 2023-12-07T10:50:55.625547+0000 mgr.a (mgr.24293) 2430 : cluster 0 pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:56 smithi022 bash[28554]: cluster 2023-12-07T10:50:55.625547+0000 mgr.a (mgr.24293) 2430 : cluster 0 pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:50:58 smithi027 bash[31536]: cluster 2023-12-07T10:50:57.626291+0000 mgr.a (mgr.24293) 2431 : 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-07T10:50:59.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:50:59.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:59.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:50:58 smithi044 bash[32620]: cluster 2023-12-07T10:50:57.626291+0000 mgr.a (mgr.24293) 2431 : 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-07T10:50:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:50:58 smithi022 bash[28554]: cluster 2023-12-07T10:50:57.626291+0000 mgr.a (mgr.24293) 2431 : 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-07T10:51:00.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:00 smithi027 bash[31536]: cluster 2023-12-07T10:50:59.626731+0000 mgr.a (mgr.24293) 2432 : 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-07T10:51:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:00 smithi027 bash[31536]: audit 2023-12-07T10:50:59.691927+0000 mgr.a (mgr.24293) 2433 : audit 0 from='client.60471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:00 smithi044 bash[32620]: cluster 2023-12-07T10:50:59.626731+0000 mgr.a (mgr.24293) 2432 : 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-07T10:51:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:00 smithi044 bash[32620]: audit 2023-12-07T10:50:59.691927+0000 mgr.a (mgr.24293) 2433 : audit 0 from='client.60471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:00 smithi022 bash[28554]: cluster 2023-12-07T10:50:59.626731+0000 mgr.a (mgr.24293) 2432 : 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-07T10:51:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:00 smithi022 bash[28554]: audit 2023-12-07T10:50:59.691927+0000 mgr.a (mgr.24293) 2433 : audit 0 from='client.60471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:02 smithi044 bash[32620]: cluster 2023-12-07T10:51:01.627614+0000 mgr.a (mgr.24293) 2434 : 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-07T10:51:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:02 smithi022 bash[28554]: cluster 2023-12-07T10:51:01.627614+0000 mgr.a (mgr.24293) 2434 : 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-07T10:51:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:02 smithi027 bash[31536]: cluster 2023-12-07T10:51:01.627614+0000 mgr.a (mgr.24293) 2434 : 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-07T10:51:05.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:05.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:05.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:04 smithi044 bash[32620]: cluster 2023-12-07T10:51:03.628243+0000 mgr.a (mgr.24293) 2435 : 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-07T10:51:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:04 smithi022 bash[28554]: cluster 2023-12-07T10:51:03.628243+0000 mgr.a (mgr.24293) 2435 : 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-07T10:51:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:04 smithi027 bash[31536]: cluster 2023-12-07T10:51:03.628243+0000 mgr.a (mgr.24293) 2435 : 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-07T10:51:06.156 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:06.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:06.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:06.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:06.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:06 smithi044 bash[32620]: cluster 2023-12-07T10:51:05.629113+0000 mgr.a (mgr.24293) 2436 : cluster 0 pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:06 smithi044 bash[32620]: audit 2023-12-07T10:51:05.634505+0000 mgr.a (mgr.24293) 2437 : audit 0 from='client.60549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:06 smithi022 bash[28554]: cluster 2023-12-07T10:51:05.629113+0000 mgr.a (mgr.24293) 2436 : cluster 0 pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:06 smithi022 bash[28554]: audit 2023-12-07T10:51:05.634505+0000 mgr.a (mgr.24293) 2437 : audit 0 from='client.60549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:06 smithi027 bash[31536]: cluster 2023-12-07T10:51:05.629113+0000 mgr.a (mgr.24293) 2436 : cluster 0 pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:06 smithi027 bash[31536]: audit 2023-12-07T10:51:05.634505+0000 mgr.a (mgr.24293) 2437 : audit 0 from='client.60549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:08 smithi044 bash[32620]: cluster 2023-12-07T10:51:07.629863+0000 mgr.a (mgr.24293) 2438 : cluster 0 pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:08 smithi022 bash[28554]: cluster 2023-12-07T10:51:07.629863+0000 mgr.a (mgr.24293) 2438 : cluster 0 pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:08 smithi027 bash[31536]: cluster 2023-12-07T10:51:07.629863+0000 mgr.a (mgr.24293) 2438 : cluster 0 pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:11.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:11.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:11.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:10 smithi044 bash[32620]: cluster 2023-12-07T10:51:09.630456+0000 mgr.a (mgr.24293) 2439 : cluster 0 pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:10 smithi022 bash[28554]: cluster 2023-12-07T10:51:09.630456+0000 mgr.a (mgr.24293) 2439 : cluster 0 pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:10 smithi027 bash[31536]: cluster 2023-12-07T10:51:09.630456+0000 mgr.a (mgr.24293) 2439 : cluster 0 pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:12.078 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:12.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:12.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:12.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:12.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:11 smithi044 bash[32620]: audit 2023-12-07T10:51:11.564356+0000 mgr.a (mgr.24293) 2440 : audit 0 from='client.60627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:11 smithi022 bash[28554]: audit 2023-12-07T10:51:11.564356+0000 mgr.a (mgr.24293) 2440 : audit 0 from='client.60627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:11 smithi027 bash[31536]: audit 2023-12-07T10:51:11.564356+0000 mgr.a (mgr.24293) 2440 : audit 0 from='client.60627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:12 smithi044 bash[32620]: cluster 2023-12-07T10:51:11.631339+0000 mgr.a (mgr.24293) 2441 : cluster 0 pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:12 smithi022 bash[28554]: cluster 2023-12-07T10:51:11.631339+0000 mgr.a (mgr.24293) 2441 : cluster 0 pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:12 smithi027 bash[31536]: cluster 2023-12-07T10:51:11.631339+0000 mgr.a (mgr.24293) 2441 : cluster 0 pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:14 smithi044 bash[32620]: cluster 2023-12-07T10:51:13.632004+0000 mgr.a (mgr.24293) 2442 : cluster 0 pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:14 smithi022 bash[28554]: cluster 2023-12-07T10:51:13.632004+0000 mgr.a (mgr.24293) 2442 : cluster 0 pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:14 smithi027 bash[31536]: cluster 2023-12-07T10:51:13.632004+0000 mgr.a (mgr.24293) 2442 : cluster 0 pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:16 smithi044 bash[32620]: audit 2023-12-07T10:51:15.978565+0000 mon.a (mon.0) 801 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:51:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:16 smithi022 bash[28554]: audit 2023-12-07T10:51:15.978565+0000 mon.a (mon.0) 801 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:51:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:16 smithi027 bash[31536]: audit 2023-12-07T10:51:15.978565+0000 mon.a (mon.0) 801 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:51:17.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:17.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:17.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:17 smithi044 bash[32620]: cluster 2023-12-07T10:51:15.632776+0000 mgr.a (mgr.24293) 2443 : 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-07T10:51:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:17 smithi022 bash[28554]: cluster 2023-12-07T10:51:15.632776+0000 mgr.a (mgr.24293) 2443 : 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-07T10:51:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:17 smithi027 bash[31536]: cluster 2023-12-07T10:51:15.632776+0000 mgr.a (mgr.24293) 2443 : 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-07T10:51:17.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:17.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:17.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:17.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:17.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.236400+0000 mon.a (mon.0) 802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.240219+0000 mon.a (mon.0) 803 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.244554+0000 mon.a (mon.0) 804 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.248177+0000 mon.a (mon.0) 805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.251168+0000 mon.a (mon.0) 806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.255221+0000 mon.a (mon.0) 807 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.256298+0000 mon.a (mon.0) 808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:51:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.257264+0000 mon.a (mon.0) 809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.263166+0000 mon.a (mon.0) 810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:18 smithi044 bash[32620]: audit 2023-12-07T10:51:17.472168+0000 mgr.a (mgr.24293) 2444 : audit 0 from='client.60705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.236400+0000 mon.a (mon.0) 802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.240219+0000 mon.a (mon.0) 803 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.244554+0000 mon.a (mon.0) 804 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.248177+0000 mon.a (mon.0) 805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.251168+0000 mon.a (mon.0) 806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.255221+0000 mon.a (mon.0) 807 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.256298+0000 mon.a (mon.0) 808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:51:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.257264+0000 mon.a (mon.0) 809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:51:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.263166+0000 mon.a (mon.0) 810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:18 smithi022 bash[28554]: audit 2023-12-07T10:51:17.472168+0000 mgr.a (mgr.24293) 2444 : audit 0 from='client.60705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.236400+0000 mon.a (mon.0) 802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.240219+0000 mon.a (mon.0) 803 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.244554+0000 mon.a (mon.0) 804 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.248177+0000 mon.a (mon.0) 805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.251168+0000 mon.a (mon.0) 806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.255221+0000 mon.a (mon.0) 807 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.256298+0000 mon.a (mon.0) 808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:51:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.257264+0000 mon.a (mon.0) 809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:51:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.263166+0000 mon.a (mon.0) 810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:51:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:18 smithi027 bash[31536]: audit 2023-12-07T10:51:17.472168+0000 mgr.a (mgr.24293) 2444 : audit 0 from='client.60705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:19 smithi044 bash[32620]: cluster 2023-12-07T10:51:17.633606+0000 mgr.a (mgr.24293) 2445 : cluster 0 pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:19 smithi022 bash[28554]: cluster 2023-12-07T10:51:17.633606+0000 mgr.a (mgr.24293) 2445 : cluster 0 pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:19 smithi027 bash[31536]: cluster 2023-12-07T10:51:17.633606+0000 mgr.a (mgr.24293) 2445 : cluster 0 pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:21 smithi044 bash[32620]: cluster 2023-12-07T10:51:19.634134+0000 mgr.a (mgr.24293) 2446 : cluster 0 pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:21 smithi022 bash[28554]: cluster 2023-12-07T10:51:19.634134+0000 mgr.a (mgr.24293) 2446 : cluster 0 pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:21 smithi027 bash[31536]: cluster 2023-12-07T10:51:19.634134+0000 mgr.a (mgr.24293) 2446 : cluster 0 pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:23.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:23.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:23.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:23 smithi044 bash[32620]: cluster 2023-12-07T10:51:21.634957+0000 mgr.a (mgr.24293) 2447 : cluster 0 pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:23 smithi022 bash[28554]: cluster 2023-12-07T10:51:21.634957+0000 mgr.a (mgr.24293) 2447 : cluster 0 pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:23 smithi027 bash[31536]: cluster 2023-12-07T10:51:21.634957+0000 mgr.a (mgr.24293) 2447 : cluster 0 pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:23.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:23.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:23.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:23.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:23.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:24 smithi044 bash[32620]: audit 2023-12-07T10:51:23.410238+0000 mgr.a (mgr.24293) 2448 : audit 0 from='client.60783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:24 smithi022 bash[28554]: audit 2023-12-07T10:51:23.410238+0000 mgr.a (mgr.24293) 2448 : audit 0 from='client.60783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:24 smithi027 bash[31536]: audit 2023-12-07T10:51:23.410238+0000 mgr.a (mgr.24293) 2448 : audit 0 from='client.60783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:25 smithi044 bash[32620]: cluster 2023-12-07T10:51:23.635613+0000 mgr.a (mgr.24293) 2449 : cluster 0 pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:25 smithi022 bash[28554]: cluster 2023-12-07T10:51:23.635613+0000 mgr.a (mgr.24293) 2449 : cluster 0 pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:25 smithi027 bash[31536]: cluster 2023-12-07T10:51:23.635613+0000 mgr.a (mgr.24293) 2449 : cluster 0 pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:27 smithi044 bash[32620]: cluster 2023-12-07T10:51:25.636440+0000 mgr.a (mgr.24293) 2450 : cluster 0 pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:27 smithi022 bash[28554]: cluster 2023-12-07T10:51:25.636440+0000 mgr.a (mgr.24293) 2450 : cluster 0 pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:27 smithi027 bash[31536]: cluster 2023-12-07T10:51:25.636440+0000 mgr.a (mgr.24293) 2450 : cluster 0 pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:28.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:28.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:28.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:29 smithi044 bash[32620]: cluster 2023-12-07T10:51:27.637036+0000 mgr.a (mgr.24293) 2451 : 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-07T10:51:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:29 smithi022 bash[28554]: cluster 2023-12-07T10:51:27.637036+0000 mgr.a (mgr.24293) 2451 : 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-07T10:51:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:29 smithi027 bash[31536]: cluster 2023-12-07T10:51:27.637036+0000 mgr.a (mgr.24293) 2451 : 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-07T10:51:29.869 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:29.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:29.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:29.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:29.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:30 smithi044 bash[32620]: audit 2023-12-07T10:51:29.350944+0000 mgr.a (mgr.24293) 2452 : audit 0 from='client.60861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:30 smithi022 bash[28554]: audit 2023-12-07T10:51:29.350944+0000 mgr.a (mgr.24293) 2452 : audit 0 from='client.60861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:30 smithi027 bash[31536]: audit 2023-12-07T10:51:29.350944+0000 mgr.a (mgr.24293) 2452 : audit 0 from='client.60861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:31 smithi044 bash[32620]: cluster 2023-12-07T10:51:29.637623+0000 mgr.a (mgr.24293) 2453 : 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-07T10:51:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:31 smithi022 bash[28554]: cluster 2023-12-07T10:51:29.637623+0000 mgr.a (mgr.24293) 2453 : 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-07T10:51:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:31 smithi027 bash[31536]: cluster 2023-12-07T10:51:29.637623+0000 mgr.a (mgr.24293) 2453 : 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-07T10:51:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:33 smithi044 bash[32620]: cluster 2023-12-07T10:51:31.638633+0000 mgr.a (mgr.24293) 2454 : 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-07T10:51:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:33 smithi022 bash[28554]: cluster 2023-12-07T10:51:31.638633+0000 mgr.a (mgr.24293) 2454 : 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-07T10:51:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:33 smithi027 bash[31536]: cluster 2023-12-07T10:51:31.638633+0000 mgr.a (mgr.24293) 2454 : 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-07T10:51:34.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:34.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:34.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:35 smithi044 bash[32620]: cluster 2023-12-07T10:51:33.639357+0000 mgr.a (mgr.24293) 2455 : 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-07T10:51:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:35 smithi022 bash[28554]: cluster 2023-12-07T10:51:33.639357+0000 mgr.a (mgr.24293) 2455 : 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-07T10:51:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:35 smithi027 bash[31536]: cluster 2023-12-07T10:51:33.639357+0000 mgr.a (mgr.24293) 2455 : 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-07T10:51:35.813 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:35.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:35.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:35.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:35.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:36 smithi044 bash[32620]: audit 2023-12-07T10:51:35.278760+0000 mgr.a (mgr.24293) 2456 : audit 0 from='client.60936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:36 smithi022 bash[28554]: audit 2023-12-07T10:51:35.278760+0000 mgr.a (mgr.24293) 2456 : audit 0 from='client.60936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:36 smithi027 bash[31536]: audit 2023-12-07T10:51:35.278760+0000 mgr.a (mgr.24293) 2456 : audit 0 from='client.60936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:37 smithi044 bash[32620]: cluster 2023-12-07T10:51:35.640203+0000 mgr.a (mgr.24293) 2457 : cluster 0 pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:37 smithi022 bash[28554]: cluster 2023-12-07T10:51:35.640203+0000 mgr.a (mgr.24293) 2457 : cluster 0 pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:37 smithi027 bash[31536]: cluster 2023-12-07T10:51:35.640203+0000 mgr.a (mgr.24293) 2457 : cluster 0 pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:39 smithi044 bash[32620]: cluster 2023-12-07T10:51:37.640853+0000 mgr.a (mgr.24293) 2458 : cluster 0 pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:39 smithi022 bash[28554]: cluster 2023-12-07T10:51:37.640853+0000 mgr.a (mgr.24293) 2458 : cluster 0 pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:39 smithi027 bash[31536]: cluster 2023-12-07T10:51:37.640853+0000 mgr.a (mgr.24293) 2458 : cluster 0 pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:40.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:40.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:40.817 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:41 smithi044 bash[32620]: cluster 2023-12-07T10:51:39.641567+0000 mgr.a (mgr.24293) 2459 : cluster 0 pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:41 smithi022 bash[28554]: cluster 2023-12-07T10:51:39.641567+0000 mgr.a (mgr.24293) 2459 : cluster 0 pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:41 smithi027 bash[31536]: cluster 2023-12-07T10:51:39.641567+0000 mgr.a (mgr.24293) 2459 : cluster 0 pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:41.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:41.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:41.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:41.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:41.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:42 smithi044 bash[32620]: audit 2023-12-07T10:51:41.232087+0000 mgr.a (mgr.24293) 2460 : audit 0 from='client.61011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:42 smithi022 bash[28554]: audit 2023-12-07T10:51:41.232087+0000 mgr.a (mgr.24293) 2460 : audit 0 from='client.61011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:42 smithi027 bash[31536]: audit 2023-12-07T10:51:41.232087+0000 mgr.a (mgr.24293) 2460 : audit 0 from='client.61011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:43 smithi044 bash[32620]: cluster 2023-12-07T10:51:41.642328+0000 mgr.a (mgr.24293) 2461 : cluster 0 pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:43 smithi022 bash[28554]: cluster 2023-12-07T10:51:41.642328+0000 mgr.a (mgr.24293) 2461 : cluster 0 pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:43 smithi027 bash[31536]: cluster 2023-12-07T10:51:41.642328+0000 mgr.a (mgr.24293) 2461 : cluster 0 pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:45 smithi044 bash[32620]: cluster 2023-12-07T10:51:43.642845+0000 mgr.a (mgr.24293) 2462 : cluster 0 pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:45 smithi022 bash[28554]: cluster 2023-12-07T10:51:43.642845+0000 mgr.a (mgr.24293) 2462 : cluster 0 pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:45 smithi027 bash[31536]: cluster 2023-12-07T10:51:43.642845+0000 mgr.a (mgr.24293) 2462 : cluster 0 pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:46.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:46.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:46.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:47.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:47.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:47.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:47.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:47.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:47 smithi044 bash[32620]: cluster 2023-12-07T10:51:45.643742+0000 mgr.a (mgr.24293) 2463 : cluster 0 pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:47 smithi022 bash[28554]: cluster 2023-12-07T10:51:45.643742+0000 mgr.a (mgr.24293) 2463 : cluster 0 pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:47 smithi027 bash[31536]: cluster 2023-12-07T10:51:45.643742+0000 mgr.a (mgr.24293) 2463 : cluster 0 pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:48 smithi044 bash[32620]: audit 2023-12-07T10:51:47.158389+0000 mgr.a (mgr.24293) 2464 : audit 0 from='client.61080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:48 smithi022 bash[28554]: audit 2023-12-07T10:51:47.158389+0000 mgr.a (mgr.24293) 2464 : audit 0 from='client.61080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:48 smithi027 bash[31536]: audit 2023-12-07T10:51:47.158389+0000 mgr.a (mgr.24293) 2464 : audit 0 from='client.61080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:49 smithi044 bash[32620]: cluster 2023-12-07T10:51:47.644377+0000 mgr.a (mgr.24293) 2465 : cluster 0 pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:49 smithi022 bash[28554]: cluster 2023-12-07T10:51:47.644377+0000 mgr.a (mgr.24293) 2465 : cluster 0 pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:49 smithi027 bash[31536]: cluster 2023-12-07T10:51:47.644377+0000 mgr.a (mgr.24293) 2465 : cluster 0 pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:51 smithi044 bash[32620]: cluster 2023-12-07T10:51:49.645087+0000 mgr.a (mgr.24293) 2466 : cluster 0 pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:51 smithi022 bash[28554]: cluster 2023-12-07T10:51:49.645087+0000 mgr.a (mgr.24293) 2466 : cluster 0 pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:51 smithi027 bash[31536]: cluster 2023-12-07T10:51:49.645087+0000 mgr.a (mgr.24293) 2466 : cluster 0 pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:52.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:52.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:52.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:53.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:53.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:53.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:53.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:53.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:53 smithi044 bash[32620]: cluster 2023-12-07T10:51:51.645926+0000 mgr.a (mgr.24293) 2467 : cluster 0 pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:53 smithi022 bash[28554]: cluster 2023-12-07T10:51:51.645926+0000 mgr.a (mgr.24293) 2467 : cluster 0 pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:53 smithi027 bash[31536]: cluster 2023-12-07T10:51:51.645926+0000 mgr.a (mgr.24293) 2467 : cluster 0 pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:54 smithi044 bash[32620]: audit 2023-12-07T10:51:53.078809+0000 mgr.a (mgr.24293) 2468 : audit 0 from='client.61158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:54 smithi022 bash[28554]: audit 2023-12-07T10:51:53.078809+0000 mgr.a (mgr.24293) 2468 : audit 0 from='client.61158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:54 smithi027 bash[31536]: audit 2023-12-07T10:51:53.078809+0000 mgr.a (mgr.24293) 2468 : audit 0 from='client.61158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:55 smithi044 bash[32620]: cluster 2023-12-07T10:51:53.646666+0000 mgr.a (mgr.24293) 2469 : cluster 0 pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:55 smithi022 bash[28554]: cluster 2023-12-07T10:51:53.646666+0000 mgr.a (mgr.24293) 2469 : cluster 0 pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:55 smithi027 bash[31536]: cluster 2023-12-07T10:51:53.646666+0000 mgr.a (mgr.24293) 2469 : cluster 0 pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:57 smithi044 bash[32620]: cluster 2023-12-07T10:51:55.647472+0000 mgr.a (mgr.24293) 2470 : cluster 0 pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:57 smithi022 bash[28554]: cluster 2023-12-07T10:51:55.647472+0000 mgr.a (mgr.24293) 2470 : cluster 0 pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:57 smithi027 bash[31536]: cluster 2023-12-07T10:51:55.647472+0000 mgr.a (mgr.24293) 2470 : cluster 0 pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:51:58.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:51:58.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:58.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:59.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:51:59.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:51:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:51:59 smithi044 bash[32620]: cluster 2023-12-07T10:51:57.648031+0000 mgr.a (mgr.24293) 2471 : cluster 0 pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:51:59 smithi022 bash[28554]: cluster 2023-12-07T10:51:57.648031+0000 mgr.a (mgr.24293) 2471 : cluster 0 pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:51:59 smithi027 bash[31536]: cluster 2023-12-07T10:51:57.648031+0000 mgr.a (mgr.24293) 2471 : cluster 0 pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:00 smithi044 bash[32620]: audit 2023-12-07T10:51:59.009373+0000 mgr.a (mgr.24293) 2472 : audit 0 from='client.61236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:00 smithi022 bash[28554]: audit 2023-12-07T10:51:59.009373+0000 mgr.a (mgr.24293) 2472 : audit 0 from='client.61236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:00 smithi027 bash[31536]: audit 2023-12-07T10:51:59.009373+0000 mgr.a (mgr.24293) 2472 : audit 0 from='client.61236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:01 smithi044 bash[32620]: cluster 2023-12-07T10:51:59.648749+0000 mgr.a (mgr.24293) 2473 : cluster 0 pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:01 smithi022 bash[28554]: cluster 2023-12-07T10:51:59.648749+0000 mgr.a (mgr.24293) 2473 : cluster 0 pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:01 smithi027 bash[31536]: cluster 2023-12-07T10:51:59.648749+0000 mgr.a (mgr.24293) 2473 : cluster 0 pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:03 smithi044 bash[32620]: cluster 2023-12-07T10:52:01.649597+0000 mgr.a (mgr.24293) 2474 : cluster 0 pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:03 smithi022 bash[28554]: cluster 2023-12-07T10:52:01.649597+0000 mgr.a (mgr.24293) 2474 : cluster 0 pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:03 smithi027 bash[31536]: cluster 2023-12-07T10:52:01.649597+0000 mgr.a (mgr.24293) 2474 : cluster 0 pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:04.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:04.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:04.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:05.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:05.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:05.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:05.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:05.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:05 smithi044 bash[32620]: cluster 2023-12-07T10:52:03.650230+0000 mgr.a (mgr.24293) 2475 : 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-07T10:52:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:05 smithi022 bash[28554]: cluster 2023-12-07T10:52:03.650230+0000 mgr.a (mgr.24293) 2475 : 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-07T10:52:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:05 smithi027 bash[31536]: cluster 2023-12-07T10:52:03.650230+0000 mgr.a (mgr.24293) 2475 : 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-07T10:52:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:06 smithi044 bash[32620]: audit 2023-12-07T10:52:04.953093+0000 mgr.a (mgr.24293) 2476 : audit 0 from='client.61314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:06 smithi022 bash[28554]: audit 2023-12-07T10:52:04.953093+0000 mgr.a (mgr.24293) 2476 : audit 0 from='client.61314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:06 smithi027 bash[31536]: audit 2023-12-07T10:52:04.953093+0000 mgr.a (mgr.24293) 2476 : audit 0 from='client.61314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:07 smithi044 bash[32620]: cluster 2023-12-07T10:52:05.651217+0000 mgr.a (mgr.24293) 2477 : cluster 0 pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:52:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:07 smithi022 bash[28554]: cluster 2023-12-07T10:52:05.651217+0000 mgr.a (mgr.24293) 2477 : cluster 0 pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:52:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:07 smithi027 bash[31536]: cluster 2023-12-07T10:52:05.651217+0000 mgr.a (mgr.24293) 2477 : cluster 0 pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:52:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:09 smithi044 bash[32620]: cluster 2023-12-07T10:52:07.651822+0000 mgr.a (mgr.24293) 2478 : cluster 0 pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:52:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:09 smithi022 bash[28554]: cluster 2023-12-07T10:52:07.651822+0000 mgr.a (mgr.24293) 2478 : cluster 0 pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:52:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:09 smithi027 bash[31536]: cluster 2023-12-07T10:52:07.651822+0000 mgr.a (mgr.24293) 2478 : cluster 0 pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:52:10.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:10.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:10.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:11.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:11.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:11.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:11.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:11.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:11 smithi044 bash[32620]: cluster 2023-12-07T10:52:09.652422+0000 mgr.a (mgr.24293) 2479 : cluster 0 pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:52:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:11 smithi022 bash[28554]: cluster 2023-12-07T10:52:09.652422+0000 mgr.a (mgr.24293) 2479 : cluster 0 pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:52:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:11 smithi027 bash[31536]: cluster 2023-12-07T10:52:09.652422+0000 mgr.a (mgr.24293) 2479 : cluster 0 pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:52:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:12 smithi027 bash[31536]: audit 2023-12-07T10:52:10.897922+0000 mgr.a (mgr.24293) 2480 : audit 0 from='client.61386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:12 smithi044 bash[32620]: audit 2023-12-07T10:52:10.897922+0000 mgr.a (mgr.24293) 2480 : audit 0 from='client.61386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:12 smithi022 bash[28554]: audit 2023-12-07T10:52:10.897922+0000 mgr.a (mgr.24293) 2480 : audit 0 from='client.61386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:13 smithi027 bash[31536]: cluster 2023-12-07T10:52:11.653602+0000 mgr.a (mgr.24293) 2481 : cluster 0 pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:13 smithi044 bash[32620]: cluster 2023-12-07T10:52:11.653602+0000 mgr.a (mgr.24293) 2481 : cluster 0 pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:13 smithi022 bash[28554]: cluster 2023-12-07T10:52:11.653602+0000 mgr.a (mgr.24293) 2481 : cluster 0 pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:15 smithi027 bash[31536]: cluster 2023-12-07T10:52:13.654237+0000 mgr.a (mgr.24293) 2482 : cluster 0 pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:15 smithi044 bash[32620]: cluster 2023-12-07T10:52:13.654237+0000 mgr.a (mgr.24293) 2482 : cluster 0 pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:15 smithi022 bash[28554]: cluster 2023-12-07T10:52:13.654237+0000 mgr.a (mgr.24293) 2482 : cluster 0 pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:16.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:16.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:16.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:17.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:17.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:17.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:17.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:17.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:17 smithi027 bash[31536]: cluster 2023-12-07T10:52:15.655022+0000 mgr.a (mgr.24293) 2483 : cluster 0 pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:17 smithi027 bash[31536]: audit 2023-12-07T10:52:17.365563+0000 mon.a (mon.0) 811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:52:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:17 smithi044 bash[32620]: cluster 2023-12-07T10:52:15.655022+0000 mgr.a (mgr.24293) 2483 : cluster 0 pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:17 smithi044 bash[32620]: audit 2023-12-07T10:52:17.365563+0000 mon.a (mon.0) 811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:52:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:17 smithi022 bash[28554]: cluster 2023-12-07T10:52:15.655022+0000 mgr.a (mgr.24293) 2483 : cluster 0 pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:17 smithi022 bash[28554]: audit 2023-12-07T10:52:17.365563+0000 mon.a (mon.0) 811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:52:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:18 smithi027 bash[31536]: audit 2023-12-07T10:52:16.828457+0000 mgr.a (mgr.24293) 2484 : audit 0 from='client.61461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:18 smithi027 bash[31536]: audit 2023-12-07T10:52:18.154586+0000 mon.a (mon.0) 812 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:52:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:18 smithi027 bash[31536]: audit 2023-12-07T10:52:18.156431+0000 mon.a (mon.0) 813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:52:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:18 smithi027 bash[31536]: audit 2023-12-07T10:52:18.166245+0000 mon.a (mon.0) 814 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:52:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:18 smithi044 bash[32620]: audit 2023-12-07T10:52:16.828457+0000 mgr.a (mgr.24293) 2484 : audit 0 from='client.61461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:18 smithi044 bash[32620]: audit 2023-12-07T10:52:18.154586+0000 mon.a (mon.0) 812 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:18 smithi044 bash[32620]: audit 2023-12-07T10:52:18.156431+0000 mon.a (mon.0) 813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:18 smithi044 bash[32620]: audit 2023-12-07T10:52:18.166245+0000 mon.a (mon.0) 814 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:18 smithi022 bash[28554]: audit 2023-12-07T10:52:16.828457+0000 mgr.a (mgr.24293) 2484 : audit 0 from='client.61461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:18 smithi022 bash[28554]: audit 2023-12-07T10:52:18.154586+0000 mon.a (mon.0) 812 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:18 smithi022 bash[28554]: audit 2023-12-07T10:52:18.156431+0000 mon.a (mon.0) 813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:52:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:18 smithi022 bash[28554]: audit 2023-12-07T10:52:18.166245+0000 mon.a (mon.0) 814 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:52:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:19 smithi044 bash[32620]: cluster 2023-12-07T10:52:17.655676+0000 mgr.a (mgr.24293) 2485 : cluster 0 pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:52:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:19 smithi022 bash[28554]: cluster 2023-12-07T10:52:17.655676+0000 mgr.a (mgr.24293) 2485 : cluster 0 pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:52:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:19 smithi027 bash[31536]: cluster 2023-12-07T10:52:17.655676+0000 mgr.a (mgr.24293) 2485 : cluster 0 pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:52:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:21 smithi044 bash[32620]: cluster 2023-12-07T10:52:19.656241+0000 mgr.a (mgr.24293) 2486 : cluster 0 pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:52:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:21 smithi022 bash[28554]: cluster 2023-12-07T10:52:19.656241+0000 mgr.a (mgr.24293) 2486 : cluster 0 pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:52:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:21 smithi027 bash[31536]: cluster 2023-12-07T10:52:19.656241+0000 mgr.a (mgr.24293) 2486 : cluster 0 pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:52:22.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:22.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:22.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:23.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:23.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:23.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:23.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:23.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:23 smithi044 bash[32620]: cluster 2023-12-07T10:52:21.657053+0000 mgr.a (mgr.24293) 2487 : cluster 0 pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:52:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:23 smithi022 bash[28554]: cluster 2023-12-07T10:52:21.657053+0000 mgr.a (mgr.24293) 2487 : cluster 0 pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:52:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:23 smithi027 bash[31536]: cluster 2023-12-07T10:52:21.657053+0000 mgr.a (mgr.24293) 2487 : cluster 0 pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:52:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:24 smithi044 bash[32620]: audit 2023-12-07T10:52:22.761732+0000 mgr.a (mgr.24293) 2488 : audit 0 from='client.61536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:24 smithi022 bash[28554]: audit 2023-12-07T10:52:22.761732+0000 mgr.a (mgr.24293) 2488 : audit 0 from='client.61536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:24 smithi027 bash[31536]: audit 2023-12-07T10:52:22.761732+0000 mgr.a (mgr.24293) 2488 : audit 0 from='client.61536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:25 smithi044 bash[32620]: cluster 2023-12-07T10:52:23.657767+0000 mgr.a (mgr.24293) 2489 : cluster 0 pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:25 smithi022 bash[28554]: cluster 2023-12-07T10:52:23.657767+0000 mgr.a (mgr.24293) 2489 : cluster 0 pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:25 smithi027 bash[31536]: cluster 2023-12-07T10:52:23.657767+0000 mgr.a (mgr.24293) 2489 : cluster 0 pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:27 smithi044 bash[32620]: cluster 2023-12-07T10:52:25.658615+0000 mgr.a (mgr.24293) 2490 : cluster 0 pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:27 smithi022 bash[28554]: cluster 2023-12-07T10:52:25.658615+0000 mgr.a (mgr.24293) 2490 : cluster 0 pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:27 smithi027 bash[31536]: cluster 2023-12-07T10:52:25.658615+0000 mgr.a (mgr.24293) 2490 : cluster 0 pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:28.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:28.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:28.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:29.216 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:29.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:29.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:29.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:29.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:29 smithi044 bash[32620]: cluster 2023-12-07T10:52:27.659294+0000 mgr.a (mgr.24293) 2491 : cluster 0 pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:29 smithi022 bash[28554]: cluster 2023-12-07T10:52:27.659294+0000 mgr.a (mgr.24293) 2491 : cluster 0 pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:29 smithi027 bash[31536]: cluster 2023-12-07T10:52:27.659294+0000 mgr.a (mgr.24293) 2491 : cluster 0 pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:30 smithi044 bash[32620]: audit 2023-12-07T10:52:28.689365+0000 mgr.a (mgr.24293) 2492 : audit 0 from='client.61611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:30 smithi022 bash[28554]: audit 2023-12-07T10:52:28.689365+0000 mgr.a (mgr.24293) 2492 : audit 0 from='client.61611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:30 smithi027 bash[31536]: audit 2023-12-07T10:52:28.689365+0000 mgr.a (mgr.24293) 2492 : audit 0 from='client.61611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:31 smithi044 bash[32620]: cluster 2023-12-07T10:52:29.659932+0000 mgr.a (mgr.24293) 2493 : cluster 0 pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:31 smithi022 bash[28554]: cluster 2023-12-07T10:52:29.659932+0000 mgr.a (mgr.24293) 2493 : cluster 0 pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:31 smithi027 bash[31536]: cluster 2023-12-07T10:52:29.659932+0000 mgr.a (mgr.24293) 2493 : cluster 0 pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:33 smithi044 bash[32620]: cluster 2023-12-07T10:52:31.660741+0000 mgr.a (mgr.24293) 2494 : cluster 0 pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:33 smithi022 bash[28554]: cluster 2023-12-07T10:52:31.660741+0000 mgr.a (mgr.24293) 2494 : cluster 0 pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:33 smithi027 bash[31536]: cluster 2023-12-07T10:52:31.660741+0000 mgr.a (mgr.24293) 2494 : cluster 0 pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:34.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:34.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:34.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:35.138 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:35.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:35.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:35.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:35.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:35 smithi044 bash[32620]: cluster 2023-12-07T10:52:33.661327+0000 mgr.a (mgr.24293) 2495 : 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-07T10:52:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:35 smithi044 bash[32620]: audit 2023-12-07T10:52:34.625333+0000 mgr.a (mgr.24293) 2496 : audit 0 from='client.61683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:35 smithi022 bash[28554]: cluster 2023-12-07T10:52:33.661327+0000 mgr.a (mgr.24293) 2495 : 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-07T10:52:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:35 smithi022 bash[28554]: audit 2023-12-07T10:52:34.625333+0000 mgr.a (mgr.24293) 2496 : audit 0 from='client.61683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:35 smithi027 bash[31536]: cluster 2023-12-07T10:52:33.661327+0000 mgr.a (mgr.24293) 2495 : 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-07T10:52:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:35 smithi027 bash[31536]: audit 2023-12-07T10:52:34.625333+0000 mgr.a (mgr.24293) 2496 : audit 0 from='client.61683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:37 smithi044 bash[32620]: cluster 2023-12-07T10:52:35.662243+0000 mgr.a (mgr.24293) 2497 : 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-07T10:52:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:37 smithi022 bash[28554]: cluster 2023-12-07T10:52:35.662243+0000 mgr.a (mgr.24293) 2497 : 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-07T10:52:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:37 smithi027 bash[31536]: cluster 2023-12-07T10:52:35.662243+0000 mgr.a (mgr.24293) 2497 : 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-07T10:52:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:39 smithi044 bash[32620]: cluster 2023-12-07T10:52:37.662810+0000 mgr.a (mgr.24293) 2498 : 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-07T10:52:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:39 smithi022 bash[28554]: cluster 2023-12-07T10:52:37.662810+0000 mgr.a (mgr.24293) 2498 : 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-07T10:52:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:39 smithi027 bash[31536]: cluster 2023-12-07T10:52:37.662810+0000 mgr.a (mgr.24293) 2498 : 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-07T10:52:40.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:40.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:40.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:41.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:41.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:41.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:41.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:41.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:41 smithi044 bash[32620]: cluster 2023-12-07T10:52:39.663403+0000 mgr.a (mgr.24293) 2499 : 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-07T10:52:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:41 smithi044 bash[32620]: audit 2023-12-07T10:52:40.552500+0000 mgr.a (mgr.24293) 2500 : audit 0 from='client.61758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:41 smithi022 bash[28554]: cluster 2023-12-07T10:52:39.663403+0000 mgr.a (mgr.24293) 2499 : 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-07T10:52:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:41 smithi022 bash[28554]: audit 2023-12-07T10:52:40.552500+0000 mgr.a (mgr.24293) 2500 : audit 0 from='client.61758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:41 smithi027 bash[31536]: cluster 2023-12-07T10:52:39.663403+0000 mgr.a (mgr.24293) 2499 : 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-07T10:52:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:41 smithi027 bash[31536]: audit 2023-12-07T10:52:40.552500+0000 mgr.a (mgr.24293) 2500 : audit 0 from='client.61758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:43 smithi044 bash[32620]: cluster 2023-12-07T10:52:41.664388+0000 mgr.a (mgr.24293) 2501 : cluster 0 pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:43 smithi022 bash[28554]: cluster 2023-12-07T10:52:41.664388+0000 mgr.a (mgr.24293) 2501 : cluster 0 pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:43 smithi027 bash[31536]: cluster 2023-12-07T10:52:41.664388+0000 mgr.a (mgr.24293) 2501 : cluster 0 pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:45 smithi044 bash[32620]: cluster 2023-12-07T10:52:43.664965+0000 mgr.a (mgr.24293) 2502 : cluster 0 pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:45.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:45 smithi022 bash[28554]: cluster 2023-12-07T10:52:43.664965+0000 mgr.a (mgr.24293) 2502 : cluster 0 pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:45 smithi027 bash[31536]: cluster 2023-12-07T10:52:43.664965+0000 mgr.a (mgr.24293) 2502 : cluster 0 pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:46.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:46.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:46.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:46.994 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:46.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:46.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:46.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:46.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:47 smithi044 bash[32620]: cluster 2023-12-07T10:52:45.665703+0000 mgr.a (mgr.24293) 2503 : cluster 0 pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:47 smithi044 bash[32620]: audit 2023-12-07T10:52:46.476600+0000 mgr.a (mgr.24293) 2504 : audit 0 from='client.61833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:47 smithi022 bash[28554]: cluster 2023-12-07T10:52:45.665703+0000 mgr.a (mgr.24293) 2503 : cluster 0 pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:47 smithi022 bash[28554]: audit 2023-12-07T10:52:46.476600+0000 mgr.a (mgr.24293) 2504 : audit 0 from='client.61833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:47 smithi027 bash[31536]: cluster 2023-12-07T10:52:45.665703+0000 mgr.a (mgr.24293) 2503 : cluster 0 pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:47 smithi027 bash[31536]: audit 2023-12-07T10:52:46.476600+0000 mgr.a (mgr.24293) 2504 : audit 0 from='client.61833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:49 smithi044 bash[32620]: cluster 2023-12-07T10:52:47.666369+0000 mgr.a (mgr.24293) 2505 : cluster 0 pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:49.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:49 smithi022 bash[28554]: cluster 2023-12-07T10:52:47.666369+0000 mgr.a (mgr.24293) 2505 : cluster 0 pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:49 smithi027 bash[31536]: cluster 2023-12-07T10:52:47.666369+0000 mgr.a (mgr.24293) 2505 : cluster 0 pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:51 smithi044 bash[32620]: cluster 2023-12-07T10:52:49.666937+0000 mgr.a (mgr.24293) 2506 : cluster 0 pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:51 smithi022 bash[28554]: cluster 2023-12-07T10:52:49.666937+0000 mgr.a (mgr.24293) 2506 : cluster 0 pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:51 smithi027 bash[31536]: cluster 2023-12-07T10:52:49.666937+0000 mgr.a (mgr.24293) 2506 : cluster 0 pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:52:51.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:51.997 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:51.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:52.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:52.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:52.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:52.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:52.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:53 smithi044 bash[32620]: cluster 2023-12-07T10:52:51.667741+0000 mgr.a (mgr.24293) 2507 : cluster 0 pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:53 smithi044 bash[32620]: audit 2023-12-07T10:52:52.409248+0000 mgr.a (mgr.24293) 2508 : audit 0 from='client.61908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:53 smithi022 bash[28554]: cluster 2023-12-07T10:52:51.667741+0000 mgr.a (mgr.24293) 2507 : cluster 0 pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:53 smithi022 bash[28554]: audit 2023-12-07T10:52:52.409248+0000 mgr.a (mgr.24293) 2508 : audit 0 from='client.61908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:53 smithi027 bash[31536]: cluster 2023-12-07T10:52:51.667741+0000 mgr.a (mgr.24293) 2507 : cluster 0 pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:53 smithi027 bash[31536]: audit 2023-12-07T10:52:52.409248+0000 mgr.a (mgr.24293) 2508 : audit 0 from='client.61908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:55 smithi044 bash[32620]: cluster 2023-12-07T10:52:53.668386+0000 mgr.a (mgr.24293) 2509 : cluster 0 pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:55.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:55 smithi022 bash[28554]: cluster 2023-12-07T10:52:53.668386+0000 mgr.a (mgr.24293) 2509 : cluster 0 pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:55 smithi027 bash[31536]: cluster 2023-12-07T10:52:53.668386+0000 mgr.a (mgr.24293) 2509 : cluster 0 pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:57 smithi044 bash[32620]: cluster 2023-12-07T10:52:55.669220+0000 mgr.a (mgr.24293) 2510 : cluster 0 pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:57 smithi022 bash[28554]: cluster 2023-12-07T10:52:55.669220+0000 mgr.a (mgr.24293) 2510 : cluster 0 pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:57.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:52:57.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:57.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:57 smithi027 bash[31536]: cluster 2023-12-07T10:52:55.669220+0000 mgr.a (mgr.24293) 2510 : cluster 0 pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:52:58.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:58.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:58.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:58.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:52:58.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:52:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:59 smithi044 bash[32620]: cluster 2023-12-07T10:52:57.669706+0000 mgr.a (mgr.24293) 2511 : cluster 0 pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:52:59 smithi044 bash[32620]: audit 2023-12-07T10:52:58.344995+0000 mgr.a (mgr.24293) 2512 : audit 0 from='client.61983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:59 smithi022 bash[28554]: cluster 2023-12-07T10:52:57.669706+0000 mgr.a (mgr.24293) 2511 : cluster 0 pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:52:59 smithi022 bash[28554]: audit 2023-12-07T10:52:58.344995+0000 mgr.a (mgr.24293) 2512 : audit 0 from='client.61983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:59 smithi027 bash[31536]: cluster 2023-12-07T10:52:57.669706+0000 mgr.a (mgr.24293) 2511 : cluster 0 pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:52:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:52:59 smithi027 bash[31536]: audit 2023-12-07T10:52:58.344995+0000 mgr.a (mgr.24293) 2512 : audit 0 from='client.61983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:01 smithi044 bash[32620]: cluster 2023-12-07T10:52:59.670369+0000 mgr.a (mgr.24293) 2513 : cluster 0 pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:01 smithi022 bash[28554]: cluster 2023-12-07T10:52:59.670369+0000 mgr.a (mgr.24293) 2513 : cluster 0 pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:01 smithi027 bash[31536]: cluster 2023-12-07T10:52:59.670369+0000 mgr.a (mgr.24293) 2513 : cluster 0 pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:03.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:03.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:03.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:03 smithi044 bash[32620]: cluster 2023-12-07T10:53:01.671169+0000 mgr.a (mgr.24293) 2514 : cluster 0 pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:03 smithi022 bash[28554]: cluster 2023-12-07T10:53:01.671169+0000 mgr.a (mgr.24293) 2514 : cluster 0 pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:03 smithi027 bash[31536]: cluster 2023-12-07T10:53:01.671169+0000 mgr.a (mgr.24293) 2514 : cluster 0 pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:04.760 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:04.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:04.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:04.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:04.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:05 smithi044 bash[32620]: cluster 2023-12-07T10:53:03.671766+0000 mgr.a (mgr.24293) 2515 : cluster 0 pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:05 smithi044 bash[32620]: audit 2023-12-07T10:53:04.262186+0000 mgr.a (mgr.24293) 2516 : audit 0 from='client.62061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:05 smithi022 bash[28554]: cluster 2023-12-07T10:53:03.671766+0000 mgr.a (mgr.24293) 2515 : cluster 0 pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:05 smithi022 bash[28554]: audit 2023-12-07T10:53:04.262186+0000 mgr.a (mgr.24293) 2516 : audit 0 from='client.62061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:05 smithi027 bash[31536]: cluster 2023-12-07T10:53:03.671766+0000 mgr.a (mgr.24293) 2515 : cluster 0 pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:05 smithi027 bash[31536]: audit 2023-12-07T10:53:04.262186+0000 mgr.a (mgr.24293) 2516 : audit 0 from='client.62061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:07 smithi044 bash[32620]: cluster 2023-12-07T10:53:05.672699+0000 mgr.a (mgr.24293) 2517 : cluster 0 pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:07 smithi022 bash[28554]: cluster 2023-12-07T10:53:05.672699+0000 mgr.a (mgr.24293) 2517 : cluster 0 pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:07 smithi027 bash[31536]: cluster 2023-12-07T10:53:05.672699+0000 mgr.a (mgr.24293) 2517 : cluster 0 pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:09.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:09.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:09.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:09 smithi044 bash[32620]: cluster 2023-12-07T10:53:07.673321+0000 mgr.a (mgr.24293) 2518 : 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-07T10:53:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:09 smithi022 bash[28554]: cluster 2023-12-07T10:53:07.673321+0000 mgr.a (mgr.24293) 2518 : 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-07T10:53:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:09 smithi027 bash[31536]: cluster 2023-12-07T10:53:07.673321+0000 mgr.a (mgr.24293) 2518 : 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-07T10:53:10.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:10.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:10.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:10.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:10.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:11 smithi044 bash[32620]: cluster 2023-12-07T10:53:09.673904+0000 mgr.a (mgr.24293) 2519 : 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-07T10:53:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:11 smithi044 bash[32620]: audit 2023-12-07T10:53:10.177545+0000 mgr.a (mgr.24293) 2520 : audit 0 from='client.62133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:11 smithi022 bash[28554]: cluster 2023-12-07T10:53:09.673904+0000 mgr.a (mgr.24293) 2519 : 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-07T10:53:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:11 smithi022 bash[28554]: audit 2023-12-07T10:53:10.177545+0000 mgr.a (mgr.24293) 2520 : audit 0 from='client.62133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:11 smithi027 bash[31536]: cluster 2023-12-07T10:53:09.673904+0000 mgr.a (mgr.24293) 2519 : 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-07T10:53:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:11 smithi027 bash[31536]: audit 2023-12-07T10:53:10.177545+0000 mgr.a (mgr.24293) 2520 : audit 0 from='client.62133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:13 smithi044 bash[32620]: cluster 2023-12-07T10:53:11.675090+0000 mgr.a (mgr.24293) 2521 : cluster 0 pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:53:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:13 smithi022 bash[28554]: cluster 2023-12-07T10:53:11.675090+0000 mgr.a (mgr.24293) 2521 : cluster 0 pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:53:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:13 smithi027 bash[31536]: cluster 2023-12-07T10:53:11.675090+0000 mgr.a (mgr.24293) 2521 : cluster 0 pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:53:15.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:15.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:15.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:15 smithi044 bash[32620]: cluster 2023-12-07T10:53:13.675839+0000 mgr.a (mgr.24293) 2522 : cluster 0 pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:53:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:15 smithi022 bash[28554]: cluster 2023-12-07T10:53:13.675839+0000 mgr.a (mgr.24293) 2522 : cluster 0 pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:53:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:15 smithi027 bash[31536]: cluster 2023-12-07T10:53:13.675839+0000 mgr.a (mgr.24293) 2522 : cluster 0 pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:53:16.639 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:16.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:16.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:16.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:16.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:17 smithi044 bash[32620]: cluster 2023-12-07T10:53:15.676644+0000 mgr.a (mgr.24293) 2523 : cluster 0 pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:17 smithi044 bash[32620]: audit 2023-12-07T10:53:16.109294+0000 mgr.a (mgr.24293) 2524 : audit 0 from='client.62202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:17 smithi022 bash[28554]: cluster 2023-12-07T10:53:15.676644+0000 mgr.a (mgr.24293) 2523 : cluster 0 pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:17 smithi022 bash[28554]: audit 2023-12-07T10:53:16.109294+0000 mgr.a (mgr.24293) 2524 : audit 0 from='client.62202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:17 smithi027 bash[31536]: cluster 2023-12-07T10:53:15.676644+0000 mgr.a (mgr.24293) 2523 : cluster 0 pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:17 smithi027 bash[31536]: audit 2023-12-07T10:53:16.109294+0000 mgr.a (mgr.24293) 2524 : audit 0 from='client.62202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:18 smithi044 bash[32620]: audit 2023-12-07T10:53:18.269497+0000 mon.a (mon.0) 815 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:53:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:18 smithi022 bash[28554]: audit 2023-12-07T10:53:18.269497+0000 mon.a (mon.0) 815 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:53:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:18 smithi027 bash[31536]: audit 2023-12-07T10:53:18.269497+0000 mon.a (mon.0) 815 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:53:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:19 smithi044 bash[32620]: cluster 2023-12-07T10:53:17.677370+0000 mgr.a (mgr.24293) 2525 : cluster 0 pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:19 smithi022 bash[28554]: cluster 2023-12-07T10:53:17.677370+0000 mgr.a (mgr.24293) 2525 : cluster 0 pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:19 smithi027 bash[31536]: cluster 2023-12-07T10:53:17.677370+0000 mgr.a (mgr.24293) 2525 : cluster 0 pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:21.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:21 smithi044 bash[32620]: cluster 2023-12-07T10:53:19.677992+0000 mgr.a (mgr.24293) 2526 : cluster 0 pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:21 smithi022 bash[28554]: cluster 2023-12-07T10:53:19.677992+0000 mgr.a (mgr.24293) 2526 : cluster 0 pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:21 smithi027 bash[31536]: cluster 2023-12-07T10:53:19.677992+0000 mgr.a (mgr.24293) 2526 : cluster 0 pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:22.581 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:22.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:22.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:22.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:22.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:23 smithi044 bash[32620]: cluster 2023-12-07T10:53:21.678768+0000 mgr.a (mgr.24293) 2527 : cluster 0 pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:23 smithi044 bash[32620]: audit 2023-12-07T10:53:22.055819+0000 mgr.a (mgr.24293) 2528 : audit 0 from='client.62277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:23 smithi022 bash[28554]: cluster 2023-12-07T10:53:21.678768+0000 mgr.a (mgr.24293) 2527 : cluster 0 pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:23 smithi022 bash[28554]: audit 2023-12-07T10:53:22.055819+0000 mgr.a (mgr.24293) 2528 : audit 0 from='client.62277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:23 smithi027 bash[31536]: cluster 2023-12-07T10:53:21.678768+0000 mgr.a (mgr.24293) 2527 : cluster 0 pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:23 smithi027 bash[31536]: audit 2023-12-07T10:53:22.055819+0000 mgr.a (mgr.24293) 2528 : audit 0 from='client.62277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:23.621139+0000 mon.a (mon.0) 816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:23.628049+0000 mon.a (mon.0) 817 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:23.673377+0000 mon.a (mon.0) 818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:23.678825+0000 mon.a (mon.0) 819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:23.684856+0000 mon.a (mon.0) 820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:23.689854+0000 mon.a (mon.0) 821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:24.371982+0000 mon.a (mon.0) 822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:24.373968+0000 mon.a (mon.0) 823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:53:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:24 smithi044 bash[32620]: audit 2023-12-07T10:53:24.383975+0000 mon.a (mon.0) 824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:23.621139+0000 mon.a (mon.0) 816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:23.628049+0000 mon.a (mon.0) 817 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:23.673377+0000 mon.a (mon.0) 818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:23.678825+0000 mon.a (mon.0) 819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:23.684856+0000 mon.a (mon.0) 820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:23.689854+0000 mon.a (mon.0) 821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:24.371982+0000 mon.a (mon.0) 822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:24.373968+0000 mon.a (mon.0) 823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:53:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:24 smithi022 bash[28554]: audit 2023-12-07T10:53:24.383975+0000 mon.a (mon.0) 824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:23.621139+0000 mon.a (mon.0) 816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:23.628049+0000 mon.a (mon.0) 817 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:23.673377+0000 mon.a (mon.0) 818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:23.678825+0000 mon.a (mon.0) 819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:23.684856+0000 mon.a (mon.0) 820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:23.689854+0000 mon.a (mon.0) 821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:24.371982+0000 mon.a (mon.0) 822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:24.373968+0000 mon.a (mon.0) 823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:53:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:24 smithi027 bash[31536]: audit 2023-12-07T10:53:24.383975+0000 mon.a (mon.0) 824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:53:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:25 smithi044 bash[32620]: cluster 2023-12-07T10:53:23.679432+0000 mgr.a (mgr.24293) 2529 : cluster 0 pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:53:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:25 smithi022 bash[28554]: cluster 2023-12-07T10:53:23.679432+0000 mgr.a (mgr.24293) 2529 : cluster 0 pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:53:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:25 smithi027 bash[31536]: cluster 2023-12-07T10:53:23.679432+0000 mgr.a (mgr.24293) 2529 : cluster 0 pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:53:27.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:27.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:27.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:27 smithi044 bash[32620]: cluster 2023-12-07T10:53:25.680242+0000 mgr.a (mgr.24293) 2530 : cluster 0 pgmap v1886: 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-07T10:53:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:27 smithi022 bash[28554]: cluster 2023-12-07T10:53:25.680242+0000 mgr.a (mgr.24293) 2530 : cluster 0 pgmap v1886: 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-07T10:53:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:27 smithi027 bash[31536]: cluster 2023-12-07T10:53:25.680242+0000 mgr.a (mgr.24293) 2530 : cluster 0 pgmap v1886: 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-07T10:53:28.533 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:28.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:28.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:28.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:28.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:29 smithi044 bash[32620]: cluster 2023-12-07T10:53:27.680811+0000 mgr.a (mgr.24293) 2531 : cluster 0 pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:29 smithi044 bash[32620]: audit 2023-12-07T10:53:28.000467+0000 mgr.a (mgr.24293) 2532 : audit 0 from='client.62352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:29 smithi022 bash[28554]: cluster 2023-12-07T10:53:27.680811+0000 mgr.a (mgr.24293) 2531 : cluster 0 pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:29 smithi022 bash[28554]: audit 2023-12-07T10:53:28.000467+0000 mgr.a (mgr.24293) 2532 : audit 0 from='client.62352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:29 smithi027 bash[31536]: cluster 2023-12-07T10:53:27.680811+0000 mgr.a (mgr.24293) 2531 : cluster 0 pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:29 smithi027 bash[31536]: audit 2023-12-07T10:53:28.000467+0000 mgr.a (mgr.24293) 2532 : audit 0 from='client.62352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:31 smithi044 bash[32620]: cluster 2023-12-07T10:53:29.681274+0000 mgr.a (mgr.24293) 2533 : cluster 0 pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:31 smithi022 bash[28554]: cluster 2023-12-07T10:53:29.681274+0000 mgr.a (mgr.24293) 2533 : cluster 0 pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:31 smithi027 bash[31536]: cluster 2023-12-07T10:53:29.681274+0000 mgr.a (mgr.24293) 2533 : cluster 0 pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:33 smithi044 bash[32620]: cluster 2023-12-07T10:53:31.682054+0000 mgr.a (mgr.24293) 2534 : cluster 0 pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:33 smithi022 bash[28554]: cluster 2023-12-07T10:53:31.682054+0000 mgr.a (mgr.24293) 2534 : cluster 0 pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:33 smithi027 bash[31536]: cluster 2023-12-07T10:53:31.682054+0000 mgr.a (mgr.24293) 2534 : cluster 0 pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:34.474 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:34.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:34.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:34.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:34.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:35 smithi044 bash[32620]: cluster 2023-12-07T10:53:33.682565+0000 mgr.a (mgr.24293) 2535 : cluster 0 pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:35 smithi044 bash[32620]: audit 2023-12-07T10:53:33.952584+0000 mgr.a (mgr.24293) 2536 : audit 0 from='client.62430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:35 smithi022 bash[28554]: cluster 2023-12-07T10:53:33.682565+0000 mgr.a (mgr.24293) 2535 : cluster 0 pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:35 smithi022 bash[28554]: audit 2023-12-07T10:53:33.952584+0000 mgr.a (mgr.24293) 2536 : audit 0 from='client.62430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:35 smithi027 bash[31536]: cluster 2023-12-07T10:53:33.682565+0000 mgr.a (mgr.24293) 2535 : cluster 0 pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:35 smithi027 bash[31536]: audit 2023-12-07T10:53:33.952584+0000 mgr.a (mgr.24293) 2536 : audit 0 from='client.62430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:37 smithi044 bash[32620]: cluster 2023-12-07T10:53:35.683502+0000 mgr.a (mgr.24293) 2537 : cluster 0 pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:37 smithi022 bash[28554]: cluster 2023-12-07T10:53:35.683502+0000 mgr.a (mgr.24293) 2537 : cluster 0 pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:37 smithi027 bash[31536]: cluster 2023-12-07T10:53:35.683502+0000 mgr.a (mgr.24293) 2537 : cluster 0 pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:39.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:39.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:39.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:39 smithi044 bash[32620]: cluster 2023-12-07T10:53:37.684129+0000 mgr.a (mgr.24293) 2538 : 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-07T10:53:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:39 smithi022 bash[28554]: cluster 2023-12-07T10:53:37.684129+0000 mgr.a (mgr.24293) 2538 : 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-07T10:53:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:39 smithi027 bash[31536]: cluster 2023-12-07T10:53:37.684129+0000 mgr.a (mgr.24293) 2538 : 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-07T10:53:40.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:41 smithi044 bash[32620]: cluster 2023-12-07T10:53:39.684543+0000 mgr.a (mgr.24293) 2539 : 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-07T10:53:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:41 smithi044 bash[32620]: audit 2023-12-07T10:53:39.888007+0000 mgr.a (mgr.24293) 2540 : audit 0 from='client.62508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:41 smithi022 bash[28554]: cluster 2023-12-07T10:53:39.684543+0000 mgr.a (mgr.24293) 2539 : 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-07T10:53:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:41 smithi022 bash[28554]: audit 2023-12-07T10:53:39.888007+0000 mgr.a (mgr.24293) 2540 : audit 0 from='client.62508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:41 smithi027 bash[31536]: cluster 2023-12-07T10:53:39.684543+0000 mgr.a (mgr.24293) 2539 : 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-07T10:53:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:41 smithi027 bash[31536]: audit 2023-12-07T10:53:39.888007+0000 mgr.a (mgr.24293) 2540 : audit 0 from='client.62508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:42 smithi044 bash[32620]: cluster 2023-12-07T10:53:41.685434+0000 mgr.a (mgr.24293) 2541 : cluster 0 pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:53:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:42 smithi022 bash[28554]: cluster 2023-12-07T10:53:41.685434+0000 mgr.a (mgr.24293) 2541 : cluster 0 pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:53:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:42 smithi027 bash[31536]: cluster 2023-12-07T10:53:41.685434+0000 mgr.a (mgr.24293) 2541 : cluster 0 pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:53:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:44 smithi044 bash[32620]: cluster 2023-12-07T10:53:43.685980+0000 mgr.a (mgr.24293) 2542 : cluster 0 pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:53:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:44 smithi022 bash[28554]: cluster 2023-12-07T10:53:43.685980+0000 mgr.a (mgr.24293) 2542 : cluster 0 pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:53:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:44 smithi027 bash[31536]: cluster 2023-12-07T10:53:43.685980+0000 mgr.a (mgr.24293) 2542 : cluster 0 pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:53:45.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:46.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:46.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:46.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:46.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:46.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:46 smithi044 bash[32620]: cluster 2023-12-07T10:53:45.686713+0000 mgr.a (mgr.24293) 2543 : cluster 0 pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:46 smithi044 bash[32620]: audit 2023-12-07T10:53:45.826932+0000 mgr.a (mgr.24293) 2544 : audit 0 from='client.62583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:46 smithi022 bash[28554]: cluster 2023-12-07T10:53:45.686713+0000 mgr.a (mgr.24293) 2543 : cluster 0 pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:46 smithi022 bash[28554]: audit 2023-12-07T10:53:45.826932+0000 mgr.a (mgr.24293) 2544 : audit 0 from='client.62583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:46 smithi027 bash[31536]: cluster 2023-12-07T10:53:45.686713+0000 mgr.a (mgr.24293) 2543 : cluster 0 pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:46 smithi027 bash[31536]: audit 2023-12-07T10:53:45.826932+0000 mgr.a (mgr.24293) 2544 : audit 0 from='client.62583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:48 smithi044 bash[32620]: cluster 2023-12-07T10:53:47.687453+0000 mgr.a (mgr.24293) 2545 : cluster 0 pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:48 smithi022 bash[28554]: cluster 2023-12-07T10:53:47.687453+0000 mgr.a (mgr.24293) 2545 : cluster 0 pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:48 smithi027 bash[31536]: cluster 2023-12-07T10:53:47.687453+0000 mgr.a (mgr.24293) 2545 : cluster 0 pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:50 smithi044 bash[32620]: cluster 2023-12-07T10:53:49.688051+0000 mgr.a (mgr.24293) 2546 : cluster 0 pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:50 smithi022 bash[28554]: cluster 2023-12-07T10:53:49.688051+0000 mgr.a (mgr.24293) 2546 : cluster 0 pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:50 smithi027 bash[31536]: cluster 2023-12-07T10:53:49.688051+0000 mgr.a (mgr.24293) 2546 : cluster 0 pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:51.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:51.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:51.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:52.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:52.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:52.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:52.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:52.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:52 smithi044 bash[32620]: cluster 2023-12-07T10:53:51.688571+0000 mgr.a (mgr.24293) 2547 : cluster 0 pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:52 smithi044 bash[32620]: audit 2023-12-07T10:53:51.754623+0000 mgr.a (mgr.24293) 2548 : audit 0 from='client.62658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:52 smithi022 bash[28554]: cluster 2023-12-07T10:53:51.688571+0000 mgr.a (mgr.24293) 2547 : cluster 0 pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:52 smithi022 bash[28554]: audit 2023-12-07T10:53:51.754623+0000 mgr.a (mgr.24293) 2548 : audit 0 from='client.62658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:52 smithi027 bash[31536]: cluster 2023-12-07T10:53:51.688571+0000 mgr.a (mgr.24293) 2547 : cluster 0 pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:52 smithi027 bash[31536]: audit 2023-12-07T10:53:51.754623+0000 mgr.a (mgr.24293) 2548 : audit 0 from='client.62658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:54 smithi044 bash[32620]: cluster 2023-12-07T10:53:53.689202+0000 mgr.a (mgr.24293) 2549 : cluster 0 pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:53:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:54 smithi022 bash[28554]: cluster 2023-12-07T10:53:53.689202+0000 mgr.a (mgr.24293) 2549 : cluster 0 pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:53:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:54 smithi027 bash[31536]: cluster 2023-12-07T10:53:53.689202+0000 mgr.a (mgr.24293) 2549 : cluster 0 pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:53:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:56 smithi044 bash[32620]: cluster 2023-12-07T10:53:55.689995+0000 mgr.a (mgr.24293) 2550 : cluster 0 pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:53:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:56 smithi022 bash[28554]: cluster 2023-12-07T10:53:55.689995+0000 mgr.a (mgr.24293) 2550 : cluster 0 pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:53:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:56 smithi027 bash[31536]: cluster 2023-12-07T10:53:55.689995+0000 mgr.a (mgr.24293) 2550 : cluster 0 pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:53:57.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:53:57.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:57.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:58.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:53:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:53:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:58 smithi044 bash[32620]: cluster 2023-12-07T10:53:57.690533+0000 mgr.a (mgr.24293) 2551 : cluster 0 pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:53:58 smithi044 bash[32620]: audit 2023-12-07T10:53:57.702836+0000 mgr.a (mgr.24293) 2552 : audit 0 from='client.62733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:58 smithi022 bash[28554]: cluster 2023-12-07T10:53:57.690533+0000 mgr.a (mgr.24293) 2551 : cluster 0 pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:53:58 smithi022 bash[28554]: audit 2023-12-07T10:53:57.702836+0000 mgr.a (mgr.24293) 2552 : audit 0 from='client.62733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:58 smithi027 bash[31536]: cluster 2023-12-07T10:53:57.690533+0000 mgr.a (mgr.24293) 2551 : cluster 0 pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:53:58 smithi027 bash[31536]: audit 2023-12-07T10:53:57.702836+0000 mgr.a (mgr.24293) 2552 : audit 0 from='client.62733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:00 smithi044 bash[32620]: cluster 2023-12-07T10:53:59.691207+0000 mgr.a (mgr.24293) 2553 : cluster 0 pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:00 smithi022 bash[28554]: cluster 2023-12-07T10:53:59.691207+0000 mgr.a (mgr.24293) 2553 : cluster 0 pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:00 smithi027 bash[31536]: cluster 2023-12-07T10:53:59.691207+0000 mgr.a (mgr.24293) 2553 : cluster 0 pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:02 smithi044 bash[32620]: cluster 2023-12-07T10:54:01.692160+0000 mgr.a (mgr.24293) 2554 : cluster 0 pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:02 smithi022 bash[28554]: cluster 2023-12-07T10:54:01.692160+0000 mgr.a (mgr.24293) 2554 : cluster 0 pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:02 smithi027 bash[31536]: cluster 2023-12-07T10:54:01.692160+0000 mgr.a (mgr.24293) 2554 : cluster 0 pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:03.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:03.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:03.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:04.164 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:04.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:04.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:04.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:04.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:04 smithi044 bash[32620]: audit 2023-12-07T10:54:03.660332+0000 mgr.a (mgr.24293) 2555 : audit 0 from='client.62808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:04 smithi044 bash[32620]: cluster 2023-12-07T10:54:03.692789+0000 mgr.a (mgr.24293) 2556 : cluster 0 pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:04 smithi022 bash[28554]: audit 2023-12-07T10:54:03.660332+0000 mgr.a (mgr.24293) 2555 : audit 0 from='client.62808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:04 smithi022 bash[28554]: cluster 2023-12-07T10:54:03.692789+0000 mgr.a (mgr.24293) 2556 : cluster 0 pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:04 smithi027 bash[31536]: audit 2023-12-07T10:54:03.660332+0000 mgr.a (mgr.24293) 2555 : audit 0 from='client.62808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:04 smithi027 bash[31536]: cluster 2023-12-07T10:54:03.692789+0000 mgr.a (mgr.24293) 2556 : cluster 0 pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:06 smithi044 bash[32620]: cluster 2023-12-07T10:54:05.693656+0000 mgr.a (mgr.24293) 2557 : cluster 0 pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:06 smithi022 bash[28554]: cluster 2023-12-07T10:54:05.693656+0000 mgr.a (mgr.24293) 2557 : cluster 0 pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:06 smithi027 bash[31536]: cluster 2023-12-07T10:54:05.693656+0000 mgr.a (mgr.24293) 2557 : cluster 0 pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:09.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:09.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:09.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:08 smithi044 bash[32620]: cluster 2023-12-07T10:54:07.694348+0000 mgr.a (mgr.24293) 2558 : cluster 0 pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:08 smithi022 bash[28554]: cluster 2023-12-07T10:54:07.694348+0000 mgr.a (mgr.24293) 2558 : cluster 0 pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:08 smithi027 bash[31536]: cluster 2023-12-07T10:54:07.694348+0000 mgr.a (mgr.24293) 2558 : cluster 0 pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:10.105 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:10.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:10.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:10.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:10.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:09 smithi022 bash[28554]: audit 2023-12-07T10:54:09.573561+0000 mgr.a (mgr.24293) 2559 : audit 0 from='client.62880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:09 smithi027 bash[31536]: audit 2023-12-07T10:54:09.573561+0000 mgr.a (mgr.24293) 2559 : audit 0 from='client.62880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:09 smithi044 bash[32620]: audit 2023-12-07T10:54:09.573561+0000 mgr.a (mgr.24293) 2559 : audit 0 from='client.62880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:11.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:10 smithi027 bash[31536]: cluster 2023-12-07T10:54:09.695053+0000 mgr.a (mgr.24293) 2560 : cluster 0 pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:10 smithi044 bash[32620]: cluster 2023-12-07T10:54:09.695053+0000 mgr.a (mgr.24293) 2560 : cluster 0 pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:10 smithi022 bash[28554]: cluster 2023-12-07T10:54:09.695053+0000 mgr.a (mgr.24293) 2560 : cluster 0 pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:12 smithi027 bash[31536]: cluster 2023-12-07T10:54:11.695919+0000 mgr.a (mgr.24293) 2561 : cluster 0 pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:12 smithi044 bash[32620]: cluster 2023-12-07T10:54:11.695919+0000 mgr.a (mgr.24293) 2561 : cluster 0 pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:12 smithi022 bash[28554]: cluster 2023-12-07T10:54:11.695919+0000 mgr.a (mgr.24293) 2561 : cluster 0 pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:15.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:15.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:15.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:14 smithi027 bash[31536]: cluster 2023-12-07T10:54:13.696511+0000 mgr.a (mgr.24293) 2562 : 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-07T10:54:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:14 smithi044 bash[32620]: cluster 2023-12-07T10:54:13.696511+0000 mgr.a (mgr.24293) 2562 : 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-07T10:54:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:14 smithi022 bash[28554]: cluster 2023-12-07T10:54:13.696511+0000 mgr.a (mgr.24293) 2562 : 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-07T10:54:16.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:15 smithi027 bash[31536]: audit 2023-12-07T10:54:15.517997+0000 mgr.a (mgr.24293) 2563 : audit 0 from='client.62955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:15 smithi044 bash[32620]: audit 2023-12-07T10:54:15.517997+0000 mgr.a (mgr.24293) 2563 : audit 0 from='client.62955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:15 smithi022 bash[28554]: audit 2023-12-07T10:54:15.517997+0000 mgr.a (mgr.24293) 2563 : audit 0 from='client.62955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:16 smithi027 bash[31536]: cluster 2023-12-07T10:54:15.697658+0000 mgr.a (mgr.24293) 2564 : cluster 0 pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:16 smithi044 bash[32620]: cluster 2023-12-07T10:54:15.697658+0000 mgr.a (mgr.24293) 2564 : cluster 0 pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:16 smithi022 bash[28554]: cluster 2023-12-07T10:54:15.697658+0000 mgr.a (mgr.24293) 2564 : cluster 0 pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:18 smithi044 bash[32620]: cluster 2023-12-07T10:54:17.698382+0000 mgr.a (mgr.24293) 2565 : cluster 0 pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:18 smithi022 bash[28554]: cluster 2023-12-07T10:54:17.698382+0000 mgr.a (mgr.24293) 2565 : cluster 0 pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:18 smithi027 bash[31536]: cluster 2023-12-07T10:54:17.698382+0000 mgr.a (mgr.24293) 2565 : cluster 0 pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:21.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:21.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:21.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:20 smithi044 bash[32620]: cluster 2023-12-07T10:54:19.698907+0000 mgr.a (mgr.24293) 2566 : cluster 0 pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:20 smithi022 bash[28554]: cluster 2023-12-07T10:54:19.698907+0000 mgr.a (mgr.24293) 2566 : cluster 0 pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:20 smithi027 bash[31536]: cluster 2023-12-07T10:54:19.698907+0000 mgr.a (mgr.24293) 2566 : cluster 0 pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:22.004 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:22.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:22.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:22.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:22.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:21 smithi044 bash[32620]: audit 2023-12-07T10:54:21.463915+0000 mgr.a (mgr.24293) 2567 : audit 0 from='client.63030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:21 smithi022 bash[28554]: audit 2023-12-07T10:54:21.463915+0000 mgr.a (mgr.24293) 2567 : audit 0 from='client.63030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:21 smithi027 bash[31536]: audit 2023-12-07T10:54:21.463915+0000 mgr.a (mgr.24293) 2567 : audit 0 from='client.63030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:22 smithi044 bash[32620]: cluster 2023-12-07T10:54:21.699642+0000 mgr.a (mgr.24293) 2568 : cluster 0 pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:22 smithi022 bash[28554]: cluster 2023-12-07T10:54:21.699642+0000 mgr.a (mgr.24293) 2568 : cluster 0 pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:22 smithi027 bash[31536]: cluster 2023-12-07T10:54:21.699642+0000 mgr.a (mgr.24293) 2568 : cluster 0 pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:24 smithi044 bash[32620]: cluster 2023-12-07T10:54:23.700274+0000 mgr.a (mgr.24293) 2569 : cluster 0 pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:24 smithi044 bash[32620]: audit 2023-12-07T10:54:24.487323+0000 mon.a (mon.0) 825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:54:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:24 smithi022 bash[28554]: cluster 2023-12-07T10:54:23.700274+0000 mgr.a (mgr.24293) 2569 : cluster 0 pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:24 smithi022 bash[28554]: audit 2023-12-07T10:54:24.487323+0000 mon.a (mon.0) 825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:54:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:24 smithi027 bash[31536]: cluster 2023-12-07T10:54:23.700274+0000 mgr.a (mgr.24293) 2569 : cluster 0 pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:24 smithi027 bash[31536]: audit 2023-12-07T10:54:24.487323+0000 mon.a (mon.0) 825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:54:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:25 smithi044 bash[32620]: audit 2023-12-07T10:54:25.222207+0000 mon.a (mon.0) 826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:54:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:25 smithi044 bash[32620]: audit 2023-12-07T10:54:25.223901+0000 mon.a (mon.0) 827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:54:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:25 smithi044 bash[32620]: audit 2023-12-07T10:54:25.233043+0000 mon.a (mon.0) 828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:54:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:25 smithi022 bash[28554]: audit 2023-12-07T10:54:25.222207+0000 mon.a (mon.0) 826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:54:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:25 smithi022 bash[28554]: audit 2023-12-07T10:54:25.223901+0000 mon.a (mon.0) 827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:54:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:25 smithi022 bash[28554]: audit 2023-12-07T10:54:25.233043+0000 mon.a (mon.0) 828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:54:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:25 smithi027 bash[31536]: audit 2023-12-07T10:54:25.222207+0000 mon.a (mon.0) 826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:54:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:25 smithi027 bash[31536]: audit 2023-12-07T10:54:25.223901+0000 mon.a (mon.0) 827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:54:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:25 smithi027 bash[31536]: audit 2023-12-07T10:54:25.233043+0000 mon.a (mon.0) 828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:54:27.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:27.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:27.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:27 smithi044 bash[32620]: cluster 2023-12-07T10:54:25.701056+0000 mgr.a (mgr.24293) 2570 : cluster 0 pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:27 smithi022 bash[28554]: cluster 2023-12-07T10:54:25.701056+0000 mgr.a (mgr.24293) 2570 : cluster 0 pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:27 smithi027 bash[31536]: cluster 2023-12-07T10:54:25.701056+0000 mgr.a (mgr.24293) 2570 : cluster 0 pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:27.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:27.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:27.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:27.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:27.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:28 smithi044 bash[32620]: audit 2023-12-07T10:54:27.412873+0000 mgr.a (mgr.24293) 2571 : audit 0 from='client.63105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:28 smithi022 bash[28554]: audit 2023-12-07T10:54:27.412873+0000 mgr.a (mgr.24293) 2571 : audit 0 from='client.63105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:28 smithi027 bash[31536]: audit 2023-12-07T10:54:27.412873+0000 mgr.a (mgr.24293) 2571 : audit 0 from='client.63105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:29 smithi044 bash[32620]: cluster 2023-12-07T10:54:27.701801+0000 mgr.a (mgr.24293) 2572 : 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-07T10:54:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:29 smithi022 bash[28554]: cluster 2023-12-07T10:54:27.701801+0000 mgr.a (mgr.24293) 2572 : 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-07T10:54:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:29 smithi027 bash[31536]: cluster 2023-12-07T10:54:27.701801+0000 mgr.a (mgr.24293) 2572 : 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-07T10:54:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:31 smithi044 bash[32620]: cluster 2023-12-07T10:54:29.702471+0000 mgr.a (mgr.24293) 2573 : 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-07T10:54:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:31 smithi022 bash[28554]: cluster 2023-12-07T10:54:29.702471+0000 mgr.a (mgr.24293) 2573 : 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-07T10:54:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:31 smithi027 bash[31536]: cluster 2023-12-07T10:54:29.702471+0000 mgr.a (mgr.24293) 2573 : 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-07T10:54:32.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:32.933 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:32.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:33 smithi044 bash[32620]: cluster 2023-12-07T10:54:31.703278+0000 mgr.a (mgr.24293) 2574 : cluster 0 pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:33 smithi022 bash[28554]: cluster 2023-12-07T10:54:31.703278+0000 mgr.a (mgr.24293) 2574 : cluster 0 pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:33 smithi027 bash[31536]: cluster 2023-12-07T10:54:31.703278+0000 mgr.a (mgr.24293) 2574 : cluster 0 pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:33.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:33.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:33.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:33.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:33.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:34 smithi044 bash[32620]: audit 2023-12-07T10:54:33.337124+0000 mgr.a (mgr.24293) 2575 : audit 0 from='client.63177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:34 smithi022 bash[28554]: audit 2023-12-07T10:54:33.337124+0000 mgr.a (mgr.24293) 2575 : audit 0 from='client.63177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:34 smithi027 bash[31536]: audit 2023-12-07T10:54:33.337124+0000 mgr.a (mgr.24293) 2575 : audit 0 from='client.63177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:35 smithi044 bash[32620]: cluster 2023-12-07T10:54:33.708534+0000 mgr.a (mgr.24293) 2576 : cluster 0 pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:35 smithi022 bash[28554]: cluster 2023-12-07T10:54:33.708534+0000 mgr.a (mgr.24293) 2576 : cluster 0 pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:35 smithi027 bash[31536]: cluster 2023-12-07T10:54:33.708534+0000 mgr.a (mgr.24293) 2576 : cluster 0 pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:37 smithi044 bash[32620]: cluster 2023-12-07T10:54:35.709490+0000 mgr.a (mgr.24293) 2577 : cluster 0 pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:37 smithi022 bash[28554]: cluster 2023-12-07T10:54:35.709490+0000 mgr.a (mgr.24293) 2577 : cluster 0 pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:37 smithi027 bash[31536]: cluster 2023-12-07T10:54:35.709490+0000 mgr.a (mgr.24293) 2577 : cluster 0 pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:38.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:38.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:38.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:39 smithi044 bash[32620]: cluster 2023-12-07T10:54:37.710206+0000 mgr.a (mgr.24293) 2578 : cluster 0 pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:39 smithi022 bash[28554]: cluster 2023-12-07T10:54:37.710206+0000 mgr.a (mgr.24293) 2578 : cluster 0 pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:39 smithi027 bash[31536]: cluster 2023-12-07T10:54:37.710206+0000 mgr.a (mgr.24293) 2578 : cluster 0 pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:39.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:39.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:39.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:39.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:39.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:40 smithi044 bash[32620]: audit 2023-12-07T10:54:39.265414+0000 mgr.a (mgr.24293) 2579 : audit 0 from='client.63252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:40 smithi022 bash[28554]: audit 2023-12-07T10:54:39.265414+0000 mgr.a (mgr.24293) 2579 : audit 0 from='client.63252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:40 smithi027 bash[31536]: audit 2023-12-07T10:54:39.265414+0000 mgr.a (mgr.24293) 2579 : audit 0 from='client.63252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:41 smithi044 bash[32620]: cluster 2023-12-07T10:54:39.710986+0000 mgr.a (mgr.24293) 2580 : cluster 0 pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:41 smithi022 bash[28554]: cluster 2023-12-07T10:54:39.710986+0000 mgr.a (mgr.24293) 2580 : cluster 0 pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:41 smithi027 bash[31536]: cluster 2023-12-07T10:54:39.710986+0000 mgr.a (mgr.24293) 2580 : cluster 0 pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:43 smithi044 bash[32620]: cluster 2023-12-07T10:54:41.712019+0000 mgr.a (mgr.24293) 2581 : cluster 0 pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:43 smithi022 bash[28554]: cluster 2023-12-07T10:54:41.712019+0000 mgr.a (mgr.24293) 2581 : cluster 0 pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:43 smithi027 bash[31536]: cluster 2023-12-07T10:54:41.712019+0000 mgr.a (mgr.24293) 2581 : cluster 0 pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:44.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:44.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:44.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:45 smithi044 bash[32620]: cluster 2023-12-07T10:54:43.712642+0000 mgr.a (mgr.24293) 2582 : 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-07T10:54:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:45 smithi022 bash[28554]: cluster 2023-12-07T10:54:43.712642+0000 mgr.a (mgr.24293) 2582 : 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-07T10:54:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:45 smithi027 bash[31536]: cluster 2023-12-07T10:54:43.712642+0000 mgr.a (mgr.24293) 2582 : 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-07T10:54:45.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:45.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:45.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:45.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:45.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:46 smithi044 bash[32620]: audit 2023-12-07T10:54:45.200415+0000 mgr.a (mgr.24293) 2583 : audit 0 from='client.63330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:46 smithi022 bash[28554]: audit 2023-12-07T10:54:45.200415+0000 mgr.a (mgr.24293) 2583 : audit 0 from='client.63330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:46 smithi027 bash[31536]: audit 2023-12-07T10:54:45.200415+0000 mgr.a (mgr.24293) 2583 : audit 0 from='client.63330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:47 smithi044 bash[32620]: cluster 2023-12-07T10:54:45.713504+0000 mgr.a (mgr.24293) 2584 : cluster 0 pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:54:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:47 smithi022 bash[28554]: cluster 2023-12-07T10:54:45.713504+0000 mgr.a (mgr.24293) 2584 : cluster 0 pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:54:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:47 smithi027 bash[31536]: cluster 2023-12-07T10:54:45.713504+0000 mgr.a (mgr.24293) 2584 : cluster 0 pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:54:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:49 smithi044 bash[32620]: cluster 2023-12-07T10:54:47.714089+0000 mgr.a (mgr.24293) 2585 : cluster 0 pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:54:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:49 smithi022 bash[28554]: cluster 2023-12-07T10:54:47.714089+0000 mgr.a (mgr.24293) 2585 : cluster 0 pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:54:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:49 smithi027 bash[31536]: cluster 2023-12-07T10:54:47.714089+0000 mgr.a (mgr.24293) 2585 : cluster 0 pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:54:50.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:50.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:50.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:51.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:51.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:51.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:51.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:51.633 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:51 smithi044 bash[32620]: cluster 2023-12-07T10:54:49.714659+0000 mgr.a (mgr.24293) 2586 : cluster 0 pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:54:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:51 smithi022 bash[28554]: cluster 2023-12-07T10:54:49.714659+0000 mgr.a (mgr.24293) 2586 : cluster 0 pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:54:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:51 smithi027 bash[31536]: cluster 2023-12-07T10:54:49.714659+0000 mgr.a (mgr.24293) 2586 : cluster 0 pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:54:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:52 smithi044 bash[32620]: audit 2023-12-07T10:54:51.136195+0000 mgr.a (mgr.24293) 2587 : audit 0 from='client.63405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:52 smithi022 bash[28554]: audit 2023-12-07T10:54:51.136195+0000 mgr.a (mgr.24293) 2587 : audit 0 from='client.63405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:52 smithi027 bash[31536]: audit 2023-12-07T10:54:51.136195+0000 mgr.a (mgr.24293) 2587 : audit 0 from='client.63405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:53 smithi044 bash[32620]: cluster 2023-12-07T10:54:51.715765+0000 mgr.a (mgr.24293) 2588 : cluster 0 pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:53 smithi022 bash[28554]: cluster 2023-12-07T10:54:51.715765+0000 mgr.a (mgr.24293) 2588 : cluster 0 pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:53 smithi027 bash[31536]: cluster 2023-12-07T10:54:51.715765+0000 mgr.a (mgr.24293) 2588 : cluster 0 pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:55 smithi044 bash[32620]: cluster 2023-12-07T10:54:53.716357+0000 mgr.a (mgr.24293) 2589 : cluster 0 pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:55 smithi022 bash[28554]: cluster 2023-12-07T10:54:53.716357+0000 mgr.a (mgr.24293) 2589 : cluster 0 pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:55 smithi027 bash[31536]: cluster 2023-12-07T10:54:53.716357+0000 mgr.a (mgr.24293) 2589 : cluster 0 pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:56.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:54:56.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:56.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:57.570 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:54:57.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:57.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:57.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:57.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:54:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:57 smithi044 bash[32620]: cluster 2023-12-07T10:54:55.717136+0000 mgr.a (mgr.24293) 2590 : cluster 0 pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:57 smithi022 bash[28554]: cluster 2023-12-07T10:54:55.717136+0000 mgr.a (mgr.24293) 2590 : cluster 0 pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:57 smithi027 bash[31536]: cluster 2023-12-07T10:54:55.717136+0000 mgr.a (mgr.24293) 2590 : cluster 0 pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:58 smithi044 bash[32620]: audit 2023-12-07T10:54:57.044596+0000 mgr.a (mgr.24293) 2591 : audit 0 from='client.63483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:58 smithi022 bash[28554]: audit 2023-12-07T10:54:57.044596+0000 mgr.a (mgr.24293) 2591 : audit 0 from='client.63483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:58 smithi027 bash[31536]: audit 2023-12-07T10:54:57.044596+0000 mgr.a (mgr.24293) 2591 : audit 0 from='client.63483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:54:59 smithi044 bash[32620]: cluster 2023-12-07T10:54:57.717857+0000 mgr.a (mgr.24293) 2592 : cluster 0 pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:54:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:54:59 smithi022 bash[28554]: cluster 2023-12-07T10:54:57.717857+0000 mgr.a (mgr.24293) 2592 : cluster 0 pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:54:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:54:59 smithi027 bash[31536]: cluster 2023-12-07T10:54:57.717857+0000 mgr.a (mgr.24293) 2592 : cluster 0 pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:55:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:01 smithi044 bash[32620]: cluster 2023-12-07T10:54:59.718395+0000 mgr.a (mgr.24293) 2593 : cluster 0 pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:55:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:01 smithi022 bash[28554]: cluster 2023-12-07T10:54:59.718395+0000 mgr.a (mgr.24293) 2593 : cluster 0 pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:55:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:01 smithi027 bash[31536]: cluster 2023-12-07T10:54:59.718395+0000 mgr.a (mgr.24293) 2593 : cluster 0 pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:55:02.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:02.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:02.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:03.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:03.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:03.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:03.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:03.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:03 smithi044 bash[32620]: cluster 2023-12-07T10:55:01.719245+0000 mgr.a (mgr.24293) 2594 : cluster 0 pgmap v1934: 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-07T10:55:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:03 smithi022 bash[28554]: cluster 2023-12-07T10:55:01.719245+0000 mgr.a (mgr.24293) 2594 : cluster 0 pgmap v1934: 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-07T10:55:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:03 smithi027 bash[31536]: cluster 2023-12-07T10:55:01.719245+0000 mgr.a (mgr.24293) 2594 : cluster 0 pgmap v1934: 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-07T10:55:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:04 smithi044 bash[32620]: audit 2023-12-07T10:55:02.985988+0000 mgr.a (mgr.24293) 2595 : audit 0 from='client.63558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:04 smithi022 bash[28554]: audit 2023-12-07T10:55:02.985988+0000 mgr.a (mgr.24293) 2595 : audit 0 from='client.63558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:04 smithi027 bash[31536]: audit 2023-12-07T10:55:02.985988+0000 mgr.a (mgr.24293) 2595 : audit 0 from='client.63558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:05 smithi044 bash[32620]: cluster 2023-12-07T10:55:03.720063+0000 mgr.a (mgr.24293) 2596 : cluster 0 pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:05 smithi022 bash[28554]: cluster 2023-12-07T10:55:03.720063+0000 mgr.a (mgr.24293) 2596 : cluster 0 pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:05 smithi027 bash[31536]: cluster 2023-12-07T10:55:03.720063+0000 mgr.a (mgr.24293) 2596 : cluster 0 pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:07 smithi044 bash[32620]: cluster 2023-12-07T10:55:05.720950+0000 mgr.a (mgr.24293) 2597 : cluster 0 pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:07 smithi022 bash[28554]: cluster 2023-12-07T10:55:05.720950+0000 mgr.a (mgr.24293) 2597 : cluster 0 pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:07 smithi027 bash[31536]: cluster 2023-12-07T10:55:05.720950+0000 mgr.a (mgr.24293) 2597 : cluster 0 pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:08.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:08.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:08.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:09.447 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:09.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:09.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:09.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:09.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:09 smithi044 bash[32620]: cluster 2023-12-07T10:55:07.721524+0000 mgr.a (mgr.24293) 2598 : cluster 0 pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:09 smithi022 bash[28554]: cluster 2023-12-07T10:55:07.721524+0000 mgr.a (mgr.24293) 2598 : cluster 0 pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:09 smithi027 bash[31536]: cluster 2023-12-07T10:55:07.721524+0000 mgr.a (mgr.24293) 2598 : cluster 0 pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:10 smithi044 bash[32620]: audit 2023-12-07T10:55:08.914876+0000 mgr.a (mgr.24293) 2599 : audit 0 from='client.63636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:10 smithi022 bash[28554]: audit 2023-12-07T10:55:08.914876+0000 mgr.a (mgr.24293) 2599 : audit 0 from='client.63636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:10 smithi027 bash[31536]: audit 2023-12-07T10:55:08.914876+0000 mgr.a (mgr.24293) 2599 : audit 0 from='client.63636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:11 smithi044 bash[32620]: cluster 2023-12-07T10:55:09.722253+0000 mgr.a (mgr.24293) 2600 : cluster 0 pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:11 smithi022 bash[28554]: cluster 2023-12-07T10:55:09.722253+0000 mgr.a (mgr.24293) 2600 : cluster 0 pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:11 smithi027 bash[31536]: cluster 2023-12-07T10:55:09.722253+0000 mgr.a (mgr.24293) 2600 : cluster 0 pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:13 smithi044 bash[32620]: cluster 2023-12-07T10:55:11.723084+0000 mgr.a (mgr.24293) 2601 : cluster 0 pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:13 smithi022 bash[28554]: cluster 2023-12-07T10:55:11.723084+0000 mgr.a (mgr.24293) 2601 : cluster 0 pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:13 smithi027 bash[31536]: cluster 2023-12-07T10:55:11.723084+0000 mgr.a (mgr.24293) 2601 : cluster 0 pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:14.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:14.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:14.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:15.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:15.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:15.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:15.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:15.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:15 smithi044 bash[32620]: cluster 2023-12-07T10:55:13.723761+0000 mgr.a (mgr.24293) 2602 : cluster 0 pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:15 smithi022 bash[28554]: cluster 2023-12-07T10:55:13.723761+0000 mgr.a (mgr.24293) 2602 : cluster 0 pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:15 smithi027 bash[31536]: cluster 2023-12-07T10:55:13.723761+0000 mgr.a (mgr.24293) 2602 : cluster 0 pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:16 smithi044 bash[32620]: audit 2023-12-07T10:55:14.867185+0000 mgr.a (mgr.24293) 2603 : audit 0 from='client.63714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:16 smithi022 bash[28554]: audit 2023-12-07T10:55:14.867185+0000 mgr.a (mgr.24293) 2603 : audit 0 from='client.63714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:16 smithi027 bash[31536]: audit 2023-12-07T10:55:14.867185+0000 mgr.a (mgr.24293) 2603 : audit 0 from='client.63714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:17 smithi044 bash[32620]: cluster 2023-12-07T10:55:15.724816+0000 mgr.a (mgr.24293) 2604 : cluster 0 pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:55:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:17 smithi022 bash[28554]: cluster 2023-12-07T10:55:15.724816+0000 mgr.a (mgr.24293) 2604 : cluster 0 pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:55:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:17 smithi027 bash[31536]: cluster 2023-12-07T10:55:15.724816+0000 mgr.a (mgr.24293) 2604 : cluster 0 pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:55:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:19 smithi044 bash[32620]: cluster 2023-12-07T10:55:17.725492+0000 mgr.a (mgr.24293) 2605 : cluster 0 pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:55:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:19 smithi022 bash[28554]: cluster 2023-12-07T10:55:17.725492+0000 mgr.a (mgr.24293) 2605 : cluster 0 pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:55:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:19 smithi027 bash[31536]: cluster 2023-12-07T10:55:17.725492+0000 mgr.a (mgr.24293) 2605 : cluster 0 pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:55:20.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:20.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:20.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:21.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:21 smithi044 bash[32620]: cluster 2023-12-07T10:55:19.726042+0000 mgr.a (mgr.24293) 2606 : cluster 0 pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:55:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:21 smithi022 bash[28554]: cluster 2023-12-07T10:55:19.726042+0000 mgr.a (mgr.24293) 2606 : cluster 0 pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:55:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:21 smithi027 bash[31536]: cluster 2023-12-07T10:55:19.726042+0000 mgr.a (mgr.24293) 2606 : cluster 0 pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:55:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:22 smithi044 bash[32620]: audit 2023-12-07T10:55:20.809245+0000 mgr.a (mgr.24293) 2607 : audit 0 from='client.63789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:22 smithi022 bash[28554]: audit 2023-12-07T10:55:20.809245+0000 mgr.a (mgr.24293) 2607 : audit 0 from='client.63789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:22 smithi027 bash[31536]: audit 2023-12-07T10:55:20.809245+0000 mgr.a (mgr.24293) 2607 : audit 0 from='client.63789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:23 smithi044 bash[32620]: cluster 2023-12-07T10:55:21.727077+0000 mgr.a (mgr.24293) 2608 : cluster 0 pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:23 smithi022 bash[28554]: cluster 2023-12-07T10:55:21.727077+0000 mgr.a (mgr.24293) 2608 : cluster 0 pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:23 smithi027 bash[31536]: cluster 2023-12-07T10:55:21.727077+0000 mgr.a (mgr.24293) 2608 : cluster 0 pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:25 smithi044 bash[32620]: cluster 2023-12-07T10:55:23.727696+0000 mgr.a (mgr.24293) 2609 : cluster 0 pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:25 smithi044 bash[32620]: audit 2023-12-07T10:55:25.337116+0000 mon.a (mon.0) 829 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:55:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:25 smithi022 bash[28554]: cluster 2023-12-07T10:55:23.727696+0000 mgr.a (mgr.24293) 2609 : cluster 0 pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:25 smithi022 bash[28554]: audit 2023-12-07T10:55:25.337116+0000 mon.a (mon.0) 829 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:55:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:25 smithi027 bash[31536]: cluster 2023-12-07T10:55:23.727696+0000 mgr.a (mgr.24293) 2609 : cluster 0 pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:25 smithi027 bash[31536]: audit 2023-12-07T10:55:25.337116+0000 mon.a (mon.0) 829 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:55:26.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:26.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:26.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:26 smithi044 bash[32620]: audit 2023-12-07T10:55:26.131202+0000 mon.a (mon.0) 830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:55:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:26 smithi044 bash[32620]: audit 2023-12-07T10:55:26.133202+0000 mon.a (mon.0) 831 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:55:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:26 smithi044 bash[32620]: audit 2023-12-07T10:55:26.143470+0000 mon.a (mon.0) 832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:55:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:26 smithi022 bash[28554]: audit 2023-12-07T10:55:26.131202+0000 mon.a (mon.0) 830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:55:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:26 smithi022 bash[28554]: audit 2023-12-07T10:55:26.133202+0000 mon.a (mon.0) 831 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:55:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:26 smithi022 bash[28554]: audit 2023-12-07T10:55:26.143470+0000 mon.a (mon.0) 832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:55:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:26 smithi027 bash[31536]: audit 2023-12-07T10:55:26.131202+0000 mon.a (mon.0) 830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:55:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:26 smithi027 bash[31536]: audit 2023-12-07T10:55:26.133202+0000 mon.a (mon.0) 831 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:55:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:26 smithi027 bash[31536]: audit 2023-12-07T10:55:26.143470+0000 mon.a (mon.0) 832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:55:27.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:27.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:27.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:27.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:27.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:27 smithi044 bash[32620]: cluster 2023-12-07T10:55:25.728421+0000 mgr.a (mgr.24293) 2610 : cluster 0 pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:27 smithi022 bash[28554]: cluster 2023-12-07T10:55:25.728421+0000 mgr.a (mgr.24293) 2610 : cluster 0 pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:27 smithi027 bash[31536]: cluster 2023-12-07T10:55:25.728421+0000 mgr.a (mgr.24293) 2610 : cluster 0 pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:28 smithi027 bash[31536]: audit 2023-12-07T10:55:26.751308+0000 mgr.a (mgr.24293) 2611 : audit 0 from='client.63861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:28 smithi044 bash[32620]: audit 2023-12-07T10:55:26.751308+0000 mgr.a (mgr.24293) 2611 : audit 0 from='client.63861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:28 smithi022 bash[28554]: audit 2023-12-07T10:55:26.751308+0000 mgr.a (mgr.24293) 2611 : audit 0 from='client.63861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:29 smithi027 bash[31536]: cluster 2023-12-07T10:55:27.729097+0000 mgr.a (mgr.24293) 2612 : cluster 0 pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:55:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:29 smithi044 bash[32620]: cluster 2023-12-07T10:55:27.729097+0000 mgr.a (mgr.24293) 2612 : cluster 0 pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:55:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:29 smithi022 bash[28554]: cluster 2023-12-07T10:55:27.729097+0000 mgr.a (mgr.24293) 2612 : cluster 0 pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:55:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:31 smithi027 bash[31536]: cluster 2023-12-07T10:55:29.729686+0000 mgr.a (mgr.24293) 2613 : cluster 0 pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:55:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:31 smithi044 bash[32620]: cluster 2023-12-07T10:55:29.729686+0000 mgr.a (mgr.24293) 2613 : cluster 0 pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:55:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:31 smithi022 bash[28554]: cluster 2023-12-07T10:55:29.729686+0000 mgr.a (mgr.24293) 2613 : cluster 0 pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:55:32.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:32.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:32.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:33.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:33.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:33.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:33.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:33.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:33 smithi027 bash[31536]: cluster 2023-12-07T10:55:31.730562+0000 mgr.a (mgr.24293) 2614 : cluster 0 pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:55:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:33 smithi027 bash[31536]: audit 2023-12-07T10:55:32.683634+0000 mgr.a (mgr.24293) 2615 : audit 0 from='client.63936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:33 smithi044 bash[32620]: cluster 2023-12-07T10:55:31.730562+0000 mgr.a (mgr.24293) 2614 : cluster 0 pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:55:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:33 smithi044 bash[32620]: audit 2023-12-07T10:55:32.683634+0000 mgr.a (mgr.24293) 2615 : audit 0 from='client.63936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:33 smithi022 bash[28554]: cluster 2023-12-07T10:55:31.730562+0000 mgr.a (mgr.24293) 2614 : cluster 0 pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:55:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:33 smithi022 bash[28554]: audit 2023-12-07T10:55:32.683634+0000 mgr.a (mgr.24293) 2615 : audit 0 from='client.63936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:35 smithi027 bash[31536]: cluster 2023-12-07T10:55:33.731233+0000 mgr.a (mgr.24293) 2616 : 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-07T10:55:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:35 smithi044 bash[32620]: cluster 2023-12-07T10:55:33.731233+0000 mgr.a (mgr.24293) 2616 : 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-07T10:55:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:35 smithi022 bash[28554]: cluster 2023-12-07T10:55:33.731233+0000 mgr.a (mgr.24293) 2616 : 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-07T10:55:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:37 smithi044 bash[32620]: cluster 2023-12-07T10:55:35.732079+0000 mgr.a (mgr.24293) 2617 : cluster 0 pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:37 smithi022 bash[28554]: cluster 2023-12-07T10:55:35.732079+0000 mgr.a (mgr.24293) 2617 : cluster 0 pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:37 smithi027 bash[31536]: cluster 2023-12-07T10:55:35.732079+0000 mgr.a (mgr.24293) 2617 : cluster 0 pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:38.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:38.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:38.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:39.168 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:39.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:39.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:39.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:39.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:39 smithi044 bash[32620]: cluster 2023-12-07T10:55:37.732631+0000 mgr.a (mgr.24293) 2618 : cluster 0 pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:39 smithi044 bash[32620]: audit 2023-12-07T10:55:38.645261+0000 mgr.a (mgr.24293) 2619 : audit 0 from='client.64011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:39 smithi022 bash[28554]: cluster 2023-12-07T10:55:37.732631+0000 mgr.a (mgr.24293) 2618 : cluster 0 pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:39 smithi022 bash[28554]: audit 2023-12-07T10:55:38.645261+0000 mgr.a (mgr.24293) 2619 : audit 0 from='client.64011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:39 smithi027 bash[31536]: cluster 2023-12-07T10:55:37.732631+0000 mgr.a (mgr.24293) 2618 : cluster 0 pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:39 smithi027 bash[31536]: audit 2023-12-07T10:55:38.645261+0000 mgr.a (mgr.24293) 2619 : audit 0 from='client.64011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:41 smithi044 bash[32620]: cluster 2023-12-07T10:55:39.733426+0000 mgr.a (mgr.24293) 2620 : cluster 0 pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:41 smithi022 bash[28554]: cluster 2023-12-07T10:55:39.733426+0000 mgr.a (mgr.24293) 2620 : cluster 0 pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:41 smithi027 bash[31536]: cluster 2023-12-07T10:55:39.733426+0000 mgr.a (mgr.24293) 2620 : cluster 0 pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:43 smithi044 bash[32620]: cluster 2023-12-07T10:55:41.734430+0000 mgr.a (mgr.24293) 2621 : cluster 0 pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:43 smithi022 bash[28554]: cluster 2023-12-07T10:55:41.734430+0000 mgr.a (mgr.24293) 2621 : cluster 0 pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:43 smithi027 bash[31536]: cluster 2023-12-07T10:55:41.734430+0000 mgr.a (mgr.24293) 2621 : cluster 0 pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:44.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:44.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:44.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:45.090 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:45.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:45.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:45.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:45.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:45 smithi044 bash[32620]: cluster 2023-12-07T10:55:43.735156+0000 mgr.a (mgr.24293) 2622 : cluster 0 pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:45 smithi044 bash[32620]: audit 2023-12-07T10:55:44.584020+0000 mgr.a (mgr.24293) 2623 : audit 0 from='client.64086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:45 smithi022 bash[28554]: cluster 2023-12-07T10:55:43.735156+0000 mgr.a (mgr.24293) 2622 : cluster 0 pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:45 smithi022 bash[28554]: audit 2023-12-07T10:55:44.584020+0000 mgr.a (mgr.24293) 2623 : audit 0 from='client.64086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:45 smithi027 bash[31536]: cluster 2023-12-07T10:55:43.735156+0000 mgr.a (mgr.24293) 2622 : cluster 0 pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:45 smithi027 bash[31536]: audit 2023-12-07T10:55:44.584020+0000 mgr.a (mgr.24293) 2623 : audit 0 from='client.64086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:47 smithi044 bash[32620]: cluster 2023-12-07T10:55:45.736097+0000 mgr.a (mgr.24293) 2624 : cluster 0 pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:47 smithi022 bash[28554]: cluster 2023-12-07T10:55:45.736097+0000 mgr.a (mgr.24293) 2624 : cluster 0 pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:47 smithi027 bash[31536]: cluster 2023-12-07T10:55:45.736097+0000 mgr.a (mgr.24293) 2624 : cluster 0 pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:49 smithi044 bash[32620]: cluster 2023-12-07T10:55:47.736674+0000 mgr.a (mgr.24293) 2625 : 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-07T10:55:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:49 smithi022 bash[28554]: cluster 2023-12-07T10:55:47.736674+0000 mgr.a (mgr.24293) 2625 : 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-07T10:55:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:49 smithi027 bash[31536]: cluster 2023-12-07T10:55:47.736674+0000 mgr.a (mgr.24293) 2625 : 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-07T10:55:50.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:50.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:50.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:51.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:51 smithi044 bash[32620]: cluster 2023-12-07T10:55:49.737245+0000 mgr.a (mgr.24293) 2626 : 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-07T10:55:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:51 smithi044 bash[32620]: audit 2023-12-07T10:55:50.512238+0000 mgr.a (mgr.24293) 2627 : audit 0 from='client.64164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:51 smithi022 bash[28554]: cluster 2023-12-07T10:55:49.737245+0000 mgr.a (mgr.24293) 2626 : 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-07T10:55:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:51 smithi022 bash[28554]: audit 2023-12-07T10:55:50.512238+0000 mgr.a (mgr.24293) 2627 : audit 0 from='client.64164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:51 smithi027 bash[31536]: cluster 2023-12-07T10:55:49.737245+0000 mgr.a (mgr.24293) 2626 : 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-07T10:55:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:51 smithi027 bash[31536]: audit 2023-12-07T10:55:50.512238+0000 mgr.a (mgr.24293) 2627 : audit 0 from='client.64164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:53 smithi044 bash[32620]: cluster 2023-12-07T10:55:51.738374+0000 mgr.a (mgr.24293) 2628 : cluster 0 pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:53 smithi022 bash[28554]: cluster 2023-12-07T10:55:51.738374+0000 mgr.a (mgr.24293) 2628 : cluster 0 pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:53 smithi027 bash[31536]: cluster 2023-12-07T10:55:51.738374+0000 mgr.a (mgr.24293) 2628 : cluster 0 pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:55 smithi044 bash[32620]: cluster 2023-12-07T10:55:53.739011+0000 mgr.a (mgr.24293) 2629 : cluster 0 pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:55 smithi022 bash[28554]: cluster 2023-12-07T10:55:53.739011+0000 mgr.a (mgr.24293) 2629 : cluster 0 pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:55 smithi027 bash[31536]: cluster 2023-12-07T10:55:53.739011+0000 mgr.a (mgr.24293) 2629 : cluster 0 pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:56.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:55:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:57.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:55:57.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:57.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:57.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:57.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:55:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:57 smithi044 bash[32620]: cluster 2023-12-07T10:55:55.739790+0000 mgr.a (mgr.24293) 2630 : cluster 0 pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:57 smithi044 bash[32620]: audit 2023-12-07T10:55:56.456022+0000 mgr.a (mgr.24293) 2631 : audit 0 from='client.64239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:57 smithi022 bash[28554]: cluster 2023-12-07T10:55:55.739790+0000 mgr.a (mgr.24293) 2630 : cluster 0 pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:57 smithi022 bash[28554]: audit 2023-12-07T10:55:56.456022+0000 mgr.a (mgr.24293) 2631 : audit 0 from='client.64239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:57 smithi027 bash[31536]: cluster 2023-12-07T10:55:55.739790+0000 mgr.a (mgr.24293) 2630 : cluster 0 pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:57 smithi027 bash[31536]: audit 2023-12-07T10:55:56.456022+0000 mgr.a (mgr.24293) 2631 : audit 0 from='client.64239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:55:59 smithi044 bash[32620]: cluster 2023-12-07T10:55:57.740441+0000 mgr.a (mgr.24293) 2632 : cluster 0 pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:55:59 smithi022 bash[28554]: cluster 2023-12-07T10:55:57.740441+0000 mgr.a (mgr.24293) 2632 : cluster 0 pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:55:59 smithi027 bash[31536]: cluster 2023-12-07T10:55:57.740441+0000 mgr.a (mgr.24293) 2632 : cluster 0 pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:01 smithi044 bash[32620]: cluster 2023-12-07T10:55:59.741023+0000 mgr.a (mgr.24293) 2633 : cluster 0 pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:01 smithi022 bash[28554]: cluster 2023-12-07T10:55:59.741023+0000 mgr.a (mgr.24293) 2633 : cluster 0 pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:01 smithi027 bash[31536]: cluster 2023-12-07T10:55:59.741023+0000 mgr.a (mgr.24293) 2633 : cluster 0 pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:02.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:02.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:02.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:02.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:02.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:02.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:02.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:02.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:03 smithi044 bash[32620]: cluster 2023-12-07T10:56:01.741847+0000 mgr.a (mgr.24293) 2634 : cluster 0 pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:03 smithi044 bash[32620]: audit 2023-12-07T10:56:02.420860+0000 mgr.a (mgr.24293) 2635 : audit 0 from='client.64314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:03 smithi022 bash[28554]: cluster 2023-12-07T10:56:01.741847+0000 mgr.a (mgr.24293) 2634 : cluster 0 pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:03 smithi022 bash[28554]: audit 2023-12-07T10:56:02.420860+0000 mgr.a (mgr.24293) 2635 : audit 0 from='client.64314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:03 smithi027 bash[31536]: cluster 2023-12-07T10:56:01.741847+0000 mgr.a (mgr.24293) 2634 : cluster 0 pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:03 smithi027 bash[31536]: audit 2023-12-07T10:56:02.420860+0000 mgr.a (mgr.24293) 2635 : audit 0 from='client.64314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:05 smithi044 bash[32620]: cluster 2023-12-07T10:56:03.742516+0000 mgr.a (mgr.24293) 2636 : 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-07T10:56:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:05 smithi022 bash[28554]: cluster 2023-12-07T10:56:03.742516+0000 mgr.a (mgr.24293) 2636 : 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-07T10:56:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:05 smithi027 bash[31536]: cluster 2023-12-07T10:56:03.742516+0000 mgr.a (mgr.24293) 2636 : 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-07T10:56:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:07 smithi044 bash[32620]: cluster 2023-12-07T10:56:05.743313+0000 mgr.a (mgr.24293) 2637 : 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-07T10:56:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:07 smithi022 bash[28554]: cluster 2023-12-07T10:56:05.743313+0000 mgr.a (mgr.24293) 2637 : 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-07T10:56:07.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:07.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:07.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:07 smithi027 bash[31536]: cluster 2023-12-07T10:56:05.743313+0000 mgr.a (mgr.24293) 2637 : 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-07T10:56:08.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:08.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:08.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:08.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:08.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:09 smithi044 bash[32620]: cluster 2023-12-07T10:56:07.743904+0000 mgr.a (mgr.24293) 2638 : 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-07T10:56:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:09 smithi044 bash[32620]: audit 2023-12-07T10:56:08.348272+0000 mgr.a (mgr.24293) 2639 : audit 0 from='client.64392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:09 smithi022 bash[28554]: cluster 2023-12-07T10:56:07.743904+0000 mgr.a (mgr.24293) 2638 : 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-07T10:56:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:09 smithi022 bash[28554]: audit 2023-12-07T10:56:08.348272+0000 mgr.a (mgr.24293) 2639 : audit 0 from='client.64392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:09 smithi027 bash[31536]: cluster 2023-12-07T10:56:07.743904+0000 mgr.a (mgr.24293) 2638 : 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-07T10:56:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:09 smithi027 bash[31536]: audit 2023-12-07T10:56:08.348272+0000 mgr.a (mgr.24293) 2639 : audit 0 from='client.64392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:11 smithi044 bash[32620]: cluster 2023-12-07T10:56:09.744568+0000 mgr.a (mgr.24293) 2640 : 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-07T10:56:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:11 smithi022 bash[28554]: cluster 2023-12-07T10:56:09.744568+0000 mgr.a (mgr.24293) 2640 : 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-07T10:56:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:11 smithi027 bash[31536]: cluster 2023-12-07T10:56:09.744568+0000 mgr.a (mgr.24293) 2640 : 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-07T10:56:13.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:13.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:13.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:13 smithi044 bash[32620]: cluster 2023-12-07T10:56:11.745355+0000 mgr.a (mgr.24293) 2641 : cluster 0 pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:13 smithi022 bash[28554]: cluster 2023-12-07T10:56:11.745355+0000 mgr.a (mgr.24293) 2641 : cluster 0 pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:13 smithi027 bash[31536]: cluster 2023-12-07T10:56:11.745355+0000 mgr.a (mgr.24293) 2641 : cluster 0 pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:14.812 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:14.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:14.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:14.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:14.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:15 smithi044 bash[32620]: cluster 2023-12-07T10:56:13.746062+0000 mgr.a (mgr.24293) 2642 : cluster 0 pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:15 smithi044 bash[32620]: audit 2023-12-07T10:56:14.313570+0000 mgr.a (mgr.24293) 2643 : audit 0 from='client.64467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:15 smithi022 bash[28554]: cluster 2023-12-07T10:56:13.746062+0000 mgr.a (mgr.24293) 2642 : cluster 0 pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:15 smithi022 bash[28554]: audit 2023-12-07T10:56:14.313570+0000 mgr.a (mgr.24293) 2643 : audit 0 from='client.64467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:15 smithi027 bash[31536]: cluster 2023-12-07T10:56:13.746062+0000 mgr.a (mgr.24293) 2642 : cluster 0 pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:15 smithi027 bash[31536]: audit 2023-12-07T10:56:14.313570+0000 mgr.a (mgr.24293) 2643 : audit 0 from='client.64467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:17 smithi044 bash[32620]: cluster 2023-12-07T10:56:15.746925+0000 mgr.a (mgr.24293) 2644 : cluster 0 pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:17 smithi022 bash[28554]: cluster 2023-12-07T10:56:15.746925+0000 mgr.a (mgr.24293) 2644 : cluster 0 pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:17 smithi027 bash[31536]: cluster 2023-12-07T10:56:15.746925+0000 mgr.a (mgr.24293) 2644 : cluster 0 pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:19.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:19.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:19.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:19 smithi044 bash[32620]: cluster 2023-12-07T10:56:17.747477+0000 mgr.a (mgr.24293) 2645 : cluster 0 pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:19 smithi022 bash[28554]: cluster 2023-12-07T10:56:17.747477+0000 mgr.a (mgr.24293) 2645 : cluster 0 pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:19 smithi027 bash[31536]: cluster 2023-12-07T10:56:17.747477+0000 mgr.a (mgr.24293) 2645 : cluster 0 pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:20.765 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:21 smithi044 bash[32620]: cluster 2023-12-07T10:56:19.748030+0000 mgr.a (mgr.24293) 2646 : cluster 0 pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:21 smithi044 bash[32620]: audit 2023-12-07T10:56:20.227380+0000 mgr.a (mgr.24293) 2647 : audit 0 from='client.64539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:21 smithi022 bash[28554]: cluster 2023-12-07T10:56:19.748030+0000 mgr.a (mgr.24293) 2646 : cluster 0 pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:21 smithi022 bash[28554]: audit 2023-12-07T10:56:20.227380+0000 mgr.a (mgr.24293) 2647 : audit 0 from='client.64539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:21 smithi027 bash[31536]: cluster 2023-12-07T10:56:19.748030+0000 mgr.a (mgr.24293) 2646 : cluster 0 pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:21 smithi027 bash[31536]: audit 2023-12-07T10:56:20.227380+0000 mgr.a (mgr.24293) 2647 : audit 0 from='client.64539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:23 smithi044 bash[32620]: cluster 2023-12-07T10:56:21.749000+0000 mgr.a (mgr.24293) 2648 : 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-07T10:56:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:23 smithi022 bash[28554]: cluster 2023-12-07T10:56:21.749000+0000 mgr.a (mgr.24293) 2648 : 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-07T10:56:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:23 smithi027 bash[31536]: cluster 2023-12-07T10:56:21.749000+0000 mgr.a (mgr.24293) 2648 : 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-07T10:56:25.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:25.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:25.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:25 smithi044 bash[32620]: cluster 2023-12-07T10:56:23.749561+0000 mgr.a (mgr.24293) 2649 : cluster 0 pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:25 smithi022 bash[28554]: cluster 2023-12-07T10:56:23.749561+0000 mgr.a (mgr.24293) 2649 : cluster 0 pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:25 smithi027 bash[31536]: cluster 2023-12-07T10:56:23.749561+0000 mgr.a (mgr.24293) 2649 : cluster 0 pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:26.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:26.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:26.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:26.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:26.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:26 smithi044 bash[32620]: audit 2023-12-07T10:56:26.247148+0000 mon.a (mon.0) 833 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:56:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:26 smithi022 bash[28554]: audit 2023-12-07T10:56:26.247148+0000 mon.a (mon.0) 833 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:56:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:26 smithi027 bash[31536]: audit 2023-12-07T10:56:26.247148+0000 mon.a (mon.0) 833 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:56:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:27 smithi044 bash[32620]: cluster 2023-12-07T10:56:25.750254+0000 mgr.a (mgr.24293) 2650 : cluster 0 pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:27 smithi044 bash[32620]: audit 2023-12-07T10:56:26.179959+0000 mgr.a (mgr.24293) 2651 : audit 0 from='client.64614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:27 smithi044 bash[32620]: audit 2023-12-07T10:56:27.052856+0000 mon.a (mon.0) 834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:56:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:27 smithi044 bash[32620]: audit 2023-12-07T10:56:27.055049+0000 mon.a (mon.0) 835 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:56:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:27 smithi044 bash[32620]: audit 2023-12-07T10:56:27.065289+0000 mon.a (mon.0) 836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:56:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:27 smithi022 bash[28554]: cluster 2023-12-07T10:56:25.750254+0000 mgr.a (mgr.24293) 2650 : cluster 0 pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:27 smithi022 bash[28554]: audit 2023-12-07T10:56:26.179959+0000 mgr.a (mgr.24293) 2651 : audit 0 from='client.64614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:27 smithi022 bash[28554]: audit 2023-12-07T10:56:27.052856+0000 mon.a (mon.0) 834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:56:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:27 smithi022 bash[28554]: audit 2023-12-07T10:56:27.055049+0000 mon.a (mon.0) 835 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:56:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:27 smithi022 bash[28554]: audit 2023-12-07T10:56:27.065289+0000 mon.a (mon.0) 836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:56:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:27 smithi027 bash[31536]: cluster 2023-12-07T10:56:25.750254+0000 mgr.a (mgr.24293) 2650 : cluster 0 pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:27 smithi027 bash[31536]: audit 2023-12-07T10:56:26.179959+0000 mgr.a (mgr.24293) 2651 : audit 0 from='client.64614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:27 smithi027 bash[31536]: audit 2023-12-07T10:56:27.052856+0000 mon.a (mon.0) 834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:56:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:27 smithi027 bash[31536]: audit 2023-12-07T10:56:27.055049+0000 mon.a (mon.0) 835 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:56:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:27 smithi027 bash[31536]: audit 2023-12-07T10:56:27.065289+0000 mon.a (mon.0) 836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:56:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:29 smithi022 bash[28554]: cluster 2023-12-07T10:56:27.750891+0000 mgr.a (mgr.24293) 2652 : cluster 0 pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:29 smithi044 bash[32620]: cluster 2023-12-07T10:56:27.750891+0000 mgr.a (mgr.24293) 2652 : cluster 0 pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:29 smithi027 bash[31536]: cluster 2023-12-07T10:56:27.750891+0000 mgr.a (mgr.24293) 2652 : cluster 0 pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:31.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:31.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:31.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:31 smithi044 bash[32620]: cluster 2023-12-07T10:56:29.751466+0000 mgr.a (mgr.24293) 2653 : cluster 0 pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:31 smithi022 bash[28554]: cluster 2023-12-07T10:56:29.751466+0000 mgr.a (mgr.24293) 2653 : cluster 0 pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:31 smithi027 bash[31536]: cluster 2023-12-07T10:56:29.751466+0000 mgr.a (mgr.24293) 2653 : cluster 0 pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:32.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:32.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:32.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:32.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:32.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:33 smithi044 bash[32620]: cluster 2023-12-07T10:56:31.752269+0000 mgr.a (mgr.24293) 2654 : cluster 0 pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:33 smithi044 bash[32620]: audit 2023-12-07T10:56:32.069921+0000 mgr.a (mgr.24293) 2655 : audit 0 from='client.64689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:33 smithi022 bash[28554]: cluster 2023-12-07T10:56:31.752269+0000 mgr.a (mgr.24293) 2654 : cluster 0 pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:33 smithi022 bash[28554]: audit 2023-12-07T10:56:32.069921+0000 mgr.a (mgr.24293) 2655 : audit 0 from='client.64689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:33 smithi027 bash[31536]: cluster 2023-12-07T10:56:31.752269+0000 mgr.a (mgr.24293) 2654 : cluster 0 pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:33 smithi027 bash[31536]: audit 2023-12-07T10:56:32.069921+0000 mgr.a (mgr.24293) 2655 : audit 0 from='client.64689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:35 smithi044 bash[32620]: cluster 2023-12-07T10:56:33.752991+0000 mgr.a (mgr.24293) 2656 : 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-07T10:56:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:35 smithi022 bash[28554]: cluster 2023-12-07T10:56:33.752991+0000 mgr.a (mgr.24293) 2656 : 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-07T10:56:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:35 smithi027 bash[31536]: cluster 2023-12-07T10:56:33.752991+0000 mgr.a (mgr.24293) 2656 : 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-07T10:56:37.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:37.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:37.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:37 smithi044 bash[32620]: cluster 2023-12-07T10:56:35.753796+0000 mgr.a (mgr.24293) 2657 : 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-07T10:56:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:37 smithi022 bash[28554]: cluster 2023-12-07T10:56:35.753796+0000 mgr.a (mgr.24293) 2657 : 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-07T10:56:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:37 smithi027 bash[31536]: cluster 2023-12-07T10:56:35.753796+0000 mgr.a (mgr.24293) 2657 : 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-07T10:56:38.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:38.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:38.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:38.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:38.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:39 smithi044 bash[32620]: cluster 2023-12-07T10:56:37.754341+0000 mgr.a (mgr.24293) 2658 : 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-07T10:56:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:39 smithi044 bash[32620]: audit 2023-12-07T10:56:38.027030+0000 mgr.a (mgr.24293) 2659 : audit 0 from='client.64764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:39 smithi022 bash[28554]: cluster 2023-12-07T10:56:37.754341+0000 mgr.a (mgr.24293) 2658 : 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-07T10:56:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:39 smithi022 bash[28554]: audit 2023-12-07T10:56:38.027030+0000 mgr.a (mgr.24293) 2659 : audit 0 from='client.64764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:39 smithi027 bash[31536]: cluster 2023-12-07T10:56:37.754341+0000 mgr.a (mgr.24293) 2658 : 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-07T10:56:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:39 smithi027 bash[31536]: audit 2023-12-07T10:56:38.027030+0000 mgr.a (mgr.24293) 2659 : audit 0 from='client.64764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:41 smithi044 bash[32620]: cluster 2023-12-07T10:56:39.755063+0000 mgr.a (mgr.24293) 2660 : 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-07T10:56:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:41 smithi022 bash[28554]: cluster 2023-12-07T10:56:39.755063+0000 mgr.a (mgr.24293) 2660 : 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-07T10:56:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:41 smithi027 bash[31536]: cluster 2023-12-07T10:56:39.755063+0000 mgr.a (mgr.24293) 2660 : 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-07T10:56:43.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:43.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:43.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:43 smithi044 bash[32620]: cluster 2023-12-07T10:56:41.755937+0000 mgr.a (mgr.24293) 2661 : cluster 0 pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:43 smithi022 bash[28554]: cluster 2023-12-07T10:56:41.755937+0000 mgr.a (mgr.24293) 2661 : cluster 0 pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:43 smithi027 bash[31536]: cluster 2023-12-07T10:56:41.755937+0000 mgr.a (mgr.24293) 2661 : cluster 0 pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:44.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:44.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:44.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:44.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:44.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:45 smithi022 bash[28554]: cluster 2023-12-07T10:56:43.756521+0000 mgr.a (mgr.24293) 2662 : cluster 0 pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:45 smithi022 bash[28554]: audit 2023-12-07T10:56:43.974544+0000 mgr.a (mgr.24293) 2663 : audit 0 from='client.64836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:45 smithi044 bash[32620]: cluster 2023-12-07T10:56:43.756521+0000 mgr.a (mgr.24293) 2662 : cluster 0 pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:45 smithi044 bash[32620]: audit 2023-12-07T10:56:43.974544+0000 mgr.a (mgr.24293) 2663 : audit 0 from='client.64836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:45 smithi027 bash[31536]: cluster 2023-12-07T10:56:43.756521+0000 mgr.a (mgr.24293) 2662 : cluster 0 pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:45 smithi027 bash[31536]: audit 2023-12-07T10:56:43.974544+0000 mgr.a (mgr.24293) 2663 : audit 0 from='client.64836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:47 smithi044 bash[32620]: cluster 2023-12-07T10:56:45.757430+0000 mgr.a (mgr.24293) 2664 : cluster 0 pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:47 smithi022 bash[28554]: cluster 2023-12-07T10:56:45.757430+0000 mgr.a (mgr.24293) 2664 : cluster 0 pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:47 smithi027 bash[31536]: cluster 2023-12-07T10:56:45.757430+0000 mgr.a (mgr.24293) 2664 : cluster 0 pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:49.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:49.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:49.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:49 smithi044 bash[32620]: cluster 2023-12-07T10:56:47.757980+0000 mgr.a (mgr.24293) 2665 : cluster 0 pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:49 smithi022 bash[28554]: cluster 2023-12-07T10:56:47.757980+0000 mgr.a (mgr.24293) 2665 : cluster 0 pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:49 smithi027 bash[31536]: cluster 2023-12-07T10:56:47.757980+0000 mgr.a (mgr.24293) 2665 : cluster 0 pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:50.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:50.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:50.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:50.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:50.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:51 smithi044 bash[32620]: cluster 2023-12-07T10:56:49.758497+0000 mgr.a (mgr.24293) 2666 : cluster 0 pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:51 smithi044 bash[32620]: audit 2023-12-07T10:56:49.922959+0000 mgr.a (mgr.24293) 2667 : audit 0 from='client.64914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:51 smithi022 bash[28554]: cluster 2023-12-07T10:56:49.758497+0000 mgr.a (mgr.24293) 2666 : cluster 0 pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:51 smithi022 bash[28554]: audit 2023-12-07T10:56:49.922959+0000 mgr.a (mgr.24293) 2667 : audit 0 from='client.64914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:51 smithi027 bash[31536]: cluster 2023-12-07T10:56:49.758497+0000 mgr.a (mgr.24293) 2666 : cluster 0 pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:51 smithi027 bash[31536]: audit 2023-12-07T10:56:49.922959+0000 mgr.a (mgr.24293) 2667 : audit 0 from='client.64914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:53 smithi044 bash[32620]: cluster 2023-12-07T10:56:51.759454+0000 mgr.a (mgr.24293) 2668 : cluster 0 pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:56:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:53 smithi022 bash[28554]: cluster 2023-12-07T10:56:51.759454+0000 mgr.a (mgr.24293) 2668 : cluster 0 pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:56:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:53 smithi027 bash[31536]: cluster 2023-12-07T10:56:51.759454+0000 mgr.a (mgr.24293) 2668 : cluster 0 pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:56:55.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:56:55.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:55.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:55 smithi044 bash[32620]: cluster 2023-12-07T10:56:53.760013+0000 mgr.a (mgr.24293) 2669 : cluster 0 pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:56:55.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:55 smithi022 bash[28554]: cluster 2023-12-07T10:56:53.760013+0000 mgr.a (mgr.24293) 2669 : cluster 0 pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:56:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:55 smithi027 bash[31536]: cluster 2023-12-07T10:56:53.760013+0000 mgr.a (mgr.24293) 2669 : cluster 0 pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:56:56.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:56:56.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:56.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:56.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:56.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:56:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:57 smithi044 bash[32620]: cluster 2023-12-07T10:56:55.760750+0000 mgr.a (mgr.24293) 2670 : cluster 0 pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:57 smithi044 bash[32620]: audit 2023-12-07T10:56:55.869519+0000 mgr.a (mgr.24293) 2671 : audit 0 from='client.64989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:57 smithi022 bash[28554]: cluster 2023-12-07T10:56:55.760750+0000 mgr.a (mgr.24293) 2670 : cluster 0 pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:57 smithi022 bash[28554]: audit 2023-12-07T10:56:55.869519+0000 mgr.a (mgr.24293) 2671 : audit 0 from='client.64989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:57 smithi027 bash[31536]: cluster 2023-12-07T10:56:55.760750+0000 mgr.a (mgr.24293) 2670 : cluster 0 pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:57 smithi027 bash[31536]: audit 2023-12-07T10:56:55.869519+0000 mgr.a (mgr.24293) 2671 : audit 0 from='client.64989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:56:59 smithi044 bash[32620]: cluster 2023-12-07T10:56:57.761469+0000 mgr.a (mgr.24293) 2672 : cluster 0 pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:56:59 smithi022 bash[28554]: cluster 2023-12-07T10:56:57.761469+0000 mgr.a (mgr.24293) 2672 : cluster 0 pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:56:59 smithi027 bash[31536]: cluster 2023-12-07T10:56:57.761469+0000 mgr.a (mgr.24293) 2672 : cluster 0 pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:01.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:01 smithi044 bash[32620]: cluster 2023-12-07T10:56:59.762027+0000 mgr.a (mgr.24293) 2673 : cluster 0 pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:01 smithi022 bash[28554]: cluster 2023-12-07T10:56:59.762027+0000 mgr.a (mgr.24293) 2673 : cluster 0 pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:01 smithi027 bash[31536]: cluster 2023-12-07T10:56:59.762027+0000 mgr.a (mgr.24293) 2673 : cluster 0 pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:02.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:03 smithi044 bash[32620]: cluster 2023-12-07T10:57:01.762787+0000 mgr.a (mgr.24293) 2674 : cluster 0 pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:03 smithi044 bash[32620]: audit 2023-12-07T10:57:01.797065+0000 mgr.a (mgr.24293) 2675 : audit 0 from='client.65067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:03 smithi022 bash[28554]: cluster 2023-12-07T10:57:01.762787+0000 mgr.a (mgr.24293) 2674 : cluster 0 pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:03 smithi022 bash[28554]: audit 2023-12-07T10:57:01.797065+0000 mgr.a (mgr.24293) 2675 : audit 0 from='client.65067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:03 smithi027 bash[31536]: cluster 2023-12-07T10:57:01.762787+0000 mgr.a (mgr.24293) 2674 : cluster 0 pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:03 smithi027 bash[31536]: audit 2023-12-07T10:57:01.797065+0000 mgr.a (mgr.24293) 2675 : audit 0 from='client.65067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:05 smithi044 bash[32620]: cluster 2023-12-07T10:57:03.763663+0000 mgr.a (mgr.24293) 2676 : cluster 0 pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:57:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:05 smithi022 bash[28554]: cluster 2023-12-07T10:57:03.763663+0000 mgr.a (mgr.24293) 2676 : cluster 0 pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:57:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:05 smithi027 bash[31536]: cluster 2023-12-07T10:57:03.763663+0000 mgr.a (mgr.24293) 2676 : cluster 0 pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:57:07.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:07.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:07.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:07 smithi044 bash[32620]: cluster 2023-12-07T10:57:05.764547+0000 mgr.a (mgr.24293) 2677 : cluster 0 pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:57:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:07 smithi022 bash[28554]: cluster 2023-12-07T10:57:05.764547+0000 mgr.a (mgr.24293) 2677 : cluster 0 pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:57:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:07 smithi027 bash[31536]: cluster 2023-12-07T10:57:05.764547+0000 mgr.a (mgr.24293) 2677 : cluster 0 pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:57:08.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:09 smithi044 bash[32620]: audit 2023-12-07T10:57:07.719890+0000 mgr.a (mgr.24293) 2678 : audit 0 from='client.65145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:09 smithi044 bash[32620]: cluster 2023-12-07T10:57:07.765065+0000 mgr.a (mgr.24293) 2679 : 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-07T10:57:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:09 smithi022 bash[28554]: audit 2023-12-07T10:57:07.719890+0000 mgr.a (mgr.24293) 2678 : audit 0 from='client.65145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:09 smithi022 bash[28554]: cluster 2023-12-07T10:57:07.765065+0000 mgr.a (mgr.24293) 2679 : 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-07T10:57:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:09 smithi027 bash[31536]: audit 2023-12-07T10:57:07.719890+0000 mgr.a (mgr.24293) 2678 : audit 0 from='client.65145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:09 smithi027 bash[31536]: cluster 2023-12-07T10:57:07.765065+0000 mgr.a (mgr.24293) 2679 : 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-07T10:57:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:11 smithi044 bash[32620]: cluster 2023-12-07T10:57:09.765754+0000 mgr.a (mgr.24293) 2680 : 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-07T10:57:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:11 smithi022 bash[28554]: cluster 2023-12-07T10:57:09.765754+0000 mgr.a (mgr.24293) 2680 : 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-07T10:57:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:11 smithi027 bash[31536]: cluster 2023-12-07T10:57:09.765754+0000 mgr.a (mgr.24293) 2680 : 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-07T10:57:13.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:13.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:13.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:13 smithi044 bash[32620]: cluster 2023-12-07T10:57:11.766572+0000 mgr.a (mgr.24293) 2681 : 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-07T10:57:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:13 smithi022 bash[28554]: cluster 2023-12-07T10:57:11.766572+0000 mgr.a (mgr.24293) 2681 : 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-07T10:57:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:13 smithi027 bash[31536]: cluster 2023-12-07T10:57:11.766572+0000 mgr.a (mgr.24293) 2681 : 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-07T10:57:14.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:14.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:14.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:14.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:14.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:14.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:14 smithi044 bash[32620]: audit 2023-12-07T10:57:13.672444+0000 mgr.a (mgr.24293) 2682 : audit 0 from='client.65217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:14 smithi022 bash[28554]: audit 2023-12-07T10:57:13.672444+0000 mgr.a (mgr.24293) 2682 : audit 0 from='client.65217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:14 smithi027 bash[31536]: audit 2023-12-07T10:57:13.672444+0000 mgr.a (mgr.24293) 2682 : audit 0 from='client.65217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:15 smithi044 bash[32620]: cluster 2023-12-07T10:57:13.766990+0000 mgr.a (mgr.24293) 2683 : 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-07T10:57:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:15 smithi022 bash[28554]: cluster 2023-12-07T10:57:13.766990+0000 mgr.a (mgr.24293) 2683 : 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-07T10:57:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:15 smithi027 bash[31536]: cluster 2023-12-07T10:57:13.766990+0000 mgr.a (mgr.24293) 2683 : 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-07T10:57:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:17 smithi044 bash[32620]: cluster 2023-12-07T10:57:15.767784+0000 mgr.a (mgr.24293) 2684 : cluster 0 pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:17 smithi022 bash[28554]: cluster 2023-12-07T10:57:15.767784+0000 mgr.a (mgr.24293) 2684 : cluster 0 pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:17 smithi027 bash[31536]: cluster 2023-12-07T10:57:15.767784+0000 mgr.a (mgr.24293) 2684 : cluster 0 pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:19.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:19.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:19.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:19 smithi022 bash[28554]: cluster 2023-12-07T10:57:17.768330+0000 mgr.a (mgr.24293) 2685 : cluster 0 pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:19 smithi027 bash[31536]: cluster 2023-12-07T10:57:17.768330+0000 mgr.a (mgr.24293) 2685 : cluster 0 pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:20.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:20.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:20.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:20.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:20.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:19 smithi044 bash[32620]: cluster 2023-12-07T10:57:17.768330+0000 mgr.a (mgr.24293) 2685 : cluster 0 pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:20 smithi027 bash[31536]: audit 2023-12-07T10:57:19.630679+0000 mgr.a (mgr.24293) 2686 : audit 0 from='client.65292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:20 smithi044 bash[32620]: audit 2023-12-07T10:57:19.630679+0000 mgr.a (mgr.24293) 2686 : audit 0 from='client.65292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:20 smithi022 bash[28554]: audit 2023-12-07T10:57:19.630679+0000 mgr.a (mgr.24293) 2686 : audit 0 from='client.65292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:21 smithi027 bash[31536]: cluster 2023-12-07T10:57:19.768833+0000 mgr.a (mgr.24293) 2687 : cluster 0 pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:21 smithi044 bash[32620]: cluster 2023-12-07T10:57:19.768833+0000 mgr.a (mgr.24293) 2687 : cluster 0 pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:21 smithi022 bash[28554]: cluster 2023-12-07T10:57:19.768833+0000 mgr.a (mgr.24293) 2687 : cluster 0 pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:23 smithi027 bash[31536]: cluster 2023-12-07T10:57:21.769817+0000 mgr.a (mgr.24293) 2688 : cluster 0 pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:23 smithi044 bash[32620]: cluster 2023-12-07T10:57:21.769817+0000 mgr.a (mgr.24293) 2688 : cluster 0 pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:23 smithi022 bash[28554]: cluster 2023-12-07T10:57:21.769817+0000 mgr.a (mgr.24293) 2688 : cluster 0 pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:25.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:25.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:25.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:25 smithi027 bash[31536]: cluster 2023-12-07T10:57:23.770572+0000 mgr.a (mgr.24293) 2689 : cluster 0 pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:26.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:26.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:26.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:26.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:26.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:25 smithi044 bash[32620]: cluster 2023-12-07T10:57:23.770572+0000 mgr.a (mgr.24293) 2689 : cluster 0 pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:25 smithi022 bash[28554]: cluster 2023-12-07T10:57:23.770572+0000 mgr.a (mgr.24293) 2689 : cluster 0 pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:26 smithi044 bash[32620]: audit 2023-12-07T10:57:25.570496+0000 mgr.a (mgr.24293) 2690 : audit 0 from='client.65370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:26 smithi022 bash[28554]: audit 2023-12-07T10:57:25.570496+0000 mgr.a (mgr.24293) 2690 : audit 0 from='client.65370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:26 smithi027 bash[31536]: audit 2023-12-07T10:57:25.570496+0000 mgr.a (mgr.24293) 2690 : audit 0 from='client.65370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:27 smithi044 bash[32620]: cluster 2023-12-07T10:57:25.771521+0000 mgr.a (mgr.24293) 2691 : 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-07T10:57:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:27 smithi044 bash[32620]: audit 2023-12-07T10:57:27.168841+0000 mon.a (mon.0) 837 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:57:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:27 smithi044 bash[32620]: audit 2023-12-07T10:57:27.698843+0000 mon.a (mon.0) 838 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:27 smithi022 bash[28554]: cluster 2023-12-07T10:57:25.771521+0000 mgr.a (mgr.24293) 2691 : 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-07T10:57:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:27 smithi022 bash[28554]: audit 2023-12-07T10:57:27.168841+0000 mon.a (mon.0) 837 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:57:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:27 smithi022 bash[28554]: audit 2023-12-07T10:57:27.698843+0000 mon.a (mon.0) 838 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:27 smithi027 bash[31536]: cluster 2023-12-07T10:57:25.771521+0000 mgr.a (mgr.24293) 2691 : 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-07T10:57:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:27 smithi027 bash[31536]: audit 2023-12-07T10:57:27.168841+0000 mon.a (mon.0) 837 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:57:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:27 smithi027 bash[31536]: audit 2023-12-07T10:57:27.698843+0000 mon.a (mon.0) 838 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:28 smithi044 bash[32620]: audit 2023-12-07T10:57:27.705237+0000 mon.a (mon.0) 839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:28 smithi044 bash[32620]: audit 2023-12-07T10:57:28.441557+0000 mon.a (mon.0) 840 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:57:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:28 smithi044 bash[32620]: audit 2023-12-07T10:57:28.443120+0000 mon.a (mon.0) 841 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:57:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:28 smithi044 bash[32620]: audit 2023-12-07T10:57:28.452743+0000 mon.a (mon.0) 842 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:28 smithi022 bash[28554]: audit 2023-12-07T10:57:27.705237+0000 mon.a (mon.0) 839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:28 smithi022 bash[28554]: audit 2023-12-07T10:57:28.441557+0000 mon.a (mon.0) 840 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:57:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:28 smithi022 bash[28554]: audit 2023-12-07T10:57:28.443120+0000 mon.a (mon.0) 841 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:57:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:28 smithi022 bash[28554]: audit 2023-12-07T10:57:28.452743+0000 mon.a (mon.0) 842 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:28 smithi027 bash[31536]: audit 2023-12-07T10:57:27.705237+0000 mon.a (mon.0) 839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:28 smithi027 bash[31536]: audit 2023-12-07T10:57:28.441557+0000 mon.a (mon.0) 840 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:57:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:28 smithi027 bash[31536]: audit 2023-12-07T10:57:28.443120+0000 mon.a (mon.0) 841 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:57:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:28 smithi027 bash[31536]: audit 2023-12-07T10:57:28.452743+0000 mon.a (mon.0) 842 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:57:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:29 smithi044 bash[32620]: cluster 2023-12-07T10:57:27.772109+0000 mgr.a (mgr.24293) 2692 : cluster 0 pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:29 smithi022 bash[28554]: cluster 2023-12-07T10:57:27.772109+0000 mgr.a (mgr.24293) 2692 : cluster 0 pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:29 smithi027 bash[31536]: cluster 2023-12-07T10:57:27.772109+0000 mgr.a (mgr.24293) 2692 : cluster 0 pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:31.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:31.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:31.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:32.041 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:32.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:32.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:32.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:32.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:31 smithi044 bash[32620]: cluster 2023-12-07T10:57:29.772688+0000 mgr.a (mgr.24293) 2693 : cluster 0 pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:31 smithi022 bash[28554]: cluster 2023-12-07T10:57:29.772688+0000 mgr.a (mgr.24293) 2693 : cluster 0 pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:31 smithi027 bash[31536]: cluster 2023-12-07T10:57:29.772688+0000 mgr.a (mgr.24293) 2693 : cluster 0 pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:32 smithi044 bash[32620]: audit 2023-12-07T10:57:31.503159+0000 mgr.a (mgr.24293) 2694 : audit 0 from='client.65445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:32 smithi044 bash[32620]: cluster 2023-12-07T10:57:31.784577+0000 mgr.a (mgr.24293) 2695 : cluster 0 pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:32 smithi022 bash[28554]: audit 2023-12-07T10:57:31.503159+0000 mgr.a (mgr.24293) 2694 : audit 0 from='client.65445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:32 smithi022 bash[28554]: cluster 2023-12-07T10:57:31.784577+0000 mgr.a (mgr.24293) 2695 : cluster 0 pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:32 smithi027 bash[31536]: audit 2023-12-07T10:57:31.503159+0000 mgr.a (mgr.24293) 2694 : audit 0 from='client.65445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:32 smithi027 bash[31536]: cluster 2023-12-07T10:57:31.784577+0000 mgr.a (mgr.24293) 2695 : cluster 0 pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:34 smithi027 bash[31536]: cluster 2023-12-07T10:57:33.785359+0000 mgr.a (mgr.24293) 2696 : cluster 0 pgmap v2010: 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-07T10:57:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:34 smithi044 bash[32620]: cluster 2023-12-07T10:57:33.785359+0000 mgr.a (mgr.24293) 2696 : cluster 0 pgmap v2010: 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-07T10:57:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:34 smithi022 bash[28554]: cluster 2023-12-07T10:57:33.785359+0000 mgr.a (mgr.24293) 2696 : cluster 0 pgmap v2010: 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-07T10:57:37.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:37.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:37.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:36 smithi044 bash[32620]: cluster 2023-12-07T10:57:35.786204+0000 mgr.a (mgr.24293) 2697 : cluster 0 pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:36 smithi022 bash[28554]: cluster 2023-12-07T10:57:35.786204+0000 mgr.a (mgr.24293) 2697 : cluster 0 pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:36 smithi027 bash[31536]: cluster 2023-12-07T10:57:35.786204+0000 mgr.a (mgr.24293) 2697 : cluster 0 pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:37.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:37.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:37.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:37.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:37.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:37 smithi044 bash[32620]: audit 2023-12-07T10:57:37.452615+0000 mgr.a (mgr.24293) 2698 : audit 0 from='client.65520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:37 smithi022 bash[28554]: audit 2023-12-07T10:57:37.452615+0000 mgr.a (mgr.24293) 2698 : audit 0 from='client.65520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:37 smithi027 bash[31536]: audit 2023-12-07T10:57:37.452615+0000 mgr.a (mgr.24293) 2698 : audit 0 from='client.65520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:38 smithi044 bash[32620]: cluster 2023-12-07T10:57:37.786944+0000 mgr.a (mgr.24293) 2699 : 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-07T10:57:39.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:38 smithi022 bash[28554]: cluster 2023-12-07T10:57:37.786944+0000 mgr.a (mgr.24293) 2699 : 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-07T10:57:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:38 smithi027 bash[31536]: cluster 2023-12-07T10:57:37.786944+0000 mgr.a (mgr.24293) 2699 : 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-07T10:57:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:40 smithi044 bash[32620]: cluster 2023-12-07T10:57:39.787629+0000 mgr.a (mgr.24293) 2700 : 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-07T10:57:41.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:40 smithi022 bash[28554]: cluster 2023-12-07T10:57:39.787629+0000 mgr.a (mgr.24293) 2700 : 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-07T10:57:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:40 smithi027 bash[31536]: cluster 2023-12-07T10:57:39.787629+0000 mgr.a (mgr.24293) 2700 : 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-07T10:57:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:42.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:42 smithi044 bash[32620]: cluster 2023-12-07T10:57:41.788482+0000 mgr.a (mgr.24293) 2701 : 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-07T10:57:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:42 smithi022 bash[28554]: cluster 2023-12-07T10:57:41.788482+0000 mgr.a (mgr.24293) 2701 : 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-07T10:57:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:42 smithi027 bash[31536]: cluster 2023-12-07T10:57:41.788482+0000 mgr.a (mgr.24293) 2701 : 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-07T10:57:43.917 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:43 smithi044 bash[32620]: audit 2023-12-07T10:57:43.393616+0000 mgr.a (mgr.24293) 2702 : audit 0 from='client.65595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:43 smithi022 bash[28554]: audit 2023-12-07T10:57:43.393616+0000 mgr.a (mgr.24293) 2702 : audit 0 from='client.65595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:43 smithi027 bash[31536]: audit 2023-12-07T10:57:43.393616+0000 mgr.a (mgr.24293) 2702 : audit 0 from='client.65595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:44 smithi044 bash[32620]: cluster 2023-12-07T10:57:43.789496+0000 mgr.a (mgr.24293) 2703 : 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-07T10:57:45.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:44 smithi022 bash[28554]: cluster 2023-12-07T10:57:43.789496+0000 mgr.a (mgr.24293) 2703 : 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-07T10:57:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:44 smithi027 bash[31536]: cluster 2023-12-07T10:57:43.789496+0000 mgr.a (mgr.24293) 2703 : 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-07T10:57:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:46 smithi044 bash[32620]: cluster 2023-12-07T10:57:45.790370+0000 mgr.a (mgr.24293) 2704 : cluster 0 pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:46 smithi022 bash[28554]: cluster 2023-12-07T10:57:45.790370+0000 mgr.a (mgr.24293) 2704 : cluster 0 pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:46 smithi027 bash[31536]: cluster 2023-12-07T10:57:45.790370+0000 mgr.a (mgr.24293) 2704 : cluster 0 pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:48.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:48.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:48.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:48 smithi044 bash[32620]: cluster 2023-12-07T10:57:47.790947+0000 mgr.a (mgr.24293) 2705 : cluster 0 pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:48 smithi022 bash[28554]: cluster 2023-12-07T10:57:47.790947+0000 mgr.a (mgr.24293) 2705 : cluster 0 pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:48 smithi027 bash[31536]: cluster 2023-12-07T10:57:47.790947+0000 mgr.a (mgr.24293) 2705 : cluster 0 pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:49.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:49 smithi044 bash[32620]: audit 2023-12-07T10:57:49.328235+0000 mgr.a (mgr.24293) 2706 : audit 0 from='client.65667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:49 smithi022 bash[28554]: audit 2023-12-07T10:57:49.328235+0000 mgr.a (mgr.24293) 2706 : audit 0 from='client.65667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:49 smithi027 bash[31536]: audit 2023-12-07T10:57:49.328235+0000 mgr.a (mgr.24293) 2706 : audit 0 from='client.65667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:50 smithi044 bash[32620]: cluster 2023-12-07T10:57:49.791483+0000 mgr.a (mgr.24293) 2707 : cluster 0 pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:50 smithi022 bash[28554]: cluster 2023-12-07T10:57:49.791483+0000 mgr.a (mgr.24293) 2707 : cluster 0 pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:50 smithi027 bash[31536]: cluster 2023-12-07T10:57:49.791483+0000 mgr.a (mgr.24293) 2707 : cluster 0 pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:53 smithi044 bash[32620]: cluster 2023-12-07T10:57:51.792249+0000 mgr.a (mgr.24293) 2708 : cluster 0 pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:52 smithi022 bash[28554]: cluster 2023-12-07T10:57:51.792249+0000 mgr.a (mgr.24293) 2708 : cluster 0 pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:53 smithi027 bash[31536]: cluster 2023-12-07T10:57:51.792249+0000 mgr.a (mgr.24293) 2708 : cluster 0 pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:54.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:57:54.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:54.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:55 smithi044 bash[32620]: cluster 2023-12-07T10:57:53.792810+0000 mgr.a (mgr.24293) 2709 : cluster 0 pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:55 smithi022 bash[28554]: cluster 2023-12-07T10:57:53.792810+0000 mgr.a (mgr.24293) 2709 : cluster 0 pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:55 smithi027 bash[31536]: cluster 2023-12-07T10:57:53.792810+0000 mgr.a (mgr.24293) 2709 : cluster 0 pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:55.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:55.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:55.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:55.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:57:55.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:57:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:56 smithi044 bash[32620]: audit 2023-12-07T10:57:55.253065+0000 mgr.a (mgr.24293) 2710 : audit 0 from='client.65745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:56 smithi022 bash[28554]: audit 2023-12-07T10:57:55.253065+0000 mgr.a (mgr.24293) 2710 : audit 0 from='client.65745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:56 smithi027 bash[31536]: audit 2023-12-07T10:57:55.253065+0000 mgr.a (mgr.24293) 2710 : audit 0 from='client.65745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:57 smithi044 bash[32620]: cluster 2023-12-07T10:57:55.793965+0000 mgr.a (mgr.24293) 2711 : 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-07T10:57:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:57 smithi022 bash[28554]: cluster 2023-12-07T10:57:55.793965+0000 mgr.a (mgr.24293) 2711 : 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-07T10:57:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:57 smithi027 bash[31536]: cluster 2023-12-07T10:57:55.793965+0000 mgr.a (mgr.24293) 2711 : 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-07T10:57:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:57:59 smithi044 bash[32620]: cluster 2023-12-07T10:57:57.794712+0000 mgr.a (mgr.24293) 2712 : cluster 0 pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:57:59 smithi022 bash[28554]: cluster 2023-12-07T10:57:57.794712+0000 mgr.a (mgr.24293) 2712 : cluster 0 pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:57:59 smithi027 bash[31536]: cluster 2023-12-07T10:57:57.794712+0000 mgr.a (mgr.24293) 2712 : cluster 0 pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:00.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:00.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:00.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:01 smithi044 bash[32620]: cluster 2023-12-07T10:57:59.795298+0000 mgr.a (mgr.24293) 2713 : cluster 0 pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:01 smithi022 bash[28554]: cluster 2023-12-07T10:57:59.795298+0000 mgr.a (mgr.24293) 2713 : cluster 0 pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:01 smithi027 bash[31536]: cluster 2023-12-07T10:57:59.795298+0000 mgr.a (mgr.24293) 2713 : cluster 0 pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:01.736 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:01.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:01.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:01.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:01.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:02 smithi044 bash[32620]: audit 2023-12-07T10:58:01.209954+0000 mgr.a (mgr.24293) 2714 : audit 0 from='client.65823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:02 smithi022 bash[28554]: audit 2023-12-07T10:58:01.209954+0000 mgr.a (mgr.24293) 2714 : audit 0 from='client.65823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:02 smithi027 bash[31536]: audit 2023-12-07T10:58:01.209954+0000 mgr.a (mgr.24293) 2714 : audit 0 from='client.65823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:03 smithi022 bash[28554]: cluster 2023-12-07T10:58:01.796395+0000 mgr.a (mgr.24293) 2715 : cluster 0 pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:03 smithi044 bash[32620]: cluster 2023-12-07T10:58:01.796395+0000 mgr.a (mgr.24293) 2715 : cluster 0 pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:03 smithi027 bash[31536]: cluster 2023-12-07T10:58:01.796395+0000 mgr.a (mgr.24293) 2715 : cluster 0 pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:05 smithi044 bash[32620]: cluster 2023-12-07T10:58:03.796999+0000 mgr.a (mgr.24293) 2716 : cluster 0 pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:05 smithi022 bash[28554]: cluster 2023-12-07T10:58:03.796999+0000 mgr.a (mgr.24293) 2716 : cluster 0 pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:05 smithi027 bash[31536]: cluster 2023-12-07T10:58:03.796999+0000 mgr.a (mgr.24293) 2716 : cluster 0 pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:06.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:06.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:06.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:07 smithi044 bash[32620]: cluster 2023-12-07T10:58:05.797732+0000 mgr.a (mgr.24293) 2717 : cluster 0 pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:07 smithi022 bash[28554]: cluster 2023-12-07T10:58:05.797732+0000 mgr.a (mgr.24293) 2717 : cluster 0 pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:07 smithi027 bash[31536]: cluster 2023-12-07T10:58:05.797732+0000 mgr.a (mgr.24293) 2717 : cluster 0 pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:07.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:07.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:07.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:07.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:07.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:08 smithi044 bash[32620]: audit 2023-12-07T10:58:07.142785+0000 mgr.a (mgr.24293) 2718 : audit 0 from='client.65901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:08 smithi022 bash[28554]: audit 2023-12-07T10:58:07.142785+0000 mgr.a (mgr.24293) 2718 : audit 0 from='client.65901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:08 smithi027 bash[31536]: audit 2023-12-07T10:58:07.142785+0000 mgr.a (mgr.24293) 2718 : audit 0 from='client.65901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:09 smithi044 bash[32620]: cluster 2023-12-07T10:58:07.798561+0000 mgr.a (mgr.24293) 2719 : 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-07T10:58:09.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:09 smithi022 bash[28554]: cluster 2023-12-07T10:58:07.798561+0000 mgr.a (mgr.24293) 2719 : 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-07T10:58:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:09 smithi027 bash[31536]: cluster 2023-12-07T10:58:07.798561+0000 mgr.a (mgr.24293) 2719 : 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-07T10:58:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:11 smithi044 bash[32620]: cluster 2023-12-07T10:58:09.799191+0000 mgr.a (mgr.24293) 2720 : 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-07T10:58:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:11 smithi022 bash[28554]: cluster 2023-12-07T10:58:09.799191+0000 mgr.a (mgr.24293) 2720 : 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-07T10:58:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:11 smithi027 bash[31536]: cluster 2023-12-07T10:58:09.799191+0000 mgr.a (mgr.24293) 2720 : 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-07T10:58:12.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:12.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:12.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:13 smithi044 bash[32620]: cluster 2023-12-07T10:58:11.800026+0000 mgr.a (mgr.24293) 2721 : 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-07T10:58:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:13 smithi022 bash[28554]: cluster 2023-12-07T10:58:11.800026+0000 mgr.a (mgr.24293) 2721 : 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-07T10:58:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:13 smithi027 bash[31536]: cluster 2023-12-07T10:58:11.800026+0000 mgr.a (mgr.24293) 2721 : 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-07T10:58:13.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:13.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:13.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:13.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:13.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:14 smithi044 bash[32620]: audit 2023-12-07T10:58:13.065530+0000 mgr.a (mgr.24293) 2722 : audit 0 from='client.65979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:14 smithi022 bash[28554]: audit 2023-12-07T10:58:13.065530+0000 mgr.a (mgr.24293) 2722 : audit 0 from='client.65979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:14 smithi027 bash[31536]: audit 2023-12-07T10:58:13.065530+0000 mgr.a (mgr.24293) 2722 : audit 0 from='client.65979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:15 smithi044 bash[32620]: cluster 2023-12-07T10:58:13.800693+0000 mgr.a (mgr.24293) 2723 : 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-07T10:58:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:15 smithi022 bash[28554]: cluster 2023-12-07T10:58:13.800693+0000 mgr.a (mgr.24293) 2723 : 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-07T10:58:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:15 smithi027 bash[31536]: cluster 2023-12-07T10:58:13.800693+0000 mgr.a (mgr.24293) 2723 : 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-07T10:58:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:17 smithi044 bash[32620]: cluster 2023-12-07T10:58:15.801498+0000 mgr.a (mgr.24293) 2724 : 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-07T10:58:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:17 smithi022 bash[28554]: cluster 2023-12-07T10:58:15.801498+0000 mgr.a (mgr.24293) 2724 : 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-07T10:58:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:17 smithi027 bash[31536]: cluster 2023-12-07T10:58:15.801498+0000 mgr.a (mgr.24293) 2724 : 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-07T10:58:18.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:18.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:18.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:19 smithi044 bash[32620]: cluster 2023-12-07T10:58:17.802102+0000 mgr.a (mgr.24293) 2725 : 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-07T10:58:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:19 smithi022 bash[28554]: cluster 2023-12-07T10:58:17.802102+0000 mgr.a (mgr.24293) 2725 : 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-07T10:58:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:19 smithi027 bash[31536]: cluster 2023-12-07T10:58:17.802102+0000 mgr.a (mgr.24293) 2725 : 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-07T10:58:19.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:19.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:19.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:19.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:19.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:20 smithi044 bash[32620]: audit 2023-12-07T10:58:18.988452+0000 mgr.a (mgr.24293) 2726 : audit 0 from='client.66057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:20 smithi022 bash[28554]: audit 2023-12-07T10:58:18.988452+0000 mgr.a (mgr.24293) 2726 : audit 0 from='client.66057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:20 smithi027 bash[31536]: audit 2023-12-07T10:58:18.988452+0000 mgr.a (mgr.24293) 2726 : audit 0 from='client.66057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:21 smithi044 bash[32620]: cluster 2023-12-07T10:58:19.802794+0000 mgr.a (mgr.24293) 2727 : 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-07T10:58:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:21 smithi022 bash[28554]: cluster 2023-12-07T10:58:19.802794+0000 mgr.a (mgr.24293) 2727 : 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-07T10:58:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:21 smithi027 bash[31536]: cluster 2023-12-07T10:58:19.802794+0000 mgr.a (mgr.24293) 2727 : 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-07T10:58:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:23 smithi044 bash[32620]: cluster 2023-12-07T10:58:21.803657+0000 mgr.a (mgr.24293) 2728 : cluster 0 pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:23 smithi022 bash[28554]: cluster 2023-12-07T10:58:21.803657+0000 mgr.a (mgr.24293) 2728 : cluster 0 pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:23 smithi027 bash[31536]: cluster 2023-12-07T10:58:21.803657+0000 mgr.a (mgr.24293) 2728 : cluster 0 pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:24.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:24.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:24.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:25.421 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:25.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:25.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:25.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:25.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:25 smithi044 bash[32620]: cluster 2023-12-07T10:58:23.804245+0000 mgr.a (mgr.24293) 2729 : cluster 0 pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:25 smithi022 bash[28554]: cluster 2023-12-07T10:58:23.804245+0000 mgr.a (mgr.24293) 2729 : cluster 0 pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:25 smithi027 bash[31536]: cluster 2023-12-07T10:58:23.804245+0000 mgr.a (mgr.24293) 2729 : cluster 0 pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:26 smithi044 bash[32620]: audit 2023-12-07T10:58:24.897410+0000 mgr.a (mgr.24293) 2730 : audit 0 from='client.66132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:26 smithi022 bash[28554]: audit 2023-12-07T10:58:24.897410+0000 mgr.a (mgr.24293) 2730 : audit 0 from='client.66132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:26 smithi027 bash[31536]: audit 2023-12-07T10:58:24.897410+0000 mgr.a (mgr.24293) 2730 : audit 0 from='client.66132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:27 smithi044 bash[32620]: cluster 2023-12-07T10:58:25.805327+0000 mgr.a (mgr.24293) 2731 : cluster 0 pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:58:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:27 smithi022 bash[28554]: cluster 2023-12-07T10:58:25.805327+0000 mgr.a (mgr.24293) 2731 : cluster 0 pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:58:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:27 smithi027 bash[31536]: cluster 2023-12-07T10:58:25.805327+0000 mgr.a (mgr.24293) 2731 : cluster 0 pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:58:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:29 smithi044 bash[32620]: cluster 2023-12-07T10:58:27.806066+0000 mgr.a (mgr.24293) 2732 : cluster 0 pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:58:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:29 smithi044 bash[32620]: audit 2023-12-07T10:58:28.558139+0000 mon.a (mon.0) 843 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:58:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:29 smithi044 bash[32620]: audit 2023-12-07T10:58:29.088913+0000 mon.a (mon.0) 844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:29 smithi044 bash[32620]: audit 2023-12-07T10:58:29.094857+0000 mon.a (mon.0) 845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:29 smithi044 bash[32620]: audit 2023-12-07T10:58:29.102031+0000 mon.a (mon.0) 846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:29 smithi022 bash[28554]: cluster 2023-12-07T10:58:27.806066+0000 mgr.a (mgr.24293) 2732 : cluster 0 pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:58:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:29 smithi022 bash[28554]: audit 2023-12-07T10:58:28.558139+0000 mon.a (mon.0) 843 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:58:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:29 smithi022 bash[28554]: audit 2023-12-07T10:58:29.088913+0000 mon.a (mon.0) 844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:29 smithi022 bash[28554]: audit 2023-12-07T10:58:29.094857+0000 mon.a (mon.0) 845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:29 smithi022 bash[28554]: audit 2023-12-07T10:58:29.102031+0000 mon.a (mon.0) 846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:29 smithi027 bash[31536]: cluster 2023-12-07T10:58:27.806066+0000 mgr.a (mgr.24293) 2732 : cluster 0 pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:58:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:29 smithi027 bash[31536]: audit 2023-12-07T10:58:28.558139+0000 mon.a (mon.0) 843 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:58:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:29 smithi027 bash[31536]: audit 2023-12-07T10:58:29.088913+0000 mon.a (mon.0) 844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:29 smithi027 bash[31536]: audit 2023-12-07T10:58:29.094857+0000 mon.a (mon.0) 845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:29 smithi027 bash[31536]: audit 2023-12-07T10:58:29.102031+0000 mon.a (mon.0) 846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:30.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:30.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:30.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:30 smithi044 bash[32620]: audit 2023-12-07T10:58:29.108318+0000 mon.a (mon.0) 847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:30 smithi044 bash[32620]: audit 2023-12-07T10:58:29.859049+0000 mon.a (mon.0) 848 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:58:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:30 smithi044 bash[32620]: audit 2023-12-07T10:58:29.861006+0000 mon.a (mon.0) 849 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:58:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:30 smithi044 bash[32620]: audit 2023-12-07T10:58:29.870841+0000 mon.a (mon.0) 850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:30 smithi022 bash[28554]: audit 2023-12-07T10:58:29.108318+0000 mon.a (mon.0) 847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:30 smithi022 bash[28554]: audit 2023-12-07T10:58:29.859049+0000 mon.a (mon.0) 848 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:58:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:30 smithi022 bash[28554]: audit 2023-12-07T10:58:29.861006+0000 mon.a (mon.0) 849 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:58:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:30 smithi022 bash[28554]: audit 2023-12-07T10:58:29.870841+0000 mon.a (mon.0) 850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:30 smithi027 bash[31536]: audit 2023-12-07T10:58:29.108318+0000 mon.a (mon.0) 847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:30 smithi027 bash[31536]: audit 2023-12-07T10:58:29.859049+0000 mon.a (mon.0) 848 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:58:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:30 smithi027 bash[31536]: audit 2023-12-07T10:58:29.861006+0000 mon.a (mon.0) 849 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:58:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:30 smithi027 bash[31536]: audit 2023-12-07T10:58:29.870841+0000 mon.a (mon.0) 850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:58:31.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:31.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:31.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:31.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:31.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:31 smithi044 bash[32620]: cluster 2023-12-07T10:58:29.806626+0000 mgr.a (mgr.24293) 2733 : cluster 0 pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:58:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:31 smithi022 bash[28554]: cluster 2023-12-07T10:58:29.806626+0000 mgr.a (mgr.24293) 2733 : cluster 0 pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:58:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:31 smithi027 bash[31536]: cluster 2023-12-07T10:58:29.806626+0000 mgr.a (mgr.24293) 2733 : cluster 0 pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:58:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:32 smithi044 bash[32620]: audit 2023-12-07T10:58:30.830076+0000 mgr.a (mgr.24293) 2734 : audit 0 from='client.66207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:32 smithi022 bash[28554]: audit 2023-12-07T10:58:30.830076+0000 mgr.a (mgr.24293) 2734 : audit 0 from='client.66207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:32 smithi027 bash[31536]: audit 2023-12-07T10:58:30.830076+0000 mgr.a (mgr.24293) 2734 : audit 0 from='client.66207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:33 smithi044 bash[32620]: cluster 2023-12-07T10:58:31.807709+0000 mgr.a (mgr.24293) 2735 : 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-07T10:58:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:33 smithi022 bash[28554]: cluster 2023-12-07T10:58:31.807709+0000 mgr.a (mgr.24293) 2735 : 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-07T10:58:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:33 smithi027 bash[31536]: cluster 2023-12-07T10:58:31.807709+0000 mgr.a (mgr.24293) 2735 : 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-07T10:58:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:35 smithi044 bash[32620]: cluster 2023-12-07T10:58:33.808250+0000 mgr.a (mgr.24293) 2736 : cluster 0 pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:35 smithi022 bash[28554]: cluster 2023-12-07T10:58:33.808250+0000 mgr.a (mgr.24293) 2736 : cluster 0 pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:35 smithi027 bash[31536]: cluster 2023-12-07T10:58:33.808250+0000 mgr.a (mgr.24293) 2736 : cluster 0 pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:36.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:36.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:36.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:37.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:37.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:37.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:37.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:37.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:37 smithi044 bash[32620]: cluster 2023-12-07T10:58:35.809013+0000 mgr.a (mgr.24293) 2737 : cluster 0 pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:37 smithi022 bash[28554]: cluster 2023-12-07T10:58:35.809013+0000 mgr.a (mgr.24293) 2737 : cluster 0 pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:37 smithi027 bash[31536]: cluster 2023-12-07T10:58:35.809013+0000 mgr.a (mgr.24293) 2737 : cluster 0 pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:38 smithi044 bash[32620]: audit 2023-12-07T10:58:36.754704+0000 mgr.a (mgr.24293) 2738 : audit 0 from='client.66285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:38 smithi022 bash[28554]: audit 2023-12-07T10:58:36.754704+0000 mgr.a (mgr.24293) 2738 : audit 0 from='client.66285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:38 smithi027 bash[31536]: audit 2023-12-07T10:58:36.754704+0000 mgr.a (mgr.24293) 2738 : audit 0 from='client.66285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:39 smithi044 bash[32620]: cluster 2023-12-07T10:58:37.809739+0000 mgr.a (mgr.24293) 2739 : cluster 0 pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:58:39.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:39 smithi022 bash[28554]: cluster 2023-12-07T10:58:37.809739+0000 mgr.a (mgr.24293) 2739 : cluster 0 pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:58:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:39 smithi027 bash[31536]: cluster 2023-12-07T10:58:37.809739+0000 mgr.a (mgr.24293) 2739 : cluster 0 pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:58:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:41 smithi044 bash[32620]: cluster 2023-12-07T10:58:39.810322+0000 mgr.a (mgr.24293) 2740 : cluster 0 pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:58:41.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:41 smithi022 bash[28554]: cluster 2023-12-07T10:58:39.810322+0000 mgr.a (mgr.24293) 2740 : cluster 0 pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:58:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:41 smithi027 bash[31536]: cluster 2023-12-07T10:58:39.810322+0000 mgr.a (mgr.24293) 2740 : cluster 0 pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:58:42.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:42.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:42.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:43.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:43.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:43.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:43.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:43.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:43 smithi044 bash[32620]: cluster 2023-12-07T10:58:41.811126+0000 mgr.a (mgr.24293) 2741 : cluster 0 pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:58:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:43 smithi044 bash[32620]: audit 2023-12-07T10:58:42.690079+0000 mgr.a (mgr.24293) 2742 : audit 0 from='client.66360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:43 smithi022 bash[28554]: cluster 2023-12-07T10:58:41.811126+0000 mgr.a (mgr.24293) 2741 : cluster 0 pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:58:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:43 smithi022 bash[28554]: audit 2023-12-07T10:58:42.690079+0000 mgr.a (mgr.24293) 2742 : audit 0 from='client.66360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:43 smithi027 bash[31536]: cluster 2023-12-07T10:58:41.811126+0000 mgr.a (mgr.24293) 2741 : cluster 0 pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:58:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:43 smithi027 bash[31536]: audit 2023-12-07T10:58:42.690079+0000 mgr.a (mgr.24293) 2742 : audit 0 from='client.66360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:45 smithi044 bash[32620]: cluster 2023-12-07T10:58:43.811827+0000 mgr.a (mgr.24293) 2743 : 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-07T10:58:45.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:45 smithi022 bash[28554]: cluster 2023-12-07T10:58:43.811827+0000 mgr.a (mgr.24293) 2743 : 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-07T10:58:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:45 smithi027 bash[31536]: cluster 2023-12-07T10:58:43.811827+0000 mgr.a (mgr.24293) 2743 : 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-07T10:58:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:47 smithi044 bash[32620]: cluster 2023-12-07T10:58:45.812618+0000 mgr.a (mgr.24293) 2744 : 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-07T10:58:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:47 smithi022 bash[28554]: cluster 2023-12-07T10:58:45.812618+0000 mgr.a (mgr.24293) 2744 : 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-07T10:58:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:47 smithi027 bash[31536]: cluster 2023-12-07T10:58:45.812618+0000 mgr.a (mgr.24293) 2744 : 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-07T10:58:48.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:48.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:48.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:49.157 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:49.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:49.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:49.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:49.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:49 smithi044 bash[32620]: cluster 2023-12-07T10:58:47.813190+0000 mgr.a (mgr.24293) 2745 : 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-07T10:58:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:49 smithi044 bash[32620]: audit 2023-12-07T10:58:48.648987+0000 mgr.a (mgr.24293) 2746 : audit 0 from='client.66438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:49 smithi022 bash[28554]: cluster 2023-12-07T10:58:47.813190+0000 mgr.a (mgr.24293) 2745 : 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-07T10:58:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:49 smithi022 bash[28554]: audit 2023-12-07T10:58:48.648987+0000 mgr.a (mgr.24293) 2746 : audit 0 from='client.66438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:49 smithi027 bash[31536]: cluster 2023-12-07T10:58:47.813190+0000 mgr.a (mgr.24293) 2745 : 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-07T10:58:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:49 smithi027 bash[31536]: audit 2023-12-07T10:58:48.648987+0000 mgr.a (mgr.24293) 2746 : audit 0 from='client.66438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:51 smithi044 bash[32620]: cluster 2023-12-07T10:58:49.813838+0000 mgr.a (mgr.24293) 2747 : 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-07T10:58:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:51 smithi022 bash[28554]: cluster 2023-12-07T10:58:49.813838+0000 mgr.a (mgr.24293) 2747 : 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-07T10:58:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:51 smithi027 bash[31536]: cluster 2023-12-07T10:58:49.813838+0000 mgr.a (mgr.24293) 2747 : 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-07T10:58:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:53 smithi022 bash[28554]: cluster 2023-12-07T10:58:51.814610+0000 mgr.a (mgr.24293) 2748 : cluster 0 pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:53 smithi027 bash[31536]: cluster 2023-12-07T10:58:51.814610+0000 mgr.a (mgr.24293) 2748 : cluster 0 pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:53 smithi044 bash[32620]: cluster 2023-12-07T10:58:51.814610+0000 mgr.a (mgr.24293) 2748 : cluster 0 pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:54.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:58:54.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:54.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:55.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:58:55.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:55.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:55.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:55.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:58:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:55 smithi027 bash[31536]: cluster 2023-12-07T10:58:53.815188+0000 mgr.a (mgr.24293) 2749 : cluster 0 pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:55 smithi027 bash[31536]: audit 2023-12-07T10:58:54.571694+0000 mgr.a (mgr.24293) 2750 : audit 0 from='client.66516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:55 smithi044 bash[32620]: cluster 2023-12-07T10:58:53.815188+0000 mgr.a (mgr.24293) 2749 : cluster 0 pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:55 smithi044 bash[32620]: audit 2023-12-07T10:58:54.571694+0000 mgr.a (mgr.24293) 2750 : audit 0 from='client.66516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:55 smithi022 bash[28554]: cluster 2023-12-07T10:58:53.815188+0000 mgr.a (mgr.24293) 2749 : cluster 0 pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:55 smithi022 bash[28554]: audit 2023-12-07T10:58:54.571694+0000 mgr.a (mgr.24293) 2750 : audit 0 from='client.66516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:57 smithi027 bash[31536]: cluster 2023-12-07T10:58:55.816088+0000 mgr.a (mgr.24293) 2751 : cluster 0 pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:57 smithi044 bash[32620]: cluster 2023-12-07T10:58:55.816088+0000 mgr.a (mgr.24293) 2751 : cluster 0 pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:57 smithi022 bash[28554]: cluster 2023-12-07T10:58:55.816088+0000 mgr.a (mgr.24293) 2751 : cluster 0 pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:58:59 smithi027 bash[31536]: cluster 2023-12-07T10:58:57.816670+0000 mgr.a (mgr.24293) 2752 : cluster 0 pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:58:59 smithi044 bash[32620]: cluster 2023-12-07T10:58:57.816670+0000 mgr.a (mgr.24293) 2752 : cluster 0 pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:58:59 smithi022 bash[28554]: cluster 2023-12-07T10:58:57.816670+0000 mgr.a (mgr.24293) 2752 : cluster 0 pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:00.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:01.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:01.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:01.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:01.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:01.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:01 smithi027 bash[31536]: cluster 2023-12-07T10:58:59.817238+0000 mgr.a (mgr.24293) 2753 : cluster 0 pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:01 smithi027 bash[31536]: audit 2023-12-07T10:59:00.491306+0000 mgr.a (mgr.24293) 2754 : audit 0 from='client.66594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:01 smithi044 bash[32620]: cluster 2023-12-07T10:58:59.817238+0000 mgr.a (mgr.24293) 2753 : cluster 0 pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:01 smithi044 bash[32620]: audit 2023-12-07T10:59:00.491306+0000 mgr.a (mgr.24293) 2754 : audit 0 from='client.66594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:01 smithi022 bash[28554]: cluster 2023-12-07T10:58:59.817238+0000 mgr.a (mgr.24293) 2753 : cluster 0 pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:01 smithi022 bash[28554]: audit 2023-12-07T10:59:00.491306+0000 mgr.a (mgr.24293) 2754 : audit 0 from='client.66594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:03 smithi044 bash[32620]: cluster 2023-12-07T10:59:01.818223+0000 mgr.a (mgr.24293) 2755 : 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-07T10:59:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:03 smithi022 bash[28554]: cluster 2023-12-07T10:59:01.818223+0000 mgr.a (mgr.24293) 2755 : 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-07T10:59:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:03 smithi027 bash[31536]: cluster 2023-12-07T10:59:01.818223+0000 mgr.a (mgr.24293) 2755 : 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-07T10:59:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:05 smithi044 bash[32620]: cluster 2023-12-07T10:59:03.818797+0000 mgr.a (mgr.24293) 2756 : cluster 0 pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:05 smithi022 bash[28554]: cluster 2023-12-07T10:59:03.818797+0000 mgr.a (mgr.24293) 2756 : cluster 0 pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:05 smithi027 bash[31536]: cluster 2023-12-07T10:59:03.818797+0000 mgr.a (mgr.24293) 2756 : cluster 0 pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:06.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:06.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:06.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:06.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:06.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:06.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:06.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:06.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:07 smithi044 bash[32620]: cluster 2023-12-07T10:59:05.819667+0000 mgr.a (mgr.24293) 2757 : cluster 0 pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:07 smithi044 bash[32620]: audit 2023-12-07T10:59:06.433776+0000 mgr.a (mgr.24293) 2758 : audit 0 from='client.66669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:07 smithi022 bash[28554]: cluster 2023-12-07T10:59:05.819667+0000 mgr.a (mgr.24293) 2757 : cluster 0 pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:07 smithi022 bash[28554]: audit 2023-12-07T10:59:06.433776+0000 mgr.a (mgr.24293) 2758 : audit 0 from='client.66669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:07 smithi027 bash[31536]: cluster 2023-12-07T10:59:05.819667+0000 mgr.a (mgr.24293) 2757 : cluster 0 pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:07 smithi027 bash[31536]: audit 2023-12-07T10:59:06.433776+0000 mgr.a (mgr.24293) 2758 : audit 0 from='client.66669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:09 smithi044 bash[32620]: cluster 2023-12-07T10:59:07.820351+0000 mgr.a (mgr.24293) 2759 : cluster 0 pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:09 smithi022 bash[28554]: cluster 2023-12-07T10:59:07.820351+0000 mgr.a (mgr.24293) 2759 : cluster 0 pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:09 smithi027 bash[31536]: cluster 2023-12-07T10:59:07.820351+0000 mgr.a (mgr.24293) 2759 : cluster 0 pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:11 smithi044 bash[32620]: cluster 2023-12-07T10:59:09.820910+0000 mgr.a (mgr.24293) 2760 : cluster 0 pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:11 smithi022 bash[28554]: cluster 2023-12-07T10:59:09.820910+0000 mgr.a (mgr.24293) 2760 : cluster 0 pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:11 smithi027 bash[31536]: cluster 2023-12-07T10:59:09.820910+0000 mgr.a (mgr.24293) 2760 : cluster 0 pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:11.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:11.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:11.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:12.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:12.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:12.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:12.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:12.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:13 smithi044 bash[32620]: cluster 2023-12-07T10:59:11.821822+0000 mgr.a (mgr.24293) 2761 : cluster 0 pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:13 smithi044 bash[32620]: audit 2023-12-07T10:59:12.376887+0000 mgr.a (mgr.24293) 2762 : audit 0 from='client.66744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:13 smithi022 bash[28554]: cluster 2023-12-07T10:59:11.821822+0000 mgr.a (mgr.24293) 2761 : cluster 0 pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:13 smithi022 bash[28554]: audit 2023-12-07T10:59:12.376887+0000 mgr.a (mgr.24293) 2762 : audit 0 from='client.66744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:13 smithi027 bash[31536]: cluster 2023-12-07T10:59:11.821822+0000 mgr.a (mgr.24293) 2761 : cluster 0 pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:13 smithi027 bash[31536]: audit 2023-12-07T10:59:12.376887+0000 mgr.a (mgr.24293) 2762 : audit 0 from='client.66744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:15 smithi044 bash[32620]: cluster 2023-12-07T10:59:13.822527+0000 mgr.a (mgr.24293) 2763 : 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-07T10:59:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:15 smithi022 bash[28554]: cluster 2023-12-07T10:59:13.822527+0000 mgr.a (mgr.24293) 2763 : 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-07T10:59:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:15 smithi027 bash[31536]: cluster 2023-12-07T10:59:13.822527+0000 mgr.a (mgr.24293) 2763 : 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-07T10:59:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:17 smithi044 bash[32620]: cluster 2023-12-07T10:59:15.823343+0000 mgr.a (mgr.24293) 2764 : 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-07T10:59:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:17 smithi022 bash[28554]: cluster 2023-12-07T10:59:15.823343+0000 mgr.a (mgr.24293) 2764 : 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-07T10:59:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:17 smithi027 bash[31536]: cluster 2023-12-07T10:59:15.823343+0000 mgr.a (mgr.24293) 2764 : 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-07T10:59:17.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:17.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:17.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:18.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:19 smithi044 bash[32620]: cluster 2023-12-07T10:59:17.823916+0000 mgr.a (mgr.24293) 2765 : 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-07T10:59:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:19 smithi044 bash[32620]: audit 2023-12-07T10:59:18.319352+0000 mgr.a (mgr.24293) 2766 : audit 0 from='client.66822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:19 smithi022 bash[28554]: cluster 2023-12-07T10:59:17.823916+0000 mgr.a (mgr.24293) 2765 : 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-07T10:59:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:19 smithi022 bash[28554]: audit 2023-12-07T10:59:18.319352+0000 mgr.a (mgr.24293) 2766 : audit 0 from='client.66822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:19 smithi027 bash[31536]: cluster 2023-12-07T10:59:17.823916+0000 mgr.a (mgr.24293) 2765 : 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-07T10:59:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:19 smithi027 bash[31536]: audit 2023-12-07T10:59:18.319352+0000 mgr.a (mgr.24293) 2766 : audit 0 from='client.66822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:21 smithi044 bash[32620]: cluster 2023-12-07T10:59:19.824563+0000 mgr.a (mgr.24293) 2767 : 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-07T10:59:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:21 smithi022 bash[28554]: cluster 2023-12-07T10:59:19.824563+0000 mgr.a (mgr.24293) 2767 : 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-07T10:59:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:21 smithi027 bash[31536]: cluster 2023-12-07T10:59:19.824563+0000 mgr.a (mgr.24293) 2767 : 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-07T10:59:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:23 smithi044 bash[32620]: cluster 2023-12-07T10:59:21.825373+0000 mgr.a (mgr.24293) 2768 : 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-07T10:59:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:23 smithi022 bash[28554]: cluster 2023-12-07T10:59:21.825373+0000 mgr.a (mgr.24293) 2768 : 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-07T10:59:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:23 smithi027 bash[31536]: cluster 2023-12-07T10:59:21.825373+0000 mgr.a (mgr.24293) 2768 : 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-07T10:59:23.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:23.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:23.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:24.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:24.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:24.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:24.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:24.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:25 smithi044 bash[32620]: cluster 2023-12-07T10:59:23.825918+0000 mgr.a (mgr.24293) 2769 : 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-07T10:59:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:25 smithi044 bash[32620]: audit 2023-12-07T10:59:24.258450+0000 mgr.a (mgr.24293) 2770 : audit 0 from='client.66897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:25 smithi022 bash[28554]: cluster 2023-12-07T10:59:23.825918+0000 mgr.a (mgr.24293) 2769 : 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-07T10:59:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:25 smithi022 bash[28554]: audit 2023-12-07T10:59:24.258450+0000 mgr.a (mgr.24293) 2770 : audit 0 from='client.66897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:25 smithi027 bash[31536]: cluster 2023-12-07T10:59:23.825918+0000 mgr.a (mgr.24293) 2769 : 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-07T10:59:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:25 smithi027 bash[31536]: audit 2023-12-07T10:59:24.258450+0000 mgr.a (mgr.24293) 2770 : audit 0 from='client.66897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:27 smithi044 bash[32620]: cluster 2023-12-07T10:59:25.826780+0000 mgr.a (mgr.24293) 2771 : cluster 0 pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:27 smithi022 bash[28554]: cluster 2023-12-07T10:59:25.826780+0000 mgr.a (mgr.24293) 2771 : cluster 0 pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:27 smithi027 bash[31536]: cluster 2023-12-07T10:59:25.826780+0000 mgr.a (mgr.24293) 2771 : cluster 0 pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:29 smithi044 bash[32620]: cluster 2023-12-07T10:59:27.827353+0000 mgr.a (mgr.24293) 2772 : cluster 0 pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:29 smithi022 bash[28554]: cluster 2023-12-07T10:59:27.827353+0000 mgr.a (mgr.24293) 2772 : cluster 0 pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:29 smithi027 bash[31536]: cluster 2023-12-07T10:59:27.827353+0000 mgr.a (mgr.24293) 2772 : cluster 0 pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:29.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:29.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:29.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:30 smithi044 bash[32620]: audit 2023-12-07T10:59:29.974203+0000 mon.a (mon.0) 851 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:59:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:30 smithi022 bash[28554]: audit 2023-12-07T10:59:29.974203+0000 mon.a (mon.0) 851 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:59:30.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:30.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:30.699 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:30.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:30.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:30 smithi027 bash[31536]: audit 2023-12-07T10:59:29.974203+0000 mon.a (mon.0) 851 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:59:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:31 smithi044 bash[32620]: cluster 2023-12-07T10:59:29.827910+0000 mgr.a (mgr.24293) 2773 : cluster 0 pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:31 smithi044 bash[32620]: audit 2023-12-07T10:59:30.174154+0000 mgr.a (mgr.24293) 2774 : audit 0 from='client.66969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:31 smithi044 bash[32620]: audit 2023-12-07T10:59:30.816449+0000 mon.a (mon.0) 852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:59:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:31 smithi044 bash[32620]: audit 2023-12-07T10:59:30.818609+0000 mon.a (mon.0) 853 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:59:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:31 smithi044 bash[32620]: audit 2023-12-07T10:59:30.828520+0000 mon.a (mon.0) 854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:59:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:31 smithi022 bash[28554]: cluster 2023-12-07T10:59:29.827910+0000 mgr.a (mgr.24293) 2773 : cluster 0 pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:31 smithi022 bash[28554]: audit 2023-12-07T10:59:30.174154+0000 mgr.a (mgr.24293) 2774 : audit 0 from='client.66969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:31 smithi022 bash[28554]: audit 2023-12-07T10:59:30.816449+0000 mon.a (mon.0) 852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:59:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:31 smithi022 bash[28554]: audit 2023-12-07T10:59:30.818609+0000 mon.a (mon.0) 853 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:59:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:31 smithi022 bash[28554]: audit 2023-12-07T10:59:30.828520+0000 mon.a (mon.0) 854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:59:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:31 smithi027 bash[31536]: cluster 2023-12-07T10:59:29.827910+0000 mgr.a (mgr.24293) 2773 : cluster 0 pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:31 smithi027 bash[31536]: audit 2023-12-07T10:59:30.174154+0000 mgr.a (mgr.24293) 2774 : audit 0 from='client.66969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:31 smithi027 bash[31536]: audit 2023-12-07T10:59:30.816449+0000 mon.a (mon.0) 852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:59:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:31 smithi027 bash[31536]: audit 2023-12-07T10:59:30.818609+0000 mon.a (mon.0) 853 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:59:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:31 smithi027 bash[31536]: audit 2023-12-07T10:59:30.828520+0000 mon.a (mon.0) 854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T10:59:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:33 smithi044 bash[32620]: cluster 2023-12-07T10:59:31.828864+0000 mgr.a (mgr.24293) 2775 : cluster 0 pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:59:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:33 smithi022 bash[28554]: cluster 2023-12-07T10:59:31.828864+0000 mgr.a (mgr.24293) 2775 : cluster 0 pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:59:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:33 smithi027 bash[31536]: cluster 2023-12-07T10:59:31.828864+0000 mgr.a (mgr.24293) 2775 : cluster 0 pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:59:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:35 smithi044 bash[32620]: cluster 2023-12-07T10:59:33.829442+0000 mgr.a (mgr.24293) 2776 : cluster 0 pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:59:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:35 smithi022 bash[28554]: cluster 2023-12-07T10:59:33.829442+0000 mgr.a (mgr.24293) 2776 : cluster 0 pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:59:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:35 smithi027 bash[31536]: cluster 2023-12-07T10:59:33.829442+0000 mgr.a (mgr.24293) 2776 : cluster 0 pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:59:35.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:35.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:35.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:36.626 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:36.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:36.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:37 smithi044 bash[32620]: cluster 2023-12-07T10:59:35.829905+0000 mgr.a (mgr.24293) 2777 : 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-07T10:59:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:37 smithi044 bash[32620]: audit 2023-12-07T10:59:36.108449+0000 mgr.a (mgr.24293) 2778 : audit 0 from='client.67047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:37 smithi022 bash[28554]: cluster 2023-12-07T10:59:35.829905+0000 mgr.a (mgr.24293) 2777 : 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-07T10:59:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:37 smithi022 bash[28554]: audit 2023-12-07T10:59:36.108449+0000 mgr.a (mgr.24293) 2778 : audit 0 from='client.67047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:37 smithi027 bash[31536]: cluster 2023-12-07T10:59:35.829905+0000 mgr.a (mgr.24293) 2777 : 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-07T10:59:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:37 smithi027 bash[31536]: audit 2023-12-07T10:59:36.108449+0000 mgr.a (mgr.24293) 2778 : audit 0 from='client.67047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:39 smithi044 bash[32620]: cluster 2023-12-07T10:59:37.830521+0000 mgr.a (mgr.24293) 2779 : cluster 0 pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:39 smithi022 bash[28554]: cluster 2023-12-07T10:59:37.830521+0000 mgr.a (mgr.24293) 2779 : cluster 0 pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:39 smithi027 bash[31536]: cluster 2023-12-07T10:59:37.830521+0000 mgr.a (mgr.24293) 2779 : cluster 0 pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:41.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:41.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:41.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:41 smithi044 bash[32620]: cluster 2023-12-07T10:59:39.831190+0000 mgr.a (mgr.24293) 2780 : cluster 0 pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:41 smithi022 bash[28554]: cluster 2023-12-07T10:59:39.831190+0000 mgr.a (mgr.24293) 2780 : cluster 0 pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:41 smithi027 bash[31536]: cluster 2023-12-07T10:59:39.831190+0000 mgr.a (mgr.24293) 2780 : cluster 0 pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:42.567 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:42.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:42.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:42.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:42.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:43 smithi044 bash[32620]: cluster 2023-12-07T10:59:41.832021+0000 mgr.a (mgr.24293) 2781 : cluster 0 pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:43 smithi044 bash[32620]: audit 2023-12-07T10:59:42.045449+0000 mgr.a (mgr.24293) 2782 : audit 0 from='client.67125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:43 smithi022 bash[28554]: cluster 2023-12-07T10:59:41.832021+0000 mgr.a (mgr.24293) 2781 : cluster 0 pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:43 smithi022 bash[28554]: audit 2023-12-07T10:59:42.045449+0000 mgr.a (mgr.24293) 2782 : audit 0 from='client.67125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:43 smithi027 bash[31536]: cluster 2023-12-07T10:59:41.832021+0000 mgr.a (mgr.24293) 2781 : cluster 0 pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:43 smithi027 bash[31536]: audit 2023-12-07T10:59:42.045449+0000 mgr.a (mgr.24293) 2782 : audit 0 from='client.67125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:45 smithi044 bash[32620]: cluster 2023-12-07T10:59:43.832648+0000 mgr.a (mgr.24293) 2783 : cluster 0 pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:59:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:45 smithi022 bash[28554]: cluster 2023-12-07T10:59:43.832648+0000 mgr.a (mgr.24293) 2783 : cluster 0 pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:59:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:45 smithi027 bash[31536]: cluster 2023-12-07T10:59:43.832648+0000 mgr.a (mgr.24293) 2783 : cluster 0 pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T10:59:47.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:47.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:47.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:47 smithi044 bash[32620]: cluster 2023-12-07T10:59:45.833384+0000 mgr.a (mgr.24293) 2784 : cluster 0 pgmap v2076: 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-07T10:59:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:47 smithi022 bash[28554]: cluster 2023-12-07T10:59:45.833384+0000 mgr.a (mgr.24293) 2784 : cluster 0 pgmap v2076: 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-07T10:59:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:47 smithi027 bash[31536]: cluster 2023-12-07T10:59:45.833384+0000 mgr.a (mgr.24293) 2784 : cluster 0 pgmap v2076: 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-07T10:59:48.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:48.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:48.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:48.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:48.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:49 smithi044 bash[32620]: cluster 2023-12-07T10:59:47.833915+0000 mgr.a (mgr.24293) 2785 : 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-07T10:59:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:49 smithi044 bash[32620]: audit 2023-12-07T10:59:47.985892+0000 mgr.a (mgr.24293) 2786 : audit 0 from='client.67200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:49 smithi022 bash[28554]: cluster 2023-12-07T10:59:47.833915+0000 mgr.a (mgr.24293) 2785 : 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-07T10:59:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:49 smithi022 bash[28554]: audit 2023-12-07T10:59:47.985892+0000 mgr.a (mgr.24293) 2786 : audit 0 from='client.67200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:49 smithi027 bash[31536]: cluster 2023-12-07T10:59:47.833915+0000 mgr.a (mgr.24293) 2785 : 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-07T10:59:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:49 smithi027 bash[31536]: audit 2023-12-07T10:59:47.985892+0000 mgr.a (mgr.24293) 2786 : audit 0 from='client.67200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:51 smithi044 bash[32620]: cluster 2023-12-07T10:59:49.834551+0000 mgr.a (mgr.24293) 2787 : 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-07T10:59:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:51 smithi022 bash[28554]: cluster 2023-12-07T10:59:49.834551+0000 mgr.a (mgr.24293) 2787 : 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-07T10:59:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:51 smithi027 bash[31536]: cluster 2023-12-07T10:59:49.834551+0000 mgr.a (mgr.24293) 2787 : 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-07T10:59:53.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:53.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:53.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:53 smithi044 bash[32620]: cluster 2023-12-07T10:59:51.835473+0000 mgr.a (mgr.24293) 2788 : 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-07T10:59:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:53 smithi022 bash[28554]: cluster 2023-12-07T10:59:51.835473+0000 mgr.a (mgr.24293) 2788 : 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-07T10:59:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:53 smithi027 bash[31536]: cluster 2023-12-07T10:59:51.835473+0000 mgr.a (mgr.24293) 2788 : 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-07T10:59:54.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T10:59:54.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:54.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:54.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:54.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T10:59:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:55 smithi044 bash[32620]: cluster 2023-12-07T10:59:53.836054+0000 mgr.a (mgr.24293) 2789 : 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-07T10:59:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:55 smithi044 bash[32620]: audit 2023-12-07T10:59:53.902987+0000 mgr.a (mgr.24293) 2790 : audit 0 from='client.67272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:55 smithi022 bash[28554]: cluster 2023-12-07T10:59:53.836054+0000 mgr.a (mgr.24293) 2789 : 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-07T10:59:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:55 smithi022 bash[28554]: audit 2023-12-07T10:59:53.902987+0000 mgr.a (mgr.24293) 2790 : audit 0 from='client.67272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:55 smithi027 bash[31536]: cluster 2023-12-07T10:59:53.836054+0000 mgr.a (mgr.24293) 2789 : 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-07T10:59:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:55 smithi027 bash[31536]: audit 2023-12-07T10:59:53.902987+0000 mgr.a (mgr.24293) 2790 : audit 0 from='client.67272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:57 smithi044 bash[32620]: cluster 2023-12-07T10:59:55.836935+0000 mgr.a (mgr.24293) 2791 : cluster 0 pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:57 smithi022 bash[28554]: cluster 2023-12-07T10:59:55.836935+0000 mgr.a (mgr.24293) 2791 : cluster 0 pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:57 smithi027 bash[31536]: cluster 2023-12-07T10:59:55.836935+0000 mgr.a (mgr.24293) 2791 : cluster 0 pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:59.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T10:59:59.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:59.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 10:59:59 smithi044 bash[32620]: cluster 2023-12-07T10:59:57.837486+0000 mgr.a (mgr.24293) 2792 : cluster 0 pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 10:59:59 smithi022 bash[28554]: cluster 2023-12-07T10:59:57.837486+0000 mgr.a (mgr.24293) 2792 : cluster 0 pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 10:59:59 smithi027 bash[31536]: cluster 2023-12-07T10:59:57.837486+0000 mgr.a (mgr.24293) 2792 : cluster 0 pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:00.346 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:00.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:00.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:00.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:00.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:00 smithi044 bash[32620]: cluster 2023-12-07T11:00:00.000127+0000 mon.a (mon.0) 855 : cluster 1 overall HEALTH_OK 2023-12-07T11:00:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:00 smithi022 bash[28554]: cluster 2023-12-07T11:00:00.000127+0000 mon.a (mon.0) 855 : cluster 1 overall HEALTH_OK 2023-12-07T11:00:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:00 smithi027 bash[31536]: cluster 2023-12-07T11:00:00.000127+0000 mon.a (mon.0) 855 : cluster 1 overall HEALTH_OK 2023-12-07T11:00:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:01 smithi044 bash[32620]: cluster 2023-12-07T10:59:59.838027+0000 mgr.a (mgr.24293) 2793 : cluster 0 pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:01 smithi044 bash[32620]: audit 2023-12-07T10:59:59.850659+0000 mgr.a (mgr.24293) 2794 : audit 0 from='client.67347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:01 smithi022 bash[28554]: cluster 2023-12-07T10:59:59.838027+0000 mgr.a (mgr.24293) 2793 : cluster 0 pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:01 smithi022 bash[28554]: audit 2023-12-07T10:59:59.850659+0000 mgr.a (mgr.24293) 2794 : audit 0 from='client.67347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:01 smithi027 bash[31536]: cluster 2023-12-07T10:59:59.838027+0000 mgr.a (mgr.24293) 2793 : cluster 0 pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:01 smithi027 bash[31536]: audit 2023-12-07T10:59:59.850659+0000 mgr.a (mgr.24293) 2794 : audit 0 from='client.67347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:03 smithi044 bash[32620]: cluster 2023-12-07T11:00:01.838987+0000 mgr.a (mgr.24293) 2795 : cluster 0 pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:03 smithi022 bash[28554]: cluster 2023-12-07T11:00:01.838987+0000 mgr.a (mgr.24293) 2795 : cluster 0 pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:03 smithi027 bash[31536]: cluster 2023-12-07T11:00:01.838987+0000 mgr.a (mgr.24293) 2795 : cluster 0 pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:05.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:05.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:05.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:05 smithi044 bash[32620]: cluster 2023-12-07T11:00:03.839620+0000 mgr.a (mgr.24293) 2796 : cluster 0 pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:05 smithi022 bash[28554]: cluster 2023-12-07T11:00:03.839620+0000 mgr.a (mgr.24293) 2796 : cluster 0 pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:05 smithi027 bash[31536]: cluster 2023-12-07T11:00:03.839620+0000 mgr.a (mgr.24293) 2796 : cluster 0 pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:06.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:06.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:06.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:06.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:06.281 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:07 smithi044 bash[32620]: audit 2023-12-07T11:00:05.761634+0000 mgr.a (mgr.24293) 2797 : audit 0 from='client.67425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:07 smithi044 bash[32620]: cluster 2023-12-07T11:00:05.840623+0000 mgr.a (mgr.24293) 2798 : 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-07T11:00:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:07 smithi022 bash[28554]: audit 2023-12-07T11:00:05.761634+0000 mgr.a (mgr.24293) 2797 : audit 0 from='client.67425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:07 smithi022 bash[28554]: cluster 2023-12-07T11:00:05.840623+0000 mgr.a (mgr.24293) 2798 : 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-07T11:00:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:07 smithi027 bash[31536]: audit 2023-12-07T11:00:05.761634+0000 mgr.a (mgr.24293) 2797 : audit 0 from='client.67425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:07 smithi027 bash[31536]: cluster 2023-12-07T11:00:05.840623+0000 mgr.a (mgr.24293) 2798 : 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-07T11:00:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:09 smithi044 bash[32620]: cluster 2023-12-07T11:00:07.841497+0000 mgr.a (mgr.24293) 2799 : cluster 0 pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:09 smithi022 bash[28554]: cluster 2023-12-07T11:00:07.841497+0000 mgr.a (mgr.24293) 2799 : cluster 0 pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:09 smithi027 bash[31536]: cluster 2023-12-07T11:00:07.841497+0000 mgr.a (mgr.24293) 2799 : cluster 0 pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:11.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:11.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:11.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:11 smithi044 bash[32620]: cluster 2023-12-07T11:00:09.842258+0000 mgr.a (mgr.24293) 2800 : cluster 0 pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:11 smithi022 bash[28554]: cluster 2023-12-07T11:00:09.842258+0000 mgr.a (mgr.24293) 2800 : cluster 0 pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:11 smithi027 bash[31536]: cluster 2023-12-07T11:00:09.842258+0000 mgr.a (mgr.24293) 2800 : cluster 0 pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:12.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:12.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:12.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:12.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:12.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:12 smithi044 bash[32620]: audit 2023-12-07T11:00:11.690507+0000 mgr.a (mgr.24293) 2801 : audit 0 from='client.64448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:12 smithi022 bash[28554]: audit 2023-12-07T11:00:11.690507+0000 mgr.a (mgr.24293) 2801 : audit 0 from='client.64448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:12 smithi027 bash[31536]: audit 2023-12-07T11:00:11.690507+0000 mgr.a (mgr.24293) 2801 : audit 0 from='client.64448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:13 smithi044 bash[32620]: cluster 2023-12-07T11:00:11.850297+0000 mgr.a (mgr.24293) 2802 : cluster 0 pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:13 smithi022 bash[28554]: cluster 2023-12-07T11:00:11.850297+0000 mgr.a (mgr.24293) 2802 : cluster 0 pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:13 smithi027 bash[31536]: cluster 2023-12-07T11:00:11.850297+0000 mgr.a (mgr.24293) 2802 : cluster 0 pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:15 smithi044 bash[32620]: cluster 2023-12-07T11:00:13.851155+0000 mgr.a (mgr.24293) 2803 : cluster 0 pgmap v2090: 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-07T11:00:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:15 smithi022 bash[28554]: cluster 2023-12-07T11:00:13.851155+0000 mgr.a (mgr.24293) 2803 : cluster 0 pgmap v2090: 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-07T11:00:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:15 smithi027 bash[31536]: cluster 2023-12-07T11:00:13.851155+0000 mgr.a (mgr.24293) 2803 : cluster 0 pgmap v2090: 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-07T11:00:17.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:17.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:17.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:17 smithi044 bash[32620]: cluster 2023-12-07T11:00:15.851993+0000 mgr.a (mgr.24293) 2804 : cluster 0 pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:17 smithi022 bash[28554]: cluster 2023-12-07T11:00:15.851993+0000 mgr.a (mgr.24293) 2804 : cluster 0 pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:17 smithi027 bash[31536]: cluster 2023-12-07T11:00:15.851993+0000 mgr.a (mgr.24293) 2804 : cluster 0 pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:18.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:18.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:18.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:18.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:18.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:18 smithi044 bash[32620]: audit 2023-12-07T11:00:17.649748+0000 mgr.a (mgr.24293) 2805 : audit 0 from='client.67581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:18 smithi022 bash[28554]: audit 2023-12-07T11:00:17.649748+0000 mgr.a (mgr.24293) 2805 : audit 0 from='client.67581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:18 smithi027 bash[31536]: audit 2023-12-07T11:00:17.649748+0000 mgr.a (mgr.24293) 2805 : audit 0 from='client.67581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:19 smithi044 bash[32620]: cluster 2023-12-07T11:00:17.852834+0000 mgr.a (mgr.24293) 2806 : 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-07T11:00:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:19 smithi022 bash[28554]: cluster 2023-12-07T11:00:17.852834+0000 mgr.a (mgr.24293) 2806 : 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-07T11:00:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:19 smithi027 bash[31536]: cluster 2023-12-07T11:00:17.852834+0000 mgr.a (mgr.24293) 2806 : 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-07T11:00:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:21 smithi044 bash[32620]: cluster 2023-12-07T11:00:19.853585+0000 mgr.a (mgr.24293) 2807 : 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-07T11:00:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:21 smithi022 bash[28554]: cluster 2023-12-07T11:00:19.853585+0000 mgr.a (mgr.24293) 2807 : 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-07T11:00:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:21 smithi027 bash[31536]: cluster 2023-12-07T11:00:19.853585+0000 mgr.a (mgr.24293) 2807 : 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-07T11:00:23.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:23.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:23.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:23 smithi044 bash[32620]: cluster 2023-12-07T11:00:21.854410+0000 mgr.a (mgr.24293) 2808 : 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-07T11:00:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:23 smithi022 bash[28554]: cluster 2023-12-07T11:00:21.854410+0000 mgr.a (mgr.24293) 2808 : 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-07T11:00:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:23 smithi027 bash[31536]: cluster 2023-12-07T11:00:21.854410+0000 mgr.a (mgr.24293) 2808 : 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-07T11:00:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:24.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:24 smithi044 bash[32620]: audit 2023-12-07T11:00:23.582610+0000 mgr.a (mgr.24293) 2809 : audit 0 from='client.67659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:24 smithi022 bash[28554]: audit 2023-12-07T11:00:23.582610+0000 mgr.a (mgr.24293) 2809 : audit 0 from='client.67659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:24 smithi027 bash[31536]: audit 2023-12-07T11:00:23.582610+0000 mgr.a (mgr.24293) 2809 : audit 0 from='client.67659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:25 smithi044 bash[32620]: cluster 2023-12-07T11:00:23.855199+0000 mgr.a (mgr.24293) 2810 : 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-07T11:00:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:25 smithi022 bash[28554]: cluster 2023-12-07T11:00:23.855199+0000 mgr.a (mgr.24293) 2810 : 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-07T11:00:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:25 smithi027 bash[31536]: cluster 2023-12-07T11:00:23.855199+0000 mgr.a (mgr.24293) 2810 : 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-07T11:00:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:27 smithi044 bash[32620]: cluster 2023-12-07T11:00:25.856139+0000 mgr.a (mgr.24293) 2811 : 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-07T11:00:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:27 smithi022 bash[28554]: cluster 2023-12-07T11:00:25.856139+0000 mgr.a (mgr.24293) 2811 : 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-07T11:00:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:27 smithi027 bash[31536]: cluster 2023-12-07T11:00:25.856139+0000 mgr.a (mgr.24293) 2811 : 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-07T11:00:29.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:29.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:29.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:29 smithi044 bash[32620]: cluster 2023-12-07T11:00:27.856686+0000 mgr.a (mgr.24293) 2812 : 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-07T11:00:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:29 smithi022 bash[28554]: cluster 2023-12-07T11:00:27.856686+0000 mgr.a (mgr.24293) 2812 : 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-07T11:00:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:29 smithi027 bash[31536]: cluster 2023-12-07T11:00:27.856686+0000 mgr.a (mgr.24293) 2812 : 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-07T11:00:30.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:30.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:30.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:30.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:30.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:30 smithi044 bash[32620]: audit 2023-12-07T11:00:29.535407+0000 mgr.a (mgr.24293) 2813 : audit 0 from='client.67734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:30 smithi022 bash[28554]: audit 2023-12-07T11:00:29.535407+0000 mgr.a (mgr.24293) 2813 : audit 0 from='client.67734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:30 smithi027 bash[31536]: audit 2023-12-07T11:00:29.535407+0000 mgr.a (mgr.24293) 2813 : audit 0 from='client.67734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:31 smithi044 bash[32620]: cluster 2023-12-07T11:00:29.857377+0000 mgr.a (mgr.24293) 2814 : 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-07T11:00:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:31 smithi044 bash[32620]: audit 2023-12-07T11:00:30.931763+0000 mon.a (mon.0) 856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:00:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:31 smithi022 bash[28554]: cluster 2023-12-07T11:00:29.857377+0000 mgr.a (mgr.24293) 2814 : 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-07T11:00:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:31 smithi022 bash[28554]: audit 2023-12-07T11:00:30.931763+0000 mon.a (mon.0) 856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:00:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:31 smithi027 bash[31536]: cluster 2023-12-07T11:00:29.857377+0000 mgr.a (mgr.24293) 2814 : 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-07T11:00:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:31 smithi027 bash[31536]: audit 2023-12-07T11:00:30.931763+0000 mon.a (mon.0) 856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:00:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:32 smithi044 bash[32620]: audit 2023-12-07T11:00:31.715140+0000 mon.a (mon.0) 857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:00:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:32 smithi044 bash[32620]: audit 2023-12-07T11:00:31.717350+0000 mon.a (mon.0) 858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:00:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:32 smithi044 bash[32620]: audit 2023-12-07T11:00:31.727678+0000 mon.a (mon.0) 859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:00:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:32 smithi022 bash[28554]: audit 2023-12-07T11:00:31.715140+0000 mon.a (mon.0) 857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:00:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:32 smithi022 bash[28554]: audit 2023-12-07T11:00:31.717350+0000 mon.a (mon.0) 858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:00:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:32 smithi022 bash[28554]: audit 2023-12-07T11:00:31.727678+0000 mon.a (mon.0) 859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:00:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:32 smithi027 bash[31536]: audit 2023-12-07T11:00:31.715140+0000 mon.a (mon.0) 857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:00:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:32 smithi027 bash[31536]: audit 2023-12-07T11:00:31.717350+0000 mon.a (mon.0) 858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:00:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:32 smithi027 bash[31536]: audit 2023-12-07T11:00:31.727678+0000 mon.a (mon.0) 859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:00:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:33 smithi044 bash[32620]: cluster 2023-12-07T11:00:31.858251+0000 mgr.a (mgr.24293) 2815 : cluster 0 pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:33 smithi022 bash[28554]: cluster 2023-12-07T11:00:31.858251+0000 mgr.a (mgr.24293) 2815 : cluster 0 pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:33 smithi027 bash[31536]: cluster 2023-12-07T11:00:31.858251+0000 mgr.a (mgr.24293) 2815 : cluster 0 pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:35.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:35.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:35.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:36.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:36.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:36.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:36.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:36.001 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:35 smithi044 bash[32620]: cluster 2023-12-07T11:00:33.858865+0000 mgr.a (mgr.24293) 2816 : cluster 0 pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:35 smithi022 bash[28554]: cluster 2023-12-07T11:00:33.858865+0000 mgr.a (mgr.24293) 2816 : cluster 0 pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:35 smithi027 bash[31536]: cluster 2023-12-07T11:00:33.858865+0000 mgr.a (mgr.24293) 2816 : cluster 0 pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:36 smithi044 bash[32620]: audit 2023-12-07T11:00:35.467653+0000 mgr.a (mgr.24293) 2817 : audit 0 from='client.67812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:36 smithi022 bash[28554]: audit 2023-12-07T11:00:35.467653+0000 mgr.a (mgr.24293) 2817 : audit 0 from='client.67812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:36 smithi027 bash[31536]: audit 2023-12-07T11:00:35.467653+0000 mgr.a (mgr.24293) 2817 : audit 0 from='client.67812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:37 smithi044 bash[32620]: cluster 2023-12-07T11:00:35.866806+0000 mgr.a (mgr.24293) 2818 : 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-07T11:00:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:37 smithi022 bash[28554]: cluster 2023-12-07T11:00:35.866806+0000 mgr.a (mgr.24293) 2818 : 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-07T11:00:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:37 smithi027 bash[31536]: cluster 2023-12-07T11:00:35.866806+0000 mgr.a (mgr.24293) 2818 : 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-07T11:00:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:39 smithi044 bash[32620]: cluster 2023-12-07T11:00:37.867517+0000 mgr.a (mgr.24293) 2819 : 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-07T11:00:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:39 smithi022 bash[28554]: cluster 2023-12-07T11:00:37.867517+0000 mgr.a (mgr.24293) 2819 : 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-07T11:00:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:39 smithi027 bash[31536]: cluster 2023-12-07T11:00:37.867517+0000 mgr.a (mgr.24293) 2819 : 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-07T11:00:41.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:41.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:41.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:41.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:41.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:41.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:41.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:41.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:41 smithi044 bash[32620]: cluster 2023-12-07T11:00:39.868184+0000 mgr.a (mgr.24293) 2820 : 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-07T11:00:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:41 smithi022 bash[28554]: cluster 2023-12-07T11:00:39.868184+0000 mgr.a (mgr.24293) 2820 : 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-07T11:00:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:41 smithi027 bash[31536]: cluster 2023-12-07T11:00:39.868184+0000 mgr.a (mgr.24293) 2820 : 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-07T11:00:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:42 smithi044 bash[32620]: audit 2023-12-07T11:00:41.408462+0000 mgr.a (mgr.24293) 2821 : audit 0 from='client.67887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:42 smithi022 bash[28554]: audit 2023-12-07T11:00:41.408462+0000 mgr.a (mgr.24293) 2821 : audit 0 from='client.67887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:42 smithi027 bash[31536]: audit 2023-12-07T11:00:41.408462+0000 mgr.a (mgr.24293) 2821 : audit 0 from='client.67887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:43 smithi044 bash[32620]: cluster 2023-12-07T11:00:41.869446+0000 mgr.a (mgr.24293) 2822 : 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-07T11:00:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:43 smithi022 bash[28554]: cluster 2023-12-07T11:00:41.869446+0000 mgr.a (mgr.24293) 2822 : 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-07T11:00:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:43 smithi027 bash[31536]: cluster 2023-12-07T11:00:41.869446+0000 mgr.a (mgr.24293) 2822 : 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-07T11:00:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:45 smithi044 bash[32620]: cluster 2023-12-07T11:00:43.870026+0000 mgr.a (mgr.24293) 2823 : cluster 0 pgmap v2105: 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-07T11:00:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:45 smithi022 bash[28554]: cluster 2023-12-07T11:00:43.870026+0000 mgr.a (mgr.24293) 2823 : cluster 0 pgmap v2105: 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-07T11:00:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:45 smithi027 bash[31536]: cluster 2023-12-07T11:00:43.870026+0000 mgr.a (mgr.24293) 2823 : cluster 0 pgmap v2105: 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-07T11:00:46.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:46.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:46.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:47.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:47.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:47.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:47.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:47.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:47 smithi044 bash[32620]: cluster 2023-12-07T11:00:45.870801+0000 mgr.a (mgr.24293) 2824 : cluster 0 pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:47 smithi022 bash[28554]: cluster 2023-12-07T11:00:45.870801+0000 mgr.a (mgr.24293) 2824 : cluster 0 pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:47 smithi027 bash[31536]: cluster 2023-12-07T11:00:45.870801+0000 mgr.a (mgr.24293) 2824 : cluster 0 pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:48 smithi044 bash[32620]: audit 2023-12-07T11:00:47.347737+0000 mgr.a (mgr.24293) 2825 : audit 0 from='client.67965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:48 smithi022 bash[28554]: audit 2023-12-07T11:00:47.347737+0000 mgr.a (mgr.24293) 2825 : audit 0 from='client.67965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:48 smithi027 bash[31536]: audit 2023-12-07T11:00:47.347737+0000 mgr.a (mgr.24293) 2825 : audit 0 from='client.67965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:49 smithi044 bash[32620]: cluster 2023-12-07T11:00:47.871479+0000 mgr.a (mgr.24293) 2826 : 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-07T11:00:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:49 smithi022 bash[28554]: cluster 2023-12-07T11:00:47.871479+0000 mgr.a (mgr.24293) 2826 : 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-07T11:00:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:49 smithi027 bash[31536]: cluster 2023-12-07T11:00:47.871479+0000 mgr.a (mgr.24293) 2826 : 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-07T11:00:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:50 smithi044 bash[32620]: cluster 2023-12-07T11:00:49.872113+0000 mgr.a (mgr.24293) 2827 : 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-07T11:00:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:50 smithi022 bash[28554]: cluster 2023-12-07T11:00:49.872113+0000 mgr.a (mgr.24293) 2827 : 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-07T11:00:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:50 smithi027 bash[31536]: cluster 2023-12-07T11:00:49.872113+0000 mgr.a (mgr.24293) 2827 : 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-07T11:00:52.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:52.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:52.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:52 smithi027 bash[31536]: cluster 2023-12-07T11:00:51.872905+0000 mgr.a (mgr.24293) 2828 : 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-07T11:00:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:52 smithi044 bash[32620]: cluster 2023-12-07T11:00:51.872905+0000 mgr.a (mgr.24293) 2828 : 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-07T11:00:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:52 smithi022 bash[28554]: cluster 2023-12-07T11:00:51.872905+0000 mgr.a (mgr.24293) 2828 : 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-07T11:00:53.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:53.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:53.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:53.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:00:53.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:53 smithi027 bash[31536]: audit 2023-12-07T11:00:53.267554+0000 mgr.a (mgr.24293) 2829 : audit 0 from='client.68040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:53 smithi044 bash[32620]: audit 2023-12-07T11:00:53.267554+0000 mgr.a (mgr.24293) 2829 : audit 0 from='client.68040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:53 smithi022 bash[28554]: audit 2023-12-07T11:00:53.267554+0000 mgr.a (mgr.24293) 2829 : audit 0 from='client.68040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:55 smithi044 bash[32620]: cluster 2023-12-07T11:00:53.873647+0000 mgr.a (mgr.24293) 2830 : 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-07T11:00:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:55 smithi022 bash[28554]: cluster 2023-12-07T11:00:53.873647+0000 mgr.a (mgr.24293) 2830 : 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-07T11:00:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:55 smithi027 bash[31536]: cluster 2023-12-07T11:00:53.873647+0000 mgr.a (mgr.24293) 2830 : 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-07T11:00:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:57 smithi044 bash[32620]: cluster 2023-12-07T11:00:55.874490+0000 mgr.a (mgr.24293) 2831 : 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-07T11:00:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:57 smithi022 bash[28554]: cluster 2023-12-07T11:00:55.874490+0000 mgr.a (mgr.24293) 2831 : 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-07T11:00:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:57 smithi027 bash[31536]: cluster 2023-12-07T11:00:55.874490+0000 mgr.a (mgr.24293) 2831 : 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-07T11:00:58.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:00:58.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:58.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:00:59 smithi044 bash[32620]: cluster 2023-12-07T11:00:57.875080+0000 mgr.a (mgr.24293) 2832 : 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-07T11:00:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:00:59 smithi022 bash[28554]: cluster 2023-12-07T11:00:57.875080+0000 mgr.a (mgr.24293) 2832 : 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-07T11:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:00:59 smithi027 bash[31536]: cluster 2023-12-07T11:00:57.875080+0000 mgr.a (mgr.24293) 2832 : 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-07T11:00:59.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:00:59.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:59.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:59.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:59.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:00 smithi044 bash[32620]: audit 2023-12-07T11:00:59.195747+0000 mgr.a (mgr.24293) 2833 : audit 0 from='client.68118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:00 smithi022 bash[28554]: audit 2023-12-07T11:00:59.195747+0000 mgr.a (mgr.24293) 2833 : audit 0 from='client.68118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:00 smithi027 bash[31536]: audit 2023-12-07T11:00:59.195747+0000 mgr.a (mgr.24293) 2833 : audit 0 from='client.68118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:01 smithi044 bash[32620]: cluster 2023-12-07T11:00:59.875965+0000 mgr.a (mgr.24293) 2834 : 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-07T11:01:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:01 smithi022 bash[28554]: cluster 2023-12-07T11:00:59.875965+0000 mgr.a (mgr.24293) 2834 : 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-07T11:01:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:01 smithi027 bash[31536]: cluster 2023-12-07T11:00:59.875965+0000 mgr.a (mgr.24293) 2834 : 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-07T11:01:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:03 smithi044 bash[32620]: cluster 2023-12-07T11:01:01.876792+0000 mgr.a (mgr.24293) 2835 : cluster 0 pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:03 smithi022 bash[28554]: cluster 2023-12-07T11:01:01.876792+0000 mgr.a (mgr.24293) 2835 : cluster 0 pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:03 smithi027 bash[31536]: cluster 2023-12-07T11:01:01.876792+0000 mgr.a (mgr.24293) 2835 : cluster 0 pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:04.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:04.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:04.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:05 smithi044 bash[32620]: cluster 2023-12-07T11:01:03.877365+0000 mgr.a (mgr.24293) 2836 : cluster 0 pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:05 smithi022 bash[28554]: cluster 2023-12-07T11:01:03.877365+0000 mgr.a (mgr.24293) 2836 : cluster 0 pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:05 smithi027 bash[31536]: cluster 2023-12-07T11:01:03.877365+0000 mgr.a (mgr.24293) 2836 : cluster 0 pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:05.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:05.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:05.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:05.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:05.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:06 smithi044 bash[32620]: audit 2023-12-07T11:01:05.116022+0000 mgr.a (mgr.24293) 2837 : audit 0 from='client.68193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:06 smithi022 bash[28554]: audit 2023-12-07T11:01:05.116022+0000 mgr.a (mgr.24293) 2837 : audit 0 from='client.68193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:06 smithi027 bash[31536]: audit 2023-12-07T11:01:05.116022+0000 mgr.a (mgr.24293) 2837 : audit 0 from='client.68193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:07 smithi044 bash[32620]: cluster 2023-12-07T11:01:05.878384+0000 mgr.a (mgr.24293) 2838 : cluster 0 pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:01:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:07 smithi022 bash[28554]: cluster 2023-12-07T11:01:05.878384+0000 mgr.a (mgr.24293) 2838 : cluster 0 pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:01:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:07 smithi027 bash[31536]: cluster 2023-12-07T11:01:05.878384+0000 mgr.a (mgr.24293) 2838 : cluster 0 pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:01:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:09 smithi044 bash[32620]: cluster 2023-12-07T11:01:07.878973+0000 mgr.a (mgr.24293) 2839 : cluster 0 pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:01:09.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:09 smithi022 bash[28554]: cluster 2023-12-07T11:01:07.878973+0000 mgr.a (mgr.24293) 2839 : cluster 0 pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:01:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:09 smithi027 bash[31536]: cluster 2023-12-07T11:01:07.878973+0000 mgr.a (mgr.24293) 2839 : cluster 0 pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:01:10.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:10.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:10.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:11 smithi044 bash[32620]: cluster 2023-12-07T11:01:09.879563+0000 mgr.a (mgr.24293) 2840 : cluster 0 pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:01:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:11 smithi022 bash[28554]: cluster 2023-12-07T11:01:09.879563+0000 mgr.a (mgr.24293) 2840 : cluster 0 pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:01:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:11 smithi027 bash[31536]: cluster 2023-12-07T11:01:09.879563+0000 mgr.a (mgr.24293) 2840 : cluster 0 pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:01:11.570 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:11.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:11.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:11.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:11.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:12 smithi044 bash[32620]: audit 2023-12-07T11:01:11.043228+0000 mgr.a (mgr.24293) 2841 : audit 0 from='client.68271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:12 smithi022 bash[28554]: audit 2023-12-07T11:01:11.043228+0000 mgr.a (mgr.24293) 2841 : audit 0 from='client.68271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:12 smithi027 bash[31536]: audit 2023-12-07T11:01:11.043228+0000 mgr.a (mgr.24293) 2841 : audit 0 from='client.68271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:13 smithi044 bash[32620]: cluster 2023-12-07T11:01:11.880635+0000 mgr.a (mgr.24293) 2842 : 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-07T11:01:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:13 smithi022 bash[28554]: cluster 2023-12-07T11:01:11.880635+0000 mgr.a (mgr.24293) 2842 : 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-07T11:01:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:13 smithi027 bash[31536]: cluster 2023-12-07T11:01:11.880635+0000 mgr.a (mgr.24293) 2842 : 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-07T11:01:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:15 smithi044 bash[32620]: cluster 2023-12-07T11:01:13.881231+0000 mgr.a (mgr.24293) 2843 : cluster 0 pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:15 smithi022 bash[28554]: cluster 2023-12-07T11:01:13.881231+0000 mgr.a (mgr.24293) 2843 : cluster 0 pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:15 smithi027 bash[31536]: cluster 2023-12-07T11:01:13.881231+0000 mgr.a (mgr.24293) 2843 : cluster 0 pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:16.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:16.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:16.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:17 smithi044 bash[32620]: cluster 2023-12-07T11:01:15.882060+0000 mgr.a (mgr.24293) 2844 : cluster 0 pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:17 smithi022 bash[28554]: cluster 2023-12-07T11:01:15.882060+0000 mgr.a (mgr.24293) 2844 : cluster 0 pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:17 smithi027 bash[31536]: cluster 2023-12-07T11:01:15.882060+0000 mgr.a (mgr.24293) 2844 : cluster 0 pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:17.531 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:17.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:17.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:17.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:17.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:18 smithi044 bash[32620]: audit 2023-12-07T11:01:16.988734+0000 mgr.a (mgr.24293) 2845 : audit 0 from='client.68346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:18 smithi022 bash[28554]: audit 2023-12-07T11:01:16.988734+0000 mgr.a (mgr.24293) 2845 : audit 0 from='client.68346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:18 smithi027 bash[31536]: audit 2023-12-07T11:01:16.988734+0000 mgr.a (mgr.24293) 2845 : audit 0 from='client.68346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:19 smithi044 bash[32620]: cluster 2023-12-07T11:01:17.882792+0000 mgr.a (mgr.24293) 2846 : cluster 0 pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:01:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:19 smithi022 bash[28554]: cluster 2023-12-07T11:01:17.882792+0000 mgr.a (mgr.24293) 2846 : cluster 0 pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:01:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:19 smithi027 bash[31536]: cluster 2023-12-07T11:01:17.882792+0000 mgr.a (mgr.24293) 2846 : cluster 0 pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:01:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:21 smithi044 bash[32620]: cluster 2023-12-07T11:01:19.883410+0000 mgr.a (mgr.24293) 2847 : cluster 0 pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:01:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:21 smithi022 bash[28554]: cluster 2023-12-07T11:01:19.883410+0000 mgr.a (mgr.24293) 2847 : cluster 0 pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:01:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:21 smithi027 bash[31536]: cluster 2023-12-07T11:01:19.883410+0000 mgr.a (mgr.24293) 2847 : cluster 0 pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:01:22.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:22.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:22.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:23 smithi044 bash[32620]: cluster 2023-12-07T11:01:21.884209+0000 mgr.a (mgr.24293) 2848 : cluster 0 pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:01:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:23 smithi022 bash[28554]: cluster 2023-12-07T11:01:21.884209+0000 mgr.a (mgr.24293) 2848 : cluster 0 pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:01:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:23 smithi027 bash[31536]: cluster 2023-12-07T11:01:21.884209+0000 mgr.a (mgr.24293) 2848 : cluster 0 pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:01:23.486 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:23.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:23.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:23.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:23.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:24 smithi044 bash[32620]: audit 2023-12-07T11:01:22.948700+0000 mgr.a (mgr.24293) 2849 : audit 0 from='client.68424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:24 smithi022 bash[28554]: audit 2023-12-07T11:01:22.948700+0000 mgr.a (mgr.24293) 2849 : audit 0 from='client.68424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:24 smithi027 bash[31536]: audit 2023-12-07T11:01:22.948700+0000 mgr.a (mgr.24293) 2849 : audit 0 from='client.68424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:25 smithi044 bash[32620]: cluster 2023-12-07T11:01:23.884927+0000 mgr.a (mgr.24293) 2850 : 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-07T11:01:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:25 smithi022 bash[28554]: cluster 2023-12-07T11:01:23.884927+0000 mgr.a (mgr.24293) 2850 : 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-07T11:01:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:25 smithi027 bash[31536]: cluster 2023-12-07T11:01:23.884927+0000 mgr.a (mgr.24293) 2850 : 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-07T11:01:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:27 smithi044 bash[32620]: cluster 2023-12-07T11:01:25.885894+0000 mgr.a (mgr.24293) 2851 : 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-07T11:01:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:27 smithi022 bash[28554]: cluster 2023-12-07T11:01:25.885894+0000 mgr.a (mgr.24293) 2851 : 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-07T11:01:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:27 smithi027 bash[31536]: cluster 2023-12-07T11:01:25.885894+0000 mgr.a (mgr.24293) 2851 : 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-07T11:01:28.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:28.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:28.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:29 smithi044 bash[32620]: cluster 2023-12-07T11:01:27.886493+0000 mgr.a (mgr.24293) 2852 : 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-07T11:01:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:29 smithi022 bash[28554]: cluster 2023-12-07T11:01:27.886493+0000 mgr.a (mgr.24293) 2852 : 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-07T11:01:29.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:29.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:29.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:29.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:29.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:29 smithi027 bash[31536]: cluster 2023-12-07T11:01:27.886493+0000 mgr.a (mgr.24293) 2852 : 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-07T11:01:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:30 smithi044 bash[32620]: audit 2023-12-07T11:01:28.903444+0000 mgr.a (mgr.24293) 2853 : audit 0 from='client.68496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:30 smithi022 bash[28554]: audit 2023-12-07T11:01:28.903444+0000 mgr.a (mgr.24293) 2853 : audit 0 from='client.68496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:30 smithi027 bash[31536]: audit 2023-12-07T11:01:28.903444+0000 mgr.a (mgr.24293) 2853 : audit 0 from='client.68496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:31 smithi044 bash[32620]: cluster 2023-12-07T11:01:29.887222+0000 mgr.a (mgr.24293) 2854 : 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-07T11:01:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:31 smithi022 bash[28554]: cluster 2023-12-07T11:01:29.887222+0000 mgr.a (mgr.24293) 2854 : 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-07T11:01:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:31 smithi027 bash[31536]: cluster 2023-12-07T11:01:29.887222+0000 mgr.a (mgr.24293) 2854 : 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-07T11:01:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:32 smithi044 bash[32620]: audit 2023-12-07T11:01:31.830884+0000 mon.a (mon.0) 860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:01:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:32 smithi022 bash[28554]: audit 2023-12-07T11:01:31.830884+0000 mon.a (mon.0) 860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:01:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:32 smithi027 bash[31536]: audit 2023-12-07T11:01:31.830884+0000 mon.a (mon.0) 860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:01:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:33 smithi044 bash[32620]: cluster 2023-12-07T11:01:31.888076+0000 mgr.a (mgr.24293) 2855 : 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-07T11:01:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:33 smithi044 bash[32620]: audit 2023-12-07T11:01:32.574746+0000 mon.a (mon.0) 861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:01:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:33 smithi044 bash[32620]: audit 2023-12-07T11:01:32.576682+0000 mon.a (mon.0) 862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:01:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:33 smithi044 bash[32620]: audit 2023-12-07T11:01:32.586073+0000 mon.a (mon.0) 863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:01:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:33 smithi022 bash[28554]: cluster 2023-12-07T11:01:31.888076+0000 mgr.a (mgr.24293) 2855 : 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-07T11:01:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:33 smithi022 bash[28554]: audit 2023-12-07T11:01:32.574746+0000 mon.a (mon.0) 861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:01:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:33 smithi022 bash[28554]: audit 2023-12-07T11:01:32.576682+0000 mon.a (mon.0) 862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:01:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:33 smithi022 bash[28554]: audit 2023-12-07T11:01:32.586073+0000 mon.a (mon.0) 863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:01:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:33 smithi027 bash[31536]: cluster 2023-12-07T11:01:31.888076+0000 mgr.a (mgr.24293) 2855 : 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-07T11:01:33.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:33 smithi027 bash[31536]: audit 2023-12-07T11:01:32.574746+0000 mon.a (mon.0) 861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:01:33.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:33 smithi027 bash[31536]: audit 2023-12-07T11:01:32.576682+0000 mon.a (mon.0) 862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:01:33.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:33 smithi027 bash[31536]: audit 2023-12-07T11:01:32.586073+0000 mon.a (mon.0) 863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:01:34.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:34.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:34.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:35.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:35.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:35.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:35.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:35.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:35 smithi044 bash[32620]: cluster 2023-12-07T11:01:33.888631+0000 mgr.a (mgr.24293) 2856 : 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-07T11:01:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:35 smithi022 bash[28554]: cluster 2023-12-07T11:01:33.888631+0000 mgr.a (mgr.24293) 2856 : 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-07T11:01:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:35 smithi027 bash[31536]: cluster 2023-12-07T11:01:33.888631+0000 mgr.a (mgr.24293) 2856 : 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-07T11:01:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:36 smithi044 bash[32620]: audit 2023-12-07T11:01:34.856141+0000 mgr.a (mgr.24293) 2857 : audit 0 from='client.68574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:36 smithi022 bash[28554]: audit 2023-12-07T11:01:34.856141+0000 mgr.a (mgr.24293) 2857 : audit 0 from='client.68574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:36 smithi027 bash[31536]: audit 2023-12-07T11:01:34.856141+0000 mgr.a (mgr.24293) 2857 : audit 0 from='client.68574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:37 smithi044 bash[32620]: cluster 2023-12-07T11:01:35.889559+0000 mgr.a (mgr.24293) 2858 : cluster 0 pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:37 smithi022 bash[28554]: cluster 2023-12-07T11:01:35.889559+0000 mgr.a (mgr.24293) 2858 : cluster 0 pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:37 smithi027 bash[31536]: cluster 2023-12-07T11:01:35.889559+0000 mgr.a (mgr.24293) 2858 : cluster 0 pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:39 smithi044 bash[32620]: cluster 2023-12-07T11:01:37.890124+0000 mgr.a (mgr.24293) 2859 : cluster 0 pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:39.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:39 smithi022 bash[28554]: cluster 2023-12-07T11:01:37.890124+0000 mgr.a (mgr.24293) 2859 : cluster 0 pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:39 smithi027 bash[31536]: cluster 2023-12-07T11:01:37.890124+0000 mgr.a (mgr.24293) 2859 : cluster 0 pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:40.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:40.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:40.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:41.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:41.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:41.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:41.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:41.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:41 smithi044 bash[32620]: cluster 2023-12-07T11:01:39.890695+0000 mgr.a (mgr.24293) 2860 : cluster 0 pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:41 smithi022 bash[28554]: cluster 2023-12-07T11:01:39.890695+0000 mgr.a (mgr.24293) 2860 : cluster 0 pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:41 smithi027 bash[31536]: cluster 2023-12-07T11:01:39.890695+0000 mgr.a (mgr.24293) 2860 : cluster 0 pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:42 smithi027 bash[31536]: audit 2023-12-07T11:01:40.795726+0000 mgr.a (mgr.24293) 2861 : audit 0 from='client.68649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:42 smithi044 bash[32620]: audit 2023-12-07T11:01:40.795726+0000 mgr.a (mgr.24293) 2861 : audit 0 from='client.68649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:42 smithi022 bash[28554]: audit 2023-12-07T11:01:40.795726+0000 mgr.a (mgr.24293) 2861 : audit 0 from='client.68649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:43 smithi027 bash[31536]: cluster 2023-12-07T11:01:41.891865+0000 mgr.a (mgr.24293) 2862 : 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-07T11:01:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:43 smithi044 bash[32620]: cluster 2023-12-07T11:01:41.891865+0000 mgr.a (mgr.24293) 2862 : 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-07T11:01:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:43 smithi022 bash[28554]: cluster 2023-12-07T11:01:41.891865+0000 mgr.a (mgr.24293) 2862 : 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-07T11:01:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:45 smithi027 bash[31536]: cluster 2023-12-07T11:01:43.892472+0000 mgr.a (mgr.24293) 2863 : 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-07T11:01:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:45 smithi044 bash[32620]: cluster 2023-12-07T11:01:43.892472+0000 mgr.a (mgr.24293) 2863 : 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-07T11:01:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:45 smithi022 bash[28554]: cluster 2023-12-07T11:01:43.892472+0000 mgr.a (mgr.24293) 2863 : 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-07T11:01:46.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:46.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:46.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:47.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:47.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:47.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:47.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:47.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:47 smithi027 bash[31536]: cluster 2023-12-07T11:01:45.893237+0000 mgr.a (mgr.24293) 2864 : 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-07T11:01:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:47 smithi027 bash[31536]: audit 2023-12-07T11:01:46.717960+0000 mgr.a (mgr.24293) 2865 : audit 0 from='client.68727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:47 smithi044 bash[32620]: cluster 2023-12-07T11:01:45.893237+0000 mgr.a (mgr.24293) 2864 : 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-07T11:01:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:47 smithi044 bash[32620]: audit 2023-12-07T11:01:46.717960+0000 mgr.a (mgr.24293) 2865 : audit 0 from='client.68727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:47 smithi022 bash[28554]: cluster 2023-12-07T11:01:45.893237+0000 mgr.a (mgr.24293) 2864 : 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-07T11:01:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:47 smithi022 bash[28554]: audit 2023-12-07T11:01:46.717960+0000 mgr.a (mgr.24293) 2865 : audit 0 from='client.68727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:49 smithi027 bash[31536]: cluster 2023-12-07T11:01:47.893997+0000 mgr.a (mgr.24293) 2866 : cluster 0 pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:49 smithi044 bash[32620]: cluster 2023-12-07T11:01:47.893997+0000 mgr.a (mgr.24293) 2866 : cluster 0 pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:49 smithi022 bash[28554]: cluster 2023-12-07T11:01:47.893997+0000 mgr.a (mgr.24293) 2866 : cluster 0 pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:51 smithi044 bash[32620]: cluster 2023-12-07T11:01:49.894577+0000 mgr.a (mgr.24293) 2867 : cluster 0 pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:51 smithi022 bash[28554]: cluster 2023-12-07T11:01:49.894577+0000 mgr.a (mgr.24293) 2867 : cluster 0 pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:51 smithi027 bash[31536]: cluster 2023-12-07T11:01:49.894577+0000 mgr.a (mgr.24293) 2867 : cluster 0 pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:52.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:52.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:52.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:53.160 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:53.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:53.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:53.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:53.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:53 smithi044 bash[32620]: cluster 2023-12-07T11:01:51.895400+0000 mgr.a (mgr.24293) 2868 : cluster 0 pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:53 smithi044 bash[32620]: audit 2023-12-07T11:01:52.647939+0000 mgr.a (mgr.24293) 2869 : audit 0 from='client.68796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:53 smithi022 bash[28554]: cluster 2023-12-07T11:01:51.895400+0000 mgr.a (mgr.24293) 2868 : cluster 0 pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:53 smithi022 bash[28554]: audit 2023-12-07T11:01:52.647939+0000 mgr.a (mgr.24293) 2869 : audit 0 from='client.68796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:53 smithi027 bash[31536]: cluster 2023-12-07T11:01:51.895400+0000 mgr.a (mgr.24293) 2868 : cluster 0 pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:53 smithi027 bash[31536]: audit 2023-12-07T11:01:52.647939+0000 mgr.a (mgr.24293) 2869 : audit 0 from='client.68796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:55 smithi044 bash[32620]: cluster 2023-12-07T11:01:53.896170+0000 mgr.a (mgr.24293) 2870 : 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-07T11:01:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:55 smithi022 bash[28554]: cluster 2023-12-07T11:01:53.896170+0000 mgr.a (mgr.24293) 2870 : 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-07T11:01:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:55 smithi027 bash[31536]: cluster 2023-12-07T11:01:53.896170+0000 mgr.a (mgr.24293) 2870 : 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-07T11:01:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:57 smithi044 bash[32620]: cluster 2023-12-07T11:01:55.897003+0000 mgr.a (mgr.24293) 2871 : 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-07T11:01:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:57 smithi022 bash[28554]: cluster 2023-12-07T11:01:55.897003+0000 mgr.a (mgr.24293) 2871 : 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-07T11:01:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:57 smithi027 bash[31536]: cluster 2023-12-07T11:01:55.897003+0000 mgr.a (mgr.24293) 2871 : 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-07T11:01:58.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:01:58.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:58.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:59.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:01:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:01:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:59 smithi044 bash[32620]: cluster 2023-12-07T11:01:57.897567+0000 mgr.a (mgr.24293) 2872 : 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-07T11:01:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:01:59 smithi044 bash[32620]: audit 2023-12-07T11:01:58.571954+0000 mgr.a (mgr.24293) 2873 : audit 0 from='client.68868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:59 smithi022 bash[28554]: cluster 2023-12-07T11:01:57.897567+0000 mgr.a (mgr.24293) 2872 : 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-07T11:01:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:01:59 smithi022 bash[28554]: audit 2023-12-07T11:01:58.571954+0000 mgr.a (mgr.24293) 2873 : audit 0 from='client.68868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:59 smithi027 bash[31536]: cluster 2023-12-07T11:01:57.897567+0000 mgr.a (mgr.24293) 2872 : 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-07T11:01:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:01:59 smithi027 bash[31536]: audit 2023-12-07T11:01:58.571954+0000 mgr.a (mgr.24293) 2873 : audit 0 from='client.68868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:01 smithi044 bash[32620]: cluster 2023-12-07T11:01:59.898258+0000 mgr.a (mgr.24293) 2874 : 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-07T11:02:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:01 smithi022 bash[28554]: cluster 2023-12-07T11:01:59.898258+0000 mgr.a (mgr.24293) 2874 : 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-07T11:02:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:01 smithi027 bash[31536]: cluster 2023-12-07T11:01:59.898258+0000 mgr.a (mgr.24293) 2874 : 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-07T11:02:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:03 smithi044 bash[32620]: cluster 2023-12-07T11:02:01.899106+0000 mgr.a (mgr.24293) 2875 : 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-07T11:02:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:03 smithi022 bash[28554]: cluster 2023-12-07T11:02:01.899106+0000 mgr.a (mgr.24293) 2875 : 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-07T11:02:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:03 smithi027 bash[31536]: cluster 2023-12-07T11:02:01.899106+0000 mgr.a (mgr.24293) 2875 : 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-07T11:02:04.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:04.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:04.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:05.004 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:05.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:05.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:05.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:05.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:05 smithi044 bash[32620]: cluster 2023-12-07T11:02:03.899709+0000 mgr.a (mgr.24293) 2876 : 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-07T11:02:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:05 smithi044 bash[32620]: audit 2023-12-07T11:02:04.498593+0000 mgr.a (mgr.24293) 2877 : audit 0 from='client.68940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:05 smithi022 bash[28554]: cluster 2023-12-07T11:02:03.899709+0000 mgr.a (mgr.24293) 2876 : 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-07T11:02:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:05 smithi022 bash[28554]: audit 2023-12-07T11:02:04.498593+0000 mgr.a (mgr.24293) 2877 : audit 0 from='client.68940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:05 smithi027 bash[31536]: cluster 2023-12-07T11:02:03.899709+0000 mgr.a (mgr.24293) 2876 : 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-07T11:02:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:05 smithi027 bash[31536]: audit 2023-12-07T11:02:04.498593+0000 mgr.a (mgr.24293) 2877 : audit 0 from='client.68940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:07 smithi044 bash[32620]: cluster 2023-12-07T11:02:05.900583+0000 mgr.a (mgr.24293) 2878 : 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-07T11:02:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:07 smithi022 bash[28554]: cluster 2023-12-07T11:02:05.900583+0000 mgr.a (mgr.24293) 2878 : 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-07T11:02:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:07 smithi027 bash[31536]: cluster 2023-12-07T11:02:05.900583+0000 mgr.a (mgr.24293) 2878 : 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-07T11:02:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:09 smithi044 bash[32620]: cluster 2023-12-07T11:02:07.901145+0000 mgr.a (mgr.24293) 2879 : 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-07T11:02:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:09 smithi022 bash[28554]: cluster 2023-12-07T11:02:07.901145+0000 mgr.a (mgr.24293) 2879 : 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-07T11:02:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:09 smithi027 bash[31536]: cluster 2023-12-07T11:02:07.901145+0000 mgr.a (mgr.24293) 2879 : 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-07T11:02:10.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:10.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:10.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:10.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:11 smithi044 bash[32620]: cluster 2023-12-07T11:02:09.901702+0000 mgr.a (mgr.24293) 2880 : 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-07T11:02:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:11 smithi044 bash[32620]: audit 2023-12-07T11:02:10.427090+0000 mgr.a (mgr.24293) 2881 : audit 0 from='client.69015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:11 smithi022 bash[28554]: cluster 2023-12-07T11:02:09.901702+0000 mgr.a (mgr.24293) 2880 : 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-07T11:02:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:11 smithi022 bash[28554]: audit 2023-12-07T11:02:10.427090+0000 mgr.a (mgr.24293) 2881 : audit 0 from='client.69015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:11 smithi027 bash[31536]: cluster 2023-12-07T11:02:09.901702+0000 mgr.a (mgr.24293) 2880 : 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-07T11:02:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:11 smithi027 bash[31536]: audit 2023-12-07T11:02:10.427090+0000 mgr.a (mgr.24293) 2881 : audit 0 from='client.69015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:13 smithi044 bash[32620]: cluster 2023-12-07T11:02:11.902688+0000 mgr.a (mgr.24293) 2882 : 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-07T11:02:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:13 smithi022 bash[28554]: cluster 2023-12-07T11:02:11.902688+0000 mgr.a (mgr.24293) 2882 : 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-07T11:02:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:13 smithi027 bash[31536]: cluster 2023-12-07T11:02:11.902688+0000 mgr.a (mgr.24293) 2882 : 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-07T11:02:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:15 smithi044 bash[32620]: cluster 2023-12-07T11:02:13.903271+0000 mgr.a (mgr.24293) 2883 : 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-07T11:02:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:15 smithi022 bash[28554]: cluster 2023-12-07T11:02:13.903271+0000 mgr.a (mgr.24293) 2883 : 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-07T11:02:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:15 smithi027 bash[31536]: cluster 2023-12-07T11:02:13.903271+0000 mgr.a (mgr.24293) 2883 : 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-07T11:02:15.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:15.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:15.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:16.875 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:16.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:16.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:16.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:16.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:17 smithi044 bash[32620]: cluster 2023-12-07T11:02:15.904045+0000 mgr.a (mgr.24293) 2884 : 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-07T11:02:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:17 smithi044 bash[32620]: audit 2023-12-07T11:02:16.365090+0000 mgr.a (mgr.24293) 2885 : audit 0 from='client.69093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:17 smithi022 bash[28554]: cluster 2023-12-07T11:02:15.904045+0000 mgr.a (mgr.24293) 2884 : 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-07T11:02:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:17 smithi022 bash[28554]: audit 2023-12-07T11:02:16.365090+0000 mgr.a (mgr.24293) 2885 : audit 0 from='client.69093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:17 smithi027 bash[31536]: cluster 2023-12-07T11:02:15.904045+0000 mgr.a (mgr.24293) 2884 : 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-07T11:02:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:17 smithi027 bash[31536]: audit 2023-12-07T11:02:16.365090+0000 mgr.a (mgr.24293) 2885 : audit 0 from='client.69093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:19 smithi044 bash[32620]: cluster 2023-12-07T11:02:17.904695+0000 mgr.a (mgr.24293) 2886 : 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-07T11:02:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:19 smithi022 bash[28554]: cluster 2023-12-07T11:02:17.904695+0000 mgr.a (mgr.24293) 2886 : 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-07T11:02:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:19 smithi027 bash[31536]: cluster 2023-12-07T11:02:17.904695+0000 mgr.a (mgr.24293) 2886 : 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-07T11:02:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:21 smithi044 bash[32620]: cluster 2023-12-07T11:02:19.905270+0000 mgr.a (mgr.24293) 2887 : 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-07T11:02:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:21 smithi022 bash[28554]: cluster 2023-12-07T11:02:19.905270+0000 mgr.a (mgr.24293) 2887 : 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-07T11:02:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:21 smithi027 bash[31536]: cluster 2023-12-07T11:02:19.905270+0000 mgr.a (mgr.24293) 2887 : 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-07T11:02:21.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:21.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:21.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:22.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:22.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:22.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:22.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:22.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:23 smithi044 bash[32620]: cluster 2023-12-07T11:02:21.906031+0000 mgr.a (mgr.24293) 2888 : 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-07T11:02:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:23 smithi044 bash[32620]: audit 2023-12-07T11:02:22.291503+0000 mgr.a (mgr.24293) 2889 : audit 0 from='client.69168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:23 smithi022 bash[28554]: cluster 2023-12-07T11:02:21.906031+0000 mgr.a (mgr.24293) 2888 : 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-07T11:02:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:23 smithi022 bash[28554]: audit 2023-12-07T11:02:22.291503+0000 mgr.a (mgr.24293) 2889 : audit 0 from='client.69168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:23 smithi027 bash[31536]: cluster 2023-12-07T11:02:21.906031+0000 mgr.a (mgr.24293) 2888 : 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-07T11:02:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:23 smithi027 bash[31536]: audit 2023-12-07T11:02:22.291503+0000 mgr.a (mgr.24293) 2889 : audit 0 from='client.69168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:25 smithi044 bash[32620]: cluster 2023-12-07T11:02:23.906718+0000 mgr.a (mgr.24293) 2890 : 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-07T11:02:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:25 smithi022 bash[28554]: cluster 2023-12-07T11:02:23.906718+0000 mgr.a (mgr.24293) 2890 : 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-07T11:02:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:25 smithi027 bash[31536]: cluster 2023-12-07T11:02:23.906718+0000 mgr.a (mgr.24293) 2890 : 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-07T11:02:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:27 smithi044 bash[32620]: cluster 2023-12-07T11:02:25.907507+0000 mgr.a (mgr.24293) 2891 : 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-07T11:02:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:27 smithi022 bash[28554]: cluster 2023-12-07T11:02:25.907507+0000 mgr.a (mgr.24293) 2891 : 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-07T11:02:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:27 smithi027 bash[31536]: cluster 2023-12-07T11:02:25.907507+0000 mgr.a (mgr.24293) 2891 : 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-07T11:02:27.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:27.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:27.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:28.739 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:28.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:28.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:28.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:28.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:29 smithi044 bash[32620]: cluster 2023-12-07T11:02:27.908099+0000 mgr.a (mgr.24293) 2892 : 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-07T11:02:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:29 smithi044 bash[32620]: audit 2023-12-07T11:02:28.226148+0000 mgr.a (mgr.24293) 2893 : audit 0 from='client.69243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:29 smithi022 bash[28554]: cluster 2023-12-07T11:02:27.908099+0000 mgr.a (mgr.24293) 2892 : 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-07T11:02:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:29 smithi022 bash[28554]: audit 2023-12-07T11:02:28.226148+0000 mgr.a (mgr.24293) 2893 : audit 0 from='client.69243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:29 smithi027 bash[31536]: cluster 2023-12-07T11:02:27.908099+0000 mgr.a (mgr.24293) 2892 : 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-07T11:02:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:29 smithi027 bash[31536]: audit 2023-12-07T11:02:28.226148+0000 mgr.a (mgr.24293) 2893 : audit 0 from='client.69243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:31 smithi044 bash[32620]: cluster 2023-12-07T11:02:29.908753+0000 mgr.a (mgr.24293) 2894 : 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-07T11:02:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:31 smithi022 bash[28554]: cluster 2023-12-07T11:02:29.908753+0000 mgr.a (mgr.24293) 2894 : 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-07T11:02:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:31 smithi027 bash[31536]: cluster 2023-12-07T11:02:29.908753+0000 mgr.a (mgr.24293) 2894 : 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-07T11:02:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:33 smithi044 bash[32620]: cluster 2023-12-07T11:02:31.909597+0000 mgr.a (mgr.24293) 2895 : 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-07T11:02:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:33 smithi044 bash[32620]: audit 2023-12-07T11:02:32.690371+0000 mon.a (mon.0) 864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:02:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:33 smithi022 bash[28554]: cluster 2023-12-07T11:02:31.909597+0000 mgr.a (mgr.24293) 2895 : 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-07T11:02:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:33 smithi022 bash[28554]: audit 2023-12-07T11:02:32.690371+0000 mon.a (mon.0) 864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:02:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:33 smithi027 bash[31536]: cluster 2023-12-07T11:02:31.909597+0000 mgr.a (mgr.24293) 2895 : 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-07T11:02:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:33 smithi027 bash[31536]: audit 2023-12-07T11:02:32.690371+0000 mon.a (mon.0) 864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:02:33.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:33.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:33.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:34 smithi044 bash[32620]: audit 2023-12-07T11:02:33.426770+0000 mon.a (mon.0) 865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:02:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:34 smithi044 bash[32620]: audit 2023-12-07T11:02:33.428329+0000 mon.a (mon.0) 866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:02:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:34 smithi044 bash[32620]: audit 2023-12-07T11:02:33.437891+0000 mon.a (mon.0) 867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:02:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:34 smithi022 bash[28554]: audit 2023-12-07T11:02:33.426770+0000 mon.a (mon.0) 865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:02:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:34 smithi022 bash[28554]: audit 2023-12-07T11:02:33.428329+0000 mon.a (mon.0) 866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:02:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:34 smithi022 bash[28554]: audit 2023-12-07T11:02:33.437891+0000 mon.a (mon.0) 867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:02:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:34 smithi027 bash[31536]: audit 2023-12-07T11:02:33.426770+0000 mon.a (mon.0) 865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:02:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:34 smithi027 bash[31536]: audit 2023-12-07T11:02:33.428329+0000 mon.a (mon.0) 866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:02:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:34 smithi027 bash[31536]: audit 2023-12-07T11:02:33.437891+0000 mon.a (mon.0) 867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:02:34.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:34.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:34.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:34.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:34.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:35 smithi027 bash[31536]: cluster 2023-12-07T11:02:33.910034+0000 mgr.a (mgr.24293) 2896 : 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-07T11:02:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:35 smithi027 bash[31536]: audit 2023-12-07T11:02:34.153170+0000 mgr.a (mgr.24293) 2897 : audit 0 from='client.69318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:35 smithi044 bash[32620]: cluster 2023-12-07T11:02:33.910034+0000 mgr.a (mgr.24293) 2896 : 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-07T11:02:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:35 smithi044 bash[32620]: audit 2023-12-07T11:02:34.153170+0000 mgr.a (mgr.24293) 2897 : audit 0 from='client.69318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:35 smithi022 bash[28554]: cluster 2023-12-07T11:02:33.910034+0000 mgr.a (mgr.24293) 2896 : 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-07T11:02:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:35 smithi022 bash[28554]: audit 2023-12-07T11:02:34.153170+0000 mgr.a (mgr.24293) 2897 : audit 0 from='client.69318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:37 smithi027 bash[31536]: cluster 2023-12-07T11:02:35.910898+0000 mgr.a (mgr.24293) 2898 : 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-07T11:02:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:37 smithi044 bash[32620]: cluster 2023-12-07T11:02:35.910898+0000 mgr.a (mgr.24293) 2898 : 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-07T11:02:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:37 smithi022 bash[28554]: cluster 2023-12-07T11:02:35.910898+0000 mgr.a (mgr.24293) 2898 : 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-07T11:02:39.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:39.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:39.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:39 smithi044 bash[32620]: cluster 2023-12-07T11:02:37.911489+0000 mgr.a (mgr.24293) 2899 : 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-07T11:02:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:39 smithi022 bash[28554]: cluster 2023-12-07T11:02:37.911489+0000 mgr.a (mgr.24293) 2899 : 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-07T11:02:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:39 smithi027 bash[31536]: cluster 2023-12-07T11:02:37.911489+0000 mgr.a (mgr.24293) 2899 : 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-07T11:02:40.641 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:40.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:40.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:40.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:40.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:41 smithi044 bash[32620]: cluster 2023-12-07T11:02:39.912050+0000 mgr.a (mgr.24293) 2900 : 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-07T11:02:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:41 smithi044 bash[32620]: audit 2023-12-07T11:02:40.120753+0000 mgr.a (mgr.24293) 2901 : audit 0 from='client.69390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:41 smithi022 bash[28554]: cluster 2023-12-07T11:02:39.912050+0000 mgr.a (mgr.24293) 2900 : 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-07T11:02:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:41 smithi022 bash[28554]: audit 2023-12-07T11:02:40.120753+0000 mgr.a (mgr.24293) 2901 : audit 0 from='client.69390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:41 smithi027 bash[31536]: cluster 2023-12-07T11:02:39.912050+0000 mgr.a (mgr.24293) 2900 : 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-07T11:02:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:41 smithi027 bash[31536]: audit 2023-12-07T11:02:40.120753+0000 mgr.a (mgr.24293) 2901 : audit 0 from='client.69390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:43 smithi044 bash[32620]: cluster 2023-12-07T11:02:41.912991+0000 mgr.a (mgr.24293) 2902 : cluster 0 pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:02:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:43 smithi022 bash[28554]: cluster 2023-12-07T11:02:41.912991+0000 mgr.a (mgr.24293) 2902 : cluster 0 pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:02:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:43 smithi027 bash[31536]: cluster 2023-12-07T11:02:41.912991+0000 mgr.a (mgr.24293) 2902 : cluster 0 pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:02:45.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:45.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:45.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:45 smithi044 bash[32620]: cluster 2023-12-07T11:02:43.913581+0000 mgr.a (mgr.24293) 2903 : cluster 0 pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:02:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:45 smithi022 bash[28554]: cluster 2023-12-07T11:02:43.913581+0000 mgr.a (mgr.24293) 2903 : cluster 0 pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:02:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:45 smithi027 bash[31536]: cluster 2023-12-07T11:02:43.913581+0000 mgr.a (mgr.24293) 2903 : cluster 0 pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:02:46.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:46.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:46.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:46.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:46.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:47 smithi044 bash[32620]: cluster 2023-12-07T11:02:45.914329+0000 mgr.a (mgr.24293) 2904 : 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-07T11:02:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:47 smithi044 bash[32620]: audit 2023-12-07T11:02:46.055493+0000 mgr.a (mgr.24293) 2905 : audit 0 from='client.69465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:47 smithi022 bash[28554]: cluster 2023-12-07T11:02:45.914329+0000 mgr.a (mgr.24293) 2904 : 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-07T11:02:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:47 smithi022 bash[28554]: audit 2023-12-07T11:02:46.055493+0000 mgr.a (mgr.24293) 2905 : audit 0 from='client.69465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:47 smithi027 bash[31536]: cluster 2023-12-07T11:02:45.914329+0000 mgr.a (mgr.24293) 2904 : 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-07T11:02:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:47 smithi027 bash[31536]: audit 2023-12-07T11:02:46.055493+0000 mgr.a (mgr.24293) 2905 : audit 0 from='client.69465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:49 smithi044 bash[32620]: cluster 2023-12-07T11:02:47.914988+0000 mgr.a (mgr.24293) 2906 : 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-07T11:02:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:49 smithi022 bash[28554]: cluster 2023-12-07T11:02:47.914988+0000 mgr.a (mgr.24293) 2906 : 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-07T11:02:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:49 smithi027 bash[31536]: cluster 2023-12-07T11:02:47.914988+0000 mgr.a (mgr.24293) 2906 : 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-07T11:02:51.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:51.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:51.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:51 smithi044 bash[32620]: cluster 2023-12-07T11:02:49.915588+0000 mgr.a (mgr.24293) 2907 : 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-07T11:02:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:51 smithi022 bash[28554]: cluster 2023-12-07T11:02:49.915588+0000 mgr.a (mgr.24293) 2907 : 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-07T11:02:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:51 smithi027 bash[31536]: cluster 2023-12-07T11:02:49.915588+0000 mgr.a (mgr.24293) 2907 : 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-07T11:02:52.512 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:53 smithi044 bash[32620]: cluster 2023-12-07T11:02:51.916327+0000 mgr.a (mgr.24293) 2908 : 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-07T11:02:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:53 smithi044 bash[32620]: audit 2023-12-07T11:02:51.986439+0000 mgr.a (mgr.24293) 2909 : audit 0 from='client.69537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:53 smithi022 bash[28554]: cluster 2023-12-07T11:02:51.916327+0000 mgr.a (mgr.24293) 2908 : 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-07T11:02:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:53 smithi022 bash[28554]: audit 2023-12-07T11:02:51.986439+0000 mgr.a (mgr.24293) 2909 : audit 0 from='client.69537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:53 smithi027 bash[31536]: cluster 2023-12-07T11:02:51.916327+0000 mgr.a (mgr.24293) 2908 : 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-07T11:02:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:53 smithi027 bash[31536]: audit 2023-12-07T11:02:51.986439+0000 mgr.a (mgr.24293) 2909 : audit 0 from='client.69537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:55 smithi044 bash[32620]: cluster 2023-12-07T11:02:53.916972+0000 mgr.a (mgr.24293) 2910 : cluster 0 pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:02:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:55 smithi022 bash[28554]: cluster 2023-12-07T11:02:53.916972+0000 mgr.a (mgr.24293) 2910 : cluster 0 pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:02:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:55 smithi027 bash[31536]: cluster 2023-12-07T11:02:53.916972+0000 mgr.a (mgr.24293) 2910 : cluster 0 pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:02:57.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:02:57.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:57.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:57 smithi044 bash[32620]: cluster 2023-12-07T11:02:55.917791+0000 mgr.a (mgr.24293) 2911 : cluster 0 pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:02:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:57 smithi022 bash[28554]: cluster 2023-12-07T11:02:55.917791+0000 mgr.a (mgr.24293) 2911 : cluster 0 pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:02:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:57 smithi027 bash[31536]: cluster 2023-12-07T11:02:55.917791+0000 mgr.a (mgr.24293) 2911 : cluster 0 pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:02:58.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:02:58.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:58.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:58.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:58.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:02:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:59 smithi044 bash[32620]: cluster 2023-12-07T11:02:57.918344+0000 mgr.a (mgr.24293) 2912 : 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-07T11:02:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:02:59 smithi044 bash[32620]: audit 2023-12-07T11:02:57.927309+0000 mgr.a (mgr.24293) 2913 : audit 0 from='client.69615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:59 smithi022 bash[28554]: cluster 2023-12-07T11:02:57.918344+0000 mgr.a (mgr.24293) 2912 : 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-07T11:02:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:02:59 smithi022 bash[28554]: audit 2023-12-07T11:02:57.927309+0000 mgr.a (mgr.24293) 2913 : audit 0 from='client.69615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:59 smithi027 bash[31536]: cluster 2023-12-07T11:02:57.918344+0000 mgr.a (mgr.24293) 2912 : 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-07T11:02:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:02:59 smithi027 bash[31536]: audit 2023-12-07T11:02:57.927309+0000 mgr.a (mgr.24293) 2913 : audit 0 from='client.69615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:01 smithi044 bash[32620]: cluster 2023-12-07T11:02:59.918977+0000 mgr.a (mgr.24293) 2914 : 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-07T11:03:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:01 smithi022 bash[28554]: cluster 2023-12-07T11:02:59.918977+0000 mgr.a (mgr.24293) 2914 : 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-07T11:03:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:01 smithi027 bash[31536]: cluster 2023-12-07T11:02:59.918977+0000 mgr.a (mgr.24293) 2914 : 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-07T11:03:03.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:03.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:03.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:03 smithi044 bash[32620]: cluster 2023-12-07T11:03:01.919801+0000 mgr.a (mgr.24293) 2915 : 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-07T11:03:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:03 smithi022 bash[28554]: cluster 2023-12-07T11:03:01.919801+0000 mgr.a (mgr.24293) 2915 : 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-07T11:03:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:03 smithi027 bash[31536]: cluster 2023-12-07T11:03:01.919801+0000 mgr.a (mgr.24293) 2915 : 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-07T11:03:04.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:04.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:04.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:04.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:04.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:05 smithi044 bash[32620]: audit 2023-12-07T11:03:03.877714+0000 mgr.a (mgr.24293) 2916 : audit 0 from='client.69693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:05 smithi044 bash[32620]: cluster 2023-12-07T11:03:03.920449+0000 mgr.a (mgr.24293) 2917 : 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-07T11:03:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:05 smithi022 bash[28554]: audit 2023-12-07T11:03:03.877714+0000 mgr.a (mgr.24293) 2916 : audit 0 from='client.69693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:05 smithi022 bash[28554]: cluster 2023-12-07T11:03:03.920449+0000 mgr.a (mgr.24293) 2917 : 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-07T11:03:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:05 smithi027 bash[31536]: audit 2023-12-07T11:03:03.877714+0000 mgr.a (mgr.24293) 2916 : audit 0 from='client.69693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:05 smithi027 bash[31536]: cluster 2023-12-07T11:03:03.920449+0000 mgr.a (mgr.24293) 2917 : 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-07T11:03:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:07 smithi044 bash[32620]: cluster 2023-12-07T11:03:05.921431+0000 mgr.a (mgr.24293) 2918 : 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-07T11:03:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:07 smithi022 bash[28554]: cluster 2023-12-07T11:03:05.921431+0000 mgr.a (mgr.24293) 2918 : 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-07T11:03:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:07 smithi027 bash[31536]: cluster 2023-12-07T11:03:05.921431+0000 mgr.a (mgr.24293) 2918 : 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-07T11:03:09.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:09.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:09.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:09 smithi044 bash[32620]: cluster 2023-12-07T11:03:07.921990+0000 mgr.a (mgr.24293) 2919 : 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-07T11:03:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:09 smithi022 bash[28554]: cluster 2023-12-07T11:03:07.921990+0000 mgr.a (mgr.24293) 2919 : 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-07T11:03:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:09 smithi027 bash[31536]: cluster 2023-12-07T11:03:07.921990+0000 mgr.a (mgr.24293) 2919 : 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-07T11:03:10.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:10.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:10.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:10.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:10.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:11 smithi044 bash[32620]: audit 2023-12-07T11:03:09.840289+0000 mgr.a (mgr.24293) 2920 : audit 0 from='client.69771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:11 smithi044 bash[32620]: cluster 2023-12-07T11:03:09.922439+0000 mgr.a (mgr.24293) 2921 : 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-07T11:03:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:11 smithi022 bash[28554]: audit 2023-12-07T11:03:09.840289+0000 mgr.a (mgr.24293) 2920 : audit 0 from='client.69771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:11 smithi022 bash[28554]: cluster 2023-12-07T11:03:09.922439+0000 mgr.a (mgr.24293) 2921 : 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-07T11:03:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:11 smithi027 bash[31536]: audit 2023-12-07T11:03:09.840289+0000 mgr.a (mgr.24293) 2920 : audit 0 from='client.69771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:11 smithi027 bash[31536]: cluster 2023-12-07T11:03:09.922439+0000 mgr.a (mgr.24293) 2921 : 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-07T11:03:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:13 smithi044 bash[32620]: cluster 2023-12-07T11:03:11.923291+0000 mgr.a (mgr.24293) 2922 : 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-07T11:03:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:13 smithi022 bash[28554]: cluster 2023-12-07T11:03:11.923291+0000 mgr.a (mgr.24293) 2922 : 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-07T11:03:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:13 smithi027 bash[31536]: cluster 2023-12-07T11:03:11.923291+0000 mgr.a (mgr.24293) 2922 : 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-07T11:03:15.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:15.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:15.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:15 smithi044 bash[32620]: cluster 2023-12-07T11:03:13.923812+0000 mgr.a (mgr.24293) 2923 : 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-07T11:03:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:15 smithi022 bash[28554]: cluster 2023-12-07T11:03:13.923812+0000 mgr.a (mgr.24293) 2923 : 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-07T11:03:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:15 smithi027 bash[31536]: cluster 2023-12-07T11:03:13.923812+0000 mgr.a (mgr.24293) 2923 : 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-07T11:03:16.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:16.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:16.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:16.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:16.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:16.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:16 smithi044 bash[32620]: audit 2023-12-07T11:03:15.764129+0000 mgr.a (mgr.24293) 2924 : audit 0 from='client.66194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:16 smithi022 bash[28554]: audit 2023-12-07T11:03:15.764129+0000 mgr.a (mgr.24293) 2924 : audit 0 from='client.66194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:16 smithi027 bash[31536]: audit 2023-12-07T11:03:15.764129+0000 mgr.a (mgr.24293) 2924 : audit 0 from='client.66194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:17 smithi044 bash[32620]: cluster 2023-12-07T11:03:15.924930+0000 mgr.a (mgr.24293) 2925 : 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-07T11:03:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:17 smithi022 bash[28554]: cluster 2023-12-07T11:03:15.924930+0000 mgr.a (mgr.24293) 2925 : 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-07T11:03:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:17 smithi027 bash[31536]: cluster 2023-12-07T11:03:15.924930+0000 mgr.a (mgr.24293) 2925 : 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-07T11:03:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:19 smithi044 bash[32620]: cluster 2023-12-07T11:03:17.925650+0000 mgr.a (mgr.24293) 2926 : 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-07T11:03:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:19 smithi022 bash[28554]: cluster 2023-12-07T11:03:17.925650+0000 mgr.a (mgr.24293) 2926 : 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-07T11:03:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:19 smithi027 bash[31536]: cluster 2023-12-07T11:03:17.925650+0000 mgr.a (mgr.24293) 2926 : 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-07T11:03:21.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:21.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:21.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:21 smithi044 bash[32620]: cluster 2023-12-07T11:03:19.926240+0000 mgr.a (mgr.24293) 2927 : 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-07T11:03:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:21 smithi022 bash[28554]: cluster 2023-12-07T11:03:19.926240+0000 mgr.a (mgr.24293) 2927 : 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-07T11:03:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:21 smithi027 bash[31536]: cluster 2023-12-07T11:03:19.926240+0000 mgr.a (mgr.24293) 2927 : 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-07T11:03:22.203 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:22.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:22.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:22.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:22.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:22 smithi044 bash[32620]: audit 2023-12-07T11:03:21.684027+0000 mgr.a (mgr.24293) 2928 : audit 0 from='client.69924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:22 smithi022 bash[28554]: audit 2023-12-07T11:03:21.684027+0000 mgr.a (mgr.24293) 2928 : audit 0 from='client.69924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:22.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:22 smithi027 bash[31536]: audit 2023-12-07T11:03:21.684027+0000 mgr.a (mgr.24293) 2928 : audit 0 from='client.69924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:23 smithi044 bash[32620]: cluster 2023-12-07T11:03:21.926954+0000 mgr.a (mgr.24293) 2929 : 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-07T11:03:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:23 smithi022 bash[28554]: cluster 2023-12-07T11:03:21.926954+0000 mgr.a (mgr.24293) 2929 : 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-07T11:03:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:23 smithi027 bash[31536]: cluster 2023-12-07T11:03:21.926954+0000 mgr.a (mgr.24293) 2929 : 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-07T11:03:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:25 smithi044 bash[32620]: cluster 2023-12-07T11:03:23.927615+0000 mgr.a (mgr.24293) 2930 : 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-07T11:03:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:25 smithi022 bash[28554]: cluster 2023-12-07T11:03:23.927615+0000 mgr.a (mgr.24293) 2930 : 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-07T11:03:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:25 smithi027 bash[31536]: cluster 2023-12-07T11:03:23.927615+0000 mgr.a (mgr.24293) 2930 : 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-07T11:03:27.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:27.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:27.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:27 smithi044 bash[32620]: cluster 2023-12-07T11:03:25.928348+0000 mgr.a (mgr.24293) 2931 : 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-07T11:03:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:27 smithi022 bash[28554]: cluster 2023-12-07T11:03:25.928348+0000 mgr.a (mgr.24293) 2931 : 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-07T11:03:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:27 smithi027 bash[31536]: cluster 2023-12-07T11:03:25.928348+0000 mgr.a (mgr.24293) 2931 : 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-07T11:03:28.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:28.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:28.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:28.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:28.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:28 smithi044 bash[32620]: audit 2023-12-07T11:03:27.616315+0000 mgr.a (mgr.24293) 2932 : audit 0 from='client.70002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:28 smithi022 bash[28554]: audit 2023-12-07T11:03:27.616315+0000 mgr.a (mgr.24293) 2932 : audit 0 from='client.70002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:28 smithi027 bash[31536]: audit 2023-12-07T11:03:27.616315+0000 mgr.a (mgr.24293) 2932 : audit 0 from='client.70002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:29 smithi044 bash[32620]: cluster 2023-12-07T11:03:27.928981+0000 mgr.a (mgr.24293) 2933 : 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-07T11:03:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:29 smithi022 bash[28554]: cluster 2023-12-07T11:03:27.928981+0000 mgr.a (mgr.24293) 2933 : 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-07T11:03:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:29 smithi027 bash[31536]: cluster 2023-12-07T11:03:27.928981+0000 mgr.a (mgr.24293) 2933 : 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-07T11:03:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:31 smithi044 bash[32620]: cluster 2023-12-07T11:03:29.929730+0000 mgr.a (mgr.24293) 2934 : 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-07T11:03:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:31 smithi022 bash[28554]: cluster 2023-12-07T11:03:29.929730+0000 mgr.a (mgr.24293) 2934 : 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-07T11:03:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:31 smithi027 bash[31536]: cluster 2023-12-07T11:03:29.929730+0000 mgr.a (mgr.24293) 2934 : 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-07T11:03:33.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:33.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:33.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:33 smithi044 bash[32620]: cluster 2023-12-07T11:03:31.930624+0000 mgr.a (mgr.24293) 2935 : 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-07T11:03:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:33 smithi044 bash[32620]: audit 2023-12-07T11:03:33.540481+0000 mon.a (mon.0) 868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:03:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:33 smithi022 bash[28554]: cluster 2023-12-07T11:03:31.930624+0000 mgr.a (mgr.24293) 2935 : 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-07T11:03:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:33 smithi022 bash[28554]: audit 2023-12-07T11:03:33.540481+0000 mon.a (mon.0) 868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:03:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:33 smithi027 bash[31536]: cluster 2023-12-07T11:03:31.930624+0000 mgr.a (mgr.24293) 2935 : 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-07T11:03:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:33 smithi027 bash[31536]: audit 2023-12-07T11:03:33.540481+0000 mon.a (mon.0) 868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:03:34.062 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:34.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:34.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:34.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:34.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:34.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:34 smithi044 bash[32620]: audit 2023-12-07T11:03:33.545102+0000 mgr.a (mgr.24293) 2936 : audit 0 from='client.70074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:34 smithi022 bash[28554]: audit 2023-12-07T11:03:33.545102+0000 mgr.a (mgr.24293) 2936 : audit 0 from='client.70074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:34 smithi027 bash[31536]: audit 2023-12-07T11:03:33.545102+0000 mgr.a (mgr.24293) 2936 : audit 0 from='client.70074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:35 smithi044 bash[32620]: cluster 2023-12-07T11:03:33.932708+0000 mgr.a (mgr.24293) 2937 : 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-07T11:03:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:35 smithi022 bash[28554]: cluster 2023-12-07T11:03:33.932708+0000 mgr.a (mgr.24293) 2937 : 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-07T11:03:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:35 smithi027 bash[31536]: cluster 2023-12-07T11:03:33.932708+0000 mgr.a (mgr.24293) 2937 : 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-07T11:03:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:37 smithi044 bash[32620]: cluster 2023-12-07T11:03:35.933589+0000 mgr.a (mgr.24293) 2938 : 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-07T11:03:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:37 smithi022 bash[28554]: cluster 2023-12-07T11:03:35.933589+0000 mgr.a (mgr.24293) 2938 : 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-07T11:03:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:37 smithi027 bash[31536]: cluster 2023-12-07T11:03:35.933589+0000 mgr.a (mgr.24293) 2938 : 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-07T11:03:39.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:39.066 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:39.066 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:39.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: cluster 2023-12-07T11:03:37.934169+0000 mgr.a (mgr.24293) 2939 : 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-07T11:03:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: audit 2023-12-07T11:03:38.909996+0000 mon.a (mon.0) 869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: audit 2023-12-07T11:03:38.915927+0000 mon.a (mon.0) 870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: audit 2023-12-07T11:03:38.961925+0000 mon.a (mon.0) 871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: audit 2023-12-07T11:03:38.968116+0000 mon.a (mon.0) 872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: audit 2023-12-07T11:03:39.009269+0000 mon.a (mon.0) 873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:39 smithi044 bash[32620]: audit 2023-12-07T11:03:39.014499+0000 mon.a (mon.0) 874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: cluster 2023-12-07T11:03:37.934169+0000 mgr.a (mgr.24293) 2939 : 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-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: audit 2023-12-07T11:03:38.909996+0000 mon.a (mon.0) 869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: audit 2023-12-07T11:03:38.915927+0000 mon.a (mon.0) 870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: audit 2023-12-07T11:03:38.961925+0000 mon.a (mon.0) 871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: audit 2023-12-07T11:03:38.968116+0000 mon.a (mon.0) 872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: audit 2023-12-07T11:03:39.009269+0000 mon.a (mon.0) 873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:39 smithi022 bash[28554]: audit 2023-12-07T11:03:39.014499+0000 mon.a (mon.0) 874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: cluster 2023-12-07T11:03:37.934169+0000 mgr.a (mgr.24293) 2939 : 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-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: audit 2023-12-07T11:03:38.909996+0000 mon.a (mon.0) 869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: audit 2023-12-07T11:03:38.915927+0000 mon.a (mon.0) 870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: audit 2023-12-07T11:03:38.961925+0000 mon.a (mon.0) 871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: audit 2023-12-07T11:03:38.968116+0000 mon.a (mon.0) 872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: audit 2023-12-07T11:03:39.009269+0000 mon.a (mon.0) 873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:39 smithi027 bash[31536]: audit 2023-12-07T11:03:39.014499+0000 mon.a (mon.0) 874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:40.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:40 smithi044 bash[32620]: audit 2023-12-07T11:03:39.476320+0000 mgr.a (mgr.24293) 2940 : audit 0 from='client.70143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:40 smithi044 bash[32620]: audit 2023-12-07T11:03:39.748582+0000 mon.a (mon.0) 875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:03:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:40 smithi044 bash[32620]: audit 2023-12-07T11:03:39.750127+0000 mon.a (mon.0) 876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:03:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:40 smithi044 bash[32620]: audit 2023-12-07T11:03:39.759584+0000 mon.a (mon.0) 877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:40 smithi022 bash[28554]: audit 2023-12-07T11:03:39.476320+0000 mgr.a (mgr.24293) 2940 : audit 0 from='client.70143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:40 smithi022 bash[28554]: audit 2023-12-07T11:03:39.748582+0000 mon.a (mon.0) 875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:03:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:40 smithi022 bash[28554]: audit 2023-12-07T11:03:39.750127+0000 mon.a (mon.0) 876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:03:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:40 smithi022 bash[28554]: audit 2023-12-07T11:03:39.759584+0000 mon.a (mon.0) 877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:40 smithi027 bash[31536]: audit 2023-12-07T11:03:39.476320+0000 mgr.a (mgr.24293) 2940 : audit 0 from='client.70143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:40 smithi027 bash[31536]: audit 2023-12-07T11:03:39.748582+0000 mon.a (mon.0) 875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:03:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:40 smithi027 bash[31536]: audit 2023-12-07T11:03:39.750127+0000 mon.a (mon.0) 876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:03:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:40 smithi027 bash[31536]: audit 2023-12-07T11:03:39.759584+0000 mon.a (mon.0) 877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:03:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:41 smithi044 bash[32620]: cluster 2023-12-07T11:03:39.934946+0000 mgr.a (mgr.24293) 2941 : 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-07T11:03:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:41 smithi022 bash[28554]: cluster 2023-12-07T11:03:39.934946+0000 mgr.a (mgr.24293) 2941 : 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-07T11:03:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:41 smithi027 bash[31536]: cluster 2023-12-07T11:03:39.934946+0000 mgr.a (mgr.24293) 2941 : 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-07T11:03:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:43 smithi044 bash[32620]: cluster 2023-12-07T11:03:41.935829+0000 mgr.a (mgr.24293) 2942 : 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-07T11:03:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:43 smithi022 bash[28554]: cluster 2023-12-07T11:03:41.935829+0000 mgr.a (mgr.24293) 2942 : 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-07T11:03:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:43 smithi027 bash[31536]: cluster 2023-12-07T11:03:41.935829+0000 mgr.a (mgr.24293) 2942 : 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-07T11:03:45.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:45.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:45.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:45.978 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:45.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:45.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:45.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:45.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:45 smithi044 bash[32620]: cluster 2023-12-07T11:03:43.936555+0000 mgr.a (mgr.24293) 2943 : 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-07T11:03:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:45 smithi022 bash[28554]: cluster 2023-12-07T11:03:43.936555+0000 mgr.a (mgr.24293) 2943 : 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-07T11:03:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:45 smithi027 bash[31536]: cluster 2023-12-07T11:03:43.936555+0000 mgr.a (mgr.24293) 2943 : 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-07T11:03:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:46 smithi044 bash[32620]: audit 2023-12-07T11:03:45.445782+0000 mgr.a (mgr.24293) 2944 : audit 0 from='client.70221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:46 smithi022 bash[28554]: audit 2023-12-07T11:03:45.445782+0000 mgr.a (mgr.24293) 2944 : audit 0 from='client.70221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:46 smithi027 bash[31536]: audit 2023-12-07T11:03:45.445782+0000 mgr.a (mgr.24293) 2944 : audit 0 from='client.70221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:47 smithi044 bash[32620]: cluster 2023-12-07T11:03:45.937498+0000 mgr.a (mgr.24293) 2945 : 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-07T11:03:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:47 smithi022 bash[28554]: cluster 2023-12-07T11:03:45.937498+0000 mgr.a (mgr.24293) 2945 : 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-07T11:03:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:47 smithi027 bash[31536]: cluster 2023-12-07T11:03:45.937498+0000 mgr.a (mgr.24293) 2945 : 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-07T11:03:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:49 smithi044 bash[32620]: cluster 2023-12-07T11:03:47.938075+0000 mgr.a (mgr.24293) 2946 : 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-07T11:03:50.496 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:49 smithi027 bash[31536]: cluster 2023-12-07T11:03:47.938075+0000 mgr.a (mgr.24293) 2946 : 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-07T11:03:50.496 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:49 smithi022 bash[28554]: cluster 2023-12-07T11:03:47.938075+0000 mgr.a (mgr.24293) 2946 : 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-07T11:03:50.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:50.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:50.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:51.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:51.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:51.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:51.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:51.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:51 smithi044 bash[32620]: cluster 2023-12-07T11:03:49.938648+0000 mgr.a (mgr.24293) 2947 : 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-07T11:03:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:51 smithi022 bash[28554]: cluster 2023-12-07T11:03:49.938648+0000 mgr.a (mgr.24293) 2947 : 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-07T11:03:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:51 smithi027 bash[31536]: cluster 2023-12-07T11:03:49.938648+0000 mgr.a (mgr.24293) 2947 : 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-07T11:03:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:52 smithi044 bash[32620]: audit 2023-12-07T11:03:51.393073+0000 mgr.a (mgr.24293) 2948 : audit 0 from='client.70296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:52 smithi022 bash[28554]: audit 2023-12-07T11:03:51.393073+0000 mgr.a (mgr.24293) 2948 : audit 0 from='client.70296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:52 smithi027 bash[31536]: audit 2023-12-07T11:03:51.393073+0000 mgr.a (mgr.24293) 2948 : audit 0 from='client.70296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:53 smithi044 bash[32620]: cluster 2023-12-07T11:03:51.939675+0000 mgr.a (mgr.24293) 2949 : 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-07T11:03:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:53 smithi022 bash[28554]: cluster 2023-12-07T11:03:51.939675+0000 mgr.a (mgr.24293) 2949 : 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-07T11:03:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:53 smithi027 bash[31536]: cluster 2023-12-07T11:03:51.939675+0000 mgr.a (mgr.24293) 2949 : 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-07T11:03:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:55 smithi044 bash[32620]: cluster 2023-12-07T11:03:53.940176+0000 mgr.a (mgr.24293) 2950 : 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-07T11:03:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:55 smithi022 bash[28554]: cluster 2023-12-07T11:03:53.940176+0000 mgr.a (mgr.24293) 2950 : 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-07T11:03:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:55 smithi027 bash[31536]: cluster 2023-12-07T11:03:53.940176+0000 mgr.a (mgr.24293) 2950 : 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-07T11:03:56.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:03:56.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:56.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:57.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:57.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:57.862 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:03:57.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:57.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:03:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:57 smithi044 bash[32620]: cluster 2023-12-07T11:03:55.940936+0000 mgr.a (mgr.24293) 2951 : 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-07T11:03:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:57 smithi022 bash[28554]: cluster 2023-12-07T11:03:55.940936+0000 mgr.a (mgr.24293) 2951 : 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-07T11:03:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:57 smithi027 bash[31536]: cluster 2023-12-07T11:03:55.940936+0000 mgr.a (mgr.24293) 2951 : 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-07T11:03:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:58 smithi044 bash[32620]: audit 2023-12-07T11:03:57.337989+0000 mgr.a (mgr.24293) 2952 : audit 0 from='client.70374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:58 smithi022 bash[28554]: audit 2023-12-07T11:03:57.337989+0000 mgr.a (mgr.24293) 2952 : audit 0 from='client.70374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:58 smithi027 bash[31536]: audit 2023-12-07T11:03:57.337989+0000 mgr.a (mgr.24293) 2952 : audit 0 from='client.70374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:03:59 smithi044 bash[32620]: cluster 2023-12-07T11:03:57.941830+0000 mgr.a (mgr.24293) 2953 : 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-07T11:04:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:03:59 smithi022 bash[28554]: cluster 2023-12-07T11:03:57.941830+0000 mgr.a (mgr.24293) 2953 : 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-07T11:04:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:03:59 smithi027 bash[31536]: cluster 2023-12-07T11:03:57.941830+0000 mgr.a (mgr.24293) 2953 : 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-07T11:04:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:01 smithi044 bash[32620]: cluster 2023-12-07T11:03:59.942479+0000 mgr.a (mgr.24293) 2954 : 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-07T11:04:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:01 smithi022 bash[28554]: cluster 2023-12-07T11:03:59.942479+0000 mgr.a (mgr.24293) 2954 : 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-07T11:04:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:01 smithi027 bash[31536]: cluster 2023-12-07T11:03:59.942479+0000 mgr.a (mgr.24293) 2954 : 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-07T11:04:02.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:02.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:02.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:02 smithi044 bash[32620]: cluster 2023-12-07T11:04:01.943294+0000 mgr.a (mgr.24293) 2955 : 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-07T11:04:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:02 smithi022 bash[28554]: cluster 2023-12-07T11:04:01.943294+0000 mgr.a (mgr.24293) 2955 : 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-07T11:04:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:02 smithi027 bash[31536]: cluster 2023-12-07T11:04:01.943294+0000 mgr.a (mgr.24293) 2955 : 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-07T11:04:03.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:03.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:03.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:03.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:03.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:03 smithi044 bash[32620]: audit 2023-12-07T11:04:03.277074+0000 mgr.a (mgr.24293) 2956 : audit 0 from='client.70452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:03 smithi022 bash[28554]: audit 2023-12-07T11:04:03.277074+0000 mgr.a (mgr.24293) 2956 : audit 0 from='client.70452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:03 smithi027 bash[31536]: audit 2023-12-07T11:04:03.277074+0000 mgr.a (mgr.24293) 2956 : audit 0 from='client.70452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:05 smithi044 bash[32620]: cluster 2023-12-07T11:04:03.944052+0000 mgr.a (mgr.24293) 2957 : 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-07T11:04:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:05 smithi022 bash[28554]: cluster 2023-12-07T11:04:03.944052+0000 mgr.a (mgr.24293) 2957 : 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-07T11:04:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:05 smithi027 bash[31536]: cluster 2023-12-07T11:04:03.944052+0000 mgr.a (mgr.24293) 2957 : 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-07T11:04:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:07 smithi044 bash[32620]: cluster 2023-12-07T11:04:05.944886+0000 mgr.a (mgr.24293) 2958 : 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-07T11:04:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:07 smithi022 bash[28554]: cluster 2023-12-07T11:04:05.944886+0000 mgr.a (mgr.24293) 2958 : 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-07T11:04:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:07 smithi027 bash[31536]: cluster 2023-12-07T11:04:05.944886+0000 mgr.a (mgr.24293) 2958 : 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-07T11:04:08.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:08.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:08.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:09 smithi044 bash[32620]: cluster 2023-12-07T11:04:07.945426+0000 mgr.a (mgr.24293) 2959 : 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-07T11:04:09.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:09 smithi022 bash[28554]: cluster 2023-12-07T11:04:07.945426+0000 mgr.a (mgr.24293) 2959 : 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-07T11:04:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:09 smithi027 bash[31536]: cluster 2023-12-07T11:04:07.945426+0000 mgr.a (mgr.24293) 2959 : 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-07T11:04:09.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:10 smithi044 bash[32620]: audit 2023-12-07T11:04:09.198385+0000 mgr.a (mgr.24293) 2960 : audit 0 from='client.70527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:10 smithi022 bash[28554]: audit 2023-12-07T11:04:09.198385+0000 mgr.a (mgr.24293) 2960 : audit 0 from='client.70527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:10 smithi027 bash[31536]: audit 2023-12-07T11:04:09.198385+0000 mgr.a (mgr.24293) 2960 : audit 0 from='client.70527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:11 smithi044 bash[32620]: cluster 2023-12-07T11:04:09.946144+0000 mgr.a (mgr.24293) 2961 : 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-07T11:04:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:11 smithi022 bash[28554]: cluster 2023-12-07T11:04:09.946144+0000 mgr.a (mgr.24293) 2961 : 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-07T11:04:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:11 smithi027 bash[31536]: cluster 2023-12-07T11:04:09.946144+0000 mgr.a (mgr.24293) 2961 : 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-07T11:04:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:13 smithi044 bash[32620]: cluster 2023-12-07T11:04:11.946972+0000 mgr.a (mgr.24293) 2962 : 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-07T11:04:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:13 smithi022 bash[28554]: cluster 2023-12-07T11:04:11.946972+0000 mgr.a (mgr.24293) 2962 : 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-07T11:04:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:13 smithi027 bash[31536]: cluster 2023-12-07T11:04:11.946972+0000 mgr.a (mgr.24293) 2962 : 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-07T11:04:14.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:14.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:14.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:15 smithi044 bash[32620]: cluster 2023-12-07T11:04:13.947589+0000 mgr.a (mgr.24293) 2963 : 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-07T11:04:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:15 smithi022 bash[28554]: cluster 2023-12-07T11:04:13.947589+0000 mgr.a (mgr.24293) 2963 : 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-07T11:04:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:15 smithi027 bash[31536]: cluster 2023-12-07T11:04:13.947589+0000 mgr.a (mgr.24293) 2963 : 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-07T11:04:15.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:15.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:15.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:15.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:15.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:16 smithi044 bash[32620]: audit 2023-12-07T11:04:15.150282+0000 mgr.a (mgr.24293) 2964 : audit 0 from='client.70602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:16 smithi022 bash[28554]: audit 2023-12-07T11:04:15.150282+0000 mgr.a (mgr.24293) 2964 : audit 0 from='client.70602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:16 smithi027 bash[31536]: audit 2023-12-07T11:04:15.150282+0000 mgr.a (mgr.24293) 2964 : audit 0 from='client.70602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:17 smithi044 bash[32620]: cluster 2023-12-07T11:04:15.948534+0000 mgr.a (mgr.24293) 2965 : cluster 0 pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:04:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:17 smithi022 bash[28554]: cluster 2023-12-07T11:04:15.948534+0000 mgr.a (mgr.24293) 2965 : cluster 0 pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:04:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:17 smithi027 bash[31536]: cluster 2023-12-07T11:04:15.948534+0000 mgr.a (mgr.24293) 2965 : cluster 0 pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:04:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:19 smithi044 bash[32620]: cluster 2023-12-07T11:04:17.949126+0000 mgr.a (mgr.24293) 2966 : cluster 0 pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:04:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:19 smithi022 bash[28554]: cluster 2023-12-07T11:04:17.949126+0000 mgr.a (mgr.24293) 2966 : cluster 0 pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:04:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:19 smithi027 bash[31536]: cluster 2023-12-07T11:04:17.949126+0000 mgr.a (mgr.24293) 2966 : cluster 0 pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:04:20.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:20.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:20.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:21 smithi044 bash[32620]: cluster 2023-12-07T11:04:19.949697+0000 mgr.a (mgr.24293) 2967 : cluster 0 pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:04:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:21 smithi022 bash[28554]: cluster 2023-12-07T11:04:19.949697+0000 mgr.a (mgr.24293) 2967 : cluster 0 pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:04:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:21 smithi027 bash[31536]: cluster 2023-12-07T11:04:19.949697+0000 mgr.a (mgr.24293) 2967 : cluster 0 pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:04:21.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:21.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:21.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:21.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:21.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:22 smithi044 bash[32620]: audit 2023-12-07T11:04:21.087651+0000 mgr.a (mgr.24293) 2968 : audit 0 from='client.70674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:22 smithi022 bash[28554]: audit 2023-12-07T11:04:21.087651+0000 mgr.a (mgr.24293) 2968 : audit 0 from='client.70674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:22 smithi027 bash[31536]: audit 2023-12-07T11:04:21.087651+0000 mgr.a (mgr.24293) 2968 : audit 0 from='client.70674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:23 smithi044 bash[32620]: cluster 2023-12-07T11:04:21.950872+0000 mgr.a (mgr.24293) 2969 : 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-07T11:04:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:23 smithi022 bash[28554]: cluster 2023-12-07T11:04:21.950872+0000 mgr.a (mgr.24293) 2969 : 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-07T11:04:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:23 smithi027 bash[31536]: cluster 2023-12-07T11:04:21.950872+0000 mgr.a (mgr.24293) 2969 : 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-07T11:04:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:25 smithi044 bash[32620]: cluster 2023-12-07T11:04:23.951675+0000 mgr.a (mgr.24293) 2970 : 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-07T11:04:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:25 smithi022 bash[28554]: cluster 2023-12-07T11:04:23.951675+0000 mgr.a (mgr.24293) 2970 : 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-07T11:04:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:25 smithi027 bash[31536]: cluster 2023-12-07T11:04:23.951675+0000 mgr.a (mgr.24293) 2970 : 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-07T11:04:26.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:26.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:26.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:27 smithi044 bash[32620]: cluster 2023-12-07T11:04:25.952398+0000 mgr.a (mgr.24293) 2971 : 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-07T11:04:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:27 smithi022 bash[28554]: cluster 2023-12-07T11:04:25.952398+0000 mgr.a (mgr.24293) 2971 : 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-07T11:04:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:27 smithi027 bash[31536]: cluster 2023-12-07T11:04:25.952398+0000 mgr.a (mgr.24293) 2971 : 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-07T11:04:27.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:27.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:27.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:27.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:27.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:28 smithi044 bash[32620]: audit 2023-12-07T11:04:27.014508+0000 mgr.a (mgr.24293) 2972 : audit 0 from='client.70752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:28 smithi022 bash[28554]: audit 2023-12-07T11:04:27.014508+0000 mgr.a (mgr.24293) 2972 : audit 0 from='client.70752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:28 smithi027 bash[31536]: audit 2023-12-07T11:04:27.014508+0000 mgr.a (mgr.24293) 2972 : audit 0 from='client.70752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:29 smithi044 bash[32620]: cluster 2023-12-07T11:04:27.953137+0000 mgr.a (mgr.24293) 2973 : cluster 0 pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:04:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:29 smithi022 bash[28554]: cluster 2023-12-07T11:04:27.953137+0000 mgr.a (mgr.24293) 2973 : cluster 0 pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:04:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:29 smithi027 bash[31536]: cluster 2023-12-07T11:04:27.953137+0000 mgr.a (mgr.24293) 2973 : cluster 0 pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:04:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:31 smithi044 bash[32620]: cluster 2023-12-07T11:04:29.953739+0000 mgr.a (mgr.24293) 2974 : cluster 0 pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:04:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:31 smithi022 bash[28554]: cluster 2023-12-07T11:04:29.953739+0000 mgr.a (mgr.24293) 2974 : cluster 0 pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:04:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:31 smithi027 bash[31536]: cluster 2023-12-07T11:04:29.953739+0000 mgr.a (mgr.24293) 2974 : cluster 0 pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:04:32.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:32.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:32.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:33 smithi027 bash[31536]: cluster 2023-12-07T11:04:31.954563+0000 mgr.a (mgr.24293) 2975 : cluster 0 pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:04:33.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:33.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:33.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:33.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:33.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:33 smithi044 bash[32620]: cluster 2023-12-07T11:04:31.954563+0000 mgr.a (mgr.24293) 2975 : cluster 0 pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:04:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:33 smithi022 bash[28554]: cluster 2023-12-07T11:04:31.954563+0000 mgr.a (mgr.24293) 2975 : cluster 0 pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:04:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:34 smithi027 bash[31536]: audit 2023-12-07T11:04:32.974231+0000 mgr.a (mgr.24293) 2976 : audit 0 from='client.70827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:34 smithi044 bash[32620]: audit 2023-12-07T11:04:32.974231+0000 mgr.a (mgr.24293) 2976 : audit 0 from='client.70827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:34 smithi022 bash[28554]: audit 2023-12-07T11:04:32.974231+0000 mgr.a (mgr.24293) 2976 : audit 0 from='client.70827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:35 smithi027 bash[31536]: cluster 2023-12-07T11:04:33.955261+0000 mgr.a (mgr.24293) 2977 : 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-07T11:04:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:35 smithi044 bash[32620]: cluster 2023-12-07T11:04:33.955261+0000 mgr.a (mgr.24293) 2977 : 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-07T11:04:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:35 smithi022 bash[28554]: cluster 2023-12-07T11:04:33.955261+0000 mgr.a (mgr.24293) 2977 : 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-07T11:04:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:37 smithi027 bash[31536]: cluster 2023-12-07T11:04:35.956068+0000 mgr.a (mgr.24293) 2978 : 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-07T11:04:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:37 smithi044 bash[32620]: cluster 2023-12-07T11:04:35.956068+0000 mgr.a (mgr.24293) 2978 : 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-07T11:04:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:37 smithi022 bash[28554]: cluster 2023-12-07T11:04:35.956068+0000 mgr.a (mgr.24293) 2978 : 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-07T11:04:38.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:38.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:38.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:39 smithi027 bash[31536]: cluster 2023-12-07T11:04:37.956648+0000 mgr.a (mgr.24293) 2979 : 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-07T11:04:39.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:39.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:39.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:39.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:39.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:39 smithi044 bash[32620]: cluster 2023-12-07T11:04:37.956648+0000 mgr.a (mgr.24293) 2979 : 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-07T11:04:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:39 smithi022 bash[28554]: cluster 2023-12-07T11:04:37.956648+0000 mgr.a (mgr.24293) 2979 : 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-07T11:04:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:40 smithi044 bash[32620]: audit 2023-12-07T11:04:38.917444+0000 mgr.a (mgr.24293) 2980 : audit 0 from='client.70905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:40 smithi044 bash[32620]: audit 2023-12-07T11:04:39.873493+0000 mon.a (mon.0) 878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:04:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:40 smithi022 bash[28554]: audit 2023-12-07T11:04:38.917444+0000 mgr.a (mgr.24293) 2980 : audit 0 from='client.70905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:40 smithi022 bash[28554]: audit 2023-12-07T11:04:39.873493+0000 mon.a (mon.0) 878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:04:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:40 smithi027 bash[31536]: audit 2023-12-07T11:04:38.917444+0000 mgr.a (mgr.24293) 2980 : audit 0 from='client.70905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:40 smithi027 bash[31536]: audit 2023-12-07T11:04:39.873493+0000 mon.a (mon.0) 878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:04:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:41 smithi044 bash[32620]: cluster 2023-12-07T11:04:39.957329+0000 mgr.a (mgr.24293) 2981 : 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-07T11:04:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:41 smithi044 bash[32620]: audit 2023-12-07T11:04:40.671353+0000 mon.a (mon.0) 879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:04:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:41 smithi044 bash[32620]: audit 2023-12-07T11:04:40.673278+0000 mon.a (mon.0) 880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:04:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:41 smithi044 bash[32620]: audit 2023-12-07T11:04:40.683265+0000 mon.a (mon.0) 881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:04:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:41 smithi022 bash[28554]: cluster 2023-12-07T11:04:39.957329+0000 mgr.a (mgr.24293) 2981 : 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-07T11:04:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:41 smithi022 bash[28554]: audit 2023-12-07T11:04:40.671353+0000 mon.a (mon.0) 879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:04:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:41 smithi022 bash[28554]: audit 2023-12-07T11:04:40.673278+0000 mon.a (mon.0) 880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:04:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:41 smithi022 bash[28554]: audit 2023-12-07T11:04:40.683265+0000 mon.a (mon.0) 881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:04:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:41 smithi027 bash[31536]: cluster 2023-12-07T11:04:39.957329+0000 mgr.a (mgr.24293) 2981 : 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-07T11:04:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:41 smithi027 bash[31536]: audit 2023-12-07T11:04:40.671353+0000 mon.a (mon.0) 879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:04:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:41 smithi027 bash[31536]: audit 2023-12-07T11:04:40.673278+0000 mon.a (mon.0) 880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:04:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:41 smithi027 bash[31536]: audit 2023-12-07T11:04:40.683265+0000 mon.a (mon.0) 881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:04:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:43 smithi044 bash[32620]: cluster 2023-12-07T11:04:41.958137+0000 mgr.a (mgr.24293) 2982 : 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-07T11:04:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:43 smithi022 bash[28554]: cluster 2023-12-07T11:04:41.958137+0000 mgr.a (mgr.24293) 2982 : 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-07T11:04:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:43 smithi027 bash[31536]: cluster 2023-12-07T11:04:41.958137+0000 mgr.a (mgr.24293) 2982 : 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-07T11:04:44.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:44.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:44.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:45.402 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:45.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:45.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:45.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:45.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:45 smithi044 bash[32620]: cluster 2023-12-07T11:04:43.958719+0000 mgr.a (mgr.24293) 2983 : 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-07T11:04:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:45 smithi022 bash[28554]: cluster 2023-12-07T11:04:43.958719+0000 mgr.a (mgr.24293) 2983 : 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-07T11:04:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:45 smithi027 bash[31536]: cluster 2023-12-07T11:04:43.958719+0000 mgr.a (mgr.24293) 2983 : 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-07T11:04:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:46 smithi044 bash[32620]: audit 2023-12-07T11:04:44.875155+0000 mgr.a (mgr.24293) 2984 : audit 0 from='client.70983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:46 smithi022 bash[28554]: audit 2023-12-07T11:04:44.875155+0000 mgr.a (mgr.24293) 2984 : audit 0 from='client.70983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:46 smithi027 bash[31536]: audit 2023-12-07T11:04:44.875155+0000 mgr.a (mgr.24293) 2984 : audit 0 from='client.70983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:47 smithi044 bash[32620]: cluster 2023-12-07T11:04:45.959737+0000 mgr.a (mgr.24293) 2985 : 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-07T11:04:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:47 smithi022 bash[28554]: cluster 2023-12-07T11:04:45.959737+0000 mgr.a (mgr.24293) 2985 : 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-07T11:04:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:47 smithi027 bash[31536]: cluster 2023-12-07T11:04:45.959737+0000 mgr.a (mgr.24293) 2985 : 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-07T11:04:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:49 smithi044 bash[32620]: cluster 2023-12-07T11:04:47.960307+0000 mgr.a (mgr.24293) 2986 : 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-07T11:04:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:49 smithi022 bash[28554]: cluster 2023-12-07T11:04:47.960307+0000 mgr.a (mgr.24293) 2986 : 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-07T11:04:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:49 smithi027 bash[31536]: cluster 2023-12-07T11:04:47.960307+0000 mgr.a (mgr.24293) 2986 : 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-07T11:04:50.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:50.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:50.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:51.343 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:51.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:51.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:51.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:51.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:51 smithi044 bash[32620]: cluster 2023-12-07T11:04:49.960980+0000 mgr.a (mgr.24293) 2987 : 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-07T11:04:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:51 smithi044 bash[32620]: audit 2023-12-07T11:04:50.812440+0000 mgr.a (mgr.24293) 2988 : audit 0 from='client.71061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:51 smithi022 bash[28554]: cluster 2023-12-07T11:04:49.960980+0000 mgr.a (mgr.24293) 2987 : 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-07T11:04:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:51 smithi022 bash[28554]: audit 2023-12-07T11:04:50.812440+0000 mgr.a (mgr.24293) 2988 : audit 0 from='client.71061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:51 smithi027 bash[31536]: cluster 2023-12-07T11:04:49.960980+0000 mgr.a (mgr.24293) 2987 : 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-07T11:04:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:51 smithi027 bash[31536]: audit 2023-12-07T11:04:50.812440+0000 mgr.a (mgr.24293) 2988 : audit 0 from='client.71061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:53 smithi044 bash[32620]: cluster 2023-12-07T11:04:51.962242+0000 mgr.a (mgr.24293) 2989 : cluster 0 pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:04:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:53 smithi022 bash[28554]: cluster 2023-12-07T11:04:51.962242+0000 mgr.a (mgr.24293) 2989 : cluster 0 pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:04:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:53 smithi027 bash[31536]: cluster 2023-12-07T11:04:51.962242+0000 mgr.a (mgr.24293) 2989 : cluster 0 pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:04:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:55 smithi044 bash[32620]: cluster 2023-12-07T11:04:53.962929+0000 mgr.a (mgr.24293) 2990 : cluster 0 pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:04:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:55 smithi022 bash[28554]: cluster 2023-12-07T11:04:53.962929+0000 mgr.a (mgr.24293) 2990 : cluster 0 pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:04:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:55 smithi027 bash[31536]: cluster 2023-12-07T11:04:53.962929+0000 mgr.a (mgr.24293) 2990 : cluster 0 pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:04:56.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:04:56.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:56.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:57.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:04:57.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:57.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:57.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:57.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:04:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:57 smithi044 bash[32620]: cluster 2023-12-07T11:04:55.963736+0000 mgr.a (mgr.24293) 2991 : 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-07T11:04:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:57 smithi044 bash[32620]: audit 2023-12-07T11:04:56.754153+0000 mgr.a (mgr.24293) 2992 : audit 0 from='client.71136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:57 smithi022 bash[28554]: cluster 2023-12-07T11:04:55.963736+0000 mgr.a (mgr.24293) 2991 : 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-07T11:04:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:57 smithi022 bash[28554]: audit 2023-12-07T11:04:56.754153+0000 mgr.a (mgr.24293) 2992 : audit 0 from='client.71136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:57 smithi027 bash[31536]: cluster 2023-12-07T11:04:55.963736+0000 mgr.a (mgr.24293) 2991 : 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-07T11:04:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:57 smithi027 bash[31536]: audit 2023-12-07T11:04:56.754153+0000 mgr.a (mgr.24293) 2992 : audit 0 from='client.71136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:04:59 smithi044 bash[32620]: cluster 2023-12-07T11:04:57.964499+0000 mgr.a (mgr.24293) 2993 : 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-07T11:04:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:04:59 smithi022 bash[28554]: cluster 2023-12-07T11:04:57.964499+0000 mgr.a (mgr.24293) 2993 : 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-07T11:04:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:04:59 smithi027 bash[31536]: cluster 2023-12-07T11:04:57.964499+0000 mgr.a (mgr.24293) 2993 : 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-07T11:05:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:01 smithi044 bash[32620]: cluster 2023-12-07T11:04:59.965096+0000 mgr.a (mgr.24293) 2994 : 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-07T11:05:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:01 smithi022 bash[28554]: cluster 2023-12-07T11:04:59.965096+0000 mgr.a (mgr.24293) 2994 : 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-07T11:05:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:01 smithi027 bash[31536]: cluster 2023-12-07T11:04:59.965096+0000 mgr.a (mgr.24293) 2994 : 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-07T11:05:02.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:02.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:02.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:03.203 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:03.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:03.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:03.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:03.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:03 smithi044 bash[32620]: cluster 2023-12-07T11:05:01.965926+0000 mgr.a (mgr.24293) 2995 : 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-07T11:05:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:03 smithi044 bash[32620]: audit 2023-12-07T11:05:02.689874+0000 mgr.a (mgr.24293) 2996 : audit 0 from='client.71208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:03 smithi022 bash[28554]: cluster 2023-12-07T11:05:01.965926+0000 mgr.a (mgr.24293) 2995 : 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-07T11:05:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:03 smithi022 bash[28554]: audit 2023-12-07T11:05:02.689874+0000 mgr.a (mgr.24293) 2996 : audit 0 from='client.71208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:03 smithi027 bash[31536]: cluster 2023-12-07T11:05:01.965926+0000 mgr.a (mgr.24293) 2995 : 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-07T11:05:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:03 smithi027 bash[31536]: audit 2023-12-07T11:05:02.689874+0000 mgr.a (mgr.24293) 2996 : audit 0 from='client.71208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:05 smithi044 bash[32620]: cluster 2023-12-07T11:05:03.966528+0000 mgr.a (mgr.24293) 2997 : cluster 0 pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:05 smithi022 bash[28554]: cluster 2023-12-07T11:05:03.966528+0000 mgr.a (mgr.24293) 2997 : cluster 0 pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:05 smithi027 bash[31536]: cluster 2023-12-07T11:05:03.966528+0000 mgr.a (mgr.24293) 2997 : cluster 0 pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:07 smithi044 bash[32620]: cluster 2023-12-07T11:05:05.967329+0000 mgr.a (mgr.24293) 2998 : cluster 0 pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:07 smithi022 bash[28554]: cluster 2023-12-07T11:05:05.967329+0000 mgr.a (mgr.24293) 2998 : cluster 0 pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:07 smithi027 bash[31536]: cluster 2023-12-07T11:05:05.967329+0000 mgr.a (mgr.24293) 2998 : cluster 0 pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:08.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:08.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:08.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:09.148 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:09.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:09.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:09.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:09.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:09 smithi044 bash[32620]: cluster 2023-12-07T11:05:07.967917+0000 mgr.a (mgr.24293) 2999 : 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-07T11:05:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:09 smithi044 bash[32620]: audit 2023-12-07T11:05:08.619861+0000 mgr.a (mgr.24293) 3000 : audit 0 from='client.71283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:09 smithi022 bash[28554]: cluster 2023-12-07T11:05:07.967917+0000 mgr.a (mgr.24293) 2999 : 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-07T11:05:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:09 smithi022 bash[28554]: audit 2023-12-07T11:05:08.619861+0000 mgr.a (mgr.24293) 3000 : audit 0 from='client.71283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:09 smithi027 bash[31536]: cluster 2023-12-07T11:05:07.967917+0000 mgr.a (mgr.24293) 2999 : 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-07T11:05:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:09 smithi027 bash[31536]: audit 2023-12-07T11:05:08.619861+0000 mgr.a (mgr.24293) 3000 : audit 0 from='client.71283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:11 smithi044 bash[32620]: cluster 2023-12-07T11:05:09.968646+0000 mgr.a (mgr.24293) 3001 : 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-07T11:05:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:11 smithi022 bash[28554]: cluster 2023-12-07T11:05:09.968646+0000 mgr.a (mgr.24293) 3001 : 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-07T11:05:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:11 smithi027 bash[31536]: cluster 2023-12-07T11:05:09.968646+0000 mgr.a (mgr.24293) 3001 : 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-07T11:05:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:13 smithi044 bash[32620]: cluster 2023-12-07T11:05:11.969490+0000 mgr.a (mgr.24293) 3002 : 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-07T11:05:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:13 smithi022 bash[28554]: cluster 2023-12-07T11:05:11.969490+0000 mgr.a (mgr.24293) 3002 : 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-07T11:05:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:13 smithi027 bash[31536]: cluster 2023-12-07T11:05:11.969490+0000 mgr.a (mgr.24293) 3002 : 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-07T11:05:14.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:14.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:14.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:15.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:15.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:15.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:15.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:15.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:15 smithi044 bash[32620]: cluster 2023-12-07T11:05:13.970057+0000 mgr.a (mgr.24293) 3003 : 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-07T11:05:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:15 smithi044 bash[32620]: audit 2023-12-07T11:05:14.568712+0000 mgr.a (mgr.24293) 3004 : audit 0 from='client.71358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:15 smithi022 bash[28554]: cluster 2023-12-07T11:05:13.970057+0000 mgr.a (mgr.24293) 3003 : 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-07T11:05:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:15 smithi022 bash[28554]: audit 2023-12-07T11:05:14.568712+0000 mgr.a (mgr.24293) 3004 : audit 0 from='client.71358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:15 smithi027 bash[31536]: cluster 2023-12-07T11:05:13.970057+0000 mgr.a (mgr.24293) 3003 : 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-07T11:05:15.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:15 smithi027 bash[31536]: audit 2023-12-07T11:05:14.568712+0000 mgr.a (mgr.24293) 3004 : audit 0 from='client.71358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:17 smithi044 bash[32620]: cluster 2023-12-07T11:05:15.970923+0000 mgr.a (mgr.24293) 3005 : 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-07T11:05:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:17 smithi022 bash[28554]: cluster 2023-12-07T11:05:15.970923+0000 mgr.a (mgr.24293) 3005 : 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-07T11:05:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:17 smithi027 bash[31536]: cluster 2023-12-07T11:05:15.970923+0000 mgr.a (mgr.24293) 3005 : 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-07T11:05:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:19 smithi044 bash[32620]: cluster 2023-12-07T11:05:17.971490+0000 mgr.a (mgr.24293) 3006 : 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-07T11:05:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:19 smithi022 bash[28554]: cluster 2023-12-07T11:05:17.971490+0000 mgr.a (mgr.24293) 3006 : 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-07T11:05:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:19 smithi027 bash[31536]: cluster 2023-12-07T11:05:17.971490+0000 mgr.a (mgr.24293) 3006 : 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-07T11:05:20.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:20.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:20.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:21.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:21.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:21.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:21.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:21.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:21 smithi044 bash[32620]: cluster 2023-12-07T11:05:19.972021+0000 mgr.a (mgr.24293) 3007 : 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-07T11:05:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:21 smithi044 bash[32620]: audit 2023-12-07T11:05:20.522768+0000 mgr.a (mgr.24293) 3008 : audit 0 from='client.71430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:21 smithi022 bash[28554]: cluster 2023-12-07T11:05:19.972021+0000 mgr.a (mgr.24293) 3007 : 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-07T11:05:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:21 smithi022 bash[28554]: audit 2023-12-07T11:05:20.522768+0000 mgr.a (mgr.24293) 3008 : audit 0 from='client.71430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:21 smithi027 bash[31536]: cluster 2023-12-07T11:05:19.972021+0000 mgr.a (mgr.24293) 3007 : 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-07T11:05:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:21 smithi027 bash[31536]: audit 2023-12-07T11:05:20.522768+0000 mgr.a (mgr.24293) 3008 : audit 0 from='client.71430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:23 smithi044 bash[32620]: cluster 2023-12-07T11:05:21.973000+0000 mgr.a (mgr.24293) 3009 : cluster 0 pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:23 smithi022 bash[28554]: cluster 2023-12-07T11:05:21.973000+0000 mgr.a (mgr.24293) 3009 : cluster 0 pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:23 smithi027 bash[31536]: cluster 2023-12-07T11:05:21.973000+0000 mgr.a (mgr.24293) 3009 : cluster 0 pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:25 smithi044 bash[32620]: cluster 2023-12-07T11:05:23.973567+0000 mgr.a (mgr.24293) 3010 : cluster 0 pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:25 smithi022 bash[28554]: cluster 2023-12-07T11:05:23.973567+0000 mgr.a (mgr.24293) 3010 : cluster 0 pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:25 smithi027 bash[31536]: cluster 2023-12-07T11:05:23.973567+0000 mgr.a (mgr.24293) 3010 : cluster 0 pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:26.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:26.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:26.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:26.990 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:26.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:26.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:26.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:26.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:27 smithi044 bash[32620]: cluster 2023-12-07T11:05:25.974459+0000 mgr.a (mgr.24293) 3011 : 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-07T11:05:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:27 smithi044 bash[32620]: audit 2023-12-07T11:05:26.453302+0000 mgr.a (mgr.24293) 3012 : audit 0 from='client.71505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:27 smithi022 bash[28554]: cluster 2023-12-07T11:05:25.974459+0000 mgr.a (mgr.24293) 3011 : 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-07T11:05:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:27 smithi022 bash[28554]: audit 2023-12-07T11:05:26.453302+0000 mgr.a (mgr.24293) 3012 : audit 0 from='client.71505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:27 smithi027 bash[31536]: cluster 2023-12-07T11:05:25.974459+0000 mgr.a (mgr.24293) 3011 : 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-07T11:05:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:27 smithi027 bash[31536]: audit 2023-12-07T11:05:26.453302+0000 mgr.a (mgr.24293) 3012 : audit 0 from='client.71505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:29 smithi044 bash[32620]: cluster 2023-12-07T11:05:27.975146+0000 mgr.a (mgr.24293) 3013 : 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-07T11:05:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:29 smithi022 bash[28554]: cluster 2023-12-07T11:05:27.975146+0000 mgr.a (mgr.24293) 3013 : 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-07T11:05:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:29 smithi027 bash[31536]: cluster 2023-12-07T11:05:27.975146+0000 mgr.a (mgr.24293) 3013 : 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-07T11:05:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:31 smithi044 bash[32620]: cluster 2023-12-07T11:05:29.975766+0000 mgr.a (mgr.24293) 3014 : 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-07T11:05:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:31 smithi022 bash[28554]: cluster 2023-12-07T11:05:29.975766+0000 mgr.a (mgr.24293) 3014 : 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-07T11:05:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:31 smithi027 bash[31536]: cluster 2023-12-07T11:05:29.975766+0000 mgr.a (mgr.24293) 3014 : 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-07T11:05:31.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:31.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:31.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:32.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:32.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:32.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:32.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:32.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:33 smithi044 bash[32620]: cluster 2023-12-07T11:05:31.976541+0000 mgr.a (mgr.24293) 3015 : 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-07T11:05:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:33 smithi044 bash[32620]: audit 2023-12-07T11:05:32.400781+0000 mgr.a (mgr.24293) 3016 : audit 0 from='client.71580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:33 smithi022 bash[28554]: cluster 2023-12-07T11:05:31.976541+0000 mgr.a (mgr.24293) 3015 : 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-07T11:05:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:33 smithi022 bash[28554]: audit 2023-12-07T11:05:32.400781+0000 mgr.a (mgr.24293) 3016 : audit 0 from='client.71580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:33 smithi027 bash[31536]: cluster 2023-12-07T11:05:31.976541+0000 mgr.a (mgr.24293) 3015 : 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-07T11:05:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:33 smithi027 bash[31536]: audit 2023-12-07T11:05:32.400781+0000 mgr.a (mgr.24293) 3016 : audit 0 from='client.71580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:35 smithi044 bash[32620]: cluster 2023-12-07T11:05:33.977308+0000 mgr.a (mgr.24293) 3017 : cluster 0 pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:35 smithi022 bash[28554]: cluster 2023-12-07T11:05:33.977308+0000 mgr.a (mgr.24293) 3017 : cluster 0 pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:35 smithi027 bash[31536]: cluster 2023-12-07T11:05:33.977308+0000 mgr.a (mgr.24293) 3017 : cluster 0 pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:37 smithi044 bash[32620]: cluster 2023-12-07T11:05:35.978299+0000 mgr.a (mgr.24293) 3018 : cluster 0 pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:37 smithi022 bash[28554]: cluster 2023-12-07T11:05:35.978299+0000 mgr.a (mgr.24293) 3018 : cluster 0 pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:37 smithi027 bash[31536]: cluster 2023-12-07T11:05:35.978299+0000 mgr.a (mgr.24293) 3018 : cluster 0 pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:37.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:37.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:37.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:38.825 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:38.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:38.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:38.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:38.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:39 smithi044 bash[32620]: cluster 2023-12-07T11:05:37.978904+0000 mgr.a (mgr.24293) 3019 : 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-07T11:05:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:39 smithi044 bash[32620]: audit 2023-12-07T11:05:38.308150+0000 mgr.a (mgr.24293) 3020 : audit 0 from='client.71655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:39 smithi022 bash[28554]: cluster 2023-12-07T11:05:37.978904+0000 mgr.a (mgr.24293) 3019 : 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-07T11:05:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:39 smithi022 bash[28554]: audit 2023-12-07T11:05:38.308150+0000 mgr.a (mgr.24293) 3020 : audit 0 from='client.71655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:39 smithi027 bash[31536]: cluster 2023-12-07T11:05:37.978904+0000 mgr.a (mgr.24293) 3019 : 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-07T11:05:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:39 smithi027 bash[31536]: audit 2023-12-07T11:05:38.308150+0000 mgr.a (mgr.24293) 3020 : audit 0 from='client.71655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:41 smithi044 bash[32620]: cluster 2023-12-07T11:05:39.979595+0000 mgr.a (mgr.24293) 3021 : 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-07T11:05:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:41 smithi044 bash[32620]: audit 2023-12-07T11:05:40.787155+0000 mon.a (mon.0) 882 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:05:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:41 smithi022 bash[28554]: cluster 2023-12-07T11:05:39.979595+0000 mgr.a (mgr.24293) 3021 : 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-07T11:05:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:41 smithi022 bash[28554]: audit 2023-12-07T11:05:40.787155+0000 mon.a (mon.0) 882 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:05:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:41 smithi027 bash[31536]: cluster 2023-12-07T11:05:39.979595+0000 mgr.a (mgr.24293) 3021 : 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-07T11:05:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:41 smithi027 bash[31536]: audit 2023-12-07T11:05:40.787155+0000 mon.a (mon.0) 882 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:05:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:42 smithi044 bash[32620]: audit 2023-12-07T11:05:41.574568+0000 mon.a (mon.0) 883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:05:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:42 smithi044 bash[32620]: audit 2023-12-07T11:05:41.576475+0000 mon.a (mon.0) 884 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:05:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:42 smithi044 bash[32620]: audit 2023-12-07T11:05:41.586853+0000 mon.a (mon.0) 885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:05:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:42 smithi022 bash[28554]: audit 2023-12-07T11:05:41.574568+0000 mon.a (mon.0) 883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:05:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:42 smithi022 bash[28554]: audit 2023-12-07T11:05:41.576475+0000 mon.a (mon.0) 884 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:05:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:42 smithi022 bash[28554]: audit 2023-12-07T11:05:41.586853+0000 mon.a (mon.0) 885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:05:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:42 smithi027 bash[31536]: audit 2023-12-07T11:05:41.574568+0000 mon.a (mon.0) 883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:05:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:42 smithi027 bash[31536]: audit 2023-12-07T11:05:41.576475+0000 mon.a (mon.0) 884 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:05:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:42 smithi027 bash[31536]: audit 2023-12-07T11:05:41.586853+0000 mon.a (mon.0) 885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:05:43.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:43.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:43.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:43 smithi044 bash[32620]: cluster 2023-12-07T11:05:41.980369+0000 mgr.a (mgr.24293) 3022 : 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-07T11:05:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:43 smithi022 bash[28554]: cluster 2023-12-07T11:05:41.980369+0000 mgr.a (mgr.24293) 3022 : 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-07T11:05:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:43 smithi027 bash[31536]: cluster 2023-12-07T11:05:41.980369+0000 mgr.a (mgr.24293) 3022 : 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-07T11:05:44.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:44.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:44.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:44.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:44.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:45 smithi044 bash[32620]: cluster 2023-12-07T11:05:43.980888+0000 mgr.a (mgr.24293) 3023 : 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-07T11:05:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:45 smithi044 bash[32620]: audit 2023-12-07T11:05:44.239454+0000 mgr.a (mgr.24293) 3024 : audit 0 from='client.71727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:45 smithi022 bash[28554]: cluster 2023-12-07T11:05:43.980888+0000 mgr.a (mgr.24293) 3023 : 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-07T11:05:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:45 smithi022 bash[28554]: audit 2023-12-07T11:05:44.239454+0000 mgr.a (mgr.24293) 3024 : audit 0 from='client.71727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:45 smithi027 bash[31536]: cluster 2023-12-07T11:05:43.980888+0000 mgr.a (mgr.24293) 3023 : 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-07T11:05:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:45 smithi027 bash[31536]: audit 2023-12-07T11:05:44.239454+0000 mgr.a (mgr.24293) 3024 : audit 0 from='client.71727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:47 smithi044 bash[32620]: cluster 2023-12-07T11:05:45.981769+0000 mgr.a (mgr.24293) 3025 : 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-07T11:05:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:47 smithi022 bash[28554]: cluster 2023-12-07T11:05:45.981769+0000 mgr.a (mgr.24293) 3025 : 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-07T11:05:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:47 smithi027 bash[31536]: cluster 2023-12-07T11:05:45.981769+0000 mgr.a (mgr.24293) 3025 : 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-07T11:05:49.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:49.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:49.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:49 smithi044 bash[32620]: cluster 2023-12-07T11:05:47.982327+0000 mgr.a (mgr.24293) 3026 : 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-07T11:05:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:49 smithi022 bash[28554]: cluster 2023-12-07T11:05:47.982327+0000 mgr.a (mgr.24293) 3026 : 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-07T11:05:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:49 smithi027 bash[31536]: cluster 2023-12-07T11:05:47.982327+0000 mgr.a (mgr.24293) 3026 : 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-07T11:05:50.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:50.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:50.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:50.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:50.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:51 smithi044 bash[32620]: cluster 2023-12-07T11:05:49.982865+0000 mgr.a (mgr.24293) 3027 : 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-07T11:05:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:51 smithi044 bash[32620]: audit 2023-12-07T11:05:50.187520+0000 mgr.a (mgr.24293) 3028 : audit 0 from='client.71802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:51 smithi022 bash[28554]: cluster 2023-12-07T11:05:49.982865+0000 mgr.a (mgr.24293) 3027 : 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-07T11:05:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:51 smithi022 bash[28554]: audit 2023-12-07T11:05:50.187520+0000 mgr.a (mgr.24293) 3028 : audit 0 from='client.71802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:51 smithi027 bash[31536]: cluster 2023-12-07T11:05:49.982865+0000 mgr.a (mgr.24293) 3027 : 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-07T11:05:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:51 smithi027 bash[31536]: audit 2023-12-07T11:05:50.187520+0000 mgr.a (mgr.24293) 3028 : audit 0 from='client.71802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:53 smithi044 bash[32620]: cluster 2023-12-07T11:05:51.983864+0000 mgr.a (mgr.24293) 3029 : cluster 0 pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:53 smithi022 bash[28554]: cluster 2023-12-07T11:05:51.983864+0000 mgr.a (mgr.24293) 3029 : cluster 0 pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:53 smithi027 bash[31536]: cluster 2023-12-07T11:05:51.983864+0000 mgr.a (mgr.24293) 3029 : cluster 0 pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:55.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:05:55.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:55.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:55 smithi044 bash[32620]: cluster 2023-12-07T11:05:53.984456+0000 mgr.a (mgr.24293) 3030 : cluster 0 pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:55 smithi022 bash[28554]: cluster 2023-12-07T11:05:53.984456+0000 mgr.a (mgr.24293) 3030 : cluster 0 pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:55 smithi027 bash[31536]: cluster 2023-12-07T11:05:53.984456+0000 mgr.a (mgr.24293) 3030 : cluster 0 pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:56.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:56.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:56.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:56.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:05:56.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:05:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:57 smithi044 bash[32620]: cluster 2023-12-07T11:05:55.985319+0000 mgr.a (mgr.24293) 3031 : 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-07T11:05:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:57 smithi044 bash[32620]: audit 2023-12-07T11:05:56.122379+0000 mgr.a (mgr.24293) 3032 : audit 0 from='client.71874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:57 smithi022 bash[28554]: cluster 2023-12-07T11:05:55.985319+0000 mgr.a (mgr.24293) 3031 : 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-07T11:05:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:57 smithi022 bash[28554]: audit 2023-12-07T11:05:56.122379+0000 mgr.a (mgr.24293) 3032 : audit 0 from='client.71874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:57 smithi027 bash[31536]: cluster 2023-12-07T11:05:55.985319+0000 mgr.a (mgr.24293) 3031 : 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-07T11:05:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:57 smithi027 bash[31536]: audit 2023-12-07T11:05:56.122379+0000 mgr.a (mgr.24293) 3032 : audit 0 from='client.71874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:05:59 smithi044 bash[32620]: cluster 2023-12-07T11:05:57.986174+0000 mgr.a (mgr.24293) 3033 : 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-07T11:05:59.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:05:59 smithi022 bash[28554]: cluster 2023-12-07T11:05:57.986174+0000 mgr.a (mgr.24293) 3033 : 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-07T11:05:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:05:59 smithi027 bash[31536]: cluster 2023-12-07T11:05:57.986174+0000 mgr.a (mgr.24293) 3033 : 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-07T11:06:01.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:01.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:01.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:01 smithi044 bash[32620]: cluster 2023-12-07T11:05:59.986826+0000 mgr.a (mgr.24293) 3034 : 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-07T11:06:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:01 smithi022 bash[28554]: cluster 2023-12-07T11:05:59.986826+0000 mgr.a (mgr.24293) 3034 : 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-07T11:06:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:01 smithi027 bash[31536]: cluster 2023-12-07T11:05:59.986826+0000 mgr.a (mgr.24293) 3034 : 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-07T11:06:02.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:02.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:02.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:02.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:02.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:03 smithi044 bash[32620]: cluster 2023-12-07T11:06:01.987767+0000 mgr.a (mgr.24293) 3035 : 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-07T11:06:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:03 smithi044 bash[32620]: audit 2023-12-07T11:06:02.057810+0000 mgr.a (mgr.24293) 3036 : audit 0 from='client.71952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:03 smithi022 bash[28554]: cluster 2023-12-07T11:06:01.987767+0000 mgr.a (mgr.24293) 3035 : 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-07T11:06:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:03 smithi022 bash[28554]: audit 2023-12-07T11:06:02.057810+0000 mgr.a (mgr.24293) 3036 : audit 0 from='client.71952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:03 smithi027 bash[31536]: cluster 2023-12-07T11:06:01.987767+0000 mgr.a (mgr.24293) 3035 : 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-07T11:06:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:03 smithi027 bash[31536]: audit 2023-12-07T11:06:02.057810+0000 mgr.a (mgr.24293) 3036 : audit 0 from='client.71952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:05 smithi044 bash[32620]: cluster 2023-12-07T11:06:03.988440+0000 mgr.a (mgr.24293) 3037 : cluster 0 pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:05 smithi022 bash[28554]: cluster 2023-12-07T11:06:03.988440+0000 mgr.a (mgr.24293) 3037 : cluster 0 pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:05 smithi027 bash[31536]: cluster 2023-12-07T11:06:03.988440+0000 mgr.a (mgr.24293) 3037 : cluster 0 pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:07.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:07.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:07.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:07 smithi044 bash[32620]: cluster 2023-12-07T11:06:05.989241+0000 mgr.a (mgr.24293) 3038 : cluster 0 pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:07 smithi022 bash[28554]: cluster 2023-12-07T11:06:05.989241+0000 mgr.a (mgr.24293) 3038 : cluster 0 pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:07 smithi027 bash[31536]: cluster 2023-12-07T11:06:05.989241+0000 mgr.a (mgr.24293) 3038 : cluster 0 pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:08.511 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:08.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:08.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:08.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:08.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:09 smithi044 bash[32620]: cluster 2023-12-07T11:06:07.989771+0000 mgr.a (mgr.24293) 3039 : 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-07T11:06:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:09 smithi044 bash[32620]: audit 2023-12-07T11:06:07.994569+0000 mgr.a (mgr.24293) 3040 : audit 0 from='client.72030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:09 smithi022 bash[28554]: cluster 2023-12-07T11:06:07.989771+0000 mgr.a (mgr.24293) 3039 : 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-07T11:06:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:09 smithi022 bash[28554]: audit 2023-12-07T11:06:07.994569+0000 mgr.a (mgr.24293) 3040 : audit 0 from='client.72030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:09 smithi027 bash[31536]: cluster 2023-12-07T11:06:07.989771+0000 mgr.a (mgr.24293) 3039 : 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-07T11:06:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:09 smithi027 bash[31536]: audit 2023-12-07T11:06:07.994569+0000 mgr.a (mgr.24293) 3040 : audit 0 from='client.72030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:11 smithi044 bash[32620]: cluster 2023-12-07T11:06:09.990391+0000 mgr.a (mgr.24293) 3041 : 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-07T11:06:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:11 smithi022 bash[28554]: cluster 2023-12-07T11:06:09.990391+0000 mgr.a (mgr.24293) 3041 : 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-07T11:06:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:11 smithi027 bash[31536]: cluster 2023-12-07T11:06:09.990391+0000 mgr.a (mgr.24293) 3041 : 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-07T11:06:13.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:13.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:13.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:13 smithi044 bash[32620]: cluster 2023-12-07T11:06:11.991233+0000 mgr.a (mgr.24293) 3042 : 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-07T11:06:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:13 smithi022 bash[28554]: cluster 2023-12-07T11:06:11.991233+0000 mgr.a (mgr.24293) 3042 : 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-07T11:06:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:13 smithi027 bash[31536]: cluster 2023-12-07T11:06:11.991233+0000 mgr.a (mgr.24293) 3042 : 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-07T11:06:14.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:14.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:14.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:14.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:14.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:15 smithi044 bash[32620]: audit 2023-12-07T11:06:13.929631+0000 mgr.a (mgr.24293) 3043 : audit 0 from='client.72105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:15 smithi044 bash[32620]: cluster 2023-12-07T11:06:13.992009+0000 mgr.a (mgr.24293) 3044 : 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-07T11:06:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:15 smithi022 bash[28554]: audit 2023-12-07T11:06:13.929631+0000 mgr.a (mgr.24293) 3043 : audit 0 from='client.72105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:15 smithi022 bash[28554]: cluster 2023-12-07T11:06:13.992009+0000 mgr.a (mgr.24293) 3044 : 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-07T11:06:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:15 smithi027 bash[31536]: audit 2023-12-07T11:06:13.929631+0000 mgr.a (mgr.24293) 3043 : audit 0 from='client.72105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:15 smithi027 bash[31536]: cluster 2023-12-07T11:06:13.992009+0000 mgr.a (mgr.24293) 3044 : 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-07T11:06:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:17 smithi044 bash[32620]: cluster 2023-12-07T11:06:15.992955+0000 mgr.a (mgr.24293) 3045 : 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-07T11:06:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:17 smithi022 bash[28554]: cluster 2023-12-07T11:06:15.992955+0000 mgr.a (mgr.24293) 3045 : 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-07T11:06:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:17 smithi027 bash[31536]: cluster 2023-12-07T11:06:15.992955+0000 mgr.a (mgr.24293) 3045 : 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-07T11:06:19.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:19.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:19.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:19 smithi044 bash[32620]: cluster 2023-12-07T11:06:17.993552+0000 mgr.a (mgr.24293) 3046 : 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-07T11:06:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:19 smithi022 bash[28554]: cluster 2023-12-07T11:06:17.993552+0000 mgr.a (mgr.24293) 3046 : 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-07T11:06:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:19 smithi027 bash[31536]: cluster 2023-12-07T11:06:17.993552+0000 mgr.a (mgr.24293) 3046 : 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-07T11:06:20.426 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:21 smithi044 bash[32620]: audit 2023-12-07T11:06:19.877456+0000 mgr.a (mgr.24293) 3047 : audit 0 from='client.72183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:21 smithi044 bash[32620]: cluster 2023-12-07T11:06:19.994347+0000 mgr.a (mgr.24293) 3048 : 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-07T11:06:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:21 smithi022 bash[28554]: audit 2023-12-07T11:06:19.877456+0000 mgr.a (mgr.24293) 3047 : audit 0 from='client.72183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:21 smithi022 bash[28554]: cluster 2023-12-07T11:06:19.994347+0000 mgr.a (mgr.24293) 3048 : 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-07T11:06:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:21 smithi027 bash[31536]: audit 2023-12-07T11:06:19.877456+0000 mgr.a (mgr.24293) 3047 : audit 0 from='client.72183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:21 smithi027 bash[31536]: cluster 2023-12-07T11:06:19.994347+0000 mgr.a (mgr.24293) 3048 : 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-07T11:06:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:23 smithi044 bash[32620]: cluster 2023-12-07T11:06:21.995337+0000 mgr.a (mgr.24293) 3049 : cluster 0 pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:06:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:23 smithi022 bash[28554]: cluster 2023-12-07T11:06:21.995337+0000 mgr.a (mgr.24293) 3049 : cluster 0 pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:06:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:23 smithi027 bash[31536]: cluster 2023-12-07T11:06:21.995337+0000 mgr.a (mgr.24293) 3049 : cluster 0 pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:06:25.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:25.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:25.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:25 smithi044 bash[32620]: cluster 2023-12-07T11:06:23.996045+0000 mgr.a (mgr.24293) 3050 : cluster 0 pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:06:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:25 smithi022 bash[28554]: cluster 2023-12-07T11:06:23.996045+0000 mgr.a (mgr.24293) 3050 : cluster 0 pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:06:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:25 smithi027 bash[31536]: cluster 2023-12-07T11:06:23.996045+0000 mgr.a (mgr.24293) 3050 : cluster 0 pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:06:26.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:26.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:26.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:26.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:26.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:26 smithi027 bash[31536]: audit 2023-12-07T11:06:25.840120+0000 mgr.a (mgr.24293) 3051 : audit 0 from='client.72258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:26 smithi044 bash[32620]: audit 2023-12-07T11:06:25.840120+0000 mgr.a (mgr.24293) 3051 : audit 0 from='client.72258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:26 smithi022 bash[28554]: audit 2023-12-07T11:06:25.840120+0000 mgr.a (mgr.24293) 3051 : audit 0 from='client.72258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:27 smithi027 bash[31536]: cluster 2023-12-07T11:06:25.997217+0000 mgr.a (mgr.24293) 3052 : cluster 0 pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:27 smithi044 bash[32620]: cluster 2023-12-07T11:06:25.997217+0000 mgr.a (mgr.24293) 3052 : cluster 0 pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:27 smithi022 bash[28554]: cluster 2023-12-07T11:06:25.997217+0000 mgr.a (mgr.24293) 3052 : cluster 0 pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:29 smithi027 bash[31536]: cluster 2023-12-07T11:06:27.997942+0000 mgr.a (mgr.24293) 3053 : cluster 0 pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:29 smithi044 bash[32620]: cluster 2023-12-07T11:06:27.997942+0000 mgr.a (mgr.24293) 3053 : cluster 0 pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:29 smithi022 bash[28554]: cluster 2023-12-07T11:06:27.997942+0000 mgr.a (mgr.24293) 3053 : cluster 0 pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:31.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:31.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:31.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:31 smithi027 bash[31536]: cluster 2023-12-07T11:06:29.998526+0000 mgr.a (mgr.24293) 3054 : cluster 0 pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:31 smithi044 bash[32620]: cluster 2023-12-07T11:06:29.998526+0000 mgr.a (mgr.24293) 3054 : cluster 0 pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:31 smithi022 bash[28554]: cluster 2023-12-07T11:06:29.998526+0000 mgr.a (mgr.24293) 3054 : cluster 0 pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:32.310 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:32.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:32.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:32.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:32.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:32 smithi044 bash[32620]: audit 2023-12-07T11:06:31.780900+0000 mgr.a (mgr.24293) 3055 : audit 0 from='client.72333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:32 smithi022 bash[28554]: audit 2023-12-07T11:06:31.780900+0000 mgr.a (mgr.24293) 3055 : audit 0 from='client.72333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:32 smithi027 bash[31536]: audit 2023-12-07T11:06:31.780900+0000 mgr.a (mgr.24293) 3055 : audit 0 from='client.72333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:33 smithi044 bash[32620]: cluster 2023-12-07T11:06:31.999825+0000 mgr.a (mgr.24293) 3056 : 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-07T11:06:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:33 smithi022 bash[28554]: cluster 2023-12-07T11:06:31.999825+0000 mgr.a (mgr.24293) 3056 : 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-07T11:06:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:33 smithi027 bash[31536]: cluster 2023-12-07T11:06:31.999825+0000 mgr.a (mgr.24293) 3056 : 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-07T11:06:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:35 smithi044 bash[32620]: cluster 2023-12-07T11:06:34.000534+0000 mgr.a (mgr.24293) 3057 : cluster 0 pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:06:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:35 smithi022 bash[28554]: cluster 2023-12-07T11:06:34.000534+0000 mgr.a (mgr.24293) 3057 : cluster 0 pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:06:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:35 smithi027 bash[31536]: cluster 2023-12-07T11:06:34.000534+0000 mgr.a (mgr.24293) 3057 : cluster 0 pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:06:37.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:37.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:37.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:37 smithi044 bash[32620]: cluster 2023-12-07T11:06:36.001371+0000 mgr.a (mgr.24293) 3058 : cluster 0 pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:06:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:37 smithi022 bash[28554]: cluster 2023-12-07T11:06:36.001371+0000 mgr.a (mgr.24293) 3058 : cluster 0 pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:06:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:37 smithi027 bash[31536]: cluster 2023-12-07T11:06:36.001371+0000 mgr.a (mgr.24293) 3058 : cluster 0 pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:06:38.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:38.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:38.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:38.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:38.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:38 smithi044 bash[32620]: audit 2023-12-07T11:06:37.724731+0000 mgr.a (mgr.24293) 3059 : audit 0 from='client.72408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:38 smithi022 bash[28554]: audit 2023-12-07T11:06:37.724731+0000 mgr.a (mgr.24293) 3059 : audit 0 from='client.72408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:38 smithi027 bash[31536]: audit 2023-12-07T11:06:37.724731+0000 mgr.a (mgr.24293) 3059 : audit 0 from='client.72408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:39 smithi044 bash[32620]: cluster 2023-12-07T11:06:38.002130+0000 mgr.a (mgr.24293) 3060 : cluster 0 pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:39 smithi022 bash[28554]: cluster 2023-12-07T11:06:38.002130+0000 mgr.a (mgr.24293) 3060 : cluster 0 pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:39 smithi027 bash[31536]: cluster 2023-12-07T11:06:38.002130+0000 mgr.a (mgr.24293) 3060 : cluster 0 pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:41 smithi044 bash[32620]: cluster 2023-12-07T11:06:40.002812+0000 mgr.a (mgr.24293) 3061 : cluster 0 pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:41 smithi044 bash[32620]: audit 2023-12-07T11:06:41.689793+0000 mon.a (mon.0) 886 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:06:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:41 smithi022 bash[28554]: cluster 2023-12-07T11:06:40.002812+0000 mgr.a (mgr.24293) 3061 : cluster 0 pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:41 smithi022 bash[28554]: audit 2023-12-07T11:06:41.689793+0000 mon.a (mon.0) 886 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:06:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:41 smithi027 bash[31536]: cluster 2023-12-07T11:06:40.002812+0000 mgr.a (mgr.24293) 3061 : cluster 0 pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:41 smithi027 bash[31536]: audit 2023-12-07T11:06:41.689793+0000 mon.a (mon.0) 886 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:06:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:42 smithi044 bash[32620]: audit 2023-12-07T11:06:42.477038+0000 mon.a (mon.0) 887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:06:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:42 smithi044 bash[32620]: audit 2023-12-07T11:06:42.479234+0000 mon.a (mon.0) 888 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:06:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:42 smithi044 bash[32620]: audit 2023-12-07T11:06:42.489512+0000 mon.a (mon.0) 889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:06:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:42 smithi022 bash[28554]: audit 2023-12-07T11:06:42.477038+0000 mon.a (mon.0) 887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:06:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:42 smithi022 bash[28554]: audit 2023-12-07T11:06:42.479234+0000 mon.a (mon.0) 888 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:06:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:42 smithi022 bash[28554]: audit 2023-12-07T11:06:42.489512+0000 mon.a (mon.0) 889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:06:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:42 smithi027 bash[31536]: audit 2023-12-07T11:06:42.477038+0000 mon.a (mon.0) 887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:06:43.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:42 smithi027 bash[31536]: audit 2023-12-07T11:06:42.479234+0000 mon.a (mon.0) 888 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:06:43.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:42 smithi027 bash[31536]: audit 2023-12-07T11:06:42.489512+0000 mon.a (mon.0) 889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:06:43.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:43.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:43.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:44.152 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:43 smithi044 bash[32620]: cluster 2023-12-07T11:06:42.003662+0000 mgr.a (mgr.24293) 3062 : cluster 0 pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:43 smithi022 bash[28554]: cluster 2023-12-07T11:06:42.003662+0000 mgr.a (mgr.24293) 3062 : cluster 0 pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:43 smithi027 bash[31536]: cluster 2023-12-07T11:06:42.003662+0000 mgr.a (mgr.24293) 3062 : cluster 0 pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:44 smithi044 bash[32620]: audit 2023-12-07T11:06:43.638805+0000 mgr.a (mgr.24293) 3063 : audit 0 from='client.72483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:44 smithi022 bash[28554]: audit 2023-12-07T11:06:43.638805+0000 mgr.a (mgr.24293) 3063 : audit 0 from='client.72483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:44 smithi027 bash[31536]: audit 2023-12-07T11:06:43.638805+0000 mgr.a (mgr.24293) 3063 : audit 0 from='client.72483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:45 smithi044 bash[32620]: cluster 2023-12-07T11:06:44.004217+0000 mgr.a (mgr.24293) 3064 : 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-07T11:06:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:45 smithi022 bash[28554]: cluster 2023-12-07T11:06:44.004217+0000 mgr.a (mgr.24293) 3064 : 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-07T11:06:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:45 smithi027 bash[31536]: cluster 2023-12-07T11:06:44.004217+0000 mgr.a (mgr.24293) 3064 : 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-07T11:06:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:47 smithi044 bash[32620]: cluster 2023-12-07T11:06:46.005155+0000 mgr.a (mgr.24293) 3065 : 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-07T11:06:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:47 smithi022 bash[28554]: cluster 2023-12-07T11:06:46.005155+0000 mgr.a (mgr.24293) 3065 : 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-07T11:06:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:47 smithi027 bash[31536]: cluster 2023-12-07T11:06:46.005155+0000 mgr.a (mgr.24293) 3065 : 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-07T11:06:49.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:49.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:49.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:50.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:50.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:50.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:50.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:50.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:49 smithi044 bash[32620]: cluster 2023-12-07T11:06:48.005863+0000 mgr.a (mgr.24293) 3066 : 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-07T11:06:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:49 smithi022 bash[28554]: cluster 2023-12-07T11:06:48.005863+0000 mgr.a (mgr.24293) 3066 : 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-07T11:06:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:49 smithi027 bash[31536]: cluster 2023-12-07T11:06:48.005863+0000 mgr.a (mgr.24293) 3066 : 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-07T11:06:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:50 smithi044 bash[32620]: audit 2023-12-07T11:06:49.566509+0000 mgr.a (mgr.24293) 3067 : audit 0 from='client.72558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:50 smithi022 bash[28554]: audit 2023-12-07T11:06:49.566509+0000 mgr.a (mgr.24293) 3067 : audit 0 from='client.72558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:50 smithi027 bash[31536]: audit 2023-12-07T11:06:49.566509+0000 mgr.a (mgr.24293) 3067 : audit 0 from='client.72558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:51 smithi044 bash[32620]: cluster 2023-12-07T11:06:50.006652+0000 mgr.a (mgr.24293) 3068 : 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-07T11:06:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:51 smithi022 bash[28554]: cluster 2023-12-07T11:06:50.006652+0000 mgr.a (mgr.24293) 3068 : 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-07T11:06:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:51 smithi027 bash[31536]: cluster 2023-12-07T11:06:50.006652+0000 mgr.a (mgr.24293) 3068 : 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-07T11:06:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:53 smithi044 bash[32620]: cluster 2023-12-07T11:06:52.007562+0000 mgr.a (mgr.24293) 3069 : 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-07T11:06:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:53 smithi022 bash[28554]: cluster 2023-12-07T11:06:52.007562+0000 mgr.a (mgr.24293) 3069 : 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-07T11:06:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:53 smithi027 bash[31536]: cluster 2023-12-07T11:06:52.007562+0000 mgr.a (mgr.24293) 3069 : 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-07T11:06:55.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:06:55.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:55.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:56.037 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:06:56.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:56.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:56.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:56.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:06:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:55 smithi044 bash[32620]: cluster 2023-12-07T11:06:54.008073+0000 mgr.a (mgr.24293) 3070 : 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-07T11:06:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:55 smithi022 bash[28554]: cluster 2023-12-07T11:06:54.008073+0000 mgr.a (mgr.24293) 3070 : 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-07T11:06:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:55 smithi027 bash[31536]: cluster 2023-12-07T11:06:54.008073+0000 mgr.a (mgr.24293) 3070 : 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-07T11:06:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:56 smithi044 bash[32620]: audit 2023-12-07T11:06:55.508796+0000 mgr.a (mgr.24293) 3071 : audit 0 from='client.72633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:56 smithi022 bash[28554]: audit 2023-12-07T11:06:55.508796+0000 mgr.a (mgr.24293) 3071 : audit 0 from='client.72633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:56 smithi027 bash[31536]: audit 2023-12-07T11:06:55.508796+0000 mgr.a (mgr.24293) 3071 : audit 0 from='client.72633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:57 smithi044 bash[32620]: cluster 2023-12-07T11:06:56.008751+0000 mgr.a (mgr.24293) 3072 : cluster 0 pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:57 smithi022 bash[28554]: cluster 2023-12-07T11:06:56.008751+0000 mgr.a (mgr.24293) 3072 : cluster 0 pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:57 smithi027 bash[31536]: cluster 2023-12-07T11:06:56.008751+0000 mgr.a (mgr.24293) 3072 : cluster 0 pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:06:59 smithi044 bash[32620]: cluster 2023-12-07T11:06:58.009287+0000 mgr.a (mgr.24293) 3073 : cluster 0 pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:06:59 smithi022 bash[28554]: cluster 2023-12-07T11:06:58.009287+0000 mgr.a (mgr.24293) 3073 : cluster 0 pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:06:59 smithi027 bash[31536]: cluster 2023-12-07T11:06:58.009287+0000 mgr.a (mgr.24293) 3073 : cluster 0 pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:01.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:01.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:01.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:01.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:01 smithi044 bash[32620]: cluster 2023-12-07T11:07:00.009831+0000 mgr.a (mgr.24293) 3074 : cluster 0 pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:01 smithi022 bash[28554]: cluster 2023-12-07T11:07:00.009831+0000 mgr.a (mgr.24293) 3074 : cluster 0 pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:01 smithi027 bash[31536]: cluster 2023-12-07T11:07:00.009831+0000 mgr.a (mgr.24293) 3074 : cluster 0 pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:02 smithi044 bash[32620]: audit 2023-12-07T11:07:01.452098+0000 mgr.a (mgr.24293) 3075 : audit 0 from='client.72711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:02 smithi022 bash[28554]: audit 2023-12-07T11:07:01.452098+0000 mgr.a (mgr.24293) 3075 : audit 0 from='client.72711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:02 smithi027 bash[31536]: audit 2023-12-07T11:07:01.452098+0000 mgr.a (mgr.24293) 3075 : audit 0 from='client.72711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:03 smithi044 bash[32620]: cluster 2023-12-07T11:07:02.010952+0000 mgr.a (mgr.24293) 3076 : cluster 0 pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:03 smithi022 bash[28554]: cluster 2023-12-07T11:07:02.010952+0000 mgr.a (mgr.24293) 3076 : cluster 0 pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:03 smithi027 bash[31536]: cluster 2023-12-07T11:07:02.010952+0000 mgr.a (mgr.24293) 3076 : cluster 0 pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:05 smithi044 bash[32620]: cluster 2023-12-07T11:07:04.011594+0000 mgr.a (mgr.24293) 3077 : cluster 0 pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:05 smithi022 bash[28554]: cluster 2023-12-07T11:07:04.011594+0000 mgr.a (mgr.24293) 3077 : cluster 0 pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:05 smithi027 bash[31536]: cluster 2023-12-07T11:07:04.011594+0000 mgr.a (mgr.24293) 3077 : cluster 0 pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:06.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:06.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:06.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:07.924 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:07.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:07.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:07.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:07.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:07 smithi044 bash[32620]: cluster 2023-12-07T11:07:06.012373+0000 mgr.a (mgr.24293) 3078 : 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-07T11:07:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:07 smithi022 bash[28554]: cluster 2023-12-07T11:07:06.012373+0000 mgr.a (mgr.24293) 3078 : 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-07T11:07:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:07 smithi027 bash[31536]: cluster 2023-12-07T11:07:06.012373+0000 mgr.a (mgr.24293) 3078 : 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-07T11:07:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:08 smithi044 bash[32620]: audit 2023-12-07T11:07:07.378134+0000 mgr.a (mgr.24293) 3079 : audit 0 from='client.72786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:08 smithi022 bash[28554]: audit 2023-12-07T11:07:07.378134+0000 mgr.a (mgr.24293) 3079 : audit 0 from='client.72786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:08 smithi027 bash[31536]: audit 2023-12-07T11:07:07.378134+0000 mgr.a (mgr.24293) 3079 : audit 0 from='client.72786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:09 smithi044 bash[32620]: cluster 2023-12-07T11:07:08.013114+0000 mgr.a (mgr.24293) 3080 : cluster 0 pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:09 smithi022 bash[28554]: cluster 2023-12-07T11:07:08.013114+0000 mgr.a (mgr.24293) 3080 : cluster 0 pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:09 smithi027 bash[31536]: cluster 2023-12-07T11:07:08.013114+0000 mgr.a (mgr.24293) 3080 : cluster 0 pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:11 smithi044 bash[32620]: cluster 2023-12-07T11:07:10.013714+0000 mgr.a (mgr.24293) 3081 : cluster 0 pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:11 smithi022 bash[28554]: cluster 2023-12-07T11:07:10.013714+0000 mgr.a (mgr.24293) 3081 : cluster 0 pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:11 smithi027 bash[31536]: cluster 2023-12-07T11:07:10.013714+0000 mgr.a (mgr.24293) 3081 : cluster 0 pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:12.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:12.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:12.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:13.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:13.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:13.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:13.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:13.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:13 smithi044 bash[32620]: cluster 2023-12-07T11:07:12.014511+0000 mgr.a (mgr.24293) 3082 : cluster 0 pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:13 smithi022 bash[28554]: cluster 2023-12-07T11:07:12.014511+0000 mgr.a (mgr.24293) 3082 : cluster 0 pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:13 smithi027 bash[31536]: cluster 2023-12-07T11:07:12.014511+0000 mgr.a (mgr.24293) 3082 : cluster 0 pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:14 smithi044 bash[32620]: audit 2023-12-07T11:07:13.337983+0000 mgr.a (mgr.24293) 3083 : audit 0 from='client.72861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:14 smithi022 bash[28554]: audit 2023-12-07T11:07:13.337983+0000 mgr.a (mgr.24293) 3083 : audit 0 from='client.72861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:14 smithi027 bash[31536]: audit 2023-12-07T11:07:13.337983+0000 mgr.a (mgr.24293) 3083 : audit 0 from='client.72861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:15 smithi044 bash[32620]: cluster 2023-12-07T11:07:14.015232+0000 mgr.a (mgr.24293) 3084 : cluster 0 pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:15 smithi022 bash[28554]: cluster 2023-12-07T11:07:14.015232+0000 mgr.a (mgr.24293) 3084 : cluster 0 pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:15 smithi027 bash[31536]: cluster 2023-12-07T11:07:14.015232+0000 mgr.a (mgr.24293) 3084 : cluster 0 pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:17 smithi044 bash[32620]: cluster 2023-12-07T11:07:16.016069+0000 mgr.a (mgr.24293) 3085 : cluster 0 pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:17 smithi022 bash[28554]: cluster 2023-12-07T11:07:16.016069+0000 mgr.a (mgr.24293) 3085 : cluster 0 pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:17 smithi027 bash[31536]: cluster 2023-12-07T11:07:16.016069+0000 mgr.a (mgr.24293) 3085 : cluster 0 pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:18.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:18.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:18.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:19.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:19.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:19.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:19.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:19.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:19 smithi044 bash[32620]: cluster 2023-12-07T11:07:18.016640+0000 mgr.a (mgr.24293) 3086 : 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-07T11:07:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:19 smithi022 bash[28554]: cluster 2023-12-07T11:07:18.016640+0000 mgr.a (mgr.24293) 3086 : 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-07T11:07:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:19 smithi027 bash[31536]: cluster 2023-12-07T11:07:18.016640+0000 mgr.a (mgr.24293) 3086 : 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-07T11:07:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:20 smithi044 bash[32620]: audit 2023-12-07T11:07:19.261578+0000 mgr.a (mgr.24293) 3087 : audit 0 from='client.72936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:20 smithi022 bash[28554]: audit 2023-12-07T11:07:19.261578+0000 mgr.a (mgr.24293) 3087 : audit 0 from='client.72936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:21.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:20 smithi027 bash[31536]: audit 2023-12-07T11:07:19.261578+0000 mgr.a (mgr.24293) 3087 : audit 0 from='client.72936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:21 smithi044 bash[32620]: cluster 2023-12-07T11:07:20.017372+0000 mgr.a (mgr.24293) 3088 : 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-07T11:07:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:21 smithi022 bash[28554]: cluster 2023-12-07T11:07:20.017372+0000 mgr.a (mgr.24293) 3088 : 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-07T11:07:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:21 smithi027 bash[31536]: cluster 2023-12-07T11:07:20.017372+0000 mgr.a (mgr.24293) 3088 : 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-07T11:07:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:23 smithi044 bash[32620]: cluster 2023-12-07T11:07:22.018216+0000 mgr.a (mgr.24293) 3089 : 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-07T11:07:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:23 smithi022 bash[28554]: cluster 2023-12-07T11:07:22.018216+0000 mgr.a (mgr.24293) 3089 : 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-07T11:07:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:23 smithi027 bash[31536]: cluster 2023-12-07T11:07:22.018216+0000 mgr.a (mgr.24293) 3089 : 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-07T11:07:24.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:24.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:24.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:25.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:25.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:25.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:25.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:25.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:25 smithi044 bash[32620]: cluster 2023-12-07T11:07:24.018767+0000 mgr.a (mgr.24293) 3090 : 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-07T11:07:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:25 smithi022 bash[28554]: cluster 2023-12-07T11:07:24.018767+0000 mgr.a (mgr.24293) 3090 : 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-07T11:07:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:25 smithi027 bash[31536]: cluster 2023-12-07T11:07:24.018767+0000 mgr.a (mgr.24293) 3090 : 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-07T11:07:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:26 smithi044 bash[32620]: audit 2023-12-07T11:07:25.198474+0000 mgr.a (mgr.24293) 3091 : audit 0 from='client.73011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:26 smithi022 bash[28554]: audit 2023-12-07T11:07:25.198474+0000 mgr.a (mgr.24293) 3091 : audit 0 from='client.73011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:26 smithi027 bash[31536]: audit 2023-12-07T11:07:25.198474+0000 mgr.a (mgr.24293) 3091 : audit 0 from='client.73011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:27 smithi044 bash[32620]: cluster 2023-12-07T11:07:26.019908+0000 mgr.a (mgr.24293) 3092 : cluster 0 pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:27 smithi022 bash[28554]: cluster 2023-12-07T11:07:26.019908+0000 mgr.a (mgr.24293) 3092 : cluster 0 pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:27 smithi027 bash[31536]: cluster 2023-12-07T11:07:26.019908+0000 mgr.a (mgr.24293) 3092 : cluster 0 pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:29 smithi044 bash[32620]: cluster 2023-12-07T11:07:28.020488+0000 mgr.a (mgr.24293) 3093 : cluster 0 pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:29 smithi022 bash[28554]: cluster 2023-12-07T11:07:28.020488+0000 mgr.a (mgr.24293) 3093 : cluster 0 pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:29 smithi027 bash[31536]: cluster 2023-12-07T11:07:28.020488+0000 mgr.a (mgr.24293) 3093 : cluster 0 pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:30.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:30.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:30.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:31.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:31.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:31.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:31.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:31.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:31 smithi044 bash[32620]: cluster 2023-12-07T11:07:30.021100+0000 mgr.a (mgr.24293) 3094 : cluster 0 pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:31 smithi022 bash[28554]: cluster 2023-12-07T11:07:30.021100+0000 mgr.a (mgr.24293) 3094 : cluster 0 pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:31 smithi027 bash[31536]: cluster 2023-12-07T11:07:30.021100+0000 mgr.a (mgr.24293) 3094 : cluster 0 pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:32 smithi044 bash[32620]: audit 2023-12-07T11:07:31.149447+0000 mgr.a (mgr.24293) 3095 : audit 0 from='client.73086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:32 smithi027 bash[31536]: audit 2023-12-07T11:07:31.149447+0000 mgr.a (mgr.24293) 3095 : audit 0 from='client.73086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:33.205 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:32 smithi022 bash[28554]: audit 2023-12-07T11:07:31.149447+0000 mgr.a (mgr.24293) 3095 : audit 0 from='client.73086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:33 smithi044 bash[32620]: cluster 2023-12-07T11:07:32.022179+0000 mgr.a (mgr.24293) 3096 : cluster 0 pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:33 smithi022 bash[28554]: cluster 2023-12-07T11:07:32.022179+0000 mgr.a (mgr.24293) 3096 : cluster 0 pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:33 smithi027 bash[31536]: cluster 2023-12-07T11:07:32.022179+0000 mgr.a (mgr.24293) 3096 : cluster 0 pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:35 smithi044 bash[32620]: cluster 2023-12-07T11:07:34.022773+0000 mgr.a (mgr.24293) 3097 : cluster 0 pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:35 smithi022 bash[28554]: cluster 2023-12-07T11:07:34.022773+0000 mgr.a (mgr.24293) 3097 : cluster 0 pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:35 smithi027 bash[31536]: cluster 2023-12-07T11:07:34.022773+0000 mgr.a (mgr.24293) 3097 : cluster 0 pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:36.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:36.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:36.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:37 smithi027 bash[31536]: cluster 2023-12-07T11:07:36.023558+0000 mgr.a (mgr.24293) 3098 : 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-07T11:07:37.622 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:37.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:37.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:37.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:37.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:37 smithi044 bash[32620]: cluster 2023-12-07T11:07:36.023558+0000 mgr.a (mgr.24293) 3098 : 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-07T11:07:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:37 smithi022 bash[28554]: cluster 2023-12-07T11:07:36.023558+0000 mgr.a (mgr.24293) 3098 : 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-07T11:07:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:38 smithi027 bash[31536]: audit 2023-12-07T11:07:37.091930+0000 mgr.a (mgr.24293) 3099 : audit 0 from='client.73158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:38 smithi044 bash[32620]: audit 2023-12-07T11:07:37.091930+0000 mgr.a (mgr.24293) 3099 : audit 0 from='client.73158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:38 smithi022 bash[28554]: audit 2023-12-07T11:07:37.091930+0000 mgr.a (mgr.24293) 3099 : audit 0 from='client.73158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:39 smithi027 bash[31536]: cluster 2023-12-07T11:07:38.024228+0000 mgr.a (mgr.24293) 3100 : cluster 0 pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:39 smithi044 bash[32620]: cluster 2023-12-07T11:07:38.024228+0000 mgr.a (mgr.24293) 3100 : cluster 0 pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:39 smithi022 bash[28554]: cluster 2023-12-07T11:07:38.024228+0000 mgr.a (mgr.24293) 3100 : cluster 0 pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:41 smithi027 bash[31536]: cluster 2023-12-07T11:07:40.024810+0000 mgr.a (mgr.24293) 3101 : cluster 0 pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:41 smithi044 bash[32620]: cluster 2023-12-07T11:07:40.024810+0000 mgr.a (mgr.24293) 3101 : cluster 0 pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:41 smithi022 bash[28554]: cluster 2023-12-07T11:07:40.024810+0000 mgr.a (mgr.24293) 3101 : cluster 0 pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:42.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:42.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:42.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:43 smithi027 bash[31536]: cluster 2023-12-07T11:07:42.025577+0000 mgr.a (mgr.24293) 3102 : cluster 0 pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:43 smithi027 bash[31536]: audit 2023-12-07T11:07:42.592579+0000 mon.a (mon.0) 890 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:07:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:43 smithi027 bash[31536]: audit 2023-12-07T11:07:43.172908+0000 mon.a (mon.0) 891 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:43 smithi027 bash[31536]: audit 2023-12-07T11:07:43.185042+0000 mon.a (mon.0) 892 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:43.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:43.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:43.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:43.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:43.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:43 smithi044 bash[32620]: cluster 2023-12-07T11:07:42.025577+0000 mgr.a (mgr.24293) 3102 : cluster 0 pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:43 smithi044 bash[32620]: audit 2023-12-07T11:07:42.592579+0000 mon.a (mon.0) 890 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:07:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:43 smithi044 bash[32620]: audit 2023-12-07T11:07:43.172908+0000 mon.a (mon.0) 891 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:43 smithi044 bash[32620]: audit 2023-12-07T11:07:43.185042+0000 mon.a (mon.0) 892 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:43 smithi022 bash[28554]: cluster 2023-12-07T11:07:42.025577+0000 mgr.a (mgr.24293) 3102 : cluster 0 pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:43 smithi022 bash[28554]: audit 2023-12-07T11:07:42.592579+0000 mon.a (mon.0) 890 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:07:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:43 smithi022 bash[28554]: audit 2023-12-07T11:07:43.172908+0000 mon.a (mon.0) 891 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:43 smithi022 bash[28554]: audit 2023-12-07T11:07:43.185042+0000 mon.a (mon.0) 892 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:44 smithi044 bash[32620]: audit 2023-12-07T11:07:43.074361+0000 mgr.a (mgr.24293) 3103 : audit 0 from='client.73227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:44 smithi044 bash[32620]: audit 2023-12-07T11:07:43.995590+0000 mon.a (mon.0) 893 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:07:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:44 smithi044 bash[32620]: audit 2023-12-07T11:07:43.997652+0000 mon.a (mon.0) 894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:07:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:44 smithi044 bash[32620]: audit 2023-12-07T11:07:44.007223+0000 mon.a (mon.0) 895 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:44 smithi022 bash[28554]: audit 2023-12-07T11:07:43.074361+0000 mgr.a (mgr.24293) 3103 : audit 0 from='client.73227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:44 smithi022 bash[28554]: audit 2023-12-07T11:07:43.995590+0000 mon.a (mon.0) 893 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:07:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:44 smithi022 bash[28554]: audit 2023-12-07T11:07:43.997652+0000 mon.a (mon.0) 894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:07:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:44 smithi022 bash[28554]: audit 2023-12-07T11:07:44.007223+0000 mon.a (mon.0) 895 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:44 smithi027 bash[31536]: audit 2023-12-07T11:07:43.074361+0000 mgr.a (mgr.24293) 3103 : audit 0 from='client.73227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:44 smithi027 bash[31536]: audit 2023-12-07T11:07:43.995590+0000 mon.a (mon.0) 893 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:07:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:44 smithi027 bash[31536]: audit 2023-12-07T11:07:43.997652+0000 mon.a (mon.0) 894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:07:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:44 smithi027 bash[31536]: audit 2023-12-07T11:07:44.007223+0000 mon.a (mon.0) 895 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:07:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:45 smithi044 bash[32620]: cluster 2023-12-07T11:07:44.026219+0000 mgr.a (mgr.24293) 3104 : cluster 0 pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:45 smithi022 bash[28554]: cluster 2023-12-07T11:07:44.026219+0000 mgr.a (mgr.24293) 3104 : cluster 0 pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:45 smithi027 bash[31536]: cluster 2023-12-07T11:07:44.026219+0000 mgr.a (mgr.24293) 3104 : cluster 0 pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:47 smithi044 bash[32620]: cluster 2023-12-07T11:07:46.026999+0000 mgr.a (mgr.24293) 3105 : cluster 0 pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:47 smithi022 bash[28554]: cluster 2023-12-07T11:07:46.026999+0000 mgr.a (mgr.24293) 3105 : cluster 0 pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:47 smithi027 bash[31536]: cluster 2023-12-07T11:07:46.026999+0000 mgr.a (mgr.24293) 3105 : cluster 0 pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:48.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:48.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:48.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:49.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:49.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:49.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:49.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:49.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:49 smithi044 bash[32620]: cluster 2023-12-07T11:07:48.027593+0000 mgr.a (mgr.24293) 3106 : 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-07T11:07:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:49 smithi022 bash[28554]: cluster 2023-12-07T11:07:48.027593+0000 mgr.a (mgr.24293) 3106 : 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-07T11:07:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:49 smithi027 bash[31536]: cluster 2023-12-07T11:07:48.027593+0000 mgr.a (mgr.24293) 3106 : 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-07T11:07:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:50 smithi044 bash[32620]: audit 2023-12-07T11:07:49.024933+0000 mgr.a (mgr.24293) 3107 : audit 0 from='client.73305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:50 smithi022 bash[28554]: audit 2023-12-07T11:07:49.024933+0000 mgr.a (mgr.24293) 3107 : audit 0 from='client.73305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:50 smithi027 bash[31536]: audit 2023-12-07T11:07:49.024933+0000 mgr.a (mgr.24293) 3107 : audit 0 from='client.73305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:51 smithi044 bash[32620]: cluster 2023-12-07T11:07:50.028308+0000 mgr.a (mgr.24293) 3108 : 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-07T11:07:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:51 smithi022 bash[28554]: cluster 2023-12-07T11:07:50.028308+0000 mgr.a (mgr.24293) 3108 : 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-07T11:07:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:51 smithi027 bash[31536]: cluster 2023-12-07T11:07:50.028308+0000 mgr.a (mgr.24293) 3108 : 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-07T11:07:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:53 smithi044 bash[32620]: cluster 2023-12-07T11:07:52.029149+0000 mgr.a (mgr.24293) 3109 : 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-07T11:07:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:53 smithi022 bash[28554]: cluster 2023-12-07T11:07:52.029149+0000 mgr.a (mgr.24293) 3109 : 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-07T11:07:53.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:53 smithi027 bash[31536]: cluster 2023-12-07T11:07:52.029149+0000 mgr.a (mgr.24293) 3109 : 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-07T11:07:54.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:07:54.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:54.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:55.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:07:55.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:55.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:55.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:55.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:07:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:55 smithi044 bash[32620]: cluster 2023-12-07T11:07:54.029764+0000 mgr.a (mgr.24293) 3110 : 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-07T11:07:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:55 smithi022 bash[28554]: cluster 2023-12-07T11:07:54.029764+0000 mgr.a (mgr.24293) 3110 : 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-07T11:07:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:55 smithi027 bash[31536]: cluster 2023-12-07T11:07:54.029764+0000 mgr.a (mgr.24293) 3110 : 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-07T11:07:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:56 smithi044 bash[32620]: audit 2023-12-07T11:07:54.947002+0000 mgr.a (mgr.24293) 3111 : audit 0 from='client.73383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:56 smithi022 bash[28554]: audit 2023-12-07T11:07:54.947002+0000 mgr.a (mgr.24293) 3111 : audit 0 from='client.73383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:56 smithi027 bash[31536]: audit 2023-12-07T11:07:54.947002+0000 mgr.a (mgr.24293) 3111 : audit 0 from='client.73383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:57 smithi044 bash[32620]: cluster 2023-12-07T11:07:56.030735+0000 mgr.a (mgr.24293) 3112 : cluster 0 pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:07:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:57 smithi022 bash[28554]: cluster 2023-12-07T11:07:56.030735+0000 mgr.a (mgr.24293) 3112 : cluster 0 pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:07:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:57 smithi027 bash[31536]: cluster 2023-12-07T11:07:56.030735+0000 mgr.a (mgr.24293) 3112 : cluster 0 pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:07:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:07:59 smithi044 bash[32620]: cluster 2023-12-07T11:07:58.031339+0000 mgr.a (mgr.24293) 3113 : cluster 0 pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:07:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:07:59 smithi022 bash[28554]: cluster 2023-12-07T11:07:58.031339+0000 mgr.a (mgr.24293) 3113 : cluster 0 pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:07:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:07:59 smithi027 bash[31536]: cluster 2023-12-07T11:07:58.031339+0000 mgr.a (mgr.24293) 3113 : cluster 0 pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:08:00.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:00.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:00.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:01.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:01.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:01.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:01.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:01.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:01 smithi044 bash[32620]: cluster 2023-12-07T11:08:00.031771+0000 mgr.a (mgr.24293) 3114 : cluster 0 pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:08:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:01 smithi044 bash[32620]: audit 2023-12-07T11:08:00.869453+0000 mgr.a (mgr.24293) 3115 : audit 0 from='client.73458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:01 smithi022 bash[28554]: cluster 2023-12-07T11:08:00.031771+0000 mgr.a (mgr.24293) 3114 : cluster 0 pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:08:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:01 smithi022 bash[28554]: audit 2023-12-07T11:08:00.869453+0000 mgr.a (mgr.24293) 3115 : audit 0 from='client.73458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:01 smithi027 bash[31536]: cluster 2023-12-07T11:08:00.031771+0000 mgr.a (mgr.24293) 3114 : cluster 0 pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:08:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:01 smithi027 bash[31536]: audit 2023-12-07T11:08:00.869453+0000 mgr.a (mgr.24293) 3115 : audit 0 from='client.73458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:03 smithi044 bash[32620]: cluster 2023-12-07T11:08:02.032745+0000 mgr.a (mgr.24293) 3116 : cluster 0 pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:03 smithi022 bash[28554]: cluster 2023-12-07T11:08:02.032745+0000 mgr.a (mgr.24293) 3116 : cluster 0 pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:03 smithi027 bash[31536]: cluster 2023-12-07T11:08:02.032745+0000 mgr.a (mgr.24293) 3116 : cluster 0 pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:05 smithi044 bash[32620]: cluster 2023-12-07T11:08:04.033357+0000 mgr.a (mgr.24293) 3117 : cluster 0 pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:05 smithi022 bash[28554]: cluster 2023-12-07T11:08:04.033357+0000 mgr.a (mgr.24293) 3117 : cluster 0 pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:05 smithi027 bash[31536]: cluster 2023-12-07T11:08:04.033357+0000 mgr.a (mgr.24293) 3117 : cluster 0 pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:06.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:06.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:06.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:07.357 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:07.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:07.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:07.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:07.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:07 smithi044 bash[32620]: cluster 2023-12-07T11:08:06.034107+0000 mgr.a (mgr.24293) 3118 : cluster 0 pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:07 smithi044 bash[32620]: audit 2023-12-07T11:08:06.815226+0000 mgr.a (mgr.24293) 3119 : audit 0 from='client.70153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:07 smithi022 bash[28554]: cluster 2023-12-07T11:08:06.034107+0000 mgr.a (mgr.24293) 3118 : cluster 0 pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:07 smithi022 bash[28554]: audit 2023-12-07T11:08:06.815226+0000 mgr.a (mgr.24293) 3119 : audit 0 from='client.70153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:07 smithi027 bash[31536]: cluster 2023-12-07T11:08:06.034107+0000 mgr.a (mgr.24293) 3118 : cluster 0 pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:07 smithi027 bash[31536]: audit 2023-12-07T11:08:06.815226+0000 mgr.a (mgr.24293) 3119 : audit 0 from='client.70153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:09 smithi044 bash[32620]: cluster 2023-12-07T11:08:08.034841+0000 mgr.a (mgr.24293) 3120 : cluster 0 pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:08:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:09 smithi022 bash[28554]: cluster 2023-12-07T11:08:08.034841+0000 mgr.a (mgr.24293) 3120 : cluster 0 pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:08:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:09 smithi027 bash[31536]: cluster 2023-12-07T11:08:08.034841+0000 mgr.a (mgr.24293) 3120 : cluster 0 pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:08:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:11 smithi044 bash[32620]: cluster 2023-12-07T11:08:10.035416+0000 mgr.a (mgr.24293) 3121 : cluster 0 pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:08:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:11 smithi022 bash[28554]: cluster 2023-12-07T11:08:10.035416+0000 mgr.a (mgr.24293) 3121 : cluster 0 pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:08:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:11 smithi027 bash[31536]: cluster 2023-12-07T11:08:10.035416+0000 mgr.a (mgr.24293) 3121 : cluster 0 pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:08:12.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:12.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:12.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:13.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:13.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:13.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:13.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:13.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:13 smithi044 bash[32620]: cluster 2023-12-07T11:08:12.036353+0000 mgr.a (mgr.24293) 3122 : cluster 0 pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:08:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:13 smithi044 bash[32620]: audit 2023-12-07T11:08:12.771411+0000 mgr.a (mgr.24293) 3123 : audit 0 from='client.73608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:13 smithi022 bash[28554]: cluster 2023-12-07T11:08:12.036353+0000 mgr.a (mgr.24293) 3122 : cluster 0 pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:08:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:13 smithi022 bash[28554]: audit 2023-12-07T11:08:12.771411+0000 mgr.a (mgr.24293) 3123 : audit 0 from='client.73608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:13 smithi027 bash[31536]: cluster 2023-12-07T11:08:12.036353+0000 mgr.a (mgr.24293) 3122 : cluster 0 pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:08:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:13 smithi027 bash[31536]: audit 2023-12-07T11:08:12.771411+0000 mgr.a (mgr.24293) 3123 : audit 0 from='client.73608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:15 smithi044 bash[32620]: cluster 2023-12-07T11:08:14.037263+0000 mgr.a (mgr.24293) 3124 : cluster 0 pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:15 smithi022 bash[28554]: cluster 2023-12-07T11:08:14.037263+0000 mgr.a (mgr.24293) 3124 : cluster 0 pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:15 smithi027 bash[31536]: cluster 2023-12-07T11:08:14.037263+0000 mgr.a (mgr.24293) 3124 : cluster 0 pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:17 smithi044 bash[32620]: cluster 2023-12-07T11:08:16.038148+0000 mgr.a (mgr.24293) 3125 : cluster 0 pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:17 smithi022 bash[28554]: cluster 2023-12-07T11:08:16.038148+0000 mgr.a (mgr.24293) 3125 : cluster 0 pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:17 smithi027 bash[31536]: cluster 2023-12-07T11:08:16.038148+0000 mgr.a (mgr.24293) 3125 : cluster 0 pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:18.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:18.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:18.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:19.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:19.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:19.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:19 smithi044 bash[32620]: cluster 2023-12-07T11:08:18.038731+0000 mgr.a (mgr.24293) 3126 : cluster 0 pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:19 smithi044 bash[32620]: audit 2023-12-07T11:08:18.744274+0000 mgr.a (mgr.24293) 3127 : audit 0 from='client.73683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:19 smithi022 bash[28554]: cluster 2023-12-07T11:08:18.038731+0000 mgr.a (mgr.24293) 3126 : cluster 0 pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:19 smithi022 bash[28554]: audit 2023-12-07T11:08:18.744274+0000 mgr.a (mgr.24293) 3127 : audit 0 from='client.73683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:19 smithi027 bash[31536]: cluster 2023-12-07T11:08:18.038731+0000 mgr.a (mgr.24293) 3126 : cluster 0 pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:19 smithi027 bash[31536]: audit 2023-12-07T11:08:18.744274+0000 mgr.a (mgr.24293) 3127 : audit 0 from='client.73683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:21 smithi044 bash[32620]: cluster 2023-12-07T11:08:20.039595+0000 mgr.a (mgr.24293) 3128 : cluster 0 pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:21 smithi022 bash[28554]: cluster 2023-12-07T11:08:20.039595+0000 mgr.a (mgr.24293) 3128 : cluster 0 pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:21 smithi027 bash[31536]: cluster 2023-12-07T11:08:20.039595+0000 mgr.a (mgr.24293) 3128 : cluster 0 pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:23 smithi044 bash[32620]: cluster 2023-12-07T11:08:22.040421+0000 mgr.a (mgr.24293) 3129 : cluster 0 pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:23 smithi022 bash[28554]: cluster 2023-12-07T11:08:22.040421+0000 mgr.a (mgr.24293) 3129 : cluster 0 pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:23 smithi027 bash[31536]: cluster 2023-12-07T11:08:22.040421+0000 mgr.a (mgr.24293) 3129 : cluster 0 pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:24.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:24.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:24.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:25.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:25.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:25.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:25.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:25.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:25 smithi044 bash[32620]: cluster 2023-12-07T11:08:24.040996+0000 mgr.a (mgr.24293) 3130 : 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-07T11:08:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:25 smithi044 bash[32620]: audit 2023-12-07T11:08:24.681489+0000 mgr.a (mgr.24293) 3131 : audit 0 from='client.73758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:25 smithi022 bash[28554]: cluster 2023-12-07T11:08:24.040996+0000 mgr.a (mgr.24293) 3130 : 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-07T11:08:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:25 smithi022 bash[28554]: audit 2023-12-07T11:08:24.681489+0000 mgr.a (mgr.24293) 3131 : audit 0 from='client.73758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:25 smithi027 bash[31536]: cluster 2023-12-07T11:08:24.040996+0000 mgr.a (mgr.24293) 3130 : 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-07T11:08:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:25 smithi027 bash[31536]: audit 2023-12-07T11:08:24.681489+0000 mgr.a (mgr.24293) 3131 : audit 0 from='client.73758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:27 smithi044 bash[32620]: cluster 2023-12-07T11:08:26.041933+0000 mgr.a (mgr.24293) 3132 : 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-07T11:08:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:27 smithi022 bash[28554]: cluster 2023-12-07T11:08:26.041933+0000 mgr.a (mgr.24293) 3132 : 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-07T11:08:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:27 smithi027 bash[31536]: cluster 2023-12-07T11:08:26.041933+0000 mgr.a (mgr.24293) 3132 : 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-07T11:08:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:29 smithi044 bash[32620]: cluster 2023-12-07T11:08:28.042536+0000 mgr.a (mgr.24293) 3133 : 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-07T11:08:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:29 smithi022 bash[28554]: cluster 2023-12-07T11:08:28.042536+0000 mgr.a (mgr.24293) 3133 : 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-07T11:08:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:29 smithi027 bash[31536]: cluster 2023-12-07T11:08:28.042536+0000 mgr.a (mgr.24293) 3133 : 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-07T11:08:30.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:30.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:30.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:31.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:31.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:31.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:31.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:31.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:31 smithi044 bash[32620]: cluster 2023-12-07T11:08:30.043088+0000 mgr.a (mgr.24293) 3134 : 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-07T11:08:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:31 smithi044 bash[32620]: audit 2023-12-07T11:08:30.616198+0000 mgr.a (mgr.24293) 3135 : audit 0 from='client.73836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:31 smithi022 bash[28554]: cluster 2023-12-07T11:08:30.043088+0000 mgr.a (mgr.24293) 3134 : 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-07T11:08:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:31 smithi022 bash[28554]: audit 2023-12-07T11:08:30.616198+0000 mgr.a (mgr.24293) 3135 : audit 0 from='client.73836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:31 smithi027 bash[31536]: cluster 2023-12-07T11:08:30.043088+0000 mgr.a (mgr.24293) 3134 : 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-07T11:08:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:31 smithi027 bash[31536]: audit 2023-12-07T11:08:30.616198+0000 mgr.a (mgr.24293) 3135 : audit 0 from='client.73836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:33 smithi044 bash[32620]: cluster 2023-12-07T11:08:32.044166+0000 mgr.a (mgr.24293) 3136 : cluster 0 pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:33 smithi022 bash[28554]: cluster 2023-12-07T11:08:32.044166+0000 mgr.a (mgr.24293) 3136 : cluster 0 pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:33 smithi027 bash[31536]: cluster 2023-12-07T11:08:32.044166+0000 mgr.a (mgr.24293) 3136 : cluster 0 pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:35 smithi044 bash[32620]: cluster 2023-12-07T11:08:34.044762+0000 mgr.a (mgr.24293) 3137 : cluster 0 pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:35 smithi022 bash[28554]: cluster 2023-12-07T11:08:34.044762+0000 mgr.a (mgr.24293) 3137 : cluster 0 pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:35 smithi027 bash[31536]: cluster 2023-12-07T11:08:34.044762+0000 mgr.a (mgr.24293) 3137 : cluster 0 pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:36.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:36.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:36.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:37.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:37 smithi044 bash[32620]: cluster 2023-12-07T11:08:36.045550+0000 mgr.a (mgr.24293) 3138 : cluster 0 pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:37 smithi044 bash[32620]: audit 2023-12-07T11:08:36.552847+0000 mgr.a (mgr.24293) 3139 : audit 0 from='client.73908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:37 smithi022 bash[28554]: cluster 2023-12-07T11:08:36.045550+0000 mgr.a (mgr.24293) 3138 : cluster 0 pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:37 smithi022 bash[28554]: audit 2023-12-07T11:08:36.552847+0000 mgr.a (mgr.24293) 3139 : audit 0 from='client.73908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:37 smithi027 bash[31536]: cluster 2023-12-07T11:08:36.045550+0000 mgr.a (mgr.24293) 3138 : cluster 0 pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:37.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:37 smithi027 bash[31536]: audit 2023-12-07T11:08:36.552847+0000 mgr.a (mgr.24293) 3139 : audit 0 from='client.73908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:39 smithi044 bash[32620]: cluster 2023-12-07T11:08:38.046247+0000 mgr.a (mgr.24293) 3140 : cluster 0 pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:39 smithi022 bash[28554]: cluster 2023-12-07T11:08:38.046247+0000 mgr.a (mgr.24293) 3140 : cluster 0 pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:39 smithi027 bash[31536]: cluster 2023-12-07T11:08:38.046247+0000 mgr.a (mgr.24293) 3140 : cluster 0 pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:41 smithi044 bash[32620]: cluster 2023-12-07T11:08:40.046835+0000 mgr.a (mgr.24293) 3141 : cluster 0 pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:41 smithi022 bash[28554]: cluster 2023-12-07T11:08:40.046835+0000 mgr.a (mgr.24293) 3141 : cluster 0 pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:41 smithi027 bash[31536]: cluster 2023-12-07T11:08:40.046835+0000 mgr.a (mgr.24293) 3141 : cluster 0 pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:42.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:42.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:42.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:43.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:43.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:43.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:43.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:43.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:43 smithi044 bash[32620]: cluster 2023-12-07T11:08:42.047698+0000 mgr.a (mgr.24293) 3142 : 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-07T11:08:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:43 smithi044 bash[32620]: audit 2023-12-07T11:08:42.476298+0000 mgr.a (mgr.24293) 3143 : audit 0 from='client.73980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:43 smithi022 bash[28554]: cluster 2023-12-07T11:08:42.047698+0000 mgr.a (mgr.24293) 3142 : 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-07T11:08:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:43 smithi022 bash[28554]: audit 2023-12-07T11:08:42.476298+0000 mgr.a (mgr.24293) 3143 : audit 0 from='client.73980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:43.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:43 smithi027 bash[31536]: cluster 2023-12-07T11:08:42.047698+0000 mgr.a (mgr.24293) 3142 : 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-07T11:08:43.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:43 smithi027 bash[31536]: audit 2023-12-07T11:08:42.476298+0000 mgr.a (mgr.24293) 3143 : audit 0 from='client.73980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:44 smithi044 bash[32620]: audit 2023-12-07T11:08:44.110125+0000 mon.a (mon.0) 896 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:08:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:44 smithi022 bash[28554]: audit 2023-12-07T11:08:44.110125+0000 mon.a (mon.0) 896 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:08:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:44 smithi027 bash[31536]: audit 2023-12-07T11:08:44.110125+0000 mon.a (mon.0) 896 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: cluster 2023-12-07T11:08:44.048379+0000 mgr.a (mgr.24293) 3144 : cluster 0 pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:44.641422+0000 mon.a (mon.0) 897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:44.648307+0000 mon.a (mon.0) 898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:44.691786+0000 mon.a (mon.0) 899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:44.702765+0000 mon.a (mon.0) 900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:45.425437+0000 mon.a (mon.0) 901 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:45.427430+0000 mon.a (mon.0) 902 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:08:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:45 smithi044 bash[32620]: audit 2023-12-07T11:08:45.437343+0000 mon.a (mon.0) 903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: cluster 2023-12-07T11:08:44.048379+0000 mgr.a (mgr.24293) 3144 : cluster 0 pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:44.641422+0000 mon.a (mon.0) 897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:44.648307+0000 mon.a (mon.0) 898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:44.691786+0000 mon.a (mon.0) 899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:44.702765+0000 mon.a (mon.0) 900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:45.425437+0000 mon.a (mon.0) 901 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:45.427430+0000 mon.a (mon.0) 902 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:08:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:45 smithi022 bash[28554]: audit 2023-12-07T11:08:45.437343+0000 mon.a (mon.0) 903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: cluster 2023-12-07T11:08:44.048379+0000 mgr.a (mgr.24293) 3144 : cluster 0 pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:44.641422+0000 mon.a (mon.0) 897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:44.648307+0000 mon.a (mon.0) 898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:44.691786+0000 mon.a (mon.0) 899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:44.702765+0000 mon.a (mon.0) 900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:45.425437+0000 mon.a (mon.0) 901 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:45.427430+0000 mon.a (mon.0) 902 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:08:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:45 smithi027 bash[31536]: audit 2023-12-07T11:08:45.437343+0000 mon.a (mon.0) 903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:08:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:47 smithi044 bash[32620]: cluster 2023-12-07T11:08:46.049205+0000 mgr.a (mgr.24293) 3145 : cluster 0 pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:47 smithi022 bash[28554]: cluster 2023-12-07T11:08:46.049205+0000 mgr.a (mgr.24293) 3145 : cluster 0 pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:47 smithi027 bash[31536]: cluster 2023-12-07T11:08:46.049205+0000 mgr.a (mgr.24293) 3145 : cluster 0 pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:48.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:48.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:48.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:48.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:48.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:49 smithi044 bash[32620]: cluster 2023-12-07T11:08:48.049797+0000 mgr.a (mgr.24293) 3146 : cluster 0 pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:49 smithi044 bash[32620]: audit 2023-12-07T11:08:48.432083+0000 mgr.a (mgr.24293) 3147 : audit 0 from='client.74058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:49 smithi022 bash[28554]: cluster 2023-12-07T11:08:48.049797+0000 mgr.a (mgr.24293) 3146 : cluster 0 pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:49 smithi022 bash[28554]: audit 2023-12-07T11:08:48.432083+0000 mgr.a (mgr.24293) 3147 : audit 0 from='client.74058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:49 smithi027 bash[31536]: cluster 2023-12-07T11:08:48.049797+0000 mgr.a (mgr.24293) 3146 : cluster 0 pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:49 smithi027 bash[31536]: audit 2023-12-07T11:08:48.432083+0000 mgr.a (mgr.24293) 3147 : audit 0 from='client.74058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:51 smithi044 bash[32620]: cluster 2023-12-07T11:08:50.050485+0000 mgr.a (mgr.24293) 3148 : cluster 0 pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:51 smithi022 bash[28554]: cluster 2023-12-07T11:08:50.050485+0000 mgr.a (mgr.24293) 3148 : cluster 0 pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:51 smithi027 bash[31536]: cluster 2023-12-07T11:08:50.050485+0000 mgr.a (mgr.24293) 3148 : cluster 0 pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:53 smithi044 bash[32620]: cluster 2023-12-07T11:08:52.051257+0000 mgr.a (mgr.24293) 3149 : cluster 0 pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:53 smithi022 bash[28554]: cluster 2023-12-07T11:08:52.051257+0000 mgr.a (mgr.24293) 3149 : cluster 0 pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:53 smithi027 bash[31536]: cluster 2023-12-07T11:08:52.051257+0000 mgr.a (mgr.24293) 3149 : cluster 0 pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:53.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:53.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:54.917 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:08:54.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:54.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:54.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:54.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:08:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:55 smithi044 bash[32620]: cluster 2023-12-07T11:08:54.051799+0000 mgr.a (mgr.24293) 3150 : 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-07T11:08:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:55 smithi044 bash[32620]: audit 2023-12-07T11:08:54.374688+0000 mgr.a (mgr.24293) 3151 : audit 0 from='client.74136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:55 smithi022 bash[28554]: cluster 2023-12-07T11:08:54.051799+0000 mgr.a (mgr.24293) 3150 : 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-07T11:08:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:55 smithi022 bash[28554]: audit 2023-12-07T11:08:54.374688+0000 mgr.a (mgr.24293) 3151 : audit 0 from='client.74136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:55 smithi027 bash[31536]: cluster 2023-12-07T11:08:54.051799+0000 mgr.a (mgr.24293) 3150 : 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-07T11:08:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:55 smithi027 bash[31536]: audit 2023-12-07T11:08:54.374688+0000 mgr.a (mgr.24293) 3151 : audit 0 from='client.74136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:57 smithi044 bash[32620]: cluster 2023-12-07T11:08:56.052694+0000 mgr.a (mgr.24293) 3152 : 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-07T11:08:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:57 smithi022 bash[28554]: cluster 2023-12-07T11:08:56.052694+0000 mgr.a (mgr.24293) 3152 : 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-07T11:08:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:57 smithi027 bash[31536]: cluster 2023-12-07T11:08:56.052694+0000 mgr.a (mgr.24293) 3152 : 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-07T11:08:59.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:08:59.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:59.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:59.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:08:59 smithi044 bash[32620]: cluster 2023-12-07T11:08:58.053255+0000 mgr.a (mgr.24293) 3153 : 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-07T11:08:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:08:59 smithi022 bash[28554]: cluster 2023-12-07T11:08:58.053255+0000 mgr.a (mgr.24293) 3153 : 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-07T11:08:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:08:59 smithi027 bash[31536]: cluster 2023-12-07T11:08:58.053255+0000 mgr.a (mgr.24293) 3153 : 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-07T11:09:00.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:00.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:00.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:00.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:00.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:01 smithi044 bash[32620]: cluster 2023-12-07T11:09:00.053597+0000 mgr.a (mgr.24293) 3154 : 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-07T11:09:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:01 smithi044 bash[32620]: audit 2023-12-07T11:09:00.338169+0000 mgr.a (mgr.24293) 3155 : audit 0 from='client.74208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:01 smithi022 bash[28554]: cluster 2023-12-07T11:09:00.053597+0000 mgr.a (mgr.24293) 3154 : 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-07T11:09:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:01 smithi022 bash[28554]: audit 2023-12-07T11:09:00.338169+0000 mgr.a (mgr.24293) 3155 : audit 0 from='client.74208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:01 smithi027 bash[31536]: cluster 2023-12-07T11:09:00.053597+0000 mgr.a (mgr.24293) 3154 : 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-07T11:09:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:01 smithi027 bash[31536]: audit 2023-12-07T11:09:00.338169+0000 mgr.a (mgr.24293) 3155 : audit 0 from='client.74208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:03 smithi027 bash[31536]: cluster 2023-12-07T11:09:02.054549+0000 mgr.a (mgr.24293) 3156 : cluster 0 pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:03 smithi044 bash[32620]: cluster 2023-12-07T11:09:02.054549+0000 mgr.a (mgr.24293) 3156 : cluster 0 pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:03 smithi022 bash[28554]: cluster 2023-12-07T11:09:02.054549+0000 mgr.a (mgr.24293) 3156 : cluster 0 pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:05.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:05.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:05.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:05 smithi027 bash[31536]: cluster 2023-12-07T11:09:04.055158+0000 mgr.a (mgr.24293) 3157 : cluster 0 pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:05 smithi044 bash[32620]: cluster 2023-12-07T11:09:04.055158+0000 mgr.a (mgr.24293) 3157 : cluster 0 pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:05 smithi022 bash[28554]: cluster 2023-12-07T11:09:04.055158+0000 mgr.a (mgr.24293) 3157 : cluster 0 pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:06.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:07 smithi027 bash[31536]: cluster 2023-12-07T11:09:06.055945+0000 mgr.a (mgr.24293) 3158 : cluster 0 pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:07.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:07 smithi027 bash[31536]: audit 2023-12-07T11:09:06.277226+0000 mgr.a (mgr.24293) 3159 : audit 0 from='client.74280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:07 smithi044 bash[32620]: cluster 2023-12-07T11:09:06.055945+0000 mgr.a (mgr.24293) 3158 : cluster 0 pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:07 smithi044 bash[32620]: audit 2023-12-07T11:09:06.277226+0000 mgr.a (mgr.24293) 3159 : audit 0 from='client.74280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:07 smithi022 bash[28554]: cluster 2023-12-07T11:09:06.055945+0000 mgr.a (mgr.24293) 3158 : cluster 0 pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:07 smithi022 bash[28554]: audit 2023-12-07T11:09:06.277226+0000 mgr.a (mgr.24293) 3159 : audit 0 from='client.74280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:09 smithi027 bash[31536]: cluster 2023-12-07T11:09:08.056572+0000 mgr.a (mgr.24293) 3160 : cluster 0 pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:09 smithi044 bash[32620]: cluster 2023-12-07T11:09:08.056572+0000 mgr.a (mgr.24293) 3160 : cluster 0 pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:09 smithi022 bash[28554]: cluster 2023-12-07T11:09:08.056572+0000 mgr.a (mgr.24293) 3160 : cluster 0 pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:11.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:11.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:11.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:11 smithi027 bash[31536]: cluster 2023-12-07T11:09:10.057150+0000 mgr.a (mgr.24293) 3161 : cluster 0 pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:11 smithi044 bash[32620]: cluster 2023-12-07T11:09:10.057150+0000 mgr.a (mgr.24293) 3161 : cluster 0 pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:11 smithi022 bash[28554]: cluster 2023-12-07T11:09:10.057150+0000 mgr.a (mgr.24293) 3161 : cluster 0 pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:12.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:12.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:12.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:12.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:12.725 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:13 smithi044 bash[32620]: cluster 2023-12-07T11:09:12.057981+0000 mgr.a (mgr.24293) 3162 : cluster 0 pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:13 smithi044 bash[32620]: audit 2023-12-07T11:09:12.202284+0000 mgr.a (mgr.24293) 3163 : audit 0 from='client.74355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:13 smithi022 bash[28554]: cluster 2023-12-07T11:09:12.057981+0000 mgr.a (mgr.24293) 3162 : cluster 0 pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:13 smithi022 bash[28554]: audit 2023-12-07T11:09:12.202284+0000 mgr.a (mgr.24293) 3163 : audit 0 from='client.74355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:13 smithi027 bash[31536]: cluster 2023-12-07T11:09:12.057981+0000 mgr.a (mgr.24293) 3162 : cluster 0 pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:13 smithi027 bash[31536]: audit 2023-12-07T11:09:12.202284+0000 mgr.a (mgr.24293) 3163 : audit 0 from='client.74355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:15 smithi044 bash[32620]: cluster 2023-12-07T11:09:14.058580+0000 mgr.a (mgr.24293) 3164 : cluster 0 pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:15 smithi022 bash[28554]: cluster 2023-12-07T11:09:14.058580+0000 mgr.a (mgr.24293) 3164 : cluster 0 pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:15 smithi027 bash[31536]: cluster 2023-12-07T11:09:14.058580+0000 mgr.a (mgr.24293) 3164 : cluster 0 pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:17.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:17.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:17.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:17 smithi044 bash[32620]: cluster 2023-12-07T11:09:16.059420+0000 mgr.a (mgr.24293) 3165 : cluster 0 pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:17 smithi022 bash[28554]: cluster 2023-12-07T11:09:16.059420+0000 mgr.a (mgr.24293) 3165 : cluster 0 pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:17 smithi027 bash[31536]: cluster 2023-12-07T11:09:16.059420+0000 mgr.a (mgr.24293) 3165 : cluster 0 pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:18.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:19 smithi044 bash[32620]: cluster 2023-12-07T11:09:18.059964+0000 mgr.a (mgr.24293) 3166 : cluster 0 pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:19 smithi044 bash[32620]: audit 2023-12-07T11:09:18.134060+0000 mgr.a (mgr.24293) 3167 : audit 0 from='client.74433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:19 smithi022 bash[28554]: cluster 2023-12-07T11:09:18.059964+0000 mgr.a (mgr.24293) 3166 : cluster 0 pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:19 smithi022 bash[28554]: audit 2023-12-07T11:09:18.134060+0000 mgr.a (mgr.24293) 3167 : audit 0 from='client.74433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:19 smithi027 bash[31536]: cluster 2023-12-07T11:09:18.059964+0000 mgr.a (mgr.24293) 3166 : cluster 0 pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:19 smithi027 bash[31536]: audit 2023-12-07T11:09:18.134060+0000 mgr.a (mgr.24293) 3167 : audit 0 from='client.74433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:21 smithi044 bash[32620]: cluster 2023-12-07T11:09:20.060606+0000 mgr.a (mgr.24293) 3168 : cluster 0 pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:21 smithi022 bash[28554]: cluster 2023-12-07T11:09:20.060606+0000 mgr.a (mgr.24293) 3168 : cluster 0 pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:21 smithi027 bash[31536]: cluster 2023-12-07T11:09:20.060606+0000 mgr.a (mgr.24293) 3168 : cluster 0 pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:23.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:23.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:23.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:23 smithi044 bash[32620]: cluster 2023-12-07T11:09:22.061461+0000 mgr.a (mgr.24293) 3169 : cluster 0 pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:23 smithi022 bash[28554]: cluster 2023-12-07T11:09:22.061461+0000 mgr.a (mgr.24293) 3169 : cluster 0 pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:23 smithi027 bash[31536]: cluster 2023-12-07T11:09:22.061461+0000 mgr.a (mgr.24293) 3169 : cluster 0 pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:24.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:24.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:24.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:24.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:24.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:25 smithi044 bash[32620]: cluster 2023-12-07T11:09:24.062019+0000 mgr.a (mgr.24293) 3170 : cluster 0 pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:25 smithi044 bash[32620]: audit 2023-12-07T11:09:24.066239+0000 mgr.a (mgr.24293) 3171 : audit 0 from='client.74511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:25 smithi022 bash[28554]: cluster 2023-12-07T11:09:24.062019+0000 mgr.a (mgr.24293) 3170 : cluster 0 pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:25 smithi022 bash[28554]: audit 2023-12-07T11:09:24.066239+0000 mgr.a (mgr.24293) 3171 : audit 0 from='client.74511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:25 smithi027 bash[31536]: cluster 2023-12-07T11:09:24.062019+0000 mgr.a (mgr.24293) 3170 : cluster 0 pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:25 smithi027 bash[31536]: audit 2023-12-07T11:09:24.066239+0000 mgr.a (mgr.24293) 3171 : audit 0 from='client.74511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:27 smithi044 bash[32620]: cluster 2023-12-07T11:09:26.062904+0000 mgr.a (mgr.24293) 3172 : cluster 0 pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:27 smithi022 bash[28554]: cluster 2023-12-07T11:09:26.062904+0000 mgr.a (mgr.24293) 3172 : cluster 0 pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:27 smithi027 bash[31536]: cluster 2023-12-07T11:09:26.062904+0000 mgr.a (mgr.24293) 3172 : cluster 0 pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:29.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:29.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:29.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:29 smithi044 bash[32620]: cluster 2023-12-07T11:09:28.063449+0000 mgr.a (mgr.24293) 3173 : 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-07T11:09:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:29 smithi022 bash[28554]: cluster 2023-12-07T11:09:28.063449+0000 mgr.a (mgr.24293) 3173 : 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-07T11:09:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:29 smithi027 bash[31536]: cluster 2023-12-07T11:09:28.063449+0000 mgr.a (mgr.24293) 3173 : 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-07T11:09:30.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:30.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:30.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:30.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:30.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:31 smithi044 bash[32620]: audit 2023-12-07T11:09:29.996097+0000 mgr.a (mgr.24293) 3174 : audit 0 from='client.74586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:31 smithi044 bash[32620]: cluster 2023-12-07T11:09:30.064011+0000 mgr.a (mgr.24293) 3175 : 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-07T11:09:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:31 smithi022 bash[28554]: audit 2023-12-07T11:09:29.996097+0000 mgr.a (mgr.24293) 3174 : audit 0 from='client.74586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:31 smithi022 bash[28554]: cluster 2023-12-07T11:09:30.064011+0000 mgr.a (mgr.24293) 3175 : 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-07T11:09:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:31 smithi027 bash[31536]: audit 2023-12-07T11:09:29.996097+0000 mgr.a (mgr.24293) 3174 : audit 0 from='client.74586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:31 smithi027 bash[31536]: cluster 2023-12-07T11:09:30.064011+0000 mgr.a (mgr.24293) 3175 : 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-07T11:09:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:33 smithi044 bash[32620]: cluster 2023-12-07T11:09:32.064899+0000 mgr.a (mgr.24293) 3176 : cluster 0 pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:09:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:33 smithi022 bash[28554]: cluster 2023-12-07T11:09:32.064899+0000 mgr.a (mgr.24293) 3176 : cluster 0 pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:09:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:33 smithi027 bash[31536]: cluster 2023-12-07T11:09:32.064899+0000 mgr.a (mgr.24293) 3176 : cluster 0 pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:09:35.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:35.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:35.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:35 smithi044 bash[32620]: cluster 2023-12-07T11:09:34.065475+0000 mgr.a (mgr.24293) 3177 : cluster 0 pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:35 smithi022 bash[28554]: cluster 2023-12-07T11:09:34.065475+0000 mgr.a (mgr.24293) 3177 : cluster 0 pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:35 smithi027 bash[31536]: cluster 2023-12-07T11:09:34.065475+0000 mgr.a (mgr.24293) 3177 : cluster 0 pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:36.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:36.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:36.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:36.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:36.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:37 smithi044 bash[32620]: audit 2023-12-07T11:09:35.941595+0000 mgr.a (mgr.24293) 3178 : audit 0 from='client.69902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:37 smithi044 bash[32620]: cluster 2023-12-07T11:09:36.066801+0000 mgr.a (mgr.24293) 3179 : cluster 0 pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:37 smithi022 bash[28554]: audit 2023-12-07T11:09:35.941595+0000 mgr.a (mgr.24293) 3178 : audit 0 from='client.69902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:37 smithi022 bash[28554]: cluster 2023-12-07T11:09:36.066801+0000 mgr.a (mgr.24293) 3179 : cluster 0 pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:37 smithi027 bash[31536]: audit 2023-12-07T11:09:35.941595+0000 mgr.a (mgr.24293) 3178 : audit 0 from='client.69902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:37 smithi027 bash[31536]: cluster 2023-12-07T11:09:36.066801+0000 mgr.a (mgr.24293) 3179 : cluster 0 pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:39 smithi044 bash[32620]: cluster 2023-12-07T11:09:38.067600+0000 mgr.a (mgr.24293) 3180 : cluster 0 pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:39 smithi022 bash[28554]: cluster 2023-12-07T11:09:38.067600+0000 mgr.a (mgr.24293) 3180 : cluster 0 pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:39 smithi027 bash[31536]: cluster 2023-12-07T11:09:38.067600+0000 mgr.a (mgr.24293) 3180 : cluster 0 pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:41.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:41.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:41.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:41 smithi044 bash[32620]: cluster 2023-12-07T11:09:40.068198+0000 mgr.a (mgr.24293) 3181 : cluster 0 pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:41 smithi022 bash[28554]: cluster 2023-12-07T11:09:40.068198+0000 mgr.a (mgr.24293) 3181 : cluster 0 pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:41 smithi027 bash[31536]: cluster 2023-12-07T11:09:40.068198+0000 mgr.a (mgr.24293) 3181 : cluster 0 pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:42.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:42.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:42.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:42.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:42.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:42 smithi044 bash[32620]: audit 2023-12-07T11:09:41.881683+0000 mgr.a (mgr.24293) 3182 : audit 0 from='client.71125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:42 smithi022 bash[28554]: audit 2023-12-07T11:09:41.881683+0000 mgr.a (mgr.24293) 3182 : audit 0 from='client.71125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:42 smithi027 bash[31536]: audit 2023-12-07T11:09:41.881683+0000 mgr.a (mgr.24293) 3182 : audit 0 from='client.71125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:43 smithi044 bash[32620]: cluster 2023-12-07T11:09:42.068921+0000 mgr.a (mgr.24293) 3183 : cluster 0 pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:44.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:43 smithi022 bash[28554]: cluster 2023-12-07T11:09:42.068921+0000 mgr.a (mgr.24293) 3183 : cluster 0 pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:43 smithi027 bash[31536]: cluster 2023-12-07T11:09:42.068921+0000 mgr.a (mgr.24293) 3183 : cluster 0 pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:45 smithi044 bash[32620]: cluster 2023-12-07T11:09:44.069565+0000 mgr.a (mgr.24293) 3184 : cluster 0 pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:09:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:45 smithi044 bash[32620]: audit 2023-12-07T11:09:45.540985+0000 mon.a (mon.0) 904 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:09:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:45 smithi022 bash[28554]: cluster 2023-12-07T11:09:44.069565+0000 mgr.a (mgr.24293) 3184 : cluster 0 pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:09:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:45 smithi022 bash[28554]: audit 2023-12-07T11:09:45.540985+0000 mon.a (mon.0) 904 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:09:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:45 smithi027 bash[31536]: cluster 2023-12-07T11:09:44.069565+0000 mgr.a (mgr.24293) 3184 : cluster 0 pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:09:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:45 smithi027 bash[31536]: audit 2023-12-07T11:09:45.540985+0000 mon.a (mon.0) 904 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:09:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:46 smithi044 bash[32620]: audit 2023-12-07T11:09:46.279920+0000 mon.a (mon.0) 905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:09:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:46 smithi044 bash[32620]: audit 2023-12-07T11:09:46.281944+0000 mon.a (mon.0) 906 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:09:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:46 smithi044 bash[32620]: audit 2023-12-07T11:09:46.291694+0000 mon.a (mon.0) 907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:09:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:46 smithi022 bash[28554]: audit 2023-12-07T11:09:46.279920+0000 mon.a (mon.0) 905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:09:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:46 smithi022 bash[28554]: audit 2023-12-07T11:09:46.281944+0000 mon.a (mon.0) 906 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:09:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:46 smithi022 bash[28554]: audit 2023-12-07T11:09:46.291694+0000 mon.a (mon.0) 907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:09:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:46 smithi027 bash[31536]: audit 2023-12-07T11:09:46.279920+0000 mon.a (mon.0) 905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:09:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:46 smithi027 bash[31536]: audit 2023-12-07T11:09:46.281944+0000 mon.a (mon.0) 906 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:09:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:46 smithi027 bash[31536]: audit 2023-12-07T11:09:46.291694+0000 mon.a (mon.0) 907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:09:47.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:47 smithi044 bash[32620]: cluster 2023-12-07T11:09:46.070401+0000 mgr.a (mgr.24293) 3185 : cluster 0 pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:09:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:47 smithi022 bash[28554]: cluster 2023-12-07T11:09:46.070401+0000 mgr.a (mgr.24293) 3185 : cluster 0 pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:09:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:47 smithi027 bash[31536]: cluster 2023-12-07T11:09:46.070401+0000 mgr.a (mgr.24293) 3185 : cluster 0 pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:09:48.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:48.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:48.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:48.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:48.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:48 smithi044 bash[32620]: audit 2023-12-07T11:09:47.825111+0000 mgr.a (mgr.24293) 3186 : audit 0 from='client.74811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:48 smithi022 bash[28554]: audit 2023-12-07T11:09:47.825111+0000 mgr.a (mgr.24293) 3186 : audit 0 from='client.74811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:48 smithi027 bash[31536]: audit 2023-12-07T11:09:47.825111+0000 mgr.a (mgr.24293) 3186 : audit 0 from='client.74811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:49 smithi044 bash[32620]: cluster 2023-12-07T11:09:48.071051+0000 mgr.a (mgr.24293) 3187 : cluster 0 pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:49 smithi022 bash[28554]: cluster 2023-12-07T11:09:48.071051+0000 mgr.a (mgr.24293) 3187 : cluster 0 pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:49 smithi027 bash[31536]: cluster 2023-12-07T11:09:48.071051+0000 mgr.a (mgr.24293) 3187 : cluster 0 pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:51 smithi044 bash[32620]: cluster 2023-12-07T11:09:50.071753+0000 mgr.a (mgr.24293) 3188 : cluster 0 pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:51 smithi022 bash[28554]: cluster 2023-12-07T11:09:50.071753+0000 mgr.a (mgr.24293) 3188 : cluster 0 pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:51 smithi027 bash[31536]: cluster 2023-12-07T11:09:50.071753+0000 mgr.a (mgr.24293) 3188 : cluster 0 pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:53.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:53.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:53.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:53 smithi044 bash[32620]: cluster 2023-12-07T11:09:52.072543+0000 mgr.a (mgr.24293) 3189 : cluster 0 pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:53 smithi022 bash[28554]: cluster 2023-12-07T11:09:52.072543+0000 mgr.a (mgr.24293) 3189 : cluster 0 pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:53 smithi027 bash[31536]: cluster 2023-12-07T11:09:52.072543+0000 mgr.a (mgr.24293) 3189 : cluster 0 pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:54.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:09:54.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:54.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:54.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:54.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:09:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:54 smithi044 bash[32620]: audit 2023-12-07T11:09:53.755489+0000 mgr.a (mgr.24293) 3190 : audit 0 from='client.74889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:54 smithi022 bash[28554]: audit 2023-12-07T11:09:53.755489+0000 mgr.a (mgr.24293) 3190 : audit 0 from='client.74889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:54 smithi027 bash[31536]: audit 2023-12-07T11:09:53.755489+0000 mgr.a (mgr.24293) 3190 : audit 0 from='client.74889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:55 smithi044 bash[32620]: cluster 2023-12-07T11:09:54.073068+0000 mgr.a (mgr.24293) 3191 : cluster 0 pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:55 smithi022 bash[28554]: cluster 2023-12-07T11:09:54.073068+0000 mgr.a (mgr.24293) 3191 : cluster 0 pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:55 smithi027 bash[31536]: cluster 2023-12-07T11:09:54.073068+0000 mgr.a (mgr.24293) 3191 : cluster 0 pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:57 smithi044 bash[32620]: cluster 2023-12-07T11:09:56.074101+0000 mgr.a (mgr.24293) 3192 : cluster 0 pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:57 smithi022 bash[28554]: cluster 2023-12-07T11:09:56.074101+0000 mgr.a (mgr.24293) 3192 : cluster 0 pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:57 smithi027 bash[31536]: cluster 2023-12-07T11:09:56.074101+0000 mgr.a (mgr.24293) 3192 : cluster 0 pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:59.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:09:59.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:59.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:09:59 smithi044 bash[32620]: cluster 2023-12-07T11:09:58.074854+0000 mgr.a (mgr.24293) 3193 : 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-07T11:10:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:09:59 smithi022 bash[28554]: cluster 2023-12-07T11:09:58.074854+0000 mgr.a (mgr.24293) 3193 : 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-07T11:10:00.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:00.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:00.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:00.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:00.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:09:59 smithi027 bash[31536]: cluster 2023-12-07T11:09:58.074854+0000 mgr.a (mgr.24293) 3193 : 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-07T11:10:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:00 smithi044 bash[32620]: audit 2023-12-07T11:09:59.680626+0000 mgr.a (mgr.24293) 3194 : audit 0 from='client.71308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:00 smithi044 bash[32620]: cluster 2023-12-07T11:10:00.000134+0000 mon.a (mon.0) 908 : cluster 1 overall HEALTH_OK 2023-12-07T11:10:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:00 smithi022 bash[28554]: audit 2023-12-07T11:09:59.680626+0000 mgr.a (mgr.24293) 3194 : audit 0 from='client.71308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:00 smithi022 bash[28554]: cluster 2023-12-07T11:10:00.000134+0000 mon.a (mon.0) 908 : cluster 1 overall HEALTH_OK 2023-12-07T11:10:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:00 smithi027 bash[31536]: audit 2023-12-07T11:09:59.680626+0000 mgr.a (mgr.24293) 3194 : audit 0 from='client.71308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:00 smithi027 bash[31536]: cluster 2023-12-07T11:10:00.000134+0000 mon.a (mon.0) 908 : cluster 1 overall HEALTH_OK 2023-12-07T11:10:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:01 smithi044 bash[32620]: cluster 2023-12-07T11:10:00.075505+0000 mgr.a (mgr.24293) 3195 : 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-07T11:10:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:01 smithi022 bash[28554]: cluster 2023-12-07T11:10:00.075505+0000 mgr.a (mgr.24293) 3195 : 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-07T11:10:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:01 smithi027 bash[31536]: cluster 2023-12-07T11:10:00.075505+0000 mgr.a (mgr.24293) 3195 : 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-07T11:10:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:03 smithi044 bash[32620]: cluster 2023-12-07T11:10:02.076361+0000 mgr.a (mgr.24293) 3196 : 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-07T11:10:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:03 smithi022 bash[28554]: cluster 2023-12-07T11:10:02.076361+0000 mgr.a (mgr.24293) 3196 : 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-07T11:10:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:03 smithi027 bash[31536]: cluster 2023-12-07T11:10:02.076361+0000 mgr.a (mgr.24293) 3196 : 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-07T11:10:05.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:05.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:05.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:06.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:06.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:06.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:06.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:06.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:05 smithi044 bash[32620]: cluster 2023-12-07T11:10:04.077080+0000 mgr.a (mgr.24293) 3197 : 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-07T11:10:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:05 smithi022 bash[28554]: cluster 2023-12-07T11:10:04.077080+0000 mgr.a (mgr.24293) 3197 : 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-07T11:10:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:05 smithi027 bash[31536]: cluster 2023-12-07T11:10:04.077080+0000 mgr.a (mgr.24293) 3197 : 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-07T11:10:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:06 smithi044 bash[32620]: audit 2023-12-07T11:10:05.595776+0000 mgr.a (mgr.24293) 3198 : audit 0 from='client.75039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:06 smithi022 bash[28554]: audit 2023-12-07T11:10:05.595776+0000 mgr.a (mgr.24293) 3198 : audit 0 from='client.75039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:06 smithi027 bash[31536]: audit 2023-12-07T11:10:05.595776+0000 mgr.a (mgr.24293) 3198 : audit 0 from='client.75039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:07 smithi044 bash[32620]: cluster 2023-12-07T11:10:06.078008+0000 mgr.a (mgr.24293) 3199 : cluster 0 pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:07 smithi022 bash[28554]: cluster 2023-12-07T11:10:06.078008+0000 mgr.a (mgr.24293) 3199 : cluster 0 pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:07 smithi027 bash[31536]: cluster 2023-12-07T11:10:06.078008+0000 mgr.a (mgr.24293) 3199 : cluster 0 pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:09 smithi044 bash[32620]: cluster 2023-12-07T11:10:08.078581+0000 mgr.a (mgr.24293) 3200 : cluster 0 pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:09 smithi022 bash[28554]: cluster 2023-12-07T11:10:08.078581+0000 mgr.a (mgr.24293) 3200 : cluster 0 pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:09 smithi027 bash[31536]: cluster 2023-12-07T11:10:08.078581+0000 mgr.a (mgr.24293) 3200 : cluster 0 pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:11.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:11.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:11.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:12.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:12.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:12.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:12.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:12.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:11 smithi044 bash[32620]: cluster 2023-12-07T11:10:10.079277+0000 mgr.a (mgr.24293) 3201 : cluster 0 pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:11 smithi022 bash[28554]: cluster 2023-12-07T11:10:10.079277+0000 mgr.a (mgr.24293) 3201 : cluster 0 pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:11 smithi027 bash[31536]: cluster 2023-12-07T11:10:10.079277+0000 mgr.a (mgr.24293) 3201 : cluster 0 pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:12 smithi044 bash[32620]: audit 2023-12-07T11:10:11.565885+0000 mgr.a (mgr.24293) 3202 : audit 0 from='client.75117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:12 smithi022 bash[28554]: audit 2023-12-07T11:10:11.565885+0000 mgr.a (mgr.24293) 3202 : audit 0 from='client.75117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:12 smithi027 bash[31536]: audit 2023-12-07T11:10:11.565885+0000 mgr.a (mgr.24293) 3202 : audit 0 from='client.75117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:13 smithi044 bash[32620]: cluster 2023-12-07T11:10:12.080283+0000 mgr.a (mgr.24293) 3203 : cluster 0 pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:13 smithi022 bash[28554]: cluster 2023-12-07T11:10:12.080283+0000 mgr.a (mgr.24293) 3203 : cluster 0 pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:13 smithi027 bash[31536]: cluster 2023-12-07T11:10:12.080283+0000 mgr.a (mgr.24293) 3203 : cluster 0 pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:15 smithi044 bash[32620]: cluster 2023-12-07T11:10:14.080852+0000 mgr.a (mgr.24293) 3204 : cluster 0 pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:15 smithi022 bash[28554]: cluster 2023-12-07T11:10:14.080852+0000 mgr.a (mgr.24293) 3204 : cluster 0 pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:15 smithi027 bash[31536]: cluster 2023-12-07T11:10:14.080852+0000 mgr.a (mgr.24293) 3204 : cluster 0 pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:17.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:17.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:17.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:18.031 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:18.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:18.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:18.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:18.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:17 smithi044 bash[32620]: cluster 2023-12-07T11:10:16.081598+0000 mgr.a (mgr.24293) 3205 : cluster 0 pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:17 smithi022 bash[28554]: cluster 2023-12-07T11:10:16.081598+0000 mgr.a (mgr.24293) 3205 : cluster 0 pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:17 smithi027 bash[31536]: cluster 2023-12-07T11:10:16.081598+0000 mgr.a (mgr.24293) 3205 : cluster 0 pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:18 smithi044 bash[32620]: audit 2023-12-07T11:10:17.506868+0000 mgr.a (mgr.24293) 3206 : audit 0 from='client.75192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:18 smithi022 bash[28554]: audit 2023-12-07T11:10:17.506868+0000 mgr.a (mgr.24293) 3206 : audit 0 from='client.75192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:18 smithi027 bash[31536]: audit 2023-12-07T11:10:17.506868+0000 mgr.a (mgr.24293) 3206 : audit 0 from='client.75192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:19 smithi044 bash[32620]: cluster 2023-12-07T11:10:18.082280+0000 mgr.a (mgr.24293) 3207 : 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-07T11:10:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:19 smithi022 bash[28554]: cluster 2023-12-07T11:10:18.082280+0000 mgr.a (mgr.24293) 3207 : 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-07T11:10:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:19 smithi027 bash[31536]: cluster 2023-12-07T11:10:18.082280+0000 mgr.a (mgr.24293) 3207 : 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-07T11:10:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:21 smithi044 bash[32620]: cluster 2023-12-07T11:10:20.082951+0000 mgr.a (mgr.24293) 3208 : 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-07T11:10:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:21 smithi022 bash[28554]: cluster 2023-12-07T11:10:20.082951+0000 mgr.a (mgr.24293) 3208 : 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-07T11:10:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:21 smithi027 bash[31536]: cluster 2023-12-07T11:10:20.082951+0000 mgr.a (mgr.24293) 3208 : 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-07T11:10:23.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:23.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:23.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:23.994 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:23.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:23.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:23.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:23.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:23 smithi044 bash[32620]: cluster 2023-12-07T11:10:22.084202+0000 mgr.a (mgr.24293) 3209 : cluster 0 pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:23 smithi022 bash[28554]: cluster 2023-12-07T11:10:22.084202+0000 mgr.a (mgr.24293) 3209 : cluster 0 pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:23 smithi027 bash[31536]: cluster 2023-12-07T11:10:22.084202+0000 mgr.a (mgr.24293) 3209 : cluster 0 pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:24 smithi044 bash[32620]: audit 2023-12-07T11:10:23.444706+0000 mgr.a (mgr.24293) 3210 : audit 0 from='client.75267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:24 smithi022 bash[28554]: audit 2023-12-07T11:10:23.444706+0000 mgr.a (mgr.24293) 3210 : audit 0 from='client.75267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:24 smithi027 bash[31536]: audit 2023-12-07T11:10:23.444706+0000 mgr.a (mgr.24293) 3210 : audit 0 from='client.75267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:25 smithi044 bash[32620]: cluster 2023-12-07T11:10:24.085006+0000 mgr.a (mgr.24293) 3211 : cluster 0 pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:25 smithi022 bash[28554]: cluster 2023-12-07T11:10:24.085006+0000 mgr.a (mgr.24293) 3211 : cluster 0 pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:25 smithi027 bash[31536]: cluster 2023-12-07T11:10:24.085006+0000 mgr.a (mgr.24293) 3211 : cluster 0 pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:27 smithi044 bash[32620]: cluster 2023-12-07T11:10:26.085766+0000 mgr.a (mgr.24293) 3212 : cluster 0 pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:28.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:27 smithi022 bash[28554]: cluster 2023-12-07T11:10:26.085766+0000 mgr.a (mgr.24293) 3212 : cluster 0 pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:27 smithi027 bash[31536]: cluster 2023-12-07T11:10:26.085766+0000 mgr.a (mgr.24293) 3212 : cluster 0 pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:28.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:28.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:28.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:29.939 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:29 smithi044 bash[32620]: cluster 2023-12-07T11:10:28.086338+0000 mgr.a (mgr.24293) 3213 : cluster 0 pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:29 smithi022 bash[28554]: cluster 2023-12-07T11:10:28.086338+0000 mgr.a (mgr.24293) 3213 : cluster 0 pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:29 smithi027 bash[31536]: cluster 2023-12-07T11:10:28.086338+0000 mgr.a (mgr.24293) 3213 : cluster 0 pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:30 smithi044 bash[32620]: audit 2023-12-07T11:10:29.403001+0000 mgr.a (mgr.24293) 3214 : audit 0 from='client.75342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:30 smithi022 bash[28554]: audit 2023-12-07T11:10:29.403001+0000 mgr.a (mgr.24293) 3214 : audit 0 from='client.75342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:30 smithi027 bash[31536]: audit 2023-12-07T11:10:29.403001+0000 mgr.a (mgr.24293) 3214 : audit 0 from='client.75342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:31 smithi044 bash[32620]: cluster 2023-12-07T11:10:30.087222+0000 mgr.a (mgr.24293) 3215 : cluster 0 pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:31 smithi022 bash[28554]: cluster 2023-12-07T11:10:30.087222+0000 mgr.a (mgr.24293) 3215 : cluster 0 pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:31 smithi027 bash[31536]: cluster 2023-12-07T11:10:30.087222+0000 mgr.a (mgr.24293) 3215 : cluster 0 pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:33 smithi044 bash[32620]: cluster 2023-12-07T11:10:32.088141+0000 mgr.a (mgr.24293) 3216 : cluster 0 pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:33 smithi022 bash[28554]: cluster 2023-12-07T11:10:32.088141+0000 mgr.a (mgr.24293) 3216 : cluster 0 pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:33 smithi027 bash[31536]: cluster 2023-12-07T11:10:32.088141+0000 mgr.a (mgr.24293) 3216 : cluster 0 pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:34.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:34.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:34.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:35 smithi044 bash[32620]: cluster 2023-12-07T11:10:34.088665+0000 mgr.a (mgr.24293) 3217 : 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-07T11:10:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:35 smithi022 bash[28554]: cluster 2023-12-07T11:10:34.088665+0000 mgr.a (mgr.24293) 3217 : 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-07T11:10:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:35 smithi027 bash[31536]: cluster 2023-12-07T11:10:34.088665+0000 mgr.a (mgr.24293) 3217 : 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-07T11:10:35.874 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:35.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:35.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:35.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:35.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:36 smithi044 bash[32620]: audit 2023-12-07T11:10:35.358978+0000 mgr.a (mgr.24293) 3218 : audit 0 from='client.75420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:36 smithi022 bash[28554]: audit 2023-12-07T11:10:35.358978+0000 mgr.a (mgr.24293) 3218 : audit 0 from='client.75420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:36 smithi027 bash[31536]: audit 2023-12-07T11:10:35.358978+0000 mgr.a (mgr.24293) 3218 : audit 0 from='client.75420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:37 smithi044 bash[32620]: cluster 2023-12-07T11:10:36.089706+0000 mgr.a (mgr.24293) 3219 : cluster 0 pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:37 smithi022 bash[28554]: cluster 2023-12-07T11:10:36.089706+0000 mgr.a (mgr.24293) 3219 : cluster 0 pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:37.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:37 smithi027 bash[31536]: cluster 2023-12-07T11:10:36.089706+0000 mgr.a (mgr.24293) 3219 : cluster 0 pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:39 smithi044 bash[32620]: cluster 2023-12-07T11:10:38.090286+0000 mgr.a (mgr.24293) 3220 : cluster 0 pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:39 smithi022 bash[28554]: cluster 2023-12-07T11:10:38.090286+0000 mgr.a (mgr.24293) 3220 : cluster 0 pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:39 smithi027 bash[31536]: cluster 2023-12-07T11:10:38.090286+0000 mgr.a (mgr.24293) 3220 : cluster 0 pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:40.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:40.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:40.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:41 smithi044 bash[32620]: cluster 2023-12-07T11:10:40.090807+0000 mgr.a (mgr.24293) 3221 : cluster 0 pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:41 smithi022 bash[28554]: cluster 2023-12-07T11:10:40.090807+0000 mgr.a (mgr.24293) 3221 : cluster 0 pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:41 smithi027 bash[31536]: cluster 2023-12-07T11:10:40.090807+0000 mgr.a (mgr.24293) 3221 : cluster 0 pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:41.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:42 smithi044 bash[32620]: audit 2023-12-07T11:10:41.288847+0000 mgr.a (mgr.24293) 3222 : audit 0 from='client.75498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:42 smithi022 bash[28554]: audit 2023-12-07T11:10:41.288847+0000 mgr.a (mgr.24293) 3222 : audit 0 from='client.75498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:42 smithi027 bash[31536]: audit 2023-12-07T11:10:41.288847+0000 mgr.a (mgr.24293) 3222 : audit 0 from='client.75498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:43 smithi044 bash[32620]: cluster 2023-12-07T11:10:42.091893+0000 mgr.a (mgr.24293) 3223 : cluster 0 pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:43 smithi022 bash[28554]: cluster 2023-12-07T11:10:42.091893+0000 mgr.a (mgr.24293) 3223 : cluster 0 pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:43 smithi027 bash[31536]: cluster 2023-12-07T11:10:42.091893+0000 mgr.a (mgr.24293) 3223 : cluster 0 pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:45 smithi044 bash[32620]: cluster 2023-12-07T11:10:44.092517+0000 mgr.a (mgr.24293) 3224 : cluster 0 pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:45 smithi022 bash[28554]: cluster 2023-12-07T11:10:44.092517+0000 mgr.a (mgr.24293) 3224 : cluster 0 pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:45 smithi027 bash[31536]: cluster 2023-12-07T11:10:44.092517+0000 mgr.a (mgr.24293) 3224 : cluster 0 pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:46.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:46.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:46.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:47 smithi044 bash[32620]: cluster 2023-12-07T11:10:46.093252+0000 mgr.a (mgr.24293) 3225 : cluster 0 pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:47 smithi044 bash[32620]: audit 2023-12-07T11:10:46.394851+0000 mon.a (mon.0) 909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:10:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:47 smithi044 bash[32620]: audit 2023-12-07T11:10:47.185530+0000 mon.a (mon.0) 910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:10:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:47 smithi044 bash[32620]: audit 2023-12-07T11:10:47.187262+0000 mon.a (mon.0) 911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:10:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:47 smithi044 bash[32620]: audit 2023-12-07T11:10:47.196605+0000 mon.a (mon.0) 912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:10:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:47 smithi022 bash[28554]: cluster 2023-12-07T11:10:46.093252+0000 mgr.a (mgr.24293) 3225 : cluster 0 pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:47 smithi022 bash[28554]: audit 2023-12-07T11:10:46.394851+0000 mon.a (mon.0) 909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:10:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:47 smithi022 bash[28554]: audit 2023-12-07T11:10:47.185530+0000 mon.a (mon.0) 910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:10:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:47 smithi022 bash[28554]: audit 2023-12-07T11:10:47.187262+0000 mon.a (mon.0) 911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:10:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:47 smithi022 bash[28554]: audit 2023-12-07T11:10:47.196605+0000 mon.a (mon.0) 912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:10:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:47 smithi027 bash[31536]: cluster 2023-12-07T11:10:46.093252+0000 mgr.a (mgr.24293) 3225 : cluster 0 pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:47 smithi027 bash[31536]: audit 2023-12-07T11:10:46.394851+0000 mon.a (mon.0) 909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:10:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:47 smithi027 bash[31536]: audit 2023-12-07T11:10:47.185530+0000 mon.a (mon.0) 910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:10:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:47 smithi027 bash[31536]: audit 2023-12-07T11:10:47.187262+0000 mon.a (mon.0) 911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:10:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:47 smithi027 bash[31536]: audit 2023-12-07T11:10:47.196605+0000 mon.a (mon.0) 912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:10:47.795 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:47.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:47.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:47.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:47.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:48 smithi044 bash[32620]: audit 2023-12-07T11:10:47.260107+0000 mgr.a (mgr.24293) 3226 : audit 0 from='client.71785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:48 smithi022 bash[28554]: audit 2023-12-07T11:10:47.260107+0000 mgr.a (mgr.24293) 3226 : audit 0 from='client.71785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:48 smithi027 bash[31536]: audit 2023-12-07T11:10:47.260107+0000 mgr.a (mgr.24293) 3226 : audit 0 from='client.71785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:49 smithi044 bash[32620]: cluster 2023-12-07T11:10:48.093972+0000 mgr.a (mgr.24293) 3227 : 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-07T11:10:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:49 smithi022 bash[28554]: cluster 2023-12-07T11:10:48.093972+0000 mgr.a (mgr.24293) 3227 : 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-07T11:10:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:49 smithi027 bash[31536]: cluster 2023-12-07T11:10:48.093972+0000 mgr.a (mgr.24293) 3227 : 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-07T11:10:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:51 smithi044 bash[32620]: cluster 2023-12-07T11:10:50.094591+0000 mgr.a (mgr.24293) 3228 : 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-07T11:10:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:51 smithi022 bash[28554]: cluster 2023-12-07T11:10:50.094591+0000 mgr.a (mgr.24293) 3228 : 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-07T11:10:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:51 smithi027 bash[31536]: cluster 2023-12-07T11:10:50.094591+0000 mgr.a (mgr.24293) 3228 : 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-07T11:10:52.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:52.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:52.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:53 smithi044 bash[32620]: cluster 2023-12-07T11:10:52.095427+0000 mgr.a (mgr.24293) 3229 : cluster 0 pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:53 smithi022 bash[28554]: cluster 2023-12-07T11:10:52.095427+0000 mgr.a (mgr.24293) 3229 : cluster 0 pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:53 smithi027 bash[31536]: cluster 2023-12-07T11:10:52.095427+0000 mgr.a (mgr.24293) 3229 : cluster 0 pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:53.760 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:53.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:53.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:53.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:53.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:54 smithi044 bash[32620]: audit 2023-12-07T11:10:53.211335+0000 mgr.a (mgr.24293) 3230 : audit 0 from='client.75648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:54 smithi022 bash[28554]: audit 2023-12-07T11:10:53.211335+0000 mgr.a (mgr.24293) 3230 : audit 0 from='client.75648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:54 smithi027 bash[31536]: audit 2023-12-07T11:10:53.211335+0000 mgr.a (mgr.24293) 3230 : audit 0 from='client.75648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:55 smithi044 bash[32620]: cluster 2023-12-07T11:10:54.096166+0000 mgr.a (mgr.24293) 3231 : cluster 0 pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:55 smithi022 bash[28554]: cluster 2023-12-07T11:10:54.096166+0000 mgr.a (mgr.24293) 3231 : cluster 0 pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:55 smithi027 bash[31536]: cluster 2023-12-07T11:10:54.096166+0000 mgr.a (mgr.24293) 3231 : cluster 0 pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:57 smithi044 bash[32620]: cluster 2023-12-07T11:10:56.097025+0000 mgr.a (mgr.24293) 3232 : cluster 0 pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:57 smithi022 bash[28554]: cluster 2023-12-07T11:10:56.097025+0000 mgr.a (mgr.24293) 3232 : cluster 0 pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:57 smithi027 bash[31536]: cluster 2023-12-07T11:10:56.097025+0000 mgr.a (mgr.24293) 3232 : cluster 0 pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:58.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:10:58.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:58.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:59.664 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:10:59.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:59.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:59.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:59.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:10:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:10:59 smithi044 bash[32620]: cluster 2023-12-07T11:10:58.097599+0000 mgr.a (mgr.24293) 3233 : cluster 0 pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:10:59 smithi022 bash[28554]: cluster 2023-12-07T11:10:58.097599+0000 mgr.a (mgr.24293) 3233 : cluster 0 pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:10:59 smithi027 bash[31536]: cluster 2023-12-07T11:10:58.097599+0000 mgr.a (mgr.24293) 3233 : cluster 0 pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:00 smithi044 bash[32620]: audit 2023-12-07T11:10:59.167834+0000 mgr.a (mgr.24293) 3234 : audit 0 from='client.75726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:00 smithi022 bash[28554]: audit 2023-12-07T11:10:59.167834+0000 mgr.a (mgr.24293) 3234 : audit 0 from='client.75726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:00 smithi027 bash[31536]: audit 2023-12-07T11:10:59.167834+0000 mgr.a (mgr.24293) 3234 : audit 0 from='client.75726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:01 smithi044 bash[32620]: cluster 2023-12-07T11:11:00.098393+0000 mgr.a (mgr.24293) 3235 : cluster 0 pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:01 smithi022 bash[28554]: cluster 2023-12-07T11:11:00.098393+0000 mgr.a (mgr.24293) 3235 : cluster 0 pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:01 smithi027 bash[31536]: cluster 2023-12-07T11:11:00.098393+0000 mgr.a (mgr.24293) 3235 : cluster 0 pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:03 smithi044 bash[32620]: cluster 2023-12-07T11:11:02.099283+0000 mgr.a (mgr.24293) 3236 : cluster 0 pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:03 smithi022 bash[28554]: cluster 2023-12-07T11:11:02.099283+0000 mgr.a (mgr.24293) 3236 : cluster 0 pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:03 smithi027 bash[31536]: cluster 2023-12-07T11:11:02.099283+0000 mgr.a (mgr.24293) 3236 : cluster 0 pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:04.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:04.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:04.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:05.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:05.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:05.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:05.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:05.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:05 smithi044 bash[32620]: cluster 2023-12-07T11:11:04.099894+0000 mgr.a (mgr.24293) 3237 : cluster 0 pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:05 smithi022 bash[28554]: cluster 2023-12-07T11:11:04.099894+0000 mgr.a (mgr.24293) 3237 : cluster 0 pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:05 smithi027 bash[31536]: cluster 2023-12-07T11:11:04.099894+0000 mgr.a (mgr.24293) 3237 : cluster 0 pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:06 smithi044 bash[32620]: audit 2023-12-07T11:11:05.079012+0000 mgr.a (mgr.24293) 3238 : audit 0 from='client.75801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:06 smithi022 bash[28554]: audit 2023-12-07T11:11:05.079012+0000 mgr.a (mgr.24293) 3238 : audit 0 from='client.75801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:06 smithi027 bash[31536]: audit 2023-12-07T11:11:05.079012+0000 mgr.a (mgr.24293) 3238 : audit 0 from='client.75801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:07 smithi044 bash[32620]: cluster 2023-12-07T11:11:06.100890+0000 mgr.a (mgr.24293) 3239 : cluster 0 pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:11:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:07 smithi022 bash[28554]: cluster 2023-12-07T11:11:06.100890+0000 mgr.a (mgr.24293) 3239 : cluster 0 pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:11:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:07 smithi027 bash[31536]: cluster 2023-12-07T11:11:06.100890+0000 mgr.a (mgr.24293) 3239 : cluster 0 pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:11:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:09 smithi044 bash[32620]: cluster 2023-12-07T11:11:08.101500+0000 mgr.a (mgr.24293) 3240 : cluster 0 pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:09 smithi022 bash[28554]: cluster 2023-12-07T11:11:08.101500+0000 mgr.a (mgr.24293) 3240 : cluster 0 pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:09 smithi027 bash[31536]: cluster 2023-12-07T11:11:08.101500+0000 mgr.a (mgr.24293) 3240 : cluster 0 pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:10.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:10.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:10.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:11.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:11.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:11.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:11.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:11.547 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:11 smithi044 bash[32620]: cluster 2023-12-07T11:11:10.102176+0000 mgr.a (mgr.24293) 3241 : cluster 0 pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:11 smithi022 bash[28554]: cluster 2023-12-07T11:11:10.102176+0000 mgr.a (mgr.24293) 3241 : cluster 0 pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:11 smithi027 bash[31536]: cluster 2023-12-07T11:11:10.102176+0000 mgr.a (mgr.24293) 3241 : cluster 0 pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:12 smithi044 bash[32620]: audit 2023-12-07T11:11:11.023320+0000 mgr.a (mgr.24293) 3242 : audit 0 from='client.75879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:12 smithi022 bash[28554]: audit 2023-12-07T11:11:11.023320+0000 mgr.a (mgr.24293) 3242 : audit 0 from='client.75879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:12 smithi027 bash[31536]: audit 2023-12-07T11:11:11.023320+0000 mgr.a (mgr.24293) 3242 : audit 0 from='client.75879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:13 smithi044 bash[32620]: cluster 2023-12-07T11:11:12.103292+0000 mgr.a (mgr.24293) 3243 : cluster 0 pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:13 smithi022 bash[28554]: cluster 2023-12-07T11:11:12.103292+0000 mgr.a (mgr.24293) 3243 : cluster 0 pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:13 smithi027 bash[31536]: cluster 2023-12-07T11:11:12.103292+0000 mgr.a (mgr.24293) 3243 : cluster 0 pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:15 smithi044 bash[32620]: cluster 2023-12-07T11:11:14.103901+0000 mgr.a (mgr.24293) 3244 : cluster 0 pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:15 smithi022 bash[28554]: cluster 2023-12-07T11:11:14.103901+0000 mgr.a (mgr.24293) 3244 : cluster 0 pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:15 smithi027 bash[31536]: cluster 2023-12-07T11:11:14.103901+0000 mgr.a (mgr.24293) 3244 : cluster 0 pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:16.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:16.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:16.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:17.465 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:17.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:17.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:17.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:17.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:17 smithi044 bash[32620]: cluster 2023-12-07T11:11:16.104652+0000 mgr.a (mgr.24293) 3245 : cluster 0 pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:17 smithi022 bash[28554]: cluster 2023-12-07T11:11:16.104652+0000 mgr.a (mgr.24293) 3245 : cluster 0 pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:17 smithi027 bash[31536]: cluster 2023-12-07T11:11:16.104652+0000 mgr.a (mgr.24293) 3245 : cluster 0 pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:18 smithi044 bash[32620]: audit 2023-12-07T11:11:16.949186+0000 mgr.a (mgr.24293) 3246 : audit 0 from='client.75957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:18 smithi022 bash[28554]: audit 2023-12-07T11:11:16.949186+0000 mgr.a (mgr.24293) 3246 : audit 0 from='client.75957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:18 smithi027 bash[31536]: audit 2023-12-07T11:11:16.949186+0000 mgr.a (mgr.24293) 3246 : audit 0 from='client.75957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:19 smithi044 bash[32620]: cluster 2023-12-07T11:11:18.105500+0000 mgr.a (mgr.24293) 3247 : cluster 0 pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:19 smithi022 bash[28554]: cluster 2023-12-07T11:11:18.105500+0000 mgr.a (mgr.24293) 3247 : cluster 0 pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:19 smithi027 bash[31536]: cluster 2023-12-07T11:11:18.105500+0000 mgr.a (mgr.24293) 3247 : cluster 0 pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:21 smithi044 bash[32620]: cluster 2023-12-07T11:11:20.106109+0000 mgr.a (mgr.24293) 3248 : cluster 0 pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:21 smithi022 bash[28554]: cluster 2023-12-07T11:11:20.106109+0000 mgr.a (mgr.24293) 3248 : cluster 0 pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:21 smithi027 bash[31536]: cluster 2023-12-07T11:11:20.106109+0000 mgr.a (mgr.24293) 3248 : cluster 0 pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:22.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:22.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:22.469 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:23.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:23.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:23.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:23.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:23.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:23 smithi044 bash[32620]: cluster 2023-12-07T11:11:22.106943+0000 mgr.a (mgr.24293) 3249 : cluster 0 pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:11:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:23 smithi044 bash[32620]: audit 2023-12-07T11:11:22.876886+0000 mgr.a (mgr.24293) 3250 : audit 0 from='client.76029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:23 smithi022 bash[28554]: cluster 2023-12-07T11:11:22.106943+0000 mgr.a (mgr.24293) 3249 : cluster 0 pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:11:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:23 smithi022 bash[28554]: audit 2023-12-07T11:11:22.876886+0000 mgr.a (mgr.24293) 3250 : audit 0 from='client.76029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:23 smithi027 bash[31536]: cluster 2023-12-07T11:11:22.106943+0000 mgr.a (mgr.24293) 3249 : cluster 0 pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:11:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:23 smithi027 bash[31536]: audit 2023-12-07T11:11:22.876886+0000 mgr.a (mgr.24293) 3250 : audit 0 from='client.76029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:25 smithi044 bash[32620]: cluster 2023-12-07T11:11:24.107838+0000 mgr.a (mgr.24293) 3251 : 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-07T11:11:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:25 smithi022 bash[28554]: cluster 2023-12-07T11:11:24.107838+0000 mgr.a (mgr.24293) 3251 : 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-07T11:11:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:25 smithi027 bash[31536]: cluster 2023-12-07T11:11:24.107838+0000 mgr.a (mgr.24293) 3251 : 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-07T11:11:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:27 smithi044 bash[32620]: cluster 2023-12-07T11:11:26.108848+0000 mgr.a (mgr.24293) 3252 : cluster 0 pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:27 smithi022 bash[28554]: cluster 2023-12-07T11:11:26.108848+0000 mgr.a (mgr.24293) 3252 : cluster 0 pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:27 smithi027 bash[31536]: cluster 2023-12-07T11:11:26.108848+0000 mgr.a (mgr.24293) 3252 : cluster 0 pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:28.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:28.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:28.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:29.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:29.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:29.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:29.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:29.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:29 smithi044 bash[32620]: cluster 2023-12-07T11:11:28.109458+0000 mgr.a (mgr.24293) 3253 : cluster 0 pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:29 smithi044 bash[32620]: audit 2023-12-07T11:11:28.809401+0000 mgr.a (mgr.24293) 3254 : audit 0 from='client.76107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:29 smithi022 bash[28554]: cluster 2023-12-07T11:11:28.109458+0000 mgr.a (mgr.24293) 3253 : cluster 0 pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:29 smithi022 bash[28554]: audit 2023-12-07T11:11:28.809401+0000 mgr.a (mgr.24293) 3254 : audit 0 from='client.76107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:29 smithi027 bash[31536]: cluster 2023-12-07T11:11:28.109458+0000 mgr.a (mgr.24293) 3253 : cluster 0 pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:29 smithi027 bash[31536]: audit 2023-12-07T11:11:28.809401+0000 mgr.a (mgr.24293) 3254 : audit 0 from='client.76107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:31 smithi044 bash[32620]: cluster 2023-12-07T11:11:30.110179+0000 mgr.a (mgr.24293) 3255 : cluster 0 pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:31 smithi022 bash[28554]: cluster 2023-12-07T11:11:30.110179+0000 mgr.a (mgr.24293) 3255 : cluster 0 pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:31 smithi027 bash[31536]: cluster 2023-12-07T11:11:30.110179+0000 mgr.a (mgr.24293) 3255 : cluster 0 pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:33 smithi044 bash[32620]: cluster 2023-12-07T11:11:32.110999+0000 mgr.a (mgr.24293) 3256 : cluster 0 pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:33 smithi022 bash[28554]: cluster 2023-12-07T11:11:32.110999+0000 mgr.a (mgr.24293) 3256 : cluster 0 pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:33 smithi027 bash[31536]: cluster 2023-12-07T11:11:32.110999+0000 mgr.a (mgr.24293) 3256 : cluster 0 pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:34.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:34.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:34.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:35.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:35.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:35.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:35.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:35.274 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:35 smithi044 bash[32620]: cluster 2023-12-07T11:11:34.111620+0000 mgr.a (mgr.24293) 3257 : cluster 0 pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:35 smithi044 bash[32620]: audit 2023-12-07T11:11:34.765167+0000 mgr.a (mgr.24293) 3258 : audit 0 from='client.76182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:35 smithi022 bash[28554]: cluster 2023-12-07T11:11:34.111620+0000 mgr.a (mgr.24293) 3257 : cluster 0 pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:35 smithi022 bash[28554]: audit 2023-12-07T11:11:34.765167+0000 mgr.a (mgr.24293) 3258 : audit 0 from='client.76182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:35 smithi027 bash[31536]: cluster 2023-12-07T11:11:34.111620+0000 mgr.a (mgr.24293) 3257 : cluster 0 pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:35 smithi027 bash[31536]: audit 2023-12-07T11:11:34.765167+0000 mgr.a (mgr.24293) 3258 : audit 0 from='client.76182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:37 smithi044 bash[32620]: cluster 2023-12-07T11:11:36.112587+0000 mgr.a (mgr.24293) 3259 : cluster 0 pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:37 smithi022 bash[28554]: cluster 2023-12-07T11:11:36.112587+0000 mgr.a (mgr.24293) 3259 : cluster 0 pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:37 smithi027 bash[31536]: cluster 2023-12-07T11:11:36.112587+0000 mgr.a (mgr.24293) 3259 : cluster 0 pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:39 smithi044 bash[32620]: cluster 2023-12-07T11:11:38.113128+0000 mgr.a (mgr.24293) 3260 : 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-07T11:11:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:39 smithi022 bash[28554]: cluster 2023-12-07T11:11:38.113128+0000 mgr.a (mgr.24293) 3260 : 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-07T11:11:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:39 smithi027 bash[31536]: cluster 2023-12-07T11:11:38.113128+0000 mgr.a (mgr.24293) 3260 : 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-07T11:11:40.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:40.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:40.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:41.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:41.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:41.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:41.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:41.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:41 smithi027 bash[31536]: cluster 2023-12-07T11:11:40.113685+0000 mgr.a (mgr.24293) 3261 : 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-07T11:11:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:41 smithi027 bash[31536]: audit 2023-12-07T11:11:40.683296+0000 mgr.a (mgr.24293) 3262 : audit 0 from='client.76260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:41 smithi044 bash[32620]: cluster 2023-12-07T11:11:40.113685+0000 mgr.a (mgr.24293) 3261 : 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-07T11:11:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:41 smithi044 bash[32620]: audit 2023-12-07T11:11:40.683296+0000 mgr.a (mgr.24293) 3262 : audit 0 from='client.76260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:41 smithi022 bash[28554]: cluster 2023-12-07T11:11:40.113685+0000 mgr.a (mgr.24293) 3261 : 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-07T11:11:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:41 smithi022 bash[28554]: audit 2023-12-07T11:11:40.683296+0000 mgr.a (mgr.24293) 3262 : audit 0 from='client.76260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:43 smithi027 bash[31536]: cluster 2023-12-07T11:11:42.114756+0000 mgr.a (mgr.24293) 3263 : cluster 0 pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:43 smithi044 bash[32620]: cluster 2023-12-07T11:11:42.114756+0000 mgr.a (mgr.24293) 3263 : cluster 0 pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:43 smithi022 bash[28554]: cluster 2023-12-07T11:11:42.114756+0000 mgr.a (mgr.24293) 3263 : cluster 0 pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:45 smithi027 bash[31536]: cluster 2023-12-07T11:11:44.115354+0000 mgr.a (mgr.24293) 3264 : cluster 0 pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:45 smithi044 bash[32620]: cluster 2023-12-07T11:11:44.115354+0000 mgr.a (mgr.24293) 3264 : cluster 0 pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:45 smithi022 bash[28554]: cluster 2023-12-07T11:11:44.115354+0000 mgr.a (mgr.24293) 3264 : cluster 0 pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:46.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:46.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:46.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:47.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:47.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:47.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:47.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:47.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:47 smithi027 bash[31536]: cluster 2023-12-07T11:11:46.116146+0000 mgr.a (mgr.24293) 3265 : cluster 0 pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:47 smithi027 bash[31536]: audit 2023-12-07T11:11:46.618837+0000 mgr.a (mgr.24293) 3266 : audit 0 from='client.76338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:47 smithi027 bash[31536]: audit 2023-12-07T11:11:47.313582+0000 mon.a (mon.0) 913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:11:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:47 smithi044 bash[32620]: cluster 2023-12-07T11:11:46.116146+0000 mgr.a (mgr.24293) 3265 : cluster 0 pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:47 smithi044 bash[32620]: audit 2023-12-07T11:11:46.618837+0000 mgr.a (mgr.24293) 3266 : audit 0 from='client.76338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:47 smithi044 bash[32620]: audit 2023-12-07T11:11:47.313582+0000 mon.a (mon.0) 913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:11:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:47 smithi022 bash[28554]: cluster 2023-12-07T11:11:46.116146+0000 mgr.a (mgr.24293) 3265 : cluster 0 pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:47 smithi022 bash[28554]: audit 2023-12-07T11:11:46.618837+0000 mgr.a (mgr.24293) 3266 : audit 0 from='client.76338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:47 smithi022 bash[28554]: audit 2023-12-07T11:11:47.313582+0000 mon.a (mon.0) 913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:11:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:48 smithi027 bash[31536]: audit 2023-12-07T11:11:48.053768+0000 mon.a (mon.0) 914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:11:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:48 smithi027 bash[31536]: audit 2023-12-07T11:11:48.055820+0000 mon.a (mon.0) 915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:11:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:48 smithi027 bash[31536]: audit 2023-12-07T11:11:48.064749+0000 mon.a (mon.0) 916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:11:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:48 smithi044 bash[32620]: audit 2023-12-07T11:11:48.053768+0000 mon.a (mon.0) 914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:11:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:48 smithi044 bash[32620]: audit 2023-12-07T11:11:48.055820+0000 mon.a (mon.0) 915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:11:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:48 smithi044 bash[32620]: audit 2023-12-07T11:11:48.064749+0000 mon.a (mon.0) 916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:11:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:48 smithi022 bash[28554]: audit 2023-12-07T11:11:48.053768+0000 mon.a (mon.0) 914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:11:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:48 smithi022 bash[28554]: audit 2023-12-07T11:11:48.055820+0000 mon.a (mon.0) 915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:11:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:48 smithi022 bash[28554]: audit 2023-12-07T11:11:48.064749+0000 mon.a (mon.0) 916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:11:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:49 smithi027 bash[31536]: cluster 2023-12-07T11:11:48.116708+0000 mgr.a (mgr.24293) 3267 : cluster 0 pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:49 smithi044 bash[32620]: cluster 2023-12-07T11:11:48.116708+0000 mgr.a (mgr.24293) 3267 : cluster 0 pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:49 smithi022 bash[28554]: cluster 2023-12-07T11:11:48.116708+0000 mgr.a (mgr.24293) 3267 : cluster 0 pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:51 smithi044 bash[32620]: cluster 2023-12-07T11:11:50.117282+0000 mgr.a (mgr.24293) 3268 : cluster 0 pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:51 smithi022 bash[28554]: cluster 2023-12-07T11:11:50.117282+0000 mgr.a (mgr.24293) 3268 : cluster 0 pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:51 smithi027 bash[31536]: cluster 2023-12-07T11:11:50.117282+0000 mgr.a (mgr.24293) 3268 : cluster 0 pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:52.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:52.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:52.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:53.072 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:53.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:53.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:53.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:53.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:53 smithi044 bash[32620]: cluster 2023-12-07T11:11:52.118076+0000 mgr.a (mgr.24293) 3269 : cluster 0 pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:53 smithi044 bash[32620]: audit 2023-12-07T11:11:52.563463+0000 mgr.a (mgr.24293) 3270 : audit 0 from='client.76416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:53 smithi022 bash[28554]: cluster 2023-12-07T11:11:52.118076+0000 mgr.a (mgr.24293) 3269 : cluster 0 pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:53 smithi022 bash[28554]: audit 2023-12-07T11:11:52.563463+0000 mgr.a (mgr.24293) 3270 : audit 0 from='client.76416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:53 smithi027 bash[31536]: cluster 2023-12-07T11:11:52.118076+0000 mgr.a (mgr.24293) 3269 : cluster 0 pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:53 smithi027 bash[31536]: audit 2023-12-07T11:11:52.563463+0000 mgr.a (mgr.24293) 3270 : audit 0 from='client.76416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:55 smithi044 bash[32620]: cluster 2023-12-07T11:11:54.118761+0000 mgr.a (mgr.24293) 3271 : 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-07T11:11:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:55 smithi022 bash[28554]: cluster 2023-12-07T11:11:54.118761+0000 mgr.a (mgr.24293) 3271 : 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-07T11:11:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:55 smithi027 bash[31536]: cluster 2023-12-07T11:11:54.118761+0000 mgr.a (mgr.24293) 3271 : 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-07T11:11:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:57 smithi044 bash[32620]: cluster 2023-12-07T11:11:56.119652+0000 mgr.a (mgr.24293) 3272 : cluster 0 pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:57 smithi022 bash[28554]: cluster 2023-12-07T11:11:56.119652+0000 mgr.a (mgr.24293) 3272 : cluster 0 pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:57.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:57 smithi027 bash[31536]: cluster 2023-12-07T11:11:56.119652+0000 mgr.a (mgr.24293) 3272 : cluster 0 pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:58.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:11:58.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:58.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:59.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:11:59.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:59.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:59.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:59.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:11:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:59 smithi044 bash[32620]: cluster 2023-12-07T11:11:58.120221+0000 mgr.a (mgr.24293) 3273 : cluster 0 pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:11:59 smithi044 bash[32620]: audit 2023-12-07T11:11:58.480620+0000 mgr.a (mgr.24293) 3274 : audit 0 from='client.76494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:59 smithi022 bash[28554]: cluster 2023-12-07T11:11:58.120221+0000 mgr.a (mgr.24293) 3273 : cluster 0 pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:11:59 smithi022 bash[28554]: audit 2023-12-07T11:11:58.480620+0000 mgr.a (mgr.24293) 3274 : audit 0 from='client.76494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:59 smithi027 bash[31536]: cluster 2023-12-07T11:11:58.120221+0000 mgr.a (mgr.24293) 3273 : cluster 0 pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:11:59 smithi027 bash[31536]: audit 2023-12-07T11:11:58.480620+0000 mgr.a (mgr.24293) 3274 : audit 0 from='client.76494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:01 smithi044 bash[32620]: cluster 2023-12-07T11:12:00.121016+0000 mgr.a (mgr.24293) 3275 : cluster 0 pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:01 smithi022 bash[28554]: cluster 2023-12-07T11:12:00.121016+0000 mgr.a (mgr.24293) 3275 : cluster 0 pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:01 smithi027 bash[31536]: cluster 2023-12-07T11:12:00.121016+0000 mgr.a (mgr.24293) 3275 : cluster 0 pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:03 smithi044 bash[32620]: cluster 2023-12-07T11:12:02.121900+0000 mgr.a (mgr.24293) 3276 : cluster 0 pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:03 smithi022 bash[28554]: cluster 2023-12-07T11:12:02.121900+0000 mgr.a (mgr.24293) 3276 : cluster 0 pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:03 smithi027 bash[31536]: cluster 2023-12-07T11:12:02.121900+0000 mgr.a (mgr.24293) 3276 : cluster 0 pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:04.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:04.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:04.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:04.946 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:04.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:04.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:04.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:04.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:05 smithi022 bash[28554]: cluster 2023-12-07T11:12:04.122240+0000 mgr.a (mgr.24293) 3277 : cluster 0 pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:05 smithi022 bash[28554]: audit 2023-12-07T11:12:04.425632+0000 mgr.a (mgr.24293) 3278 : audit 0 from='client.76569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:05 smithi044 bash[32620]: cluster 2023-12-07T11:12:04.122240+0000 mgr.a (mgr.24293) 3277 : cluster 0 pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:05 smithi044 bash[32620]: audit 2023-12-07T11:12:04.425632+0000 mgr.a (mgr.24293) 3278 : audit 0 from='client.76569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:05 smithi027 bash[31536]: cluster 2023-12-07T11:12:04.122240+0000 mgr.a (mgr.24293) 3277 : cluster 0 pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:05.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:05 smithi027 bash[31536]: audit 2023-12-07T11:12:04.425632+0000 mgr.a (mgr.24293) 3278 : audit 0 from='client.76569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:07 smithi044 bash[32620]: cluster 2023-12-07T11:12:06.123105+0000 mgr.a (mgr.24293) 3279 : cluster 0 pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:07 smithi022 bash[28554]: cluster 2023-12-07T11:12:06.123105+0000 mgr.a (mgr.24293) 3279 : cluster 0 pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:07 smithi027 bash[31536]: cluster 2023-12-07T11:12:06.123105+0000 mgr.a (mgr.24293) 3279 : cluster 0 pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:09 smithi044 bash[32620]: cluster 2023-12-07T11:12:08.123725+0000 mgr.a (mgr.24293) 3280 : cluster 0 pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:09 smithi022 bash[28554]: cluster 2023-12-07T11:12:08.123725+0000 mgr.a (mgr.24293) 3280 : cluster 0 pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:09 smithi027 bash[31536]: cluster 2023-12-07T11:12:08.123725+0000 mgr.a (mgr.24293) 3280 : cluster 0 pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:09.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:09.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:09.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:10.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:10.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:10.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:10.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:10.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:11 smithi044 bash[32620]: cluster 2023-12-07T11:12:10.124289+0000 mgr.a (mgr.24293) 3281 : cluster 0 pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:11 smithi044 bash[32620]: audit 2023-12-07T11:12:10.360198+0000 mgr.a (mgr.24293) 3282 : audit 0 from='client.76644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:11 smithi022 bash[28554]: cluster 2023-12-07T11:12:10.124289+0000 mgr.a (mgr.24293) 3281 : cluster 0 pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:11 smithi022 bash[28554]: audit 2023-12-07T11:12:10.360198+0000 mgr.a (mgr.24293) 3282 : audit 0 from='client.76644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:11 smithi027 bash[31536]: cluster 2023-12-07T11:12:10.124289+0000 mgr.a (mgr.24293) 3281 : cluster 0 pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:11 smithi027 bash[31536]: audit 2023-12-07T11:12:10.360198+0000 mgr.a (mgr.24293) 3282 : audit 0 from='client.76644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:13 smithi044 bash[32620]: cluster 2023-12-07T11:12:12.125279+0000 mgr.a (mgr.24293) 3283 : cluster 0 pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:13 smithi022 bash[28554]: cluster 2023-12-07T11:12:12.125279+0000 mgr.a (mgr.24293) 3283 : cluster 0 pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:13 smithi027 bash[31536]: cluster 2023-12-07T11:12:12.125279+0000 mgr.a (mgr.24293) 3283 : cluster 0 pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:15.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:15.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:15.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:15 smithi044 bash[32620]: cluster 2023-12-07T11:12:14.125884+0000 mgr.a (mgr.24293) 3284 : cluster 0 pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:15 smithi022 bash[28554]: cluster 2023-12-07T11:12:14.125884+0000 mgr.a (mgr.24293) 3284 : cluster 0 pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:15 smithi027 bash[31536]: cluster 2023-12-07T11:12:14.125884+0000 mgr.a (mgr.24293) 3284 : cluster 0 pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:16.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:16.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:16.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:16.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:16.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:17 smithi044 bash[32620]: cluster 2023-12-07T11:12:16.126805+0000 mgr.a (mgr.24293) 3285 : cluster 0 pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:17 smithi044 bash[32620]: audit 2023-12-07T11:12:16.298280+0000 mgr.a (mgr.24293) 3286 : audit 0 from='client.76722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:17 smithi022 bash[28554]: cluster 2023-12-07T11:12:16.126805+0000 mgr.a (mgr.24293) 3285 : cluster 0 pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:17 smithi022 bash[28554]: audit 2023-12-07T11:12:16.298280+0000 mgr.a (mgr.24293) 3286 : audit 0 from='client.76722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:17 smithi027 bash[31536]: cluster 2023-12-07T11:12:16.126805+0000 mgr.a (mgr.24293) 3285 : cluster 0 pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:17.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:17 smithi027 bash[31536]: audit 2023-12-07T11:12:16.298280+0000 mgr.a (mgr.24293) 3286 : audit 0 from='client.76722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:19 smithi044 bash[32620]: cluster 2023-12-07T11:12:18.127524+0000 mgr.a (mgr.24293) 3287 : cluster 0 pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:19 smithi022 bash[28554]: cluster 2023-12-07T11:12:18.127524+0000 mgr.a (mgr.24293) 3287 : cluster 0 pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:19 smithi027 bash[31536]: cluster 2023-12-07T11:12:18.127524+0000 mgr.a (mgr.24293) 3287 : cluster 0 pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:21.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:21.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:21.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:21 smithi044 bash[32620]: cluster 2023-12-07T11:12:20.128073+0000 mgr.a (mgr.24293) 3288 : cluster 0 pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:21 smithi022 bash[28554]: cluster 2023-12-07T11:12:20.128073+0000 mgr.a (mgr.24293) 3288 : cluster 0 pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:21 smithi027 bash[31536]: cluster 2023-12-07T11:12:20.128073+0000 mgr.a (mgr.24293) 3288 : cluster 0 pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:22.726 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:22.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:22.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:22.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:22.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:23 smithi044 bash[32620]: cluster 2023-12-07T11:12:22.128867+0000 mgr.a (mgr.24293) 3289 : cluster 0 pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:23 smithi044 bash[32620]: audit 2023-12-07T11:12:22.206229+0000 mgr.a (mgr.24293) 3290 : audit 0 from='client.76797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:23 smithi022 bash[28554]: cluster 2023-12-07T11:12:22.128867+0000 mgr.a (mgr.24293) 3289 : cluster 0 pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:23 smithi022 bash[28554]: audit 2023-12-07T11:12:22.206229+0000 mgr.a (mgr.24293) 3290 : audit 0 from='client.76797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:23 smithi027 bash[31536]: cluster 2023-12-07T11:12:22.128867+0000 mgr.a (mgr.24293) 3289 : cluster 0 pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:23 smithi027 bash[31536]: audit 2023-12-07T11:12:22.206229+0000 mgr.a (mgr.24293) 3290 : audit 0 from='client.76797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:25 smithi044 bash[32620]: cluster 2023-12-07T11:12:24.129556+0000 mgr.a (mgr.24293) 3291 : 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-07T11:12:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:25 smithi022 bash[28554]: cluster 2023-12-07T11:12:24.129556+0000 mgr.a (mgr.24293) 3291 : 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-07T11:12:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:25 smithi027 bash[31536]: cluster 2023-12-07T11:12:24.129556+0000 mgr.a (mgr.24293) 3291 : 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-07T11:12:27.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:27.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:27.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:27 smithi044 bash[32620]: cluster 2023-12-07T11:12:26.130371+0000 mgr.a (mgr.24293) 3292 : 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-07T11:12:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:27 smithi022 bash[28554]: cluster 2023-12-07T11:12:26.130371+0000 mgr.a (mgr.24293) 3292 : 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-07T11:12:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:27 smithi027 bash[31536]: cluster 2023-12-07T11:12:26.130371+0000 mgr.a (mgr.24293) 3292 : 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-07T11:12:28.637 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:28.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:28.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:28.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:28.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:29 smithi044 bash[32620]: cluster 2023-12-07T11:12:28.130908+0000 mgr.a (mgr.24293) 3293 : 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-07T11:12:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:29 smithi044 bash[32620]: audit 2023-12-07T11:12:28.133554+0000 mgr.a (mgr.24293) 3294 : audit 0 from='client.76872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:29 smithi022 bash[28554]: cluster 2023-12-07T11:12:28.130908+0000 mgr.a (mgr.24293) 3293 : 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-07T11:12:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:29 smithi022 bash[28554]: audit 2023-12-07T11:12:28.133554+0000 mgr.a (mgr.24293) 3294 : audit 0 from='client.76872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:29 smithi027 bash[31536]: cluster 2023-12-07T11:12:28.130908+0000 mgr.a (mgr.24293) 3293 : 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-07T11:12:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:29 smithi027 bash[31536]: audit 2023-12-07T11:12:28.133554+0000 mgr.a (mgr.24293) 3294 : audit 0 from='client.76872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:31 smithi044 bash[32620]: cluster 2023-12-07T11:12:30.131734+0000 mgr.a (mgr.24293) 3295 : 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-07T11:12:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:31 smithi022 bash[28554]: cluster 2023-12-07T11:12:30.131734+0000 mgr.a (mgr.24293) 3295 : 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-07T11:12:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:31 smithi027 bash[31536]: cluster 2023-12-07T11:12:30.131734+0000 mgr.a (mgr.24293) 3295 : 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-07T11:12:33.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:33.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:33.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:33 smithi044 bash[32620]: cluster 2023-12-07T11:12:32.132583+0000 mgr.a (mgr.24293) 3296 : cluster 0 pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:33 smithi022 bash[28554]: cluster 2023-12-07T11:12:32.132583+0000 mgr.a (mgr.24293) 3296 : cluster 0 pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:33 smithi027 bash[31536]: cluster 2023-12-07T11:12:32.132583+0000 mgr.a (mgr.24293) 3296 : cluster 0 pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:34.586 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:34.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:34.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:34.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:34.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:35 smithi044 bash[32620]: audit 2023-12-07T11:12:34.047411+0000 mgr.a (mgr.24293) 3297 : audit 0 from='client.76950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:35 smithi044 bash[32620]: cluster 2023-12-07T11:12:34.133090+0000 mgr.a (mgr.24293) 3298 : cluster 0 pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:35 smithi022 bash[28554]: audit 2023-12-07T11:12:34.047411+0000 mgr.a (mgr.24293) 3297 : audit 0 from='client.76950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:35 smithi022 bash[28554]: cluster 2023-12-07T11:12:34.133090+0000 mgr.a (mgr.24293) 3298 : cluster 0 pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:35 smithi027 bash[31536]: audit 2023-12-07T11:12:34.047411+0000 mgr.a (mgr.24293) 3297 : audit 0 from='client.76950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:35 smithi027 bash[31536]: cluster 2023-12-07T11:12:34.133090+0000 mgr.a (mgr.24293) 3298 : cluster 0 pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:37 smithi044 bash[32620]: cluster 2023-12-07T11:12:36.133983+0000 mgr.a (mgr.24293) 3299 : cluster 0 pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:37 smithi022 bash[28554]: cluster 2023-12-07T11:12:36.133983+0000 mgr.a (mgr.24293) 3299 : cluster 0 pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:37 smithi027 bash[31536]: cluster 2023-12-07T11:12:36.133983+0000 mgr.a (mgr.24293) 3299 : cluster 0 pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:39.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:39.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:39.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:39 smithi044 bash[32620]: cluster 2023-12-07T11:12:38.134565+0000 mgr.a (mgr.24293) 3300 : cluster 0 pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:39 smithi022 bash[28554]: cluster 2023-12-07T11:12:38.134565+0000 mgr.a (mgr.24293) 3300 : cluster 0 pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:39 smithi027 bash[31536]: cluster 2023-12-07T11:12:38.134565+0000 mgr.a (mgr.24293) 3300 : cluster 0 pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:40.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:41 smithi044 bash[32620]: audit 2023-12-07T11:12:40.000095+0000 mgr.a (mgr.24293) 3301 : audit 0 from='client.77022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:41 smithi044 bash[32620]: cluster 2023-12-07T11:12:40.135200+0000 mgr.a (mgr.24293) 3302 : cluster 0 pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:41 smithi022 bash[28554]: audit 2023-12-07T11:12:40.000095+0000 mgr.a (mgr.24293) 3301 : audit 0 from='client.77022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:41 smithi022 bash[28554]: cluster 2023-12-07T11:12:40.135200+0000 mgr.a (mgr.24293) 3302 : cluster 0 pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:41 smithi027 bash[31536]: audit 2023-12-07T11:12:40.000095+0000 mgr.a (mgr.24293) 3301 : audit 0 from='client.77022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:41 smithi027 bash[31536]: cluster 2023-12-07T11:12:40.135200+0000 mgr.a (mgr.24293) 3302 : cluster 0 pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:43 smithi044 bash[32620]: cluster 2023-12-07T11:12:42.136193+0000 mgr.a (mgr.24293) 3303 : cluster 0 pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:12:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:43 smithi022 bash[28554]: cluster 2023-12-07T11:12:42.136193+0000 mgr.a (mgr.24293) 3303 : cluster 0 pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:12:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:43 smithi027 bash[31536]: cluster 2023-12-07T11:12:42.136193+0000 mgr.a (mgr.24293) 3303 : cluster 0 pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:12:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:45.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:45.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:45 smithi044 bash[32620]: cluster 2023-12-07T11:12:44.136778+0000 mgr.a (mgr.24293) 3304 : cluster 0 pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:12:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:45 smithi022 bash[28554]: cluster 2023-12-07T11:12:44.136778+0000 mgr.a (mgr.24293) 3304 : cluster 0 pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:12:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:45 smithi027 bash[31536]: cluster 2023-12-07T11:12:44.136778+0000 mgr.a (mgr.24293) 3304 : cluster 0 pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:12:46.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:46.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:46.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:46.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:46.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:46 smithi044 bash[32620]: audit 2023-12-07T11:12:45.946292+0000 mgr.a (mgr.24293) 3305 : audit 0 from='client.77100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:46 smithi022 bash[28554]: audit 2023-12-07T11:12:45.946292+0000 mgr.a (mgr.24293) 3305 : audit 0 from='client.77100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:46.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:46 smithi027 bash[31536]: audit 2023-12-07T11:12:45.946292+0000 mgr.a (mgr.24293) 3305 : audit 0 from='client.77100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:47 smithi044 bash[32620]: cluster 2023-12-07T11:12:46.137889+0000 mgr.a (mgr.24293) 3306 : cluster 0 pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:47 smithi022 bash[28554]: cluster 2023-12-07T11:12:46.137889+0000 mgr.a (mgr.24293) 3306 : cluster 0 pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:47 smithi027 bash[31536]: cluster 2023-12-07T11:12:46.137889+0000 mgr.a (mgr.24293) 3306 : cluster 0 pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:48 smithi044 bash[32620]: audit 2023-12-07T11:12:48.169796+0000 mon.a (mon.0) 917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:12:48.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:48 smithi022 bash[28554]: audit 2023-12-07T11:12:48.169796+0000 mon.a (mon.0) 917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:12:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:48 smithi027 bash[31536]: audit 2023-12-07T11:12:48.169796+0000 mon.a (mon.0) 917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:12:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:49 smithi044 bash[32620]: cluster 2023-12-07T11:12:48.138579+0000 mgr.a (mgr.24293) 3307 : cluster 0 pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:49 smithi044 bash[32620]: audit 2023-12-07T11:12:48.958908+0000 mon.a (mon.0) 918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:12:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:49 smithi044 bash[32620]: audit 2023-12-07T11:12:48.960888+0000 mon.a (mon.0) 919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:12:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:49 smithi044 bash[32620]: audit 2023-12-07T11:12:48.970320+0000 mon.a (mon.0) 920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:12:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:49 smithi022 bash[28554]: cluster 2023-12-07T11:12:48.138579+0000 mgr.a (mgr.24293) 3307 : cluster 0 pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:49 smithi022 bash[28554]: audit 2023-12-07T11:12:48.958908+0000 mon.a (mon.0) 918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:12:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:49 smithi022 bash[28554]: audit 2023-12-07T11:12:48.960888+0000 mon.a (mon.0) 919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:12:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:49 smithi022 bash[28554]: audit 2023-12-07T11:12:48.970320+0000 mon.a (mon.0) 920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:12:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:49 smithi027 bash[31536]: cluster 2023-12-07T11:12:48.138579+0000 mgr.a (mgr.24293) 3307 : cluster 0 pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:49 smithi027 bash[31536]: audit 2023-12-07T11:12:48.958908+0000 mon.a (mon.0) 918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:12:49.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:49 smithi027 bash[31536]: audit 2023-12-07T11:12:48.960888+0000 mon.a (mon.0) 919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:12:49.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:49 smithi027 bash[31536]: audit 2023-12-07T11:12:48.970320+0000 mon.a (mon.0) 920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:12:51.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:51.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:51.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:51 smithi044 bash[32620]: cluster 2023-12-07T11:12:50.139149+0000 mgr.a (mgr.24293) 3308 : cluster 0 pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:51 smithi022 bash[28554]: cluster 2023-12-07T11:12:50.139149+0000 mgr.a (mgr.24293) 3308 : cluster 0 pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:51 smithi027 bash[31536]: cluster 2023-12-07T11:12:50.139149+0000 mgr.a (mgr.24293) 3308 : cluster 0 pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:52.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:52.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:52.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:52.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:52.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:52 smithi044 bash[32620]: audit 2023-12-07T11:12:51.887330+0000 mgr.a (mgr.24293) 3309 : audit 0 from='client.77178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:52 smithi022 bash[28554]: audit 2023-12-07T11:12:51.887330+0000 mgr.a (mgr.24293) 3309 : audit 0 from='client.77178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:52.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:52 smithi027 bash[31536]: audit 2023-12-07T11:12:51.887330+0000 mgr.a (mgr.24293) 3309 : audit 0 from='client.77178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:53 smithi044 bash[32620]: cluster 2023-12-07T11:12:52.139905+0000 mgr.a (mgr.24293) 3310 : cluster 0 pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:53 smithi022 bash[28554]: cluster 2023-12-07T11:12:52.139905+0000 mgr.a (mgr.24293) 3310 : cluster 0 pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:53 smithi027 bash[31536]: cluster 2023-12-07T11:12:52.139905+0000 mgr.a (mgr.24293) 3310 : cluster 0 pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:55 smithi044 bash[32620]: cluster 2023-12-07T11:12:54.140571+0000 mgr.a (mgr.24293) 3311 : cluster 0 pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:12:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:55 smithi022 bash[28554]: cluster 2023-12-07T11:12:54.140571+0000 mgr.a (mgr.24293) 3311 : cluster 0 pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:12:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:55 smithi027 bash[31536]: cluster 2023-12-07T11:12:54.140571+0000 mgr.a (mgr.24293) 3311 : cluster 0 pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:12:57.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:12:57.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:57.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:57 smithi044 bash[32620]: cluster 2023-12-07T11:12:56.141395+0000 mgr.a (mgr.24293) 3312 : cluster 0 pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:12:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:57 smithi022 bash[28554]: cluster 2023-12-07T11:12:56.141395+0000 mgr.a (mgr.24293) 3312 : cluster 0 pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:12:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:57 smithi027 bash[31536]: cluster 2023-12-07T11:12:56.141395+0000 mgr.a (mgr.24293) 3312 : cluster 0 pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:12:58.329 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:12:58.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:58.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:58.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:58.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:12:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:58 smithi044 bash[32620]: audit 2023-12-07T11:12:57.812490+0000 mgr.a (mgr.24293) 3313 : audit 0 from='client.77253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:58 smithi022 bash[28554]: audit 2023-12-07T11:12:57.812490+0000 mgr.a (mgr.24293) 3313 : audit 0 from='client.77253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:58 smithi027 bash[31536]: audit 2023-12-07T11:12:57.812490+0000 mgr.a (mgr.24293) 3313 : audit 0 from='client.77253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:12:59 smithi044 bash[32620]: cluster 2023-12-07T11:12:58.142079+0000 mgr.a (mgr.24293) 3314 : 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-07T11:12:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:12:59 smithi022 bash[28554]: cluster 2023-12-07T11:12:58.142079+0000 mgr.a (mgr.24293) 3314 : 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-07T11:12:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:12:59 smithi027 bash[31536]: cluster 2023-12-07T11:12:58.142079+0000 mgr.a (mgr.24293) 3314 : 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-07T11:13:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:01 smithi044 bash[32620]: cluster 2023-12-07T11:13:00.142762+0000 mgr.a (mgr.24293) 3315 : 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-07T11:13:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:01 smithi022 bash[28554]: cluster 2023-12-07T11:13:00.142762+0000 mgr.a (mgr.24293) 3315 : 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-07T11:13:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:01 smithi027 bash[31536]: cluster 2023-12-07T11:13:00.142762+0000 mgr.a (mgr.24293) 3315 : 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-07T11:13:03.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:03.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:03.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:03 smithi044 bash[32620]: cluster 2023-12-07T11:13:02.143516+0000 mgr.a (mgr.24293) 3316 : cluster 0 pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:03 smithi022 bash[28554]: cluster 2023-12-07T11:13:02.143516+0000 mgr.a (mgr.24293) 3316 : cluster 0 pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:03 smithi027 bash[31536]: cluster 2023-12-07T11:13:02.143516+0000 mgr.a (mgr.24293) 3316 : cluster 0 pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:04.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:04.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:04.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:04.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:04.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:04 smithi044 bash[32620]: audit 2023-12-07T11:13:03.736899+0000 mgr.a (mgr.24293) 3317 : audit 0 from='client.77328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:04 smithi022 bash[28554]: audit 2023-12-07T11:13:03.736899+0000 mgr.a (mgr.24293) 3317 : audit 0 from='client.77328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:04 smithi027 bash[31536]: audit 2023-12-07T11:13:03.736899+0000 mgr.a (mgr.24293) 3317 : audit 0 from='client.77328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:05 smithi044 bash[32620]: cluster 2023-12-07T11:13:04.144271+0000 mgr.a (mgr.24293) 3318 : cluster 0 pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:05 smithi022 bash[28554]: cluster 2023-12-07T11:13:04.144271+0000 mgr.a (mgr.24293) 3318 : cluster 0 pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:05 smithi027 bash[31536]: cluster 2023-12-07T11:13:04.144271+0000 mgr.a (mgr.24293) 3318 : cluster 0 pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:07 smithi044 bash[32620]: cluster 2023-12-07T11:13:06.145126+0000 mgr.a (mgr.24293) 3319 : cluster 0 pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:07 smithi022 bash[28554]: cluster 2023-12-07T11:13:06.145126+0000 mgr.a (mgr.24293) 3319 : cluster 0 pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:07 smithi027 bash[31536]: cluster 2023-12-07T11:13:06.145126+0000 mgr.a (mgr.24293) 3319 : cluster 0 pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:09.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:09.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:09.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:09 smithi044 bash[32620]: cluster 2023-12-07T11:13:08.145710+0000 mgr.a (mgr.24293) 3320 : cluster 0 pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:09 smithi022 bash[28554]: cluster 2023-12-07T11:13:08.145710+0000 mgr.a (mgr.24293) 3320 : cluster 0 pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:09 smithi027 bash[31536]: cluster 2023-12-07T11:13:08.145710+0000 mgr.a (mgr.24293) 3320 : cluster 0 pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:10.191 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:10.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:10.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:10.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:10.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:10 smithi044 bash[32620]: audit 2023-12-07T11:13:09.667905+0000 mgr.a (mgr.24293) 3321 : audit 0 from='client.77403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:10 smithi022 bash[28554]: audit 2023-12-07T11:13:09.667905+0000 mgr.a (mgr.24293) 3321 : audit 0 from='client.77403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:10 smithi027 bash[31536]: audit 2023-12-07T11:13:09.667905+0000 mgr.a (mgr.24293) 3321 : audit 0 from='client.77403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:11 smithi044 bash[32620]: cluster 2023-12-07T11:13:10.146255+0000 mgr.a (mgr.24293) 3322 : cluster 0 pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:11 smithi022 bash[28554]: cluster 2023-12-07T11:13:10.146255+0000 mgr.a (mgr.24293) 3322 : cluster 0 pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:11 smithi027 bash[31536]: cluster 2023-12-07T11:13:10.146255+0000 mgr.a (mgr.24293) 3322 : cluster 0 pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:13 smithi044 bash[32620]: cluster 2023-12-07T11:13:12.147099+0000 mgr.a (mgr.24293) 3323 : cluster 0 pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:13 smithi022 bash[28554]: cluster 2023-12-07T11:13:12.147099+0000 mgr.a (mgr.24293) 3323 : cluster 0 pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:13.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:13 smithi027 bash[31536]: cluster 2023-12-07T11:13:12.147099+0000 mgr.a (mgr.24293) 3323 : cluster 0 pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:15.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:15.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:15.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:15 smithi044 bash[32620]: cluster 2023-12-07T11:13:14.147678+0000 mgr.a (mgr.24293) 3324 : cluster 0 pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:15 smithi022 bash[28554]: cluster 2023-12-07T11:13:14.147678+0000 mgr.a (mgr.24293) 3324 : cluster 0 pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:15 smithi027 bash[31536]: cluster 2023-12-07T11:13:14.147678+0000 mgr.a (mgr.24293) 3324 : cluster 0 pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:16.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:16.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:16.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:16.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:16.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:16 smithi044 bash[32620]: audit 2023-12-07T11:13:15.608599+0000 mgr.a (mgr.24293) 3325 : audit 0 from='client.77478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:16 smithi022 bash[28554]: audit 2023-12-07T11:13:15.608599+0000 mgr.a (mgr.24293) 3325 : audit 0 from='client.77478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:16 smithi027 bash[31536]: audit 2023-12-07T11:13:15.608599+0000 mgr.a (mgr.24293) 3325 : audit 0 from='client.77478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:17 smithi044 bash[32620]: cluster 2023-12-07T11:13:16.148717+0000 mgr.a (mgr.24293) 3326 : cluster 0 pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:17 smithi022 bash[28554]: cluster 2023-12-07T11:13:16.148717+0000 mgr.a (mgr.24293) 3326 : cluster 0 pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:17 smithi027 bash[31536]: cluster 2023-12-07T11:13:16.148717+0000 mgr.a (mgr.24293) 3326 : cluster 0 pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:19 smithi044 bash[32620]: cluster 2023-12-07T11:13:18.149314+0000 mgr.a (mgr.24293) 3327 : cluster 0 pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:19 smithi022 bash[28554]: cluster 2023-12-07T11:13:18.149314+0000 mgr.a (mgr.24293) 3327 : cluster 0 pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:19 smithi027 bash[31536]: cluster 2023-12-07T11:13:18.149314+0000 mgr.a (mgr.24293) 3327 : cluster 0 pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:21.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:21.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:21.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:21 smithi044 bash[32620]: cluster 2023-12-07T11:13:20.149870+0000 mgr.a (mgr.24293) 3328 : cluster 0 pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:21 smithi022 bash[28554]: cluster 2023-12-07T11:13:20.149870+0000 mgr.a (mgr.24293) 3328 : cluster 0 pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:21 smithi027 bash[31536]: cluster 2023-12-07T11:13:20.149870+0000 mgr.a (mgr.24293) 3328 : cluster 0 pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:22.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:22.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:22.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:22.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:22.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:22.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:22 smithi027 bash[31536]: audit 2023-12-07T11:13:21.555337+0000 mgr.a (mgr.24293) 3329 : audit 0 from='client.77553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:22 smithi044 bash[32620]: audit 2023-12-07T11:13:21.555337+0000 mgr.a (mgr.24293) 3329 : audit 0 from='client.77553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:22 smithi022 bash[28554]: audit 2023-12-07T11:13:21.555337+0000 mgr.a (mgr.24293) 3329 : audit 0 from='client.77553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:23 smithi027 bash[31536]: cluster 2023-12-07T11:13:22.150928+0000 mgr.a (mgr.24293) 3330 : cluster 0 pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:23 smithi044 bash[32620]: cluster 2023-12-07T11:13:22.150928+0000 mgr.a (mgr.24293) 3330 : cluster 0 pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:23 smithi022 bash[28554]: cluster 2023-12-07T11:13:22.150928+0000 mgr.a (mgr.24293) 3330 : cluster 0 pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:25 smithi027 bash[31536]: cluster 2023-12-07T11:13:24.151513+0000 mgr.a (mgr.24293) 3331 : cluster 0 pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:25 smithi044 bash[32620]: cluster 2023-12-07T11:13:24.151513+0000 mgr.a (mgr.24293) 3331 : cluster 0 pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:25 smithi022 bash[28554]: cluster 2023-12-07T11:13:24.151513+0000 mgr.a (mgr.24293) 3331 : cluster 0 pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:27 smithi027 bash[31536]: cluster 2023-12-07T11:13:26.152278+0000 mgr.a (mgr.24293) 3332 : cluster 0 pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:27.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:27.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:27.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:27.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:27.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:27 smithi044 bash[32620]: cluster 2023-12-07T11:13:26.152278+0000 mgr.a (mgr.24293) 3332 : cluster 0 pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:27 smithi022 bash[28554]: cluster 2023-12-07T11:13:26.152278+0000 mgr.a (mgr.24293) 3332 : cluster 0 pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:28 smithi044 bash[32620]: audit 2023-12-07T11:13:27.493334+0000 mgr.a (mgr.24293) 3333 : audit 0 from='client.77628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:28 smithi022 bash[28554]: audit 2023-12-07T11:13:27.493334+0000 mgr.a (mgr.24293) 3333 : audit 0 from='client.77628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:28 smithi027 bash[31536]: audit 2023-12-07T11:13:27.493334+0000 mgr.a (mgr.24293) 3333 : audit 0 from='client.77628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:29 smithi044 bash[32620]: cluster 2023-12-07T11:13:28.152967+0000 mgr.a (mgr.24293) 3334 : 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-07T11:13:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:29 smithi022 bash[28554]: cluster 2023-12-07T11:13:28.152967+0000 mgr.a (mgr.24293) 3334 : 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-07T11:13:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:29 smithi027 bash[31536]: cluster 2023-12-07T11:13:28.152967+0000 mgr.a (mgr.24293) 3334 : 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-07T11:13:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:31 smithi044 bash[32620]: cluster 2023-12-07T11:13:30.153534+0000 mgr.a (mgr.24293) 3335 : 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-07T11:13:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:31 smithi022 bash[28554]: cluster 2023-12-07T11:13:30.153534+0000 mgr.a (mgr.24293) 3335 : 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-07T11:13:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:31 smithi027 bash[31536]: cluster 2023-12-07T11:13:30.153534+0000 mgr.a (mgr.24293) 3335 : 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-07T11:13:32.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:32.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:32.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:33.934 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:33.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:33.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:33.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:33.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:33 smithi044 bash[32620]: cluster 2023-12-07T11:13:32.154276+0000 mgr.a (mgr.24293) 3336 : 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-07T11:13:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:33 smithi022 bash[28554]: cluster 2023-12-07T11:13:32.154276+0000 mgr.a (mgr.24293) 3336 : 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-07T11:13:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:33 smithi027 bash[31536]: cluster 2023-12-07T11:13:32.154276+0000 mgr.a (mgr.24293) 3336 : 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-07T11:13:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:34 smithi044 bash[32620]: audit 2023-12-07T11:13:33.407138+0000 mgr.a (mgr.24293) 3337 : audit 0 from='client.77706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:34 smithi022 bash[28554]: audit 2023-12-07T11:13:33.407138+0000 mgr.a (mgr.24293) 3337 : audit 0 from='client.77706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:34 smithi027 bash[31536]: audit 2023-12-07T11:13:33.407138+0000 mgr.a (mgr.24293) 3337 : audit 0 from='client.77706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:35 smithi044 bash[32620]: cluster 2023-12-07T11:13:34.154929+0000 mgr.a (mgr.24293) 3338 : 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-07T11:13:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:35 smithi022 bash[28554]: cluster 2023-12-07T11:13:34.154929+0000 mgr.a (mgr.24293) 3338 : 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-07T11:13:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:35 smithi027 bash[31536]: cluster 2023-12-07T11:13:34.154929+0000 mgr.a (mgr.24293) 3338 : 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-07T11:13:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:37 smithi044 bash[32620]: cluster 2023-12-07T11:13:36.155766+0000 mgr.a (mgr.24293) 3339 : cluster 0 pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:37 smithi022 bash[28554]: cluster 2023-12-07T11:13:36.155766+0000 mgr.a (mgr.24293) 3339 : cluster 0 pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:37 smithi027 bash[31536]: cluster 2023-12-07T11:13:36.155766+0000 mgr.a (mgr.24293) 3339 : cluster 0 pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:38.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:38.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:38.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:39.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:39.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:39.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:39.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:39.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:39 smithi044 bash[32620]: cluster 2023-12-07T11:13:38.156314+0000 mgr.a (mgr.24293) 3340 : cluster 0 pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:39 smithi022 bash[28554]: cluster 2023-12-07T11:13:38.156314+0000 mgr.a (mgr.24293) 3340 : cluster 0 pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:39 smithi027 bash[31536]: cluster 2023-12-07T11:13:38.156314+0000 mgr.a (mgr.24293) 3340 : cluster 0 pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:40 smithi044 bash[32620]: audit 2023-12-07T11:13:39.349612+0000 mgr.a (mgr.24293) 3341 : audit 0 from='client.77778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:40 smithi022 bash[28554]: audit 2023-12-07T11:13:39.349612+0000 mgr.a (mgr.24293) 3341 : audit 0 from='client.77778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:40 smithi027 bash[31536]: audit 2023-12-07T11:13:39.349612+0000 mgr.a (mgr.24293) 3341 : audit 0 from='client.77778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:41 smithi044 bash[32620]: cluster 2023-12-07T11:13:40.156950+0000 mgr.a (mgr.24293) 3342 : cluster 0 pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:41 smithi022 bash[28554]: cluster 2023-12-07T11:13:40.156950+0000 mgr.a (mgr.24293) 3342 : cluster 0 pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:41 smithi027 bash[31536]: cluster 2023-12-07T11:13:40.156950+0000 mgr.a (mgr.24293) 3342 : cluster 0 pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:43 smithi044 bash[32620]: cluster 2023-12-07T11:13:42.157817+0000 mgr.a (mgr.24293) 3343 : cluster 0 pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:43 smithi022 bash[28554]: cluster 2023-12-07T11:13:42.157817+0000 mgr.a (mgr.24293) 3343 : cluster 0 pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:43 smithi027 bash[31536]: cluster 2023-12-07T11:13:42.157817+0000 mgr.a (mgr.24293) 3343 : cluster 0 pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:44.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:44.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:44.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:45.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:45.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:45.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:45.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:45.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:45 smithi044 bash[32620]: cluster 2023-12-07T11:13:44.158368+0000 mgr.a (mgr.24293) 3344 : cluster 0 pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:45 smithi022 bash[28554]: cluster 2023-12-07T11:13:44.158368+0000 mgr.a (mgr.24293) 3344 : cluster 0 pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:45 smithi027 bash[31536]: cluster 2023-12-07T11:13:44.158368+0000 mgr.a (mgr.24293) 3344 : cluster 0 pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:46 smithi044 bash[32620]: audit 2023-12-07T11:13:45.292516+0000 mgr.a (mgr.24293) 3345 : audit 0 from='client.77853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:46 smithi022 bash[28554]: audit 2023-12-07T11:13:45.292516+0000 mgr.a (mgr.24293) 3345 : audit 0 from='client.77853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:46 smithi027 bash[31536]: audit 2023-12-07T11:13:45.292516+0000 mgr.a (mgr.24293) 3345 : audit 0 from='client.77853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:47 smithi044 bash[32620]: cluster 2023-12-07T11:13:46.159389+0000 mgr.a (mgr.24293) 3346 : 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-07T11:13:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:47 smithi022 bash[28554]: cluster 2023-12-07T11:13:46.159389+0000 mgr.a (mgr.24293) 3346 : 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-07T11:13:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:47 smithi027 bash[31536]: cluster 2023-12-07T11:13:46.159389+0000 mgr.a (mgr.24293) 3346 : 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-07T11:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:49 smithi044 bash[32620]: cluster 2023-12-07T11:13:48.159981+0000 mgr.a (mgr.24293) 3347 : cluster 0 pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:49 smithi044 bash[32620]: audit 2023-12-07T11:13:49.072768+0000 mon.a (mon.0) 921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:13:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:49 smithi022 bash[28554]: cluster 2023-12-07T11:13:48.159981+0000 mgr.a (mgr.24293) 3347 : cluster 0 pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:49 smithi022 bash[28554]: audit 2023-12-07T11:13:49.072768+0000 mon.a (mon.0) 921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:13:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:49 smithi027 bash[31536]: cluster 2023-12-07T11:13:48.159981+0000 mgr.a (mgr.24293) 3347 : cluster 0 pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:49 smithi027 bash[31536]: audit 2023-12-07T11:13:49.072768+0000 mon.a (mon.0) 921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:13:50.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:50.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:50.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:51.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:51.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:51.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:51.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:51.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:51 smithi044 bash[32620]: cluster 2023-12-07T11:13:50.160524+0000 mgr.a (mgr.24293) 3348 : cluster 0 pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:51 smithi022 bash[28554]: cluster 2023-12-07T11:13:50.160524+0000 mgr.a (mgr.24293) 3348 : cluster 0 pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:51 smithi027 bash[31536]: cluster 2023-12-07T11:13:50.160524+0000 mgr.a (mgr.24293) 3348 : cluster 0 pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:52 smithi044 bash[32620]: audit 2023-12-07T11:13:51.221283+0000 mgr.a (mgr.24293) 3349 : audit 0 from='client.77928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:52 smithi022 bash[28554]: audit 2023-12-07T11:13:51.221283+0000 mgr.a (mgr.24293) 3349 : audit 0 from='client.77928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:52 smithi027 bash[31536]: audit 2023-12-07T11:13:51.221283+0000 mgr.a (mgr.24293) 3349 : audit 0 from='client.77928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:53 smithi044 bash[32620]: cluster 2023-12-07T11:13:52.161484+0000 mgr.a (mgr.24293) 3350 : cluster 0 pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:53 smithi022 bash[28554]: cluster 2023-12-07T11:13:52.161484+0000 mgr.a (mgr.24293) 3350 : cluster 0 pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:53 smithi027 bash[31536]: cluster 2023-12-07T11:13:52.161484+0000 mgr.a (mgr.24293) 3350 : cluster 0 pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: cluster 2023-12-07T11:13:54.161923+0000 mgr.a (mgr.24293) 3351 : cluster 0 pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:54.468836+0000 mon.a (mon.0) 922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:54.474380+0000 mon.a (mon.0) 923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:54.479279+0000 mon.a (mon.0) 924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:54.483800+0000 mon.a (mon.0) 925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:54.520353+0000 mon.a (mon.0) 926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:54.526075+0000 mon.a (mon.0) 927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:55.271984+0000 mon.a (mon.0) 928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:55.274008+0000 mon.a (mon.0) 929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:55 smithi044 bash[32620]: audit 2023-12-07T11:13:55.283647+0000 mon.a (mon.0) 930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: cluster 2023-12-07T11:13:54.161923+0000 mgr.a (mgr.24293) 3351 : cluster 0 pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:54.468836+0000 mon.a (mon.0) 922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:54.474380+0000 mon.a (mon.0) 923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:54.479279+0000 mon.a (mon.0) 924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:54.483800+0000 mon.a (mon.0) 925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:54.520353+0000 mon.a (mon.0) 926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:54.526075+0000 mon.a (mon.0) 927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:55.271984+0000 mon.a (mon.0) 928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:55.274008+0000 mon.a (mon.0) 929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:13:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:55 smithi022 bash[28554]: audit 2023-12-07T11:13:55.283647+0000 mon.a (mon.0) 930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: cluster 2023-12-07T11:13:54.161923+0000 mgr.a (mgr.24293) 3351 : cluster 0 pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:54.468836+0000 mon.a (mon.0) 922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:54.474380+0000 mon.a (mon.0) 923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:54.479279+0000 mon.a (mon.0) 924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:54.483800+0000 mon.a (mon.0) 925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:54.520353+0000 mon.a (mon.0) 926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:54.526075+0000 mon.a (mon.0) 927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:55.271984+0000 mon.a (mon.0) 928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:55.274008+0000 mon.a (mon.0) 929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:13:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:55 smithi027 bash[31536]: audit 2023-12-07T11:13:55.283647+0000 mon.a (mon.0) 930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:13:56.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:13:56.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:56.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:57.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:13:57.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:57.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:57.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:57.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:13:57.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:57 smithi044 bash[32620]: cluster 2023-12-07T11:13:56.162675+0000 mgr.a (mgr.24293) 3352 : cluster 0 pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:57 smithi022 bash[28554]: cluster 2023-12-07T11:13:56.162675+0000 mgr.a (mgr.24293) 3352 : cluster 0 pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:57 smithi027 bash[31536]: cluster 2023-12-07T11:13:56.162675+0000 mgr.a (mgr.24293) 3352 : cluster 0 pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:58 smithi044 bash[32620]: audit 2023-12-07T11:13:57.157729+0000 mgr.a (mgr.24293) 3353 : audit 0 from='client.78003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:58 smithi022 bash[28554]: audit 2023-12-07T11:13:57.157729+0000 mgr.a (mgr.24293) 3353 : audit 0 from='client.78003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:58 smithi027 bash[31536]: audit 2023-12-07T11:13:57.157729+0000 mgr.a (mgr.24293) 3353 : audit 0 from='client.78003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:13:59 smithi044 bash[32620]: cluster 2023-12-07T11:13:58.163407+0000 mgr.a (mgr.24293) 3354 : 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-07T11:13:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:13:59 smithi022 bash[28554]: cluster 2023-12-07T11:13:58.163407+0000 mgr.a (mgr.24293) 3354 : 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-07T11:13:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:13:59 smithi027 bash[31536]: cluster 2023-12-07T11:13:58.163407+0000 mgr.a (mgr.24293) 3354 : 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-07T11:14:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:01 smithi044 bash[32620]: cluster 2023-12-07T11:14:00.164097+0000 mgr.a (mgr.24293) 3355 : 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-07T11:14:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:01 smithi022 bash[28554]: cluster 2023-12-07T11:14:00.164097+0000 mgr.a (mgr.24293) 3355 : 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-07T11:14:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:01 smithi027 bash[31536]: cluster 2023-12-07T11:14:00.164097+0000 mgr.a (mgr.24293) 3355 : 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-07T11:14:02.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:02.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:02.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:03.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:03.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:03.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:03.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:03.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:03 smithi044 bash[32620]: cluster 2023-12-07T11:14:02.165002+0000 mgr.a (mgr.24293) 3356 : 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-07T11:14:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:03 smithi022 bash[28554]: cluster 2023-12-07T11:14:02.165002+0000 mgr.a (mgr.24293) 3356 : 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-07T11:14:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:03 smithi027 bash[31536]: cluster 2023-12-07T11:14:02.165002+0000 mgr.a (mgr.24293) 3356 : 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-07T11:14:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:04 smithi044 bash[32620]: audit 2023-12-07T11:14:03.116354+0000 mgr.a (mgr.24293) 3357 : audit 0 from='client.78078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:04 smithi022 bash[28554]: audit 2023-12-07T11:14:03.116354+0000 mgr.a (mgr.24293) 3357 : audit 0 from='client.78078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:04 smithi027 bash[31536]: audit 2023-12-07T11:14:03.116354+0000 mgr.a (mgr.24293) 3357 : audit 0 from='client.78078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:05 smithi044 bash[32620]: cluster 2023-12-07T11:14:04.165720+0000 mgr.a (mgr.24293) 3358 : 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-07T11:14:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:05 smithi022 bash[28554]: cluster 2023-12-07T11:14:04.165720+0000 mgr.a (mgr.24293) 3358 : 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-07T11:14:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:05 smithi027 bash[31536]: cluster 2023-12-07T11:14:04.165720+0000 mgr.a (mgr.24293) 3358 : 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-07T11:14:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:07 smithi044 bash[32620]: cluster 2023-12-07T11:14:06.166587+0000 mgr.a (mgr.24293) 3359 : cluster 0 pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:07 smithi022 bash[28554]: cluster 2023-12-07T11:14:06.166587+0000 mgr.a (mgr.24293) 3359 : cluster 0 pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:07 smithi027 bash[31536]: cluster 2023-12-07T11:14:06.166587+0000 mgr.a (mgr.24293) 3359 : cluster 0 pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:08.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:08.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:08.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:09.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:09.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:09.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:09.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:09.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:09 smithi044 bash[32620]: cluster 2023-12-07T11:14:08.167170+0000 mgr.a (mgr.24293) 3360 : cluster 0 pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:09 smithi022 bash[28554]: cluster 2023-12-07T11:14:08.167170+0000 mgr.a (mgr.24293) 3360 : cluster 0 pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:09 smithi027 bash[31536]: cluster 2023-12-07T11:14:08.167170+0000 mgr.a (mgr.24293) 3360 : cluster 0 pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:10 smithi044 bash[32620]: audit 2023-12-07T11:14:09.054556+0000 mgr.a (mgr.24293) 3361 : audit 0 from='client.78153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:10 smithi022 bash[28554]: audit 2023-12-07T11:14:09.054556+0000 mgr.a (mgr.24293) 3361 : audit 0 from='client.78153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:10 smithi027 bash[31536]: audit 2023-12-07T11:14:09.054556+0000 mgr.a (mgr.24293) 3361 : audit 0 from='client.78153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:11 smithi044 bash[32620]: cluster 2023-12-07T11:14:10.167878+0000 mgr.a (mgr.24293) 3362 : cluster 0 pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:11 smithi022 bash[28554]: cluster 2023-12-07T11:14:10.167878+0000 mgr.a (mgr.24293) 3362 : cluster 0 pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:11 smithi027 bash[31536]: cluster 2023-12-07T11:14:10.167878+0000 mgr.a (mgr.24293) 3362 : cluster 0 pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:13 smithi044 bash[32620]: cluster 2023-12-07T11:14:12.168729+0000 mgr.a (mgr.24293) 3363 : cluster 0 pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:13 smithi022 bash[28554]: cluster 2023-12-07T11:14:12.168729+0000 mgr.a (mgr.24293) 3363 : cluster 0 pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:13 smithi027 bash[31536]: cluster 2023-12-07T11:14:12.168729+0000 mgr.a (mgr.24293) 3363 : cluster 0 pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:14.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:14.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:14.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:15.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:15.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:15.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:15.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:15.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:15 smithi044 bash[32620]: cluster 2023-12-07T11:14:14.169269+0000 mgr.a (mgr.24293) 3364 : cluster 0 pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:15 smithi044 bash[32620]: audit 2023-12-07T11:14:14.974631+0000 mgr.a (mgr.24293) 3365 : audit 0 from='client.78231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:15 smithi022 bash[28554]: cluster 2023-12-07T11:14:14.169269+0000 mgr.a (mgr.24293) 3364 : cluster 0 pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:15 smithi022 bash[28554]: audit 2023-12-07T11:14:14.974631+0000 mgr.a (mgr.24293) 3365 : audit 0 from='client.78231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:15 smithi027 bash[31536]: cluster 2023-12-07T11:14:14.169269+0000 mgr.a (mgr.24293) 3364 : cluster 0 pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:15 smithi027 bash[31536]: audit 2023-12-07T11:14:14.974631+0000 mgr.a (mgr.24293) 3365 : audit 0 from='client.78231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:17 smithi044 bash[32620]: cluster 2023-12-07T11:14:16.170237+0000 mgr.a (mgr.24293) 3366 : cluster 0 pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:14:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:17 smithi022 bash[28554]: cluster 2023-12-07T11:14:16.170237+0000 mgr.a (mgr.24293) 3366 : cluster 0 pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:14:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:17 smithi027 bash[31536]: cluster 2023-12-07T11:14:16.170237+0000 mgr.a (mgr.24293) 3366 : cluster 0 pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:14:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:19 smithi044 bash[32620]: cluster 2023-12-07T11:14:18.170832+0000 mgr.a (mgr.24293) 3367 : 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-07T11:14:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:19 smithi022 bash[28554]: cluster 2023-12-07T11:14:18.170832+0000 mgr.a (mgr.24293) 3367 : 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-07T11:14:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:19 smithi027 bash[31536]: cluster 2023-12-07T11:14:18.170832+0000 mgr.a (mgr.24293) 3367 : 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-07T11:14:20.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:20.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:20.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:21.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:21.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:21.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:21.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:21.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:21 smithi044 bash[32620]: cluster 2023-12-07T11:14:20.171420+0000 mgr.a (mgr.24293) 3368 : 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-07T11:14:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:21 smithi044 bash[32620]: audit 2023-12-07T11:14:20.910342+0000 mgr.a (mgr.24293) 3369 : audit 0 from='client.78309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:21 smithi022 bash[28554]: cluster 2023-12-07T11:14:20.171420+0000 mgr.a (mgr.24293) 3368 : 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-07T11:14:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:21 smithi022 bash[28554]: audit 2023-12-07T11:14:20.910342+0000 mgr.a (mgr.24293) 3369 : audit 0 from='client.78309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:21 smithi027 bash[31536]: cluster 2023-12-07T11:14:20.171420+0000 mgr.a (mgr.24293) 3368 : 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-07T11:14:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:21 smithi027 bash[31536]: audit 2023-12-07T11:14:20.910342+0000 mgr.a (mgr.24293) 3369 : audit 0 from='client.78309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:23 smithi044 bash[32620]: cluster 2023-12-07T11:14:22.172482+0000 mgr.a (mgr.24293) 3370 : cluster 0 pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:23 smithi022 bash[28554]: cluster 2023-12-07T11:14:22.172482+0000 mgr.a (mgr.24293) 3370 : cluster 0 pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:23 smithi027 bash[31536]: cluster 2023-12-07T11:14:22.172482+0000 mgr.a (mgr.24293) 3370 : cluster 0 pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:25 smithi044 bash[32620]: cluster 2023-12-07T11:14:24.173093+0000 mgr.a (mgr.24293) 3371 : cluster 0 pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:25 smithi022 bash[28554]: cluster 2023-12-07T11:14:24.173093+0000 mgr.a (mgr.24293) 3371 : cluster 0 pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:25 smithi027 bash[31536]: cluster 2023-12-07T11:14:24.173093+0000 mgr.a (mgr.24293) 3371 : cluster 0 pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:26.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:26.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:26.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:27.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:27.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:27.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:27.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:27.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:27 smithi044 bash[32620]: cluster 2023-12-07T11:14:26.173859+0000 mgr.a (mgr.24293) 3372 : cluster 0 pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:27 smithi044 bash[32620]: audit 2023-12-07T11:14:26.826865+0000 mgr.a (mgr.24293) 3373 : audit 0 from='client.78381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:27 smithi022 bash[28554]: cluster 2023-12-07T11:14:26.173859+0000 mgr.a (mgr.24293) 3372 : cluster 0 pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:27 smithi022 bash[28554]: audit 2023-12-07T11:14:26.826865+0000 mgr.a (mgr.24293) 3373 : audit 0 from='client.78381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:27 smithi027 bash[31536]: cluster 2023-12-07T11:14:26.173859+0000 mgr.a (mgr.24293) 3372 : cluster 0 pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:27 smithi027 bash[31536]: audit 2023-12-07T11:14:26.826865+0000 mgr.a (mgr.24293) 3373 : audit 0 from='client.78381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:29 smithi044 bash[32620]: cluster 2023-12-07T11:14:28.174589+0000 mgr.a (mgr.24293) 3374 : cluster 0 pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:14:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:29 smithi022 bash[28554]: cluster 2023-12-07T11:14:28.174589+0000 mgr.a (mgr.24293) 3374 : cluster 0 pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:14:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:29 smithi027 bash[31536]: cluster 2023-12-07T11:14:28.174589+0000 mgr.a (mgr.24293) 3374 : cluster 0 pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:14:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:31 smithi044 bash[32620]: cluster 2023-12-07T11:14:30.175171+0000 mgr.a (mgr.24293) 3375 : cluster 0 pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:14:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:31 smithi022 bash[28554]: cluster 2023-12-07T11:14:30.175171+0000 mgr.a (mgr.24293) 3375 : cluster 0 pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:14:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:31 smithi027 bash[31536]: cluster 2023-12-07T11:14:30.175171+0000 mgr.a (mgr.24293) 3375 : cluster 0 pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:14:32.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:32.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:32.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:33.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:33.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:33.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:33.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:33.308 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:33 smithi044 bash[32620]: cluster 2023-12-07T11:14:32.176016+0000 mgr.a (mgr.24293) 3376 : cluster 0 pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:14:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:33 smithi044 bash[32620]: audit 2023-12-07T11:14:32.792512+0000 mgr.a (mgr.24293) 3377 : audit 0 from='client.78456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:33 smithi022 bash[28554]: cluster 2023-12-07T11:14:32.176016+0000 mgr.a (mgr.24293) 3376 : cluster 0 pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:14:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:33 smithi022 bash[28554]: audit 2023-12-07T11:14:32.792512+0000 mgr.a (mgr.24293) 3377 : audit 0 from='client.78456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:33 smithi027 bash[31536]: cluster 2023-12-07T11:14:32.176016+0000 mgr.a (mgr.24293) 3376 : cluster 0 pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:14:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:33 smithi027 bash[31536]: audit 2023-12-07T11:14:32.792512+0000 mgr.a (mgr.24293) 3377 : audit 0 from='client.78456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:35 smithi044 bash[32620]: cluster 2023-12-07T11:14:34.176750+0000 mgr.a (mgr.24293) 3378 : 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-07T11:14:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:35 smithi022 bash[28554]: cluster 2023-12-07T11:14:34.176750+0000 mgr.a (mgr.24293) 3378 : 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-07T11:14:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:35 smithi027 bash[31536]: cluster 2023-12-07T11:14:34.176750+0000 mgr.a (mgr.24293) 3378 : 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-07T11:14:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:37 smithi044 bash[32620]: cluster 2023-12-07T11:14:36.177582+0000 mgr.a (mgr.24293) 3379 : 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-07T11:14:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:37 smithi022 bash[28554]: cluster 2023-12-07T11:14:36.177582+0000 mgr.a (mgr.24293) 3379 : 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-07T11:14:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:37 smithi027 bash[31536]: cluster 2023-12-07T11:14:36.177582+0000 mgr.a (mgr.24293) 3379 : 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-07T11:14:38.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:38.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:38.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:39.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:39.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:39.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:39.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:39.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:39 smithi044 bash[32620]: cluster 2023-12-07T11:14:38.178218+0000 mgr.a (mgr.24293) 3380 : 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-07T11:14:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:39 smithi044 bash[32620]: audit 2023-12-07T11:14:38.725529+0000 mgr.a (mgr.24293) 3381 : audit 0 from='client.78534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:39 smithi022 bash[28554]: cluster 2023-12-07T11:14:38.178218+0000 mgr.a (mgr.24293) 3380 : 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-07T11:14:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:39 smithi022 bash[28554]: audit 2023-12-07T11:14:38.725529+0000 mgr.a (mgr.24293) 3381 : audit 0 from='client.78534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:39 smithi027 bash[31536]: cluster 2023-12-07T11:14:38.178218+0000 mgr.a (mgr.24293) 3380 : 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-07T11:14:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:39 smithi027 bash[31536]: audit 2023-12-07T11:14:38.725529+0000 mgr.a (mgr.24293) 3381 : audit 0 from='client.78534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:41 smithi044 bash[32620]: cluster 2023-12-07T11:14:40.178944+0000 mgr.a (mgr.24293) 3382 : 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-07T11:14:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:41 smithi022 bash[28554]: cluster 2023-12-07T11:14:40.178944+0000 mgr.a (mgr.24293) 3382 : 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-07T11:14:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:41 smithi027 bash[31536]: cluster 2023-12-07T11:14:40.178944+0000 mgr.a (mgr.24293) 3382 : 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-07T11:14:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:43 smithi044 bash[32620]: cluster 2023-12-07T11:14:42.179845+0000 mgr.a (mgr.24293) 3383 : cluster 0 pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:43 smithi022 bash[28554]: cluster 2023-12-07T11:14:42.179845+0000 mgr.a (mgr.24293) 3383 : cluster 0 pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:43 smithi027 bash[31536]: cluster 2023-12-07T11:14:42.179845+0000 mgr.a (mgr.24293) 3383 : cluster 0 pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:44.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:44.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:44.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:45.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:45.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:45.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:45.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:45.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:45 smithi044 bash[32620]: cluster 2023-12-07T11:14:44.180385+0000 mgr.a (mgr.24293) 3384 : cluster 0 pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:45 smithi044 bash[32620]: audit 2023-12-07T11:14:44.660772+0000 mgr.a (mgr.24293) 3385 : audit 0 from='client.78612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:45 smithi022 bash[28554]: cluster 2023-12-07T11:14:44.180385+0000 mgr.a (mgr.24293) 3384 : cluster 0 pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:45 smithi022 bash[28554]: audit 2023-12-07T11:14:44.660772+0000 mgr.a (mgr.24293) 3385 : audit 0 from='client.78612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:45 smithi027 bash[31536]: cluster 2023-12-07T11:14:44.180385+0000 mgr.a (mgr.24293) 3384 : cluster 0 pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:45 smithi027 bash[31536]: audit 2023-12-07T11:14:44.660772+0000 mgr.a (mgr.24293) 3385 : audit 0 from='client.78612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:47 smithi044 bash[32620]: cluster 2023-12-07T11:14:46.181262+0000 mgr.a (mgr.24293) 3386 : cluster 0 pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:47 smithi022 bash[28554]: cluster 2023-12-07T11:14:46.181262+0000 mgr.a (mgr.24293) 3386 : cluster 0 pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:47 smithi027 bash[31536]: cluster 2023-12-07T11:14:46.181262+0000 mgr.a (mgr.24293) 3386 : cluster 0 pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:49 smithi044 bash[32620]: cluster 2023-12-07T11:14:48.181870+0000 mgr.a (mgr.24293) 3387 : cluster 0 pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:49 smithi022 bash[28554]: cluster 2023-12-07T11:14:48.181870+0000 mgr.a (mgr.24293) 3387 : cluster 0 pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:49 smithi027 bash[31536]: cluster 2023-12-07T11:14:48.181870+0000 mgr.a (mgr.24293) 3387 : cluster 0 pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:50.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:50.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:50.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:51.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:51.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:51.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:51.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:51.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:51 smithi044 bash[32620]: cluster 2023-12-07T11:14:50.182413+0000 mgr.a (mgr.24293) 3388 : cluster 0 pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:51 smithi044 bash[32620]: audit 2023-12-07T11:14:50.596820+0000 mgr.a (mgr.24293) 3389 : audit 0 from='client.78687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:51 smithi022 bash[28554]: cluster 2023-12-07T11:14:50.182413+0000 mgr.a (mgr.24293) 3388 : cluster 0 pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:51 smithi022 bash[28554]: audit 2023-12-07T11:14:50.596820+0000 mgr.a (mgr.24293) 3389 : audit 0 from='client.78687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:51 smithi027 bash[31536]: cluster 2023-12-07T11:14:50.182413+0000 mgr.a (mgr.24293) 3388 : cluster 0 pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:51 smithi027 bash[31536]: audit 2023-12-07T11:14:50.596820+0000 mgr.a (mgr.24293) 3389 : audit 0 from='client.78687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:53 smithi044 bash[32620]: cluster 2023-12-07T11:14:52.183454+0000 mgr.a (mgr.24293) 3390 : 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-07T11:14:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:53 smithi022 bash[28554]: cluster 2023-12-07T11:14:52.183454+0000 mgr.a (mgr.24293) 3390 : 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-07T11:14:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:53 smithi027 bash[31536]: cluster 2023-12-07T11:14:52.183454+0000 mgr.a (mgr.24293) 3390 : 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-07T11:14:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:55 smithi044 bash[32620]: cluster 2023-12-07T11:14:54.184003+0000 mgr.a (mgr.24293) 3391 : cluster 0 pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:55 smithi044 bash[32620]: audit 2023-12-07T11:14:55.387465+0000 mon.a (mon.0) 931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:14:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:55 smithi022 bash[28554]: cluster 2023-12-07T11:14:54.184003+0000 mgr.a (mgr.24293) 3391 : cluster 0 pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:55 smithi022 bash[28554]: audit 2023-12-07T11:14:55.387465+0000 mon.a (mon.0) 931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:14:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:55 smithi027 bash[31536]: cluster 2023-12-07T11:14:54.184003+0000 mgr.a (mgr.24293) 3391 : cluster 0 pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:55 smithi027 bash[31536]: audit 2023-12-07T11:14:55.387465+0000 mon.a (mon.0) 931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:14:56.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:14:56.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:56.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:56 smithi044 bash[32620]: audit 2023-12-07T11:14:56.176382+0000 mon.a (mon.0) 932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:14:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:56 smithi044 bash[32620]: audit 2023-12-07T11:14:56.178225+0000 mon.a (mon.0) 933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:14:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:56 smithi044 bash[32620]: audit 2023-12-07T11:14:56.187894+0000 mon.a (mon.0) 934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:14:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:56 smithi022 bash[28554]: audit 2023-12-07T11:14:56.176382+0000 mon.a (mon.0) 932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:14:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:56 smithi022 bash[28554]: audit 2023-12-07T11:14:56.178225+0000 mon.a (mon.0) 933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:14:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:56 smithi022 bash[28554]: audit 2023-12-07T11:14:56.187894+0000 mon.a (mon.0) 934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:14:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:56 smithi027 bash[31536]: audit 2023-12-07T11:14:56.176382+0000 mon.a (mon.0) 932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:14:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:56 smithi027 bash[31536]: audit 2023-12-07T11:14:56.178225+0000 mon.a (mon.0) 933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:14:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:56 smithi027 bash[31536]: audit 2023-12-07T11:14:56.187894+0000 mon.a (mon.0) 934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:14:57.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:14:57.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:57.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:57.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:57.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:14:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:57 smithi044 bash[32620]: cluster 2023-12-07T11:14:56.184675+0000 mgr.a (mgr.24293) 3392 : cluster 0 pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:57 smithi044 bash[32620]: audit 2023-12-07T11:14:56.512891+0000 mgr.a (mgr.24293) 3393 : audit 0 from='client.78762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:57 smithi022 bash[28554]: cluster 2023-12-07T11:14:56.184675+0000 mgr.a (mgr.24293) 3392 : cluster 0 pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:57 smithi022 bash[28554]: audit 2023-12-07T11:14:56.512891+0000 mgr.a (mgr.24293) 3393 : audit 0 from='client.78762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:57.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:57 smithi027 bash[31536]: cluster 2023-12-07T11:14:56.184675+0000 mgr.a (mgr.24293) 3392 : cluster 0 pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:57.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:57 smithi027 bash[31536]: audit 2023-12-07T11:14:56.512891+0000 mgr.a (mgr.24293) 3393 : audit 0 from='client.78762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:14:59 smithi044 bash[32620]: cluster 2023-12-07T11:14:58.185509+0000 mgr.a (mgr.24293) 3394 : cluster 0 pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:14:59 smithi022 bash[28554]: cluster 2023-12-07T11:14:58.185509+0000 mgr.a (mgr.24293) 3394 : cluster 0 pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:14:59 smithi027 bash[31536]: cluster 2023-12-07T11:14:58.185509+0000 mgr.a (mgr.24293) 3394 : cluster 0 pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:01 smithi044 bash[32620]: cluster 2023-12-07T11:15:00.186132+0000 mgr.a (mgr.24293) 3395 : cluster 0 pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:01 smithi022 bash[28554]: cluster 2023-12-07T11:15:00.186132+0000 mgr.a (mgr.24293) 3395 : cluster 0 pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:01 smithi027 bash[31536]: cluster 2023-12-07T11:15:00.186132+0000 mgr.a (mgr.24293) 3395 : cluster 0 pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:02.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:02.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:02.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:02.984 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:02.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:02.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:02.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:02.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:03 smithi044 bash[32620]: cluster 2023-12-07T11:15:02.186811+0000 mgr.a (mgr.24293) 3396 : cluster 0 pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:03 smithi044 bash[32620]: audit 2023-12-07T11:15:02.458653+0000 mgr.a (mgr.24293) 3397 : audit 0 from='client.78837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:03 smithi022 bash[28554]: cluster 2023-12-07T11:15:02.186811+0000 mgr.a (mgr.24293) 3396 : cluster 0 pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:03 smithi022 bash[28554]: audit 2023-12-07T11:15:02.458653+0000 mgr.a (mgr.24293) 3397 : audit 0 from='client.78837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:03 smithi027 bash[31536]: cluster 2023-12-07T11:15:02.186811+0000 mgr.a (mgr.24293) 3396 : cluster 0 pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:03 smithi027 bash[31536]: audit 2023-12-07T11:15:02.458653+0000 mgr.a (mgr.24293) 3397 : audit 0 from='client.78837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:05 smithi044 bash[32620]: cluster 2023-12-07T11:15:04.187652+0000 mgr.a (mgr.24293) 3398 : 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-07T11:15:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:05 smithi022 bash[28554]: cluster 2023-12-07T11:15:04.187652+0000 mgr.a (mgr.24293) 3398 : 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-07T11:15:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:05 smithi027 bash[31536]: cluster 2023-12-07T11:15:04.187652+0000 mgr.a (mgr.24293) 3398 : 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-07T11:15:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:07 smithi044 bash[32620]: cluster 2023-12-07T11:15:06.188624+0000 mgr.a (mgr.24293) 3399 : 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-07T11:15:07.981 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:07 smithi027 bash[31536]: cluster 2023-12-07T11:15:06.188624+0000 mgr.a (mgr.24293) 3399 : 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-07T11:15:07.981 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:07 smithi022 bash[28554]: cluster 2023-12-07T11:15:06.188624+0000 mgr.a (mgr.24293) 3399 : 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-07T11:15:07.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:07.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:07.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:08.925 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:08.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:08.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:08.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:08.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:09 smithi044 bash[32620]: cluster 2023-12-07T11:15:08.189197+0000 mgr.a (mgr.24293) 3400 : 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-07T11:15:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:09 smithi044 bash[32620]: audit 2023-12-07T11:15:08.396734+0000 mgr.a (mgr.24293) 3401 : audit 0 from='client.78912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:09 smithi022 bash[28554]: cluster 2023-12-07T11:15:08.189197+0000 mgr.a (mgr.24293) 3400 : 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-07T11:15:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:09 smithi022 bash[28554]: audit 2023-12-07T11:15:08.396734+0000 mgr.a (mgr.24293) 3401 : audit 0 from='client.78912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:09 smithi027 bash[31536]: cluster 2023-12-07T11:15:08.189197+0000 mgr.a (mgr.24293) 3400 : 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-07T11:15:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:09 smithi027 bash[31536]: audit 2023-12-07T11:15:08.396734+0000 mgr.a (mgr.24293) 3401 : audit 0 from='client.78912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:11 smithi044 bash[32620]: cluster 2023-12-07T11:15:10.189875+0000 mgr.a (mgr.24293) 3402 : 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-07T11:15:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:11 smithi022 bash[28554]: cluster 2023-12-07T11:15:10.189875+0000 mgr.a (mgr.24293) 3402 : 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-07T11:15:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:11 smithi027 bash[31536]: cluster 2023-12-07T11:15:10.189875+0000 mgr.a (mgr.24293) 3402 : 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-07T11:15:13.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:13 smithi044 bash[32620]: cluster 2023-12-07T11:15:12.190706+0000 mgr.a (mgr.24293) 3403 : cluster 0 pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:13 smithi022 bash[28554]: cluster 2023-12-07T11:15:12.190706+0000 mgr.a (mgr.24293) 3403 : cluster 0 pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:13.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:13.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:13 smithi027 bash[31536]: cluster 2023-12-07T11:15:12.190706+0000 mgr.a (mgr.24293) 3403 : cluster 0 pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:14.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:14.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:14.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:14.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:14.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:15 smithi044 bash[32620]: cluster 2023-12-07T11:15:14.191314+0000 mgr.a (mgr.24293) 3404 : cluster 0 pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:15 smithi044 bash[32620]: audit 2023-12-07T11:15:14.337565+0000 mgr.a (mgr.24293) 3405 : audit 0 from='client.78987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:15 smithi022 bash[28554]: cluster 2023-12-07T11:15:14.191314+0000 mgr.a (mgr.24293) 3404 : cluster 0 pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:15 smithi022 bash[28554]: audit 2023-12-07T11:15:14.337565+0000 mgr.a (mgr.24293) 3405 : audit 0 from='client.78987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:15 smithi027 bash[31536]: cluster 2023-12-07T11:15:14.191314+0000 mgr.a (mgr.24293) 3404 : cluster 0 pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:15 smithi027 bash[31536]: audit 2023-12-07T11:15:14.337565+0000 mgr.a (mgr.24293) 3405 : audit 0 from='client.78987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:17 smithi044 bash[32620]: cluster 2023-12-07T11:15:16.192230+0000 mgr.a (mgr.24293) 3406 : cluster 0 pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:17 smithi022 bash[28554]: cluster 2023-12-07T11:15:16.192230+0000 mgr.a (mgr.24293) 3406 : cluster 0 pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:17 smithi027 bash[31536]: cluster 2023-12-07T11:15:16.192230+0000 mgr.a (mgr.24293) 3406 : cluster 0 pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:19.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:19.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:19.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:19 smithi044 bash[32620]: cluster 2023-12-07T11:15:18.192800+0000 mgr.a (mgr.24293) 3407 : cluster 0 pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:19 smithi022 bash[28554]: cluster 2023-12-07T11:15:18.192800+0000 mgr.a (mgr.24293) 3407 : cluster 0 pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:19 smithi027 bash[31536]: cluster 2023-12-07T11:15:18.192800+0000 mgr.a (mgr.24293) 3407 : cluster 0 pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:20.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:20.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:20.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:20.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:20.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:21 smithi044 bash[32620]: cluster 2023-12-07T11:15:20.193209+0000 mgr.a (mgr.24293) 3408 : cluster 0 pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:21 smithi044 bash[32620]: audit 2023-12-07T11:15:20.269895+0000 mgr.a (mgr.24293) 3409 : audit 0 from='client.79059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:21 smithi022 bash[28554]: cluster 2023-12-07T11:15:20.193209+0000 mgr.a (mgr.24293) 3408 : cluster 0 pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:21 smithi022 bash[28554]: audit 2023-12-07T11:15:20.269895+0000 mgr.a (mgr.24293) 3409 : audit 0 from='client.79059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:21 smithi027 bash[31536]: cluster 2023-12-07T11:15:20.193209+0000 mgr.a (mgr.24293) 3408 : cluster 0 pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:21 smithi027 bash[31536]: audit 2023-12-07T11:15:20.269895+0000 mgr.a (mgr.24293) 3409 : audit 0 from='client.79059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:23 smithi044 bash[32620]: cluster 2023-12-07T11:15:22.194182+0000 mgr.a (mgr.24293) 3410 : cluster 0 pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:23 smithi022 bash[28554]: cluster 2023-12-07T11:15:22.194182+0000 mgr.a (mgr.24293) 3410 : cluster 0 pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:15:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:23 smithi027 bash[31536]: cluster 2023-12-07T11:15:22.194182+0000 mgr.a (mgr.24293) 3410 : cluster 0 pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:15:25.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:25.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:25.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:25 smithi044 bash[32620]: cluster 2023-12-07T11:15:24.194882+0000 mgr.a (mgr.24293) 3411 : cluster 0 pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:15:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:25 smithi022 bash[28554]: cluster 2023-12-07T11:15:24.194882+0000 mgr.a (mgr.24293) 3411 : cluster 0 pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:15:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:25 smithi027 bash[31536]: cluster 2023-12-07T11:15:24.194882+0000 mgr.a (mgr.24293) 3411 : cluster 0 pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:15:26.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:26.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:26.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:26.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:26.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:27 smithi027 bash[31536]: cluster 2023-12-07T11:15:26.195710+0000 mgr.a (mgr.24293) 3412 : cluster 0 pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:27 smithi027 bash[31536]: audit 2023-12-07T11:15:26.213886+0000 mgr.a (mgr.24293) 3413 : audit 0 from='client.79137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:27 smithi044 bash[32620]: cluster 2023-12-07T11:15:26.195710+0000 mgr.a (mgr.24293) 3412 : cluster 0 pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:27 smithi044 bash[32620]: audit 2023-12-07T11:15:26.213886+0000 mgr.a (mgr.24293) 3413 : audit 0 from='client.79137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:27 smithi022 bash[28554]: cluster 2023-12-07T11:15:26.195710+0000 mgr.a (mgr.24293) 3412 : cluster 0 pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:27 smithi022 bash[28554]: audit 2023-12-07T11:15:26.213886+0000 mgr.a (mgr.24293) 3413 : audit 0 from='client.79137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:29 smithi027 bash[31536]: cluster 2023-12-07T11:15:28.196367+0000 mgr.a (mgr.24293) 3414 : cluster 0 pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:29 smithi044 bash[32620]: cluster 2023-12-07T11:15:28.196367+0000 mgr.a (mgr.24293) 3414 : cluster 0 pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:29 smithi022 bash[28554]: cluster 2023-12-07T11:15:28.196367+0000 mgr.a (mgr.24293) 3414 : cluster 0 pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:31.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:31.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:31.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:31 smithi027 bash[31536]: cluster 2023-12-07T11:15:30.197091+0000 mgr.a (mgr.24293) 3415 : cluster 0 pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:31 smithi044 bash[32620]: cluster 2023-12-07T11:15:30.197091+0000 mgr.a (mgr.24293) 3415 : cluster 0 pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:31 smithi022 bash[28554]: cluster 2023-12-07T11:15:30.197091+0000 mgr.a (mgr.24293) 3415 : cluster 0 pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:32.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:32.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:32.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:32.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:32.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:33 smithi027 bash[31536]: audit 2023-12-07T11:15:32.174380+0000 mgr.a (mgr.24293) 3416 : audit 0 from='client.79212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:33 smithi027 bash[31536]: cluster 2023-12-07T11:15:32.198353+0000 mgr.a (mgr.24293) 3417 : cluster 0 pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:33 smithi044 bash[32620]: audit 2023-12-07T11:15:32.174380+0000 mgr.a (mgr.24293) 3416 : audit 0 from='client.79212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:33 smithi044 bash[32620]: cluster 2023-12-07T11:15:32.198353+0000 mgr.a (mgr.24293) 3417 : cluster 0 pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:33 smithi022 bash[28554]: audit 2023-12-07T11:15:32.174380+0000 mgr.a (mgr.24293) 3416 : audit 0 from='client.79212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:33 smithi022 bash[28554]: cluster 2023-12-07T11:15:32.198353+0000 mgr.a (mgr.24293) 3417 : cluster 0 pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:35 smithi027 bash[31536]: cluster 2023-12-07T11:15:34.199207+0000 mgr.a (mgr.24293) 3418 : cluster 0 pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:15:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:35 smithi044 bash[32620]: cluster 2023-12-07T11:15:34.199207+0000 mgr.a (mgr.24293) 3418 : cluster 0 pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:15:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:35 smithi022 bash[28554]: cluster 2023-12-07T11:15:34.199207+0000 mgr.a (mgr.24293) 3418 : cluster 0 pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:15:37.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:37.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:37.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:37 smithi044 bash[32620]: cluster 2023-12-07T11:15:36.200036+0000 mgr.a (mgr.24293) 3419 : cluster 0 pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:15:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:37 smithi022 bash[28554]: cluster 2023-12-07T11:15:36.200036+0000 mgr.a (mgr.24293) 3419 : cluster 0 pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:15:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:37 smithi027 bash[31536]: cluster 2023-12-07T11:15:36.200036+0000 mgr.a (mgr.24293) 3419 : cluster 0 pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:15:38.626 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:38.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:38.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:38.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:38.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:39 smithi044 bash[32620]: audit 2023-12-07T11:15:38.109613+0000 mgr.a (mgr.24293) 3420 : audit 0 from='client.79290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:39 smithi044 bash[32620]: cluster 2023-12-07T11:15:38.200581+0000 mgr.a (mgr.24293) 3421 : 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-07T11:15:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:39 smithi022 bash[28554]: audit 2023-12-07T11:15:38.109613+0000 mgr.a (mgr.24293) 3420 : audit 0 from='client.79290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:39 smithi022 bash[28554]: cluster 2023-12-07T11:15:38.200581+0000 mgr.a (mgr.24293) 3421 : 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-07T11:15:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:39 smithi027 bash[31536]: audit 2023-12-07T11:15:38.109613+0000 mgr.a (mgr.24293) 3420 : audit 0 from='client.79290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:39 smithi027 bash[31536]: cluster 2023-12-07T11:15:38.200581+0000 mgr.a (mgr.24293) 3421 : 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-07T11:15:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:41 smithi044 bash[32620]: cluster 2023-12-07T11:15:40.201245+0000 mgr.a (mgr.24293) 3422 : 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-07T11:15:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:41 smithi022 bash[28554]: cluster 2023-12-07T11:15:40.201245+0000 mgr.a (mgr.24293) 3422 : 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-07T11:15:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:41 smithi027 bash[31536]: cluster 2023-12-07T11:15:40.201245+0000 mgr.a (mgr.24293) 3422 : 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-07T11:15:43.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:43.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:43.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:43 smithi044 bash[32620]: cluster 2023-12-07T11:15:42.202073+0000 mgr.a (mgr.24293) 3423 : 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-07T11:15:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:43 smithi022 bash[28554]: cluster 2023-12-07T11:15:42.202073+0000 mgr.a (mgr.24293) 3423 : 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-07T11:15:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:43 smithi027 bash[31536]: cluster 2023-12-07T11:15:42.202073+0000 mgr.a (mgr.24293) 3423 : 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-07T11:15:44.570 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:45 smithi044 bash[32620]: audit 2023-12-07T11:15:44.042140+0000 mgr.a (mgr.24293) 3424 : audit 0 from='client.79365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:45 smithi044 bash[32620]: cluster 2023-12-07T11:15:44.202693+0000 mgr.a (mgr.24293) 3425 : 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-07T11:15:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:45 smithi022 bash[28554]: audit 2023-12-07T11:15:44.042140+0000 mgr.a (mgr.24293) 3424 : audit 0 from='client.79365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:45 smithi022 bash[28554]: cluster 2023-12-07T11:15:44.202693+0000 mgr.a (mgr.24293) 3425 : 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-07T11:15:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:45 smithi027 bash[31536]: audit 2023-12-07T11:15:44.042140+0000 mgr.a (mgr.24293) 3424 : audit 0 from='client.79365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:45 smithi027 bash[31536]: cluster 2023-12-07T11:15:44.202693+0000 mgr.a (mgr.24293) 3425 : 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-07T11:15:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:47 smithi044 bash[32620]: cluster 2023-12-07T11:15:46.203584+0000 mgr.a (mgr.24293) 3426 : cluster 0 pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:47 smithi022 bash[28554]: cluster 2023-12-07T11:15:46.203584+0000 mgr.a (mgr.24293) 3426 : cluster 0 pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:47 smithi027 bash[31536]: cluster 2023-12-07T11:15:46.203584+0000 mgr.a (mgr.24293) 3426 : cluster 0 pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:49.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:49.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:49.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:49 smithi044 bash[32620]: cluster 2023-12-07T11:15:48.204150+0000 mgr.a (mgr.24293) 3427 : cluster 0 pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:49 smithi022 bash[28554]: cluster 2023-12-07T11:15:48.204150+0000 mgr.a (mgr.24293) 3427 : cluster 0 pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:49 smithi027 bash[31536]: cluster 2023-12-07T11:15:48.204150+0000 mgr.a (mgr.24293) 3427 : cluster 0 pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:50.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:50.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:50.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:50.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:50.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:50 smithi044 bash[32620]: audit 2023-12-07T11:15:49.983424+0000 mgr.a (mgr.24293) 3428 : audit 0 from='client.79440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:50 smithi022 bash[28554]: audit 2023-12-07T11:15:49.983424+0000 mgr.a (mgr.24293) 3428 : audit 0 from='client.79440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:50 smithi027 bash[31536]: audit 2023-12-07T11:15:49.983424+0000 mgr.a (mgr.24293) 3428 : audit 0 from='client.79440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:51 smithi044 bash[32620]: cluster 2023-12-07T11:15:50.204670+0000 mgr.a (mgr.24293) 3429 : cluster 0 pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:51 smithi022 bash[28554]: cluster 2023-12-07T11:15:50.204670+0000 mgr.a (mgr.24293) 3429 : cluster 0 pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:51 smithi027 bash[31536]: cluster 2023-12-07T11:15:50.204670+0000 mgr.a (mgr.24293) 3429 : cluster 0 pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:53 smithi044 bash[32620]: cluster 2023-12-07T11:15:52.205603+0000 mgr.a (mgr.24293) 3430 : cluster 0 pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:15:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:53 smithi022 bash[28554]: cluster 2023-12-07T11:15:52.205603+0000 mgr.a (mgr.24293) 3430 : cluster 0 pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:15:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:53 smithi027 bash[31536]: cluster 2023-12-07T11:15:52.205603+0000 mgr.a (mgr.24293) 3430 : cluster 0 pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:15:55.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:15:55.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:55.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:55 smithi044 bash[32620]: cluster 2023-12-07T11:15:54.206182+0000 mgr.a (mgr.24293) 3431 : cluster 0 pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:15:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:55 smithi022 bash[28554]: cluster 2023-12-07T11:15:54.206182+0000 mgr.a (mgr.24293) 3431 : cluster 0 pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:15:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:55 smithi027 bash[31536]: cluster 2023-12-07T11:15:54.206182+0000 mgr.a (mgr.24293) 3431 : cluster 0 pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:15:56.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:15:56.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:56.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:56.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:56.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:15:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:56 smithi044 bash[32620]: audit 2023-12-07T11:15:55.913876+0000 mgr.a (mgr.24293) 3432 : audit 0 from='client.79512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:56 smithi044 bash[32620]: audit 2023-12-07T11:15:56.290591+0000 mon.a (mon.0) 935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:15:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:56 smithi022 bash[28554]: audit 2023-12-07T11:15:55.913876+0000 mgr.a (mgr.24293) 3432 : audit 0 from='client.79512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:56 smithi022 bash[28554]: audit 2023-12-07T11:15:56.290591+0000 mon.a (mon.0) 935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:15:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:56 smithi027 bash[31536]: audit 2023-12-07T11:15:55.913876+0000 mgr.a (mgr.24293) 3432 : audit 0 from='client.79512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:56 smithi027 bash[31536]: audit 2023-12-07T11:15:56.290591+0000 mon.a (mon.0) 935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:15:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:57 smithi044 bash[32620]: cluster 2023-12-07T11:15:56.207242+0000 mgr.a (mgr.24293) 3433 : 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-07T11:15:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:57 smithi044 bash[32620]: audit 2023-12-07T11:15:57.088016+0000 mon.a (mon.0) 936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:15:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:57 smithi044 bash[32620]: audit 2023-12-07T11:15:57.090297+0000 mon.a (mon.0) 937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:15:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:57 smithi044 bash[32620]: audit 2023-12-07T11:15:57.099004+0000 mon.a (mon.0) 938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:15:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:57 smithi022 bash[28554]: cluster 2023-12-07T11:15:56.207242+0000 mgr.a (mgr.24293) 3433 : 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-07T11:15:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:57 smithi022 bash[28554]: audit 2023-12-07T11:15:57.088016+0000 mon.a (mon.0) 936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:15:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:57 smithi022 bash[28554]: audit 2023-12-07T11:15:57.090297+0000 mon.a (mon.0) 937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:15:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:57 smithi022 bash[28554]: audit 2023-12-07T11:15:57.099004+0000 mon.a (mon.0) 938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:15:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:57 smithi027 bash[31536]: cluster 2023-12-07T11:15:56.207242+0000 mgr.a (mgr.24293) 3433 : 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-07T11:15:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:57 smithi027 bash[31536]: audit 2023-12-07T11:15:57.088016+0000 mon.a (mon.0) 936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:15:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:57 smithi027 bash[31536]: audit 2023-12-07T11:15:57.090297+0000 mon.a (mon.0) 937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:15:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:57 smithi027 bash[31536]: audit 2023-12-07T11:15:57.099004+0000 mon.a (mon.0) 938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:16:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:15:59 smithi044 bash[32620]: cluster 2023-12-07T11:15:58.207952+0000 mgr.a (mgr.24293) 3434 : cluster 0 pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:15:59 smithi022 bash[28554]: cluster 2023-12-07T11:15:58.207952+0000 mgr.a (mgr.24293) 3434 : cluster 0 pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:15:59 smithi027 bash[31536]: cluster 2023-12-07T11:15:58.207952+0000 mgr.a (mgr.24293) 3434 : cluster 0 pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:01.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:01.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:01.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:01 smithi044 bash[32620]: cluster 2023-12-07T11:16:00.208530+0000 mgr.a (mgr.24293) 3435 : cluster 0 pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:01 smithi022 bash[28554]: cluster 2023-12-07T11:16:00.208530+0000 mgr.a (mgr.24293) 3435 : cluster 0 pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:01 smithi027 bash[31536]: cluster 2023-12-07T11:16:00.208530+0000 mgr.a (mgr.24293) 3435 : cluster 0 pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:02.365 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:02.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:02.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:02.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:02.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:02 smithi044 bash[32620]: audit 2023-12-07T11:16:01.851933+0000 mgr.a (mgr.24293) 3436 : audit 0 from='client.79590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:02 smithi022 bash[28554]: audit 2023-12-07T11:16:01.851933+0000 mgr.a (mgr.24293) 3436 : audit 0 from='client.79590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:02 smithi027 bash[31536]: audit 2023-12-07T11:16:01.851933+0000 mgr.a (mgr.24293) 3436 : audit 0 from='client.79590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:03 smithi044 bash[32620]: cluster 2023-12-07T11:16:02.209357+0000 mgr.a (mgr.24293) 3437 : cluster 0 pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:03 smithi022 bash[28554]: cluster 2023-12-07T11:16:02.209357+0000 mgr.a (mgr.24293) 3437 : cluster 0 pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:03 smithi027 bash[31536]: cluster 2023-12-07T11:16:02.209357+0000 mgr.a (mgr.24293) 3437 : cluster 0 pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:05 smithi044 bash[32620]: cluster 2023-12-07T11:16:04.210028+0000 mgr.a (mgr.24293) 3438 : cluster 0 pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:16:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:05 smithi022 bash[28554]: cluster 2023-12-07T11:16:04.210028+0000 mgr.a (mgr.24293) 3438 : cluster 0 pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:16:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:05 smithi027 bash[31536]: cluster 2023-12-07T11:16:04.210028+0000 mgr.a (mgr.24293) 3438 : cluster 0 pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:16:07.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:07.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:07.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:07 smithi044 bash[32620]: cluster 2023-12-07T11:16:06.210990+0000 mgr.a (mgr.24293) 3439 : cluster 0 pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:16:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:07 smithi022 bash[28554]: cluster 2023-12-07T11:16:06.210990+0000 mgr.a (mgr.24293) 3439 : cluster 0 pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:16:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:07 smithi027 bash[31536]: cluster 2023-12-07T11:16:06.210990+0000 mgr.a (mgr.24293) 3439 : cluster 0 pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:16:08.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:08.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:08.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:08.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:08.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:08 smithi044 bash[32620]: audit 2023-12-07T11:16:07.772364+0000 mgr.a (mgr.24293) 3440 : audit 0 from='client.79665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:08 smithi022 bash[28554]: audit 2023-12-07T11:16:07.772364+0000 mgr.a (mgr.24293) 3440 : audit 0 from='client.79665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:08 smithi027 bash[31536]: audit 2023-12-07T11:16:07.772364+0000 mgr.a (mgr.24293) 3440 : audit 0 from='client.79665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:09 smithi044 bash[32620]: cluster 2023-12-07T11:16:08.211820+0000 mgr.a (mgr.24293) 3441 : 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-07T11:16:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:09 smithi022 bash[28554]: cluster 2023-12-07T11:16:08.211820+0000 mgr.a (mgr.24293) 3441 : 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-07T11:16:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:09 smithi027 bash[31536]: cluster 2023-12-07T11:16:08.211820+0000 mgr.a (mgr.24293) 3441 : 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-07T11:16:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:11 smithi044 bash[32620]: cluster 2023-12-07T11:16:10.212465+0000 mgr.a (mgr.24293) 3442 : 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-07T11:16:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:11 smithi022 bash[28554]: cluster 2023-12-07T11:16:10.212465+0000 mgr.a (mgr.24293) 3442 : 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-07T11:16:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:11 smithi027 bash[31536]: cluster 2023-12-07T11:16:10.212465+0000 mgr.a (mgr.24293) 3442 : 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-07T11:16:13.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:13.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:13.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:13 smithi044 bash[32620]: cluster 2023-12-07T11:16:12.213317+0000 mgr.a (mgr.24293) 3443 : 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-07T11:16:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:13 smithi022 bash[28554]: cluster 2023-12-07T11:16:12.213317+0000 mgr.a (mgr.24293) 3443 : 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-07T11:16:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:13 smithi027 bash[31536]: cluster 2023-12-07T11:16:12.213317+0000 mgr.a (mgr.24293) 3443 : 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-07T11:16:14.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:14.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:14.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:14.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:14.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:14 smithi044 bash[32620]: audit 2023-12-07T11:16:13.727622+0000 mgr.a (mgr.24293) 3444 : audit 0 from='client.75019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:14 smithi022 bash[28554]: audit 2023-12-07T11:16:13.727622+0000 mgr.a (mgr.24293) 3444 : audit 0 from='client.75019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:14 smithi027 bash[31536]: audit 2023-12-07T11:16:13.727622+0000 mgr.a (mgr.24293) 3444 : audit 0 from='client.75019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:15 smithi044 bash[32620]: cluster 2023-12-07T11:16:14.213932+0000 mgr.a (mgr.24293) 3445 : 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-07T11:16:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:15 smithi022 bash[28554]: cluster 2023-12-07T11:16:14.213932+0000 mgr.a (mgr.24293) 3445 : 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-07T11:16:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:15 smithi027 bash[31536]: cluster 2023-12-07T11:16:14.213932+0000 mgr.a (mgr.24293) 3445 : 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-07T11:16:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:17 smithi044 bash[32620]: cluster 2023-12-07T11:16:16.214746+0000 mgr.a (mgr.24293) 3446 : cluster 0 pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:17 smithi022 bash[28554]: cluster 2023-12-07T11:16:16.214746+0000 mgr.a (mgr.24293) 3446 : cluster 0 pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:17 smithi027 bash[31536]: cluster 2023-12-07T11:16:16.214746+0000 mgr.a (mgr.24293) 3446 : cluster 0 pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:19.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:19.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:19.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:20.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:20.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:20.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:20.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:20.173 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:19 smithi044 bash[32620]: cluster 2023-12-07T11:16:18.215332+0000 mgr.a (mgr.24293) 3447 : cluster 0 pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:19 smithi022 bash[28554]: cluster 2023-12-07T11:16:18.215332+0000 mgr.a (mgr.24293) 3447 : cluster 0 pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:19 smithi027 bash[31536]: cluster 2023-12-07T11:16:18.215332+0000 mgr.a (mgr.24293) 3447 : cluster 0 pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:20 smithi044 bash[32620]: audit 2023-12-07T11:16:19.675953+0000 mgr.a (mgr.24293) 3448 : audit 0 from='client.75076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:20 smithi022 bash[28554]: audit 2023-12-07T11:16:19.675953+0000 mgr.a (mgr.24293) 3448 : audit 0 from='client.75076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:21.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:20 smithi027 bash[31536]: audit 2023-12-07T11:16:19.675953+0000 mgr.a (mgr.24293) 3448 : audit 0 from='client.75076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:21 smithi044 bash[32620]: cluster 2023-12-07T11:16:20.216074+0000 mgr.a (mgr.24293) 3449 : cluster 0 pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:21 smithi022 bash[28554]: cluster 2023-12-07T11:16:20.216074+0000 mgr.a (mgr.24293) 3449 : cluster 0 pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:21 smithi027 bash[31536]: cluster 2023-12-07T11:16:20.216074+0000 mgr.a (mgr.24293) 3449 : cluster 0 pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:23 smithi044 bash[32620]: cluster 2023-12-07T11:16:22.216927+0000 mgr.a (mgr.24293) 3450 : cluster 0 pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:23 smithi022 bash[28554]: cluster 2023-12-07T11:16:22.216927+0000 mgr.a (mgr.24293) 3450 : cluster 0 pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:23 smithi027 bash[31536]: cluster 2023-12-07T11:16:22.216927+0000 mgr.a (mgr.24293) 3450 : cluster 0 pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:25.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:25.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:25.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:26.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:25 smithi044 bash[32620]: cluster 2023-12-07T11:16:24.217488+0000 mgr.a (mgr.24293) 3451 : cluster 0 pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:25 smithi022 bash[28554]: cluster 2023-12-07T11:16:24.217488+0000 mgr.a (mgr.24293) 3451 : cluster 0 pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:25 smithi027 bash[31536]: cluster 2023-12-07T11:16:24.217488+0000 mgr.a (mgr.24293) 3451 : cluster 0 pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:26 smithi044 bash[32620]: audit 2023-12-07T11:16:25.582759+0000 mgr.a (mgr.24293) 3452 : audit 0 from='client.79890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:26 smithi022 bash[28554]: audit 2023-12-07T11:16:25.582759+0000 mgr.a (mgr.24293) 3452 : audit 0 from='client.79890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:26 smithi027 bash[31536]: audit 2023-12-07T11:16:25.582759+0000 mgr.a (mgr.24293) 3452 : audit 0 from='client.79890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:27 smithi044 bash[32620]: cluster 2023-12-07T11:16:26.218476+0000 mgr.a (mgr.24293) 3453 : 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-07T11:16:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:27 smithi022 bash[28554]: cluster 2023-12-07T11:16:26.218476+0000 mgr.a (mgr.24293) 3453 : 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-07T11:16:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:27 smithi027 bash[31536]: cluster 2023-12-07T11:16:26.218476+0000 mgr.a (mgr.24293) 3453 : 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-07T11:16:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:29 smithi044 bash[32620]: cluster 2023-12-07T11:16:28.219046+0000 mgr.a (mgr.24293) 3454 : cluster 0 pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:29 smithi022 bash[28554]: cluster 2023-12-07T11:16:28.219046+0000 mgr.a (mgr.24293) 3454 : cluster 0 pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:29 smithi027 bash[31536]: cluster 2023-12-07T11:16:28.219046+0000 mgr.a (mgr.24293) 3454 : cluster 0 pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:31.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:31.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:31.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:32.008 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:32.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:32.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:32.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:32.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:31 smithi044 bash[32620]: cluster 2023-12-07T11:16:30.219580+0000 mgr.a (mgr.24293) 3455 : cluster 0 pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:31 smithi022 bash[28554]: cluster 2023-12-07T11:16:30.219580+0000 mgr.a (mgr.24293) 3455 : cluster 0 pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:31 smithi027 bash[31536]: cluster 2023-12-07T11:16:30.219580+0000 mgr.a (mgr.24293) 3455 : cluster 0 pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:33.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:32 smithi044 bash[32620]: audit 2023-12-07T11:16:31.494265+0000 mgr.a (mgr.24293) 3456 : audit 0 from='client.79968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:33.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:32 smithi022 bash[28554]: audit 2023-12-07T11:16:31.494265+0000 mgr.a (mgr.24293) 3456 : audit 0 from='client.79968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:32 smithi027 bash[31536]: audit 2023-12-07T11:16:31.494265+0000 mgr.a (mgr.24293) 3456 : audit 0 from='client.79968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:33 smithi044 bash[32620]: cluster 2023-12-07T11:16:32.220538+0000 mgr.a (mgr.24293) 3457 : cluster 0 pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:33 smithi022 bash[28554]: cluster 2023-12-07T11:16:32.220538+0000 mgr.a (mgr.24293) 3457 : cluster 0 pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:34.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:33 smithi027 bash[31536]: cluster 2023-12-07T11:16:32.220538+0000 mgr.a (mgr.24293) 3457 : cluster 0 pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:35 smithi044 bash[32620]: cluster 2023-12-07T11:16:34.221107+0000 mgr.a (mgr.24293) 3458 : cluster 0 pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:35 smithi022 bash[28554]: cluster 2023-12-07T11:16:34.221107+0000 mgr.a (mgr.24293) 3458 : cluster 0 pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:35 smithi027 bash[31536]: cluster 2023-12-07T11:16:34.221107+0000 mgr.a (mgr.24293) 3458 : cluster 0 pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:37.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:37.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:37.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:37.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:37.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:37.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:37.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:37.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:37 smithi044 bash[32620]: cluster 2023-12-07T11:16:36.221845+0000 mgr.a (mgr.24293) 3459 : cluster 0 pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:37 smithi022 bash[28554]: cluster 2023-12-07T11:16:36.221845+0000 mgr.a (mgr.24293) 3459 : cluster 0 pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:37 smithi027 bash[31536]: cluster 2023-12-07T11:16:36.221845+0000 mgr.a (mgr.24293) 3459 : cluster 0 pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:38 smithi044 bash[32620]: audit 2023-12-07T11:16:37.432878+0000 mgr.a (mgr.24293) 3460 : audit 0 from='client.80043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:38 smithi022 bash[28554]: audit 2023-12-07T11:16:37.432878+0000 mgr.a (mgr.24293) 3460 : audit 0 from='client.80043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:38 smithi027 bash[31536]: audit 2023-12-07T11:16:37.432878+0000 mgr.a (mgr.24293) 3460 : audit 0 from='client.80043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:39 smithi044 bash[32620]: cluster 2023-12-07T11:16:38.222672+0000 mgr.a (mgr.24293) 3461 : 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-07T11:16:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:39 smithi022 bash[28554]: cluster 2023-12-07T11:16:38.222672+0000 mgr.a (mgr.24293) 3461 : 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-07T11:16:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:39 smithi027 bash[31536]: cluster 2023-12-07T11:16:38.222672+0000 mgr.a (mgr.24293) 3461 : 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-07T11:16:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:41 smithi044 bash[32620]: cluster 2023-12-07T11:16:40.223300+0000 mgr.a (mgr.24293) 3462 : 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-07T11:16:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:41 smithi022 bash[28554]: cluster 2023-12-07T11:16:40.223300+0000 mgr.a (mgr.24293) 3462 : 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-07T11:16:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:41 smithi027 bash[31536]: cluster 2023-12-07T11:16:40.223300+0000 mgr.a (mgr.24293) 3462 : 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-07T11:16:42.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:42.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:42.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:43.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:43.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:43 smithi044 bash[32620]: cluster 2023-12-07T11:16:42.224144+0000 mgr.a (mgr.24293) 3463 : 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-07T11:16:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:43 smithi022 bash[28554]: cluster 2023-12-07T11:16:42.224144+0000 mgr.a (mgr.24293) 3463 : 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-07T11:16:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:43 smithi027 bash[31536]: cluster 2023-12-07T11:16:42.224144+0000 mgr.a (mgr.24293) 3463 : 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-07T11:16:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:44 smithi044 bash[32620]: audit 2023-12-07T11:16:43.379823+0000 mgr.a (mgr.24293) 3464 : audit 0 from='client.80118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:44 smithi022 bash[28554]: audit 2023-12-07T11:16:43.379823+0000 mgr.a (mgr.24293) 3464 : audit 0 from='client.80118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:44 smithi027 bash[31536]: audit 2023-12-07T11:16:43.379823+0000 mgr.a (mgr.24293) 3464 : audit 0 from='client.80118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:45 smithi044 bash[32620]: cluster 2023-12-07T11:16:44.224817+0000 mgr.a (mgr.24293) 3465 : 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-07T11:16:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:45 smithi022 bash[28554]: cluster 2023-12-07T11:16:44.224817+0000 mgr.a (mgr.24293) 3465 : 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-07T11:16:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:45 smithi027 bash[31536]: cluster 2023-12-07T11:16:44.224817+0000 mgr.a (mgr.24293) 3465 : 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-07T11:16:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:47 smithi044 bash[32620]: cluster 2023-12-07T11:16:46.225655+0000 mgr.a (mgr.24293) 3466 : 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-07T11:16:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:47 smithi022 bash[28554]: cluster 2023-12-07T11:16:46.225655+0000 mgr.a (mgr.24293) 3466 : 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-07T11:16:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:47 smithi027 bash[31536]: cluster 2023-12-07T11:16:46.225655+0000 mgr.a (mgr.24293) 3466 : 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-07T11:16:48.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:48.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:48.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:49.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:49.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:49 smithi044 bash[32620]: cluster 2023-12-07T11:16:48.226350+0000 mgr.a (mgr.24293) 3467 : 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-07T11:16:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:49 smithi022 bash[28554]: cluster 2023-12-07T11:16:48.226350+0000 mgr.a (mgr.24293) 3467 : 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-07T11:16:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:49 smithi027 bash[31536]: cluster 2023-12-07T11:16:48.226350+0000 mgr.a (mgr.24293) 3467 : 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-07T11:16:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:50 smithi044 bash[32620]: audit 2023-12-07T11:16:49.291788+0000 mgr.a (mgr.24293) 3468 : audit 0 from='client.80196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:50 smithi022 bash[28554]: audit 2023-12-07T11:16:49.291788+0000 mgr.a (mgr.24293) 3468 : audit 0 from='client.80196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:50 smithi027 bash[31536]: audit 2023-12-07T11:16:49.291788+0000 mgr.a (mgr.24293) 3468 : audit 0 from='client.80196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:51 smithi044 bash[32620]: cluster 2023-12-07T11:16:50.227033+0000 mgr.a (mgr.24293) 3469 : 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-07T11:16:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:51 smithi022 bash[28554]: cluster 2023-12-07T11:16:50.227033+0000 mgr.a (mgr.24293) 3469 : 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-07T11:16:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:51 smithi027 bash[31536]: cluster 2023-12-07T11:16:50.227033+0000 mgr.a (mgr.24293) 3469 : 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-07T11:16:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:53 smithi044 bash[32620]: cluster 2023-12-07T11:16:52.227871+0000 mgr.a (mgr.24293) 3470 : cluster 0 pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:53 smithi022 bash[28554]: cluster 2023-12-07T11:16:52.227871+0000 mgr.a (mgr.24293) 3470 : cluster 0 pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:53 smithi027 bash[31536]: cluster 2023-12-07T11:16:52.227871+0000 mgr.a (mgr.24293) 3470 : cluster 0 pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:16:54.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:16:54.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:54.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:55.779 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:16:55.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:55.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:55.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:55.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:16:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:55 smithi044 bash[32620]: cluster 2023-12-07T11:16:54.228420+0000 mgr.a (mgr.24293) 3471 : cluster 0 pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:55 smithi022 bash[28554]: cluster 2023-12-07T11:16:54.228420+0000 mgr.a (mgr.24293) 3471 : cluster 0 pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:55 smithi027 bash[31536]: cluster 2023-12-07T11:16:54.228420+0000 mgr.a (mgr.24293) 3471 : cluster 0 pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:56 smithi027 bash[31536]: audit 2023-12-07T11:16:55.242452+0000 mgr.a (mgr.24293) 3472 : audit 0 from='client.80274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:56 smithi044 bash[32620]: audit 2023-12-07T11:16:55.242452+0000 mgr.a (mgr.24293) 3472 : audit 0 from='client.80274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:56 smithi022 bash[28554]: audit 2023-12-07T11:16:55.242452+0000 mgr.a (mgr.24293) 3472 : audit 0 from='client.80274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:57 smithi027 bash[31536]: cluster 2023-12-07T11:16:56.229361+0000 mgr.a (mgr.24293) 3473 : cluster 0 pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:16:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:57 smithi027 bash[31536]: audit 2023-12-07T11:16:57.203220+0000 mon.a (mon.0) 939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:16:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:57 smithi044 bash[32620]: cluster 2023-12-07T11:16:56.229361+0000 mgr.a (mgr.24293) 3473 : cluster 0 pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:16:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:57 smithi044 bash[32620]: audit 2023-12-07T11:16:57.203220+0000 mon.a (mon.0) 939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:16:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:57 smithi022 bash[28554]: cluster 2023-12-07T11:16:56.229361+0000 mgr.a (mgr.24293) 3473 : cluster 0 pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:16:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:57 smithi022 bash[28554]: audit 2023-12-07T11:16:57.203220+0000 mon.a (mon.0) 939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:16:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:58 smithi027 bash[31536]: audit 2023-12-07T11:16:57.998557+0000 mon.a (mon.0) 940 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:16:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:58 smithi027 bash[31536]: audit 2023-12-07T11:16:58.000508+0000 mon.a (mon.0) 941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:16:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:16:58 smithi027 bash[31536]: audit 2023-12-07T11:16:58.010223+0000 mon.a (mon.0) 942 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:16:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:58 smithi044 bash[32620]: audit 2023-12-07T11:16:57.998557+0000 mon.a (mon.0) 940 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:16:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:58 smithi044 bash[32620]: audit 2023-12-07T11:16:58.000508+0000 mon.a (mon.0) 941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:16:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:16:58 smithi044 bash[32620]: audit 2023-12-07T11:16:58.010223+0000 mon.a (mon.0) 942 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:16:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:58 smithi022 bash[28554]: audit 2023-12-07T11:16:57.998557+0000 mon.a (mon.0) 940 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:16:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:58 smithi022 bash[28554]: audit 2023-12-07T11:16:58.000508+0000 mon.a (mon.0) 941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:16:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:16:58 smithi022 bash[28554]: audit 2023-12-07T11:16:58.010223+0000 mon.a (mon.0) 942 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:17:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:00 smithi044 bash[32620]: cluster 2023-12-07T11:16:58.229955+0000 mgr.a (mgr.24293) 3474 : cluster 0 pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:17:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:00 smithi022 bash[28554]: cluster 2023-12-07T11:16:58.229955+0000 mgr.a (mgr.24293) 3474 : cluster 0 pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:17:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:00 smithi027 bash[31536]: cluster 2023-12-07T11:16:58.229955+0000 mgr.a (mgr.24293) 3474 : cluster 0 pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:17:00.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:00.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:00.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:01.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:01.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:01.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:01.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:01.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:02 smithi044 bash[32620]: cluster 2023-12-07T11:17:00.230550+0000 mgr.a (mgr.24293) 3475 : cluster 0 pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:17:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:02 smithi022 bash[28554]: cluster 2023-12-07T11:17:00.230550+0000 mgr.a (mgr.24293) 3475 : cluster 0 pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:17:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:02 smithi027 bash[31536]: cluster 2023-12-07T11:17:00.230550+0000 mgr.a (mgr.24293) 3475 : cluster 0 pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:17:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:03 smithi044 bash[32620]: audit 2023-12-07T11:17:01.189263+0000 mgr.a (mgr.24293) 3476 : audit 0 from='client.80349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:03 smithi022 bash[28554]: audit 2023-12-07T11:17:01.189263+0000 mgr.a (mgr.24293) 3476 : audit 0 from='client.80349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:03 smithi027 bash[31536]: audit 2023-12-07T11:17:01.189263+0000 mgr.a (mgr.24293) 3476 : audit 0 from='client.80349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:04 smithi044 bash[32620]: cluster 2023-12-07T11:17:02.231690+0000 mgr.a (mgr.24293) 3477 : 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-07T11:17:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:04 smithi022 bash[28554]: cluster 2023-12-07T11:17:02.231690+0000 mgr.a (mgr.24293) 3477 : 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-07T11:17:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:04 smithi027 bash[31536]: cluster 2023-12-07T11:17:02.231690+0000 mgr.a (mgr.24293) 3477 : 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-07T11:17:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:06 smithi044 bash[32620]: cluster 2023-12-07T11:17:04.232298+0000 mgr.a (mgr.24293) 3478 : cluster 0 pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:06 smithi022 bash[28554]: cluster 2023-12-07T11:17:04.232298+0000 mgr.a (mgr.24293) 3478 : cluster 0 pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:06 smithi027 bash[31536]: cluster 2023-12-07T11:17:04.232298+0000 mgr.a (mgr.24293) 3478 : cluster 0 pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:06.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:06.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:06.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:07 smithi044 bash[32620]: cluster 2023-12-07T11:17:06.233092+0000 mgr.a (mgr.24293) 3479 : cluster 0 pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:07 smithi022 bash[28554]: cluster 2023-12-07T11:17:06.233092+0000 mgr.a (mgr.24293) 3479 : cluster 0 pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:07 smithi027 bash[31536]: cluster 2023-12-07T11:17:06.233092+0000 mgr.a (mgr.24293) 3479 : cluster 0 pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:07.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:07.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:07.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:07.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:07.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:08 smithi044 bash[32620]: audit 2023-12-07T11:17:07.116177+0000 mgr.a (mgr.24293) 3480 : audit 0 from='client.80421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:08 smithi022 bash[28554]: audit 2023-12-07T11:17:07.116177+0000 mgr.a (mgr.24293) 3480 : audit 0 from='client.80421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:08 smithi027 bash[31536]: audit 2023-12-07T11:17:07.116177+0000 mgr.a (mgr.24293) 3480 : audit 0 from='client.80421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:09 smithi044 bash[32620]: cluster 2023-12-07T11:17:08.233718+0000 mgr.a (mgr.24293) 3481 : cluster 0 pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:17:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:09 smithi022 bash[28554]: cluster 2023-12-07T11:17:08.233718+0000 mgr.a (mgr.24293) 3481 : cluster 0 pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:17:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:09 smithi027 bash[31536]: cluster 2023-12-07T11:17:08.233718+0000 mgr.a (mgr.24293) 3481 : cluster 0 pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:17:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:11 smithi044 bash[32620]: cluster 2023-12-07T11:17:10.234318+0000 mgr.a (mgr.24293) 3482 : cluster 0 pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:17:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:11 smithi022 bash[28554]: cluster 2023-12-07T11:17:10.234318+0000 mgr.a (mgr.24293) 3482 : cluster 0 pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:17:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:11 smithi027 bash[31536]: cluster 2023-12-07T11:17:10.234318+0000 mgr.a (mgr.24293) 3482 : cluster 0 pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:17:12.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:12.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:12.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:13.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:13.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:13.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:13.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:13.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:13 smithi044 bash[32620]: cluster 2023-12-07T11:17:12.235110+0000 mgr.a (mgr.24293) 3483 : cluster 0 pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:17:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:13 smithi022 bash[28554]: cluster 2023-12-07T11:17:12.235110+0000 mgr.a (mgr.24293) 3483 : cluster 0 pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:17:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:13 smithi027 bash[31536]: cluster 2023-12-07T11:17:12.235110+0000 mgr.a (mgr.24293) 3483 : cluster 0 pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:17:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:14 smithi044 bash[32620]: audit 2023-12-07T11:17:13.060528+0000 mgr.a (mgr.24293) 3484 : audit 0 from='client.80496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:14 smithi022 bash[28554]: audit 2023-12-07T11:17:13.060528+0000 mgr.a (mgr.24293) 3484 : audit 0 from='client.80496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:14 smithi027 bash[31536]: audit 2023-12-07T11:17:13.060528+0000 mgr.a (mgr.24293) 3484 : audit 0 from='client.80496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:15 smithi044 bash[32620]: cluster 2023-12-07T11:17:14.235805+0000 mgr.a (mgr.24293) 3485 : 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-07T11:17:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:15 smithi022 bash[28554]: cluster 2023-12-07T11:17:14.235805+0000 mgr.a (mgr.24293) 3485 : 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-07T11:17:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:15 smithi027 bash[31536]: cluster 2023-12-07T11:17:14.235805+0000 mgr.a (mgr.24293) 3485 : 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-07T11:17:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:17 smithi044 bash[32620]: cluster 2023-12-07T11:17:16.236509+0000 mgr.a (mgr.24293) 3486 : 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-07T11:17:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:17 smithi022 bash[28554]: cluster 2023-12-07T11:17:16.236509+0000 mgr.a (mgr.24293) 3486 : 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-07T11:17:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:17 smithi027 bash[31536]: cluster 2023-12-07T11:17:16.236509+0000 mgr.a (mgr.24293) 3486 : 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-07T11:17:18.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:18.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:18.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:19.528 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:19.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:19.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:19.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:19.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:19 smithi044 bash[32620]: cluster 2023-12-07T11:17:18.237069+0000 mgr.a (mgr.24293) 3487 : 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-07T11:17:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:19 smithi044 bash[32620]: audit 2023-12-07T11:17:19.017927+0000 mgr.a (mgr.24293) 3488 : audit 0 from='client.80574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:19 smithi022 bash[28554]: cluster 2023-12-07T11:17:18.237069+0000 mgr.a (mgr.24293) 3487 : 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-07T11:17:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:19 smithi022 bash[28554]: audit 2023-12-07T11:17:19.017927+0000 mgr.a (mgr.24293) 3488 : audit 0 from='client.80574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:19 smithi027 bash[31536]: cluster 2023-12-07T11:17:18.237069+0000 mgr.a (mgr.24293) 3487 : 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-07T11:17:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:19 smithi027 bash[31536]: audit 2023-12-07T11:17:19.017927+0000 mgr.a (mgr.24293) 3488 : audit 0 from='client.80574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:21 smithi044 bash[32620]: cluster 2023-12-07T11:17:20.237685+0000 mgr.a (mgr.24293) 3489 : 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-07T11:17:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:21 smithi022 bash[28554]: cluster 2023-12-07T11:17:20.237685+0000 mgr.a (mgr.24293) 3489 : 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-07T11:17:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:21 smithi027 bash[31536]: cluster 2023-12-07T11:17:20.237685+0000 mgr.a (mgr.24293) 3489 : 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-07T11:17:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:23 smithi044 bash[32620]: cluster 2023-12-07T11:17:22.238524+0000 mgr.a (mgr.24293) 3490 : cluster 0 pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:23 smithi022 bash[28554]: cluster 2023-12-07T11:17:22.238524+0000 mgr.a (mgr.24293) 3490 : cluster 0 pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:23 smithi027 bash[31536]: cluster 2023-12-07T11:17:22.238524+0000 mgr.a (mgr.24293) 3490 : cluster 0 pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:24.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:24.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:24.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:25.424 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:25 smithi044 bash[32620]: cluster 2023-12-07T11:17:24.239098+0000 mgr.a (mgr.24293) 3491 : cluster 0 pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:25 smithi044 bash[32620]: audit 2023-12-07T11:17:24.943251+0000 mgr.a (mgr.24293) 3492 : audit 0 from='client.80649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:25 smithi022 bash[28554]: cluster 2023-12-07T11:17:24.239098+0000 mgr.a (mgr.24293) 3491 : cluster 0 pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:25 smithi022 bash[28554]: audit 2023-12-07T11:17:24.943251+0000 mgr.a (mgr.24293) 3492 : audit 0 from='client.80649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:25 smithi027 bash[31536]: cluster 2023-12-07T11:17:24.239098+0000 mgr.a (mgr.24293) 3491 : cluster 0 pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:25 smithi027 bash[31536]: audit 2023-12-07T11:17:24.943251+0000 mgr.a (mgr.24293) 3492 : audit 0 from='client.80649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:27 smithi044 bash[32620]: cluster 2023-12-07T11:17:26.240061+0000 mgr.a (mgr.24293) 3493 : cluster 0 pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:27 smithi022 bash[28554]: cluster 2023-12-07T11:17:26.240061+0000 mgr.a (mgr.24293) 3493 : cluster 0 pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:27 smithi027 bash[31536]: cluster 2023-12-07T11:17:26.240061+0000 mgr.a (mgr.24293) 3493 : cluster 0 pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:29 smithi044 bash[32620]: cluster 2023-12-07T11:17:28.240674+0000 mgr.a (mgr.24293) 3494 : cluster 0 pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:29 smithi022 bash[28554]: cluster 2023-12-07T11:17:28.240674+0000 mgr.a (mgr.24293) 3494 : cluster 0 pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:29 smithi027 bash[31536]: cluster 2023-12-07T11:17:28.240674+0000 mgr.a (mgr.24293) 3494 : cluster 0 pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:30.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:30.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:30.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:31.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:31.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:31.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:31.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:31.363 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:31 smithi027 bash[31536]: cluster 2023-12-07T11:17:30.241243+0000 mgr.a (mgr.24293) 3495 : cluster 0 pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:31 smithi027 bash[31536]: audit 2023-12-07T11:17:30.835068+0000 mgr.a (mgr.24293) 3496 : audit 0 from='client.80727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:31 smithi044 bash[32620]: cluster 2023-12-07T11:17:30.241243+0000 mgr.a (mgr.24293) 3495 : cluster 0 pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:31 smithi044 bash[32620]: audit 2023-12-07T11:17:30.835068+0000 mgr.a (mgr.24293) 3496 : audit 0 from='client.80727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:31 smithi022 bash[28554]: cluster 2023-12-07T11:17:30.241243+0000 mgr.a (mgr.24293) 3495 : cluster 0 pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:31 smithi022 bash[28554]: audit 2023-12-07T11:17:30.835068+0000 mgr.a (mgr.24293) 3496 : audit 0 from='client.80727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:33 smithi027 bash[31536]: cluster 2023-12-07T11:17:32.242307+0000 mgr.a (mgr.24293) 3497 : 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-07T11:17:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:33 smithi044 bash[32620]: cluster 2023-12-07T11:17:32.242307+0000 mgr.a (mgr.24293) 3497 : 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-07T11:17:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:33 smithi022 bash[28554]: cluster 2023-12-07T11:17:32.242307+0000 mgr.a (mgr.24293) 3497 : 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-07T11:17:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:35 smithi027 bash[31536]: cluster 2023-12-07T11:17:34.242908+0000 mgr.a (mgr.24293) 3498 : cluster 0 pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:35 smithi044 bash[32620]: cluster 2023-12-07T11:17:34.242908+0000 mgr.a (mgr.24293) 3498 : cluster 0 pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:35 smithi022 bash[28554]: cluster 2023-12-07T11:17:34.242908+0000 mgr.a (mgr.24293) 3498 : cluster 0 pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:36.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:36.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:36.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:37.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:37.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:37.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:37.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:37.321 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:37 smithi027 bash[31536]: cluster 2023-12-07T11:17:36.243632+0000 mgr.a (mgr.24293) 3499 : cluster 0 pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:37 smithi027 bash[31536]: audit 2023-12-07T11:17:36.773632+0000 mgr.a (mgr.24293) 3500 : audit 0 from='client.80799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:37 smithi044 bash[32620]: cluster 2023-12-07T11:17:36.243632+0000 mgr.a (mgr.24293) 3499 : cluster 0 pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:37 smithi044 bash[32620]: audit 2023-12-07T11:17:36.773632+0000 mgr.a (mgr.24293) 3500 : audit 0 from='client.80799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:37 smithi022 bash[28554]: cluster 2023-12-07T11:17:36.243632+0000 mgr.a (mgr.24293) 3499 : cluster 0 pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:37 smithi022 bash[28554]: audit 2023-12-07T11:17:36.773632+0000 mgr.a (mgr.24293) 3500 : audit 0 from='client.80799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:39 smithi044 bash[32620]: cluster 2023-12-07T11:17:38.244342+0000 mgr.a (mgr.24293) 3501 : cluster 0 pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:39 smithi022 bash[28554]: cluster 2023-12-07T11:17:38.244342+0000 mgr.a (mgr.24293) 3501 : cluster 0 pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:39 smithi027 bash[31536]: cluster 2023-12-07T11:17:38.244342+0000 mgr.a (mgr.24293) 3501 : cluster 0 pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:41 smithi044 bash[32620]: cluster 2023-12-07T11:17:40.244965+0000 mgr.a (mgr.24293) 3502 : cluster 0 pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:41 smithi022 bash[28554]: cluster 2023-12-07T11:17:40.244965+0000 mgr.a (mgr.24293) 3502 : cluster 0 pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:41 smithi027 bash[31536]: cluster 2023-12-07T11:17:40.244965+0000 mgr.a (mgr.24293) 3502 : cluster 0 pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:42.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:42.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:42.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:43.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:43.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:43.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:43.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:43.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:43 smithi044 bash[32620]: cluster 2023-12-07T11:17:42.245787+0000 mgr.a (mgr.24293) 3503 : cluster 0 pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:43 smithi044 bash[32620]: audit 2023-12-07T11:17:42.731691+0000 mgr.a (mgr.24293) 3504 : audit 0 from='client.80877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:43 smithi022 bash[28554]: cluster 2023-12-07T11:17:42.245787+0000 mgr.a (mgr.24293) 3503 : cluster 0 pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:43 smithi022 bash[28554]: audit 2023-12-07T11:17:42.731691+0000 mgr.a (mgr.24293) 3504 : audit 0 from='client.80877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:43 smithi027 bash[31536]: cluster 2023-12-07T11:17:42.245787+0000 mgr.a (mgr.24293) 3503 : cluster 0 pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:43 smithi027 bash[31536]: audit 2023-12-07T11:17:42.731691+0000 mgr.a (mgr.24293) 3504 : audit 0 from='client.80877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:45 smithi044 bash[32620]: cluster 2023-12-07T11:17:44.246512+0000 mgr.a (mgr.24293) 3505 : 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-07T11:17:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:45 smithi022 bash[28554]: cluster 2023-12-07T11:17:44.246512+0000 mgr.a (mgr.24293) 3505 : 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-07T11:17:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:45 smithi027 bash[31536]: cluster 2023-12-07T11:17:44.246512+0000 mgr.a (mgr.24293) 3505 : 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-07T11:17:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:47 smithi044 bash[32620]: cluster 2023-12-07T11:17:46.247343+0000 mgr.a (mgr.24293) 3506 : 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-07T11:17:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:47 smithi022 bash[28554]: cluster 2023-12-07T11:17:46.247343+0000 mgr.a (mgr.24293) 3506 : 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-07T11:17:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:47 smithi027 bash[31536]: cluster 2023-12-07T11:17:46.247343+0000 mgr.a (mgr.24293) 3506 : 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-07T11:17:48.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:48.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:48.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:49.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:49.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:49.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:49.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:49.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:49 smithi044 bash[32620]: cluster 2023-12-07T11:17:48.247931+0000 mgr.a (mgr.24293) 3507 : 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-07T11:17:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:49 smithi044 bash[32620]: audit 2023-12-07T11:17:48.657227+0000 mgr.a (mgr.24293) 3508 : audit 0 from='client.80955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:49 smithi022 bash[28554]: cluster 2023-12-07T11:17:48.247931+0000 mgr.a (mgr.24293) 3507 : 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-07T11:17:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:49 smithi022 bash[28554]: audit 2023-12-07T11:17:48.657227+0000 mgr.a (mgr.24293) 3508 : audit 0 from='client.80955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:49 smithi027 bash[31536]: cluster 2023-12-07T11:17:48.247931+0000 mgr.a (mgr.24293) 3507 : 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-07T11:17:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:49 smithi027 bash[31536]: audit 2023-12-07T11:17:48.657227+0000 mgr.a (mgr.24293) 3508 : audit 0 from='client.80955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:51 smithi044 bash[32620]: cluster 2023-12-07T11:17:50.248609+0000 mgr.a (mgr.24293) 3509 : 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-07T11:17:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:51 smithi022 bash[28554]: cluster 2023-12-07T11:17:50.248609+0000 mgr.a (mgr.24293) 3509 : 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-07T11:17:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:51 smithi027 bash[31536]: cluster 2023-12-07T11:17:50.248609+0000 mgr.a (mgr.24293) 3509 : 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-07T11:17:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:53 smithi044 bash[32620]: cluster 2023-12-07T11:17:52.249483+0000 mgr.a (mgr.24293) 3510 : 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-07T11:17:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:53 smithi022 bash[28554]: cluster 2023-12-07T11:17:52.249483+0000 mgr.a (mgr.24293) 3510 : 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-07T11:17:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:53 smithi027 bash[31536]: cluster 2023-12-07T11:17:52.249483+0000 mgr.a (mgr.24293) 3510 : 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-07T11:17:54.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:17:54.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:54.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:55.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:17:55.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:55.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:55.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:55.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:17:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:55 smithi044 bash[32620]: cluster 2023-12-07T11:17:54.250113+0000 mgr.a (mgr.24293) 3511 : 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-07T11:17:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:55 smithi044 bash[32620]: audit 2023-12-07T11:17:54.615704+0000 mgr.a (mgr.24293) 3512 : audit 0 from='client.81030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:55 smithi022 bash[28554]: cluster 2023-12-07T11:17:54.250113+0000 mgr.a (mgr.24293) 3511 : 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-07T11:17:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:55 smithi022 bash[28554]: audit 2023-12-07T11:17:54.615704+0000 mgr.a (mgr.24293) 3512 : audit 0 from='client.81030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:55 smithi027 bash[31536]: cluster 2023-12-07T11:17:54.250113+0000 mgr.a (mgr.24293) 3511 : 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-07T11:17:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:55 smithi027 bash[31536]: audit 2023-12-07T11:17:54.615704+0000 mgr.a (mgr.24293) 3512 : audit 0 from='client.81030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:57 smithi022 bash[28554]: cluster 2023-12-07T11:17:56.251028+0000 mgr.a (mgr.24293) 3513 : cluster 0 pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:57 smithi044 bash[32620]: cluster 2023-12-07T11:17:56.251028+0000 mgr.a (mgr.24293) 3513 : cluster 0 pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:57 smithi027 bash[31536]: cluster 2023-12-07T11:17:56.251028+0000 mgr.a (mgr.24293) 3513 : cluster 0 pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:58 smithi044 bash[32620]: audit 2023-12-07T11:17:58.112720+0000 mon.a (mon.0) 943 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:17:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:58 smithi022 bash[28554]: audit 2023-12-07T11:17:58.112720+0000 mon.a (mon.0) 943 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:17:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:58 smithi027 bash[31536]: audit 2023-12-07T11:17:58.112720+0000 mon.a (mon.0) 943 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:17:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:59 smithi044 bash[32620]: cluster 2023-12-07T11:17:58.251468+0000 mgr.a (mgr.24293) 3514 : cluster 0 pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:59 smithi044 bash[32620]: audit 2023-12-07T11:17:58.642078+0000 mon.a (mon.0) 944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:17:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:17:59 smithi044 bash[32620]: audit 2023-12-07T11:17:58.653193+0000 mon.a (mon.0) 945 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:17:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:59 smithi022 bash[28554]: cluster 2023-12-07T11:17:58.251468+0000 mgr.a (mgr.24293) 3514 : cluster 0 pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:59 smithi022 bash[28554]: audit 2023-12-07T11:17:58.642078+0000 mon.a (mon.0) 944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:17:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:17:59 smithi022 bash[28554]: audit 2023-12-07T11:17:58.653193+0000 mon.a (mon.0) 945 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:17:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:59 smithi027 bash[31536]: cluster 2023-12-07T11:17:58.251468+0000 mgr.a (mgr.24293) 3514 : cluster 0 pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:59 smithi027 bash[31536]: audit 2023-12-07T11:17:58.642078+0000 mon.a (mon.0) 944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:17:59.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:17:59 smithi027 bash[31536]: audit 2023-12-07T11:17:58.653193+0000 mon.a (mon.0) 945 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:00.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:00.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:00.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:01.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:01.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:01 smithi044 bash[32620]: cluster 2023-12-07T11:18:00.252030+0000 mgr.a (mgr.24293) 3515 : cluster 0 pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:01 smithi044 bash[32620]: audit 2023-12-07T11:18:00.534912+0000 mgr.a (mgr.24293) 3516 : audit 0 from='client.74738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:01 smithi022 bash[28554]: cluster 2023-12-07T11:18:00.252030+0000 mgr.a (mgr.24293) 3515 : cluster 0 pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:01 smithi022 bash[28554]: audit 2023-12-07T11:18:00.534912+0000 mgr.a (mgr.24293) 3516 : audit 0 from='client.74738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:01 smithi027 bash[31536]: cluster 2023-12-07T11:18:00.252030+0000 mgr.a (mgr.24293) 3515 : cluster 0 pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:01 smithi027 bash[31536]: audit 2023-12-07T11:18:00.534912+0000 mgr.a (mgr.24293) 3516 : audit 0 from='client.74738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:03 smithi044 bash[32620]: cluster 2023-12-07T11:18:02.253104+0000 mgr.a (mgr.24293) 3517 : 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-07T11:18:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:03 smithi022 bash[28554]: cluster 2023-12-07T11:18:02.253104+0000 mgr.a (mgr.24293) 3517 : 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-07T11:18:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:03 smithi027 bash[31536]: cluster 2023-12-07T11:18:02.253104+0000 mgr.a (mgr.24293) 3517 : 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-07T11:18:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:05 smithi044 bash[32620]: cluster 2023-12-07T11:18:04.253715+0000 mgr.a (mgr.24293) 3518 : 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-07T11:18:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:05 smithi022 bash[28554]: cluster 2023-12-07T11:18:04.253715+0000 mgr.a (mgr.24293) 3518 : 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-07T11:18:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:05 smithi027 bash[31536]: cluster 2023-12-07T11:18:04.253715+0000 mgr.a (mgr.24293) 3518 : 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-07T11:18:06.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:06.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:06.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:06.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:06.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:06.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:06.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:06.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:07 smithi044 bash[32620]: cluster 2023-12-07T11:18:06.254242+0000 mgr.a (mgr.24293) 3519 : 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-07T11:18:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:07 smithi044 bash[32620]: audit 2023-12-07T11:18:06.476747+0000 mgr.a (mgr.24293) 3520 : audit 0 from='client.81174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:07 smithi022 bash[28554]: cluster 2023-12-07T11:18:06.254242+0000 mgr.a (mgr.24293) 3519 : 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-07T11:18:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:07 smithi022 bash[28554]: audit 2023-12-07T11:18:06.476747+0000 mgr.a (mgr.24293) 3520 : audit 0 from='client.81174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:07 smithi027 bash[31536]: cluster 2023-12-07T11:18:06.254242+0000 mgr.a (mgr.24293) 3519 : 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-07T11:18:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:07 smithi027 bash[31536]: audit 2023-12-07T11:18:06.476747+0000 mgr.a (mgr.24293) 3520 : audit 0 from='client.81174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:09 smithi044 bash[32620]: cluster 2023-12-07T11:18:08.254848+0000 mgr.a (mgr.24293) 3521 : cluster 0 pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:09 smithi044 bash[32620]: audit 2023-12-07T11:18:09.412329+0000 mon.a (mon.0) 946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:09 smithi044 bash[32620]: audit 2023-12-07T11:18:09.419130+0000 mon.a (mon.0) 947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:09 smithi044 bash[32620]: audit 2023-12-07T11:18:09.420848+0000 mon.a (mon.0) 948 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:18:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:09 smithi044 bash[32620]: audit 2023-12-07T11:18:09.422363+0000 mon.a (mon.0) 949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:18:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:09 smithi044 bash[32620]: audit 2023-12-07T11:18:09.430922+0000 mon.a (mon.0) 950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:09 smithi022 bash[28554]: cluster 2023-12-07T11:18:08.254848+0000 mgr.a (mgr.24293) 3521 : cluster 0 pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:09 smithi022 bash[28554]: audit 2023-12-07T11:18:09.412329+0000 mon.a (mon.0) 946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:09 smithi022 bash[28554]: audit 2023-12-07T11:18:09.419130+0000 mon.a (mon.0) 947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:09 smithi022 bash[28554]: audit 2023-12-07T11:18:09.420848+0000 mon.a (mon.0) 948 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:18:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:09 smithi022 bash[28554]: audit 2023-12-07T11:18:09.422363+0000 mon.a (mon.0) 949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:18:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:09 smithi022 bash[28554]: audit 2023-12-07T11:18:09.430922+0000 mon.a (mon.0) 950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:09 smithi027 bash[31536]: cluster 2023-12-07T11:18:08.254848+0000 mgr.a (mgr.24293) 3521 : cluster 0 pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:09 smithi027 bash[31536]: audit 2023-12-07T11:18:09.412329+0000 mon.a (mon.0) 946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:09 smithi027 bash[31536]: audit 2023-12-07T11:18:09.419130+0000 mon.a (mon.0) 947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:09.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:09 smithi027 bash[31536]: audit 2023-12-07T11:18:09.420848+0000 mon.a (mon.0) 948 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:18:09.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:09 smithi027 bash[31536]: audit 2023-12-07T11:18:09.422363+0000 mon.a (mon.0) 949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:18:09.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:09 smithi027 bash[31536]: audit 2023-12-07T11:18:09.430922+0000 mon.a (mon.0) 950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:18:11.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:11 smithi022 bash[28554]: cluster 2023-12-07T11:18:10.255400+0000 mgr.a (mgr.24293) 3522 : cluster 0 pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:11.935 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:11 smithi044 bash[32620]: cluster 2023-12-07T11:18:10.255400+0000 mgr.a (mgr.24293) 3522 : cluster 0 pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:11 smithi027 bash[31536]: cluster 2023-12-07T11:18:10.255400+0000 mgr.a (mgr.24293) 3522 : cluster 0 pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:11.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:11.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:11.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:12.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:12.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:12.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:12.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:12.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:13 smithi044 bash[32620]: cluster 2023-12-07T11:18:12.256184+0000 mgr.a (mgr.24293) 3523 : cluster 0 pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:13 smithi044 bash[32620]: audit 2023-12-07T11:18:12.392450+0000 mgr.a (mgr.24293) 3524 : audit 0 from='client.81252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:13 smithi022 bash[28554]: cluster 2023-12-07T11:18:12.256184+0000 mgr.a (mgr.24293) 3523 : cluster 0 pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:13 smithi022 bash[28554]: audit 2023-12-07T11:18:12.392450+0000 mgr.a (mgr.24293) 3524 : audit 0 from='client.81252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:13 smithi027 bash[31536]: cluster 2023-12-07T11:18:12.256184+0000 mgr.a (mgr.24293) 3523 : cluster 0 pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:13 smithi027 bash[31536]: audit 2023-12-07T11:18:12.392450+0000 mgr.a (mgr.24293) 3524 : audit 0 from='client.81252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:15 smithi044 bash[32620]: cluster 2023-12-07T11:18:14.256852+0000 mgr.a (mgr.24293) 3525 : 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-07T11:18:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:15 smithi022 bash[28554]: cluster 2023-12-07T11:18:14.256852+0000 mgr.a (mgr.24293) 3525 : 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-07T11:18:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:15 smithi027 bash[31536]: cluster 2023-12-07T11:18:14.256852+0000 mgr.a (mgr.24293) 3525 : 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-07T11:18:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:17 smithi027 bash[31536]: cluster 2023-12-07T11:18:16.257699+0000 mgr.a (mgr.24293) 3526 : 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-07T11:18:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:17 smithi044 bash[32620]: cluster 2023-12-07T11:18:16.257699+0000 mgr.a (mgr.24293) 3526 : 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-07T11:18:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:17 smithi022 bash[28554]: cluster 2023-12-07T11:18:16.257699+0000 mgr.a (mgr.24293) 3526 : 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-07T11:18:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:18.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:19 smithi027 bash[31536]: cluster 2023-12-07T11:18:18.258361+0000 mgr.a (mgr.24293) 3527 : 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-07T11:18:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:19 smithi027 bash[31536]: audit 2023-12-07T11:18:18.329083+0000 mgr.a (mgr.24293) 3528 : audit 0 from='client.81327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:19 smithi044 bash[32620]: cluster 2023-12-07T11:18:18.258361+0000 mgr.a (mgr.24293) 3527 : 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-07T11:18:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:19 smithi044 bash[32620]: audit 2023-12-07T11:18:18.329083+0000 mgr.a (mgr.24293) 3528 : audit 0 from='client.81327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:19 smithi022 bash[28554]: cluster 2023-12-07T11:18:18.258361+0000 mgr.a (mgr.24293) 3527 : 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-07T11:18:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:19 smithi022 bash[28554]: audit 2023-12-07T11:18:18.329083+0000 mgr.a (mgr.24293) 3528 : audit 0 from='client.81327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:21 smithi027 bash[31536]: cluster 2023-12-07T11:18:20.259190+0000 mgr.a (mgr.24293) 3529 : 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-07T11:18:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:21 smithi044 bash[32620]: cluster 2023-12-07T11:18:20.259190+0000 mgr.a (mgr.24293) 3529 : 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-07T11:18:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:21 smithi022 bash[28554]: cluster 2023-12-07T11:18:20.259190+0000 mgr.a (mgr.24293) 3529 : 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-07T11:18:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:23.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:23.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:23 smithi027 bash[31536]: cluster 2023-12-07T11:18:22.260077+0000 mgr.a (mgr.24293) 3530 : 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-07T11:18:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:23 smithi044 bash[32620]: cluster 2023-12-07T11:18:22.260077+0000 mgr.a (mgr.24293) 3530 : 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-07T11:18:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:23 smithi022 bash[28554]: cluster 2023-12-07T11:18:22.260077+0000 mgr.a (mgr.24293) 3530 : 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-07T11:18:24.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:24.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:24.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:24.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:24.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:25 smithi027 bash[31536]: cluster 2023-12-07T11:18:24.260479+0000 mgr.a (mgr.24293) 3531 : 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-07T11:18:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:25 smithi027 bash[31536]: audit 2023-12-07T11:18:24.279446+0000 mgr.a (mgr.24293) 3532 : audit 0 from='client.81399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:25 smithi044 bash[32620]: cluster 2023-12-07T11:18:24.260479+0000 mgr.a (mgr.24293) 3531 : 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-07T11:18:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:25 smithi044 bash[32620]: audit 2023-12-07T11:18:24.279446+0000 mgr.a (mgr.24293) 3532 : audit 0 from='client.81399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:25 smithi022 bash[28554]: cluster 2023-12-07T11:18:24.260479+0000 mgr.a (mgr.24293) 3531 : 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-07T11:18:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:25 smithi022 bash[28554]: audit 2023-12-07T11:18:24.279446+0000 mgr.a (mgr.24293) 3532 : audit 0 from='client.81399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:27 smithi044 bash[32620]: cluster 2023-12-07T11:18:26.261346+0000 mgr.a (mgr.24293) 3533 : cluster 0 pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:27 smithi022 bash[28554]: cluster 2023-12-07T11:18:26.261346+0000 mgr.a (mgr.24293) 3533 : cluster 0 pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:27 smithi027 bash[31536]: cluster 2023-12-07T11:18:26.261346+0000 mgr.a (mgr.24293) 3533 : cluster 0 pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:29.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:29.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:29.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:29 smithi044 bash[32620]: cluster 2023-12-07T11:18:28.261950+0000 mgr.a (mgr.24293) 3534 : cluster 0 pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:29 smithi022 bash[28554]: cluster 2023-12-07T11:18:28.261950+0000 mgr.a (mgr.24293) 3534 : cluster 0 pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:29 smithi027 bash[31536]: cluster 2023-12-07T11:18:28.261950+0000 mgr.a (mgr.24293) 3534 : cluster 0 pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:30.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:30.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:30.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:30.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:30.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:31 smithi044 bash[32620]: audit 2023-12-07T11:18:30.224682+0000 mgr.a (mgr.24293) 3535 : audit 0 from='client.81477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:31 smithi044 bash[32620]: cluster 2023-12-07T11:18:30.262725+0000 mgr.a (mgr.24293) 3536 : cluster 0 pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:31 smithi022 bash[28554]: audit 2023-12-07T11:18:30.224682+0000 mgr.a (mgr.24293) 3535 : audit 0 from='client.81477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:31 smithi022 bash[28554]: cluster 2023-12-07T11:18:30.262725+0000 mgr.a (mgr.24293) 3536 : cluster 0 pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:31 smithi027 bash[31536]: audit 2023-12-07T11:18:30.224682+0000 mgr.a (mgr.24293) 3535 : audit 0 from='client.81477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:31 smithi027 bash[31536]: cluster 2023-12-07T11:18:30.262725+0000 mgr.a (mgr.24293) 3536 : cluster 0 pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:33 smithi044 bash[32620]: cluster 2023-12-07T11:18:32.263901+0000 mgr.a (mgr.24293) 3537 : cluster 0 pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:18:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:33 smithi022 bash[28554]: cluster 2023-12-07T11:18:32.263901+0000 mgr.a (mgr.24293) 3537 : cluster 0 pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:18:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:33 smithi027 bash[31536]: cluster 2023-12-07T11:18:32.263901+0000 mgr.a (mgr.24293) 3537 : cluster 0 pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:18:35.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:35.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:35.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:35 smithi044 bash[32620]: cluster 2023-12-07T11:18:34.264666+0000 mgr.a (mgr.24293) 3538 : cluster 0 pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:18:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:35 smithi022 bash[28554]: cluster 2023-12-07T11:18:34.264666+0000 mgr.a (mgr.24293) 3538 : cluster 0 pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:18:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:35 smithi027 bash[31536]: cluster 2023-12-07T11:18:34.264666+0000 mgr.a (mgr.24293) 3538 : cluster 0 pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:18:36.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:36.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:36.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:36.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:36.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:37 smithi044 bash[32620]: audit 2023-12-07T11:18:36.155950+0000 mgr.a (mgr.24293) 3539 : audit 0 from='client.81552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:37 smithi044 bash[32620]: cluster 2023-12-07T11:18:36.265593+0000 mgr.a (mgr.24293) 3540 : 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-07T11:18:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:37 smithi022 bash[28554]: audit 2023-12-07T11:18:36.155950+0000 mgr.a (mgr.24293) 3539 : audit 0 from='client.81552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:37 smithi022 bash[28554]: cluster 2023-12-07T11:18:36.265593+0000 mgr.a (mgr.24293) 3540 : 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-07T11:18:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:37 smithi027 bash[31536]: audit 2023-12-07T11:18:36.155950+0000 mgr.a (mgr.24293) 3539 : audit 0 from='client.81552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:37 smithi027 bash[31536]: cluster 2023-12-07T11:18:36.265593+0000 mgr.a (mgr.24293) 3540 : 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-07T11:18:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:39 smithi044 bash[32620]: cluster 2023-12-07T11:18:38.266297+0000 mgr.a (mgr.24293) 3541 : cluster 0 pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:39 smithi022 bash[28554]: cluster 2023-12-07T11:18:38.266297+0000 mgr.a (mgr.24293) 3541 : cluster 0 pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:39 smithi027 bash[31536]: cluster 2023-12-07T11:18:38.266297+0000 mgr.a (mgr.24293) 3541 : cluster 0 pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:41.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:41.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:41.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:41 smithi044 bash[32620]: cluster 2023-12-07T11:18:40.266865+0000 mgr.a (mgr.24293) 3542 : cluster 0 pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:41 smithi022 bash[28554]: cluster 2023-12-07T11:18:40.266865+0000 mgr.a (mgr.24293) 3542 : cluster 0 pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:41 smithi027 bash[31536]: cluster 2023-12-07T11:18:40.266865+0000 mgr.a (mgr.24293) 3542 : cluster 0 pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:42.633 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:42.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:42.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:42.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:42.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:43 smithi044 bash[32620]: audit 2023-12-07T11:18:42.082630+0000 mgr.a (mgr.24293) 3543 : audit 0 from='client.81630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:43 smithi044 bash[32620]: cluster 2023-12-07T11:18:42.268091+0000 mgr.a (mgr.24293) 3544 : cluster 0 pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:43 smithi022 bash[28554]: audit 2023-12-07T11:18:42.082630+0000 mgr.a (mgr.24293) 3543 : audit 0 from='client.81630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:43 smithi022 bash[28554]: cluster 2023-12-07T11:18:42.268091+0000 mgr.a (mgr.24293) 3544 : cluster 0 pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:43 smithi027 bash[31536]: audit 2023-12-07T11:18:42.082630+0000 mgr.a (mgr.24293) 3543 : audit 0 from='client.81630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:43 smithi027 bash[31536]: cluster 2023-12-07T11:18:42.268091+0000 mgr.a (mgr.24293) 3544 : cluster 0 pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:45 smithi044 bash[32620]: cluster 2023-12-07T11:18:44.268933+0000 mgr.a (mgr.24293) 3545 : cluster 0 pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:18:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:45 smithi022 bash[28554]: cluster 2023-12-07T11:18:44.268933+0000 mgr.a (mgr.24293) 3545 : cluster 0 pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:18:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:45 smithi027 bash[31536]: cluster 2023-12-07T11:18:44.268933+0000 mgr.a (mgr.24293) 3545 : cluster 0 pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:18:47.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:47.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:47.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:47 smithi044 bash[32620]: cluster 2023-12-07T11:18:46.269935+0000 mgr.a (mgr.24293) 3546 : cluster 0 pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:18:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:47 smithi022 bash[28554]: cluster 2023-12-07T11:18:46.269935+0000 mgr.a (mgr.24293) 3546 : cluster 0 pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:18:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:47 smithi027 bash[31536]: cluster 2023-12-07T11:18:46.269935+0000 mgr.a (mgr.24293) 3546 : cluster 0 pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:18:48.569 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:48.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:48.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:48.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:48.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:48 smithi044 bash[32620]: audit 2023-12-07T11:18:48.045093+0000 mgr.a (mgr.24293) 3547 : audit 0 from='client.81702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:48 smithi022 bash[28554]: audit 2023-12-07T11:18:48.045093+0000 mgr.a (mgr.24293) 3547 : audit 0 from='client.81702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:48 smithi027 bash[31536]: audit 2023-12-07T11:18:48.045093+0000 mgr.a (mgr.24293) 3547 : audit 0 from='client.81702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:49 smithi044 bash[32620]: cluster 2023-12-07T11:18:48.270452+0000 mgr.a (mgr.24293) 3548 : 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-07T11:18:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:49 smithi022 bash[28554]: cluster 2023-12-07T11:18:48.270452+0000 mgr.a (mgr.24293) 3548 : 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-07T11:18:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:49 smithi027 bash[31536]: cluster 2023-12-07T11:18:48.270452+0000 mgr.a (mgr.24293) 3548 : 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-07T11:18:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:51 smithi044 bash[32620]: cluster 2023-12-07T11:18:50.271056+0000 mgr.a (mgr.24293) 3549 : 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-07T11:18:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:51 smithi022 bash[28554]: cluster 2023-12-07T11:18:50.271056+0000 mgr.a (mgr.24293) 3549 : 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-07T11:18:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:51 smithi027 bash[31536]: cluster 2023-12-07T11:18:50.271056+0000 mgr.a (mgr.24293) 3549 : 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-07T11:18:53.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:53.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:53.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:53 smithi044 bash[32620]: cluster 2023-12-07T11:18:52.271875+0000 mgr.a (mgr.24293) 3550 : 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-07T11:18:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:53 smithi022 bash[28554]: cluster 2023-12-07T11:18:52.271875+0000 mgr.a (mgr.24293) 3550 : 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-07T11:18:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:53 smithi027 bash[31536]: cluster 2023-12-07T11:18:52.271875+0000 mgr.a (mgr.24293) 3550 : 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-07T11:18:54.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:18:54.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:54.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:54.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:54.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:18:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:54 smithi044 bash[32620]: audit 2023-12-07T11:18:53.988293+0000 mgr.a (mgr.24293) 3551 : audit 0 from='client.81777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:54 smithi022 bash[28554]: audit 2023-12-07T11:18:53.988293+0000 mgr.a (mgr.24293) 3551 : audit 0 from='client.81777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:54 smithi027 bash[31536]: audit 2023-12-07T11:18:53.988293+0000 mgr.a (mgr.24293) 3551 : audit 0 from='client.81777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:55 smithi044 bash[32620]: cluster 2023-12-07T11:18:54.272607+0000 mgr.a (mgr.24293) 3552 : 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-07T11:18:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:55 smithi022 bash[28554]: cluster 2023-12-07T11:18:54.272607+0000 mgr.a (mgr.24293) 3552 : 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-07T11:18:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:55 smithi027 bash[31536]: cluster 2023-12-07T11:18:54.272607+0000 mgr.a (mgr.24293) 3552 : 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-07T11:18:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:57 smithi044 bash[32620]: cluster 2023-12-07T11:18:56.273562+0000 mgr.a (mgr.24293) 3553 : 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-07T11:18:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:57 smithi022 bash[28554]: cluster 2023-12-07T11:18:56.273562+0000 mgr.a (mgr.24293) 3553 : 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-07T11:18:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:57 smithi027 bash[31536]: cluster 2023-12-07T11:18:56.273562+0000 mgr.a (mgr.24293) 3553 : 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-07T11:18:59.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:18:59.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:59.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:18:59 smithi044 bash[32620]: cluster 2023-12-07T11:18:58.274146+0000 mgr.a (mgr.24293) 3554 : 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-07T11:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:18:59 smithi022 bash[28554]: cluster 2023-12-07T11:18:58.274146+0000 mgr.a (mgr.24293) 3554 : 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-07T11:19:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:18:59 smithi027 bash[31536]: cluster 2023-12-07T11:18:58.274146+0000 mgr.a (mgr.24293) 3554 : 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-07T11:19:00.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:00.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:00.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:00.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:00.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:00 smithi044 bash[32620]: audit 2023-12-07T11:18:59.924994+0000 mgr.a (mgr.24293) 3555 : audit 0 from='client.81849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:00 smithi022 bash[28554]: audit 2023-12-07T11:18:59.924994+0000 mgr.a (mgr.24293) 3555 : audit 0 from='client.81849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:00 smithi027 bash[31536]: audit 2023-12-07T11:18:59.924994+0000 mgr.a (mgr.24293) 3555 : audit 0 from='client.81849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:01 smithi044 bash[32620]: cluster 2023-12-07T11:19:00.274657+0000 mgr.a (mgr.24293) 3556 : 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-07T11:19:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:01 smithi022 bash[28554]: cluster 2023-12-07T11:19:00.274657+0000 mgr.a (mgr.24293) 3556 : 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-07T11:19:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:01 smithi027 bash[31536]: cluster 2023-12-07T11:19:00.274657+0000 mgr.a (mgr.24293) 3556 : 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-07T11:19:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:03 smithi044 bash[32620]: cluster 2023-12-07T11:19:02.275687+0000 mgr.a (mgr.24293) 3557 : cluster 0 pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:03 smithi022 bash[28554]: cluster 2023-12-07T11:19:02.275687+0000 mgr.a (mgr.24293) 3557 : cluster 0 pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:03 smithi027 bash[31536]: cluster 2023-12-07T11:19:02.275687+0000 mgr.a (mgr.24293) 3557 : cluster 0 pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:05.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:05.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:05.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:05 smithi044 bash[32620]: cluster 2023-12-07T11:19:04.276248+0000 mgr.a (mgr.24293) 3558 : cluster 0 pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:05 smithi022 bash[28554]: cluster 2023-12-07T11:19:04.276248+0000 mgr.a (mgr.24293) 3558 : cluster 0 pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:05 smithi027 bash[31536]: cluster 2023-12-07T11:19:04.276248+0000 mgr.a (mgr.24293) 3558 : cluster 0 pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:06.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:06.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:06.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:06.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:06.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:06 smithi044 bash[32620]: audit 2023-12-07T11:19:05.834112+0000 mgr.a (mgr.24293) 3559 : audit 0 from='client.81924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:06 smithi022 bash[28554]: audit 2023-12-07T11:19:05.834112+0000 mgr.a (mgr.24293) 3559 : audit 0 from='client.81924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:06 smithi027 bash[31536]: audit 2023-12-07T11:19:05.834112+0000 mgr.a (mgr.24293) 3559 : audit 0 from='client.81924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:07 smithi044 bash[32620]: cluster 2023-12-07T11:19:06.276912+0000 mgr.a (mgr.24293) 3560 : 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-07T11:19:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:07 smithi022 bash[28554]: cluster 2023-12-07T11:19:06.276912+0000 mgr.a (mgr.24293) 3560 : 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-07T11:19:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:07 smithi027 bash[31536]: cluster 2023-12-07T11:19:06.276912+0000 mgr.a (mgr.24293) 3560 : 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-07T11:19:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:09 smithi044 bash[32620]: cluster 2023-12-07T11:19:08.277479+0000 mgr.a (mgr.24293) 3561 : 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-07T11:19:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:09 smithi044 bash[32620]: audit 2023-12-07T11:19:09.533911+0000 mon.a (mon.0) 951 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:19:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:09 smithi022 bash[28554]: cluster 2023-12-07T11:19:08.277479+0000 mgr.a (mgr.24293) 3561 : 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-07T11:19:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:09 smithi022 bash[28554]: audit 2023-12-07T11:19:09.533911+0000 mon.a (mon.0) 951 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:19:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:09 smithi027 bash[31536]: cluster 2023-12-07T11:19:08.277479+0000 mgr.a (mgr.24293) 3561 : 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-07T11:19:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:09 smithi027 bash[31536]: audit 2023-12-07T11:19:09.533911+0000 mon.a (mon.0) 951 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:19:11.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:11.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:11.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:11 smithi044 bash[32620]: audit 2023-12-07T11:19:10.063441+0000 mon.a (mon.0) 952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:11 smithi044 bash[32620]: audit 2023-12-07T11:19:10.068978+0000 mon.a (mon.0) 953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:11 smithi044 bash[32620]: audit 2023-12-07T11:19:10.074986+0000 mon.a (mon.0) 954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:11 smithi044 bash[32620]: audit 2023-12-07T11:19:10.080047+0000 mon.a (mon.0) 955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:11 smithi022 bash[28554]: audit 2023-12-07T11:19:10.063441+0000 mon.a (mon.0) 952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:11 smithi022 bash[28554]: audit 2023-12-07T11:19:10.068978+0000 mon.a (mon.0) 953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:11 smithi022 bash[28554]: audit 2023-12-07T11:19:10.074986+0000 mon.a (mon.0) 954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:11 smithi022 bash[28554]: audit 2023-12-07T11:19:10.080047+0000 mon.a (mon.0) 955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:11 smithi027 bash[31536]: audit 2023-12-07T11:19:10.063441+0000 mon.a (mon.0) 952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:11 smithi027 bash[31536]: audit 2023-12-07T11:19:10.068978+0000 mon.a (mon.0) 953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:11 smithi027 bash[31536]: audit 2023-12-07T11:19:10.074986+0000 mon.a (mon.0) 954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:11 smithi027 bash[31536]: audit 2023-12-07T11:19:10.080047+0000 mon.a (mon.0) 955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:12.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:12.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:12.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:12.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:12.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:12 smithi044 bash[32620]: cluster 2023-12-07T11:19:10.277977+0000 mgr.a (mgr.24293) 3562 : 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-07T11:19:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:12 smithi022 bash[28554]: cluster 2023-12-07T11:19:10.277977+0000 mgr.a (mgr.24293) 3562 : 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-07T11:19:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:12 smithi027 bash[31536]: cluster 2023-12-07T11:19:10.277977+0000 mgr.a (mgr.24293) 3562 : 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-07T11:19:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:13 smithi044 bash[32620]: audit 2023-12-07T11:19:11.783901+0000 mgr.a (mgr.24293) 3563 : audit 0 from='client.82002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:13 smithi022 bash[28554]: audit 2023-12-07T11:19:11.783901+0000 mgr.a (mgr.24293) 3563 : audit 0 from='client.82002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:13 smithi027 bash[31536]: audit 2023-12-07T11:19:11.783901+0000 mgr.a (mgr.24293) 3563 : audit 0 from='client.82002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:14 smithi044 bash[32620]: cluster 2023-12-07T11:19:12.278580+0000 mgr.a (mgr.24293) 3564 : 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-07T11:19:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:14 smithi022 bash[28554]: cluster 2023-12-07T11:19:12.278580+0000 mgr.a (mgr.24293) 3564 : 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-07T11:19:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:14 smithi027 bash[31536]: cluster 2023-12-07T11:19:12.278580+0000 mgr.a (mgr.24293) 3564 : 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-07T11:19:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:15 smithi044 bash[32620]: cluster 2023-12-07T11:19:14.279151+0000 mgr.a (mgr.24293) 3565 : cluster 0 pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:19:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:15 smithi022 bash[28554]: cluster 2023-12-07T11:19:14.279151+0000 mgr.a (mgr.24293) 3565 : cluster 0 pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:19:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:15 smithi027 bash[31536]: cluster 2023-12-07T11:19:14.279151+0000 mgr.a (mgr.24293) 3565 : cluster 0 pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:19:17.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:17.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:17.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:17 smithi022 bash[28554]: cluster 2023-12-07T11:19:16.279941+0000 mgr.a (mgr.24293) 3566 : cluster 0 pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:17 smithi027 bash[31536]: cluster 2023-12-07T11:19:16.279941+0000 mgr.a (mgr.24293) 3566 : cluster 0 pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:17 smithi044 bash[32620]: cluster 2023-12-07T11:19:16.279941+0000 mgr.a (mgr.24293) 3566 : cluster 0 pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:18.235 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:18.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:18.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:18.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:18.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:18 smithi027 bash[31536]: audit 2023-12-07T11:19:17.714023+0000 mgr.a (mgr.24293) 3567 : audit 0 from='client.82080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:18 smithi044 bash[32620]: audit 2023-12-07T11:19:17.714023+0000 mgr.a (mgr.24293) 3567 : audit 0 from='client.82080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:18 smithi022 bash[28554]: audit 2023-12-07T11:19:17.714023+0000 mgr.a (mgr.24293) 3567 : audit 0 from='client.82080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:19 smithi027 bash[31536]: cluster 2023-12-07T11:19:18.280686+0000 mgr.a (mgr.24293) 3568 : 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-07T11:19:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:19 smithi044 bash[32620]: cluster 2023-12-07T11:19:18.280686+0000 mgr.a (mgr.24293) 3568 : 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-07T11:19:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:19 smithi022 bash[28554]: cluster 2023-12-07T11:19:18.280686+0000 mgr.a (mgr.24293) 3568 : 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-07T11:19:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:21 smithi044 bash[32620]: cluster 2023-12-07T11:19:20.281285+0000 mgr.a (mgr.24293) 3569 : 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-07T11:19:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:21 smithi044 bash[32620]: audit 2023-12-07T11:19:20.780494+0000 mon.a (mon.0) 956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:21 smithi044 bash[32620]: audit 2023-12-07T11:19:20.786992+0000 mon.a (mon.0) 957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:21 smithi044 bash[32620]: audit 2023-12-07T11:19:20.788730+0000 mon.a (mon.0) 958 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:21 smithi044 bash[32620]: audit 2023-12-07T11:19:20.790445+0000 mon.a (mon.0) 959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:21 smithi044 bash[32620]: audit 2023-12-07T11:19:20.798799+0000 mon.a (mon.0) 960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:21 smithi022 bash[28554]: cluster 2023-12-07T11:19:20.281285+0000 mgr.a (mgr.24293) 3569 : 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-07T11:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:21 smithi022 bash[28554]: audit 2023-12-07T11:19:20.780494+0000 mon.a (mon.0) 956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:21 smithi022 bash[28554]: audit 2023-12-07T11:19:20.786992+0000 mon.a (mon.0) 957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:21 smithi022 bash[28554]: audit 2023-12-07T11:19:20.788730+0000 mon.a (mon.0) 958 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:21 smithi022 bash[28554]: audit 2023-12-07T11:19:20.790445+0000 mon.a (mon.0) 959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:21 smithi022 bash[28554]: audit 2023-12-07T11:19:20.798799+0000 mon.a (mon.0) 960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:21 smithi027 bash[31536]: cluster 2023-12-07T11:19:20.281285+0000 mgr.a (mgr.24293) 3569 : 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-07T11:19:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:21 smithi027 bash[31536]: audit 2023-12-07T11:19:20.780494+0000 mon.a (mon.0) 956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:21 smithi027 bash[31536]: audit 2023-12-07T11:19:20.786992+0000 mon.a (mon.0) 957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:21 smithi027 bash[31536]: audit 2023-12-07T11:19:20.788730+0000 mon.a (mon.0) 958 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:19:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:21 smithi027 bash[31536]: audit 2023-12-07T11:19:20.790445+0000 mon.a (mon.0) 959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:19:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:21 smithi027 bash[31536]: audit 2023-12-07T11:19:20.798799+0000 mon.a (mon.0) 960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:19:23.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:23.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:23.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:23 smithi044 bash[32620]: cluster 2023-12-07T11:19:22.282031+0000 mgr.a (mgr.24293) 3570 : 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-07T11:19:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:23 smithi022 bash[28554]: cluster 2023-12-07T11:19:22.282031+0000 mgr.a (mgr.24293) 3570 : 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-07T11:19:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:23 smithi027 bash[31536]: cluster 2023-12-07T11:19:22.282031+0000 mgr.a (mgr.24293) 3570 : 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-07T11:19:24.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:24.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:24.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:24.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:24.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:24 smithi044 bash[32620]: audit 2023-12-07T11:19:23.652085+0000 mgr.a (mgr.24293) 3571 : audit 0 from='client.82152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:24 smithi022 bash[28554]: audit 2023-12-07T11:19:23.652085+0000 mgr.a (mgr.24293) 3571 : audit 0 from='client.82152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:24 smithi027 bash[31536]: audit 2023-12-07T11:19:23.652085+0000 mgr.a (mgr.24293) 3571 : audit 0 from='client.82152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:25 smithi044 bash[32620]: cluster 2023-12-07T11:19:24.282913+0000 mgr.a (mgr.24293) 3572 : 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-07T11:19:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:25 smithi022 bash[28554]: cluster 2023-12-07T11:19:24.282913+0000 mgr.a (mgr.24293) 3572 : 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-07T11:19:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:25 smithi027 bash[31536]: cluster 2023-12-07T11:19:24.282913+0000 mgr.a (mgr.24293) 3572 : 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-07T11:19:28.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:27 smithi044 bash[32620]: cluster 2023-12-07T11:19:26.283796+0000 mgr.a (mgr.24293) 3573 : 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-07T11:19:28.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:27 smithi022 bash[28554]: cluster 2023-12-07T11:19:26.283796+0000 mgr.a (mgr.24293) 3573 : 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-07T11:19:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:27 smithi027 bash[31536]: cluster 2023-12-07T11:19:26.283796+0000 mgr.a (mgr.24293) 3573 : 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-07T11:19:29.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:29.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:29.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:30.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:30.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:30.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:30.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:30.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:29 smithi044 bash[32620]: cluster 2023-12-07T11:19:28.284334+0000 mgr.a (mgr.24293) 3574 : 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-07T11:19:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:29 smithi022 bash[28554]: cluster 2023-12-07T11:19:28.284334+0000 mgr.a (mgr.24293) 3574 : 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-07T11:19:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:29 smithi027 bash[31536]: cluster 2023-12-07T11:19:28.284334+0000 mgr.a (mgr.24293) 3574 : 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-07T11:19:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:30 smithi044 bash[32620]: audit 2023-12-07T11:19:29.614753+0000 mgr.a (mgr.24293) 3575 : audit 0 from='client.82224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:30 smithi022 bash[28554]: audit 2023-12-07T11:19:29.614753+0000 mgr.a (mgr.24293) 3575 : audit 0 from='client.82224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:30 smithi027 bash[31536]: audit 2023-12-07T11:19:29.614753+0000 mgr.a (mgr.24293) 3575 : audit 0 from='client.82224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:31 smithi044 bash[32620]: cluster 2023-12-07T11:19:30.285070+0000 mgr.a (mgr.24293) 3576 : 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-07T11:19:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:31 smithi022 bash[28554]: cluster 2023-12-07T11:19:30.285070+0000 mgr.a (mgr.24293) 3576 : 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-07T11:19:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:31 smithi027 bash[31536]: cluster 2023-12-07T11:19:30.285070+0000 mgr.a (mgr.24293) 3576 : 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-07T11:19:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:33 smithi044 bash[32620]: cluster 2023-12-07T11:19:32.285912+0000 mgr.a (mgr.24293) 3577 : 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-07T11:19:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:33 smithi022 bash[28554]: cluster 2023-12-07T11:19:32.285912+0000 mgr.a (mgr.24293) 3577 : 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-07T11:19:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:33 smithi027 bash[31536]: cluster 2023-12-07T11:19:32.285912+0000 mgr.a (mgr.24293) 3577 : 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-07T11:19:35.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:35.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:35.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:36.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:36.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:36.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:36.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:36.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:35 smithi044 bash[32620]: cluster 2023-12-07T11:19:34.286493+0000 mgr.a (mgr.24293) 3578 : 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-07T11:19:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:35 smithi022 bash[28554]: cluster 2023-12-07T11:19:34.286493+0000 mgr.a (mgr.24293) 3578 : 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-07T11:19:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:35 smithi027 bash[31536]: cluster 2023-12-07T11:19:34.286493+0000 mgr.a (mgr.24293) 3578 : 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-07T11:19:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:36 smithi044 bash[32620]: audit 2023-12-07T11:19:35.563924+0000 mgr.a (mgr.24293) 3579 : audit 0 from='client.82299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:36 smithi022 bash[28554]: audit 2023-12-07T11:19:35.563924+0000 mgr.a (mgr.24293) 3579 : audit 0 from='client.82299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:36 smithi027 bash[31536]: audit 2023-12-07T11:19:35.563924+0000 mgr.a (mgr.24293) 3579 : audit 0 from='client.82299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:37 smithi044 bash[32620]: cluster 2023-12-07T11:19:36.287607+0000 mgr.a (mgr.24293) 3580 : 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-07T11:19:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:37 smithi022 bash[28554]: cluster 2023-12-07T11:19:36.287607+0000 mgr.a (mgr.24293) 3580 : 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-07T11:19:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:37 smithi027 bash[31536]: cluster 2023-12-07T11:19:36.287607+0000 mgr.a (mgr.24293) 3580 : 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-07T11:19:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:39 smithi044 bash[32620]: cluster 2023-12-07T11:19:38.288381+0000 mgr.a (mgr.24293) 3581 : 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-07T11:19:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:39 smithi022 bash[28554]: cluster 2023-12-07T11:19:38.288381+0000 mgr.a (mgr.24293) 3581 : 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-07T11:19:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:39 smithi027 bash[31536]: cluster 2023-12-07T11:19:38.288381+0000 mgr.a (mgr.24293) 3581 : 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-07T11:19:41.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:41.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:41.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:42.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:42.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:42.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:42.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:42.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:41 smithi044 bash[32620]: cluster 2023-12-07T11:19:40.288953+0000 mgr.a (mgr.24293) 3582 : 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-07T11:19:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:41 smithi022 bash[28554]: cluster 2023-12-07T11:19:40.288953+0000 mgr.a (mgr.24293) 3582 : 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-07T11:19:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:41 smithi027 bash[31536]: cluster 2023-12-07T11:19:40.288953+0000 mgr.a (mgr.24293) 3582 : 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-07T11:19:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:42 smithi044 bash[32620]: audit 2023-12-07T11:19:41.510217+0000 mgr.a (mgr.24293) 3583 : audit 0 from='client.82377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:42 smithi022 bash[28554]: audit 2023-12-07T11:19:41.510217+0000 mgr.a (mgr.24293) 3583 : audit 0 from='client.82377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:42 smithi027 bash[31536]: audit 2023-12-07T11:19:41.510217+0000 mgr.a (mgr.24293) 3583 : audit 0 from='client.82377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:43 smithi044 bash[32620]: cluster 2023-12-07T11:19:42.289994+0000 mgr.a (mgr.24293) 3584 : 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-07T11:19:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:43 smithi022 bash[28554]: cluster 2023-12-07T11:19:42.289994+0000 mgr.a (mgr.24293) 3584 : 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-07T11:19:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:43 smithi027 bash[31536]: cluster 2023-12-07T11:19:42.289994+0000 mgr.a (mgr.24293) 3584 : 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-07T11:19:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:45 smithi044 bash[32620]: cluster 2023-12-07T11:19:44.290714+0000 mgr.a (mgr.24293) 3585 : 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-07T11:19:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:45 smithi022 bash[28554]: cluster 2023-12-07T11:19:44.290714+0000 mgr.a (mgr.24293) 3585 : 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-07T11:19:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:45 smithi027 bash[31536]: cluster 2023-12-07T11:19:44.290714+0000 mgr.a (mgr.24293) 3585 : 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-07T11:19:47.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:47.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:47.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:47.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:47.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:47.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:47.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:47.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:47 smithi044 bash[32620]: cluster 2023-12-07T11:19:46.291696+0000 mgr.a (mgr.24293) 3586 : 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-07T11:19:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:47 smithi022 bash[28554]: cluster 2023-12-07T11:19:46.291696+0000 mgr.a (mgr.24293) 3586 : 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-07T11:19:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:47 smithi027 bash[31536]: cluster 2023-12-07T11:19:46.291696+0000 mgr.a (mgr.24293) 3586 : 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-07T11:19:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:48 smithi044 bash[32620]: audit 2023-12-07T11:19:47.457842+0000 mgr.a (mgr.24293) 3587 : audit 0 from='client.82449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:48 smithi022 bash[28554]: audit 2023-12-07T11:19:47.457842+0000 mgr.a (mgr.24293) 3587 : audit 0 from='client.82449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:48 smithi027 bash[31536]: audit 2023-12-07T11:19:47.457842+0000 mgr.a (mgr.24293) 3587 : audit 0 from='client.82449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:49 smithi044 bash[32620]: cluster 2023-12-07T11:19:48.292495+0000 mgr.a (mgr.24293) 3588 : 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-07T11:19:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:49 smithi022 bash[28554]: cluster 2023-12-07T11:19:48.292495+0000 mgr.a (mgr.24293) 3588 : 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-07T11:19:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:49 smithi027 bash[31536]: cluster 2023-12-07T11:19:48.292495+0000 mgr.a (mgr.24293) 3588 : 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-07T11:19:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:51 smithi044 bash[32620]: cluster 2023-12-07T11:19:50.293106+0000 mgr.a (mgr.24293) 3589 : 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-07T11:19:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:51 smithi022 bash[28554]: cluster 2023-12-07T11:19:50.293106+0000 mgr.a (mgr.24293) 3589 : 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-07T11:19:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:51 smithi027 bash[31536]: cluster 2023-12-07T11:19:50.293106+0000 mgr.a (mgr.24293) 3589 : 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-07T11:19:52.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:52.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:52.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:53.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:19:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:53 smithi044 bash[32620]: cluster 2023-12-07T11:19:52.293924+0000 mgr.a (mgr.24293) 3590 : 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-07T11:19:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:53 smithi022 bash[28554]: cluster 2023-12-07T11:19:52.293924+0000 mgr.a (mgr.24293) 3590 : 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-07T11:19:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:53 smithi027 bash[31536]: cluster 2023-12-07T11:19:52.293924+0000 mgr.a (mgr.24293) 3590 : 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-07T11:19:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:54 smithi044 bash[32620]: audit 2023-12-07T11:19:53.384294+0000 mgr.a (mgr.24293) 3591 : audit 0 from='client.82524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:54 smithi022 bash[28554]: audit 2023-12-07T11:19:53.384294+0000 mgr.a (mgr.24293) 3591 : audit 0 from='client.82524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:54 smithi027 bash[31536]: audit 2023-12-07T11:19:53.384294+0000 mgr.a (mgr.24293) 3591 : audit 0 from='client.82524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:55 smithi044 bash[32620]: cluster 2023-12-07T11:19:54.294623+0000 mgr.a (mgr.24293) 3592 : 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-07T11:19:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:55 smithi022 bash[28554]: cluster 2023-12-07T11:19:54.294623+0000 mgr.a (mgr.24293) 3592 : 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-07T11:19:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:55 smithi027 bash[31536]: cluster 2023-12-07T11:19:54.294623+0000 mgr.a (mgr.24293) 3592 : 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-07T11:19:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:57 smithi044 bash[32620]: cluster 2023-12-07T11:19:56.295684+0000 mgr.a (mgr.24293) 3593 : 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-07T11:19:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:57 smithi022 bash[28554]: cluster 2023-12-07T11:19:56.295684+0000 mgr.a (mgr.24293) 3593 : 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-07T11:19:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:57 smithi027 bash[31536]: cluster 2023-12-07T11:19:56.295684+0000 mgr.a (mgr.24293) 3593 : 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-07T11:19:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:19:58.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:58.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:59.838 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:19:59.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:59.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:59.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:59.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:19:59 smithi044 bash[32620]: cluster 2023-12-07T11:19:58.296208+0000 mgr.a (mgr.24293) 3594 : 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-07T11:20:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:19:59 smithi022 bash[28554]: cluster 2023-12-07T11:19:58.296208+0000 mgr.a (mgr.24293) 3594 : 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-07T11:20:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:19:59 smithi027 bash[31536]: cluster 2023-12-07T11:19:58.296208+0000 mgr.a (mgr.24293) 3594 : 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-07T11:20:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:00 smithi044 bash[32620]: audit 2023-12-07T11:19:59.314532+0000 mgr.a (mgr.24293) 3595 : audit 0 from='client.82602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:00 smithi044 bash[32620]: cluster 2023-12-07T11:20:00.000159+0000 mon.a (mon.0) 961 : cluster 1 overall HEALTH_OK 2023-12-07T11:20:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:00 smithi022 bash[28554]: audit 2023-12-07T11:19:59.314532+0000 mgr.a (mgr.24293) 3595 : audit 0 from='client.82602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:00 smithi022 bash[28554]: cluster 2023-12-07T11:20:00.000159+0000 mon.a (mon.0) 961 : cluster 1 overall HEALTH_OK 2023-12-07T11:20:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:00 smithi027 bash[31536]: audit 2023-12-07T11:19:59.314532+0000 mgr.a (mgr.24293) 3595 : audit 0 from='client.82602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:00 smithi027 bash[31536]: cluster 2023-12-07T11:20:00.000159+0000 mon.a (mon.0) 961 : cluster 1 overall HEALTH_OK 2023-12-07T11:20:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:01 smithi044 bash[32620]: cluster 2023-12-07T11:20:00.296890+0000 mgr.a (mgr.24293) 3596 : 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-07T11:20:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:01 smithi022 bash[28554]: cluster 2023-12-07T11:20:00.296890+0000 mgr.a (mgr.24293) 3596 : 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-07T11:20:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:01 smithi027 bash[31536]: cluster 2023-12-07T11:20:00.296890+0000 mgr.a (mgr.24293) 3596 : 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-07T11:20:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:03 smithi044 bash[32620]: cluster 2023-12-07T11:20:02.297701+0000 mgr.a (mgr.24293) 3597 : 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-07T11:20:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:03 smithi022 bash[28554]: cluster 2023-12-07T11:20:02.297701+0000 mgr.a (mgr.24293) 3597 : 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-07T11:20:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:03 smithi027 bash[31536]: cluster 2023-12-07T11:20:02.297701+0000 mgr.a (mgr.24293) 3597 : 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-07T11:20:04.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:04.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:04.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:05.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:05 smithi044 bash[32620]: cluster 2023-12-07T11:20:04.298251+0000 mgr.a (mgr.24293) 3598 : 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-07T11:20:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:05 smithi022 bash[28554]: cluster 2023-12-07T11:20:04.298251+0000 mgr.a (mgr.24293) 3598 : 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-07T11:20:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:05 smithi027 bash[31536]: cluster 2023-12-07T11:20:04.298251+0000 mgr.a (mgr.24293) 3598 : 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-07T11:20:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:06 smithi044 bash[32620]: audit 2023-12-07T11:20:05.249736+0000 mgr.a (mgr.24293) 3599 : audit 0 from='client.82680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:06 smithi022 bash[28554]: audit 2023-12-07T11:20:05.249736+0000 mgr.a (mgr.24293) 3599 : audit 0 from='client.82680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:06 smithi027 bash[31536]: audit 2023-12-07T11:20:05.249736+0000 mgr.a (mgr.24293) 3599 : audit 0 from='client.82680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:07 smithi044 bash[32620]: cluster 2023-12-07T11:20:06.299243+0000 mgr.a (mgr.24293) 3600 : 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-07T11:20:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:07 smithi022 bash[28554]: cluster 2023-12-07T11:20:06.299243+0000 mgr.a (mgr.24293) 3600 : 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-07T11:20:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:07 smithi027 bash[31536]: cluster 2023-12-07T11:20:06.299243+0000 mgr.a (mgr.24293) 3600 : 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-07T11:20:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:09 smithi044 bash[32620]: cluster 2023-12-07T11:20:08.299835+0000 mgr.a (mgr.24293) 3601 : 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-07T11:20:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:09 smithi022 bash[28554]: cluster 2023-12-07T11:20:08.299835+0000 mgr.a (mgr.24293) 3601 : 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-07T11:20:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:09 smithi027 bash[31536]: cluster 2023-12-07T11:20:08.299835+0000 mgr.a (mgr.24293) 3601 : 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-07T11:20:10.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:10.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:10.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:11.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:11.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:11.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:11.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:11.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:11 smithi027 bash[31536]: cluster 2023-12-07T11:20:10.300374+0000 mgr.a (mgr.24293) 3602 : 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-07T11:20:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:11 smithi044 bash[32620]: cluster 2023-12-07T11:20:10.300374+0000 mgr.a (mgr.24293) 3602 : 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-07T11:20:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:11 smithi022 bash[28554]: cluster 2023-12-07T11:20:10.300374+0000 mgr.a (mgr.24293) 3602 : 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-07T11:20:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:12 smithi027 bash[31536]: audit 2023-12-07T11:20:11.177831+0000 mgr.a (mgr.24293) 3603 : audit 0 from='client.82758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:12 smithi044 bash[32620]: audit 2023-12-07T11:20:11.177831+0000 mgr.a (mgr.24293) 3603 : audit 0 from='client.82758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:12 smithi022 bash[28554]: audit 2023-12-07T11:20:11.177831+0000 mgr.a (mgr.24293) 3603 : audit 0 from='client.82758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:13 smithi027 bash[31536]: cluster 2023-12-07T11:20:12.301365+0000 mgr.a (mgr.24293) 3604 : 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-07T11:20:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:13 smithi044 bash[32620]: cluster 2023-12-07T11:20:12.301365+0000 mgr.a (mgr.24293) 3604 : 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-07T11:20:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:13 smithi022 bash[28554]: cluster 2023-12-07T11:20:12.301365+0000 mgr.a (mgr.24293) 3604 : 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-07T11:20:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:15 smithi027 bash[31536]: cluster 2023-12-07T11:20:14.302021+0000 mgr.a (mgr.24293) 3605 : 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-07T11:20:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:15 smithi044 bash[32620]: cluster 2023-12-07T11:20:14.302021+0000 mgr.a (mgr.24293) 3605 : 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-07T11:20:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:15 smithi022 bash[28554]: cluster 2023-12-07T11:20:14.302021+0000 mgr.a (mgr.24293) 3605 : 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-07T11:20:16.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:16.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:16.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:17.633 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:17.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:17.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:17.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:17.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:17 smithi044 bash[32620]: cluster 2023-12-07T11:20:16.302920+0000 mgr.a (mgr.24293) 3606 : 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-07T11:20:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:17 smithi022 bash[28554]: cluster 2023-12-07T11:20:16.302920+0000 mgr.a (mgr.24293) 3606 : 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-07T11:20:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:17 smithi027 bash[31536]: cluster 2023-12-07T11:20:16.302920+0000 mgr.a (mgr.24293) 3606 : 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-07T11:20:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:18 smithi044 bash[32620]: audit 2023-12-07T11:20:17.109214+0000 mgr.a (mgr.24293) 3607 : audit 0 from='client.82830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:18 smithi022 bash[28554]: audit 2023-12-07T11:20:17.109214+0000 mgr.a (mgr.24293) 3607 : audit 0 from='client.82830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:18 smithi027 bash[31536]: audit 2023-12-07T11:20:17.109214+0000 mgr.a (mgr.24293) 3607 : audit 0 from='client.82830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:19 smithi044 bash[32620]: cluster 2023-12-07T11:20:18.303665+0000 mgr.a (mgr.24293) 3608 : 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-07T11:20:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:19 smithi022 bash[28554]: cluster 2023-12-07T11:20:18.303665+0000 mgr.a (mgr.24293) 3608 : 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-07T11:20:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:19 smithi027 bash[31536]: cluster 2023-12-07T11:20:18.303665+0000 mgr.a (mgr.24293) 3608 : 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-07T11:20:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:20 smithi044 bash[32620]: audit 2023-12-07T11:20:20.902909+0000 mon.a (mon.0) 962 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:20:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:20 smithi022 bash[28554]: audit 2023-12-07T11:20:20.902909+0000 mon.a (mon.0) 962 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:20:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:20 smithi027 bash[31536]: audit 2023-12-07T11:20:20.902909+0000 mon.a (mon.0) 962 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:20:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:21 smithi044 bash[32620]: cluster 2023-12-07T11:20:20.304224+0000 mgr.a (mgr.24293) 3609 : 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-07T11:20:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:21 smithi022 bash[28554]: cluster 2023-12-07T11:20:20.304224+0000 mgr.a (mgr.24293) 3609 : 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-07T11:20:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:21 smithi027 bash[31536]: cluster 2023-12-07T11:20:20.304224+0000 mgr.a (mgr.24293) 3609 : 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-07T11:20:22.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:22.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:22.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:23.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:23.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:23.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:23.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:23.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:23 smithi044 bash[32620]: cluster 2023-12-07T11:20:22.305000+0000 mgr.a (mgr.24293) 3610 : 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-07T11:20:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:23 smithi044 bash[32620]: audit 2023-12-07T11:20:23.047924+0000 mgr.a (mgr.24293) 3611 : audit 0 from='client.82902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:23 smithi022 bash[28554]: cluster 2023-12-07T11:20:22.305000+0000 mgr.a (mgr.24293) 3610 : 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-07T11:20:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:23 smithi022 bash[28554]: audit 2023-12-07T11:20:23.047924+0000 mgr.a (mgr.24293) 3611 : audit 0 from='client.82902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:23 smithi027 bash[31536]: cluster 2023-12-07T11:20:22.305000+0000 mgr.a (mgr.24293) 3610 : 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-07T11:20:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:23 smithi027 bash[31536]: audit 2023-12-07T11:20:23.047924+0000 mgr.a (mgr.24293) 3611 : audit 0 from='client.82902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:25 smithi044 bash[32620]: cluster 2023-12-07T11:20:24.305683+0000 mgr.a (mgr.24293) 3612 : 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-07T11:20:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:25 smithi022 bash[28554]: cluster 2023-12-07T11:20:24.305683+0000 mgr.a (mgr.24293) 3612 : 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-07T11:20:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:25 smithi027 bash[31536]: cluster 2023-12-07T11:20:24.305683+0000 mgr.a (mgr.24293) 3612 : 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-07T11:20:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:27 smithi044 bash[32620]: cluster 2023-12-07T11:20:26.306475+0000 mgr.a (mgr.24293) 3613 : 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-07T11:20:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:27 smithi022 bash[28554]: cluster 2023-12-07T11:20:26.306475+0000 mgr.a (mgr.24293) 3613 : 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-07T11:20:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:27 smithi027 bash[31536]: cluster 2023-12-07T11:20:26.306475+0000 mgr.a (mgr.24293) 3613 : 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-07T11:20:28.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:28.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:28.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:29.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:29.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:29.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:29.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:29.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:29 smithi044 bash[32620]: cluster 2023-12-07T11:20:28.307135+0000 mgr.a (mgr.24293) 3614 : 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-07T11:20:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:29 smithi044 bash[32620]: audit 2023-12-07T11:20:28.995261+0000 mgr.a (mgr.24293) 3615 : audit 0 from='client.82974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:29 smithi022 bash[28554]: cluster 2023-12-07T11:20:28.307135+0000 mgr.a (mgr.24293) 3614 : 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-07T11:20:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:29 smithi022 bash[28554]: audit 2023-12-07T11:20:28.995261+0000 mgr.a (mgr.24293) 3615 : audit 0 from='client.82974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:29 smithi027 bash[31536]: cluster 2023-12-07T11:20:28.307135+0000 mgr.a (mgr.24293) 3614 : 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-07T11:20:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:29 smithi027 bash[31536]: audit 2023-12-07T11:20:28.995261+0000 mgr.a (mgr.24293) 3615 : audit 0 from='client.82974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:31 smithi044 bash[32620]: cluster 2023-12-07T11:20:30.307847+0000 mgr.a (mgr.24293) 3616 : 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-07T11:20:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:31 smithi044 bash[32620]: audit 2023-12-07T11:20:31.654306+0000 mon.a (mon.0) 963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:31 smithi044 bash[32620]: audit 2023-12-07T11:20:31.660367+0000 mon.a (mon.0) 964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:31 smithi044 bash[32620]: audit 2023-12-07T11:20:31.661972+0000 mon.a (mon.0) 965 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:31 smithi044 bash[32620]: audit 2023-12-07T11:20:31.663571+0000 mon.a (mon.0) 966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:31 smithi044 bash[32620]: audit 2023-12-07T11:20:31.671663+0000 mon.a (mon.0) 967 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:31 smithi022 bash[28554]: cluster 2023-12-07T11:20:30.307847+0000 mgr.a (mgr.24293) 3616 : 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-07T11:20:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:31 smithi022 bash[28554]: audit 2023-12-07T11:20:31.654306+0000 mon.a (mon.0) 963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:31 smithi022 bash[28554]: audit 2023-12-07T11:20:31.660367+0000 mon.a (mon.0) 964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:31 smithi022 bash[28554]: audit 2023-12-07T11:20:31.661972+0000 mon.a (mon.0) 965 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:31 smithi022 bash[28554]: audit 2023-12-07T11:20:31.663571+0000 mon.a (mon.0) 966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:20:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:31 smithi022 bash[28554]: audit 2023-12-07T11:20:31.671663+0000 mon.a (mon.0) 967 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:31 smithi027 bash[31536]: cluster 2023-12-07T11:20:30.307847+0000 mgr.a (mgr.24293) 3616 : 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-07T11:20:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:31 smithi027 bash[31536]: audit 2023-12-07T11:20:31.654306+0000 mon.a (mon.0) 963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:31 smithi027 bash[31536]: audit 2023-12-07T11:20:31.660367+0000 mon.a (mon.0) 964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:31 smithi027 bash[31536]: audit 2023-12-07T11:20:31.661972+0000 mon.a (mon.0) 965 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:20:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:31 smithi027 bash[31536]: audit 2023-12-07T11:20:31.663571+0000 mon.a (mon.0) 966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:20:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:31 smithi027 bash[31536]: audit 2023-12-07T11:20:31.671663+0000 mon.a (mon.0) 967 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:20:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:33 smithi044 bash[32620]: cluster 2023-12-07T11:20:32.308679+0000 mgr.a (mgr.24293) 3617 : 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-07T11:20:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:33 smithi022 bash[28554]: cluster 2023-12-07T11:20:32.308679+0000 mgr.a (mgr.24293) 3617 : 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-07T11:20:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:33 smithi027 bash[31536]: cluster 2023-12-07T11:20:32.308679+0000 mgr.a (mgr.24293) 3617 : 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-07T11:20:34.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:34.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:34.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:35.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:35.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:35.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:35.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:35.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:35 smithi022 bash[28554]: cluster 2023-12-07T11:20:34.309237+0000 mgr.a (mgr.24293) 3618 : 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-07T11:20:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:35 smithi022 bash[28554]: audit 2023-12-07T11:20:34.937409+0000 mgr.a (mgr.24293) 3619 : audit 0 from='client.83052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:35 smithi044 bash[32620]: cluster 2023-12-07T11:20:34.309237+0000 mgr.a (mgr.24293) 3618 : 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-07T11:20:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:35 smithi044 bash[32620]: audit 2023-12-07T11:20:34.937409+0000 mgr.a (mgr.24293) 3619 : audit 0 from='client.83052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:36 smithi027 bash[31536]: cluster 2023-12-07T11:20:34.309237+0000 mgr.a (mgr.24293) 3618 : 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-07T11:20:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:36 smithi027 bash[31536]: audit 2023-12-07T11:20:34.937409+0000 mgr.a (mgr.24293) 3619 : audit 0 from='client.83052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:38 smithi044 bash[32620]: cluster 2023-12-07T11:20:36.310115+0000 mgr.a (mgr.24293) 3620 : 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-07T11:20:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:38 smithi022 bash[28554]: cluster 2023-12-07T11:20:36.310115+0000 mgr.a (mgr.24293) 3620 : 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-07T11:20:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:38 smithi027 bash[31536]: cluster 2023-12-07T11:20:36.310115+0000 mgr.a (mgr.24293) 3620 : 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-07T11:20:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:40 smithi044 bash[32620]: cluster 2023-12-07T11:20:38.310827+0000 mgr.a (mgr.24293) 3621 : 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-07T11:20:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:40 smithi022 bash[28554]: cluster 2023-12-07T11:20:38.310827+0000 mgr.a (mgr.24293) 3621 : 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-07T11:20:40.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:40.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:40.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:40 smithi027 bash[31536]: cluster 2023-12-07T11:20:38.310827+0000 mgr.a (mgr.24293) 3621 : 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-07T11:20:41.364 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:41.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:41.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:41.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:41.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:42 smithi044 bash[32620]: cluster 2023-12-07T11:20:40.311504+0000 mgr.a (mgr.24293) 3622 : 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-07T11:20:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:42 smithi044 bash[32620]: audit 2023-12-07T11:20:40.849519+0000 mgr.a (mgr.24293) 3623 : audit 0 from='client.83124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:42 smithi022 bash[28554]: cluster 2023-12-07T11:20:40.311504+0000 mgr.a (mgr.24293) 3622 : 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-07T11:20:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:42 smithi022 bash[28554]: audit 2023-12-07T11:20:40.849519+0000 mgr.a (mgr.24293) 3623 : audit 0 from='client.83124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:42 smithi027 bash[31536]: cluster 2023-12-07T11:20:40.311504+0000 mgr.a (mgr.24293) 3622 : 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-07T11:20:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:42 smithi027 bash[31536]: audit 2023-12-07T11:20:40.849519+0000 mgr.a (mgr.24293) 3623 : audit 0 from='client.83124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:44 smithi022 bash[28554]: cluster 2023-12-07T11:20:42.312464+0000 mgr.a (mgr.24293) 3624 : 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-07T11:20:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:44 smithi044 bash[32620]: cluster 2023-12-07T11:20:42.312464+0000 mgr.a (mgr.24293) 3624 : 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-07T11:20:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:44 smithi027 bash[31536]: cluster 2023-12-07T11:20:42.312464+0000 mgr.a (mgr.24293) 3624 : 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-07T11:20:46.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:46.368 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:46.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:46 smithi044 bash[32620]: cluster 2023-12-07T11:20:44.313023+0000 mgr.a (mgr.24293) 3625 : 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-07T11:20:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:46 smithi022 bash[28554]: cluster 2023-12-07T11:20:44.313023+0000 mgr.a (mgr.24293) 3625 : 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-07T11:20:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:46 smithi027 bash[31536]: cluster 2023-12-07T11:20:44.313023+0000 mgr.a (mgr.24293) 3625 : 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-07T11:20:47.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:47.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:47.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:47.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:47.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:48 smithi044 bash[32620]: cluster 2023-12-07T11:20:46.313803+0000 mgr.a (mgr.24293) 3626 : 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-07T11:20:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:48 smithi044 bash[32620]: audit 2023-12-07T11:20:46.777843+0000 mgr.a (mgr.24293) 3627 : audit 0 from='client.83196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:48 smithi022 bash[28554]: cluster 2023-12-07T11:20:46.313803+0000 mgr.a (mgr.24293) 3626 : 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-07T11:20:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:48 smithi022 bash[28554]: audit 2023-12-07T11:20:46.777843+0000 mgr.a (mgr.24293) 3627 : audit 0 from='client.83196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:48 smithi027 bash[31536]: cluster 2023-12-07T11:20:46.313803+0000 mgr.a (mgr.24293) 3626 : 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-07T11:20:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:48 smithi027 bash[31536]: audit 2023-12-07T11:20:46.777843+0000 mgr.a (mgr.24293) 3627 : audit 0 from='client.83196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:50 smithi044 bash[32620]: cluster 2023-12-07T11:20:48.314580+0000 mgr.a (mgr.24293) 3628 : 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-07T11:20:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:50 smithi022 bash[28554]: cluster 2023-12-07T11:20:48.314580+0000 mgr.a (mgr.24293) 3628 : 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-07T11:20:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:50 smithi027 bash[31536]: cluster 2023-12-07T11:20:48.314580+0000 mgr.a (mgr.24293) 3628 : 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-07T11:20:52.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:52.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:52.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:52.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:52 smithi022 bash[28554]: cluster 2023-12-07T11:20:50.315337+0000 mgr.a (mgr.24293) 3629 : 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-07T11:20:52.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:52 smithi044 bash[32620]: cluster 2023-12-07T11:20:50.315337+0000 mgr.a (mgr.24293) 3629 : 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-07T11:20:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:52 smithi027 bash[31536]: cluster 2023-12-07T11:20:50.315337+0000 mgr.a (mgr.24293) 3629 : 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-07T11:20:53.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:53.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:53.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:53.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:53.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:20:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:54 smithi044 bash[32620]: cluster 2023-12-07T11:20:52.315911+0000 mgr.a (mgr.24293) 3630 : 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-07T11:20:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:54 smithi044 bash[32620]: audit 2023-12-07T11:20:52.711951+0000 mgr.a (mgr.24293) 3631 : audit 0 from='client.83271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:54 smithi022 bash[28554]: cluster 2023-12-07T11:20:52.315911+0000 mgr.a (mgr.24293) 3630 : 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-07T11:20:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:54 smithi022 bash[28554]: audit 2023-12-07T11:20:52.711951+0000 mgr.a (mgr.24293) 3631 : audit 0 from='client.83271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:54 smithi027 bash[31536]: cluster 2023-12-07T11:20:52.315911+0000 mgr.a (mgr.24293) 3630 : 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-07T11:20:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:54 smithi027 bash[31536]: audit 2023-12-07T11:20:52.711951+0000 mgr.a (mgr.24293) 3631 : audit 0 from='client.83271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:56 smithi044 bash[32620]: cluster 2023-12-07T11:20:54.316669+0000 mgr.a (mgr.24293) 3632 : 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-07T11:20:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:56 smithi022 bash[28554]: cluster 2023-12-07T11:20:54.316669+0000 mgr.a (mgr.24293) 3632 : 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-07T11:20:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:56 smithi027 bash[31536]: cluster 2023-12-07T11:20:54.316669+0000 mgr.a (mgr.24293) 3632 : 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-07T11:20:58.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:20:58.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:58.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:20:58 smithi044 bash[32620]: cluster 2023-12-07T11:20:56.317544+0000 mgr.a (mgr.24293) 3633 : 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-07T11:20:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:20:58 smithi022 bash[28554]: cluster 2023-12-07T11:20:56.317544+0000 mgr.a (mgr.24293) 3633 : 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-07T11:20:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:20:58 smithi027 bash[31536]: cluster 2023-12-07T11:20:56.317544+0000 mgr.a (mgr.24293) 3633 : 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-07T11:20:59.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:20:59.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:59.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:59.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:59.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:00 smithi044 bash[32620]: cluster 2023-12-07T11:20:58.318122+0000 mgr.a (mgr.24293) 3634 : 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-07T11:21:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:00 smithi044 bash[32620]: audit 2023-12-07T11:20:58.644907+0000 mgr.a (mgr.24293) 3635 : audit 0 from='client.76433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:00 smithi022 bash[28554]: cluster 2023-12-07T11:20:58.318122+0000 mgr.a (mgr.24293) 3634 : 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-07T11:21:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:00 smithi022 bash[28554]: audit 2023-12-07T11:20:58.644907+0000 mgr.a (mgr.24293) 3635 : audit 0 from='client.76433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:00 smithi027 bash[31536]: cluster 2023-12-07T11:20:58.318122+0000 mgr.a (mgr.24293) 3634 : 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-07T11:21:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:00 smithi027 bash[31536]: audit 2023-12-07T11:20:58.644907+0000 mgr.a (mgr.24293) 3635 : audit 0 from='client.76433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:02 smithi022 bash[28554]: cluster 2023-12-07T11:21:00.319024+0000 mgr.a (mgr.24293) 3636 : 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-07T11:21:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:02 smithi044 bash[32620]: cluster 2023-12-07T11:21:00.319024+0000 mgr.a (mgr.24293) 3636 : 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-07T11:21:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:02 smithi027 bash[31536]: cluster 2023-12-07T11:21:00.319024+0000 mgr.a (mgr.24293) 3636 : 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-07T11:21:04.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:04.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:04.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:04 smithi044 bash[32620]: cluster 2023-12-07T11:21:02.319664+0000 mgr.a (mgr.24293) 3637 : 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-07T11:21:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:04 smithi022 bash[28554]: cluster 2023-12-07T11:21:02.319664+0000 mgr.a (mgr.24293) 3637 : 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-07T11:21:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:04 smithi027 bash[31536]: cluster 2023-12-07T11:21:02.319664+0000 mgr.a (mgr.24293) 3637 : 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-07T11:21:05.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:05.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:05.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:05.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:05.120 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:06 smithi044 bash[32620]: cluster 2023-12-07T11:21:04.319998+0000 mgr.a (mgr.24293) 3638 : 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-07T11:21:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:06 smithi044 bash[32620]: audit 2023-12-07T11:21:04.589108+0000 mgr.a (mgr.24293) 3639 : audit 0 from='client.83424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:06 smithi022 bash[28554]: cluster 2023-12-07T11:21:04.319998+0000 mgr.a (mgr.24293) 3638 : 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-07T11:21:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:06 smithi022 bash[28554]: audit 2023-12-07T11:21:04.589108+0000 mgr.a (mgr.24293) 3639 : audit 0 from='client.83424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:06 smithi027 bash[31536]: cluster 2023-12-07T11:21:04.319998+0000 mgr.a (mgr.24293) 3638 : 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-07T11:21:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:06 smithi027 bash[31536]: audit 2023-12-07T11:21:04.589108+0000 mgr.a (mgr.24293) 3639 : audit 0 from='client.83424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:08 smithi044 bash[32620]: cluster 2023-12-07T11:21:06.320894+0000 mgr.a (mgr.24293) 3640 : 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-07T11:21:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:08 smithi022 bash[28554]: cluster 2023-12-07T11:21:06.320894+0000 mgr.a (mgr.24293) 3640 : 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-07T11:21:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:08 smithi027 bash[31536]: cluster 2023-12-07T11:21:06.320894+0000 mgr.a (mgr.24293) 3640 : 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-07T11:21:10.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:10.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:10.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:10 smithi044 bash[32620]: cluster 2023-12-07T11:21:08.321615+0000 mgr.a (mgr.24293) 3641 : 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-07T11:21:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:10 smithi022 bash[28554]: cluster 2023-12-07T11:21:08.321615+0000 mgr.a (mgr.24293) 3641 : 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-07T11:21:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:10 smithi027 bash[31536]: cluster 2023-12-07T11:21:08.321615+0000 mgr.a (mgr.24293) 3641 : 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-07T11:21:11.045 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:11.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:11.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:11.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:11.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:12 smithi022 bash[28554]: cluster 2023-12-07T11:21:10.322421+0000 mgr.a (mgr.24293) 3642 : 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-07T11:21:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:12 smithi022 bash[28554]: audit 2023-12-07T11:21:10.537410+0000 mgr.a (mgr.24293) 3643 : audit 0 from='client.83496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:12 smithi044 bash[32620]: cluster 2023-12-07T11:21:10.322421+0000 mgr.a (mgr.24293) 3642 : 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-07T11:21:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:12 smithi044 bash[32620]: audit 2023-12-07T11:21:10.537410+0000 mgr.a (mgr.24293) 3643 : audit 0 from='client.83496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:12 smithi027 bash[31536]: cluster 2023-12-07T11:21:10.322421+0000 mgr.a (mgr.24293) 3642 : 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-07T11:21:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:12 smithi027 bash[31536]: audit 2023-12-07T11:21:10.537410+0000 mgr.a (mgr.24293) 3643 : audit 0 from='client.83496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:14 smithi044 bash[32620]: cluster 2023-12-07T11:21:12.323119+0000 mgr.a (mgr.24293) 3644 : 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-07T11:21:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:14 smithi022 bash[28554]: cluster 2023-12-07T11:21:12.323119+0000 mgr.a (mgr.24293) 3644 : 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-07T11:21:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:14 smithi027 bash[31536]: cluster 2023-12-07T11:21:12.323119+0000 mgr.a (mgr.24293) 3644 : 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-07T11:21:16.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:16.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:16.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:16 smithi044 bash[32620]: cluster 2023-12-07T11:21:14.323800+0000 mgr.a (mgr.24293) 3645 : 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-07T11:21:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:16 smithi022 bash[28554]: cluster 2023-12-07T11:21:14.323800+0000 mgr.a (mgr.24293) 3645 : 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-07T11:21:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:16 smithi027 bash[31536]: cluster 2023-12-07T11:21:14.323800+0000 mgr.a (mgr.24293) 3645 : 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-07T11:21:17.001 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:17.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:17.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:17.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:17.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:18 smithi044 bash[32620]: cluster 2023-12-07T11:21:16.324698+0000 mgr.a (mgr.24293) 3646 : 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-07T11:21:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:18 smithi044 bash[32620]: audit 2023-12-07T11:21:16.462639+0000 mgr.a (mgr.24293) 3647 : audit 0 from='client.83571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:18 smithi022 bash[28554]: cluster 2023-12-07T11:21:16.324698+0000 mgr.a (mgr.24293) 3646 : 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-07T11:21:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:18 smithi022 bash[28554]: audit 2023-12-07T11:21:16.462639+0000 mgr.a (mgr.24293) 3647 : audit 0 from='client.83571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:18 smithi027 bash[31536]: cluster 2023-12-07T11:21:16.324698+0000 mgr.a (mgr.24293) 3646 : 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-07T11:21:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:18 smithi027 bash[31536]: audit 2023-12-07T11:21:16.462639+0000 mgr.a (mgr.24293) 3647 : audit 0 from='client.83571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:20 smithi044 bash[32620]: cluster 2023-12-07T11:21:18.325571+0000 mgr.a (mgr.24293) 3648 : 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-07T11:21:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:20 smithi022 bash[28554]: cluster 2023-12-07T11:21:18.325571+0000 mgr.a (mgr.24293) 3648 : 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-07T11:21:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:20 smithi027 bash[31536]: cluster 2023-12-07T11:21:18.325571+0000 mgr.a (mgr.24293) 3648 : 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-07T11:21:22.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:22.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:22.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:22 smithi044 bash[32620]: cluster 2023-12-07T11:21:20.326571+0000 mgr.a (mgr.24293) 3649 : 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-07T11:21:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:22 smithi022 bash[28554]: cluster 2023-12-07T11:21:20.326571+0000 mgr.a (mgr.24293) 3649 : 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-07T11:21:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:22 smithi027 bash[31536]: cluster 2023-12-07T11:21:20.326571+0000 mgr.a (mgr.24293) 3649 : 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-07T11:21:22.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:22.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:22.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:22.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:22.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:24 smithi044 bash[32620]: cluster 2023-12-07T11:21:22.327172+0000 mgr.a (mgr.24293) 3650 : 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-07T11:21:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:24 smithi044 bash[32620]: audit 2023-12-07T11:21:22.416390+0000 mgr.a (mgr.24293) 3651 : audit 0 from='client.83649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:24 smithi022 bash[28554]: cluster 2023-12-07T11:21:22.327172+0000 mgr.a (mgr.24293) 3650 : 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-07T11:21:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:24 smithi022 bash[28554]: audit 2023-12-07T11:21:22.416390+0000 mgr.a (mgr.24293) 3651 : audit 0 from='client.83649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:24 smithi027 bash[31536]: cluster 2023-12-07T11:21:22.327172+0000 mgr.a (mgr.24293) 3650 : 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-07T11:21:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:24 smithi027 bash[31536]: audit 2023-12-07T11:21:22.416390+0000 mgr.a (mgr.24293) 3651 : audit 0 from='client.83649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:25 smithi044 bash[32620]: cluster 2023-12-07T11:21:24.327975+0000 mgr.a (mgr.24293) 3652 : 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-07T11:21:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:25 smithi022 bash[28554]: cluster 2023-12-07T11:21:24.327975+0000 mgr.a (mgr.24293) 3652 : 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-07T11:21:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:25 smithi027 bash[31536]: cluster 2023-12-07T11:21:24.327975+0000 mgr.a (mgr.24293) 3652 : 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-07T11:21:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:27 smithi044 bash[32620]: cluster 2023-12-07T11:21:26.328819+0000 mgr.a (mgr.24293) 3653 : 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-07T11:21:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:27 smithi022 bash[28554]: cluster 2023-12-07T11:21:26.328819+0000 mgr.a (mgr.24293) 3653 : 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-07T11:21:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:27 smithi027 bash[31536]: cluster 2023-12-07T11:21:26.328819+0000 mgr.a (mgr.24293) 3653 : 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-07T11:21:27.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:27.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:27.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:28.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:28.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:28.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:28.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:28.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:29 smithi044 bash[32620]: cluster 2023-12-07T11:21:28.329369+0000 mgr.a (mgr.24293) 3654 : 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-07T11:21:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:29 smithi044 bash[32620]: audit 2023-12-07T11:21:28.372633+0000 mgr.a (mgr.24293) 3655 : audit 0 from='client.83724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:29 smithi022 bash[28554]: cluster 2023-12-07T11:21:28.329369+0000 mgr.a (mgr.24293) 3654 : 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-07T11:21:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:29 smithi022 bash[28554]: audit 2023-12-07T11:21:28.372633+0000 mgr.a (mgr.24293) 3655 : audit 0 from='client.83724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:29.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:29 smithi027 bash[31536]: cluster 2023-12-07T11:21:28.329369+0000 mgr.a (mgr.24293) 3654 : 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-07T11:21:29.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:29 smithi027 bash[31536]: audit 2023-12-07T11:21:28.372633+0000 mgr.a (mgr.24293) 3655 : audit 0 from='client.83724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:31 smithi044 bash[32620]: cluster 2023-12-07T11:21:30.330239+0000 mgr.a (mgr.24293) 3656 : 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-07T11:21:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:31 smithi022 bash[28554]: cluster 2023-12-07T11:21:30.330239+0000 mgr.a (mgr.24293) 3656 : 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-07T11:21:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:31 smithi027 bash[31536]: cluster 2023-12-07T11:21:30.330239+0000 mgr.a (mgr.24293) 3656 : 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-07T11:21:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:32 smithi044 bash[32620]: audit 2023-12-07T11:21:31.775862+0000 mon.a (mon.0) 968 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:21:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:32 smithi022 bash[28554]: audit 2023-12-07T11:21:31.775862+0000 mon.a (mon.0) 968 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:21:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:32 smithi027 bash[31536]: audit 2023-12-07T11:21:31.775862+0000 mon.a (mon.0) 968 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:21:33.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:33.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:33.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: cluster 2023-12-07T11:21:32.330809+0000 mgr.a (mgr.24293) 3657 : 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-07T11:21:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:32.992067+0000 mon.a (mon.0) 969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:32.996156+0000 mon.a (mon.0) 970 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.001281+0000 mon.a (mon.0) 971 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.006585+0000 mon.a (mon.0) 972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.012007+0000 mon.a (mon.0) 973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.017087+0000 mon.a (mon.0) 974 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.018438+0000 mon.a (mon.0) 975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.020040+0000 mon.a (mon.0) 976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:21:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:33 smithi044 bash[32620]: audit 2023-12-07T11:21:33.027739+0000 mon.a (mon.0) 977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: cluster 2023-12-07T11:21:32.330809+0000 mgr.a (mgr.24293) 3657 : 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-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:32.992067+0000 mon.a (mon.0) 969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:32.996156+0000 mon.a (mon.0) 970 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.001281+0000 mon.a (mon.0) 971 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.006585+0000 mon.a (mon.0) 972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.012007+0000 mon.a (mon.0) 973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.017087+0000 mon.a (mon.0) 974 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.018438+0000 mon.a (mon.0) 975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.020040+0000 mon.a (mon.0) 976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:21:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:33 smithi022 bash[28554]: audit 2023-12-07T11:21:33.027739+0000 mon.a (mon.0) 977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: cluster 2023-12-07T11:21:32.330809+0000 mgr.a (mgr.24293) 3657 : 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-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:32.992067+0000 mon.a (mon.0) 969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:32.996156+0000 mon.a (mon.0) 970 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.001281+0000 mon.a (mon.0) 971 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.006585+0000 mon.a (mon.0) 972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.012007+0000 mon.a (mon.0) 973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.017087+0000 mon.a (mon.0) 974 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.018438+0000 mon.a (mon.0) 975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.020040+0000 mon.a (mon.0) 976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:21:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:33 smithi027 bash[31536]: audit 2023-12-07T11:21:33.027739+0000 mon.a (mon.0) 977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:21:34.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:34.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:34.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:34.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:34.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:35 smithi044 bash[32620]: audit 2023-12-07T11:21:34.311941+0000 mgr.a (mgr.24293) 3658 : audit 0 from='client.83799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:35 smithi044 bash[32620]: cluster 2023-12-07T11:21:34.331367+0000 mgr.a (mgr.24293) 3659 : 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-07T11:21:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:35 smithi022 bash[28554]: audit 2023-12-07T11:21:34.311941+0000 mgr.a (mgr.24293) 3658 : audit 0 from='client.83799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:35 smithi022 bash[28554]: cluster 2023-12-07T11:21:34.331367+0000 mgr.a (mgr.24293) 3659 : 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-07T11:21:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:35 smithi027 bash[31536]: audit 2023-12-07T11:21:34.311941+0000 mgr.a (mgr.24293) 3658 : audit 0 from='client.83799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:35 smithi027 bash[31536]: cluster 2023-12-07T11:21:34.331367+0000 mgr.a (mgr.24293) 3659 : 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-07T11:21:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:38 smithi044 bash[32620]: cluster 2023-12-07T11:21:36.332230+0000 mgr.a (mgr.24293) 3660 : 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-07T11:21:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:37 smithi022 bash[28554]: cluster 2023-12-07T11:21:36.332230+0000 mgr.a (mgr.24293) 3660 : 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-07T11:21:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:38 smithi027 bash[31536]: cluster 2023-12-07T11:21:36.332230+0000 mgr.a (mgr.24293) 3660 : 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-07T11:21:39.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:39.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:39.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:40 smithi044 bash[32620]: cluster 2023-12-07T11:21:38.332851+0000 mgr.a (mgr.24293) 3661 : 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-07T11:21:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:40 smithi022 bash[28554]: cluster 2023-12-07T11:21:38.332851+0000 mgr.a (mgr.24293) 3661 : 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-07T11:21:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:40 smithi027 bash[31536]: cluster 2023-12-07T11:21:38.332851+0000 mgr.a (mgr.24293) 3661 : 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-07T11:21:40.801 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:40.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:40.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:40.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:40.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:42 smithi044 bash[32620]: audit 2023-12-07T11:21:40.253976+0000 mgr.a (mgr.24293) 3662 : audit 0 from='client.83874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:42 smithi044 bash[32620]: cluster 2023-12-07T11:21:40.333573+0000 mgr.a (mgr.24293) 3663 : cluster 0 pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:42 smithi022 bash[28554]: audit 2023-12-07T11:21:40.253976+0000 mgr.a (mgr.24293) 3662 : audit 0 from='client.83874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:42 smithi022 bash[28554]: cluster 2023-12-07T11:21:40.333573+0000 mgr.a (mgr.24293) 3663 : cluster 0 pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:42 smithi027 bash[31536]: audit 2023-12-07T11:21:40.253976+0000 mgr.a (mgr.24293) 3662 : audit 0 from='client.83874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:42 smithi027 bash[31536]: cluster 2023-12-07T11:21:40.333573+0000 mgr.a (mgr.24293) 3663 : cluster 0 pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:44 smithi044 bash[32620]: cluster 2023-12-07T11:21:42.334363+0000 mgr.a (mgr.24293) 3664 : cluster 0 pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:44 smithi022 bash[28554]: cluster 2023-12-07T11:21:42.334363+0000 mgr.a (mgr.24293) 3664 : cluster 0 pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:44 smithi027 bash[31536]: cluster 2023-12-07T11:21:42.334363+0000 mgr.a (mgr.24293) 3664 : cluster 0 pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:45.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:45.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:45.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:46 smithi044 bash[32620]: cluster 2023-12-07T11:21:44.335015+0000 mgr.a (mgr.24293) 3665 : cluster 0 pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:46 smithi022 bash[28554]: cluster 2023-12-07T11:21:44.335015+0000 mgr.a (mgr.24293) 3665 : cluster 0 pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:46 smithi027 bash[31536]: cluster 2023-12-07T11:21:44.335015+0000 mgr.a (mgr.24293) 3665 : cluster 0 pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:46.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:46.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:46.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:46.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:46.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:48 smithi044 bash[32620]: audit 2023-12-07T11:21:46.221362+0000 mgr.a (mgr.24293) 3666 : audit 0 from='client.83949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:48 smithi044 bash[32620]: cluster 2023-12-07T11:21:46.336181+0000 mgr.a (mgr.24293) 3667 : 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-07T11:21:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:48 smithi022 bash[28554]: audit 2023-12-07T11:21:46.221362+0000 mgr.a (mgr.24293) 3666 : audit 0 from='client.83949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:48 smithi022 bash[28554]: cluster 2023-12-07T11:21:46.336181+0000 mgr.a (mgr.24293) 3667 : 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-07T11:21:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:48 smithi027 bash[31536]: audit 2023-12-07T11:21:46.221362+0000 mgr.a (mgr.24293) 3666 : audit 0 from='client.83949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:48 smithi027 bash[31536]: cluster 2023-12-07T11:21:46.336181+0000 mgr.a (mgr.24293) 3667 : 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-07T11:21:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:50 smithi044 bash[32620]: cluster 2023-12-07T11:21:48.336853+0000 mgr.a (mgr.24293) 3668 : 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-07T11:21:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:50 smithi022 bash[28554]: cluster 2023-12-07T11:21:48.336853+0000 mgr.a (mgr.24293) 3668 : 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-07T11:21:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:50 smithi027 bash[31536]: cluster 2023-12-07T11:21:48.336853+0000 mgr.a (mgr.24293) 3668 : 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-07T11:21:51.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:51.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:51.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:52 smithi044 bash[32620]: cluster 2023-12-07T11:21:50.337639+0000 mgr.a (mgr.24293) 3669 : 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-07T11:21:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:52 smithi022 bash[28554]: cluster 2023-12-07T11:21:50.337639+0000 mgr.a (mgr.24293) 3669 : 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-07T11:21:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:52 smithi027 bash[31536]: cluster 2023-12-07T11:21:50.337639+0000 mgr.a (mgr.24293) 3669 : 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-07T11:21:52.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:52.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:52.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:52.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:52.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:21:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:54 smithi044 bash[32620]: audit 2023-12-07T11:21:52.173705+0000 mgr.a (mgr.24293) 3670 : audit 0 from='client.76952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:54 smithi044 bash[32620]: cluster 2023-12-07T11:21:52.338759+0000 mgr.a (mgr.24293) 3671 : cluster 0 pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:54 smithi022 bash[28554]: audit 2023-12-07T11:21:52.173705+0000 mgr.a (mgr.24293) 3670 : audit 0 from='client.76952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:54 smithi022 bash[28554]: cluster 2023-12-07T11:21:52.338759+0000 mgr.a (mgr.24293) 3671 : cluster 0 pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:54 smithi027 bash[31536]: audit 2023-12-07T11:21:52.173705+0000 mgr.a (mgr.24293) 3670 : audit 0 from='client.76952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:54 smithi027 bash[31536]: cluster 2023-12-07T11:21:52.338759+0000 mgr.a (mgr.24293) 3671 : cluster 0 pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:56 smithi044 bash[32620]: cluster 2023-12-07T11:21:54.339517+0000 mgr.a (mgr.24293) 3672 : cluster 0 pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:56 smithi022 bash[28554]: cluster 2023-12-07T11:21:54.339517+0000 mgr.a (mgr.24293) 3672 : cluster 0 pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:56 smithi027 bash[31536]: cluster 2023-12-07T11:21:54.339517+0000 mgr.a (mgr.24293) 3672 : cluster 0 pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:57.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:21:57.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:57.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:21:58 smithi044 bash[32620]: cluster 2023-12-07T11:21:56.340377+0000 mgr.a (mgr.24293) 3673 : cluster 0 pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:21:58 smithi022 bash[28554]: cluster 2023-12-07T11:21:56.340377+0000 mgr.a (mgr.24293) 3673 : cluster 0 pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:21:58 smithi027 bash[31536]: cluster 2023-12-07T11:21:56.340377+0000 mgr.a (mgr.24293) 3673 : cluster 0 pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:58.606 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:21:58.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:58.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:58.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:58.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:00 smithi044 bash[32620]: audit 2023-12-07T11:21:58.112259+0000 mgr.a (mgr.24293) 3674 : audit 0 from='client.84102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:00 smithi044 bash[32620]: cluster 2023-12-07T11:21:58.340851+0000 mgr.a (mgr.24293) 3675 : 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-07T11:22:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:00 smithi022 bash[28554]: audit 2023-12-07T11:21:58.112259+0000 mgr.a (mgr.24293) 3674 : audit 0 from='client.84102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:00 smithi022 bash[28554]: cluster 2023-12-07T11:21:58.340851+0000 mgr.a (mgr.24293) 3675 : 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-07T11:22:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:00 smithi027 bash[31536]: audit 2023-12-07T11:21:58.112259+0000 mgr.a (mgr.24293) 3674 : audit 0 from='client.84102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:00 smithi027 bash[31536]: cluster 2023-12-07T11:21:58.340851+0000 mgr.a (mgr.24293) 3675 : 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-07T11:22:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:02 smithi044 bash[32620]: cluster 2023-12-07T11:22:00.341715+0000 mgr.a (mgr.24293) 3676 : 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-07T11:22:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:02 smithi022 bash[28554]: cluster 2023-12-07T11:22:00.341715+0000 mgr.a (mgr.24293) 3676 : 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-07T11:22:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:02 smithi027 bash[31536]: cluster 2023-12-07T11:22:00.341715+0000 mgr.a (mgr.24293) 3676 : 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-07T11:22:03.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:03.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:03.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:04 smithi044 bash[32620]: cluster 2023-12-07T11:22:02.342293+0000 mgr.a (mgr.24293) 3677 : 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-07T11:22:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:04 smithi022 bash[28554]: cluster 2023-12-07T11:22:02.342293+0000 mgr.a (mgr.24293) 3677 : 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-07T11:22:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:04 smithi027 bash[31536]: cluster 2023-12-07T11:22:02.342293+0000 mgr.a (mgr.24293) 3677 : 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-07T11:22:04.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:04.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:04.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:04.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:04.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:05 smithi044 bash[32620]: audit 2023-12-07T11:22:04.020125+0000 mgr.a (mgr.24293) 3678 : audit 0 from='client.84177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:05 smithi022 bash[28554]: audit 2023-12-07T11:22:04.020125+0000 mgr.a (mgr.24293) 3678 : audit 0 from='client.84177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:05 smithi027 bash[31536]: audit 2023-12-07T11:22:04.020125+0000 mgr.a (mgr.24293) 3678 : audit 0 from='client.84177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:06 smithi044 bash[32620]: cluster 2023-12-07T11:22:04.342867+0000 mgr.a (mgr.24293) 3679 : 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-07T11:22:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:06 smithi022 bash[28554]: cluster 2023-12-07T11:22:04.342867+0000 mgr.a (mgr.24293) 3679 : 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-07T11:22:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:06 smithi027 bash[31536]: cluster 2023-12-07T11:22:04.342867+0000 mgr.a (mgr.24293) 3679 : 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-07T11:22:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:08 smithi044 bash[32620]: cluster 2023-12-07T11:22:06.343975+0000 mgr.a (mgr.24293) 3680 : 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-07T11:22:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:08 smithi022 bash[28554]: cluster 2023-12-07T11:22:06.343975+0000 mgr.a (mgr.24293) 3680 : 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-07T11:22:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:08 smithi027 bash[31536]: cluster 2023-12-07T11:22:06.343975+0000 mgr.a (mgr.24293) 3680 : 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-07T11:22:09.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:09.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:09.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:10 smithi044 bash[32620]: cluster 2023-12-07T11:22:08.344684+0000 mgr.a (mgr.24293) 3681 : 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-07T11:22:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:10 smithi022 bash[28554]: cluster 2023-12-07T11:22:08.344684+0000 mgr.a (mgr.24293) 3681 : 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-07T11:22:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:10 smithi027 bash[31536]: cluster 2023-12-07T11:22:08.344684+0000 mgr.a (mgr.24293) 3681 : 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-07T11:22:10.474 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:10.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:10.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:10.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:10.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:11 smithi044 bash[32620]: audit 2023-12-07T11:22:09.954005+0000 mgr.a (mgr.24293) 3682 : audit 0 from='client.77123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:11 smithi022 bash[28554]: audit 2023-12-07T11:22:09.954005+0000 mgr.a (mgr.24293) 3682 : audit 0 from='client.77123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:11 smithi027 bash[31536]: audit 2023-12-07T11:22:09.954005+0000 mgr.a (mgr.24293) 3682 : audit 0 from='client.77123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:12 smithi044 bash[32620]: cluster 2023-12-07T11:22:10.346616+0000 mgr.a (mgr.24293) 3683 : cluster 0 pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:22:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:12 smithi022 bash[28554]: cluster 2023-12-07T11:22:10.346616+0000 mgr.a (mgr.24293) 3683 : cluster 0 pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:22:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:12 smithi027 bash[31536]: cluster 2023-12-07T11:22:10.346616+0000 mgr.a (mgr.24293) 3683 : cluster 0 pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:22:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:14 smithi044 bash[32620]: cluster 2023-12-07T11:22:12.347385+0000 mgr.a (mgr.24293) 3684 : cluster 0 pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:14 smithi022 bash[28554]: cluster 2023-12-07T11:22:12.347385+0000 mgr.a (mgr.24293) 3684 : cluster 0 pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:14 smithi027 bash[31536]: cluster 2023-12-07T11:22:12.347385+0000 mgr.a (mgr.24293) 3684 : cluster 0 pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:15.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:15.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:15.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:16.415 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:16 smithi044 bash[32620]: cluster 2023-12-07T11:22:14.348000+0000 mgr.a (mgr.24293) 3685 : cluster 0 pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:16 smithi022 bash[28554]: cluster 2023-12-07T11:22:14.348000+0000 mgr.a (mgr.24293) 3685 : cluster 0 pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:16 smithi027 bash[31536]: cluster 2023-12-07T11:22:14.348000+0000 mgr.a (mgr.24293) 3685 : cluster 0 pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:17 smithi044 bash[32620]: audit 2023-12-07T11:22:15.888167+0000 mgr.a (mgr.24293) 3686 : audit 0 from='client.84327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:17 smithi022 bash[28554]: audit 2023-12-07T11:22:15.888167+0000 mgr.a (mgr.24293) 3686 : audit 0 from='client.84327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:17 smithi027 bash[31536]: audit 2023-12-07T11:22:15.888167+0000 mgr.a (mgr.24293) 3686 : audit 0 from='client.84327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:18 smithi044 bash[32620]: cluster 2023-12-07T11:22:16.349225+0000 mgr.a (mgr.24293) 3687 : 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-07T11:22:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:18 smithi022 bash[28554]: cluster 2023-12-07T11:22:16.349225+0000 mgr.a (mgr.24293) 3687 : 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-07T11:22:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:18 smithi027 bash[31536]: cluster 2023-12-07T11:22:16.349225+0000 mgr.a (mgr.24293) 3687 : 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-07T11:22:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:20 smithi044 bash[32620]: cluster 2023-12-07T11:22:18.349889+0000 mgr.a (mgr.24293) 3688 : 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-07T11:22:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:20 smithi022 bash[28554]: cluster 2023-12-07T11:22:18.349889+0000 mgr.a (mgr.24293) 3688 : 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-07T11:22:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:20 smithi027 bash[31536]: cluster 2023-12-07T11:22:18.349889+0000 mgr.a (mgr.24293) 3688 : 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-07T11:22:21.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:21.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:21.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:22.343 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:22.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:22.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:22.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:22.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:22 smithi044 bash[32620]: cluster 2023-12-07T11:22:20.350624+0000 mgr.a (mgr.24293) 3689 : 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-07T11:22:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:22 smithi022 bash[28554]: cluster 2023-12-07T11:22:20.350624+0000 mgr.a (mgr.24293) 3689 : 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-07T11:22:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:22 smithi027 bash[31536]: cluster 2023-12-07T11:22:20.350624+0000 mgr.a (mgr.24293) 3689 : 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-07T11:22:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:23 smithi044 bash[32620]: audit 2023-12-07T11:22:21.830592+0000 mgr.a (mgr.24293) 3690 : audit 0 from='client.84402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:23 smithi022 bash[28554]: audit 2023-12-07T11:22:21.830592+0000 mgr.a (mgr.24293) 3690 : audit 0 from='client.84402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:23 smithi027 bash[31536]: audit 2023-12-07T11:22:21.830592+0000 mgr.a (mgr.24293) 3690 : audit 0 from='client.84402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:24 smithi044 bash[32620]: cluster 2023-12-07T11:22:22.351372+0000 mgr.a (mgr.24293) 3691 : cluster 0 pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:24 smithi022 bash[28554]: cluster 2023-12-07T11:22:22.351372+0000 mgr.a (mgr.24293) 3691 : cluster 0 pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:24 smithi027 bash[31536]: cluster 2023-12-07T11:22:22.351372+0000 mgr.a (mgr.24293) 3691 : cluster 0 pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:25 smithi044 bash[32620]: cluster 2023-12-07T11:22:24.352003+0000 mgr.a (mgr.24293) 3692 : cluster 0 pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:25 smithi022 bash[28554]: cluster 2023-12-07T11:22:24.352003+0000 mgr.a (mgr.24293) 3692 : cluster 0 pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:25 smithi027 bash[31536]: cluster 2023-12-07T11:22:24.352003+0000 mgr.a (mgr.24293) 3692 : cluster 0 pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:27.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:27.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:27.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:27 smithi044 bash[32620]: cluster 2023-12-07T11:22:26.352813+0000 mgr.a (mgr.24293) 3693 : cluster 0 pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:22:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:27 smithi022 bash[28554]: cluster 2023-12-07T11:22:26.352813+0000 mgr.a (mgr.24293) 3693 : cluster 0 pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:22:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:27 smithi027 bash[31536]: cluster 2023-12-07T11:22:26.352813+0000 mgr.a (mgr.24293) 3693 : cluster 0 pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:22:28.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:28.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:28.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:28.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:28.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:28 smithi044 bash[32620]: audit 2023-12-07T11:22:27.760329+0000 mgr.a (mgr.24293) 3694 : audit 0 from='client.84477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:28 smithi022 bash[28554]: audit 2023-12-07T11:22:27.760329+0000 mgr.a (mgr.24293) 3694 : audit 0 from='client.84477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:28 smithi027 bash[31536]: audit 2023-12-07T11:22:27.760329+0000 mgr.a (mgr.24293) 3694 : audit 0 from='client.84477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:29 smithi022 bash[28554]: cluster 2023-12-07T11:22:28.353567+0000 mgr.a (mgr.24293) 3695 : 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-07T11:22:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:29 smithi044 bash[32620]: cluster 2023-12-07T11:22:28.353567+0000 mgr.a (mgr.24293) 3695 : 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-07T11:22:29.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:29 smithi027 bash[31536]: cluster 2023-12-07T11:22:28.353567+0000 mgr.a (mgr.24293) 3695 : 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-07T11:22:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:31 smithi044 bash[32620]: cluster 2023-12-07T11:22:30.354585+0000 mgr.a (mgr.24293) 3696 : 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-07T11:22:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:31 smithi022 bash[28554]: cluster 2023-12-07T11:22:30.354585+0000 mgr.a (mgr.24293) 3696 : 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-07T11:22:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:31 smithi027 bash[31536]: cluster 2023-12-07T11:22:30.354585+0000 mgr.a (mgr.24293) 3696 : 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-07T11:22:33.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:33.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:33.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:33 smithi044 bash[32620]: cluster 2023-12-07T11:22:32.355170+0000 mgr.a (mgr.24293) 3697 : 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-07T11:22:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:33 smithi044 bash[32620]: audit 2023-12-07T11:22:33.132954+0000 mon.a (mon.0) 978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:22:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:33 smithi022 bash[28554]: cluster 2023-12-07T11:22:32.355170+0000 mgr.a (mgr.24293) 3697 : 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-07T11:22:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:33 smithi022 bash[28554]: audit 2023-12-07T11:22:33.132954+0000 mon.a (mon.0) 978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:22:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:33 smithi027 bash[31536]: cluster 2023-12-07T11:22:32.355170+0000 mgr.a (mgr.24293) 3697 : 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-07T11:22:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:33 smithi027 bash[31536]: audit 2023-12-07T11:22:33.132954+0000 mon.a (mon.0) 978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:22:34.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:34.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:34.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:34.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:34.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:34 smithi044 bash[32620]: audit 2023-12-07T11:22:33.684446+0000 mgr.a (mgr.24293) 3698 : audit 0 from='client.77351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:34 smithi044 bash[32620]: audit 2023-12-07T11:22:33.980259+0000 mon.a (mon.0) 979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:22:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:34 smithi044 bash[32620]: audit 2023-12-07T11:22:33.982686+0000 mon.a (mon.0) 980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:34 smithi044 bash[32620]: audit 2023-12-07T11:22:33.991976+0000 mon.a (mon.0) 981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:22:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:34 smithi022 bash[28554]: audit 2023-12-07T11:22:33.684446+0000 mgr.a (mgr.24293) 3698 : audit 0 from='client.77351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:34 smithi022 bash[28554]: audit 2023-12-07T11:22:33.980259+0000 mon.a (mon.0) 979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:22:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:34 smithi022 bash[28554]: audit 2023-12-07T11:22:33.982686+0000 mon.a (mon.0) 980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:22:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:34 smithi022 bash[28554]: audit 2023-12-07T11:22:33.991976+0000 mon.a (mon.0) 981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:22:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:34 smithi027 bash[31536]: audit 2023-12-07T11:22:33.684446+0000 mgr.a (mgr.24293) 3698 : audit 0 from='client.77351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:34 smithi027 bash[31536]: audit 2023-12-07T11:22:33.980259+0000 mon.a (mon.0) 979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:22:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:34 smithi027 bash[31536]: audit 2023-12-07T11:22:33.982686+0000 mon.a (mon.0) 980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:22:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:34 smithi027 bash[31536]: audit 2023-12-07T11:22:33.991976+0000 mon.a (mon.0) 981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:22:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:35 smithi044 bash[32620]: cluster 2023-12-07T11:22:34.355951+0000 mgr.a (mgr.24293) 3699 : 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-07T11:22:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:35 smithi022 bash[28554]: cluster 2023-12-07T11:22:34.355951+0000 mgr.a (mgr.24293) 3699 : 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-07T11:22:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:35 smithi027 bash[31536]: cluster 2023-12-07T11:22:34.355951+0000 mgr.a (mgr.24293) 3699 : 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-07T11:22:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:37 smithi044 bash[32620]: cluster 2023-12-07T11:22:36.356771+0000 mgr.a (mgr.24293) 3700 : 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-07T11:22:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:37 smithi022 bash[28554]: cluster 2023-12-07T11:22:36.356771+0000 mgr.a (mgr.24293) 3700 : 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-07T11:22:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:38 smithi027 bash[31536]: cluster 2023-12-07T11:22:36.356771+0000 mgr.a (mgr.24293) 3700 : 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-07T11:22:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:39.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:39.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:40.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:40.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:40.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:40.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:40.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:40 smithi044 bash[32620]: cluster 2023-12-07T11:22:38.357346+0000 mgr.a (mgr.24293) 3701 : 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-07T11:22:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:40 smithi022 bash[28554]: cluster 2023-12-07T11:22:38.357346+0000 mgr.a (mgr.24293) 3701 : 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-07T11:22:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:40 smithi027 bash[31536]: cluster 2023-12-07T11:22:38.357346+0000 mgr.a (mgr.24293) 3701 : 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-07T11:22:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:41 smithi044 bash[32620]: audit 2023-12-07T11:22:39.619680+0000 mgr.a (mgr.24293) 3702 : audit 0 from='client.84630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:41 smithi022 bash[28554]: audit 2023-12-07T11:22:39.619680+0000 mgr.a (mgr.24293) 3702 : audit 0 from='client.84630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:41 smithi027 bash[31536]: audit 2023-12-07T11:22:39.619680+0000 mgr.a (mgr.24293) 3702 : audit 0 from='client.84630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:42 smithi044 bash[32620]: cluster 2023-12-07T11:22:40.358288+0000 mgr.a (mgr.24293) 3703 : 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-07T11:22:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:42 smithi022 bash[28554]: cluster 2023-12-07T11:22:40.358288+0000 mgr.a (mgr.24293) 3703 : 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-07T11:22:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:42 smithi027 bash[31536]: cluster 2023-12-07T11:22:40.358288+0000 mgr.a (mgr.24293) 3703 : 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-07T11:22:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:44 smithi044 bash[32620]: cluster 2023-12-07T11:22:42.358860+0000 mgr.a (mgr.24293) 3704 : 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-07T11:22:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:44 smithi022 bash[28554]: cluster 2023-12-07T11:22:42.358860+0000 mgr.a (mgr.24293) 3704 : 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-07T11:22:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:44 smithi027 bash[31536]: cluster 2023-12-07T11:22:42.358860+0000 mgr.a (mgr.24293) 3704 : 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-07T11:22:45.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:45.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:45.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:46.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:46.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:46.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:46.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:46.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:46 smithi044 bash[32620]: cluster 2023-12-07T11:22:44.359429+0000 mgr.a (mgr.24293) 3705 : 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-07T11:22:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:46 smithi022 bash[28554]: cluster 2023-12-07T11:22:44.359429+0000 mgr.a (mgr.24293) 3705 : 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-07T11:22:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:46 smithi027 bash[31536]: cluster 2023-12-07T11:22:44.359429+0000 mgr.a (mgr.24293) 3705 : 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-07T11:22:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:47 smithi044 bash[32620]: audit 2023-12-07T11:22:45.555515+0000 mgr.a (mgr.24293) 3706 : audit 0 from='client.84708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:47 smithi022 bash[28554]: audit 2023-12-07T11:22:45.555515+0000 mgr.a (mgr.24293) 3706 : audit 0 from='client.84708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:47 smithi027 bash[31536]: audit 2023-12-07T11:22:45.555515+0000 mgr.a (mgr.24293) 3706 : audit 0 from='client.84708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:48 smithi044 bash[32620]: cluster 2023-12-07T11:22:46.360532+0000 mgr.a (mgr.24293) 3707 : cluster 0 pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:48 smithi022 bash[28554]: cluster 2023-12-07T11:22:46.360532+0000 mgr.a (mgr.24293) 3707 : cluster 0 pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:48 smithi027 bash[31536]: cluster 2023-12-07T11:22:46.360532+0000 mgr.a (mgr.24293) 3707 : cluster 0 pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:50 smithi044 bash[32620]: cluster 2023-12-07T11:22:48.361122+0000 mgr.a (mgr.24293) 3708 : cluster 0 pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:50 smithi022 bash[28554]: cluster 2023-12-07T11:22:48.361122+0000 mgr.a (mgr.24293) 3708 : cluster 0 pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:50 smithi027 bash[31536]: cluster 2023-12-07T11:22:48.361122+0000 mgr.a (mgr.24293) 3708 : cluster 0 pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:51.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:51.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:51.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:52.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:52.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:52.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:52.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:52.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:52 smithi044 bash[32620]: cluster 2023-12-07T11:22:50.361860+0000 mgr.a (mgr.24293) 3709 : 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-07T11:22:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:52 smithi022 bash[28554]: cluster 2023-12-07T11:22:50.361860+0000 mgr.a (mgr.24293) 3709 : 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-07T11:22:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:52 smithi027 bash[31536]: cluster 2023-12-07T11:22:50.361860+0000 mgr.a (mgr.24293) 3709 : 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-07T11:22:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:53 smithi044 bash[32620]: audit 2023-12-07T11:22:51.493466+0000 mgr.a (mgr.24293) 3710 : audit 0 from='client.84777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:53 smithi022 bash[28554]: audit 2023-12-07T11:22:51.493466+0000 mgr.a (mgr.24293) 3710 : audit 0 from='client.84777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:53 smithi027 bash[31536]: audit 2023-12-07T11:22:51.493466+0000 mgr.a (mgr.24293) 3710 : audit 0 from='client.84777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:54 smithi044 bash[32620]: cluster 2023-12-07T11:22:52.362662+0000 mgr.a (mgr.24293) 3711 : 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-07T11:22:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:54 smithi022 bash[28554]: cluster 2023-12-07T11:22:52.362662+0000 mgr.a (mgr.24293) 3711 : 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-07T11:22:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:54 smithi027 bash[31536]: cluster 2023-12-07T11:22:52.362662+0000 mgr.a (mgr.24293) 3711 : 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-07T11:22:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:56 smithi044 bash[32620]: cluster 2023-12-07T11:22:54.363433+0000 mgr.a (mgr.24293) 3712 : 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-07T11:22:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:56 smithi022 bash[28554]: cluster 2023-12-07T11:22:54.363433+0000 mgr.a (mgr.24293) 3712 : 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-07T11:22:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:56 smithi027 bash[31536]: cluster 2023-12-07T11:22:54.363433+0000 mgr.a (mgr.24293) 3712 : 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-07T11:22:57.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:22:57.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:57.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:57.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:22:57.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:57.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:57.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:57.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:22:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:58 smithi044 bash[32620]: cluster 2023-12-07T11:22:56.364330+0000 mgr.a (mgr.24293) 3713 : 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-07T11:22:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:58 smithi022 bash[28554]: cluster 2023-12-07T11:22:56.364330+0000 mgr.a (mgr.24293) 3713 : 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-07T11:22:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:58 smithi027 bash[31536]: cluster 2023-12-07T11:22:56.364330+0000 mgr.a (mgr.24293) 3713 : 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-07T11:22:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:22:59 smithi044 bash[32620]: audit 2023-12-07T11:22:57.416131+0000 mgr.a (mgr.24293) 3714 : audit 0 from='client.84855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:22:59 smithi022 bash[28554]: audit 2023-12-07T11:22:57.416131+0000 mgr.a (mgr.24293) 3714 : audit 0 from='client.84855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:22:59 smithi027 bash[31536]: audit 2023-12-07T11:22:57.416131+0000 mgr.a (mgr.24293) 3714 : audit 0 from='client.84855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:00 smithi044 bash[32620]: cluster 2023-12-07T11:22:58.365077+0000 mgr.a (mgr.24293) 3715 : cluster 0 pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:00 smithi022 bash[28554]: cluster 2023-12-07T11:22:58.365077+0000 mgr.a (mgr.24293) 3715 : cluster 0 pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:00 smithi027 bash[31536]: cluster 2023-12-07T11:22:58.365077+0000 mgr.a (mgr.24293) 3715 : cluster 0 pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:02 smithi044 bash[32620]: cluster 2023-12-07T11:23:00.365880+0000 mgr.a (mgr.24293) 3716 : cluster 0 pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:02 smithi022 bash[28554]: cluster 2023-12-07T11:23:00.365880+0000 mgr.a (mgr.24293) 3716 : cluster 0 pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:02 smithi027 bash[31536]: cluster 2023-12-07T11:23:00.365880+0000 mgr.a (mgr.24293) 3716 : cluster 0 pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:02.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:02.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:02.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:03.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:03.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:03.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:03.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:03.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:04 smithi044 bash[32620]: cluster 2023-12-07T11:23:02.366432+0000 mgr.a (mgr.24293) 3717 : 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-07T11:23:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:04 smithi022 bash[28554]: cluster 2023-12-07T11:23:02.366432+0000 mgr.a (mgr.24293) 3717 : 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-07T11:23:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:04 smithi027 bash[31536]: cluster 2023-12-07T11:23:02.366432+0000 mgr.a (mgr.24293) 3717 : 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-07T11:23:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:05 smithi044 bash[32620]: audit 2023-12-07T11:23:03.334734+0000 mgr.a (mgr.24293) 3718 : audit 0 from='client.84930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:05 smithi022 bash[28554]: audit 2023-12-07T11:23:03.334734+0000 mgr.a (mgr.24293) 3718 : audit 0 from='client.84930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:05 smithi027 bash[31536]: audit 2023-12-07T11:23:03.334734+0000 mgr.a (mgr.24293) 3718 : audit 0 from='client.84930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:06 smithi044 bash[32620]: cluster 2023-12-07T11:23:04.367099+0000 mgr.a (mgr.24293) 3719 : 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-07T11:23:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:06 smithi022 bash[28554]: cluster 2023-12-07T11:23:04.367099+0000 mgr.a (mgr.24293) 3719 : 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-07T11:23:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:06 smithi027 bash[31536]: cluster 2023-12-07T11:23:04.367099+0000 mgr.a (mgr.24293) 3719 : 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-07T11:23:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:08 smithi044 bash[32620]: cluster 2023-12-07T11:23:06.368064+0000 mgr.a (mgr.24293) 3720 : 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-07T11:23:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:08 smithi022 bash[28554]: cluster 2023-12-07T11:23:06.368064+0000 mgr.a (mgr.24293) 3720 : 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-07T11:23:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:08 smithi027 bash[31536]: cluster 2023-12-07T11:23:06.368064+0000 mgr.a (mgr.24293) 3720 : 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-07T11:23:08.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:08.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:08.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:09.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:09.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:09.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:09.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:09.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:10 smithi044 bash[32620]: cluster 2023-12-07T11:23:08.368762+0000 mgr.a (mgr.24293) 3721 : 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-07T11:23:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:10 smithi022 bash[28554]: cluster 2023-12-07T11:23:08.368762+0000 mgr.a (mgr.24293) 3721 : 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-07T11:23:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:10 smithi027 bash[31536]: cluster 2023-12-07T11:23:08.368762+0000 mgr.a (mgr.24293) 3721 : 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-07T11:23:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:11 smithi044 bash[32620]: audit 2023-12-07T11:23:09.249529+0000 mgr.a (mgr.24293) 3722 : audit 0 from='client.85002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:11 smithi022 bash[28554]: audit 2023-12-07T11:23:09.249529+0000 mgr.a (mgr.24293) 3722 : audit 0 from='client.85002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:11 smithi027 bash[31536]: audit 2023-12-07T11:23:09.249529+0000 mgr.a (mgr.24293) 3722 : audit 0 from='client.85002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:12 smithi044 bash[32620]: cluster 2023-12-07T11:23:10.369690+0000 mgr.a (mgr.24293) 3723 : 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-07T11:23:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:12 smithi022 bash[28554]: cluster 2023-12-07T11:23:10.369690+0000 mgr.a (mgr.24293) 3723 : 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-07T11:23:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:12 smithi027 bash[31536]: cluster 2023-12-07T11:23:10.369690+0000 mgr.a (mgr.24293) 3723 : 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-07T11:23:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:14 smithi044 bash[32620]: cluster 2023-12-07T11:23:12.370314+0000 mgr.a (mgr.24293) 3724 : 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-07T11:23:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:14 smithi022 bash[28554]: cluster 2023-12-07T11:23:12.370314+0000 mgr.a (mgr.24293) 3724 : 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-07T11:23:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:14 smithi027 bash[31536]: cluster 2023-12-07T11:23:12.370314+0000 mgr.a (mgr.24293) 3724 : 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-07T11:23:14.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:15.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:15.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:15.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:15.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:15.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:16 smithi044 bash[32620]: cluster 2023-12-07T11:23:14.370896+0000 mgr.a (mgr.24293) 3725 : 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-07T11:23:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:16 smithi022 bash[28554]: cluster 2023-12-07T11:23:14.370896+0000 mgr.a (mgr.24293) 3725 : 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-07T11:23:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:16 smithi027 bash[31536]: cluster 2023-12-07T11:23:14.370896+0000 mgr.a (mgr.24293) 3725 : 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-07T11:23:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:17 smithi044 bash[32620]: audit 2023-12-07T11:23:15.195737+0000 mgr.a (mgr.24293) 3726 : audit 0 from='client.85074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:17 smithi022 bash[28554]: audit 2023-12-07T11:23:15.195737+0000 mgr.a (mgr.24293) 3726 : audit 0 from='client.85074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:17 smithi027 bash[31536]: audit 2023-12-07T11:23:15.195737+0000 mgr.a (mgr.24293) 3726 : audit 0 from='client.85074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:18 smithi044 bash[32620]: cluster 2023-12-07T11:23:16.371959+0000 mgr.a (mgr.24293) 3727 : cluster 0 pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:18 smithi022 bash[28554]: cluster 2023-12-07T11:23:16.371959+0000 mgr.a (mgr.24293) 3727 : cluster 0 pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:18 smithi027 bash[31536]: cluster 2023-12-07T11:23:16.371959+0000 mgr.a (mgr.24293) 3727 : cluster 0 pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:20 smithi044 bash[32620]: cluster 2023-12-07T11:23:18.372550+0000 mgr.a (mgr.24293) 3728 : cluster 0 pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:20 smithi022 bash[28554]: cluster 2023-12-07T11:23:18.372550+0000 mgr.a (mgr.24293) 3728 : cluster 0 pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:20 smithi027 bash[31536]: cluster 2023-12-07T11:23:18.372550+0000 mgr.a (mgr.24293) 3728 : cluster 0 pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:20.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:20.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:20.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:21.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:21.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:21.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:21.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:21.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:22 smithi044 bash[32620]: cluster 2023-12-07T11:23:20.373287+0000 mgr.a (mgr.24293) 3729 : 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-07T11:23:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:22 smithi022 bash[28554]: cluster 2023-12-07T11:23:20.373287+0000 mgr.a (mgr.24293) 3729 : 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-07T11:23:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:22 smithi027 bash[31536]: cluster 2023-12-07T11:23:20.373287+0000 mgr.a (mgr.24293) 3729 : 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-07T11:23:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:23 smithi044 bash[32620]: audit 2023-12-07T11:23:21.130750+0000 mgr.a (mgr.24293) 3730 : audit 0 from='client.85146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:23 smithi022 bash[28554]: audit 2023-12-07T11:23:21.130750+0000 mgr.a (mgr.24293) 3730 : audit 0 from='client.85146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:23 smithi027 bash[31536]: audit 2023-12-07T11:23:21.130750+0000 mgr.a (mgr.24293) 3730 : audit 0 from='client.85146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:24 smithi044 bash[32620]: cluster 2023-12-07T11:23:22.373980+0000 mgr.a (mgr.24293) 3731 : 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-07T11:23:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:24 smithi022 bash[28554]: cluster 2023-12-07T11:23:22.373980+0000 mgr.a (mgr.24293) 3731 : 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-07T11:23:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:24 smithi027 bash[31536]: cluster 2023-12-07T11:23:22.373980+0000 mgr.a (mgr.24293) 3731 : 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-07T11:23:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:25 smithi044 bash[32620]: cluster 2023-12-07T11:23:24.374587+0000 mgr.a (mgr.24293) 3732 : 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-07T11:23:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:25 smithi022 bash[28554]: cluster 2023-12-07T11:23:24.374587+0000 mgr.a (mgr.24293) 3732 : 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-07T11:23:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:25 smithi027 bash[31536]: cluster 2023-12-07T11:23:24.374587+0000 mgr.a (mgr.24293) 3732 : 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-07T11:23:26.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:26.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:26.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:27.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:27.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:27.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:27.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:27.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:27 smithi044 bash[32620]: cluster 2023-12-07T11:23:26.375368+0000 mgr.a (mgr.24293) 3733 : 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-07T11:23:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:27 smithi044 bash[32620]: audit 2023-12-07T11:23:27.072485+0000 mgr.a (mgr.24293) 3734 : audit 0 from='client.85221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:27 smithi022 bash[28554]: cluster 2023-12-07T11:23:26.375368+0000 mgr.a (mgr.24293) 3733 : 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-07T11:23:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:27 smithi022 bash[28554]: audit 2023-12-07T11:23:27.072485+0000 mgr.a (mgr.24293) 3734 : audit 0 from='client.85221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:27 smithi027 bash[31536]: cluster 2023-12-07T11:23:26.375368+0000 mgr.a (mgr.24293) 3733 : 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-07T11:23:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:27 smithi027 bash[31536]: audit 2023-12-07T11:23:27.072485+0000 mgr.a (mgr.24293) 3734 : audit 0 from='client.85221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:29 smithi044 bash[32620]: cluster 2023-12-07T11:23:28.375967+0000 mgr.a (mgr.24293) 3735 : cluster 0 pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:29 smithi022 bash[28554]: cluster 2023-12-07T11:23:28.375967+0000 mgr.a (mgr.24293) 3735 : cluster 0 pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:29 smithi027 bash[31536]: cluster 2023-12-07T11:23:28.375967+0000 mgr.a (mgr.24293) 3735 : cluster 0 pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:31 smithi044 bash[32620]: cluster 2023-12-07T11:23:30.376772+0000 mgr.a (mgr.24293) 3736 : cluster 0 pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:31 smithi022 bash[28554]: cluster 2023-12-07T11:23:30.376772+0000 mgr.a (mgr.24293) 3736 : cluster 0 pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:31 smithi027 bash[31536]: cluster 2023-12-07T11:23:30.376772+0000 mgr.a (mgr.24293) 3736 : cluster 0 pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:32.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:32.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:32.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:33.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:33.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:33.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:33.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:33 smithi044 bash[32620]: cluster 2023-12-07T11:23:32.377332+0000 mgr.a (mgr.24293) 3737 : 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-07T11:23:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:33 smithi044 bash[32620]: audit 2023-12-07T11:23:33.010532+0000 mgr.a (mgr.24293) 3738 : audit 0 from='client.85296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:33 smithi022 bash[28554]: cluster 2023-12-07T11:23:32.377332+0000 mgr.a (mgr.24293) 3737 : 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-07T11:23:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:33 smithi022 bash[28554]: audit 2023-12-07T11:23:33.010532+0000 mgr.a (mgr.24293) 3738 : audit 0 from='client.85296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:33 smithi027 bash[31536]: cluster 2023-12-07T11:23:32.377332+0000 mgr.a (mgr.24293) 3737 : 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-07T11:23:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:33 smithi027 bash[31536]: audit 2023-12-07T11:23:33.010532+0000 mgr.a (mgr.24293) 3738 : audit 0 from='client.85296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:34 smithi044 bash[32620]: audit 2023-12-07T11:23:34.102097+0000 mon.a (mon.0) 982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:23:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:34 smithi022 bash[28554]: audit 2023-12-07T11:23:34.102097+0000 mon.a (mon.0) 982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:23:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:34 smithi027 bash[31536]: audit 2023-12-07T11:23:34.102097+0000 mon.a (mon.0) 982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:23:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:35 smithi044 bash[32620]: cluster 2023-12-07T11:23:34.377976+0000 mgr.a (mgr.24293) 3739 : 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-07T11:23:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:35 smithi044 bash[32620]: audit 2023-12-07T11:23:34.887182+0000 mon.a (mon.0) 983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:23:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:35 smithi044 bash[32620]: audit 2023-12-07T11:23:34.889150+0000 mon.a (mon.0) 984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:23:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:35 smithi044 bash[32620]: audit 2023-12-07T11:23:34.898281+0000 mon.a (mon.0) 985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:23:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:35 smithi022 bash[28554]: cluster 2023-12-07T11:23:34.377976+0000 mgr.a (mgr.24293) 3739 : 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-07T11:23:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:35 smithi022 bash[28554]: audit 2023-12-07T11:23:34.887182+0000 mon.a (mon.0) 983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:23:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:35 smithi022 bash[28554]: audit 2023-12-07T11:23:34.889150+0000 mon.a (mon.0) 984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:23:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:35 smithi022 bash[28554]: audit 2023-12-07T11:23:34.898281+0000 mon.a (mon.0) 985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:23:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:35 smithi027 bash[31536]: cluster 2023-12-07T11:23:34.377976+0000 mgr.a (mgr.24293) 3739 : 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-07T11:23:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:35 smithi027 bash[31536]: audit 2023-12-07T11:23:34.887182+0000 mon.a (mon.0) 983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:23:35.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:35 smithi027 bash[31536]: audit 2023-12-07T11:23:34.889150+0000 mon.a (mon.0) 984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:23:35.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:35 smithi027 bash[31536]: audit 2023-12-07T11:23:34.898281+0000 mon.a (mon.0) 985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:23:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:37 smithi022 bash[28554]: cluster 2023-12-07T11:23:36.378917+0000 mgr.a (mgr.24293) 3740 : 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-07T11:23:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:37 smithi044 bash[32620]: cluster 2023-12-07T11:23:36.378917+0000 mgr.a (mgr.24293) 3740 : 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-07T11:23:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:37 smithi027 bash[31536]: cluster 2023-12-07T11:23:36.378917+0000 mgr.a (mgr.24293) 3740 : 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-07T11:23:38.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:38.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:38.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:39.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:39.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:39.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:39.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:39.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:39 smithi044 bash[32620]: cluster 2023-12-07T11:23:38.379652+0000 mgr.a (mgr.24293) 3741 : 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-07T11:23:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:39 smithi044 bash[32620]: audit 2023-12-07T11:23:38.940582+0000 mgr.a (mgr.24293) 3742 : audit 0 from='client.85365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:39 smithi022 bash[28554]: cluster 2023-12-07T11:23:38.379652+0000 mgr.a (mgr.24293) 3741 : 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-07T11:23:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:39 smithi022 bash[28554]: audit 2023-12-07T11:23:38.940582+0000 mgr.a (mgr.24293) 3742 : audit 0 from='client.85365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:39 smithi027 bash[31536]: cluster 2023-12-07T11:23:38.379652+0000 mgr.a (mgr.24293) 3741 : 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-07T11:23:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:39 smithi027 bash[31536]: audit 2023-12-07T11:23:38.940582+0000 mgr.a (mgr.24293) 3742 : audit 0 from='client.85365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:41 smithi044 bash[32620]: cluster 2023-12-07T11:23:40.380512+0000 mgr.a (mgr.24293) 3743 : 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-07T11:23:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:41 smithi022 bash[28554]: cluster 2023-12-07T11:23:40.380512+0000 mgr.a (mgr.24293) 3743 : 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-07T11:23:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:41 smithi027 bash[31536]: cluster 2023-12-07T11:23:40.380512+0000 mgr.a (mgr.24293) 3743 : 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-07T11:23:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:43 smithi044 bash[32620]: cluster 2023-12-07T11:23:42.381103+0000 mgr.a (mgr.24293) 3744 : 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-07T11:23:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:43 smithi022 bash[28554]: cluster 2023-12-07T11:23:42.381103+0000 mgr.a (mgr.24293) 3744 : 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-07T11:23:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:43 smithi027 bash[31536]: cluster 2023-12-07T11:23:42.381103+0000 mgr.a (mgr.24293) 3744 : 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-07T11:23:44.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:44.455 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:44.455 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:45.373 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:45.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:45.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:45.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:45.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:45 smithi044 bash[32620]: cluster 2023-12-07T11:23:44.381681+0000 mgr.a (mgr.24293) 3745 : 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-07T11:23:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:45 smithi044 bash[32620]: audit 2023-12-07T11:23:44.860766+0000 mgr.a (mgr.24293) 3746 : audit 0 from='client.85443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:45 smithi022 bash[28554]: cluster 2023-12-07T11:23:44.381681+0000 mgr.a (mgr.24293) 3745 : 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-07T11:23:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:45 smithi022 bash[28554]: audit 2023-12-07T11:23:44.860766+0000 mgr.a (mgr.24293) 3746 : audit 0 from='client.85443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:45 smithi027 bash[31536]: cluster 2023-12-07T11:23:44.381681+0000 mgr.a (mgr.24293) 3745 : 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-07T11:23:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:45 smithi027 bash[31536]: audit 2023-12-07T11:23:44.860766+0000 mgr.a (mgr.24293) 3746 : audit 0 from='client.85443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:47 smithi044 bash[32620]: cluster 2023-12-07T11:23:46.382582+0000 mgr.a (mgr.24293) 3747 : cluster 0 pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:23:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:47 smithi022 bash[28554]: cluster 2023-12-07T11:23:46.382582+0000 mgr.a (mgr.24293) 3747 : cluster 0 pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:23:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:47 smithi027 bash[31536]: cluster 2023-12-07T11:23:46.382582+0000 mgr.a (mgr.24293) 3747 : cluster 0 pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:23:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:49 smithi044 bash[32620]: cluster 2023-12-07T11:23:48.383150+0000 mgr.a (mgr.24293) 3748 : cluster 0 pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:23:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:49 smithi022 bash[28554]: cluster 2023-12-07T11:23:48.383150+0000 mgr.a (mgr.24293) 3748 : cluster 0 pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:23:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:49 smithi027 bash[31536]: cluster 2023-12-07T11:23:48.383150+0000 mgr.a (mgr.24293) 3748 : cluster 0 pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:23:50.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:50.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:50.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:51.287 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:51.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:51.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:51.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:51.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:51 smithi044 bash[32620]: cluster 2023-12-07T11:23:50.383868+0000 mgr.a (mgr.24293) 3749 : cluster 0 pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:51 smithi044 bash[32620]: audit 2023-12-07T11:23:50.778390+0000 mgr.a (mgr.24293) 3750 : audit 0 from='client.85518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:51 smithi022 bash[28554]: cluster 2023-12-07T11:23:50.383868+0000 mgr.a (mgr.24293) 3749 : cluster 0 pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:51 smithi022 bash[28554]: audit 2023-12-07T11:23:50.778390+0000 mgr.a (mgr.24293) 3750 : audit 0 from='client.85518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:51 smithi027 bash[31536]: cluster 2023-12-07T11:23:50.383868+0000 mgr.a (mgr.24293) 3749 : cluster 0 pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:51 smithi027 bash[31536]: audit 2023-12-07T11:23:50.778390+0000 mgr.a (mgr.24293) 3750 : audit 0 from='client.85518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:53 smithi044 bash[32620]: cluster 2023-12-07T11:23:52.384514+0000 mgr.a (mgr.24293) 3751 : cluster 0 pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:53 smithi022 bash[28554]: cluster 2023-12-07T11:23:52.384514+0000 mgr.a (mgr.24293) 3751 : cluster 0 pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:53.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:53 smithi027 bash[31536]: cluster 2023-12-07T11:23:52.384514+0000 mgr.a (mgr.24293) 3751 : cluster 0 pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:55 smithi044 bash[32620]: cluster 2023-12-07T11:23:54.385079+0000 mgr.a (mgr.24293) 3752 : cluster 0 pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:55 smithi022 bash[28554]: cluster 2023-12-07T11:23:54.385079+0000 mgr.a (mgr.24293) 3752 : cluster 0 pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:55 smithi027 bash[31536]: cluster 2023-12-07T11:23:54.385079+0000 mgr.a (mgr.24293) 3752 : cluster 0 pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:56.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:23:56.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:56.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:57.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:23:57.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:57.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:57.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:57.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:23:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:57 smithi044 bash[32620]: cluster 2023-12-07T11:23:56.385834+0000 mgr.a (mgr.24293) 3753 : 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-07T11:23:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:57 smithi044 bash[32620]: audit 2023-12-07T11:23:56.705295+0000 mgr.a (mgr.24293) 3754 : audit 0 from='client.85593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:57 smithi022 bash[28554]: cluster 2023-12-07T11:23:56.385834+0000 mgr.a (mgr.24293) 3753 : 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-07T11:23:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:57 smithi022 bash[28554]: audit 2023-12-07T11:23:56.705295+0000 mgr.a (mgr.24293) 3754 : audit 0 from='client.85593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:57 smithi027 bash[31536]: cluster 2023-12-07T11:23:56.385834+0000 mgr.a (mgr.24293) 3753 : 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-07T11:23:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:57 smithi027 bash[31536]: audit 2023-12-07T11:23:56.705295+0000 mgr.a (mgr.24293) 3754 : audit 0 from='client.85593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:23:59 smithi044 bash[32620]: cluster 2023-12-07T11:23:58.386500+0000 mgr.a (mgr.24293) 3755 : cluster 0 pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:23:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:23:59 smithi022 bash[28554]: cluster 2023-12-07T11:23:58.386500+0000 mgr.a (mgr.24293) 3755 : cluster 0 pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:23:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:23:59 smithi027 bash[31536]: cluster 2023-12-07T11:23:58.386500+0000 mgr.a (mgr.24293) 3755 : cluster 0 pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:24:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:01 smithi044 bash[32620]: cluster 2023-12-07T11:24:00.387294+0000 mgr.a (mgr.24293) 3756 : cluster 0 pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:24:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:01 smithi022 bash[28554]: cluster 2023-12-07T11:24:00.387294+0000 mgr.a (mgr.24293) 3756 : cluster 0 pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:24:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:01 smithi027 bash[31536]: cluster 2023-12-07T11:24:00.387294+0000 mgr.a (mgr.24293) 3756 : cluster 0 pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:24:02.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:02.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:02.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:03.180 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:03.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:03.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:03.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:03.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:03 smithi044 bash[32620]: cluster 2023-12-07T11:24:02.387789+0000 mgr.a (mgr.24293) 3757 : cluster 0 pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:03 smithi044 bash[32620]: audit 2023-12-07T11:24:02.652069+0000 mgr.a (mgr.24293) 3758 : audit 0 from='client.85671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:03 smithi022 bash[28554]: cluster 2023-12-07T11:24:02.387789+0000 mgr.a (mgr.24293) 3757 : cluster 0 pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:03 smithi022 bash[28554]: audit 2023-12-07T11:24:02.652069+0000 mgr.a (mgr.24293) 3758 : audit 0 from='client.85671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:03 smithi027 bash[31536]: cluster 2023-12-07T11:24:02.387789+0000 mgr.a (mgr.24293) 3757 : cluster 0 pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:03 smithi027 bash[31536]: audit 2023-12-07T11:24:02.652069+0000 mgr.a (mgr.24293) 3758 : audit 0 from='client.85671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:05 smithi044 bash[32620]: cluster 2023-12-07T11:24:04.388449+0000 mgr.a (mgr.24293) 3759 : cluster 0 pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:05 smithi022 bash[28554]: cluster 2023-12-07T11:24:04.388449+0000 mgr.a (mgr.24293) 3759 : cluster 0 pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:05 smithi027 bash[31536]: cluster 2023-12-07T11:24:04.388449+0000 mgr.a (mgr.24293) 3759 : cluster 0 pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:07 smithi044 bash[32620]: cluster 2023-12-07T11:24:06.389264+0000 mgr.a (mgr.24293) 3760 : cluster 0 pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:07 smithi022 bash[28554]: cluster 2023-12-07T11:24:06.389264+0000 mgr.a (mgr.24293) 3760 : cluster 0 pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:07 smithi027 bash[31536]: cluster 2023-12-07T11:24:06.389264+0000 mgr.a (mgr.24293) 3760 : cluster 0 pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:08.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:08.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:08.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:09.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:09.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:09.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:09.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:09.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:09 smithi044 bash[32620]: cluster 2023-12-07T11:24:08.389758+0000 mgr.a (mgr.24293) 3761 : 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-07T11:24:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:09 smithi044 bash[32620]: audit 2023-12-07T11:24:08.604453+0000 mgr.a (mgr.24293) 3762 : audit 0 from='client.85746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:09 smithi022 bash[28554]: cluster 2023-12-07T11:24:08.389758+0000 mgr.a (mgr.24293) 3761 : 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-07T11:24:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:09 smithi022 bash[28554]: audit 2023-12-07T11:24:08.604453+0000 mgr.a (mgr.24293) 3762 : audit 0 from='client.85746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:09 smithi027 bash[31536]: cluster 2023-12-07T11:24:08.389758+0000 mgr.a (mgr.24293) 3761 : 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-07T11:24:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:09 smithi027 bash[31536]: audit 2023-12-07T11:24:08.604453+0000 mgr.a (mgr.24293) 3762 : audit 0 from='client.85746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:11 smithi044 bash[32620]: cluster 2023-12-07T11:24:10.390562+0000 mgr.a (mgr.24293) 3763 : 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-07T11:24:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:11 smithi022 bash[28554]: cluster 2023-12-07T11:24:10.390562+0000 mgr.a (mgr.24293) 3763 : 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-07T11:24:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:11 smithi027 bash[31536]: cluster 2023-12-07T11:24:10.390562+0000 mgr.a (mgr.24293) 3763 : 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-07T11:24:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:13 smithi044 bash[32620]: cluster 2023-12-07T11:24:12.391152+0000 mgr.a (mgr.24293) 3764 : 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-07T11:24:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:13 smithi022 bash[28554]: cluster 2023-12-07T11:24:12.391152+0000 mgr.a (mgr.24293) 3764 : 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-07T11:24:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:13 smithi027 bash[31536]: cluster 2023-12-07T11:24:12.391152+0000 mgr.a (mgr.24293) 3764 : 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-07T11:24:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:14.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:14.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:15.097 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:15.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:15.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:15.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:15.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:15 smithi044 bash[32620]: cluster 2023-12-07T11:24:14.391725+0000 mgr.a (mgr.24293) 3765 : 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-07T11:24:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:15 smithi044 bash[32620]: audit 2023-12-07T11:24:14.563020+0000 mgr.a (mgr.24293) 3766 : audit 0 from='client.85821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:15 smithi022 bash[28554]: cluster 2023-12-07T11:24:14.391725+0000 mgr.a (mgr.24293) 3765 : 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-07T11:24:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:15 smithi022 bash[28554]: audit 2023-12-07T11:24:14.563020+0000 mgr.a (mgr.24293) 3766 : audit 0 from='client.85821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:15 smithi027 bash[31536]: cluster 2023-12-07T11:24:14.391725+0000 mgr.a (mgr.24293) 3765 : 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-07T11:24:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:15 smithi027 bash[31536]: audit 2023-12-07T11:24:14.563020+0000 mgr.a (mgr.24293) 3766 : audit 0 from='client.85821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:17 smithi044 bash[32620]: cluster 2023-12-07T11:24:16.392669+0000 mgr.a (mgr.24293) 3767 : 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-07T11:24:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:17 smithi022 bash[28554]: cluster 2023-12-07T11:24:16.392669+0000 mgr.a (mgr.24293) 3767 : 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-07T11:24:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:17 smithi027 bash[31536]: cluster 2023-12-07T11:24:16.392669+0000 mgr.a (mgr.24293) 3767 : 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-07T11:24:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:19 smithi044 bash[32620]: cluster 2023-12-07T11:24:18.393272+0000 mgr.a (mgr.24293) 3768 : 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-07T11:24:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:19 smithi022 bash[28554]: cluster 2023-12-07T11:24:18.393272+0000 mgr.a (mgr.24293) 3768 : 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-07T11:24:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:19 smithi027 bash[31536]: cluster 2023-12-07T11:24:18.393272+0000 mgr.a (mgr.24293) 3768 : 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-07T11:24:20.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:20.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:20.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:21.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:21.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:21.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:21.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:21.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:21 smithi044 bash[32620]: cluster 2023-12-07T11:24:20.393993+0000 mgr.a (mgr.24293) 3769 : cluster 0 pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:21 smithi044 bash[32620]: audit 2023-12-07T11:24:20.513252+0000 mgr.a (mgr.24293) 3770 : audit 0 from='client.85896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:21 smithi022 bash[28554]: cluster 2023-12-07T11:24:20.393993+0000 mgr.a (mgr.24293) 3769 : cluster 0 pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:21 smithi022 bash[28554]: audit 2023-12-07T11:24:20.513252+0000 mgr.a (mgr.24293) 3770 : audit 0 from='client.85896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:21 smithi027 bash[31536]: cluster 2023-12-07T11:24:20.393993+0000 mgr.a (mgr.24293) 3769 : cluster 0 pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:21 smithi027 bash[31536]: audit 2023-12-07T11:24:20.513252+0000 mgr.a (mgr.24293) 3770 : audit 0 from='client.85896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:23 smithi044 bash[32620]: cluster 2023-12-07T11:24:22.394722+0000 mgr.a (mgr.24293) 3771 : cluster 0 pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:23 smithi022 bash[28554]: cluster 2023-12-07T11:24:22.394722+0000 mgr.a (mgr.24293) 3771 : cluster 0 pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:23.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:23 smithi027 bash[31536]: cluster 2023-12-07T11:24:22.394722+0000 mgr.a (mgr.24293) 3771 : cluster 0 pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:25 smithi044 bash[32620]: cluster 2023-12-07T11:24:24.395357+0000 mgr.a (mgr.24293) 3772 : cluster 0 pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:25 smithi022 bash[28554]: cluster 2023-12-07T11:24:24.395357+0000 mgr.a (mgr.24293) 3772 : cluster 0 pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:25 smithi027 bash[31536]: cluster 2023-12-07T11:24:24.395357+0000 mgr.a (mgr.24293) 3772 : cluster 0 pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:26.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:26.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:26.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:26.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:26.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:26.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:26.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:26.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:27 smithi044 bash[32620]: cluster 2023-12-07T11:24:26.396178+0000 mgr.a (mgr.24293) 3773 : 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-07T11:24:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:27 smithi044 bash[32620]: audit 2023-12-07T11:24:26.429856+0000 mgr.a (mgr.24293) 3774 : audit 0 from='client.85974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:27 smithi022 bash[28554]: cluster 2023-12-07T11:24:26.396178+0000 mgr.a (mgr.24293) 3773 : 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-07T11:24:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:27 smithi022 bash[28554]: audit 2023-12-07T11:24:26.429856+0000 mgr.a (mgr.24293) 3774 : audit 0 from='client.85974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:27 smithi027 bash[31536]: cluster 2023-12-07T11:24:26.396178+0000 mgr.a (mgr.24293) 3773 : 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-07T11:24:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:27 smithi027 bash[31536]: audit 2023-12-07T11:24:26.429856+0000 mgr.a (mgr.24293) 3774 : audit 0 from='client.85974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:29 smithi044 bash[32620]: cluster 2023-12-07T11:24:28.396948+0000 mgr.a (mgr.24293) 3775 : 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-07T11:24:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:29 smithi022 bash[28554]: cluster 2023-12-07T11:24:28.396948+0000 mgr.a (mgr.24293) 3775 : 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-07T11:24:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:29 smithi027 bash[31536]: cluster 2023-12-07T11:24:28.396948+0000 mgr.a (mgr.24293) 3775 : 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-07T11:24:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:31 smithi044 bash[32620]: cluster 2023-12-07T11:24:30.397767+0000 mgr.a (mgr.24293) 3776 : 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-07T11:24:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:31 smithi022 bash[28554]: cluster 2023-12-07T11:24:30.397767+0000 mgr.a (mgr.24293) 3776 : 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-07T11:24:31.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:31.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:31.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:31 smithi027 bash[31536]: cluster 2023-12-07T11:24:30.397767+0000 mgr.a (mgr.24293) 3776 : 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-07T11:24:32.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:32.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:32.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:32.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:32.860 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:33 smithi044 bash[32620]: audit 2023-12-07T11:24:32.334334+0000 mgr.a (mgr.24293) 3777 : audit 0 from='client.86052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:33 smithi044 bash[32620]: cluster 2023-12-07T11:24:32.398312+0000 mgr.a (mgr.24293) 3778 : cluster 0 pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:33 smithi022 bash[28554]: audit 2023-12-07T11:24:32.334334+0000 mgr.a (mgr.24293) 3777 : audit 0 from='client.86052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:33 smithi022 bash[28554]: cluster 2023-12-07T11:24:32.398312+0000 mgr.a (mgr.24293) 3778 : cluster 0 pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:33 smithi027 bash[31536]: audit 2023-12-07T11:24:32.334334+0000 mgr.a (mgr.24293) 3777 : audit 0 from='client.86052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:33 smithi027 bash[31536]: cluster 2023-12-07T11:24:32.398312+0000 mgr.a (mgr.24293) 3778 : cluster 0 pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:35 smithi044 bash[32620]: cluster 2023-12-07T11:24:34.399071+0000 mgr.a (mgr.24293) 3779 : cluster 0 pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:35 smithi044 bash[32620]: audit 2023-12-07T11:24:35.001785+0000 mon.a (mon.0) 986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:24:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:35 smithi022 bash[28554]: cluster 2023-12-07T11:24:34.399071+0000 mgr.a (mgr.24293) 3779 : cluster 0 pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:35 smithi022 bash[28554]: audit 2023-12-07T11:24:35.001785+0000 mon.a (mon.0) 986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:24:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:35 smithi027 bash[31536]: cluster 2023-12-07T11:24:34.399071+0000 mgr.a (mgr.24293) 3779 : cluster 0 pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:35 smithi027 bash[31536]: audit 2023-12-07T11:24:35.001785+0000 mon.a (mon.0) 986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:24:37.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:37.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:37.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:37 smithi044 bash[32620]: cluster 2023-12-07T11:24:36.399971+0000 mgr.a (mgr.24293) 3780 : cluster 0 pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:37 smithi022 bash[28554]: cluster 2023-12-07T11:24:36.399971+0000 mgr.a (mgr.24293) 3780 : cluster 0 pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:37 smithi027 bash[31536]: cluster 2023-12-07T11:24:36.399971+0000 mgr.a (mgr.24293) 3780 : cluster 0 pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:38.775 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:38.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:38.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:38.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:38.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:39 smithi044 bash[32620]: audit 2023-12-07T11:24:38.266549+0000 mgr.a (mgr.24293) 3781 : audit 0 from='client.86127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:39 smithi044 bash[32620]: cluster 2023-12-07T11:24:38.408939+0000 mgr.a (mgr.24293) 3782 : 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-07T11:24:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:39 smithi022 bash[28554]: audit 2023-12-07T11:24:38.266549+0000 mgr.a (mgr.24293) 3781 : audit 0 from='client.86127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:39 smithi022 bash[28554]: cluster 2023-12-07T11:24:38.408939+0000 mgr.a (mgr.24293) 3782 : 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-07T11:24:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:39 smithi027 bash[31536]: audit 2023-12-07T11:24:38.266549+0000 mgr.a (mgr.24293) 3781 : audit 0 from='client.86127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:39 smithi027 bash[31536]: cluster 2023-12-07T11:24:38.408939+0000 mgr.a (mgr.24293) 3782 : 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-07T11:24:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:40.351758+0000 mon.a (mon.0) 987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:40.358861+0000 mon.a (mon.0) 988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:40.402353+0000 mon.a (mon.0) 989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:40.408168+0000 mon.a (mon.0) 990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: cluster 2023-12-07T11:24:40.409945+0000 mgr.a (mgr.24293) 3783 : 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-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:40.453716+0000 mon.a (mon.0) 991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:40.460277+0000 mon.a (mon.0) 992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:41.100966+0000 mon.a (mon.0) 993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:41.102776+0000 mon.a (mon.0) 994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:24:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:41 smithi044 bash[32620]: audit 2023-12-07T11:24:41.112162+0000 mon.a (mon.0) 995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:40.351758+0000 mon.a (mon.0) 987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:40.358861+0000 mon.a (mon.0) 988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:40.402353+0000 mon.a (mon.0) 989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:40.408168+0000 mon.a (mon.0) 990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: cluster 2023-12-07T11:24:40.409945+0000 mgr.a (mgr.24293) 3783 : 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-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:40.453716+0000 mon.a (mon.0) 991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:40.460277+0000 mon.a (mon.0) 992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:41.100966+0000 mon.a (mon.0) 993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:41.102776+0000 mon.a (mon.0) 994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:24:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:41 smithi022 bash[28554]: audit 2023-12-07T11:24:41.112162+0000 mon.a (mon.0) 995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:40.351758+0000 mon.a (mon.0) 987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:40.358861+0000 mon.a (mon.0) 988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:40.402353+0000 mon.a (mon.0) 989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:40.408168+0000 mon.a (mon.0) 990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: cluster 2023-12-07T11:24:40.409945+0000 mgr.a (mgr.24293) 3783 : 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-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:40.453716+0000 mon.a (mon.0) 991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:40.460277+0000 mon.a (mon.0) 992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:41.100966+0000 mon.a (mon.0) 993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:41.102776+0000 mon.a (mon.0) 994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:24:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:41 smithi027 bash[31536]: audit 2023-12-07T11:24:41.112162+0000 mon.a (mon.0) 995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:24:43.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:43.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:43.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:43 smithi044 bash[32620]: cluster 2023-12-07T11:24:42.410530+0000 mgr.a (mgr.24293) 3784 : 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-07T11:24:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:43 smithi022 bash[28554]: cluster 2023-12-07T11:24:42.410530+0000 mgr.a (mgr.24293) 3784 : 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-07T11:24:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:43 smithi027 bash[31536]: cluster 2023-12-07T11:24:42.410530+0000 mgr.a (mgr.24293) 3784 : 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-07T11:24:44.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:44.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:44.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:44.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:44.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:45 smithi044 bash[32620]: audit 2023-12-07T11:24:44.184623+0000 mgr.a (mgr.24293) 3785 : audit 0 from='client.86202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:45 smithi044 bash[32620]: cluster 2023-12-07T11:24:44.411403+0000 mgr.a (mgr.24293) 3786 : 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-07T11:24:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:45 smithi022 bash[28554]: audit 2023-12-07T11:24:44.184623+0000 mgr.a (mgr.24293) 3785 : audit 0 from='client.86202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:45 smithi022 bash[28554]: cluster 2023-12-07T11:24:44.411403+0000 mgr.a (mgr.24293) 3786 : 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-07T11:24:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:45 smithi027 bash[31536]: audit 2023-12-07T11:24:44.184623+0000 mgr.a (mgr.24293) 3785 : audit 0 from='client.86202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:45 smithi027 bash[31536]: cluster 2023-12-07T11:24:44.411403+0000 mgr.a (mgr.24293) 3786 : 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-07T11:24:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:47 smithi044 bash[32620]: cluster 2023-12-07T11:24:46.412307+0000 mgr.a (mgr.24293) 3787 : 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-07T11:24:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:47 smithi022 bash[28554]: cluster 2023-12-07T11:24:46.412307+0000 mgr.a (mgr.24293) 3787 : 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-07T11:24:47.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:47 smithi027 bash[31536]: cluster 2023-12-07T11:24:46.412307+0000 mgr.a (mgr.24293) 3787 : 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-07T11:24:49.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:49.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:49.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:49 smithi044 bash[32620]: cluster 2023-12-07T11:24:48.412913+0000 mgr.a (mgr.24293) 3788 : 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-07T11:24:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:49 smithi022 bash[28554]: cluster 2023-12-07T11:24:48.412913+0000 mgr.a (mgr.24293) 3788 : 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-07T11:24:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:49 smithi027 bash[31536]: cluster 2023-12-07T11:24:48.412913+0000 mgr.a (mgr.24293) 3788 : 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-07T11:24:50.649 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:50.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:50.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:50.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:50.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:50 smithi044 bash[32620]: audit 2023-12-07T11:24:50.132112+0000 mgr.a (mgr.24293) 3789 : audit 0 from='client.86280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:50 smithi022 bash[28554]: audit 2023-12-07T11:24:50.132112+0000 mgr.a (mgr.24293) 3789 : audit 0 from='client.86280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:50 smithi027 bash[31536]: audit 2023-12-07T11:24:50.132112+0000 mgr.a (mgr.24293) 3789 : audit 0 from='client.86280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:51 smithi044 bash[32620]: cluster 2023-12-07T11:24:50.414004+0000 mgr.a (mgr.24293) 3790 : cluster 0 pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:24:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:51 smithi022 bash[28554]: cluster 2023-12-07T11:24:50.414004+0000 mgr.a (mgr.24293) 3790 : cluster 0 pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:24:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:51 smithi027 bash[31536]: cluster 2023-12-07T11:24:50.414004+0000 mgr.a (mgr.24293) 3790 : cluster 0 pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:24:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:53 smithi044 bash[32620]: cluster 2023-12-07T11:24:52.414705+0000 mgr.a (mgr.24293) 3791 : cluster 0 pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:24:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:53 smithi022 bash[28554]: cluster 2023-12-07T11:24:52.414705+0000 mgr.a (mgr.24293) 3791 : cluster 0 pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:24:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:53 smithi027 bash[31536]: cluster 2023-12-07T11:24:52.414705+0000 mgr.a (mgr.24293) 3791 : cluster 0 pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:24:55.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:24:55.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:55.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:55 smithi044 bash[32620]: cluster 2023-12-07T11:24:54.415276+0000 mgr.a (mgr.24293) 3792 : cluster 0 pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:24:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:55 smithi022 bash[28554]: cluster 2023-12-07T11:24:54.415276+0000 mgr.a (mgr.24293) 3792 : cluster 0 pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:24:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:55 smithi027 bash[31536]: cluster 2023-12-07T11:24:54.415276+0000 mgr.a (mgr.24293) 3792 : cluster 0 pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:24:56.592 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:24:56.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:56.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:56.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:56.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:24:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:56 smithi044 bash[32620]: audit 2023-12-07T11:24:56.060851+0000 mgr.a (mgr.24293) 3793 : audit 0 from='client.86355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:56 smithi022 bash[28554]: audit 2023-12-07T11:24:56.060851+0000 mgr.a (mgr.24293) 3793 : audit 0 from='client.86355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:56.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:56 smithi027 bash[31536]: audit 2023-12-07T11:24:56.060851+0000 mgr.a (mgr.24293) 3793 : audit 0 from='client.86355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:57 smithi044 bash[32620]: cluster 2023-12-07T11:24:56.415951+0000 mgr.a (mgr.24293) 3794 : cluster 0 pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:57 smithi022 bash[28554]: cluster 2023-12-07T11:24:56.415951+0000 mgr.a (mgr.24293) 3794 : cluster 0 pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:57 smithi027 bash[31536]: cluster 2023-12-07T11:24:56.415951+0000 mgr.a (mgr.24293) 3794 : cluster 0 pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:24:59 smithi022 bash[28554]: cluster 2023-12-07T11:24:58.416587+0000 mgr.a (mgr.24293) 3795 : cluster 0 pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:24:59 smithi044 bash[32620]: cluster 2023-12-07T11:24:58.416587+0000 mgr.a (mgr.24293) 3795 : cluster 0 pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:24:59 smithi027 bash[31536]: cluster 2023-12-07T11:24:58.416587+0000 mgr.a (mgr.24293) 3795 : cluster 0 pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:01.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:01.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:01.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:01 smithi044 bash[32620]: cluster 2023-12-07T11:25:00.417438+0000 mgr.a (mgr.24293) 3796 : 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-07T11:25:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:01 smithi022 bash[28554]: cluster 2023-12-07T11:25:00.417438+0000 mgr.a (mgr.24293) 3796 : 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-07T11:25:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:01 smithi027 bash[31536]: cluster 2023-12-07T11:25:00.417438+0000 mgr.a (mgr.24293) 3796 : 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-07T11:25:02.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:02.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:02.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:02.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:02.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:02 smithi044 bash[32620]: audit 2023-12-07T11:25:02.004856+0000 mgr.a (mgr.24293) 3797 : audit 0 from='client.86433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:02 smithi022 bash[28554]: audit 2023-12-07T11:25:02.004856+0000 mgr.a (mgr.24293) 3797 : audit 0 from='client.86433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:02 smithi027 bash[31536]: audit 2023-12-07T11:25:02.004856+0000 mgr.a (mgr.24293) 3797 : audit 0 from='client.86433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:03 smithi044 bash[32620]: cluster 2023-12-07T11:25:02.418319+0000 mgr.a (mgr.24293) 3798 : cluster 0 pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:25:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:03 smithi022 bash[28554]: cluster 2023-12-07T11:25:02.418319+0000 mgr.a (mgr.24293) 3798 : cluster 0 pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:25:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:03 smithi027 bash[31536]: cluster 2023-12-07T11:25:02.418319+0000 mgr.a (mgr.24293) 3798 : cluster 0 pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:25:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:05 smithi044 bash[32620]: cluster 2023-12-07T11:25:04.418966+0000 mgr.a (mgr.24293) 3799 : cluster 0 pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:25:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:05 smithi022 bash[28554]: cluster 2023-12-07T11:25:04.418966+0000 mgr.a (mgr.24293) 3799 : cluster 0 pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:25:05.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:05 smithi027 bash[31536]: cluster 2023-12-07T11:25:04.418966+0000 mgr.a (mgr.24293) 3799 : cluster 0 pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:25:07.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:07.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:07.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:07 smithi044 bash[32620]: cluster 2023-12-07T11:25:06.419929+0000 mgr.a (mgr.24293) 3800 : cluster 0 pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:25:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:07 smithi022 bash[28554]: cluster 2023-12-07T11:25:06.419929+0000 mgr.a (mgr.24293) 3800 : cluster 0 pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:25:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:07 smithi027 bash[31536]: cluster 2023-12-07T11:25:06.419929+0000 mgr.a (mgr.24293) 3800 : cluster 0 pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:25:08.466 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:08.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:08 smithi044 bash[32620]: audit 2023-12-07T11:25:07.952824+0000 mgr.a (mgr.24293) 3801 : audit 0 from='client.86511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:08.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:08 smithi022 bash[28554]: audit 2023-12-07T11:25:07.952824+0000 mgr.a (mgr.24293) 3801 : audit 0 from='client.86511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:08 smithi027 bash[31536]: audit 2023-12-07T11:25:07.952824+0000 mgr.a (mgr.24293) 3801 : audit 0 from='client.86511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:09 smithi044 bash[32620]: cluster 2023-12-07T11:25:08.420523+0000 mgr.a (mgr.24293) 3802 : cluster 0 pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:09 smithi022 bash[28554]: cluster 2023-12-07T11:25:08.420523+0000 mgr.a (mgr.24293) 3802 : cluster 0 pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:09 smithi027 bash[31536]: cluster 2023-12-07T11:25:08.420523+0000 mgr.a (mgr.24293) 3802 : cluster 0 pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:11 smithi044 bash[32620]: cluster 2023-12-07T11:25:10.421315+0000 mgr.a (mgr.24293) 3803 : cluster 0 pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:25:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:11 smithi022 bash[28554]: cluster 2023-12-07T11:25:10.421315+0000 mgr.a (mgr.24293) 3803 : cluster 0 pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:25:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:11 smithi027 bash[31536]: cluster 2023-12-07T11:25:10.421315+0000 mgr.a (mgr.24293) 3803 : cluster 0 pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:25:13.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:13.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:13.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:13 smithi044 bash[32620]: cluster 2023-12-07T11:25:12.421908+0000 mgr.a (mgr.24293) 3804 : 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-07T11:25:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:13 smithi022 bash[28554]: cluster 2023-12-07T11:25:12.421908+0000 mgr.a (mgr.24293) 3804 : 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-07T11:25:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:13 smithi027 bash[31536]: cluster 2023-12-07T11:25:12.421908+0000 mgr.a (mgr.24293) 3804 : 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-07T11:25:14.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:14.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:14.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:14.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:14.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:14 smithi044 bash[32620]: audit 2023-12-07T11:25:13.870261+0000 mgr.a (mgr.24293) 3805 : audit 0 from='client.86589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:14 smithi022 bash[28554]: audit 2023-12-07T11:25:13.870261+0000 mgr.a (mgr.24293) 3805 : audit 0 from='client.86589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:14 smithi027 bash[31536]: audit 2023-12-07T11:25:13.870261+0000 mgr.a (mgr.24293) 3805 : audit 0 from='client.86589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:15 smithi044 bash[32620]: cluster 2023-12-07T11:25:14.422625+0000 mgr.a (mgr.24293) 3806 : 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-07T11:25:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:15 smithi022 bash[28554]: cluster 2023-12-07T11:25:14.422625+0000 mgr.a (mgr.24293) 3806 : 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-07T11:25:15.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:15 smithi027 bash[31536]: cluster 2023-12-07T11:25:14.422625+0000 mgr.a (mgr.24293) 3806 : 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-07T11:25:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:17 smithi044 bash[32620]: cluster 2023-12-07T11:25:16.423452+0000 mgr.a (mgr.24293) 3807 : 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-07T11:25:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:17 smithi022 bash[28554]: cluster 2023-12-07T11:25:16.423452+0000 mgr.a (mgr.24293) 3807 : 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-07T11:25:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:17 smithi027 bash[31536]: cluster 2023-12-07T11:25:16.423452+0000 mgr.a (mgr.24293) 3807 : 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-07T11:25:19.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:19.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:19.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:19 smithi044 bash[32620]: cluster 2023-12-07T11:25:18.424168+0000 mgr.a (mgr.24293) 3808 : 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-07T11:25:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:19 smithi022 bash[28554]: cluster 2023-12-07T11:25:18.424168+0000 mgr.a (mgr.24293) 3808 : 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-07T11:25:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:19 smithi027 bash[31536]: cluster 2023-12-07T11:25:18.424168+0000 mgr.a (mgr.24293) 3808 : 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-07T11:25:20.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:20.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:20.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:20.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:20.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:20 smithi044 bash[32620]: audit 2023-12-07T11:25:19.811727+0000 mgr.a (mgr.24293) 3809 : audit 0 from='client.86667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:20 smithi022 bash[28554]: audit 2023-12-07T11:25:19.811727+0000 mgr.a (mgr.24293) 3809 : audit 0 from='client.86667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:20 smithi027 bash[31536]: audit 2023-12-07T11:25:19.811727+0000 mgr.a (mgr.24293) 3809 : audit 0 from='client.86667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:21 smithi044 bash[32620]: cluster 2023-12-07T11:25:20.425146+0000 mgr.a (mgr.24293) 3810 : 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-07T11:25:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:21 smithi022 bash[28554]: cluster 2023-12-07T11:25:20.425146+0000 mgr.a (mgr.24293) 3810 : 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-07T11:25:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:21 smithi027 bash[31536]: cluster 2023-12-07T11:25:20.425146+0000 mgr.a (mgr.24293) 3810 : 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-07T11:25:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:23 smithi044 bash[32620]: cluster 2023-12-07T11:25:22.425819+0000 mgr.a (mgr.24293) 3811 : 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-07T11:25:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:23 smithi022 bash[28554]: cluster 2023-12-07T11:25:22.425819+0000 mgr.a (mgr.24293) 3811 : 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-07T11:25:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:23 smithi027 bash[31536]: cluster 2023-12-07T11:25:22.425819+0000 mgr.a (mgr.24293) 3811 : 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-07T11:25:25.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:25.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:25.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:25 smithi044 bash[32620]: cluster 2023-12-07T11:25:24.426365+0000 mgr.a (mgr.24293) 3812 : 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-07T11:25:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:25 smithi022 bash[28554]: cluster 2023-12-07T11:25:24.426365+0000 mgr.a (mgr.24293) 3812 : 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-07T11:25:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:25 smithi027 bash[31536]: cluster 2023-12-07T11:25:24.426365+0000 mgr.a (mgr.24293) 3812 : 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-07T11:25:26.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:26.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:26.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:26.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:26.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:26 smithi044 bash[32620]: audit 2023-12-07T11:25:25.748955+0000 mgr.a (mgr.24293) 3813 : audit 0 from='client.86745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:26 smithi022 bash[28554]: audit 2023-12-07T11:25:25.748955+0000 mgr.a (mgr.24293) 3813 : audit 0 from='client.86745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:26 smithi027 bash[31536]: audit 2023-12-07T11:25:25.748955+0000 mgr.a (mgr.24293) 3813 : audit 0 from='client.86745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:27 smithi044 bash[32620]: cluster 2023-12-07T11:25:26.427461+0000 mgr.a (mgr.24293) 3814 : cluster 0 pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:27 smithi022 bash[28554]: cluster 2023-12-07T11:25:26.427461+0000 mgr.a (mgr.24293) 3814 : cluster 0 pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:27 smithi027 bash[31536]: cluster 2023-12-07T11:25:26.427461+0000 mgr.a (mgr.24293) 3814 : cluster 0 pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:29 smithi044 bash[32620]: cluster 2023-12-07T11:25:28.428190+0000 mgr.a (mgr.24293) 3815 : cluster 0 pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:29 smithi022 bash[28554]: cluster 2023-12-07T11:25:28.428190+0000 mgr.a (mgr.24293) 3815 : cluster 0 pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:29 smithi027 bash[31536]: cluster 2023-12-07T11:25:28.428190+0000 mgr.a (mgr.24293) 3815 : cluster 0 pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:31.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:31.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:31.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:31 smithi044 bash[32620]: cluster 2023-12-07T11:25:30.428974+0000 mgr.a (mgr.24293) 3816 : 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-07T11:25:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:31 smithi022 bash[28554]: cluster 2023-12-07T11:25:30.428974+0000 mgr.a (mgr.24293) 3816 : 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-07T11:25:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:31 smithi027 bash[31536]: cluster 2023-12-07T11:25:30.428974+0000 mgr.a (mgr.24293) 3816 : 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-07T11:25:32.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:32 smithi044 bash[32620]: audit 2023-12-07T11:25:31.674839+0000 mgr.a (mgr.24293) 3817 : audit 0 from='client.86820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:32 smithi022 bash[28554]: audit 2023-12-07T11:25:31.674839+0000 mgr.a (mgr.24293) 3817 : audit 0 from='client.86820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:32 smithi027 bash[31536]: audit 2023-12-07T11:25:31.674839+0000 mgr.a (mgr.24293) 3817 : audit 0 from='client.86820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:33 smithi022 bash[28554]: cluster 2023-12-07T11:25:32.429716+0000 mgr.a (mgr.24293) 3818 : 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-07T11:25:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:33 smithi027 bash[31536]: cluster 2023-12-07T11:25:32.429716+0000 mgr.a (mgr.24293) 3818 : 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-07T11:25:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:33 smithi044 bash[32620]: cluster 2023-12-07T11:25:32.429716+0000 mgr.a (mgr.24293) 3818 : 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-07T11:25:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:35 smithi027 bash[31536]: cluster 2023-12-07T11:25:34.430434+0000 mgr.a (mgr.24293) 3819 : 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-07T11:25:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:35 smithi044 bash[32620]: cluster 2023-12-07T11:25:34.430434+0000 mgr.a (mgr.24293) 3819 : 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-07T11:25:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:35 smithi022 bash[28554]: cluster 2023-12-07T11:25:34.430434+0000 mgr.a (mgr.24293) 3819 : 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-07T11:25:37.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:37.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:37.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:37 smithi027 bash[31536]: cluster 2023-12-07T11:25:36.431396+0000 mgr.a (mgr.24293) 3820 : 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-07T11:25:38.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:38.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:38.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:38.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:38.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:37 smithi044 bash[32620]: cluster 2023-12-07T11:25:36.431396+0000 mgr.a (mgr.24293) 3820 : 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-07T11:25:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:37 smithi022 bash[28554]: cluster 2023-12-07T11:25:36.431396+0000 mgr.a (mgr.24293) 3820 : 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-07T11:25:38.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:38 smithi027 bash[31536]: audit 2023-12-07T11:25:37.616986+0000 mgr.a (mgr.24293) 3821 : audit 0 from='client.86886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:38 smithi044 bash[32620]: audit 2023-12-07T11:25:37.616986+0000 mgr.a (mgr.24293) 3821 : audit 0 from='client.86886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:38 smithi022 bash[28554]: audit 2023-12-07T11:25:37.616986+0000 mgr.a (mgr.24293) 3821 : audit 0 from='client.86886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:39 smithi027 bash[31536]: cluster 2023-12-07T11:25:38.432318+0000 mgr.a (mgr.24293) 3822 : cluster 0 pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:39 smithi044 bash[32620]: cluster 2023-12-07T11:25:38.432318+0000 mgr.a (mgr.24293) 3822 : cluster 0 pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:39 smithi022 bash[28554]: cluster 2023-12-07T11:25:38.432318+0000 mgr.a (mgr.24293) 3822 : cluster 0 pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:41 smithi044 bash[32620]: cluster 2023-12-07T11:25:40.433186+0000 mgr.a (mgr.24293) 3823 : cluster 0 pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:25:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:41 smithi044 bash[32620]: audit 2023-12-07T11:25:41.214284+0000 mon.a (mon.0) 996 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:25:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:41 smithi022 bash[28554]: cluster 2023-12-07T11:25:40.433186+0000 mgr.a (mgr.24293) 3823 : cluster 0 pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:25:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:41 smithi022 bash[28554]: audit 2023-12-07T11:25:41.214284+0000 mon.a (mon.0) 996 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:25:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:41 smithi027 bash[31536]: cluster 2023-12-07T11:25:40.433186+0000 mgr.a (mgr.24293) 3823 : cluster 0 pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:25:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:41 smithi027 bash[31536]: audit 2023-12-07T11:25:41.214284+0000 mon.a (mon.0) 996 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:25:43.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:43.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:43.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:42 smithi044 bash[32620]: audit 2023-12-07T11:25:41.996871+0000 mon.a (mon.0) 997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:25:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:42 smithi044 bash[32620]: audit 2023-12-07T11:25:41.998820+0000 mon.a (mon.0) 998 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:25:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:42 smithi044 bash[32620]: audit 2023-12-07T11:25:42.008463+0000 mon.a (mon.0) 999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:25:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:42 smithi022 bash[28554]: audit 2023-12-07T11:25:41.996871+0000 mon.a (mon.0) 997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:25:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:42 smithi022 bash[28554]: audit 2023-12-07T11:25:41.998820+0000 mon.a (mon.0) 998 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:25:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:42 smithi022 bash[28554]: audit 2023-12-07T11:25:42.008463+0000 mon.a (mon.0) 999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:25:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:42 smithi027 bash[31536]: audit 2023-12-07T11:25:41.996871+0000 mon.a (mon.0) 997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:25:43.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:42 smithi027 bash[31536]: audit 2023-12-07T11:25:41.998820+0000 mon.a (mon.0) 998 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:25:43.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:42 smithi027 bash[31536]: audit 2023-12-07T11:25:42.008463+0000 mon.a (mon.0) 999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:25:44.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:44.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:44.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:44.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:44.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:44 smithi044 bash[32620]: cluster 2023-12-07T11:25:42.433771+0000 mgr.a (mgr.24293) 3824 : 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-07T11:25:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:44 smithi022 bash[28554]: cluster 2023-12-07T11:25:42.433771+0000 mgr.a (mgr.24293) 3824 : 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-07T11:25:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:44 smithi027 bash[31536]: cluster 2023-12-07T11:25:42.433771+0000 mgr.a (mgr.24293) 3824 : 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-07T11:25:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:45 smithi044 bash[32620]: audit 2023-12-07T11:25:43.551265+0000 mgr.a (mgr.24293) 3825 : audit 0 from='client.86961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:45 smithi022 bash[28554]: audit 2023-12-07T11:25:43.551265+0000 mgr.a (mgr.24293) 3825 : audit 0 from='client.86961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:45 smithi027 bash[31536]: audit 2023-12-07T11:25:43.551265+0000 mgr.a (mgr.24293) 3825 : audit 0 from='client.86961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:46 smithi044 bash[32620]: cluster 2023-12-07T11:25:44.434648+0000 mgr.a (mgr.24293) 3826 : 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-07T11:25:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:46 smithi022 bash[28554]: cluster 2023-12-07T11:25:44.434648+0000 mgr.a (mgr.24293) 3826 : 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-07T11:25:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:46 smithi027 bash[31536]: cluster 2023-12-07T11:25:44.434648+0000 mgr.a (mgr.24293) 3826 : 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-07T11:25:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:48 smithi044 bash[32620]: cluster 2023-12-07T11:25:46.435497+0000 mgr.a (mgr.24293) 3827 : 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-07T11:25:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:48 smithi022 bash[28554]: cluster 2023-12-07T11:25:46.435497+0000 mgr.a (mgr.24293) 3827 : 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-07T11:25:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:48 smithi027 bash[31536]: cluster 2023-12-07T11:25:46.435497+0000 mgr.a (mgr.24293) 3827 : 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-07T11:25:49.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:49.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:49.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:50.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:50.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:50.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:50.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:50.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:50 smithi044 bash[32620]: cluster 2023-12-07T11:25:48.436121+0000 mgr.a (mgr.24293) 3828 : 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-07T11:25:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:50 smithi022 bash[28554]: cluster 2023-12-07T11:25:48.436121+0000 mgr.a (mgr.24293) 3828 : 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-07T11:25:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:50 smithi027 bash[31536]: cluster 2023-12-07T11:25:48.436121+0000 mgr.a (mgr.24293) 3828 : 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-07T11:25:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:51 smithi044 bash[32620]: audit 2023-12-07T11:25:49.503598+0000 mgr.a (mgr.24293) 3829 : audit 0 from='client.87036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:51 smithi022 bash[28554]: audit 2023-12-07T11:25:49.503598+0000 mgr.a (mgr.24293) 3829 : audit 0 from='client.87036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:51 smithi027 bash[31536]: audit 2023-12-07T11:25:49.503598+0000 mgr.a (mgr.24293) 3829 : audit 0 from='client.87036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:52 smithi044 bash[32620]: cluster 2023-12-07T11:25:50.437206+0000 mgr.a (mgr.24293) 3830 : 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-07T11:25:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:52 smithi022 bash[28554]: cluster 2023-12-07T11:25:50.437206+0000 mgr.a (mgr.24293) 3830 : 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-07T11:25:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:52 smithi027 bash[31536]: cluster 2023-12-07T11:25:50.437206+0000 mgr.a (mgr.24293) 3830 : 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-07T11:25:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:54 smithi044 bash[32620]: cluster 2023-12-07T11:25:52.437938+0000 mgr.a (mgr.24293) 3831 : 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-07T11:25:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:54 smithi022 bash[28554]: cluster 2023-12-07T11:25:52.437938+0000 mgr.a (mgr.24293) 3831 : 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-07T11:25:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:54 smithi027 bash[31536]: cluster 2023-12-07T11:25:52.437938+0000 mgr.a (mgr.24293) 3831 : 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-07T11:25:55.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:25:55.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:55.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:55.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:55.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:55.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:55.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:25:55.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:25:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:56 smithi044 bash[32620]: cluster 2023-12-07T11:25:54.438543+0000 mgr.a (mgr.24293) 3832 : 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-07T11:25:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:56 smithi022 bash[28554]: cluster 2023-12-07T11:25:54.438543+0000 mgr.a (mgr.24293) 3832 : 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-07T11:25:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:56 smithi027 bash[31536]: cluster 2023-12-07T11:25:54.438543+0000 mgr.a (mgr.24293) 3832 : 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-07T11:25:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:57 smithi044 bash[32620]: audit 2023-12-07T11:25:55.431676+0000 mgr.a (mgr.24293) 3833 : audit 0 from='client.87114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:57 smithi022 bash[28554]: audit 2023-12-07T11:25:55.431676+0000 mgr.a (mgr.24293) 3833 : audit 0 from='client.87114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:57 smithi027 bash[31536]: audit 2023-12-07T11:25:55.431676+0000 mgr.a (mgr.24293) 3833 : audit 0 from='client.87114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:25:58 smithi044 bash[32620]: cluster 2023-12-07T11:25:56.439601+0000 mgr.a (mgr.24293) 3834 : cluster 0 pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:25:58 smithi022 bash[28554]: cluster 2023-12-07T11:25:56.439601+0000 mgr.a (mgr.24293) 3834 : cluster 0 pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:25:58 smithi027 bash[31536]: cluster 2023-12-07T11:25:56.439601+0000 mgr.a (mgr.24293) 3834 : cluster 0 pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:00 smithi044 bash[32620]: cluster 2023-12-07T11:25:58.440153+0000 mgr.a (mgr.24293) 3835 : cluster 0 pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:00 smithi022 bash[28554]: cluster 2023-12-07T11:25:58.440153+0000 mgr.a (mgr.24293) 3835 : cluster 0 pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:00 smithi027 bash[31536]: cluster 2023-12-07T11:25:58.440153+0000 mgr.a (mgr.24293) 3835 : cluster 0 pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:00.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:00.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:00.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:01.889 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:01.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:01.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:01.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:01.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:02 smithi044 bash[32620]: cluster 2023-12-07T11:26:00.441041+0000 mgr.a (mgr.24293) 3836 : cluster 0 pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:02 smithi022 bash[28554]: cluster 2023-12-07T11:26:00.441041+0000 mgr.a (mgr.24293) 3836 : cluster 0 pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:02 smithi027 bash[31536]: cluster 2023-12-07T11:26:00.441041+0000 mgr.a (mgr.24293) 3836 : cluster 0 pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:03 smithi044 bash[32620]: audit 2023-12-07T11:26:01.362074+0000 mgr.a (mgr.24293) 3837 : audit 0 from='client.87189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:03 smithi022 bash[28554]: audit 2023-12-07T11:26:01.362074+0000 mgr.a (mgr.24293) 3837 : audit 0 from='client.87189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:03 smithi027 bash[31536]: audit 2023-12-07T11:26:01.362074+0000 mgr.a (mgr.24293) 3837 : audit 0 from='client.87189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:04 smithi044 bash[32620]: cluster 2023-12-07T11:26:02.441774+0000 mgr.a (mgr.24293) 3838 : cluster 0 pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:04 smithi022 bash[28554]: cluster 2023-12-07T11:26:02.441774+0000 mgr.a (mgr.24293) 3838 : cluster 0 pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:04 smithi027 bash[31536]: cluster 2023-12-07T11:26:02.441774+0000 mgr.a (mgr.24293) 3838 : cluster 0 pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:06 smithi044 bash[32620]: cluster 2023-12-07T11:26:04.442349+0000 mgr.a (mgr.24293) 3839 : cluster 0 pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:06 smithi022 bash[28554]: cluster 2023-12-07T11:26:04.442349+0000 mgr.a (mgr.24293) 3839 : cluster 0 pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:06 smithi027 bash[31536]: cluster 2023-12-07T11:26:04.442349+0000 mgr.a (mgr.24293) 3839 : cluster 0 pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:06.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:06.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:07.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:07.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:07.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:07.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:07.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:08 smithi044 bash[32620]: cluster 2023-12-07T11:26:06.443076+0000 mgr.a (mgr.24293) 3840 : 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-07T11:26:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:08 smithi022 bash[28554]: cluster 2023-12-07T11:26:06.443076+0000 mgr.a (mgr.24293) 3840 : 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-07T11:26:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:08 smithi027 bash[31536]: cluster 2023-12-07T11:26:06.443076+0000 mgr.a (mgr.24293) 3840 : 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-07T11:26:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:09 smithi044 bash[32620]: audit 2023-12-07T11:26:07.301570+0000 mgr.a (mgr.24293) 3841 : audit 0 from='client.87261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:09 smithi022 bash[28554]: audit 2023-12-07T11:26:07.301570+0000 mgr.a (mgr.24293) 3841 : audit 0 from='client.87261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:09 smithi027 bash[31536]: audit 2023-12-07T11:26:07.301570+0000 mgr.a (mgr.24293) 3841 : audit 0 from='client.87261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:10 smithi044 bash[32620]: cluster 2023-12-07T11:26:08.443963+0000 mgr.a (mgr.24293) 3842 : cluster 0 pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:10 smithi022 bash[28554]: cluster 2023-12-07T11:26:08.443963+0000 mgr.a (mgr.24293) 3842 : cluster 0 pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:10 smithi027 bash[31536]: cluster 2023-12-07T11:26:08.443963+0000 mgr.a (mgr.24293) 3842 : cluster 0 pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:12 smithi044 bash[32620]: cluster 2023-12-07T11:26:10.444834+0000 mgr.a (mgr.24293) 3843 : cluster 0 pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:12 smithi022 bash[28554]: cluster 2023-12-07T11:26:10.444834+0000 mgr.a (mgr.24293) 3843 : cluster 0 pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:12 smithi027 bash[31536]: cluster 2023-12-07T11:26:10.444834+0000 mgr.a (mgr.24293) 3843 : cluster 0 pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:12.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:12.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:12.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:13.782 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:13.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:13.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:13.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:13.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:14 smithi044 bash[32620]: cluster 2023-12-07T11:26:12.445423+0000 mgr.a (mgr.24293) 3844 : cluster 0 pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:14 smithi022 bash[28554]: cluster 2023-12-07T11:26:12.445423+0000 mgr.a (mgr.24293) 3844 : cluster 0 pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:14 smithi027 bash[31536]: cluster 2023-12-07T11:26:12.445423+0000 mgr.a (mgr.24293) 3844 : cluster 0 pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:15 smithi044 bash[32620]: audit 2023-12-07T11:26:13.250450+0000 mgr.a (mgr.24293) 3845 : audit 0 from='client.80944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:15 smithi022 bash[28554]: audit 2023-12-07T11:26:13.250450+0000 mgr.a (mgr.24293) 3845 : audit 0 from='client.80944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:15 smithi027 bash[31536]: audit 2023-12-07T11:26:13.250450+0000 mgr.a (mgr.24293) 3845 : audit 0 from='client.80944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:16 smithi044 bash[32620]: cluster 2023-12-07T11:26:14.446116+0000 mgr.a (mgr.24293) 3846 : cluster 0 pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:16 smithi022 bash[28554]: cluster 2023-12-07T11:26:14.446116+0000 mgr.a (mgr.24293) 3846 : cluster 0 pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:16 smithi027 bash[31536]: cluster 2023-12-07T11:26:14.446116+0000 mgr.a (mgr.24293) 3846 : cluster 0 pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:18 smithi044 bash[32620]: cluster 2023-12-07T11:26:16.446937+0000 mgr.a (mgr.24293) 3847 : cluster 0 pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:18 smithi022 bash[28554]: cluster 2023-12-07T11:26:16.446937+0000 mgr.a (mgr.24293) 3847 : cluster 0 pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:18 smithi027 bash[31536]: cluster 2023-12-07T11:26:16.446937+0000 mgr.a (mgr.24293) 3847 : cluster 0 pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:18.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:18.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:18.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:19.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:19.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:19.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:19.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:19.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:20 smithi044 bash[32620]: cluster 2023-12-07T11:26:18.447459+0000 mgr.a (mgr.24293) 3848 : 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-07T11:26:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:20 smithi022 bash[28554]: cluster 2023-12-07T11:26:18.447459+0000 mgr.a (mgr.24293) 3848 : 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-07T11:26:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:20 smithi027 bash[31536]: cluster 2023-12-07T11:26:18.447459+0000 mgr.a (mgr.24293) 3848 : 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-07T11:26:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:21 smithi044 bash[32620]: audit 2023-12-07T11:26:19.197241+0000 mgr.a (mgr.24293) 3849 : audit 0 from='client.87411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:21 smithi022 bash[28554]: audit 2023-12-07T11:26:19.197241+0000 mgr.a (mgr.24293) 3849 : audit 0 from='client.87411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:21 smithi027 bash[31536]: audit 2023-12-07T11:26:19.197241+0000 mgr.a (mgr.24293) 3849 : audit 0 from='client.87411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:22 smithi044 bash[32620]: cluster 2023-12-07T11:26:20.448281+0000 mgr.a (mgr.24293) 3850 : 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-07T11:26:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:22 smithi022 bash[28554]: cluster 2023-12-07T11:26:20.448281+0000 mgr.a (mgr.24293) 3850 : 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-07T11:26:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:22 smithi027 bash[31536]: cluster 2023-12-07T11:26:20.448281+0000 mgr.a (mgr.24293) 3850 : 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-07T11:26:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:24 smithi044 bash[32620]: cluster 2023-12-07T11:26:22.448876+0000 mgr.a (mgr.24293) 3851 : 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-07T11:26:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:24 smithi022 bash[28554]: cluster 2023-12-07T11:26:22.448876+0000 mgr.a (mgr.24293) 3851 : 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-07T11:26:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:24 smithi027 bash[31536]: cluster 2023-12-07T11:26:22.448876+0000 mgr.a (mgr.24293) 3851 : 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-07T11:26:24.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:24.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:24.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:25.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:25.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:25.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:25.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:25.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:26 smithi044 bash[32620]: cluster 2023-12-07T11:26:24.449445+0000 mgr.a (mgr.24293) 3852 : 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-07T11:26:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:26 smithi044 bash[32620]: audit 2023-12-07T11:26:25.141531+0000 mgr.a (mgr.24293) 3853 : audit 0 from='client.87489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:26 smithi022 bash[28554]: cluster 2023-12-07T11:26:24.449445+0000 mgr.a (mgr.24293) 3852 : 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-07T11:26:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:26 smithi022 bash[28554]: audit 2023-12-07T11:26:25.141531+0000 mgr.a (mgr.24293) 3853 : audit 0 from='client.87489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:26 smithi027 bash[31536]: cluster 2023-12-07T11:26:24.449445+0000 mgr.a (mgr.24293) 3852 : 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-07T11:26:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:26 smithi027 bash[31536]: audit 2023-12-07T11:26:25.141531+0000 mgr.a (mgr.24293) 3853 : audit 0 from='client.87489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:28 smithi044 bash[32620]: cluster 2023-12-07T11:26:26.450586+0000 mgr.a (mgr.24293) 3854 : cluster 0 pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:26:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:28 smithi022 bash[28554]: cluster 2023-12-07T11:26:26.450586+0000 mgr.a (mgr.24293) 3854 : cluster 0 pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:26:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:28 smithi027 bash[31536]: cluster 2023-12-07T11:26:26.450586+0000 mgr.a (mgr.24293) 3854 : cluster 0 pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:26:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:30 smithi044 bash[32620]: cluster 2023-12-07T11:26:28.451238+0000 mgr.a (mgr.24293) 3855 : cluster 0 pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:26:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:30 smithi022 bash[28554]: cluster 2023-12-07T11:26:28.451238+0000 mgr.a (mgr.24293) 3855 : cluster 0 pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:26:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:30 smithi027 bash[31536]: cluster 2023-12-07T11:26:28.451238+0000 mgr.a (mgr.24293) 3855 : cluster 0 pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:26:30.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:30.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:30.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:31.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:31.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:31.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:31.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:31.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:32 smithi044 bash[32620]: cluster 2023-12-07T11:26:30.452008+0000 mgr.a (mgr.24293) 3856 : cluster 0 pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:32 smithi044 bash[32620]: audit 2023-12-07T11:26:31.081568+0000 mgr.a (mgr.24293) 3857 : audit 0 from='client.87567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:32 smithi022 bash[28554]: cluster 2023-12-07T11:26:30.452008+0000 mgr.a (mgr.24293) 3856 : cluster 0 pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:32 smithi022 bash[28554]: audit 2023-12-07T11:26:31.081568+0000 mgr.a (mgr.24293) 3857 : audit 0 from='client.87567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:32 smithi027 bash[31536]: cluster 2023-12-07T11:26:30.452008+0000 mgr.a (mgr.24293) 3856 : cluster 0 pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:32 smithi027 bash[31536]: audit 2023-12-07T11:26:31.081568+0000 mgr.a (mgr.24293) 3857 : audit 0 from='client.87567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:34 smithi044 bash[32620]: cluster 2023-12-07T11:26:32.452812+0000 mgr.a (mgr.24293) 3858 : cluster 0 pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:34 smithi022 bash[28554]: cluster 2023-12-07T11:26:32.452812+0000 mgr.a (mgr.24293) 3858 : cluster 0 pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:34 smithi027 bash[31536]: cluster 2023-12-07T11:26:32.452812+0000 mgr.a (mgr.24293) 3858 : cluster 0 pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:36 smithi044 bash[32620]: cluster 2023-12-07T11:26:34.453441+0000 mgr.a (mgr.24293) 3859 : cluster 0 pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:36 smithi022 bash[28554]: cluster 2023-12-07T11:26:34.453441+0000 mgr.a (mgr.24293) 3859 : cluster 0 pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:36 smithi027 bash[31536]: cluster 2023-12-07T11:26:34.453441+0000 mgr.a (mgr.24293) 3859 : cluster 0 pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:36.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:36.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:36.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:37.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:37.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:37.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:37.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:37.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:38 smithi044 bash[32620]: cluster 2023-12-07T11:26:36.454233+0000 mgr.a (mgr.24293) 3860 : 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-07T11:26:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:38 smithi044 bash[32620]: audit 2023-12-07T11:26:37.029007+0000 mgr.a (mgr.24293) 3861 : audit 0 from='client.87645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:38 smithi022 bash[28554]: cluster 2023-12-07T11:26:36.454233+0000 mgr.a (mgr.24293) 3860 : 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-07T11:26:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:38 smithi022 bash[28554]: audit 2023-12-07T11:26:37.029007+0000 mgr.a (mgr.24293) 3861 : audit 0 from='client.87645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:38 smithi027 bash[31536]: cluster 2023-12-07T11:26:36.454233+0000 mgr.a (mgr.24293) 3860 : 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-07T11:26:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:38 smithi027 bash[31536]: audit 2023-12-07T11:26:37.029007+0000 mgr.a (mgr.24293) 3861 : audit 0 from='client.87645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:40 smithi022 bash[28554]: cluster 2023-12-07T11:26:38.454895+0000 mgr.a (mgr.24293) 3862 : cluster 0 pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:26:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:40 smithi044 bash[32620]: cluster 2023-12-07T11:26:38.454895+0000 mgr.a (mgr.24293) 3862 : cluster 0 pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:26:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:40 smithi027 bash[31536]: cluster 2023-12-07T11:26:38.454895+0000 mgr.a (mgr.24293) 3862 : cluster 0 pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:26:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:42 smithi044 bash[32620]: cluster 2023-12-07T11:26:40.455749+0000 mgr.a (mgr.24293) 3863 : cluster 0 pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:26:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:42 smithi044 bash[32620]: audit 2023-12-07T11:26:42.111874+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:26:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:42 smithi022 bash[28554]: cluster 2023-12-07T11:26:40.455749+0000 mgr.a (mgr.24293) 3863 : cluster 0 pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:26:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:42 smithi022 bash[28554]: audit 2023-12-07T11:26:42.111874+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:26:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:42 smithi027 bash[31536]: cluster 2023-12-07T11:26:40.455749+0000 mgr.a (mgr.24293) 3863 : cluster 0 pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:26:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:42 smithi027 bash[31536]: audit 2023-12-07T11:26:42.111874+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:26:42.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:42.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:42.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:43 smithi027 bash[31536]: audit 2023-12-07T11:26:42.897384+0000 mon.a (mon.0) 1001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:26:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:43 smithi027 bash[31536]: audit 2023-12-07T11:26:42.899177+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:26:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:43 smithi027 bash[31536]: audit 2023-12-07T11:26:42.908288+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:26:43.496 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:43.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:43.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:43.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:43.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:43 smithi044 bash[32620]: audit 2023-12-07T11:26:42.897384+0000 mon.a (mon.0) 1001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:26:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:43 smithi044 bash[32620]: audit 2023-12-07T11:26:42.899177+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:26:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:43 smithi044 bash[32620]: audit 2023-12-07T11:26:42.908288+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:26:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:43 smithi022 bash[28554]: audit 2023-12-07T11:26:42.897384+0000 mon.a (mon.0) 1001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:26:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:43 smithi022 bash[28554]: audit 2023-12-07T11:26:42.899177+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:26:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:43 smithi022 bash[28554]: audit 2023-12-07T11:26:42.908288+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:26:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:44 smithi027 bash[31536]: cluster 2023-12-07T11:26:42.456312+0000 mgr.a (mgr.24293) 3864 : cluster 0 pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:44 smithi027 bash[31536]: audit 2023-12-07T11:26:42.964729+0000 mgr.a (mgr.24293) 3865 : audit 0 from='client.87720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:44 smithi044 bash[32620]: cluster 2023-12-07T11:26:42.456312+0000 mgr.a (mgr.24293) 3864 : cluster 0 pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:44 smithi044 bash[32620]: audit 2023-12-07T11:26:42.964729+0000 mgr.a (mgr.24293) 3865 : audit 0 from='client.87720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:44 smithi022 bash[28554]: cluster 2023-12-07T11:26:42.456312+0000 mgr.a (mgr.24293) 3864 : cluster 0 pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:44 smithi022 bash[28554]: audit 2023-12-07T11:26:42.964729+0000 mgr.a (mgr.24293) 3865 : audit 0 from='client.87720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:45 smithi044 bash[32620]: cluster 2023-12-07T11:26:44.457079+0000 mgr.a (mgr.24293) 3866 : cluster 0 pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:45 smithi022 bash[28554]: cluster 2023-12-07T11:26:44.457079+0000 mgr.a (mgr.24293) 3866 : cluster 0 pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:45 smithi027 bash[31536]: cluster 2023-12-07T11:26:44.457079+0000 mgr.a (mgr.24293) 3866 : cluster 0 pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:47 smithi044 bash[32620]: cluster 2023-12-07T11:26:46.457969+0000 mgr.a (mgr.24293) 3867 : cluster 0 pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:47 smithi022 bash[28554]: cluster 2023-12-07T11:26:46.457969+0000 mgr.a (mgr.24293) 3867 : cluster 0 pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:47 smithi027 bash[31536]: cluster 2023-12-07T11:26:46.457969+0000 mgr.a (mgr.24293) 3867 : cluster 0 pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:48.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:48.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:48.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:49.418 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:49.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:49.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:49.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:49.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:49 smithi044 bash[32620]: cluster 2023-12-07T11:26:48.458541+0000 mgr.a (mgr.24293) 3868 : 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-07T11:26:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:49 smithi044 bash[32620]: audit 2023-12-07T11:26:48.904054+0000 mgr.a (mgr.24293) 3869 : audit 0 from='client.87798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:49 smithi022 bash[28554]: cluster 2023-12-07T11:26:48.458541+0000 mgr.a (mgr.24293) 3868 : 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-07T11:26:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:49 smithi022 bash[28554]: audit 2023-12-07T11:26:48.904054+0000 mgr.a (mgr.24293) 3869 : audit 0 from='client.87798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:49 smithi027 bash[31536]: cluster 2023-12-07T11:26:48.458541+0000 mgr.a (mgr.24293) 3868 : 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-07T11:26:49.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:49 smithi027 bash[31536]: audit 2023-12-07T11:26:48.904054+0000 mgr.a (mgr.24293) 3869 : audit 0 from='client.87798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:51 smithi044 bash[32620]: cluster 2023-12-07T11:26:50.459390+0000 mgr.a (mgr.24293) 3870 : 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-07T11:26:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:51 smithi022 bash[28554]: cluster 2023-12-07T11:26:50.459390+0000 mgr.a (mgr.24293) 3870 : 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-07T11:26:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:51 smithi027 bash[31536]: cluster 2023-12-07T11:26:50.459390+0000 mgr.a (mgr.24293) 3870 : 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-07T11:26:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:53 smithi044 bash[32620]: cluster 2023-12-07T11:26:52.459976+0000 mgr.a (mgr.24293) 3871 : 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-07T11:26:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:53 smithi022 bash[28554]: cluster 2023-12-07T11:26:52.459976+0000 mgr.a (mgr.24293) 3871 : 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-07T11:26:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:53 smithi027 bash[31536]: cluster 2023-12-07T11:26:52.459976+0000 mgr.a (mgr.24293) 3871 : 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-07T11:26:54.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:26:54.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:54.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:55.330 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:26:55.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:55.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:55.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:55.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:26:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:55 smithi044 bash[32620]: cluster 2023-12-07T11:26:54.460553+0000 mgr.a (mgr.24293) 3872 : 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-07T11:26:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:55 smithi044 bash[32620]: audit 2023-12-07T11:26:54.821490+0000 mgr.a (mgr.24293) 3873 : audit 0 from='client.87873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:55 smithi022 bash[28554]: cluster 2023-12-07T11:26:54.460553+0000 mgr.a (mgr.24293) 3872 : 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-07T11:26:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:55 smithi022 bash[28554]: audit 2023-12-07T11:26:54.821490+0000 mgr.a (mgr.24293) 3873 : audit 0 from='client.87873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:55 smithi027 bash[31536]: cluster 2023-12-07T11:26:54.460553+0000 mgr.a (mgr.24293) 3872 : 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-07T11:26:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:55 smithi027 bash[31536]: audit 2023-12-07T11:26:54.821490+0000 mgr.a (mgr.24293) 3873 : audit 0 from='client.87873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:57 smithi044 bash[32620]: cluster 2023-12-07T11:26:56.461559+0000 mgr.a (mgr.24293) 3874 : 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-07T11:26:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:57 smithi022 bash[28554]: cluster 2023-12-07T11:26:56.461559+0000 mgr.a (mgr.24293) 3874 : 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-07T11:26:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:57 smithi027 bash[31536]: cluster 2023-12-07T11:26:56.461559+0000 mgr.a (mgr.24293) 3874 : 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-07T11:26:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:26:59 smithi044 bash[32620]: cluster 2023-12-07T11:26:58.462129+0000 mgr.a (mgr.24293) 3875 : 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-07T11:26:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:26:59 smithi022 bash[28554]: cluster 2023-12-07T11:26:58.462129+0000 mgr.a (mgr.24293) 3875 : 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-07T11:26:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:26:59 smithi027 bash[31536]: cluster 2023-12-07T11:26:58.462129+0000 mgr.a (mgr.24293) 3875 : 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-07T11:27:00.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:00.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:00.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:01.271 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:01.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:01.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:01.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:01.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:01 smithi044 bash[32620]: cluster 2023-12-07T11:27:00.462895+0000 mgr.a (mgr.24293) 3876 : cluster 0 pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:01 smithi044 bash[32620]: audit 2023-12-07T11:27:00.745464+0000 mgr.a (mgr.24293) 3877 : audit 0 from='client.87945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:01 smithi022 bash[28554]: cluster 2023-12-07T11:27:00.462895+0000 mgr.a (mgr.24293) 3876 : cluster 0 pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:01 smithi022 bash[28554]: audit 2023-12-07T11:27:00.745464+0000 mgr.a (mgr.24293) 3877 : audit 0 from='client.87945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:01 smithi027 bash[31536]: cluster 2023-12-07T11:27:00.462895+0000 mgr.a (mgr.24293) 3876 : cluster 0 pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:01 smithi027 bash[31536]: audit 2023-12-07T11:27:00.745464+0000 mgr.a (mgr.24293) 3877 : audit 0 from='client.87945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:03 smithi022 bash[28554]: cluster 2023-12-07T11:27:02.463570+0000 mgr.a (mgr.24293) 3878 : cluster 0 pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:03 smithi044 bash[32620]: cluster 2023-12-07T11:27:02.463570+0000 mgr.a (mgr.24293) 3878 : cluster 0 pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:03 smithi027 bash[31536]: cluster 2023-12-07T11:27:02.463570+0000 mgr.a (mgr.24293) 3878 : cluster 0 pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:05 smithi044 bash[32620]: cluster 2023-12-07T11:27:04.464114+0000 mgr.a (mgr.24293) 3879 : cluster 0 pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:05 smithi022 bash[28554]: cluster 2023-12-07T11:27:04.464114+0000 mgr.a (mgr.24293) 3879 : cluster 0 pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:05 smithi027 bash[31536]: cluster 2023-12-07T11:27:04.464114+0000 mgr.a (mgr.24293) 3879 : cluster 0 pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:06.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:06.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:06.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:07.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:07.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:07.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:07.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:07.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:07 smithi044 bash[32620]: cluster 2023-12-07T11:27:06.464733+0000 mgr.a (mgr.24293) 3880 : cluster 0 pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:07 smithi044 bash[32620]: audit 2023-12-07T11:27:06.682437+0000 mgr.a (mgr.24293) 3881 : audit 0 from='client.88020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:07 smithi022 bash[28554]: cluster 2023-12-07T11:27:06.464733+0000 mgr.a (mgr.24293) 3880 : cluster 0 pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:07 smithi022 bash[28554]: audit 2023-12-07T11:27:06.682437+0000 mgr.a (mgr.24293) 3881 : audit 0 from='client.88020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:07 smithi027 bash[31536]: cluster 2023-12-07T11:27:06.464733+0000 mgr.a (mgr.24293) 3880 : cluster 0 pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:07 smithi027 bash[31536]: audit 2023-12-07T11:27:06.682437+0000 mgr.a (mgr.24293) 3881 : audit 0 from='client.88020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:09 smithi044 bash[32620]: cluster 2023-12-07T11:27:08.465381+0000 mgr.a (mgr.24293) 3882 : cluster 0 pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:09 smithi022 bash[28554]: cluster 2023-12-07T11:27:08.465381+0000 mgr.a (mgr.24293) 3882 : cluster 0 pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:09 smithi027 bash[31536]: cluster 2023-12-07T11:27:08.465381+0000 mgr.a (mgr.24293) 3882 : cluster 0 pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:11 smithi044 bash[32620]: cluster 2023-12-07T11:27:10.466176+0000 mgr.a (mgr.24293) 3883 : 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-07T11:27:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:11 smithi022 bash[28554]: cluster 2023-12-07T11:27:10.466176+0000 mgr.a (mgr.24293) 3883 : 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-07T11:27:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:11 smithi027 bash[31536]: cluster 2023-12-07T11:27:10.466176+0000 mgr.a (mgr.24293) 3883 : 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-07T11:27:12.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:12.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:12.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:13.152 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:13.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:13.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:13.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:13.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:13 smithi044 bash[32620]: cluster 2023-12-07T11:27:12.466713+0000 mgr.a (mgr.24293) 3884 : cluster 0 pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:13 smithi044 bash[32620]: audit 2023-12-07T11:27:12.626186+0000 mgr.a (mgr.24293) 3885 : audit 0 from='client.81523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:13 smithi022 bash[28554]: cluster 2023-12-07T11:27:12.466713+0000 mgr.a (mgr.24293) 3884 : cluster 0 pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:13 smithi022 bash[28554]: audit 2023-12-07T11:27:12.626186+0000 mgr.a (mgr.24293) 3885 : audit 0 from='client.81523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:13 smithi027 bash[31536]: cluster 2023-12-07T11:27:12.466713+0000 mgr.a (mgr.24293) 3884 : cluster 0 pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:13.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:13 smithi027 bash[31536]: audit 2023-12-07T11:27:12.626186+0000 mgr.a (mgr.24293) 3885 : audit 0 from='client.81523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:15 smithi044 bash[32620]: cluster 2023-12-07T11:27:14.467323+0000 mgr.a (mgr.24293) 3886 : cluster 0 pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:15 smithi022 bash[28554]: cluster 2023-12-07T11:27:14.467323+0000 mgr.a (mgr.24293) 3886 : cluster 0 pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:15 smithi027 bash[31536]: cluster 2023-12-07T11:27:14.467323+0000 mgr.a (mgr.24293) 3886 : cluster 0 pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:17 smithi044 bash[32620]: cluster 2023-12-07T11:27:16.468151+0000 mgr.a (mgr.24293) 3887 : cluster 0 pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:17 smithi022 bash[28554]: cluster 2023-12-07T11:27:16.468151+0000 mgr.a (mgr.24293) 3887 : cluster 0 pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:17 smithi027 bash[31536]: cluster 2023-12-07T11:27:16.468151+0000 mgr.a (mgr.24293) 3887 : cluster 0 pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:18.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:18.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:18.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:19.065 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:19.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:19.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:19.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:19.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:19 smithi044 bash[32620]: cluster 2023-12-07T11:27:18.468839+0000 mgr.a (mgr.24293) 3888 : cluster 0 pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:19 smithi044 bash[32620]: audit 2023-12-07T11:27:18.564695+0000 mgr.a (mgr.24293) 3889 : audit 0 from='client.88170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:19 smithi022 bash[28554]: cluster 2023-12-07T11:27:18.468839+0000 mgr.a (mgr.24293) 3888 : cluster 0 pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:19 smithi022 bash[28554]: audit 2023-12-07T11:27:18.564695+0000 mgr.a (mgr.24293) 3889 : audit 0 from='client.88170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:19 smithi027 bash[31536]: cluster 2023-12-07T11:27:18.468839+0000 mgr.a (mgr.24293) 3888 : cluster 0 pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:19 smithi027 bash[31536]: audit 2023-12-07T11:27:18.564695+0000 mgr.a (mgr.24293) 3889 : audit 0 from='client.88170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:21 smithi044 bash[32620]: cluster 2023-12-07T11:27:20.469717+0000 mgr.a (mgr.24293) 3890 : cluster 0 pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:21 smithi022 bash[28554]: cluster 2023-12-07T11:27:20.469717+0000 mgr.a (mgr.24293) 3890 : cluster 0 pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:21 smithi027 bash[31536]: cluster 2023-12-07T11:27:20.469717+0000 mgr.a (mgr.24293) 3890 : cluster 0 pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:23 smithi044 bash[32620]: cluster 2023-12-07T11:27:22.470287+0000 mgr.a (mgr.24293) 3891 : 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-07T11:27:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:23 smithi022 bash[28554]: cluster 2023-12-07T11:27:22.470287+0000 mgr.a (mgr.24293) 3891 : 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-07T11:27:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:23 smithi027 bash[31536]: cluster 2023-12-07T11:27:22.470287+0000 mgr.a (mgr.24293) 3891 : 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-07T11:27:24.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:24.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:24.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:25.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:25.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:25.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:25.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:25.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:25 smithi044 bash[32620]: audit 2023-12-07T11:27:24.472180+0000 mgr.a (mgr.24293) 3892 : audit 0 from='client.88245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:25 smithi044 bash[32620]: cluster 2023-12-07T11:27:24.472610+0000 mgr.a (mgr.24293) 3893 : 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-07T11:27:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:25 smithi022 bash[28554]: audit 2023-12-07T11:27:24.472180+0000 mgr.a (mgr.24293) 3892 : audit 0 from='client.88245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:25 smithi022 bash[28554]: cluster 2023-12-07T11:27:24.472610+0000 mgr.a (mgr.24293) 3893 : 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-07T11:27:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:25 smithi027 bash[31536]: audit 2023-12-07T11:27:24.472180+0000 mgr.a (mgr.24293) 3892 : audit 0 from='client.88245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:25 smithi027 bash[31536]: cluster 2023-12-07T11:27:24.472610+0000 mgr.a (mgr.24293) 3893 : 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-07T11:27:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:27 smithi044 bash[32620]: cluster 2023-12-07T11:27:26.473485+0000 mgr.a (mgr.24293) 3894 : 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-07T11:27:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:27 smithi022 bash[28554]: cluster 2023-12-07T11:27:26.473485+0000 mgr.a (mgr.24293) 3894 : 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-07T11:27:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:27 smithi027 bash[31536]: cluster 2023-12-07T11:27:26.473485+0000 mgr.a (mgr.24293) 3894 : 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-07T11:27:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:29 smithi044 bash[32620]: cluster 2023-12-07T11:27:28.474046+0000 mgr.a (mgr.24293) 3895 : 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-07T11:27:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:29 smithi022 bash[28554]: cluster 2023-12-07T11:27:28.474046+0000 mgr.a (mgr.24293) 3895 : 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-07T11:27:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:29 smithi027 bash[31536]: cluster 2023-12-07T11:27:28.474046+0000 mgr.a (mgr.24293) 3895 : 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-07T11:27:30.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:30.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:30.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:30.953 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:30.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:30.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:30.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:30.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:31 smithi027 bash[31536]: audit 2023-12-07T11:27:30.421871+0000 mgr.a (mgr.24293) 3896 : audit 0 from='client.88317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:31 smithi027 bash[31536]: cluster 2023-12-07T11:27:30.475255+0000 mgr.a (mgr.24293) 3897 : cluster 0 pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:31 smithi044 bash[32620]: audit 2023-12-07T11:27:30.421871+0000 mgr.a (mgr.24293) 3896 : audit 0 from='client.88317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:31 smithi044 bash[32620]: cluster 2023-12-07T11:27:30.475255+0000 mgr.a (mgr.24293) 3897 : cluster 0 pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:31 smithi022 bash[28554]: audit 2023-12-07T11:27:30.421871+0000 mgr.a (mgr.24293) 3896 : audit 0 from='client.88317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:31 smithi022 bash[28554]: cluster 2023-12-07T11:27:30.475255+0000 mgr.a (mgr.24293) 3897 : cluster 0 pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:33.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:33 smithi027 bash[31536]: cluster 2023-12-07T11:27:32.475983+0000 mgr.a (mgr.24293) 3898 : cluster 0 pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:33 smithi044 bash[32620]: cluster 2023-12-07T11:27:32.475983+0000 mgr.a (mgr.24293) 3898 : cluster 0 pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:33 smithi022 bash[28554]: cluster 2023-12-07T11:27:32.475983+0000 mgr.a (mgr.24293) 3898 : cluster 0 pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:35 smithi027 bash[31536]: cluster 2023-12-07T11:27:34.476560+0000 mgr.a (mgr.24293) 3899 : cluster 0 pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:35.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:35.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:35.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:35 smithi044 bash[32620]: cluster 2023-12-07T11:27:34.476560+0000 mgr.a (mgr.24293) 3899 : cluster 0 pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:35 smithi022 bash[28554]: cluster 2023-12-07T11:27:34.476560+0000 mgr.a (mgr.24293) 3899 : cluster 0 pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:36.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:36.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:36.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:36.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:36.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:37 smithi027 bash[31536]: audit 2023-12-07T11:27:36.366883+0000 mgr.a (mgr.24293) 3900 : audit 0 from='client.88389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:37.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:37 smithi027 bash[31536]: cluster 2023-12-07T11:27:36.477518+0000 mgr.a (mgr.24293) 3901 : cluster 0 pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:37 smithi044 bash[32620]: audit 2023-12-07T11:27:36.366883+0000 mgr.a (mgr.24293) 3900 : audit 0 from='client.88389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:37 smithi044 bash[32620]: cluster 2023-12-07T11:27:36.477518+0000 mgr.a (mgr.24293) 3901 : cluster 0 pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:37 smithi022 bash[28554]: audit 2023-12-07T11:27:36.366883+0000 mgr.a (mgr.24293) 3900 : audit 0 from='client.88389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:37 smithi022 bash[28554]: cluster 2023-12-07T11:27:36.477518+0000 mgr.a (mgr.24293) 3901 : cluster 0 pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:39.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:39 smithi027 bash[31536]: cluster 2023-12-07T11:27:38.478222+0000 mgr.a (mgr.24293) 3902 : cluster 0 pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:39 smithi044 bash[32620]: cluster 2023-12-07T11:27:38.478222+0000 mgr.a (mgr.24293) 3902 : cluster 0 pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:39 smithi022 bash[28554]: cluster 2023-12-07T11:27:38.478222+0000 mgr.a (mgr.24293) 3902 : cluster 0 pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:41.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:41.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:41.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:41 smithi022 bash[28554]: cluster 2023-12-07T11:27:40.479084+0000 mgr.a (mgr.24293) 3903 : 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-07T11:27:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:41 smithi044 bash[32620]: cluster 2023-12-07T11:27:40.479084+0000 mgr.a (mgr.24293) 3903 : 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-07T11:27:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:41 smithi027 bash[31536]: cluster 2023-12-07T11:27:40.479084+0000 mgr.a (mgr.24293) 3903 : 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-07T11:27:42.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:42.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:42.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:42.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:42.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:43 smithi044 bash[32620]: audit 2023-12-07T11:27:42.308283+0000 mgr.a (mgr.24293) 3904 : audit 0 from='client.88464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:43 smithi044 bash[32620]: cluster 2023-12-07T11:27:42.479980+0000 mgr.a (mgr.24293) 3905 : cluster 0 pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:43 smithi044 bash[32620]: audit 2023-12-07T11:27:43.016749+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:27:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:43 smithi022 bash[28554]: audit 2023-12-07T11:27:42.308283+0000 mgr.a (mgr.24293) 3904 : audit 0 from='client.88464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:43 smithi022 bash[28554]: cluster 2023-12-07T11:27:42.479980+0000 mgr.a (mgr.24293) 3905 : cluster 0 pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:43 smithi022 bash[28554]: audit 2023-12-07T11:27:43.016749+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:27:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:43 smithi027 bash[31536]: audit 2023-12-07T11:27:42.308283+0000 mgr.a (mgr.24293) 3904 : audit 0 from='client.88464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:43 smithi027 bash[31536]: cluster 2023-12-07T11:27:42.479980+0000 mgr.a (mgr.24293) 3905 : cluster 0 pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:43 smithi027 bash[31536]: audit 2023-12-07T11:27:43.016749+0000 mon.a (mon.0) 1004 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:27:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:44 smithi044 bash[32620]: audit 2023-12-07T11:27:43.815496+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:27:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:44 smithi044 bash[32620]: audit 2023-12-07T11:27:43.817492+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:27:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:44 smithi044 bash[32620]: audit 2023-12-07T11:27:43.827019+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:27:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:44 smithi022 bash[28554]: audit 2023-12-07T11:27:43.815496+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:27:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:44 smithi022 bash[28554]: audit 2023-12-07T11:27:43.817492+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:27:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:44 smithi022 bash[28554]: audit 2023-12-07T11:27:43.827019+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:27:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:44 smithi027 bash[31536]: audit 2023-12-07T11:27:43.815496+0000 mon.a (mon.0) 1005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:27:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:44 smithi027 bash[31536]: audit 2023-12-07T11:27:43.817492+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:27:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:44 smithi027 bash[31536]: audit 2023-12-07T11:27:43.827019+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:27:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:45 smithi044 bash[32620]: cluster 2023-12-07T11:27:44.480726+0000 mgr.a (mgr.24293) 3906 : cluster 0 pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:45 smithi022 bash[28554]: cluster 2023-12-07T11:27:44.480726+0000 mgr.a (mgr.24293) 3906 : cluster 0 pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:45 smithi027 bash[31536]: cluster 2023-12-07T11:27:44.480726+0000 mgr.a (mgr.24293) 3906 : cluster 0 pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:47.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:47.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:47.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:47 smithi044 bash[32620]: cluster 2023-12-07T11:27:46.481545+0000 mgr.a (mgr.24293) 3907 : cluster 0 pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:47 smithi022 bash[28554]: cluster 2023-12-07T11:27:46.481545+0000 mgr.a (mgr.24293) 3907 : cluster 0 pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:47 smithi027 bash[31536]: cluster 2023-12-07T11:27:46.481545+0000 mgr.a (mgr.24293) 3907 : cluster 0 pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:48.724 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:48.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:48.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:48.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:48.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:49 smithi044 bash[32620]: audit 2023-12-07T11:27:48.228615+0000 mgr.a (mgr.24293) 3908 : audit 0 from='client.88533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:49 smithi044 bash[32620]: cluster 2023-12-07T11:27:48.482550+0000 mgr.a (mgr.24293) 3909 : cluster 0 pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:49 smithi022 bash[28554]: audit 2023-12-07T11:27:48.228615+0000 mgr.a (mgr.24293) 3908 : audit 0 from='client.88533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:49 smithi022 bash[28554]: cluster 2023-12-07T11:27:48.482550+0000 mgr.a (mgr.24293) 3909 : cluster 0 pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:49 smithi027 bash[31536]: audit 2023-12-07T11:27:48.228615+0000 mgr.a (mgr.24293) 3908 : audit 0 from='client.88533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:49 smithi027 bash[31536]: cluster 2023-12-07T11:27:48.482550+0000 mgr.a (mgr.24293) 3909 : cluster 0 pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:51 smithi044 bash[32620]: cluster 2023-12-07T11:27:50.483481+0000 mgr.a (mgr.24293) 3910 : cluster 0 pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:51 smithi022 bash[28554]: cluster 2023-12-07T11:27:50.483481+0000 mgr.a (mgr.24293) 3910 : cluster 0 pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:51 smithi027 bash[31536]: cluster 2023-12-07T11:27:50.483481+0000 mgr.a (mgr.24293) 3910 : cluster 0 pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:53.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:53.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:53.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:53 smithi044 bash[32620]: cluster 2023-12-07T11:27:52.484215+0000 mgr.a (mgr.24293) 3911 : 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-07T11:27:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:53 smithi022 bash[28554]: cluster 2023-12-07T11:27:52.484215+0000 mgr.a (mgr.24293) 3911 : 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-07T11:27:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:53 smithi027 bash[31536]: cluster 2023-12-07T11:27:52.484215+0000 mgr.a (mgr.24293) 3911 : 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-07T11:27:54.645 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:27:54.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:54.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:54.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:54.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:27:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:54 smithi044 bash[32620]: audit 2023-12-07T11:27:54.139248+0000 mgr.a (mgr.24293) 3912 : audit 0 from='client.88611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:54 smithi022 bash[28554]: audit 2023-12-07T11:27:54.139248+0000 mgr.a (mgr.24293) 3912 : audit 0 from='client.88611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:54 smithi027 bash[31536]: audit 2023-12-07T11:27:54.139248+0000 mgr.a (mgr.24293) 3912 : audit 0 from='client.88611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:55 smithi044 bash[32620]: cluster 2023-12-07T11:27:54.484991+0000 mgr.a (mgr.24293) 3913 : 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-07T11:27:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:55 smithi022 bash[28554]: cluster 2023-12-07T11:27:54.484991+0000 mgr.a (mgr.24293) 3913 : 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-07T11:27:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:55 smithi027 bash[31536]: cluster 2023-12-07T11:27:54.484991+0000 mgr.a (mgr.24293) 3913 : 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-07T11:27:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:57 smithi044 bash[32620]: cluster 2023-12-07T11:27:56.485950+0000 mgr.a (mgr.24293) 3914 : 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-07T11:27:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:57 smithi022 bash[28554]: cluster 2023-12-07T11:27:56.485950+0000 mgr.a (mgr.24293) 3914 : 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-07T11:27:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:57 smithi027 bash[31536]: cluster 2023-12-07T11:27:56.485950+0000 mgr.a (mgr.24293) 3914 : 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-07T11:27:59.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:27:59.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:59.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:27:59 smithi044 bash[32620]: cluster 2023-12-07T11:27:58.486492+0000 mgr.a (mgr.24293) 3915 : 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-07T11:28:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:27:59 smithi022 bash[28554]: cluster 2023-12-07T11:27:58.486492+0000 mgr.a (mgr.24293) 3915 : 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-07T11:28:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:27:59 smithi027 bash[31536]: cluster 2023-12-07T11:27:58.486492+0000 mgr.a (mgr.24293) 3915 : 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-07T11:28:00.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:00.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:00.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:00.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:00.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:00 smithi044 bash[32620]: audit 2023-12-07T11:28:00.060131+0000 mgr.a (mgr.24293) 3916 : audit 0 from='client.88683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:00 smithi022 bash[28554]: audit 2023-12-07T11:28:00.060131+0000 mgr.a (mgr.24293) 3916 : audit 0 from='client.88683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:00 smithi027 bash[31536]: audit 2023-12-07T11:28:00.060131+0000 mgr.a (mgr.24293) 3916 : audit 0 from='client.88683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:01 smithi044 bash[32620]: cluster 2023-12-07T11:28:00.487642+0000 mgr.a (mgr.24293) 3917 : cluster 0 pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:28:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:01 smithi022 bash[28554]: cluster 2023-12-07T11:28:00.487642+0000 mgr.a (mgr.24293) 3917 : cluster 0 pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:28:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:01 smithi027 bash[31536]: cluster 2023-12-07T11:28:00.487642+0000 mgr.a (mgr.24293) 3917 : cluster 0 pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:28:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:03 smithi044 bash[32620]: cluster 2023-12-07T11:28:02.488230+0000 mgr.a (mgr.24293) 3918 : cluster 0 pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:28:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:03 smithi022 bash[28554]: cluster 2023-12-07T11:28:02.488230+0000 mgr.a (mgr.24293) 3918 : cluster 0 pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:28:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:03 smithi027 bash[31536]: cluster 2023-12-07T11:28:02.488230+0000 mgr.a (mgr.24293) 3918 : cluster 0 pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:28:05.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:05.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:05.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:05 smithi044 bash[32620]: cluster 2023-12-07T11:28:04.488782+0000 mgr.a (mgr.24293) 3919 : cluster 0 pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:28:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:05 smithi022 bash[28554]: cluster 2023-12-07T11:28:04.488782+0000 mgr.a (mgr.24293) 3919 : cluster 0 pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:28:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:05 smithi027 bash[31536]: cluster 2023-12-07T11:28:04.488782+0000 mgr.a (mgr.24293) 3919 : cluster 0 pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:28:06.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:06.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:06.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:06.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:06.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:06 smithi044 bash[32620]: audit 2023-12-07T11:28:06.026372+0000 mgr.a (mgr.24293) 3920 : audit 0 from='client.88755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:06 smithi022 bash[28554]: audit 2023-12-07T11:28:06.026372+0000 mgr.a (mgr.24293) 3920 : audit 0 from='client.88755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:06 smithi027 bash[31536]: audit 2023-12-07T11:28:06.026372+0000 mgr.a (mgr.24293) 3920 : audit 0 from='client.88755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:07 smithi044 bash[32620]: cluster 2023-12-07T11:28:06.489483+0000 mgr.a (mgr.24293) 3921 : cluster 0 pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:07 smithi022 bash[28554]: cluster 2023-12-07T11:28:06.489483+0000 mgr.a (mgr.24293) 3921 : cluster 0 pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:07 smithi027 bash[31536]: cluster 2023-12-07T11:28:06.489483+0000 mgr.a (mgr.24293) 3921 : cluster 0 pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:09 smithi044 bash[32620]: cluster 2023-12-07T11:28:08.490013+0000 mgr.a (mgr.24293) 3922 : cluster 0 pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:09 smithi022 bash[28554]: cluster 2023-12-07T11:28:08.490013+0000 mgr.a (mgr.24293) 3922 : cluster 0 pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:09 smithi027 bash[31536]: cluster 2023-12-07T11:28:08.490013+0000 mgr.a (mgr.24293) 3922 : cluster 0 pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:11.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:11.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:11.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:11 smithi022 bash[28554]: cluster 2023-12-07T11:28:10.490840+0000 mgr.a (mgr.24293) 3923 : cluster 0 pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:11 smithi044 bash[32620]: cluster 2023-12-07T11:28:10.490840+0000 mgr.a (mgr.24293) 3923 : cluster 0 pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:11 smithi027 bash[31536]: cluster 2023-12-07T11:28:10.490840+0000 mgr.a (mgr.24293) 3923 : cluster 0 pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:12.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:12 smithi044 bash[32620]: audit 2023-12-07T11:28:11.945455+0000 mgr.a (mgr.24293) 3924 : audit 0 from='client.88830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:12 smithi022 bash[28554]: audit 2023-12-07T11:28:11.945455+0000 mgr.a (mgr.24293) 3924 : audit 0 from='client.88830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:12 smithi027 bash[31536]: audit 2023-12-07T11:28:11.945455+0000 mgr.a (mgr.24293) 3924 : audit 0 from='client.88830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:13 smithi044 bash[32620]: cluster 2023-12-07T11:28:12.491714+0000 mgr.a (mgr.24293) 3925 : cluster 0 pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:28:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:13 smithi022 bash[28554]: cluster 2023-12-07T11:28:12.491714+0000 mgr.a (mgr.24293) 3925 : cluster 0 pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:28:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:13 smithi027 bash[31536]: cluster 2023-12-07T11:28:12.491714+0000 mgr.a (mgr.24293) 3925 : cluster 0 pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:28:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:15 smithi044 bash[32620]: cluster 2023-12-07T11:28:14.492327+0000 mgr.a (mgr.24293) 3926 : cluster 0 pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:28:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:15 smithi022 bash[28554]: cluster 2023-12-07T11:28:14.492327+0000 mgr.a (mgr.24293) 3926 : cluster 0 pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:28:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:15 smithi027 bash[31536]: cluster 2023-12-07T11:28:14.492327+0000 mgr.a (mgr.24293) 3926 : cluster 0 pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:28:17.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:17.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:17.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:17 smithi044 bash[32620]: cluster 2023-12-07T11:28:16.493228+0000 mgr.a (mgr.24293) 3927 : cluster 0 pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:28:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:17 smithi022 bash[28554]: cluster 2023-12-07T11:28:16.493228+0000 mgr.a (mgr.24293) 3927 : cluster 0 pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:28:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:17 smithi027 bash[31536]: cluster 2023-12-07T11:28:16.493228+0000 mgr.a (mgr.24293) 3927 : cluster 0 pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:28:18.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:18.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:18.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:18.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:18.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:18 smithi027 bash[31536]: audit 2023-12-07T11:28:17.887971+0000 mgr.a (mgr.24293) 3928 : audit 0 from='client.88908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:18 smithi044 bash[32620]: audit 2023-12-07T11:28:17.887971+0000 mgr.a (mgr.24293) 3928 : audit 0 from='client.88908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:18 smithi022 bash[28554]: audit 2023-12-07T11:28:17.887971+0000 mgr.a (mgr.24293) 3928 : audit 0 from='client.88908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:19 smithi027 bash[31536]: cluster 2023-12-07T11:28:18.493953+0000 mgr.a (mgr.24293) 3929 : cluster 0 pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:19 smithi044 bash[32620]: cluster 2023-12-07T11:28:18.493953+0000 mgr.a (mgr.24293) 3929 : cluster 0 pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:19 smithi022 bash[28554]: cluster 2023-12-07T11:28:18.493953+0000 mgr.a (mgr.24293) 3929 : cluster 0 pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:21 smithi027 bash[31536]: cluster 2023-12-07T11:28:20.494984+0000 mgr.a (mgr.24293) 3930 : cluster 0 pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:21 smithi044 bash[32620]: cluster 2023-12-07T11:28:20.494984+0000 mgr.a (mgr.24293) 3930 : cluster 0 pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:21 smithi022 bash[28554]: cluster 2023-12-07T11:28:20.494984+0000 mgr.a (mgr.24293) 3930 : cluster 0 pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:23.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:23.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:23.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:23 smithi027 bash[31536]: cluster 2023-12-07T11:28:22.495696+0000 mgr.a (mgr.24293) 3931 : cluster 0 pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:24.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:24.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:24.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:24.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:24.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:23 smithi044 bash[32620]: cluster 2023-12-07T11:28:22.495696+0000 mgr.a (mgr.24293) 3931 : cluster 0 pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:23 smithi022 bash[28554]: cluster 2023-12-07T11:28:22.495696+0000 mgr.a (mgr.24293) 3931 : cluster 0 pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:24 smithi027 bash[31536]: audit 2023-12-07T11:28:23.861275+0000 mgr.a (mgr.24293) 3932 : audit 0 from='client.88983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:24 smithi044 bash[32620]: audit 2023-12-07T11:28:23.861275+0000 mgr.a (mgr.24293) 3932 : audit 0 from='client.88983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:24 smithi022 bash[28554]: audit 2023-12-07T11:28:23.861275+0000 mgr.a (mgr.24293) 3932 : audit 0 from='client.88983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:25 smithi027 bash[31536]: cluster 2023-12-07T11:28:24.496432+0000 mgr.a (mgr.24293) 3933 : cluster 0 pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:25 smithi044 bash[32620]: cluster 2023-12-07T11:28:24.496432+0000 mgr.a (mgr.24293) 3933 : cluster 0 pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:25 smithi022 bash[28554]: cluster 2023-12-07T11:28:24.496432+0000 mgr.a (mgr.24293) 3933 : cluster 0 pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:27 smithi044 bash[32620]: cluster 2023-12-07T11:28:26.497286+0000 mgr.a (mgr.24293) 3934 : cluster 0 pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:27 smithi022 bash[28554]: cluster 2023-12-07T11:28:26.497286+0000 mgr.a (mgr.24293) 3934 : cluster 0 pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:27 smithi027 bash[31536]: cluster 2023-12-07T11:28:26.497286+0000 mgr.a (mgr.24293) 3934 : cluster 0 pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:29.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:29.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:29.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:30.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:30.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:30.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:30.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:30.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:29 smithi044 bash[32620]: cluster 2023-12-07T11:28:28.497842+0000 mgr.a (mgr.24293) 3935 : 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-07T11:28:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:29 smithi022 bash[28554]: cluster 2023-12-07T11:28:28.497842+0000 mgr.a (mgr.24293) 3935 : 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-07T11:28:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:29 smithi027 bash[31536]: cluster 2023-12-07T11:28:28.497842+0000 mgr.a (mgr.24293) 3935 : 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-07T11:28:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:30 smithi044 bash[32620]: audit 2023-12-07T11:28:29.829592+0000 mgr.a (mgr.24293) 3936 : audit 0 from='client.89061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:30 smithi022 bash[28554]: audit 2023-12-07T11:28:29.829592+0000 mgr.a (mgr.24293) 3936 : audit 0 from='client.89061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:30 smithi027 bash[31536]: audit 2023-12-07T11:28:29.829592+0000 mgr.a (mgr.24293) 3936 : audit 0 from='client.89061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:31 smithi044 bash[32620]: cluster 2023-12-07T11:28:30.498815+0000 mgr.a (mgr.24293) 3937 : 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-07T11:28:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:31 smithi022 bash[28554]: cluster 2023-12-07T11:28:30.498815+0000 mgr.a (mgr.24293) 3937 : 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-07T11:28:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:31 smithi027 bash[31536]: cluster 2023-12-07T11:28:30.498815+0000 mgr.a (mgr.24293) 3937 : 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-07T11:28:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:33 smithi044 bash[32620]: cluster 2023-12-07T11:28:32.499393+0000 mgr.a (mgr.24293) 3938 : 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-07T11:28:34.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:33 smithi022 bash[28554]: cluster 2023-12-07T11:28:32.499393+0000 mgr.a (mgr.24293) 3938 : 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-07T11:28:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:33 smithi027 bash[31536]: cluster 2023-12-07T11:28:32.499393+0000 mgr.a (mgr.24293) 3938 : 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-07T11:28:35.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:35.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:35.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:36.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:36.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:36.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:36.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:36.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:35 smithi044 bash[32620]: cluster 2023-12-07T11:28:34.499991+0000 mgr.a (mgr.24293) 3939 : 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-07T11:28:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:35 smithi022 bash[28554]: cluster 2023-12-07T11:28:34.499991+0000 mgr.a (mgr.24293) 3939 : 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-07T11:28:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:35 smithi027 bash[31536]: cluster 2023-12-07T11:28:34.499991+0000 mgr.a (mgr.24293) 3939 : 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-07T11:28:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:36 smithi044 bash[32620]: audit 2023-12-07T11:28:35.745963+0000 mgr.a (mgr.24293) 3940 : audit 0 from='client.89133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:36 smithi022 bash[28554]: audit 2023-12-07T11:28:35.745963+0000 mgr.a (mgr.24293) 3940 : audit 0 from='client.89133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:36 smithi027 bash[31536]: audit 2023-12-07T11:28:35.745963+0000 mgr.a (mgr.24293) 3940 : audit 0 from='client.89133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:37 smithi044 bash[32620]: cluster 2023-12-07T11:28:36.501078+0000 mgr.a (mgr.24293) 3941 : cluster 0 pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:37 smithi022 bash[28554]: cluster 2023-12-07T11:28:36.501078+0000 mgr.a (mgr.24293) 3941 : cluster 0 pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:37 smithi027 bash[31536]: cluster 2023-12-07T11:28:36.501078+0000 mgr.a (mgr.24293) 3941 : cluster 0 pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:39 smithi044 bash[32620]: cluster 2023-12-07T11:28:38.501663+0000 mgr.a (mgr.24293) 3942 : cluster 0 pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:39 smithi022 bash[28554]: cluster 2023-12-07T11:28:38.501663+0000 mgr.a (mgr.24293) 3942 : cluster 0 pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:39 smithi027 bash[31536]: cluster 2023-12-07T11:28:38.501663+0000 mgr.a (mgr.24293) 3942 : cluster 0 pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:41.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:41.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:41.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:42.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:42.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:42.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:41 smithi044 bash[32620]: cluster 2023-12-07T11:28:40.502414+0000 mgr.a (mgr.24293) 3943 : cluster 0 pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:41 smithi022 bash[28554]: cluster 2023-12-07T11:28:40.502414+0000 mgr.a (mgr.24293) 3943 : cluster 0 pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:41 smithi027 bash[31536]: cluster 2023-12-07T11:28:40.502414+0000 mgr.a (mgr.24293) 3943 : cluster 0 pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:42 smithi044 bash[32620]: audit 2023-12-07T11:28:41.673389+0000 mgr.a (mgr.24293) 3944 : audit 0 from='client.89205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:42 smithi022 bash[28554]: audit 2023-12-07T11:28:41.673389+0000 mgr.a (mgr.24293) 3944 : audit 0 from='client.89205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:43 smithi027 bash[31536]: audit 2023-12-07T11:28:41.673389+0000 mgr.a (mgr.24293) 3944 : audit 0 from='client.89205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:44 smithi044 bash[32620]: cluster 2023-12-07T11:28:42.503152+0000 mgr.a (mgr.24293) 3945 : cluster 0 pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:44 smithi044 bash[32620]: audit 2023-12-07T11:28:43.930086+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:28:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:43 smithi022 bash[28554]: cluster 2023-12-07T11:28:42.503152+0000 mgr.a (mgr.24293) 3945 : cluster 0 pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:43 smithi022 bash[28554]: audit 2023-12-07T11:28:43.930086+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:28:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:44 smithi027 bash[31536]: cluster 2023-12-07T11:28:42.503152+0000 mgr.a (mgr.24293) 3945 : cluster 0 pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:44 smithi027 bash[31536]: audit 2023-12-07T11:28:43.930086+0000 mon.a (mon.0) 1008 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:28:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:45 smithi044 bash[32620]: audit 2023-12-07T11:28:44.460868+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:45 smithi044 bash[32620]: audit 2023-12-07T11:28:44.472114+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:45 smithi044 bash[32620]: cluster 2023-12-07T11:28:44.503510+0000 mgr.a (mgr.24293) 3946 : cluster 0 pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:45 smithi044 bash[32620]: audit 2023-12-07T11:28:45.219929+0000 mon.a (mon.0) 1011 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:45 smithi044 bash[32620]: audit 2023-12-07T11:28:45.222241+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:45 smithi044 bash[32620]: audit 2023-12-07T11:28:45.232337+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:45 smithi022 bash[28554]: audit 2023-12-07T11:28:44.460868+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:45 smithi022 bash[28554]: audit 2023-12-07T11:28:44.472114+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:45 smithi022 bash[28554]: cluster 2023-12-07T11:28:44.503510+0000 mgr.a (mgr.24293) 3946 : cluster 0 pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:45 smithi022 bash[28554]: audit 2023-12-07T11:28:45.219929+0000 mon.a (mon.0) 1011 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:45 smithi022 bash[28554]: audit 2023-12-07T11:28:45.222241+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:28:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:45 smithi022 bash[28554]: audit 2023-12-07T11:28:45.232337+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:45 smithi027 bash[31536]: audit 2023-12-07T11:28:44.460868+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:45 smithi027 bash[31536]: audit 2023-12-07T11:28:44.472114+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:45 smithi027 bash[31536]: cluster 2023-12-07T11:28:44.503510+0000 mgr.a (mgr.24293) 3946 : cluster 0 pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:45 smithi027 bash[31536]: audit 2023-12-07T11:28:45.219929+0000 mon.a (mon.0) 1011 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:28:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:45 smithi027 bash[31536]: audit 2023-12-07T11:28:45.222241+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:28:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:45 smithi027 bash[31536]: audit 2023-12-07T11:28:45.232337+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:28:47.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:47.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:47.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:47 smithi044 bash[32620]: cluster 2023-12-07T11:28:46.504204+0000 mgr.a (mgr.24293) 3947 : cluster 0 pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:47 smithi022 bash[28554]: cluster 2023-12-07T11:28:46.504204+0000 mgr.a (mgr.24293) 3947 : cluster 0 pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:47 smithi027 bash[31536]: cluster 2023-12-07T11:28:46.504204+0000 mgr.a (mgr.24293) 3947 : cluster 0 pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:48.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:48.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:48.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:48.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:48.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:48 smithi044 bash[32620]: audit 2023-12-07T11:28:47.599472+0000 mgr.a (mgr.24293) 3948 : audit 0 from='client.89274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:48 smithi022 bash[28554]: audit 2023-12-07T11:28:47.599472+0000 mgr.a (mgr.24293) 3948 : audit 0 from='client.89274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:48 smithi027 bash[31536]: audit 2023-12-07T11:28:47.599472+0000 mgr.a (mgr.24293) 3948 : audit 0 from='client.89274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:49 smithi044 bash[32620]: cluster 2023-12-07T11:28:48.505071+0000 mgr.a (mgr.24293) 3949 : cluster 0 pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:49 smithi022 bash[28554]: cluster 2023-12-07T11:28:48.505071+0000 mgr.a (mgr.24293) 3949 : cluster 0 pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:49 smithi027 bash[31536]: cluster 2023-12-07T11:28:48.505071+0000 mgr.a (mgr.24293) 3949 : cluster 0 pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:51 smithi044 bash[32620]: cluster 2023-12-07T11:28:50.506065+0000 mgr.a (mgr.24293) 3950 : cluster 0 pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:51 smithi022 bash[28554]: cluster 2023-12-07T11:28:50.506065+0000 mgr.a (mgr.24293) 3950 : cluster 0 pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:51 smithi027 bash[31536]: cluster 2023-12-07T11:28:50.506065+0000 mgr.a (mgr.24293) 3950 : cluster 0 pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:53.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:53.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:53.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:53 smithi044 bash[32620]: cluster 2023-12-07T11:28:52.506672+0000 mgr.a (mgr.24293) 3951 : cluster 0 pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:53 smithi022 bash[28554]: cluster 2023-12-07T11:28:52.506672+0000 mgr.a (mgr.24293) 3951 : cluster 0 pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:53 smithi027 bash[31536]: cluster 2023-12-07T11:28:52.506672+0000 mgr.a (mgr.24293) 3951 : cluster 0 pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:54.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:54.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:54.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:54.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:28:54.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:54 smithi044 bash[32620]: audit 2023-12-07T11:28:53.526979+0000 mgr.a (mgr.24293) 3952 : audit 0 from='client.89349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:54 smithi022 bash[28554]: audit 2023-12-07T11:28:53.526979+0000 mgr.a (mgr.24293) 3952 : audit 0 from='client.89349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:54 smithi027 bash[31536]: audit 2023-12-07T11:28:53.526979+0000 mgr.a (mgr.24293) 3952 : audit 0 from='client.89349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:55 smithi044 bash[32620]: cluster 2023-12-07T11:28:54.507410+0000 mgr.a (mgr.24293) 3953 : cluster 0 pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:55 smithi022 bash[28554]: cluster 2023-12-07T11:28:54.507410+0000 mgr.a (mgr.24293) 3953 : cluster 0 pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:55 smithi027 bash[31536]: cluster 2023-12-07T11:28:54.507410+0000 mgr.a (mgr.24293) 3953 : cluster 0 pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:57 smithi044 bash[32620]: cluster 2023-12-07T11:28:56.508203+0000 mgr.a (mgr.24293) 3954 : cluster 0 pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:57 smithi022 bash[28554]: cluster 2023-12-07T11:28:56.508203+0000 mgr.a (mgr.24293) 3954 : cluster 0 pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:57 smithi027 bash[31536]: cluster 2023-12-07T11:28:56.508203+0000 mgr.a (mgr.24293) 3954 : cluster 0 pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:59.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:28:59.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:59.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:28:59 smithi022 bash[28554]: cluster 2023-12-07T11:28:58.508720+0000 mgr.a (mgr.24293) 3955 : cluster 0 pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:28:59 smithi044 bash[32620]: cluster 2023-12-07T11:28:58.508720+0000 mgr.a (mgr.24293) 3955 : cluster 0 pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:28:59 smithi027 bash[31536]: cluster 2023-12-07T11:28:58.508720+0000 mgr.a (mgr.24293) 3955 : cluster 0 pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:59.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:28:59.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:59.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:59.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:59.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:00 smithi044 bash[32620]: audit 2023-12-07T11:28:59.467107+0000 mgr.a (mgr.24293) 3956 : audit 0 from='client.89427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:00 smithi022 bash[28554]: audit 2023-12-07T11:28:59.467107+0000 mgr.a (mgr.24293) 3956 : audit 0 from='client.89427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:00 smithi027 bash[31536]: audit 2023-12-07T11:28:59.467107+0000 mgr.a (mgr.24293) 3956 : audit 0 from='client.89427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:01 smithi044 bash[32620]: cluster 2023-12-07T11:29:00.509752+0000 mgr.a (mgr.24293) 3957 : cluster 0 pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:01 smithi022 bash[28554]: cluster 2023-12-07T11:29:00.509752+0000 mgr.a (mgr.24293) 3957 : cluster 0 pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:01 smithi027 bash[31536]: cluster 2023-12-07T11:29:00.509752+0000 mgr.a (mgr.24293) 3957 : cluster 0 pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:03 smithi044 bash[32620]: cluster 2023-12-07T11:29:02.510416+0000 mgr.a (mgr.24293) 3958 : 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-07T11:29:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:03 smithi022 bash[28554]: cluster 2023-12-07T11:29:02.510416+0000 mgr.a (mgr.24293) 3958 : 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-07T11:29:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:03 smithi027 bash[31536]: cluster 2023-12-07T11:29:02.510416+0000 mgr.a (mgr.24293) 3958 : 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-07T11:29:04.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:04.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:04.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:05.917 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:05.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:05.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:05.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:05.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:05 smithi044 bash[32620]: cluster 2023-12-07T11:29:04.511009+0000 mgr.a (mgr.24293) 3959 : 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-07T11:29:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:05 smithi022 bash[28554]: cluster 2023-12-07T11:29:04.511009+0000 mgr.a (mgr.24293) 3959 : 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-07T11:29:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:05 smithi027 bash[31536]: cluster 2023-12-07T11:29:04.511009+0000 mgr.a (mgr.24293) 3959 : 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-07T11:29:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:06 smithi044 bash[32620]: audit 2023-12-07T11:29:05.406882+0000 mgr.a (mgr.24293) 3960 : audit 0 from='client.89505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:06 smithi022 bash[28554]: audit 2023-12-07T11:29:05.406882+0000 mgr.a (mgr.24293) 3960 : audit 0 from='client.89505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:06 smithi027 bash[31536]: audit 2023-12-07T11:29:05.406882+0000 mgr.a (mgr.24293) 3960 : audit 0 from='client.89505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:07 smithi044 bash[32620]: cluster 2023-12-07T11:29:06.512094+0000 mgr.a (mgr.24293) 3961 : cluster 0 pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:07 smithi022 bash[28554]: cluster 2023-12-07T11:29:06.512094+0000 mgr.a (mgr.24293) 3961 : cluster 0 pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:07 smithi027 bash[31536]: cluster 2023-12-07T11:29:06.512094+0000 mgr.a (mgr.24293) 3961 : cluster 0 pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:09.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:09 smithi027 bash[31536]: cluster 2023-12-07T11:29:08.512647+0000 mgr.a (mgr.24293) 3962 : cluster 0 pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:09 smithi044 bash[32620]: cluster 2023-12-07T11:29:08.512647+0000 mgr.a (mgr.24293) 3962 : cluster 0 pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:09 smithi022 bash[28554]: cluster 2023-12-07T11:29:08.512647+0000 mgr.a (mgr.24293) 3962 : cluster 0 pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:10.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:10.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:10.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:11.860 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:11.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:11.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:11.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:11.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:11 smithi027 bash[31536]: cluster 2023-12-07T11:29:10.513370+0000 mgr.a (mgr.24293) 3963 : cluster 0 pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:11 smithi044 bash[32620]: cluster 2023-12-07T11:29:10.513370+0000 mgr.a (mgr.24293) 3963 : cluster 0 pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:11 smithi022 bash[28554]: cluster 2023-12-07T11:29:10.513370+0000 mgr.a (mgr.24293) 3963 : cluster 0 pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:12 smithi027 bash[31536]: audit 2023-12-07T11:29:11.328855+0000 mgr.a (mgr.24293) 3964 : audit 0 from='client.89583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:12 smithi044 bash[32620]: audit 2023-12-07T11:29:11.328855+0000 mgr.a (mgr.24293) 3964 : audit 0 from='client.89583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:12 smithi022 bash[28554]: audit 2023-12-07T11:29:11.328855+0000 mgr.a (mgr.24293) 3964 : audit 0 from='client.89583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:13 smithi027 bash[31536]: cluster 2023-12-07T11:29:12.514092+0000 mgr.a (mgr.24293) 3965 : cluster 0 pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:13 smithi044 bash[32620]: cluster 2023-12-07T11:29:12.514092+0000 mgr.a (mgr.24293) 3965 : cluster 0 pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:13 smithi022 bash[28554]: cluster 2023-12-07T11:29:12.514092+0000 mgr.a (mgr.24293) 3965 : cluster 0 pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:15.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:15 smithi027 bash[31536]: cluster 2023-12-07T11:29:14.514704+0000 mgr.a (mgr.24293) 3966 : cluster 0 pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:15 smithi044 bash[32620]: cluster 2023-12-07T11:29:14.514704+0000 mgr.a (mgr.24293) 3966 : cluster 0 pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:15 smithi022 bash[28554]: cluster 2023-12-07T11:29:14.514704+0000 mgr.a (mgr.24293) 3966 : cluster 0 pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:16.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:16.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:16.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:17.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:17.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:17.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:17.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:17.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:17 smithi022 bash[28554]: cluster 2023-12-07T11:29:16.515509+0000 mgr.a (mgr.24293) 3967 : cluster 0 pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:17 smithi044 bash[32620]: cluster 2023-12-07T11:29:16.515509+0000 mgr.a (mgr.24293) 3967 : cluster 0 pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:17 smithi027 bash[31536]: cluster 2023-12-07T11:29:16.515509+0000 mgr.a (mgr.24293) 3967 : cluster 0 pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:18 smithi044 bash[32620]: audit 2023-12-07T11:29:17.273426+0000 mgr.a (mgr.24293) 3968 : audit 0 from='client.89658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:18 smithi022 bash[28554]: audit 2023-12-07T11:29:17.273426+0000 mgr.a (mgr.24293) 3968 : audit 0 from='client.89658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:18 smithi027 bash[31536]: audit 2023-12-07T11:29:17.273426+0000 mgr.a (mgr.24293) 3968 : audit 0 from='client.89658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:19 smithi044 bash[32620]: cluster 2023-12-07T11:29:18.516408+0000 mgr.a (mgr.24293) 3969 : 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-07T11:29:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:19 smithi022 bash[28554]: cluster 2023-12-07T11:29:18.516408+0000 mgr.a (mgr.24293) 3969 : 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-07T11:29:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:19 smithi027 bash[31536]: cluster 2023-12-07T11:29:18.516408+0000 mgr.a (mgr.24293) 3969 : 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-07T11:29:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:21 smithi044 bash[32620]: cluster 2023-12-07T11:29:20.517402+0000 mgr.a (mgr.24293) 3970 : cluster 0 pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:21 smithi022 bash[28554]: cluster 2023-12-07T11:29:20.517402+0000 mgr.a (mgr.24293) 3970 : cluster 0 pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:21 smithi027 bash[31536]: cluster 2023-12-07T11:29:20.517402+0000 mgr.a (mgr.24293) 3970 : cluster 0 pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:22.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:22.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:22.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:23.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:23.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:23.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:23.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:23.751 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:23 smithi044 bash[32620]: cluster 2023-12-07T11:29:22.517980+0000 mgr.a (mgr.24293) 3971 : cluster 0 pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:23 smithi044 bash[32620]: audit 2023-12-07T11:29:23.209347+0000 mgr.a (mgr.24293) 3972 : audit 0 from='client.89733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:23 smithi022 bash[28554]: cluster 2023-12-07T11:29:22.517980+0000 mgr.a (mgr.24293) 3971 : cluster 0 pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:23 smithi022 bash[28554]: audit 2023-12-07T11:29:23.209347+0000 mgr.a (mgr.24293) 3972 : audit 0 from='client.89733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:23 smithi027 bash[31536]: cluster 2023-12-07T11:29:22.517980+0000 mgr.a (mgr.24293) 3971 : cluster 0 pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:23 smithi027 bash[31536]: audit 2023-12-07T11:29:23.209347+0000 mgr.a (mgr.24293) 3972 : audit 0 from='client.89733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:25 smithi044 bash[32620]: cluster 2023-12-07T11:29:24.518707+0000 mgr.a (mgr.24293) 3973 : cluster 0 pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:25 smithi022 bash[28554]: cluster 2023-12-07T11:29:24.518707+0000 mgr.a (mgr.24293) 3973 : cluster 0 pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:25 smithi027 bash[31536]: cluster 2023-12-07T11:29:24.518707+0000 mgr.a (mgr.24293) 3973 : cluster 0 pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:27 smithi044 bash[32620]: cluster 2023-12-07T11:29:26.519723+0000 mgr.a (mgr.24293) 3974 : cluster 0 pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:27 smithi022 bash[28554]: cluster 2023-12-07T11:29:26.519723+0000 mgr.a (mgr.24293) 3974 : cluster 0 pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:27 smithi027 bash[31536]: cluster 2023-12-07T11:29:26.519723+0000 mgr.a (mgr.24293) 3974 : cluster 0 pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:28.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:28.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:28.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:29.688 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:29.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:29.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:29.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:29.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:29 smithi044 bash[32620]: cluster 2023-12-07T11:29:28.520356+0000 mgr.a (mgr.24293) 3975 : cluster 0 pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:29 smithi044 bash[32620]: audit 2023-12-07T11:29:29.163721+0000 mgr.a (mgr.24293) 3976 : audit 0 from='client.89805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:29 smithi022 bash[28554]: cluster 2023-12-07T11:29:28.520356+0000 mgr.a (mgr.24293) 3975 : cluster 0 pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:29 smithi022 bash[28554]: audit 2023-12-07T11:29:29.163721+0000 mgr.a (mgr.24293) 3976 : audit 0 from='client.89805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:29 smithi027 bash[31536]: cluster 2023-12-07T11:29:28.520356+0000 mgr.a (mgr.24293) 3975 : cluster 0 pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:29 smithi027 bash[31536]: audit 2023-12-07T11:29:29.163721+0000 mgr.a (mgr.24293) 3976 : audit 0 from='client.89805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:31 smithi044 bash[32620]: cluster 2023-12-07T11:29:30.521249+0000 mgr.a (mgr.24293) 3977 : cluster 0 pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:31 smithi022 bash[28554]: cluster 2023-12-07T11:29:30.521249+0000 mgr.a (mgr.24293) 3977 : cluster 0 pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:31 smithi027 bash[31536]: cluster 2023-12-07T11:29:30.521249+0000 mgr.a (mgr.24293) 3977 : cluster 0 pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:33 smithi044 bash[32620]: cluster 2023-12-07T11:29:32.521816+0000 mgr.a (mgr.24293) 3978 : 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-07T11:29:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:33 smithi022 bash[28554]: cluster 2023-12-07T11:29:32.521816+0000 mgr.a (mgr.24293) 3978 : 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-07T11:29:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:33 smithi027 bash[31536]: cluster 2023-12-07T11:29:32.521816+0000 mgr.a (mgr.24293) 3978 : 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-07T11:29:34.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:34.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:34.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:35.622 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:35.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:35.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:35.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:35.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:35 smithi044 bash[32620]: cluster 2023-12-07T11:29:34.522414+0000 mgr.a (mgr.24293) 3979 : 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-07T11:29:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:35 smithi044 bash[32620]: audit 2023-12-07T11:29:35.100005+0000 mgr.a (mgr.24293) 3980 : audit 0 from='client.89880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:35 smithi022 bash[28554]: cluster 2023-12-07T11:29:34.522414+0000 mgr.a (mgr.24293) 3979 : 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-07T11:29:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:35 smithi022 bash[28554]: audit 2023-12-07T11:29:35.100005+0000 mgr.a (mgr.24293) 3980 : audit 0 from='client.89880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:35 smithi027 bash[31536]: cluster 2023-12-07T11:29:34.522414+0000 mgr.a (mgr.24293) 3979 : 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-07T11:29:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:35 smithi027 bash[31536]: audit 2023-12-07T11:29:35.100005+0000 mgr.a (mgr.24293) 3980 : audit 0 from='client.89880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:37 smithi044 bash[32620]: cluster 2023-12-07T11:29:36.523382+0000 mgr.a (mgr.24293) 3981 : cluster 0 pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:29:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:37 smithi022 bash[28554]: cluster 2023-12-07T11:29:36.523382+0000 mgr.a (mgr.24293) 3981 : cluster 0 pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:29:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:37 smithi027 bash[31536]: cluster 2023-12-07T11:29:36.523382+0000 mgr.a (mgr.24293) 3981 : cluster 0 pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:29:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:39 smithi044 bash[32620]: cluster 2023-12-07T11:29:38.524010+0000 mgr.a (mgr.24293) 3982 : cluster 0 pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:29:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:39 smithi022 bash[28554]: cluster 2023-12-07T11:29:38.524010+0000 mgr.a (mgr.24293) 3982 : cluster 0 pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:29:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:39 smithi027 bash[31536]: cluster 2023-12-07T11:29:38.524010+0000 mgr.a (mgr.24293) 3982 : cluster 0 pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:29:40.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:40.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:40.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:41.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:41.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:41.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:41.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:41.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:41 smithi044 bash[32620]: cluster 2023-12-07T11:29:40.524776+0000 mgr.a (mgr.24293) 3983 : cluster 0 pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:41 smithi044 bash[32620]: audit 2023-12-07T11:29:41.040040+0000 mgr.a (mgr.24293) 3984 : audit 0 from='client.89958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:41 smithi022 bash[28554]: cluster 2023-12-07T11:29:40.524776+0000 mgr.a (mgr.24293) 3983 : cluster 0 pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:41 smithi022 bash[28554]: audit 2023-12-07T11:29:41.040040+0000 mgr.a (mgr.24293) 3984 : audit 0 from='client.89958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:41 smithi027 bash[31536]: cluster 2023-12-07T11:29:40.524776+0000 mgr.a (mgr.24293) 3983 : cluster 0 pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:41 smithi027 bash[31536]: audit 2023-12-07T11:29:41.040040+0000 mgr.a (mgr.24293) 3984 : audit 0 from='client.89958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:43 smithi044 bash[32620]: cluster 2023-12-07T11:29:42.525420+0000 mgr.a (mgr.24293) 3985 : cluster 0 pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:43 smithi022 bash[28554]: cluster 2023-12-07T11:29:42.525420+0000 mgr.a (mgr.24293) 3985 : cluster 0 pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:43 smithi027 bash[31536]: cluster 2023-12-07T11:29:42.525420+0000 mgr.a (mgr.24293) 3985 : cluster 0 pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:45 smithi044 bash[32620]: cluster 2023-12-07T11:29:44.525991+0000 mgr.a (mgr.24293) 3986 : cluster 0 pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:45 smithi044 bash[32620]: audit 2023-12-07T11:29:45.338814+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:29:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:45 smithi022 bash[28554]: cluster 2023-12-07T11:29:44.525991+0000 mgr.a (mgr.24293) 3986 : cluster 0 pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:45 smithi022 bash[28554]: audit 2023-12-07T11:29:45.338814+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:29:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:45 smithi027 bash[31536]: cluster 2023-12-07T11:29:44.525991+0000 mgr.a (mgr.24293) 3986 : cluster 0 pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:45 smithi027 bash[31536]: audit 2023-12-07T11:29:45.338814+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:29:46.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:46.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:46.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:45.869803+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:45.876128+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:45.882781+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:45.888589+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:46.649442+0000 mon.a (mon.0) 1019 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:46.651054+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:46 smithi044 bash[32620]: audit 2023-12-07T11:29:46.659530+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:45.869803+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:45.876128+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:45.882781+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:45.888589+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:46.649442+0000 mon.a (mon.0) 1019 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:29:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:46.651054+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:29:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:46 smithi022 bash[28554]: audit 2023-12-07T11:29:46.659530+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:45.869803+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:45.876128+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:45.882781+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:45.888589+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:46.649442+0000 mon.a (mon.0) 1019 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:29:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:46.651054+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:29:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:46 smithi027 bash[31536]: audit 2023-12-07T11:29:46.659530+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:29:47.532 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:47.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:47.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:47.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:47.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:47 smithi044 bash[32620]: cluster 2023-12-07T11:29:46.526795+0000 mgr.a (mgr.24293) 3987 : cluster 0 pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:47 smithi044 bash[32620]: audit 2023-12-07T11:29:47.008332+0000 mgr.a (mgr.24293) 3988 : audit 0 from='client.90030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:47 smithi022 bash[28554]: cluster 2023-12-07T11:29:46.526795+0000 mgr.a (mgr.24293) 3987 : cluster 0 pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:47 smithi022 bash[28554]: audit 2023-12-07T11:29:47.008332+0000 mgr.a (mgr.24293) 3988 : audit 0 from='client.90030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:47 smithi027 bash[31536]: cluster 2023-12-07T11:29:46.526795+0000 mgr.a (mgr.24293) 3987 : cluster 0 pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:47 smithi027 bash[31536]: audit 2023-12-07T11:29:47.008332+0000 mgr.a (mgr.24293) 3988 : audit 0 from='client.90030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:49 smithi044 bash[32620]: cluster 2023-12-07T11:29:48.527440+0000 mgr.a (mgr.24293) 3989 : cluster 0 pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:29:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:49 smithi022 bash[28554]: cluster 2023-12-07T11:29:48.527440+0000 mgr.a (mgr.24293) 3989 : cluster 0 pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:29:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:49 smithi027 bash[31536]: cluster 2023-12-07T11:29:48.527440+0000 mgr.a (mgr.24293) 3989 : cluster 0 pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:29:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:51 smithi044 bash[32620]: cluster 2023-12-07T11:29:50.528261+0000 mgr.a (mgr.24293) 3990 : cluster 0 pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:29:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:51 smithi022 bash[28554]: cluster 2023-12-07T11:29:50.528261+0000 mgr.a (mgr.24293) 3990 : cluster 0 pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:29:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:51 smithi027 bash[31536]: cluster 2023-12-07T11:29:50.528261+0000 mgr.a (mgr.24293) 3990 : cluster 0 pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:29:52.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:52.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:52.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:53.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:53.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:53.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:53.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:53.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:29:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:53 smithi044 bash[32620]: cluster 2023-12-07T11:29:52.528873+0000 mgr.a (mgr.24293) 3991 : cluster 0 pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:54.265 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:53 smithi044 bash[32620]: audit 2023-12-07T11:29:52.944046+0000 mgr.a (mgr.24293) 3992 : audit 0 from='client.90105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:54.266 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:53 smithi027 bash[31536]: cluster 2023-12-07T11:29:52.528873+0000 mgr.a (mgr.24293) 3991 : cluster 0 pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:54.266 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:53 smithi027 bash[31536]: audit 2023-12-07T11:29:52.944046+0000 mgr.a (mgr.24293) 3992 : audit 0 from='client.90105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:54.266 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:53 smithi022 bash[28554]: cluster 2023-12-07T11:29:52.528873+0000 mgr.a (mgr.24293) 3991 : cluster 0 pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:54.266 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:53 smithi022 bash[28554]: audit 2023-12-07T11:29:52.944046+0000 mgr.a (mgr.24293) 3992 : audit 0 from='client.90105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:55 smithi022 bash[28554]: cluster 2023-12-07T11:29:54.529557+0000 mgr.a (mgr.24293) 3993 : cluster 0 pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:55 smithi044 bash[32620]: cluster 2023-12-07T11:29:54.529557+0000 mgr.a (mgr.24293) 3993 : cluster 0 pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:55 smithi027 bash[31536]: cluster 2023-12-07T11:29:54.529557+0000 mgr.a (mgr.24293) 3993 : cluster 0 pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:57 smithi044 bash[32620]: cluster 2023-12-07T11:29:56.530371+0000 mgr.a (mgr.24293) 3994 : cluster 0 pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:57 smithi022 bash[28554]: cluster 2023-12-07T11:29:56.530371+0000 mgr.a (mgr.24293) 3994 : cluster 0 pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:57 smithi027 bash[31536]: cluster 2023-12-07T11:29:56.530371+0000 mgr.a (mgr.24293) 3994 : cluster 0 pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:58.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:29:58.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:58.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:59.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:59.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:59.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:29:59.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:59.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:59 smithi044 bash[32620]: cluster 2023-12-07T11:29:58.530796+0000 mgr.a (mgr.24293) 3995 : cluster 0 pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:29:59 smithi044 bash[32620]: audit 2023-12-07T11:29:58.868221+0000 mgr.a (mgr.24293) 3996 : audit 0 from='client.90183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:59 smithi022 bash[28554]: cluster 2023-12-07T11:29:58.530796+0000 mgr.a (mgr.24293) 3995 : cluster 0 pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:29:59 smithi022 bash[28554]: audit 2023-12-07T11:29:58.868221+0000 mgr.a (mgr.24293) 3996 : audit 0 from='client.90183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:59 smithi027 bash[31536]: cluster 2023-12-07T11:29:58.530796+0000 mgr.a (mgr.24293) 3995 : cluster 0 pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:29:59 smithi027 bash[31536]: audit 2023-12-07T11:29:58.868221+0000 mgr.a (mgr.24293) 3996 : audit 0 from='client.90183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:00 smithi027 bash[31536]: cluster 2023-12-07T11:30:00.000127+0000 mon.a (mon.0) 1022 : cluster 1 overall HEALTH_OK 2023-12-07T11:30:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:00 smithi044 bash[32620]: cluster 2023-12-07T11:30:00.000127+0000 mon.a (mon.0) 1022 : cluster 1 overall HEALTH_OK 2023-12-07T11:30:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:00 smithi022 bash[28554]: cluster 2023-12-07T11:30:00.000127+0000 mon.a (mon.0) 1022 : cluster 1 overall HEALTH_OK 2023-12-07T11:30:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:01 smithi027 bash[31536]: cluster 2023-12-07T11:30:00.531649+0000 mgr.a (mgr.24293) 3997 : cluster 0 pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:01 smithi044 bash[32620]: cluster 2023-12-07T11:30:00.531649+0000 mgr.a (mgr.24293) 3997 : cluster 0 pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:01 smithi022 bash[28554]: cluster 2023-12-07T11:30:00.531649+0000 mgr.a (mgr.24293) 3997 : cluster 0 pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:03 smithi027 bash[31536]: cluster 2023-12-07T11:30:02.532177+0000 mgr.a (mgr.24293) 3998 : cluster 0 pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:04.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:04.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:04.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:03 smithi022 bash[28554]: cluster 2023-12-07T11:30:02.532177+0000 mgr.a (mgr.24293) 3998 : cluster 0 pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:03 smithi044 bash[32620]: cluster 2023-12-07T11:30:02.532177+0000 mgr.a (mgr.24293) 3998 : cluster 0 pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:05.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:05.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:05.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:05.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:05.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:05 smithi027 bash[31536]: cluster 2023-12-07T11:30:04.532587+0000 mgr.a (mgr.24293) 3999 : cluster 0 pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:05 smithi027 bash[31536]: audit 2023-12-07T11:30:04.793361+0000 mgr.a (mgr.24293) 4000 : audit 0 from='client.90255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:05 smithi044 bash[32620]: cluster 2023-12-07T11:30:04.532587+0000 mgr.a (mgr.24293) 3999 : cluster 0 pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:05 smithi044 bash[32620]: audit 2023-12-07T11:30:04.793361+0000 mgr.a (mgr.24293) 4000 : audit 0 from='client.90255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:05 smithi022 bash[28554]: cluster 2023-12-07T11:30:04.532587+0000 mgr.a (mgr.24293) 3999 : cluster 0 pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:05 smithi022 bash[28554]: audit 2023-12-07T11:30:04.793361+0000 mgr.a (mgr.24293) 4000 : audit 0 from='client.90255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:07 smithi027 bash[31536]: cluster 2023-12-07T11:30:06.533474+0000 mgr.a (mgr.24293) 4001 : cluster 0 pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:07 smithi044 bash[32620]: cluster 2023-12-07T11:30:06.533474+0000 mgr.a (mgr.24293) 4001 : cluster 0 pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:07 smithi022 bash[28554]: cluster 2023-12-07T11:30:06.533474+0000 mgr.a (mgr.24293) 4001 : cluster 0 pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:10.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:10.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:10.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:09 smithi044 bash[32620]: cluster 2023-12-07T11:30:08.534198+0000 mgr.a (mgr.24293) 4002 : 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-07T11:30:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:09 smithi022 bash[28554]: cluster 2023-12-07T11:30:08.534198+0000 mgr.a (mgr.24293) 4002 : 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-07T11:30:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:09 smithi027 bash[31536]: cluster 2023-12-07T11:30:08.534198+0000 mgr.a (mgr.24293) 4002 : 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-07T11:30:11.237 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:11.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:11.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:11.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:11.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:11 smithi044 bash[32620]: cluster 2023-12-07T11:30:10.535090+0000 mgr.a (mgr.24293) 4003 : cluster 0 pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:11 smithi044 bash[32620]: audit 2023-12-07T11:30:10.734584+0000 mgr.a (mgr.24293) 4004 : audit 0 from='client.90327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:11 smithi022 bash[28554]: cluster 2023-12-07T11:30:10.535090+0000 mgr.a (mgr.24293) 4003 : cluster 0 pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:11 smithi022 bash[28554]: audit 2023-12-07T11:30:10.734584+0000 mgr.a (mgr.24293) 4004 : audit 0 from='client.90327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:11 smithi027 bash[31536]: cluster 2023-12-07T11:30:10.535090+0000 mgr.a (mgr.24293) 4003 : cluster 0 pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:11 smithi027 bash[31536]: audit 2023-12-07T11:30:10.734584+0000 mgr.a (mgr.24293) 4004 : audit 0 from='client.90327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:13 smithi044 bash[32620]: cluster 2023-12-07T11:30:12.535822+0000 mgr.a (mgr.24293) 4005 : cluster 0 pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:13 smithi022 bash[28554]: cluster 2023-12-07T11:30:12.535822+0000 mgr.a (mgr.24293) 4005 : cluster 0 pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:13 smithi027 bash[31536]: cluster 2023-12-07T11:30:12.535822+0000 mgr.a (mgr.24293) 4005 : cluster 0 pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:16.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:16.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:16.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:15 smithi044 bash[32620]: cluster 2023-12-07T11:30:14.536394+0000 mgr.a (mgr.24293) 4006 : cluster 0 pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:15 smithi022 bash[28554]: cluster 2023-12-07T11:30:14.536394+0000 mgr.a (mgr.24293) 4006 : cluster 0 pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:15 smithi027 bash[31536]: cluster 2023-12-07T11:30:14.536394+0000 mgr.a (mgr.24293) 4006 : cluster 0 pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:17.191 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:17.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:17.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:17.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:17.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:17 smithi044 bash[32620]: cluster 2023-12-07T11:30:16.537200+0000 mgr.a (mgr.24293) 4007 : cluster 0 pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:17 smithi044 bash[32620]: audit 2023-12-07T11:30:16.649383+0000 mgr.a (mgr.24293) 4008 : audit 0 from='client.90393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:17 smithi022 bash[28554]: cluster 2023-12-07T11:30:16.537200+0000 mgr.a (mgr.24293) 4007 : cluster 0 pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:17 smithi022 bash[28554]: audit 2023-12-07T11:30:16.649383+0000 mgr.a (mgr.24293) 4008 : audit 0 from='client.90393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:17 smithi027 bash[31536]: cluster 2023-12-07T11:30:16.537200+0000 mgr.a (mgr.24293) 4007 : cluster 0 pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:17 smithi027 bash[31536]: audit 2023-12-07T11:30:16.649383+0000 mgr.a (mgr.24293) 4008 : audit 0 from='client.90393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:19 smithi044 bash[32620]: cluster 2023-12-07T11:30:18.537865+0000 mgr.a (mgr.24293) 4009 : cluster 0 pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:19 smithi022 bash[28554]: cluster 2023-12-07T11:30:18.537865+0000 mgr.a (mgr.24293) 4009 : cluster 0 pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:19 smithi027 bash[31536]: cluster 2023-12-07T11:30:18.537865+0000 mgr.a (mgr.24293) 4009 : cluster 0 pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:22.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:22.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:22.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:21 smithi044 bash[32620]: cluster 2023-12-07T11:30:20.538653+0000 mgr.a (mgr.24293) 4010 : cluster 0 pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:21 smithi022 bash[28554]: cluster 2023-12-07T11:30:20.538653+0000 mgr.a (mgr.24293) 4010 : cluster 0 pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:21 smithi027 bash[31536]: cluster 2023-12-07T11:30:20.538653+0000 mgr.a (mgr.24293) 4010 : cluster 0 pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:23.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:23.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:23.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:23.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:23.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:23 smithi044 bash[32620]: cluster 2023-12-07T11:30:22.539070+0000 mgr.a (mgr.24293) 4011 : 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-07T11:30:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:23 smithi044 bash[32620]: audit 2023-12-07T11:30:22.604172+0000 mgr.a (mgr.24293) 4012 : audit 0 from='client.90468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:23 smithi022 bash[28554]: cluster 2023-12-07T11:30:22.539070+0000 mgr.a (mgr.24293) 4011 : 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-07T11:30:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:23 smithi022 bash[28554]: audit 2023-12-07T11:30:22.604172+0000 mgr.a (mgr.24293) 4012 : audit 0 from='client.90468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:23 smithi027 bash[31536]: cluster 2023-12-07T11:30:22.539070+0000 mgr.a (mgr.24293) 4011 : 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-07T11:30:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:23 smithi027 bash[31536]: audit 2023-12-07T11:30:22.604172+0000 mgr.a (mgr.24293) 4012 : audit 0 from='client.90468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:25 smithi044 bash[32620]: cluster 2023-12-07T11:30:24.539722+0000 mgr.a (mgr.24293) 4013 : 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-07T11:30:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:25 smithi022 bash[28554]: cluster 2023-12-07T11:30:24.539722+0000 mgr.a (mgr.24293) 4013 : 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-07T11:30:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:25 smithi027 bash[31536]: cluster 2023-12-07T11:30:24.539722+0000 mgr.a (mgr.24293) 4013 : 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-07T11:30:28.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:28.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:28.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:27 smithi044 bash[32620]: cluster 2023-12-07T11:30:26.540508+0000 mgr.a (mgr.24293) 4014 : cluster 0 pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:27 smithi022 bash[28554]: cluster 2023-12-07T11:30:26.540508+0000 mgr.a (mgr.24293) 4014 : cluster 0 pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:27 smithi027 bash[31536]: cluster 2023-12-07T11:30:26.540508+0000 mgr.a (mgr.24293) 4014 : cluster 0 pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:29.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:29.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:29.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:29.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:29.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:29 smithi044 bash[32620]: cluster 2023-12-07T11:30:28.541054+0000 mgr.a (mgr.24293) 4015 : cluster 0 pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:29 smithi044 bash[32620]: audit 2023-12-07T11:30:28.553128+0000 mgr.a (mgr.24293) 4016 : audit 0 from='client.90540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:29 smithi022 bash[28554]: cluster 2023-12-07T11:30:28.541054+0000 mgr.a (mgr.24293) 4015 : cluster 0 pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:29 smithi022 bash[28554]: audit 2023-12-07T11:30:28.553128+0000 mgr.a (mgr.24293) 4016 : audit 0 from='client.90540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:29 smithi027 bash[31536]: cluster 2023-12-07T11:30:28.541054+0000 mgr.a (mgr.24293) 4015 : cluster 0 pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:29 smithi027 bash[31536]: audit 2023-12-07T11:30:28.553128+0000 mgr.a (mgr.24293) 4016 : audit 0 from='client.90540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:31 smithi044 bash[32620]: cluster 2023-12-07T11:30:30.541892+0000 mgr.a (mgr.24293) 4017 : cluster 0 pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:31 smithi022 bash[28554]: cluster 2023-12-07T11:30:30.541892+0000 mgr.a (mgr.24293) 4017 : cluster 0 pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:31 smithi027 bash[31536]: cluster 2023-12-07T11:30:30.541892+0000 mgr.a (mgr.24293) 4017 : cluster 0 pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:34.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:34.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:34.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:33 smithi044 bash[32620]: cluster 2023-12-07T11:30:32.542598+0000 mgr.a (mgr.24293) 4018 : cluster 0 pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:33 smithi022 bash[28554]: cluster 2023-12-07T11:30:32.542598+0000 mgr.a (mgr.24293) 4018 : cluster 0 pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:33 smithi027 bash[31536]: cluster 2023-12-07T11:30:32.542598+0000 mgr.a (mgr.24293) 4018 : cluster 0 pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:34.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:34.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:36 smithi044 bash[32620]: audit 2023-12-07T11:30:34.474805+0000 mgr.a (mgr.24293) 4019 : audit 0 from='client.90612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:36 smithi044 bash[32620]: cluster 2023-12-07T11:30:34.543187+0000 mgr.a (mgr.24293) 4020 : cluster 0 pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:36 smithi022 bash[28554]: audit 2023-12-07T11:30:34.474805+0000 mgr.a (mgr.24293) 4019 : audit 0 from='client.90612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:36 smithi022 bash[28554]: cluster 2023-12-07T11:30:34.543187+0000 mgr.a (mgr.24293) 4020 : cluster 0 pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:36 smithi027 bash[31536]: audit 2023-12-07T11:30:34.474805+0000 mgr.a (mgr.24293) 4019 : audit 0 from='client.90612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:36 smithi027 bash[31536]: cluster 2023-12-07T11:30:34.543187+0000 mgr.a (mgr.24293) 4020 : cluster 0 pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:38 smithi044 bash[32620]: cluster 2023-12-07T11:30:36.544142+0000 mgr.a (mgr.24293) 4021 : cluster 0 pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:38 smithi022 bash[28554]: cluster 2023-12-07T11:30:36.544142+0000 mgr.a (mgr.24293) 4021 : cluster 0 pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:38 smithi027 bash[31536]: cluster 2023-12-07T11:30:36.544142+0000 mgr.a (mgr.24293) 4021 : cluster 0 pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:39.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:39.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:39.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:40 smithi044 bash[32620]: cluster 2023-12-07T11:30:38.544731+0000 mgr.a (mgr.24293) 4022 : 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-07T11:30:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:40 smithi022 bash[28554]: cluster 2023-12-07T11:30:38.544731+0000 mgr.a (mgr.24293) 4022 : 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-07T11:30:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:40 smithi027 bash[31536]: cluster 2023-12-07T11:30:38.544731+0000 mgr.a (mgr.24293) 4022 : 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-07T11:30:40.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:40.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:40.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:40.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:40.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:42 smithi044 bash[32620]: audit 2023-12-07T11:30:40.391983+0000 mgr.a (mgr.24293) 4023 : audit 0 from='client.90687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:42 smithi044 bash[32620]: cluster 2023-12-07T11:30:40.546459+0000 mgr.a (mgr.24293) 4024 : cluster 0 pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:42 smithi022 bash[28554]: audit 2023-12-07T11:30:40.391983+0000 mgr.a (mgr.24293) 4023 : audit 0 from='client.90687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:42 smithi022 bash[28554]: cluster 2023-12-07T11:30:40.546459+0000 mgr.a (mgr.24293) 4024 : cluster 0 pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:42 smithi027 bash[31536]: audit 2023-12-07T11:30:40.391983+0000 mgr.a (mgr.24293) 4023 : audit 0 from='client.90687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:42 smithi027 bash[31536]: cluster 2023-12-07T11:30:40.546459+0000 mgr.a (mgr.24293) 4024 : cluster 0 pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:44 smithi044 bash[32620]: cluster 2023-12-07T11:30:42.547192+0000 mgr.a (mgr.24293) 4025 : cluster 0 pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:44 smithi022 bash[28554]: cluster 2023-12-07T11:30:42.547192+0000 mgr.a (mgr.24293) 4025 : cluster 0 pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:44 smithi027 bash[31536]: cluster 2023-12-07T11:30:42.547192+0000 mgr.a (mgr.24293) 4025 : cluster 0 pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:45.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:45.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:45.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:46 smithi044 bash[32620]: cluster 2023-12-07T11:30:44.547804+0000 mgr.a (mgr.24293) 4026 : cluster 0 pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:46 smithi022 bash[28554]: cluster 2023-12-07T11:30:44.547804+0000 mgr.a (mgr.24293) 4026 : cluster 0 pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:46 smithi027 bash[31536]: cluster 2023-12-07T11:30:44.547804+0000 mgr.a (mgr.24293) 4026 : cluster 0 pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:46.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:46.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:46.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:46.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:46.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:47.450 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:47 smithi044 bash[32620]: audit 2023-12-07T11:30:46.762796+0000 mon.a (mon.0) 1023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:30:47.451 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:47 smithi022 bash[28554]: audit 2023-12-07T11:30:46.762796+0000 mon.a (mon.0) 1023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:30:47.457 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:47 smithi027 bash[31536]: audit 2023-12-07T11:30:46.762796+0000 mon.a (mon.0) 1023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:30:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:48 smithi022 bash[28554]: audit 2023-12-07T11:30:46.328944+0000 mgr.a (mgr.24293) 4027 : audit 0 from='client.90762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:48 smithi022 bash[28554]: cluster 2023-12-07T11:30:46.548528+0000 mgr.a (mgr.24293) 4028 : cluster 0 pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:48 smithi022 bash[28554]: audit 2023-12-07T11:30:47.544023+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:30:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:48 smithi022 bash[28554]: audit 2023-12-07T11:30:47.545469+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:30:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:48 smithi022 bash[28554]: audit 2023-12-07T11:30:47.553376+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:30:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:48 smithi044 bash[32620]: audit 2023-12-07T11:30:46.328944+0000 mgr.a (mgr.24293) 4027 : audit 0 from='client.90762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:48 smithi044 bash[32620]: cluster 2023-12-07T11:30:46.548528+0000 mgr.a (mgr.24293) 4028 : cluster 0 pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:48 smithi044 bash[32620]: audit 2023-12-07T11:30:47.544023+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:30:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:48 smithi044 bash[32620]: audit 2023-12-07T11:30:47.545469+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:30:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:48 smithi044 bash[32620]: audit 2023-12-07T11:30:47.553376+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:30:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:48 smithi027 bash[31536]: audit 2023-12-07T11:30:46.328944+0000 mgr.a (mgr.24293) 4027 : audit 0 from='client.90762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:48 smithi027 bash[31536]: cluster 2023-12-07T11:30:46.548528+0000 mgr.a (mgr.24293) 4028 : cluster 0 pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:48 smithi027 bash[31536]: audit 2023-12-07T11:30:47.544023+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:30:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:48 smithi027 bash[31536]: audit 2023-12-07T11:30:47.545469+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:30:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:48 smithi027 bash[31536]: audit 2023-12-07T11:30:47.553376+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:30:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:50 smithi044 bash[32620]: cluster 2023-12-07T11:30:48.549206+0000 mgr.a (mgr.24293) 4029 : cluster 0 pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:50 smithi022 bash[28554]: cluster 2023-12-07T11:30:48.549206+0000 mgr.a (mgr.24293) 4029 : cluster 0 pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:50 smithi027 bash[31536]: cluster 2023-12-07T11:30:48.549206+0000 mgr.a (mgr.24293) 4029 : cluster 0 pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:51.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:51.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:51.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:52 smithi044 bash[32620]: cluster 2023-12-07T11:30:50.549994+0000 mgr.a (mgr.24293) 4030 : cluster 0 pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:52 smithi022 bash[28554]: cluster 2023-12-07T11:30:50.549994+0000 mgr.a (mgr.24293) 4030 : cluster 0 pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:52 smithi027 bash[31536]: cluster 2023-12-07T11:30:50.549994+0000 mgr.a (mgr.24293) 4030 : cluster 0 pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:52.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:52.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:52.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:52.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:52.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:54 smithi044 bash[32620]: audit 2023-12-07T11:30:52.268601+0000 mgr.a (mgr.24293) 4031 : audit 0 from='client.90837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:54 smithi044 bash[32620]: cluster 2023-12-07T11:30:52.550687+0000 mgr.a (mgr.24293) 4032 : 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-07T11:30:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:54 smithi022 bash[28554]: audit 2023-12-07T11:30:52.268601+0000 mgr.a (mgr.24293) 4031 : audit 0 from='client.90837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:54 smithi022 bash[28554]: cluster 2023-12-07T11:30:52.550687+0000 mgr.a (mgr.24293) 4032 : 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-07T11:30:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:54 smithi027 bash[31536]: audit 2023-12-07T11:30:52.268601+0000 mgr.a (mgr.24293) 4031 : audit 0 from='client.90837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:54 smithi027 bash[31536]: cluster 2023-12-07T11:30:52.550687+0000 mgr.a (mgr.24293) 4032 : 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-07T11:30:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:56 smithi044 bash[32620]: cluster 2023-12-07T11:30:54.551322+0000 mgr.a (mgr.24293) 4033 : 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-07T11:30:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:56 smithi022 bash[28554]: cluster 2023-12-07T11:30:54.551322+0000 mgr.a (mgr.24293) 4033 : 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-07T11:30:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:56 smithi027 bash[31536]: cluster 2023-12-07T11:30:54.551322+0000 mgr.a (mgr.24293) 4033 : 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-07T11:30:57.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:30:57.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:57.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:58 smithi044 bash[32620]: cluster 2023-12-07T11:30:56.552177+0000 mgr.a (mgr.24293) 4034 : cluster 0 pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:58 smithi022 bash[28554]: cluster 2023-12-07T11:30:56.552177+0000 mgr.a (mgr.24293) 4034 : cluster 0 pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:58 smithi027 bash[31536]: cluster 2023-12-07T11:30:56.552177+0000 mgr.a (mgr.24293) 4034 : cluster 0 pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:58.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:58.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:58.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:58.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:30:58.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:30:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:30:59 smithi044 bash[32620]: audit 2023-12-07T11:30:58.182536+0000 mgr.a (mgr.24293) 4035 : audit 0 from='client.90915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:30:59 smithi022 bash[28554]: audit 2023-12-07T11:30:58.182536+0000 mgr.a (mgr.24293) 4035 : audit 0 from='client.90915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:30:59 smithi027 bash[31536]: audit 2023-12-07T11:30:58.182536+0000 mgr.a (mgr.24293) 4035 : audit 0 from='client.90915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:00 smithi044 bash[32620]: cluster 2023-12-07T11:30:58.552684+0000 mgr.a (mgr.24293) 4036 : cluster 0 pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:00 smithi022 bash[28554]: cluster 2023-12-07T11:30:58.552684+0000 mgr.a (mgr.24293) 4036 : cluster 0 pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:00 smithi027 bash[31536]: cluster 2023-12-07T11:30:58.552684+0000 mgr.a (mgr.24293) 4036 : cluster 0 pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:02 smithi044 bash[32620]: cluster 2023-12-07T11:31:00.553535+0000 mgr.a (mgr.24293) 4037 : cluster 0 pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:02 smithi022 bash[28554]: cluster 2023-12-07T11:31:00.553535+0000 mgr.a (mgr.24293) 4037 : cluster 0 pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:02 smithi027 bash[31536]: cluster 2023-12-07T11:31:00.553535+0000 mgr.a (mgr.24293) 4037 : cluster 0 pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:03.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:03.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:03.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:04 smithi022 bash[28554]: cluster 2023-12-07T11:31:02.554096+0000 mgr.a (mgr.24293) 4038 : cluster 0 pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:04 smithi044 bash[32620]: cluster 2023-12-07T11:31:02.554096+0000 mgr.a (mgr.24293) 4038 : cluster 0 pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:04 smithi027 bash[31536]: cluster 2023-12-07T11:31:02.554096+0000 mgr.a (mgr.24293) 4038 : cluster 0 pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:04.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:04.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:04.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:04.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:04.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:05 smithi044 bash[32620]: audit 2023-12-07T11:31:04.111239+0000 mgr.a (mgr.24293) 4039 : audit 0 from='client.90993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:05 smithi022 bash[28554]: audit 2023-12-07T11:31:04.111239+0000 mgr.a (mgr.24293) 4039 : audit 0 from='client.90993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:05 smithi027 bash[31536]: audit 2023-12-07T11:31:04.111239+0000 mgr.a (mgr.24293) 4039 : audit 0 from='client.90993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:06 smithi044 bash[32620]: cluster 2023-12-07T11:31:04.554562+0000 mgr.a (mgr.24293) 4040 : cluster 0 pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:06 smithi022 bash[28554]: cluster 2023-12-07T11:31:04.554562+0000 mgr.a (mgr.24293) 4040 : cluster 0 pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:06 smithi027 bash[31536]: cluster 2023-12-07T11:31:04.554562+0000 mgr.a (mgr.24293) 4040 : cluster 0 pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:08 smithi044 bash[32620]: cluster 2023-12-07T11:31:06.555371+0000 mgr.a (mgr.24293) 4041 : cluster 0 pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:08 smithi022 bash[28554]: cluster 2023-12-07T11:31:06.555371+0000 mgr.a (mgr.24293) 4041 : cluster 0 pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:08 smithi027 bash[31536]: cluster 2023-12-07T11:31:06.555371+0000 mgr.a (mgr.24293) 4041 : cluster 0 pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:09.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:09.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:09.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:10 smithi044 bash[32620]: cluster 2023-12-07T11:31:08.555975+0000 mgr.a (mgr.24293) 4042 : cluster 0 pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:10 smithi022 bash[28554]: cluster 2023-12-07T11:31:08.555975+0000 mgr.a (mgr.24293) 4042 : cluster 0 pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:10 smithi027 bash[31536]: cluster 2023-12-07T11:31:08.555975+0000 mgr.a (mgr.24293) 4042 : cluster 0 pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:10.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:10.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:10.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:10.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:10.546 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:11 smithi044 bash[32620]: audit 2023-12-07T11:31:10.016662+0000 mgr.a (mgr.24293) 4043 : audit 0 from='client.91071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:11 smithi022 bash[28554]: audit 2023-12-07T11:31:10.016662+0000 mgr.a (mgr.24293) 4043 : audit 0 from='client.91071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:11 smithi027 bash[31536]: audit 2023-12-07T11:31:10.016662+0000 mgr.a (mgr.24293) 4043 : audit 0 from='client.91071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:12 smithi044 bash[32620]: cluster 2023-12-07T11:31:10.556985+0000 mgr.a (mgr.24293) 4044 : cluster 0 pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:31:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:12 smithi022 bash[28554]: cluster 2023-12-07T11:31:10.556985+0000 mgr.a (mgr.24293) 4044 : cluster 0 pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:31:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:12 smithi027 bash[31536]: cluster 2023-12-07T11:31:10.556985+0000 mgr.a (mgr.24293) 4044 : cluster 0 pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:31:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:14 smithi044 bash[32620]: cluster 2023-12-07T11:31:12.557632+0000 mgr.a (mgr.24293) 4045 : cluster 0 pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:14 smithi022 bash[28554]: cluster 2023-12-07T11:31:12.557632+0000 mgr.a (mgr.24293) 4045 : cluster 0 pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:14 smithi027 bash[31536]: cluster 2023-12-07T11:31:12.557632+0000 mgr.a (mgr.24293) 4045 : cluster 0 pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:15.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:15.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:15.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:16 smithi022 bash[28554]: cluster 2023-12-07T11:31:14.558239+0000 mgr.a (mgr.24293) 4046 : cluster 0 pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:16 smithi044 bash[32620]: cluster 2023-12-07T11:31:14.558239+0000 mgr.a (mgr.24293) 4046 : cluster 0 pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:16 smithi027 bash[31536]: cluster 2023-12-07T11:31:14.558239+0000 mgr.a (mgr.24293) 4046 : cluster 0 pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:16.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:16.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:16.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:16.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:16.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:17 smithi044 bash[32620]: audit 2023-12-07T11:31:15.959273+0000 mgr.a (mgr.24293) 4047 : audit 0 from='client.91146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:17 smithi022 bash[28554]: audit 2023-12-07T11:31:15.959273+0000 mgr.a (mgr.24293) 4047 : audit 0 from='client.91146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:17 smithi027 bash[31536]: audit 2023-12-07T11:31:15.959273+0000 mgr.a (mgr.24293) 4047 : audit 0 from='client.91146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:18 smithi022 bash[28554]: cluster 2023-12-07T11:31:16.559308+0000 mgr.a (mgr.24293) 4048 : cluster 0 pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:18 smithi044 bash[32620]: cluster 2023-12-07T11:31:16.559308+0000 mgr.a (mgr.24293) 4048 : cluster 0 pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:18 smithi027 bash[31536]: cluster 2023-12-07T11:31:16.559308+0000 mgr.a (mgr.24293) 4048 : cluster 0 pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:20 smithi044 bash[32620]: cluster 2023-12-07T11:31:18.559922+0000 mgr.a (mgr.24293) 4049 : cluster 0 pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:20 smithi022 bash[28554]: cluster 2023-12-07T11:31:18.559922+0000 mgr.a (mgr.24293) 4049 : cluster 0 pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:20 smithi027 bash[31536]: cluster 2023-12-07T11:31:18.559922+0000 mgr.a (mgr.24293) 4049 : cluster 0 pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:21.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:22.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:22.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:22.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:22.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:22.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:22 smithi044 bash[32620]: cluster 2023-12-07T11:31:20.560687+0000 mgr.a (mgr.24293) 4050 : cluster 0 pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:22 smithi022 bash[28554]: cluster 2023-12-07T11:31:20.560687+0000 mgr.a (mgr.24293) 4050 : cluster 0 pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:22 smithi027 bash[31536]: cluster 2023-12-07T11:31:20.560687+0000 mgr.a (mgr.24293) 4050 : cluster 0 pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:23 smithi044 bash[32620]: audit 2023-12-07T11:31:21.901964+0000 mgr.a (mgr.24293) 4051 : audit 0 from='client.91224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:23 smithi022 bash[28554]: audit 2023-12-07T11:31:21.901964+0000 mgr.a (mgr.24293) 4051 : audit 0 from='client.91224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:23 smithi027 bash[31536]: audit 2023-12-07T11:31:21.901964+0000 mgr.a (mgr.24293) 4051 : audit 0 from='client.91224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:24 smithi044 bash[32620]: cluster 2023-12-07T11:31:22.561455+0000 mgr.a (mgr.24293) 4052 : cluster 0 pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:24 smithi022 bash[28554]: cluster 2023-12-07T11:31:22.561455+0000 mgr.a (mgr.24293) 4052 : cluster 0 pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:24 smithi027 bash[31536]: cluster 2023-12-07T11:31:22.561455+0000 mgr.a (mgr.24293) 4052 : cluster 0 pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:26 smithi044 bash[32620]: cluster 2023-12-07T11:31:24.562033+0000 mgr.a (mgr.24293) 4053 : cluster 0 pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:26 smithi022 bash[28554]: cluster 2023-12-07T11:31:24.562033+0000 mgr.a (mgr.24293) 4053 : cluster 0 pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:26 smithi027 bash[31536]: cluster 2023-12-07T11:31:24.562033+0000 mgr.a (mgr.24293) 4053 : cluster 0 pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:27.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:27.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:27.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:28.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:28.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:28.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:28.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:28.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:28 smithi044 bash[32620]: cluster 2023-12-07T11:31:26.562816+0000 mgr.a (mgr.24293) 4054 : cluster 0 pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:31:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:28 smithi022 bash[28554]: cluster 2023-12-07T11:31:26.562816+0000 mgr.a (mgr.24293) 4054 : cluster 0 pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:31:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:28 smithi027 bash[31536]: cluster 2023-12-07T11:31:26.562816+0000 mgr.a (mgr.24293) 4054 : cluster 0 pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:31:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:29 smithi044 bash[32620]: audit 2023-12-07T11:31:27.821389+0000 mgr.a (mgr.24293) 4055 : audit 0 from='client.91302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:29 smithi022 bash[28554]: audit 2023-12-07T11:31:27.821389+0000 mgr.a (mgr.24293) 4055 : audit 0 from='client.91302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:29 smithi027 bash[31536]: audit 2023-12-07T11:31:27.821389+0000 mgr.a (mgr.24293) 4055 : audit 0 from='client.91302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:30 smithi044 bash[32620]: cluster 2023-12-07T11:31:28.563577+0000 mgr.a (mgr.24293) 4056 : 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-07T11:31:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:30 smithi022 bash[28554]: cluster 2023-12-07T11:31:28.563577+0000 mgr.a (mgr.24293) 4056 : 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-07T11:31:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:30 smithi027 bash[31536]: cluster 2023-12-07T11:31:28.563577+0000 mgr.a (mgr.24293) 4056 : 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-07T11:31:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:32 smithi044 bash[32620]: cluster 2023-12-07T11:31:30.564429+0000 mgr.a (mgr.24293) 4057 : cluster 0 pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:32 smithi022 bash[28554]: cluster 2023-12-07T11:31:30.564429+0000 mgr.a (mgr.24293) 4057 : cluster 0 pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:32 smithi027 bash[31536]: cluster 2023-12-07T11:31:30.564429+0000 mgr.a (mgr.24293) 4057 : cluster 0 pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:33.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:33.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:33.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:34.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:34.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:34.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:34.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:34.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:34 smithi044 bash[32620]: cluster 2023-12-07T11:31:32.565009+0000 mgr.a (mgr.24293) 4058 : cluster 0 pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:34 smithi022 bash[28554]: cluster 2023-12-07T11:31:32.565009+0000 mgr.a (mgr.24293) 4058 : cluster 0 pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:34 smithi027 bash[31536]: cluster 2023-12-07T11:31:32.565009+0000 mgr.a (mgr.24293) 4058 : cluster 0 pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:35 smithi044 bash[32620]: audit 2023-12-07T11:31:33.750062+0000 mgr.a (mgr.24293) 4059 : audit 0 from='client.91380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:35 smithi022 bash[28554]: audit 2023-12-07T11:31:33.750062+0000 mgr.a (mgr.24293) 4059 : audit 0 from='client.91380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:35 smithi027 bash[31536]: audit 2023-12-07T11:31:33.750062+0000 mgr.a (mgr.24293) 4059 : audit 0 from='client.91380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:36 smithi044 bash[32620]: cluster 2023-12-07T11:31:34.565786+0000 mgr.a (mgr.24293) 4060 : cluster 0 pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:36 smithi022 bash[28554]: cluster 2023-12-07T11:31:34.565786+0000 mgr.a (mgr.24293) 4060 : cluster 0 pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:36 smithi027 bash[31536]: cluster 2023-12-07T11:31:34.565786+0000 mgr.a (mgr.24293) 4060 : cluster 0 pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:38 smithi044 bash[32620]: cluster 2023-12-07T11:31:36.566630+0000 mgr.a (mgr.24293) 4061 : cluster 0 pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:38 smithi022 bash[28554]: cluster 2023-12-07T11:31:36.566630+0000 mgr.a (mgr.24293) 4061 : cluster 0 pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:38 smithi027 bash[31536]: cluster 2023-12-07T11:31:36.566630+0000 mgr.a (mgr.24293) 4061 : cluster 0 pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:39.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:39.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:39.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:40.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:40.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:40.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:40.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:40.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:40 smithi027 bash[31536]: cluster 2023-12-07T11:31:38.567233+0000 mgr.a (mgr.24293) 4062 : cluster 0 pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:40 smithi044 bash[32620]: cluster 2023-12-07T11:31:38.567233+0000 mgr.a (mgr.24293) 4062 : cluster 0 pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:40 smithi022 bash[28554]: cluster 2023-12-07T11:31:38.567233+0000 mgr.a (mgr.24293) 4062 : cluster 0 pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:41 smithi027 bash[31536]: audit 2023-12-07T11:31:39.678601+0000 mgr.a (mgr.24293) 4063 : audit 0 from='client.91458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:41 smithi044 bash[32620]: audit 2023-12-07T11:31:39.678601+0000 mgr.a (mgr.24293) 4063 : audit 0 from='client.91458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:41 smithi022 bash[28554]: audit 2023-12-07T11:31:39.678601+0000 mgr.a (mgr.24293) 4063 : audit 0 from='client.91458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:42 smithi027 bash[31536]: cluster 2023-12-07T11:31:40.568325+0000 mgr.a (mgr.24293) 4064 : cluster 0 pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:42 smithi044 bash[32620]: cluster 2023-12-07T11:31:40.568325+0000 mgr.a (mgr.24293) 4064 : cluster 0 pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:42 smithi022 bash[28554]: cluster 2023-12-07T11:31:40.568325+0000 mgr.a (mgr.24293) 4064 : cluster 0 pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:44 smithi027 bash[31536]: cluster 2023-12-07T11:31:42.568934+0000 mgr.a (mgr.24293) 4065 : 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-07T11:31:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:44 smithi044 bash[32620]: cluster 2023-12-07T11:31:42.568934+0000 mgr.a (mgr.24293) 4065 : 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-07T11:31:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:44 smithi022 bash[28554]: cluster 2023-12-07T11:31:42.568934+0000 mgr.a (mgr.24293) 4065 : 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-07T11:31:45.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:45.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:45.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:46.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:46.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:46.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:46.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:46.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:46 smithi027 bash[31536]: cluster 2023-12-07T11:31:44.569505+0000 mgr.a (mgr.24293) 4066 : 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-07T11:31:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:46 smithi044 bash[32620]: cluster 2023-12-07T11:31:44.569505+0000 mgr.a (mgr.24293) 4066 : 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-07T11:31:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:46 smithi022 bash[28554]: cluster 2023-12-07T11:31:44.569505+0000 mgr.a (mgr.24293) 4066 : 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-07T11:31:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:47 smithi044 bash[32620]: audit 2023-12-07T11:31:45.627145+0000 mgr.a (mgr.24293) 4067 : audit 0 from='client.91536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:47 smithi022 bash[28554]: audit 2023-12-07T11:31:45.627145+0000 mgr.a (mgr.24293) 4067 : audit 0 from='client.91536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:47 smithi027 bash[31536]: audit 2023-12-07T11:31:45.627145+0000 mgr.a (mgr.24293) 4067 : audit 0 from='client.91536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:48 smithi044 bash[32620]: cluster 2023-12-07T11:31:46.570553+0000 mgr.a (mgr.24293) 4068 : cluster 0 pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:48 smithi044 bash[32620]: audit 2023-12-07T11:31:47.657565+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:31:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:48 smithi022 bash[28554]: cluster 2023-12-07T11:31:46.570553+0000 mgr.a (mgr.24293) 4068 : cluster 0 pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:48 smithi022 bash[28554]: audit 2023-12-07T11:31:47.657565+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:31:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:48 smithi027 bash[31536]: cluster 2023-12-07T11:31:46.570553+0000 mgr.a (mgr.24293) 4068 : cluster 0 pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:48 smithi027 bash[31536]: audit 2023-12-07T11:31:47.657565+0000 mon.a (mon.0) 1027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:31:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:49 smithi022 bash[28554]: audit 2023-12-07T11:31:48.393776+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:31:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:49 smithi022 bash[28554]: audit 2023-12-07T11:31:48.395451+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:31:49.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:49 smithi022 bash[28554]: audit 2023-12-07T11:31:48.404900+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:31:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:49 smithi044 bash[32620]: audit 2023-12-07T11:31:48.393776+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:31:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:49 smithi044 bash[32620]: audit 2023-12-07T11:31:48.395451+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:31:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:49 smithi044 bash[32620]: audit 2023-12-07T11:31:48.404900+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:31:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:49 smithi027 bash[31536]: audit 2023-12-07T11:31:48.393776+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:31:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:49 smithi027 bash[31536]: audit 2023-12-07T11:31:48.395451+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:31:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:49 smithi027 bash[31536]: audit 2023-12-07T11:31:48.404900+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:31:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:50 smithi044 bash[32620]: cluster 2023-12-07T11:31:48.571325+0000 mgr.a (mgr.24293) 4069 : cluster 0 pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:50 smithi022 bash[28554]: cluster 2023-12-07T11:31:48.571325+0000 mgr.a (mgr.24293) 4069 : cluster 0 pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:50 smithi027 bash[31536]: cluster 2023-12-07T11:31:48.571325+0000 mgr.a (mgr.24293) 4069 : cluster 0 pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:51.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:51.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:51.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:52.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:52.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:52.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:52.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:52.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:52 smithi044 bash[32620]: cluster 2023-12-07T11:31:50.572136+0000 mgr.a (mgr.24293) 4070 : cluster 0 pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:52 smithi022 bash[28554]: cluster 2023-12-07T11:31:50.572136+0000 mgr.a (mgr.24293) 4070 : cluster 0 pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:52 smithi027 bash[31536]: cluster 2023-12-07T11:31:50.572136+0000 mgr.a (mgr.24293) 4070 : cluster 0 pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:53 smithi044 bash[32620]: audit 2023-12-07T11:31:51.556511+0000 mgr.a (mgr.24293) 4071 : audit 0 from='client.91611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:53 smithi022 bash[28554]: audit 2023-12-07T11:31:51.556511+0000 mgr.a (mgr.24293) 4071 : audit 0 from='client.91611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:53 smithi027 bash[31536]: audit 2023-12-07T11:31:51.556511+0000 mgr.a (mgr.24293) 4071 : audit 0 from='client.91611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:54 smithi044 bash[32620]: cluster 2023-12-07T11:31:52.573011+0000 mgr.a (mgr.24293) 4072 : cluster 0 pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:54 smithi022 bash[28554]: cluster 2023-12-07T11:31:52.573011+0000 mgr.a (mgr.24293) 4072 : cluster 0 pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:54 smithi027 bash[31536]: cluster 2023-12-07T11:31:52.573011+0000 mgr.a (mgr.24293) 4072 : cluster 0 pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:56 smithi044 bash[32620]: cluster 2023-12-07T11:31:54.573645+0000 mgr.a (mgr.24293) 4073 : cluster 0 pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:56 smithi022 bash[28554]: cluster 2023-12-07T11:31:54.573645+0000 mgr.a (mgr.24293) 4073 : cluster 0 pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:56 smithi027 bash[31536]: cluster 2023-12-07T11:31:54.573645+0000 mgr.a (mgr.24293) 4073 : cluster 0 pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:57.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:31:57.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:57.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:58.038 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:31:58.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:58.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:58.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:58.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:31:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:58 smithi044 bash[32620]: cluster 2023-12-07T11:31:56.574512+0000 mgr.a (mgr.24293) 4074 : cluster 0 pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:58 smithi022 bash[28554]: cluster 2023-12-07T11:31:56.574512+0000 mgr.a (mgr.24293) 4074 : cluster 0 pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:58 smithi027 bash[31536]: cluster 2023-12-07T11:31:56.574512+0000 mgr.a (mgr.24293) 4074 : cluster 0 pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:31:59 smithi044 bash[32620]: audit 2023-12-07T11:31:57.506678+0000 mgr.a (mgr.24293) 4075 : audit 0 from='client.91689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:31:59 smithi022 bash[28554]: audit 2023-12-07T11:31:57.506678+0000 mgr.a (mgr.24293) 4075 : audit 0 from='client.91689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:31:59 smithi027 bash[31536]: audit 2023-12-07T11:31:57.506678+0000 mgr.a (mgr.24293) 4075 : audit 0 from='client.91689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:00 smithi044 bash[32620]: cluster 2023-12-07T11:31:58.575400+0000 mgr.a (mgr.24293) 4076 : 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-07T11:32:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:00 smithi022 bash[28554]: cluster 2023-12-07T11:31:58.575400+0000 mgr.a (mgr.24293) 4076 : 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-07T11:32:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:00 smithi027 bash[31536]: cluster 2023-12-07T11:31:58.575400+0000 mgr.a (mgr.24293) 4076 : 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-07T11:32:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:02 smithi044 bash[32620]: cluster 2023-12-07T11:32:00.576315+0000 mgr.a (mgr.24293) 4077 : cluster 0 pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:02 smithi022 bash[28554]: cluster 2023-12-07T11:32:00.576315+0000 mgr.a (mgr.24293) 4077 : cluster 0 pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:02 smithi027 bash[31536]: cluster 2023-12-07T11:32:00.576315+0000 mgr.a (mgr.24293) 4077 : cluster 0 pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:03.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:03.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:03.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:03.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:03.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:03.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:03.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:03.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:04 smithi044 bash[32620]: cluster 2023-12-07T11:32:02.577078+0000 mgr.a (mgr.24293) 4078 : cluster 0 pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:04 smithi022 bash[28554]: cluster 2023-12-07T11:32:02.577078+0000 mgr.a (mgr.24293) 4078 : cluster 0 pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:04 smithi027 bash[31536]: cluster 2023-12-07T11:32:02.577078+0000 mgr.a (mgr.24293) 4078 : cluster 0 pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:05 smithi022 bash[28554]: audit 2023-12-07T11:32:03.448982+0000 mgr.a (mgr.24293) 4079 : audit 0 from='client.91764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:05.687 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:05 smithi044 bash[32620]: audit 2023-12-07T11:32:03.448982+0000 mgr.a (mgr.24293) 4079 : audit 0 from='client.91764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:05 smithi027 bash[31536]: audit 2023-12-07T11:32:03.448982+0000 mgr.a (mgr.24293) 4079 : audit 0 from='client.91764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:06 smithi044 bash[32620]: cluster 2023-12-07T11:32:04.577870+0000 mgr.a (mgr.24293) 4080 : cluster 0 pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:06 smithi022 bash[28554]: cluster 2023-12-07T11:32:04.577870+0000 mgr.a (mgr.24293) 4080 : cluster 0 pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:06 smithi027 bash[31536]: cluster 2023-12-07T11:32:04.577870+0000 mgr.a (mgr.24293) 4080 : cluster 0 pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:08 smithi044 bash[32620]: cluster 2023-12-07T11:32:06.578700+0000 mgr.a (mgr.24293) 4081 : cluster 0 pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:08 smithi022 bash[28554]: cluster 2023-12-07T11:32:06.578700+0000 mgr.a (mgr.24293) 4081 : cluster 0 pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:08 smithi027 bash[31536]: cluster 2023-12-07T11:32:06.578700+0000 mgr.a (mgr.24293) 4081 : cluster 0 pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:08.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:08.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:08.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:09.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:09.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:09.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:09.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:09.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:10 smithi044 bash[32620]: cluster 2023-12-07T11:32:08.579283+0000 mgr.a (mgr.24293) 4082 : cluster 0 pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:10 smithi022 bash[28554]: cluster 2023-12-07T11:32:08.579283+0000 mgr.a (mgr.24293) 4082 : cluster 0 pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:10 smithi027 bash[31536]: cluster 2023-12-07T11:32:08.579283+0000 mgr.a (mgr.24293) 4082 : cluster 0 pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:11 smithi044 bash[32620]: audit 2023-12-07T11:32:09.394483+0000 mgr.a (mgr.24293) 4083 : audit 0 from='client.91842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:11 smithi022 bash[28554]: audit 2023-12-07T11:32:09.394483+0000 mgr.a (mgr.24293) 4083 : audit 0 from='client.91842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:11 smithi027 bash[31536]: audit 2023-12-07T11:32:09.394483+0000 mgr.a (mgr.24293) 4083 : audit 0 from='client.91842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:12 smithi044 bash[32620]: cluster 2023-12-07T11:32:10.580205+0000 mgr.a (mgr.24293) 4084 : cluster 0 pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:12 smithi022 bash[28554]: cluster 2023-12-07T11:32:10.580205+0000 mgr.a (mgr.24293) 4084 : cluster 0 pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:12 smithi027 bash[31536]: cluster 2023-12-07T11:32:10.580205+0000 mgr.a (mgr.24293) 4084 : cluster 0 pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:14 smithi044 bash[32620]: cluster 2023-12-07T11:32:12.580738+0000 mgr.a (mgr.24293) 4085 : cluster 0 pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:14 smithi022 bash[28554]: cluster 2023-12-07T11:32:12.580738+0000 mgr.a (mgr.24293) 4085 : cluster 0 pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:14 smithi027 bash[31536]: cluster 2023-12-07T11:32:12.580738+0000 mgr.a (mgr.24293) 4085 : cluster 0 pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:14.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:14.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:14.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:15.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:15.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:15.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:15.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:15.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:15 smithi027 bash[31536]: cluster 2023-12-07T11:32:14.581343+0000 mgr.a (mgr.24293) 4086 : cluster 0 pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:15 smithi044 bash[32620]: cluster 2023-12-07T11:32:14.581343+0000 mgr.a (mgr.24293) 4086 : cluster 0 pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:15 smithi022 bash[28554]: cluster 2023-12-07T11:32:14.581343+0000 mgr.a (mgr.24293) 4086 : cluster 0 pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:16 smithi044 bash[32620]: audit 2023-12-07T11:32:15.319825+0000 mgr.a (mgr.24293) 4087 : audit 0 from='client.91920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:16 smithi022 bash[28554]: audit 2023-12-07T11:32:15.319825+0000 mgr.a (mgr.24293) 4087 : audit 0 from='client.91920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:16 smithi027 bash[31536]: audit 2023-12-07T11:32:15.319825+0000 mgr.a (mgr.24293) 4087 : audit 0 from='client.91920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:17 smithi044 bash[32620]: cluster 2023-12-07T11:32:16.582532+0000 mgr.a (mgr.24293) 4088 : cluster 0 pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:17 smithi022 bash[28554]: cluster 2023-12-07T11:32:16.582532+0000 mgr.a (mgr.24293) 4088 : cluster 0 pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:17 smithi027 bash[31536]: cluster 2023-12-07T11:32:16.582532+0000 mgr.a (mgr.24293) 4088 : cluster 0 pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:19 smithi044 bash[32620]: cluster 2023-12-07T11:32:18.583264+0000 mgr.a (mgr.24293) 4089 : cluster 0 pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:19 smithi022 bash[28554]: cluster 2023-12-07T11:32:18.583264+0000 mgr.a (mgr.24293) 4089 : cluster 0 pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:19 smithi027 bash[31536]: cluster 2023-12-07T11:32:18.583264+0000 mgr.a (mgr.24293) 4089 : cluster 0 pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:20.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:20.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:20.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:21.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:21.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:21.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:21.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:21.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:21 smithi044 bash[32620]: cluster 2023-12-07T11:32:20.584202+0000 mgr.a (mgr.24293) 4090 : cluster 0 pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:21 smithi044 bash[32620]: audit 2023-12-07T11:32:21.254331+0000 mgr.a (mgr.24293) 4091 : audit 0 from='client.91995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:21 smithi022 bash[28554]: cluster 2023-12-07T11:32:20.584202+0000 mgr.a (mgr.24293) 4090 : cluster 0 pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:21 smithi022 bash[28554]: audit 2023-12-07T11:32:21.254331+0000 mgr.a (mgr.24293) 4091 : audit 0 from='client.91995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:21 smithi027 bash[31536]: cluster 2023-12-07T11:32:20.584202+0000 mgr.a (mgr.24293) 4090 : cluster 0 pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:21 smithi027 bash[31536]: audit 2023-12-07T11:32:21.254331+0000 mgr.a (mgr.24293) 4091 : audit 0 from='client.91995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:23 smithi044 bash[32620]: cluster 2023-12-07T11:32:22.585046+0000 mgr.a (mgr.24293) 4092 : cluster 0 pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:23 smithi022 bash[28554]: cluster 2023-12-07T11:32:22.585046+0000 mgr.a (mgr.24293) 4092 : cluster 0 pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:23 smithi027 bash[31536]: cluster 2023-12-07T11:32:22.585046+0000 mgr.a (mgr.24293) 4092 : cluster 0 pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:25 smithi044 bash[32620]: cluster 2023-12-07T11:32:24.585859+0000 mgr.a (mgr.24293) 4093 : cluster 0 pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:25 smithi022 bash[28554]: cluster 2023-12-07T11:32:24.585859+0000 mgr.a (mgr.24293) 4093 : cluster 0 pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:25 smithi027 bash[31536]: cluster 2023-12-07T11:32:24.585859+0000 mgr.a (mgr.24293) 4093 : cluster 0 pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:26.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:26.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:26.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:27.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:27.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:27 smithi044 bash[32620]: cluster 2023-12-07T11:32:26.586791+0000 mgr.a (mgr.24293) 4094 : cluster 0 pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:27 smithi044 bash[32620]: audit 2023-12-07T11:32:27.159154+0000 mgr.a (mgr.24293) 4095 : audit 0 from='client.92073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:27 smithi022 bash[28554]: cluster 2023-12-07T11:32:26.586791+0000 mgr.a (mgr.24293) 4094 : cluster 0 pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:27 smithi022 bash[28554]: audit 2023-12-07T11:32:27.159154+0000 mgr.a (mgr.24293) 4095 : audit 0 from='client.92073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:27 smithi027 bash[31536]: cluster 2023-12-07T11:32:26.586791+0000 mgr.a (mgr.24293) 4094 : cluster 0 pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:27 smithi027 bash[31536]: audit 2023-12-07T11:32:27.159154+0000 mgr.a (mgr.24293) 4095 : audit 0 from='client.92073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:29 smithi044 bash[32620]: cluster 2023-12-07T11:32:28.587568+0000 mgr.a (mgr.24293) 4096 : 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-07T11:32:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:29 smithi022 bash[28554]: cluster 2023-12-07T11:32:28.587568+0000 mgr.a (mgr.24293) 4096 : 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-07T11:32:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:29 smithi027 bash[31536]: cluster 2023-12-07T11:32:28.587568+0000 mgr.a (mgr.24293) 4096 : 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-07T11:32:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:31 smithi044 bash[32620]: cluster 2023-12-07T11:32:30.588397+0000 mgr.a (mgr.24293) 4097 : 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-07T11:32:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:31 smithi022 bash[28554]: cluster 2023-12-07T11:32:30.588397+0000 mgr.a (mgr.24293) 4097 : 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-07T11:32:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:31 smithi027 bash[31536]: cluster 2023-12-07T11:32:30.588397+0000 mgr.a (mgr.24293) 4097 : 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-07T11:32:32.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:33.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:33.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:33.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:33.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:33.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:33 smithi044 bash[32620]: cluster 2023-12-07T11:32:32.588986+0000 mgr.a (mgr.24293) 4098 : 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-07T11:32:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:33 smithi044 bash[32620]: audit 2023-12-07T11:32:33.106885+0000 mgr.a (mgr.24293) 4099 : audit 0 from='client.92148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:33 smithi022 bash[28554]: cluster 2023-12-07T11:32:32.588986+0000 mgr.a (mgr.24293) 4098 : 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-07T11:32:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:33 smithi022 bash[28554]: audit 2023-12-07T11:32:33.106885+0000 mgr.a (mgr.24293) 4099 : audit 0 from='client.92148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:33 smithi027 bash[31536]: cluster 2023-12-07T11:32:32.588986+0000 mgr.a (mgr.24293) 4098 : 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-07T11:32:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:33 smithi027 bash[31536]: audit 2023-12-07T11:32:33.106885+0000 mgr.a (mgr.24293) 4099 : audit 0 from='client.92148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:35 smithi044 bash[32620]: cluster 2023-12-07T11:32:34.589580+0000 mgr.a (mgr.24293) 4100 : 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-07T11:32:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:35 smithi022 bash[28554]: cluster 2023-12-07T11:32:34.589580+0000 mgr.a (mgr.24293) 4100 : 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-07T11:32:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:35 smithi027 bash[31536]: cluster 2023-12-07T11:32:34.589580+0000 mgr.a (mgr.24293) 4100 : 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-07T11:32:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:37 smithi044 bash[32620]: cluster 2023-12-07T11:32:36.590407+0000 mgr.a (mgr.24293) 4101 : cluster 0 pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:37 smithi022 bash[28554]: cluster 2023-12-07T11:32:36.590407+0000 mgr.a (mgr.24293) 4101 : cluster 0 pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:38.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:37 smithi027 bash[31536]: cluster 2023-12-07T11:32:36.590407+0000 mgr.a (mgr.24293) 4101 : cluster 0 pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:38.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:38.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:38.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:39.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:39.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:39.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:39.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:39.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:39 smithi044 bash[32620]: cluster 2023-12-07T11:32:38.590919+0000 mgr.a (mgr.24293) 4102 : cluster 0 pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:39 smithi044 bash[32620]: audit 2023-12-07T11:32:39.030758+0000 mgr.a (mgr.24293) 4103 : audit 0 from='client.92226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:39 smithi022 bash[28554]: cluster 2023-12-07T11:32:38.590919+0000 mgr.a (mgr.24293) 4102 : cluster 0 pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:39 smithi022 bash[28554]: audit 2023-12-07T11:32:39.030758+0000 mgr.a (mgr.24293) 4103 : audit 0 from='client.92226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:39 smithi027 bash[31536]: cluster 2023-12-07T11:32:38.590919+0000 mgr.a (mgr.24293) 4102 : cluster 0 pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:39 smithi027 bash[31536]: audit 2023-12-07T11:32:39.030758+0000 mgr.a (mgr.24293) 4103 : audit 0 from='client.92226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:41 smithi044 bash[32620]: cluster 2023-12-07T11:32:40.591845+0000 mgr.a (mgr.24293) 4104 : cluster 0 pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:41 smithi022 bash[28554]: cluster 2023-12-07T11:32:40.591845+0000 mgr.a (mgr.24293) 4104 : cluster 0 pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:41 smithi027 bash[31536]: cluster 2023-12-07T11:32:40.591845+0000 mgr.a (mgr.24293) 4104 : cluster 0 pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:43 smithi044 bash[32620]: cluster 2023-12-07T11:32:42.592454+0000 mgr.a (mgr.24293) 4105 : cluster 0 pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:43 smithi022 bash[28554]: cluster 2023-12-07T11:32:42.592454+0000 mgr.a (mgr.24293) 4105 : cluster 0 pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:43 smithi027 bash[31536]: cluster 2023-12-07T11:32:42.592454+0000 mgr.a (mgr.24293) 4105 : cluster 0 pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:44.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:44.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:44.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:45.478 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:45.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:45.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:45.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:45.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:45 smithi044 bash[32620]: cluster 2023-12-07T11:32:44.592948+0000 mgr.a (mgr.24293) 4106 : cluster 0 pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:45 smithi044 bash[32620]: audit 2023-12-07T11:32:44.953634+0000 mgr.a (mgr.24293) 4107 : audit 0 from='client.92301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:45 smithi022 bash[28554]: cluster 2023-12-07T11:32:44.592948+0000 mgr.a (mgr.24293) 4106 : cluster 0 pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:45 smithi022 bash[28554]: audit 2023-12-07T11:32:44.953634+0000 mgr.a (mgr.24293) 4107 : audit 0 from='client.92301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:45 smithi027 bash[31536]: cluster 2023-12-07T11:32:44.592948+0000 mgr.a (mgr.24293) 4106 : cluster 0 pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:45 smithi027 bash[31536]: audit 2023-12-07T11:32:44.953634+0000 mgr.a (mgr.24293) 4107 : audit 0 from='client.92301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:47 smithi044 bash[32620]: cluster 2023-12-07T11:32:46.593835+0000 mgr.a (mgr.24293) 4108 : cluster 0 pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:32:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:47 smithi022 bash[28554]: cluster 2023-12-07T11:32:46.593835+0000 mgr.a (mgr.24293) 4108 : cluster 0 pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:32:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:47 smithi027 bash[31536]: cluster 2023-12-07T11:32:46.593835+0000 mgr.a (mgr.24293) 4108 : cluster 0 pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:32:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:48 smithi044 bash[32620]: audit 2023-12-07T11:32:48.508826+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:32:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:48 smithi022 bash[28554]: audit 2023-12-07T11:32:48.508826+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:32:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:48 smithi027 bash[31536]: audit 2023-12-07T11:32:48.508826+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:32:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:49 smithi044 bash[32620]: cluster 2023-12-07T11:32:48.594402+0000 mgr.a (mgr.24293) 4109 : cluster 0 pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:32:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:49 smithi044 bash[32620]: audit 2023-12-07T11:32:49.253349+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:32:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:49 smithi044 bash[32620]: audit 2023-12-07T11:32:49.255385+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:32:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:49 smithi044 bash[32620]: audit 2023-12-07T11:32:49.265492+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:32:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:49 smithi022 bash[28554]: cluster 2023-12-07T11:32:48.594402+0000 mgr.a (mgr.24293) 4109 : cluster 0 pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:32:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:49 smithi022 bash[28554]: audit 2023-12-07T11:32:49.253349+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:32:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:49 smithi022 bash[28554]: audit 2023-12-07T11:32:49.255385+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:32:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:49 smithi022 bash[28554]: audit 2023-12-07T11:32:49.265492+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:32:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:49 smithi027 bash[31536]: cluster 2023-12-07T11:32:48.594402+0000 mgr.a (mgr.24293) 4109 : cluster 0 pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:32:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:49 smithi027 bash[31536]: audit 2023-12-07T11:32:49.253349+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:32:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:49 smithi027 bash[31536]: audit 2023-12-07T11:32:49.255385+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:32:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:49 smithi027 bash[31536]: audit 2023-12-07T11:32:49.265492+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:32:50.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:50.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:50.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:51.407 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:51.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:51.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:51.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:51.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:51 smithi044 bash[32620]: cluster 2023-12-07T11:32:50.594833+0000 mgr.a (mgr.24293) 4110 : cluster 0 pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:51 smithi044 bash[32620]: audit 2023-12-07T11:32:50.891861+0000 mgr.a (mgr.24293) 4111 : audit 0 from='client.92376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:51 smithi022 bash[28554]: cluster 2023-12-07T11:32:50.594833+0000 mgr.a (mgr.24293) 4110 : cluster 0 pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:51 smithi022 bash[28554]: audit 2023-12-07T11:32:50.891861+0000 mgr.a (mgr.24293) 4111 : audit 0 from='client.92376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:51 smithi027 bash[31536]: cluster 2023-12-07T11:32:50.594833+0000 mgr.a (mgr.24293) 4110 : cluster 0 pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:51 smithi027 bash[31536]: audit 2023-12-07T11:32:50.891861+0000 mgr.a (mgr.24293) 4111 : audit 0 from='client.92376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:53 smithi044 bash[32620]: cluster 2023-12-07T11:32:52.595458+0000 mgr.a (mgr.24293) 4112 : cluster 0 pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:53 smithi022 bash[28554]: cluster 2023-12-07T11:32:52.595458+0000 mgr.a (mgr.24293) 4112 : cluster 0 pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:53 smithi027 bash[31536]: cluster 2023-12-07T11:32:52.595458+0000 mgr.a (mgr.24293) 4112 : cluster 0 pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:55 smithi044 bash[32620]: cluster 2023-12-07T11:32:54.596071+0000 mgr.a (mgr.24293) 4113 : cluster 0 pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:55 smithi022 bash[28554]: cluster 2023-12-07T11:32:54.596071+0000 mgr.a (mgr.24293) 4113 : cluster 0 pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:56.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:55 smithi027 bash[31536]: cluster 2023-12-07T11:32:54.596071+0000 mgr.a (mgr.24293) 4113 : cluster 0 pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:56.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:32:56.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:56.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:57.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:32:57.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:57.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:57.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:57.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:32:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:57 smithi044 bash[32620]: cluster 2023-12-07T11:32:56.596882+0000 mgr.a (mgr.24293) 4114 : cluster 0 pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:57 smithi044 bash[32620]: audit 2023-12-07T11:32:56.821305+0000 mgr.a (mgr.24293) 4115 : audit 0 from='client.92454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:57 smithi022 bash[28554]: cluster 2023-12-07T11:32:56.596882+0000 mgr.a (mgr.24293) 4114 : cluster 0 pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:58.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:57 smithi022 bash[28554]: audit 2023-12-07T11:32:56.821305+0000 mgr.a (mgr.24293) 4115 : audit 0 from='client.92454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:57 smithi027 bash[31536]: cluster 2023-12-07T11:32:56.596882+0000 mgr.a (mgr.24293) 4114 : cluster 0 pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:57 smithi027 bash[31536]: audit 2023-12-07T11:32:56.821305+0000 mgr.a (mgr.24293) 4115 : audit 0 from='client.92454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:32:59 smithi044 bash[32620]: cluster 2023-12-07T11:32:58.597570+0000 mgr.a (mgr.24293) 4116 : cluster 0 pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:33:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:32:59 smithi022 bash[28554]: cluster 2023-12-07T11:32:58.597570+0000 mgr.a (mgr.24293) 4116 : cluster 0 pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:33:00.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:32:59 smithi027 bash[31536]: cluster 2023-12-07T11:32:58.597570+0000 mgr.a (mgr.24293) 4116 : cluster 0 pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:33:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:01 smithi044 bash[32620]: cluster 2023-12-07T11:33:00.598381+0000 mgr.a (mgr.24293) 4117 : cluster 0 pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:33:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:01 smithi022 bash[28554]: cluster 2023-12-07T11:33:00.598381+0000 mgr.a (mgr.24293) 4117 : cluster 0 pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:33:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:01 smithi027 bash[31536]: cluster 2023-12-07T11:33:00.598381+0000 mgr.a (mgr.24293) 4117 : cluster 0 pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:33:02.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:02.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:02.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:03.300 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:03.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:03.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:03.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:03.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:03 smithi044 bash[32620]: cluster 2023-12-07T11:33:02.598790+0000 mgr.a (mgr.24293) 4118 : 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-07T11:33:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:03 smithi044 bash[32620]: audit 2023-12-07T11:33:02.754760+0000 mgr.a (mgr.24293) 4119 : audit 0 from='client.92529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:03 smithi022 bash[28554]: cluster 2023-12-07T11:33:02.598790+0000 mgr.a (mgr.24293) 4118 : 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-07T11:33:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:03 smithi022 bash[28554]: audit 2023-12-07T11:33:02.754760+0000 mgr.a (mgr.24293) 4119 : audit 0 from='client.92529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:03 smithi027 bash[31536]: cluster 2023-12-07T11:33:02.598790+0000 mgr.a (mgr.24293) 4118 : 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-07T11:33:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:03 smithi027 bash[31536]: audit 2023-12-07T11:33:02.754760+0000 mgr.a (mgr.24293) 4119 : audit 0 from='client.92529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:05 smithi044 bash[32620]: cluster 2023-12-07T11:33:04.599440+0000 mgr.a (mgr.24293) 4120 : 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-07T11:33:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:05 smithi022 bash[28554]: cluster 2023-12-07T11:33:04.599440+0000 mgr.a (mgr.24293) 4120 : 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-07T11:33:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:05 smithi027 bash[31536]: cluster 2023-12-07T11:33:04.599440+0000 mgr.a (mgr.24293) 4120 : 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-07T11:33:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:07 smithi044 bash[32620]: cluster 2023-12-07T11:33:06.600249+0000 mgr.a (mgr.24293) 4121 : cluster 0 pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:07 smithi022 bash[28554]: cluster 2023-12-07T11:33:06.600249+0000 mgr.a (mgr.24293) 4121 : cluster 0 pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:07 smithi027 bash[31536]: cluster 2023-12-07T11:33:06.600249+0000 mgr.a (mgr.24293) 4121 : cluster 0 pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:08.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:08.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:08.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:09.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:09.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:09.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:09.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:09.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:09 smithi044 bash[32620]: cluster 2023-12-07T11:33:08.600782+0000 mgr.a (mgr.24293) 4122 : cluster 0 pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:09 smithi044 bash[32620]: audit 2023-12-07T11:33:08.716005+0000 mgr.a (mgr.24293) 4123 : audit 0 from='client.92601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:09 smithi022 bash[28554]: cluster 2023-12-07T11:33:08.600782+0000 mgr.a (mgr.24293) 4122 : cluster 0 pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:09 smithi022 bash[28554]: audit 2023-12-07T11:33:08.716005+0000 mgr.a (mgr.24293) 4123 : audit 0 from='client.92601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:09 smithi027 bash[31536]: cluster 2023-12-07T11:33:08.600782+0000 mgr.a (mgr.24293) 4122 : cluster 0 pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:09 smithi027 bash[31536]: audit 2023-12-07T11:33:08.716005+0000 mgr.a (mgr.24293) 4123 : audit 0 from='client.92601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:11 smithi044 bash[32620]: cluster 2023-12-07T11:33:10.601793+0000 mgr.a (mgr.24293) 4124 : cluster 0 pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:11 smithi022 bash[28554]: cluster 2023-12-07T11:33:10.601793+0000 mgr.a (mgr.24293) 4124 : cluster 0 pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:11 smithi027 bash[31536]: cluster 2023-12-07T11:33:10.601793+0000 mgr.a (mgr.24293) 4124 : cluster 0 pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:13 smithi044 bash[32620]: cluster 2023-12-07T11:33:12.602500+0000 mgr.a (mgr.24293) 4125 : cluster 0 pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:13 smithi022 bash[28554]: cluster 2023-12-07T11:33:12.602500+0000 mgr.a (mgr.24293) 4125 : cluster 0 pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:13 smithi027 bash[31536]: cluster 2023-12-07T11:33:12.602500+0000 mgr.a (mgr.24293) 4125 : cluster 0 pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:14.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:14.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:14.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:15.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:15.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:15.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:15.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:15.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:15 smithi044 bash[32620]: cluster 2023-12-07T11:33:14.603179+0000 mgr.a (mgr.24293) 4126 : cluster 0 pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:15 smithi044 bash[32620]: audit 2023-12-07T11:33:14.660474+0000 mgr.a (mgr.24293) 4127 : audit 0 from='client.92676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:15 smithi022 bash[28554]: cluster 2023-12-07T11:33:14.603179+0000 mgr.a (mgr.24293) 4126 : cluster 0 pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:15 smithi022 bash[28554]: audit 2023-12-07T11:33:14.660474+0000 mgr.a (mgr.24293) 4127 : audit 0 from='client.92676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:15 smithi027 bash[31536]: cluster 2023-12-07T11:33:14.603179+0000 mgr.a (mgr.24293) 4126 : cluster 0 pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:15 smithi027 bash[31536]: audit 2023-12-07T11:33:14.660474+0000 mgr.a (mgr.24293) 4127 : audit 0 from='client.92676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:17 smithi044 bash[32620]: cluster 2023-12-07T11:33:16.604125+0000 mgr.a (mgr.24293) 4128 : cluster 0 pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:17 smithi022 bash[28554]: cluster 2023-12-07T11:33:16.604125+0000 mgr.a (mgr.24293) 4128 : cluster 0 pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:17 smithi027 bash[31536]: cluster 2023-12-07T11:33:16.604125+0000 mgr.a (mgr.24293) 4128 : cluster 0 pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:19 smithi044 bash[32620]: cluster 2023-12-07T11:33:18.604689+0000 mgr.a (mgr.24293) 4129 : cluster 0 pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:19 smithi022 bash[28554]: cluster 2023-12-07T11:33:18.604689+0000 mgr.a (mgr.24293) 4129 : cluster 0 pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:20.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:20.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:20.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:19 smithi027 bash[31536]: cluster 2023-12-07T11:33:18.604689+0000 mgr.a (mgr.24293) 4129 : cluster 0 pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:21.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:21.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:21.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:21.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:21.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:21 smithi044 bash[32620]: audit 2023-12-07T11:33:20.588844+0000 mgr.a (mgr.24293) 4130 : audit 0 from='client.92748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:21 smithi044 bash[32620]: cluster 2023-12-07T11:33:20.606757+0000 mgr.a (mgr.24293) 4131 : cluster 0 pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:21 smithi022 bash[28554]: audit 2023-12-07T11:33:20.588844+0000 mgr.a (mgr.24293) 4130 : audit 0 from='client.92748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:21 smithi022 bash[28554]: cluster 2023-12-07T11:33:20.606757+0000 mgr.a (mgr.24293) 4131 : cluster 0 pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:21 smithi027 bash[31536]: audit 2023-12-07T11:33:20.588844+0000 mgr.a (mgr.24293) 4130 : audit 0 from='client.92748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:21 smithi027 bash[31536]: cluster 2023-12-07T11:33:20.606757+0000 mgr.a (mgr.24293) 4131 : cluster 0 pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:23 smithi044 bash[32620]: cluster 2023-12-07T11:33:22.607557+0000 mgr.a (mgr.24293) 4132 : cluster 0 pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:23 smithi022 bash[28554]: cluster 2023-12-07T11:33:22.607557+0000 mgr.a (mgr.24293) 4132 : cluster 0 pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:23 smithi027 bash[31536]: cluster 2023-12-07T11:33:22.607557+0000 mgr.a (mgr.24293) 4132 : cluster 0 pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:26.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:26.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:26.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:25 smithi044 bash[32620]: cluster 2023-12-07T11:33:24.608117+0000 mgr.a (mgr.24293) 4133 : cluster 0 pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:25 smithi022 bash[28554]: cluster 2023-12-07T11:33:24.608117+0000 mgr.a (mgr.24293) 4133 : cluster 0 pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:25 smithi027 bash[31536]: cluster 2023-12-07T11:33:24.608117+0000 mgr.a (mgr.24293) 4133 : cluster 0 pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:27.079 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:27.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:27 smithi044 bash[32620]: audit 2023-12-07T11:33:26.535051+0000 mgr.a (mgr.24293) 4134 : audit 0 from='client.92823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:27 smithi044 bash[32620]: cluster 2023-12-07T11:33:26.608936+0000 mgr.a (mgr.24293) 4135 : cluster 0 pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:27 smithi022 bash[28554]: audit 2023-12-07T11:33:26.535051+0000 mgr.a (mgr.24293) 4134 : audit 0 from='client.92823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:27 smithi022 bash[28554]: cluster 2023-12-07T11:33:26.608936+0000 mgr.a (mgr.24293) 4135 : cluster 0 pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:27 smithi027 bash[31536]: audit 2023-12-07T11:33:26.535051+0000 mgr.a (mgr.24293) 4134 : audit 0 from='client.92823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:27 smithi027 bash[31536]: cluster 2023-12-07T11:33:26.608936+0000 mgr.a (mgr.24293) 4135 : cluster 0 pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:29 smithi044 bash[32620]: cluster 2023-12-07T11:33:28.609598+0000 mgr.a (mgr.24293) 4136 : cluster 0 pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:29 smithi022 bash[28554]: cluster 2023-12-07T11:33:28.609598+0000 mgr.a (mgr.24293) 4136 : cluster 0 pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:29 smithi027 bash[31536]: cluster 2023-12-07T11:33:28.609598+0000 mgr.a (mgr.24293) 4136 : cluster 0 pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:32.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:32.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:32.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:31 smithi044 bash[32620]: cluster 2023-12-07T11:33:30.610414+0000 mgr.a (mgr.24293) 4137 : cluster 0 pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:31 smithi022 bash[28554]: cluster 2023-12-07T11:33:30.610414+0000 mgr.a (mgr.24293) 4137 : cluster 0 pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:31 smithi027 bash[31536]: cluster 2023-12-07T11:33:30.610414+0000 mgr.a (mgr.24293) 4137 : cluster 0 pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:33.001 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:33.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:33.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:33.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:33.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:33 smithi044 bash[32620]: audit 2023-12-07T11:33:32.498493+0000 mgr.a (mgr.24293) 4138 : audit 0 from='client.85261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:33 smithi044 bash[32620]: cluster 2023-12-07T11:33:32.611108+0000 mgr.a (mgr.24293) 4139 : 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-07T11:33:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:33 smithi022 bash[28554]: audit 2023-12-07T11:33:32.498493+0000 mgr.a (mgr.24293) 4138 : audit 0 from='client.85261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:33 smithi022 bash[28554]: cluster 2023-12-07T11:33:32.611108+0000 mgr.a (mgr.24293) 4139 : 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-07T11:33:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:33 smithi027 bash[31536]: audit 2023-12-07T11:33:32.498493+0000 mgr.a (mgr.24293) 4138 : audit 0 from='client.85261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:33 smithi027 bash[31536]: cluster 2023-12-07T11:33:32.611108+0000 mgr.a (mgr.24293) 4139 : 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-07T11:33:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:35 smithi044 bash[32620]: cluster 2023-12-07T11:33:34.611851+0000 mgr.a (mgr.24293) 4140 : 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-07T11:33:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:35 smithi022 bash[28554]: cluster 2023-12-07T11:33:34.611851+0000 mgr.a (mgr.24293) 4140 : 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-07T11:33:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:35 smithi027 bash[31536]: cluster 2023-12-07T11:33:34.611851+0000 mgr.a (mgr.24293) 4140 : 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-07T11:33:38.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:38.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:38.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:37 smithi022 bash[28554]: cluster 2023-12-07T11:33:36.612689+0000 mgr.a (mgr.24293) 4141 : 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-07T11:33:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:37 smithi044 bash[32620]: cluster 2023-12-07T11:33:36.612689+0000 mgr.a (mgr.24293) 4141 : 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-07T11:33:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:37 smithi027 bash[31536]: cluster 2023-12-07T11:33:36.612689+0000 mgr.a (mgr.24293) 4141 : 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-07T11:33:38.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:38.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:38.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:38.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:38.942 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:39 smithi044 bash[32620]: audit 2023-12-07T11:33:38.415527+0000 mgr.a (mgr.24293) 4142 : audit 0 from='client.83750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:39 smithi044 bash[32620]: cluster 2023-12-07T11:33:38.613291+0000 mgr.a (mgr.24293) 4143 : 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-07T11:33:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:39 smithi022 bash[28554]: audit 2023-12-07T11:33:38.415527+0000 mgr.a (mgr.24293) 4142 : audit 0 from='client.83750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:39 smithi022 bash[28554]: cluster 2023-12-07T11:33:38.613291+0000 mgr.a (mgr.24293) 4143 : 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-07T11:33:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:39 smithi027 bash[31536]: audit 2023-12-07T11:33:38.415527+0000 mgr.a (mgr.24293) 4142 : audit 0 from='client.83750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:39 smithi027 bash[31536]: cluster 2023-12-07T11:33:38.613291+0000 mgr.a (mgr.24293) 4143 : 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-07T11:33:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:41 smithi044 bash[32620]: cluster 2023-12-07T11:33:40.614141+0000 mgr.a (mgr.24293) 4144 : cluster 0 pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:41 smithi022 bash[28554]: cluster 2023-12-07T11:33:40.614141+0000 mgr.a (mgr.24293) 4144 : cluster 0 pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:41 smithi027 bash[31536]: cluster 2023-12-07T11:33:40.614141+0000 mgr.a (mgr.24293) 4144 : cluster 0 pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:43.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:43.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:43.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:43 smithi044 bash[32620]: cluster 2023-12-07T11:33:42.614734+0000 mgr.a (mgr.24293) 4145 : cluster 0 pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:43 smithi022 bash[28554]: cluster 2023-12-07T11:33:42.614734+0000 mgr.a (mgr.24293) 4145 : cluster 0 pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:43 smithi027 bash[31536]: cluster 2023-12-07T11:33:42.614734+0000 mgr.a (mgr.24293) 4145 : cluster 0 pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:44.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:44.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:44.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:44.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:44.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:45 smithi044 bash[32620]: audit 2023-12-07T11:33:44.360861+0000 mgr.a (mgr.24293) 4146 : audit 0 from='client.83801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:45 smithi044 bash[32620]: cluster 2023-12-07T11:33:44.615306+0000 mgr.a (mgr.24293) 4147 : cluster 0 pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:45 smithi022 bash[28554]: audit 2023-12-07T11:33:44.360861+0000 mgr.a (mgr.24293) 4146 : audit 0 from='client.83801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:45 smithi022 bash[28554]: cluster 2023-12-07T11:33:44.615306+0000 mgr.a (mgr.24293) 4147 : cluster 0 pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:45 smithi027 bash[31536]: audit 2023-12-07T11:33:44.360861+0000 mgr.a (mgr.24293) 4146 : audit 0 from='client.83801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:45 smithi027 bash[31536]: cluster 2023-12-07T11:33:44.615306+0000 mgr.a (mgr.24293) 4147 : cluster 0 pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:47 smithi044 bash[32620]: cluster 2023-12-07T11:33:46.616237+0000 mgr.a (mgr.24293) 4148 : cluster 0 pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:47 smithi022 bash[28554]: cluster 2023-12-07T11:33:46.616237+0000 mgr.a (mgr.24293) 4148 : cluster 0 pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:47 smithi027 bash[31536]: cluster 2023-12-07T11:33:46.616237+0000 mgr.a (mgr.24293) 4148 : cluster 0 pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:49.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:49.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:49.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:49 smithi022 bash[28554]: cluster 2023-12-07T11:33:48.616843+0000 mgr.a (mgr.24293) 4149 : cluster 0 pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:49 smithi022 bash[28554]: audit 2023-12-07T11:33:49.367698+0000 mon.a (mon.0) 1035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:33:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:49 smithi044 bash[32620]: cluster 2023-12-07T11:33:48.616843+0000 mgr.a (mgr.24293) 4149 : cluster 0 pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:49 smithi044 bash[32620]: audit 2023-12-07T11:33:49.367698+0000 mon.a (mon.0) 1035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:33:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:49 smithi027 bash[31536]: cluster 2023-12-07T11:33:48.616843+0000 mgr.a (mgr.24293) 4149 : cluster 0 pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:49 smithi027 bash[31536]: audit 2023-12-07T11:33:49.367698+0000 mon.a (mon.0) 1035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:33:50.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:50.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:50.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:50.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:50.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:50 smithi044 bash[32620]: audit 2023-12-07T11:33:50.155222+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:33:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:50 smithi044 bash[32620]: audit 2023-12-07T11:33:50.157028+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:33:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:50 smithi044 bash[32620]: audit 2023-12-07T11:33:50.165858+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:33:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:50 smithi022 bash[28554]: audit 2023-12-07T11:33:50.155222+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:33:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:50 smithi022 bash[28554]: audit 2023-12-07T11:33:50.157028+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:33:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:50 smithi022 bash[28554]: audit 2023-12-07T11:33:50.165858+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:33:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:50 smithi027 bash[31536]: audit 2023-12-07T11:33:50.155222+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:33:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:50 smithi027 bash[31536]: audit 2023-12-07T11:33:50.157028+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:33:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:50 smithi027 bash[31536]: audit 2023-12-07T11:33:50.165858+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:33:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:52 smithi044 bash[32620]: audit 2023-12-07T11:33:50.324983+0000 mgr.a (mgr.24293) 4150 : audit 0 from='client.93123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:52 smithi044 bash[32620]: cluster 2023-12-07T11:33:50.617968+0000 mgr.a (mgr.24293) 4151 : 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-07T11:33:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:52 smithi022 bash[28554]: audit 2023-12-07T11:33:50.324983+0000 mgr.a (mgr.24293) 4150 : audit 0 from='client.93123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:52 smithi022 bash[28554]: cluster 2023-12-07T11:33:50.617968+0000 mgr.a (mgr.24293) 4151 : 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-07T11:33:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:52 smithi027 bash[31536]: audit 2023-12-07T11:33:50.324983+0000 mgr.a (mgr.24293) 4150 : audit 0 from='client.93123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:52 smithi027 bash[31536]: cluster 2023-12-07T11:33:50.617968+0000 mgr.a (mgr.24293) 4151 : 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-07T11:33:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:54 smithi044 bash[32620]: cluster 2023-12-07T11:33:52.618672+0000 mgr.a (mgr.24293) 4152 : cluster 0 pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:54 smithi022 bash[28554]: cluster 2023-12-07T11:33:52.618672+0000 mgr.a (mgr.24293) 4152 : cluster 0 pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:54 smithi027 bash[31536]: cluster 2023-12-07T11:33:52.618672+0000 mgr.a (mgr.24293) 4152 : cluster 0 pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:55.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:33:55.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:55.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:56 smithi022 bash[28554]: cluster 2023-12-07T11:33:54.619252+0000 mgr.a (mgr.24293) 4153 : cluster 0 pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:56 smithi027 bash[31536]: cluster 2023-12-07T11:33:54.619252+0000 mgr.a (mgr.24293) 4153 : cluster 0 pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:56 smithi044 bash[32620]: cluster 2023-12-07T11:33:54.619252+0000 mgr.a (mgr.24293) 4153 : cluster 0 pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:56.759 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:33:56.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:56.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:56.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:56.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:33:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:57 smithi027 bash[31536]: audit 2023-12-07T11:33:56.255835+0000 mgr.a (mgr.24293) 4154 : audit 0 from='client.93201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:57 smithi044 bash[32620]: audit 2023-12-07T11:33:56.255835+0000 mgr.a (mgr.24293) 4154 : audit 0 from='client.93201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:57 smithi022 bash[28554]: audit 2023-12-07T11:33:56.255835+0000 mgr.a (mgr.24293) 4154 : audit 0 from='client.93201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:33:58 smithi027 bash[31536]: cluster 2023-12-07T11:33:56.630531+0000 mgr.a (mgr.24293) 4155 : cluster 0 pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:33:58 smithi044 bash[32620]: cluster 2023-12-07T11:33:56.630531+0000 mgr.a (mgr.24293) 4155 : cluster 0 pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:33:58 smithi022 bash[28554]: cluster 2023-12-07T11:33:56.630531+0000 mgr.a (mgr.24293) 4155 : cluster 0 pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:00 smithi027 bash[31536]: cluster 2023-12-07T11:33:58.631259+0000 mgr.a (mgr.24293) 4156 : cluster 0 pgmap v3102: 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-07T11:34:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:00 smithi044 bash[32620]: cluster 2023-12-07T11:33:58.631259+0000 mgr.a (mgr.24293) 4156 : cluster 0 pgmap v3102: 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-07T11:34:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:00 smithi022 bash[28554]: cluster 2023-12-07T11:33:58.631259+0000 mgr.a (mgr.24293) 4156 : cluster 0 pgmap v3102: 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-07T11:34:01.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:01.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:01.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:02 smithi027 bash[31536]: cluster 2023-12-07T11:34:00.632048+0000 mgr.a (mgr.24293) 4157 : cluster 0 pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:02 smithi044 bash[32620]: cluster 2023-12-07T11:34:00.632048+0000 mgr.a (mgr.24293) 4157 : cluster 0 pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:02 smithi022 bash[28554]: cluster 2023-12-07T11:34:00.632048+0000 mgr.a (mgr.24293) 4157 : cluster 0 pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:02.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:02.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:02.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:02.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:02.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:03 smithi044 bash[32620]: audit 2023-12-07T11:34:02.169413+0000 mgr.a (mgr.24293) 4158 : audit 0 from='client.93273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:03 smithi022 bash[28554]: audit 2023-12-07T11:34:02.169413+0000 mgr.a (mgr.24293) 4158 : audit 0 from='client.93273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:03 smithi027 bash[31536]: audit 2023-12-07T11:34:02.169413+0000 mgr.a (mgr.24293) 4158 : audit 0 from='client.93273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:04 smithi044 bash[32620]: cluster 2023-12-07T11:34:02.632751+0000 mgr.a (mgr.24293) 4159 : 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-07T11:34:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:04 smithi022 bash[28554]: cluster 2023-12-07T11:34:02.632751+0000 mgr.a (mgr.24293) 4159 : 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-07T11:34:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:04 smithi027 bash[31536]: cluster 2023-12-07T11:34:02.632751+0000 mgr.a (mgr.24293) 4159 : 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-07T11:34:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:06 smithi044 bash[32620]: cluster 2023-12-07T11:34:04.633376+0000 mgr.a (mgr.24293) 4160 : 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-07T11:34:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:06 smithi022 bash[28554]: cluster 2023-12-07T11:34:04.633376+0000 mgr.a (mgr.24293) 4160 : 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-07T11:34:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:06 smithi027 bash[31536]: cluster 2023-12-07T11:34:04.633376+0000 mgr.a (mgr.24293) 4160 : 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-07T11:34:07.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:07.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:07.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:08.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:08.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:08.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:08.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:08.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:08 smithi044 bash[32620]: cluster 2023-12-07T11:34:06.634251+0000 mgr.a (mgr.24293) 4161 : 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-07T11:34:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:08 smithi022 bash[28554]: cluster 2023-12-07T11:34:06.634251+0000 mgr.a (mgr.24293) 4161 : 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-07T11:34:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:08 smithi027 bash[31536]: cluster 2023-12-07T11:34:06.634251+0000 mgr.a (mgr.24293) 4161 : 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-07T11:34:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:09 smithi044 bash[32620]: audit 2023-12-07T11:34:08.113559+0000 mgr.a (mgr.24293) 4162 : audit 0 from='client.93345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:09 smithi022 bash[28554]: audit 2023-12-07T11:34:08.113559+0000 mgr.a (mgr.24293) 4162 : audit 0 from='client.93345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:09 smithi027 bash[31536]: audit 2023-12-07T11:34:08.113559+0000 mgr.a (mgr.24293) 4162 : audit 0 from='client.93345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:10 smithi044 bash[32620]: cluster 2023-12-07T11:34:08.634980+0000 mgr.a (mgr.24293) 4163 : 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-07T11:34:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:10 smithi022 bash[28554]: cluster 2023-12-07T11:34:08.634980+0000 mgr.a (mgr.24293) 4163 : 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-07T11:34:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:10 smithi027 bash[31536]: cluster 2023-12-07T11:34:08.634980+0000 mgr.a (mgr.24293) 4163 : 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-07T11:34:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:12 smithi044 bash[32620]: cluster 2023-12-07T11:34:10.635821+0000 mgr.a (mgr.24293) 4164 : cluster 0 pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:12 smithi022 bash[28554]: cluster 2023-12-07T11:34:10.635821+0000 mgr.a (mgr.24293) 4164 : cluster 0 pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:12 smithi027 bash[31536]: cluster 2023-12-07T11:34:10.635821+0000 mgr.a (mgr.24293) 4164 : cluster 0 pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:13.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:13.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:13.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:14.545 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:14.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:14.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:14.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:14.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:14 smithi044 bash[32620]: cluster 2023-12-07T11:34:12.636372+0000 mgr.a (mgr.24293) 4165 : cluster 0 pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:14 smithi022 bash[28554]: cluster 2023-12-07T11:34:12.636372+0000 mgr.a (mgr.24293) 4165 : cluster 0 pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:14 smithi027 bash[31536]: cluster 2023-12-07T11:34:12.636372+0000 mgr.a (mgr.24293) 4165 : cluster 0 pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:15 smithi044 bash[32620]: audit 2023-12-07T11:34:14.034579+0000 mgr.a (mgr.24293) 4166 : audit 0 from='client.93420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:15 smithi022 bash[28554]: audit 2023-12-07T11:34:14.034579+0000 mgr.a (mgr.24293) 4166 : audit 0 from='client.93420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:15 smithi027 bash[31536]: audit 2023-12-07T11:34:14.034579+0000 mgr.a (mgr.24293) 4166 : audit 0 from='client.93420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:16 smithi044 bash[32620]: cluster 2023-12-07T11:34:14.637056+0000 mgr.a (mgr.24293) 4167 : cluster 0 pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:16 smithi022 bash[28554]: cluster 2023-12-07T11:34:14.637056+0000 mgr.a (mgr.24293) 4167 : cluster 0 pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:16 smithi027 bash[31536]: cluster 2023-12-07T11:34:14.637056+0000 mgr.a (mgr.24293) 4167 : cluster 0 pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:18 smithi044 bash[32620]: cluster 2023-12-07T11:34:16.637853+0000 mgr.a (mgr.24293) 4168 : cluster 0 pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:18 smithi022 bash[28554]: cluster 2023-12-07T11:34:16.637853+0000 mgr.a (mgr.24293) 4168 : cluster 0 pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:18 smithi027 bash[31536]: cluster 2023-12-07T11:34:16.637853+0000 mgr.a (mgr.24293) 4168 : cluster 0 pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:19.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:19.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:20.477 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:20.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:20.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:20.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:20.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:20 smithi044 bash[32620]: cluster 2023-12-07T11:34:18.638437+0000 mgr.a (mgr.24293) 4169 : cluster 0 pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:20 smithi022 bash[28554]: cluster 2023-12-07T11:34:18.638437+0000 mgr.a (mgr.24293) 4169 : cluster 0 pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:20 smithi027 bash[31536]: cluster 2023-12-07T11:34:18.638437+0000 mgr.a (mgr.24293) 4169 : cluster 0 pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:21 smithi044 bash[32620]: audit 2023-12-07T11:34:19.956447+0000 mgr.a (mgr.24293) 4170 : audit 0 from='client.93498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:21 smithi022 bash[28554]: audit 2023-12-07T11:34:19.956447+0000 mgr.a (mgr.24293) 4170 : audit 0 from='client.93498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:21 smithi027 bash[31536]: audit 2023-12-07T11:34:19.956447+0000 mgr.a (mgr.24293) 4170 : audit 0 from='client.93498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:22 smithi044 bash[32620]: cluster 2023-12-07T11:34:20.639283+0000 mgr.a (mgr.24293) 4171 : cluster 0 pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:34:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:22 smithi022 bash[28554]: cluster 2023-12-07T11:34:20.639283+0000 mgr.a (mgr.24293) 4171 : cluster 0 pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:34:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:22 smithi027 bash[31536]: cluster 2023-12-07T11:34:20.639283+0000 mgr.a (mgr.24293) 4171 : cluster 0 pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:34:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:24 smithi044 bash[32620]: cluster 2023-12-07T11:34:22.639860+0000 mgr.a (mgr.24293) 4172 : 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-07T11:34:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:24 smithi022 bash[28554]: cluster 2023-12-07T11:34:22.639860+0000 mgr.a (mgr.24293) 4172 : 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-07T11:34:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:24 smithi027 bash[31536]: cluster 2023-12-07T11:34:22.639860+0000 mgr.a (mgr.24293) 4172 : 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-07T11:34:25.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:25.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:25.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:26.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:26.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:26.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:26.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:26.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:26 smithi044 bash[32620]: cluster 2023-12-07T11:34:24.640402+0000 mgr.a (mgr.24293) 4173 : 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-07T11:34:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:26 smithi022 bash[28554]: cluster 2023-12-07T11:34:24.640402+0000 mgr.a (mgr.24293) 4173 : 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-07T11:34:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:26 smithi027 bash[31536]: cluster 2023-12-07T11:34:24.640402+0000 mgr.a (mgr.24293) 4173 : 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-07T11:34:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:27 smithi044 bash[32620]: audit 2023-12-07T11:34:25.893079+0000 mgr.a (mgr.24293) 4174 : audit 0 from='client.93576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:27 smithi022 bash[28554]: audit 2023-12-07T11:34:25.893079+0000 mgr.a (mgr.24293) 4174 : audit 0 from='client.93576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:27 smithi027 bash[31536]: audit 2023-12-07T11:34:25.893079+0000 mgr.a (mgr.24293) 4174 : audit 0 from='client.93576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:28 smithi044 bash[32620]: cluster 2023-12-07T11:34:26.641417+0000 mgr.a (mgr.24293) 4175 : cluster 0 pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:28 smithi022 bash[28554]: cluster 2023-12-07T11:34:26.641417+0000 mgr.a (mgr.24293) 4175 : cluster 0 pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:28 smithi027 bash[31536]: cluster 2023-12-07T11:34:26.641417+0000 mgr.a (mgr.24293) 4175 : cluster 0 pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:30 smithi044 bash[32620]: cluster 2023-12-07T11:34:28.642008+0000 mgr.a (mgr.24293) 4176 : cluster 0 pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:30 smithi022 bash[28554]: cluster 2023-12-07T11:34:28.642008+0000 mgr.a (mgr.24293) 4176 : cluster 0 pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:30 smithi027 bash[31536]: cluster 2023-12-07T11:34:28.642008+0000 mgr.a (mgr.24293) 4176 : cluster 0 pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:31.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:31.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:31.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:32.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:32.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:32.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:32.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:32.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:32 smithi044 bash[32620]: cluster 2023-12-07T11:34:30.642714+0000 mgr.a (mgr.24293) 4177 : cluster 0 pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:32 smithi022 bash[28554]: cluster 2023-12-07T11:34:30.642714+0000 mgr.a (mgr.24293) 4177 : cluster 0 pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:32 smithi027 bash[31536]: cluster 2023-12-07T11:34:30.642714+0000 mgr.a (mgr.24293) 4177 : cluster 0 pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:33 smithi044 bash[32620]: audit 2023-12-07T11:34:31.838022+0000 mgr.a (mgr.24293) 4178 : audit 0 from='client.93651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:33 smithi022 bash[28554]: audit 2023-12-07T11:34:31.838022+0000 mgr.a (mgr.24293) 4178 : audit 0 from='client.93651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:33 smithi027 bash[31536]: audit 2023-12-07T11:34:31.838022+0000 mgr.a (mgr.24293) 4178 : audit 0 from='client.93651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:34 smithi044 bash[32620]: cluster 2023-12-07T11:34:32.643614+0000 mgr.a (mgr.24293) 4179 : cluster 0 pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:34:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:34 smithi022 bash[28554]: cluster 2023-12-07T11:34:32.643614+0000 mgr.a (mgr.24293) 4179 : cluster 0 pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:34:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:34 smithi027 bash[31536]: cluster 2023-12-07T11:34:32.643614+0000 mgr.a (mgr.24293) 4179 : cluster 0 pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:34:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:36 smithi044 bash[32620]: cluster 2023-12-07T11:34:34.644203+0000 mgr.a (mgr.24293) 4180 : cluster 0 pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:34:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:36 smithi022 bash[28554]: cluster 2023-12-07T11:34:34.644203+0000 mgr.a (mgr.24293) 4180 : cluster 0 pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:34:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:36 smithi027 bash[31536]: cluster 2023-12-07T11:34:34.644203+0000 mgr.a (mgr.24293) 4180 : cluster 0 pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:34:37.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:37.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:37.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:38.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:38.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:38.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:38.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:38.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:38 smithi044 bash[32620]: cluster 2023-12-07T11:34:36.645017+0000 mgr.a (mgr.24293) 4181 : cluster 0 pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:34:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:38 smithi022 bash[28554]: cluster 2023-12-07T11:34:36.645017+0000 mgr.a (mgr.24293) 4181 : cluster 0 pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:34:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:38 smithi027 bash[31536]: cluster 2023-12-07T11:34:36.645017+0000 mgr.a (mgr.24293) 4181 : cluster 0 pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:34:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:39 smithi044 bash[32620]: audit 2023-12-07T11:34:37.742224+0000 mgr.a (mgr.24293) 4182 : audit 0 from='client.93729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:39 smithi022 bash[28554]: audit 2023-12-07T11:34:37.742224+0000 mgr.a (mgr.24293) 4182 : audit 0 from='client.93729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:39 smithi027 bash[31536]: audit 2023-12-07T11:34:37.742224+0000 mgr.a (mgr.24293) 4182 : audit 0 from='client.93729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:40 smithi044 bash[32620]: cluster 2023-12-07T11:34:38.645739+0000 mgr.a (mgr.24293) 4183 : 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-07T11:34:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:40 smithi022 bash[28554]: cluster 2023-12-07T11:34:38.645739+0000 mgr.a (mgr.24293) 4183 : 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-07T11:34:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:40 smithi027 bash[31536]: cluster 2023-12-07T11:34:38.645739+0000 mgr.a (mgr.24293) 4183 : 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-07T11:34:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:42 smithi044 bash[32620]: cluster 2023-12-07T11:34:40.646538+0000 mgr.a (mgr.24293) 4184 : 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-07T11:34:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:42 smithi022 bash[28554]: cluster 2023-12-07T11:34:40.646538+0000 mgr.a (mgr.24293) 4184 : 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-07T11:34:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:42 smithi027 bash[31536]: cluster 2023-12-07T11:34:40.646538+0000 mgr.a (mgr.24293) 4184 : 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-07T11:34:43.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:43.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:43.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:43 smithi044 bash[32620]: cluster 2023-12-07T11:34:42.647057+0000 mgr.a (mgr.24293) 4185 : 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-07T11:34:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:43 smithi022 bash[28554]: cluster 2023-12-07T11:34:42.647057+0000 mgr.a (mgr.24293) 4185 : 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-07T11:34:43.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:43 smithi027 bash[31536]: cluster 2023-12-07T11:34:42.647057+0000 mgr.a (mgr.24293) 4185 : 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-07T11:34:44.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:44.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:44.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:44.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:44.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:44 smithi044 bash[32620]: audit 2023-12-07T11:34:43.702960+0000 mgr.a (mgr.24293) 4186 : audit 0 from='client.93804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:44 smithi022 bash[28554]: audit 2023-12-07T11:34:43.702960+0000 mgr.a (mgr.24293) 4186 : audit 0 from='client.93804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:44 smithi027 bash[31536]: audit 2023-12-07T11:34:43.702960+0000 mgr.a (mgr.24293) 4186 : audit 0 from='client.93804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:45 smithi044 bash[32620]: cluster 2023-12-07T11:34:44.647758+0000 mgr.a (mgr.24293) 4187 : 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-07T11:34:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:45 smithi022 bash[28554]: cluster 2023-12-07T11:34:44.647758+0000 mgr.a (mgr.24293) 4187 : 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-07T11:34:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:45 smithi027 bash[31536]: cluster 2023-12-07T11:34:44.647758+0000 mgr.a (mgr.24293) 4187 : 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-07T11:34:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:47 smithi044 bash[32620]: cluster 2023-12-07T11:34:46.648554+0000 mgr.a (mgr.24293) 4188 : cluster 0 pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:47 smithi022 bash[28554]: cluster 2023-12-07T11:34:46.648554+0000 mgr.a (mgr.24293) 4188 : cluster 0 pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:47 smithi027 bash[31536]: cluster 2023-12-07T11:34:46.648554+0000 mgr.a (mgr.24293) 4188 : cluster 0 pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:49.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:49.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:49.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:49 smithi044 bash[32620]: cluster 2023-12-07T11:34:48.649241+0000 mgr.a (mgr.24293) 4189 : cluster 0 pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:49 smithi022 bash[28554]: cluster 2023-12-07T11:34:48.649241+0000 mgr.a (mgr.24293) 4189 : cluster 0 pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:50.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:50.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:50.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:50.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:50.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:49 smithi027 bash[31536]: cluster 2023-12-07T11:34:48.649241+0000 mgr.a (mgr.24293) 4189 : cluster 0 pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:50 smithi044 bash[32620]: audit 2023-12-07T11:34:49.672391+0000 mgr.a (mgr.24293) 4190 : audit 0 from='client.93882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:50 smithi044 bash[32620]: audit 2023-12-07T11:34:50.268250+0000 mon.a (mon.0) 1039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:34:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:50 smithi022 bash[28554]: audit 2023-12-07T11:34:49.672391+0000 mgr.a (mgr.24293) 4190 : audit 0 from='client.93882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:50 smithi022 bash[28554]: audit 2023-12-07T11:34:50.268250+0000 mon.a (mon.0) 1039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:34:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:50 smithi027 bash[31536]: audit 2023-12-07T11:34:49.672391+0000 mgr.a (mgr.24293) 4190 : audit 0 from='client.93882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:50 smithi027 bash[31536]: audit 2023-12-07T11:34:50.268250+0000 mon.a (mon.0) 1039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:34:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:51 smithi044 bash[32620]: cluster 2023-12-07T11:34:50.649883+0000 mgr.a (mgr.24293) 4191 : cluster 0 pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:51 smithi022 bash[28554]: cluster 2023-12-07T11:34:50.649883+0000 mgr.a (mgr.24293) 4191 : cluster 0 pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:51 smithi027 bash[31536]: cluster 2023-12-07T11:34:50.649883+0000 mgr.a (mgr.24293) 4191 : cluster 0 pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:53 smithi044 bash[32620]: cluster 2023-12-07T11:34:52.650444+0000 mgr.a (mgr.24293) 4192 : cluster 0 pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:53 smithi022 bash[28554]: cluster 2023-12-07T11:34:52.650444+0000 mgr.a (mgr.24293) 4192 : cluster 0 pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:53 smithi027 bash[31536]: cluster 2023-12-07T11:34:52.650444+0000 mgr.a (mgr.24293) 4192 : cluster 0 pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:55.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:34:55.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:55.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:56.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:34:56.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:56.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:56.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:56.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:34:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: cluster 2023-12-07T11:34:54.651036+0000 mgr.a (mgr.24293) 4193 : cluster 0 pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: audit 2023-12-07T11:34:55.667135+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: audit 2023-12-07T11:34:55.671296+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: audit 2023-12-07T11:34:55.676622+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: audit 2023-12-07T11:34:55.682863+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: audit 2023-12-07T11:34:55.689186+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:55 smithi044 bash[32620]: audit 2023-12-07T11:34:55.694392+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: cluster 2023-12-07T11:34:54.651036+0000 mgr.a (mgr.24293) 4193 : cluster 0 pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: audit 2023-12-07T11:34:55.667135+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: audit 2023-12-07T11:34:55.671296+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: audit 2023-12-07T11:34:55.676622+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: audit 2023-12-07T11:34:55.682863+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: audit 2023-12-07T11:34:55.689186+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:55 smithi022 bash[28554]: audit 2023-12-07T11:34:55.694392+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: cluster 2023-12-07T11:34:54.651036+0000 mgr.a (mgr.24293) 4193 : cluster 0 pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: audit 2023-12-07T11:34:55.667135+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: audit 2023-12-07T11:34:55.671296+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: audit 2023-12-07T11:34:55.676622+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: audit 2023-12-07T11:34:55.682863+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: audit 2023-12-07T11:34:55.689186+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:55 smithi027 bash[31536]: audit 2023-12-07T11:34:55.694392+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:56 smithi044 bash[32620]: audit 2023-12-07T11:34:55.609815+0000 mgr.a (mgr.24293) 4194 : audit 0 from='client.93954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:56 smithi044 bash[32620]: audit 2023-12-07T11:34:56.473140+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:34:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:56 smithi044 bash[32620]: audit 2023-12-07T11:34:56.475327+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:34:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:56 smithi044 bash[32620]: audit 2023-12-07T11:34:56.485069+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:56 smithi022 bash[28554]: audit 2023-12-07T11:34:55.609815+0000 mgr.a (mgr.24293) 4194 : audit 0 from='client.93954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:56 smithi022 bash[28554]: audit 2023-12-07T11:34:56.473140+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:34:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:56 smithi022 bash[28554]: audit 2023-12-07T11:34:56.475327+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:34:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:56 smithi022 bash[28554]: audit 2023-12-07T11:34:56.485069+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:56 smithi027 bash[31536]: audit 2023-12-07T11:34:55.609815+0000 mgr.a (mgr.24293) 4194 : audit 0 from='client.93954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:56 smithi027 bash[31536]: audit 2023-12-07T11:34:56.473140+0000 mon.a (mon.0) 1046 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:34:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:56 smithi027 bash[31536]: audit 2023-12-07T11:34:56.475327+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:34:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:56 smithi027 bash[31536]: audit 2023-12-07T11:34:56.485069+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:34:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:57 smithi044 bash[32620]: cluster 2023-12-07T11:34:56.652066+0000 mgr.a (mgr.24293) 4195 : 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-07T11:34:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:57 smithi022 bash[28554]: cluster 2023-12-07T11:34:56.652066+0000 mgr.a (mgr.24293) 4195 : 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-07T11:34:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:57 smithi027 bash[31536]: cluster 2023-12-07T11:34:56.652066+0000 mgr.a (mgr.24293) 4195 : 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-07T11:35:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:34:59 smithi022 bash[28554]: cluster 2023-12-07T11:34:58.652684+0000 mgr.a (mgr.24293) 4196 : cluster 0 pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:34:59 smithi044 bash[32620]: cluster 2023-12-07T11:34:58.652684+0000 mgr.a (mgr.24293) 4196 : cluster 0 pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:34:59 smithi027 bash[31536]: cluster 2023-12-07T11:34:58.652684+0000 mgr.a (mgr.24293) 4196 : cluster 0 pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:01.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:01.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:01.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:02.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:02.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:02.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:02.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:02.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:01 smithi044 bash[32620]: cluster 2023-12-07T11:35:00.653438+0000 mgr.a (mgr.24293) 4197 : cluster 0 pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:01 smithi022 bash[28554]: cluster 2023-12-07T11:35:00.653438+0000 mgr.a (mgr.24293) 4197 : cluster 0 pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:01 smithi027 bash[31536]: cluster 2023-12-07T11:35:00.653438+0000 mgr.a (mgr.24293) 4197 : cluster 0 pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:02 smithi044 bash[32620]: audit 2023-12-07T11:35:01.551183+0000 mgr.a (mgr.24293) 4198 : audit 0 from='client.94032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:02 smithi022 bash[28554]: audit 2023-12-07T11:35:01.551183+0000 mgr.a (mgr.24293) 4198 : audit 0 from='client.94032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:02 smithi027 bash[31536]: audit 2023-12-07T11:35:01.551183+0000 mgr.a (mgr.24293) 4198 : audit 0 from='client.94032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:03 smithi044 bash[32620]: cluster 2023-12-07T11:35:02.654170+0000 mgr.a (mgr.24293) 4199 : cluster 0 pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:03 smithi022 bash[28554]: cluster 2023-12-07T11:35:02.654170+0000 mgr.a (mgr.24293) 4199 : cluster 0 pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:03 smithi027 bash[31536]: cluster 2023-12-07T11:35:02.654170+0000 mgr.a (mgr.24293) 4199 : cluster 0 pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:05 smithi044 bash[32620]: cluster 2023-12-07T11:35:04.654751+0000 mgr.a (mgr.24293) 4200 : cluster 0 pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:05 smithi022 bash[28554]: cluster 2023-12-07T11:35:04.654751+0000 mgr.a (mgr.24293) 4200 : cluster 0 pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:05 smithi027 bash[31536]: cluster 2023-12-07T11:35:04.654751+0000 mgr.a (mgr.24293) 4200 : cluster 0 pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:07.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:07.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:07.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:08.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:08.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:08.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:08.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:08.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:07 smithi044 bash[32620]: cluster 2023-12-07T11:35:06.655652+0000 mgr.a (mgr.24293) 4201 : cluster 0 pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:07 smithi022 bash[28554]: cluster 2023-12-07T11:35:06.655652+0000 mgr.a (mgr.24293) 4201 : cluster 0 pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:07 smithi027 bash[31536]: cluster 2023-12-07T11:35:06.655652+0000 mgr.a (mgr.24293) 4201 : cluster 0 pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:08 smithi044 bash[32620]: audit 2023-12-07T11:35:07.487953+0000 mgr.a (mgr.24293) 4202 : audit 0 from='client.94107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:08 smithi022 bash[28554]: audit 2023-12-07T11:35:07.487953+0000 mgr.a (mgr.24293) 4202 : audit 0 from='client.94107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:09.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:08 smithi027 bash[31536]: audit 2023-12-07T11:35:07.487953+0000 mgr.a (mgr.24293) 4202 : audit 0 from='client.94107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:09 smithi044 bash[32620]: cluster 2023-12-07T11:35:08.656396+0000 mgr.a (mgr.24293) 4203 : 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-07T11:35:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:09 smithi022 bash[28554]: cluster 2023-12-07T11:35:08.656396+0000 mgr.a (mgr.24293) 4203 : 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-07T11:35:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:09 smithi027 bash[31536]: cluster 2023-12-07T11:35:08.656396+0000 mgr.a (mgr.24293) 4203 : 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-07T11:35:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:11 smithi044 bash[32620]: cluster 2023-12-07T11:35:10.657263+0000 mgr.a (mgr.24293) 4204 : 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-07T11:35:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:11 smithi022 bash[28554]: cluster 2023-12-07T11:35:10.657263+0000 mgr.a (mgr.24293) 4204 : 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-07T11:35:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:11 smithi027 bash[31536]: cluster 2023-12-07T11:35:10.657263+0000 mgr.a (mgr.24293) 4204 : 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-07T11:35:13.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:13.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:13.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:13.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:13.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:13.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:13.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:13.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:13 smithi044 bash[32620]: cluster 2023-12-07T11:35:12.657842+0000 mgr.a (mgr.24293) 4205 : 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-07T11:35:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:13 smithi022 bash[28554]: cluster 2023-12-07T11:35:12.657842+0000 mgr.a (mgr.24293) 4205 : 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-07T11:35:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:13 smithi027 bash[31536]: cluster 2023-12-07T11:35:12.657842+0000 mgr.a (mgr.24293) 4205 : 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-07T11:35:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:14 smithi044 bash[32620]: audit 2023-12-07T11:35:13.423824+0000 mgr.a (mgr.24293) 4206 : audit 0 from='client.94182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:14 smithi022 bash[28554]: audit 2023-12-07T11:35:13.423824+0000 mgr.a (mgr.24293) 4206 : audit 0 from='client.94182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:14 smithi027 bash[31536]: audit 2023-12-07T11:35:13.423824+0000 mgr.a (mgr.24293) 4206 : audit 0 from='client.94182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:15 smithi044 bash[32620]: cluster 2023-12-07T11:35:14.658670+0000 mgr.a (mgr.24293) 4207 : 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-07T11:35:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:15 smithi022 bash[28554]: cluster 2023-12-07T11:35:14.658670+0000 mgr.a (mgr.24293) 4207 : 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-07T11:35:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:15 smithi027 bash[31536]: cluster 2023-12-07T11:35:14.658670+0000 mgr.a (mgr.24293) 4207 : 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-07T11:35:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:17 smithi044 bash[32620]: cluster 2023-12-07T11:35:16.659495+0000 mgr.a (mgr.24293) 4208 : cluster 0 pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:17 smithi022 bash[28554]: cluster 2023-12-07T11:35:16.659495+0000 mgr.a (mgr.24293) 4208 : cluster 0 pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:17 smithi027 bash[31536]: cluster 2023-12-07T11:35:16.659495+0000 mgr.a (mgr.24293) 4208 : cluster 0 pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:18.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:18.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:18.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:19.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:19 smithi044 bash[32620]: cluster 2023-12-07T11:35:18.660016+0000 mgr.a (mgr.24293) 4209 : cluster 0 pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:19 smithi022 bash[28554]: cluster 2023-12-07T11:35:18.660016+0000 mgr.a (mgr.24293) 4209 : cluster 0 pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:19 smithi027 bash[31536]: cluster 2023-12-07T11:35:18.660016+0000 mgr.a (mgr.24293) 4209 : cluster 0 pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:20 smithi044 bash[32620]: audit 2023-12-07T11:35:19.364030+0000 mgr.a (mgr.24293) 4210 : audit 0 from='client.94254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:20 smithi022 bash[28554]: audit 2023-12-07T11:35:19.364030+0000 mgr.a (mgr.24293) 4210 : audit 0 from='client.94254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:20 smithi027 bash[31536]: audit 2023-12-07T11:35:19.364030+0000 mgr.a (mgr.24293) 4210 : audit 0 from='client.94254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:21 smithi044 bash[32620]: cluster 2023-12-07T11:35:20.660955+0000 mgr.a (mgr.24293) 4211 : cluster 0 pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:21 smithi022 bash[28554]: cluster 2023-12-07T11:35:20.660955+0000 mgr.a (mgr.24293) 4211 : cluster 0 pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:21 smithi027 bash[31536]: cluster 2023-12-07T11:35:20.660955+0000 mgr.a (mgr.24293) 4211 : cluster 0 pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:23 smithi044 bash[32620]: cluster 2023-12-07T11:35:22.661552+0000 mgr.a (mgr.24293) 4212 : cluster 0 pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:23 smithi022 bash[28554]: cluster 2023-12-07T11:35:22.661552+0000 mgr.a (mgr.24293) 4212 : cluster 0 pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:23 smithi027 bash[31536]: cluster 2023-12-07T11:35:22.661552+0000 mgr.a (mgr.24293) 4212 : cluster 0 pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:24.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:24.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:24.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:25.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:25.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:25.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:25.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:25.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:25 smithi044 bash[32620]: cluster 2023-12-07T11:35:24.662117+0000 mgr.a (mgr.24293) 4213 : cluster 0 pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:25 smithi044 bash[32620]: audit 2023-12-07T11:35:25.321596+0000 mgr.a (mgr.24293) 4214 : audit 0 from='client.94329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:25 smithi022 bash[28554]: cluster 2023-12-07T11:35:24.662117+0000 mgr.a (mgr.24293) 4213 : cluster 0 pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:25 smithi022 bash[28554]: audit 2023-12-07T11:35:25.321596+0000 mgr.a (mgr.24293) 4214 : audit 0 from='client.94329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:25 smithi027 bash[31536]: cluster 2023-12-07T11:35:24.662117+0000 mgr.a (mgr.24293) 4213 : cluster 0 pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:25 smithi027 bash[31536]: audit 2023-12-07T11:35:25.321596+0000 mgr.a (mgr.24293) 4214 : audit 0 from='client.94329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:27 smithi044 bash[32620]: cluster 2023-12-07T11:35:26.663186+0000 mgr.a (mgr.24293) 4215 : cluster 0 pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:35:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:27 smithi022 bash[28554]: cluster 2023-12-07T11:35:26.663186+0000 mgr.a (mgr.24293) 4215 : cluster 0 pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:35:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:27 smithi027 bash[31536]: cluster 2023-12-07T11:35:26.663186+0000 mgr.a (mgr.24293) 4215 : cluster 0 pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:35:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:29 smithi044 bash[32620]: cluster 2023-12-07T11:35:28.663775+0000 mgr.a (mgr.24293) 4216 : cluster 0 pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:35:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:29 smithi022 bash[28554]: cluster 2023-12-07T11:35:28.663775+0000 mgr.a (mgr.24293) 4216 : cluster 0 pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:35:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:29 smithi027 bash[31536]: cluster 2023-12-07T11:35:28.663775+0000 mgr.a (mgr.24293) 4216 : cluster 0 pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:35:30.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:30.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:30.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:31.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:31.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:31.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:31.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:31.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:31 smithi044 bash[32620]: cluster 2023-12-07T11:35:30.664485+0000 mgr.a (mgr.24293) 4217 : cluster 0 pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:31 smithi044 bash[32620]: audit 2023-12-07T11:35:31.270490+0000 mgr.a (mgr.24293) 4218 : audit 0 from='client.94407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:31 smithi022 bash[28554]: cluster 2023-12-07T11:35:30.664485+0000 mgr.a (mgr.24293) 4217 : cluster 0 pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:31 smithi022 bash[28554]: audit 2023-12-07T11:35:31.270490+0000 mgr.a (mgr.24293) 4218 : audit 0 from='client.94407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:31 smithi027 bash[31536]: cluster 2023-12-07T11:35:30.664485+0000 mgr.a (mgr.24293) 4217 : cluster 0 pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:31 smithi027 bash[31536]: audit 2023-12-07T11:35:31.270490+0000 mgr.a (mgr.24293) 4218 : audit 0 from='client.94407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:33 smithi044 bash[32620]: cluster 2023-12-07T11:35:32.665208+0000 mgr.a (mgr.24293) 4219 : cluster 0 pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:33 smithi022 bash[28554]: cluster 2023-12-07T11:35:32.665208+0000 mgr.a (mgr.24293) 4219 : cluster 0 pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:33 smithi027 bash[31536]: cluster 2023-12-07T11:35:32.665208+0000 mgr.a (mgr.24293) 4219 : cluster 0 pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:35 smithi044 bash[32620]: cluster 2023-12-07T11:35:34.665805+0000 mgr.a (mgr.24293) 4220 : cluster 0 pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:35 smithi022 bash[28554]: cluster 2023-12-07T11:35:34.665805+0000 mgr.a (mgr.24293) 4220 : cluster 0 pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:35 smithi027 bash[31536]: cluster 2023-12-07T11:35:34.665805+0000 mgr.a (mgr.24293) 4220 : cluster 0 pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:36.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:36.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:36.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:37.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:37.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:37.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:37.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:37.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:37 smithi044 bash[32620]: cluster 2023-12-07T11:35:36.666661+0000 mgr.a (mgr.24293) 4221 : cluster 0 pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:37 smithi044 bash[32620]: audit 2023-12-07T11:35:37.181006+0000 mgr.a (mgr.24293) 4222 : audit 0 from='client.94482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:37 smithi022 bash[28554]: cluster 2023-12-07T11:35:36.666661+0000 mgr.a (mgr.24293) 4221 : cluster 0 pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:37 smithi022 bash[28554]: audit 2023-12-07T11:35:37.181006+0000 mgr.a (mgr.24293) 4222 : audit 0 from='client.94482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:37 smithi027 bash[31536]: cluster 2023-12-07T11:35:36.666661+0000 mgr.a (mgr.24293) 4221 : cluster 0 pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:37 smithi027 bash[31536]: audit 2023-12-07T11:35:37.181006+0000 mgr.a (mgr.24293) 4222 : audit 0 from='client.94482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:39 smithi044 bash[32620]: cluster 2023-12-07T11:35:38.667404+0000 mgr.a (mgr.24293) 4223 : cluster 0 pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:35:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:39 smithi022 bash[28554]: cluster 2023-12-07T11:35:38.667404+0000 mgr.a (mgr.24293) 4223 : cluster 0 pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:35:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:39 smithi027 bash[31536]: cluster 2023-12-07T11:35:38.667404+0000 mgr.a (mgr.24293) 4223 : cluster 0 pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:35:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:41 smithi044 bash[32620]: cluster 2023-12-07T11:35:40.668223+0000 mgr.a (mgr.24293) 4224 : cluster 0 pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:35:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:41 smithi022 bash[28554]: cluster 2023-12-07T11:35:40.668223+0000 mgr.a (mgr.24293) 4224 : cluster 0 pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:35:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:41 smithi027 bash[31536]: cluster 2023-12-07T11:35:40.668223+0000 mgr.a (mgr.24293) 4224 : cluster 0 pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:35:42.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:42.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:42.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:43.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:43.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:43.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:43.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:43.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:43 smithi044 bash[32620]: cluster 2023-12-07T11:35:42.668791+0000 mgr.a (mgr.24293) 4225 : 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-07T11:35:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:43 smithi044 bash[32620]: audit 2023-12-07T11:35:43.088846+0000 mgr.a (mgr.24293) 4226 : audit 0 from='client.94554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:43 smithi022 bash[28554]: cluster 2023-12-07T11:35:42.668791+0000 mgr.a (mgr.24293) 4225 : 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-07T11:35:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:43 smithi022 bash[28554]: audit 2023-12-07T11:35:43.088846+0000 mgr.a (mgr.24293) 4226 : audit 0 from='client.94554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:43 smithi027 bash[31536]: cluster 2023-12-07T11:35:42.668791+0000 mgr.a (mgr.24293) 4225 : 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-07T11:35:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:43 smithi027 bash[31536]: audit 2023-12-07T11:35:43.088846+0000 mgr.a (mgr.24293) 4226 : audit 0 from='client.94554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:45 smithi044 bash[32620]: cluster 2023-12-07T11:35:44.669494+0000 mgr.a (mgr.24293) 4227 : 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-07T11:35:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:45 smithi022 bash[28554]: cluster 2023-12-07T11:35:44.669494+0000 mgr.a (mgr.24293) 4227 : 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-07T11:35:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:45 smithi027 bash[31536]: cluster 2023-12-07T11:35:44.669494+0000 mgr.a (mgr.24293) 4227 : 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-07T11:35:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:47 smithi044 bash[32620]: cluster 2023-12-07T11:35:46.670336+0000 mgr.a (mgr.24293) 4228 : 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-07T11:35:48.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:47 smithi022 bash[28554]: cluster 2023-12-07T11:35:46.670336+0000 mgr.a (mgr.24293) 4228 : 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-07T11:35:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:47 smithi027 bash[31536]: cluster 2023-12-07T11:35:46.670336+0000 mgr.a (mgr.24293) 4228 : 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-07T11:35:48.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:48.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:48.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:49.549 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:49.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:49.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:49.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:49.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:49 smithi044 bash[32620]: cluster 2023-12-07T11:35:48.670895+0000 mgr.a (mgr.24293) 4229 : 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-07T11:35:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:49 smithi044 bash[32620]: audit 2023-12-07T11:35:49.018796+0000 mgr.a (mgr.24293) 4230 : audit 0 from='client.94629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:49 smithi022 bash[28554]: cluster 2023-12-07T11:35:48.670895+0000 mgr.a (mgr.24293) 4229 : 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-07T11:35:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:49 smithi022 bash[28554]: audit 2023-12-07T11:35:49.018796+0000 mgr.a (mgr.24293) 4230 : audit 0 from='client.94629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:49 smithi027 bash[31536]: cluster 2023-12-07T11:35:48.670895+0000 mgr.a (mgr.24293) 4229 : 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-07T11:35:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:49 smithi027 bash[31536]: audit 2023-12-07T11:35:49.018796+0000 mgr.a (mgr.24293) 4230 : audit 0 from='client.94629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:51 smithi044 bash[32620]: cluster 2023-12-07T11:35:50.671867+0000 mgr.a (mgr.24293) 4231 : cluster 0 pgmap v3158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:51 smithi022 bash[28554]: cluster 2023-12-07T11:35:50.671867+0000 mgr.a (mgr.24293) 4231 : cluster 0 pgmap v3158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:51 smithi027 bash[31536]: cluster 2023-12-07T11:35:50.671867+0000 mgr.a (mgr.24293) 4231 : cluster 0 pgmap v3158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:53 smithi044 bash[32620]: cluster 2023-12-07T11:35:52.672502+0000 mgr.a (mgr.24293) 4232 : cluster 0 pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:53 smithi022 bash[28554]: cluster 2023-12-07T11:35:52.672502+0000 mgr.a (mgr.24293) 4232 : cluster 0 pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:53 smithi027 bash[31536]: cluster 2023-12-07T11:35:52.672502+0000 mgr.a (mgr.24293) 4232 : cluster 0 pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:54.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:35:54.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:54.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:55.479 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:35:55.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:55.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:55.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:55.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:35:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:55 smithi044 bash[32620]: cluster 2023-12-07T11:35:54.673181+0000 mgr.a (mgr.24293) 4233 : cluster 0 pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:55 smithi044 bash[32620]: audit 2023-12-07T11:35:54.955365+0000 mgr.a (mgr.24293) 4234 : audit 0 from='client.94704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:55 smithi022 bash[28554]: cluster 2023-12-07T11:35:54.673181+0000 mgr.a (mgr.24293) 4233 : cluster 0 pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:55 smithi022 bash[28554]: audit 2023-12-07T11:35:54.955365+0000 mgr.a (mgr.24293) 4234 : audit 0 from='client.94704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:55 smithi027 bash[31536]: cluster 2023-12-07T11:35:54.673181+0000 mgr.a (mgr.24293) 4233 : cluster 0 pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:55 smithi027 bash[31536]: audit 2023-12-07T11:35:54.955365+0000 mgr.a (mgr.24293) 4234 : audit 0 from='client.94704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:56 smithi027 bash[31536]: audit 2023-12-07T11:35:56.589447+0000 mon.a (mon.0) 1049 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:35:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:56 smithi044 bash[32620]: audit 2023-12-07T11:35:56.589447+0000 mon.a (mon.0) 1049 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:35:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:56 smithi022 bash[28554]: audit 2023-12-07T11:35:56.589447+0000 mon.a (mon.0) 1049 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:35:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:57 smithi027 bash[31536]: cluster 2023-12-07T11:35:56.673869+0000 mgr.a (mgr.24293) 4235 : cluster 0 pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:35:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:57 smithi027 bash[31536]: audit 2023-12-07T11:35:57.376780+0000 mon.a (mon.0) 1050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:35:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:57 smithi027 bash[31536]: audit 2023-12-07T11:35:57.378564+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:35:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:57 smithi027 bash[31536]: audit 2023-12-07T11:35:57.388608+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:35:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:57 smithi044 bash[32620]: cluster 2023-12-07T11:35:56.673869+0000 mgr.a (mgr.24293) 4235 : cluster 0 pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:35:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:57 smithi044 bash[32620]: audit 2023-12-07T11:35:57.376780+0000 mon.a (mon.0) 1050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:35:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:57 smithi044 bash[32620]: audit 2023-12-07T11:35:57.378564+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:35:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:57 smithi044 bash[32620]: audit 2023-12-07T11:35:57.388608+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:35:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:57 smithi022 bash[28554]: cluster 2023-12-07T11:35:56.673869+0000 mgr.a (mgr.24293) 4235 : cluster 0 pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:35:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:57 smithi022 bash[28554]: audit 2023-12-07T11:35:57.376780+0000 mon.a (mon.0) 1050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:35:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:57 smithi022 bash[28554]: audit 2023-12-07T11:35:57.378564+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:35:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:57 smithi022 bash[28554]: audit 2023-12-07T11:35:57.388608+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:36:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:35:59 smithi027 bash[31536]: cluster 2023-12-07T11:35:58.674443+0000 mgr.a (mgr.24293) 4236 : cluster 0 pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:36:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:35:59 smithi044 bash[32620]: cluster 2023-12-07T11:35:58.674443+0000 mgr.a (mgr.24293) 4236 : cluster 0 pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:36:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:35:59 smithi022 bash[28554]: cluster 2023-12-07T11:35:58.674443+0000 mgr.a (mgr.24293) 4236 : cluster 0 pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:36:00.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:00.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:00.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:01.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:01 smithi027 bash[31536]: cluster 2023-12-07T11:36:00.675192+0000 mgr.a (mgr.24293) 4237 : 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-07T11:36:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:01 smithi027 bash[31536]: audit 2023-12-07T11:36:00.896564+0000 mgr.a (mgr.24293) 4238 : audit 0 from='client.94779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:01 smithi044 bash[32620]: cluster 2023-12-07T11:36:00.675192+0000 mgr.a (mgr.24293) 4237 : 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-07T11:36:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:01 smithi044 bash[32620]: audit 2023-12-07T11:36:00.896564+0000 mgr.a (mgr.24293) 4238 : audit 0 from='client.94779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:01 smithi022 bash[28554]: cluster 2023-12-07T11:36:00.675192+0000 mgr.a (mgr.24293) 4237 : 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-07T11:36:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:01 smithi022 bash[28554]: audit 2023-12-07T11:36:00.896564+0000 mgr.a (mgr.24293) 4238 : audit 0 from='client.94779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:03 smithi027 bash[31536]: cluster 2023-12-07T11:36:02.675888+0000 mgr.a (mgr.24293) 4239 : cluster 0 pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:03 smithi044 bash[32620]: cluster 2023-12-07T11:36:02.675888+0000 mgr.a (mgr.24293) 4239 : cluster 0 pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:03 smithi022 bash[28554]: cluster 2023-12-07T11:36:02.675888+0000 mgr.a (mgr.24293) 4239 : cluster 0 pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:05 smithi044 bash[32620]: cluster 2023-12-07T11:36:04.676410+0000 mgr.a (mgr.24293) 4240 : cluster 0 pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:05 smithi022 bash[28554]: cluster 2023-12-07T11:36:04.676410+0000 mgr.a (mgr.24293) 4240 : cluster 0 pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:06.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:06.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:06.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:05 smithi027 bash[31536]: cluster 2023-12-07T11:36:04.676410+0000 mgr.a (mgr.24293) 4240 : cluster 0 pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:07.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:07.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:07 smithi044 bash[32620]: cluster 2023-12-07T11:36:06.676953+0000 mgr.a (mgr.24293) 4241 : cluster 0 pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:07 smithi044 bash[32620]: audit 2023-12-07T11:36:06.844326+0000 mgr.a (mgr.24293) 4242 : audit 0 from='client.94857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:07 smithi022 bash[28554]: cluster 2023-12-07T11:36:06.676953+0000 mgr.a (mgr.24293) 4241 : cluster 0 pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:07 smithi022 bash[28554]: audit 2023-12-07T11:36:06.844326+0000 mgr.a (mgr.24293) 4242 : audit 0 from='client.94857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:07 smithi027 bash[31536]: cluster 2023-12-07T11:36:06.676953+0000 mgr.a (mgr.24293) 4241 : cluster 0 pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:07 smithi027 bash[31536]: audit 2023-12-07T11:36:06.844326+0000 mgr.a (mgr.24293) 4242 : audit 0 from='client.94857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:09 smithi044 bash[32620]: cluster 2023-12-07T11:36:08.677609+0000 mgr.a (mgr.24293) 4243 : cluster 0 pgmap v3167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:36:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:09 smithi022 bash[28554]: cluster 2023-12-07T11:36:08.677609+0000 mgr.a (mgr.24293) 4243 : cluster 0 pgmap v3167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:36:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:09 smithi027 bash[31536]: cluster 2023-12-07T11:36:08.677609+0000 mgr.a (mgr.24293) 4243 : cluster 0 pgmap v3167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:36:12.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:12.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:12.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:11 smithi044 bash[32620]: cluster 2023-12-07T11:36:10.678392+0000 mgr.a (mgr.24293) 4244 : cluster 0 pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:36:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:11 smithi022 bash[28554]: cluster 2023-12-07T11:36:10.678392+0000 mgr.a (mgr.24293) 4244 : cluster 0 pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:36:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:11 smithi027 bash[31536]: cluster 2023-12-07T11:36:10.678392+0000 mgr.a (mgr.24293) 4244 : cluster 0 pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:36:13.319 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:13.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:13.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:13.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:13.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:13 smithi044 bash[32620]: cluster 2023-12-07T11:36:12.678935+0000 mgr.a (mgr.24293) 4245 : 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-07T11:36:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:13 smithi044 bash[32620]: audit 2023-12-07T11:36:12.775524+0000 mgr.a (mgr.24293) 4246 : audit 0 from='client.94935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:13 smithi022 bash[28554]: cluster 2023-12-07T11:36:12.678935+0000 mgr.a (mgr.24293) 4245 : 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-07T11:36:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:13 smithi022 bash[28554]: audit 2023-12-07T11:36:12.775524+0000 mgr.a (mgr.24293) 4246 : audit 0 from='client.94935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:13 smithi027 bash[31536]: cluster 2023-12-07T11:36:12.678935+0000 mgr.a (mgr.24293) 4245 : 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-07T11:36:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:13 smithi027 bash[31536]: audit 2023-12-07T11:36:12.775524+0000 mgr.a (mgr.24293) 4246 : audit 0 from='client.94935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:15 smithi044 bash[32620]: cluster 2023-12-07T11:36:14.679787+0000 mgr.a (mgr.24293) 4247 : 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-07T11:36:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:15 smithi022 bash[28554]: cluster 2023-12-07T11:36:14.679787+0000 mgr.a (mgr.24293) 4247 : 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-07T11:36:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:15 smithi027 bash[31536]: cluster 2023-12-07T11:36:14.679787+0000 mgr.a (mgr.24293) 4247 : 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-07T11:36:18.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:18.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:18.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:17 smithi044 bash[32620]: cluster 2023-12-07T11:36:16.680796+0000 mgr.a (mgr.24293) 4248 : 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-07T11:36:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:17 smithi022 bash[28554]: cluster 2023-12-07T11:36:16.680796+0000 mgr.a (mgr.24293) 4248 : 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-07T11:36:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:17 smithi027 bash[31536]: cluster 2023-12-07T11:36:16.680796+0000 mgr.a (mgr.24293) 4248 : 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-07T11:36:19.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:19.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:19.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:19.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:19.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:19 smithi044 bash[32620]: cluster 2023-12-07T11:36:18.681208+0000 mgr.a (mgr.24293) 4249 : 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-07T11:36:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:19 smithi044 bash[32620]: audit 2023-12-07T11:36:18.704446+0000 mgr.a (mgr.24293) 4250 : audit 0 from='client.95013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:19 smithi022 bash[28554]: cluster 2023-12-07T11:36:18.681208+0000 mgr.a (mgr.24293) 4249 : 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-07T11:36:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:19 smithi022 bash[28554]: audit 2023-12-07T11:36:18.704446+0000 mgr.a (mgr.24293) 4250 : audit 0 from='client.95013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:19 smithi027 bash[31536]: cluster 2023-12-07T11:36:18.681208+0000 mgr.a (mgr.24293) 4249 : 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-07T11:36:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:19 smithi027 bash[31536]: audit 2023-12-07T11:36:18.704446+0000 mgr.a (mgr.24293) 4250 : audit 0 from='client.95013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:21 smithi044 bash[32620]: cluster 2023-12-07T11:36:20.682033+0000 mgr.a (mgr.24293) 4251 : cluster 0 pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:21 smithi022 bash[28554]: cluster 2023-12-07T11:36:20.682033+0000 mgr.a (mgr.24293) 4251 : cluster 0 pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:21 smithi027 bash[31536]: cluster 2023-12-07T11:36:20.682033+0000 mgr.a (mgr.24293) 4251 : cluster 0 pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:24.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:24.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:24.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:23 smithi044 bash[32620]: cluster 2023-12-07T11:36:22.682653+0000 mgr.a (mgr.24293) 4252 : cluster 0 pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:23 smithi022 bash[28554]: cluster 2023-12-07T11:36:22.682653+0000 mgr.a (mgr.24293) 4252 : cluster 0 pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:23 smithi027 bash[31536]: cluster 2023-12-07T11:36:22.682653+0000 mgr.a (mgr.24293) 4252 : cluster 0 pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:25.136 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:25.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:25.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:25.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:25.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:25 smithi044 bash[32620]: audit 2023-12-07T11:36:24.628670+0000 mgr.a (mgr.24293) 4253 : audit 0 from='client.95091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:25 smithi044 bash[32620]: cluster 2023-12-07T11:36:24.683317+0000 mgr.a (mgr.24293) 4254 : cluster 0 pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:25 smithi022 bash[28554]: audit 2023-12-07T11:36:24.628670+0000 mgr.a (mgr.24293) 4253 : audit 0 from='client.95091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:25 smithi022 bash[28554]: cluster 2023-12-07T11:36:24.683317+0000 mgr.a (mgr.24293) 4254 : cluster 0 pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:25 smithi027 bash[31536]: audit 2023-12-07T11:36:24.628670+0000 mgr.a (mgr.24293) 4253 : audit 0 from='client.95091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:25 smithi027 bash[31536]: cluster 2023-12-07T11:36:24.683317+0000 mgr.a (mgr.24293) 4254 : cluster 0 pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:28 smithi044 bash[32620]: cluster 2023-12-07T11:36:26.684373+0000 mgr.a (mgr.24293) 4255 : cluster 0 pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:27 smithi022 bash[28554]: cluster 2023-12-07T11:36:26.684373+0000 mgr.a (mgr.24293) 4255 : cluster 0 pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:28 smithi027 bash[31536]: cluster 2023-12-07T11:36:26.684373+0000 mgr.a (mgr.24293) 4255 : cluster 0 pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:30.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:30.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:30.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:30 smithi044 bash[32620]: cluster 2023-12-07T11:36:28.684988+0000 mgr.a (mgr.24293) 4256 : cluster 0 pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:30 smithi022 bash[28554]: cluster 2023-12-07T11:36:28.684988+0000 mgr.a (mgr.24293) 4256 : cluster 0 pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:30 smithi027 bash[31536]: cluster 2023-12-07T11:36:28.684988+0000 mgr.a (mgr.24293) 4256 : cluster 0 pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:31.078 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:31.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:31.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:31.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:31.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:32 smithi044 bash[32620]: audit 2023-12-07T11:36:30.553737+0000 mgr.a (mgr.24293) 4257 : audit 0 from='client.95169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:32 smithi044 bash[32620]: cluster 2023-12-07T11:36:30.685879+0000 mgr.a (mgr.24293) 4258 : 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-07T11:36:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:32 smithi022 bash[28554]: audit 2023-12-07T11:36:30.553737+0000 mgr.a (mgr.24293) 4257 : audit 0 from='client.95169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:32 smithi022 bash[28554]: cluster 2023-12-07T11:36:30.685879+0000 mgr.a (mgr.24293) 4258 : 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-07T11:36:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:32 smithi027 bash[31536]: audit 2023-12-07T11:36:30.553737+0000 mgr.a (mgr.24293) 4257 : audit 0 from='client.95169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:32 smithi027 bash[31536]: cluster 2023-12-07T11:36:30.685879+0000 mgr.a (mgr.24293) 4258 : 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-07T11:36:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:34 smithi044 bash[32620]: cluster 2023-12-07T11:36:32.686568+0000 mgr.a (mgr.24293) 4259 : cluster 0 pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:34 smithi022 bash[28554]: cluster 2023-12-07T11:36:32.686568+0000 mgr.a (mgr.24293) 4259 : cluster 0 pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:34 smithi027 bash[31536]: cluster 2023-12-07T11:36:32.686568+0000 mgr.a (mgr.24293) 4259 : cluster 0 pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:36.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:36.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:36.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:36 smithi044 bash[32620]: cluster 2023-12-07T11:36:34.687160+0000 mgr.a (mgr.24293) 4260 : cluster 0 pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:36 smithi022 bash[28554]: cluster 2023-12-07T11:36:34.687160+0000 mgr.a (mgr.24293) 4260 : cluster 0 pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:36 smithi027 bash[31536]: cluster 2023-12-07T11:36:34.687160+0000 mgr.a (mgr.24293) 4260 : cluster 0 pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:36.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:36.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:36.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:36.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:36.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:38 smithi044 bash[32620]: audit 2023-12-07T11:36:36.495898+0000 mgr.a (mgr.24293) 4261 : audit 0 from='client.95247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:38 smithi044 bash[32620]: cluster 2023-12-07T11:36:36.687963+0000 mgr.a (mgr.24293) 4262 : cluster 0 pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:38 smithi022 bash[28554]: audit 2023-12-07T11:36:36.495898+0000 mgr.a (mgr.24293) 4261 : audit 0 from='client.95247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:38 smithi022 bash[28554]: cluster 2023-12-07T11:36:36.687963+0000 mgr.a (mgr.24293) 4262 : cluster 0 pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:38 smithi027 bash[31536]: audit 2023-12-07T11:36:36.495898+0000 mgr.a (mgr.24293) 4261 : audit 0 from='client.95247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:38 smithi027 bash[31536]: cluster 2023-12-07T11:36:36.687963+0000 mgr.a (mgr.24293) 4262 : cluster 0 pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:40 smithi044 bash[32620]: cluster 2023-12-07T11:36:38.688759+0000 mgr.a (mgr.24293) 4263 : cluster 0 pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:40 smithi022 bash[28554]: cluster 2023-12-07T11:36:38.688759+0000 mgr.a (mgr.24293) 4263 : cluster 0 pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:40 smithi027 bash[31536]: cluster 2023-12-07T11:36:38.688759+0000 mgr.a (mgr.24293) 4263 : cluster 0 pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:42.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:42.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:42.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:42 smithi044 bash[32620]: cluster 2023-12-07T11:36:40.689750+0000 mgr.a (mgr.24293) 4264 : cluster 0 pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:42 smithi022 bash[28554]: cluster 2023-12-07T11:36:40.689750+0000 mgr.a (mgr.24293) 4264 : cluster 0 pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:42 smithi027 bash[31536]: cluster 2023-12-07T11:36:40.689750+0000 mgr.a (mgr.24293) 4264 : cluster 0 pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:42.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:42.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:42.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:42.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:42.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:44 smithi044 bash[32620]: audit 2023-12-07T11:36:42.412777+0000 mgr.a (mgr.24293) 4265 : audit 0 from='client.95325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:44 smithi044 bash[32620]: cluster 2023-12-07T11:36:42.691110+0000 mgr.a (mgr.24293) 4266 : 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-07T11:36:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:44 smithi022 bash[28554]: audit 2023-12-07T11:36:42.412777+0000 mgr.a (mgr.24293) 4265 : audit 0 from='client.95325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:44 smithi022 bash[28554]: cluster 2023-12-07T11:36:42.691110+0000 mgr.a (mgr.24293) 4266 : 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-07T11:36:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:44 smithi027 bash[31536]: audit 2023-12-07T11:36:42.412777+0000 mgr.a (mgr.24293) 4265 : audit 0 from='client.95325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:44 smithi027 bash[31536]: cluster 2023-12-07T11:36:42.691110+0000 mgr.a (mgr.24293) 4266 : 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-07T11:36:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:46 smithi044 bash[32620]: cluster 2023-12-07T11:36:44.691935+0000 mgr.a (mgr.24293) 4267 : 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-07T11:36:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:46 smithi022 bash[28554]: cluster 2023-12-07T11:36:44.691935+0000 mgr.a (mgr.24293) 4267 : 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-07T11:36:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:46 smithi027 bash[31536]: cluster 2023-12-07T11:36:44.691935+0000 mgr.a (mgr.24293) 4267 : 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-07T11:36:47.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:47.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:47.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:48 smithi044 bash[32620]: cluster 2023-12-07T11:36:46.692780+0000 mgr.a (mgr.24293) 4268 : 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-07T11:36:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:48 smithi022 bash[28554]: cluster 2023-12-07T11:36:46.692780+0000 mgr.a (mgr.24293) 4268 : 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-07T11:36:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:48 smithi027 bash[31536]: cluster 2023-12-07T11:36:46.692780+0000 mgr.a (mgr.24293) 4268 : 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-07T11:36:48.895 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:48.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:48.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:48.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:48.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:50 smithi044 bash[32620]: audit 2023-12-07T11:36:48.367705+0000 mgr.a (mgr.24293) 4269 : audit 0 from='client.95397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:50 smithi044 bash[32620]: cluster 2023-12-07T11:36:48.693388+0000 mgr.a (mgr.24293) 4270 : 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-07T11:36:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:50 smithi022 bash[28554]: audit 2023-12-07T11:36:48.367705+0000 mgr.a (mgr.24293) 4269 : audit 0 from='client.95397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:50 smithi022 bash[28554]: cluster 2023-12-07T11:36:48.693388+0000 mgr.a (mgr.24293) 4270 : 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-07T11:36:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:50 smithi027 bash[31536]: audit 2023-12-07T11:36:48.367705+0000 mgr.a (mgr.24293) 4269 : audit 0 from='client.95397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:50 smithi027 bash[31536]: cluster 2023-12-07T11:36:48.693388+0000 mgr.a (mgr.24293) 4270 : 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-07T11:36:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:52 smithi044 bash[32620]: cluster 2023-12-07T11:36:50.694288+0000 mgr.a (mgr.24293) 4271 : 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-07T11:36:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:52 smithi022 bash[28554]: cluster 2023-12-07T11:36:50.694288+0000 mgr.a (mgr.24293) 4271 : 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-07T11:36:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:52 smithi027 bash[31536]: cluster 2023-12-07T11:36:50.694288+0000 mgr.a (mgr.24293) 4271 : 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-07T11:36:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:53.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:54 smithi044 bash[32620]: cluster 2023-12-07T11:36:52.694845+0000 mgr.a (mgr.24293) 4272 : 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-07T11:36:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:54 smithi022 bash[28554]: cluster 2023-12-07T11:36:52.694845+0000 mgr.a (mgr.24293) 4272 : 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-07T11:36:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:54 smithi027 bash[31536]: cluster 2023-12-07T11:36:52.694845+0000 mgr.a (mgr.24293) 4272 : 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-07T11:36:54.796 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:36:54.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:54.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:54.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:54.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:36:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:55 smithi044 bash[32620]: audit 2023-12-07T11:36:54.308163+0000 mgr.a (mgr.24293) 4273 : audit 0 from='client.95475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:55 smithi022 bash[28554]: audit 2023-12-07T11:36:54.308163+0000 mgr.a (mgr.24293) 4273 : audit 0 from='client.95475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:55 smithi027 bash[31536]: audit 2023-12-07T11:36:54.308163+0000 mgr.a (mgr.24293) 4273 : audit 0 from='client.95475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:56 smithi044 bash[32620]: cluster 2023-12-07T11:36:54.695927+0000 mgr.a (mgr.24293) 4274 : 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-07T11:36:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:56 smithi022 bash[28554]: cluster 2023-12-07T11:36:54.695927+0000 mgr.a (mgr.24293) 4274 : 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-07T11:36:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:56 smithi027 bash[31536]: cluster 2023-12-07T11:36:54.695927+0000 mgr.a (mgr.24293) 4274 : 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-07T11:36:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:58 smithi044 bash[32620]: cluster 2023-12-07T11:36:56.696792+0000 mgr.a (mgr.24293) 4275 : cluster 0 pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:58 smithi044 bash[32620]: audit 2023-12-07T11:36:57.490440+0000 mon.a (mon.0) 1053 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:36:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:58 smithi022 bash[28554]: cluster 2023-12-07T11:36:56.696792+0000 mgr.a (mgr.24293) 4275 : cluster 0 pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:58 smithi022 bash[28554]: audit 2023-12-07T11:36:57.490440+0000 mon.a (mon.0) 1053 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:36:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:58 smithi027 bash[31536]: cluster 2023-12-07T11:36:56.696792+0000 mgr.a (mgr.24293) 4275 : cluster 0 pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:58 smithi027 bash[31536]: audit 2023-12-07T11:36:57.490440+0000 mon.a (mon.0) 1053 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:36:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:59 smithi044 bash[32620]: audit 2023-12-07T11:36:58.278405+0000 mon.a (mon.0) 1054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:36:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:59 smithi044 bash[32620]: audit 2023-12-07T11:36:58.280276+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:36:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:36:59 smithi044 bash[32620]: audit 2023-12-07T11:36:58.290462+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:36:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:59 smithi022 bash[28554]: audit 2023-12-07T11:36:58.278405+0000 mon.a (mon.0) 1054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:36:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:59 smithi022 bash[28554]: audit 2023-12-07T11:36:58.280276+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:36:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:36:59 smithi022 bash[28554]: audit 2023-12-07T11:36:58.290462+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:36:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:59 smithi027 bash[31536]: audit 2023-12-07T11:36:58.278405+0000 mon.a (mon.0) 1054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:36:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:59 smithi027 bash[31536]: audit 2023-12-07T11:36:58.280276+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:36:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:36:59 smithi027 bash[31536]: audit 2023-12-07T11:36:58.290462+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:36:59.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:36:59.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:59.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:00 smithi044 bash[32620]: cluster 2023-12-07T11:36:58.697485+0000 mgr.a (mgr.24293) 4276 : cluster 0 pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:00 smithi022 bash[28554]: cluster 2023-12-07T11:36:58.697485+0000 mgr.a (mgr.24293) 4276 : cluster 0 pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:00 smithi027 bash[31536]: cluster 2023-12-07T11:36:58.697485+0000 mgr.a (mgr.24293) 4276 : cluster 0 pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:00.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:00.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:00.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:00.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:00.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:01 smithi044 bash[32620]: audit 2023-12-07T11:37:00.205636+0000 mgr.a (mgr.24293) 4277 : audit 0 from='client.95553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:01.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:01 smithi022 bash[28554]: audit 2023-12-07T11:37:00.205636+0000 mgr.a (mgr.24293) 4277 : audit 0 from='client.95553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:01 smithi027 bash[31536]: audit 2023-12-07T11:37:00.205636+0000 mgr.a (mgr.24293) 4277 : audit 0 from='client.95553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:02 smithi044 bash[32620]: cluster 2023-12-07T11:37:00.698165+0000 mgr.a (mgr.24293) 4278 : 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-07T11:37:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:02 smithi022 bash[28554]: cluster 2023-12-07T11:37:00.698165+0000 mgr.a (mgr.24293) 4278 : 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-07T11:37:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:02 smithi027 bash[31536]: cluster 2023-12-07T11:37:00.698165+0000 mgr.a (mgr.24293) 4278 : 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-07T11:37:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:04 smithi044 bash[32620]: cluster 2023-12-07T11:37:02.698743+0000 mgr.a (mgr.24293) 4279 : 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-07T11:37:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:04 smithi022 bash[28554]: cluster 2023-12-07T11:37:02.698743+0000 mgr.a (mgr.24293) 4279 : 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-07T11:37:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:04 smithi027 bash[31536]: cluster 2023-12-07T11:37:02.698743+0000 mgr.a (mgr.24293) 4279 : 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-07T11:37:05.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:05.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:05.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:06.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:06.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:06.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:06.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:06.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:06 smithi044 bash[32620]: cluster 2023-12-07T11:37:04.699459+0000 mgr.a (mgr.24293) 4280 : 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-07T11:37:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:06 smithi022 bash[28554]: cluster 2023-12-07T11:37:04.699459+0000 mgr.a (mgr.24293) 4280 : 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-07T11:37:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:06 smithi027 bash[31536]: cluster 2023-12-07T11:37:04.699459+0000 mgr.a (mgr.24293) 4280 : 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-07T11:37:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:07 smithi044 bash[32620]: audit 2023-12-07T11:37:06.147659+0000 mgr.a (mgr.24293) 4281 : audit 0 from='client.95625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:07 smithi022 bash[28554]: audit 2023-12-07T11:37:06.147659+0000 mgr.a (mgr.24293) 4281 : audit 0 from='client.95625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:07.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:07 smithi027 bash[31536]: audit 2023-12-07T11:37:06.147659+0000 mgr.a (mgr.24293) 4281 : audit 0 from='client.95625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:08 smithi044 bash[32620]: cluster 2023-12-07T11:37:06.700552+0000 mgr.a (mgr.24293) 4282 : 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-07T11:37:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:08 smithi022 bash[28554]: cluster 2023-12-07T11:37:06.700552+0000 mgr.a (mgr.24293) 4282 : 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-07T11:37:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:08 smithi027 bash[31536]: cluster 2023-12-07T11:37:06.700552+0000 mgr.a (mgr.24293) 4282 : 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-07T11:37:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:10 smithi044 bash[32620]: cluster 2023-12-07T11:37:08.701151+0000 mgr.a (mgr.24293) 4283 : cluster 0 pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:10 smithi022 bash[28554]: cluster 2023-12-07T11:37:08.701151+0000 mgr.a (mgr.24293) 4283 : cluster 0 pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:10 smithi027 bash[31536]: cluster 2023-12-07T11:37:08.701151+0000 mgr.a (mgr.24293) 4283 : cluster 0 pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:11.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:11.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:11.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:12.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:12.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:12.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:12.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:12.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:12 smithi044 bash[32620]: cluster 2023-12-07T11:37:10.701916+0000 mgr.a (mgr.24293) 4284 : cluster 0 pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:12 smithi022 bash[28554]: cluster 2023-12-07T11:37:10.701916+0000 mgr.a (mgr.24293) 4284 : cluster 0 pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:12 smithi027 bash[31536]: cluster 2023-12-07T11:37:10.701916+0000 mgr.a (mgr.24293) 4284 : cluster 0 pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:13 smithi044 bash[32620]: audit 2023-12-07T11:37:12.072775+0000 mgr.a (mgr.24293) 4285 : audit 0 from='client.95703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:13 smithi022 bash[28554]: audit 2023-12-07T11:37:12.072775+0000 mgr.a (mgr.24293) 4285 : audit 0 from='client.95703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:13 smithi027 bash[31536]: audit 2023-12-07T11:37:12.072775+0000 mgr.a (mgr.24293) 4285 : audit 0 from='client.95703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:14 smithi044 bash[32620]: cluster 2023-12-07T11:37:12.702637+0000 mgr.a (mgr.24293) 4286 : 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-07T11:37:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:14 smithi022 bash[28554]: cluster 2023-12-07T11:37:12.702637+0000 mgr.a (mgr.24293) 4286 : 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-07T11:37:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:14 smithi027 bash[31536]: cluster 2023-12-07T11:37:12.702637+0000 mgr.a (mgr.24293) 4286 : 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-07T11:37:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:16 smithi022 bash[28554]: cluster 2023-12-07T11:37:14.703225+0000 mgr.a (mgr.24293) 4287 : 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-07T11:37:16.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:16 smithi044 bash[32620]: cluster 2023-12-07T11:37:14.703225+0000 mgr.a (mgr.24293) 4287 : 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-07T11:37:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:16 smithi027 bash[31536]: cluster 2023-12-07T11:37:14.703225+0000 mgr.a (mgr.24293) 4287 : 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-07T11:37:17.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:17.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:17.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:18.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:18.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:18.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:18.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:18.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:18 smithi044 bash[32620]: cluster 2023-12-07T11:37:16.704065+0000 mgr.a (mgr.24293) 4288 : 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-07T11:37:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:18 smithi022 bash[28554]: cluster 2023-12-07T11:37:16.704065+0000 mgr.a (mgr.24293) 4288 : 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-07T11:37:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:18 smithi027 bash[31536]: cluster 2023-12-07T11:37:16.704065+0000 mgr.a (mgr.24293) 4288 : 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-07T11:37:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:19 smithi044 bash[32620]: audit 2023-12-07T11:37:18.033585+0000 mgr.a (mgr.24293) 4289 : audit 0 from='client.95781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:19 smithi022 bash[28554]: audit 2023-12-07T11:37:18.033585+0000 mgr.a (mgr.24293) 4289 : audit 0 from='client.95781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:19 smithi027 bash[31536]: audit 2023-12-07T11:37:18.033585+0000 mgr.a (mgr.24293) 4289 : audit 0 from='client.95781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:20 smithi044 bash[32620]: cluster 2023-12-07T11:37:18.704788+0000 mgr.a (mgr.24293) 4290 : 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-07T11:37:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:20 smithi022 bash[28554]: cluster 2023-12-07T11:37:18.704788+0000 mgr.a (mgr.24293) 4290 : 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-07T11:37:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:20 smithi027 bash[31536]: cluster 2023-12-07T11:37:18.704788+0000 mgr.a (mgr.24293) 4290 : 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-07T11:37:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:22 smithi044 bash[32620]: cluster 2023-12-07T11:37:20.705756+0000 mgr.a (mgr.24293) 4291 : 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-07T11:37:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:22 smithi022 bash[28554]: cluster 2023-12-07T11:37:20.705756+0000 mgr.a (mgr.24293) 4291 : 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-07T11:37:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:22 smithi027 bash[31536]: cluster 2023-12-07T11:37:20.705756+0000 mgr.a (mgr.24293) 4291 : 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-07T11:37:23.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:23.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:23.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:24.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:24.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:24.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:24.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:24.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:24 smithi044 bash[32620]: cluster 2023-12-07T11:37:22.706343+0000 mgr.a (mgr.24293) 4292 : 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-07T11:37:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:24 smithi022 bash[28554]: cluster 2023-12-07T11:37:22.706343+0000 mgr.a (mgr.24293) 4292 : 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-07T11:37:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:24 smithi027 bash[31536]: cluster 2023-12-07T11:37:22.706343+0000 mgr.a (mgr.24293) 4292 : 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-07T11:37:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:25 smithi044 bash[32620]: audit 2023-12-07T11:37:23.979666+0000 mgr.a (mgr.24293) 4293 : audit 0 from='client.95856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:25 smithi022 bash[28554]: audit 2023-12-07T11:37:23.979666+0000 mgr.a (mgr.24293) 4293 : audit 0 from='client.95856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:25 smithi027 bash[31536]: audit 2023-12-07T11:37:23.979666+0000 mgr.a (mgr.24293) 4293 : audit 0 from='client.95856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:26 smithi044 bash[32620]: cluster 2023-12-07T11:37:24.707044+0000 mgr.a (mgr.24293) 4294 : 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-07T11:37:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:26 smithi022 bash[28554]: cluster 2023-12-07T11:37:24.707044+0000 mgr.a (mgr.24293) 4294 : 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-07T11:37:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:26 smithi027 bash[31536]: cluster 2023-12-07T11:37:24.707044+0000 mgr.a (mgr.24293) 4294 : 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-07T11:37:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:28 smithi044 bash[32620]: cluster 2023-12-07T11:37:26.707881+0000 mgr.a (mgr.24293) 4295 : cluster 0 pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:28 smithi022 bash[28554]: cluster 2023-12-07T11:37:26.707881+0000 mgr.a (mgr.24293) 4295 : cluster 0 pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:28 smithi027 bash[31536]: cluster 2023-12-07T11:37:26.707881+0000 mgr.a (mgr.24293) 4295 : cluster 0 pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:29.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:29.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:29.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:29 smithi044 bash[32620]: cluster 2023-12-07T11:37:28.708455+0000 mgr.a (mgr.24293) 4296 : cluster 0 pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:29 smithi022 bash[28554]: cluster 2023-12-07T11:37:28.708455+0000 mgr.a (mgr.24293) 4296 : cluster 0 pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:29 smithi027 bash[31536]: cluster 2023-12-07T11:37:28.708455+0000 mgr.a (mgr.24293) 4296 : cluster 0 pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:30.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:30.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:30.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:30.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:30.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:30 smithi044 bash[32620]: audit 2023-12-07T11:37:29.917792+0000 mgr.a (mgr.24293) 4297 : audit 0 from='client.95931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:30 smithi022 bash[28554]: audit 2023-12-07T11:37:29.917792+0000 mgr.a (mgr.24293) 4297 : audit 0 from='client.95931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:30 smithi027 bash[31536]: audit 2023-12-07T11:37:29.917792+0000 mgr.a (mgr.24293) 4297 : audit 0 from='client.95931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:31 smithi044 bash[32620]: cluster 2023-12-07T11:37:30.709395+0000 mgr.a (mgr.24293) 4298 : cluster 0 pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:37:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:31 smithi022 bash[28554]: cluster 2023-12-07T11:37:30.709395+0000 mgr.a (mgr.24293) 4298 : cluster 0 pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:37:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:31 smithi027 bash[31536]: cluster 2023-12-07T11:37:30.709395+0000 mgr.a (mgr.24293) 4298 : cluster 0 pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:37:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:33 smithi044 bash[32620]: cluster 2023-12-07T11:37:32.709942+0000 mgr.a (mgr.24293) 4299 : cluster 0 pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:37:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:33 smithi022 bash[28554]: cluster 2023-12-07T11:37:32.709942+0000 mgr.a (mgr.24293) 4299 : cluster 0 pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:37:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:33 smithi027 bash[31536]: cluster 2023-12-07T11:37:32.709942+0000 mgr.a (mgr.24293) 4299 : cluster 0 pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:37:35.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:35.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:35.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:35 smithi022 bash[28554]: cluster 2023-12-07T11:37:34.710492+0000 mgr.a (mgr.24293) 4300 : cluster 0 pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:37:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:35 smithi044 bash[32620]: cluster 2023-12-07T11:37:34.710492+0000 mgr.a (mgr.24293) 4300 : cluster 0 pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:37:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:35 smithi027 bash[31536]: cluster 2023-12-07T11:37:34.710492+0000 mgr.a (mgr.24293) 4300 : cluster 0 pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:37:36.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:36.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:36.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:36.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:36.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:36 smithi044 bash[32620]: audit 2023-12-07T11:37:35.857087+0000 mgr.a (mgr.24293) 4301 : audit 0 from='client.96009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:36 smithi022 bash[28554]: audit 2023-12-07T11:37:35.857087+0000 mgr.a (mgr.24293) 4301 : audit 0 from='client.96009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:36 smithi027 bash[31536]: audit 2023-12-07T11:37:35.857087+0000 mgr.a (mgr.24293) 4301 : audit 0 from='client.96009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:37 smithi044 bash[32620]: cluster 2023-12-07T11:37:36.711627+0000 mgr.a (mgr.24293) 4302 : 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-07T11:37:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:37 smithi022 bash[28554]: cluster 2023-12-07T11:37:36.711627+0000 mgr.a (mgr.24293) 4302 : 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-07T11:37:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:37 smithi027 bash[31536]: cluster 2023-12-07T11:37:36.711627+0000 mgr.a (mgr.24293) 4302 : 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-07T11:37:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:39 smithi044 bash[32620]: cluster 2023-12-07T11:37:38.712207+0000 mgr.a (mgr.24293) 4303 : cluster 0 pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:39 smithi022 bash[28554]: cluster 2023-12-07T11:37:38.712207+0000 mgr.a (mgr.24293) 4303 : cluster 0 pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:39 smithi027 bash[31536]: cluster 2023-12-07T11:37:38.712207+0000 mgr.a (mgr.24293) 4303 : cluster 0 pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:41.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:41.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:41.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:41 smithi022 bash[28554]: cluster 2023-12-07T11:37:40.713026+0000 mgr.a (mgr.24293) 4304 : cluster 0 pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:41 smithi044 bash[32620]: cluster 2023-12-07T11:37:40.713026+0000 mgr.a (mgr.24293) 4304 : cluster 0 pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:41 smithi027 bash[31536]: cluster 2023-12-07T11:37:40.713026+0000 mgr.a (mgr.24293) 4304 : cluster 0 pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:42.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:42.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:42.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:42.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:42.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:42 smithi044 bash[32620]: audit 2023-12-07T11:37:41.808797+0000 mgr.a (mgr.24293) 4305 : audit 0 from='client.96081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:42 smithi022 bash[28554]: audit 2023-12-07T11:37:41.808797+0000 mgr.a (mgr.24293) 4305 : audit 0 from='client.96081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:43.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:42 smithi027 bash[31536]: audit 2023-12-07T11:37:41.808797+0000 mgr.a (mgr.24293) 4305 : audit 0 from='client.96081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:43 smithi044 bash[32620]: cluster 2023-12-07T11:37:42.713714+0000 mgr.a (mgr.24293) 4306 : cluster 0 pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:37:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:43 smithi022 bash[28554]: cluster 2023-12-07T11:37:42.713714+0000 mgr.a (mgr.24293) 4306 : cluster 0 pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:37:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:43 smithi027 bash[31536]: cluster 2023-12-07T11:37:42.713714+0000 mgr.a (mgr.24293) 4306 : cluster 0 pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:37:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:45 smithi044 bash[32620]: cluster 2023-12-07T11:37:44.714431+0000 mgr.a (mgr.24293) 4307 : cluster 0 pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:37:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:45 smithi022 bash[28554]: cluster 2023-12-07T11:37:44.714431+0000 mgr.a (mgr.24293) 4307 : cluster 0 pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:37:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:45 smithi027 bash[31536]: cluster 2023-12-07T11:37:44.714431+0000 mgr.a (mgr.24293) 4307 : cluster 0 pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:37:47.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:47.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:47.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:47 smithi044 bash[32620]: cluster 2023-12-07T11:37:46.715270+0000 mgr.a (mgr.24293) 4308 : cluster 0 pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:37:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:47 smithi022 bash[28554]: cluster 2023-12-07T11:37:46.715270+0000 mgr.a (mgr.24293) 4308 : cluster 0 pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:37:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:47 smithi027 bash[31536]: cluster 2023-12-07T11:37:46.715270+0000 mgr.a (mgr.24293) 4308 : cluster 0 pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:37:48.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:48.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:48.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:48.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:48.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:48 smithi022 bash[28554]: audit 2023-12-07T11:37:47.754879+0000 mgr.a (mgr.24293) 4309 : audit 0 from='client.96159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:48 smithi044 bash[32620]: audit 2023-12-07T11:37:47.754879+0000 mgr.a (mgr.24293) 4309 : audit 0 from='client.96159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:48 smithi027 bash[31536]: audit 2023-12-07T11:37:47.754879+0000 mgr.a (mgr.24293) 4309 : audit 0 from='client.96159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:49 smithi044 bash[32620]: cluster 2023-12-07T11:37:48.715932+0000 mgr.a (mgr.24293) 4310 : 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-07T11:37:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:49 smithi022 bash[28554]: cluster 2023-12-07T11:37:48.715932+0000 mgr.a (mgr.24293) 4310 : 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-07T11:37:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:49 smithi027 bash[31536]: cluster 2023-12-07T11:37:48.715932+0000 mgr.a (mgr.24293) 4310 : 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-07T11:37:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:51 smithi044 bash[32620]: cluster 2023-12-07T11:37:50.716746+0000 mgr.a (mgr.24293) 4311 : 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-07T11:37:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:51 smithi022 bash[28554]: cluster 2023-12-07T11:37:50.716746+0000 mgr.a (mgr.24293) 4311 : 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-07T11:37:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:51 smithi027 bash[31536]: cluster 2023-12-07T11:37:50.716746+0000 mgr.a (mgr.24293) 4311 : 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-07T11:37:53.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:53.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:53.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:53 smithi044 bash[32620]: cluster 2023-12-07T11:37:52.717316+0000 mgr.a (mgr.24293) 4312 : 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-07T11:37:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:53 smithi022 bash[28554]: cluster 2023-12-07T11:37:52.717316+0000 mgr.a (mgr.24293) 4312 : 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-07T11:37:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:53 smithi027 bash[31536]: cluster 2023-12-07T11:37:52.717316+0000 mgr.a (mgr.24293) 4312 : 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-07T11:37:54.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:54.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:54.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:54.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:37:54.207 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:37:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:54 smithi044 bash[32620]: audit 2023-12-07T11:37:53.675139+0000 mgr.a (mgr.24293) 4313 : audit 0 from='client.96228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:54 smithi022 bash[28554]: audit 2023-12-07T11:37:53.675139+0000 mgr.a (mgr.24293) 4313 : audit 0 from='client.96228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:55.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:54 smithi027 bash[31536]: audit 2023-12-07T11:37:53.675139+0000 mgr.a (mgr.24293) 4313 : audit 0 from='client.96228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:55 smithi044 bash[32620]: cluster 2023-12-07T11:37:54.718113+0000 mgr.a (mgr.24293) 4314 : 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-07T11:37:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:55 smithi022 bash[28554]: cluster 2023-12-07T11:37:54.718113+0000 mgr.a (mgr.24293) 4314 : 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-07T11:37:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:55 smithi027 bash[31536]: cluster 2023-12-07T11:37:54.718113+0000 mgr.a (mgr.24293) 4314 : 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-07T11:37:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:57 smithi044 bash[32620]: cluster 2023-12-07T11:37:56.718982+0000 mgr.a (mgr.24293) 4315 : 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-07T11:37:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:57 smithi022 bash[28554]: cluster 2023-12-07T11:37:56.718982+0000 mgr.a (mgr.24293) 4315 : 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-07T11:37:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:57 smithi027 bash[31536]: cluster 2023-12-07T11:37:56.718982+0000 mgr.a (mgr.24293) 4315 : 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-07T11:37:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:58 smithi022 bash[28554]: audit 2023-12-07T11:37:58.395245+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:37:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:58 smithi044 bash[32620]: audit 2023-12-07T11:37:58.395245+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:37:59.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:58 smithi027 bash[31536]: audit 2023-12-07T11:37:58.395245+0000 mon.a (mon.0) 1057 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:37:59.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:37:59.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:59.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:00.164 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:00.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:00.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:00.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:00.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:59 smithi022 bash[28554]: cluster 2023-12-07T11:37:58.719525+0000 mgr.a (mgr.24293) 4316 : 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-07T11:38:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:59 smithi022 bash[28554]: audit 2023-12-07T11:37:59.182156+0000 mon.a (mon.0) 1058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:38:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:59 smithi022 bash[28554]: audit 2023-12-07T11:37:59.184280+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:38:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:37:59 smithi022 bash[28554]: audit 2023-12-07T11:37:59.194182+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:38:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:59 smithi044 bash[32620]: cluster 2023-12-07T11:37:58.719525+0000 mgr.a (mgr.24293) 4316 : 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-07T11:38:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:59 smithi044 bash[32620]: audit 2023-12-07T11:37:59.182156+0000 mon.a (mon.0) 1058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:38:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:59 smithi044 bash[32620]: audit 2023-12-07T11:37:59.184280+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:38:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:37:59 smithi044 bash[32620]: audit 2023-12-07T11:37:59.194182+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:38:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:59 smithi027 bash[31536]: cluster 2023-12-07T11:37:58.719525+0000 mgr.a (mgr.24293) 4316 : 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-07T11:38:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:59 smithi027 bash[31536]: audit 2023-12-07T11:37:59.182156+0000 mon.a (mon.0) 1058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:38:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:59 smithi027 bash[31536]: audit 2023-12-07T11:37:59.184280+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:38:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:37:59 smithi027 bash[31536]: audit 2023-12-07T11:37:59.194182+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:38:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:00 smithi044 bash[32620]: audit 2023-12-07T11:37:59.635902+0000 mgr.a (mgr.24293) 4317 : audit 0 from='client.96300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:00 smithi022 bash[28554]: audit 2023-12-07T11:37:59.635902+0000 mgr.a (mgr.24293) 4317 : audit 0 from='client.96300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:00 smithi027 bash[31536]: audit 2023-12-07T11:37:59.635902+0000 mgr.a (mgr.24293) 4317 : audit 0 from='client.96300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:01 smithi022 bash[28554]: cluster 2023-12-07T11:38:00.720482+0000 mgr.a (mgr.24293) 4318 : cluster 0 pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:01 smithi044 bash[32620]: cluster 2023-12-07T11:38:00.720482+0000 mgr.a (mgr.24293) 4318 : cluster 0 pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:01 smithi027 bash[31536]: cluster 2023-12-07T11:38:00.720482+0000 mgr.a (mgr.24293) 4318 : cluster 0 pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:03 smithi044 bash[32620]: cluster 2023-12-07T11:38:02.721074+0000 mgr.a (mgr.24293) 4319 : cluster 0 pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:03 smithi022 bash[28554]: cluster 2023-12-07T11:38:02.721074+0000 mgr.a (mgr.24293) 4319 : cluster 0 pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:03 smithi027 bash[31536]: cluster 2023-12-07T11:38:02.721074+0000 mgr.a (mgr.24293) 4319 : cluster 0 pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:05.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:05.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:05.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:06.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:06.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:06.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:06.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:06.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:05 smithi044 bash[32620]: cluster 2023-12-07T11:38:04.721778+0000 mgr.a (mgr.24293) 4320 : cluster 0 pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:05 smithi022 bash[28554]: cluster 2023-12-07T11:38:04.721778+0000 mgr.a (mgr.24293) 4320 : cluster 0 pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:05 smithi027 bash[31536]: cluster 2023-12-07T11:38:04.721778+0000 mgr.a (mgr.24293) 4320 : cluster 0 pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:07.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:06 smithi027 bash[31536]: audit 2023-12-07T11:38:05.577349+0000 mgr.a (mgr.24293) 4321 : audit 0 from='client.96372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:06 smithi044 bash[32620]: audit 2023-12-07T11:38:05.577349+0000 mgr.a (mgr.24293) 4321 : audit 0 from='client.96372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:06 smithi022 bash[28554]: audit 2023-12-07T11:38:05.577349+0000 mgr.a (mgr.24293) 4321 : audit 0 from='client.96372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:07 smithi027 bash[31536]: cluster 2023-12-07T11:38:06.722878+0000 mgr.a (mgr.24293) 4322 : 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-07T11:38:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:07 smithi044 bash[32620]: cluster 2023-12-07T11:38:06.722878+0000 mgr.a (mgr.24293) 4322 : 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-07T11:38:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:07 smithi022 bash[28554]: cluster 2023-12-07T11:38:06.722878+0000 mgr.a (mgr.24293) 4322 : 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-07T11:38:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:09 smithi027 bash[31536]: cluster 2023-12-07T11:38:08.723467+0000 mgr.a (mgr.24293) 4323 : 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-07T11:38:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:09 smithi044 bash[32620]: cluster 2023-12-07T11:38:08.723467+0000 mgr.a (mgr.24293) 4323 : 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-07T11:38:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:09 smithi022 bash[28554]: cluster 2023-12-07T11:38:08.723467+0000 mgr.a (mgr.24293) 4323 : 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-07T11:38:11.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:11.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:11.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:12.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:12.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:12.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:12.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:12.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:11 smithi027 bash[31536]: cluster 2023-12-07T11:38:10.724169+0000 mgr.a (mgr.24293) 4324 : 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-07T11:38:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:11 smithi022 bash[28554]: cluster 2023-12-07T11:38:10.724169+0000 mgr.a (mgr.24293) 4324 : 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-07T11:38:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:11 smithi044 bash[32620]: cluster 2023-12-07T11:38:10.724169+0000 mgr.a (mgr.24293) 4324 : 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-07T11:38:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:12 smithi044 bash[32620]: audit 2023-12-07T11:38:11.516108+0000 mgr.a (mgr.24293) 4325 : audit 0 from='client.96447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:12 smithi022 bash[28554]: audit 2023-12-07T11:38:11.516108+0000 mgr.a (mgr.24293) 4325 : audit 0 from='client.96447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:12 smithi027 bash[31536]: audit 2023-12-07T11:38:11.516108+0000 mgr.a (mgr.24293) 4325 : audit 0 from='client.96447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:13 smithi044 bash[32620]: cluster 2023-12-07T11:38:12.724860+0000 mgr.a (mgr.24293) 4326 : cluster 0 pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:13 smithi022 bash[28554]: cluster 2023-12-07T11:38:12.724860+0000 mgr.a (mgr.24293) 4326 : cluster 0 pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:13 smithi027 bash[31536]: cluster 2023-12-07T11:38:12.724860+0000 mgr.a (mgr.24293) 4326 : cluster 0 pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:15 smithi044 bash[32620]: cluster 2023-12-07T11:38:14.725429+0000 mgr.a (mgr.24293) 4327 : cluster 0 pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:15 smithi022 bash[28554]: cluster 2023-12-07T11:38:14.725429+0000 mgr.a (mgr.24293) 4327 : cluster 0 pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:15 smithi027 bash[31536]: cluster 2023-12-07T11:38:14.725429+0000 mgr.a (mgr.24293) 4327 : cluster 0 pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:17.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:17.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:17.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:17.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:17.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:17.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:17.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:17.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:17 smithi022 bash[28554]: cluster 2023-12-07T11:38:16.726208+0000 mgr.a (mgr.24293) 4328 : cluster 0 pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:17 smithi044 bash[32620]: cluster 2023-12-07T11:38:16.726208+0000 mgr.a (mgr.24293) 4328 : cluster 0 pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:17 smithi027 bash[31536]: cluster 2023-12-07T11:38:16.726208+0000 mgr.a (mgr.24293) 4328 : cluster 0 pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:18 smithi044 bash[32620]: audit 2023-12-07T11:38:17.443191+0000 mgr.a (mgr.24293) 4329 : audit 0 from='client.96522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:18 smithi022 bash[28554]: audit 2023-12-07T11:38:17.443191+0000 mgr.a (mgr.24293) 4329 : audit 0 from='client.96522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:18 smithi027 bash[31536]: audit 2023-12-07T11:38:17.443191+0000 mgr.a (mgr.24293) 4329 : audit 0 from='client.96522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:19 smithi022 bash[28554]: cluster 2023-12-07T11:38:18.726897+0000 mgr.a (mgr.24293) 4330 : 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-07T11:38:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:19 smithi044 bash[32620]: cluster 2023-12-07T11:38:18.726897+0000 mgr.a (mgr.24293) 4330 : 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-07T11:38:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:19 smithi027 bash[31536]: cluster 2023-12-07T11:38:18.726897+0000 mgr.a (mgr.24293) 4330 : 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-07T11:38:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:21 smithi022 bash[28554]: cluster 2023-12-07T11:38:20.727762+0000 mgr.a (mgr.24293) 4331 : 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-07T11:38:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:21 smithi044 bash[32620]: cluster 2023-12-07T11:38:20.727762+0000 mgr.a (mgr.24293) 4331 : 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-07T11:38:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:21 smithi027 bash[31536]: cluster 2023-12-07T11:38:20.727762+0000 mgr.a (mgr.24293) 4331 : 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-07T11:38:22.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:22.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:22.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:23.925 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:23.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:23.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:23.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:23.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:23 smithi022 bash[28554]: cluster 2023-12-07T11:38:22.728348+0000 mgr.a (mgr.24293) 4332 : 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-07T11:38:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:23 smithi044 bash[32620]: cluster 2023-12-07T11:38:22.728348+0000 mgr.a (mgr.24293) 4332 : 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-07T11:38:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:23 smithi027 bash[31536]: cluster 2023-12-07T11:38:22.728348+0000 mgr.a (mgr.24293) 4332 : 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-07T11:38:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:24 smithi022 bash[28554]: audit 2023-12-07T11:38:23.391057+0000 mgr.a (mgr.24293) 4333 : audit 0 from='client.96594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:24 smithi044 bash[32620]: audit 2023-12-07T11:38:23.391057+0000 mgr.a (mgr.24293) 4333 : audit 0 from='client.96594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:24 smithi027 bash[31536]: audit 2023-12-07T11:38:23.391057+0000 mgr.a (mgr.24293) 4333 : audit 0 from='client.96594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:25 smithi044 bash[32620]: cluster 2023-12-07T11:38:24.729100+0000 mgr.a (mgr.24293) 4334 : 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-07T11:38:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:25 smithi022 bash[28554]: cluster 2023-12-07T11:38:24.729100+0000 mgr.a (mgr.24293) 4334 : 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-07T11:38:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:25 smithi027 bash[31536]: cluster 2023-12-07T11:38:24.729100+0000 mgr.a (mgr.24293) 4334 : 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-07T11:38:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:27 smithi044 bash[32620]: cluster 2023-12-07T11:38:26.730084+0000 mgr.a (mgr.24293) 4335 : 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-07T11:38:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:27 smithi022 bash[28554]: cluster 2023-12-07T11:38:26.730084+0000 mgr.a (mgr.24293) 4335 : 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-07T11:38:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:27 smithi027 bash[31536]: cluster 2023-12-07T11:38:26.730084+0000 mgr.a (mgr.24293) 4335 : 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-07T11:38:28.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:28.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:28.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:29.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:29.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:29.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:29.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:29.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:29 smithi044 bash[32620]: cluster 2023-12-07T11:38:28.730835+0000 mgr.a (mgr.24293) 4336 : 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-07T11:38:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:29 smithi044 bash[32620]: audit 2023-12-07T11:38:29.337424+0000 mgr.a (mgr.24293) 4337 : audit 0 from='client.96669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:29 smithi022 bash[28554]: cluster 2023-12-07T11:38:28.730835+0000 mgr.a (mgr.24293) 4336 : 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-07T11:38:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:29 smithi022 bash[28554]: audit 2023-12-07T11:38:29.337424+0000 mgr.a (mgr.24293) 4337 : audit 0 from='client.96669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:30 smithi027 bash[31536]: cluster 2023-12-07T11:38:28.730835+0000 mgr.a (mgr.24293) 4336 : 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-07T11:38:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:30 smithi027 bash[31536]: audit 2023-12-07T11:38:29.337424+0000 mgr.a (mgr.24293) 4337 : audit 0 from='client.96669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:32 smithi044 bash[32620]: cluster 2023-12-07T11:38:30.731828+0000 mgr.a (mgr.24293) 4338 : cluster 0 pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:32 smithi022 bash[28554]: cluster 2023-12-07T11:38:30.731828+0000 mgr.a (mgr.24293) 4338 : cluster 0 pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:32 smithi027 bash[31536]: cluster 2023-12-07T11:38:30.731828+0000 mgr.a (mgr.24293) 4338 : cluster 0 pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:34 smithi022 bash[28554]: cluster 2023-12-07T11:38:32.732436+0000 mgr.a (mgr.24293) 4339 : cluster 0 pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:34 smithi044 bash[32620]: cluster 2023-12-07T11:38:32.732436+0000 mgr.a (mgr.24293) 4339 : cluster 0 pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:34 smithi027 bash[31536]: cluster 2023-12-07T11:38:32.732436+0000 mgr.a (mgr.24293) 4339 : cluster 0 pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:34.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:34.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:34.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:35.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:35.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:35.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:35.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:35.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:36 smithi022 bash[28554]: cluster 2023-12-07T11:38:34.733019+0000 mgr.a (mgr.24293) 4340 : cluster 0 pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:36 smithi022 bash[28554]: audit 2023-12-07T11:38:35.264777+0000 mgr.a (mgr.24293) 4341 : audit 0 from='client.96744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:36 smithi044 bash[32620]: cluster 2023-12-07T11:38:34.733019+0000 mgr.a (mgr.24293) 4340 : cluster 0 pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:36 smithi044 bash[32620]: audit 2023-12-07T11:38:35.264777+0000 mgr.a (mgr.24293) 4341 : audit 0 from='client.96744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:36 smithi027 bash[31536]: cluster 2023-12-07T11:38:34.733019+0000 mgr.a (mgr.24293) 4340 : cluster 0 pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:36 smithi027 bash[31536]: audit 2023-12-07T11:38:35.264777+0000 mgr.a (mgr.24293) 4341 : audit 0 from='client.96744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:38 smithi044 bash[32620]: cluster 2023-12-07T11:38:36.734095+0000 mgr.a (mgr.24293) 4342 : 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-07T11:38:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:38 smithi022 bash[28554]: cluster 2023-12-07T11:38:36.734095+0000 mgr.a (mgr.24293) 4342 : 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-07T11:38:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:38 smithi027 bash[31536]: cluster 2023-12-07T11:38:36.734095+0000 mgr.a (mgr.24293) 4342 : 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-07T11:38:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:40 smithi044 bash[32620]: cluster 2023-12-07T11:38:38.734677+0000 mgr.a (mgr.24293) 4343 : 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-07T11:38:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:40 smithi022 bash[28554]: cluster 2023-12-07T11:38:38.734677+0000 mgr.a (mgr.24293) 4343 : 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-07T11:38:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:40 smithi027 bash[31536]: cluster 2023-12-07T11:38:38.734677+0000 mgr.a (mgr.24293) 4343 : 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-07T11:38:40.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:40.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:40.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:41.754 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:41.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:41.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:41.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:41.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:42 smithi022 bash[28554]: cluster 2023-12-07T11:38:40.735369+0000 mgr.a (mgr.24293) 4344 : 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-07T11:38:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:42 smithi022 bash[28554]: audit 2023-12-07T11:38:41.221877+0000 mgr.a (mgr.24293) 4345 : audit 0 from='client.96819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:42 smithi044 bash[32620]: cluster 2023-12-07T11:38:40.735369+0000 mgr.a (mgr.24293) 4344 : 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-07T11:38:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:42 smithi044 bash[32620]: audit 2023-12-07T11:38:41.221877+0000 mgr.a (mgr.24293) 4345 : audit 0 from='client.96819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:42 smithi027 bash[31536]: cluster 2023-12-07T11:38:40.735369+0000 mgr.a (mgr.24293) 4344 : 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-07T11:38:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:42 smithi027 bash[31536]: audit 2023-12-07T11:38:41.221877+0000 mgr.a (mgr.24293) 4345 : audit 0 from='client.96819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:44 smithi044 bash[32620]: cluster 2023-12-07T11:38:42.736104+0000 mgr.a (mgr.24293) 4346 : cluster 0 pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:44 smithi022 bash[28554]: cluster 2023-12-07T11:38:42.736104+0000 mgr.a (mgr.24293) 4346 : cluster 0 pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:44 smithi027 bash[31536]: cluster 2023-12-07T11:38:42.736104+0000 mgr.a (mgr.24293) 4346 : cluster 0 pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:46 smithi044 bash[32620]: cluster 2023-12-07T11:38:44.736697+0000 mgr.a (mgr.24293) 4347 : cluster 0 pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:46 smithi022 bash[28554]: cluster 2023-12-07T11:38:44.736697+0000 mgr.a (mgr.24293) 4347 : cluster 0 pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:46 smithi027 bash[31536]: cluster 2023-12-07T11:38:44.736697+0000 mgr.a (mgr.24293) 4347 : cluster 0 pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:46.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:46.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:46.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:47.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:48 smithi022 bash[28554]: cluster 2023-12-07T11:38:46.737528+0000 mgr.a (mgr.24293) 4348 : cluster 0 pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:48 smithi022 bash[28554]: audit 2023-12-07T11:38:47.161632+0000 mgr.a (mgr.24293) 4349 : audit 0 from='client.96891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:48 smithi044 bash[32620]: cluster 2023-12-07T11:38:46.737528+0000 mgr.a (mgr.24293) 4348 : cluster 0 pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:48 smithi044 bash[32620]: audit 2023-12-07T11:38:47.161632+0000 mgr.a (mgr.24293) 4349 : audit 0 from='client.96891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:48 smithi027 bash[31536]: cluster 2023-12-07T11:38:46.737528+0000 mgr.a (mgr.24293) 4348 : cluster 0 pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:48 smithi027 bash[31536]: audit 2023-12-07T11:38:47.161632+0000 mgr.a (mgr.24293) 4349 : audit 0 from='client.96891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:50 smithi044 bash[32620]: cluster 2023-12-07T11:38:48.738247+0000 mgr.a (mgr.24293) 4350 : 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-07T11:38:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:50 smithi022 bash[28554]: cluster 2023-12-07T11:38:48.738247+0000 mgr.a (mgr.24293) 4350 : 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-07T11:38:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:50 smithi027 bash[31536]: cluster 2023-12-07T11:38:48.738247+0000 mgr.a (mgr.24293) 4350 : 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-07T11:38:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:52 smithi022 bash[28554]: cluster 2023-12-07T11:38:50.739060+0000 mgr.a (mgr.24293) 4351 : 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-07T11:38:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:52 smithi044 bash[32620]: cluster 2023-12-07T11:38:50.739060+0000 mgr.a (mgr.24293) 4351 : 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-07T11:38:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:52 smithi027 bash[31536]: cluster 2023-12-07T11:38:50.739060+0000 mgr.a (mgr.24293) 4351 : 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-07T11:38:52.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:52.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:52.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:53.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:53.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:53.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:53.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:53.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:38:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:54 smithi044 bash[32620]: cluster 2023-12-07T11:38:52.739653+0000 mgr.a (mgr.24293) 4352 : 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-07T11:38:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:54 smithi044 bash[32620]: audit 2023-12-07T11:38:53.096230+0000 mgr.a (mgr.24293) 4353 : audit 0 from='client.96963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:54 smithi022 bash[28554]: cluster 2023-12-07T11:38:52.739653+0000 mgr.a (mgr.24293) 4352 : 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-07T11:38:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:54 smithi022 bash[28554]: audit 2023-12-07T11:38:53.096230+0000 mgr.a (mgr.24293) 4353 : audit 0 from='client.96963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:54 smithi027 bash[31536]: cluster 2023-12-07T11:38:52.739653+0000 mgr.a (mgr.24293) 4352 : 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-07T11:38:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:54 smithi027 bash[31536]: audit 2023-12-07T11:38:53.096230+0000 mgr.a (mgr.24293) 4353 : audit 0 from='client.96963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:56 smithi044 bash[32620]: cluster 2023-12-07T11:38:54.740326+0000 mgr.a (mgr.24293) 4354 : 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-07T11:38:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:56 smithi022 bash[28554]: cluster 2023-12-07T11:38:54.740326+0000 mgr.a (mgr.24293) 4354 : 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-07T11:38:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:56 smithi027 bash[31536]: cluster 2023-12-07T11:38:54.740326+0000 mgr.a (mgr.24293) 4354 : 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-07T11:38:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:38:58 smithi022 bash[28554]: cluster 2023-12-07T11:38:56.741160+0000 mgr.a (mgr.24293) 4355 : 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-07T11:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:38:58 smithi044 bash[32620]: cluster 2023-12-07T11:38:56.741160+0000 mgr.a (mgr.24293) 4355 : 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-07T11:38:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:38:58 smithi027 bash[31536]: cluster 2023-12-07T11:38:56.741160+0000 mgr.a (mgr.24293) 4355 : 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-07T11:38:58.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:38:58.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:58.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:59.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:38:59.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:59.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:59.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:59.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:00 smithi022 bash[28554]: cluster 2023-12-07T11:38:58.741601+0000 mgr.a (mgr.24293) 4356 : 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-07T11:39:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:00 smithi022 bash[28554]: audit 2023-12-07T11:38:59.036275+0000 mgr.a (mgr.24293) 4357 : audit 0 from='client.97041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:00 smithi022 bash[28554]: audit 2023-12-07T11:38:59.308904+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:39:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:00 smithi022 bash[28554]: audit 2023-12-07T11:38:59.899239+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:00 smithi022 bash[28554]: audit 2023-12-07T11:38:59.910709+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:00 smithi044 bash[32620]: cluster 2023-12-07T11:38:58.741601+0000 mgr.a (mgr.24293) 4356 : 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-07T11:39:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:00 smithi044 bash[32620]: audit 2023-12-07T11:38:59.036275+0000 mgr.a (mgr.24293) 4357 : audit 0 from='client.97041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:00 smithi044 bash[32620]: audit 2023-12-07T11:38:59.308904+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:39:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:00 smithi044 bash[32620]: audit 2023-12-07T11:38:59.899239+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:00 smithi044 bash[32620]: audit 2023-12-07T11:38:59.910709+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:00 smithi027 bash[31536]: cluster 2023-12-07T11:38:58.741601+0000 mgr.a (mgr.24293) 4356 : 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-07T11:39:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:00 smithi027 bash[31536]: audit 2023-12-07T11:38:59.036275+0000 mgr.a (mgr.24293) 4357 : audit 0 from='client.97041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:00 smithi027 bash[31536]: audit 2023-12-07T11:38:59.308904+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:39:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:00 smithi027 bash[31536]: audit 2023-12-07T11:38:59.899239+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:00 smithi027 bash[31536]: audit 2023-12-07T11:38:59.910709+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:01 smithi044 bash[32620]: audit 2023-12-07T11:39:00.622634+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:39:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:01 smithi044 bash[32620]: audit 2023-12-07T11:39:00.624777+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:39:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:01 smithi044 bash[32620]: audit 2023-12-07T11:39:00.634876+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:01 smithi022 bash[28554]: audit 2023-12-07T11:39:00.622634+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:39:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:01 smithi022 bash[28554]: audit 2023-12-07T11:39:00.624777+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:39:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:01 smithi022 bash[28554]: audit 2023-12-07T11:39:00.634876+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:01 smithi027 bash[31536]: audit 2023-12-07T11:39:00.622634+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:39:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:01 smithi027 bash[31536]: audit 2023-12-07T11:39:00.624777+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:39:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:01 smithi027 bash[31536]: audit 2023-12-07T11:39:00.634876+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:39:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:02 smithi022 bash[28554]: cluster 2023-12-07T11:39:00.742402+0000 mgr.a (mgr.24293) 4358 : 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-07T11:39:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:02 smithi044 bash[32620]: cluster 2023-12-07T11:39:00.742402+0000 mgr.a (mgr.24293) 4358 : 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-07T11:39:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:02 smithi027 bash[31536]: cluster 2023-12-07T11:39:00.742402+0000 mgr.a (mgr.24293) 4358 : 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-07T11:39:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:04 smithi044 bash[32620]: cluster 2023-12-07T11:39:02.742962+0000 mgr.a (mgr.24293) 4359 : 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-07T11:39:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:04 smithi022 bash[28554]: cluster 2023-12-07T11:39:02.742962+0000 mgr.a (mgr.24293) 4359 : 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-07T11:39:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:04 smithi027 bash[31536]: cluster 2023-12-07T11:39:02.742962+0000 mgr.a (mgr.24293) 4359 : 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-07T11:39:04.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:04.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:04.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:05.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:05.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:06 smithi022 bash[28554]: cluster 2023-12-07T11:39:04.743534+0000 mgr.a (mgr.24293) 4360 : 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-07T11:39:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:06 smithi022 bash[28554]: audit 2023-12-07T11:39:04.970032+0000 mgr.a (mgr.24293) 4361 : audit 0 from='client.97116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:06 smithi044 bash[32620]: cluster 2023-12-07T11:39:04.743534+0000 mgr.a (mgr.24293) 4360 : 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-07T11:39:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:06 smithi044 bash[32620]: audit 2023-12-07T11:39:04.970032+0000 mgr.a (mgr.24293) 4361 : audit 0 from='client.97116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:06 smithi027 bash[31536]: cluster 2023-12-07T11:39:04.743534+0000 mgr.a (mgr.24293) 4360 : 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-07T11:39:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:06 smithi027 bash[31536]: audit 2023-12-07T11:39:04.970032+0000 mgr.a (mgr.24293) 4361 : audit 0 from='client.97116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:08 smithi044 bash[32620]: cluster 2023-12-07T11:39:06.744413+0000 mgr.a (mgr.24293) 4362 : cluster 0 pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:39:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:08 smithi022 bash[28554]: cluster 2023-12-07T11:39:06.744413+0000 mgr.a (mgr.24293) 4362 : cluster 0 pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:39:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:08 smithi027 bash[31536]: cluster 2023-12-07T11:39:06.744413+0000 mgr.a (mgr.24293) 4362 : cluster 0 pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:39:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:10 smithi022 bash[28554]: cluster 2023-12-07T11:39:08.744992+0000 mgr.a (mgr.24293) 4363 : cluster 0 pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:39:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:10 smithi044 bash[32620]: cluster 2023-12-07T11:39:08.744992+0000 mgr.a (mgr.24293) 4363 : cluster 0 pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:39:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:10 smithi027 bash[31536]: cluster 2023-12-07T11:39:08.744992+0000 mgr.a (mgr.24293) 4363 : cluster 0 pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:39:10.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:10.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:10.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:11.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:11.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:11.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:11.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:11.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:12 smithi022 bash[28554]: cluster 2023-12-07T11:39:10.745683+0000 mgr.a (mgr.24293) 4364 : 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-07T11:39:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:12 smithi022 bash[28554]: audit 2023-12-07T11:39:10.904901+0000 mgr.a (mgr.24293) 4365 : audit 0 from='client.97191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:12 smithi044 bash[32620]: cluster 2023-12-07T11:39:10.745683+0000 mgr.a (mgr.24293) 4364 : 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-07T11:39:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:12 smithi044 bash[32620]: audit 2023-12-07T11:39:10.904901+0000 mgr.a (mgr.24293) 4365 : audit 0 from='client.97191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:12 smithi027 bash[31536]: cluster 2023-12-07T11:39:10.745683+0000 mgr.a (mgr.24293) 4364 : 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-07T11:39:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:12 smithi027 bash[31536]: audit 2023-12-07T11:39:10.904901+0000 mgr.a (mgr.24293) 4365 : audit 0 from='client.97191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:14 smithi022 bash[28554]: cluster 2023-12-07T11:39:12.746475+0000 mgr.a (mgr.24293) 4366 : 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-07T11:39:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:14 smithi044 bash[32620]: cluster 2023-12-07T11:39:12.746475+0000 mgr.a (mgr.24293) 4366 : 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-07T11:39:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:14 smithi027 bash[31536]: cluster 2023-12-07T11:39:12.746475+0000 mgr.a (mgr.24293) 4366 : 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-07T11:39:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:16 smithi044 bash[32620]: cluster 2023-12-07T11:39:14.747245+0000 mgr.a (mgr.24293) 4367 : 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-07T11:39:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:16 smithi022 bash[28554]: cluster 2023-12-07T11:39:14.747245+0000 mgr.a (mgr.24293) 4367 : 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-07T11:39:16.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:16.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:16.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:16 smithi027 bash[31536]: cluster 2023-12-07T11:39:14.747245+0000 mgr.a (mgr.24293) 4367 : 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-07T11:39:17.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:17.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:17.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:18 smithi044 bash[32620]: cluster 2023-12-07T11:39:16.748223+0000 mgr.a (mgr.24293) 4368 : 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-07T11:39:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:18 smithi044 bash[32620]: audit 2023-12-07T11:39:16.854798+0000 mgr.a (mgr.24293) 4369 : audit 0 from='client.97269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:18 smithi022 bash[28554]: cluster 2023-12-07T11:39:16.748223+0000 mgr.a (mgr.24293) 4368 : 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-07T11:39:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:18 smithi022 bash[28554]: audit 2023-12-07T11:39:16.854798+0000 mgr.a (mgr.24293) 4369 : audit 0 from='client.97269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:18 smithi027 bash[31536]: cluster 2023-12-07T11:39:16.748223+0000 mgr.a (mgr.24293) 4368 : 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-07T11:39:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:18 smithi027 bash[31536]: audit 2023-12-07T11:39:16.854798+0000 mgr.a (mgr.24293) 4369 : audit 0 from='client.97269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:20 smithi022 bash[28554]: cluster 2023-12-07T11:39:18.748881+0000 mgr.a (mgr.24293) 4370 : cluster 0 pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:39:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:20 smithi044 bash[32620]: cluster 2023-12-07T11:39:18.748881+0000 mgr.a (mgr.24293) 4370 : cluster 0 pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:39:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:20 smithi027 bash[31536]: cluster 2023-12-07T11:39:18.748881+0000 mgr.a (mgr.24293) 4370 : cluster 0 pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:39:22.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:22.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:22.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:22 smithi022 bash[28554]: cluster 2023-12-07T11:39:20.749686+0000 mgr.a (mgr.24293) 4371 : cluster 0 pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:39:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:22 smithi044 bash[32620]: cluster 2023-12-07T11:39:20.749686+0000 mgr.a (mgr.24293) 4371 : cluster 0 pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:39:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:22 smithi027 bash[31536]: cluster 2023-12-07T11:39:20.749686+0000 mgr.a (mgr.24293) 4371 : cluster 0 pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:39:23.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:23.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:23.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:23.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:23.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:24 smithi044 bash[32620]: cluster 2023-12-07T11:39:22.750088+0000 mgr.a (mgr.24293) 4372 : 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-07T11:39:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:24 smithi044 bash[32620]: audit 2023-12-07T11:39:22.812695+0000 mgr.a (mgr.24293) 4373 : audit 0 from='client.97344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:24 smithi022 bash[28554]: cluster 2023-12-07T11:39:22.750088+0000 mgr.a (mgr.24293) 4372 : 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-07T11:39:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:24 smithi022 bash[28554]: audit 2023-12-07T11:39:22.812695+0000 mgr.a (mgr.24293) 4373 : audit 0 from='client.97344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:24 smithi027 bash[31536]: cluster 2023-12-07T11:39:22.750088+0000 mgr.a (mgr.24293) 4372 : 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-07T11:39:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:24 smithi027 bash[31536]: audit 2023-12-07T11:39:22.812695+0000 mgr.a (mgr.24293) 4373 : audit 0 from='client.97344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:26 smithi044 bash[32620]: cluster 2023-12-07T11:39:24.750713+0000 mgr.a (mgr.24293) 4374 : 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-07T11:39:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:26 smithi022 bash[28554]: cluster 2023-12-07T11:39:24.750713+0000 mgr.a (mgr.24293) 4374 : 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-07T11:39:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:26 smithi027 bash[31536]: cluster 2023-12-07T11:39:24.750713+0000 mgr.a (mgr.24293) 4374 : 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-07T11:39:28.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:28.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:28.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:28 smithi044 bash[32620]: cluster 2023-12-07T11:39:26.751602+0000 mgr.a (mgr.24293) 4375 : 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-07T11:39:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:28 smithi022 bash[28554]: cluster 2023-12-07T11:39:26.751602+0000 mgr.a (mgr.24293) 4375 : 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-07T11:39:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:28 smithi027 bash[31536]: cluster 2023-12-07T11:39:26.751602+0000 mgr.a (mgr.24293) 4375 : 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-07T11:39:29.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:29.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:29.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:29.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:29.297 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:30 smithi022 bash[28554]: cluster 2023-12-07T11:39:28.752010+0000 mgr.a (mgr.24293) 4376 : 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-07T11:39:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:30 smithi022 bash[28554]: audit 2023-12-07T11:39:28.760918+0000 mgr.a (mgr.24293) 4377 : audit 0 from='client.97422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:30 smithi044 bash[32620]: cluster 2023-12-07T11:39:28.752010+0000 mgr.a (mgr.24293) 4376 : 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-07T11:39:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:30 smithi044 bash[32620]: audit 2023-12-07T11:39:28.760918+0000 mgr.a (mgr.24293) 4377 : audit 0 from='client.97422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:30 smithi027 bash[31536]: cluster 2023-12-07T11:39:28.752010+0000 mgr.a (mgr.24293) 4376 : 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-07T11:39:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:30 smithi027 bash[31536]: audit 2023-12-07T11:39:28.760918+0000 mgr.a (mgr.24293) 4377 : audit 0 from='client.97422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:32 smithi022 bash[28554]: cluster 2023-12-07T11:39:30.752854+0000 mgr.a (mgr.24293) 4378 : 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-07T11:39:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:32 smithi044 bash[32620]: cluster 2023-12-07T11:39:30.752854+0000 mgr.a (mgr.24293) 4378 : 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-07T11:39:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:32 smithi027 bash[31536]: cluster 2023-12-07T11:39:30.752854+0000 mgr.a (mgr.24293) 4378 : 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-07T11:39:34.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:34.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:34.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:34 smithi022 bash[28554]: cluster 2023-12-07T11:39:32.753418+0000 mgr.a (mgr.24293) 4379 : 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-07T11:39:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:34 smithi044 bash[32620]: cluster 2023-12-07T11:39:32.753418+0000 mgr.a (mgr.24293) 4379 : 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-07T11:39:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:34 smithi027 bash[31536]: cluster 2023-12-07T11:39:32.753418+0000 mgr.a (mgr.24293) 4379 : 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-07T11:39:35.242 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:35.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:35.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:35.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:35.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:36 smithi022 bash[28554]: audit 2023-12-07T11:39:34.708095+0000 mgr.a (mgr.24293) 4380 : audit 0 from='client.97500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:36 smithi022 bash[28554]: cluster 2023-12-07T11:39:34.753922+0000 mgr.a (mgr.24293) 4381 : 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-07T11:39:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:36 smithi044 bash[32620]: audit 2023-12-07T11:39:34.708095+0000 mgr.a (mgr.24293) 4380 : audit 0 from='client.97500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:36 smithi044 bash[32620]: cluster 2023-12-07T11:39:34.753922+0000 mgr.a (mgr.24293) 4381 : 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-07T11:39:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:36 smithi027 bash[31536]: audit 2023-12-07T11:39:34.708095+0000 mgr.a (mgr.24293) 4380 : audit 0 from='client.97500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:36 smithi027 bash[31536]: cluster 2023-12-07T11:39:34.753922+0000 mgr.a (mgr.24293) 4381 : 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-07T11:39:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:38 smithi022 bash[28554]: cluster 2023-12-07T11:39:36.754812+0000 mgr.a (mgr.24293) 4382 : 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-07T11:39:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:38 smithi044 bash[32620]: cluster 2023-12-07T11:39:36.754812+0000 mgr.a (mgr.24293) 4382 : 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-07T11:39:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:38 smithi027 bash[31536]: cluster 2023-12-07T11:39:36.754812+0000 mgr.a (mgr.24293) 4382 : 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-07T11:39:40.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:40.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:40.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:40 smithi022 bash[28554]: cluster 2023-12-07T11:39:38.755379+0000 mgr.a (mgr.24293) 4383 : 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-07T11:39:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:40 smithi044 bash[32620]: cluster 2023-12-07T11:39:38.755379+0000 mgr.a (mgr.24293) 4383 : 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-07T11:39:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:40 smithi027 bash[31536]: cluster 2023-12-07T11:39:38.755379+0000 mgr.a (mgr.24293) 4383 : 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-07T11:39:41.194 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:41.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:41.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:41.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:41.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:42 smithi022 bash[28554]: audit 2023-12-07T11:39:40.659208+0000 mgr.a (mgr.24293) 4384 : audit 0 from='client.97578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:42 smithi022 bash[28554]: cluster 2023-12-07T11:39:40.756078+0000 mgr.a (mgr.24293) 4385 : 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-07T11:39:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:42 smithi044 bash[32620]: audit 2023-12-07T11:39:40.659208+0000 mgr.a (mgr.24293) 4384 : audit 0 from='client.97578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:42 smithi044 bash[32620]: cluster 2023-12-07T11:39:40.756078+0000 mgr.a (mgr.24293) 4385 : 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-07T11:39:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:42 smithi027 bash[31536]: audit 2023-12-07T11:39:40.659208+0000 mgr.a (mgr.24293) 4384 : audit 0 from='client.97578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:42 smithi027 bash[31536]: cluster 2023-12-07T11:39:40.756078+0000 mgr.a (mgr.24293) 4385 : 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-07T11:39:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:44 smithi044 bash[32620]: cluster 2023-12-07T11:39:42.756692+0000 mgr.a (mgr.24293) 4386 : 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-07T11:39:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:44 smithi022 bash[28554]: cluster 2023-12-07T11:39:42.756692+0000 mgr.a (mgr.24293) 4386 : 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-07T11:39:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:44 smithi027 bash[31536]: cluster 2023-12-07T11:39:42.756692+0000 mgr.a (mgr.24293) 4386 : 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-07T11:39:46.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:46.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:46.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:46 smithi022 bash[28554]: cluster 2023-12-07T11:39:44.757273+0000 mgr.a (mgr.24293) 4387 : 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-07T11:39:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:46 smithi044 bash[32620]: cluster 2023-12-07T11:39:44.757273+0000 mgr.a (mgr.24293) 4387 : 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-07T11:39:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:46 smithi027 bash[31536]: cluster 2023-12-07T11:39:44.757273+0000 mgr.a (mgr.24293) 4387 : 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-07T11:39:47.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:47.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:47.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:47.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:47.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:48 smithi022 bash[28554]: audit 2023-12-07T11:39:46.610908+0000 mgr.a (mgr.24293) 4388 : audit 0 from='client.97653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:48 smithi022 bash[28554]: cluster 2023-12-07T11:39:46.759853+0000 mgr.a (mgr.24293) 4389 : 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-07T11:39:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:48 smithi044 bash[32620]: audit 2023-12-07T11:39:46.610908+0000 mgr.a (mgr.24293) 4388 : audit 0 from='client.97653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:48 smithi044 bash[32620]: cluster 2023-12-07T11:39:46.759853+0000 mgr.a (mgr.24293) 4389 : 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-07T11:39:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:48 smithi027 bash[31536]: audit 2023-12-07T11:39:46.610908+0000 mgr.a (mgr.24293) 4388 : audit 0 from='client.97653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:48 smithi027 bash[31536]: cluster 2023-12-07T11:39:46.759853+0000 mgr.a (mgr.24293) 4389 : 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-07T11:39:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:50 smithi044 bash[32620]: cluster 2023-12-07T11:39:48.760585+0000 mgr.a (mgr.24293) 4390 : 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-07T11:39:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:50 smithi022 bash[28554]: cluster 2023-12-07T11:39:48.760585+0000 mgr.a (mgr.24293) 4390 : 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-07T11:39:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:50 smithi027 bash[31536]: cluster 2023-12-07T11:39:48.760585+0000 mgr.a (mgr.24293) 4390 : 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-07T11:39:52.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:52.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:52.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:52 smithi022 bash[28554]: cluster 2023-12-07T11:39:50.761373+0000 mgr.a (mgr.24293) 4391 : 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-07T11:39:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:52 smithi044 bash[32620]: cluster 2023-12-07T11:39:50.761373+0000 mgr.a (mgr.24293) 4391 : 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-07T11:39:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:52 smithi027 bash[31536]: cluster 2023-12-07T11:39:50.761373+0000 mgr.a (mgr.24293) 4391 : 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-07T11:39:53.074 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:39:53.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:53.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:53.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:53.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:54 smithi022 bash[28554]: audit 2023-12-07T11:39:52.557626+0000 mgr.a (mgr.24293) 4392 : audit 0 from='client.97731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:54 smithi022 bash[28554]: cluster 2023-12-07T11:39:52.762084+0000 mgr.a (mgr.24293) 4393 : 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-07T11:39:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:54 smithi044 bash[32620]: audit 2023-12-07T11:39:52.557626+0000 mgr.a (mgr.24293) 4392 : audit 0 from='client.97731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:54 smithi044 bash[32620]: cluster 2023-12-07T11:39:52.762084+0000 mgr.a (mgr.24293) 4393 : 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-07T11:39:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:54 smithi027 bash[31536]: audit 2023-12-07T11:39:52.557626+0000 mgr.a (mgr.24293) 4392 : audit 0 from='client.97731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:54 smithi027 bash[31536]: cluster 2023-12-07T11:39:52.762084+0000 mgr.a (mgr.24293) 4393 : 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-07T11:39:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:56 smithi027 bash[31536]: cluster 2023-12-07T11:39:54.762867+0000 mgr.a (mgr.24293) 4394 : 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-07T11:39:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:56 smithi022 bash[28554]: cluster 2023-12-07T11:39:54.762867+0000 mgr.a (mgr.24293) 4394 : 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-07T11:39:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:56 smithi044 bash[32620]: cluster 2023-12-07T11:39:54.762867+0000 mgr.a (mgr.24293) 4394 : 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-07T11:39:58.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:39:58.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:58.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:39:58 smithi027 bash[31536]: cluster 2023-12-07T11:39:56.763682+0000 mgr.a (mgr.24293) 4395 : 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-07T11:39:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:39:58 smithi022 bash[28554]: cluster 2023-12-07T11:39:56.763682+0000 mgr.a (mgr.24293) 4395 : 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-07T11:39:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:39:58 smithi044 bash[32620]: cluster 2023-12-07T11:39:56.763682+0000 mgr.a (mgr.24293) 4395 : 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-07T11:39:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:39:59.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:00 smithi027 bash[31536]: audit 2023-12-07T11:39:58.482428+0000 mgr.a (mgr.24293) 4396 : audit 0 from='client.97809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:00 smithi027 bash[31536]: cluster 2023-12-07T11:39:58.764475+0000 mgr.a (mgr.24293) 4397 : 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-07T11:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:00 smithi027 bash[31536]: cluster 2023-12-07T11:40:00.000175+0000 mon.a (mon.0) 1067 : cluster 1 overall HEALTH_OK 2023-12-07T11:40:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:00 smithi022 bash[28554]: audit 2023-12-07T11:39:58.482428+0000 mgr.a (mgr.24293) 4396 : audit 0 from='client.97809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:00 smithi022 bash[28554]: cluster 2023-12-07T11:39:58.764475+0000 mgr.a (mgr.24293) 4397 : 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-07T11:40:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:00 smithi022 bash[28554]: cluster 2023-12-07T11:40:00.000175+0000 mon.a (mon.0) 1067 : cluster 1 overall HEALTH_OK 2023-12-07T11:40:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:00 smithi044 bash[32620]: audit 2023-12-07T11:39:58.482428+0000 mgr.a (mgr.24293) 4396 : audit 0 from='client.97809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:00 smithi044 bash[32620]: cluster 2023-12-07T11:39:58.764475+0000 mgr.a (mgr.24293) 4397 : 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-07T11:40:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:00 smithi044 bash[32620]: cluster 2023-12-07T11:40:00.000175+0000 mon.a (mon.0) 1067 : cluster 1 overall HEALTH_OK 2023-12-07T11:40:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:01 smithi027 bash[31536]: audit 2023-12-07T11:40:00.737303+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:40:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:01 smithi022 bash[28554]: audit 2023-12-07T11:40:00.737303+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:40:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:01 smithi044 bash[32620]: audit 2023-12-07T11:40:00.737303+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: cluster 2023-12-07T11:40:00.765149+0000 mgr.a (mgr.24293) 4398 : 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-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:01.267585+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:01.273962+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:01.280057+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:01.285032+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:02.017337+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:02.019363+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:40:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:02 smithi044 bash[32620]: audit 2023-12-07T11:40:02.029233+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: cluster 2023-12-07T11:40:00.765149+0000 mgr.a (mgr.24293) 4398 : 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-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:01.267585+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:01.273962+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:01.280057+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:01.285032+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:02.017337+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:02.019363+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:40:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:02 smithi022 bash[28554]: audit 2023-12-07T11:40:02.029233+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: cluster 2023-12-07T11:40:00.765149+0000 mgr.a (mgr.24293) 4398 : 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-07T11:40:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:01.267585+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:01.273962+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:01.280057+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:01.285032+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:02.017337+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:40:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:02.019363+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:40:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:02 smithi027 bash[31536]: audit 2023-12-07T11:40:02.029233+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:40:04.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:04.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:04.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:04 smithi022 bash[28554]: cluster 2023-12-07T11:40:02.765683+0000 mgr.a (mgr.24293) 4399 : 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-07T11:40:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:04 smithi044 bash[32620]: cluster 2023-12-07T11:40:02.765683+0000 mgr.a (mgr.24293) 4399 : 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-07T11:40:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:04 smithi027 bash[31536]: cluster 2023-12-07T11:40:02.765683+0000 mgr.a (mgr.24293) 4399 : 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-07T11:40:04.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:04.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:04.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:04.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:04.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:06 smithi022 bash[28554]: audit 2023-12-07T11:40:04.423324+0000 mgr.a (mgr.24293) 4400 : audit 0 from='client.97881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:06 smithi022 bash[28554]: cluster 2023-12-07T11:40:04.766400+0000 mgr.a (mgr.24293) 4401 : 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-07T11:40:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:06 smithi044 bash[32620]: audit 2023-12-07T11:40:04.423324+0000 mgr.a (mgr.24293) 4400 : audit 0 from='client.97881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:06 smithi044 bash[32620]: cluster 2023-12-07T11:40:04.766400+0000 mgr.a (mgr.24293) 4401 : 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-07T11:40:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:06 smithi027 bash[31536]: audit 2023-12-07T11:40:04.423324+0000 mgr.a (mgr.24293) 4400 : audit 0 from='client.97881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:06 smithi027 bash[31536]: cluster 2023-12-07T11:40:04.766400+0000 mgr.a (mgr.24293) 4401 : 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-07T11:40:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:08 smithi022 bash[28554]: cluster 2023-12-07T11:40:06.767342+0000 mgr.a (mgr.24293) 4402 : 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-07T11:40:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:08 smithi044 bash[32620]: cluster 2023-12-07T11:40:06.767342+0000 mgr.a (mgr.24293) 4402 : 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-07T11:40:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:08 smithi027 bash[31536]: cluster 2023-12-07T11:40:06.767342+0000 mgr.a (mgr.24293) 4402 : 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-07T11:40:09.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:09.933 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:09.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:10 smithi022 bash[28554]: cluster 2023-12-07T11:40:08.767947+0000 mgr.a (mgr.24293) 4403 : 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-07T11:40:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:10 smithi044 bash[32620]: cluster 2023-12-07T11:40:08.767947+0000 mgr.a (mgr.24293) 4403 : 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-07T11:40:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:10 smithi027 bash[31536]: cluster 2023-12-07T11:40:08.767947+0000 mgr.a (mgr.24293) 4403 : 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-07T11:40:10.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:11 smithi022 bash[28554]: audit 2023-12-07T11:40:10.337209+0000 mgr.a (mgr.24293) 4404 : audit 0 from='client.97956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:11 smithi044 bash[32620]: audit 2023-12-07T11:40:10.337209+0000 mgr.a (mgr.24293) 4404 : audit 0 from='client.97956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:11 smithi027 bash[31536]: audit 2023-12-07T11:40:10.337209+0000 mgr.a (mgr.24293) 4404 : audit 0 from='client.97956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:12 smithi022 bash[28554]: cluster 2023-12-07T11:40:10.769011+0000 mgr.a (mgr.24293) 4405 : 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-07T11:40:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:12 smithi044 bash[32620]: cluster 2023-12-07T11:40:10.769011+0000 mgr.a (mgr.24293) 4405 : 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-07T11:40:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:12 smithi027 bash[31536]: cluster 2023-12-07T11:40:10.769011+0000 mgr.a (mgr.24293) 4405 : 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-07T11:40:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:14 smithi022 bash[28554]: cluster 2023-12-07T11:40:12.769631+0000 mgr.a (mgr.24293) 4406 : 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-07T11:40:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:14 smithi044 bash[32620]: cluster 2023-12-07T11:40:12.769631+0000 mgr.a (mgr.24293) 4406 : 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-07T11:40:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:14 smithi027 bash[31536]: cluster 2023-12-07T11:40:12.769631+0000 mgr.a (mgr.24293) 4406 : 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-07T11:40:15.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:15.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:15.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:16 smithi022 bash[28554]: cluster 2023-12-07T11:40:14.770225+0000 mgr.a (mgr.24293) 4407 : 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-07T11:40:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:16 smithi044 bash[32620]: cluster 2023-12-07T11:40:14.770225+0000 mgr.a (mgr.24293) 4407 : 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-07T11:40:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:16 smithi027 bash[31536]: cluster 2023-12-07T11:40:14.770225+0000 mgr.a (mgr.24293) 4407 : 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-07T11:40:16.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:16.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:16.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:16.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:16.760 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:17 smithi022 bash[28554]: audit 2023-12-07T11:40:16.251003+0000 mgr.a (mgr.24293) 4408 : audit 0 from='client.98031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:17 smithi044 bash[32620]: audit 2023-12-07T11:40:16.251003+0000 mgr.a (mgr.24293) 4408 : audit 0 from='client.98031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:17.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:17 smithi027 bash[31536]: audit 2023-12-07T11:40:16.251003+0000 mgr.a (mgr.24293) 4408 : audit 0 from='client.98031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:18 smithi022 bash[28554]: cluster 2023-12-07T11:40:16.771012+0000 mgr.a (mgr.24293) 4409 : 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-07T11:40:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:18 smithi044 bash[32620]: cluster 2023-12-07T11:40:16.771012+0000 mgr.a (mgr.24293) 4409 : 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-07T11:40:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:18 smithi027 bash[31536]: cluster 2023-12-07T11:40:16.771012+0000 mgr.a (mgr.24293) 4409 : 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-07T11:40:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:20 smithi022 bash[28554]: cluster 2023-12-07T11:40:18.771601+0000 mgr.a (mgr.24293) 4410 : 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-07T11:40:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:20 smithi044 bash[32620]: cluster 2023-12-07T11:40:18.771601+0000 mgr.a (mgr.24293) 4410 : 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-07T11:40:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:20 smithi027 bash[31536]: cluster 2023-12-07T11:40:18.771601+0000 mgr.a (mgr.24293) 4410 : 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-07T11:40:21.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:21.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:21.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:22 smithi022 bash[28554]: cluster 2023-12-07T11:40:20.772289+0000 mgr.a (mgr.24293) 4411 : 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-07T11:40:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:22 smithi044 bash[32620]: cluster 2023-12-07T11:40:20.772289+0000 mgr.a (mgr.24293) 4411 : 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-07T11:40:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:22 smithi027 bash[31536]: cluster 2023-12-07T11:40:20.772289+0000 mgr.a (mgr.24293) 4411 : 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-07T11:40:22.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:22.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:22.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:22.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:22.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:23 smithi022 bash[28554]: audit 2023-12-07T11:40:22.169351+0000 mgr.a (mgr.24293) 4412 : audit 0 from='client.98109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:23 smithi044 bash[32620]: audit 2023-12-07T11:40:22.169351+0000 mgr.a (mgr.24293) 4412 : audit 0 from='client.98109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:23.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:23 smithi027 bash[31536]: audit 2023-12-07T11:40:22.169351+0000 mgr.a (mgr.24293) 4412 : audit 0 from='client.98109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:24 smithi022 bash[28554]: cluster 2023-12-07T11:40:22.773036+0000 mgr.a (mgr.24293) 4413 : 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-07T11:40:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:24 smithi044 bash[32620]: cluster 2023-12-07T11:40:22.773036+0000 mgr.a (mgr.24293) 4413 : 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-07T11:40:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:24 smithi027 bash[31536]: cluster 2023-12-07T11:40:22.773036+0000 mgr.a (mgr.24293) 4413 : 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-07T11:40:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:26 smithi022 bash[28554]: cluster 2023-12-07T11:40:24.773666+0000 mgr.a (mgr.24293) 4414 : 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-07T11:40:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:26 smithi044 bash[32620]: cluster 2023-12-07T11:40:24.773666+0000 mgr.a (mgr.24293) 4414 : 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-07T11:40:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:26 smithi027 bash[31536]: cluster 2023-12-07T11:40:24.773666+0000 mgr.a (mgr.24293) 4414 : 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-07T11:40:27.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:27.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:27.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:28.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:28.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:28.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:28.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:28.643 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:28 smithi022 bash[28554]: cluster 2023-12-07T11:40:26.774484+0000 mgr.a (mgr.24293) 4415 : 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-07T11:40:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:28 smithi044 bash[32620]: cluster 2023-12-07T11:40:26.774484+0000 mgr.a (mgr.24293) 4415 : 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-07T11:40:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:28 smithi027 bash[31536]: cluster 2023-12-07T11:40:26.774484+0000 mgr.a (mgr.24293) 4415 : 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-07T11:40:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:29 smithi022 bash[28554]: audit 2023-12-07T11:40:28.124799+0000 mgr.a (mgr.24293) 4416 : audit 0 from='client.98184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:29 smithi044 bash[32620]: audit 2023-12-07T11:40:28.124799+0000 mgr.a (mgr.24293) 4416 : audit 0 from='client.98184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:29 smithi027 bash[31536]: audit 2023-12-07T11:40:28.124799+0000 mgr.a (mgr.24293) 4416 : audit 0 from='client.98184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:30 smithi022 bash[28554]: cluster 2023-12-07T11:40:28.775194+0000 mgr.a (mgr.24293) 4417 : 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-07T11:40:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:30 smithi044 bash[32620]: cluster 2023-12-07T11:40:28.775194+0000 mgr.a (mgr.24293) 4417 : 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-07T11:40:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:30 smithi027 bash[31536]: cluster 2023-12-07T11:40:28.775194+0000 mgr.a (mgr.24293) 4417 : 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-07T11:40:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:32 smithi022 bash[28554]: cluster 2023-12-07T11:40:30.776043+0000 mgr.a (mgr.24293) 4418 : 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-07T11:40:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:32 smithi044 bash[32620]: cluster 2023-12-07T11:40:30.776043+0000 mgr.a (mgr.24293) 4418 : 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-07T11:40:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:32 smithi027 bash[31536]: cluster 2023-12-07T11:40:30.776043+0000 mgr.a (mgr.24293) 4418 : 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-07T11:40:33.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:33.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:33.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:34.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:34.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:34.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:34.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:34.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:34 smithi022 bash[28554]: cluster 2023-12-07T11:40:32.776638+0000 mgr.a (mgr.24293) 4419 : 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-07T11:40:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:34 smithi044 bash[32620]: cluster 2023-12-07T11:40:32.776638+0000 mgr.a (mgr.24293) 4419 : 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-07T11:40:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:34 smithi027 bash[31536]: cluster 2023-12-07T11:40:32.776638+0000 mgr.a (mgr.24293) 4419 : 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-07T11:40:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:35 smithi022 bash[28554]: audit 2023-12-07T11:40:34.054365+0000 mgr.a (mgr.24293) 4420 : audit 0 from='client.98259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:35 smithi044 bash[32620]: audit 2023-12-07T11:40:34.054365+0000 mgr.a (mgr.24293) 4420 : audit 0 from='client.98259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:35 smithi027 bash[31536]: audit 2023-12-07T11:40:34.054365+0000 mgr.a (mgr.24293) 4420 : audit 0 from='client.98259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:36 smithi022 bash[28554]: cluster 2023-12-07T11:40:34.777369+0000 mgr.a (mgr.24293) 4421 : 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-07T11:40:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:36 smithi044 bash[32620]: cluster 2023-12-07T11:40:34.777369+0000 mgr.a (mgr.24293) 4421 : 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-07T11:40:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:36 smithi027 bash[31536]: cluster 2023-12-07T11:40:34.777369+0000 mgr.a (mgr.24293) 4421 : 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-07T11:40:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:38 smithi022 bash[28554]: cluster 2023-12-07T11:40:36.778384+0000 mgr.a (mgr.24293) 4422 : 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-07T11:40:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:38 smithi044 bash[32620]: cluster 2023-12-07T11:40:36.778384+0000 mgr.a (mgr.24293) 4422 : 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-07T11:40:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:38 smithi027 bash[31536]: cluster 2023-12-07T11:40:36.778384+0000 mgr.a (mgr.24293) 4422 : 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-07T11:40:39.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:39.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:39.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:40.533 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:40.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:40.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:40.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:40.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:40 smithi022 bash[28554]: cluster 2023-12-07T11:40:38.779124+0000 mgr.a (mgr.24293) 4423 : 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-07T11:40:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:40 smithi044 bash[32620]: cluster 2023-12-07T11:40:38.779124+0000 mgr.a (mgr.24293) 4423 : 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-07T11:40:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:40 smithi027 bash[31536]: cluster 2023-12-07T11:40:38.779124+0000 mgr.a (mgr.24293) 4423 : 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-07T11:40:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:41 smithi022 bash[28554]: audit 2023-12-07T11:40:39.988698+0000 mgr.a (mgr.24293) 4424 : audit 0 from='client.98337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:41 smithi044 bash[32620]: audit 2023-12-07T11:40:39.988698+0000 mgr.a (mgr.24293) 4424 : audit 0 from='client.98337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:41 smithi027 bash[31536]: audit 2023-12-07T11:40:39.988698+0000 mgr.a (mgr.24293) 4424 : audit 0 from='client.98337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:42 smithi022 bash[28554]: cluster 2023-12-07T11:40:40.780179+0000 mgr.a (mgr.24293) 4425 : cluster 0 pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:40:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:42 smithi044 bash[32620]: cluster 2023-12-07T11:40:40.780179+0000 mgr.a (mgr.24293) 4425 : cluster 0 pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:40:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:42 smithi027 bash[31536]: cluster 2023-12-07T11:40:40.780179+0000 mgr.a (mgr.24293) 4425 : cluster 0 pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:40:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:44 smithi022 bash[28554]: cluster 2023-12-07T11:40:42.780754+0000 mgr.a (mgr.24293) 4426 : cluster 0 pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:40:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:44 smithi044 bash[32620]: cluster 2023-12-07T11:40:42.780754+0000 mgr.a (mgr.24293) 4426 : cluster 0 pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:40:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:44 smithi027 bash[31536]: cluster 2023-12-07T11:40:42.780754+0000 mgr.a (mgr.24293) 4426 : cluster 0 pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:40:45.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:45.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:45.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:46.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:46.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:46.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:46.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:46.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:46 smithi022 bash[28554]: cluster 2023-12-07T11:40:44.781446+0000 mgr.a (mgr.24293) 4427 : cluster 0 pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:40:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:46 smithi044 bash[32620]: cluster 2023-12-07T11:40:44.781446+0000 mgr.a (mgr.24293) 4427 : cluster 0 pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:40:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:46 smithi027 bash[31536]: cluster 2023-12-07T11:40:44.781446+0000 mgr.a (mgr.24293) 4427 : cluster 0 pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:40:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:47 smithi022 bash[28554]: audit 2023-12-07T11:40:45.957386+0000 mgr.a (mgr.24293) 4428 : audit 0 from='client.98415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:47 smithi044 bash[32620]: audit 2023-12-07T11:40:45.957386+0000 mgr.a (mgr.24293) 4428 : audit 0 from='client.98415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:47 smithi027 bash[31536]: audit 2023-12-07T11:40:45.957386+0000 mgr.a (mgr.24293) 4428 : audit 0 from='client.98415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:48 smithi022 bash[28554]: cluster 2023-12-07T11:40:46.782435+0000 mgr.a (mgr.24293) 4429 : 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-07T11:40:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:48 smithi044 bash[32620]: cluster 2023-12-07T11:40:46.782435+0000 mgr.a (mgr.24293) 4429 : 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-07T11:40:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:48 smithi027 bash[31536]: cluster 2023-12-07T11:40:46.782435+0000 mgr.a (mgr.24293) 4429 : 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-07T11:40:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:50 smithi022 bash[28554]: cluster 2023-12-07T11:40:48.783007+0000 mgr.a (mgr.24293) 4430 : 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-07T11:40:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:50 smithi044 bash[32620]: cluster 2023-12-07T11:40:48.783007+0000 mgr.a (mgr.24293) 4430 : 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-07T11:40:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:50 smithi027 bash[31536]: cluster 2023-12-07T11:40:48.783007+0000 mgr.a (mgr.24293) 4430 : 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-07T11:40:51.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:51.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:51.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:52.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:52.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:52.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:52.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:52.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:52 smithi022 bash[28554]: cluster 2023-12-07T11:40:50.783912+0000 mgr.a (mgr.24293) 4431 : 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-07T11:40:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:52 smithi044 bash[32620]: cluster 2023-12-07T11:40:50.783912+0000 mgr.a (mgr.24293) 4431 : 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-07T11:40:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:52 smithi027 bash[31536]: cluster 2023-12-07T11:40:50.783912+0000 mgr.a (mgr.24293) 4431 : 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-07T11:40:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:53 smithi022 bash[28554]: audit 2023-12-07T11:40:51.911695+0000 mgr.a (mgr.24293) 4432 : audit 0 from='client.98484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:53 smithi044 bash[32620]: audit 2023-12-07T11:40:51.911695+0000 mgr.a (mgr.24293) 4432 : audit 0 from='client.98484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:53 smithi027 bash[31536]: audit 2023-12-07T11:40:51.911695+0000 mgr.a (mgr.24293) 4432 : audit 0 from='client.98484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:54 smithi044 bash[32620]: cluster 2023-12-07T11:40:52.784608+0000 mgr.a (mgr.24293) 4433 : cluster 0 pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:54.685 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:54 smithi022 bash[28554]: cluster 2023-12-07T11:40:52.784608+0000 mgr.a (mgr.24293) 4433 : cluster 0 pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:54 smithi027 bash[31536]: cluster 2023-12-07T11:40:52.784608+0000 mgr.a (mgr.24293) 4433 : cluster 0 pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:55 smithi022 bash[28554]: cluster 2023-12-07T11:40:54.785146+0000 mgr.a (mgr.24293) 4434 : cluster 0 pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:55 smithi044 bash[32620]: cluster 2023-12-07T11:40:54.785146+0000 mgr.a (mgr.24293) 4434 : cluster 0 pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:55 smithi027 bash[31536]: cluster 2023-12-07T11:40:54.785146+0000 mgr.a (mgr.24293) 4434 : cluster 0 pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:57.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:40:57.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:57.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:57 smithi022 bash[28554]: cluster 2023-12-07T11:40:56.785974+0000 mgr.a (mgr.24293) 4435 : cluster 0 pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:40:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:57 smithi044 bash[32620]: cluster 2023-12-07T11:40:56.785974+0000 mgr.a (mgr.24293) 4435 : cluster 0 pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:40:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:57 smithi027 bash[31536]: cluster 2023-12-07T11:40:56.785974+0000 mgr.a (mgr.24293) 4435 : cluster 0 pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:40:58.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:40:58.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:58.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:58.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:58.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:40:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:58 smithi022 bash[28554]: audit 2023-12-07T11:40:57.872027+0000 mgr.a (mgr.24293) 4436 : audit 0 from='client.98559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:58 smithi044 bash[32620]: audit 2023-12-07T11:40:57.872027+0000 mgr.a (mgr.24293) 4436 : audit 0 from='client.98559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:59.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:58 smithi027 bash[31536]: audit 2023-12-07T11:40:57.872027+0000 mgr.a (mgr.24293) 4436 : audit 0 from='client.98559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:40:59 smithi022 bash[28554]: cluster 2023-12-07T11:40:58.786650+0000 mgr.a (mgr.24293) 4437 : 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-07T11:41:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:40:59 smithi044 bash[32620]: cluster 2023-12-07T11:40:58.786650+0000 mgr.a (mgr.24293) 4437 : 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-07T11:41:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:40:59 smithi027 bash[31536]: cluster 2023-12-07T11:40:58.786650+0000 mgr.a (mgr.24293) 4437 : 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-07T11:41:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:01 smithi022 bash[28554]: cluster 2023-12-07T11:41:00.787468+0000 mgr.a (mgr.24293) 4438 : 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-07T11:41:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:01 smithi044 bash[32620]: cluster 2023-12-07T11:41:00.787468+0000 mgr.a (mgr.24293) 4438 : 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-07T11:41:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:01 smithi027 bash[31536]: cluster 2023-12-07T11:41:00.787468+0000 mgr.a (mgr.24293) 4438 : 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-07T11:41:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:02 smithi022 bash[28554]: audit 2023-12-07T11:41:02.133188+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:41:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:02 smithi022 bash[28554]: audit 2023-12-07T11:41:02.880765+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:41:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:02 smithi022 bash[28554]: audit 2023-12-07T11:41:02.882344+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:41:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:02 smithi022 bash[28554]: audit 2023-12-07T11:41:02.890388+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:41:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:02 smithi044 bash[32620]: audit 2023-12-07T11:41:02.133188+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:41:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:02 smithi044 bash[32620]: audit 2023-12-07T11:41:02.880765+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:41:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:02 smithi044 bash[32620]: audit 2023-12-07T11:41:02.882344+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:41:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:02 smithi044 bash[32620]: audit 2023-12-07T11:41:02.890388+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:41:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:02 smithi027 bash[31536]: audit 2023-12-07T11:41:02.133188+0000 mon.a (mon.0) 1076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:41:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:02 smithi027 bash[31536]: audit 2023-12-07T11:41:02.880765+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:41:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:02 smithi027 bash[31536]: audit 2023-12-07T11:41:02.882344+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:41:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:02 smithi027 bash[31536]: audit 2023-12-07T11:41:02.890388+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:41:03.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:03.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:03.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:03 smithi044 bash[32620]: cluster 2023-12-07T11:41:02.787986+0000 mgr.a (mgr.24293) 4439 : 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-07T11:41:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:03 smithi022 bash[28554]: cluster 2023-12-07T11:41:02.787986+0000 mgr.a (mgr.24293) 4439 : 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-07T11:41:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:03 smithi027 bash[31536]: cluster 2023-12-07T11:41:02.787986+0000 mgr.a (mgr.24293) 4439 : 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-07T11:41:04.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:04.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:04.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:04.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:04.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:04 smithi022 bash[28554]: audit 2023-12-07T11:41:03.796903+0000 mgr.a (mgr.24293) 4440 : audit 0 from='client.98637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:04 smithi044 bash[32620]: audit 2023-12-07T11:41:03.796903+0000 mgr.a (mgr.24293) 4440 : audit 0 from='client.98637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:05.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:04 smithi027 bash[31536]: audit 2023-12-07T11:41:03.796903+0000 mgr.a (mgr.24293) 4440 : audit 0 from='client.98637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:05 smithi022 bash[28554]: cluster 2023-12-07T11:41:04.788638+0000 mgr.a (mgr.24293) 4441 : 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-07T11:41:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:05 smithi044 bash[32620]: cluster 2023-12-07T11:41:04.788638+0000 mgr.a (mgr.24293) 4441 : 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-07T11:41:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:05 smithi027 bash[31536]: cluster 2023-12-07T11:41:04.788638+0000 mgr.a (mgr.24293) 4441 : 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-07T11:41:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:07 smithi022 bash[28554]: cluster 2023-12-07T11:41:06.789496+0000 mgr.a (mgr.24293) 4442 : 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-07T11:41:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:07 smithi044 bash[32620]: cluster 2023-12-07T11:41:06.789496+0000 mgr.a (mgr.24293) 4442 : 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-07T11:41:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:07 smithi027 bash[31536]: cluster 2023-12-07T11:41:06.789496+0000 mgr.a (mgr.24293) 4442 : 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-07T11:41:09.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:09.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:09.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:09 smithi027 bash[31536]: cluster 2023-12-07T11:41:08.790061+0000 mgr.a (mgr.24293) 4443 : 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-07T11:41:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:10.292 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:09 smithi022 bash[28554]: cluster 2023-12-07T11:41:08.790061+0000 mgr.a (mgr.24293) 4443 : 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-07T11:41:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:09 smithi044 bash[32620]: cluster 2023-12-07T11:41:08.790061+0000 mgr.a (mgr.24293) 4443 : 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-07T11:41:11.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:10 smithi027 bash[31536]: audit 2023-12-07T11:41:09.752866+0000 mgr.a (mgr.24293) 4444 : audit 0 from='client.89794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:10 smithi022 bash[28554]: audit 2023-12-07T11:41:09.752866+0000 mgr.a (mgr.24293) 4444 : audit 0 from='client.89794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:10 smithi044 bash[32620]: audit 2023-12-07T11:41:09.752866+0000 mgr.a (mgr.24293) 4444 : audit 0 from='client.89794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:11 smithi027 bash[31536]: cluster 2023-12-07T11:41:10.790876+0000 mgr.a (mgr.24293) 4445 : 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-07T11:41:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:11 smithi022 bash[28554]: cluster 2023-12-07T11:41:10.790876+0000 mgr.a (mgr.24293) 4445 : 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-07T11:41:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:11 smithi044 bash[32620]: cluster 2023-12-07T11:41:10.790876+0000 mgr.a (mgr.24293) 4445 : 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-07T11:41:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:13 smithi027 bash[31536]: cluster 2023-12-07T11:41:12.791425+0000 mgr.a (mgr.24293) 4446 : 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-07T11:41:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:13 smithi022 bash[28554]: cluster 2023-12-07T11:41:12.791425+0000 mgr.a (mgr.24293) 4446 : 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-07T11:41:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:13 smithi044 bash[32620]: cluster 2023-12-07T11:41:12.791425+0000 mgr.a (mgr.24293) 4446 : 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-07T11:41:15.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:15.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:15.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:15 smithi027 bash[31536]: cluster 2023-12-07T11:41:14.791975+0000 mgr.a (mgr.24293) 4447 : 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-07T11:41:16.250 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:16.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:16.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:16.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:16.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:15 smithi022 bash[28554]: cluster 2023-12-07T11:41:14.791975+0000 mgr.a (mgr.24293) 4447 : 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-07T11:41:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:15 smithi044 bash[32620]: cluster 2023-12-07T11:41:14.791975+0000 mgr.a (mgr.24293) 4447 : 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-07T11:41:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:16 smithi022 bash[28554]: audit 2023-12-07T11:41:15.708232+0000 mgr.a (mgr.24293) 4448 : audit 0 from='client.98790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:16 smithi044 bash[32620]: audit 2023-12-07T11:41:15.708232+0000 mgr.a (mgr.24293) 4448 : audit 0 from='client.98790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:16 smithi027 bash[31536]: audit 2023-12-07T11:41:15.708232+0000 mgr.a (mgr.24293) 4448 : audit 0 from='client.98790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:17 smithi022 bash[28554]: cluster 2023-12-07T11:41:16.792978+0000 mgr.a (mgr.24293) 4449 : cluster 0 pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:17 smithi044 bash[32620]: cluster 2023-12-07T11:41:16.792978+0000 mgr.a (mgr.24293) 4449 : cluster 0 pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:17 smithi027 bash[31536]: cluster 2023-12-07T11:41:16.792978+0000 mgr.a (mgr.24293) 4449 : cluster 0 pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:19 smithi022 bash[28554]: cluster 2023-12-07T11:41:18.793553+0000 mgr.a (mgr.24293) 4450 : cluster 0 pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:19 smithi044 bash[32620]: cluster 2023-12-07T11:41:18.793553+0000 mgr.a (mgr.24293) 4450 : cluster 0 pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:19 smithi027 bash[31536]: cluster 2023-12-07T11:41:18.793553+0000 mgr.a (mgr.24293) 4450 : cluster 0 pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:21.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:21.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:21.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:22.180 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:22.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:22.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:22.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:22.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:21 smithi022 bash[28554]: cluster 2023-12-07T11:41:20.794247+0000 mgr.a (mgr.24293) 4451 : 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-07T11:41:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:21 smithi044 bash[32620]: cluster 2023-12-07T11:41:20.794247+0000 mgr.a (mgr.24293) 4451 : 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-07T11:41:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:21 smithi027 bash[31536]: cluster 2023-12-07T11:41:20.794247+0000 mgr.a (mgr.24293) 4451 : 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-07T11:41:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:22 smithi022 bash[28554]: audit 2023-12-07T11:41:21.660048+0000 mgr.a (mgr.24293) 4452 : audit 0 from='client.98868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:22 smithi044 bash[32620]: audit 2023-12-07T11:41:21.660048+0000 mgr.a (mgr.24293) 4452 : audit 0 from='client.98868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:23.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:22 smithi027 bash[31536]: audit 2023-12-07T11:41:21.660048+0000 mgr.a (mgr.24293) 4452 : audit 0 from='client.98868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:23 smithi022 bash[28554]: cluster 2023-12-07T11:41:22.795014+0000 mgr.a (mgr.24293) 4453 : 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-07T11:41:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:23 smithi044 bash[32620]: cluster 2023-12-07T11:41:22.795014+0000 mgr.a (mgr.24293) 4453 : 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-07T11:41:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:23 smithi027 bash[31536]: cluster 2023-12-07T11:41:22.795014+0000 mgr.a (mgr.24293) 4453 : 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-07T11:41:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:25 smithi022 bash[28554]: cluster 2023-12-07T11:41:24.795770+0000 mgr.a (mgr.24293) 4454 : 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-07T11:41:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:25 smithi044 bash[32620]: cluster 2023-12-07T11:41:24.795770+0000 mgr.a (mgr.24293) 4454 : 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-07T11:41:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:25 smithi027 bash[31536]: cluster 2023-12-07T11:41:24.795770+0000 mgr.a (mgr.24293) 4454 : 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-07T11:41:27.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:27.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:27.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:28.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:28.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:28.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:28.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:28.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:27 smithi022 bash[28554]: cluster 2023-12-07T11:41:26.796742+0000 mgr.a (mgr.24293) 4455 : 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-07T11:41:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:27 smithi044 bash[32620]: cluster 2023-12-07T11:41:26.796742+0000 mgr.a (mgr.24293) 4455 : 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-07T11:41:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:27 smithi027 bash[31536]: cluster 2023-12-07T11:41:26.796742+0000 mgr.a (mgr.24293) 4455 : 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-07T11:41:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:28 smithi022 bash[28554]: audit 2023-12-07T11:41:27.598763+0000 mgr.a (mgr.24293) 4456 : audit 0 from='client.98940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:28 smithi044 bash[32620]: audit 2023-12-07T11:41:27.598763+0000 mgr.a (mgr.24293) 4456 : audit 0 from='client.98940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:28 smithi027 bash[31536]: audit 2023-12-07T11:41:27.598763+0000 mgr.a (mgr.24293) 4456 : audit 0 from='client.98940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:29 smithi022 bash[28554]: cluster 2023-12-07T11:41:28.797608+0000 mgr.a (mgr.24293) 4457 : cluster 0 pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:29 smithi044 bash[32620]: cluster 2023-12-07T11:41:28.797608+0000 mgr.a (mgr.24293) 4457 : cluster 0 pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:29 smithi027 bash[31536]: cluster 2023-12-07T11:41:28.797608+0000 mgr.a (mgr.24293) 4457 : cluster 0 pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:31 smithi022 bash[28554]: cluster 2023-12-07T11:41:30.798603+0000 mgr.a (mgr.24293) 4458 : cluster 0 pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:31 smithi044 bash[32620]: cluster 2023-12-07T11:41:30.798603+0000 mgr.a (mgr.24293) 4458 : cluster 0 pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:31 smithi027 bash[31536]: cluster 2023-12-07T11:41:30.798603+0000 mgr.a (mgr.24293) 4458 : cluster 0 pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:33.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:33.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:33.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:34.037 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:34.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:34.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:34.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:34.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:33 smithi022 bash[28554]: cluster 2023-12-07T11:41:32.799240+0000 mgr.a (mgr.24293) 4459 : 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-07T11:41:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:34 smithi044 bash[32620]: cluster 2023-12-07T11:41:32.799240+0000 mgr.a (mgr.24293) 4459 : 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-07T11:41:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:34 smithi027 bash[31536]: cluster 2023-12-07T11:41:32.799240+0000 mgr.a (mgr.24293) 4459 : 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-07T11:41:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:35 smithi022 bash[28554]: audit 2023-12-07T11:41:33.523331+0000 mgr.a (mgr.24293) 4460 : audit 0 from='client.99012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:35 smithi044 bash[32620]: audit 2023-12-07T11:41:33.523331+0000 mgr.a (mgr.24293) 4460 : audit 0 from='client.99012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:35 smithi027 bash[31536]: audit 2023-12-07T11:41:33.523331+0000 mgr.a (mgr.24293) 4460 : audit 0 from='client.99012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:36 smithi022 bash[28554]: cluster 2023-12-07T11:41:34.800118+0000 mgr.a (mgr.24293) 4461 : 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-07T11:41:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:36 smithi044 bash[32620]: cluster 2023-12-07T11:41:34.800118+0000 mgr.a (mgr.24293) 4461 : 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-07T11:41:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:36 smithi027 bash[31536]: cluster 2023-12-07T11:41:34.800118+0000 mgr.a (mgr.24293) 4461 : 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-07T11:41:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:38 smithi022 bash[28554]: cluster 2023-12-07T11:41:36.801005+0000 mgr.a (mgr.24293) 4462 : 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-07T11:41:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:38 smithi044 bash[32620]: cluster 2023-12-07T11:41:36.801005+0000 mgr.a (mgr.24293) 4462 : 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-07T11:41:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:38 smithi027 bash[31536]: cluster 2023-12-07T11:41:36.801005+0000 mgr.a (mgr.24293) 4462 : 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-07T11:41:39.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:39.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:39.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:39.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:39.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:39.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:39.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:39.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:40 smithi022 bash[28554]: cluster 2023-12-07T11:41:38.801589+0000 mgr.a (mgr.24293) 4463 : 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-07T11:41:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:40 smithi044 bash[32620]: cluster 2023-12-07T11:41:38.801589+0000 mgr.a (mgr.24293) 4463 : 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-07T11:41:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:40 smithi027 bash[31536]: cluster 2023-12-07T11:41:38.801589+0000 mgr.a (mgr.24293) 4463 : 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-07T11:41:41.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:41 smithi022 bash[28554]: audit 2023-12-07T11:41:39.453685+0000 mgr.a (mgr.24293) 4464 : audit 0 from='client.99087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:41 smithi044 bash[32620]: audit 2023-12-07T11:41:39.453685+0000 mgr.a (mgr.24293) 4464 : audit 0 from='client.99087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:41.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:41 smithi027 bash[31536]: audit 2023-12-07T11:41:39.453685+0000 mgr.a (mgr.24293) 4464 : audit 0 from='client.99087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:42 smithi022 bash[28554]: cluster 2023-12-07T11:41:40.802515+0000 mgr.a (mgr.24293) 4465 : 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-07T11:41:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:42 smithi044 bash[32620]: cluster 2023-12-07T11:41:40.802515+0000 mgr.a (mgr.24293) 4465 : 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-07T11:41:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:42 smithi027 bash[31536]: cluster 2023-12-07T11:41:40.802515+0000 mgr.a (mgr.24293) 4465 : 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-07T11:41:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:44 smithi022 bash[28554]: cluster 2023-12-07T11:41:42.803107+0000 mgr.a (mgr.24293) 4466 : 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-07T11:41:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:44 smithi044 bash[32620]: cluster 2023-12-07T11:41:42.803107+0000 mgr.a (mgr.24293) 4466 : 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-07T11:41:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:44 smithi027 bash[31536]: cluster 2023-12-07T11:41:42.803107+0000 mgr.a (mgr.24293) 4466 : 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-07T11:41:44.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:44.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:44.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:45.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:45.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:45.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:45.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:45.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:46 smithi022 bash[28554]: cluster 2023-12-07T11:41:44.803709+0000 mgr.a (mgr.24293) 4467 : 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-07T11:41:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:46 smithi022 bash[28554]: audit 2023-12-07T11:41:45.396605+0000 mgr.a (mgr.24293) 4468 : audit 0 from='client.99165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:46 smithi044 bash[32620]: cluster 2023-12-07T11:41:44.803709+0000 mgr.a (mgr.24293) 4467 : 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-07T11:41:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:46 smithi044 bash[32620]: audit 2023-12-07T11:41:45.396605+0000 mgr.a (mgr.24293) 4468 : audit 0 from='client.99165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:46 smithi027 bash[31536]: cluster 2023-12-07T11:41:44.803709+0000 mgr.a (mgr.24293) 4467 : 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-07T11:41:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:46 smithi027 bash[31536]: audit 2023-12-07T11:41:45.396605+0000 mgr.a (mgr.24293) 4468 : audit 0 from='client.99165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:48 smithi022 bash[28554]: cluster 2023-12-07T11:41:46.804716+0000 mgr.a (mgr.24293) 4469 : cluster 0 pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:48 smithi044 bash[32620]: cluster 2023-12-07T11:41:46.804716+0000 mgr.a (mgr.24293) 4469 : cluster 0 pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:48 smithi027 bash[31536]: cluster 2023-12-07T11:41:46.804716+0000 mgr.a (mgr.24293) 4469 : cluster 0 pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:50 smithi022 bash[28554]: cluster 2023-12-07T11:41:48.805333+0000 mgr.a (mgr.24293) 4470 : cluster 0 pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:50 smithi044 bash[32620]: cluster 2023-12-07T11:41:48.805333+0000 mgr.a (mgr.24293) 4470 : cluster 0 pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:50 smithi027 bash[31536]: cluster 2023-12-07T11:41:48.805333+0000 mgr.a (mgr.24293) 4470 : cluster 0 pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:50.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:50.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:50.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:51.824 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:51.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:51.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:51.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:51.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:52 smithi022 bash[28554]: cluster 2023-12-07T11:41:50.806267+0000 mgr.a (mgr.24293) 4471 : 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-07T11:41:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:52 smithi022 bash[28554]: audit 2023-12-07T11:41:51.307953+0000 mgr.a (mgr.24293) 4472 : audit 0 from='client.99243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:52 smithi044 bash[32620]: cluster 2023-12-07T11:41:50.806267+0000 mgr.a (mgr.24293) 4471 : 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-07T11:41:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:52 smithi044 bash[32620]: audit 2023-12-07T11:41:51.307953+0000 mgr.a (mgr.24293) 4472 : audit 0 from='client.99243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:52 smithi027 bash[31536]: cluster 2023-12-07T11:41:50.806267+0000 mgr.a (mgr.24293) 4471 : 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-07T11:41:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:52 smithi027 bash[31536]: audit 2023-12-07T11:41:51.307953+0000 mgr.a (mgr.24293) 4472 : audit 0 from='client.99243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:54 smithi022 bash[28554]: cluster 2023-12-07T11:41:52.807072+0000 mgr.a (mgr.24293) 4473 : 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-07T11:41:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:54 smithi044 bash[32620]: cluster 2023-12-07T11:41:52.807072+0000 mgr.a (mgr.24293) 4473 : 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-07T11:41:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:54 smithi027 bash[31536]: cluster 2023-12-07T11:41:52.807072+0000 mgr.a (mgr.24293) 4473 : 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-07T11:41:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:56 smithi022 bash[28554]: cluster 2023-12-07T11:41:54.807680+0000 mgr.a (mgr.24293) 4474 : 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-07T11:41:56.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:56 smithi044 bash[32620]: cluster 2023-12-07T11:41:54.807680+0000 mgr.a (mgr.24293) 4474 : 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-07T11:41:56.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:56 smithi027 bash[31536]: cluster 2023-12-07T11:41:54.807680+0000 mgr.a (mgr.24293) 4474 : 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-07T11:41:56.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:41:56.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:56.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:57.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:41:57.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:57.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:57.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:57.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:41:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:58 smithi022 bash[28554]: cluster 2023-12-07T11:41:56.808433+0000 mgr.a (mgr.24293) 4475 : 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-07T11:41:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:41:58 smithi022 bash[28554]: audit 2023-12-07T11:41:57.236551+0000 mgr.a (mgr.24293) 4476 : audit 0 from='client.99318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:58 smithi044 bash[32620]: cluster 2023-12-07T11:41:56.808433+0000 mgr.a (mgr.24293) 4475 : 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-07T11:41:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:41:58 smithi044 bash[32620]: audit 2023-12-07T11:41:57.236551+0000 mgr.a (mgr.24293) 4476 : audit 0 from='client.99318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:58 smithi027 bash[31536]: cluster 2023-12-07T11:41:56.808433+0000 mgr.a (mgr.24293) 4475 : 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-07T11:41:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:41:58 smithi027 bash[31536]: audit 2023-12-07T11:41:57.236551+0000 mgr.a (mgr.24293) 4476 : audit 0 from='client.99318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:00 smithi022 bash[28554]: cluster 2023-12-07T11:41:58.809148+0000 mgr.a (mgr.24293) 4477 : cluster 0 pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:00 smithi044 bash[32620]: cluster 2023-12-07T11:41:58.809148+0000 mgr.a (mgr.24293) 4477 : cluster 0 pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:00 smithi027 bash[31536]: cluster 2023-12-07T11:41:58.809148+0000 mgr.a (mgr.24293) 4477 : cluster 0 pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:02 smithi022 bash[28554]: cluster 2023-12-07T11:42:00.809962+0000 mgr.a (mgr.24293) 4478 : cluster 0 pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:02 smithi044 bash[32620]: cluster 2023-12-07T11:42:00.809962+0000 mgr.a (mgr.24293) 4478 : cluster 0 pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:02 smithi027 bash[31536]: cluster 2023-12-07T11:42:00.809962+0000 mgr.a (mgr.24293) 4478 : cluster 0 pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:02.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:02.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:02.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:03 smithi022 bash[28554]: audit 2023-12-07T11:42:02.992718+0000 mon.a (mon.0) 1080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:42:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:03 smithi044 bash[32620]: audit 2023-12-07T11:42:02.992718+0000 mon.a (mon.0) 1080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:42:03.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:03 smithi027 bash[31536]: audit 2023-12-07T11:42:02.992718+0000 mon.a (mon.0) 1080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:42:03.724 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:03.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:03.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:03.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:03.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:04 smithi022 bash[28554]: cluster 2023-12-07T11:42:02.810549+0000 mgr.a (mgr.24293) 4479 : 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-07T11:42:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:04 smithi022 bash[28554]: audit 2023-12-07T11:42:03.179452+0000 mgr.a (mgr.24293) 4480 : audit 0 from='client.99396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:04 smithi022 bash[28554]: audit 2023-12-07T11:42:03.807208+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:42:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:04 smithi022 bash[28554]: audit 2023-12-07T11:42:03.809532+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:42:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:04 smithi022 bash[28554]: audit 2023-12-07T11:42:03.819765+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:42:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:04 smithi044 bash[32620]: cluster 2023-12-07T11:42:02.810549+0000 mgr.a (mgr.24293) 4479 : 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-07T11:42:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:04 smithi044 bash[32620]: audit 2023-12-07T11:42:03.179452+0000 mgr.a (mgr.24293) 4480 : audit 0 from='client.99396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:04 smithi044 bash[32620]: audit 2023-12-07T11:42:03.807208+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:42:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:04 smithi044 bash[32620]: audit 2023-12-07T11:42:03.809532+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:42:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:04 smithi044 bash[32620]: audit 2023-12-07T11:42:03.819765+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:42:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:04 smithi027 bash[31536]: cluster 2023-12-07T11:42:02.810549+0000 mgr.a (mgr.24293) 4479 : 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-07T11:42:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:04 smithi027 bash[31536]: audit 2023-12-07T11:42:03.179452+0000 mgr.a (mgr.24293) 4480 : audit 0 from='client.99396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:04 smithi027 bash[31536]: audit 2023-12-07T11:42:03.807208+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:42:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:04 smithi027 bash[31536]: audit 2023-12-07T11:42:03.809532+0000 mon.a (mon.0) 1082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:42:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:04 smithi027 bash[31536]: audit 2023-12-07T11:42:03.819765+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:42:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:06 smithi022 bash[28554]: cluster 2023-12-07T11:42:04.811213+0000 mgr.a (mgr.24293) 4481 : 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-07T11:42:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:06 smithi044 bash[32620]: cluster 2023-12-07T11:42:04.811213+0000 mgr.a (mgr.24293) 4481 : 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-07T11:42:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:06 smithi027 bash[31536]: cluster 2023-12-07T11:42:04.811213+0000 mgr.a (mgr.24293) 4481 : 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-07T11:42:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:08 smithi022 bash[28554]: cluster 2023-12-07T11:42:06.812076+0000 mgr.a (mgr.24293) 4482 : 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-07T11:42:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:08 smithi044 bash[32620]: cluster 2023-12-07T11:42:06.812076+0000 mgr.a (mgr.24293) 4482 : 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-07T11:42:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:08 smithi027 bash[31536]: cluster 2023-12-07T11:42:06.812076+0000 mgr.a (mgr.24293) 4482 : 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-07T11:42:08.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:08.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:08.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:09.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:09.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:09.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:09.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:09.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:10 smithi022 bash[28554]: cluster 2023-12-07T11:42:08.812643+0000 mgr.a (mgr.24293) 4483 : 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-07T11:42:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:10 smithi022 bash[28554]: audit 2023-12-07T11:42:09.135324+0000 mgr.a (mgr.24293) 4484 : audit 0 from='client.99474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:10 smithi044 bash[32620]: cluster 2023-12-07T11:42:08.812643+0000 mgr.a (mgr.24293) 4483 : 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-07T11:42:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:10 smithi044 bash[32620]: audit 2023-12-07T11:42:09.135324+0000 mgr.a (mgr.24293) 4484 : audit 0 from='client.99474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:10 smithi027 bash[31536]: cluster 2023-12-07T11:42:08.812643+0000 mgr.a (mgr.24293) 4483 : 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-07T11:42:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:10 smithi027 bash[31536]: audit 2023-12-07T11:42:09.135324+0000 mgr.a (mgr.24293) 4484 : audit 0 from='client.99474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:12 smithi022 bash[28554]: cluster 2023-12-07T11:42:10.813584+0000 mgr.a (mgr.24293) 4485 : 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-07T11:42:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:12 smithi044 bash[32620]: cluster 2023-12-07T11:42:10.813584+0000 mgr.a (mgr.24293) 4485 : 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-07T11:42:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:12 smithi027 bash[31536]: cluster 2023-12-07T11:42:10.813584+0000 mgr.a (mgr.24293) 4485 : 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-07T11:42:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:14 smithi022 bash[28554]: cluster 2023-12-07T11:42:12.814224+0000 mgr.a (mgr.24293) 4486 : 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-07T11:42:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:14 smithi044 bash[32620]: cluster 2023-12-07T11:42:12.814224+0000 mgr.a (mgr.24293) 4486 : 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-07T11:42:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:14 smithi027 bash[31536]: cluster 2023-12-07T11:42:12.814224+0000 mgr.a (mgr.24293) 4486 : 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-07T11:42:14.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:14.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:14.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:15.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:15.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:15.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:15.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:15.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:16 smithi022 bash[28554]: cluster 2023-12-07T11:42:14.814770+0000 mgr.a (mgr.24293) 4487 : 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-07T11:42:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:16 smithi022 bash[28554]: audit 2023-12-07T11:42:15.078892+0000 mgr.a (mgr.24293) 4488 : audit 0 from='client.99549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:16 smithi044 bash[32620]: cluster 2023-12-07T11:42:14.814770+0000 mgr.a (mgr.24293) 4487 : 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-07T11:42:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:16 smithi044 bash[32620]: audit 2023-12-07T11:42:15.078892+0000 mgr.a (mgr.24293) 4488 : audit 0 from='client.99549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:16 smithi027 bash[31536]: cluster 2023-12-07T11:42:14.814770+0000 mgr.a (mgr.24293) 4487 : 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-07T11:42:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:16 smithi027 bash[31536]: audit 2023-12-07T11:42:15.078892+0000 mgr.a (mgr.24293) 4488 : audit 0 from='client.99549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:18 smithi022 bash[28554]: cluster 2023-12-07T11:42:16.815756+0000 mgr.a (mgr.24293) 4489 : cluster 0 pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:42:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:18 smithi044 bash[32620]: cluster 2023-12-07T11:42:16.815756+0000 mgr.a (mgr.24293) 4489 : cluster 0 pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:42:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:18 smithi027 bash[31536]: cluster 2023-12-07T11:42:16.815756+0000 mgr.a (mgr.24293) 4489 : cluster 0 pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:42:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:20 smithi022 bash[28554]: cluster 2023-12-07T11:42:18.816367+0000 mgr.a (mgr.24293) 4490 : cluster 0 pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:42:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:20 smithi044 bash[32620]: cluster 2023-12-07T11:42:18.816367+0000 mgr.a (mgr.24293) 4490 : cluster 0 pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:42:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:20 smithi027 bash[31536]: cluster 2023-12-07T11:42:18.816367+0000 mgr.a (mgr.24293) 4490 : cluster 0 pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:42:20.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:20.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:20.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:21.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:21.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:21.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:21.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:21.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:22 smithi022 bash[28554]: cluster 2023-12-07T11:42:20.817076+0000 mgr.a (mgr.24293) 4491 : cluster 0 pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:22 smithi022 bash[28554]: audit 2023-12-07T11:42:21.035137+0000 mgr.a (mgr.24293) 4492 : audit 0 from='client.99627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:22 smithi044 bash[32620]: cluster 2023-12-07T11:42:20.817076+0000 mgr.a (mgr.24293) 4491 : cluster 0 pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:22 smithi044 bash[32620]: audit 2023-12-07T11:42:21.035137+0000 mgr.a (mgr.24293) 4492 : audit 0 from='client.99627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:22 smithi027 bash[31536]: cluster 2023-12-07T11:42:20.817076+0000 mgr.a (mgr.24293) 4491 : cluster 0 pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:22 smithi027 bash[31536]: audit 2023-12-07T11:42:21.035137+0000 mgr.a (mgr.24293) 4492 : audit 0 from='client.99627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:24 smithi022 bash[28554]: cluster 2023-12-07T11:42:22.817826+0000 mgr.a (mgr.24293) 4493 : cluster 0 pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:24 smithi044 bash[32620]: cluster 2023-12-07T11:42:22.817826+0000 mgr.a (mgr.24293) 4493 : cluster 0 pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:24 smithi027 bash[31536]: cluster 2023-12-07T11:42:22.817826+0000 mgr.a (mgr.24293) 4493 : cluster 0 pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:26 smithi022 bash[28554]: cluster 2023-12-07T11:42:24.818444+0000 mgr.a (mgr.24293) 4494 : cluster 0 pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:26 smithi044 bash[32620]: cluster 2023-12-07T11:42:24.818444+0000 mgr.a (mgr.24293) 4494 : cluster 0 pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:26 smithi027 bash[31536]: cluster 2023-12-07T11:42:24.818444+0000 mgr.a (mgr.24293) 4494 : cluster 0 pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:26.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:26.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:26.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:27.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:27.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:27.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:27.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:27.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:28 smithi022 bash[28554]: cluster 2023-12-07T11:42:26.819024+0000 mgr.a (mgr.24293) 4495 : 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-07T11:42:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:28 smithi022 bash[28554]: audit 2023-12-07T11:42:26.966553+0000 mgr.a (mgr.24293) 4496 : audit 0 from='client.99705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:28 smithi044 bash[32620]: cluster 2023-12-07T11:42:26.819024+0000 mgr.a (mgr.24293) 4495 : 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-07T11:42:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:28 smithi044 bash[32620]: audit 2023-12-07T11:42:26.966553+0000 mgr.a (mgr.24293) 4496 : audit 0 from='client.99705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:28 smithi027 bash[31536]: cluster 2023-12-07T11:42:26.819024+0000 mgr.a (mgr.24293) 4495 : 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-07T11:42:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:28 smithi027 bash[31536]: audit 2023-12-07T11:42:26.966553+0000 mgr.a (mgr.24293) 4496 : audit 0 from='client.99705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:30 smithi022 bash[28554]: cluster 2023-12-07T11:42:28.819695+0000 mgr.a (mgr.24293) 4497 : cluster 0 pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:42:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:30 smithi044 bash[32620]: cluster 2023-12-07T11:42:28.819695+0000 mgr.a (mgr.24293) 4497 : cluster 0 pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:42:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:30 smithi027 bash[31536]: cluster 2023-12-07T11:42:28.819695+0000 mgr.a (mgr.24293) 4497 : cluster 0 pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:42:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:32 smithi022 bash[28554]: cluster 2023-12-07T11:42:30.820695+0000 mgr.a (mgr.24293) 4498 : cluster 0 pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:42:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:32 smithi044 bash[32620]: cluster 2023-12-07T11:42:30.820695+0000 mgr.a (mgr.24293) 4498 : cluster 0 pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:42:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:32 smithi027 bash[31536]: cluster 2023-12-07T11:42:30.820695+0000 mgr.a (mgr.24293) 4498 : cluster 0 pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:42:32.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:32.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:32.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:33.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:33.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:33.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:33.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:33.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:34 smithi022 bash[28554]: cluster 2023-12-07T11:42:32.821120+0000 mgr.a (mgr.24293) 4499 : cluster 0 pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:34 smithi022 bash[28554]: audit 2023-12-07T11:42:32.883575+0000 mgr.a (mgr.24293) 4500 : audit 0 from='client.99780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:34 smithi044 bash[32620]: cluster 2023-12-07T11:42:32.821120+0000 mgr.a (mgr.24293) 4499 : cluster 0 pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:34 smithi044 bash[32620]: audit 2023-12-07T11:42:32.883575+0000 mgr.a (mgr.24293) 4500 : audit 0 from='client.99780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:34 smithi027 bash[31536]: cluster 2023-12-07T11:42:32.821120+0000 mgr.a (mgr.24293) 4499 : cluster 0 pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:34 smithi027 bash[31536]: audit 2023-12-07T11:42:32.883575+0000 mgr.a (mgr.24293) 4500 : audit 0 from='client.99780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:36 smithi022 bash[28554]: cluster 2023-12-07T11:42:34.821758+0000 mgr.a (mgr.24293) 4501 : cluster 0 pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:36 smithi044 bash[32620]: cluster 2023-12-07T11:42:34.821758+0000 mgr.a (mgr.24293) 4501 : cluster 0 pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:36 smithi027 bash[31536]: cluster 2023-12-07T11:42:34.821758+0000 mgr.a (mgr.24293) 4501 : cluster 0 pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:38 smithi022 bash[28554]: cluster 2023-12-07T11:42:36.822612+0000 mgr.a (mgr.24293) 4502 : cluster 0 pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:38 smithi044 bash[32620]: cluster 2023-12-07T11:42:36.822612+0000 mgr.a (mgr.24293) 4502 : cluster 0 pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:38.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:38.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:38.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:38 smithi027 bash[31536]: cluster 2023-12-07T11:42:36.822612+0000 mgr.a (mgr.24293) 4502 : cluster 0 pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:39.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:39.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:39.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:39.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:39.388 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:40 smithi022 bash[28554]: cluster 2023-12-07T11:42:38.823183+0000 mgr.a (mgr.24293) 4503 : 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-07T11:42:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:40 smithi022 bash[28554]: audit 2023-12-07T11:42:38.851968+0000 mgr.a (mgr.24293) 4504 : audit 0 from='client.99858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:40 smithi044 bash[32620]: cluster 2023-12-07T11:42:38.823183+0000 mgr.a (mgr.24293) 4503 : 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-07T11:42:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:40 smithi044 bash[32620]: audit 2023-12-07T11:42:38.851968+0000 mgr.a (mgr.24293) 4504 : audit 0 from='client.99858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:40 smithi027 bash[31536]: cluster 2023-12-07T11:42:38.823183+0000 mgr.a (mgr.24293) 4503 : 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-07T11:42:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:40 smithi027 bash[31536]: audit 2023-12-07T11:42:38.851968+0000 mgr.a (mgr.24293) 4504 : audit 0 from='client.99858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:42 smithi022 bash[28554]: cluster 2023-12-07T11:42:40.824107+0000 mgr.a (mgr.24293) 4505 : 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-07T11:42:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:42 smithi044 bash[32620]: cluster 2023-12-07T11:42:40.824107+0000 mgr.a (mgr.24293) 4505 : 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-07T11:42:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:42 smithi027 bash[31536]: cluster 2023-12-07T11:42:40.824107+0000 mgr.a (mgr.24293) 4505 : 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-07T11:42:44.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:44.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:44.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:44 smithi022 bash[28554]: cluster 2023-12-07T11:42:42.824673+0000 mgr.a (mgr.24293) 4506 : 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-07T11:42:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:44 smithi044 bash[32620]: cluster 2023-12-07T11:42:42.824673+0000 mgr.a (mgr.24293) 4506 : 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-07T11:42:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:44 smithi027 bash[31536]: cluster 2023-12-07T11:42:42.824673+0000 mgr.a (mgr.24293) 4506 : 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-07T11:42:45.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:45.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:45.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:45.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:45.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:46 smithi022 bash[28554]: audit 2023-12-07T11:42:44.814874+0000 mgr.a (mgr.24293) 4507 : audit 0 from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:46 smithi022 bash[28554]: cluster 2023-12-07T11:42:44.828705+0000 mgr.a (mgr.24293) 4508 : 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-07T11:42:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:46 smithi044 bash[32620]: audit 2023-12-07T11:42:44.814874+0000 mgr.a (mgr.24293) 4507 : audit 0 from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:46 smithi044 bash[32620]: cluster 2023-12-07T11:42:44.828705+0000 mgr.a (mgr.24293) 4508 : 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-07T11:42:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:46 smithi027 bash[31536]: audit 2023-12-07T11:42:44.814874+0000 mgr.a (mgr.24293) 4507 : audit 0 from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:46 smithi027 bash[31536]: cluster 2023-12-07T11:42:44.828705+0000 mgr.a (mgr.24293) 4508 : 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-07T11:42:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:48 smithi027 bash[31536]: cluster 2023-12-07T11:42:46.829658+0000 mgr.a (mgr.24293) 4509 : 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-07T11:42:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:48 smithi022 bash[28554]: cluster 2023-12-07T11:42:46.829658+0000 mgr.a (mgr.24293) 4509 : 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-07T11:42:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:48 smithi044 bash[32620]: cluster 2023-12-07T11:42:46.829658+0000 mgr.a (mgr.24293) 4509 : 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-07T11:42:50.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:50.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:50.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:50 smithi027 bash[31536]: cluster 2023-12-07T11:42:48.830246+0000 mgr.a (mgr.24293) 4510 : 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-07T11:42:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:50 smithi022 bash[28554]: cluster 2023-12-07T11:42:48.830246+0000 mgr.a (mgr.24293) 4510 : 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-07T11:42:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:50 smithi044 bash[32620]: cluster 2023-12-07T11:42:48.830246+0000 mgr.a (mgr.24293) 4510 : 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-07T11:42:51.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:51.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:51.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:51.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:51.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:52 smithi027 bash[31536]: audit 2023-12-07T11:42:50.753418+0000 mgr.a (mgr.24293) 4511 : audit 0 from='client.100008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:52 smithi027 bash[31536]: cluster 2023-12-07T11:42:50.831496+0000 mgr.a (mgr.24293) 4512 : cluster 0 pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:52 smithi022 bash[28554]: audit 2023-12-07T11:42:50.753418+0000 mgr.a (mgr.24293) 4511 : audit 0 from='client.100008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:52 smithi022 bash[28554]: cluster 2023-12-07T11:42:50.831496+0000 mgr.a (mgr.24293) 4512 : cluster 0 pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:52 smithi044 bash[32620]: audit 2023-12-07T11:42:50.753418+0000 mgr.a (mgr.24293) 4511 : audit 0 from='client.100008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:52 smithi044 bash[32620]: cluster 2023-12-07T11:42:50.831496+0000 mgr.a (mgr.24293) 4512 : cluster 0 pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:54 smithi027 bash[31536]: cluster 2023-12-07T11:42:52.832171+0000 mgr.a (mgr.24293) 4513 : cluster 0 pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:54 smithi022 bash[28554]: cluster 2023-12-07T11:42:52.832171+0000 mgr.a (mgr.24293) 4513 : cluster 0 pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:54 smithi044 bash[32620]: cluster 2023-12-07T11:42:52.832171+0000 mgr.a (mgr.24293) 4513 : cluster 0 pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:56.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:42:56.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:56.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:56 smithi027 bash[31536]: cluster 2023-12-07T11:42:54.832811+0000 mgr.a (mgr.24293) 4514 : cluster 0 pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:56 smithi022 bash[28554]: cluster 2023-12-07T11:42:54.832811+0000 mgr.a (mgr.24293) 4514 : cluster 0 pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:56 smithi044 bash[32620]: cluster 2023-12-07T11:42:54.832811+0000 mgr.a (mgr.24293) 4514 : cluster 0 pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:57.225 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:42:57.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:57.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:57.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:57.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:42:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:58 smithi027 bash[31536]: audit 2023-12-07T11:42:56.696516+0000 mgr.a (mgr.24293) 4515 : audit 0 from='client.100086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:42:58 smithi027 bash[31536]: cluster 2023-12-07T11:42:56.833478+0000 mgr.a (mgr.24293) 4516 : 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-07T11:42:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:58 smithi022 bash[28554]: audit 2023-12-07T11:42:56.696516+0000 mgr.a (mgr.24293) 4515 : audit 0 from='client.100086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:42:58 smithi022 bash[28554]: cluster 2023-12-07T11:42:56.833478+0000 mgr.a (mgr.24293) 4516 : 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-07T11:42:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:58 smithi044 bash[32620]: audit 2023-12-07T11:42:56.696516+0000 mgr.a (mgr.24293) 4515 : audit 0 from='client.100086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:42:58 smithi044 bash[32620]: cluster 2023-12-07T11:42:56.833478+0000 mgr.a (mgr.24293) 4516 : 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-07T11:43:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:00 smithi022 bash[28554]: cluster 2023-12-07T11:42:58.834154+0000 mgr.a (mgr.24293) 4517 : 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-07T11:43:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:00 smithi044 bash[32620]: cluster 2023-12-07T11:42:58.834154+0000 mgr.a (mgr.24293) 4517 : 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-07T11:43:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:00 smithi027 bash[31536]: cluster 2023-12-07T11:42:58.834154+0000 mgr.a (mgr.24293) 4517 : 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-07T11:43:02.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:02.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:02.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:02 smithi022 bash[28554]: cluster 2023-12-07T11:43:00.834960+0000 mgr.a (mgr.24293) 4518 : 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-07T11:43:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:02 smithi044 bash[32620]: cluster 2023-12-07T11:43:00.834960+0000 mgr.a (mgr.24293) 4518 : 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-07T11:43:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:02 smithi027 bash[31536]: cluster 2023-12-07T11:43:00.834960+0000 mgr.a (mgr.24293) 4518 : 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-07T11:43:03.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:03.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:03.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:03.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:03.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:04 smithi022 bash[28554]: audit 2023-12-07T11:43:02.631464+0000 mgr.a (mgr.24293) 4519 : audit 0 from='client.100158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:04 smithi022 bash[28554]: cluster 2023-12-07T11:43:02.835763+0000 mgr.a (mgr.24293) 4520 : cluster 0 pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:04 smithi022 bash[28554]: audit 2023-12-07T11:43:03.923288+0000 mon.a (mon.0) 1084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:43:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:04 smithi044 bash[32620]: audit 2023-12-07T11:43:02.631464+0000 mgr.a (mgr.24293) 4519 : audit 0 from='client.100158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:04 smithi044 bash[32620]: cluster 2023-12-07T11:43:02.835763+0000 mgr.a (mgr.24293) 4520 : cluster 0 pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:04 smithi044 bash[32620]: audit 2023-12-07T11:43:03.923288+0000 mon.a (mon.0) 1084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:43:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:04 smithi027 bash[31536]: audit 2023-12-07T11:43:02.631464+0000 mgr.a (mgr.24293) 4519 : audit 0 from='client.100158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:04 smithi027 bash[31536]: cluster 2023-12-07T11:43:02.835763+0000 mgr.a (mgr.24293) 4520 : cluster 0 pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:04 smithi027 bash[31536]: audit 2023-12-07T11:43:03.923288+0000 mon.a (mon.0) 1084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:43:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:05 smithi044 bash[32620]: audit 2023-12-07T11:43:04.658447+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:43:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:05 smithi044 bash[32620]: audit 2023-12-07T11:43:04.659779+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:43:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:05 smithi044 bash[32620]: audit 2023-12-07T11:43:04.668710+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:43:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:05 smithi022 bash[28554]: audit 2023-12-07T11:43:04.658447+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:43:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:05 smithi022 bash[28554]: audit 2023-12-07T11:43:04.659779+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:43:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:05 smithi022 bash[28554]: audit 2023-12-07T11:43:04.668710+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:43:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:05 smithi027 bash[31536]: audit 2023-12-07T11:43:04.658447+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:43:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:05 smithi027 bash[31536]: audit 2023-12-07T11:43:04.659779+0000 mon.a (mon.0) 1086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:43:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:05 smithi027 bash[31536]: audit 2023-12-07T11:43:04.668710+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:43:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:06 smithi022 bash[28554]: cluster 2023-12-07T11:43:04.836574+0000 mgr.a (mgr.24293) 4521 : cluster 0 pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:06 smithi044 bash[32620]: cluster 2023-12-07T11:43:04.836574+0000 mgr.a (mgr.24293) 4521 : cluster 0 pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:06 smithi027 bash[31536]: cluster 2023-12-07T11:43:04.836574+0000 mgr.a (mgr.24293) 4521 : cluster 0 pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:08.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:08.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:08.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:08 smithi022 bash[28554]: cluster 2023-12-07T11:43:06.837448+0000 mgr.a (mgr.24293) 4522 : cluster 0 pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:08 smithi044 bash[32620]: cluster 2023-12-07T11:43:06.837448+0000 mgr.a (mgr.24293) 4522 : cluster 0 pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:08 smithi027 bash[31536]: cluster 2023-12-07T11:43:06.837448+0000 mgr.a (mgr.24293) 4522 : cluster 0 pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:09.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:09.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:09.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:09.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:09.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:10 smithi022 bash[28554]: audit 2023-12-07T11:43:08.555119+0000 mgr.a (mgr.24293) 4523 : audit 0 from='client.100236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:10 smithi022 bash[28554]: cluster 2023-12-07T11:43:08.838306+0000 mgr.a (mgr.24293) 4524 : 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-07T11:43:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:10 smithi044 bash[32620]: audit 2023-12-07T11:43:08.555119+0000 mgr.a (mgr.24293) 4523 : audit 0 from='client.100236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:10 smithi044 bash[32620]: cluster 2023-12-07T11:43:08.838306+0000 mgr.a (mgr.24293) 4524 : 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-07T11:43:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:10 smithi027 bash[31536]: audit 2023-12-07T11:43:08.555119+0000 mgr.a (mgr.24293) 4523 : audit 0 from='client.100236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:10 smithi027 bash[31536]: cluster 2023-12-07T11:43:08.838306+0000 mgr.a (mgr.24293) 4524 : 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-07T11:43:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:12 smithi022 bash[28554]: cluster 2023-12-07T11:43:10.839253+0000 mgr.a (mgr.24293) 4525 : 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-07T11:43:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:12 smithi044 bash[32620]: cluster 2023-12-07T11:43:10.839253+0000 mgr.a (mgr.24293) 4525 : 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-07T11:43:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:12 smithi027 bash[31536]: cluster 2023-12-07T11:43:10.839253+0000 mgr.a (mgr.24293) 4525 : 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-07T11:43:14.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:14.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:14.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:14 smithi022 bash[28554]: cluster 2023-12-07T11:43:12.839811+0000 mgr.a (mgr.24293) 4526 : 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-07T11:43:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:14 smithi044 bash[32620]: cluster 2023-12-07T11:43:12.839811+0000 mgr.a (mgr.24293) 4526 : 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-07T11:43:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:14 smithi027 bash[31536]: cluster 2023-12-07T11:43:12.839811+0000 mgr.a (mgr.24293) 4526 : 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-07T11:43:15.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:15.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:15.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:15.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:15.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:16 smithi022 bash[28554]: audit 2023-12-07T11:43:14.497664+0000 mgr.a (mgr.24293) 4527 : audit 0 from='client.100314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:16 smithi022 bash[28554]: cluster 2023-12-07T11:43:14.840386+0000 mgr.a (mgr.24293) 4528 : 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-07T11:43:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:16 smithi044 bash[32620]: audit 2023-12-07T11:43:14.497664+0000 mgr.a (mgr.24293) 4527 : audit 0 from='client.100314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:16 smithi044 bash[32620]: cluster 2023-12-07T11:43:14.840386+0000 mgr.a (mgr.24293) 4528 : 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-07T11:43:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:16 smithi027 bash[31536]: audit 2023-12-07T11:43:14.497664+0000 mgr.a (mgr.24293) 4527 : audit 0 from='client.100314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:16 smithi027 bash[31536]: cluster 2023-12-07T11:43:14.840386+0000 mgr.a (mgr.24293) 4528 : 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-07T11:43:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:18 smithi022 bash[28554]: cluster 2023-12-07T11:43:16.841316+0000 mgr.a (mgr.24293) 4529 : 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-07T11:43:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:18 smithi044 bash[32620]: cluster 2023-12-07T11:43:16.841316+0000 mgr.a (mgr.24293) 4529 : 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-07T11:43:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:18 smithi027 bash[31536]: cluster 2023-12-07T11:43:16.841316+0000 mgr.a (mgr.24293) 4529 : 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-07T11:43:20.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:20.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:20.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:20 smithi022 bash[28554]: cluster 2023-12-07T11:43:18.841917+0000 mgr.a (mgr.24293) 4530 : 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-07T11:43:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:20 smithi044 bash[32620]: cluster 2023-12-07T11:43:18.841917+0000 mgr.a (mgr.24293) 4530 : 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-07T11:43:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:20 smithi027 bash[31536]: cluster 2023-12-07T11:43:18.841917+0000 mgr.a (mgr.24293) 4530 : 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-07T11:43:20.980 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:20.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:20.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:20.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:20.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:21 smithi022 bash[28554]: audit 2023-12-07T11:43:20.441433+0000 mgr.a (mgr.24293) 4531 : audit 0 from='client.100392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:21 smithi044 bash[32620]: audit 2023-12-07T11:43:20.441433+0000 mgr.a (mgr.24293) 4531 : audit 0 from='client.100392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:21 smithi027 bash[31536]: audit 2023-12-07T11:43:20.441433+0000 mgr.a (mgr.24293) 4531 : audit 0 from='client.100392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:22 smithi022 bash[28554]: cluster 2023-12-07T11:43:20.848200+0000 mgr.a (mgr.24293) 4532 : cluster 0 pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:22 smithi044 bash[32620]: cluster 2023-12-07T11:43:20.848200+0000 mgr.a (mgr.24293) 4532 : cluster 0 pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:22 smithi027 bash[31536]: cluster 2023-12-07T11:43:20.848200+0000 mgr.a (mgr.24293) 4532 : cluster 0 pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:24 smithi022 bash[28554]: cluster 2023-12-07T11:43:22.848901+0000 mgr.a (mgr.24293) 4533 : cluster 0 pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:24 smithi044 bash[32620]: cluster 2023-12-07T11:43:22.848901+0000 mgr.a (mgr.24293) 4533 : cluster 0 pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:24 smithi027 bash[31536]: cluster 2023-12-07T11:43:22.848901+0000 mgr.a (mgr.24293) 4533 : cluster 0 pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:25.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:25.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:25.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:26 smithi022 bash[28554]: cluster 2023-12-07T11:43:24.849485+0000 mgr.a (mgr.24293) 4534 : cluster 0 pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:26 smithi044 bash[32620]: cluster 2023-12-07T11:43:24.849485+0000 mgr.a (mgr.24293) 4534 : cluster 0 pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:26 smithi027 bash[31536]: cluster 2023-12-07T11:43:24.849485+0000 mgr.a (mgr.24293) 4534 : cluster 0 pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:26.923 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:26.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:26.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:26.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:26.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:27 smithi022 bash[28554]: audit 2023-12-07T11:43:26.393999+0000 mgr.a (mgr.24293) 4535 : audit 0 from='client.100467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:27 smithi044 bash[32620]: audit 2023-12-07T11:43:26.393999+0000 mgr.a (mgr.24293) 4535 : audit 0 from='client.100467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:27.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:27 smithi027 bash[31536]: audit 2023-12-07T11:43:26.393999+0000 mgr.a (mgr.24293) 4535 : audit 0 from='client.100467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:28 smithi022 bash[28554]: cluster 2023-12-07T11:43:26.850548+0000 mgr.a (mgr.24293) 4536 : cluster 0 pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:28 smithi044 bash[32620]: cluster 2023-12-07T11:43:26.850548+0000 mgr.a (mgr.24293) 4536 : cluster 0 pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:28 smithi027 bash[31536]: cluster 2023-12-07T11:43:26.850548+0000 mgr.a (mgr.24293) 4536 : cluster 0 pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:30 smithi022 bash[28554]: cluster 2023-12-07T11:43:28.851130+0000 mgr.a (mgr.24293) 4537 : cluster 0 pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:30 smithi044 bash[32620]: cluster 2023-12-07T11:43:28.851130+0000 mgr.a (mgr.24293) 4537 : cluster 0 pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:30 smithi027 bash[31536]: cluster 2023-12-07T11:43:28.851130+0000 mgr.a (mgr.24293) 4537 : cluster 0 pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:31.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:31.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:31.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:32 smithi022 bash[28554]: cluster 2023-12-07T11:43:30.851901+0000 mgr.a (mgr.24293) 4538 : 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-07T11:43:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:32 smithi044 bash[32620]: cluster 2023-12-07T11:43:30.851901+0000 mgr.a (mgr.24293) 4538 : 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-07T11:43:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:32 smithi027 bash[31536]: cluster 2023-12-07T11:43:30.851901+0000 mgr.a (mgr.24293) 4538 : 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-07T11:43:32.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:32.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:32.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:32.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:32.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:33 smithi022 bash[28554]: audit 2023-12-07T11:43:32.336113+0000 mgr.a (mgr.24293) 4539 : audit 0 from='client.100539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:33 smithi044 bash[32620]: audit 2023-12-07T11:43:32.336113+0000 mgr.a (mgr.24293) 4539 : audit 0 from='client.100539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:33.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:33 smithi027 bash[31536]: audit 2023-12-07T11:43:32.336113+0000 mgr.a (mgr.24293) 4539 : audit 0 from='client.100539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:34 smithi022 bash[28554]: cluster 2023-12-07T11:43:32.852586+0000 mgr.a (mgr.24293) 4540 : cluster 0 pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:34 smithi044 bash[32620]: cluster 2023-12-07T11:43:32.852586+0000 mgr.a (mgr.24293) 4540 : cluster 0 pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:34 smithi027 bash[31536]: cluster 2023-12-07T11:43:32.852586+0000 mgr.a (mgr.24293) 4540 : cluster 0 pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:36 smithi022 bash[28554]: cluster 2023-12-07T11:43:34.853216+0000 mgr.a (mgr.24293) 4541 : cluster 0 pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:36 smithi044 bash[32620]: cluster 2023-12-07T11:43:34.853216+0000 mgr.a (mgr.24293) 4541 : cluster 0 pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:36 smithi027 bash[31536]: cluster 2023-12-07T11:43:34.853216+0000 mgr.a (mgr.24293) 4541 : cluster 0 pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:37.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:37.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:37.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:38 smithi022 bash[28554]: cluster 2023-12-07T11:43:36.854232+0000 mgr.a (mgr.24293) 4542 : cluster 0 pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:38 smithi044 bash[32620]: cluster 2023-12-07T11:43:36.854232+0000 mgr.a (mgr.24293) 4542 : cluster 0 pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:38 smithi027 bash[31536]: cluster 2023-12-07T11:43:36.854232+0000 mgr.a (mgr.24293) 4542 : cluster 0 pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:38.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:38.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:38.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:38.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:38.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:39 smithi022 bash[28554]: audit 2023-12-07T11:43:38.269276+0000 mgr.a (mgr.24293) 4543 : audit 0 from='client.100617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:39 smithi044 bash[32620]: audit 2023-12-07T11:43:38.269276+0000 mgr.a (mgr.24293) 4543 : audit 0 from='client.100617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:39 smithi027 bash[31536]: audit 2023-12-07T11:43:38.269276+0000 mgr.a (mgr.24293) 4543 : audit 0 from='client.100617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:40 smithi022 bash[28554]: cluster 2023-12-07T11:43:38.855007+0000 mgr.a (mgr.24293) 4544 : cluster 0 pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:40 smithi044 bash[32620]: cluster 2023-12-07T11:43:38.855007+0000 mgr.a (mgr.24293) 4544 : cluster 0 pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:40 smithi027 bash[31536]: cluster 2023-12-07T11:43:38.855007+0000 mgr.a (mgr.24293) 4544 : cluster 0 pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:42 smithi022 bash[28554]: cluster 2023-12-07T11:43:40.855848+0000 mgr.a (mgr.24293) 4545 : cluster 0 pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:42 smithi044 bash[32620]: cluster 2023-12-07T11:43:40.855848+0000 mgr.a (mgr.24293) 4545 : cluster 0 pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:42 smithi027 bash[31536]: cluster 2023-12-07T11:43:40.855848+0000 mgr.a (mgr.24293) 4545 : cluster 0 pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:43.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:43.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:43.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:44 smithi022 bash[28554]: cluster 2023-12-07T11:43:42.856383+0000 mgr.a (mgr.24293) 4546 : 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-07T11:43:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:44 smithi044 bash[32620]: cluster 2023-12-07T11:43:42.856383+0000 mgr.a (mgr.24293) 4546 : 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-07T11:43:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:44 smithi027 bash[31536]: cluster 2023-12-07T11:43:42.856383+0000 mgr.a (mgr.24293) 4546 : 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-07T11:43:44.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:44.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:44.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:44.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:44.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:45 smithi022 bash[28554]: audit 2023-12-07T11:43:44.200214+0000 mgr.a (mgr.24293) 4547 : audit 0 from='client.100692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:45 smithi044 bash[32620]: audit 2023-12-07T11:43:44.200214+0000 mgr.a (mgr.24293) 4547 : audit 0 from='client.100692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:45.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:45 smithi027 bash[31536]: audit 2023-12-07T11:43:44.200214+0000 mgr.a (mgr.24293) 4547 : audit 0 from='client.100692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:46 smithi022 bash[28554]: cluster 2023-12-07T11:43:44.857036+0000 mgr.a (mgr.24293) 4548 : 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-07T11:43:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:46 smithi044 bash[32620]: cluster 2023-12-07T11:43:44.857036+0000 mgr.a (mgr.24293) 4548 : 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-07T11:43:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:46 smithi027 bash[31536]: cluster 2023-12-07T11:43:44.857036+0000 mgr.a (mgr.24293) 4548 : 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-07T11:43:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:48 smithi022 bash[28554]: cluster 2023-12-07T11:43:46.857892+0000 mgr.a (mgr.24293) 4549 : 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-07T11:43:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:48 smithi044 bash[32620]: cluster 2023-12-07T11:43:46.857892+0000 mgr.a (mgr.24293) 4549 : 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-07T11:43:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:48 smithi027 bash[31536]: cluster 2023-12-07T11:43:46.857892+0000 mgr.a (mgr.24293) 4549 : 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-07T11:43:49.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:49.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:49.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:50.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:50.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:50.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:50.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:50.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:50 smithi022 bash[28554]: cluster 2023-12-07T11:43:48.858479+0000 mgr.a (mgr.24293) 4550 : 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-07T11:43:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:50 smithi044 bash[32620]: cluster 2023-12-07T11:43:48.858479+0000 mgr.a (mgr.24293) 4550 : 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-07T11:43:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:50 smithi027 bash[31536]: cluster 2023-12-07T11:43:48.858479+0000 mgr.a (mgr.24293) 4550 : 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-07T11:43:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:51 smithi022 bash[28554]: audit 2023-12-07T11:43:50.131498+0000 mgr.a (mgr.24293) 4551 : audit 0 from='client.100770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:51 smithi044 bash[32620]: audit 2023-12-07T11:43:50.131498+0000 mgr.a (mgr.24293) 4551 : audit 0 from='client.100770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:51 smithi027 bash[31536]: audit 2023-12-07T11:43:50.131498+0000 mgr.a (mgr.24293) 4551 : audit 0 from='client.100770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:52 smithi022 bash[28554]: cluster 2023-12-07T11:43:50.859456+0000 mgr.a (mgr.24293) 4552 : cluster 0 pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:43:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:52 smithi044 bash[32620]: cluster 2023-12-07T11:43:50.859456+0000 mgr.a (mgr.24293) 4552 : cluster 0 pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:43:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:52 smithi027 bash[31536]: cluster 2023-12-07T11:43:50.859456+0000 mgr.a (mgr.24293) 4552 : cluster 0 pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:43:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:54 smithi022 bash[28554]: cluster 2023-12-07T11:43:52.860070+0000 mgr.a (mgr.24293) 4553 : cluster 0 pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:43:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:54 smithi044 bash[32620]: cluster 2023-12-07T11:43:52.860070+0000 mgr.a (mgr.24293) 4553 : cluster 0 pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:43:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:54 smithi027 bash[31536]: cluster 2023-12-07T11:43:52.860070+0000 mgr.a (mgr.24293) 4553 : cluster 0 pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:43:55.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:43:55.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:55.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:56.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:43:56.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:56.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:56.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:56.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:43:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:56 smithi022 bash[28554]: cluster 2023-12-07T11:43:54.860668+0000 mgr.a (mgr.24293) 4554 : cluster 0 pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:43:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:56 smithi044 bash[32620]: cluster 2023-12-07T11:43:54.860668+0000 mgr.a (mgr.24293) 4554 : cluster 0 pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:43:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:56 smithi027 bash[31536]: cluster 2023-12-07T11:43:54.860668+0000 mgr.a (mgr.24293) 4554 : cluster 0 pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:43:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:57 smithi022 bash[28554]: audit 2023-12-07T11:43:56.074273+0000 mgr.a (mgr.24293) 4555 : audit 0 from='client.100845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:57 smithi044 bash[32620]: audit 2023-12-07T11:43:56.074273+0000 mgr.a (mgr.24293) 4555 : audit 0 from='client.100845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:57.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:57 smithi027 bash[31536]: audit 2023-12-07T11:43:56.074273+0000 mgr.a (mgr.24293) 4555 : audit 0 from='client.100845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:43:58 smithi022 bash[28554]: cluster 2023-12-07T11:43:56.861862+0000 mgr.a (mgr.24293) 4556 : cluster 0 pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:43:58 smithi044 bash[32620]: cluster 2023-12-07T11:43:56.861862+0000 mgr.a (mgr.24293) 4556 : cluster 0 pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:43:58 smithi027 bash[31536]: cluster 2023-12-07T11:43:56.861862+0000 mgr.a (mgr.24293) 4556 : cluster 0 pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:00 smithi022 bash[28554]: cluster 2023-12-07T11:43:58.862478+0000 mgr.a (mgr.24293) 4557 : cluster 0 pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:00 smithi044 bash[32620]: cluster 2023-12-07T11:43:58.862478+0000 mgr.a (mgr.24293) 4557 : cluster 0 pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:00 smithi027 bash[31536]: cluster 2023-12-07T11:43:58.862478+0000 mgr.a (mgr.24293) 4557 : cluster 0 pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:01.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:01.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:01.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:02.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:02.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:02.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:02.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:02.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:02 smithi022 bash[28554]: cluster 2023-12-07T11:44:00.863199+0000 mgr.a (mgr.24293) 4558 : 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-07T11:44:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:02 smithi044 bash[32620]: cluster 2023-12-07T11:44:00.863199+0000 mgr.a (mgr.24293) 4558 : 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-07T11:44:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:02 smithi027 bash[31536]: cluster 2023-12-07T11:44:00.863199+0000 mgr.a (mgr.24293) 4558 : 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-07T11:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:03 smithi022 bash[28554]: audit 2023-12-07T11:44:02.022140+0000 mgr.a (mgr.24293) 4559 : audit 0 from='client.100923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:03 smithi044 bash[32620]: audit 2023-12-07T11:44:02.022140+0000 mgr.a (mgr.24293) 4559 : audit 0 from='client.100923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:03.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:03 smithi027 bash[31536]: audit 2023-12-07T11:44:02.022140+0000 mgr.a (mgr.24293) 4559 : audit 0 from='client.100923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:04 smithi022 bash[28554]: cluster 2023-12-07T11:44:02.863958+0000 mgr.a (mgr.24293) 4560 : cluster 0 pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:44:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:04 smithi044 bash[32620]: cluster 2023-12-07T11:44:02.863958+0000 mgr.a (mgr.24293) 4560 : cluster 0 pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:44:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:04 smithi027 bash[31536]: cluster 2023-12-07T11:44:02.863958+0000 mgr.a (mgr.24293) 4560 : cluster 0 pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:44:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:05 smithi022 bash[28554]: audit 2023-12-07T11:44:04.771936+0000 mon.a (mon.0) 1088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:44:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:05 smithi044 bash[32620]: audit 2023-12-07T11:44:04.771936+0000 mon.a (mon.0) 1088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:44:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:05 smithi027 bash[31536]: audit 2023-12-07T11:44:04.771936+0000 mon.a (mon.0) 1088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:44:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:06 smithi022 bash[28554]: cluster 2023-12-07T11:44:04.864521+0000 mgr.a (mgr.24293) 4561 : cluster 0 pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:44:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:06 smithi022 bash[28554]: audit 2023-12-07T11:44:05.564602+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:44:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:06 smithi022 bash[28554]: audit 2023-12-07T11:44:05.566503+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:44:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:06 smithi022 bash[28554]: audit 2023-12-07T11:44:05.576179+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:44:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:06 smithi044 bash[32620]: cluster 2023-12-07T11:44:04.864521+0000 mgr.a (mgr.24293) 4561 : cluster 0 pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:44:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:06 smithi044 bash[32620]: audit 2023-12-07T11:44:05.564602+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:44:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:06 smithi044 bash[32620]: audit 2023-12-07T11:44:05.566503+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:44:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:06 smithi044 bash[32620]: audit 2023-12-07T11:44:05.576179+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:44:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:06 smithi027 bash[31536]: cluster 2023-12-07T11:44:04.864521+0000 mgr.a (mgr.24293) 4561 : cluster 0 pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:44:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:06 smithi027 bash[31536]: audit 2023-12-07T11:44:05.564602+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:44:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:06 smithi027 bash[31536]: audit 2023-12-07T11:44:05.566503+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:44:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:06 smithi027 bash[31536]: audit 2023-12-07T11:44:05.576179+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:44:07.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:07.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:07.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:08.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:08.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:08.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:08.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:08.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:08 smithi022 bash[28554]: cluster 2023-12-07T11:44:06.865471+0000 mgr.a (mgr.24293) 4562 : cluster 0 pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:44:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:08 smithi044 bash[32620]: cluster 2023-12-07T11:44:06.865471+0000 mgr.a (mgr.24293) 4562 : cluster 0 pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:44:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:08 smithi027 bash[31536]: cluster 2023-12-07T11:44:06.865471+0000 mgr.a (mgr.24293) 4562 : cluster 0 pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:44:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:09 smithi022 bash[28554]: audit 2023-12-07T11:44:07.956581+0000 mgr.a (mgr.24293) 4563 : audit 0 from='client.89807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:09 smithi044 bash[32620]: audit 2023-12-07T11:44:07.956581+0000 mgr.a (mgr.24293) 4563 : audit 0 from='client.89807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:09 smithi027 bash[31536]: audit 2023-12-07T11:44:07.956581+0000 mgr.a (mgr.24293) 4563 : audit 0 from='client.89807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:10 smithi044 bash[32620]: cluster 2023-12-07T11:44:08.866297+0000 mgr.a (mgr.24293) 4564 : cluster 0 pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:10 smithi022 bash[28554]: cluster 2023-12-07T11:44:08.866297+0000 mgr.a (mgr.24293) 4564 : cluster 0 pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:10 smithi027 bash[31536]: cluster 2023-12-07T11:44:08.866297+0000 mgr.a (mgr.24293) 4564 : cluster 0 pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:12 smithi022 bash[28554]: cluster 2023-12-07T11:44:10.867342+0000 mgr.a (mgr.24293) 4565 : cluster 0 pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:12 smithi044 bash[32620]: cluster 2023-12-07T11:44:10.867342+0000 mgr.a (mgr.24293) 4565 : cluster 0 pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:12 smithi027 bash[31536]: cluster 2023-12-07T11:44:10.867342+0000 mgr.a (mgr.24293) 4565 : cluster 0 pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:13.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:13.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:13.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:14.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:14.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:14.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:14.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:14.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:14 smithi022 bash[28554]: cluster 2023-12-07T11:44:12.867955+0000 mgr.a (mgr.24293) 4566 : 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-07T11:44:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:14 smithi044 bash[32620]: cluster 2023-12-07T11:44:12.867955+0000 mgr.a (mgr.24293) 4566 : 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-07T11:44:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:14 smithi027 bash[31536]: cluster 2023-12-07T11:44:12.867955+0000 mgr.a (mgr.24293) 4566 : 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-07T11:44:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:15 smithi022 bash[28554]: audit 2023-12-07T11:44:13.909879+0000 mgr.a (mgr.24293) 4567 : audit 0 from='client.101073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:15 smithi044 bash[32620]: audit 2023-12-07T11:44:13.909879+0000 mgr.a (mgr.24293) 4567 : audit 0 from='client.101073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:15.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:15 smithi027 bash[31536]: audit 2023-12-07T11:44:13.909879+0000 mgr.a (mgr.24293) 4567 : audit 0 from='client.101073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:16 smithi022 bash[28554]: cluster 2023-12-07T11:44:14.868563+0000 mgr.a (mgr.24293) 4568 : 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-07T11:44:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:16 smithi044 bash[32620]: cluster 2023-12-07T11:44:14.868563+0000 mgr.a (mgr.24293) 4568 : 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-07T11:44:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:16 smithi027 bash[31536]: cluster 2023-12-07T11:44:14.868563+0000 mgr.a (mgr.24293) 4568 : 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-07T11:44:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:18 smithi022 bash[28554]: cluster 2023-12-07T11:44:16.869424+0000 mgr.a (mgr.24293) 4569 : 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-07T11:44:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:18 smithi044 bash[32620]: cluster 2023-12-07T11:44:16.869424+0000 mgr.a (mgr.24293) 4569 : 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-07T11:44:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:18 smithi027 bash[31536]: cluster 2023-12-07T11:44:16.869424+0000 mgr.a (mgr.24293) 4569 : 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-07T11:44:19.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:19.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:19.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:20.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:20 smithi027 bash[31536]: cluster 2023-12-07T11:44:18.870036+0000 mgr.a (mgr.24293) 4570 : 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-07T11:44:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:20 smithi022 bash[28554]: cluster 2023-12-07T11:44:18.870036+0000 mgr.a (mgr.24293) 4570 : 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-07T11:44:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:20 smithi044 bash[32620]: cluster 2023-12-07T11:44:18.870036+0000 mgr.a (mgr.24293) 4570 : 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-07T11:44:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:21 smithi027 bash[31536]: audit 2023-12-07T11:44:19.864919+0000 mgr.a (mgr.24293) 4571 : audit 0 from='client.101151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:21 smithi022 bash[28554]: audit 2023-12-07T11:44:19.864919+0000 mgr.a (mgr.24293) 4571 : audit 0 from='client.101151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:21 smithi044 bash[32620]: audit 2023-12-07T11:44:19.864919+0000 mgr.a (mgr.24293) 4571 : audit 0 from='client.101151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:22 smithi027 bash[31536]: cluster 2023-12-07T11:44:20.870898+0000 mgr.a (mgr.24293) 4572 : 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-07T11:44:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:22 smithi022 bash[28554]: cluster 2023-12-07T11:44:20.870898+0000 mgr.a (mgr.24293) 4572 : 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-07T11:44:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:22 smithi044 bash[32620]: cluster 2023-12-07T11:44:20.870898+0000 mgr.a (mgr.24293) 4572 : 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-07T11:44:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:24 smithi027 bash[31536]: cluster 2023-12-07T11:44:22.871483+0000 mgr.a (mgr.24293) 4573 : 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-07T11:44:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:24 smithi022 bash[28554]: cluster 2023-12-07T11:44:22.871483+0000 mgr.a (mgr.24293) 4573 : 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-07T11:44:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:24 smithi044 bash[32620]: cluster 2023-12-07T11:44:22.871483+0000 mgr.a (mgr.24293) 4573 : 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-07T11:44:25.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:25.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:25.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:26.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:26.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:26.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:26.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:26.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:26 smithi022 bash[28554]: cluster 2023-12-07T11:44:24.872067+0000 mgr.a (mgr.24293) 4574 : 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-07T11:44:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:26 smithi044 bash[32620]: cluster 2023-12-07T11:44:24.872067+0000 mgr.a (mgr.24293) 4574 : 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-07T11:44:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:26 smithi027 bash[31536]: cluster 2023-12-07T11:44:24.872067+0000 mgr.a (mgr.24293) 4574 : 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-07T11:44:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:27 smithi022 bash[28554]: audit 2023-12-07T11:44:25.818013+0000 mgr.a (mgr.24293) 4575 : audit 0 from='client.101229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:27 smithi044 bash[32620]: audit 2023-12-07T11:44:25.818013+0000 mgr.a (mgr.24293) 4575 : audit 0 from='client.101229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:27.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:27 smithi027 bash[31536]: audit 2023-12-07T11:44:25.818013+0000 mgr.a (mgr.24293) 4575 : audit 0 from='client.101229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:28 smithi022 bash[28554]: cluster 2023-12-07T11:44:26.873031+0000 mgr.a (mgr.24293) 4576 : cluster 0 pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:28 smithi044 bash[32620]: cluster 2023-12-07T11:44:26.873031+0000 mgr.a (mgr.24293) 4576 : cluster 0 pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:28.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:28 smithi027 bash[31536]: cluster 2023-12-07T11:44:26.873031+0000 mgr.a (mgr.24293) 4576 : cluster 0 pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:30 smithi022 bash[28554]: cluster 2023-12-07T11:44:28.873743+0000 mgr.a (mgr.24293) 4577 : cluster 0 pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:30 smithi044 bash[32620]: cluster 2023-12-07T11:44:28.873743+0000 mgr.a (mgr.24293) 4577 : cluster 0 pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:30 smithi027 bash[31536]: cluster 2023-12-07T11:44:28.873743+0000 mgr.a (mgr.24293) 4577 : cluster 0 pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:31.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:31.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:31.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:32.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:32.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:32.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:32.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:32.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:32 smithi022 bash[28554]: cluster 2023-12-07T11:44:30.874650+0000 mgr.a (mgr.24293) 4578 : cluster 0 pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:32 smithi044 bash[32620]: cluster 2023-12-07T11:44:30.874650+0000 mgr.a (mgr.24293) 4578 : cluster 0 pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:32 smithi027 bash[31536]: cluster 2023-12-07T11:44:30.874650+0000 mgr.a (mgr.24293) 4578 : cluster 0 pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:33 smithi022 bash[28554]: audit 2023-12-07T11:44:31.748236+0000 mgr.a (mgr.24293) 4579 : audit 0 from='client.101307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:33 smithi044 bash[32620]: audit 2023-12-07T11:44:31.748236+0000 mgr.a (mgr.24293) 4579 : audit 0 from='client.101307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:33.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:33 smithi027 bash[31536]: audit 2023-12-07T11:44:31.748236+0000 mgr.a (mgr.24293) 4579 : audit 0 from='client.101307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:34 smithi022 bash[28554]: cluster 2023-12-07T11:44:32.875280+0000 mgr.a (mgr.24293) 4580 : cluster 0 pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:34 smithi044 bash[32620]: cluster 2023-12-07T11:44:32.875280+0000 mgr.a (mgr.24293) 4580 : cluster 0 pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:34 smithi027 bash[31536]: cluster 2023-12-07T11:44:32.875280+0000 mgr.a (mgr.24293) 4580 : cluster 0 pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:36 smithi022 bash[28554]: cluster 2023-12-07T11:44:34.875874+0000 mgr.a (mgr.24293) 4581 : cluster 0 pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:36 smithi044 bash[32620]: cluster 2023-12-07T11:44:34.875874+0000 mgr.a (mgr.24293) 4581 : cluster 0 pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:36.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:36 smithi027 bash[31536]: cluster 2023-12-07T11:44:34.875874+0000 mgr.a (mgr.24293) 4581 : cluster 0 pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:37.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:37.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:37.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:37 smithi022 bash[28554]: cluster 2023-12-07T11:44:36.876703+0000 mgr.a (mgr.24293) 4582 : 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-07T11:44:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:37 smithi044 bash[32620]: cluster 2023-12-07T11:44:36.876703+0000 mgr.a (mgr.24293) 4582 : 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-07T11:44:37.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:37 smithi027 bash[31536]: cluster 2023-12-07T11:44:36.876703+0000 mgr.a (mgr.24293) 4582 : 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-07T11:44:38.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:38.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:38.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:38.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:38.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:38 smithi022 bash[28554]: audit 2023-12-07T11:44:37.691154+0000 mgr.a (mgr.24293) 4583 : audit 0 from='client.101382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:38 smithi044 bash[32620]: audit 2023-12-07T11:44:37.691154+0000 mgr.a (mgr.24293) 4583 : audit 0 from='client.101382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:38.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:38 smithi027 bash[31536]: audit 2023-12-07T11:44:37.691154+0000 mgr.a (mgr.24293) 4583 : audit 0 from='client.101382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:39 smithi022 bash[28554]: cluster 2023-12-07T11:44:38.877384+0000 mgr.a (mgr.24293) 4584 : cluster 0 pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:39 smithi044 bash[32620]: cluster 2023-12-07T11:44:38.877384+0000 mgr.a (mgr.24293) 4584 : cluster 0 pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:39.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:39 smithi027 bash[31536]: cluster 2023-12-07T11:44:38.877384+0000 mgr.a (mgr.24293) 4584 : cluster 0 pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:41 smithi022 bash[28554]: cluster 2023-12-07T11:44:40.878227+0000 mgr.a (mgr.24293) 4585 : cluster 0 pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:41 smithi044 bash[32620]: cluster 2023-12-07T11:44:40.878227+0000 mgr.a (mgr.24293) 4585 : cluster 0 pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:41 smithi027 bash[31536]: cluster 2023-12-07T11:44:40.878227+0000 mgr.a (mgr.24293) 4585 : cluster 0 pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:43.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:43.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:43.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:44.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:44.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:44.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:44.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:44.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:43 smithi022 bash[28554]: cluster 2023-12-07T11:44:42.878786+0000 mgr.a (mgr.24293) 4586 : cluster 0 pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:43 smithi044 bash[32620]: cluster 2023-12-07T11:44:42.878786+0000 mgr.a (mgr.24293) 4586 : cluster 0 pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:43 smithi027 bash[31536]: cluster 2023-12-07T11:44:42.878786+0000 mgr.a (mgr.24293) 4586 : cluster 0 pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:44 smithi022 bash[28554]: audit 2023-12-07T11:44:43.635939+0000 mgr.a (mgr.24293) 4587 : audit 0 from='client.91894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:44 smithi044 bash[32620]: audit 2023-12-07T11:44:43.635939+0000 mgr.a (mgr.24293) 4587 : audit 0 from='client.91894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:44 smithi027 bash[31536]: audit 2023-12-07T11:44:43.635939+0000 mgr.a (mgr.24293) 4587 : audit 0 from='client.91894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:45 smithi022 bash[28554]: cluster 2023-12-07T11:44:44.879588+0000 mgr.a (mgr.24293) 4588 : cluster 0 pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:45 smithi044 bash[32620]: cluster 2023-12-07T11:44:44.879588+0000 mgr.a (mgr.24293) 4588 : cluster 0 pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:45 smithi027 bash[31536]: cluster 2023-12-07T11:44:44.879588+0000 mgr.a (mgr.24293) 4588 : cluster 0 pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:47 smithi022 bash[28554]: cluster 2023-12-07T11:44:46.880380+0000 mgr.a (mgr.24293) 4589 : cluster 0 pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:47 smithi044 bash[32620]: cluster 2023-12-07T11:44:46.880380+0000 mgr.a (mgr.24293) 4589 : cluster 0 pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:47 smithi027 bash[31536]: cluster 2023-12-07T11:44:46.880380+0000 mgr.a (mgr.24293) 4589 : cluster 0 pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:49.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:49.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:49.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:50.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:50.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:50.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:50.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:50.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:49 smithi022 bash[28554]: cluster 2023-12-07T11:44:48.880935+0000 mgr.a (mgr.24293) 4590 : 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-07T11:44:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:49 smithi044 bash[32620]: cluster 2023-12-07T11:44:48.880935+0000 mgr.a (mgr.24293) 4590 : 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-07T11:44:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:49 smithi027 bash[31536]: cluster 2023-12-07T11:44:48.880935+0000 mgr.a (mgr.24293) 4590 : 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-07T11:44:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:50 smithi022 bash[28554]: audit 2023-12-07T11:44:49.582806+0000 mgr.a (mgr.24293) 4591 : audit 0 from='client.101535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:51 smithi044 bash[32620]: audit 2023-12-07T11:44:49.582806+0000 mgr.a (mgr.24293) 4591 : audit 0 from='client.101535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:51.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:51 smithi027 bash[31536]: audit 2023-12-07T11:44:49.582806+0000 mgr.a (mgr.24293) 4591 : audit 0 from='client.101535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:52 smithi022 bash[28554]: cluster 2023-12-07T11:44:50.881775+0000 mgr.a (mgr.24293) 4592 : 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-07T11:44:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:52 smithi044 bash[32620]: cluster 2023-12-07T11:44:50.881775+0000 mgr.a (mgr.24293) 4592 : 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-07T11:44:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:54 smithi022 bash[28554]: cluster 2023-12-07T11:44:52.882274+0000 mgr.a (mgr.24293) 4593 : 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-07T11:44:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:54 smithi044 bash[32620]: cluster 2023-12-07T11:44:52.882274+0000 mgr.a (mgr.24293) 4593 : 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-07T11:44:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:52 smithi027 bash[31536]: cluster 2023-12-07T11:44:50.881775+0000 mgr.a (mgr.24293) 4592 : 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-07T11:44:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:54 smithi027 bash[31536]: cluster 2023-12-07T11:44:52.882274+0000 mgr.a (mgr.24293) 4593 : 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-07T11:44:55.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:44:55.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:55.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:56.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:44:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:56.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:56.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:44:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:56 smithi022 bash[28554]: cluster 2023-12-07T11:44:54.882816+0000 mgr.a (mgr.24293) 4594 : 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-07T11:44:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:56 smithi044 bash[32620]: cluster 2023-12-07T11:44:54.882816+0000 mgr.a (mgr.24293) 4594 : 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-07T11:44:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:56 smithi027 bash[31536]: cluster 2023-12-07T11:44:54.882816+0000 mgr.a (mgr.24293) 4594 : 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-07T11:44:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:57 smithi022 bash[28554]: audit 2023-12-07T11:44:55.527803+0000 mgr.a (mgr.24293) 4595 : audit 0 from='client.101610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:57 smithi044 bash[32620]: audit 2023-12-07T11:44:55.527803+0000 mgr.a (mgr.24293) 4595 : audit 0 from='client.101610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:57 smithi027 bash[31536]: audit 2023-12-07T11:44:55.527803+0000 mgr.a (mgr.24293) 4595 : audit 0 from='client.101610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:44:58 smithi022 bash[28554]: cluster 2023-12-07T11:44:56.883880+0000 mgr.a (mgr.24293) 4596 : cluster 0 pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:44:58 smithi044 bash[32620]: cluster 2023-12-07T11:44:56.883880+0000 mgr.a (mgr.24293) 4596 : cluster 0 pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:44:58 smithi027 bash[31536]: cluster 2023-12-07T11:44:56.883880+0000 mgr.a (mgr.24293) 4596 : cluster 0 pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:00 smithi022 bash[28554]: cluster 2023-12-07T11:44:58.884488+0000 mgr.a (mgr.24293) 4597 : cluster 0 pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:00 smithi044 bash[32620]: cluster 2023-12-07T11:44:58.884488+0000 mgr.a (mgr.24293) 4597 : cluster 0 pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:00 smithi027 bash[31536]: cluster 2023-12-07T11:44:58.884488+0000 mgr.a (mgr.24293) 4597 : cluster 0 pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:01.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:01.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:01.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:02.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:02.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:02.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:02.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:02.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:02 smithi022 bash[28554]: cluster 2023-12-07T11:45:00.885264+0000 mgr.a (mgr.24293) 4598 : cluster 0 pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:02 smithi022 bash[28554]: audit 2023-12-07T11:45:01.464359+0000 mgr.a (mgr.24293) 4599 : audit 0 from='client.101685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:02 smithi044 bash[32620]: cluster 2023-12-07T11:45:00.885264+0000 mgr.a (mgr.24293) 4598 : cluster 0 pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:02 smithi044 bash[32620]: audit 2023-12-07T11:45:01.464359+0000 mgr.a (mgr.24293) 4599 : audit 0 from='client.101685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:02 smithi027 bash[31536]: cluster 2023-12-07T11:45:00.885264+0000 mgr.a (mgr.24293) 4598 : cluster 0 pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:02 smithi027 bash[31536]: audit 2023-12-07T11:45:01.464359+0000 mgr.a (mgr.24293) 4599 : audit 0 from='client.101685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:04 smithi022 bash[28554]: cluster 2023-12-07T11:45:02.885994+0000 mgr.a (mgr.24293) 4600 : cluster 0 pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:04 smithi044 bash[32620]: cluster 2023-12-07T11:45:02.885994+0000 mgr.a (mgr.24293) 4600 : cluster 0 pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:04 smithi027 bash[31536]: cluster 2023-12-07T11:45:02.885994+0000 mgr.a (mgr.24293) 4600 : cluster 0 pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:06 smithi022 bash[28554]: cluster 2023-12-07T11:45:04.886616+0000 mgr.a (mgr.24293) 4601 : cluster 0 pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:06 smithi022 bash[28554]: audit 2023-12-07T11:45:05.679604+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:45:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:06 smithi044 bash[32620]: cluster 2023-12-07T11:45:04.886616+0000 mgr.a (mgr.24293) 4601 : cluster 0 pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:06 smithi044 bash[32620]: audit 2023-12-07T11:45:05.679604+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:45:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:06 smithi027 bash[31536]: cluster 2023-12-07T11:45:04.886616+0000 mgr.a (mgr.24293) 4601 : cluster 0 pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:06 smithi027 bash[31536]: audit 2023-12-07T11:45:05.679604+0000 mon.a (mon.0) 1092 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:45:07.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:07.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:07.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:07.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:07.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:07.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:07.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:07.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:08 smithi022 bash[28554]: cluster 2023-12-07T11:45:06.887662+0000 mgr.a (mgr.24293) 4602 : 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-07T11:45:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:08 smithi022 bash[28554]: audit 2023-12-07T11:45:07.421211+0000 mgr.a (mgr.24293) 4603 : audit 0 from='client.101763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:08 smithi044 bash[32620]: cluster 2023-12-07T11:45:06.887662+0000 mgr.a (mgr.24293) 4602 : 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-07T11:45:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:08 smithi044 bash[32620]: audit 2023-12-07T11:45:07.421211+0000 mgr.a (mgr.24293) 4603 : audit 0 from='client.101763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:08 smithi027 bash[31536]: cluster 2023-12-07T11:45:06.887662+0000 mgr.a (mgr.24293) 4602 : 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-07T11:45:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:08 smithi027 bash[31536]: audit 2023-12-07T11:45:07.421211+0000 mgr.a (mgr.24293) 4603 : audit 0 from='client.101763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:10 smithi022 bash[28554]: cluster 2023-12-07T11:45:08.888459+0000 mgr.a (mgr.24293) 4604 : cluster 0 pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:10 smithi044 bash[32620]: cluster 2023-12-07T11:45:08.888459+0000 mgr.a (mgr.24293) 4604 : cluster 0 pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:10 smithi027 bash[31536]: cluster 2023-12-07T11:45:08.888459+0000 mgr.a (mgr.24293) 4604 : cluster 0 pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: cluster 2023-12-07T11:45:10.889062+0000 mgr.a (mgr.24293) 4605 : cluster 0 pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.026981+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.035061+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.081186+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.086294+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.090819+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.094792+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.772960+0000 mon.a (mon.0) 1099 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.775070+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:12 smithi022 bash[28554]: audit 2023-12-07T11:45:11.784481+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: cluster 2023-12-07T11:45:10.889062+0000 mgr.a (mgr.24293) 4605 : cluster 0 pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.026981+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.035061+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.081186+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.086294+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.090819+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.094792+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.772960+0000 mon.a (mon.0) 1099 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:45:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.775070+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:45:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:12 smithi044 bash[32620]: audit 2023-12-07T11:45:11.784481+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: cluster 2023-12-07T11:45:10.889062+0000 mgr.a (mgr.24293) 4605 : cluster 0 pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.026981+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.035061+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.081186+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.086294+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.090819+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.094792+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.772960+0000 mon.a (mon.0) 1099 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.775070+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:45:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:12 smithi027 bash[31536]: audit 2023-12-07T11:45:11.784481+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:45:12.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:12.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:12.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:13.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:14 smithi022 bash[28554]: cluster 2023-12-07T11:45:12.889679+0000 mgr.a (mgr.24293) 4606 : cluster 0 pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:14 smithi022 bash[28554]: audit 2023-12-07T11:45:13.352426+0000 mgr.a (mgr.24293) 4607 : audit 0 from='client.101838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:14 smithi044 bash[32620]: cluster 2023-12-07T11:45:12.889679+0000 mgr.a (mgr.24293) 4606 : cluster 0 pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:14 smithi044 bash[32620]: audit 2023-12-07T11:45:13.352426+0000 mgr.a (mgr.24293) 4607 : audit 0 from='client.101838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:14 smithi027 bash[31536]: cluster 2023-12-07T11:45:12.889679+0000 mgr.a (mgr.24293) 4606 : cluster 0 pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:14 smithi027 bash[31536]: audit 2023-12-07T11:45:13.352426+0000 mgr.a (mgr.24293) 4607 : audit 0 from='client.101838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:16 smithi022 bash[28554]: cluster 2023-12-07T11:45:14.890575+0000 mgr.a (mgr.24293) 4608 : cluster 0 pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:16 smithi044 bash[32620]: cluster 2023-12-07T11:45:14.890575+0000 mgr.a (mgr.24293) 4608 : cluster 0 pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:16 smithi027 bash[31536]: cluster 2023-12-07T11:45:14.890575+0000 mgr.a (mgr.24293) 4608 : cluster 0 pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:18 smithi022 bash[28554]: cluster 2023-12-07T11:45:16.891431+0000 mgr.a (mgr.24293) 4609 : cluster 0 pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:18 smithi044 bash[32620]: cluster 2023-12-07T11:45:16.891431+0000 mgr.a (mgr.24293) 4609 : cluster 0 pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:18 smithi027 bash[31536]: cluster 2023-12-07T11:45:16.891431+0000 mgr.a (mgr.24293) 4609 : cluster 0 pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:18.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:18.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:18.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:19.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:19.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:19.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:19.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:19.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:20 smithi022 bash[28554]: cluster 2023-12-07T11:45:18.892109+0000 mgr.a (mgr.24293) 4610 : 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-07T11:45:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:20 smithi022 bash[28554]: audit 2023-12-07T11:45:19.308072+0000 mgr.a (mgr.24293) 4611 : audit 0 from='client.101910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:20 smithi044 bash[32620]: cluster 2023-12-07T11:45:18.892109+0000 mgr.a (mgr.24293) 4610 : 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-07T11:45:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:20 smithi044 bash[32620]: audit 2023-12-07T11:45:19.308072+0000 mgr.a (mgr.24293) 4611 : audit 0 from='client.101910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:20 smithi027 bash[31536]: cluster 2023-12-07T11:45:18.892109+0000 mgr.a (mgr.24293) 4610 : 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-07T11:45:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:20 smithi027 bash[31536]: audit 2023-12-07T11:45:19.308072+0000 mgr.a (mgr.24293) 4611 : audit 0 from='client.101910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:22 smithi022 bash[28554]: cluster 2023-12-07T11:45:20.893032+0000 mgr.a (mgr.24293) 4612 : 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-07T11:45:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:22 smithi044 bash[32620]: cluster 2023-12-07T11:45:20.893032+0000 mgr.a (mgr.24293) 4612 : 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-07T11:45:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:22 smithi027 bash[31536]: cluster 2023-12-07T11:45:20.893032+0000 mgr.a (mgr.24293) 4612 : 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-07T11:45:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:24 smithi022 bash[28554]: cluster 2023-12-07T11:45:22.893581+0000 mgr.a (mgr.24293) 4613 : 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-07T11:45:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:24 smithi044 bash[32620]: cluster 2023-12-07T11:45:22.893581+0000 mgr.a (mgr.24293) 4613 : 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-07T11:45:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:24 smithi027 bash[31536]: cluster 2023-12-07T11:45:22.893581+0000 mgr.a (mgr.24293) 4613 : 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-07T11:45:24.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:24.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:24.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:25.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:25.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:25.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:25.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:25.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:26 smithi022 bash[28554]: cluster 2023-12-07T11:45:24.894113+0000 mgr.a (mgr.24293) 4614 : 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-07T11:45:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:26 smithi022 bash[28554]: audit 2023-12-07T11:45:25.251959+0000 mgr.a (mgr.24293) 4615 : audit 0 from='client.101985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:26 smithi044 bash[32620]: cluster 2023-12-07T11:45:24.894113+0000 mgr.a (mgr.24293) 4614 : 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-07T11:45:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:26 smithi044 bash[32620]: audit 2023-12-07T11:45:25.251959+0000 mgr.a (mgr.24293) 4615 : audit 0 from='client.101985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:26 smithi027 bash[31536]: cluster 2023-12-07T11:45:24.894113+0000 mgr.a (mgr.24293) 4614 : 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-07T11:45:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:26 smithi027 bash[31536]: audit 2023-12-07T11:45:25.251959+0000 mgr.a (mgr.24293) 4615 : audit 0 from='client.101985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:28 smithi022 bash[28554]: cluster 2023-12-07T11:45:26.895300+0000 mgr.a (mgr.24293) 4616 : cluster 0 pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:45:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:28 smithi044 bash[32620]: cluster 2023-12-07T11:45:26.895300+0000 mgr.a (mgr.24293) 4616 : cluster 0 pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:45:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:28 smithi027 bash[31536]: cluster 2023-12-07T11:45:26.895300+0000 mgr.a (mgr.24293) 4616 : cluster 0 pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:45:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:30 smithi022 bash[28554]: cluster 2023-12-07T11:45:28.896082+0000 mgr.a (mgr.24293) 4617 : cluster 0 pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:45:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:30 smithi044 bash[32620]: cluster 2023-12-07T11:45:28.896082+0000 mgr.a (mgr.24293) 4617 : cluster 0 pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:45:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:30 smithi027 bash[31536]: cluster 2023-12-07T11:45:28.896082+0000 mgr.a (mgr.24293) 4617 : cluster 0 pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:45:30.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:30.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:30.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:31.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:31.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:31.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:31.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:31.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:32 smithi022 bash[28554]: cluster 2023-12-07T11:45:30.896994+0000 mgr.a (mgr.24293) 4618 : cluster 0 pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:32 smithi022 bash[28554]: audit 2023-12-07T11:45:31.205594+0000 mgr.a (mgr.24293) 4619 : audit 0 from='client.102060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:32 smithi044 bash[32620]: cluster 2023-12-07T11:45:30.896994+0000 mgr.a (mgr.24293) 4618 : cluster 0 pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:32 smithi044 bash[32620]: audit 2023-12-07T11:45:31.205594+0000 mgr.a (mgr.24293) 4619 : audit 0 from='client.102060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:32 smithi027 bash[31536]: cluster 2023-12-07T11:45:30.896994+0000 mgr.a (mgr.24293) 4618 : cluster 0 pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:32 smithi027 bash[31536]: audit 2023-12-07T11:45:31.205594+0000 mgr.a (mgr.24293) 4619 : audit 0 from='client.102060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:34 smithi022 bash[28554]: cluster 2023-12-07T11:45:32.897679+0000 mgr.a (mgr.24293) 4620 : cluster 0 pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:34 smithi044 bash[32620]: cluster 2023-12-07T11:45:32.897679+0000 mgr.a (mgr.24293) 4620 : cluster 0 pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:34 smithi027 bash[31536]: cluster 2023-12-07T11:45:32.897679+0000 mgr.a (mgr.24293) 4620 : cluster 0 pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:36 smithi022 bash[28554]: cluster 2023-12-07T11:45:34.898288+0000 mgr.a (mgr.24293) 4621 : cluster 0 pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:36 smithi044 bash[32620]: cluster 2023-12-07T11:45:34.898288+0000 mgr.a (mgr.24293) 4621 : cluster 0 pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:36 smithi027 bash[31536]: cluster 2023-12-07T11:45:34.898288+0000 mgr.a (mgr.24293) 4621 : cluster 0 pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:37.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:37.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:37.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:37.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:37.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:38 smithi022 bash[28554]: cluster 2023-12-07T11:45:36.899072+0000 mgr.a (mgr.24293) 4622 : cluster 0 pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:38 smithi022 bash[28554]: audit 2023-12-07T11:45:37.146834+0000 mgr.a (mgr.24293) 4623 : audit 0 from='client.102132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:38 smithi044 bash[32620]: cluster 2023-12-07T11:45:36.899072+0000 mgr.a (mgr.24293) 4622 : cluster 0 pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:38 smithi044 bash[32620]: audit 2023-12-07T11:45:37.146834+0000 mgr.a (mgr.24293) 4623 : audit 0 from='client.102132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:38 smithi027 bash[31536]: cluster 2023-12-07T11:45:36.899072+0000 mgr.a (mgr.24293) 4622 : cluster 0 pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:38 smithi027 bash[31536]: audit 2023-12-07T11:45:37.146834+0000 mgr.a (mgr.24293) 4623 : audit 0 from='client.102132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:40 smithi022 bash[28554]: cluster 2023-12-07T11:45:38.899839+0000 mgr.a (mgr.24293) 4624 : cluster 0 pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:45:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:40 smithi044 bash[32620]: cluster 2023-12-07T11:45:38.899839+0000 mgr.a (mgr.24293) 4624 : cluster 0 pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:45:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:40 smithi027 bash[31536]: cluster 2023-12-07T11:45:38.899839+0000 mgr.a (mgr.24293) 4624 : cluster 0 pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:45:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:42 smithi022 bash[28554]: cluster 2023-12-07T11:45:40.900663+0000 mgr.a (mgr.24293) 4625 : cluster 0 pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:45:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:42 smithi044 bash[32620]: cluster 2023-12-07T11:45:40.900663+0000 mgr.a (mgr.24293) 4625 : cluster 0 pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:45:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:42 smithi027 bash[31536]: cluster 2023-12-07T11:45:40.900663+0000 mgr.a (mgr.24293) 4625 : cluster 0 pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:45:42.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:42.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:42.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:43.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:43.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:43.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:43.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:43.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:44 smithi022 bash[28554]: cluster 2023-12-07T11:45:42.901276+0000 mgr.a (mgr.24293) 4626 : cluster 0 pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:44 smithi022 bash[28554]: audit 2023-12-07T11:45:43.086451+0000 mgr.a (mgr.24293) 4627 : audit 0 from='client.102207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:44 smithi044 bash[32620]: cluster 2023-12-07T11:45:42.901276+0000 mgr.a (mgr.24293) 4626 : cluster 0 pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:44 smithi044 bash[32620]: audit 2023-12-07T11:45:43.086451+0000 mgr.a (mgr.24293) 4627 : audit 0 from='client.102207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:44 smithi027 bash[31536]: cluster 2023-12-07T11:45:42.901276+0000 mgr.a (mgr.24293) 4626 : cluster 0 pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:44 smithi027 bash[31536]: audit 2023-12-07T11:45:43.086451+0000 mgr.a (mgr.24293) 4627 : audit 0 from='client.102207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:46 smithi022 bash[28554]: cluster 2023-12-07T11:45:44.901969+0000 mgr.a (mgr.24293) 4628 : cluster 0 pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:46 smithi044 bash[32620]: cluster 2023-12-07T11:45:44.901969+0000 mgr.a (mgr.24293) 4628 : cluster 0 pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:46 smithi027 bash[31536]: cluster 2023-12-07T11:45:44.901969+0000 mgr.a (mgr.24293) 4628 : cluster 0 pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:48 smithi022 bash[28554]: cluster 2023-12-07T11:45:46.902813+0000 mgr.a (mgr.24293) 4629 : cluster 0 pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:48 smithi044 bash[32620]: cluster 2023-12-07T11:45:46.902813+0000 mgr.a (mgr.24293) 4629 : cluster 0 pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:48 smithi027 bash[31536]: cluster 2023-12-07T11:45:46.902813+0000 mgr.a (mgr.24293) 4629 : cluster 0 pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:48.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:48.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:48.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:49.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:49.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:49.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:49.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:49.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:50 smithi022 bash[28554]: cluster 2023-12-07T11:45:48.903350+0000 mgr.a (mgr.24293) 4630 : cluster 0 pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:50 smithi022 bash[28554]: audit 2023-12-07T11:45:49.019644+0000 mgr.a (mgr.24293) 4631 : audit 0 from='client.102282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:50 smithi044 bash[32620]: cluster 2023-12-07T11:45:48.903350+0000 mgr.a (mgr.24293) 4630 : cluster 0 pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:50 smithi044 bash[32620]: audit 2023-12-07T11:45:49.019644+0000 mgr.a (mgr.24293) 4631 : audit 0 from='client.102282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:50 smithi027 bash[31536]: cluster 2023-12-07T11:45:48.903350+0000 mgr.a (mgr.24293) 4630 : cluster 0 pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:50 smithi027 bash[31536]: audit 2023-12-07T11:45:49.019644+0000 mgr.a (mgr.24293) 4631 : audit 0 from='client.102282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:52 smithi022 bash[28554]: cluster 2023-12-07T11:45:50.904245+0000 mgr.a (mgr.24293) 4632 : cluster 0 pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:52 smithi044 bash[32620]: cluster 2023-12-07T11:45:50.904245+0000 mgr.a (mgr.24293) 4632 : cluster 0 pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:52 smithi027 bash[31536]: cluster 2023-12-07T11:45:50.904245+0000 mgr.a (mgr.24293) 4632 : cluster 0 pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:54 smithi022 bash[28554]: cluster 2023-12-07T11:45:52.904860+0000 mgr.a (mgr.24293) 4633 : 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-07T11:45:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:54 smithi044 bash[32620]: cluster 2023-12-07T11:45:52.904860+0000 mgr.a (mgr.24293) 4633 : 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-07T11:45:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:54 smithi027 bash[31536]: cluster 2023-12-07T11:45:52.904860+0000 mgr.a (mgr.24293) 4633 : 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-07T11:45:54.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:45:54.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:54.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:55.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:45:55.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:55.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:55.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:55.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:45:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:56 smithi022 bash[28554]: cluster 2023-12-07T11:45:54.905280+0000 mgr.a (mgr.24293) 4634 : 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-07T11:45:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:56 smithi022 bash[28554]: audit 2023-12-07T11:45:54.969198+0000 mgr.a (mgr.24293) 4635 : audit 0 from='client.102354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:56 smithi044 bash[32620]: cluster 2023-12-07T11:45:54.905280+0000 mgr.a (mgr.24293) 4634 : 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-07T11:45:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:56 smithi044 bash[32620]: audit 2023-12-07T11:45:54.969198+0000 mgr.a (mgr.24293) 4635 : audit 0 from='client.102354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:56 smithi027 bash[31536]: cluster 2023-12-07T11:45:54.905280+0000 mgr.a (mgr.24293) 4634 : 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-07T11:45:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:56 smithi027 bash[31536]: audit 2023-12-07T11:45:54.969198+0000 mgr.a (mgr.24293) 4635 : audit 0 from='client.102354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:45:58 smithi022 bash[28554]: cluster 2023-12-07T11:45:56.906168+0000 mgr.a (mgr.24293) 4636 : cluster 0 pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:45:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:45:58 smithi044 bash[32620]: cluster 2023-12-07T11:45:56.906168+0000 mgr.a (mgr.24293) 4636 : cluster 0 pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:45:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:45:58 smithi027 bash[31536]: cluster 2023-12-07T11:45:56.906168+0000 mgr.a (mgr.24293) 4636 : cluster 0 pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:46:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:00 smithi022 bash[28554]: cluster 2023-12-07T11:45:58.906745+0000 mgr.a (mgr.24293) 4637 : cluster 0 pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:00 smithi044 bash[32620]: cluster 2023-12-07T11:45:58.906745+0000 mgr.a (mgr.24293) 4637 : cluster 0 pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:00 smithi027 bash[31536]: cluster 2023-12-07T11:45:58.906745+0000 mgr.a (mgr.24293) 4637 : cluster 0 pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:00.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:00.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:00.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:01.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:01.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:01.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:01.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:01.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:02 smithi022 bash[28554]: cluster 2023-12-07T11:46:00.907483+0000 mgr.a (mgr.24293) 4638 : cluster 0 pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:02 smithi022 bash[28554]: audit 2023-12-07T11:46:00.910295+0000 mgr.a (mgr.24293) 4639 : audit 0 from='client.102429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:02 smithi044 bash[32620]: cluster 2023-12-07T11:46:00.907483+0000 mgr.a (mgr.24293) 4638 : cluster 0 pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:02 smithi044 bash[32620]: audit 2023-12-07T11:46:00.910295+0000 mgr.a (mgr.24293) 4639 : audit 0 from='client.102429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:02 smithi027 bash[31536]: cluster 2023-12-07T11:46:00.907483+0000 mgr.a (mgr.24293) 4638 : cluster 0 pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:02 smithi027 bash[31536]: audit 2023-12-07T11:46:00.910295+0000 mgr.a (mgr.24293) 4639 : audit 0 from='client.102429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:04 smithi022 bash[28554]: cluster 2023-12-07T11:46:02.908183+0000 mgr.a (mgr.24293) 4640 : cluster 0 pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:04 smithi044 bash[32620]: cluster 2023-12-07T11:46:02.908183+0000 mgr.a (mgr.24293) 4640 : cluster 0 pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:04 smithi027 bash[31536]: cluster 2023-12-07T11:46:02.908183+0000 mgr.a (mgr.24293) 4640 : cluster 0 pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:06 smithi022 bash[28554]: cluster 2023-12-07T11:46:04.908804+0000 mgr.a (mgr.24293) 4641 : cluster 0 pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:06 smithi044 bash[32620]: cluster 2023-12-07T11:46:04.908804+0000 mgr.a (mgr.24293) 4641 : cluster 0 pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:06.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:06.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:06.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:06 smithi027 bash[31536]: cluster 2023-12-07T11:46:04.908804+0000 mgr.a (mgr.24293) 4641 : cluster 0 pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:07.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:07.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:07.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:07.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:07.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:08 smithi022 bash[28554]: audit 2023-12-07T11:46:06.849344+0000 mgr.a (mgr.24293) 4642 : audit 0 from='client.102504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:08 smithi022 bash[28554]: cluster 2023-12-07T11:46:06.909833+0000 mgr.a (mgr.24293) 4643 : cluster 0 pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:08 smithi044 bash[32620]: audit 2023-12-07T11:46:06.849344+0000 mgr.a (mgr.24293) 4642 : audit 0 from='client.102504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:08 smithi044 bash[32620]: cluster 2023-12-07T11:46:06.909833+0000 mgr.a (mgr.24293) 4643 : cluster 0 pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:08 smithi027 bash[31536]: audit 2023-12-07T11:46:06.849344+0000 mgr.a (mgr.24293) 4642 : audit 0 from='client.102504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:08 smithi027 bash[31536]: cluster 2023-12-07T11:46:06.909833+0000 mgr.a (mgr.24293) 4643 : cluster 0 pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:10 smithi022 bash[28554]: cluster 2023-12-07T11:46:08.910551+0000 mgr.a (mgr.24293) 4644 : cluster 0 pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:46:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:10 smithi044 bash[32620]: cluster 2023-12-07T11:46:08.910551+0000 mgr.a (mgr.24293) 4644 : cluster 0 pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:46:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:10 smithi027 bash[31536]: cluster 2023-12-07T11:46:08.910551+0000 mgr.a (mgr.24293) 4644 : cluster 0 pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:46:12.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:12.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:12.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:12 smithi022 bash[28554]: cluster 2023-12-07T11:46:10.911509+0000 mgr.a (mgr.24293) 4645 : cluster 0 pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:46:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:12 smithi022 bash[28554]: audit 2023-12-07T11:46:11.888748+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:46:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:12 smithi044 bash[32620]: cluster 2023-12-07T11:46:10.911509+0000 mgr.a (mgr.24293) 4645 : cluster 0 pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:46:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:12 smithi044 bash[32620]: audit 2023-12-07T11:46:11.888748+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:46:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:12 smithi027 bash[31536]: cluster 2023-12-07T11:46:10.911509+0000 mgr.a (mgr.24293) 4645 : cluster 0 pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:46:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:12 smithi027 bash[31536]: audit 2023-12-07T11:46:11.888748+0000 mon.a (mon.0) 1102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:46:13.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:13.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:13.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:13.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:13.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:13 smithi022 bash[28554]: audit 2023-12-07T11:46:12.679629+0000 mon.a (mon.0) 1103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:46:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:13 smithi022 bash[28554]: audit 2023-12-07T11:46:12.681620+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:46:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:13 smithi022 bash[28554]: audit 2023-12-07T11:46:12.690485+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:46:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:13 smithi044 bash[32620]: audit 2023-12-07T11:46:12.679629+0000 mon.a (mon.0) 1103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:46:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:13 smithi044 bash[32620]: audit 2023-12-07T11:46:12.681620+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:46:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:13 smithi044 bash[32620]: audit 2023-12-07T11:46:12.690485+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:46:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:13 smithi027 bash[31536]: audit 2023-12-07T11:46:12.679629+0000 mon.a (mon.0) 1103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:46:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:13 smithi027 bash[31536]: audit 2023-12-07T11:46:12.681620+0000 mon.a (mon.0) 1104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:46:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:13 smithi027 bash[31536]: audit 2023-12-07T11:46:12.690485+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:46:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:14 smithi022 bash[28554]: audit 2023-12-07T11:46:12.820221+0000 mgr.a (mgr.24293) 4646 : audit 0 from='client.102582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:14 smithi022 bash[28554]: cluster 2023-12-07T11:46:12.912062+0000 mgr.a (mgr.24293) 4647 : cluster 0 pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:14 smithi044 bash[32620]: audit 2023-12-07T11:46:12.820221+0000 mgr.a (mgr.24293) 4646 : audit 0 from='client.102582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:14 smithi044 bash[32620]: cluster 2023-12-07T11:46:12.912062+0000 mgr.a (mgr.24293) 4647 : cluster 0 pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:14 smithi027 bash[31536]: audit 2023-12-07T11:46:12.820221+0000 mgr.a (mgr.24293) 4646 : audit 0 from='client.102582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:14 smithi027 bash[31536]: cluster 2023-12-07T11:46:12.912062+0000 mgr.a (mgr.24293) 4647 : cluster 0 pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:16 smithi022 bash[28554]: cluster 2023-12-07T11:46:14.912739+0000 mgr.a (mgr.24293) 4648 : cluster 0 pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:16 smithi044 bash[32620]: cluster 2023-12-07T11:46:14.912739+0000 mgr.a (mgr.24293) 4648 : cluster 0 pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:16 smithi027 bash[31536]: cluster 2023-12-07T11:46:14.912739+0000 mgr.a (mgr.24293) 4648 : cluster 0 pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:18.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:18.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:18.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:18 smithi022 bash[28554]: cluster 2023-12-07T11:46:16.913622+0000 mgr.a (mgr.24293) 4649 : cluster 0 pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:18 smithi044 bash[32620]: cluster 2023-12-07T11:46:16.913622+0000 mgr.a (mgr.24293) 4649 : cluster 0 pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:18 smithi027 bash[31536]: cluster 2023-12-07T11:46:16.913622+0000 mgr.a (mgr.24293) 4649 : cluster 0 pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:19.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:19.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:19.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:19.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:19.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:20 smithi022 bash[28554]: audit 2023-12-07T11:46:18.775135+0000 mgr.a (mgr.24293) 4650 : audit 0 from='client.102654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:20 smithi022 bash[28554]: cluster 2023-12-07T11:46:18.923419+0000 mgr.a (mgr.24293) 4651 : cluster 0 pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:20 smithi044 bash[32620]: audit 2023-12-07T11:46:18.775135+0000 mgr.a (mgr.24293) 4650 : audit 0 from='client.102654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:20 smithi044 bash[32620]: cluster 2023-12-07T11:46:18.923419+0000 mgr.a (mgr.24293) 4651 : cluster 0 pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:20 smithi027 bash[31536]: audit 2023-12-07T11:46:18.775135+0000 mgr.a (mgr.24293) 4650 : audit 0 from='client.102654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:20 smithi027 bash[31536]: cluster 2023-12-07T11:46:18.923419+0000 mgr.a (mgr.24293) 4651 : cluster 0 pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:22 smithi022 bash[28554]: cluster 2023-12-07T11:46:20.924724+0000 mgr.a (mgr.24293) 4652 : cluster 0 pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:22 smithi044 bash[32620]: cluster 2023-12-07T11:46:20.924724+0000 mgr.a (mgr.24293) 4652 : cluster 0 pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:22 smithi027 bash[31536]: cluster 2023-12-07T11:46:20.924724+0000 mgr.a (mgr.24293) 4652 : cluster 0 pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:24.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:24.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:24.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:24 smithi027 bash[31536]: cluster 2023-12-07T11:46:22.925280+0000 mgr.a (mgr.24293) 4653 : 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-07T11:46:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:24 smithi022 bash[28554]: cluster 2023-12-07T11:46:22.925280+0000 mgr.a (mgr.24293) 4653 : 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-07T11:46:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:24 smithi044 bash[32620]: cluster 2023-12-07T11:46:22.925280+0000 mgr.a (mgr.24293) 4653 : 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-07T11:46:25.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:25.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:25.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:25.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:25.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:26 smithi027 bash[31536]: audit 2023-12-07T11:46:24.715073+0000 mgr.a (mgr.24293) 4654 : audit 0 from='client.102729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:26 smithi027 bash[31536]: cluster 2023-12-07T11:46:24.925885+0000 mgr.a (mgr.24293) 4655 : 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-07T11:46:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:26 smithi022 bash[28554]: audit 2023-12-07T11:46:24.715073+0000 mgr.a (mgr.24293) 4654 : audit 0 from='client.102729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:26 smithi022 bash[28554]: cluster 2023-12-07T11:46:24.925885+0000 mgr.a (mgr.24293) 4655 : 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-07T11:46:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:26 smithi044 bash[32620]: audit 2023-12-07T11:46:24.715073+0000 mgr.a (mgr.24293) 4654 : audit 0 from='client.102729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:26 smithi044 bash[32620]: cluster 2023-12-07T11:46:24.925885+0000 mgr.a (mgr.24293) 4655 : 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-07T11:46:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:28 smithi027 bash[31536]: cluster 2023-12-07T11:46:26.926748+0000 mgr.a (mgr.24293) 4656 : 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-07T11:46:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:28 smithi022 bash[28554]: cluster 2023-12-07T11:46:26.926748+0000 mgr.a (mgr.24293) 4656 : 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-07T11:46:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:28 smithi044 bash[32620]: cluster 2023-12-07T11:46:26.926748+0000 mgr.a (mgr.24293) 4656 : 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-07T11:46:30.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:30.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:30.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:30 smithi027 bash[31536]: cluster 2023-12-07T11:46:28.927301+0000 mgr.a (mgr.24293) 4657 : 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-07T11:46:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:30 smithi022 bash[28554]: cluster 2023-12-07T11:46:28.927301+0000 mgr.a (mgr.24293) 4657 : 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-07T11:46:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:30 smithi044 bash[32620]: cluster 2023-12-07T11:46:28.927301+0000 mgr.a (mgr.24293) 4657 : 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-07T11:46:31.177 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:31.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:31.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:31.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:31.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:32 smithi027 bash[31536]: audit 2023-12-07T11:46:30.664819+0000 mgr.a (mgr.24293) 4658 : audit 0 from='client.102804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:32 smithi027 bash[31536]: cluster 2023-12-07T11:46:30.930832+0000 mgr.a (mgr.24293) 4659 : cluster 0 pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:32 smithi022 bash[28554]: audit 2023-12-07T11:46:30.664819+0000 mgr.a (mgr.24293) 4658 : audit 0 from='client.102804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:32 smithi022 bash[28554]: cluster 2023-12-07T11:46:30.930832+0000 mgr.a (mgr.24293) 4659 : cluster 0 pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:32 smithi044 bash[32620]: audit 2023-12-07T11:46:30.664819+0000 mgr.a (mgr.24293) 4658 : audit 0 from='client.102804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:32 smithi044 bash[32620]: cluster 2023-12-07T11:46:30.930832+0000 mgr.a (mgr.24293) 4659 : cluster 0 pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:34 smithi022 bash[28554]: cluster 2023-12-07T11:46:32.931819+0000 mgr.a (mgr.24293) 4660 : cluster 0 pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:34 smithi044 bash[32620]: cluster 2023-12-07T11:46:32.931819+0000 mgr.a (mgr.24293) 4660 : cluster 0 pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:34 smithi027 bash[31536]: cluster 2023-12-07T11:46:32.931819+0000 mgr.a (mgr.24293) 4660 : cluster 0 pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:36.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:36.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:36.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:36 smithi022 bash[28554]: cluster 2023-12-07T11:46:34.932411+0000 mgr.a (mgr.24293) 4661 : cluster 0 pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:36 smithi044 bash[32620]: cluster 2023-12-07T11:46:34.932411+0000 mgr.a (mgr.24293) 4661 : cluster 0 pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:36 smithi027 bash[31536]: cluster 2023-12-07T11:46:34.932411+0000 mgr.a (mgr.24293) 4661 : cluster 0 pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:37.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:37.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:37.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:37.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:37.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:38 smithi022 bash[28554]: audit 2023-12-07T11:46:36.590907+0000 mgr.a (mgr.24293) 4662 : audit 0 from='client.102882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:38 smithi022 bash[28554]: cluster 2023-12-07T11:46:36.933475+0000 mgr.a (mgr.24293) 4663 : cluster 0 pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:38 smithi044 bash[32620]: audit 2023-12-07T11:46:36.590907+0000 mgr.a (mgr.24293) 4662 : audit 0 from='client.102882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:38 smithi044 bash[32620]: cluster 2023-12-07T11:46:36.933475+0000 mgr.a (mgr.24293) 4663 : cluster 0 pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:38 smithi027 bash[31536]: audit 2023-12-07T11:46:36.590907+0000 mgr.a (mgr.24293) 4662 : audit 0 from='client.102882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:38 smithi027 bash[31536]: cluster 2023-12-07T11:46:36.933475+0000 mgr.a (mgr.24293) 4663 : cluster 0 pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:40 smithi022 bash[28554]: cluster 2023-12-07T11:46:38.934157+0000 mgr.a (mgr.24293) 4664 : cluster 0 pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:40 smithi044 bash[32620]: cluster 2023-12-07T11:46:38.934157+0000 mgr.a (mgr.24293) 4664 : cluster 0 pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:40 smithi027 bash[31536]: cluster 2023-12-07T11:46:38.934157+0000 mgr.a (mgr.24293) 4664 : cluster 0 pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:42.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:42.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:42.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:42 smithi022 bash[28554]: cluster 2023-12-07T11:46:40.934950+0000 mgr.a (mgr.24293) 4665 : cluster 0 pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:42 smithi044 bash[32620]: cluster 2023-12-07T11:46:40.934950+0000 mgr.a (mgr.24293) 4665 : cluster 0 pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:42 smithi027 bash[31536]: cluster 2023-12-07T11:46:40.934950+0000 mgr.a (mgr.24293) 4665 : cluster 0 pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:43.041 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:43.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:43.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:43.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:43.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:44 smithi022 bash[28554]: audit 2023-12-07T11:46:42.531796+0000 mgr.a (mgr.24293) 4666 : audit 0 from='client.102954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:44 smithi022 bash[28554]: cluster 2023-12-07T11:46:42.935711+0000 mgr.a (mgr.24293) 4667 : cluster 0 pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:44 smithi044 bash[32620]: audit 2023-12-07T11:46:42.531796+0000 mgr.a (mgr.24293) 4666 : audit 0 from='client.102954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:44 smithi044 bash[32620]: cluster 2023-12-07T11:46:42.935711+0000 mgr.a (mgr.24293) 4667 : cluster 0 pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:44 smithi027 bash[31536]: audit 2023-12-07T11:46:42.531796+0000 mgr.a (mgr.24293) 4666 : audit 0 from='client.102954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:44 smithi027 bash[31536]: cluster 2023-12-07T11:46:42.935711+0000 mgr.a (mgr.24293) 4667 : cluster 0 pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:46 smithi022 bash[28554]: cluster 2023-12-07T11:46:44.936313+0000 mgr.a (mgr.24293) 4668 : cluster 0 pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:46 smithi044 bash[32620]: cluster 2023-12-07T11:46:44.936313+0000 mgr.a (mgr.24293) 4668 : cluster 0 pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:46 smithi027 bash[31536]: cluster 2023-12-07T11:46:44.936313+0000 mgr.a (mgr.24293) 4668 : cluster 0 pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:48.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:48.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:48.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:48 smithi022 bash[28554]: cluster 2023-12-07T11:46:46.937038+0000 mgr.a (mgr.24293) 4669 : cluster 0 pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:48 smithi044 bash[32620]: cluster 2023-12-07T11:46:46.937038+0000 mgr.a (mgr.24293) 4669 : cluster 0 pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:48 smithi027 bash[31536]: cluster 2023-12-07T11:46:46.937038+0000 mgr.a (mgr.24293) 4669 : cluster 0 pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:48.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:48.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:48.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:48.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:48.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:49 smithi022 bash[28554]: audit 2023-12-07T11:46:48.459911+0000 mgr.a (mgr.24293) 4670 : audit 0 from='client.103029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:49 smithi044 bash[32620]: audit 2023-12-07T11:46:48.459911+0000 mgr.a (mgr.24293) 4670 : audit 0 from='client.103029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:49 smithi027 bash[31536]: audit 2023-12-07T11:46:48.459911+0000 mgr.a (mgr.24293) 4670 : audit 0 from='client.103029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:50 smithi022 bash[28554]: cluster 2023-12-07T11:46:48.937569+0000 mgr.a (mgr.24293) 4671 : cluster 0 pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:50 smithi044 bash[32620]: cluster 2023-12-07T11:46:48.937569+0000 mgr.a (mgr.24293) 4671 : cluster 0 pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:50 smithi027 bash[31536]: cluster 2023-12-07T11:46:48.937569+0000 mgr.a (mgr.24293) 4671 : cluster 0 pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:52 smithi022 bash[28554]: cluster 2023-12-07T11:46:50.938414+0000 mgr.a (mgr.24293) 4672 : cluster 0 pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:52 smithi044 bash[32620]: cluster 2023-12-07T11:46:50.938414+0000 mgr.a (mgr.24293) 4672 : cluster 0 pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:52 smithi027 bash[31536]: cluster 2023-12-07T11:46:50.938414+0000 mgr.a (mgr.24293) 4672 : cluster 0 pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:53.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:53.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:53.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:54 smithi022 bash[28554]: cluster 2023-12-07T11:46:52.939013+0000 mgr.a (mgr.24293) 4673 : cluster 0 pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:54 smithi044 bash[32620]: cluster 2023-12-07T11:46:52.939013+0000 mgr.a (mgr.24293) 4673 : cluster 0 pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:54 smithi027 bash[31536]: cluster 2023-12-07T11:46:52.939013+0000 mgr.a (mgr.24293) 4673 : cluster 0 pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:54.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:46:54.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:54.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:54.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:54.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:46:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:55 smithi022 bash[28554]: audit 2023-12-07T11:46:54.406085+0000 mgr.a (mgr.24293) 4674 : audit 0 from='client.103107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:55 smithi044 bash[32620]: audit 2023-12-07T11:46:54.406085+0000 mgr.a (mgr.24293) 4674 : audit 0 from='client.103107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:55.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:55 smithi027 bash[31536]: audit 2023-12-07T11:46:54.406085+0000 mgr.a (mgr.24293) 4674 : audit 0 from='client.103107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:56 smithi022 bash[28554]: cluster 2023-12-07T11:46:54.939748+0000 mgr.a (mgr.24293) 4675 : cluster 0 pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:56 smithi044 bash[32620]: cluster 2023-12-07T11:46:54.939748+0000 mgr.a (mgr.24293) 4675 : cluster 0 pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:56 smithi027 bash[31536]: cluster 2023-12-07T11:46:54.939748+0000 mgr.a (mgr.24293) 4675 : cluster 0 pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:46:58 smithi022 bash[28554]: cluster 2023-12-07T11:46:56.940507+0000 mgr.a (mgr.24293) 4676 : cluster 0 pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:46:58 smithi044 bash[32620]: cluster 2023-12-07T11:46:56.940507+0000 mgr.a (mgr.24293) 4676 : cluster 0 pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:46:58 smithi027 bash[31536]: cluster 2023-12-07T11:46:56.940507+0000 mgr.a (mgr.24293) 4676 : cluster 0 pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:59.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:46:59.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:59.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:00 smithi022 bash[28554]: cluster 2023-12-07T11:46:58.941070+0000 mgr.a (mgr.24293) 4677 : 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-07T11:47:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:00 smithi044 bash[32620]: cluster 2023-12-07T11:46:58.941070+0000 mgr.a (mgr.24293) 4677 : 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-07T11:47:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:00 smithi027 bash[31536]: cluster 2023-12-07T11:46:58.941070+0000 mgr.a (mgr.24293) 4677 : 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-07T11:47:00.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:00.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:00.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:00.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:00.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:01 smithi022 bash[28554]: audit 2023-12-07T11:47:00.339629+0000 mgr.a (mgr.24293) 4678 : audit 0 from='client.103185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:01 smithi044 bash[32620]: audit 2023-12-07T11:47:00.339629+0000 mgr.a (mgr.24293) 4678 : audit 0 from='client.103185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:01 smithi027 bash[31536]: audit 2023-12-07T11:47:00.339629+0000 mgr.a (mgr.24293) 4678 : audit 0 from='client.103185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:02 smithi022 bash[28554]: cluster 2023-12-07T11:47:00.942149+0000 mgr.a (mgr.24293) 4679 : cluster 0 pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:02 smithi044 bash[32620]: cluster 2023-12-07T11:47:00.942149+0000 mgr.a (mgr.24293) 4679 : cluster 0 pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:02 smithi027 bash[31536]: cluster 2023-12-07T11:47:00.942149+0000 mgr.a (mgr.24293) 4679 : cluster 0 pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:04 smithi022 bash[28554]: cluster 2023-12-07T11:47:02.942827+0000 mgr.a (mgr.24293) 4680 : cluster 0 pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:04 smithi044 bash[32620]: cluster 2023-12-07T11:47:02.942827+0000 mgr.a (mgr.24293) 4680 : cluster 0 pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:04 smithi027 bash[31536]: cluster 2023-12-07T11:47:02.942827+0000 mgr.a (mgr.24293) 4680 : cluster 0 pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:05.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:05.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:06 smithi022 bash[28554]: cluster 2023-12-07T11:47:04.943449+0000 mgr.a (mgr.24293) 4681 : cluster 0 pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:06 smithi044 bash[32620]: cluster 2023-12-07T11:47:04.943449+0000 mgr.a (mgr.24293) 4681 : cluster 0 pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:06 smithi027 bash[31536]: cluster 2023-12-07T11:47:04.943449+0000 mgr.a (mgr.24293) 4681 : cluster 0 pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:06.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:06.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:07 smithi022 bash[28554]: audit 2023-12-07T11:47:06.275255+0000 mgr.a (mgr.24293) 4682 : audit 0 from='client.103260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:07 smithi044 bash[32620]: audit 2023-12-07T11:47:06.275255+0000 mgr.a (mgr.24293) 4682 : audit 0 from='client.103260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:07.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:07 smithi027 bash[31536]: audit 2023-12-07T11:47:06.275255+0000 mgr.a (mgr.24293) 4682 : audit 0 from='client.103260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:08 smithi022 bash[28554]: cluster 2023-12-07T11:47:06.944477+0000 mgr.a (mgr.24293) 4683 : cluster 0 pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:08 smithi044 bash[32620]: cluster 2023-12-07T11:47:06.944477+0000 mgr.a (mgr.24293) 4683 : cluster 0 pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:08 smithi027 bash[31536]: cluster 2023-12-07T11:47:06.944477+0000 mgr.a (mgr.24293) 4683 : cluster 0 pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:10 smithi022 bash[28554]: cluster 2023-12-07T11:47:08.945069+0000 mgr.a (mgr.24293) 4684 : cluster 0 pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:10 smithi044 bash[32620]: cluster 2023-12-07T11:47:08.945069+0000 mgr.a (mgr.24293) 4684 : cluster 0 pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:10 smithi027 bash[31536]: cluster 2023-12-07T11:47:08.945069+0000 mgr.a (mgr.24293) 4684 : cluster 0 pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:11.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:11.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:11.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:12 smithi022 bash[28554]: cluster 2023-12-07T11:47:10.945850+0000 mgr.a (mgr.24293) 4685 : cluster 0 pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:12 smithi044 bash[32620]: cluster 2023-12-07T11:47:10.945850+0000 mgr.a (mgr.24293) 4685 : cluster 0 pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:12 smithi027 bash[31536]: cluster 2023-12-07T11:47:10.945850+0000 mgr.a (mgr.24293) 4685 : cluster 0 pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:12.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:12.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:12.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:12.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:12.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:13 smithi022 bash[28554]: audit 2023-12-07T11:47:12.212354+0000 mgr.a (mgr.24293) 4686 : audit 0 from='client.103338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:13 smithi022 bash[28554]: audit 2023-12-07T11:47:12.795456+0000 mon.a (mon.0) 1106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:47:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:13 smithi044 bash[32620]: audit 2023-12-07T11:47:12.212354+0000 mgr.a (mgr.24293) 4686 : audit 0 from='client.103338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:13 smithi044 bash[32620]: audit 2023-12-07T11:47:12.795456+0000 mon.a (mon.0) 1106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:47:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:13 smithi027 bash[31536]: audit 2023-12-07T11:47:12.212354+0000 mgr.a (mgr.24293) 4686 : audit 0 from='client.103338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:13 smithi027 bash[31536]: audit 2023-12-07T11:47:12.795456+0000 mon.a (mon.0) 1106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:47:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:14 smithi022 bash[28554]: cluster 2023-12-07T11:47:12.946543+0000 mgr.a (mgr.24293) 4687 : 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-07T11:47:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:14 smithi022 bash[28554]: audit 2023-12-07T11:47:13.588282+0000 mon.a (mon.0) 1107 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:47:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:14 smithi022 bash[28554]: audit 2023-12-07T11:47:13.590305+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:47:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:14 smithi022 bash[28554]: audit 2023-12-07T11:47:13.600582+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:47:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:14 smithi044 bash[32620]: cluster 2023-12-07T11:47:12.946543+0000 mgr.a (mgr.24293) 4687 : 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-07T11:47:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:14 smithi044 bash[32620]: audit 2023-12-07T11:47:13.588282+0000 mon.a (mon.0) 1107 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:47:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:14 smithi044 bash[32620]: audit 2023-12-07T11:47:13.590305+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:47:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:14 smithi044 bash[32620]: audit 2023-12-07T11:47:13.600582+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:47:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:14 smithi027 bash[31536]: cluster 2023-12-07T11:47:12.946543+0000 mgr.a (mgr.24293) 4687 : 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-07T11:47:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:14 smithi027 bash[31536]: audit 2023-12-07T11:47:13.588282+0000 mon.a (mon.0) 1107 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:47:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:14 smithi027 bash[31536]: audit 2023-12-07T11:47:13.590305+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:47:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:14 smithi027 bash[31536]: audit 2023-12-07T11:47:13.600582+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:47:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:16 smithi022 bash[28554]: cluster 2023-12-07T11:47:14.947134+0000 mgr.a (mgr.24293) 4688 : 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-07T11:47:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:16 smithi044 bash[32620]: cluster 2023-12-07T11:47:14.947134+0000 mgr.a (mgr.24293) 4688 : 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-07T11:47:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:16 smithi027 bash[31536]: cluster 2023-12-07T11:47:14.947134+0000 mgr.a (mgr.24293) 4688 : 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-07T11:47:17.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:17.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:17.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:18 smithi022 bash[28554]: cluster 2023-12-07T11:47:16.947897+0000 mgr.a (mgr.24293) 4689 : cluster 0 pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:18 smithi044 bash[32620]: cluster 2023-12-07T11:47:16.947897+0000 mgr.a (mgr.24293) 4689 : cluster 0 pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:18 smithi027 bash[31536]: cluster 2023-12-07T11:47:16.947897+0000 mgr.a (mgr.24293) 4689 : cluster 0 pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:18.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:18.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:18.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:18.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:18.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:19 smithi022 bash[28554]: audit 2023-12-07T11:47:18.162869+0000 mgr.a (mgr.24293) 4690 : audit 0 from='client.103410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:19 smithi044 bash[32620]: audit 2023-12-07T11:47:18.162869+0000 mgr.a (mgr.24293) 4690 : audit 0 from='client.103410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:19 smithi027 bash[31536]: audit 2023-12-07T11:47:18.162869+0000 mgr.a (mgr.24293) 4690 : audit 0 from='client.103410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:20 smithi022 bash[28554]: cluster 2023-12-07T11:47:18.948591+0000 mgr.a (mgr.24293) 4691 : cluster 0 pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:20 smithi044 bash[32620]: cluster 2023-12-07T11:47:18.948591+0000 mgr.a (mgr.24293) 4691 : cluster 0 pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:20 smithi027 bash[31536]: cluster 2023-12-07T11:47:18.948591+0000 mgr.a (mgr.24293) 4691 : cluster 0 pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:22 smithi022 bash[28554]: cluster 2023-12-07T11:47:20.949539+0000 mgr.a (mgr.24293) 4692 : cluster 0 pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:22 smithi044 bash[32620]: cluster 2023-12-07T11:47:20.949539+0000 mgr.a (mgr.24293) 4692 : cluster 0 pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:22 smithi027 bash[31536]: cluster 2023-12-07T11:47:20.949539+0000 mgr.a (mgr.24293) 4692 : cluster 0 pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:23.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:23.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:23.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:24.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:24.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:24.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:24.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:24.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:24 smithi022 bash[28554]: cluster 2023-12-07T11:47:22.950264+0000 mgr.a (mgr.24293) 4693 : cluster 0 pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:24 smithi044 bash[32620]: cluster 2023-12-07T11:47:22.950264+0000 mgr.a (mgr.24293) 4693 : cluster 0 pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:24 smithi027 bash[31536]: cluster 2023-12-07T11:47:22.950264+0000 mgr.a (mgr.24293) 4693 : cluster 0 pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:25 smithi022 bash[28554]: audit 2023-12-07T11:47:24.112632+0000 mgr.a (mgr.24293) 4694 : audit 0 from='client.103485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:25 smithi044 bash[32620]: audit 2023-12-07T11:47:24.112632+0000 mgr.a (mgr.24293) 4694 : audit 0 from='client.103485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:25 smithi027 bash[31536]: audit 2023-12-07T11:47:24.112632+0000 mgr.a (mgr.24293) 4694 : audit 0 from='client.103485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:26 smithi022 bash[28554]: cluster 2023-12-07T11:47:24.951159+0000 mgr.a (mgr.24293) 4695 : cluster 0 pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:26 smithi044 bash[32620]: cluster 2023-12-07T11:47:24.951159+0000 mgr.a (mgr.24293) 4695 : cluster 0 pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:26 smithi027 bash[31536]: cluster 2023-12-07T11:47:24.951159+0000 mgr.a (mgr.24293) 4695 : cluster 0 pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:28 smithi022 bash[28554]: cluster 2023-12-07T11:47:26.952163+0000 mgr.a (mgr.24293) 4696 : cluster 0 pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:28 smithi044 bash[32620]: cluster 2023-12-07T11:47:26.952163+0000 mgr.a (mgr.24293) 4696 : cluster 0 pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:28 smithi027 bash[31536]: cluster 2023-12-07T11:47:26.952163+0000 mgr.a (mgr.24293) 4696 : cluster 0 pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:29.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:29.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:29.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:30.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:30.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:30.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:30.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:30.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:30 smithi022 bash[28554]: cluster 2023-12-07T11:47:28.952742+0000 mgr.a (mgr.24293) 4697 : 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-07T11:47:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:30 smithi044 bash[32620]: cluster 2023-12-07T11:47:28.952742+0000 mgr.a (mgr.24293) 4697 : 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-07T11:47:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:30 smithi027 bash[31536]: cluster 2023-12-07T11:47:28.952742+0000 mgr.a (mgr.24293) 4697 : 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-07T11:47:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:31 smithi022 bash[28554]: audit 2023-12-07T11:47:30.073969+0000 mgr.a (mgr.24293) 4698 : audit 0 from='client.103557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:31 smithi044 bash[32620]: audit 2023-12-07T11:47:30.073969+0000 mgr.a (mgr.24293) 4698 : audit 0 from='client.103557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:31 smithi027 bash[31536]: audit 2023-12-07T11:47:30.073969+0000 mgr.a (mgr.24293) 4698 : audit 0 from='client.103557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:32 smithi022 bash[28554]: cluster 2023-12-07T11:47:30.953751+0000 mgr.a (mgr.24293) 4699 : cluster 0 pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:47:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:32 smithi044 bash[32620]: cluster 2023-12-07T11:47:30.953751+0000 mgr.a (mgr.24293) 4699 : cluster 0 pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:47:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:32 smithi027 bash[31536]: cluster 2023-12-07T11:47:30.953751+0000 mgr.a (mgr.24293) 4699 : cluster 0 pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:47:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:34 smithi022 bash[28554]: cluster 2023-12-07T11:47:32.954484+0000 mgr.a (mgr.24293) 4700 : cluster 0 pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:47:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:34 smithi044 bash[32620]: cluster 2023-12-07T11:47:32.954484+0000 mgr.a (mgr.24293) 4700 : cluster 0 pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:47:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:34 smithi027 bash[31536]: cluster 2023-12-07T11:47:32.954484+0000 mgr.a (mgr.24293) 4700 : cluster 0 pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:47:35.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:35.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:35.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:36.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:36.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:36.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:36.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:36.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:36 smithi022 bash[28554]: cluster 2023-12-07T11:47:34.955207+0000 mgr.a (mgr.24293) 4701 : cluster 0 pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:47:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:36 smithi044 bash[32620]: cluster 2023-12-07T11:47:34.955207+0000 mgr.a (mgr.24293) 4701 : cluster 0 pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:47:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:36 smithi027 bash[31536]: cluster 2023-12-07T11:47:34.955207+0000 mgr.a (mgr.24293) 4701 : cluster 0 pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T11:47:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:37 smithi022 bash[28554]: audit 2023-12-07T11:47:36.009295+0000 mgr.a (mgr.24293) 4702 : audit 0 from='client.103632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:37 smithi044 bash[32620]: audit 2023-12-07T11:47:36.009295+0000 mgr.a (mgr.24293) 4702 : audit 0 from='client.103632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:37.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:37 smithi027 bash[31536]: audit 2023-12-07T11:47:36.009295+0000 mgr.a (mgr.24293) 4702 : audit 0 from='client.103632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:38 smithi022 bash[28554]: cluster 2023-12-07T11:47:36.956282+0000 mgr.a (mgr.24293) 4703 : cluster 0 pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:38 smithi044 bash[32620]: cluster 2023-12-07T11:47:36.956282+0000 mgr.a (mgr.24293) 4703 : cluster 0 pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:38 smithi027 bash[31536]: cluster 2023-12-07T11:47:36.956282+0000 mgr.a (mgr.24293) 4703 : cluster 0 pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:40 smithi022 bash[28554]: cluster 2023-12-07T11:47:38.956859+0000 mgr.a (mgr.24293) 4704 : cluster 0 pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:40 smithi044 bash[32620]: cluster 2023-12-07T11:47:38.956859+0000 mgr.a (mgr.24293) 4704 : cluster 0 pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:40 smithi027 bash[31536]: cluster 2023-12-07T11:47:38.956859+0000 mgr.a (mgr.24293) 4704 : cluster 0 pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:41.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:41.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:41.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:42.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:42.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:42.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:42.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:42.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:42 smithi022 bash[28554]: cluster 2023-12-07T11:47:40.957593+0000 mgr.a (mgr.24293) 4705 : cluster 0 pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:42 smithi044 bash[32620]: cluster 2023-12-07T11:47:40.957593+0000 mgr.a (mgr.24293) 4705 : cluster 0 pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:42 smithi027 bash[31536]: cluster 2023-12-07T11:47:40.957593+0000 mgr.a (mgr.24293) 4705 : cluster 0 pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:43 smithi022 bash[28554]: audit 2023-12-07T11:47:41.944842+0000 mgr.a (mgr.24293) 4706 : audit 0 from='client.103710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:43 smithi044 bash[32620]: audit 2023-12-07T11:47:41.944842+0000 mgr.a (mgr.24293) 4706 : audit 0 from='client.103710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:43.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:43 smithi027 bash[31536]: audit 2023-12-07T11:47:41.944842+0000 mgr.a (mgr.24293) 4706 : audit 0 from='client.103710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:44 smithi022 bash[28554]: cluster 2023-12-07T11:47:42.958264+0000 mgr.a (mgr.24293) 4707 : cluster 0 pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:47:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:44 smithi044 bash[32620]: cluster 2023-12-07T11:47:42.958264+0000 mgr.a (mgr.24293) 4707 : cluster 0 pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:47:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:44 smithi027 bash[31536]: cluster 2023-12-07T11:47:42.958264+0000 mgr.a (mgr.24293) 4707 : cluster 0 pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:47:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:46 smithi022 bash[28554]: cluster 2023-12-07T11:47:44.958817+0000 mgr.a (mgr.24293) 4708 : cluster 0 pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:47:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:46 smithi044 bash[32620]: cluster 2023-12-07T11:47:44.958817+0000 mgr.a (mgr.24293) 4708 : cluster 0 pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:47:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:46 smithi027 bash[31536]: cluster 2023-12-07T11:47:44.958817+0000 mgr.a (mgr.24293) 4708 : cluster 0 pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T11:47:47.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:47.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:47.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:48.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:48.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:48.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:48.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:48.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:48 smithi022 bash[28554]: cluster 2023-12-07T11:47:46.959605+0000 mgr.a (mgr.24293) 4709 : cluster 0 pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:47:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:48 smithi044 bash[32620]: cluster 2023-12-07T11:47:46.959605+0000 mgr.a (mgr.24293) 4709 : cluster 0 pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:47:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:48 smithi027 bash[31536]: cluster 2023-12-07T11:47:46.959605+0000 mgr.a (mgr.24293) 4709 : cluster 0 pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:47:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:49 smithi022 bash[28554]: audit 2023-12-07T11:47:47.894571+0000 mgr.a (mgr.24293) 4710 : audit 0 from='client.103785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:49 smithi044 bash[32620]: audit 2023-12-07T11:47:47.894571+0000 mgr.a (mgr.24293) 4710 : audit 0 from='client.103785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:49 smithi027 bash[31536]: audit 2023-12-07T11:47:47.894571+0000 mgr.a (mgr.24293) 4710 : audit 0 from='client.103785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:50 smithi022 bash[28554]: cluster 2023-12-07T11:47:48.960226+0000 mgr.a (mgr.24293) 4711 : cluster 0 pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:50 smithi044 bash[32620]: cluster 2023-12-07T11:47:48.960226+0000 mgr.a (mgr.24293) 4711 : cluster 0 pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:50 smithi027 bash[31536]: cluster 2023-12-07T11:47:48.960226+0000 mgr.a (mgr.24293) 4711 : cluster 0 pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:52 smithi022 bash[28554]: cluster 2023-12-07T11:47:50.961023+0000 mgr.a (mgr.24293) 4712 : cluster 0 pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:52 smithi027 bash[31536]: cluster 2023-12-07T11:47:50.961023+0000 mgr.a (mgr.24293) 4712 : cluster 0 pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:52 smithi044 bash[32620]: cluster 2023-12-07T11:47:50.961023+0000 mgr.a (mgr.24293) 4712 : cluster 0 pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:53.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:53.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:53.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:54.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:54.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:54.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:54.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:47:54.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:47:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:54 smithi027 bash[31536]: cluster 2023-12-07T11:47:52.961683+0000 mgr.a (mgr.24293) 4713 : cluster 0 pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:54 smithi022 bash[28554]: cluster 2023-12-07T11:47:52.961683+0000 mgr.a (mgr.24293) 4713 : cluster 0 pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:54 smithi044 bash[32620]: cluster 2023-12-07T11:47:52.961683+0000 mgr.a (mgr.24293) 4713 : cluster 0 pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:55.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:55 smithi027 bash[31536]: audit 2023-12-07T11:47:53.839620+0000 mgr.a (mgr.24293) 4714 : audit 0 from='client.103863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:55 smithi022 bash[28554]: audit 2023-12-07T11:47:53.839620+0000 mgr.a (mgr.24293) 4714 : audit 0 from='client.103863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:55 smithi044 bash[32620]: audit 2023-12-07T11:47:53.839620+0000 mgr.a (mgr.24293) 4714 : audit 0 from='client.103863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:56 smithi027 bash[31536]: cluster 2023-12-07T11:47:54.962543+0000 mgr.a (mgr.24293) 4715 : cluster 0 pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:56 smithi022 bash[28554]: cluster 2023-12-07T11:47:54.962543+0000 mgr.a (mgr.24293) 4715 : cluster 0 pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:56 smithi044 bash[32620]: cluster 2023-12-07T11:47:54.962543+0000 mgr.a (mgr.24293) 4715 : cluster 0 pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:47:58 smithi027 bash[31536]: cluster 2023-12-07T11:47:56.963567+0000 mgr.a (mgr.24293) 4716 : cluster 0 pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:47:58 smithi022 bash[28554]: cluster 2023-12-07T11:47:56.963567+0000 mgr.a (mgr.24293) 4716 : cluster 0 pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:47:58 smithi044 bash[32620]: cluster 2023-12-07T11:47:56.963567+0000 mgr.a (mgr.24293) 4716 : cluster 0 pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:59.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:47:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:00.301 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:00.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:00.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:00.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:00.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:00 smithi022 bash[28554]: cluster 2023-12-07T11:47:58.964218+0000 mgr.a (mgr.24293) 4717 : cluster 0 pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:00 smithi044 bash[32620]: cluster 2023-12-07T11:47:58.964218+0000 mgr.a (mgr.24293) 4717 : cluster 0 pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:00.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:00 smithi027 bash[31536]: cluster 2023-12-07T11:47:58.964218+0000 mgr.a (mgr.24293) 4717 : cluster 0 pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:01 smithi022 bash[28554]: audit 2023-12-07T11:47:59.785974+0000 mgr.a (mgr.24293) 4718 : audit 0 from='client.103941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:01 smithi044 bash[32620]: audit 2023-12-07T11:47:59.785974+0000 mgr.a (mgr.24293) 4718 : audit 0 from='client.103941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:01 smithi027 bash[31536]: audit 2023-12-07T11:47:59.785974+0000 mgr.a (mgr.24293) 4718 : audit 0 from='client.103941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:02 smithi022 bash[28554]: cluster 2023-12-07T11:48:00.965162+0000 mgr.a (mgr.24293) 4719 : cluster 0 pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:02 smithi044 bash[32620]: cluster 2023-12-07T11:48:00.965162+0000 mgr.a (mgr.24293) 4719 : cluster 0 pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:02 smithi027 bash[31536]: cluster 2023-12-07T11:48:00.965162+0000 mgr.a (mgr.24293) 4719 : cluster 0 pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:04 smithi022 bash[28554]: cluster 2023-12-07T11:48:02.965671+0000 mgr.a (mgr.24293) 4720 : 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-07T11:48:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:04 smithi044 bash[32620]: cluster 2023-12-07T11:48:02.965671+0000 mgr.a (mgr.24293) 4720 : 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-07T11:48:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:04 smithi027 bash[31536]: cluster 2023-12-07T11:48:02.965671+0000 mgr.a (mgr.24293) 4720 : 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-07T11:48:05.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:05.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:05.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:06.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:06.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:06.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:06.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:06.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:06 smithi022 bash[28554]: cluster 2023-12-07T11:48:04.966180+0000 mgr.a (mgr.24293) 4721 : 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-07T11:48:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:06 smithi044 bash[32620]: cluster 2023-12-07T11:48:04.966180+0000 mgr.a (mgr.24293) 4721 : 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-07T11:48:06.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:06 smithi027 bash[31536]: cluster 2023-12-07T11:48:04.966180+0000 mgr.a (mgr.24293) 4721 : 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-07T11:48:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:07 smithi022 bash[28554]: audit 2023-12-07T11:48:05.713714+0000 mgr.a (mgr.24293) 4722 : audit 0 from='client.104016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:07 smithi044 bash[32620]: audit 2023-12-07T11:48:05.713714+0000 mgr.a (mgr.24293) 4722 : audit 0 from='client.104016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:07.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:07 smithi027 bash[31536]: audit 2023-12-07T11:48:05.713714+0000 mgr.a (mgr.24293) 4722 : audit 0 from='client.104016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:08 smithi022 bash[28554]: cluster 2023-12-07T11:48:06.967129+0000 mgr.a (mgr.24293) 4723 : cluster 0 pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:08 smithi044 bash[32620]: cluster 2023-12-07T11:48:06.967129+0000 mgr.a (mgr.24293) 4723 : cluster 0 pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:08.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:08 smithi027 bash[31536]: cluster 2023-12-07T11:48:06.967129+0000 mgr.a (mgr.24293) 4723 : cluster 0 pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:10 smithi022 bash[28554]: cluster 2023-12-07T11:48:08.967852+0000 mgr.a (mgr.24293) 4724 : cluster 0 pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:10 smithi044 bash[32620]: cluster 2023-12-07T11:48:08.967852+0000 mgr.a (mgr.24293) 4724 : cluster 0 pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:10.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:10 smithi027 bash[31536]: cluster 2023-12-07T11:48:08.967852+0000 mgr.a (mgr.24293) 4724 : cluster 0 pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:11.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:11.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:11.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:12.178 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:12.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:12.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:12.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:12.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:12 smithi022 bash[28554]: cluster 2023-12-07T11:48:10.968747+0000 mgr.a (mgr.24293) 4725 : cluster 0 pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:12 smithi044 bash[32620]: cluster 2023-12-07T11:48:10.968747+0000 mgr.a (mgr.24293) 4725 : cluster 0 pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:12.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:12 smithi027 bash[31536]: cluster 2023-12-07T11:48:10.968747+0000 mgr.a (mgr.24293) 4725 : cluster 0 pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:13 smithi022 bash[28554]: audit 2023-12-07T11:48:11.654622+0000 mgr.a (mgr.24293) 4726 : audit 0 from='client.104091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:13 smithi044 bash[32620]: audit 2023-12-07T11:48:11.654622+0000 mgr.a (mgr.24293) 4726 : audit 0 from='client.104091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:13.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:13 smithi027 bash[31536]: audit 2023-12-07T11:48:11.654622+0000 mgr.a (mgr.24293) 4726 : audit 0 from='client.104091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:14 smithi022 bash[28554]: cluster 2023-12-07T11:48:12.969420+0000 mgr.a (mgr.24293) 4727 : cluster 0 pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:14 smithi022 bash[28554]: audit 2023-12-07T11:48:13.703442+0000 mon.a (mon.0) 1110 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:48:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:14 smithi044 bash[32620]: cluster 2023-12-07T11:48:12.969420+0000 mgr.a (mgr.24293) 4727 : cluster 0 pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:14 smithi044 bash[32620]: audit 2023-12-07T11:48:13.703442+0000 mon.a (mon.0) 1110 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:48:14.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:14 smithi027 bash[31536]: cluster 2023-12-07T11:48:12.969420+0000 mgr.a (mgr.24293) 4727 : cluster 0 pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:14.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:14 smithi027 bash[31536]: audit 2023-12-07T11:48:13.703442+0000 mon.a (mon.0) 1110 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:48:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:16 smithi022 bash[28554]: cluster 2023-12-07T11:48:14.969973+0000 mgr.a (mgr.24293) 4728 : cluster 0 pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:16 smithi044 bash[32620]: cluster 2023-12-07T11:48:14.969973+0000 mgr.a (mgr.24293) 4728 : cluster 0 pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:16.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:16 smithi027 bash[31536]: cluster 2023-12-07T11:48:14.969973+0000 mgr.a (mgr.24293) 4728 : cluster 0 pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:17.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:17.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:17.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:18.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:18.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:18.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:18.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:18.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:18 smithi022 bash[28554]: cluster 2023-12-07T11:48:16.970907+0000 mgr.a (mgr.24293) 4729 : cluster 0 pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:18 smithi044 bash[32620]: cluster 2023-12-07T11:48:16.970907+0000 mgr.a (mgr.24293) 4729 : cluster 0 pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:18.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:18 smithi027 bash[31536]: cluster 2023-12-07T11:48:16.970907+0000 mgr.a (mgr.24293) 4729 : cluster 0 pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:19 smithi022 bash[28554]: audit 2023-12-07T11:48:17.593844+0000 mgr.a (mgr.24293) 4730 : audit 0 from='client.104169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:19 smithi044 bash[32620]: audit 2023-12-07T11:48:17.593844+0000 mgr.a (mgr.24293) 4730 : audit 0 from='client.104169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:19.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:19 smithi027 bash[31536]: audit 2023-12-07T11:48:17.593844+0000 mgr.a (mgr.24293) 4730 : audit 0 from='client.104169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:20 smithi022 bash[28554]: cluster 2023-12-07T11:48:18.971620+0000 mgr.a (mgr.24293) 4731 : 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-07T11:48:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:20 smithi044 bash[32620]: cluster 2023-12-07T11:48:18.971620+0000 mgr.a (mgr.24293) 4731 : 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-07T11:48:20.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:20 smithi027 bash[31536]: cluster 2023-12-07T11:48:18.971620+0000 mgr.a (mgr.24293) 4731 : 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-07T11:48:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:22 smithi022 bash[28554]: cluster 2023-12-07T11:48:20.972380+0000 mgr.a (mgr.24293) 4732 : cluster 0 pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:22 smithi044 bash[32620]: cluster 2023-12-07T11:48:20.972380+0000 mgr.a (mgr.24293) 4732 : cluster 0 pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:22.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:22 smithi027 bash[31536]: cluster 2023-12-07T11:48:20.972380+0000 mgr.a (mgr.24293) 4732 : cluster 0 pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:23.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:23.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:23.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:24.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:24.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:24.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:24.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:24.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:24 smithi022 bash[28554]: cluster 2023-12-07T11:48:22.972795+0000 mgr.a (mgr.24293) 4733 : cluster 0 pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:24 smithi022 bash[28554]: audit 2023-12-07T11:48:24.440041+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:24 smithi022 bash[28554]: audit 2023-12-07T11:48:24.446412+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:24 smithi022 bash[28554]: audit 2023-12-07T11:48:24.448253+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:24 smithi022 bash[28554]: audit 2023-12-07T11:48:24.450082+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:24 smithi022 bash[28554]: audit 2023-12-07T11:48:24.458036+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:24 smithi044 bash[32620]: cluster 2023-12-07T11:48:22.972795+0000 mgr.a (mgr.24293) 4733 : cluster 0 pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:24 smithi044 bash[32620]: audit 2023-12-07T11:48:24.440041+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:24 smithi044 bash[32620]: audit 2023-12-07T11:48:24.446412+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:24 smithi044 bash[32620]: audit 2023-12-07T11:48:24.448253+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:48:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:24 smithi044 bash[32620]: audit 2023-12-07T11:48:24.450082+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:48:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:24 smithi044 bash[32620]: audit 2023-12-07T11:48:24.458036+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:24 smithi027 bash[31536]: cluster 2023-12-07T11:48:22.972795+0000 mgr.a (mgr.24293) 4733 : cluster 0 pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:24 smithi027 bash[31536]: audit 2023-12-07T11:48:24.440041+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:24 smithi027 bash[31536]: audit 2023-12-07T11:48:24.446412+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:24 smithi027 bash[31536]: audit 2023-12-07T11:48:24.448253+0000 mon.a (mon.0) 1113 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:48:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:24 smithi027 bash[31536]: audit 2023-12-07T11:48:24.450082+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:48:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:24 smithi027 bash[31536]: audit 2023-12-07T11:48:24.458036+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:48:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:25 smithi022 bash[28554]: audit 2023-12-07T11:48:23.595536+0000 mgr.a (mgr.24293) 4734 : audit 0 from='client.104247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:25 smithi044 bash[32620]: audit 2023-12-07T11:48:23.595536+0000 mgr.a (mgr.24293) 4734 : audit 0 from='client.104247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:25.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:25 smithi027 bash[31536]: audit 2023-12-07T11:48:23.595536+0000 mgr.a (mgr.24293) 4734 : audit 0 from='client.104247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:26 smithi022 bash[28554]: cluster 2023-12-07T11:48:24.973376+0000 mgr.a (mgr.24293) 4735 : cluster 0 pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:26 smithi044 bash[32620]: cluster 2023-12-07T11:48:24.973376+0000 mgr.a (mgr.24293) 4735 : cluster 0 pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:26 smithi027 bash[31536]: cluster 2023-12-07T11:48:24.973376+0000 mgr.a (mgr.24293) 4735 : cluster 0 pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:28 smithi022 bash[28554]: cluster 2023-12-07T11:48:26.974240+0000 mgr.a (mgr.24293) 4736 : cluster 0 pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:28 smithi044 bash[32620]: cluster 2023-12-07T11:48:26.974240+0000 mgr.a (mgr.24293) 4736 : cluster 0 pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:28.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:28 smithi027 bash[31536]: cluster 2023-12-07T11:48:26.974240+0000 mgr.a (mgr.24293) 4736 : cluster 0 pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:29.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:29.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:29.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:29 smithi022 bash[28554]: cluster 2023-12-07T11:48:28.974829+0000 mgr.a (mgr.24293) 4737 : cluster 0 pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:29 smithi022 bash[28554]: audit 2023-12-07T11:48:29.509716+0000 mgr.a (mgr.24293) 4738 : audit 0 from='client.104325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:29 smithi044 bash[32620]: cluster 2023-12-07T11:48:28.974829+0000 mgr.a (mgr.24293) 4737 : cluster 0 pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:29 smithi044 bash[32620]: audit 2023-12-07T11:48:29.509716+0000 mgr.a (mgr.24293) 4738 : audit 0 from='client.104325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:29.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:29 smithi027 bash[31536]: cluster 2023-12-07T11:48:28.974829+0000 mgr.a (mgr.24293) 4737 : cluster 0 pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:29.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:29 smithi027 bash[31536]: audit 2023-12-07T11:48:29.509716+0000 mgr.a (mgr.24293) 4738 : audit 0 from='client.104325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:30.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:30.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:30.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:30.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:30.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:32 smithi022 bash[28554]: cluster 2023-12-07T11:48:30.975775+0000 mgr.a (mgr.24293) 4739 : cluster 0 pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:32 smithi044 bash[32620]: cluster 2023-12-07T11:48:30.975775+0000 mgr.a (mgr.24293) 4739 : cluster 0 pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:32 smithi027 bash[31536]: cluster 2023-12-07T11:48:30.975775+0000 mgr.a (mgr.24293) 4739 : cluster 0 pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:34 smithi022 bash[28554]: cluster 2023-12-07T11:48:32.976460+0000 mgr.a (mgr.24293) 4740 : 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-07T11:48:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:34 smithi044 bash[32620]: cluster 2023-12-07T11:48:32.976460+0000 mgr.a (mgr.24293) 4740 : 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-07T11:48:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:34 smithi027 bash[31536]: cluster 2023-12-07T11:48:32.976460+0000 mgr.a (mgr.24293) 4740 : 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-07T11:48:35.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:35.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:35.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:35.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:35.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:35.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:35.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:35.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:36 smithi022 bash[28554]: cluster 2023-12-07T11:48:34.977191+0000 mgr.a (mgr.24293) 4741 : 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-07T11:48:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:36 smithi022 bash[28554]: audit 2023-12-07T11:48:35.437055+0000 mgr.a (mgr.24293) 4742 : audit 0 from='client.104403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:36 smithi044 bash[32620]: cluster 2023-12-07T11:48:34.977191+0000 mgr.a (mgr.24293) 4741 : 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-07T11:48:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:36 smithi044 bash[32620]: audit 2023-12-07T11:48:35.437055+0000 mgr.a (mgr.24293) 4742 : audit 0 from='client.104403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:36 smithi027 bash[31536]: cluster 2023-12-07T11:48:34.977191+0000 mgr.a (mgr.24293) 4741 : 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-07T11:48:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:36 smithi027 bash[31536]: audit 2023-12-07T11:48:35.437055+0000 mgr.a (mgr.24293) 4742 : audit 0 from='client.104403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:38 smithi044 bash[32620]: cluster 2023-12-07T11:48:36.978258+0000 mgr.a (mgr.24293) 4743 : cluster 0 pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:38 smithi022 bash[28554]: cluster 2023-12-07T11:48:36.978258+0000 mgr.a (mgr.24293) 4743 : cluster 0 pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:38 smithi027 bash[31536]: cluster 2023-12-07T11:48:36.978258+0000 mgr.a (mgr.24293) 4743 : cluster 0 pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:40 smithi022 bash[28554]: cluster 2023-12-07T11:48:38.978882+0000 mgr.a (mgr.24293) 4744 : cluster 0 pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:40 smithi044 bash[32620]: cluster 2023-12-07T11:48:38.978882+0000 mgr.a (mgr.24293) 4744 : cluster 0 pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:40 smithi027 bash[31536]: cluster 2023-12-07T11:48:38.978882+0000 mgr.a (mgr.24293) 4744 : cluster 0 pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:40.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:40.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:40.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:41.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:41.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:41.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:41.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:41.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:42 smithi022 bash[28554]: cluster 2023-12-07T11:48:40.979714+0000 mgr.a (mgr.24293) 4745 : cluster 0 pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:42 smithi022 bash[28554]: audit 2023-12-07T11:48:41.382348+0000 mgr.a (mgr.24293) 4746 : audit 0 from='client.104478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:42 smithi044 bash[32620]: cluster 2023-12-07T11:48:40.979714+0000 mgr.a (mgr.24293) 4745 : cluster 0 pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:42 smithi044 bash[32620]: audit 2023-12-07T11:48:41.382348+0000 mgr.a (mgr.24293) 4746 : audit 0 from='client.104478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:42 smithi027 bash[31536]: cluster 2023-12-07T11:48:40.979714+0000 mgr.a (mgr.24293) 4745 : cluster 0 pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:42 smithi027 bash[31536]: audit 2023-12-07T11:48:41.382348+0000 mgr.a (mgr.24293) 4746 : audit 0 from='client.104478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:44 smithi022 bash[28554]: cluster 2023-12-07T11:48:42.980395+0000 mgr.a (mgr.24293) 4747 : cluster 0 pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:44 smithi044 bash[32620]: cluster 2023-12-07T11:48:42.980395+0000 mgr.a (mgr.24293) 4747 : cluster 0 pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:44 smithi027 bash[31536]: cluster 2023-12-07T11:48:42.980395+0000 mgr.a (mgr.24293) 4747 : cluster 0 pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:46 smithi022 bash[28554]: cluster 2023-12-07T11:48:44.980951+0000 mgr.a (mgr.24293) 4748 : cluster 0 pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:46 smithi044 bash[32620]: cluster 2023-12-07T11:48:44.980951+0000 mgr.a (mgr.24293) 4748 : cluster 0 pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:46 smithi027 bash[31536]: cluster 2023-12-07T11:48:44.980951+0000 mgr.a (mgr.24293) 4748 : cluster 0 pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:46.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:46.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:46.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:47.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:47.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:47.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:47.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:47.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:48 smithi022 bash[28554]: cluster 2023-12-07T11:48:46.981737+0000 mgr.a (mgr.24293) 4749 : cluster 0 pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:48 smithi022 bash[28554]: audit 2023-12-07T11:48:47.334269+0000 mgr.a (mgr.24293) 4750 : audit 0 from='client.104556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:48 smithi044 bash[32620]: cluster 2023-12-07T11:48:46.981737+0000 mgr.a (mgr.24293) 4749 : cluster 0 pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:48 smithi044 bash[32620]: audit 2023-12-07T11:48:47.334269+0000 mgr.a (mgr.24293) 4750 : audit 0 from='client.104556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:48 smithi027 bash[31536]: cluster 2023-12-07T11:48:46.981737+0000 mgr.a (mgr.24293) 4749 : cluster 0 pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:48 smithi027 bash[31536]: audit 2023-12-07T11:48:47.334269+0000 mgr.a (mgr.24293) 4750 : audit 0 from='client.104556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:50 smithi022 bash[28554]: cluster 2023-12-07T11:48:48.982472+0000 mgr.a (mgr.24293) 4751 : 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-07T11:48:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:50 smithi044 bash[32620]: cluster 2023-12-07T11:48:48.982472+0000 mgr.a (mgr.24293) 4751 : 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-07T11:48:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:50 smithi027 bash[31536]: cluster 2023-12-07T11:48:48.982472+0000 mgr.a (mgr.24293) 4751 : 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-07T11:48:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:52 smithi022 bash[28554]: cluster 2023-12-07T11:48:50.983321+0000 mgr.a (mgr.24293) 4752 : cluster 0 pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:52 smithi044 bash[32620]: cluster 2023-12-07T11:48:50.983321+0000 mgr.a (mgr.24293) 4752 : cluster 0 pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:52 smithi027 bash[31536]: cluster 2023-12-07T11:48:50.983321+0000 mgr.a (mgr.24293) 4752 : cluster 0 pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:52.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:52.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:52.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:53.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:53.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:53.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:53.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:48:53.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:54 smithi022 bash[28554]: cluster 2023-12-07T11:48:52.983826+0000 mgr.a (mgr.24293) 4753 : cluster 0 pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:54 smithi022 bash[28554]: audit 2023-12-07T11:48:53.256463+0000 mgr.a (mgr.24293) 4754 : audit 0 from='client.104628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:54 smithi044 bash[32620]: cluster 2023-12-07T11:48:52.983826+0000 mgr.a (mgr.24293) 4753 : cluster 0 pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:54 smithi044 bash[32620]: audit 2023-12-07T11:48:53.256463+0000 mgr.a (mgr.24293) 4754 : audit 0 from='client.104628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:54 smithi027 bash[31536]: cluster 2023-12-07T11:48:52.983826+0000 mgr.a (mgr.24293) 4753 : cluster 0 pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:54 smithi027 bash[31536]: audit 2023-12-07T11:48:53.256463+0000 mgr.a (mgr.24293) 4754 : audit 0 from='client.104628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:56 smithi022 bash[28554]: cluster 2023-12-07T11:48:54.984502+0000 mgr.a (mgr.24293) 4755 : cluster 0 pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:56 smithi044 bash[32620]: cluster 2023-12-07T11:48:54.984502+0000 mgr.a (mgr.24293) 4755 : cluster 0 pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:56 smithi027 bash[31536]: cluster 2023-12-07T11:48:54.984502+0000 mgr.a (mgr.24293) 4755 : cluster 0 pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:48:58 smithi022 bash[28554]: cluster 2023-12-07T11:48:56.985351+0000 mgr.a (mgr.24293) 4756 : cluster 0 pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:48:58 smithi044 bash[32620]: cluster 2023-12-07T11:48:56.985351+0000 mgr.a (mgr.24293) 4756 : cluster 0 pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:48:58 smithi027 bash[31536]: cluster 2023-12-07T11:48:56.985351+0000 mgr.a (mgr.24293) 4756 : cluster 0 pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:58.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:48:58.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:58.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:59.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:48:59.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:59.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:59.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:59.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:00 smithi022 bash[28554]: cluster 2023-12-07T11:48:58.985893+0000 mgr.a (mgr.24293) 4757 : cluster 0 pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:00 smithi022 bash[28554]: audit 2023-12-07T11:48:59.159885+0000 mgr.a (mgr.24293) 4758 : audit 0 from='client.104706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:00 smithi044 bash[32620]: cluster 2023-12-07T11:48:58.985893+0000 mgr.a (mgr.24293) 4757 : cluster 0 pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:00 smithi044 bash[32620]: audit 2023-12-07T11:48:59.159885+0000 mgr.a (mgr.24293) 4758 : audit 0 from='client.104706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:00 smithi027 bash[31536]: cluster 2023-12-07T11:48:58.985893+0000 mgr.a (mgr.24293) 4757 : cluster 0 pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:00 smithi027 bash[31536]: audit 2023-12-07T11:48:59.159885+0000 mgr.a (mgr.24293) 4758 : audit 0 from='client.104706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:02 smithi022 bash[28554]: cluster 2023-12-07T11:49:00.986929+0000 mgr.a (mgr.24293) 4759 : cluster 0 pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:02 smithi044 bash[32620]: cluster 2023-12-07T11:49:00.986929+0000 mgr.a (mgr.24293) 4759 : cluster 0 pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:02 smithi027 bash[31536]: cluster 2023-12-07T11:49:00.986929+0000 mgr.a (mgr.24293) 4759 : cluster 0 pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:04 smithi022 bash[28554]: cluster 2023-12-07T11:49:02.987583+0000 mgr.a (mgr.24293) 4760 : cluster 0 pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:04 smithi044 bash[32620]: cluster 2023-12-07T11:49:02.987583+0000 mgr.a (mgr.24293) 4760 : cluster 0 pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:04 smithi027 bash[31536]: cluster 2023-12-07T11:49:02.987583+0000 mgr.a (mgr.24293) 4760 : cluster 0 pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:04.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:04.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:04.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:05.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:05.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:05.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:05.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:05.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:06 smithi022 bash[28554]: cluster 2023-12-07T11:49:04.988235+0000 mgr.a (mgr.24293) 4761 : cluster 0 pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:06 smithi022 bash[28554]: audit 2023-12-07T11:49:05.103386+0000 mgr.a (mgr.24293) 4762 : audit 0 from='client.104784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:06 smithi044 bash[32620]: cluster 2023-12-07T11:49:04.988235+0000 mgr.a (mgr.24293) 4761 : cluster 0 pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:06 smithi044 bash[32620]: audit 2023-12-07T11:49:05.103386+0000 mgr.a (mgr.24293) 4762 : audit 0 from='client.104784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:06 smithi027 bash[31536]: cluster 2023-12-07T11:49:04.988235+0000 mgr.a (mgr.24293) 4761 : cluster 0 pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:06 smithi027 bash[31536]: audit 2023-12-07T11:49:05.103386+0000 mgr.a (mgr.24293) 4762 : audit 0 from='client.104784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:08 smithi022 bash[28554]: cluster 2023-12-07T11:49:06.989270+0000 mgr.a (mgr.24293) 4763 : cluster 0 pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:49:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:08 smithi044 bash[32620]: cluster 2023-12-07T11:49:06.989270+0000 mgr.a (mgr.24293) 4763 : cluster 0 pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:49:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:08 smithi027 bash[31536]: cluster 2023-12-07T11:49:06.989270+0000 mgr.a (mgr.24293) 4763 : cluster 0 pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:49:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:10 smithi022 bash[28554]: cluster 2023-12-07T11:49:08.989838+0000 mgr.a (mgr.24293) 4764 : cluster 0 pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:49:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:10 smithi044 bash[32620]: cluster 2023-12-07T11:49:08.989838+0000 mgr.a (mgr.24293) 4764 : cluster 0 pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:49:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:10 smithi027 bash[31536]: cluster 2023-12-07T11:49:08.989838+0000 mgr.a (mgr.24293) 4764 : cluster 0 pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:49:10.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:10.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:10.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:11.587 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:11.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:11.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:11.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:11.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:12 smithi022 bash[28554]: cluster 2023-12-07T11:49:10.990545+0000 mgr.a (mgr.24293) 4765 : cluster 0 pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:12 smithi022 bash[28554]: audit 2023-12-07T11:49:11.055924+0000 mgr.a (mgr.24293) 4766 : audit 0 from='client.104862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:12 smithi044 bash[32620]: cluster 2023-12-07T11:49:10.990545+0000 mgr.a (mgr.24293) 4765 : cluster 0 pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:12 smithi044 bash[32620]: audit 2023-12-07T11:49:11.055924+0000 mgr.a (mgr.24293) 4766 : audit 0 from='client.104862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:12 smithi027 bash[31536]: cluster 2023-12-07T11:49:10.990545+0000 mgr.a (mgr.24293) 4765 : cluster 0 pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:12 smithi027 bash[31536]: audit 2023-12-07T11:49:11.055924+0000 mgr.a (mgr.24293) 4766 : audit 0 from='client.104862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:14 smithi022 bash[28554]: cluster 2023-12-07T11:49:12.991211+0000 mgr.a (mgr.24293) 4767 : cluster 0 pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:14 smithi044 bash[32620]: cluster 2023-12-07T11:49:12.991211+0000 mgr.a (mgr.24293) 4767 : cluster 0 pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:14 smithi027 bash[31536]: cluster 2023-12-07T11:49:12.991211+0000 mgr.a (mgr.24293) 4767 : cluster 0 pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:16 smithi022 bash[28554]: cluster 2023-12-07T11:49:14.991839+0000 mgr.a (mgr.24293) 4768 : cluster 0 pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:16 smithi044 bash[32620]: cluster 2023-12-07T11:49:14.991839+0000 mgr.a (mgr.24293) 4768 : cluster 0 pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:16 smithi027 bash[31536]: cluster 2023-12-07T11:49:14.991839+0000 mgr.a (mgr.24293) 4768 : cluster 0 pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:16.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:16.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:16.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:17.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:18 smithi022 bash[28554]: cluster 2023-12-07T11:49:16.992716+0000 mgr.a (mgr.24293) 4769 : cluster 0 pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:18 smithi022 bash[28554]: audit 2023-12-07T11:49:17.005829+0000 mgr.a (mgr.24293) 4770 : audit 0 from='client.104940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:18 smithi044 bash[32620]: cluster 2023-12-07T11:49:16.992716+0000 mgr.a (mgr.24293) 4769 : cluster 0 pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:18 smithi044 bash[32620]: audit 2023-12-07T11:49:17.005829+0000 mgr.a (mgr.24293) 4770 : audit 0 from='client.104940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:18 smithi027 bash[31536]: cluster 2023-12-07T11:49:16.992716+0000 mgr.a (mgr.24293) 4769 : cluster 0 pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:18 smithi027 bash[31536]: audit 2023-12-07T11:49:17.005829+0000 mgr.a (mgr.24293) 4770 : audit 0 from='client.104940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:20 smithi022 bash[28554]: cluster 2023-12-07T11:49:18.993504+0000 mgr.a (mgr.24293) 4771 : cluster 0 pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:49:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:20 smithi044 bash[32620]: cluster 2023-12-07T11:49:18.993504+0000 mgr.a (mgr.24293) 4771 : cluster 0 pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:49:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:20 smithi027 bash[31536]: cluster 2023-12-07T11:49:18.993504+0000 mgr.a (mgr.24293) 4771 : cluster 0 pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:49:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:22 smithi022 bash[28554]: cluster 2023-12-07T11:49:20.994329+0000 mgr.a (mgr.24293) 4772 : cluster 0 pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:49:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:22 smithi044 bash[32620]: cluster 2023-12-07T11:49:20.994329+0000 mgr.a (mgr.24293) 4772 : cluster 0 pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:49:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:22 smithi027 bash[31536]: cluster 2023-12-07T11:49:20.994329+0000 mgr.a (mgr.24293) 4772 : cluster 0 pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:49:22.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:22.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:22.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:23.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:23.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:23.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:23.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:23.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:24 smithi022 bash[28554]: audit 2023-12-07T11:49:22.931592+0000 mgr.a (mgr.24293) 4773 : audit 0 from='client.92813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:24 smithi022 bash[28554]: cluster 2023-12-07T11:49:22.995016+0000 mgr.a (mgr.24293) 4774 : 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-07T11:49:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:24 smithi044 bash[32620]: audit 2023-12-07T11:49:22.931592+0000 mgr.a (mgr.24293) 4773 : audit 0 from='client.92813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:24 smithi044 bash[32620]: cluster 2023-12-07T11:49:22.995016+0000 mgr.a (mgr.24293) 4774 : 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-07T11:49:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:24 smithi027 bash[31536]: audit 2023-12-07T11:49:22.931592+0000 mgr.a (mgr.24293) 4773 : audit 0 from='client.92813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:24 smithi027 bash[31536]: cluster 2023-12-07T11:49:22.995016+0000 mgr.a (mgr.24293) 4774 : 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-07T11:49:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:25 smithi022 bash[28554]: audit 2023-12-07T11:49:24.563886+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:49:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:25 smithi022 bash[28554]: audit 2023-12-07T11:49:25.093350+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:25 smithi022 bash[28554]: audit 2023-12-07T11:49:25.099806+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:25 smithi044 bash[32620]: audit 2023-12-07T11:49:24.563886+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:49:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:25 smithi044 bash[32620]: audit 2023-12-07T11:49:25.093350+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:25 smithi044 bash[32620]: audit 2023-12-07T11:49:25.099806+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:25 smithi027 bash[31536]: audit 2023-12-07T11:49:24.563886+0000 mon.a (mon.0) 1116 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:49:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:25 smithi027 bash[31536]: audit 2023-12-07T11:49:25.093350+0000 mon.a (mon.0) 1117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:25 smithi027 bash[31536]: audit 2023-12-07T11:49:25.099806+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:26 smithi022 bash[28554]: cluster 2023-12-07T11:49:24.995565+0000 mgr.a (mgr.24293) 4775 : 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-07T11:49:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:26 smithi044 bash[32620]: cluster 2023-12-07T11:49:24.995565+0000 mgr.a (mgr.24293) 4775 : 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-07T11:49:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:26 smithi027 bash[31536]: cluster 2023-12-07T11:49:24.995565+0000 mgr.a (mgr.24293) 4775 : 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-07T11:49:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:28 smithi022 bash[28554]: cluster 2023-12-07T11:49:26.996335+0000 mgr.a (mgr.24293) 4776 : cluster 0 pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:28 smithi044 bash[32620]: cluster 2023-12-07T11:49:26.996335+0000 mgr.a (mgr.24293) 4776 : cluster 0 pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:28 smithi027 bash[31536]: cluster 2023-12-07T11:49:26.996335+0000 mgr.a (mgr.24293) 4776 : cluster 0 pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:28.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:28.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:28.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:29.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:29.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:29.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:29.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:29.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:30.432 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:30 smithi027 bash[31536]: audit 2023-12-07T11:49:28.882380+0000 mgr.a (mgr.24293) 4777 : audit 0 from='client.105090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:30.432 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:30 smithi027 bash[31536]: cluster 2023-12-07T11:49:28.997032+0000 mgr.a (mgr.24293) 4778 : cluster 0 pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:30 smithi022 bash[28554]: audit 2023-12-07T11:49:28.882380+0000 mgr.a (mgr.24293) 4777 : audit 0 from='client.105090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:30 smithi022 bash[28554]: cluster 2023-12-07T11:49:28.997032+0000 mgr.a (mgr.24293) 4778 : cluster 0 pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:30 smithi044 bash[32620]: audit 2023-12-07T11:49:28.882380+0000 mgr.a (mgr.24293) 4777 : audit 0 from='client.105090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:30 smithi044 bash[32620]: cluster 2023-12-07T11:49:28.997032+0000 mgr.a (mgr.24293) 4778 : cluster 0 pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:32 smithi027 bash[31536]: cluster 2023-12-07T11:49:30.997917+0000 mgr.a (mgr.24293) 4779 : cluster 0 pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:32 smithi022 bash[28554]: cluster 2023-12-07T11:49:30.997917+0000 mgr.a (mgr.24293) 4779 : cluster 0 pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:32 smithi044 bash[32620]: cluster 2023-12-07T11:49:30.997917+0000 mgr.a (mgr.24293) 4779 : cluster 0 pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:34.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:34.407 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:34.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:34 smithi027 bash[31536]: cluster 2023-12-07T11:49:32.998503+0000 mgr.a (mgr.24293) 4780 : cluster 0 pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:34 smithi022 bash[28554]: cluster 2023-12-07T11:49:32.998503+0000 mgr.a (mgr.24293) 4780 : cluster 0 pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:34 smithi044 bash[32620]: cluster 2023-12-07T11:49:32.998503+0000 mgr.a (mgr.24293) 4780 : cluster 0 pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:35.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:35.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:35.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:35.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:35.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: audit 2023-12-07T11:49:34.808773+0000 mgr.a (mgr.24293) 4781 : audit 0 from='client.92936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: cluster 2023-12-07T11:49:34.999244+0000 mgr.a (mgr.24293) 4782 : cluster 0 pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: audit 2023-12-07T11:49:35.259268+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: audit 2023-12-07T11:49:35.265489+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: audit 2023-12-07T11:49:35.268435+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: audit 2023-12-07T11:49:35.270080+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:49:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:36 smithi022 bash[28554]: audit 2023-12-07T11:49:35.277744+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: audit 2023-12-07T11:49:34.808773+0000 mgr.a (mgr.24293) 4781 : audit 0 from='client.92936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: cluster 2023-12-07T11:49:34.999244+0000 mgr.a (mgr.24293) 4782 : cluster 0 pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: audit 2023-12-07T11:49:35.259268+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: audit 2023-12-07T11:49:35.265489+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: audit 2023-12-07T11:49:35.268435+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: audit 2023-12-07T11:49:35.270080+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:49:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:36 smithi044 bash[32620]: audit 2023-12-07T11:49:35.277744+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: audit 2023-12-07T11:49:34.808773+0000 mgr.a (mgr.24293) 4781 : audit 0 from='client.92936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: cluster 2023-12-07T11:49:34.999244+0000 mgr.a (mgr.24293) 4782 : cluster 0 pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: audit 2023-12-07T11:49:35.259268+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: audit 2023-12-07T11:49:35.265489+0000 mon.a (mon.0) 1120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: audit 2023-12-07T11:49:35.268435+0000 mon.a (mon.0) 1121 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:49:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: audit 2023-12-07T11:49:35.270080+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:49:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:36 smithi027 bash[31536]: audit 2023-12-07T11:49:35.277744+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:49:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:38 smithi022 bash[28554]: cluster 2023-12-07T11:49:37.000176+0000 mgr.a (mgr.24293) 4783 : cluster 0 pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:38 smithi044 bash[32620]: cluster 2023-12-07T11:49:37.000176+0000 mgr.a (mgr.24293) 4783 : cluster 0 pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:38 smithi027 bash[31536]: cluster 2023-12-07T11:49:37.000176+0000 mgr.a (mgr.24293) 4783 : cluster 0 pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:40.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:40.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:40.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:40 smithi022 bash[28554]: cluster 2023-12-07T11:49:39.000762+0000 mgr.a (mgr.24293) 4784 : 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-07T11:49:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:40 smithi044 bash[32620]: cluster 2023-12-07T11:49:39.000762+0000 mgr.a (mgr.24293) 4784 : 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-07T11:49:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:40 smithi027 bash[31536]: cluster 2023-12-07T11:49:39.000762+0000 mgr.a (mgr.24293) 4784 : 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-07T11:49:41.262 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:41.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:41.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:41.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:41.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:42 smithi022 bash[28554]: audit 2023-12-07T11:49:40.750785+0000 mgr.a (mgr.24293) 4785 : audit 0 from='client.105240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:42 smithi022 bash[28554]: cluster 2023-12-07T11:49:41.001429+0000 mgr.a (mgr.24293) 4786 : cluster 0 pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:42 smithi044 bash[32620]: audit 2023-12-07T11:49:40.750785+0000 mgr.a (mgr.24293) 4785 : audit 0 from='client.105240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:42 smithi044 bash[32620]: cluster 2023-12-07T11:49:41.001429+0000 mgr.a (mgr.24293) 4786 : cluster 0 pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:42 smithi027 bash[31536]: audit 2023-12-07T11:49:40.750785+0000 mgr.a (mgr.24293) 4785 : audit 0 from='client.105240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:42 smithi027 bash[31536]: cluster 2023-12-07T11:49:41.001429+0000 mgr.a (mgr.24293) 4786 : cluster 0 pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:44 smithi022 bash[28554]: cluster 2023-12-07T11:49:43.002121+0000 mgr.a (mgr.24293) 4787 : cluster 0 pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:44 smithi044 bash[32620]: cluster 2023-12-07T11:49:43.002121+0000 mgr.a (mgr.24293) 4787 : cluster 0 pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:44 smithi027 bash[31536]: cluster 2023-12-07T11:49:43.002121+0000 mgr.a (mgr.24293) 4787 : cluster 0 pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:46.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:46.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:46.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:46 smithi022 bash[28554]: cluster 2023-12-07T11:49:45.002673+0000 mgr.a (mgr.24293) 4788 : cluster 0 pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:46 smithi044 bash[32620]: cluster 2023-12-07T11:49:45.002673+0000 mgr.a (mgr.24293) 4788 : cluster 0 pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:46 smithi027 bash[31536]: cluster 2023-12-07T11:49:45.002673+0000 mgr.a (mgr.24293) 4788 : cluster 0 pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:47.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:47.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:47.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:47.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:47.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:48 smithi022 bash[28554]: audit 2023-12-07T11:49:46.678735+0000 mgr.a (mgr.24293) 4789 : audit 0 from='client.105318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:48 smithi022 bash[28554]: cluster 2023-12-07T11:49:47.003777+0000 mgr.a (mgr.24293) 4790 : cluster 0 pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:48 smithi044 bash[32620]: audit 2023-12-07T11:49:46.678735+0000 mgr.a (mgr.24293) 4789 : audit 0 from='client.105318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:48 smithi044 bash[32620]: cluster 2023-12-07T11:49:47.003777+0000 mgr.a (mgr.24293) 4790 : cluster 0 pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:48 smithi027 bash[31536]: audit 2023-12-07T11:49:46.678735+0000 mgr.a (mgr.24293) 4789 : audit 0 from='client.105318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:48 smithi027 bash[31536]: cluster 2023-12-07T11:49:47.003777+0000 mgr.a (mgr.24293) 4790 : cluster 0 pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:50 smithi022 bash[28554]: cluster 2023-12-07T11:49:49.004425+0000 mgr.a (mgr.24293) 4791 : cluster 0 pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:50 smithi044 bash[32620]: cluster 2023-12-07T11:49:49.004425+0000 mgr.a (mgr.24293) 4791 : cluster 0 pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:50 smithi027 bash[31536]: cluster 2023-12-07T11:49:49.004425+0000 mgr.a (mgr.24293) 4791 : cluster 0 pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:49:52.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:52.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:52.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:52 smithi022 bash[28554]: cluster 2023-12-07T11:49:51.005263+0000 mgr.a (mgr.24293) 4792 : cluster 0 pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:52 smithi044 bash[32620]: cluster 2023-12-07T11:49:51.005263+0000 mgr.a (mgr.24293) 4792 : cluster 0 pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:52 smithi027 bash[31536]: cluster 2023-12-07T11:49:51.005263+0000 mgr.a (mgr.24293) 4792 : cluster 0 pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:49:53.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:53.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:53.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:53.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:53.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:54 smithi022 bash[28554]: audit 2023-12-07T11:49:52.625605+0000 mgr.a (mgr.24293) 4793 : audit 0 from='client.105396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:54 smithi022 bash[28554]: cluster 2023-12-07T11:49:53.013174+0000 mgr.a (mgr.24293) 4794 : 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-07T11:49:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:54 smithi044 bash[32620]: audit 2023-12-07T11:49:52.625605+0000 mgr.a (mgr.24293) 4793 : audit 0 from='client.105396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:54 smithi044 bash[32620]: cluster 2023-12-07T11:49:53.013174+0000 mgr.a (mgr.24293) 4794 : 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-07T11:49:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:54 smithi027 bash[31536]: audit 2023-12-07T11:49:52.625605+0000 mgr.a (mgr.24293) 4793 : audit 0 from='client.105396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:54 smithi027 bash[31536]: cluster 2023-12-07T11:49:53.013174+0000 mgr.a (mgr.24293) 4794 : 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-07T11:49:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:56 smithi022 bash[28554]: cluster 2023-12-07T11:49:55.014102+0000 mgr.a (mgr.24293) 4795 : 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-07T11:49:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:56 smithi044 bash[32620]: cluster 2023-12-07T11:49:55.014102+0000 mgr.a (mgr.24293) 4795 : 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-07T11:49:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:56 smithi027 bash[31536]: cluster 2023-12-07T11:49:55.014102+0000 mgr.a (mgr.24293) 4795 : 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-07T11:49:58.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:49:58.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:58.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:58 smithi022 bash[28554]: cluster 2023-12-07T11:49:57.014935+0000 mgr.a (mgr.24293) 4796 : cluster 0 pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:58 smithi044 bash[32620]: cluster 2023-12-07T11:49:57.014935+0000 mgr.a (mgr.24293) 4796 : cluster 0 pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:58 smithi027 bash[31536]: cluster 2023-12-07T11:49:57.014935+0000 mgr.a (mgr.24293) 4796 : cluster 0 pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:49:59.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:49:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:49:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:49:59 smithi022 bash[28554]: audit 2023-12-07T11:49:58.561062+0000 mgr.a (mgr.24293) 4797 : audit 0 from='client.105471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:49:59 smithi044 bash[32620]: audit 2023-12-07T11:49:58.561062+0000 mgr.a (mgr.24293) 4797 : audit 0 from='client.105471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:49:59 smithi027 bash[31536]: audit 2023-12-07T11:49:58.561062+0000 mgr.a (mgr.24293) 4797 : audit 0 from='client.105471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:00 smithi022 bash[28554]: cluster 2023-12-07T11:49:59.015702+0000 mgr.a (mgr.24293) 4798 : cluster 0 pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:00 smithi022 bash[28554]: cluster 2023-12-07T11:50:00.000134+0000 mon.a (mon.0) 1124 : cluster 1 overall HEALTH_OK 2023-12-07T11:50:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:00 smithi044 bash[32620]: cluster 2023-12-07T11:49:59.015702+0000 mgr.a (mgr.24293) 4798 : cluster 0 pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:00 smithi044 bash[32620]: cluster 2023-12-07T11:50:00.000134+0000 mon.a (mon.0) 1124 : cluster 1 overall HEALTH_OK 2023-12-07T11:50:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:00 smithi027 bash[31536]: cluster 2023-12-07T11:49:59.015702+0000 mgr.a (mgr.24293) 4798 : cluster 0 pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:00 smithi027 bash[31536]: cluster 2023-12-07T11:50:00.000134+0000 mon.a (mon.0) 1124 : cluster 1 overall HEALTH_OK 2023-12-07T11:50:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:02 smithi022 bash[28554]: cluster 2023-12-07T11:50:01.016532+0000 mgr.a (mgr.24293) 4799 : cluster 0 pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:02 smithi044 bash[32620]: cluster 2023-12-07T11:50:01.016532+0000 mgr.a (mgr.24293) 4799 : cluster 0 pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:02 smithi027 bash[31536]: cluster 2023-12-07T11:50:01.016532+0000 mgr.a (mgr.24293) 4799 : cluster 0 pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:04.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:04.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:04.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:04 smithi022 bash[28554]: cluster 2023-12-07T11:50:03.017124+0000 mgr.a (mgr.24293) 4800 : cluster 0 pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:04 smithi044 bash[32620]: cluster 2023-12-07T11:50:03.017124+0000 mgr.a (mgr.24293) 4800 : cluster 0 pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:04 smithi027 bash[31536]: cluster 2023-12-07T11:50:03.017124+0000 mgr.a (mgr.24293) 4800 : cluster 0 pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:05.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:05.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:05.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:05.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:05.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:05 smithi022 bash[28554]: audit 2023-12-07T11:50:04.513103+0000 mgr.a (mgr.24293) 4801 : audit 0 from='client.105543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:05 smithi044 bash[32620]: audit 2023-12-07T11:50:04.513103+0000 mgr.a (mgr.24293) 4801 : audit 0 from='client.105543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:05 smithi027 bash[31536]: audit 2023-12-07T11:50:04.513103+0000 mgr.a (mgr.24293) 4801 : audit 0 from='client.105543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:06 smithi022 bash[28554]: cluster 2023-12-07T11:50:05.017699+0000 mgr.a (mgr.24293) 4802 : cluster 0 pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:06 smithi044 bash[32620]: cluster 2023-12-07T11:50:05.017699+0000 mgr.a (mgr.24293) 4802 : cluster 0 pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:06 smithi027 bash[31536]: cluster 2023-12-07T11:50:05.017699+0000 mgr.a (mgr.24293) 4802 : cluster 0 pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:08 smithi022 bash[28554]: cluster 2023-12-07T11:50:07.018531+0000 mgr.a (mgr.24293) 4803 : cluster 0 pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:08 smithi044 bash[32620]: cluster 2023-12-07T11:50:07.018531+0000 mgr.a (mgr.24293) 4803 : cluster 0 pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:08 smithi027 bash[31536]: cluster 2023-12-07T11:50:07.018531+0000 mgr.a (mgr.24293) 4803 : cluster 0 pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:10.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:10.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:10.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:10 smithi022 bash[28554]: cluster 2023-12-07T11:50:09.019097+0000 mgr.a (mgr.24293) 4804 : cluster 0 pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:10 smithi044 bash[32620]: cluster 2023-12-07T11:50:09.019097+0000 mgr.a (mgr.24293) 4804 : cluster 0 pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:10 smithi027 bash[31536]: cluster 2023-12-07T11:50:09.019097+0000 mgr.a (mgr.24293) 4804 : cluster 0 pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:11.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:11.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:11.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:11.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:11.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:11 smithi022 bash[28554]: audit 2023-12-07T11:50:10.470340+0000 mgr.a (mgr.24293) 4805 : audit 0 from='client.105621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:11 smithi044 bash[32620]: audit 2023-12-07T11:50:10.470340+0000 mgr.a (mgr.24293) 4805 : audit 0 from='client.105621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:11 smithi027 bash[31536]: audit 2023-12-07T11:50:10.470340+0000 mgr.a (mgr.24293) 4805 : audit 0 from='client.105621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:12 smithi022 bash[28554]: cluster 2023-12-07T11:50:11.020136+0000 mgr.a (mgr.24293) 4806 : cluster 0 pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:12 smithi044 bash[32620]: cluster 2023-12-07T11:50:11.020136+0000 mgr.a (mgr.24293) 4806 : cluster 0 pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:12 smithi027 bash[31536]: cluster 2023-12-07T11:50:11.020136+0000 mgr.a (mgr.24293) 4806 : cluster 0 pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:14 smithi022 bash[28554]: cluster 2023-12-07T11:50:13.020722+0000 mgr.a (mgr.24293) 4807 : cluster 0 pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:14 smithi044 bash[32620]: cluster 2023-12-07T11:50:13.020722+0000 mgr.a (mgr.24293) 4807 : cluster 0 pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:14 smithi027 bash[31536]: cluster 2023-12-07T11:50:13.020722+0000 mgr.a (mgr.24293) 4807 : cluster 0 pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:16.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:16.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:16.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:16 smithi022 bash[28554]: cluster 2023-12-07T11:50:15.021236+0000 mgr.a (mgr.24293) 4808 : cluster 0 pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:16 smithi044 bash[32620]: cluster 2023-12-07T11:50:15.021236+0000 mgr.a (mgr.24293) 4808 : cluster 0 pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:16 smithi027 bash[31536]: cluster 2023-12-07T11:50:15.021236+0000 mgr.a (mgr.24293) 4808 : cluster 0 pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:16.962 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:16.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:16.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:16.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:16.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:17 smithi022 bash[28554]: audit 2023-12-07T11:50:16.419094+0000 mgr.a (mgr.24293) 4809 : audit 0 from='client.105690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:17 smithi044 bash[32620]: audit 2023-12-07T11:50:16.419094+0000 mgr.a (mgr.24293) 4809 : audit 0 from='client.105690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:17 smithi027 bash[31536]: audit 2023-12-07T11:50:16.419094+0000 mgr.a (mgr.24293) 4809 : audit 0 from='client.105690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:18 smithi022 bash[28554]: cluster 2023-12-07T11:50:17.022447+0000 mgr.a (mgr.24293) 4810 : cluster 0 pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:18 smithi044 bash[32620]: cluster 2023-12-07T11:50:17.022447+0000 mgr.a (mgr.24293) 4810 : cluster 0 pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:18 smithi027 bash[31536]: cluster 2023-12-07T11:50:17.022447+0000 mgr.a (mgr.24293) 4810 : cluster 0 pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:20 smithi022 bash[28554]: cluster 2023-12-07T11:50:19.023247+0000 mgr.a (mgr.24293) 4811 : cluster 0 pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:20 smithi044 bash[32620]: cluster 2023-12-07T11:50:19.023247+0000 mgr.a (mgr.24293) 4811 : cluster 0 pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:20 smithi027 bash[31536]: cluster 2023-12-07T11:50:19.023247+0000 mgr.a (mgr.24293) 4811 : cluster 0 pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:21.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:21.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:21.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:22 smithi022 bash[28554]: cluster 2023-12-07T11:50:21.024064+0000 mgr.a (mgr.24293) 4812 : cluster 0 pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:22 smithi044 bash[32620]: cluster 2023-12-07T11:50:21.024064+0000 mgr.a (mgr.24293) 4812 : cluster 0 pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:22 smithi027 bash[31536]: cluster 2023-12-07T11:50:21.024064+0000 mgr.a (mgr.24293) 4812 : cluster 0 pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:22.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:22.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:22.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:22.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:22.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:23 smithi022 bash[28554]: audit 2023-12-07T11:50:22.380915+0000 mgr.a (mgr.24293) 4813 : audit 0 from='client.105765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:23 smithi044 bash[32620]: audit 2023-12-07T11:50:22.380915+0000 mgr.a (mgr.24293) 4813 : audit 0 from='client.105765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:23.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:23 smithi027 bash[31536]: audit 2023-12-07T11:50:22.380915+0000 mgr.a (mgr.24293) 4813 : audit 0 from='client.105765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:24 smithi022 bash[28554]: cluster 2023-12-07T11:50:23.024893+0000 mgr.a (mgr.24293) 4814 : 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-07T11:50:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:24 smithi044 bash[32620]: cluster 2023-12-07T11:50:23.024893+0000 mgr.a (mgr.24293) 4814 : 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-07T11:50:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:24 smithi027 bash[31536]: cluster 2023-12-07T11:50:23.024893+0000 mgr.a (mgr.24293) 4814 : 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-07T11:50:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:26 smithi022 bash[28554]: cluster 2023-12-07T11:50:25.025520+0000 mgr.a (mgr.24293) 4815 : 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-07T11:50:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:26 smithi044 bash[32620]: cluster 2023-12-07T11:50:25.025520+0000 mgr.a (mgr.24293) 4815 : 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-07T11:50:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:26 smithi027 bash[31536]: cluster 2023-12-07T11:50:25.025520+0000 mgr.a (mgr.24293) 4815 : 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-07T11:50:27.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:27.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:27.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:28 smithi022 bash[28554]: cluster 2023-12-07T11:50:27.026419+0000 mgr.a (mgr.24293) 4816 : 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-07T11:50:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:28 smithi044 bash[32620]: cluster 2023-12-07T11:50:27.026419+0000 mgr.a (mgr.24293) 4816 : 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-07T11:50:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:28 smithi027 bash[31536]: cluster 2023-12-07T11:50:27.026419+0000 mgr.a (mgr.24293) 4816 : 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-07T11:50:28.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:28.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:29 smithi022 bash[28554]: audit 2023-12-07T11:50:28.306936+0000 mgr.a (mgr.24293) 4817 : audit 0 from='client.105843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:29 smithi044 bash[32620]: audit 2023-12-07T11:50:28.306936+0000 mgr.a (mgr.24293) 4817 : audit 0 from='client.105843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:29 smithi027 bash[31536]: audit 2023-12-07T11:50:28.306936+0000 mgr.a (mgr.24293) 4817 : audit 0 from='client.105843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:30 smithi022 bash[28554]: cluster 2023-12-07T11:50:29.027137+0000 mgr.a (mgr.24293) 4818 : 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-07T11:50:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:30 smithi044 bash[32620]: cluster 2023-12-07T11:50:29.027137+0000 mgr.a (mgr.24293) 4818 : 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-07T11:50:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:30 smithi027 bash[31536]: cluster 2023-12-07T11:50:29.027137+0000 mgr.a (mgr.24293) 4818 : 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-07T11:50:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:32 smithi022 bash[28554]: cluster 2023-12-07T11:50:31.028012+0000 mgr.a (mgr.24293) 4819 : cluster 0 pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:32 smithi044 bash[32620]: cluster 2023-12-07T11:50:31.028012+0000 mgr.a (mgr.24293) 4819 : cluster 0 pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:32 smithi027 bash[31536]: cluster 2023-12-07T11:50:31.028012+0000 mgr.a (mgr.24293) 4819 : cluster 0 pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:33.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:33.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:33.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:34 smithi022 bash[28554]: cluster 2023-12-07T11:50:33.028576+0000 mgr.a (mgr.24293) 4820 : cluster 0 pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:34 smithi044 bash[32620]: cluster 2023-12-07T11:50:33.028576+0000 mgr.a (mgr.24293) 4820 : cluster 0 pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:34 smithi027 bash[31536]: cluster 2023-12-07T11:50:33.028576+0000 mgr.a (mgr.24293) 4820 : cluster 0 pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:34.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:34.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:34.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:34.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:34.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:35 smithi022 bash[28554]: audit 2023-12-07T11:50:34.253513+0000 mgr.a (mgr.24293) 4821 : audit 0 from='client.105918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:35 smithi022 bash[28554]: audit 2023-12-07T11:50:35.382387+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:50:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:35 smithi044 bash[32620]: audit 2023-12-07T11:50:34.253513+0000 mgr.a (mgr.24293) 4821 : audit 0 from='client.105918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:35 smithi044 bash[32620]: audit 2023-12-07T11:50:35.382387+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:50:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:35 smithi027 bash[31536]: audit 2023-12-07T11:50:34.253513+0000 mgr.a (mgr.24293) 4821 : audit 0 from='client.105918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:35 smithi027 bash[31536]: audit 2023-12-07T11:50:35.382387+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:50:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:36 smithi022 bash[28554]: cluster 2023-12-07T11:50:35.029287+0000 mgr.a (mgr.24293) 4822 : cluster 0 pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:36 smithi022 bash[28554]: audit 2023-12-07T11:50:35.913284+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:36 smithi022 bash[28554]: audit 2023-12-07T11:50:35.917473+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:36 smithi022 bash[28554]: audit 2023-12-07T11:50:35.922063+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:36 smithi022 bash[28554]: audit 2023-12-07T11:50:35.926110+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:36 smithi044 bash[32620]: cluster 2023-12-07T11:50:35.029287+0000 mgr.a (mgr.24293) 4822 : cluster 0 pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:36 smithi044 bash[32620]: audit 2023-12-07T11:50:35.913284+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:36 smithi044 bash[32620]: audit 2023-12-07T11:50:35.917473+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:36 smithi044 bash[32620]: audit 2023-12-07T11:50:35.922063+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:36 smithi044 bash[32620]: audit 2023-12-07T11:50:35.926110+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:36 smithi027 bash[31536]: cluster 2023-12-07T11:50:35.029287+0000 mgr.a (mgr.24293) 4822 : cluster 0 pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:36 smithi027 bash[31536]: audit 2023-12-07T11:50:35.913284+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:36 smithi027 bash[31536]: audit 2023-12-07T11:50:35.917473+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:36 smithi027 bash[31536]: audit 2023-12-07T11:50:35.922063+0000 mon.a (mon.0) 1128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:36 smithi027 bash[31536]: audit 2023-12-07T11:50:35.926110+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:38 smithi027 bash[31536]: cluster 2023-12-07T11:50:37.030281+0000 mgr.a (mgr.24293) 4823 : cluster 0 pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:38 smithi022 bash[28554]: cluster 2023-12-07T11:50:37.030281+0000 mgr.a (mgr.24293) 4823 : cluster 0 pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:38 smithi044 bash[32620]: cluster 2023-12-07T11:50:37.030281+0000 mgr.a (mgr.24293) 4823 : cluster 0 pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:50:39.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:39.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:39.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:40 smithi027 bash[31536]: cluster 2023-12-07T11:50:39.030913+0000 mgr.a (mgr.24293) 4824 : cluster 0 pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:40.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:40.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:40.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:40.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:40.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:40 smithi022 bash[28554]: cluster 2023-12-07T11:50:39.030913+0000 mgr.a (mgr.24293) 4824 : cluster 0 pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:40 smithi044 bash[32620]: cluster 2023-12-07T11:50:39.030913+0000 mgr.a (mgr.24293) 4824 : cluster 0 pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:41 smithi027 bash[31536]: audit 2023-12-07T11:50:40.184436+0000 mgr.a (mgr.24293) 4825 : audit 0 from='client.105996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:41.731 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:41 smithi044 bash[32620]: audit 2023-12-07T11:50:40.184436+0000 mgr.a (mgr.24293) 4825 : audit 0 from='client.105996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:41 smithi022 bash[28554]: audit 2023-12-07T11:50:40.184436+0000 mgr.a (mgr.24293) 4825 : audit 0 from='client.105996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:42 smithi044 bash[32620]: cluster 2023-12-07T11:50:41.031904+0000 mgr.a (mgr.24293) 4826 : cluster 0 pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:50:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:42 smithi027 bash[31536]: cluster 2023-12-07T11:50:41.031904+0000 mgr.a (mgr.24293) 4826 : cluster 0 pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:50:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:42 smithi022 bash[28554]: cluster 2023-12-07T11:50:41.031904+0000 mgr.a (mgr.24293) 4826 : cluster 0 pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:50:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:44 smithi027 bash[31536]: cluster 2023-12-07T11:50:43.032494+0000 mgr.a (mgr.24293) 4827 : cluster 0 pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:44 smithi022 bash[28554]: cluster 2023-12-07T11:50:43.032494+0000 mgr.a (mgr.24293) 4827 : cluster 0 pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:44 smithi044 bash[32620]: cluster 2023-12-07T11:50:43.032494+0000 mgr.a (mgr.24293) 4827 : cluster 0 pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:45.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:45.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:45.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:46.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:46.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:46.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:46.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:46.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:46 smithi022 bash[28554]: cluster 2023-12-07T11:50:45.032999+0000 mgr.a (mgr.24293) 4828 : cluster 0 pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:46 smithi044 bash[32620]: cluster 2023-12-07T11:50:45.032999+0000 mgr.a (mgr.24293) 4828 : cluster 0 pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:46.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:46 smithi027 bash[31536]: cluster 2023-12-07T11:50:45.032999+0000 mgr.a (mgr.24293) 4828 : cluster 0 pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:47 smithi022 bash[28554]: audit 2023-12-07T11:50:46.112441+0000 mgr.a (mgr.24293) 4829 : audit 0 from='client.106074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:47 smithi022 bash[28554]: audit 2023-12-07T11:50:46.667993+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:47 smithi022 bash[28554]: audit 2023-12-07T11:50:46.673194+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:47 smithi022 bash[28554]: audit 2023-12-07T11:50:46.674639+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:50:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:47 smithi022 bash[28554]: audit 2023-12-07T11:50:46.676244+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:50:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:47 smithi022 bash[28554]: audit 2023-12-07T11:50:46.684053+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:47 smithi044 bash[32620]: audit 2023-12-07T11:50:46.112441+0000 mgr.a (mgr.24293) 4829 : audit 0 from='client.106074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:47 smithi044 bash[32620]: audit 2023-12-07T11:50:46.667993+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:47 smithi044 bash[32620]: audit 2023-12-07T11:50:46.673194+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:47 smithi044 bash[32620]: audit 2023-12-07T11:50:46.674639+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:50:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:47 smithi044 bash[32620]: audit 2023-12-07T11:50:46.676244+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:50:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:47 smithi044 bash[32620]: audit 2023-12-07T11:50:46.684053+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:47 smithi027 bash[31536]: audit 2023-12-07T11:50:46.112441+0000 mgr.a (mgr.24293) 4829 : audit 0 from='client.106074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:47 smithi027 bash[31536]: audit 2023-12-07T11:50:46.667993+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:47 smithi027 bash[31536]: audit 2023-12-07T11:50:46.673194+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:47 smithi027 bash[31536]: audit 2023-12-07T11:50:46.674639+0000 mon.a (mon.0) 1132 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:50:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:47 smithi027 bash[31536]: audit 2023-12-07T11:50:46.676244+0000 mon.a (mon.0) 1133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:50:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:47 smithi027 bash[31536]: audit 2023-12-07T11:50:46.684053+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:50:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:48 smithi022 bash[28554]: cluster 2023-12-07T11:50:47.034136+0000 mgr.a (mgr.24293) 4830 : cluster 0 pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:48 smithi044 bash[32620]: cluster 2023-12-07T11:50:47.034136+0000 mgr.a (mgr.24293) 4830 : cluster 0 pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:48.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:48 smithi027 bash[31536]: cluster 2023-12-07T11:50:47.034136+0000 mgr.a (mgr.24293) 4830 : cluster 0 pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:50 smithi022 bash[28554]: cluster 2023-12-07T11:50:49.034780+0000 mgr.a (mgr.24293) 4831 : cluster 0 pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:50 smithi044 bash[32620]: cluster 2023-12-07T11:50:49.034780+0000 mgr.a (mgr.24293) 4831 : cluster 0 pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:50 smithi027 bash[31536]: cluster 2023-12-07T11:50:49.034780+0000 mgr.a (mgr.24293) 4831 : cluster 0 pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:51.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:51.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:51.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:52.577 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:52 smithi022 bash[28554]: cluster 2023-12-07T11:50:51.035703+0000 mgr.a (mgr.24293) 4832 : cluster 0 pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:52 smithi044 bash[32620]: cluster 2023-12-07T11:50:51.035703+0000 mgr.a (mgr.24293) 4832 : cluster 0 pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:52.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:52 smithi027 bash[31536]: cluster 2023-12-07T11:50:51.035703+0000 mgr.a (mgr.24293) 4832 : cluster 0 pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:53 smithi022 bash[28554]: audit 2023-12-07T11:50:52.061607+0000 mgr.a (mgr.24293) 4833 : audit 0 from='client.106152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:53 smithi044 bash[32620]: audit 2023-12-07T11:50:52.061607+0000 mgr.a (mgr.24293) 4833 : audit 0 from='client.106152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:53.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:53 smithi027 bash[31536]: audit 2023-12-07T11:50:52.061607+0000 mgr.a (mgr.24293) 4833 : audit 0 from='client.106152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:54 smithi022 bash[28554]: cluster 2023-12-07T11:50:53.036396+0000 mgr.a (mgr.24293) 4834 : cluster 0 pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:50:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:54 smithi044 bash[32620]: cluster 2023-12-07T11:50:53.036396+0000 mgr.a (mgr.24293) 4834 : cluster 0 pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:50:54.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:54 smithi027 bash[31536]: cluster 2023-12-07T11:50:53.036396+0000 mgr.a (mgr.24293) 4834 : cluster 0 pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:50:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:56 smithi022 bash[28554]: cluster 2023-12-07T11:50:55.036977+0000 mgr.a (mgr.24293) 4835 : cluster 0 pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:50:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:56 smithi044 bash[32620]: cluster 2023-12-07T11:50:55.036977+0000 mgr.a (mgr.24293) 4835 : cluster 0 pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:50:56.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:56 smithi027 bash[31536]: cluster 2023-12-07T11:50:55.036977+0000 mgr.a (mgr.24293) 4835 : cluster 0 pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:50:57.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:50:57.581 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:57.581 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:58.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:50:58.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:58.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:58.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:58.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:50:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:58 smithi022 bash[28554]: cluster 2023-12-07T11:50:57.037813+0000 mgr.a (mgr.24293) 4836 : cluster 0 pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:50:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:58 smithi044 bash[32620]: cluster 2023-12-07T11:50:57.037813+0000 mgr.a (mgr.24293) 4836 : cluster 0 pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:50:58.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:58 smithi027 bash[31536]: cluster 2023-12-07T11:50:57.037813+0000 mgr.a (mgr.24293) 4836 : cluster 0 pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:50:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:50:59 smithi022 bash[28554]: audit 2023-12-07T11:50:57.990294+0000 mgr.a (mgr.24293) 4837 : audit 0 from='client.106227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:50:59 smithi044 bash[32620]: audit 2023-12-07T11:50:57.990294+0000 mgr.a (mgr.24293) 4837 : audit 0 from='client.106227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:59.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:50:59 smithi027 bash[31536]: audit 2023-12-07T11:50:57.990294+0000 mgr.a (mgr.24293) 4837 : audit 0 from='client.106227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:00 smithi022 bash[28554]: cluster 2023-12-07T11:50:59.038445+0000 mgr.a (mgr.24293) 4838 : 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-07T11:51:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:00 smithi044 bash[32620]: cluster 2023-12-07T11:50:59.038445+0000 mgr.a (mgr.24293) 4838 : 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-07T11:51:00.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:00 smithi027 bash[31536]: cluster 2023-12-07T11:50:59.038445+0000 mgr.a (mgr.24293) 4838 : 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-07T11:51:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:02 smithi022 bash[28554]: cluster 2023-12-07T11:51:01.039284+0000 mgr.a (mgr.24293) 4839 : cluster 0 pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:02 smithi044 bash[32620]: cluster 2023-12-07T11:51:01.039284+0000 mgr.a (mgr.24293) 4839 : cluster 0 pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:02 smithi027 bash[31536]: cluster 2023-12-07T11:51:01.039284+0000 mgr.a (mgr.24293) 4839 : cluster 0 pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:03.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:04.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:04.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:04.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:04.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:04.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:04.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:04 smithi022 bash[28554]: cluster 2023-12-07T11:51:03.039906+0000 mgr.a (mgr.24293) 4840 : cluster 0 pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:04 smithi044 bash[32620]: cluster 2023-12-07T11:51:03.039906+0000 mgr.a (mgr.24293) 4840 : cluster 0 pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:04 smithi027 bash[31536]: cluster 2023-12-07T11:51:03.039906+0000 mgr.a (mgr.24293) 4840 : cluster 0 pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:05 smithi022 bash[28554]: audit 2023-12-07T11:51:03.924417+0000 mgr.a (mgr.24293) 4841 : audit 0 from='client.106302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:05 smithi044 bash[32620]: audit 2023-12-07T11:51:03.924417+0000 mgr.a (mgr.24293) 4841 : audit 0 from='client.106302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:05.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:05 smithi027 bash[31536]: audit 2023-12-07T11:51:03.924417+0000 mgr.a (mgr.24293) 4841 : audit 0 from='client.106302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:06 smithi022 bash[28554]: cluster 2023-12-07T11:51:05.040587+0000 mgr.a (mgr.24293) 4842 : cluster 0 pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:06 smithi044 bash[32620]: cluster 2023-12-07T11:51:05.040587+0000 mgr.a (mgr.24293) 4842 : cluster 0 pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:06.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:06 smithi027 bash[31536]: cluster 2023-12-07T11:51:05.040587+0000 mgr.a (mgr.24293) 4842 : cluster 0 pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:08.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:08 smithi022 bash[28554]: cluster 2023-12-07T11:51:07.041378+0000 mgr.a (mgr.24293) 4843 : cluster 0 pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:08 smithi044 bash[32620]: cluster 2023-12-07T11:51:07.041378+0000 mgr.a (mgr.24293) 4843 : cluster 0 pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:08.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:08 smithi027 bash[31536]: cluster 2023-12-07T11:51:07.041378+0000 mgr.a (mgr.24293) 4843 : cluster 0 pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:09.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:09.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:09.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:10.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:10.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:10.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:10.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:10.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:10 smithi022 bash[28554]: cluster 2023-12-07T11:51:09.042004+0000 mgr.a (mgr.24293) 4844 : cluster 0 pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:10 smithi044 bash[32620]: cluster 2023-12-07T11:51:09.042004+0000 mgr.a (mgr.24293) 4844 : cluster 0 pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:10.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:10 smithi027 bash[31536]: cluster 2023-12-07T11:51:09.042004+0000 mgr.a (mgr.24293) 4844 : cluster 0 pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:11 smithi022 bash[28554]: audit 2023-12-07T11:51:09.850155+0000 mgr.a (mgr.24293) 4845 : audit 0 from='client.106380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:11 smithi044 bash[32620]: audit 2023-12-07T11:51:09.850155+0000 mgr.a (mgr.24293) 4845 : audit 0 from='client.106380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:11 smithi027 bash[31536]: audit 2023-12-07T11:51:09.850155+0000 mgr.a (mgr.24293) 4845 : audit 0 from='client.106380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:12 smithi022 bash[28554]: cluster 2023-12-07T11:51:11.042898+0000 mgr.a (mgr.24293) 4846 : cluster 0 pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:51:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:12 smithi044 bash[32620]: cluster 2023-12-07T11:51:11.042898+0000 mgr.a (mgr.24293) 4846 : cluster 0 pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:51:12.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:12 smithi027 bash[31536]: cluster 2023-12-07T11:51:11.042898+0000 mgr.a (mgr.24293) 4846 : cluster 0 pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:51:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:14 smithi022 bash[28554]: cluster 2023-12-07T11:51:13.043483+0000 mgr.a (mgr.24293) 4847 : cluster 0 pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:51:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:14 smithi044 bash[32620]: cluster 2023-12-07T11:51:13.043483+0000 mgr.a (mgr.24293) 4847 : cluster 0 pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:51:14.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:14 smithi027 bash[31536]: cluster 2023-12-07T11:51:13.043483+0000 mgr.a (mgr.24293) 4847 : cluster 0 pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:51:15.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:15.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:15.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:16.309 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:16.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:16.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:16.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:16.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:16 smithi022 bash[28554]: cluster 2023-12-07T11:51:15.044103+0000 mgr.a (mgr.24293) 4848 : cluster 0 pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:51:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:16 smithi044 bash[32620]: cluster 2023-12-07T11:51:15.044103+0000 mgr.a (mgr.24293) 4848 : cluster 0 pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:51:16.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:16 smithi027 bash[31536]: cluster 2023-12-07T11:51:15.044103+0000 mgr.a (mgr.24293) 4848 : cluster 0 pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:51:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:17 smithi022 bash[28554]: audit 2023-12-07T11:51:15.792729+0000 mgr.a (mgr.24293) 4849 : audit 0 from='client.106458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:17 smithi044 bash[32620]: audit 2023-12-07T11:51:15.792729+0000 mgr.a (mgr.24293) 4849 : audit 0 from='client.106458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:17.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:17 smithi027 bash[31536]: audit 2023-12-07T11:51:15.792729+0000 mgr.a (mgr.24293) 4849 : audit 0 from='client.106458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:18 smithi022 bash[28554]: cluster 2023-12-07T11:51:17.045085+0000 mgr.a (mgr.24293) 4850 : cluster 0 pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:18 smithi044 bash[32620]: cluster 2023-12-07T11:51:17.045085+0000 mgr.a (mgr.24293) 4850 : cluster 0 pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:18.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:18 smithi027 bash[31536]: cluster 2023-12-07T11:51:17.045085+0000 mgr.a (mgr.24293) 4850 : cluster 0 pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:20 smithi022 bash[28554]: cluster 2023-12-07T11:51:19.045626+0000 mgr.a (mgr.24293) 4851 : cluster 0 pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:20 smithi044 bash[32620]: cluster 2023-12-07T11:51:19.045626+0000 mgr.a (mgr.24293) 4851 : cluster 0 pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:20.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:20 smithi027 bash[31536]: cluster 2023-12-07T11:51:19.045626+0000 mgr.a (mgr.24293) 4851 : cluster 0 pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:21.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:21.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:21.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:22.216 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:22.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:22.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:22.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:22.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:22 smithi022 bash[28554]: cluster 2023-12-07T11:51:21.046406+0000 mgr.a (mgr.24293) 4852 : cluster 0 pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:22 smithi044 bash[32620]: cluster 2023-12-07T11:51:21.046406+0000 mgr.a (mgr.24293) 4852 : cluster 0 pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:22.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:22 smithi027 bash[31536]: cluster 2023-12-07T11:51:21.046406+0000 mgr.a (mgr.24293) 4852 : cluster 0 pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:23 smithi022 bash[28554]: audit 2023-12-07T11:51:21.720083+0000 mgr.a (mgr.24293) 4853 : audit 0 from='client.106533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:23 smithi044 bash[32620]: audit 2023-12-07T11:51:21.720083+0000 mgr.a (mgr.24293) 4853 : audit 0 from='client.106533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:23.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:23 smithi027 bash[31536]: audit 2023-12-07T11:51:21.720083+0000 mgr.a (mgr.24293) 4853 : audit 0 from='client.106533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:24 smithi022 bash[28554]: cluster 2023-12-07T11:51:23.047092+0000 mgr.a (mgr.24293) 4854 : cluster 0 pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:51:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:24 smithi044 bash[32620]: cluster 2023-12-07T11:51:23.047092+0000 mgr.a (mgr.24293) 4854 : cluster 0 pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:51:24.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:24 smithi027 bash[31536]: cluster 2023-12-07T11:51:23.047092+0000 mgr.a (mgr.24293) 4854 : cluster 0 pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:51:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:26 smithi022 bash[28554]: cluster 2023-12-07T11:51:25.047705+0000 mgr.a (mgr.24293) 4855 : cluster 0 pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:51:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:26 smithi044 bash[32620]: cluster 2023-12-07T11:51:25.047705+0000 mgr.a (mgr.24293) 4855 : cluster 0 pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:51:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:26 smithi027 bash[31536]: cluster 2023-12-07T11:51:25.047705+0000 mgr.a (mgr.24293) 4855 : cluster 0 pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:51:27.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:27.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:27.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:28.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:28.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:28.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:28.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:28.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:28 smithi022 bash[28554]: cluster 2023-12-07T11:51:27.048495+0000 mgr.a (mgr.24293) 4856 : cluster 0 pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:51:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:28 smithi044 bash[32620]: cluster 2023-12-07T11:51:27.048495+0000 mgr.a (mgr.24293) 4856 : cluster 0 pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:51:28.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:28 smithi027 bash[31536]: cluster 2023-12-07T11:51:27.048495+0000 mgr.a (mgr.24293) 4856 : cluster 0 pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:51:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:29 smithi022 bash[28554]: audit 2023-12-07T11:51:27.629128+0000 mgr.a (mgr.24293) 4857 : audit 0 from='client.106611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:29 smithi044 bash[32620]: audit 2023-12-07T11:51:27.629128+0000 mgr.a (mgr.24293) 4857 : audit 0 from='client.106611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:29.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:29 smithi027 bash[31536]: audit 2023-12-07T11:51:27.629128+0000 mgr.a (mgr.24293) 4857 : audit 0 from='client.106611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:30 smithi022 bash[28554]: cluster 2023-12-07T11:51:29.049149+0000 mgr.a (mgr.24293) 4858 : 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-07T11:51:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:30 smithi044 bash[32620]: cluster 2023-12-07T11:51:29.049149+0000 mgr.a (mgr.24293) 4858 : 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-07T11:51:30.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:30 smithi027 bash[31536]: cluster 2023-12-07T11:51:29.049149+0000 mgr.a (mgr.24293) 4858 : 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-07T11:51:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:32 smithi022 bash[28554]: cluster 2023-12-07T11:51:31.049975+0000 mgr.a (mgr.24293) 4859 : 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-07T11:51:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:32 smithi044 bash[32620]: cluster 2023-12-07T11:51:31.049975+0000 mgr.a (mgr.24293) 4859 : 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-07T11:51:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:32 smithi027 bash[31536]: cluster 2023-12-07T11:51:31.049975+0000 mgr.a (mgr.24293) 4859 : 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-07T11:51:33.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:33.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:33.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:34.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:34.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:34.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:34.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:34.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:34 smithi022 bash[28554]: cluster 2023-12-07T11:51:33.050580+0000 mgr.a (mgr.24293) 4860 : 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-07T11:51:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:34 smithi022 bash[28554]: audit 2023-12-07T11:51:33.580183+0000 mgr.a (mgr.24293) 4861 : audit 0 from='client.106686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:34 smithi044 bash[32620]: cluster 2023-12-07T11:51:33.050580+0000 mgr.a (mgr.24293) 4860 : 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-07T11:51:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:34 smithi044 bash[32620]: audit 2023-12-07T11:51:33.580183+0000 mgr.a (mgr.24293) 4861 : audit 0 from='client.106686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:34 smithi027 bash[31536]: cluster 2023-12-07T11:51:33.050580+0000 mgr.a (mgr.24293) 4860 : 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-07T11:51:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:34 smithi027 bash[31536]: audit 2023-12-07T11:51:33.580183+0000 mgr.a (mgr.24293) 4861 : audit 0 from='client.106686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:36 smithi022 bash[28554]: cluster 2023-12-07T11:51:35.051177+0000 mgr.a (mgr.24293) 4862 : 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-07T11:51:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:36 smithi044 bash[32620]: cluster 2023-12-07T11:51:35.051177+0000 mgr.a (mgr.24293) 4862 : 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-07T11:51:36.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:36 smithi027 bash[31536]: cluster 2023-12-07T11:51:35.051177+0000 mgr.a (mgr.24293) 4862 : 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-07T11:51:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:38 smithi022 bash[28554]: cluster 2023-12-07T11:51:37.051968+0000 mgr.a (mgr.24293) 4863 : cluster 0 pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:38 smithi044 bash[32620]: cluster 2023-12-07T11:51:37.051968+0000 mgr.a (mgr.24293) 4863 : cluster 0 pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:38.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:38 smithi027 bash[31536]: cluster 2023-12-07T11:51:37.051968+0000 mgr.a (mgr.24293) 4863 : cluster 0 pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:39.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:39.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:39.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:40.080 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:40.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:40.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:40.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:40.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:40 smithi022 bash[28554]: cluster 2023-12-07T11:51:39.052545+0000 mgr.a (mgr.24293) 4864 : cluster 0 pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:40 smithi022 bash[28554]: audit 2023-12-07T11:51:39.543310+0000 mgr.a (mgr.24293) 4865 : audit 0 from='client.106758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:40 smithi044 bash[32620]: cluster 2023-12-07T11:51:39.052545+0000 mgr.a (mgr.24293) 4864 : cluster 0 pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:40 smithi044 bash[32620]: audit 2023-12-07T11:51:39.543310+0000 mgr.a (mgr.24293) 4865 : audit 0 from='client.106758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:40 smithi027 bash[31536]: cluster 2023-12-07T11:51:39.052545+0000 mgr.a (mgr.24293) 4864 : cluster 0 pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:40 smithi027 bash[31536]: audit 2023-12-07T11:51:39.543310+0000 mgr.a (mgr.24293) 4865 : audit 0 from='client.106758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:41 smithi022 bash[28554]: cluster 2023-12-07T11:51:41.053416+0000 mgr.a (mgr.24293) 4866 : cluster 0 pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:41 smithi044 bash[32620]: cluster 2023-12-07T11:51:41.053416+0000 mgr.a (mgr.24293) 4866 : cluster 0 pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:41 smithi027 bash[31536]: cluster 2023-12-07T11:51:41.053416+0000 mgr.a (mgr.24293) 4866 : cluster 0 pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:44 smithi022 bash[28554]: cluster 2023-12-07T11:51:43.053993+0000 mgr.a (mgr.24293) 4867 : cluster 0 pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:44 smithi044 bash[32620]: cluster 2023-12-07T11:51:43.053993+0000 mgr.a (mgr.24293) 4867 : cluster 0 pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:44 smithi027 bash[31536]: cluster 2023-12-07T11:51:43.053993+0000 mgr.a (mgr.24293) 4867 : cluster 0 pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:45.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:45.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:45.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:46.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:46.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:46.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:46.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:46.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:46 smithi022 bash[28554]: cluster 2023-12-07T11:51:45.054565+0000 mgr.a (mgr.24293) 4868 : cluster 0 pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:46 smithi022 bash[28554]: audit 2023-12-07T11:51:45.497286+0000 mgr.a (mgr.24293) 4869 : audit 0 from='client.106833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:46 smithi044 bash[32620]: cluster 2023-12-07T11:51:45.054565+0000 mgr.a (mgr.24293) 4868 : cluster 0 pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:46 smithi044 bash[32620]: audit 2023-12-07T11:51:45.497286+0000 mgr.a (mgr.24293) 4869 : audit 0 from='client.106833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:46 smithi027 bash[31536]: cluster 2023-12-07T11:51:45.054565+0000 mgr.a (mgr.24293) 4868 : cluster 0 pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:46 smithi027 bash[31536]: audit 2023-12-07T11:51:45.497286+0000 mgr.a (mgr.24293) 4869 : audit 0 from='client.106833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:47 smithi022 bash[28554]: audit 2023-12-07T11:51:46.789045+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:51:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:47 smithi044 bash[32620]: audit 2023-12-07T11:51:46.789045+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:51:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:47 smithi027 bash[31536]: audit 2023-12-07T11:51:46.789045+0000 mon.a (mon.0) 1135 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: cluster 2023-12-07T11:51:47.055581+0000 mgr.a (mgr.24293) 4870 : 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-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:47.998293+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.002532+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.006573+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.011041+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.014751+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.019064+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.020308+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:51:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.021884+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:48 smithi022 bash[28554]: audit 2023-12-07T11:51:48.029549+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: cluster 2023-12-07T11:51:47.055581+0000 mgr.a (mgr.24293) 4870 : 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-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:47.998293+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.002532+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.006573+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.011041+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.014751+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.019064+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.020308+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.021884+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:51:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:48 smithi044 bash[32620]: audit 2023-12-07T11:51:48.029549+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: cluster 2023-12-07T11:51:47.055581+0000 mgr.a (mgr.24293) 4870 : 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-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:47.998293+0000 mon.a (mon.0) 1136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.002532+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.006573+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.011041+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.014751+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.019064+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.020308+0000 mon.a (mon.0) 1142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.021884+0000 mon.a (mon.0) 1143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:51:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:48 smithi027 bash[31536]: audit 2023-12-07T11:51:48.029549+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:51:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:50 smithi022 bash[28554]: cluster 2023-12-07T11:51:49.056128+0000 mgr.a (mgr.24293) 4871 : cluster 0 pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:50 smithi044 bash[32620]: cluster 2023-12-07T11:51:49.056128+0000 mgr.a (mgr.24293) 4871 : cluster 0 pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:50 smithi027 bash[31536]: cluster 2023-12-07T11:51:49.056128+0000 mgr.a (mgr.24293) 4871 : cluster 0 pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:51.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:51.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:51.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:51.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:51.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:51.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:51.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:51.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:52 smithi022 bash[28554]: cluster 2023-12-07T11:51:51.056665+0000 mgr.a (mgr.24293) 4872 : cluster 0 pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:52 smithi022 bash[28554]: audit 2023-12-07T11:51:51.426554+0000 mgr.a (mgr.24293) 4873 : audit 0 from='client.106911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:52 smithi044 bash[32620]: cluster 2023-12-07T11:51:51.056665+0000 mgr.a (mgr.24293) 4872 : cluster 0 pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:52 smithi044 bash[32620]: audit 2023-12-07T11:51:51.426554+0000 mgr.a (mgr.24293) 4873 : audit 0 from='client.106911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:52 smithi027 bash[31536]: cluster 2023-12-07T11:51:51.056665+0000 mgr.a (mgr.24293) 4872 : cluster 0 pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:52 smithi027 bash[31536]: audit 2023-12-07T11:51:51.426554+0000 mgr.a (mgr.24293) 4873 : audit 0 from='client.106911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:54 smithi022 bash[28554]: cluster 2023-12-07T11:51:53.057317+0000 mgr.a (mgr.24293) 4874 : cluster 0 pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:54 smithi044 bash[32620]: cluster 2023-12-07T11:51:53.057317+0000 mgr.a (mgr.24293) 4874 : cluster 0 pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:54 smithi027 bash[31536]: cluster 2023-12-07T11:51:53.057317+0000 mgr.a (mgr.24293) 4874 : cluster 0 pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:56 smithi022 bash[28554]: cluster 2023-12-07T11:51:55.057999+0000 mgr.a (mgr.24293) 4875 : cluster 0 pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:56 smithi044 bash[32620]: cluster 2023-12-07T11:51:55.057999+0000 mgr.a (mgr.24293) 4875 : cluster 0 pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:56 smithi027 bash[31536]: cluster 2023-12-07T11:51:55.057999+0000 mgr.a (mgr.24293) 4875 : cluster 0 pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:56.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:51:56.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:56.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:57.929 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:51:57.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:57.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:57.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:57.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:51:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:58 smithi022 bash[28554]: cluster 2023-12-07T11:51:57.058825+0000 mgr.a (mgr.24293) 4876 : cluster 0 pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:51:58 smithi022 bash[28554]: audit 2023-12-07T11:51:57.404889+0000 mgr.a (mgr.24293) 4877 : audit 0 from='client.106983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:58 smithi044 bash[32620]: cluster 2023-12-07T11:51:57.058825+0000 mgr.a (mgr.24293) 4876 : cluster 0 pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:51:58 smithi044 bash[32620]: audit 2023-12-07T11:51:57.404889+0000 mgr.a (mgr.24293) 4877 : audit 0 from='client.106983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:58 smithi027 bash[31536]: cluster 2023-12-07T11:51:57.058825+0000 mgr.a (mgr.24293) 4876 : cluster 0 pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:51:58 smithi027 bash[31536]: audit 2023-12-07T11:51:57.404889+0000 mgr.a (mgr.24293) 4877 : audit 0 from='client.106983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:00 smithi022 bash[28554]: cluster 2023-12-07T11:51:59.059570+0000 mgr.a (mgr.24293) 4878 : 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-07T11:52:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:00 smithi044 bash[32620]: cluster 2023-12-07T11:51:59.059570+0000 mgr.a (mgr.24293) 4878 : 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-07T11:52:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:00 smithi027 bash[31536]: cluster 2023-12-07T11:51:59.059570+0000 mgr.a (mgr.24293) 4878 : 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-07T11:52:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:02 smithi022 bash[28554]: cluster 2023-12-07T11:52:01.060324+0000 mgr.a (mgr.24293) 4879 : 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-07T11:52:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:02 smithi044 bash[32620]: cluster 2023-12-07T11:52:01.060324+0000 mgr.a (mgr.24293) 4879 : 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-07T11:52:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:02 smithi027 bash[31536]: cluster 2023-12-07T11:52:01.060324+0000 mgr.a (mgr.24293) 4879 : 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-07T11:52:02.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:02.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:02.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:03.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:03.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:03.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:03.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:03.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:04 smithi022 bash[28554]: cluster 2023-12-07T11:52:03.060809+0000 mgr.a (mgr.24293) 4880 : 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-07T11:52:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:04 smithi022 bash[28554]: audit 2023-12-07T11:52:03.347715+0000 mgr.a (mgr.24293) 4881 : audit 0 from='client.107061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:04 smithi044 bash[32620]: cluster 2023-12-07T11:52:03.060809+0000 mgr.a (mgr.24293) 4880 : 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-07T11:52:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:04 smithi044 bash[32620]: audit 2023-12-07T11:52:03.347715+0000 mgr.a (mgr.24293) 4881 : audit 0 from='client.107061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:04 smithi027 bash[31536]: cluster 2023-12-07T11:52:03.060809+0000 mgr.a (mgr.24293) 4880 : 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-07T11:52:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:04 smithi027 bash[31536]: audit 2023-12-07T11:52:03.347715+0000 mgr.a (mgr.24293) 4881 : audit 0 from='client.107061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:06 smithi022 bash[28554]: cluster 2023-12-07T11:52:05.061540+0000 mgr.a (mgr.24293) 4882 : 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-07T11:52:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:06 smithi044 bash[32620]: cluster 2023-12-07T11:52:05.061540+0000 mgr.a (mgr.24293) 4882 : 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-07T11:52:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:06 smithi027 bash[31536]: cluster 2023-12-07T11:52:05.061540+0000 mgr.a (mgr.24293) 4882 : 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-07T11:52:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:08 smithi022 bash[28554]: cluster 2023-12-07T11:52:07.062379+0000 mgr.a (mgr.24293) 4883 : cluster 0 pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:08 smithi044 bash[32620]: cluster 2023-12-07T11:52:07.062379+0000 mgr.a (mgr.24293) 4883 : cluster 0 pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:08 smithi027 bash[31536]: cluster 2023-12-07T11:52:07.062379+0000 mgr.a (mgr.24293) 4883 : cluster 0 pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:08.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:08.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:08.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:09.805 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:09.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:09.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:09.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:09.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:10 smithi027 bash[31536]: cluster 2023-12-07T11:52:09.063048+0000 mgr.a (mgr.24293) 4884 : cluster 0 pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:10 smithi027 bash[31536]: audit 2023-12-07T11:52:09.286319+0000 mgr.a (mgr.24293) 4885 : audit 0 from='client.107136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:10 smithi022 bash[28554]: cluster 2023-12-07T11:52:09.063048+0000 mgr.a (mgr.24293) 4884 : cluster 0 pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:10 smithi022 bash[28554]: audit 2023-12-07T11:52:09.286319+0000 mgr.a (mgr.24293) 4885 : audit 0 from='client.107136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:10 smithi044 bash[32620]: cluster 2023-12-07T11:52:09.063048+0000 mgr.a (mgr.24293) 4884 : cluster 0 pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:10 smithi044 bash[32620]: audit 2023-12-07T11:52:09.286319+0000 mgr.a (mgr.24293) 4885 : audit 0 from='client.107136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:12 smithi027 bash[31536]: cluster 2023-12-07T11:52:11.064012+0000 mgr.a (mgr.24293) 4886 : cluster 0 pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:12 smithi022 bash[28554]: cluster 2023-12-07T11:52:11.064012+0000 mgr.a (mgr.24293) 4886 : cluster 0 pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:12 smithi044 bash[32620]: cluster 2023-12-07T11:52:11.064012+0000 mgr.a (mgr.24293) 4886 : cluster 0 pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:14 smithi027 bash[31536]: cluster 2023-12-07T11:52:13.064597+0000 mgr.a (mgr.24293) 4887 : cluster 0 pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:14 smithi022 bash[28554]: cluster 2023-12-07T11:52:13.064597+0000 mgr.a (mgr.24293) 4887 : cluster 0 pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:14 smithi044 bash[32620]: cluster 2023-12-07T11:52:13.064597+0000 mgr.a (mgr.24293) 4887 : cluster 0 pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:14.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:14.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:14.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:15.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:15.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:15.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:15.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:15.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:16 smithi027 bash[31536]: cluster 2023-12-07T11:52:15.064947+0000 mgr.a (mgr.24293) 4888 : cluster 0 pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:16 smithi027 bash[31536]: audit 2023-12-07T11:52:15.214533+0000 mgr.a (mgr.24293) 4889 : audit 0 from='client.107205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:16 smithi022 bash[28554]: cluster 2023-12-07T11:52:15.064947+0000 mgr.a (mgr.24293) 4888 : cluster 0 pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:16 smithi022 bash[28554]: audit 2023-12-07T11:52:15.214533+0000 mgr.a (mgr.24293) 4889 : audit 0 from='client.107205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:16 smithi044 bash[32620]: cluster 2023-12-07T11:52:15.064947+0000 mgr.a (mgr.24293) 4888 : cluster 0 pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:16 smithi044 bash[32620]: audit 2023-12-07T11:52:15.214533+0000 mgr.a (mgr.24293) 4889 : audit 0 from='client.107205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:18 smithi027 bash[31536]: cluster 2023-12-07T11:52:17.066107+0000 mgr.a (mgr.24293) 4890 : cluster 0 pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:52:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:18 smithi022 bash[28554]: cluster 2023-12-07T11:52:17.066107+0000 mgr.a (mgr.24293) 4890 : cluster 0 pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:52:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:18 smithi044 bash[32620]: cluster 2023-12-07T11:52:17.066107+0000 mgr.a (mgr.24293) 4890 : cluster 0 pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:52:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:20 smithi022 bash[28554]: cluster 2023-12-07T11:52:19.066922+0000 mgr.a (mgr.24293) 4891 : cluster 0 pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:52:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:20 smithi044 bash[32620]: cluster 2023-12-07T11:52:19.066922+0000 mgr.a (mgr.24293) 4891 : cluster 0 pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:52:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:20 smithi027 bash[31536]: cluster 2023-12-07T11:52:19.066922+0000 mgr.a (mgr.24293) 4891 : cluster 0 pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:52:20.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:20.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:20.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:21.675 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:21.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:21.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:21.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:21.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:22 smithi022 bash[28554]: cluster 2023-12-07T11:52:21.067838+0000 mgr.a (mgr.24293) 4892 : cluster 0 pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:22 smithi022 bash[28554]: audit 2023-12-07T11:52:21.179923+0000 mgr.a (mgr.24293) 4893 : audit 0 from='client.107280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:22 smithi044 bash[32620]: cluster 2023-12-07T11:52:21.067838+0000 mgr.a (mgr.24293) 4892 : cluster 0 pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:22 smithi044 bash[32620]: audit 2023-12-07T11:52:21.179923+0000 mgr.a (mgr.24293) 4893 : audit 0 from='client.107280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:22 smithi027 bash[31536]: cluster 2023-12-07T11:52:21.067838+0000 mgr.a (mgr.24293) 4892 : cluster 0 pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:22 smithi027 bash[31536]: audit 2023-12-07T11:52:21.179923+0000 mgr.a (mgr.24293) 4893 : audit 0 from='client.107280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:24 smithi022 bash[28554]: cluster 2023-12-07T11:52:23.068669+0000 mgr.a (mgr.24293) 4894 : cluster 0 pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:24 smithi044 bash[32620]: cluster 2023-12-07T11:52:23.068669+0000 mgr.a (mgr.24293) 4894 : cluster 0 pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:24 smithi027 bash[31536]: cluster 2023-12-07T11:52:23.068669+0000 mgr.a (mgr.24293) 4894 : cluster 0 pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:26.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:26 smithi022 bash[28554]: cluster 2023-12-07T11:52:25.069439+0000 mgr.a (mgr.24293) 4895 : cluster 0 pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:26.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:26.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:26 smithi044 bash[32620]: cluster 2023-12-07T11:52:25.069439+0000 mgr.a (mgr.24293) 4895 : cluster 0 pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:26 smithi027 bash[31536]: cluster 2023-12-07T11:52:25.069439+0000 mgr.a (mgr.24293) 4895 : cluster 0 pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:27.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:27.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:27.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:27.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:27.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:28 smithi022 bash[28554]: cluster 2023-12-07T11:52:27.070059+0000 mgr.a (mgr.24293) 4896 : cluster 0 pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:28 smithi022 bash[28554]: audit 2023-12-07T11:52:27.088543+0000 mgr.a (mgr.24293) 4897 : audit 0 from='client.107358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:28 smithi044 bash[32620]: cluster 2023-12-07T11:52:27.070059+0000 mgr.a (mgr.24293) 4896 : cluster 0 pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:28 smithi044 bash[32620]: audit 2023-12-07T11:52:27.088543+0000 mgr.a (mgr.24293) 4897 : audit 0 from='client.107358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:28 smithi027 bash[31536]: cluster 2023-12-07T11:52:27.070059+0000 mgr.a (mgr.24293) 4896 : cluster 0 pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:28 smithi027 bash[31536]: audit 2023-12-07T11:52:27.088543+0000 mgr.a (mgr.24293) 4897 : audit 0 from='client.107358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:30 smithi022 bash[28554]: cluster 2023-12-07T11:52:29.070752+0000 mgr.a (mgr.24293) 4898 : cluster 0 pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:52:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:30 smithi044 bash[32620]: cluster 2023-12-07T11:52:29.070752+0000 mgr.a (mgr.24293) 4898 : cluster 0 pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:52:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:30 smithi027 bash[31536]: cluster 2023-12-07T11:52:29.070752+0000 mgr.a (mgr.24293) 4898 : cluster 0 pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:52:32.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:32.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:32.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:32 smithi022 bash[28554]: cluster 2023-12-07T11:52:31.071613+0000 mgr.a (mgr.24293) 4899 : cluster 0 pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:52:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:32 smithi044 bash[32620]: cluster 2023-12-07T11:52:31.071613+0000 mgr.a (mgr.24293) 4899 : cluster 0 pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:52:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:32 smithi027 bash[31536]: cluster 2023-12-07T11:52:31.071613+0000 mgr.a (mgr.24293) 4899 : cluster 0 pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:52:33.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:33.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:33.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:33.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:33.551 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:34 smithi022 bash[28554]: audit 2023-12-07T11:52:33.014701+0000 mgr.a (mgr.24293) 4900 : audit 0 from='client.107436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:34 smithi022 bash[28554]: cluster 2023-12-07T11:52:33.072014+0000 mgr.a (mgr.24293) 4901 : 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-07T11:52:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:34 smithi044 bash[32620]: audit 2023-12-07T11:52:33.014701+0000 mgr.a (mgr.24293) 4900 : audit 0 from='client.107436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:34 smithi044 bash[32620]: cluster 2023-12-07T11:52:33.072014+0000 mgr.a (mgr.24293) 4901 : 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-07T11:52:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:34 smithi027 bash[31536]: audit 2023-12-07T11:52:33.014701+0000 mgr.a (mgr.24293) 4900 : audit 0 from='client.107436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:34 smithi027 bash[31536]: cluster 2023-12-07T11:52:33.072014+0000 mgr.a (mgr.24293) 4901 : 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-07T11:52:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:36 smithi022 bash[28554]: cluster 2023-12-07T11:52:35.072682+0000 mgr.a (mgr.24293) 4902 : 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-07T11:52:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:36 smithi044 bash[32620]: cluster 2023-12-07T11:52:35.072682+0000 mgr.a (mgr.24293) 4902 : 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-07T11:52:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:36 smithi027 bash[31536]: cluster 2023-12-07T11:52:35.072682+0000 mgr.a (mgr.24293) 4902 : 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-07T11:52:38.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:38.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:38.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:38 smithi022 bash[28554]: cluster 2023-12-07T11:52:37.073532+0000 mgr.a (mgr.24293) 4903 : 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-07T11:52:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:38 smithi044 bash[32620]: cluster 2023-12-07T11:52:37.073532+0000 mgr.a (mgr.24293) 4903 : 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-07T11:52:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:38 smithi027 bash[31536]: cluster 2023-12-07T11:52:37.073532+0000 mgr.a (mgr.24293) 4903 : 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-07T11:52:39.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:39.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:39.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:39.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:39.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:40 smithi022 bash[28554]: audit 2023-12-07T11:52:38.975825+0000 mgr.a (mgr.24293) 4904 : audit 0 from='client.107511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:40 smithi022 bash[28554]: cluster 2023-12-07T11:52:39.073987+0000 mgr.a (mgr.24293) 4905 : 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-07T11:52:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:40 smithi044 bash[32620]: audit 2023-12-07T11:52:38.975825+0000 mgr.a (mgr.24293) 4904 : audit 0 from='client.107511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:40 smithi044 bash[32620]: cluster 2023-12-07T11:52:39.073987+0000 mgr.a (mgr.24293) 4905 : 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-07T11:52:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:40 smithi027 bash[31536]: audit 2023-12-07T11:52:38.975825+0000 mgr.a (mgr.24293) 4904 : audit 0 from='client.107511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:40 smithi027 bash[31536]: cluster 2023-12-07T11:52:39.073987+0000 mgr.a (mgr.24293) 4905 : 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-07T11:52:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:42 smithi022 bash[28554]: cluster 2023-12-07T11:52:41.074841+0000 mgr.a (mgr.24293) 4906 : cluster 0 pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:42 smithi044 bash[32620]: cluster 2023-12-07T11:52:41.074841+0000 mgr.a (mgr.24293) 4906 : cluster 0 pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:42 smithi027 bash[31536]: cluster 2023-12-07T11:52:41.074841+0000 mgr.a (mgr.24293) 4906 : cluster 0 pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:44.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:44.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:44.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:44 smithi022 bash[28554]: cluster 2023-12-07T11:52:43.075371+0000 mgr.a (mgr.24293) 4907 : cluster 0 pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:44 smithi044 bash[32620]: cluster 2023-12-07T11:52:43.075371+0000 mgr.a (mgr.24293) 4907 : cluster 0 pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:44 smithi027 bash[31536]: cluster 2023-12-07T11:52:43.075371+0000 mgr.a (mgr.24293) 4907 : cluster 0 pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:45.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:45.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:45.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:45.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:45.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:46 smithi022 bash[28554]: audit 2023-12-07T11:52:44.898043+0000 mgr.a (mgr.24293) 4908 : audit 0 from='client.107583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:46 smithi022 bash[28554]: cluster 2023-12-07T11:52:45.075989+0000 mgr.a (mgr.24293) 4909 : cluster 0 pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:46 smithi044 bash[32620]: audit 2023-12-07T11:52:44.898043+0000 mgr.a (mgr.24293) 4908 : audit 0 from='client.107583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:46 smithi044 bash[32620]: cluster 2023-12-07T11:52:45.075989+0000 mgr.a (mgr.24293) 4909 : cluster 0 pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:46 smithi027 bash[31536]: audit 2023-12-07T11:52:44.898043+0000 mgr.a (mgr.24293) 4908 : audit 0 from='client.107583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:46 smithi027 bash[31536]: cluster 2023-12-07T11:52:45.075989+0000 mgr.a (mgr.24293) 4909 : cluster 0 pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:48 smithi022 bash[28554]: cluster 2023-12-07T11:52:47.076897+0000 mgr.a (mgr.24293) 4910 : cluster 0 pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:52:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:48 smithi022 bash[28554]: audit 2023-12-07T11:52:48.132904+0000 mon.a (mon.0) 1145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:52:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:48 smithi044 bash[32620]: cluster 2023-12-07T11:52:47.076897+0000 mgr.a (mgr.24293) 4910 : cluster 0 pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:52:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:48 smithi044 bash[32620]: audit 2023-12-07T11:52:48.132904+0000 mon.a (mon.0) 1145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:52:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:48 smithi027 bash[31536]: cluster 2023-12-07T11:52:47.076897+0000 mgr.a (mgr.24293) 4910 : cluster 0 pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:52:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:48 smithi027 bash[31536]: audit 2023-12-07T11:52:48.132904+0000 mon.a (mon.0) 1145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:52:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:49 smithi022 bash[28554]: audit 2023-12-07T11:52:48.919990+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:52:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:49 smithi022 bash[28554]: audit 2023-12-07T11:52:48.922012+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:52:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:49 smithi022 bash[28554]: audit 2023-12-07T11:52:48.932504+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:52:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:49 smithi044 bash[32620]: audit 2023-12-07T11:52:48.919990+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:52:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:49 smithi044 bash[32620]: audit 2023-12-07T11:52:48.922012+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:52:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:49 smithi044 bash[32620]: audit 2023-12-07T11:52:48.932504+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:52:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:49 smithi027 bash[31536]: audit 2023-12-07T11:52:48.919990+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:52:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:49 smithi027 bash[31536]: audit 2023-12-07T11:52:48.922012+0000 mon.a (mon.0) 1147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:52:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:49 smithi027 bash[31536]: audit 2023-12-07T11:52:48.932504+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:52:50.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:50.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:50.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:50 smithi022 bash[28554]: cluster 2023-12-07T11:52:49.077484+0000 mgr.a (mgr.24293) 4911 : cluster 0 pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:52:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:50 smithi044 bash[32620]: cluster 2023-12-07T11:52:49.077484+0000 mgr.a (mgr.24293) 4911 : cluster 0 pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:52:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:50 smithi027 bash[31536]: cluster 2023-12-07T11:52:49.077484+0000 mgr.a (mgr.24293) 4911 : cluster 0 pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:52:51.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:51.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:51.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:51.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:51.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:52 smithi022 bash[28554]: audit 2023-12-07T11:52:50.857423+0000 mgr.a (mgr.24293) 4912 : audit 0 from='client.107661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:52 smithi022 bash[28554]: cluster 2023-12-07T11:52:51.078221+0000 mgr.a (mgr.24293) 4913 : 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-07T11:52:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:52 smithi044 bash[32620]: audit 2023-12-07T11:52:50.857423+0000 mgr.a (mgr.24293) 4912 : audit 0 from='client.107661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:52 smithi044 bash[32620]: cluster 2023-12-07T11:52:51.078221+0000 mgr.a (mgr.24293) 4913 : 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-07T11:52:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:52 smithi027 bash[31536]: audit 2023-12-07T11:52:50.857423+0000 mgr.a (mgr.24293) 4912 : audit 0 from='client.107661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:52 smithi027 bash[31536]: cluster 2023-12-07T11:52:51.078221+0000 mgr.a (mgr.24293) 4913 : 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-07T11:52:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:54 smithi022 bash[28554]: cluster 2023-12-07T11:52:53.078896+0000 mgr.a (mgr.24293) 4914 : cluster 0 pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:54 smithi044 bash[32620]: cluster 2023-12-07T11:52:53.078896+0000 mgr.a (mgr.24293) 4914 : cluster 0 pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:54 smithi027 bash[31536]: cluster 2023-12-07T11:52:53.078896+0000 mgr.a (mgr.24293) 4914 : cluster 0 pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:56.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:52:56.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:56.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:56 smithi022 bash[28554]: cluster 2023-12-07T11:52:55.079488+0000 mgr.a (mgr.24293) 4915 : cluster 0 pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:56 smithi044 bash[32620]: cluster 2023-12-07T11:52:55.079488+0000 mgr.a (mgr.24293) 4915 : cluster 0 pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:56 smithi027 bash[31536]: cluster 2023-12-07T11:52:55.079488+0000 mgr.a (mgr.24293) 4915 : cluster 0 pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:57.319 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:52:57.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:57.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:57.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:57.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:52:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:58 smithi022 bash[28554]: audit 2023-12-07T11:52:56.784793+0000 mgr.a (mgr.24293) 4916 : audit 0 from='client.107739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:52:58 smithi022 bash[28554]: cluster 2023-12-07T11:52:57.080575+0000 mgr.a (mgr.24293) 4917 : cluster 0 pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:58 smithi044 bash[32620]: audit 2023-12-07T11:52:56.784793+0000 mgr.a (mgr.24293) 4916 : audit 0 from='client.107739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:52:58 smithi044 bash[32620]: cluster 2023-12-07T11:52:57.080575+0000 mgr.a (mgr.24293) 4917 : cluster 0 pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:58 smithi027 bash[31536]: audit 2023-12-07T11:52:56.784793+0000 mgr.a (mgr.24293) 4916 : audit 0 from='client.107739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:52:58 smithi027 bash[31536]: cluster 2023-12-07T11:52:57.080575+0000 mgr.a (mgr.24293) 4917 : cluster 0 pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:00 smithi022 bash[28554]: cluster 2023-12-07T11:52:59.081293+0000 mgr.a (mgr.24293) 4918 : cluster 0 pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:00 smithi044 bash[32620]: cluster 2023-12-07T11:52:59.081293+0000 mgr.a (mgr.24293) 4918 : cluster 0 pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:00 smithi027 bash[31536]: cluster 2023-12-07T11:52:59.081293+0000 mgr.a (mgr.24293) 4918 : cluster 0 pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:02.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:02.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:02.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:02 smithi022 bash[28554]: cluster 2023-12-07T11:53:01.082237+0000 mgr.a (mgr.24293) 4919 : cluster 0 pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:53:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:02 smithi044 bash[32620]: cluster 2023-12-07T11:53:01.082237+0000 mgr.a (mgr.24293) 4919 : cluster 0 pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:53:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:02 smithi027 bash[31536]: cluster 2023-12-07T11:53:01.082237+0000 mgr.a (mgr.24293) 4919 : cluster 0 pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:53:03.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:03.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:03.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:03.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:03.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:04 smithi022 bash[28554]: audit 2023-12-07T11:53:02.742276+0000 mgr.a (mgr.24293) 4920 : audit 0 from='client.107814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:04 smithi022 bash[28554]: cluster 2023-12-07T11:53:03.082949+0000 mgr.a (mgr.24293) 4921 : 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-07T11:53:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:04 smithi044 bash[32620]: audit 2023-12-07T11:53:02.742276+0000 mgr.a (mgr.24293) 4920 : audit 0 from='client.107814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:04 smithi044 bash[32620]: cluster 2023-12-07T11:53:03.082949+0000 mgr.a (mgr.24293) 4921 : 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-07T11:53:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:04 smithi027 bash[31536]: audit 2023-12-07T11:53:02.742276+0000 mgr.a (mgr.24293) 4920 : audit 0 from='client.107814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:04 smithi027 bash[31536]: cluster 2023-12-07T11:53:03.082949+0000 mgr.a (mgr.24293) 4921 : 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-07T11:53:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:06 smithi022 bash[28554]: cluster 2023-12-07T11:53:05.083673+0000 mgr.a (mgr.24293) 4922 : 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-07T11:53:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:06 smithi044 bash[32620]: cluster 2023-12-07T11:53:05.083673+0000 mgr.a (mgr.24293) 4922 : 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-07T11:53:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:06 smithi027 bash[31536]: cluster 2023-12-07T11:53:05.083673+0000 mgr.a (mgr.24293) 4922 : 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-07T11:53:08.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:08.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:08.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:08 smithi022 bash[28554]: cluster 2023-12-07T11:53:07.084429+0000 mgr.a (mgr.24293) 4923 : 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-07T11:53:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:08 smithi044 bash[32620]: cluster 2023-12-07T11:53:07.084429+0000 mgr.a (mgr.24293) 4923 : 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-07T11:53:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:08 smithi027 bash[31536]: cluster 2023-12-07T11:53:07.084429+0000 mgr.a (mgr.24293) 4923 : 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-07T11:53:09.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:09.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:09.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:09.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:09.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:10 smithi022 bash[28554]: audit 2023-12-07T11:53:08.682627+0000 mgr.a (mgr.24293) 4924 : audit 0 from='client.107886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:10 smithi022 bash[28554]: cluster 2023-12-07T11:53:09.085229+0000 mgr.a (mgr.24293) 4925 : 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-07T11:53:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:10 smithi044 bash[32620]: audit 2023-12-07T11:53:08.682627+0000 mgr.a (mgr.24293) 4924 : audit 0 from='client.107886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:10 smithi044 bash[32620]: cluster 2023-12-07T11:53:09.085229+0000 mgr.a (mgr.24293) 4925 : 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-07T11:53:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:10 smithi027 bash[31536]: audit 2023-12-07T11:53:08.682627+0000 mgr.a (mgr.24293) 4924 : audit 0 from='client.107886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:10 smithi027 bash[31536]: cluster 2023-12-07T11:53:09.085229+0000 mgr.a (mgr.24293) 4925 : 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-07T11:53:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:12 smithi022 bash[28554]: cluster 2023-12-07T11:53:11.086054+0000 mgr.a (mgr.24293) 4926 : cluster 0 pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:12 smithi044 bash[32620]: cluster 2023-12-07T11:53:11.086054+0000 mgr.a (mgr.24293) 4926 : cluster 0 pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:12 smithi027 bash[31536]: cluster 2023-12-07T11:53:11.086054+0000 mgr.a (mgr.24293) 4926 : cluster 0 pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:14.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:14.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:14.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:14 smithi022 bash[28554]: cluster 2023-12-07T11:53:13.086636+0000 mgr.a (mgr.24293) 4927 : cluster 0 pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:14 smithi044 bash[32620]: cluster 2023-12-07T11:53:13.086636+0000 mgr.a (mgr.24293) 4927 : cluster 0 pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:14 smithi027 bash[31536]: cluster 2023-12-07T11:53:13.086636+0000 mgr.a (mgr.24293) 4927 : cluster 0 pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:15.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:15.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:15.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:15.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:15.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:15 smithi022 bash[28554]: audit 2023-12-07T11:53:14.612084+0000 mgr.a (mgr.24293) 4928 : audit 0 from='client.107964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:15 smithi044 bash[32620]: audit 2023-12-07T11:53:14.612084+0000 mgr.a (mgr.24293) 4928 : audit 0 from='client.107964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:15.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:15 smithi027 bash[31536]: audit 2023-12-07T11:53:14.612084+0000 mgr.a (mgr.24293) 4928 : audit 0 from='client.107964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:16 smithi022 bash[28554]: cluster 2023-12-07T11:53:15.087255+0000 mgr.a (mgr.24293) 4929 : cluster 0 pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:16 smithi044 bash[32620]: cluster 2023-12-07T11:53:15.087255+0000 mgr.a (mgr.24293) 4929 : cluster 0 pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:16 smithi027 bash[31536]: cluster 2023-12-07T11:53:15.087255+0000 mgr.a (mgr.24293) 4929 : cluster 0 pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:18 smithi022 bash[28554]: cluster 2023-12-07T11:53:17.088144+0000 mgr.a (mgr.24293) 4930 : cluster 0 pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:18 smithi044 bash[32620]: cluster 2023-12-07T11:53:17.088144+0000 mgr.a (mgr.24293) 4930 : cluster 0 pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:18 smithi027 bash[31536]: cluster 2023-12-07T11:53:17.088144+0000 mgr.a (mgr.24293) 4930 : cluster 0 pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:20.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:20.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:20.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:20 smithi022 bash[28554]: cluster 2023-12-07T11:53:19.088736+0000 mgr.a (mgr.24293) 4931 : cluster 0 pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:20 smithi044 bash[32620]: cluster 2023-12-07T11:53:19.088736+0000 mgr.a (mgr.24293) 4931 : cluster 0 pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:20 smithi027 bash[31536]: cluster 2023-12-07T11:53:19.088736+0000 mgr.a (mgr.24293) 4931 : cluster 0 pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:21.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:21.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:21.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:21.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:21.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:21 smithi022 bash[28554]: audit 2023-12-07T11:53:20.553713+0000 mgr.a (mgr.24293) 4932 : audit 0 from='client.108039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:21 smithi044 bash[32620]: audit 2023-12-07T11:53:20.553713+0000 mgr.a (mgr.24293) 4932 : audit 0 from='client.108039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:21 smithi027 bash[31536]: audit 2023-12-07T11:53:20.553713+0000 mgr.a (mgr.24293) 4932 : audit 0 from='client.108039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:22 smithi022 bash[28554]: cluster 2023-12-07T11:53:21.089815+0000 mgr.a (mgr.24293) 4933 : 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-07T11:53:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:22 smithi044 bash[32620]: cluster 2023-12-07T11:53:21.089815+0000 mgr.a (mgr.24293) 4933 : 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-07T11:53:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:22 smithi027 bash[31536]: cluster 2023-12-07T11:53:21.089815+0000 mgr.a (mgr.24293) 4933 : 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-07T11:53:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:24 smithi022 bash[28554]: cluster 2023-12-07T11:53:23.090462+0000 mgr.a (mgr.24293) 4934 : cluster 0 pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:24 smithi044 bash[32620]: cluster 2023-12-07T11:53:23.090462+0000 mgr.a (mgr.24293) 4934 : cluster 0 pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:24 smithi027 bash[31536]: cluster 2023-12-07T11:53:23.090462+0000 mgr.a (mgr.24293) 4934 : cluster 0 pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:26.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:26.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:26.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:26 smithi022 bash[28554]: cluster 2023-12-07T11:53:25.091041+0000 mgr.a (mgr.24293) 4935 : cluster 0 pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:26 smithi044 bash[32620]: cluster 2023-12-07T11:53:25.091041+0000 mgr.a (mgr.24293) 4935 : cluster 0 pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:26 smithi027 bash[31536]: cluster 2023-12-07T11:53:25.091041+0000 mgr.a (mgr.24293) 4935 : cluster 0 pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:27.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:27.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:27.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:27.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:27.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:27 smithi022 bash[28554]: audit 2023-12-07T11:53:26.503358+0000 mgr.a (mgr.24293) 4936 : audit 0 from='client.108111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:27 smithi044 bash[32620]: audit 2023-12-07T11:53:26.503358+0000 mgr.a (mgr.24293) 4936 : audit 0 from='client.108111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:27.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:27 smithi027 bash[31536]: audit 2023-12-07T11:53:26.503358+0000 mgr.a (mgr.24293) 4936 : audit 0 from='client.108111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:28 smithi022 bash[28554]: cluster 2023-12-07T11:53:27.092158+0000 mgr.a (mgr.24293) 4937 : cluster 0 pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:28 smithi044 bash[32620]: cluster 2023-12-07T11:53:27.092158+0000 mgr.a (mgr.24293) 4937 : cluster 0 pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:28 smithi027 bash[31536]: cluster 2023-12-07T11:53:27.092158+0000 mgr.a (mgr.24293) 4937 : cluster 0 pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:30 smithi022 bash[28554]: cluster 2023-12-07T11:53:29.092762+0000 mgr.a (mgr.24293) 4938 : cluster 0 pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:30 smithi044 bash[32620]: cluster 2023-12-07T11:53:29.092762+0000 mgr.a (mgr.24293) 4938 : cluster 0 pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:30 smithi027 bash[31536]: cluster 2023-12-07T11:53:29.092762+0000 mgr.a (mgr.24293) 4938 : cluster 0 pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:32.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:32.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:32.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:32 smithi022 bash[28554]: cluster 2023-12-07T11:53:31.093569+0000 mgr.a (mgr.24293) 4939 : cluster 0 pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:32 smithi044 bash[32620]: cluster 2023-12-07T11:53:31.093569+0000 mgr.a (mgr.24293) 4939 : cluster 0 pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:32 smithi027 bash[31536]: cluster 2023-12-07T11:53:31.093569+0000 mgr.a (mgr.24293) 4939 : cluster 0 pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:32.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:32.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:32.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:32.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:32.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:33 smithi022 bash[28554]: audit 2023-12-07T11:53:32.439081+0000 mgr.a (mgr.24293) 4940 : audit 0 from='client.108189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:33 smithi044 bash[32620]: audit 2023-12-07T11:53:32.439081+0000 mgr.a (mgr.24293) 4940 : audit 0 from='client.108189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:33.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:33 smithi027 bash[31536]: audit 2023-12-07T11:53:32.439081+0000 mgr.a (mgr.24293) 4940 : audit 0 from='client.108189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:34 smithi022 bash[28554]: cluster 2023-12-07T11:53:33.094323+0000 mgr.a (mgr.24293) 4941 : 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-07T11:53:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:34 smithi044 bash[32620]: cluster 2023-12-07T11:53:33.094323+0000 mgr.a (mgr.24293) 4941 : 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-07T11:53:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:34 smithi027 bash[31536]: cluster 2023-12-07T11:53:33.094323+0000 mgr.a (mgr.24293) 4941 : 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-07T11:53:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:36 smithi022 bash[28554]: cluster 2023-12-07T11:53:35.095008+0000 mgr.a (mgr.24293) 4942 : 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-07T11:53:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:36 smithi044 bash[32620]: cluster 2023-12-07T11:53:35.095008+0000 mgr.a (mgr.24293) 4942 : 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-07T11:53:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:36 smithi027 bash[31536]: cluster 2023-12-07T11:53:35.095008+0000 mgr.a (mgr.24293) 4942 : 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-07T11:53:37.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:37.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:37.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:38 smithi022 bash[28554]: cluster 2023-12-07T11:53:37.096048+0000 mgr.a (mgr.24293) 4943 : 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-07T11:53:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:38 smithi044 bash[32620]: cluster 2023-12-07T11:53:37.096048+0000 mgr.a (mgr.24293) 4943 : 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-07T11:53:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:38 smithi027 bash[31536]: cluster 2023-12-07T11:53:37.096048+0000 mgr.a (mgr.24293) 4943 : 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-07T11:53:38.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:38.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:38.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:38.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:38.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:39 smithi022 bash[28554]: audit 2023-12-07T11:53:38.372349+0000 mgr.a (mgr.24293) 4944 : audit 0 from='client.108264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:39 smithi044 bash[32620]: audit 2023-12-07T11:53:38.372349+0000 mgr.a (mgr.24293) 4944 : audit 0 from='client.108264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:39 smithi027 bash[31536]: audit 2023-12-07T11:53:38.372349+0000 mgr.a (mgr.24293) 4944 : audit 0 from='client.108264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:40 smithi022 bash[28554]: cluster 2023-12-07T11:53:39.096892+0000 mgr.a (mgr.24293) 4945 : 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-07T11:53:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:40 smithi044 bash[32620]: cluster 2023-12-07T11:53:39.096892+0000 mgr.a (mgr.24293) 4945 : 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-07T11:53:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:40 smithi027 bash[31536]: cluster 2023-12-07T11:53:39.096892+0000 mgr.a (mgr.24293) 4945 : 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-07T11:53:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:42 smithi022 bash[28554]: cluster 2023-12-07T11:53:41.097901+0000 mgr.a (mgr.24293) 4946 : 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-07T11:53:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:42 smithi044 bash[32620]: cluster 2023-12-07T11:53:41.097901+0000 mgr.a (mgr.24293) 4946 : 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-07T11:53:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:42 smithi027 bash[31536]: cluster 2023-12-07T11:53:41.097901+0000 mgr.a (mgr.24293) 4946 : 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-07T11:53:43.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:43.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:44 smithi022 bash[28554]: cluster 2023-12-07T11:53:43.098597+0000 mgr.a (mgr.24293) 4947 : 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-07T11:53:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:44 smithi044 bash[32620]: cluster 2023-12-07T11:53:43.098597+0000 mgr.a (mgr.24293) 4947 : 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-07T11:53:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:44 smithi027 bash[31536]: cluster 2023-12-07T11:53:43.098597+0000 mgr.a (mgr.24293) 4947 : 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-07T11:53:44.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:44.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:44.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:44.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:44.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:45 smithi022 bash[28554]: audit 2023-12-07T11:53:44.312624+0000 mgr.a (mgr.24293) 4948 : audit 0 from='client.108342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:45 smithi044 bash[32620]: audit 2023-12-07T11:53:44.312624+0000 mgr.a (mgr.24293) 4948 : audit 0 from='client.108342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:45 smithi027 bash[31536]: audit 2023-12-07T11:53:44.312624+0000 mgr.a (mgr.24293) 4948 : audit 0 from='client.108342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:46 smithi022 bash[28554]: cluster 2023-12-07T11:53:45.099309+0000 mgr.a (mgr.24293) 4949 : 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-07T11:53:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:46 smithi044 bash[32620]: cluster 2023-12-07T11:53:45.099309+0000 mgr.a (mgr.24293) 4949 : 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-07T11:53:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:46 smithi027 bash[31536]: cluster 2023-12-07T11:53:45.099309+0000 mgr.a (mgr.24293) 4949 : 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-07T11:53:48.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:48 smithi044 bash[32620]: cluster 2023-12-07T11:53:47.100123+0000 mgr.a (mgr.24293) 4950 : cluster 0 pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:48.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:48 smithi022 bash[28554]: cluster 2023-12-07T11:53:47.100123+0000 mgr.a (mgr.24293) 4950 : cluster 0 pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:48 smithi027 bash[31536]: cluster 2023-12-07T11:53:47.100123+0000 mgr.a (mgr.24293) 4950 : cluster 0 pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:49 smithi022 bash[28554]: audit 2023-12-07T11:53:49.036018+0000 mon.a (mon.0) 1149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:53:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:49 smithi044 bash[32620]: audit 2023-12-07T11:53:49.036018+0000 mon.a (mon.0) 1149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:53:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:49 smithi027 bash[31536]: audit 2023-12-07T11:53:49.036018+0000 mon.a (mon.0) 1149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:53:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:50 smithi022 bash[28554]: cluster 2023-12-07T11:53:49.100671+0000 mgr.a (mgr.24293) 4951 : cluster 0 pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:50 smithi022 bash[28554]: audit 2023-12-07T11:53:49.824370+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:50 smithi022 bash[28554]: audit 2023-12-07T11:53:49.826219+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:50 smithi022 bash[28554]: audit 2023-12-07T11:53:49.836864+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:50 smithi044 bash[32620]: cluster 2023-12-07T11:53:49.100671+0000 mgr.a (mgr.24293) 4951 : cluster 0 pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:50 smithi044 bash[32620]: audit 2023-12-07T11:53:49.824370+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:50 smithi044 bash[32620]: audit 2023-12-07T11:53:49.826219+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:53:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:50 smithi044 bash[32620]: audit 2023-12-07T11:53:49.836864+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:53:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:50 smithi027 bash[31536]: cluster 2023-12-07T11:53:49.100671+0000 mgr.a (mgr.24293) 4951 : cluster 0 pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:50 smithi027 bash[31536]: audit 2023-12-07T11:53:49.824370+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:53:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:50 smithi027 bash[31536]: audit 2023-12-07T11:53:49.826219+0000 mon.a (mon.0) 1151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:53:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:50 smithi027 bash[31536]: audit 2023-12-07T11:53:49.836864+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:53:50.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:50.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:50.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:50.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:50.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:51 smithi027 bash[31536]: audit 2023-12-07T11:53:50.259926+0000 mgr.a (mgr.24293) 4952 : audit 0 from='client.108411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:51 smithi022 bash[28554]: audit 2023-12-07T11:53:50.259926+0000 mgr.a (mgr.24293) 4952 : audit 0 from='client.108411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:51 smithi044 bash[32620]: audit 2023-12-07T11:53:50.259926+0000 mgr.a (mgr.24293) 4952 : audit 0 from='client.108411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:52 smithi027 bash[31536]: cluster 2023-12-07T11:53:51.101717+0000 mgr.a (mgr.24293) 4953 : cluster 0 pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:53:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:52 smithi022 bash[28554]: cluster 2023-12-07T11:53:51.101717+0000 mgr.a (mgr.24293) 4953 : cluster 0 pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:53:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:52 smithi044 bash[32620]: cluster 2023-12-07T11:53:51.101717+0000 mgr.a (mgr.24293) 4953 : cluster 0 pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:53:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:54 smithi027 bash[31536]: cluster 2023-12-07T11:53:53.102347+0000 mgr.a (mgr.24293) 4954 : cluster 0 pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:54 smithi022 bash[28554]: cluster 2023-12-07T11:53:53.102347+0000 mgr.a (mgr.24293) 4954 : cluster 0 pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:54 smithi044 bash[32620]: cluster 2023-12-07T11:53:53.102347+0000 mgr.a (mgr.24293) 4954 : cluster 0 pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:55.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:53:55.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:55.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:56 smithi027 bash[31536]: cluster 2023-12-07T11:53:55.102932+0000 mgr.a (mgr.24293) 4955 : cluster 0 pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:56.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:53:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:53:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:56 smithi022 bash[28554]: cluster 2023-12-07T11:53:55.102932+0000 mgr.a (mgr.24293) 4955 : cluster 0 pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:56 smithi044 bash[32620]: cluster 2023-12-07T11:53:55.102932+0000 mgr.a (mgr.24293) 4955 : cluster 0 pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:53:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:57 smithi027 bash[31536]: audit 2023-12-07T11:53:56.225900+0000 mgr.a (mgr.24293) 4956 : audit 0 from='client.108489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:57 smithi022 bash[28554]: audit 2023-12-07T11:53:56.225900+0000 mgr.a (mgr.24293) 4956 : audit 0 from='client.108489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:57 smithi044 bash[32620]: audit 2023-12-07T11:53:56.225900+0000 mgr.a (mgr.24293) 4956 : audit 0 from='client.108489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:53:58 smithi022 bash[28554]: cluster 2023-12-07T11:53:57.104024+0000 mgr.a (mgr.24293) 4957 : 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-07T11:53:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:53:58 smithi044 bash[32620]: cluster 2023-12-07T11:53:57.104024+0000 mgr.a (mgr.24293) 4957 : 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-07T11:53:58.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:53:58 smithi027 bash[31536]: cluster 2023-12-07T11:53:57.104024+0000 mgr.a (mgr.24293) 4957 : 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-07T11:54:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:00 smithi022 bash[28554]: cluster 2023-12-07T11:53:59.104603+0000 mgr.a (mgr.24293) 4958 : cluster 0 pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:00 smithi044 bash[32620]: cluster 2023-12-07T11:53:59.104603+0000 mgr.a (mgr.24293) 4958 : cluster 0 pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:00.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:00 smithi027 bash[31536]: cluster 2023-12-07T11:53:59.104603+0000 mgr.a (mgr.24293) 4958 : cluster 0 pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:02.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:02 smithi022 bash[28554]: cluster 2023-12-07T11:54:01.105347+0000 mgr.a (mgr.24293) 4959 : cluster 0 pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:02 smithi044 bash[32620]: cluster 2023-12-07T11:54:01.105347+0000 mgr.a (mgr.24293) 4959 : cluster 0 pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:02 smithi027 bash[31536]: cluster 2023-12-07T11:54:01.105347+0000 mgr.a (mgr.24293) 4959 : cluster 0 pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:03 smithi022 bash[28554]: audit 2023-12-07T11:54:02.131072+0000 mgr.a (mgr.24293) 4960 : audit 0 from='client.108564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:03 smithi044 bash[32620]: audit 2023-12-07T11:54:02.131072+0000 mgr.a (mgr.24293) 4960 : audit 0 from='client.108564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:03 smithi027 bash[31536]: audit 2023-12-07T11:54:02.131072+0000 mgr.a (mgr.24293) 4960 : audit 0 from='client.108564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:04 smithi044 bash[32620]: cluster 2023-12-07T11:54:03.106080+0000 mgr.a (mgr.24293) 4961 : cluster 0 pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:04 smithi022 bash[28554]: cluster 2023-12-07T11:54:03.106080+0000 mgr.a (mgr.24293) 4961 : cluster 0 pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:04 smithi027 bash[31536]: cluster 2023-12-07T11:54:03.106080+0000 mgr.a (mgr.24293) 4961 : cluster 0 pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:06 smithi022 bash[28554]: cluster 2023-12-07T11:54:05.106665+0000 mgr.a (mgr.24293) 4962 : cluster 0 pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:06 smithi044 bash[32620]: cluster 2023-12-07T11:54:05.106665+0000 mgr.a (mgr.24293) 4962 : cluster 0 pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:06.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:06 smithi027 bash[31536]: cluster 2023-12-07T11:54:05.106665+0000 mgr.a (mgr.24293) 4962 : cluster 0 pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:07.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:07.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:07.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:08.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:08.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:08.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:08.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:08.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:08 smithi022 bash[28554]: cluster 2023-12-07T11:54:07.107479+0000 mgr.a (mgr.24293) 4963 : cluster 0 pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:08 smithi044 bash[32620]: cluster 2023-12-07T11:54:07.107479+0000 mgr.a (mgr.24293) 4963 : cluster 0 pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:08.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:08 smithi027 bash[31536]: cluster 2023-12-07T11:54:07.107479+0000 mgr.a (mgr.24293) 4963 : cluster 0 pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:09 smithi022 bash[28554]: audit 2023-12-07T11:54:08.067720+0000 mgr.a (mgr.24293) 4964 : audit 0 from='client.108642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:09 smithi044 bash[32620]: audit 2023-12-07T11:54:08.067720+0000 mgr.a (mgr.24293) 4964 : audit 0 from='client.108642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:09.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:09 smithi027 bash[31536]: audit 2023-12-07T11:54:08.067720+0000 mgr.a (mgr.24293) 4964 : audit 0 from='client.108642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:10 smithi022 bash[28554]: cluster 2023-12-07T11:54:09.108199+0000 mgr.a (mgr.24293) 4965 : 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-07T11:54:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:10 smithi044 bash[32620]: cluster 2023-12-07T11:54:09.108199+0000 mgr.a (mgr.24293) 4965 : 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-07T11:54:10.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:10 smithi027 bash[31536]: cluster 2023-12-07T11:54:09.108199+0000 mgr.a (mgr.24293) 4965 : 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-07T11:54:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:12 smithi022 bash[28554]: cluster 2023-12-07T11:54:11.109022+0000 mgr.a (mgr.24293) 4966 : 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-07T11:54:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:12 smithi044 bash[32620]: cluster 2023-12-07T11:54:11.109022+0000 mgr.a (mgr.24293) 4966 : 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-07T11:54:12.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:12 smithi027 bash[31536]: cluster 2023-12-07T11:54:11.109022+0000 mgr.a (mgr.24293) 4966 : 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-07T11:54:13.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:13.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:13.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:14.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:14.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:14.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:14.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:14.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:14 smithi022 bash[28554]: cluster 2023-12-07T11:54:13.109606+0000 mgr.a (mgr.24293) 4967 : 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-07T11:54:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:14 smithi044 bash[32620]: cluster 2023-12-07T11:54:13.109606+0000 mgr.a (mgr.24293) 4967 : 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-07T11:54:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:14 smithi027 bash[31536]: cluster 2023-12-07T11:54:13.109606+0000 mgr.a (mgr.24293) 4967 : 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-07T11:54:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:15 smithi022 bash[28554]: audit 2023-12-07T11:54:13.986058+0000 mgr.a (mgr.24293) 4968 : audit 0 from='client.108717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:15 smithi044 bash[32620]: audit 2023-12-07T11:54:13.986058+0000 mgr.a (mgr.24293) 4968 : audit 0 from='client.108717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:15 smithi027 bash[31536]: audit 2023-12-07T11:54:13.986058+0000 mgr.a (mgr.24293) 4968 : audit 0 from='client.108717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:16 smithi022 bash[28554]: cluster 2023-12-07T11:54:15.110287+0000 mgr.a (mgr.24293) 4969 : 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-07T11:54:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:16 smithi044 bash[32620]: cluster 2023-12-07T11:54:15.110287+0000 mgr.a (mgr.24293) 4969 : 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-07T11:54:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:16 smithi027 bash[31536]: cluster 2023-12-07T11:54:15.110287+0000 mgr.a (mgr.24293) 4969 : 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-07T11:54:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:18 smithi022 bash[28554]: cluster 2023-12-07T11:54:17.111114+0000 mgr.a (mgr.24293) 4970 : cluster 0 pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:18 smithi044 bash[32620]: cluster 2023-12-07T11:54:17.111114+0000 mgr.a (mgr.24293) 4970 : cluster 0 pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:18.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:18 smithi027 bash[31536]: cluster 2023-12-07T11:54:17.111114+0000 mgr.a (mgr.24293) 4970 : cluster 0 pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:19.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:19.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:19.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:20.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:20.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:20.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:20.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:20.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:20 smithi022 bash[28554]: cluster 2023-12-07T11:54:19.111692+0000 mgr.a (mgr.24293) 4971 : cluster 0 pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:20 smithi044 bash[32620]: cluster 2023-12-07T11:54:19.111692+0000 mgr.a (mgr.24293) 4971 : cluster 0 pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:20 smithi027 bash[31536]: cluster 2023-12-07T11:54:19.111692+0000 mgr.a (mgr.24293) 4971 : cluster 0 pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:21 smithi022 bash[28554]: audit 2023-12-07T11:54:19.916517+0000 mgr.a (mgr.24293) 4972 : audit 0 from='client.108792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:21 smithi044 bash[32620]: audit 2023-12-07T11:54:19.916517+0000 mgr.a (mgr.24293) 4972 : audit 0 from='client.108792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:21 smithi027 bash[31536]: audit 2023-12-07T11:54:19.916517+0000 mgr.a (mgr.24293) 4972 : audit 0 from='client.108792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:22 smithi022 bash[28554]: cluster 2023-12-07T11:54:21.112565+0000 mgr.a (mgr.24293) 4973 : cluster 0 pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:22 smithi044 bash[32620]: cluster 2023-12-07T11:54:21.112565+0000 mgr.a (mgr.24293) 4973 : cluster 0 pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:22.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:22 smithi027 bash[31536]: cluster 2023-12-07T11:54:21.112565+0000 mgr.a (mgr.24293) 4973 : cluster 0 pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:24 smithi022 bash[28554]: cluster 2023-12-07T11:54:23.113157+0000 mgr.a (mgr.24293) 4974 : cluster 0 pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:24 smithi044 bash[32620]: cluster 2023-12-07T11:54:23.113157+0000 mgr.a (mgr.24293) 4974 : cluster 0 pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:24 smithi027 bash[31536]: cluster 2023-12-07T11:54:23.113157+0000 mgr.a (mgr.24293) 4974 : cluster 0 pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:25.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:25.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:25.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:26.385 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:26.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:26.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:26.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:26.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:26 smithi022 bash[28554]: cluster 2023-12-07T11:54:25.113722+0000 mgr.a (mgr.24293) 4975 : cluster 0 pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:26 smithi044 bash[32620]: cluster 2023-12-07T11:54:25.113722+0000 mgr.a (mgr.24293) 4975 : cluster 0 pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:26 smithi027 bash[31536]: cluster 2023-12-07T11:54:25.113722+0000 mgr.a (mgr.24293) 4975 : cluster 0 pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:27 smithi022 bash[28554]: audit 2023-12-07T11:54:25.855347+0000 mgr.a (mgr.24293) 4976 : audit 0 from='client.108870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:27 smithi044 bash[32620]: audit 2023-12-07T11:54:25.855347+0000 mgr.a (mgr.24293) 4976 : audit 0 from='client.108870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:27.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:27 smithi027 bash[31536]: audit 2023-12-07T11:54:25.855347+0000 mgr.a (mgr.24293) 4976 : audit 0 from='client.108870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:28 smithi022 bash[28554]: cluster 2023-12-07T11:54:27.114691+0000 mgr.a (mgr.24293) 4977 : 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-07T11:54:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:28 smithi044 bash[32620]: cluster 2023-12-07T11:54:27.114691+0000 mgr.a (mgr.24293) 4977 : 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-07T11:54:28.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:28 smithi027 bash[31536]: cluster 2023-12-07T11:54:27.114691+0000 mgr.a (mgr.24293) 4977 : 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-07T11:54:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:30 smithi022 bash[28554]: cluster 2023-12-07T11:54:29.115251+0000 mgr.a (mgr.24293) 4978 : cluster 0 pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:30 smithi044 bash[32620]: cluster 2023-12-07T11:54:29.115251+0000 mgr.a (mgr.24293) 4978 : cluster 0 pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:30.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:30 smithi027 bash[31536]: cluster 2023-12-07T11:54:29.115251+0000 mgr.a (mgr.24293) 4978 : cluster 0 pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:31.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:31.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:31.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:32.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:32.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:32.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:32.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:32.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:32 smithi022 bash[28554]: cluster 2023-12-07T11:54:31.116024+0000 mgr.a (mgr.24293) 4979 : cluster 0 pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:32 smithi044 bash[32620]: cluster 2023-12-07T11:54:31.116024+0000 mgr.a (mgr.24293) 4979 : cluster 0 pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:32 smithi027 bash[31536]: cluster 2023-12-07T11:54:31.116024+0000 mgr.a (mgr.24293) 4979 : cluster 0 pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:33 smithi022 bash[28554]: audit 2023-12-07T11:54:31.803771+0000 mgr.a (mgr.24293) 4980 : audit 0 from='client.108948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:33 smithi044 bash[32620]: audit 2023-12-07T11:54:31.803771+0000 mgr.a (mgr.24293) 4980 : audit 0 from='client.108948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:33 smithi027 bash[31536]: audit 2023-12-07T11:54:31.803771+0000 mgr.a (mgr.24293) 4980 : audit 0 from='client.108948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:34 smithi022 bash[28554]: cluster 2023-12-07T11:54:33.116761+0000 mgr.a (mgr.24293) 4981 : cluster 0 pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:34 smithi044 bash[32620]: cluster 2023-12-07T11:54:33.116761+0000 mgr.a (mgr.24293) 4981 : cluster 0 pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:34 smithi027 bash[31536]: cluster 2023-12-07T11:54:33.116761+0000 mgr.a (mgr.24293) 4981 : cluster 0 pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:36 smithi022 bash[28554]: cluster 2023-12-07T11:54:35.117386+0000 mgr.a (mgr.24293) 4982 : cluster 0 pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:36 smithi044 bash[32620]: cluster 2023-12-07T11:54:35.117386+0000 mgr.a (mgr.24293) 4982 : cluster 0 pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:36.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:36 smithi027 bash[31536]: cluster 2023-12-07T11:54:35.117386+0000 mgr.a (mgr.24293) 4982 : cluster 0 pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:37.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:37.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:37.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:38.237 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:38.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:38.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:38.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:38.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:38 smithi022 bash[28554]: cluster 2023-12-07T11:54:37.118199+0000 mgr.a (mgr.24293) 4983 : cluster 0 pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:54:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:38 smithi044 bash[32620]: cluster 2023-12-07T11:54:37.118199+0000 mgr.a (mgr.24293) 4983 : cluster 0 pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:54:38.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:38 smithi027 bash[31536]: cluster 2023-12-07T11:54:37.118199+0000 mgr.a (mgr.24293) 4983 : cluster 0 pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:54:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:39 smithi022 bash[28554]: audit 2023-12-07T11:54:37.722787+0000 mgr.a (mgr.24293) 4984 : audit 0 from='client.109026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:39 smithi044 bash[32620]: audit 2023-12-07T11:54:37.722787+0000 mgr.a (mgr.24293) 4984 : audit 0 from='client.109026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:39.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:39 smithi027 bash[31536]: audit 2023-12-07T11:54:37.722787+0000 mgr.a (mgr.24293) 4984 : audit 0 from='client.109026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:40 smithi022 bash[28554]: cluster 2023-12-07T11:54:39.118875+0000 mgr.a (mgr.24293) 4985 : 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-07T11:54:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:40 smithi044 bash[32620]: cluster 2023-12-07T11:54:39.118875+0000 mgr.a (mgr.24293) 4985 : 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-07T11:54:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:40 smithi027 bash[31536]: cluster 2023-12-07T11:54:39.118875+0000 mgr.a (mgr.24293) 4985 : 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-07T11:54:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:42 smithi022 bash[28554]: cluster 2023-12-07T11:54:41.119716+0000 mgr.a (mgr.24293) 4986 : 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-07T11:54:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:42 smithi044 bash[32620]: cluster 2023-12-07T11:54:41.119716+0000 mgr.a (mgr.24293) 4986 : 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-07T11:54:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:42 smithi027 bash[31536]: cluster 2023-12-07T11:54:41.119716+0000 mgr.a (mgr.24293) 4986 : 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-07T11:54:43.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:43.239 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:43.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:44.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:44.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:44.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:44.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:44.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:44 smithi022 bash[28554]: cluster 2023-12-07T11:54:43.120203+0000 mgr.a (mgr.24293) 4987 : 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-07T11:54:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:44 smithi022 bash[28554]: audit 2023-12-07T11:54:43.649364+0000 mgr.a (mgr.24293) 4988 : audit 0 from='client.109101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:44 smithi044 bash[32620]: cluster 2023-12-07T11:54:43.120203+0000 mgr.a (mgr.24293) 4987 : 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-07T11:54:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:44 smithi044 bash[32620]: audit 2023-12-07T11:54:43.649364+0000 mgr.a (mgr.24293) 4988 : audit 0 from='client.109101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:44 smithi027 bash[31536]: cluster 2023-12-07T11:54:43.120203+0000 mgr.a (mgr.24293) 4987 : 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-07T11:54:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:44 smithi027 bash[31536]: audit 2023-12-07T11:54:43.649364+0000 mgr.a (mgr.24293) 4988 : audit 0 from='client.109101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:46 smithi022 bash[28554]: cluster 2023-12-07T11:54:45.120818+0000 mgr.a (mgr.24293) 4989 : 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-07T11:54:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:46 smithi044 bash[32620]: cluster 2023-12-07T11:54:45.120818+0000 mgr.a (mgr.24293) 4989 : 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-07T11:54:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:46 smithi027 bash[31536]: cluster 2023-12-07T11:54:45.120818+0000 mgr.a (mgr.24293) 4989 : 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-07T11:54:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:48 smithi022 bash[28554]: cluster 2023-12-07T11:54:47.121785+0000 mgr.a (mgr.24293) 4990 : 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-07T11:54:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:48 smithi044 bash[32620]: cluster 2023-12-07T11:54:47.121785+0000 mgr.a (mgr.24293) 4990 : 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-07T11:54:48.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:48 smithi027 bash[31536]: cluster 2023-12-07T11:54:47.121785+0000 mgr.a (mgr.24293) 4990 : 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-07T11:54:49.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:49.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:49.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:50.115 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:50.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:50.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:50.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:50.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:50 smithi022 bash[28554]: cluster 2023-12-07T11:54:49.122500+0000 mgr.a (mgr.24293) 4991 : 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-07T11:54:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:50 smithi022 bash[28554]: audit 2023-12-07T11:54:49.589612+0000 mgr.a (mgr.24293) 4992 : audit 0 from='client.109179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:50 smithi022 bash[28554]: audit 2023-12-07T11:54:49.939293+0000 mon.a (mon.0) 1153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:54:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:50 smithi044 bash[32620]: cluster 2023-12-07T11:54:49.122500+0000 mgr.a (mgr.24293) 4991 : 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-07T11:54:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:50 smithi044 bash[32620]: audit 2023-12-07T11:54:49.589612+0000 mgr.a (mgr.24293) 4992 : audit 0 from='client.109179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:50 smithi044 bash[32620]: audit 2023-12-07T11:54:49.939293+0000 mon.a (mon.0) 1153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:54:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:50 smithi027 bash[31536]: cluster 2023-12-07T11:54:49.122500+0000 mgr.a (mgr.24293) 4991 : 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-07T11:54:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:50 smithi027 bash[31536]: audit 2023-12-07T11:54:49.589612+0000 mgr.a (mgr.24293) 4992 : audit 0 from='client.109179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:50 smithi027 bash[31536]: audit 2023-12-07T11:54:49.939293+0000 mon.a (mon.0) 1153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:54:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:51 smithi022 bash[28554]: audit 2023-12-07T11:54:50.724918+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:54:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:51 smithi022 bash[28554]: audit 2023-12-07T11:54:50.727000+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:54:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:51 smithi022 bash[28554]: audit 2023-12-07T11:54:50.735622+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:54:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:51 smithi044 bash[32620]: audit 2023-12-07T11:54:50.724918+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:54:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:51 smithi044 bash[32620]: audit 2023-12-07T11:54:50.727000+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:54:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:51 smithi044 bash[32620]: audit 2023-12-07T11:54:50.735622+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:54:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:51 smithi027 bash[31536]: audit 2023-12-07T11:54:50.724918+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:54:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:51 smithi027 bash[31536]: audit 2023-12-07T11:54:50.727000+0000 mon.a (mon.0) 1155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:54:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:51 smithi027 bash[31536]: audit 2023-12-07T11:54:50.735622+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:54:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:52 smithi022 bash[28554]: cluster 2023-12-07T11:54:51.123481+0000 mgr.a (mgr.24293) 4993 : cluster 0 pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:52 smithi044 bash[32620]: cluster 2023-12-07T11:54:51.123481+0000 mgr.a (mgr.24293) 4993 : cluster 0 pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:52 smithi027 bash[31536]: cluster 2023-12-07T11:54:51.123481+0000 mgr.a (mgr.24293) 4993 : cluster 0 pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:54 smithi022 bash[28554]: cluster 2023-12-07T11:54:53.124176+0000 mgr.a (mgr.24293) 4994 : cluster 0 pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:54 smithi044 bash[32620]: cluster 2023-12-07T11:54:53.124176+0000 mgr.a (mgr.24293) 4994 : cluster 0 pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:54 smithi027 bash[31536]: cluster 2023-12-07T11:54:53.124176+0000 mgr.a (mgr.24293) 4994 : cluster 0 pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:55.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:54:55.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:55.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:56.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:56.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:56.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:56.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:54:56.056 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:54:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:56 smithi022 bash[28554]: cluster 2023-12-07T11:54:55.124898+0000 mgr.a (mgr.24293) 4995 : cluster 0 pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:56 smithi022 bash[28554]: audit 2023-12-07T11:54:55.532202+0000 mgr.a (mgr.24293) 4996 : audit 0 from='client.109251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:56 smithi044 bash[32620]: cluster 2023-12-07T11:54:55.124898+0000 mgr.a (mgr.24293) 4995 : cluster 0 pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:56 smithi044 bash[32620]: audit 2023-12-07T11:54:55.532202+0000 mgr.a (mgr.24293) 4996 : audit 0 from='client.109251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:56 smithi027 bash[31536]: cluster 2023-12-07T11:54:55.124898+0000 mgr.a (mgr.24293) 4995 : cluster 0 pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:56 smithi027 bash[31536]: audit 2023-12-07T11:54:55.532202+0000 mgr.a (mgr.24293) 4996 : audit 0 from='client.109251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:54:58 smithi022 bash[28554]: cluster 2023-12-07T11:54:57.125924+0000 mgr.a (mgr.24293) 4997 : 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-07T11:54:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:54:58 smithi044 bash[32620]: cluster 2023-12-07T11:54:57.125924+0000 mgr.a (mgr.24293) 4997 : 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-07T11:54:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:54:58 smithi027 bash[31536]: cluster 2023-12-07T11:54:57.125924+0000 mgr.a (mgr.24293) 4997 : 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-07T11:55:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:00 smithi022 bash[28554]: cluster 2023-12-07T11:54:59.126484+0000 mgr.a (mgr.24293) 4998 : 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-07T11:55:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:00 smithi044 bash[32620]: cluster 2023-12-07T11:54:59.126484+0000 mgr.a (mgr.24293) 4998 : 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-07T11:55:00.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:00 smithi027 bash[31536]: cluster 2023-12-07T11:54:59.126484+0000 mgr.a (mgr.24293) 4998 : 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-07T11:55:01.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:01.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:01.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:01.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:01.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:01.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:02 smithi022 bash[28554]: cluster 2023-12-07T11:55:01.127250+0000 mgr.a (mgr.24293) 4999 : 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-07T11:55:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:02 smithi022 bash[28554]: audit 2023-12-07T11:55:01.465274+0000 mgr.a (mgr.24293) 5000 : audit 0 from='client.109329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:02 smithi044 bash[32620]: cluster 2023-12-07T11:55:01.127250+0000 mgr.a (mgr.24293) 4999 : 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-07T11:55:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:02 smithi044 bash[32620]: audit 2023-12-07T11:55:01.465274+0000 mgr.a (mgr.24293) 5000 : audit 0 from='client.109329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:02 smithi027 bash[31536]: cluster 2023-12-07T11:55:01.127250+0000 mgr.a (mgr.24293) 4999 : 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-07T11:55:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:02 smithi027 bash[31536]: audit 2023-12-07T11:55:01.465274+0000 mgr.a (mgr.24293) 5000 : audit 0 from='client.109329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:04.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:04 smithi022 bash[28554]: cluster 2023-12-07T11:55:03.127947+0000 mgr.a (mgr.24293) 5001 : cluster 0 pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:04 smithi044 bash[32620]: cluster 2023-12-07T11:55:03.127947+0000 mgr.a (mgr.24293) 5001 : cluster 0 pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:04 smithi027 bash[31536]: cluster 2023-12-07T11:55:03.127947+0000 mgr.a (mgr.24293) 5001 : cluster 0 pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:06 smithi022 bash[28554]: cluster 2023-12-07T11:55:05.128526+0000 mgr.a (mgr.24293) 5002 : cluster 0 pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:06 smithi044 bash[32620]: cluster 2023-12-07T11:55:05.128526+0000 mgr.a (mgr.24293) 5002 : cluster 0 pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:06 smithi027 bash[31536]: cluster 2023-12-07T11:55:05.128526+0000 mgr.a (mgr.24293) 5002 : cluster 0 pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:06.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:06.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:06.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:07.931 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:07.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:07.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:07.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:07.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:08 smithi022 bash[28554]: cluster 2023-12-07T11:55:07.129271+0000 mgr.a (mgr.24293) 5003 : cluster 0 pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:08.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:08 smithi022 bash[28554]: audit 2023-12-07T11:55:07.385604+0000 mgr.a (mgr.24293) 5004 : audit 0 from='client.109407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:08 smithi044 bash[32620]: cluster 2023-12-07T11:55:07.129271+0000 mgr.a (mgr.24293) 5003 : cluster 0 pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:08 smithi044 bash[32620]: audit 2023-12-07T11:55:07.385604+0000 mgr.a (mgr.24293) 5004 : audit 0 from='client.109407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:08 smithi027 bash[31536]: cluster 2023-12-07T11:55:07.129271+0000 mgr.a (mgr.24293) 5003 : cluster 0 pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:08 smithi027 bash[31536]: audit 2023-12-07T11:55:07.385604+0000 mgr.a (mgr.24293) 5004 : audit 0 from='client.109407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:10 smithi022 bash[28554]: cluster 2023-12-07T11:55:09.129921+0000 mgr.a (mgr.24293) 5005 : 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-07T11:55:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:10 smithi044 bash[32620]: cluster 2023-12-07T11:55:09.129921+0000 mgr.a (mgr.24293) 5005 : 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-07T11:55:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:10 smithi027 bash[31536]: cluster 2023-12-07T11:55:09.129921+0000 mgr.a (mgr.24293) 5005 : 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-07T11:55:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:12 smithi022 bash[28554]: cluster 2023-12-07T11:55:11.130727+0000 mgr.a (mgr.24293) 5006 : 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-07T11:55:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:12 smithi044 bash[32620]: cluster 2023-12-07T11:55:11.130727+0000 mgr.a (mgr.24293) 5006 : 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-07T11:55:12.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:12.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:12.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:12 smithi027 bash[31536]: cluster 2023-12-07T11:55:11.130727+0000 mgr.a (mgr.24293) 5006 : 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-07T11:55:13.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:13.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:13.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:13.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:13.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:14 smithi022 bash[28554]: cluster 2023-12-07T11:55:13.131233+0000 mgr.a (mgr.24293) 5007 : 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-07T11:55:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:14 smithi022 bash[28554]: audit 2023-12-07T11:55:13.346223+0000 mgr.a (mgr.24293) 5008 : audit 0 from='client.109482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:14 smithi044 bash[32620]: cluster 2023-12-07T11:55:13.131233+0000 mgr.a (mgr.24293) 5007 : 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-07T11:55:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:14 smithi044 bash[32620]: audit 2023-12-07T11:55:13.346223+0000 mgr.a (mgr.24293) 5008 : audit 0 from='client.109482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:14 smithi027 bash[31536]: cluster 2023-12-07T11:55:13.131233+0000 mgr.a (mgr.24293) 5007 : 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-07T11:55:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:14 smithi027 bash[31536]: audit 2023-12-07T11:55:13.346223+0000 mgr.a (mgr.24293) 5008 : audit 0 from='client.109482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:16 smithi022 bash[28554]: cluster 2023-12-07T11:55:15.131924+0000 mgr.a (mgr.24293) 5009 : 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-07T11:55:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:16 smithi044 bash[32620]: cluster 2023-12-07T11:55:15.131924+0000 mgr.a (mgr.24293) 5009 : 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-07T11:55:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:16 smithi027 bash[31536]: cluster 2023-12-07T11:55:15.131924+0000 mgr.a (mgr.24293) 5009 : 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-07T11:55:18.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:18.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:18.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:18 smithi022 bash[28554]: cluster 2023-12-07T11:55:17.132683+0000 mgr.a (mgr.24293) 5010 : 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-07T11:55:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:18 smithi044 bash[32620]: cluster 2023-12-07T11:55:17.132683+0000 mgr.a (mgr.24293) 5010 : 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-07T11:55:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:18 smithi027 bash[31536]: cluster 2023-12-07T11:55:17.132683+0000 mgr.a (mgr.24293) 5010 : 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-07T11:55:19.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:19.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:19.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:19.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:19.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:20 smithi022 bash[28554]: cluster 2023-12-07T11:55:19.133053+0000 mgr.a (mgr.24293) 5011 : 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-07T11:55:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:20 smithi022 bash[28554]: audit 2023-12-07T11:55:19.295251+0000 mgr.a (mgr.24293) 5012 : audit 0 from='client.109557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:20 smithi044 bash[32620]: cluster 2023-12-07T11:55:19.133053+0000 mgr.a (mgr.24293) 5011 : 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-07T11:55:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:20 smithi044 bash[32620]: audit 2023-12-07T11:55:19.295251+0000 mgr.a (mgr.24293) 5012 : audit 0 from='client.109557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:20.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:20 smithi027 bash[31536]: cluster 2023-12-07T11:55:19.133053+0000 mgr.a (mgr.24293) 5011 : 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-07T11:55:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:20 smithi027 bash[31536]: audit 2023-12-07T11:55:19.295251+0000 mgr.a (mgr.24293) 5012 : audit 0 from='client.109557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:22 smithi027 bash[31536]: cluster 2023-12-07T11:55:21.133925+0000 mgr.a (mgr.24293) 5013 : 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-07T11:55:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:22 smithi022 bash[28554]: cluster 2023-12-07T11:55:21.133925+0000 mgr.a (mgr.24293) 5013 : 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-07T11:55:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:22 smithi044 bash[32620]: cluster 2023-12-07T11:55:21.133925+0000 mgr.a (mgr.24293) 5013 : 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-07T11:55:24.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:24.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:24.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:24 smithi027 bash[31536]: cluster 2023-12-07T11:55:23.134516+0000 mgr.a (mgr.24293) 5014 : 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-07T11:55:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:24 smithi022 bash[28554]: cluster 2023-12-07T11:55:23.134516+0000 mgr.a (mgr.24293) 5014 : 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-07T11:55:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:24 smithi044 bash[32620]: cluster 2023-12-07T11:55:23.134516+0000 mgr.a (mgr.24293) 5014 : 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-07T11:55:25.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:25.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:25.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:25.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:25.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:26 smithi022 bash[28554]: cluster 2023-12-07T11:55:25.135075+0000 mgr.a (mgr.24293) 5015 : 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-07T11:55:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:26 smithi022 bash[28554]: audit 2023-12-07T11:55:25.228074+0000 mgr.a (mgr.24293) 5016 : audit 0 from='client.109635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:26 smithi044 bash[32620]: cluster 2023-12-07T11:55:25.135075+0000 mgr.a (mgr.24293) 5015 : 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-07T11:55:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:26 smithi044 bash[32620]: audit 2023-12-07T11:55:25.228074+0000 mgr.a (mgr.24293) 5016 : audit 0 from='client.109635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:26 smithi027 bash[31536]: cluster 2023-12-07T11:55:25.135075+0000 mgr.a (mgr.24293) 5015 : 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-07T11:55:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:26 smithi027 bash[31536]: audit 2023-12-07T11:55:25.228074+0000 mgr.a (mgr.24293) 5016 : audit 0 from='client.109635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:28 smithi022 bash[28554]: cluster 2023-12-07T11:55:27.136069+0000 mgr.a (mgr.24293) 5017 : cluster 0 pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:55:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:28 smithi044 bash[32620]: cluster 2023-12-07T11:55:27.136069+0000 mgr.a (mgr.24293) 5017 : cluster 0 pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:55:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:28 smithi027 bash[31536]: cluster 2023-12-07T11:55:27.136069+0000 mgr.a (mgr.24293) 5017 : cluster 0 pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:55:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:30 smithi022 bash[28554]: cluster 2023-12-07T11:55:29.136666+0000 mgr.a (mgr.24293) 5018 : cluster 0 pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:55:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:30 smithi044 bash[32620]: cluster 2023-12-07T11:55:29.136666+0000 mgr.a (mgr.24293) 5018 : cluster 0 pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:55:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:30 smithi027 bash[31536]: cluster 2023-12-07T11:55:29.136666+0000 mgr.a (mgr.24293) 5018 : cluster 0 pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:55:30.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:30.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:30.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:31.688 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:31.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:31.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:31.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:31.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:32 smithi022 bash[28554]: cluster 2023-12-07T11:55:31.137410+0000 mgr.a (mgr.24293) 5019 : 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-07T11:55:32.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:32 smithi022 bash[28554]: audit 2023-12-07T11:55:31.157418+0000 mgr.a (mgr.24293) 5020 : audit 0 from='client.109713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:32 smithi044 bash[32620]: cluster 2023-12-07T11:55:31.137410+0000 mgr.a (mgr.24293) 5019 : 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-07T11:55:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:32 smithi044 bash[32620]: audit 2023-12-07T11:55:31.157418+0000 mgr.a (mgr.24293) 5020 : audit 0 from='client.109713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:32 smithi027 bash[31536]: cluster 2023-12-07T11:55:31.137410+0000 mgr.a (mgr.24293) 5019 : 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-07T11:55:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:32 smithi027 bash[31536]: audit 2023-12-07T11:55:31.157418+0000 mgr.a (mgr.24293) 5020 : audit 0 from='client.109713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:34 smithi022 bash[28554]: cluster 2023-12-07T11:55:33.138125+0000 mgr.a (mgr.24293) 5021 : 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-07T11:55:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:34 smithi044 bash[32620]: cluster 2023-12-07T11:55:33.138125+0000 mgr.a (mgr.24293) 5021 : 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-07T11:55:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:34 smithi027 bash[31536]: cluster 2023-12-07T11:55:33.138125+0000 mgr.a (mgr.24293) 5021 : 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-07T11:55:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:36 smithi022 bash[28554]: cluster 2023-12-07T11:55:35.138739+0000 mgr.a (mgr.24293) 5022 : 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-07T11:55:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:36 smithi044 bash[32620]: cluster 2023-12-07T11:55:35.138739+0000 mgr.a (mgr.24293) 5022 : 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-07T11:55:36.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:36.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:36.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:36 smithi027 bash[31536]: cluster 2023-12-07T11:55:35.138739+0000 mgr.a (mgr.24293) 5022 : 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-07T11:55:37.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:37.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:37.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:37.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:37.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:38 smithi022 bash[28554]: audit 2023-12-07T11:55:37.099860+0000 mgr.a (mgr.24293) 5023 : audit 0 from='client.109788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:38 smithi022 bash[28554]: cluster 2023-12-07T11:55:37.139940+0000 mgr.a (mgr.24293) 5024 : 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-07T11:55:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:38 smithi044 bash[32620]: audit 2023-12-07T11:55:37.099860+0000 mgr.a (mgr.24293) 5023 : audit 0 from='client.109788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:38 smithi044 bash[32620]: cluster 2023-12-07T11:55:37.139940+0000 mgr.a (mgr.24293) 5024 : 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-07T11:55:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:38 smithi027 bash[31536]: audit 2023-12-07T11:55:37.099860+0000 mgr.a (mgr.24293) 5023 : audit 0 from='client.109788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:38 smithi027 bash[31536]: cluster 2023-12-07T11:55:37.139940+0000 mgr.a (mgr.24293) 5024 : 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-07T11:55:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:40 smithi022 bash[28554]: cluster 2023-12-07T11:55:39.140696+0000 mgr.a (mgr.24293) 5025 : cluster 0 pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:55:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:40 smithi044 bash[32620]: cluster 2023-12-07T11:55:39.140696+0000 mgr.a (mgr.24293) 5025 : cluster 0 pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:55:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:40 smithi027 bash[31536]: cluster 2023-12-07T11:55:39.140696+0000 mgr.a (mgr.24293) 5025 : cluster 0 pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:55:42.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:42.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:42.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:42 smithi022 bash[28554]: cluster 2023-12-07T11:55:41.141499+0000 mgr.a (mgr.24293) 5026 : cluster 0 pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:55:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:42 smithi044 bash[32620]: cluster 2023-12-07T11:55:41.141499+0000 mgr.a (mgr.24293) 5026 : cluster 0 pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:55:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:42 smithi027 bash[31536]: cluster 2023-12-07T11:55:41.141499+0000 mgr.a (mgr.24293) 5026 : cluster 0 pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:55:43.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:43.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:43.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:43.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:43.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:44 smithi022 bash[28554]: audit 2023-12-07T11:55:43.043130+0000 mgr.a (mgr.24293) 5027 : audit 0 from='client.109857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:44 smithi022 bash[28554]: cluster 2023-12-07T11:55:43.142000+0000 mgr.a (mgr.24293) 5028 : 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-07T11:55:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:44 smithi044 bash[32620]: audit 2023-12-07T11:55:43.043130+0000 mgr.a (mgr.24293) 5027 : audit 0 from='client.109857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:44 smithi044 bash[32620]: cluster 2023-12-07T11:55:43.142000+0000 mgr.a (mgr.24293) 5028 : 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-07T11:55:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:44 smithi027 bash[31536]: audit 2023-12-07T11:55:43.043130+0000 mgr.a (mgr.24293) 5027 : audit 0 from='client.109857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:44 smithi027 bash[31536]: cluster 2023-12-07T11:55:43.142000+0000 mgr.a (mgr.24293) 5028 : 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-07T11:55:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:46 smithi022 bash[28554]: cluster 2023-12-07T11:55:45.142703+0000 mgr.a (mgr.24293) 5029 : 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-07T11:55:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:46 smithi044 bash[32620]: cluster 2023-12-07T11:55:45.142703+0000 mgr.a (mgr.24293) 5029 : 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-07T11:55:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:46 smithi027 bash[31536]: cluster 2023-12-07T11:55:45.142703+0000 mgr.a (mgr.24293) 5029 : 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-07T11:55:48.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:48.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:48.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:48 smithi022 bash[28554]: cluster 2023-12-07T11:55:47.143575+0000 mgr.a (mgr.24293) 5030 : 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-07T11:55:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:48 smithi044 bash[32620]: cluster 2023-12-07T11:55:47.143575+0000 mgr.a (mgr.24293) 5030 : 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-07T11:55:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:48 smithi027 bash[31536]: cluster 2023-12-07T11:55:47.143575+0000 mgr.a (mgr.24293) 5030 : 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-07T11:55:49.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:50 smithi022 bash[28554]: audit 2023-12-07T11:55:48.992193+0000 mgr.a (mgr.24293) 5031 : audit 0 from='client.109932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:50 smithi022 bash[28554]: cluster 2023-12-07T11:55:49.152718+0000 mgr.a (mgr.24293) 5032 : 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-07T11:55:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:50 smithi044 bash[32620]: audit 2023-12-07T11:55:48.992193+0000 mgr.a (mgr.24293) 5031 : audit 0 from='client.109932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:50 smithi044 bash[32620]: cluster 2023-12-07T11:55:49.152718+0000 mgr.a (mgr.24293) 5032 : 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-07T11:55:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:50 smithi027 bash[31536]: audit 2023-12-07T11:55:48.992193+0000 mgr.a (mgr.24293) 5031 : audit 0 from='client.109932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:50 smithi027 bash[31536]: cluster 2023-12-07T11:55:49.152718+0000 mgr.a (mgr.24293) 5032 : 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-07T11:55:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:51 smithi022 bash[28554]: audit 2023-12-07T11:55:50.838995+0000 mon.a (mon.0) 1157 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:55:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:51 smithi044 bash[32620]: audit 2023-12-07T11:55:50.838995+0000 mon.a (mon.0) 1157 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:55:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:51 smithi027 bash[31536]: audit 2023-12-07T11:55:50.838995+0000 mon.a (mon.0) 1157 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:55:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:52 smithi022 bash[28554]: cluster 2023-12-07T11:55:51.154021+0000 mgr.a (mgr.24293) 5033 : 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-07T11:55:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:52 smithi044 bash[32620]: cluster 2023-12-07T11:55:51.154021+0000 mgr.a (mgr.24293) 5033 : 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-07T11:55:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:52 smithi027 bash[31536]: cluster 2023-12-07T11:55:51.154021+0000 mgr.a (mgr.24293) 5033 : 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-07T11:55:54.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:55:54.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:54.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:54 smithi022 bash[28554]: cluster 2023-12-07T11:55:53.154663+0000 mgr.a (mgr.24293) 5034 : 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-07T11:55:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:54 smithi044 bash[32620]: cluster 2023-12-07T11:55:53.154663+0000 mgr.a (mgr.24293) 5034 : 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-07T11:55:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:54 smithi027 bash[31536]: cluster 2023-12-07T11:55:53.154663+0000 mgr.a (mgr.24293) 5034 : 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-07T11:55:55.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:55:55.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:55.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:55.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:55.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:55:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: audit 2023-12-07T11:55:54.912690+0000 mgr.a (mgr.24293) 5035 : audit 0 from='client.110007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: cluster 2023-12-07T11:55:55.155162+0000 mgr.a (mgr.24293) 5036 : 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-07T11:55:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: audit 2023-12-07T11:55:56.198420+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: audit 2023-12-07T11:55:56.205825+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: audit 2023-12-07T11:55:56.254088+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: audit 2023-12-07T11:55:56.260131+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:56 smithi022 bash[28554]: audit 2023-12-07T11:55:56.263861+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: audit 2023-12-07T11:55:54.912690+0000 mgr.a (mgr.24293) 5035 : audit 0 from='client.110007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: cluster 2023-12-07T11:55:55.155162+0000 mgr.a (mgr.24293) 5036 : 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-07T11:55:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: audit 2023-12-07T11:55:56.198420+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: audit 2023-12-07T11:55:56.205825+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: audit 2023-12-07T11:55:56.254088+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: audit 2023-12-07T11:55:56.260131+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:56 smithi044 bash[32620]: audit 2023-12-07T11:55:56.263861+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: audit 2023-12-07T11:55:54.912690+0000 mgr.a (mgr.24293) 5035 : audit 0 from='client.110007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: cluster 2023-12-07T11:55:55.155162+0000 mgr.a (mgr.24293) 5036 : 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-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: audit 2023-12-07T11:55:56.198420+0000 mon.a (mon.0) 1158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: audit 2023-12-07T11:55:56.205825+0000 mon.a (mon.0) 1159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: audit 2023-12-07T11:55:56.254088+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: audit 2023-12-07T11:55:56.260131+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:56 smithi027 bash[31536]: audit 2023-12-07T11:55:56.263861+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:57 smithi022 bash[28554]: audit 2023-12-07T11:55:56.269524+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:57 smithi022 bash[28554]: audit 2023-12-07T11:55:56.984473+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:55:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:57 smithi022 bash[28554]: audit 2023-12-07T11:55:56.986718+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:55:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:57 smithi022 bash[28554]: audit 2023-12-07T11:55:56.996809+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:57 smithi044 bash[32620]: audit 2023-12-07T11:55:56.269524+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:57 smithi044 bash[32620]: audit 2023-12-07T11:55:56.984473+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:55:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:57 smithi044 bash[32620]: audit 2023-12-07T11:55:56.986718+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:55:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:57 smithi044 bash[32620]: audit 2023-12-07T11:55:56.996809+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:57 smithi027 bash[31536]: audit 2023-12-07T11:55:56.269524+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:57 smithi027 bash[31536]: audit 2023-12-07T11:55:56.984473+0000 mon.a (mon.0) 1164 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:55:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:57 smithi027 bash[31536]: audit 2023-12-07T11:55:56.986718+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:55:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:57 smithi027 bash[31536]: audit 2023-12-07T11:55:56.996809+0000 mon.a (mon.0) 1166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:55:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:55:58 smithi022 bash[28554]: cluster 2023-12-07T11:55:57.155946+0000 mgr.a (mgr.24293) 5037 : cluster 0 pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:55:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:55:58 smithi044 bash[32620]: cluster 2023-12-07T11:55:57.155946+0000 mgr.a (mgr.24293) 5037 : cluster 0 pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:55:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:55:58 smithi027 bash[31536]: cluster 2023-12-07T11:55:57.155946+0000 mgr.a (mgr.24293) 5037 : cluster 0 pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:56:00.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:00.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:00.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:00 smithi022 bash[28554]: cluster 2023-12-07T11:55:59.156539+0000 mgr.a (mgr.24293) 5038 : cluster 0 pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:56:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:00 smithi044 bash[32620]: cluster 2023-12-07T11:55:59.156539+0000 mgr.a (mgr.24293) 5038 : cluster 0 pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:56:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:00 smithi027 bash[31536]: cluster 2023-12-07T11:55:59.156539+0000 mgr.a (mgr.24293) 5038 : cluster 0 pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:56:01.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:01.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:01.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:01.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:01.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:02 smithi022 bash[28554]: audit 2023-12-07T11:56:00.862825+0000 mgr.a (mgr.24293) 5039 : audit 0 from='client.110082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:02 smithi022 bash[28554]: cluster 2023-12-07T11:56:01.157859+0000 mgr.a (mgr.24293) 5040 : 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-07T11:56:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:02 smithi044 bash[32620]: audit 2023-12-07T11:56:00.862825+0000 mgr.a (mgr.24293) 5039 : audit 0 from='client.110082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:02 smithi044 bash[32620]: cluster 2023-12-07T11:56:01.157859+0000 mgr.a (mgr.24293) 5040 : 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-07T11:56:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:02 smithi027 bash[31536]: audit 2023-12-07T11:56:00.862825+0000 mgr.a (mgr.24293) 5039 : audit 0 from='client.110082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:02 smithi027 bash[31536]: cluster 2023-12-07T11:56:01.157859+0000 mgr.a (mgr.24293) 5040 : 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-07T11:56:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:04 smithi022 bash[28554]: cluster 2023-12-07T11:56:03.158635+0000 mgr.a (mgr.24293) 5041 : 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-07T11:56:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:04 smithi044 bash[32620]: cluster 2023-12-07T11:56:03.158635+0000 mgr.a (mgr.24293) 5041 : 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-07T11:56:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:04 smithi027 bash[31536]: cluster 2023-12-07T11:56:03.158635+0000 mgr.a (mgr.24293) 5041 : 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-07T11:56:06.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:06.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:06.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:06 smithi022 bash[28554]: cluster 2023-12-07T11:56:05.159230+0000 mgr.a (mgr.24293) 5042 : 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-07T11:56:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:06 smithi044 bash[32620]: cluster 2023-12-07T11:56:05.159230+0000 mgr.a (mgr.24293) 5042 : 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-07T11:56:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:06 smithi027 bash[31536]: cluster 2023-12-07T11:56:05.159230+0000 mgr.a (mgr.24293) 5042 : 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-07T11:56:07.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:07.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:07.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:07.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:07.345 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:08 smithi022 bash[28554]: audit 2023-12-07T11:56:06.815326+0000 mgr.a (mgr.24293) 5043 : audit 0 from='client.110154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:08 smithi022 bash[28554]: cluster 2023-12-07T11:56:07.160437+0000 mgr.a (mgr.24293) 5044 : 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-07T11:56:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:08 smithi044 bash[32620]: audit 2023-12-07T11:56:06.815326+0000 mgr.a (mgr.24293) 5043 : audit 0 from='client.110154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:08 smithi044 bash[32620]: cluster 2023-12-07T11:56:07.160437+0000 mgr.a (mgr.24293) 5044 : 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-07T11:56:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:08 smithi027 bash[31536]: audit 2023-12-07T11:56:06.815326+0000 mgr.a (mgr.24293) 5043 : audit 0 from='client.110154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:08 smithi027 bash[31536]: cluster 2023-12-07T11:56:07.160437+0000 mgr.a (mgr.24293) 5044 : 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-07T11:56:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:10 smithi022 bash[28554]: cluster 2023-12-07T11:56:09.161147+0000 mgr.a (mgr.24293) 5045 : cluster 0 pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:56:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:10 smithi044 bash[32620]: cluster 2023-12-07T11:56:09.161147+0000 mgr.a (mgr.24293) 5045 : cluster 0 pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:56:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:10 smithi027 bash[31536]: cluster 2023-12-07T11:56:09.161147+0000 mgr.a (mgr.24293) 5045 : cluster 0 pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:56:12.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:12.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:12.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:12 smithi022 bash[28554]: cluster 2023-12-07T11:56:11.162017+0000 mgr.a (mgr.24293) 5046 : cluster 0 pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:56:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:12 smithi044 bash[32620]: cluster 2023-12-07T11:56:11.162017+0000 mgr.a (mgr.24293) 5046 : cluster 0 pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:56:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:12 smithi027 bash[31536]: cluster 2023-12-07T11:56:11.162017+0000 mgr.a (mgr.24293) 5046 : cluster 0 pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:56:13.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:13.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:13.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:13.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:13.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:14 smithi022 bash[28554]: audit 2023-12-07T11:56:12.752625+0000 mgr.a (mgr.24293) 5047 : audit 0 from='client.110229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:14 smithi022 bash[28554]: cluster 2023-12-07T11:56:13.162675+0000 mgr.a (mgr.24293) 5048 : 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-07T11:56:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:14 smithi044 bash[32620]: audit 2023-12-07T11:56:12.752625+0000 mgr.a (mgr.24293) 5047 : audit 0 from='client.110229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:14 smithi044 bash[32620]: cluster 2023-12-07T11:56:13.162675+0000 mgr.a (mgr.24293) 5048 : 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-07T11:56:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:14 smithi027 bash[31536]: audit 2023-12-07T11:56:12.752625+0000 mgr.a (mgr.24293) 5047 : audit 0 from='client.110229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:14 smithi027 bash[31536]: cluster 2023-12-07T11:56:13.162675+0000 mgr.a (mgr.24293) 5048 : 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-07T11:56:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:16 smithi022 bash[28554]: cluster 2023-12-07T11:56:15.163261+0000 mgr.a (mgr.24293) 5049 : 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-07T11:56:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:16 smithi044 bash[32620]: cluster 2023-12-07T11:56:15.163261+0000 mgr.a (mgr.24293) 5049 : 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-07T11:56:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:16 smithi027 bash[31536]: cluster 2023-12-07T11:56:15.163261+0000 mgr.a (mgr.24293) 5049 : 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-07T11:56:18.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:18.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:18.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:18 smithi022 bash[28554]: cluster 2023-12-07T11:56:17.164250+0000 mgr.a (mgr.24293) 5050 : 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-07T11:56:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:18 smithi044 bash[32620]: cluster 2023-12-07T11:56:17.164250+0000 mgr.a (mgr.24293) 5050 : 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-07T11:56:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:18 smithi027 bash[31536]: cluster 2023-12-07T11:56:17.164250+0000 mgr.a (mgr.24293) 5050 : 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-07T11:56:19.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:19.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:19.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:19.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:19.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:19 smithi022 bash[28554]: audit 2023-12-07T11:56:18.687725+0000 mgr.a (mgr.24293) 5051 : audit 0 from='client.110307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:19 smithi044 bash[32620]: audit 2023-12-07T11:56:18.687725+0000 mgr.a (mgr.24293) 5051 : audit 0 from='client.110307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:19 smithi027 bash[31536]: audit 2023-12-07T11:56:18.687725+0000 mgr.a (mgr.24293) 5051 : audit 0 from='client.110307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:20 smithi022 bash[28554]: cluster 2023-12-07T11:56:19.164859+0000 mgr.a (mgr.24293) 5052 : 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-07T11:56:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:20 smithi044 bash[32620]: cluster 2023-12-07T11:56:19.164859+0000 mgr.a (mgr.24293) 5052 : 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-07T11:56:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:20 smithi027 bash[31536]: cluster 2023-12-07T11:56:19.164859+0000 mgr.a (mgr.24293) 5052 : 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-07T11:56:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:22 smithi022 bash[28554]: cluster 2023-12-07T11:56:21.165695+0000 mgr.a (mgr.24293) 5053 : 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-07T11:56:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:22 smithi044 bash[32620]: cluster 2023-12-07T11:56:21.165695+0000 mgr.a (mgr.24293) 5053 : 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-07T11:56:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:22 smithi027 bash[31536]: cluster 2023-12-07T11:56:21.165695+0000 mgr.a (mgr.24293) 5053 : 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-07T11:56:24.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:24.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:24.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:24 smithi022 bash[28554]: cluster 2023-12-07T11:56:23.166258+0000 mgr.a (mgr.24293) 5054 : 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-07T11:56:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:24 smithi044 bash[32620]: cluster 2023-12-07T11:56:23.166258+0000 mgr.a (mgr.24293) 5054 : 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-07T11:56:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:24 smithi027 bash[31536]: cluster 2023-12-07T11:56:23.166258+0000 mgr.a (mgr.24293) 5054 : 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-07T11:56:25.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:25.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:25.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:25.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:25.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:25 smithi022 bash[28554]: audit 2023-12-07T11:56:24.620350+0000 mgr.a (mgr.24293) 5055 : audit 0 from='client.110382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:25 smithi044 bash[32620]: audit 2023-12-07T11:56:24.620350+0000 mgr.a (mgr.24293) 5055 : audit 0 from='client.110382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:25 smithi027 bash[31536]: audit 2023-12-07T11:56:24.620350+0000 mgr.a (mgr.24293) 5055 : audit 0 from='client.110382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:26 smithi022 bash[28554]: cluster 2023-12-07T11:56:25.167122+0000 mgr.a (mgr.24293) 5056 : 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-07T11:56:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:26 smithi044 bash[32620]: cluster 2023-12-07T11:56:25.167122+0000 mgr.a (mgr.24293) 5056 : 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-07T11:56:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:26 smithi027 bash[31536]: cluster 2023-12-07T11:56:25.167122+0000 mgr.a (mgr.24293) 5056 : 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-07T11:56:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:28 smithi022 bash[28554]: cluster 2023-12-07T11:56:27.168064+0000 mgr.a (mgr.24293) 5057 : 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-07T11:56:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:28 smithi044 bash[32620]: cluster 2023-12-07T11:56:27.168064+0000 mgr.a (mgr.24293) 5057 : 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-07T11:56:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:28 smithi027 bash[31536]: cluster 2023-12-07T11:56:27.168064+0000 mgr.a (mgr.24293) 5057 : 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-07T11:56:30.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:30.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:30.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:30 smithi022 bash[28554]: cluster 2023-12-07T11:56:29.168668+0000 mgr.a (mgr.24293) 5058 : 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-07T11:56:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:30 smithi044 bash[32620]: cluster 2023-12-07T11:56:29.168668+0000 mgr.a (mgr.24293) 5058 : 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-07T11:56:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:30 smithi027 bash[31536]: cluster 2023-12-07T11:56:29.168668+0000 mgr.a (mgr.24293) 5058 : 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-07T11:56:31.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:31.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:31.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:31.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:31.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:31 smithi022 bash[28554]: audit 2023-12-07T11:56:30.575303+0000 mgr.a (mgr.24293) 5059 : audit 0 from='client.110454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:31 smithi044 bash[32620]: audit 2023-12-07T11:56:30.575303+0000 mgr.a (mgr.24293) 5059 : audit 0 from='client.110454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:31 smithi027 bash[31536]: audit 2023-12-07T11:56:30.575303+0000 mgr.a (mgr.24293) 5059 : audit 0 from='client.110454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:32 smithi022 bash[28554]: cluster 2023-12-07T11:56:31.169882+0000 mgr.a (mgr.24293) 5060 : 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-07T11:56:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:32 smithi044 bash[32620]: cluster 2023-12-07T11:56:31.169882+0000 mgr.a (mgr.24293) 5060 : 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-07T11:56:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:32 smithi027 bash[31536]: cluster 2023-12-07T11:56:31.169882+0000 mgr.a (mgr.24293) 5060 : 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-07T11:56:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:34 smithi022 bash[28554]: cluster 2023-12-07T11:56:33.170549+0000 mgr.a (mgr.24293) 5061 : 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-07T11:56:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:34 smithi044 bash[32620]: cluster 2023-12-07T11:56:33.170549+0000 mgr.a (mgr.24293) 5061 : 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-07T11:56:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:34 smithi027 bash[31536]: cluster 2023-12-07T11:56:33.170549+0000 mgr.a (mgr.24293) 5061 : 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-07T11:56:36.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:36.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:36.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:36 smithi022 bash[28554]: cluster 2023-12-07T11:56:35.171133+0000 mgr.a (mgr.24293) 5062 : 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-07T11:56:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:36 smithi044 bash[32620]: cluster 2023-12-07T11:56:35.171133+0000 mgr.a (mgr.24293) 5062 : 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-07T11:56:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:36 smithi027 bash[31536]: cluster 2023-12-07T11:56:35.171133+0000 mgr.a (mgr.24293) 5062 : 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-07T11:56:37.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:37.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:37.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:37.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:37.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:37 smithi022 bash[28554]: audit 2023-12-07T11:56:36.504812+0000 mgr.a (mgr.24293) 5063 : audit 0 from='client.110529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:37 smithi044 bash[32620]: audit 2023-12-07T11:56:36.504812+0000 mgr.a (mgr.24293) 5063 : audit 0 from='client.110529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:37 smithi027 bash[31536]: audit 2023-12-07T11:56:36.504812+0000 mgr.a (mgr.24293) 5063 : audit 0 from='client.110529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:38 smithi022 bash[28554]: cluster 2023-12-07T11:56:37.172303+0000 mgr.a (mgr.24293) 5064 : 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-07T11:56:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:38 smithi044 bash[32620]: cluster 2023-12-07T11:56:37.172303+0000 mgr.a (mgr.24293) 5064 : 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-07T11:56:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:38 smithi027 bash[31536]: cluster 2023-12-07T11:56:37.172303+0000 mgr.a (mgr.24293) 5064 : 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-07T11:56:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:40 smithi022 bash[28554]: cluster 2023-12-07T11:56:39.172893+0000 mgr.a (mgr.24293) 5065 : 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-07T11:56:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:40 smithi044 bash[32620]: cluster 2023-12-07T11:56:39.172893+0000 mgr.a (mgr.24293) 5065 : 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-07T11:56:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:40 smithi027 bash[31536]: cluster 2023-12-07T11:56:39.172893+0000 mgr.a (mgr.24293) 5065 : 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-07T11:56:42.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:42.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:42.014 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:42 smithi022 bash[28554]: cluster 2023-12-07T11:56:41.173676+0000 mgr.a (mgr.24293) 5066 : 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-07T11:56:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:42 smithi044 bash[32620]: cluster 2023-12-07T11:56:41.173676+0000 mgr.a (mgr.24293) 5066 : 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-07T11:56:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:42 smithi027 bash[31536]: cluster 2023-12-07T11:56:41.173676+0000 mgr.a (mgr.24293) 5066 : 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-07T11:56:42.971 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:42.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:42.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:42.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:42.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:43 smithi022 bash[28554]: audit 2023-12-07T11:56:42.429753+0000 mgr.a (mgr.24293) 5067 : audit 0 from='client.110598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:43 smithi044 bash[32620]: audit 2023-12-07T11:56:42.429753+0000 mgr.a (mgr.24293) 5067 : audit 0 from='client.110598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:43 smithi027 bash[31536]: audit 2023-12-07T11:56:42.429753+0000 mgr.a (mgr.24293) 5067 : audit 0 from='client.110598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:44 smithi022 bash[28554]: cluster 2023-12-07T11:56:43.174433+0000 mgr.a (mgr.24293) 5068 : 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-07T11:56:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:44 smithi044 bash[32620]: cluster 2023-12-07T11:56:43.174433+0000 mgr.a (mgr.24293) 5068 : 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-07T11:56:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:44 smithi027 bash[31536]: cluster 2023-12-07T11:56:43.174433+0000 mgr.a (mgr.24293) 5068 : 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-07T11:56:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:46 smithi022 bash[28554]: cluster 2023-12-07T11:56:45.175001+0000 mgr.a (mgr.24293) 5069 : 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-07T11:56:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:46 smithi044 bash[32620]: cluster 2023-12-07T11:56:45.175001+0000 mgr.a (mgr.24293) 5069 : 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-07T11:56:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:46 smithi027 bash[31536]: cluster 2023-12-07T11:56:45.175001+0000 mgr.a (mgr.24293) 5069 : 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-07T11:56:47.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:47.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:47.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:48 smithi022 bash[28554]: cluster 2023-12-07T11:56:47.175789+0000 mgr.a (mgr.24293) 5070 : 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-07T11:56:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:48 smithi044 bash[32620]: cluster 2023-12-07T11:56:47.175789+0000 mgr.a (mgr.24293) 5070 : 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-07T11:56:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:48 smithi027 bash[31536]: cluster 2023-12-07T11:56:47.175789+0000 mgr.a (mgr.24293) 5070 : 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-07T11:56:48.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:48.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:48.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:48.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:48.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:49 smithi022 bash[28554]: audit 2023-12-07T11:56:48.382241+0000 mgr.a (mgr.24293) 5071 : audit 0 from='client.110673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:49 smithi044 bash[32620]: audit 2023-12-07T11:56:48.382241+0000 mgr.a (mgr.24293) 5071 : audit 0 from='client.110673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:49 smithi027 bash[31536]: audit 2023-12-07T11:56:48.382241+0000 mgr.a (mgr.24293) 5071 : audit 0 from='client.110673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:50 smithi022 bash[28554]: cluster 2023-12-07T11:56:49.176454+0000 mgr.a (mgr.24293) 5072 : 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-07T11:56:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:50 smithi044 bash[32620]: cluster 2023-12-07T11:56:49.176454+0000 mgr.a (mgr.24293) 5072 : 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-07T11:56:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:50 smithi027 bash[31536]: cluster 2023-12-07T11:56:49.176454+0000 mgr.a (mgr.24293) 5072 : 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-07T11:56:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:52 smithi022 bash[28554]: cluster 2023-12-07T11:56:51.177294+0000 mgr.a (mgr.24293) 5073 : 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-07T11:56:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:52 smithi044 bash[32620]: cluster 2023-12-07T11:56:51.177294+0000 mgr.a (mgr.24293) 5073 : 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-07T11:56:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:52 smithi027 bash[31536]: cluster 2023-12-07T11:56:51.177294+0000 mgr.a (mgr.24293) 5073 : 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-07T11:56:53.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:53.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:53.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:54 smithi022 bash[28554]: cluster 2023-12-07T11:56:53.177779+0000 mgr.a (mgr.24293) 5074 : 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-07T11:56:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:54 smithi044 bash[32620]: cluster 2023-12-07T11:56:53.177779+0000 mgr.a (mgr.24293) 5074 : 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-07T11:56:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:54 smithi027 bash[31536]: cluster 2023-12-07T11:56:53.177779+0000 mgr.a (mgr.24293) 5074 : 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-07T11:56:54.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:54.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:54.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:54.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:56:54.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:56:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:55 smithi027 bash[31536]: audit 2023-12-07T11:56:54.327312+0000 mgr.a (mgr.24293) 5075 : audit 0 from='client.110748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:55.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:55 smithi022 bash[28554]: audit 2023-12-07T11:56:54.327312+0000 mgr.a (mgr.24293) 5075 : audit 0 from='client.110748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:55 smithi044 bash[32620]: audit 2023-12-07T11:56:54.327312+0000 mgr.a (mgr.24293) 5075 : audit 0 from='client.110748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:56 smithi027 bash[31536]: cluster 2023-12-07T11:56:55.178524+0000 mgr.a (mgr.24293) 5076 : 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-07T11:56:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:56 smithi022 bash[28554]: cluster 2023-12-07T11:56:55.178524+0000 mgr.a (mgr.24293) 5076 : 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-07T11:56:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:56 smithi044 bash[32620]: cluster 2023-12-07T11:56:55.178524+0000 mgr.a (mgr.24293) 5076 : 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-07T11:56:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:57 smithi027 bash[31536]: audit 2023-12-07T11:56:57.101528+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:56:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:57 smithi022 bash[28554]: audit 2023-12-07T11:56:57.101528+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:56:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:57 smithi044 bash[32620]: audit 2023-12-07T11:56:57.101528+0000 mon.a (mon.0) 1167 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:56:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:58 smithi027 bash[31536]: cluster 2023-12-07T11:56:57.179161+0000 mgr.a (mgr.24293) 5077 : 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-07T11:56:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:58 smithi027 bash[31536]: audit 2023-12-07T11:56:57.883141+0000 mon.a (mon.0) 1168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:56:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:58 smithi027 bash[31536]: audit 2023-12-07T11:56:57.884857+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:56:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:56:58 smithi027 bash[31536]: audit 2023-12-07T11:56:57.894396+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:56:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:58 smithi022 bash[28554]: cluster 2023-12-07T11:56:57.179161+0000 mgr.a (mgr.24293) 5077 : 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-07T11:56:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:58 smithi022 bash[28554]: audit 2023-12-07T11:56:57.883141+0000 mon.a (mon.0) 1168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:56:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:58 smithi022 bash[28554]: audit 2023-12-07T11:56:57.884857+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:56:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:56:58 smithi022 bash[28554]: audit 2023-12-07T11:56:57.894396+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:56:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:58 smithi044 bash[32620]: cluster 2023-12-07T11:56:57.179161+0000 mgr.a (mgr.24293) 5077 : 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-07T11:56:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:58 smithi044 bash[32620]: audit 2023-12-07T11:56:57.883141+0000 mon.a (mon.0) 1168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:56:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:58 smithi044 bash[32620]: audit 2023-12-07T11:56:57.884857+0000 mon.a (mon.0) 1169 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:56:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:56:58 smithi044 bash[32620]: audit 2023-12-07T11:56:57.894396+0000 mon.a (mon.0) 1170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:56:59.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:56:59.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:59.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:00.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:00.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:00.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:00.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:00.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:00 smithi022 bash[28554]: cluster 2023-12-07T11:56:59.179776+0000 mgr.a (mgr.24293) 5078 : 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-07T11:57:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:00 smithi044 bash[32620]: cluster 2023-12-07T11:56:59.179776+0000 mgr.a (mgr.24293) 5078 : 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-07T11:57:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:00 smithi027 bash[31536]: cluster 2023-12-07T11:56:59.179776+0000 mgr.a (mgr.24293) 5078 : 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-07T11:57:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:01 smithi022 bash[28554]: audit 2023-12-07T11:57:00.249672+0000 mgr.a (mgr.24293) 5079 : audit 0 from='client.110823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:01 smithi044 bash[32620]: audit 2023-12-07T11:57:00.249672+0000 mgr.a (mgr.24293) 5079 : audit 0 from='client.110823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:01 smithi027 bash[31536]: audit 2023-12-07T11:57:00.249672+0000 mgr.a (mgr.24293) 5079 : audit 0 from='client.110823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:02 smithi022 bash[28554]: cluster 2023-12-07T11:57:01.180768+0000 mgr.a (mgr.24293) 5080 : cluster 0 pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:57:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:02 smithi044 bash[32620]: cluster 2023-12-07T11:57:01.180768+0000 mgr.a (mgr.24293) 5080 : cluster 0 pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:57:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:02 smithi027 bash[31536]: cluster 2023-12-07T11:57:01.180768+0000 mgr.a (mgr.24293) 5080 : cluster 0 pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:57:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:04 smithi022 bash[28554]: cluster 2023-12-07T11:57:03.181344+0000 mgr.a (mgr.24293) 5081 : cluster 0 pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:57:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:04 smithi044 bash[32620]: cluster 2023-12-07T11:57:03.181344+0000 mgr.a (mgr.24293) 5081 : cluster 0 pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:57:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:04 smithi027 bash[31536]: cluster 2023-12-07T11:57:03.181344+0000 mgr.a (mgr.24293) 5081 : cluster 0 pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:57:05.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:06.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:06.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:06.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:06.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:06.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:06 smithi022 bash[28554]: cluster 2023-12-07T11:57:05.181939+0000 mgr.a (mgr.24293) 5082 : cluster 0 pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:57:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:06 smithi044 bash[32620]: cluster 2023-12-07T11:57:05.181939+0000 mgr.a (mgr.24293) 5082 : cluster 0 pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:57:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:06 smithi027 bash[31536]: cluster 2023-12-07T11:57:05.181939+0000 mgr.a (mgr.24293) 5082 : cluster 0 pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:57:07.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:07 smithi022 bash[28554]: audit 2023-12-07T11:57:06.175824+0000 mgr.a (mgr.24293) 5083 : audit 0 from='client.110901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:07 smithi044 bash[32620]: audit 2023-12-07T11:57:06.175824+0000 mgr.a (mgr.24293) 5083 : audit 0 from='client.110901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:07 smithi027 bash[31536]: audit 2023-12-07T11:57:06.175824+0000 mgr.a (mgr.24293) 5083 : audit 0 from='client.110901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:08 smithi022 bash[28554]: cluster 2023-12-07T11:57:07.183031+0000 mgr.a (mgr.24293) 5084 : 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-07T11:57:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:08 smithi044 bash[32620]: cluster 2023-12-07T11:57:07.183031+0000 mgr.a (mgr.24293) 5084 : 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-07T11:57:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:08 smithi027 bash[31536]: cluster 2023-12-07T11:57:07.183031+0000 mgr.a (mgr.24293) 5084 : 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-07T11:57:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:10 smithi022 bash[28554]: cluster 2023-12-07T11:57:09.183656+0000 mgr.a (mgr.24293) 5085 : 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-07T11:57:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:10 smithi044 bash[32620]: cluster 2023-12-07T11:57:09.183656+0000 mgr.a (mgr.24293) 5085 : 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-07T11:57:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:10 smithi027 bash[31536]: cluster 2023-12-07T11:57:09.183656+0000 mgr.a (mgr.24293) 5085 : 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-07T11:57:11.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:11.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:11.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:12.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:12.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:12.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:12.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:12.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:12 smithi022 bash[28554]: cluster 2023-12-07T11:57:11.184354+0000 mgr.a (mgr.24293) 5086 : 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-07T11:57:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:12 smithi044 bash[32620]: cluster 2023-12-07T11:57:11.184354+0000 mgr.a (mgr.24293) 5086 : 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-07T11:57:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:12 smithi027 bash[31536]: cluster 2023-12-07T11:57:11.184354+0000 mgr.a (mgr.24293) 5086 : 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-07T11:57:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:13 smithi022 bash[28554]: audit 2023-12-07T11:57:12.146255+0000 mgr.a (mgr.24293) 5087 : audit 0 from='client.110979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:13 smithi044 bash[32620]: audit 2023-12-07T11:57:12.146255+0000 mgr.a (mgr.24293) 5087 : audit 0 from='client.110979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:13 smithi027 bash[31536]: audit 2023-12-07T11:57:12.146255+0000 mgr.a (mgr.24293) 5087 : audit 0 from='client.110979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:14 smithi022 bash[28554]: cluster 2023-12-07T11:57:13.185064+0000 mgr.a (mgr.24293) 5088 : cluster 0 pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:14 smithi044 bash[32620]: cluster 2023-12-07T11:57:13.185064+0000 mgr.a (mgr.24293) 5088 : cluster 0 pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:14 smithi027 bash[31536]: cluster 2023-12-07T11:57:13.185064+0000 mgr.a (mgr.24293) 5088 : cluster 0 pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:16 smithi022 bash[28554]: cluster 2023-12-07T11:57:15.185600+0000 mgr.a (mgr.24293) 5089 : cluster 0 pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:16 smithi044 bash[32620]: cluster 2023-12-07T11:57:15.185600+0000 mgr.a (mgr.24293) 5089 : cluster 0 pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:16 smithi027 bash[31536]: cluster 2023-12-07T11:57:15.185600+0000 mgr.a (mgr.24293) 5089 : cluster 0 pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:17.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:17.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:17.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:18.612 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:18.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:18.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:18.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:18.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:18 smithi022 bash[28554]: cluster 2023-12-07T11:57:17.186416+0000 mgr.a (mgr.24293) 5090 : cluster 0 pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:57:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:18 smithi044 bash[32620]: cluster 2023-12-07T11:57:17.186416+0000 mgr.a (mgr.24293) 5090 : cluster 0 pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:57:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:18 smithi027 bash[31536]: cluster 2023-12-07T11:57:17.186416+0000 mgr.a (mgr.24293) 5090 : cluster 0 pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:57:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:19 smithi022 bash[28554]: audit 2023-12-07T11:57:18.104715+0000 mgr.a (mgr.24293) 5091 : audit 0 from='client.111048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:19 smithi044 bash[32620]: audit 2023-12-07T11:57:18.104715+0000 mgr.a (mgr.24293) 5091 : audit 0 from='client.111048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:19 smithi027 bash[31536]: audit 2023-12-07T11:57:18.104715+0000 mgr.a (mgr.24293) 5091 : audit 0 from='client.111048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:20 smithi022 bash[28554]: cluster 2023-12-07T11:57:19.187116+0000 mgr.a (mgr.24293) 5092 : 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-07T11:57:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:20 smithi044 bash[32620]: cluster 2023-12-07T11:57:19.187116+0000 mgr.a (mgr.24293) 5092 : 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-07T11:57:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:20 smithi027 bash[31536]: cluster 2023-12-07T11:57:19.187116+0000 mgr.a (mgr.24293) 5092 : 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-07T11:57:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:22 smithi022 bash[28554]: cluster 2023-12-07T11:57:21.187971+0000 mgr.a (mgr.24293) 5093 : 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-07T11:57:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:22 smithi044 bash[32620]: cluster 2023-12-07T11:57:21.187971+0000 mgr.a (mgr.24293) 5093 : 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-07T11:57:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:22 smithi027 bash[31536]: cluster 2023-12-07T11:57:21.187971+0000 mgr.a (mgr.24293) 5093 : 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-07T11:57:23.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:23.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:23.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:24.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:24.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:24.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:24.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:24.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:24 smithi022 bash[28554]: cluster 2023-12-07T11:57:23.188530+0000 mgr.a (mgr.24293) 5094 : 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-07T11:57:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:24 smithi044 bash[32620]: cluster 2023-12-07T11:57:23.188530+0000 mgr.a (mgr.24293) 5094 : 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-07T11:57:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:24 smithi027 bash[31536]: cluster 2023-12-07T11:57:23.188530+0000 mgr.a (mgr.24293) 5094 : 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-07T11:57:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:25 smithi022 bash[28554]: audit 2023-12-07T11:57:24.026214+0000 mgr.a (mgr.24293) 5095 : audit 0 from='client.111123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:25 smithi044 bash[32620]: audit 2023-12-07T11:57:24.026214+0000 mgr.a (mgr.24293) 5095 : audit 0 from='client.111123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:25 smithi027 bash[31536]: audit 2023-12-07T11:57:24.026214+0000 mgr.a (mgr.24293) 5095 : audit 0 from='client.111123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:26 smithi022 bash[28554]: cluster 2023-12-07T11:57:25.189273+0000 mgr.a (mgr.24293) 5096 : 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-07T11:57:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:26 smithi044 bash[32620]: cluster 2023-12-07T11:57:25.189273+0000 mgr.a (mgr.24293) 5096 : 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-07T11:57:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:26 smithi027 bash[31536]: cluster 2023-12-07T11:57:25.189273+0000 mgr.a (mgr.24293) 5096 : 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-07T11:57:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:28 smithi022 bash[28554]: cluster 2023-12-07T11:57:27.190095+0000 mgr.a (mgr.24293) 5097 : 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-07T11:57:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:28 smithi044 bash[32620]: cluster 2023-12-07T11:57:27.190095+0000 mgr.a (mgr.24293) 5097 : 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-07T11:57:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:28 smithi027 bash[31536]: cluster 2023-12-07T11:57:27.190095+0000 mgr.a (mgr.24293) 5097 : 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-07T11:57:29.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:29.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:29.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:30.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:30 smithi022 bash[28554]: cluster 2023-12-07T11:57:29.190607+0000 mgr.a (mgr.24293) 5098 : 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-07T11:57:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:30 smithi044 bash[32620]: cluster 2023-12-07T11:57:29.190607+0000 mgr.a (mgr.24293) 5098 : 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-07T11:57:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:30 smithi027 bash[31536]: cluster 2023-12-07T11:57:29.190607+0000 mgr.a (mgr.24293) 5098 : 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-07T11:57:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:31 smithi022 bash[28554]: audit 2023-12-07T11:57:29.973149+0000 mgr.a (mgr.24293) 5099 : audit 0 from='client.111201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:31 smithi044 bash[32620]: audit 2023-12-07T11:57:29.973149+0000 mgr.a (mgr.24293) 5099 : audit 0 from='client.111201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:31 smithi027 bash[31536]: audit 2023-12-07T11:57:29.973149+0000 mgr.a (mgr.24293) 5099 : audit 0 from='client.111201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:32 smithi022 bash[28554]: cluster 2023-12-07T11:57:31.191498+0000 mgr.a (mgr.24293) 5100 : cluster 0 pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:57:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:32 smithi044 bash[32620]: cluster 2023-12-07T11:57:31.191498+0000 mgr.a (mgr.24293) 5100 : cluster 0 pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:57:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:32 smithi027 bash[31536]: cluster 2023-12-07T11:57:31.191498+0000 mgr.a (mgr.24293) 5100 : cluster 0 pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:57:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:34 smithi022 bash[28554]: cluster 2023-12-07T11:57:33.192118+0000 mgr.a (mgr.24293) 5101 : cluster 0 pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:57:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:34 smithi044 bash[32620]: cluster 2023-12-07T11:57:33.192118+0000 mgr.a (mgr.24293) 5101 : cluster 0 pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:57:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:34 smithi027 bash[31536]: cluster 2023-12-07T11:57:33.192118+0000 mgr.a (mgr.24293) 5101 : cluster 0 pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:57:35.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:35.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:35.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:36.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:36.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:36.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:36.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:36.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:36 smithi022 bash[28554]: cluster 2023-12-07T11:57:35.192676+0000 mgr.a (mgr.24293) 5102 : cluster 0 pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:57:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:36 smithi044 bash[32620]: cluster 2023-12-07T11:57:35.192676+0000 mgr.a (mgr.24293) 5102 : cluster 0 pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:57:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:36 smithi027 bash[31536]: cluster 2023-12-07T11:57:35.192676+0000 mgr.a (mgr.24293) 5102 : cluster 0 pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:57:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:37 smithi022 bash[28554]: audit 2023-12-07T11:57:35.900190+0000 mgr.a (mgr.24293) 5103 : audit 0 from='client.111279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:37 smithi044 bash[32620]: audit 2023-12-07T11:57:35.900190+0000 mgr.a (mgr.24293) 5103 : audit 0 from='client.111279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:37 smithi027 bash[31536]: audit 2023-12-07T11:57:35.900190+0000 mgr.a (mgr.24293) 5103 : audit 0 from='client.111279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:38 smithi022 bash[28554]: cluster 2023-12-07T11:57:37.193651+0000 mgr.a (mgr.24293) 5104 : 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-07T11:57:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:38 smithi044 bash[32620]: cluster 2023-12-07T11:57:37.193651+0000 mgr.a (mgr.24293) 5104 : 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-07T11:57:38.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:38 smithi027 bash[31536]: cluster 2023-12-07T11:57:37.193651+0000 mgr.a (mgr.24293) 5104 : 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-07T11:57:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:40 smithi022 bash[28554]: cluster 2023-12-07T11:57:39.194238+0000 mgr.a (mgr.24293) 5105 : 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-07T11:57:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:40 smithi044 bash[32620]: cluster 2023-12-07T11:57:39.194238+0000 mgr.a (mgr.24293) 5105 : 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-07T11:57:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:40 smithi027 bash[31536]: cluster 2023-12-07T11:57:39.194238+0000 mgr.a (mgr.24293) 5105 : 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-07T11:57:41.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:41.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:41.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:42.365 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:42.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:42.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:42.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:42.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:42 smithi022 bash[28554]: cluster 2023-12-07T11:57:41.195012+0000 mgr.a (mgr.24293) 5106 : 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-07T11:57:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:42 smithi044 bash[32620]: cluster 2023-12-07T11:57:41.195012+0000 mgr.a (mgr.24293) 5106 : 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-07T11:57:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:42 smithi027 bash[31536]: cluster 2023-12-07T11:57:41.195012+0000 mgr.a (mgr.24293) 5106 : 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-07T11:57:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:43 smithi022 bash[28554]: audit 2023-12-07T11:57:41.836585+0000 mgr.a (mgr.24293) 5107 : audit 0 from='client.111357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:43 smithi044 bash[32620]: audit 2023-12-07T11:57:41.836585+0000 mgr.a (mgr.24293) 5107 : audit 0 from='client.111357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:43 smithi027 bash[31536]: audit 2023-12-07T11:57:41.836585+0000 mgr.a (mgr.24293) 5107 : audit 0 from='client.111357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:44 smithi022 bash[28554]: cluster 2023-12-07T11:57:43.195719+0000 mgr.a (mgr.24293) 5108 : cluster 0 pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:57:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:44 smithi044 bash[32620]: cluster 2023-12-07T11:57:43.195719+0000 mgr.a (mgr.24293) 5108 : cluster 0 pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:57:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:44 smithi027 bash[31536]: cluster 2023-12-07T11:57:43.195719+0000 mgr.a (mgr.24293) 5108 : cluster 0 pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:57:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:46 smithi022 bash[28554]: cluster 2023-12-07T11:57:45.196325+0000 mgr.a (mgr.24293) 5109 : cluster 0 pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:57:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:46 smithi044 bash[32620]: cluster 2023-12-07T11:57:45.196325+0000 mgr.a (mgr.24293) 5109 : cluster 0 pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:57:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:46 smithi027 bash[31536]: cluster 2023-12-07T11:57:45.196325+0000 mgr.a (mgr.24293) 5109 : cluster 0 pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:57:47.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:47.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:47.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:48.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:48.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:48.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:48.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:48.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:48 smithi022 bash[28554]: cluster 2023-12-07T11:57:47.197150+0000 mgr.a (mgr.24293) 5110 : cluster 0 pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:57:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:48 smithi044 bash[32620]: cluster 2023-12-07T11:57:47.197150+0000 mgr.a (mgr.24293) 5110 : cluster 0 pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:57:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:48 smithi027 bash[31536]: cluster 2023-12-07T11:57:47.197150+0000 mgr.a (mgr.24293) 5110 : cluster 0 pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:57:49.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:49 smithi022 bash[28554]: audit 2023-12-07T11:57:47.779586+0000 mgr.a (mgr.24293) 5111 : audit 0 from='client.111432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:49 smithi044 bash[32620]: audit 2023-12-07T11:57:47.779586+0000 mgr.a (mgr.24293) 5111 : audit 0 from='client.111432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:49 smithi027 bash[31536]: audit 2023-12-07T11:57:47.779586+0000 mgr.a (mgr.24293) 5111 : audit 0 from='client.111432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:50 smithi022 bash[28554]: cluster 2023-12-07T11:57:49.198007+0000 mgr.a (mgr.24293) 5112 : 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-07T11:57:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:50 smithi044 bash[32620]: cluster 2023-12-07T11:57:49.198007+0000 mgr.a (mgr.24293) 5112 : 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-07T11:57:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:50 smithi027 bash[31536]: cluster 2023-12-07T11:57:49.198007+0000 mgr.a (mgr.24293) 5112 : 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-07T11:57:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:52 smithi022 bash[28554]: cluster 2023-12-07T11:57:51.198863+0000 mgr.a (mgr.24293) 5113 : 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-07T11:57:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:52 smithi044 bash[32620]: cluster 2023-12-07T11:57:51.198863+0000 mgr.a (mgr.24293) 5113 : 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-07T11:57:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:52 smithi027 bash[31536]: cluster 2023-12-07T11:57:51.198863+0000 mgr.a (mgr.24293) 5113 : 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-07T11:57:53.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:53.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:53.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:54.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:57:54.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:54.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:54.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:54.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:57:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:54 smithi022 bash[28554]: cluster 2023-12-07T11:57:53.199399+0000 mgr.a (mgr.24293) 5114 : 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-07T11:57:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:54 smithi022 bash[28554]: audit 2023-12-07T11:57:53.703586+0000 mgr.a (mgr.24293) 5115 : audit 0 from='client.111510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:54 smithi044 bash[32620]: cluster 2023-12-07T11:57:53.199399+0000 mgr.a (mgr.24293) 5114 : 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-07T11:57:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:54 smithi044 bash[32620]: audit 2023-12-07T11:57:53.703586+0000 mgr.a (mgr.24293) 5115 : audit 0 from='client.111510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:54 smithi027 bash[31536]: cluster 2023-12-07T11:57:53.199399+0000 mgr.a (mgr.24293) 5114 : 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-07T11:57:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:54 smithi027 bash[31536]: audit 2023-12-07T11:57:53.703586+0000 mgr.a (mgr.24293) 5115 : audit 0 from='client.111510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:56 smithi022 bash[28554]: cluster 2023-12-07T11:57:55.200066+0000 mgr.a (mgr.24293) 5116 : 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-07T11:57:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:56 smithi044 bash[32620]: cluster 2023-12-07T11:57:55.200066+0000 mgr.a (mgr.24293) 5116 : 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-07T11:57:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:56 smithi027 bash[31536]: cluster 2023-12-07T11:57:55.200066+0000 mgr.a (mgr.24293) 5116 : 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-07T11:57:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:58 smithi022 bash[28554]: cluster 2023-12-07T11:57:57.200939+0000 mgr.a (mgr.24293) 5117 : 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-07T11:57:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:58 smithi022 bash[28554]: audit 2023-12-07T11:57:57.998247+0000 mon.a (mon.0) 1171 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:57:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:58 smithi044 bash[32620]: cluster 2023-12-07T11:57:57.200939+0000 mgr.a (mgr.24293) 5117 : 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-07T11:57:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:58 smithi044 bash[32620]: audit 2023-12-07T11:57:57.998247+0000 mon.a (mon.0) 1171 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:57:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:58 smithi027 bash[31536]: cluster 2023-12-07T11:57:57.200939+0000 mgr.a (mgr.24293) 5117 : 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-07T11:57:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:58 smithi027 bash[31536]: audit 2023-12-07T11:57:57.998247+0000 mon.a (mon.0) 1171 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:57:59.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:57:59.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:59.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:59 smithi022 bash[28554]: audit 2023-12-07T11:57:58.790640+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:57:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:59 smithi022 bash[28554]: audit 2023-12-07T11:57:58.792481+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:57:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:57:59 smithi022 bash[28554]: audit 2023-12-07T11:57:58.801453+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:57:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:59 smithi044 bash[32620]: audit 2023-12-07T11:57:58.790640+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:57:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:59 smithi044 bash[32620]: audit 2023-12-07T11:57:58.792481+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:57:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:57:59 smithi044 bash[32620]: audit 2023-12-07T11:57:58.801453+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:57:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:59 smithi027 bash[31536]: audit 2023-12-07T11:57:58.790640+0000 mon.a (mon.0) 1172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:57:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:59 smithi027 bash[31536]: audit 2023-12-07T11:57:58.792481+0000 mon.a (mon.0) 1173 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:57:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:57:59 smithi027 bash[31536]: audit 2023-12-07T11:57:58.801453+0000 mon.a (mon.0) 1174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:58:00.115 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:00.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:00.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:00.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:00.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:00 smithi022 bash[28554]: cluster 2023-12-07T11:57:59.201479+0000 mgr.a (mgr.24293) 5118 : 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-07T11:58:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:00 smithi022 bash[28554]: audit 2023-12-07T11:57:59.605649+0000 mgr.a (mgr.24293) 5119 : audit 0 from='client.111585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:00 smithi044 bash[32620]: cluster 2023-12-07T11:57:59.201479+0000 mgr.a (mgr.24293) 5118 : 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-07T11:58:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:00 smithi044 bash[32620]: audit 2023-12-07T11:57:59.605649+0000 mgr.a (mgr.24293) 5119 : audit 0 from='client.111585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:00 smithi027 bash[31536]: cluster 2023-12-07T11:57:59.201479+0000 mgr.a (mgr.24293) 5118 : 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-07T11:58:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:00 smithi027 bash[31536]: audit 2023-12-07T11:57:59.605649+0000 mgr.a (mgr.24293) 5119 : audit 0 from='client.111585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:02 smithi022 bash[28554]: cluster 2023-12-07T11:58:01.202402+0000 mgr.a (mgr.24293) 5120 : 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-07T11:58:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:02 smithi044 bash[32620]: cluster 2023-12-07T11:58:01.202402+0000 mgr.a (mgr.24293) 5120 : 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-07T11:58:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:02 smithi027 bash[31536]: cluster 2023-12-07T11:58:01.202402+0000 mgr.a (mgr.24293) 5120 : 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-07T11:58:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:04 smithi022 bash[28554]: cluster 2023-12-07T11:58:03.203091+0000 mgr.a (mgr.24293) 5121 : 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-07T11:58:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:04 smithi044 bash[32620]: cluster 2023-12-07T11:58:03.203091+0000 mgr.a (mgr.24293) 5121 : 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-07T11:58:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:04 smithi027 bash[31536]: cluster 2023-12-07T11:58:03.203091+0000 mgr.a (mgr.24293) 5121 : 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-07T11:58:05.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:05.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:05.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:06.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:06.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:06.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:06.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:06.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:06 smithi022 bash[28554]: cluster 2023-12-07T11:58:05.203662+0000 mgr.a (mgr.24293) 5122 : 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-07T11:58:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:06 smithi022 bash[28554]: audit 2023-12-07T11:58:05.529717+0000 mgr.a (mgr.24293) 5123 : audit 0 from='client.111657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:06 smithi044 bash[32620]: cluster 2023-12-07T11:58:05.203662+0000 mgr.a (mgr.24293) 5122 : 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-07T11:58:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:06 smithi044 bash[32620]: audit 2023-12-07T11:58:05.529717+0000 mgr.a (mgr.24293) 5123 : audit 0 from='client.111657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:06 smithi027 bash[31536]: cluster 2023-12-07T11:58:05.203662+0000 mgr.a (mgr.24293) 5122 : 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-07T11:58:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:06 smithi027 bash[31536]: audit 2023-12-07T11:58:05.529717+0000 mgr.a (mgr.24293) 5123 : audit 0 from='client.111657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:08 smithi044 bash[32620]: cluster 2023-12-07T11:58:07.204704+0000 mgr.a (mgr.24293) 5124 : cluster 0 pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:08 smithi022 bash[28554]: cluster 2023-12-07T11:58:07.204704+0000 mgr.a (mgr.24293) 5124 : cluster 0 pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:08 smithi027 bash[31536]: cluster 2023-12-07T11:58:07.204704+0000 mgr.a (mgr.24293) 5124 : cluster 0 pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:10 smithi022 bash[28554]: cluster 2023-12-07T11:58:09.205429+0000 mgr.a (mgr.24293) 5125 : cluster 0 pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:10 smithi044 bash[32620]: cluster 2023-12-07T11:58:09.205429+0000 mgr.a (mgr.24293) 5125 : cluster 0 pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:10 smithi027 bash[31536]: cluster 2023-12-07T11:58:09.205429+0000 mgr.a (mgr.24293) 5125 : cluster 0 pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:11.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:11.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:11.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:11.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:11.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:11.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:11.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:11.953 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:12 smithi022 bash[28554]: cluster 2023-12-07T11:58:11.206349+0000 mgr.a (mgr.24293) 5126 : 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-07T11:58:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:12 smithi022 bash[28554]: audit 2023-12-07T11:58:11.445349+0000 mgr.a (mgr.24293) 5127 : audit 0 from='client.111732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:12 smithi044 bash[32620]: cluster 2023-12-07T11:58:11.206349+0000 mgr.a (mgr.24293) 5126 : 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-07T11:58:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:12 smithi044 bash[32620]: audit 2023-12-07T11:58:11.445349+0000 mgr.a (mgr.24293) 5127 : audit 0 from='client.111732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:12 smithi027 bash[31536]: cluster 2023-12-07T11:58:11.206349+0000 mgr.a (mgr.24293) 5126 : 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-07T11:58:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:12 smithi027 bash[31536]: audit 2023-12-07T11:58:11.445349+0000 mgr.a (mgr.24293) 5127 : audit 0 from='client.111732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:14 smithi022 bash[28554]: cluster 2023-12-07T11:58:13.207180+0000 mgr.a (mgr.24293) 5128 : 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-07T11:58:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:14 smithi044 bash[32620]: cluster 2023-12-07T11:58:13.207180+0000 mgr.a (mgr.24293) 5128 : 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-07T11:58:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:14 smithi027 bash[31536]: cluster 2023-12-07T11:58:13.207180+0000 mgr.a (mgr.24293) 5128 : 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-07T11:58:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:16 smithi022 bash[28554]: cluster 2023-12-07T11:58:15.207918+0000 mgr.a (mgr.24293) 5129 : 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-07T11:58:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:16 smithi044 bash[32620]: cluster 2023-12-07T11:58:15.207918+0000 mgr.a (mgr.24293) 5129 : 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-07T11:58:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:16 smithi027 bash[31536]: cluster 2023-12-07T11:58:15.207918+0000 mgr.a (mgr.24293) 5129 : 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-07T11:58:16.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:16.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:16.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:17.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:17.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:17.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:17.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:17.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:18 smithi022 bash[28554]: cluster 2023-12-07T11:58:17.208873+0000 mgr.a (mgr.24293) 5130 : 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-07T11:58:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:18 smithi022 bash[28554]: audit 2023-12-07T11:58:17.365802+0000 mgr.a (mgr.24293) 5131 : audit 0 from='client.111807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:18 smithi044 bash[32620]: cluster 2023-12-07T11:58:17.208873+0000 mgr.a (mgr.24293) 5130 : 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-07T11:58:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:18 smithi044 bash[32620]: audit 2023-12-07T11:58:17.365802+0000 mgr.a (mgr.24293) 5131 : audit 0 from='client.111807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:18 smithi027 bash[31536]: cluster 2023-12-07T11:58:17.208873+0000 mgr.a (mgr.24293) 5130 : 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-07T11:58:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:18 smithi027 bash[31536]: audit 2023-12-07T11:58:17.365802+0000 mgr.a (mgr.24293) 5131 : audit 0 from='client.111807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:20 smithi022 bash[28554]: cluster 2023-12-07T11:58:19.209541+0000 mgr.a (mgr.24293) 5132 : cluster 0 pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:20 smithi044 bash[32620]: cluster 2023-12-07T11:58:19.209541+0000 mgr.a (mgr.24293) 5132 : cluster 0 pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:20 smithi027 bash[31536]: cluster 2023-12-07T11:58:19.209541+0000 mgr.a (mgr.24293) 5132 : cluster 0 pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:22.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:22.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:22.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:22 smithi027 bash[31536]: cluster 2023-12-07T11:58:21.210360+0000 mgr.a (mgr.24293) 5133 : cluster 0 pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:22 smithi022 bash[28554]: cluster 2023-12-07T11:58:21.210360+0000 mgr.a (mgr.24293) 5133 : cluster 0 pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:22 smithi044 bash[32620]: cluster 2023-12-07T11:58:21.210360+0000 mgr.a (mgr.24293) 5133 : cluster 0 pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:23.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:23.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:23.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:23.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:23.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:24 smithi027 bash[31536]: cluster 2023-12-07T11:58:23.210916+0000 mgr.a (mgr.24293) 5134 : 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-07T11:58:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:24 smithi027 bash[31536]: audit 2023-12-07T11:58:23.317844+0000 mgr.a (mgr.24293) 5135 : audit 0 from='client.111885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:24 smithi022 bash[28554]: cluster 2023-12-07T11:58:23.210916+0000 mgr.a (mgr.24293) 5134 : 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-07T11:58:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:24 smithi022 bash[28554]: audit 2023-12-07T11:58:23.317844+0000 mgr.a (mgr.24293) 5135 : audit 0 from='client.111885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:24 smithi044 bash[32620]: cluster 2023-12-07T11:58:23.210916+0000 mgr.a (mgr.24293) 5134 : 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-07T11:58:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:24 smithi044 bash[32620]: audit 2023-12-07T11:58:23.317844+0000 mgr.a (mgr.24293) 5135 : audit 0 from='client.111885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:26 smithi027 bash[31536]: cluster 2023-12-07T11:58:25.211603+0000 mgr.a (mgr.24293) 5136 : 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-07T11:58:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:26 smithi022 bash[28554]: cluster 2023-12-07T11:58:25.211603+0000 mgr.a (mgr.24293) 5136 : 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-07T11:58:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:26 smithi044 bash[32620]: cluster 2023-12-07T11:58:25.211603+0000 mgr.a (mgr.24293) 5136 : 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-07T11:58:28.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:28.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:28.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:28 smithi027 bash[31536]: cluster 2023-12-07T11:58:27.212390+0000 mgr.a (mgr.24293) 5137 : 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-07T11:58:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:28 smithi022 bash[28554]: cluster 2023-12-07T11:58:27.212390+0000 mgr.a (mgr.24293) 5137 : 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-07T11:58:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:28 smithi044 bash[32620]: cluster 2023-12-07T11:58:27.212390+0000 mgr.a (mgr.24293) 5137 : 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-07T11:58:29.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:30 smithi027 bash[31536]: cluster 2023-12-07T11:58:29.212910+0000 mgr.a (mgr.24293) 5138 : 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-07T11:58:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:30 smithi027 bash[31536]: audit 2023-12-07T11:58:29.236827+0000 mgr.a (mgr.24293) 5139 : audit 0 from='client.111957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:30 smithi022 bash[28554]: cluster 2023-12-07T11:58:29.212910+0000 mgr.a (mgr.24293) 5138 : 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-07T11:58:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:30 smithi022 bash[28554]: audit 2023-12-07T11:58:29.236827+0000 mgr.a (mgr.24293) 5139 : audit 0 from='client.111957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:30 smithi044 bash[32620]: cluster 2023-12-07T11:58:29.212910+0000 mgr.a (mgr.24293) 5138 : 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-07T11:58:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:30 smithi044 bash[32620]: audit 2023-12-07T11:58:29.236827+0000 mgr.a (mgr.24293) 5139 : audit 0 from='client.111957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:32 smithi027 bash[31536]: cluster 2023-12-07T11:58:31.213817+0000 mgr.a (mgr.24293) 5140 : 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-07T11:58:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:32 smithi022 bash[28554]: cluster 2023-12-07T11:58:31.213817+0000 mgr.a (mgr.24293) 5140 : 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-07T11:58:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:32 smithi044 bash[32620]: cluster 2023-12-07T11:58:31.213817+0000 mgr.a (mgr.24293) 5140 : 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-07T11:58:34.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:34.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:34.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:34 smithi022 bash[28554]: cluster 2023-12-07T11:58:33.214386+0000 mgr.a (mgr.24293) 5141 : 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-07T11:58:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:34 smithi044 bash[32620]: cluster 2023-12-07T11:58:33.214386+0000 mgr.a (mgr.24293) 5141 : 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-07T11:58:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:34 smithi027 bash[31536]: cluster 2023-12-07T11:58:33.214386+0000 mgr.a (mgr.24293) 5141 : 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-07T11:58:35.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:35.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:35.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:35.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:35.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:36 smithi022 bash[28554]: audit 2023-12-07T11:58:35.169332+0000 mgr.a (mgr.24293) 5142 : audit 0 from='client.112032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:36 smithi022 bash[28554]: cluster 2023-12-07T11:58:35.215141+0000 mgr.a (mgr.24293) 5143 : 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-07T11:58:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:36 smithi044 bash[32620]: audit 2023-12-07T11:58:35.169332+0000 mgr.a (mgr.24293) 5142 : audit 0 from='client.112032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:36 smithi044 bash[32620]: cluster 2023-12-07T11:58:35.215141+0000 mgr.a (mgr.24293) 5143 : 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-07T11:58:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:36 smithi027 bash[31536]: audit 2023-12-07T11:58:35.169332+0000 mgr.a (mgr.24293) 5142 : audit 0 from='client.112032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:36 smithi027 bash[31536]: cluster 2023-12-07T11:58:35.215141+0000 mgr.a (mgr.24293) 5143 : 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-07T11:58:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:38 smithi022 bash[28554]: cluster 2023-12-07T11:58:37.216175+0000 mgr.a (mgr.24293) 5144 : cluster 0 pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:58:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:38 smithi044 bash[32620]: cluster 2023-12-07T11:58:37.216175+0000 mgr.a (mgr.24293) 5144 : cluster 0 pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:58:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:38 smithi027 bash[31536]: cluster 2023-12-07T11:58:37.216175+0000 mgr.a (mgr.24293) 5144 : cluster 0 pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:58:40.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:40.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:40.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:40 smithi022 bash[28554]: cluster 2023-12-07T11:58:39.216733+0000 mgr.a (mgr.24293) 5145 : cluster 0 pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:58:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:40 smithi044 bash[32620]: cluster 2023-12-07T11:58:39.216733+0000 mgr.a (mgr.24293) 5145 : cluster 0 pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:58:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:40 smithi027 bash[31536]: cluster 2023-12-07T11:58:39.216733+0000 mgr.a (mgr.24293) 5145 : cluster 0 pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:58:41.636 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:41.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:41.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:41.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:41.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:42 smithi022 bash[28554]: audit 2023-12-07T11:58:41.115446+0000 mgr.a (mgr.24293) 5146 : audit 0 from='client.112107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:42 smithi022 bash[28554]: cluster 2023-12-07T11:58:41.217603+0000 mgr.a (mgr.24293) 5147 : 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-07T11:58:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:42 smithi044 bash[32620]: audit 2023-12-07T11:58:41.115446+0000 mgr.a (mgr.24293) 5146 : audit 0 from='client.112107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:42 smithi044 bash[32620]: cluster 2023-12-07T11:58:41.217603+0000 mgr.a (mgr.24293) 5147 : 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-07T11:58:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:42 smithi027 bash[31536]: audit 2023-12-07T11:58:41.115446+0000 mgr.a (mgr.24293) 5146 : audit 0 from='client.112107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:42 smithi027 bash[31536]: cluster 2023-12-07T11:58:41.217603+0000 mgr.a (mgr.24293) 5147 : 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-07T11:58:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:44 smithi022 bash[28554]: cluster 2023-12-07T11:58:43.218260+0000 mgr.a (mgr.24293) 5148 : 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-07T11:58:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:44 smithi044 bash[32620]: cluster 2023-12-07T11:58:43.218260+0000 mgr.a (mgr.24293) 5148 : 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-07T11:58:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:44 smithi027 bash[31536]: cluster 2023-12-07T11:58:43.218260+0000 mgr.a (mgr.24293) 5148 : 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-07T11:58:46.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:46.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:46.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:46 smithi022 bash[28554]: cluster 2023-12-07T11:58:45.218822+0000 mgr.a (mgr.24293) 5149 : 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-07T11:58:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:46 smithi044 bash[32620]: cluster 2023-12-07T11:58:45.218822+0000 mgr.a (mgr.24293) 5149 : 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-07T11:58:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:46 smithi027 bash[31536]: cluster 2023-12-07T11:58:45.218822+0000 mgr.a (mgr.24293) 5149 : 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-07T11:58:47.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:47.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:47.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:47.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:47.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:48 smithi022 bash[28554]: audit 2023-12-07T11:58:47.046151+0000 mgr.a (mgr.24293) 5150 : audit 0 from='client.112185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:48 smithi022 bash[28554]: cluster 2023-12-07T11:58:47.219857+0000 mgr.a (mgr.24293) 5151 : 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-07T11:58:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:48 smithi044 bash[32620]: audit 2023-12-07T11:58:47.046151+0000 mgr.a (mgr.24293) 5150 : audit 0 from='client.112185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:48 smithi044 bash[32620]: cluster 2023-12-07T11:58:47.219857+0000 mgr.a (mgr.24293) 5151 : 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-07T11:58:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:48 smithi027 bash[31536]: audit 2023-12-07T11:58:47.046151+0000 mgr.a (mgr.24293) 5150 : audit 0 from='client.112185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:48 smithi027 bash[31536]: cluster 2023-12-07T11:58:47.219857+0000 mgr.a (mgr.24293) 5151 : 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-07T11:58:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:50 smithi022 bash[28554]: cluster 2023-12-07T11:58:49.220520+0000 mgr.a (mgr.24293) 5152 : cluster 0 pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:58:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:50 smithi044 bash[32620]: cluster 2023-12-07T11:58:49.220520+0000 mgr.a (mgr.24293) 5152 : cluster 0 pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:58:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:50 smithi027 bash[31536]: cluster 2023-12-07T11:58:49.220520+0000 mgr.a (mgr.24293) 5152 : cluster 0 pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:58:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:51 smithi022 bash[28554]: cluster 2023-12-07T11:58:51.221384+0000 mgr.a (mgr.24293) 5153 : cluster 0 pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:58:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:51 smithi044 bash[32620]: cluster 2023-12-07T11:58:51.221384+0000 mgr.a (mgr.24293) 5153 : cluster 0 pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:58:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:51 smithi027 bash[31536]: cluster 2023-12-07T11:58:51.221384+0000 mgr.a (mgr.24293) 5153 : cluster 0 pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:58:52.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:52.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:52.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:53.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:53.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:53.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:53.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:53.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:54 smithi022 bash[28554]: audit 2023-12-07T11:58:52.986258+0000 mgr.a (mgr.24293) 5154 : audit 0 from='client.112263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:54 smithi022 bash[28554]: cluster 2023-12-07T11:58:53.221923+0000 mgr.a (mgr.24293) 5155 : 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-07T11:58:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:54 smithi044 bash[32620]: audit 2023-12-07T11:58:52.986258+0000 mgr.a (mgr.24293) 5154 : audit 0 from='client.112263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:54 smithi044 bash[32620]: cluster 2023-12-07T11:58:53.221923+0000 mgr.a (mgr.24293) 5155 : 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-07T11:58:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:54 smithi027 bash[31536]: audit 2023-12-07T11:58:52.986258+0000 mgr.a (mgr.24293) 5154 : audit 0 from='client.112263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:54 smithi027 bash[31536]: cluster 2023-12-07T11:58:53.221923+0000 mgr.a (mgr.24293) 5155 : 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-07T11:58:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:56 smithi022 bash[28554]: cluster 2023-12-07T11:58:55.222660+0000 mgr.a (mgr.24293) 5156 : 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-07T11:58:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:56 smithi044 bash[32620]: cluster 2023-12-07T11:58:55.222660+0000 mgr.a (mgr.24293) 5156 : 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-07T11:58:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:56 smithi027 bash[31536]: cluster 2023-12-07T11:58:55.222660+0000 mgr.a (mgr.24293) 5156 : 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-07T11:58:58.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:58:58.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:58.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:58 smithi022 bash[28554]: cluster 2023-12-07T11:58:57.223480+0000 mgr.a (mgr.24293) 5157 : 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-07T11:58:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:58 smithi044 bash[32620]: cluster 2023-12-07T11:58:57.223480+0000 mgr.a (mgr.24293) 5157 : 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-07T11:58:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:58 smithi027 bash[31536]: cluster 2023-12-07T11:58:57.223480+0000 mgr.a (mgr.24293) 5157 : 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-07T11:58:59.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:58:59.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:59.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:59.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:59.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:58:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:58:59 smithi022 bash[28554]: audit 2023-12-07T11:58:58.913704+0000 mon.a (mon.0) 1175 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:58:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:58:59 smithi044 bash[32620]: audit 2023-12-07T11:58:58.913704+0000 mon.a (mon.0) 1175 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:58:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:58:59 smithi027 bash[31536]: audit 2023-12-07T11:58:58.913704+0000 mon.a (mon.0) 1175 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:59:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:00 smithi022 bash[28554]: audit 2023-12-07T11:58:58.898399+0000 mgr.a (mgr.24293) 5158 : audit 0 from='client.112341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:00 smithi022 bash[28554]: cluster 2023-12-07T11:58:59.224089+0000 mgr.a (mgr.24293) 5159 : 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-07T11:59:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:00 smithi022 bash[28554]: audit 2023-12-07T11:58:59.709738+0000 mon.a (mon.0) 1176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:59:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:00 smithi022 bash[28554]: audit 2023-12-07T11:58:59.711911+0000 mon.a (mon.0) 1177 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:59:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:00 smithi022 bash[28554]: audit 2023-12-07T11:58:59.721953+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:59:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:00 smithi044 bash[32620]: audit 2023-12-07T11:58:58.898399+0000 mgr.a (mgr.24293) 5158 : audit 0 from='client.112341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:00 smithi044 bash[32620]: cluster 2023-12-07T11:58:59.224089+0000 mgr.a (mgr.24293) 5159 : 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-07T11:59:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:00 smithi044 bash[32620]: audit 2023-12-07T11:58:59.709738+0000 mon.a (mon.0) 1176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:59:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:00 smithi044 bash[32620]: audit 2023-12-07T11:58:59.711911+0000 mon.a (mon.0) 1177 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:59:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:00 smithi044 bash[32620]: audit 2023-12-07T11:58:59.721953+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:59:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:00 smithi027 bash[31536]: audit 2023-12-07T11:58:58.898399+0000 mgr.a (mgr.24293) 5158 : audit 0 from='client.112341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:00 smithi027 bash[31536]: cluster 2023-12-07T11:58:59.224089+0000 mgr.a (mgr.24293) 5159 : 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-07T11:59:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:00 smithi027 bash[31536]: audit 2023-12-07T11:58:59.709738+0000 mon.a (mon.0) 1176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:59:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:00 smithi027 bash[31536]: audit 2023-12-07T11:58:59.711911+0000 mon.a (mon.0) 1177 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:59:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:00 smithi027 bash[31536]: audit 2023-12-07T11:58:59.721953+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T11:59:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:02 smithi022 bash[28554]: cluster 2023-12-07T11:59:01.224938+0000 mgr.a (mgr.24293) 5160 : 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-07T11:59:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:02 smithi044 bash[32620]: cluster 2023-12-07T11:59:01.224938+0000 mgr.a (mgr.24293) 5160 : 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-07T11:59:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:02 smithi027 bash[31536]: cluster 2023-12-07T11:59:01.224938+0000 mgr.a (mgr.24293) 5160 : 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-07T11:59:04.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:04.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:04.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:04 smithi022 bash[28554]: cluster 2023-12-07T11:59:03.225514+0000 mgr.a (mgr.24293) 5161 : 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-07T11:59:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:04 smithi044 bash[32620]: cluster 2023-12-07T11:59:03.225514+0000 mgr.a (mgr.24293) 5161 : 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-07T11:59:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:04 smithi027 bash[31536]: cluster 2023-12-07T11:59:03.225514+0000 mgr.a (mgr.24293) 5161 : 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-07T11:59:05.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:05.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:05.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:05.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:05.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:06 smithi022 bash[28554]: audit 2023-12-07T11:59:04.821676+0000 mgr.a (mgr.24293) 5162 : audit 0 from='client.112416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:06 smithi022 bash[28554]: cluster 2023-12-07T11:59:05.226149+0000 mgr.a (mgr.24293) 5163 : 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-07T11:59:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:06 smithi044 bash[32620]: audit 2023-12-07T11:59:04.821676+0000 mgr.a (mgr.24293) 5162 : audit 0 from='client.112416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:06 smithi044 bash[32620]: cluster 2023-12-07T11:59:05.226149+0000 mgr.a (mgr.24293) 5163 : 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-07T11:59:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:06 smithi027 bash[31536]: audit 2023-12-07T11:59:04.821676+0000 mgr.a (mgr.24293) 5162 : audit 0 from='client.112416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:06 smithi027 bash[31536]: cluster 2023-12-07T11:59:05.226149+0000 mgr.a (mgr.24293) 5163 : 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-07T11:59:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:08 smithi022 bash[28554]: cluster 2023-12-07T11:59:07.227146+0000 mgr.a (mgr.24293) 5164 : 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-07T11:59:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:08 smithi044 bash[32620]: cluster 2023-12-07T11:59:07.227146+0000 mgr.a (mgr.24293) 5164 : 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-07T11:59:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:08 smithi027 bash[31536]: cluster 2023-12-07T11:59:07.227146+0000 mgr.a (mgr.24293) 5164 : 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-07T11:59:10.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:10.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:10.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:10 smithi022 bash[28554]: cluster 2023-12-07T11:59:09.227814+0000 mgr.a (mgr.24293) 5165 : 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-07T11:59:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:10 smithi044 bash[32620]: cluster 2023-12-07T11:59:09.227814+0000 mgr.a (mgr.24293) 5165 : 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-07T11:59:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:10 smithi027 bash[31536]: cluster 2023-12-07T11:59:09.227814+0000 mgr.a (mgr.24293) 5165 : 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-07T11:59:11.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:11.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:11.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:11.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:11.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:12 smithi022 bash[28554]: audit 2023-12-07T11:59:10.760987+0000 mgr.a (mgr.24293) 5166 : audit 0 from='client.112488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:12 smithi022 bash[28554]: cluster 2023-12-07T11:59:11.228585+0000 mgr.a (mgr.24293) 5167 : cluster 0 pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:12 smithi044 bash[32620]: audit 2023-12-07T11:59:10.760987+0000 mgr.a (mgr.24293) 5166 : audit 0 from='client.112488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:12 smithi044 bash[32620]: cluster 2023-12-07T11:59:11.228585+0000 mgr.a (mgr.24293) 5167 : cluster 0 pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:12 smithi027 bash[31536]: audit 2023-12-07T11:59:10.760987+0000 mgr.a (mgr.24293) 5166 : audit 0 from='client.112488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:12 smithi027 bash[31536]: cluster 2023-12-07T11:59:11.228585+0000 mgr.a (mgr.24293) 5167 : cluster 0 pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:14 smithi022 bash[28554]: cluster 2023-12-07T11:59:13.229148+0000 mgr.a (mgr.24293) 5168 : cluster 0 pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:14 smithi044 bash[32620]: cluster 2023-12-07T11:59:13.229148+0000 mgr.a (mgr.24293) 5168 : cluster 0 pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:14 smithi027 bash[31536]: cluster 2023-12-07T11:59:13.229148+0000 mgr.a (mgr.24293) 5168 : cluster 0 pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:16.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:16.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:16.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:16 smithi022 bash[28554]: cluster 2023-12-07T11:59:15.229725+0000 mgr.a (mgr.24293) 5169 : cluster 0 pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:16 smithi044 bash[32620]: cluster 2023-12-07T11:59:15.229725+0000 mgr.a (mgr.24293) 5169 : cluster 0 pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:16 smithi027 bash[31536]: cluster 2023-12-07T11:59:15.229725+0000 mgr.a (mgr.24293) 5169 : cluster 0 pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:17.216 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:17.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:17.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:17.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:17.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:17 smithi022 bash[28554]: audit 2023-12-07T11:59:16.702790+0000 mgr.a (mgr.24293) 5170 : audit 0 from='client.112560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:17 smithi044 bash[32620]: audit 2023-12-07T11:59:16.702790+0000 mgr.a (mgr.24293) 5170 : audit 0 from='client.112560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:17 smithi027 bash[31536]: audit 2023-12-07T11:59:16.702790+0000 mgr.a (mgr.24293) 5170 : audit 0 from='client.112560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:18 smithi022 bash[28554]: cluster 2023-12-07T11:59:17.230805+0000 mgr.a (mgr.24293) 5171 : 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-07T11:59:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:18 smithi044 bash[32620]: cluster 2023-12-07T11:59:17.230805+0000 mgr.a (mgr.24293) 5171 : 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-07T11:59:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:18 smithi027 bash[31536]: cluster 2023-12-07T11:59:17.230805+0000 mgr.a (mgr.24293) 5171 : 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-07T11:59:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:20 smithi022 bash[28554]: cluster 2023-12-07T11:59:19.231406+0000 mgr.a (mgr.24293) 5172 : 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-07T11:59:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:20 smithi044 bash[32620]: cluster 2023-12-07T11:59:19.231406+0000 mgr.a (mgr.24293) 5172 : 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-07T11:59:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:20 smithi027 bash[31536]: cluster 2023-12-07T11:59:19.231406+0000 mgr.a (mgr.24293) 5172 : 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-07T11:59:22.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:22.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:22.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:22 smithi022 bash[28554]: cluster 2023-12-07T11:59:21.232169+0000 mgr.a (mgr.24293) 5173 : 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-07T11:59:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:22 smithi044 bash[32620]: cluster 2023-12-07T11:59:21.232169+0000 mgr.a (mgr.24293) 5173 : 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-07T11:59:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:22 smithi027 bash[31536]: cluster 2023-12-07T11:59:21.232169+0000 mgr.a (mgr.24293) 5173 : 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-07T11:59:23.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:23.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:23.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:23.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:23.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:23 smithi022 bash[28554]: audit 2023-12-07T11:59:22.626639+0000 mgr.a (mgr.24293) 5174 : audit 0 from='client.112635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:23 smithi044 bash[32620]: audit 2023-12-07T11:59:22.626639+0000 mgr.a (mgr.24293) 5174 : audit 0 from='client.112635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:23.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:23 smithi027 bash[31536]: audit 2023-12-07T11:59:22.626639+0000 mgr.a (mgr.24293) 5174 : audit 0 from='client.112635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:24 smithi022 bash[28554]: cluster 2023-12-07T11:59:23.232855+0000 mgr.a (mgr.24293) 5175 : cluster 0 pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:24 smithi044 bash[32620]: cluster 2023-12-07T11:59:23.232855+0000 mgr.a (mgr.24293) 5175 : cluster 0 pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:24 smithi027 bash[31536]: cluster 2023-12-07T11:59:23.232855+0000 mgr.a (mgr.24293) 5175 : cluster 0 pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:26 smithi022 bash[28554]: cluster 2023-12-07T11:59:25.233477+0000 mgr.a (mgr.24293) 5176 : cluster 0 pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:26 smithi044 bash[32620]: cluster 2023-12-07T11:59:25.233477+0000 mgr.a (mgr.24293) 5176 : cluster 0 pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:26 smithi027 bash[31536]: cluster 2023-12-07T11:59:25.233477+0000 mgr.a (mgr.24293) 5176 : cluster 0 pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:28.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:28.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:28.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:28 smithi022 bash[28554]: cluster 2023-12-07T11:59:27.234293+0000 mgr.a (mgr.24293) 5177 : cluster 0 pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:28 smithi044 bash[32620]: cluster 2023-12-07T11:59:27.234293+0000 mgr.a (mgr.24293) 5177 : cluster 0 pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:28 smithi027 bash[31536]: cluster 2023-12-07T11:59:27.234293+0000 mgr.a (mgr.24293) 5177 : cluster 0 pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:29.048 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:29.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:29 smithi022 bash[28554]: audit 2023-12-07T11:59:28.558430+0000 mgr.a (mgr.24293) 5178 : audit 0 from='client.112713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:29 smithi044 bash[32620]: audit 2023-12-07T11:59:28.558430+0000 mgr.a (mgr.24293) 5178 : audit 0 from='client.112713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:29 smithi027 bash[31536]: audit 2023-12-07T11:59:28.558430+0000 mgr.a (mgr.24293) 5178 : audit 0 from='client.112713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:30 smithi022 bash[28554]: cluster 2023-12-07T11:59:29.235019+0000 mgr.a (mgr.24293) 5179 : 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-07T11:59:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:30 smithi044 bash[32620]: cluster 2023-12-07T11:59:29.235019+0000 mgr.a (mgr.24293) 5179 : 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-07T11:59:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:30 smithi027 bash[31536]: cluster 2023-12-07T11:59:29.235019+0000 mgr.a (mgr.24293) 5179 : 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-07T11:59:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:32 smithi022 bash[28554]: cluster 2023-12-07T11:59:31.235866+0000 mgr.a (mgr.24293) 5180 : 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-07T11:59:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:32 smithi044 bash[32620]: cluster 2023-12-07T11:59:31.235866+0000 mgr.a (mgr.24293) 5180 : 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-07T11:59:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:32 smithi027 bash[31536]: cluster 2023-12-07T11:59:31.235866+0000 mgr.a (mgr.24293) 5180 : 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-07T11:59:34.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:34 smithi022 bash[28554]: cluster 2023-12-07T11:59:33.236423+0000 mgr.a (mgr.24293) 5181 : 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-07T11:59:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:34 smithi044 bash[32620]: cluster 2023-12-07T11:59:33.236423+0000 mgr.a (mgr.24293) 5181 : 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-07T11:59:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:34 smithi027 bash[31536]: cluster 2023-12-07T11:59:33.236423+0000 mgr.a (mgr.24293) 5181 : 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-07T11:59:34.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:34.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:34.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:34.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:34.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:35 smithi022 bash[28554]: audit 2023-12-07T11:59:34.458047+0000 mgr.a (mgr.24293) 5182 : audit 0 from='client.112791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:35 smithi044 bash[32620]: audit 2023-12-07T11:59:34.458047+0000 mgr.a (mgr.24293) 5182 : audit 0 from='client.112791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:35 smithi027 bash[31536]: audit 2023-12-07T11:59:34.458047+0000 mgr.a (mgr.24293) 5182 : audit 0 from='client.112791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:36 smithi022 bash[28554]: cluster 2023-12-07T11:59:35.237147+0000 mgr.a (mgr.24293) 5183 : 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-07T11:59:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:36 smithi044 bash[32620]: cluster 2023-12-07T11:59:35.237147+0000 mgr.a (mgr.24293) 5183 : 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-07T11:59:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:36 smithi027 bash[31536]: cluster 2023-12-07T11:59:35.237147+0000 mgr.a (mgr.24293) 5183 : 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-07T11:59:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:38 smithi022 bash[28554]: cluster 2023-12-07T11:59:37.238034+0000 mgr.a (mgr.24293) 5184 : 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-07T11:59:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:38 smithi044 bash[32620]: cluster 2023-12-07T11:59:37.238034+0000 mgr.a (mgr.24293) 5184 : 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-07T11:59:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:38 smithi027 bash[31536]: cluster 2023-12-07T11:59:37.238034+0000 mgr.a (mgr.24293) 5184 : 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-07T11:59:39.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:39.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:39.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:40 smithi022 bash[28554]: cluster 2023-12-07T11:59:39.238587+0000 mgr.a (mgr.24293) 5185 : 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-07T11:59:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:40 smithi044 bash[32620]: cluster 2023-12-07T11:59:39.238587+0000 mgr.a (mgr.24293) 5185 : 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-07T11:59:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:40 smithi027 bash[31536]: cluster 2023-12-07T11:59:39.238587+0000 mgr.a (mgr.24293) 5185 : 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-07T11:59:40.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:41 smithi022 bash[28554]: audit 2023-12-07T11:59:40.391171+0000 mgr.a (mgr.24293) 5186 : audit 0 from='client.100795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:41 smithi044 bash[32620]: audit 2023-12-07T11:59:40.391171+0000 mgr.a (mgr.24293) 5186 : audit 0 from='client.100795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:41 smithi027 bash[31536]: audit 2023-12-07T11:59:40.391171+0000 mgr.a (mgr.24293) 5186 : audit 0 from='client.100795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:42 smithi027 bash[31536]: cluster 2023-12-07T11:59:41.239661+0000 mgr.a (mgr.24293) 5187 : cluster 0 pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:59:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:42 smithi022 bash[28554]: cluster 2023-12-07T11:59:41.239661+0000 mgr.a (mgr.24293) 5187 : cluster 0 pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:59:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:42 smithi044 bash[32620]: cluster 2023-12-07T11:59:41.239661+0000 mgr.a (mgr.24293) 5187 : cluster 0 pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:59:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:44 smithi027 bash[31536]: cluster 2023-12-07T11:59:43.240258+0000 mgr.a (mgr.24293) 5188 : cluster 0 pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:59:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:44 smithi022 bash[28554]: cluster 2023-12-07T11:59:43.240258+0000 mgr.a (mgr.24293) 5188 : cluster 0 pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:59:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:44 smithi044 bash[32620]: cluster 2023-12-07T11:59:43.240258+0000 mgr.a (mgr.24293) 5188 : cluster 0 pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:59:45.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:45.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:45.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:46 smithi027 bash[31536]: cluster 2023-12-07T11:59:45.240832+0000 mgr.a (mgr.24293) 5189 : cluster 0 pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:59:46.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:46.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:46.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:46.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:46.882 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:46 smithi022 bash[28554]: cluster 2023-12-07T11:59:45.240832+0000 mgr.a (mgr.24293) 5189 : cluster 0 pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:59:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:46 smithi044 bash[32620]: cluster 2023-12-07T11:59:45.240832+0000 mgr.a (mgr.24293) 5189 : cluster 0 pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:59:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:47 smithi027 bash[31536]: audit 2023-12-07T11:59:46.350808+0000 mgr.a (mgr.24293) 5190 : audit 0 from='client.112944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:47 smithi022 bash[28554]: audit 2023-12-07T11:59:46.350808+0000 mgr.a (mgr.24293) 5190 : audit 0 from='client.112944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:47 smithi044 bash[32620]: audit 2023-12-07T11:59:46.350808+0000 mgr.a (mgr.24293) 5190 : audit 0 from='client.112944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:48 smithi027 bash[31536]: cluster 2023-12-07T11:59:47.241914+0000 mgr.a (mgr.24293) 5191 : 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-07T11:59:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:48 smithi022 bash[28554]: cluster 2023-12-07T11:59:47.241914+0000 mgr.a (mgr.24293) 5191 : 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-07T11:59:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:48 smithi044 bash[32620]: cluster 2023-12-07T11:59:47.241914+0000 mgr.a (mgr.24293) 5191 : 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-07T11:59:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:50 smithi027 bash[31536]: cluster 2023-12-07T11:59:49.242527+0000 mgr.a (mgr.24293) 5192 : 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-07T11:59:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:50 smithi022 bash[28554]: cluster 2023-12-07T11:59:49.242527+0000 mgr.a (mgr.24293) 5192 : 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-07T11:59:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:50 smithi044 bash[32620]: cluster 2023-12-07T11:59:49.242527+0000 mgr.a (mgr.24293) 5192 : 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-07T11:59:51.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:51.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:51.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:52.807 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:52.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:52.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:52.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:52.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:52 smithi022 bash[28554]: cluster 2023-12-07T11:59:51.243275+0000 mgr.a (mgr.24293) 5193 : 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-07T11:59:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:52 smithi044 bash[32620]: cluster 2023-12-07T11:59:51.243275+0000 mgr.a (mgr.24293) 5193 : 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-07T11:59:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:52 smithi027 bash[31536]: cluster 2023-12-07T11:59:51.243275+0000 mgr.a (mgr.24293) 5193 : 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-07T11:59:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:53 smithi022 bash[28554]: audit 2023-12-07T11:59:52.294184+0000 mgr.a (mgr.24293) 5194 : audit 0 from='client.113022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:53 smithi044 bash[32620]: audit 2023-12-07T11:59:52.294184+0000 mgr.a (mgr.24293) 5194 : audit 0 from='client.113022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:53 smithi027 bash[31536]: audit 2023-12-07T11:59:52.294184+0000 mgr.a (mgr.24293) 5194 : audit 0 from='client.113022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:54 smithi022 bash[28554]: cluster 2023-12-07T11:59:53.244009+0000 mgr.a (mgr.24293) 5195 : cluster 0 pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:59:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:54 smithi044 bash[32620]: cluster 2023-12-07T11:59:53.244009+0000 mgr.a (mgr.24293) 5195 : cluster 0 pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:59:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:54 smithi027 bash[31536]: cluster 2023-12-07T11:59:53.244009+0000 mgr.a (mgr.24293) 5195 : cluster 0 pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:59:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:56 smithi022 bash[28554]: cluster 2023-12-07T11:59:55.244586+0000 mgr.a (mgr.24293) 5196 : cluster 0 pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:59:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:56 smithi044 bash[32620]: cluster 2023-12-07T11:59:55.244586+0000 mgr.a (mgr.24293) 5196 : cluster 0 pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:59:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:56 smithi027 bash[31536]: cluster 2023-12-07T11:59:55.244586+0000 mgr.a (mgr.24293) 5196 : cluster 0 pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:59:57.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T11:59:57.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:57.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:58.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:58.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:58.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:58.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T11:59:58.718 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T11:59:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:58 smithi022 bash[28554]: cluster 2023-12-07T11:59:57.245402+0000 mgr.a (mgr.24293) 5197 : cluster 0 pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:59:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:58 smithi044 bash[32620]: cluster 2023-12-07T11:59:57.245402+0000 mgr.a (mgr.24293) 5197 : cluster 0 pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:59:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:58 smithi027 bash[31536]: cluster 2023-12-07T11:59:57.245402+0000 mgr.a (mgr.24293) 5197 : cluster 0 pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:59:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 11:59:59 smithi022 bash[28554]: audit 2023-12-07T11:59:58.218570+0000 mgr.a (mgr.24293) 5198 : audit 0 from='client.113100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 11:59:59 smithi044 bash[32620]: audit 2023-12-07T11:59:58.218570+0000 mgr.a (mgr.24293) 5198 : audit 0 from='client.113100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 11:59:59 smithi027 bash[31536]: audit 2023-12-07T11:59:58.218570+0000 mgr.a (mgr.24293) 5198 : audit 0 from='client.113100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:00 smithi022 bash[28554]: cluster 2023-12-07T11:59:59.246106+0000 mgr.a (mgr.24293) 5199 : 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-07T12:00:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:00 smithi022 bash[28554]: audit 2023-12-07T11:59:59.825718+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:00:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:00 smithi022 bash[28554]: cluster 2023-12-07T12:00:00.000158+0000 mon.a (mon.0) 1180 : cluster 1 overall HEALTH_OK 2023-12-07T12:00:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:00 smithi022 bash[28554]: audit 2023-12-07T12:00:00.358037+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:00 smithi022 bash[28554]: audit 2023-12-07T12:00:00.363753+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:00 smithi044 bash[32620]: cluster 2023-12-07T11:59:59.246106+0000 mgr.a (mgr.24293) 5199 : 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-07T12:00:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:00 smithi044 bash[32620]: audit 2023-12-07T11:59:59.825718+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:00:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:00 smithi044 bash[32620]: cluster 2023-12-07T12:00:00.000158+0000 mon.a (mon.0) 1180 : cluster 1 overall HEALTH_OK 2023-12-07T12:00:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:00 smithi044 bash[32620]: audit 2023-12-07T12:00:00.358037+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:00 smithi044 bash[32620]: audit 2023-12-07T12:00:00.363753+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:00 smithi027 bash[31536]: cluster 2023-12-07T11:59:59.246106+0000 mgr.a (mgr.24293) 5199 : 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-07T12:00:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:00 smithi027 bash[31536]: audit 2023-12-07T11:59:59.825718+0000 mon.a (mon.0) 1179 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:00:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:00 smithi027 bash[31536]: cluster 2023-12-07T12:00:00.000158+0000 mon.a (mon.0) 1180 : cluster 1 overall HEALTH_OK 2023-12-07T12:00:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:00 smithi027 bash[31536]: audit 2023-12-07T12:00:00.358037+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:00 smithi027 bash[31536]: audit 2023-12-07T12:00:00.363753+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:01 smithi022 bash[28554]: audit 2023-12-07T12:00:01.104052+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:00:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:01 smithi022 bash[28554]: audit 2023-12-07T12:00:01.105958+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:00:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:01 smithi022 bash[28554]: audit 2023-12-07T12:00:01.115577+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:01 smithi044 bash[32620]: audit 2023-12-07T12:00:01.104052+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:00:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:01 smithi044 bash[32620]: audit 2023-12-07T12:00:01.105958+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:00:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:01 smithi044 bash[32620]: audit 2023-12-07T12:00:01.115577+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:01 smithi027 bash[31536]: audit 2023-12-07T12:00:01.104052+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:00:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:01 smithi027 bash[31536]: audit 2023-12-07T12:00:01.105958+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:00:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:01 smithi027 bash[31536]: audit 2023-12-07T12:00:01.115577+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:00:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:02 smithi022 bash[28554]: cluster 2023-12-07T12:00:01.246965+0000 mgr.a (mgr.24293) 5200 : 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-07T12:00:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:02 smithi044 bash[32620]: cluster 2023-12-07T12:00:01.246965+0000 mgr.a (mgr.24293) 5200 : 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-07T12:00:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:02 smithi027 bash[31536]: cluster 2023-12-07T12:00:01.246965+0000 mgr.a (mgr.24293) 5200 : 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-07T12:00:03.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:03.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:03.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:04.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:04.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:04.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:04.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:04.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:04 smithi022 bash[28554]: cluster 2023-12-07T12:00:03.247529+0000 mgr.a (mgr.24293) 5201 : 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-07T12:00:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:04 smithi044 bash[32620]: cluster 2023-12-07T12:00:03.247529+0000 mgr.a (mgr.24293) 5201 : 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-07T12:00:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:04 smithi027 bash[31536]: cluster 2023-12-07T12:00:03.247529+0000 mgr.a (mgr.24293) 5201 : 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-07T12:00:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:05 smithi022 bash[28554]: audit 2023-12-07T12:00:04.132612+0000 mgr.a (mgr.24293) 5202 : audit 0 from='client.101032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:05 smithi044 bash[32620]: audit 2023-12-07T12:00:04.132612+0000 mgr.a (mgr.24293) 5202 : audit 0 from='client.101032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:05 smithi027 bash[31536]: audit 2023-12-07T12:00:04.132612+0000 mgr.a (mgr.24293) 5202 : audit 0 from='client.101032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:06 smithi022 bash[28554]: cluster 2023-12-07T12:00:05.248304+0000 mgr.a (mgr.24293) 5203 : 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-07T12:00:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:06 smithi044 bash[32620]: cluster 2023-12-07T12:00:05.248304+0000 mgr.a (mgr.24293) 5203 : 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-07T12:00:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:06 smithi027 bash[31536]: cluster 2023-12-07T12:00:05.248304+0000 mgr.a (mgr.24293) 5203 : 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-07T12:00:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:08 smithi022 bash[28554]: cluster 2023-12-07T12:00:07.249156+0000 mgr.a (mgr.24293) 5204 : 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-07T12:00:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:08 smithi044 bash[32620]: cluster 2023-12-07T12:00:07.249156+0000 mgr.a (mgr.24293) 5204 : 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-07T12:00:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:08 smithi027 bash[31536]: cluster 2023-12-07T12:00:07.249156+0000 mgr.a (mgr.24293) 5204 : 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-07T12:00:09.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:09.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:09.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:10.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:10.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:10.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:10.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:10.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:10 smithi022 bash[28554]: cluster 2023-12-07T12:00:09.249731+0000 mgr.a (mgr.24293) 5205 : 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-07T12:00:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:10 smithi044 bash[32620]: cluster 2023-12-07T12:00:09.249731+0000 mgr.a (mgr.24293) 5205 : 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-07T12:00:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:10 smithi027 bash[31536]: cluster 2023-12-07T12:00:09.249731+0000 mgr.a (mgr.24293) 5205 : 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-07T12:00:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:11 smithi022 bash[28554]: audit 2023-12-07T12:00:10.056463+0000 mgr.a (mgr.24293) 5206 : audit 0 from='client.113247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:11 smithi044 bash[32620]: audit 2023-12-07T12:00:10.056463+0000 mgr.a (mgr.24293) 5206 : audit 0 from='client.113247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:11 smithi027 bash[31536]: audit 2023-12-07T12:00:10.056463+0000 mgr.a (mgr.24293) 5206 : audit 0 from='client.113247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:12 smithi022 bash[28554]: cluster 2023-12-07T12:00:11.250640+0000 mgr.a (mgr.24293) 5207 : cluster 0 pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:00:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:12 smithi044 bash[32620]: cluster 2023-12-07T12:00:11.250640+0000 mgr.a (mgr.24293) 5207 : cluster 0 pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:00:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:12 smithi027 bash[31536]: cluster 2023-12-07T12:00:11.250640+0000 mgr.a (mgr.24293) 5207 : cluster 0 pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:00:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:14 smithi022 bash[28554]: cluster 2023-12-07T12:00:13.251249+0000 mgr.a (mgr.24293) 5208 : cluster 0 pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:14 smithi044 bash[32620]: cluster 2023-12-07T12:00:13.251249+0000 mgr.a (mgr.24293) 5208 : cluster 0 pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:14 smithi027 bash[31536]: cluster 2023-12-07T12:00:13.251249+0000 mgr.a (mgr.24293) 5208 : cluster 0 pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:15.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:15.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:15.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:16.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:16.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:16.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:16.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:16.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:16 smithi022 bash[28554]: cluster 2023-12-07T12:00:15.251795+0000 mgr.a (mgr.24293) 5209 : cluster 0 pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:16 smithi044 bash[32620]: cluster 2023-12-07T12:00:15.251795+0000 mgr.a (mgr.24293) 5209 : cluster 0 pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:16 smithi027 bash[31536]: cluster 2023-12-07T12:00:15.251795+0000 mgr.a (mgr.24293) 5209 : cluster 0 pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:17 smithi022 bash[28554]: audit 2023-12-07T12:00:15.998248+0000 mgr.a (mgr.24293) 5210 : audit 0 from='client.113322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:17 smithi044 bash[32620]: audit 2023-12-07T12:00:15.998248+0000 mgr.a (mgr.24293) 5210 : audit 0 from='client.113322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:17 smithi027 bash[31536]: audit 2023-12-07T12:00:15.998248+0000 mgr.a (mgr.24293) 5210 : audit 0 from='client.113322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:18 smithi022 bash[28554]: cluster 2023-12-07T12:00:17.252794+0000 mgr.a (mgr.24293) 5211 : cluster 0 pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:18 smithi044 bash[32620]: cluster 2023-12-07T12:00:17.252794+0000 mgr.a (mgr.24293) 5211 : cluster 0 pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:18 smithi027 bash[31536]: cluster 2023-12-07T12:00:17.252794+0000 mgr.a (mgr.24293) 5211 : cluster 0 pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:20 smithi022 bash[28554]: cluster 2023-12-07T12:00:19.253382+0000 mgr.a (mgr.24293) 5212 : cluster 0 pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:20 smithi044 bash[32620]: cluster 2023-12-07T12:00:19.253382+0000 mgr.a (mgr.24293) 5212 : cluster 0 pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:20 smithi027 bash[31536]: cluster 2023-12-07T12:00:19.253382+0000 mgr.a (mgr.24293) 5212 : cluster 0 pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:21.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:21.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:22.485 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:22.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:22.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:22.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:22.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:22 smithi022 bash[28554]: cluster 2023-12-07T12:00:21.254122+0000 mgr.a (mgr.24293) 5213 : 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-07T12:00:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:22 smithi044 bash[32620]: cluster 2023-12-07T12:00:21.254122+0000 mgr.a (mgr.24293) 5213 : 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-07T12:00:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:22 smithi027 bash[31536]: cluster 2023-12-07T12:00:21.254122+0000 mgr.a (mgr.24293) 5213 : 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-07T12:00:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:23 smithi022 bash[28554]: audit 2023-12-07T12:00:21.952308+0000 mgr.a (mgr.24293) 5214 : audit 0 from='client.113400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:23 smithi044 bash[32620]: audit 2023-12-07T12:00:21.952308+0000 mgr.a (mgr.24293) 5214 : audit 0 from='client.113400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:23 smithi027 bash[31536]: audit 2023-12-07T12:00:21.952308+0000 mgr.a (mgr.24293) 5214 : audit 0 from='client.113400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:24 smithi022 bash[28554]: cluster 2023-12-07T12:00:23.254953+0000 mgr.a (mgr.24293) 5215 : cluster 0 pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:24 smithi044 bash[32620]: cluster 2023-12-07T12:00:23.254953+0000 mgr.a (mgr.24293) 5215 : cluster 0 pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:24 smithi027 bash[31536]: cluster 2023-12-07T12:00:23.254953+0000 mgr.a (mgr.24293) 5215 : cluster 0 pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:26 smithi022 bash[28554]: cluster 2023-12-07T12:00:25.255644+0000 mgr.a (mgr.24293) 5216 : cluster 0 pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:26 smithi044 bash[32620]: cluster 2023-12-07T12:00:25.255644+0000 mgr.a (mgr.24293) 5216 : cluster 0 pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:26 smithi027 bash[31536]: cluster 2023-12-07T12:00:25.255644+0000 mgr.a (mgr.24293) 5216 : cluster 0 pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:27.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:27.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:27.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:28.398 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:28.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:28.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:28 smithi022 bash[28554]: cluster 2023-12-07T12:00:27.256412+0000 mgr.a (mgr.24293) 5217 : cluster 0 pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:00:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:28 smithi044 bash[32620]: cluster 2023-12-07T12:00:27.256412+0000 mgr.a (mgr.24293) 5217 : cluster 0 pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:00:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:28 smithi027 bash[31536]: cluster 2023-12-07T12:00:27.256412+0000 mgr.a (mgr.24293) 5217 : cluster 0 pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:00:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:29 smithi022 bash[28554]: audit 2023-12-07T12:00:27.898837+0000 mgr.a (mgr.24293) 5218 : audit 0 from='client.113475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:29 smithi044 bash[32620]: audit 2023-12-07T12:00:27.898837+0000 mgr.a (mgr.24293) 5218 : audit 0 from='client.113475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:29 smithi027 bash[31536]: audit 2023-12-07T12:00:27.898837+0000 mgr.a (mgr.24293) 5218 : audit 0 from='client.113475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:30 smithi022 bash[28554]: cluster 2023-12-07T12:00:29.257140+0000 mgr.a (mgr.24293) 5219 : cluster 0 pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:30 smithi044 bash[32620]: cluster 2023-12-07T12:00:29.257140+0000 mgr.a (mgr.24293) 5219 : cluster 0 pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:30 smithi027 bash[31536]: cluster 2023-12-07T12:00:29.257140+0000 mgr.a (mgr.24293) 5219 : cluster 0 pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:32 smithi022 bash[28554]: cluster 2023-12-07T12:00:31.257972+0000 mgr.a (mgr.24293) 5220 : cluster 0 pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:32 smithi044 bash[32620]: cluster 2023-12-07T12:00:31.257972+0000 mgr.a (mgr.24293) 5220 : cluster 0 pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:32 smithi027 bash[31536]: cluster 2023-12-07T12:00:31.257972+0000 mgr.a (mgr.24293) 5220 : cluster 0 pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:33.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:33.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:33.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:34.335 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:34.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:34.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:34.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:34.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:34 smithi022 bash[28554]: cluster 2023-12-07T12:00:33.258518+0000 mgr.a (mgr.24293) 5221 : 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-07T12:00:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:34 smithi044 bash[32620]: cluster 2023-12-07T12:00:33.258518+0000 mgr.a (mgr.24293) 5221 : 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-07T12:00:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:34 smithi027 bash[31536]: cluster 2023-12-07T12:00:33.258518+0000 mgr.a (mgr.24293) 5221 : 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-07T12:00:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:35 smithi022 bash[28554]: audit 2023-12-07T12:00:33.822136+0000 mgr.a (mgr.24293) 5222 : audit 0 from='client.113553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:35 smithi044 bash[32620]: audit 2023-12-07T12:00:33.822136+0000 mgr.a (mgr.24293) 5222 : audit 0 from='client.113553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:35 smithi027 bash[31536]: audit 2023-12-07T12:00:33.822136+0000 mgr.a (mgr.24293) 5222 : audit 0 from='client.113553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:36 smithi022 bash[28554]: cluster 2023-12-07T12:00:35.259238+0000 mgr.a (mgr.24293) 5223 : 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-07T12:00:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:36 smithi044 bash[32620]: cluster 2023-12-07T12:00:35.259238+0000 mgr.a (mgr.24293) 5223 : 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-07T12:00:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:36 smithi027 bash[31536]: cluster 2023-12-07T12:00:35.259238+0000 mgr.a (mgr.24293) 5223 : 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-07T12:00:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:38 smithi022 bash[28554]: cluster 2023-12-07T12:00:37.260077+0000 mgr.a (mgr.24293) 5224 : 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-07T12:00:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:38 smithi044 bash[32620]: cluster 2023-12-07T12:00:37.260077+0000 mgr.a (mgr.24293) 5224 : 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-07T12:00:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:38 smithi027 bash[31536]: cluster 2023-12-07T12:00:37.260077+0000 mgr.a (mgr.24293) 5224 : 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-07T12:00:39.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:39.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:39.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:40.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:40 smithi022 bash[28554]: cluster 2023-12-07T12:00:39.260656+0000 mgr.a (mgr.24293) 5225 : 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-07T12:00:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:40 smithi022 bash[28554]: audit 2023-12-07T12:00:39.748766+0000 mgr.a (mgr.24293) 5226 : audit 0 from='client.113628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:40 smithi044 bash[32620]: cluster 2023-12-07T12:00:39.260656+0000 mgr.a (mgr.24293) 5225 : 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-07T12:00:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:40 smithi044 bash[32620]: audit 2023-12-07T12:00:39.748766+0000 mgr.a (mgr.24293) 5226 : audit 0 from='client.113628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:40 smithi027 bash[31536]: cluster 2023-12-07T12:00:39.260656+0000 mgr.a (mgr.24293) 5225 : 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-07T12:00:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:40 smithi027 bash[31536]: audit 2023-12-07T12:00:39.748766+0000 mgr.a (mgr.24293) 5226 : audit 0 from='client.113628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:42 smithi022 bash[28554]: cluster 2023-12-07T12:00:41.261667+0000 mgr.a (mgr.24293) 5227 : 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-07T12:00:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:42 smithi044 bash[32620]: cluster 2023-12-07T12:00:41.261667+0000 mgr.a (mgr.24293) 5227 : 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-07T12:00:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:42 smithi027 bash[31536]: cluster 2023-12-07T12:00:41.261667+0000 mgr.a (mgr.24293) 5227 : 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-07T12:00:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:44 smithi022 bash[28554]: cluster 2023-12-07T12:00:43.262419+0000 mgr.a (mgr.24293) 5228 : 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-07T12:00:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:44 smithi044 bash[32620]: cluster 2023-12-07T12:00:43.262419+0000 mgr.a (mgr.24293) 5228 : 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-07T12:00:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:44 smithi027 bash[31536]: cluster 2023-12-07T12:00:43.262419+0000 mgr.a (mgr.24293) 5228 : 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-07T12:00:45.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:45.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:45.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:46.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:46.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:46.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:46.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:46.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:46 smithi022 bash[28554]: cluster 2023-12-07T12:00:45.263048+0000 mgr.a (mgr.24293) 5229 : 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-07T12:00:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:46 smithi022 bash[28554]: audit 2023-12-07T12:00:45.672383+0000 mgr.a (mgr.24293) 5230 : audit 0 from='client.113700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:46 smithi044 bash[32620]: cluster 2023-12-07T12:00:45.263048+0000 mgr.a (mgr.24293) 5229 : 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-07T12:00:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:46 smithi044 bash[32620]: audit 2023-12-07T12:00:45.672383+0000 mgr.a (mgr.24293) 5230 : audit 0 from='client.113700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:46 smithi027 bash[31536]: cluster 2023-12-07T12:00:45.263048+0000 mgr.a (mgr.24293) 5229 : 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-07T12:00:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:46 smithi027 bash[31536]: audit 2023-12-07T12:00:45.672383+0000 mgr.a (mgr.24293) 5230 : audit 0 from='client.113700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:48 smithi022 bash[28554]: cluster 2023-12-07T12:00:47.264068+0000 mgr.a (mgr.24293) 5231 : cluster 0 pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:48 smithi044 bash[32620]: cluster 2023-12-07T12:00:47.264068+0000 mgr.a (mgr.24293) 5231 : cluster 0 pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:48 smithi027 bash[31536]: cluster 2023-12-07T12:00:47.264068+0000 mgr.a (mgr.24293) 5231 : cluster 0 pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:50 smithi022 bash[28554]: cluster 2023-12-07T12:00:49.264664+0000 mgr.a (mgr.24293) 5232 : cluster 0 pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:50 smithi044 bash[32620]: cluster 2023-12-07T12:00:49.264664+0000 mgr.a (mgr.24293) 5232 : cluster 0 pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:50 smithi027 bash[31536]: cluster 2023-12-07T12:00:49.264664+0000 mgr.a (mgr.24293) 5232 : cluster 0 pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:51.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:51.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:51.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:52.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:52.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:52.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:52.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:52.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:52 smithi022 bash[28554]: cluster 2023-12-07T12:00:51.265407+0000 mgr.a (mgr.24293) 5233 : 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-07T12:00:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:52 smithi022 bash[28554]: audit 2023-12-07T12:00:51.596803+0000 mgr.a (mgr.24293) 5234 : audit 0 from='client.113775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:52 smithi044 bash[32620]: cluster 2023-12-07T12:00:51.265407+0000 mgr.a (mgr.24293) 5233 : 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-07T12:00:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:52 smithi044 bash[32620]: audit 2023-12-07T12:00:51.596803+0000 mgr.a (mgr.24293) 5234 : audit 0 from='client.113775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:52 smithi027 bash[31536]: cluster 2023-12-07T12:00:51.265407+0000 mgr.a (mgr.24293) 5233 : 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-07T12:00:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:52 smithi027 bash[31536]: audit 2023-12-07T12:00:51.596803+0000 mgr.a (mgr.24293) 5234 : audit 0 from='client.113775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:54 smithi022 bash[28554]: cluster 2023-12-07T12:00:53.266212+0000 mgr.a (mgr.24293) 5235 : 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-07T12:00:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:54 smithi044 bash[32620]: cluster 2023-12-07T12:00:53.266212+0000 mgr.a (mgr.24293) 5235 : 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-07T12:00:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:54 smithi027 bash[31536]: cluster 2023-12-07T12:00:53.266212+0000 mgr.a (mgr.24293) 5235 : 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-07T12:00:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:56 smithi022 bash[28554]: cluster 2023-12-07T12:00:55.266985+0000 mgr.a (mgr.24293) 5236 : 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-07T12:00:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:56 smithi044 bash[32620]: cluster 2023-12-07T12:00:55.266985+0000 mgr.a (mgr.24293) 5236 : 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-07T12:00:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:56 smithi027 bash[31536]: cluster 2023-12-07T12:00:55.266985+0000 mgr.a (mgr.24293) 5236 : 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-07T12:00:57.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:00:57.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:57.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:58.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:00:58.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:58.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:58.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:58.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:00:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:58 smithi022 bash[28554]: cluster 2023-12-07T12:00:57.267647+0000 mgr.a (mgr.24293) 5237 : 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-07T12:00:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:00:58 smithi022 bash[28554]: audit 2023-12-07T12:00:57.543247+0000 mgr.a (mgr.24293) 5238 : audit 0 from='client.113850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:58 smithi044 bash[32620]: cluster 2023-12-07T12:00:57.267647+0000 mgr.a (mgr.24293) 5237 : 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-07T12:00:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:00:58 smithi044 bash[32620]: audit 2023-12-07T12:00:57.543247+0000 mgr.a (mgr.24293) 5238 : audit 0 from='client.113850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:58 smithi027 bash[31536]: cluster 2023-12-07T12:00:57.267647+0000 mgr.a (mgr.24293) 5237 : 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-07T12:00:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:00:58 smithi027 bash[31536]: audit 2023-12-07T12:00:57.543247+0000 mgr.a (mgr.24293) 5238 : audit 0 from='client.113850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:00 smithi022 bash[28554]: cluster 2023-12-07T12:00:59.268187+0000 mgr.a (mgr.24293) 5239 : cluster 0 pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:00 smithi044 bash[32620]: cluster 2023-12-07T12:00:59.268187+0000 mgr.a (mgr.24293) 5239 : cluster 0 pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:00 smithi027 bash[31536]: cluster 2023-12-07T12:00:59.268187+0000 mgr.a (mgr.24293) 5239 : cluster 0 pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:01 smithi022 bash[28554]: audit 2023-12-07T12:01:01.218658+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:01:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:01 smithi044 bash[32620]: audit 2023-12-07T12:01:01.218658+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:01:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:01 smithi027 bash[31536]: audit 2023-12-07T12:01:01.218658+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:01:03.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:03.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:03.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: cluster 2023-12-07T12:01:01.269027+0000 mgr.a (mgr.24293) 5240 : cluster 0 pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:01:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:01.749499+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:01.755427+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:01.806103+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:01.813706+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:02.497624+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:02.499500+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:02 smithi022 bash[28554]: audit 2023-12-07T12:01:02.508413+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: cluster 2023-12-07T12:01:01.269027+0000 mgr.a (mgr.24293) 5240 : cluster 0 pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:01.749499+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:01.755427+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:01.806103+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:01.813706+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:02.497624+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:01:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:02.499500+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:01:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:02 smithi044 bash[32620]: audit 2023-12-07T12:01:02.508413+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: cluster 2023-12-07T12:01:01.269027+0000 mgr.a (mgr.24293) 5240 : cluster 0 pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:01.749499+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:01.755427+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:01.806103+0000 mon.a (mon.0) 1189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:01.813706+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:02.497624+0000 mon.a (mon.0) 1191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:02.499500+0000 mon.a (mon.0) 1192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:01:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:02 smithi027 bash[31536]: audit 2023-12-07T12:01:02.508413+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:01:04.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:04.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:04.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:04.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:04.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:04 smithi022 bash[28554]: cluster 2023-12-07T12:01:03.269434+0000 mgr.a (mgr.24293) 5241 : 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-07T12:01:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:04 smithi022 bash[28554]: audit 2023-12-07T12:01:03.491866+0000 mgr.a (mgr.24293) 5242 : audit 0 from='client.113925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:04 smithi044 bash[32620]: cluster 2023-12-07T12:01:03.269434+0000 mgr.a (mgr.24293) 5241 : 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-07T12:01:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:04 smithi044 bash[32620]: audit 2023-12-07T12:01:03.491866+0000 mgr.a (mgr.24293) 5242 : audit 0 from='client.113925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:04 smithi027 bash[31536]: cluster 2023-12-07T12:01:03.269434+0000 mgr.a (mgr.24293) 5241 : 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-07T12:01:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:04 smithi027 bash[31536]: audit 2023-12-07T12:01:03.491866+0000 mgr.a (mgr.24293) 5242 : audit 0 from='client.113925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:06 smithi022 bash[28554]: cluster 2023-12-07T12:01:05.270063+0000 mgr.a (mgr.24293) 5243 : 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-07T12:01:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:06 smithi044 bash[32620]: cluster 2023-12-07T12:01:05.270063+0000 mgr.a (mgr.24293) 5243 : 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-07T12:01:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:06 smithi027 bash[31536]: cluster 2023-12-07T12:01:05.270063+0000 mgr.a (mgr.24293) 5243 : 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-07T12:01:09.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:09.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:09.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:08 smithi022 bash[28554]: cluster 2023-12-07T12:01:07.271045+0000 mgr.a (mgr.24293) 5244 : 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-07T12:01:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:08 smithi044 bash[32620]: cluster 2023-12-07T12:01:07.271045+0000 mgr.a (mgr.24293) 5244 : 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-07T12:01:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:08 smithi027 bash[31536]: cluster 2023-12-07T12:01:07.271045+0000 mgr.a (mgr.24293) 5244 : 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-07T12:01:09.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:09.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:09.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:09.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:09.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:10 smithi022 bash[28554]: cluster 2023-12-07T12:01:09.271668+0000 mgr.a (mgr.24293) 5245 : 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-07T12:01:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:10 smithi022 bash[28554]: audit 2023-12-07T12:01:09.453375+0000 mgr.a (mgr.24293) 5246 : audit 0 from='client.114000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:10 smithi044 bash[32620]: cluster 2023-12-07T12:01:09.271668+0000 mgr.a (mgr.24293) 5245 : 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-07T12:01:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:10 smithi044 bash[32620]: audit 2023-12-07T12:01:09.453375+0000 mgr.a (mgr.24293) 5246 : audit 0 from='client.114000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:10 smithi027 bash[31536]: cluster 2023-12-07T12:01:09.271668+0000 mgr.a (mgr.24293) 5245 : 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-07T12:01:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:10 smithi027 bash[31536]: audit 2023-12-07T12:01:09.453375+0000 mgr.a (mgr.24293) 5246 : audit 0 from='client.114000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:12 smithi022 bash[28554]: cluster 2023-12-07T12:01:11.272562+0000 mgr.a (mgr.24293) 5247 : 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-07T12:01:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:12 smithi044 bash[32620]: cluster 2023-12-07T12:01:11.272562+0000 mgr.a (mgr.24293) 5247 : 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-07T12:01:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:12 smithi027 bash[31536]: cluster 2023-12-07T12:01:11.272562+0000 mgr.a (mgr.24293) 5247 : 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-07T12:01:14.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:14.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:14.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:14 smithi022 bash[28554]: cluster 2023-12-07T12:01:13.273127+0000 mgr.a (mgr.24293) 5248 : 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-07T12:01:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:14 smithi044 bash[32620]: cluster 2023-12-07T12:01:13.273127+0000 mgr.a (mgr.24293) 5248 : 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-07T12:01:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:14 smithi027 bash[31536]: cluster 2023-12-07T12:01:13.273127+0000 mgr.a (mgr.24293) 5248 : 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-07T12:01:15.915 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:15.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:15.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:15.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:15.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:16 smithi022 bash[28554]: cluster 2023-12-07T12:01:15.273837+0000 mgr.a (mgr.24293) 5249 : 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-07T12:01:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:16 smithi022 bash[28554]: audit 2023-12-07T12:01:15.392535+0000 mgr.a (mgr.24293) 5250 : audit 0 from='client.114075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:16 smithi044 bash[32620]: cluster 2023-12-07T12:01:15.273837+0000 mgr.a (mgr.24293) 5249 : 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-07T12:01:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:16 smithi044 bash[32620]: audit 2023-12-07T12:01:15.392535+0000 mgr.a (mgr.24293) 5250 : audit 0 from='client.114075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:16 smithi027 bash[31536]: cluster 2023-12-07T12:01:15.273837+0000 mgr.a (mgr.24293) 5249 : 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-07T12:01:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:16 smithi027 bash[31536]: audit 2023-12-07T12:01:15.392535+0000 mgr.a (mgr.24293) 5250 : audit 0 from='client.114075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:18 smithi022 bash[28554]: cluster 2023-12-07T12:01:17.274880+0000 mgr.a (mgr.24293) 5251 : cluster 0 pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:01:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:18 smithi044 bash[32620]: cluster 2023-12-07T12:01:17.274880+0000 mgr.a (mgr.24293) 5251 : cluster 0 pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:01:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:18 smithi027 bash[31536]: cluster 2023-12-07T12:01:17.274880+0000 mgr.a (mgr.24293) 5251 : cluster 0 pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:01:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:19 smithi022 bash[28554]: cluster 2023-12-07T12:01:19.275467+0000 mgr.a (mgr.24293) 5252 : cluster 0 pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:01:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:19 smithi044 bash[32620]: cluster 2023-12-07T12:01:19.275467+0000 mgr.a (mgr.24293) 5252 : cluster 0 pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:01:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:19 smithi027 bash[31536]: cluster 2023-12-07T12:01:19.275467+0000 mgr.a (mgr.24293) 5252 : cluster 0 pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:01:20.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:20.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:20.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:21.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:21.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:21.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:21.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:21.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:22 smithi022 bash[28554]: cluster 2023-12-07T12:01:21.276009+0000 mgr.a (mgr.24293) 5253 : cluster 0 pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:22 smithi022 bash[28554]: audit 2023-12-07T12:01:21.328675+0000 mgr.a (mgr.24293) 5254 : audit 0 from='client.114153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:22 smithi044 bash[32620]: cluster 2023-12-07T12:01:21.276009+0000 mgr.a (mgr.24293) 5253 : cluster 0 pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:22 smithi044 bash[32620]: audit 2023-12-07T12:01:21.328675+0000 mgr.a (mgr.24293) 5254 : audit 0 from='client.114153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:22 smithi027 bash[31536]: cluster 2023-12-07T12:01:21.276009+0000 mgr.a (mgr.24293) 5253 : cluster 0 pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:22 smithi027 bash[31536]: audit 2023-12-07T12:01:21.328675+0000 mgr.a (mgr.24293) 5254 : audit 0 from='client.114153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:24 smithi022 bash[28554]: cluster 2023-12-07T12:01:23.276802+0000 mgr.a (mgr.24293) 5255 : cluster 0 pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:24 smithi044 bash[32620]: cluster 2023-12-07T12:01:23.276802+0000 mgr.a (mgr.24293) 5255 : cluster 0 pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:24 smithi027 bash[31536]: cluster 2023-12-07T12:01:23.276802+0000 mgr.a (mgr.24293) 5255 : cluster 0 pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:26 smithi022 bash[28554]: cluster 2023-12-07T12:01:25.277547+0000 mgr.a (mgr.24293) 5256 : cluster 0 pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:26 smithi044 bash[32620]: cluster 2023-12-07T12:01:25.277547+0000 mgr.a (mgr.24293) 5256 : cluster 0 pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:26 smithi027 bash[31536]: cluster 2023-12-07T12:01:25.277547+0000 mgr.a (mgr.24293) 5256 : cluster 0 pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:26.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:26.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:26.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:27.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:27.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:27.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:27.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:27.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:28 smithi022 bash[28554]: audit 2023-12-07T12:01:27.271733+0000 mgr.a (mgr.24293) 5257 : audit 0 from='client.114231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:28 smithi022 bash[28554]: cluster 2023-12-07T12:01:27.283239+0000 mgr.a (mgr.24293) 5258 : 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-07T12:01:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:28 smithi044 bash[32620]: audit 2023-12-07T12:01:27.271733+0000 mgr.a (mgr.24293) 5257 : audit 0 from='client.114231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:28 smithi044 bash[32620]: cluster 2023-12-07T12:01:27.283239+0000 mgr.a (mgr.24293) 5258 : 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-07T12:01:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:28 smithi027 bash[31536]: audit 2023-12-07T12:01:27.271733+0000 mgr.a (mgr.24293) 5257 : audit 0 from='client.114231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:28 smithi027 bash[31536]: cluster 2023-12-07T12:01:27.283239+0000 mgr.a (mgr.24293) 5258 : 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-07T12:01:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:30 smithi022 bash[28554]: cluster 2023-12-07T12:01:29.284074+0000 mgr.a (mgr.24293) 5259 : cluster 0 pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:01:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:30 smithi044 bash[32620]: cluster 2023-12-07T12:01:29.284074+0000 mgr.a (mgr.24293) 5259 : cluster 0 pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:01:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:30 smithi027 bash[31536]: cluster 2023-12-07T12:01:29.284074+0000 mgr.a (mgr.24293) 5259 : cluster 0 pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:01:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:32 smithi022 bash[28554]: cluster 2023-12-07T12:01:31.284912+0000 mgr.a (mgr.24293) 5260 : cluster 0 pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:01:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:32 smithi044 bash[32620]: cluster 2023-12-07T12:01:31.284912+0000 mgr.a (mgr.24293) 5260 : cluster 0 pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:01:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:32 smithi027 bash[31536]: cluster 2023-12-07T12:01:31.284912+0000 mgr.a (mgr.24293) 5260 : cluster 0 pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:01:32.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:32.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:32.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:33.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:33.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:33.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:33.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:33.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:34 smithi022 bash[28554]: audit 2023-12-07T12:01:33.184005+0000 mgr.a (mgr.24293) 5261 : audit 0 from='client.114303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:34 smithi022 bash[28554]: cluster 2023-12-07T12:01:33.285510+0000 mgr.a (mgr.24293) 5262 : cluster 0 pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:34 smithi044 bash[32620]: audit 2023-12-07T12:01:33.184005+0000 mgr.a (mgr.24293) 5261 : audit 0 from='client.114303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:34 smithi044 bash[32620]: cluster 2023-12-07T12:01:33.285510+0000 mgr.a (mgr.24293) 5262 : cluster 0 pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:34 smithi027 bash[31536]: audit 2023-12-07T12:01:33.184005+0000 mgr.a (mgr.24293) 5261 : audit 0 from='client.114303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:34 smithi027 bash[31536]: cluster 2023-12-07T12:01:33.285510+0000 mgr.a (mgr.24293) 5262 : cluster 0 pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:36 smithi022 bash[28554]: cluster 2023-12-07T12:01:35.286214+0000 mgr.a (mgr.24293) 5263 : cluster 0 pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:36 smithi044 bash[32620]: cluster 2023-12-07T12:01:35.286214+0000 mgr.a (mgr.24293) 5263 : cluster 0 pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:36 smithi027 bash[31536]: cluster 2023-12-07T12:01:35.286214+0000 mgr.a (mgr.24293) 5263 : cluster 0 pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:38 smithi022 bash[28554]: cluster 2023-12-07T12:01:37.287043+0000 mgr.a (mgr.24293) 5264 : cluster 0 pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:01:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:38 smithi044 bash[32620]: cluster 2023-12-07T12:01:37.287043+0000 mgr.a (mgr.24293) 5264 : cluster 0 pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:01:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:38 smithi027 bash[31536]: cluster 2023-12-07T12:01:37.287043+0000 mgr.a (mgr.24293) 5264 : cluster 0 pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:01:38.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:38.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:38.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:39.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:39.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:39.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:39.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:39.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:40 smithi022 bash[28554]: audit 2023-12-07T12:01:39.127793+0000 mgr.a (mgr.24293) 5265 : audit 0 from='client.114381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:40 smithi022 bash[28554]: cluster 2023-12-07T12:01:39.287918+0000 mgr.a (mgr.24293) 5266 : 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-07T12:01:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:40 smithi044 bash[32620]: audit 2023-12-07T12:01:39.127793+0000 mgr.a (mgr.24293) 5265 : audit 0 from='client.114381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:40 smithi044 bash[32620]: cluster 2023-12-07T12:01:39.287918+0000 mgr.a (mgr.24293) 5266 : 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-07T12:01:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:40 smithi027 bash[31536]: audit 2023-12-07T12:01:39.127793+0000 mgr.a (mgr.24293) 5265 : audit 0 from='client.114381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:40 smithi027 bash[31536]: cluster 2023-12-07T12:01:39.287918+0000 mgr.a (mgr.24293) 5266 : 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-07T12:01:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:42 smithi022 bash[28554]: cluster 2023-12-07T12:01:41.288794+0000 mgr.a (mgr.24293) 5267 : 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-07T12:01:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:42 smithi044 bash[32620]: cluster 2023-12-07T12:01:41.288794+0000 mgr.a (mgr.24293) 5267 : 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-07T12:01:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:42 smithi027 bash[31536]: cluster 2023-12-07T12:01:41.288794+0000 mgr.a (mgr.24293) 5267 : 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-07T12:01:44.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:44.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:44.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:44 smithi022 bash[28554]: cluster 2023-12-07T12:01:43.289360+0000 mgr.a (mgr.24293) 5268 : 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-07T12:01:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:44 smithi044 bash[32620]: cluster 2023-12-07T12:01:43.289360+0000 mgr.a (mgr.24293) 5268 : 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-07T12:01:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:44 smithi027 bash[31536]: cluster 2023-12-07T12:01:43.289360+0000 mgr.a (mgr.24293) 5268 : 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-07T12:01:45.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:45.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:45.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:45.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:45.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:46 smithi022 bash[28554]: audit 2023-12-07T12:01:45.069606+0000 mgr.a (mgr.24293) 5269 : audit 0 from='client.114453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:46 smithi022 bash[28554]: cluster 2023-12-07T12:01:45.289910+0000 mgr.a (mgr.24293) 5270 : 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-07T12:01:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:46 smithi044 bash[32620]: audit 2023-12-07T12:01:45.069606+0000 mgr.a (mgr.24293) 5269 : audit 0 from='client.114453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:46 smithi044 bash[32620]: cluster 2023-12-07T12:01:45.289910+0000 mgr.a (mgr.24293) 5270 : 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-07T12:01:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:46 smithi027 bash[31536]: audit 2023-12-07T12:01:45.069606+0000 mgr.a (mgr.24293) 5269 : audit 0 from='client.114453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:46 smithi027 bash[31536]: cluster 2023-12-07T12:01:45.289910+0000 mgr.a (mgr.24293) 5270 : 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-07T12:01:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:48 smithi022 bash[28554]: cluster 2023-12-07T12:01:47.290804+0000 mgr.a (mgr.24293) 5271 : cluster 0 pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:01:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:48 smithi044 bash[32620]: cluster 2023-12-07T12:01:47.290804+0000 mgr.a (mgr.24293) 5271 : cluster 0 pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:01:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:48 smithi027 bash[31536]: cluster 2023-12-07T12:01:47.290804+0000 mgr.a (mgr.24293) 5271 : cluster 0 pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:01:50.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:50.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:50.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:50 smithi022 bash[28554]: cluster 2023-12-07T12:01:49.291388+0000 mgr.a (mgr.24293) 5272 : cluster 0 pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:01:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:50 smithi044 bash[32620]: cluster 2023-12-07T12:01:49.291388+0000 mgr.a (mgr.24293) 5272 : cluster 0 pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:01:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:50 smithi027 bash[31536]: cluster 2023-12-07T12:01:49.291388+0000 mgr.a (mgr.24293) 5272 : cluster 0 pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:01:51.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:51.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:51.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:51.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:51.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:52 smithi022 bash[28554]: audit 2023-12-07T12:01:50.977934+0000 mgr.a (mgr.24293) 5273 : audit 0 from='client.114528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:52 smithi022 bash[28554]: cluster 2023-12-07T12:01:51.292624+0000 mgr.a (mgr.24293) 5274 : cluster 0 pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:52 smithi044 bash[32620]: audit 2023-12-07T12:01:50.977934+0000 mgr.a (mgr.24293) 5273 : audit 0 from='client.114528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:52 smithi044 bash[32620]: cluster 2023-12-07T12:01:51.292624+0000 mgr.a (mgr.24293) 5274 : cluster 0 pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:52 smithi027 bash[31536]: audit 2023-12-07T12:01:50.977934+0000 mgr.a (mgr.24293) 5273 : audit 0 from='client.114528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:52 smithi027 bash[31536]: cluster 2023-12-07T12:01:51.292624+0000 mgr.a (mgr.24293) 5274 : cluster 0 pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:54 smithi022 bash[28554]: cluster 2023-12-07T12:01:53.293290+0000 mgr.a (mgr.24293) 5275 : cluster 0 pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:54 smithi044 bash[32620]: cluster 2023-12-07T12:01:53.293290+0000 mgr.a (mgr.24293) 5275 : cluster 0 pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:54 smithi027 bash[31536]: cluster 2023-12-07T12:01:53.293290+0000 mgr.a (mgr.24293) 5275 : cluster 0 pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:56.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:01:56.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:56.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:56 smithi022 bash[28554]: cluster 2023-12-07T12:01:55.293870+0000 mgr.a (mgr.24293) 5276 : cluster 0 pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:56 smithi044 bash[32620]: cluster 2023-12-07T12:01:55.293870+0000 mgr.a (mgr.24293) 5276 : cluster 0 pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:56 smithi027 bash[31536]: cluster 2023-12-07T12:01:55.293870+0000 mgr.a (mgr.24293) 5276 : cluster 0 pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:57.474 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:01:57.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:57.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:57.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:57.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:01:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:58 smithi022 bash[28554]: audit 2023-12-07T12:01:56.942785+0000 mgr.a (mgr.24293) 5277 : audit 0 from='client.114603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:01:58 smithi022 bash[28554]: cluster 2023-12-07T12:01:57.294624+0000 mgr.a (mgr.24293) 5278 : 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-07T12:01:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:58 smithi044 bash[32620]: audit 2023-12-07T12:01:56.942785+0000 mgr.a (mgr.24293) 5277 : audit 0 from='client.114603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:01:58 smithi044 bash[32620]: cluster 2023-12-07T12:01:57.294624+0000 mgr.a (mgr.24293) 5278 : 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-07T12:01:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:58 smithi027 bash[31536]: audit 2023-12-07T12:01:56.942785+0000 mgr.a (mgr.24293) 5277 : audit 0 from='client.114603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:01:58 smithi027 bash[31536]: cluster 2023-12-07T12:01:57.294624+0000 mgr.a (mgr.24293) 5278 : 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-07T12:02:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:00 smithi022 bash[28554]: cluster 2023-12-07T12:01:59.295259+0000 mgr.a (mgr.24293) 5279 : cluster 0 pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:00 smithi044 bash[32620]: cluster 2023-12-07T12:01:59.295259+0000 mgr.a (mgr.24293) 5279 : cluster 0 pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:00 smithi027 bash[31536]: cluster 2023-12-07T12:01:59.295259+0000 mgr.a (mgr.24293) 5279 : cluster 0 pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:02.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:02.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:02.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:02 smithi022 bash[28554]: cluster 2023-12-07T12:02:01.296087+0000 mgr.a (mgr.24293) 5280 : cluster 0 pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:02 smithi044 bash[32620]: cluster 2023-12-07T12:02:01.296087+0000 mgr.a (mgr.24293) 5280 : cluster 0 pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:02 smithi027 bash[31536]: cluster 2023-12-07T12:02:01.296087+0000 mgr.a (mgr.24293) 5280 : cluster 0 pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:03.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:03 smithi027 bash[31536]: audit 2023-12-07T12:02:02.611283+0000 mon.a (mon.0) 1194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:02:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:03 smithi027 bash[31536]: audit 2023-12-07T12:02:03.414544+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:02:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:03 smithi027 bash[31536]: audit 2023-12-07T12:02:03.416386+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:02:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:03 smithi022 bash[28554]: audit 2023-12-07T12:02:02.611283+0000 mon.a (mon.0) 1194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:02:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:03 smithi022 bash[28554]: audit 2023-12-07T12:02:03.414544+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:02:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:03 smithi022 bash[28554]: audit 2023-12-07T12:02:03.416386+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:02:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:03 smithi044 bash[32620]: audit 2023-12-07T12:02:02.611283+0000 mon.a (mon.0) 1194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:02:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:03 smithi044 bash[32620]: audit 2023-12-07T12:02:03.414544+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:02:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:03 smithi044 bash[32620]: audit 2023-12-07T12:02:03.416386+0000 mon.a (mon.0) 1196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:02:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:04 smithi027 bash[31536]: audit 2023-12-07T12:02:02.897124+0000 mgr.a (mgr.24293) 5281 : audit 0 from='client.114678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:04 smithi027 bash[31536]: cluster 2023-12-07T12:02:03.296884+0000 mgr.a (mgr.24293) 5282 : cluster 0 pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:04 smithi027 bash[31536]: audit 2023-12-07T12:02:03.430471+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:02:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:04 smithi022 bash[28554]: audit 2023-12-07T12:02:02.897124+0000 mgr.a (mgr.24293) 5281 : audit 0 from='client.114678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:04 smithi022 bash[28554]: cluster 2023-12-07T12:02:03.296884+0000 mgr.a (mgr.24293) 5282 : cluster 0 pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:04 smithi022 bash[28554]: audit 2023-12-07T12:02:03.430471+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:02:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:04 smithi044 bash[32620]: audit 2023-12-07T12:02:02.897124+0000 mgr.a (mgr.24293) 5281 : audit 0 from='client.114678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:04 smithi044 bash[32620]: cluster 2023-12-07T12:02:03.296884+0000 mgr.a (mgr.24293) 5282 : cluster 0 pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:04 smithi044 bash[32620]: audit 2023-12-07T12:02:03.430471+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:02:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:06 smithi027 bash[31536]: cluster 2023-12-07T12:02:05.297541+0000 mgr.a (mgr.24293) 5283 : cluster 0 pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:06 smithi044 bash[32620]: cluster 2023-12-07T12:02:05.297541+0000 mgr.a (mgr.24293) 5283 : cluster 0 pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:06 smithi022 bash[28554]: cluster 2023-12-07T12:02:05.297541+0000 mgr.a (mgr.24293) 5283 : cluster 0 pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:08.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:08.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:08.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:08 smithi027 bash[31536]: cluster 2023-12-07T12:02:07.298360+0000 mgr.a (mgr.24293) 5284 : cluster 0 pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:08 smithi022 bash[28554]: cluster 2023-12-07T12:02:07.298360+0000 mgr.a (mgr.24293) 5284 : cluster 0 pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:08 smithi044 bash[32620]: cluster 2023-12-07T12:02:07.298360+0000 mgr.a (mgr.24293) 5284 : cluster 0 pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:09.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:09.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:09.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:09.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:09.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:10 smithi027 bash[31536]: audit 2023-12-07T12:02:08.823828+0000 mgr.a (mgr.24293) 5285 : audit 0 from='client.114753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:10 smithi027 bash[31536]: cluster 2023-12-07T12:02:09.298920+0000 mgr.a (mgr.24293) 5286 : 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-07T12:02:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:10 smithi022 bash[28554]: audit 2023-12-07T12:02:08.823828+0000 mgr.a (mgr.24293) 5285 : audit 0 from='client.114753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:10 smithi022 bash[28554]: cluster 2023-12-07T12:02:09.298920+0000 mgr.a (mgr.24293) 5286 : 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-07T12:02:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:10 smithi044 bash[32620]: audit 2023-12-07T12:02:08.823828+0000 mgr.a (mgr.24293) 5285 : audit 0 from='client.114753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:10 smithi044 bash[32620]: cluster 2023-12-07T12:02:09.298920+0000 mgr.a (mgr.24293) 5286 : 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-07T12:02:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:12 smithi027 bash[31536]: cluster 2023-12-07T12:02:11.299826+0000 mgr.a (mgr.24293) 5287 : 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-07T12:02:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:12 smithi022 bash[28554]: cluster 2023-12-07T12:02:11.299826+0000 mgr.a (mgr.24293) 5287 : 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-07T12:02:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:12 smithi044 bash[32620]: cluster 2023-12-07T12:02:11.299826+0000 mgr.a (mgr.24293) 5287 : 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-07T12:02:14.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:14.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:14.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:14 smithi027 bash[31536]: cluster 2023-12-07T12:02:13.300578+0000 mgr.a (mgr.24293) 5288 : 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-07T12:02:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:14 smithi022 bash[28554]: cluster 2023-12-07T12:02:13.300578+0000 mgr.a (mgr.24293) 5288 : 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-07T12:02:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:14 smithi044 bash[32620]: cluster 2023-12-07T12:02:13.300578+0000 mgr.a (mgr.24293) 5288 : 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-07T12:02:15.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:15.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:15.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:15.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:15.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:15 smithi022 bash[28554]: audit 2023-12-07T12:02:14.745868+0000 mgr.a (mgr.24293) 5289 : audit 0 from='client.114828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:15 smithi044 bash[32620]: audit 2023-12-07T12:02:14.745868+0000 mgr.a (mgr.24293) 5289 : audit 0 from='client.114828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:15 smithi027 bash[31536]: audit 2023-12-07T12:02:14.745868+0000 mgr.a (mgr.24293) 5289 : audit 0 from='client.114828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:16 smithi022 bash[28554]: cluster 2023-12-07T12:02:15.301316+0000 mgr.a (mgr.24293) 5290 : 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-07T12:02:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:16 smithi044 bash[32620]: cluster 2023-12-07T12:02:15.301316+0000 mgr.a (mgr.24293) 5290 : 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-07T12:02:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:16 smithi027 bash[31536]: cluster 2023-12-07T12:02:15.301316+0000 mgr.a (mgr.24293) 5290 : 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-07T12:02:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:18 smithi022 bash[28554]: cluster 2023-12-07T12:02:17.302146+0000 mgr.a (mgr.24293) 5291 : 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-07T12:02:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:18 smithi044 bash[32620]: cluster 2023-12-07T12:02:17.302146+0000 mgr.a (mgr.24293) 5291 : 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-07T12:02:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:18 smithi027 bash[31536]: cluster 2023-12-07T12:02:17.302146+0000 mgr.a (mgr.24293) 5291 : 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-07T12:02:20.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:20.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:20.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:20 smithi022 bash[28554]: cluster 2023-12-07T12:02:19.302719+0000 mgr.a (mgr.24293) 5292 : 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-07T12:02:20.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:20 smithi044 bash[32620]: cluster 2023-12-07T12:02:19.302719+0000 mgr.a (mgr.24293) 5292 : 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-07T12:02:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:20 smithi027 bash[31536]: cluster 2023-12-07T12:02:19.302719+0000 mgr.a (mgr.24293) 5292 : 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-07T12:02:21.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:21.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:21.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:21.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:21.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:21 smithi022 bash[28554]: audit 2023-12-07T12:02:20.700627+0000 mgr.a (mgr.24293) 5293 : audit 0 from='client.114903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:21 smithi044 bash[32620]: audit 2023-12-07T12:02:20.700627+0000 mgr.a (mgr.24293) 5293 : audit 0 from='client.114903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:21 smithi027 bash[31536]: audit 2023-12-07T12:02:20.700627+0000 mgr.a (mgr.24293) 5293 : audit 0 from='client.114903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:22 smithi022 bash[28554]: cluster 2023-12-07T12:02:21.303870+0000 mgr.a (mgr.24293) 5294 : cluster 0 pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:22 smithi044 bash[32620]: cluster 2023-12-07T12:02:21.303870+0000 mgr.a (mgr.24293) 5294 : cluster 0 pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:22 smithi027 bash[31536]: cluster 2023-12-07T12:02:21.303870+0000 mgr.a (mgr.24293) 5294 : cluster 0 pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:24 smithi022 bash[28554]: cluster 2023-12-07T12:02:23.304626+0000 mgr.a (mgr.24293) 5295 : cluster 0 pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:24 smithi044 bash[32620]: cluster 2023-12-07T12:02:23.304626+0000 mgr.a (mgr.24293) 5295 : cluster 0 pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:24 smithi027 bash[31536]: cluster 2023-12-07T12:02:23.304626+0000 mgr.a (mgr.24293) 5295 : cluster 0 pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:26.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:26.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:26.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:26 smithi022 bash[28554]: cluster 2023-12-07T12:02:25.305237+0000 mgr.a (mgr.24293) 5296 : cluster 0 pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:26 smithi044 bash[32620]: cluster 2023-12-07T12:02:25.305237+0000 mgr.a (mgr.24293) 5296 : cluster 0 pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:26 smithi027 bash[31536]: cluster 2023-12-07T12:02:25.305237+0000 mgr.a (mgr.24293) 5296 : cluster 0 pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:27.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:27 smithi022 bash[28554]: audit 2023-12-07T12:02:26.632622+0000 mgr.a (mgr.24293) 5297 : audit 0 from='client.114981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:27 smithi044 bash[32620]: audit 2023-12-07T12:02:26.632622+0000 mgr.a (mgr.24293) 5297 : audit 0 from='client.114981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:27 smithi027 bash[31536]: audit 2023-12-07T12:02:26.632622+0000 mgr.a (mgr.24293) 5297 : audit 0 from='client.114981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:28 smithi022 bash[28554]: cluster 2023-12-07T12:02:27.306307+0000 mgr.a (mgr.24293) 5298 : cluster 0 pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:28 smithi044 bash[32620]: cluster 2023-12-07T12:02:27.306307+0000 mgr.a (mgr.24293) 5298 : cluster 0 pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:28 smithi027 bash[31536]: cluster 2023-12-07T12:02:27.306307+0000 mgr.a (mgr.24293) 5298 : cluster 0 pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:30 smithi022 bash[28554]: cluster 2023-12-07T12:02:29.306904+0000 mgr.a (mgr.24293) 5299 : cluster 0 pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:30 smithi044 bash[32620]: cluster 2023-12-07T12:02:29.306904+0000 mgr.a (mgr.24293) 5299 : cluster 0 pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:30 smithi027 bash[31536]: cluster 2023-12-07T12:02:29.306904+0000 mgr.a (mgr.24293) 5299 : cluster 0 pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:32.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:32.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:32.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:32 smithi022 bash[28554]: cluster 2023-12-07T12:02:31.307703+0000 mgr.a (mgr.24293) 5300 : 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-07T12:02:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:32 smithi044 bash[32620]: cluster 2023-12-07T12:02:31.307703+0000 mgr.a (mgr.24293) 5300 : 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-07T12:02:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:32 smithi027 bash[31536]: cluster 2023-12-07T12:02:31.307703+0000 mgr.a (mgr.24293) 5300 : 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-07T12:02:33.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:33.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:33.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:33.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:33.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:33 smithi022 bash[28554]: audit 2023-12-07T12:02:32.577521+0000 mgr.a (mgr.24293) 5301 : audit 0 from='client.115056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:33 smithi044 bash[32620]: audit 2023-12-07T12:02:32.577521+0000 mgr.a (mgr.24293) 5301 : audit 0 from='client.115056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:33 smithi027 bash[31536]: audit 2023-12-07T12:02:32.577521+0000 mgr.a (mgr.24293) 5301 : audit 0 from='client.115056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:34 smithi022 bash[28554]: cluster 2023-12-07T12:02:33.308363+0000 mgr.a (mgr.24293) 5302 : cluster 0 pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:34 smithi044 bash[32620]: cluster 2023-12-07T12:02:33.308363+0000 mgr.a (mgr.24293) 5302 : cluster 0 pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:34 smithi027 bash[31536]: cluster 2023-12-07T12:02:33.308363+0000 mgr.a (mgr.24293) 5302 : cluster 0 pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:36 smithi022 bash[28554]: cluster 2023-12-07T12:02:35.309116+0000 mgr.a (mgr.24293) 5303 : cluster 0 pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:36 smithi044 bash[32620]: cluster 2023-12-07T12:02:35.309116+0000 mgr.a (mgr.24293) 5303 : cluster 0 pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:36 smithi027 bash[31536]: cluster 2023-12-07T12:02:35.309116+0000 mgr.a (mgr.24293) 5303 : cluster 0 pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:38.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:38.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:38.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:38 smithi022 bash[28554]: cluster 2023-12-07T12:02:37.310175+0000 mgr.a (mgr.24293) 5304 : cluster 0 pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:38 smithi044 bash[32620]: cluster 2023-12-07T12:02:37.310175+0000 mgr.a (mgr.24293) 5304 : cluster 0 pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:38 smithi027 bash[31536]: cluster 2023-12-07T12:02:37.310175+0000 mgr.a (mgr.24293) 5304 : cluster 0 pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:39.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:39.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:39.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:39.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:39.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:39 smithi022 bash[28554]: audit 2023-12-07T12:02:38.523742+0000 mgr.a (mgr.24293) 5305 : audit 0 from='client.115134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:39 smithi044 bash[32620]: audit 2023-12-07T12:02:38.523742+0000 mgr.a (mgr.24293) 5305 : audit 0 from='client.115134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:39 smithi027 bash[31536]: audit 2023-12-07T12:02:38.523742+0000 mgr.a (mgr.24293) 5305 : audit 0 from='client.115134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:40 smithi022 bash[28554]: cluster 2023-12-07T12:02:39.311077+0000 mgr.a (mgr.24293) 5306 : cluster 0 pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:40 smithi044 bash[32620]: cluster 2023-12-07T12:02:39.311077+0000 mgr.a (mgr.24293) 5306 : cluster 0 pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:40 smithi027 bash[31536]: cluster 2023-12-07T12:02:39.311077+0000 mgr.a (mgr.24293) 5306 : cluster 0 pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:42 smithi022 bash[28554]: cluster 2023-12-07T12:02:41.312021+0000 mgr.a (mgr.24293) 5307 : cluster 0 pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:42 smithi044 bash[32620]: cluster 2023-12-07T12:02:41.312021+0000 mgr.a (mgr.24293) 5307 : cluster 0 pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:42 smithi027 bash[31536]: cluster 2023-12-07T12:02:41.312021+0000 mgr.a (mgr.24293) 5307 : cluster 0 pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:44.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:44.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:44.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:44 smithi022 bash[28554]: cluster 2023-12-07T12:02:43.312590+0000 mgr.a (mgr.24293) 5308 : 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-07T12:02:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:44 smithi044 bash[32620]: cluster 2023-12-07T12:02:43.312590+0000 mgr.a (mgr.24293) 5308 : 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-07T12:02:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:44 smithi027 bash[31536]: cluster 2023-12-07T12:02:43.312590+0000 mgr.a (mgr.24293) 5308 : 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-07T12:02:44.984 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:44.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:44.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:44.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:44.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:45.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:45 smithi022 bash[28554]: audit 2023-12-07T12:02:44.457400+0000 mgr.a (mgr.24293) 5309 : audit 0 from='client.115209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:45 smithi044 bash[32620]: audit 2023-12-07T12:02:44.457400+0000 mgr.a (mgr.24293) 5309 : audit 0 from='client.115209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:45 smithi027 bash[31536]: audit 2023-12-07T12:02:44.457400+0000 mgr.a (mgr.24293) 5309 : audit 0 from='client.115209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:46 smithi022 bash[28554]: cluster 2023-12-07T12:02:45.313310+0000 mgr.a (mgr.24293) 5310 : 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-07T12:02:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:46 smithi044 bash[32620]: cluster 2023-12-07T12:02:45.313310+0000 mgr.a (mgr.24293) 5310 : 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-07T12:02:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:46 smithi027 bash[31536]: cluster 2023-12-07T12:02:45.313310+0000 mgr.a (mgr.24293) 5310 : 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-07T12:02:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:48 smithi022 bash[28554]: cluster 2023-12-07T12:02:47.314101+0000 mgr.a (mgr.24293) 5311 : 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-07T12:02:48.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:48 smithi044 bash[32620]: cluster 2023-12-07T12:02:47.314101+0000 mgr.a (mgr.24293) 5311 : 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-07T12:02:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:48 smithi027 bash[31536]: cluster 2023-12-07T12:02:47.314101+0000 mgr.a (mgr.24293) 5311 : 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-07T12:02:49.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:49.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:49.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:50.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:50.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:50.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:50.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:50.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:50 smithi022 bash[28554]: cluster 2023-12-07T12:02:49.314658+0000 mgr.a (mgr.24293) 5312 : 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-07T12:02:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:50 smithi044 bash[32620]: cluster 2023-12-07T12:02:49.314658+0000 mgr.a (mgr.24293) 5312 : 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-07T12:02:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:50 smithi027 bash[31536]: cluster 2023-12-07T12:02:49.314658+0000 mgr.a (mgr.24293) 5312 : 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-07T12:02:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:51 smithi022 bash[28554]: audit 2023-12-07T12:02:50.398578+0000 mgr.a (mgr.24293) 5313 : audit 0 from='client.115287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:51 smithi044 bash[32620]: audit 2023-12-07T12:02:50.398578+0000 mgr.a (mgr.24293) 5313 : audit 0 from='client.115287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:51 smithi027 bash[31536]: audit 2023-12-07T12:02:50.398578+0000 mgr.a (mgr.24293) 5313 : audit 0 from='client.115287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:52 smithi022 bash[28554]: cluster 2023-12-07T12:02:51.315757+0000 mgr.a (mgr.24293) 5314 : cluster 0 pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:52 smithi044 bash[32620]: cluster 2023-12-07T12:02:51.315757+0000 mgr.a (mgr.24293) 5314 : cluster 0 pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:52 smithi027 bash[31536]: cluster 2023-12-07T12:02:51.315757+0000 mgr.a (mgr.24293) 5314 : cluster 0 pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:54 smithi022 bash[28554]: cluster 2023-12-07T12:02:53.316317+0000 mgr.a (mgr.24293) 5315 : cluster 0 pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:54 smithi044 bash[32620]: cluster 2023-12-07T12:02:53.316317+0000 mgr.a (mgr.24293) 5315 : cluster 0 pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:54 smithi027 bash[31536]: cluster 2023-12-07T12:02:53.316317+0000 mgr.a (mgr.24293) 5315 : cluster 0 pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:55.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:02:55.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:55.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:56.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:02:56.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:56.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:56.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:56.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:02:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:56 smithi022 bash[28554]: cluster 2023-12-07T12:02:55.316918+0000 mgr.a (mgr.24293) 5316 : cluster 0 pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:56 smithi044 bash[32620]: cluster 2023-12-07T12:02:55.316918+0000 mgr.a (mgr.24293) 5316 : cluster 0 pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:56 smithi027 bash[31536]: cluster 2023-12-07T12:02:55.316918+0000 mgr.a (mgr.24293) 5316 : cluster 0 pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:57 smithi022 bash[28554]: audit 2023-12-07T12:02:56.338062+0000 mgr.a (mgr.24293) 5317 : audit 0 from='client.115365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:57 smithi044 bash[32620]: audit 2023-12-07T12:02:56.338062+0000 mgr.a (mgr.24293) 5317 : audit 0 from='client.115365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:57 smithi027 bash[31536]: audit 2023-12-07T12:02:56.338062+0000 mgr.a (mgr.24293) 5317 : audit 0 from='client.115365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:02:58 smithi022 bash[28554]: cluster 2023-12-07T12:02:57.317953+0000 mgr.a (mgr.24293) 5318 : cluster 0 pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:02:58 smithi044 bash[32620]: cluster 2023-12-07T12:02:57.317953+0000 mgr.a (mgr.24293) 5318 : cluster 0 pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:02:58 smithi027 bash[31536]: cluster 2023-12-07T12:02:57.317953+0000 mgr.a (mgr.24293) 5318 : cluster 0 pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:00 smithi022 bash[28554]: cluster 2023-12-07T12:02:59.318528+0000 mgr.a (mgr.24293) 5319 : cluster 0 pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:00 smithi044 bash[32620]: cluster 2023-12-07T12:02:59.318528+0000 mgr.a (mgr.24293) 5319 : cluster 0 pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:00 smithi027 bash[31536]: cluster 2023-12-07T12:02:59.318528+0000 mgr.a (mgr.24293) 5319 : cluster 0 pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:01.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:01.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:01.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:02.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:02.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:02 smithi022 bash[28554]: cluster 2023-12-07T12:03:01.319302+0000 mgr.a (mgr.24293) 5320 : 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-07T12:03:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:02 smithi044 bash[32620]: cluster 2023-12-07T12:03:01.319302+0000 mgr.a (mgr.24293) 5320 : 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-07T12:03:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:02 smithi027 bash[31536]: cluster 2023-12-07T12:03:01.319302+0000 mgr.a (mgr.24293) 5320 : 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-07T12:03:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:03 smithi022 bash[28554]: audit 2023-12-07T12:03:02.261470+0000 mgr.a (mgr.24293) 5321 : audit 0 from='client.115443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:03 smithi022 bash[28554]: audit 2023-12-07T12:03:03.534144+0000 mon.a (mon.0) 1198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:03:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:03 smithi044 bash[32620]: audit 2023-12-07T12:03:02.261470+0000 mgr.a (mgr.24293) 5321 : audit 0 from='client.115443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:03 smithi044 bash[32620]: audit 2023-12-07T12:03:03.534144+0000 mon.a (mon.0) 1198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:03:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:03 smithi027 bash[31536]: audit 2023-12-07T12:03:02.261470+0000 mgr.a (mgr.24293) 5321 : audit 0 from='client.115443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:03 smithi027 bash[31536]: audit 2023-12-07T12:03:03.534144+0000 mon.a (mon.0) 1198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:03:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:04 smithi044 bash[32620]: cluster 2023-12-07T12:03:03.320049+0000 mgr.a (mgr.24293) 5322 : cluster 0 pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:03:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:04 smithi044 bash[32620]: audit 2023-12-07T12:03:04.320263+0000 mon.a (mon.0) 1199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:03:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:04 smithi044 bash[32620]: audit 2023-12-07T12:03:04.322340+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:03:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:04 smithi044 bash[32620]: audit 2023-12-07T12:03:04.332177+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:03:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:04 smithi022 bash[28554]: cluster 2023-12-07T12:03:03.320049+0000 mgr.a (mgr.24293) 5322 : cluster 0 pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:03:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:04 smithi022 bash[28554]: audit 2023-12-07T12:03:04.320263+0000 mon.a (mon.0) 1199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:03:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:04 smithi022 bash[28554]: audit 2023-12-07T12:03:04.322340+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:03:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:04 smithi022 bash[28554]: audit 2023-12-07T12:03:04.332177+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:03:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:04 smithi027 bash[31536]: cluster 2023-12-07T12:03:03.320049+0000 mgr.a (mgr.24293) 5322 : cluster 0 pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:03:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:04 smithi027 bash[31536]: audit 2023-12-07T12:03:04.320263+0000 mon.a (mon.0) 1199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:03:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:04 smithi027 bash[31536]: audit 2023-12-07T12:03:04.322340+0000 mon.a (mon.0) 1200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:03:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:04 smithi027 bash[31536]: audit 2023-12-07T12:03:04.332177+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:03:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:06 smithi022 bash[28554]: cluster 2023-12-07T12:03:05.320651+0000 mgr.a (mgr.24293) 5323 : cluster 0 pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:03:06.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:06 smithi044 bash[32620]: cluster 2023-12-07T12:03:05.320651+0000 mgr.a (mgr.24293) 5323 : cluster 0 pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:03:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:06 smithi027 bash[31536]: cluster 2023-12-07T12:03:05.320651+0000 mgr.a (mgr.24293) 5323 : cluster 0 pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:03:07.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:07.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:07.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:08.750 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:08.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:08.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:08.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:08.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:08 smithi022 bash[28554]: cluster 2023-12-07T12:03:07.321453+0000 mgr.a (mgr.24293) 5324 : cluster 0 pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:03:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:08 smithi044 bash[32620]: cluster 2023-12-07T12:03:07.321453+0000 mgr.a (mgr.24293) 5324 : cluster 0 pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:03:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:08 smithi027 bash[31536]: cluster 2023-12-07T12:03:07.321453+0000 mgr.a (mgr.24293) 5324 : cluster 0 pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:03:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:09 smithi044 bash[32620]: audit 2023-12-07T12:03:08.193492+0000 mgr.a (mgr.24293) 5325 : audit 0 from='client.115515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:09 smithi022 bash[28554]: audit 2023-12-07T12:03:08.193492+0000 mgr.a (mgr.24293) 5325 : audit 0 from='client.115515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:09 smithi027 bash[31536]: audit 2023-12-07T12:03:08.193492+0000 mgr.a (mgr.24293) 5325 : audit 0 from='client.115515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:10 smithi022 bash[28554]: cluster 2023-12-07T12:03:09.322163+0000 mgr.a (mgr.24293) 5326 : cluster 0 pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:10 smithi044 bash[32620]: cluster 2023-12-07T12:03:09.322163+0000 mgr.a (mgr.24293) 5326 : cluster 0 pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:10 smithi027 bash[31536]: cluster 2023-12-07T12:03:09.322163+0000 mgr.a (mgr.24293) 5326 : cluster 0 pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:12 smithi022 bash[28554]: cluster 2023-12-07T12:03:11.322968+0000 mgr.a (mgr.24293) 5327 : cluster 0 pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:12 smithi044 bash[32620]: cluster 2023-12-07T12:03:11.322968+0000 mgr.a (mgr.24293) 5327 : cluster 0 pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:12 smithi027 bash[31536]: cluster 2023-12-07T12:03:11.322968+0000 mgr.a (mgr.24293) 5327 : cluster 0 pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:13.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:13.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:13.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:14.703 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:14.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:14.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:14.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:14.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:14 smithi022 bash[28554]: cluster 2023-12-07T12:03:13.323559+0000 mgr.a (mgr.24293) 5328 : 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-07T12:03:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:14 smithi044 bash[32620]: cluster 2023-12-07T12:03:13.323559+0000 mgr.a (mgr.24293) 5328 : 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-07T12:03:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:14 smithi027 bash[31536]: cluster 2023-12-07T12:03:13.323559+0000 mgr.a (mgr.24293) 5328 : 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-07T12:03:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:15 smithi022 bash[28554]: audit 2023-12-07T12:03:14.162370+0000 mgr.a (mgr.24293) 5329 : audit 0 from='client.115590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:15 smithi044 bash[32620]: audit 2023-12-07T12:03:14.162370+0000 mgr.a (mgr.24293) 5329 : audit 0 from='client.115590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:15 smithi027 bash[31536]: audit 2023-12-07T12:03:14.162370+0000 mgr.a (mgr.24293) 5329 : audit 0 from='client.115590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:16 smithi022 bash[28554]: cluster 2023-12-07T12:03:15.324231+0000 mgr.a (mgr.24293) 5330 : 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-07T12:03:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:16 smithi044 bash[32620]: cluster 2023-12-07T12:03:15.324231+0000 mgr.a (mgr.24293) 5330 : 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-07T12:03:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:16 smithi027 bash[31536]: cluster 2023-12-07T12:03:15.324231+0000 mgr.a (mgr.24293) 5330 : 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-07T12:03:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:18 smithi022 bash[28554]: cluster 2023-12-07T12:03:17.325064+0000 mgr.a (mgr.24293) 5331 : 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-07T12:03:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:18 smithi044 bash[32620]: cluster 2023-12-07T12:03:17.325064+0000 mgr.a (mgr.24293) 5331 : 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-07T12:03:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:18 smithi027 bash[31536]: cluster 2023-12-07T12:03:17.325064+0000 mgr.a (mgr.24293) 5331 : 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-07T12:03:19.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:19.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:19.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:20.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:20.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:20.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:20.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:20.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:20 smithi022 bash[28554]: cluster 2023-12-07T12:03:19.325663+0000 mgr.a (mgr.24293) 5332 : 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-07T12:03:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:20 smithi044 bash[32620]: cluster 2023-12-07T12:03:19.325663+0000 mgr.a (mgr.24293) 5332 : 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-07T12:03:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:20 smithi027 bash[31536]: cluster 2023-12-07T12:03:19.325663+0000 mgr.a (mgr.24293) 5332 : 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-07T12:03:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:21 smithi022 bash[28554]: audit 2023-12-07T12:03:20.119217+0000 mgr.a (mgr.24293) 5333 : audit 0 from='client.115668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:21 smithi044 bash[32620]: audit 2023-12-07T12:03:20.119217+0000 mgr.a (mgr.24293) 5333 : audit 0 from='client.115668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:21 smithi027 bash[31536]: audit 2023-12-07T12:03:20.119217+0000 mgr.a (mgr.24293) 5333 : audit 0 from='client.115668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:22 smithi022 bash[28554]: cluster 2023-12-07T12:03:21.326647+0000 mgr.a (mgr.24293) 5334 : cluster 0 pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:03:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:22 smithi044 bash[32620]: cluster 2023-12-07T12:03:21.326647+0000 mgr.a (mgr.24293) 5334 : cluster 0 pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:03:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:22 smithi027 bash[31536]: cluster 2023-12-07T12:03:21.326647+0000 mgr.a (mgr.24293) 5334 : cluster 0 pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:03:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:24 smithi022 bash[28554]: cluster 2023-12-07T12:03:23.327210+0000 mgr.a (mgr.24293) 5335 : cluster 0 pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:03:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:24 smithi044 bash[32620]: cluster 2023-12-07T12:03:23.327210+0000 mgr.a (mgr.24293) 5335 : cluster 0 pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:03:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:24 smithi027 bash[31536]: cluster 2023-12-07T12:03:23.327210+0000 mgr.a (mgr.24293) 5335 : cluster 0 pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:03:25.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:25.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:25.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:26.603 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:26.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:26.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:26.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:26.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:26 smithi022 bash[28554]: cluster 2023-12-07T12:03:25.327899+0000 mgr.a (mgr.24293) 5336 : cluster 0 pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:03:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:26 smithi044 bash[32620]: cluster 2023-12-07T12:03:25.327899+0000 mgr.a (mgr.24293) 5336 : cluster 0 pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:03:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:26 smithi027 bash[31536]: cluster 2023-12-07T12:03:25.327899+0000 mgr.a (mgr.24293) 5336 : cluster 0 pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:03:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:27 smithi022 bash[28554]: audit 2023-12-07T12:03:26.068065+0000 mgr.a (mgr.24293) 5337 : audit 0 from='client.115746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:27 smithi044 bash[32620]: audit 2023-12-07T12:03:26.068065+0000 mgr.a (mgr.24293) 5337 : audit 0 from='client.115746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:27 smithi027 bash[31536]: audit 2023-12-07T12:03:26.068065+0000 mgr.a (mgr.24293) 5337 : audit 0 from='client.115746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:28 smithi022 bash[28554]: cluster 2023-12-07T12:03:27.328965+0000 mgr.a (mgr.24293) 5338 : cluster 0 pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:28 smithi044 bash[32620]: cluster 2023-12-07T12:03:27.328965+0000 mgr.a (mgr.24293) 5338 : cluster 0 pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:28 smithi027 bash[31536]: cluster 2023-12-07T12:03:27.328965+0000 mgr.a (mgr.24293) 5338 : cluster 0 pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:30 smithi027 bash[31536]: cluster 2023-12-07T12:03:29.329546+0000 mgr.a (mgr.24293) 5339 : cluster 0 pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:30 smithi022 bash[28554]: cluster 2023-12-07T12:03:29.329546+0000 mgr.a (mgr.24293) 5339 : cluster 0 pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:30 smithi044 bash[32620]: cluster 2023-12-07T12:03:29.329546+0000 mgr.a (mgr.24293) 5339 : cluster 0 pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:31.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:31.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:31.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:32.569 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:32.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:32.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:32.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:32.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:32 smithi027 bash[31536]: cluster 2023-12-07T12:03:31.330307+0000 mgr.a (mgr.24293) 5340 : cluster 0 pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:32 smithi022 bash[28554]: cluster 2023-12-07T12:03:31.330307+0000 mgr.a (mgr.24293) 5340 : cluster 0 pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:32 smithi044 bash[32620]: cluster 2023-12-07T12:03:31.330307+0000 mgr.a (mgr.24293) 5340 : cluster 0 pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:33 smithi027 bash[31536]: audit 2023-12-07T12:03:32.015631+0000 mgr.a (mgr.24293) 5341 : audit 0 from='client.100949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:33 smithi022 bash[28554]: audit 2023-12-07T12:03:32.015631+0000 mgr.a (mgr.24293) 5341 : audit 0 from='client.100949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:33 smithi044 bash[32620]: audit 2023-12-07T12:03:32.015631+0000 mgr.a (mgr.24293) 5341 : audit 0 from='client.100949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:34 smithi027 bash[31536]: cluster 2023-12-07T12:03:33.331016+0000 mgr.a (mgr.24293) 5342 : cluster 0 pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:03:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:34 smithi022 bash[28554]: cluster 2023-12-07T12:03:33.331016+0000 mgr.a (mgr.24293) 5342 : cluster 0 pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:03:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:34 smithi044 bash[32620]: cluster 2023-12-07T12:03:33.331016+0000 mgr.a (mgr.24293) 5342 : cluster 0 pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:03:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:36 smithi027 bash[31536]: cluster 2023-12-07T12:03:35.331623+0000 mgr.a (mgr.24293) 5343 : cluster 0 pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:03:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:36 smithi022 bash[28554]: cluster 2023-12-07T12:03:35.331623+0000 mgr.a (mgr.24293) 5343 : cluster 0 pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:03:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:36 smithi044 bash[32620]: cluster 2023-12-07T12:03:35.331623+0000 mgr.a (mgr.24293) 5343 : cluster 0 pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:03:37.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:37.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:37.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:38.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:38.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:38.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:38.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:38.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:38 smithi022 bash[28554]: cluster 2023-12-07T12:03:37.332466+0000 mgr.a (mgr.24293) 5344 : cluster 0 pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:03:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:38 smithi044 bash[32620]: cluster 2023-12-07T12:03:37.332466+0000 mgr.a (mgr.24293) 5344 : cluster 0 pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:03:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:38 smithi027 bash[31536]: cluster 2023-12-07T12:03:37.332466+0000 mgr.a (mgr.24293) 5344 : cluster 0 pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:03:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:39 smithi022 bash[28554]: audit 2023-12-07T12:03:37.973906+0000 mgr.a (mgr.24293) 5345 : audit 0 from='client.115893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:39 smithi044 bash[32620]: audit 2023-12-07T12:03:37.973906+0000 mgr.a (mgr.24293) 5345 : audit 0 from='client.115893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:39 smithi027 bash[31536]: audit 2023-12-07T12:03:37.973906+0000 mgr.a (mgr.24293) 5345 : audit 0 from='client.115893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:40 smithi022 bash[28554]: cluster 2023-12-07T12:03:39.333173+0000 mgr.a (mgr.24293) 5346 : cluster 0 pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:40 smithi044 bash[32620]: cluster 2023-12-07T12:03:39.333173+0000 mgr.a (mgr.24293) 5346 : cluster 0 pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:40 smithi027 bash[31536]: cluster 2023-12-07T12:03:39.333173+0000 mgr.a (mgr.24293) 5346 : cluster 0 pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:42 smithi022 bash[28554]: cluster 2023-12-07T12:03:41.334009+0000 mgr.a (mgr.24293) 5347 : cluster 0 pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:42 smithi044 bash[32620]: cluster 2023-12-07T12:03:41.334009+0000 mgr.a (mgr.24293) 5347 : cluster 0 pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:42 smithi027 bash[31536]: cluster 2023-12-07T12:03:41.334009+0000 mgr.a (mgr.24293) 5347 : cluster 0 pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:43.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:43.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:43.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:44.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:44.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:44.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:44.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:44.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:44 smithi022 bash[28554]: cluster 2023-12-07T12:03:43.334590+0000 mgr.a (mgr.24293) 5348 : cluster 0 pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:44 smithi044 bash[32620]: cluster 2023-12-07T12:03:43.334590+0000 mgr.a (mgr.24293) 5348 : cluster 0 pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:44 smithi027 bash[31536]: cluster 2023-12-07T12:03:43.334590+0000 mgr.a (mgr.24293) 5348 : cluster 0 pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:45 smithi022 bash[28554]: audit 2023-12-07T12:03:43.935574+0000 mgr.a (mgr.24293) 5349 : audit 0 from='client.115971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:46.225 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:45 smithi027 bash[31536]: audit 2023-12-07T12:03:43.935574+0000 mgr.a (mgr.24293) 5349 : audit 0 from='client.115971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:46.225 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:45 smithi044 bash[32620]: audit 2023-12-07T12:03:43.935574+0000 mgr.a (mgr.24293) 5349 : audit 0 from='client.115971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:46 smithi022 bash[28554]: cluster 2023-12-07T12:03:45.335290+0000 mgr.a (mgr.24293) 5350 : cluster 0 pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:46 smithi044 bash[32620]: cluster 2023-12-07T12:03:45.335290+0000 mgr.a (mgr.24293) 5350 : cluster 0 pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:46 smithi027 bash[31536]: cluster 2023-12-07T12:03:45.335290+0000 mgr.a (mgr.24293) 5350 : cluster 0 pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:48 smithi022 bash[28554]: cluster 2023-12-07T12:03:47.336114+0000 mgr.a (mgr.24293) 5351 : cluster 0 pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:48 smithi044 bash[32620]: cluster 2023-12-07T12:03:47.336114+0000 mgr.a (mgr.24293) 5351 : cluster 0 pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:48 smithi027 bash[31536]: cluster 2023-12-07T12:03:47.336114+0000 mgr.a (mgr.24293) 5351 : cluster 0 pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:49.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:49.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:49.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:50.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:50.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:50.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:50.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:50.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:50 smithi022 bash[28554]: cluster 2023-12-07T12:03:49.336614+0000 mgr.a (mgr.24293) 5352 : 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-07T12:03:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:50 smithi044 bash[32620]: cluster 2023-12-07T12:03:49.336614+0000 mgr.a (mgr.24293) 5352 : 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-07T12:03:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:50 smithi027 bash[31536]: cluster 2023-12-07T12:03:49.336614+0000 mgr.a (mgr.24293) 5352 : 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-07T12:03:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:51 smithi022 bash[28554]: audit 2023-12-07T12:03:49.887126+0000 mgr.a (mgr.24293) 5353 : audit 0 from='client.116046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:51 smithi044 bash[32620]: audit 2023-12-07T12:03:49.887126+0000 mgr.a (mgr.24293) 5353 : audit 0 from='client.116046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:51 smithi027 bash[31536]: audit 2023-12-07T12:03:49.887126+0000 mgr.a (mgr.24293) 5353 : audit 0 from='client.116046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:52 smithi022 bash[28554]: cluster 2023-12-07T12:03:51.337530+0000 mgr.a (mgr.24293) 5354 : 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-07T12:03:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:52 smithi044 bash[32620]: cluster 2023-12-07T12:03:51.337530+0000 mgr.a (mgr.24293) 5354 : 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-07T12:03:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:52 smithi027 bash[31536]: cluster 2023-12-07T12:03:51.337530+0000 mgr.a (mgr.24293) 5354 : 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-07T12:03:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:54 smithi022 bash[28554]: cluster 2023-12-07T12:03:53.338102+0000 mgr.a (mgr.24293) 5355 : 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-07T12:03:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:54 smithi044 bash[32620]: cluster 2023-12-07T12:03:53.338102+0000 mgr.a (mgr.24293) 5355 : 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-07T12:03:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:54 smithi027 bash[31536]: cluster 2023-12-07T12:03:53.338102+0000 mgr.a (mgr.24293) 5355 : 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-07T12:03:55.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:03:55.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:55.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:56.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:03:56.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:56.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:56.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:56.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:03:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:56 smithi022 bash[28554]: cluster 2023-12-07T12:03:55.338688+0000 mgr.a (mgr.24293) 5356 : 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-07T12:03:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:56 smithi022 bash[28554]: audit 2023-12-07T12:03:55.813162+0000 mgr.a (mgr.24293) 5357 : audit 0 from='client.103315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:56 smithi044 bash[32620]: cluster 2023-12-07T12:03:55.338688+0000 mgr.a (mgr.24293) 5356 : 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-07T12:03:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:56 smithi044 bash[32620]: audit 2023-12-07T12:03:55.813162+0000 mgr.a (mgr.24293) 5357 : audit 0 from='client.103315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:56 smithi027 bash[31536]: cluster 2023-12-07T12:03:55.338688+0000 mgr.a (mgr.24293) 5356 : 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-07T12:03:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:56 smithi027 bash[31536]: audit 2023-12-07T12:03:55.813162+0000 mgr.a (mgr.24293) 5357 : audit 0 from='client.103315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:03:58 smithi022 bash[28554]: cluster 2023-12-07T12:03:57.339698+0000 mgr.a (mgr.24293) 5358 : cluster 0 pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:03:58 smithi044 bash[32620]: cluster 2023-12-07T12:03:57.339698+0000 mgr.a (mgr.24293) 5358 : cluster 0 pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:03:58 smithi027 bash[31536]: cluster 2023-12-07T12:03:57.339698+0000 mgr.a (mgr.24293) 5358 : cluster 0 pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:00 smithi022 bash[28554]: cluster 2023-12-07T12:03:59.340419+0000 mgr.a (mgr.24293) 5359 : cluster 0 pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:00 smithi044 bash[32620]: cluster 2023-12-07T12:03:59.340419+0000 mgr.a (mgr.24293) 5359 : cluster 0 pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:00 smithi027 bash[31536]: cluster 2023-12-07T12:03:59.340419+0000 mgr.a (mgr.24293) 5359 : cluster 0 pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:01.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:01.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:01.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:02.260 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:02.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:02.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:02.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:02.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:02 smithi022 bash[28554]: cluster 2023-12-07T12:04:01.341369+0000 mgr.a (mgr.24293) 5360 : cluster 0 pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:02 smithi022 bash[28554]: audit 2023-12-07T12:04:01.745419+0000 mgr.a (mgr.24293) 5361 : audit 0 from='client.116202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:02 smithi044 bash[32620]: cluster 2023-12-07T12:04:01.341369+0000 mgr.a (mgr.24293) 5360 : cluster 0 pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:02 smithi044 bash[32620]: audit 2023-12-07T12:04:01.745419+0000 mgr.a (mgr.24293) 5361 : audit 0 from='client.116202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:02 smithi027 bash[31536]: cluster 2023-12-07T12:04:01.341369+0000 mgr.a (mgr.24293) 5360 : cluster 0 pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:02 smithi027 bash[31536]: audit 2023-12-07T12:04:01.745419+0000 mgr.a (mgr.24293) 5361 : audit 0 from='client.116202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:04 smithi022 bash[28554]: cluster 2023-12-07T12:04:03.342079+0000 mgr.a (mgr.24293) 5362 : cluster 0 pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:04 smithi022 bash[28554]: audit 2023-12-07T12:04:04.435369+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:04:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:04 smithi044 bash[32620]: cluster 2023-12-07T12:04:03.342079+0000 mgr.a (mgr.24293) 5362 : cluster 0 pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:04 smithi044 bash[32620]: audit 2023-12-07T12:04:04.435369+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:04:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:04 smithi027 bash[31536]: cluster 2023-12-07T12:04:03.342079+0000 mgr.a (mgr.24293) 5362 : cluster 0 pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:04 smithi027 bash[31536]: audit 2023-12-07T12:04:04.435369+0000 mon.a (mon.0) 1202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:04:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:05 smithi022 bash[28554]: audit 2023-12-07T12:04:05.234136+0000 mon.a (mon.0) 1203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:04:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:05 smithi022 bash[28554]: audit 2023-12-07T12:04:05.235934+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:04:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:05 smithi022 bash[28554]: audit 2023-12-07T12:04:05.245246+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:04:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:05 smithi044 bash[32620]: audit 2023-12-07T12:04:05.234136+0000 mon.a (mon.0) 1203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:04:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:05 smithi044 bash[32620]: audit 2023-12-07T12:04:05.235934+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:04:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:05 smithi044 bash[32620]: audit 2023-12-07T12:04:05.245246+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:04:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:05 smithi027 bash[31536]: audit 2023-12-07T12:04:05.234136+0000 mon.a (mon.0) 1203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:04:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:05 smithi027 bash[31536]: audit 2023-12-07T12:04:05.235934+0000 mon.a (mon.0) 1204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:04:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:05 smithi027 bash[31536]: audit 2023-12-07T12:04:05.245246+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:04:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:06 smithi022 bash[28554]: cluster 2023-12-07T12:04:05.342652+0000 mgr.a (mgr.24293) 5363 : cluster 0 pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:06 smithi044 bash[32620]: cluster 2023-12-07T12:04:05.342652+0000 mgr.a (mgr.24293) 5363 : cluster 0 pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:06 smithi027 bash[31536]: cluster 2023-12-07T12:04:05.342652+0000 mgr.a (mgr.24293) 5363 : cluster 0 pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:07.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:07.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:07.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:08.195 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:08.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:08.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:08.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:08.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:08 smithi022 bash[28554]: cluster 2023-12-07T12:04:07.343604+0000 mgr.a (mgr.24293) 5364 : 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-07T12:04:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:08 smithi022 bash[28554]: audit 2023-12-07T12:04:07.674091+0000 mgr.a (mgr.24293) 5365 : audit 0 from='client.116280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:08 smithi044 bash[32620]: cluster 2023-12-07T12:04:07.343604+0000 mgr.a (mgr.24293) 5364 : 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-07T12:04:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:08 smithi044 bash[32620]: audit 2023-12-07T12:04:07.674091+0000 mgr.a (mgr.24293) 5365 : audit 0 from='client.116280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:08 smithi027 bash[31536]: cluster 2023-12-07T12:04:07.343604+0000 mgr.a (mgr.24293) 5364 : 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-07T12:04:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:08 smithi027 bash[31536]: audit 2023-12-07T12:04:07.674091+0000 mgr.a (mgr.24293) 5365 : audit 0 from='client.116280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:10 smithi022 bash[28554]: cluster 2023-12-07T12:04:09.344256+0000 mgr.a (mgr.24293) 5366 : cluster 0 pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:10 smithi044 bash[32620]: cluster 2023-12-07T12:04:09.344256+0000 mgr.a (mgr.24293) 5366 : cluster 0 pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:10 smithi027 bash[31536]: cluster 2023-12-07T12:04:09.344256+0000 mgr.a (mgr.24293) 5366 : cluster 0 pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:12 smithi022 bash[28554]: cluster 2023-12-07T12:04:11.345112+0000 mgr.a (mgr.24293) 5367 : cluster 0 pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:12 smithi044 bash[32620]: cluster 2023-12-07T12:04:11.345112+0000 mgr.a (mgr.24293) 5367 : cluster 0 pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:13.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:13.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:13.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:12 smithi027 bash[31536]: cluster 2023-12-07T12:04:11.345112+0000 mgr.a (mgr.24293) 5367 : cluster 0 pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:14.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:14.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:14.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:14.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:14.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:14 smithi022 bash[28554]: cluster 2023-12-07T12:04:13.345547+0000 mgr.a (mgr.24293) 5368 : cluster 0 pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:14 smithi022 bash[28554]: audit 2023-12-07T12:04:13.609272+0000 mgr.a (mgr.24293) 5369 : audit 0 from='client.116349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:14 smithi044 bash[32620]: cluster 2023-12-07T12:04:13.345547+0000 mgr.a (mgr.24293) 5368 : cluster 0 pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:14 smithi044 bash[32620]: audit 2023-12-07T12:04:13.609272+0000 mgr.a (mgr.24293) 5369 : audit 0 from='client.116349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:14 smithi027 bash[31536]: cluster 2023-12-07T12:04:13.345547+0000 mgr.a (mgr.24293) 5368 : cluster 0 pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:14 smithi027 bash[31536]: audit 2023-12-07T12:04:13.609272+0000 mgr.a (mgr.24293) 5369 : audit 0 from='client.116349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:16 smithi022 bash[28554]: cluster 2023-12-07T12:04:15.346089+0000 mgr.a (mgr.24293) 5370 : cluster 0 pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:16 smithi044 bash[32620]: cluster 2023-12-07T12:04:15.346089+0000 mgr.a (mgr.24293) 5370 : cluster 0 pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:16 smithi027 bash[31536]: cluster 2023-12-07T12:04:15.346089+0000 mgr.a (mgr.24293) 5370 : cluster 0 pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:19.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:19.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:19.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:18 smithi022 bash[28554]: cluster 2023-12-07T12:04:17.346924+0000 mgr.a (mgr.24293) 5371 : cluster 0 pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:18 smithi044 bash[32620]: cluster 2023-12-07T12:04:17.346924+0000 mgr.a (mgr.24293) 5371 : cluster 0 pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:18 smithi027 bash[31536]: cluster 2023-12-07T12:04:17.346924+0000 mgr.a (mgr.24293) 5371 : cluster 0 pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:20.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:20.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:20.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:20.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:20.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:20 smithi022 bash[28554]: cluster 2023-12-07T12:04:19.347343+0000 mgr.a (mgr.24293) 5372 : 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-07T12:04:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:20 smithi022 bash[28554]: audit 2023-12-07T12:04:19.554891+0000 mgr.a (mgr.24293) 5373 : audit 0 from='client.101411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:20 smithi044 bash[32620]: cluster 2023-12-07T12:04:19.347343+0000 mgr.a (mgr.24293) 5372 : 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-07T12:04:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:20 smithi044 bash[32620]: audit 2023-12-07T12:04:19.554891+0000 mgr.a (mgr.24293) 5373 : audit 0 from='client.101411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:20 smithi027 bash[31536]: cluster 2023-12-07T12:04:19.347343+0000 mgr.a (mgr.24293) 5372 : 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-07T12:04:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:20 smithi027 bash[31536]: audit 2023-12-07T12:04:19.554891+0000 mgr.a (mgr.24293) 5373 : audit 0 from='client.101411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:22 smithi022 bash[28554]: cluster 2023-12-07T12:04:21.348231+0000 mgr.a (mgr.24293) 5374 : 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-07T12:04:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:22 smithi044 bash[32620]: cluster 2023-12-07T12:04:21.348231+0000 mgr.a (mgr.24293) 5374 : 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-07T12:04:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:22 smithi027 bash[31536]: cluster 2023-12-07T12:04:21.348231+0000 mgr.a (mgr.24293) 5374 : 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-07T12:04:25.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:25.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:25.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:24 smithi022 bash[28554]: cluster 2023-12-07T12:04:23.348803+0000 mgr.a (mgr.24293) 5375 : 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-07T12:04:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:24 smithi044 bash[32620]: cluster 2023-12-07T12:04:23.348803+0000 mgr.a (mgr.24293) 5375 : 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-07T12:04:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:24 smithi027 bash[31536]: cluster 2023-12-07T12:04:23.348803+0000 mgr.a (mgr.24293) 5375 : 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-07T12:04:26.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:26.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:26.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:26.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:26.019 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:26 smithi022 bash[28554]: cluster 2023-12-07T12:04:25.349303+0000 mgr.a (mgr.24293) 5376 : 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-07T12:04:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:26 smithi022 bash[28554]: audit 2023-12-07T12:04:25.516916+0000 mgr.a (mgr.24293) 5377 : audit 0 from='client.116499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:26 smithi044 bash[32620]: cluster 2023-12-07T12:04:25.349303+0000 mgr.a (mgr.24293) 5376 : 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-07T12:04:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:26 smithi044 bash[32620]: audit 2023-12-07T12:04:25.516916+0000 mgr.a (mgr.24293) 5377 : audit 0 from='client.116499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:26 smithi027 bash[31536]: cluster 2023-12-07T12:04:25.349303+0000 mgr.a (mgr.24293) 5376 : 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-07T12:04:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:26 smithi027 bash[31536]: audit 2023-12-07T12:04:25.516916+0000 mgr.a (mgr.24293) 5377 : audit 0 from='client.116499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:28 smithi022 bash[28554]: cluster 2023-12-07T12:04:27.350277+0000 mgr.a (mgr.24293) 5378 : cluster 0 pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:28 smithi044 bash[32620]: cluster 2023-12-07T12:04:27.350277+0000 mgr.a (mgr.24293) 5378 : cluster 0 pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:28 smithi027 bash[31536]: cluster 2023-12-07T12:04:27.350277+0000 mgr.a (mgr.24293) 5378 : cluster 0 pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:31.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:31.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:31.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:30 smithi022 bash[28554]: cluster 2023-12-07T12:04:29.350849+0000 mgr.a (mgr.24293) 5379 : cluster 0 pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:30 smithi044 bash[32620]: cluster 2023-12-07T12:04:29.350849+0000 mgr.a (mgr.24293) 5379 : cluster 0 pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:30 smithi027 bash[31536]: cluster 2023-12-07T12:04:29.350849+0000 mgr.a (mgr.24293) 5379 : cluster 0 pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:31.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:31.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:31.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:31.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:31.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:32 smithi022 bash[28554]: cluster 2023-12-07T12:04:31.351598+0000 mgr.a (mgr.24293) 5380 : cluster 0 pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:32 smithi022 bash[28554]: audit 2023-12-07T12:04:31.435286+0000 mgr.a (mgr.24293) 5381 : audit 0 from='client.116574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:32 smithi044 bash[32620]: cluster 2023-12-07T12:04:31.351598+0000 mgr.a (mgr.24293) 5380 : cluster 0 pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:32 smithi044 bash[32620]: audit 2023-12-07T12:04:31.435286+0000 mgr.a (mgr.24293) 5381 : audit 0 from='client.116574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:32 smithi027 bash[31536]: cluster 2023-12-07T12:04:31.351598+0000 mgr.a (mgr.24293) 5380 : cluster 0 pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:32 smithi027 bash[31536]: audit 2023-12-07T12:04:31.435286+0000 mgr.a (mgr.24293) 5381 : audit 0 from='client.116574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:33 smithi022 bash[28554]: cluster 2023-12-07T12:04:33.352235+0000 mgr.a (mgr.24293) 5382 : cluster 0 pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:33 smithi044 bash[32620]: cluster 2023-12-07T12:04:33.352235+0000 mgr.a (mgr.24293) 5382 : cluster 0 pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:33 smithi027 bash[31536]: cluster 2023-12-07T12:04:33.352235+0000 mgr.a (mgr.24293) 5382 : cluster 0 pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:36 smithi022 bash[28554]: cluster 2023-12-07T12:04:35.352872+0000 mgr.a (mgr.24293) 5383 : cluster 0 pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:36 smithi044 bash[32620]: cluster 2023-12-07T12:04:35.352872+0000 mgr.a (mgr.24293) 5383 : cluster 0 pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:36 smithi027 bash[31536]: cluster 2023-12-07T12:04:35.352872+0000 mgr.a (mgr.24293) 5383 : cluster 0 pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:36.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:36.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:36.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:37.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:37.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:37.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:37.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:37.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:38 smithi022 bash[28554]: cluster 2023-12-07T12:04:37.353676+0000 mgr.a (mgr.24293) 5384 : cluster 0 pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:38 smithi022 bash[28554]: audit 2023-12-07T12:04:37.367225+0000 mgr.a (mgr.24293) 5385 : audit 0 from='client.116649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:38 smithi044 bash[32620]: cluster 2023-12-07T12:04:37.353676+0000 mgr.a (mgr.24293) 5384 : cluster 0 pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:38 smithi044 bash[32620]: audit 2023-12-07T12:04:37.367225+0000 mgr.a (mgr.24293) 5385 : audit 0 from='client.116649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:38 smithi027 bash[31536]: cluster 2023-12-07T12:04:37.353676+0000 mgr.a (mgr.24293) 5384 : cluster 0 pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:38 smithi027 bash[31536]: audit 2023-12-07T12:04:37.367225+0000 mgr.a (mgr.24293) 5385 : audit 0 from='client.116649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:40 smithi022 bash[28554]: cluster 2023-12-07T12:04:39.354341+0000 mgr.a (mgr.24293) 5386 : cluster 0 pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:40 smithi044 bash[32620]: cluster 2023-12-07T12:04:39.354341+0000 mgr.a (mgr.24293) 5386 : cluster 0 pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:40 smithi027 bash[31536]: cluster 2023-12-07T12:04:39.354341+0000 mgr.a (mgr.24293) 5386 : cluster 0 pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:42 smithi027 bash[31536]: cluster 2023-12-07T12:04:41.355189+0000 mgr.a (mgr.24293) 5387 : cluster 0 pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:42.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:42.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:42.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:42 smithi022 bash[28554]: cluster 2023-12-07T12:04:41.355189+0000 mgr.a (mgr.24293) 5387 : cluster 0 pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:42 smithi044 bash[32620]: cluster 2023-12-07T12:04:41.355189+0000 mgr.a (mgr.24293) 5387 : cluster 0 pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:43.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:43.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:43.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:43.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:43.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:44 smithi027 bash[31536]: audit 2023-12-07T12:04:43.313783+0000 mgr.a (mgr.24293) 5388 : audit 0 from='client.116727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:44 smithi027 bash[31536]: cluster 2023-12-07T12:04:43.355969+0000 mgr.a (mgr.24293) 5389 : cluster 0 pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:44 smithi022 bash[28554]: audit 2023-12-07T12:04:43.313783+0000 mgr.a (mgr.24293) 5388 : audit 0 from='client.116727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:44 smithi022 bash[28554]: cluster 2023-12-07T12:04:43.355969+0000 mgr.a (mgr.24293) 5389 : cluster 0 pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:44 smithi044 bash[32620]: audit 2023-12-07T12:04:43.313783+0000 mgr.a (mgr.24293) 5388 : audit 0 from='client.116727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:44 smithi044 bash[32620]: cluster 2023-12-07T12:04:43.355969+0000 mgr.a (mgr.24293) 5389 : cluster 0 pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:46 smithi027 bash[31536]: cluster 2023-12-07T12:04:45.356588+0000 mgr.a (mgr.24293) 5390 : cluster 0 pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:46 smithi022 bash[28554]: cluster 2023-12-07T12:04:45.356588+0000 mgr.a (mgr.24293) 5390 : cluster 0 pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:46 smithi044 bash[32620]: cluster 2023-12-07T12:04:45.356588+0000 mgr.a (mgr.24293) 5390 : cluster 0 pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:48 smithi027 bash[31536]: cluster 2023-12-07T12:04:47.357389+0000 mgr.a (mgr.24293) 5391 : cluster 0 pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:48.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:48.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:48 smithi022 bash[28554]: cluster 2023-12-07T12:04:47.357389+0000 mgr.a (mgr.24293) 5391 : cluster 0 pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:48 smithi044 bash[32620]: cluster 2023-12-07T12:04:47.357389+0000 mgr.a (mgr.24293) 5391 : cluster 0 pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:49.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:49.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:49.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:49.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:49.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:50 smithi027 bash[31536]: audit 2023-12-07T12:04:49.274028+0000 mgr.a (mgr.24293) 5392 : audit 0 from='client.116802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:50 smithi027 bash[31536]: cluster 2023-12-07T12:04:49.357861+0000 mgr.a (mgr.24293) 5393 : cluster 0 pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:50 smithi022 bash[28554]: audit 2023-12-07T12:04:49.274028+0000 mgr.a (mgr.24293) 5392 : audit 0 from='client.116802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:50 smithi022 bash[28554]: cluster 2023-12-07T12:04:49.357861+0000 mgr.a (mgr.24293) 5393 : cluster 0 pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:50 smithi044 bash[32620]: audit 2023-12-07T12:04:49.274028+0000 mgr.a (mgr.24293) 5392 : audit 0 from='client.116802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:50 smithi044 bash[32620]: cluster 2023-12-07T12:04:49.357861+0000 mgr.a (mgr.24293) 5393 : cluster 0 pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:52 smithi027 bash[31536]: cluster 2023-12-07T12:04:51.358707+0000 mgr.a (mgr.24293) 5394 : cluster 0 pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:52 smithi022 bash[28554]: cluster 2023-12-07T12:04:51.358707+0000 mgr.a (mgr.24293) 5394 : cluster 0 pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:52 smithi044 bash[32620]: cluster 2023-12-07T12:04:51.358707+0000 mgr.a (mgr.24293) 5394 : cluster 0 pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:54.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:04:54.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:54.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:54 smithi022 bash[28554]: cluster 2023-12-07T12:04:53.359270+0000 mgr.a (mgr.24293) 5395 : 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-07T12:04:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:54 smithi044 bash[32620]: cluster 2023-12-07T12:04:53.359270+0000 mgr.a (mgr.24293) 5395 : 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-07T12:04:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:54 smithi027 bash[31536]: cluster 2023-12-07T12:04:53.359270+0000 mgr.a (mgr.24293) 5395 : 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-07T12:04:55.724 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:04:55.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:55.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:55.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:55.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:04:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:56 smithi022 bash[28554]: audit 2023-12-07T12:04:55.205623+0000 mgr.a (mgr.24293) 5396 : audit 0 from='client.116877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:56 smithi022 bash[28554]: cluster 2023-12-07T12:04:55.360128+0000 mgr.a (mgr.24293) 5397 : 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-07T12:04:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:56 smithi044 bash[32620]: audit 2023-12-07T12:04:55.205623+0000 mgr.a (mgr.24293) 5396 : audit 0 from='client.116877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:56 smithi044 bash[32620]: cluster 2023-12-07T12:04:55.360128+0000 mgr.a (mgr.24293) 5397 : 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-07T12:04:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:56 smithi027 bash[31536]: audit 2023-12-07T12:04:55.205623+0000 mgr.a (mgr.24293) 5396 : audit 0 from='client.116877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:56 smithi027 bash[31536]: cluster 2023-12-07T12:04:55.360128+0000 mgr.a (mgr.24293) 5397 : 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-07T12:04:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:04:58 smithi022 bash[28554]: cluster 2023-12-07T12:04:57.361010+0000 mgr.a (mgr.24293) 5398 : cluster 0 pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:04:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:04:58 smithi044 bash[32620]: cluster 2023-12-07T12:04:57.361010+0000 mgr.a (mgr.24293) 5398 : cluster 0 pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:04:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:04:58 smithi027 bash[31536]: cluster 2023-12-07T12:04:57.361010+0000 mgr.a (mgr.24293) 5398 : cluster 0 pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:05:00.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:00.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:00.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:00 smithi022 bash[28554]: cluster 2023-12-07T12:04:59.361582+0000 mgr.a (mgr.24293) 5399 : cluster 0 pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:05:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:00 smithi044 bash[32620]: cluster 2023-12-07T12:04:59.361582+0000 mgr.a (mgr.24293) 5399 : cluster 0 pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:05:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:00 smithi027 bash[31536]: cluster 2023-12-07T12:04:59.361582+0000 mgr.a (mgr.24293) 5399 : cluster 0 pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:05:01.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:01.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:01.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:01.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:01.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:02 smithi022 bash[28554]: audit 2023-12-07T12:05:01.137216+0000 mgr.a (mgr.24293) 5400 : audit 0 from='client.116952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:02 smithi022 bash[28554]: cluster 2023-12-07T12:05:01.362466+0000 mgr.a (mgr.24293) 5401 : cluster 0 pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:02 smithi044 bash[32620]: audit 2023-12-07T12:05:01.137216+0000 mgr.a (mgr.24293) 5400 : audit 0 from='client.116952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:02 smithi044 bash[32620]: cluster 2023-12-07T12:05:01.362466+0000 mgr.a (mgr.24293) 5401 : cluster 0 pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:02 smithi027 bash[31536]: audit 2023-12-07T12:05:01.137216+0000 mgr.a (mgr.24293) 5400 : audit 0 from='client.116952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:02 smithi027 bash[31536]: cluster 2023-12-07T12:05:01.362466+0000 mgr.a (mgr.24293) 5401 : cluster 0 pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:04 smithi022 bash[28554]: cluster 2023-12-07T12:05:03.363100+0000 mgr.a (mgr.24293) 5402 : cluster 0 pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:04 smithi044 bash[32620]: cluster 2023-12-07T12:05:03.363100+0000 mgr.a (mgr.24293) 5402 : cluster 0 pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:04 smithi027 bash[31536]: cluster 2023-12-07T12:05:03.363100+0000 mgr.a (mgr.24293) 5402 : cluster 0 pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:05 smithi022 bash[28554]: audit 2023-12-07T12:05:05.347667+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:05:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:05 smithi044 bash[32620]: audit 2023-12-07T12:05:05.347667+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:05:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:05 smithi027 bash[31536]: audit 2023-12-07T12:05:05.347667+0000 mon.a (mon.0) 1206 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:05:06.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:06.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:06.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:06 smithi022 bash[28554]: cluster 2023-12-07T12:05:05.363690+0000 mgr.a (mgr.24293) 5403 : cluster 0 pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:06 smithi022 bash[28554]: audit 2023-12-07T12:05:06.130535+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:05:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:06 smithi022 bash[28554]: audit 2023-12-07T12:05:06.132413+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:05:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:06 smithi022 bash[28554]: audit 2023-12-07T12:05:06.141985+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:05:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:06 smithi044 bash[32620]: cluster 2023-12-07T12:05:05.363690+0000 mgr.a (mgr.24293) 5403 : cluster 0 pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:06 smithi044 bash[32620]: audit 2023-12-07T12:05:06.130535+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:05:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:06 smithi044 bash[32620]: audit 2023-12-07T12:05:06.132413+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:05:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:06 smithi044 bash[32620]: audit 2023-12-07T12:05:06.141985+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:05:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:06 smithi027 bash[31536]: cluster 2023-12-07T12:05:05.363690+0000 mgr.a (mgr.24293) 5403 : cluster 0 pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:06 smithi027 bash[31536]: audit 2023-12-07T12:05:06.130535+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:05:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:06 smithi027 bash[31536]: audit 2023-12-07T12:05:06.132413+0000 mon.a (mon.0) 1208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:05:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:06 smithi027 bash[31536]: audit 2023-12-07T12:05:06.141985+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:05:07.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:07.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:07.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:07.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:07.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:08 smithi022 bash[28554]: audit 2023-12-07T12:05:07.085446+0000 mgr.a (mgr.24293) 5404 : audit 0 from='client.117027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:08 smithi022 bash[28554]: cluster 2023-12-07T12:05:07.365254+0000 mgr.a (mgr.24293) 5405 : cluster 0 pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:08 smithi044 bash[32620]: audit 2023-12-07T12:05:07.085446+0000 mgr.a (mgr.24293) 5404 : audit 0 from='client.117027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:08 smithi044 bash[32620]: cluster 2023-12-07T12:05:07.365254+0000 mgr.a (mgr.24293) 5405 : cluster 0 pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:08 smithi027 bash[31536]: audit 2023-12-07T12:05:07.085446+0000 mgr.a (mgr.24293) 5404 : audit 0 from='client.117027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:08 smithi027 bash[31536]: cluster 2023-12-07T12:05:07.365254+0000 mgr.a (mgr.24293) 5405 : cluster 0 pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:10 smithi022 bash[28554]: cluster 2023-12-07T12:05:09.366074+0000 mgr.a (mgr.24293) 5406 : cluster 0 pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:05:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:10 smithi044 bash[32620]: cluster 2023-12-07T12:05:09.366074+0000 mgr.a (mgr.24293) 5406 : cluster 0 pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:05:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:10 smithi027 bash[31536]: cluster 2023-12-07T12:05:09.366074+0000 mgr.a (mgr.24293) 5406 : cluster 0 pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:05:12.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:12.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:12.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:12 smithi022 bash[28554]: cluster 2023-12-07T12:05:11.366893+0000 mgr.a (mgr.24293) 5407 : cluster 0 pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:05:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:12 smithi044 bash[32620]: cluster 2023-12-07T12:05:11.366893+0000 mgr.a (mgr.24293) 5407 : cluster 0 pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:05:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:12 smithi027 bash[31536]: cluster 2023-12-07T12:05:11.366893+0000 mgr.a (mgr.24293) 5407 : cluster 0 pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:05:13.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:13.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:13.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:13.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:13.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:14 smithi022 bash[28554]: audit 2023-12-07T12:05:13.015872+0000 mgr.a (mgr.24293) 5408 : audit 0 from='client.117105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:14 smithi022 bash[28554]: cluster 2023-12-07T12:05:13.367512+0000 mgr.a (mgr.24293) 5409 : cluster 0 pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:14 smithi044 bash[32620]: audit 2023-12-07T12:05:13.015872+0000 mgr.a (mgr.24293) 5408 : audit 0 from='client.117105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:14 smithi044 bash[32620]: cluster 2023-12-07T12:05:13.367512+0000 mgr.a (mgr.24293) 5409 : cluster 0 pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:14 smithi027 bash[31536]: audit 2023-12-07T12:05:13.015872+0000 mgr.a (mgr.24293) 5408 : audit 0 from='client.117105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:14 smithi027 bash[31536]: cluster 2023-12-07T12:05:13.367512+0000 mgr.a (mgr.24293) 5409 : cluster 0 pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:16 smithi022 bash[28554]: cluster 2023-12-07T12:05:15.368317+0000 mgr.a (mgr.24293) 5410 : cluster 0 pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:16 smithi044 bash[32620]: cluster 2023-12-07T12:05:15.368317+0000 mgr.a (mgr.24293) 5410 : cluster 0 pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:16 smithi027 bash[31536]: cluster 2023-12-07T12:05:15.368317+0000 mgr.a (mgr.24293) 5410 : cluster 0 pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:18.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:18.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:18.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:18 smithi022 bash[28554]: cluster 2023-12-07T12:05:17.369187+0000 mgr.a (mgr.24293) 5411 : cluster 0 pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:18 smithi044 bash[32620]: cluster 2023-12-07T12:05:17.369187+0000 mgr.a (mgr.24293) 5411 : cluster 0 pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:18 smithi027 bash[31536]: cluster 2023-12-07T12:05:17.369187+0000 mgr.a (mgr.24293) 5411 : cluster 0 pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:19.470 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:19.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:19.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:19.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:19.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:20 smithi022 bash[28554]: audit 2023-12-07T12:05:18.962897+0000 mgr.a (mgr.24293) 5412 : audit 0 from='client.117183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:20.939 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:20 smithi022 bash[28554]: cluster 2023-12-07T12:05:19.369958+0000 mgr.a (mgr.24293) 5413 : cluster 0 pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:20.940 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:20 smithi044 bash[32620]: audit 2023-12-07T12:05:18.962897+0000 mgr.a (mgr.24293) 5412 : audit 0 from='client.117183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:20.940 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:20 smithi044 bash[32620]: cluster 2023-12-07T12:05:19.369958+0000 mgr.a (mgr.24293) 5413 : cluster 0 pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:20 smithi027 bash[31536]: audit 2023-12-07T12:05:18.962897+0000 mgr.a (mgr.24293) 5412 : audit 0 from='client.117183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:20 smithi027 bash[31536]: cluster 2023-12-07T12:05:19.369958+0000 mgr.a (mgr.24293) 5413 : cluster 0 pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:22 smithi022 bash[28554]: cluster 2023-12-07T12:05:21.370804+0000 mgr.a (mgr.24293) 5414 : cluster 0 pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:22 smithi044 bash[32620]: cluster 2023-12-07T12:05:21.370804+0000 mgr.a (mgr.24293) 5414 : cluster 0 pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:22 smithi027 bash[31536]: cluster 2023-12-07T12:05:21.370804+0000 mgr.a (mgr.24293) 5414 : cluster 0 pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:24.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:24.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:24.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:24 smithi022 bash[28554]: cluster 2023-12-07T12:05:23.371407+0000 mgr.a (mgr.24293) 5415 : 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-07T12:05:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:24 smithi044 bash[32620]: cluster 2023-12-07T12:05:23.371407+0000 mgr.a (mgr.24293) 5415 : 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-07T12:05:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:24 smithi027 bash[31536]: cluster 2023-12-07T12:05:23.371407+0000 mgr.a (mgr.24293) 5415 : 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-07T12:05:25.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:25.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:25.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:25.426 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:25.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:26 smithi022 bash[28554]: audit 2023-12-07T12:05:24.887953+0000 mgr.a (mgr.24293) 5416 : audit 0 from='client.117258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:26 smithi022 bash[28554]: cluster 2023-12-07T12:05:25.371964+0000 mgr.a (mgr.24293) 5417 : 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-07T12:05:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:26 smithi044 bash[32620]: audit 2023-12-07T12:05:24.887953+0000 mgr.a (mgr.24293) 5416 : audit 0 from='client.117258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:26 smithi044 bash[32620]: cluster 2023-12-07T12:05:25.371964+0000 mgr.a (mgr.24293) 5417 : 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-07T12:05:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:26 smithi027 bash[31536]: audit 2023-12-07T12:05:24.887953+0000 mgr.a (mgr.24293) 5416 : audit 0 from='client.117258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:26 smithi027 bash[31536]: cluster 2023-12-07T12:05:25.371964+0000 mgr.a (mgr.24293) 5417 : 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-07T12:05:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:28 smithi022 bash[28554]: cluster 2023-12-07T12:05:27.372750+0000 mgr.a (mgr.24293) 5418 : 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-07T12:05:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:28 smithi044 bash[32620]: cluster 2023-12-07T12:05:27.372750+0000 mgr.a (mgr.24293) 5418 : 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-07T12:05:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:28 smithi027 bash[31536]: cluster 2023-12-07T12:05:27.372750+0000 mgr.a (mgr.24293) 5418 : 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-07T12:05:30.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:30.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:30.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:30 smithi022 bash[28554]: cluster 2023-12-07T12:05:29.373301+0000 mgr.a (mgr.24293) 5419 : 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-07T12:05:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:30 smithi044 bash[32620]: cluster 2023-12-07T12:05:29.373301+0000 mgr.a (mgr.24293) 5419 : 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-07T12:05:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:30 smithi027 bash[31536]: cluster 2023-12-07T12:05:29.373301+0000 mgr.a (mgr.24293) 5419 : 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-07T12:05:31.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:31.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:31.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:31.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:31.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:31 smithi022 bash[28554]: audit 2023-12-07T12:05:30.834115+0000 mgr.a (mgr.24293) 5420 : audit 0 from='client.117333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:31 smithi044 bash[32620]: audit 2023-12-07T12:05:30.834115+0000 mgr.a (mgr.24293) 5420 : audit 0 from='client.117333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:31 smithi027 bash[31536]: audit 2023-12-07T12:05:30.834115+0000 mgr.a (mgr.24293) 5420 : audit 0 from='client.117333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:32 smithi022 bash[28554]: cluster 2023-12-07T12:05:31.374219+0000 mgr.a (mgr.24293) 5421 : cluster 0 pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:32 smithi044 bash[32620]: cluster 2023-12-07T12:05:31.374219+0000 mgr.a (mgr.24293) 5421 : cluster 0 pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:32 smithi027 bash[31536]: cluster 2023-12-07T12:05:31.374219+0000 mgr.a (mgr.24293) 5421 : cluster 0 pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:34 smithi022 bash[28554]: cluster 2023-12-07T12:05:33.374794+0000 mgr.a (mgr.24293) 5422 : cluster 0 pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:34 smithi044 bash[32620]: cluster 2023-12-07T12:05:33.374794+0000 mgr.a (mgr.24293) 5422 : cluster 0 pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:34 smithi027 bash[31536]: cluster 2023-12-07T12:05:33.374794+0000 mgr.a (mgr.24293) 5422 : cluster 0 pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:36.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:36.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:36.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:36 smithi022 bash[28554]: cluster 2023-12-07T12:05:35.375341+0000 mgr.a (mgr.24293) 5423 : cluster 0 pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:36 smithi044 bash[32620]: cluster 2023-12-07T12:05:35.375341+0000 mgr.a (mgr.24293) 5423 : cluster 0 pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:36 smithi027 bash[31536]: cluster 2023-12-07T12:05:35.375341+0000 mgr.a (mgr.24293) 5423 : cluster 0 pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:37.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:37.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:37.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:37.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:37.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:37 smithi022 bash[28554]: audit 2023-12-07T12:05:36.782400+0000 mgr.a (mgr.24293) 5424 : audit 0 from='client.117408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:37 smithi044 bash[32620]: audit 2023-12-07T12:05:36.782400+0000 mgr.a (mgr.24293) 5424 : audit 0 from='client.117408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:37 smithi027 bash[31536]: audit 2023-12-07T12:05:36.782400+0000 mgr.a (mgr.24293) 5424 : audit 0 from='client.117408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:38 smithi022 bash[28554]: cluster 2023-12-07T12:05:37.376333+0000 mgr.a (mgr.24293) 5425 : cluster 0 pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:38 smithi044 bash[32620]: cluster 2023-12-07T12:05:37.376333+0000 mgr.a (mgr.24293) 5425 : cluster 0 pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:38 smithi027 bash[31536]: cluster 2023-12-07T12:05:37.376333+0000 mgr.a (mgr.24293) 5425 : cluster 0 pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:40 smithi022 bash[28554]: cluster 2023-12-07T12:05:39.376931+0000 mgr.a (mgr.24293) 5426 : cluster 0 pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:40 smithi044 bash[32620]: cluster 2023-12-07T12:05:39.376931+0000 mgr.a (mgr.24293) 5426 : cluster 0 pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:40 smithi027 bash[31536]: cluster 2023-12-07T12:05:39.376931+0000 mgr.a (mgr.24293) 5426 : cluster 0 pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:42.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:42.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:42.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:42 smithi022 bash[28554]: cluster 2023-12-07T12:05:41.377726+0000 mgr.a (mgr.24293) 5427 : cluster 0 pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:42 smithi044 bash[32620]: cluster 2023-12-07T12:05:41.377726+0000 mgr.a (mgr.24293) 5427 : cluster 0 pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:42 smithi027 bash[31536]: cluster 2023-12-07T12:05:41.377726+0000 mgr.a (mgr.24293) 5427 : cluster 0 pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:43.241 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:43.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:43.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:43.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:43.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:43 smithi022 bash[28554]: audit 2023-12-07T12:05:42.722403+0000 mgr.a (mgr.24293) 5428 : audit 0 from='client.117486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:43 smithi044 bash[32620]: audit 2023-12-07T12:05:42.722403+0000 mgr.a (mgr.24293) 5428 : audit 0 from='client.117486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:43 smithi027 bash[31536]: audit 2023-12-07T12:05:42.722403+0000 mgr.a (mgr.24293) 5428 : audit 0 from='client.117486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:44 smithi022 bash[28554]: cluster 2023-12-07T12:05:43.378564+0000 mgr.a (mgr.24293) 5429 : cluster 0 pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:44.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:44 smithi044 bash[32620]: cluster 2023-12-07T12:05:43.378564+0000 mgr.a (mgr.24293) 5429 : cluster 0 pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:44 smithi027 bash[31536]: cluster 2023-12-07T12:05:43.378564+0000 mgr.a (mgr.24293) 5429 : cluster 0 pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:46 smithi022 bash[28554]: cluster 2023-12-07T12:05:45.379313+0000 mgr.a (mgr.24293) 5430 : cluster 0 pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:05:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:46 smithi044 bash[32620]: cluster 2023-12-07T12:05:45.379313+0000 mgr.a (mgr.24293) 5430 : cluster 0 pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:05:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:46 smithi027 bash[31536]: cluster 2023-12-07T12:05:45.379313+0000 mgr.a (mgr.24293) 5430 : cluster 0 pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:05:48.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:48.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:48.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:48 smithi022 bash[28554]: cluster 2023-12-07T12:05:47.380009+0000 mgr.a (mgr.24293) 5431 : cluster 0 pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:48 smithi044 bash[32620]: cluster 2023-12-07T12:05:47.380009+0000 mgr.a (mgr.24293) 5431 : cluster 0 pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:48 smithi027 bash[31536]: cluster 2023-12-07T12:05:47.380009+0000 mgr.a (mgr.24293) 5431 : cluster 0 pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:49.203 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:49.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:49.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:49.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:49.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:49.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:49 smithi022 bash[28554]: audit 2023-12-07T12:05:48.662830+0000 mgr.a (mgr.24293) 5432 : audit 0 from='client.117564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:49.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:49 smithi044 bash[32620]: audit 2023-12-07T12:05:48.662830+0000 mgr.a (mgr.24293) 5432 : audit 0 from='client.117564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:49 smithi027 bash[31536]: audit 2023-12-07T12:05:48.662830+0000 mgr.a (mgr.24293) 5432 : audit 0 from='client.117564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:50 smithi022 bash[28554]: cluster 2023-12-07T12:05:49.380919+0000 mgr.a (mgr.24293) 5433 : cluster 0 pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:50 smithi044 bash[32620]: cluster 2023-12-07T12:05:49.380919+0000 mgr.a (mgr.24293) 5433 : cluster 0 pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:50 smithi027 bash[31536]: cluster 2023-12-07T12:05:49.380919+0000 mgr.a (mgr.24293) 5433 : cluster 0 pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:52 smithi022 bash[28554]: cluster 2023-12-07T12:05:51.381851+0000 mgr.a (mgr.24293) 5434 : cluster 0 pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:52 smithi044 bash[32620]: cluster 2023-12-07T12:05:51.381851+0000 mgr.a (mgr.24293) 5434 : cluster 0 pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:52 smithi027 bash[31536]: cluster 2023-12-07T12:05:51.381851+0000 mgr.a (mgr.24293) 5434 : cluster 0 pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:54.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:05:54.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:54.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:54 smithi022 bash[28554]: cluster 2023-12-07T12:05:53.382421+0000 mgr.a (mgr.24293) 5435 : cluster 0 pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:54 smithi044 bash[32620]: cluster 2023-12-07T12:05:53.382421+0000 mgr.a (mgr.24293) 5435 : cluster 0 pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:54.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:54 smithi027 bash[31536]: cluster 2023-12-07T12:05:53.382421+0000 mgr.a (mgr.24293) 5435 : cluster 0 pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:55.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:05:55.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:55.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:55.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:55.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:05:55.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:55 smithi022 bash[28554]: audit 2023-12-07T12:05:54.605858+0000 mgr.a (mgr.24293) 5436 : audit 0 from='client.117639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:55 smithi044 bash[32620]: audit 2023-12-07T12:05:54.605858+0000 mgr.a (mgr.24293) 5436 : audit 0 from='client.117639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:55 smithi027 bash[31536]: audit 2023-12-07T12:05:54.605858+0000 mgr.a (mgr.24293) 5436 : audit 0 from='client.117639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:56 smithi022 bash[28554]: cluster 2023-12-07T12:05:55.383298+0000 mgr.a (mgr.24293) 5437 : cluster 0 pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:05:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:56 smithi044 bash[32620]: cluster 2023-12-07T12:05:55.383298+0000 mgr.a (mgr.24293) 5437 : cluster 0 pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:05:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:56 smithi027 bash[31536]: cluster 2023-12-07T12:05:55.383298+0000 mgr.a (mgr.24293) 5437 : cluster 0 pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:05:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:05:58 smithi022 bash[28554]: cluster 2023-12-07T12:05:57.384001+0000 mgr.a (mgr.24293) 5438 : cluster 0 pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:05:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:05:58 smithi044 bash[32620]: cluster 2023-12-07T12:05:57.384001+0000 mgr.a (mgr.24293) 5438 : cluster 0 pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:05:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:05:58 smithi027 bash[31536]: cluster 2023-12-07T12:05:57.384001+0000 mgr.a (mgr.24293) 5438 : cluster 0 pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:00.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:00.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:00.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:00 smithi022 bash[28554]: cluster 2023-12-07T12:05:59.384542+0000 mgr.a (mgr.24293) 5439 : 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-07T12:06:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:00 smithi044 bash[32620]: cluster 2023-12-07T12:05:59.384542+0000 mgr.a (mgr.24293) 5439 : 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-07T12:06:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:00 smithi027 bash[31536]: cluster 2023-12-07T12:05:59.384542+0000 mgr.a (mgr.24293) 5439 : 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-07T12:06:01.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:01.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:01.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:01.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:01.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:01 smithi022 bash[28554]: audit 2023-12-07T12:06:00.514279+0000 mgr.a (mgr.24293) 5440 : audit 0 from='client.117717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:01 smithi044 bash[32620]: audit 2023-12-07T12:06:00.514279+0000 mgr.a (mgr.24293) 5440 : audit 0 from='client.117717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:01 smithi027 bash[31536]: audit 2023-12-07T12:06:00.514279+0000 mgr.a (mgr.24293) 5440 : audit 0 from='client.117717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:02 smithi022 bash[28554]: cluster 2023-12-07T12:06:01.385625+0000 mgr.a (mgr.24293) 5441 : cluster 0 pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:02 smithi044 bash[32620]: cluster 2023-12-07T12:06:01.385625+0000 mgr.a (mgr.24293) 5441 : cluster 0 pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:02 smithi027 bash[31536]: cluster 2023-12-07T12:06:01.385625+0000 mgr.a (mgr.24293) 5441 : cluster 0 pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:04 smithi022 bash[28554]: cluster 2023-12-07T12:06:03.386231+0000 mgr.a (mgr.24293) 5442 : cluster 0 pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:04 smithi044 bash[32620]: cluster 2023-12-07T12:06:03.386231+0000 mgr.a (mgr.24293) 5442 : cluster 0 pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:04 smithi027 bash[31536]: cluster 2023-12-07T12:06:03.386231+0000 mgr.a (mgr.24293) 5442 : cluster 0 pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:06.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:06.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:06.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:06 smithi022 bash[28554]: cluster 2023-12-07T12:06:05.386930+0000 mgr.a (mgr.24293) 5443 : cluster 0 pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:06 smithi022 bash[28554]: audit 2023-12-07T12:06:06.244452+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:06:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:06 smithi044 bash[32620]: cluster 2023-12-07T12:06:05.386930+0000 mgr.a (mgr.24293) 5443 : cluster 0 pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:06 smithi044 bash[32620]: audit 2023-12-07T12:06:06.244452+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:06:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:06 smithi027 bash[31536]: cluster 2023-12-07T12:06:05.386930+0000 mgr.a (mgr.24293) 5443 : cluster 0 pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:06 smithi027 bash[31536]: audit 2023-12-07T12:06:06.244452+0000 mon.a (mon.0) 1210 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:06:07.004 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:07.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:07.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:07.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:07.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:07.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:07 smithi022 bash[28554]: audit 2023-12-07T12:06:06.479781+0000 mgr.a (mgr.24293) 5444 : audit 0 from='client.117792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:07 smithi044 bash[32620]: audit 2023-12-07T12:06:06.479781+0000 mgr.a (mgr.24293) 5444 : audit 0 from='client.117792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:07 smithi027 bash[31536]: audit 2023-12-07T12:06:06.479781+0000 mgr.a (mgr.24293) 5444 : audit 0 from='client.117792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:08 smithi022 bash[28554]: cluster 2023-12-07T12:06:07.387800+0000 mgr.a (mgr.24293) 5445 : cluster 0 pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:08 smithi044 bash[32620]: cluster 2023-12-07T12:06:07.387800+0000 mgr.a (mgr.24293) 5445 : cluster 0 pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:08 smithi027 bash[31536]: cluster 2023-12-07T12:06:07.387800+0000 mgr.a (mgr.24293) 5445 : cluster 0 pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:10 smithi022 bash[28554]: cluster 2023-12-07T12:06:09.388406+0000 mgr.a (mgr.24293) 5446 : cluster 0 pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:10 smithi044 bash[32620]: cluster 2023-12-07T12:06:09.388406+0000 mgr.a (mgr.24293) 5446 : cluster 0 pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:10 smithi027 bash[31536]: cluster 2023-12-07T12:06:09.388406+0000 mgr.a (mgr.24293) 5446 : cluster 0 pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:12.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:12.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:12.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: cluster 2023-12-07T12:06:11.389068+0000 mgr.a (mgr.24293) 5447 : cluster 0 pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:11.585402+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:11.591651+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:11.636267+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:11.641603+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:11.645436+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:11.663475+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:12.384788+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:06:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:12.386534+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:06:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:12 smithi022 bash[28554]: audit 2023-12-07T12:06:12.396012+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: cluster 2023-12-07T12:06:11.389068+0000 mgr.a (mgr.24293) 5447 : cluster 0 pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:11.585402+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:11.591651+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:11.636267+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:11.641603+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:11.645436+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:11.663475+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:12.384788+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:12.386534+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:06:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:12 smithi044 bash[32620]: audit 2023-12-07T12:06:12.396012+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:12.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:12.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:12.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:12.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: cluster 2023-12-07T12:06:11.389068+0000 mgr.a (mgr.24293) 5447 : cluster 0 pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:11.585402+0000 mon.a (mon.0) 1211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:11.591651+0000 mon.a (mon.0) 1212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:11.636267+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:11.641603+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:11.645436+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:11.663475+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:12.384788+0000 mon.a (mon.0) 1217 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:12.386534+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:06:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:12 smithi027 bash[31536]: audit 2023-12-07T12:06:12.396012+0000 mon.a (mon.0) 1219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:06:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:13 smithi022 bash[28554]: audit 2023-12-07T12:06:12.415965+0000 mgr.a (mgr.24293) 5448 : audit 0 from='client.117861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:13 smithi044 bash[32620]: audit 2023-12-07T12:06:12.415965+0000 mgr.a (mgr.24293) 5448 : audit 0 from='client.117861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:13 smithi027 bash[31536]: audit 2023-12-07T12:06:12.415965+0000 mgr.a (mgr.24293) 5448 : audit 0 from='client.117861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:14 smithi022 bash[28554]: cluster 2023-12-07T12:06:13.389793+0000 mgr.a (mgr.24293) 5449 : 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-07T12:06:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:14 smithi044 bash[32620]: cluster 2023-12-07T12:06:13.389793+0000 mgr.a (mgr.24293) 5449 : 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-07T12:06:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:14 smithi027 bash[31536]: cluster 2023-12-07T12:06:13.389793+0000 mgr.a (mgr.24293) 5449 : 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-07T12:06:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:16 smithi022 bash[28554]: cluster 2023-12-07T12:06:15.390688+0000 mgr.a (mgr.24293) 5450 : cluster 0 pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:16.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:16 smithi044 bash[32620]: cluster 2023-12-07T12:06:15.390688+0000 mgr.a (mgr.24293) 5450 : cluster 0 pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:16 smithi027 bash[31536]: cluster 2023-12-07T12:06:15.390688+0000 mgr.a (mgr.24293) 5450 : cluster 0 pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:17.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:17.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:17.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:18.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:18.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:18.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:18.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:18.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:18 smithi022 bash[28554]: cluster 2023-12-07T12:06:17.391392+0000 mgr.a (mgr.24293) 5451 : cluster 0 pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:18 smithi044 bash[32620]: cluster 2023-12-07T12:06:17.391392+0000 mgr.a (mgr.24293) 5451 : cluster 0 pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:18 smithi027 bash[31536]: cluster 2023-12-07T12:06:17.391392+0000 mgr.a (mgr.24293) 5451 : cluster 0 pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:19 smithi022 bash[28554]: audit 2023-12-07T12:06:18.356684+0000 mgr.a (mgr.24293) 5452 : audit 0 from='client.117936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:19 smithi044 bash[32620]: audit 2023-12-07T12:06:18.356684+0000 mgr.a (mgr.24293) 5452 : audit 0 from='client.117936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:19 smithi027 bash[31536]: audit 2023-12-07T12:06:18.356684+0000 mgr.a (mgr.24293) 5452 : audit 0 from='client.117936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:20 smithi022 bash[28554]: cluster 2023-12-07T12:06:19.392128+0000 mgr.a (mgr.24293) 5453 : cluster 0 pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:20.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:20 smithi044 bash[32620]: cluster 2023-12-07T12:06:19.392128+0000 mgr.a (mgr.24293) 5453 : cluster 0 pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:20 smithi027 bash[31536]: cluster 2023-12-07T12:06:19.392128+0000 mgr.a (mgr.24293) 5453 : cluster 0 pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:22 smithi022 bash[28554]: cluster 2023-12-07T12:06:21.392958+0000 mgr.a (mgr.24293) 5454 : cluster 0 pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:22 smithi044 bash[32620]: cluster 2023-12-07T12:06:21.392958+0000 mgr.a (mgr.24293) 5454 : cluster 0 pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:22 smithi027 bash[31536]: cluster 2023-12-07T12:06:21.392958+0000 mgr.a (mgr.24293) 5454 : cluster 0 pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:23.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:23.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:23.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:24.813 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:24.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:24.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:24.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:24.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:24 smithi022 bash[28554]: cluster 2023-12-07T12:06:23.393539+0000 mgr.a (mgr.24293) 5455 : cluster 0 pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:24 smithi044 bash[32620]: cluster 2023-12-07T12:06:23.393539+0000 mgr.a (mgr.24293) 5455 : cluster 0 pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:24 smithi027 bash[31536]: cluster 2023-12-07T12:06:23.393539+0000 mgr.a (mgr.24293) 5455 : cluster 0 pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:25 smithi022 bash[28554]: audit 2023-12-07T12:06:24.273786+0000 mgr.a (mgr.24293) 5456 : audit 0 from='client.118011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:25 smithi044 bash[32620]: audit 2023-12-07T12:06:24.273786+0000 mgr.a (mgr.24293) 5456 : audit 0 from='client.118011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:25 smithi027 bash[31536]: audit 2023-12-07T12:06:24.273786+0000 mgr.a (mgr.24293) 5456 : audit 0 from='client.118011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:26 smithi022 bash[28554]: cluster 2023-12-07T12:06:25.394460+0000 mgr.a (mgr.24293) 5457 : cluster 0 pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:26 smithi044 bash[32620]: cluster 2023-12-07T12:06:25.394460+0000 mgr.a (mgr.24293) 5457 : cluster 0 pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:26 smithi027 bash[31536]: cluster 2023-12-07T12:06:25.394460+0000 mgr.a (mgr.24293) 5457 : cluster 0 pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:28 smithi022 bash[28554]: cluster 2023-12-07T12:06:27.395305+0000 mgr.a (mgr.24293) 5458 : cluster 0 pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:28 smithi044 bash[32620]: cluster 2023-12-07T12:06:27.395305+0000 mgr.a (mgr.24293) 5458 : cluster 0 pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:28 smithi027 bash[31536]: cluster 2023-12-07T12:06:27.395305+0000 mgr.a (mgr.24293) 5458 : cluster 0 pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:29.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:29.817 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:29.817 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:30.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:30.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:30.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:30.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:30.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:30 smithi022 bash[28554]: cluster 2023-12-07T12:06:29.395917+0000 mgr.a (mgr.24293) 5459 : 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-07T12:06:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:30 smithi044 bash[32620]: cluster 2023-12-07T12:06:29.395917+0000 mgr.a (mgr.24293) 5459 : 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-07T12:06:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:30 smithi027 bash[31536]: cluster 2023-12-07T12:06:29.395917+0000 mgr.a (mgr.24293) 5459 : 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-07T12:06:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:31 smithi022 bash[28554]: audit 2023-12-07T12:06:30.226049+0000 mgr.a (mgr.24293) 5460 : audit 0 from='client.118086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:31 smithi044 bash[32620]: audit 2023-12-07T12:06:30.226049+0000 mgr.a (mgr.24293) 5460 : audit 0 from='client.118086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:31 smithi027 bash[31536]: audit 2023-12-07T12:06:30.226049+0000 mgr.a (mgr.24293) 5460 : audit 0 from='client.118086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:32 smithi022 bash[28554]: cluster 2023-12-07T12:06:31.396988+0000 mgr.a (mgr.24293) 5461 : cluster 0 pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:32 smithi044 bash[32620]: cluster 2023-12-07T12:06:31.396988+0000 mgr.a (mgr.24293) 5461 : cluster 0 pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:32 smithi027 bash[31536]: cluster 2023-12-07T12:06:31.396988+0000 mgr.a (mgr.24293) 5461 : cluster 0 pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:34 smithi022 bash[28554]: cluster 2023-12-07T12:06:33.397651+0000 mgr.a (mgr.24293) 5462 : cluster 0 pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:34.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:34 smithi044 bash[32620]: cluster 2023-12-07T12:06:33.397651+0000 mgr.a (mgr.24293) 5462 : cluster 0 pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:34 smithi027 bash[31536]: cluster 2023-12-07T12:06:33.397651+0000 mgr.a (mgr.24293) 5462 : cluster 0 pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:35.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:35.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:35.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:36.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:36.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:36.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:36.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:36.706 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:36 smithi022 bash[28554]: cluster 2023-12-07T12:06:35.398354+0000 mgr.a (mgr.24293) 5463 : cluster 0 pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:36 smithi044 bash[32620]: cluster 2023-12-07T12:06:35.398354+0000 mgr.a (mgr.24293) 5463 : cluster 0 pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:36 smithi027 bash[31536]: cluster 2023-12-07T12:06:35.398354+0000 mgr.a (mgr.24293) 5463 : cluster 0 pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:37 smithi022 bash[28554]: audit 2023-12-07T12:06:36.187386+0000 mgr.a (mgr.24293) 5464 : audit 0 from='client.118161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:37 smithi044 bash[32620]: audit 2023-12-07T12:06:36.187386+0000 mgr.a (mgr.24293) 5464 : audit 0 from='client.118161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:37 smithi027 bash[31536]: audit 2023-12-07T12:06:36.187386+0000 mgr.a (mgr.24293) 5464 : audit 0 from='client.118161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:38 smithi022 bash[28554]: cluster 2023-12-07T12:06:37.399216+0000 mgr.a (mgr.24293) 5465 : cluster 0 pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:38.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:38 smithi044 bash[32620]: cluster 2023-12-07T12:06:37.399216+0000 mgr.a (mgr.24293) 5465 : cluster 0 pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:38 smithi027 bash[31536]: cluster 2023-12-07T12:06:37.399216+0000 mgr.a (mgr.24293) 5465 : cluster 0 pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:40 smithi022 bash[28554]: cluster 2023-12-07T12:06:39.399818+0000 mgr.a (mgr.24293) 5466 : cluster 0 pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:40 smithi044 bash[32620]: cluster 2023-12-07T12:06:39.399818+0000 mgr.a (mgr.24293) 5466 : cluster 0 pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:40 smithi027 bash[31536]: cluster 2023-12-07T12:06:39.399818+0000 mgr.a (mgr.24293) 5466 : cluster 0 pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:41.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:41.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:41.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:42.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:42.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:42.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:42.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:42.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:42 smithi022 bash[28554]: cluster 2023-12-07T12:06:41.400620+0000 mgr.a (mgr.24293) 5467 : cluster 0 pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:42 smithi044 bash[32620]: cluster 2023-12-07T12:06:41.400620+0000 mgr.a (mgr.24293) 5467 : cluster 0 pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:42 smithi027 bash[31536]: cluster 2023-12-07T12:06:41.400620+0000 mgr.a (mgr.24293) 5467 : cluster 0 pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:43 smithi027 bash[31536]: audit 2023-12-07T12:06:42.121604+0000 mgr.a (mgr.24293) 5468 : audit 0 from='client.118236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:43 smithi022 bash[28554]: audit 2023-12-07T12:06:42.121604+0000 mgr.a (mgr.24293) 5468 : audit 0 from='client.118236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:43 smithi044 bash[32620]: audit 2023-12-07T12:06:42.121604+0000 mgr.a (mgr.24293) 5468 : audit 0 from='client.118236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:44 smithi027 bash[31536]: cluster 2023-12-07T12:06:43.401397+0000 mgr.a (mgr.24293) 5469 : 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-07T12:06:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:44 smithi022 bash[28554]: cluster 2023-12-07T12:06:43.401397+0000 mgr.a (mgr.24293) 5469 : 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-07T12:06:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:44 smithi044 bash[32620]: cluster 2023-12-07T12:06:43.401397+0000 mgr.a (mgr.24293) 5469 : 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-07T12:06:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:46 smithi027 bash[31536]: cluster 2023-12-07T12:06:45.402275+0000 mgr.a (mgr.24293) 5470 : cluster 0 pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:46 smithi022 bash[28554]: cluster 2023-12-07T12:06:45.402275+0000 mgr.a (mgr.24293) 5470 : cluster 0 pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:46 smithi044 bash[32620]: cluster 2023-12-07T12:06:45.402275+0000 mgr.a (mgr.24293) 5470 : cluster 0 pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:47.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:47.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:47.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:48.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:48.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:48.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:48.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:48.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:48 smithi027 bash[31536]: cluster 2023-12-07T12:06:47.402909+0000 mgr.a (mgr.24293) 5471 : cluster 0 pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:48 smithi022 bash[28554]: cluster 2023-12-07T12:06:47.402909+0000 mgr.a (mgr.24293) 5471 : cluster 0 pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:48 smithi044 bash[32620]: cluster 2023-12-07T12:06:47.402909+0000 mgr.a (mgr.24293) 5471 : cluster 0 pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:49 smithi022 bash[28554]: audit 2023-12-07T12:06:48.075748+0000 mgr.a (mgr.24293) 5472 : audit 0 from='client.118311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:49 smithi044 bash[32620]: audit 2023-12-07T12:06:48.075748+0000 mgr.a (mgr.24293) 5472 : audit 0 from='client.118311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:49 smithi027 bash[31536]: audit 2023-12-07T12:06:48.075748+0000 mgr.a (mgr.24293) 5472 : audit 0 from='client.118311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:50 smithi022 bash[28554]: cluster 2023-12-07T12:06:49.403680+0000 mgr.a (mgr.24293) 5473 : cluster 0 pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:50 smithi044 bash[32620]: cluster 2023-12-07T12:06:49.403680+0000 mgr.a (mgr.24293) 5473 : cluster 0 pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:50 smithi027 bash[31536]: cluster 2023-12-07T12:06:49.403680+0000 mgr.a (mgr.24293) 5473 : cluster 0 pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:52 smithi022 bash[28554]: cluster 2023-12-07T12:06:51.404476+0000 mgr.a (mgr.24293) 5474 : cluster 0 pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:52 smithi044 bash[32620]: cluster 2023-12-07T12:06:51.404476+0000 mgr.a (mgr.24293) 5474 : cluster 0 pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:52 smithi027 bash[31536]: cluster 2023-12-07T12:06:51.404476+0000 mgr.a (mgr.24293) 5474 : cluster 0 pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:53.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:53.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:53.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:54.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:06:54.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:54.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:54.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:54.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:06:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:54 smithi022 bash[28554]: cluster 2023-12-07T12:06:53.405071+0000 mgr.a (mgr.24293) 5475 : cluster 0 pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:54 smithi044 bash[32620]: cluster 2023-12-07T12:06:53.405071+0000 mgr.a (mgr.24293) 5475 : cluster 0 pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:54 smithi027 bash[31536]: cluster 2023-12-07T12:06:53.405071+0000 mgr.a (mgr.24293) 5475 : cluster 0 pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:55 smithi022 bash[28554]: audit 2023-12-07T12:06:54.014697+0000 mgr.a (mgr.24293) 5476 : audit 0 from='client.118389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:55 smithi044 bash[32620]: audit 2023-12-07T12:06:54.014697+0000 mgr.a (mgr.24293) 5476 : audit 0 from='client.118389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:55 smithi027 bash[31536]: audit 2023-12-07T12:06:54.014697+0000 mgr.a (mgr.24293) 5476 : audit 0 from='client.118389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:56 smithi022 bash[28554]: cluster 2023-12-07T12:06:55.406085+0000 mgr.a (mgr.24293) 5477 : cluster 0 pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:56 smithi044 bash[32620]: cluster 2023-12-07T12:06:55.406085+0000 mgr.a (mgr.24293) 5477 : cluster 0 pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:56 smithi027 bash[31536]: cluster 2023-12-07T12:06:55.406085+0000 mgr.a (mgr.24293) 5477 : cluster 0 pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:06:58 smithi022 bash[28554]: cluster 2023-12-07T12:06:57.406764+0000 mgr.a (mgr.24293) 5478 : cluster 0 pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:59.223 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:06:58 smithi027 bash[31536]: cluster 2023-12-07T12:06:57.406764+0000 mgr.a (mgr.24293) 5478 : cluster 0 pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:59.223 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:06:58 smithi044 bash[32620]: cluster 2023-12-07T12:06:57.406764+0000 mgr.a (mgr.24293) 5478 : cluster 0 pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:59.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:06:59.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:59.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:00.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:00.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:00.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:00.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:00.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:00 smithi022 bash[28554]: cluster 2023-12-07T12:06:59.407366+0000 mgr.a (mgr.24293) 5479 : cluster 0 pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:00 smithi044 bash[32620]: cluster 2023-12-07T12:06:59.407366+0000 mgr.a (mgr.24293) 5479 : cluster 0 pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:00 smithi027 bash[31536]: cluster 2023-12-07T12:06:59.407366+0000 mgr.a (mgr.24293) 5479 : cluster 0 pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:01 smithi022 bash[28554]: audit 2023-12-07T12:06:59.953220+0000 mgr.a (mgr.24293) 5480 : audit 0 from='client.118467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:01 smithi044 bash[32620]: audit 2023-12-07T12:06:59.953220+0000 mgr.a (mgr.24293) 5480 : audit 0 from='client.118467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:01 smithi027 bash[31536]: audit 2023-12-07T12:06:59.953220+0000 mgr.a (mgr.24293) 5480 : audit 0 from='client.118467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:02 smithi022 bash[28554]: cluster 2023-12-07T12:07:01.408364+0000 mgr.a (mgr.24293) 5481 : cluster 0 pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:07:03.187 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:02 smithi044 bash[32620]: cluster 2023-12-07T12:07:01.408364+0000 mgr.a (mgr.24293) 5481 : cluster 0 pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:07:03.214 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:02 smithi027 bash[31536]: cluster 2023-12-07T12:07:01.408364+0000 mgr.a (mgr.24293) 5481 : cluster 0 pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:07:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:04 smithi022 bash[28554]: cluster 2023-12-07T12:07:03.408943+0000 mgr.a (mgr.24293) 5482 : cluster 0 pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:07:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:04 smithi044 bash[32620]: cluster 2023-12-07T12:07:03.408943+0000 mgr.a (mgr.24293) 5482 : cluster 0 pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:07:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:04 smithi027 bash[31536]: cluster 2023-12-07T12:07:03.408943+0000 mgr.a (mgr.24293) 5482 : cluster 0 pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:07:05.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:05.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:05.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:06.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:06.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:06.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:06.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:06.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:06 smithi022 bash[28554]: cluster 2023-12-07T12:07:05.409631+0000 mgr.a (mgr.24293) 5483 : cluster 0 pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:06 smithi022 bash[28554]: audit 2023-12-07T12:07:05.869763+0000 mgr.a (mgr.24293) 5484 : audit 0 from='client.118545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:06 smithi044 bash[32620]: cluster 2023-12-07T12:07:05.409631+0000 mgr.a (mgr.24293) 5483 : cluster 0 pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:06 smithi044 bash[32620]: audit 2023-12-07T12:07:05.869763+0000 mgr.a (mgr.24293) 5484 : audit 0 from='client.118545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:06 smithi027 bash[31536]: cluster 2023-12-07T12:07:05.409631+0000 mgr.a (mgr.24293) 5483 : cluster 0 pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:06 smithi027 bash[31536]: audit 2023-12-07T12:07:05.869763+0000 mgr.a (mgr.24293) 5484 : audit 0 from='client.118545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:08 smithi022 bash[28554]: cluster 2023-12-07T12:07:07.410606+0000 mgr.a (mgr.24293) 5485 : cluster 0 pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:07:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:08 smithi044 bash[32620]: cluster 2023-12-07T12:07:07.410606+0000 mgr.a (mgr.24293) 5485 : cluster 0 pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:07:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:08 smithi027 bash[31536]: cluster 2023-12-07T12:07:07.410606+0000 mgr.a (mgr.24293) 5485 : cluster 0 pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:07:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:10 smithi022 bash[28554]: cluster 2023-12-07T12:07:09.411245+0000 mgr.a (mgr.24293) 5486 : cluster 0 pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:10 smithi044 bash[32620]: cluster 2023-12-07T12:07:09.411245+0000 mgr.a (mgr.24293) 5486 : cluster 0 pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:10 smithi027 bash[31536]: cluster 2023-12-07T12:07:09.411245+0000 mgr.a (mgr.24293) 5486 : cluster 0 pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:11.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:11.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:11.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:12.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:12.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:12.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:12.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:12.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:12 smithi022 bash[28554]: cluster 2023-12-07T12:07:11.412203+0000 mgr.a (mgr.24293) 5487 : cluster 0 pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:12 smithi022 bash[28554]: audit 2023-12-07T12:07:11.800126+0000 mgr.a (mgr.24293) 5488 : audit 0 from='client.118623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:12 smithi022 bash[28554]: audit 2023-12-07T12:07:12.533291+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:07:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:12 smithi044 bash[32620]: cluster 2023-12-07T12:07:11.412203+0000 mgr.a (mgr.24293) 5487 : cluster 0 pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:12 smithi044 bash[32620]: audit 2023-12-07T12:07:11.800126+0000 mgr.a (mgr.24293) 5488 : audit 0 from='client.118623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:12 smithi044 bash[32620]: audit 2023-12-07T12:07:12.533291+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:07:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:12 smithi027 bash[31536]: cluster 2023-12-07T12:07:11.412203+0000 mgr.a (mgr.24293) 5487 : cluster 0 pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:12 smithi027 bash[31536]: audit 2023-12-07T12:07:11.800126+0000 mgr.a (mgr.24293) 5488 : audit 0 from='client.118623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:12 smithi027 bash[31536]: audit 2023-12-07T12:07:12.533291+0000 mon.a (mon.0) 1220 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:07:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:13 smithi022 bash[28554]: audit 2023-12-07T12:07:13.330653+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:07:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:13 smithi022 bash[28554]: audit 2023-12-07T12:07:13.332723+0000 mon.a (mon.0) 1222 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:07:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:13 smithi022 bash[28554]: audit 2023-12-07T12:07:13.343332+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:07:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:13 smithi044 bash[32620]: audit 2023-12-07T12:07:13.330653+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:07:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:13 smithi044 bash[32620]: audit 2023-12-07T12:07:13.332723+0000 mon.a (mon.0) 1222 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:07:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:13 smithi044 bash[32620]: audit 2023-12-07T12:07:13.343332+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:07:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:13 smithi027 bash[31536]: audit 2023-12-07T12:07:13.330653+0000 mon.a (mon.0) 1221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:07:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:13 smithi027 bash[31536]: audit 2023-12-07T12:07:13.332723+0000 mon.a (mon.0) 1222 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:07:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:13 smithi027 bash[31536]: audit 2023-12-07T12:07:13.343332+0000 mon.a (mon.0) 1223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:07:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:14 smithi022 bash[28554]: cluster 2023-12-07T12:07:13.412903+0000 mgr.a (mgr.24293) 5489 : cluster 0 pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:07:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:14 smithi044 bash[32620]: cluster 2023-12-07T12:07:13.412903+0000 mgr.a (mgr.24293) 5489 : cluster 0 pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:07:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:14 smithi027 bash[31536]: cluster 2023-12-07T12:07:13.412903+0000 mgr.a (mgr.24293) 5489 : cluster 0 pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:07:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:16 smithi022 bash[28554]: cluster 2023-12-07T12:07:15.413656+0000 mgr.a (mgr.24293) 5490 : cluster 0 pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:07:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:16 smithi044 bash[32620]: cluster 2023-12-07T12:07:15.413656+0000 mgr.a (mgr.24293) 5490 : cluster 0 pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:07:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:16 smithi027 bash[31536]: cluster 2023-12-07T12:07:15.413656+0000 mgr.a (mgr.24293) 5490 : cluster 0 pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:07:17.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:17.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:17.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:18.297 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:18.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:18.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:18.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:18.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:18 smithi022 bash[28554]: cluster 2023-12-07T12:07:17.414286+0000 mgr.a (mgr.24293) 5491 : 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-07T12:07:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:18 smithi022 bash[28554]: audit 2023-12-07T12:07:17.741900+0000 mgr.a (mgr.24293) 5492 : audit 0 from='client.118701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:18 smithi044 bash[32620]: cluster 2023-12-07T12:07:17.414286+0000 mgr.a (mgr.24293) 5491 : 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-07T12:07:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:18 smithi044 bash[32620]: audit 2023-12-07T12:07:17.741900+0000 mgr.a (mgr.24293) 5492 : audit 0 from='client.118701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:18 smithi027 bash[31536]: cluster 2023-12-07T12:07:17.414286+0000 mgr.a (mgr.24293) 5491 : 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-07T12:07:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:18 smithi027 bash[31536]: audit 2023-12-07T12:07:17.741900+0000 mgr.a (mgr.24293) 5492 : audit 0 from='client.118701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:20 smithi022 bash[28554]: cluster 2023-12-07T12:07:19.414968+0000 mgr.a (mgr.24293) 5493 : 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-07T12:07:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:20 smithi044 bash[32620]: cluster 2023-12-07T12:07:19.414968+0000 mgr.a (mgr.24293) 5493 : 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-07T12:07:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:20 smithi027 bash[31536]: cluster 2023-12-07T12:07:19.414968+0000 mgr.a (mgr.24293) 5493 : 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-07T12:07:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:22 smithi022 bash[28554]: cluster 2023-12-07T12:07:21.415792+0000 mgr.a (mgr.24293) 5494 : cluster 0 pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:22 smithi044 bash[32620]: cluster 2023-12-07T12:07:21.415792+0000 mgr.a (mgr.24293) 5494 : cluster 0 pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:22 smithi027 bash[31536]: cluster 2023-12-07T12:07:21.415792+0000 mgr.a (mgr.24293) 5494 : cluster 0 pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:23.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:23.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:23.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:24.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:24.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:24.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:24.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:24.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:24 smithi022 bash[28554]: cluster 2023-12-07T12:07:23.416147+0000 mgr.a (mgr.24293) 5495 : cluster 0 pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:24 smithi022 bash[28554]: audit 2023-12-07T12:07:23.715197+0000 mgr.a (mgr.24293) 5496 : audit 0 from='client.118773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:24 smithi044 bash[32620]: cluster 2023-12-07T12:07:23.416147+0000 mgr.a (mgr.24293) 5495 : cluster 0 pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:24 smithi044 bash[32620]: audit 2023-12-07T12:07:23.715197+0000 mgr.a (mgr.24293) 5496 : audit 0 from='client.118773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:24 smithi027 bash[31536]: cluster 2023-12-07T12:07:23.416147+0000 mgr.a (mgr.24293) 5495 : cluster 0 pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:24 smithi027 bash[31536]: audit 2023-12-07T12:07:23.715197+0000 mgr.a (mgr.24293) 5496 : audit 0 from='client.118773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:26 smithi022 bash[28554]: cluster 2023-12-07T12:07:25.417066+0000 mgr.a (mgr.24293) 5497 : cluster 0 pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:07:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:26 smithi044 bash[32620]: cluster 2023-12-07T12:07:25.417066+0000 mgr.a (mgr.24293) 5497 : cluster 0 pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:07:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:26 smithi027 bash[31536]: cluster 2023-12-07T12:07:25.417066+0000 mgr.a (mgr.24293) 5497 : cluster 0 pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:07:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:28 smithi022 bash[28554]: cluster 2023-12-07T12:07:27.417735+0000 mgr.a (mgr.24293) 5498 : cluster 0 pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:07:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:28 smithi044 bash[32620]: cluster 2023-12-07T12:07:27.417735+0000 mgr.a (mgr.24293) 5498 : cluster 0 pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:07:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:28 smithi027 bash[31536]: cluster 2023-12-07T12:07:27.417735+0000 mgr.a (mgr.24293) 5498 : cluster 0 pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:07:29.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:29.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:29.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:30.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:30.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:30.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:30.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:30.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:30 smithi022 bash[28554]: cluster 2023-12-07T12:07:29.418276+0000 mgr.a (mgr.24293) 5499 : cluster 0 pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:30 smithi022 bash[28554]: audit 2023-12-07T12:07:29.652823+0000 mgr.a (mgr.24293) 5500 : audit 0 from='client.118851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:30 smithi044 bash[32620]: cluster 2023-12-07T12:07:29.418276+0000 mgr.a (mgr.24293) 5499 : cluster 0 pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:30 smithi044 bash[32620]: audit 2023-12-07T12:07:29.652823+0000 mgr.a (mgr.24293) 5500 : audit 0 from='client.118851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:30 smithi027 bash[31536]: cluster 2023-12-07T12:07:29.418276+0000 mgr.a (mgr.24293) 5499 : cluster 0 pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:30 smithi027 bash[31536]: audit 2023-12-07T12:07:29.652823+0000 mgr.a (mgr.24293) 5500 : audit 0 from='client.118851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:32 smithi022 bash[28554]: cluster 2023-12-07T12:07:31.419180+0000 mgr.a (mgr.24293) 5501 : cluster 0 pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:32 smithi044 bash[32620]: cluster 2023-12-07T12:07:31.419180+0000 mgr.a (mgr.24293) 5501 : cluster 0 pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:32 smithi027 bash[31536]: cluster 2023-12-07T12:07:31.419180+0000 mgr.a (mgr.24293) 5501 : cluster 0 pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:34 smithi022 bash[28554]: cluster 2023-12-07T12:07:33.419779+0000 mgr.a (mgr.24293) 5502 : 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-07T12:07:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:34 smithi044 bash[32620]: cluster 2023-12-07T12:07:33.419779+0000 mgr.a (mgr.24293) 5502 : 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-07T12:07:35.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:35.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:35.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:34 smithi027 bash[31536]: cluster 2023-12-07T12:07:33.419779+0000 mgr.a (mgr.24293) 5502 : 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-07T12:07:36.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:36.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:36.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:36.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:36.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:36 smithi022 bash[28554]: cluster 2023-12-07T12:07:35.420442+0000 mgr.a (mgr.24293) 5503 : cluster 0 pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:36 smithi022 bash[28554]: audit 2023-12-07T12:07:35.613803+0000 mgr.a (mgr.24293) 5504 : audit 0 from='client.118926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:36 smithi044 bash[32620]: cluster 2023-12-07T12:07:35.420442+0000 mgr.a (mgr.24293) 5503 : cluster 0 pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:36 smithi044 bash[32620]: audit 2023-12-07T12:07:35.613803+0000 mgr.a (mgr.24293) 5504 : audit 0 from='client.118926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:36 smithi027 bash[31536]: cluster 2023-12-07T12:07:35.420442+0000 mgr.a (mgr.24293) 5503 : cluster 0 pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:36 smithi027 bash[31536]: audit 2023-12-07T12:07:35.613803+0000 mgr.a (mgr.24293) 5504 : audit 0 from='client.118926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:38 smithi044 bash[32620]: cluster 2023-12-07T12:07:37.421217+0000 mgr.a (mgr.24293) 5505 : cluster 0 pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:07:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:38 smithi022 bash[28554]: cluster 2023-12-07T12:07:37.421217+0000 mgr.a (mgr.24293) 5505 : cluster 0 pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:07:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:38 smithi027 bash[31536]: cluster 2023-12-07T12:07:37.421217+0000 mgr.a (mgr.24293) 5505 : cluster 0 pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:07:41.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:41.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:41.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:40 smithi022 bash[28554]: cluster 2023-12-07T12:07:39.421763+0000 mgr.a (mgr.24293) 5506 : cluster 0 pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:40 smithi044 bash[32620]: cluster 2023-12-07T12:07:39.421763+0000 mgr.a (mgr.24293) 5506 : cluster 0 pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:40 smithi027 bash[31536]: cluster 2023-12-07T12:07:39.421763+0000 mgr.a (mgr.24293) 5506 : cluster 0 pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:42.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:42.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:42.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:42.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:42.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:42 smithi022 bash[28554]: cluster 2023-12-07T12:07:41.422543+0000 mgr.a (mgr.24293) 5507 : cluster 0 pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:42 smithi022 bash[28554]: audit 2023-12-07T12:07:41.559009+0000 mgr.a (mgr.24293) 5508 : audit 0 from='client.118995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:42 smithi044 bash[32620]: cluster 2023-12-07T12:07:41.422543+0000 mgr.a (mgr.24293) 5507 : cluster 0 pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:42 smithi044 bash[32620]: audit 2023-12-07T12:07:41.559009+0000 mgr.a (mgr.24293) 5508 : audit 0 from='client.118995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:42 smithi027 bash[31536]: cluster 2023-12-07T12:07:41.422543+0000 mgr.a (mgr.24293) 5507 : cluster 0 pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:42 smithi027 bash[31536]: audit 2023-12-07T12:07:41.559009+0000 mgr.a (mgr.24293) 5508 : audit 0 from='client.118995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:44 smithi022 bash[28554]: cluster 2023-12-07T12:07:43.423240+0000 mgr.a (mgr.24293) 5509 : cluster 0 pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:44 smithi044 bash[32620]: cluster 2023-12-07T12:07:43.423240+0000 mgr.a (mgr.24293) 5509 : cluster 0 pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:44 smithi027 bash[31536]: cluster 2023-12-07T12:07:43.423240+0000 mgr.a (mgr.24293) 5509 : cluster 0 pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:47.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:47.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:47.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:46 smithi022 bash[28554]: cluster 2023-12-07T12:07:45.424027+0000 mgr.a (mgr.24293) 5510 : cluster 0 pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:07:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:46 smithi044 bash[32620]: cluster 2023-12-07T12:07:45.424027+0000 mgr.a (mgr.24293) 5510 : cluster 0 pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:07:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:46 smithi027 bash[31536]: cluster 2023-12-07T12:07:45.424027+0000 mgr.a (mgr.24293) 5510 : cluster 0 pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:07:48.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:48.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:48.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:48.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:48.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:48 smithi022 bash[28554]: cluster 2023-12-07T12:07:47.424498+0000 mgr.a (mgr.24293) 5511 : 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-07T12:07:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:48 smithi022 bash[28554]: audit 2023-12-07T12:07:47.515722+0000 mgr.a (mgr.24293) 5512 : audit 0 from='client.119070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:48 smithi044 bash[32620]: cluster 2023-12-07T12:07:47.424498+0000 mgr.a (mgr.24293) 5511 : 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-07T12:07:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:48 smithi044 bash[32620]: audit 2023-12-07T12:07:47.515722+0000 mgr.a (mgr.24293) 5512 : audit 0 from='client.119070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:48 smithi027 bash[31536]: cluster 2023-12-07T12:07:47.424498+0000 mgr.a (mgr.24293) 5511 : 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-07T12:07:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:48 smithi027 bash[31536]: audit 2023-12-07T12:07:47.515722+0000 mgr.a (mgr.24293) 5512 : audit 0 from='client.119070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:50 smithi022 bash[28554]: cluster 2023-12-07T12:07:49.425136+0000 mgr.a (mgr.24293) 5513 : 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-07T12:07:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:50 smithi044 bash[32620]: cluster 2023-12-07T12:07:49.425136+0000 mgr.a (mgr.24293) 5513 : 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-07T12:07:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:50 smithi027 bash[31536]: cluster 2023-12-07T12:07:49.425136+0000 mgr.a (mgr.24293) 5513 : 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-07T12:07:53.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:53.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:53.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:52 smithi022 bash[28554]: cluster 2023-12-07T12:07:51.425958+0000 mgr.a (mgr.24293) 5514 : cluster 0 pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:52 smithi044 bash[32620]: cluster 2023-12-07T12:07:51.425958+0000 mgr.a (mgr.24293) 5514 : cluster 0 pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:52 smithi027 bash[31536]: cluster 2023-12-07T12:07:51.425958+0000 mgr.a (mgr.24293) 5514 : cluster 0 pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:54.005 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:07:54.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:54.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:54.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:54.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:54 smithi022 bash[28554]: cluster 2023-12-07T12:07:53.426528+0000 mgr.a (mgr.24293) 5515 : cluster 0 pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:54 smithi022 bash[28554]: audit 2023-12-07T12:07:53.454452+0000 mgr.a (mgr.24293) 5516 : audit 0 from='client.119145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:54 smithi044 bash[32620]: cluster 2023-12-07T12:07:53.426528+0000 mgr.a (mgr.24293) 5515 : cluster 0 pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:54 smithi044 bash[32620]: audit 2023-12-07T12:07:53.454452+0000 mgr.a (mgr.24293) 5516 : audit 0 from='client.119145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:54 smithi027 bash[31536]: cluster 2023-12-07T12:07:53.426528+0000 mgr.a (mgr.24293) 5515 : cluster 0 pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:54 smithi027 bash[31536]: audit 2023-12-07T12:07:53.454452+0000 mgr.a (mgr.24293) 5516 : audit 0 from='client.119145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:56 smithi022 bash[28554]: cluster 2023-12-07T12:07:55.427344+0000 mgr.a (mgr.24293) 5517 : cluster 0 pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:07:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:56 smithi044 bash[32620]: cluster 2023-12-07T12:07:55.427344+0000 mgr.a (mgr.24293) 5517 : cluster 0 pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:07:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:56 smithi027 bash[31536]: cluster 2023-12-07T12:07:55.427344+0000 mgr.a (mgr.24293) 5517 : cluster 0 pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:07:59.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:07:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:07:58 smithi022 bash[28554]: cluster 2023-12-07T12:07:57.428002+0000 mgr.a (mgr.24293) 5518 : cluster 0 pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:07:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:07:58 smithi044 bash[32620]: cluster 2023-12-07T12:07:57.428002+0000 mgr.a (mgr.24293) 5518 : cluster 0 pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:07:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:07:58 smithi027 bash[31536]: cluster 2023-12-07T12:07:57.428002+0000 mgr.a (mgr.24293) 5518 : cluster 0 pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:07:59.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:59.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:59.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:59.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:07:59.932 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:00 smithi022 bash[28554]: audit 2023-12-07T12:07:59.423910+0000 mgr.a (mgr.24293) 5519 : audit 0 from='client.119217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:00 smithi022 bash[28554]: cluster 2023-12-07T12:07:59.436180+0000 mgr.a (mgr.24293) 5520 : cluster 0 pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:00 smithi044 bash[32620]: audit 2023-12-07T12:07:59.423910+0000 mgr.a (mgr.24293) 5519 : audit 0 from='client.119217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:00 smithi044 bash[32620]: cluster 2023-12-07T12:07:59.436180+0000 mgr.a (mgr.24293) 5520 : cluster 0 pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:00 smithi027 bash[31536]: audit 2023-12-07T12:07:59.423910+0000 mgr.a (mgr.24293) 5519 : audit 0 from='client.119217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:00 smithi027 bash[31536]: cluster 2023-12-07T12:07:59.436180+0000 mgr.a (mgr.24293) 5520 : cluster 0 pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:02 smithi022 bash[28554]: cluster 2023-12-07T12:08:01.437320+0000 mgr.a (mgr.24293) 5521 : cluster 0 pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:02 smithi044 bash[32620]: cluster 2023-12-07T12:08:01.437320+0000 mgr.a (mgr.24293) 5521 : cluster 0 pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:02 smithi027 bash[31536]: cluster 2023-12-07T12:08:01.437320+0000 mgr.a (mgr.24293) 5521 : cluster 0 pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:04.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:04.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:04.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:04 smithi022 bash[28554]: cluster 2023-12-07T12:08:03.437901+0000 mgr.a (mgr.24293) 5522 : cluster 0 pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:04 smithi044 bash[32620]: cluster 2023-12-07T12:08:03.437901+0000 mgr.a (mgr.24293) 5522 : cluster 0 pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:04 smithi027 bash[31536]: cluster 2023-12-07T12:08:03.437901+0000 mgr.a (mgr.24293) 5522 : cluster 0 pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:05.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:05.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:05.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:05.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:05.874 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:06 smithi022 bash[28554]: audit 2023-12-07T12:08:05.342490+0000 mgr.a (mgr.24293) 5523 : audit 0 from='client.119289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:06 smithi022 bash[28554]: cluster 2023-12-07T12:08:05.438798+0000 mgr.a (mgr.24293) 5524 : cluster 0 pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:06 smithi044 bash[32620]: audit 2023-12-07T12:08:05.342490+0000 mgr.a (mgr.24293) 5523 : audit 0 from='client.119289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:06 smithi044 bash[32620]: cluster 2023-12-07T12:08:05.438798+0000 mgr.a (mgr.24293) 5524 : cluster 0 pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:06 smithi027 bash[31536]: audit 2023-12-07T12:08:05.342490+0000 mgr.a (mgr.24293) 5523 : audit 0 from='client.119289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:06 smithi027 bash[31536]: cluster 2023-12-07T12:08:05.438798+0000 mgr.a (mgr.24293) 5524 : cluster 0 pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:08 smithi022 bash[28554]: cluster 2023-12-07T12:08:07.439654+0000 mgr.a (mgr.24293) 5525 : cluster 0 pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:08:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:08 smithi044 bash[32620]: cluster 2023-12-07T12:08:07.439654+0000 mgr.a (mgr.24293) 5525 : cluster 0 pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:08:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:08 smithi027 bash[31536]: cluster 2023-12-07T12:08:07.439654+0000 mgr.a (mgr.24293) 5525 : cluster 0 pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:08:10.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:10.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:10.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:10 smithi022 bash[28554]: cluster 2023-12-07T12:08:09.440247+0000 mgr.a (mgr.24293) 5526 : cluster 0 pgmap v4127: 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-07T12:08:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:10 smithi044 bash[32620]: cluster 2023-12-07T12:08:09.440247+0000 mgr.a (mgr.24293) 5526 : cluster 0 pgmap v4127: 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-07T12:08:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:10 smithi027 bash[31536]: cluster 2023-12-07T12:08:09.440247+0000 mgr.a (mgr.24293) 5526 : cluster 0 pgmap v4127: 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-07T12:08:11.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:11.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:11.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:11.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:11.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:12 smithi022 bash[28554]: audit 2023-12-07T12:08:11.286492+0000 mgr.a (mgr.24293) 5527 : audit 0 from='client.119358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:12 smithi022 bash[28554]: cluster 2023-12-07T12:08:11.441455+0000 mgr.a (mgr.24293) 5528 : cluster 0 pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:13.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:12 smithi044 bash[32620]: audit 2023-12-07T12:08:11.286492+0000 mgr.a (mgr.24293) 5527 : audit 0 from='client.119358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:12 smithi044 bash[32620]: cluster 2023-12-07T12:08:11.441455+0000 mgr.a (mgr.24293) 5528 : cluster 0 pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:12 smithi027 bash[31536]: audit 2023-12-07T12:08:11.286492+0000 mgr.a (mgr.24293) 5527 : audit 0 from='client.119358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:12 smithi027 bash[31536]: cluster 2023-12-07T12:08:11.441455+0000 mgr.a (mgr.24293) 5528 : cluster 0 pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:13 smithi022 bash[28554]: audit 2023-12-07T12:08:13.445792+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:08:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:13 smithi044 bash[32620]: audit 2023-12-07T12:08:13.445792+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:08:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:13 smithi027 bash[31536]: audit 2023-12-07T12:08:13.445792+0000 mon.a (mon.0) 1224 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:08:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:14 smithi022 bash[28554]: cluster 2023-12-07T12:08:13.442162+0000 mgr.a (mgr.24293) 5529 : cluster 0 pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:14 smithi022 bash[28554]: audit 2023-12-07T12:08:14.232596+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:08:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:14 smithi022 bash[28554]: audit 2023-12-07T12:08:14.234531+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:08:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:14 smithi022 bash[28554]: audit 2023-12-07T12:08:14.244669+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:08:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:14 smithi044 bash[32620]: cluster 2023-12-07T12:08:13.442162+0000 mgr.a (mgr.24293) 5529 : cluster 0 pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:14 smithi044 bash[32620]: audit 2023-12-07T12:08:14.232596+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:08:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:14 smithi044 bash[32620]: audit 2023-12-07T12:08:14.234531+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:08:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:14 smithi044 bash[32620]: audit 2023-12-07T12:08:14.244669+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:08:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:14 smithi027 bash[31536]: cluster 2023-12-07T12:08:13.442162+0000 mgr.a (mgr.24293) 5529 : cluster 0 pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:14 smithi027 bash[31536]: audit 2023-12-07T12:08:14.232596+0000 mon.a (mon.0) 1225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:08:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:14 smithi027 bash[31536]: audit 2023-12-07T12:08:14.234531+0000 mon.a (mon.0) 1226 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:08:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:14 smithi027 bash[31536]: audit 2023-12-07T12:08:14.244669+0000 mon.a (mon.0) 1227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:08:16.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:16.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:16.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:16 smithi022 bash[28554]: cluster 2023-12-07T12:08:15.442932+0000 mgr.a (mgr.24293) 5530 : cluster 0 pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:08:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:16 smithi044 bash[32620]: cluster 2023-12-07T12:08:15.442932+0000 mgr.a (mgr.24293) 5530 : cluster 0 pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:08:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:16 smithi027 bash[31536]: cluster 2023-12-07T12:08:15.442932+0000 mgr.a (mgr.24293) 5530 : cluster 0 pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:08:17.738 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:17.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:17.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:17.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:17.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:18 smithi022 bash[28554]: audit 2023-12-07T12:08:17.206199+0000 mgr.a (mgr.24293) 5531 : audit 0 from='client.119436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:18 smithi022 bash[28554]: cluster 2023-12-07T12:08:17.443647+0000 mgr.a (mgr.24293) 5532 : 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-07T12:08:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:18 smithi044 bash[32620]: audit 2023-12-07T12:08:17.206199+0000 mgr.a (mgr.24293) 5531 : audit 0 from='client.119436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:18 smithi044 bash[32620]: cluster 2023-12-07T12:08:17.443647+0000 mgr.a (mgr.24293) 5532 : 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-07T12:08:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:18 smithi027 bash[31536]: audit 2023-12-07T12:08:17.206199+0000 mgr.a (mgr.24293) 5531 : audit 0 from='client.119436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:18 smithi027 bash[31536]: cluster 2023-12-07T12:08:17.443647+0000 mgr.a (mgr.24293) 5532 : 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-07T12:08:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:20 smithi022 bash[28554]: cluster 2023-12-07T12:08:19.444270+0000 mgr.a (mgr.24293) 5533 : 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-07T12:08:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:20 smithi044 bash[32620]: cluster 2023-12-07T12:08:19.444270+0000 mgr.a (mgr.24293) 5533 : 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-07T12:08:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:20 smithi027 bash[31536]: cluster 2023-12-07T12:08:19.444270+0000 mgr.a (mgr.24293) 5533 : 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-07T12:08:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:21 smithi022 bash[28554]: cluster 2023-12-07T12:08:21.445139+0000 mgr.a (mgr.24293) 5534 : 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-07T12:08:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:21 smithi044 bash[32620]: cluster 2023-12-07T12:08:21.445139+0000 mgr.a (mgr.24293) 5534 : 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-07T12:08:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:21 smithi027 bash[31536]: cluster 2023-12-07T12:08:21.445139+0000 mgr.a (mgr.24293) 5534 : 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-07T12:08:22.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:22.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:22.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:23.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:23.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:23.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:23.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:23.683 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:24 smithi022 bash[28554]: audit 2023-12-07T12:08:23.158539+0000 mgr.a (mgr.24293) 5535 : audit 0 from='client.119514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:24 smithi022 bash[28554]: cluster 2023-12-07T12:08:23.445844+0000 mgr.a (mgr.24293) 5536 : 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-07T12:08:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:24 smithi044 bash[32620]: audit 2023-12-07T12:08:23.158539+0000 mgr.a (mgr.24293) 5535 : audit 0 from='client.119514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:24 smithi044 bash[32620]: cluster 2023-12-07T12:08:23.445844+0000 mgr.a (mgr.24293) 5536 : 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-07T12:08:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:24 smithi027 bash[31536]: audit 2023-12-07T12:08:23.158539+0000 mgr.a (mgr.24293) 5535 : audit 0 from='client.119514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:24 smithi027 bash[31536]: cluster 2023-12-07T12:08:23.445844+0000 mgr.a (mgr.24293) 5536 : 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-07T12:08:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:26 smithi022 bash[28554]: cluster 2023-12-07T12:08:25.446880+0000 mgr.a (mgr.24293) 5537 : cluster 0 pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:08:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:26 smithi044 bash[32620]: cluster 2023-12-07T12:08:25.446880+0000 mgr.a (mgr.24293) 5537 : cluster 0 pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:08:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:26 smithi027 bash[31536]: cluster 2023-12-07T12:08:25.446880+0000 mgr.a (mgr.24293) 5537 : cluster 0 pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:08:28.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:28.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:28.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:28 smithi022 bash[28554]: cluster 2023-12-07T12:08:27.447515+0000 mgr.a (mgr.24293) 5538 : cluster 0 pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:08:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:28 smithi044 bash[32620]: cluster 2023-12-07T12:08:27.447515+0000 mgr.a (mgr.24293) 5538 : cluster 0 pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:08:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:28 smithi027 bash[31536]: cluster 2023-12-07T12:08:27.447515+0000 mgr.a (mgr.24293) 5538 : cluster 0 pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:08:29.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:29.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:29.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:29.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:29.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:30 smithi022 bash[28554]: audit 2023-12-07T12:08:29.095270+0000 mgr.a (mgr.24293) 5539 : audit 0 from='client.119592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:30 smithi022 bash[28554]: cluster 2023-12-07T12:08:29.448010+0000 mgr.a (mgr.24293) 5540 : cluster 0 pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:30 smithi044 bash[32620]: audit 2023-12-07T12:08:29.095270+0000 mgr.a (mgr.24293) 5539 : audit 0 from='client.119592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:30 smithi044 bash[32620]: cluster 2023-12-07T12:08:29.448010+0000 mgr.a (mgr.24293) 5540 : cluster 0 pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:30 smithi027 bash[31536]: audit 2023-12-07T12:08:29.095270+0000 mgr.a (mgr.24293) 5539 : audit 0 from='client.119592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:30 smithi027 bash[31536]: cluster 2023-12-07T12:08:29.448010+0000 mgr.a (mgr.24293) 5540 : cluster 0 pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:32 smithi022 bash[28554]: cluster 2023-12-07T12:08:31.449062+0000 mgr.a (mgr.24293) 5541 : cluster 0 pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:32 smithi044 bash[32620]: cluster 2023-12-07T12:08:31.449062+0000 mgr.a (mgr.24293) 5541 : cluster 0 pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:32 smithi027 bash[31536]: cluster 2023-12-07T12:08:31.449062+0000 mgr.a (mgr.24293) 5541 : cluster 0 pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:34.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:34.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:34.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:34 smithi022 bash[28554]: cluster 2023-12-07T12:08:33.449783+0000 mgr.a (mgr.24293) 5542 : cluster 0 pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:34.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:34 smithi044 bash[32620]: cluster 2023-12-07T12:08:33.449783+0000 mgr.a (mgr.24293) 5542 : cluster 0 pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:34 smithi027 bash[31536]: cluster 2023-12-07T12:08:33.449783+0000 mgr.a (mgr.24293) 5542 : cluster 0 pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:35.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:35.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:35.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:35.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:35.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:36 smithi022 bash[28554]: audit 2023-12-07T12:08:35.030379+0000 mgr.a (mgr.24293) 5543 : audit 0 from='client.119661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:36 smithi022 bash[28554]: cluster 2023-12-07T12:08:35.450853+0000 mgr.a (mgr.24293) 5544 : cluster 0 pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:08:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:36 smithi044 bash[32620]: audit 2023-12-07T12:08:35.030379+0000 mgr.a (mgr.24293) 5543 : audit 0 from='client.119661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:36 smithi044 bash[32620]: cluster 2023-12-07T12:08:35.450853+0000 mgr.a (mgr.24293) 5544 : cluster 0 pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:08:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:36 smithi027 bash[31536]: audit 2023-12-07T12:08:35.030379+0000 mgr.a (mgr.24293) 5543 : audit 0 from='client.119661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:36 smithi027 bash[31536]: cluster 2023-12-07T12:08:35.450853+0000 mgr.a (mgr.24293) 5544 : cluster 0 pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:08:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:38 smithi022 bash[28554]: cluster 2023-12-07T12:08:37.451445+0000 mgr.a (mgr.24293) 5545 : cluster 0 pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:08:38.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:38 smithi044 bash[32620]: cluster 2023-12-07T12:08:37.451445+0000 mgr.a (mgr.24293) 5545 : cluster 0 pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:08:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:38 smithi027 bash[31536]: cluster 2023-12-07T12:08:37.451445+0000 mgr.a (mgr.24293) 5545 : cluster 0 pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:08:40.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:40.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:40.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:40 smithi022 bash[28554]: cluster 2023-12-07T12:08:39.452022+0000 mgr.a (mgr.24293) 5546 : cluster 0 pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:08:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:40 smithi044 bash[32620]: cluster 2023-12-07T12:08:39.452022+0000 mgr.a (mgr.24293) 5546 : cluster 0 pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:08:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:40 smithi027 bash[31536]: cluster 2023-12-07T12:08:39.452022+0000 mgr.a (mgr.24293) 5546 : cluster 0 pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:08:41.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:41.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:41.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:41.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:41.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:42 smithi022 bash[28554]: audit 2023-12-07T12:08:40.952291+0000 mgr.a (mgr.24293) 5547 : audit 0 from='client.119733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:42 smithi022 bash[28554]: cluster 2023-12-07T12:08:41.452949+0000 mgr.a (mgr.24293) 5548 : cluster 0 pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:42 smithi044 bash[32620]: audit 2023-12-07T12:08:40.952291+0000 mgr.a (mgr.24293) 5547 : audit 0 from='client.119733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:42 smithi044 bash[32620]: cluster 2023-12-07T12:08:41.452949+0000 mgr.a (mgr.24293) 5548 : cluster 0 pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:42 smithi027 bash[31536]: audit 2023-12-07T12:08:40.952291+0000 mgr.a (mgr.24293) 5547 : audit 0 from='client.119733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:42 smithi027 bash[31536]: cluster 2023-12-07T12:08:41.452949+0000 mgr.a (mgr.24293) 5548 : cluster 0 pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:44 smithi022 bash[28554]: cluster 2023-12-07T12:08:43.453526+0000 mgr.a (mgr.24293) 5549 : cluster 0 pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:44.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:44 smithi044 bash[32620]: cluster 2023-12-07T12:08:43.453526+0000 mgr.a (mgr.24293) 5549 : cluster 0 pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:44 smithi027 bash[31536]: cluster 2023-12-07T12:08:43.453526+0000 mgr.a (mgr.24293) 5549 : cluster 0 pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:46.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:46.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:46.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:46 smithi022 bash[28554]: cluster 2023-12-07T12:08:45.454253+0000 mgr.a (mgr.24293) 5550 : cluster 0 pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:46 smithi044 bash[32620]: cluster 2023-12-07T12:08:45.454253+0000 mgr.a (mgr.24293) 5550 : cluster 0 pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:46 smithi027 bash[31536]: cluster 2023-12-07T12:08:45.454253+0000 mgr.a (mgr.24293) 5550 : cluster 0 pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:47.411 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:47.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:47.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:47.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:47.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:47 smithi022 bash[28554]: audit 2023-12-07T12:08:46.889156+0000 mgr.a (mgr.24293) 5551 : audit 0 from='client.119808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:47 smithi044 bash[32620]: audit 2023-12-07T12:08:46.889156+0000 mgr.a (mgr.24293) 5551 : audit 0 from='client.119808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:47 smithi027 bash[31536]: audit 2023-12-07T12:08:46.889156+0000 mgr.a (mgr.24293) 5551 : audit 0 from='client.119808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:48.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:48 smithi022 bash[28554]: cluster 2023-12-07T12:08:47.455006+0000 mgr.a (mgr.24293) 5552 : cluster 0 pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:08:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:48 smithi044 bash[32620]: cluster 2023-12-07T12:08:47.455006+0000 mgr.a (mgr.24293) 5552 : cluster 0 pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:08:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:48 smithi027 bash[31536]: cluster 2023-12-07T12:08:47.455006+0000 mgr.a (mgr.24293) 5552 : cluster 0 pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:08:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:50 smithi022 bash[28554]: cluster 2023-12-07T12:08:49.455614+0000 mgr.a (mgr.24293) 5553 : cluster 0 pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:08:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:50 smithi044 bash[32620]: cluster 2023-12-07T12:08:49.455614+0000 mgr.a (mgr.24293) 5553 : cluster 0 pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:08:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:50 smithi027 bash[31536]: cluster 2023-12-07T12:08:49.455614+0000 mgr.a (mgr.24293) 5553 : cluster 0 pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:08:52.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:52.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:52.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:52 smithi022 bash[28554]: cluster 2023-12-07T12:08:51.456372+0000 mgr.a (mgr.24293) 5554 : cluster 0 pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:08:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:52 smithi044 bash[32620]: cluster 2023-12-07T12:08:51.456372+0000 mgr.a (mgr.24293) 5554 : cluster 0 pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:08:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:52 smithi027 bash[31536]: cluster 2023-12-07T12:08:51.456372+0000 mgr.a (mgr.24293) 5554 : cluster 0 pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:08:53.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:53.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:53.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:53.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:53.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:53 smithi044 bash[32620]: audit 2023-12-07T12:08:52.822766+0000 mgr.a (mgr.24293) 5555 : audit 0 from='client.119886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:53 smithi022 bash[28554]: audit 2023-12-07T12:08:52.822766+0000 mgr.a (mgr.24293) 5555 : audit 0 from='client.119886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:53 smithi027 bash[31536]: audit 2023-12-07T12:08:52.822766+0000 mgr.a (mgr.24293) 5555 : audit 0 from='client.119886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:54 smithi022 bash[28554]: cluster 2023-12-07T12:08:53.457047+0000 mgr.a (mgr.24293) 5556 : 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-07T12:08:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:54 smithi044 bash[32620]: cluster 2023-12-07T12:08:53.457047+0000 mgr.a (mgr.24293) 5556 : 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-07T12:08:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:54 smithi027 bash[31536]: cluster 2023-12-07T12:08:53.457047+0000 mgr.a (mgr.24293) 5556 : 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-07T12:08:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:56 smithi022 bash[28554]: cluster 2023-12-07T12:08:55.457867+0000 mgr.a (mgr.24293) 5557 : cluster 0 pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:56 smithi044 bash[32620]: cluster 2023-12-07T12:08:55.457867+0000 mgr.a (mgr.24293) 5557 : cluster 0 pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:56 smithi027 bash[31536]: cluster 2023-12-07T12:08:55.457867+0000 mgr.a (mgr.24293) 5557 : cluster 0 pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:58.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:08:58.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:58.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:58 smithi022 bash[28554]: cluster 2023-12-07T12:08:57.458457+0000 mgr.a (mgr.24293) 5558 : cluster 0 pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:58 smithi044 bash[32620]: cluster 2023-12-07T12:08:57.458457+0000 mgr.a (mgr.24293) 5558 : cluster 0 pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:58 smithi027 bash[31536]: cluster 2023-12-07T12:08:57.458457+0000 mgr.a (mgr.24293) 5558 : cluster 0 pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:59.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:59.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:59.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:59.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:08:59.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:08:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:08:59 smithi022 bash[28554]: audit 2023-12-07T12:08:58.792503+0000 mgr.a (mgr.24293) 5559 : audit 0 from='client.119961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:08:59 smithi044 bash[32620]: audit 2023-12-07T12:08:58.792503+0000 mgr.a (mgr.24293) 5559 : audit 0 from='client.119961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:08:59 smithi027 bash[31536]: audit 2023-12-07T12:08:58.792503+0000 mgr.a (mgr.24293) 5559 : audit 0 from='client.119961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:00 smithi022 bash[28554]: cluster 2023-12-07T12:08:59.459106+0000 mgr.a (mgr.24293) 5560 : cluster 0 pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:00.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:00 smithi044 bash[32620]: cluster 2023-12-07T12:08:59.459106+0000 mgr.a (mgr.24293) 5560 : cluster 0 pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:00 smithi027 bash[31536]: cluster 2023-12-07T12:08:59.459106+0000 mgr.a (mgr.24293) 5560 : cluster 0 pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:02 smithi022 bash[28554]: cluster 2023-12-07T12:09:01.459993+0000 mgr.a (mgr.24293) 5561 : cluster 0 pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:02 smithi044 bash[32620]: cluster 2023-12-07T12:09:01.459993+0000 mgr.a (mgr.24293) 5561 : cluster 0 pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:02 smithi027 bash[31536]: cluster 2023-12-07T12:09:01.459993+0000 mgr.a (mgr.24293) 5561 : cluster 0 pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:04.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:04.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:04.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:04 smithi022 bash[28554]: cluster 2023-12-07T12:09:03.460531+0000 mgr.a (mgr.24293) 5562 : cluster 0 pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:04 smithi044 bash[32620]: cluster 2023-12-07T12:09:03.460531+0000 mgr.a (mgr.24293) 5562 : cluster 0 pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:04 smithi027 bash[31536]: cluster 2023-12-07T12:09:03.460531+0000 mgr.a (mgr.24293) 5562 : cluster 0 pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:05.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:05.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:05.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:05.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:05.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:05 smithi022 bash[28554]: audit 2023-12-07T12:09:04.738776+0000 mgr.a (mgr.24293) 5563 : audit 0 from='client.120036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:05 smithi044 bash[32620]: audit 2023-12-07T12:09:04.738776+0000 mgr.a (mgr.24293) 5563 : audit 0 from='client.120036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:05 smithi027 bash[31536]: audit 2023-12-07T12:09:04.738776+0000 mgr.a (mgr.24293) 5563 : audit 0 from='client.120036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:06 smithi022 bash[28554]: cluster 2023-12-07T12:09:05.461326+0000 mgr.a (mgr.24293) 5564 : cluster 0 pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:06.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:06 smithi044 bash[32620]: cluster 2023-12-07T12:09:05.461326+0000 mgr.a (mgr.24293) 5564 : cluster 0 pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:06 smithi027 bash[31536]: cluster 2023-12-07T12:09:05.461326+0000 mgr.a (mgr.24293) 5564 : cluster 0 pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:08 smithi022 bash[28554]: cluster 2023-12-07T12:09:07.461935+0000 mgr.a (mgr.24293) 5565 : cluster 0 pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:08 smithi044 bash[32620]: cluster 2023-12-07T12:09:07.461935+0000 mgr.a (mgr.24293) 5565 : cluster 0 pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:08 smithi027 bash[31536]: cluster 2023-12-07T12:09:07.461935+0000 mgr.a (mgr.24293) 5565 : cluster 0 pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:10.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:10.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:10.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:10 smithi022 bash[28554]: cluster 2023-12-07T12:09:09.462464+0000 mgr.a (mgr.24293) 5566 : cluster 0 pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:10 smithi044 bash[32620]: cluster 2023-12-07T12:09:09.462464+0000 mgr.a (mgr.24293) 5566 : cluster 0 pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:10 smithi027 bash[31536]: cluster 2023-12-07T12:09:09.462464+0000 mgr.a (mgr.24293) 5566 : cluster 0 pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:11.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:11.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:11.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:11.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:11.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:11 smithi022 bash[28554]: audit 2023-12-07T12:09:10.669297+0000 mgr.a (mgr.24293) 5567 : audit 0 from='client.120111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:11 smithi044 bash[32620]: audit 2023-12-07T12:09:10.669297+0000 mgr.a (mgr.24293) 5567 : audit 0 from='client.120111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:11 smithi027 bash[31536]: audit 2023-12-07T12:09:10.669297+0000 mgr.a (mgr.24293) 5567 : audit 0 from='client.120111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:12 smithi022 bash[28554]: cluster 2023-12-07T12:09:11.463410+0000 mgr.a (mgr.24293) 5568 : cluster 0 pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:12 smithi044 bash[32620]: cluster 2023-12-07T12:09:11.463410+0000 mgr.a (mgr.24293) 5568 : cluster 0 pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:12 smithi027 bash[31536]: cluster 2023-12-07T12:09:11.463410+0000 mgr.a (mgr.24293) 5568 : cluster 0 pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:14 smithi022 bash[28554]: cluster 2023-12-07T12:09:13.464046+0000 mgr.a (mgr.24293) 5569 : cluster 0 pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:14 smithi022 bash[28554]: audit 2023-12-07T12:09:14.348373+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:09:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:14 smithi044 bash[32620]: cluster 2023-12-07T12:09:13.464046+0000 mgr.a (mgr.24293) 5569 : cluster 0 pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:14 smithi044 bash[32620]: audit 2023-12-07T12:09:14.348373+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:09:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:14 smithi027 bash[31536]: cluster 2023-12-07T12:09:13.464046+0000 mgr.a (mgr.24293) 5569 : cluster 0 pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:14 smithi027 bash[31536]: audit 2023-12-07T12:09:14.348373+0000 mon.a (mon.0) 1228 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:09:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:15 smithi022 bash[28554]: audit 2023-12-07T12:09:15.144496+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:09:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:15 smithi022 bash[28554]: audit 2023-12-07T12:09:15.146130+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:09:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:15 smithi022 bash[28554]: audit 2023-12-07T12:09:15.155114+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:09:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:15 smithi044 bash[32620]: audit 2023-12-07T12:09:15.144496+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:09:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:15 smithi044 bash[32620]: audit 2023-12-07T12:09:15.146130+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:09:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:15 smithi044 bash[32620]: audit 2023-12-07T12:09:15.155114+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:09:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:15 smithi027 bash[31536]: audit 2023-12-07T12:09:15.144496+0000 mon.a (mon.0) 1229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:09:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:15 smithi027 bash[31536]: audit 2023-12-07T12:09:15.146130+0000 mon.a (mon.0) 1230 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:09:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:15 smithi027 bash[31536]: audit 2023-12-07T12:09:15.155114+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:09:16.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:16.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:16.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:16 smithi022 bash[28554]: cluster 2023-12-07T12:09:15.464790+0000 mgr.a (mgr.24293) 5570 : cluster 0 pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:16 smithi044 bash[32620]: cluster 2023-12-07T12:09:15.464790+0000 mgr.a (mgr.24293) 5570 : cluster 0 pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:16 smithi027 bash[31536]: cluster 2023-12-07T12:09:15.464790+0000 mgr.a (mgr.24293) 5570 : cluster 0 pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:17.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:17.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:17.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:17.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:17.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:17 smithi022 bash[28554]: audit 2023-12-07T12:09:16.642411+0000 mgr.a (mgr.24293) 5571 : audit 0 from='client.120183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:17 smithi044 bash[32620]: audit 2023-12-07T12:09:16.642411+0000 mgr.a (mgr.24293) 5571 : audit 0 from='client.120183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:17 smithi027 bash[31536]: audit 2023-12-07T12:09:16.642411+0000 mgr.a (mgr.24293) 5571 : audit 0 from='client.120183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:18 smithi022 bash[28554]: cluster 2023-12-07T12:09:17.465539+0000 mgr.a (mgr.24293) 5572 : cluster 0 pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:18 smithi044 bash[32620]: cluster 2023-12-07T12:09:17.465539+0000 mgr.a (mgr.24293) 5572 : cluster 0 pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:18 smithi027 bash[31536]: cluster 2023-12-07T12:09:17.465539+0000 mgr.a (mgr.24293) 5572 : cluster 0 pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:20 smithi022 bash[28554]: cluster 2023-12-07T12:09:19.466145+0000 mgr.a (mgr.24293) 5573 : cluster 0 pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:20.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:20 smithi044 bash[32620]: cluster 2023-12-07T12:09:19.466145+0000 mgr.a (mgr.24293) 5573 : cluster 0 pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:20 smithi027 bash[31536]: cluster 2023-12-07T12:09:19.466145+0000 mgr.a (mgr.24293) 5573 : cluster 0 pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:22.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:22.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:22.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:22 smithi022 bash[28554]: cluster 2023-12-07T12:09:21.467042+0000 mgr.a (mgr.24293) 5574 : cluster 0 pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:22 smithi044 bash[32620]: cluster 2023-12-07T12:09:21.467042+0000 mgr.a (mgr.24293) 5574 : cluster 0 pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:22 smithi027 bash[31536]: cluster 2023-12-07T12:09:21.467042+0000 mgr.a (mgr.24293) 5574 : cluster 0 pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:23.106 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:23.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:23.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:23.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:23.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:23 smithi022 bash[28554]: audit 2023-12-07T12:09:22.578666+0000 mgr.a (mgr.24293) 5575 : audit 0 from='client.120261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:23 smithi044 bash[32620]: audit 2023-12-07T12:09:22.578666+0000 mgr.a (mgr.24293) 5575 : audit 0 from='client.120261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:23 smithi027 bash[31536]: audit 2023-12-07T12:09:22.578666+0000 mgr.a (mgr.24293) 5575 : audit 0 from='client.120261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:24 smithi022 bash[28554]: cluster 2023-12-07T12:09:23.467788+0000 mgr.a (mgr.24293) 5576 : 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-07T12:09:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:24 smithi044 bash[32620]: cluster 2023-12-07T12:09:23.467788+0000 mgr.a (mgr.24293) 5576 : 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-07T12:09:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:24 smithi027 bash[31536]: cluster 2023-12-07T12:09:23.467788+0000 mgr.a (mgr.24293) 5576 : 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-07T12:09:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:26 smithi022 bash[28554]: cluster 2023-12-07T12:09:25.468642+0000 mgr.a (mgr.24293) 5577 : 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-07T12:09:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:26 smithi044 bash[32620]: cluster 2023-12-07T12:09:25.468642+0000 mgr.a (mgr.24293) 5577 : 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-07T12:09:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:26 smithi027 bash[31536]: cluster 2023-12-07T12:09:25.468642+0000 mgr.a (mgr.24293) 5577 : 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-07T12:09:28.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:28.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:28.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:28 smithi044 bash[32620]: cluster 2023-12-07T12:09:27.469181+0000 mgr.a (mgr.24293) 5578 : 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-07T12:09:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:28 smithi027 bash[31536]: cluster 2023-12-07T12:09:27.469181+0000 mgr.a (mgr.24293) 5578 : 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-07T12:09:29.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:29.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:29.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:29.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:29.045 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:28 smithi022 bash[28554]: cluster 2023-12-07T12:09:27.469181+0000 mgr.a (mgr.24293) 5578 : 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-07T12:09:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:29 smithi027 bash[31536]: audit 2023-12-07T12:09:28.524436+0000 mgr.a (mgr.24293) 5579 : audit 0 from='client.106618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:29 smithi022 bash[28554]: audit 2023-12-07T12:09:28.524436+0000 mgr.a (mgr.24293) 5579 : audit 0 from='client.106618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:29 smithi044 bash[32620]: audit 2023-12-07T12:09:28.524436+0000 mgr.a (mgr.24293) 5579 : audit 0 from='client.106618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:30 smithi027 bash[31536]: cluster 2023-12-07T12:09:29.469933+0000 mgr.a (mgr.24293) 5580 : 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-07T12:09:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:30 smithi022 bash[28554]: cluster 2023-12-07T12:09:29.469933+0000 mgr.a (mgr.24293) 5580 : 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-07T12:09:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:30 smithi044 bash[32620]: cluster 2023-12-07T12:09:29.469933+0000 mgr.a (mgr.24293) 5580 : 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-07T12:09:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:32 smithi027 bash[31536]: cluster 2023-12-07T12:09:31.470928+0000 mgr.a (mgr.24293) 5581 : cluster 0 pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:32 smithi022 bash[28554]: cluster 2023-12-07T12:09:31.470928+0000 mgr.a (mgr.24293) 5581 : cluster 0 pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:32 smithi044 bash[32620]: cluster 2023-12-07T12:09:31.470928+0000 mgr.a (mgr.24293) 5581 : cluster 0 pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:34.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:34.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:34.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:34 smithi027 bash[31536]: cluster 2023-12-07T12:09:33.471682+0000 mgr.a (mgr.24293) 5582 : cluster 0 pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:34.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:34.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:34.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:34.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:34.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:34 smithi022 bash[28554]: cluster 2023-12-07T12:09:33.471682+0000 mgr.a (mgr.24293) 5582 : cluster 0 pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:34 smithi044 bash[32620]: cluster 2023-12-07T12:09:33.471682+0000 mgr.a (mgr.24293) 5582 : cluster 0 pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:35 smithi027 bash[31536]: audit 2023-12-07T12:09:34.458905+0000 mgr.a (mgr.24293) 5583 : audit 0 from='client.120408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:35 smithi022 bash[28554]: audit 2023-12-07T12:09:34.458905+0000 mgr.a (mgr.24293) 5583 : audit 0 from='client.120408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:35 smithi044 bash[32620]: audit 2023-12-07T12:09:34.458905+0000 mgr.a (mgr.24293) 5583 : audit 0 from='client.120408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:36 smithi022 bash[28554]: cluster 2023-12-07T12:09:35.472624+0000 mgr.a (mgr.24293) 5584 : cluster 0 pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:36 smithi044 bash[32620]: cluster 2023-12-07T12:09:35.472624+0000 mgr.a (mgr.24293) 5584 : cluster 0 pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:36 smithi027 bash[31536]: cluster 2023-12-07T12:09:35.472624+0000 mgr.a (mgr.24293) 5584 : cluster 0 pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:38 smithi022 bash[28554]: cluster 2023-12-07T12:09:37.473221+0000 mgr.a (mgr.24293) 5585 : cluster 0 pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:38 smithi044 bash[32620]: cluster 2023-12-07T12:09:37.473221+0000 mgr.a (mgr.24293) 5585 : cluster 0 pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:38 smithi027 bash[31536]: cluster 2023-12-07T12:09:37.473221+0000 mgr.a (mgr.24293) 5585 : cluster 0 pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:39.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:39.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:40.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:40.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:40 smithi022 bash[28554]: cluster 2023-12-07T12:09:39.473775+0000 mgr.a (mgr.24293) 5586 : cluster 0 pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:40 smithi044 bash[32620]: cluster 2023-12-07T12:09:39.473775+0000 mgr.a (mgr.24293) 5586 : cluster 0 pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:40 smithi027 bash[31536]: cluster 2023-12-07T12:09:39.473775+0000 mgr.a (mgr.24293) 5586 : cluster 0 pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:41 smithi022 bash[28554]: audit 2023-12-07T12:09:40.408228+0000 mgr.a (mgr.24293) 5587 : audit 0 from='client.120480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:41 smithi044 bash[32620]: audit 2023-12-07T12:09:40.408228+0000 mgr.a (mgr.24293) 5587 : audit 0 from='client.120480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:41 smithi027 bash[31536]: audit 2023-12-07T12:09:40.408228+0000 mgr.a (mgr.24293) 5587 : audit 0 from='client.120480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:42 smithi022 bash[28554]: cluster 2023-12-07T12:09:41.474986+0000 mgr.a (mgr.24293) 5588 : 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-07T12:09:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:42 smithi044 bash[32620]: cluster 2023-12-07T12:09:41.474986+0000 mgr.a (mgr.24293) 5588 : 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-07T12:09:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:42 smithi027 bash[31536]: cluster 2023-12-07T12:09:41.474986+0000 mgr.a (mgr.24293) 5588 : 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-07T12:09:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:44 smithi022 bash[28554]: cluster 2023-12-07T12:09:43.475649+0000 mgr.a (mgr.24293) 5589 : cluster 0 pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:44 smithi044 bash[32620]: cluster 2023-12-07T12:09:43.475649+0000 mgr.a (mgr.24293) 5589 : cluster 0 pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:44 smithi027 bash[31536]: cluster 2023-12-07T12:09:43.475649+0000 mgr.a (mgr.24293) 5589 : cluster 0 pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:45.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:45.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:45.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:46.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:46.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:46.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:46.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:46.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:46 smithi022 bash[28554]: cluster 2023-12-07T12:09:45.476458+0000 mgr.a (mgr.24293) 5590 : cluster 0 pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:46 smithi044 bash[32620]: cluster 2023-12-07T12:09:45.476458+0000 mgr.a (mgr.24293) 5590 : cluster 0 pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:46 smithi027 bash[31536]: cluster 2023-12-07T12:09:45.476458+0000 mgr.a (mgr.24293) 5590 : cluster 0 pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:47 smithi022 bash[28554]: audit 2023-12-07T12:09:46.353010+0000 mgr.a (mgr.24293) 5591 : audit 0 from='client.120558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:47 smithi044 bash[32620]: audit 2023-12-07T12:09:46.353010+0000 mgr.a (mgr.24293) 5591 : audit 0 from='client.120558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:47 smithi027 bash[31536]: audit 2023-12-07T12:09:46.353010+0000 mgr.a (mgr.24293) 5591 : audit 0 from='client.120558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:48 smithi022 bash[28554]: cluster 2023-12-07T12:09:47.477205+0000 mgr.a (mgr.24293) 5592 : cluster 0 pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:48 smithi044 bash[32620]: cluster 2023-12-07T12:09:47.477205+0000 mgr.a (mgr.24293) 5592 : cluster 0 pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:48 smithi027 bash[31536]: cluster 2023-12-07T12:09:47.477205+0000 mgr.a (mgr.24293) 5592 : cluster 0 pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:50 smithi022 bash[28554]: cluster 2023-12-07T12:09:49.477890+0000 mgr.a (mgr.24293) 5593 : cluster 0 pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:50 smithi044 bash[32620]: cluster 2023-12-07T12:09:49.477890+0000 mgr.a (mgr.24293) 5593 : cluster 0 pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:50 smithi027 bash[31536]: cluster 2023-12-07T12:09:49.477890+0000 mgr.a (mgr.24293) 5593 : cluster 0 pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:51.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:51.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:51.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:52.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:52.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:52.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:52.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:52.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:52 smithi022 bash[28554]: cluster 2023-12-07T12:09:51.478881+0000 mgr.a (mgr.24293) 5594 : cluster 0 pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:52 smithi044 bash[32620]: cluster 2023-12-07T12:09:51.478881+0000 mgr.a (mgr.24293) 5594 : cluster 0 pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:52 smithi027 bash[31536]: cluster 2023-12-07T12:09:51.478881+0000 mgr.a (mgr.24293) 5594 : cluster 0 pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:53 smithi022 bash[28554]: audit 2023-12-07T12:09:52.305477+0000 mgr.a (mgr.24293) 5595 : audit 0 from='client.120636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:53 smithi044 bash[32620]: audit 2023-12-07T12:09:52.305477+0000 mgr.a (mgr.24293) 5595 : audit 0 from='client.120636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:53 smithi027 bash[31536]: audit 2023-12-07T12:09:52.305477+0000 mgr.a (mgr.24293) 5595 : audit 0 from='client.120636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:54 smithi022 bash[28554]: cluster 2023-12-07T12:09:53.479655+0000 mgr.a (mgr.24293) 5596 : 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-07T12:09:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:54 smithi044 bash[32620]: cluster 2023-12-07T12:09:53.479655+0000 mgr.a (mgr.24293) 5596 : 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-07T12:09:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:54 smithi027 bash[31536]: cluster 2023-12-07T12:09:53.479655+0000 mgr.a (mgr.24293) 5596 : 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-07T12:09:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:56 smithi022 bash[28554]: cluster 2023-12-07T12:09:55.480480+0000 mgr.a (mgr.24293) 5597 : 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-07T12:09:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:56 smithi044 bash[32620]: cluster 2023-12-07T12:09:55.480480+0000 mgr.a (mgr.24293) 5597 : 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-07T12:09:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:56 smithi027 bash[31536]: cluster 2023-12-07T12:09:55.480480+0000 mgr.a (mgr.24293) 5597 : 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-07T12:09:57.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:09:57.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:57.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:58.756 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:09:58.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:58.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:58.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:58.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:09:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:58 smithi022 bash[28554]: cluster 2023-12-07T12:09:57.481048+0000 mgr.a (mgr.24293) 5598 : 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-07T12:09:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:58 smithi044 bash[32620]: cluster 2023-12-07T12:09:57.481048+0000 mgr.a (mgr.24293) 5598 : 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-07T12:09:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:58 smithi027 bash[31536]: cluster 2023-12-07T12:09:57.481048+0000 mgr.a (mgr.24293) 5598 : 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-07T12:10:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:09:59 smithi022 bash[28554]: audit 2023-12-07T12:09:58.228682+0000 mgr.a (mgr.24293) 5599 : audit 0 from='client.120711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:09:59 smithi044 bash[32620]: audit 2023-12-07T12:09:58.228682+0000 mgr.a (mgr.24293) 5599 : audit 0 from='client.120711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:09:59 smithi027 bash[31536]: audit 2023-12-07T12:09:58.228682+0000 mgr.a (mgr.24293) 5599 : audit 0 from='client.120711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:00 smithi022 bash[28554]: cluster 2023-12-07T12:09:59.481921+0000 mgr.a (mgr.24293) 5600 : 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-07T12:10:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:00 smithi022 bash[28554]: cluster 2023-12-07T12:10:00.000175+0000 mon.a (mon.0) 1232 : cluster 1 overall HEALTH_OK 2023-12-07T12:10:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:00 smithi044 bash[32620]: cluster 2023-12-07T12:09:59.481921+0000 mgr.a (mgr.24293) 5600 : 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-07T12:10:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:00 smithi044 bash[32620]: cluster 2023-12-07T12:10:00.000175+0000 mon.a (mon.0) 1232 : cluster 1 overall HEALTH_OK 2023-12-07T12:10:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:00 smithi027 bash[31536]: cluster 2023-12-07T12:09:59.481921+0000 mgr.a (mgr.24293) 5600 : 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-07T12:10:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:00 smithi027 bash[31536]: cluster 2023-12-07T12:10:00.000175+0000 mon.a (mon.0) 1232 : cluster 1 overall HEALTH_OK 2023-12-07T12:10:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:02 smithi022 bash[28554]: cluster 2023-12-07T12:10:01.482817+0000 mgr.a (mgr.24293) 5601 : cluster 0 pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:02 smithi044 bash[32620]: cluster 2023-12-07T12:10:01.482817+0000 mgr.a (mgr.24293) 5601 : cluster 0 pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:02 smithi027 bash[31536]: cluster 2023-12-07T12:10:01.482817+0000 mgr.a (mgr.24293) 5601 : cluster 0 pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:03.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:03.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:03.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:04.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:04.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:04.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:04.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:04.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:04 smithi022 bash[28554]: cluster 2023-12-07T12:10:03.483397+0000 mgr.a (mgr.24293) 5602 : cluster 0 pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:04 smithi044 bash[32620]: cluster 2023-12-07T12:10:03.483397+0000 mgr.a (mgr.24293) 5602 : cluster 0 pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:04 smithi027 bash[31536]: cluster 2023-12-07T12:10:03.483397+0000 mgr.a (mgr.24293) 5602 : cluster 0 pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:05 smithi022 bash[28554]: audit 2023-12-07T12:10:04.176972+0000 mgr.a (mgr.24293) 5603 : audit 0 from='client.120786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:05 smithi044 bash[32620]: audit 2023-12-07T12:10:04.176972+0000 mgr.a (mgr.24293) 5603 : audit 0 from='client.120786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:05 smithi027 bash[31536]: audit 2023-12-07T12:10:04.176972+0000 mgr.a (mgr.24293) 5603 : audit 0 from='client.120786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:06 smithi022 bash[28554]: cluster 2023-12-07T12:10:05.484346+0000 mgr.a (mgr.24293) 5604 : cluster 0 pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:06 smithi044 bash[32620]: cluster 2023-12-07T12:10:05.484346+0000 mgr.a (mgr.24293) 5604 : cluster 0 pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:06 smithi027 bash[31536]: cluster 2023-12-07T12:10:05.484346+0000 mgr.a (mgr.24293) 5604 : cluster 0 pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:08 smithi022 bash[28554]: cluster 2023-12-07T12:10:07.484933+0000 mgr.a (mgr.24293) 5605 : cluster 0 pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:08 smithi044 bash[32620]: cluster 2023-12-07T12:10:07.484933+0000 mgr.a (mgr.24293) 5605 : cluster 0 pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:08 smithi027 bash[31536]: cluster 2023-12-07T12:10:07.484933+0000 mgr.a (mgr.24293) 5605 : cluster 0 pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:09.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:09.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:09.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:10.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:10.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:10.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:10.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:10.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:10 smithi022 bash[28554]: cluster 2023-12-07T12:10:09.485493+0000 mgr.a (mgr.24293) 5606 : cluster 0 pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:10 smithi044 bash[32620]: cluster 2023-12-07T12:10:09.485493+0000 mgr.a (mgr.24293) 5606 : cluster 0 pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:10 smithi027 bash[31536]: cluster 2023-12-07T12:10:09.485493+0000 mgr.a (mgr.24293) 5606 : cluster 0 pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:11 smithi022 bash[28554]: audit 2023-12-07T12:10:10.137593+0000 mgr.a (mgr.24293) 5607 : audit 0 from='client.120864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:11 smithi044 bash[32620]: audit 2023-12-07T12:10:10.137593+0000 mgr.a (mgr.24293) 5607 : audit 0 from='client.120864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:11 smithi027 bash[31536]: audit 2023-12-07T12:10:10.137593+0000 mgr.a (mgr.24293) 5607 : audit 0 from='client.120864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:12 smithi022 bash[28554]: cluster 2023-12-07T12:10:11.486484+0000 mgr.a (mgr.24293) 5608 : cluster 0 pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:10:13.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:12 smithi044 bash[32620]: cluster 2023-12-07T12:10:11.486484+0000 mgr.a (mgr.24293) 5608 : cluster 0 pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:10:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:12 smithi027 bash[31536]: cluster 2023-12-07T12:10:11.486484+0000 mgr.a (mgr.24293) 5608 : cluster 0 pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:10:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:14 smithi022 bash[28554]: cluster 2023-12-07T12:10:13.487042+0000 mgr.a (mgr.24293) 5609 : cluster 0 pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:10:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:14 smithi044 bash[32620]: cluster 2023-12-07T12:10:13.487042+0000 mgr.a (mgr.24293) 5609 : cluster 0 pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:10:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:14 smithi027 bash[31536]: cluster 2023-12-07T12:10:13.487042+0000 mgr.a (mgr.24293) 5609 : cluster 0 pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:10:15.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:15.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:15.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:15 smithi022 bash[28554]: audit 2023-12-07T12:10:15.257858+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:10:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:15 smithi022 bash[28554]: audit 2023-12-07T12:10:15.784957+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:15 smithi022 bash[28554]: audit 2023-12-07T12:10:15.790445+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:15 smithi044 bash[32620]: audit 2023-12-07T12:10:15.257858+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:10:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:15 smithi044 bash[32620]: audit 2023-12-07T12:10:15.784957+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:15 smithi044 bash[32620]: audit 2023-12-07T12:10:15.790445+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:15 smithi027 bash[31536]: audit 2023-12-07T12:10:15.257858+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:10:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:15 smithi027 bash[31536]: audit 2023-12-07T12:10:15.784957+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:15 smithi027 bash[31536]: audit 2023-12-07T12:10:15.790445+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:16.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:16.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:16.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:16.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:16.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:16 smithi022 bash[28554]: cluster 2023-12-07T12:10:15.487565+0000 mgr.a (mgr.24293) 5610 : cluster 0 pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:16 smithi022 bash[28554]: audit 2023-12-07T12:10:16.584277+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:10:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:16 smithi022 bash[28554]: audit 2023-12-07T12:10:16.586306+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:10:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:16 smithi022 bash[28554]: audit 2023-12-07T12:10:16.596403+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:16 smithi044 bash[32620]: cluster 2023-12-07T12:10:15.487565+0000 mgr.a (mgr.24293) 5610 : cluster 0 pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:16 smithi044 bash[32620]: audit 2023-12-07T12:10:16.584277+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:10:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:16 smithi044 bash[32620]: audit 2023-12-07T12:10:16.586306+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:10:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:16 smithi044 bash[32620]: audit 2023-12-07T12:10:16.596403+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:16 smithi027 bash[31536]: cluster 2023-12-07T12:10:15.487565+0000 mgr.a (mgr.24293) 5610 : cluster 0 pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:16 smithi027 bash[31536]: audit 2023-12-07T12:10:16.584277+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:10:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:16 smithi027 bash[31536]: audit 2023-12-07T12:10:16.586306+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:10:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:16 smithi027 bash[31536]: audit 2023-12-07T12:10:16.596403+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:10:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:17 smithi022 bash[28554]: audit 2023-12-07T12:10:16.072435+0000 mgr.a (mgr.24293) 5611 : audit 0 from='client.120942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:17 smithi044 bash[32620]: audit 2023-12-07T12:10:16.072435+0000 mgr.a (mgr.24293) 5611 : audit 0 from='client.120942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:17 smithi027 bash[31536]: audit 2023-12-07T12:10:16.072435+0000 mgr.a (mgr.24293) 5611 : audit 0 from='client.120942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:18 smithi022 bash[28554]: cluster 2023-12-07T12:10:17.488145+0000 mgr.a (mgr.24293) 5612 : cluster 0 pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:18 smithi044 bash[32620]: cluster 2023-12-07T12:10:17.488145+0000 mgr.a (mgr.24293) 5612 : cluster 0 pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:18 smithi027 bash[31536]: cluster 2023-12-07T12:10:17.488145+0000 mgr.a (mgr.24293) 5612 : cluster 0 pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:20 smithi022 bash[28554]: cluster 2023-12-07T12:10:19.488698+0000 mgr.a (mgr.24293) 5613 : cluster 0 pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:20 smithi044 bash[32620]: cluster 2023-12-07T12:10:19.488698+0000 mgr.a (mgr.24293) 5613 : cluster 0 pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:20 smithi027 bash[31536]: cluster 2023-12-07T12:10:19.488698+0000 mgr.a (mgr.24293) 5613 : cluster 0 pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:21.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:21.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:21.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:22.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:22.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:22.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:22.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:22.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:22 smithi022 bash[28554]: cluster 2023-12-07T12:10:21.489529+0000 mgr.a (mgr.24293) 5614 : cluster 0 pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:22 smithi044 bash[32620]: cluster 2023-12-07T12:10:21.489529+0000 mgr.a (mgr.24293) 5614 : cluster 0 pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:22 smithi027 bash[31536]: cluster 2023-12-07T12:10:21.489529+0000 mgr.a (mgr.24293) 5614 : cluster 0 pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:23 smithi022 bash[28554]: audit 2023-12-07T12:10:22.000364+0000 mgr.a (mgr.24293) 5615 : audit 0 from='client.107137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:23 smithi044 bash[32620]: audit 2023-12-07T12:10:22.000364+0000 mgr.a (mgr.24293) 5615 : audit 0 from='client.107137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:23 smithi027 bash[31536]: audit 2023-12-07T12:10:22.000364+0000 mgr.a (mgr.24293) 5615 : audit 0 from='client.107137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:24 smithi022 bash[28554]: cluster 2023-12-07T12:10:23.490264+0000 mgr.a (mgr.24293) 5616 : cluster 0 pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:10:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:24 smithi044 bash[32620]: cluster 2023-12-07T12:10:23.490264+0000 mgr.a (mgr.24293) 5616 : cluster 0 pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:10:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:24 smithi027 bash[31536]: cluster 2023-12-07T12:10:23.490264+0000 mgr.a (mgr.24293) 5616 : cluster 0 pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:10:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:26 smithi022 bash[28554]: cluster 2023-12-07T12:10:25.491291+0000 mgr.a (mgr.24293) 5617 : cluster 0 pgmap v4195: 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-07T12:10:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:26 smithi044 bash[32620]: cluster 2023-12-07T12:10:25.491291+0000 mgr.a (mgr.24293) 5617 : cluster 0 pgmap v4195: 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-07T12:10:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:26 smithi027 bash[31536]: cluster 2023-12-07T12:10:25.491291+0000 mgr.a (mgr.24293) 5617 : cluster 0 pgmap v4195: 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-07T12:10:27.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:27.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:27.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:28.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:28.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:28.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:28.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:28.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:28 smithi022 bash[28554]: cluster 2023-12-07T12:10:27.491901+0000 mgr.a (mgr.24293) 5618 : 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-07T12:10:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:28 smithi022 bash[28554]: audit 2023-12-07T12:10:27.927929+0000 mgr.a (mgr.24293) 5619 : audit 0 from='client.121098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:28 smithi044 bash[32620]: cluster 2023-12-07T12:10:27.491901+0000 mgr.a (mgr.24293) 5618 : 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-07T12:10:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:28 smithi044 bash[32620]: audit 2023-12-07T12:10:27.927929+0000 mgr.a (mgr.24293) 5619 : audit 0 from='client.121098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:28 smithi027 bash[31536]: cluster 2023-12-07T12:10:27.491901+0000 mgr.a (mgr.24293) 5618 : 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-07T12:10:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:28 smithi027 bash[31536]: audit 2023-12-07T12:10:27.927929+0000 mgr.a (mgr.24293) 5619 : audit 0 from='client.121098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:30 smithi022 bash[28554]: cluster 2023-12-07T12:10:29.492590+0000 mgr.a (mgr.24293) 5620 : 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-07T12:10:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:30 smithi044 bash[32620]: cluster 2023-12-07T12:10:29.492590+0000 mgr.a (mgr.24293) 5620 : 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-07T12:10:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:30 smithi027 bash[31536]: cluster 2023-12-07T12:10:29.492590+0000 mgr.a (mgr.24293) 5620 : 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-07T12:10:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:32 smithi022 bash[28554]: cluster 2023-12-07T12:10:31.493453+0000 mgr.a (mgr.24293) 5621 : 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-07T12:10:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:32 smithi044 bash[32620]: cluster 2023-12-07T12:10:31.493453+0000 mgr.a (mgr.24293) 5621 : 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-07T12:10:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:32 smithi027 bash[31536]: cluster 2023-12-07T12:10:31.493453+0000 mgr.a (mgr.24293) 5621 : 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-07T12:10:33.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:33.455 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:33.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:34.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:34.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:34.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:34.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:34.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:34 smithi022 bash[28554]: cluster 2023-12-07T12:10:33.493904+0000 mgr.a (mgr.24293) 5622 : 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-07T12:10:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:34 smithi022 bash[28554]: audit 2023-12-07T12:10:33.865990+0000 mgr.a (mgr.24293) 5623 : audit 0 from='client.121176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:34 smithi044 bash[32620]: cluster 2023-12-07T12:10:33.493904+0000 mgr.a (mgr.24293) 5622 : 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-07T12:10:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:34 smithi044 bash[32620]: audit 2023-12-07T12:10:33.865990+0000 mgr.a (mgr.24293) 5623 : audit 0 from='client.121176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:34 smithi027 bash[31536]: cluster 2023-12-07T12:10:33.493904+0000 mgr.a (mgr.24293) 5622 : 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-07T12:10:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:34 smithi027 bash[31536]: audit 2023-12-07T12:10:33.865990+0000 mgr.a (mgr.24293) 5623 : audit 0 from='client.121176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:36 smithi022 bash[28554]: cluster 2023-12-07T12:10:35.494776+0000 mgr.a (mgr.24293) 5624 : cluster 0 pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:36 smithi044 bash[32620]: cluster 2023-12-07T12:10:35.494776+0000 mgr.a (mgr.24293) 5624 : cluster 0 pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:36 smithi027 bash[31536]: cluster 2023-12-07T12:10:35.494776+0000 mgr.a (mgr.24293) 5624 : cluster 0 pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:38 smithi022 bash[28554]: cluster 2023-12-07T12:10:37.495488+0000 mgr.a (mgr.24293) 5625 : cluster 0 pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:38 smithi044 bash[32620]: cluster 2023-12-07T12:10:37.495488+0000 mgr.a (mgr.24293) 5625 : cluster 0 pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:38 smithi027 bash[31536]: cluster 2023-12-07T12:10:37.495488+0000 mgr.a (mgr.24293) 5625 : cluster 0 pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:39.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:39.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:39.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:40.330 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:40.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:40.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:40.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:40.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:40 smithi022 bash[28554]: cluster 2023-12-07T12:10:39.496201+0000 mgr.a (mgr.24293) 5626 : cluster 0 pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:40 smithi022 bash[28554]: audit 2023-12-07T12:10:39.804038+0000 mgr.a (mgr.24293) 5627 : audit 0 from='client.121251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:40 smithi044 bash[32620]: cluster 2023-12-07T12:10:39.496201+0000 mgr.a (mgr.24293) 5626 : cluster 0 pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:40 smithi044 bash[32620]: audit 2023-12-07T12:10:39.804038+0000 mgr.a (mgr.24293) 5627 : audit 0 from='client.121251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:40 smithi027 bash[31536]: cluster 2023-12-07T12:10:39.496201+0000 mgr.a (mgr.24293) 5626 : cluster 0 pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:40 smithi027 bash[31536]: audit 2023-12-07T12:10:39.804038+0000 mgr.a (mgr.24293) 5627 : audit 0 from='client.121251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:42 smithi022 bash[28554]: cluster 2023-12-07T12:10:41.497188+0000 mgr.a (mgr.24293) 5628 : cluster 0 pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:42 smithi044 bash[32620]: cluster 2023-12-07T12:10:41.497188+0000 mgr.a (mgr.24293) 5628 : cluster 0 pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:42 smithi027 bash[31536]: cluster 2023-12-07T12:10:41.497188+0000 mgr.a (mgr.24293) 5628 : cluster 0 pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:44 smithi022 bash[28554]: cluster 2023-12-07T12:10:43.497771+0000 mgr.a (mgr.24293) 5629 : cluster 0 pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:44 smithi044 bash[32620]: cluster 2023-12-07T12:10:43.497771+0000 mgr.a (mgr.24293) 5629 : cluster 0 pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:44 smithi027 bash[31536]: cluster 2023-12-07T12:10:43.497771+0000 mgr.a (mgr.24293) 5629 : cluster 0 pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:45.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:45.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:45.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:46.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:46.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:46.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:46.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:46.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:46 smithi022 bash[28554]: cluster 2023-12-07T12:10:45.498460+0000 mgr.a (mgr.24293) 5630 : 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-07T12:10:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:46 smithi022 bash[28554]: audit 2023-12-07T12:10:45.743750+0000 mgr.a (mgr.24293) 5631 : audit 0 from='client.121326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:46 smithi044 bash[32620]: cluster 2023-12-07T12:10:45.498460+0000 mgr.a (mgr.24293) 5630 : 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-07T12:10:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:46 smithi044 bash[32620]: audit 2023-12-07T12:10:45.743750+0000 mgr.a (mgr.24293) 5631 : audit 0 from='client.121326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:46 smithi027 bash[31536]: cluster 2023-12-07T12:10:45.498460+0000 mgr.a (mgr.24293) 5630 : 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-07T12:10:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:46 smithi027 bash[31536]: audit 2023-12-07T12:10:45.743750+0000 mgr.a (mgr.24293) 5631 : audit 0 from='client.121326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:48 smithi022 bash[28554]: cluster 2023-12-07T12:10:47.499125+0000 mgr.a (mgr.24293) 5632 : cluster 0 pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:48 smithi044 bash[32620]: cluster 2023-12-07T12:10:47.499125+0000 mgr.a (mgr.24293) 5632 : cluster 0 pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:48 smithi027 bash[31536]: cluster 2023-12-07T12:10:47.499125+0000 mgr.a (mgr.24293) 5632 : cluster 0 pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:50 smithi022 bash[28554]: cluster 2023-12-07T12:10:49.499769+0000 mgr.a (mgr.24293) 5633 : cluster 0 pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:50 smithi044 bash[32620]: cluster 2023-12-07T12:10:49.499769+0000 mgr.a (mgr.24293) 5633 : cluster 0 pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:50 smithi027 bash[31536]: cluster 2023-12-07T12:10:49.499769+0000 mgr.a (mgr.24293) 5633 : cluster 0 pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:51.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:51.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:51.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:52.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:52.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:52.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:52.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:52.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:52 smithi022 bash[28554]: cluster 2023-12-07T12:10:51.500562+0000 mgr.a (mgr.24293) 5634 : cluster 0 pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:52 smithi022 bash[28554]: audit 2023-12-07T12:10:51.701216+0000 mgr.a (mgr.24293) 5635 : audit 0 from='client.121404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:52 smithi044 bash[32620]: cluster 2023-12-07T12:10:51.500562+0000 mgr.a (mgr.24293) 5634 : cluster 0 pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:52 smithi044 bash[32620]: audit 2023-12-07T12:10:51.701216+0000 mgr.a (mgr.24293) 5635 : audit 0 from='client.121404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:52 smithi027 bash[31536]: cluster 2023-12-07T12:10:51.500562+0000 mgr.a (mgr.24293) 5634 : cluster 0 pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:52 smithi027 bash[31536]: audit 2023-12-07T12:10:51.701216+0000 mgr.a (mgr.24293) 5635 : audit 0 from='client.121404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:54 smithi022 bash[28554]: cluster 2023-12-07T12:10:53.501199+0000 mgr.a (mgr.24293) 5636 : cluster 0 pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:54 smithi044 bash[32620]: cluster 2023-12-07T12:10:53.501199+0000 mgr.a (mgr.24293) 5636 : cluster 0 pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:54 smithi027 bash[31536]: cluster 2023-12-07T12:10:53.501199+0000 mgr.a (mgr.24293) 5636 : cluster 0 pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:56 smithi027 bash[31536]: cluster 2023-12-07T12:10:55.502024+0000 mgr.a (mgr.24293) 5637 : cluster 0 pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:57.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:10:57.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:57.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:56 smithi022 bash[28554]: cluster 2023-12-07T12:10:55.502024+0000 mgr.a (mgr.24293) 5637 : cluster 0 pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:56 smithi044 bash[32620]: cluster 2023-12-07T12:10:55.502024+0000 mgr.a (mgr.24293) 5637 : cluster 0 pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:58.148 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:10:58.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:58.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:58.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:58.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:10:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:58 smithi027 bash[31536]: cluster 2023-12-07T12:10:57.502427+0000 mgr.a (mgr.24293) 5638 : 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-07T12:10:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:10:58 smithi027 bash[31536]: audit 2023-12-07T12:10:57.625096+0000 mgr.a (mgr.24293) 5639 : audit 0 from='client.121482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:58 smithi044 bash[32620]: cluster 2023-12-07T12:10:57.502427+0000 mgr.a (mgr.24293) 5638 : 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-07T12:10:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:10:58 smithi044 bash[32620]: audit 2023-12-07T12:10:57.625096+0000 mgr.a (mgr.24293) 5639 : audit 0 from='client.121482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:58 smithi022 bash[28554]: cluster 2023-12-07T12:10:57.502427+0000 mgr.a (mgr.24293) 5638 : 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-07T12:10:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:10:58 smithi022 bash[28554]: audit 2023-12-07T12:10:57.625096+0000 mgr.a (mgr.24293) 5639 : audit 0 from='client.121482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:00 smithi027 bash[31536]: cluster 2023-12-07T12:10:59.503059+0000 mgr.a (mgr.24293) 5640 : 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-07T12:11:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:00 smithi022 bash[28554]: cluster 2023-12-07T12:10:59.503059+0000 mgr.a (mgr.24293) 5640 : 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-07T12:11:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:00 smithi044 bash[32620]: cluster 2023-12-07T12:10:59.503059+0000 mgr.a (mgr.24293) 5640 : 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-07T12:11:03.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:03.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:03.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:02 smithi027 bash[31536]: cluster 2023-12-07T12:11:01.503895+0000 mgr.a (mgr.24293) 5641 : 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-07T12:11:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:02 smithi022 bash[28554]: cluster 2023-12-07T12:11:01.503895+0000 mgr.a (mgr.24293) 5641 : 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-07T12:11:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:02 smithi044 bash[32620]: cluster 2023-12-07T12:11:01.503895+0000 mgr.a (mgr.24293) 5641 : 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-07T12:11:04.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:04.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:04.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:04.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:04.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:04 smithi027 bash[31536]: cluster 2023-12-07T12:11:03.504407+0000 mgr.a (mgr.24293) 5642 : 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-07T12:11:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:04 smithi027 bash[31536]: audit 2023-12-07T12:11:03.561082+0000 mgr.a (mgr.24293) 5643 : audit 0 from='client.121557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:04 smithi022 bash[28554]: cluster 2023-12-07T12:11:03.504407+0000 mgr.a (mgr.24293) 5642 : 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-07T12:11:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:04 smithi022 bash[28554]: audit 2023-12-07T12:11:03.561082+0000 mgr.a (mgr.24293) 5643 : audit 0 from='client.121557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:04 smithi044 bash[32620]: cluster 2023-12-07T12:11:03.504407+0000 mgr.a (mgr.24293) 5642 : 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-07T12:11:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:04 smithi044 bash[32620]: audit 2023-12-07T12:11:03.561082+0000 mgr.a (mgr.24293) 5643 : audit 0 from='client.121557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:06 smithi022 bash[28554]: cluster 2023-12-07T12:11:05.505304+0000 mgr.a (mgr.24293) 5644 : cluster 0 pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:06 smithi044 bash[32620]: cluster 2023-12-07T12:11:05.505304+0000 mgr.a (mgr.24293) 5644 : cluster 0 pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:06 smithi027 bash[31536]: cluster 2023-12-07T12:11:05.505304+0000 mgr.a (mgr.24293) 5644 : cluster 0 pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:09.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:09.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:09.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:08 smithi022 bash[28554]: cluster 2023-12-07T12:11:07.505898+0000 mgr.a (mgr.24293) 5645 : cluster 0 pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:08 smithi044 bash[32620]: cluster 2023-12-07T12:11:07.505898+0000 mgr.a (mgr.24293) 5645 : cluster 0 pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:08 smithi027 bash[31536]: cluster 2023-12-07T12:11:07.505898+0000 mgr.a (mgr.24293) 5645 : cluster 0 pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:10.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:10.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:10.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:10.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:10.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:10 smithi022 bash[28554]: audit 2023-12-07T12:11:09.504219+0000 mgr.a (mgr.24293) 5646 : audit 0 from='client.121635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:10 smithi022 bash[28554]: cluster 2023-12-07T12:11:09.518989+0000 mgr.a (mgr.24293) 5647 : cluster 0 pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:10 smithi044 bash[32620]: audit 2023-12-07T12:11:09.504219+0000 mgr.a (mgr.24293) 5646 : audit 0 from='client.121635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:10 smithi044 bash[32620]: cluster 2023-12-07T12:11:09.518989+0000 mgr.a (mgr.24293) 5647 : cluster 0 pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:10 smithi027 bash[31536]: audit 2023-12-07T12:11:09.504219+0000 mgr.a (mgr.24293) 5646 : audit 0 from='client.121635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:10 smithi027 bash[31536]: cluster 2023-12-07T12:11:09.518989+0000 mgr.a (mgr.24293) 5647 : cluster 0 pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:12 smithi022 bash[28554]: cluster 2023-12-07T12:11:11.520123+0000 mgr.a (mgr.24293) 5648 : cluster 0 pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:12 smithi044 bash[32620]: cluster 2023-12-07T12:11:11.520123+0000 mgr.a (mgr.24293) 5648 : cluster 0 pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:12 smithi027 bash[31536]: cluster 2023-12-07T12:11:11.520123+0000 mgr.a (mgr.24293) 5648 : cluster 0 pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:15.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:15.042 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:15.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:14 smithi022 bash[28554]: cluster 2023-12-07T12:11:13.520701+0000 mgr.a (mgr.24293) 5649 : cluster 0 pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:14 smithi044 bash[32620]: cluster 2023-12-07T12:11:13.520701+0000 mgr.a (mgr.24293) 5649 : cluster 0 pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:14 smithi027 bash[31536]: cluster 2023-12-07T12:11:13.520701+0000 mgr.a (mgr.24293) 5649 : cluster 0 pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:15.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:15.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:15.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:15.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:15.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:16 smithi044 bash[32620]: audit 2023-12-07T12:11:15.455061+0000 mgr.a (mgr.24293) 5650 : audit 0 from='client.121713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:16 smithi044 bash[32620]: cluster 2023-12-07T12:11:15.521362+0000 mgr.a (mgr.24293) 5651 : 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-07T12:11:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:16 smithi044 bash[32620]: audit 2023-12-07T12:11:16.698324+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:11:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:16 smithi022 bash[28554]: audit 2023-12-07T12:11:15.455061+0000 mgr.a (mgr.24293) 5650 : audit 0 from='client.121713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:16 smithi022 bash[28554]: cluster 2023-12-07T12:11:15.521362+0000 mgr.a (mgr.24293) 5651 : 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-07T12:11:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:16 smithi022 bash[28554]: audit 2023-12-07T12:11:16.698324+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:11:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:16 smithi027 bash[31536]: audit 2023-12-07T12:11:15.455061+0000 mgr.a (mgr.24293) 5650 : audit 0 from='client.121713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:16 smithi027 bash[31536]: cluster 2023-12-07T12:11:15.521362+0000 mgr.a (mgr.24293) 5651 : 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-07T12:11:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:16 smithi027 bash[31536]: audit 2023-12-07T12:11:16.698324+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.229677+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.233868+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.237703+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.241606+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: cluster 2023-12-07T12:11:17.522030+0000 mgr.a (mgr.24293) 5652 : cluster 0 pgmap v4221: 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-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.985188+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:11:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.986991+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:18 smithi022 bash[28554]: audit 2023-12-07T12:11:17.997510+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.229677+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.233868+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.237703+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.241606+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: cluster 2023-12-07T12:11:17.522030+0000 mgr.a (mgr.24293) 5652 : cluster 0 pgmap v4221: 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-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.985188+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.986991+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:11:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:18 smithi044 bash[32620]: audit 2023-12-07T12:11:17.997510+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.229677+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.233868+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.237703+0000 mon.a (mon.0) 1242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.241606+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: cluster 2023-12-07T12:11:17.522030+0000 mgr.a (mgr.24293) 5652 : cluster 0 pgmap v4221: 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-07T12:11:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.985188+0000 mon.a (mon.0) 1244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:11:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.986991+0000 mon.a (mon.0) 1245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:11:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:18 smithi027 bash[31536]: audit 2023-12-07T12:11:17.997510+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:11:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:20 smithi022 bash[28554]: cluster 2023-12-07T12:11:19.522623+0000 mgr.a (mgr.24293) 5653 : cluster 0 pgmap v4222: 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-07T12:11:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:20 smithi044 bash[32620]: cluster 2023-12-07T12:11:19.522623+0000 mgr.a (mgr.24293) 5653 : cluster 0 pgmap v4222: 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-07T12:11:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:20 smithi027 bash[31536]: cluster 2023-12-07T12:11:19.522623+0000 mgr.a (mgr.24293) 5653 : cluster 0 pgmap v4222: 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-07T12:11:20.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:20.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:20.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:21.941 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:22 smithi022 bash[28554]: audit 2023-12-07T12:11:21.397872+0000 mgr.a (mgr.24293) 5654 : audit 0 from='client.121791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:22 smithi022 bash[28554]: cluster 2023-12-07T12:11:21.523767+0000 mgr.a (mgr.24293) 5655 : cluster 0 pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:22 smithi044 bash[32620]: audit 2023-12-07T12:11:21.397872+0000 mgr.a (mgr.24293) 5654 : audit 0 from='client.121791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:22 smithi044 bash[32620]: cluster 2023-12-07T12:11:21.523767+0000 mgr.a (mgr.24293) 5655 : cluster 0 pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:22 smithi027 bash[31536]: audit 2023-12-07T12:11:21.397872+0000 mgr.a (mgr.24293) 5654 : audit 0 from='client.121791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:22 smithi027 bash[31536]: cluster 2023-12-07T12:11:21.523767+0000 mgr.a (mgr.24293) 5655 : cluster 0 pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:24 smithi022 bash[28554]: cluster 2023-12-07T12:11:23.524394+0000 mgr.a (mgr.24293) 5656 : cluster 0 pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:24 smithi044 bash[32620]: cluster 2023-12-07T12:11:23.524394+0000 mgr.a (mgr.24293) 5656 : cluster 0 pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:24 smithi027 bash[31536]: cluster 2023-12-07T12:11:23.524394+0000 mgr.a (mgr.24293) 5656 : cluster 0 pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:26 smithi022 bash[28554]: cluster 2023-12-07T12:11:25.525103+0000 mgr.a (mgr.24293) 5657 : cluster 0 pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:26 smithi044 bash[32620]: cluster 2023-12-07T12:11:25.525103+0000 mgr.a (mgr.24293) 5657 : cluster 0 pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:26.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:26.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:26.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:26 smithi027 bash[31536]: cluster 2023-12-07T12:11:25.525103+0000 mgr.a (mgr.24293) 5657 : cluster 0 pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:27.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:27.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:27.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:27.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:27.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:28 smithi022 bash[28554]: audit 2023-12-07T12:11:27.351405+0000 mgr.a (mgr.24293) 5658 : audit 0 from='client.121866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:28 smithi022 bash[28554]: cluster 2023-12-07T12:11:27.525840+0000 mgr.a (mgr.24293) 5659 : 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-07T12:11:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:28 smithi044 bash[32620]: audit 2023-12-07T12:11:27.351405+0000 mgr.a (mgr.24293) 5658 : audit 0 from='client.121866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:28 smithi044 bash[32620]: cluster 2023-12-07T12:11:27.525840+0000 mgr.a (mgr.24293) 5659 : 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-07T12:11:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:28 smithi027 bash[31536]: audit 2023-12-07T12:11:27.351405+0000 mgr.a (mgr.24293) 5658 : audit 0 from='client.121866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:28 smithi027 bash[31536]: cluster 2023-12-07T12:11:27.525840+0000 mgr.a (mgr.24293) 5659 : 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-07T12:11:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:30 smithi022 bash[28554]: cluster 2023-12-07T12:11:29.526546+0000 mgr.a (mgr.24293) 5660 : 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-07T12:11:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:30 smithi044 bash[32620]: cluster 2023-12-07T12:11:29.526546+0000 mgr.a (mgr.24293) 5660 : 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-07T12:11:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:30 smithi027 bash[31536]: cluster 2023-12-07T12:11:29.526546+0000 mgr.a (mgr.24293) 5660 : 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-07T12:11:32.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:32.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:32.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:32 smithi022 bash[28554]: cluster 2023-12-07T12:11:31.527354+0000 mgr.a (mgr.24293) 5661 : 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-07T12:11:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:32 smithi044 bash[32620]: cluster 2023-12-07T12:11:31.527354+0000 mgr.a (mgr.24293) 5661 : 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-07T12:11:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:32 smithi027 bash[31536]: cluster 2023-12-07T12:11:31.527354+0000 mgr.a (mgr.24293) 5661 : 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-07T12:11:33.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:33.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:33.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:33.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:33.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:34 smithi022 bash[28554]: audit 2023-12-07T12:11:33.285765+0000 mgr.a (mgr.24293) 5662 : audit 0 from='client.121941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:34 smithi022 bash[28554]: cluster 2023-12-07T12:11:33.528029+0000 mgr.a (mgr.24293) 5663 : 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-07T12:11:34.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:34 smithi044 bash[32620]: audit 2023-12-07T12:11:33.285765+0000 mgr.a (mgr.24293) 5662 : audit 0 from='client.121941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:34.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:34 smithi044 bash[32620]: cluster 2023-12-07T12:11:33.528029+0000 mgr.a (mgr.24293) 5663 : 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-07T12:11:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:34 smithi027 bash[31536]: audit 2023-12-07T12:11:33.285765+0000 mgr.a (mgr.24293) 5662 : audit 0 from='client.121941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:34 smithi027 bash[31536]: cluster 2023-12-07T12:11:33.528029+0000 mgr.a (mgr.24293) 5663 : 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-07T12:11:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:36 smithi022 bash[28554]: cluster 2023-12-07T12:11:35.529013+0000 mgr.a (mgr.24293) 5664 : 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-07T12:11:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:36 smithi044 bash[32620]: cluster 2023-12-07T12:11:35.529013+0000 mgr.a (mgr.24293) 5664 : 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-07T12:11:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:36 smithi027 bash[31536]: cluster 2023-12-07T12:11:35.529013+0000 mgr.a (mgr.24293) 5664 : 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-07T12:11:38.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:38.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:38.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:38 smithi022 bash[28554]: cluster 2023-12-07T12:11:37.529588+0000 mgr.a (mgr.24293) 5665 : 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-07T12:11:38.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:38 smithi044 bash[32620]: cluster 2023-12-07T12:11:37.529588+0000 mgr.a (mgr.24293) 5665 : 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-07T12:11:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:38 smithi027 bash[31536]: cluster 2023-12-07T12:11:37.529588+0000 mgr.a (mgr.24293) 5665 : 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-07T12:11:39.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:39.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:39.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:39.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:39.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:40 smithi022 bash[28554]: audit 2023-12-07T12:11:39.229659+0000 mgr.a (mgr.24293) 5666 : audit 0 from='client.122016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:40 smithi022 bash[28554]: cluster 2023-12-07T12:11:39.530348+0000 mgr.a (mgr.24293) 5667 : 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-07T12:11:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:40 smithi044 bash[32620]: audit 2023-12-07T12:11:39.229659+0000 mgr.a (mgr.24293) 5666 : audit 0 from='client.122016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:40 smithi044 bash[32620]: cluster 2023-12-07T12:11:39.530348+0000 mgr.a (mgr.24293) 5667 : 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-07T12:11:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:40 smithi027 bash[31536]: audit 2023-12-07T12:11:39.229659+0000 mgr.a (mgr.24293) 5666 : audit 0 from='client.122016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:40 smithi027 bash[31536]: cluster 2023-12-07T12:11:39.530348+0000 mgr.a (mgr.24293) 5667 : 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-07T12:11:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:42 smithi022 bash[28554]: cluster 2023-12-07T12:11:41.531277+0000 mgr.a (mgr.24293) 5668 : cluster 0 pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:42 smithi044 bash[32620]: cluster 2023-12-07T12:11:41.531277+0000 mgr.a (mgr.24293) 5668 : cluster 0 pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:42 smithi027 bash[31536]: cluster 2023-12-07T12:11:41.531277+0000 mgr.a (mgr.24293) 5668 : cluster 0 pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:44.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:44.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:44.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:44 smithi022 bash[28554]: cluster 2023-12-07T12:11:43.531872+0000 mgr.a (mgr.24293) 5669 : cluster 0 pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:44.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:44 smithi044 bash[32620]: cluster 2023-12-07T12:11:43.531872+0000 mgr.a (mgr.24293) 5669 : cluster 0 pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:44 smithi027 bash[31536]: cluster 2023-12-07T12:11:43.531872+0000 mgr.a (mgr.24293) 5669 : cluster 0 pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:45.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:45.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:45.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:45.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:45.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:46 smithi022 bash[28554]: audit 2023-12-07T12:11:45.168775+0000 mgr.a (mgr.24293) 5670 : audit 0 from='client.122094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:46 smithi022 bash[28554]: cluster 2023-12-07T12:11:45.532651+0000 mgr.a (mgr.24293) 5671 : cluster 0 pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:11:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:46 smithi044 bash[32620]: audit 2023-12-07T12:11:45.168775+0000 mgr.a (mgr.24293) 5670 : audit 0 from='client.122094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:46 smithi044 bash[32620]: cluster 2023-12-07T12:11:45.532651+0000 mgr.a (mgr.24293) 5671 : cluster 0 pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:11:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:46 smithi027 bash[31536]: audit 2023-12-07T12:11:45.168775+0000 mgr.a (mgr.24293) 5670 : audit 0 from='client.122094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:46 smithi027 bash[31536]: cluster 2023-12-07T12:11:45.532651+0000 mgr.a (mgr.24293) 5671 : cluster 0 pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:11:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:48 smithi022 bash[28554]: cluster 2023-12-07T12:11:47.533291+0000 mgr.a (mgr.24293) 5672 : cluster 0 pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:11:48.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:48 smithi044 bash[32620]: cluster 2023-12-07T12:11:47.533291+0000 mgr.a (mgr.24293) 5672 : cluster 0 pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:11:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:48 smithi027 bash[31536]: cluster 2023-12-07T12:11:47.533291+0000 mgr.a (mgr.24293) 5672 : cluster 0 pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:11:50.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:50.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:50.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:50 smithi022 bash[28554]: cluster 2023-12-07T12:11:49.533867+0000 mgr.a (mgr.24293) 5673 : cluster 0 pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:11:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:50 smithi044 bash[32620]: cluster 2023-12-07T12:11:49.533867+0000 mgr.a (mgr.24293) 5673 : cluster 0 pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:11:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:50 smithi027 bash[31536]: cluster 2023-12-07T12:11:49.533867+0000 mgr.a (mgr.24293) 5673 : cluster 0 pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:11:51.643 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:51.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:51.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:51.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:51.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:52 smithi022 bash[28554]: audit 2023-12-07T12:11:51.111933+0000 mgr.a (mgr.24293) 5674 : audit 0 from='client.122172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:52 smithi022 bash[28554]: cluster 2023-12-07T12:11:51.535024+0000 mgr.a (mgr.24293) 5675 : 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-07T12:11:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:52 smithi044 bash[32620]: audit 2023-12-07T12:11:51.111933+0000 mgr.a (mgr.24293) 5674 : audit 0 from='client.122172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:52 smithi044 bash[32620]: cluster 2023-12-07T12:11:51.535024+0000 mgr.a (mgr.24293) 5675 : 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-07T12:11:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:52 smithi027 bash[31536]: audit 2023-12-07T12:11:51.111933+0000 mgr.a (mgr.24293) 5674 : audit 0 from='client.122172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:52 smithi027 bash[31536]: cluster 2023-12-07T12:11:51.535024+0000 mgr.a (mgr.24293) 5675 : 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-07T12:11:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:54 smithi022 bash[28554]: cluster 2023-12-07T12:11:53.535621+0000 mgr.a (mgr.24293) 5676 : cluster 0 pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:54 smithi044 bash[32620]: cluster 2023-12-07T12:11:53.535621+0000 mgr.a (mgr.24293) 5676 : cluster 0 pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:54 smithi027 bash[31536]: cluster 2023-12-07T12:11:53.535621+0000 mgr.a (mgr.24293) 5676 : cluster 0 pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:56.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:11:56.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:56.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:56 smithi022 bash[28554]: cluster 2023-12-07T12:11:55.536545+0000 mgr.a (mgr.24293) 5677 : cluster 0 pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:56 smithi044 bash[32620]: cluster 2023-12-07T12:11:55.536545+0000 mgr.a (mgr.24293) 5677 : cluster 0 pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:56 smithi027 bash[31536]: cluster 2023-12-07T12:11:55.536545+0000 mgr.a (mgr.24293) 5677 : cluster 0 pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:57.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:11:57.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:57.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:57.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:57.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:11:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:58 smithi022 bash[28554]: audit 2023-12-07T12:11:57.062953+0000 mgr.a (mgr.24293) 5678 : audit 0 from='client.122247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:11:58 smithi022 bash[28554]: cluster 2023-12-07T12:11:57.537227+0000 mgr.a (mgr.24293) 5679 : cluster 0 pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:11:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:58 smithi044 bash[32620]: audit 2023-12-07T12:11:57.062953+0000 mgr.a (mgr.24293) 5678 : audit 0 from='client.122247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:11:58 smithi044 bash[32620]: cluster 2023-12-07T12:11:57.537227+0000 mgr.a (mgr.24293) 5679 : cluster 0 pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:11:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:58 smithi027 bash[31536]: audit 2023-12-07T12:11:57.062953+0000 mgr.a (mgr.24293) 5678 : audit 0 from='client.122247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:11:58 smithi027 bash[31536]: cluster 2023-12-07T12:11:57.537227+0000 mgr.a (mgr.24293) 5679 : cluster 0 pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:12:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:00 smithi022 bash[28554]: cluster 2023-12-07T12:11:59.537774+0000 mgr.a (mgr.24293) 5680 : cluster 0 pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:12:00.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:00 smithi044 bash[32620]: cluster 2023-12-07T12:11:59.537774+0000 mgr.a (mgr.24293) 5680 : cluster 0 pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:12:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:00 smithi027 bash[31536]: cluster 2023-12-07T12:11:59.537774+0000 mgr.a (mgr.24293) 5680 : cluster 0 pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:12:02.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:02.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:02.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:02 smithi022 bash[28554]: cluster 2023-12-07T12:12:01.538578+0000 mgr.a (mgr.24293) 5681 : cluster 0 pgmap v4243: 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-07T12:12:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:02 smithi044 bash[32620]: cluster 2023-12-07T12:12:01.538578+0000 mgr.a (mgr.24293) 5681 : cluster 0 pgmap v4243: 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-07T12:12:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:02 smithi027 bash[31536]: cluster 2023-12-07T12:12:01.538578+0000 mgr.a (mgr.24293) 5681 : cluster 0 pgmap v4243: 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-07T12:12:03.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:03.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:03.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:03.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:03.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:04 smithi022 bash[28554]: audit 2023-12-07T12:12:02.980767+0000 mgr.a (mgr.24293) 5682 : audit 0 from='client.122322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:04 smithi022 bash[28554]: cluster 2023-12-07T12:12:03.539309+0000 mgr.a (mgr.24293) 5683 : 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-07T12:12:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:04 smithi044 bash[32620]: audit 2023-12-07T12:12:02.980767+0000 mgr.a (mgr.24293) 5682 : audit 0 from='client.122322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:04 smithi044 bash[32620]: cluster 2023-12-07T12:12:03.539309+0000 mgr.a (mgr.24293) 5683 : 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-07T12:12:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:04 smithi027 bash[31536]: audit 2023-12-07T12:12:02.980767+0000 mgr.a (mgr.24293) 5682 : audit 0 from='client.122322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:04 smithi027 bash[31536]: cluster 2023-12-07T12:12:03.539309+0000 mgr.a (mgr.24293) 5683 : 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-07T12:12:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:06 smithi022 bash[28554]: cluster 2023-12-07T12:12:05.540147+0000 mgr.a (mgr.24293) 5684 : 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-07T12:12:06.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:06 smithi044 bash[32620]: cluster 2023-12-07T12:12:05.540147+0000 mgr.a (mgr.24293) 5684 : 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-07T12:12:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:06 smithi027 bash[31536]: cluster 2023-12-07T12:12:05.540147+0000 mgr.a (mgr.24293) 5684 : 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-07T12:12:08.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:08.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:08.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:08 smithi022 bash[28554]: cluster 2023-12-07T12:12:07.540829+0000 mgr.a (mgr.24293) 5685 : 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-07T12:12:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:08 smithi044 bash[32620]: cluster 2023-12-07T12:12:07.540829+0000 mgr.a (mgr.24293) 5685 : 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-07T12:12:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:08 smithi027 bash[31536]: cluster 2023-12-07T12:12:07.540829+0000 mgr.a (mgr.24293) 5685 : 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-07T12:12:09.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:09.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:09.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:09.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:09.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:09 smithi044 bash[32620]: audit 2023-12-07T12:12:08.894724+0000 mgr.a (mgr.24293) 5686 : audit 0 from='client.122397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:09 smithi027 bash[31536]: audit 2023-12-07T12:12:08.894724+0000 mgr.a (mgr.24293) 5686 : audit 0 from='client.122397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:09 smithi022 bash[28554]: audit 2023-12-07T12:12:08.894724+0000 mgr.a (mgr.24293) 5686 : audit 0 from='client.122397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:10 smithi027 bash[31536]: cluster 2023-12-07T12:12:09.541601+0000 mgr.a (mgr.24293) 5687 : 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-07T12:12:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:10 smithi022 bash[28554]: cluster 2023-12-07T12:12:09.541601+0000 mgr.a (mgr.24293) 5687 : 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-07T12:12:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:10 smithi044 bash[32620]: cluster 2023-12-07T12:12:09.541601+0000 mgr.a (mgr.24293) 5687 : 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-07T12:12:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:12 smithi027 bash[31536]: cluster 2023-12-07T12:12:11.542533+0000 mgr.a (mgr.24293) 5688 : cluster 0 pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:12 smithi022 bash[28554]: cluster 2023-12-07T12:12:11.542533+0000 mgr.a (mgr.24293) 5688 : cluster 0 pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:13.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:12 smithi044 bash[32620]: cluster 2023-12-07T12:12:11.542533+0000 mgr.a (mgr.24293) 5688 : cluster 0 pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:14.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:14.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:14.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:14 smithi027 bash[31536]: cluster 2023-12-07T12:12:13.543038+0000 mgr.a (mgr.24293) 5689 : cluster 0 pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:14 smithi022 bash[28554]: cluster 2023-12-07T12:12:13.543038+0000 mgr.a (mgr.24293) 5689 : cluster 0 pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:14 smithi044 bash[32620]: cluster 2023-12-07T12:12:13.543038+0000 mgr.a (mgr.24293) 5689 : cluster 0 pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:15.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:15.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:15.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:15.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:15.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:15 smithi022 bash[28554]: audit 2023-12-07T12:12:14.846205+0000 mgr.a (mgr.24293) 5690 : audit 0 from='client.122475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:15 smithi044 bash[32620]: audit 2023-12-07T12:12:14.846205+0000 mgr.a (mgr.24293) 5690 : audit 0 from='client.122475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:15 smithi027 bash[31536]: audit 2023-12-07T12:12:14.846205+0000 mgr.a (mgr.24293) 5690 : audit 0 from='client.122475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:16 smithi044 bash[32620]: cluster 2023-12-07T12:12:15.544113+0000 mgr.a (mgr.24293) 5691 : cluster 0 pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:16 smithi022 bash[28554]: cluster 2023-12-07T12:12:15.544113+0000 mgr.a (mgr.24293) 5691 : cluster 0 pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:16 smithi027 bash[31536]: cluster 2023-12-07T12:12:15.544113+0000 mgr.a (mgr.24293) 5691 : cluster 0 pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:18 smithi022 bash[28554]: cluster 2023-12-07T12:12:17.544882+0000 mgr.a (mgr.24293) 5692 : cluster 0 pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:18 smithi022 bash[28554]: audit 2023-12-07T12:12:18.100438+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:12:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:18 smithi044 bash[32620]: cluster 2023-12-07T12:12:17.544882+0000 mgr.a (mgr.24293) 5692 : cluster 0 pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:18 smithi044 bash[32620]: audit 2023-12-07T12:12:18.100438+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:12:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:18 smithi027 bash[31536]: cluster 2023-12-07T12:12:17.544882+0000 mgr.a (mgr.24293) 5692 : cluster 0 pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:18 smithi027 bash[31536]: audit 2023-12-07T12:12:18.100438+0000 mon.a (mon.0) 1247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:12:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:19 smithi022 bash[28554]: audit 2023-12-07T12:12:18.892450+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:12:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:19 smithi022 bash[28554]: audit 2023-12-07T12:12:18.894342+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:12:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:19 smithi022 bash[28554]: audit 2023-12-07T12:12:18.903706+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:12:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:19 smithi044 bash[32620]: audit 2023-12-07T12:12:18.892450+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:12:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:19 smithi044 bash[32620]: audit 2023-12-07T12:12:18.894342+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:12:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:19 smithi044 bash[32620]: audit 2023-12-07T12:12:18.903706+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:12:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:19 smithi027 bash[31536]: audit 2023-12-07T12:12:18.892450+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:12:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:19 smithi027 bash[31536]: audit 2023-12-07T12:12:18.894342+0000 mon.a (mon.0) 1249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:12:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:19 smithi027 bash[31536]: audit 2023-12-07T12:12:18.903706+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:12:20.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:20.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:20.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:20 smithi022 bash[28554]: cluster 2023-12-07T12:12:19.545489+0000 mgr.a (mgr.24293) 5693 : cluster 0 pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:20 smithi044 bash[32620]: cluster 2023-12-07T12:12:19.545489+0000 mgr.a (mgr.24293) 5693 : cluster 0 pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:20 smithi027 bash[31536]: cluster 2023-12-07T12:12:19.545489+0000 mgr.a (mgr.24293) 5693 : cluster 0 pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:21.323 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:21.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:21.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:21.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:21.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:21 smithi022 bash[28554]: audit 2023-12-07T12:12:20.797743+0000 mgr.a (mgr.24293) 5694 : audit 0 from='client.122550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:21 smithi044 bash[32620]: audit 2023-12-07T12:12:20.797743+0000 mgr.a (mgr.24293) 5694 : audit 0 from='client.122550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:21 smithi027 bash[31536]: audit 2023-12-07T12:12:20.797743+0000 mgr.a (mgr.24293) 5694 : audit 0 from='client.122550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:22 smithi022 bash[28554]: cluster 2023-12-07T12:12:21.546512+0000 mgr.a (mgr.24293) 5695 : 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-07T12:12:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:22 smithi044 bash[32620]: cluster 2023-12-07T12:12:21.546512+0000 mgr.a (mgr.24293) 5695 : 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-07T12:12:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:22 smithi027 bash[31536]: cluster 2023-12-07T12:12:21.546512+0000 mgr.a (mgr.24293) 5695 : 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-07T12:12:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:24 smithi022 bash[28554]: cluster 2023-12-07T12:12:23.547236+0000 mgr.a (mgr.24293) 5696 : cluster 0 pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:24 smithi044 bash[32620]: cluster 2023-12-07T12:12:23.547236+0000 mgr.a (mgr.24293) 5696 : cluster 0 pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:24 smithi027 bash[31536]: cluster 2023-12-07T12:12:23.547236+0000 mgr.a (mgr.24293) 5696 : cluster 0 pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:26.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:26.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:26.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:26 smithi022 bash[28554]: cluster 2023-12-07T12:12:25.548050+0000 mgr.a (mgr.24293) 5697 : cluster 0 pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:26 smithi044 bash[32620]: cluster 2023-12-07T12:12:25.548050+0000 mgr.a (mgr.24293) 5697 : cluster 0 pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:26 smithi027 bash[31536]: cluster 2023-12-07T12:12:25.548050+0000 mgr.a (mgr.24293) 5697 : cluster 0 pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:27.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:27.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:27.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:27.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:27.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:27 smithi022 bash[28554]: audit 2023-12-07T12:12:26.739731+0000 mgr.a (mgr.24293) 5698 : audit 0 from='client.122628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:27 smithi044 bash[32620]: audit 2023-12-07T12:12:26.739731+0000 mgr.a (mgr.24293) 5698 : audit 0 from='client.122628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:27 smithi027 bash[31536]: audit 2023-12-07T12:12:26.739731+0000 mgr.a (mgr.24293) 5698 : audit 0 from='client.122628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:28 smithi027 bash[31536]: cluster 2023-12-07T12:12:27.548680+0000 mgr.a (mgr.24293) 5699 : cluster 0 pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:28 smithi022 bash[28554]: cluster 2023-12-07T12:12:27.548680+0000 mgr.a (mgr.24293) 5699 : cluster 0 pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:28 smithi044 bash[32620]: cluster 2023-12-07T12:12:27.548680+0000 mgr.a (mgr.24293) 5699 : cluster 0 pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:30 smithi027 bash[31536]: cluster 2023-12-07T12:12:29.549243+0000 mgr.a (mgr.24293) 5700 : cluster 0 pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:30 smithi022 bash[28554]: cluster 2023-12-07T12:12:29.549243+0000 mgr.a (mgr.24293) 5700 : cluster 0 pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:30 smithi044 bash[32620]: cluster 2023-12-07T12:12:29.549243+0000 mgr.a (mgr.24293) 5700 : cluster 0 pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:32.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:32.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:32.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:33.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:33.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:33.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:33.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:33.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:32 smithi027 bash[31536]: cluster 2023-12-07T12:12:31.550048+0000 mgr.a (mgr.24293) 5701 : cluster 0 pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:32 smithi022 bash[28554]: cluster 2023-12-07T12:12:31.550048+0000 mgr.a (mgr.24293) 5701 : cluster 0 pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:32 smithi044 bash[32620]: cluster 2023-12-07T12:12:31.550048+0000 mgr.a (mgr.24293) 5701 : cluster 0 pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:33 smithi027 bash[31536]: audit 2023-12-07T12:12:32.661754+0000 mgr.a (mgr.24293) 5702 : audit 0 from='client.122706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:33 smithi022 bash[28554]: audit 2023-12-07T12:12:32.661754+0000 mgr.a (mgr.24293) 5702 : audit 0 from='client.122706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:33 smithi044 bash[32620]: audit 2023-12-07T12:12:32.661754+0000 mgr.a (mgr.24293) 5702 : audit 0 from='client.122706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:34 smithi022 bash[28554]: cluster 2023-12-07T12:12:33.550697+0000 mgr.a (mgr.24293) 5703 : 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-07T12:12:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:34 smithi044 bash[32620]: cluster 2023-12-07T12:12:33.550697+0000 mgr.a (mgr.24293) 5703 : 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-07T12:12:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:34 smithi027 bash[31536]: cluster 2023-12-07T12:12:33.550697+0000 mgr.a (mgr.24293) 5703 : 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-07T12:12:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:36 smithi022 bash[28554]: cluster 2023-12-07T12:12:35.551505+0000 mgr.a (mgr.24293) 5704 : 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-07T12:12:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:36 smithi044 bash[32620]: cluster 2023-12-07T12:12:35.551505+0000 mgr.a (mgr.24293) 5704 : 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-07T12:12:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:36 smithi027 bash[31536]: cluster 2023-12-07T12:12:35.551505+0000 mgr.a (mgr.24293) 5704 : 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-07T12:12:38.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:38.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:38.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:39.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:39.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:39.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:39.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:39.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:38 smithi022 bash[28554]: cluster 2023-12-07T12:12:37.552175+0000 mgr.a (mgr.24293) 5705 : 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-07T12:12:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:38 smithi044 bash[32620]: cluster 2023-12-07T12:12:37.552175+0000 mgr.a (mgr.24293) 5705 : 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-07T12:12:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:38 smithi027 bash[31536]: cluster 2023-12-07T12:12:37.552175+0000 mgr.a (mgr.24293) 5705 : 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-07T12:12:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:39 smithi022 bash[28554]: audit 2023-12-07T12:12:38.572331+0000 mgr.a (mgr.24293) 5706 : audit 0 from='client.122781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:39 smithi044 bash[32620]: audit 2023-12-07T12:12:38.572331+0000 mgr.a (mgr.24293) 5706 : audit 0 from='client.122781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:39 smithi027 bash[31536]: audit 2023-12-07T12:12:38.572331+0000 mgr.a (mgr.24293) 5706 : audit 0 from='client.122781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:40 smithi022 bash[28554]: cluster 2023-12-07T12:12:39.552951+0000 mgr.a (mgr.24293) 5707 : 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-07T12:12:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:40 smithi044 bash[32620]: cluster 2023-12-07T12:12:39.552951+0000 mgr.a (mgr.24293) 5707 : 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-07T12:12:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:40 smithi027 bash[31536]: cluster 2023-12-07T12:12:39.552951+0000 mgr.a (mgr.24293) 5707 : 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-07T12:12:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:42 smithi022 bash[28554]: cluster 2023-12-07T12:12:41.553805+0000 mgr.a (mgr.24293) 5708 : 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-07T12:12:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:42 smithi044 bash[32620]: cluster 2023-12-07T12:12:41.553805+0000 mgr.a (mgr.24293) 5708 : 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-07T12:12:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:42 smithi027 bash[31536]: cluster 2023-12-07T12:12:41.553805+0000 mgr.a (mgr.24293) 5708 : 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-07T12:12:44.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:44.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:44.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:45.048 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:45.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:45.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:45.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:45.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:44 smithi022 bash[28554]: cluster 2023-12-07T12:12:43.554387+0000 mgr.a (mgr.24293) 5709 : 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-07T12:12:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:44 smithi044 bash[32620]: cluster 2023-12-07T12:12:43.554387+0000 mgr.a (mgr.24293) 5709 : 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-07T12:12:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:44 smithi027 bash[31536]: cluster 2023-12-07T12:12:43.554387+0000 mgr.a (mgr.24293) 5709 : 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-07T12:12:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:45 smithi022 bash[28554]: audit 2023-12-07T12:12:44.515947+0000 mgr.a (mgr.24293) 5710 : audit 0 from='client.122856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:45 smithi044 bash[32620]: audit 2023-12-07T12:12:44.515947+0000 mgr.a (mgr.24293) 5710 : audit 0 from='client.122856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:45 smithi027 bash[31536]: audit 2023-12-07T12:12:44.515947+0000 mgr.a (mgr.24293) 5710 : audit 0 from='client.122856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:46 smithi022 bash[28554]: cluster 2023-12-07T12:12:45.555279+0000 mgr.a (mgr.24293) 5711 : cluster 0 pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:46 smithi044 bash[32620]: cluster 2023-12-07T12:12:45.555279+0000 mgr.a (mgr.24293) 5711 : cluster 0 pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:46 smithi027 bash[31536]: cluster 2023-12-07T12:12:45.555279+0000 mgr.a (mgr.24293) 5711 : cluster 0 pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:48 smithi022 bash[28554]: cluster 2023-12-07T12:12:47.555874+0000 mgr.a (mgr.24293) 5712 : cluster 0 pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:48 smithi044 bash[32620]: cluster 2023-12-07T12:12:47.555874+0000 mgr.a (mgr.24293) 5712 : cluster 0 pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:48 smithi027 bash[31536]: cluster 2023-12-07T12:12:47.555874+0000 mgr.a (mgr.24293) 5712 : cluster 0 pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:50.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:50.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:50.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:51.005 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:51.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:51.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:51.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:51.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:50 smithi022 bash[28554]: cluster 2023-12-07T12:12:49.556418+0000 mgr.a (mgr.24293) 5713 : cluster 0 pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:50 smithi044 bash[32620]: cluster 2023-12-07T12:12:49.556418+0000 mgr.a (mgr.24293) 5713 : cluster 0 pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:50 smithi027 bash[31536]: cluster 2023-12-07T12:12:49.556418+0000 mgr.a (mgr.24293) 5713 : cluster 0 pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:52 smithi022 bash[28554]: audit 2023-12-07T12:12:50.456018+0000 mgr.a (mgr.24293) 5714 : audit 0 from='client.122931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:52 smithi044 bash[32620]: audit 2023-12-07T12:12:50.456018+0000 mgr.a (mgr.24293) 5714 : audit 0 from='client.122931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:52 smithi027 bash[31536]: audit 2023-12-07T12:12:50.456018+0000 mgr.a (mgr.24293) 5714 : audit 0 from='client.122931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:53 smithi022 bash[28554]: cluster 2023-12-07T12:12:51.557494+0000 mgr.a (mgr.24293) 5715 : 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-07T12:12:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:53 smithi044 bash[32620]: cluster 2023-12-07T12:12:51.557494+0000 mgr.a (mgr.24293) 5715 : 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-07T12:12:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:53 smithi027 bash[31536]: cluster 2023-12-07T12:12:51.557494+0000 mgr.a (mgr.24293) 5715 : 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-07T12:12:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:54 smithi022 bash[28554]: cluster 2023-12-07T12:12:53.558113+0000 mgr.a (mgr.24293) 5716 : 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-07T12:12:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:54 smithi044 bash[32620]: cluster 2023-12-07T12:12:53.558113+0000 mgr.a (mgr.24293) 5716 : 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-07T12:12:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:54 smithi027 bash[31536]: cluster 2023-12-07T12:12:53.558113+0000 mgr.a (mgr.24293) 5716 : 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-07T12:12:56.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:12:56.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:56.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:56 smithi022 bash[28554]: cluster 2023-12-07T12:12:55.558879+0000 mgr.a (mgr.24293) 5717 : 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-07T12:12:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:56 smithi044 bash[32620]: cluster 2023-12-07T12:12:55.558879+0000 mgr.a (mgr.24293) 5717 : 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-07T12:12:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:56 smithi027 bash[31536]: cluster 2023-12-07T12:12:55.558879+0000 mgr.a (mgr.24293) 5717 : 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-07T12:12:56.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:12:56.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:56.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:56.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:56.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:12:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:57 smithi022 bash[28554]: audit 2023-12-07T12:12:56.423592+0000 mgr.a (mgr.24293) 5718 : audit 0 from='client.123009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:57 smithi044 bash[32620]: audit 2023-12-07T12:12:56.423592+0000 mgr.a (mgr.24293) 5718 : audit 0 from='client.123009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:57 smithi027 bash[31536]: audit 2023-12-07T12:12:56.423592+0000 mgr.a (mgr.24293) 5718 : audit 0 from='client.123009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:12:58 smithi022 bash[28554]: cluster 2023-12-07T12:12:57.559726+0000 mgr.a (mgr.24293) 5719 : cluster 0 pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:12:58 smithi044 bash[32620]: cluster 2023-12-07T12:12:57.559726+0000 mgr.a (mgr.24293) 5719 : cluster 0 pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:12:58 smithi027 bash[31536]: cluster 2023-12-07T12:12:57.559726+0000 mgr.a (mgr.24293) 5719 : cluster 0 pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:00 smithi022 bash[28554]: cluster 2023-12-07T12:12:59.560469+0000 mgr.a (mgr.24293) 5720 : cluster 0 pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:00.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:00 smithi044 bash[32620]: cluster 2023-12-07T12:12:59.560469+0000 mgr.a (mgr.24293) 5720 : cluster 0 pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:00 smithi027 bash[31536]: cluster 2023-12-07T12:12:59.560469+0000 mgr.a (mgr.24293) 5720 : cluster 0 pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:01.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:01.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:01.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:02.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:02 smithi022 bash[28554]: cluster 2023-12-07T12:13:01.561349+0000 mgr.a (mgr.24293) 5721 : cluster 0 pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:02 smithi044 bash[32620]: cluster 2023-12-07T12:13:01.561349+0000 mgr.a (mgr.24293) 5721 : cluster 0 pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:02 smithi027 bash[31536]: cluster 2023-12-07T12:13:01.561349+0000 mgr.a (mgr.24293) 5721 : cluster 0 pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:03 smithi022 bash[28554]: audit 2023-12-07T12:13:02.377572+0000 mgr.a (mgr.24293) 5722 : audit 0 from='client.123084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:03 smithi044 bash[32620]: audit 2023-12-07T12:13:02.377572+0000 mgr.a (mgr.24293) 5722 : audit 0 from='client.123084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:03 smithi027 bash[31536]: audit 2023-12-07T12:13:02.377572+0000 mgr.a (mgr.24293) 5722 : audit 0 from='client.123084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:04 smithi022 bash[28554]: cluster 2023-12-07T12:13:03.562066+0000 mgr.a (mgr.24293) 5723 : 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-07T12:13:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:04 smithi044 bash[32620]: cluster 2023-12-07T12:13:03.562066+0000 mgr.a (mgr.24293) 5723 : 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-07T12:13:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:04 smithi027 bash[31536]: cluster 2023-12-07T12:13:03.562066+0000 mgr.a (mgr.24293) 5723 : 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-07T12:13:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:06 smithi022 bash[28554]: cluster 2023-12-07T12:13:05.562893+0000 mgr.a (mgr.24293) 5724 : 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-07T12:13:06.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:06 smithi044 bash[32620]: cluster 2023-12-07T12:13:05.562893+0000 mgr.a (mgr.24293) 5724 : 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-07T12:13:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:06 smithi027 bash[31536]: cluster 2023-12-07T12:13:05.562893+0000 mgr.a (mgr.24293) 5724 : 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-07T12:13:07.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:07.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:07.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:08.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:08.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:08.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:08 smithi022 bash[28554]: cluster 2023-12-07T12:13:07.563463+0000 mgr.a (mgr.24293) 5725 : 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-07T12:13:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:08 smithi044 bash[32620]: cluster 2023-12-07T12:13:07.563463+0000 mgr.a (mgr.24293) 5725 : 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-07T12:13:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:08 smithi027 bash[31536]: cluster 2023-12-07T12:13:07.563463+0000 mgr.a (mgr.24293) 5725 : 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-07T12:13:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:09 smithi022 bash[28554]: audit 2023-12-07T12:13:08.308924+0000 mgr.a (mgr.24293) 5726 : audit 0 from='client.123162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:09.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:09 smithi044 bash[32620]: audit 2023-12-07T12:13:08.308924+0000 mgr.a (mgr.24293) 5726 : audit 0 from='client.123162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:09 smithi027 bash[31536]: audit 2023-12-07T12:13:08.308924+0000 mgr.a (mgr.24293) 5726 : audit 0 from='client.123162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:10 smithi022 bash[28554]: cluster 2023-12-07T12:13:09.564103+0000 mgr.a (mgr.24293) 5727 : 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-07T12:13:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:10 smithi044 bash[32620]: cluster 2023-12-07T12:13:09.564103+0000 mgr.a (mgr.24293) 5727 : 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-07T12:13:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:10 smithi027 bash[31536]: cluster 2023-12-07T12:13:09.564103+0000 mgr.a (mgr.24293) 5727 : 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-07T12:13:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:12 smithi022 bash[28554]: cluster 2023-12-07T12:13:11.564933+0000 mgr.a (mgr.24293) 5728 : 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-07T12:13:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:12 smithi044 bash[32620]: cluster 2023-12-07T12:13:11.564933+0000 mgr.a (mgr.24293) 5728 : 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-07T12:13:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:12 smithi027 bash[31536]: cluster 2023-12-07T12:13:11.564933+0000 mgr.a (mgr.24293) 5728 : 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-07T12:13:13.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:13.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:13.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:14.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:14 smithi022 bash[28554]: cluster 2023-12-07T12:13:13.565534+0000 mgr.a (mgr.24293) 5729 : 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-07T12:13:14.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:14 smithi044 bash[32620]: cluster 2023-12-07T12:13:13.565534+0000 mgr.a (mgr.24293) 5729 : 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-07T12:13:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:14 smithi027 bash[31536]: cluster 2023-12-07T12:13:13.565534+0000 mgr.a (mgr.24293) 5729 : 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-07T12:13:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:15 smithi027 bash[31536]: audit 2023-12-07T12:13:14.231109+0000 mgr.a (mgr.24293) 5730 : audit 0 from='client.123240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:15 smithi022 bash[28554]: audit 2023-12-07T12:13:14.231109+0000 mgr.a (mgr.24293) 5730 : audit 0 from='client.123240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:15 smithi044 bash[32620]: audit 2023-12-07T12:13:14.231109+0000 mgr.a (mgr.24293) 5730 : audit 0 from='client.123240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:16 smithi027 bash[31536]: cluster 2023-12-07T12:13:15.566476+0000 mgr.a (mgr.24293) 5731 : cluster 0 pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:13:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:16 smithi022 bash[28554]: cluster 2023-12-07T12:13:15.566476+0000 mgr.a (mgr.24293) 5731 : cluster 0 pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:13:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:16 smithi044 bash[32620]: cluster 2023-12-07T12:13:15.566476+0000 mgr.a (mgr.24293) 5731 : cluster 0 pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:13:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:18 smithi027 bash[31536]: cluster 2023-12-07T12:13:17.567015+0000 mgr.a (mgr.24293) 5732 : cluster 0 pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:18 smithi022 bash[28554]: cluster 2023-12-07T12:13:17.567015+0000 mgr.a (mgr.24293) 5732 : cluster 0 pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:18 smithi044 bash[32620]: cluster 2023-12-07T12:13:17.567015+0000 mgr.a (mgr.24293) 5732 : cluster 0 pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:19.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:19.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:19.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:19 smithi027 bash[31536]: audit 2023-12-07T12:13:19.006346+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:13:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:19 smithi022 bash[28554]: audit 2023-12-07T12:13:19.006346+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:13:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:19 smithi044 bash[32620]: audit 2023-12-07T12:13:19.006346+0000 mon.a (mon.0) 1251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:13:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:20.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:20.734 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:20 smithi027 bash[31536]: cluster 2023-12-07T12:13:19.567613+0000 mgr.a (mgr.24293) 5733 : cluster 0 pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:20 smithi027 bash[31536]: audit 2023-12-07T12:13:19.795921+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:13:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:20 smithi027 bash[31536]: audit 2023-12-07T12:13:19.797569+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:13:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:20 smithi027 bash[31536]: audit 2023-12-07T12:13:19.807043+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:13:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:20 smithi022 bash[28554]: cluster 2023-12-07T12:13:19.567613+0000 mgr.a (mgr.24293) 5733 : cluster 0 pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:20 smithi022 bash[28554]: audit 2023-12-07T12:13:19.795921+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:13:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:20 smithi022 bash[28554]: audit 2023-12-07T12:13:19.797569+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:13:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:20 smithi022 bash[28554]: audit 2023-12-07T12:13:19.807043+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:13:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:20 smithi044 bash[32620]: cluster 2023-12-07T12:13:19.567613+0000 mgr.a (mgr.24293) 5733 : cluster 0 pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:20 smithi044 bash[32620]: audit 2023-12-07T12:13:19.795921+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:13:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:20 smithi044 bash[32620]: audit 2023-12-07T12:13:19.797569+0000 mon.a (mon.0) 1253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:13:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:20 smithi044 bash[32620]: audit 2023-12-07T12:13:19.807043+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:13:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:21 smithi022 bash[28554]: audit 2023-12-07T12:13:20.204014+0000 mgr.a (mgr.24293) 5734 : audit 0 from='client.123318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:21 smithi044 bash[32620]: audit 2023-12-07T12:13:20.204014+0000 mgr.a (mgr.24293) 5734 : audit 0 from='client.123318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:21 smithi027 bash[31536]: audit 2023-12-07T12:13:20.204014+0000 mgr.a (mgr.24293) 5734 : audit 0 from='client.123318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:22 smithi022 bash[28554]: cluster 2023-12-07T12:13:21.568731+0000 mgr.a (mgr.24293) 5735 : cluster 0 pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:13:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:22 smithi044 bash[32620]: cluster 2023-12-07T12:13:21.568731+0000 mgr.a (mgr.24293) 5735 : cluster 0 pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:13:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:22 smithi027 bash[31536]: cluster 2023-12-07T12:13:21.568731+0000 mgr.a (mgr.24293) 5735 : cluster 0 pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:13:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:24 smithi022 bash[28554]: cluster 2023-12-07T12:13:23.569390+0000 mgr.a (mgr.24293) 5736 : cluster 0 pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:13:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:24 smithi044 bash[32620]: cluster 2023-12-07T12:13:23.569390+0000 mgr.a (mgr.24293) 5736 : cluster 0 pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:13:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:24 smithi027 bash[31536]: cluster 2023-12-07T12:13:23.569390+0000 mgr.a (mgr.24293) 5736 : cluster 0 pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:13:25.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:25.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:25.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:26.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:26.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:26.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:26.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:26.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:26 smithi022 bash[28554]: cluster 2023-12-07T12:13:25.570142+0000 mgr.a (mgr.24293) 5737 : 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-07T12:13:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:26 smithi044 bash[32620]: cluster 2023-12-07T12:13:25.570142+0000 mgr.a (mgr.24293) 5737 : 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-07T12:13:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:26 smithi027 bash[31536]: cluster 2023-12-07T12:13:25.570142+0000 mgr.a (mgr.24293) 5737 : 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-07T12:13:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:27 smithi022 bash[28554]: audit 2023-12-07T12:13:26.148866+0000 mgr.a (mgr.24293) 5738 : audit 0 from='client.123396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:27 smithi044 bash[32620]: audit 2023-12-07T12:13:26.148866+0000 mgr.a (mgr.24293) 5738 : audit 0 from='client.123396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:27 smithi027 bash[31536]: audit 2023-12-07T12:13:26.148866+0000 mgr.a (mgr.24293) 5738 : audit 0 from='client.123396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:28 smithi022 bash[28554]: cluster 2023-12-07T12:13:27.571019+0000 mgr.a (mgr.24293) 5739 : cluster 0 pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:28 smithi044 bash[32620]: cluster 2023-12-07T12:13:27.571019+0000 mgr.a (mgr.24293) 5739 : cluster 0 pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:28 smithi027 bash[31536]: cluster 2023-12-07T12:13:27.571019+0000 mgr.a (mgr.24293) 5739 : cluster 0 pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:30 smithi022 bash[28554]: cluster 2023-12-07T12:13:29.571812+0000 mgr.a (mgr.24293) 5740 : cluster 0 pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:30 smithi044 bash[32620]: cluster 2023-12-07T12:13:29.571812+0000 mgr.a (mgr.24293) 5740 : cluster 0 pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:30 smithi027 bash[31536]: cluster 2023-12-07T12:13:29.571812+0000 mgr.a (mgr.24293) 5740 : cluster 0 pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:13:31.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:31.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:31.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:32.573 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:32.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:32.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:32.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:32.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:32 smithi022 bash[28554]: cluster 2023-12-07T12:13:31.572753+0000 mgr.a (mgr.24293) 5741 : cluster 0 pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:32 smithi044 bash[32620]: cluster 2023-12-07T12:13:31.572753+0000 mgr.a (mgr.24293) 5741 : cluster 0 pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:32 smithi027 bash[31536]: cluster 2023-12-07T12:13:31.572753+0000 mgr.a (mgr.24293) 5741 : cluster 0 pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:33 smithi022 bash[28554]: audit 2023-12-07T12:13:32.063494+0000 mgr.a (mgr.24293) 5742 : audit 0 from='client.123468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:33 smithi044 bash[32620]: audit 2023-12-07T12:13:32.063494+0000 mgr.a (mgr.24293) 5742 : audit 0 from='client.123468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:33 smithi027 bash[31536]: audit 2023-12-07T12:13:32.063494+0000 mgr.a (mgr.24293) 5742 : audit 0 from='client.123468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:34 smithi022 bash[28554]: cluster 2023-12-07T12:13:33.573520+0000 mgr.a (mgr.24293) 5743 : cluster 0 pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:13:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:34 smithi044 bash[32620]: cluster 2023-12-07T12:13:33.573520+0000 mgr.a (mgr.24293) 5743 : cluster 0 pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:13:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:34 smithi027 bash[31536]: cluster 2023-12-07T12:13:33.573520+0000 mgr.a (mgr.24293) 5743 : cluster 0 pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:13:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:36 smithi022 bash[28554]: cluster 2023-12-07T12:13:35.574343+0000 mgr.a (mgr.24293) 5744 : cluster 0 pgmap v4290: 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-07T12:13:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:36 smithi044 bash[32620]: cluster 2023-12-07T12:13:35.574343+0000 mgr.a (mgr.24293) 5744 : cluster 0 pgmap v4290: 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-07T12:13:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:36 smithi027 bash[31536]: cluster 2023-12-07T12:13:35.574343+0000 mgr.a (mgr.24293) 5744 : cluster 0 pgmap v4290: 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-07T12:13:37.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:37.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:37.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:38.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:38.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:38.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:38.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:38.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:38 smithi022 bash[28554]: cluster 2023-12-07T12:13:37.574908+0000 mgr.a (mgr.24293) 5745 : 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-07T12:13:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:38 smithi022 bash[28554]: audit 2023-12-07T12:13:37.984552+0000 mgr.a (mgr.24293) 5746 : audit 0 from='client.123543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:38 smithi044 bash[32620]: cluster 2023-12-07T12:13:37.574908+0000 mgr.a (mgr.24293) 5745 : 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-07T12:13:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:38 smithi044 bash[32620]: audit 2023-12-07T12:13:37.984552+0000 mgr.a (mgr.24293) 5746 : audit 0 from='client.123543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:38 smithi027 bash[31536]: cluster 2023-12-07T12:13:37.574908+0000 mgr.a (mgr.24293) 5745 : 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-07T12:13:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:38 smithi027 bash[31536]: audit 2023-12-07T12:13:37.984552+0000 mgr.a (mgr.24293) 5746 : audit 0 from='client.123543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:40 smithi022 bash[28554]: cluster 2023-12-07T12:13:39.575652+0000 mgr.a (mgr.24293) 5747 : 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-07T12:13:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:40 smithi044 bash[32620]: cluster 2023-12-07T12:13:39.575652+0000 mgr.a (mgr.24293) 5747 : 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-07T12:13:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:40 smithi027 bash[31536]: cluster 2023-12-07T12:13:39.575652+0000 mgr.a (mgr.24293) 5747 : 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-07T12:13:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:42 smithi022 bash[28554]: cluster 2023-12-07T12:13:41.576427+0000 mgr.a (mgr.24293) 5748 : 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-07T12:13:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:42 smithi044 bash[32620]: cluster 2023-12-07T12:13:41.576427+0000 mgr.a (mgr.24293) 5748 : 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-07T12:13:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:42 smithi027 bash[31536]: cluster 2023-12-07T12:13:41.576427+0000 mgr.a (mgr.24293) 5748 : 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-07T12:13:43.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:43.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:43.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:44.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:44.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:44.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:44.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:44.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:44 smithi022 bash[28554]: cluster 2023-12-07T12:13:43.576967+0000 mgr.a (mgr.24293) 5749 : 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-07T12:13:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:44 smithi022 bash[28554]: audit 2023-12-07T12:13:43.900109+0000 mgr.a (mgr.24293) 5750 : audit 0 from='client.123618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:44 smithi044 bash[32620]: cluster 2023-12-07T12:13:43.576967+0000 mgr.a (mgr.24293) 5749 : 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-07T12:13:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:44 smithi044 bash[32620]: audit 2023-12-07T12:13:43.900109+0000 mgr.a (mgr.24293) 5750 : audit 0 from='client.123618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:44 smithi027 bash[31536]: cluster 2023-12-07T12:13:43.576967+0000 mgr.a (mgr.24293) 5749 : 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-07T12:13:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:44 smithi027 bash[31536]: audit 2023-12-07T12:13:43.900109+0000 mgr.a (mgr.24293) 5750 : audit 0 from='client.123618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:46 smithi022 bash[28554]: cluster 2023-12-07T12:13:45.577870+0000 mgr.a (mgr.24293) 5751 : 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-07T12:13:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:46 smithi044 bash[32620]: cluster 2023-12-07T12:13:45.577870+0000 mgr.a (mgr.24293) 5751 : 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-07T12:13:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:46 smithi027 bash[31536]: cluster 2023-12-07T12:13:45.577870+0000 mgr.a (mgr.24293) 5751 : 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-07T12:13:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:48 smithi022 bash[28554]: cluster 2023-12-07T12:13:47.578482+0000 mgr.a (mgr.24293) 5752 : 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-07T12:13:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:48 smithi044 bash[32620]: cluster 2023-12-07T12:13:47.578482+0000 mgr.a (mgr.24293) 5752 : 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-07T12:13:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:48 smithi027 bash[31536]: cluster 2023-12-07T12:13:47.578482+0000 mgr.a (mgr.24293) 5752 : 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-07T12:13:49.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:49.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:49.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:50.335 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:50.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:50.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:50.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:50.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:50 smithi022 bash[28554]: cluster 2023-12-07T12:13:49.579054+0000 mgr.a (mgr.24293) 5753 : 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-07T12:13:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:50 smithi022 bash[28554]: audit 2023-12-07T12:13:49.826574+0000 mgr.a (mgr.24293) 5754 : audit 0 from='client.123690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:50 smithi044 bash[32620]: cluster 2023-12-07T12:13:49.579054+0000 mgr.a (mgr.24293) 5753 : 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-07T12:13:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:50 smithi044 bash[32620]: audit 2023-12-07T12:13:49.826574+0000 mgr.a (mgr.24293) 5754 : audit 0 from='client.123690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:50 smithi027 bash[31536]: cluster 2023-12-07T12:13:49.579054+0000 mgr.a (mgr.24293) 5753 : 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-07T12:13:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:50 smithi027 bash[31536]: audit 2023-12-07T12:13:49.826574+0000 mgr.a (mgr.24293) 5754 : audit 0 from='client.123690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:52 smithi022 bash[28554]: cluster 2023-12-07T12:13:51.579994+0000 mgr.a (mgr.24293) 5755 : cluster 0 pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:13:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:52 smithi044 bash[32620]: cluster 2023-12-07T12:13:51.579994+0000 mgr.a (mgr.24293) 5755 : cluster 0 pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:13:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:52 smithi027 bash[31536]: cluster 2023-12-07T12:13:51.579994+0000 mgr.a (mgr.24293) 5755 : cluster 0 pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:13:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:54 smithi022 bash[28554]: cluster 2023-12-07T12:13:53.580574+0000 mgr.a (mgr.24293) 5756 : cluster 0 pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:54 smithi044 bash[32620]: cluster 2023-12-07T12:13:53.580574+0000 mgr.a (mgr.24293) 5756 : cluster 0 pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:54 smithi027 bash[31536]: cluster 2023-12-07T12:13:53.580574+0000 mgr.a (mgr.24293) 5756 : cluster 0 pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:13:55.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:13:55.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:55.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:56.301 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:13:56.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:56.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:56.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:56.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:13:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:56 smithi022 bash[28554]: cluster 2023-12-07T12:13:55.581463+0000 mgr.a (mgr.24293) 5757 : 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-07T12:13:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:56 smithi022 bash[28554]: audit 2023-12-07T12:13:55.751303+0000 mgr.a (mgr.24293) 5758 : audit 0 from='client.123765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:56 smithi044 bash[32620]: cluster 2023-12-07T12:13:55.581463+0000 mgr.a (mgr.24293) 5757 : 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-07T12:13:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:56 smithi044 bash[32620]: audit 2023-12-07T12:13:55.751303+0000 mgr.a (mgr.24293) 5758 : audit 0 from='client.123765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:56 smithi027 bash[31536]: cluster 2023-12-07T12:13:55.581463+0000 mgr.a (mgr.24293) 5757 : 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-07T12:13:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:56 smithi027 bash[31536]: audit 2023-12-07T12:13:55.751303+0000 mgr.a (mgr.24293) 5758 : audit 0 from='client.123765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:13:58 smithi022 bash[28554]: cluster 2023-12-07T12:13:57.582153+0000 mgr.a (mgr.24293) 5759 : 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-07T12:13:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:13:58 smithi044 bash[32620]: cluster 2023-12-07T12:13:57.582153+0000 mgr.a (mgr.24293) 5759 : 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-07T12:13:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:13:58 smithi027 bash[31536]: cluster 2023-12-07T12:13:57.582153+0000 mgr.a (mgr.24293) 5759 : 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-07T12:14:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:00 smithi022 bash[28554]: cluster 2023-12-07T12:13:59.582762+0000 mgr.a (mgr.24293) 5760 : 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-07T12:14:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:00 smithi044 bash[32620]: cluster 2023-12-07T12:13:59.582762+0000 mgr.a (mgr.24293) 5760 : 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-07T12:14:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:00 smithi027 bash[31536]: cluster 2023-12-07T12:13:59.582762+0000 mgr.a (mgr.24293) 5760 : 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-07T12:14:01.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:01.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:01.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:02.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:02.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:02.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:02.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:02.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:02 smithi022 bash[28554]: cluster 2023-12-07T12:14:01.583588+0000 mgr.a (mgr.24293) 5761 : 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-07T12:14:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:02 smithi022 bash[28554]: audit 2023-12-07T12:14:01.711294+0000 mgr.a (mgr.24293) 5762 : audit 0 from='client.123843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:02 smithi044 bash[32620]: cluster 2023-12-07T12:14:01.583588+0000 mgr.a (mgr.24293) 5761 : 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-07T12:14:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:02 smithi044 bash[32620]: audit 2023-12-07T12:14:01.711294+0000 mgr.a (mgr.24293) 5762 : audit 0 from='client.123843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:02 smithi027 bash[31536]: cluster 2023-12-07T12:14:01.583588+0000 mgr.a (mgr.24293) 5761 : 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-07T12:14:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:02 smithi027 bash[31536]: audit 2023-12-07T12:14:01.711294+0000 mgr.a (mgr.24293) 5762 : audit 0 from='client.123843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:04 smithi022 bash[28554]: cluster 2023-12-07T12:14:03.584181+0000 mgr.a (mgr.24293) 5763 : cluster 0 pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:04 smithi044 bash[32620]: cluster 2023-12-07T12:14:03.584181+0000 mgr.a (mgr.24293) 5763 : cluster 0 pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:04 smithi027 bash[31536]: cluster 2023-12-07T12:14:03.584181+0000 mgr.a (mgr.24293) 5763 : cluster 0 pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:06 smithi022 bash[28554]: cluster 2023-12-07T12:14:05.584962+0000 mgr.a (mgr.24293) 5764 : cluster 0 pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:06 smithi044 bash[32620]: cluster 2023-12-07T12:14:05.584962+0000 mgr.a (mgr.24293) 5764 : cluster 0 pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:06 smithi027 bash[31536]: cluster 2023-12-07T12:14:05.584962+0000 mgr.a (mgr.24293) 5764 : cluster 0 pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:07.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:07.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:07.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:08.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:08.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:08.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:08.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:08.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:08 smithi022 bash[28554]: cluster 2023-12-07T12:14:07.585508+0000 mgr.a (mgr.24293) 5765 : 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-07T12:14:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:08 smithi022 bash[28554]: audit 2023-12-07T12:14:07.625406+0000 mgr.a (mgr.24293) 5766 : audit 0 from='client.123918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:08 smithi044 bash[32620]: cluster 2023-12-07T12:14:07.585508+0000 mgr.a (mgr.24293) 5765 : 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-07T12:14:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:08 smithi044 bash[32620]: audit 2023-12-07T12:14:07.625406+0000 mgr.a (mgr.24293) 5766 : audit 0 from='client.123918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:08 smithi027 bash[31536]: cluster 2023-12-07T12:14:07.585508+0000 mgr.a (mgr.24293) 5765 : 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-07T12:14:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:08 smithi027 bash[31536]: audit 2023-12-07T12:14:07.625406+0000 mgr.a (mgr.24293) 5766 : audit 0 from='client.123918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:10 smithi022 bash[28554]: cluster 2023-12-07T12:14:09.586168+0000 mgr.a (mgr.24293) 5767 : 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-07T12:14:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:10 smithi044 bash[32620]: cluster 2023-12-07T12:14:09.586168+0000 mgr.a (mgr.24293) 5767 : 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-07T12:14:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:10 smithi027 bash[31536]: cluster 2023-12-07T12:14:09.586168+0000 mgr.a (mgr.24293) 5767 : 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-07T12:14:13.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:13.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:13.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:12 smithi022 bash[28554]: cluster 2023-12-07T12:14:11.586988+0000 mgr.a (mgr.24293) 5768 : 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-07T12:14:13.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:12 smithi044 bash[32620]: cluster 2023-12-07T12:14:11.586988+0000 mgr.a (mgr.24293) 5768 : 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-07T12:14:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:12 smithi027 bash[31536]: cluster 2023-12-07T12:14:11.586988+0000 mgr.a (mgr.24293) 5768 : 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-07T12:14:14.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:14.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:14.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:14.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:14.097 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:14 smithi022 bash[28554]: audit 2023-12-07T12:14:13.553544+0000 mgr.a (mgr.24293) 5769 : audit 0 from='client.123996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:14 smithi022 bash[28554]: cluster 2023-12-07T12:14:13.587797+0000 mgr.a (mgr.24293) 5770 : 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-07T12:14:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:14 smithi044 bash[32620]: audit 2023-12-07T12:14:13.553544+0000 mgr.a (mgr.24293) 5769 : audit 0 from='client.123996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:14 smithi044 bash[32620]: cluster 2023-12-07T12:14:13.587797+0000 mgr.a (mgr.24293) 5770 : 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-07T12:14:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:14 smithi027 bash[31536]: audit 2023-12-07T12:14:13.553544+0000 mgr.a (mgr.24293) 5769 : audit 0 from='client.123996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:14 smithi027 bash[31536]: cluster 2023-12-07T12:14:13.587797+0000 mgr.a (mgr.24293) 5770 : 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-07T12:14:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:16 smithi022 bash[28554]: cluster 2023-12-07T12:14:15.588692+0000 mgr.a (mgr.24293) 5771 : 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-07T12:14:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:16 smithi044 bash[32620]: cluster 2023-12-07T12:14:15.588692+0000 mgr.a (mgr.24293) 5771 : 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-07T12:14:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:16 smithi027 bash[31536]: cluster 2023-12-07T12:14:15.588692+0000 mgr.a (mgr.24293) 5771 : 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-07T12:14:19.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:19.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:19.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:18 smithi022 bash[28554]: cluster 2023-12-07T12:14:17.589260+0000 mgr.a (mgr.24293) 5772 : 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-07T12:14:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:18 smithi044 bash[32620]: cluster 2023-12-07T12:14:17.589260+0000 mgr.a (mgr.24293) 5772 : 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-07T12:14:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:18 smithi027 bash[31536]: cluster 2023-12-07T12:14:17.589260+0000 mgr.a (mgr.24293) 5772 : 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-07T12:14:20.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:20.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:20.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:20.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:20.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:20 smithi022 bash[28554]: audit 2023-12-07T12:14:19.512180+0000 mgr.a (mgr.24293) 5773 : audit 0 from='client.124068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:20 smithi022 bash[28554]: cluster 2023-12-07T12:14:19.589813+0000 mgr.a (mgr.24293) 5774 : 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-07T12:14:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:20 smithi022 bash[28554]: audit 2023-12-07T12:14:19.911004+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:14:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:20 smithi022 bash[28554]: audit 2023-12-07T12:14:20.699310+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:14:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:20 smithi022 bash[28554]: audit 2023-12-07T12:14:20.700900+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:14:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:20 smithi022 bash[28554]: audit 2023-12-07T12:14:20.709591+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:14:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:20 smithi044 bash[32620]: audit 2023-12-07T12:14:19.512180+0000 mgr.a (mgr.24293) 5773 : audit 0 from='client.124068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:20 smithi044 bash[32620]: cluster 2023-12-07T12:14:19.589813+0000 mgr.a (mgr.24293) 5774 : 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-07T12:14:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:20 smithi044 bash[32620]: audit 2023-12-07T12:14:19.911004+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:14:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:20 smithi044 bash[32620]: audit 2023-12-07T12:14:20.699310+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:14:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:20 smithi044 bash[32620]: audit 2023-12-07T12:14:20.700900+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:14:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:20 smithi044 bash[32620]: audit 2023-12-07T12:14:20.709591+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:14:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:20 smithi027 bash[31536]: audit 2023-12-07T12:14:19.512180+0000 mgr.a (mgr.24293) 5773 : audit 0 from='client.124068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:20 smithi027 bash[31536]: cluster 2023-12-07T12:14:19.589813+0000 mgr.a (mgr.24293) 5774 : 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-07T12:14:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:20 smithi027 bash[31536]: audit 2023-12-07T12:14:19.911004+0000 mon.a (mon.0) 1255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:14:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:20 smithi027 bash[31536]: audit 2023-12-07T12:14:20.699310+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:14:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:20 smithi027 bash[31536]: audit 2023-12-07T12:14:20.700900+0000 mon.a (mon.0) 1257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:14:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:20 smithi027 bash[31536]: audit 2023-12-07T12:14:20.709591+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:14:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:22 smithi022 bash[28554]: cluster 2023-12-07T12:14:21.590720+0000 mgr.a (mgr.24293) 5775 : cluster 0 pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:14:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:22 smithi044 bash[32620]: cluster 2023-12-07T12:14:21.590720+0000 mgr.a (mgr.24293) 5775 : cluster 0 pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:14:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:22 smithi027 bash[31536]: cluster 2023-12-07T12:14:21.590720+0000 mgr.a (mgr.24293) 5775 : cluster 0 pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:14:25.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:25.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:25.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:24 smithi022 bash[28554]: cluster 2023-12-07T12:14:23.591349+0000 mgr.a (mgr.24293) 5776 : cluster 0 pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:24 smithi044 bash[32620]: cluster 2023-12-07T12:14:23.591349+0000 mgr.a (mgr.24293) 5776 : cluster 0 pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:24 smithi027 bash[31536]: cluster 2023-12-07T12:14:23.591349+0000 mgr.a (mgr.24293) 5776 : cluster 0 pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:25.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:25.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:25.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:25.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:25.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:26 smithi022 bash[28554]: audit 2023-12-07T12:14:25.443256+0000 mgr.a (mgr.24293) 5777 : audit 0 from='client.124146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:26 smithi022 bash[28554]: cluster 2023-12-07T12:14:25.594835+0000 mgr.a (mgr.24293) 5778 : 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-07T12:14:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:26 smithi044 bash[32620]: audit 2023-12-07T12:14:25.443256+0000 mgr.a (mgr.24293) 5777 : audit 0 from='client.124146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:26 smithi044 bash[32620]: cluster 2023-12-07T12:14:25.594835+0000 mgr.a (mgr.24293) 5778 : 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-07T12:14:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:26 smithi027 bash[31536]: audit 2023-12-07T12:14:25.443256+0000 mgr.a (mgr.24293) 5777 : audit 0 from='client.124146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:26 smithi027 bash[31536]: cluster 2023-12-07T12:14:25.594835+0000 mgr.a (mgr.24293) 5778 : 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-07T12:14:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:28 smithi022 bash[28554]: cluster 2023-12-07T12:14:27.595615+0000 mgr.a (mgr.24293) 5779 : 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-07T12:14:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:28 smithi044 bash[32620]: cluster 2023-12-07T12:14:27.595615+0000 mgr.a (mgr.24293) 5779 : 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-07T12:14:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:28 smithi027 bash[31536]: cluster 2023-12-07T12:14:27.595615+0000 mgr.a (mgr.24293) 5779 : 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-07T12:14:30.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:30.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:30.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:30 smithi022 bash[28554]: cluster 2023-12-07T12:14:29.596200+0000 mgr.a (mgr.24293) 5780 : 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-07T12:14:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:30 smithi044 bash[32620]: cluster 2023-12-07T12:14:29.596200+0000 mgr.a (mgr.24293) 5780 : 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-07T12:14:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:30 smithi027 bash[31536]: cluster 2023-12-07T12:14:29.596200+0000 mgr.a (mgr.24293) 5780 : 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-07T12:14:31.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:32 smithi022 bash[28554]: audit 2023-12-07T12:14:31.380827+0000 mgr.a (mgr.24293) 5781 : audit 0 from='client.124215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:32 smithi022 bash[28554]: cluster 2023-12-07T12:14:31.597681+0000 mgr.a (mgr.24293) 5782 : 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-07T12:14:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:32 smithi044 bash[32620]: audit 2023-12-07T12:14:31.380827+0000 mgr.a (mgr.24293) 5781 : audit 0 from='client.124215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:32 smithi044 bash[32620]: cluster 2023-12-07T12:14:31.597681+0000 mgr.a (mgr.24293) 5782 : 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-07T12:14:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:32 smithi027 bash[31536]: audit 2023-12-07T12:14:31.380827+0000 mgr.a (mgr.24293) 5781 : audit 0 from='client.124215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:32 smithi027 bash[31536]: cluster 2023-12-07T12:14:31.597681+0000 mgr.a (mgr.24293) 5782 : 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-07T12:14:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:34 smithi022 bash[28554]: cluster 2023-12-07T12:14:33.598322+0000 mgr.a (mgr.24293) 5783 : cluster 0 pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:34 smithi044 bash[32620]: cluster 2023-12-07T12:14:33.598322+0000 mgr.a (mgr.24293) 5783 : cluster 0 pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:34 smithi027 bash[31536]: cluster 2023-12-07T12:14:33.598322+0000 mgr.a (mgr.24293) 5783 : cluster 0 pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:36.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:36.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:36.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:36 smithi022 bash[28554]: cluster 2023-12-07T12:14:35.599126+0000 mgr.a (mgr.24293) 5784 : cluster 0 pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:36 smithi044 bash[32620]: cluster 2023-12-07T12:14:35.599126+0000 mgr.a (mgr.24293) 5784 : cluster 0 pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:36 smithi027 bash[31536]: cluster 2023-12-07T12:14:35.599126+0000 mgr.a (mgr.24293) 5784 : cluster 0 pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:37.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:37.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:37.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:37.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:37.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:38 smithi022 bash[28554]: audit 2023-12-07T12:14:37.315830+0000 mgr.a (mgr.24293) 5785 : audit 0 from='client.124287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:38 smithi022 bash[28554]: cluster 2023-12-07T12:14:37.600256+0000 mgr.a (mgr.24293) 5786 : 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-07T12:14:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:38 smithi044 bash[32620]: audit 2023-12-07T12:14:37.315830+0000 mgr.a (mgr.24293) 5785 : audit 0 from='client.124287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:38 smithi044 bash[32620]: cluster 2023-12-07T12:14:37.600256+0000 mgr.a (mgr.24293) 5786 : 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-07T12:14:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:38 smithi027 bash[31536]: audit 2023-12-07T12:14:37.315830+0000 mgr.a (mgr.24293) 5785 : audit 0 from='client.124287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:38 smithi027 bash[31536]: cluster 2023-12-07T12:14:37.600256+0000 mgr.a (mgr.24293) 5786 : 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-07T12:14:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:40 smithi022 bash[28554]: cluster 2023-12-07T12:14:39.600987+0000 mgr.a (mgr.24293) 5787 : 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-07T12:14:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:40 smithi044 bash[32620]: cluster 2023-12-07T12:14:39.600987+0000 mgr.a (mgr.24293) 5787 : 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-07T12:14:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:40 smithi027 bash[31536]: cluster 2023-12-07T12:14:39.600987+0000 mgr.a (mgr.24293) 5787 : 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-07T12:14:42.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:42.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:42.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:42 smithi022 bash[28554]: cluster 2023-12-07T12:14:41.601851+0000 mgr.a (mgr.24293) 5788 : 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-07T12:14:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:42 smithi044 bash[32620]: cluster 2023-12-07T12:14:41.601851+0000 mgr.a (mgr.24293) 5788 : 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-07T12:14:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:42 smithi027 bash[31536]: cluster 2023-12-07T12:14:41.601851+0000 mgr.a (mgr.24293) 5788 : 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-07T12:14:43.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:43.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:43.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:43.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:43.779 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:44 smithi022 bash[28554]: audit 2023-12-07T12:14:43.273418+0000 mgr.a (mgr.24293) 5789 : audit 0 from='client.124362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:44 smithi022 bash[28554]: cluster 2023-12-07T12:14:43.602306+0000 mgr.a (mgr.24293) 5790 : 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-07T12:14:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:44 smithi044 bash[32620]: audit 2023-12-07T12:14:43.273418+0000 mgr.a (mgr.24293) 5789 : audit 0 from='client.124362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:44 smithi044 bash[32620]: cluster 2023-12-07T12:14:43.602306+0000 mgr.a (mgr.24293) 5790 : 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-07T12:14:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:44 smithi027 bash[31536]: audit 2023-12-07T12:14:43.273418+0000 mgr.a (mgr.24293) 5789 : audit 0 from='client.124362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:44 smithi027 bash[31536]: cluster 2023-12-07T12:14:43.602306+0000 mgr.a (mgr.24293) 5790 : 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-07T12:14:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:46 smithi022 bash[28554]: cluster 2023-12-07T12:14:45.603133+0000 mgr.a (mgr.24293) 5791 : 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-07T12:14:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:46 smithi044 bash[32620]: cluster 2023-12-07T12:14:45.603133+0000 mgr.a (mgr.24293) 5791 : 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-07T12:14:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:46 smithi027 bash[31536]: cluster 2023-12-07T12:14:45.603133+0000 mgr.a (mgr.24293) 5791 : 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-07T12:14:48.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:48.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:48.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:48 smithi022 bash[28554]: cluster 2023-12-07T12:14:47.603730+0000 mgr.a (mgr.24293) 5792 : 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-07T12:14:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:48 smithi044 bash[32620]: cluster 2023-12-07T12:14:47.603730+0000 mgr.a (mgr.24293) 5792 : 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-07T12:14:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:48 smithi027 bash[31536]: cluster 2023-12-07T12:14:47.603730+0000 mgr.a (mgr.24293) 5792 : 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-07T12:14:49.738 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:49.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:49.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:49.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:49.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:50 smithi022 bash[28554]: audit 2023-12-07T12:14:49.183765+0000 mgr.a (mgr.24293) 5793 : audit 0 from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:50 smithi022 bash[28554]: cluster 2023-12-07T12:14:49.604558+0000 mgr.a (mgr.24293) 5794 : 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-07T12:14:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:50 smithi044 bash[32620]: audit 2023-12-07T12:14:49.183765+0000 mgr.a (mgr.24293) 5793 : audit 0 from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:50 smithi044 bash[32620]: cluster 2023-12-07T12:14:49.604558+0000 mgr.a (mgr.24293) 5794 : 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-07T12:14:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:50 smithi027 bash[31536]: audit 2023-12-07T12:14:49.183765+0000 mgr.a (mgr.24293) 5793 : audit 0 from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:50 smithi027 bash[31536]: cluster 2023-12-07T12:14:49.604558+0000 mgr.a (mgr.24293) 5794 : 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-07T12:14:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:52 smithi022 bash[28554]: cluster 2023-12-07T12:14:51.605480+0000 mgr.a (mgr.24293) 5795 : 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-07T12:14:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:52 smithi044 bash[32620]: cluster 2023-12-07T12:14:51.605480+0000 mgr.a (mgr.24293) 5795 : 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-07T12:14:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:52 smithi027 bash[31536]: cluster 2023-12-07T12:14:51.605480+0000 mgr.a (mgr.24293) 5795 : 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-07T12:14:54.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:14:54.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:54.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:54 smithi022 bash[28554]: cluster 2023-12-07T12:14:53.606072+0000 mgr.a (mgr.24293) 5796 : 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-07T12:14:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:54 smithi044 bash[32620]: cluster 2023-12-07T12:14:53.606072+0000 mgr.a (mgr.24293) 5796 : 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-07T12:14:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:54 smithi027 bash[31536]: cluster 2023-12-07T12:14:53.606072+0000 mgr.a (mgr.24293) 5796 : 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-07T12:14:55.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:55.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:55.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:55.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:14:55.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:14:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:56 smithi022 bash[28554]: audit 2023-12-07T12:14:55.149461+0000 mgr.a (mgr.24293) 5797 : audit 0 from='client.124509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:56 smithi022 bash[28554]: cluster 2023-12-07T12:14:55.607057+0000 mgr.a (mgr.24293) 5798 : cluster 0 pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:14:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:56 smithi044 bash[32620]: audit 2023-12-07T12:14:55.149461+0000 mgr.a (mgr.24293) 5797 : audit 0 from='client.124509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:56 smithi044 bash[32620]: cluster 2023-12-07T12:14:55.607057+0000 mgr.a (mgr.24293) 5798 : cluster 0 pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:14:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:56 smithi027 bash[31536]: audit 2023-12-07T12:14:55.149461+0000 mgr.a (mgr.24293) 5797 : audit 0 from='client.124509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:56 smithi027 bash[31536]: cluster 2023-12-07T12:14:55.607057+0000 mgr.a (mgr.24293) 5798 : cluster 0 pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:14:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:14:58 smithi022 bash[28554]: cluster 2023-12-07T12:14:57.607654+0000 mgr.a (mgr.24293) 5799 : cluster 0 pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:14:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:14:58 smithi044 bash[32620]: cluster 2023-12-07T12:14:57.607654+0000 mgr.a (mgr.24293) 5799 : cluster 0 pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:14:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:14:58 smithi027 bash[31536]: cluster 2023-12-07T12:14:57.607654+0000 mgr.a (mgr.24293) 5799 : cluster 0 pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:15:00.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:00.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:00.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:00 smithi022 bash[28554]: cluster 2023-12-07T12:14:59.608165+0000 mgr.a (mgr.24293) 5800 : cluster 0 pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:15:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:00 smithi044 bash[32620]: cluster 2023-12-07T12:14:59.608165+0000 mgr.a (mgr.24293) 5800 : cluster 0 pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:15:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:00 smithi027 bash[31536]: cluster 2023-12-07T12:14:59.608165+0000 mgr.a (mgr.24293) 5800 : cluster 0 pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:15:01.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:01.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:01.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:01.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:01.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:02 smithi022 bash[28554]: audit 2023-12-07T12:15:01.117072+0000 mgr.a (mgr.24293) 5801 : audit 0 from='client.124581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:02 smithi022 bash[28554]: cluster 2023-12-07T12:15:01.608930+0000 mgr.a (mgr.24293) 5802 : 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-07T12:15:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:02 smithi044 bash[32620]: audit 2023-12-07T12:15:01.117072+0000 mgr.a (mgr.24293) 5801 : audit 0 from='client.124581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:02 smithi044 bash[32620]: cluster 2023-12-07T12:15:01.608930+0000 mgr.a (mgr.24293) 5802 : 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-07T12:15:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:02 smithi027 bash[31536]: audit 2023-12-07T12:15:01.117072+0000 mgr.a (mgr.24293) 5801 : audit 0 from='client.124581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:02 smithi027 bash[31536]: cluster 2023-12-07T12:15:01.608930+0000 mgr.a (mgr.24293) 5802 : 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-07T12:15:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:04 smithi027 bash[31536]: cluster 2023-12-07T12:15:03.609491+0000 mgr.a (mgr.24293) 5803 : 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-07T12:15:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:04 smithi022 bash[28554]: cluster 2023-12-07T12:15:03.609491+0000 mgr.a (mgr.24293) 5803 : 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-07T12:15:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:04 smithi044 bash[32620]: cluster 2023-12-07T12:15:03.609491+0000 mgr.a (mgr.24293) 5803 : 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-07T12:15:06.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:06.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:06.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:06 smithi027 bash[31536]: cluster 2023-12-07T12:15:05.610255+0000 mgr.a (mgr.24293) 5804 : 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-07T12:15:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:06 smithi022 bash[28554]: cluster 2023-12-07T12:15:05.610255+0000 mgr.a (mgr.24293) 5804 : 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-07T12:15:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:06 smithi044 bash[32620]: cluster 2023-12-07T12:15:05.610255+0000 mgr.a (mgr.24293) 5804 : 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-07T12:15:07.597 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:07.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:08 smithi027 bash[31536]: audit 2023-12-07T12:15:07.064158+0000 mgr.a (mgr.24293) 5805 : audit 0 from='client.124656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:08 smithi027 bash[31536]: cluster 2023-12-07T12:15:07.611014+0000 mgr.a (mgr.24293) 5806 : cluster 0 pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:15:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:08 smithi022 bash[28554]: audit 2023-12-07T12:15:07.064158+0000 mgr.a (mgr.24293) 5805 : audit 0 from='client.124656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:08 smithi022 bash[28554]: cluster 2023-12-07T12:15:07.611014+0000 mgr.a (mgr.24293) 5806 : cluster 0 pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:15:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:08 smithi044 bash[32620]: audit 2023-12-07T12:15:07.064158+0000 mgr.a (mgr.24293) 5805 : audit 0 from='client.124656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:08 smithi044 bash[32620]: cluster 2023-12-07T12:15:07.611014+0000 mgr.a (mgr.24293) 5806 : cluster 0 pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:15:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:10 smithi027 bash[31536]: cluster 2023-12-07T12:15:09.611655+0000 mgr.a (mgr.24293) 5807 : cluster 0 pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:15:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:10 smithi022 bash[28554]: cluster 2023-12-07T12:15:09.611655+0000 mgr.a (mgr.24293) 5807 : cluster 0 pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:15:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:10 smithi044 bash[32620]: cluster 2023-12-07T12:15:09.611655+0000 mgr.a (mgr.24293) 5807 : cluster 0 pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:15:12.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:12.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:12.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:12 smithi027 bash[31536]: cluster 2023-12-07T12:15:11.612402+0000 mgr.a (mgr.24293) 5808 : cluster 0 pgmap v4338: 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-07T12:15:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:12 smithi022 bash[28554]: cluster 2023-12-07T12:15:11.612402+0000 mgr.a (mgr.24293) 5808 : cluster 0 pgmap v4338: 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-07T12:15:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:12 smithi044 bash[32620]: cluster 2023-12-07T12:15:11.612402+0000 mgr.a (mgr.24293) 5808 : cluster 0 pgmap v4338: 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-07T12:15:13.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:13.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:13.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:13.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:13.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:13 smithi022 bash[28554]: audit 2023-12-07T12:15:13.008558+0000 mgr.a (mgr.24293) 5809 : audit 0 from='client.124734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:13 smithi044 bash[32620]: audit 2023-12-07T12:15:13.008558+0000 mgr.a (mgr.24293) 5809 : audit 0 from='client.124734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:13 smithi027 bash[31536]: audit 2023-12-07T12:15:13.008558+0000 mgr.a (mgr.24293) 5809 : audit 0 from='client.124734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:14 smithi022 bash[28554]: cluster 2023-12-07T12:15:13.613336+0000 mgr.a (mgr.24293) 5810 : 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-07T12:15:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:14 smithi044 bash[32620]: cluster 2023-12-07T12:15:13.613336+0000 mgr.a (mgr.24293) 5810 : 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-07T12:15:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:14 smithi027 bash[31536]: cluster 2023-12-07T12:15:13.613336+0000 mgr.a (mgr.24293) 5810 : 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-07T12:15:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:16 smithi022 bash[28554]: cluster 2023-12-07T12:15:15.614203+0000 mgr.a (mgr.24293) 5811 : 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-07T12:15:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:16 smithi044 bash[32620]: cluster 2023-12-07T12:15:15.614203+0000 mgr.a (mgr.24293) 5811 : 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-07T12:15:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:16 smithi027 bash[31536]: cluster 2023-12-07T12:15:15.614203+0000 mgr.a (mgr.24293) 5811 : 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-07T12:15:18.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:18.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:18.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:18 smithi022 bash[28554]: cluster 2023-12-07T12:15:17.614890+0000 mgr.a (mgr.24293) 5812 : 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-07T12:15:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:18 smithi044 bash[32620]: cluster 2023-12-07T12:15:17.614890+0000 mgr.a (mgr.24293) 5812 : 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-07T12:15:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:18 smithi027 bash[31536]: cluster 2023-12-07T12:15:17.614890+0000 mgr.a (mgr.24293) 5812 : 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-07T12:15:19.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:19.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:19.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:19.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:19.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:19 smithi022 bash[28554]: audit 2023-12-07T12:15:18.941685+0000 mgr.a (mgr.24293) 5813 : audit 0 from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:19 smithi044 bash[32620]: audit 2023-12-07T12:15:18.941685+0000 mgr.a (mgr.24293) 5813 : audit 0 from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:19 smithi027 bash[31536]: audit 2023-12-07T12:15:18.941685+0000 mgr.a (mgr.24293) 5813 : audit 0 from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:20 smithi022 bash[28554]: cluster 2023-12-07T12:15:19.615699+0000 mgr.a (mgr.24293) 5814 : 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-07T12:15:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:20 smithi022 bash[28554]: audit 2023-12-07T12:15:20.812738+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:15:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:20 smithi044 bash[32620]: cluster 2023-12-07T12:15:19.615699+0000 mgr.a (mgr.24293) 5814 : 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-07T12:15:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:20 smithi044 bash[32620]: audit 2023-12-07T12:15:20.812738+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:15:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:20 smithi027 bash[31536]: cluster 2023-12-07T12:15:19.615699+0000 mgr.a (mgr.24293) 5814 : 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-07T12:15:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:20 smithi027 bash[31536]: audit 2023-12-07T12:15:20.812738+0000 mon.a (mon.0) 1259 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:15:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:21 smithi022 bash[28554]: audit 2023-12-07T12:15:21.604404+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:15:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:21 smithi022 bash[28554]: audit 2023-12-07T12:15:21.606300+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:15:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:21 smithi022 bash[28554]: audit 2023-12-07T12:15:21.615960+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:15:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:21 smithi044 bash[32620]: audit 2023-12-07T12:15:21.604404+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:15:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:21 smithi044 bash[32620]: audit 2023-12-07T12:15:21.606300+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:15:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:21 smithi044 bash[32620]: audit 2023-12-07T12:15:21.615960+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:15:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:21 smithi027 bash[31536]: audit 2023-12-07T12:15:21.604404+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:15:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:21 smithi027 bash[31536]: audit 2023-12-07T12:15:21.606300+0000 mon.a (mon.0) 1261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:15:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:21 smithi027 bash[31536]: audit 2023-12-07T12:15:21.615960+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:15:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:22 smithi022 bash[28554]: cluster 2023-12-07T12:15:21.616564+0000 mgr.a (mgr.24293) 5815 : 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-07T12:15:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:22 smithi044 bash[32620]: cluster 2023-12-07T12:15:21.616564+0000 mgr.a (mgr.24293) 5815 : 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-07T12:15:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:22 smithi027 bash[31536]: cluster 2023-12-07T12:15:21.616564+0000 mgr.a (mgr.24293) 5815 : 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-07T12:15:24.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:24.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:24.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:25.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:25.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:25.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:25.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:25.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:24 smithi022 bash[28554]: cluster 2023-12-07T12:15:23.617257+0000 mgr.a (mgr.24293) 5816 : 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-07T12:15:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:24 smithi044 bash[32620]: cluster 2023-12-07T12:15:23.617257+0000 mgr.a (mgr.24293) 5816 : 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-07T12:15:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:24 smithi027 bash[31536]: cluster 2023-12-07T12:15:23.617257+0000 mgr.a (mgr.24293) 5816 : 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-07T12:15:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:25 smithi022 bash[28554]: audit 2023-12-07T12:15:24.869684+0000 mgr.a (mgr.24293) 5817 : audit 0 from='client.124884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:25 smithi044 bash[32620]: audit 2023-12-07T12:15:24.869684+0000 mgr.a (mgr.24293) 5817 : audit 0 from='client.124884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:25 smithi027 bash[31536]: audit 2023-12-07T12:15:24.869684+0000 mgr.a (mgr.24293) 5817 : audit 0 from='client.124884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:26 smithi022 bash[28554]: cluster 2023-12-07T12:15:25.618227+0000 mgr.a (mgr.24293) 5818 : 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-07T12:15:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:26 smithi044 bash[32620]: cluster 2023-12-07T12:15:25.618227+0000 mgr.a (mgr.24293) 5818 : 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-07T12:15:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:26 smithi027 bash[31536]: cluster 2023-12-07T12:15:25.618227+0000 mgr.a (mgr.24293) 5818 : 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-07T12:15:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:28 smithi022 bash[28554]: cluster 2023-12-07T12:15:27.618798+0000 mgr.a (mgr.24293) 5819 : 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-07T12:15:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:28 smithi044 bash[32620]: cluster 2023-12-07T12:15:27.618798+0000 mgr.a (mgr.24293) 5819 : 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-07T12:15:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:28 smithi027 bash[31536]: cluster 2023-12-07T12:15:27.618798+0000 mgr.a (mgr.24293) 5819 : 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-07T12:15:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:31.315 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:31.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:31.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:31.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:31.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:30 smithi022 bash[28554]: cluster 2023-12-07T12:15:29.619366+0000 mgr.a (mgr.24293) 5820 : 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-07T12:15:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:30 smithi044 bash[32620]: cluster 2023-12-07T12:15:29.619366+0000 mgr.a (mgr.24293) 5820 : 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-07T12:15:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:30 smithi027 bash[31536]: cluster 2023-12-07T12:15:29.619366+0000 mgr.a (mgr.24293) 5820 : 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-07T12:15:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:31 smithi022 bash[28554]: audit 2023-12-07T12:15:30.792586+0000 mgr.a (mgr.24293) 5821 : audit 0 from='client.124956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:31 smithi044 bash[32620]: audit 2023-12-07T12:15:30.792586+0000 mgr.a (mgr.24293) 5821 : audit 0 from='client.124956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:31 smithi027 bash[31536]: audit 2023-12-07T12:15:30.792586+0000 mgr.a (mgr.24293) 5821 : audit 0 from='client.124956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:33 smithi022 bash[28554]: cluster 2023-12-07T12:15:31.620516+0000 mgr.a (mgr.24293) 5822 : 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-07T12:15:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:33 smithi044 bash[32620]: cluster 2023-12-07T12:15:31.620516+0000 mgr.a (mgr.24293) 5822 : 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-07T12:15:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:33 smithi027 bash[31536]: cluster 2023-12-07T12:15:31.620516+0000 mgr.a (mgr.24293) 5822 : 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-07T12:15:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:35 smithi022 bash[28554]: cluster 2023-12-07T12:15:33.621137+0000 mgr.a (mgr.24293) 5823 : 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-07T12:15:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:35 smithi044 bash[32620]: cluster 2023-12-07T12:15:33.621137+0000 mgr.a (mgr.24293) 5823 : 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-07T12:15:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:35 smithi027 bash[31536]: cluster 2023-12-07T12:15:33.621137+0000 mgr.a (mgr.24293) 5823 : 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-07T12:15:36.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:36.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:36.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:37.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:37.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:37.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:37.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:37.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:37 smithi022 bash[28554]: cluster 2023-12-07T12:15:35.621890+0000 mgr.a (mgr.24293) 5824 : 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-07T12:15:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:37 smithi044 bash[32620]: cluster 2023-12-07T12:15:35.621890+0000 mgr.a (mgr.24293) 5824 : 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-07T12:15:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:37 smithi027 bash[31536]: cluster 2023-12-07T12:15:35.621890+0000 mgr.a (mgr.24293) 5824 : 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-07T12:15:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:38 smithi022 bash[28554]: audit 2023-12-07T12:15:36.723482+0000 mgr.a (mgr.24293) 5825 : audit 0 from='client.125034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:38 smithi044 bash[32620]: audit 2023-12-07T12:15:36.723482+0000 mgr.a (mgr.24293) 5825 : audit 0 from='client.125034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:38 smithi027 bash[31536]: audit 2023-12-07T12:15:36.723482+0000 mgr.a (mgr.24293) 5825 : audit 0 from='client.125034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:39 smithi022 bash[28554]: cluster 2023-12-07T12:15:37.622531+0000 mgr.a (mgr.24293) 5826 : 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-07T12:15:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:39 smithi044 bash[32620]: cluster 2023-12-07T12:15:37.622531+0000 mgr.a (mgr.24293) 5826 : 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-07T12:15:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:39 smithi027 bash[31536]: cluster 2023-12-07T12:15:37.622531+0000 mgr.a (mgr.24293) 5826 : 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-07T12:15:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:41 smithi022 bash[28554]: cluster 2023-12-07T12:15:39.623117+0000 mgr.a (mgr.24293) 5827 : 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-07T12:15:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:41 smithi044 bash[32620]: cluster 2023-12-07T12:15:39.623117+0000 mgr.a (mgr.24293) 5827 : 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-07T12:15:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:41 smithi027 bash[31536]: cluster 2023-12-07T12:15:39.623117+0000 mgr.a (mgr.24293) 5827 : 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-07T12:15:42.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:42.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:42.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:43.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:43.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:43.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:43.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:43.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:43 smithi022 bash[28554]: cluster 2023-12-07T12:15:41.623929+0000 mgr.a (mgr.24293) 5828 : 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-07T12:15:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:43 smithi044 bash[32620]: cluster 2023-12-07T12:15:41.623929+0000 mgr.a (mgr.24293) 5828 : 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-07T12:15:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:43 smithi027 bash[31536]: cluster 2023-12-07T12:15:41.623929+0000 mgr.a (mgr.24293) 5828 : 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-07T12:15:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:44 smithi022 bash[28554]: audit 2023-12-07T12:15:42.680435+0000 mgr.a (mgr.24293) 5829 : audit 0 from='client.125109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:44 smithi044 bash[32620]: audit 2023-12-07T12:15:42.680435+0000 mgr.a (mgr.24293) 5829 : audit 0 from='client.125109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:44 smithi027 bash[31536]: audit 2023-12-07T12:15:42.680435+0000 mgr.a (mgr.24293) 5829 : audit 0 from='client.125109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:45.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:45 smithi022 bash[28554]: cluster 2023-12-07T12:15:43.624599+0000 mgr.a (mgr.24293) 5830 : 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-07T12:15:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:45 smithi044 bash[32620]: cluster 2023-12-07T12:15:43.624599+0000 mgr.a (mgr.24293) 5830 : 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-07T12:15:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:45 smithi027 bash[31536]: cluster 2023-12-07T12:15:43.624599+0000 mgr.a (mgr.24293) 5830 : 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-07T12:15:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:47 smithi022 bash[28554]: cluster 2023-12-07T12:15:45.625407+0000 mgr.a (mgr.24293) 5831 : 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-07T12:15:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:47 smithi044 bash[32620]: cluster 2023-12-07T12:15:45.625407+0000 mgr.a (mgr.24293) 5831 : 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-07T12:15:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:47 smithi027 bash[31536]: cluster 2023-12-07T12:15:45.625407+0000 mgr.a (mgr.24293) 5831 : 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-07T12:15:48.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:48.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:48.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:49.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:49.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:49.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:49.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:49.165 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:49 smithi022 bash[28554]: cluster 2023-12-07T12:15:47.625985+0000 mgr.a (mgr.24293) 5832 : 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-07T12:15:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:49 smithi044 bash[32620]: cluster 2023-12-07T12:15:47.625985+0000 mgr.a (mgr.24293) 5832 : 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-07T12:15:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:49 smithi027 bash[31536]: cluster 2023-12-07T12:15:47.625985+0000 mgr.a (mgr.24293) 5832 : 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-07T12:15:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:50 smithi022 bash[28554]: audit 2023-12-07T12:15:48.627678+0000 mgr.a (mgr.24293) 5833 : audit 0 from='client.125187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:50 smithi044 bash[32620]: audit 2023-12-07T12:15:48.627678+0000 mgr.a (mgr.24293) 5833 : audit 0 from='client.125187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:50 smithi027 bash[31536]: audit 2023-12-07T12:15:48.627678+0000 mgr.a (mgr.24293) 5833 : audit 0 from='client.125187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:51 smithi022 bash[28554]: cluster 2023-12-07T12:15:49.626616+0000 mgr.a (mgr.24293) 5834 : 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-07T12:15:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:51 smithi044 bash[32620]: cluster 2023-12-07T12:15:49.626616+0000 mgr.a (mgr.24293) 5834 : 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-07T12:15:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:51 smithi027 bash[31536]: cluster 2023-12-07T12:15:49.626616+0000 mgr.a (mgr.24293) 5834 : 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-07T12:15:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:53 smithi022 bash[28554]: cluster 2023-12-07T12:15:51.627386+0000 mgr.a (mgr.24293) 5835 : 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-07T12:15:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:53 smithi044 bash[32620]: cluster 2023-12-07T12:15:51.627386+0000 mgr.a (mgr.24293) 5835 : 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-07T12:15:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:53 smithi027 bash[31536]: cluster 2023-12-07T12:15:51.627386+0000 mgr.a (mgr.24293) 5835 : 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-07T12:15:54.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:15:54.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:54.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:54 smithi022 bash[28554]: cluster 2023-12-07T12:15:53.627976+0000 mgr.a (mgr.24293) 5836 : 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-07T12:15:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:54 smithi044 bash[32620]: cluster 2023-12-07T12:15:53.627976+0000 mgr.a (mgr.24293) 5836 : 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-07T12:15:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:54 smithi027 bash[31536]: cluster 2023-12-07T12:15:53.627976+0000 mgr.a (mgr.24293) 5836 : 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-07T12:15:55.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:15:55.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:55.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:55.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:55.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:15:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:55 smithi022 bash[28554]: audit 2023-12-07T12:15:54.583325+0000 mgr.a (mgr.24293) 5837 : audit 0 from='client.125265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:55 smithi044 bash[32620]: audit 2023-12-07T12:15:54.583325+0000 mgr.a (mgr.24293) 5837 : audit 0 from='client.125265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:55 smithi027 bash[31536]: audit 2023-12-07T12:15:54.583325+0000 mgr.a (mgr.24293) 5837 : audit 0 from='client.125265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:56 smithi022 bash[28554]: cluster 2023-12-07T12:15:55.628850+0000 mgr.a (mgr.24293) 5838 : 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-07T12:15:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:56 smithi044 bash[32620]: cluster 2023-12-07T12:15:55.628850+0000 mgr.a (mgr.24293) 5838 : 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-07T12:15:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:56 smithi027 bash[31536]: cluster 2023-12-07T12:15:55.628850+0000 mgr.a (mgr.24293) 5838 : 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-07T12:15:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:15:58 smithi022 bash[28554]: cluster 2023-12-07T12:15:57.629428+0000 mgr.a (mgr.24293) 5839 : 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-07T12:15:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:15:58 smithi044 bash[32620]: cluster 2023-12-07T12:15:57.629428+0000 mgr.a (mgr.24293) 5839 : 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-07T12:15:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:15:58 smithi027 bash[31536]: cluster 2023-12-07T12:15:57.629428+0000 mgr.a (mgr.24293) 5839 : 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-07T12:16:00.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:00.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:00.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:00 smithi022 bash[28554]: cluster 2023-12-07T12:15:59.629971+0000 mgr.a (mgr.24293) 5840 : 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-07T12:16:00.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:00 smithi044 bash[32620]: cluster 2023-12-07T12:15:59.629971+0000 mgr.a (mgr.24293) 5840 : 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-07T12:16:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:00 smithi027 bash[31536]: cluster 2023-12-07T12:15:59.629971+0000 mgr.a (mgr.24293) 5840 : 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-07T12:16:01.048 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:01.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:01.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:01.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:01.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:01 smithi022 bash[28554]: audit 2023-12-07T12:16:00.508050+0000 mgr.a (mgr.24293) 5841 : audit 0 from='client.125343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:01 smithi044 bash[32620]: audit 2023-12-07T12:16:00.508050+0000 mgr.a (mgr.24293) 5841 : audit 0 from='client.125343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:01 smithi027 bash[31536]: audit 2023-12-07T12:16:00.508050+0000 mgr.a (mgr.24293) 5841 : audit 0 from='client.125343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:02 smithi044 bash[32620]: cluster 2023-12-07T12:16:01.630979+0000 mgr.a (mgr.24293) 5842 : 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-07T12:16:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:02 smithi027 bash[31536]: cluster 2023-12-07T12:16:01.630979+0000 mgr.a (mgr.24293) 5842 : 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-07T12:16:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:02 smithi022 bash[28554]: cluster 2023-12-07T12:16:01.630979+0000 mgr.a (mgr.24293) 5842 : 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-07T12:16:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:04 smithi027 bash[31536]: cluster 2023-12-07T12:16:03.631575+0000 mgr.a (mgr.24293) 5843 : 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-07T12:16:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:04 smithi022 bash[28554]: cluster 2023-12-07T12:16:03.631575+0000 mgr.a (mgr.24293) 5843 : 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-07T12:16:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:04 smithi044 bash[32620]: cluster 2023-12-07T12:16:03.631575+0000 mgr.a (mgr.24293) 5843 : 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-07T12:16:06.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:06.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:06.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:06 smithi027 bash[31536]: cluster 2023-12-07T12:16:05.632334+0000 mgr.a (mgr.24293) 5844 : 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-07T12:16:06.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:06.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:06.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:06.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:06.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:06 smithi022 bash[28554]: cluster 2023-12-07T12:16:05.632334+0000 mgr.a (mgr.24293) 5844 : 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-07T12:16:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:06 smithi044 bash[32620]: cluster 2023-12-07T12:16:05.632334+0000 mgr.a (mgr.24293) 5844 : 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-07T12:16:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:07 smithi027 bash[31536]: audit 2023-12-07T12:16:06.460108+0000 mgr.a (mgr.24293) 5845 : audit 0 from='client.125421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:07 smithi022 bash[28554]: audit 2023-12-07T12:16:06.460108+0000 mgr.a (mgr.24293) 5845 : audit 0 from='client.125421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:07 smithi044 bash[32620]: audit 2023-12-07T12:16:06.460108+0000 mgr.a (mgr.24293) 5845 : audit 0 from='client.125421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:08 smithi027 bash[31536]: cluster 2023-12-07T12:16:07.633115+0000 mgr.a (mgr.24293) 5846 : 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-07T12:16:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:08 smithi022 bash[28554]: cluster 2023-12-07T12:16:07.633115+0000 mgr.a (mgr.24293) 5846 : 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-07T12:16:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:08 smithi044 bash[32620]: cluster 2023-12-07T12:16:07.633115+0000 mgr.a (mgr.24293) 5846 : 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-07T12:16:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:10 smithi027 bash[31536]: cluster 2023-12-07T12:16:09.633856+0000 mgr.a (mgr.24293) 5847 : 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-07T12:16:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:10 smithi044 bash[32620]: cluster 2023-12-07T12:16:09.633856+0000 mgr.a (mgr.24293) 5847 : 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-07T12:16:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:10 smithi022 bash[28554]: cluster 2023-12-07T12:16:09.633856+0000 mgr.a (mgr.24293) 5847 : 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-07T12:16:11.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:11.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:11.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:12.939 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:12.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:12.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:12.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:12.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:12 smithi022 bash[28554]: cluster 2023-12-07T12:16:11.634838+0000 mgr.a (mgr.24293) 5848 : 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-07T12:16:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:12 smithi044 bash[32620]: cluster 2023-12-07T12:16:11.634838+0000 mgr.a (mgr.24293) 5848 : 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-07T12:16:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:12 smithi027 bash[31536]: cluster 2023-12-07T12:16:11.634838+0000 mgr.a (mgr.24293) 5848 : 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-07T12:16:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:13 smithi022 bash[28554]: audit 2023-12-07T12:16:12.405899+0000 mgr.a (mgr.24293) 5849 : audit 0 from='client.125496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:13 smithi044 bash[32620]: audit 2023-12-07T12:16:12.405899+0000 mgr.a (mgr.24293) 5849 : audit 0 from='client.125496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:13 smithi027 bash[31536]: audit 2023-12-07T12:16:12.405899+0000 mgr.a (mgr.24293) 5849 : audit 0 from='client.125496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:14 smithi022 bash[28554]: cluster 2023-12-07T12:16:13.635595+0000 mgr.a (mgr.24293) 5850 : 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-07T12:16:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:14 smithi044 bash[32620]: cluster 2023-12-07T12:16:13.635595+0000 mgr.a (mgr.24293) 5850 : 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-07T12:16:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:14 smithi027 bash[31536]: cluster 2023-12-07T12:16:13.635595+0000 mgr.a (mgr.24293) 5850 : 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-07T12:16:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:16 smithi022 bash[28554]: cluster 2023-12-07T12:16:15.636419+0000 mgr.a (mgr.24293) 5851 : 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-07T12:16:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:16 smithi044 bash[32620]: cluster 2023-12-07T12:16:15.636419+0000 mgr.a (mgr.24293) 5851 : 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-07T12:16:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:16 smithi027 bash[31536]: cluster 2023-12-07T12:16:15.636419+0000 mgr.a (mgr.24293) 5851 : 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-07T12:16:17.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:17.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:17.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:18.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:18.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:18.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:18.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:18.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:18 smithi022 bash[28554]: cluster 2023-12-07T12:16:17.636976+0000 mgr.a (mgr.24293) 5852 : 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-07T12:16:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:18 smithi044 bash[32620]: cluster 2023-12-07T12:16:17.636976+0000 mgr.a (mgr.24293) 5852 : 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-07T12:16:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:18 smithi027 bash[31536]: cluster 2023-12-07T12:16:17.636976+0000 mgr.a (mgr.24293) 5852 : 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-07T12:16:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:19 smithi022 bash[28554]: audit 2023-12-07T12:16:18.361054+0000 mgr.a (mgr.24293) 5853 : audit 0 from='client.125574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:19 smithi044 bash[32620]: audit 2023-12-07T12:16:18.361054+0000 mgr.a (mgr.24293) 5853 : audit 0 from='client.125574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:19 smithi027 bash[31536]: audit 2023-12-07T12:16:18.361054+0000 mgr.a (mgr.24293) 5853 : audit 0 from='client.125574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:20 smithi022 bash[28554]: cluster 2023-12-07T12:16:19.637708+0000 mgr.a (mgr.24293) 5854 : 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-07T12:16:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:20 smithi044 bash[32620]: cluster 2023-12-07T12:16:19.637708+0000 mgr.a (mgr.24293) 5854 : 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-07T12:16:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:20 smithi027 bash[31536]: cluster 2023-12-07T12:16:19.637708+0000 mgr.a (mgr.24293) 5854 : 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-07T12:16:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:21 smithi022 bash[28554]: audit 2023-12-07T12:16:21.720120+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:16:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:21 smithi044 bash[32620]: audit 2023-12-07T12:16:21.720120+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:16:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:21 smithi027 bash[31536]: audit 2023-12-07T12:16:21.720120+0000 mon.a (mon.0) 1263 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:16:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:22 smithi022 bash[28554]: cluster 2023-12-07T12:16:21.638567+0000 mgr.a (mgr.24293) 5855 : 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-07T12:16:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:22 smithi044 bash[32620]: cluster 2023-12-07T12:16:21.638567+0000 mgr.a (mgr.24293) 5855 : 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-07T12:16:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:22 smithi027 bash[31536]: cluster 2023-12-07T12:16:21.638567+0000 mgr.a (mgr.24293) 5855 : 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-07T12:16:23.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:23.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:23.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:24.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:24.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:24.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:24.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:24.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:24 smithi022 bash[28554]: cluster 2023-12-07T12:16:23.639111+0000 mgr.a (mgr.24293) 5856 : 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-07T12:16:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:24 smithi044 bash[32620]: cluster 2023-12-07T12:16:23.639111+0000 mgr.a (mgr.24293) 5856 : 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-07T12:16:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:24 smithi027 bash[31536]: cluster 2023-12-07T12:16:23.639111+0000 mgr.a (mgr.24293) 5856 : 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-07T12:16:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:25 smithi022 bash[28554]: audit 2023-12-07T12:16:24.295882+0000 mgr.a (mgr.24293) 5857 : audit 0 from='client.125652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:25 smithi044 bash[32620]: audit 2023-12-07T12:16:24.295882+0000 mgr.a (mgr.24293) 5857 : audit 0 from='client.125652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:25 smithi027 bash[31536]: audit 2023-12-07T12:16:24.295882+0000 mgr.a (mgr.24293) 5857 : audit 0 from='client.125652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:26 smithi022 bash[28554]: cluster 2023-12-07T12:16:25.640074+0000 mgr.a (mgr.24293) 5858 : 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-07T12:16:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:26 smithi044 bash[32620]: cluster 2023-12-07T12:16:25.640074+0000 mgr.a (mgr.24293) 5858 : 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-07T12:16:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:26 smithi027 bash[31536]: cluster 2023-12-07T12:16:25.640074+0000 mgr.a (mgr.24293) 5858 : 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-07T12:16:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.081685+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.092398+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.164594+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.169631+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.174863+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.183146+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: cluster 2023-12-07T12:16:27.640642+0000 mgr.a (mgr.24293) 5859 : 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-07T12:16:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.861976+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.864022+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:28 smithi022 bash[28554]: audit 2023-12-07T12:16:27.873283+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.081685+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.092398+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.164594+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.169631+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.174863+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.183146+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: cluster 2023-12-07T12:16:27.640642+0000 mgr.a (mgr.24293) 5859 : 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-07T12:16:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.861976+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:16:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.864022+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:16:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:28 smithi044 bash[32620]: audit 2023-12-07T12:16:27.873283+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.081685+0000 mon.a (mon.0) 1264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.092398+0000 mon.a (mon.0) 1265 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.164594+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.169631+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.174863+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.183146+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: cluster 2023-12-07T12:16:27.640642+0000 mgr.a (mgr.24293) 5859 : 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-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.861976+0000 mon.a (mon.0) 1270 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.864022+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:16:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:28 smithi027 bash[31536]: audit 2023-12-07T12:16:27.873283+0000 mon.a (mon.0) 1272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:16:29.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:29.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:29.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:30.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:30.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:30.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:30.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:30.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:30 smithi027 bash[31536]: cluster 2023-12-07T12:16:29.641181+0000 mgr.a (mgr.24293) 5860 : 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-07T12:16:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:30 smithi022 bash[28554]: cluster 2023-12-07T12:16:29.641181+0000 mgr.a (mgr.24293) 5860 : 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-07T12:16:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:30 smithi044 bash[32620]: cluster 2023-12-07T12:16:29.641181+0000 mgr.a (mgr.24293) 5860 : 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-07T12:16:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:31 smithi022 bash[28554]: audit 2023-12-07T12:16:30.247753+0000 mgr.a (mgr.24293) 5861 : audit 0 from='client.125724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:31 smithi044 bash[32620]: audit 2023-12-07T12:16:30.247753+0000 mgr.a (mgr.24293) 5861 : audit 0 from='client.125724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:31 smithi027 bash[31536]: audit 2023-12-07T12:16:30.247753+0000 mgr.a (mgr.24293) 5861 : audit 0 from='client.125724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:32 smithi022 bash[28554]: cluster 2023-12-07T12:16:31.642199+0000 mgr.a (mgr.24293) 5862 : cluster 0 pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:16:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:32 smithi044 bash[32620]: cluster 2023-12-07T12:16:31.642199+0000 mgr.a (mgr.24293) 5862 : cluster 0 pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:16:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:32 smithi027 bash[31536]: cluster 2023-12-07T12:16:31.642199+0000 mgr.a (mgr.24293) 5862 : cluster 0 pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:16:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:34 smithi022 bash[28554]: cluster 2023-12-07T12:16:33.642939+0000 mgr.a (mgr.24293) 5863 : cluster 0 pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:16:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:34 smithi044 bash[32620]: cluster 2023-12-07T12:16:33.642939+0000 mgr.a (mgr.24293) 5863 : cluster 0 pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:16:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:34 smithi027 bash[31536]: cluster 2023-12-07T12:16:33.642939+0000 mgr.a (mgr.24293) 5863 : cluster 0 pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:16:35.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:35.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:35.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:36.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:36.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:36.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:36.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:36.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:36 smithi022 bash[28554]: cluster 2023-12-07T12:16:35.643746+0000 mgr.a (mgr.24293) 5864 : 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-07T12:16:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:36 smithi044 bash[32620]: cluster 2023-12-07T12:16:35.643746+0000 mgr.a (mgr.24293) 5864 : 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-07T12:16:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:36 smithi027 bash[31536]: cluster 2023-12-07T12:16:35.643746+0000 mgr.a (mgr.24293) 5864 : 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-07T12:16:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:37 smithi022 bash[28554]: audit 2023-12-07T12:16:36.198374+0000 mgr.a (mgr.24293) 5865 : audit 0 from='client.125799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:37 smithi044 bash[32620]: audit 2023-12-07T12:16:36.198374+0000 mgr.a (mgr.24293) 5865 : audit 0 from='client.125799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:37 smithi027 bash[31536]: audit 2023-12-07T12:16:36.198374+0000 mgr.a (mgr.24293) 5865 : audit 0 from='client.125799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:38 smithi022 bash[28554]: cluster 2023-12-07T12:16:37.644437+0000 mgr.a (mgr.24293) 5866 : 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-07T12:16:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:38 smithi044 bash[32620]: cluster 2023-12-07T12:16:37.644437+0000 mgr.a (mgr.24293) 5866 : 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-07T12:16:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:38 smithi027 bash[31536]: cluster 2023-12-07T12:16:37.644437+0000 mgr.a (mgr.24293) 5866 : 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-07T12:16:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:40 smithi022 bash[28554]: cluster 2023-12-07T12:16:39.645026+0000 mgr.a (mgr.24293) 5867 : 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-07T12:16:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:40 smithi044 bash[32620]: cluster 2023-12-07T12:16:39.645026+0000 mgr.a (mgr.24293) 5867 : 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-07T12:16:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:40 smithi027 bash[31536]: cluster 2023-12-07T12:16:39.645026+0000 mgr.a (mgr.24293) 5867 : 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-07T12:16:41.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:41.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:41.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:42.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:42 smithi022 bash[28554]: cluster 2023-12-07T12:16:41.645890+0000 mgr.a (mgr.24293) 5868 : 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-07T12:16:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:42 smithi044 bash[32620]: cluster 2023-12-07T12:16:41.645890+0000 mgr.a (mgr.24293) 5868 : 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-07T12:16:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:42 smithi027 bash[31536]: cluster 2023-12-07T12:16:41.645890+0000 mgr.a (mgr.24293) 5868 : 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-07T12:16:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:43 smithi022 bash[28554]: audit 2023-12-07T12:16:42.131820+0000 mgr.a (mgr.24293) 5869 : audit 0 from='client.125874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:43 smithi044 bash[32620]: audit 2023-12-07T12:16:42.131820+0000 mgr.a (mgr.24293) 5869 : audit 0 from='client.125874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:43 smithi027 bash[31536]: audit 2023-12-07T12:16:42.131820+0000 mgr.a (mgr.24293) 5869 : audit 0 from='client.125874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:44 smithi022 bash[28554]: cluster 2023-12-07T12:16:43.646633+0000 mgr.a (mgr.24293) 5870 : cluster 0 pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:16:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:44 smithi044 bash[32620]: cluster 2023-12-07T12:16:43.646633+0000 mgr.a (mgr.24293) 5870 : cluster 0 pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:16:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:44 smithi027 bash[31536]: cluster 2023-12-07T12:16:43.646633+0000 mgr.a (mgr.24293) 5870 : cluster 0 pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:16:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:46 smithi022 bash[28554]: cluster 2023-12-07T12:16:45.647416+0000 mgr.a (mgr.24293) 5871 : cluster 0 pgmap v4385: 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-07T12:16:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:46 smithi044 bash[32620]: cluster 2023-12-07T12:16:45.647416+0000 mgr.a (mgr.24293) 5871 : cluster 0 pgmap v4385: 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-07T12:16:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:46 smithi027 bash[31536]: cluster 2023-12-07T12:16:45.647416+0000 mgr.a (mgr.24293) 5871 : cluster 0 pgmap v4385: 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-07T12:16:47.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:47.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:47.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:48.606 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:48.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:48.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:48.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:48.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:48 smithi022 bash[28554]: cluster 2023-12-07T12:16:47.647971+0000 mgr.a (mgr.24293) 5872 : 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-07T12:16:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:48 smithi044 bash[32620]: cluster 2023-12-07T12:16:47.647971+0000 mgr.a (mgr.24293) 5872 : 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-07T12:16:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:48 smithi027 bash[31536]: cluster 2023-12-07T12:16:47.647971+0000 mgr.a (mgr.24293) 5872 : 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-07T12:16:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:49 smithi022 bash[28554]: audit 2023-12-07T12:16:48.095367+0000 mgr.a (mgr.24293) 5873 : audit 0 from='client.125949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:49 smithi044 bash[32620]: audit 2023-12-07T12:16:48.095367+0000 mgr.a (mgr.24293) 5873 : audit 0 from='client.125949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:49 smithi027 bash[31536]: audit 2023-12-07T12:16:48.095367+0000 mgr.a (mgr.24293) 5873 : audit 0 from='client.125949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:50 smithi022 bash[28554]: cluster 2023-12-07T12:16:49.648645+0000 mgr.a (mgr.24293) 5874 : 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-07T12:16:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:50 smithi044 bash[32620]: cluster 2023-12-07T12:16:49.648645+0000 mgr.a (mgr.24293) 5874 : 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-07T12:16:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:50 smithi027 bash[31536]: cluster 2023-12-07T12:16:49.648645+0000 mgr.a (mgr.24293) 5874 : 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-07T12:16:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:52 smithi022 bash[28554]: cluster 2023-12-07T12:16:51.649439+0000 mgr.a (mgr.24293) 5875 : 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-07T12:16:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:52 smithi044 bash[32620]: cluster 2023-12-07T12:16:51.649439+0000 mgr.a (mgr.24293) 5875 : 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-07T12:16:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:52 smithi027 bash[31536]: cluster 2023-12-07T12:16:51.649439+0000 mgr.a (mgr.24293) 5875 : 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-07T12:16:53.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:53.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:53.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:54.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:54.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:54.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:54.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:16:54.530 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:16:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:54 smithi022 bash[28554]: cluster 2023-12-07T12:16:53.649981+0000 mgr.a (mgr.24293) 5876 : 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-07T12:16:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:54 smithi022 bash[28554]: audit 2023-12-07T12:16:54.011318+0000 mgr.a (mgr.24293) 5877 : audit 0 from='client.126024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:54 smithi044 bash[32620]: cluster 2023-12-07T12:16:53.649981+0000 mgr.a (mgr.24293) 5876 : 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-07T12:16:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:54 smithi044 bash[32620]: audit 2023-12-07T12:16:54.011318+0000 mgr.a (mgr.24293) 5877 : audit 0 from='client.126024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:54 smithi027 bash[31536]: cluster 2023-12-07T12:16:53.649981+0000 mgr.a (mgr.24293) 5876 : 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-07T12:16:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:54 smithi027 bash[31536]: audit 2023-12-07T12:16:54.011318+0000 mgr.a (mgr.24293) 5877 : audit 0 from='client.126024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:56 smithi022 bash[28554]: cluster 2023-12-07T12:16:55.650926+0000 mgr.a (mgr.24293) 5878 : 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-07T12:16:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:56 smithi044 bash[32620]: cluster 2023-12-07T12:16:55.650926+0000 mgr.a (mgr.24293) 5878 : 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-07T12:16:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:56 smithi027 bash[31536]: cluster 2023-12-07T12:16:55.650926+0000 mgr.a (mgr.24293) 5878 : 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-07T12:16:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:16:58 smithi022 bash[28554]: cluster 2023-12-07T12:16:57.651574+0000 mgr.a (mgr.24293) 5879 : 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-07T12:16:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:16:58 smithi044 bash[32620]: cluster 2023-12-07T12:16:57.651574+0000 mgr.a (mgr.24293) 5879 : 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-07T12:16:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:16:58 smithi027 bash[31536]: cluster 2023-12-07T12:16:57.651574+0000 mgr.a (mgr.24293) 5879 : 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-07T12:16:59.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:16:59.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:59.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:00.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:00.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:00.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:00.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:00.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:01.042 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:00 smithi022 bash[28554]: cluster 2023-12-07T12:16:59.652099+0000 mgr.a (mgr.24293) 5880 : 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-07T12:17:01.042 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:00 smithi022 bash[28554]: audit 2023-12-07T12:16:59.939683+0000 mgr.a (mgr.24293) 5881 : audit 0 from='client.126102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:00 smithi044 bash[32620]: cluster 2023-12-07T12:16:59.652099+0000 mgr.a (mgr.24293) 5880 : 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-07T12:17:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:00 smithi044 bash[32620]: audit 2023-12-07T12:16:59.939683+0000 mgr.a (mgr.24293) 5881 : audit 0 from='client.126102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:00 smithi027 bash[31536]: cluster 2023-12-07T12:16:59.652099+0000 mgr.a (mgr.24293) 5880 : 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-07T12:17:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:00 smithi027 bash[31536]: audit 2023-12-07T12:16:59.939683+0000 mgr.a (mgr.24293) 5881 : audit 0 from='client.126102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:02 smithi022 bash[28554]: cluster 2023-12-07T12:17:01.653070+0000 mgr.a (mgr.24293) 5882 : cluster 0 pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:17:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:02 smithi044 bash[32620]: cluster 2023-12-07T12:17:01.653070+0000 mgr.a (mgr.24293) 5882 : cluster 0 pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:17:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:02 smithi027 bash[31536]: cluster 2023-12-07T12:17:01.653070+0000 mgr.a (mgr.24293) 5882 : cluster 0 pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:17:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:04 smithi022 bash[28554]: cluster 2023-12-07T12:17:03.653680+0000 mgr.a (mgr.24293) 5883 : cluster 0 pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:17:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:04 smithi044 bash[32620]: cluster 2023-12-07T12:17:03.653680+0000 mgr.a (mgr.24293) 5883 : cluster 0 pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:17:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:04 smithi027 bash[31536]: cluster 2023-12-07T12:17:03.653680+0000 mgr.a (mgr.24293) 5883 : cluster 0 pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:17:05.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:05.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:05.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:06.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:06.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:06.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:06.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:06.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:06 smithi022 bash[28554]: cluster 2023-12-07T12:17:05.654231+0000 mgr.a (mgr.24293) 5884 : cluster 0 pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:06 smithi022 bash[28554]: audit 2023-12-07T12:17:05.860600+0000 mgr.a (mgr.24293) 5885 : audit 0 from='client.126174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:06 smithi044 bash[32620]: cluster 2023-12-07T12:17:05.654231+0000 mgr.a (mgr.24293) 5884 : cluster 0 pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:06 smithi044 bash[32620]: audit 2023-12-07T12:17:05.860600+0000 mgr.a (mgr.24293) 5885 : audit 0 from='client.126174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:06 smithi027 bash[31536]: cluster 2023-12-07T12:17:05.654231+0000 mgr.a (mgr.24293) 5884 : cluster 0 pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:06 smithi027 bash[31536]: audit 2023-12-07T12:17:05.860600+0000 mgr.a (mgr.24293) 5885 : audit 0 from='client.126174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:08 smithi022 bash[28554]: cluster 2023-12-07T12:17:07.655012+0000 mgr.a (mgr.24293) 5886 : cluster 0 pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:08 smithi044 bash[32620]: cluster 2023-12-07T12:17:07.655012+0000 mgr.a (mgr.24293) 5886 : cluster 0 pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:08 smithi027 bash[31536]: cluster 2023-12-07T12:17:07.655012+0000 mgr.a (mgr.24293) 5886 : cluster 0 pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:10 smithi022 bash[28554]: cluster 2023-12-07T12:17:09.655655+0000 mgr.a (mgr.24293) 5887 : cluster 0 pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:10 smithi044 bash[32620]: cluster 2023-12-07T12:17:09.655655+0000 mgr.a (mgr.24293) 5887 : cluster 0 pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:10 smithi027 bash[31536]: cluster 2023-12-07T12:17:09.655655+0000 mgr.a (mgr.24293) 5887 : cluster 0 pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:11.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:11.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:12.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:12.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:12.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:12.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:12.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:12 smithi022 bash[28554]: cluster 2023-12-07T12:17:11.656425+0000 mgr.a (mgr.24293) 5888 : 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-07T12:17:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:12 smithi022 bash[28554]: audit 2023-12-07T12:17:11.777400+0000 mgr.a (mgr.24293) 5889 : audit 0 from='client.126252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:13.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:12 smithi044 bash[32620]: cluster 2023-12-07T12:17:11.656425+0000 mgr.a (mgr.24293) 5888 : 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-07T12:17:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:12 smithi044 bash[32620]: audit 2023-12-07T12:17:11.777400+0000 mgr.a (mgr.24293) 5889 : audit 0 from='client.126252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:12 smithi027 bash[31536]: cluster 2023-12-07T12:17:11.656425+0000 mgr.a (mgr.24293) 5888 : 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-07T12:17:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:12 smithi027 bash[31536]: audit 2023-12-07T12:17:11.777400+0000 mgr.a (mgr.24293) 5889 : audit 0 from='client.126252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:14 smithi022 bash[28554]: cluster 2023-12-07T12:17:13.657085+0000 mgr.a (mgr.24293) 5890 : cluster 0 pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:17:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:14 smithi044 bash[32620]: cluster 2023-12-07T12:17:13.657085+0000 mgr.a (mgr.24293) 5890 : cluster 0 pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:17:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:14 smithi027 bash[31536]: cluster 2023-12-07T12:17:13.657085+0000 mgr.a (mgr.24293) 5890 : cluster 0 pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:17:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:16 smithi022 bash[28554]: cluster 2023-12-07T12:17:15.657912+0000 mgr.a (mgr.24293) 5891 : cluster 0 pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:17:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:16 smithi044 bash[32620]: cluster 2023-12-07T12:17:15.657912+0000 mgr.a (mgr.24293) 5891 : cluster 0 pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:17:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:16 smithi027 bash[31536]: cluster 2023-12-07T12:17:15.657912+0000 mgr.a (mgr.24293) 5891 : cluster 0 pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:17:17.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:17.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:17.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:18.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:18.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:18.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:18.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:18.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:18 smithi022 bash[28554]: cluster 2023-12-07T12:17:17.658605+0000 mgr.a (mgr.24293) 5892 : cluster 0 pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:18 smithi022 bash[28554]: audit 2023-12-07T12:17:17.716175+0000 mgr.a (mgr.24293) 5893 : audit 0 from='client.126324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:18 smithi044 bash[32620]: cluster 2023-12-07T12:17:17.658605+0000 mgr.a (mgr.24293) 5892 : cluster 0 pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:18 smithi044 bash[32620]: audit 2023-12-07T12:17:17.716175+0000 mgr.a (mgr.24293) 5893 : audit 0 from='client.126324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:18 smithi027 bash[31536]: cluster 2023-12-07T12:17:17.658605+0000 mgr.a (mgr.24293) 5892 : cluster 0 pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:18 smithi027 bash[31536]: audit 2023-12-07T12:17:17.716175+0000 mgr.a (mgr.24293) 5893 : audit 0 from='client.126324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:20 smithi022 bash[28554]: cluster 2023-12-07T12:17:19.659313+0000 mgr.a (mgr.24293) 5894 : cluster 0 pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:20 smithi044 bash[32620]: cluster 2023-12-07T12:17:19.659313+0000 mgr.a (mgr.24293) 5894 : cluster 0 pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:20 smithi027 bash[31536]: cluster 2023-12-07T12:17:19.659313+0000 mgr.a (mgr.24293) 5894 : cluster 0 pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:22 smithi022 bash[28554]: cluster 2023-12-07T12:17:21.660179+0000 mgr.a (mgr.24293) 5895 : cluster 0 pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:22 smithi044 bash[32620]: cluster 2023-12-07T12:17:21.660179+0000 mgr.a (mgr.24293) 5895 : cluster 0 pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:22 smithi027 bash[31536]: cluster 2023-12-07T12:17:21.660179+0000 mgr.a (mgr.24293) 5895 : cluster 0 pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:23.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:23.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:23.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:24.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:24.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:24.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:24.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:24.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:24 smithi022 bash[28554]: audit 2023-12-07T12:17:23.638439+0000 mgr.a (mgr.24293) 5896 : audit 0 from='client.126402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:24 smithi022 bash[28554]: cluster 2023-12-07T12:17:23.660948+0000 mgr.a (mgr.24293) 5897 : 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-07T12:17:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:24 smithi044 bash[32620]: audit 2023-12-07T12:17:23.638439+0000 mgr.a (mgr.24293) 5896 : audit 0 from='client.126402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:24 smithi044 bash[32620]: cluster 2023-12-07T12:17:23.660948+0000 mgr.a (mgr.24293) 5897 : 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-07T12:17:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:24 smithi027 bash[31536]: audit 2023-12-07T12:17:23.638439+0000 mgr.a (mgr.24293) 5896 : audit 0 from='client.126402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:24 smithi027 bash[31536]: cluster 2023-12-07T12:17:23.660948+0000 mgr.a (mgr.24293) 5897 : 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-07T12:17:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:26 smithi022 bash[28554]: cluster 2023-12-07T12:17:25.661905+0000 mgr.a (mgr.24293) 5898 : 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-07T12:17:27.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:26 smithi044 bash[32620]: cluster 2023-12-07T12:17:25.661905+0000 mgr.a (mgr.24293) 5898 : 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-07T12:17:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:26 smithi027 bash[31536]: cluster 2023-12-07T12:17:25.661905+0000 mgr.a (mgr.24293) 5898 : 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-07T12:17:29.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:29.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:29.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:28 smithi022 bash[28554]: cluster 2023-12-07T12:17:27.662492+0000 mgr.a (mgr.24293) 5899 : 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-07T12:17:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:28 smithi022 bash[28554]: audit 2023-12-07T12:17:27.977027+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:17:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:28 smithi022 bash[28554]: audit 2023-12-07T12:17:28.714641+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:17:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:28 smithi022 bash[28554]: audit 2023-12-07T12:17:28.716461+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:17:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:28 smithi022 bash[28554]: audit 2023-12-07T12:17:28.725928+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:17:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:28 smithi044 bash[32620]: cluster 2023-12-07T12:17:27.662492+0000 mgr.a (mgr.24293) 5899 : 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-07T12:17:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:28 smithi044 bash[32620]: audit 2023-12-07T12:17:27.977027+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:17:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:28 smithi044 bash[32620]: audit 2023-12-07T12:17:28.714641+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:17:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:28 smithi044 bash[32620]: audit 2023-12-07T12:17:28.716461+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:17:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:28 smithi044 bash[32620]: audit 2023-12-07T12:17:28.725928+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:17:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:28 smithi027 bash[31536]: cluster 2023-12-07T12:17:27.662492+0000 mgr.a (mgr.24293) 5899 : 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-07T12:17:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:28 smithi027 bash[31536]: audit 2023-12-07T12:17:27.977027+0000 mon.a (mon.0) 1273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:17:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:28 smithi027 bash[31536]: audit 2023-12-07T12:17:28.714641+0000 mon.a (mon.0) 1274 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:17:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:28 smithi027 bash[31536]: audit 2023-12-07T12:17:28.716461+0000 mon.a (mon.0) 1275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:17:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:28 smithi027 bash[31536]: audit 2023-12-07T12:17:28.725928+0000 mon.a (mon.0) 1276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:17:30.101 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:30.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:30.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:30.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:30.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:30 smithi022 bash[28554]: audit 2023-12-07T12:17:29.566336+0000 mgr.a (mgr.24293) 5900 : audit 0 from='client.126480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:30 smithi022 bash[28554]: cluster 2023-12-07T12:17:29.663016+0000 mgr.a (mgr.24293) 5901 : 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-07T12:17:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:30 smithi044 bash[32620]: audit 2023-12-07T12:17:29.566336+0000 mgr.a (mgr.24293) 5900 : audit 0 from='client.126480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:30 smithi044 bash[32620]: cluster 2023-12-07T12:17:29.663016+0000 mgr.a (mgr.24293) 5901 : 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-07T12:17:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:30 smithi027 bash[31536]: audit 2023-12-07T12:17:29.566336+0000 mgr.a (mgr.24293) 5900 : audit 0 from='client.126480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:30 smithi027 bash[31536]: cluster 2023-12-07T12:17:29.663016+0000 mgr.a (mgr.24293) 5901 : 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-07T12:17:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:32 smithi022 bash[28554]: cluster 2023-12-07T12:17:31.663904+0000 mgr.a (mgr.24293) 5902 : 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-07T12:17:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:32 smithi044 bash[32620]: cluster 2023-12-07T12:17:31.663904+0000 mgr.a (mgr.24293) 5902 : 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-07T12:17:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:32 smithi027 bash[31536]: cluster 2023-12-07T12:17:31.663904+0000 mgr.a (mgr.24293) 5902 : 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-07T12:17:35.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:35.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:35.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:34 smithi022 bash[28554]: cluster 2023-12-07T12:17:33.664456+0000 mgr.a (mgr.24293) 5903 : 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-07T12:17:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:34 smithi044 bash[32620]: cluster 2023-12-07T12:17:33.664456+0000 mgr.a (mgr.24293) 5903 : 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-07T12:17:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:34 smithi027 bash[31536]: cluster 2023-12-07T12:17:33.664456+0000 mgr.a (mgr.24293) 5903 : 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-07T12:17:36.043 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:36.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:36.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:36.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:36.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:36 smithi022 bash[28554]: audit 2023-12-07T12:17:35.514145+0000 mgr.a (mgr.24293) 5904 : audit 0 from='client.126558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:36 smithi022 bash[28554]: cluster 2023-12-07T12:17:35.666204+0000 mgr.a (mgr.24293) 5905 : cluster 0 pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:36 smithi044 bash[32620]: audit 2023-12-07T12:17:35.514145+0000 mgr.a (mgr.24293) 5904 : audit 0 from='client.126558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:36 smithi044 bash[32620]: cluster 2023-12-07T12:17:35.666204+0000 mgr.a (mgr.24293) 5905 : cluster 0 pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:36 smithi027 bash[31536]: audit 2023-12-07T12:17:35.514145+0000 mgr.a (mgr.24293) 5904 : audit 0 from='client.126558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:36 smithi027 bash[31536]: cluster 2023-12-07T12:17:35.666204+0000 mgr.a (mgr.24293) 5905 : cluster 0 pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:38 smithi022 bash[28554]: cluster 2023-12-07T12:17:37.666944+0000 mgr.a (mgr.24293) 5906 : cluster 0 pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:38 smithi044 bash[32620]: cluster 2023-12-07T12:17:37.666944+0000 mgr.a (mgr.24293) 5906 : cluster 0 pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:38 smithi027 bash[31536]: cluster 2023-12-07T12:17:37.666944+0000 mgr.a (mgr.24293) 5906 : cluster 0 pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:41.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:41.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:41.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:40 smithi022 bash[28554]: cluster 2023-12-07T12:17:39.667534+0000 mgr.a (mgr.24293) 5907 : cluster 0 pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:40 smithi044 bash[32620]: cluster 2023-12-07T12:17:39.667534+0000 mgr.a (mgr.24293) 5907 : cluster 0 pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:40 smithi027 bash[31536]: cluster 2023-12-07T12:17:39.667534+0000 mgr.a (mgr.24293) 5907 : cluster 0 pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:41.990 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:41.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:41.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:41.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:41.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:42 smithi022 bash[28554]: audit 2023-12-07T12:17:41.460816+0000 mgr.a (mgr.24293) 5908 : audit 0 from='client.126633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:42 smithi022 bash[28554]: cluster 2023-12-07T12:17:41.668490+0000 mgr.a (mgr.24293) 5909 : 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-07T12:17:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:42 smithi044 bash[32620]: audit 2023-12-07T12:17:41.460816+0000 mgr.a (mgr.24293) 5908 : audit 0 from='client.126633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:42 smithi044 bash[32620]: cluster 2023-12-07T12:17:41.668490+0000 mgr.a (mgr.24293) 5909 : 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-07T12:17:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:42 smithi027 bash[31536]: audit 2023-12-07T12:17:41.460816+0000 mgr.a (mgr.24293) 5908 : audit 0 from='client.126633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:42 smithi027 bash[31536]: cluster 2023-12-07T12:17:41.668490+0000 mgr.a (mgr.24293) 5909 : 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-07T12:17:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:44 smithi022 bash[28554]: cluster 2023-12-07T12:17:43.669116+0000 mgr.a (mgr.24293) 5910 : 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-07T12:17:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:44 smithi044 bash[32620]: cluster 2023-12-07T12:17:43.669116+0000 mgr.a (mgr.24293) 5910 : 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-07T12:17:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:44 smithi027 bash[31536]: cluster 2023-12-07T12:17:43.669116+0000 mgr.a (mgr.24293) 5910 : 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-07T12:17:46.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:46.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:46.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:46 smithi022 bash[28554]: cluster 2023-12-07T12:17:45.669927+0000 mgr.a (mgr.24293) 5911 : 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-07T12:17:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:46 smithi044 bash[32620]: cluster 2023-12-07T12:17:45.669927+0000 mgr.a (mgr.24293) 5911 : 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-07T12:17:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:46 smithi027 bash[31536]: cluster 2023-12-07T12:17:45.669927+0000 mgr.a (mgr.24293) 5911 : 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-07T12:17:47.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:47.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:47.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:47.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:47.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:48 smithi022 bash[28554]: audit 2023-12-07T12:17:47.400904+0000 mgr.a (mgr.24293) 5912 : audit 0 from='client.126711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:48 smithi022 bash[28554]: cluster 2023-12-07T12:17:47.680778+0000 mgr.a (mgr.24293) 5913 : cluster 0 pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:48 smithi044 bash[32620]: audit 2023-12-07T12:17:47.400904+0000 mgr.a (mgr.24293) 5912 : audit 0 from='client.126711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:48 smithi044 bash[32620]: cluster 2023-12-07T12:17:47.680778+0000 mgr.a (mgr.24293) 5913 : cluster 0 pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:48 smithi027 bash[31536]: audit 2023-12-07T12:17:47.400904+0000 mgr.a (mgr.24293) 5912 : audit 0 from='client.126711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:48 smithi027 bash[31536]: cluster 2023-12-07T12:17:47.680778+0000 mgr.a (mgr.24293) 5913 : cluster 0 pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:50 smithi022 bash[28554]: cluster 2023-12-07T12:17:49.681675+0000 mgr.a (mgr.24293) 5914 : cluster 0 pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:50 smithi044 bash[32620]: cluster 2023-12-07T12:17:49.681675+0000 mgr.a (mgr.24293) 5914 : cluster 0 pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:50 smithi027 bash[31536]: cluster 2023-12-07T12:17:49.681675+0000 mgr.a (mgr.24293) 5914 : cluster 0 pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:52.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:52.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:52.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:52 smithi022 bash[28554]: cluster 2023-12-07T12:17:51.682517+0000 mgr.a (mgr.24293) 5915 : cluster 0 pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:52 smithi044 bash[32620]: cluster 2023-12-07T12:17:51.682517+0000 mgr.a (mgr.24293) 5915 : cluster 0 pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:52 smithi027 bash[31536]: cluster 2023-12-07T12:17:51.682517+0000 mgr.a (mgr.24293) 5915 : cluster 0 pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:53.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:17:53.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:53.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:53.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:53.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:54 smithi022 bash[28554]: audit 2023-12-07T12:17:53.343831+0000 mgr.a (mgr.24293) 5916 : audit 0 from='client.126789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:54 smithi022 bash[28554]: cluster 2023-12-07T12:17:53.683119+0000 mgr.a (mgr.24293) 5917 : 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-07T12:17:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:54 smithi044 bash[32620]: audit 2023-12-07T12:17:53.343831+0000 mgr.a (mgr.24293) 5916 : audit 0 from='client.126789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:54 smithi044 bash[32620]: cluster 2023-12-07T12:17:53.683119+0000 mgr.a (mgr.24293) 5917 : 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-07T12:17:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:54 smithi027 bash[31536]: audit 2023-12-07T12:17:53.343831+0000 mgr.a (mgr.24293) 5916 : audit 0 from='client.126789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:54 smithi027 bash[31536]: cluster 2023-12-07T12:17:53.683119+0000 mgr.a (mgr.24293) 5917 : 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-07T12:17:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:56 smithi022 bash[28554]: cluster 2023-12-07T12:17:55.684031+0000 mgr.a (mgr.24293) 5918 : 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-07T12:17:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:56 smithi044 bash[32620]: cluster 2023-12-07T12:17:55.684031+0000 mgr.a (mgr.24293) 5918 : 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-07T12:17:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:56 smithi027 bash[31536]: cluster 2023-12-07T12:17:55.684031+0000 mgr.a (mgr.24293) 5918 : 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-07T12:17:58.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:17:58.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:58.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:17:58 smithi022 bash[28554]: cluster 2023-12-07T12:17:57.684589+0000 mgr.a (mgr.24293) 5919 : 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-07T12:17:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:17:58 smithi044 bash[32620]: cluster 2023-12-07T12:17:57.684589+0000 mgr.a (mgr.24293) 5919 : 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-07T12:17:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:17:58 smithi027 bash[31536]: cluster 2023-12-07T12:17:57.684589+0000 mgr.a (mgr.24293) 5919 : 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-07T12:17:59.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:59.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:59.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:59.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:17:59.819 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:00 smithi022 bash[28554]: audit 2023-12-07T12:17:59.278763+0000 mgr.a (mgr.24293) 5920 : audit 0 from='client.126867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:00 smithi022 bash[28554]: cluster 2023-12-07T12:17:59.685652+0000 mgr.a (mgr.24293) 5921 : 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-07T12:18:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:00 smithi044 bash[32620]: audit 2023-12-07T12:17:59.278763+0000 mgr.a (mgr.24293) 5920 : audit 0 from='client.126867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:00 smithi044 bash[32620]: cluster 2023-12-07T12:17:59.685652+0000 mgr.a (mgr.24293) 5921 : 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-07T12:18:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:00 smithi027 bash[31536]: audit 2023-12-07T12:17:59.278763+0000 mgr.a (mgr.24293) 5920 : audit 0 from='client.126867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:00 smithi027 bash[31536]: cluster 2023-12-07T12:17:59.685652+0000 mgr.a (mgr.24293) 5921 : 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-07T12:18:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:02 smithi022 bash[28554]: cluster 2023-12-07T12:18:01.686592+0000 mgr.a (mgr.24293) 5922 : 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-07T12:18:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:02 smithi044 bash[32620]: cluster 2023-12-07T12:18:01.686592+0000 mgr.a (mgr.24293) 5922 : 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-07T12:18:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:02 smithi027 bash[31536]: cluster 2023-12-07T12:18:01.686592+0000 mgr.a (mgr.24293) 5922 : 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-07T12:18:04.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:04.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:04.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:04 smithi022 bash[28554]: cluster 2023-12-07T12:18:03.687180+0000 mgr.a (mgr.24293) 5923 : 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-07T12:18:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:04 smithi044 bash[32620]: cluster 2023-12-07T12:18:03.687180+0000 mgr.a (mgr.24293) 5923 : 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-07T12:18:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:04 smithi027 bash[31536]: cluster 2023-12-07T12:18:03.687180+0000 mgr.a (mgr.24293) 5923 : 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-07T12:18:05.746 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:05.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:05.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:05.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:05.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:06 smithi022 bash[28554]: audit 2023-12-07T12:18:05.229827+0000 mgr.a (mgr.24293) 5924 : audit 0 from='client.126942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:06 smithi022 bash[28554]: cluster 2023-12-07T12:18:05.687888+0000 mgr.a (mgr.24293) 5925 : cluster 0 pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:18:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:06 smithi044 bash[32620]: audit 2023-12-07T12:18:05.229827+0000 mgr.a (mgr.24293) 5924 : audit 0 from='client.126942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:06 smithi044 bash[32620]: cluster 2023-12-07T12:18:05.687888+0000 mgr.a (mgr.24293) 5925 : cluster 0 pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:18:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:06 smithi027 bash[31536]: audit 2023-12-07T12:18:05.229827+0000 mgr.a (mgr.24293) 5924 : audit 0 from='client.126942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:06 smithi027 bash[31536]: cluster 2023-12-07T12:18:05.687888+0000 mgr.a (mgr.24293) 5925 : cluster 0 pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:18:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:08 smithi022 bash[28554]: cluster 2023-12-07T12:18:07.688598+0000 mgr.a (mgr.24293) 5926 : cluster 0 pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:18:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:08 smithi044 bash[32620]: cluster 2023-12-07T12:18:07.688598+0000 mgr.a (mgr.24293) 5926 : cluster 0 pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:18:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:08 smithi027 bash[31536]: cluster 2023-12-07T12:18:07.688598+0000 mgr.a (mgr.24293) 5926 : cluster 0 pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:18:10.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:10.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:10.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:10 smithi022 bash[28554]: cluster 2023-12-07T12:18:09.689346+0000 mgr.a (mgr.24293) 5927 : cluster 0 pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:18:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:10 smithi044 bash[32620]: cluster 2023-12-07T12:18:09.689346+0000 mgr.a (mgr.24293) 5927 : cluster 0 pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:18:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:10 smithi027 bash[31536]: cluster 2023-12-07T12:18:09.689346+0000 mgr.a (mgr.24293) 5927 : cluster 0 pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:18:11.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:11.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:11.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:11.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:11.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:12 smithi027 bash[31536]: audit 2023-12-07T12:18:11.162872+0000 mgr.a (mgr.24293) 5928 : audit 0 from='client.127017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:12 smithi027 bash[31536]: cluster 2023-12-07T12:18:11.690107+0000 mgr.a (mgr.24293) 5929 : cluster 0 pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:12 smithi022 bash[28554]: audit 2023-12-07T12:18:11.162872+0000 mgr.a (mgr.24293) 5928 : audit 0 from='client.127017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:12 smithi022 bash[28554]: cluster 2023-12-07T12:18:11.690107+0000 mgr.a (mgr.24293) 5929 : cluster 0 pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:12 smithi044 bash[32620]: audit 2023-12-07T12:18:11.162872+0000 mgr.a (mgr.24293) 5928 : audit 0 from='client.127017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:12 smithi044 bash[32620]: cluster 2023-12-07T12:18:11.690107+0000 mgr.a (mgr.24293) 5929 : cluster 0 pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:14 smithi027 bash[31536]: cluster 2023-12-07T12:18:13.690704+0000 mgr.a (mgr.24293) 5930 : cluster 0 pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:14 smithi022 bash[28554]: cluster 2023-12-07T12:18:13.690704+0000 mgr.a (mgr.24293) 5930 : cluster 0 pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:14 smithi044 bash[32620]: cluster 2023-12-07T12:18:13.690704+0000 mgr.a (mgr.24293) 5930 : cluster 0 pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:16.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:16.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:16.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:16 smithi027 bash[31536]: cluster 2023-12-07T12:18:15.691455+0000 mgr.a (mgr.24293) 5931 : 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-07T12:18:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:16 smithi022 bash[28554]: cluster 2023-12-07T12:18:15.691455+0000 mgr.a (mgr.24293) 5931 : 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-07T12:18:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:16 smithi044 bash[32620]: cluster 2023-12-07T12:18:15.691455+0000 mgr.a (mgr.24293) 5931 : 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-07T12:18:17.646 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:17.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:17.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:17.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:17.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:18 smithi027 bash[31536]: audit 2023-12-07T12:18:17.121848+0000 mgr.a (mgr.24293) 5932 : audit 0 from='client.127092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:18 smithi027 bash[31536]: cluster 2023-12-07T12:18:17.692294+0000 mgr.a (mgr.24293) 5933 : cluster 0 pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:18:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:18 smithi022 bash[28554]: audit 2023-12-07T12:18:17.121848+0000 mgr.a (mgr.24293) 5932 : audit 0 from='client.127092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:18 smithi022 bash[28554]: cluster 2023-12-07T12:18:17.692294+0000 mgr.a (mgr.24293) 5933 : cluster 0 pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:18:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:18 smithi044 bash[32620]: audit 2023-12-07T12:18:17.121848+0000 mgr.a (mgr.24293) 5932 : audit 0 from='client.127092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:18 smithi044 bash[32620]: cluster 2023-12-07T12:18:17.692294+0000 mgr.a (mgr.24293) 5933 : cluster 0 pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:18:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:20 smithi027 bash[31536]: cluster 2023-12-07T12:18:19.692949+0000 mgr.a (mgr.24293) 5934 : cluster 0 pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:18:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:20 smithi022 bash[28554]: cluster 2023-12-07T12:18:19.692949+0000 mgr.a (mgr.24293) 5934 : cluster 0 pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:18:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:20 smithi044 bash[32620]: cluster 2023-12-07T12:18:19.692949+0000 mgr.a (mgr.24293) 5934 : cluster 0 pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:18:22.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:22.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:22.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:22 smithi027 bash[31536]: cluster 2023-12-07T12:18:21.693778+0000 mgr.a (mgr.24293) 5935 : cluster 0 pgmap v4433: 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-07T12:18:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:22 smithi022 bash[28554]: cluster 2023-12-07T12:18:21.693778+0000 mgr.a (mgr.24293) 5935 : cluster 0 pgmap v4433: 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-07T12:18:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:22 smithi044 bash[32620]: cluster 2023-12-07T12:18:21.693778+0000 mgr.a (mgr.24293) 5935 : cluster 0 pgmap v4433: 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-07T12:18:23.567 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:23.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:23.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:23.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:23.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:23 smithi022 bash[28554]: audit 2023-12-07T12:18:23.055418+0000 mgr.a (mgr.24293) 5936 : audit 0 from='client.127164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:23 smithi044 bash[32620]: audit 2023-12-07T12:18:23.055418+0000 mgr.a (mgr.24293) 5936 : audit 0 from='client.127164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:23 smithi027 bash[31536]: audit 2023-12-07T12:18:23.055418+0000 mgr.a (mgr.24293) 5936 : audit 0 from='client.127164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:24 smithi022 bash[28554]: cluster 2023-12-07T12:18:23.694556+0000 mgr.a (mgr.24293) 5937 : cluster 0 pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:24 smithi044 bash[32620]: cluster 2023-12-07T12:18:23.694556+0000 mgr.a (mgr.24293) 5937 : cluster 0 pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:24 smithi027 bash[31536]: cluster 2023-12-07T12:18:23.694556+0000 mgr.a (mgr.24293) 5937 : cluster 0 pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:26 smithi022 bash[28554]: cluster 2023-12-07T12:18:25.695365+0000 mgr.a (mgr.24293) 5938 : cluster 0 pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:26 smithi044 bash[32620]: cluster 2023-12-07T12:18:25.695365+0000 mgr.a (mgr.24293) 5938 : cluster 0 pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:26 smithi027 bash[31536]: cluster 2023-12-07T12:18:25.695365+0000 mgr.a (mgr.24293) 5938 : cluster 0 pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:28.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:28.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:28.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:28 smithi022 bash[28554]: cluster 2023-12-07T12:18:27.695932+0000 mgr.a (mgr.24293) 5939 : 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-07T12:18:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:28 smithi022 bash[28554]: audit 2023-12-07T12:18:28.828415+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:18:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:28 smithi044 bash[32620]: cluster 2023-12-07T12:18:27.695932+0000 mgr.a (mgr.24293) 5939 : 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-07T12:18:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:28 smithi044 bash[32620]: audit 2023-12-07T12:18:28.828415+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:18:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:28 smithi027 bash[31536]: cluster 2023-12-07T12:18:27.695932+0000 mgr.a (mgr.24293) 5939 : 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-07T12:18:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:28 smithi027 bash[31536]: audit 2023-12-07T12:18:28.828415+0000 mon.a (mon.0) 1277 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:18:29.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:29.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:29.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:29.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:29.530 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:29 smithi022 bash[28554]: audit 2023-12-07T12:18:29.014246+0000 mgr.a (mgr.24293) 5940 : audit 0 from='client.127239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:29 smithi044 bash[32620]: audit 2023-12-07T12:18:29.014246+0000 mgr.a (mgr.24293) 5940 : audit 0 from='client.127239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:29 smithi027 bash[31536]: audit 2023-12-07T12:18:29.014246+0000 mgr.a (mgr.24293) 5940 : audit 0 from='client.127239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:30 smithi022 bash[28554]: cluster 2023-12-07T12:18:29.696589+0000 mgr.a (mgr.24293) 5941 : 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-07T12:18:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:30 smithi044 bash[32620]: cluster 2023-12-07T12:18:29.696589+0000 mgr.a (mgr.24293) 5941 : 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-07T12:18:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:30 smithi027 bash[31536]: cluster 2023-12-07T12:18:29.696589+0000 mgr.a (mgr.24293) 5941 : 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-07T12:18:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:32 smithi044 bash[32620]: cluster 2023-12-07T12:18:31.697421+0000 mgr.a (mgr.24293) 5942 : 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-07T12:18:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:32 smithi022 bash[28554]: cluster 2023-12-07T12:18:31.697421+0000 mgr.a (mgr.24293) 5942 : 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-07T12:18:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:32 smithi027 bash[31536]: cluster 2023-12-07T12:18:31.697421+0000 mgr.a (mgr.24293) 5942 : 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-07T12:18:34.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:34.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:34.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:35.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:35.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:35.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:35.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:35.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:34 smithi022 bash[28554]: cluster 2023-12-07T12:18:33.697996+0000 mgr.a (mgr.24293) 5943 : 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-07T12:18:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:34 smithi044 bash[32620]: cluster 2023-12-07T12:18:33.697996+0000 mgr.a (mgr.24293) 5943 : 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-07T12:18:35.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:34 smithi027 bash[31536]: cluster 2023-12-07T12:18:33.697996+0000 mgr.a (mgr.24293) 5943 : 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-07T12:18:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:35 smithi022 bash[28554]: audit 2023-12-07T12:18:34.935246+0000 mgr.a (mgr.24293) 5944 : audit 0 from='client.127314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:35 smithi044 bash[32620]: audit 2023-12-07T12:18:34.935246+0000 mgr.a (mgr.24293) 5944 : audit 0 from='client.127314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:35 smithi027 bash[31536]: audit 2023-12-07T12:18:34.935246+0000 mgr.a (mgr.24293) 5944 : audit 0 from='client.127314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:36 smithi022 bash[28554]: cluster 2023-12-07T12:18:35.698672+0000 mgr.a (mgr.24293) 5945 : 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-07T12:18:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:36 smithi044 bash[32620]: cluster 2023-12-07T12:18:35.698672+0000 mgr.a (mgr.24293) 5945 : 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-07T12:18:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:36 smithi027 bash[31536]: cluster 2023-12-07T12:18:35.698672+0000 mgr.a (mgr.24293) 5945 : 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-07T12:18:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:38 smithi022 bash[28554]: cluster 2023-12-07T12:18:37.699290+0000 mgr.a (mgr.24293) 5946 : 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-07T12:18:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:38 smithi044 bash[32620]: cluster 2023-12-07T12:18:37.699290+0000 mgr.a (mgr.24293) 5946 : 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-07T12:18:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:38 smithi027 bash[31536]: cluster 2023-12-07T12:18:37.699290+0000 mgr.a (mgr.24293) 5946 : 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-07T12:18:40.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:40.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:40.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:40 smithi022 bash[28554]: audit 2023-12-07T12:18:39.422420+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:40 smithi022 bash[28554]: audit 2023-12-07T12:18:39.428860+0000 mon.a (mon.0) 1279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:40 smithi022 bash[28554]: audit 2023-12-07T12:18:39.430499+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:18:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:40 smithi022 bash[28554]: audit 2023-12-07T12:18:39.432322+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:40 smithi022 bash[28554]: audit 2023-12-07T12:18:39.440390+0000 mon.a (mon.0) 1282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:40 smithi022 bash[28554]: cluster 2023-12-07T12:18:39.699902+0000 mgr.a (mgr.24293) 5947 : 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-07T12:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:40 smithi044 bash[32620]: audit 2023-12-07T12:18:39.422420+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:40 smithi044 bash[32620]: audit 2023-12-07T12:18:39.428860+0000 mon.a (mon.0) 1279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:40 smithi044 bash[32620]: audit 2023-12-07T12:18:39.430499+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:40 smithi044 bash[32620]: audit 2023-12-07T12:18:39.432322+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:40 smithi044 bash[32620]: audit 2023-12-07T12:18:39.440390+0000 mon.a (mon.0) 1282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:40 smithi044 bash[32620]: cluster 2023-12-07T12:18:39.699902+0000 mgr.a (mgr.24293) 5947 : 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-07T12:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:40 smithi027 bash[31536]: audit 2023-12-07T12:18:39.422420+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:40 smithi027 bash[31536]: audit 2023-12-07T12:18:39.428860+0000 mon.a (mon.0) 1279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:40 smithi027 bash[31536]: audit 2023-12-07T12:18:39.430499+0000 mon.a (mon.0) 1280 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:40 smithi027 bash[31536]: audit 2023-12-07T12:18:39.432322+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:40 smithi027 bash[31536]: audit 2023-12-07T12:18:39.440390+0000 mon.a (mon.0) 1282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:40 smithi027 bash[31536]: cluster 2023-12-07T12:18:39.699902+0000 mgr.a (mgr.24293) 5947 : 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-07T12:18:41.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:41.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:41.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:41.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:41.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:41 smithi022 bash[28554]: audit 2023-12-07T12:18:40.836707+0000 mgr.a (mgr.24293) 5948 : audit 0 from='client.127389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:41 smithi044 bash[32620]: audit 2023-12-07T12:18:40.836707+0000 mgr.a (mgr.24293) 5948 : audit 0 from='client.127389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:41 smithi027 bash[31536]: audit 2023-12-07T12:18:40.836707+0000 mgr.a (mgr.24293) 5948 : audit 0 from='client.127389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:42 smithi022 bash[28554]: cluster 2023-12-07T12:18:41.700998+0000 mgr.a (mgr.24293) 5949 : cluster 0 pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:42 smithi044 bash[32620]: cluster 2023-12-07T12:18:41.700998+0000 mgr.a (mgr.24293) 5949 : cluster 0 pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:42 smithi027 bash[31536]: cluster 2023-12-07T12:18:41.700998+0000 mgr.a (mgr.24293) 5949 : cluster 0 pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:44 smithi022 bash[28554]: cluster 2023-12-07T12:18:43.701632+0000 mgr.a (mgr.24293) 5950 : cluster 0 pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:44 smithi044 bash[32620]: cluster 2023-12-07T12:18:43.701632+0000 mgr.a (mgr.24293) 5950 : cluster 0 pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:44 smithi027 bash[31536]: cluster 2023-12-07T12:18:43.701632+0000 mgr.a (mgr.24293) 5950 : cluster 0 pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:46.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:46.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:46.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:46 smithi022 bash[28554]: cluster 2023-12-07T12:18:45.702354+0000 mgr.a (mgr.24293) 5951 : 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-07T12:18:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:46 smithi044 bash[32620]: cluster 2023-12-07T12:18:45.702354+0000 mgr.a (mgr.24293) 5951 : 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-07T12:18:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:46 smithi027 bash[31536]: cluster 2023-12-07T12:18:45.702354+0000 mgr.a (mgr.24293) 5951 : 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-07T12:18:47.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:47.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:47 smithi022 bash[28554]: audit 2023-12-07T12:18:46.782530+0000 mgr.a (mgr.24293) 5952 : audit 0 from='client.127467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:47 smithi044 bash[32620]: audit 2023-12-07T12:18:46.782530+0000 mgr.a (mgr.24293) 5952 : audit 0 from='client.127467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:47 smithi027 bash[31536]: audit 2023-12-07T12:18:46.782530+0000 mgr.a (mgr.24293) 5952 : audit 0 from='client.127467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:48 smithi022 bash[28554]: cluster 2023-12-07T12:18:47.703024+0000 mgr.a (mgr.24293) 5953 : 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-07T12:18:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:48 smithi044 bash[32620]: cluster 2023-12-07T12:18:47.703024+0000 mgr.a (mgr.24293) 5953 : 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-07T12:18:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:48 smithi027 bash[31536]: cluster 2023-12-07T12:18:47.703024+0000 mgr.a (mgr.24293) 5953 : 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-07T12:18:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:50 smithi022 bash[28554]: cluster 2023-12-07T12:18:49.703652+0000 mgr.a (mgr.24293) 5954 : 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-07T12:18:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:50 smithi044 bash[32620]: cluster 2023-12-07T12:18:49.703652+0000 mgr.a (mgr.24293) 5954 : 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-07T12:18:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:50 smithi027 bash[31536]: cluster 2023-12-07T12:18:49.703652+0000 mgr.a (mgr.24293) 5954 : 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-07T12:18:52.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:52.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:52.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:52 smithi022 bash[28554]: cluster 2023-12-07T12:18:51.704517+0000 mgr.a (mgr.24293) 5955 : 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-07T12:18:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:52 smithi044 bash[32620]: cluster 2023-12-07T12:18:51.704517+0000 mgr.a (mgr.24293) 5955 : 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-07T12:18:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:52 smithi027 bash[31536]: cluster 2023-12-07T12:18:51.704517+0000 mgr.a (mgr.24293) 5955 : 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-07T12:18:53.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:53.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:53.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:53.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:53.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:53 smithi022 bash[28554]: audit 2023-12-07T12:18:52.700564+0000 mgr.a (mgr.24293) 5956 : audit 0 from='client.127545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:53 smithi044 bash[32620]: audit 2023-12-07T12:18:52.700564+0000 mgr.a (mgr.24293) 5956 : audit 0 from='client.127545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:53 smithi027 bash[31536]: audit 2023-12-07T12:18:52.700564+0000 mgr.a (mgr.24293) 5956 : audit 0 from='client.127545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:54 smithi022 bash[28554]: cluster 2023-12-07T12:18:53.705193+0000 mgr.a (mgr.24293) 5957 : cluster 0 pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:54 smithi044 bash[32620]: cluster 2023-12-07T12:18:53.705193+0000 mgr.a (mgr.24293) 5957 : cluster 0 pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:54 smithi027 bash[31536]: cluster 2023-12-07T12:18:53.705193+0000 mgr.a (mgr.24293) 5957 : cluster 0 pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:56 smithi022 bash[28554]: cluster 2023-12-07T12:18:55.705986+0000 mgr.a (mgr.24293) 5958 : cluster 0 pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:56 smithi044 bash[32620]: cluster 2023-12-07T12:18:55.705986+0000 mgr.a (mgr.24293) 5958 : cluster 0 pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:56 smithi027 bash[31536]: cluster 2023-12-07T12:18:55.705986+0000 mgr.a (mgr.24293) 5958 : cluster 0 pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:58.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:18:58.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:58.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:59.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:59.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:59.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:59.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:18:59.156 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:18:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:58 smithi022 bash[28554]: cluster 2023-12-07T12:18:57.706524+0000 mgr.a (mgr.24293) 5959 : 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-07T12:18:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:58 smithi044 bash[32620]: cluster 2023-12-07T12:18:57.706524+0000 mgr.a (mgr.24293) 5959 : 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-07T12:18:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:58 smithi027 bash[31536]: cluster 2023-12-07T12:18:57.706524+0000 mgr.a (mgr.24293) 5959 : 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-07T12:19:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:18:59 smithi022 bash[28554]: audit 2023-12-07T12:18:58.639195+0000 mgr.a (mgr.24293) 5960 : audit 0 from='client.127617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:18:59 smithi044 bash[32620]: audit 2023-12-07T12:18:58.639195+0000 mgr.a (mgr.24293) 5960 : audit 0 from='client.127617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:18:59 smithi027 bash[31536]: audit 2023-12-07T12:18:58.639195+0000 mgr.a (mgr.24293) 5960 : audit 0 from='client.127617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:00 smithi022 bash[28554]: cluster 2023-12-07T12:18:59.707149+0000 mgr.a (mgr.24293) 5961 : 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-07T12:19:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:00 smithi044 bash[32620]: cluster 2023-12-07T12:18:59.707149+0000 mgr.a (mgr.24293) 5961 : 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-07T12:19:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:00 smithi027 bash[31536]: cluster 2023-12-07T12:18:59.707149+0000 mgr.a (mgr.24293) 5961 : 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-07T12:19:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:02 smithi022 bash[28554]: cluster 2023-12-07T12:19:01.707994+0000 mgr.a (mgr.24293) 5962 : 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-07T12:19:03.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:02 smithi044 bash[32620]: cluster 2023-12-07T12:19:01.707994+0000 mgr.a (mgr.24293) 5962 : 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-07T12:19:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:02 smithi027 bash[31536]: cluster 2023-12-07T12:19:01.707994+0000 mgr.a (mgr.24293) 5962 : 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-07T12:19:04.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:04.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:04.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:05.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:05.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:05.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:05.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:05.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:04 smithi022 bash[28554]: cluster 2023-12-07T12:19:03.708566+0000 mgr.a (mgr.24293) 5963 : 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-07T12:19:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:04 smithi044 bash[32620]: cluster 2023-12-07T12:19:03.708566+0000 mgr.a (mgr.24293) 5963 : 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-07T12:19:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:04 smithi027 bash[31536]: cluster 2023-12-07T12:19:03.708566+0000 mgr.a (mgr.24293) 5963 : 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-07T12:19:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:05 smithi022 bash[28554]: audit 2023-12-07T12:19:04.573198+0000 mgr.a (mgr.24293) 5964 : audit 0 from='client.127689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:05 smithi044 bash[32620]: audit 2023-12-07T12:19:04.573198+0000 mgr.a (mgr.24293) 5964 : audit 0 from='client.127689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:05 smithi027 bash[31536]: audit 2023-12-07T12:19:04.573198+0000 mgr.a (mgr.24293) 5964 : audit 0 from='client.127689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:06 smithi022 bash[28554]: cluster 2023-12-07T12:19:05.709553+0000 mgr.a (mgr.24293) 5965 : 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-07T12:19:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:06 smithi044 bash[32620]: cluster 2023-12-07T12:19:05.709553+0000 mgr.a (mgr.24293) 5965 : 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-07T12:19:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:06 smithi027 bash[31536]: cluster 2023-12-07T12:19:05.709553+0000 mgr.a (mgr.24293) 5965 : 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-07T12:19:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:08 smithi022 bash[28554]: cluster 2023-12-07T12:19:07.710154+0000 mgr.a (mgr.24293) 5966 : 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-07T12:19:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:08 smithi044 bash[32620]: cluster 2023-12-07T12:19:07.710154+0000 mgr.a (mgr.24293) 5966 : 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-07T12:19:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:08 smithi027 bash[31536]: cluster 2023-12-07T12:19:07.710154+0000 mgr.a (mgr.24293) 5966 : 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-07T12:19:10.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:10.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:10.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:11.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:11.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:11.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:11.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:11.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:10 smithi022 bash[28554]: cluster 2023-12-07T12:19:09.710704+0000 mgr.a (mgr.24293) 5967 : 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-07T12:19:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:10 smithi044 bash[32620]: cluster 2023-12-07T12:19:09.710704+0000 mgr.a (mgr.24293) 5967 : 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-07T12:19:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:10 smithi027 bash[31536]: cluster 2023-12-07T12:19:09.710704+0000 mgr.a (mgr.24293) 5967 : 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-07T12:19:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:11 smithi022 bash[28554]: audit 2023-12-07T12:19:10.513790+0000 mgr.a (mgr.24293) 5968 : audit 0 from='client.127764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:11 smithi044 bash[32620]: audit 2023-12-07T12:19:10.513790+0000 mgr.a (mgr.24293) 5968 : audit 0 from='client.127764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:11 smithi027 bash[31536]: audit 2023-12-07T12:19:10.513790+0000 mgr.a (mgr.24293) 5968 : audit 0 from='client.127764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:12 smithi022 bash[28554]: cluster 2023-12-07T12:19:11.711693+0000 mgr.a (mgr.24293) 5969 : cluster 0 pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:13.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:12 smithi044 bash[32620]: cluster 2023-12-07T12:19:11.711693+0000 mgr.a (mgr.24293) 5969 : cluster 0 pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:12 smithi027 bash[31536]: cluster 2023-12-07T12:19:11.711693+0000 mgr.a (mgr.24293) 5969 : cluster 0 pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:14 smithi022 bash[28554]: cluster 2023-12-07T12:19:13.712352+0000 mgr.a (mgr.24293) 5970 : cluster 0 pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:14 smithi044 bash[32620]: cluster 2023-12-07T12:19:13.712352+0000 mgr.a (mgr.24293) 5970 : cluster 0 pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:14 smithi027 bash[31536]: cluster 2023-12-07T12:19:13.712352+0000 mgr.a (mgr.24293) 5970 : cluster 0 pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:16.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:16.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:16.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:16.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:16.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:16.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:16 smithi022 bash[28554]: cluster 2023-12-07T12:19:15.713289+0000 mgr.a (mgr.24293) 5971 : cluster 0 pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:16 smithi044 bash[32620]: cluster 2023-12-07T12:19:15.713289+0000 mgr.a (mgr.24293) 5971 : cluster 0 pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:16 smithi027 bash[31536]: cluster 2023-12-07T12:19:15.713289+0000 mgr.a (mgr.24293) 5971 : cluster 0 pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:17 smithi022 bash[28554]: audit 2023-12-07T12:19:16.447949+0000 mgr.a (mgr.24293) 5972 : audit 0 from='client.127839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:17 smithi044 bash[32620]: audit 2023-12-07T12:19:16.447949+0000 mgr.a (mgr.24293) 5972 : audit 0 from='client.127839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:17 smithi027 bash[31536]: audit 2023-12-07T12:19:16.447949+0000 mgr.a (mgr.24293) 5972 : audit 0 from='client.127839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:18 smithi022 bash[28554]: cluster 2023-12-07T12:19:17.713987+0000 mgr.a (mgr.24293) 5973 : cluster 0 pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:18 smithi044 bash[32620]: cluster 2023-12-07T12:19:17.713987+0000 mgr.a (mgr.24293) 5973 : cluster 0 pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:18 smithi027 bash[31536]: cluster 2023-12-07T12:19:17.713987+0000 mgr.a (mgr.24293) 5973 : cluster 0 pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:20 smithi022 bash[28554]: cluster 2023-12-07T12:19:19.714602+0000 mgr.a (mgr.24293) 5974 : cluster 0 pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:20 smithi044 bash[32620]: cluster 2023-12-07T12:19:19.714602+0000 mgr.a (mgr.24293) 5974 : cluster 0 pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:20 smithi027 bash[31536]: cluster 2023-12-07T12:19:19.714602+0000 mgr.a (mgr.24293) 5974 : cluster 0 pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:21.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:21.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:21.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:22.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:22.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:22.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:22.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:22.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:22 smithi022 bash[28554]: cluster 2023-12-07T12:19:21.715424+0000 mgr.a (mgr.24293) 5975 : 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-07T12:19:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:22 smithi044 bash[32620]: cluster 2023-12-07T12:19:21.715424+0000 mgr.a (mgr.24293) 5975 : 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-07T12:19:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:22 smithi027 bash[31536]: cluster 2023-12-07T12:19:21.715424+0000 mgr.a (mgr.24293) 5975 : 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-07T12:19:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:23 smithi022 bash[28554]: audit 2023-12-07T12:19:22.409512+0000 mgr.a (mgr.24293) 5976 : audit 0 from='client.127917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:23 smithi044 bash[32620]: audit 2023-12-07T12:19:22.409512+0000 mgr.a (mgr.24293) 5976 : audit 0 from='client.127917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:23 smithi027 bash[31536]: audit 2023-12-07T12:19:22.409512+0000 mgr.a (mgr.24293) 5976 : audit 0 from='client.127917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:24 smithi022 bash[28554]: cluster 2023-12-07T12:19:23.716065+0000 mgr.a (mgr.24293) 5977 : cluster 0 pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:24 smithi044 bash[32620]: cluster 2023-12-07T12:19:23.716065+0000 mgr.a (mgr.24293) 5977 : cluster 0 pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:24 smithi027 bash[31536]: cluster 2023-12-07T12:19:23.716065+0000 mgr.a (mgr.24293) 5977 : cluster 0 pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:26 smithi022 bash[28554]: cluster 2023-12-07T12:19:25.716867+0000 mgr.a (mgr.24293) 5978 : cluster 0 pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:26 smithi044 bash[32620]: cluster 2023-12-07T12:19:25.716867+0000 mgr.a (mgr.24293) 5978 : cluster 0 pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:26 smithi027 bash[31536]: cluster 2023-12-07T12:19:25.716867+0000 mgr.a (mgr.24293) 5978 : cluster 0 pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:27.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:27.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:27.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:28.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:28.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:28.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:28.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:28.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:28 smithi022 bash[28554]: cluster 2023-12-07T12:19:27.717463+0000 mgr.a (mgr.24293) 5979 : cluster 0 pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:28 smithi044 bash[32620]: cluster 2023-12-07T12:19:27.717463+0000 mgr.a (mgr.24293) 5979 : cluster 0 pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:28 smithi027 bash[31536]: cluster 2023-12-07T12:19:27.717463+0000 mgr.a (mgr.24293) 5979 : cluster 0 pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:29 smithi044 bash[32620]: audit 2023-12-07T12:19:28.366071+0000 mgr.a (mgr.24293) 5980 : audit 0 from='client.127995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:29 smithi022 bash[28554]: audit 2023-12-07T12:19:28.366071+0000 mgr.a (mgr.24293) 5980 : audit 0 from='client.127995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:29 smithi027 bash[31536]: audit 2023-12-07T12:19:28.366071+0000 mgr.a (mgr.24293) 5980 : audit 0 from='client.127995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:30 smithi022 bash[28554]: cluster 2023-12-07T12:19:29.718147+0000 mgr.a (mgr.24293) 5981 : cluster 0 pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:30 smithi044 bash[32620]: cluster 2023-12-07T12:19:29.718147+0000 mgr.a (mgr.24293) 5981 : cluster 0 pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:30 smithi027 bash[31536]: cluster 2023-12-07T12:19:29.718147+0000 mgr.a (mgr.24293) 5981 : cluster 0 pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:32 smithi022 bash[28554]: cluster 2023-12-07T12:19:31.718980+0000 mgr.a (mgr.24293) 5982 : cluster 0 pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:32 smithi044 bash[32620]: cluster 2023-12-07T12:19:31.718980+0000 mgr.a (mgr.24293) 5982 : cluster 0 pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:32 smithi027 bash[31536]: cluster 2023-12-07T12:19:31.718980+0000 mgr.a (mgr.24293) 5982 : cluster 0 pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:33.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:33.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:33.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:34.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:34.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:34.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:34.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:34.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:34 smithi022 bash[28554]: cluster 2023-12-07T12:19:33.719502+0000 mgr.a (mgr.24293) 5983 : 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-07T12:19:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:34 smithi044 bash[32620]: cluster 2023-12-07T12:19:33.719502+0000 mgr.a (mgr.24293) 5983 : 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-07T12:19:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:34 smithi027 bash[31536]: cluster 2023-12-07T12:19:33.719502+0000 mgr.a (mgr.24293) 5983 : 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-07T12:19:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:35 smithi022 bash[28554]: audit 2023-12-07T12:19:34.315679+0000 mgr.a (mgr.24293) 5984 : audit 0 from='client.128073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:35 smithi044 bash[32620]: audit 2023-12-07T12:19:34.315679+0000 mgr.a (mgr.24293) 5984 : audit 0 from='client.128073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:35 smithi027 bash[31536]: audit 2023-12-07T12:19:34.315679+0000 mgr.a (mgr.24293) 5984 : audit 0 from='client.128073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:36 smithi044 bash[32620]: cluster 2023-12-07T12:19:35.720335+0000 mgr.a (mgr.24293) 5985 : 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-07T12:19:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:36 smithi022 bash[28554]: cluster 2023-12-07T12:19:35.720335+0000 mgr.a (mgr.24293) 5985 : 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-07T12:19:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:36 smithi027 bash[31536]: cluster 2023-12-07T12:19:35.720335+0000 mgr.a (mgr.24293) 5985 : 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-07T12:19:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:38 smithi022 bash[28554]: cluster 2023-12-07T12:19:37.720905+0000 mgr.a (mgr.24293) 5986 : 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-07T12:19:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:38 smithi044 bash[32620]: cluster 2023-12-07T12:19:37.720905+0000 mgr.a (mgr.24293) 5986 : 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-07T12:19:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:38 smithi027 bash[31536]: cluster 2023-12-07T12:19:37.720905+0000 mgr.a (mgr.24293) 5986 : 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-07T12:19:39.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:39.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:39.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:39 smithi022 bash[28554]: audit 2023-12-07T12:19:39.544375+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:19:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:39 smithi044 bash[32620]: audit 2023-12-07T12:19:39.544375+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:19:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:39 smithi027 bash[31536]: audit 2023-12-07T12:19:39.544375+0000 mon.a (mon.0) 1283 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:19:40.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:40.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:40.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:40.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:40.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:40 smithi022 bash[28554]: cluster 2023-12-07T12:19:39.721462+0000 mgr.a (mgr.24293) 5987 : 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-07T12:19:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:40 smithi044 bash[32620]: cluster 2023-12-07T12:19:39.721462+0000 mgr.a (mgr.24293) 5987 : 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-07T12:19:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:40 smithi027 bash[31536]: cluster 2023-12-07T12:19:39.721462+0000 mgr.a (mgr.24293) 5987 : 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-07T12:19:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:41 smithi022 bash[28554]: audit 2023-12-07T12:19:40.249270+0000 mgr.a (mgr.24293) 5988 : audit 0 from='client.128145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:41 smithi044 bash[32620]: audit 2023-12-07T12:19:40.249270+0000 mgr.a (mgr.24293) 5988 : audit 0 from='client.128145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:41 smithi027 bash[31536]: audit 2023-12-07T12:19:40.249270+0000 mgr.a (mgr.24293) 5988 : audit 0 from='client.128145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:42 smithi022 bash[28554]: cluster 2023-12-07T12:19:41.722439+0000 mgr.a (mgr.24293) 5989 : cluster 0 pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:19:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:42 smithi044 bash[32620]: cluster 2023-12-07T12:19:41.722439+0000 mgr.a (mgr.24293) 5989 : cluster 0 pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:19:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:42 smithi027 bash[31536]: cluster 2023-12-07T12:19:41.722439+0000 mgr.a (mgr.24293) 5989 : cluster 0 pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:19:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:44 smithi022 bash[28554]: cluster 2023-12-07T12:19:43.723173+0000 mgr.a (mgr.24293) 5990 : cluster 0 pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:19:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:44 smithi044 bash[32620]: cluster 2023-12-07T12:19:43.723173+0000 mgr.a (mgr.24293) 5990 : cluster 0 pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:19:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:44 smithi027 bash[31536]: cluster 2023-12-07T12:19:43.723173+0000 mgr.a (mgr.24293) 5990 : cluster 0 pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:19:45.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:45.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:45.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:46.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:46.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:46.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:46.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:46.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:46 smithi027 bash[31536]: cluster 2023-12-07T12:19:45.724030+0000 mgr.a (mgr.24293) 5991 : cluster 0 pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:46 smithi022 bash[28554]: cluster 2023-12-07T12:19:45.724030+0000 mgr.a (mgr.24293) 5991 : cluster 0 pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:46 smithi044 bash[32620]: cluster 2023-12-07T12:19:45.724030+0000 mgr.a (mgr.24293) 5991 : cluster 0 pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:47 smithi027 bash[31536]: audit 2023-12-07T12:19:46.205988+0000 mgr.a (mgr.24293) 5992 : audit 0 from='client.128223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:47 smithi022 bash[28554]: audit 2023-12-07T12:19:46.205988+0000 mgr.a (mgr.24293) 5992 : audit 0 from='client.128223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:47 smithi044 bash[32620]: audit 2023-12-07T12:19:46.205988+0000 mgr.a (mgr.24293) 5992 : audit 0 from='client.128223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:48 smithi027 bash[31536]: cluster 2023-12-07T12:19:47.724749+0000 mgr.a (mgr.24293) 5993 : cluster 0 pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:48 smithi022 bash[28554]: cluster 2023-12-07T12:19:47.724749+0000 mgr.a (mgr.24293) 5993 : cluster 0 pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:48 smithi044 bash[32620]: cluster 2023-12-07T12:19:47.724749+0000 mgr.a (mgr.24293) 5993 : cluster 0 pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:51 smithi022 bash[28554]: cluster 2023-12-07T12:19:49.725359+0000 mgr.a (mgr.24293) 5994 : cluster 0 pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:51 smithi022 bash[28554]: audit 2023-12-07T12:19:50.092419+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:51 smithi022 bash[28554]: audit 2023-12-07T12:19:50.098595+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:51 smithi022 bash[28554]: audit 2023-12-07T12:19:50.100249+0000 mon.a (mon.0) 1286 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:19:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:51 smithi022 bash[28554]: audit 2023-12-07T12:19:50.101838+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:19:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:51 smithi022 bash[28554]: audit 2023-12-07T12:19:50.109327+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:51 smithi044 bash[32620]: cluster 2023-12-07T12:19:49.725359+0000 mgr.a (mgr.24293) 5994 : cluster 0 pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:51 smithi044 bash[32620]: audit 2023-12-07T12:19:50.092419+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:51 smithi044 bash[32620]: audit 2023-12-07T12:19:50.098595+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:51 smithi044 bash[32620]: audit 2023-12-07T12:19:50.100249+0000 mon.a (mon.0) 1286 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:19:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:51 smithi044 bash[32620]: audit 2023-12-07T12:19:50.101838+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:19:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:51 smithi044 bash[32620]: audit 2023-12-07T12:19:50.109327+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:51 smithi027 bash[31536]: cluster 2023-12-07T12:19:49.725359+0000 mgr.a (mgr.24293) 5994 : cluster 0 pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:51 smithi027 bash[31536]: audit 2023-12-07T12:19:50.092419+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:51 smithi027 bash[31536]: audit 2023-12-07T12:19:50.098595+0000 mon.a (mon.0) 1285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:51 smithi027 bash[31536]: audit 2023-12-07T12:19:50.100249+0000 mon.a (mon.0) 1286 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:19:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:51 smithi027 bash[31536]: audit 2023-12-07T12:19:50.101838+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:19:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:51 smithi027 bash[31536]: audit 2023-12-07T12:19:50.109327+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:19:51.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:51.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:51.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:52.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:52.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:53 smithi022 bash[28554]: cluster 2023-12-07T12:19:51.726194+0000 mgr.a (mgr.24293) 5995 : 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-07T12:19:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:53 smithi022 bash[28554]: audit 2023-12-07T12:19:52.112779+0000 mgr.a (mgr.24293) 5996 : audit 0 from='client.128298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:53 smithi044 bash[32620]: cluster 2023-12-07T12:19:51.726194+0000 mgr.a (mgr.24293) 5995 : 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-07T12:19:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:53 smithi044 bash[32620]: audit 2023-12-07T12:19:52.112779+0000 mgr.a (mgr.24293) 5996 : audit 0 from='client.128298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:53.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:53 smithi027 bash[31536]: cluster 2023-12-07T12:19:51.726194+0000 mgr.a (mgr.24293) 5995 : 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-07T12:19:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:53 smithi027 bash[31536]: audit 2023-12-07T12:19:52.112779+0000 mgr.a (mgr.24293) 5996 : audit 0 from='client.128298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:55 smithi022 bash[28554]: cluster 2023-12-07T12:19:53.726940+0000 mgr.a (mgr.24293) 5997 : cluster 0 pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:19:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:55 smithi044 bash[32620]: cluster 2023-12-07T12:19:53.726940+0000 mgr.a (mgr.24293) 5997 : cluster 0 pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:19:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:55 smithi027 bash[31536]: cluster 2023-12-07T12:19:53.726940+0000 mgr.a (mgr.24293) 5997 : cluster 0 pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:19:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:57 smithi022 bash[28554]: cluster 2023-12-07T12:19:55.727792+0000 mgr.a (mgr.24293) 5998 : cluster 0 pgmap v4480: 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-07T12:19:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:57 smithi044 bash[32620]: cluster 2023-12-07T12:19:55.727792+0000 mgr.a (mgr.24293) 5998 : cluster 0 pgmap v4480: 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-07T12:19:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:57 smithi027 bash[31536]: cluster 2023-12-07T12:19:55.727792+0000 mgr.a (mgr.24293) 5998 : cluster 0 pgmap v4480: 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-07T12:19:57.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:19:57.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:57.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:58.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:19:58.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:58.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:58.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:58.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:19:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:59 smithi022 bash[28554]: cluster 2023-12-07T12:19:57.728321+0000 mgr.a (mgr.24293) 5999 : cluster 0 pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:19:59 smithi022 bash[28554]: audit 2023-12-07T12:19:58.025985+0000 mgr.a (mgr.24293) 6000 : audit 0 from='client.128373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:59 smithi044 bash[32620]: cluster 2023-12-07T12:19:57.728321+0000 mgr.a (mgr.24293) 5999 : cluster 0 pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:19:59 smithi044 bash[32620]: audit 2023-12-07T12:19:58.025985+0000 mgr.a (mgr.24293) 6000 : audit 0 from='client.128373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:59 smithi027 bash[31536]: cluster 2023-12-07T12:19:57.728321+0000 mgr.a (mgr.24293) 5999 : cluster 0 pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:19:59 smithi027 bash[31536]: audit 2023-12-07T12:19:58.025985+0000 mgr.a (mgr.24293) 6000 : audit 0 from='client.128373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:00 smithi022 bash[28554]: cluster 2023-12-07T12:20:00.000155+0000 mon.a (mon.0) 1289 : cluster 1 overall HEALTH_OK 2023-12-07T12:20:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:00 smithi044 bash[32620]: cluster 2023-12-07T12:20:00.000155+0000 mon.a (mon.0) 1289 : cluster 1 overall HEALTH_OK 2023-12-07T12:20:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:00 smithi027 bash[31536]: cluster 2023-12-07T12:20:00.000155+0000 mon.a (mon.0) 1289 : cluster 1 overall HEALTH_OK 2023-12-07T12:20:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:01 smithi022 bash[28554]: cluster 2023-12-07T12:19:59.729035+0000 mgr.a (mgr.24293) 6001 : cluster 0 pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:01 smithi044 bash[32620]: cluster 2023-12-07T12:19:59.729035+0000 mgr.a (mgr.24293) 6001 : cluster 0 pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:01 smithi027 bash[31536]: cluster 2023-12-07T12:19:59.729035+0000 mgr.a (mgr.24293) 6001 : cluster 0 pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:03 smithi022 bash[28554]: cluster 2023-12-07T12:20:01.729883+0000 mgr.a (mgr.24293) 6002 : cluster 0 pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:03 smithi044 bash[32620]: cluster 2023-12-07T12:20:01.729883+0000 mgr.a (mgr.24293) 6002 : cluster 0 pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:03 smithi027 bash[31536]: cluster 2023-12-07T12:20:01.729883+0000 mgr.a (mgr.24293) 6002 : cluster 0 pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:03.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:03.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:03.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:04.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:04.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:04.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:04.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:04.508 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:05 smithi022 bash[28554]: cluster 2023-12-07T12:20:03.730397+0000 mgr.a (mgr.24293) 6003 : 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-07T12:20:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:05 smithi022 bash[28554]: audit 2023-12-07T12:20:04.003888+0000 mgr.a (mgr.24293) 6004 : audit 0 from='client.128451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:05 smithi044 bash[32620]: cluster 2023-12-07T12:20:03.730397+0000 mgr.a (mgr.24293) 6003 : 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-07T12:20:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:05 smithi044 bash[32620]: audit 2023-12-07T12:20:04.003888+0000 mgr.a (mgr.24293) 6004 : audit 0 from='client.128451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:05 smithi027 bash[31536]: cluster 2023-12-07T12:20:03.730397+0000 mgr.a (mgr.24293) 6003 : 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-07T12:20:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:05 smithi027 bash[31536]: audit 2023-12-07T12:20:04.003888+0000 mgr.a (mgr.24293) 6004 : audit 0 from='client.128451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:07 smithi022 bash[28554]: cluster 2023-12-07T12:20:05.731455+0000 mgr.a (mgr.24293) 6005 : 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-07T12:20:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:07 smithi044 bash[32620]: cluster 2023-12-07T12:20:05.731455+0000 mgr.a (mgr.24293) 6005 : 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-07T12:20:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:07 smithi027 bash[31536]: cluster 2023-12-07T12:20:05.731455+0000 mgr.a (mgr.24293) 6005 : 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-07T12:20:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:09 smithi022 bash[28554]: cluster 2023-12-07T12:20:07.732024+0000 mgr.a (mgr.24293) 6006 : 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-07T12:20:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:09 smithi044 bash[32620]: cluster 2023-12-07T12:20:07.732024+0000 mgr.a (mgr.24293) 6006 : 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-07T12:20:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:09 smithi027 bash[31536]: cluster 2023-12-07T12:20:07.732024+0000 mgr.a (mgr.24293) 6006 : 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-07T12:20:09.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:09.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:09.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:10 smithi022 bash[28554]: cluster 2023-12-07T12:20:09.732592+0000 mgr.a (mgr.24293) 6007 : 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-07T12:20:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:10 smithi022 bash[28554]: audit 2023-12-07T12:20:09.921159+0000 mgr.a (mgr.24293) 6008 : audit 0 from='client.128529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:10 smithi044 bash[32620]: cluster 2023-12-07T12:20:09.732592+0000 mgr.a (mgr.24293) 6007 : 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-07T12:20:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:10 smithi044 bash[32620]: audit 2023-12-07T12:20:09.921159+0000 mgr.a (mgr.24293) 6008 : audit 0 from='client.128529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:10 smithi027 bash[31536]: cluster 2023-12-07T12:20:09.732592+0000 mgr.a (mgr.24293) 6007 : 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-07T12:20:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:10 smithi027 bash[31536]: audit 2023-12-07T12:20:09.921159+0000 mgr.a (mgr.24293) 6008 : audit 0 from='client.128529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:10.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:12 smithi022 bash[28554]: cluster 2023-12-07T12:20:11.733683+0000 mgr.a (mgr.24293) 6009 : 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-07T12:20:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:12 smithi044 bash[32620]: cluster 2023-12-07T12:20:11.733683+0000 mgr.a (mgr.24293) 6009 : 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-07T12:20:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:12 smithi027 bash[31536]: cluster 2023-12-07T12:20:11.733683+0000 mgr.a (mgr.24293) 6009 : 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-07T12:20:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:14 smithi022 bash[28554]: cluster 2023-12-07T12:20:13.734432+0000 mgr.a (mgr.24293) 6010 : 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-07T12:20:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:14 smithi044 bash[32620]: cluster 2023-12-07T12:20:13.734432+0000 mgr.a (mgr.24293) 6010 : 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-07T12:20:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:14 smithi027 bash[31536]: cluster 2023-12-07T12:20:13.734432+0000 mgr.a (mgr.24293) 6010 : 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-07T12:20:15.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:15.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:15.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:16.402 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:16.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:16.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:16.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:16.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:16 smithi022 bash[28554]: cluster 2023-12-07T12:20:15.735357+0000 mgr.a (mgr.24293) 6011 : cluster 0 pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:16 smithi022 bash[28554]: audit 2023-12-07T12:20:15.872957+0000 mgr.a (mgr.24293) 6012 : audit 0 from='client.128607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:16 smithi044 bash[32620]: cluster 2023-12-07T12:20:15.735357+0000 mgr.a (mgr.24293) 6011 : cluster 0 pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:16 smithi044 bash[32620]: audit 2023-12-07T12:20:15.872957+0000 mgr.a (mgr.24293) 6012 : audit 0 from='client.128607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:16 smithi027 bash[31536]: cluster 2023-12-07T12:20:15.735357+0000 mgr.a (mgr.24293) 6011 : cluster 0 pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:16 smithi027 bash[31536]: audit 2023-12-07T12:20:15.872957+0000 mgr.a (mgr.24293) 6012 : audit 0 from='client.128607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:18 smithi022 bash[28554]: cluster 2023-12-07T12:20:17.736134+0000 mgr.a (mgr.24293) 6013 : cluster 0 pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:18 smithi044 bash[32620]: cluster 2023-12-07T12:20:17.736134+0000 mgr.a (mgr.24293) 6013 : cluster 0 pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:18 smithi027 bash[31536]: cluster 2023-12-07T12:20:17.736134+0000 mgr.a (mgr.24293) 6013 : cluster 0 pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:20 smithi022 bash[28554]: cluster 2023-12-07T12:20:19.736742+0000 mgr.a (mgr.24293) 6014 : cluster 0 pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:20 smithi044 bash[32620]: cluster 2023-12-07T12:20:19.736742+0000 mgr.a (mgr.24293) 6014 : cluster 0 pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:20 smithi027 bash[31536]: cluster 2023-12-07T12:20:19.736742+0000 mgr.a (mgr.24293) 6014 : cluster 0 pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:21.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:21.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:21.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:22.321 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:22.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:22.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:22.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:22.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:22 smithi022 bash[28554]: cluster 2023-12-07T12:20:21.737505+0000 mgr.a (mgr.24293) 6015 : cluster 0 pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:22 smithi022 bash[28554]: audit 2023-12-07T12:20:21.815680+0000 mgr.a (mgr.24293) 6016 : audit 0 from='client.128679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:22 smithi044 bash[32620]: cluster 2023-12-07T12:20:21.737505+0000 mgr.a (mgr.24293) 6015 : cluster 0 pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:22 smithi044 bash[32620]: audit 2023-12-07T12:20:21.815680+0000 mgr.a (mgr.24293) 6016 : audit 0 from='client.128679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:22 smithi027 bash[31536]: cluster 2023-12-07T12:20:21.737505+0000 mgr.a (mgr.24293) 6015 : cluster 0 pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:22 smithi027 bash[31536]: audit 2023-12-07T12:20:21.815680+0000 mgr.a (mgr.24293) 6016 : audit 0 from='client.128679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:24 smithi022 bash[28554]: cluster 2023-12-07T12:20:23.738241+0000 mgr.a (mgr.24293) 6017 : cluster 0 pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:24 smithi044 bash[32620]: cluster 2023-12-07T12:20:23.738241+0000 mgr.a (mgr.24293) 6017 : cluster 0 pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:24 smithi027 bash[31536]: cluster 2023-12-07T12:20:23.738241+0000 mgr.a (mgr.24293) 6017 : cluster 0 pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:26 smithi044 bash[32620]: cluster 2023-12-07T12:20:25.739248+0000 mgr.a (mgr.24293) 6018 : 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-07T12:20:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:26 smithi022 bash[28554]: cluster 2023-12-07T12:20:25.739248+0000 mgr.a (mgr.24293) 6018 : 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-07T12:20:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:26 smithi027 bash[31536]: cluster 2023-12-07T12:20:25.739248+0000 mgr.a (mgr.24293) 6018 : 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-07T12:20:27.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:27.324 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:27.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:28.256 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:28.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:28.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:28.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:28.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:28 smithi022 bash[28554]: audit 2023-12-07T12:20:27.733473+0000 mgr.a (mgr.24293) 6019 : audit 0 from='client.128754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:28 smithi022 bash[28554]: cluster 2023-12-07T12:20:27.747614+0000 mgr.a (mgr.24293) 6020 : cluster 0 pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:28 smithi044 bash[32620]: audit 2023-12-07T12:20:27.733473+0000 mgr.a (mgr.24293) 6019 : audit 0 from='client.128754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:28 smithi044 bash[32620]: cluster 2023-12-07T12:20:27.747614+0000 mgr.a (mgr.24293) 6020 : cluster 0 pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:28 smithi027 bash[31536]: audit 2023-12-07T12:20:27.733473+0000 mgr.a (mgr.24293) 6019 : audit 0 from='client.128754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:28 smithi027 bash[31536]: cluster 2023-12-07T12:20:27.747614+0000 mgr.a (mgr.24293) 6020 : cluster 0 pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:30 smithi022 bash[28554]: cluster 2023-12-07T12:20:29.748550+0000 mgr.a (mgr.24293) 6021 : cluster 0 pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:30 smithi044 bash[32620]: cluster 2023-12-07T12:20:29.748550+0000 mgr.a (mgr.24293) 6021 : cluster 0 pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:30 smithi027 bash[31536]: cluster 2023-12-07T12:20:29.748550+0000 mgr.a (mgr.24293) 6021 : cluster 0 pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:32 smithi044 bash[32620]: cluster 2023-12-07T12:20:31.749378+0000 mgr.a (mgr.24293) 6022 : cluster 0 pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:33.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:32 smithi022 bash[28554]: cluster 2023-12-07T12:20:31.749378+0000 mgr.a (mgr.24293) 6022 : cluster 0 pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:32 smithi027 bash[31536]: cluster 2023-12-07T12:20:31.749378+0000 mgr.a (mgr.24293) 6022 : cluster 0 pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:33.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:33.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:33.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:34.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:34.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:34.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:34.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:34.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:34 smithi044 bash[32620]: audit 2023-12-07T12:20:33.668648+0000 mgr.a (mgr.24293) 6023 : audit 0 from='client.128832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:34 smithi044 bash[32620]: cluster 2023-12-07T12:20:33.749978+0000 mgr.a (mgr.24293) 6024 : cluster 0 pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:34 smithi022 bash[28554]: audit 2023-12-07T12:20:33.668648+0000 mgr.a (mgr.24293) 6023 : audit 0 from='client.128832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:34 smithi022 bash[28554]: cluster 2023-12-07T12:20:33.749978+0000 mgr.a (mgr.24293) 6024 : cluster 0 pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:34 smithi027 bash[31536]: audit 2023-12-07T12:20:33.668648+0000 mgr.a (mgr.24293) 6023 : audit 0 from='client.128832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:34 smithi027 bash[31536]: cluster 2023-12-07T12:20:33.749978+0000 mgr.a (mgr.24293) 6024 : cluster 0 pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:36 smithi022 bash[28554]: cluster 2023-12-07T12:20:35.750884+0000 mgr.a (mgr.24293) 6025 : cluster 0 pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:36 smithi044 bash[32620]: cluster 2023-12-07T12:20:35.750884+0000 mgr.a (mgr.24293) 6025 : cluster 0 pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:36 smithi027 bash[31536]: cluster 2023-12-07T12:20:35.750884+0000 mgr.a (mgr.24293) 6025 : cluster 0 pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:38 smithi022 bash[28554]: cluster 2023-12-07T12:20:37.751455+0000 mgr.a (mgr.24293) 6026 : 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-07T12:20:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:38 smithi044 bash[32620]: cluster 2023-12-07T12:20:37.751455+0000 mgr.a (mgr.24293) 6026 : 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-07T12:20:39.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:39.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:39.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:38 smithi027 bash[31536]: cluster 2023-12-07T12:20:37.751455+0000 mgr.a (mgr.24293) 6026 : 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-07T12:20:40.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:40.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:40.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:40.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:40.125 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:40 smithi022 bash[28554]: audit 2023-12-07T12:20:39.594836+0000 mgr.a (mgr.24293) 6027 : audit 0 from='client.128907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:40 smithi022 bash[28554]: cluster 2023-12-07T12:20:39.752232+0000 mgr.a (mgr.24293) 6028 : 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-07T12:20:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:40 smithi044 bash[32620]: audit 2023-12-07T12:20:39.594836+0000 mgr.a (mgr.24293) 6027 : audit 0 from='client.128907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:40 smithi044 bash[32620]: cluster 2023-12-07T12:20:39.752232+0000 mgr.a (mgr.24293) 6028 : 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-07T12:20:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:40 smithi027 bash[31536]: audit 2023-12-07T12:20:39.594836+0000 mgr.a (mgr.24293) 6027 : audit 0 from='client.128907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:40 smithi027 bash[31536]: cluster 2023-12-07T12:20:39.752232+0000 mgr.a (mgr.24293) 6028 : 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-07T12:20:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:42 smithi022 bash[28554]: cluster 2023-12-07T12:20:41.753089+0000 mgr.a (mgr.24293) 6029 : 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-07T12:20:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:42 smithi044 bash[32620]: cluster 2023-12-07T12:20:41.753089+0000 mgr.a (mgr.24293) 6029 : 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-07T12:20:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:42 smithi027 bash[31536]: cluster 2023-12-07T12:20:41.753089+0000 mgr.a (mgr.24293) 6029 : 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-07T12:20:45.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:45.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:45.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:44 smithi022 bash[28554]: cluster 2023-12-07T12:20:43.753669+0000 mgr.a (mgr.24293) 6030 : 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-07T12:20:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:44 smithi044 bash[32620]: cluster 2023-12-07T12:20:43.753669+0000 mgr.a (mgr.24293) 6030 : 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-07T12:20:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:44 smithi027 bash[31536]: cluster 2023-12-07T12:20:43.753669+0000 mgr.a (mgr.24293) 6030 : 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-07T12:20:46.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:46.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:46.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:46.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:46.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:46 smithi022 bash[28554]: audit 2023-12-07T12:20:45.542842+0000 mgr.a (mgr.24293) 6031 : audit 0 from='client.128982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:46 smithi022 bash[28554]: cluster 2023-12-07T12:20:45.754922+0000 mgr.a (mgr.24293) 6032 : cluster 0 pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:46 smithi044 bash[32620]: audit 2023-12-07T12:20:45.542842+0000 mgr.a (mgr.24293) 6031 : audit 0 from='client.128982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:46 smithi044 bash[32620]: cluster 2023-12-07T12:20:45.754922+0000 mgr.a (mgr.24293) 6032 : cluster 0 pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:46 smithi027 bash[31536]: audit 2023-12-07T12:20:45.542842+0000 mgr.a (mgr.24293) 6031 : audit 0 from='client.128982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:46 smithi027 bash[31536]: cluster 2023-12-07T12:20:45.754922+0000 mgr.a (mgr.24293) 6032 : cluster 0 pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:48 smithi022 bash[28554]: cluster 2023-12-07T12:20:47.755657+0000 mgr.a (mgr.24293) 6033 : cluster 0 pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:48 smithi044 bash[32620]: cluster 2023-12-07T12:20:47.755657+0000 mgr.a (mgr.24293) 6033 : cluster 0 pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:48 smithi027 bash[31536]: cluster 2023-12-07T12:20:47.755657+0000 mgr.a (mgr.24293) 6033 : cluster 0 pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:51.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:51.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:51.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:50 smithi022 bash[28554]: cluster 2023-12-07T12:20:49.756241+0000 mgr.a (mgr.24293) 6034 : cluster 0 pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:50 smithi022 bash[28554]: audit 2023-12-07T12:20:50.214549+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:20:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:50 smithi022 bash[28554]: audit 2023-12-07T12:20:50.807977+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:20:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:50 smithi022 bash[28554]: audit 2023-12-07T12:20:50.814431+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:20:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:50 smithi044 bash[32620]: cluster 2023-12-07T12:20:49.756241+0000 mgr.a (mgr.24293) 6034 : cluster 0 pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:50 smithi044 bash[32620]: audit 2023-12-07T12:20:50.214549+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:20:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:50 smithi044 bash[32620]: audit 2023-12-07T12:20:50.807977+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:20:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:50 smithi044 bash[32620]: audit 2023-12-07T12:20:50.814431+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:20:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:50 smithi027 bash[31536]: cluster 2023-12-07T12:20:49.756241+0000 mgr.a (mgr.24293) 6034 : cluster 0 pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:50 smithi027 bash[31536]: audit 2023-12-07T12:20:50.214549+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:20:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:50 smithi027 bash[31536]: audit 2023-12-07T12:20:50.807977+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:20:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:50 smithi027 bash[31536]: audit 2023-12-07T12:20:50.814431+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:20:52.063 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:52.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:52.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:52.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:52.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:52 smithi022 bash[28554]: audit 2023-12-07T12:20:51.522247+0000 mgr.a (mgr.24293) 6035 : audit 0 from='client.129060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:52 smithi022 bash[28554]: cluster 2023-12-07T12:20:51.756930+0000 mgr.a (mgr.24293) 6036 : cluster 0 pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:52 smithi044 bash[32620]: audit 2023-12-07T12:20:51.522247+0000 mgr.a (mgr.24293) 6035 : audit 0 from='client.129060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:52 smithi044 bash[32620]: cluster 2023-12-07T12:20:51.756930+0000 mgr.a (mgr.24293) 6036 : cluster 0 pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:52 smithi027 bash[31536]: audit 2023-12-07T12:20:51.522247+0000 mgr.a (mgr.24293) 6035 : audit 0 from='client.129060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:52 smithi027 bash[31536]: cluster 2023-12-07T12:20:51.756930+0000 mgr.a (mgr.24293) 6036 : cluster 0 pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:54 smithi022 bash[28554]: cluster 2023-12-07T12:20:53.757597+0000 mgr.a (mgr.24293) 6037 : cluster 0 pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:54 smithi044 bash[32620]: cluster 2023-12-07T12:20:53.757597+0000 mgr.a (mgr.24293) 6037 : cluster 0 pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:54 smithi027 bash[31536]: cluster 2023-12-07T12:20:53.757597+0000 mgr.a (mgr.24293) 6037 : cluster 0 pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:57.001 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:56 smithi044 bash[32620]: cluster 2023-12-07T12:20:55.758415+0000 mgr.a (mgr.24293) 6038 : 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-07T12:20:57.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:20:57.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:57.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:56 smithi022 bash[28554]: cluster 2023-12-07T12:20:55.758415+0000 mgr.a (mgr.24293) 6038 : 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-07T12:20:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:56 smithi027 bash[31536]: cluster 2023-12-07T12:20:55.758415+0000 mgr.a (mgr.24293) 6038 : 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-07T12:20:58.001 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:20:58.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:58.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:58.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:58.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:20:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:58 smithi022 bash[28554]: audit 2023-12-07T12:20:57.479492+0000 mgr.a (mgr.24293) 6039 : audit 0 from='client.111011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:20:58 smithi022 bash[28554]: cluster 2023-12-07T12:20:57.759273+0000 mgr.a (mgr.24293) 6040 : cluster 0 pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:58 smithi044 bash[32620]: audit 2023-12-07T12:20:57.479492+0000 mgr.a (mgr.24293) 6039 : audit 0 from='client.111011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:20:58 smithi044 bash[32620]: cluster 2023-12-07T12:20:57.759273+0000 mgr.a (mgr.24293) 6040 : cluster 0 pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:58 smithi027 bash[31536]: audit 2023-12-07T12:20:57.479492+0000 mgr.a (mgr.24293) 6039 : audit 0 from='client.111011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:20:58 smithi027 bash[31536]: cluster 2023-12-07T12:20:57.759273+0000 mgr.a (mgr.24293) 6040 : cluster 0 pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:00 smithi022 bash[28554]: cluster 2023-12-07T12:20:59.760025+0000 mgr.a (mgr.24293) 6041 : cluster 0 pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:00 smithi044 bash[32620]: cluster 2023-12-07T12:20:59.760025+0000 mgr.a (mgr.24293) 6041 : cluster 0 pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:00 smithi027 bash[31536]: cluster 2023-12-07T12:20:59.760025+0000 mgr.a (mgr.24293) 6041 : cluster 0 pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:02 smithi044 bash[32620]: audit 2023-12-07T12:21:01.066704+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:02 smithi044 bash[32620]: audit 2023-12-07T12:21:01.072829+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:02 smithi044 bash[32620]: audit 2023-12-07T12:21:01.074473+0000 mon.a (mon.0) 1295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:21:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:02 smithi044 bash[32620]: audit 2023-12-07T12:21:01.076102+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:21:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:02 smithi044 bash[32620]: audit 2023-12-07T12:21:01.084037+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:02 smithi022 bash[28554]: audit 2023-12-07T12:21:01.066704+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:02 smithi022 bash[28554]: audit 2023-12-07T12:21:01.072829+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:02 smithi022 bash[28554]: audit 2023-12-07T12:21:01.074473+0000 mon.a (mon.0) 1295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:21:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:02 smithi022 bash[28554]: audit 2023-12-07T12:21:01.076102+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:21:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:02 smithi022 bash[28554]: audit 2023-12-07T12:21:01.084037+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:02 smithi027 bash[31536]: audit 2023-12-07T12:21:01.066704+0000 mon.a (mon.0) 1293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:02 smithi027 bash[31536]: audit 2023-12-07T12:21:01.072829+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:02 smithi027 bash[31536]: audit 2023-12-07T12:21:01.074473+0000 mon.a (mon.0) 1295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:21:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:02 smithi027 bash[31536]: audit 2023-12-07T12:21:01.076102+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:21:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:02 smithi027 bash[31536]: audit 2023-12-07T12:21:01.084037+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:21:03.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:03.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:03.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:03 smithi022 bash[28554]: cluster 2023-12-07T12:21:01.760974+0000 mgr.a (mgr.24293) 6042 : cluster 0 pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:03 smithi044 bash[32620]: cluster 2023-12-07T12:21:01.760974+0000 mgr.a (mgr.24293) 6042 : cluster 0 pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:03 smithi027 bash[31536]: cluster 2023-12-07T12:21:01.760974+0000 mgr.a (mgr.24293) 6042 : cluster 0 pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:03.946 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:03.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:03.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:03.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:03.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:05 smithi022 bash[28554]: audit 2023-12-07T12:21:03.416003+0000 mgr.a (mgr.24293) 6043 : audit 0 from='client.129213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:05 smithi022 bash[28554]: cluster 2023-12-07T12:21:03.761605+0000 mgr.a (mgr.24293) 6044 : cluster 0 pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:05 smithi044 bash[32620]: audit 2023-12-07T12:21:03.416003+0000 mgr.a (mgr.24293) 6043 : audit 0 from='client.129213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:05 smithi044 bash[32620]: cluster 2023-12-07T12:21:03.761605+0000 mgr.a (mgr.24293) 6044 : cluster 0 pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:05 smithi027 bash[31536]: audit 2023-12-07T12:21:03.416003+0000 mgr.a (mgr.24293) 6043 : audit 0 from='client.129213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:05 smithi027 bash[31536]: cluster 2023-12-07T12:21:03.761605+0000 mgr.a (mgr.24293) 6044 : cluster 0 pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:07 smithi022 bash[28554]: cluster 2023-12-07T12:21:05.762526+0000 mgr.a (mgr.24293) 6045 : cluster 0 pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:07 smithi044 bash[32620]: cluster 2023-12-07T12:21:05.762526+0000 mgr.a (mgr.24293) 6045 : cluster 0 pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:07 smithi027 bash[31536]: cluster 2023-12-07T12:21:05.762526+0000 mgr.a (mgr.24293) 6045 : cluster 0 pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:08.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:08.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:08.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:09 smithi022 bash[28554]: cluster 2023-12-07T12:21:07.763233+0000 mgr.a (mgr.24293) 6046 : 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-07T12:21:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:09 smithi044 bash[32620]: cluster 2023-12-07T12:21:07.763233+0000 mgr.a (mgr.24293) 6046 : 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-07T12:21:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:09 smithi027 bash[31536]: cluster 2023-12-07T12:21:07.763233+0000 mgr.a (mgr.24293) 6046 : 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-07T12:21:09.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:09.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:09.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:09.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:09.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:11 smithi022 bash[28554]: audit 2023-12-07T12:21:09.359997+0000 mgr.a (mgr.24293) 6047 : audit 0 from='client.129288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:11 smithi022 bash[28554]: cluster 2023-12-07T12:21:09.764049+0000 mgr.a (mgr.24293) 6048 : 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-07T12:21:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:11 smithi044 bash[32620]: audit 2023-12-07T12:21:09.359997+0000 mgr.a (mgr.24293) 6047 : audit 0 from='client.129288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:11 smithi044 bash[32620]: cluster 2023-12-07T12:21:09.764049+0000 mgr.a (mgr.24293) 6048 : 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-07T12:21:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:11 smithi027 bash[31536]: audit 2023-12-07T12:21:09.359997+0000 mgr.a (mgr.24293) 6047 : audit 0 from='client.129288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:11 smithi027 bash[31536]: cluster 2023-12-07T12:21:09.764049+0000 mgr.a (mgr.24293) 6048 : 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-07T12:21:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:13 smithi022 bash[28554]: cluster 2023-12-07T12:21:11.764923+0000 mgr.a (mgr.24293) 6049 : 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-07T12:21:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:13 smithi044 bash[32620]: cluster 2023-12-07T12:21:11.764923+0000 mgr.a (mgr.24293) 6049 : 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-07T12:21:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:13 smithi027 bash[31536]: cluster 2023-12-07T12:21:11.764923+0000 mgr.a (mgr.24293) 6049 : 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-07T12:21:14.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:14.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:14.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:15 smithi022 bash[28554]: cluster 2023-12-07T12:21:13.765514+0000 mgr.a (mgr.24293) 6050 : 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-07T12:21:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:15 smithi044 bash[32620]: cluster 2023-12-07T12:21:13.765514+0000 mgr.a (mgr.24293) 6050 : 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-07T12:21:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:15 smithi027 bash[31536]: cluster 2023-12-07T12:21:13.765514+0000 mgr.a (mgr.24293) 6050 : 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-07T12:21:15.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:15.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:15.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:15.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:15.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:17 smithi022 bash[28554]: audit 2023-12-07T12:21:15.285817+0000 mgr.a (mgr.24293) 6051 : audit 0 from='client.129363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:17 smithi022 bash[28554]: cluster 2023-12-07T12:21:15.766330+0000 mgr.a (mgr.24293) 6052 : cluster 0 pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:21:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:17 smithi044 bash[32620]: audit 2023-12-07T12:21:15.285817+0000 mgr.a (mgr.24293) 6051 : audit 0 from='client.129363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:17 smithi044 bash[32620]: cluster 2023-12-07T12:21:15.766330+0000 mgr.a (mgr.24293) 6052 : cluster 0 pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:21:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:17 smithi027 bash[31536]: audit 2023-12-07T12:21:15.285817+0000 mgr.a (mgr.24293) 6051 : audit 0 from='client.129363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:17 smithi027 bash[31536]: cluster 2023-12-07T12:21:15.766330+0000 mgr.a (mgr.24293) 6052 : cluster 0 pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:21:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:19 smithi022 bash[28554]: cluster 2023-12-07T12:21:17.766909+0000 mgr.a (mgr.24293) 6053 : cluster 0 pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:21:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:19 smithi044 bash[32620]: cluster 2023-12-07T12:21:17.766909+0000 mgr.a (mgr.24293) 6053 : cluster 0 pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:21:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:19 smithi027 bash[31536]: cluster 2023-12-07T12:21:17.766909+0000 mgr.a (mgr.24293) 6053 : cluster 0 pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:21:20.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:20.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:20.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:21 smithi022 bash[28554]: cluster 2023-12-07T12:21:19.767525+0000 mgr.a (mgr.24293) 6054 : cluster 0 pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:21:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:21 smithi044 bash[32620]: cluster 2023-12-07T12:21:19.767525+0000 mgr.a (mgr.24293) 6054 : cluster 0 pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:21:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:21 smithi027 bash[31536]: cluster 2023-12-07T12:21:19.767525+0000 mgr.a (mgr.24293) 6054 : cluster 0 pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:21:21.756 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:21.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:21.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:21.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:21.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:23 smithi022 bash[28554]: audit 2023-12-07T12:21:21.223756+0000 mgr.a (mgr.24293) 6055 : audit 0 from='client.129441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:23 smithi022 bash[28554]: cluster 2023-12-07T12:21:21.768599+0000 mgr.a (mgr.24293) 6056 : cluster 0 pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:23 smithi044 bash[32620]: audit 2023-12-07T12:21:21.223756+0000 mgr.a (mgr.24293) 6055 : audit 0 from='client.129441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:23 smithi044 bash[32620]: cluster 2023-12-07T12:21:21.768599+0000 mgr.a (mgr.24293) 6056 : cluster 0 pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:23 smithi027 bash[31536]: audit 2023-12-07T12:21:21.223756+0000 mgr.a (mgr.24293) 6055 : audit 0 from='client.129441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:23 smithi027 bash[31536]: cluster 2023-12-07T12:21:21.768599+0000 mgr.a (mgr.24293) 6056 : cluster 0 pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:25 smithi044 bash[32620]: cluster 2023-12-07T12:21:23.769207+0000 mgr.a (mgr.24293) 6057 : cluster 0 pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:25 smithi022 bash[28554]: cluster 2023-12-07T12:21:23.769207+0000 mgr.a (mgr.24293) 6057 : cluster 0 pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:25 smithi027 bash[31536]: cluster 2023-12-07T12:21:23.769207+0000 mgr.a (mgr.24293) 6057 : cluster 0 pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:26.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:26.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:26.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:27 smithi022 bash[28554]: cluster 2023-12-07T12:21:25.769944+0000 mgr.a (mgr.24293) 6058 : cluster 0 pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:27 smithi044 bash[32620]: cluster 2023-12-07T12:21:25.769944+0000 mgr.a (mgr.24293) 6058 : cluster 0 pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:27 smithi027 bash[31536]: cluster 2023-12-07T12:21:25.769944+0000 mgr.a (mgr.24293) 6058 : cluster 0 pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:27.693 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:27.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:27.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:27.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:27.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:29 smithi022 bash[28554]: audit 2023-12-07T12:21:27.165269+0000 mgr.a (mgr.24293) 6059 : audit 0 from='client.129516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:29 smithi022 bash[28554]: cluster 2023-12-07T12:21:27.770725+0000 mgr.a (mgr.24293) 6060 : cluster 0 pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:21:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:29 smithi044 bash[32620]: audit 2023-12-07T12:21:27.165269+0000 mgr.a (mgr.24293) 6059 : audit 0 from='client.129516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:29 smithi044 bash[32620]: cluster 2023-12-07T12:21:27.770725+0000 mgr.a (mgr.24293) 6060 : cluster 0 pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:21:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:29 smithi027 bash[31536]: audit 2023-12-07T12:21:27.165269+0000 mgr.a (mgr.24293) 6059 : audit 0 from='client.129516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:29 smithi027 bash[31536]: cluster 2023-12-07T12:21:27.770725+0000 mgr.a (mgr.24293) 6060 : cluster 0 pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:21:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:31 smithi022 bash[28554]: cluster 2023-12-07T12:21:29.771353+0000 mgr.a (mgr.24293) 6061 : cluster 0 pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:21:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:31 smithi044 bash[32620]: cluster 2023-12-07T12:21:29.771353+0000 mgr.a (mgr.24293) 6061 : cluster 0 pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:21:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:31 smithi027 bash[31536]: cluster 2023-12-07T12:21:29.771353+0000 mgr.a (mgr.24293) 6061 : cluster 0 pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:21:32.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:32.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:32.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:33 smithi022 bash[28554]: cluster 2023-12-07T12:21:31.772186+0000 mgr.a (mgr.24293) 6062 : cluster 0 pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:21:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:33 smithi044 bash[32620]: cluster 2023-12-07T12:21:31.772186+0000 mgr.a (mgr.24293) 6062 : cluster 0 pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:21:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:33 smithi027 bash[31536]: cluster 2023-12-07T12:21:31.772186+0000 mgr.a (mgr.24293) 6062 : cluster 0 pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:21:33.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:33.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:33.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:33.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:33.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:34 smithi022 bash[28554]: audit 2023-12-07T12:21:33.104353+0000 mgr.a (mgr.24293) 6063 : audit 0 from='client.129588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:34 smithi044 bash[32620]: audit 2023-12-07T12:21:33.104353+0000 mgr.a (mgr.24293) 6063 : audit 0 from='client.129588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:34 smithi027 bash[31536]: audit 2023-12-07T12:21:33.104353+0000 mgr.a (mgr.24293) 6063 : audit 0 from='client.129588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:35 smithi022 bash[28554]: cluster 2023-12-07T12:21:33.772990+0000 mgr.a (mgr.24293) 6064 : cluster 0 pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:35 smithi044 bash[32620]: cluster 2023-12-07T12:21:33.772990+0000 mgr.a (mgr.24293) 6064 : cluster 0 pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:35 smithi027 bash[31536]: cluster 2023-12-07T12:21:33.772990+0000 mgr.a (mgr.24293) 6064 : cluster 0 pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:36 smithi022 bash[28554]: cluster 2023-12-07T12:21:35.773868+0000 mgr.a (mgr.24293) 6065 : cluster 0 pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:36 smithi044 bash[32620]: cluster 2023-12-07T12:21:35.773868+0000 mgr.a (mgr.24293) 6065 : cluster 0 pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:36 smithi027 bash[31536]: cluster 2023-12-07T12:21:35.773868+0000 mgr.a (mgr.24293) 6065 : cluster 0 pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:38.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:38.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:38.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:38 smithi022 bash[28554]: cluster 2023-12-07T12:21:37.774426+0000 mgr.a (mgr.24293) 6066 : cluster 0 pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:38 smithi044 bash[32620]: cluster 2023-12-07T12:21:37.774426+0000 mgr.a (mgr.24293) 6066 : cluster 0 pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:38 smithi027 bash[31536]: cluster 2023-12-07T12:21:37.774426+0000 mgr.a (mgr.24293) 6066 : cluster 0 pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:39.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:39.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:39.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:39.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:39.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:39 smithi022 bash[28554]: audit 2023-12-07T12:21:39.032959+0000 mgr.a (mgr.24293) 6067 : audit 0 from='client.129666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:39 smithi044 bash[32620]: audit 2023-12-07T12:21:39.032959+0000 mgr.a (mgr.24293) 6067 : audit 0 from='client.129666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:39 smithi027 bash[31536]: audit 2023-12-07T12:21:39.032959+0000 mgr.a (mgr.24293) 6067 : audit 0 from='client.129666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:40 smithi022 bash[28554]: cluster 2023-12-07T12:21:39.775210+0000 mgr.a (mgr.24293) 6068 : cluster 0 pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:40 smithi044 bash[32620]: cluster 2023-12-07T12:21:39.775210+0000 mgr.a (mgr.24293) 6068 : cluster 0 pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:40 smithi027 bash[31536]: cluster 2023-12-07T12:21:39.775210+0000 mgr.a (mgr.24293) 6068 : cluster 0 pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:42 smithi022 bash[28554]: cluster 2023-12-07T12:21:41.776067+0000 mgr.a (mgr.24293) 6069 : cluster 0 pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:42 smithi044 bash[32620]: cluster 2023-12-07T12:21:41.776067+0000 mgr.a (mgr.24293) 6069 : cluster 0 pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:42 smithi027 bash[31536]: cluster 2023-12-07T12:21:41.776067+0000 mgr.a (mgr.24293) 6069 : cluster 0 pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:44.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:44.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:44.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:44 smithi022 bash[28554]: cluster 2023-12-07T12:21:43.776635+0000 mgr.a (mgr.24293) 6070 : 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-07T12:21:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:44 smithi044 bash[32620]: cluster 2023-12-07T12:21:43.776635+0000 mgr.a (mgr.24293) 6070 : 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-07T12:21:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:44 smithi027 bash[31536]: cluster 2023-12-07T12:21:43.776635+0000 mgr.a (mgr.24293) 6070 : 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-07T12:21:45.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:45.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:45.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:45.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:45.517 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:45 smithi022 bash[28554]: audit 2023-12-07T12:21:44.987506+0000 mgr.a (mgr.24293) 6071 : audit 0 from='client.129741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:45 smithi044 bash[32620]: audit 2023-12-07T12:21:44.987506+0000 mgr.a (mgr.24293) 6071 : audit 0 from='client.129741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:45 smithi027 bash[31536]: audit 2023-12-07T12:21:44.987506+0000 mgr.a (mgr.24293) 6071 : audit 0 from='client.129741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:46 smithi022 bash[28554]: cluster 2023-12-07T12:21:45.777723+0000 mgr.a (mgr.24293) 6072 : cluster 0 pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:21:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:46 smithi044 bash[32620]: cluster 2023-12-07T12:21:45.777723+0000 mgr.a (mgr.24293) 6072 : cluster 0 pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:21:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:46 smithi027 bash[31536]: cluster 2023-12-07T12:21:45.777723+0000 mgr.a (mgr.24293) 6072 : cluster 0 pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:21:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:48 smithi022 bash[28554]: cluster 2023-12-07T12:21:47.778339+0000 mgr.a (mgr.24293) 6073 : cluster 0 pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:21:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:48 smithi044 bash[32620]: cluster 2023-12-07T12:21:47.778339+0000 mgr.a (mgr.24293) 6073 : cluster 0 pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:21:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:48 smithi027 bash[31536]: cluster 2023-12-07T12:21:47.778339+0000 mgr.a (mgr.24293) 6073 : cluster 0 pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:21:50.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:50.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:50.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:50 smithi022 bash[28554]: cluster 2023-12-07T12:21:49.778847+0000 mgr.a (mgr.24293) 6074 : cluster 0 pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:21:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:50 smithi044 bash[32620]: cluster 2023-12-07T12:21:49.778847+0000 mgr.a (mgr.24293) 6074 : cluster 0 pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:21:51.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:50 smithi027 bash[31536]: cluster 2023-12-07T12:21:49.778847+0000 mgr.a (mgr.24293) 6074 : cluster 0 pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:21:51.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:51.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:51.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:51.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:51.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:51 smithi044 bash[32620]: audit 2023-12-07T12:21:50.934435+0000 mgr.a (mgr.24293) 6075 : audit 0 from='client.129816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:51 smithi022 bash[28554]: audit 2023-12-07T12:21:50.934435+0000 mgr.a (mgr.24293) 6075 : audit 0 from='client.129816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:51 smithi027 bash[31536]: audit 2023-12-07T12:21:50.934435+0000 mgr.a (mgr.24293) 6075 : audit 0 from='client.129816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:52 smithi022 bash[28554]: cluster 2023-12-07T12:21:51.780028+0000 mgr.a (mgr.24293) 6076 : cluster 0 pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:53.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:52 smithi044 bash[32620]: cluster 2023-12-07T12:21:51.780028+0000 mgr.a (mgr.24293) 6076 : cluster 0 pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:52 smithi027 bash[31536]: cluster 2023-12-07T12:21:51.780028+0000 mgr.a (mgr.24293) 6076 : cluster 0 pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:54 smithi022 bash[28554]: cluster 2023-12-07T12:21:53.780614+0000 mgr.a (mgr.24293) 6077 : cluster 0 pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:54 smithi044 bash[32620]: cluster 2023-12-07T12:21:53.780614+0000 mgr.a (mgr.24293) 6077 : cluster 0 pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:54 smithi027 bash[31536]: cluster 2023-12-07T12:21:53.780614+0000 mgr.a (mgr.24293) 6077 : cluster 0 pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:56.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:21:56.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:56.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:56 smithi022 bash[28554]: cluster 2023-12-07T12:21:55.781348+0000 mgr.a (mgr.24293) 6078 : cluster 0 pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:56 smithi044 bash[32620]: cluster 2023-12-07T12:21:55.781348+0000 mgr.a (mgr.24293) 6078 : cluster 0 pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:56 smithi027 bash[31536]: cluster 2023-12-07T12:21:55.781348+0000 mgr.a (mgr.24293) 6078 : cluster 0 pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:57.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:21:57.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:57.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:57.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:57.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:21:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:57 smithi022 bash[28554]: audit 2023-12-07T12:21:56.871700+0000 mgr.a (mgr.24293) 6079 : audit 0 from='client.129891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:57 smithi044 bash[32620]: audit 2023-12-07T12:21:56.871700+0000 mgr.a (mgr.24293) 6079 : audit 0 from='client.129891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:57 smithi027 bash[31536]: audit 2023-12-07T12:21:56.871700+0000 mgr.a (mgr.24293) 6079 : audit 0 from='client.129891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:21:58 smithi022 bash[28554]: cluster 2023-12-07T12:21:57.782079+0000 mgr.a (mgr.24293) 6080 : cluster 0 pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:21:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:21:58 smithi044 bash[32620]: cluster 2023-12-07T12:21:57.782079+0000 mgr.a (mgr.24293) 6080 : cluster 0 pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:21:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:21:58 smithi027 bash[31536]: cluster 2023-12-07T12:21:57.782079+0000 mgr.a (mgr.24293) 6080 : cluster 0 pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:00 smithi022 bash[28554]: cluster 2023-12-07T12:21:59.782663+0000 mgr.a (mgr.24293) 6081 : cluster 0 pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:00 smithi044 bash[32620]: cluster 2023-12-07T12:21:59.782663+0000 mgr.a (mgr.24293) 6081 : cluster 0 pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:00 smithi027 bash[31536]: cluster 2023-12-07T12:21:59.782663+0000 mgr.a (mgr.24293) 6081 : cluster 0 pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:01 smithi022 bash[28554]: audit 2023-12-07T12:22:01.188424+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:22:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:01 smithi022 bash[28554]: audit 2023-12-07T12:22:01.720155+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:01 smithi022 bash[28554]: audit 2023-12-07T12:22:01.725498+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:01 smithi022 bash[28554]: audit 2023-12-07T12:22:01.729909+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:01 smithi022 bash[28554]: audit 2023-12-07T12:22:01.735518+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:01 smithi044 bash[32620]: audit 2023-12-07T12:22:01.188424+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:22:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:01 smithi044 bash[32620]: audit 2023-12-07T12:22:01.720155+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:01 smithi044 bash[32620]: audit 2023-12-07T12:22:01.725498+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:01 smithi044 bash[32620]: audit 2023-12-07T12:22:01.729909+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:01 smithi044 bash[32620]: audit 2023-12-07T12:22:01.735518+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:01 smithi027 bash[31536]: audit 2023-12-07T12:22:01.188424+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:01 smithi027 bash[31536]: audit 2023-12-07T12:22:01.720155+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:01 smithi027 bash[31536]: audit 2023-12-07T12:22:01.725498+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:01 smithi027 bash[31536]: audit 2023-12-07T12:22:01.729909+0000 mon.a (mon.0) 1301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:01 smithi027 bash[31536]: audit 2023-12-07T12:22:01.735518+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:02.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:02.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:02.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:02 smithi022 bash[28554]: cluster 2023-12-07T12:22:01.783406+0000 mgr.a (mgr.24293) 6082 : cluster 0 pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:22:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:02 smithi022 bash[28554]: audit 2023-12-07T12:22:02.290917+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:02 smithi022 bash[28554]: audit 2023-12-07T12:22:02.299158+0000 mon.a (mon.0) 1304 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:02 smithi044 bash[32620]: cluster 2023-12-07T12:22:01.783406+0000 mgr.a (mgr.24293) 6082 : cluster 0 pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:22:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:02 smithi044 bash[32620]: audit 2023-12-07T12:22:02.290917+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:02 smithi044 bash[32620]: audit 2023-12-07T12:22:02.299158+0000 mon.a (mon.0) 1304 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:02 smithi027 bash[31536]: cluster 2023-12-07T12:22:01.783406+0000 mgr.a (mgr.24293) 6082 : cluster 0 pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:22:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:02 smithi027 bash[31536]: audit 2023-12-07T12:22:02.290917+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:02 smithi027 bash[31536]: audit 2023-12-07T12:22:02.299158+0000 mon.a (mon.0) 1304 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:03.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:03.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:03.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:03.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:03.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.822851+0000 mgr.a (mgr.24293) 6083 : audit 0 from='client.129966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.892694+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.899186+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.943893+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.951229+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.952665+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.954273+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:03 smithi022 bash[28554]: audit 2023-12-07T12:22:02.962279+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.822851+0000 mgr.a (mgr.24293) 6083 : audit 0 from='client.129966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.892694+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.899186+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.943893+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.951229+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.952665+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:22:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.954273+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:22:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:03 smithi044 bash[32620]: audit 2023-12-07T12:22:02.962279+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.822851+0000 mgr.a (mgr.24293) 6083 : audit 0 from='client.129966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.892694+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.899186+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.943893+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.951229+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.952665+0000 mon.a (mon.0) 1309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:22:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.954273+0000 mon.a (mon.0) 1310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:22:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:03 smithi027 bash[31536]: audit 2023-12-07T12:22:02.962279+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:22:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:04 smithi022 bash[28554]: cluster 2023-12-07T12:22:03.784146+0000 mgr.a (mgr.24293) 6084 : cluster 0 pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:04 smithi044 bash[32620]: cluster 2023-12-07T12:22:03.784146+0000 mgr.a (mgr.24293) 6084 : cluster 0 pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:04 smithi027 bash[31536]: cluster 2023-12-07T12:22:03.784146+0000 mgr.a (mgr.24293) 6084 : cluster 0 pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:06 smithi022 bash[28554]: cluster 2023-12-07T12:22:05.784982+0000 mgr.a (mgr.24293) 6085 : cluster 0 pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:06 smithi044 bash[32620]: cluster 2023-12-07T12:22:05.784982+0000 mgr.a (mgr.24293) 6085 : cluster 0 pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:06 smithi027 bash[31536]: cluster 2023-12-07T12:22:05.784982+0000 mgr.a (mgr.24293) 6085 : cluster 0 pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:08.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:08.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:08.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:09.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:09.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:09.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:09.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:09.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:08 smithi022 bash[28554]: cluster 2023-12-07T12:22:07.785531+0000 mgr.a (mgr.24293) 6086 : cluster 0 pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:08 smithi044 bash[32620]: cluster 2023-12-07T12:22:07.785531+0000 mgr.a (mgr.24293) 6086 : cluster 0 pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:08 smithi027 bash[31536]: cluster 2023-12-07T12:22:07.785531+0000 mgr.a (mgr.24293) 6086 : cluster 0 pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:09 smithi022 bash[28554]: audit 2023-12-07T12:22:08.763564+0000 mgr.a (mgr.24293) 6087 : audit 0 from='client.130044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:10.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:09 smithi044 bash[32620]: audit 2023-12-07T12:22:08.763564+0000 mgr.a (mgr.24293) 6087 : audit 0 from='client.130044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:09 smithi027 bash[31536]: audit 2023-12-07T12:22:08.763564+0000 mgr.a (mgr.24293) 6087 : audit 0 from='client.130044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:10 smithi022 bash[28554]: cluster 2023-12-07T12:22:09.786182+0000 mgr.a (mgr.24293) 6088 : cluster 0 pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:10 smithi044 bash[32620]: cluster 2023-12-07T12:22:09.786182+0000 mgr.a (mgr.24293) 6088 : cluster 0 pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:10 smithi027 bash[31536]: cluster 2023-12-07T12:22:09.786182+0000 mgr.a (mgr.24293) 6088 : cluster 0 pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:12 smithi022 bash[28554]: cluster 2023-12-07T12:22:11.787019+0000 mgr.a (mgr.24293) 6089 : cluster 0 pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:12 smithi044 bash[32620]: cluster 2023-12-07T12:22:11.787019+0000 mgr.a (mgr.24293) 6089 : cluster 0 pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:12 smithi027 bash[31536]: cluster 2023-12-07T12:22:11.787019+0000 mgr.a (mgr.24293) 6089 : cluster 0 pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:14.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:14.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:14.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:15.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:15.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:15.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:15.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:15.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:14 smithi022 bash[28554]: cluster 2023-12-07T12:22:13.787677+0000 mgr.a (mgr.24293) 6090 : 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-07T12:22:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:14 smithi044 bash[32620]: cluster 2023-12-07T12:22:13.787677+0000 mgr.a (mgr.24293) 6090 : 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-07T12:22:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:14 smithi027 bash[31536]: cluster 2023-12-07T12:22:13.787677+0000 mgr.a (mgr.24293) 6090 : 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-07T12:22:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:15 smithi022 bash[28554]: audit 2023-12-07T12:22:14.713778+0000 mgr.a (mgr.24293) 6091 : audit 0 from='client.130119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:15 smithi044 bash[32620]: audit 2023-12-07T12:22:14.713778+0000 mgr.a (mgr.24293) 6091 : audit 0 from='client.130119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:15 smithi027 bash[31536]: audit 2023-12-07T12:22:14.713778+0000 mgr.a (mgr.24293) 6091 : audit 0 from='client.130119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:17 smithi022 bash[28554]: cluster 2023-12-07T12:22:15.788504+0000 mgr.a (mgr.24293) 6092 : 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-07T12:22:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:17 smithi044 bash[32620]: cluster 2023-12-07T12:22:15.788504+0000 mgr.a (mgr.24293) 6092 : 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-07T12:22:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:17 smithi027 bash[31536]: cluster 2023-12-07T12:22:15.788504+0000 mgr.a (mgr.24293) 6092 : 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-07T12:22:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:19 smithi044 bash[32620]: cluster 2023-12-07T12:22:17.789077+0000 mgr.a (mgr.24293) 6093 : 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-07T12:22:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:19 smithi022 bash[28554]: cluster 2023-12-07T12:22:17.789077+0000 mgr.a (mgr.24293) 6093 : 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-07T12:22:19.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:19 smithi027 bash[31536]: cluster 2023-12-07T12:22:17.789077+0000 mgr.a (mgr.24293) 6093 : 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-07T12:22:20.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:20.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:20.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:21.205 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:21.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:21.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:21.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:21.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:21 smithi022 bash[28554]: cluster 2023-12-07T12:22:19.789666+0000 mgr.a (mgr.24293) 6094 : 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-07T12:22:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:21 smithi044 bash[32620]: cluster 2023-12-07T12:22:19.789666+0000 mgr.a (mgr.24293) 6094 : 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-07T12:22:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:21 smithi027 bash[31536]: cluster 2023-12-07T12:22:19.789666+0000 mgr.a (mgr.24293) 6094 : 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-07T12:22:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:22 smithi022 bash[28554]: audit 2023-12-07T12:22:20.654351+0000 mgr.a (mgr.24293) 6095 : audit 0 from='client.130191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:22 smithi044 bash[32620]: audit 2023-12-07T12:22:20.654351+0000 mgr.a (mgr.24293) 6095 : audit 0 from='client.130191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:22 smithi027 bash[31536]: audit 2023-12-07T12:22:20.654351+0000 mgr.a (mgr.24293) 6095 : audit 0 from='client.130191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:23 smithi022 bash[28554]: cluster 2023-12-07T12:22:21.790669+0000 mgr.a (mgr.24293) 6096 : cluster 0 pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:23 smithi044 bash[32620]: cluster 2023-12-07T12:22:21.790669+0000 mgr.a (mgr.24293) 6096 : cluster 0 pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:23 smithi027 bash[31536]: cluster 2023-12-07T12:22:21.790669+0000 mgr.a (mgr.24293) 6096 : cluster 0 pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:25 smithi022 bash[28554]: cluster 2023-12-07T12:22:23.791243+0000 mgr.a (mgr.24293) 6097 : cluster 0 pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:25 smithi044 bash[32620]: cluster 2023-12-07T12:22:23.791243+0000 mgr.a (mgr.24293) 6097 : cluster 0 pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:25 smithi027 bash[31536]: cluster 2023-12-07T12:22:23.791243+0000 mgr.a (mgr.24293) 6097 : cluster 0 pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:26.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:26.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:26.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:27.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:27.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:27.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:27.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:27.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:27 smithi022 bash[28554]: cluster 2023-12-07T12:22:25.792003+0000 mgr.a (mgr.24293) 6098 : cluster 0 pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:27 smithi044 bash[32620]: cluster 2023-12-07T12:22:25.792003+0000 mgr.a (mgr.24293) 6098 : cluster 0 pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:27 smithi027 bash[31536]: cluster 2023-12-07T12:22:25.792003+0000 mgr.a (mgr.24293) 6098 : cluster 0 pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:28 smithi022 bash[28554]: audit 2023-12-07T12:22:26.609103+0000 mgr.a (mgr.24293) 6099 : audit 0 from='client.130263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:28 smithi044 bash[32620]: audit 2023-12-07T12:22:26.609103+0000 mgr.a (mgr.24293) 6099 : audit 0 from='client.130263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:28 smithi027 bash[31536]: audit 2023-12-07T12:22:26.609103+0000 mgr.a (mgr.24293) 6099 : audit 0 from='client.130263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:29 smithi022 bash[28554]: cluster 2023-12-07T12:22:27.792634+0000 mgr.a (mgr.24293) 6100 : cluster 0 pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:29 smithi044 bash[32620]: cluster 2023-12-07T12:22:27.792634+0000 mgr.a (mgr.24293) 6100 : cluster 0 pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:29 smithi027 bash[31536]: cluster 2023-12-07T12:22:27.792634+0000 mgr.a (mgr.24293) 6100 : cluster 0 pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:31 smithi022 bash[28554]: cluster 2023-12-07T12:22:29.793198+0000 mgr.a (mgr.24293) 6101 : cluster 0 pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:31 smithi044 bash[32620]: cluster 2023-12-07T12:22:29.793198+0000 mgr.a (mgr.24293) 6101 : cluster 0 pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:31 smithi027 bash[31536]: cluster 2023-12-07T12:22:29.793198+0000 mgr.a (mgr.24293) 6101 : cluster 0 pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:32.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:32.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:32.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:33.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:33.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:33.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:33.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:33.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:33 smithi022 bash[28554]: cluster 2023-12-07T12:22:31.794019+0000 mgr.a (mgr.24293) 6102 : cluster 0 pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:33 smithi044 bash[32620]: cluster 2023-12-07T12:22:31.794019+0000 mgr.a (mgr.24293) 6102 : cluster 0 pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:33 smithi027 bash[31536]: cluster 2023-12-07T12:22:31.794019+0000 mgr.a (mgr.24293) 6102 : cluster 0 pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:34 smithi044 bash[32620]: audit 2023-12-07T12:22:32.558177+0000 mgr.a (mgr.24293) 6103 : audit 0 from='client.130335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:34.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:34 smithi022 bash[28554]: audit 2023-12-07T12:22:32.558177+0000 mgr.a (mgr.24293) 6103 : audit 0 from='client.130335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:34 smithi027 bash[31536]: audit 2023-12-07T12:22:32.558177+0000 mgr.a (mgr.24293) 6103 : audit 0 from='client.130335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:35 smithi022 bash[28554]: cluster 2023-12-07T12:22:33.794677+0000 mgr.a (mgr.24293) 6104 : cluster 0 pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:35 smithi044 bash[32620]: cluster 2023-12-07T12:22:33.794677+0000 mgr.a (mgr.24293) 6104 : cluster 0 pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:35 smithi027 bash[31536]: cluster 2023-12-07T12:22:33.794677+0000 mgr.a (mgr.24293) 6104 : cluster 0 pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:37 smithi044 bash[32620]: cluster 2023-12-07T12:22:35.795474+0000 mgr.a (mgr.24293) 6105 : cluster 0 pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:37.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:37 smithi022 bash[28554]: cluster 2023-12-07T12:22:35.795474+0000 mgr.a (mgr.24293) 6105 : cluster 0 pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:37 smithi027 bash[31536]: cluster 2023-12-07T12:22:35.795474+0000 mgr.a (mgr.24293) 6105 : cluster 0 pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:38.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:38.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:38.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:39.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:39 smithi022 bash[28554]: cluster 2023-12-07T12:22:37.795956+0000 mgr.a (mgr.24293) 6106 : cluster 0 pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:39 smithi044 bash[32620]: cluster 2023-12-07T12:22:37.795956+0000 mgr.a (mgr.24293) 6106 : cluster 0 pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:39 smithi027 bash[31536]: cluster 2023-12-07T12:22:37.795956+0000 mgr.a (mgr.24293) 6106 : cluster 0 pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:40 smithi022 bash[28554]: audit 2023-12-07T12:22:38.498722+0000 mgr.a (mgr.24293) 6107 : audit 0 from='client.130410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:40 smithi044 bash[32620]: audit 2023-12-07T12:22:38.498722+0000 mgr.a (mgr.24293) 6107 : audit 0 from='client.130410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:40 smithi027 bash[31536]: audit 2023-12-07T12:22:38.498722+0000 mgr.a (mgr.24293) 6107 : audit 0 from='client.130410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:41 smithi022 bash[28554]: cluster 2023-12-07T12:22:39.796590+0000 mgr.a (mgr.24293) 6108 : cluster 0 pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:41 smithi044 bash[32620]: cluster 2023-12-07T12:22:39.796590+0000 mgr.a (mgr.24293) 6108 : cluster 0 pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:41 smithi027 bash[31536]: cluster 2023-12-07T12:22:39.796590+0000 mgr.a (mgr.24293) 6108 : cluster 0 pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:43 smithi022 bash[28554]: cluster 2023-12-07T12:22:41.797390+0000 mgr.a (mgr.24293) 6109 : cluster 0 pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:43 smithi044 bash[32620]: cluster 2023-12-07T12:22:41.797390+0000 mgr.a (mgr.24293) 6109 : cluster 0 pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:43 smithi027 bash[31536]: cluster 2023-12-07T12:22:41.797390+0000 mgr.a (mgr.24293) 6109 : cluster 0 pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:44.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:44.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:44.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:44.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:44.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:44.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:44.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:44.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:45 smithi022 bash[28554]: cluster 2023-12-07T12:22:43.797941+0000 mgr.a (mgr.24293) 6110 : cluster 0 pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:45 smithi044 bash[32620]: cluster 2023-12-07T12:22:43.797941+0000 mgr.a (mgr.24293) 6110 : cluster 0 pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:45 smithi027 bash[31536]: cluster 2023-12-07T12:22:43.797941+0000 mgr.a (mgr.24293) 6110 : cluster 0 pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:46 smithi022 bash[28554]: audit 2023-12-07T12:22:44.447025+0000 mgr.a (mgr.24293) 6111 : audit 0 from='client.130488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:46 smithi044 bash[32620]: audit 2023-12-07T12:22:44.447025+0000 mgr.a (mgr.24293) 6111 : audit 0 from='client.130488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:46 smithi027 bash[31536]: audit 2023-12-07T12:22:44.447025+0000 mgr.a (mgr.24293) 6111 : audit 0 from='client.130488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:47 smithi022 bash[28554]: cluster 2023-12-07T12:22:45.798795+0000 mgr.a (mgr.24293) 6112 : cluster 0 pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:47 smithi044 bash[32620]: cluster 2023-12-07T12:22:45.798795+0000 mgr.a (mgr.24293) 6112 : cluster 0 pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:47 smithi027 bash[31536]: cluster 2023-12-07T12:22:45.798795+0000 mgr.a (mgr.24293) 6112 : cluster 0 pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:49 smithi022 bash[28554]: cluster 2023-12-07T12:22:47.799457+0000 mgr.a (mgr.24293) 6113 : 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-07T12:22:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:49 smithi044 bash[32620]: cluster 2023-12-07T12:22:47.799457+0000 mgr.a (mgr.24293) 6113 : 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-07T12:22:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:49 smithi027 bash[31536]: cluster 2023-12-07T12:22:47.799457+0000 mgr.a (mgr.24293) 6113 : 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-07T12:22:49.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:49.997 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:49.997 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:50.934 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:50.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:50.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:50.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:50.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:51 smithi022 bash[28554]: cluster 2023-12-07T12:22:49.800234+0000 mgr.a (mgr.24293) 6114 : 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-07T12:22:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:51 smithi044 bash[32620]: cluster 2023-12-07T12:22:49.800234+0000 mgr.a (mgr.24293) 6114 : 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-07T12:22:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:51 smithi027 bash[31536]: cluster 2023-12-07T12:22:49.800234+0000 mgr.a (mgr.24293) 6114 : 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-07T12:22:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:52 smithi022 bash[28554]: audit 2023-12-07T12:22:50.405501+0000 mgr.a (mgr.24293) 6115 : audit 0 from='client.130566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:52 smithi044 bash[32620]: audit 2023-12-07T12:22:50.405501+0000 mgr.a (mgr.24293) 6115 : audit 0 from='client.130566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:52 smithi027 bash[31536]: audit 2023-12-07T12:22:50.405501+0000 mgr.a (mgr.24293) 6115 : audit 0 from='client.130566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:53 smithi022 bash[28554]: cluster 2023-12-07T12:22:51.801370+0000 mgr.a (mgr.24293) 6116 : cluster 0 pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:53 smithi044 bash[32620]: cluster 2023-12-07T12:22:51.801370+0000 mgr.a (mgr.24293) 6116 : cluster 0 pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:53 smithi027 bash[31536]: cluster 2023-12-07T12:22:51.801370+0000 mgr.a (mgr.24293) 6116 : cluster 0 pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:55 smithi022 bash[28554]: cluster 2023-12-07T12:22:53.802002+0000 mgr.a (mgr.24293) 6117 : cluster 0 pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:55 smithi044 bash[32620]: cluster 2023-12-07T12:22:53.802002+0000 mgr.a (mgr.24293) 6117 : cluster 0 pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:55 smithi027 bash[31536]: cluster 2023-12-07T12:22:53.802002+0000 mgr.a (mgr.24293) 6117 : cluster 0 pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:55.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:22:55.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:55.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:56.877 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:22:56.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:56.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:56.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:56.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:22:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:57 smithi022 bash[28554]: cluster 2023-12-07T12:22:55.802751+0000 mgr.a (mgr.24293) 6118 : cluster 0 pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:57 smithi044 bash[32620]: cluster 2023-12-07T12:22:55.802751+0000 mgr.a (mgr.24293) 6118 : cluster 0 pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:57 smithi027 bash[31536]: cluster 2023-12-07T12:22:55.802751+0000 mgr.a (mgr.24293) 6118 : cluster 0 pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:58 smithi022 bash[28554]: audit 2023-12-07T12:22:56.355427+0000 mgr.a (mgr.24293) 6119 : audit 0 from='client.130644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:58 smithi044 bash[32620]: audit 2023-12-07T12:22:56.355427+0000 mgr.a (mgr.24293) 6119 : audit 0 from='client.130644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:58 smithi027 bash[31536]: audit 2023-12-07T12:22:56.355427+0000 mgr.a (mgr.24293) 6119 : audit 0 from='client.130644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:22:59 smithi022 bash[28554]: cluster 2023-12-07T12:22:57.803531+0000 mgr.a (mgr.24293) 6120 : cluster 0 pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:22:59 smithi044 bash[32620]: cluster 2023-12-07T12:22:57.803531+0000 mgr.a (mgr.24293) 6120 : cluster 0 pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:22:59 smithi027 bash[31536]: cluster 2023-12-07T12:22:57.803531+0000 mgr.a (mgr.24293) 6120 : cluster 0 pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:01 smithi022 bash[28554]: cluster 2023-12-07T12:22:59.804349+0000 mgr.a (mgr.24293) 6121 : cluster 0 pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:01 smithi044 bash[32620]: cluster 2023-12-07T12:22:59.804349+0000 mgr.a (mgr.24293) 6121 : cluster 0 pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:01 smithi027 bash[31536]: cluster 2023-12-07T12:22:59.804349+0000 mgr.a (mgr.24293) 6121 : cluster 0 pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:01.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:01.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:01.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:02.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:02.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:02.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:02.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:02.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:03 smithi022 bash[28554]: cluster 2023-12-07T12:23:01.805214+0000 mgr.a (mgr.24293) 6122 : cluster 0 pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:03 smithi022 bash[28554]: audit 2023-12-07T12:23:03.075774+0000 mon.a (mon.0) 1312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:23:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:03 smithi044 bash[32620]: cluster 2023-12-07T12:23:01.805214+0000 mgr.a (mgr.24293) 6122 : cluster 0 pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:03 smithi044 bash[32620]: audit 2023-12-07T12:23:03.075774+0000 mon.a (mon.0) 1312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:23:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:03 smithi027 bash[31536]: cluster 2023-12-07T12:23:01.805214+0000 mgr.a (mgr.24293) 6122 : cluster 0 pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:03 smithi027 bash[31536]: audit 2023-12-07T12:23:03.075774+0000 mon.a (mon.0) 1312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:23:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:04 smithi022 bash[28554]: audit 2023-12-07T12:23:02.291034+0000 mgr.a (mgr.24293) 6123 : audit 0 from='client.130722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:04 smithi022 bash[28554]: audit 2023-12-07T12:23:03.870201+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:23:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:04 smithi022 bash[28554]: audit 2023-12-07T12:23:03.872131+0000 mon.a (mon.0) 1314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:23:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:04 smithi022 bash[28554]: audit 2023-12-07T12:23:03.881453+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:23:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:04 smithi044 bash[32620]: audit 2023-12-07T12:23:02.291034+0000 mgr.a (mgr.24293) 6123 : audit 0 from='client.130722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:04 smithi044 bash[32620]: audit 2023-12-07T12:23:03.870201+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:23:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:04 smithi044 bash[32620]: audit 2023-12-07T12:23:03.872131+0000 mon.a (mon.0) 1314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:23:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:04 smithi044 bash[32620]: audit 2023-12-07T12:23:03.881453+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:23:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:04 smithi027 bash[31536]: audit 2023-12-07T12:23:02.291034+0000 mgr.a (mgr.24293) 6123 : audit 0 from='client.130722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:04 smithi027 bash[31536]: audit 2023-12-07T12:23:03.870201+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:23:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:04 smithi027 bash[31536]: audit 2023-12-07T12:23:03.872131+0000 mon.a (mon.0) 1314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:23:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:04 smithi027 bash[31536]: audit 2023-12-07T12:23:03.881453+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:23:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:05 smithi022 bash[28554]: cluster 2023-12-07T12:23:03.805832+0000 mgr.a (mgr.24293) 6124 : 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-07T12:23:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:05 smithi044 bash[32620]: cluster 2023-12-07T12:23:03.805832+0000 mgr.a (mgr.24293) 6124 : 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-07T12:23:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:05 smithi027 bash[31536]: cluster 2023-12-07T12:23:03.805832+0000 mgr.a (mgr.24293) 6124 : 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-07T12:23:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:07 smithi022 bash[28554]: cluster 2023-12-07T12:23:05.806672+0000 mgr.a (mgr.24293) 6125 : cluster 0 pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:07 smithi044 bash[32620]: cluster 2023-12-07T12:23:05.806672+0000 mgr.a (mgr.24293) 6125 : cluster 0 pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:07 smithi027 bash[31536]: cluster 2023-12-07T12:23:05.806672+0000 mgr.a (mgr.24293) 6125 : cluster 0 pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:07.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:07.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:07.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:08.732 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:08.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:08.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:08.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:08.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:09 smithi022 bash[28554]: cluster 2023-12-07T12:23:07.807224+0000 mgr.a (mgr.24293) 6126 : cluster 0 pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:09 smithi044 bash[32620]: cluster 2023-12-07T12:23:07.807224+0000 mgr.a (mgr.24293) 6126 : cluster 0 pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:09 smithi027 bash[31536]: cluster 2023-12-07T12:23:07.807224+0000 mgr.a (mgr.24293) 6126 : cluster 0 pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:10 smithi022 bash[28554]: audit 2023-12-07T12:23:08.240602+0000 mgr.a (mgr.24293) 6127 : audit 0 from='client.130797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:10 smithi044 bash[32620]: audit 2023-12-07T12:23:08.240602+0000 mgr.a (mgr.24293) 6127 : audit 0 from='client.130797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:10 smithi027 bash[31536]: audit 2023-12-07T12:23:08.240602+0000 mgr.a (mgr.24293) 6127 : audit 0 from='client.130797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:11 smithi022 bash[28554]: cluster 2023-12-07T12:23:09.807887+0000 mgr.a (mgr.24293) 6128 : cluster 0 pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:11 smithi044 bash[32620]: cluster 2023-12-07T12:23:09.807887+0000 mgr.a (mgr.24293) 6128 : cluster 0 pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:11 smithi027 bash[31536]: cluster 2023-12-07T12:23:09.807887+0000 mgr.a (mgr.24293) 6128 : cluster 0 pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:12 smithi027 bash[31536]: cluster 2023-12-07T12:23:11.808865+0000 mgr.a (mgr.24293) 6129 : cluster 0 pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:12 smithi022 bash[28554]: cluster 2023-12-07T12:23:11.808865+0000 mgr.a (mgr.24293) 6129 : cluster 0 pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:12 smithi044 bash[32620]: cluster 2023-12-07T12:23:11.808865+0000 mgr.a (mgr.24293) 6129 : cluster 0 pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:13.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:13.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:13.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:14.679 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:14.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:14 smithi022 bash[28554]: cluster 2023-12-07T12:23:13.809335+0000 mgr.a (mgr.24293) 6130 : cluster 0 pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:14 smithi022 bash[28554]: audit 2023-12-07T12:23:14.151388+0000 mgr.a (mgr.24293) 6131 : audit 0 from='client.130875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:14 smithi044 bash[32620]: cluster 2023-12-07T12:23:13.809335+0000 mgr.a (mgr.24293) 6130 : cluster 0 pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:14 smithi044 bash[32620]: audit 2023-12-07T12:23:14.151388+0000 mgr.a (mgr.24293) 6131 : audit 0 from='client.130875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:14 smithi027 bash[31536]: cluster 2023-12-07T12:23:13.809335+0000 mgr.a (mgr.24293) 6130 : cluster 0 pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:14 smithi027 bash[31536]: audit 2023-12-07T12:23:14.151388+0000 mgr.a (mgr.24293) 6131 : audit 0 from='client.130875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:16 smithi022 bash[28554]: cluster 2023-12-07T12:23:15.810247+0000 mgr.a (mgr.24293) 6132 : cluster 0 pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:16 smithi044 bash[32620]: cluster 2023-12-07T12:23:15.810247+0000 mgr.a (mgr.24293) 6132 : cluster 0 pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:16 smithi027 bash[31536]: cluster 2023-12-07T12:23:15.810247+0000 mgr.a (mgr.24293) 6132 : cluster 0 pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:18 smithi022 bash[28554]: cluster 2023-12-07T12:23:17.810800+0000 mgr.a (mgr.24293) 6133 : 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-07T12:23:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:18 smithi044 bash[32620]: cluster 2023-12-07T12:23:17.810800+0000 mgr.a (mgr.24293) 6133 : 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-07T12:23:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:18 smithi027 bash[31536]: cluster 2023-12-07T12:23:17.810800+0000 mgr.a (mgr.24293) 6133 : 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-07T12:23:19.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:19.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:19.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:20.611 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:20.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:20.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:20.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:20.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:20 smithi022 bash[28554]: cluster 2023-12-07T12:23:19.811377+0000 mgr.a (mgr.24293) 6134 : 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-07T12:23:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:20 smithi022 bash[28554]: audit 2023-12-07T12:23:20.092395+0000 mgr.a (mgr.24293) 6135 : audit 0 from='client.130950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:20 smithi044 bash[32620]: cluster 2023-12-07T12:23:19.811377+0000 mgr.a (mgr.24293) 6134 : 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-07T12:23:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:20 smithi044 bash[32620]: audit 2023-12-07T12:23:20.092395+0000 mgr.a (mgr.24293) 6135 : audit 0 from='client.130950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:20 smithi027 bash[31536]: cluster 2023-12-07T12:23:19.811377+0000 mgr.a (mgr.24293) 6134 : 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-07T12:23:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:20 smithi027 bash[31536]: audit 2023-12-07T12:23:20.092395+0000 mgr.a (mgr.24293) 6135 : audit 0 from='client.130950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:22 smithi022 bash[28554]: cluster 2023-12-07T12:23:21.812445+0000 mgr.a (mgr.24293) 6136 : cluster 0 pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:23:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:22 smithi044 bash[32620]: cluster 2023-12-07T12:23:21.812445+0000 mgr.a (mgr.24293) 6136 : cluster 0 pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:23:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:22 smithi027 bash[31536]: cluster 2023-12-07T12:23:21.812445+0000 mgr.a (mgr.24293) 6136 : cluster 0 pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:23:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:24 smithi022 bash[28554]: cluster 2023-12-07T12:23:23.813031+0000 mgr.a (mgr.24293) 6137 : cluster 0 pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:23:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:24 smithi044 bash[32620]: cluster 2023-12-07T12:23:23.813031+0000 mgr.a (mgr.24293) 6137 : cluster 0 pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:23:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:24 smithi027 bash[31536]: cluster 2023-12-07T12:23:23.813031+0000 mgr.a (mgr.24293) 6137 : cluster 0 pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:23:25.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:25.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:25.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:26.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:26 smithi022 bash[28554]: cluster 2023-12-07T12:23:25.813727+0000 mgr.a (mgr.24293) 6138 : cluster 0 pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:26 smithi022 bash[28554]: audit 2023-12-07T12:23:26.025761+0000 mgr.a (mgr.24293) 6139 : audit 0 from='client.131022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:26 smithi044 bash[32620]: cluster 2023-12-07T12:23:25.813727+0000 mgr.a (mgr.24293) 6138 : cluster 0 pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:26 smithi044 bash[32620]: audit 2023-12-07T12:23:26.025761+0000 mgr.a (mgr.24293) 6139 : audit 0 from='client.131022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:26 smithi027 bash[31536]: cluster 2023-12-07T12:23:25.813727+0000 mgr.a (mgr.24293) 6138 : cluster 0 pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:26 smithi027 bash[31536]: audit 2023-12-07T12:23:26.025761+0000 mgr.a (mgr.24293) 6139 : audit 0 from='client.131022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:28 smithi022 bash[28554]: cluster 2023-12-07T12:23:27.814434+0000 mgr.a (mgr.24293) 6140 : cluster 0 pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:28 smithi044 bash[32620]: cluster 2023-12-07T12:23:27.814434+0000 mgr.a (mgr.24293) 6140 : cluster 0 pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:28 smithi027 bash[31536]: cluster 2023-12-07T12:23:27.814434+0000 mgr.a (mgr.24293) 6140 : cluster 0 pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:30 smithi022 bash[28554]: cluster 2023-12-07T12:23:29.815031+0000 mgr.a (mgr.24293) 6141 : cluster 0 pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:31.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:30 smithi044 bash[32620]: cluster 2023-12-07T12:23:29.815031+0000 mgr.a (mgr.24293) 6141 : cluster 0 pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:30 smithi027 bash[31536]: cluster 2023-12-07T12:23:29.815031+0000 mgr.a (mgr.24293) 6141 : cluster 0 pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:31.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:31.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:31.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:32.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:32.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:32.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:32.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:32.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:32 smithi022 bash[28554]: cluster 2023-12-07T12:23:31.815855+0000 mgr.a (mgr.24293) 6142 : cluster 0 pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:32 smithi022 bash[28554]: audit 2023-12-07T12:23:31.970654+0000 mgr.a (mgr.24293) 6143 : audit 0 from='client.131100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:32 smithi044 bash[32620]: cluster 2023-12-07T12:23:31.815855+0000 mgr.a (mgr.24293) 6142 : cluster 0 pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:32 smithi044 bash[32620]: audit 2023-12-07T12:23:31.970654+0000 mgr.a (mgr.24293) 6143 : audit 0 from='client.131100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:32 smithi027 bash[31536]: cluster 2023-12-07T12:23:31.815855+0000 mgr.a (mgr.24293) 6142 : cluster 0 pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:32 smithi027 bash[31536]: audit 2023-12-07T12:23:31.970654+0000 mgr.a (mgr.24293) 6143 : audit 0 from='client.131100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:34 smithi022 bash[28554]: cluster 2023-12-07T12:23:33.816598+0000 mgr.a (mgr.24293) 6144 : cluster 0 pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:23:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:34 smithi044 bash[32620]: cluster 2023-12-07T12:23:33.816598+0000 mgr.a (mgr.24293) 6144 : cluster 0 pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:23:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:34 smithi027 bash[31536]: cluster 2023-12-07T12:23:33.816598+0000 mgr.a (mgr.24293) 6144 : cluster 0 pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:23:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:36 smithi022 bash[28554]: cluster 2023-12-07T12:23:35.817419+0000 mgr.a (mgr.24293) 6145 : cluster 0 pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:23:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:36 smithi044 bash[32620]: cluster 2023-12-07T12:23:35.817419+0000 mgr.a (mgr.24293) 6145 : cluster 0 pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:23:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:36 smithi027 bash[31536]: cluster 2023-12-07T12:23:35.817419+0000 mgr.a (mgr.24293) 6145 : cluster 0 pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:23:37.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:37.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:37.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:38.420 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:38 smithi022 bash[28554]: cluster 2023-12-07T12:23:37.817817+0000 mgr.a (mgr.24293) 6146 : cluster 0 pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:38 smithi022 bash[28554]: audit 2023-12-07T12:23:37.894023+0000 mgr.a (mgr.24293) 6147 : audit 0 from='client.131178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:38 smithi044 bash[32620]: cluster 2023-12-07T12:23:37.817817+0000 mgr.a (mgr.24293) 6146 : cluster 0 pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:38 smithi044 bash[32620]: audit 2023-12-07T12:23:37.894023+0000 mgr.a (mgr.24293) 6147 : audit 0 from='client.131178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:38 smithi027 bash[31536]: cluster 2023-12-07T12:23:37.817817+0000 mgr.a (mgr.24293) 6146 : cluster 0 pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:38 smithi027 bash[31536]: audit 2023-12-07T12:23:37.894023+0000 mgr.a (mgr.24293) 6147 : audit 0 from='client.131178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:40 smithi022 bash[28554]: cluster 2023-12-07T12:23:39.818564+0000 mgr.a (mgr.24293) 6148 : cluster 0 pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:40 smithi044 bash[32620]: cluster 2023-12-07T12:23:39.818564+0000 mgr.a (mgr.24293) 6148 : cluster 0 pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:40 smithi027 bash[31536]: cluster 2023-12-07T12:23:39.818564+0000 mgr.a (mgr.24293) 6148 : cluster 0 pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:42 smithi022 bash[28554]: cluster 2023-12-07T12:23:41.819403+0000 mgr.a (mgr.24293) 6149 : cluster 0 pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:42 smithi044 bash[32620]: cluster 2023-12-07T12:23:41.819403+0000 mgr.a (mgr.24293) 6149 : cluster 0 pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:42 smithi027 bash[31536]: cluster 2023-12-07T12:23:41.819403+0000 mgr.a (mgr.24293) 6149 : cluster 0 pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:43.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:43.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:43.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:44.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:44.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:44.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:44.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:44.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:44 smithi022 bash[28554]: cluster 2023-12-07T12:23:43.820057+0000 mgr.a (mgr.24293) 6150 : cluster 0 pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:44 smithi022 bash[28554]: audit 2023-12-07T12:23:43.837308+0000 mgr.a (mgr.24293) 6151 : audit 0 from='client.115105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:44 smithi044 bash[32620]: cluster 2023-12-07T12:23:43.820057+0000 mgr.a (mgr.24293) 6150 : cluster 0 pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:44 smithi044 bash[32620]: audit 2023-12-07T12:23:43.837308+0000 mgr.a (mgr.24293) 6151 : audit 0 from='client.115105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:44 smithi027 bash[31536]: cluster 2023-12-07T12:23:43.820057+0000 mgr.a (mgr.24293) 6150 : cluster 0 pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:44 smithi027 bash[31536]: audit 2023-12-07T12:23:43.837308+0000 mgr.a (mgr.24293) 6151 : audit 0 from='client.115105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:46 smithi027 bash[31536]: cluster 2023-12-07T12:23:45.820972+0000 mgr.a (mgr.24293) 6152 : cluster 0 pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:46 smithi022 bash[28554]: cluster 2023-12-07T12:23:45.820972+0000 mgr.a (mgr.24293) 6152 : cluster 0 pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:46 smithi044 bash[32620]: cluster 2023-12-07T12:23:45.820972+0000 mgr.a (mgr.24293) 6152 : cluster 0 pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:48 smithi027 bash[31536]: cluster 2023-12-07T12:23:47.821556+0000 mgr.a (mgr.24293) 6153 : cluster 0 pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:49.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:49.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:49.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:48 smithi022 bash[28554]: cluster 2023-12-07T12:23:47.821556+0000 mgr.a (mgr.24293) 6153 : cluster 0 pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:48 smithi044 bash[32620]: cluster 2023-12-07T12:23:47.821556+0000 mgr.a (mgr.24293) 6153 : cluster 0 pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:50.261 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:50.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:50.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:50.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:50.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:50 smithi027 bash[31536]: audit 2023-12-07T12:23:49.758338+0000 mgr.a (mgr.24293) 6154 : audit 0 from='client.131328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:50 smithi027 bash[31536]: cluster 2023-12-07T12:23:49.822283+0000 mgr.a (mgr.24293) 6155 : cluster 0 pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:50 smithi022 bash[28554]: audit 2023-12-07T12:23:49.758338+0000 mgr.a (mgr.24293) 6154 : audit 0 from='client.131328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:50 smithi022 bash[28554]: cluster 2023-12-07T12:23:49.822283+0000 mgr.a (mgr.24293) 6155 : cluster 0 pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:50 smithi044 bash[32620]: audit 2023-12-07T12:23:49.758338+0000 mgr.a (mgr.24293) 6154 : audit 0 from='client.131328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:50 smithi044 bash[32620]: cluster 2023-12-07T12:23:49.822283+0000 mgr.a (mgr.24293) 6155 : cluster 0 pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:52 smithi027 bash[31536]: cluster 2023-12-07T12:23:51.823381+0000 mgr.a (mgr.24293) 6156 : cluster 0 pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:52 smithi022 bash[28554]: cluster 2023-12-07T12:23:51.823381+0000 mgr.a (mgr.24293) 6156 : cluster 0 pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:52 smithi044 bash[32620]: cluster 2023-12-07T12:23:51.823381+0000 mgr.a (mgr.24293) 6156 : cluster 0 pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:54 smithi027 bash[31536]: cluster 2023-12-07T12:23:53.823988+0000 mgr.a (mgr.24293) 6157 : 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-07T12:23:55.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:23:55.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:55.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:54 smithi022 bash[28554]: cluster 2023-12-07T12:23:53.823988+0000 mgr.a (mgr.24293) 6157 : 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-07T12:23:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:54 smithi044 bash[32620]: cluster 2023-12-07T12:23:53.823988+0000 mgr.a (mgr.24293) 6157 : 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-07T12:23:56.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:23:56.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:56.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:56.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:56.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:23:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:56 smithi027 bash[31536]: audit 2023-12-07T12:23:55.677235+0000 mgr.a (mgr.24293) 6158 : audit 0 from='client.131403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:56 smithi027 bash[31536]: cluster 2023-12-07T12:23:55.825614+0000 mgr.a (mgr.24293) 6159 : cluster 0 pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:56 smithi022 bash[28554]: audit 2023-12-07T12:23:55.677235+0000 mgr.a (mgr.24293) 6158 : audit 0 from='client.131403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:56 smithi022 bash[28554]: cluster 2023-12-07T12:23:55.825614+0000 mgr.a (mgr.24293) 6159 : cluster 0 pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:56 smithi044 bash[32620]: audit 2023-12-07T12:23:55.677235+0000 mgr.a (mgr.24293) 6158 : audit 0 from='client.131403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:56 smithi044 bash[32620]: cluster 2023-12-07T12:23:55.825614+0000 mgr.a (mgr.24293) 6159 : cluster 0 pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:23:58 smithi022 bash[28554]: cluster 2023-12-07T12:23:57.826388+0000 mgr.a (mgr.24293) 6160 : cluster 0 pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:23:58 smithi044 bash[32620]: cluster 2023-12-07T12:23:57.826388+0000 mgr.a (mgr.24293) 6160 : cluster 0 pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:23:58 smithi027 bash[31536]: cluster 2023-12-07T12:23:57.826388+0000 mgr.a (mgr.24293) 6160 : cluster 0 pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:01.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:01.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:01.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:00 smithi022 bash[28554]: cluster 2023-12-07T12:23:59.826903+0000 mgr.a (mgr.24293) 6161 : cluster 0 pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:00 smithi044 bash[32620]: cluster 2023-12-07T12:23:59.826903+0000 mgr.a (mgr.24293) 6161 : cluster 0 pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:00 smithi027 bash[31536]: cluster 2023-12-07T12:23:59.826903+0000 mgr.a (mgr.24293) 6161 : cluster 0 pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:02.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:02.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:02.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:02.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:02.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:02 smithi022 bash[28554]: audit 2023-12-07T12:24:01.614814+0000 mgr.a (mgr.24293) 6162 : audit 0 from='client.131478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:02 smithi022 bash[28554]: cluster 2023-12-07T12:24:01.827492+0000 mgr.a (mgr.24293) 6163 : cluster 0 pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:02 smithi044 bash[32620]: audit 2023-12-07T12:24:01.614814+0000 mgr.a (mgr.24293) 6162 : audit 0 from='client.131478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:02 smithi044 bash[32620]: cluster 2023-12-07T12:24:01.827492+0000 mgr.a (mgr.24293) 6163 : cluster 0 pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:02 smithi027 bash[31536]: audit 2023-12-07T12:24:01.614814+0000 mgr.a (mgr.24293) 6162 : audit 0 from='client.131478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:02 smithi027 bash[31536]: cluster 2023-12-07T12:24:01.827492+0000 mgr.a (mgr.24293) 6163 : cluster 0 pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:04 smithi022 bash[28554]: cluster 2023-12-07T12:24:03.828058+0000 mgr.a (mgr.24293) 6164 : cluster 0 pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:04 smithi022 bash[28554]: audit 2023-12-07T12:24:03.986481+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:24:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:04 smithi022 bash[28554]: audit 2023-12-07T12:24:04.773789+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:24:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:04 smithi022 bash[28554]: audit 2023-12-07T12:24:04.775705+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:24:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:04 smithi022 bash[28554]: audit 2023-12-07T12:24:04.785560+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:24:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:04 smithi044 bash[32620]: cluster 2023-12-07T12:24:03.828058+0000 mgr.a (mgr.24293) 6164 : cluster 0 pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:04 smithi044 bash[32620]: audit 2023-12-07T12:24:03.986481+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:24:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:04 smithi044 bash[32620]: audit 2023-12-07T12:24:04.773789+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:24:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:04 smithi044 bash[32620]: audit 2023-12-07T12:24:04.775705+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:24:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:04 smithi044 bash[32620]: audit 2023-12-07T12:24:04.785560+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:24:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:04 smithi027 bash[31536]: cluster 2023-12-07T12:24:03.828058+0000 mgr.a (mgr.24293) 6164 : cluster 0 pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:04 smithi027 bash[31536]: audit 2023-12-07T12:24:03.986481+0000 mon.a (mon.0) 1316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:24:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:04 smithi027 bash[31536]: audit 2023-12-07T12:24:04.773789+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:04 smithi027 bash[31536]: audit 2023-12-07T12:24:04.775705+0000 mon.a (mon.0) 1318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:04 smithi027 bash[31536]: audit 2023-12-07T12:24:04.785560+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:24:07.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:07.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:07.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:06 smithi022 bash[28554]: cluster 2023-12-07T12:24:05.828831+0000 mgr.a (mgr.24293) 6165 : cluster 0 pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:06 smithi044 bash[32620]: cluster 2023-12-07T12:24:05.828831+0000 mgr.a (mgr.24293) 6165 : cluster 0 pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:06 smithi027 bash[31536]: cluster 2023-12-07T12:24:05.828831+0000 mgr.a (mgr.24293) 6165 : cluster 0 pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:08.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:08.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:08.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:08.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:08.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:08 smithi022 bash[28554]: audit 2023-12-07T12:24:07.563465+0000 mgr.a (mgr.24293) 6166 : audit 0 from='client.131553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:08 smithi022 bash[28554]: cluster 2023-12-07T12:24:07.829266+0000 mgr.a (mgr.24293) 6167 : 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-07T12:24:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:08 smithi044 bash[32620]: audit 2023-12-07T12:24:07.563465+0000 mgr.a (mgr.24293) 6166 : audit 0 from='client.131553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:08 smithi044 bash[32620]: cluster 2023-12-07T12:24:07.829266+0000 mgr.a (mgr.24293) 6167 : 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-07T12:24:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:08 smithi027 bash[31536]: audit 2023-12-07T12:24:07.563465+0000 mgr.a (mgr.24293) 6166 : audit 0 from='client.131553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:08 smithi027 bash[31536]: cluster 2023-12-07T12:24:07.829266+0000 mgr.a (mgr.24293) 6167 : 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-07T12:24:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:10 smithi022 bash[28554]: cluster 2023-12-07T12:24:09.829923+0000 mgr.a (mgr.24293) 6168 : 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-07T12:24:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:10 smithi044 bash[32620]: cluster 2023-12-07T12:24:09.829923+0000 mgr.a (mgr.24293) 6168 : 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-07T12:24:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:10 smithi027 bash[31536]: cluster 2023-12-07T12:24:09.829923+0000 mgr.a (mgr.24293) 6168 : 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-07T12:24:13.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:13.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:13.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:12 smithi022 bash[28554]: cluster 2023-12-07T12:24:11.830865+0000 mgr.a (mgr.24293) 6169 : cluster 0 pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:12 smithi044 bash[32620]: cluster 2023-12-07T12:24:11.830865+0000 mgr.a (mgr.24293) 6169 : cluster 0 pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:12 smithi027 bash[31536]: cluster 2023-12-07T12:24:11.830865+0000 mgr.a (mgr.24293) 6169 : cluster 0 pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:14.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:14.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:14.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:14.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:14.078 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:14 smithi022 bash[28554]: audit 2023-12-07T12:24:13.523629+0000 mgr.a (mgr.24293) 6170 : audit 0 from='client.131628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:14 smithi022 bash[28554]: cluster 2023-12-07T12:24:13.831455+0000 mgr.a (mgr.24293) 6171 : cluster 0 pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:14 smithi044 bash[32620]: audit 2023-12-07T12:24:13.523629+0000 mgr.a (mgr.24293) 6170 : audit 0 from='client.131628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:14 smithi044 bash[32620]: cluster 2023-12-07T12:24:13.831455+0000 mgr.a (mgr.24293) 6171 : cluster 0 pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:14 smithi027 bash[31536]: audit 2023-12-07T12:24:13.523629+0000 mgr.a (mgr.24293) 6170 : audit 0 from='client.131628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:14 smithi027 bash[31536]: cluster 2023-12-07T12:24:13.831455+0000 mgr.a (mgr.24293) 6171 : cluster 0 pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:16 smithi022 bash[28554]: cluster 2023-12-07T12:24:15.832172+0000 mgr.a (mgr.24293) 6172 : cluster 0 pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:16 smithi044 bash[32620]: cluster 2023-12-07T12:24:15.832172+0000 mgr.a (mgr.24293) 6172 : cluster 0 pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:16 smithi027 bash[31536]: cluster 2023-12-07T12:24:15.832172+0000 mgr.a (mgr.24293) 6172 : cluster 0 pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:19.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:19.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:19.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:18 smithi022 bash[28554]: cluster 2023-12-07T12:24:17.832718+0000 mgr.a (mgr.24293) 6173 : cluster 0 pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:18 smithi044 bash[32620]: cluster 2023-12-07T12:24:17.832718+0000 mgr.a (mgr.24293) 6173 : cluster 0 pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:18 smithi027 bash[31536]: cluster 2023-12-07T12:24:17.832718+0000 mgr.a (mgr.24293) 6173 : cluster 0 pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:20.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:20.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:20.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:20.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:20.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:20 smithi022 bash[28554]: audit 2023-12-07T12:24:19.499677+0000 mgr.a (mgr.24293) 6174 : audit 0 from='client.131706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:20 smithi022 bash[28554]: cluster 2023-12-07T12:24:19.833245+0000 mgr.a (mgr.24293) 6175 : cluster 0 pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:20 smithi044 bash[32620]: audit 2023-12-07T12:24:19.499677+0000 mgr.a (mgr.24293) 6174 : audit 0 from='client.131706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:20 smithi044 bash[32620]: cluster 2023-12-07T12:24:19.833245+0000 mgr.a (mgr.24293) 6175 : cluster 0 pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:20 smithi027 bash[31536]: audit 2023-12-07T12:24:19.499677+0000 mgr.a (mgr.24293) 6174 : audit 0 from='client.131706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:20 smithi027 bash[31536]: cluster 2023-12-07T12:24:19.833245+0000 mgr.a (mgr.24293) 6175 : cluster 0 pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:23 smithi022 bash[28554]: cluster 2023-12-07T12:24:21.834190+0000 mgr.a (mgr.24293) 6176 : cluster 0 pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:23 smithi044 bash[32620]: cluster 2023-12-07T12:24:21.834190+0000 mgr.a (mgr.24293) 6176 : cluster 0 pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:23 smithi027 bash[31536]: cluster 2023-12-07T12:24:21.834190+0000 mgr.a (mgr.24293) 6176 : cluster 0 pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:25.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:25.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:25.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:25 smithi022 bash[28554]: cluster 2023-12-07T12:24:23.834752+0000 mgr.a (mgr.24293) 6177 : 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-07T12:24:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:25 smithi044 bash[32620]: cluster 2023-12-07T12:24:23.834752+0000 mgr.a (mgr.24293) 6177 : 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-07T12:24:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:25 smithi027 bash[31536]: cluster 2023-12-07T12:24:23.834752+0000 mgr.a (mgr.24293) 6177 : 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-07T12:24:25.934 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:25.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:25.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:25.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:25.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:27 smithi022 bash[28554]: audit 2023-12-07T12:24:25.438758+0000 mgr.a (mgr.24293) 6178 : audit 0 from='client.131781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:27 smithi022 bash[28554]: cluster 2023-12-07T12:24:25.835916+0000 mgr.a (mgr.24293) 6179 : cluster 0 pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:27 smithi044 bash[32620]: audit 2023-12-07T12:24:25.438758+0000 mgr.a (mgr.24293) 6178 : audit 0 from='client.131781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:27 smithi044 bash[32620]: cluster 2023-12-07T12:24:25.835916+0000 mgr.a (mgr.24293) 6179 : cluster 0 pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:27 smithi027 bash[31536]: audit 2023-12-07T12:24:25.438758+0000 mgr.a (mgr.24293) 6178 : audit 0 from='client.131781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:27 smithi027 bash[31536]: cluster 2023-12-07T12:24:25.835916+0000 mgr.a (mgr.24293) 6179 : cluster 0 pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:29 smithi022 bash[28554]: cluster 2023-12-07T12:24:27.836507+0000 mgr.a (mgr.24293) 6180 : cluster 0 pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:29 smithi044 bash[32620]: cluster 2023-12-07T12:24:27.836507+0000 mgr.a (mgr.24293) 6180 : cluster 0 pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:29 smithi027 bash[31536]: cluster 2023-12-07T12:24:27.836507+0000 mgr.a (mgr.24293) 6180 : cluster 0 pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:30.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:30.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:30.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:31 smithi022 bash[28554]: cluster 2023-12-07T12:24:29.837099+0000 mgr.a (mgr.24293) 6181 : cluster 0 pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:31 smithi044 bash[32620]: cluster 2023-12-07T12:24:29.837099+0000 mgr.a (mgr.24293) 6181 : cluster 0 pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:31 smithi027 bash[31536]: cluster 2023-12-07T12:24:29.837099+0000 mgr.a (mgr.24293) 6181 : cluster 0 pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:31.858 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:31.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:31.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:31.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:31.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:33 smithi022 bash[28554]: audit 2023-12-07T12:24:31.348064+0000 mgr.a (mgr.24293) 6182 : audit 0 from='client.131856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:33 smithi022 bash[28554]: cluster 2023-12-07T12:24:31.838120+0000 mgr.a (mgr.24293) 6183 : cluster 0 pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:33 smithi044 bash[32620]: audit 2023-12-07T12:24:31.348064+0000 mgr.a (mgr.24293) 6182 : audit 0 from='client.131856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:33 smithi044 bash[32620]: cluster 2023-12-07T12:24:31.838120+0000 mgr.a (mgr.24293) 6183 : cluster 0 pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:33 smithi027 bash[31536]: audit 2023-12-07T12:24:31.348064+0000 mgr.a (mgr.24293) 6182 : audit 0 from='client.131856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:33 smithi027 bash[31536]: cluster 2023-12-07T12:24:31.838120+0000 mgr.a (mgr.24293) 6183 : cluster 0 pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:35 smithi022 bash[28554]: cluster 2023-12-07T12:24:33.838765+0000 mgr.a (mgr.24293) 6184 : cluster 0 pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:35 smithi044 bash[32620]: cluster 2023-12-07T12:24:33.838765+0000 mgr.a (mgr.24293) 6184 : cluster 0 pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:35 smithi027 bash[31536]: cluster 2023-12-07T12:24:33.838765+0000 mgr.a (mgr.24293) 6184 : cluster 0 pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:36.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:36.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:36.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:37 smithi022 bash[28554]: cluster 2023-12-07T12:24:35.839630+0000 mgr.a (mgr.24293) 6185 : cluster 0 pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:37 smithi044 bash[32620]: cluster 2023-12-07T12:24:35.839630+0000 mgr.a (mgr.24293) 6185 : cluster 0 pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:37 smithi027 bash[31536]: cluster 2023-12-07T12:24:35.839630+0000 mgr.a (mgr.24293) 6185 : cluster 0 pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:37.795 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:37.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:37.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:37.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:37.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:39 smithi022 bash[28554]: audit 2023-12-07T12:24:37.267137+0000 mgr.a (mgr.24293) 6186 : audit 0 from='client.131931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:39 smithi022 bash[28554]: cluster 2023-12-07T12:24:37.840411+0000 mgr.a (mgr.24293) 6187 : 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-07T12:24:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:39 smithi044 bash[32620]: audit 2023-12-07T12:24:37.267137+0000 mgr.a (mgr.24293) 6186 : audit 0 from='client.131931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:39 smithi044 bash[32620]: cluster 2023-12-07T12:24:37.840411+0000 mgr.a (mgr.24293) 6187 : 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-07T12:24:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:39 smithi027 bash[31536]: audit 2023-12-07T12:24:37.267137+0000 mgr.a (mgr.24293) 6186 : audit 0 from='client.131931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:39 smithi027 bash[31536]: cluster 2023-12-07T12:24:37.840411+0000 mgr.a (mgr.24293) 6187 : 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-07T12:24:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:41 smithi022 bash[28554]: cluster 2023-12-07T12:24:39.841042+0000 mgr.a (mgr.24293) 6188 : 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-07T12:24:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:41 smithi044 bash[32620]: cluster 2023-12-07T12:24:39.841042+0000 mgr.a (mgr.24293) 6188 : 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-07T12:24:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:41 smithi027 bash[31536]: cluster 2023-12-07T12:24:39.841042+0000 mgr.a (mgr.24293) 6188 : 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-07T12:24:42.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:42.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:42.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:43 smithi022 bash[28554]: cluster 2023-12-07T12:24:41.841862+0000 mgr.a (mgr.24293) 6189 : 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-07T12:24:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:43 smithi044 bash[32620]: cluster 2023-12-07T12:24:41.841862+0000 mgr.a (mgr.24293) 6189 : 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-07T12:24:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:43 smithi027 bash[31536]: cluster 2023-12-07T12:24:41.841862+0000 mgr.a (mgr.24293) 6189 : 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-07T12:24:43.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:43.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:43.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:43.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:43.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:45 smithi022 bash[28554]: audit 2023-12-07T12:24:43.219402+0000 mgr.a (mgr.24293) 6190 : audit 0 from='client.132009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:45 smithi022 bash[28554]: cluster 2023-12-07T12:24:43.842635+0000 mgr.a (mgr.24293) 6191 : 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-07T12:24:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:45 smithi044 bash[32620]: audit 2023-12-07T12:24:43.219402+0000 mgr.a (mgr.24293) 6190 : audit 0 from='client.132009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:45 smithi044 bash[32620]: cluster 2023-12-07T12:24:43.842635+0000 mgr.a (mgr.24293) 6191 : 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-07T12:24:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:45 smithi027 bash[31536]: audit 2023-12-07T12:24:43.219402+0000 mgr.a (mgr.24293) 6190 : audit 0 from='client.132009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:45 smithi027 bash[31536]: cluster 2023-12-07T12:24:43.842635+0000 mgr.a (mgr.24293) 6191 : 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-07T12:24:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:47 smithi022 bash[28554]: cluster 2023-12-07T12:24:45.843465+0000 mgr.a (mgr.24293) 6192 : cluster 0 pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:47 smithi044 bash[32620]: cluster 2023-12-07T12:24:45.843465+0000 mgr.a (mgr.24293) 6192 : cluster 0 pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:47 smithi027 bash[31536]: cluster 2023-12-07T12:24:45.843465+0000 mgr.a (mgr.24293) 6192 : cluster 0 pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:48.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:48.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:48.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:49 smithi022 bash[28554]: cluster 2023-12-07T12:24:47.844035+0000 mgr.a (mgr.24293) 6193 : cluster 0 pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:49 smithi044 bash[32620]: cluster 2023-12-07T12:24:47.844035+0000 mgr.a (mgr.24293) 6193 : cluster 0 pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:49 smithi027 bash[31536]: cluster 2023-12-07T12:24:47.844035+0000 mgr.a (mgr.24293) 6193 : cluster 0 pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:49.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:49.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:49.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:49.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:49.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:50 smithi022 bash[28554]: audit 2023-12-07T12:24:49.140210+0000 mgr.a (mgr.24293) 6194 : audit 0 from='client.132087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:50 smithi044 bash[32620]: audit 2023-12-07T12:24:49.140210+0000 mgr.a (mgr.24293) 6194 : audit 0 from='client.132087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:50 smithi027 bash[31536]: audit 2023-12-07T12:24:49.140210+0000 mgr.a (mgr.24293) 6194 : audit 0 from='client.132087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:51 smithi022 bash[28554]: cluster 2023-12-07T12:24:49.844930+0000 mgr.a (mgr.24293) 6195 : cluster 0 pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:51 smithi044 bash[32620]: cluster 2023-12-07T12:24:49.844930+0000 mgr.a (mgr.24293) 6195 : cluster 0 pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:51 smithi027 bash[31536]: cluster 2023-12-07T12:24:49.844930+0000 mgr.a (mgr.24293) 6195 : cluster 0 pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:53 smithi022 bash[28554]: cluster 2023-12-07T12:24:51.846001+0000 mgr.a (mgr.24293) 6196 : cluster 0 pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:53 smithi044 bash[32620]: cluster 2023-12-07T12:24:51.846001+0000 mgr.a (mgr.24293) 6196 : cluster 0 pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:53 smithi027 bash[31536]: cluster 2023-12-07T12:24:51.846001+0000 mgr.a (mgr.24293) 6196 : cluster 0 pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:54.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:24:54.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:54.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:55 smithi022 bash[28554]: cluster 2023-12-07T12:24:53.846596+0000 mgr.a (mgr.24293) 6197 : cluster 0 pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:55 smithi044 bash[32620]: cluster 2023-12-07T12:24:53.846596+0000 mgr.a (mgr.24293) 6197 : cluster 0 pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:55 smithi027 bash[31536]: cluster 2023-12-07T12:24:53.846596+0000 mgr.a (mgr.24293) 6197 : cluster 0 pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:55.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:24:55.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:55.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:55.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:55.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:24:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:56 smithi022 bash[28554]: audit 2023-12-07T12:24:55.041020+0000 mgr.a (mgr.24293) 6198 : audit 0 from='client.132162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:56 smithi044 bash[32620]: audit 2023-12-07T12:24:55.041020+0000 mgr.a (mgr.24293) 6198 : audit 0 from='client.132162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:56 smithi027 bash[31536]: audit 2023-12-07T12:24:55.041020+0000 mgr.a (mgr.24293) 6198 : audit 0 from='client.132162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:57 smithi022 bash[28554]: cluster 2023-12-07T12:24:55.847591+0000 mgr.a (mgr.24293) 6199 : cluster 0 pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:24:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:57 smithi044 bash[32620]: cluster 2023-12-07T12:24:55.847591+0000 mgr.a (mgr.24293) 6199 : cluster 0 pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:24:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:57 smithi027 bash[31536]: cluster 2023-12-07T12:24:55.847591+0000 mgr.a (mgr.24293) 6199 : cluster 0 pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:24:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:24:59 smithi022 bash[28554]: cluster 2023-12-07T12:24:57.848228+0000 mgr.a (mgr.24293) 6200 : cluster 0 pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:24:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:24:59 smithi044 bash[32620]: cluster 2023-12-07T12:24:57.848228+0000 mgr.a (mgr.24293) 6200 : cluster 0 pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:24:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:24:59 smithi027 bash[31536]: cluster 2023-12-07T12:24:57.848228+0000 mgr.a (mgr.24293) 6200 : cluster 0 pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:00.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:00.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:00.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:01.384 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:01 smithi027 bash[31536]: cluster 2023-12-07T12:24:59.848787+0000 mgr.a (mgr.24293) 6201 : cluster 0 pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:01.418 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:01 smithi044 bash[32620]: cluster 2023-12-07T12:24:59.848787+0000 mgr.a (mgr.24293) 6201 : cluster 0 pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:01 smithi022 bash[28554]: cluster 2023-12-07T12:24:59.848787+0000 mgr.a (mgr.24293) 6201 : cluster 0 pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:01.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:01.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:01.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:01.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:01.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:02 smithi022 bash[28554]: audit 2023-12-07T12:25:00.977801+0000 mgr.a (mgr.24293) 6202 : audit 0 from='client.132237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:02 smithi044 bash[32620]: audit 2023-12-07T12:25:00.977801+0000 mgr.a (mgr.24293) 6202 : audit 0 from='client.132237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:02 smithi027 bash[31536]: audit 2023-12-07T12:25:00.977801+0000 mgr.a (mgr.24293) 6202 : audit 0 from='client.132237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:03 smithi022 bash[28554]: cluster 2023-12-07T12:25:01.849874+0000 mgr.a (mgr.24293) 6203 : cluster 0 pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:03 smithi044 bash[32620]: cluster 2023-12-07T12:25:01.849874+0000 mgr.a (mgr.24293) 6203 : cluster 0 pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:03 smithi027 bash[31536]: cluster 2023-12-07T12:25:01.849874+0000 mgr.a (mgr.24293) 6203 : cluster 0 pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:05 smithi022 bash[28554]: cluster 2023-12-07T12:25:03.850496+0000 mgr.a (mgr.24293) 6204 : cluster 0 pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:05 smithi022 bash[28554]: audit 2023-12-07T12:25:04.888598+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:25:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:05 smithi044 bash[32620]: cluster 2023-12-07T12:25:03.850496+0000 mgr.a (mgr.24293) 6204 : cluster 0 pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:05 smithi044 bash[32620]: audit 2023-12-07T12:25:04.888598+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:25:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:05 smithi027 bash[31536]: cluster 2023-12-07T12:25:03.850496+0000 mgr.a (mgr.24293) 6204 : cluster 0 pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:05 smithi027 bash[31536]: audit 2023-12-07T12:25:04.888598+0000 mon.a (mon.0) 1320 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:25:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:06 smithi022 bash[28554]: audit 2023-12-07T12:25:05.673161+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:25:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:06 smithi022 bash[28554]: audit 2023-12-07T12:25:05.675117+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:25:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:06 smithi022 bash[28554]: audit 2023-12-07T12:25:05.683892+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:25:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:06 smithi044 bash[32620]: audit 2023-12-07T12:25:05.673161+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:25:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:06 smithi044 bash[32620]: audit 2023-12-07T12:25:05.675117+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:25:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:06 smithi044 bash[32620]: audit 2023-12-07T12:25:05.683892+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:25:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:06 smithi027 bash[31536]: audit 2023-12-07T12:25:05.673161+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:25:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:06 smithi027 bash[31536]: audit 2023-12-07T12:25:05.675117+0000 mon.a (mon.0) 1322 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:25:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:06 smithi027 bash[31536]: audit 2023-12-07T12:25:05.683892+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:25:06.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:06.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:06.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:07.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:07 smithi044 bash[32620]: cluster 2023-12-07T12:25:05.851342+0000 mgr.a (mgr.24293) 6205 : cluster 0 pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:07 smithi022 bash[28554]: cluster 2023-12-07T12:25:05.851342+0000 mgr.a (mgr.24293) 6205 : cluster 0 pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:07 smithi027 bash[31536]: cluster 2023-12-07T12:25:05.851342+0000 mgr.a (mgr.24293) 6205 : cluster 0 pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:08 smithi022 bash[28554]: audit 2023-12-07T12:25:06.908630+0000 mgr.a (mgr.24293) 6206 : audit 0 from='client.132315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:08 smithi044 bash[32620]: audit 2023-12-07T12:25:06.908630+0000 mgr.a (mgr.24293) 6206 : audit 0 from='client.132315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:08 smithi027 bash[31536]: audit 2023-12-07T12:25:06.908630+0000 mgr.a (mgr.24293) 6206 : audit 0 from='client.132315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:09 smithi022 bash[28554]: cluster 2023-12-07T12:25:07.852078+0000 mgr.a (mgr.24293) 6207 : cluster 0 pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:09 smithi044 bash[32620]: cluster 2023-12-07T12:25:07.852078+0000 mgr.a (mgr.24293) 6207 : cluster 0 pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:09 smithi027 bash[31536]: cluster 2023-12-07T12:25:07.852078+0000 mgr.a (mgr.24293) 6207 : cluster 0 pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:11 smithi022 bash[28554]: cluster 2023-12-07T12:25:09.852624+0000 mgr.a (mgr.24293) 6208 : cluster 0 pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:11 smithi044 bash[32620]: cluster 2023-12-07T12:25:09.852624+0000 mgr.a (mgr.24293) 6208 : cluster 0 pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:11 smithi027 bash[31536]: cluster 2023-12-07T12:25:09.852624+0000 mgr.a (mgr.24293) 6208 : cluster 0 pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:12.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:12.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:12.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:13.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:13.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:13.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:13.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:13.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:13 smithi022 bash[28554]: cluster 2023-12-07T12:25:11.853461+0000 mgr.a (mgr.24293) 6209 : cluster 0 pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:25:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:13 smithi044 bash[32620]: cluster 2023-12-07T12:25:11.853461+0000 mgr.a (mgr.24293) 6209 : cluster 0 pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:25:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:13 smithi027 bash[31536]: cluster 2023-12-07T12:25:11.853461+0000 mgr.a (mgr.24293) 6209 : cluster 0 pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:25:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:14 smithi022 bash[28554]: audit 2023-12-07T12:25:12.838963+0000 mgr.a (mgr.24293) 6210 : audit 0 from='client.132393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:14 smithi044 bash[32620]: audit 2023-12-07T12:25:12.838963+0000 mgr.a (mgr.24293) 6210 : audit 0 from='client.132393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:14 smithi027 bash[31536]: audit 2023-12-07T12:25:12.838963+0000 mgr.a (mgr.24293) 6210 : audit 0 from='client.132393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:15 smithi022 bash[28554]: cluster 2023-12-07T12:25:13.854353+0000 mgr.a (mgr.24293) 6211 : 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-07T12:25:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:15 smithi044 bash[32620]: cluster 2023-12-07T12:25:13.854353+0000 mgr.a (mgr.24293) 6211 : 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-07T12:25:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:15 smithi027 bash[31536]: cluster 2023-12-07T12:25:13.854353+0000 mgr.a (mgr.24293) 6211 : 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-07T12:25:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:17 smithi022 bash[28554]: cluster 2023-12-07T12:25:15.855240+0000 mgr.a (mgr.24293) 6212 : cluster 0 pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:17 smithi044 bash[32620]: cluster 2023-12-07T12:25:15.855240+0000 mgr.a (mgr.24293) 6212 : cluster 0 pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:17 smithi027 bash[31536]: cluster 2023-12-07T12:25:15.855240+0000 mgr.a (mgr.24293) 6212 : cluster 0 pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:18.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:18.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:18.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:19.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:19.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:19.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:19.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:19.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:19 smithi022 bash[28554]: cluster 2023-12-07T12:25:17.855832+0000 mgr.a (mgr.24293) 6213 : cluster 0 pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:19.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:19 smithi044 bash[32620]: cluster 2023-12-07T12:25:17.855832+0000 mgr.a (mgr.24293) 6213 : cluster 0 pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:19.458 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:19 smithi027 bash[31536]: cluster 2023-12-07T12:25:17.855832+0000 mgr.a (mgr.24293) 6213 : cluster 0 pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:20 smithi022 bash[28554]: audit 2023-12-07T12:25:18.782249+0000 mgr.a (mgr.24293) 6214 : audit 0 from='client.132471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:20 smithi044 bash[32620]: audit 2023-12-07T12:25:18.782249+0000 mgr.a (mgr.24293) 6214 : audit 0 from='client.132471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:20 smithi027 bash[31536]: audit 2023-12-07T12:25:18.782249+0000 mgr.a (mgr.24293) 6214 : audit 0 from='client.132471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:21 smithi022 bash[28554]: cluster 2023-12-07T12:25:19.856550+0000 mgr.a (mgr.24293) 6215 : cluster 0 pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:21 smithi044 bash[32620]: cluster 2023-12-07T12:25:19.856550+0000 mgr.a (mgr.24293) 6215 : cluster 0 pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:21 smithi027 bash[31536]: cluster 2023-12-07T12:25:19.856550+0000 mgr.a (mgr.24293) 6215 : cluster 0 pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:23 smithi022 bash[28554]: cluster 2023-12-07T12:25:21.857393+0000 mgr.a (mgr.24293) 6216 : cluster 0 pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:23 smithi044 bash[32620]: cluster 2023-12-07T12:25:21.857393+0000 mgr.a (mgr.24293) 6216 : cluster 0 pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:23 smithi027 bash[31536]: cluster 2023-12-07T12:25:21.857393+0000 mgr.a (mgr.24293) 6216 : cluster 0 pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:24.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:24.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:24.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:25.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:25.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:25.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:25.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:25.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:25 smithi022 bash[28554]: cluster 2023-12-07T12:25:23.857982+0000 mgr.a (mgr.24293) 6217 : cluster 0 pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:25 smithi044 bash[32620]: cluster 2023-12-07T12:25:23.857982+0000 mgr.a (mgr.24293) 6217 : cluster 0 pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:25 smithi027 bash[31536]: cluster 2023-12-07T12:25:23.857982+0000 mgr.a (mgr.24293) 6217 : cluster 0 pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:26 smithi022 bash[28554]: audit 2023-12-07T12:25:24.719146+0000 mgr.a (mgr.24293) 6218 : audit 0 from='client.132546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:26 smithi044 bash[32620]: audit 2023-12-07T12:25:24.719146+0000 mgr.a (mgr.24293) 6218 : audit 0 from='client.132546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:26 smithi027 bash[31536]: audit 2023-12-07T12:25:24.719146+0000 mgr.a (mgr.24293) 6218 : audit 0 from='client.132546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:27 smithi022 bash[28554]: cluster 2023-12-07T12:25:25.858883+0000 mgr.a (mgr.24293) 6219 : cluster 0 pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:27 smithi044 bash[32620]: cluster 2023-12-07T12:25:25.858883+0000 mgr.a (mgr.24293) 6219 : cluster 0 pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:27 smithi027 bash[31536]: cluster 2023-12-07T12:25:25.858883+0000 mgr.a (mgr.24293) 6219 : cluster 0 pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:29 smithi027 bash[31536]: cluster 2023-12-07T12:25:27.859440+0000 mgr.a (mgr.24293) 6220 : 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-07T12:25:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:29 smithi022 bash[28554]: cluster 2023-12-07T12:25:27.859440+0000 mgr.a (mgr.24293) 6220 : 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-07T12:25:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:29 smithi044 bash[32620]: cluster 2023-12-07T12:25:27.859440+0000 mgr.a (mgr.24293) 6220 : 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-07T12:25:30.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:30.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:30.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:31.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:31.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:31.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:31.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:31.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:31 smithi027 bash[31536]: cluster 2023-12-07T12:25:29.859975+0000 mgr.a (mgr.24293) 6221 : 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-07T12:25:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:31 smithi022 bash[28554]: cluster 2023-12-07T12:25:29.859975+0000 mgr.a (mgr.24293) 6221 : 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-07T12:25:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:31 smithi044 bash[32620]: cluster 2023-12-07T12:25:29.859975+0000 mgr.a (mgr.24293) 6221 : 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-07T12:25:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:32 smithi027 bash[31536]: audit 2023-12-07T12:25:30.656273+0000 mgr.a (mgr.24293) 6222 : audit 0 from='client.132624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:32 smithi022 bash[28554]: audit 2023-12-07T12:25:30.656273+0000 mgr.a (mgr.24293) 6222 : audit 0 from='client.132624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:32 smithi044 bash[32620]: audit 2023-12-07T12:25:30.656273+0000 mgr.a (mgr.24293) 6222 : audit 0 from='client.132624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:33 smithi022 bash[28554]: cluster 2023-12-07T12:25:31.860959+0000 mgr.a (mgr.24293) 6223 : cluster 0 pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:33 smithi044 bash[32620]: cluster 2023-12-07T12:25:31.860959+0000 mgr.a (mgr.24293) 6223 : cluster 0 pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:33 smithi027 bash[31536]: cluster 2023-12-07T12:25:31.860959+0000 mgr.a (mgr.24293) 6223 : cluster 0 pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:35 smithi022 bash[28554]: cluster 2023-12-07T12:25:33.861533+0000 mgr.a (mgr.24293) 6224 : cluster 0 pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:35 smithi044 bash[32620]: cluster 2023-12-07T12:25:33.861533+0000 mgr.a (mgr.24293) 6224 : cluster 0 pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:35 smithi027 bash[31536]: cluster 2023-12-07T12:25:33.861533+0000 mgr.a (mgr.24293) 6224 : cluster 0 pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:36.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:36.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:36.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:37.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:37.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:37.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:37.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:37.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:37 smithi022 bash[28554]: cluster 2023-12-07T12:25:35.862242+0000 mgr.a (mgr.24293) 6225 : cluster 0 pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:37 smithi044 bash[32620]: cluster 2023-12-07T12:25:35.862242+0000 mgr.a (mgr.24293) 6225 : cluster 0 pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:37 smithi027 bash[31536]: cluster 2023-12-07T12:25:35.862242+0000 mgr.a (mgr.24293) 6225 : cluster 0 pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:38 smithi022 bash[28554]: audit 2023-12-07T12:25:36.602226+0000 mgr.a (mgr.24293) 6226 : audit 0 from='client.132696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:38 smithi044 bash[32620]: audit 2023-12-07T12:25:36.602226+0000 mgr.a (mgr.24293) 6226 : audit 0 from='client.132696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:38 smithi027 bash[31536]: audit 2023-12-07T12:25:36.602226+0000 mgr.a (mgr.24293) 6226 : audit 0 from='client.132696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:39 smithi022 bash[28554]: cluster 2023-12-07T12:25:37.863033+0000 mgr.a (mgr.24293) 6227 : cluster 0 pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:39 smithi044 bash[32620]: cluster 2023-12-07T12:25:37.863033+0000 mgr.a (mgr.24293) 6227 : cluster 0 pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:39 smithi027 bash[31536]: cluster 2023-12-07T12:25:37.863033+0000 mgr.a (mgr.24293) 6227 : cluster 0 pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:40 smithi022 bash[28554]: cluster 2023-12-07T12:25:39.863703+0000 mgr.a (mgr.24293) 6228 : cluster 0 pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:40 smithi044 bash[32620]: cluster 2023-12-07T12:25:39.863703+0000 mgr.a (mgr.24293) 6228 : cluster 0 pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:40 smithi027 bash[31536]: cluster 2023-12-07T12:25:39.863703+0000 mgr.a (mgr.24293) 6228 : cluster 0 pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:25:42.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:42.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:42.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:43.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:43.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:43.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:43.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:43.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:42 smithi022 bash[28554]: cluster 2023-12-07T12:25:41.864522+0000 mgr.a (mgr.24293) 6229 : cluster 0 pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:42 smithi044 bash[32620]: cluster 2023-12-07T12:25:41.864522+0000 mgr.a (mgr.24293) 6229 : cluster 0 pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:42 smithi027 bash[31536]: cluster 2023-12-07T12:25:41.864522+0000 mgr.a (mgr.24293) 6229 : cluster 0 pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:43 smithi022 bash[28554]: audit 2023-12-07T12:25:42.543915+0000 mgr.a (mgr.24293) 6230 : audit 0 from='client.132774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:43 smithi044 bash[32620]: audit 2023-12-07T12:25:42.543915+0000 mgr.a (mgr.24293) 6230 : audit 0 from='client.132774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:43 smithi027 bash[31536]: audit 2023-12-07T12:25:42.543915+0000 mgr.a (mgr.24293) 6230 : audit 0 from='client.132774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:44 smithi022 bash[28554]: cluster 2023-12-07T12:25:43.865210+0000 mgr.a (mgr.24293) 6231 : 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-07T12:25:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:44 smithi044 bash[32620]: cluster 2023-12-07T12:25:43.865210+0000 mgr.a (mgr.24293) 6231 : 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-07T12:25:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:44 smithi027 bash[31536]: cluster 2023-12-07T12:25:43.865210+0000 mgr.a (mgr.24293) 6231 : 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-07T12:25:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:46 smithi044 bash[32620]: cluster 2023-12-07T12:25:45.866025+0000 mgr.a (mgr.24293) 6232 : 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-07T12:25:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:46 smithi022 bash[28554]: cluster 2023-12-07T12:25:45.866025+0000 mgr.a (mgr.24293) 6232 : 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-07T12:25:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:46 smithi027 bash[31536]: cluster 2023-12-07T12:25:45.866025+0000 mgr.a (mgr.24293) 6232 : 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-07T12:25:48.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:48.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:48.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:49.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:49.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:49.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:49.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:49.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:48 smithi022 bash[28554]: cluster 2023-12-07T12:25:47.866576+0000 mgr.a (mgr.24293) 6233 : 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-07T12:25:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:48 smithi044 bash[32620]: cluster 2023-12-07T12:25:47.866576+0000 mgr.a (mgr.24293) 6233 : 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-07T12:25:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:48 smithi027 bash[31536]: cluster 2023-12-07T12:25:47.866576+0000 mgr.a (mgr.24293) 6233 : 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-07T12:25:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:49 smithi022 bash[28554]: audit 2023-12-07T12:25:48.473887+0000 mgr.a (mgr.24293) 6234 : audit 0 from='client.132849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:49 smithi044 bash[32620]: audit 2023-12-07T12:25:48.473887+0000 mgr.a (mgr.24293) 6234 : audit 0 from='client.132849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:49 smithi027 bash[31536]: audit 2023-12-07T12:25:48.473887+0000 mgr.a (mgr.24293) 6234 : audit 0 from='client.132849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:50 smithi022 bash[28554]: cluster 2023-12-07T12:25:49.867265+0000 mgr.a (mgr.24293) 6235 : 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-07T12:25:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:50 smithi044 bash[32620]: cluster 2023-12-07T12:25:49.867265+0000 mgr.a (mgr.24293) 6235 : 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-07T12:25:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:50 smithi027 bash[31536]: cluster 2023-12-07T12:25:49.867265+0000 mgr.a (mgr.24293) 6235 : 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-07T12:25:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:52 smithi022 bash[28554]: cluster 2023-12-07T12:25:51.868113+0000 mgr.a (mgr.24293) 6236 : cluster 0 pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:52 smithi044 bash[32620]: cluster 2023-12-07T12:25:51.868113+0000 mgr.a (mgr.24293) 6236 : cluster 0 pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:52 smithi027 bash[31536]: cluster 2023-12-07T12:25:51.868113+0000 mgr.a (mgr.24293) 6236 : cluster 0 pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:54.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:54.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:54.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:54.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:25:54.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:54.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:54.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:54.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:25:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:54 smithi022 bash[28554]: cluster 2023-12-07T12:25:53.868683+0000 mgr.a (mgr.24293) 6237 : cluster 0 pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:54 smithi044 bash[32620]: cluster 2023-12-07T12:25:53.868683+0000 mgr.a (mgr.24293) 6237 : cluster 0 pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:54 smithi027 bash[31536]: cluster 2023-12-07T12:25:53.868683+0000 mgr.a (mgr.24293) 6237 : cluster 0 pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:55 smithi022 bash[28554]: audit 2023-12-07T12:25:54.425971+0000 mgr.a (mgr.24293) 6238 : audit 0 from='client.132927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:55 smithi044 bash[32620]: audit 2023-12-07T12:25:54.425971+0000 mgr.a (mgr.24293) 6238 : audit 0 from='client.132927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:55 smithi027 bash[31536]: audit 2023-12-07T12:25:54.425971+0000 mgr.a (mgr.24293) 6238 : audit 0 from='client.132927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:56 smithi022 bash[28554]: cluster 2023-12-07T12:25:55.869564+0000 mgr.a (mgr.24293) 6239 : cluster 0 pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:56 smithi044 bash[32620]: cluster 2023-12-07T12:25:55.869564+0000 mgr.a (mgr.24293) 6239 : cluster 0 pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:56 smithi027 bash[31536]: cluster 2023-12-07T12:25:55.869564+0000 mgr.a (mgr.24293) 6239 : cluster 0 pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:25:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:25:58 smithi022 bash[28554]: cluster 2023-12-07T12:25:57.870137+0000 mgr.a (mgr.24293) 6240 : cluster 0 pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:25:58 smithi044 bash[32620]: cluster 2023-12-07T12:25:57.870137+0000 mgr.a (mgr.24293) 6240 : cluster 0 pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:25:58 smithi027 bash[31536]: cluster 2023-12-07T12:25:57.870137+0000 mgr.a (mgr.24293) 6240 : cluster 0 pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:25:59.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:25:59.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:59.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:00.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:00.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:00 smithi027 bash[31536]: cluster 2023-12-07T12:25:59.870728+0000 mgr.a (mgr.24293) 6241 : cluster 0 pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:00 smithi022 bash[28554]: cluster 2023-12-07T12:25:59.870728+0000 mgr.a (mgr.24293) 6241 : cluster 0 pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:00 smithi044 bash[32620]: cluster 2023-12-07T12:25:59.870728+0000 mgr.a (mgr.24293) 6241 : cluster 0 pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:01 smithi027 bash[31536]: audit 2023-12-07T12:26:00.378534+0000 mgr.a (mgr.24293) 6242 : audit 0 from='client.132999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:01 smithi022 bash[28554]: audit 2023-12-07T12:26:00.378534+0000 mgr.a (mgr.24293) 6242 : audit 0 from='client.132999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:01 smithi044 bash[32620]: audit 2023-12-07T12:26:00.378534+0000 mgr.a (mgr.24293) 6242 : audit 0 from='client.132999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:02 smithi027 bash[31536]: cluster 2023-12-07T12:26:01.871755+0000 mgr.a (mgr.24293) 6243 : cluster 0 pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:26:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:02 smithi044 bash[32620]: cluster 2023-12-07T12:26:01.871755+0000 mgr.a (mgr.24293) 6243 : cluster 0 pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:26:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:02 smithi022 bash[28554]: cluster 2023-12-07T12:26:01.871755+0000 mgr.a (mgr.24293) 6243 : cluster 0 pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:26:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:04 smithi027 bash[31536]: cluster 2023-12-07T12:26:03.872332+0000 mgr.a (mgr.24293) 6244 : cluster 0 pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:26:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:04 smithi022 bash[28554]: cluster 2023-12-07T12:26:03.872332+0000 mgr.a (mgr.24293) 6244 : cluster 0 pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:26:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:04 smithi044 bash[32620]: cluster 2023-12-07T12:26:03.872332+0000 mgr.a (mgr.24293) 6244 : cluster 0 pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:26:05.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:05.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:05.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:05 smithi027 bash[31536]: audit 2023-12-07T12:26:05.786133+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:26:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:05 smithi022 bash[28554]: audit 2023-12-07T12:26:05.786133+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:26:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:05 smithi044 bash[32620]: audit 2023-12-07T12:26:05.786133+0000 mon.a (mon.0) 1324 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:26:06.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:06.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:06.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:06.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:06.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:06 smithi022 bash[28554]: cluster 2023-12-07T12:26:05.873056+0000 mgr.a (mgr.24293) 6245 : cluster 0 pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:06 smithi022 bash[28554]: audit 2023-12-07T12:26:06.643906+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:26:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:06 smithi022 bash[28554]: audit 2023-12-07T12:26:06.645796+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:26:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:06 smithi022 bash[28554]: audit 2023-12-07T12:26:06.654147+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:06 smithi044 bash[32620]: cluster 2023-12-07T12:26:05.873056+0000 mgr.a (mgr.24293) 6245 : cluster 0 pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:06 smithi044 bash[32620]: audit 2023-12-07T12:26:06.643906+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:06 smithi044 bash[32620]: audit 2023-12-07T12:26:06.645796+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:06 smithi044 bash[32620]: audit 2023-12-07T12:26:06.654147+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:06 smithi027 bash[31536]: cluster 2023-12-07T12:26:05.873056+0000 mgr.a (mgr.24293) 6245 : cluster 0 pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:06 smithi027 bash[31536]: audit 2023-12-07T12:26:06.643906+0000 mon.a (mon.0) 1325 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:06 smithi027 bash[31536]: audit 2023-12-07T12:26:06.645796+0000 mon.a (mon.0) 1326 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:06 smithi027 bash[31536]: audit 2023-12-07T12:26:06.654147+0000 mon.a (mon.0) 1327 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:26:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:07 smithi022 bash[28554]: audit 2023-12-07T12:26:06.307171+0000 mgr.a (mgr.24293) 6246 : audit 0 from='client.133074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:07 smithi044 bash[32620]: audit 2023-12-07T12:26:06.307171+0000 mgr.a (mgr.24293) 6246 : audit 0 from='client.133074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:07 smithi027 bash[31536]: audit 2023-12-07T12:26:06.307171+0000 mgr.a (mgr.24293) 6246 : audit 0 from='client.133074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:08 smithi022 bash[28554]: cluster 2023-12-07T12:26:07.873729+0000 mgr.a (mgr.24293) 6247 : cluster 0 pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:08 smithi044 bash[32620]: cluster 2023-12-07T12:26:07.873729+0000 mgr.a (mgr.24293) 6247 : cluster 0 pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:08 smithi027 bash[31536]: cluster 2023-12-07T12:26:07.873729+0000 mgr.a (mgr.24293) 6247 : cluster 0 pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:10 smithi022 bash[28554]: cluster 2023-12-07T12:26:09.874290+0000 mgr.a (mgr.24293) 6248 : cluster 0 pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:10 smithi044 bash[32620]: cluster 2023-12-07T12:26:09.874290+0000 mgr.a (mgr.24293) 6248 : cluster 0 pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:10 smithi027 bash[31536]: cluster 2023-12-07T12:26:09.874290+0000 mgr.a (mgr.24293) 6248 : cluster 0 pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:11.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:11.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:11.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:12.782 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:12.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:12.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:12.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:12.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:13.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:12 smithi022 bash[28554]: cluster 2023-12-07T12:26:11.875114+0000 mgr.a (mgr.24293) 6249 : cluster 0 pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:13.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:12 smithi044 bash[32620]: cluster 2023-12-07T12:26:11.875114+0000 mgr.a (mgr.24293) 6249 : cluster 0 pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:12 smithi027 bash[31536]: cluster 2023-12-07T12:26:11.875114+0000 mgr.a (mgr.24293) 6249 : cluster 0 pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:13 smithi022 bash[28554]: audit 2023-12-07T12:26:12.232918+0000 mgr.a (mgr.24293) 6250 : audit 0 from='client.133149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:13 smithi044 bash[32620]: audit 2023-12-07T12:26:12.232918+0000 mgr.a (mgr.24293) 6250 : audit 0 from='client.133149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:13 smithi027 bash[31536]: audit 2023-12-07T12:26:12.232918+0000 mgr.a (mgr.24293) 6250 : audit 0 from='client.133149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:14 smithi022 bash[28554]: cluster 2023-12-07T12:26:13.875930+0000 mgr.a (mgr.24293) 6251 : cluster 0 pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:26:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:14 smithi044 bash[32620]: cluster 2023-12-07T12:26:13.875930+0000 mgr.a (mgr.24293) 6251 : cluster 0 pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:26:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:14 smithi027 bash[31536]: cluster 2023-12-07T12:26:13.875930+0000 mgr.a (mgr.24293) 6251 : cluster 0 pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:26:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:16 smithi022 bash[28554]: cluster 2023-12-07T12:26:15.876882+0000 mgr.a (mgr.24293) 6252 : cluster 0 pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:26:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:16 smithi044 bash[32620]: cluster 2023-12-07T12:26:15.876882+0000 mgr.a (mgr.24293) 6252 : cluster 0 pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:26:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:16 smithi027 bash[31536]: cluster 2023-12-07T12:26:15.876882+0000 mgr.a (mgr.24293) 6252 : cluster 0 pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:26:17.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:17.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:17.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:18.732 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:18.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:18.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:18.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:18.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:18 smithi022 bash[28554]: cluster 2023-12-07T12:26:17.877598+0000 mgr.a (mgr.24293) 6253 : 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-07T12:26:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:18 smithi022 bash[28554]: audit 2023-12-07T12:26:18.197615+0000 mgr.a (mgr.24293) 6254 : audit 0 from='client.133224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:18 smithi044 bash[32620]: cluster 2023-12-07T12:26:17.877598+0000 mgr.a (mgr.24293) 6253 : 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-07T12:26:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:18 smithi044 bash[32620]: audit 2023-12-07T12:26:18.197615+0000 mgr.a (mgr.24293) 6254 : audit 0 from='client.133224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:18 smithi027 bash[31536]: cluster 2023-12-07T12:26:17.877598+0000 mgr.a (mgr.24293) 6253 : 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-07T12:26:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:18 smithi027 bash[31536]: audit 2023-12-07T12:26:18.197615+0000 mgr.a (mgr.24293) 6254 : audit 0 from='client.133224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:20 smithi022 bash[28554]: cluster 2023-12-07T12:26:19.878324+0000 mgr.a (mgr.24293) 6255 : 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-07T12:26:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:20 smithi044 bash[32620]: cluster 2023-12-07T12:26:19.878324+0000 mgr.a (mgr.24293) 6255 : 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-07T12:26:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:20 smithi027 bash[31536]: cluster 2023-12-07T12:26:19.878324+0000 mgr.a (mgr.24293) 6255 : 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-07T12:26:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:22 smithi022 bash[28554]: cluster 2023-12-07T12:26:21.879151+0000 mgr.a (mgr.24293) 6256 : cluster 0 pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:22 smithi044 bash[32620]: cluster 2023-12-07T12:26:21.879151+0000 mgr.a (mgr.24293) 6256 : cluster 0 pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:22 smithi027 bash[31536]: cluster 2023-12-07T12:26:21.879151+0000 mgr.a (mgr.24293) 6256 : cluster 0 pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:23.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:23.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:23.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:24.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:24.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:24.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:24.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:24.681 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:25 smithi022 bash[28554]: cluster 2023-12-07T12:26:23.879705+0000 mgr.a (mgr.24293) 6257 : cluster 0 pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:25 smithi022 bash[28554]: audit 2023-12-07T12:26:24.143180+0000 mgr.a (mgr.24293) 6258 : audit 0 from='client.133290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:25 smithi044 bash[32620]: cluster 2023-12-07T12:26:23.879705+0000 mgr.a (mgr.24293) 6257 : cluster 0 pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:25 smithi044 bash[32620]: audit 2023-12-07T12:26:24.143180+0000 mgr.a (mgr.24293) 6258 : audit 0 from='client.133290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:25 smithi027 bash[31536]: cluster 2023-12-07T12:26:23.879705+0000 mgr.a (mgr.24293) 6257 : cluster 0 pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:25 smithi027 bash[31536]: audit 2023-12-07T12:26:24.143180+0000 mgr.a (mgr.24293) 6258 : audit 0 from='client.133290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:27 smithi022 bash[28554]: cluster 2023-12-07T12:26:25.880574+0000 mgr.a (mgr.24293) 6259 : cluster 0 pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:27 smithi044 bash[32620]: cluster 2023-12-07T12:26:25.880574+0000 mgr.a (mgr.24293) 6259 : cluster 0 pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:27 smithi027 bash[31536]: cluster 2023-12-07T12:26:25.880574+0000 mgr.a (mgr.24293) 6259 : cluster 0 pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:29 smithi022 bash[28554]: cluster 2023-12-07T12:26:27.881115+0000 mgr.a (mgr.24293) 6260 : cluster 0 pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:29 smithi044 bash[32620]: cluster 2023-12-07T12:26:27.881115+0000 mgr.a (mgr.24293) 6260 : cluster 0 pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:29 smithi027 bash[31536]: cluster 2023-12-07T12:26:27.881115+0000 mgr.a (mgr.24293) 6260 : cluster 0 pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:29.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:29.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:29.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:30.617 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:30.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:30.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:30.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:30.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:31 smithi022 bash[28554]: cluster 2023-12-07T12:26:29.881788+0000 mgr.a (mgr.24293) 6261 : cluster 0 pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:31 smithi022 bash[28554]: audit 2023-12-07T12:26:30.097999+0000 mgr.a (mgr.24293) 6262 : audit 0 from='client.133368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:31 smithi044 bash[32620]: cluster 2023-12-07T12:26:29.881788+0000 mgr.a (mgr.24293) 6261 : cluster 0 pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:31 smithi044 bash[32620]: audit 2023-12-07T12:26:30.097999+0000 mgr.a (mgr.24293) 6262 : audit 0 from='client.133368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:31 smithi027 bash[31536]: cluster 2023-12-07T12:26:29.881788+0000 mgr.a (mgr.24293) 6261 : cluster 0 pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:31 smithi027 bash[31536]: audit 2023-12-07T12:26:30.097999+0000 mgr.a (mgr.24293) 6262 : audit 0 from='client.133368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:33 smithi022 bash[28554]: cluster 2023-12-07T12:26:31.882722+0000 mgr.a (mgr.24293) 6263 : cluster 0 pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:26:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:33 smithi044 bash[32620]: cluster 2023-12-07T12:26:31.882722+0000 mgr.a (mgr.24293) 6263 : cluster 0 pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:26:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:33 smithi027 bash[31536]: cluster 2023-12-07T12:26:31.882722+0000 mgr.a (mgr.24293) 6263 : cluster 0 pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:26:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:35 smithi022 bash[28554]: cluster 2023-12-07T12:26:33.883264+0000 mgr.a (mgr.24293) 6264 : cluster 0 pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:26:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:35 smithi044 bash[32620]: cluster 2023-12-07T12:26:33.883264+0000 mgr.a (mgr.24293) 6264 : cluster 0 pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:26:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:35 smithi027 bash[31536]: cluster 2023-12-07T12:26:33.883264+0000 mgr.a (mgr.24293) 6264 : cluster 0 pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:26:35.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:35.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:35.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:36.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:36.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:36.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:36.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:36.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:37 smithi022 bash[28554]: cluster 2023-12-07T12:26:35.884013+0000 mgr.a (mgr.24293) 6265 : cluster 0 pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:37 smithi022 bash[28554]: audit 2023-12-07T12:26:36.031671+0000 mgr.a (mgr.24293) 6266 : audit 0 from='client.133443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:37 smithi044 bash[32620]: cluster 2023-12-07T12:26:35.884013+0000 mgr.a (mgr.24293) 6265 : cluster 0 pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:37 smithi044 bash[32620]: audit 2023-12-07T12:26:36.031671+0000 mgr.a (mgr.24293) 6266 : audit 0 from='client.133443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:37 smithi027 bash[31536]: cluster 2023-12-07T12:26:35.884013+0000 mgr.a (mgr.24293) 6265 : cluster 0 pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:37 smithi027 bash[31536]: audit 2023-12-07T12:26:36.031671+0000 mgr.a (mgr.24293) 6266 : audit 0 from='client.133443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:39 smithi022 bash[28554]: cluster 2023-12-07T12:26:37.884621+0000 mgr.a (mgr.24293) 6267 : cluster 0 pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:39 smithi044 bash[32620]: cluster 2023-12-07T12:26:37.884621+0000 mgr.a (mgr.24293) 6267 : cluster 0 pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:39 smithi027 bash[31536]: cluster 2023-12-07T12:26:37.884621+0000 mgr.a (mgr.24293) 6267 : cluster 0 pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:41 smithi022 bash[28554]: cluster 2023-12-07T12:26:39.885220+0000 mgr.a (mgr.24293) 6268 : cluster 0 pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:41 smithi044 bash[32620]: cluster 2023-12-07T12:26:39.885220+0000 mgr.a (mgr.24293) 6268 : cluster 0 pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:41 smithi027 bash[31536]: cluster 2023-12-07T12:26:39.885220+0000 mgr.a (mgr.24293) 6268 : cluster 0 pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:41.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:41.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:41.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:42.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:42.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:42.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:42.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:42.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:43 smithi022 bash[28554]: cluster 2023-12-07T12:26:41.886152+0000 mgr.a (mgr.24293) 6269 : cluster 0 pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:43 smithi022 bash[28554]: audit 2023-12-07T12:26:41.956236+0000 mgr.a (mgr.24293) 6270 : audit 0 from='client.133521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:43 smithi044 bash[32620]: cluster 2023-12-07T12:26:41.886152+0000 mgr.a (mgr.24293) 6269 : cluster 0 pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:43 smithi044 bash[32620]: audit 2023-12-07T12:26:41.956236+0000 mgr.a (mgr.24293) 6270 : audit 0 from='client.133521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:43 smithi027 bash[31536]: cluster 2023-12-07T12:26:41.886152+0000 mgr.a (mgr.24293) 6269 : cluster 0 pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:43 smithi027 bash[31536]: audit 2023-12-07T12:26:41.956236+0000 mgr.a (mgr.24293) 6270 : audit 0 from='client.133521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:45 smithi022 bash[28554]: cluster 2023-12-07T12:26:43.886909+0000 mgr.a (mgr.24293) 6271 : cluster 0 pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:26:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:45 smithi044 bash[32620]: cluster 2023-12-07T12:26:43.886909+0000 mgr.a (mgr.24293) 6271 : cluster 0 pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:26:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:45 smithi027 bash[31536]: cluster 2023-12-07T12:26:43.886909+0000 mgr.a (mgr.24293) 6271 : cluster 0 pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:26:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:47 smithi022 bash[28554]: cluster 2023-12-07T12:26:45.887719+0000 mgr.a (mgr.24293) 6272 : cluster 0 pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:26:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:47 smithi044 bash[32620]: cluster 2023-12-07T12:26:45.887719+0000 mgr.a (mgr.24293) 6272 : cluster 0 pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:26:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:47 smithi027 bash[31536]: cluster 2023-12-07T12:26:45.887719+0000 mgr.a (mgr.24293) 6272 : cluster 0 pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:26:47.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:47.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:47.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:48.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:48.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:48.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:48.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:48.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:49 smithi022 bash[28554]: audit 2023-12-07T12:26:47.877903+0000 mgr.a (mgr.24293) 6273 : audit 0 from='client.133596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:49 smithi022 bash[28554]: cluster 2023-12-07T12:26:47.893218+0000 mgr.a (mgr.24293) 6274 : 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-07T12:26:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:49 smithi044 bash[32620]: audit 2023-12-07T12:26:47.877903+0000 mgr.a (mgr.24293) 6273 : audit 0 from='client.133596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:49 smithi044 bash[32620]: cluster 2023-12-07T12:26:47.893218+0000 mgr.a (mgr.24293) 6274 : 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-07T12:26:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:49 smithi027 bash[31536]: audit 2023-12-07T12:26:47.877903+0000 mgr.a (mgr.24293) 6273 : audit 0 from='client.133596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:49 smithi027 bash[31536]: cluster 2023-12-07T12:26:47.893218+0000 mgr.a (mgr.24293) 6274 : 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-07T12:26:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:51 smithi022 bash[28554]: cluster 2023-12-07T12:26:49.894100+0000 mgr.a (mgr.24293) 6275 : 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-07T12:26:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:51 smithi044 bash[32620]: cluster 2023-12-07T12:26:49.894100+0000 mgr.a (mgr.24293) 6275 : 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-07T12:26:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:51 smithi027 bash[31536]: cluster 2023-12-07T12:26:49.894100+0000 mgr.a (mgr.24293) 6275 : 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-07T12:26:53.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:53.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:53.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:53 smithi022 bash[28554]: cluster 2023-12-07T12:26:51.894963+0000 mgr.a (mgr.24293) 6276 : 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-07T12:26:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:53 smithi044 bash[32620]: cluster 2023-12-07T12:26:51.894963+0000 mgr.a (mgr.24293) 6276 : 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-07T12:26:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:53 smithi027 bash[31536]: cluster 2023-12-07T12:26:51.894963+0000 mgr.a (mgr.24293) 6276 : 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-07T12:26:54.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:26:54.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:54.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:54.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:54.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:26:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:55 smithi022 bash[28554]: audit 2023-12-07T12:26:53.825757+0000 mgr.a (mgr.24293) 6277 : audit 0 from='client.133668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:55 smithi022 bash[28554]: cluster 2023-12-07T12:26:53.895676+0000 mgr.a (mgr.24293) 6278 : 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-07T12:26:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:55 smithi044 bash[32620]: audit 2023-12-07T12:26:53.825757+0000 mgr.a (mgr.24293) 6277 : audit 0 from='client.133668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:55 smithi044 bash[32620]: cluster 2023-12-07T12:26:53.895676+0000 mgr.a (mgr.24293) 6278 : 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-07T12:26:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:55 smithi027 bash[31536]: audit 2023-12-07T12:26:53.825757+0000 mgr.a (mgr.24293) 6277 : audit 0 from='client.133668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:55 smithi027 bash[31536]: cluster 2023-12-07T12:26:53.895676+0000 mgr.a (mgr.24293) 6278 : 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-07T12:26:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:56 smithi022 bash[28554]: cluster 2023-12-07T12:26:55.896571+0000 mgr.a (mgr.24293) 6279 : cluster 0 pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:56 smithi044 bash[32620]: cluster 2023-12-07T12:26:55.896571+0000 mgr.a (mgr.24293) 6279 : cluster 0 pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:56 smithi027 bash[31536]: cluster 2023-12-07T12:26:55.896571+0000 mgr.a (mgr.24293) 6279 : cluster 0 pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:26:58 smithi022 bash[28554]: cluster 2023-12-07T12:26:57.897200+0000 mgr.a (mgr.24293) 6280 : cluster 0 pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:26:58 smithi044 bash[32620]: cluster 2023-12-07T12:26:57.897200+0000 mgr.a (mgr.24293) 6280 : cluster 0 pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:26:58 smithi027 bash[31536]: cluster 2023-12-07T12:26:57.897200+0000 mgr.a (mgr.24293) 6280 : cluster 0 pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:59.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:26:59.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:59.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:00.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:00.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:00 smithi022 bash[28554]: audit 2023-12-07T12:26:59.747912+0000 mgr.a (mgr.24293) 6281 : audit 0 from='client.133743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:00 smithi022 bash[28554]: cluster 2023-12-07T12:26:59.898123+0000 mgr.a (mgr.24293) 6282 : cluster 0 pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:00 smithi044 bash[32620]: audit 2023-12-07T12:26:59.747912+0000 mgr.a (mgr.24293) 6281 : audit 0 from='client.133743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:00 smithi044 bash[32620]: cluster 2023-12-07T12:26:59.898123+0000 mgr.a (mgr.24293) 6282 : cluster 0 pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:00 smithi027 bash[31536]: audit 2023-12-07T12:26:59.747912+0000 mgr.a (mgr.24293) 6281 : audit 0 from='client.133743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:00 smithi027 bash[31536]: cluster 2023-12-07T12:26:59.898123+0000 mgr.a (mgr.24293) 6282 : cluster 0 pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:02 smithi022 bash[28554]: cluster 2023-12-07T12:27:01.899109+0000 mgr.a (mgr.24293) 6283 : cluster 0 pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:02 smithi044 bash[32620]: cluster 2023-12-07T12:27:01.899109+0000 mgr.a (mgr.24293) 6283 : cluster 0 pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:02 smithi027 bash[31536]: cluster 2023-12-07T12:27:01.899109+0000 mgr.a (mgr.24293) 6283 : cluster 0 pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:04 smithi022 bash[28554]: cluster 2023-12-07T12:27:03.899672+0000 mgr.a (mgr.24293) 6284 : cluster 0 pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:04 smithi044 bash[32620]: cluster 2023-12-07T12:27:03.899672+0000 mgr.a (mgr.24293) 6284 : cluster 0 pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:04 smithi027 bash[31536]: cluster 2023-12-07T12:27:03.899672+0000 mgr.a (mgr.24293) 6284 : cluster 0 pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:05.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:05.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:05.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:06.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:06.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:06.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:06.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:06.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:06 smithi022 bash[28554]: audit 2023-12-07T12:27:05.666961+0000 mgr.a (mgr.24293) 6285 : audit 0 from='client.133818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:06 smithi022 bash[28554]: cluster 2023-12-07T12:27:05.900485+0000 mgr.a (mgr.24293) 6286 : 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-07T12:27:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:06 smithi022 bash[28554]: audit 2023-12-07T12:27:06.762973+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:27:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:06 smithi044 bash[32620]: audit 2023-12-07T12:27:05.666961+0000 mgr.a (mgr.24293) 6285 : audit 0 from='client.133818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:06 smithi044 bash[32620]: cluster 2023-12-07T12:27:05.900485+0000 mgr.a (mgr.24293) 6286 : 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-07T12:27:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:06 smithi044 bash[32620]: audit 2023-12-07T12:27:06.762973+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:27:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:06 smithi027 bash[31536]: audit 2023-12-07T12:27:05.666961+0000 mgr.a (mgr.24293) 6285 : audit 0 from='client.133818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:06 smithi027 bash[31536]: cluster 2023-12-07T12:27:05.900485+0000 mgr.a (mgr.24293) 6286 : 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-07T12:27:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:06 smithi027 bash[31536]: audit 2023-12-07T12:27:06.762973+0000 mon.a (mon.0) 1328 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:27:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:08 smithi022 bash[28554]: cluster 2023-12-07T12:27:07.901145+0000 mgr.a (mgr.24293) 6287 : cluster 0 pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:08 smithi044 bash[32620]: cluster 2023-12-07T12:27:07.901145+0000 mgr.a (mgr.24293) 6287 : cluster 0 pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:08 smithi027 bash[31536]: cluster 2023-12-07T12:27:07.901145+0000 mgr.a (mgr.24293) 6287 : cluster 0 pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:10 smithi022 bash[28554]: cluster 2023-12-07T12:27:09.901787+0000 mgr.a (mgr.24293) 6288 : cluster 0 pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:10 smithi044 bash[32620]: cluster 2023-12-07T12:27:09.901787+0000 mgr.a (mgr.24293) 6288 : cluster 0 pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:10 smithi027 bash[31536]: cluster 2023-12-07T12:27:09.901787+0000 mgr.a (mgr.24293) 6288 : cluster 0 pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:11.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:11.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:11.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:12.192 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:12.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:12.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:12.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:12.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:11.622856+0000 mgr.a (mgr.24293) 6289 : audit 0 from='client.133893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: cluster 2023-12-07T12:27:11.903794+0000 mgr.a (mgr.24293) 6290 : cluster 0 pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.118345+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.125060+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.166988+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.172737+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.177499+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.181812+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.910834+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.912670+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:27:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:13 smithi022 bash[28554]: audit 2023-12-07T12:27:12.921598+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:11.622856+0000 mgr.a (mgr.24293) 6289 : audit 0 from='client.133893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: cluster 2023-12-07T12:27:11.903794+0000 mgr.a (mgr.24293) 6290 : cluster 0 pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.118345+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.125060+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.166988+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.172737+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.177499+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.181812+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.910834+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.912670+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:27:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:13 smithi044 bash[32620]: audit 2023-12-07T12:27:12.921598+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:11.622856+0000 mgr.a (mgr.24293) 6289 : audit 0 from='client.133893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: cluster 2023-12-07T12:27:11.903794+0000 mgr.a (mgr.24293) 6290 : cluster 0 pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.118345+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.125060+0000 mon.a (mon.0) 1330 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.166988+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.172737+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.177499+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.181812+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.910834+0000 mon.a (mon.0) 1335 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:27:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.912670+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:27:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:13 smithi027 bash[31536]: audit 2023-12-07T12:27:12.921598+0000 mon.a (mon.0) 1337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:27:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:15 smithi022 bash[28554]: cluster 2023-12-07T12:27:13.904758+0000 mgr.a (mgr.24293) 6291 : cluster 0 pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:15 smithi044 bash[32620]: cluster 2023-12-07T12:27:13.904758+0000 mgr.a (mgr.24293) 6291 : cluster 0 pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:15 smithi027 bash[31536]: cluster 2023-12-07T12:27:13.904758+0000 mgr.a (mgr.24293) 6291 : cluster 0 pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:16 smithi022 bash[28554]: cluster 2023-12-07T12:27:15.905604+0000 mgr.a (mgr.24293) 6292 : cluster 0 pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:16 smithi044 bash[32620]: cluster 2023-12-07T12:27:15.905604+0000 mgr.a (mgr.24293) 6292 : cluster 0 pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:17.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:17.196 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:17.196 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:16 smithi027 bash[31536]: cluster 2023-12-07T12:27:15.905604+0000 mgr.a (mgr.24293) 6292 : cluster 0 pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:18.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:18.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:18.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:18.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:18.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:18 smithi022 bash[28554]: audit 2023-12-07T12:27:17.603009+0000 mgr.a (mgr.24293) 6293 : audit 0 from='client.133968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:18 smithi022 bash[28554]: cluster 2023-12-07T12:27:17.906368+0000 mgr.a (mgr.24293) 6294 : 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-07T12:27:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:18 smithi044 bash[32620]: audit 2023-12-07T12:27:17.603009+0000 mgr.a (mgr.24293) 6293 : audit 0 from='client.133968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:18 smithi044 bash[32620]: cluster 2023-12-07T12:27:17.906368+0000 mgr.a (mgr.24293) 6294 : 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-07T12:27:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:18 smithi027 bash[31536]: audit 2023-12-07T12:27:17.603009+0000 mgr.a (mgr.24293) 6293 : audit 0 from='client.133968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:18 smithi027 bash[31536]: cluster 2023-12-07T12:27:17.906368+0000 mgr.a (mgr.24293) 6294 : 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-07T12:27:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:20 smithi022 bash[28554]: cluster 2023-12-07T12:27:19.907077+0000 mgr.a (mgr.24293) 6295 : 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-07T12:27:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:20 smithi044 bash[32620]: cluster 2023-12-07T12:27:19.907077+0000 mgr.a (mgr.24293) 6295 : 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-07T12:27:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:20 smithi027 bash[31536]: cluster 2023-12-07T12:27:19.907077+0000 mgr.a (mgr.24293) 6295 : 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-07T12:27:23.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:23.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:23.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:22 smithi022 bash[28554]: cluster 2023-12-07T12:27:21.907914+0000 mgr.a (mgr.24293) 6296 : 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-07T12:27:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:22 smithi044 bash[32620]: cluster 2023-12-07T12:27:21.907914+0000 mgr.a (mgr.24293) 6296 : 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-07T12:27:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:22 smithi027 bash[31536]: cluster 2023-12-07T12:27:21.907914+0000 mgr.a (mgr.24293) 6296 : 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-07T12:27:24.072 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:24.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:24.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:24.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:24.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:24 smithi027 bash[31536]: audit 2023-12-07T12:27:23.544102+0000 mgr.a (mgr.24293) 6297 : audit 0 from='client.134043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:24 smithi027 bash[31536]: cluster 2023-12-07T12:27:23.908592+0000 mgr.a (mgr.24293) 6298 : 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-07T12:27:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:24 smithi022 bash[28554]: audit 2023-12-07T12:27:23.544102+0000 mgr.a (mgr.24293) 6297 : audit 0 from='client.134043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:24 smithi022 bash[28554]: cluster 2023-12-07T12:27:23.908592+0000 mgr.a (mgr.24293) 6298 : 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-07T12:27:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:24 smithi044 bash[32620]: audit 2023-12-07T12:27:23.544102+0000 mgr.a (mgr.24293) 6297 : audit 0 from='client.134043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:24 smithi044 bash[32620]: cluster 2023-12-07T12:27:23.908592+0000 mgr.a (mgr.24293) 6298 : 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-07T12:27:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:26 smithi022 bash[28554]: cluster 2023-12-07T12:27:25.909492+0000 mgr.a (mgr.24293) 6299 : cluster 0 pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:26 smithi044 bash[32620]: cluster 2023-12-07T12:27:25.909492+0000 mgr.a (mgr.24293) 6299 : cluster 0 pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:26 smithi027 bash[31536]: cluster 2023-12-07T12:27:25.909492+0000 mgr.a (mgr.24293) 6299 : cluster 0 pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:29.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:29.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:29.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:28 smithi022 bash[28554]: cluster 2023-12-07T12:27:27.910109+0000 mgr.a (mgr.24293) 6300 : cluster 0 pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:28 smithi044 bash[32620]: cluster 2023-12-07T12:27:27.910109+0000 mgr.a (mgr.24293) 6300 : cluster 0 pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:28 smithi027 bash[31536]: cluster 2023-12-07T12:27:27.910109+0000 mgr.a (mgr.24293) 6300 : cluster 0 pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:29.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:29.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:29.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:29.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:29.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:30 smithi022 bash[28554]: audit 2023-12-07T12:27:29.495633+0000 mgr.a (mgr.24293) 6301 : audit 0 from='client.134115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:31.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:30 smithi022 bash[28554]: cluster 2023-12-07T12:27:29.910805+0000 mgr.a (mgr.24293) 6302 : cluster 0 pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:30 smithi044 bash[32620]: audit 2023-12-07T12:27:29.495633+0000 mgr.a (mgr.24293) 6301 : audit 0 from='client.134115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:30 smithi044 bash[32620]: cluster 2023-12-07T12:27:29.910805+0000 mgr.a (mgr.24293) 6302 : cluster 0 pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:30 smithi027 bash[31536]: audit 2023-12-07T12:27:29.495633+0000 mgr.a (mgr.24293) 6301 : audit 0 from='client.134115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:30 smithi027 bash[31536]: cluster 2023-12-07T12:27:29.910805+0000 mgr.a (mgr.24293) 6302 : cluster 0 pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:32 smithi027 bash[31536]: cluster 2023-12-07T12:27:31.911711+0000 mgr.a (mgr.24293) 6303 : cluster 0 pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:32 smithi022 bash[28554]: cluster 2023-12-07T12:27:31.911711+0000 mgr.a (mgr.24293) 6303 : cluster 0 pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:32 smithi044 bash[32620]: cluster 2023-12-07T12:27:31.911711+0000 mgr.a (mgr.24293) 6303 : cluster 0 pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:34.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:34.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:34.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:34 smithi027 bash[31536]: cluster 2023-12-07T12:27:33.912318+0000 mgr.a (mgr.24293) 6304 : cluster 0 pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:34 smithi022 bash[28554]: cluster 2023-12-07T12:27:33.912318+0000 mgr.a (mgr.24293) 6304 : cluster 0 pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:34 smithi044 bash[32620]: cluster 2023-12-07T12:27:33.912318+0000 mgr.a (mgr.24293) 6304 : cluster 0 pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:35.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:35.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:35.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:35.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:35.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:36 smithi022 bash[28554]: audit 2023-12-07T12:27:35.397639+0000 mgr.a (mgr.24293) 6305 : audit 0 from='client.134193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:36 smithi022 bash[28554]: cluster 2023-12-07T12:27:35.913124+0000 mgr.a (mgr.24293) 6306 : cluster 0 pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:27:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:36 smithi044 bash[32620]: audit 2023-12-07T12:27:35.397639+0000 mgr.a (mgr.24293) 6305 : audit 0 from='client.134193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:36 smithi044 bash[32620]: cluster 2023-12-07T12:27:35.913124+0000 mgr.a (mgr.24293) 6306 : cluster 0 pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:27:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:36 smithi027 bash[31536]: audit 2023-12-07T12:27:35.397639+0000 mgr.a (mgr.24293) 6305 : audit 0 from='client.134193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:36 smithi027 bash[31536]: cluster 2023-12-07T12:27:35.913124+0000 mgr.a (mgr.24293) 6306 : cluster 0 pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:27:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:38 smithi022 bash[28554]: cluster 2023-12-07T12:27:37.913659+0000 mgr.a (mgr.24293) 6307 : cluster 0 pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:27:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:38 smithi044 bash[32620]: cluster 2023-12-07T12:27:37.913659+0000 mgr.a (mgr.24293) 6307 : cluster 0 pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:27:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:38 smithi027 bash[31536]: cluster 2023-12-07T12:27:37.913659+0000 mgr.a (mgr.24293) 6307 : cluster 0 pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:27:40.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:40.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:40.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:40 smithi027 bash[31536]: cluster 2023-12-07T12:27:39.914255+0000 mgr.a (mgr.24293) 6308 : cluster 0 pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:27:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:40 smithi022 bash[28554]: cluster 2023-12-07T12:27:39.914255+0000 mgr.a (mgr.24293) 6308 : cluster 0 pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:27:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:40 smithi044 bash[32620]: cluster 2023-12-07T12:27:39.914255+0000 mgr.a (mgr.24293) 6308 : cluster 0 pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:27:41.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:41.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:41.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:41.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:41.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:42 smithi027 bash[31536]: audit 2023-12-07T12:27:41.343094+0000 mgr.a (mgr.24293) 6309 : audit 0 from='client.134271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:42 smithi027 bash[31536]: cluster 2023-12-07T12:27:41.915348+0000 mgr.a (mgr.24293) 6310 : cluster 0 pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:42 smithi022 bash[28554]: audit 2023-12-07T12:27:41.343094+0000 mgr.a (mgr.24293) 6309 : audit 0 from='client.134271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:42 smithi022 bash[28554]: cluster 2023-12-07T12:27:41.915348+0000 mgr.a (mgr.24293) 6310 : cluster 0 pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:42 smithi044 bash[32620]: audit 2023-12-07T12:27:41.343094+0000 mgr.a (mgr.24293) 6309 : audit 0 from='client.134271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:42 smithi044 bash[32620]: cluster 2023-12-07T12:27:41.915348+0000 mgr.a (mgr.24293) 6310 : cluster 0 pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:44 smithi027 bash[31536]: cluster 2023-12-07T12:27:43.916105+0000 mgr.a (mgr.24293) 6311 : cluster 0 pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:44 smithi022 bash[28554]: cluster 2023-12-07T12:27:43.916105+0000 mgr.a (mgr.24293) 6311 : cluster 0 pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:44 smithi044 bash[32620]: cluster 2023-12-07T12:27:43.916105+0000 mgr.a (mgr.24293) 6311 : cluster 0 pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:46.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:46.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:46.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:46 smithi022 bash[28554]: cluster 2023-12-07T12:27:45.917000+0000 mgr.a (mgr.24293) 6312 : cluster 0 pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:46 smithi044 bash[32620]: cluster 2023-12-07T12:27:45.917000+0000 mgr.a (mgr.24293) 6312 : cluster 0 pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:46 smithi027 bash[31536]: cluster 2023-12-07T12:27:45.917000+0000 mgr.a (mgr.24293) 6312 : cluster 0 pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:47.834 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:47.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:47.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:47.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:47.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:48 smithi027 bash[31536]: audit 2023-12-07T12:27:47.298292+0000 mgr.a (mgr.24293) 6313 : audit 0 from='client.134346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:48 smithi027 bash[31536]: cluster 2023-12-07T12:27:47.917945+0000 mgr.a (mgr.24293) 6314 : cluster 0 pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:27:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:48 smithi022 bash[28554]: audit 2023-12-07T12:27:47.298292+0000 mgr.a (mgr.24293) 6313 : audit 0 from='client.134346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:48 smithi022 bash[28554]: cluster 2023-12-07T12:27:47.917945+0000 mgr.a (mgr.24293) 6314 : cluster 0 pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:27:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:48 smithi044 bash[32620]: audit 2023-12-07T12:27:47.298292+0000 mgr.a (mgr.24293) 6313 : audit 0 from='client.134346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:48 smithi044 bash[32620]: cluster 2023-12-07T12:27:47.917945+0000 mgr.a (mgr.24293) 6314 : cluster 0 pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:27:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:50 smithi027 bash[31536]: cluster 2023-12-07T12:27:49.918630+0000 mgr.a (mgr.24293) 6315 : cluster 0 pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:27:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:50 smithi022 bash[28554]: cluster 2023-12-07T12:27:49.918630+0000 mgr.a (mgr.24293) 6315 : cluster 0 pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:27:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:50 smithi044 bash[32620]: cluster 2023-12-07T12:27:49.918630+0000 mgr.a (mgr.24293) 6315 : cluster 0 pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:27:52.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:52.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:52.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:52 smithi027 bash[31536]: cluster 2023-12-07T12:27:51.919531+0000 mgr.a (mgr.24293) 6316 : cluster 0 pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:27:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:52 smithi022 bash[28554]: cluster 2023-12-07T12:27:51.919531+0000 mgr.a (mgr.24293) 6316 : cluster 0 pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:27:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:52 smithi044 bash[32620]: cluster 2023-12-07T12:27:51.919531+0000 mgr.a (mgr.24293) 6316 : cluster 0 pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:27:53.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:53.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:53.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:53.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:27:53.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:54 smithi027 bash[31536]: audit 2023-12-07T12:27:53.243439+0000 mgr.a (mgr.24293) 6317 : audit 0 from='client.134418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:55.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:54 smithi027 bash[31536]: cluster 2023-12-07T12:27:53.920322+0000 mgr.a (mgr.24293) 6318 : 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-07T12:27:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:54 smithi022 bash[28554]: audit 2023-12-07T12:27:53.243439+0000 mgr.a (mgr.24293) 6317 : audit 0 from='client.134418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:54 smithi022 bash[28554]: cluster 2023-12-07T12:27:53.920322+0000 mgr.a (mgr.24293) 6318 : 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-07T12:27:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:54 smithi044 bash[32620]: audit 2023-12-07T12:27:53.243439+0000 mgr.a (mgr.24293) 6317 : audit 0 from='client.134418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:54 smithi044 bash[32620]: cluster 2023-12-07T12:27:53.920322+0000 mgr.a (mgr.24293) 6318 : 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-07T12:27:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:56 smithi027 bash[31536]: cluster 2023-12-07T12:27:55.921137+0000 mgr.a (mgr.24293) 6319 : 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-07T12:27:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:56 smithi044 bash[32620]: cluster 2023-12-07T12:27:55.921137+0000 mgr.a (mgr.24293) 6319 : 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-07T12:27:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:56 smithi022 bash[28554]: cluster 2023-12-07T12:27:55.921137+0000 mgr.a (mgr.24293) 6319 : 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-07T12:27:58.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:27:58.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:58.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:58 smithi027 bash[31536]: cluster 2023-12-07T12:27:57.921729+0000 mgr.a (mgr.24293) 6320 : 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-07T12:27:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:58 smithi022 bash[28554]: cluster 2023-12-07T12:27:57.921729+0000 mgr.a (mgr.24293) 6320 : 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-07T12:27:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:58 smithi044 bash[32620]: cluster 2023-12-07T12:27:57.921729+0000 mgr.a (mgr.24293) 6320 : 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-07T12:27:59.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:27:59.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:59.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:59.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:59.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:27:59 smithi027 bash[31536]: audit 2023-12-07T12:27:59.186250+0000 mgr.a (mgr.24293) 6321 : audit 0 from='client.134496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:27:59 smithi022 bash[28554]: audit 2023-12-07T12:27:59.186250+0000 mgr.a (mgr.24293) 6321 : audit 0 from='client.134496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:27:59 smithi044 bash[32620]: audit 2023-12-07T12:27:59.186250+0000 mgr.a (mgr.24293) 6321 : audit 0 from='client.134496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:00 smithi027 bash[31536]: cluster 2023-12-07T12:27:59.922428+0000 mgr.a (mgr.24293) 6322 : 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-07T12:28:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:00 smithi022 bash[28554]: cluster 2023-12-07T12:27:59.922428+0000 mgr.a (mgr.24293) 6322 : 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-07T12:28:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:00 smithi044 bash[32620]: cluster 2023-12-07T12:27:59.922428+0000 mgr.a (mgr.24293) 6322 : 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-07T12:28:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:02 smithi027 bash[31536]: cluster 2023-12-07T12:28:01.923303+0000 mgr.a (mgr.24293) 6323 : cluster 0 pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:02 smithi022 bash[28554]: cluster 2023-12-07T12:28:01.923303+0000 mgr.a (mgr.24293) 6323 : cluster 0 pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:02 smithi044 bash[32620]: cluster 2023-12-07T12:28:01.923303+0000 mgr.a (mgr.24293) 6323 : cluster 0 pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:04.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:04.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:04.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:04 smithi027 bash[31536]: cluster 2023-12-07T12:28:03.923857+0000 mgr.a (mgr.24293) 6324 : cluster 0 pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:04 smithi022 bash[28554]: cluster 2023-12-07T12:28:03.923857+0000 mgr.a (mgr.24293) 6324 : cluster 0 pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:04 smithi044 bash[32620]: cluster 2023-12-07T12:28:03.923857+0000 mgr.a (mgr.24293) 6324 : cluster 0 pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:05.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:05.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:05.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:05.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:05.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:05 smithi022 bash[28554]: audit 2023-12-07T12:28:05.127137+0000 mgr.a (mgr.24293) 6325 : audit 0 from='client.134571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:05 smithi044 bash[32620]: audit 2023-12-07T12:28:05.127137+0000 mgr.a (mgr.24293) 6325 : audit 0 from='client.134571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:05 smithi027 bash[31536]: audit 2023-12-07T12:28:05.127137+0000 mgr.a (mgr.24293) 6325 : audit 0 from='client.134571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:06 smithi022 bash[28554]: cluster 2023-12-07T12:28:05.925010+0000 mgr.a (mgr.24293) 6326 : cluster 0 pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:28:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:06 smithi044 bash[32620]: cluster 2023-12-07T12:28:05.925010+0000 mgr.a (mgr.24293) 6326 : cluster 0 pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:28:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:06 smithi027 bash[31536]: cluster 2023-12-07T12:28:05.925010+0000 mgr.a (mgr.24293) 6326 : cluster 0 pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:28:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:08 smithi022 bash[28554]: cluster 2023-12-07T12:28:07.925668+0000 mgr.a (mgr.24293) 6327 : cluster 0 pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:28:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:08 smithi044 bash[32620]: cluster 2023-12-07T12:28:07.925668+0000 mgr.a (mgr.24293) 6327 : cluster 0 pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:28:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:08 smithi027 bash[31536]: cluster 2023-12-07T12:28:07.925668+0000 mgr.a (mgr.24293) 6327 : cluster 0 pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:28:10.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:10.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:10.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:10 smithi022 bash[28554]: cluster 2023-12-07T12:28:09.926223+0000 mgr.a (mgr.24293) 6328 : cluster 0 pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:28:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:10 smithi044 bash[32620]: cluster 2023-12-07T12:28:09.926223+0000 mgr.a (mgr.24293) 6328 : cluster 0 pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:28:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:10 smithi027 bash[31536]: cluster 2023-12-07T12:28:09.926223+0000 mgr.a (mgr.24293) 6328 : cluster 0 pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T12:28:11.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:11 smithi022 bash[28554]: audit 2023-12-07T12:28:11.077885+0000 mgr.a (mgr.24293) 6329 : audit 0 from='client.134640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:11 smithi044 bash[32620]: audit 2023-12-07T12:28:11.077885+0000 mgr.a (mgr.24293) 6329 : audit 0 from='client.134640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:11 smithi027 bash[31536]: audit 2023-12-07T12:28:11.077885+0000 mgr.a (mgr.24293) 6329 : audit 0 from='client.134640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:12 smithi022 bash[28554]: cluster 2023-12-07T12:28:11.927319+0000 mgr.a (mgr.24293) 6330 : 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-07T12:28:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:12 smithi044 bash[32620]: cluster 2023-12-07T12:28:11.927319+0000 mgr.a (mgr.24293) 6330 : 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-07T12:28:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:12 smithi027 bash[31536]: cluster 2023-12-07T12:28:11.927319+0000 mgr.a (mgr.24293) 6330 : 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-07T12:28:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:13 smithi022 bash[28554]: audit 2023-12-07T12:28:13.025351+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:28:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:13 smithi022 bash[28554]: audit 2023-12-07T12:28:13.813567+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:28:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:13 smithi022 bash[28554]: audit 2023-12-07T12:28:13.815568+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:28:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:13 smithi022 bash[28554]: audit 2023-12-07T12:28:13.825651+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:28:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:13 smithi044 bash[32620]: audit 2023-12-07T12:28:13.025351+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:28:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:13 smithi044 bash[32620]: audit 2023-12-07T12:28:13.813567+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:28:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:13 smithi044 bash[32620]: audit 2023-12-07T12:28:13.815568+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:28:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:13 smithi044 bash[32620]: audit 2023-12-07T12:28:13.825651+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:28:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:13 smithi027 bash[31536]: audit 2023-12-07T12:28:13.025351+0000 mon.a (mon.0) 1338 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:28:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:13 smithi027 bash[31536]: audit 2023-12-07T12:28:13.813567+0000 mon.a (mon.0) 1339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:28:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:13 smithi027 bash[31536]: audit 2023-12-07T12:28:13.815568+0000 mon.a (mon.0) 1340 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:28:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:13 smithi027 bash[31536]: audit 2023-12-07T12:28:13.825651+0000 mon.a (mon.0) 1341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:28:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:14 smithi022 bash[28554]: cluster 2023-12-07T12:28:13.927904+0000 mgr.a (mgr.24293) 6331 : cluster 0 pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:14 smithi044 bash[32620]: cluster 2023-12-07T12:28:13.927904+0000 mgr.a (mgr.24293) 6331 : cluster 0 pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:14 smithi027 bash[31536]: cluster 2023-12-07T12:28:13.927904+0000 mgr.a (mgr.24293) 6331 : cluster 0 pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:16.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:16.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:16.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:16 smithi027 bash[31536]: cluster 2023-12-07T12:28:15.928669+0000 mgr.a (mgr.24293) 6332 : cluster 0 pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:16 smithi022 bash[28554]: cluster 2023-12-07T12:28:15.928669+0000 mgr.a (mgr.24293) 6332 : cluster 0 pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:16 smithi044 bash[32620]: cluster 2023-12-07T12:28:15.928669+0000 mgr.a (mgr.24293) 6332 : cluster 0 pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:17.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:17.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:17.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:17.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:17.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:17 smithi027 bash[31536]: audit 2023-12-07T12:28:17.025276+0000 mgr.a (mgr.24293) 6333 : audit 0 from='client.134718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:17 smithi022 bash[28554]: audit 2023-12-07T12:28:17.025276+0000 mgr.a (mgr.24293) 6333 : audit 0 from='client.134718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:17 smithi044 bash[32620]: audit 2023-12-07T12:28:17.025276+0000 mgr.a (mgr.24293) 6333 : audit 0 from='client.134718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:18 smithi022 bash[28554]: cluster 2023-12-07T12:28:17.929385+0000 mgr.a (mgr.24293) 6334 : cluster 0 pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:28:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:18 smithi044 bash[32620]: cluster 2023-12-07T12:28:17.929385+0000 mgr.a (mgr.24293) 6334 : cluster 0 pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:28:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:18 smithi027 bash[31536]: cluster 2023-12-07T12:28:17.929385+0000 mgr.a (mgr.24293) 6334 : cluster 0 pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:28:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:20 smithi022 bash[28554]: cluster 2023-12-07T12:28:19.930029+0000 mgr.a (mgr.24293) 6335 : cluster 0 pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:28:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:20 smithi044 bash[32620]: cluster 2023-12-07T12:28:19.930029+0000 mgr.a (mgr.24293) 6335 : cluster 0 pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:28:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:20 smithi027 bash[31536]: cluster 2023-12-07T12:28:19.930029+0000 mgr.a (mgr.24293) 6335 : cluster 0 pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T12:28:22.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:22.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:22.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:22 smithi022 bash[28554]: cluster 2023-12-07T12:28:21.930901+0000 mgr.a (mgr.24293) 6336 : cluster 0 pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:28:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:22 smithi044 bash[32620]: cluster 2023-12-07T12:28:21.930901+0000 mgr.a (mgr.24293) 6336 : cluster 0 pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:28:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:22 smithi027 bash[31536]: cluster 2023-12-07T12:28:21.930901+0000 mgr.a (mgr.24293) 6336 : cluster 0 pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:28:23.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:23.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:23.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:23.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:23.514 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:23 smithi022 bash[28554]: audit 2023-12-07T12:28:22.957099+0000 mgr.a (mgr.24293) 6337 : audit 0 from='client.134790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:23 smithi044 bash[32620]: audit 2023-12-07T12:28:22.957099+0000 mgr.a (mgr.24293) 6337 : audit 0 from='client.134790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:23 smithi027 bash[31536]: audit 2023-12-07T12:28:22.957099+0000 mgr.a (mgr.24293) 6337 : audit 0 from='client.134790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:24 smithi022 bash[28554]: cluster 2023-12-07T12:28:23.931796+0000 mgr.a (mgr.24293) 6338 : 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-07T12:28:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:24 smithi044 bash[32620]: cluster 2023-12-07T12:28:23.931796+0000 mgr.a (mgr.24293) 6338 : 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-07T12:28:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:24 smithi027 bash[31536]: cluster 2023-12-07T12:28:23.931796+0000 mgr.a (mgr.24293) 6338 : 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-07T12:28:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:26 smithi027 bash[31536]: cluster 2023-12-07T12:28:25.932742+0000 mgr.a (mgr.24293) 6339 : 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-07T12:28:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:26 smithi022 bash[28554]: cluster 2023-12-07T12:28:25.932742+0000 mgr.a (mgr.24293) 6339 : 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-07T12:28:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:26 smithi044 bash[32620]: cluster 2023-12-07T12:28:25.932742+0000 mgr.a (mgr.24293) 6339 : 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-07T12:28:28.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:28.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:28.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:28 smithi027 bash[31536]: cluster 2023-12-07T12:28:27.933402+0000 mgr.a (mgr.24293) 6340 : 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-07T12:28:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:28 smithi022 bash[28554]: cluster 2023-12-07T12:28:27.933402+0000 mgr.a (mgr.24293) 6340 : 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-07T12:28:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:28 smithi044 bash[32620]: cluster 2023-12-07T12:28:27.933402+0000 mgr.a (mgr.24293) 6340 : 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-07T12:28:29.447 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:29.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:29.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:29.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:29.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:29 smithi022 bash[28554]: audit 2023-12-07T12:28:28.931194+0000 mgr.a (mgr.24293) 6341 : audit 0 from='client.115379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:29 smithi044 bash[32620]: audit 2023-12-07T12:28:28.931194+0000 mgr.a (mgr.24293) 6341 : audit 0 from='client.115379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:29 smithi027 bash[31536]: audit 2023-12-07T12:28:28.931194+0000 mgr.a (mgr.24293) 6341 : audit 0 from='client.115379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:30 smithi022 bash[28554]: cluster 2023-12-07T12:28:29.934141+0000 mgr.a (mgr.24293) 6342 : 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-07T12:28:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:30 smithi044 bash[32620]: cluster 2023-12-07T12:28:29.934141+0000 mgr.a (mgr.24293) 6342 : 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-07T12:28:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:30 smithi027 bash[31536]: cluster 2023-12-07T12:28:29.934141+0000 mgr.a (mgr.24293) 6342 : 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-07T12:28:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:32 smithi022 bash[28554]: cluster 2023-12-07T12:28:31.934986+0000 mgr.a (mgr.24293) 6343 : cluster 0 pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:32 smithi044 bash[32620]: cluster 2023-12-07T12:28:31.934986+0000 mgr.a (mgr.24293) 6343 : cluster 0 pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:32 smithi027 bash[31536]: cluster 2023-12-07T12:28:31.934986+0000 mgr.a (mgr.24293) 6343 : cluster 0 pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:34.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:34.451 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:34.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:35.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:35.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:35.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:35.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:35.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:34 smithi022 bash[28554]: cluster 2023-12-07T12:28:33.935566+0000 mgr.a (mgr.24293) 6344 : cluster 0 pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:34 smithi044 bash[32620]: cluster 2023-12-07T12:28:33.935566+0000 mgr.a (mgr.24293) 6344 : cluster 0 pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:34 smithi027 bash[31536]: cluster 2023-12-07T12:28:33.935566+0000 mgr.a (mgr.24293) 6344 : cluster 0 pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:35 smithi022 bash[28554]: audit 2023-12-07T12:28:34.863366+0000 mgr.a (mgr.24293) 6345 : audit 0 from='client.134946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:35 smithi044 bash[32620]: audit 2023-12-07T12:28:34.863366+0000 mgr.a (mgr.24293) 6345 : audit 0 from='client.134946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:35 smithi027 bash[31536]: audit 2023-12-07T12:28:34.863366+0000 mgr.a (mgr.24293) 6345 : audit 0 from='client.134946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:36 smithi022 bash[28554]: cluster 2023-12-07T12:28:35.936467+0000 mgr.a (mgr.24293) 6346 : cluster 0 pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:36 smithi044 bash[32620]: cluster 2023-12-07T12:28:35.936467+0000 mgr.a (mgr.24293) 6346 : cluster 0 pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:36 smithi027 bash[31536]: cluster 2023-12-07T12:28:35.936467+0000 mgr.a (mgr.24293) 6346 : cluster 0 pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:38 smithi022 bash[28554]: cluster 2023-12-07T12:28:37.937040+0000 mgr.a (mgr.24293) 6347 : cluster 0 pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:38 smithi044 bash[32620]: cluster 2023-12-07T12:28:37.937040+0000 mgr.a (mgr.24293) 6347 : cluster 0 pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:38 smithi027 bash[31536]: cluster 2023-12-07T12:28:37.937040+0000 mgr.a (mgr.24293) 6347 : cluster 0 pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:40.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:40.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:40.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:41.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:41.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:41.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:41.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:41.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:40 smithi022 bash[28554]: cluster 2023-12-07T12:28:39.937604+0000 mgr.a (mgr.24293) 6348 : cluster 0 pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:40 smithi044 bash[32620]: cluster 2023-12-07T12:28:39.937604+0000 mgr.a (mgr.24293) 6348 : cluster 0 pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:40 smithi027 bash[31536]: cluster 2023-12-07T12:28:39.937604+0000 mgr.a (mgr.24293) 6348 : cluster 0 pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:41 smithi022 bash[28554]: audit 2023-12-07T12:28:40.807515+0000 mgr.a (mgr.24293) 6349 : audit 0 from='client.135018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:41 smithi044 bash[32620]: audit 2023-12-07T12:28:40.807515+0000 mgr.a (mgr.24293) 6349 : audit 0 from='client.135018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:41 smithi027 bash[31536]: audit 2023-12-07T12:28:40.807515+0000 mgr.a (mgr.24293) 6349 : audit 0 from='client.135018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:42 smithi022 bash[28554]: cluster 2023-12-07T12:28:41.938677+0000 mgr.a (mgr.24293) 6350 : 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-07T12:28:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:42 smithi044 bash[32620]: cluster 2023-12-07T12:28:41.938677+0000 mgr.a (mgr.24293) 6350 : 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-07T12:28:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:42 smithi027 bash[31536]: cluster 2023-12-07T12:28:41.938677+0000 mgr.a (mgr.24293) 6350 : 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-07T12:28:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:44 smithi022 bash[28554]: cluster 2023-12-07T12:28:43.939244+0000 mgr.a (mgr.24293) 6351 : cluster 0 pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:44 smithi044 bash[32620]: cluster 2023-12-07T12:28:43.939244+0000 mgr.a (mgr.24293) 6351 : cluster 0 pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:44 smithi027 bash[31536]: cluster 2023-12-07T12:28:43.939244+0000 mgr.a (mgr.24293) 6351 : cluster 0 pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:46.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:46.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:46.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:46 smithi027 bash[31536]: cluster 2023-12-07T12:28:45.940211+0000 mgr.a (mgr.24293) 6352 : cluster 0 pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:47.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:47.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:46 smithi022 bash[28554]: cluster 2023-12-07T12:28:45.940211+0000 mgr.a (mgr.24293) 6352 : cluster 0 pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:46 smithi044 bash[32620]: cluster 2023-12-07T12:28:45.940211+0000 mgr.a (mgr.24293) 6352 : cluster 0 pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:47 smithi022 bash[28554]: audit 2023-12-07T12:28:46.766661+0000 mgr.a (mgr.24293) 6353 : audit 0 from='client.135096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:47 smithi044 bash[32620]: audit 2023-12-07T12:28:46.766661+0000 mgr.a (mgr.24293) 6353 : audit 0 from='client.135096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:47 smithi027 bash[31536]: audit 2023-12-07T12:28:46.766661+0000 mgr.a (mgr.24293) 6353 : audit 0 from='client.135096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:48 smithi022 bash[28554]: cluster 2023-12-07T12:28:47.940956+0000 mgr.a (mgr.24293) 6354 : cluster 0 pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:48 smithi044 bash[32620]: cluster 2023-12-07T12:28:47.940956+0000 mgr.a (mgr.24293) 6354 : cluster 0 pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:48 smithi027 bash[31536]: cluster 2023-12-07T12:28:47.940956+0000 mgr.a (mgr.24293) 6354 : cluster 0 pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:50 smithi022 bash[28554]: cluster 2023-12-07T12:28:49.941541+0000 mgr.a (mgr.24293) 6355 : cluster 0 pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:50 smithi044 bash[32620]: cluster 2023-12-07T12:28:49.941541+0000 mgr.a (mgr.24293) 6355 : cluster 0 pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:50 smithi027 bash[31536]: cluster 2023-12-07T12:28:49.941541+0000 mgr.a (mgr.24293) 6355 : cluster 0 pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:52.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:52.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:52.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:53.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:53.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:53.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:53.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:53.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:52 smithi022 bash[28554]: cluster 2023-12-07T12:28:51.942359+0000 mgr.a (mgr.24293) 6356 : cluster 0 pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:52 smithi044 bash[32620]: cluster 2023-12-07T12:28:51.942359+0000 mgr.a (mgr.24293) 6356 : cluster 0 pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:52 smithi027 bash[31536]: cluster 2023-12-07T12:28:51.942359+0000 mgr.a (mgr.24293) 6356 : cluster 0 pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:53 smithi022 bash[28554]: audit 2023-12-07T12:28:52.715748+0000 mgr.a (mgr.24293) 6357 : audit 0 from='client.135171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:53 smithi044 bash[32620]: audit 2023-12-07T12:28:52.715748+0000 mgr.a (mgr.24293) 6357 : audit 0 from='client.135171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:53 smithi027 bash[31536]: audit 2023-12-07T12:28:52.715748+0000 mgr.a (mgr.24293) 6357 : audit 0 from='client.135171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:54 smithi022 bash[28554]: cluster 2023-12-07T12:28:53.943032+0000 mgr.a (mgr.24293) 6358 : 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-07T12:28:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:54 smithi044 bash[32620]: cluster 2023-12-07T12:28:53.943032+0000 mgr.a (mgr.24293) 6358 : 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-07T12:28:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:54 smithi027 bash[31536]: cluster 2023-12-07T12:28:53.943032+0000 mgr.a (mgr.24293) 6358 : 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-07T12:28:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:56 smithi022 bash[28554]: cluster 2023-12-07T12:28:55.943856+0000 mgr.a (mgr.24293) 6359 : 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-07T12:28:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:56 smithi044 bash[32620]: cluster 2023-12-07T12:28:55.943856+0000 mgr.a (mgr.24293) 6359 : 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-07T12:28:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:56 smithi027 bash[31536]: cluster 2023-12-07T12:28:55.943856+0000 mgr.a (mgr.24293) 6359 : 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-07T12:28:58.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:28:58.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:58.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:59.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:28:59.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:59.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:59.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:59.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:28:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:58 smithi022 bash[28554]: cluster 2023-12-07T12:28:57.944374+0000 mgr.a (mgr.24293) 6360 : 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-07T12:28:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:58 smithi044 bash[32620]: cluster 2023-12-07T12:28:57.944374+0000 mgr.a (mgr.24293) 6360 : 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-07T12:28:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:58 smithi027 bash[31536]: cluster 2023-12-07T12:28:57.944374+0000 mgr.a (mgr.24293) 6360 : 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-07T12:29:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:28:59 smithi022 bash[28554]: audit 2023-12-07T12:28:58.644659+0000 mgr.a (mgr.24293) 6361 : audit 0 from='client.135249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:28:59 smithi044 bash[32620]: audit 2023-12-07T12:28:58.644659+0000 mgr.a (mgr.24293) 6361 : audit 0 from='client.135249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:28:59 smithi027 bash[31536]: audit 2023-12-07T12:28:58.644659+0000 mgr.a (mgr.24293) 6361 : audit 0 from='client.135249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:00 smithi022 bash[28554]: cluster 2023-12-07T12:28:59.945020+0000 mgr.a (mgr.24293) 6362 : 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-07T12:29:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:00 smithi044 bash[32620]: cluster 2023-12-07T12:28:59.945020+0000 mgr.a (mgr.24293) 6362 : 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-07T12:29:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:00 smithi027 bash[31536]: cluster 2023-12-07T12:28:59.945020+0000 mgr.a (mgr.24293) 6362 : 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-07T12:29:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:02 smithi022 bash[28554]: cluster 2023-12-07T12:29:01.945847+0000 mgr.a (mgr.24293) 6363 : 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-07T12:29:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:02 smithi044 bash[32620]: cluster 2023-12-07T12:29:01.945847+0000 mgr.a (mgr.24293) 6363 : 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-07T12:29:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:02 smithi027 bash[31536]: cluster 2023-12-07T12:29:01.945847+0000 mgr.a (mgr.24293) 6363 : 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-07T12:29:04.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:04.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:04.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:05.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:05.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:05.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:05.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:05.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:04 smithi022 bash[28554]: cluster 2023-12-07T12:29:03.946395+0000 mgr.a (mgr.24293) 6364 : 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-07T12:29:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:04 smithi044 bash[32620]: cluster 2023-12-07T12:29:03.946395+0000 mgr.a (mgr.24293) 6364 : 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-07T12:29:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:04 smithi027 bash[31536]: cluster 2023-12-07T12:29:03.946395+0000 mgr.a (mgr.24293) 6364 : 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-07T12:29:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:05 smithi022 bash[28554]: audit 2023-12-07T12:29:04.597944+0000 mgr.a (mgr.24293) 6365 : audit 0 from='client.135327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:05 smithi044 bash[32620]: audit 2023-12-07T12:29:04.597944+0000 mgr.a (mgr.24293) 6365 : audit 0 from='client.135327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:05 smithi027 bash[31536]: audit 2023-12-07T12:29:04.597944+0000 mgr.a (mgr.24293) 6365 : audit 0 from='client.135327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:06 smithi022 bash[28554]: cluster 2023-12-07T12:29:05.947458+0000 mgr.a (mgr.24293) 6366 : cluster 0 pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:06 smithi044 bash[32620]: cluster 2023-12-07T12:29:05.947458+0000 mgr.a (mgr.24293) 6366 : cluster 0 pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:06 smithi027 bash[31536]: cluster 2023-12-07T12:29:05.947458+0000 mgr.a (mgr.24293) 6366 : cluster 0 pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:08 smithi022 bash[28554]: cluster 2023-12-07T12:29:07.948083+0000 mgr.a (mgr.24293) 6367 : cluster 0 pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:08 smithi044 bash[32620]: cluster 2023-12-07T12:29:07.948083+0000 mgr.a (mgr.24293) 6367 : cluster 0 pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:08 smithi027 bash[31536]: cluster 2023-12-07T12:29:07.948083+0000 mgr.a (mgr.24293) 6367 : cluster 0 pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:10.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:10.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:10.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:11.062 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:11.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:11.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:11.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:11.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:10 smithi022 bash[28554]: cluster 2023-12-07T12:29:09.948737+0000 mgr.a (mgr.24293) 6368 : cluster 0 pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:10 smithi044 bash[32620]: cluster 2023-12-07T12:29:09.948737+0000 mgr.a (mgr.24293) 6368 : cluster 0 pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:10 smithi027 bash[31536]: cluster 2023-12-07T12:29:09.948737+0000 mgr.a (mgr.24293) 6368 : cluster 0 pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:11 smithi022 bash[28554]: audit 2023-12-07T12:29:10.526739+0000 mgr.a (mgr.24293) 6369 : audit 0 from='client.135402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:11 smithi044 bash[32620]: audit 2023-12-07T12:29:10.526739+0000 mgr.a (mgr.24293) 6369 : audit 0 from='client.135402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:11 smithi027 bash[31536]: audit 2023-12-07T12:29:10.526739+0000 mgr.a (mgr.24293) 6369 : audit 0 from='client.135402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:12 smithi022 bash[28554]: cluster 2023-12-07T12:29:11.949802+0000 mgr.a (mgr.24293) 6370 : 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-07T12:29:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:12 smithi044 bash[32620]: cluster 2023-12-07T12:29:11.949802+0000 mgr.a (mgr.24293) 6370 : 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-07T12:29:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:12 smithi027 bash[31536]: cluster 2023-12-07T12:29:11.949802+0000 mgr.a (mgr.24293) 6370 : 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-07T12:29:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:14 smithi022 bash[28554]: audit 2023-12-07T12:29:13.929370+0000 mon.a (mon.0) 1342 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:29:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:14 smithi044 bash[32620]: audit 2023-12-07T12:29:13.929370+0000 mon.a (mon.0) 1342 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:29:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:14 smithi027 bash[31536]: audit 2023-12-07T12:29:13.929370+0000 mon.a (mon.0) 1342 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:29:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:15 smithi022 bash[28554]: cluster 2023-12-07T12:29:13.950245+0000 mgr.a (mgr.24293) 6371 : 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-07T12:29:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:15 smithi022 bash[28554]: audit 2023-12-07T12:29:14.715999+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:29:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:15 smithi022 bash[28554]: audit 2023-12-07T12:29:14.717841+0000 mon.a (mon.0) 1344 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:29:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:15 smithi022 bash[28554]: audit 2023-12-07T12:29:14.727735+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:29:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:15 smithi044 bash[32620]: cluster 2023-12-07T12:29:13.950245+0000 mgr.a (mgr.24293) 6371 : 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-07T12:29:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:15 smithi044 bash[32620]: audit 2023-12-07T12:29:14.715999+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:29:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:15 smithi044 bash[32620]: audit 2023-12-07T12:29:14.717841+0000 mon.a (mon.0) 1344 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:29:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:15 smithi044 bash[32620]: audit 2023-12-07T12:29:14.727735+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:29:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:15 smithi027 bash[31536]: cluster 2023-12-07T12:29:13.950245+0000 mgr.a (mgr.24293) 6371 : 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-07T12:29:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:15 smithi027 bash[31536]: audit 2023-12-07T12:29:14.715999+0000 mon.a (mon.0) 1343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:29:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:15 smithi027 bash[31536]: audit 2023-12-07T12:29:14.717841+0000 mon.a (mon.0) 1344 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:29:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:15 smithi027 bash[31536]: audit 2023-12-07T12:29:14.727735+0000 mon.a (mon.0) 1345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:29:16.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:16.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:16.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:17.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:17.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:17.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:17.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:17.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:16 smithi022 bash[28554]: cluster 2023-12-07T12:29:15.950964+0000 mgr.a (mgr.24293) 6372 : 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-07T12:29:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:16 smithi044 bash[32620]: cluster 2023-12-07T12:29:15.950964+0000 mgr.a (mgr.24293) 6372 : 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-07T12:29:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:16 smithi027 bash[31536]: cluster 2023-12-07T12:29:15.950964+0000 mgr.a (mgr.24293) 6372 : 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-07T12:29:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:17 smithi022 bash[28554]: audit 2023-12-07T12:29:16.478840+0000 mgr.a (mgr.24293) 6373 : audit 0 from='client.135474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:17 smithi044 bash[32620]: audit 2023-12-07T12:29:16.478840+0000 mgr.a (mgr.24293) 6373 : audit 0 from='client.135474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:17 smithi027 bash[31536]: audit 2023-12-07T12:29:16.478840+0000 mgr.a (mgr.24293) 6373 : audit 0 from='client.135474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:18 smithi022 bash[28554]: cluster 2023-12-07T12:29:17.951581+0000 mgr.a (mgr.24293) 6374 : cluster 0 pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:18 smithi044 bash[32620]: cluster 2023-12-07T12:29:17.951581+0000 mgr.a (mgr.24293) 6374 : cluster 0 pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:18 smithi027 bash[31536]: cluster 2023-12-07T12:29:17.951581+0000 mgr.a (mgr.24293) 6374 : cluster 0 pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:20 smithi022 bash[28554]: cluster 2023-12-07T12:29:19.952147+0000 mgr.a (mgr.24293) 6375 : cluster 0 pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:20 smithi044 bash[32620]: cluster 2023-12-07T12:29:19.952147+0000 mgr.a (mgr.24293) 6375 : cluster 0 pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:20 smithi027 bash[31536]: cluster 2023-12-07T12:29:19.952147+0000 mgr.a (mgr.24293) 6375 : cluster 0 pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:22.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:22.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:22.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:22.973 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:22.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:22.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:22.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:22.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:22 smithi022 bash[28554]: cluster 2023-12-07T12:29:21.952961+0000 mgr.a (mgr.24293) 6376 : cluster 0 pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:22 smithi044 bash[32620]: cluster 2023-12-07T12:29:21.952961+0000 mgr.a (mgr.24293) 6376 : cluster 0 pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:22 smithi027 bash[31536]: cluster 2023-12-07T12:29:21.952961+0000 mgr.a (mgr.24293) 6376 : cluster 0 pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:23 smithi022 bash[28554]: audit 2023-12-07T12:29:22.439575+0000 mgr.a (mgr.24293) 6377 : audit 0 from='client.135552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:23 smithi044 bash[32620]: audit 2023-12-07T12:29:22.439575+0000 mgr.a (mgr.24293) 6377 : audit 0 from='client.135552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:23 smithi027 bash[31536]: audit 2023-12-07T12:29:22.439575+0000 mgr.a (mgr.24293) 6377 : audit 0 from='client.135552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:24 smithi022 bash[28554]: cluster 2023-12-07T12:29:23.953569+0000 mgr.a (mgr.24293) 6378 : 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-07T12:29:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:24 smithi044 bash[32620]: cluster 2023-12-07T12:29:23.953569+0000 mgr.a (mgr.24293) 6378 : 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-07T12:29:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:24 smithi027 bash[31536]: cluster 2023-12-07T12:29:23.953569+0000 mgr.a (mgr.24293) 6378 : 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-07T12:29:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:26 smithi022 bash[28554]: cluster 2023-12-07T12:29:25.954378+0000 mgr.a (mgr.24293) 6379 : 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-07T12:29:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:26 smithi044 bash[32620]: cluster 2023-12-07T12:29:25.954378+0000 mgr.a (mgr.24293) 6379 : 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-07T12:29:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:26 smithi027 bash[31536]: cluster 2023-12-07T12:29:25.954378+0000 mgr.a (mgr.24293) 6379 : 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-07T12:29:27.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:27.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:27.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:28.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:28.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:28.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:28.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:28.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:28 smithi022 bash[28554]: cluster 2023-12-07T12:29:27.954999+0000 mgr.a (mgr.24293) 6380 : 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-07T12:29:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:28 smithi044 bash[32620]: cluster 2023-12-07T12:29:27.954999+0000 mgr.a (mgr.24293) 6380 : 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-07T12:29:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:28 smithi027 bash[31536]: cluster 2023-12-07T12:29:27.954999+0000 mgr.a (mgr.24293) 6380 : 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-07T12:29:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:29 smithi022 bash[28554]: audit 2023-12-07T12:29:28.383936+0000 mgr.a (mgr.24293) 6381 : audit 0 from='client.135630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:29 smithi044 bash[32620]: audit 2023-12-07T12:29:28.383936+0000 mgr.a (mgr.24293) 6381 : audit 0 from='client.135630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:29 smithi027 bash[31536]: audit 2023-12-07T12:29:28.383936+0000 mgr.a (mgr.24293) 6381 : audit 0 from='client.135630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:30 smithi022 bash[28554]: cluster 2023-12-07T12:29:29.955616+0000 mgr.a (mgr.24293) 6382 : 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-07T12:29:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:30 smithi044 bash[32620]: cluster 2023-12-07T12:29:29.955616+0000 mgr.a (mgr.24293) 6382 : 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-07T12:29:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:30 smithi027 bash[31536]: cluster 2023-12-07T12:29:29.955616+0000 mgr.a (mgr.24293) 6382 : 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-07T12:29:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:32 smithi022 bash[28554]: cluster 2023-12-07T12:29:31.956372+0000 mgr.a (mgr.24293) 6383 : 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-07T12:29:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:32 smithi044 bash[32620]: cluster 2023-12-07T12:29:31.956372+0000 mgr.a (mgr.24293) 6383 : 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-07T12:29:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:32 smithi027 bash[31536]: cluster 2023-12-07T12:29:31.956372+0000 mgr.a (mgr.24293) 6383 : 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-07T12:29:33.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:33.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:33.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:34.854 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:34.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:34.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:34.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:34.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:34 smithi022 bash[28554]: cluster 2023-12-07T12:29:33.957065+0000 mgr.a (mgr.24293) 6384 : 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-07T12:29:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:34 smithi044 bash[32620]: cluster 2023-12-07T12:29:33.957065+0000 mgr.a (mgr.24293) 6384 : 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-07T12:29:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:34 smithi027 bash[31536]: cluster 2023-12-07T12:29:33.957065+0000 mgr.a (mgr.24293) 6384 : 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-07T12:29:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:35 smithi022 bash[28554]: audit 2023-12-07T12:29:34.336013+0000 mgr.a (mgr.24293) 6385 : audit 0 from='client.135705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:35 smithi044 bash[32620]: audit 2023-12-07T12:29:34.336013+0000 mgr.a (mgr.24293) 6385 : audit 0 from='client.135705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:35 smithi027 bash[31536]: audit 2023-12-07T12:29:34.336013+0000 mgr.a (mgr.24293) 6385 : audit 0 from='client.135705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:36 smithi022 bash[28554]: cluster 2023-12-07T12:29:35.957885+0000 mgr.a (mgr.24293) 6386 : cluster 0 pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:36 smithi044 bash[32620]: cluster 2023-12-07T12:29:35.957885+0000 mgr.a (mgr.24293) 6386 : cluster 0 pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:36 smithi027 bash[31536]: cluster 2023-12-07T12:29:35.957885+0000 mgr.a (mgr.24293) 6386 : cluster 0 pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:38 smithi022 bash[28554]: cluster 2023-12-07T12:29:37.958458+0000 mgr.a (mgr.24293) 6387 : cluster 0 pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:38 smithi044 bash[32620]: cluster 2023-12-07T12:29:37.958458+0000 mgr.a (mgr.24293) 6387 : cluster 0 pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:38 smithi027 bash[31536]: cluster 2023-12-07T12:29:37.958458+0000 mgr.a (mgr.24293) 6387 : cluster 0 pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:39.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:39.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:39.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:40.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:40.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:40.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:40.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:40.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:40 smithi022 bash[28554]: cluster 2023-12-07T12:29:39.959008+0000 mgr.a (mgr.24293) 6388 : cluster 0 pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:40 smithi044 bash[32620]: cluster 2023-12-07T12:29:39.959008+0000 mgr.a (mgr.24293) 6388 : cluster 0 pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:40 smithi027 bash[31536]: cluster 2023-12-07T12:29:39.959008+0000 mgr.a (mgr.24293) 6388 : cluster 0 pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:42 smithi022 bash[28554]: audit 2023-12-07T12:29:40.272824+0000 mgr.a (mgr.24293) 6389 : audit 0 from='client.135783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:42 smithi044 bash[32620]: audit 2023-12-07T12:29:40.272824+0000 mgr.a (mgr.24293) 6389 : audit 0 from='client.135783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:42 smithi027 bash[31536]: audit 2023-12-07T12:29:40.272824+0000 mgr.a (mgr.24293) 6389 : audit 0 from='client.135783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:43 smithi022 bash[28554]: cluster 2023-12-07T12:29:41.960115+0000 mgr.a (mgr.24293) 6390 : cluster 0 pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:29:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:43 smithi044 bash[32620]: cluster 2023-12-07T12:29:41.960115+0000 mgr.a (mgr.24293) 6390 : cluster 0 pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:29:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:43 smithi027 bash[31536]: cluster 2023-12-07T12:29:41.960115+0000 mgr.a (mgr.24293) 6390 : cluster 0 pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:29:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:45 smithi022 bash[28554]: cluster 2023-12-07T12:29:43.960860+0000 mgr.a (mgr.24293) 6391 : cluster 0 pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:29:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:45 smithi044 bash[32620]: cluster 2023-12-07T12:29:43.960860+0000 mgr.a (mgr.24293) 6391 : cluster 0 pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:29:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:45 smithi027 bash[31536]: cluster 2023-12-07T12:29:43.960860+0000 mgr.a (mgr.24293) 6391 : cluster 0 pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:29:45.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:45.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:45.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:46.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:46.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:46.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:46.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:46.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:46 smithi022 bash[28554]: cluster 2023-12-07T12:29:45.961582+0000 mgr.a (mgr.24293) 6392 : 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-07T12:29:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:46 smithi022 bash[28554]: audit 2023-12-07T12:29:46.207185+0000 mgr.a (mgr.24293) 6393 : audit 0 from='client.135855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:46 smithi044 bash[32620]: cluster 2023-12-07T12:29:45.961582+0000 mgr.a (mgr.24293) 6392 : 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-07T12:29:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:46 smithi044 bash[32620]: audit 2023-12-07T12:29:46.207185+0000 mgr.a (mgr.24293) 6393 : audit 0 from='client.135855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:46 smithi027 bash[31536]: cluster 2023-12-07T12:29:45.961582+0000 mgr.a (mgr.24293) 6392 : 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-07T12:29:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:46 smithi027 bash[31536]: audit 2023-12-07T12:29:46.207185+0000 mgr.a (mgr.24293) 6393 : audit 0 from='client.135855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:48 smithi022 bash[28554]: cluster 2023-12-07T12:29:47.962372+0000 mgr.a (mgr.24293) 6394 : cluster 0 pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:48 smithi044 bash[32620]: cluster 2023-12-07T12:29:47.962372+0000 mgr.a (mgr.24293) 6394 : cluster 0 pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:48 smithi027 bash[31536]: cluster 2023-12-07T12:29:47.962372+0000 mgr.a (mgr.24293) 6394 : cluster 0 pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:50 smithi022 bash[28554]: cluster 2023-12-07T12:29:49.963005+0000 mgr.a (mgr.24293) 6395 : cluster 0 pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:50 smithi044 bash[32620]: cluster 2023-12-07T12:29:49.963005+0000 mgr.a (mgr.24293) 6395 : cluster 0 pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:50 smithi027 bash[31536]: cluster 2023-12-07T12:29:49.963005+0000 mgr.a (mgr.24293) 6395 : cluster 0 pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:51.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:51.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:51.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:52.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:52.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:52.699 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:52.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:52.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:52 smithi022 bash[28554]: cluster 2023-12-07T12:29:51.963815+0000 mgr.a (mgr.24293) 6396 : cluster 0 pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:52 smithi022 bash[28554]: audit 2023-12-07T12:29:52.168612+0000 mgr.a (mgr.24293) 6397 : audit 0 from='client.135927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:52 smithi044 bash[32620]: cluster 2023-12-07T12:29:51.963815+0000 mgr.a (mgr.24293) 6396 : cluster 0 pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:52 smithi044 bash[32620]: audit 2023-12-07T12:29:52.168612+0000 mgr.a (mgr.24293) 6397 : audit 0 from='client.135927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:52 smithi027 bash[31536]: cluster 2023-12-07T12:29:51.963815+0000 mgr.a (mgr.24293) 6396 : cluster 0 pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:52 smithi027 bash[31536]: audit 2023-12-07T12:29:52.168612+0000 mgr.a (mgr.24293) 6397 : audit 0 from='client.135927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:54 smithi022 bash[28554]: cluster 2023-12-07T12:29:53.964446+0000 mgr.a (mgr.24293) 6398 : cluster 0 pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:29:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:54 smithi044 bash[32620]: cluster 2023-12-07T12:29:53.964446+0000 mgr.a (mgr.24293) 6398 : cluster 0 pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:29:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:54 smithi027 bash[31536]: cluster 2023-12-07T12:29:53.964446+0000 mgr.a (mgr.24293) 6398 : cluster 0 pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:29:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:56 smithi022 bash[28554]: cluster 2023-12-07T12:29:55.965149+0000 mgr.a (mgr.24293) 6399 : cluster 0 pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:29:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:56 smithi044 bash[32620]: cluster 2023-12-07T12:29:55.965149+0000 mgr.a (mgr.24293) 6399 : cluster 0 pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:29:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:56 smithi027 bash[31536]: cluster 2023-12-07T12:29:55.965149+0000 mgr.a (mgr.24293) 6399 : cluster 0 pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:29:57.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:29:57.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:57.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:58.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:29:58.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:58.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:58.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:58.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:29:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:58 smithi022 bash[28554]: cluster 2023-12-07T12:29:57.965678+0000 mgr.a (mgr.24293) 6400 : 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-07T12:29:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:29:58 smithi022 bash[28554]: audit 2023-12-07T12:29:58.113167+0000 mgr.a (mgr.24293) 6401 : audit 0 from='client.136002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:58 smithi044 bash[32620]: cluster 2023-12-07T12:29:57.965678+0000 mgr.a (mgr.24293) 6400 : 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-07T12:29:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:29:58 smithi044 bash[32620]: audit 2023-12-07T12:29:58.113167+0000 mgr.a (mgr.24293) 6401 : audit 0 from='client.136002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:58 smithi027 bash[31536]: cluster 2023-12-07T12:29:57.965678+0000 mgr.a (mgr.24293) 6400 : 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-07T12:29:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:29:58 smithi027 bash[31536]: audit 2023-12-07T12:29:58.113167+0000 mgr.a (mgr.24293) 6401 : audit 0 from='client.136002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:00 smithi022 bash[28554]: cluster 2023-12-07T12:29:59.966337+0000 mgr.a (mgr.24293) 6402 : 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-07T12:30:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:00 smithi022 bash[28554]: cluster 2023-12-07T12:30:00.000143+0000 mon.a (mon.0) 1346 : cluster 1 overall HEALTH_OK 2023-12-07T12:30:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:00 smithi044 bash[32620]: cluster 2023-12-07T12:29:59.966337+0000 mgr.a (mgr.24293) 6402 : 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-07T12:30:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:00 smithi044 bash[32620]: cluster 2023-12-07T12:30:00.000143+0000 mon.a (mon.0) 1346 : cluster 1 overall HEALTH_OK 2023-12-07T12:30:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:00 smithi027 bash[31536]: cluster 2023-12-07T12:29:59.966337+0000 mgr.a (mgr.24293) 6402 : 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-07T12:30:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:00 smithi027 bash[31536]: cluster 2023-12-07T12:30:00.000143+0000 mon.a (mon.0) 1346 : cluster 1 overall HEALTH_OK 2023-12-07T12:30:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:02 smithi022 bash[28554]: cluster 2023-12-07T12:30:01.967171+0000 mgr.a (mgr.24293) 6403 : 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-07T12:30:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:02 smithi044 bash[32620]: cluster 2023-12-07T12:30:01.967171+0000 mgr.a (mgr.24293) 6403 : 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-07T12:30:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:02 smithi027 bash[31536]: cluster 2023-12-07T12:30:01.967171+0000 mgr.a (mgr.24293) 6403 : 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-07T12:30:03.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:03.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:03.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:04.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:04.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:04.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:04.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:04.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:04 smithi022 bash[28554]: cluster 2023-12-07T12:30:03.967682+0000 mgr.a (mgr.24293) 6404 : 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-07T12:30:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:04 smithi022 bash[28554]: audit 2023-12-07T12:30:04.053954+0000 mgr.a (mgr.24293) 6405 : audit 0 from='client.136074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:04 smithi044 bash[32620]: cluster 2023-12-07T12:30:03.967682+0000 mgr.a (mgr.24293) 6404 : 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-07T12:30:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:04 smithi044 bash[32620]: audit 2023-12-07T12:30:04.053954+0000 mgr.a (mgr.24293) 6405 : audit 0 from='client.136074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:04 smithi027 bash[31536]: cluster 2023-12-07T12:30:03.967682+0000 mgr.a (mgr.24293) 6404 : 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-07T12:30:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:04 smithi027 bash[31536]: audit 2023-12-07T12:30:04.053954+0000 mgr.a (mgr.24293) 6405 : audit 0 from='client.136074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:06 smithi022 bash[28554]: cluster 2023-12-07T12:30:05.968485+0000 mgr.a (mgr.24293) 6406 : 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-07T12:30:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:06 smithi044 bash[32620]: cluster 2023-12-07T12:30:05.968485+0000 mgr.a (mgr.24293) 6406 : 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-07T12:30:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:06 smithi027 bash[31536]: cluster 2023-12-07T12:30:05.968485+0000 mgr.a (mgr.24293) 6406 : 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-07T12:30:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:08 smithi022 bash[28554]: cluster 2023-12-07T12:30:07.969078+0000 mgr.a (mgr.24293) 6407 : 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-07T12:30:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:08 smithi044 bash[32620]: cluster 2023-12-07T12:30:07.969078+0000 mgr.a (mgr.24293) 6407 : 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-07T12:30:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:08 smithi027 bash[31536]: cluster 2023-12-07T12:30:07.969078+0000 mgr.a (mgr.24293) 6407 : 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-07T12:30:09.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:09.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:09.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:10.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:10.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:10.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:10.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:10.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:10 smithi022 bash[28554]: cluster 2023-12-07T12:30:09.969620+0000 mgr.a (mgr.24293) 6408 : 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-07T12:30:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:10 smithi022 bash[28554]: audit 2023-12-07T12:30:09.994152+0000 mgr.a (mgr.24293) 6409 : audit 0 from='client.136146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:10 smithi044 bash[32620]: cluster 2023-12-07T12:30:09.969620+0000 mgr.a (mgr.24293) 6408 : 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-07T12:30:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:10 smithi044 bash[32620]: audit 2023-12-07T12:30:09.994152+0000 mgr.a (mgr.24293) 6409 : audit 0 from='client.136146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:10 smithi027 bash[31536]: cluster 2023-12-07T12:30:09.969620+0000 mgr.a (mgr.24293) 6408 : 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-07T12:30:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:10 smithi027 bash[31536]: audit 2023-12-07T12:30:09.994152+0000 mgr.a (mgr.24293) 6409 : audit 0 from='client.136146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:12 smithi022 bash[28554]: cluster 2023-12-07T12:30:11.970583+0000 mgr.a (mgr.24293) 6410 : cluster 0 pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:30:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:12 smithi044 bash[32620]: cluster 2023-12-07T12:30:11.970583+0000 mgr.a (mgr.24293) 6410 : cluster 0 pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:30:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:12 smithi027 bash[31536]: cluster 2023-12-07T12:30:11.970583+0000 mgr.a (mgr.24293) 6410 : cluster 0 pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:30:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:14 smithi022 bash[28554]: cluster 2023-12-07T12:30:13.971156+0000 mgr.a (mgr.24293) 6411 : cluster 0 pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:30:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:14 smithi022 bash[28554]: audit 2023-12-07T12:30:14.831013+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:30:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:14 smithi044 bash[32620]: cluster 2023-12-07T12:30:13.971156+0000 mgr.a (mgr.24293) 6411 : cluster 0 pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:30:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:14 smithi044 bash[32620]: audit 2023-12-07T12:30:14.831013+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:30:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:14 smithi027 bash[31536]: cluster 2023-12-07T12:30:13.971156+0000 mgr.a (mgr.24293) 6411 : cluster 0 pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:30:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:14 smithi027 bash[31536]: audit 2023-12-07T12:30:14.831013+0000 mon.a (mon.0) 1347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:30:15.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:15.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:15.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:15 smithi022 bash[28554]: audit 2023-12-07T12:30:15.624297+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:30:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:15 smithi022 bash[28554]: audit 2023-12-07T12:30:15.625941+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:30:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:15 smithi022 bash[28554]: audit 2023-12-07T12:30:15.634789+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:30:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:15 smithi044 bash[32620]: audit 2023-12-07T12:30:15.624297+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:30:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:15 smithi044 bash[32620]: audit 2023-12-07T12:30:15.625941+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:30:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:15 smithi044 bash[32620]: audit 2023-12-07T12:30:15.634789+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:30:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:15 smithi027 bash[31536]: audit 2023-12-07T12:30:15.624297+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:30:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:15 smithi027 bash[31536]: audit 2023-12-07T12:30:15.625941+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:30:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:15 smithi027 bash[31536]: audit 2023-12-07T12:30:15.634789+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:30:16.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:16.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:16.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:16.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:16.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:16 smithi022 bash[28554]: audit 2023-12-07T12:30:15.920517+0000 mgr.a (mgr.24293) 6412 : audit 0 from='client.136224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:16 smithi022 bash[28554]: cluster 2023-12-07T12:30:15.972284+0000 mgr.a (mgr.24293) 6413 : 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-07T12:30:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:16 smithi044 bash[32620]: audit 2023-12-07T12:30:15.920517+0000 mgr.a (mgr.24293) 6412 : audit 0 from='client.136224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:16 smithi044 bash[32620]: cluster 2023-12-07T12:30:15.972284+0000 mgr.a (mgr.24293) 6413 : 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-07T12:30:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:16 smithi027 bash[31536]: audit 2023-12-07T12:30:15.920517+0000 mgr.a (mgr.24293) 6412 : audit 0 from='client.136224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:16 smithi027 bash[31536]: cluster 2023-12-07T12:30:15.972284+0000 mgr.a (mgr.24293) 6413 : 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-07T12:30:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:18 smithi022 bash[28554]: cluster 2023-12-07T12:30:17.973055+0000 mgr.a (mgr.24293) 6414 : 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-07T12:30:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:19 smithi044 bash[32620]: cluster 2023-12-07T12:30:17.973055+0000 mgr.a (mgr.24293) 6414 : 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-07T12:30:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:19 smithi027 bash[31536]: cluster 2023-12-07T12:30:17.973055+0000 mgr.a (mgr.24293) 6414 : 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-07T12:30:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:21 smithi022 bash[28554]: cluster 2023-12-07T12:30:19.973641+0000 mgr.a (mgr.24293) 6415 : 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-07T12:30:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:21 smithi044 bash[32620]: cluster 2023-12-07T12:30:19.973641+0000 mgr.a (mgr.24293) 6415 : 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-07T12:30:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:21 smithi027 bash[31536]: cluster 2023-12-07T12:30:19.973641+0000 mgr.a (mgr.24293) 6415 : 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-07T12:30:21.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:21.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:21.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:22.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:22.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:22.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:22.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:22.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:23 smithi022 bash[28554]: audit 2023-12-07T12:30:21.870576+0000 mgr.a (mgr.24293) 6416 : audit 0 from='client.119029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:23 smithi022 bash[28554]: cluster 2023-12-07T12:30:21.974541+0000 mgr.a (mgr.24293) 6417 : 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-07T12:30:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:23 smithi044 bash[32620]: audit 2023-12-07T12:30:21.870576+0000 mgr.a (mgr.24293) 6416 : audit 0 from='client.119029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:23 smithi044 bash[32620]: cluster 2023-12-07T12:30:21.974541+0000 mgr.a (mgr.24293) 6417 : 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-07T12:30:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:23 smithi027 bash[31536]: audit 2023-12-07T12:30:21.870576+0000 mgr.a (mgr.24293) 6416 : audit 0 from='client.119029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:23 smithi027 bash[31536]: cluster 2023-12-07T12:30:21.974541+0000 mgr.a (mgr.24293) 6417 : 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-07T12:30:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:25 smithi022 bash[28554]: cluster 2023-12-07T12:30:23.975246+0000 mgr.a (mgr.24293) 6418 : cluster 0 pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:30:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:25 smithi044 bash[32620]: cluster 2023-12-07T12:30:23.975246+0000 mgr.a (mgr.24293) 6418 : cluster 0 pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:30:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:25 smithi027 bash[31536]: cluster 2023-12-07T12:30:23.975246+0000 mgr.a (mgr.24293) 6418 : cluster 0 pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:30:27.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:27.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:27.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:26 smithi022 bash[28554]: cluster 2023-12-07T12:30:25.976070+0000 mgr.a (mgr.24293) 6419 : cluster 0 pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:30:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:26 smithi044 bash[32620]: cluster 2023-12-07T12:30:25.976070+0000 mgr.a (mgr.24293) 6419 : cluster 0 pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:30:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:26 smithi027 bash[31536]: cluster 2023-12-07T12:30:25.976070+0000 mgr.a (mgr.24293) 6419 : cluster 0 pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:30:28.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:28.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:28 smithi022 bash[28554]: audit 2023-12-07T12:30:27.815784+0000 mgr.a (mgr.24293) 6420 : audit 0 from='client.136380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:28 smithi022 bash[28554]: cluster 2023-12-07T12:30:27.977007+0000 mgr.a (mgr.24293) 6421 : 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-07T12:30:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:28 smithi044 bash[32620]: audit 2023-12-07T12:30:27.815784+0000 mgr.a (mgr.24293) 6420 : audit 0 from='client.136380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:28 smithi044 bash[32620]: cluster 2023-12-07T12:30:27.977007+0000 mgr.a (mgr.24293) 6421 : 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-07T12:30:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:28 smithi027 bash[31536]: audit 2023-12-07T12:30:27.815784+0000 mgr.a (mgr.24293) 6420 : audit 0 from='client.136380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:28 smithi027 bash[31536]: cluster 2023-12-07T12:30:27.977007+0000 mgr.a (mgr.24293) 6421 : 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-07T12:30:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:30 smithi022 bash[28554]: cluster 2023-12-07T12:30:29.977778+0000 mgr.a (mgr.24293) 6422 : 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-07T12:30:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:30 smithi044 bash[32620]: cluster 2023-12-07T12:30:29.977778+0000 mgr.a (mgr.24293) 6422 : 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-07T12:30:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:30 smithi027 bash[31536]: cluster 2023-12-07T12:30:29.977778+0000 mgr.a (mgr.24293) 6422 : 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-07T12:30:33.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:33.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:33.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:32 smithi022 bash[28554]: cluster 2023-12-07T12:30:31.978611+0000 mgr.a (mgr.24293) 6423 : 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-07T12:30:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:32 smithi044 bash[32620]: cluster 2023-12-07T12:30:31.978611+0000 mgr.a (mgr.24293) 6423 : 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-07T12:30:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:32 smithi027 bash[31536]: cluster 2023-12-07T12:30:31.978611+0000 mgr.a (mgr.24293) 6423 : 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-07T12:30:34.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:34.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:34.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:34.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:34.289 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:34 smithi022 bash[28554]: audit 2023-12-07T12:30:33.773681+0000 mgr.a (mgr.24293) 6424 : audit 0 from='client.136458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:34 smithi022 bash[28554]: cluster 2023-12-07T12:30:33.979317+0000 mgr.a (mgr.24293) 6425 : 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-07T12:30:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:35 smithi044 bash[32620]: audit 2023-12-07T12:30:33.773681+0000 mgr.a (mgr.24293) 6424 : audit 0 from='client.136458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:35 smithi044 bash[32620]: cluster 2023-12-07T12:30:33.979317+0000 mgr.a (mgr.24293) 6425 : 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-07T12:30:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:35 smithi027 bash[31536]: audit 2023-12-07T12:30:33.773681+0000 mgr.a (mgr.24293) 6424 : audit 0 from='client.136458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:35 smithi027 bash[31536]: cluster 2023-12-07T12:30:33.979317+0000 mgr.a (mgr.24293) 6425 : 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-07T12:30:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:36 smithi022 bash[28554]: cluster 2023-12-07T12:30:35.980227+0000 mgr.a (mgr.24293) 6426 : 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-07T12:30:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:36 smithi044 bash[32620]: cluster 2023-12-07T12:30:35.980227+0000 mgr.a (mgr.24293) 6426 : 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-07T12:30:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:36 smithi027 bash[31536]: cluster 2023-12-07T12:30:35.980227+0000 mgr.a (mgr.24293) 6426 : 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-07T12:30:39.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:39.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:39.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:38 smithi022 bash[28554]: cluster 2023-12-07T12:30:37.980827+0000 mgr.a (mgr.24293) 6427 : 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-07T12:30:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:38 smithi044 bash[32620]: cluster 2023-12-07T12:30:37.980827+0000 mgr.a (mgr.24293) 6427 : 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-07T12:30:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:38 smithi027 bash[31536]: cluster 2023-12-07T12:30:37.980827+0000 mgr.a (mgr.24293) 6427 : 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-07T12:30:40.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:40.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:40.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:40.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:40.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:40 smithi044 bash[32620]: audit 2023-12-07T12:30:39.696724+0000 mgr.a (mgr.24293) 6428 : audit 0 from='client.136533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:40 smithi044 bash[32620]: cluster 2023-12-07T12:30:39.981677+0000 mgr.a (mgr.24293) 6429 : 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-07T12:30:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:40 smithi022 bash[28554]: audit 2023-12-07T12:30:39.696724+0000 mgr.a (mgr.24293) 6428 : audit 0 from='client.136533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:40 smithi022 bash[28554]: cluster 2023-12-07T12:30:39.981677+0000 mgr.a (mgr.24293) 6429 : 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-07T12:30:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:40 smithi027 bash[31536]: audit 2023-12-07T12:30:39.696724+0000 mgr.a (mgr.24293) 6428 : audit 0 from='client.136533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:40 smithi027 bash[31536]: cluster 2023-12-07T12:30:39.981677+0000 mgr.a (mgr.24293) 6429 : 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-07T12:30:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:42 smithi022 bash[28554]: cluster 2023-12-07T12:30:41.982630+0000 mgr.a (mgr.24293) 6430 : cluster 0 pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:42 smithi044 bash[32620]: cluster 2023-12-07T12:30:41.982630+0000 mgr.a (mgr.24293) 6430 : cluster 0 pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:42 smithi027 bash[31536]: cluster 2023-12-07T12:30:41.982630+0000 mgr.a (mgr.24293) 6430 : cluster 0 pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:45.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:45.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:45.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:45 smithi022 bash[28554]: cluster 2023-12-07T12:30:43.983207+0000 mgr.a (mgr.24293) 6431 : cluster 0 pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:45 smithi044 bash[32620]: cluster 2023-12-07T12:30:43.983207+0000 mgr.a (mgr.24293) 6431 : cluster 0 pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:45 smithi027 bash[31536]: cluster 2023-12-07T12:30:43.983207+0000 mgr.a (mgr.24293) 6431 : cluster 0 pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:46.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:46.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:46.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:46.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:46.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:46 smithi022 bash[28554]: audit 2023-12-07T12:30:45.639921+0000 mgr.a (mgr.24293) 6432 : audit 0 from='client.136611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:46 smithi022 bash[28554]: cluster 2023-12-07T12:30:45.983876+0000 mgr.a (mgr.24293) 6433 : 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-07T12:30:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:46 smithi044 bash[32620]: audit 2023-12-07T12:30:45.639921+0000 mgr.a (mgr.24293) 6432 : audit 0 from='client.136611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:46 smithi044 bash[32620]: cluster 2023-12-07T12:30:45.983876+0000 mgr.a (mgr.24293) 6433 : 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-07T12:30:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:46 smithi027 bash[31536]: audit 2023-12-07T12:30:45.639921+0000 mgr.a (mgr.24293) 6432 : audit 0 from='client.136611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:46 smithi027 bash[31536]: cluster 2023-12-07T12:30:45.983876+0000 mgr.a (mgr.24293) 6433 : 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-07T12:30:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:48 smithi022 bash[28554]: cluster 2023-12-07T12:30:47.984529+0000 mgr.a (mgr.24293) 6434 : 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-07T12:30:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:48 smithi044 bash[32620]: cluster 2023-12-07T12:30:47.984529+0000 mgr.a (mgr.24293) 6434 : 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-07T12:30:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:48 smithi027 bash[31536]: cluster 2023-12-07T12:30:47.984529+0000 mgr.a (mgr.24293) 6434 : 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-07T12:30:51.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:51.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:51.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:50 smithi022 bash[28554]: cluster 2023-12-07T12:30:49.985117+0000 mgr.a (mgr.24293) 6435 : 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-07T12:30:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:50 smithi044 bash[32620]: cluster 2023-12-07T12:30:49.985117+0000 mgr.a (mgr.24293) 6435 : 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-07T12:30:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:50 smithi027 bash[31536]: cluster 2023-12-07T12:30:49.985117+0000 mgr.a (mgr.24293) 6435 : 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-07T12:30:52.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:52.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:52.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:52.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:52.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:53 smithi022 bash[28554]: audit 2023-12-07T12:30:51.580907+0000 mgr.a (mgr.24293) 6436 : audit 0 from='client.116774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:53 smithi022 bash[28554]: cluster 2023-12-07T12:30:51.986257+0000 mgr.a (mgr.24293) 6437 : 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-07T12:30:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:53 smithi044 bash[32620]: audit 2023-12-07T12:30:51.580907+0000 mgr.a (mgr.24293) 6436 : audit 0 from='client.116774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:53 smithi044 bash[32620]: cluster 2023-12-07T12:30:51.986257+0000 mgr.a (mgr.24293) 6437 : 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-07T12:30:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:53 smithi027 bash[31536]: audit 2023-12-07T12:30:51.580907+0000 mgr.a (mgr.24293) 6436 : audit 0 from='client.116774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:53 smithi027 bash[31536]: cluster 2023-12-07T12:30:51.986257+0000 mgr.a (mgr.24293) 6437 : 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-07T12:30:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:55 smithi022 bash[28554]: cluster 2023-12-07T12:30:53.986999+0000 mgr.a (mgr.24293) 6438 : cluster 0 pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:55 smithi044 bash[32620]: cluster 2023-12-07T12:30:53.986999+0000 mgr.a (mgr.24293) 6438 : cluster 0 pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:55 smithi027 bash[31536]: cluster 2023-12-07T12:30:53.986999+0000 mgr.a (mgr.24293) 6438 : cluster 0 pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:57.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:30:57.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:57.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:56 smithi022 bash[28554]: cluster 2023-12-07T12:30:55.987942+0000 mgr.a (mgr.24293) 6439 : cluster 0 pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:56 smithi044 bash[32620]: cluster 2023-12-07T12:30:55.987942+0000 mgr.a (mgr.24293) 6439 : cluster 0 pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:56 smithi027 bash[31536]: cluster 2023-12-07T12:30:55.987942+0000 mgr.a (mgr.24293) 6439 : cluster 0 pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:58.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:30:58.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:58.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:58.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:58.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:30:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:58 smithi022 bash[28554]: audit 2023-12-07T12:30:57.522555+0000 mgr.a (mgr.24293) 6440 : audit 0 from='client.136764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:30:58 smithi022 bash[28554]: cluster 2023-12-07T12:30:57.988831+0000 mgr.a (mgr.24293) 6441 : 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-07T12:30:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:58 smithi044 bash[32620]: audit 2023-12-07T12:30:57.522555+0000 mgr.a (mgr.24293) 6440 : audit 0 from='client.136764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:30:58 smithi044 bash[32620]: cluster 2023-12-07T12:30:57.988831+0000 mgr.a (mgr.24293) 6441 : 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-07T12:30:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:58 smithi027 bash[31536]: audit 2023-12-07T12:30:57.522555+0000 mgr.a (mgr.24293) 6440 : audit 0 from='client.136764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:30:58 smithi027 bash[31536]: cluster 2023-12-07T12:30:57.988831+0000 mgr.a (mgr.24293) 6441 : 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-07T12:31:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:00 smithi022 bash[28554]: cluster 2023-12-07T12:30:59.989444+0000 mgr.a (mgr.24293) 6442 : 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-07T12:31:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:01 smithi044 bash[32620]: cluster 2023-12-07T12:30:59.989444+0000 mgr.a (mgr.24293) 6442 : 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-07T12:31:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:01 smithi027 bash[31536]: cluster 2023-12-07T12:30:59.989444+0000 mgr.a (mgr.24293) 6442 : 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-07T12:31:03.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:03.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:03.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:03 smithi022 bash[28554]: cluster 2023-12-07T12:31:01.990264+0000 mgr.a (mgr.24293) 6443 : 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-07T12:31:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:03 smithi044 bash[32620]: cluster 2023-12-07T12:31:01.990264+0000 mgr.a (mgr.24293) 6443 : 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-07T12:31:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:03 smithi027 bash[31536]: cluster 2023-12-07T12:31:01.990264+0000 mgr.a (mgr.24293) 6443 : 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-07T12:31:03.984 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:03.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:03.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:03.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:03.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:05 smithi022 bash[28554]: audit 2023-12-07T12:31:03.469551+0000 mgr.a (mgr.24293) 6444 : audit 0 from='client.136839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:05 smithi022 bash[28554]: cluster 2023-12-07T12:31:03.990938+0000 mgr.a (mgr.24293) 6445 : 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-07T12:31:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:05 smithi044 bash[32620]: audit 2023-12-07T12:31:03.469551+0000 mgr.a (mgr.24293) 6444 : audit 0 from='client.136839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:05 smithi044 bash[32620]: cluster 2023-12-07T12:31:03.990938+0000 mgr.a (mgr.24293) 6445 : 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-07T12:31:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:05 smithi027 bash[31536]: audit 2023-12-07T12:31:03.469551+0000 mgr.a (mgr.24293) 6444 : audit 0 from='client.136839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:05 smithi027 bash[31536]: cluster 2023-12-07T12:31:03.990938+0000 mgr.a (mgr.24293) 6445 : 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-07T12:31:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:06 smithi022 bash[28554]: cluster 2023-12-07T12:31:05.991955+0000 mgr.a (mgr.24293) 6446 : 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-07T12:31:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:06 smithi044 bash[32620]: cluster 2023-12-07T12:31:05.991955+0000 mgr.a (mgr.24293) 6446 : 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-07T12:31:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:06 smithi027 bash[31536]: cluster 2023-12-07T12:31:05.991955+0000 mgr.a (mgr.24293) 6446 : 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-07T12:31:08.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:08.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:08.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:09 smithi022 bash[28554]: cluster 2023-12-07T12:31:07.992668+0000 mgr.a (mgr.24293) 6447 : 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-07T12:31:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:09 smithi044 bash[32620]: cluster 2023-12-07T12:31:07.992668+0000 mgr.a (mgr.24293) 6447 : 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-07T12:31:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:09 smithi027 bash[31536]: cluster 2023-12-07T12:31:07.992668+0000 mgr.a (mgr.24293) 6447 : 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-07T12:31:09.924 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:11 smithi022 bash[28554]: audit 2023-12-07T12:31:09.399173+0000 mgr.a (mgr.24293) 6448 : audit 0 from='client.136914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:11 smithi022 bash[28554]: cluster 2023-12-07T12:31:09.993430+0000 mgr.a (mgr.24293) 6449 : 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-07T12:31:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:11 smithi044 bash[32620]: audit 2023-12-07T12:31:09.399173+0000 mgr.a (mgr.24293) 6448 : audit 0 from='client.136914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:11 smithi044 bash[32620]: cluster 2023-12-07T12:31:09.993430+0000 mgr.a (mgr.24293) 6449 : 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-07T12:31:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:11 smithi027 bash[31536]: audit 2023-12-07T12:31:09.399173+0000 mgr.a (mgr.24293) 6448 : audit 0 from='client.136914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:11 smithi027 bash[31536]: cluster 2023-12-07T12:31:09.993430+0000 mgr.a (mgr.24293) 6449 : 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-07T12:31:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:13 smithi022 bash[28554]: cluster 2023-12-07T12:31:11.994341+0000 mgr.a (mgr.24293) 6450 : 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-07T12:31:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:13 smithi044 bash[32620]: cluster 2023-12-07T12:31:11.994341+0000 mgr.a (mgr.24293) 6450 : 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-07T12:31:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:13 smithi027 bash[31536]: cluster 2023-12-07T12:31:11.994341+0000 mgr.a (mgr.24293) 6450 : 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-07T12:31:14.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:14.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:14.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:15 smithi022 bash[28554]: cluster 2023-12-07T12:31:13.994907+0000 mgr.a (mgr.24293) 6451 : 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-07T12:31:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:15 smithi044 bash[32620]: cluster 2023-12-07T12:31:13.994907+0000 mgr.a (mgr.24293) 6451 : 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-07T12:31:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:15 smithi027 bash[31536]: cluster 2023-12-07T12:31:13.994907+0000 mgr.a (mgr.24293) 6451 : 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-07T12:31:15.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:15.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:15.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:15.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:15.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:16 smithi022 bash[28554]: audit 2023-12-07T12:31:15.738469+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:31:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:16 smithi044 bash[32620]: audit 2023-12-07T12:31:15.738469+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:31:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:16 smithi027 bash[31536]: audit 2023-12-07T12:31:15.738469+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:31:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: audit 2023-12-07T12:31:15.341827+0000 mgr.a (mgr.24293) 6452 : audit 0 from='client.136989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: cluster 2023-12-07T12:31:15.995969+0000 mgr.a (mgr.24293) 6453 : cluster 0 pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: audit 2023-12-07T12:31:16.268367+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: audit 2023-12-07T12:31:16.274223+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: audit 2023-12-07T12:31:17.000282+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: audit 2023-12-07T12:31:17.001943+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:17 smithi022 bash[28554]: audit 2023-12-07T12:31:17.010191+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: audit 2023-12-07T12:31:15.341827+0000 mgr.a (mgr.24293) 6452 : audit 0 from='client.136989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: cluster 2023-12-07T12:31:15.995969+0000 mgr.a (mgr.24293) 6453 : cluster 0 pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:31:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: audit 2023-12-07T12:31:16.268367+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: audit 2023-12-07T12:31:16.274223+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: audit 2023-12-07T12:31:17.000282+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:31:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: audit 2023-12-07T12:31:17.001943+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:31:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:17 smithi044 bash[32620]: audit 2023-12-07T12:31:17.010191+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: audit 2023-12-07T12:31:15.341827+0000 mgr.a (mgr.24293) 6452 : audit 0 from='client.136989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: cluster 2023-12-07T12:31:15.995969+0000 mgr.a (mgr.24293) 6453 : cluster 0 pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:31:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: audit 2023-12-07T12:31:16.268367+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: audit 2023-12-07T12:31:16.274223+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: audit 2023-12-07T12:31:17.000282+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:31:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: audit 2023-12-07T12:31:17.001943+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:31:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:17 smithi027 bash[31536]: audit 2023-12-07T12:31:17.010191+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:31:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:19 smithi022 bash[28554]: cluster 2023-12-07T12:31:17.996579+0000 mgr.a (mgr.24293) 6454 : cluster 0 pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:31:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:19 smithi044 bash[32620]: cluster 2023-12-07T12:31:17.996579+0000 mgr.a (mgr.24293) 6454 : cluster 0 pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:31:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:19 smithi027 bash[31536]: cluster 2023-12-07T12:31:17.996579+0000 mgr.a (mgr.24293) 6454 : cluster 0 pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:31:20.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:20.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:20.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:21 smithi022 bash[28554]: cluster 2023-12-07T12:31:19.997117+0000 mgr.a (mgr.24293) 6455 : cluster 0 pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:31:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:21 smithi044 bash[32620]: cluster 2023-12-07T12:31:19.997117+0000 mgr.a (mgr.24293) 6455 : cluster 0 pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:31:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:21 smithi027 bash[31536]: cluster 2023-12-07T12:31:19.997117+0000 mgr.a (mgr.24293) 6455 : cluster 0 pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:31:21.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:21.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:21.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:21.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:21.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:22 smithi022 bash[28554]: audit 2023-12-07T12:31:21.273570+0000 mgr.a (mgr.24293) 6456 : audit 0 from='client.137067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:22 smithi044 bash[32620]: audit 2023-12-07T12:31:21.273570+0000 mgr.a (mgr.24293) 6456 : audit 0 from='client.137067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:22 smithi027 bash[31536]: audit 2023-12-07T12:31:21.273570+0000 mgr.a (mgr.24293) 6456 : audit 0 from='client.137067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:23 smithi022 bash[28554]: cluster 2023-12-07T12:31:21.998230+0000 mgr.a (mgr.24293) 6457 : 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-07T12:31:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:23 smithi044 bash[32620]: cluster 2023-12-07T12:31:21.998230+0000 mgr.a (mgr.24293) 6457 : 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-07T12:31:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:23 smithi027 bash[31536]: cluster 2023-12-07T12:31:21.998230+0000 mgr.a (mgr.24293) 6457 : 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-07T12:31:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:25 smithi022 bash[28554]: cluster 2023-12-07T12:31:23.998989+0000 mgr.a (mgr.24293) 6458 : cluster 0 pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:25 smithi044 bash[32620]: cluster 2023-12-07T12:31:23.998989+0000 mgr.a (mgr.24293) 6458 : cluster 0 pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:25 smithi027 bash[31536]: cluster 2023-12-07T12:31:23.998989+0000 mgr.a (mgr.24293) 6458 : cluster 0 pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:26.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:26.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:26.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:27 smithi022 bash[28554]: cluster 2023-12-07T12:31:25.999811+0000 mgr.a (mgr.24293) 6459 : 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-07T12:31:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:27 smithi044 bash[32620]: cluster 2023-12-07T12:31:25.999811+0000 mgr.a (mgr.24293) 6459 : 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-07T12:31:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:27 smithi027 bash[31536]: cluster 2023-12-07T12:31:25.999811+0000 mgr.a (mgr.24293) 6459 : 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-07T12:31:27.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:27.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:27.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:27.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:27.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:28 smithi022 bash[28554]: audit 2023-12-07T12:31:27.216978+0000 mgr.a (mgr.24293) 6460 : audit 0 from='client.137139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:28 smithi044 bash[32620]: audit 2023-12-07T12:31:27.216978+0000 mgr.a (mgr.24293) 6460 : audit 0 from='client.137139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:28 smithi027 bash[31536]: audit 2023-12-07T12:31:27.216978+0000 mgr.a (mgr.24293) 6460 : audit 0 from='client.137139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:29 smithi022 bash[28554]: cluster 2023-12-07T12:31:28.000584+0000 mgr.a (mgr.24293) 6461 : cluster 0 pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:31:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:29 smithi044 bash[32620]: cluster 2023-12-07T12:31:28.000584+0000 mgr.a (mgr.24293) 6461 : cluster 0 pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:31:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:29 smithi027 bash[31536]: cluster 2023-12-07T12:31:28.000584+0000 mgr.a (mgr.24293) 6461 : cluster 0 pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:31:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:31 smithi022 bash[28554]: cluster 2023-12-07T12:31:30.001194+0000 mgr.a (mgr.24293) 6462 : cluster 0 pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:31:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:31 smithi044 bash[32620]: cluster 2023-12-07T12:31:30.001194+0000 mgr.a (mgr.24293) 6462 : cluster 0 pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:31:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:31 smithi027 bash[31536]: cluster 2023-12-07T12:31:30.001194+0000 mgr.a (mgr.24293) 6462 : cluster 0 pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:31:32.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:33 smithi022 bash[28554]: cluster 2023-12-07T12:31:32.001994+0000 mgr.a (mgr.24293) 6463 : cluster 0 pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:31:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:33 smithi044 bash[32620]: cluster 2023-12-07T12:31:32.001994+0000 mgr.a (mgr.24293) 6463 : cluster 0 pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:31:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:33 smithi027 bash[31536]: cluster 2023-12-07T12:31:32.001994+0000 mgr.a (mgr.24293) 6463 : cluster 0 pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:31:33.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:33.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:33.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:33.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:33.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:34 smithi022 bash[28554]: audit 2023-12-07T12:31:33.160686+0000 mgr.a (mgr.24293) 6464 : audit 0 from='client.137214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:34 smithi044 bash[32620]: audit 2023-12-07T12:31:33.160686+0000 mgr.a (mgr.24293) 6464 : audit 0 from='client.137214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:34 smithi027 bash[31536]: audit 2023-12-07T12:31:33.160686+0000 mgr.a (mgr.24293) 6464 : audit 0 from='client.137214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:35 smithi022 bash[28554]: cluster 2023-12-07T12:31:34.002753+0000 mgr.a (mgr.24293) 6465 : 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-07T12:31:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:35 smithi044 bash[32620]: cluster 2023-12-07T12:31:34.002753+0000 mgr.a (mgr.24293) 6465 : 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-07T12:31:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:35 smithi027 bash[31536]: cluster 2023-12-07T12:31:34.002753+0000 mgr.a (mgr.24293) 6465 : 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-07T12:31:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:37 smithi022 bash[28554]: cluster 2023-12-07T12:31:36.003562+0000 mgr.a (mgr.24293) 6466 : 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-07T12:31:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:37 smithi044 bash[32620]: cluster 2023-12-07T12:31:36.003562+0000 mgr.a (mgr.24293) 6466 : 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-07T12:31:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:37 smithi027 bash[31536]: cluster 2023-12-07T12:31:36.003562+0000 mgr.a (mgr.24293) 6466 : 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-07T12:31:38.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:38.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:38.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:39 smithi022 bash[28554]: cluster 2023-12-07T12:31:38.004075+0000 mgr.a (mgr.24293) 6467 : 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-07T12:31:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:39 smithi044 bash[32620]: cluster 2023-12-07T12:31:38.004075+0000 mgr.a (mgr.24293) 6467 : 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-07T12:31:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:39 smithi027 bash[31536]: cluster 2023-12-07T12:31:38.004075+0000 mgr.a (mgr.24293) 6467 : 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-07T12:31:39.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:39.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:39.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:39.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:39.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:40 smithi022 bash[28554]: audit 2023-12-07T12:31:39.108695+0000 mgr.a (mgr.24293) 6468 : audit 0 from='client.137289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:40 smithi044 bash[32620]: audit 2023-12-07T12:31:39.108695+0000 mgr.a (mgr.24293) 6468 : audit 0 from='client.137289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:40 smithi027 bash[31536]: audit 2023-12-07T12:31:39.108695+0000 mgr.a (mgr.24293) 6468 : audit 0 from='client.137289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:41 smithi022 bash[28554]: cluster 2023-12-07T12:31:40.004787+0000 mgr.a (mgr.24293) 6469 : 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-07T12:31:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:41 smithi044 bash[32620]: cluster 2023-12-07T12:31:40.004787+0000 mgr.a (mgr.24293) 6469 : 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-07T12:31:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:41 smithi027 bash[31536]: cluster 2023-12-07T12:31:40.004787+0000 mgr.a (mgr.24293) 6469 : 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-07T12:31:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:43 smithi022 bash[28554]: cluster 2023-12-07T12:31:42.005647+0000 mgr.a (mgr.24293) 6470 : 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-07T12:31:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:43 smithi044 bash[32620]: cluster 2023-12-07T12:31:42.005647+0000 mgr.a (mgr.24293) 6470 : 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-07T12:31:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:43 smithi027 bash[31536]: cluster 2023-12-07T12:31:42.005647+0000 mgr.a (mgr.24293) 6470 : 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-07T12:31:44.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:44.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:44.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:45 smithi022 bash[28554]: cluster 2023-12-07T12:31:44.006178+0000 mgr.a (mgr.24293) 6471 : 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-07T12:31:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:45 smithi044 bash[32620]: cluster 2023-12-07T12:31:44.006178+0000 mgr.a (mgr.24293) 6471 : 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-07T12:31:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:45 smithi027 bash[31536]: cluster 2023-12-07T12:31:44.006178+0000 mgr.a (mgr.24293) 6471 : 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-07T12:31:45.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:45.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:45.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:45.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:45.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:46 smithi022 bash[28554]: audit 2023-12-07T12:31:45.057835+0000 mgr.a (mgr.24293) 6472 : audit 0 from='client.137364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:46 smithi044 bash[32620]: audit 2023-12-07T12:31:45.057835+0000 mgr.a (mgr.24293) 6472 : audit 0 from='client.137364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:46 smithi027 bash[31536]: audit 2023-12-07T12:31:45.057835+0000 mgr.a (mgr.24293) 6472 : audit 0 from='client.137364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:47 smithi022 bash[28554]: cluster 2023-12-07T12:31:46.007314+0000 mgr.a (mgr.24293) 6473 : cluster 0 pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:31:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:47 smithi044 bash[32620]: cluster 2023-12-07T12:31:46.007314+0000 mgr.a (mgr.24293) 6473 : cluster 0 pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:31:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:47 smithi027 bash[31536]: cluster 2023-12-07T12:31:46.007314+0000 mgr.a (mgr.24293) 6473 : cluster 0 pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:31:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:49 smithi022 bash[28554]: cluster 2023-12-07T12:31:48.007954+0000 mgr.a (mgr.24293) 6474 : cluster 0 pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:49 smithi044 bash[32620]: cluster 2023-12-07T12:31:48.007954+0000 mgr.a (mgr.24293) 6474 : cluster 0 pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:49 smithi027 bash[31536]: cluster 2023-12-07T12:31:48.007954+0000 mgr.a (mgr.24293) 6474 : cluster 0 pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:50.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:50.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:50.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:51 smithi022 bash[28554]: cluster 2023-12-07T12:31:50.008500+0000 mgr.a (mgr.24293) 6475 : cluster 0 pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:51 smithi044 bash[32620]: cluster 2023-12-07T12:31:50.008500+0000 mgr.a (mgr.24293) 6475 : cluster 0 pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:51 smithi027 bash[31536]: cluster 2023-12-07T12:31:50.008500+0000 mgr.a (mgr.24293) 6475 : cluster 0 pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:51.523 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:51.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:51.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:51.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:51.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:52 smithi022 bash[28554]: audit 2023-12-07T12:31:51.029634+0000 mgr.a (mgr.24293) 6476 : audit 0 from='client.137442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:52 smithi044 bash[32620]: audit 2023-12-07T12:31:51.029634+0000 mgr.a (mgr.24293) 6476 : audit 0 from='client.137442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:52 smithi027 bash[31536]: audit 2023-12-07T12:31:51.029634+0000 mgr.a (mgr.24293) 6476 : audit 0 from='client.137442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:53 smithi022 bash[28554]: cluster 2023-12-07T12:31:52.009562+0000 mgr.a (mgr.24293) 6477 : 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-07T12:31:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:53 smithi044 bash[32620]: cluster 2023-12-07T12:31:52.009562+0000 mgr.a (mgr.24293) 6477 : 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-07T12:31:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:53 smithi027 bash[31536]: cluster 2023-12-07T12:31:52.009562+0000 mgr.a (mgr.24293) 6477 : 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-07T12:31:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:55 smithi022 bash[28554]: cluster 2023-12-07T12:31:54.010157+0000 mgr.a (mgr.24293) 6478 : 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-07T12:31:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:55 smithi044 bash[32620]: cluster 2023-12-07T12:31:54.010157+0000 mgr.a (mgr.24293) 6478 : 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-07T12:31:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:55 smithi027 bash[31536]: cluster 2023-12-07T12:31:54.010157+0000 mgr.a (mgr.24293) 6478 : 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-07T12:31:56.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:31:56.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:56.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:57 smithi022 bash[28554]: cluster 2023-12-07T12:31:56.010879+0000 mgr.a (mgr.24293) 6479 : 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-07T12:31:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:57 smithi044 bash[32620]: cluster 2023-12-07T12:31:56.010879+0000 mgr.a (mgr.24293) 6479 : 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-07T12:31:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:57 smithi027 bash[31536]: cluster 2023-12-07T12:31:56.010879+0000 mgr.a (mgr.24293) 6479 : 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-07T12:31:57.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:31:57.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:57.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:57.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:57.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:31:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:58 smithi022 bash[28554]: audit 2023-12-07T12:31:56.938001+0000 mgr.a (mgr.24293) 6480 : audit 0 from='client.137520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:58 smithi044 bash[32620]: audit 2023-12-07T12:31:56.938001+0000 mgr.a (mgr.24293) 6480 : audit 0 from='client.137520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:58 smithi027 bash[31536]: audit 2023-12-07T12:31:56.938001+0000 mgr.a (mgr.24293) 6480 : audit 0 from='client.137520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:31:59 smithi022 bash[28554]: cluster 2023-12-07T12:31:58.011618+0000 mgr.a (mgr.24293) 6481 : cluster 0 pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:31:59 smithi044 bash[32620]: cluster 2023-12-07T12:31:58.011618+0000 mgr.a (mgr.24293) 6481 : cluster 0 pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:31:59 smithi027 bash[31536]: cluster 2023-12-07T12:31:58.011618+0000 mgr.a (mgr.24293) 6481 : cluster 0 pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:32:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:01 smithi022 bash[28554]: cluster 2023-12-07T12:32:00.012196+0000 mgr.a (mgr.24293) 6482 : cluster 0 pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:32:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:01 smithi044 bash[32620]: cluster 2023-12-07T12:32:00.012196+0000 mgr.a (mgr.24293) 6482 : cluster 0 pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:32:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:01 smithi027 bash[31536]: cluster 2023-12-07T12:32:00.012196+0000 mgr.a (mgr.24293) 6482 : cluster 0 pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:32:02.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:02.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:02.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:03.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:03.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:03.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:03.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:03.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:03 smithi022 bash[28554]: cluster 2023-12-07T12:32:02.012971+0000 mgr.a (mgr.24293) 6483 : cluster 0 pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:03 smithi044 bash[32620]: cluster 2023-12-07T12:32:02.012971+0000 mgr.a (mgr.24293) 6483 : cluster 0 pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:03 smithi027 bash[31536]: cluster 2023-12-07T12:32:02.012971+0000 mgr.a (mgr.24293) 6483 : cluster 0 pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:04.394 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:04 smithi027 bash[31536]: audit 2023-12-07T12:32:02.867651+0000 mgr.a (mgr.24293) 6484 : audit 0 from='client.137595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:04 smithi022 bash[28554]: audit 2023-12-07T12:32:02.867651+0000 mgr.a (mgr.24293) 6484 : audit 0 from='client.137595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:04 smithi044 bash[32620]: audit 2023-12-07T12:32:02.867651+0000 mgr.a (mgr.24293) 6484 : audit 0 from='client.137595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:05 smithi022 bash[28554]: cluster 2023-12-07T12:32:04.013705+0000 mgr.a (mgr.24293) 6485 : 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-07T12:32:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:05 smithi044 bash[32620]: cluster 2023-12-07T12:32:04.013705+0000 mgr.a (mgr.24293) 6485 : 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-07T12:32:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:05 smithi027 bash[31536]: cluster 2023-12-07T12:32:04.013705+0000 mgr.a (mgr.24293) 6485 : 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-07T12:32:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:07 smithi022 bash[28554]: cluster 2023-12-07T12:32:06.014636+0000 mgr.a (mgr.24293) 6486 : 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-07T12:32:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:07 smithi044 bash[32620]: cluster 2023-12-07T12:32:06.014636+0000 mgr.a (mgr.24293) 6486 : 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-07T12:32:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:07 smithi027 bash[31536]: cluster 2023-12-07T12:32:06.014636+0000 mgr.a (mgr.24293) 6486 : 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-07T12:32:08.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:08.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:08.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:09.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:09.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:09.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:09.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:09.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:09.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:09 smithi022 bash[28554]: cluster 2023-12-07T12:32:08.015247+0000 mgr.a (mgr.24293) 6487 : 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-07T12:32:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:09 smithi044 bash[32620]: cluster 2023-12-07T12:32:08.015247+0000 mgr.a (mgr.24293) 6487 : 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-07T12:32:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:09 smithi027 bash[31536]: cluster 2023-12-07T12:32:08.015247+0000 mgr.a (mgr.24293) 6487 : 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-07T12:32:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:10 smithi022 bash[28554]: audit 2023-12-07T12:32:08.801015+0000 mgr.a (mgr.24293) 6488 : audit 0 from='client.137670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:10 smithi044 bash[32620]: audit 2023-12-07T12:32:08.801015+0000 mgr.a (mgr.24293) 6488 : audit 0 from='client.137670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:10 smithi027 bash[31536]: audit 2023-12-07T12:32:08.801015+0000 mgr.a (mgr.24293) 6488 : audit 0 from='client.137670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:11 smithi022 bash[28554]: cluster 2023-12-07T12:32:10.015929+0000 mgr.a (mgr.24293) 6489 : 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-07T12:32:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:11 smithi044 bash[32620]: cluster 2023-12-07T12:32:10.015929+0000 mgr.a (mgr.24293) 6489 : 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-07T12:32:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:11 smithi027 bash[31536]: cluster 2023-12-07T12:32:10.015929+0000 mgr.a (mgr.24293) 6489 : 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-07T12:32:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:13 smithi022 bash[28554]: cluster 2023-12-07T12:32:12.016762+0000 mgr.a (mgr.24293) 6490 : 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-07T12:32:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:13 smithi044 bash[32620]: cluster 2023-12-07T12:32:12.016762+0000 mgr.a (mgr.24293) 6490 : 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-07T12:32:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:13 smithi027 bash[31536]: cluster 2023-12-07T12:32:12.016762+0000 mgr.a (mgr.24293) 6490 : 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-07T12:32:14.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:14.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:14.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:15.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:15.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:15.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:15.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:15.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:15 smithi022 bash[28554]: cluster 2023-12-07T12:32:14.017279+0000 mgr.a (mgr.24293) 6491 : 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-07T12:32:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:15 smithi044 bash[32620]: cluster 2023-12-07T12:32:14.017279+0000 mgr.a (mgr.24293) 6491 : 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-07T12:32:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:15 smithi027 bash[31536]: cluster 2023-12-07T12:32:14.017279+0000 mgr.a (mgr.24293) 6491 : 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-07T12:32:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:16 smithi022 bash[28554]: audit 2023-12-07T12:32:14.750323+0000 mgr.a (mgr.24293) 6492 : audit 0 from='client.137748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:16 smithi044 bash[32620]: audit 2023-12-07T12:32:14.750323+0000 mgr.a (mgr.24293) 6492 : audit 0 from='client.137748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:16 smithi027 bash[31536]: audit 2023-12-07T12:32:14.750323+0000 mgr.a (mgr.24293) 6492 : audit 0 from='client.137748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:17 smithi022 bash[28554]: cluster 2023-12-07T12:32:16.018246+0000 mgr.a (mgr.24293) 6493 : 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-07T12:32:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:17 smithi022 bash[28554]: audit 2023-12-07T12:32:17.113877+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:32:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:17 smithi044 bash[32620]: cluster 2023-12-07T12:32:16.018246+0000 mgr.a (mgr.24293) 6493 : 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-07T12:32:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:17 smithi044 bash[32620]: audit 2023-12-07T12:32:17.113877+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:32:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:17 smithi027 bash[31536]: cluster 2023-12-07T12:32:16.018246+0000 mgr.a (mgr.24293) 6493 : 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-07T12:32:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:17 smithi027 bash[31536]: audit 2023-12-07T12:32:17.113877+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:32:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:17.644765+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:17.649340+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:17.654209+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:17.659987+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: cluster 2023-12-07T12:32:18.018907+0000 mgr.a (mgr.24293) 6494 : 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-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:18.404229+0000 mon.a (mon.0) 1362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:18.406166+0000 mon.a (mon.0) 1363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:18 smithi022 bash[28554]: audit 2023-12-07T12:32:18.415448+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:17.644765+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:17.649340+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:17.654209+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:17.659987+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: cluster 2023-12-07T12:32:18.018907+0000 mgr.a (mgr.24293) 6494 : 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-07T12:32:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:18.404229+0000 mon.a (mon.0) 1362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:32:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:18.406166+0000 mon.a (mon.0) 1363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:32:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:18 smithi044 bash[32620]: audit 2023-12-07T12:32:18.415448+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:17.644765+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:17.649340+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:17.654209+0000 mon.a (mon.0) 1360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:17.659987+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: cluster 2023-12-07T12:32:18.018907+0000 mgr.a (mgr.24293) 6494 : 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-07T12:32:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:18.404229+0000 mon.a (mon.0) 1362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:32:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:18.406166+0000 mon.a (mon.0) 1363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:32:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:18 smithi027 bash[31536]: audit 2023-12-07T12:32:18.415448+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:32:20.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:20.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:20.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:21.169 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:21.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:21.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:21.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:21.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:21 smithi022 bash[28554]: cluster 2023-12-07T12:32:20.019462+0000 mgr.a (mgr.24293) 6495 : 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-07T12:32:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:21 smithi044 bash[32620]: cluster 2023-12-07T12:32:20.019462+0000 mgr.a (mgr.24293) 6495 : 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-07T12:32:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:21 smithi027 bash[31536]: cluster 2023-12-07T12:32:20.019462+0000 mgr.a (mgr.24293) 6495 : 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-07T12:32:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:22 smithi022 bash[28554]: audit 2023-12-07T12:32:20.680625+0000 mgr.a (mgr.24293) 6496 : audit 0 from='client.137823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:22 smithi044 bash[32620]: audit 2023-12-07T12:32:20.680625+0000 mgr.a (mgr.24293) 6496 : audit 0 from='client.137823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:22 smithi027 bash[31536]: audit 2023-12-07T12:32:20.680625+0000 mgr.a (mgr.24293) 6496 : audit 0 from='client.137823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:23 smithi022 bash[28554]: cluster 2023-12-07T12:32:22.020581+0000 mgr.a (mgr.24293) 6497 : 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-07T12:32:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:23 smithi044 bash[32620]: cluster 2023-12-07T12:32:22.020581+0000 mgr.a (mgr.24293) 6497 : 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-07T12:32:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:23 smithi027 bash[31536]: cluster 2023-12-07T12:32:22.020581+0000 mgr.a (mgr.24293) 6497 : 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-07T12:32:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:25 smithi022 bash[28554]: cluster 2023-12-07T12:32:24.021203+0000 mgr.a (mgr.24293) 6498 : 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-07T12:32:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:25 smithi044 bash[32620]: cluster 2023-12-07T12:32:24.021203+0000 mgr.a (mgr.24293) 6498 : 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-07T12:32:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:25 smithi027 bash[31536]: cluster 2023-12-07T12:32:24.021203+0000 mgr.a (mgr.24293) 6498 : 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-07T12:32:26.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:26.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:26.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:27.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:27.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:27.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:27.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:27 smithi022 bash[28554]: cluster 2023-12-07T12:32:26.022109+0000 mgr.a (mgr.24293) 6499 : 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-07T12:32:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:27 smithi044 bash[32620]: cluster 2023-12-07T12:32:26.022109+0000 mgr.a (mgr.24293) 6499 : 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-07T12:32:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:27 smithi027 bash[31536]: cluster 2023-12-07T12:32:26.022109+0000 mgr.a (mgr.24293) 6499 : 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-07T12:32:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:28 smithi022 bash[28554]: audit 2023-12-07T12:32:26.580317+0000 mgr.a (mgr.24293) 6500 : audit 0 from='client.137898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:28 smithi044 bash[32620]: audit 2023-12-07T12:32:26.580317+0000 mgr.a (mgr.24293) 6500 : audit 0 from='client.137898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:28 smithi027 bash[31536]: audit 2023-12-07T12:32:26.580317+0000 mgr.a (mgr.24293) 6500 : audit 0 from='client.137898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:29 smithi022 bash[28554]: cluster 2023-12-07T12:32:28.022801+0000 mgr.a (mgr.24293) 6501 : 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-07T12:32:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:29 smithi044 bash[32620]: cluster 2023-12-07T12:32:28.022801+0000 mgr.a (mgr.24293) 6501 : 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-07T12:32:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:29 smithi027 bash[31536]: cluster 2023-12-07T12:32:28.022801+0000 mgr.a (mgr.24293) 6501 : 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-07T12:32:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:31 smithi022 bash[28554]: cluster 2023-12-07T12:32:30.023378+0000 mgr.a (mgr.24293) 6502 : 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-07T12:32:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:31 smithi044 bash[32620]: cluster 2023-12-07T12:32:30.023378+0000 mgr.a (mgr.24293) 6502 : 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-07T12:32:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:31 smithi027 bash[31536]: cluster 2023-12-07T12:32:30.023378+0000 mgr.a (mgr.24293) 6502 : 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-07T12:32:32.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:32.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:32.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:33.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:33 smithi022 bash[28554]: cluster 2023-12-07T12:32:32.024197+0000 mgr.a (mgr.24293) 6503 : 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-07T12:32:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:33 smithi044 bash[32620]: cluster 2023-12-07T12:32:32.024197+0000 mgr.a (mgr.24293) 6503 : 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-07T12:32:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:33 smithi027 bash[31536]: cluster 2023-12-07T12:32:32.024197+0000 mgr.a (mgr.24293) 6503 : 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-07T12:32:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:34 smithi022 bash[28554]: audit 2023-12-07T12:32:32.537548+0000 mgr.a (mgr.24293) 6504 : audit 0 from='client.137976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:34 smithi044 bash[32620]: audit 2023-12-07T12:32:32.537548+0000 mgr.a (mgr.24293) 6504 : audit 0 from='client.137976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:34 smithi027 bash[31536]: audit 2023-12-07T12:32:32.537548+0000 mgr.a (mgr.24293) 6504 : audit 0 from='client.137976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:35 smithi022 bash[28554]: cluster 2023-12-07T12:32:34.024843+0000 mgr.a (mgr.24293) 6505 : 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-07T12:32:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:35 smithi044 bash[32620]: cluster 2023-12-07T12:32:34.024843+0000 mgr.a (mgr.24293) 6505 : 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-07T12:32:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:35 smithi027 bash[31536]: cluster 2023-12-07T12:32:34.024843+0000 mgr.a (mgr.24293) 6505 : 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-07T12:32:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:37 smithi022 bash[28554]: cluster 2023-12-07T12:32:36.025710+0000 mgr.a (mgr.24293) 6506 : 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-07T12:32:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:37 smithi044 bash[32620]: cluster 2023-12-07T12:32:36.025710+0000 mgr.a (mgr.24293) 6506 : 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-07T12:32:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:37 smithi027 bash[31536]: cluster 2023-12-07T12:32:36.025710+0000 mgr.a (mgr.24293) 6506 : 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-07T12:32:38.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:38.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:38.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:38.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:38.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:38.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:38.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:38.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:39 smithi022 bash[28554]: cluster 2023-12-07T12:32:38.026373+0000 mgr.a (mgr.24293) 6507 : 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-07T12:32:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:39 smithi044 bash[32620]: cluster 2023-12-07T12:32:38.026373+0000 mgr.a (mgr.24293) 6507 : 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-07T12:32:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:39 smithi027 bash[31536]: cluster 2023-12-07T12:32:38.026373+0000 mgr.a (mgr.24293) 6507 : 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-07T12:32:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:40 smithi022 bash[28554]: audit 2023-12-07T12:32:38.444312+0000 mgr.a (mgr.24293) 6508 : audit 0 from='client.138051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:40 smithi044 bash[32620]: audit 2023-12-07T12:32:38.444312+0000 mgr.a (mgr.24293) 6508 : audit 0 from='client.138051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:40 smithi027 bash[31536]: audit 2023-12-07T12:32:38.444312+0000 mgr.a (mgr.24293) 6508 : audit 0 from='client.138051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:41 smithi022 bash[28554]: cluster 2023-12-07T12:32:40.027018+0000 mgr.a (mgr.24293) 6509 : 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-07T12:32:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:41 smithi044 bash[32620]: cluster 2023-12-07T12:32:40.027018+0000 mgr.a (mgr.24293) 6509 : 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-07T12:32:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:41 smithi027 bash[31536]: cluster 2023-12-07T12:32:40.027018+0000 mgr.a (mgr.24293) 6509 : 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-07T12:32:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:43 smithi022 bash[28554]: cluster 2023-12-07T12:32:42.027835+0000 mgr.a (mgr.24293) 6510 : 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-07T12:32:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:43 smithi044 bash[32620]: cluster 2023-12-07T12:32:42.027835+0000 mgr.a (mgr.24293) 6510 : 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-07T12:32:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:43 smithi027 bash[31536]: cluster 2023-12-07T12:32:42.027835+0000 mgr.a (mgr.24293) 6510 : 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-07T12:32:43.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:43.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:43.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:44.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:45 smithi022 bash[28554]: cluster 2023-12-07T12:32:44.028384+0000 mgr.a (mgr.24293) 6511 : 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-07T12:32:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:45 smithi044 bash[32620]: cluster 2023-12-07T12:32:44.028384+0000 mgr.a (mgr.24293) 6511 : 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-07T12:32:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:45 smithi027 bash[31536]: cluster 2023-12-07T12:32:44.028384+0000 mgr.a (mgr.24293) 6511 : 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-07T12:32:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:46 smithi044 bash[32620]: audit 2023-12-07T12:32:44.357674+0000 mgr.a (mgr.24293) 6512 : audit 0 from='client.138129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:46 smithi022 bash[28554]: audit 2023-12-07T12:32:44.357674+0000 mgr.a (mgr.24293) 6512 : audit 0 from='client.138129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:46 smithi027 bash[31536]: audit 2023-12-07T12:32:44.357674+0000 mgr.a (mgr.24293) 6512 : audit 0 from='client.138129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:47 smithi022 bash[28554]: cluster 2023-12-07T12:32:46.029391+0000 mgr.a (mgr.24293) 6513 : 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-07T12:32:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:47 smithi044 bash[32620]: cluster 2023-12-07T12:32:46.029391+0000 mgr.a (mgr.24293) 6513 : 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-07T12:32:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:47 smithi027 bash[31536]: cluster 2023-12-07T12:32:46.029391+0000 mgr.a (mgr.24293) 6513 : 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-07T12:32:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:49 smithi022 bash[28554]: cluster 2023-12-07T12:32:48.030000+0000 mgr.a (mgr.24293) 6514 : 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-07T12:32:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:49 smithi044 bash[32620]: cluster 2023-12-07T12:32:48.030000+0000 mgr.a (mgr.24293) 6514 : 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-07T12:32:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:49 smithi027 bash[31536]: cluster 2023-12-07T12:32:48.030000+0000 mgr.a (mgr.24293) 6514 : 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-07T12:32:49.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:49.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:49.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:50.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:50.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:50.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:50.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:50.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:51 smithi022 bash[28554]: cluster 2023-12-07T12:32:50.030423+0000 mgr.a (mgr.24293) 6515 : 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-07T12:32:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:51 smithi022 bash[28554]: audit 2023-12-07T12:32:50.265250+0000 mgr.a (mgr.24293) 6516 : audit 0 from='client.138204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:51 smithi044 bash[32620]: cluster 2023-12-07T12:32:50.030423+0000 mgr.a (mgr.24293) 6515 : 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-07T12:32:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:51 smithi044 bash[32620]: audit 2023-12-07T12:32:50.265250+0000 mgr.a (mgr.24293) 6516 : audit 0 from='client.138204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:51.464 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:51 smithi027 bash[31536]: cluster 2023-12-07T12:32:50.030423+0000 mgr.a (mgr.24293) 6515 : 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-07T12:32:51.464 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:51 smithi027 bash[31536]: audit 2023-12-07T12:32:50.265250+0000 mgr.a (mgr.24293) 6516 : audit 0 from='client.138204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:53 smithi022 bash[28554]: cluster 2023-12-07T12:32:52.031589+0000 mgr.a (mgr.24293) 6517 : cluster 0 pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:32:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:53 smithi044 bash[32620]: cluster 2023-12-07T12:32:52.031589+0000 mgr.a (mgr.24293) 6517 : cluster 0 pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:32:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:53 smithi027 bash[31536]: cluster 2023-12-07T12:32:52.031589+0000 mgr.a (mgr.24293) 6517 : cluster 0 pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:32:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:55 smithi022 bash[28554]: cluster 2023-12-07T12:32:54.032273+0000 mgr.a (mgr.24293) 6518 : cluster 0 pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:32:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:55 smithi044 bash[32620]: cluster 2023-12-07T12:32:54.032273+0000 mgr.a (mgr.24293) 6518 : cluster 0 pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:32:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:55 smithi027 bash[31536]: cluster 2023-12-07T12:32:54.032273+0000 mgr.a (mgr.24293) 6518 : cluster 0 pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:32:55.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:32:55.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:55.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:56.689 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:32:56.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:56.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:56.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:56.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:32:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:57 smithi027 bash[31536]: cluster 2023-12-07T12:32:56.033230+0000 mgr.a (mgr.24293) 6519 : 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-07T12:32:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:57 smithi027 bash[31536]: audit 2023-12-07T12:32:56.175835+0000 mgr.a (mgr.24293) 6520 : audit 0 from='client.138282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:57 smithi022 bash[28554]: cluster 2023-12-07T12:32:56.033230+0000 mgr.a (mgr.24293) 6519 : 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-07T12:32:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:57 smithi022 bash[28554]: audit 2023-12-07T12:32:56.175835+0000 mgr.a (mgr.24293) 6520 : audit 0 from='client.138282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:57 smithi044 bash[32620]: cluster 2023-12-07T12:32:56.033230+0000 mgr.a (mgr.24293) 6519 : 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-07T12:32:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:57 smithi044 bash[32620]: audit 2023-12-07T12:32:56.175835+0000 mgr.a (mgr.24293) 6520 : audit 0 from='client.138282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:32:59 smithi027 bash[31536]: cluster 2023-12-07T12:32:58.034056+0000 mgr.a (mgr.24293) 6521 : 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-07T12:32:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:32:59 smithi022 bash[28554]: cluster 2023-12-07T12:32:58.034056+0000 mgr.a (mgr.24293) 6521 : 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-07T12:32:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:32:59 smithi044 bash[32620]: cluster 2023-12-07T12:32:58.034056+0000 mgr.a (mgr.24293) 6521 : 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-07T12:33:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:01 smithi027 bash[31536]: cluster 2023-12-07T12:33:00.034790+0000 mgr.a (mgr.24293) 6522 : 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-07T12:33:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:01 smithi022 bash[28554]: cluster 2023-12-07T12:33:00.034790+0000 mgr.a (mgr.24293) 6522 : 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-07T12:33:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:01 smithi044 bash[32620]: cluster 2023-12-07T12:33:00.034790+0000 mgr.a (mgr.24293) 6522 : 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-07T12:33:01.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:01.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:01.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:02.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:02.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:02.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:02.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:02.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:03 smithi027 bash[31536]: cluster 2023-12-07T12:33:02.035765+0000 mgr.a (mgr.24293) 6523 : 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-07T12:33:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:03 smithi027 bash[31536]: audit 2023-12-07T12:33:02.105378+0000 mgr.a (mgr.24293) 6524 : audit 0 from='client.138357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:03 smithi022 bash[28554]: cluster 2023-12-07T12:33:02.035765+0000 mgr.a (mgr.24293) 6523 : 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-07T12:33:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:03 smithi022 bash[28554]: audit 2023-12-07T12:33:02.105378+0000 mgr.a (mgr.24293) 6524 : audit 0 from='client.138357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:03 smithi044 bash[32620]: cluster 2023-12-07T12:33:02.035765+0000 mgr.a (mgr.24293) 6523 : 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-07T12:33:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:03 smithi044 bash[32620]: audit 2023-12-07T12:33:02.105378+0000 mgr.a (mgr.24293) 6524 : audit 0 from='client.138357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:05 smithi027 bash[31536]: cluster 2023-12-07T12:33:04.036425+0000 mgr.a (mgr.24293) 6525 : 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-07T12:33:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:05 smithi022 bash[28554]: cluster 2023-12-07T12:33:04.036425+0000 mgr.a (mgr.24293) 6525 : 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-07T12:33:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:05 smithi044 bash[32620]: cluster 2023-12-07T12:33:04.036425+0000 mgr.a (mgr.24293) 6525 : 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-07T12:33:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:07 smithi027 bash[31536]: cluster 2023-12-07T12:33:06.037466+0000 mgr.a (mgr.24293) 6526 : 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-07T12:33:07.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:07.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:07.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:07 smithi022 bash[28554]: cluster 2023-12-07T12:33:06.037466+0000 mgr.a (mgr.24293) 6526 : 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-07T12:33:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:07 smithi044 bash[32620]: cluster 2023-12-07T12:33:06.037466+0000 mgr.a (mgr.24293) 6526 : 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-07T12:33:08.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:09 smithi022 bash[28554]: cluster 2023-12-07T12:33:08.037921+0000 mgr.a (mgr.24293) 6527 : 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-07T12:33:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:09 smithi022 bash[28554]: audit 2023-12-07T12:33:08.044807+0000 mgr.a (mgr.24293) 6528 : audit 0 from='client.138426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:09 smithi044 bash[32620]: cluster 2023-12-07T12:33:08.037921+0000 mgr.a (mgr.24293) 6527 : 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-07T12:33:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:09 smithi044 bash[32620]: audit 2023-12-07T12:33:08.044807+0000 mgr.a (mgr.24293) 6528 : audit 0 from='client.138426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:09 smithi027 bash[31536]: cluster 2023-12-07T12:33:08.037921+0000 mgr.a (mgr.24293) 6527 : 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-07T12:33:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:09 smithi027 bash[31536]: audit 2023-12-07T12:33:08.044807+0000 mgr.a (mgr.24293) 6528 : audit 0 from='client.138426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:11 smithi022 bash[28554]: cluster 2023-12-07T12:33:10.038543+0000 mgr.a (mgr.24293) 6529 : 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-07T12:33:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:11 smithi044 bash[32620]: cluster 2023-12-07T12:33:10.038543+0000 mgr.a (mgr.24293) 6529 : 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-07T12:33:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:11 smithi027 bash[31536]: cluster 2023-12-07T12:33:10.038543+0000 mgr.a (mgr.24293) 6529 : 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-07T12:33:13.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:13.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:13.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:13 smithi022 bash[28554]: cluster 2023-12-07T12:33:12.039378+0000 mgr.a (mgr.24293) 6530 : 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-07T12:33:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:13 smithi044 bash[32620]: cluster 2023-12-07T12:33:12.039378+0000 mgr.a (mgr.24293) 6530 : 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-07T12:33:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:13 smithi027 bash[31536]: cluster 2023-12-07T12:33:12.039378+0000 mgr.a (mgr.24293) 6530 : 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-07T12:33:14.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:14.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:14.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:14.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:14.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:15 smithi022 bash[28554]: audit 2023-12-07T12:33:13.969799+0000 mgr.a (mgr.24293) 6531 : audit 0 from='client.138504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:15 smithi022 bash[28554]: cluster 2023-12-07T12:33:14.040165+0000 mgr.a (mgr.24293) 6532 : 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-07T12:33:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:15 smithi044 bash[32620]: audit 2023-12-07T12:33:13.969799+0000 mgr.a (mgr.24293) 6531 : audit 0 from='client.138504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:15 smithi044 bash[32620]: cluster 2023-12-07T12:33:14.040165+0000 mgr.a (mgr.24293) 6532 : 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-07T12:33:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:15 smithi027 bash[31536]: audit 2023-12-07T12:33:13.969799+0000 mgr.a (mgr.24293) 6531 : audit 0 from='client.138504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:15 smithi027 bash[31536]: cluster 2023-12-07T12:33:14.040165+0000 mgr.a (mgr.24293) 6532 : 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-07T12:33:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:17 smithi022 bash[28554]: cluster 2023-12-07T12:33:16.041070+0000 mgr.a (mgr.24293) 6533 : 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-07T12:33:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:17 smithi044 bash[32620]: cluster 2023-12-07T12:33:16.041070+0000 mgr.a (mgr.24293) 6533 : 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-07T12:33:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:17 smithi027 bash[31536]: cluster 2023-12-07T12:33:16.041070+0000 mgr.a (mgr.24293) 6533 : 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-07T12:33:19.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:19.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:19.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:19 smithi022 bash[28554]: cluster 2023-12-07T12:33:18.041652+0000 mgr.a (mgr.24293) 6534 : 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-07T12:33:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:19 smithi022 bash[28554]: audit 2023-12-07T12:33:18.519569+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:33:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:19 smithi044 bash[32620]: cluster 2023-12-07T12:33:18.041652+0000 mgr.a (mgr.24293) 6534 : 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-07T12:33:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:19 smithi044 bash[32620]: audit 2023-12-07T12:33:18.519569+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:33:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:19 smithi027 bash[31536]: cluster 2023-12-07T12:33:18.041652+0000 mgr.a (mgr.24293) 6534 : 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-07T12:33:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:19 smithi027 bash[31536]: audit 2023-12-07T12:33:18.519569+0000 mon.a (mon.0) 1365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:33:20.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:20.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:20.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:20.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:20.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:20 smithi022 bash[28554]: audit 2023-12-07T12:33:19.309879+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:33:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:20 smithi022 bash[28554]: audit 2023-12-07T12:33:19.311669+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:33:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:20 smithi022 bash[28554]: audit 2023-12-07T12:33:19.321075+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:33:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:20 smithi044 bash[32620]: audit 2023-12-07T12:33:19.309879+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:33:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:20 smithi044 bash[32620]: audit 2023-12-07T12:33:19.311669+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:33:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:20 smithi044 bash[32620]: audit 2023-12-07T12:33:19.321075+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:33:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:20 smithi027 bash[31536]: audit 2023-12-07T12:33:19.309879+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:33:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:20 smithi027 bash[31536]: audit 2023-12-07T12:33:19.311669+0000 mon.a (mon.0) 1367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:33:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:20 smithi027 bash[31536]: audit 2023-12-07T12:33:19.321075+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:33:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:21 smithi022 bash[28554]: audit 2023-12-07T12:33:19.903623+0000 mgr.a (mgr.24293) 6535 : audit 0 from='client.118223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:21 smithi022 bash[28554]: cluster 2023-12-07T12:33:20.042123+0000 mgr.a (mgr.24293) 6536 : 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-07T12:33:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:21 smithi044 bash[32620]: audit 2023-12-07T12:33:19.903623+0000 mgr.a (mgr.24293) 6535 : audit 0 from='client.118223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:21 smithi044 bash[32620]: cluster 2023-12-07T12:33:20.042123+0000 mgr.a (mgr.24293) 6536 : 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-07T12:33:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:21 smithi027 bash[31536]: audit 2023-12-07T12:33:19.903623+0000 mgr.a (mgr.24293) 6535 : audit 0 from='client.118223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:21 smithi027 bash[31536]: cluster 2023-12-07T12:33:20.042123+0000 mgr.a (mgr.24293) 6536 : 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-07T12:33:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:23 smithi022 bash[28554]: cluster 2023-12-07T12:33:22.043093+0000 mgr.a (mgr.24293) 6537 : 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-07T12:33:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:23 smithi044 bash[32620]: cluster 2023-12-07T12:33:22.043093+0000 mgr.a (mgr.24293) 6537 : 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-07T12:33:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:23 smithi027 bash[31536]: cluster 2023-12-07T12:33:22.043093+0000 mgr.a (mgr.24293) 6537 : 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-07T12:33:25.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:25.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:25.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:25 smithi022 bash[28554]: cluster 2023-12-07T12:33:24.043725+0000 mgr.a (mgr.24293) 6538 : 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-07T12:33:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:25 smithi044 bash[32620]: cluster 2023-12-07T12:33:24.043725+0000 mgr.a (mgr.24293) 6538 : 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-07T12:33:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:25 smithi027 bash[31536]: cluster 2023-12-07T12:33:24.043725+0000 mgr.a (mgr.24293) 6538 : 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-07T12:33:26.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:26.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:26.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:26.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:26.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:27 smithi022 bash[28554]: audit 2023-12-07T12:33:25.860283+0000 mgr.a (mgr.24293) 6539 : audit 0 from='client.138654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:27 smithi022 bash[28554]: cluster 2023-12-07T12:33:26.044866+0000 mgr.a (mgr.24293) 6540 : 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-07T12:33:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:27 smithi044 bash[32620]: audit 2023-12-07T12:33:25.860283+0000 mgr.a (mgr.24293) 6539 : audit 0 from='client.138654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:27 smithi044 bash[32620]: cluster 2023-12-07T12:33:26.044866+0000 mgr.a (mgr.24293) 6540 : 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-07T12:33:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:27 smithi027 bash[31536]: audit 2023-12-07T12:33:25.860283+0000 mgr.a (mgr.24293) 6539 : audit 0 from='client.138654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:27 smithi027 bash[31536]: cluster 2023-12-07T12:33:26.044866+0000 mgr.a (mgr.24293) 6540 : 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-07T12:33:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:29 smithi022 bash[28554]: cluster 2023-12-07T12:33:28.045536+0000 mgr.a (mgr.24293) 6541 : 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-07T12:33:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:29 smithi044 bash[32620]: cluster 2023-12-07T12:33:28.045536+0000 mgr.a (mgr.24293) 6541 : 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-07T12:33:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:29 smithi027 bash[31536]: cluster 2023-12-07T12:33:28.045536+0000 mgr.a (mgr.24293) 6541 : 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-07T12:33:31.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:31.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:31.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:31 smithi022 bash[28554]: cluster 2023-12-07T12:33:30.046103+0000 mgr.a (mgr.24293) 6542 : 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-07T12:33:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:31 smithi044 bash[32620]: cluster 2023-12-07T12:33:30.046103+0000 mgr.a (mgr.24293) 6542 : 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-07T12:33:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:31 smithi027 bash[31536]: cluster 2023-12-07T12:33:30.046103+0000 mgr.a (mgr.24293) 6542 : 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-07T12:33:32.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:32.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:32.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:32.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:32.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:33 smithi022 bash[28554]: audit 2023-12-07T12:33:31.808781+0000 mgr.a (mgr.24293) 6543 : audit 0 from='client.138732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:33 smithi022 bash[28554]: cluster 2023-12-07T12:33:32.046884+0000 mgr.a (mgr.24293) 6544 : 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-07T12:33:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:33 smithi044 bash[32620]: audit 2023-12-07T12:33:31.808781+0000 mgr.a (mgr.24293) 6543 : audit 0 from='client.138732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:33 smithi044 bash[32620]: cluster 2023-12-07T12:33:32.046884+0000 mgr.a (mgr.24293) 6544 : 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-07T12:33:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:33 smithi027 bash[31536]: audit 2023-12-07T12:33:31.808781+0000 mgr.a (mgr.24293) 6543 : audit 0 from='client.138732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:33 smithi027 bash[31536]: cluster 2023-12-07T12:33:32.046884+0000 mgr.a (mgr.24293) 6544 : 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-07T12:33:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:35 smithi022 bash[28554]: cluster 2023-12-07T12:33:34.047695+0000 mgr.a (mgr.24293) 6545 : 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-07T12:33:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:35 smithi044 bash[32620]: cluster 2023-12-07T12:33:34.047695+0000 mgr.a (mgr.24293) 6545 : 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-07T12:33:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:35 smithi027 bash[31536]: cluster 2023-12-07T12:33:34.047695+0000 mgr.a (mgr.24293) 6545 : 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-07T12:33:37.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:37.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:37.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:37 smithi022 bash[28554]: cluster 2023-12-07T12:33:36.048598+0000 mgr.a (mgr.24293) 6546 : 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-07T12:33:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:37 smithi044 bash[32620]: cluster 2023-12-07T12:33:36.048598+0000 mgr.a (mgr.24293) 6546 : 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-07T12:33:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:37 smithi027 bash[31536]: cluster 2023-12-07T12:33:36.048598+0000 mgr.a (mgr.24293) 6546 : 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-07T12:33:38.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:38.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:38.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:38.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:38.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:39 smithi022 bash[28554]: audit 2023-12-07T12:33:37.746221+0000 mgr.a (mgr.24293) 6547 : audit 0 from='client.138807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:39 smithi022 bash[28554]: cluster 2023-12-07T12:33:38.049511+0000 mgr.a (mgr.24293) 6548 : 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-07T12:33:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:39 smithi044 bash[32620]: audit 2023-12-07T12:33:37.746221+0000 mgr.a (mgr.24293) 6547 : audit 0 from='client.138807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:39 smithi044 bash[32620]: cluster 2023-12-07T12:33:38.049511+0000 mgr.a (mgr.24293) 6548 : 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-07T12:33:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:39 smithi027 bash[31536]: audit 2023-12-07T12:33:37.746221+0000 mgr.a (mgr.24293) 6547 : audit 0 from='client.138807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:39 smithi027 bash[31536]: cluster 2023-12-07T12:33:38.049511+0000 mgr.a (mgr.24293) 6548 : 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-07T12:33:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:41 smithi022 bash[28554]: cluster 2023-12-07T12:33:40.050265+0000 mgr.a (mgr.24293) 6549 : 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-07T12:33:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:41 smithi044 bash[32620]: cluster 2023-12-07T12:33:40.050265+0000 mgr.a (mgr.24293) 6549 : 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-07T12:33:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:41 smithi027 bash[31536]: cluster 2023-12-07T12:33:40.050265+0000 mgr.a (mgr.24293) 6549 : 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-07T12:33:43.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:43.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:43.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:43 smithi022 bash[28554]: cluster 2023-12-07T12:33:42.051089+0000 mgr.a (mgr.24293) 6550 : 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-07T12:33:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:43 smithi044 bash[32620]: cluster 2023-12-07T12:33:42.051089+0000 mgr.a (mgr.24293) 6550 : 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-07T12:33:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:43 smithi027 bash[31536]: cluster 2023-12-07T12:33:42.051089+0000 mgr.a (mgr.24293) 6550 : 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-07T12:33:44.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:44.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:44.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:44.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:44.207 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:45 smithi022 bash[28554]: audit 2023-12-07T12:33:43.661008+0000 mgr.a (mgr.24293) 6551 : audit 0 from='client.138882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:45 smithi022 bash[28554]: cluster 2023-12-07T12:33:44.051614+0000 mgr.a (mgr.24293) 6552 : 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-07T12:33:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:45 smithi044 bash[32620]: audit 2023-12-07T12:33:43.661008+0000 mgr.a (mgr.24293) 6551 : audit 0 from='client.138882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:45 smithi044 bash[32620]: cluster 2023-12-07T12:33:44.051614+0000 mgr.a (mgr.24293) 6552 : 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-07T12:33:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:45 smithi027 bash[31536]: audit 2023-12-07T12:33:43.661008+0000 mgr.a (mgr.24293) 6551 : audit 0 from='client.138882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:45 smithi027 bash[31536]: cluster 2023-12-07T12:33:44.051614+0000 mgr.a (mgr.24293) 6552 : 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-07T12:33:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:47 smithi022 bash[28554]: cluster 2023-12-07T12:33:46.052426+0000 mgr.a (mgr.24293) 6553 : 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-07T12:33:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:47 smithi044 bash[32620]: cluster 2023-12-07T12:33:46.052426+0000 mgr.a (mgr.24293) 6553 : 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-07T12:33:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:47 smithi027 bash[31536]: cluster 2023-12-07T12:33:46.052426+0000 mgr.a (mgr.24293) 6553 : 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-07T12:33:49.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:49.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:49.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:49 smithi022 bash[28554]: cluster 2023-12-07T12:33:48.053092+0000 mgr.a (mgr.24293) 6554 : 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-07T12:33:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:49 smithi044 bash[32620]: cluster 2023-12-07T12:33:48.053092+0000 mgr.a (mgr.24293) 6554 : 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-07T12:33:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:49 smithi027 bash[31536]: cluster 2023-12-07T12:33:48.053092+0000 mgr.a (mgr.24293) 6554 : 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-07T12:33:50.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:50.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:50.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:50.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:50.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:51 smithi022 bash[28554]: audit 2023-12-07T12:33:49.613876+0000 mgr.a (mgr.24293) 6555 : audit 0 from='client.138957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:51 smithi022 bash[28554]: cluster 2023-12-07T12:33:50.053790+0000 mgr.a (mgr.24293) 6556 : 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-07T12:33:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:51 smithi044 bash[32620]: audit 2023-12-07T12:33:49.613876+0000 mgr.a (mgr.24293) 6555 : audit 0 from='client.138957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:51 smithi044 bash[32620]: cluster 2023-12-07T12:33:50.053790+0000 mgr.a (mgr.24293) 6556 : 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-07T12:33:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:51 smithi027 bash[31536]: audit 2023-12-07T12:33:49.613876+0000 mgr.a (mgr.24293) 6555 : audit 0 from='client.138957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:51 smithi027 bash[31536]: cluster 2023-12-07T12:33:50.053790+0000 mgr.a (mgr.24293) 6556 : 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-07T12:33:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:53 smithi022 bash[28554]: cluster 2023-12-07T12:33:52.054621+0000 mgr.a (mgr.24293) 6557 : 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-07T12:33:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:53 smithi044 bash[32620]: cluster 2023-12-07T12:33:52.054621+0000 mgr.a (mgr.24293) 6557 : 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-07T12:33:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:53 smithi027 bash[31536]: cluster 2023-12-07T12:33:52.054621+0000 mgr.a (mgr.24293) 6557 : 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-07T12:33:55.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:33:55.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:55.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:55 smithi022 bash[28554]: cluster 2023-12-07T12:33:54.055227+0000 mgr.a (mgr.24293) 6558 : 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-07T12:33:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:55 smithi044 bash[32620]: cluster 2023-12-07T12:33:54.055227+0000 mgr.a (mgr.24293) 6558 : 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-07T12:33:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:55 smithi027 bash[31536]: cluster 2023-12-07T12:33:54.055227+0000 mgr.a (mgr.24293) 6558 : 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-07T12:33:56.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:33:56.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:56.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:56.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:56.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:33:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:57 smithi022 bash[28554]: audit 2023-12-07T12:33:55.538815+0000 mgr.a (mgr.24293) 6559 : audit 0 from='client.139035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:57 smithi022 bash[28554]: cluster 2023-12-07T12:33:56.056177+0000 mgr.a (mgr.24293) 6560 : cluster 0 pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:57 smithi044 bash[32620]: audit 2023-12-07T12:33:55.538815+0000 mgr.a (mgr.24293) 6559 : audit 0 from='client.139035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:57 smithi044 bash[32620]: cluster 2023-12-07T12:33:56.056177+0000 mgr.a (mgr.24293) 6560 : cluster 0 pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:57 smithi027 bash[31536]: audit 2023-12-07T12:33:55.538815+0000 mgr.a (mgr.24293) 6559 : audit 0 from='client.139035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:57 smithi027 bash[31536]: cluster 2023-12-07T12:33:56.056177+0000 mgr.a (mgr.24293) 6560 : cluster 0 pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:33:59 smithi022 bash[28554]: cluster 2023-12-07T12:33:58.056743+0000 mgr.a (mgr.24293) 6561 : cluster 0 pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:33:59 smithi044 bash[32620]: cluster 2023-12-07T12:33:58.056743+0000 mgr.a (mgr.24293) 6561 : cluster 0 pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:33:59 smithi027 bash[31536]: cluster 2023-12-07T12:33:58.056743+0000 mgr.a (mgr.24293) 6561 : cluster 0 pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:01.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:01 smithi022 bash[28554]: cluster 2023-12-07T12:34:00.057270+0000 mgr.a (mgr.24293) 6562 : cluster 0 pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:01 smithi044 bash[32620]: cluster 2023-12-07T12:34:00.057270+0000 mgr.a (mgr.24293) 6562 : cluster 0 pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:01 smithi027 bash[31536]: cluster 2023-12-07T12:34:00.057270+0000 mgr.a (mgr.24293) 6562 : cluster 0 pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:02.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:02.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:02.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:02.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:02.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:03 smithi022 bash[28554]: audit 2023-12-07T12:34:01.488379+0000 mgr.a (mgr.24293) 6563 : audit 0 from='client.139113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:03 smithi022 bash[28554]: cluster 2023-12-07T12:34:02.058520+0000 mgr.a (mgr.24293) 6564 : 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-07T12:34:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:03 smithi044 bash[32620]: audit 2023-12-07T12:34:01.488379+0000 mgr.a (mgr.24293) 6563 : audit 0 from='client.139113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:03 smithi044 bash[32620]: cluster 2023-12-07T12:34:02.058520+0000 mgr.a (mgr.24293) 6564 : 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-07T12:34:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:03 smithi027 bash[31536]: audit 2023-12-07T12:34:01.488379+0000 mgr.a (mgr.24293) 6563 : audit 0 from='client.139113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:03 smithi027 bash[31536]: cluster 2023-12-07T12:34:02.058520+0000 mgr.a (mgr.24293) 6564 : 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-07T12:34:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:05 smithi022 bash[28554]: cluster 2023-12-07T12:34:04.059246+0000 mgr.a (mgr.24293) 6565 : 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-07T12:34:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:05 smithi044 bash[32620]: cluster 2023-12-07T12:34:04.059246+0000 mgr.a (mgr.24293) 6565 : 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-07T12:34:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:05 smithi027 bash[31536]: cluster 2023-12-07T12:34:04.059246+0000 mgr.a (mgr.24293) 6565 : 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-07T12:34:07.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:07.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:07.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:07 smithi022 bash[28554]: cluster 2023-12-07T12:34:06.060086+0000 mgr.a (mgr.24293) 6566 : 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-07T12:34:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:07 smithi044 bash[32620]: cluster 2023-12-07T12:34:06.060086+0000 mgr.a (mgr.24293) 6566 : 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-07T12:34:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:07 smithi027 bash[31536]: cluster 2023-12-07T12:34:06.060086+0000 mgr.a (mgr.24293) 6566 : 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-07T12:34:07.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:07.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:07.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:07.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:07.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:09 smithi022 bash[28554]: audit 2023-12-07T12:34:07.443474+0000 mgr.a (mgr.24293) 6567 : audit 0 from='client.139191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:09 smithi022 bash[28554]: cluster 2023-12-07T12:34:08.060868+0000 mgr.a (mgr.24293) 6568 : cluster 0 pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:09 smithi044 bash[32620]: audit 2023-12-07T12:34:07.443474+0000 mgr.a (mgr.24293) 6567 : audit 0 from='client.139191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:09 smithi044 bash[32620]: cluster 2023-12-07T12:34:08.060868+0000 mgr.a (mgr.24293) 6568 : cluster 0 pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:09 smithi027 bash[31536]: audit 2023-12-07T12:34:07.443474+0000 mgr.a (mgr.24293) 6567 : audit 0 from='client.139191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:09 smithi027 bash[31536]: cluster 2023-12-07T12:34:08.060868+0000 mgr.a (mgr.24293) 6568 : cluster 0 pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:11 smithi022 bash[28554]: cluster 2023-12-07T12:34:10.061649+0000 mgr.a (mgr.24293) 6569 : cluster 0 pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:11 smithi044 bash[32620]: cluster 2023-12-07T12:34:10.061649+0000 mgr.a (mgr.24293) 6569 : cluster 0 pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:11 smithi027 bash[31536]: cluster 2023-12-07T12:34:10.061649+0000 mgr.a (mgr.24293) 6569 : cluster 0 pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:12 smithi022 bash[28554]: cluster 2023-12-07T12:34:12.062496+0000 mgr.a (mgr.24293) 6570 : cluster 0 pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:12 smithi044 bash[32620]: cluster 2023-12-07T12:34:12.062496+0000 mgr.a (mgr.24293) 6570 : cluster 0 pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:12 smithi027 bash[31536]: cluster 2023-12-07T12:34:12.062496+0000 mgr.a (mgr.24293) 6570 : cluster 0 pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:12.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:12.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:12.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:13.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:13.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:13.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:13.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:13.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:15 smithi022 bash[28554]: audit 2023-12-07T12:34:13.383639+0000 mgr.a (mgr.24293) 6571 : audit 0 from='client.139266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:15 smithi022 bash[28554]: cluster 2023-12-07T12:34:14.063242+0000 mgr.a (mgr.24293) 6572 : 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-07T12:34:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:15 smithi044 bash[32620]: audit 2023-12-07T12:34:13.383639+0000 mgr.a (mgr.24293) 6571 : audit 0 from='client.139266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:15 smithi044 bash[32620]: cluster 2023-12-07T12:34:14.063242+0000 mgr.a (mgr.24293) 6572 : 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-07T12:34:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:15 smithi027 bash[31536]: audit 2023-12-07T12:34:13.383639+0000 mgr.a (mgr.24293) 6571 : audit 0 from='client.139266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:15 smithi027 bash[31536]: cluster 2023-12-07T12:34:14.063242+0000 mgr.a (mgr.24293) 6572 : 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-07T12:34:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:17 smithi022 bash[28554]: cluster 2023-12-07T12:34:16.064293+0000 mgr.a (mgr.24293) 6573 : 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-07T12:34:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:17 smithi044 bash[32620]: cluster 2023-12-07T12:34:16.064293+0000 mgr.a (mgr.24293) 6573 : 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-07T12:34:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:17 smithi027 bash[31536]: cluster 2023-12-07T12:34:16.064293+0000 mgr.a (mgr.24293) 6573 : 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-07T12:34:18.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:18.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:18.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:19 smithi022 bash[28554]: cluster 2023-12-07T12:34:18.064906+0000 mgr.a (mgr.24293) 6574 : 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-07T12:34:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:19 smithi044 bash[32620]: cluster 2023-12-07T12:34:18.064906+0000 mgr.a (mgr.24293) 6574 : 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-07T12:34:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:19 smithi027 bash[31536]: cluster 2023-12-07T12:34:18.064906+0000 mgr.a (mgr.24293) 6574 : 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-07T12:34:19.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:19.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:19.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:19.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:19.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:20 smithi022 bash[28554]: audit 2023-12-07T12:34:19.423288+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:20 smithi044 bash[32620]: audit 2023-12-07T12:34:19.423288+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:34:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:20 smithi027 bash[31536]: audit 2023-12-07T12:34:19.423288+0000 mon.a (mon.0) 1369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:34:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:21 smithi022 bash[28554]: audit 2023-12-07T12:34:19.329374+0000 mgr.a (mgr.24293) 6575 : audit 0 from='client.139341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:21 smithi022 bash[28554]: cluster 2023-12-07T12:34:20.065545+0000 mgr.a (mgr.24293) 6576 : 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-07T12:34:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:21 smithi022 bash[28554]: audit 2023-12-07T12:34:20.260150+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:34:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:21 smithi022 bash[28554]: audit 2023-12-07T12:34:20.262310+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:34:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:21 smithi022 bash[28554]: audit 2023-12-07T12:34:20.271805+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:34:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:21 smithi044 bash[32620]: audit 2023-12-07T12:34:19.329374+0000 mgr.a (mgr.24293) 6575 : audit 0 from='client.139341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:21 smithi044 bash[32620]: cluster 2023-12-07T12:34:20.065545+0000 mgr.a (mgr.24293) 6576 : 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-07T12:34:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:21 smithi044 bash[32620]: audit 2023-12-07T12:34:20.260150+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:34:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:21 smithi044 bash[32620]: audit 2023-12-07T12:34:20.262310+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:34:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:21 smithi044 bash[32620]: audit 2023-12-07T12:34:20.271805+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:34:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:21 smithi027 bash[31536]: audit 2023-12-07T12:34:19.329374+0000 mgr.a (mgr.24293) 6575 : audit 0 from='client.139341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:21 smithi027 bash[31536]: cluster 2023-12-07T12:34:20.065545+0000 mgr.a (mgr.24293) 6576 : 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-07T12:34:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:21 smithi027 bash[31536]: audit 2023-12-07T12:34:20.260150+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:34:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:21 smithi027 bash[31536]: audit 2023-12-07T12:34:20.262310+0000 mon.a (mon.0) 1371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:34:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:21 smithi027 bash[31536]: audit 2023-12-07T12:34:20.271805+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:34:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:23 smithi022 bash[28554]: cluster 2023-12-07T12:34:22.066364+0000 mgr.a (mgr.24293) 6577 : 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-07T12:34:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:23 smithi044 bash[32620]: cluster 2023-12-07T12:34:22.066364+0000 mgr.a (mgr.24293) 6577 : 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-07T12:34:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:23 smithi027 bash[31536]: cluster 2023-12-07T12:34:22.066364+0000 mgr.a (mgr.24293) 6577 : 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-07T12:34:24.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:24.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:24.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:25 smithi022 bash[28554]: cluster 2023-12-07T12:34:24.066938+0000 mgr.a (mgr.24293) 6578 : 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-07T12:34:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:25 smithi044 bash[32620]: cluster 2023-12-07T12:34:24.066938+0000 mgr.a (mgr.24293) 6578 : 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-07T12:34:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:25 smithi027 bash[31536]: cluster 2023-12-07T12:34:24.066938+0000 mgr.a (mgr.24293) 6578 : 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-07T12:34:25.775 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:25.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:25.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:25.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:25.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:26 smithi022 bash[28554]: audit 2023-12-07T12:34:25.258592+0000 mgr.a (mgr.24293) 6579 : audit 0 from='client.139419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:26 smithi044 bash[32620]: audit 2023-12-07T12:34:25.258592+0000 mgr.a (mgr.24293) 6579 : audit 0 from='client.139419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:26 smithi027 bash[31536]: audit 2023-12-07T12:34:25.258592+0000 mgr.a (mgr.24293) 6579 : audit 0 from='client.139419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:27 smithi022 bash[28554]: cluster 2023-12-07T12:34:26.068144+0000 mgr.a (mgr.24293) 6580 : cluster 0 pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:34:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:27 smithi044 bash[32620]: cluster 2023-12-07T12:34:26.068144+0000 mgr.a (mgr.24293) 6580 : cluster 0 pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:34:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:27 smithi027 bash[31536]: cluster 2023-12-07T12:34:26.068144+0000 mgr.a (mgr.24293) 6580 : cluster 0 pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:34:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:29 smithi022 bash[28554]: cluster 2023-12-07T12:34:28.068699+0000 mgr.a (mgr.24293) 6581 : cluster 0 pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:29 smithi044 bash[32620]: cluster 2023-12-07T12:34:28.068699+0000 mgr.a (mgr.24293) 6581 : cluster 0 pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:29 smithi027 bash[31536]: cluster 2023-12-07T12:34:28.068699+0000 mgr.a (mgr.24293) 6581 : cluster 0 pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:30.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:30.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:30.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:31 smithi022 bash[28554]: cluster 2023-12-07T12:34:30.069286+0000 mgr.a (mgr.24293) 6582 : cluster 0 pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:31 smithi044 bash[32620]: cluster 2023-12-07T12:34:30.069286+0000 mgr.a (mgr.24293) 6582 : cluster 0 pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:31 smithi027 bash[31536]: cluster 2023-12-07T12:34:30.069286+0000 mgr.a (mgr.24293) 6582 : cluster 0 pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:31.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:31.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:31.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:31.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:31.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:32 smithi022 bash[28554]: audit 2023-12-07T12:34:31.189169+0000 mgr.a (mgr.24293) 6583 : audit 0 from='client.139494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:32 smithi044 bash[32620]: audit 2023-12-07T12:34:31.189169+0000 mgr.a (mgr.24293) 6583 : audit 0 from='client.139494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:32 smithi027 bash[31536]: audit 2023-12-07T12:34:31.189169+0000 mgr.a (mgr.24293) 6583 : audit 0 from='client.139494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:33.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:33 smithi022 bash[28554]: cluster 2023-12-07T12:34:32.070448+0000 mgr.a (mgr.24293) 6584 : 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-07T12:34:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:33 smithi044 bash[32620]: cluster 2023-12-07T12:34:32.070448+0000 mgr.a (mgr.24293) 6584 : 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-07T12:34:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:33 smithi027 bash[31536]: cluster 2023-12-07T12:34:32.070448+0000 mgr.a (mgr.24293) 6584 : 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-07T12:34:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:35 smithi027 bash[31536]: cluster 2023-12-07T12:34:34.071114+0000 mgr.a (mgr.24293) 6585 : 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-07T12:34:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:35 smithi022 bash[28554]: cluster 2023-12-07T12:34:34.071114+0000 mgr.a (mgr.24293) 6585 : 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-07T12:34:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:35 smithi044 bash[32620]: cluster 2023-12-07T12:34:34.071114+0000 mgr.a (mgr.24293) 6585 : 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-07T12:34:36.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:36.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:36.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:37 smithi027 bash[31536]: cluster 2023-12-07T12:34:36.071893+0000 mgr.a (mgr.24293) 6586 : 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-07T12:34:37.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:37.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:37.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:37.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:37.647 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:37 smithi022 bash[28554]: cluster 2023-12-07T12:34:36.071893+0000 mgr.a (mgr.24293) 6586 : 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-07T12:34:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:37 smithi044 bash[32620]: cluster 2023-12-07T12:34:36.071893+0000 mgr.a (mgr.24293) 6586 : 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-07T12:34:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:38 smithi027 bash[31536]: audit 2023-12-07T12:34:37.127812+0000 mgr.a (mgr.24293) 6587 : audit 0 from='client.139566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:38 smithi022 bash[28554]: audit 2023-12-07T12:34:37.127812+0000 mgr.a (mgr.24293) 6587 : audit 0 from='client.139566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:38 smithi044 bash[32620]: audit 2023-12-07T12:34:37.127812+0000 mgr.a (mgr.24293) 6587 : audit 0 from='client.139566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:39 smithi027 bash[31536]: cluster 2023-12-07T12:34:38.072603+0000 mgr.a (mgr.24293) 6588 : cluster 0 pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:39 smithi022 bash[28554]: cluster 2023-12-07T12:34:38.072603+0000 mgr.a (mgr.24293) 6588 : cluster 0 pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:39 smithi044 bash[32620]: cluster 2023-12-07T12:34:38.072603+0000 mgr.a (mgr.24293) 6588 : cluster 0 pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:41 smithi022 bash[28554]: cluster 2023-12-07T12:34:40.073217+0000 mgr.a (mgr.24293) 6589 : cluster 0 pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:41 smithi044 bash[32620]: cluster 2023-12-07T12:34:40.073217+0000 mgr.a (mgr.24293) 6589 : cluster 0 pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:41 smithi027 bash[31536]: cluster 2023-12-07T12:34:40.073217+0000 mgr.a (mgr.24293) 6589 : cluster 0 pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:42.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:42.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:42.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:43.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:43.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:43.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:43.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:43.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:43 smithi022 bash[28554]: cluster 2023-12-07T12:34:42.074056+0000 mgr.a (mgr.24293) 6590 : cluster 0 pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:34:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:43 smithi044 bash[32620]: cluster 2023-12-07T12:34:42.074056+0000 mgr.a (mgr.24293) 6590 : cluster 0 pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:34:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:43 smithi027 bash[31536]: cluster 2023-12-07T12:34:42.074056+0000 mgr.a (mgr.24293) 6590 : cluster 0 pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:34:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:44 smithi022 bash[28554]: audit 2023-12-07T12:34:43.058963+0000 mgr.a (mgr.24293) 6591 : audit 0 from='client.139641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:44 smithi044 bash[32620]: audit 2023-12-07T12:34:43.058963+0000 mgr.a (mgr.24293) 6591 : audit 0 from='client.139641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:44 smithi027 bash[31536]: audit 2023-12-07T12:34:43.058963+0000 mgr.a (mgr.24293) 6591 : audit 0 from='client.139641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:45 smithi022 bash[28554]: cluster 2023-12-07T12:34:44.074764+0000 mgr.a (mgr.24293) 6592 : 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-07T12:34:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:45 smithi044 bash[32620]: cluster 2023-12-07T12:34:44.074764+0000 mgr.a (mgr.24293) 6592 : 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-07T12:34:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:45 smithi027 bash[31536]: cluster 2023-12-07T12:34:44.074764+0000 mgr.a (mgr.24293) 6592 : 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-07T12:34:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:47 smithi022 bash[28554]: cluster 2023-12-07T12:34:46.075606+0000 mgr.a (mgr.24293) 6593 : 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-07T12:34:47.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:47 smithi044 bash[32620]: cluster 2023-12-07T12:34:46.075606+0000 mgr.a (mgr.24293) 6593 : 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-07T12:34:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:47 smithi027 bash[31536]: cluster 2023-12-07T12:34:46.075606+0000 mgr.a (mgr.24293) 6593 : 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-07T12:34:48.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:48.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:48.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:49.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:49.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:49.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:49.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:49.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:49 smithi022 bash[28554]: cluster 2023-12-07T12:34:48.076118+0000 mgr.a (mgr.24293) 6594 : 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-07T12:34:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:49 smithi044 bash[32620]: cluster 2023-12-07T12:34:48.076118+0000 mgr.a (mgr.24293) 6594 : 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-07T12:34:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:49 smithi027 bash[31536]: cluster 2023-12-07T12:34:48.076118+0000 mgr.a (mgr.24293) 6594 : 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-07T12:34:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:50 smithi022 bash[28554]: audit 2023-12-07T12:34:48.995879+0000 mgr.a (mgr.24293) 6595 : audit 0 from='client.139716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:50 smithi044 bash[32620]: audit 2023-12-07T12:34:48.995879+0000 mgr.a (mgr.24293) 6595 : audit 0 from='client.139716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:50 smithi027 bash[31536]: audit 2023-12-07T12:34:48.995879+0000 mgr.a (mgr.24293) 6595 : audit 0 from='client.139716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:51 smithi022 bash[28554]: cluster 2023-12-07T12:34:50.076937+0000 mgr.a (mgr.24293) 6596 : 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-07T12:34:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:51 smithi044 bash[32620]: cluster 2023-12-07T12:34:50.076937+0000 mgr.a (mgr.24293) 6596 : 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-07T12:34:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:51 smithi027 bash[31536]: cluster 2023-12-07T12:34:50.076937+0000 mgr.a (mgr.24293) 6596 : 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-07T12:34:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:53 smithi022 bash[28554]: cluster 2023-12-07T12:34:52.077965+0000 mgr.a (mgr.24293) 6597 : 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-07T12:34:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:53 smithi044 bash[32620]: cluster 2023-12-07T12:34:52.077965+0000 mgr.a (mgr.24293) 6597 : 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-07T12:34:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:53 smithi027 bash[31536]: cluster 2023-12-07T12:34:52.077965+0000 mgr.a (mgr.24293) 6597 : 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-07T12:34:54.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:34:54.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:54.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:55.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:34:55.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:55.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:55.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:55.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:34:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:55 smithi022 bash[28554]: cluster 2023-12-07T12:34:54.078699+0000 mgr.a (mgr.24293) 6598 : 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-07T12:34:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:55 smithi044 bash[32620]: cluster 2023-12-07T12:34:54.078699+0000 mgr.a (mgr.24293) 6598 : 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-07T12:34:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:55 smithi027 bash[31536]: cluster 2023-12-07T12:34:54.078699+0000 mgr.a (mgr.24293) 6598 : 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-07T12:34:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:56 smithi022 bash[28554]: audit 2023-12-07T12:34:54.947717+0000 mgr.a (mgr.24293) 6599 : audit 0 from='client.139788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:56 smithi044 bash[32620]: audit 2023-12-07T12:34:54.947717+0000 mgr.a (mgr.24293) 6599 : audit 0 from='client.139788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:56 smithi027 bash[31536]: audit 2023-12-07T12:34:54.947717+0000 mgr.a (mgr.24293) 6599 : audit 0 from='client.139788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:57 smithi022 bash[28554]: cluster 2023-12-07T12:34:56.079676+0000 mgr.a (mgr.24293) 6600 : cluster 0 pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:57 smithi044 bash[32620]: cluster 2023-12-07T12:34:56.079676+0000 mgr.a (mgr.24293) 6600 : cluster 0 pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:57 smithi027 bash[31536]: cluster 2023-12-07T12:34:56.079676+0000 mgr.a (mgr.24293) 6600 : cluster 0 pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:34:59 smithi022 bash[28554]: cluster 2023-12-07T12:34:58.080268+0000 mgr.a (mgr.24293) 6601 : cluster 0 pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:34:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:34:59 smithi044 bash[32620]: cluster 2023-12-07T12:34:58.080268+0000 mgr.a (mgr.24293) 6601 : cluster 0 pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:34:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:34:59 smithi027 bash[31536]: cluster 2023-12-07T12:34:58.080268+0000 mgr.a (mgr.24293) 6601 : cluster 0 pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:00.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:00.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:00.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:01 smithi022 bash[28554]: cluster 2023-12-07T12:35:00.080812+0000 mgr.a (mgr.24293) 6602 : cluster 0 pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:01.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:01.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:01.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:01.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:01.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:01 smithi044 bash[32620]: cluster 2023-12-07T12:35:00.080812+0000 mgr.a (mgr.24293) 6602 : cluster 0 pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:01 smithi027 bash[31536]: cluster 2023-12-07T12:35:00.080812+0000 mgr.a (mgr.24293) 6602 : cluster 0 pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:02 smithi022 bash[28554]: audit 2023-12-07T12:35:00.893995+0000 mgr.a (mgr.24293) 6603 : audit 0 from='client.139866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:02 smithi044 bash[32620]: audit 2023-12-07T12:35:00.893995+0000 mgr.a (mgr.24293) 6603 : audit 0 from='client.139866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:02 smithi027 bash[31536]: audit 2023-12-07T12:35:00.893995+0000 mgr.a (mgr.24293) 6603 : audit 0 from='client.139866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:03 smithi022 bash[28554]: cluster 2023-12-07T12:35:02.081883+0000 mgr.a (mgr.24293) 6604 : cluster 0 pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:03 smithi044 bash[32620]: cluster 2023-12-07T12:35:02.081883+0000 mgr.a (mgr.24293) 6604 : cluster 0 pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:03 smithi027 bash[31536]: cluster 2023-12-07T12:35:02.081883+0000 mgr.a (mgr.24293) 6604 : cluster 0 pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:05 smithi022 bash[28554]: cluster 2023-12-07T12:35:04.082495+0000 mgr.a (mgr.24293) 6605 : cluster 0 pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:05 smithi044 bash[32620]: cluster 2023-12-07T12:35:04.082495+0000 mgr.a (mgr.24293) 6605 : cluster 0 pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:05 smithi027 bash[31536]: cluster 2023-12-07T12:35:04.082495+0000 mgr.a (mgr.24293) 6605 : cluster 0 pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:06.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:06.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:06.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:07.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:07.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:07 smithi022 bash[28554]: cluster 2023-12-07T12:35:06.083210+0000 mgr.a (mgr.24293) 6606 : 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-07T12:35:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:07 smithi044 bash[32620]: cluster 2023-12-07T12:35:06.083210+0000 mgr.a (mgr.24293) 6606 : 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-07T12:35:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:07 smithi027 bash[31536]: cluster 2023-12-07T12:35:06.083210+0000 mgr.a (mgr.24293) 6606 : 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-07T12:35:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:08 smithi022 bash[28554]: audit 2023-12-07T12:35:06.841189+0000 mgr.a (mgr.24293) 6607 : audit 0 from='client.139941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:08 smithi044 bash[32620]: audit 2023-12-07T12:35:06.841189+0000 mgr.a (mgr.24293) 6607 : audit 0 from='client.139941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:08 smithi027 bash[31536]: audit 2023-12-07T12:35:06.841189+0000 mgr.a (mgr.24293) 6607 : audit 0 from='client.139941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:09 smithi022 bash[28554]: cluster 2023-12-07T12:35:08.083974+0000 mgr.a (mgr.24293) 6608 : cluster 0 pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:09 smithi044 bash[32620]: cluster 2023-12-07T12:35:08.083974+0000 mgr.a (mgr.24293) 6608 : cluster 0 pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:09 smithi027 bash[31536]: cluster 2023-12-07T12:35:08.083974+0000 mgr.a (mgr.24293) 6608 : cluster 0 pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:11 smithi022 bash[28554]: cluster 2023-12-07T12:35:10.084523+0000 mgr.a (mgr.24293) 6609 : cluster 0 pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:11 smithi044 bash[32620]: cluster 2023-12-07T12:35:10.084523+0000 mgr.a (mgr.24293) 6609 : cluster 0 pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:11 smithi027 bash[31536]: cluster 2023-12-07T12:35:10.084523+0000 mgr.a (mgr.24293) 6609 : cluster 0 pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:12.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:12.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:12.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:13.289 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:13.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:13.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:13.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:13.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:13 smithi022 bash[28554]: cluster 2023-12-07T12:35:12.085383+0000 mgr.a (mgr.24293) 6610 : cluster 0 pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:13 smithi044 bash[32620]: cluster 2023-12-07T12:35:12.085383+0000 mgr.a (mgr.24293) 6610 : cluster 0 pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:13 smithi027 bash[31536]: cluster 2023-12-07T12:35:12.085383+0000 mgr.a (mgr.24293) 6610 : cluster 0 pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:14 smithi022 bash[28554]: audit 2023-12-07T12:35:12.773490+0000 mgr.a (mgr.24293) 6611 : audit 0 from='client.140019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:14 smithi044 bash[32620]: audit 2023-12-07T12:35:12.773490+0000 mgr.a (mgr.24293) 6611 : audit 0 from='client.140019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:14 smithi027 bash[31536]: audit 2023-12-07T12:35:12.773490+0000 mgr.a (mgr.24293) 6611 : audit 0 from='client.140019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:15 smithi022 bash[28554]: cluster 2023-12-07T12:35:14.086112+0000 mgr.a (mgr.24293) 6612 : cluster 0 pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:15 smithi044 bash[32620]: cluster 2023-12-07T12:35:14.086112+0000 mgr.a (mgr.24293) 6612 : cluster 0 pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:15 smithi027 bash[31536]: cluster 2023-12-07T12:35:14.086112+0000 mgr.a (mgr.24293) 6612 : cluster 0 pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:17 smithi022 bash[28554]: cluster 2023-12-07T12:35:16.087055+0000 mgr.a (mgr.24293) 6613 : cluster 0 pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:35:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:17 smithi044 bash[32620]: cluster 2023-12-07T12:35:16.087055+0000 mgr.a (mgr.24293) 6613 : cluster 0 pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:35:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:17 smithi027 bash[31536]: cluster 2023-12-07T12:35:16.087055+0000 mgr.a (mgr.24293) 6613 : cluster 0 pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:35:18.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:18.312 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:18.312 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:19.236 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:19.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:19.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:19.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:19.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:19 smithi022 bash[28554]: cluster 2023-12-07T12:35:18.087692+0000 mgr.a (mgr.24293) 6614 : 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-07T12:35:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:19 smithi044 bash[32620]: cluster 2023-12-07T12:35:18.087692+0000 mgr.a (mgr.24293) 6614 : 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-07T12:35:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:19 smithi027 bash[31536]: cluster 2023-12-07T12:35:18.087692+0000 mgr.a (mgr.24293) 6614 : 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-07T12:35:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:20 smithi022 bash[28554]: audit 2023-12-07T12:35:18.706924+0000 mgr.a (mgr.24293) 6615 : audit 0 from='client.140091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:20 smithi044 bash[32620]: audit 2023-12-07T12:35:18.706924+0000 mgr.a (mgr.24293) 6615 : audit 0 from='client.140091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:20 smithi027 bash[31536]: audit 2023-12-07T12:35:18.706924+0000 mgr.a (mgr.24293) 6615 : audit 0 from='client.140091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:21 smithi022 bash[28554]: cluster 2023-12-07T12:35:20.088292+0000 mgr.a (mgr.24293) 6616 : 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-07T12:35:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:21 smithi022 bash[28554]: audit 2023-12-07T12:35:20.374772+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:21 smithi022 bash[28554]: audit 2023-12-07T12:35:21.158974+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:21 smithi022 bash[28554]: audit 2023-12-07T12:35:21.160373+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:21 smithi022 bash[28554]: audit 2023-12-07T12:35:21.168347+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:21 smithi044 bash[32620]: cluster 2023-12-07T12:35:20.088292+0000 mgr.a (mgr.24293) 6616 : 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-07T12:35:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:21 smithi044 bash[32620]: audit 2023-12-07T12:35:20.374772+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:21 smithi044 bash[32620]: audit 2023-12-07T12:35:21.158974+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:21 smithi044 bash[32620]: audit 2023-12-07T12:35:21.160373+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:35:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:21 smithi044 bash[32620]: audit 2023-12-07T12:35:21.168347+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:35:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:21 smithi027 bash[31536]: cluster 2023-12-07T12:35:20.088292+0000 mgr.a (mgr.24293) 6616 : 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-07T12:35:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:21 smithi027 bash[31536]: audit 2023-12-07T12:35:20.374772+0000 mon.a (mon.0) 1373 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:35:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:21 smithi027 bash[31536]: audit 2023-12-07T12:35:21.158974+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:35:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:21 smithi027 bash[31536]: audit 2023-12-07T12:35:21.160373+0000 mon.a (mon.0) 1375 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:35:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:21 smithi027 bash[31536]: audit 2023-12-07T12:35:21.168347+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:35:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:23 smithi022 bash[28554]: cluster 2023-12-07T12:35:22.089095+0000 mgr.a (mgr.24293) 6617 : 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-07T12:35:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:23 smithi044 bash[32620]: cluster 2023-12-07T12:35:22.089095+0000 mgr.a (mgr.24293) 6617 : 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-07T12:35:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:23 smithi027 bash[31536]: cluster 2023-12-07T12:35:22.089095+0000 mgr.a (mgr.24293) 6617 : 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-07T12:35:24.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:24.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:24.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:25.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:25.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:25.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:25.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:25.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:25 smithi022 bash[28554]: cluster 2023-12-07T12:35:24.089660+0000 mgr.a (mgr.24293) 6618 : 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-07T12:35:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:25 smithi044 bash[32620]: cluster 2023-12-07T12:35:24.089660+0000 mgr.a (mgr.24293) 6618 : 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-07T12:35:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:25 smithi027 bash[31536]: cluster 2023-12-07T12:35:24.089660+0000 mgr.a (mgr.24293) 6618 : 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-07T12:35:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:26 smithi022 bash[28554]: audit 2023-12-07T12:35:24.651992+0000 mgr.a (mgr.24293) 6619 : audit 0 from='client.140166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:26 smithi044 bash[32620]: audit 2023-12-07T12:35:24.651992+0000 mgr.a (mgr.24293) 6619 : audit 0 from='client.140166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:26 smithi027 bash[31536]: audit 2023-12-07T12:35:24.651992+0000 mgr.a (mgr.24293) 6619 : audit 0 from='client.140166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:27 smithi022 bash[28554]: cluster 2023-12-07T12:35:26.090543+0000 mgr.a (mgr.24293) 6620 : 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-07T12:35:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:27 smithi044 bash[32620]: cluster 2023-12-07T12:35:26.090543+0000 mgr.a (mgr.24293) 6620 : 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-07T12:35:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:27 smithi027 bash[31536]: cluster 2023-12-07T12:35:26.090543+0000 mgr.a (mgr.24293) 6620 : 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-07T12:35:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:29 smithi022 bash[28554]: cluster 2023-12-07T12:35:28.091115+0000 mgr.a (mgr.24293) 6621 : 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-07T12:35:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:29 smithi044 bash[32620]: cluster 2023-12-07T12:35:28.091115+0000 mgr.a (mgr.24293) 6621 : 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-07T12:35:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:29 smithi027 bash[31536]: cluster 2023-12-07T12:35:28.091115+0000 mgr.a (mgr.24293) 6621 : 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-07T12:35:30.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:30.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:30.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:31.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:31.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:31.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:31.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:31.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:31 smithi022 bash[28554]: cluster 2023-12-07T12:35:30.091706+0000 mgr.a (mgr.24293) 6622 : 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-07T12:35:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:31 smithi044 bash[32620]: cluster 2023-12-07T12:35:30.091706+0000 mgr.a (mgr.24293) 6622 : 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-07T12:35:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:31 smithi027 bash[31536]: cluster 2023-12-07T12:35:30.091706+0000 mgr.a (mgr.24293) 6622 : 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-07T12:35:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:32 smithi022 bash[28554]: audit 2023-12-07T12:35:30.595131+0000 mgr.a (mgr.24293) 6623 : audit 0 from='client.140244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:32 smithi044 bash[32620]: audit 2023-12-07T12:35:30.595131+0000 mgr.a (mgr.24293) 6623 : audit 0 from='client.140244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:32 smithi027 bash[31536]: audit 2023-12-07T12:35:30.595131+0000 mgr.a (mgr.24293) 6623 : audit 0 from='client.140244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:33 smithi022 bash[28554]: cluster 2023-12-07T12:35:32.092632+0000 mgr.a (mgr.24293) 6624 : cluster 0 pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:33 smithi044 bash[32620]: cluster 2023-12-07T12:35:32.092632+0000 mgr.a (mgr.24293) 6624 : cluster 0 pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:33 smithi027 bash[31536]: cluster 2023-12-07T12:35:32.092632+0000 mgr.a (mgr.24293) 6624 : cluster 0 pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:34 smithi022 bash[28554]: cluster 2023-12-07T12:35:34.093212+0000 mgr.a (mgr.24293) 6625 : cluster 0 pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:34 smithi044 bash[32620]: cluster 2023-12-07T12:35:34.093212+0000 mgr.a (mgr.24293) 6625 : cluster 0 pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:34 smithi027 bash[31536]: cluster 2023-12-07T12:35:34.093212+0000 mgr.a (mgr.24293) 6625 : cluster 0 pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:36.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:36.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:36.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:37.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:37.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:37.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:37.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:37.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:37 smithi022 bash[28554]: cluster 2023-12-07T12:35:36.094113+0000 mgr.a (mgr.24293) 6626 : 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-07T12:35:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:37 smithi044 bash[32620]: cluster 2023-12-07T12:35:36.094113+0000 mgr.a (mgr.24293) 6626 : 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-07T12:35:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:37 smithi027 bash[31536]: cluster 2023-12-07T12:35:36.094113+0000 mgr.a (mgr.24293) 6626 : 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-07T12:35:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:38 smithi022 bash[28554]: audit 2023-12-07T12:35:36.513405+0000 mgr.a (mgr.24293) 6627 : audit 0 from='client.140319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:38 smithi044 bash[32620]: audit 2023-12-07T12:35:36.513405+0000 mgr.a (mgr.24293) 6627 : audit 0 from='client.140319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:38 smithi027 bash[31536]: audit 2023-12-07T12:35:36.513405+0000 mgr.a (mgr.24293) 6627 : audit 0 from='client.140319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:39 smithi022 bash[28554]: cluster 2023-12-07T12:35:38.094790+0000 mgr.a (mgr.24293) 6628 : 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-07T12:35:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:39 smithi044 bash[32620]: cluster 2023-12-07T12:35:38.094790+0000 mgr.a (mgr.24293) 6628 : 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-07T12:35:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:39 smithi027 bash[31536]: cluster 2023-12-07T12:35:38.094790+0000 mgr.a (mgr.24293) 6628 : 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-07T12:35:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:41 smithi022 bash[28554]: cluster 2023-12-07T12:35:40.095301+0000 mgr.a (mgr.24293) 6629 : 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-07T12:35:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:41 smithi044 bash[32620]: cluster 2023-12-07T12:35:40.095301+0000 mgr.a (mgr.24293) 6629 : 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-07T12:35:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:41 smithi027 bash[31536]: cluster 2023-12-07T12:35:40.095301+0000 mgr.a (mgr.24293) 6629 : 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-07T12:35:42.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:42.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:42.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:42.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:42.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:42.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:42.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:42.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:43 smithi027 bash[31536]: cluster 2023-12-07T12:35:42.096146+0000 mgr.a (mgr.24293) 6630 : 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-07T12:35:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:43 smithi022 bash[28554]: cluster 2023-12-07T12:35:42.096146+0000 mgr.a (mgr.24293) 6630 : 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-07T12:35:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:43 smithi044 bash[32620]: cluster 2023-12-07T12:35:42.096146+0000 mgr.a (mgr.24293) 6630 : 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-07T12:35:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:44 smithi027 bash[31536]: audit 2023-12-07T12:35:42.442395+0000 mgr.a (mgr.24293) 6631 : audit 0 from='client.140394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:44 smithi022 bash[28554]: audit 2023-12-07T12:35:42.442395+0000 mgr.a (mgr.24293) 6631 : audit 0 from='client.140394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:44 smithi044 bash[32620]: audit 2023-12-07T12:35:42.442395+0000 mgr.a (mgr.24293) 6631 : audit 0 from='client.140394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:45 smithi027 bash[31536]: cluster 2023-12-07T12:35:44.096813+0000 mgr.a (mgr.24293) 6632 : cluster 0 pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:45 smithi022 bash[28554]: cluster 2023-12-07T12:35:44.096813+0000 mgr.a (mgr.24293) 6632 : cluster 0 pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:45 smithi044 bash[32620]: cluster 2023-12-07T12:35:44.096813+0000 mgr.a (mgr.24293) 6632 : cluster 0 pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:47 smithi027 bash[31536]: cluster 2023-12-07T12:35:46.097786+0000 mgr.a (mgr.24293) 6633 : cluster 0 pgmap v4955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:35:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:47 smithi022 bash[28554]: cluster 2023-12-07T12:35:46.097786+0000 mgr.a (mgr.24293) 6633 : cluster 0 pgmap v4955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:35:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:47 smithi044 bash[32620]: cluster 2023-12-07T12:35:46.097786+0000 mgr.a (mgr.24293) 6633 : cluster 0 pgmap v4955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:35:47.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:47.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:47.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:48.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:48.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:48.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:48.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:48.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:49 smithi027 bash[31536]: cluster 2023-12-07T12:35:48.098393+0000 mgr.a (mgr.24293) 6634 : 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-07T12:35:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:49 smithi022 bash[28554]: cluster 2023-12-07T12:35:48.098393+0000 mgr.a (mgr.24293) 6634 : 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-07T12:35:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:49 smithi044 bash[32620]: cluster 2023-12-07T12:35:48.098393+0000 mgr.a (mgr.24293) 6634 : 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-07T12:35:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:50 smithi022 bash[28554]: audit 2023-12-07T12:35:48.397997+0000 mgr.a (mgr.24293) 6635 : audit 0 from='client.140469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:50 smithi044 bash[32620]: audit 2023-12-07T12:35:48.397997+0000 mgr.a (mgr.24293) 6635 : audit 0 from='client.140469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:50 smithi027 bash[31536]: audit 2023-12-07T12:35:48.397997+0000 mgr.a (mgr.24293) 6635 : audit 0 from='client.140469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:51 smithi022 bash[28554]: cluster 2023-12-07T12:35:50.099056+0000 mgr.a (mgr.24293) 6636 : 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-07T12:35:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:51 smithi044 bash[32620]: cluster 2023-12-07T12:35:50.099056+0000 mgr.a (mgr.24293) 6636 : 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-07T12:35:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:51 smithi027 bash[31536]: cluster 2023-12-07T12:35:50.099056+0000 mgr.a (mgr.24293) 6636 : 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-07T12:35:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:53 smithi022 bash[28554]: cluster 2023-12-07T12:35:52.099955+0000 mgr.a (mgr.24293) 6637 : 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-07T12:35:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:53 smithi044 bash[32620]: cluster 2023-12-07T12:35:52.099955+0000 mgr.a (mgr.24293) 6637 : 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-07T12:35:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:53 smithi027 bash[31536]: cluster 2023-12-07T12:35:52.099955+0000 mgr.a (mgr.24293) 6637 : 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-07T12:35:53.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:53.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:53.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:54.880 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:35:54.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:54.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:54.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:54.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:35:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:55 smithi022 bash[28554]: cluster 2023-12-07T12:35:54.100633+0000 mgr.a (mgr.24293) 6638 : 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-07T12:35:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:55 smithi022 bash[28554]: audit 2023-12-07T12:35:54.345859+0000 mgr.a (mgr.24293) 6639 : audit 0 from='client.140547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:55 smithi044 bash[32620]: cluster 2023-12-07T12:35:54.100633+0000 mgr.a (mgr.24293) 6638 : 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-07T12:35:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:55 smithi044 bash[32620]: audit 2023-12-07T12:35:54.345859+0000 mgr.a (mgr.24293) 6639 : audit 0 from='client.140547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:55 smithi027 bash[31536]: cluster 2023-12-07T12:35:54.100633+0000 mgr.a (mgr.24293) 6638 : 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-07T12:35:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:55 smithi027 bash[31536]: audit 2023-12-07T12:35:54.345859+0000 mgr.a (mgr.24293) 6639 : audit 0 from='client.140547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:57 smithi022 bash[28554]: cluster 2023-12-07T12:35:56.101760+0000 mgr.a (mgr.24293) 6640 : 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-07T12:35:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:57 smithi044 bash[32620]: cluster 2023-12-07T12:35:56.101760+0000 mgr.a (mgr.24293) 6640 : 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-07T12:35:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:57 smithi027 bash[31536]: cluster 2023-12-07T12:35:56.101760+0000 mgr.a (mgr.24293) 6640 : 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-07T12:35:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:35:59 smithi022 bash[28554]: cluster 2023-12-07T12:35:58.102346+0000 mgr.a (mgr.24293) 6641 : 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-07T12:35:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:35:59 smithi044 bash[32620]: cluster 2023-12-07T12:35:58.102346+0000 mgr.a (mgr.24293) 6641 : 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-07T12:35:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:35:59 smithi027 bash[31536]: cluster 2023-12-07T12:35:58.102346+0000 mgr.a (mgr.24293) 6641 : 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-07T12:35:59.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:35:59.883 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:59.883 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:00.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:00.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:00.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:00.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:00.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:01 smithi022 bash[28554]: cluster 2023-12-07T12:36:00.103071+0000 mgr.a (mgr.24293) 6642 : 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-07T12:36:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:01 smithi022 bash[28554]: audit 2023-12-07T12:36:00.304061+0000 mgr.a (mgr.24293) 6643 : audit 0 from='client.140613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:01 smithi044 bash[32620]: cluster 2023-12-07T12:36:00.103071+0000 mgr.a (mgr.24293) 6642 : 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-07T12:36:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:01 smithi044 bash[32620]: audit 2023-12-07T12:36:00.304061+0000 mgr.a (mgr.24293) 6643 : audit 0 from='client.140613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:01 smithi027 bash[31536]: cluster 2023-12-07T12:36:00.103071+0000 mgr.a (mgr.24293) 6642 : 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-07T12:36:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:01 smithi027 bash[31536]: audit 2023-12-07T12:36:00.304061+0000 mgr.a (mgr.24293) 6643 : audit 0 from='client.140613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:03 smithi022 bash[28554]: cluster 2023-12-07T12:36:02.104052+0000 mgr.a (mgr.24293) 6644 : cluster 0 pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:03 smithi044 bash[32620]: cluster 2023-12-07T12:36:02.104052+0000 mgr.a (mgr.24293) 6644 : cluster 0 pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:03 smithi027 bash[31536]: cluster 2023-12-07T12:36:02.104052+0000 mgr.a (mgr.24293) 6644 : cluster 0 pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:05 smithi022 bash[28554]: cluster 2023-12-07T12:36:04.104615+0000 mgr.a (mgr.24293) 6645 : cluster 0 pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:05 smithi044 bash[32620]: cluster 2023-12-07T12:36:04.104615+0000 mgr.a (mgr.24293) 6645 : cluster 0 pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:05 smithi027 bash[31536]: cluster 2023-12-07T12:36:04.104615+0000 mgr.a (mgr.24293) 6645 : cluster 0 pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:05.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:06.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:06.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:06.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:06.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:06.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:07 smithi022 bash[28554]: cluster 2023-12-07T12:36:06.105361+0000 mgr.a (mgr.24293) 6646 : cluster 0 pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:07 smithi022 bash[28554]: audit 2023-12-07T12:36:06.256969+0000 mgr.a (mgr.24293) 6647 : audit 0 from='client.140688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:07 smithi044 bash[32620]: cluster 2023-12-07T12:36:06.105361+0000 mgr.a (mgr.24293) 6646 : cluster 0 pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:07 smithi044 bash[32620]: audit 2023-12-07T12:36:06.256969+0000 mgr.a (mgr.24293) 6647 : audit 0 from='client.140688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:07 smithi027 bash[31536]: cluster 2023-12-07T12:36:06.105361+0000 mgr.a (mgr.24293) 6646 : cluster 0 pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:07 smithi027 bash[31536]: audit 2023-12-07T12:36:06.256969+0000 mgr.a (mgr.24293) 6647 : audit 0 from='client.140688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:09 smithi022 bash[28554]: cluster 2023-12-07T12:36:08.106056+0000 mgr.a (mgr.24293) 6648 : cluster 0 pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:09 smithi044 bash[32620]: cluster 2023-12-07T12:36:08.106056+0000 mgr.a (mgr.24293) 6648 : cluster 0 pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:09 smithi027 bash[31536]: cluster 2023-12-07T12:36:08.106056+0000 mgr.a (mgr.24293) 6648 : cluster 0 pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:11 smithi022 bash[28554]: cluster 2023-12-07T12:36:10.106621+0000 mgr.a (mgr.24293) 6649 : cluster 0 pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:11 smithi044 bash[32620]: cluster 2023-12-07T12:36:10.106621+0000 mgr.a (mgr.24293) 6649 : cluster 0 pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:11 smithi027 bash[31536]: cluster 2023-12-07T12:36:10.106621+0000 mgr.a (mgr.24293) 6649 : cluster 0 pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:11.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:11.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:11.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:12.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:12.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:12.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:12.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:12.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:13 smithi022 bash[28554]: cluster 2023-12-07T12:36:12.107419+0000 mgr.a (mgr.24293) 6650 : 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-07T12:36:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:13 smithi022 bash[28554]: audit 2023-12-07T12:36:12.203504+0000 mgr.a (mgr.24293) 6651 : audit 0 from='client.140766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:13 smithi044 bash[32620]: cluster 2023-12-07T12:36:12.107419+0000 mgr.a (mgr.24293) 6650 : 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-07T12:36:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:13 smithi044 bash[32620]: audit 2023-12-07T12:36:12.203504+0000 mgr.a (mgr.24293) 6651 : audit 0 from='client.140766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:13 smithi027 bash[31536]: cluster 2023-12-07T12:36:12.107419+0000 mgr.a (mgr.24293) 6650 : 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-07T12:36:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:13 smithi027 bash[31536]: audit 2023-12-07T12:36:12.203504+0000 mgr.a (mgr.24293) 6651 : audit 0 from='client.140766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:15 smithi022 bash[28554]: cluster 2023-12-07T12:36:14.108073+0000 mgr.a (mgr.24293) 6652 : cluster 0 pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:15 smithi044 bash[32620]: cluster 2023-12-07T12:36:14.108073+0000 mgr.a (mgr.24293) 6652 : cluster 0 pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:15 smithi027 bash[31536]: cluster 2023-12-07T12:36:14.108073+0000 mgr.a (mgr.24293) 6652 : cluster 0 pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:17 smithi022 bash[28554]: cluster 2023-12-07T12:36:16.108892+0000 mgr.a (mgr.24293) 6653 : cluster 0 pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:17 smithi044 bash[32620]: cluster 2023-12-07T12:36:16.108892+0000 mgr.a (mgr.24293) 6653 : cluster 0 pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:17 smithi027 bash[31536]: cluster 2023-12-07T12:36:16.108892+0000 mgr.a (mgr.24293) 6653 : cluster 0 pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:17.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:17.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:17.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:18.679 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:18.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:18.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:18.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:18.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:19 smithi022 bash[28554]: cluster 2023-12-07T12:36:18.109443+0000 mgr.a (mgr.24293) 6654 : cluster 0 pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:19 smithi022 bash[28554]: audit 2023-12-07T12:36:18.141703+0000 mgr.a (mgr.24293) 6655 : audit 0 from='client.140838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:19 smithi044 bash[32620]: cluster 2023-12-07T12:36:18.109443+0000 mgr.a (mgr.24293) 6654 : cluster 0 pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:19 smithi044 bash[32620]: audit 2023-12-07T12:36:18.141703+0000 mgr.a (mgr.24293) 6655 : audit 0 from='client.140838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:19 smithi027 bash[31536]: cluster 2023-12-07T12:36:18.109443+0000 mgr.a (mgr.24293) 6654 : cluster 0 pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:19 smithi027 bash[31536]: audit 2023-12-07T12:36:18.141703+0000 mgr.a (mgr.24293) 6655 : audit 0 from='client.140838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:21 smithi022 bash[28554]: cluster 2023-12-07T12:36:20.110090+0000 mgr.a (mgr.24293) 6656 : cluster 0 pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:21 smithi044 bash[32620]: cluster 2023-12-07T12:36:20.110090+0000 mgr.a (mgr.24293) 6656 : cluster 0 pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:21 smithi027 bash[31536]: cluster 2023-12-07T12:36:20.110090+0000 mgr.a (mgr.24293) 6656 : cluster 0 pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:22 smithi022 bash[28554]: audit 2023-12-07T12:36:21.271968+0000 mon.a (mon.0) 1377 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:36:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:22 smithi022 bash[28554]: audit 2023-12-07T12:36:22.017419+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:36:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:22 smithi022 bash[28554]: audit 2023-12-07T12:36:22.019292+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:36:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:22 smithi022 bash[28554]: audit 2023-12-07T12:36:22.028389+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:36:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:22 smithi044 bash[32620]: audit 2023-12-07T12:36:21.271968+0000 mon.a (mon.0) 1377 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:36:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:22 smithi044 bash[32620]: audit 2023-12-07T12:36:22.017419+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:36:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:22 smithi044 bash[32620]: audit 2023-12-07T12:36:22.019292+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:36:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:22 smithi044 bash[32620]: audit 2023-12-07T12:36:22.028389+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:36:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:22 smithi027 bash[31536]: audit 2023-12-07T12:36:21.271968+0000 mon.a (mon.0) 1377 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:36:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:22 smithi027 bash[31536]: audit 2023-12-07T12:36:22.017419+0000 mon.a (mon.0) 1378 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:36:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:22 smithi027 bash[31536]: audit 2023-12-07T12:36:22.019292+0000 mon.a (mon.0) 1379 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:36:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:22 smithi027 bash[31536]: audit 2023-12-07T12:36:22.028389+0000 mon.a (mon.0) 1380 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:36:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:23 smithi022 bash[28554]: cluster 2023-12-07T12:36:22.110994+0000 mgr.a (mgr.24293) 6657 : cluster 0 pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:23 smithi044 bash[32620]: cluster 2023-12-07T12:36:22.110994+0000 mgr.a (mgr.24293) 6657 : cluster 0 pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:23.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:23.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:23.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:23 smithi027 bash[31536]: cluster 2023-12-07T12:36:22.110994+0000 mgr.a (mgr.24293) 6657 : cluster 0 pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:24.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:24.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:24.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:24.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:24.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:25 smithi022 bash[28554]: audit 2023-12-07T12:36:24.092168+0000 mgr.a (mgr.24293) 6658 : audit 0 from='client.140913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:25 smithi022 bash[28554]: cluster 2023-12-07T12:36:24.112115+0000 mgr.a (mgr.24293) 6659 : 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-07T12:36:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:25 smithi044 bash[32620]: audit 2023-12-07T12:36:24.092168+0000 mgr.a (mgr.24293) 6658 : audit 0 from='client.140913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:25 smithi044 bash[32620]: cluster 2023-12-07T12:36:24.112115+0000 mgr.a (mgr.24293) 6659 : 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-07T12:36:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:25 smithi027 bash[31536]: audit 2023-12-07T12:36:24.092168+0000 mgr.a (mgr.24293) 6658 : audit 0 from='client.140913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:25 smithi027 bash[31536]: cluster 2023-12-07T12:36:24.112115+0000 mgr.a (mgr.24293) 6659 : 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-07T12:36:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:27 smithi022 bash[28554]: cluster 2023-12-07T12:36:26.113088+0000 mgr.a (mgr.24293) 6660 : 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-07T12:36:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:27 smithi044 bash[32620]: cluster 2023-12-07T12:36:26.113088+0000 mgr.a (mgr.24293) 6660 : 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-07T12:36:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:27 smithi027 bash[31536]: cluster 2023-12-07T12:36:26.113088+0000 mgr.a (mgr.24293) 6660 : 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-07T12:36:29.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:29.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:29.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:29 smithi022 bash[28554]: cluster 2023-12-07T12:36:28.113678+0000 mgr.a (mgr.24293) 6661 : 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-07T12:36:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:29 smithi044 bash[32620]: cluster 2023-12-07T12:36:28.113678+0000 mgr.a (mgr.24293) 6661 : 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-07T12:36:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:29 smithi027 bash[31536]: cluster 2023-12-07T12:36:28.113678+0000 mgr.a (mgr.24293) 6661 : 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-07T12:36:30.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:30.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:30.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:30.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:30.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:31 smithi022 bash[28554]: audit 2023-12-07T12:36:30.033798+0000 mgr.a (mgr.24293) 6662 : audit 0 from='client.140985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:31 smithi022 bash[28554]: cluster 2023-12-07T12:36:30.114367+0000 mgr.a (mgr.24293) 6663 : 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-07T12:36:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:31 smithi044 bash[32620]: audit 2023-12-07T12:36:30.033798+0000 mgr.a (mgr.24293) 6662 : audit 0 from='client.140985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:31 smithi044 bash[32620]: cluster 2023-12-07T12:36:30.114367+0000 mgr.a (mgr.24293) 6663 : 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-07T12:36:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:31 smithi027 bash[31536]: audit 2023-12-07T12:36:30.033798+0000 mgr.a (mgr.24293) 6662 : audit 0 from='client.140985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:31 smithi027 bash[31536]: cluster 2023-12-07T12:36:30.114367+0000 mgr.a (mgr.24293) 6663 : 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-07T12:36:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:33 smithi022 bash[28554]: cluster 2023-12-07T12:36:32.115405+0000 mgr.a (mgr.24293) 6664 : cluster 0 pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:36:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:33 smithi044 bash[32620]: cluster 2023-12-07T12:36:32.115405+0000 mgr.a (mgr.24293) 6664 : cluster 0 pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:36:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:33 smithi027 bash[31536]: cluster 2023-12-07T12:36:32.115405+0000 mgr.a (mgr.24293) 6664 : cluster 0 pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:36:35.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:35.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:35.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:35 smithi022 bash[28554]: cluster 2023-12-07T12:36:34.115990+0000 mgr.a (mgr.24293) 6665 : cluster 0 pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:36:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:35 smithi044 bash[32620]: cluster 2023-12-07T12:36:34.115990+0000 mgr.a (mgr.24293) 6665 : cluster 0 pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:36:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:35 smithi027 bash[31536]: cluster 2023-12-07T12:36:34.115990+0000 mgr.a (mgr.24293) 6665 : cluster 0 pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:36:36.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:36.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:36.533 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:36.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:36.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:37 smithi022 bash[28554]: audit 2023-12-07T12:36:35.992535+0000 mgr.a (mgr.24293) 6666 : audit 0 from='client.141060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:37 smithi022 bash[28554]: cluster 2023-12-07T12:36:36.117086+0000 mgr.a (mgr.24293) 6667 : cluster 0 pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:37 smithi044 bash[32620]: audit 2023-12-07T12:36:35.992535+0000 mgr.a (mgr.24293) 6666 : audit 0 from='client.141060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:37 smithi044 bash[32620]: cluster 2023-12-07T12:36:36.117086+0000 mgr.a (mgr.24293) 6667 : cluster 0 pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:37 smithi027 bash[31536]: audit 2023-12-07T12:36:35.992535+0000 mgr.a (mgr.24293) 6666 : audit 0 from='client.141060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:37 smithi027 bash[31536]: cluster 2023-12-07T12:36:36.117086+0000 mgr.a (mgr.24293) 6667 : cluster 0 pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:39 smithi022 bash[28554]: cluster 2023-12-07T12:36:38.117774+0000 mgr.a (mgr.24293) 6668 : cluster 0 pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:39 smithi044 bash[32620]: cluster 2023-12-07T12:36:38.117774+0000 mgr.a (mgr.24293) 6668 : cluster 0 pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:39 smithi027 bash[31536]: cluster 2023-12-07T12:36:38.117774+0000 mgr.a (mgr.24293) 6668 : cluster 0 pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:41.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:41.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:41.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:41 smithi022 bash[28554]: cluster 2023-12-07T12:36:40.118332+0000 mgr.a (mgr.24293) 6669 : cluster 0 pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:41 smithi044 bash[32620]: cluster 2023-12-07T12:36:40.118332+0000 mgr.a (mgr.24293) 6669 : cluster 0 pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:41 smithi027 bash[31536]: cluster 2023-12-07T12:36:40.118332+0000 mgr.a (mgr.24293) 6669 : cluster 0 pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:42.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:42.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:42.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:42.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:42.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:43 smithi022 bash[28554]: audit 2023-12-07T12:36:41.945931+0000 mgr.a (mgr.24293) 6670 : audit 0 from='client.141132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:43 smithi022 bash[28554]: cluster 2023-12-07T12:36:42.119156+0000 mgr.a (mgr.24293) 6671 : 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-07T12:36:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:43 smithi044 bash[32620]: audit 2023-12-07T12:36:41.945931+0000 mgr.a (mgr.24293) 6670 : audit 0 from='client.141132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:43 smithi044 bash[32620]: cluster 2023-12-07T12:36:42.119156+0000 mgr.a (mgr.24293) 6671 : 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-07T12:36:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:43 smithi027 bash[31536]: audit 2023-12-07T12:36:41.945931+0000 mgr.a (mgr.24293) 6670 : audit 0 from='client.141132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:43 smithi027 bash[31536]: cluster 2023-12-07T12:36:42.119156+0000 mgr.a (mgr.24293) 6671 : 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-07T12:36:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:45 smithi022 bash[28554]: cluster 2023-12-07T12:36:44.119848+0000 mgr.a (mgr.24293) 6672 : cluster 0 pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:36:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:45 smithi044 bash[32620]: cluster 2023-12-07T12:36:44.119848+0000 mgr.a (mgr.24293) 6672 : cluster 0 pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:36:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:45 smithi027 bash[31536]: cluster 2023-12-07T12:36:44.119848+0000 mgr.a (mgr.24293) 6672 : cluster 0 pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T12:36:47.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:47.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:47.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:47 smithi022 bash[28554]: cluster 2023-12-07T12:36:46.120756+0000 mgr.a (mgr.24293) 6673 : cluster 0 pgmap v4985: 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-07T12:36:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:47 smithi044 bash[32620]: cluster 2023-12-07T12:36:46.120756+0000 mgr.a (mgr.24293) 6673 : cluster 0 pgmap v4985: 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-07T12:36:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:47 smithi027 bash[31536]: cluster 2023-12-07T12:36:46.120756+0000 mgr.a (mgr.24293) 6673 : cluster 0 pgmap v4985: 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-07T12:36:48.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:48.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:48.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:48.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:48.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:49 smithi022 bash[28554]: audit 2023-12-07T12:36:47.869278+0000 mgr.a (mgr.24293) 6674 : audit 0 from='client.122863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:49 smithi022 bash[28554]: cluster 2023-12-07T12:36:48.121364+0000 mgr.a (mgr.24293) 6675 : cluster 0 pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:49 smithi044 bash[32620]: audit 2023-12-07T12:36:47.869278+0000 mgr.a (mgr.24293) 6674 : audit 0 from='client.122863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:49 smithi044 bash[32620]: cluster 2023-12-07T12:36:48.121364+0000 mgr.a (mgr.24293) 6675 : cluster 0 pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:49 smithi027 bash[31536]: audit 2023-12-07T12:36:47.869278+0000 mgr.a (mgr.24293) 6674 : audit 0 from='client.122863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:49 smithi027 bash[31536]: cluster 2023-12-07T12:36:48.121364+0000 mgr.a (mgr.24293) 6675 : cluster 0 pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:51 smithi022 bash[28554]: cluster 2023-12-07T12:36:50.122018+0000 mgr.a (mgr.24293) 6676 : cluster 0 pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:51 smithi044 bash[32620]: cluster 2023-12-07T12:36:50.122018+0000 mgr.a (mgr.24293) 6676 : cluster 0 pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:51 smithi027 bash[31536]: cluster 2023-12-07T12:36:50.122018+0000 mgr.a (mgr.24293) 6676 : cluster 0 pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:53.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:53.407 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:53.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:53 smithi022 bash[28554]: cluster 2023-12-07T12:36:52.122847+0000 mgr.a (mgr.24293) 6677 : cluster 0 pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:53 smithi044 bash[32620]: cluster 2023-12-07T12:36:52.122847+0000 mgr.a (mgr.24293) 6677 : cluster 0 pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:53 smithi027 bash[31536]: cluster 2023-12-07T12:36:52.122847+0000 mgr.a (mgr.24293) 6677 : cluster 0 pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:36:54.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:36:54.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:54.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:54.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:54.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:36:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:55 smithi022 bash[28554]: audit 2023-12-07T12:36:53.821437+0000 mgr.a (mgr.24293) 6678 : audit 0 from='client.141288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:55 smithi022 bash[28554]: cluster 2023-12-07T12:36:54.123701+0000 mgr.a (mgr.24293) 6679 : 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-07T12:36:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:55 smithi044 bash[32620]: audit 2023-12-07T12:36:53.821437+0000 mgr.a (mgr.24293) 6678 : audit 0 from='client.141288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:55 smithi044 bash[32620]: cluster 2023-12-07T12:36:54.123701+0000 mgr.a (mgr.24293) 6679 : 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-07T12:36:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:55 smithi027 bash[31536]: audit 2023-12-07T12:36:53.821437+0000 mgr.a (mgr.24293) 6678 : audit 0 from='client.141288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:55 smithi027 bash[31536]: cluster 2023-12-07T12:36:54.123701+0000 mgr.a (mgr.24293) 6679 : 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-07T12:36:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:57 smithi022 bash[28554]: cluster 2023-12-07T12:36:56.124759+0000 mgr.a (mgr.24293) 6680 : 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-07T12:36:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:57 smithi044 bash[32620]: cluster 2023-12-07T12:36:56.124759+0000 mgr.a (mgr.24293) 6680 : 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-07T12:36:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:57 smithi027 bash[31536]: cluster 2023-12-07T12:36:56.124759+0000 mgr.a (mgr.24293) 6680 : 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-07T12:36:59.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:36:59.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:59.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:36:59 smithi022 bash[28554]: cluster 2023-12-07T12:36:58.125371+0000 mgr.a (mgr.24293) 6681 : 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-07T12:36:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:36:59 smithi044 bash[32620]: cluster 2023-12-07T12:36:58.125371+0000 mgr.a (mgr.24293) 6681 : 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-07T12:36:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:36:59 smithi027 bash[31536]: cluster 2023-12-07T12:36:58.125371+0000 mgr.a (mgr.24293) 6681 : 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-07T12:37:00.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:00.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:00.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:00.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:00.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:01 smithi022 bash[28554]: audit 2023-12-07T12:36:59.749290+0000 mgr.a (mgr.24293) 6682 : audit 0 from='client.141360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:01 smithi022 bash[28554]: cluster 2023-12-07T12:37:00.134111+0000 mgr.a (mgr.24293) 6683 : 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-07T12:37:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:01 smithi044 bash[32620]: audit 2023-12-07T12:36:59.749290+0000 mgr.a (mgr.24293) 6682 : audit 0 from='client.141360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:01 smithi044 bash[32620]: cluster 2023-12-07T12:37:00.134111+0000 mgr.a (mgr.24293) 6683 : 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-07T12:37:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:01 smithi027 bash[31536]: audit 2023-12-07T12:36:59.749290+0000 mgr.a (mgr.24293) 6682 : audit 0 from='client.141360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:01 smithi027 bash[31536]: cluster 2023-12-07T12:37:00.134111+0000 mgr.a (mgr.24293) 6683 : 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-07T12:37:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:03 smithi022 bash[28554]: cluster 2023-12-07T12:37:02.135157+0000 mgr.a (mgr.24293) 6684 : 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-07T12:37:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:03 smithi044 bash[32620]: cluster 2023-12-07T12:37:02.135157+0000 mgr.a (mgr.24293) 6684 : 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-07T12:37:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:03 smithi027 bash[31536]: cluster 2023-12-07T12:37:02.135157+0000 mgr.a (mgr.24293) 6684 : 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-07T12:37:05.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:05.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:05.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:05 smithi022 bash[28554]: cluster 2023-12-07T12:37:04.135760+0000 mgr.a (mgr.24293) 6685 : 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-07T12:37:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:05 smithi044 bash[32620]: cluster 2023-12-07T12:37:04.135760+0000 mgr.a (mgr.24293) 6685 : 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-07T12:37:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:05 smithi027 bash[31536]: cluster 2023-12-07T12:37:04.135760+0000 mgr.a (mgr.24293) 6685 : 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-07T12:37:06.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:07 smithi022 bash[28554]: audit 2023-12-07T12:37:05.680480+0000 mgr.a (mgr.24293) 6686 : audit 0 from='client.120431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:07 smithi022 bash[28554]: cluster 2023-12-07T12:37:06.136604+0000 mgr.a (mgr.24293) 6687 : cluster 0 pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:07 smithi044 bash[32620]: audit 2023-12-07T12:37:05.680480+0000 mgr.a (mgr.24293) 6686 : audit 0 from='client.120431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:07 smithi044 bash[32620]: cluster 2023-12-07T12:37:06.136604+0000 mgr.a (mgr.24293) 6687 : cluster 0 pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:07 smithi027 bash[31536]: audit 2023-12-07T12:37:05.680480+0000 mgr.a (mgr.24293) 6686 : audit 0 from='client.120431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:07 smithi027 bash[31536]: cluster 2023-12-07T12:37:06.136604+0000 mgr.a (mgr.24293) 6687 : cluster 0 pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:09 smithi027 bash[31536]: cluster 2023-12-07T12:37:08.137148+0000 mgr.a (mgr.24293) 6688 : cluster 0 pgmap v4996: 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-07T12:37:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:09 smithi022 bash[28554]: cluster 2023-12-07T12:37:08.137148+0000 mgr.a (mgr.24293) 6688 : cluster 0 pgmap v4996: 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-07T12:37:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:09 smithi044 bash[32620]: cluster 2023-12-07T12:37:08.137148+0000 mgr.a (mgr.24293) 6688 : cluster 0 pgmap v4996: 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-07T12:37:11.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:11.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:11.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:11 smithi027 bash[31536]: cluster 2023-12-07T12:37:10.137745+0000 mgr.a (mgr.24293) 6689 : cluster 0 pgmap v4997: 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-07T12:37:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:11 smithi022 bash[28554]: cluster 2023-12-07T12:37:10.137745+0000 mgr.a (mgr.24293) 6689 : cluster 0 pgmap v4997: 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-07T12:37:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:11 smithi044 bash[32620]: cluster 2023-12-07T12:37:10.137745+0000 mgr.a (mgr.24293) 6689 : cluster 0 pgmap v4997: 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-07T12:37:12.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:12.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:12.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:12.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:12.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:13 smithi022 bash[28554]: audit 2023-12-07T12:37:11.609624+0000 mgr.a (mgr.24293) 6690 : audit 0 from='client.141510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:13 smithi022 bash[28554]: cluster 2023-12-07T12:37:12.138848+0000 mgr.a (mgr.24293) 6691 : cluster 0 pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:13 smithi044 bash[32620]: audit 2023-12-07T12:37:11.609624+0000 mgr.a (mgr.24293) 6690 : audit 0 from='client.141510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:13 smithi044 bash[32620]: cluster 2023-12-07T12:37:12.138848+0000 mgr.a (mgr.24293) 6691 : cluster 0 pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:13 smithi027 bash[31536]: audit 2023-12-07T12:37:11.609624+0000 mgr.a (mgr.24293) 6690 : audit 0 from='client.141510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:13 smithi027 bash[31536]: cluster 2023-12-07T12:37:12.138848+0000 mgr.a (mgr.24293) 6691 : cluster 0 pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:15 smithi022 bash[28554]: cluster 2023-12-07T12:37:14.139440+0000 mgr.a (mgr.24293) 6692 : cluster 0 pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:15 smithi044 bash[32620]: cluster 2023-12-07T12:37:14.139440+0000 mgr.a (mgr.24293) 6692 : cluster 0 pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:15 smithi027 bash[31536]: cluster 2023-12-07T12:37:14.139440+0000 mgr.a (mgr.24293) 6692 : cluster 0 pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:17.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:17.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:17.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:17 smithi022 bash[28554]: cluster 2023-12-07T12:37:16.140130+0000 mgr.a (mgr.24293) 6693 : 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-07T12:37:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:17 smithi044 bash[32620]: cluster 2023-12-07T12:37:16.140130+0000 mgr.a (mgr.24293) 6693 : 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-07T12:37:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:17 smithi027 bash[31536]: cluster 2023-12-07T12:37:16.140130+0000 mgr.a (mgr.24293) 6693 : 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-07T12:37:18.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:18.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:18.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:18.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:18.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:19 smithi027 bash[31536]: audit 2023-12-07T12:37:17.518865+0000 mgr.a (mgr.24293) 6694 : audit 0 from='client.141588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:19 smithi027 bash[31536]: cluster 2023-12-07T12:37:18.140980+0000 mgr.a (mgr.24293) 6695 : cluster 0 pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:19 smithi022 bash[28554]: audit 2023-12-07T12:37:17.518865+0000 mgr.a (mgr.24293) 6694 : audit 0 from='client.141588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:19 smithi022 bash[28554]: cluster 2023-12-07T12:37:18.140980+0000 mgr.a (mgr.24293) 6695 : cluster 0 pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:19 smithi044 bash[32620]: audit 2023-12-07T12:37:17.518865+0000 mgr.a (mgr.24293) 6694 : audit 0 from='client.141588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:19 smithi044 bash[32620]: cluster 2023-12-07T12:37:18.140980+0000 mgr.a (mgr.24293) 6695 : cluster 0 pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:21 smithi022 bash[28554]: cluster 2023-12-07T12:37:20.141649+0000 mgr.a (mgr.24293) 6696 : cluster 0 pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:21 smithi044 bash[32620]: cluster 2023-12-07T12:37:20.141649+0000 mgr.a (mgr.24293) 6696 : cluster 0 pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:21 smithi027 bash[31536]: cluster 2023-12-07T12:37:20.141649+0000 mgr.a (mgr.24293) 6696 : cluster 0 pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:22 smithi022 bash[28554]: audit 2023-12-07T12:37:22.132810+0000 mon.a (mon.0) 1381 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:37:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:22 smithi044 bash[32620]: audit 2023-12-07T12:37:22.132810+0000 mon.a (mon.0) 1381 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:37:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:22 smithi027 bash[31536]: audit 2023-12-07T12:37:22.132810+0000 mon.a (mon.0) 1381 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:37:23.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:23.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:23.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:23 smithi022 bash[28554]: cluster 2023-12-07T12:37:22.142382+0000 mgr.a (mgr.24293) 6697 : cluster 0 pgmap v5003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:23 smithi044 bash[32620]: cluster 2023-12-07T12:37:22.142382+0000 mgr.a (mgr.24293) 6697 : cluster 0 pgmap v5003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:23 smithi027 bash[31536]: cluster 2023-12-07T12:37:22.142382+0000 mgr.a (mgr.24293) 6697 : cluster 0 pgmap v5003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:23.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:23.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:23.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:23.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:23.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:25 smithi022 bash[28554]: audit 2023-12-07T12:37:23.459124+0000 mgr.a (mgr.24293) 6698 : audit 0 from='client.141663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:25 smithi022 bash[28554]: cluster 2023-12-07T12:37:24.143126+0000 mgr.a (mgr.24293) 6699 : cluster 0 pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:25 smithi044 bash[32620]: audit 2023-12-07T12:37:23.459124+0000 mgr.a (mgr.24293) 6698 : audit 0 from='client.141663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:25 smithi044 bash[32620]: cluster 2023-12-07T12:37:24.143126+0000 mgr.a (mgr.24293) 6699 : cluster 0 pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:25 smithi027 bash[31536]: audit 2023-12-07T12:37:23.459124+0000 mgr.a (mgr.24293) 6698 : audit 0 from='client.141663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:25 smithi027 bash[31536]: cluster 2023-12-07T12:37:24.143126+0000 mgr.a (mgr.24293) 6699 : cluster 0 pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:27 smithi022 bash[28554]: cluster 2023-12-07T12:37:26.143977+0000 mgr.a (mgr.24293) 6700 : cluster 0 pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:27 smithi044 bash[32620]: cluster 2023-12-07T12:37:26.143977+0000 mgr.a (mgr.24293) 6700 : cluster 0 pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:27 smithi027 bash[31536]: cluster 2023-12-07T12:37:26.143977+0000 mgr.a (mgr.24293) 6700 : cluster 0 pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:27.486974+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:27.493854+0000 mon.a (mon.0) 1383 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:27.537996+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:27.544270+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:27.588033+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:27.595051+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: cluster 2023-12-07T12:37:28.144486+0000 mgr.a (mgr.24293) 6701 : 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-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:28.277947+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:37:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:28.280155+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:37:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:28 smithi022 bash[28554]: audit 2023-12-07T12:37:28.289972+0000 mon.a (mon.0) 1390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:27.486974+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:27.493854+0000 mon.a (mon.0) 1383 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:27.537996+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:27.544270+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:27.588033+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:27.595051+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: cluster 2023-12-07T12:37:28.144486+0000 mgr.a (mgr.24293) 6701 : 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-07T12:37:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:28.277947+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:37:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:28.280155+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:37:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:28 smithi044 bash[32620]: audit 2023-12-07T12:37:28.289972+0000 mon.a (mon.0) 1390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:27.486974+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:27.493854+0000 mon.a (mon.0) 1383 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:27.537996+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:27.544270+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:27.588033+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:27.595051+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: cluster 2023-12-07T12:37:28.144486+0000 mgr.a (mgr.24293) 6701 : 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-07T12:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:28.277947+0000 mon.a (mon.0) 1388 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:28.280155+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:28 smithi027 bash[31536]: audit 2023-12-07T12:37:28.289972+0000 mon.a (mon.0) 1390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:37:28.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:28.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:28.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:29.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:29.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:29.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:29.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:29.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:31 smithi022 bash[28554]: audit 2023-12-07T12:37:29.393291+0000 mgr.a (mgr.24293) 6702 : audit 0 from='client.141735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:31 smithi022 bash[28554]: cluster 2023-12-07T12:37:30.145231+0000 mgr.a (mgr.24293) 6703 : 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-07T12:37:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:31 smithi044 bash[32620]: audit 2023-12-07T12:37:29.393291+0000 mgr.a (mgr.24293) 6702 : audit 0 from='client.141735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:31 smithi044 bash[32620]: cluster 2023-12-07T12:37:30.145231+0000 mgr.a (mgr.24293) 6703 : 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-07T12:37:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:31 smithi027 bash[31536]: audit 2023-12-07T12:37:29.393291+0000 mgr.a (mgr.24293) 6702 : audit 0 from='client.141735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:31 smithi027 bash[31536]: cluster 2023-12-07T12:37:30.145231+0000 mgr.a (mgr.24293) 6703 : 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-07T12:37:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:33 smithi022 bash[28554]: cluster 2023-12-07T12:37:32.146068+0000 mgr.a (mgr.24293) 6704 : 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-07T12:37:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:33 smithi044 bash[32620]: cluster 2023-12-07T12:37:32.146068+0000 mgr.a (mgr.24293) 6704 : 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-07T12:37:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:33 smithi027 bash[31536]: cluster 2023-12-07T12:37:32.146068+0000 mgr.a (mgr.24293) 6704 : 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-07T12:37:34.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:34.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:34.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:35 smithi022 bash[28554]: cluster 2023-12-07T12:37:34.146677+0000 mgr.a (mgr.24293) 6705 : 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-07T12:37:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:35 smithi044 bash[32620]: cluster 2023-12-07T12:37:34.146677+0000 mgr.a (mgr.24293) 6705 : 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-07T12:37:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:35 smithi027 bash[31536]: cluster 2023-12-07T12:37:34.146677+0000 mgr.a (mgr.24293) 6705 : 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-07T12:37:35.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:35.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:35.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:35.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:35.876 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:36 smithi022 bash[28554]: audit 2023-12-07T12:37:35.353944+0000 mgr.a (mgr.24293) 6706 : audit 0 from='client.141813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:36 smithi044 bash[32620]: audit 2023-12-07T12:37:35.353944+0000 mgr.a (mgr.24293) 6706 : audit 0 from='client.141813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:36 smithi027 bash[31536]: audit 2023-12-07T12:37:35.353944+0000 mgr.a (mgr.24293) 6706 : audit 0 from='client.141813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:37 smithi022 bash[28554]: cluster 2023-12-07T12:37:36.147598+0000 mgr.a (mgr.24293) 6707 : cluster 0 pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:37 smithi044 bash[32620]: cluster 2023-12-07T12:37:36.147598+0000 mgr.a (mgr.24293) 6707 : cluster 0 pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:37 smithi027 bash[31536]: cluster 2023-12-07T12:37:36.147598+0000 mgr.a (mgr.24293) 6707 : cluster 0 pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:39 smithi022 bash[28554]: cluster 2023-12-07T12:37:38.148230+0000 mgr.a (mgr.24293) 6708 : cluster 0 pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:39 smithi044 bash[32620]: cluster 2023-12-07T12:37:38.148230+0000 mgr.a (mgr.24293) 6708 : cluster 0 pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:39 smithi027 bash[31536]: cluster 2023-12-07T12:37:38.148230+0000 mgr.a (mgr.24293) 6708 : cluster 0 pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:40.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:40.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:40.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:41 smithi022 bash[28554]: cluster 2023-12-07T12:37:40.148825+0000 mgr.a (mgr.24293) 6709 : cluster 0 pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:41 smithi044 bash[32620]: cluster 2023-12-07T12:37:40.148825+0000 mgr.a (mgr.24293) 6709 : cluster 0 pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:41 smithi027 bash[31536]: cluster 2023-12-07T12:37:40.148825+0000 mgr.a (mgr.24293) 6709 : cluster 0 pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:41.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:42 smithi022 bash[28554]: audit 2023-12-07T12:37:41.296076+0000 mgr.a (mgr.24293) 6710 : audit 0 from='client.141891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:42 smithi044 bash[32620]: audit 2023-12-07T12:37:41.296076+0000 mgr.a (mgr.24293) 6710 : audit 0 from='client.141891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:42 smithi027 bash[31536]: audit 2023-12-07T12:37:41.296076+0000 mgr.a (mgr.24293) 6710 : audit 0 from='client.141891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:43 smithi022 bash[28554]: cluster 2023-12-07T12:37:42.150053+0000 mgr.a (mgr.24293) 6711 : cluster 0 pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:43 smithi044 bash[32620]: cluster 2023-12-07T12:37:42.150053+0000 mgr.a (mgr.24293) 6711 : cluster 0 pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:43 smithi027 bash[31536]: cluster 2023-12-07T12:37:42.150053+0000 mgr.a (mgr.24293) 6711 : cluster 0 pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:45 smithi022 bash[28554]: cluster 2023-12-07T12:37:44.150725+0000 mgr.a (mgr.24293) 6712 : cluster 0 pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:45 smithi044 bash[32620]: cluster 2023-12-07T12:37:44.150725+0000 mgr.a (mgr.24293) 6712 : cluster 0 pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:45 smithi027 bash[31536]: cluster 2023-12-07T12:37:44.150725+0000 mgr.a (mgr.24293) 6712 : cluster 0 pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:46.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:46.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:46.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:47 smithi022 bash[28554]: cluster 2023-12-07T12:37:46.151434+0000 mgr.a (mgr.24293) 6713 : 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-07T12:37:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:47 smithi044 bash[32620]: cluster 2023-12-07T12:37:46.151434+0000 mgr.a (mgr.24293) 6713 : 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-07T12:37:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:47 smithi027 bash[31536]: cluster 2023-12-07T12:37:46.151434+0000 mgr.a (mgr.24293) 6713 : 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-07T12:37:47.792 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:47.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:47.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:47.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:47.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:48 smithi022 bash[28554]: audit 2023-12-07T12:37:47.247763+0000 mgr.a (mgr.24293) 6714 : audit 0 from='client.141969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:48 smithi044 bash[32620]: audit 2023-12-07T12:37:47.247763+0000 mgr.a (mgr.24293) 6714 : audit 0 from='client.141969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:48 smithi027 bash[31536]: audit 2023-12-07T12:37:47.247763+0000 mgr.a (mgr.24293) 6714 : audit 0 from='client.141969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:49 smithi022 bash[28554]: cluster 2023-12-07T12:37:48.152303+0000 mgr.a (mgr.24293) 6715 : cluster 0 pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:49 smithi044 bash[32620]: cluster 2023-12-07T12:37:48.152303+0000 mgr.a (mgr.24293) 6715 : cluster 0 pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:49 smithi027 bash[31536]: cluster 2023-12-07T12:37:48.152303+0000 mgr.a (mgr.24293) 6715 : cluster 0 pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:51 smithi022 bash[28554]: cluster 2023-12-07T12:37:50.152942+0000 mgr.a (mgr.24293) 6716 : cluster 0 pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:51 smithi044 bash[32620]: cluster 2023-12-07T12:37:50.152942+0000 mgr.a (mgr.24293) 6716 : cluster 0 pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:51 smithi027 bash[31536]: cluster 2023-12-07T12:37:50.152942+0000 mgr.a (mgr.24293) 6716 : cluster 0 pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:52.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:52.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:52.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:53 smithi022 bash[28554]: cluster 2023-12-07T12:37:52.153722+0000 mgr.a (mgr.24293) 6717 : cluster 0 pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:53 smithi044 bash[32620]: cluster 2023-12-07T12:37:52.153722+0000 mgr.a (mgr.24293) 6717 : cluster 0 pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:53 smithi027 bash[31536]: cluster 2023-12-07T12:37:52.153722+0000 mgr.a (mgr.24293) 6717 : cluster 0 pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:53.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:53.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:53.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:53.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:53.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:54 smithi022 bash[28554]: audit 2023-12-07T12:37:53.203390+0000 mgr.a (mgr.24293) 6718 : audit 0 from='client.142041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:54 smithi044 bash[32620]: audit 2023-12-07T12:37:53.203390+0000 mgr.a (mgr.24293) 6718 : audit 0 from='client.142041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:54 smithi027 bash[31536]: audit 2023-12-07T12:37:53.203390+0000 mgr.a (mgr.24293) 6718 : audit 0 from='client.142041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:55 smithi027 bash[31536]: cluster 2023-12-07T12:37:54.154543+0000 mgr.a (mgr.24293) 6719 : cluster 0 pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:55 smithi022 bash[28554]: cluster 2023-12-07T12:37:54.154543+0000 mgr.a (mgr.24293) 6719 : cluster 0 pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:55 smithi044 bash[32620]: cluster 2023-12-07T12:37:54.154543+0000 mgr.a (mgr.24293) 6719 : cluster 0 pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:57 smithi022 bash[28554]: cluster 2023-12-07T12:37:56.155441+0000 mgr.a (mgr.24293) 6720 : cluster 0 pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:57 smithi044 bash[32620]: cluster 2023-12-07T12:37:56.155441+0000 mgr.a (mgr.24293) 6720 : cluster 0 pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:57 smithi027 bash[31536]: cluster 2023-12-07T12:37:56.155441+0000 mgr.a (mgr.24293) 6720 : cluster 0 pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:58.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:37:58.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:58.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:59.674 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:37:59.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:59.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:59.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:59.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:37:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:37:59 smithi022 bash[28554]: cluster 2023-12-07T12:37:58.156061+0000 mgr.a (mgr.24293) 6721 : 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-07T12:37:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:37:59 smithi044 bash[32620]: cluster 2023-12-07T12:37:58.156061+0000 mgr.a (mgr.24293) 6721 : 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-07T12:37:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:37:59 smithi027 bash[31536]: cluster 2023-12-07T12:37:58.156061+0000 mgr.a (mgr.24293) 6721 : 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-07T12:38:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:00 smithi022 bash[28554]: audit 2023-12-07T12:37:59.135329+0000 mgr.a (mgr.24293) 6722 : audit 0 from='client.142113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:00 smithi044 bash[32620]: audit 2023-12-07T12:37:59.135329+0000 mgr.a (mgr.24293) 6722 : audit 0 from='client.142113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:00 smithi027 bash[31536]: audit 2023-12-07T12:37:59.135329+0000 mgr.a (mgr.24293) 6722 : audit 0 from='client.142113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:01 smithi022 bash[28554]: cluster 2023-12-07T12:38:00.156982+0000 mgr.a (mgr.24293) 6723 : 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-07T12:38:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:01 smithi044 bash[32620]: cluster 2023-12-07T12:38:00.156982+0000 mgr.a (mgr.24293) 6723 : 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-07T12:38:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:01 smithi027 bash[31536]: cluster 2023-12-07T12:38:00.156982+0000 mgr.a (mgr.24293) 6723 : 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-07T12:38:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:03 smithi022 bash[28554]: cluster 2023-12-07T12:38:02.157852+0000 mgr.a (mgr.24293) 6724 : 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-07T12:38:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:03 smithi044 bash[32620]: cluster 2023-12-07T12:38:02.157852+0000 mgr.a (mgr.24293) 6724 : 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-07T12:38:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:03 smithi027 bash[31536]: cluster 2023-12-07T12:38:02.157852+0000 mgr.a (mgr.24293) 6724 : 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-07T12:38:04.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:04.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:04.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:05.598 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:05.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:05.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:05.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:05.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:05 smithi022 bash[28554]: cluster 2023-12-07T12:38:04.158421+0000 mgr.a (mgr.24293) 6725 : 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-07T12:38:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:05 smithi044 bash[32620]: cluster 2023-12-07T12:38:04.158421+0000 mgr.a (mgr.24293) 6725 : 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-07T12:38:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:05 smithi027 bash[31536]: cluster 2023-12-07T12:38:04.158421+0000 mgr.a (mgr.24293) 6725 : 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-07T12:38:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:06 smithi022 bash[28554]: audit 2023-12-07T12:38:05.089957+0000 mgr.a (mgr.24293) 6726 : audit 0 from='client.142188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:06 smithi044 bash[32620]: audit 2023-12-07T12:38:05.089957+0000 mgr.a (mgr.24293) 6726 : audit 0 from='client.142188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:06 smithi027 bash[31536]: audit 2023-12-07T12:38:05.089957+0000 mgr.a (mgr.24293) 6726 : audit 0 from='client.142188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:07 smithi022 bash[28554]: cluster 2023-12-07T12:38:06.159433+0000 mgr.a (mgr.24293) 6727 : cluster 0 pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:07 smithi044 bash[32620]: cluster 2023-12-07T12:38:06.159433+0000 mgr.a (mgr.24293) 6727 : cluster 0 pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:07 smithi027 bash[31536]: cluster 2023-12-07T12:38:06.159433+0000 mgr.a (mgr.24293) 6727 : cluster 0 pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:09 smithi022 bash[28554]: cluster 2023-12-07T12:38:08.160116+0000 mgr.a (mgr.24293) 6728 : cluster 0 pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:09 smithi044 bash[32620]: cluster 2023-12-07T12:38:08.160116+0000 mgr.a (mgr.24293) 6728 : cluster 0 pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:09 smithi027 bash[31536]: cluster 2023-12-07T12:38:08.160116+0000 mgr.a (mgr.24293) 6728 : cluster 0 pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:10.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:10.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:10.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:11.541 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:11.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:11.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:11.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:11.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:11 smithi022 bash[28554]: cluster 2023-12-07T12:38:10.160851+0000 mgr.a (mgr.24293) 6729 : cluster 0 pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:11 smithi044 bash[32620]: cluster 2023-12-07T12:38:10.160851+0000 mgr.a (mgr.24293) 6729 : cluster 0 pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:11 smithi027 bash[31536]: cluster 2023-12-07T12:38:10.160851+0000 mgr.a (mgr.24293) 6729 : cluster 0 pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:12 smithi022 bash[28554]: audit 2023-12-07T12:38:11.013807+0000 mgr.a (mgr.24293) 6730 : audit 0 from='client.142260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:12 smithi044 bash[32620]: audit 2023-12-07T12:38:11.013807+0000 mgr.a (mgr.24293) 6730 : audit 0 from='client.142260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:12 smithi027 bash[31536]: audit 2023-12-07T12:38:11.013807+0000 mgr.a (mgr.24293) 6730 : audit 0 from='client.142260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:13 smithi022 bash[28554]: cluster 2023-12-07T12:38:12.161952+0000 mgr.a (mgr.24293) 6731 : cluster 0 pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:13 smithi044 bash[32620]: cluster 2023-12-07T12:38:12.161952+0000 mgr.a (mgr.24293) 6731 : cluster 0 pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:13 smithi027 bash[31536]: cluster 2023-12-07T12:38:12.161952+0000 mgr.a (mgr.24293) 6731 : cluster 0 pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:15 smithi022 bash[28554]: cluster 2023-12-07T12:38:14.162551+0000 mgr.a (mgr.24293) 6732 : cluster 0 pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:15 smithi044 bash[32620]: cluster 2023-12-07T12:38:14.162551+0000 mgr.a (mgr.24293) 6732 : cluster 0 pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:15 smithi027 bash[31536]: cluster 2023-12-07T12:38:14.162551+0000 mgr.a (mgr.24293) 6732 : cluster 0 pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:16.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:16.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:16.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:17 smithi022 bash[28554]: cluster 2023-12-07T12:38:16.163303+0000 mgr.a (mgr.24293) 6733 : cluster 0 pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:17 smithi044 bash[32620]: cluster 2023-12-07T12:38:16.163303+0000 mgr.a (mgr.24293) 6733 : cluster 0 pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:17 smithi027 bash[31536]: cluster 2023-12-07T12:38:16.163303+0000 mgr.a (mgr.24293) 6733 : cluster 0 pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:17.501 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:17.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:17.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:17.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:17.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:18 smithi022 bash[28554]: audit 2023-12-07T12:38:16.956113+0000 mgr.a (mgr.24293) 6734 : audit 0 from='client.142332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:18 smithi044 bash[32620]: audit 2023-12-07T12:38:16.956113+0000 mgr.a (mgr.24293) 6734 : audit 0 from='client.142332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:18 smithi027 bash[31536]: audit 2023-12-07T12:38:16.956113+0000 mgr.a (mgr.24293) 6734 : audit 0 from='client.142332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:19 smithi044 bash[32620]: cluster 2023-12-07T12:38:18.164161+0000 mgr.a (mgr.24293) 6735 : cluster 0 pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:19 smithi022 bash[28554]: cluster 2023-12-07T12:38:18.164161+0000 mgr.a (mgr.24293) 6735 : cluster 0 pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:19 smithi027 bash[31536]: cluster 2023-12-07T12:38:18.164161+0000 mgr.a (mgr.24293) 6735 : cluster 0 pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:21 smithi022 bash[28554]: cluster 2023-12-07T12:38:20.164936+0000 mgr.a (mgr.24293) 6736 : cluster 0 pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:21 smithi044 bash[32620]: cluster 2023-12-07T12:38:20.164936+0000 mgr.a (mgr.24293) 6736 : cluster 0 pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:21 smithi027 bash[31536]: cluster 2023-12-07T12:38:20.164936+0000 mgr.a (mgr.24293) 6736 : cluster 0 pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:22.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:22.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:22.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:23 smithi027 bash[31536]: cluster 2023-12-07T12:38:22.165940+0000 mgr.a (mgr.24293) 6737 : cluster 0 pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:23.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:23 smithi022 bash[28554]: cluster 2023-12-07T12:38:22.165940+0000 mgr.a (mgr.24293) 6737 : cluster 0 pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:23 smithi044 bash[32620]: cluster 2023-12-07T12:38:22.165940+0000 mgr.a (mgr.24293) 6737 : cluster 0 pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:24 smithi027 bash[31536]: audit 2023-12-07T12:38:22.917996+0000 mgr.a (mgr.24293) 6738 : audit 0 from='client.142410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:24 smithi022 bash[28554]: audit 2023-12-07T12:38:22.917996+0000 mgr.a (mgr.24293) 6738 : audit 0 from='client.142410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:24 smithi044 bash[32620]: audit 2023-12-07T12:38:22.917996+0000 mgr.a (mgr.24293) 6738 : audit 0 from='client.142410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:25 smithi027 bash[31536]: cluster 2023-12-07T12:38:24.166737+0000 mgr.a (mgr.24293) 6739 : cluster 0 pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:25 smithi022 bash[28554]: cluster 2023-12-07T12:38:24.166737+0000 mgr.a (mgr.24293) 6739 : cluster 0 pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:25 smithi044 bash[32620]: cluster 2023-12-07T12:38:24.166737+0000 mgr.a (mgr.24293) 6739 : cluster 0 pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:27 smithi022 bash[28554]: cluster 2023-12-07T12:38:26.167526+0000 mgr.a (mgr.24293) 6740 : cluster 0 pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:27 smithi044 bash[32620]: cluster 2023-12-07T12:38:26.167526+0000 mgr.a (mgr.24293) 6740 : cluster 0 pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:27 smithi027 bash[31536]: cluster 2023-12-07T12:38:26.167526+0000 mgr.a (mgr.24293) 6740 : cluster 0 pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:28.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:28.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:28.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:29.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:29.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:29.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:29.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:29.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:29 smithi022 bash[28554]: cluster 2023-12-07T12:38:28.168090+0000 mgr.a (mgr.24293) 6741 : cluster 0 pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:29.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:29 smithi022 bash[28554]: audit 2023-12-07T12:38:28.393312+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:38:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:29 smithi044 bash[32620]: cluster 2023-12-07T12:38:28.168090+0000 mgr.a (mgr.24293) 6741 : cluster 0 pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:29 smithi044 bash[32620]: audit 2023-12-07T12:38:28.393312+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:38:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:29 smithi027 bash[31536]: cluster 2023-12-07T12:38:28.168090+0000 mgr.a (mgr.24293) 6741 : cluster 0 pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:29 smithi027 bash[31536]: audit 2023-12-07T12:38:28.393312+0000 mon.a (mon.0) 1391 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:38:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:30 smithi022 bash[28554]: audit 2023-12-07T12:38:28.876296+0000 mgr.a (mgr.24293) 6742 : audit 0 from='client.142485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:30 smithi022 bash[28554]: audit 2023-12-07T12:38:29.249674+0000 mon.a (mon.0) 1392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:38:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:30 smithi022 bash[28554]: audit 2023-12-07T12:38:29.251585+0000 mon.a (mon.0) 1393 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:38:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:30 smithi022 bash[28554]: audit 2023-12-07T12:38:29.261223+0000 mon.a (mon.0) 1394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:38:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:30 smithi044 bash[32620]: audit 2023-12-07T12:38:28.876296+0000 mgr.a (mgr.24293) 6742 : audit 0 from='client.142485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:30 smithi044 bash[32620]: audit 2023-12-07T12:38:29.249674+0000 mon.a (mon.0) 1392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:38:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:30 smithi044 bash[32620]: audit 2023-12-07T12:38:29.251585+0000 mon.a (mon.0) 1393 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:38:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:30 smithi044 bash[32620]: audit 2023-12-07T12:38:29.261223+0000 mon.a (mon.0) 1394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:38:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:30 smithi027 bash[31536]: audit 2023-12-07T12:38:28.876296+0000 mgr.a (mgr.24293) 6742 : audit 0 from='client.142485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:30 smithi027 bash[31536]: audit 2023-12-07T12:38:29.249674+0000 mon.a (mon.0) 1392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:38:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:30 smithi027 bash[31536]: audit 2023-12-07T12:38:29.251585+0000 mon.a (mon.0) 1393 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:38:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:30 smithi027 bash[31536]: audit 2023-12-07T12:38:29.261223+0000 mon.a (mon.0) 1394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:38:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:31 smithi022 bash[28554]: cluster 2023-12-07T12:38:30.168831+0000 mgr.a (mgr.24293) 6743 : cluster 0 pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:31 smithi044 bash[32620]: cluster 2023-12-07T12:38:30.168831+0000 mgr.a (mgr.24293) 6743 : cluster 0 pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:31 smithi027 bash[31536]: cluster 2023-12-07T12:38:30.168831+0000 mgr.a (mgr.24293) 6743 : cluster 0 pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:33 smithi022 bash[28554]: cluster 2023-12-07T12:38:32.169735+0000 mgr.a (mgr.24293) 6744 : cluster 0 pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:33 smithi044 bash[32620]: cluster 2023-12-07T12:38:32.169735+0000 mgr.a (mgr.24293) 6744 : cluster 0 pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:33 smithi027 bash[31536]: cluster 2023-12-07T12:38:32.169735+0000 mgr.a (mgr.24293) 6744 : cluster 0 pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:34.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:34.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:34.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:35.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:35.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:35.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:35.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:35.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:35 smithi022 bash[28554]: cluster 2023-12-07T12:38:34.170330+0000 mgr.a (mgr.24293) 6745 : 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-07T12:38:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:35 smithi044 bash[32620]: cluster 2023-12-07T12:38:34.170330+0000 mgr.a (mgr.24293) 6745 : 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-07T12:38:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:35 smithi027 bash[31536]: cluster 2023-12-07T12:38:34.170330+0000 mgr.a (mgr.24293) 6745 : 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-07T12:38:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:36 smithi022 bash[28554]: audit 2023-12-07T12:38:34.828120+0000 mgr.a (mgr.24293) 6746 : audit 0 from='client.142563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:36 smithi044 bash[32620]: audit 2023-12-07T12:38:34.828120+0000 mgr.a (mgr.24293) 6746 : audit 0 from='client.142563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:36 smithi027 bash[31536]: audit 2023-12-07T12:38:34.828120+0000 mgr.a (mgr.24293) 6746 : audit 0 from='client.142563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:37 smithi022 bash[28554]: cluster 2023-12-07T12:38:36.171267+0000 mgr.a (mgr.24293) 6747 : cluster 0 pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:38:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:37 smithi044 bash[32620]: cluster 2023-12-07T12:38:36.171267+0000 mgr.a (mgr.24293) 6747 : cluster 0 pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:38:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:37 smithi027 bash[31536]: cluster 2023-12-07T12:38:36.171267+0000 mgr.a (mgr.24293) 6747 : cluster 0 pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:38:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:39 smithi022 bash[28554]: cluster 2023-12-07T12:38:38.171861+0000 mgr.a (mgr.24293) 6748 : cluster 0 pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:39 smithi044 bash[32620]: cluster 2023-12-07T12:38:38.171861+0000 mgr.a (mgr.24293) 6748 : cluster 0 pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:39 smithi027 bash[31536]: cluster 2023-12-07T12:38:38.171861+0000 mgr.a (mgr.24293) 6748 : cluster 0 pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:40.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:40.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:40.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:41.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:41 smithi022 bash[28554]: cluster 2023-12-07T12:38:40.172417+0000 mgr.a (mgr.24293) 6749 : cluster 0 pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:41 smithi044 bash[32620]: cluster 2023-12-07T12:38:40.172417+0000 mgr.a (mgr.24293) 6749 : cluster 0 pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:41 smithi027 bash[31536]: cluster 2023-12-07T12:38:40.172417+0000 mgr.a (mgr.24293) 6749 : cluster 0 pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:42 smithi022 bash[28554]: audit 2023-12-07T12:38:40.770508+0000 mgr.a (mgr.24293) 6750 : audit 0 from='client.121370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:42 smithi044 bash[32620]: audit 2023-12-07T12:38:40.770508+0000 mgr.a (mgr.24293) 6750 : audit 0 from='client.121370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:42 smithi027 bash[31536]: audit 2023-12-07T12:38:40.770508+0000 mgr.a (mgr.24293) 6750 : audit 0 from='client.121370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:43 smithi022 bash[28554]: cluster 2023-12-07T12:38:42.173416+0000 mgr.a (mgr.24293) 6751 : cluster 0 pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:43 smithi044 bash[32620]: cluster 2023-12-07T12:38:42.173416+0000 mgr.a (mgr.24293) 6751 : cluster 0 pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:43 smithi027 bash[31536]: cluster 2023-12-07T12:38:42.173416+0000 mgr.a (mgr.24293) 6751 : cluster 0 pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:45 smithi022 bash[28554]: cluster 2023-12-07T12:38:44.174010+0000 mgr.a (mgr.24293) 6752 : cluster 0 pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:45 smithi044 bash[32620]: cluster 2023-12-07T12:38:44.174010+0000 mgr.a (mgr.24293) 6752 : cluster 0 pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:45 smithi027 bash[31536]: cluster 2023-12-07T12:38:44.174010+0000 mgr.a (mgr.24293) 6752 : cluster 0 pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:46.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:46.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:46.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:47.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:47.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:47.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:47.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:47.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:47 smithi022 bash[28554]: cluster 2023-12-07T12:38:46.174780+0000 mgr.a (mgr.24293) 6753 : cluster 0 pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:47 smithi044 bash[32620]: cluster 2023-12-07T12:38:46.174780+0000 mgr.a (mgr.24293) 6753 : cluster 0 pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:47 smithi027 bash[31536]: cluster 2023-12-07T12:38:46.174780+0000 mgr.a (mgr.24293) 6753 : cluster 0 pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:48 smithi022 bash[28554]: audit 2023-12-07T12:38:46.696848+0000 mgr.a (mgr.24293) 6754 : audit 0 from='client.142719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:48 smithi044 bash[32620]: audit 2023-12-07T12:38:46.696848+0000 mgr.a (mgr.24293) 6754 : audit 0 from='client.142719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:48 smithi027 bash[31536]: audit 2023-12-07T12:38:46.696848+0000 mgr.a (mgr.24293) 6754 : audit 0 from='client.142719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:49 smithi027 bash[31536]: cluster 2023-12-07T12:38:48.175425+0000 mgr.a (mgr.24293) 6755 : cluster 0 pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:49 smithi022 bash[28554]: cluster 2023-12-07T12:38:48.175425+0000 mgr.a (mgr.24293) 6755 : cluster 0 pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:49 smithi044 bash[32620]: cluster 2023-12-07T12:38:48.175425+0000 mgr.a (mgr.24293) 6755 : cluster 0 pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:51 smithi027 bash[31536]: cluster 2023-12-07T12:38:50.175983+0000 mgr.a (mgr.24293) 6756 : cluster 0 pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:51 smithi022 bash[28554]: cluster 2023-12-07T12:38:50.175983+0000 mgr.a (mgr.24293) 6756 : cluster 0 pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:51 smithi044 bash[32620]: cluster 2023-12-07T12:38:50.175983+0000 mgr.a (mgr.24293) 6756 : cluster 0 pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:52.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:52.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:52.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:53.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:53.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:53.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:53.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:53.136 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:53 smithi027 bash[31536]: cluster 2023-12-07T12:38:52.176795+0000 mgr.a (mgr.24293) 6757 : cluster 0 pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:38:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:53 smithi022 bash[28554]: cluster 2023-12-07T12:38:52.176795+0000 mgr.a (mgr.24293) 6757 : cluster 0 pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:38:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:53 smithi044 bash[32620]: cluster 2023-12-07T12:38:52.176795+0000 mgr.a (mgr.24293) 6757 : cluster 0 pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:38:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:54 smithi022 bash[28554]: audit 2023-12-07T12:38:52.619127+0000 mgr.a (mgr.24293) 6758 : audit 0 from='client.142797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:54 smithi044 bash[32620]: audit 2023-12-07T12:38:52.619127+0000 mgr.a (mgr.24293) 6758 : audit 0 from='client.142797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:54 smithi027 bash[31536]: audit 2023-12-07T12:38:52.619127+0000 mgr.a (mgr.24293) 6758 : audit 0 from='client.142797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:55 smithi022 bash[28554]: cluster 2023-12-07T12:38:54.177454+0000 mgr.a (mgr.24293) 6759 : cluster 0 pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:55 smithi044 bash[32620]: cluster 2023-12-07T12:38:54.177454+0000 mgr.a (mgr.24293) 6759 : cluster 0 pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:55 smithi027 bash[31536]: cluster 2023-12-07T12:38:54.177454+0000 mgr.a (mgr.24293) 6759 : cluster 0 pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:57 smithi027 bash[31536]: cluster 2023-12-07T12:38:56.178309+0000 mgr.a (mgr.24293) 6760 : cluster 0 pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:57 smithi022 bash[28554]: cluster 2023-12-07T12:38:56.178309+0000 mgr.a (mgr.24293) 6760 : cluster 0 pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:57 smithi044 bash[32620]: cluster 2023-12-07T12:38:56.178309+0000 mgr.a (mgr.24293) 6760 : cluster 0 pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:38:58.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:38:58.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:58.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:59.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:38:59.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:38:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:38:59 smithi022 bash[28554]: cluster 2023-12-07T12:38:58.178861+0000 mgr.a (mgr.24293) 6761 : cluster 0 pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:38:59 smithi044 bash[32620]: cluster 2023-12-07T12:38:58.178861+0000 mgr.a (mgr.24293) 6761 : cluster 0 pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:38:59 smithi027 bash[31536]: cluster 2023-12-07T12:38:58.178861+0000 mgr.a (mgr.24293) 6761 : cluster 0 pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:00 smithi022 bash[28554]: audit 2023-12-07T12:38:58.553011+0000 mgr.a (mgr.24293) 6762 : audit 0 from='client.142872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:00 smithi044 bash[32620]: audit 2023-12-07T12:38:58.553011+0000 mgr.a (mgr.24293) 6762 : audit 0 from='client.142872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:00 smithi027 bash[31536]: audit 2023-12-07T12:38:58.553011+0000 mgr.a (mgr.24293) 6762 : audit 0 from='client.142872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:01 smithi022 bash[28554]: cluster 2023-12-07T12:39:00.179536+0000 mgr.a (mgr.24293) 6763 : cluster 0 pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:01 smithi044 bash[32620]: cluster 2023-12-07T12:39:00.179536+0000 mgr.a (mgr.24293) 6763 : cluster 0 pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:01 smithi027 bash[31536]: cluster 2023-12-07T12:39:00.179536+0000 mgr.a (mgr.24293) 6763 : cluster 0 pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:03 smithi022 bash[28554]: cluster 2023-12-07T12:39:02.180310+0000 mgr.a (mgr.24293) 6764 : cluster 0 pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:03 smithi044 bash[32620]: cluster 2023-12-07T12:39:02.180310+0000 mgr.a (mgr.24293) 6764 : cluster 0 pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:03 smithi027 bash[31536]: cluster 2023-12-07T12:39:02.180310+0000 mgr.a (mgr.24293) 6764 : cluster 0 pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:04.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:04.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:04.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:05.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:05 smithi022 bash[28554]: cluster 2023-12-07T12:39:04.180996+0000 mgr.a (mgr.24293) 6765 : 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-07T12:39:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:05 smithi044 bash[32620]: cluster 2023-12-07T12:39:04.180996+0000 mgr.a (mgr.24293) 6765 : 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-07T12:39:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:05 smithi027 bash[31536]: cluster 2023-12-07T12:39:04.180996+0000 mgr.a (mgr.24293) 6765 : 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-07T12:39:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:06 smithi022 bash[28554]: audit 2023-12-07T12:39:04.502813+0000 mgr.a (mgr.24293) 6766 : audit 0 from='client.142944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:06 smithi044 bash[32620]: audit 2023-12-07T12:39:04.502813+0000 mgr.a (mgr.24293) 6766 : audit 0 from='client.142944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:06 smithi027 bash[31536]: audit 2023-12-07T12:39:04.502813+0000 mgr.a (mgr.24293) 6766 : audit 0 from='client.142944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:07 smithi022 bash[28554]: cluster 2023-12-07T12:39:06.181922+0000 mgr.a (mgr.24293) 6767 : 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-07T12:39:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:07 smithi044 bash[32620]: cluster 2023-12-07T12:39:06.181922+0000 mgr.a (mgr.24293) 6767 : 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-07T12:39:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:07 smithi027 bash[31536]: cluster 2023-12-07T12:39:06.181922+0000 mgr.a (mgr.24293) 6767 : 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-07T12:39:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:09 smithi022 bash[28554]: cluster 2023-12-07T12:39:08.182466+0000 mgr.a (mgr.24293) 6768 : 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-07T12:39:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:09 smithi044 bash[32620]: cluster 2023-12-07T12:39:08.182466+0000 mgr.a (mgr.24293) 6768 : 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-07T12:39:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:09 smithi027 bash[31536]: cluster 2023-12-07T12:39:08.182466+0000 mgr.a (mgr.24293) 6768 : 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-07T12:39:10.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:10.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:10.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:10.971 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:10.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:10.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:10.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:10.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:11 smithi022 bash[28554]: cluster 2023-12-07T12:39:10.183005+0000 mgr.a (mgr.24293) 6769 : 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-07T12:39:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:11 smithi044 bash[32620]: cluster 2023-12-07T12:39:10.183005+0000 mgr.a (mgr.24293) 6769 : 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-07T12:39:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:11 smithi027 bash[31536]: cluster 2023-12-07T12:39:10.183005+0000 mgr.a (mgr.24293) 6769 : 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-07T12:39:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:12 smithi022 bash[28554]: audit 2023-12-07T12:39:10.431117+0000 mgr.a (mgr.24293) 6770 : audit 0 from='client.143022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:12 smithi044 bash[32620]: audit 2023-12-07T12:39:10.431117+0000 mgr.a (mgr.24293) 6770 : audit 0 from='client.143022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:12 smithi027 bash[31536]: audit 2023-12-07T12:39:10.431117+0000 mgr.a (mgr.24293) 6770 : audit 0 from='client.143022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:13 smithi022 bash[28554]: cluster 2023-12-07T12:39:12.184043+0000 mgr.a (mgr.24293) 6771 : cluster 0 pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:13 smithi044 bash[32620]: cluster 2023-12-07T12:39:12.184043+0000 mgr.a (mgr.24293) 6771 : cluster 0 pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:13 smithi027 bash[31536]: cluster 2023-12-07T12:39:12.184043+0000 mgr.a (mgr.24293) 6771 : cluster 0 pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:15 smithi022 bash[28554]: cluster 2023-12-07T12:39:14.184617+0000 mgr.a (mgr.24293) 6772 : cluster 0 pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:15 smithi044 bash[32620]: cluster 2023-12-07T12:39:14.184617+0000 mgr.a (mgr.24293) 6772 : cluster 0 pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:15 smithi027 bash[31536]: cluster 2023-12-07T12:39:14.184617+0000 mgr.a (mgr.24293) 6772 : cluster 0 pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:15.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:15.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:15.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:16.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:16.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:16.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:16.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:16.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:17 smithi027 bash[31536]: cluster 2023-12-07T12:39:16.185371+0000 mgr.a (mgr.24293) 6773 : cluster 0 pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:17 smithi027 bash[31536]: audit 2023-12-07T12:39:16.387401+0000 mgr.a (mgr.24293) 6774 : audit 0 from='client.143097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:17 smithi022 bash[28554]: cluster 2023-12-07T12:39:16.185371+0000 mgr.a (mgr.24293) 6773 : cluster 0 pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:17 smithi022 bash[28554]: audit 2023-12-07T12:39:16.387401+0000 mgr.a (mgr.24293) 6774 : audit 0 from='client.143097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:17 smithi044 bash[32620]: cluster 2023-12-07T12:39:16.185371+0000 mgr.a (mgr.24293) 6773 : cluster 0 pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:17 smithi044 bash[32620]: audit 2023-12-07T12:39:16.387401+0000 mgr.a (mgr.24293) 6774 : audit 0 from='client.143097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:19 smithi022 bash[28554]: cluster 2023-12-07T12:39:18.185989+0000 mgr.a (mgr.24293) 6775 : cluster 0 pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:19 smithi044 bash[32620]: cluster 2023-12-07T12:39:18.185989+0000 mgr.a (mgr.24293) 6775 : cluster 0 pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:19 smithi027 bash[31536]: cluster 2023-12-07T12:39:18.185989+0000 mgr.a (mgr.24293) 6775 : cluster 0 pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:21 smithi022 bash[28554]: cluster 2023-12-07T12:39:20.186641+0000 mgr.a (mgr.24293) 6776 : cluster 0 pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:21 smithi044 bash[32620]: cluster 2023-12-07T12:39:20.186641+0000 mgr.a (mgr.24293) 6776 : cluster 0 pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:21 smithi027 bash[31536]: cluster 2023-12-07T12:39:20.186641+0000 mgr.a (mgr.24293) 6776 : cluster 0 pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:21.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:21.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:21.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:22.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:22.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:22.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:22.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:22.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:23 smithi022 bash[28554]: cluster 2023-12-07T12:39:22.187445+0000 mgr.a (mgr.24293) 6777 : cluster 0 pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:23 smithi022 bash[28554]: audit 2023-12-07T12:39:22.324914+0000 mgr.a (mgr.24293) 6778 : audit 0 from='client.143169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:23 smithi044 bash[32620]: cluster 2023-12-07T12:39:22.187445+0000 mgr.a (mgr.24293) 6777 : cluster 0 pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:23 smithi044 bash[32620]: audit 2023-12-07T12:39:22.324914+0000 mgr.a (mgr.24293) 6778 : audit 0 from='client.143169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:23 smithi027 bash[31536]: cluster 2023-12-07T12:39:22.187445+0000 mgr.a (mgr.24293) 6777 : cluster 0 pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:23 smithi027 bash[31536]: audit 2023-12-07T12:39:22.324914+0000 mgr.a (mgr.24293) 6778 : audit 0 from='client.143169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:25 smithi022 bash[28554]: cluster 2023-12-07T12:39:24.188174+0000 mgr.a (mgr.24293) 6779 : cluster 0 pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:25 smithi044 bash[32620]: cluster 2023-12-07T12:39:24.188174+0000 mgr.a (mgr.24293) 6779 : cluster 0 pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:25 smithi027 bash[31536]: cluster 2023-12-07T12:39:24.188174+0000 mgr.a (mgr.24293) 6779 : cluster 0 pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:27 smithi027 bash[31536]: cluster 2023-12-07T12:39:26.189089+0000 mgr.a (mgr.24293) 6780 : cluster 0 pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:27 smithi022 bash[28554]: cluster 2023-12-07T12:39:26.189089+0000 mgr.a (mgr.24293) 6780 : cluster 0 pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:27 smithi044 bash[32620]: cluster 2023-12-07T12:39:26.189089+0000 mgr.a (mgr.24293) 6780 : cluster 0 pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:27.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:27.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:27.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:28.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:28.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:28.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:29 smithi022 bash[28554]: cluster 2023-12-07T12:39:28.189785+0000 mgr.a (mgr.24293) 6781 : cluster 0 pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:29 smithi022 bash[28554]: audit 2023-12-07T12:39:28.247443+0000 mgr.a (mgr.24293) 6782 : audit 0 from='client.143247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:29 smithi044 bash[32620]: cluster 2023-12-07T12:39:28.189785+0000 mgr.a (mgr.24293) 6781 : cluster 0 pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:29 smithi044 bash[32620]: audit 2023-12-07T12:39:28.247443+0000 mgr.a (mgr.24293) 6782 : audit 0 from='client.143247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:29 smithi027 bash[31536]: cluster 2023-12-07T12:39:28.189785+0000 mgr.a (mgr.24293) 6781 : cluster 0 pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:29 smithi027 bash[31536]: audit 2023-12-07T12:39:28.247443+0000 mgr.a (mgr.24293) 6782 : audit 0 from='client.143247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:30 smithi022 bash[28554]: audit 2023-12-07T12:39:29.376193+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:39:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:30 smithi022 bash[28554]: audit 2023-12-07T12:39:30.168278+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:39:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:30 smithi022 bash[28554]: audit 2023-12-07T12:39:30.170155+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:39:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:30 smithi022 bash[28554]: audit 2023-12-07T12:39:30.180474+0000 mon.a (mon.0) 1398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:39:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:30 smithi044 bash[32620]: audit 2023-12-07T12:39:29.376193+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:39:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:30 smithi044 bash[32620]: audit 2023-12-07T12:39:30.168278+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:39:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:30 smithi044 bash[32620]: audit 2023-12-07T12:39:30.170155+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:39:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:30 smithi044 bash[32620]: audit 2023-12-07T12:39:30.180474+0000 mon.a (mon.0) 1398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:39:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:30 smithi027 bash[31536]: audit 2023-12-07T12:39:29.376193+0000 mon.a (mon.0) 1395 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:39:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:30 smithi027 bash[31536]: audit 2023-12-07T12:39:30.168278+0000 mon.a (mon.0) 1396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:39:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:30 smithi027 bash[31536]: audit 2023-12-07T12:39:30.170155+0000 mon.a (mon.0) 1397 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:39:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:30 smithi027 bash[31536]: audit 2023-12-07T12:39:30.180474+0000 mon.a (mon.0) 1398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:39:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:31 smithi022 bash[28554]: cluster 2023-12-07T12:39:30.190391+0000 mgr.a (mgr.24293) 6783 : cluster 0 pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:31 smithi044 bash[32620]: cluster 2023-12-07T12:39:30.190391+0000 mgr.a (mgr.24293) 6783 : cluster 0 pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:31 smithi027 bash[31536]: cluster 2023-12-07T12:39:30.190391+0000 mgr.a (mgr.24293) 6783 : cluster 0 pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:33 smithi022 bash[28554]: cluster 2023-12-07T12:39:32.191351+0000 mgr.a (mgr.24293) 6784 : cluster 0 pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:33 smithi044 bash[32620]: cluster 2023-12-07T12:39:32.191351+0000 mgr.a (mgr.24293) 6784 : cluster 0 pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:33 smithi027 bash[31536]: cluster 2023-12-07T12:39:32.191351+0000 mgr.a (mgr.24293) 6784 : cluster 0 pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:33.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:33.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:33.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:34.692 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:34.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:34.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:34.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:34.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:35 smithi022 bash[28554]: audit 2023-12-07T12:39:34.171528+0000 mgr.a (mgr.24293) 6785 : audit 0 from='client.143325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:35 smithi022 bash[28554]: cluster 2023-12-07T12:39:34.191984+0000 mgr.a (mgr.24293) 6786 : cluster 0 pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:35 smithi044 bash[32620]: audit 2023-12-07T12:39:34.171528+0000 mgr.a (mgr.24293) 6785 : audit 0 from='client.143325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:35 smithi044 bash[32620]: cluster 2023-12-07T12:39:34.191984+0000 mgr.a (mgr.24293) 6786 : cluster 0 pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:35 smithi027 bash[31536]: audit 2023-12-07T12:39:34.171528+0000 mgr.a (mgr.24293) 6785 : audit 0 from='client.143325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:35 smithi027 bash[31536]: cluster 2023-12-07T12:39:34.191984+0000 mgr.a (mgr.24293) 6786 : cluster 0 pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:37 smithi027 bash[31536]: cluster 2023-12-07T12:39:36.192791+0000 mgr.a (mgr.24293) 6787 : cluster 0 pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:37 smithi022 bash[28554]: cluster 2023-12-07T12:39:36.192791+0000 mgr.a (mgr.24293) 6787 : cluster 0 pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:37 smithi044 bash[32620]: cluster 2023-12-07T12:39:36.192791+0000 mgr.a (mgr.24293) 6787 : cluster 0 pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:39 smithi022 bash[28554]: cluster 2023-12-07T12:39:38.193358+0000 mgr.a (mgr.24293) 6788 : 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-07T12:39:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:39 smithi044 bash[32620]: cluster 2023-12-07T12:39:38.193358+0000 mgr.a (mgr.24293) 6788 : 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-07T12:39:39.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:39.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:39.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:39 smithi027 bash[31536]: cluster 2023-12-07T12:39:38.193358+0000 mgr.a (mgr.24293) 6788 : 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-07T12:39:40.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:40.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:40.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:40.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:40.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:41 smithi022 bash[28554]: audit 2023-12-07T12:39:40.107415+0000 mgr.a (mgr.24293) 6789 : audit 0 from='client.143403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:41 smithi022 bash[28554]: cluster 2023-12-07T12:39:40.193967+0000 mgr.a (mgr.24293) 6790 : 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-07T12:39:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:41 smithi044 bash[32620]: audit 2023-12-07T12:39:40.107415+0000 mgr.a (mgr.24293) 6789 : audit 0 from='client.143403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:41 smithi044 bash[32620]: cluster 2023-12-07T12:39:40.193967+0000 mgr.a (mgr.24293) 6790 : 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-07T12:39:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:41 smithi027 bash[31536]: audit 2023-12-07T12:39:40.107415+0000 mgr.a (mgr.24293) 6789 : audit 0 from='client.143403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:41 smithi027 bash[31536]: cluster 2023-12-07T12:39:40.193967+0000 mgr.a (mgr.24293) 6790 : 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-07T12:39:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:43 smithi022 bash[28554]: cluster 2023-12-07T12:39:42.194961+0000 mgr.a (mgr.24293) 6791 : cluster 0 pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:43 smithi044 bash[32620]: cluster 2023-12-07T12:39:42.194961+0000 mgr.a (mgr.24293) 6791 : cluster 0 pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:43 smithi027 bash[31536]: cluster 2023-12-07T12:39:42.194961+0000 mgr.a (mgr.24293) 6791 : cluster 0 pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:45.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:45.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:45.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:45 smithi022 bash[28554]: cluster 2023-12-07T12:39:44.195555+0000 mgr.a (mgr.24293) 6792 : cluster 0 pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:45 smithi044 bash[32620]: cluster 2023-12-07T12:39:44.195555+0000 mgr.a (mgr.24293) 6792 : cluster 0 pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:45 smithi027 bash[31536]: cluster 2023-12-07T12:39:44.195555+0000 mgr.a (mgr.24293) 6792 : cluster 0 pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:46.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:46.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:46.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:46.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:46.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:47 smithi027 bash[31536]: audit 2023-12-07T12:39:46.056074+0000 mgr.a (mgr.24293) 6793 : audit 0 from='client.143481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:47 smithi027 bash[31536]: cluster 2023-12-07T12:39:46.205500+0000 mgr.a (mgr.24293) 6794 : cluster 0 pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:47 smithi022 bash[28554]: audit 2023-12-07T12:39:46.056074+0000 mgr.a (mgr.24293) 6793 : audit 0 from='client.143481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:47 smithi022 bash[28554]: cluster 2023-12-07T12:39:46.205500+0000 mgr.a (mgr.24293) 6794 : cluster 0 pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:47 smithi044 bash[32620]: audit 2023-12-07T12:39:46.056074+0000 mgr.a (mgr.24293) 6793 : audit 0 from='client.143481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:47 smithi044 bash[32620]: cluster 2023-12-07T12:39:46.205500+0000 mgr.a (mgr.24293) 6794 : cluster 0 pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:49 smithi022 bash[28554]: cluster 2023-12-07T12:39:48.206297+0000 mgr.a (mgr.24293) 6795 : cluster 0 pgmap v5076: 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-07T12:39:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:49 smithi044 bash[32620]: cluster 2023-12-07T12:39:48.206297+0000 mgr.a (mgr.24293) 6795 : cluster 0 pgmap v5076: 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-07T12:39:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:49 smithi027 bash[31536]: cluster 2023-12-07T12:39:48.206297+0000 mgr.a (mgr.24293) 6795 : cluster 0 pgmap v5076: 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-07T12:39:51.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:51.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:51.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:51 smithi022 bash[28554]: cluster 2023-12-07T12:39:50.206873+0000 mgr.a (mgr.24293) 6796 : cluster 0 pgmap v5077: 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-07T12:39:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:51 smithi044 bash[32620]: cluster 2023-12-07T12:39:50.206873+0000 mgr.a (mgr.24293) 6796 : cluster 0 pgmap v5077: 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-07T12:39:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:51 smithi027 bash[31536]: cluster 2023-12-07T12:39:50.206873+0000 mgr.a (mgr.24293) 6796 : cluster 0 pgmap v5077: 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-07T12:39:52.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:52.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:52.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:52.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:52.493 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:53 smithi022 bash[28554]: audit 2023-12-07T12:39:51.987391+0000 mgr.a (mgr.24293) 6797 : audit 0 from='client.143556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:53 smithi022 bash[28554]: cluster 2023-12-07T12:39:52.207734+0000 mgr.a (mgr.24293) 6798 : cluster 0 pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:53 smithi044 bash[32620]: audit 2023-12-07T12:39:51.987391+0000 mgr.a (mgr.24293) 6797 : audit 0 from='client.143556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:53 smithi044 bash[32620]: cluster 2023-12-07T12:39:52.207734+0000 mgr.a (mgr.24293) 6798 : cluster 0 pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:53 smithi027 bash[31536]: audit 2023-12-07T12:39:51.987391+0000 mgr.a (mgr.24293) 6797 : audit 0 from='client.143556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:53 smithi027 bash[31536]: cluster 2023-12-07T12:39:52.207734+0000 mgr.a (mgr.24293) 6798 : cluster 0 pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:55 smithi022 bash[28554]: cluster 2023-12-07T12:39:54.208365+0000 mgr.a (mgr.24293) 6799 : cluster 0 pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:55 smithi044 bash[32620]: cluster 2023-12-07T12:39:54.208365+0000 mgr.a (mgr.24293) 6799 : cluster 0 pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:55 smithi027 bash[31536]: cluster 2023-12-07T12:39:54.208365+0000 mgr.a (mgr.24293) 6799 : cluster 0 pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:57 smithi027 bash[31536]: cluster 2023-12-07T12:39:56.209199+0000 mgr.a (mgr.24293) 6800 : cluster 0 pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:57.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:39:57.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:57.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:57 smithi022 bash[28554]: cluster 2023-12-07T12:39:56.209199+0000 mgr.a (mgr.24293) 6800 : cluster 0 pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:57 smithi044 bash[32620]: cluster 2023-12-07T12:39:56.209199+0000 mgr.a (mgr.24293) 6800 : cluster 0 pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:58.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:39:58.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:58.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:58.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:58.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:39:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:59 smithi022 bash[28554]: audit 2023-12-07T12:39:57.904296+0000 mgr.a (mgr.24293) 6801 : audit 0 from='client.143631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:39:59 smithi022 bash[28554]: cluster 2023-12-07T12:39:58.209958+0000 mgr.a (mgr.24293) 6802 : cluster 0 pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:59 smithi044 bash[32620]: audit 2023-12-07T12:39:57.904296+0000 mgr.a (mgr.24293) 6801 : audit 0 from='client.143631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:39:59 smithi044 bash[32620]: cluster 2023-12-07T12:39:58.209958+0000 mgr.a (mgr.24293) 6802 : cluster 0 pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:59 smithi027 bash[31536]: audit 2023-12-07T12:39:57.904296+0000 mgr.a (mgr.24293) 6801 : audit 0 from='client.143631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:39:59 smithi027 bash[31536]: cluster 2023-12-07T12:39:58.209958+0000 mgr.a (mgr.24293) 6802 : cluster 0 pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:00 smithi022 bash[28554]: cluster 2023-12-07T12:40:00.000138+0000 mon.a (mon.0) 1399 : cluster 1 overall HEALTH_OK 2023-12-07T12:40:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:00 smithi044 bash[32620]: cluster 2023-12-07T12:40:00.000138+0000 mon.a (mon.0) 1399 : cluster 1 overall HEALTH_OK 2023-12-07T12:40:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:00 smithi027 bash[31536]: cluster 2023-12-07T12:40:00.000138+0000 mon.a (mon.0) 1399 : cluster 1 overall HEALTH_OK 2023-12-07T12:40:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:01 smithi022 bash[28554]: cluster 2023-12-07T12:40:00.210676+0000 mgr.a (mgr.24293) 6803 : cluster 0 pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:01 smithi044 bash[32620]: cluster 2023-12-07T12:40:00.210676+0000 mgr.a (mgr.24293) 6803 : cluster 0 pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:01 smithi027 bash[31536]: cluster 2023-12-07T12:40:00.210676+0000 mgr.a (mgr.24293) 6803 : cluster 0 pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:03.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:03.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:03.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:03 smithi022 bash[28554]: cluster 2023-12-07T12:40:02.211514+0000 mgr.a (mgr.24293) 6804 : cluster 0 pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:03 smithi044 bash[32620]: cluster 2023-12-07T12:40:02.211514+0000 mgr.a (mgr.24293) 6804 : cluster 0 pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:03 smithi027 bash[31536]: cluster 2023-12-07T12:40:02.211514+0000 mgr.a (mgr.24293) 6804 : cluster 0 pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:04.362 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:04.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:04.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:04.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:04.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:05 smithi022 bash[28554]: audit 2023-12-07T12:40:03.848173+0000 mgr.a (mgr.24293) 6805 : audit 0 from='client.143709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:05 smithi022 bash[28554]: cluster 2023-12-07T12:40:04.212122+0000 mgr.a (mgr.24293) 6806 : cluster 0 pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:05 smithi044 bash[32620]: audit 2023-12-07T12:40:03.848173+0000 mgr.a (mgr.24293) 6805 : audit 0 from='client.143709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:05 smithi044 bash[32620]: cluster 2023-12-07T12:40:04.212122+0000 mgr.a (mgr.24293) 6806 : cluster 0 pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:05 smithi027 bash[31536]: audit 2023-12-07T12:40:03.848173+0000 mgr.a (mgr.24293) 6805 : audit 0 from='client.143709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:05 smithi027 bash[31536]: cluster 2023-12-07T12:40:04.212122+0000 mgr.a (mgr.24293) 6806 : cluster 0 pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:07 smithi022 bash[28554]: cluster 2023-12-07T12:40:06.213008+0000 mgr.a (mgr.24293) 6807 : cluster 0 pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:07 smithi044 bash[32620]: cluster 2023-12-07T12:40:06.213008+0000 mgr.a (mgr.24293) 6807 : cluster 0 pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:07 smithi027 bash[31536]: cluster 2023-12-07T12:40:06.213008+0000 mgr.a (mgr.24293) 6807 : cluster 0 pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:09.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:09.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:09.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:09 smithi022 bash[28554]: cluster 2023-12-07T12:40:08.213573+0000 mgr.a (mgr.24293) 6808 : 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-07T12:40:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:09 smithi044 bash[32620]: cluster 2023-12-07T12:40:08.213573+0000 mgr.a (mgr.24293) 6808 : 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-07T12:40:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:09 smithi027 bash[31536]: cluster 2023-12-07T12:40:08.213573+0000 mgr.a (mgr.24293) 6808 : 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-07T12:40:10.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:10.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:10.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:10.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:10.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:11 smithi022 bash[28554]: audit 2023-12-07T12:40:09.777656+0000 mgr.a (mgr.24293) 6809 : audit 0 from='client.143778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:11 smithi022 bash[28554]: cluster 2023-12-07T12:40:10.214314+0000 mgr.a (mgr.24293) 6810 : 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-07T12:40:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:11 smithi044 bash[32620]: audit 2023-12-07T12:40:09.777656+0000 mgr.a (mgr.24293) 6809 : audit 0 from='client.143778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:11 smithi044 bash[32620]: cluster 2023-12-07T12:40:10.214314+0000 mgr.a (mgr.24293) 6810 : 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-07T12:40:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:11 smithi027 bash[31536]: audit 2023-12-07T12:40:09.777656+0000 mgr.a (mgr.24293) 6809 : audit 0 from='client.143778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:11 smithi027 bash[31536]: cluster 2023-12-07T12:40:10.214314+0000 mgr.a (mgr.24293) 6810 : 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-07T12:40:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:13 smithi022 bash[28554]: cluster 2023-12-07T12:40:12.215143+0000 mgr.a (mgr.24293) 6811 : 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-07T12:40:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:13 smithi044 bash[32620]: cluster 2023-12-07T12:40:12.215143+0000 mgr.a (mgr.24293) 6811 : 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-07T12:40:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:13 smithi027 bash[31536]: cluster 2023-12-07T12:40:12.215143+0000 mgr.a (mgr.24293) 6811 : 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-07T12:40:15.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:15.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:15.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:15 smithi022 bash[28554]: cluster 2023-12-07T12:40:14.215773+0000 mgr.a (mgr.24293) 6812 : 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-07T12:40:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:15 smithi044 bash[32620]: cluster 2023-12-07T12:40:14.215773+0000 mgr.a (mgr.24293) 6812 : 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-07T12:40:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:15 smithi027 bash[31536]: cluster 2023-12-07T12:40:14.215773+0000 mgr.a (mgr.24293) 6812 : 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-07T12:40:16.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:16.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:16.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:16.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:16.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:17 smithi022 bash[28554]: audit 2023-12-07T12:40:15.723748+0000 mgr.a (mgr.24293) 6813 : audit 0 from='client.143853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:17 smithi022 bash[28554]: cluster 2023-12-07T12:40:16.216527+0000 mgr.a (mgr.24293) 6814 : cluster 0 pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:17 smithi044 bash[32620]: audit 2023-12-07T12:40:15.723748+0000 mgr.a (mgr.24293) 6813 : audit 0 from='client.143853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:17 smithi044 bash[32620]: cluster 2023-12-07T12:40:16.216527+0000 mgr.a (mgr.24293) 6814 : cluster 0 pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:17 smithi027 bash[31536]: audit 2023-12-07T12:40:15.723748+0000 mgr.a (mgr.24293) 6813 : audit 0 from='client.143853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:17 smithi027 bash[31536]: cluster 2023-12-07T12:40:16.216527+0000 mgr.a (mgr.24293) 6814 : cluster 0 pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:19 smithi022 bash[28554]: cluster 2023-12-07T12:40:18.217084+0000 mgr.a (mgr.24293) 6815 : cluster 0 pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:19 smithi044 bash[32620]: cluster 2023-12-07T12:40:18.217084+0000 mgr.a (mgr.24293) 6815 : cluster 0 pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:19 smithi027 bash[31536]: cluster 2023-12-07T12:40:18.217084+0000 mgr.a (mgr.24293) 6815 : cluster 0 pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:21.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:21.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:21.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:21 smithi022 bash[28554]: cluster 2023-12-07T12:40:20.217613+0000 mgr.a (mgr.24293) 6816 : cluster 0 pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:21 smithi044 bash[32620]: cluster 2023-12-07T12:40:20.217613+0000 mgr.a (mgr.24293) 6816 : cluster 0 pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:21 smithi027 bash[31536]: cluster 2023-12-07T12:40:20.217613+0000 mgr.a (mgr.24293) 6816 : cluster 0 pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:22.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:23 smithi022 bash[28554]: audit 2023-12-07T12:40:21.667265+0000 mgr.a (mgr.24293) 6817 : audit 0 from='client.143925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:23 smithi022 bash[28554]: cluster 2023-12-07T12:40:22.218555+0000 mgr.a (mgr.24293) 6818 : cluster 0 pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:23 smithi044 bash[32620]: audit 2023-12-07T12:40:21.667265+0000 mgr.a (mgr.24293) 6817 : audit 0 from='client.143925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:23 smithi044 bash[32620]: cluster 2023-12-07T12:40:22.218555+0000 mgr.a (mgr.24293) 6818 : cluster 0 pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:23 smithi027 bash[31536]: audit 2023-12-07T12:40:21.667265+0000 mgr.a (mgr.24293) 6817 : audit 0 from='client.143925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:23 smithi027 bash[31536]: cluster 2023-12-07T12:40:22.218555+0000 mgr.a (mgr.24293) 6818 : cluster 0 pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:25 smithi022 bash[28554]: cluster 2023-12-07T12:40:24.219161+0000 mgr.a (mgr.24293) 6819 : cluster 0 pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:25 smithi044 bash[32620]: cluster 2023-12-07T12:40:24.219161+0000 mgr.a (mgr.24293) 6819 : cluster 0 pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:25 smithi027 bash[31536]: cluster 2023-12-07T12:40:24.219161+0000 mgr.a (mgr.24293) 6819 : cluster 0 pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:27.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:27.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:27.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:27 smithi022 bash[28554]: cluster 2023-12-07T12:40:26.219947+0000 mgr.a (mgr.24293) 6820 : cluster 0 pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:27 smithi044 bash[32620]: cluster 2023-12-07T12:40:26.219947+0000 mgr.a (mgr.24293) 6820 : cluster 0 pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:27 smithi027 bash[31536]: cluster 2023-12-07T12:40:26.219947+0000 mgr.a (mgr.24293) 6820 : cluster 0 pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:28.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:28.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:29 smithi022 bash[28554]: audit 2023-12-07T12:40:27.616166+0000 mgr.a (mgr.24293) 6821 : audit 0 from='client.144003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:29 smithi022 bash[28554]: cluster 2023-12-07T12:40:28.220649+0000 mgr.a (mgr.24293) 6822 : cluster 0 pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:29 smithi044 bash[32620]: audit 2023-12-07T12:40:27.616166+0000 mgr.a (mgr.24293) 6821 : audit 0 from='client.144003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:29 smithi044 bash[32620]: cluster 2023-12-07T12:40:28.220649+0000 mgr.a (mgr.24293) 6822 : cluster 0 pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:29 smithi027 bash[31536]: audit 2023-12-07T12:40:27.616166+0000 mgr.a (mgr.24293) 6821 : audit 0 from='client.144003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:29 smithi027 bash[31536]: cluster 2023-12-07T12:40:28.220649+0000 mgr.a (mgr.24293) 6822 : cluster 0 pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:31 smithi022 bash[28554]: cluster 2023-12-07T12:40:30.221245+0000 mgr.a (mgr.24293) 6823 : cluster 0 pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:31 smithi022 bash[28554]: audit 2023-12-07T12:40:30.284316+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:31 smithi022 bash[28554]: audit 2023-12-07T12:40:31.072966+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:31 smithi022 bash[28554]: audit 2023-12-07T12:40:31.074903+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:31 smithi022 bash[28554]: audit 2023-12-07T12:40:31.084077+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:31 smithi044 bash[32620]: cluster 2023-12-07T12:40:30.221245+0000 mgr.a (mgr.24293) 6823 : cluster 0 pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:31 smithi044 bash[32620]: audit 2023-12-07T12:40:30.284316+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:31 smithi044 bash[32620]: audit 2023-12-07T12:40:31.072966+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:31 smithi044 bash[32620]: audit 2023-12-07T12:40:31.074903+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:40:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:31 smithi044 bash[32620]: audit 2023-12-07T12:40:31.084077+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:40:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:31 smithi027 bash[31536]: cluster 2023-12-07T12:40:30.221245+0000 mgr.a (mgr.24293) 6823 : cluster 0 pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:31 smithi027 bash[31536]: audit 2023-12-07T12:40:30.284316+0000 mon.a (mon.0) 1400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:40:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:31 smithi027 bash[31536]: audit 2023-12-07T12:40:31.072966+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:40:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:31 smithi027 bash[31536]: audit 2023-12-07T12:40:31.074903+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:40:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:31 smithi027 bash[31536]: audit 2023-12-07T12:40:31.084077+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:40:33.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:33.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:33.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:33 smithi022 bash[28554]: cluster 2023-12-07T12:40:32.222066+0000 mgr.a (mgr.24293) 6824 : cluster 0 pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:33 smithi044 bash[32620]: cluster 2023-12-07T12:40:32.222066+0000 mgr.a (mgr.24293) 6824 : cluster 0 pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:33 smithi027 bash[31536]: cluster 2023-12-07T12:40:32.222066+0000 mgr.a (mgr.24293) 6824 : cluster 0 pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:34.037 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:34.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:34.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:34.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:34.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:35 smithi022 bash[28554]: audit 2023-12-07T12:40:33.535613+0000 mgr.a (mgr.24293) 6825 : audit 0 from='client.144075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:35 smithi022 bash[28554]: cluster 2023-12-07T12:40:34.222790+0000 mgr.a (mgr.24293) 6826 : cluster 0 pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:35 smithi044 bash[32620]: audit 2023-12-07T12:40:33.535613+0000 mgr.a (mgr.24293) 6825 : audit 0 from='client.144075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:35 smithi044 bash[32620]: cluster 2023-12-07T12:40:34.222790+0000 mgr.a (mgr.24293) 6826 : cluster 0 pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:35 smithi027 bash[31536]: audit 2023-12-07T12:40:33.535613+0000 mgr.a (mgr.24293) 6825 : audit 0 from='client.144075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:35 smithi027 bash[31536]: cluster 2023-12-07T12:40:34.222790+0000 mgr.a (mgr.24293) 6826 : cluster 0 pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:37 smithi022 bash[28554]: cluster 2023-12-07T12:40:36.223437+0000 mgr.a (mgr.24293) 6827 : cluster 0 pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:37 smithi044 bash[32620]: cluster 2023-12-07T12:40:36.223437+0000 mgr.a (mgr.24293) 6827 : cluster 0 pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:37 smithi027 bash[31536]: cluster 2023-12-07T12:40:36.223437+0000 mgr.a (mgr.24293) 6827 : cluster 0 pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:39.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:39.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:39.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:39 smithi022 bash[28554]: cluster 2023-12-07T12:40:38.224007+0000 mgr.a (mgr.24293) 6828 : cluster 0 pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:39 smithi044 bash[32620]: cluster 2023-12-07T12:40:38.224007+0000 mgr.a (mgr.24293) 6828 : cluster 0 pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:39 smithi027 bash[31536]: cluster 2023-12-07T12:40:38.224007+0000 mgr.a (mgr.24293) 6828 : cluster 0 pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:39.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:39.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:39.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:39.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:39.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:40 smithi022 bash[28554]: audit 2023-12-07T12:40:39.447078+0000 mgr.a (mgr.24293) 6829 : audit 0 from='client.144150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:40 smithi044 bash[32620]: audit 2023-12-07T12:40:39.447078+0000 mgr.a (mgr.24293) 6829 : audit 0 from='client.144150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:40 smithi027 bash[31536]: audit 2023-12-07T12:40:39.447078+0000 mgr.a (mgr.24293) 6829 : audit 0 from='client.144150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:41 smithi022 bash[28554]: cluster 2023-12-07T12:40:40.224703+0000 mgr.a (mgr.24293) 6830 : cluster 0 pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:41 smithi044 bash[32620]: cluster 2023-12-07T12:40:40.224703+0000 mgr.a (mgr.24293) 6830 : cluster 0 pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:41 smithi027 bash[31536]: cluster 2023-12-07T12:40:40.224703+0000 mgr.a (mgr.24293) 6830 : cluster 0 pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:43 smithi022 bash[28554]: cluster 2023-12-07T12:40:42.225554+0000 mgr.a (mgr.24293) 6831 : cluster 0 pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:43 smithi044 bash[32620]: cluster 2023-12-07T12:40:42.225554+0000 mgr.a (mgr.24293) 6831 : cluster 0 pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:43 smithi027 bash[31536]: cluster 2023-12-07T12:40:42.225554+0000 mgr.a (mgr.24293) 6831 : cluster 0 pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:44.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:44.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:44.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:45 smithi022 bash[28554]: cluster 2023-12-07T12:40:44.226122+0000 mgr.a (mgr.24293) 6832 : 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-07T12:40:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:45 smithi044 bash[32620]: cluster 2023-12-07T12:40:44.226122+0000 mgr.a (mgr.24293) 6832 : 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-07T12:40:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:45 smithi027 bash[31536]: cluster 2023-12-07T12:40:44.226122+0000 mgr.a (mgr.24293) 6832 : 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-07T12:40:45.931 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:45.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:45.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:45.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:45.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:46 smithi022 bash[28554]: audit 2023-12-07T12:40:45.390905+0000 mgr.a (mgr.24293) 6833 : audit 0 from='client.144225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:46 smithi044 bash[32620]: audit 2023-12-07T12:40:45.390905+0000 mgr.a (mgr.24293) 6833 : audit 0 from='client.144225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:46 smithi027 bash[31536]: audit 2023-12-07T12:40:45.390905+0000 mgr.a (mgr.24293) 6833 : audit 0 from='client.144225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:47 smithi022 bash[28554]: cluster 2023-12-07T12:40:46.227156+0000 mgr.a (mgr.24293) 6834 : cluster 0 pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:47 smithi044 bash[32620]: cluster 2023-12-07T12:40:46.227156+0000 mgr.a (mgr.24293) 6834 : cluster 0 pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:47 smithi027 bash[31536]: cluster 2023-12-07T12:40:46.227156+0000 mgr.a (mgr.24293) 6834 : cluster 0 pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:49 smithi022 bash[28554]: cluster 2023-12-07T12:40:48.227777+0000 mgr.a (mgr.24293) 6835 : cluster 0 pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:49 smithi044 bash[32620]: cluster 2023-12-07T12:40:48.227777+0000 mgr.a (mgr.24293) 6835 : cluster 0 pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:49 smithi027 bash[31536]: cluster 2023-12-07T12:40:48.227777+0000 mgr.a (mgr.24293) 6835 : cluster 0 pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:50.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:50.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:50.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:51 smithi022 bash[28554]: cluster 2023-12-07T12:40:50.228425+0000 mgr.a (mgr.24293) 6836 : cluster 0 pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:51 smithi044 bash[32620]: cluster 2023-12-07T12:40:50.228425+0000 mgr.a (mgr.24293) 6836 : cluster 0 pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:51 smithi027 bash[31536]: cluster 2023-12-07T12:40:50.228425+0000 mgr.a (mgr.24293) 6836 : cluster 0 pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:51.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:51.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:51.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:51.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:51.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:52 smithi022 bash[28554]: audit 2023-12-07T12:40:51.345483+0000 mgr.a (mgr.24293) 6837 : audit 0 from='client.144303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:52 smithi044 bash[32620]: audit 2023-12-07T12:40:51.345483+0000 mgr.a (mgr.24293) 6837 : audit 0 from='client.144303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:52 smithi027 bash[31536]: audit 2023-12-07T12:40:51.345483+0000 mgr.a (mgr.24293) 6837 : audit 0 from='client.144303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:53 smithi022 bash[28554]: cluster 2023-12-07T12:40:52.229614+0000 mgr.a (mgr.24293) 6838 : cluster 0 pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:53 smithi044 bash[32620]: cluster 2023-12-07T12:40:52.229614+0000 mgr.a (mgr.24293) 6838 : cluster 0 pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:53 smithi027 bash[31536]: cluster 2023-12-07T12:40:52.229614+0000 mgr.a (mgr.24293) 6838 : cluster 0 pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:55 smithi022 bash[28554]: cluster 2023-12-07T12:40:54.230375+0000 mgr.a (mgr.24293) 6839 : cluster 0 pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:55 smithi044 bash[32620]: cluster 2023-12-07T12:40:54.230375+0000 mgr.a (mgr.24293) 6839 : cluster 0 pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:55 smithi027 bash[31536]: cluster 2023-12-07T12:40:54.230375+0000 mgr.a (mgr.24293) 6839 : cluster 0 pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:56.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:40:56.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:56.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:57 smithi022 bash[28554]: cluster 2023-12-07T12:40:56.231287+0000 mgr.a (mgr.24293) 6840 : cluster 0 pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:57 smithi044 bash[32620]: cluster 2023-12-07T12:40:56.231287+0000 mgr.a (mgr.24293) 6840 : cluster 0 pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:57 smithi027 bash[31536]: cluster 2023-12-07T12:40:56.231287+0000 mgr.a (mgr.24293) 6840 : cluster 0 pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:57.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:40:57.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:57.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:57.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:57.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:40:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:58 smithi022 bash[28554]: audit 2023-12-07T12:40:57.274117+0000 mgr.a (mgr.24293) 6841 : audit 0 from='client.144378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:58 smithi044 bash[32620]: audit 2023-12-07T12:40:57.274117+0000 mgr.a (mgr.24293) 6841 : audit 0 from='client.144378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:58 smithi027 bash[31536]: audit 2023-12-07T12:40:57.274117+0000 mgr.a (mgr.24293) 6841 : audit 0 from='client.144378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:40:59 smithi022 bash[28554]: cluster 2023-12-07T12:40:58.232045+0000 mgr.a (mgr.24293) 6842 : 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-07T12:40:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:40:59 smithi044 bash[32620]: cluster 2023-12-07T12:40:58.232045+0000 mgr.a (mgr.24293) 6842 : 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-07T12:40:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:40:59 smithi027 bash[31536]: cluster 2023-12-07T12:40:58.232045+0000 mgr.a (mgr.24293) 6842 : 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-07T12:41:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:01 smithi022 bash[28554]: cluster 2023-12-07T12:41:00.232656+0000 mgr.a (mgr.24293) 6843 : 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-07T12:41:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:01 smithi044 bash[32620]: cluster 2023-12-07T12:41:00.232656+0000 mgr.a (mgr.24293) 6843 : 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-07T12:41:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:01 smithi027 bash[31536]: cluster 2023-12-07T12:41:00.232656+0000 mgr.a (mgr.24293) 6843 : 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-07T12:41:02.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:02.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:02.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:03 smithi022 bash[28554]: cluster 2023-12-07T12:41:02.233499+0000 mgr.a (mgr.24293) 6844 : cluster 0 pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:03 smithi044 bash[32620]: cluster 2023-12-07T12:41:02.233499+0000 mgr.a (mgr.24293) 6844 : cluster 0 pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:03 smithi027 bash[31536]: cluster 2023-12-07T12:41:02.233499+0000 mgr.a (mgr.24293) 6844 : cluster 0 pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:03.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:03.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:03.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:03.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:03.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:04 smithi022 bash[28554]: audit 2023-12-07T12:41:03.206170+0000 mgr.a (mgr.24293) 6845 : audit 0 from='client.144453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:04 smithi044 bash[32620]: audit 2023-12-07T12:41:03.206170+0000 mgr.a (mgr.24293) 6845 : audit 0 from='client.144453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:04 smithi027 bash[31536]: audit 2023-12-07T12:41:03.206170+0000 mgr.a (mgr.24293) 6845 : audit 0 from='client.144453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:05 smithi022 bash[28554]: cluster 2023-12-07T12:41:04.234258+0000 mgr.a (mgr.24293) 6846 : cluster 0 pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:05 smithi044 bash[32620]: cluster 2023-12-07T12:41:04.234258+0000 mgr.a (mgr.24293) 6846 : cluster 0 pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:05 smithi027 bash[31536]: cluster 2023-12-07T12:41:04.234258+0000 mgr.a (mgr.24293) 6846 : cluster 0 pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:07 smithi022 bash[28554]: cluster 2023-12-07T12:41:06.235130+0000 mgr.a (mgr.24293) 6847 : cluster 0 pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:07 smithi044 bash[32620]: cluster 2023-12-07T12:41:06.235130+0000 mgr.a (mgr.24293) 6847 : cluster 0 pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:07 smithi027 bash[31536]: cluster 2023-12-07T12:41:06.235130+0000 mgr.a (mgr.24293) 6847 : cluster 0 pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:08.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:08.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:08.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:09.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:09.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:09.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:09.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:09.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:09 smithi022 bash[28554]: cluster 2023-12-07T12:41:08.235745+0000 mgr.a (mgr.24293) 6848 : cluster 0 pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:09 smithi044 bash[32620]: cluster 2023-12-07T12:41:08.235745+0000 mgr.a (mgr.24293) 6848 : cluster 0 pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:09 smithi027 bash[31536]: cluster 2023-12-07T12:41:08.235745+0000 mgr.a (mgr.24293) 6848 : cluster 0 pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:10 smithi022 bash[28554]: audit 2023-12-07T12:41:09.127810+0000 mgr.a (mgr.24293) 6849 : audit 0 from='client.144528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:10 smithi044 bash[32620]: audit 2023-12-07T12:41:09.127810+0000 mgr.a (mgr.24293) 6849 : audit 0 from='client.144528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:10 smithi027 bash[31536]: audit 2023-12-07T12:41:09.127810+0000 mgr.a (mgr.24293) 6849 : audit 0 from='client.144528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:11 smithi022 bash[28554]: cluster 2023-12-07T12:41:10.236444+0000 mgr.a (mgr.24293) 6850 : cluster 0 pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:11 smithi044 bash[32620]: cluster 2023-12-07T12:41:10.236444+0000 mgr.a (mgr.24293) 6850 : cluster 0 pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:11 smithi027 bash[31536]: cluster 2023-12-07T12:41:10.236444+0000 mgr.a (mgr.24293) 6850 : cluster 0 pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:13 smithi022 bash[28554]: cluster 2023-12-07T12:41:12.237334+0000 mgr.a (mgr.24293) 6851 : cluster 0 pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:13 smithi044 bash[32620]: cluster 2023-12-07T12:41:12.237334+0000 mgr.a (mgr.24293) 6851 : cluster 0 pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:13 smithi027 bash[31536]: cluster 2023-12-07T12:41:12.237334+0000 mgr.a (mgr.24293) 6851 : cluster 0 pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:14.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:14.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:14.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:15.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:15.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:15.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:15.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:15.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:15 smithi022 bash[28554]: cluster 2023-12-07T12:41:14.238110+0000 mgr.a (mgr.24293) 6852 : 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-07T12:41:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:15 smithi044 bash[32620]: cluster 2023-12-07T12:41:14.238110+0000 mgr.a (mgr.24293) 6852 : 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-07T12:41:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:15 smithi027 bash[31536]: cluster 2023-12-07T12:41:14.238110+0000 mgr.a (mgr.24293) 6852 : 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-07T12:41:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:16 smithi022 bash[28554]: audit 2023-12-07T12:41:15.056414+0000 mgr.a (mgr.24293) 6853 : audit 0 from='client.144603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:16 smithi044 bash[32620]: audit 2023-12-07T12:41:15.056414+0000 mgr.a (mgr.24293) 6853 : audit 0 from='client.144603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:16 smithi027 bash[31536]: audit 2023-12-07T12:41:15.056414+0000 mgr.a (mgr.24293) 6853 : audit 0 from='client.144603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:17 smithi022 bash[28554]: cluster 2023-12-07T12:41:16.239240+0000 mgr.a (mgr.24293) 6854 : cluster 0 pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:41:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:17 smithi044 bash[32620]: cluster 2023-12-07T12:41:16.239240+0000 mgr.a (mgr.24293) 6854 : cluster 0 pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:41:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:17 smithi027 bash[31536]: cluster 2023-12-07T12:41:16.239240+0000 mgr.a (mgr.24293) 6854 : cluster 0 pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:41:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:19 smithi022 bash[28554]: cluster 2023-12-07T12:41:18.240008+0000 mgr.a (mgr.24293) 6855 : cluster 0 pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:41:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:19 smithi044 bash[32620]: cluster 2023-12-07T12:41:18.240008+0000 mgr.a (mgr.24293) 6855 : cluster 0 pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:41:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:19 smithi027 bash[31536]: cluster 2023-12-07T12:41:18.240008+0000 mgr.a (mgr.24293) 6855 : cluster 0 pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:41:20.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:20.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:20.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:21.514 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:21.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:21.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:21.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:21.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:21 smithi022 bash[28554]: cluster 2023-12-07T12:41:20.240792+0000 mgr.a (mgr.24293) 6856 : cluster 0 pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:41:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:21 smithi044 bash[32620]: cluster 2023-12-07T12:41:20.240792+0000 mgr.a (mgr.24293) 6856 : cluster 0 pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:41:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:21 smithi027 bash[31536]: cluster 2023-12-07T12:41:20.240792+0000 mgr.a (mgr.24293) 6856 : cluster 0 pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:41:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:22 smithi022 bash[28554]: audit 2023-12-07T12:41:20.988155+0000 mgr.a (mgr.24293) 6857 : audit 0 from='client.144678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:22 smithi044 bash[32620]: audit 2023-12-07T12:41:20.988155+0000 mgr.a (mgr.24293) 6857 : audit 0 from='client.144678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:22 smithi027 bash[31536]: audit 2023-12-07T12:41:20.988155+0000 mgr.a (mgr.24293) 6857 : audit 0 from='client.144678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:23 smithi022 bash[28554]: cluster 2023-12-07T12:41:22.241936+0000 mgr.a (mgr.24293) 6858 : cluster 0 pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:23 smithi044 bash[32620]: cluster 2023-12-07T12:41:22.241936+0000 mgr.a (mgr.24293) 6858 : cluster 0 pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:23 smithi027 bash[31536]: cluster 2023-12-07T12:41:22.241936+0000 mgr.a (mgr.24293) 6858 : cluster 0 pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:25 smithi022 bash[28554]: cluster 2023-12-07T12:41:24.242523+0000 mgr.a (mgr.24293) 6859 : cluster 0 pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:25 smithi044 bash[32620]: cluster 2023-12-07T12:41:24.242523+0000 mgr.a (mgr.24293) 6859 : cluster 0 pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:25 smithi027 bash[31536]: cluster 2023-12-07T12:41:24.242523+0000 mgr.a (mgr.24293) 6859 : cluster 0 pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:26.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:26.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:26.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:27.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:27.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:27.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:27.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:27.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:27 smithi022 bash[28554]: cluster 2023-12-07T12:41:26.243209+0000 mgr.a (mgr.24293) 6860 : cluster 0 pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:27 smithi044 bash[32620]: cluster 2023-12-07T12:41:26.243209+0000 mgr.a (mgr.24293) 6860 : cluster 0 pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:27 smithi027 bash[31536]: cluster 2023-12-07T12:41:26.243209+0000 mgr.a (mgr.24293) 6860 : cluster 0 pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:28 smithi022 bash[28554]: audit 2023-12-07T12:41:26.925613+0000 mgr.a (mgr.24293) 6861 : audit 0 from='client.144756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:28 smithi044 bash[32620]: audit 2023-12-07T12:41:26.925613+0000 mgr.a (mgr.24293) 6861 : audit 0 from='client.144756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:28 smithi027 bash[31536]: audit 2023-12-07T12:41:26.925613+0000 mgr.a (mgr.24293) 6861 : audit 0 from='client.144756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:29 smithi022 bash[28554]: cluster 2023-12-07T12:41:28.243965+0000 mgr.a (mgr.24293) 6862 : cluster 0 pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:41:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:29 smithi044 bash[32620]: cluster 2023-12-07T12:41:28.243965+0000 mgr.a (mgr.24293) 6862 : cluster 0 pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:41:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:29 smithi027 bash[31536]: cluster 2023-12-07T12:41:28.243965+0000 mgr.a (mgr.24293) 6862 : cluster 0 pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:41:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:31 smithi022 bash[28554]: cluster 2023-12-07T12:41:30.244697+0000 mgr.a (mgr.24293) 6863 : cluster 0 pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:41:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:31 smithi022 bash[28554]: audit 2023-12-07T12:41:31.186367+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:41:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:31 smithi044 bash[32620]: cluster 2023-12-07T12:41:30.244697+0000 mgr.a (mgr.24293) 6863 : cluster 0 pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:41:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:31 smithi044 bash[32620]: audit 2023-12-07T12:41:31.186367+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:41:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:31 smithi027 bash[31536]: cluster 2023-12-07T12:41:30.244697+0000 mgr.a (mgr.24293) 6863 : cluster 0 pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:41:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:31 smithi027 bash[31536]: audit 2023-12-07T12:41:31.186367+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:41:32.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:32.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:32.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:32 smithi022 bash[28554]: audit 2023-12-07T12:41:31.716848+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:32 smithi022 bash[28554]: audit 2023-12-07T12:41:31.722387+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:32 smithi022 bash[28554]: cluster 2023-12-07T12:41:32.245342+0000 mgr.a (mgr.24293) 6864 : cluster 0 pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:32 smithi022 bash[28554]: audit 2023-12-07T12:41:32.480877+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:32 smithi022 bash[28554]: audit 2023-12-07T12:41:32.482676+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:32 smithi022 bash[28554]: audit 2023-12-07T12:41:32.492673+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:32 smithi044 bash[32620]: audit 2023-12-07T12:41:31.716848+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:32 smithi044 bash[32620]: audit 2023-12-07T12:41:31.722387+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:32 smithi044 bash[32620]: cluster 2023-12-07T12:41:32.245342+0000 mgr.a (mgr.24293) 6864 : cluster 0 pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:32 smithi044 bash[32620]: audit 2023-12-07T12:41:32.480877+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:41:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:32 smithi044 bash[32620]: audit 2023-12-07T12:41:32.482676+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:41:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:32 smithi044 bash[32620]: audit 2023-12-07T12:41:32.492673+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:32 smithi027 bash[31536]: audit 2023-12-07T12:41:31.716848+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:32 smithi027 bash[31536]: audit 2023-12-07T12:41:31.722387+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:32 smithi027 bash[31536]: cluster 2023-12-07T12:41:32.245342+0000 mgr.a (mgr.24293) 6864 : cluster 0 pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:41:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:32 smithi027 bash[31536]: audit 2023-12-07T12:41:32.480877+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:41:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:32 smithi027 bash[31536]: audit 2023-12-07T12:41:32.482676+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:41:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:32 smithi027 bash[31536]: audit 2023-12-07T12:41:32.492673+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:41:33.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:33.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:33.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:33.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:33.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:33 smithi022 bash[28554]: audit 2023-12-07T12:41:32.866443+0000 mgr.a (mgr.24293) 6865 : audit 0 from='client.144831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:33 smithi044 bash[32620]: audit 2023-12-07T12:41:32.866443+0000 mgr.a (mgr.24293) 6865 : audit 0 from='client.144831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:33 smithi027 bash[31536]: audit 2023-12-07T12:41:32.866443+0000 mgr.a (mgr.24293) 6865 : audit 0 from='client.144831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:34 smithi022 bash[28554]: cluster 2023-12-07T12:41:34.246070+0000 mgr.a (mgr.24293) 6866 : cluster 0 pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:34 smithi044 bash[32620]: cluster 2023-12-07T12:41:34.246070+0000 mgr.a (mgr.24293) 6866 : cluster 0 pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:34 smithi027 bash[31536]: cluster 2023-12-07T12:41:34.246070+0000 mgr.a (mgr.24293) 6866 : cluster 0 pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:37 smithi022 bash[28554]: cluster 2023-12-07T12:41:36.247041+0000 mgr.a (mgr.24293) 6867 : cluster 0 pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:37 smithi044 bash[32620]: cluster 2023-12-07T12:41:36.247041+0000 mgr.a (mgr.24293) 6867 : cluster 0 pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:37 smithi027 bash[31536]: cluster 2023-12-07T12:41:36.247041+0000 mgr.a (mgr.24293) 6867 : cluster 0 pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:38.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:38.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:38.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:39.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:39.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:39.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:39.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:39.373 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:39 smithi022 bash[28554]: cluster 2023-12-07T12:41:38.247704+0000 mgr.a (mgr.24293) 6868 : cluster 0 pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:39 smithi044 bash[32620]: cluster 2023-12-07T12:41:38.247704+0000 mgr.a (mgr.24293) 6868 : cluster 0 pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:39 smithi027 bash[31536]: cluster 2023-12-07T12:41:38.247704+0000 mgr.a (mgr.24293) 6868 : cluster 0 pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:40 smithi022 bash[28554]: audit 2023-12-07T12:41:38.832124+0000 mgr.a (mgr.24293) 6869 : audit 0 from='client.144906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:40 smithi044 bash[32620]: audit 2023-12-07T12:41:38.832124+0000 mgr.a (mgr.24293) 6869 : audit 0 from='client.144906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:40 smithi027 bash[31536]: audit 2023-12-07T12:41:38.832124+0000 mgr.a (mgr.24293) 6869 : audit 0 from='client.144906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:41 smithi022 bash[28554]: cluster 2023-12-07T12:41:40.248443+0000 mgr.a (mgr.24293) 6870 : cluster 0 pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:41 smithi044 bash[32620]: cluster 2023-12-07T12:41:40.248443+0000 mgr.a (mgr.24293) 6870 : cluster 0 pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:41 smithi027 bash[31536]: cluster 2023-12-07T12:41:40.248443+0000 mgr.a (mgr.24293) 6870 : cluster 0 pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:43 smithi022 bash[28554]: cluster 2023-12-07T12:41:42.249253+0000 mgr.a (mgr.24293) 6871 : cluster 0 pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:43 smithi044 bash[32620]: cluster 2023-12-07T12:41:42.249253+0000 mgr.a (mgr.24293) 6871 : cluster 0 pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:43 smithi027 bash[31536]: cluster 2023-12-07T12:41:42.249253+0000 mgr.a (mgr.24293) 6871 : cluster 0 pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:44.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:44.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:44.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:45.314 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:45.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:45.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:45.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:45.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:45 smithi022 bash[28554]: cluster 2023-12-07T12:41:44.249831+0000 mgr.a (mgr.24293) 6872 : cluster 0 pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:45 smithi044 bash[32620]: cluster 2023-12-07T12:41:44.249831+0000 mgr.a (mgr.24293) 6872 : cluster 0 pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:45 smithi027 bash[31536]: cluster 2023-12-07T12:41:44.249831+0000 mgr.a (mgr.24293) 6872 : cluster 0 pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:46 smithi022 bash[28554]: audit 2023-12-07T12:41:44.786421+0000 mgr.a (mgr.24293) 6873 : audit 0 from='client.144981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:46 smithi044 bash[32620]: audit 2023-12-07T12:41:44.786421+0000 mgr.a (mgr.24293) 6873 : audit 0 from='client.144981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:46 smithi027 bash[31536]: audit 2023-12-07T12:41:44.786421+0000 mgr.a (mgr.24293) 6873 : audit 0 from='client.144981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:47 smithi022 bash[28554]: cluster 2023-12-07T12:41:46.250885+0000 mgr.a (mgr.24293) 6874 : cluster 0 pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:47 smithi044 bash[32620]: cluster 2023-12-07T12:41:46.250885+0000 mgr.a (mgr.24293) 6874 : cluster 0 pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:47 smithi027 bash[31536]: cluster 2023-12-07T12:41:46.250885+0000 mgr.a (mgr.24293) 6874 : cluster 0 pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:49 smithi022 bash[28554]: cluster 2023-12-07T12:41:48.251654+0000 mgr.a (mgr.24293) 6875 : 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-07T12:41:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:49 smithi044 bash[32620]: cluster 2023-12-07T12:41:48.251654+0000 mgr.a (mgr.24293) 6875 : 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-07T12:41:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:49 smithi027 bash[31536]: cluster 2023-12-07T12:41:48.251654+0000 mgr.a (mgr.24293) 6875 : 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-07T12:41:50.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:50.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:50.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:51.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:51 smithi022 bash[28554]: cluster 2023-12-07T12:41:50.252331+0000 mgr.a (mgr.24293) 6876 : 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-07T12:41:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:51 smithi044 bash[32620]: cluster 2023-12-07T12:41:50.252331+0000 mgr.a (mgr.24293) 6876 : 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-07T12:41:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:51 smithi027 bash[31536]: cluster 2023-12-07T12:41:50.252331+0000 mgr.a (mgr.24293) 6876 : 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-07T12:41:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:52 smithi022 bash[28554]: audit 2023-12-07T12:41:50.724505+0000 mgr.a (mgr.24293) 6877 : audit 0 from='client.145053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:52 smithi044 bash[32620]: audit 2023-12-07T12:41:50.724505+0000 mgr.a (mgr.24293) 6877 : audit 0 from='client.145053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:52 smithi027 bash[31536]: audit 2023-12-07T12:41:50.724505+0000 mgr.a (mgr.24293) 6877 : audit 0 from='client.145053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:53 smithi022 bash[28554]: cluster 2023-12-07T12:41:52.253546+0000 mgr.a (mgr.24293) 6878 : cluster 0 pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:53 smithi044 bash[32620]: cluster 2023-12-07T12:41:52.253546+0000 mgr.a (mgr.24293) 6878 : cluster 0 pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:53 smithi027 bash[31536]: cluster 2023-12-07T12:41:52.253546+0000 mgr.a (mgr.24293) 6878 : cluster 0 pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:55 smithi022 bash[28554]: cluster 2023-12-07T12:41:54.254162+0000 mgr.a (mgr.24293) 6879 : cluster 0 pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:55 smithi044 bash[32620]: cluster 2023-12-07T12:41:54.254162+0000 mgr.a (mgr.24293) 6879 : cluster 0 pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:55 smithi027 bash[31536]: cluster 2023-12-07T12:41:54.254162+0000 mgr.a (mgr.24293) 6879 : cluster 0 pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:56.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:41:56.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:56.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:57.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:41:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:41:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:57 smithi022 bash[28554]: cluster 2023-12-07T12:41:56.254882+0000 mgr.a (mgr.24293) 6880 : cluster 0 pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:57 smithi044 bash[32620]: cluster 2023-12-07T12:41:56.254882+0000 mgr.a (mgr.24293) 6880 : cluster 0 pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:57 smithi027 bash[31536]: cluster 2023-12-07T12:41:56.254882+0000 mgr.a (mgr.24293) 6880 : cluster 0 pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:58 smithi022 bash[28554]: audit 2023-12-07T12:41:56.673707+0000 mgr.a (mgr.24293) 6881 : audit 0 from='client.145128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:58 smithi044 bash[32620]: audit 2023-12-07T12:41:56.673707+0000 mgr.a (mgr.24293) 6881 : audit 0 from='client.145128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:58 smithi027 bash[31536]: audit 2023-12-07T12:41:56.673707+0000 mgr.a (mgr.24293) 6881 : audit 0 from='client.145128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:41:59 smithi022 bash[28554]: cluster 2023-12-07T12:41:58.255600+0000 mgr.a (mgr.24293) 6882 : cluster 0 pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:41:59 smithi044 bash[32620]: cluster 2023-12-07T12:41:58.255600+0000 mgr.a (mgr.24293) 6882 : cluster 0 pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:41:59 smithi027 bash[31536]: cluster 2023-12-07T12:41:58.255600+0000 mgr.a (mgr.24293) 6882 : cluster 0 pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:01 smithi022 bash[28554]: cluster 2023-12-07T12:42:00.256161+0000 mgr.a (mgr.24293) 6883 : cluster 0 pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:01 smithi044 bash[32620]: cluster 2023-12-07T12:42:00.256161+0000 mgr.a (mgr.24293) 6883 : cluster 0 pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:01 smithi027 bash[31536]: cluster 2023-12-07T12:42:00.256161+0000 mgr.a (mgr.24293) 6883 : cluster 0 pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:02.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:03.136 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:03.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:03.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:03.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:03.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:03 smithi022 bash[28554]: cluster 2023-12-07T12:42:02.256960+0000 mgr.a (mgr.24293) 6884 : cluster 0 pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:03 smithi044 bash[32620]: cluster 2023-12-07T12:42:02.256960+0000 mgr.a (mgr.24293) 6884 : cluster 0 pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:03 smithi027 bash[31536]: cluster 2023-12-07T12:42:02.256960+0000 mgr.a (mgr.24293) 6884 : cluster 0 pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:04 smithi022 bash[28554]: audit 2023-12-07T12:42:02.604551+0000 mgr.a (mgr.24293) 6885 : audit 0 from='client.145203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:04 smithi044 bash[32620]: audit 2023-12-07T12:42:02.604551+0000 mgr.a (mgr.24293) 6885 : audit 0 from='client.145203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:04 smithi027 bash[31536]: audit 2023-12-07T12:42:02.604551+0000 mgr.a (mgr.24293) 6885 : audit 0 from='client.145203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:05 smithi022 bash[28554]: cluster 2023-12-07T12:42:04.257750+0000 mgr.a (mgr.24293) 6886 : 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-07T12:42:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:05 smithi044 bash[32620]: cluster 2023-12-07T12:42:04.257750+0000 mgr.a (mgr.24293) 6886 : 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-07T12:42:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:05 smithi027 bash[31536]: cluster 2023-12-07T12:42:04.257750+0000 mgr.a (mgr.24293) 6886 : 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-07T12:42:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:07 smithi022 bash[28554]: cluster 2023-12-07T12:42:06.258790+0000 mgr.a (mgr.24293) 6887 : cluster 0 pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:07 smithi044 bash[32620]: cluster 2023-12-07T12:42:06.258790+0000 mgr.a (mgr.24293) 6887 : cluster 0 pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:07 smithi027 bash[31536]: cluster 2023-12-07T12:42:06.258790+0000 mgr.a (mgr.24293) 6887 : cluster 0 pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:08.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:08.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:08.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:09.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:09.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:09.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:09.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:09.069 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:09.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:09 smithi022 bash[28554]: cluster 2023-12-07T12:42:08.259468+0000 mgr.a (mgr.24293) 6888 : cluster 0 pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:09.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:09 smithi044 bash[32620]: cluster 2023-12-07T12:42:08.259468+0000 mgr.a (mgr.24293) 6888 : cluster 0 pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:09 smithi027 bash[31536]: cluster 2023-12-07T12:42:08.259468+0000 mgr.a (mgr.24293) 6888 : cluster 0 pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:10 smithi022 bash[28554]: audit 2023-12-07T12:42:08.546814+0000 mgr.a (mgr.24293) 6889 : audit 0 from='client.145275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:10 smithi044 bash[32620]: audit 2023-12-07T12:42:08.546814+0000 mgr.a (mgr.24293) 6889 : audit 0 from='client.145275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:10 smithi027 bash[31536]: audit 2023-12-07T12:42:08.546814+0000 mgr.a (mgr.24293) 6889 : audit 0 from='client.145275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:11 smithi022 bash[28554]: cluster 2023-12-07T12:42:10.260144+0000 mgr.a (mgr.24293) 6890 : cluster 0 pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:11 smithi044 bash[32620]: cluster 2023-12-07T12:42:10.260144+0000 mgr.a (mgr.24293) 6890 : cluster 0 pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:11 smithi027 bash[31536]: cluster 2023-12-07T12:42:10.260144+0000 mgr.a (mgr.24293) 6890 : cluster 0 pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:13 smithi022 bash[28554]: cluster 2023-12-07T12:42:12.260965+0000 mgr.a (mgr.24293) 6891 : cluster 0 pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:13 smithi044 bash[32620]: cluster 2023-12-07T12:42:12.260965+0000 mgr.a (mgr.24293) 6891 : cluster 0 pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:13 smithi027 bash[31536]: cluster 2023-12-07T12:42:12.260965+0000 mgr.a (mgr.24293) 6891 : cluster 0 pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:14.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:14.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:14.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:15.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:15.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:15.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:15.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:15.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:15 smithi044 bash[32620]: cluster 2023-12-07T12:42:14.261517+0000 mgr.a (mgr.24293) 6892 : cluster 0 pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:15 smithi022 bash[28554]: cluster 2023-12-07T12:42:14.261517+0000 mgr.a (mgr.24293) 6892 : cluster 0 pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:15 smithi027 bash[31536]: cluster 2023-12-07T12:42:14.261517+0000 mgr.a (mgr.24293) 6892 : cluster 0 pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:16 smithi022 bash[28554]: audit 2023-12-07T12:42:14.483809+0000 mgr.a (mgr.24293) 6893 : audit 0 from='client.123452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:16 smithi044 bash[32620]: audit 2023-12-07T12:42:14.483809+0000 mgr.a (mgr.24293) 6893 : audit 0 from='client.123452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:16 smithi027 bash[31536]: audit 2023-12-07T12:42:14.483809+0000 mgr.a (mgr.24293) 6893 : audit 0 from='client.123452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:17 smithi022 bash[28554]: cluster 2023-12-07T12:42:16.262400+0000 mgr.a (mgr.24293) 6894 : cluster 0 pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:17 smithi044 bash[32620]: cluster 2023-12-07T12:42:16.262400+0000 mgr.a (mgr.24293) 6894 : cluster 0 pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:17 smithi027 bash[31536]: cluster 2023-12-07T12:42:16.262400+0000 mgr.a (mgr.24293) 6894 : cluster 0 pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:19 smithi022 bash[28554]: cluster 2023-12-07T12:42:18.263008+0000 mgr.a (mgr.24293) 6895 : 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-07T12:42:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:19 smithi044 bash[32620]: cluster 2023-12-07T12:42:18.263008+0000 mgr.a (mgr.24293) 6895 : 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-07T12:42:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:19 smithi027 bash[31536]: cluster 2023-12-07T12:42:18.263008+0000 mgr.a (mgr.24293) 6895 : 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-07T12:42:20.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:20.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:20.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:20.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:20.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:20.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:20.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:20.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:21 smithi022 bash[28554]: cluster 2023-12-07T12:42:20.263683+0000 mgr.a (mgr.24293) 6896 : 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-07T12:42:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:21 smithi022 bash[28554]: audit 2023-12-07T12:42:20.425494+0000 mgr.a (mgr.24293) 6897 : audit 0 from='client.145431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:21 smithi044 bash[32620]: cluster 2023-12-07T12:42:20.263683+0000 mgr.a (mgr.24293) 6896 : 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-07T12:42:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:21 smithi044 bash[32620]: audit 2023-12-07T12:42:20.425494+0000 mgr.a (mgr.24293) 6897 : audit 0 from='client.145431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:21 smithi027 bash[31536]: cluster 2023-12-07T12:42:20.263683+0000 mgr.a (mgr.24293) 6896 : 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-07T12:42:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:21 smithi027 bash[31536]: audit 2023-12-07T12:42:20.425494+0000 mgr.a (mgr.24293) 6897 : audit 0 from='client.145431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:23 smithi022 bash[28554]: cluster 2023-12-07T12:42:22.264664+0000 mgr.a (mgr.24293) 6898 : cluster 0 pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:23 smithi044 bash[32620]: cluster 2023-12-07T12:42:22.264664+0000 mgr.a (mgr.24293) 6898 : cluster 0 pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:23 smithi027 bash[31536]: cluster 2023-12-07T12:42:22.264664+0000 mgr.a (mgr.24293) 6898 : cluster 0 pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:25 smithi022 bash[28554]: cluster 2023-12-07T12:42:24.265247+0000 mgr.a (mgr.24293) 6899 : cluster 0 pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:25 smithi044 bash[32620]: cluster 2023-12-07T12:42:24.265247+0000 mgr.a (mgr.24293) 6899 : cluster 0 pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:25 smithi027 bash[31536]: cluster 2023-12-07T12:42:24.265247+0000 mgr.a (mgr.24293) 6899 : cluster 0 pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:25.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:25.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:25.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:26.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:26.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:26.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:26.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:26.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:27 smithi022 bash[28554]: cluster 2023-12-07T12:42:26.265978+0000 mgr.a (mgr.24293) 6900 : cluster 0 pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:27 smithi022 bash[28554]: audit 2023-12-07T12:42:26.367986+0000 mgr.a (mgr.24293) 6901 : audit 0 from='client.145509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:27 smithi044 bash[32620]: cluster 2023-12-07T12:42:26.265978+0000 mgr.a (mgr.24293) 6900 : cluster 0 pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:27 smithi044 bash[32620]: audit 2023-12-07T12:42:26.367986+0000 mgr.a (mgr.24293) 6901 : audit 0 from='client.145509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:27 smithi027 bash[31536]: cluster 2023-12-07T12:42:26.265978+0000 mgr.a (mgr.24293) 6900 : cluster 0 pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:27 smithi027 bash[31536]: audit 2023-12-07T12:42:26.367986+0000 mgr.a (mgr.24293) 6901 : audit 0 from='client.145509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:29 smithi022 bash[28554]: cluster 2023-12-07T12:42:28.266622+0000 mgr.a (mgr.24293) 6902 : cluster 0 pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:29 smithi044 bash[32620]: cluster 2023-12-07T12:42:28.266622+0000 mgr.a (mgr.24293) 6902 : cluster 0 pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:29 smithi027 bash[31536]: cluster 2023-12-07T12:42:28.266622+0000 mgr.a (mgr.24293) 6902 : cluster 0 pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:31 smithi022 bash[28554]: cluster 2023-12-07T12:42:30.267175+0000 mgr.a (mgr.24293) 6903 : cluster 0 pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:31 smithi044 bash[32620]: cluster 2023-12-07T12:42:30.267175+0000 mgr.a (mgr.24293) 6903 : cluster 0 pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:31 smithi027 bash[31536]: cluster 2023-12-07T12:42:30.267175+0000 mgr.a (mgr.24293) 6903 : cluster 0 pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:31.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:31.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:31.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:32.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:32.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:32.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:32.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:32.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: cluster 2023-12-07T12:42:32.267980+0000 mgr.a (mgr.24293) 6904 : cluster 0 pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: audit 2023-12-07T12:42:32.316663+0000 mgr.a (mgr.24293) 6905 : audit 0 from='client.145587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: audit 2023-12-07T12:42:32.595289+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: audit 2023-12-07T12:42:33.124493+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: audit 2023-12-07T12:42:33.129653+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: audit 2023-12-07T12:42:33.135714+0000 mon.a (mon.0) 1413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:33 smithi022 bash[28554]: audit 2023-12-07T12:42:33.139205+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: cluster 2023-12-07T12:42:32.267980+0000 mgr.a (mgr.24293) 6904 : cluster 0 pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: audit 2023-12-07T12:42:32.316663+0000 mgr.a (mgr.24293) 6905 : audit 0 from='client.145587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: audit 2023-12-07T12:42:32.595289+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:42:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: audit 2023-12-07T12:42:33.124493+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: audit 2023-12-07T12:42:33.129653+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: audit 2023-12-07T12:42:33.135714+0000 mon.a (mon.0) 1413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:33 smithi044 bash[32620]: audit 2023-12-07T12:42:33.139205+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: cluster 2023-12-07T12:42:32.267980+0000 mgr.a (mgr.24293) 6904 : cluster 0 pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: audit 2023-12-07T12:42:32.316663+0000 mgr.a (mgr.24293) 6905 : audit 0 from='client.145587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: audit 2023-12-07T12:42:32.595289+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:42:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: audit 2023-12-07T12:42:33.124493+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: audit 2023-12-07T12:42:33.129653+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: audit 2023-12-07T12:42:33.135714+0000 mon.a (mon.0) 1413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:33 smithi027 bash[31536]: audit 2023-12-07T12:42:33.139205+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:34 smithi022 bash[28554]: audit 2023-12-07T12:42:33.869503+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:42:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:34 smithi022 bash[28554]: audit 2023-12-07T12:42:33.871358+0000 mon.a (mon.0) 1416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:42:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:34 smithi022 bash[28554]: audit 2023-12-07T12:42:33.881258+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:34 smithi044 bash[32620]: audit 2023-12-07T12:42:33.869503+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:42:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:34 smithi044 bash[32620]: audit 2023-12-07T12:42:33.871358+0000 mon.a (mon.0) 1416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:42:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:34 smithi044 bash[32620]: audit 2023-12-07T12:42:33.881258+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:34 smithi027 bash[31536]: audit 2023-12-07T12:42:33.869503+0000 mon.a (mon.0) 1415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:42:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:34 smithi027 bash[31536]: audit 2023-12-07T12:42:33.871358+0000 mon.a (mon.0) 1416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:42:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:34 smithi027 bash[31536]: audit 2023-12-07T12:42:33.881258+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:42:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:35 smithi044 bash[32620]: cluster 2023-12-07T12:42:34.268735+0000 mgr.a (mgr.24293) 6906 : 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-07T12:42:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:35 smithi022 bash[28554]: cluster 2023-12-07T12:42:34.268735+0000 mgr.a (mgr.24293) 6906 : 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-07T12:42:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:35 smithi027 bash[31536]: cluster 2023-12-07T12:42:34.268735+0000 mgr.a (mgr.24293) 6906 : 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-07T12:42:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:37 smithi022 bash[28554]: cluster 2023-12-07T12:42:36.269635+0000 mgr.a (mgr.24293) 6907 : cluster 0 pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:37 smithi044 bash[32620]: cluster 2023-12-07T12:42:36.269635+0000 mgr.a (mgr.24293) 6907 : cluster 0 pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:37 smithi027 bash[31536]: cluster 2023-12-07T12:42:36.269635+0000 mgr.a (mgr.24293) 6907 : cluster 0 pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:37.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:37.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:37.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:38.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:38.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:38.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:38.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:38.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:39 smithi022 bash[28554]: audit 2023-12-07T12:42:38.257389+0000 mgr.a (mgr.24293) 6908 : audit 0 from='client.145665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:39 smithi022 bash[28554]: cluster 2023-12-07T12:42:38.273668+0000 mgr.a (mgr.24293) 6909 : cluster 0 pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:39 smithi044 bash[32620]: audit 2023-12-07T12:42:38.257389+0000 mgr.a (mgr.24293) 6908 : audit 0 from='client.145665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:39 smithi044 bash[32620]: cluster 2023-12-07T12:42:38.273668+0000 mgr.a (mgr.24293) 6909 : cluster 0 pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:39 smithi027 bash[31536]: audit 2023-12-07T12:42:38.257389+0000 mgr.a (mgr.24293) 6908 : audit 0 from='client.145665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:39 smithi027 bash[31536]: cluster 2023-12-07T12:42:38.273668+0000 mgr.a (mgr.24293) 6909 : cluster 0 pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:41 smithi022 bash[28554]: cluster 2023-12-07T12:42:40.274374+0000 mgr.a (mgr.24293) 6910 : cluster 0 pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:41 smithi044 bash[32620]: cluster 2023-12-07T12:42:40.274374+0000 mgr.a (mgr.24293) 6910 : cluster 0 pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:41 smithi027 bash[31536]: cluster 2023-12-07T12:42:40.274374+0000 mgr.a (mgr.24293) 6910 : cluster 0 pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:43 smithi022 bash[28554]: cluster 2023-12-07T12:42:42.275115+0000 mgr.a (mgr.24293) 6911 : cluster 0 pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:43 smithi044 bash[32620]: cluster 2023-12-07T12:42:42.275115+0000 mgr.a (mgr.24293) 6911 : cluster 0 pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:43 smithi027 bash[31536]: cluster 2023-12-07T12:42:42.275115+0000 mgr.a (mgr.24293) 6911 : cluster 0 pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:43.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:43.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:43.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:44.735 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:44.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:44.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:44.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:44.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:45 smithi022 bash[28554]: audit 2023-12-07T12:42:44.198669+0000 mgr.a (mgr.24293) 6912 : audit 0 from='client.145740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:45 smithi022 bash[28554]: cluster 2023-12-07T12:42:44.275593+0000 mgr.a (mgr.24293) 6913 : cluster 0 pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:45 smithi044 bash[32620]: audit 2023-12-07T12:42:44.198669+0000 mgr.a (mgr.24293) 6912 : audit 0 from='client.145740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:45 smithi044 bash[32620]: cluster 2023-12-07T12:42:44.275593+0000 mgr.a (mgr.24293) 6913 : cluster 0 pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:45 smithi027 bash[31536]: audit 2023-12-07T12:42:44.198669+0000 mgr.a (mgr.24293) 6912 : audit 0 from='client.145740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:45 smithi027 bash[31536]: cluster 2023-12-07T12:42:44.275593+0000 mgr.a (mgr.24293) 6913 : cluster 0 pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:47 smithi022 bash[28554]: cluster 2023-12-07T12:42:46.276364+0000 mgr.a (mgr.24293) 6914 : cluster 0 pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:47 smithi044 bash[32620]: cluster 2023-12-07T12:42:46.276364+0000 mgr.a (mgr.24293) 6914 : cluster 0 pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:47 smithi027 bash[31536]: cluster 2023-12-07T12:42:46.276364+0000 mgr.a (mgr.24293) 6914 : cluster 0 pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:49 smithi022 bash[28554]: cluster 2023-12-07T12:42:48.276933+0000 mgr.a (mgr.24293) 6915 : cluster 0 pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:49 smithi044 bash[32620]: cluster 2023-12-07T12:42:48.276933+0000 mgr.a (mgr.24293) 6915 : cluster 0 pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:49 smithi027 bash[31536]: cluster 2023-12-07T12:42:48.276933+0000 mgr.a (mgr.24293) 6915 : cluster 0 pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:49.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:49.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:49.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:50.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:50.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:50.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:50.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:50.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:51 smithi022 bash[28554]: audit 2023-12-07T12:42:50.147060+0000 mgr.a (mgr.24293) 6916 : audit 0 from='client.145815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:51 smithi022 bash[28554]: cluster 2023-12-07T12:42:50.277542+0000 mgr.a (mgr.24293) 6917 : cluster 0 pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:51 smithi044 bash[32620]: audit 2023-12-07T12:42:50.147060+0000 mgr.a (mgr.24293) 6916 : audit 0 from='client.145815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:51 smithi044 bash[32620]: cluster 2023-12-07T12:42:50.277542+0000 mgr.a (mgr.24293) 6917 : cluster 0 pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:51 smithi027 bash[31536]: audit 2023-12-07T12:42:50.147060+0000 mgr.a (mgr.24293) 6916 : audit 0 from='client.145815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:51 smithi027 bash[31536]: cluster 2023-12-07T12:42:50.277542+0000 mgr.a (mgr.24293) 6917 : cluster 0 pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:53 smithi022 bash[28554]: cluster 2023-12-07T12:42:52.278506+0000 mgr.a (mgr.24293) 6918 : cluster 0 pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:53 smithi044 bash[32620]: cluster 2023-12-07T12:42:52.278506+0000 mgr.a (mgr.24293) 6918 : cluster 0 pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:53 smithi027 bash[31536]: cluster 2023-12-07T12:42:52.278506+0000 mgr.a (mgr.24293) 6918 : cluster 0 pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:55.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:42:55.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:55.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:55 smithi022 bash[28554]: cluster 2023-12-07T12:42:54.279105+0000 mgr.a (mgr.24293) 6919 : cluster 0 pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:42:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:55 smithi044 bash[32620]: cluster 2023-12-07T12:42:54.279105+0000 mgr.a (mgr.24293) 6919 : cluster 0 pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:42:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:55 smithi027 bash[31536]: cluster 2023-12-07T12:42:54.279105+0000 mgr.a (mgr.24293) 6919 : cluster 0 pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:42:56.610 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:42:56.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:56.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:56.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:56.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:42:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:57 smithi022 bash[28554]: audit 2023-12-07T12:42:56.076174+0000 mgr.a (mgr.24293) 6920 : audit 0 from='client.145890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:57 smithi022 bash[28554]: cluster 2023-12-07T12:42:56.279926+0000 mgr.a (mgr.24293) 6921 : cluster 0 pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:57 smithi044 bash[32620]: audit 2023-12-07T12:42:56.076174+0000 mgr.a (mgr.24293) 6920 : audit 0 from='client.145890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:57 smithi044 bash[32620]: cluster 2023-12-07T12:42:56.279926+0000 mgr.a (mgr.24293) 6921 : cluster 0 pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:57 smithi027 bash[31536]: audit 2023-12-07T12:42:56.076174+0000 mgr.a (mgr.24293) 6920 : audit 0 from='client.145890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:57 smithi027 bash[31536]: cluster 2023-12-07T12:42:56.279926+0000 mgr.a (mgr.24293) 6921 : cluster 0 pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:42:59 smithi022 bash[28554]: cluster 2023-12-07T12:42:58.280549+0000 mgr.a (mgr.24293) 6922 : cluster 0 pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:42:59 smithi044 bash[32620]: cluster 2023-12-07T12:42:58.280549+0000 mgr.a (mgr.24293) 6922 : cluster 0 pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:42:59 smithi027 bash[31536]: cluster 2023-12-07T12:42:58.280549+0000 mgr.a (mgr.24293) 6922 : cluster 0 pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:01.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:01.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:01.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:01 smithi022 bash[28554]: cluster 2023-12-07T12:43:00.281113+0000 mgr.a (mgr.24293) 6923 : cluster 0 pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:01 smithi044 bash[32620]: cluster 2023-12-07T12:43:00.281113+0000 mgr.a (mgr.24293) 6923 : cluster 0 pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:01 smithi027 bash[31536]: cluster 2023-12-07T12:43:00.281113+0000 mgr.a (mgr.24293) 6923 : cluster 0 pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:02.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:02.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:02.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:02.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:02.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:03 smithi022 bash[28554]: audit 2023-12-07T12:43:02.028801+0000 mgr.a (mgr.24293) 6924 : audit 0 from='client.145968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:03 smithi022 bash[28554]: cluster 2023-12-07T12:43:02.281824+0000 mgr.a (mgr.24293) 6925 : cluster 0 pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:03 smithi044 bash[32620]: audit 2023-12-07T12:43:02.028801+0000 mgr.a (mgr.24293) 6924 : audit 0 from='client.145968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:03 smithi044 bash[32620]: cluster 2023-12-07T12:43:02.281824+0000 mgr.a (mgr.24293) 6925 : cluster 0 pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:03 smithi027 bash[31536]: audit 2023-12-07T12:43:02.028801+0000 mgr.a (mgr.24293) 6924 : audit 0 from='client.145968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:03 smithi027 bash[31536]: cluster 2023-12-07T12:43:02.281824+0000 mgr.a (mgr.24293) 6925 : cluster 0 pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:05 smithi022 bash[28554]: cluster 2023-12-07T12:43:04.282507+0000 mgr.a (mgr.24293) 6926 : cluster 0 pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:05 smithi044 bash[32620]: cluster 2023-12-07T12:43:04.282507+0000 mgr.a (mgr.24293) 6926 : cluster 0 pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:05 smithi027 bash[31536]: cluster 2023-12-07T12:43:04.282507+0000 mgr.a (mgr.24293) 6926 : cluster 0 pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:07.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:07.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:07.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:07 smithi022 bash[28554]: cluster 2023-12-07T12:43:06.283345+0000 mgr.a (mgr.24293) 6927 : cluster 0 pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:07 smithi044 bash[32620]: cluster 2023-12-07T12:43:06.283345+0000 mgr.a (mgr.24293) 6927 : cluster 0 pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:07 smithi027 bash[31536]: cluster 2023-12-07T12:43:06.283345+0000 mgr.a (mgr.24293) 6927 : cluster 0 pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:08.472 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:08.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:08.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:08.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:08.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:09 smithi022 bash[28554]: audit 2023-12-07T12:43:07.966428+0000 mgr.a (mgr.24293) 6928 : audit 0 from='client.146040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:09 smithi022 bash[28554]: cluster 2023-12-07T12:43:08.283836+0000 mgr.a (mgr.24293) 6929 : 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-07T12:43:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:09 smithi044 bash[32620]: audit 2023-12-07T12:43:07.966428+0000 mgr.a (mgr.24293) 6928 : audit 0 from='client.146040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:09 smithi044 bash[32620]: cluster 2023-12-07T12:43:08.283836+0000 mgr.a (mgr.24293) 6929 : 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-07T12:43:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:09 smithi027 bash[31536]: audit 2023-12-07T12:43:07.966428+0000 mgr.a (mgr.24293) 6928 : audit 0 from='client.146040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:09 smithi027 bash[31536]: cluster 2023-12-07T12:43:08.283836+0000 mgr.a (mgr.24293) 6929 : 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-07T12:43:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:11 smithi022 bash[28554]: cluster 2023-12-07T12:43:10.284454+0000 mgr.a (mgr.24293) 6930 : 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-07T12:43:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:11 smithi044 bash[32620]: cluster 2023-12-07T12:43:10.284454+0000 mgr.a (mgr.24293) 6930 : 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-07T12:43:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:11 smithi027 bash[31536]: cluster 2023-12-07T12:43:10.284454+0000 mgr.a (mgr.24293) 6930 : 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-07T12:43:13.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:13.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:13.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:13 smithi022 bash[28554]: cluster 2023-12-07T12:43:12.285415+0000 mgr.a (mgr.24293) 6931 : cluster 0 pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:13 smithi044 bash[32620]: cluster 2023-12-07T12:43:12.285415+0000 mgr.a (mgr.24293) 6931 : cluster 0 pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:13 smithi027 bash[31536]: cluster 2023-12-07T12:43:12.285415+0000 mgr.a (mgr.24293) 6931 : cluster 0 pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:14.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:14.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:14.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:14.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:14.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:15 smithi022 bash[28554]: audit 2023-12-07T12:43:13.880214+0000 mgr.a (mgr.24293) 6932 : audit 0 from='client.146115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:15.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:15 smithi022 bash[28554]: cluster 2023-12-07T12:43:14.286513+0000 mgr.a (mgr.24293) 6933 : cluster 0 pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:15 smithi044 bash[32620]: audit 2023-12-07T12:43:13.880214+0000 mgr.a (mgr.24293) 6932 : audit 0 from='client.146115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:15 smithi044 bash[32620]: cluster 2023-12-07T12:43:14.286513+0000 mgr.a (mgr.24293) 6933 : cluster 0 pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:15 smithi027 bash[31536]: audit 2023-12-07T12:43:13.880214+0000 mgr.a (mgr.24293) 6932 : audit 0 from='client.146115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:15 smithi027 bash[31536]: cluster 2023-12-07T12:43:14.286513+0000 mgr.a (mgr.24293) 6933 : cluster 0 pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:17 smithi022 bash[28554]: cluster 2023-12-07T12:43:16.287434+0000 mgr.a (mgr.24293) 6934 : cluster 0 pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:17 smithi044 bash[32620]: cluster 2023-12-07T12:43:16.287434+0000 mgr.a (mgr.24293) 6934 : cluster 0 pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:17 smithi027 bash[31536]: cluster 2023-12-07T12:43:16.287434+0000 mgr.a (mgr.24293) 6934 : cluster 0 pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:19.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:19.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:19.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:19 smithi022 bash[28554]: cluster 2023-12-07T12:43:18.287969+0000 mgr.a (mgr.24293) 6935 : cluster 0 pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:19 smithi044 bash[32620]: cluster 2023-12-07T12:43:18.287969+0000 mgr.a (mgr.24293) 6935 : cluster 0 pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:19 smithi027 bash[31536]: cluster 2023-12-07T12:43:18.287969+0000 mgr.a (mgr.24293) 6935 : cluster 0 pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:20.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:20.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:20.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:20.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:20.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:21 smithi022 bash[28554]: audit 2023-12-07T12:43:19.836877+0000 mgr.a (mgr.24293) 6936 : audit 0 from='client.146193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:21 smithi022 bash[28554]: cluster 2023-12-07T12:43:20.288423+0000 mgr.a (mgr.24293) 6937 : cluster 0 pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:21 smithi044 bash[32620]: audit 2023-12-07T12:43:19.836877+0000 mgr.a (mgr.24293) 6936 : audit 0 from='client.146193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:21 smithi044 bash[32620]: cluster 2023-12-07T12:43:20.288423+0000 mgr.a (mgr.24293) 6937 : cluster 0 pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:21 smithi027 bash[31536]: audit 2023-12-07T12:43:19.836877+0000 mgr.a (mgr.24293) 6936 : audit 0 from='client.146193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:21 smithi027 bash[31536]: cluster 2023-12-07T12:43:20.288423+0000 mgr.a (mgr.24293) 6937 : cluster 0 pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:23 smithi022 bash[28554]: cluster 2023-12-07T12:43:22.289192+0000 mgr.a (mgr.24293) 6938 : cluster 0 pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:23 smithi044 bash[32620]: cluster 2023-12-07T12:43:22.289192+0000 mgr.a (mgr.24293) 6938 : cluster 0 pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:23 smithi027 bash[31536]: cluster 2023-12-07T12:43:22.289192+0000 mgr.a (mgr.24293) 6938 : cluster 0 pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:25.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:25.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:25.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:25 smithi022 bash[28554]: cluster 2023-12-07T12:43:24.289769+0000 mgr.a (mgr.24293) 6939 : 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-07T12:43:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:25 smithi044 bash[32620]: cluster 2023-12-07T12:43:24.289769+0000 mgr.a (mgr.24293) 6939 : 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-07T12:43:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:25 smithi027 bash[31536]: cluster 2023-12-07T12:43:24.289769+0000 mgr.a (mgr.24293) 6939 : 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-07T12:43:26.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:26.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:26.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:26.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:26.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:27 smithi044 bash[32620]: audit 2023-12-07T12:43:25.771713+0000 mgr.a (mgr.24293) 6940 : audit 0 from='client.146265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:27 smithi044 bash[32620]: cluster 2023-12-07T12:43:26.290707+0000 mgr.a (mgr.24293) 6941 : cluster 0 pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:27 smithi022 bash[28554]: audit 2023-12-07T12:43:25.771713+0000 mgr.a (mgr.24293) 6940 : audit 0 from='client.146265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:27 smithi022 bash[28554]: cluster 2023-12-07T12:43:26.290707+0000 mgr.a (mgr.24293) 6941 : cluster 0 pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:27 smithi027 bash[31536]: audit 2023-12-07T12:43:25.771713+0000 mgr.a (mgr.24293) 6940 : audit 0 from='client.146265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:27 smithi027 bash[31536]: cluster 2023-12-07T12:43:26.290707+0000 mgr.a (mgr.24293) 6941 : cluster 0 pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:29 smithi022 bash[28554]: cluster 2023-12-07T12:43:28.291344+0000 mgr.a (mgr.24293) 6942 : cluster 0 pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:29 smithi044 bash[32620]: cluster 2023-12-07T12:43:28.291344+0000 mgr.a (mgr.24293) 6942 : cluster 0 pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:29 smithi027 bash[31536]: cluster 2023-12-07T12:43:28.291344+0000 mgr.a (mgr.24293) 6942 : cluster 0 pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:31.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:31.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:31.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:31 smithi022 bash[28554]: cluster 2023-12-07T12:43:30.291919+0000 mgr.a (mgr.24293) 6943 : cluster 0 pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:31 smithi044 bash[32620]: cluster 2023-12-07T12:43:30.291919+0000 mgr.a (mgr.24293) 6943 : cluster 0 pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:31 smithi027 bash[31536]: cluster 2023-12-07T12:43:30.291919+0000 mgr.a (mgr.24293) 6943 : cluster 0 pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:32.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:32.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:32.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:32.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:32.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:33 smithi022 bash[28554]: audit 2023-12-07T12:43:31.718333+0000 mgr.a (mgr.24293) 6944 : audit 0 from='client.146343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:33 smithi022 bash[28554]: cluster 2023-12-07T12:43:32.293162+0000 mgr.a (mgr.24293) 6945 : cluster 0 pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:33 smithi044 bash[32620]: audit 2023-12-07T12:43:31.718333+0000 mgr.a (mgr.24293) 6944 : audit 0 from='client.146343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:33 smithi044 bash[32620]: cluster 2023-12-07T12:43:32.293162+0000 mgr.a (mgr.24293) 6945 : cluster 0 pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:33 smithi027 bash[31536]: audit 2023-12-07T12:43:31.718333+0000 mgr.a (mgr.24293) 6944 : audit 0 from='client.146343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:33 smithi027 bash[31536]: cluster 2023-12-07T12:43:32.293162+0000 mgr.a (mgr.24293) 6945 : cluster 0 pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:34 smithi022 bash[28554]: audit 2023-12-07T12:43:33.985415+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:43:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:34 smithi044 bash[32620]: audit 2023-12-07T12:43:33.985415+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:43:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:34 smithi027 bash[31536]: audit 2023-12-07T12:43:33.985415+0000 mon.a (mon.0) 1418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:43:35.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:35 smithi022 bash[28554]: cluster 2023-12-07T12:43:34.293802+0000 mgr.a (mgr.24293) 6946 : cluster 0 pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:35 smithi022 bash[28554]: audit 2023-12-07T12:43:34.770611+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:43:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:35 smithi022 bash[28554]: audit 2023-12-07T12:43:34.772438+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:43:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:35 smithi022 bash[28554]: audit 2023-12-07T12:43:34.782417+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:43:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:35 smithi044 bash[32620]: cluster 2023-12-07T12:43:34.293802+0000 mgr.a (mgr.24293) 6946 : cluster 0 pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:35 smithi044 bash[32620]: audit 2023-12-07T12:43:34.770611+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:43:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:35 smithi044 bash[32620]: audit 2023-12-07T12:43:34.772438+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:43:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:35 smithi044 bash[32620]: audit 2023-12-07T12:43:34.782417+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:43:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:35 smithi027 bash[31536]: cluster 2023-12-07T12:43:34.293802+0000 mgr.a (mgr.24293) 6946 : cluster 0 pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:35 smithi027 bash[31536]: audit 2023-12-07T12:43:34.770611+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:43:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:35 smithi027 bash[31536]: audit 2023-12-07T12:43:34.772438+0000 mon.a (mon.0) 1420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:43:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:35 smithi027 bash[31536]: audit 2023-12-07T12:43:34.782417+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:43:37.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:37.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:37.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:37 smithi022 bash[28554]: cluster 2023-12-07T12:43:36.294564+0000 mgr.a (mgr.24293) 6947 : cluster 0 pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:37 smithi044 bash[32620]: cluster 2023-12-07T12:43:36.294564+0000 mgr.a (mgr.24293) 6947 : cluster 0 pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:37 smithi027 bash[31536]: cluster 2023-12-07T12:43:36.294564+0000 mgr.a (mgr.24293) 6947 : cluster 0 pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:38.209 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:38.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:38.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:38.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:38.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:39 smithi022 bash[28554]: audit 2023-12-07T12:43:37.680249+0000 mgr.a (mgr.24293) 6948 : audit 0 from='client.146418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:39 smithi022 bash[28554]: cluster 2023-12-07T12:43:38.295263+0000 mgr.a (mgr.24293) 6949 : 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-07T12:43:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:39 smithi044 bash[32620]: audit 2023-12-07T12:43:37.680249+0000 mgr.a (mgr.24293) 6948 : audit 0 from='client.146418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:39 smithi044 bash[32620]: cluster 2023-12-07T12:43:38.295263+0000 mgr.a (mgr.24293) 6949 : 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-07T12:43:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:39 smithi027 bash[31536]: audit 2023-12-07T12:43:37.680249+0000 mgr.a (mgr.24293) 6948 : audit 0 from='client.146418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:39 smithi027 bash[31536]: cluster 2023-12-07T12:43:38.295263+0000 mgr.a (mgr.24293) 6949 : 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-07T12:43:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:41 smithi022 bash[28554]: cluster 2023-12-07T12:43:40.295991+0000 mgr.a (mgr.24293) 6950 : 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-07T12:43:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:41 smithi044 bash[32620]: cluster 2023-12-07T12:43:40.295991+0000 mgr.a (mgr.24293) 6950 : 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-07T12:43:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:41 smithi027 bash[31536]: cluster 2023-12-07T12:43:40.295991+0000 mgr.a (mgr.24293) 6950 : 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-07T12:43:43.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:43.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:43.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:43 smithi022 bash[28554]: cluster 2023-12-07T12:43:42.296808+0000 mgr.a (mgr.24293) 6951 : cluster 0 pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:43 smithi044 bash[32620]: cluster 2023-12-07T12:43:42.296808+0000 mgr.a (mgr.24293) 6951 : cluster 0 pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:43 smithi027 bash[31536]: cluster 2023-12-07T12:43:42.296808+0000 mgr.a (mgr.24293) 6951 : cluster 0 pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:44.152 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:45.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:45 smithi022 bash[28554]: audit 2023-12-07T12:43:43.628790+0000 mgr.a (mgr.24293) 6952 : audit 0 from='client.146496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:45.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:45 smithi022 bash[28554]: cluster 2023-12-07T12:43:44.297471+0000 mgr.a (mgr.24293) 6953 : cluster 0 pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:45 smithi044 bash[32620]: audit 2023-12-07T12:43:43.628790+0000 mgr.a (mgr.24293) 6952 : audit 0 from='client.146496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:45.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:45 smithi044 bash[32620]: cluster 2023-12-07T12:43:44.297471+0000 mgr.a (mgr.24293) 6953 : cluster 0 pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:45 smithi027 bash[31536]: audit 2023-12-07T12:43:43.628790+0000 mgr.a (mgr.24293) 6952 : audit 0 from='client.146496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:45 smithi027 bash[31536]: cluster 2023-12-07T12:43:44.297471+0000 mgr.a (mgr.24293) 6953 : cluster 0 pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:47 smithi022 bash[28554]: cluster 2023-12-07T12:43:46.298268+0000 mgr.a (mgr.24293) 6954 : cluster 0 pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:47 smithi044 bash[32620]: cluster 2023-12-07T12:43:46.298268+0000 mgr.a (mgr.24293) 6954 : cluster 0 pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:47 smithi027 bash[31536]: cluster 2023-12-07T12:43:46.298268+0000 mgr.a (mgr.24293) 6954 : cluster 0 pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:49.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:49.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:49.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:49 smithi022 bash[28554]: cluster 2023-12-07T12:43:48.298842+0000 mgr.a (mgr.24293) 6955 : cluster 0 pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:49 smithi044 bash[32620]: cluster 2023-12-07T12:43:48.298842+0000 mgr.a (mgr.24293) 6955 : cluster 0 pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:49 smithi027 bash[31536]: cluster 2023-12-07T12:43:48.298842+0000 mgr.a (mgr.24293) 6955 : cluster 0 pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:50.081 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:50.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:50.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:50.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:50.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:51 smithi022 bash[28554]: audit 2023-12-07T12:43:49.571330+0000 mgr.a (mgr.24293) 6956 : audit 0 from='client.146571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:51 smithi022 bash[28554]: cluster 2023-12-07T12:43:50.299504+0000 mgr.a (mgr.24293) 6957 : cluster 0 pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:51 smithi044 bash[32620]: audit 2023-12-07T12:43:49.571330+0000 mgr.a (mgr.24293) 6956 : audit 0 from='client.146571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:51 smithi044 bash[32620]: cluster 2023-12-07T12:43:50.299504+0000 mgr.a (mgr.24293) 6957 : cluster 0 pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:51 smithi027 bash[31536]: audit 2023-12-07T12:43:49.571330+0000 mgr.a (mgr.24293) 6956 : audit 0 from='client.146571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:51 smithi027 bash[31536]: cluster 2023-12-07T12:43:50.299504+0000 mgr.a (mgr.24293) 6957 : cluster 0 pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:53 smithi022 bash[28554]: cluster 2023-12-07T12:43:52.300287+0000 mgr.a (mgr.24293) 6958 : cluster 0 pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:53 smithi044 bash[32620]: cluster 2023-12-07T12:43:52.300287+0000 mgr.a (mgr.24293) 6958 : cluster 0 pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:53 smithi027 bash[31536]: cluster 2023-12-07T12:43:52.300287+0000 mgr.a (mgr.24293) 6958 : cluster 0 pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:55.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:43:55.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:55.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:55 smithi022 bash[28554]: cluster 2023-12-07T12:43:54.300955+0000 mgr.a (mgr.24293) 6959 : cluster 0 pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:55 smithi044 bash[32620]: cluster 2023-12-07T12:43:54.300955+0000 mgr.a (mgr.24293) 6959 : cluster 0 pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:55 smithi027 bash[31536]: cluster 2023-12-07T12:43:54.300955+0000 mgr.a (mgr.24293) 6959 : cluster 0 pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:56.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:43:56.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:56.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:56.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:56.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:43:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:56 smithi022 bash[28554]: audit 2023-12-07T12:43:55.494783+0000 mgr.a (mgr.24293) 6960 : audit 0 from='client.146649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:56 smithi044 bash[32620]: audit 2023-12-07T12:43:55.494783+0000 mgr.a (mgr.24293) 6960 : audit 0 from='client.146649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:56 smithi027 bash[31536]: audit 2023-12-07T12:43:55.494783+0000 mgr.a (mgr.24293) 6960 : audit 0 from='client.146649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:57 smithi022 bash[28554]: cluster 2023-12-07T12:43:56.302121+0000 mgr.a (mgr.24293) 6961 : cluster 0 pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:57 smithi044 bash[32620]: cluster 2023-12-07T12:43:56.302121+0000 mgr.a (mgr.24293) 6961 : cluster 0 pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:57 smithi027 bash[31536]: cluster 2023-12-07T12:43:56.302121+0000 mgr.a (mgr.24293) 6961 : cluster 0 pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:43:59 smithi022 bash[28554]: cluster 2023-12-07T12:43:58.302764+0000 mgr.a (mgr.24293) 6962 : cluster 0 pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:43:59 smithi044 bash[32620]: cluster 2023-12-07T12:43:58.302764+0000 mgr.a (mgr.24293) 6962 : cluster 0 pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:43:59 smithi027 bash[31536]: cluster 2023-12-07T12:43:58.302764+0000 mgr.a (mgr.24293) 6962 : cluster 0 pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:01.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:01.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:01.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:01 smithi022 bash[28554]: cluster 2023-12-07T12:44:00.303376+0000 mgr.a (mgr.24293) 6963 : cluster 0 pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:01 smithi044 bash[32620]: cluster 2023-12-07T12:44:00.303376+0000 mgr.a (mgr.24293) 6963 : cluster 0 pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:01 smithi027 bash[31536]: cluster 2023-12-07T12:44:00.303376+0000 mgr.a (mgr.24293) 6963 : cluster 0 pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:01.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:01.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:01.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:01.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:01.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:02 smithi022 bash[28554]: audit 2023-12-07T12:44:01.449413+0000 mgr.a (mgr.24293) 6964 : audit 0 from='client.146724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:02 smithi044 bash[32620]: audit 2023-12-07T12:44:01.449413+0000 mgr.a (mgr.24293) 6964 : audit 0 from='client.146724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:02 smithi027 bash[31536]: audit 2023-12-07T12:44:01.449413+0000 mgr.a (mgr.24293) 6964 : audit 0 from='client.146724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:03 smithi044 bash[32620]: cluster 2023-12-07T12:44:02.304514+0000 mgr.a (mgr.24293) 6965 : cluster 0 pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:03 smithi022 bash[28554]: cluster 2023-12-07T12:44:02.304514+0000 mgr.a (mgr.24293) 6965 : cluster 0 pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:03 smithi027 bash[31536]: cluster 2023-12-07T12:44:02.304514+0000 mgr.a (mgr.24293) 6965 : cluster 0 pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:05 smithi022 bash[28554]: cluster 2023-12-07T12:44:04.305049+0000 mgr.a (mgr.24293) 6966 : cluster 0 pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:05 smithi044 bash[32620]: cluster 2023-12-07T12:44:04.305049+0000 mgr.a (mgr.24293) 6966 : cluster 0 pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:05 smithi027 bash[31536]: cluster 2023-12-07T12:44:04.305049+0000 mgr.a (mgr.24293) 6966 : cluster 0 pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:06.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:06.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:06.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:07 smithi022 bash[28554]: cluster 2023-12-07T12:44:06.305778+0000 mgr.a (mgr.24293) 6967 : cluster 0 pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:07 smithi044 bash[32620]: cluster 2023-12-07T12:44:06.305778+0000 mgr.a (mgr.24293) 6967 : cluster 0 pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:07 smithi027 bash[31536]: cluster 2023-12-07T12:44:06.305778+0000 mgr.a (mgr.24293) 6967 : cluster 0 pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:07.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:07.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:07.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:07.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:07.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:08 smithi022 bash[28554]: audit 2023-12-07T12:44:07.390682+0000 mgr.a (mgr.24293) 6968 : audit 0 from='client.146799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:08 smithi044 bash[32620]: audit 2023-12-07T12:44:07.390682+0000 mgr.a (mgr.24293) 6968 : audit 0 from='client.146799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:08 smithi027 bash[31536]: audit 2023-12-07T12:44:07.390682+0000 mgr.a (mgr.24293) 6968 : audit 0 from='client.146799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:09 smithi022 bash[28554]: cluster 2023-12-07T12:44:08.306502+0000 mgr.a (mgr.24293) 6969 : 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-07T12:44:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:09 smithi044 bash[32620]: cluster 2023-12-07T12:44:08.306502+0000 mgr.a (mgr.24293) 6969 : 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-07T12:44:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:09 smithi027 bash[31536]: cluster 2023-12-07T12:44:08.306502+0000 mgr.a (mgr.24293) 6969 : 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-07T12:44:11.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:11 smithi022 bash[28554]: cluster 2023-12-07T12:44:10.307157+0000 mgr.a (mgr.24293) 6970 : 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-07T12:44:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:11 smithi044 bash[32620]: cluster 2023-12-07T12:44:10.307157+0000 mgr.a (mgr.24293) 6970 : 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-07T12:44:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:11 smithi027 bash[31536]: cluster 2023-12-07T12:44:10.307157+0000 mgr.a (mgr.24293) 6970 : 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-07T12:44:12.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:12.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:12.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:13 smithi022 bash[28554]: cluster 2023-12-07T12:44:12.308015+0000 mgr.a (mgr.24293) 6971 : 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-07T12:44:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:13 smithi044 bash[32620]: cluster 2023-12-07T12:44:12.308015+0000 mgr.a (mgr.24293) 6971 : 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-07T12:44:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:13 smithi027 bash[31536]: cluster 2023-12-07T12:44:12.308015+0000 mgr.a (mgr.24293) 6971 : 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-07T12:44:13.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:13.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:14 smithi022 bash[28554]: audit 2023-12-07T12:44:13.344098+0000 mgr.a (mgr.24293) 6972 : audit 0 from='client.146877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:14 smithi044 bash[32620]: audit 2023-12-07T12:44:13.344098+0000 mgr.a (mgr.24293) 6972 : audit 0 from='client.146877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:14 smithi027 bash[31536]: audit 2023-12-07T12:44:13.344098+0000 mgr.a (mgr.24293) 6972 : audit 0 from='client.146877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:15 smithi022 bash[28554]: cluster 2023-12-07T12:44:14.308766+0000 mgr.a (mgr.24293) 6973 : 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-07T12:44:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:15 smithi044 bash[32620]: cluster 2023-12-07T12:44:14.308766+0000 mgr.a (mgr.24293) 6973 : 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-07T12:44:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:15 smithi027 bash[31536]: cluster 2023-12-07T12:44:14.308766+0000 mgr.a (mgr.24293) 6973 : 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-07T12:44:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:17 smithi022 bash[28554]: cluster 2023-12-07T12:44:16.309600+0000 mgr.a (mgr.24293) 6974 : cluster 0 pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:17 smithi044 bash[32620]: cluster 2023-12-07T12:44:16.309600+0000 mgr.a (mgr.24293) 6974 : cluster 0 pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:17 smithi027 bash[31536]: cluster 2023-12-07T12:44:16.309600+0000 mgr.a (mgr.24293) 6974 : cluster 0 pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:18.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:18.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:18.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:19 smithi022 bash[28554]: cluster 2023-12-07T12:44:18.310188+0000 mgr.a (mgr.24293) 6975 : cluster 0 pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:19 smithi044 bash[32620]: cluster 2023-12-07T12:44:18.310188+0000 mgr.a (mgr.24293) 6975 : cluster 0 pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:19 smithi027 bash[31536]: cluster 2023-12-07T12:44:18.310188+0000 mgr.a (mgr.24293) 6975 : cluster 0 pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:19.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:19.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:19.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:19.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:19.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:20 smithi022 bash[28554]: audit 2023-12-07T12:44:19.296433+0000 mgr.a (mgr.24293) 6976 : audit 0 from='client.146952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:20 smithi044 bash[32620]: audit 2023-12-07T12:44:19.296433+0000 mgr.a (mgr.24293) 6976 : audit 0 from='client.146952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:20 smithi027 bash[31536]: audit 2023-12-07T12:44:19.296433+0000 mgr.a (mgr.24293) 6976 : audit 0 from='client.146952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:21 smithi022 bash[28554]: cluster 2023-12-07T12:44:20.310912+0000 mgr.a (mgr.24293) 6977 : cluster 0 pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:21 smithi044 bash[32620]: cluster 2023-12-07T12:44:20.310912+0000 mgr.a (mgr.24293) 6977 : cluster 0 pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:21 smithi027 bash[31536]: cluster 2023-12-07T12:44:20.310912+0000 mgr.a (mgr.24293) 6977 : cluster 0 pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:23 smithi022 bash[28554]: cluster 2023-12-07T12:44:22.311784+0000 mgr.a (mgr.24293) 6978 : cluster 0 pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:23 smithi044 bash[32620]: cluster 2023-12-07T12:44:22.311784+0000 mgr.a (mgr.24293) 6978 : cluster 0 pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:23 smithi027 bash[31536]: cluster 2023-12-07T12:44:22.311784+0000 mgr.a (mgr.24293) 6978 : cluster 0 pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:24.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:24.826 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:24.826 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:25 smithi022 bash[28554]: cluster 2023-12-07T12:44:24.312341+0000 mgr.a (mgr.24293) 6979 : cluster 0 pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:25 smithi044 bash[32620]: cluster 2023-12-07T12:44:24.312341+0000 mgr.a (mgr.24293) 6979 : cluster 0 pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:25 smithi027 bash[31536]: cluster 2023-12-07T12:44:24.312341+0000 mgr.a (mgr.24293) 6979 : cluster 0 pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:25.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:25.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:25.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:25.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:25.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:26 smithi022 bash[28554]: audit 2023-12-07T12:44:25.240069+0000 mgr.a (mgr.24293) 6980 : audit 0 from='client.147030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:26 smithi044 bash[32620]: audit 2023-12-07T12:44:25.240069+0000 mgr.a (mgr.24293) 6980 : audit 0 from='client.147030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:26 smithi027 bash[31536]: audit 2023-12-07T12:44:25.240069+0000 mgr.a (mgr.24293) 6980 : audit 0 from='client.147030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:27 smithi022 bash[28554]: cluster 2023-12-07T12:44:26.313343+0000 mgr.a (mgr.24293) 6981 : cluster 0 pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:27 smithi044 bash[32620]: cluster 2023-12-07T12:44:26.313343+0000 mgr.a (mgr.24293) 6981 : cluster 0 pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:27 smithi027 bash[31536]: cluster 2023-12-07T12:44:26.313343+0000 mgr.a (mgr.24293) 6981 : cluster 0 pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:29 smithi022 bash[28554]: cluster 2023-12-07T12:44:28.313958+0000 mgr.a (mgr.24293) 6982 : cluster 0 pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:29 smithi044 bash[32620]: cluster 2023-12-07T12:44:28.313958+0000 mgr.a (mgr.24293) 6982 : cluster 0 pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:29 smithi027 bash[31536]: cluster 2023-12-07T12:44:28.313958+0000 mgr.a (mgr.24293) 6982 : cluster 0 pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:30.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:30.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:30.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:31 smithi022 bash[28554]: cluster 2023-12-07T12:44:30.314517+0000 mgr.a (mgr.24293) 6983 : cluster 0 pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:31 smithi044 bash[32620]: cluster 2023-12-07T12:44:30.314517+0000 mgr.a (mgr.24293) 6983 : cluster 0 pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:31.696 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:31 smithi027 bash[31536]: cluster 2023-12-07T12:44:30.314517+0000 mgr.a (mgr.24293) 6983 : cluster 0 pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:32 smithi022 bash[28554]: audit 2023-12-07T12:44:31.176516+0000 mgr.a (mgr.24293) 6984 : audit 0 from='client.147105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:32 smithi044 bash[32620]: audit 2023-12-07T12:44:31.176516+0000 mgr.a (mgr.24293) 6984 : audit 0 from='client.147105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:32 smithi027 bash[31536]: audit 2023-12-07T12:44:31.176516+0000 mgr.a (mgr.24293) 6984 : audit 0 from='client.147105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:33 smithi022 bash[28554]: cluster 2023-12-07T12:44:32.315633+0000 mgr.a (mgr.24293) 6985 : cluster 0 pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:33 smithi044 bash[32620]: cluster 2023-12-07T12:44:32.315633+0000 mgr.a (mgr.24293) 6985 : cluster 0 pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:33 smithi027 bash[31536]: cluster 2023-12-07T12:44:32.315633+0000 mgr.a (mgr.24293) 6985 : cluster 0 pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:35 smithi022 bash[28554]: cluster 2023-12-07T12:44:34.316239+0000 mgr.a (mgr.24293) 6986 : cluster 0 pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:35 smithi022 bash[28554]: audit 2023-12-07T12:44:34.884263+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:44:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:35 smithi044 bash[32620]: cluster 2023-12-07T12:44:34.316239+0000 mgr.a (mgr.24293) 6986 : cluster 0 pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:35 smithi044 bash[32620]: audit 2023-12-07T12:44:34.884263+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:44:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:35 smithi027 bash[31536]: cluster 2023-12-07T12:44:34.316239+0000 mgr.a (mgr.24293) 6986 : cluster 0 pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:35 smithi027 bash[31536]: audit 2023-12-07T12:44:34.884263+0000 mon.a (mon.0) 1422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:44:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:36 smithi022 bash[28554]: audit 2023-12-07T12:44:35.668035+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:44:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:36 smithi022 bash[28554]: audit 2023-12-07T12:44:35.669939+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:44:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:36 smithi022 bash[28554]: audit 2023-12-07T12:44:35.680456+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:44:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:36 smithi044 bash[32620]: audit 2023-12-07T12:44:35.668035+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:44:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:36 smithi044 bash[32620]: audit 2023-12-07T12:44:35.669939+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:44:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:36 smithi044 bash[32620]: audit 2023-12-07T12:44:35.680456+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:44:36.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:36.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:36.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:36 smithi027 bash[31536]: audit 2023-12-07T12:44:35.668035+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:44:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:36 smithi027 bash[31536]: audit 2023-12-07T12:44:35.669939+0000 mon.a (mon.0) 1424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:44:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:36 smithi027 bash[31536]: audit 2023-12-07T12:44:35.680456+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:44:37.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:37.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:37.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:37.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:37.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:37 smithi022 bash[28554]: cluster 2023-12-07T12:44:36.316937+0000 mgr.a (mgr.24293) 6987 : cluster 0 pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:37 smithi044 bash[32620]: cluster 2023-12-07T12:44:36.316937+0000 mgr.a (mgr.24293) 6987 : cluster 0 pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:37 smithi027 bash[31536]: cluster 2023-12-07T12:44:36.316937+0000 mgr.a (mgr.24293) 6987 : cluster 0 pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:38 smithi022 bash[28554]: audit 2023-12-07T12:44:37.101706+0000 mgr.a (mgr.24293) 6988 : audit 0 from='client.147183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:38 smithi044 bash[32620]: audit 2023-12-07T12:44:37.101706+0000 mgr.a (mgr.24293) 6988 : audit 0 from='client.147183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:38 smithi027 bash[31536]: audit 2023-12-07T12:44:37.101706+0000 mgr.a (mgr.24293) 6988 : audit 0 from='client.147183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:39 smithi022 bash[28554]: cluster 2023-12-07T12:44:38.317632+0000 mgr.a (mgr.24293) 6989 : cluster 0 pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:39 smithi044 bash[32620]: cluster 2023-12-07T12:44:38.317632+0000 mgr.a (mgr.24293) 6989 : cluster 0 pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:39 smithi027 bash[31536]: cluster 2023-12-07T12:44:38.317632+0000 mgr.a (mgr.24293) 6989 : cluster 0 pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:41 smithi027 bash[31536]: cluster 2023-12-07T12:44:40.318314+0000 mgr.a (mgr.24293) 6990 : cluster 0 pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:41 smithi022 bash[28554]: cluster 2023-12-07T12:44:40.318314+0000 mgr.a (mgr.24293) 6990 : cluster 0 pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:41 smithi044 bash[32620]: cluster 2023-12-07T12:44:40.318314+0000 mgr.a (mgr.24293) 6990 : cluster 0 pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:42.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:42.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:42.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:43.569 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:43.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:43.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:43.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:43.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:43 smithi027 bash[31536]: cluster 2023-12-07T12:44:42.319066+0000 mgr.a (mgr.24293) 6991 : cluster 0 pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:43 smithi022 bash[28554]: cluster 2023-12-07T12:44:42.319066+0000 mgr.a (mgr.24293) 6991 : cluster 0 pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:43 smithi044 bash[32620]: cluster 2023-12-07T12:44:42.319066+0000 mgr.a (mgr.24293) 6991 : cluster 0 pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:44 smithi027 bash[31536]: audit 2023-12-07T12:44:43.036948+0000 mgr.a (mgr.24293) 6992 : audit 0 from='client.147261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:44 smithi022 bash[28554]: audit 2023-12-07T12:44:43.036948+0000 mgr.a (mgr.24293) 6992 : audit 0 from='client.147261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:44 smithi044 bash[32620]: audit 2023-12-07T12:44:43.036948+0000 mgr.a (mgr.24293) 6992 : audit 0 from='client.147261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:45 smithi027 bash[31536]: cluster 2023-12-07T12:44:44.319859+0000 mgr.a (mgr.24293) 6993 : 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-07T12:44:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:45 smithi044 bash[32620]: cluster 2023-12-07T12:44:44.319859+0000 mgr.a (mgr.24293) 6993 : 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-07T12:44:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:45 smithi022 bash[28554]: cluster 2023-12-07T12:44:44.319859+0000 mgr.a (mgr.24293) 6993 : 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-07T12:44:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:47 smithi022 bash[28554]: cluster 2023-12-07T12:44:46.320747+0000 mgr.a (mgr.24293) 6994 : cluster 0 pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:47 smithi044 bash[32620]: cluster 2023-12-07T12:44:46.320747+0000 mgr.a (mgr.24293) 6994 : cluster 0 pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:47 smithi027 bash[31536]: cluster 2023-12-07T12:44:46.320747+0000 mgr.a (mgr.24293) 6994 : cluster 0 pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:48.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:48.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:48.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:49.517 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:49.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:49.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:49.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:49.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:49 smithi022 bash[28554]: cluster 2023-12-07T12:44:48.321352+0000 mgr.a (mgr.24293) 6995 : cluster 0 pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:49 smithi044 bash[32620]: cluster 2023-12-07T12:44:48.321352+0000 mgr.a (mgr.24293) 6995 : cluster 0 pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:49 smithi027 bash[31536]: cluster 2023-12-07T12:44:48.321352+0000 mgr.a (mgr.24293) 6995 : cluster 0 pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:50 smithi022 bash[28554]: audit 2023-12-07T12:44:48.989190+0000 mgr.a (mgr.24293) 6996 : audit 0 from='client.147333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:50 smithi044 bash[32620]: audit 2023-12-07T12:44:48.989190+0000 mgr.a (mgr.24293) 6996 : audit 0 from='client.147333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:50 smithi027 bash[31536]: audit 2023-12-07T12:44:48.989190+0000 mgr.a (mgr.24293) 6996 : audit 0 from='client.147333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:51 smithi022 bash[28554]: cluster 2023-12-07T12:44:50.322067+0000 mgr.a (mgr.24293) 6997 : cluster 0 pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:51 smithi044 bash[32620]: cluster 2023-12-07T12:44:50.322067+0000 mgr.a (mgr.24293) 6997 : cluster 0 pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:51 smithi027 bash[31536]: cluster 2023-12-07T12:44:50.322067+0000 mgr.a (mgr.24293) 6997 : cluster 0 pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:53 smithi022 bash[28554]: cluster 2023-12-07T12:44:52.322883+0000 mgr.a (mgr.24293) 6998 : cluster 0 pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:53 smithi044 bash[32620]: cluster 2023-12-07T12:44:52.322883+0000 mgr.a (mgr.24293) 6998 : cluster 0 pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:53 smithi027 bash[31536]: cluster 2023-12-07T12:44:52.322883+0000 mgr.a (mgr.24293) 6998 : cluster 0 pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:54.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:44:54.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:54.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:55.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:44:55.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:55.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:55.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:55.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:44:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:55 smithi022 bash[28554]: cluster 2023-12-07T12:44:54.323459+0000 mgr.a (mgr.24293) 6999 : cluster 0 pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:55 smithi044 bash[32620]: cluster 2023-12-07T12:44:54.323459+0000 mgr.a (mgr.24293) 6999 : cluster 0 pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:55 smithi027 bash[31536]: cluster 2023-12-07T12:44:54.323459+0000 mgr.a (mgr.24293) 6999 : cluster 0 pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:56 smithi022 bash[28554]: audit 2023-12-07T12:44:54.924608+0000 mgr.a (mgr.24293) 7000 : audit 0 from='client.147411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:56 smithi044 bash[32620]: audit 2023-12-07T12:44:54.924608+0000 mgr.a (mgr.24293) 7000 : audit 0 from='client.147411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:56 smithi027 bash[31536]: audit 2023-12-07T12:44:54.924608+0000 mgr.a (mgr.24293) 7000 : audit 0 from='client.147411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:57 smithi022 bash[28554]: cluster 2023-12-07T12:44:56.324364+0000 mgr.a (mgr.24293) 7001 : cluster 0 pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:44:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:57 smithi044 bash[32620]: cluster 2023-12-07T12:44:56.324364+0000 mgr.a (mgr.24293) 7001 : cluster 0 pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:44:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:57 smithi027 bash[31536]: cluster 2023-12-07T12:44:56.324364+0000 mgr.a (mgr.24293) 7001 : cluster 0 pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:44:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:44:59 smithi022 bash[28554]: cluster 2023-12-07T12:44:58.324975+0000 mgr.a (mgr.24293) 7002 : 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-07T12:44:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:44:59 smithi044 bash[32620]: cluster 2023-12-07T12:44:58.324975+0000 mgr.a (mgr.24293) 7002 : 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-07T12:44:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:44:59 smithi027 bash[31536]: cluster 2023-12-07T12:44:58.324975+0000 mgr.a (mgr.24293) 7002 : 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-07T12:45:00.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:00.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:00.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:01.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:01.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:01.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:01.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:01.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:01 smithi022 bash[28554]: cluster 2023-12-07T12:45:00.325576+0000 mgr.a (mgr.24293) 7003 : 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-07T12:45:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:01 smithi044 bash[32620]: cluster 2023-12-07T12:45:00.325576+0000 mgr.a (mgr.24293) 7003 : 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-07T12:45:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:01 smithi027 bash[31536]: cluster 2023-12-07T12:45:00.325576+0000 mgr.a (mgr.24293) 7003 : 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-07T12:45:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:02 smithi022 bash[28554]: audit 2023-12-07T12:45:00.841381+0000 mgr.a (mgr.24293) 7004 : audit 0 from='client.147486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:02 smithi044 bash[32620]: audit 2023-12-07T12:45:00.841381+0000 mgr.a (mgr.24293) 7004 : audit 0 from='client.147486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:02 smithi027 bash[31536]: audit 2023-12-07T12:45:00.841381+0000 mgr.a (mgr.24293) 7004 : audit 0 from='client.147486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:03 smithi022 bash[28554]: cluster 2023-12-07T12:45:02.326614+0000 mgr.a (mgr.24293) 7005 : cluster 0 pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:03 smithi044 bash[32620]: cluster 2023-12-07T12:45:02.326614+0000 mgr.a (mgr.24293) 7005 : cluster 0 pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:03 smithi027 bash[31536]: cluster 2023-12-07T12:45:02.326614+0000 mgr.a (mgr.24293) 7005 : cluster 0 pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:05.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:05 smithi022 bash[28554]: cluster 2023-12-07T12:45:04.327265+0000 mgr.a (mgr.24293) 7006 : cluster 0 pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:05 smithi044 bash[32620]: cluster 2023-12-07T12:45:04.327265+0000 mgr.a (mgr.24293) 7006 : cluster 0 pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:05 smithi027 bash[31536]: cluster 2023-12-07T12:45:04.327265+0000 mgr.a (mgr.24293) 7006 : cluster 0 pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:06.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:06.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:06.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:07.335 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:07.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:07.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:07.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:07.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:07 smithi022 bash[28554]: cluster 2023-12-07T12:45:06.328071+0000 mgr.a (mgr.24293) 7007 : cluster 0 pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:07 smithi044 bash[32620]: cluster 2023-12-07T12:45:06.328071+0000 mgr.a (mgr.24293) 7007 : cluster 0 pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:07 smithi027 bash[31536]: cluster 2023-12-07T12:45:06.328071+0000 mgr.a (mgr.24293) 7007 : cluster 0 pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:08 smithi022 bash[28554]: audit 2023-12-07T12:45:06.788691+0000 mgr.a (mgr.24293) 7008 : audit 0 from='client.147558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:08 smithi044 bash[32620]: audit 2023-12-07T12:45:06.788691+0000 mgr.a (mgr.24293) 7008 : audit 0 from='client.147558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:08 smithi027 bash[31536]: audit 2023-12-07T12:45:06.788691+0000 mgr.a (mgr.24293) 7008 : audit 0 from='client.147558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:09 smithi022 bash[28554]: cluster 2023-12-07T12:45:08.328848+0000 mgr.a (mgr.24293) 7009 : cluster 0 pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:45:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:09 smithi044 bash[32620]: cluster 2023-12-07T12:45:08.328848+0000 mgr.a (mgr.24293) 7009 : cluster 0 pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:45:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:09 smithi027 bash[31536]: cluster 2023-12-07T12:45:08.328848+0000 mgr.a (mgr.24293) 7009 : cluster 0 pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:45:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:11 smithi022 bash[28554]: cluster 2023-12-07T12:45:10.329449+0000 mgr.a (mgr.24293) 7010 : cluster 0 pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:45:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:11 smithi044 bash[32620]: cluster 2023-12-07T12:45:10.329449+0000 mgr.a (mgr.24293) 7010 : cluster 0 pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:45:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:11 smithi027 bash[31536]: cluster 2023-12-07T12:45:10.329449+0000 mgr.a (mgr.24293) 7010 : cluster 0 pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:45:12.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:12.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:12.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:13.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:13.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:13.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:13.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:13.269 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:13 smithi022 bash[28554]: cluster 2023-12-07T12:45:12.330278+0000 mgr.a (mgr.24293) 7011 : cluster 0 pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:45:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:13 smithi044 bash[32620]: cluster 2023-12-07T12:45:12.330278+0000 mgr.a (mgr.24293) 7011 : cluster 0 pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:45:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:13 smithi027 bash[31536]: cluster 2023-12-07T12:45:12.330278+0000 mgr.a (mgr.24293) 7011 : cluster 0 pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:45:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:14 smithi022 bash[28554]: audit 2023-12-07T12:45:12.746039+0000 mgr.a (mgr.24293) 7012 : audit 0 from='client.147636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:14 smithi044 bash[32620]: audit 2023-12-07T12:45:12.746039+0000 mgr.a (mgr.24293) 7012 : audit 0 from='client.147636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:14 smithi027 bash[31536]: audit 2023-12-07T12:45:12.746039+0000 mgr.a (mgr.24293) 7012 : audit 0 from='client.147636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:15 smithi022 bash[28554]: cluster 2023-12-07T12:45:14.331163+0000 mgr.a (mgr.24293) 7013 : 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-07T12:45:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:15 smithi044 bash[32620]: cluster 2023-12-07T12:45:14.331163+0000 mgr.a (mgr.24293) 7013 : 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-07T12:45:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:15 smithi027 bash[31536]: cluster 2023-12-07T12:45:14.331163+0000 mgr.a (mgr.24293) 7013 : 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-07T12:45:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:17 smithi022 bash[28554]: cluster 2023-12-07T12:45:16.332113+0000 mgr.a (mgr.24293) 7014 : 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-07T12:45:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:17 smithi044 bash[32620]: cluster 2023-12-07T12:45:16.332113+0000 mgr.a (mgr.24293) 7014 : 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-07T12:45:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:17 smithi027 bash[31536]: cluster 2023-12-07T12:45:16.332113+0000 mgr.a (mgr.24293) 7014 : 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-07T12:45:18.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:18.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:18.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:19.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:19.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:19 smithi022 bash[28554]: cluster 2023-12-07T12:45:18.332821+0000 mgr.a (mgr.24293) 7015 : 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-07T12:45:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:19 smithi044 bash[32620]: cluster 2023-12-07T12:45:18.332821+0000 mgr.a (mgr.24293) 7015 : 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-07T12:45:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:19 smithi027 bash[31536]: cluster 2023-12-07T12:45:18.332821+0000 mgr.a (mgr.24293) 7015 : 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-07T12:45:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:20 smithi022 bash[28554]: audit 2023-12-07T12:45:18.682151+0000 mgr.a (mgr.24293) 7016 : audit 0 from='client.147714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:20 smithi044 bash[32620]: audit 2023-12-07T12:45:18.682151+0000 mgr.a (mgr.24293) 7016 : audit 0 from='client.147714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:20 smithi027 bash[31536]: audit 2023-12-07T12:45:18.682151+0000 mgr.a (mgr.24293) 7016 : audit 0 from='client.147714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:21 smithi022 bash[28554]: cluster 2023-12-07T12:45:20.333491+0000 mgr.a (mgr.24293) 7017 : 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-07T12:45:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:21 smithi044 bash[32620]: cluster 2023-12-07T12:45:20.333491+0000 mgr.a (mgr.24293) 7017 : 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-07T12:45:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:21 smithi027 bash[31536]: cluster 2023-12-07T12:45:20.333491+0000 mgr.a (mgr.24293) 7017 : 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-07T12:45:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:23 smithi022 bash[28554]: cluster 2023-12-07T12:45:22.334356+0000 mgr.a (mgr.24293) 7018 : cluster 0 pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:23 smithi044 bash[32620]: cluster 2023-12-07T12:45:22.334356+0000 mgr.a (mgr.24293) 7018 : cluster 0 pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:23 smithi027 bash[31536]: cluster 2023-12-07T12:45:22.334356+0000 mgr.a (mgr.24293) 7018 : cluster 0 pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:24.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:24.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:24.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:25.138 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:25.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:25.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:25.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:25.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:25 smithi022 bash[28554]: cluster 2023-12-07T12:45:24.334732+0000 mgr.a (mgr.24293) 7019 : cluster 0 pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:25 smithi044 bash[32620]: cluster 2023-12-07T12:45:24.334732+0000 mgr.a (mgr.24293) 7019 : cluster 0 pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:25 smithi027 bash[31536]: cluster 2023-12-07T12:45:24.334732+0000 mgr.a (mgr.24293) 7019 : cluster 0 pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:26 smithi022 bash[28554]: audit 2023-12-07T12:45:24.607154+0000 mgr.a (mgr.24293) 7020 : audit 0 from='client.147786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:26 smithi044 bash[32620]: audit 2023-12-07T12:45:24.607154+0000 mgr.a (mgr.24293) 7020 : audit 0 from='client.147786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:26 smithi027 bash[31536]: audit 2023-12-07T12:45:24.607154+0000 mgr.a (mgr.24293) 7020 : audit 0 from='client.147786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:27 smithi022 bash[28554]: cluster 2023-12-07T12:45:26.335631+0000 mgr.a (mgr.24293) 7021 : cluster 0 pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:27 smithi044 bash[32620]: cluster 2023-12-07T12:45:26.335631+0000 mgr.a (mgr.24293) 7021 : cluster 0 pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:27 smithi027 bash[31536]: cluster 2023-12-07T12:45:26.335631+0000 mgr.a (mgr.24293) 7021 : cluster 0 pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:29 smithi022 bash[28554]: cluster 2023-12-07T12:45:28.336189+0000 mgr.a (mgr.24293) 7022 : cluster 0 pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:29 smithi044 bash[32620]: cluster 2023-12-07T12:45:28.336189+0000 mgr.a (mgr.24293) 7022 : cluster 0 pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:29 smithi027 bash[31536]: cluster 2023-12-07T12:45:28.336189+0000 mgr.a (mgr.24293) 7022 : cluster 0 pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:30.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:30.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:30.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:31.099 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:31.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:31.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:31.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:31.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:31 smithi022 bash[28554]: cluster 2023-12-07T12:45:30.336684+0000 mgr.a (mgr.24293) 7023 : cluster 0 pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:31 smithi044 bash[32620]: cluster 2023-12-07T12:45:30.336684+0000 mgr.a (mgr.24293) 7023 : cluster 0 pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:31 smithi027 bash[31536]: cluster 2023-12-07T12:45:30.336684+0000 mgr.a (mgr.24293) 7023 : cluster 0 pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:32 smithi027 bash[31536]: audit 2023-12-07T12:45:30.556142+0000 mgr.a (mgr.24293) 7024 : audit 0 from='client.147861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:32 smithi022 bash[28554]: audit 2023-12-07T12:45:30.556142+0000 mgr.a (mgr.24293) 7024 : audit 0 from='client.147861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:32 smithi044 bash[32620]: audit 2023-12-07T12:45:30.556142+0000 mgr.a (mgr.24293) 7024 : audit 0 from='client.147861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:33 smithi027 bash[31536]: cluster 2023-12-07T12:45:32.337650+0000 mgr.a (mgr.24293) 7025 : 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-07T12:45:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:33 smithi022 bash[28554]: cluster 2023-12-07T12:45:32.337650+0000 mgr.a (mgr.24293) 7025 : 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-07T12:45:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:33 smithi044 bash[32620]: cluster 2023-12-07T12:45:32.337650+0000 mgr.a (mgr.24293) 7025 : 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-07T12:45:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:35 smithi027 bash[31536]: cluster 2023-12-07T12:45:34.338241+0000 mgr.a (mgr.24293) 7026 : cluster 0 pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:35 smithi022 bash[28554]: cluster 2023-12-07T12:45:34.338241+0000 mgr.a (mgr.24293) 7026 : cluster 0 pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:35 smithi044 bash[32620]: cluster 2023-12-07T12:45:34.338241+0000 mgr.a (mgr.24293) 7026 : cluster 0 pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:36.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:36.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:36.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:36 smithi027 bash[31536]: audit 2023-12-07T12:45:35.784493+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:45:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:36 smithi022 bash[28554]: audit 2023-12-07T12:45:35.784493+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:45:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:36 smithi044 bash[32620]: audit 2023-12-07T12:45:35.784493+0000 mon.a (mon.0) 1426 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:45:37.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:37.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:37.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:37.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:37.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:37 smithi027 bash[31536]: cluster 2023-12-07T12:45:36.338754+0000 mgr.a (mgr.24293) 7027 : cluster 0 pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:37 smithi027 bash[31536]: audit 2023-12-07T12:45:36.501186+0000 mgr.a (mgr.24293) 7028 : audit 0 from='client.147939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:37 smithi027 bash[31536]: audit 2023-12-07T12:45:36.589043+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:45:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:37 smithi027 bash[31536]: audit 2023-12-07T12:45:36.590789+0000 mon.a (mon.0) 1428 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:45:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:37 smithi027 bash[31536]: audit 2023-12-07T12:45:36.600076+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:45:37.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:37 smithi022 bash[28554]: cluster 2023-12-07T12:45:36.338754+0000 mgr.a (mgr.24293) 7027 : cluster 0 pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:37 smithi022 bash[28554]: audit 2023-12-07T12:45:36.501186+0000 mgr.a (mgr.24293) 7028 : audit 0 from='client.147939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:37 smithi022 bash[28554]: audit 2023-12-07T12:45:36.589043+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:37 smithi022 bash[28554]: audit 2023-12-07T12:45:36.590789+0000 mon.a (mon.0) 1428 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:37 smithi022 bash[28554]: audit 2023-12-07T12:45:36.600076+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:37 smithi044 bash[32620]: cluster 2023-12-07T12:45:36.338754+0000 mgr.a (mgr.24293) 7027 : cluster 0 pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:37 smithi044 bash[32620]: audit 2023-12-07T12:45:36.501186+0000 mgr.a (mgr.24293) 7028 : audit 0 from='client.147939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:37 smithi044 bash[32620]: audit 2023-12-07T12:45:36.589043+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:45:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:37 smithi044 bash[32620]: audit 2023-12-07T12:45:36.590789+0000 mon.a (mon.0) 1428 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:45:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:37 smithi044 bash[32620]: audit 2023-12-07T12:45:36.600076+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:45:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:39 smithi027 bash[31536]: cluster 2023-12-07T12:45:38.339404+0000 mgr.a (mgr.24293) 7029 : cluster 0 pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:39 smithi022 bash[28554]: cluster 2023-12-07T12:45:38.339404+0000 mgr.a (mgr.24293) 7029 : cluster 0 pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:39 smithi044 bash[32620]: cluster 2023-12-07T12:45:38.339404+0000 mgr.a (mgr.24293) 7029 : cluster 0 pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:41 smithi027 bash[31536]: cluster 2023-12-07T12:45:40.339998+0000 mgr.a (mgr.24293) 7030 : cluster 0 pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:41 smithi022 bash[28554]: cluster 2023-12-07T12:45:40.339998+0000 mgr.a (mgr.24293) 7030 : cluster 0 pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:41 smithi044 bash[32620]: cluster 2023-12-07T12:45:40.339998+0000 mgr.a (mgr.24293) 7030 : cluster 0 pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:42.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:42.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:42.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:42.929 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:42.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:42.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:42.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:42.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:43 smithi027 bash[31536]: cluster 2023-12-07T12:45:42.340549+0000 mgr.a (mgr.24293) 7031 : cluster 0 pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:43 smithi027 bash[31536]: audit 2023-12-07T12:45:42.427700+0000 mgr.a (mgr.24293) 7032 : audit 0 from='client.148011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:43 smithi022 bash[28554]: cluster 2023-12-07T12:45:42.340549+0000 mgr.a (mgr.24293) 7031 : cluster 0 pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:43 smithi022 bash[28554]: audit 2023-12-07T12:45:42.427700+0000 mgr.a (mgr.24293) 7032 : audit 0 from='client.148011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:43 smithi044 bash[32620]: cluster 2023-12-07T12:45:42.340549+0000 mgr.a (mgr.24293) 7031 : cluster 0 pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:43 smithi044 bash[32620]: audit 2023-12-07T12:45:42.427700+0000 mgr.a (mgr.24293) 7032 : audit 0 from='client.148011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:45.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:45 smithi022 bash[28554]: cluster 2023-12-07T12:45:44.341205+0000 mgr.a (mgr.24293) 7033 : 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-07T12:45:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:45 smithi044 bash[32620]: cluster 2023-12-07T12:45:44.341205+0000 mgr.a (mgr.24293) 7033 : 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-07T12:45:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:45 smithi027 bash[31536]: cluster 2023-12-07T12:45:44.341205+0000 mgr.a (mgr.24293) 7033 : 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-07T12:45:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:47 smithi022 bash[28554]: cluster 2023-12-07T12:45:46.341927+0000 mgr.a (mgr.24293) 7034 : 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-07T12:45:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:47 smithi044 bash[32620]: cluster 2023-12-07T12:45:46.341927+0000 mgr.a (mgr.24293) 7034 : 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-07T12:45:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:47 smithi027 bash[31536]: cluster 2023-12-07T12:45:46.341927+0000 mgr.a (mgr.24293) 7034 : 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-07T12:45:47.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:47.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:47.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:48.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:49 smithi022 bash[28554]: audit 2023-12-07T12:45:48.343985+0000 mgr.a (mgr.24293) 7035 : audit 0 from='client.148083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:49 smithi022 bash[28554]: cluster 2023-12-07T12:45:48.344446+0000 mgr.a (mgr.24293) 7036 : 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-07T12:45:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:49 smithi044 bash[32620]: audit 2023-12-07T12:45:48.343985+0000 mgr.a (mgr.24293) 7035 : audit 0 from='client.148083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:49 smithi044 bash[32620]: cluster 2023-12-07T12:45:48.344446+0000 mgr.a (mgr.24293) 7036 : 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-07T12:45:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:49 smithi027 bash[31536]: audit 2023-12-07T12:45:48.343985+0000 mgr.a (mgr.24293) 7035 : audit 0 from='client.148083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:49 smithi027 bash[31536]: cluster 2023-12-07T12:45:48.344446+0000 mgr.a (mgr.24293) 7036 : 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-07T12:45:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:51 smithi022 bash[28554]: cluster 2023-12-07T12:45:50.345063+0000 mgr.a (mgr.24293) 7037 : 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-07T12:45:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:51 smithi044 bash[32620]: cluster 2023-12-07T12:45:50.345063+0000 mgr.a (mgr.24293) 7037 : 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-07T12:45:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:51 smithi027 bash[31536]: cluster 2023-12-07T12:45:50.345063+0000 mgr.a (mgr.24293) 7037 : 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-07T12:45:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:53 smithi022 bash[28554]: cluster 2023-12-07T12:45:52.345860+0000 mgr.a (mgr.24293) 7038 : cluster 0 pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:53 smithi044 bash[32620]: cluster 2023-12-07T12:45:52.345860+0000 mgr.a (mgr.24293) 7038 : cluster 0 pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:53 smithi027 bash[31536]: cluster 2023-12-07T12:45:52.345860+0000 mgr.a (mgr.24293) 7038 : cluster 0 pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:53.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:53.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:53.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:54.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:45:54.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:54.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:54.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:54.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:45:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:55 smithi022 bash[28554]: audit 2023-12-07T12:45:54.285075+0000 mgr.a (mgr.24293) 7039 : audit 0 from='client.148161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:55 smithi022 bash[28554]: cluster 2023-12-07T12:45:54.346465+0000 mgr.a (mgr.24293) 7040 : cluster 0 pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:55 smithi044 bash[32620]: audit 2023-12-07T12:45:54.285075+0000 mgr.a (mgr.24293) 7039 : audit 0 from='client.148161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:55 smithi044 bash[32620]: cluster 2023-12-07T12:45:54.346465+0000 mgr.a (mgr.24293) 7040 : cluster 0 pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:55 smithi027 bash[31536]: audit 2023-12-07T12:45:54.285075+0000 mgr.a (mgr.24293) 7039 : audit 0 from='client.148161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:55 smithi027 bash[31536]: cluster 2023-12-07T12:45:54.346465+0000 mgr.a (mgr.24293) 7040 : cluster 0 pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:57 smithi022 bash[28554]: cluster 2023-12-07T12:45:56.347359+0000 mgr.a (mgr.24293) 7041 : cluster 0 pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:57 smithi044 bash[32620]: cluster 2023-12-07T12:45:56.347359+0000 mgr.a (mgr.24293) 7041 : cluster 0 pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:57 smithi027 bash[31536]: cluster 2023-12-07T12:45:56.347359+0000 mgr.a (mgr.24293) 7041 : cluster 0 pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:45:59 smithi022 bash[28554]: cluster 2023-12-07T12:45:58.348073+0000 mgr.a (mgr.24293) 7042 : cluster 0 pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:45:59 smithi044 bash[32620]: cluster 2023-12-07T12:45:58.348073+0000 mgr.a (mgr.24293) 7042 : cluster 0 pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:45:59 smithi027 bash[31536]: cluster 2023-12-07T12:45:58.348073+0000 mgr.a (mgr.24293) 7042 : cluster 0 pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:59.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:45:59.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:59.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:00.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:00.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:00.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:00.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:00.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:01 smithi022 bash[28554]: audit 2023-12-07T12:46:00.230896+0000 mgr.a (mgr.24293) 7043 : audit 0 from='client.148239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:01 smithi022 bash[28554]: cluster 2023-12-07T12:46:00.348643+0000 mgr.a (mgr.24293) 7044 : cluster 0 pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:01 smithi044 bash[32620]: audit 2023-12-07T12:46:00.230896+0000 mgr.a (mgr.24293) 7043 : audit 0 from='client.148239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:01 smithi044 bash[32620]: cluster 2023-12-07T12:46:00.348643+0000 mgr.a (mgr.24293) 7044 : cluster 0 pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:01 smithi027 bash[31536]: audit 2023-12-07T12:46:00.230896+0000 mgr.a (mgr.24293) 7043 : audit 0 from='client.148239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:01 smithi027 bash[31536]: cluster 2023-12-07T12:46:00.348643+0000 mgr.a (mgr.24293) 7044 : cluster 0 pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:03 smithi022 bash[28554]: cluster 2023-12-07T12:46:02.349586+0000 mgr.a (mgr.24293) 7045 : cluster 0 pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:03 smithi044 bash[32620]: cluster 2023-12-07T12:46:02.349586+0000 mgr.a (mgr.24293) 7045 : cluster 0 pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:03 smithi027 bash[31536]: cluster 2023-12-07T12:46:02.349586+0000 mgr.a (mgr.24293) 7045 : cluster 0 pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:05 smithi022 bash[28554]: cluster 2023-12-07T12:46:04.350164+0000 mgr.a (mgr.24293) 7046 : cluster 0 pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:05 smithi044 bash[32620]: cluster 2023-12-07T12:46:04.350164+0000 mgr.a (mgr.24293) 7046 : cluster 0 pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:05 smithi027 bash[31536]: cluster 2023-12-07T12:46:04.350164+0000 mgr.a (mgr.24293) 7046 : cluster 0 pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:05.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:05.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:05.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:06.633 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:06.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:06.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:06.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:06.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:07 smithi022 bash[28554]: audit 2023-12-07T12:46:06.145443+0000 mgr.a (mgr.24293) 7047 : audit 0 from='client.148314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:07 smithi022 bash[28554]: cluster 2023-12-07T12:46:06.350965+0000 mgr.a (mgr.24293) 7048 : cluster 0 pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:07 smithi044 bash[32620]: audit 2023-12-07T12:46:06.145443+0000 mgr.a (mgr.24293) 7047 : audit 0 from='client.148314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:07 smithi044 bash[32620]: cluster 2023-12-07T12:46:06.350965+0000 mgr.a (mgr.24293) 7048 : cluster 0 pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:07 smithi027 bash[31536]: audit 2023-12-07T12:46:06.145443+0000 mgr.a (mgr.24293) 7047 : audit 0 from='client.148314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:07 smithi027 bash[31536]: cluster 2023-12-07T12:46:06.350965+0000 mgr.a (mgr.24293) 7048 : cluster 0 pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:09 smithi022 bash[28554]: cluster 2023-12-07T12:46:08.351785+0000 mgr.a (mgr.24293) 7049 : cluster 0 pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:09 smithi044 bash[32620]: cluster 2023-12-07T12:46:08.351785+0000 mgr.a (mgr.24293) 7049 : cluster 0 pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:09 smithi027 bash[31536]: cluster 2023-12-07T12:46:08.351785+0000 mgr.a (mgr.24293) 7049 : cluster 0 pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:11.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:11.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:11.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:11 smithi022 bash[28554]: cluster 2023-12-07T12:46:10.352473+0000 mgr.a (mgr.24293) 7050 : cluster 0 pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:11 smithi044 bash[32620]: cluster 2023-12-07T12:46:10.352473+0000 mgr.a (mgr.24293) 7050 : cluster 0 pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:11 smithi027 bash[31536]: cluster 2023-12-07T12:46:10.352473+0000 mgr.a (mgr.24293) 7050 : cluster 0 pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:12.567 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:12.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:12.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:12.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:12.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:13 smithi022 bash[28554]: audit 2023-12-07T12:46:12.047254+0000 mgr.a (mgr.24293) 7051 : audit 0 from='client.148389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:13 smithi022 bash[28554]: cluster 2023-12-07T12:46:12.353675+0000 mgr.a (mgr.24293) 7052 : cluster 0 pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:13 smithi044 bash[32620]: audit 2023-12-07T12:46:12.047254+0000 mgr.a (mgr.24293) 7051 : audit 0 from='client.148389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:13 smithi044 bash[32620]: cluster 2023-12-07T12:46:12.353675+0000 mgr.a (mgr.24293) 7052 : cluster 0 pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:13 smithi027 bash[31536]: audit 2023-12-07T12:46:12.047254+0000 mgr.a (mgr.24293) 7051 : audit 0 from='client.148389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:13 smithi027 bash[31536]: cluster 2023-12-07T12:46:12.353675+0000 mgr.a (mgr.24293) 7052 : cluster 0 pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:15 smithi022 bash[28554]: cluster 2023-12-07T12:46:14.354359+0000 mgr.a (mgr.24293) 7053 : cluster 0 pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:15 smithi044 bash[32620]: cluster 2023-12-07T12:46:14.354359+0000 mgr.a (mgr.24293) 7053 : cluster 0 pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:15 smithi027 bash[31536]: cluster 2023-12-07T12:46:14.354359+0000 mgr.a (mgr.24293) 7053 : cluster 0 pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:17.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:17.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:17.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:17 smithi022 bash[28554]: cluster 2023-12-07T12:46:16.355179+0000 mgr.a (mgr.24293) 7054 : cluster 0 pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:17 smithi044 bash[32620]: cluster 2023-12-07T12:46:16.355179+0000 mgr.a (mgr.24293) 7054 : cluster 0 pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:17 smithi027 bash[31536]: cluster 2023-12-07T12:46:16.355179+0000 mgr.a (mgr.24293) 7054 : cluster 0 pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:18.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:18.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:18.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:18.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:18.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:19 smithi022 bash[28554]: audit 2023-12-07T12:46:17.975513+0000 mgr.a (mgr.24293) 7055 : audit 0 from='client.148467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:19 smithi022 bash[28554]: cluster 2023-12-07T12:46:18.355698+0000 mgr.a (mgr.24293) 7056 : 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-07T12:46:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:19 smithi044 bash[32620]: audit 2023-12-07T12:46:17.975513+0000 mgr.a (mgr.24293) 7055 : audit 0 from='client.148467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:19 smithi044 bash[32620]: cluster 2023-12-07T12:46:18.355698+0000 mgr.a (mgr.24293) 7056 : 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-07T12:46:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:19 smithi027 bash[31536]: audit 2023-12-07T12:46:17.975513+0000 mgr.a (mgr.24293) 7055 : audit 0 from='client.148467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:19 smithi027 bash[31536]: cluster 2023-12-07T12:46:18.355698+0000 mgr.a (mgr.24293) 7056 : 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-07T12:46:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:21 smithi022 bash[28554]: cluster 2023-12-07T12:46:20.356273+0000 mgr.a (mgr.24293) 7057 : 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-07T12:46:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:21 smithi044 bash[32620]: cluster 2023-12-07T12:46:20.356273+0000 mgr.a (mgr.24293) 7057 : 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-07T12:46:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:21 smithi027 bash[31536]: cluster 2023-12-07T12:46:20.356273+0000 mgr.a (mgr.24293) 7057 : 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-07T12:46:23.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:23.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:23.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:23 smithi022 bash[28554]: cluster 2023-12-07T12:46:22.357109+0000 mgr.a (mgr.24293) 7058 : 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-07T12:46:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:23 smithi044 bash[32620]: cluster 2023-12-07T12:46:22.357109+0000 mgr.a (mgr.24293) 7058 : 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-07T12:46:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:23 smithi027 bash[31536]: cluster 2023-12-07T12:46:22.357109+0000 mgr.a (mgr.24293) 7058 : 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-07T12:46:24.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:24.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:24.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:24.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:24.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:25.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:25 smithi022 bash[28554]: audit 2023-12-07T12:46:23.912446+0000 mgr.a (mgr.24293) 7059 : audit 0 from='client.148542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:25 smithi022 bash[28554]: cluster 2023-12-07T12:46:24.357859+0000 mgr.a (mgr.24293) 7060 : 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-07T12:46:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:25 smithi044 bash[32620]: audit 2023-12-07T12:46:23.912446+0000 mgr.a (mgr.24293) 7059 : audit 0 from='client.148542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:25.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:25 smithi044 bash[32620]: cluster 2023-12-07T12:46:24.357859+0000 mgr.a (mgr.24293) 7060 : 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-07T12:46:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:25 smithi027 bash[31536]: audit 2023-12-07T12:46:23.912446+0000 mgr.a (mgr.24293) 7059 : audit 0 from='client.148542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:25 smithi027 bash[31536]: cluster 2023-12-07T12:46:24.357859+0000 mgr.a (mgr.24293) 7060 : 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-07T12:46:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:27 smithi022 bash[28554]: cluster 2023-12-07T12:46:26.358970+0000 mgr.a (mgr.24293) 7061 : cluster 0 pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:27 smithi044 bash[32620]: cluster 2023-12-07T12:46:26.358970+0000 mgr.a (mgr.24293) 7061 : cluster 0 pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:27 smithi027 bash[31536]: cluster 2023-12-07T12:46:26.358970+0000 mgr.a (mgr.24293) 7061 : cluster 0 pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:29.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:29.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:29.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:29 smithi022 bash[28554]: cluster 2023-12-07T12:46:28.359742+0000 mgr.a (mgr.24293) 7062 : cluster 0 pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:29 smithi044 bash[32620]: cluster 2023-12-07T12:46:28.359742+0000 mgr.a (mgr.24293) 7062 : cluster 0 pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:29 smithi027 bash[31536]: cluster 2023-12-07T12:46:28.359742+0000 mgr.a (mgr.24293) 7062 : cluster 0 pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:30.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:30.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:31 smithi022 bash[28554]: audit 2023-12-07T12:46:29.837339+0000 mgr.a (mgr.24293) 7063 : audit 0 from='client.148611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:31 smithi022 bash[28554]: cluster 2023-12-07T12:46:30.360280+0000 mgr.a (mgr.24293) 7064 : cluster 0 pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:31 smithi044 bash[32620]: audit 2023-12-07T12:46:29.837339+0000 mgr.a (mgr.24293) 7063 : audit 0 from='client.148611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:31 smithi044 bash[32620]: cluster 2023-12-07T12:46:30.360280+0000 mgr.a (mgr.24293) 7064 : cluster 0 pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:31 smithi027 bash[31536]: audit 2023-12-07T12:46:29.837339+0000 mgr.a (mgr.24293) 7063 : audit 0 from='client.148611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:31 smithi027 bash[31536]: cluster 2023-12-07T12:46:30.360280+0000 mgr.a (mgr.24293) 7064 : cluster 0 pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:33 smithi022 bash[28554]: cluster 2023-12-07T12:46:32.361087+0000 mgr.a (mgr.24293) 7065 : cluster 0 pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:33 smithi044 bash[32620]: cluster 2023-12-07T12:46:32.361087+0000 mgr.a (mgr.24293) 7065 : cluster 0 pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:33 smithi027 bash[31536]: cluster 2023-12-07T12:46:32.361087+0000 mgr.a (mgr.24293) 7065 : cluster 0 pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:35.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:35.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:35.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:35 smithi027 bash[31536]: cluster 2023-12-07T12:46:34.361706+0000 mgr.a (mgr.24293) 7066 : cluster 0 pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:35 smithi044 bash[32620]: cluster 2023-12-07T12:46:34.361706+0000 mgr.a (mgr.24293) 7066 : cluster 0 pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:35 smithi022 bash[28554]: cluster 2023-12-07T12:46:34.361706+0000 mgr.a (mgr.24293) 7066 : cluster 0 pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:36.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:36.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:36.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:36.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:36.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:37 smithi022 bash[28554]: audit 2023-12-07T12:46:35.811632+0000 mgr.a (mgr.24293) 7067 : audit 0 from='client.148686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:37 smithi022 bash[28554]: cluster 2023-12-07T12:46:36.362797+0000 mgr.a (mgr.24293) 7068 : 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-07T12:46:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:37 smithi022 bash[28554]: audit 2023-12-07T12:46:36.715448+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:46:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:37 smithi044 bash[32620]: audit 2023-12-07T12:46:35.811632+0000 mgr.a (mgr.24293) 7067 : audit 0 from='client.148686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:37 smithi044 bash[32620]: cluster 2023-12-07T12:46:36.362797+0000 mgr.a (mgr.24293) 7068 : 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-07T12:46:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:37 smithi044 bash[32620]: audit 2023-12-07T12:46:36.715448+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:46:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:37 smithi027 bash[31536]: audit 2023-12-07T12:46:35.811632+0000 mgr.a (mgr.24293) 7067 : audit 0 from='client.148686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:37 smithi027 bash[31536]: cluster 2023-12-07T12:46:36.362797+0000 mgr.a (mgr.24293) 7068 : 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-07T12:46:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:37 smithi027 bash[31536]: audit 2023-12-07T12:46:36.715448+0000 mon.a (mon.0) 1430 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:46:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:38 smithi022 bash[28554]: audit 2023-12-07T12:46:37.513228+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:46:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:38 smithi022 bash[28554]: audit 2023-12-07T12:46:37.515089+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:46:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:38 smithi022 bash[28554]: audit 2023-12-07T12:46:37.524535+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:46:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:38 smithi044 bash[32620]: audit 2023-12-07T12:46:37.513228+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:46:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:38 smithi044 bash[32620]: audit 2023-12-07T12:46:37.515089+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:46:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:38 smithi044 bash[32620]: audit 2023-12-07T12:46:37.524535+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:46:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:38 smithi027 bash[31536]: audit 2023-12-07T12:46:37.513228+0000 mon.a (mon.0) 1431 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:46:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:38 smithi027 bash[31536]: audit 2023-12-07T12:46:37.515089+0000 mon.a (mon.0) 1432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:46:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:38 smithi027 bash[31536]: audit 2023-12-07T12:46:37.524535+0000 mon.a (mon.0) 1433 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:46:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:39 smithi022 bash[28554]: cluster 2023-12-07T12:46:38.363527+0000 mgr.a (mgr.24293) 7069 : cluster 0 pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:39 smithi044 bash[32620]: cluster 2023-12-07T12:46:38.363527+0000 mgr.a (mgr.24293) 7069 : cluster 0 pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:39 smithi027 bash[31536]: cluster 2023-12-07T12:46:38.363527+0000 mgr.a (mgr.24293) 7069 : cluster 0 pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:41.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:41 smithi022 bash[28554]: cluster 2023-12-07T12:46:40.364157+0000 mgr.a (mgr.24293) 7070 : cluster 0 pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:41 smithi044 bash[32620]: cluster 2023-12-07T12:46:40.364157+0000 mgr.a (mgr.24293) 7070 : cluster 0 pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:41 smithi027 bash[31536]: cluster 2023-12-07T12:46:40.364157+0000 mgr.a (mgr.24293) 7070 : cluster 0 pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:42.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:42.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:42.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:42.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:42.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:43 smithi022 bash[28554]: audit 2023-12-07T12:46:41.759457+0000 mgr.a (mgr.24293) 7071 : audit 0 from='client.148758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:43 smithi022 bash[28554]: cluster 2023-12-07T12:46:42.365270+0000 mgr.a (mgr.24293) 7072 : cluster 0 pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:43 smithi044 bash[32620]: audit 2023-12-07T12:46:41.759457+0000 mgr.a (mgr.24293) 7071 : audit 0 from='client.148758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:43 smithi044 bash[32620]: cluster 2023-12-07T12:46:42.365270+0000 mgr.a (mgr.24293) 7072 : cluster 0 pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:43 smithi027 bash[31536]: audit 2023-12-07T12:46:41.759457+0000 mgr.a (mgr.24293) 7071 : audit 0 from='client.148758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:43 smithi027 bash[31536]: cluster 2023-12-07T12:46:42.365270+0000 mgr.a (mgr.24293) 7072 : cluster 0 pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:45 smithi027 bash[31536]: cluster 2023-12-07T12:46:44.365851+0000 mgr.a (mgr.24293) 7073 : cluster 0 pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:45 smithi022 bash[28554]: cluster 2023-12-07T12:46:44.365851+0000 mgr.a (mgr.24293) 7073 : cluster 0 pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:45 smithi044 bash[32620]: cluster 2023-12-07T12:46:44.365851+0000 mgr.a (mgr.24293) 7073 : cluster 0 pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:47.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:47.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:47.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:47 smithi022 bash[28554]: cluster 2023-12-07T12:46:46.366495+0000 mgr.a (mgr.24293) 7074 : cluster 0 pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:47 smithi044 bash[32620]: cluster 2023-12-07T12:46:46.366495+0000 mgr.a (mgr.24293) 7074 : cluster 0 pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:47 smithi027 bash[31536]: cluster 2023-12-07T12:46:46.366495+0000 mgr.a (mgr.24293) 7074 : cluster 0 pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:48.236 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:48.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:48.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:48.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:48.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:49 smithi022 bash[28554]: audit 2023-12-07T12:46:47.703158+0000 mgr.a (mgr.24293) 7075 : audit 0 from='client.148836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:49 smithi022 bash[28554]: cluster 2023-12-07T12:46:48.367272+0000 mgr.a (mgr.24293) 7076 : 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-07T12:46:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:49 smithi044 bash[32620]: audit 2023-12-07T12:46:47.703158+0000 mgr.a (mgr.24293) 7075 : audit 0 from='client.148836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:49 smithi044 bash[32620]: cluster 2023-12-07T12:46:48.367272+0000 mgr.a (mgr.24293) 7076 : 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-07T12:46:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:49 smithi027 bash[31536]: audit 2023-12-07T12:46:47.703158+0000 mgr.a (mgr.24293) 7075 : audit 0 from='client.148836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:49 smithi027 bash[31536]: cluster 2023-12-07T12:46:48.367272+0000 mgr.a (mgr.24293) 7076 : 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-07T12:46:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:51 smithi027 bash[31536]: cluster 2023-12-07T12:46:50.367882+0000 mgr.a (mgr.24293) 7077 : 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-07T12:46:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:51 smithi022 bash[28554]: cluster 2023-12-07T12:46:50.367882+0000 mgr.a (mgr.24293) 7077 : 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-07T12:46:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:51 smithi044 bash[32620]: cluster 2023-12-07T12:46:50.367882+0000 mgr.a (mgr.24293) 7077 : 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-07T12:46:53.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:53.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:53.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:53 smithi027 bash[31536]: cluster 2023-12-07T12:46:52.368846+0000 mgr.a (mgr.24293) 7078 : 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-07T12:46:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:53 smithi022 bash[28554]: cluster 2023-12-07T12:46:52.368846+0000 mgr.a (mgr.24293) 7078 : 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-07T12:46:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:53 smithi044 bash[32620]: cluster 2023-12-07T12:46:52.368846+0000 mgr.a (mgr.24293) 7078 : 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-07T12:46:54.160 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:46:54.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:54.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:54.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:54.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:46:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:55 smithi027 bash[31536]: audit 2023-12-07T12:46:53.647075+0000 mgr.a (mgr.24293) 7079 : audit 0 from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:55 smithi027 bash[31536]: cluster 2023-12-07T12:46:54.369575+0000 mgr.a (mgr.24293) 7080 : 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-07T12:46:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:55 smithi022 bash[28554]: audit 2023-12-07T12:46:53.647075+0000 mgr.a (mgr.24293) 7079 : audit 0 from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:55 smithi022 bash[28554]: cluster 2023-12-07T12:46:54.369575+0000 mgr.a (mgr.24293) 7080 : 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-07T12:46:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:55 smithi044 bash[32620]: audit 2023-12-07T12:46:53.647075+0000 mgr.a (mgr.24293) 7079 : audit 0 from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:55 smithi044 bash[32620]: cluster 2023-12-07T12:46:54.369575+0000 mgr.a (mgr.24293) 7080 : 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-07T12:46:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:57 smithi022 bash[28554]: cluster 2023-12-07T12:46:56.370415+0000 mgr.a (mgr.24293) 7081 : cluster 0 pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:57 smithi044 bash[32620]: cluster 2023-12-07T12:46:56.370415+0000 mgr.a (mgr.24293) 7081 : cluster 0 pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:57 smithi027 bash[31536]: cluster 2023-12-07T12:46:56.370415+0000 mgr.a (mgr.24293) 7081 : cluster 0 pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:59.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:46:59.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:59.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:46:59 smithi027 bash[31536]: cluster 2023-12-07T12:46:58.370970+0000 mgr.a (mgr.24293) 7082 : cluster 0 pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:46:59 smithi022 bash[28554]: cluster 2023-12-07T12:46:58.370970+0000 mgr.a (mgr.24293) 7082 : cluster 0 pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:46:59 smithi044 bash[32620]: cluster 2023-12-07T12:46:58.370970+0000 mgr.a (mgr.24293) 7082 : cluster 0 pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:00.079 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:00.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:00.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:00.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:00.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:01 smithi027 bash[31536]: audit 2023-12-07T12:46:59.580876+0000 mgr.a (mgr.24293) 7083 : audit 0 from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:01 smithi027 bash[31536]: cluster 2023-12-07T12:47:00.371621+0000 mgr.a (mgr.24293) 7084 : cluster 0 pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:01 smithi022 bash[28554]: audit 2023-12-07T12:46:59.580876+0000 mgr.a (mgr.24293) 7083 : audit 0 from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:01 smithi022 bash[28554]: cluster 2023-12-07T12:47:00.371621+0000 mgr.a (mgr.24293) 7084 : cluster 0 pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:01 smithi044 bash[32620]: audit 2023-12-07T12:46:59.580876+0000 mgr.a (mgr.24293) 7083 : audit 0 from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:01 smithi044 bash[32620]: cluster 2023-12-07T12:47:00.371621+0000 mgr.a (mgr.24293) 7084 : cluster 0 pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:03 smithi027 bash[31536]: cluster 2023-12-07T12:47:02.372435+0000 mgr.a (mgr.24293) 7085 : cluster 0 pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:03 smithi022 bash[28554]: cluster 2023-12-07T12:47:02.372435+0000 mgr.a (mgr.24293) 7085 : cluster 0 pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:03 smithi044 bash[32620]: cluster 2023-12-07T12:47:02.372435+0000 mgr.a (mgr.24293) 7085 : cluster 0 pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:05.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:05.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:05.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:05 smithi027 bash[31536]: cluster 2023-12-07T12:47:04.372995+0000 mgr.a (mgr.24293) 7086 : cluster 0 pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:05 smithi022 bash[28554]: cluster 2023-12-07T12:47:04.372995+0000 mgr.a (mgr.24293) 7086 : cluster 0 pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:05 smithi044 bash[32620]: cluster 2023-12-07T12:47:04.372995+0000 mgr.a (mgr.24293) 7086 : cluster 0 pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:06.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:06.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:06.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:06.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:06.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:06 smithi027 bash[31536]: audit 2023-12-07T12:47:05.498256+0000 mgr.a (mgr.24293) 7087 : audit 0 from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:06 smithi044 bash[32620]: audit 2023-12-07T12:47:05.498256+0000 mgr.a (mgr.24293) 7087 : audit 0 from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:06 smithi022 bash[28554]: audit 2023-12-07T12:47:05.498256+0000 mgr.a (mgr.24293) 7087 : audit 0 from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:07 smithi027 bash[31536]: cluster 2023-12-07T12:47:06.373953+0000 mgr.a (mgr.24293) 7088 : 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-07T12:47:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:07 smithi044 bash[32620]: cluster 2023-12-07T12:47:06.373953+0000 mgr.a (mgr.24293) 7088 : 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-07T12:47:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:07 smithi022 bash[28554]: cluster 2023-12-07T12:47:06.373953+0000 mgr.a (mgr.24293) 7088 : 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-07T12:47:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:09 smithi027 bash[31536]: cluster 2023-12-07T12:47:08.374548+0000 mgr.a (mgr.24293) 7089 : cluster 0 pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:09 smithi022 bash[28554]: cluster 2023-12-07T12:47:08.374548+0000 mgr.a (mgr.24293) 7089 : cluster 0 pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:09 smithi044 bash[32620]: cluster 2023-12-07T12:47:08.374548+0000 mgr.a (mgr.24293) 7089 : cluster 0 pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:11.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:11.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:11.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:11 smithi022 bash[28554]: cluster 2023-12-07T12:47:10.375105+0000 mgr.a (mgr.24293) 7090 : cluster 0 pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:11 smithi044 bash[32620]: cluster 2023-12-07T12:47:10.375105+0000 mgr.a (mgr.24293) 7090 : cluster 0 pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:11 smithi027 bash[31536]: cluster 2023-12-07T12:47:10.375105+0000 mgr.a (mgr.24293) 7090 : cluster 0 pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:11.980 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:11.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:11.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:11.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:11.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:12 smithi022 bash[28554]: audit 2023-12-07T12:47:11.428369+0000 mgr.a (mgr.24293) 7091 : audit 0 from='client.149142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:12 smithi044 bash[32620]: audit 2023-12-07T12:47:11.428369+0000 mgr.a (mgr.24293) 7091 : audit 0 from='client.149142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:12 smithi027 bash[31536]: audit 2023-12-07T12:47:11.428369+0000 mgr.a (mgr.24293) 7091 : audit 0 from='client.149142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:13 smithi022 bash[28554]: cluster 2023-12-07T12:47:12.376110+0000 mgr.a (mgr.24293) 7092 : cluster 0 pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:13 smithi044 bash[32620]: cluster 2023-12-07T12:47:12.376110+0000 mgr.a (mgr.24293) 7092 : cluster 0 pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:13 smithi027 bash[31536]: cluster 2023-12-07T12:47:12.376110+0000 mgr.a (mgr.24293) 7092 : cluster 0 pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:15 smithi022 bash[28554]: cluster 2023-12-07T12:47:14.376693+0000 mgr.a (mgr.24293) 7093 : cluster 0 pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:15 smithi044 bash[32620]: cluster 2023-12-07T12:47:14.376693+0000 mgr.a (mgr.24293) 7093 : cluster 0 pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:15 smithi027 bash[31536]: cluster 2023-12-07T12:47:14.376693+0000 mgr.a (mgr.24293) 7093 : cluster 0 pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:16.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:16.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:16.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:17 smithi022 bash[28554]: cluster 2023-12-07T12:47:16.377451+0000 mgr.a (mgr.24293) 7094 : cluster 0 pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:17 smithi044 bash[32620]: cluster 2023-12-07T12:47:16.377451+0000 mgr.a (mgr.24293) 7094 : cluster 0 pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:17 smithi027 bash[31536]: cluster 2023-12-07T12:47:16.377451+0000 mgr.a (mgr.24293) 7094 : cluster 0 pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:17.916 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:17.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:18 smithi022 bash[28554]: audit 2023-12-07T12:47:17.393994+0000 mgr.a (mgr.24293) 7095 : audit 0 from='client.149220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:18 smithi044 bash[32620]: audit 2023-12-07T12:47:17.393994+0000 mgr.a (mgr.24293) 7095 : audit 0 from='client.149220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:18 smithi027 bash[31536]: audit 2023-12-07T12:47:17.393994+0000 mgr.a (mgr.24293) 7095 : audit 0 from='client.149220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:19 smithi022 bash[28554]: cluster 2023-12-07T12:47:18.378091+0000 mgr.a (mgr.24293) 7096 : 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-07T12:47:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:19 smithi044 bash[32620]: cluster 2023-12-07T12:47:18.378091+0000 mgr.a (mgr.24293) 7096 : 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-07T12:47:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:19 smithi027 bash[31536]: cluster 2023-12-07T12:47:18.378091+0000 mgr.a (mgr.24293) 7096 : 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-07T12:47:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:21 smithi027 bash[31536]: cluster 2023-12-07T12:47:20.378662+0000 mgr.a (mgr.24293) 7097 : 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-07T12:47:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:21 smithi022 bash[28554]: cluster 2023-12-07T12:47:20.378662+0000 mgr.a (mgr.24293) 7097 : 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-07T12:47:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:21 smithi044 bash[32620]: cluster 2023-12-07T12:47:20.378662+0000 mgr.a (mgr.24293) 7097 : 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-07T12:47:22.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:22.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:22.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:23 smithi027 bash[31536]: cluster 2023-12-07T12:47:22.379470+0000 mgr.a (mgr.24293) 7098 : 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-07T12:47:23.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:23.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:23.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:23.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:23.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:23 smithi022 bash[28554]: cluster 2023-12-07T12:47:22.379470+0000 mgr.a (mgr.24293) 7098 : 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-07T12:47:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:23 smithi044 bash[32620]: cluster 2023-12-07T12:47:22.379470+0000 mgr.a (mgr.24293) 7098 : 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-07T12:47:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:24 smithi027 bash[31536]: audit 2023-12-07T12:47:23.328084+0000 mgr.a (mgr.24293) 7099 : audit 0 from='client.149298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:24 smithi022 bash[28554]: audit 2023-12-07T12:47:23.328084+0000 mgr.a (mgr.24293) 7099 : audit 0 from='client.149298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:24 smithi044 bash[32620]: audit 2023-12-07T12:47:23.328084+0000 mgr.a (mgr.24293) 7099 : audit 0 from='client.149298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:25 smithi027 bash[31536]: cluster 2023-12-07T12:47:24.380193+0000 mgr.a (mgr.24293) 7100 : 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-07T12:47:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:25 smithi022 bash[28554]: cluster 2023-12-07T12:47:24.380193+0000 mgr.a (mgr.24293) 7100 : 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-07T12:47:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:25 smithi044 bash[32620]: cluster 2023-12-07T12:47:24.380193+0000 mgr.a (mgr.24293) 7100 : 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-07T12:47:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:27 smithi022 bash[28554]: cluster 2023-12-07T12:47:26.381031+0000 mgr.a (mgr.24293) 7101 : 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-07T12:47:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:27 smithi044 bash[32620]: cluster 2023-12-07T12:47:26.381031+0000 mgr.a (mgr.24293) 7101 : 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-07T12:47:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:27 smithi027 bash[31536]: cluster 2023-12-07T12:47:26.381031+0000 mgr.a (mgr.24293) 7101 : 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-07T12:47:28.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:29 smithi027 bash[31536]: cluster 2023-12-07T12:47:28.381611+0000 mgr.a (mgr.24293) 7102 : 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-07T12:47:29.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:29.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:29.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:29.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:29.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:29 smithi022 bash[28554]: cluster 2023-12-07T12:47:28.381611+0000 mgr.a (mgr.24293) 7102 : 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-07T12:47:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:29 smithi044 bash[32620]: cluster 2023-12-07T12:47:28.381611+0000 mgr.a (mgr.24293) 7102 : 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-07T12:47:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:30 smithi027 bash[31536]: audit 2023-12-07T12:47:29.252252+0000 mgr.a (mgr.24293) 7103 : audit 0 from='client.149376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:30 smithi022 bash[28554]: audit 2023-12-07T12:47:29.252252+0000 mgr.a (mgr.24293) 7103 : audit 0 from='client.149376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:30 smithi044 bash[32620]: audit 2023-12-07T12:47:29.252252+0000 mgr.a (mgr.24293) 7103 : audit 0 from='client.149376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:31 smithi027 bash[31536]: cluster 2023-12-07T12:47:30.382258+0000 mgr.a (mgr.24293) 7104 : 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-07T12:47:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:31 smithi022 bash[28554]: cluster 2023-12-07T12:47:30.382258+0000 mgr.a (mgr.24293) 7104 : 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-07T12:47:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:31 smithi044 bash[32620]: cluster 2023-12-07T12:47:30.382258+0000 mgr.a (mgr.24293) 7104 : 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-07T12:47:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:33 smithi022 bash[28554]: cluster 2023-12-07T12:47:32.383082+0000 mgr.a (mgr.24293) 7105 : cluster 0 pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:33 smithi044 bash[32620]: cluster 2023-12-07T12:47:32.383082+0000 mgr.a (mgr.24293) 7105 : cluster 0 pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:33 smithi027 bash[31536]: cluster 2023-12-07T12:47:32.383082+0000 mgr.a (mgr.24293) 7105 : cluster 0 pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:34.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:34.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:34.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:35.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:35.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:35.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:35.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:35.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:35 smithi022 bash[28554]: cluster 2023-12-07T12:47:34.383616+0000 mgr.a (mgr.24293) 7106 : cluster 0 pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:35 smithi044 bash[32620]: cluster 2023-12-07T12:47:34.383616+0000 mgr.a (mgr.24293) 7106 : cluster 0 pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:35 smithi027 bash[31536]: cluster 2023-12-07T12:47:34.383616+0000 mgr.a (mgr.24293) 7106 : cluster 0 pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:36 smithi022 bash[28554]: audit 2023-12-07T12:47:35.184321+0000 mgr.a (mgr.24293) 7107 : audit 0 from='client.149454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:36 smithi044 bash[32620]: audit 2023-12-07T12:47:35.184321+0000 mgr.a (mgr.24293) 7107 : audit 0 from='client.149454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:36 smithi027 bash[31536]: audit 2023-12-07T12:47:35.184321+0000 mgr.a (mgr.24293) 7107 : audit 0 from='client.149454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:37 smithi022 bash[28554]: cluster 2023-12-07T12:47:36.384518+0000 mgr.a (mgr.24293) 7108 : cluster 0 pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:47:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:37 smithi044 bash[32620]: cluster 2023-12-07T12:47:36.384518+0000 mgr.a (mgr.24293) 7108 : cluster 0 pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:47:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:37 smithi027 bash[31536]: cluster 2023-12-07T12:47:36.384518+0000 mgr.a (mgr.24293) 7108 : cluster 0 pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:47:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:38 smithi022 bash[28554]: audit 2023-12-07T12:47:37.627608+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:47:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:38 smithi044 bash[32620]: audit 2023-12-07T12:47:37.627608+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:47:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:38 smithi027 bash[31536]: audit 2023-12-07T12:47:37.627608+0000 mon.a (mon.0) 1434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:47:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:39 smithi022 bash[28554]: cluster 2023-12-07T12:47:38.385134+0000 mgr.a (mgr.24293) 7109 : cluster 0 pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:47:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:39 smithi044 bash[32620]: cluster 2023-12-07T12:47:38.385134+0000 mgr.a (mgr.24293) 7109 : cluster 0 pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:47:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:39 smithi027 bash[31536]: cluster 2023-12-07T12:47:38.385134+0000 mgr.a (mgr.24293) 7109 : cluster 0 pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:47:40.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:40.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:40.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:41.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:41.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:41.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:41.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:41.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:41 smithi022 bash[28554]: cluster 2023-12-07T12:47:40.385839+0000 mgr.a (mgr.24293) 7110 : cluster 0 pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:47:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:41 smithi044 bash[32620]: cluster 2023-12-07T12:47:40.385839+0000 mgr.a (mgr.24293) 7110 : cluster 0 pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:47:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:41 smithi027 bash[31536]: cluster 2023-12-07T12:47:40.385839+0000 mgr.a (mgr.24293) 7110 : cluster 0 pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:47:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:42 smithi022 bash[28554]: audit 2023-12-07T12:47:41.134048+0000 mgr.a (mgr.24293) 7111 : audit 0 from='client.149529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:42 smithi044 bash[32620]: audit 2023-12-07T12:47:41.134048+0000 mgr.a (mgr.24293) 7111 : audit 0 from='client.149529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:42 smithi027 bash[31536]: audit 2023-12-07T12:47:41.134048+0000 mgr.a (mgr.24293) 7111 : audit 0 from='client.149529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: cluster 2023-12-07T12:47:42.386955+0000 mgr.a (mgr.24293) 7112 : 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-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: audit 2023-12-07T12:47:42.981689+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: audit 2023-12-07T12:47:42.988682+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: audit 2023-12-07T12:47:43.035603+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: audit 2023-12-07T12:47:43.041592+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: audit 2023-12-07T12:47:43.068964+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:43 smithi022 bash[28554]: audit 2023-12-07T12:47:43.075594+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: cluster 2023-12-07T12:47:42.386955+0000 mgr.a (mgr.24293) 7112 : 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-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: audit 2023-12-07T12:47:42.981689+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: audit 2023-12-07T12:47:42.988682+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: audit 2023-12-07T12:47:43.035603+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: audit 2023-12-07T12:47:43.041592+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: audit 2023-12-07T12:47:43.068964+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:43 smithi044 bash[32620]: audit 2023-12-07T12:47:43.075594+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: cluster 2023-12-07T12:47:42.386955+0000 mgr.a (mgr.24293) 7112 : 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-07T12:47:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: audit 2023-12-07T12:47:42.981689+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: audit 2023-12-07T12:47:42.988682+0000 mon.a (mon.0) 1436 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: audit 2023-12-07T12:47:43.035603+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: audit 2023-12-07T12:47:43.041592+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: audit 2023-12-07T12:47:43.068964+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:43 smithi027 bash[31536]: audit 2023-12-07T12:47:43.075594+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:44 smithi044 bash[32620]: audit 2023-12-07T12:47:43.785483+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:47:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:44 smithi044 bash[32620]: audit 2023-12-07T12:47:43.787756+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:47:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:44 smithi044 bash[32620]: audit 2023-12-07T12:47:43.798430+0000 mon.a (mon.0) 1443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:44 smithi022 bash[28554]: audit 2023-12-07T12:47:43.785483+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:47:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:44 smithi022 bash[28554]: audit 2023-12-07T12:47:43.787756+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:47:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:44 smithi022 bash[28554]: audit 2023-12-07T12:47:43.798430+0000 mon.a (mon.0) 1443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:44 smithi027 bash[31536]: audit 2023-12-07T12:47:43.785483+0000 mon.a (mon.0) 1441 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:47:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:44 smithi027 bash[31536]: audit 2023-12-07T12:47:43.787756+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:47:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:44 smithi027 bash[31536]: audit 2023-12-07T12:47:43.798430+0000 mon.a (mon.0) 1443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:47:45.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:45 smithi022 bash[28554]: cluster 2023-12-07T12:47:44.387576+0000 mgr.a (mgr.24293) 7113 : cluster 0 pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:45 smithi044 bash[32620]: cluster 2023-12-07T12:47:44.387576+0000 mgr.a (mgr.24293) 7113 : cluster 0 pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:45 smithi027 bash[31536]: cluster 2023-12-07T12:47:44.387576+0000 mgr.a (mgr.24293) 7113 : cluster 0 pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:46.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:46.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:46.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:47.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:47.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:47.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:47.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:47.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:47 smithi044 bash[32620]: cluster 2023-12-07T12:47:46.388376+0000 mgr.a (mgr.24293) 7114 : cluster 0 pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:47 smithi022 bash[28554]: cluster 2023-12-07T12:47:46.388376+0000 mgr.a (mgr.24293) 7114 : cluster 0 pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:47 smithi027 bash[31536]: cluster 2023-12-07T12:47:46.388376+0000 mgr.a (mgr.24293) 7114 : cluster 0 pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:48 smithi022 bash[28554]: audit 2023-12-07T12:47:47.098305+0000 mgr.a (mgr.24293) 7115 : audit 0 from='client.149607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:48 smithi044 bash[32620]: audit 2023-12-07T12:47:47.098305+0000 mgr.a (mgr.24293) 7115 : audit 0 from='client.149607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:48 smithi027 bash[31536]: audit 2023-12-07T12:47:47.098305+0000 mgr.a (mgr.24293) 7115 : audit 0 from='client.149607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:49 smithi022 bash[28554]: cluster 2023-12-07T12:47:48.389143+0000 mgr.a (mgr.24293) 7116 : cluster 0 pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:47:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:49 smithi044 bash[32620]: cluster 2023-12-07T12:47:48.389143+0000 mgr.a (mgr.24293) 7116 : cluster 0 pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:47:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:49 smithi027 bash[31536]: cluster 2023-12-07T12:47:48.389143+0000 mgr.a (mgr.24293) 7116 : cluster 0 pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:47:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:51 smithi027 bash[31536]: cluster 2023-12-07T12:47:50.389734+0000 mgr.a (mgr.24293) 7117 : cluster 0 pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:47:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:51 smithi022 bash[28554]: cluster 2023-12-07T12:47:50.389734+0000 mgr.a (mgr.24293) 7117 : cluster 0 pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:47:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:51 smithi044 bash[32620]: cluster 2023-12-07T12:47:50.389734+0000 mgr.a (mgr.24293) 7117 : cluster 0 pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:47:52.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:52.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:52.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:53.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:53.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:53.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:53.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:53.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:53 smithi022 bash[28554]: cluster 2023-12-07T12:47:52.390515+0000 mgr.a (mgr.24293) 7118 : cluster 0 pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:47:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:53 smithi044 bash[32620]: cluster 2023-12-07T12:47:52.390515+0000 mgr.a (mgr.24293) 7118 : cluster 0 pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:47:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:53 smithi027 bash[31536]: cluster 2023-12-07T12:47:52.390515+0000 mgr.a (mgr.24293) 7118 : cluster 0 pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:47:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:54 smithi022 bash[28554]: audit 2023-12-07T12:47:53.040794+0000 mgr.a (mgr.24293) 7119 : audit 0 from='client.149685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:54 smithi044 bash[32620]: audit 2023-12-07T12:47:53.040794+0000 mgr.a (mgr.24293) 7119 : audit 0 from='client.149685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:54 smithi027 bash[31536]: audit 2023-12-07T12:47:53.040794+0000 mgr.a (mgr.24293) 7119 : audit 0 from='client.149685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:55 smithi022 bash[28554]: cluster 2023-12-07T12:47:54.391297+0000 mgr.a (mgr.24293) 7120 : 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-07T12:47:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:55 smithi044 bash[32620]: cluster 2023-12-07T12:47:54.391297+0000 mgr.a (mgr.24293) 7120 : 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-07T12:47:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:55 smithi027 bash[31536]: cluster 2023-12-07T12:47:54.391297+0000 mgr.a (mgr.24293) 7120 : 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-07T12:47:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:57 smithi022 bash[28554]: cluster 2023-12-07T12:47:56.392157+0000 mgr.a (mgr.24293) 7121 : 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-07T12:47:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:57 smithi044 bash[32620]: cluster 2023-12-07T12:47:56.392157+0000 mgr.a (mgr.24293) 7121 : 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-07T12:47:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:57 smithi027 bash[31536]: cluster 2023-12-07T12:47:56.392157+0000 mgr.a (mgr.24293) 7121 : 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-07T12:47:58.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:47:58.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:58.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:59.528 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:47:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:47:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:47:59 smithi027 bash[31536]: cluster 2023-12-07T12:47:58.392717+0000 mgr.a (mgr.24293) 7122 : 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-07T12:47:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:47:59 smithi044 bash[32620]: cluster 2023-12-07T12:47:58.392717+0000 mgr.a (mgr.24293) 7122 : 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-07T12:47:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:47:59 smithi022 bash[28554]: cluster 2023-12-07T12:47:58.392717+0000 mgr.a (mgr.24293) 7122 : 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-07T12:48:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:00 smithi022 bash[28554]: audit 2023-12-07T12:47:58.986097+0000 mgr.a (mgr.24293) 7123 : audit 0 from='client.149760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:00 smithi044 bash[32620]: audit 2023-12-07T12:47:58.986097+0000 mgr.a (mgr.24293) 7123 : audit 0 from='client.149760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:00 smithi027 bash[31536]: audit 2023-12-07T12:47:58.986097+0000 mgr.a (mgr.24293) 7123 : audit 0 from='client.149760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:01 smithi022 bash[28554]: cluster 2023-12-07T12:48:00.393544+0000 mgr.a (mgr.24293) 7124 : 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-07T12:48:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:01 smithi044 bash[32620]: cluster 2023-12-07T12:48:00.393544+0000 mgr.a (mgr.24293) 7124 : 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-07T12:48:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:01 smithi027 bash[31536]: cluster 2023-12-07T12:48:00.393544+0000 mgr.a (mgr.24293) 7124 : 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-07T12:48:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:03 smithi022 bash[28554]: cluster 2023-12-07T12:48:02.394438+0000 mgr.a (mgr.24293) 7125 : cluster 0 pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:03 smithi044 bash[32620]: cluster 2023-12-07T12:48:02.394438+0000 mgr.a (mgr.24293) 7125 : cluster 0 pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:03 smithi027 bash[31536]: cluster 2023-12-07T12:48:02.394438+0000 mgr.a (mgr.24293) 7125 : cluster 0 pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:04.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:04.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:04.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:05.478 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:05.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:05.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:05.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:05.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:05 smithi022 bash[28554]: cluster 2023-12-07T12:48:04.395024+0000 mgr.a (mgr.24293) 7126 : cluster 0 pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:05 smithi044 bash[32620]: cluster 2023-12-07T12:48:04.395024+0000 mgr.a (mgr.24293) 7126 : cluster 0 pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:05 smithi027 bash[31536]: cluster 2023-12-07T12:48:04.395024+0000 mgr.a (mgr.24293) 7126 : cluster 0 pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:06 smithi044 bash[32620]: audit 2023-12-07T12:48:04.939404+0000 mgr.a (mgr.24293) 7127 : audit 0 from='client.149835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:06 smithi022 bash[28554]: audit 2023-12-07T12:48:04.939404+0000 mgr.a (mgr.24293) 7127 : audit 0 from='client.149835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:06 smithi027 bash[31536]: audit 2023-12-07T12:48:04.939404+0000 mgr.a (mgr.24293) 7127 : audit 0 from='client.149835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:07 smithi022 bash[28554]: cluster 2023-12-07T12:48:06.395909+0000 mgr.a (mgr.24293) 7128 : cluster 0 pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:48:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:07 smithi044 bash[32620]: cluster 2023-12-07T12:48:06.395909+0000 mgr.a (mgr.24293) 7128 : cluster 0 pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:48:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:07 smithi027 bash[31536]: cluster 2023-12-07T12:48:06.395909+0000 mgr.a (mgr.24293) 7128 : cluster 0 pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:48:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:09 smithi022 bash[28554]: cluster 2023-12-07T12:48:08.396451+0000 mgr.a (mgr.24293) 7129 : cluster 0 pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:48:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:09 smithi044 bash[32620]: cluster 2023-12-07T12:48:08.396451+0000 mgr.a (mgr.24293) 7129 : cluster 0 pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:48:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:09 smithi027 bash[31536]: cluster 2023-12-07T12:48:08.396451+0000 mgr.a (mgr.24293) 7129 : cluster 0 pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:48:10.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:10.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:10.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:11.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:11.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:11.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:11.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:11 smithi022 bash[28554]: cluster 2023-12-07T12:48:10.397011+0000 mgr.a (mgr.24293) 7130 : cluster 0 pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:48:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:11 smithi044 bash[32620]: cluster 2023-12-07T12:48:10.397011+0000 mgr.a (mgr.24293) 7130 : cluster 0 pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:48:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:11 smithi027 bash[31536]: cluster 2023-12-07T12:48:10.397011+0000 mgr.a (mgr.24293) 7130 : cluster 0 pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:48:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:12 smithi044 bash[32620]: audit 2023-12-07T12:48:10.893985+0000 mgr.a (mgr.24293) 7131 : audit 0 from='client.149910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:12 smithi022 bash[28554]: audit 2023-12-07T12:48:10.893985+0000 mgr.a (mgr.24293) 7131 : audit 0 from='client.149910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:12 smithi027 bash[31536]: audit 2023-12-07T12:48:10.893985+0000 mgr.a (mgr.24293) 7131 : audit 0 from='client.149910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:13 smithi022 bash[28554]: cluster 2023-12-07T12:48:12.398232+0000 mgr.a (mgr.24293) 7132 : 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-07T12:48:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:13 smithi044 bash[32620]: cluster 2023-12-07T12:48:12.398232+0000 mgr.a (mgr.24293) 7132 : 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-07T12:48:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:13 smithi027 bash[31536]: cluster 2023-12-07T12:48:12.398232+0000 mgr.a (mgr.24293) 7132 : 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-07T12:48:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:15 smithi022 bash[28554]: cluster 2023-12-07T12:48:14.399021+0000 mgr.a (mgr.24293) 7133 : cluster 0 pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:15 smithi044 bash[32620]: cluster 2023-12-07T12:48:14.399021+0000 mgr.a (mgr.24293) 7133 : cluster 0 pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:15 smithi027 bash[31536]: cluster 2023-12-07T12:48:14.399021+0000 mgr.a (mgr.24293) 7133 : cluster 0 pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:16.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:16.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:16.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:17.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:17 smithi022 bash[28554]: cluster 2023-12-07T12:48:16.399854+0000 mgr.a (mgr.24293) 7134 : cluster 0 pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:17 smithi044 bash[32620]: cluster 2023-12-07T12:48:16.399854+0000 mgr.a (mgr.24293) 7134 : cluster 0 pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:17 smithi027 bash[31536]: cluster 2023-12-07T12:48:16.399854+0000 mgr.a (mgr.24293) 7134 : cluster 0 pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:18 smithi022 bash[28554]: audit 2023-12-07T12:48:16.844325+0000 mgr.a (mgr.24293) 7135 : audit 0 from='client.149985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:18 smithi044 bash[32620]: audit 2023-12-07T12:48:16.844325+0000 mgr.a (mgr.24293) 7135 : audit 0 from='client.149985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:18 smithi027 bash[31536]: audit 2023-12-07T12:48:16.844325+0000 mgr.a (mgr.24293) 7135 : audit 0 from='client.149985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:19 smithi022 bash[28554]: cluster 2023-12-07T12:48:18.400559+0000 mgr.a (mgr.24293) 7136 : cluster 0 pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:19 smithi044 bash[32620]: cluster 2023-12-07T12:48:18.400559+0000 mgr.a (mgr.24293) 7136 : cluster 0 pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:19 smithi027 bash[31536]: cluster 2023-12-07T12:48:18.400559+0000 mgr.a (mgr.24293) 7136 : cluster 0 pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:21 smithi022 bash[28554]: cluster 2023-12-07T12:48:20.401130+0000 mgr.a (mgr.24293) 7137 : cluster 0 pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:21 smithi044 bash[32620]: cluster 2023-12-07T12:48:20.401130+0000 mgr.a (mgr.24293) 7137 : cluster 0 pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:21 smithi027 bash[31536]: cluster 2023-12-07T12:48:20.401130+0000 mgr.a (mgr.24293) 7137 : cluster 0 pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:22.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:22.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:22.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:23.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:23.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:23.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:23.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:23.357 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:23 smithi022 bash[28554]: cluster 2023-12-07T12:48:22.401982+0000 mgr.a (mgr.24293) 7138 : cluster 0 pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:48:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:23 smithi044 bash[32620]: cluster 2023-12-07T12:48:22.401982+0000 mgr.a (mgr.24293) 7138 : cluster 0 pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:48:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:23 smithi027 bash[31536]: cluster 2023-12-07T12:48:22.401982+0000 mgr.a (mgr.24293) 7138 : cluster 0 pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:48:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:24 smithi022 bash[28554]: audit 2023-12-07T12:48:22.806907+0000 mgr.a (mgr.24293) 7139 : audit 0 from='client.150063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:24 smithi044 bash[32620]: audit 2023-12-07T12:48:22.806907+0000 mgr.a (mgr.24293) 7139 : audit 0 from='client.150063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:24 smithi027 bash[31536]: audit 2023-12-07T12:48:22.806907+0000 mgr.a (mgr.24293) 7139 : audit 0 from='client.150063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:25 smithi022 bash[28554]: cluster 2023-12-07T12:48:24.402725+0000 mgr.a (mgr.24293) 7140 : 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-07T12:48:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:25 smithi044 bash[32620]: cluster 2023-12-07T12:48:24.402725+0000 mgr.a (mgr.24293) 7140 : 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-07T12:48:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:25 smithi027 bash[31536]: cluster 2023-12-07T12:48:24.402725+0000 mgr.a (mgr.24293) 7140 : 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-07T12:48:27.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:27 smithi022 bash[28554]: cluster 2023-12-07T12:48:26.403573+0000 mgr.a (mgr.24293) 7141 : 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-07T12:48:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:27 smithi044 bash[32620]: cluster 2023-12-07T12:48:26.403573+0000 mgr.a (mgr.24293) 7141 : 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-07T12:48:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:27 smithi027 bash[31536]: cluster 2023-12-07T12:48:26.403573+0000 mgr.a (mgr.24293) 7141 : 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-07T12:48:28.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:28.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:28.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:29.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:29.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:29.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:29.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:29.296 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:29 smithi022 bash[28554]: cluster 2023-12-07T12:48:28.404015+0000 mgr.a (mgr.24293) 7142 : 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-07T12:48:30.081 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:29 smithi027 bash[31536]: cluster 2023-12-07T12:48:28.404015+0000 mgr.a (mgr.24293) 7142 : 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-07T12:48:30.082 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:29 smithi044 bash[32620]: cluster 2023-12-07T12:48:28.404015+0000 mgr.a (mgr.24293) 7142 : 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-07T12:48:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:30 smithi022 bash[28554]: audit 2023-12-07T12:48:28.764747+0000 mgr.a (mgr.24293) 7143 : audit 0 from='client.150138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:30 smithi044 bash[32620]: audit 2023-12-07T12:48:28.764747+0000 mgr.a (mgr.24293) 7143 : audit 0 from='client.150138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:30 smithi027 bash[31536]: audit 2023-12-07T12:48:28.764747+0000 mgr.a (mgr.24293) 7143 : audit 0 from='client.150138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:31 smithi022 bash[28554]: cluster 2023-12-07T12:48:30.404660+0000 mgr.a (mgr.24293) 7144 : 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-07T12:48:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:31 smithi044 bash[32620]: cluster 2023-12-07T12:48:30.404660+0000 mgr.a (mgr.24293) 7144 : 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-07T12:48:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:31 smithi027 bash[31536]: cluster 2023-12-07T12:48:30.404660+0000 mgr.a (mgr.24293) 7144 : 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-07T12:48:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:33 smithi022 bash[28554]: cluster 2023-12-07T12:48:32.405488+0000 mgr.a (mgr.24293) 7145 : 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-07T12:48:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:33 smithi044 bash[32620]: cluster 2023-12-07T12:48:32.405488+0000 mgr.a (mgr.24293) 7145 : 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-07T12:48:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:33 smithi027 bash[31536]: cluster 2023-12-07T12:48:32.405488+0000 mgr.a (mgr.24293) 7145 : 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-07T12:48:34.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:34.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:34.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:35.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:35.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:35.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:35.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:35.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:35 smithi044 bash[32620]: cluster 2023-12-07T12:48:34.406028+0000 mgr.a (mgr.24293) 7146 : 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-07T12:48:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:35 smithi022 bash[28554]: cluster 2023-12-07T12:48:34.406028+0000 mgr.a (mgr.24293) 7146 : 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-07T12:48:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:35 smithi027 bash[31536]: cluster 2023-12-07T12:48:34.406028+0000 mgr.a (mgr.24293) 7146 : 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-07T12:48:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:36 smithi044 bash[32620]: audit 2023-12-07T12:48:34.709450+0000 mgr.a (mgr.24293) 7147 : audit 0 from='client.150213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:36 smithi022 bash[28554]: audit 2023-12-07T12:48:34.709450+0000 mgr.a (mgr.24293) 7147 : audit 0 from='client.150213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:36 smithi027 bash[31536]: audit 2023-12-07T12:48:34.709450+0000 mgr.a (mgr.24293) 7147 : audit 0 from='client.150213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:37 smithi022 bash[28554]: cluster 2023-12-07T12:48:36.406903+0000 mgr.a (mgr.24293) 7148 : cluster 0 pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:37 smithi044 bash[32620]: cluster 2023-12-07T12:48:36.406903+0000 mgr.a (mgr.24293) 7148 : cluster 0 pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:37 smithi027 bash[31536]: cluster 2023-12-07T12:48:36.406903+0000 mgr.a (mgr.24293) 7148 : cluster 0 pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:39 smithi022 bash[28554]: cluster 2023-12-07T12:48:38.407467+0000 mgr.a (mgr.24293) 7149 : cluster 0 pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:39 smithi044 bash[32620]: cluster 2023-12-07T12:48:38.407467+0000 mgr.a (mgr.24293) 7149 : cluster 0 pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:39 smithi027 bash[31536]: cluster 2023-12-07T12:48:38.407467+0000 mgr.a (mgr.24293) 7149 : cluster 0 pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:40.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:40.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:40.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:41.177 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:41.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:41.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:41.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:41.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:41 smithi044 bash[32620]: cluster 2023-12-07T12:48:40.408045+0000 mgr.a (mgr.24293) 7150 : cluster 0 pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:41 smithi022 bash[28554]: cluster 2023-12-07T12:48:40.408045+0000 mgr.a (mgr.24293) 7150 : cluster 0 pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:41 smithi027 bash[31536]: cluster 2023-12-07T12:48:40.408045+0000 mgr.a (mgr.24293) 7150 : cluster 0 pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:42 smithi022 bash[28554]: audit 2023-12-07T12:48:40.647716+0000 mgr.a (mgr.24293) 7151 : audit 0 from='client.150285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:42 smithi044 bash[32620]: audit 2023-12-07T12:48:40.647716+0000 mgr.a (mgr.24293) 7151 : audit 0 from='client.150285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:42 smithi027 bash[31536]: audit 2023-12-07T12:48:40.647716+0000 mgr.a (mgr.24293) 7151 : audit 0 from='client.150285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:43 smithi022 bash[28554]: cluster 2023-12-07T12:48:42.409054+0000 mgr.a (mgr.24293) 7152 : 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-07T12:48:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:43 smithi044 bash[32620]: cluster 2023-12-07T12:48:42.409054+0000 mgr.a (mgr.24293) 7152 : 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-07T12:48:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:43 smithi027 bash[31536]: cluster 2023-12-07T12:48:42.409054+0000 mgr.a (mgr.24293) 7152 : 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-07T12:48:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:44 smithi022 bash[28554]: audit 2023-12-07T12:48:43.903328+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:48:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:44 smithi044 bash[32620]: audit 2023-12-07T12:48:43.903328+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:48:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:44 smithi027 bash[31536]: audit 2023-12-07T12:48:43.903328+0000 mon.a (mon.0) 1444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:48:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:45 smithi022 bash[28554]: cluster 2023-12-07T12:48:44.409622+0000 mgr.a (mgr.24293) 7153 : 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-07T12:48:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:45 smithi044 bash[32620]: cluster 2023-12-07T12:48:44.409622+0000 mgr.a (mgr.24293) 7153 : 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-07T12:48:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:45 smithi027 bash[31536]: cluster 2023-12-07T12:48:44.409622+0000 mgr.a (mgr.24293) 7153 : 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-07T12:48:46.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:46.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:46.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:47.097 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:47.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:47.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:47.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:47.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:47 smithi022 bash[28554]: cluster 2023-12-07T12:48:46.410348+0000 mgr.a (mgr.24293) 7154 : 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-07T12:48:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:47 smithi044 bash[32620]: cluster 2023-12-07T12:48:46.410348+0000 mgr.a (mgr.24293) 7154 : 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-07T12:48:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:47 smithi027 bash[31536]: cluster 2023-12-07T12:48:46.410348+0000 mgr.a (mgr.24293) 7154 : 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-07T12:48:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:48 smithi022 bash[28554]: audit 2023-12-07T12:48:46.586687+0000 mgr.a (mgr.24293) 7155 : audit 0 from='client.150360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:48 smithi044 bash[32620]: audit 2023-12-07T12:48:46.586687+0000 mgr.a (mgr.24293) 7155 : audit 0 from='client.150360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:48.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:48 smithi027 bash[31536]: audit 2023-12-07T12:48:46.586687+0000 mgr.a (mgr.24293) 7155 : audit 0 from='client.150360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:49.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:49 smithi022 bash[28554]: cluster 2023-12-07T12:48:48.410999+0000 mgr.a (mgr.24293) 7156 : cluster 0 pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:49 smithi044 bash[32620]: cluster 2023-12-07T12:48:48.410999+0000 mgr.a (mgr.24293) 7156 : cluster 0 pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:49 smithi027 bash[31536]: cluster 2023-12-07T12:48:48.410999+0000 mgr.a (mgr.24293) 7156 : cluster 0 pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:51 smithi022 bash[28554]: cluster 2023-12-07T12:48:50.411613+0000 mgr.a (mgr.24293) 7157 : cluster 0 pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:51 smithi044 bash[32620]: cluster 2023-12-07T12:48:50.411613+0000 mgr.a (mgr.24293) 7157 : cluster 0 pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:51 smithi027 bash[31536]: cluster 2023-12-07T12:48:50.411613+0000 mgr.a (mgr.24293) 7157 : cluster 0 pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:52.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:52.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:52.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:53.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:53.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:53.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:53.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:53.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:53.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:53 smithi022 bash[28554]: cluster 2023-12-07T12:48:52.412408+0000 mgr.a (mgr.24293) 7158 : cluster 0 pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:53.920 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:53 smithi022 bash[28554]: audit 2023-12-07T12:48:52.503829+0000 mgr.a (mgr.24293) 7159 : audit 0 from='client.150438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:53 smithi044 bash[32620]: cluster 2023-12-07T12:48:52.412408+0000 mgr.a (mgr.24293) 7158 : cluster 0 pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:53 smithi044 bash[32620]: audit 2023-12-07T12:48:52.503829+0000 mgr.a (mgr.24293) 7159 : audit 0 from='client.150438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:53 smithi027 bash[31536]: cluster 2023-12-07T12:48:52.412408+0000 mgr.a (mgr.24293) 7158 : cluster 0 pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:53 smithi027 bash[31536]: audit 2023-12-07T12:48:52.503829+0000 mgr.a (mgr.24293) 7159 : audit 0 from='client.150438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:55 smithi022 bash[28554]: cluster 2023-12-07T12:48:54.413192+0000 mgr.a (mgr.24293) 7160 : 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-07T12:48:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:55 smithi022 bash[28554]: audit 2023-12-07T12:48:54.611244+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:55 smithi022 bash[28554]: audit 2023-12-07T12:48:54.617645+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:55 smithi022 bash[28554]: audit 2023-12-07T12:48:54.619247+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:48:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:55 smithi022 bash[28554]: audit 2023-12-07T12:48:54.620880+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:48:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:55 smithi022 bash[28554]: audit 2023-12-07T12:48:54.628725+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:55 smithi044 bash[32620]: cluster 2023-12-07T12:48:54.413192+0000 mgr.a (mgr.24293) 7160 : 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-07T12:48:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:55 smithi044 bash[32620]: audit 2023-12-07T12:48:54.611244+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:55 smithi044 bash[32620]: audit 2023-12-07T12:48:54.617645+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:55 smithi044 bash[32620]: audit 2023-12-07T12:48:54.619247+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:48:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:55 smithi044 bash[32620]: audit 2023-12-07T12:48:54.620880+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:48:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:55 smithi044 bash[32620]: audit 2023-12-07T12:48:54.628725+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:55 smithi027 bash[31536]: cluster 2023-12-07T12:48:54.413192+0000 mgr.a (mgr.24293) 7160 : 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-07T12:48:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:55 smithi027 bash[31536]: audit 2023-12-07T12:48:54.611244+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:55 smithi027 bash[31536]: audit 2023-12-07T12:48:54.617645+0000 mon.a (mon.0) 1446 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:55 smithi027 bash[31536]: audit 2023-12-07T12:48:54.619247+0000 mon.a (mon.0) 1447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:48:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:55 smithi027 bash[31536]: audit 2023-12-07T12:48:54.620880+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:48:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:55 smithi027 bash[31536]: audit 2023-12-07T12:48:54.628725+0000 mon.a (mon.0) 1449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:48:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:57 smithi044 bash[32620]: cluster 2023-12-07T12:48:56.413910+0000 mgr.a (mgr.24293) 7161 : 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-07T12:48:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:57 smithi022 bash[28554]: cluster 2023-12-07T12:48:56.413910+0000 mgr.a (mgr.24293) 7161 : 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-07T12:48:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:57 smithi027 bash[31536]: cluster 2023-12-07T12:48:56.413910+0000 mgr.a (mgr.24293) 7161 : 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-07T12:48:58.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:48:58.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:58.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:58.942 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:48:58.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:58.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:58.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:58.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:48:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:59 smithi044 bash[32620]: cluster 2023-12-07T12:48:58.414265+0000 mgr.a (mgr.24293) 7162 : 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-07T12:48:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:48:59 smithi044 bash[32620]: audit 2023-12-07T12:48:58.433370+0000 mgr.a (mgr.24293) 7163 : audit 0 from='client.150513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:59 smithi022 bash[28554]: cluster 2023-12-07T12:48:58.414265+0000 mgr.a (mgr.24293) 7162 : 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-07T12:48:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:48:59 smithi022 bash[28554]: audit 2023-12-07T12:48:58.433370+0000 mgr.a (mgr.24293) 7163 : audit 0 from='client.150513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:59 smithi027 bash[31536]: cluster 2023-12-07T12:48:58.414265+0000 mgr.a (mgr.24293) 7162 : 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-07T12:48:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:48:59 smithi027 bash[31536]: audit 2023-12-07T12:48:58.433370+0000 mgr.a (mgr.24293) 7163 : audit 0 from='client.150513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:01 smithi022 bash[28554]: cluster 2023-12-07T12:49:00.415033+0000 mgr.a (mgr.24293) 7164 : 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-07T12:49:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:01 smithi044 bash[32620]: cluster 2023-12-07T12:49:00.415033+0000 mgr.a (mgr.24293) 7164 : 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-07T12:49:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:01 smithi027 bash[31536]: cluster 2023-12-07T12:49:00.415033+0000 mgr.a (mgr.24293) 7164 : 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-07T12:49:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:03 smithi022 bash[28554]: cluster 2023-12-07T12:49:02.415927+0000 mgr.a (mgr.24293) 7165 : 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-07T12:49:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:03 smithi044 bash[32620]: cluster 2023-12-07T12:49:02.415927+0000 mgr.a (mgr.24293) 7165 : 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-07T12:49:03.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:03.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:03.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:03 smithi027 bash[31536]: cluster 2023-12-07T12:49:02.415927+0000 mgr.a (mgr.24293) 7165 : 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-07T12:49:04.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:04.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:04.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:04.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:04.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:05 smithi022 bash[28554]: audit 2023-12-07T12:49:04.352319+0000 mgr.a (mgr.24293) 7166 : audit 0 from='client.150582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:05 smithi022 bash[28554]: cluster 2023-12-07T12:49:04.416809+0000 mgr.a (mgr.24293) 7167 : 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-07T12:49:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:05 smithi044 bash[32620]: audit 2023-12-07T12:49:04.352319+0000 mgr.a (mgr.24293) 7166 : audit 0 from='client.150582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:05 smithi044 bash[32620]: cluster 2023-12-07T12:49:04.416809+0000 mgr.a (mgr.24293) 7167 : 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-07T12:49:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:05 smithi027 bash[31536]: audit 2023-12-07T12:49:04.352319+0000 mgr.a (mgr.24293) 7166 : audit 0 from='client.150582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:05 smithi027 bash[31536]: cluster 2023-12-07T12:49:04.416809+0000 mgr.a (mgr.24293) 7167 : 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-07T12:49:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:07 smithi044 bash[32620]: cluster 2023-12-07T12:49:06.417788+0000 mgr.a (mgr.24293) 7168 : cluster 0 pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:07 smithi022 bash[28554]: cluster 2023-12-07T12:49:06.417788+0000 mgr.a (mgr.24293) 7168 : cluster 0 pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:07 smithi027 bash[31536]: cluster 2023-12-07T12:49:06.417788+0000 mgr.a (mgr.24293) 7168 : cluster 0 pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:09.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:09.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:09.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:09 smithi022 bash[28554]: cluster 2023-12-07T12:49:08.418359+0000 mgr.a (mgr.24293) 7169 : cluster 0 pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:09 smithi044 bash[32620]: cluster 2023-12-07T12:49:08.418359+0000 mgr.a (mgr.24293) 7169 : cluster 0 pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:09 smithi027 bash[31536]: cluster 2023-12-07T12:49:08.418359+0000 mgr.a (mgr.24293) 7169 : cluster 0 pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:10.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:11 smithi022 bash[28554]: audit 2023-12-07T12:49:10.281115+0000 mgr.a (mgr.24293) 7170 : audit 0 from='client.150657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:11 smithi022 bash[28554]: cluster 2023-12-07T12:49:10.419136+0000 mgr.a (mgr.24293) 7171 : cluster 0 pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:11 smithi044 bash[32620]: audit 2023-12-07T12:49:10.281115+0000 mgr.a (mgr.24293) 7170 : audit 0 from='client.150657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:11 smithi044 bash[32620]: cluster 2023-12-07T12:49:10.419136+0000 mgr.a (mgr.24293) 7171 : cluster 0 pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:11 smithi027 bash[31536]: audit 2023-12-07T12:49:10.281115+0000 mgr.a (mgr.24293) 7170 : audit 0 from='client.150657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:11 smithi027 bash[31536]: cluster 2023-12-07T12:49:10.419136+0000 mgr.a (mgr.24293) 7171 : cluster 0 pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:13 smithi044 bash[32620]: cluster 2023-12-07T12:49:12.420275+0000 mgr.a (mgr.24293) 7172 : cluster 0 pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:49:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:13 smithi022 bash[28554]: cluster 2023-12-07T12:49:12.420275+0000 mgr.a (mgr.24293) 7172 : cluster 0 pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:49:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:13 smithi027 bash[31536]: cluster 2023-12-07T12:49:12.420275+0000 mgr.a (mgr.24293) 7172 : cluster 0 pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:49:15.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:15.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:15.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:15 smithi044 bash[32620]: cluster 2023-12-07T12:49:14.421071+0000 mgr.a (mgr.24293) 7173 : cluster 0 pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:49:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:15 smithi022 bash[28554]: cluster 2023-12-07T12:49:14.421071+0000 mgr.a (mgr.24293) 7173 : cluster 0 pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:49:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:15 smithi027 bash[31536]: cluster 2023-12-07T12:49:14.421071+0000 mgr.a (mgr.24293) 7173 : cluster 0 pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:49:16.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:16.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:16.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:16.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:16.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:17 smithi022 bash[28554]: audit 2023-12-07T12:49:16.247686+0000 mgr.a (mgr.24293) 7174 : audit 0 from='client.150732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:17 smithi022 bash[28554]: cluster 2023-12-07T12:49:16.421872+0000 mgr.a (mgr.24293) 7175 : 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-07T12:49:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:17 smithi044 bash[32620]: audit 2023-12-07T12:49:16.247686+0000 mgr.a (mgr.24293) 7174 : audit 0 from='client.150732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:17 smithi044 bash[32620]: cluster 2023-12-07T12:49:16.421872+0000 mgr.a (mgr.24293) 7175 : 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-07T12:49:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:17 smithi027 bash[31536]: audit 2023-12-07T12:49:16.247686+0000 mgr.a (mgr.24293) 7174 : audit 0 from='client.150732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:17 smithi027 bash[31536]: cluster 2023-12-07T12:49:16.421872+0000 mgr.a (mgr.24293) 7175 : 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-07T12:49:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:19 smithi044 bash[32620]: cluster 2023-12-07T12:49:18.422509+0000 mgr.a (mgr.24293) 7176 : cluster 0 pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:49:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:19 smithi022 bash[28554]: cluster 2023-12-07T12:49:18.422509+0000 mgr.a (mgr.24293) 7176 : cluster 0 pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:49:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:19 smithi027 bash[31536]: cluster 2023-12-07T12:49:18.422509+0000 mgr.a (mgr.24293) 7176 : cluster 0 pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:49:21.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:21.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:21.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:21 smithi022 bash[28554]: cluster 2023-12-07T12:49:20.423163+0000 mgr.a (mgr.24293) 7177 : cluster 0 pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:49:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:21 smithi044 bash[32620]: cluster 2023-12-07T12:49:20.423163+0000 mgr.a (mgr.24293) 7177 : cluster 0 pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:49:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:21 smithi027 bash[31536]: cluster 2023-12-07T12:49:20.423163+0000 mgr.a (mgr.24293) 7177 : cluster 0 pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:49:22.696 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:22.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:22.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:22.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:22.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:23 smithi022 bash[28554]: audit 2023-12-07T12:49:22.174764+0000 mgr.a (mgr.24293) 7178 : audit 0 from='client.150807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:23 smithi022 bash[28554]: cluster 2023-12-07T12:49:22.423903+0000 mgr.a (mgr.24293) 7179 : cluster 0 pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:23 smithi044 bash[32620]: audit 2023-12-07T12:49:22.174764+0000 mgr.a (mgr.24293) 7178 : audit 0 from='client.150807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:23 smithi044 bash[32620]: cluster 2023-12-07T12:49:22.423903+0000 mgr.a (mgr.24293) 7179 : cluster 0 pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:23 smithi027 bash[31536]: audit 2023-12-07T12:49:22.174764+0000 mgr.a (mgr.24293) 7178 : audit 0 from='client.150807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:23 smithi027 bash[31536]: cluster 2023-12-07T12:49:22.423903+0000 mgr.a (mgr.24293) 7179 : cluster 0 pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:25 smithi022 bash[28554]: cluster 2023-12-07T12:49:24.424537+0000 mgr.a (mgr.24293) 7180 : cluster 0 pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:49:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:25 smithi044 bash[32620]: cluster 2023-12-07T12:49:24.424537+0000 mgr.a (mgr.24293) 7180 : cluster 0 pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:49:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:25 smithi027 bash[31536]: cluster 2023-12-07T12:49:24.424537+0000 mgr.a (mgr.24293) 7180 : cluster 0 pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:49:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:27 smithi022 bash[28554]: cluster 2023-12-07T12:49:26.425348+0000 mgr.a (mgr.24293) 7181 : cluster 0 pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:27 smithi044 bash[32620]: cluster 2023-12-07T12:49:26.425348+0000 mgr.a (mgr.24293) 7181 : cluster 0 pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:27.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:27.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:27.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:27 smithi027 bash[31536]: cluster 2023-12-07T12:49:26.425348+0000 mgr.a (mgr.24293) 7181 : cluster 0 pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:28.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:28.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:28.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:28.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:28.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:29 smithi022 bash[28554]: audit 2023-12-07T12:49:28.117438+0000 mgr.a (mgr.24293) 7182 : audit 0 from='client.150882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:29 smithi022 bash[28554]: cluster 2023-12-07T12:49:28.425761+0000 mgr.a (mgr.24293) 7183 : 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-07T12:49:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:29 smithi044 bash[32620]: audit 2023-12-07T12:49:28.117438+0000 mgr.a (mgr.24293) 7182 : audit 0 from='client.150882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:29 smithi044 bash[32620]: cluster 2023-12-07T12:49:28.425761+0000 mgr.a (mgr.24293) 7183 : 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-07T12:49:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:29 smithi027 bash[31536]: audit 2023-12-07T12:49:28.117438+0000 mgr.a (mgr.24293) 7182 : audit 0 from='client.150882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:29 smithi027 bash[31536]: cluster 2023-12-07T12:49:28.425761+0000 mgr.a (mgr.24293) 7183 : 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-07T12:49:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:31 smithi022 bash[28554]: cluster 2023-12-07T12:49:30.426536+0000 mgr.a (mgr.24293) 7184 : cluster 0 pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:31 smithi044 bash[32620]: cluster 2023-12-07T12:49:30.426536+0000 mgr.a (mgr.24293) 7184 : cluster 0 pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:31 smithi027 bash[31536]: cluster 2023-12-07T12:49:30.426536+0000 mgr.a (mgr.24293) 7184 : cluster 0 pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:33.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:33.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:33.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:33 smithi022 bash[28554]: cluster 2023-12-07T12:49:32.427202+0000 mgr.a (mgr.24293) 7185 : cluster 0 pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:33 smithi044 bash[32620]: cluster 2023-12-07T12:49:32.427202+0000 mgr.a (mgr.24293) 7185 : cluster 0 pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:33 smithi027 bash[31536]: cluster 2023-12-07T12:49:32.427202+0000 mgr.a (mgr.24293) 7185 : cluster 0 pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:49:34.573 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:34.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:34.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:34.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:34.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:35 smithi044 bash[32620]: audit 2023-12-07T12:49:34.048225+0000 mgr.a (mgr.24293) 7186 : audit 0 from='client.150960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:35 smithi044 bash[32620]: cluster 2023-12-07T12:49:34.431758+0000 mgr.a (mgr.24293) 7187 : 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-07T12:49:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:35 smithi022 bash[28554]: audit 2023-12-07T12:49:34.048225+0000 mgr.a (mgr.24293) 7186 : audit 0 from='client.150960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:35 smithi022 bash[28554]: cluster 2023-12-07T12:49:34.431758+0000 mgr.a (mgr.24293) 7187 : 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-07T12:49:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:35 smithi027 bash[31536]: audit 2023-12-07T12:49:34.048225+0000 mgr.a (mgr.24293) 7186 : audit 0 from='client.150960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:35 smithi027 bash[31536]: cluster 2023-12-07T12:49:34.431758+0000 mgr.a (mgr.24293) 7187 : 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-07T12:49:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:37 smithi022 bash[28554]: cluster 2023-12-07T12:49:36.432630+0000 mgr.a (mgr.24293) 7188 : 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-07T12:49:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:37 smithi044 bash[32620]: cluster 2023-12-07T12:49:36.432630+0000 mgr.a (mgr.24293) 7188 : 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-07T12:49:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:37 smithi027 bash[31536]: cluster 2023-12-07T12:49:36.432630+0000 mgr.a (mgr.24293) 7188 : 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-07T12:49:39.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:39.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:39.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:39 smithi022 bash[28554]: cluster 2023-12-07T12:49:38.433184+0000 mgr.a (mgr.24293) 7189 : 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-07T12:49:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:39 smithi044 bash[32620]: cluster 2023-12-07T12:49:38.433184+0000 mgr.a (mgr.24293) 7189 : 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-07T12:49:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:39 smithi027 bash[31536]: cluster 2023-12-07T12:49:38.433184+0000 mgr.a (mgr.24293) 7189 : 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-07T12:49:40.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:40.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:40.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:40.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:40.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:41 smithi022 bash[28554]: audit 2023-12-07T12:49:39.986491+0000 mgr.a (mgr.24293) 7190 : audit 0 from='client.151035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:41 smithi022 bash[28554]: cluster 2023-12-07T12:49:40.433973+0000 mgr.a (mgr.24293) 7191 : cluster 0 pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:49:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:41 smithi044 bash[32620]: audit 2023-12-07T12:49:39.986491+0000 mgr.a (mgr.24293) 7190 : audit 0 from='client.151035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:41 smithi044 bash[32620]: cluster 2023-12-07T12:49:40.433973+0000 mgr.a (mgr.24293) 7191 : cluster 0 pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:49:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:41 smithi027 bash[31536]: audit 2023-12-07T12:49:39.986491+0000 mgr.a (mgr.24293) 7190 : audit 0 from='client.151035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:41 smithi027 bash[31536]: cluster 2023-12-07T12:49:40.433973+0000 mgr.a (mgr.24293) 7191 : cluster 0 pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:49:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:43 smithi044 bash[32620]: cluster 2023-12-07T12:49:42.434664+0000 mgr.a (mgr.24293) 7192 : cluster 0 pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:43 smithi022 bash[28554]: cluster 2023-12-07T12:49:42.434664+0000 mgr.a (mgr.24293) 7192 : cluster 0 pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:43 smithi027 bash[31536]: cluster 2023-12-07T12:49:42.434664+0000 mgr.a (mgr.24293) 7192 : cluster 0 pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:45.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:45.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:45.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:45 smithi022 bash[28554]: cluster 2023-12-07T12:49:44.435223+0000 mgr.a (mgr.24293) 7193 : cluster 0 pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:45 smithi044 bash[32620]: cluster 2023-12-07T12:49:44.435223+0000 mgr.a (mgr.24293) 7193 : cluster 0 pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:45 smithi027 bash[31536]: cluster 2023-12-07T12:49:44.435223+0000 mgr.a (mgr.24293) 7193 : cluster 0 pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:46.479 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:46.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:46.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:46.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:46.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:47 smithi044 bash[32620]: audit 2023-12-07T12:49:45.933303+0000 mgr.a (mgr.24293) 7194 : audit 0 from='client.151104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:47 smithi044 bash[32620]: cluster 2023-12-07T12:49:46.435985+0000 mgr.a (mgr.24293) 7195 : 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-07T12:49:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:47 smithi022 bash[28554]: audit 2023-12-07T12:49:45.933303+0000 mgr.a (mgr.24293) 7194 : audit 0 from='client.151104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:47 smithi022 bash[28554]: cluster 2023-12-07T12:49:46.435985+0000 mgr.a (mgr.24293) 7195 : 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-07T12:49:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:47 smithi027 bash[31536]: audit 2023-12-07T12:49:45.933303+0000 mgr.a (mgr.24293) 7194 : audit 0 from='client.151104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:47 smithi027 bash[31536]: cluster 2023-12-07T12:49:46.435985+0000 mgr.a (mgr.24293) 7195 : 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-07T12:49:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:49 smithi044 bash[32620]: cluster 2023-12-07T12:49:48.436549+0000 mgr.a (mgr.24293) 7196 : 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-07T12:49:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:49 smithi022 bash[28554]: cluster 2023-12-07T12:49:48.436549+0000 mgr.a (mgr.24293) 7196 : 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-07T12:49:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:49 smithi027 bash[31536]: cluster 2023-12-07T12:49:48.436549+0000 mgr.a (mgr.24293) 7196 : 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-07T12:49:51.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:51.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:51.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:51 smithi022 bash[28554]: cluster 2023-12-07T12:49:50.437226+0000 mgr.a (mgr.24293) 7197 : cluster 0 pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:49:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:51 smithi044 bash[32620]: cluster 2023-12-07T12:49:50.437226+0000 mgr.a (mgr.24293) 7197 : cluster 0 pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:49:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:51 smithi027 bash[31536]: cluster 2023-12-07T12:49:50.437226+0000 mgr.a (mgr.24293) 7197 : cluster 0 pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:49:52.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:52.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:52.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:52.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:52.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:53 smithi044 bash[32620]: audit 2023-12-07T12:49:51.888251+0000 mgr.a (mgr.24293) 7198 : audit 0 from='client.151182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:53 smithi044 bash[32620]: cluster 2023-12-07T12:49:52.437882+0000 mgr.a (mgr.24293) 7199 : cluster 0 pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:53 smithi022 bash[28554]: audit 2023-12-07T12:49:51.888251+0000 mgr.a (mgr.24293) 7198 : audit 0 from='client.151182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:53 smithi022 bash[28554]: cluster 2023-12-07T12:49:52.437882+0000 mgr.a (mgr.24293) 7199 : cluster 0 pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:53 smithi027 bash[31536]: audit 2023-12-07T12:49:51.888251+0000 mgr.a (mgr.24293) 7198 : audit 0 from='client.151182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:53 smithi027 bash[31536]: cluster 2023-12-07T12:49:52.437882+0000 mgr.a (mgr.24293) 7199 : cluster 0 pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:55 smithi022 bash[28554]: cluster 2023-12-07T12:49:54.438417+0000 mgr.a (mgr.24293) 7200 : cluster 0 pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:55 smithi022 bash[28554]: audit 2023-12-07T12:49:54.732257+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:49:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:55 smithi044 bash[32620]: cluster 2023-12-07T12:49:54.438417+0000 mgr.a (mgr.24293) 7200 : cluster 0 pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:55 smithi044 bash[32620]: audit 2023-12-07T12:49:54.732257+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:49:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:55 smithi027 bash[31536]: cluster 2023-12-07T12:49:54.438417+0000 mgr.a (mgr.24293) 7200 : cluster 0 pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:55 smithi027 bash[31536]: audit 2023-12-07T12:49:54.732257+0000 mon.a (mon.0) 1450 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:49:57.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:49:57.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:57.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:57.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:57 smithi022 bash[28554]: cluster 2023-12-07T12:49:56.439183+0000 mgr.a (mgr.24293) 7201 : cluster 0 pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:49:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:57 smithi044 bash[32620]: cluster 2023-12-07T12:49:56.439183+0000 mgr.a (mgr.24293) 7201 : cluster 0 pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:49:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:57 smithi027 bash[31536]: cluster 2023-12-07T12:49:56.439183+0000 mgr.a (mgr.24293) 7201 : cluster 0 pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:49:58.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:49:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:49:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:59 smithi044 bash[32620]: audit 2023-12-07T12:49:57.857170+0000 mgr.a (mgr.24293) 7202 : audit 0 from='client.151260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:49:59 smithi044 bash[32620]: cluster 2023-12-07T12:49:58.440083+0000 mgr.a (mgr.24293) 7203 : 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-07T12:49:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:59 smithi022 bash[28554]: audit 2023-12-07T12:49:57.857170+0000 mgr.a (mgr.24293) 7202 : audit 0 from='client.151260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:49:59 smithi022 bash[28554]: cluster 2023-12-07T12:49:58.440083+0000 mgr.a (mgr.24293) 7203 : 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-07T12:49:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:59 smithi027 bash[31536]: audit 2023-12-07T12:49:57.857170+0000 mgr.a (mgr.24293) 7202 : audit 0 from='client.151260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:49:59 smithi027 bash[31536]: cluster 2023-12-07T12:49:58.440083+0000 mgr.a (mgr.24293) 7203 : 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-07T12:50:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:00 smithi022 bash[28554]: cluster 2023-12-07T12:50:00.000112+0000 mon.a (mon.0) 1451 : cluster 1 overall HEALTH_OK 2023-12-07T12:50:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:00 smithi044 bash[32620]: cluster 2023-12-07T12:50:00.000112+0000 mon.a (mon.0) 1451 : cluster 1 overall HEALTH_OK 2023-12-07T12:50:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:00 smithi027 bash[31536]: cluster 2023-12-07T12:50:00.000112+0000 mon.a (mon.0) 1451 : cluster 1 overall HEALTH_OK 2023-12-07T12:50:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:01 smithi027 bash[31536]: cluster 2023-12-07T12:50:00.441009+0000 mgr.a (mgr.24293) 7204 : cluster 0 pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:50:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:01 smithi022 bash[28554]: cluster 2023-12-07T12:50:00.441009+0000 mgr.a (mgr.24293) 7204 : cluster 0 pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:50:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:01 smithi044 bash[32620]: cluster 2023-12-07T12:50:00.441009+0000 mgr.a (mgr.24293) 7204 : cluster 0 pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:50:03.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:03.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:03.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:03 smithi022 bash[28554]: cluster 2023-12-07T12:50:02.441663+0000 mgr.a (mgr.24293) 7205 : cluster 0 pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:03 smithi044 bash[32620]: cluster 2023-12-07T12:50:02.441663+0000 mgr.a (mgr.24293) 7205 : cluster 0 pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:03 smithi027 bash[31536]: cluster 2023-12-07T12:50:02.441663+0000 mgr.a (mgr.24293) 7205 : cluster 0 pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:04.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:05 smithi022 bash[28554]: audit 2023-12-07T12:50:03.810181+0000 mgr.a (mgr.24293) 7206 : audit 0 from='client.151338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:05 smithi022 bash[28554]: cluster 2023-12-07T12:50:04.442428+0000 mgr.a (mgr.24293) 7207 : 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-07T12:50:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:05 smithi044 bash[32620]: audit 2023-12-07T12:50:03.810181+0000 mgr.a (mgr.24293) 7206 : audit 0 from='client.151338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:05 smithi044 bash[32620]: cluster 2023-12-07T12:50:04.442428+0000 mgr.a (mgr.24293) 7207 : 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-07T12:50:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:05 smithi027 bash[31536]: audit 2023-12-07T12:50:03.810181+0000 mgr.a (mgr.24293) 7206 : audit 0 from='client.151338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:05 smithi027 bash[31536]: cluster 2023-12-07T12:50:04.442428+0000 mgr.a (mgr.24293) 7207 : 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-07T12:50:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:06 smithi027 bash[31536]: audit 2023-12-07T12:50:05.680588+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:06 smithi027 bash[31536]: audit 2023-12-07T12:50:05.686851+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:06 smithi027 bash[31536]: audit 2023-12-07T12:50:05.688629+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:50:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:06 smithi027 bash[31536]: audit 2023-12-07T12:50:05.690258+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:50:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:06 smithi027 bash[31536]: audit 2023-12-07T12:50:05.698708+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:06 smithi027 bash[31536]: cluster 2023-12-07T12:50:06.443227+0000 mgr.a (mgr.24293) 7208 : 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-07T12:50:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:06 smithi022 bash[28554]: audit 2023-12-07T12:50:05.680588+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:06 smithi022 bash[28554]: audit 2023-12-07T12:50:05.686851+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:06 smithi022 bash[28554]: audit 2023-12-07T12:50:05.688629+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:50:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:06 smithi022 bash[28554]: audit 2023-12-07T12:50:05.690258+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:50:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:06 smithi022 bash[28554]: audit 2023-12-07T12:50:05.698708+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:06 smithi022 bash[28554]: cluster 2023-12-07T12:50:06.443227+0000 mgr.a (mgr.24293) 7208 : 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-07T12:50:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:06 smithi044 bash[32620]: audit 2023-12-07T12:50:05.680588+0000 mon.a (mon.0) 1452 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:06 smithi044 bash[32620]: audit 2023-12-07T12:50:05.686851+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:06 smithi044 bash[32620]: audit 2023-12-07T12:50:05.688629+0000 mon.a (mon.0) 1454 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:50:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:06 smithi044 bash[32620]: audit 2023-12-07T12:50:05.690258+0000 mon.a (mon.0) 1455 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:50:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:06 smithi044 bash[32620]: audit 2023-12-07T12:50:05.698708+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:50:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:06 smithi044 bash[32620]: cluster 2023-12-07T12:50:06.443227+0000 mgr.a (mgr.24293) 7208 : 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-07T12:50:09.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:09.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:09.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:09 smithi022 bash[28554]: cluster 2023-12-07T12:50:08.443927+0000 mgr.a (mgr.24293) 7209 : 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-07T12:50:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:09 smithi044 bash[32620]: cluster 2023-12-07T12:50:08.443927+0000 mgr.a (mgr.24293) 7209 : 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-07T12:50:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:09 smithi027 bash[31536]: cluster 2023-12-07T12:50:08.443927+0000 mgr.a (mgr.24293) 7209 : 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-07T12:50:10.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:10.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:10.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:10.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:10.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:11 smithi044 bash[32620]: audit 2023-12-07T12:50:09.754423+0000 mgr.a (mgr.24293) 7210 : audit 0 from='client.151416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:11 smithi044 bash[32620]: cluster 2023-12-07T12:50:10.444873+0000 mgr.a (mgr.24293) 7211 : cluster 0 pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:11 smithi022 bash[28554]: audit 2023-12-07T12:50:09.754423+0000 mgr.a (mgr.24293) 7210 : audit 0 from='client.151416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:11 smithi022 bash[28554]: cluster 2023-12-07T12:50:10.444873+0000 mgr.a (mgr.24293) 7211 : cluster 0 pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:11 smithi027 bash[31536]: audit 2023-12-07T12:50:09.754423+0000 mgr.a (mgr.24293) 7210 : audit 0 from='client.151416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:11 smithi027 bash[31536]: cluster 2023-12-07T12:50:10.444873+0000 mgr.a (mgr.24293) 7211 : cluster 0 pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:13 smithi044 bash[32620]: cluster 2023-12-07T12:50:12.445450+0000 mgr.a (mgr.24293) 7212 : cluster 0 pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:13 smithi022 bash[28554]: cluster 2023-12-07T12:50:12.445450+0000 mgr.a (mgr.24293) 7212 : cluster 0 pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:13 smithi027 bash[31536]: cluster 2023-12-07T12:50:12.445450+0000 mgr.a (mgr.24293) 7212 : cluster 0 pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:15.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:15.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:15.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:15.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:15 smithi022 bash[28554]: cluster 2023-12-07T12:50:14.446016+0000 mgr.a (mgr.24293) 7213 : cluster 0 pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:15 smithi044 bash[32620]: cluster 2023-12-07T12:50:14.446016+0000 mgr.a (mgr.24293) 7213 : cluster 0 pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:15 smithi027 bash[31536]: cluster 2023-12-07T12:50:14.446016+0000 mgr.a (mgr.24293) 7213 : cluster 0 pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:16.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:16.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:16.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:16.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:16.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:17 smithi027 bash[31536]: audit 2023-12-07T12:50:15.700700+0000 mgr.a (mgr.24293) 7214 : audit 0 from='client.151488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:17 smithi027 bash[31536]: cluster 2023-12-07T12:50:16.447007+0000 mgr.a (mgr.24293) 7215 : 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-07T12:50:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:17 smithi022 bash[28554]: audit 2023-12-07T12:50:15.700700+0000 mgr.a (mgr.24293) 7214 : audit 0 from='client.151488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:17 smithi022 bash[28554]: cluster 2023-12-07T12:50:16.447007+0000 mgr.a (mgr.24293) 7215 : 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-07T12:50:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:17 smithi044 bash[32620]: audit 2023-12-07T12:50:15.700700+0000 mgr.a (mgr.24293) 7214 : audit 0 from='client.151488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:17 smithi044 bash[32620]: cluster 2023-12-07T12:50:16.447007+0000 mgr.a (mgr.24293) 7215 : 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-07T12:50:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:19 smithi022 bash[28554]: cluster 2023-12-07T12:50:18.447593+0000 mgr.a (mgr.24293) 7216 : 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-07T12:50:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:19 smithi044 bash[32620]: cluster 2023-12-07T12:50:18.447593+0000 mgr.a (mgr.24293) 7216 : 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-07T12:50:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:19 smithi027 bash[31536]: cluster 2023-12-07T12:50:18.447593+0000 mgr.a (mgr.24293) 7216 : 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-07T12:50:21.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:21.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:21.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:21 smithi022 bash[28554]: cluster 2023-12-07T12:50:20.448473+0000 mgr.a (mgr.24293) 7217 : cluster 0 pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:21 smithi044 bash[32620]: cluster 2023-12-07T12:50:20.448473+0000 mgr.a (mgr.24293) 7217 : cluster 0 pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:21 smithi027 bash[31536]: cluster 2023-12-07T12:50:20.448473+0000 mgr.a (mgr.24293) 7217 : cluster 0 pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:22.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:22.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:22.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:22.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:22.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:23 smithi022 bash[28554]: audit 2023-12-07T12:50:21.661353+0000 mgr.a (mgr.24293) 7218 : audit 0 from='client.151563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:23 smithi022 bash[28554]: cluster 2023-12-07T12:50:22.449155+0000 mgr.a (mgr.24293) 7219 : cluster 0 pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:23 smithi044 bash[32620]: audit 2023-12-07T12:50:21.661353+0000 mgr.a (mgr.24293) 7218 : audit 0 from='client.151563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:23 smithi044 bash[32620]: cluster 2023-12-07T12:50:22.449155+0000 mgr.a (mgr.24293) 7219 : cluster 0 pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:23 smithi027 bash[31536]: audit 2023-12-07T12:50:21.661353+0000 mgr.a (mgr.24293) 7218 : audit 0 from='client.151563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:23 smithi027 bash[31536]: cluster 2023-12-07T12:50:22.449155+0000 mgr.a (mgr.24293) 7219 : cluster 0 pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:25 smithi022 bash[28554]: cluster 2023-12-07T12:50:24.449727+0000 mgr.a (mgr.24293) 7220 : cluster 0 pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:25 smithi044 bash[32620]: cluster 2023-12-07T12:50:24.449727+0000 mgr.a (mgr.24293) 7220 : cluster 0 pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:25 smithi027 bash[31536]: cluster 2023-12-07T12:50:24.449727+0000 mgr.a (mgr.24293) 7220 : cluster 0 pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:27.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:27.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:27.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:27 smithi027 bash[31536]: cluster 2023-12-07T12:50:26.450600+0000 mgr.a (mgr.24293) 7221 : cluster 0 pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:27 smithi022 bash[28554]: cluster 2023-12-07T12:50:26.450600+0000 mgr.a (mgr.24293) 7221 : cluster 0 pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:27 smithi044 bash[32620]: cluster 2023-12-07T12:50:26.450600+0000 mgr.a (mgr.24293) 7221 : cluster 0 pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:28.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:29 smithi022 bash[28554]: audit 2023-12-07T12:50:27.613288+0000 mgr.a (mgr.24293) 7222 : audit 0 from='client.151635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:29 smithi022 bash[28554]: cluster 2023-12-07T12:50:28.451276+0000 mgr.a (mgr.24293) 7223 : 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-07T12:50:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:29 smithi044 bash[32620]: audit 2023-12-07T12:50:27.613288+0000 mgr.a (mgr.24293) 7222 : audit 0 from='client.151635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:29 smithi044 bash[32620]: cluster 2023-12-07T12:50:28.451276+0000 mgr.a (mgr.24293) 7223 : 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-07T12:50:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:29 smithi027 bash[31536]: audit 2023-12-07T12:50:27.613288+0000 mgr.a (mgr.24293) 7222 : audit 0 from='client.151635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:29 smithi027 bash[31536]: cluster 2023-12-07T12:50:28.451276+0000 mgr.a (mgr.24293) 7223 : 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-07T12:50:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:31 smithi044 bash[32620]: cluster 2023-12-07T12:50:30.452134+0000 mgr.a (mgr.24293) 7224 : cluster 0 pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:31 smithi022 bash[28554]: cluster 2023-12-07T12:50:30.452134+0000 mgr.a (mgr.24293) 7224 : cluster 0 pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:31 smithi027 bash[31536]: cluster 2023-12-07T12:50:30.452134+0000 mgr.a (mgr.24293) 7224 : cluster 0 pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:33.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:33.139 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:33.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:33 smithi022 bash[28554]: cluster 2023-12-07T12:50:32.452719+0000 mgr.a (mgr.24293) 7225 : cluster 0 pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:33 smithi044 bash[32620]: cluster 2023-12-07T12:50:32.452719+0000 mgr.a (mgr.24293) 7225 : cluster 0 pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:33 smithi027 bash[31536]: cluster 2023-12-07T12:50:32.452719+0000 mgr.a (mgr.24293) 7225 : cluster 0 pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:34.079 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:34.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:34.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:34.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:34.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:34 smithi044 bash[32620]: audit 2023-12-07T12:50:33.552822+0000 mgr.a (mgr.24293) 7226 : audit 0 from='client.151713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:34 smithi022 bash[28554]: audit 2023-12-07T12:50:33.552822+0000 mgr.a (mgr.24293) 7226 : audit 0 from='client.151713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:34 smithi027 bash[31536]: audit 2023-12-07T12:50:33.552822+0000 mgr.a (mgr.24293) 7226 : audit 0 from='client.151713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:35 smithi044 bash[32620]: cluster 2023-12-07T12:50:34.453529+0000 mgr.a (mgr.24293) 7227 : 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-07T12:50:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:35 smithi022 bash[28554]: cluster 2023-12-07T12:50:34.453529+0000 mgr.a (mgr.24293) 7227 : 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-07T12:50:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:35 smithi027 bash[31536]: cluster 2023-12-07T12:50:34.453529+0000 mgr.a (mgr.24293) 7227 : 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-07T12:50:37.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:37 smithi027 bash[31536]: cluster 2023-12-07T12:50:36.454354+0000 mgr.a (mgr.24293) 7228 : 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-07T12:50:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:37 smithi044 bash[32620]: cluster 2023-12-07T12:50:36.454354+0000 mgr.a (mgr.24293) 7228 : 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-07T12:50:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:37 smithi022 bash[28554]: cluster 2023-12-07T12:50:36.454354+0000 mgr.a (mgr.24293) 7228 : 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-07T12:50:39.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:39.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:39.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:39 smithi044 bash[32620]: cluster 2023-12-07T12:50:38.455001+0000 mgr.a (mgr.24293) 7229 : 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-07T12:50:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:39 smithi022 bash[28554]: cluster 2023-12-07T12:50:38.455001+0000 mgr.a (mgr.24293) 7229 : 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-07T12:50:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:39 smithi027 bash[31536]: cluster 2023-12-07T12:50:38.455001+0000 mgr.a (mgr.24293) 7229 : 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-07T12:50:39.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:39.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:39.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:39.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:39.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:40 smithi022 bash[28554]: audit 2023-12-07T12:50:39.488434+0000 mgr.a (mgr.24293) 7230 : audit 0 from='client.151788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:40 smithi044 bash[32620]: audit 2023-12-07T12:50:39.488434+0000 mgr.a (mgr.24293) 7230 : audit 0 from='client.151788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:40 smithi027 bash[31536]: audit 2023-12-07T12:50:39.488434+0000 mgr.a (mgr.24293) 7230 : audit 0 from='client.151788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:41 smithi022 bash[28554]: cluster 2023-12-07T12:50:40.455875+0000 mgr.a (mgr.24293) 7231 : cluster 0 pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:41 smithi044 bash[32620]: cluster 2023-12-07T12:50:40.455875+0000 mgr.a (mgr.24293) 7231 : cluster 0 pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:41 smithi027 bash[31536]: cluster 2023-12-07T12:50:40.455875+0000 mgr.a (mgr.24293) 7231 : cluster 0 pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:43 smithi022 bash[28554]: cluster 2023-12-07T12:50:42.456378+0000 mgr.a (mgr.24293) 7232 : cluster 0 pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:43 smithi044 bash[32620]: cluster 2023-12-07T12:50:42.456378+0000 mgr.a (mgr.24293) 7232 : cluster 0 pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:43 smithi027 bash[31536]: cluster 2023-12-07T12:50:42.456378+0000 mgr.a (mgr.24293) 7232 : cluster 0 pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:44.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:44.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:44.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:45.921 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:45.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:45.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:45.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:45.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:45 smithi044 bash[32620]: cluster 2023-12-07T12:50:44.456932+0000 mgr.a (mgr.24293) 7233 : 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-07T12:50:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:45 smithi022 bash[28554]: cluster 2023-12-07T12:50:44.456932+0000 mgr.a (mgr.24293) 7233 : 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-07T12:50:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:45 smithi027 bash[31536]: cluster 2023-12-07T12:50:44.456932+0000 mgr.a (mgr.24293) 7233 : 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-07T12:50:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:46 smithi044 bash[32620]: audit 2023-12-07T12:50:45.398714+0000 mgr.a (mgr.24293) 7234 : audit 0 from='client.151863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:46 smithi022 bash[28554]: audit 2023-12-07T12:50:45.398714+0000 mgr.a (mgr.24293) 7234 : audit 0 from='client.151863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:46 smithi027 bash[31536]: audit 2023-12-07T12:50:45.398714+0000 mgr.a (mgr.24293) 7234 : audit 0 from='client.151863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:47 smithi022 bash[28554]: cluster 2023-12-07T12:50:46.457875+0000 mgr.a (mgr.24293) 7235 : 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-07T12:50:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:47 smithi044 bash[32620]: cluster 2023-12-07T12:50:46.457875+0000 mgr.a (mgr.24293) 7235 : 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-07T12:50:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:47 smithi027 bash[31536]: cluster 2023-12-07T12:50:46.457875+0000 mgr.a (mgr.24293) 7235 : 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-07T12:50:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:49 smithi044 bash[32620]: cluster 2023-12-07T12:50:48.458451+0000 mgr.a (mgr.24293) 7236 : 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-07T12:50:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:49 smithi022 bash[28554]: cluster 2023-12-07T12:50:48.458451+0000 mgr.a (mgr.24293) 7236 : 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-07T12:50:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:49 smithi027 bash[31536]: cluster 2023-12-07T12:50:48.458451+0000 mgr.a (mgr.24293) 7236 : 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-07T12:50:50.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:50.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:50.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:51.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:51.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:51.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:51.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:51.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:51 smithi044 bash[32620]: cluster 2023-12-07T12:50:50.459255+0000 mgr.a (mgr.24293) 7237 : 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-07T12:50:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:51 smithi022 bash[28554]: cluster 2023-12-07T12:50:50.459255+0000 mgr.a (mgr.24293) 7237 : 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-07T12:50:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:51 smithi027 bash[31536]: cluster 2023-12-07T12:50:50.459255+0000 mgr.a (mgr.24293) 7237 : 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-07T12:50:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:52 smithi022 bash[28554]: audit 2023-12-07T12:50:51.336837+0000 mgr.a (mgr.24293) 7238 : audit 0 from='client.151935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:52 smithi044 bash[32620]: audit 2023-12-07T12:50:51.336837+0000 mgr.a (mgr.24293) 7238 : audit 0 from='client.151935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:52 smithi027 bash[31536]: audit 2023-12-07T12:50:51.336837+0000 mgr.a (mgr.24293) 7238 : audit 0 from='client.151935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:53 smithi044 bash[32620]: cluster 2023-12-07T12:50:52.460009+0000 mgr.a (mgr.24293) 7239 : cluster 0 pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:53 smithi022 bash[28554]: cluster 2023-12-07T12:50:52.460009+0000 mgr.a (mgr.24293) 7239 : cluster 0 pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:53 smithi027 bash[31536]: cluster 2023-12-07T12:50:52.460009+0000 mgr.a (mgr.24293) 7239 : cluster 0 pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:55 smithi022 bash[28554]: cluster 2023-12-07T12:50:54.460623+0000 mgr.a (mgr.24293) 7240 : 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-07T12:50:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:55 smithi044 bash[32620]: cluster 2023-12-07T12:50:54.460623+0000 mgr.a (mgr.24293) 7240 : 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-07T12:50:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:55 smithi027 bash[31536]: cluster 2023-12-07T12:50:54.460623+0000 mgr.a (mgr.24293) 7240 : 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-07T12:50:56.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:50:56.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:56.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:57 smithi027 bash[31536]: cluster 2023-12-07T12:50:56.461427+0000 mgr.a (mgr.24293) 7241 : 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-07T12:50:57.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:50:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:50:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:57 smithi022 bash[28554]: cluster 2023-12-07T12:50:56.461427+0000 mgr.a (mgr.24293) 7241 : 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-07T12:50:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:57 smithi044 bash[32620]: cluster 2023-12-07T12:50:56.461427+0000 mgr.a (mgr.24293) 7241 : 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-07T12:50:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:58 smithi027 bash[31536]: audit 2023-12-07T12:50:57.265680+0000 mgr.a (mgr.24293) 7242 : audit 0 from='client.152010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:58 smithi044 bash[32620]: audit 2023-12-07T12:50:57.265680+0000 mgr.a (mgr.24293) 7242 : audit 0 from='client.152010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:58 smithi022 bash[28554]: audit 2023-12-07T12:50:57.265680+0000 mgr.a (mgr.24293) 7242 : audit 0 from='client.152010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:50:59 smithi022 bash[28554]: cluster 2023-12-07T12:50:58.462060+0000 mgr.a (mgr.24293) 7243 : 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-07T12:50:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:50:59 smithi044 bash[32620]: cluster 2023-12-07T12:50:58.462060+0000 mgr.a (mgr.24293) 7243 : 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-07T12:50:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:50:59 smithi027 bash[31536]: cluster 2023-12-07T12:50:58.462060+0000 mgr.a (mgr.24293) 7243 : 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-07T12:51:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:01 smithi022 bash[28554]: cluster 2023-12-07T12:51:00.462890+0000 mgr.a (mgr.24293) 7244 : 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-07T12:51:01.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:01 smithi044 bash[32620]: cluster 2023-12-07T12:51:00.462890+0000 mgr.a (mgr.24293) 7244 : 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-07T12:51:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:01 smithi027 bash[31536]: cluster 2023-12-07T12:51:00.462890+0000 mgr.a (mgr.24293) 7244 : 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-07T12:51:02.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:02.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:02.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:03.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:03.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:03.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:03.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:03.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:03 smithi044 bash[32620]: cluster 2023-12-07T12:51:02.463624+0000 mgr.a (mgr.24293) 7245 : 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-07T12:51:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:03 smithi022 bash[28554]: cluster 2023-12-07T12:51:02.463624+0000 mgr.a (mgr.24293) 7245 : 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-07T12:51:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:03 smithi027 bash[31536]: cluster 2023-12-07T12:51:02.463624+0000 mgr.a (mgr.24293) 7245 : 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-07T12:51:04.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:04 smithi022 bash[28554]: audit 2023-12-07T12:51:03.228345+0000 mgr.a (mgr.24293) 7246 : audit 0 from='client.152088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:04 smithi044 bash[32620]: audit 2023-12-07T12:51:03.228345+0000 mgr.a (mgr.24293) 7246 : audit 0 from='client.152088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:04 smithi027 bash[31536]: audit 2023-12-07T12:51:03.228345+0000 mgr.a (mgr.24293) 7246 : audit 0 from='client.152088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:05 smithi044 bash[32620]: cluster 2023-12-07T12:51:04.464352+0000 mgr.a (mgr.24293) 7247 : 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-07T12:51:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:05 smithi022 bash[28554]: cluster 2023-12-07T12:51:04.464352+0000 mgr.a (mgr.24293) 7247 : 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-07T12:51:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:05 smithi027 bash[31536]: cluster 2023-12-07T12:51:04.464352+0000 mgr.a (mgr.24293) 7247 : 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-07T12:51:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:06 smithi022 bash[28554]: audit 2023-12-07T12:51:05.802445+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:51:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:06 smithi044 bash[32620]: audit 2023-12-07T12:51:05.802445+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:51:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:06 smithi027 bash[31536]: audit 2023-12-07T12:51:05.802445+0000 mon.a (mon.0) 1457 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:51:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:07 smithi022 bash[28554]: cluster 2023-12-07T12:51:06.464875+0000 mgr.a (mgr.24293) 7248 : 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-07T12:51:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:07 smithi044 bash[32620]: cluster 2023-12-07T12:51:06.464875+0000 mgr.a (mgr.24293) 7248 : 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-07T12:51:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:07 smithi027 bash[31536]: cluster 2023-12-07T12:51:06.464875+0000 mgr.a (mgr.24293) 7248 : 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-07T12:51:08.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:08.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:08.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:09.693 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:09.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:09.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:09.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:09.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:09 smithi022 bash[28554]: cluster 2023-12-07T12:51:08.465430+0000 mgr.a (mgr.24293) 7249 : 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-07T12:51:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:09 smithi044 bash[32620]: cluster 2023-12-07T12:51:08.465430+0000 mgr.a (mgr.24293) 7249 : 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-07T12:51:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:09 smithi027 bash[31536]: cluster 2023-12-07T12:51:08.465430+0000 mgr.a (mgr.24293) 7249 : 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-07T12:51:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:10 smithi022 bash[28554]: audit 2023-12-07T12:51:09.155343+0000 mgr.a (mgr.24293) 7250 : audit 0 from='client.152166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:10 smithi044 bash[32620]: audit 2023-12-07T12:51:09.155343+0000 mgr.a (mgr.24293) 7250 : audit 0 from='client.152166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:10 smithi027 bash[31536]: audit 2023-12-07T12:51:09.155343+0000 mgr.a (mgr.24293) 7250 : audit 0 from='client.152166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:11 smithi044 bash[32620]: cluster 2023-12-07T12:51:10.466363+0000 mgr.a (mgr.24293) 7251 : 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-07T12:51:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:11 smithi022 bash[28554]: cluster 2023-12-07T12:51:10.466363+0000 mgr.a (mgr.24293) 7251 : 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-07T12:51:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:11 smithi027 bash[31536]: cluster 2023-12-07T12:51:10.466363+0000 mgr.a (mgr.24293) 7251 : 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-07T12:51:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:13 smithi044 bash[32620]: cluster 2023-12-07T12:51:12.466969+0000 mgr.a (mgr.24293) 7252 : 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-07T12:51:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:13 smithi022 bash[28554]: cluster 2023-12-07T12:51:12.466969+0000 mgr.a (mgr.24293) 7252 : 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-07T12:51:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:13 smithi027 bash[31536]: cluster 2023-12-07T12:51:12.466969+0000 mgr.a (mgr.24293) 7252 : 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-07T12:51:14.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:15.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:15.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:15.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:15.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:15.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:15.891 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:15 smithi044 bash[32620]: cluster 2023-12-07T12:51:14.467605+0000 mgr.a (mgr.24293) 7253 : 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-07T12:51:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:15 smithi022 bash[28554]: cluster 2023-12-07T12:51:14.467605+0000 mgr.a (mgr.24293) 7253 : 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-07T12:51:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:15 smithi027 bash[31536]: cluster 2023-12-07T12:51:14.467605+0000 mgr.a (mgr.24293) 7253 : 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-07T12:51:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:16 smithi022 bash[28554]: audit 2023-12-07T12:51:15.106818+0000 mgr.a (mgr.24293) 7254 : audit 0 from='client.152241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:16 smithi044 bash[32620]: audit 2023-12-07T12:51:15.106818+0000 mgr.a (mgr.24293) 7254 : audit 0 from='client.152241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:16 smithi027 bash[31536]: audit 2023-12-07T12:51:15.106818+0000 mgr.a (mgr.24293) 7254 : audit 0 from='client.152241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:17 smithi022 bash[28554]: cluster 2023-12-07T12:51:16.468589+0000 mgr.a (mgr.24293) 7255 : cluster 0 pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:51:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:17 smithi022 bash[28554]: audit 2023-12-07T12:51:16.568087+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:17 smithi022 bash[28554]: audit 2023-12-07T12:51:16.574406+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:17 smithi022 bash[28554]: audit 2023-12-07T12:51:16.575937+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:51:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:17 smithi022 bash[28554]: audit 2023-12-07T12:51:16.577594+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:51:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:17 smithi022 bash[28554]: audit 2023-12-07T12:51:16.586252+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:17 smithi044 bash[32620]: cluster 2023-12-07T12:51:16.468589+0000 mgr.a (mgr.24293) 7255 : cluster 0 pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:51:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:17 smithi044 bash[32620]: audit 2023-12-07T12:51:16.568087+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:17 smithi044 bash[32620]: audit 2023-12-07T12:51:16.574406+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:17 smithi044 bash[32620]: audit 2023-12-07T12:51:16.575937+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:51:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:17 smithi044 bash[32620]: audit 2023-12-07T12:51:16.577594+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:51:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:17 smithi044 bash[32620]: audit 2023-12-07T12:51:16.586252+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:17 smithi027 bash[31536]: cluster 2023-12-07T12:51:16.468589+0000 mgr.a (mgr.24293) 7255 : cluster 0 pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:51:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:17 smithi027 bash[31536]: audit 2023-12-07T12:51:16.568087+0000 mon.a (mon.0) 1458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:17 smithi027 bash[31536]: audit 2023-12-07T12:51:16.574406+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:17 smithi027 bash[31536]: audit 2023-12-07T12:51:16.575937+0000 mon.a (mon.0) 1460 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:51:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:17 smithi027 bash[31536]: audit 2023-12-07T12:51:16.577594+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:51:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:17 smithi027 bash[31536]: audit 2023-12-07T12:51:16.586252+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:51:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:19 smithi044 bash[32620]: cluster 2023-12-07T12:51:18.469161+0000 mgr.a (mgr.24293) 7256 : cluster 0 pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:51:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:19 smithi022 bash[28554]: cluster 2023-12-07T12:51:18.469161+0000 mgr.a (mgr.24293) 7256 : cluster 0 pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:51:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:19 smithi027 bash[31536]: cluster 2023-12-07T12:51:18.469161+0000 mgr.a (mgr.24293) 7256 : cluster 0 pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:51:20.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:20.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:20.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:21.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:21.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:21.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:21.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:21.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:21 smithi022 bash[28554]: cluster 2023-12-07T12:51:20.469910+0000 mgr.a (mgr.24293) 7257 : 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-07T12:51:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:21 smithi044 bash[32620]: cluster 2023-12-07T12:51:20.469910+0000 mgr.a (mgr.24293) 7257 : 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-07T12:51:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:21 smithi027 bash[31536]: cluster 2023-12-07T12:51:20.469910+0000 mgr.a (mgr.24293) 7257 : 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-07T12:51:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:22 smithi044 bash[32620]: audit 2023-12-07T12:51:21.023944+0000 mgr.a (mgr.24293) 7258 : audit 0 from='client.152313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:22 smithi022 bash[28554]: audit 2023-12-07T12:51:21.023944+0000 mgr.a (mgr.24293) 7258 : audit 0 from='client.152313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:22 smithi027 bash[31536]: audit 2023-12-07T12:51:21.023944+0000 mgr.a (mgr.24293) 7258 : audit 0 from='client.152313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:23 smithi044 bash[32620]: cluster 2023-12-07T12:51:22.470740+0000 mgr.a (mgr.24293) 7259 : 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-07T12:51:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:23 smithi022 bash[28554]: cluster 2023-12-07T12:51:22.470740+0000 mgr.a (mgr.24293) 7259 : 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-07T12:51:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:23 smithi027 bash[31536]: cluster 2023-12-07T12:51:22.470740+0000 mgr.a (mgr.24293) 7259 : 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-07T12:51:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:25 smithi044 bash[32620]: cluster 2023-12-07T12:51:24.471393+0000 mgr.a (mgr.24293) 7260 : 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-07T12:51:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:25 smithi022 bash[28554]: cluster 2023-12-07T12:51:24.471393+0000 mgr.a (mgr.24293) 7260 : 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-07T12:51:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:25 smithi027 bash[31536]: cluster 2023-12-07T12:51:24.471393+0000 mgr.a (mgr.24293) 7260 : 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-07T12:51:26.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:26.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:26.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:27.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:27.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:27.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:27.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:27.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:27 smithi022 bash[28554]: cluster 2023-12-07T12:51:26.472226+0000 mgr.a (mgr.24293) 7261 : 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-07T12:51:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:27 smithi044 bash[32620]: cluster 2023-12-07T12:51:26.472226+0000 mgr.a (mgr.24293) 7261 : 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-07T12:51:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:27 smithi027 bash[31536]: cluster 2023-12-07T12:51:26.472226+0000 mgr.a (mgr.24293) 7261 : 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-07T12:51:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:28 smithi044 bash[32620]: audit 2023-12-07T12:51:26.950566+0000 mgr.a (mgr.24293) 7262 : audit 0 from='client.152391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:28 smithi022 bash[28554]: audit 2023-12-07T12:51:26.950566+0000 mgr.a (mgr.24293) 7262 : audit 0 from='client.152391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:28 smithi027 bash[31536]: audit 2023-12-07T12:51:26.950566+0000 mgr.a (mgr.24293) 7262 : audit 0 from='client.152391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:29 smithi044 bash[32620]: cluster 2023-12-07T12:51:28.473143+0000 mgr.a (mgr.24293) 7263 : cluster 0 pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:51:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:29 smithi022 bash[28554]: cluster 2023-12-07T12:51:28.473143+0000 mgr.a (mgr.24293) 7263 : cluster 0 pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:51:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:29 smithi027 bash[31536]: cluster 2023-12-07T12:51:28.473143+0000 mgr.a (mgr.24293) 7263 : cluster 0 pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:51:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:31 smithi022 bash[28554]: cluster 2023-12-07T12:51:30.474175+0000 mgr.a (mgr.24293) 7264 : cluster 0 pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:51:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:31 smithi044 bash[32620]: cluster 2023-12-07T12:51:30.474175+0000 mgr.a (mgr.24293) 7264 : cluster 0 pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:51:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:31 smithi027 bash[31536]: cluster 2023-12-07T12:51:30.474175+0000 mgr.a (mgr.24293) 7264 : cluster 0 pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:51:32.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:32.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:32.492 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:33.447 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:33.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:33.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:33.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:33.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:33 smithi044 bash[32620]: cluster 2023-12-07T12:51:32.474925+0000 mgr.a (mgr.24293) 7265 : 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-07T12:51:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:33 smithi022 bash[28554]: cluster 2023-12-07T12:51:32.474925+0000 mgr.a (mgr.24293) 7265 : 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-07T12:51:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:33 smithi027 bash[31536]: cluster 2023-12-07T12:51:32.474925+0000 mgr.a (mgr.24293) 7265 : 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-07T12:51:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:34 smithi044 bash[32620]: audit 2023-12-07T12:51:32.900667+0000 mgr.a (mgr.24293) 7266 : audit 0 from='client.152469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:34 smithi022 bash[28554]: audit 2023-12-07T12:51:32.900667+0000 mgr.a (mgr.24293) 7266 : audit 0 from='client.152469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:34 smithi027 bash[31536]: audit 2023-12-07T12:51:32.900667+0000 mgr.a (mgr.24293) 7266 : audit 0 from='client.152469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:35 smithi044 bash[32620]: cluster 2023-12-07T12:51:34.475737+0000 mgr.a (mgr.24293) 7267 : 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-07T12:51:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:35 smithi022 bash[28554]: cluster 2023-12-07T12:51:34.475737+0000 mgr.a (mgr.24293) 7267 : 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-07T12:51:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:35 smithi027 bash[31536]: cluster 2023-12-07T12:51:34.475737+0000 mgr.a (mgr.24293) 7267 : 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-07T12:51:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:37 smithi044 bash[32620]: cluster 2023-12-07T12:51:36.476512+0000 mgr.a (mgr.24293) 7268 : 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-07T12:51:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:37 smithi022 bash[28554]: cluster 2023-12-07T12:51:36.476512+0000 mgr.a (mgr.24293) 7268 : 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-07T12:51:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:37 smithi027 bash[31536]: cluster 2023-12-07T12:51:36.476512+0000 mgr.a (mgr.24293) 7268 : 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-07T12:51:38.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:38.451 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:38.451 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:39.383 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:39.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:39.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:39.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:39.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:39 smithi044 bash[32620]: cluster 2023-12-07T12:51:38.477142+0000 mgr.a (mgr.24293) 7269 : 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-07T12:51:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:39 smithi022 bash[28554]: cluster 2023-12-07T12:51:38.477142+0000 mgr.a (mgr.24293) 7269 : 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-07T12:51:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:39 smithi027 bash[31536]: cluster 2023-12-07T12:51:38.477142+0000 mgr.a (mgr.24293) 7269 : 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-07T12:51:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:40 smithi044 bash[32620]: audit 2023-12-07T12:51:38.865670+0000 mgr.a (mgr.24293) 7270 : audit 0 from='client.152544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:40 smithi022 bash[28554]: audit 2023-12-07T12:51:38.865670+0000 mgr.a (mgr.24293) 7270 : audit 0 from='client.152544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:40 smithi027 bash[31536]: audit 2023-12-07T12:51:38.865670+0000 mgr.a (mgr.24293) 7270 : audit 0 from='client.152544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:41 smithi022 bash[28554]: cluster 2023-12-07T12:51:40.478131+0000 mgr.a (mgr.24293) 7271 : 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-07T12:51:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:41 smithi044 bash[32620]: cluster 2023-12-07T12:51:40.478131+0000 mgr.a (mgr.24293) 7271 : 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-07T12:51:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:41 smithi027 bash[31536]: cluster 2023-12-07T12:51:40.478131+0000 mgr.a (mgr.24293) 7271 : 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-07T12:51:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:43 smithi022 bash[28554]: cluster 2023-12-07T12:51:42.478703+0000 mgr.a (mgr.24293) 7272 : 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-07T12:51:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:43 smithi044 bash[32620]: cluster 2023-12-07T12:51:42.478703+0000 mgr.a (mgr.24293) 7272 : 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-07T12:51:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:43 smithi027 bash[31536]: cluster 2023-12-07T12:51:42.478703+0000 mgr.a (mgr.24293) 7272 : 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-07T12:51:44.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:44.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:44.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:45.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:45 smithi044 bash[32620]: cluster 2023-12-07T12:51:44.479285+0000 mgr.a (mgr.24293) 7273 : 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-07T12:51:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:45 smithi022 bash[28554]: cluster 2023-12-07T12:51:44.479285+0000 mgr.a (mgr.24293) 7273 : 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-07T12:51:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:45 smithi027 bash[31536]: cluster 2023-12-07T12:51:44.479285+0000 mgr.a (mgr.24293) 7273 : 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-07T12:51:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:46 smithi044 bash[32620]: audit 2023-12-07T12:51:44.793914+0000 mgr.a (mgr.24293) 7274 : audit 0 from='client.152619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:46 smithi022 bash[28554]: audit 2023-12-07T12:51:44.793914+0000 mgr.a (mgr.24293) 7274 : audit 0 from='client.152619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:46 smithi027 bash[31536]: audit 2023-12-07T12:51:44.793914+0000 mgr.a (mgr.24293) 7274 : audit 0 from='client.152619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:47 smithi022 bash[28554]: cluster 2023-12-07T12:51:46.480134+0000 mgr.a (mgr.24293) 7275 : 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-07T12:51:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:47 smithi044 bash[32620]: cluster 2023-12-07T12:51:46.480134+0000 mgr.a (mgr.24293) 7275 : 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-07T12:51:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:47 smithi027 bash[31536]: cluster 2023-12-07T12:51:46.480134+0000 mgr.a (mgr.24293) 7275 : 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-07T12:51:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:49 smithi022 bash[28554]: cluster 2023-12-07T12:51:48.480666+0000 mgr.a (mgr.24293) 7276 : 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-07T12:51:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:49 smithi044 bash[32620]: cluster 2023-12-07T12:51:48.480666+0000 mgr.a (mgr.24293) 7276 : 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-07T12:51:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:49 smithi027 bash[31536]: cluster 2023-12-07T12:51:48.480666+0000 mgr.a (mgr.24293) 7276 : 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-07T12:51:50.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:50.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:50.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:51.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:51.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:51.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:51.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:51.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:51 smithi044 bash[32620]: cluster 2023-12-07T12:51:50.481203+0000 mgr.a (mgr.24293) 7277 : 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-07T12:51:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:51 smithi022 bash[28554]: cluster 2023-12-07T12:51:50.481203+0000 mgr.a (mgr.24293) 7277 : 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-07T12:51:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:51 smithi027 bash[31536]: cluster 2023-12-07T12:51:50.481203+0000 mgr.a (mgr.24293) 7277 : 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-07T12:51:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:52 smithi044 bash[32620]: audit 2023-12-07T12:51:50.723741+0000 mgr.a (mgr.24293) 7278 : audit 0 from='client.152694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:52 smithi022 bash[28554]: audit 2023-12-07T12:51:50.723741+0000 mgr.a (mgr.24293) 7278 : audit 0 from='client.152694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:52 smithi027 bash[31536]: audit 2023-12-07T12:51:50.723741+0000 mgr.a (mgr.24293) 7278 : audit 0 from='client.152694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:53 smithi044 bash[32620]: cluster 2023-12-07T12:51:52.481896+0000 mgr.a (mgr.24293) 7279 : 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-07T12:51:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:53 smithi022 bash[28554]: cluster 2023-12-07T12:51:52.481896+0000 mgr.a (mgr.24293) 7279 : 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-07T12:51:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:53 smithi027 bash[31536]: cluster 2023-12-07T12:51:52.481896+0000 mgr.a (mgr.24293) 7279 : 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-07T12:51:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:55 smithi044 bash[32620]: cluster 2023-12-07T12:51:54.482620+0000 mgr.a (mgr.24293) 7280 : 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-07T12:51:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:55 smithi022 bash[28554]: cluster 2023-12-07T12:51:54.482620+0000 mgr.a (mgr.24293) 7280 : 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-07T12:51:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:55 smithi027 bash[31536]: cluster 2023-12-07T12:51:54.482620+0000 mgr.a (mgr.24293) 7280 : 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-07T12:51:56.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:51:56.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:56.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:57.199 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:51:57.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:57.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:57.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:57.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:51:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:57 smithi044 bash[32620]: cluster 2023-12-07T12:51:56.483444+0000 mgr.a (mgr.24293) 7281 : 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-07T12:51:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:57 smithi022 bash[28554]: cluster 2023-12-07T12:51:56.483444+0000 mgr.a (mgr.24293) 7281 : 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-07T12:51:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:57 smithi027 bash[31536]: cluster 2023-12-07T12:51:56.483444+0000 mgr.a (mgr.24293) 7281 : 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-07T12:51:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:58 smithi044 bash[32620]: audit 2023-12-07T12:51:56.672846+0000 mgr.a (mgr.24293) 7282 : audit 0 from='client.152766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:58 smithi022 bash[28554]: audit 2023-12-07T12:51:56.672846+0000 mgr.a (mgr.24293) 7282 : audit 0 from='client.152766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:58 smithi027 bash[31536]: audit 2023-12-07T12:51:56.672846+0000 mgr.a (mgr.24293) 7282 : audit 0 from='client.152766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:51:59 smithi044 bash[32620]: cluster 2023-12-07T12:51:58.484054+0000 mgr.a (mgr.24293) 7283 : 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-07T12:51:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:51:59 smithi022 bash[28554]: cluster 2023-12-07T12:51:58.484054+0000 mgr.a (mgr.24293) 7283 : 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-07T12:51:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:51:59 smithi027 bash[31536]: cluster 2023-12-07T12:51:58.484054+0000 mgr.a (mgr.24293) 7283 : 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-07T12:52:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:01 smithi022 bash[28554]: cluster 2023-12-07T12:52:00.484893+0000 mgr.a (mgr.24293) 7284 : 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-07T12:52:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:01 smithi044 bash[32620]: cluster 2023-12-07T12:52:00.484893+0000 mgr.a (mgr.24293) 7284 : 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-07T12:52:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:01 smithi027 bash[31536]: cluster 2023-12-07T12:52:00.484893+0000 mgr.a (mgr.24293) 7284 : 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-07T12:52:02.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:02.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:02.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:03.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:03.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:03.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:03.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:03.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:03 smithi044 bash[32620]: cluster 2023-12-07T12:52:02.485478+0000 mgr.a (mgr.24293) 7285 : 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-07T12:52:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:03 smithi044 bash[32620]: audit 2023-12-07T12:52:02.612108+0000 mgr.a (mgr.24293) 7286 : audit 0 from='client.152844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:03 smithi022 bash[28554]: cluster 2023-12-07T12:52:02.485478+0000 mgr.a (mgr.24293) 7285 : 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-07T12:52:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:03 smithi022 bash[28554]: audit 2023-12-07T12:52:02.612108+0000 mgr.a (mgr.24293) 7286 : audit 0 from='client.152844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:03 smithi027 bash[31536]: cluster 2023-12-07T12:52:02.485478+0000 mgr.a (mgr.24293) 7285 : 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-07T12:52:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:03 smithi027 bash[31536]: audit 2023-12-07T12:52:02.612108+0000 mgr.a (mgr.24293) 7286 : audit 0 from='client.152844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:05 smithi044 bash[32620]: cluster 2023-12-07T12:52:04.486264+0000 mgr.a (mgr.24293) 7287 : 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-07T12:52:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:05 smithi022 bash[28554]: cluster 2023-12-07T12:52:04.486264+0000 mgr.a (mgr.24293) 7287 : 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-07T12:52:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:05 smithi027 bash[31536]: cluster 2023-12-07T12:52:04.486264+0000 mgr.a (mgr.24293) 7287 : 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-07T12:52:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:07 smithi044 bash[32620]: cluster 2023-12-07T12:52:06.487300+0000 mgr.a (mgr.24293) 7288 : 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-07T12:52:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:07 smithi022 bash[28554]: cluster 2023-12-07T12:52:06.487300+0000 mgr.a (mgr.24293) 7288 : 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-07T12:52:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:07 smithi027 bash[31536]: cluster 2023-12-07T12:52:06.487300+0000 mgr.a (mgr.24293) 7288 : 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-07T12:52:08.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:08.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:08.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:09.074 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:09.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:09.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:09.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:09.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:09 smithi044 bash[32620]: cluster 2023-12-07T12:52:08.487884+0000 mgr.a (mgr.24293) 7289 : 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-07T12:52:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:09 smithi044 bash[32620]: audit 2023-12-07T12:52:08.555675+0000 mgr.a (mgr.24293) 7290 : audit 0 from='client.152922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:09 smithi022 bash[28554]: cluster 2023-12-07T12:52:08.487884+0000 mgr.a (mgr.24293) 7289 : 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-07T12:52:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:09 smithi022 bash[28554]: audit 2023-12-07T12:52:08.555675+0000 mgr.a (mgr.24293) 7290 : audit 0 from='client.152922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:09 smithi027 bash[31536]: cluster 2023-12-07T12:52:08.487884+0000 mgr.a (mgr.24293) 7289 : 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-07T12:52:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:09 smithi027 bash[31536]: audit 2023-12-07T12:52:08.555675+0000 mgr.a (mgr.24293) 7290 : audit 0 from='client.152922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:11 smithi044 bash[32620]: cluster 2023-12-07T12:52:10.488763+0000 mgr.a (mgr.24293) 7291 : 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-07T12:52:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:11 smithi022 bash[28554]: cluster 2023-12-07T12:52:10.488763+0000 mgr.a (mgr.24293) 7291 : 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-07T12:52:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:11 smithi027 bash[31536]: cluster 2023-12-07T12:52:10.488763+0000 mgr.a (mgr.24293) 7291 : 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-07T12:52:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:13 smithi044 bash[32620]: cluster 2023-12-07T12:52:12.489358+0000 mgr.a (mgr.24293) 7292 : 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-07T12:52:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:13 smithi022 bash[28554]: cluster 2023-12-07T12:52:12.489358+0000 mgr.a (mgr.24293) 7292 : 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-07T12:52:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:13 smithi027 bash[31536]: cluster 2023-12-07T12:52:12.489358+0000 mgr.a (mgr.24293) 7292 : 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-07T12:52:14.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:14.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:14.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:15.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:15.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:15.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:15.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:15.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:15 smithi044 bash[32620]: audit 2023-12-07T12:52:14.484369+0000 mgr.a (mgr.24293) 7293 : audit 0 from='client.153000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:15 smithi044 bash[32620]: cluster 2023-12-07T12:52:14.495651+0000 mgr.a (mgr.24293) 7294 : 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-07T12:52:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:15 smithi022 bash[28554]: audit 2023-12-07T12:52:14.484369+0000 mgr.a (mgr.24293) 7293 : audit 0 from='client.153000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:15 smithi022 bash[28554]: cluster 2023-12-07T12:52:14.495651+0000 mgr.a (mgr.24293) 7294 : 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-07T12:52:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:15 smithi027 bash[31536]: audit 2023-12-07T12:52:14.484369+0000 mgr.a (mgr.24293) 7293 : audit 0 from='client.153000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:15 smithi027 bash[31536]: cluster 2023-12-07T12:52:14.495651+0000 mgr.a (mgr.24293) 7294 : 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-07T12:52:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:17 smithi022 bash[28554]: cluster 2023-12-07T12:52:16.496626+0000 mgr.a (mgr.24293) 7295 : 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-07T12:52:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:17 smithi022 bash[28554]: audit 2023-12-07T12:52:16.690763+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:52:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:17 smithi022 bash[28554]: audit 2023-12-07T12:52:17.225999+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:17 smithi022 bash[28554]: audit 2023-12-07T12:52:17.232504+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:17 smithi044 bash[32620]: cluster 2023-12-07T12:52:16.496626+0000 mgr.a (mgr.24293) 7295 : 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-07T12:52:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:17 smithi044 bash[32620]: audit 2023-12-07T12:52:16.690763+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:52:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:17 smithi044 bash[32620]: audit 2023-12-07T12:52:17.225999+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:17 smithi044 bash[32620]: audit 2023-12-07T12:52:17.232504+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:17 smithi027 bash[31536]: cluster 2023-12-07T12:52:16.496626+0000 mgr.a (mgr.24293) 7295 : 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-07T12:52:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:17 smithi027 bash[31536]: audit 2023-12-07T12:52:16.690763+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:52:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:17 smithi027 bash[31536]: audit 2023-12-07T12:52:17.225999+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:17 smithi027 bash[31536]: audit 2023-12-07T12:52:17.232504+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:17.901999+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:17.907741+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:17.912761+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:17.918056+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:18.455864+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:18.461503+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:18.462891+0000 mon.a (mon.0) 1472 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:52:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:18.464394+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:52:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: audit 2023-12-07T12:52:18.471074+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:18 smithi022 bash[28554]: cluster 2023-12-07T12:52:18.497162+0000 mgr.a (mgr.24293) 7296 : 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-07T12:52:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:17.901999+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:17.907741+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:17.912761+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:17.918056+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:18.455864+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:18.461503+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:18.462891+0000 mon.a (mon.0) 1472 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:18.464394+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: audit 2023-12-07T12:52:18.471074+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:18 smithi044 bash[32620]: cluster 2023-12-07T12:52:18.497162+0000 mgr.a (mgr.24293) 7296 : 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-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:17.901999+0000 mon.a (mon.0) 1466 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:17.907741+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:17.912761+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:17.918056+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:18.455864+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:18.461503+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:18.462891+0000 mon.a (mon.0) 1472 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:18.464394+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: audit 2023-12-07T12:52:18.471074+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:18 smithi027 bash[31536]: cluster 2023-12-07T12:52:18.497162+0000 mgr.a (mgr.24293) 7296 : 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-07T12:52:20.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:20.014 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:20.014 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:20.963 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:20.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:20.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:20.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:20.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:21 smithi022 bash[28554]: audit 2023-12-07T12:52:20.425210+0000 mgr.a (mgr.24293) 7297 : audit 0 from='client.153075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:21 smithi022 bash[28554]: cluster 2023-12-07T12:52:20.498219+0000 mgr.a (mgr.24293) 7298 : cluster 0 pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:21 smithi044 bash[32620]: audit 2023-12-07T12:52:20.425210+0000 mgr.a (mgr.24293) 7297 : audit 0 from='client.153075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:21 smithi044 bash[32620]: cluster 2023-12-07T12:52:20.498219+0000 mgr.a (mgr.24293) 7298 : cluster 0 pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:21 smithi027 bash[31536]: audit 2023-12-07T12:52:20.425210+0000 mgr.a (mgr.24293) 7297 : audit 0 from='client.153075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:21 smithi027 bash[31536]: cluster 2023-12-07T12:52:20.498219+0000 mgr.a (mgr.24293) 7298 : cluster 0 pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:23 smithi022 bash[28554]: cluster 2023-12-07T12:52:22.499081+0000 mgr.a (mgr.24293) 7299 : cluster 0 pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:23 smithi044 bash[32620]: cluster 2023-12-07T12:52:22.499081+0000 mgr.a (mgr.24293) 7299 : cluster 0 pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:23 smithi027 bash[31536]: cluster 2023-12-07T12:52:22.499081+0000 mgr.a (mgr.24293) 7299 : cluster 0 pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:25 smithi044 bash[32620]: cluster 2023-12-07T12:52:24.499861+0000 mgr.a (mgr.24293) 7300 : cluster 0 pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:25 smithi022 bash[28554]: cluster 2023-12-07T12:52:24.499861+0000 mgr.a (mgr.24293) 7300 : cluster 0 pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:25 smithi027 bash[31536]: cluster 2023-12-07T12:52:24.499861+0000 mgr.a (mgr.24293) 7300 : cluster 0 pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:25.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:25.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:25.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:26.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:26.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:26.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:26.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:26.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:27 smithi044 bash[32620]: audit 2023-12-07T12:52:26.369622+0000 mgr.a (mgr.24293) 7301 : audit 0 from='client.153150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:27 smithi044 bash[32620]: cluster 2023-12-07T12:52:26.500629+0000 mgr.a (mgr.24293) 7302 : 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-07T12:52:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:27 smithi022 bash[28554]: audit 2023-12-07T12:52:26.369622+0000 mgr.a (mgr.24293) 7301 : audit 0 from='client.153150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:27 smithi022 bash[28554]: cluster 2023-12-07T12:52:26.500629+0000 mgr.a (mgr.24293) 7302 : 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-07T12:52:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:27 smithi027 bash[31536]: audit 2023-12-07T12:52:26.369622+0000 mgr.a (mgr.24293) 7301 : audit 0 from='client.153150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:27 smithi027 bash[31536]: cluster 2023-12-07T12:52:26.500629+0000 mgr.a (mgr.24293) 7302 : 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-07T12:52:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:29 smithi022 bash[28554]: cluster 2023-12-07T12:52:28.501286+0000 mgr.a (mgr.24293) 7303 : 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-07T12:52:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:29 smithi044 bash[32620]: cluster 2023-12-07T12:52:28.501286+0000 mgr.a (mgr.24293) 7303 : 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-07T12:52:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:29 smithi027 bash[31536]: cluster 2023-12-07T12:52:28.501286+0000 mgr.a (mgr.24293) 7303 : 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-07T12:52:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:31.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:31 smithi022 bash[28554]: cluster 2023-12-07T12:52:30.502079+0000 mgr.a (mgr.24293) 7304 : 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-07T12:52:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:31 smithi044 bash[32620]: cluster 2023-12-07T12:52:30.502079+0000 mgr.a (mgr.24293) 7304 : 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-07T12:52:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:31 smithi027 bash[31536]: cluster 2023-12-07T12:52:30.502079+0000 mgr.a (mgr.24293) 7304 : 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-07T12:52:32.838 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:32.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:32.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:32.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:32.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:33 smithi044 bash[32620]: audit 2023-12-07T12:52:32.308105+0000 mgr.a (mgr.24293) 7305 : audit 0 from='client.153225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:33 smithi044 bash[32620]: cluster 2023-12-07T12:52:32.502831+0000 mgr.a (mgr.24293) 7306 : cluster 0 pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:33 smithi022 bash[28554]: audit 2023-12-07T12:52:32.308105+0000 mgr.a (mgr.24293) 7305 : audit 0 from='client.153225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:33 smithi022 bash[28554]: cluster 2023-12-07T12:52:32.502831+0000 mgr.a (mgr.24293) 7306 : cluster 0 pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:33 smithi027 bash[31536]: audit 2023-12-07T12:52:32.308105+0000 mgr.a (mgr.24293) 7305 : audit 0 from='client.153225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:33 smithi027 bash[31536]: cluster 2023-12-07T12:52:32.502831+0000 mgr.a (mgr.24293) 7306 : cluster 0 pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:35 smithi044 bash[32620]: cluster 2023-12-07T12:52:34.503597+0000 mgr.a (mgr.24293) 7307 : cluster 0 pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:35 smithi022 bash[28554]: cluster 2023-12-07T12:52:34.503597+0000 mgr.a (mgr.24293) 7307 : cluster 0 pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:35 smithi027 bash[31536]: cluster 2023-12-07T12:52:34.503597+0000 mgr.a (mgr.24293) 7307 : cluster 0 pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:37.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:37.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:37.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:37 smithi022 bash[28554]: cluster 2023-12-07T12:52:36.504378+0000 mgr.a (mgr.24293) 7308 : cluster 0 pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:37 smithi044 bash[32620]: cluster 2023-12-07T12:52:36.504378+0000 mgr.a (mgr.24293) 7308 : cluster 0 pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:37 smithi027 bash[31536]: cluster 2023-12-07T12:52:36.504378+0000 mgr.a (mgr.24293) 7308 : cluster 0 pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:38.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:38.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:38.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:38.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:38.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:39 smithi044 bash[32620]: audit 2023-12-07T12:52:38.252707+0000 mgr.a (mgr.24293) 7309 : audit 0 from='client.153300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:39 smithi044 bash[32620]: cluster 2023-12-07T12:52:38.504836+0000 mgr.a (mgr.24293) 7310 : 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-07T12:52:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:39 smithi022 bash[28554]: audit 2023-12-07T12:52:38.252707+0000 mgr.a (mgr.24293) 7309 : audit 0 from='client.153300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:39 smithi022 bash[28554]: cluster 2023-12-07T12:52:38.504836+0000 mgr.a (mgr.24293) 7310 : 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-07T12:52:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:39 smithi027 bash[31536]: audit 2023-12-07T12:52:38.252707+0000 mgr.a (mgr.24293) 7309 : audit 0 from='client.153300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:39 smithi027 bash[31536]: cluster 2023-12-07T12:52:38.504836+0000 mgr.a (mgr.24293) 7310 : 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-07T12:52:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:41 smithi044 bash[32620]: cluster 2023-12-07T12:52:40.505694+0000 mgr.a (mgr.24293) 7311 : 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-07T12:52:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:41 smithi022 bash[28554]: cluster 2023-12-07T12:52:40.505694+0000 mgr.a (mgr.24293) 7311 : 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-07T12:52:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:41 smithi027 bash[31536]: cluster 2023-12-07T12:52:40.505694+0000 mgr.a (mgr.24293) 7311 : 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-07T12:52:43.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:43.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:43.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:43 smithi022 bash[28554]: cluster 2023-12-07T12:52:42.506271+0000 mgr.a (mgr.24293) 7312 : 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-07T12:52:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:43 smithi044 bash[32620]: cluster 2023-12-07T12:52:42.506271+0000 mgr.a (mgr.24293) 7312 : 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-07T12:52:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:43 smithi027 bash[31536]: cluster 2023-12-07T12:52:42.506271+0000 mgr.a (mgr.24293) 7312 : 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-07T12:52:44.710 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:44.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:44.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:44.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:44.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:45 smithi022 bash[28554]: audit 2023-12-07T12:52:44.182660+0000 mgr.a (mgr.24293) 7313 : audit 0 from='client.153378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:45 smithi022 bash[28554]: cluster 2023-12-07T12:52:44.506992+0000 mgr.a (mgr.24293) 7314 : 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-07T12:52:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:45 smithi044 bash[32620]: audit 2023-12-07T12:52:44.182660+0000 mgr.a (mgr.24293) 7313 : audit 0 from='client.153378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:45 smithi044 bash[32620]: cluster 2023-12-07T12:52:44.506992+0000 mgr.a (mgr.24293) 7314 : 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-07T12:52:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:45 smithi027 bash[31536]: audit 2023-12-07T12:52:44.182660+0000 mgr.a (mgr.24293) 7313 : audit 0 from='client.153378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:45 smithi027 bash[31536]: cluster 2023-12-07T12:52:44.506992+0000 mgr.a (mgr.24293) 7314 : 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-07T12:52:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:47 smithi022 bash[28554]: cluster 2023-12-07T12:52:46.507921+0000 mgr.a (mgr.24293) 7315 : 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-07T12:52:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:47 smithi044 bash[32620]: cluster 2023-12-07T12:52:46.507921+0000 mgr.a (mgr.24293) 7315 : 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-07T12:52:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:47 smithi027 bash[31536]: cluster 2023-12-07T12:52:46.507921+0000 mgr.a (mgr.24293) 7315 : 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-07T12:52:49.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:49.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:49.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:49 smithi022 bash[28554]: cluster 2023-12-07T12:52:48.508466+0000 mgr.a (mgr.24293) 7316 : 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-07T12:52:50.072 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:49 smithi027 bash[31536]: cluster 2023-12-07T12:52:48.508466+0000 mgr.a (mgr.24293) 7316 : 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-07T12:52:50.072 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:49 smithi044 bash[32620]: cluster 2023-12-07T12:52:48.508466+0000 mgr.a (mgr.24293) 7316 : 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-07T12:52:50.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:50.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:50.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:50.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:50.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:51 smithi022 bash[28554]: audit 2023-12-07T12:52:50.127413+0000 mgr.a (mgr.24293) 7317 : audit 0 from='client.153453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:51 smithi022 bash[28554]: cluster 2023-12-07T12:52:50.517845+0000 mgr.a (mgr.24293) 7318 : cluster 0 pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:52:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:51 smithi044 bash[32620]: audit 2023-12-07T12:52:50.127413+0000 mgr.a (mgr.24293) 7317 : audit 0 from='client.153453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:51 smithi044 bash[32620]: cluster 2023-12-07T12:52:50.517845+0000 mgr.a (mgr.24293) 7318 : cluster 0 pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:52:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:51 smithi027 bash[31536]: audit 2023-12-07T12:52:50.127413+0000 mgr.a (mgr.24293) 7317 : audit 0 from='client.153453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:51 smithi027 bash[31536]: cluster 2023-12-07T12:52:50.517845+0000 mgr.a (mgr.24293) 7318 : cluster 0 pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:52:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:53 smithi044 bash[32620]: cluster 2023-12-07T12:52:52.518531+0000 mgr.a (mgr.24293) 7319 : cluster 0 pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:53 smithi022 bash[28554]: cluster 2023-12-07T12:52:52.518531+0000 mgr.a (mgr.24293) 7319 : cluster 0 pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:53 smithi027 bash[31536]: cluster 2023-12-07T12:52:52.518531+0000 mgr.a (mgr.24293) 7319 : cluster 0 pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:55.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:52:55.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:55.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:55 smithi022 bash[28554]: cluster 2023-12-07T12:52:54.519067+0000 mgr.a (mgr.24293) 7320 : cluster 0 pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:55 smithi044 bash[32620]: cluster 2023-12-07T12:52:54.519067+0000 mgr.a (mgr.24293) 7320 : cluster 0 pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:55 smithi027 bash[31536]: cluster 2023-12-07T12:52:54.519067+0000 mgr.a (mgr.24293) 7320 : cluster 0 pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:56.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:52:56.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:56.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:56.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:56.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:52:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:57 smithi022 bash[28554]: audit 2023-12-07T12:52:56.070231+0000 mgr.a (mgr.24293) 7321 : audit 0 from='client.153525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:57 smithi022 bash[28554]: cluster 2023-12-07T12:52:56.520304+0000 mgr.a (mgr.24293) 7322 : 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-07T12:52:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:57 smithi044 bash[32620]: audit 2023-12-07T12:52:56.070231+0000 mgr.a (mgr.24293) 7321 : audit 0 from='client.153525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:57 smithi044 bash[32620]: cluster 2023-12-07T12:52:56.520304+0000 mgr.a (mgr.24293) 7322 : 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-07T12:52:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:57 smithi027 bash[31536]: audit 2023-12-07T12:52:56.070231+0000 mgr.a (mgr.24293) 7321 : audit 0 from='client.153525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:57 smithi027 bash[31536]: cluster 2023-12-07T12:52:56.520304+0000 mgr.a (mgr.24293) 7322 : 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-07T12:52:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:52:59 smithi044 bash[32620]: cluster 2023-12-07T12:52:58.520914+0000 mgr.a (mgr.24293) 7323 : cluster 0 pgmap v5471: 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-07T12:52:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:52:59 smithi022 bash[28554]: cluster 2023-12-07T12:52:58.520914+0000 mgr.a (mgr.24293) 7323 : cluster 0 pgmap v5471: 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-07T12:52:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:52:59 smithi027 bash[31536]: cluster 2023-12-07T12:52:58.520914+0000 mgr.a (mgr.24293) 7323 : cluster 0 pgmap v5471: 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-07T12:53:01.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:01.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:01.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:01 smithi022 bash[28554]: cluster 2023-12-07T12:53:00.521688+0000 mgr.a (mgr.24293) 7324 : 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-07T12:53:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:01 smithi044 bash[32620]: cluster 2023-12-07T12:53:00.521688+0000 mgr.a (mgr.24293) 7324 : 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-07T12:53:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:01 smithi027 bash[31536]: cluster 2023-12-07T12:53:00.521688+0000 mgr.a (mgr.24293) 7324 : 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-07T12:53:02.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:02.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:02.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:02.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:02.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:03 smithi044 bash[32620]: audit 2023-12-07T12:53:02.012597+0000 mgr.a (mgr.24293) 7325 : audit 0 from='client.153600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:03 smithi044 bash[32620]: cluster 2023-12-07T12:53:02.522269+0000 mgr.a (mgr.24293) 7326 : cluster 0 pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:53:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:03 smithi022 bash[28554]: audit 2023-12-07T12:53:02.012597+0000 mgr.a (mgr.24293) 7325 : audit 0 from='client.153600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:03 smithi022 bash[28554]: cluster 2023-12-07T12:53:02.522269+0000 mgr.a (mgr.24293) 7326 : cluster 0 pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:53:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:03 smithi027 bash[31536]: audit 2023-12-07T12:53:02.012597+0000 mgr.a (mgr.24293) 7325 : audit 0 from='client.153600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:03 smithi027 bash[31536]: cluster 2023-12-07T12:53:02.522269+0000 mgr.a (mgr.24293) 7326 : cluster 0 pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:53:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:05 smithi044 bash[32620]: cluster 2023-12-07T12:53:04.523020+0000 mgr.a (mgr.24293) 7327 : cluster 0 pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:53:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:05 smithi022 bash[28554]: cluster 2023-12-07T12:53:04.523020+0000 mgr.a (mgr.24293) 7327 : cluster 0 pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:53:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:05 smithi027 bash[31536]: cluster 2023-12-07T12:53:04.523020+0000 mgr.a (mgr.24293) 7327 : cluster 0 pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:53:07.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:07.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:07.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:07 smithi022 bash[28554]: cluster 2023-12-07T12:53:06.523898+0000 mgr.a (mgr.24293) 7328 : cluster 0 pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:53:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:07 smithi044 bash[32620]: cluster 2023-12-07T12:53:06.523898+0000 mgr.a (mgr.24293) 7328 : cluster 0 pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:53:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:07 smithi027 bash[31536]: cluster 2023-12-07T12:53:06.523898+0000 mgr.a (mgr.24293) 7328 : cluster 0 pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:53:08.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:08.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:08.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:08.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:08.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:09 smithi044 bash[32620]: audit 2023-12-07T12:53:07.952494+0000 mgr.a (mgr.24293) 7329 : audit 0 from='client.153675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:09 smithi044 bash[32620]: cluster 2023-12-07T12:53:08.524621+0000 mgr.a (mgr.24293) 7330 : 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-07T12:53:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:09 smithi022 bash[28554]: audit 2023-12-07T12:53:07.952494+0000 mgr.a (mgr.24293) 7329 : audit 0 from='client.153675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:09 smithi022 bash[28554]: cluster 2023-12-07T12:53:08.524621+0000 mgr.a (mgr.24293) 7330 : 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-07T12:53:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:09 smithi027 bash[31536]: audit 2023-12-07T12:53:07.952494+0000 mgr.a (mgr.24293) 7329 : audit 0 from='client.153675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:09 smithi027 bash[31536]: cluster 2023-12-07T12:53:08.524621+0000 mgr.a (mgr.24293) 7330 : 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-07T12:53:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:11 smithi022 bash[28554]: cluster 2023-12-07T12:53:10.525467+0000 mgr.a (mgr.24293) 7331 : 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-07T12:53:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:11 smithi044 bash[32620]: cluster 2023-12-07T12:53:10.525467+0000 mgr.a (mgr.24293) 7331 : 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-07T12:53:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:11 smithi027 bash[31536]: cluster 2023-12-07T12:53:10.525467+0000 mgr.a (mgr.24293) 7331 : 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-07T12:53:13.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:13.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:13.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:13 smithi022 bash[28554]: cluster 2023-12-07T12:53:12.526080+0000 mgr.a (mgr.24293) 7332 : 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-07T12:53:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:13 smithi044 bash[32620]: cluster 2023-12-07T12:53:12.526080+0000 mgr.a (mgr.24293) 7332 : 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-07T12:53:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:13 smithi027 bash[31536]: cluster 2023-12-07T12:53:12.526080+0000 mgr.a (mgr.24293) 7332 : 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-07T12:53:14.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:14.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:14.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:14.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:14.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:15 smithi044 bash[32620]: audit 2023-12-07T12:53:13.889263+0000 mgr.a (mgr.24293) 7333 : audit 0 from='client.153753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:15 smithi044 bash[32620]: cluster 2023-12-07T12:53:14.526764+0000 mgr.a (mgr.24293) 7334 : 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-07T12:53:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:15 smithi022 bash[28554]: audit 2023-12-07T12:53:13.889263+0000 mgr.a (mgr.24293) 7333 : audit 0 from='client.153753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:15 smithi022 bash[28554]: cluster 2023-12-07T12:53:14.526764+0000 mgr.a (mgr.24293) 7334 : 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-07T12:53:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:15 smithi027 bash[31536]: audit 2023-12-07T12:53:13.889263+0000 mgr.a (mgr.24293) 7333 : audit 0 from='client.153753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:15 smithi027 bash[31536]: cluster 2023-12-07T12:53:14.526764+0000 mgr.a (mgr.24293) 7334 : 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-07T12:53:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:17 smithi044 bash[32620]: cluster 2023-12-07T12:53:16.527662+0000 mgr.a (mgr.24293) 7335 : 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-07T12:53:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:17 smithi022 bash[28554]: cluster 2023-12-07T12:53:16.527662+0000 mgr.a (mgr.24293) 7335 : 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-07T12:53:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:17 smithi027 bash[31536]: cluster 2023-12-07T12:53:16.527662+0000 mgr.a (mgr.24293) 7335 : 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-07T12:53:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:18 smithi044 bash[32620]: audit 2023-12-07T12:53:18.573644+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:53:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:18 smithi022 bash[28554]: audit 2023-12-07T12:53:18.573644+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:53:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:18 smithi027 bash[31536]: audit 2023-12-07T12:53:18.573644+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:53:19.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:19.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:19.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:19 smithi044 bash[32620]: cluster 2023-12-07T12:53:18.528172+0000 mgr.a (mgr.24293) 7336 : 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-07T12:53:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:19 smithi044 bash[32620]: audit 2023-12-07T12:53:19.105022+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:19 smithi044 bash[32620]: audit 2023-12-07T12:53:19.109324+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:19 smithi044 bash[32620]: audit 2023-12-07T12:53:19.113821+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:19 smithi044 bash[32620]: audit 2023-12-07T12:53:19.119271+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:19 smithi022 bash[28554]: cluster 2023-12-07T12:53:18.528172+0000 mgr.a (mgr.24293) 7336 : 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-07T12:53:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:19 smithi022 bash[28554]: audit 2023-12-07T12:53:19.105022+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:19 smithi022 bash[28554]: audit 2023-12-07T12:53:19.109324+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:19 smithi022 bash[28554]: audit 2023-12-07T12:53:19.113821+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:19 smithi022 bash[28554]: audit 2023-12-07T12:53:19.119271+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:19 smithi027 bash[31536]: cluster 2023-12-07T12:53:18.528172+0000 mgr.a (mgr.24293) 7336 : 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-07T12:53:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:19 smithi027 bash[31536]: audit 2023-12-07T12:53:19.105022+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:19 smithi027 bash[31536]: audit 2023-12-07T12:53:19.109324+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:19 smithi027 bash[31536]: audit 2023-12-07T12:53:19.113821+0000 mon.a (mon.0) 1478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:19 smithi027 bash[31536]: audit 2023-12-07T12:53:19.119271+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:20.310 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:20.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:20.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:20.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:20.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:20 smithi044 bash[32620]: audit 2023-12-07T12:53:19.917963+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:53:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:20 smithi044 bash[32620]: audit 2023-12-07T12:53:19.919707+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:53:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:20 smithi044 bash[32620]: audit 2023-12-07T12:53:19.929334+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:20 smithi022 bash[28554]: audit 2023-12-07T12:53:19.917963+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:53:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:20 smithi022 bash[28554]: audit 2023-12-07T12:53:19.919707+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:53:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:20 smithi022 bash[28554]: audit 2023-12-07T12:53:19.929334+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:20 smithi027 bash[31536]: audit 2023-12-07T12:53:19.917963+0000 mon.a (mon.0) 1480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:53:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:20 smithi027 bash[31536]: audit 2023-12-07T12:53:19.919707+0000 mon.a (mon.0) 1481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:53:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:20 smithi027 bash[31536]: audit 2023-12-07T12:53:19.929334+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:53:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:21 smithi044 bash[32620]: audit 2023-12-07T12:53:19.802056+0000 mgr.a (mgr.24293) 7337 : audit 0 from='client.153831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:21 smithi044 bash[32620]: cluster 2023-12-07T12:53:20.529201+0000 mgr.a (mgr.24293) 7338 : 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-07T12:53:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:21 smithi022 bash[28554]: audit 2023-12-07T12:53:19.802056+0000 mgr.a (mgr.24293) 7337 : audit 0 from='client.153831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:21 smithi022 bash[28554]: cluster 2023-12-07T12:53:20.529201+0000 mgr.a (mgr.24293) 7338 : 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-07T12:53:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:21 smithi027 bash[31536]: audit 2023-12-07T12:53:19.802056+0000 mgr.a (mgr.24293) 7337 : audit 0 from='client.153831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:21 smithi027 bash[31536]: cluster 2023-12-07T12:53:20.529201+0000 mgr.a (mgr.24293) 7338 : 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-07T12:53:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:23 smithi022 bash[28554]: cluster 2023-12-07T12:53:22.529767+0000 mgr.a (mgr.24293) 7339 : 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-07T12:53:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:23 smithi044 bash[32620]: cluster 2023-12-07T12:53:22.529767+0000 mgr.a (mgr.24293) 7339 : 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-07T12:53:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:23 smithi027 bash[31536]: cluster 2023-12-07T12:53:22.529767+0000 mgr.a (mgr.24293) 7339 : 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-07T12:53:25.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:25.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:25.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:25 smithi022 bash[28554]: cluster 2023-12-07T12:53:24.530462+0000 mgr.a (mgr.24293) 7340 : 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-07T12:53:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:25 smithi044 bash[32620]: cluster 2023-12-07T12:53:24.530462+0000 mgr.a (mgr.24293) 7340 : 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-07T12:53:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:25 smithi027 bash[31536]: cluster 2023-12-07T12:53:24.530462+0000 mgr.a (mgr.24293) 7340 : 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-07T12:53:26.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:27 smithi044 bash[32620]: audit 2023-12-07T12:53:25.721139+0000 mgr.a (mgr.24293) 7341 : audit 0 from='client.153906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:27 smithi044 bash[32620]: cluster 2023-12-07T12:53:26.531589+0000 mgr.a (mgr.24293) 7342 : cluster 0 pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:27 smithi022 bash[28554]: audit 2023-12-07T12:53:25.721139+0000 mgr.a (mgr.24293) 7341 : audit 0 from='client.153906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:27 smithi022 bash[28554]: cluster 2023-12-07T12:53:26.531589+0000 mgr.a (mgr.24293) 7342 : cluster 0 pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:27 smithi027 bash[31536]: audit 2023-12-07T12:53:25.721139+0000 mgr.a (mgr.24293) 7341 : audit 0 from='client.153906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:27 smithi027 bash[31536]: cluster 2023-12-07T12:53:26.531589+0000 mgr.a (mgr.24293) 7342 : cluster 0 pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:29 smithi022 bash[28554]: cluster 2023-12-07T12:53:28.532120+0000 mgr.a (mgr.24293) 7343 : cluster 0 pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:29 smithi044 bash[32620]: cluster 2023-12-07T12:53:28.532120+0000 mgr.a (mgr.24293) 7343 : cluster 0 pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:29 smithi027 bash[31536]: cluster 2023-12-07T12:53:28.532120+0000 mgr.a (mgr.24293) 7343 : cluster 0 pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:31.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:31.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:31.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:31 smithi044 bash[32620]: cluster 2023-12-07T12:53:30.532840+0000 mgr.a (mgr.24293) 7344 : 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-07T12:53:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:31 smithi022 bash[28554]: cluster 2023-12-07T12:53:30.532840+0000 mgr.a (mgr.24293) 7344 : 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-07T12:53:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:31 smithi027 bash[31536]: cluster 2023-12-07T12:53:30.532840+0000 mgr.a (mgr.24293) 7344 : 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-07T12:53:32.153 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:32.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:32.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:32.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:32.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:32 smithi022 bash[28554]: audit 2023-12-07T12:53:31.618649+0000 mgr.a (mgr.24293) 7345 : audit 0 from='client.153981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:32 smithi044 bash[32620]: audit 2023-12-07T12:53:31.618649+0000 mgr.a (mgr.24293) 7345 : audit 0 from='client.153981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:32 smithi027 bash[31536]: audit 2023-12-07T12:53:31.618649+0000 mgr.a (mgr.24293) 7345 : audit 0 from='client.153981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:33 smithi044 bash[32620]: cluster 2023-12-07T12:53:32.533477+0000 mgr.a (mgr.24293) 7346 : 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-07T12:53:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:33 smithi022 bash[28554]: cluster 2023-12-07T12:53:32.533477+0000 mgr.a (mgr.24293) 7346 : 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-07T12:53:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:33 smithi027 bash[31536]: cluster 2023-12-07T12:53:32.533477+0000 mgr.a (mgr.24293) 7346 : 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-07T12:53:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:35 smithi022 bash[28554]: cluster 2023-12-07T12:53:34.534184+0000 mgr.a (mgr.24293) 7347 : 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-07T12:53:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:35 smithi044 bash[32620]: cluster 2023-12-07T12:53:34.534184+0000 mgr.a (mgr.24293) 7347 : 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-07T12:53:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:35 smithi027 bash[31536]: cluster 2023-12-07T12:53:34.534184+0000 mgr.a (mgr.24293) 7347 : 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-07T12:53:37.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:37.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:37.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:37 smithi022 bash[28554]: cluster 2023-12-07T12:53:36.535021+0000 mgr.a (mgr.24293) 7348 : 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-07T12:53:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:37 smithi044 bash[32620]: cluster 2023-12-07T12:53:36.535021+0000 mgr.a (mgr.24293) 7348 : 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-07T12:53:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:37 smithi027 bash[31536]: cluster 2023-12-07T12:53:36.535021+0000 mgr.a (mgr.24293) 7348 : 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-07T12:53:38.068 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:38.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:38.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:38.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:38.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:38 smithi044 bash[32620]: audit 2023-12-07T12:53:37.570487+0000 mgr.a (mgr.24293) 7349 : audit 0 from='client.154059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:38 smithi022 bash[28554]: audit 2023-12-07T12:53:37.570487+0000 mgr.a (mgr.24293) 7349 : audit 0 from='client.154059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:38 smithi027 bash[31536]: audit 2023-12-07T12:53:37.570487+0000 mgr.a (mgr.24293) 7349 : audit 0 from='client.154059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:39 smithi044 bash[32620]: cluster 2023-12-07T12:53:38.535716+0000 mgr.a (mgr.24293) 7350 : cluster 0 pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:39 smithi022 bash[28554]: cluster 2023-12-07T12:53:38.535716+0000 mgr.a (mgr.24293) 7350 : cluster 0 pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:39 smithi027 bash[31536]: cluster 2023-12-07T12:53:38.535716+0000 mgr.a (mgr.24293) 7350 : cluster 0 pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:41 smithi044 bash[32620]: cluster 2023-12-07T12:53:40.536517+0000 mgr.a (mgr.24293) 7351 : cluster 0 pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:41 smithi022 bash[28554]: cluster 2023-12-07T12:53:40.536517+0000 mgr.a (mgr.24293) 7351 : cluster 0 pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:41 smithi027 bash[31536]: cluster 2023-12-07T12:53:40.536517+0000 mgr.a (mgr.24293) 7351 : cluster 0 pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:43.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:43.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:43.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:43 smithi022 bash[28554]: cluster 2023-12-07T12:53:42.537017+0000 mgr.a (mgr.24293) 7352 : 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-07T12:53:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:43 smithi044 bash[32620]: cluster 2023-12-07T12:53:42.537017+0000 mgr.a (mgr.24293) 7352 : 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-07T12:53:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:43 smithi027 bash[31536]: cluster 2023-12-07T12:53:42.537017+0000 mgr.a (mgr.24293) 7352 : 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-07T12:53:43.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:43.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:43.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:43.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:43.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:44 smithi022 bash[28554]: audit 2023-12-07T12:53:43.475986+0000 mgr.a (mgr.24293) 7353 : audit 0 from='client.154137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:44 smithi044 bash[32620]: audit 2023-12-07T12:53:43.475986+0000 mgr.a (mgr.24293) 7353 : audit 0 from='client.154137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:44 smithi027 bash[31536]: audit 2023-12-07T12:53:43.475986+0000 mgr.a (mgr.24293) 7353 : audit 0 from='client.154137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:45 smithi044 bash[32620]: cluster 2023-12-07T12:53:44.537678+0000 mgr.a (mgr.24293) 7354 : 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-07T12:53:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:45 smithi022 bash[28554]: cluster 2023-12-07T12:53:44.537678+0000 mgr.a (mgr.24293) 7354 : 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-07T12:53:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:45 smithi027 bash[31536]: cluster 2023-12-07T12:53:44.537678+0000 mgr.a (mgr.24293) 7354 : 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-07T12:53:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:47 smithi044 bash[32620]: cluster 2023-12-07T12:53:46.538469+0000 mgr.a (mgr.24293) 7355 : 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-07T12:53:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:47 smithi022 bash[28554]: cluster 2023-12-07T12:53:46.538469+0000 mgr.a (mgr.24293) 7355 : 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-07T12:53:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:47 smithi027 bash[31536]: cluster 2023-12-07T12:53:46.538469+0000 mgr.a (mgr.24293) 7355 : 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-07T12:53:48.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:49.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:49.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:49.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:49.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:49.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:49.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:49.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:49.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:49 smithi022 bash[28554]: cluster 2023-12-07T12:53:48.539047+0000 mgr.a (mgr.24293) 7356 : 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-07T12:53:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:49 smithi044 bash[32620]: cluster 2023-12-07T12:53:48.539047+0000 mgr.a (mgr.24293) 7356 : 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-07T12:53:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:49 smithi027 bash[31536]: cluster 2023-12-07T12:53:48.539047+0000 mgr.a (mgr.24293) 7356 : 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-07T12:53:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:50 smithi022 bash[28554]: audit 2023-12-07T12:53:49.401416+0000 mgr.a (mgr.24293) 7357 : audit 0 from='client.154215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:50 smithi044 bash[32620]: audit 2023-12-07T12:53:49.401416+0000 mgr.a (mgr.24293) 7357 : audit 0 from='client.154215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:50 smithi027 bash[31536]: audit 2023-12-07T12:53:49.401416+0000 mgr.a (mgr.24293) 7357 : audit 0 from='client.154215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:51 smithi044 bash[32620]: cluster 2023-12-07T12:53:50.539931+0000 mgr.a (mgr.24293) 7358 : 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-07T12:53:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:51 smithi022 bash[28554]: cluster 2023-12-07T12:53:50.539931+0000 mgr.a (mgr.24293) 7358 : 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-07T12:53:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:51 smithi027 bash[31536]: cluster 2023-12-07T12:53:50.539931+0000 mgr.a (mgr.24293) 7358 : 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-07T12:53:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:53 smithi022 bash[28554]: cluster 2023-12-07T12:53:52.540570+0000 mgr.a (mgr.24293) 7359 : 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-07T12:53:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:53 smithi044 bash[32620]: cluster 2023-12-07T12:53:52.540570+0000 mgr.a (mgr.24293) 7359 : 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-07T12:53:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:53 smithi027 bash[31536]: cluster 2023-12-07T12:53:52.540570+0000 mgr.a (mgr.24293) 7359 : 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-07T12:53:54.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:53:54.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:54.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:55.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:53:55.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:55.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:55.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:55.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:53:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:55 smithi044 bash[32620]: cluster 2023-12-07T12:53:54.541134+0000 mgr.a (mgr.24293) 7360 : 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-07T12:53:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:55 smithi022 bash[28554]: cluster 2023-12-07T12:53:54.541134+0000 mgr.a (mgr.24293) 7360 : 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-07T12:53:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:55 smithi027 bash[31536]: cluster 2023-12-07T12:53:54.541134+0000 mgr.a (mgr.24293) 7360 : 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-07T12:53:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:56 smithi022 bash[28554]: audit 2023-12-07T12:53:55.342173+0000 mgr.a (mgr.24293) 7361 : audit 0 from='client.154293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:56 smithi044 bash[32620]: audit 2023-12-07T12:53:55.342173+0000 mgr.a (mgr.24293) 7361 : audit 0 from='client.154293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:56 smithi027 bash[31536]: audit 2023-12-07T12:53:55.342173+0000 mgr.a (mgr.24293) 7361 : audit 0 from='client.154293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:57 smithi022 bash[28554]: cluster 2023-12-07T12:53:56.542124+0000 mgr.a (mgr.24293) 7362 : cluster 0 pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:57 smithi044 bash[32620]: cluster 2023-12-07T12:53:56.542124+0000 mgr.a (mgr.24293) 7362 : cluster 0 pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:57 smithi027 bash[31536]: cluster 2023-12-07T12:53:56.542124+0000 mgr.a (mgr.24293) 7362 : cluster 0 pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:53:59 smithi022 bash[28554]: cluster 2023-12-07T12:53:58.542783+0000 mgr.a (mgr.24293) 7363 : cluster 0 pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:53:59 smithi044 bash[32620]: cluster 2023-12-07T12:53:58.542783+0000 mgr.a (mgr.24293) 7363 : cluster 0 pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:53:59 smithi027 bash[31536]: cluster 2023-12-07T12:53:58.542783+0000 mgr.a (mgr.24293) 7363 : cluster 0 pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:00.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:00.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:00.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:01.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:01.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:01.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:01.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:01.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:01 smithi044 bash[32620]: cluster 2023-12-07T12:54:00.543598+0000 mgr.a (mgr.24293) 7364 : 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-07T12:54:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:01 smithi022 bash[28554]: cluster 2023-12-07T12:54:00.543598+0000 mgr.a (mgr.24293) 7364 : 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-07T12:54:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:01 smithi027 bash[31536]: cluster 2023-12-07T12:54:00.543598+0000 mgr.a (mgr.24293) 7364 : 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-07T12:54:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:02 smithi044 bash[32620]: audit 2023-12-07T12:54:01.300988+0000 mgr.a (mgr.24293) 7365 : audit 0 from='client.154368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:02 smithi022 bash[28554]: audit 2023-12-07T12:54:01.300988+0000 mgr.a (mgr.24293) 7365 : audit 0 from='client.154368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:02 smithi027 bash[31536]: audit 2023-12-07T12:54:01.300988+0000 mgr.a (mgr.24293) 7365 : audit 0 from='client.154368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:03 smithi044 bash[32620]: cluster 2023-12-07T12:54:02.544267+0000 mgr.a (mgr.24293) 7366 : 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-07T12:54:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:03 smithi022 bash[28554]: cluster 2023-12-07T12:54:02.544267+0000 mgr.a (mgr.24293) 7366 : 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-07T12:54:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:03 smithi027 bash[31536]: cluster 2023-12-07T12:54:02.544267+0000 mgr.a (mgr.24293) 7366 : 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-07T12:54:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:05 smithi044 bash[32620]: cluster 2023-12-07T12:54:04.544830+0000 mgr.a (mgr.24293) 7367 : 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-07T12:54:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:05 smithi022 bash[28554]: cluster 2023-12-07T12:54:04.544830+0000 mgr.a (mgr.24293) 7367 : 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-07T12:54:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:05 smithi027 bash[31536]: cluster 2023-12-07T12:54:04.544830+0000 mgr.a (mgr.24293) 7367 : 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-07T12:54:06.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:06.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:06.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:07.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:07.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:07.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:07.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:07.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:07 smithi022 bash[28554]: cluster 2023-12-07T12:54:06.545615+0000 mgr.a (mgr.24293) 7368 : 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-07T12:54:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:07 smithi044 bash[32620]: cluster 2023-12-07T12:54:06.545615+0000 mgr.a (mgr.24293) 7368 : 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-07T12:54:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:07 smithi027 bash[31536]: cluster 2023-12-07T12:54:06.545615+0000 mgr.a (mgr.24293) 7368 : 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-07T12:54:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:08 smithi044 bash[32620]: audit 2023-12-07T12:54:07.230945+0000 mgr.a (mgr.24293) 7369 : audit 0 from='client.154446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:08.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:08 smithi022 bash[28554]: audit 2023-12-07T12:54:07.230945+0000 mgr.a (mgr.24293) 7369 : audit 0 from='client.154446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:08 smithi027 bash[31536]: audit 2023-12-07T12:54:07.230945+0000 mgr.a (mgr.24293) 7369 : audit 0 from='client.154446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:09 smithi044 bash[32620]: cluster 2023-12-07T12:54:08.546426+0000 mgr.a (mgr.24293) 7370 : cluster 0 pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:09 smithi022 bash[28554]: cluster 2023-12-07T12:54:08.546426+0000 mgr.a (mgr.24293) 7370 : cluster 0 pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:09 smithi027 bash[31536]: cluster 2023-12-07T12:54:08.546426+0000 mgr.a (mgr.24293) 7370 : cluster 0 pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:11 smithi044 bash[32620]: cluster 2023-12-07T12:54:10.547425+0000 mgr.a (mgr.24293) 7371 : cluster 0 pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:11 smithi022 bash[28554]: cluster 2023-12-07T12:54:10.547425+0000 mgr.a (mgr.24293) 7371 : cluster 0 pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:11 smithi027 bash[31536]: cluster 2023-12-07T12:54:10.547425+0000 mgr.a (mgr.24293) 7371 : cluster 0 pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:12.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:12.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:12.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:13.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:13.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:13.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:13.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:13.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:13 smithi044 bash[32620]: cluster 2023-12-07T12:54:12.547968+0000 mgr.a (mgr.24293) 7372 : 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-07T12:54:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:13 smithi022 bash[28554]: cluster 2023-12-07T12:54:12.547968+0000 mgr.a (mgr.24293) 7372 : 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-07T12:54:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:13 smithi027 bash[31536]: cluster 2023-12-07T12:54:12.547968+0000 mgr.a (mgr.24293) 7372 : 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-07T12:54:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:14 smithi044 bash[32620]: audit 2023-12-07T12:54:13.171941+0000 mgr.a (mgr.24293) 7373 : audit 0 from='client.154521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:14 smithi022 bash[28554]: audit 2023-12-07T12:54:13.171941+0000 mgr.a (mgr.24293) 7373 : audit 0 from='client.154521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:14 smithi027 bash[31536]: audit 2023-12-07T12:54:13.171941+0000 mgr.a (mgr.24293) 7373 : audit 0 from='client.154521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:15 smithi044 bash[32620]: cluster 2023-12-07T12:54:14.548625+0000 mgr.a (mgr.24293) 7374 : 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-07T12:54:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:15 smithi022 bash[28554]: cluster 2023-12-07T12:54:14.548625+0000 mgr.a (mgr.24293) 7374 : 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-07T12:54:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:15 smithi027 bash[31536]: cluster 2023-12-07T12:54:14.548625+0000 mgr.a (mgr.24293) 7374 : 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-07T12:54:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:17 smithi044 bash[32620]: cluster 2023-12-07T12:54:16.549459+0000 mgr.a (mgr.24293) 7375 : 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-07T12:54:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:17 smithi022 bash[28554]: cluster 2023-12-07T12:54:16.549459+0000 mgr.a (mgr.24293) 7375 : 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-07T12:54:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:17 smithi027 bash[31536]: cluster 2023-12-07T12:54:16.549459+0000 mgr.a (mgr.24293) 7375 : 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-07T12:54:18.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:18.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:18.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:19.621 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:19.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:19.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:19.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:19.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:19 smithi044 bash[32620]: cluster 2023-12-07T12:54:18.550035+0000 mgr.a (mgr.24293) 7376 : 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-07T12:54:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:19 smithi022 bash[28554]: cluster 2023-12-07T12:54:18.550035+0000 mgr.a (mgr.24293) 7376 : 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-07T12:54:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:19 smithi027 bash[31536]: cluster 2023-12-07T12:54:18.550035+0000 mgr.a (mgr.24293) 7376 : 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-07T12:54:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:20 smithi022 bash[28554]: audit 2023-12-07T12:54:19.093815+0000 mgr.a (mgr.24293) 7377 : audit 0 from='client.154599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:20 smithi022 bash[28554]: audit 2023-12-07T12:54:20.038980+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:54:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:20 smithi044 bash[32620]: audit 2023-12-07T12:54:19.093815+0000 mgr.a (mgr.24293) 7377 : audit 0 from='client.154599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:20 smithi044 bash[32620]: audit 2023-12-07T12:54:20.038980+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:54:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:20 smithi027 bash[31536]: audit 2023-12-07T12:54:19.093815+0000 mgr.a (mgr.24293) 7377 : audit 0 from='client.154599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:20 smithi027 bash[31536]: audit 2023-12-07T12:54:20.038980+0000 mon.a (mon.0) 1483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:54:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:21 smithi022 bash[28554]: cluster 2023-12-07T12:54:20.550955+0000 mgr.a (mgr.24293) 7378 : 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-07T12:54:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:21 smithi022 bash[28554]: audit 2023-12-07T12:54:20.825346+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:54:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:21 smithi022 bash[28554]: audit 2023-12-07T12:54:20.827515+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:54:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:21 smithi022 bash[28554]: audit 2023-12-07T12:54:20.838166+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:54:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:21 smithi044 bash[32620]: cluster 2023-12-07T12:54:20.550955+0000 mgr.a (mgr.24293) 7378 : 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-07T12:54:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:21 smithi044 bash[32620]: audit 2023-12-07T12:54:20.825346+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:54:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:21 smithi044 bash[32620]: audit 2023-12-07T12:54:20.827515+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:54:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:21 smithi044 bash[32620]: audit 2023-12-07T12:54:20.838166+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:54:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:21 smithi027 bash[31536]: cluster 2023-12-07T12:54:20.550955+0000 mgr.a (mgr.24293) 7378 : 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-07T12:54:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:21 smithi027 bash[31536]: audit 2023-12-07T12:54:20.825346+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:54:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:21 smithi027 bash[31536]: audit 2023-12-07T12:54:20.827515+0000 mon.a (mon.0) 1485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:54:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:21 smithi027 bash[31536]: audit 2023-12-07T12:54:20.838166+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:54:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:23 smithi022 bash[28554]: cluster 2023-12-07T12:54:22.551526+0000 mgr.a (mgr.24293) 7379 : 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-07T12:54:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:23 smithi044 bash[32620]: cluster 2023-12-07T12:54:22.551526+0000 mgr.a (mgr.24293) 7379 : 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-07T12:54:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:23 smithi027 bash[31536]: cluster 2023-12-07T12:54:22.551526+0000 mgr.a (mgr.24293) 7379 : 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-07T12:54:24.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:24.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:24.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:25.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:25.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:25.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:25.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:25.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:25 smithi044 bash[32620]: cluster 2023-12-07T12:54:24.552079+0000 mgr.a (mgr.24293) 7380 : 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-07T12:54:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:25 smithi022 bash[28554]: cluster 2023-12-07T12:54:24.552079+0000 mgr.a (mgr.24293) 7380 : 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-07T12:54:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:25 smithi027 bash[31536]: cluster 2023-12-07T12:54:24.552079+0000 mgr.a (mgr.24293) 7380 : 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-07T12:54:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:26 smithi022 bash[28554]: audit 2023-12-07T12:54:25.036544+0000 mgr.a (mgr.24293) 7381 : audit 0 from='client.154677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:26 smithi044 bash[32620]: audit 2023-12-07T12:54:25.036544+0000 mgr.a (mgr.24293) 7381 : audit 0 from='client.154677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:26 smithi027 bash[31536]: audit 2023-12-07T12:54:25.036544+0000 mgr.a (mgr.24293) 7381 : audit 0 from='client.154677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:27 smithi022 bash[28554]: cluster 2023-12-07T12:54:26.553142+0000 mgr.a (mgr.24293) 7382 : cluster 0 pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:54:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:27 smithi044 bash[32620]: cluster 2023-12-07T12:54:26.553142+0000 mgr.a (mgr.24293) 7382 : cluster 0 pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:54:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:27 smithi027 bash[31536]: cluster 2023-12-07T12:54:26.553142+0000 mgr.a (mgr.24293) 7382 : cluster 0 pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:54:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:29 smithi044 bash[32620]: cluster 2023-12-07T12:54:28.553733+0000 mgr.a (mgr.24293) 7383 : cluster 0 pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:29 smithi022 bash[28554]: cluster 2023-12-07T12:54:28.553733+0000 mgr.a (mgr.24293) 7383 : cluster 0 pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:29 smithi027 bash[31536]: cluster 2023-12-07T12:54:28.553733+0000 mgr.a (mgr.24293) 7383 : cluster 0 pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:30.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:30.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:30.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:31.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:31.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:31.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:31.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:31.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:31 smithi022 bash[28554]: cluster 2023-12-07T12:54:30.554631+0000 mgr.a (mgr.24293) 7384 : cluster 0 pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:31 smithi044 bash[32620]: cluster 2023-12-07T12:54:30.554631+0000 mgr.a (mgr.24293) 7384 : cluster 0 pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:31 smithi027 bash[31536]: cluster 2023-12-07T12:54:30.554631+0000 mgr.a (mgr.24293) 7384 : cluster 0 pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:32 smithi044 bash[32620]: audit 2023-12-07T12:54:30.979397+0000 mgr.a (mgr.24293) 7385 : audit 0 from='client.154749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:32 smithi022 bash[28554]: audit 2023-12-07T12:54:30.979397+0000 mgr.a (mgr.24293) 7385 : audit 0 from='client.154749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:32 smithi027 bash[31536]: audit 2023-12-07T12:54:30.979397+0000 mgr.a (mgr.24293) 7385 : audit 0 from='client.154749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:33 smithi022 bash[28554]: cluster 2023-12-07T12:54:32.555365+0000 mgr.a (mgr.24293) 7386 : cluster 0 pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:33 smithi044 bash[32620]: cluster 2023-12-07T12:54:32.555365+0000 mgr.a (mgr.24293) 7386 : cluster 0 pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:33 smithi027 bash[31536]: cluster 2023-12-07T12:54:32.555365+0000 mgr.a (mgr.24293) 7386 : cluster 0 pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:35 smithi022 bash[28554]: cluster 2023-12-07T12:54:34.555934+0000 mgr.a (mgr.24293) 7387 : cluster 0 pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:35 smithi044 bash[32620]: cluster 2023-12-07T12:54:34.555934+0000 mgr.a (mgr.24293) 7387 : cluster 0 pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:35 smithi027 bash[31536]: cluster 2023-12-07T12:54:34.555934+0000 mgr.a (mgr.24293) 7387 : cluster 0 pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:36.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:36.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:36.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:37.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:37.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:37.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:37.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:37.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:37 smithi022 bash[28554]: cluster 2023-12-07T12:54:36.556777+0000 mgr.a (mgr.24293) 7388 : 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-07T12:54:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:37 smithi044 bash[32620]: cluster 2023-12-07T12:54:36.556777+0000 mgr.a (mgr.24293) 7388 : 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-07T12:54:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:37 smithi027 bash[31536]: cluster 2023-12-07T12:54:36.556777+0000 mgr.a (mgr.24293) 7388 : 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-07T12:54:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:38 smithi044 bash[32620]: audit 2023-12-07T12:54:36.956178+0000 mgr.a (mgr.24293) 7389 : audit 0 from='client.154827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:38 smithi022 bash[28554]: audit 2023-12-07T12:54:36.956178+0000 mgr.a (mgr.24293) 7389 : audit 0 from='client.154827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:38 smithi027 bash[31536]: audit 2023-12-07T12:54:36.956178+0000 mgr.a (mgr.24293) 7389 : audit 0 from='client.154827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:39 smithi022 bash[28554]: cluster 2023-12-07T12:54:38.557535+0000 mgr.a (mgr.24293) 7390 : cluster 0 pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:39 smithi044 bash[32620]: cluster 2023-12-07T12:54:38.557535+0000 mgr.a (mgr.24293) 7390 : cluster 0 pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:39 smithi027 bash[31536]: cluster 2023-12-07T12:54:38.557535+0000 mgr.a (mgr.24293) 7390 : cluster 0 pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:41 smithi022 bash[28554]: cluster 2023-12-07T12:54:40.558380+0000 mgr.a (mgr.24293) 7391 : cluster 0 pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:54:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:41 smithi044 bash[32620]: cluster 2023-12-07T12:54:40.558380+0000 mgr.a (mgr.24293) 7391 : cluster 0 pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:54:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:41 smithi027 bash[31536]: cluster 2023-12-07T12:54:40.558380+0000 mgr.a (mgr.24293) 7391 : cluster 0 pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:54:42.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:42.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:42.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:43.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:43.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:43.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:43.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:43.447 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:43 smithi022 bash[28554]: cluster 2023-12-07T12:54:42.558897+0000 mgr.a (mgr.24293) 7392 : cluster 0 pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:43 smithi044 bash[32620]: cluster 2023-12-07T12:54:42.558897+0000 mgr.a (mgr.24293) 7392 : cluster 0 pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:43 smithi027 bash[31536]: cluster 2023-12-07T12:54:42.558897+0000 mgr.a (mgr.24293) 7392 : cluster 0 pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:44 smithi022 bash[28554]: audit 2023-12-07T12:54:42.917390+0000 mgr.a (mgr.24293) 7393 : audit 0 from='client.154905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:44 smithi044 bash[32620]: audit 2023-12-07T12:54:42.917390+0000 mgr.a (mgr.24293) 7393 : audit 0 from='client.154905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:44 smithi027 bash[31536]: audit 2023-12-07T12:54:42.917390+0000 mgr.a (mgr.24293) 7393 : audit 0 from='client.154905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:45 smithi044 bash[32620]: cluster 2023-12-07T12:54:44.559763+0000 mgr.a (mgr.24293) 7394 : cluster 0 pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:45 smithi022 bash[28554]: cluster 2023-12-07T12:54:44.559763+0000 mgr.a (mgr.24293) 7394 : cluster 0 pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:45 smithi027 bash[31536]: cluster 2023-12-07T12:54:44.559763+0000 mgr.a (mgr.24293) 7394 : cluster 0 pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:47 smithi044 bash[32620]: cluster 2023-12-07T12:54:46.560756+0000 mgr.a (mgr.24293) 7395 : cluster 0 pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:47 smithi022 bash[28554]: cluster 2023-12-07T12:54:46.560756+0000 mgr.a (mgr.24293) 7395 : cluster 0 pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:47 smithi027 bash[31536]: cluster 2023-12-07T12:54:46.560756+0000 mgr.a (mgr.24293) 7395 : cluster 0 pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:48.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:48.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:48.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:49.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:49.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:49.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:49.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:49.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:49 smithi044 bash[32620]: cluster 2023-12-07T12:54:48.561478+0000 mgr.a (mgr.24293) 7396 : 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-07T12:54:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:49 smithi022 bash[28554]: cluster 2023-12-07T12:54:48.561478+0000 mgr.a (mgr.24293) 7396 : 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-07T12:54:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:49 smithi027 bash[31536]: cluster 2023-12-07T12:54:48.561478+0000 mgr.a (mgr.24293) 7396 : 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-07T12:54:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:50 smithi022 bash[28554]: audit 2023-12-07T12:54:48.855727+0000 mgr.a (mgr.24293) 7397 : audit 0 from='client.154980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:50 smithi044 bash[32620]: audit 2023-12-07T12:54:48.855727+0000 mgr.a (mgr.24293) 7397 : audit 0 from='client.154980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:50 smithi027 bash[31536]: audit 2023-12-07T12:54:48.855727+0000 mgr.a (mgr.24293) 7397 : audit 0 from='client.154980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:51 smithi022 bash[28554]: cluster 2023-12-07T12:54:50.562455+0000 mgr.a (mgr.24293) 7398 : 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-07T12:54:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:51 smithi044 bash[32620]: cluster 2023-12-07T12:54:50.562455+0000 mgr.a (mgr.24293) 7398 : 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-07T12:54:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:51 smithi027 bash[31536]: cluster 2023-12-07T12:54:50.562455+0000 mgr.a (mgr.24293) 7398 : 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-07T12:54:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:53 smithi022 bash[28554]: cluster 2023-12-07T12:54:52.563023+0000 mgr.a (mgr.24293) 7399 : 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-07T12:54:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:53 smithi044 bash[32620]: cluster 2023-12-07T12:54:52.563023+0000 mgr.a (mgr.24293) 7399 : 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-07T12:54:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:53 smithi027 bash[31536]: cluster 2023-12-07T12:54:52.563023+0000 mgr.a (mgr.24293) 7399 : 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-07T12:54:54.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:54:54.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:54.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:55.280 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:54:55.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:55.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:55.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:55.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:54:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:55 smithi022 bash[28554]: cluster 2023-12-07T12:54:54.563639+0000 mgr.a (mgr.24293) 7400 : 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-07T12:54:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:55 smithi044 bash[32620]: cluster 2023-12-07T12:54:54.563639+0000 mgr.a (mgr.24293) 7400 : 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-07T12:54:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:55 smithi027 bash[31536]: cluster 2023-12-07T12:54:54.563639+0000 mgr.a (mgr.24293) 7400 : 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-07T12:54:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:56 smithi044 bash[32620]: audit 2023-12-07T12:54:54.768694+0000 mgr.a (mgr.24293) 7401 : audit 0 from='client.155052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:56 smithi022 bash[28554]: audit 2023-12-07T12:54:54.768694+0000 mgr.a (mgr.24293) 7401 : audit 0 from='client.155052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:56 smithi027 bash[31536]: audit 2023-12-07T12:54:54.768694+0000 mgr.a (mgr.24293) 7401 : audit 0 from='client.155052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:57 smithi044 bash[32620]: cluster 2023-12-07T12:54:56.564522+0000 mgr.a (mgr.24293) 7402 : 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-07T12:54:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:57 smithi022 bash[28554]: cluster 2023-12-07T12:54:56.564522+0000 mgr.a (mgr.24293) 7402 : 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-07T12:54:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:57 smithi027 bash[31536]: cluster 2023-12-07T12:54:56.564522+0000 mgr.a (mgr.24293) 7402 : 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-07T12:54:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:54:59 smithi022 bash[28554]: cluster 2023-12-07T12:54:58.565089+0000 mgr.a (mgr.24293) 7403 : 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-07T12:54:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:54:59 smithi044 bash[32620]: cluster 2023-12-07T12:54:58.565089+0000 mgr.a (mgr.24293) 7403 : 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-07T12:54:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:54:59 smithi027 bash[31536]: cluster 2023-12-07T12:54:58.565089+0000 mgr.a (mgr.24293) 7403 : 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-07T12:55:00.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:00.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:00.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:01.193 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:01.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:01.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:01.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:01.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:01 smithi027 bash[31536]: cluster 2023-12-07T12:55:00.565802+0000 mgr.a (mgr.24293) 7404 : cluster 0 pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:01 smithi022 bash[28554]: cluster 2023-12-07T12:55:00.565802+0000 mgr.a (mgr.24293) 7404 : cluster 0 pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:01.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:01 smithi044 bash[32620]: cluster 2023-12-07T12:55:00.565802+0000 mgr.a (mgr.24293) 7404 : cluster 0 pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:02 smithi044 bash[32620]: audit 2023-12-07T12:55:00.701187+0000 mgr.a (mgr.24293) 7405 : audit 0 from='client.133792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:02 smithi022 bash[28554]: audit 2023-12-07T12:55:00.701187+0000 mgr.a (mgr.24293) 7405 : audit 0 from='client.133792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:02 smithi027 bash[31536]: audit 2023-12-07T12:55:00.701187+0000 mgr.a (mgr.24293) 7405 : audit 0 from='client.133792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:03 smithi044 bash[32620]: cluster 2023-12-07T12:55:02.566509+0000 mgr.a (mgr.24293) 7406 : cluster 0 pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:03 smithi022 bash[28554]: cluster 2023-12-07T12:55:02.566509+0000 mgr.a (mgr.24293) 7406 : cluster 0 pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:03 smithi027 bash[31536]: cluster 2023-12-07T12:55:02.566509+0000 mgr.a (mgr.24293) 7406 : cluster 0 pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:05 smithi044 bash[32620]: cluster 2023-12-07T12:55:04.567064+0000 mgr.a (mgr.24293) 7407 : cluster 0 pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:05 smithi022 bash[28554]: cluster 2023-12-07T12:55:04.567064+0000 mgr.a (mgr.24293) 7407 : cluster 0 pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:05 smithi027 bash[31536]: cluster 2023-12-07T12:55:04.567064+0000 mgr.a (mgr.24293) 7407 : cluster 0 pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:06.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:06.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:06.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:07.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:07.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:07.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:07.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:07.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:07 smithi022 bash[28554]: cluster 2023-12-07T12:55:06.567898+0000 mgr.a (mgr.24293) 7408 : 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-07T12:55:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:07 smithi022 bash[28554]: audit 2023-12-07T12:55:06.615575+0000 mgr.a (mgr.24293) 7409 : audit 0 from='client.155202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:07 smithi044 bash[32620]: cluster 2023-12-07T12:55:06.567898+0000 mgr.a (mgr.24293) 7408 : 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-07T12:55:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:07 smithi044 bash[32620]: audit 2023-12-07T12:55:06.615575+0000 mgr.a (mgr.24293) 7409 : audit 0 from='client.155202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:07 smithi027 bash[31536]: cluster 2023-12-07T12:55:06.567898+0000 mgr.a (mgr.24293) 7408 : 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-07T12:55:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:07 smithi027 bash[31536]: audit 2023-12-07T12:55:06.615575+0000 mgr.a (mgr.24293) 7409 : audit 0 from='client.155202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:09 smithi044 bash[32620]: cluster 2023-12-07T12:55:08.568565+0000 mgr.a (mgr.24293) 7410 : 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-07T12:55:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:09 smithi022 bash[28554]: cluster 2023-12-07T12:55:08.568565+0000 mgr.a (mgr.24293) 7410 : 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-07T12:55:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:09 smithi027 bash[31536]: cluster 2023-12-07T12:55:08.568565+0000 mgr.a (mgr.24293) 7410 : 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-07T12:55:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:11 smithi022 bash[28554]: cluster 2023-12-07T12:55:10.569385+0000 mgr.a (mgr.24293) 7411 : 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-07T12:55:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:11 smithi044 bash[32620]: cluster 2023-12-07T12:55:10.569385+0000 mgr.a (mgr.24293) 7411 : 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-07T12:55:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:11 smithi027 bash[31536]: cluster 2023-12-07T12:55:10.569385+0000 mgr.a (mgr.24293) 7411 : 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-07T12:55:12.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:12.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:12.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:13.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:13.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:13.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:13.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:13.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:13 smithi044 bash[32620]: audit 2023-12-07T12:55:12.546200+0000 mgr.a (mgr.24293) 7412 : audit 0 from='client.155280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:13 smithi044 bash[32620]: cluster 2023-12-07T12:55:12.570208+0000 mgr.a (mgr.24293) 7413 : cluster 0 pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:13 smithi022 bash[28554]: audit 2023-12-07T12:55:12.546200+0000 mgr.a (mgr.24293) 7412 : audit 0 from='client.155280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:13 smithi022 bash[28554]: cluster 2023-12-07T12:55:12.570208+0000 mgr.a (mgr.24293) 7413 : cluster 0 pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:13 smithi027 bash[31536]: audit 2023-12-07T12:55:12.546200+0000 mgr.a (mgr.24293) 7412 : audit 0 from='client.155280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:13 smithi027 bash[31536]: cluster 2023-12-07T12:55:12.570208+0000 mgr.a (mgr.24293) 7413 : cluster 0 pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:15 smithi044 bash[32620]: cluster 2023-12-07T12:55:14.570922+0000 mgr.a (mgr.24293) 7414 : cluster 0 pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:15 smithi022 bash[28554]: cluster 2023-12-07T12:55:14.570922+0000 mgr.a (mgr.24293) 7414 : cluster 0 pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:15 smithi027 bash[31536]: cluster 2023-12-07T12:55:14.570922+0000 mgr.a (mgr.24293) 7414 : cluster 0 pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:17 smithi044 bash[32620]: cluster 2023-12-07T12:55:16.571735+0000 mgr.a (mgr.24293) 7415 : cluster 0 pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:17 smithi022 bash[28554]: cluster 2023-12-07T12:55:16.571735+0000 mgr.a (mgr.24293) 7415 : cluster 0 pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:17 smithi027 bash[31536]: cluster 2023-12-07T12:55:16.571735+0000 mgr.a (mgr.24293) 7415 : cluster 0 pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:18.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:18.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:18.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:19.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:19 smithi044 bash[32620]: audit 2023-12-07T12:55:18.486888+0000 mgr.a (mgr.24293) 7416 : audit 0 from='client.155349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:19 smithi044 bash[32620]: cluster 2023-12-07T12:55:18.572346+0000 mgr.a (mgr.24293) 7417 : 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-07T12:55:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:19 smithi022 bash[28554]: audit 2023-12-07T12:55:18.486888+0000 mgr.a (mgr.24293) 7416 : audit 0 from='client.155349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:19 smithi022 bash[28554]: cluster 2023-12-07T12:55:18.572346+0000 mgr.a (mgr.24293) 7417 : 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-07T12:55:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:19 smithi027 bash[31536]: audit 2023-12-07T12:55:18.486888+0000 mgr.a (mgr.24293) 7416 : audit 0 from='client.155349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:19 smithi027 bash[31536]: cluster 2023-12-07T12:55:18.572346+0000 mgr.a (mgr.24293) 7417 : 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-07T12:55:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:21 smithi022 bash[28554]: cluster 2023-12-07T12:55:20.573250+0000 mgr.a (mgr.24293) 7418 : 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-07T12:55:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:21 smithi022 bash[28554]: audit 2023-12-07T12:55:20.942936+0000 mon.a (mon.0) 1487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:55:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:21 smithi044 bash[32620]: cluster 2023-12-07T12:55:20.573250+0000 mgr.a (mgr.24293) 7418 : 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-07T12:55:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:21 smithi044 bash[32620]: audit 2023-12-07T12:55:20.942936+0000 mon.a (mon.0) 1487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:55:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:21 smithi027 bash[31536]: cluster 2023-12-07T12:55:20.573250+0000 mgr.a (mgr.24293) 7418 : 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-07T12:55:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:21 smithi027 bash[31536]: audit 2023-12-07T12:55:20.942936+0000 mon.a (mon.0) 1487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:55:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:22 smithi044 bash[32620]: audit 2023-12-07T12:55:21.734541+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:55:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:22 smithi044 bash[32620]: audit 2023-12-07T12:55:21.736428+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:55:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:22 smithi044 bash[32620]: audit 2023-12-07T12:55:21.746219+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:55:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:22 smithi022 bash[28554]: audit 2023-12-07T12:55:21.734541+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:55:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:22 smithi022 bash[28554]: audit 2023-12-07T12:55:21.736428+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:55:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:22 smithi022 bash[28554]: audit 2023-12-07T12:55:21.746219+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:55:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:22 smithi027 bash[31536]: audit 2023-12-07T12:55:21.734541+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:55:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:22 smithi027 bash[31536]: audit 2023-12-07T12:55:21.736428+0000 mon.a (mon.0) 1489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:55:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:22 smithi027 bash[31536]: audit 2023-12-07T12:55:21.746219+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:55:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:23 smithi044 bash[32620]: cluster 2023-12-07T12:55:22.573815+0000 mgr.a (mgr.24293) 7419 : 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-07T12:55:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:23 smithi022 bash[28554]: cluster 2023-12-07T12:55:22.573815+0000 mgr.a (mgr.24293) 7419 : 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-07T12:55:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:23 smithi027 bash[31536]: cluster 2023-12-07T12:55:22.573815+0000 mgr.a (mgr.24293) 7419 : 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-07T12:55:24.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:24.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:24.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:24.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:24.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:24.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:24.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:24.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:25 smithi044 bash[32620]: audit 2023-12-07T12:55:24.438590+0000 mgr.a (mgr.24293) 7420 : audit 0 from='client.155424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:25 smithi044 bash[32620]: cluster 2023-12-07T12:55:24.574399+0000 mgr.a (mgr.24293) 7421 : 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-07T12:55:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:25 smithi022 bash[28554]: audit 2023-12-07T12:55:24.438590+0000 mgr.a (mgr.24293) 7420 : audit 0 from='client.155424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:25 smithi022 bash[28554]: cluster 2023-12-07T12:55:24.574399+0000 mgr.a (mgr.24293) 7421 : 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-07T12:55:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:25 smithi027 bash[31536]: audit 2023-12-07T12:55:24.438590+0000 mgr.a (mgr.24293) 7420 : audit 0 from='client.155424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:25 smithi027 bash[31536]: cluster 2023-12-07T12:55:24.574399+0000 mgr.a (mgr.24293) 7421 : 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-07T12:55:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:27 smithi044 bash[32620]: cluster 2023-12-07T12:55:26.575244+0000 mgr.a (mgr.24293) 7422 : 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-07T12:55:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:27 smithi022 bash[28554]: cluster 2023-12-07T12:55:26.575244+0000 mgr.a (mgr.24293) 7422 : 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-07T12:55:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:27 smithi027 bash[31536]: cluster 2023-12-07T12:55:26.575244+0000 mgr.a (mgr.24293) 7422 : 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-07T12:55:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:29 smithi044 bash[32620]: cluster 2023-12-07T12:55:28.575871+0000 mgr.a (mgr.24293) 7423 : 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-07T12:55:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:29 smithi022 bash[28554]: cluster 2023-12-07T12:55:28.575871+0000 mgr.a (mgr.24293) 7423 : 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-07T12:55:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:29 smithi027 bash[31536]: cluster 2023-12-07T12:55:28.575871+0000 mgr.a (mgr.24293) 7423 : 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-07T12:55:29.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:29.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:29.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:30.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:30.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:30.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:30.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:30.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:31 smithi022 bash[28554]: audit 2023-12-07T12:55:30.397488+0000 mgr.a (mgr.24293) 7424 : audit 0 from='client.155502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:31 smithi022 bash[28554]: cluster 2023-12-07T12:55:30.576994+0000 mgr.a (mgr.24293) 7425 : cluster 0 pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:31 smithi044 bash[32620]: audit 2023-12-07T12:55:30.397488+0000 mgr.a (mgr.24293) 7424 : audit 0 from='client.155502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:31 smithi044 bash[32620]: cluster 2023-12-07T12:55:30.576994+0000 mgr.a (mgr.24293) 7425 : cluster 0 pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:31 smithi027 bash[31536]: audit 2023-12-07T12:55:30.397488+0000 mgr.a (mgr.24293) 7424 : audit 0 from='client.155502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:31 smithi027 bash[31536]: cluster 2023-12-07T12:55:30.576994+0000 mgr.a (mgr.24293) 7425 : cluster 0 pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:33 smithi044 bash[32620]: cluster 2023-12-07T12:55:32.577795+0000 mgr.a (mgr.24293) 7426 : cluster 0 pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:33 smithi022 bash[28554]: cluster 2023-12-07T12:55:32.577795+0000 mgr.a (mgr.24293) 7426 : cluster 0 pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:33 smithi027 bash[31536]: cluster 2023-12-07T12:55:32.577795+0000 mgr.a (mgr.24293) 7426 : cluster 0 pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:35 smithi022 bash[28554]: cluster 2023-12-07T12:55:34.578439+0000 mgr.a (mgr.24293) 7427 : cluster 0 pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:35 smithi044 bash[32620]: cluster 2023-12-07T12:55:34.578439+0000 mgr.a (mgr.24293) 7427 : cluster 0 pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:35.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:35.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:35.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:35 smithi027 bash[31536]: cluster 2023-12-07T12:55:34.578439+0000 mgr.a (mgr.24293) 7427 : cluster 0 pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:36.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:36.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:36.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:36.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:36.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:37 smithi044 bash[32620]: audit 2023-12-07T12:55:36.345069+0000 mgr.a (mgr.24293) 7428 : audit 0 from='client.155577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:37 smithi044 bash[32620]: cluster 2023-12-07T12:55:36.579132+0000 mgr.a (mgr.24293) 7429 : cluster 0 pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:37 smithi022 bash[28554]: audit 2023-12-07T12:55:36.345069+0000 mgr.a (mgr.24293) 7428 : audit 0 from='client.155577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:37 smithi022 bash[28554]: cluster 2023-12-07T12:55:36.579132+0000 mgr.a (mgr.24293) 7429 : cluster 0 pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:37 smithi027 bash[31536]: audit 2023-12-07T12:55:36.345069+0000 mgr.a (mgr.24293) 7428 : audit 0 from='client.155577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:37 smithi027 bash[31536]: cluster 2023-12-07T12:55:36.579132+0000 mgr.a (mgr.24293) 7429 : cluster 0 pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:39 smithi044 bash[32620]: cluster 2023-12-07T12:55:38.579834+0000 mgr.a (mgr.24293) 7430 : cluster 0 pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:39 smithi022 bash[28554]: cluster 2023-12-07T12:55:38.579834+0000 mgr.a (mgr.24293) 7430 : cluster 0 pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:39 smithi027 bash[31536]: cluster 2023-12-07T12:55:38.579834+0000 mgr.a (mgr.24293) 7430 : cluster 0 pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:41.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:41.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:41.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:41 smithi044 bash[32620]: cluster 2023-12-07T12:55:40.580792+0000 mgr.a (mgr.24293) 7431 : 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-07T12:55:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:41 smithi022 bash[28554]: cluster 2023-12-07T12:55:40.580792+0000 mgr.a (mgr.24293) 7431 : 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-07T12:55:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:41 smithi027 bash[31536]: cluster 2023-12-07T12:55:40.580792+0000 mgr.a (mgr.24293) 7431 : 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-07T12:55:42.822 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:42.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:42.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:42.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:42.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:43 smithi044 bash[32620]: audit 2023-12-07T12:55:42.302197+0000 mgr.a (mgr.24293) 7432 : audit 0 from='client.155655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:43 smithi044 bash[32620]: cluster 2023-12-07T12:55:42.581629+0000 mgr.a (mgr.24293) 7433 : cluster 0 pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:43 smithi022 bash[28554]: audit 2023-12-07T12:55:42.302197+0000 mgr.a (mgr.24293) 7432 : audit 0 from='client.155655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:43 smithi022 bash[28554]: cluster 2023-12-07T12:55:42.581629+0000 mgr.a (mgr.24293) 7433 : cluster 0 pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:43 smithi027 bash[31536]: audit 2023-12-07T12:55:42.302197+0000 mgr.a (mgr.24293) 7432 : audit 0 from='client.155655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:43 smithi027 bash[31536]: cluster 2023-12-07T12:55:42.581629+0000 mgr.a (mgr.24293) 7433 : cluster 0 pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:45 smithi044 bash[32620]: cluster 2023-12-07T12:55:44.582399+0000 mgr.a (mgr.24293) 7434 : cluster 0 pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:45 smithi022 bash[28554]: cluster 2023-12-07T12:55:44.582399+0000 mgr.a (mgr.24293) 7434 : cluster 0 pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:45 smithi027 bash[31536]: cluster 2023-12-07T12:55:44.582399+0000 mgr.a (mgr.24293) 7434 : cluster 0 pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:47.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:47.826 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:47.826 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:47 smithi022 bash[28554]: cluster 2023-12-07T12:55:46.583215+0000 mgr.a (mgr.24293) 7435 : cluster 0 pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:47 smithi044 bash[32620]: cluster 2023-12-07T12:55:46.583215+0000 mgr.a (mgr.24293) 7435 : cluster 0 pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:47.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:47 smithi027 bash[31536]: cluster 2023-12-07T12:55:46.583215+0000 mgr.a (mgr.24293) 7435 : cluster 0 pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:48.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:48.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:48.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:48.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:48.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:49 smithi044 bash[32620]: audit 2023-12-07T12:55:48.236989+0000 mgr.a (mgr.24293) 7436 : audit 0 from='client.155727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:49 smithi044 bash[32620]: cluster 2023-12-07T12:55:48.583777+0000 mgr.a (mgr.24293) 7437 : cluster 0 pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:49 smithi022 bash[28554]: audit 2023-12-07T12:55:48.236989+0000 mgr.a (mgr.24293) 7436 : audit 0 from='client.155727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:49 smithi022 bash[28554]: cluster 2023-12-07T12:55:48.583777+0000 mgr.a (mgr.24293) 7437 : cluster 0 pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:49 smithi027 bash[31536]: audit 2023-12-07T12:55:48.236989+0000 mgr.a (mgr.24293) 7436 : audit 0 from='client.155727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:49 smithi027 bash[31536]: cluster 2023-12-07T12:55:48.583777+0000 mgr.a (mgr.24293) 7437 : cluster 0 pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:51 smithi022 bash[28554]: cluster 2023-12-07T12:55:50.584684+0000 mgr.a (mgr.24293) 7438 : cluster 0 pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:51 smithi044 bash[32620]: cluster 2023-12-07T12:55:50.584684+0000 mgr.a (mgr.24293) 7438 : cluster 0 pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:51 smithi027 bash[31536]: cluster 2023-12-07T12:55:50.584684+0000 mgr.a (mgr.24293) 7438 : cluster 0 pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:53.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:53.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:53.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:53 smithi022 bash[28554]: cluster 2023-12-07T12:55:52.585291+0000 mgr.a (mgr.24293) 7439 : 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-07T12:55:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:53 smithi044 bash[32620]: cluster 2023-12-07T12:55:52.585291+0000 mgr.a (mgr.24293) 7439 : 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-07T12:55:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:53 smithi027 bash[31536]: cluster 2023-12-07T12:55:52.585291+0000 mgr.a (mgr.24293) 7439 : 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-07T12:55:54.682 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:55:54.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:54.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:54.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:54.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:55 smithi044 bash[32620]: audit 2023-12-07T12:55:54.145873+0000 mgr.a (mgr.24293) 7440 : audit 0 from='client.155802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:55 smithi044 bash[32620]: cluster 2023-12-07T12:55:54.586077+0000 mgr.a (mgr.24293) 7441 : 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-07T12:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:55 smithi022 bash[28554]: audit 2023-12-07T12:55:54.145873+0000 mgr.a (mgr.24293) 7440 : audit 0 from='client.155802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:55 smithi022 bash[28554]: cluster 2023-12-07T12:55:54.586077+0000 mgr.a (mgr.24293) 7441 : 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-07T12:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:55 smithi027 bash[31536]: audit 2023-12-07T12:55:54.145873+0000 mgr.a (mgr.24293) 7440 : audit 0 from='client.155802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:55 smithi027 bash[31536]: cluster 2023-12-07T12:55:54.586077+0000 mgr.a (mgr.24293) 7441 : 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-07T12:55:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:57 smithi044 bash[32620]: cluster 2023-12-07T12:55:56.586959+0000 mgr.a (mgr.24293) 7442 : 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-07T12:55:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:57 smithi022 bash[28554]: cluster 2023-12-07T12:55:56.586959+0000 mgr.a (mgr.24293) 7442 : 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-07T12:55:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:57 smithi027 bash[31536]: cluster 2023-12-07T12:55:56.586959+0000 mgr.a (mgr.24293) 7442 : 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-07T12:55:59.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:55:59.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:59.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:55:59 smithi022 bash[28554]: cluster 2023-12-07T12:55:58.587474+0000 mgr.a (mgr.24293) 7443 : 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-07T12:55:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:55:59 smithi044 bash[32620]: cluster 2023-12-07T12:55:58.587474+0000 mgr.a (mgr.24293) 7443 : 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-07T12:55:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:55:59 smithi027 bash[31536]: cluster 2023-12-07T12:55:58.587474+0000 mgr.a (mgr.24293) 7443 : 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-07T12:56:00.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:00.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:00.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:00.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:00.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:01 smithi022 bash[28554]: audit 2023-12-07T12:56:00.096963+0000 mgr.a (mgr.24293) 7444 : audit 0 from='client.155877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:01 smithi022 bash[28554]: cluster 2023-12-07T12:56:00.588378+0000 mgr.a (mgr.24293) 7445 : cluster 0 pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:56:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:01 smithi044 bash[32620]: audit 2023-12-07T12:56:00.096963+0000 mgr.a (mgr.24293) 7444 : audit 0 from='client.155877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:01 smithi044 bash[32620]: cluster 2023-12-07T12:56:00.588378+0000 mgr.a (mgr.24293) 7445 : cluster 0 pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:56:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:01 smithi027 bash[31536]: audit 2023-12-07T12:56:00.096963+0000 mgr.a (mgr.24293) 7444 : audit 0 from='client.155877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:01 smithi027 bash[31536]: cluster 2023-12-07T12:56:00.588378+0000 mgr.a (mgr.24293) 7445 : cluster 0 pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:56:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:03 smithi022 bash[28554]: cluster 2023-12-07T12:56:02.588976+0000 mgr.a (mgr.24293) 7446 : cluster 0 pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:56:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:03 smithi044 bash[32620]: cluster 2023-12-07T12:56:02.588976+0000 mgr.a (mgr.24293) 7446 : cluster 0 pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:56:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:03 smithi027 bash[31536]: cluster 2023-12-07T12:56:02.588976+0000 mgr.a (mgr.24293) 7446 : cluster 0 pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:56:05.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:05.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:05.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:05.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:05 smithi044 bash[32620]: cluster 2023-12-07T12:56:04.589578+0000 mgr.a (mgr.24293) 7447 : cluster 0 pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:56:05.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:05 smithi022 bash[28554]: cluster 2023-12-07T12:56:04.589578+0000 mgr.a (mgr.24293) 7447 : cluster 0 pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:56:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:05 smithi027 bash[31536]: cluster 2023-12-07T12:56:04.589578+0000 mgr.a (mgr.24293) 7447 : cluster 0 pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:56:06.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:06.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:06.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:06.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:06.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:07 smithi044 bash[32620]: audit 2023-12-07T12:56:06.045441+0000 mgr.a (mgr.24293) 7448 : audit 0 from='client.155949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:07 smithi044 bash[32620]: cluster 2023-12-07T12:56:06.590659+0000 mgr.a (mgr.24293) 7449 : cluster 0 pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:07 smithi022 bash[28554]: audit 2023-12-07T12:56:06.045441+0000 mgr.a (mgr.24293) 7448 : audit 0 from='client.155949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:07 smithi022 bash[28554]: cluster 2023-12-07T12:56:06.590659+0000 mgr.a (mgr.24293) 7449 : cluster 0 pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:07 smithi027 bash[31536]: audit 2023-12-07T12:56:06.045441+0000 mgr.a (mgr.24293) 7448 : audit 0 from='client.155949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:07 smithi027 bash[31536]: cluster 2023-12-07T12:56:06.590659+0000 mgr.a (mgr.24293) 7449 : cluster 0 pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:09 smithi022 bash[28554]: cluster 2023-12-07T12:56:08.591248+0000 mgr.a (mgr.24293) 7450 : cluster 0 pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:09 smithi044 bash[32620]: cluster 2023-12-07T12:56:08.591248+0000 mgr.a (mgr.24293) 7450 : cluster 0 pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:09 smithi027 bash[31536]: cluster 2023-12-07T12:56:08.591248+0000 mgr.a (mgr.24293) 7450 : cluster 0 pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:11.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:11.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:11.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:11 smithi022 bash[28554]: cluster 2023-12-07T12:56:10.592030+0000 mgr.a (mgr.24293) 7451 : 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-07T12:56:11.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:11 smithi044 bash[32620]: cluster 2023-12-07T12:56:10.592030+0000 mgr.a (mgr.24293) 7451 : 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-07T12:56:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:11 smithi027 bash[31536]: cluster 2023-12-07T12:56:10.592030+0000 mgr.a (mgr.24293) 7451 : 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-07T12:56:12.528 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:12.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:12.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:12.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:12.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:13 smithi044 bash[32620]: audit 2023-12-07T12:56:11.984134+0000 mgr.a (mgr.24293) 7452 : audit 0 from='client.156027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:13.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:13 smithi044 bash[32620]: cluster 2023-12-07T12:56:12.592799+0000 mgr.a (mgr.24293) 7453 : cluster 0 pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:56:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:13 smithi022 bash[28554]: audit 2023-12-07T12:56:11.984134+0000 mgr.a (mgr.24293) 7452 : audit 0 from='client.156027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:13 smithi022 bash[28554]: cluster 2023-12-07T12:56:12.592799+0000 mgr.a (mgr.24293) 7453 : cluster 0 pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:56:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:13 smithi027 bash[31536]: audit 2023-12-07T12:56:11.984134+0000 mgr.a (mgr.24293) 7452 : audit 0 from='client.156027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:13 smithi027 bash[31536]: cluster 2023-12-07T12:56:12.592799+0000 mgr.a (mgr.24293) 7453 : cluster 0 pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:56:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:15 smithi022 bash[28554]: cluster 2023-12-07T12:56:14.593380+0000 mgr.a (mgr.24293) 7454 : cluster 0 pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:56:15.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:15 smithi044 bash[32620]: cluster 2023-12-07T12:56:14.593380+0000 mgr.a (mgr.24293) 7454 : cluster 0 pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:56:15.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:15 smithi027 bash[31536]: cluster 2023-12-07T12:56:14.593380+0000 mgr.a (mgr.24293) 7454 : cluster 0 pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:56:17.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:17.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:17.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:17 smithi044 bash[32620]: cluster 2023-12-07T12:56:16.594183+0000 mgr.a (mgr.24293) 7455 : cluster 0 pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:56:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:17 smithi022 bash[28554]: cluster 2023-12-07T12:56:16.594183+0000 mgr.a (mgr.24293) 7455 : cluster 0 pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:56:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:17 smithi027 bash[31536]: cluster 2023-12-07T12:56:16.594183+0000 mgr.a (mgr.24293) 7455 : cluster 0 pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:56:18.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:19 smithi022 bash[28554]: audit 2023-12-07T12:56:17.950801+0000 mgr.a (mgr.24293) 7456 : audit 0 from='client.156105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:19 smithi022 bash[28554]: cluster 2023-12-07T12:56:18.594910+0000 mgr.a (mgr.24293) 7457 : cluster 0 pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:19 smithi044 bash[32620]: audit 2023-12-07T12:56:17.950801+0000 mgr.a (mgr.24293) 7456 : audit 0 from='client.156105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:19 smithi044 bash[32620]: cluster 2023-12-07T12:56:18.594910+0000 mgr.a (mgr.24293) 7457 : cluster 0 pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:19 smithi027 bash[31536]: audit 2023-12-07T12:56:17.950801+0000 mgr.a (mgr.24293) 7456 : audit 0 from='client.156105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:19 smithi027 bash[31536]: cluster 2023-12-07T12:56:18.594910+0000 mgr.a (mgr.24293) 7457 : cluster 0 pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:21 smithi022 bash[28554]: cluster 2023-12-07T12:56:20.595753+0000 mgr.a (mgr.24293) 7458 : cluster 0 pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:21 smithi044 bash[32620]: cluster 2023-12-07T12:56:20.595753+0000 mgr.a (mgr.24293) 7458 : cluster 0 pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:21 smithi027 bash[31536]: cluster 2023-12-07T12:56:20.595753+0000 mgr.a (mgr.24293) 7458 : cluster 0 pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:22 smithi044 bash[32620]: audit 2023-12-07T12:56:21.850155+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:56:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:22 smithi044 bash[32620]: audit 2023-12-07T12:56:22.648795+0000 mon.a (mon.0) 1492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:56:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:22 smithi044 bash[32620]: audit 2023-12-07T12:56:22.650580+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:56:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:22 smithi022 bash[28554]: audit 2023-12-07T12:56:21.850155+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:56:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:22 smithi022 bash[28554]: audit 2023-12-07T12:56:22.648795+0000 mon.a (mon.0) 1492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:56:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:22 smithi022 bash[28554]: audit 2023-12-07T12:56:22.650580+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:56:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:22 smithi027 bash[31536]: audit 2023-12-07T12:56:21.850155+0000 mon.a (mon.0) 1491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:56:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:22 smithi027 bash[31536]: audit 2023-12-07T12:56:22.648795+0000 mon.a (mon.0) 1492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:56:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:22 smithi027 bash[31536]: audit 2023-12-07T12:56:22.650580+0000 mon.a (mon.0) 1493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:56:23.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:23.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:23.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:23 smithi044 bash[32620]: cluster 2023-12-07T12:56:22.596297+0000 mgr.a (mgr.24293) 7459 : 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-07T12:56:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:23 smithi044 bash[32620]: audit 2023-12-07T12:56:22.665669+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:56:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:23 smithi022 bash[28554]: cluster 2023-12-07T12:56:22.596297+0000 mgr.a (mgr.24293) 7459 : 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-07T12:56:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:23 smithi022 bash[28554]: audit 2023-12-07T12:56:22.665669+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:56:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:23 smithi027 bash[31536]: cluster 2023-12-07T12:56:22.596297+0000 mgr.a (mgr.24293) 7459 : 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-07T12:56:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:23 smithi027 bash[31536]: audit 2023-12-07T12:56:22.665669+0000 mon.a (mon.0) 1494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:56:24.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:24.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:24.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:24.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:24.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:25 smithi022 bash[28554]: audit 2023-12-07T12:56:23.882302+0000 mgr.a (mgr.24293) 7460 : audit 0 from='client.156183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:25 smithi022 bash[28554]: cluster 2023-12-07T12:56:24.597034+0000 mgr.a (mgr.24293) 7461 : 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-07T12:56:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:25 smithi044 bash[32620]: audit 2023-12-07T12:56:23.882302+0000 mgr.a (mgr.24293) 7460 : audit 0 from='client.156183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:25 smithi044 bash[32620]: cluster 2023-12-07T12:56:24.597034+0000 mgr.a (mgr.24293) 7461 : 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-07T12:56:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:25 smithi027 bash[31536]: audit 2023-12-07T12:56:23.882302+0000 mgr.a (mgr.24293) 7460 : audit 0 from='client.156183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:25 smithi027 bash[31536]: cluster 2023-12-07T12:56:24.597034+0000 mgr.a (mgr.24293) 7461 : 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-07T12:56:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:27 smithi022 bash[28554]: cluster 2023-12-07T12:56:26.597871+0000 mgr.a (mgr.24293) 7462 : 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-07T12:56:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:27 smithi044 bash[32620]: cluster 2023-12-07T12:56:26.597871+0000 mgr.a (mgr.24293) 7462 : 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-07T12:56:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:27 smithi027 bash[31536]: cluster 2023-12-07T12:56:26.597871+0000 mgr.a (mgr.24293) 7462 : 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-07T12:56:29.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:29.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:29.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:29 smithi022 bash[28554]: cluster 2023-12-07T12:56:28.598461+0000 mgr.a (mgr.24293) 7463 : 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-07T12:56:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:29 smithi044 bash[32620]: cluster 2023-12-07T12:56:28.598461+0000 mgr.a (mgr.24293) 7463 : 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-07T12:56:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:29 smithi027 bash[31536]: cluster 2023-12-07T12:56:28.598461+0000 mgr.a (mgr.24293) 7463 : 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-07T12:56:30.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:30.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:30.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:30.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:30.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:31 smithi044 bash[32620]: audit 2023-12-07T12:56:29.810455+0000 mgr.a (mgr.24293) 7464 : audit 0 from='client.156255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:31 smithi044 bash[32620]: cluster 2023-12-07T12:56:30.599415+0000 mgr.a (mgr.24293) 7465 : 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-07T12:56:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:31 smithi022 bash[28554]: audit 2023-12-07T12:56:29.810455+0000 mgr.a (mgr.24293) 7464 : audit 0 from='client.156255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:31 smithi022 bash[28554]: cluster 2023-12-07T12:56:30.599415+0000 mgr.a (mgr.24293) 7465 : 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-07T12:56:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:31 smithi027 bash[31536]: audit 2023-12-07T12:56:29.810455+0000 mgr.a (mgr.24293) 7464 : audit 0 from='client.156255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:31.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:31 smithi027 bash[31536]: cluster 2023-12-07T12:56:30.599415+0000 mgr.a (mgr.24293) 7465 : 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-07T12:56:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:33 smithi044 bash[32620]: cluster 2023-12-07T12:56:32.600043+0000 mgr.a (mgr.24293) 7466 : 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-07T12:56:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:33 smithi022 bash[28554]: cluster 2023-12-07T12:56:32.600043+0000 mgr.a (mgr.24293) 7466 : 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-07T12:56:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:33 smithi027 bash[31536]: cluster 2023-12-07T12:56:32.600043+0000 mgr.a (mgr.24293) 7466 : 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-07T12:56:35.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:35.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:35.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:35 smithi022 bash[28554]: cluster 2023-12-07T12:56:34.600625+0000 mgr.a (mgr.24293) 7467 : 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-07T12:56:35.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:35 smithi044 bash[32620]: cluster 2023-12-07T12:56:34.600625+0000 mgr.a (mgr.24293) 7467 : 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-07T12:56:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:35 smithi027 bash[31536]: cluster 2023-12-07T12:56:34.600625+0000 mgr.a (mgr.24293) 7467 : 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-07T12:56:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:36.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:37 smithi022 bash[28554]: audit 2023-12-07T12:56:35.752642+0000 mgr.a (mgr.24293) 7468 : audit 0 from='client.156333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:37 smithi022 bash[28554]: cluster 2023-12-07T12:56:36.601694+0000 mgr.a (mgr.24293) 7469 : cluster 0 pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:37 smithi044 bash[32620]: audit 2023-12-07T12:56:35.752642+0000 mgr.a (mgr.24293) 7468 : audit 0 from='client.156333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:37 smithi044 bash[32620]: cluster 2023-12-07T12:56:36.601694+0000 mgr.a (mgr.24293) 7469 : cluster 0 pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:37 smithi027 bash[31536]: audit 2023-12-07T12:56:35.752642+0000 mgr.a (mgr.24293) 7468 : audit 0 from='client.156333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:37 smithi027 bash[31536]: cluster 2023-12-07T12:56:36.601694+0000 mgr.a (mgr.24293) 7469 : cluster 0 pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:39 smithi044 bash[32620]: cluster 2023-12-07T12:56:38.602219+0000 mgr.a (mgr.24293) 7470 : cluster 0 pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:39 smithi022 bash[28554]: cluster 2023-12-07T12:56:38.602219+0000 mgr.a (mgr.24293) 7470 : cluster 0 pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:39 smithi027 bash[31536]: cluster 2023-12-07T12:56:38.602219+0000 mgr.a (mgr.24293) 7470 : cluster 0 pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:41.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:41.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:41.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:41.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:41 smithi044 bash[32620]: cluster 2023-12-07T12:56:40.602953+0000 mgr.a (mgr.24293) 7471 : cluster 0 pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:41 smithi022 bash[28554]: cluster 2023-12-07T12:56:40.602953+0000 mgr.a (mgr.24293) 7471 : cluster 0 pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:41.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:41 smithi027 bash[31536]: cluster 2023-12-07T12:56:40.602953+0000 mgr.a (mgr.24293) 7471 : cluster 0 pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:42.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:42.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:42.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:42.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:42.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:42 smithi022 bash[28554]: audit 2023-12-07T12:56:41.682349+0000 mgr.a (mgr.24293) 7472 : audit 0 from='client.156411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:42 smithi044 bash[32620]: audit 2023-12-07T12:56:41.682349+0000 mgr.a (mgr.24293) 7472 : audit 0 from='client.156411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:42.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:42 smithi027 bash[31536]: audit 2023-12-07T12:56:41.682349+0000 mgr.a (mgr.24293) 7472 : audit 0 from='client.156411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:43 smithi022 bash[28554]: cluster 2023-12-07T12:56:42.603743+0000 mgr.a (mgr.24293) 7473 : cluster 0 pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:43 smithi044 bash[32620]: cluster 2023-12-07T12:56:42.603743+0000 mgr.a (mgr.24293) 7473 : cluster 0 pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:43 smithi027 bash[31536]: cluster 2023-12-07T12:56:42.603743+0000 mgr.a (mgr.24293) 7473 : cluster 0 pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:45 smithi027 bash[31536]: cluster 2023-12-07T12:56:44.604343+0000 mgr.a (mgr.24293) 7474 : cluster 0 pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:45 smithi022 bash[28554]: cluster 2023-12-07T12:56:44.604343+0000 mgr.a (mgr.24293) 7474 : cluster 0 pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:45 smithi044 bash[32620]: cluster 2023-12-07T12:56:44.604343+0000 mgr.a (mgr.24293) 7474 : cluster 0 pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:47.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:47.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:47.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:47 smithi044 bash[32620]: cluster 2023-12-07T12:56:46.605180+0000 mgr.a (mgr.24293) 7475 : 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-07T12:56:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:47 smithi022 bash[28554]: cluster 2023-12-07T12:56:46.605180+0000 mgr.a (mgr.24293) 7475 : 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-07T12:56:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:47 smithi027 bash[31536]: cluster 2023-12-07T12:56:46.605180+0000 mgr.a (mgr.24293) 7475 : 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-07T12:56:48.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:48.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:48 smithi022 bash[28554]: audit 2023-12-07T12:56:47.616345+0000 mgr.a (mgr.24293) 7476 : audit 0 from='client.156486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:48 smithi044 bash[32620]: audit 2023-12-07T12:56:47.616345+0000 mgr.a (mgr.24293) 7476 : audit 0 from='client.156486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:48 smithi027 bash[31536]: audit 2023-12-07T12:56:47.616345+0000 mgr.a (mgr.24293) 7476 : audit 0 from='client.156486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:49 smithi044 bash[32620]: cluster 2023-12-07T12:56:48.605863+0000 mgr.a (mgr.24293) 7477 : cluster 0 pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:49 smithi022 bash[28554]: cluster 2023-12-07T12:56:48.605863+0000 mgr.a (mgr.24293) 7477 : cluster 0 pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:49 smithi027 bash[31536]: cluster 2023-12-07T12:56:48.605863+0000 mgr.a (mgr.24293) 7477 : cluster 0 pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:51 smithi022 bash[28554]: cluster 2023-12-07T12:56:50.606812+0000 mgr.a (mgr.24293) 7478 : cluster 0 pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:51 smithi044 bash[32620]: cluster 2023-12-07T12:56:50.606812+0000 mgr.a (mgr.24293) 7478 : cluster 0 pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:51 smithi027 bash[31536]: cluster 2023-12-07T12:56:50.606812+0000 mgr.a (mgr.24293) 7478 : cluster 0 pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:53.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:53.139 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:53.139 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:53 smithi022 bash[28554]: cluster 2023-12-07T12:56:52.607432+0000 mgr.a (mgr.24293) 7479 : cluster 0 pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:53 smithi044 bash[32620]: cluster 2023-12-07T12:56:52.607432+0000 mgr.a (mgr.24293) 7479 : cluster 0 pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:53 smithi027 bash[31536]: cluster 2023-12-07T12:56:52.607432+0000 mgr.a (mgr.24293) 7479 : cluster 0 pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:54.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:54.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:54.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:54.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:54.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:56:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:54 smithi022 bash[28554]: audit 2023-12-07T12:56:53.550312+0000 mgr.a (mgr.24293) 7480 : audit 0 from='client.156558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:54 smithi027 bash[31536]: audit 2023-12-07T12:56:53.550312+0000 mgr.a (mgr.24293) 7480 : audit 0 from='client.156558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:54 smithi044 bash[32620]: audit 2023-12-07T12:56:53.550312+0000 mgr.a (mgr.24293) 7480 : audit 0 from='client.156558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:55 smithi027 bash[31536]: cluster 2023-12-07T12:56:54.608121+0000 mgr.a (mgr.24293) 7481 : cluster 0 pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:55 smithi022 bash[28554]: cluster 2023-12-07T12:56:54.608121+0000 mgr.a (mgr.24293) 7481 : cluster 0 pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:55 smithi044 bash[32620]: cluster 2023-12-07T12:56:54.608121+0000 mgr.a (mgr.24293) 7481 : cluster 0 pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:57 smithi044 bash[32620]: cluster 2023-12-07T12:56:56.608944+0000 mgr.a (mgr.24293) 7482 : cluster 0 pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:57 smithi022 bash[28554]: cluster 2023-12-07T12:56:56.608944+0000 mgr.a (mgr.24293) 7482 : cluster 0 pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:57 smithi027 bash[31536]: cluster 2023-12-07T12:56:56.608944+0000 mgr.a (mgr.24293) 7482 : cluster 0 pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:59.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:56:59.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:59.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:56:59 smithi044 bash[32620]: cluster 2023-12-07T12:56:58.609508+0000 mgr.a (mgr.24293) 7483 : 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-07T12:56:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:56:59 smithi022 bash[28554]: cluster 2023-12-07T12:56:58.609508+0000 mgr.a (mgr.24293) 7483 : 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-07T12:56:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:56:59 smithi027 bash[31536]: cluster 2023-12-07T12:56:58.609508+0000 mgr.a (mgr.24293) 7483 : 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-07T12:56:59.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:56:59.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:59.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:59.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:59.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:00 smithi022 bash[28554]: audit 2023-12-07T12:56:59.489099+0000 mgr.a (mgr.24293) 7484 : audit 0 from='client.156633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:00 smithi044 bash[32620]: audit 2023-12-07T12:56:59.489099+0000 mgr.a (mgr.24293) 7484 : audit 0 from='client.156633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:00 smithi027 bash[31536]: audit 2023-12-07T12:56:59.489099+0000 mgr.a (mgr.24293) 7484 : audit 0 from='client.156633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:01 smithi022 bash[28554]: cluster 2023-12-07T12:57:00.610375+0000 mgr.a (mgr.24293) 7485 : 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-07T12:57:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:01 smithi027 bash[31536]: cluster 2023-12-07T12:57:00.610375+0000 mgr.a (mgr.24293) 7485 : 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-07T12:57:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:01 smithi044 bash[32620]: cluster 2023-12-07T12:57:00.610375+0000 mgr.a (mgr.24293) 7485 : 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-07T12:57:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:03 smithi027 bash[31536]: cluster 2023-12-07T12:57:02.610962+0000 mgr.a (mgr.24293) 7486 : 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-07T12:57:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:03 smithi044 bash[32620]: cluster 2023-12-07T12:57:02.610962+0000 mgr.a (mgr.24293) 7486 : 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-07T12:57:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:03 smithi022 bash[28554]: cluster 2023-12-07T12:57:02.610962+0000 mgr.a (mgr.24293) 7486 : 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-07T12:57:04.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:04.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:04.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:05.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:05.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:05.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:05.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:05.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:05.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:05 smithi027 bash[31536]: cluster 2023-12-07T12:57:04.611503+0000 mgr.a (mgr.24293) 7487 : 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-07T12:57:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:05 smithi044 bash[32620]: cluster 2023-12-07T12:57:04.611503+0000 mgr.a (mgr.24293) 7487 : 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-07T12:57:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:05 smithi022 bash[28554]: cluster 2023-12-07T12:57:04.611503+0000 mgr.a (mgr.24293) 7487 : 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-07T12:57:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:06 smithi027 bash[31536]: audit 2023-12-07T12:57:05.391363+0000 mgr.a (mgr.24293) 7488 : audit 0 from='client.156708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:06 smithi022 bash[28554]: audit 2023-12-07T12:57:05.391363+0000 mgr.a (mgr.24293) 7488 : audit 0 from='client.156708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:06 smithi044 bash[32620]: audit 2023-12-07T12:57:05.391363+0000 mgr.a (mgr.24293) 7488 : audit 0 from='client.156708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:07 smithi027 bash[31536]: cluster 2023-12-07T12:57:06.612482+0000 mgr.a (mgr.24293) 7489 : cluster 0 pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:07 smithi022 bash[28554]: cluster 2023-12-07T12:57:06.612482+0000 mgr.a (mgr.24293) 7489 : cluster 0 pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:07 smithi044 bash[32620]: cluster 2023-12-07T12:57:06.612482+0000 mgr.a (mgr.24293) 7489 : cluster 0 pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:09 smithi027 bash[31536]: cluster 2023-12-07T12:57:08.613049+0000 mgr.a (mgr.24293) 7490 : cluster 0 pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:09 smithi022 bash[28554]: cluster 2023-12-07T12:57:08.613049+0000 mgr.a (mgr.24293) 7490 : cluster 0 pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:09 smithi044 bash[32620]: cluster 2023-12-07T12:57:08.613049+0000 mgr.a (mgr.24293) 7490 : cluster 0 pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:10.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:10.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:10.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:11.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:11.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:11.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:11.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:11.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:11 smithi027 bash[31536]: cluster 2023-12-07T12:57:10.613760+0000 mgr.a (mgr.24293) 7491 : cluster 0 pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:11 smithi044 bash[32620]: cluster 2023-12-07T12:57:10.613760+0000 mgr.a (mgr.24293) 7491 : cluster 0 pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:11 smithi022 bash[28554]: cluster 2023-12-07T12:57:10.613760+0000 mgr.a (mgr.24293) 7491 : cluster 0 pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:12 smithi044 bash[32620]: audit 2023-12-07T12:57:11.345299+0000 mgr.a (mgr.24293) 7492 : audit 0 from='client.156783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:12 smithi022 bash[28554]: audit 2023-12-07T12:57:11.345299+0000 mgr.a (mgr.24293) 7492 : audit 0 from='client.156783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:12 smithi027 bash[31536]: audit 2023-12-07T12:57:11.345299+0000 mgr.a (mgr.24293) 7492 : audit 0 from='client.156783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:13 smithi044 bash[32620]: cluster 2023-12-07T12:57:12.614394+0000 mgr.a (mgr.24293) 7493 : cluster 0 pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:13 smithi022 bash[28554]: cluster 2023-12-07T12:57:12.614394+0000 mgr.a (mgr.24293) 7493 : cluster 0 pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:13 smithi027 bash[31536]: cluster 2023-12-07T12:57:12.614394+0000 mgr.a (mgr.24293) 7493 : cluster 0 pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:15 smithi044 bash[32620]: cluster 2023-12-07T12:57:14.614956+0000 mgr.a (mgr.24293) 7494 : cluster 0 pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:15 smithi022 bash[28554]: cluster 2023-12-07T12:57:14.614956+0000 mgr.a (mgr.24293) 7494 : cluster 0 pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:15 smithi027 bash[31536]: cluster 2023-12-07T12:57:14.614956+0000 mgr.a (mgr.24293) 7494 : cluster 0 pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:16.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:16.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:16.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:17.795 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:17.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:17.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:17.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:17.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:17 smithi044 bash[32620]: cluster 2023-12-07T12:57:16.615809+0000 mgr.a (mgr.24293) 7495 : 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-07T12:57:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:17 smithi022 bash[28554]: cluster 2023-12-07T12:57:16.615809+0000 mgr.a (mgr.24293) 7495 : 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-07T12:57:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:17 smithi027 bash[31536]: cluster 2023-12-07T12:57:16.615809+0000 mgr.a (mgr.24293) 7495 : 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-07T12:57:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:18 smithi044 bash[32620]: audit 2023-12-07T12:57:17.253933+0000 mgr.a (mgr.24293) 7496 : audit 0 from='client.156858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:18 smithi022 bash[28554]: audit 2023-12-07T12:57:17.253933+0000 mgr.a (mgr.24293) 7496 : audit 0 from='client.156858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:18 smithi027 bash[31536]: audit 2023-12-07T12:57:17.253933+0000 mgr.a (mgr.24293) 7496 : audit 0 from='client.156858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:19 smithi044 bash[32620]: cluster 2023-12-07T12:57:18.616441+0000 mgr.a (mgr.24293) 7497 : cluster 0 pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:19 smithi022 bash[28554]: cluster 2023-12-07T12:57:18.616441+0000 mgr.a (mgr.24293) 7497 : cluster 0 pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:19 smithi027 bash[31536]: cluster 2023-12-07T12:57:18.616441+0000 mgr.a (mgr.24293) 7497 : cluster 0 pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:21 smithi022 bash[28554]: cluster 2023-12-07T12:57:20.617254+0000 mgr.a (mgr.24293) 7498 : cluster 0 pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:21.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:21 smithi044 bash[32620]: cluster 2023-12-07T12:57:20.617254+0000 mgr.a (mgr.24293) 7498 : cluster 0 pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:21 smithi027 bash[31536]: cluster 2023-12-07T12:57:20.617254+0000 mgr.a (mgr.24293) 7498 : cluster 0 pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:22.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:22.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:22.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:23.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:23 smithi027 bash[31536]: cluster 2023-12-07T12:57:22.617946+0000 mgr.a (mgr.24293) 7499 : cluster 0 pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:23 smithi027 bash[31536]: audit 2023-12-07T12:57:22.767224+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:57:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:23 smithi027 bash[31536]: audit 2023-12-07T12:57:23.621186+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:57:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:23 smithi027 bash[31536]: audit 2023-12-07T12:57:23.623207+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:57:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:23 smithi027 bash[31536]: audit 2023-12-07T12:57:23.630693+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:57:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:23 smithi044 bash[32620]: cluster 2023-12-07T12:57:22.617946+0000 mgr.a (mgr.24293) 7499 : cluster 0 pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:23 smithi044 bash[32620]: audit 2023-12-07T12:57:22.767224+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:57:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:23 smithi044 bash[32620]: audit 2023-12-07T12:57:23.621186+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:57:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:23 smithi044 bash[32620]: audit 2023-12-07T12:57:23.623207+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:57:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:23 smithi044 bash[32620]: audit 2023-12-07T12:57:23.630693+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:57:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:23 smithi022 bash[28554]: cluster 2023-12-07T12:57:22.617946+0000 mgr.a (mgr.24293) 7499 : cluster 0 pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:23 smithi022 bash[28554]: audit 2023-12-07T12:57:22.767224+0000 mon.a (mon.0) 1495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:57:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:23 smithi022 bash[28554]: audit 2023-12-07T12:57:23.621186+0000 mon.a (mon.0) 1496 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:57:24.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:23 smithi022 bash[28554]: audit 2023-12-07T12:57:23.623207+0000 mon.a (mon.0) 1497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:57:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:23 smithi022 bash[28554]: audit 2023-12-07T12:57:23.630693+0000 mon.a (mon.0) 1498 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:57:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:24 smithi027 bash[31536]: audit 2023-12-07T12:57:23.296541+0000 mgr.a (mgr.24293) 7500 : audit 0 from='client.156936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:24 smithi044 bash[32620]: audit 2023-12-07T12:57:23.296541+0000 mgr.a (mgr.24293) 7500 : audit 0 from='client.156936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:24 smithi022 bash[28554]: audit 2023-12-07T12:57:23.296541+0000 mgr.a (mgr.24293) 7500 : audit 0 from='client.156936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:25 smithi027 bash[31536]: cluster 2023-12-07T12:57:24.618625+0000 mgr.a (mgr.24293) 7501 : cluster 0 pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:25 smithi044 bash[32620]: cluster 2023-12-07T12:57:24.618625+0000 mgr.a (mgr.24293) 7501 : cluster 0 pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:25 smithi022 bash[28554]: cluster 2023-12-07T12:57:24.618625+0000 mgr.a (mgr.24293) 7501 : cluster 0 pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:27 smithi044 bash[32620]: cluster 2023-12-07T12:57:26.619455+0000 mgr.a (mgr.24293) 7502 : cluster 0 pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:27 smithi022 bash[28554]: cluster 2023-12-07T12:57:26.619455+0000 mgr.a (mgr.24293) 7502 : cluster 0 pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:27 smithi027 bash[31536]: cluster 2023-12-07T12:57:26.619455+0000 mgr.a (mgr.24293) 7502 : cluster 0 pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:28.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:28.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:28.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:29.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:29.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:29.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:29.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:29.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:29 smithi022 bash[28554]: cluster 2023-12-07T12:57:28.620017+0000 mgr.a (mgr.24293) 7503 : 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-07T12:57:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:29 smithi027 bash[31536]: cluster 2023-12-07T12:57:28.620017+0000 mgr.a (mgr.24293) 7503 : 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-07T12:57:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:29 smithi044 bash[32620]: cluster 2023-12-07T12:57:28.620017+0000 mgr.a (mgr.24293) 7503 : 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-07T12:57:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:30 smithi027 bash[31536]: audit 2023-12-07T12:57:29.235293+0000 mgr.a (mgr.24293) 7504 : audit 0 from='client.157008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:30 smithi044 bash[32620]: audit 2023-12-07T12:57:29.235293+0000 mgr.a (mgr.24293) 7504 : audit 0 from='client.157008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:30 smithi022 bash[28554]: audit 2023-12-07T12:57:29.235293+0000 mgr.a (mgr.24293) 7504 : audit 0 from='client.157008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:31 smithi027 bash[31536]: cluster 2023-12-07T12:57:30.621006+0000 mgr.a (mgr.24293) 7505 : 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-07T12:57:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:31 smithi044 bash[32620]: cluster 2023-12-07T12:57:30.621006+0000 mgr.a (mgr.24293) 7505 : 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-07T12:57:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:31 smithi022 bash[28554]: cluster 2023-12-07T12:57:30.621006+0000 mgr.a (mgr.24293) 7505 : 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-07T12:57:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:33 smithi027 bash[31536]: cluster 2023-12-07T12:57:32.621608+0000 mgr.a (mgr.24293) 7506 : 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-07T12:57:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:33 smithi044 bash[32620]: cluster 2023-12-07T12:57:32.621608+0000 mgr.a (mgr.24293) 7506 : 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-07T12:57:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:33 smithi022 bash[28554]: cluster 2023-12-07T12:57:32.621608+0000 mgr.a (mgr.24293) 7506 : 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-07T12:57:34.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:34.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:34.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:35.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:35.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:35.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:35.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:35.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:35 smithi027 bash[31536]: cluster 2023-12-07T12:57:34.622267+0000 mgr.a (mgr.24293) 7507 : 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-07T12:57:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:35 smithi044 bash[32620]: cluster 2023-12-07T12:57:34.622267+0000 mgr.a (mgr.24293) 7507 : 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-07T12:57:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:35 smithi022 bash[28554]: cluster 2023-12-07T12:57:34.622267+0000 mgr.a (mgr.24293) 7507 : 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-07T12:57:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:36 smithi027 bash[31536]: audit 2023-12-07T12:57:35.178697+0000 mgr.a (mgr.24293) 7508 : audit 0 from='client.157083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:36 smithi022 bash[28554]: audit 2023-12-07T12:57:35.178697+0000 mgr.a (mgr.24293) 7508 : audit 0 from='client.157083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:36 smithi044 bash[32620]: audit 2023-12-07T12:57:35.178697+0000 mgr.a (mgr.24293) 7508 : audit 0 from='client.157083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:37 smithi027 bash[31536]: cluster 2023-12-07T12:57:36.623284+0000 mgr.a (mgr.24293) 7509 : cluster 0 pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:57:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:37 smithi044 bash[32620]: cluster 2023-12-07T12:57:36.623284+0000 mgr.a (mgr.24293) 7509 : cluster 0 pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:57:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:37 smithi022 bash[28554]: cluster 2023-12-07T12:57:36.623284+0000 mgr.a (mgr.24293) 7509 : cluster 0 pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:57:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:39 smithi044 bash[32620]: cluster 2023-12-07T12:57:38.623886+0000 mgr.a (mgr.24293) 7510 : cluster 0 pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:57:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:39 smithi022 bash[28554]: cluster 2023-12-07T12:57:38.623886+0000 mgr.a (mgr.24293) 7510 : cluster 0 pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:57:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:39 smithi027 bash[31536]: cluster 2023-12-07T12:57:38.623886+0000 mgr.a (mgr.24293) 7510 : cluster 0 pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:57:40.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:40.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:40.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:41.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:41 smithi022 bash[28554]: cluster 2023-12-07T12:57:40.624553+0000 mgr.a (mgr.24293) 7511 : cluster 0 pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:41 smithi044 bash[32620]: cluster 2023-12-07T12:57:40.624553+0000 mgr.a (mgr.24293) 7511 : cluster 0 pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:41 smithi027 bash[31536]: cluster 2023-12-07T12:57:40.624553+0000 mgr.a (mgr.24293) 7511 : cluster 0 pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:42 smithi044 bash[32620]: audit 2023-12-07T12:57:41.138272+0000 mgr.a (mgr.24293) 7512 : audit 0 from='client.157158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:42 smithi022 bash[28554]: audit 2023-12-07T12:57:41.138272+0000 mgr.a (mgr.24293) 7512 : audit 0 from='client.157158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:42 smithi027 bash[31536]: audit 2023-12-07T12:57:41.138272+0000 mgr.a (mgr.24293) 7512 : audit 0 from='client.157158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:43 smithi022 bash[28554]: cluster 2023-12-07T12:57:42.625202+0000 mgr.a (mgr.24293) 7513 : cluster 0 pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:43 smithi044 bash[32620]: cluster 2023-12-07T12:57:42.625202+0000 mgr.a (mgr.24293) 7513 : cluster 0 pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:43 smithi027 bash[31536]: cluster 2023-12-07T12:57:42.625202+0000 mgr.a (mgr.24293) 7513 : cluster 0 pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:45 smithi044 bash[32620]: cluster 2023-12-07T12:57:44.625758+0000 mgr.a (mgr.24293) 7514 : cluster 0 pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:45 smithi022 bash[28554]: cluster 2023-12-07T12:57:44.625758+0000 mgr.a (mgr.24293) 7514 : cluster 0 pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:45 smithi027 bash[31536]: cluster 2023-12-07T12:57:44.625758+0000 mgr.a (mgr.24293) 7514 : cluster 0 pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:46.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:46.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:46.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:47.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:47 smithi022 bash[28554]: cluster 2023-12-07T12:57:46.626634+0000 mgr.a (mgr.24293) 7515 : cluster 0 pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:47 smithi044 bash[32620]: cluster 2023-12-07T12:57:46.626634+0000 mgr.a (mgr.24293) 7515 : cluster 0 pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:47 smithi027 bash[31536]: cluster 2023-12-07T12:57:46.626634+0000 mgr.a (mgr.24293) 7515 : cluster 0 pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:48.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:48 smithi022 bash[28554]: audit 2023-12-07T12:57:47.068179+0000 mgr.a (mgr.24293) 7516 : audit 0 from='client.157236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:48 smithi044 bash[32620]: audit 2023-12-07T12:57:47.068179+0000 mgr.a (mgr.24293) 7516 : audit 0 from='client.157236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:48 smithi027 bash[31536]: audit 2023-12-07T12:57:47.068179+0000 mgr.a (mgr.24293) 7516 : audit 0 from='client.157236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:49.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:49 smithi044 bash[32620]: cluster 2023-12-07T12:57:48.627355+0000 mgr.a (mgr.24293) 7517 : cluster 0 pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:57:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:49 smithi022 bash[28554]: cluster 2023-12-07T12:57:48.627355+0000 mgr.a (mgr.24293) 7517 : cluster 0 pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:57:49.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:49 smithi027 bash[31536]: cluster 2023-12-07T12:57:48.627355+0000 mgr.a (mgr.24293) 7517 : cluster 0 pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:57:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:51 smithi027 bash[31536]: cluster 2023-12-07T12:57:50.628183+0000 mgr.a (mgr.24293) 7518 : cluster 0 pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:57:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:51 smithi022 bash[28554]: cluster 2023-12-07T12:57:50.628183+0000 mgr.a (mgr.24293) 7518 : cluster 0 pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:57:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:51 smithi044 bash[32620]: cluster 2023-12-07T12:57:50.628183+0000 mgr.a (mgr.24293) 7518 : cluster 0 pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:57:52.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:52.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:52.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:53.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:53.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:53.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:53.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:53.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:53.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:53 smithi027 bash[31536]: cluster 2023-12-07T12:57:52.628886+0000 mgr.a (mgr.24293) 7519 : cluster 0 pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:53 smithi022 bash[28554]: cluster 2023-12-07T12:57:52.628886+0000 mgr.a (mgr.24293) 7519 : cluster 0 pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:53 smithi044 bash[32620]: cluster 2023-12-07T12:57:52.628886+0000 mgr.a (mgr.24293) 7519 : cluster 0 pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:54 smithi027 bash[31536]: audit 2023-12-07T12:57:53.033244+0000 mgr.a (mgr.24293) 7520 : audit 0 from='client.157314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:54 smithi044 bash[32620]: audit 2023-12-07T12:57:53.033244+0000 mgr.a (mgr.24293) 7520 : audit 0 from='client.157314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:54 smithi022 bash[28554]: audit 2023-12-07T12:57:53.033244+0000 mgr.a (mgr.24293) 7520 : audit 0 from='client.157314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:55 smithi027 bash[31536]: cluster 2023-12-07T12:57:54.629672+0000 mgr.a (mgr.24293) 7521 : cluster 0 pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:55 smithi022 bash[28554]: cluster 2023-12-07T12:57:54.629672+0000 mgr.a (mgr.24293) 7521 : cluster 0 pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:55 smithi044 bash[32620]: cluster 2023-12-07T12:57:54.629672+0000 mgr.a (mgr.24293) 7521 : cluster 0 pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:57 smithi022 bash[28554]: cluster 2023-12-07T12:57:56.630488+0000 mgr.a (mgr.24293) 7522 : cluster 0 pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:57 smithi044 bash[32620]: cluster 2023-12-07T12:57:56.630488+0000 mgr.a (mgr.24293) 7522 : cluster 0 pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:57 smithi027 bash[31536]: cluster 2023-12-07T12:57:56.630488+0000 mgr.a (mgr.24293) 7522 : cluster 0 pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:58.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:57:58.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:58.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:59.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:57:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:57:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:57:59 smithi027 bash[31536]: cluster 2023-12-07T12:57:58.631037+0000 mgr.a (mgr.24293) 7523 : cluster 0 pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:57:59 smithi044 bash[32620]: cluster 2023-12-07T12:57:58.631037+0000 mgr.a (mgr.24293) 7523 : cluster 0 pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:57:59 smithi022 bash[28554]: cluster 2023-12-07T12:57:58.631037+0000 mgr.a (mgr.24293) 7523 : cluster 0 pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:00 smithi027 bash[31536]: audit 2023-12-07T12:57:58.993735+0000 mgr.a (mgr.24293) 7524 : audit 0 from='client.157389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:00 smithi044 bash[32620]: audit 2023-12-07T12:57:58.993735+0000 mgr.a (mgr.24293) 7524 : audit 0 from='client.157389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:00 smithi022 bash[28554]: audit 2023-12-07T12:57:58.993735+0000 mgr.a (mgr.24293) 7524 : audit 0 from='client.157389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:01.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:01 smithi027 bash[31536]: cluster 2023-12-07T12:58:00.631943+0000 mgr.a (mgr.24293) 7525 : cluster 0 pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:01 smithi022 bash[28554]: cluster 2023-12-07T12:58:00.631943+0000 mgr.a (mgr.24293) 7525 : cluster 0 pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:01 smithi044 bash[32620]: cluster 2023-12-07T12:58:00.631943+0000 mgr.a (mgr.24293) 7525 : cluster 0 pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:03 smithi044 bash[32620]: cluster 2023-12-07T12:58:02.632520+0000 mgr.a (mgr.24293) 7526 : 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-07T12:58:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:03 smithi022 bash[28554]: cluster 2023-12-07T12:58:02.632520+0000 mgr.a (mgr.24293) 7526 : 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-07T12:58:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:03 smithi027 bash[31536]: cluster 2023-12-07T12:58:02.632520+0000 mgr.a (mgr.24293) 7526 : 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-07T12:58:04.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:04.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:04.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:05.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:05.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:05.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:05.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:05.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:05 smithi022 bash[28554]: cluster 2023-12-07T12:58:04.633090+0000 mgr.a (mgr.24293) 7527 : 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-07T12:58:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:05 smithi044 bash[32620]: cluster 2023-12-07T12:58:04.633090+0000 mgr.a (mgr.24293) 7527 : 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-07T12:58:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:05 smithi027 bash[31536]: cluster 2023-12-07T12:58:04.633090+0000 mgr.a (mgr.24293) 7527 : 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-07T12:58:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:06 smithi044 bash[32620]: audit 2023-12-07T12:58:04.942867+0000 mgr.a (mgr.24293) 7528 : audit 0 from='client.157467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:06 smithi022 bash[28554]: audit 2023-12-07T12:58:04.942867+0000 mgr.a (mgr.24293) 7528 : audit 0 from='client.157467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:06 smithi027 bash[31536]: audit 2023-12-07T12:58:04.942867+0000 mgr.a (mgr.24293) 7528 : audit 0 from='client.157467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:07 smithi044 bash[32620]: cluster 2023-12-07T12:58:06.634176+0000 mgr.a (mgr.24293) 7529 : cluster 0 pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:58:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:07 smithi022 bash[28554]: cluster 2023-12-07T12:58:06.634176+0000 mgr.a (mgr.24293) 7529 : cluster 0 pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:58:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:07 smithi027 bash[31536]: cluster 2023-12-07T12:58:06.634176+0000 mgr.a (mgr.24293) 7529 : cluster 0 pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:58:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:09 smithi044 bash[32620]: cluster 2023-12-07T12:58:08.634928+0000 mgr.a (mgr.24293) 7530 : cluster 0 pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:58:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:09 smithi022 bash[28554]: cluster 2023-12-07T12:58:08.634928+0000 mgr.a (mgr.24293) 7530 : cluster 0 pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:58:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:09 smithi027 bash[31536]: cluster 2023-12-07T12:58:08.634928+0000 mgr.a (mgr.24293) 7530 : cluster 0 pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:58:10.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:10.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:10.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:11.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:11.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:11.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:11.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:11.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:11 smithi044 bash[32620]: cluster 2023-12-07T12:58:10.635568+0000 mgr.a (mgr.24293) 7531 : cluster 0 pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:11 smithi022 bash[28554]: cluster 2023-12-07T12:58:10.635568+0000 mgr.a (mgr.24293) 7531 : cluster 0 pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:11 smithi027 bash[31536]: cluster 2023-12-07T12:58:10.635568+0000 mgr.a (mgr.24293) 7531 : cluster 0 pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:12 smithi044 bash[32620]: audit 2023-12-07T12:58:10.908997+0000 mgr.a (mgr.24293) 7532 : audit 0 from='client.157542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:12 smithi022 bash[28554]: audit 2023-12-07T12:58:10.908997+0000 mgr.a (mgr.24293) 7532 : audit 0 from='client.157542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:12 smithi027 bash[31536]: audit 2023-12-07T12:58:10.908997+0000 mgr.a (mgr.24293) 7532 : audit 0 from='client.157542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:13 smithi044 bash[32620]: cluster 2023-12-07T12:58:12.636222+0000 mgr.a (mgr.24293) 7533 : cluster 0 pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:13 smithi022 bash[28554]: cluster 2023-12-07T12:58:12.636222+0000 mgr.a (mgr.24293) 7533 : cluster 0 pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:13 smithi027 bash[31536]: cluster 2023-12-07T12:58:12.636222+0000 mgr.a (mgr.24293) 7533 : cluster 0 pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:14 smithi044 bash[32620]: cluster 2023-12-07T12:58:14.636787+0000 mgr.a (mgr.24293) 7534 : cluster 0 pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:14 smithi022 bash[28554]: cluster 2023-12-07T12:58:14.636787+0000 mgr.a (mgr.24293) 7534 : cluster 0 pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:14 smithi027 bash[31536]: cluster 2023-12-07T12:58:14.636787+0000 mgr.a (mgr.24293) 7534 : cluster 0 pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:16.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:16.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:16.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:17.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:17.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:17.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:17.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:17.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:17 smithi022 bash[28554]: cluster 2023-12-07T12:58:16.637589+0000 mgr.a (mgr.24293) 7535 : cluster 0 pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:17 smithi044 bash[32620]: cluster 2023-12-07T12:58:16.637589+0000 mgr.a (mgr.24293) 7535 : cluster 0 pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:17 smithi027 bash[31536]: cluster 2023-12-07T12:58:16.637589+0000 mgr.a (mgr.24293) 7535 : cluster 0 pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:18 smithi044 bash[32620]: audit 2023-12-07T12:58:16.850115+0000 mgr.a (mgr.24293) 7536 : audit 0 from='client.157620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:18 smithi022 bash[28554]: audit 2023-12-07T12:58:16.850115+0000 mgr.a (mgr.24293) 7536 : audit 0 from='client.157620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:18 smithi027 bash[31536]: audit 2023-12-07T12:58:16.850115+0000 mgr.a (mgr.24293) 7536 : audit 0 from='client.157620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:19 smithi044 bash[32620]: cluster 2023-12-07T12:58:18.638442+0000 mgr.a (mgr.24293) 7537 : cluster 0 pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:58:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:19 smithi022 bash[28554]: cluster 2023-12-07T12:58:18.638442+0000 mgr.a (mgr.24293) 7537 : cluster 0 pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:58:19.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:19 smithi027 bash[31536]: cluster 2023-12-07T12:58:18.638442+0000 mgr.a (mgr.24293) 7537 : cluster 0 pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:58:21.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:21 smithi027 bash[31536]: cluster 2023-12-07T12:58:20.639297+0000 mgr.a (mgr.24293) 7538 : cluster 0 pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:58:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:21 smithi022 bash[28554]: cluster 2023-12-07T12:58:20.639297+0000 mgr.a (mgr.24293) 7538 : cluster 0 pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:58:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:21 smithi044 bash[32620]: cluster 2023-12-07T12:58:20.639297+0000 mgr.a (mgr.24293) 7538 : cluster 0 pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:58:22.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:22.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:22.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:23.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:23.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:23.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:23.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:23.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:23 smithi022 bash[28554]: cluster 2023-12-07T12:58:22.639890+0000 mgr.a (mgr.24293) 7539 : cluster 0 pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:23 smithi044 bash[32620]: cluster 2023-12-07T12:58:22.639890+0000 mgr.a (mgr.24293) 7539 : cluster 0 pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:23 smithi027 bash[31536]: cluster 2023-12-07T12:58:22.639890+0000 mgr.a (mgr.24293) 7539 : cluster 0 pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:24 smithi022 bash[28554]: audit 2023-12-07T12:58:22.808903+0000 mgr.a (mgr.24293) 7540 : audit 0 from='client.157698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:24 smithi022 bash[28554]: audit 2023-12-07T12:58:23.774840+0000 mon.a (mon.0) 1499 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:58:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:24 smithi044 bash[32620]: audit 2023-12-07T12:58:22.808903+0000 mgr.a (mgr.24293) 7540 : audit 0 from='client.157698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:24 smithi044 bash[32620]: audit 2023-12-07T12:58:23.774840+0000 mon.a (mon.0) 1499 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:58:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:24 smithi027 bash[31536]: audit 2023-12-07T12:58:22.808903+0000 mgr.a (mgr.24293) 7540 : audit 0 from='client.157698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:24 smithi027 bash[31536]: audit 2023-12-07T12:58:23.774840+0000 mon.a (mon.0) 1499 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:58:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:25 smithi044 bash[32620]: cluster 2023-12-07T12:58:24.640602+0000 mgr.a (mgr.24293) 7541 : cluster 0 pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:25 smithi022 bash[28554]: cluster 2023-12-07T12:58:24.640602+0000 mgr.a (mgr.24293) 7541 : cluster 0 pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:25 smithi027 bash[31536]: cluster 2023-12-07T12:58:24.640602+0000 mgr.a (mgr.24293) 7541 : cluster 0 pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:27 smithi022 bash[28554]: cluster 2023-12-07T12:58:26.641454+0000 mgr.a (mgr.24293) 7542 : cluster 0 pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:27 smithi044 bash[32620]: cluster 2023-12-07T12:58:26.641454+0000 mgr.a (mgr.24293) 7542 : cluster 0 pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:27 smithi027 bash[31536]: cluster 2023-12-07T12:58:26.641454+0000 mgr.a (mgr.24293) 7542 : cluster 0 pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:28.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:28.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:28.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:29.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:29.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:29.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:29.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:29.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: cluster 2023-12-07T12:58:28.641970+0000 mgr.a (mgr.24293) 7543 : cluster 0 pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: audit 2023-12-07T12:58:29.127795+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: audit 2023-12-07T12:58:29.136588+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: audit 2023-12-07T12:58:29.164600+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: audit 2023-12-07T12:58:29.184654+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: audit 2023-12-07T12:58:29.217979+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:29 smithi027 bash[31536]: audit 2023-12-07T12:58:29.225559+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: cluster 2023-12-07T12:58:28.641970+0000 mgr.a (mgr.24293) 7543 : cluster 0 pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: audit 2023-12-07T12:58:29.127795+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: audit 2023-12-07T12:58:29.136588+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: audit 2023-12-07T12:58:29.164600+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: audit 2023-12-07T12:58:29.184654+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: audit 2023-12-07T12:58:29.217979+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:29 smithi044 bash[32620]: audit 2023-12-07T12:58:29.225559+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: cluster 2023-12-07T12:58:28.641970+0000 mgr.a (mgr.24293) 7543 : cluster 0 pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: audit 2023-12-07T12:58:29.127795+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: audit 2023-12-07T12:58:29.136588+0000 mon.a (mon.0) 1501 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: audit 2023-12-07T12:58:29.164600+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: audit 2023-12-07T12:58:29.184654+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: audit 2023-12-07T12:58:29.217979+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:29 smithi022 bash[28554]: audit 2023-12-07T12:58:29.225559+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:30 smithi022 bash[28554]: audit 2023-12-07T12:58:28.762366+0000 mgr.a (mgr.24293) 7544 : audit 0 from='client.157776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:30 smithi022 bash[28554]: audit 2023-12-07T12:58:29.930036+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:58:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:30 smithi022 bash[28554]: audit 2023-12-07T12:58:29.932151+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:58:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:30 smithi022 bash[28554]: audit 2023-12-07T12:58:29.942277+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:30 smithi044 bash[32620]: audit 2023-12-07T12:58:28.762366+0000 mgr.a (mgr.24293) 7544 : audit 0 from='client.157776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:30 smithi044 bash[32620]: audit 2023-12-07T12:58:29.930036+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:58:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:30 smithi044 bash[32620]: audit 2023-12-07T12:58:29.932151+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:58:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:30 smithi044 bash[32620]: audit 2023-12-07T12:58:29.942277+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:30 smithi027 bash[31536]: audit 2023-12-07T12:58:28.762366+0000 mgr.a (mgr.24293) 7544 : audit 0 from='client.157776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:30 smithi027 bash[31536]: audit 2023-12-07T12:58:29.930036+0000 mon.a (mon.0) 1506 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:58:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:30 smithi027 bash[31536]: audit 2023-12-07T12:58:29.932151+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:58:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:30 smithi027 bash[31536]: audit 2023-12-07T12:58:29.942277+0000 mon.a (mon.0) 1508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:58:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:31 smithi044 bash[32620]: cluster 2023-12-07T12:58:30.642838+0000 mgr.a (mgr.24293) 7545 : cluster 0 pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:31 smithi022 bash[28554]: cluster 2023-12-07T12:58:30.642838+0000 mgr.a (mgr.24293) 7545 : cluster 0 pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:31 smithi027 bash[31536]: cluster 2023-12-07T12:58:30.642838+0000 mgr.a (mgr.24293) 7545 : cluster 0 pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:33 smithi044 bash[32620]: cluster 2023-12-07T12:58:32.643420+0000 mgr.a (mgr.24293) 7546 : 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-07T12:58:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:33 smithi022 bash[28554]: cluster 2023-12-07T12:58:32.643420+0000 mgr.a (mgr.24293) 7546 : 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-07T12:58:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:33 smithi027 bash[31536]: cluster 2023-12-07T12:58:32.643420+0000 mgr.a (mgr.24293) 7546 : 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-07T12:58:34.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:34.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:34.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:35.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:35.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:35.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:35.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:35.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:35 smithi044 bash[32620]: cluster 2023-12-07T12:58:34.643987+0000 mgr.a (mgr.24293) 7547 : 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-07T12:58:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:35 smithi044 bash[32620]: audit 2023-12-07T12:58:34.716856+0000 mgr.a (mgr.24293) 7548 : audit 0 from='client.157854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:35 smithi022 bash[28554]: cluster 2023-12-07T12:58:34.643987+0000 mgr.a (mgr.24293) 7547 : 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-07T12:58:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:35 smithi022 bash[28554]: audit 2023-12-07T12:58:34.716856+0000 mgr.a (mgr.24293) 7548 : audit 0 from='client.157854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:35 smithi027 bash[31536]: cluster 2023-12-07T12:58:34.643987+0000 mgr.a (mgr.24293) 7547 : 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-07T12:58:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:35 smithi027 bash[31536]: audit 2023-12-07T12:58:34.716856+0000 mgr.a (mgr.24293) 7548 : audit 0 from='client.157854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:37 smithi022 bash[28554]: cluster 2023-12-07T12:58:36.644975+0000 mgr.a (mgr.24293) 7549 : 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-07T12:58:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:37 smithi044 bash[32620]: cluster 2023-12-07T12:58:36.644975+0000 mgr.a (mgr.24293) 7549 : 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-07T12:58:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:37 smithi027 bash[31536]: cluster 2023-12-07T12:58:36.644975+0000 mgr.a (mgr.24293) 7549 : 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-07T12:58:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:39 smithi044 bash[32620]: cluster 2023-12-07T12:58:38.645681+0000 mgr.a (mgr.24293) 7550 : 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-07T12:58:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:39 smithi022 bash[28554]: cluster 2023-12-07T12:58:38.645681+0000 mgr.a (mgr.24293) 7550 : 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-07T12:58:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:39 smithi027 bash[31536]: cluster 2023-12-07T12:58:38.645681+0000 mgr.a (mgr.24293) 7550 : 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-07T12:58:40.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:40.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:40.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:41.207 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:41.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:41.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:41.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:41.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:41 smithi022 bash[28554]: cluster 2023-12-07T12:58:40.646437+0000 mgr.a (mgr.24293) 7551 : cluster 0 pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:41 smithi022 bash[28554]: audit 2023-12-07T12:58:40.654141+0000 mgr.a (mgr.24293) 7552 : audit 0 from='client.157932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:41 smithi044 bash[32620]: cluster 2023-12-07T12:58:40.646437+0000 mgr.a (mgr.24293) 7551 : cluster 0 pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:41 smithi044 bash[32620]: audit 2023-12-07T12:58:40.654141+0000 mgr.a (mgr.24293) 7552 : audit 0 from='client.157932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:41 smithi027 bash[31536]: cluster 2023-12-07T12:58:40.646437+0000 mgr.a (mgr.24293) 7551 : cluster 0 pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:41 smithi027 bash[31536]: audit 2023-12-07T12:58:40.654141+0000 mgr.a (mgr.24293) 7552 : audit 0 from='client.157932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:43 smithi022 bash[28554]: cluster 2023-12-07T12:58:42.647084+0000 mgr.a (mgr.24293) 7553 : cluster 0 pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:43 smithi044 bash[32620]: cluster 2023-12-07T12:58:42.647084+0000 mgr.a (mgr.24293) 7553 : cluster 0 pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:43 smithi027 bash[31536]: cluster 2023-12-07T12:58:42.647084+0000 mgr.a (mgr.24293) 7553 : cluster 0 pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:45 smithi022 bash[28554]: cluster 2023-12-07T12:58:44.647755+0000 mgr.a (mgr.24293) 7554 : cluster 0 pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:45 smithi044 bash[32620]: cluster 2023-12-07T12:58:44.647755+0000 mgr.a (mgr.24293) 7554 : cluster 0 pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:45 smithi027 bash[31536]: cluster 2023-12-07T12:58:44.647755+0000 mgr.a (mgr.24293) 7554 : cluster 0 pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:46.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:46.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:46.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:47.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:47.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:47.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:47.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:47.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:47 smithi022 bash[28554]: audit 2023-12-07T12:58:46.614337+0000 mgr.a (mgr.24293) 7555 : audit 0 from='client.158004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:47 smithi022 bash[28554]: cluster 2023-12-07T12:58:46.648870+0000 mgr.a (mgr.24293) 7556 : cluster 0 pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:47 smithi044 bash[32620]: audit 2023-12-07T12:58:46.614337+0000 mgr.a (mgr.24293) 7555 : audit 0 from='client.158004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:47 smithi044 bash[32620]: cluster 2023-12-07T12:58:46.648870+0000 mgr.a (mgr.24293) 7556 : cluster 0 pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:47 smithi027 bash[31536]: audit 2023-12-07T12:58:46.614337+0000 mgr.a (mgr.24293) 7555 : audit 0 from='client.158004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:47 smithi027 bash[31536]: cluster 2023-12-07T12:58:46.648870+0000 mgr.a (mgr.24293) 7556 : cluster 0 pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:49 smithi022 bash[28554]: cluster 2023-12-07T12:58:48.649754+0000 mgr.a (mgr.24293) 7557 : cluster 0 pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:49 smithi044 bash[32620]: cluster 2023-12-07T12:58:48.649754+0000 mgr.a (mgr.24293) 7557 : cluster 0 pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:49 smithi027 bash[31536]: cluster 2023-12-07T12:58:48.649754+0000 mgr.a (mgr.24293) 7557 : cluster 0 pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:52.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:52.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:52.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:51 smithi044 bash[32620]: cluster 2023-12-07T12:58:50.650749+0000 mgr.a (mgr.24293) 7558 : cluster 0 pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:51 smithi022 bash[28554]: cluster 2023-12-07T12:58:50.650749+0000 mgr.a (mgr.24293) 7558 : cluster 0 pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:51 smithi027 bash[31536]: cluster 2023-12-07T12:58:50.650749+0000 mgr.a (mgr.24293) 7558 : cluster 0 pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:53.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:53.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:53.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:53.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:53.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:58:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:53 smithi044 bash[32620]: audit 2023-12-07T12:58:52.589846+0000 mgr.a (mgr.24293) 7559 : audit 0 from='client.158076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:53 smithi044 bash[32620]: cluster 2023-12-07T12:58:52.651596+0000 mgr.a (mgr.24293) 7560 : 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-07T12:58:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:53 smithi022 bash[28554]: audit 2023-12-07T12:58:52.589846+0000 mgr.a (mgr.24293) 7559 : audit 0 from='client.158076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:53 smithi022 bash[28554]: cluster 2023-12-07T12:58:52.651596+0000 mgr.a (mgr.24293) 7560 : 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-07T12:58:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:53 smithi027 bash[31536]: audit 2023-12-07T12:58:52.589846+0000 mgr.a (mgr.24293) 7559 : audit 0 from='client.158076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:53 smithi027 bash[31536]: cluster 2023-12-07T12:58:52.651596+0000 mgr.a (mgr.24293) 7560 : 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-07T12:58:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:55 smithi022 bash[28554]: cluster 2023-12-07T12:58:54.652315+0000 mgr.a (mgr.24293) 7561 : 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-07T12:58:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:55 smithi044 bash[32620]: cluster 2023-12-07T12:58:54.652315+0000 mgr.a (mgr.24293) 7561 : 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-07T12:58:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:55 smithi027 bash[31536]: cluster 2023-12-07T12:58:54.652315+0000 mgr.a (mgr.24293) 7561 : 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-07T12:58:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:57 smithi022 bash[28554]: cluster 2023-12-07T12:58:56.653159+0000 mgr.a (mgr.24293) 7562 : cluster 0 pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:57 smithi044 bash[32620]: cluster 2023-12-07T12:58:56.653159+0000 mgr.a (mgr.24293) 7562 : cluster 0 pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:57 smithi027 bash[31536]: cluster 2023-12-07T12:58:56.653159+0000 mgr.a (mgr.24293) 7562 : cluster 0 pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:58.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:58:58.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:58.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:59.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:59.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:59.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:58:59.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:59 smithi022 bash[28554]: audit 2023-12-07T12:58:58.526412+0000 mgr.a (mgr.24293) 7563 : audit 0 from='client.158154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:58:59 smithi022 bash[28554]: cluster 2023-12-07T12:58:58.653908+0000 mgr.a (mgr.24293) 7564 : cluster 0 pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:59 smithi044 bash[32620]: audit 2023-12-07T12:58:58.526412+0000 mgr.a (mgr.24293) 7563 : audit 0 from='client.158154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:58:59 smithi044 bash[32620]: cluster 2023-12-07T12:58:58.653908+0000 mgr.a (mgr.24293) 7564 : cluster 0 pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:59 smithi027 bash[31536]: audit 2023-12-07T12:58:58.526412+0000 mgr.a (mgr.24293) 7563 : audit 0 from='client.158154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:58:59 smithi027 bash[31536]: cluster 2023-12-07T12:58:58.653908+0000 mgr.a (mgr.24293) 7564 : cluster 0 pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:01 smithi022 bash[28554]: cluster 2023-12-07T12:59:00.654831+0000 mgr.a (mgr.24293) 7565 : cluster 0 pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:01 smithi044 bash[32620]: cluster 2023-12-07T12:59:00.654831+0000 mgr.a (mgr.24293) 7565 : cluster 0 pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:01 smithi027 bash[31536]: cluster 2023-12-07T12:59:00.654831+0000 mgr.a (mgr.24293) 7565 : cluster 0 pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:04.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:04.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:04.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:03 smithi044 bash[32620]: cluster 2023-12-07T12:59:02.655413+0000 mgr.a (mgr.24293) 7566 : cluster 0 pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:03 smithi022 bash[28554]: cluster 2023-12-07T12:59:02.655413+0000 mgr.a (mgr.24293) 7566 : cluster 0 pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:03 smithi027 bash[31536]: cluster 2023-12-07T12:59:02.655413+0000 mgr.a (mgr.24293) 7566 : cluster 0 pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:04.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:04.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:04.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:04.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:04.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:05 smithi022 bash[28554]: audit 2023-12-07T12:59:04.467275+0000 mgr.a (mgr.24293) 7567 : audit 0 from='client.158232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:05 smithi022 bash[28554]: cluster 2023-12-07T12:59:04.656162+0000 mgr.a (mgr.24293) 7568 : cluster 0 pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:05 smithi044 bash[32620]: audit 2023-12-07T12:59:04.467275+0000 mgr.a (mgr.24293) 7567 : audit 0 from='client.158232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:05 smithi044 bash[32620]: cluster 2023-12-07T12:59:04.656162+0000 mgr.a (mgr.24293) 7568 : cluster 0 pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:05 smithi027 bash[31536]: audit 2023-12-07T12:59:04.467275+0000 mgr.a (mgr.24293) 7567 : audit 0 from='client.158232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:05 smithi027 bash[31536]: cluster 2023-12-07T12:59:04.656162+0000 mgr.a (mgr.24293) 7568 : cluster 0 pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:07 smithi044 bash[32620]: cluster 2023-12-07T12:59:06.657112+0000 mgr.a (mgr.24293) 7569 : cluster 0 pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:07 smithi022 bash[28554]: cluster 2023-12-07T12:59:06.657112+0000 mgr.a (mgr.24293) 7569 : cluster 0 pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:07.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:07 smithi027 bash[31536]: cluster 2023-12-07T12:59:06.657112+0000 mgr.a (mgr.24293) 7569 : cluster 0 pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:09.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:09.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:09.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:09 smithi044 bash[32620]: cluster 2023-12-07T12:59:08.657713+0000 mgr.a (mgr.24293) 7570 : 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-07T12:59:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:09 smithi022 bash[28554]: cluster 2023-12-07T12:59:08.657713+0000 mgr.a (mgr.24293) 7570 : 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-07T12:59:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:09 smithi027 bash[31536]: cluster 2023-12-07T12:59:08.657713+0000 mgr.a (mgr.24293) 7570 : 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-07T12:59:10.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:11 smithi022 bash[28554]: audit 2023-12-07T12:59:10.394756+0000 mgr.a (mgr.24293) 7571 : audit 0 from='client.158307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:11 smithi022 bash[28554]: cluster 2023-12-07T12:59:10.658494+0000 mgr.a (mgr.24293) 7572 : cluster 0 pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:11 smithi044 bash[32620]: audit 2023-12-07T12:59:10.394756+0000 mgr.a (mgr.24293) 7571 : audit 0 from='client.158307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:11 smithi044 bash[32620]: cluster 2023-12-07T12:59:10.658494+0000 mgr.a (mgr.24293) 7572 : cluster 0 pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:11 smithi027 bash[31536]: audit 2023-12-07T12:59:10.394756+0000 mgr.a (mgr.24293) 7571 : audit 0 from='client.158307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:11 smithi027 bash[31536]: cluster 2023-12-07T12:59:10.658494+0000 mgr.a (mgr.24293) 7572 : cluster 0 pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:13 smithi022 bash[28554]: cluster 2023-12-07T12:59:12.659162+0000 mgr.a (mgr.24293) 7573 : cluster 0 pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:13 smithi044 bash[32620]: cluster 2023-12-07T12:59:12.659162+0000 mgr.a (mgr.24293) 7573 : cluster 0 pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:13 smithi027 bash[31536]: cluster 2023-12-07T12:59:12.659162+0000 mgr.a (mgr.24293) 7573 : cluster 0 pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:15.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:15.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:15.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:15 smithi044 bash[32620]: cluster 2023-12-07T12:59:14.659771+0000 mgr.a (mgr.24293) 7574 : cluster 0 pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:15 smithi022 bash[28554]: cluster 2023-12-07T12:59:14.659771+0000 mgr.a (mgr.24293) 7574 : cluster 0 pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:15 smithi027 bash[31536]: cluster 2023-12-07T12:59:14.659771+0000 mgr.a (mgr.24293) 7574 : cluster 0 pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:16.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:16.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:16.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:16.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:16.858 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:17 smithi044 bash[32620]: audit 2023-12-07T12:59:16.340803+0000 mgr.a (mgr.24293) 7575 : audit 0 from='client.158382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:17 smithi044 bash[32620]: cluster 2023-12-07T12:59:16.660813+0000 mgr.a (mgr.24293) 7576 : cluster 0 pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:17 smithi022 bash[28554]: audit 2023-12-07T12:59:16.340803+0000 mgr.a (mgr.24293) 7575 : audit 0 from='client.158382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:17 smithi022 bash[28554]: cluster 2023-12-07T12:59:16.660813+0000 mgr.a (mgr.24293) 7576 : cluster 0 pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:17 smithi027 bash[31536]: audit 2023-12-07T12:59:16.340803+0000 mgr.a (mgr.24293) 7575 : audit 0 from='client.158382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:17 smithi027 bash[31536]: cluster 2023-12-07T12:59:16.660813+0000 mgr.a (mgr.24293) 7576 : cluster 0 pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:19 smithi022 bash[28554]: cluster 2023-12-07T12:59:18.661500+0000 mgr.a (mgr.24293) 7577 : cluster 0 pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:19 smithi044 bash[32620]: cluster 2023-12-07T12:59:18.661500+0000 mgr.a (mgr.24293) 7577 : cluster 0 pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:19 smithi027 bash[31536]: cluster 2023-12-07T12:59:18.661500+0000 mgr.a (mgr.24293) 7577 : cluster 0 pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:21.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:21.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:21.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:21 smithi022 bash[28554]: cluster 2023-12-07T12:59:20.662299+0000 mgr.a (mgr.24293) 7578 : cluster 0 pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:21 smithi044 bash[32620]: cluster 2023-12-07T12:59:20.662299+0000 mgr.a (mgr.24293) 7578 : cluster 0 pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:21 smithi027 bash[31536]: cluster 2023-12-07T12:59:20.662299+0000 mgr.a (mgr.24293) 7578 : cluster 0 pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:22.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:22.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:22.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:22.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:22.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:23 smithi044 bash[32620]: audit 2023-12-07T12:59:22.277140+0000 mgr.a (mgr.24293) 7579 : audit 0 from='client.158457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:23 smithi044 bash[32620]: cluster 2023-12-07T12:59:22.669804+0000 mgr.a (mgr.24293) 7580 : 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-07T12:59:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:23 smithi022 bash[28554]: audit 2023-12-07T12:59:22.277140+0000 mgr.a (mgr.24293) 7579 : audit 0 from='client.158457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:23 smithi022 bash[28554]: cluster 2023-12-07T12:59:22.669804+0000 mgr.a (mgr.24293) 7580 : 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-07T12:59:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:23 smithi027 bash[31536]: audit 2023-12-07T12:59:22.277140+0000 mgr.a (mgr.24293) 7579 : audit 0 from='client.158457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:23 smithi027 bash[31536]: cluster 2023-12-07T12:59:22.669804+0000 mgr.a (mgr.24293) 7580 : 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-07T12:59:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:25 smithi044 bash[32620]: cluster 2023-12-07T12:59:24.670461+0000 mgr.a (mgr.24293) 7581 : 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-07T12:59:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:25 smithi022 bash[28554]: cluster 2023-12-07T12:59:24.670461+0000 mgr.a (mgr.24293) 7581 : 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-07T12:59:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:25 smithi027 bash[31536]: cluster 2023-12-07T12:59:24.670461+0000 mgr.a (mgr.24293) 7581 : 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-07T12:59:27.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:27.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:27.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:27 smithi022 bash[28554]: cluster 2023-12-07T12:59:26.671264+0000 mgr.a (mgr.24293) 7582 : cluster 0 pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:27 smithi044 bash[32620]: cluster 2023-12-07T12:59:26.671264+0000 mgr.a (mgr.24293) 7582 : cluster 0 pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:27 smithi027 bash[31536]: cluster 2023-12-07T12:59:26.671264+0000 mgr.a (mgr.24293) 7582 : cluster 0 pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:28.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:28.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:28.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:28.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:28.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:29 smithi044 bash[32620]: audit 2023-12-07T12:59:28.220968+0000 mgr.a (mgr.24293) 7583 : audit 0 from='client.158535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:29 smithi044 bash[32620]: cluster 2023-12-07T12:59:28.671947+0000 mgr.a (mgr.24293) 7584 : cluster 0 pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:29 smithi022 bash[28554]: audit 2023-12-07T12:59:28.220968+0000 mgr.a (mgr.24293) 7583 : audit 0 from='client.158535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:29 smithi022 bash[28554]: cluster 2023-12-07T12:59:28.671947+0000 mgr.a (mgr.24293) 7584 : cluster 0 pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:29 smithi027 bash[31536]: audit 2023-12-07T12:59:28.220968+0000 mgr.a (mgr.24293) 7583 : audit 0 from='client.158535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:29 smithi027 bash[31536]: cluster 2023-12-07T12:59:28.671947+0000 mgr.a (mgr.24293) 7584 : cluster 0 pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:30 smithi022 bash[28554]: audit 2023-12-07T12:59:30.046507+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:59:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:30 smithi044 bash[32620]: audit 2023-12-07T12:59:30.046507+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:59:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:30 smithi027 bash[31536]: audit 2023-12-07T12:59:30.046507+0000 mon.a (mon.0) 1509 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:59:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:31 smithi022 bash[28554]: cluster 2023-12-07T12:59:30.672423+0000 mgr.a (mgr.24293) 7585 : cluster 0 pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:31 smithi022 bash[28554]: audit 2023-12-07T12:59:30.836288+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:59:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:31 smithi022 bash[28554]: audit 2023-12-07T12:59:30.838121+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:59:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:31 smithi022 bash[28554]: audit 2023-12-07T12:59:30.848542+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:59:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:31 smithi044 bash[32620]: cluster 2023-12-07T12:59:30.672423+0000 mgr.a (mgr.24293) 7585 : cluster 0 pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:31 smithi044 bash[32620]: audit 2023-12-07T12:59:30.836288+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:59:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:31 smithi044 bash[32620]: audit 2023-12-07T12:59:30.838121+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:59:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:31 smithi044 bash[32620]: audit 2023-12-07T12:59:30.848542+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:59:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:31 smithi027 bash[31536]: cluster 2023-12-07T12:59:30.672423+0000 mgr.a (mgr.24293) 7585 : cluster 0 pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:31 smithi027 bash[31536]: audit 2023-12-07T12:59:30.836288+0000 mon.a (mon.0) 1510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:59:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:31 smithi027 bash[31536]: audit 2023-12-07T12:59:30.838121+0000 mon.a (mon.0) 1511 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:59:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:31 smithi027 bash[31536]: audit 2023-12-07T12:59:30.848542+0000 mon.a (mon.0) 1512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T12:59:33.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:33.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:33.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:33 smithi044 bash[32620]: cluster 2023-12-07T12:59:32.672939+0000 mgr.a (mgr.24293) 7586 : cluster 0 pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:33 smithi022 bash[28554]: cluster 2023-12-07T12:59:32.672939+0000 mgr.a (mgr.24293) 7586 : cluster 0 pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:33 smithi027 bash[31536]: cluster 2023-12-07T12:59:32.672939+0000 mgr.a (mgr.24293) 7586 : cluster 0 pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:34.688 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:34.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:34.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:34.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:34.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:35 smithi044 bash[32620]: audit 2023-12-07T12:59:34.161610+0000 mgr.a (mgr.24293) 7587 : audit 0 from='client.158613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:35 smithi044 bash[32620]: cluster 2023-12-07T12:59:34.673649+0000 mgr.a (mgr.24293) 7588 : cluster 0 pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:35 smithi022 bash[28554]: audit 2023-12-07T12:59:34.161610+0000 mgr.a (mgr.24293) 7587 : audit 0 from='client.158613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:35 smithi022 bash[28554]: cluster 2023-12-07T12:59:34.673649+0000 mgr.a (mgr.24293) 7588 : cluster 0 pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:35 smithi027 bash[31536]: audit 2023-12-07T12:59:34.161610+0000 mgr.a (mgr.24293) 7587 : audit 0 from='client.158613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:35 smithi027 bash[31536]: cluster 2023-12-07T12:59:34.673649+0000 mgr.a (mgr.24293) 7588 : cluster 0 pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:37 smithi022 bash[28554]: cluster 2023-12-07T12:59:36.674558+0000 mgr.a (mgr.24293) 7589 : cluster 0 pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:37 smithi044 bash[32620]: cluster 2023-12-07T12:59:36.674558+0000 mgr.a (mgr.24293) 7589 : cluster 0 pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:37 smithi027 bash[31536]: cluster 2023-12-07T12:59:36.674558+0000 mgr.a (mgr.24293) 7589 : cluster 0 pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:39.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:39.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:39.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:39 smithi044 bash[32620]: cluster 2023-12-07T12:59:38.675108+0000 mgr.a (mgr.24293) 7590 : cluster 0 pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:39 smithi022 bash[28554]: cluster 2023-12-07T12:59:38.675108+0000 mgr.a (mgr.24293) 7590 : cluster 0 pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:39 smithi027 bash[31536]: cluster 2023-12-07T12:59:38.675108+0000 mgr.a (mgr.24293) 7590 : cluster 0 pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:40.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:40.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:40.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:40.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:40.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:41 smithi022 bash[28554]: audit 2023-12-07T12:59:40.107399+0000 mgr.a (mgr.24293) 7591 : audit 0 from='client.158691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:41 smithi022 bash[28554]: cluster 2023-12-07T12:59:40.676161+0000 mgr.a (mgr.24293) 7592 : cluster 0 pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:59:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:41 smithi044 bash[32620]: audit 2023-12-07T12:59:40.107399+0000 mgr.a (mgr.24293) 7591 : audit 0 from='client.158691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:41 smithi044 bash[32620]: cluster 2023-12-07T12:59:40.676161+0000 mgr.a (mgr.24293) 7592 : cluster 0 pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:59:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:41 smithi027 bash[31536]: audit 2023-12-07T12:59:40.107399+0000 mgr.a (mgr.24293) 7591 : audit 0 from='client.158691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:41 smithi027 bash[31536]: cluster 2023-12-07T12:59:40.676161+0000 mgr.a (mgr.24293) 7592 : cluster 0 pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:59:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:43 smithi022 bash[28554]: cluster 2023-12-07T12:59:42.676852+0000 mgr.a (mgr.24293) 7593 : cluster 0 pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:59:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:43 smithi044 bash[32620]: cluster 2023-12-07T12:59:42.676852+0000 mgr.a (mgr.24293) 7593 : cluster 0 pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:59:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:43 smithi027 bash[31536]: cluster 2023-12-07T12:59:42.676852+0000 mgr.a (mgr.24293) 7593 : cluster 0 pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:59:45.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:45.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:45.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:45 smithi044 bash[32620]: cluster 2023-12-07T12:59:44.677482+0000 mgr.a (mgr.24293) 7594 : cluster 0 pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:59:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:45 smithi022 bash[28554]: cluster 2023-12-07T12:59:44.677482+0000 mgr.a (mgr.24293) 7594 : cluster 0 pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:59:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:45 smithi027 bash[31536]: cluster 2023-12-07T12:59:44.677482+0000 mgr.a (mgr.24293) 7594 : cluster 0 pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:59:46.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:46.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:46.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:46.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:46.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:47 smithi022 bash[28554]: audit 2023-12-07T12:59:46.057075+0000 mgr.a (mgr.24293) 7595 : audit 0 from='client.158769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:47 smithi022 bash[28554]: cluster 2023-12-07T12:59:46.678545+0000 mgr.a (mgr.24293) 7596 : cluster 0 pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:47 smithi044 bash[32620]: audit 2023-12-07T12:59:46.057075+0000 mgr.a (mgr.24293) 7595 : audit 0 from='client.158769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:47.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:47 smithi044 bash[32620]: cluster 2023-12-07T12:59:46.678545+0000 mgr.a (mgr.24293) 7596 : cluster 0 pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:47 smithi027 bash[31536]: audit 2023-12-07T12:59:46.057075+0000 mgr.a (mgr.24293) 7595 : audit 0 from='client.158769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:47 smithi027 bash[31536]: cluster 2023-12-07T12:59:46.678545+0000 mgr.a (mgr.24293) 7596 : cluster 0 pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:49 smithi022 bash[28554]: cluster 2023-12-07T12:59:48.679131+0000 mgr.a (mgr.24293) 7597 : cluster 0 pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:49 smithi044 bash[32620]: cluster 2023-12-07T12:59:48.679131+0000 mgr.a (mgr.24293) 7597 : cluster 0 pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:49 smithi027 bash[31536]: cluster 2023-12-07T12:59:48.679131+0000 mgr.a (mgr.24293) 7597 : cluster 0 pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:51.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:51.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:51.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:51 smithi022 bash[28554]: cluster 2023-12-07T12:59:50.679934+0000 mgr.a (mgr.24293) 7598 : cluster 0 pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:51 smithi044 bash[32620]: cluster 2023-12-07T12:59:50.679934+0000 mgr.a (mgr.24293) 7598 : cluster 0 pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:51 smithi027 bash[31536]: cluster 2023-12-07T12:59:50.679934+0000 mgr.a (mgr.24293) 7598 : cluster 0 pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:52.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T12:59:52.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:52.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:52.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:52.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:53 smithi044 bash[32620]: audit 2023-12-07T12:59:51.981921+0000 mgr.a (mgr.24293) 7599 : audit 0 from='client.158844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:53 smithi044 bash[32620]: cluster 2023-12-07T12:59:52.680613+0000 mgr.a (mgr.24293) 7600 : cluster 0 pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:59:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:53 smithi022 bash[28554]: audit 2023-12-07T12:59:51.981921+0000 mgr.a (mgr.24293) 7599 : audit 0 from='client.158844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:53 smithi022 bash[28554]: cluster 2023-12-07T12:59:52.680613+0000 mgr.a (mgr.24293) 7600 : cluster 0 pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:59:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:53 smithi027 bash[31536]: audit 2023-12-07T12:59:51.981921+0000 mgr.a (mgr.24293) 7599 : audit 0 from='client.158844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:53 smithi027 bash[31536]: cluster 2023-12-07T12:59:52.680613+0000 mgr.a (mgr.24293) 7600 : cluster 0 pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:59:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:55 smithi044 bash[32620]: cluster 2023-12-07T12:59:54.681319+0000 mgr.a (mgr.24293) 7601 : cluster 0 pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:59:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:55 smithi022 bash[28554]: cluster 2023-12-07T12:59:54.681319+0000 mgr.a (mgr.24293) 7601 : cluster 0 pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:59:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:55 smithi027 bash[31536]: cluster 2023-12-07T12:59:54.681319+0000 mgr.a (mgr.24293) 7601 : cluster 0 pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:59:57.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T12:59:57.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:57.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:57 smithi044 bash[32620]: cluster 2023-12-07T12:59:56.682156+0000 mgr.a (mgr.24293) 7602 : cluster 0 pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:59:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:57 smithi022 bash[28554]: cluster 2023-12-07T12:59:56.682156+0000 mgr.a (mgr.24293) 7602 : cluster 0 pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:59:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:57 smithi027 bash[31536]: cluster 2023-12-07T12:59:56.682156+0000 mgr.a (mgr.24293) 7602 : cluster 0 pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:59:58.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:58.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:58.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:58.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T12:59:58.483 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:59 smithi044 bash[32620]: audit 2023-12-07T12:59:57.933691+0000 mgr.a (mgr.24293) 7603 : audit 0 from='client.158919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 12:59:59 smithi044 bash[32620]: cluster 2023-12-07T12:59:58.682899+0000 mgr.a (mgr.24293) 7604 : 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-07T13:00:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:59 smithi022 bash[28554]: audit 2023-12-07T12:59:57.933691+0000 mgr.a (mgr.24293) 7603 : audit 0 from='client.158919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 12:59:59 smithi022 bash[28554]: cluster 2023-12-07T12:59:58.682899+0000 mgr.a (mgr.24293) 7604 : 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-07T13:00:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:59 smithi027 bash[31536]: audit 2023-12-07T12:59:57.933691+0000 mgr.a (mgr.24293) 7603 : audit 0 from='client.158919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 12:59:59 smithi027 bash[31536]: cluster 2023-12-07T12:59:58.682899+0000 mgr.a (mgr.24293) 7604 : 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-07T13:00:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:00 smithi022 bash[28554]: cluster 2023-12-07T13:00:00.000161+0000 mon.a (mon.0) 1513 : cluster 1 overall HEALTH_OK 2023-12-07T13:00:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:00 smithi044 bash[32620]: cluster 2023-12-07T13:00:00.000161+0000 mon.a (mon.0) 1513 : cluster 1 overall HEALTH_OK 2023-12-07T13:00:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:00 smithi027 bash[31536]: cluster 2023-12-07T13:00:00.000161+0000 mon.a (mon.0) 1513 : cluster 1 overall HEALTH_OK 2023-12-07T13:00:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:01 smithi044 bash[32620]: cluster 2023-12-07T13:00:00.683747+0000 mgr.a (mgr.24293) 7605 : cluster 0 pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:01 smithi022 bash[28554]: cluster 2023-12-07T13:00:00.683747+0000 mgr.a (mgr.24293) 7605 : cluster 0 pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:01 smithi027 bash[31536]: cluster 2023-12-07T13:00:00.683747+0000 mgr.a (mgr.24293) 7605 : cluster 0 pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:03.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:03.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:03.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:03 smithi022 bash[28554]: cluster 2023-12-07T13:00:02.684268+0000 mgr.a (mgr.24293) 7606 : cluster 0 pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:03 smithi044 bash[32620]: cluster 2023-12-07T13:00:02.684268+0000 mgr.a (mgr.24293) 7606 : cluster 0 pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:03 smithi027 bash[31536]: cluster 2023-12-07T13:00:02.684268+0000 mgr.a (mgr.24293) 7606 : cluster 0 pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:04.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:04.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:04.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:04.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:04.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:04 smithi022 bash[28554]: audit 2023-12-07T13:00:03.899154+0000 mgr.a (mgr.24293) 7607 : audit 0 from='client.158997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:04 smithi022 bash[28554]: cluster 2023-12-07T13:00:04.684979+0000 mgr.a (mgr.24293) 7608 : cluster 0 pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:04 smithi044 bash[32620]: audit 2023-12-07T13:00:03.899154+0000 mgr.a (mgr.24293) 7607 : audit 0 from='client.158997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:04 smithi044 bash[32620]: cluster 2023-12-07T13:00:04.684979+0000 mgr.a (mgr.24293) 7608 : cluster 0 pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:04 smithi027 bash[31536]: audit 2023-12-07T13:00:03.899154+0000 mgr.a (mgr.24293) 7607 : audit 0 from='client.158997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:04 smithi027 bash[31536]: cluster 2023-12-07T13:00:04.684979+0000 mgr.a (mgr.24293) 7608 : cluster 0 pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:07 smithi044 bash[32620]: cluster 2023-12-07T13:00:06.685967+0000 mgr.a (mgr.24293) 7609 : cluster 0 pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:07 smithi022 bash[28554]: cluster 2023-12-07T13:00:06.685967+0000 mgr.a (mgr.24293) 7609 : cluster 0 pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:07 smithi027 bash[31536]: cluster 2023-12-07T13:00:06.685967+0000 mgr.a (mgr.24293) 7609 : cluster 0 pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:09.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:09.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:09.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:09 smithi044 bash[32620]: cluster 2023-12-07T13:00:08.686580+0000 mgr.a (mgr.24293) 7610 : cluster 0 pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:09 smithi022 bash[28554]: cluster 2023-12-07T13:00:08.686580+0000 mgr.a (mgr.24293) 7610 : cluster 0 pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:09 smithi027 bash[31536]: cluster 2023-12-07T13:00:08.686580+0000 mgr.a (mgr.24293) 7610 : cluster 0 pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:10.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:10.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:10.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:10.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:10.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:11 smithi044 bash[32620]: audit 2023-12-07T13:00:09.840116+0000 mgr.a (mgr.24293) 7611 : audit 0 from='client.159069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:11 smithi044 bash[32620]: cluster 2023-12-07T13:00:10.687525+0000 mgr.a (mgr.24293) 7612 : cluster 0 pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:11 smithi022 bash[28554]: audit 2023-12-07T13:00:09.840116+0000 mgr.a (mgr.24293) 7611 : audit 0 from='client.159069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:11 smithi022 bash[28554]: cluster 2023-12-07T13:00:10.687525+0000 mgr.a (mgr.24293) 7612 : cluster 0 pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:11 smithi027 bash[31536]: audit 2023-12-07T13:00:09.840116+0000 mgr.a (mgr.24293) 7611 : audit 0 from='client.159069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:11 smithi027 bash[31536]: cluster 2023-12-07T13:00:10.687525+0000 mgr.a (mgr.24293) 7612 : cluster 0 pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:13 smithi044 bash[32620]: cluster 2023-12-07T13:00:12.688069+0000 mgr.a (mgr.24293) 7613 : 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-07T13:00:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:13 smithi022 bash[28554]: cluster 2023-12-07T13:00:12.688069+0000 mgr.a (mgr.24293) 7613 : 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-07T13:00:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:13 smithi027 bash[31536]: cluster 2023-12-07T13:00:12.688069+0000 mgr.a (mgr.24293) 7613 : 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-07T13:00:15.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:15.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:15.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:15 smithi044 bash[32620]: cluster 2023-12-07T13:00:14.688739+0000 mgr.a (mgr.24293) 7614 : 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-07T13:00:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:15 smithi022 bash[28554]: cluster 2023-12-07T13:00:14.688739+0000 mgr.a (mgr.24293) 7614 : 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-07T13:00:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:15 smithi027 bash[31536]: cluster 2023-12-07T13:00:14.688739+0000 mgr.a (mgr.24293) 7614 : 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-07T13:00:16.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:16.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:16.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:16.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:16.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:17 smithi044 bash[32620]: audit 2023-12-07T13:00:15.764471+0000 mgr.a (mgr.24293) 7615 : audit 0 from='client.159141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:17 smithi044 bash[32620]: cluster 2023-12-07T13:00:16.689687+0000 mgr.a (mgr.24293) 7616 : cluster 0 pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:17 smithi022 bash[28554]: audit 2023-12-07T13:00:15.764471+0000 mgr.a (mgr.24293) 7615 : audit 0 from='client.159141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:17 smithi022 bash[28554]: cluster 2023-12-07T13:00:16.689687+0000 mgr.a (mgr.24293) 7616 : cluster 0 pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:17 smithi027 bash[31536]: audit 2023-12-07T13:00:15.764471+0000 mgr.a (mgr.24293) 7615 : audit 0 from='client.159141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:17 smithi027 bash[31536]: cluster 2023-12-07T13:00:16.689687+0000 mgr.a (mgr.24293) 7616 : cluster 0 pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:19 smithi022 bash[28554]: cluster 2023-12-07T13:00:18.690258+0000 mgr.a (mgr.24293) 7617 : cluster 0 pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:19 smithi044 bash[32620]: cluster 2023-12-07T13:00:18.690258+0000 mgr.a (mgr.24293) 7617 : cluster 0 pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:19 smithi027 bash[31536]: cluster 2023-12-07T13:00:18.690258+0000 mgr.a (mgr.24293) 7617 : cluster 0 pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:21.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:21.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:21.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:21 smithi044 bash[32620]: cluster 2023-12-07T13:00:20.691065+0000 mgr.a (mgr.24293) 7618 : cluster 0 pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:21 smithi022 bash[28554]: cluster 2023-12-07T13:00:20.691065+0000 mgr.a (mgr.24293) 7618 : cluster 0 pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:21 smithi027 bash[31536]: cluster 2023-12-07T13:00:20.691065+0000 mgr.a (mgr.24293) 7618 : cluster 0 pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:22.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:22.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:22.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:22.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:22.222 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:22 smithi044 bash[32620]: audit 2023-12-07T13:00:21.689749+0000 mgr.a (mgr.24293) 7619 : audit 0 from='client.159216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:22 smithi022 bash[28554]: audit 2023-12-07T13:00:21.689749+0000 mgr.a (mgr.24293) 7619 : audit 0 from='client.159216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:22 smithi027 bash[31536]: audit 2023-12-07T13:00:21.689749+0000 mgr.a (mgr.24293) 7619 : audit 0 from='client.159216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:23 smithi022 bash[28554]: cluster 2023-12-07T13:00:22.691813+0000 mgr.a (mgr.24293) 7620 : cluster 0 pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:23 smithi044 bash[32620]: cluster 2023-12-07T13:00:22.691813+0000 mgr.a (mgr.24293) 7620 : cluster 0 pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:23 smithi027 bash[31536]: cluster 2023-12-07T13:00:22.691813+0000 mgr.a (mgr.24293) 7620 : cluster 0 pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:24 smithi022 bash[28554]: cluster 2023-12-07T13:00:24.692433+0000 mgr.a (mgr.24293) 7621 : cluster 0 pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:24 smithi044 bash[32620]: cluster 2023-12-07T13:00:24.692433+0000 mgr.a (mgr.24293) 7621 : cluster 0 pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:24 smithi027 bash[31536]: cluster 2023-12-07T13:00:24.692433+0000 mgr.a (mgr.24293) 7621 : cluster 0 pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:27.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:27.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:27.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:27 smithi044 bash[32620]: cluster 2023-12-07T13:00:26.693252+0000 mgr.a (mgr.24293) 7622 : cluster 0 pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:27 smithi022 bash[28554]: cluster 2023-12-07T13:00:26.693252+0000 mgr.a (mgr.24293) 7622 : cluster 0 pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:27 smithi027 bash[31536]: cluster 2023-12-07T13:00:26.693252+0000 mgr.a (mgr.24293) 7622 : cluster 0 pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:28.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:28.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:28.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:28.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:28.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:28 smithi044 bash[32620]: audit 2023-12-07T13:00:27.629215+0000 mgr.a (mgr.24293) 7623 : audit 0 from='client.159291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:28 smithi022 bash[28554]: audit 2023-12-07T13:00:27.629215+0000 mgr.a (mgr.24293) 7623 : audit 0 from='client.159291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:28 smithi027 bash[31536]: audit 2023-12-07T13:00:27.629215+0000 mgr.a (mgr.24293) 7623 : audit 0 from='client.159291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:29 smithi022 bash[28554]: cluster 2023-12-07T13:00:28.693869+0000 mgr.a (mgr.24293) 7624 : 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-07T13:00:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:29 smithi044 bash[32620]: cluster 2023-12-07T13:00:28.693869+0000 mgr.a (mgr.24293) 7624 : 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-07T13:00:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:29 smithi027 bash[31536]: cluster 2023-12-07T13:00:28.693869+0000 mgr.a (mgr.24293) 7624 : 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-07T13:00:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:31 smithi044 bash[32620]: cluster 2023-12-07T13:00:30.694833+0000 mgr.a (mgr.24293) 7625 : cluster 0 pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:31 smithi044 bash[32620]: audit 2023-12-07T13:00:30.952003+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:00:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:31 smithi044 bash[32620]: audit 2023-12-07T13:00:31.738011+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:00:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:31 smithi044 bash[32620]: audit 2023-12-07T13:00:31.740234+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:00:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:31 smithi022 bash[28554]: cluster 2023-12-07T13:00:30.694833+0000 mgr.a (mgr.24293) 7625 : cluster 0 pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:31 smithi022 bash[28554]: audit 2023-12-07T13:00:30.952003+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:00:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:31 smithi022 bash[28554]: audit 2023-12-07T13:00:31.738011+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:00:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:31 smithi022 bash[28554]: audit 2023-12-07T13:00:31.740234+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:00:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:31 smithi027 bash[31536]: cluster 2023-12-07T13:00:30.694833+0000 mgr.a (mgr.24293) 7625 : cluster 0 pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:31 smithi027 bash[31536]: audit 2023-12-07T13:00:30.952003+0000 mon.a (mon.0) 1514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:00:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:31 smithi027 bash[31536]: audit 2023-12-07T13:00:31.738011+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:00:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:31 smithi027 bash[31536]: audit 2023-12-07T13:00:31.740234+0000 mon.a (mon.0) 1516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:00:33.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:33.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:33.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:32 smithi044 bash[32620]: audit 2023-12-07T13:00:31.750326+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:00:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:32 smithi022 bash[28554]: audit 2023-12-07T13:00:31.750326+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:00:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:32 smithi027 bash[31536]: audit 2023-12-07T13:00:31.750326+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:00:34.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:34.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:34.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:33 smithi044 bash[32620]: cluster 2023-12-07T13:00:32.695434+0000 mgr.a (mgr.24293) 7626 : cluster 0 pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:33 smithi022 bash[28554]: cluster 2023-12-07T13:00:32.695434+0000 mgr.a (mgr.24293) 7626 : cluster 0 pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:33 smithi027 bash[31536]: cluster 2023-12-07T13:00:32.695434+0000 mgr.a (mgr.24293) 7626 : cluster 0 pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:34 smithi022 bash[28554]: audit 2023-12-07T13:00:33.552050+0000 mgr.a (mgr.24293) 7627 : audit 0 from='client.159366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:34 smithi022 bash[28554]: cluster 2023-12-07T13:00:34.696044+0000 mgr.a (mgr.24293) 7628 : cluster 0 pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:34 smithi044 bash[32620]: audit 2023-12-07T13:00:33.552050+0000 mgr.a (mgr.24293) 7627 : audit 0 from='client.159366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:34 smithi044 bash[32620]: cluster 2023-12-07T13:00:34.696044+0000 mgr.a (mgr.24293) 7628 : cluster 0 pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:34 smithi027 bash[31536]: audit 2023-12-07T13:00:33.552050+0000 mgr.a (mgr.24293) 7627 : audit 0 from='client.159366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:34 smithi027 bash[31536]: cluster 2023-12-07T13:00:34.696044+0000 mgr.a (mgr.24293) 7628 : cluster 0 pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:37 smithi022 bash[28554]: cluster 2023-12-07T13:00:36.696848+0000 mgr.a (mgr.24293) 7629 : cluster 0 pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:37 smithi044 bash[32620]: cluster 2023-12-07T13:00:36.696848+0000 mgr.a (mgr.24293) 7629 : cluster 0 pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:37 smithi027 bash[31536]: cluster 2023-12-07T13:00:36.696848+0000 mgr.a (mgr.24293) 7629 : cluster 0 pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:39.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:39.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:40.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:40.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:40.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:40.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:40.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:39 smithi044 bash[32620]: cluster 2023-12-07T13:00:38.697404+0000 mgr.a (mgr.24293) 7630 : cluster 0 pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:39 smithi022 bash[28554]: cluster 2023-12-07T13:00:38.697404+0000 mgr.a (mgr.24293) 7630 : cluster 0 pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:39 smithi027 bash[31536]: cluster 2023-12-07T13:00:38.697404+0000 mgr.a (mgr.24293) 7630 : cluster 0 pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:40 smithi022 bash[28554]: audit 2023-12-07T13:00:39.499144+0000 mgr.a (mgr.24293) 7631 : audit 0 from='client.159444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:40 smithi044 bash[32620]: audit 2023-12-07T13:00:39.499144+0000 mgr.a (mgr.24293) 7631 : audit 0 from='client.159444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:40 smithi027 bash[31536]: audit 2023-12-07T13:00:39.499144+0000 mgr.a (mgr.24293) 7631 : audit 0 from='client.159444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:41 smithi022 bash[28554]: cluster 2023-12-07T13:00:40.698245+0000 mgr.a (mgr.24293) 7632 : cluster 0 pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:41 smithi044 bash[32620]: cluster 2023-12-07T13:00:40.698245+0000 mgr.a (mgr.24293) 7632 : cluster 0 pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:41 smithi027 bash[31536]: cluster 2023-12-07T13:00:40.698245+0000 mgr.a (mgr.24293) 7632 : cluster 0 pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:42 smithi022 bash[28554]: cluster 2023-12-07T13:00:42.698864+0000 mgr.a (mgr.24293) 7633 : cluster 0 pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:42 smithi044 bash[32620]: cluster 2023-12-07T13:00:42.698864+0000 mgr.a (mgr.24293) 7633 : cluster 0 pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:42 smithi027 bash[31536]: cluster 2023-12-07T13:00:42.698864+0000 mgr.a (mgr.24293) 7633 : cluster 0 pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:45.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:45.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:45.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:45.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:45.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:45.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:45.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:45.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:45 smithi022 bash[28554]: cluster 2023-12-07T13:00:44.699414+0000 mgr.a (mgr.24293) 7634 : cluster 0 pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:45 smithi044 bash[32620]: cluster 2023-12-07T13:00:44.699414+0000 mgr.a (mgr.24293) 7634 : cluster 0 pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:45 smithi027 bash[31536]: cluster 2023-12-07T13:00:44.699414+0000 mgr.a (mgr.24293) 7634 : cluster 0 pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:46 smithi044 bash[32620]: audit 2023-12-07T13:00:45.465911+0000 mgr.a (mgr.24293) 7635 : audit 0 from='client.159522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:46 smithi022 bash[28554]: audit 2023-12-07T13:00:45.465911+0000 mgr.a (mgr.24293) 7635 : audit 0 from='client.159522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:46 smithi027 bash[31536]: audit 2023-12-07T13:00:45.465911+0000 mgr.a (mgr.24293) 7635 : audit 0 from='client.159522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:47 smithi044 bash[32620]: cluster 2023-12-07T13:00:46.700372+0000 mgr.a (mgr.24293) 7636 : cluster 0 pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:47 smithi022 bash[28554]: cluster 2023-12-07T13:00:46.700372+0000 mgr.a (mgr.24293) 7636 : cluster 0 pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:47 smithi027 bash[31536]: cluster 2023-12-07T13:00:46.700372+0000 mgr.a (mgr.24293) 7636 : cluster 0 pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:48 smithi044 bash[32620]: cluster 2023-12-07T13:00:48.700958+0000 mgr.a (mgr.24293) 7637 : cluster 0 pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:48 smithi022 bash[28554]: cluster 2023-12-07T13:00:48.700958+0000 mgr.a (mgr.24293) 7637 : cluster 0 pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:48 smithi027 bash[31536]: cluster 2023-12-07T13:00:48.700958+0000 mgr.a (mgr.24293) 7637 : cluster 0 pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:50.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:50.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:50.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:51.944 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:51.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:51.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:51.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:51.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:51 smithi022 bash[28554]: cluster 2023-12-07T13:00:50.701630+0000 mgr.a (mgr.24293) 7638 : cluster 0 pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:51 smithi044 bash[32620]: cluster 2023-12-07T13:00:50.701630+0000 mgr.a (mgr.24293) 7638 : cluster 0 pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:51 smithi027 bash[31536]: cluster 2023-12-07T13:00:50.701630+0000 mgr.a (mgr.24293) 7638 : cluster 0 pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:52 smithi022 bash[28554]: audit 2023-12-07T13:00:51.406761+0000 mgr.a (mgr.24293) 7639 : audit 0 from='client.159600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:52 smithi044 bash[32620]: audit 2023-12-07T13:00:51.406761+0000 mgr.a (mgr.24293) 7639 : audit 0 from='client.159600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:52 smithi027 bash[31536]: audit 2023-12-07T13:00:51.406761+0000 mgr.a (mgr.24293) 7639 : audit 0 from='client.159600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:53 smithi022 bash[28554]: cluster 2023-12-07T13:00:52.702422+0000 mgr.a (mgr.24293) 7640 : cluster 0 pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:53 smithi044 bash[32620]: cluster 2023-12-07T13:00:52.702422+0000 mgr.a (mgr.24293) 7640 : cluster 0 pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:53 smithi027 bash[31536]: cluster 2023-12-07T13:00:52.702422+0000 mgr.a (mgr.24293) 7640 : cluster 0 pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:54 smithi022 bash[28554]: cluster 2023-12-07T13:00:54.703163+0000 mgr.a (mgr.24293) 7641 : cluster 0 pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:54 smithi044 bash[32620]: cluster 2023-12-07T13:00:54.703163+0000 mgr.a (mgr.24293) 7641 : cluster 0 pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:54 smithi027 bash[31536]: cluster 2023-12-07T13:00:54.703163+0000 mgr.a (mgr.24293) 7641 : cluster 0 pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:56.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:00:56.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:56.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:57.886 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:00:57.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:57.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:57.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:57.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:00:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:57 smithi022 bash[28554]: cluster 2023-12-07T13:00:56.704086+0000 mgr.a (mgr.24293) 7642 : cluster 0 pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:57 smithi044 bash[32620]: cluster 2023-12-07T13:00:56.704086+0000 mgr.a (mgr.24293) 7642 : cluster 0 pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:57 smithi027 bash[31536]: cluster 2023-12-07T13:00:56.704086+0000 mgr.a (mgr.24293) 7642 : cluster 0 pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:58 smithi022 bash[28554]: audit 2023-12-07T13:00:57.361407+0000 mgr.a (mgr.24293) 7643 : audit 0 from='client.159675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:58 smithi044 bash[32620]: audit 2023-12-07T13:00:57.361407+0000 mgr.a (mgr.24293) 7643 : audit 0 from='client.159675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:58 smithi027 bash[31536]: audit 2023-12-07T13:00:57.361407+0000 mgr.a (mgr.24293) 7643 : audit 0 from='client.159675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:00:59 smithi022 bash[28554]: cluster 2023-12-07T13:00:58.704778+0000 mgr.a (mgr.24293) 7644 : 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-07T13:00:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:00:59 smithi044 bash[32620]: cluster 2023-12-07T13:00:58.704778+0000 mgr.a (mgr.24293) 7644 : 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-07T13:00:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:00:59 smithi027 bash[31536]: cluster 2023-12-07T13:00:58.704778+0000 mgr.a (mgr.24293) 7644 : 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-07T13:01:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:01 smithi022 bash[28554]: cluster 2023-12-07T13:01:00.705594+0000 mgr.a (mgr.24293) 7645 : 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-07T13:01:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:01 smithi044 bash[32620]: cluster 2023-12-07T13:01:00.705594+0000 mgr.a (mgr.24293) 7645 : 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-07T13:01:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:01 smithi027 bash[31536]: cluster 2023-12-07T13:01:00.705594+0000 mgr.a (mgr.24293) 7645 : 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-07T13:01:02.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:02.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:02.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:02 smithi022 bash[28554]: cluster 2023-12-07T13:01:02.706148+0000 mgr.a (mgr.24293) 7646 : 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-07T13:01:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:02 smithi044 bash[32620]: cluster 2023-12-07T13:01:02.706148+0000 mgr.a (mgr.24293) 7646 : 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-07T13:01:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:02 smithi027 bash[31536]: cluster 2023-12-07T13:01:02.706148+0000 mgr.a (mgr.24293) 7646 : 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-07T13:01:03.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:03.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:03.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:03.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:03.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:03 smithi022 bash[28554]: audit 2023-12-07T13:01:03.291772+0000 mgr.a (mgr.24293) 7647 : audit 0 from='client.159753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:03 smithi044 bash[32620]: audit 2023-12-07T13:01:03.291772+0000 mgr.a (mgr.24293) 7647 : audit 0 from='client.159753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:03 smithi027 bash[31536]: audit 2023-12-07T13:01:03.291772+0000 mgr.a (mgr.24293) 7647 : audit 0 from='client.159753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:05.101 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:04 smithi022 bash[28554]: cluster 2023-12-07T13:01:04.706857+0000 mgr.a (mgr.24293) 7648 : 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-07T13:01:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:04 smithi044 bash[32620]: cluster 2023-12-07T13:01:04.706857+0000 mgr.a (mgr.24293) 7648 : 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-07T13:01:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:04 smithi027 bash[31536]: cluster 2023-12-07T13:01:04.706857+0000 mgr.a (mgr.24293) 7648 : 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-07T13:01:07.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:07 smithi044 bash[32620]: cluster 2023-12-07T13:01:06.707711+0000 mgr.a (mgr.24293) 7649 : cluster 0 pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:07 smithi022 bash[28554]: cluster 2023-12-07T13:01:06.707711+0000 mgr.a (mgr.24293) 7649 : cluster 0 pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:07 smithi027 bash[31536]: cluster 2023-12-07T13:01:06.707711+0000 mgr.a (mgr.24293) 7649 : cluster 0 pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:08.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:08.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:08.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:09.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:09.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:09.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:09.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:09.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:09 smithi022 bash[28554]: cluster 2023-12-07T13:01:08.708292+0000 mgr.a (mgr.24293) 7650 : cluster 0 pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:09 smithi044 bash[32620]: cluster 2023-12-07T13:01:08.708292+0000 mgr.a (mgr.24293) 7650 : cluster 0 pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:09 smithi027 bash[31536]: cluster 2023-12-07T13:01:08.708292+0000 mgr.a (mgr.24293) 7650 : cluster 0 pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:10 smithi044 bash[32620]: audit 2023-12-07T13:01:09.249741+0000 mgr.a (mgr.24293) 7651 : audit 0 from='client.159831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:10 smithi022 bash[28554]: audit 2023-12-07T13:01:09.249741+0000 mgr.a (mgr.24293) 7651 : audit 0 from='client.159831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:10 smithi027 bash[31536]: audit 2023-12-07T13:01:09.249741+0000 mgr.a (mgr.24293) 7651 : audit 0 from='client.159831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:11 smithi044 bash[32620]: cluster 2023-12-07T13:01:10.709148+0000 mgr.a (mgr.24293) 7652 : cluster 0 pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:11 smithi022 bash[28554]: cluster 2023-12-07T13:01:10.709148+0000 mgr.a (mgr.24293) 7652 : cluster 0 pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:11 smithi027 bash[31536]: cluster 2023-12-07T13:01:10.709148+0000 mgr.a (mgr.24293) 7652 : cluster 0 pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:12 smithi044 bash[32620]: cluster 2023-12-07T13:01:12.709898+0000 mgr.a (mgr.24293) 7653 : cluster 0 pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:12 smithi022 bash[28554]: cluster 2023-12-07T13:01:12.709898+0000 mgr.a (mgr.24293) 7653 : cluster 0 pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:12 smithi027 bash[31536]: cluster 2023-12-07T13:01:12.709898+0000 mgr.a (mgr.24293) 7653 : cluster 0 pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:14.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:14.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:14.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:15.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:15.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:15.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:15.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:15.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:15 smithi044 bash[32620]: cluster 2023-12-07T13:01:14.710650+0000 mgr.a (mgr.24293) 7654 : cluster 0 pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:15 smithi022 bash[28554]: cluster 2023-12-07T13:01:14.710650+0000 mgr.a (mgr.24293) 7654 : cluster 0 pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:15 smithi027 bash[31536]: cluster 2023-12-07T13:01:14.710650+0000 mgr.a (mgr.24293) 7654 : cluster 0 pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:16 smithi044 bash[32620]: audit 2023-12-07T13:01:15.195992+0000 mgr.a (mgr.24293) 7655 : audit 0 from='client.159909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:16 smithi044 bash[32620]: cluster 2023-12-07T13:01:16.711839+0000 mgr.a (mgr.24293) 7656 : cluster 0 pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:01:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:16 smithi022 bash[28554]: audit 2023-12-07T13:01:15.195992+0000 mgr.a (mgr.24293) 7655 : audit 0 from='client.159909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:16 smithi022 bash[28554]: cluster 2023-12-07T13:01:16.711839+0000 mgr.a (mgr.24293) 7656 : cluster 0 pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:01:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:16 smithi027 bash[31536]: audit 2023-12-07T13:01:15.195992+0000 mgr.a (mgr.24293) 7655 : audit 0 from='client.159909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:16 smithi027 bash[31536]: cluster 2023-12-07T13:01:16.711839+0000 mgr.a (mgr.24293) 7656 : cluster 0 pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:01:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:19 smithi022 bash[28554]: cluster 2023-12-07T13:01:18.712450+0000 mgr.a (mgr.24293) 7657 : cluster 0 pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:01:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:19 smithi044 bash[32620]: cluster 2023-12-07T13:01:18.712450+0000 mgr.a (mgr.24293) 7657 : cluster 0 pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:01:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:19 smithi027 bash[31536]: cluster 2023-12-07T13:01:18.712450+0000 mgr.a (mgr.24293) 7657 : cluster 0 pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:01:20.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:20.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:20.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:20 smithi044 bash[32620]: cluster 2023-12-07T13:01:20.713216+0000 mgr.a (mgr.24293) 7658 : cluster 0 pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:20 smithi022 bash[28554]: cluster 2023-12-07T13:01:20.713216+0000 mgr.a (mgr.24293) 7658 : cluster 0 pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:20 smithi027 bash[31536]: cluster 2023-12-07T13:01:20.713216+0000 mgr.a (mgr.24293) 7658 : cluster 0 pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:21.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:21.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:21.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:21.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:21.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:22 smithi022 bash[28554]: audit 2023-12-07T13:01:21.129452+0000 mgr.a (mgr.24293) 7659 : audit 0 from='client.159984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:22 smithi044 bash[32620]: audit 2023-12-07T13:01:21.129452+0000 mgr.a (mgr.24293) 7659 : audit 0 from='client.159984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:22 smithi027 bash[31536]: audit 2023-12-07T13:01:21.129452+0000 mgr.a (mgr.24293) 7659 : audit 0 from='client.159984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:23 smithi044 bash[32620]: cluster 2023-12-07T13:01:22.713896+0000 mgr.a (mgr.24293) 7660 : cluster 0 pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:23 smithi022 bash[28554]: cluster 2023-12-07T13:01:22.713896+0000 mgr.a (mgr.24293) 7660 : cluster 0 pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:23 smithi027 bash[31536]: cluster 2023-12-07T13:01:22.713896+0000 mgr.a (mgr.24293) 7660 : cluster 0 pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:24 smithi044 bash[32620]: cluster 2023-12-07T13:01:24.714508+0000 mgr.a (mgr.24293) 7661 : cluster 0 pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:24 smithi022 bash[28554]: cluster 2023-12-07T13:01:24.714508+0000 mgr.a (mgr.24293) 7661 : cluster 0 pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:24 smithi027 bash[31536]: cluster 2023-12-07T13:01:24.714508+0000 mgr.a (mgr.24293) 7661 : cluster 0 pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:26.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:26.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:26.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:27.581 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:27.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:27.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:27.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:27.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:27 smithi044 bash[32620]: cluster 2023-12-07T13:01:26.715140+0000 mgr.a (mgr.24293) 7662 : cluster 0 pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:27 smithi022 bash[28554]: cluster 2023-12-07T13:01:26.715140+0000 mgr.a (mgr.24293) 7662 : cluster 0 pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:27 smithi027 bash[31536]: cluster 2023-12-07T13:01:26.715140+0000 mgr.a (mgr.24293) 7662 : cluster 0 pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:28 smithi022 bash[28554]: audit 2023-12-07T13:01:27.063872+0000 mgr.a (mgr.24293) 7663 : audit 0 from='client.160059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:28 smithi044 bash[32620]: audit 2023-12-07T13:01:27.063872+0000 mgr.a (mgr.24293) 7663 : audit 0 from='client.160059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:28 smithi027 bash[31536]: audit 2023-12-07T13:01:27.063872+0000 mgr.a (mgr.24293) 7663 : audit 0 from='client.160059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:29 smithi027 bash[31536]: cluster 2023-12-07T13:01:28.715889+0000 mgr.a (mgr.24293) 7664 : cluster 0 pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:01:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:29 smithi044 bash[32620]: cluster 2023-12-07T13:01:28.715889+0000 mgr.a (mgr.24293) 7664 : cluster 0 pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:01:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:29 smithi022 bash[28554]: cluster 2023-12-07T13:01:28.715889+0000 mgr.a (mgr.24293) 7664 : cluster 0 pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:01:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:30 smithi044 bash[32620]: cluster 2023-12-07T13:01:30.716690+0000 mgr.a (mgr.24293) 7665 : cluster 0 pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:01:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:30 smithi022 bash[28554]: cluster 2023-12-07T13:01:30.716690+0000 mgr.a (mgr.24293) 7665 : cluster 0 pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:01:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:30 smithi027 bash[31536]: cluster 2023-12-07T13:01:30.716690+0000 mgr.a (mgr.24293) 7665 : cluster 0 pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:01:32.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:32.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:32.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:32 smithi022 bash[28554]: audit 2023-12-07T13:01:31.853758+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:01:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:32 smithi022 bash[28554]: audit 2023-12-07T13:01:32.634034+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:01:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:32 smithi022 bash[28554]: audit 2023-12-07T13:01:32.635793+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:01:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:32 smithi022 bash[28554]: audit 2023-12-07T13:01:32.645223+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:01:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:32 smithi044 bash[32620]: audit 2023-12-07T13:01:31.853758+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:01:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:32 smithi044 bash[32620]: audit 2023-12-07T13:01:32.634034+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:01:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:32 smithi044 bash[32620]: audit 2023-12-07T13:01:32.635793+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:01:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:32 smithi044 bash[32620]: audit 2023-12-07T13:01:32.645223+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:01:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:32 smithi027 bash[31536]: audit 2023-12-07T13:01:31.853758+0000 mon.a (mon.0) 1518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:01:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:32 smithi027 bash[31536]: audit 2023-12-07T13:01:32.634034+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:01:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:32 smithi027 bash[31536]: audit 2023-12-07T13:01:32.635793+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:01:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:32 smithi027 bash[31536]: audit 2023-12-07T13:01:32.645223+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:01:33.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:33.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:33.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:33.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:33.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:33 smithi022 bash[28554]: cluster 2023-12-07T13:01:32.717149+0000 mgr.a (mgr.24293) 7666 : 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-07T13:01:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:33 smithi044 bash[32620]: cluster 2023-12-07T13:01:32.717149+0000 mgr.a (mgr.24293) 7666 : 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-07T13:01:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:33 smithi027 bash[31536]: cluster 2023-12-07T13:01:32.717149+0000 mgr.a (mgr.24293) 7666 : 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-07T13:01:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:34 smithi022 bash[28554]: audit 2023-12-07T13:01:32.991712+0000 mgr.a (mgr.24293) 7667 : audit 0 from='client.160134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:34 smithi027 bash[31536]: audit 2023-12-07T13:01:32.991712+0000 mgr.a (mgr.24293) 7667 : audit 0 from='client.160134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:34 smithi044 bash[32620]: audit 2023-12-07T13:01:32.991712+0000 mgr.a (mgr.24293) 7667 : audit 0 from='client.160134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:35 smithi027 bash[31536]: cluster 2023-12-07T13:01:34.717642+0000 mgr.a (mgr.24293) 7668 : 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-07T13:01:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:35 smithi044 bash[32620]: cluster 2023-12-07T13:01:34.717642+0000 mgr.a (mgr.24293) 7668 : 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-07T13:01:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:35 smithi022 bash[28554]: cluster 2023-12-07T13:01:34.717642+0000 mgr.a (mgr.24293) 7668 : 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-07T13:01:37.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:37 smithi044 bash[32620]: cluster 2023-12-07T13:01:36.718577+0000 mgr.a (mgr.24293) 7669 : cluster 0 pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:37 smithi022 bash[28554]: cluster 2023-12-07T13:01:36.718577+0000 mgr.a (mgr.24293) 7669 : cluster 0 pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:37.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:37 smithi027 bash[31536]: cluster 2023-12-07T13:01:36.718577+0000 mgr.a (mgr.24293) 7669 : cluster 0 pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:38.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:38.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:38.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:38 smithi044 bash[32620]: cluster 2023-12-07T13:01:38.719171+0000 mgr.a (mgr.24293) 7670 : cluster 0 pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:38 smithi022 bash[28554]: cluster 2023-12-07T13:01:38.719171+0000 mgr.a (mgr.24293) 7670 : cluster 0 pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:38 smithi027 bash[31536]: cluster 2023-12-07T13:01:38.719171+0000 mgr.a (mgr.24293) 7670 : cluster 0 pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:39.459 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:39.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:39.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:39.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:39.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:39 smithi044 bash[32620]: audit 2023-12-07T13:01:38.923694+0000 mgr.a (mgr.24293) 7671 : audit 0 from='client.160206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:39 smithi022 bash[28554]: audit 2023-12-07T13:01:38.923694+0000 mgr.a (mgr.24293) 7671 : audit 0 from='client.160206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:39 smithi027 bash[31536]: audit 2023-12-07T13:01:38.923694+0000 mgr.a (mgr.24293) 7671 : audit 0 from='client.160206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:40 smithi044 bash[32620]: cluster 2023-12-07T13:01:40.720248+0000 mgr.a (mgr.24293) 7672 : cluster 0 pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:40 smithi022 bash[28554]: cluster 2023-12-07T13:01:40.720248+0000 mgr.a (mgr.24293) 7672 : cluster 0 pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:40 smithi027 bash[31536]: cluster 2023-12-07T13:01:40.720248+0000 mgr.a (mgr.24293) 7672 : cluster 0 pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:42 smithi022 bash[28554]: cluster 2023-12-07T13:01:42.720816+0000 mgr.a (mgr.24293) 7673 : cluster 0 pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:42 smithi044 bash[32620]: cluster 2023-12-07T13:01:42.720816+0000 mgr.a (mgr.24293) 7673 : cluster 0 pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:42 smithi027 bash[31536]: cluster 2023-12-07T13:01:42.720816+0000 mgr.a (mgr.24293) 7673 : cluster 0 pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:44.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:44.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:44.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:44 smithi044 bash[32620]: cluster 2023-12-07T13:01:44.721517+0000 mgr.a (mgr.24293) 7674 : cluster 0 pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:44 smithi022 bash[28554]: cluster 2023-12-07T13:01:44.721517+0000 mgr.a (mgr.24293) 7674 : cluster 0 pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:44 smithi027 bash[31536]: cluster 2023-12-07T13:01:44.721517+0000 mgr.a (mgr.24293) 7674 : cluster 0 pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:45.403 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:45.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:45.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:45.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:45.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:45 smithi044 bash[32620]: audit 2023-12-07T13:01:44.871608+0000 mgr.a (mgr.24293) 7675 : audit 0 from='client.160284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:45 smithi022 bash[28554]: audit 2023-12-07T13:01:44.871608+0000 mgr.a (mgr.24293) 7675 : audit 0 from='client.160284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:45 smithi027 bash[31536]: audit 2023-12-07T13:01:44.871608+0000 mgr.a (mgr.24293) 7675 : audit 0 from='client.160284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:47 smithi027 bash[31536]: cluster 2023-12-07T13:01:46.722408+0000 mgr.a (mgr.24293) 7676 : cluster 0 pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:47 smithi044 bash[32620]: cluster 2023-12-07T13:01:46.722408+0000 mgr.a (mgr.24293) 7676 : cluster 0 pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:47 smithi022 bash[28554]: cluster 2023-12-07T13:01:46.722408+0000 mgr.a (mgr.24293) 7676 : cluster 0 pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:48 smithi044 bash[32620]: cluster 2023-12-07T13:01:48.722997+0000 mgr.a (mgr.24293) 7677 : cluster 0 pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:48 smithi022 bash[28554]: cluster 2023-12-07T13:01:48.722997+0000 mgr.a (mgr.24293) 7677 : cluster 0 pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:48 smithi027 bash[31536]: cluster 2023-12-07T13:01:48.722997+0000 mgr.a (mgr.24293) 7677 : cluster 0 pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:50.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:50.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:50.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:50 smithi044 bash[32620]: cluster 2023-12-07T13:01:50.723783+0000 mgr.a (mgr.24293) 7678 : cluster 0 pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:50 smithi022 bash[28554]: cluster 2023-12-07T13:01:50.723783+0000 mgr.a (mgr.24293) 7678 : cluster 0 pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:50 smithi027 bash[31536]: cluster 2023-12-07T13:01:50.723783+0000 mgr.a (mgr.24293) 7678 : cluster 0 pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:51.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:51.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:51.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:51.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:51.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:52 smithi022 bash[28554]: audit 2023-12-07T13:01:50.812280+0000 mgr.a (mgr.24293) 7679 : audit 0 from='client.160362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:52 smithi044 bash[32620]: audit 2023-12-07T13:01:50.812280+0000 mgr.a (mgr.24293) 7679 : audit 0 from='client.160362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:52 smithi027 bash[31536]: audit 2023-12-07T13:01:50.812280+0000 mgr.a (mgr.24293) 7679 : audit 0 from='client.160362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:53.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:53 smithi027 bash[31536]: cluster 2023-12-07T13:01:52.724498+0000 mgr.a (mgr.24293) 7680 : cluster 0 pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:53 smithi044 bash[32620]: cluster 2023-12-07T13:01:52.724498+0000 mgr.a (mgr.24293) 7680 : cluster 0 pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:53 smithi022 bash[28554]: cluster 2023-12-07T13:01:52.724498+0000 mgr.a (mgr.24293) 7680 : cluster 0 pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:54 smithi022 bash[28554]: cluster 2023-12-07T13:01:54.725101+0000 mgr.a (mgr.24293) 7681 : cluster 0 pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:55.189 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:54 smithi044 bash[32620]: cluster 2023-12-07T13:01:54.725101+0000 mgr.a (mgr.24293) 7681 : cluster 0 pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:54 smithi027 bash[31536]: cluster 2023-12-07T13:01:54.725101+0000 mgr.a (mgr.24293) 7681 : cluster 0 pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:56.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:01:56.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:56.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:57.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:01:57.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:57.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:57.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:57.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:01:57.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:57 smithi027 bash[31536]: cluster 2023-12-07T13:01:56.725878+0000 mgr.a (mgr.24293) 7682 : cluster 0 pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:57 smithi044 bash[32620]: cluster 2023-12-07T13:01:56.725878+0000 mgr.a (mgr.24293) 7682 : cluster 0 pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:57 smithi022 bash[28554]: cluster 2023-12-07T13:01:56.725878+0000 mgr.a (mgr.24293) 7682 : cluster 0 pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:58 smithi027 bash[31536]: audit 2023-12-07T13:01:56.789207+0000 mgr.a (mgr.24293) 7683 : audit 0 from='client.160437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:58 smithi022 bash[28554]: audit 2023-12-07T13:01:56.789207+0000 mgr.a (mgr.24293) 7683 : audit 0 from='client.160437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:58 smithi044 bash[32620]: audit 2023-12-07T13:01:56.789207+0000 mgr.a (mgr.24293) 7683 : audit 0 from='client.160437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:01:59 smithi027 bash[31536]: cluster 2023-12-07T13:01:58.726572+0000 mgr.a (mgr.24293) 7684 : cluster 0 pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:01:59 smithi022 bash[28554]: cluster 2023-12-07T13:01:58.726572+0000 mgr.a (mgr.24293) 7684 : cluster 0 pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:01:59 smithi044 bash[32620]: cluster 2023-12-07T13:01:58.726572+0000 mgr.a (mgr.24293) 7684 : cluster 0 pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:00 smithi044 bash[32620]: cluster 2023-12-07T13:02:00.727406+0000 mgr.a (mgr.24293) 7685 : cluster 0 pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:00 smithi022 bash[28554]: cluster 2023-12-07T13:02:00.727406+0000 mgr.a (mgr.24293) 7685 : cluster 0 pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:00 smithi027 bash[31536]: cluster 2023-12-07T13:02:00.727406+0000 mgr.a (mgr.24293) 7685 : cluster 0 pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:02.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:02.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:02.312 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:02 smithi044 bash[32620]: audit 2023-12-07T13:02:02.720729+0000 mgr.a (mgr.24293) 7686 : audit 0 from='client.160509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:02 smithi044 bash[32620]: cluster 2023-12-07T13:02:02.738628+0000 mgr.a (mgr.24293) 7687 : 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-07T13:02:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:02 smithi022 bash[28554]: audit 2023-12-07T13:02:02.720729+0000 mgr.a (mgr.24293) 7686 : audit 0 from='client.160509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:02 smithi022 bash[28554]: cluster 2023-12-07T13:02:02.738628+0000 mgr.a (mgr.24293) 7687 : 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-07T13:02:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:02 smithi027 bash[31536]: audit 2023-12-07T13:02:02.720729+0000 mgr.a (mgr.24293) 7686 : audit 0 from='client.160509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:02 smithi027 bash[31536]: cluster 2023-12-07T13:02:02.738628+0000 mgr.a (mgr.24293) 7687 : 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-07T13:02:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:03.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:04 smithi044 bash[32620]: cluster 2023-12-07T13:02:04.739461+0000 mgr.a (mgr.24293) 7688 : 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-07T13:02:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:04 smithi022 bash[28554]: cluster 2023-12-07T13:02:04.739461+0000 mgr.a (mgr.24293) 7688 : 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-07T13:02:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:04 smithi027 bash[31536]: cluster 2023-12-07T13:02:04.739461+0000 mgr.a (mgr.24293) 7688 : 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-07T13:02:07.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:07 smithi027 bash[31536]: cluster 2023-12-07T13:02:06.740282+0000 mgr.a (mgr.24293) 7689 : 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-07T13:02:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:07 smithi044 bash[32620]: cluster 2023-12-07T13:02:06.740282+0000 mgr.a (mgr.24293) 7689 : 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-07T13:02:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:07 smithi022 bash[28554]: cluster 2023-12-07T13:02:06.740282+0000 mgr.a (mgr.24293) 7689 : 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-07T13:02:08.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:08.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:08.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:08 smithi044 bash[32620]: audit 2023-12-07T13:02:08.669882+0000 mgr.a (mgr.24293) 7690 : audit 0 from='client.160587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:08 smithi044 bash[32620]: cluster 2023-12-07T13:02:08.740725+0000 mgr.a (mgr.24293) 7691 : 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-07T13:02:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:08 smithi022 bash[28554]: audit 2023-12-07T13:02:08.669882+0000 mgr.a (mgr.24293) 7690 : audit 0 from='client.160587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:08 smithi022 bash[28554]: cluster 2023-12-07T13:02:08.740725+0000 mgr.a (mgr.24293) 7691 : 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-07T13:02:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:09.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:09.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:08 smithi027 bash[31536]: audit 2023-12-07T13:02:08.669882+0000 mgr.a (mgr.24293) 7690 : audit 0 from='client.160587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:08 smithi027 bash[31536]: cluster 2023-12-07T13:02:08.740725+0000 mgr.a (mgr.24293) 7691 : 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-07T13:02:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:10 smithi044 bash[32620]: cluster 2023-12-07T13:02:10.741540+0000 mgr.a (mgr.24293) 7692 : cluster 0 pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:10 smithi022 bash[28554]: cluster 2023-12-07T13:02:10.741540+0000 mgr.a (mgr.24293) 7692 : cluster 0 pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:10 smithi027 bash[31536]: cluster 2023-12-07T13:02:10.741540+0000 mgr.a (mgr.24293) 7692 : cluster 0 pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:12 smithi022 bash[28554]: cluster 2023-12-07T13:02:12.742104+0000 mgr.a (mgr.24293) 7693 : cluster 0 pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:12 smithi044 bash[32620]: cluster 2023-12-07T13:02:12.742104+0000 mgr.a (mgr.24293) 7693 : cluster 0 pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:12 smithi027 bash[31536]: cluster 2023-12-07T13:02:12.742104+0000 mgr.a (mgr.24293) 7693 : cluster 0 pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:14.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:14.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:14.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:15.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:15.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:15.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:15.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:15.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:14 smithi022 bash[28554]: audit 2023-12-07T13:02:14.597857+0000 mgr.a (mgr.24293) 7694 : audit 0 from='client.160662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:14 smithi022 bash[28554]: cluster 2023-12-07T13:02:14.750347+0000 mgr.a (mgr.24293) 7695 : cluster 0 pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:14 smithi044 bash[32620]: audit 2023-12-07T13:02:14.597857+0000 mgr.a (mgr.24293) 7694 : audit 0 from='client.160662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:14 smithi044 bash[32620]: cluster 2023-12-07T13:02:14.750347+0000 mgr.a (mgr.24293) 7695 : cluster 0 pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:14 smithi027 bash[31536]: audit 2023-12-07T13:02:14.597857+0000 mgr.a (mgr.24293) 7694 : audit 0 from='client.160662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:14 smithi027 bash[31536]: cluster 2023-12-07T13:02:14.750347+0000 mgr.a (mgr.24293) 7695 : cluster 0 pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:17.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:17 smithi027 bash[31536]: cluster 2023-12-07T13:02:16.751306+0000 mgr.a (mgr.24293) 7696 : cluster 0 pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:17 smithi044 bash[32620]: cluster 2023-12-07T13:02:16.751306+0000 mgr.a (mgr.24293) 7696 : cluster 0 pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:17 smithi022 bash[28554]: cluster 2023-12-07T13:02:16.751306+0000 mgr.a (mgr.24293) 7696 : cluster 0 pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:18 smithi044 bash[32620]: cluster 2023-12-07T13:02:18.751882+0000 mgr.a (mgr.24293) 7697 : cluster 0 pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:18 smithi022 bash[28554]: cluster 2023-12-07T13:02:18.751882+0000 mgr.a (mgr.24293) 7697 : cluster 0 pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:18 smithi027 bash[31536]: cluster 2023-12-07T13:02:18.751882+0000 mgr.a (mgr.24293) 7697 : cluster 0 pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:20.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:20.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:20.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:21.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:21.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:21.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:21.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:21.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:20 smithi044 bash[32620]: audit 2023-12-07T13:02:20.573540+0000 mgr.a (mgr.24293) 7698 : audit 0 from='client.135134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:20 smithi044 bash[32620]: cluster 2023-12-07T13:02:20.753057+0000 mgr.a (mgr.24293) 7699 : 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-07T13:02:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:20 smithi022 bash[28554]: audit 2023-12-07T13:02:20.573540+0000 mgr.a (mgr.24293) 7698 : audit 0 from='client.135134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:20 smithi022 bash[28554]: cluster 2023-12-07T13:02:20.753057+0000 mgr.a (mgr.24293) 7699 : 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-07T13:02:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:20 smithi027 bash[31536]: audit 2023-12-07T13:02:20.573540+0000 mgr.a (mgr.24293) 7698 : audit 0 from='client.135134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:20 smithi027 bash[31536]: cluster 2023-12-07T13:02:20.753057+0000 mgr.a (mgr.24293) 7699 : 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-07T13:02:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:22 smithi044 bash[32620]: cluster 2023-12-07T13:02:22.753863+0000 mgr.a (mgr.24293) 7700 : cluster 0 pgmap v5753: 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-07T13:02:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:22 smithi022 bash[28554]: cluster 2023-12-07T13:02:22.753863+0000 mgr.a (mgr.24293) 7700 : cluster 0 pgmap v5753: 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-07T13:02:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:22 smithi027 bash[31536]: cluster 2023-12-07T13:02:22.753863+0000 mgr.a (mgr.24293) 7700 : cluster 0 pgmap v5753: 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-07T13:02:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:24 smithi044 bash[32620]: cluster 2023-12-07T13:02:24.754626+0000 mgr.a (mgr.24293) 7701 : cluster 0 pgmap v5754: 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-07T13:02:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:24 smithi022 bash[28554]: cluster 2023-12-07T13:02:24.754626+0000 mgr.a (mgr.24293) 7701 : cluster 0 pgmap v5754: 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-07T13:02:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:24 smithi027 bash[31536]: cluster 2023-12-07T13:02:24.754626+0000 mgr.a (mgr.24293) 7701 : cluster 0 pgmap v5754: 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-07T13:02:26.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:26.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:26.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:27.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:27.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:27.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:27.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:27.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:27 smithi027 bash[31536]: audit 2023-12-07T13:02:26.511282+0000 mgr.a (mgr.24293) 7702 : audit 0 from='client.160815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:27 smithi027 bash[31536]: cluster 2023-12-07T13:02:26.755452+0000 mgr.a (mgr.24293) 7703 : cluster 0 pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:27 smithi044 bash[32620]: audit 2023-12-07T13:02:26.511282+0000 mgr.a (mgr.24293) 7702 : audit 0 from='client.160815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:27 smithi044 bash[32620]: cluster 2023-12-07T13:02:26.755452+0000 mgr.a (mgr.24293) 7703 : cluster 0 pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:27 smithi022 bash[28554]: audit 2023-12-07T13:02:26.511282+0000 mgr.a (mgr.24293) 7702 : audit 0 from='client.160815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:27 smithi022 bash[28554]: cluster 2023-12-07T13:02:26.755452+0000 mgr.a (mgr.24293) 7703 : cluster 0 pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:28 smithi044 bash[32620]: cluster 2023-12-07T13:02:28.756222+0000 mgr.a (mgr.24293) 7704 : cluster 0 pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:28 smithi022 bash[28554]: cluster 2023-12-07T13:02:28.756222+0000 mgr.a (mgr.24293) 7704 : cluster 0 pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:28 smithi027 bash[31536]: cluster 2023-12-07T13:02:28.756222+0000 mgr.a (mgr.24293) 7704 : cluster 0 pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:30 smithi044 bash[32620]: cluster 2023-12-07T13:02:30.757032+0000 mgr.a (mgr.24293) 7705 : cluster 0 pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:30 smithi022 bash[28554]: cluster 2023-12-07T13:02:30.757032+0000 mgr.a (mgr.24293) 7705 : cluster 0 pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:30 smithi027 bash[31536]: cluster 2023-12-07T13:02:30.757032+0000 mgr.a (mgr.24293) 7705 : cluster 0 pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:32.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:32.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:32.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:32.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:32.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:32.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:32.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:32.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:32 smithi044 bash[32620]: audit 2023-12-07T13:02:32.431971+0000 mgr.a (mgr.24293) 7706 : audit 0 from='client.160887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:32 smithi044 bash[32620]: audit 2023-12-07T13:02:32.749205+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:02:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:32 smithi044 bash[32620]: cluster 2023-12-07T13:02:32.757441+0000 mgr.a (mgr.24293) 7707 : 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-07T13:02:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:32 smithi022 bash[28554]: audit 2023-12-07T13:02:32.431971+0000 mgr.a (mgr.24293) 7706 : audit 0 from='client.160887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:32 smithi022 bash[28554]: audit 2023-12-07T13:02:32.749205+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:02:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:32 smithi022 bash[28554]: cluster 2023-12-07T13:02:32.757441+0000 mgr.a (mgr.24293) 7707 : 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-07T13:02:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:32 smithi027 bash[31536]: audit 2023-12-07T13:02:32.431971+0000 mgr.a (mgr.24293) 7706 : audit 0 from='client.160887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:32 smithi027 bash[31536]: audit 2023-12-07T13:02:32.749205+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:02:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:32 smithi027 bash[31536]: cluster 2023-12-07T13:02:32.757441+0000 mgr.a (mgr.24293) 7707 : 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-07T13:02:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:34 smithi044 bash[32620]: audit 2023-12-07T13:02:33.330648+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:34 smithi044 bash[32620]: audit 2023-12-07T13:02:33.338123+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:34 smithi044 bash[32620]: audit 2023-12-07T13:02:34.036151+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:02:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:34 smithi044 bash[32620]: audit 2023-12-07T13:02:34.037239+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:02:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:34 smithi044 bash[32620]: audit 2023-12-07T13:02:34.045301+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:34 smithi022 bash[28554]: audit 2023-12-07T13:02:33.330648+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:34 smithi022 bash[28554]: audit 2023-12-07T13:02:33.338123+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:34 smithi022 bash[28554]: audit 2023-12-07T13:02:34.036151+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:02:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:34 smithi022 bash[28554]: audit 2023-12-07T13:02:34.037239+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:02:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:34 smithi022 bash[28554]: audit 2023-12-07T13:02:34.045301+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:34 smithi027 bash[31536]: audit 2023-12-07T13:02:33.330648+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:34 smithi027 bash[31536]: audit 2023-12-07T13:02:33.338123+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:34 smithi027 bash[31536]: audit 2023-12-07T13:02:34.036151+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:02:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:34 smithi027 bash[31536]: audit 2023-12-07T13:02:34.037239+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:02:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:34 smithi027 bash[31536]: audit 2023-12-07T13:02:34.045301+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:02:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:35 smithi044 bash[32620]: cluster 2023-12-07T13:02:34.758053+0000 mgr.a (mgr.24293) 7708 : 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-07T13:02:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:35 smithi022 bash[28554]: cluster 2023-12-07T13:02:34.758053+0000 mgr.a (mgr.24293) 7708 : 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-07T13:02:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:35 smithi027 bash[31536]: cluster 2023-12-07T13:02:34.758053+0000 mgr.a (mgr.24293) 7708 : 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-07T13:02:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:37.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:37.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:37 smithi044 bash[32620]: cluster 2023-12-07T13:02:36.758949+0000 mgr.a (mgr.24293) 7709 : 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-07T13:02:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:37 smithi022 bash[28554]: cluster 2023-12-07T13:02:36.758949+0000 mgr.a (mgr.24293) 7709 : 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-07T13:02:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:37 smithi027 bash[31536]: cluster 2023-12-07T13:02:36.758949+0000 mgr.a (mgr.24293) 7709 : 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-07T13:02:38.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:38.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:38.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:38.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:38.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:38 smithi044 bash[32620]: audit 2023-12-07T13:02:38.377751+0000 mgr.a (mgr.24293) 7710 : audit 0 from='client.160962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:38 smithi044 bash[32620]: cluster 2023-12-07T13:02:38.760874+0000 mgr.a (mgr.24293) 7711 : 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-07T13:02:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:38 smithi022 bash[28554]: audit 2023-12-07T13:02:38.377751+0000 mgr.a (mgr.24293) 7710 : audit 0 from='client.160962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:38 smithi022 bash[28554]: cluster 2023-12-07T13:02:38.760874+0000 mgr.a (mgr.24293) 7711 : 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-07T13:02:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:38 smithi027 bash[31536]: audit 2023-12-07T13:02:38.377751+0000 mgr.a (mgr.24293) 7710 : audit 0 from='client.160962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:38 smithi027 bash[31536]: cluster 2023-12-07T13:02:38.760874+0000 mgr.a (mgr.24293) 7711 : 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-07T13:02:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:40 smithi044 bash[32620]: cluster 2023-12-07T13:02:40.761882+0000 mgr.a (mgr.24293) 7712 : cluster 0 pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:40 smithi022 bash[28554]: cluster 2023-12-07T13:02:40.761882+0000 mgr.a (mgr.24293) 7712 : cluster 0 pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:40 smithi027 bash[31536]: cluster 2023-12-07T13:02:40.761882+0000 mgr.a (mgr.24293) 7712 : cluster 0 pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:42 smithi044 bash[32620]: cluster 2023-12-07T13:02:42.762544+0000 mgr.a (mgr.24293) 7713 : cluster 0 pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:42 smithi022 bash[28554]: cluster 2023-12-07T13:02:42.762544+0000 mgr.a (mgr.24293) 7713 : cluster 0 pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:42 smithi027 bash[31536]: cluster 2023-12-07T13:02:42.762544+0000 mgr.a (mgr.24293) 7713 : cluster 0 pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:43.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:43.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:43.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:44.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:44.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:44 smithi044 bash[32620]: audit 2023-12-07T13:02:44.305773+0000 mgr.a (mgr.24293) 7714 : audit 0 from='client.161037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:44 smithi044 bash[32620]: cluster 2023-12-07T13:02:44.763273+0000 mgr.a (mgr.24293) 7715 : cluster 0 pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:44 smithi022 bash[28554]: audit 2023-12-07T13:02:44.305773+0000 mgr.a (mgr.24293) 7714 : audit 0 from='client.161037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:44 smithi022 bash[28554]: cluster 2023-12-07T13:02:44.763273+0000 mgr.a (mgr.24293) 7715 : cluster 0 pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:44 smithi027 bash[31536]: audit 2023-12-07T13:02:44.305773+0000 mgr.a (mgr.24293) 7714 : audit 0 from='client.161037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:44 smithi027 bash[31536]: cluster 2023-12-07T13:02:44.763273+0000 mgr.a (mgr.24293) 7715 : cluster 0 pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:47 smithi027 bash[31536]: cluster 2023-12-07T13:02:46.764096+0000 mgr.a (mgr.24293) 7716 : cluster 0 pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:47 smithi044 bash[32620]: cluster 2023-12-07T13:02:46.764096+0000 mgr.a (mgr.24293) 7716 : cluster 0 pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:47 smithi022 bash[28554]: cluster 2023-12-07T13:02:46.764096+0000 mgr.a (mgr.24293) 7716 : cluster 0 pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:48 smithi044 bash[32620]: cluster 2023-12-07T13:02:48.764688+0000 mgr.a (mgr.24293) 7717 : cluster 0 pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:48 smithi022 bash[28554]: cluster 2023-12-07T13:02:48.764688+0000 mgr.a (mgr.24293) 7717 : cluster 0 pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:48 smithi027 bash[31536]: cluster 2023-12-07T13:02:48.764688+0000 mgr.a (mgr.24293) 7717 : cluster 0 pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:49.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:49.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:49.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:50.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:50.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:50.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:50.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:50.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:50 smithi044 bash[32620]: audit 2023-12-07T13:02:50.249699+0000 mgr.a (mgr.24293) 7718 : audit 0 from='client.161115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:50 smithi044 bash[32620]: cluster 2023-12-07T13:02:50.765875+0000 mgr.a (mgr.24293) 7719 : cluster 0 pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:02:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:50 smithi022 bash[28554]: audit 2023-12-07T13:02:50.249699+0000 mgr.a (mgr.24293) 7718 : audit 0 from='client.161115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:50 smithi022 bash[28554]: cluster 2023-12-07T13:02:50.765875+0000 mgr.a (mgr.24293) 7719 : cluster 0 pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:02:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:50 smithi027 bash[31536]: audit 2023-12-07T13:02:50.249699+0000 mgr.a (mgr.24293) 7718 : audit 0 from='client.161115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:50 smithi027 bash[31536]: cluster 2023-12-07T13:02:50.765875+0000 mgr.a (mgr.24293) 7719 : cluster 0 pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:02:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:52 smithi022 bash[28554]: cluster 2023-12-07T13:02:52.766540+0000 mgr.a (mgr.24293) 7720 : cluster 0 pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:02:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:52 smithi044 bash[32620]: cluster 2023-12-07T13:02:52.766540+0000 mgr.a (mgr.24293) 7720 : cluster 0 pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:02:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:52 smithi027 bash[31536]: cluster 2023-12-07T13:02:52.766540+0000 mgr.a (mgr.24293) 7720 : cluster 0 pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:02:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:54 smithi044 bash[32620]: cluster 2023-12-07T13:02:54.767200+0000 mgr.a (mgr.24293) 7721 : cluster 0 pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:02:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:54 smithi022 bash[28554]: cluster 2023-12-07T13:02:54.767200+0000 mgr.a (mgr.24293) 7721 : cluster 0 pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:02:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:54 smithi027 bash[31536]: cluster 2023-12-07T13:02:54.767200+0000 mgr.a (mgr.24293) 7721 : cluster 0 pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:02:55.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:02:55.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:55.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:02:56.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:02:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:57 smithi044 bash[32620]: audit 2023-12-07T13:02:56.187228+0000 mgr.a (mgr.24293) 7722 : audit 0 from='client.161193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:57 smithi044 bash[32620]: cluster 2023-12-07T13:02:56.768368+0000 mgr.a (mgr.24293) 7723 : cluster 0 pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:57 smithi022 bash[28554]: audit 2023-12-07T13:02:56.187228+0000 mgr.a (mgr.24293) 7722 : audit 0 from='client.161193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:57 smithi022 bash[28554]: cluster 2023-12-07T13:02:56.768368+0000 mgr.a (mgr.24293) 7723 : cluster 0 pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:57 smithi027 bash[31536]: audit 2023-12-07T13:02:56.187228+0000 mgr.a (mgr.24293) 7722 : audit 0 from='client.161193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:57 smithi027 bash[31536]: cluster 2023-12-07T13:02:56.768368+0000 mgr.a (mgr.24293) 7723 : cluster 0 pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:02:58 smithi022 bash[28554]: cluster 2023-12-07T13:02:58.768944+0000 mgr.a (mgr.24293) 7724 : cluster 0 pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:02:58 smithi044 bash[32620]: cluster 2023-12-07T13:02:58.768944+0000 mgr.a (mgr.24293) 7724 : cluster 0 pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:02:58 smithi027 bash[31536]: cluster 2023-12-07T13:02:58.768944+0000 mgr.a (mgr.24293) 7724 : cluster 0 pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:00 smithi044 bash[32620]: cluster 2023-12-07T13:03:00.769692+0000 mgr.a (mgr.24293) 7725 : cluster 0 pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:00 smithi022 bash[28554]: cluster 2023-12-07T13:03:00.769692+0000 mgr.a (mgr.24293) 7725 : cluster 0 pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:00 smithi027 bash[31536]: cluster 2023-12-07T13:03:00.769692+0000 mgr.a (mgr.24293) 7725 : cluster 0 pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:02.655 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:02.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:02.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:02.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:02.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:02 smithi044 bash[32620]: audit 2023-12-07T13:03:02.124910+0000 mgr.a (mgr.24293) 7726 : audit 0 from='client.161268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:02 smithi044 bash[32620]: cluster 2023-12-07T13:03:02.770450+0000 mgr.a (mgr.24293) 7727 : cluster 0 pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:02 smithi022 bash[28554]: audit 2023-12-07T13:03:02.124910+0000 mgr.a (mgr.24293) 7726 : audit 0 from='client.161268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:02 smithi022 bash[28554]: cluster 2023-12-07T13:03:02.770450+0000 mgr.a (mgr.24293) 7727 : cluster 0 pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:02 smithi027 bash[31536]: audit 2023-12-07T13:03:02.124910+0000 mgr.a (mgr.24293) 7726 : audit 0 from='client.161268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:02 smithi027 bash[31536]: cluster 2023-12-07T13:03:02.770450+0000 mgr.a (mgr.24293) 7727 : cluster 0 pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:04 smithi044 bash[32620]: cluster 2023-12-07T13:03:04.771104+0000 mgr.a (mgr.24293) 7728 : cluster 0 pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:04 smithi022 bash[28554]: cluster 2023-12-07T13:03:04.771104+0000 mgr.a (mgr.24293) 7728 : cluster 0 pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:04 smithi027 bash[31536]: cluster 2023-12-07T13:03:04.771104+0000 mgr.a (mgr.24293) 7728 : cluster 0 pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:07.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:07.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:07.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:07 smithi044 bash[32620]: cluster 2023-12-07T13:03:06.771973+0000 mgr.a (mgr.24293) 7729 : cluster 0 pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:03:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:07 smithi022 bash[28554]: cluster 2023-12-07T13:03:06.771973+0000 mgr.a (mgr.24293) 7729 : cluster 0 pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:03:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:07 smithi027 bash[31536]: cluster 2023-12-07T13:03:06.771973+0000 mgr.a (mgr.24293) 7729 : cluster 0 pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:03:08.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:08.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:08.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:08.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:08.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:08 smithi022 bash[28554]: audit 2023-12-07T13:03:08.061661+0000 mgr.a (mgr.24293) 7730 : audit 0 from='client.161346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:08 smithi022 bash[28554]: cluster 2023-12-07T13:03:08.772749+0000 mgr.a (mgr.24293) 7731 : 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-07T13:03:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:08 smithi044 bash[32620]: audit 2023-12-07T13:03:08.061661+0000 mgr.a (mgr.24293) 7730 : audit 0 from='client.161346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:08 smithi044 bash[32620]: cluster 2023-12-07T13:03:08.772749+0000 mgr.a (mgr.24293) 7731 : 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-07T13:03:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:08 smithi027 bash[31536]: audit 2023-12-07T13:03:08.061661+0000 mgr.a (mgr.24293) 7730 : audit 0 from='client.161346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:08 smithi027 bash[31536]: cluster 2023-12-07T13:03:08.772749+0000 mgr.a (mgr.24293) 7731 : 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-07T13:03:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:10 smithi044 bash[32620]: cluster 2023-12-07T13:03:10.773561+0000 mgr.a (mgr.24293) 7732 : 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-07T13:03:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:10 smithi022 bash[28554]: cluster 2023-12-07T13:03:10.773561+0000 mgr.a (mgr.24293) 7732 : 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-07T13:03:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:10 smithi027 bash[31536]: cluster 2023-12-07T13:03:10.773561+0000 mgr.a (mgr.24293) 7732 : 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-07T13:03:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:12 smithi022 bash[28554]: cluster 2023-12-07T13:03:12.774125+0000 mgr.a (mgr.24293) 7733 : 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-07T13:03:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:12 smithi044 bash[32620]: cluster 2023-12-07T13:03:12.774125+0000 mgr.a (mgr.24293) 7733 : 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-07T13:03:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:12 smithi027 bash[31536]: cluster 2023-12-07T13:03:12.774125+0000 mgr.a (mgr.24293) 7733 : 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-07T13:03:13.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:13.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:13.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:14.547 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:14.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:14.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:14.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:14.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:14 smithi022 bash[28554]: audit 2023-12-07T13:03:14.008183+0000 mgr.a (mgr.24293) 7734 : audit 0 from='client.161424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:14 smithi022 bash[28554]: cluster 2023-12-07T13:03:14.775024+0000 mgr.a (mgr.24293) 7735 : 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-07T13:03:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:14 smithi044 bash[32620]: audit 2023-12-07T13:03:14.008183+0000 mgr.a (mgr.24293) 7734 : audit 0 from='client.161424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:14 smithi044 bash[32620]: cluster 2023-12-07T13:03:14.775024+0000 mgr.a (mgr.24293) 7735 : 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-07T13:03:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:14 smithi027 bash[31536]: audit 2023-12-07T13:03:14.008183+0000 mgr.a (mgr.24293) 7734 : audit 0 from='client.161424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:14 smithi027 bash[31536]: cluster 2023-12-07T13:03:14.775024+0000 mgr.a (mgr.24293) 7735 : 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-07T13:03:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:17 smithi044 bash[32620]: cluster 2023-12-07T13:03:16.775952+0000 mgr.a (mgr.24293) 7736 : cluster 0 pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:17 smithi022 bash[28554]: cluster 2023-12-07T13:03:16.775952+0000 mgr.a (mgr.24293) 7736 : cluster 0 pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:17 smithi027 bash[31536]: cluster 2023-12-07T13:03:16.775952+0000 mgr.a (mgr.24293) 7736 : cluster 0 pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:18 smithi022 bash[28554]: cluster 2023-12-07T13:03:18.776510+0000 mgr.a (mgr.24293) 7737 : cluster 0 pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:18 smithi044 bash[32620]: cluster 2023-12-07T13:03:18.776510+0000 mgr.a (mgr.24293) 7737 : cluster 0 pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:18 smithi027 bash[31536]: cluster 2023-12-07T13:03:18.776510+0000 mgr.a (mgr.24293) 7737 : cluster 0 pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:19.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:19.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:19.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:20.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:20.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:20.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:20.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:20.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:20 smithi044 bash[32620]: audit 2023-12-07T13:03:19.960722+0000 mgr.a (mgr.24293) 7738 : audit 0 from='client.161499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:20 smithi044 bash[32620]: cluster 2023-12-07T13:03:20.777451+0000 mgr.a (mgr.24293) 7739 : cluster 0 pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:03:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:20 smithi022 bash[28554]: audit 2023-12-07T13:03:19.960722+0000 mgr.a (mgr.24293) 7738 : audit 0 from='client.161499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:20 smithi022 bash[28554]: cluster 2023-12-07T13:03:20.777451+0000 mgr.a (mgr.24293) 7739 : cluster 0 pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:03:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:20 smithi027 bash[31536]: audit 2023-12-07T13:03:19.960722+0000 mgr.a (mgr.24293) 7738 : audit 0 from='client.161499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:20 smithi027 bash[31536]: cluster 2023-12-07T13:03:20.777451+0000 mgr.a (mgr.24293) 7739 : cluster 0 pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:03:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:22 smithi044 bash[32620]: cluster 2023-12-07T13:03:22.778034+0000 mgr.a (mgr.24293) 7740 : cluster 0 pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:03:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:22 smithi022 bash[28554]: cluster 2023-12-07T13:03:22.778034+0000 mgr.a (mgr.24293) 7740 : cluster 0 pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:03:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:22 smithi027 bash[31536]: cluster 2023-12-07T13:03:22.778034+0000 mgr.a (mgr.24293) 7740 : cluster 0 pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:03:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:24 smithi044 bash[32620]: cluster 2023-12-07T13:03:24.778613+0000 mgr.a (mgr.24293) 7741 : cluster 0 pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:03:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:24 smithi022 bash[28554]: cluster 2023-12-07T13:03:24.778613+0000 mgr.a (mgr.24293) 7741 : cluster 0 pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:03:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:24 smithi027 bash[31536]: cluster 2023-12-07T13:03:24.778613+0000 mgr.a (mgr.24293) 7741 : cluster 0 pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:03:25.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:25.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:25.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:26.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:26.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:27 smithi044 bash[32620]: audit 2023-12-07T13:03:25.917219+0000 mgr.a (mgr.24293) 7742 : audit 0 from='client.161574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:27 smithi044 bash[32620]: cluster 2023-12-07T13:03:26.779722+0000 mgr.a (mgr.24293) 7743 : 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-07T13:03:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:27 smithi022 bash[28554]: audit 2023-12-07T13:03:25.917219+0000 mgr.a (mgr.24293) 7742 : audit 0 from='client.161574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:27 smithi022 bash[28554]: cluster 2023-12-07T13:03:26.779722+0000 mgr.a (mgr.24293) 7743 : 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-07T13:03:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:27 smithi027 bash[31536]: audit 2023-12-07T13:03:25.917219+0000 mgr.a (mgr.24293) 7742 : audit 0 from='client.161574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:27 smithi027 bash[31536]: cluster 2023-12-07T13:03:26.779722+0000 mgr.a (mgr.24293) 7743 : 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-07T13:03:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:28 smithi022 bash[28554]: cluster 2023-12-07T13:03:28.780291+0000 mgr.a (mgr.24293) 7744 : cluster 0 pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:28 smithi044 bash[32620]: cluster 2023-12-07T13:03:28.780291+0000 mgr.a (mgr.24293) 7744 : cluster 0 pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:28 smithi027 bash[31536]: cluster 2023-12-07T13:03:28.780291+0000 mgr.a (mgr.24293) 7744 : cluster 0 pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:30 smithi044 bash[32620]: cluster 2023-12-07T13:03:30.781035+0000 mgr.a (mgr.24293) 7745 : cluster 0 pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:30 smithi022 bash[28554]: cluster 2023-12-07T13:03:30.781035+0000 mgr.a (mgr.24293) 7745 : cluster 0 pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:30 smithi027 bash[31536]: cluster 2023-12-07T13:03:30.781035+0000 mgr.a (mgr.24293) 7745 : cluster 0 pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:31.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:32.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:32.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:32.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:32.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:32.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:32 smithi044 bash[32620]: audit 2023-12-07T13:03:31.879765+0000 mgr.a (mgr.24293) 7746 : audit 0 from='client.161652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:32 smithi044 bash[32620]: cluster 2023-12-07T13:03:32.781757+0000 mgr.a (mgr.24293) 7747 : cluster 0 pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:03:33.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:32 smithi022 bash[28554]: audit 2023-12-07T13:03:31.879765+0000 mgr.a (mgr.24293) 7746 : audit 0 from='client.161652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:33.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:32 smithi022 bash[28554]: cluster 2023-12-07T13:03:32.781757+0000 mgr.a (mgr.24293) 7747 : cluster 0 pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:03:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:32 smithi027 bash[31536]: audit 2023-12-07T13:03:31.879765+0000 mgr.a (mgr.24293) 7746 : audit 0 from='client.161652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:32 smithi027 bash[31536]: cluster 2023-12-07T13:03:32.781757+0000 mgr.a (mgr.24293) 7747 : cluster 0 pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:03:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:34 smithi044 bash[32620]: audit 2023-12-07T13:03:34.149112+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:03:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:34 smithi022 bash[28554]: audit 2023-12-07T13:03:34.149112+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:03:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:34 smithi027 bash[31536]: audit 2023-12-07T13:03:34.149112+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:03:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:34.679660+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:34.684067+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:34.688878+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:34.694769+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: cluster 2023-12-07T13:03:34.782361+0000 mgr.a (mgr.24293) 7748 : cluster 0 pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:35.430009+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:35.431878+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:03:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:35 smithi027 bash[31536]: audit 2023-12-07T13:03:35.441068+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:34.679660+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:34.684067+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:34.688878+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:34.694769+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: cluster 2023-12-07T13:03:34.782361+0000 mgr.a (mgr.24293) 7748 : cluster 0 pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:03:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:35.430009+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:35.431878+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:35 smithi044 bash[32620]: audit 2023-12-07T13:03:35.441068+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:34.679660+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:34.684067+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:34.688878+0000 mon.a (mon.0) 1531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:34.694769+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: cluster 2023-12-07T13:03:34.782361+0000 mgr.a (mgr.24293) 7748 : cluster 0 pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:35.430009+0000 mon.a (mon.0) 1533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:35.431878+0000 mon.a (mon.0) 1534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:03:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:35 smithi022 bash[28554]: audit 2023-12-07T13:03:35.441068+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:03:37.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:37.396 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:37.396 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:37 smithi022 bash[28554]: cluster 2023-12-07T13:03:36.783239+0000 mgr.a (mgr.24293) 7749 : cluster 0 pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:03:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:37 smithi044 bash[32620]: cluster 2023-12-07T13:03:36.783239+0000 mgr.a (mgr.24293) 7749 : cluster 0 pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:03:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:37 smithi027 bash[31536]: cluster 2023-12-07T13:03:36.783239+0000 mgr.a (mgr.24293) 7749 : cluster 0 pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:03:38.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:38.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:38.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:38.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:38.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:38 smithi044 bash[32620]: audit 2023-12-07T13:03:37.812035+0000 mgr.a (mgr.24293) 7750 : audit 0 from='client.161730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:38 smithi044 bash[32620]: cluster 2023-12-07T13:03:38.783927+0000 mgr.a (mgr.24293) 7751 : 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-07T13:03:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:38 smithi022 bash[28554]: audit 2023-12-07T13:03:37.812035+0000 mgr.a (mgr.24293) 7750 : audit 0 from='client.161730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:38 smithi022 bash[28554]: cluster 2023-12-07T13:03:38.783927+0000 mgr.a (mgr.24293) 7751 : 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-07T13:03:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:38 smithi027 bash[31536]: audit 2023-12-07T13:03:37.812035+0000 mgr.a (mgr.24293) 7750 : audit 0 from='client.161730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:38 smithi027 bash[31536]: cluster 2023-12-07T13:03:38.783927+0000 mgr.a (mgr.24293) 7751 : 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-07T13:03:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:40 smithi044 bash[32620]: cluster 2023-12-07T13:03:40.784704+0000 mgr.a (mgr.24293) 7752 : 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-07T13:03:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:40 smithi022 bash[28554]: cluster 2023-12-07T13:03:40.784704+0000 mgr.a (mgr.24293) 7752 : 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-07T13:03:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:40 smithi027 bash[31536]: cluster 2023-12-07T13:03:40.784704+0000 mgr.a (mgr.24293) 7752 : 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-07T13:03:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:42 smithi044 bash[32620]: cluster 2023-12-07T13:03:42.785209+0000 mgr.a (mgr.24293) 7753 : 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-07T13:03:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:42 smithi022 bash[28554]: cluster 2023-12-07T13:03:42.785209+0000 mgr.a (mgr.24293) 7753 : 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-07T13:03:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:42 smithi027 bash[31536]: cluster 2023-12-07T13:03:42.785209+0000 mgr.a (mgr.24293) 7753 : 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-07T13:03:43.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:43.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:43.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:43 smithi022 bash[28554]: audit 2023-12-07T13:03:43.741605+0000 mgr.a (mgr.24293) 7754 : audit 0 from='client.161808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:43 smithi044 bash[32620]: audit 2023-12-07T13:03:43.741605+0000 mgr.a (mgr.24293) 7754 : audit 0 from='client.161808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:43 smithi027 bash[31536]: audit 2023-12-07T13:03:43.741605+0000 mgr.a (mgr.24293) 7754 : audit 0 from='client.161808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:44.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:44.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:44.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:44.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:44.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:44 smithi044 bash[32620]: cluster 2023-12-07T13:03:44.785902+0000 mgr.a (mgr.24293) 7755 : 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-07T13:03:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:44 smithi022 bash[28554]: cluster 2023-12-07T13:03:44.785902+0000 mgr.a (mgr.24293) 7755 : 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-07T13:03:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:44 smithi027 bash[31536]: cluster 2023-12-07T13:03:44.785902+0000 mgr.a (mgr.24293) 7755 : 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-07T13:03:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:47 smithi044 bash[32620]: cluster 2023-12-07T13:03:46.786852+0000 mgr.a (mgr.24293) 7756 : cluster 0 pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:47 smithi022 bash[28554]: cluster 2023-12-07T13:03:46.786852+0000 mgr.a (mgr.24293) 7756 : cluster 0 pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:47 smithi027 bash[31536]: cluster 2023-12-07T13:03:46.786852+0000 mgr.a (mgr.24293) 7756 : cluster 0 pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:48 smithi044 bash[32620]: cluster 2023-12-07T13:03:48.787565+0000 mgr.a (mgr.24293) 7757 : cluster 0 pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:48 smithi022 bash[28554]: cluster 2023-12-07T13:03:48.787565+0000 mgr.a (mgr.24293) 7757 : cluster 0 pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:48 smithi027 bash[31536]: cluster 2023-12-07T13:03:48.787565+0000 mgr.a (mgr.24293) 7757 : cluster 0 pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:49.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:49.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:49.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:49 smithi022 bash[28554]: audit 2023-12-07T13:03:49.694597+0000 mgr.a (mgr.24293) 7758 : audit 0 from='client.161886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:49 smithi044 bash[32620]: audit 2023-12-07T13:03:49.694597+0000 mgr.a (mgr.24293) 7758 : audit 0 from='client.161886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:49 smithi027 bash[31536]: audit 2023-12-07T13:03:49.694597+0000 mgr.a (mgr.24293) 7758 : audit 0 from='client.161886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:50.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:50 smithi044 bash[32620]: cluster 2023-12-07T13:03:50.788450+0000 mgr.a (mgr.24293) 7759 : cluster 0 pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:50 smithi022 bash[28554]: cluster 2023-12-07T13:03:50.788450+0000 mgr.a (mgr.24293) 7759 : cluster 0 pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:50 smithi027 bash[31536]: cluster 2023-12-07T13:03:50.788450+0000 mgr.a (mgr.24293) 7759 : cluster 0 pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:52 smithi044 bash[32620]: cluster 2023-12-07T13:03:52.789001+0000 mgr.a (mgr.24293) 7760 : cluster 0 pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:52 smithi022 bash[28554]: cluster 2023-12-07T13:03:52.789001+0000 mgr.a (mgr.24293) 7760 : cluster 0 pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:52 smithi027 bash[31536]: cluster 2023-12-07T13:03:52.789001+0000 mgr.a (mgr.24293) 7760 : cluster 0 pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:54 smithi022 bash[28554]: cluster 2023-12-07T13:03:54.789567+0000 mgr.a (mgr.24293) 7761 : cluster 0 pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:54 smithi044 bash[32620]: cluster 2023-12-07T13:03:54.789567+0000 mgr.a (mgr.24293) 7761 : cluster 0 pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:54 smithi027 bash[31536]: cluster 2023-12-07T13:03:54.789567+0000 mgr.a (mgr.24293) 7761 : cluster 0 pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:55.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:03:55.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:55.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:56.149 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:03:56.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:56.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:56.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:56.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:03:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:55 smithi044 bash[32620]: audit 2023-12-07T13:03:55.632210+0000 mgr.a (mgr.24293) 7762 : audit 0 from='client.161964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:55 smithi022 bash[28554]: audit 2023-12-07T13:03:55.632210+0000 mgr.a (mgr.24293) 7762 : audit 0 from='client.161964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:55 smithi027 bash[31536]: audit 2023-12-07T13:03:55.632210+0000 mgr.a (mgr.24293) 7762 : audit 0 from='client.161964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:57 smithi044 bash[32620]: cluster 2023-12-07T13:03:56.790589+0000 mgr.a (mgr.24293) 7763 : 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-07T13:03:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:57 smithi022 bash[28554]: cluster 2023-12-07T13:03:56.790589+0000 mgr.a (mgr.24293) 7763 : 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-07T13:03:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:57 smithi027 bash[31536]: cluster 2023-12-07T13:03:56.790589+0000 mgr.a (mgr.24293) 7763 : 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-07T13:03:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:03:58 smithi022 bash[28554]: cluster 2023-12-07T13:03:58.791153+0000 mgr.a (mgr.24293) 7764 : cluster 0 pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:03:58 smithi044 bash[32620]: cluster 2023-12-07T13:03:58.791153+0000 mgr.a (mgr.24293) 7764 : cluster 0 pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:03:58 smithi027 bash[31536]: cluster 2023-12-07T13:03:58.791153+0000 mgr.a (mgr.24293) 7764 : cluster 0 pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:01.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:01.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:01.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:00 smithi044 bash[32620]: cluster 2023-12-07T13:04:00.791925+0000 mgr.a (mgr.24293) 7765 : cluster 0 pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:00 smithi022 bash[28554]: cluster 2023-12-07T13:04:00.791925+0000 mgr.a (mgr.24293) 7765 : cluster 0 pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:00 smithi027 bash[31536]: cluster 2023-12-07T13:04:00.791925+0000 mgr.a (mgr.24293) 7765 : cluster 0 pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:02.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:02.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:02.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:02.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:02.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:02 smithi044 bash[32620]: audit 2023-12-07T13:04:01.571984+0000 mgr.a (mgr.24293) 7766 : audit 0 from='client.162036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:03.201 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:02 smithi022 bash[28554]: audit 2023-12-07T13:04:01.571984+0000 mgr.a (mgr.24293) 7766 : audit 0 from='client.162036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:02 smithi027 bash[31536]: audit 2023-12-07T13:04:01.571984+0000 mgr.a (mgr.24293) 7766 : audit 0 from='client.162036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:03 smithi044 bash[32620]: cluster 2023-12-07T13:04:02.792588+0000 mgr.a (mgr.24293) 7767 : cluster 0 pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:03 smithi022 bash[28554]: cluster 2023-12-07T13:04:02.792588+0000 mgr.a (mgr.24293) 7767 : cluster 0 pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:03 smithi027 bash[31536]: cluster 2023-12-07T13:04:02.792588+0000 mgr.a (mgr.24293) 7767 : cluster 0 pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:04 smithi044 bash[32620]: cluster 2023-12-07T13:04:04.793187+0000 mgr.a (mgr.24293) 7768 : cluster 0 pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:04 smithi022 bash[28554]: cluster 2023-12-07T13:04:04.793187+0000 mgr.a (mgr.24293) 7768 : cluster 0 pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:04 smithi027 bash[31536]: cluster 2023-12-07T13:04:04.793187+0000 mgr.a (mgr.24293) 7768 : cluster 0 pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:07.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:07.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:07.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:08.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:08.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:08.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:07 smithi044 bash[32620]: cluster 2023-12-07T13:04:06.793937+0000 mgr.a (mgr.24293) 7769 : cluster 0 pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:07 smithi022 bash[28554]: cluster 2023-12-07T13:04:06.793937+0000 mgr.a (mgr.24293) 7769 : cluster 0 pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:07 smithi027 bash[31536]: cluster 2023-12-07T13:04:06.793937+0000 mgr.a (mgr.24293) 7769 : cluster 0 pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:08 smithi044 bash[32620]: audit 2023-12-07T13:04:07.515957+0000 mgr.a (mgr.24293) 7770 : audit 0 from='client.136151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:08 smithi022 bash[28554]: audit 2023-12-07T13:04:07.515957+0000 mgr.a (mgr.24293) 7770 : audit 0 from='client.136151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:08 smithi027 bash[31536]: audit 2023-12-07T13:04:07.515957+0000 mgr.a (mgr.24293) 7770 : audit 0 from='client.136151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:09 smithi044 bash[32620]: cluster 2023-12-07T13:04:08.794612+0000 mgr.a (mgr.24293) 7771 : 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-07T13:04:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:09 smithi022 bash[28554]: cluster 2023-12-07T13:04:08.794612+0000 mgr.a (mgr.24293) 7771 : 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-07T13:04:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:09 smithi027 bash[31536]: cluster 2023-12-07T13:04:08.794612+0000 mgr.a (mgr.24293) 7771 : 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-07T13:04:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:10 smithi044 bash[32620]: cluster 2023-12-07T13:04:10.795400+0000 mgr.a (mgr.24293) 7772 : 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-07T13:04:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:10 smithi022 bash[28554]: cluster 2023-12-07T13:04:10.795400+0000 mgr.a (mgr.24293) 7772 : 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-07T13:04:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:10 smithi027 bash[31536]: cluster 2023-12-07T13:04:10.795400+0000 mgr.a (mgr.24293) 7772 : 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-07T13:04:13.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:13.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:13.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:12 smithi044 bash[32620]: cluster 2023-12-07T13:04:12.795968+0000 mgr.a (mgr.24293) 7773 : 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-07T13:04:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:12 smithi022 bash[28554]: cluster 2023-12-07T13:04:12.795968+0000 mgr.a (mgr.24293) 7773 : 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-07T13:04:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:12 smithi027 bash[31536]: cluster 2023-12-07T13:04:12.795968+0000 mgr.a (mgr.24293) 7773 : 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-07T13:04:13.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:13.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:13.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:13.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:13.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:13 smithi044 bash[32620]: audit 2023-12-07T13:04:13.454578+0000 mgr.a (mgr.24293) 7774 : audit 0 from='client.162189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:13 smithi022 bash[28554]: audit 2023-12-07T13:04:13.454578+0000 mgr.a (mgr.24293) 7774 : audit 0 from='client.162189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:13 smithi027 bash[31536]: audit 2023-12-07T13:04:13.454578+0000 mgr.a (mgr.24293) 7774 : audit 0 from='client.162189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:14 smithi044 bash[32620]: cluster 2023-12-07T13:04:14.796754+0000 mgr.a (mgr.24293) 7775 : 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-07T13:04:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:14 smithi022 bash[28554]: cluster 2023-12-07T13:04:14.796754+0000 mgr.a (mgr.24293) 7775 : 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-07T13:04:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:14 smithi027 bash[31536]: cluster 2023-12-07T13:04:14.796754+0000 mgr.a (mgr.24293) 7775 : 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-07T13:04:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:17 smithi044 bash[32620]: cluster 2023-12-07T13:04:16.797772+0000 mgr.a (mgr.24293) 7776 : 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-07T13:04:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:17 smithi022 bash[28554]: cluster 2023-12-07T13:04:16.797772+0000 mgr.a (mgr.24293) 7776 : 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-07T13:04:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:17 smithi027 bash[31536]: cluster 2023-12-07T13:04:16.797772+0000 mgr.a (mgr.24293) 7776 : 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-07T13:04:18.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:18.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:18.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:18 smithi022 bash[28554]: cluster 2023-12-07T13:04:18.798446+0000 mgr.a (mgr.24293) 7777 : 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-07T13:04:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:18 smithi044 bash[32620]: cluster 2023-12-07T13:04:18.798446+0000 mgr.a (mgr.24293) 7777 : 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-07T13:04:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:18 smithi027 bash[31536]: cluster 2023-12-07T13:04:18.798446+0000 mgr.a (mgr.24293) 7777 : 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-07T13:04:19.917 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:19.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:19.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:19.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:19.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:19 smithi044 bash[32620]: audit 2023-12-07T13:04:19.382350+0000 mgr.a (mgr.24293) 7778 : audit 0 from='client.136268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:19 smithi022 bash[28554]: audit 2023-12-07T13:04:19.382350+0000 mgr.a (mgr.24293) 7778 : audit 0 from='client.136268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:19 smithi027 bash[31536]: audit 2023-12-07T13:04:19.382350+0000 mgr.a (mgr.24293) 7778 : audit 0 from='client.136268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:20 smithi022 bash[28554]: cluster 2023-12-07T13:04:20.799335+0000 mgr.a (mgr.24293) 7779 : cluster 0 pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:20 smithi044 bash[32620]: cluster 2023-12-07T13:04:20.799335+0000 mgr.a (mgr.24293) 7779 : cluster 0 pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:20 smithi027 bash[31536]: cluster 2023-12-07T13:04:20.799335+0000 mgr.a (mgr.24293) 7779 : cluster 0 pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:22 smithi044 bash[32620]: cluster 2023-12-07T13:04:22.799938+0000 mgr.a (mgr.24293) 7780 : cluster 0 pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:22 smithi022 bash[28554]: cluster 2023-12-07T13:04:22.799938+0000 mgr.a (mgr.24293) 7780 : cluster 0 pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:22 smithi027 bash[31536]: cluster 2023-12-07T13:04:22.799938+0000 mgr.a (mgr.24293) 7780 : cluster 0 pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:24.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:24.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:24.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:24 smithi022 bash[28554]: cluster 2023-12-07T13:04:24.800469+0000 mgr.a (mgr.24293) 7781 : cluster 0 pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:24 smithi044 bash[32620]: cluster 2023-12-07T13:04:24.800469+0000 mgr.a (mgr.24293) 7781 : cluster 0 pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:24 smithi027 bash[31536]: cluster 2023-12-07T13:04:24.800469+0000 mgr.a (mgr.24293) 7781 : cluster 0 pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:25.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:25.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:25.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:25.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:25.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:25 smithi044 bash[32620]: audit 2023-12-07T13:04:25.327082+0000 mgr.a (mgr.24293) 7782 : audit 0 from='client.162339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:25 smithi022 bash[28554]: audit 2023-12-07T13:04:25.327082+0000 mgr.a (mgr.24293) 7782 : audit 0 from='client.162339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:25 smithi027 bash[31536]: audit 2023-12-07T13:04:25.327082+0000 mgr.a (mgr.24293) 7782 : audit 0 from='client.162339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:27 smithi044 bash[32620]: cluster 2023-12-07T13:04:26.801458+0000 mgr.a (mgr.24293) 7783 : cluster 0 pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:04:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:27 smithi022 bash[28554]: cluster 2023-12-07T13:04:26.801458+0000 mgr.a (mgr.24293) 7783 : cluster 0 pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:04:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:27 smithi027 bash[31536]: cluster 2023-12-07T13:04:26.801458+0000 mgr.a (mgr.24293) 7783 : cluster 0 pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:04:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:28 smithi044 bash[32620]: cluster 2023-12-07T13:04:28.802041+0000 mgr.a (mgr.24293) 7784 : cluster 0 pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:04:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:28 smithi022 bash[28554]: cluster 2023-12-07T13:04:28.802041+0000 mgr.a (mgr.24293) 7784 : cluster 0 pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:04:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:28 smithi027 bash[31536]: cluster 2023-12-07T13:04:28.802041+0000 mgr.a (mgr.24293) 7784 : cluster 0 pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:04:30.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:30.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:30.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:30 smithi044 bash[32620]: cluster 2023-12-07T13:04:30.802795+0000 mgr.a (mgr.24293) 7785 : 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-07T13:04:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:30 smithi022 bash[28554]: cluster 2023-12-07T13:04:30.802795+0000 mgr.a (mgr.24293) 7785 : 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-07T13:04:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:30 smithi027 bash[31536]: cluster 2023-12-07T13:04:30.802795+0000 mgr.a (mgr.24293) 7785 : 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-07T13:04:31.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:31.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:31.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:31.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:31.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:32 smithi044 bash[32620]: audit 2023-12-07T13:04:31.234651+0000 mgr.a (mgr.24293) 7786 : audit 0 from='client.162414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:32 smithi022 bash[28554]: audit 2023-12-07T13:04:31.234651+0000 mgr.a (mgr.24293) 7786 : audit 0 from='client.162414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:32 smithi027 bash[31536]: audit 2023-12-07T13:04:31.234651+0000 mgr.a (mgr.24293) 7786 : audit 0 from='client.162414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:33 smithi022 bash[28554]: cluster 2023-12-07T13:04:32.803600+0000 mgr.a (mgr.24293) 7787 : cluster 0 pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:33 smithi044 bash[32620]: cluster 2023-12-07T13:04:32.803600+0000 mgr.a (mgr.24293) 7787 : cluster 0 pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:33 smithi027 bash[31536]: cluster 2023-12-07T13:04:32.803600+0000 mgr.a (mgr.24293) 7787 : cluster 0 pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:34 smithi044 bash[32620]: cluster 2023-12-07T13:04:34.804157+0000 mgr.a (mgr.24293) 7788 : cluster 0 pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:34 smithi022 bash[28554]: cluster 2023-12-07T13:04:34.804157+0000 mgr.a (mgr.24293) 7788 : cluster 0 pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:34 smithi027 bash[31536]: cluster 2023-12-07T13:04:34.804157+0000 mgr.a (mgr.24293) 7788 : cluster 0 pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:35 smithi044 bash[32620]: audit 2023-12-07T13:04:35.545760+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:04:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:35 smithi022 bash[28554]: audit 2023-12-07T13:04:35.545760+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:04:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:35 smithi027 bash[31536]: audit 2023-12-07T13:04:35.545760+0000 mon.a (mon.0) 1536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:04:36.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:36.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:36.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:36 smithi022 bash[28554]: audit 2023-12-07T13:04:36.343513+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:04:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:36 smithi022 bash[28554]: audit 2023-12-07T13:04:36.345432+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:04:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:36 smithi022 bash[28554]: audit 2023-12-07T13:04:36.355593+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:04:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:36 smithi022 bash[28554]: cluster 2023-12-07T13:04:36.804721+0000 mgr.a (mgr.24293) 7789 : cluster 0 pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:36 smithi044 bash[32620]: audit 2023-12-07T13:04:36.343513+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:04:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:36 smithi044 bash[32620]: audit 2023-12-07T13:04:36.345432+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:04:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:36 smithi044 bash[32620]: audit 2023-12-07T13:04:36.355593+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:04:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:36 smithi044 bash[32620]: cluster 2023-12-07T13:04:36.804721+0000 mgr.a (mgr.24293) 7789 : cluster 0 pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:36 smithi027 bash[31536]: audit 2023-12-07T13:04:36.343513+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:04:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:36 smithi027 bash[31536]: audit 2023-12-07T13:04:36.345432+0000 mon.a (mon.0) 1538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:04:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:36 smithi027 bash[31536]: audit 2023-12-07T13:04:36.355593+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:04:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:36 smithi027 bash[31536]: cluster 2023-12-07T13:04:36.804721+0000 mgr.a (mgr.24293) 7789 : cluster 0 pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:37.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:37.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:37.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:37.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:37.673 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:38 smithi044 bash[32620]: audit 2023-12-07T13:04:37.173038+0000 mgr.a (mgr.24293) 7790 : audit 0 from='client.162486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:38 smithi022 bash[28554]: audit 2023-12-07T13:04:37.173038+0000 mgr.a (mgr.24293) 7790 : audit 0 from='client.162486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:38 smithi027 bash[31536]: audit 2023-12-07T13:04:37.173038+0000 mgr.a (mgr.24293) 7790 : audit 0 from='client.162486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:39 smithi044 bash[32620]: cluster 2023-12-07T13:04:38.805498+0000 mgr.a (mgr.24293) 7791 : cluster 0 pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:04:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:39 smithi022 bash[28554]: cluster 2023-12-07T13:04:38.805498+0000 mgr.a (mgr.24293) 7791 : cluster 0 pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:04:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:39 smithi027 bash[31536]: cluster 2023-12-07T13:04:38.805498+0000 mgr.a (mgr.24293) 7791 : cluster 0 pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:04:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:40 smithi022 bash[28554]: cluster 2023-12-07T13:04:40.806456+0000 mgr.a (mgr.24293) 7792 : cluster 0 pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:04:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:40 smithi044 bash[32620]: cluster 2023-12-07T13:04:40.806456+0000 mgr.a (mgr.24293) 7792 : cluster 0 pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:04:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:40 smithi027 bash[31536]: cluster 2023-12-07T13:04:40.806456+0000 mgr.a (mgr.24293) 7792 : cluster 0 pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:04:42.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:42.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:42.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:42 smithi044 bash[32620]: cluster 2023-12-07T13:04:42.807093+0000 mgr.a (mgr.24293) 7793 : 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-07T13:04:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:42 smithi022 bash[28554]: cluster 2023-12-07T13:04:42.807093+0000 mgr.a (mgr.24293) 7793 : 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-07T13:04:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:42 smithi027 bash[31536]: cluster 2023-12-07T13:04:42.807093+0000 mgr.a (mgr.24293) 7793 : 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-07T13:04:43.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:43.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:43.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:43.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:43.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:43 smithi022 bash[28554]: audit 2023-12-07T13:04:43.080882+0000 mgr.a (mgr.24293) 7794 : audit 0 from='client.162564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:43 smithi044 bash[32620]: audit 2023-12-07T13:04:43.080882+0000 mgr.a (mgr.24293) 7794 : audit 0 from='client.162564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:43 smithi027 bash[31536]: audit 2023-12-07T13:04:43.080882+0000 mgr.a (mgr.24293) 7794 : audit 0 from='client.162564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:44 smithi044 bash[32620]: cluster 2023-12-07T13:04:44.808008+0000 mgr.a (mgr.24293) 7795 : 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-07T13:04:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:44 smithi022 bash[28554]: cluster 2023-12-07T13:04:44.808008+0000 mgr.a (mgr.24293) 7795 : 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-07T13:04:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:44 smithi027 bash[31536]: cluster 2023-12-07T13:04:44.808008+0000 mgr.a (mgr.24293) 7795 : 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-07T13:04:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:47 smithi044 bash[32620]: cluster 2023-12-07T13:04:46.808898+0000 mgr.a (mgr.24293) 7796 : 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-07T13:04:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:47 smithi022 bash[28554]: cluster 2023-12-07T13:04:46.808898+0000 mgr.a (mgr.24293) 7796 : 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-07T13:04:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:47 smithi027 bash[31536]: cluster 2023-12-07T13:04:46.808898+0000 mgr.a (mgr.24293) 7796 : 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-07T13:04:48.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:48.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:48.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:49.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:49.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:49.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:49.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:49.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:49 smithi044 bash[32620]: cluster 2023-12-07T13:04:48.809564+0000 mgr.a (mgr.24293) 7797 : 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-07T13:04:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:49 smithi044 bash[32620]: audit 2023-12-07T13:04:49.008241+0000 mgr.a (mgr.24293) 7798 : audit 0 from='client.162642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:49 smithi022 bash[28554]: cluster 2023-12-07T13:04:48.809564+0000 mgr.a (mgr.24293) 7797 : 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-07T13:04:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:49 smithi022 bash[28554]: audit 2023-12-07T13:04:49.008241+0000 mgr.a (mgr.24293) 7798 : audit 0 from='client.162642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:49 smithi027 bash[31536]: cluster 2023-12-07T13:04:48.809564+0000 mgr.a (mgr.24293) 7797 : 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-07T13:04:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:49 smithi027 bash[31536]: audit 2023-12-07T13:04:49.008241+0000 mgr.a (mgr.24293) 7798 : audit 0 from='client.162642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:52 smithi044 bash[32620]: cluster 2023-12-07T13:04:50.810595+0000 mgr.a (mgr.24293) 7799 : cluster 0 pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:52 smithi022 bash[28554]: cluster 2023-12-07T13:04:50.810595+0000 mgr.a (mgr.24293) 7799 : cluster 0 pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:52 smithi027 bash[31536]: cluster 2023-12-07T13:04:50.810595+0000 mgr.a (mgr.24293) 7799 : cluster 0 pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:54.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:04:54.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:54.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:54 smithi022 bash[28554]: cluster 2023-12-07T13:04:52.811210+0000 mgr.a (mgr.24293) 7800 : cluster 0 pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:54 smithi044 bash[32620]: cluster 2023-12-07T13:04:52.811210+0000 mgr.a (mgr.24293) 7800 : cluster 0 pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:54 smithi027 bash[31536]: cluster 2023-12-07T13:04:52.811210+0000 mgr.a (mgr.24293) 7800 : cluster 0 pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:55.477 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:04:55.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:55.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:55.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:55.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:04:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:56 smithi044 bash[32620]: cluster 2023-12-07T13:04:54.811765+0000 mgr.a (mgr.24293) 7801 : cluster 0 pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:56 smithi044 bash[32620]: audit 2023-12-07T13:04:54.971323+0000 mgr.a (mgr.24293) 7802 : audit 0 from='client.162720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:56 smithi022 bash[28554]: cluster 2023-12-07T13:04:54.811765+0000 mgr.a (mgr.24293) 7801 : cluster 0 pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:56 smithi022 bash[28554]: audit 2023-12-07T13:04:54.971323+0000 mgr.a (mgr.24293) 7802 : audit 0 from='client.162720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:56 smithi027 bash[31536]: cluster 2023-12-07T13:04:54.811765+0000 mgr.a (mgr.24293) 7801 : cluster 0 pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:56 smithi027 bash[31536]: audit 2023-12-07T13:04:54.971323+0000 mgr.a (mgr.24293) 7802 : audit 0 from='client.162720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:04:58 smithi044 bash[32620]: cluster 2023-12-07T13:04:56.812675+0000 mgr.a (mgr.24293) 7803 : cluster 0 pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:04:58 smithi022 bash[28554]: cluster 2023-12-07T13:04:56.812675+0000 mgr.a (mgr.24293) 7803 : cluster 0 pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:04:58 smithi027 bash[31536]: cluster 2023-12-07T13:04:56.812675+0000 mgr.a (mgr.24293) 7803 : cluster 0 pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:00.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:00.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:00.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:01.091 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:00 smithi022 bash[28554]: cluster 2023-12-07T13:04:58.813279+0000 mgr.a (mgr.24293) 7804 : cluster 0 pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:00 smithi044 bash[32620]: cluster 2023-12-07T13:04:58.813279+0000 mgr.a (mgr.24293) 7804 : cluster 0 pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:00 smithi027 bash[31536]: cluster 2023-12-07T13:04:58.813279+0000 mgr.a (mgr.24293) 7804 : cluster 0 pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:01.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:01.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:02 smithi044 bash[32620]: cluster 2023-12-07T13:05:00.813777+0000 mgr.a (mgr.24293) 7805 : 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-07T13:05:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:02 smithi044 bash[32620]: audit 2023-12-07T13:05:00.886633+0000 mgr.a (mgr.24293) 7806 : audit 0 from='client.162795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:02 smithi022 bash[28554]: cluster 2023-12-07T13:05:00.813777+0000 mgr.a (mgr.24293) 7805 : 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-07T13:05:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:02 smithi022 bash[28554]: audit 2023-12-07T13:05:00.886633+0000 mgr.a (mgr.24293) 7806 : audit 0 from='client.162795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:02 smithi027 bash[31536]: cluster 2023-12-07T13:05:00.813777+0000 mgr.a (mgr.24293) 7805 : 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-07T13:05:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:02 smithi027 bash[31536]: audit 2023-12-07T13:05:00.886633+0000 mgr.a (mgr.24293) 7806 : audit 0 from='client.162795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:04 smithi044 bash[32620]: cluster 2023-12-07T13:05:02.814474+0000 mgr.a (mgr.24293) 7807 : cluster 0 pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:04 smithi027 bash[31536]: cluster 2023-12-07T13:05:02.814474+0000 mgr.a (mgr.24293) 7807 : cluster 0 pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:05.202 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:04 smithi022 bash[28554]: cluster 2023-12-07T13:05:02.814474+0000 mgr.a (mgr.24293) 7807 : cluster 0 pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:06.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:06.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:06.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:06 smithi022 bash[28554]: cluster 2023-12-07T13:05:04.815106+0000 mgr.a (mgr.24293) 7808 : cluster 0 pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:06 smithi044 bash[32620]: cluster 2023-12-07T13:05:04.815106+0000 mgr.a (mgr.24293) 7808 : cluster 0 pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:06 smithi027 bash[31536]: cluster 2023-12-07T13:05:04.815106+0000 mgr.a (mgr.24293) 7808 : cluster 0 pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:07.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:07.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:07.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:07.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:07.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:08 smithi044 bash[32620]: cluster 2023-12-07T13:05:06.815932+0000 mgr.a (mgr.24293) 7809 : cluster 0 pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:08 smithi044 bash[32620]: audit 2023-12-07T13:05:06.849196+0000 mgr.a (mgr.24293) 7810 : audit 0 from='client.162873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:08 smithi022 bash[28554]: cluster 2023-12-07T13:05:06.815932+0000 mgr.a (mgr.24293) 7809 : cluster 0 pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:08 smithi022 bash[28554]: audit 2023-12-07T13:05:06.849196+0000 mgr.a (mgr.24293) 7810 : audit 0 from='client.162873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:08 smithi027 bash[31536]: cluster 2023-12-07T13:05:06.815932+0000 mgr.a (mgr.24293) 7809 : cluster 0 pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:08 smithi027 bash[31536]: audit 2023-12-07T13:05:06.849196+0000 mgr.a (mgr.24293) 7810 : audit 0 from='client.162873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:10 smithi044 bash[32620]: cluster 2023-12-07T13:05:08.816715+0000 mgr.a (mgr.24293) 7811 : cluster 0 pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:10 smithi022 bash[28554]: cluster 2023-12-07T13:05:08.816715+0000 mgr.a (mgr.24293) 7811 : cluster 0 pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:10 smithi027 bash[31536]: cluster 2023-12-07T13:05:08.816715+0000 mgr.a (mgr.24293) 7811 : cluster 0 pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:12.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:12.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:12.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:12 smithi044 bash[32620]: cluster 2023-12-07T13:05:10.817554+0000 mgr.a (mgr.24293) 7812 : cluster 0 pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:12 smithi022 bash[28554]: cluster 2023-12-07T13:05:10.817554+0000 mgr.a (mgr.24293) 7812 : cluster 0 pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:12 smithi027 bash[31536]: cluster 2023-12-07T13:05:10.817554+0000 mgr.a (mgr.24293) 7812 : cluster 0 pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:13.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:13.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:13.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:13.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:13.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:13 smithi044 bash[32620]: audit 2023-12-07T13:05:12.788011+0000 mgr.a (mgr.24293) 7813 : audit 0 from='client.162945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:13 smithi022 bash[28554]: audit 2023-12-07T13:05:12.788011+0000 mgr.a (mgr.24293) 7813 : audit 0 from='client.162945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:13 smithi027 bash[31536]: audit 2023-12-07T13:05:12.788011+0000 mgr.a (mgr.24293) 7813 : audit 0 from='client.162945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:14 smithi022 bash[28554]: cluster 2023-12-07T13:05:12.818253+0000 mgr.a (mgr.24293) 7814 : 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-07T13:05:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:14 smithi044 bash[32620]: cluster 2023-12-07T13:05:12.818253+0000 mgr.a (mgr.24293) 7814 : 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-07T13:05:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:14 smithi027 bash[31536]: cluster 2023-12-07T13:05:12.818253+0000 mgr.a (mgr.24293) 7814 : 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-07T13:05:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:16 smithi022 bash[28554]: cluster 2023-12-07T13:05:14.819009+0000 mgr.a (mgr.24293) 7815 : 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-07T13:05:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:16 smithi044 bash[32620]: cluster 2023-12-07T13:05:14.819009+0000 mgr.a (mgr.24293) 7815 : 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-07T13:05:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:16 smithi027 bash[31536]: cluster 2023-12-07T13:05:14.819009+0000 mgr.a (mgr.24293) 7815 : 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-07T13:05:18.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:18.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:18.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:18 smithi022 bash[28554]: cluster 2023-12-07T13:05:16.819855+0000 mgr.a (mgr.24293) 7816 : 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-07T13:05:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:18 smithi044 bash[32620]: cluster 2023-12-07T13:05:16.819855+0000 mgr.a (mgr.24293) 7816 : 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-07T13:05:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:18 smithi027 bash[31536]: cluster 2023-12-07T13:05:16.819855+0000 mgr.a (mgr.24293) 7816 : 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-07T13:05:19.273 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:19.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:19.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:19.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:19.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:19 smithi044 bash[32620]: audit 2023-12-07T13:05:18.741867+0000 mgr.a (mgr.24293) 7817 : audit 0 from='client.163017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:19 smithi022 bash[28554]: audit 2023-12-07T13:05:18.741867+0000 mgr.a (mgr.24293) 7817 : audit 0 from='client.163017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:19 smithi027 bash[31536]: audit 2023-12-07T13:05:18.741867+0000 mgr.a (mgr.24293) 7817 : audit 0 from='client.163017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:20 smithi044 bash[32620]: cluster 2023-12-07T13:05:18.820314+0000 mgr.a (mgr.24293) 7818 : 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-07T13:05:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:20 smithi022 bash[28554]: cluster 2023-12-07T13:05:18.820314+0000 mgr.a (mgr.24293) 7818 : 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-07T13:05:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:20 smithi027 bash[31536]: cluster 2023-12-07T13:05:18.820314+0000 mgr.a (mgr.24293) 7818 : 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-07T13:05:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:22 smithi022 bash[28554]: cluster 2023-12-07T13:05:20.821178+0000 mgr.a (mgr.24293) 7819 : 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-07T13:05:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:22 smithi044 bash[32620]: cluster 2023-12-07T13:05:20.821178+0000 mgr.a (mgr.24293) 7819 : 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-07T13:05:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:22 smithi027 bash[31536]: cluster 2023-12-07T13:05:20.821178+0000 mgr.a (mgr.24293) 7819 : 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-07T13:05:24.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:24.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:24.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:24 smithi022 bash[28554]: cluster 2023-12-07T13:05:22.821714+0000 mgr.a (mgr.24293) 7820 : 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-07T13:05:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:24 smithi044 bash[32620]: cluster 2023-12-07T13:05:22.821714+0000 mgr.a (mgr.24293) 7820 : 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-07T13:05:25.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:25.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:25.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:25.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:25.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:24 smithi027 bash[31536]: cluster 2023-12-07T13:05:22.821714+0000 mgr.a (mgr.24293) 7820 : 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-07T13:05:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:25 smithi044 bash[32620]: audit 2023-12-07T13:05:24.684201+0000 mgr.a (mgr.24293) 7821 : audit 0 from='client.163095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:25 smithi022 bash[28554]: audit 2023-12-07T13:05:24.684201+0000 mgr.a (mgr.24293) 7821 : audit 0 from='client.163095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:25 smithi027 bash[31536]: audit 2023-12-07T13:05:24.684201+0000 mgr.a (mgr.24293) 7821 : audit 0 from='client.163095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:26 smithi044 bash[32620]: cluster 2023-12-07T13:05:24.833700+0000 mgr.a (mgr.24293) 7822 : 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-07T13:05:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:26 smithi022 bash[28554]: cluster 2023-12-07T13:05:24.833700+0000 mgr.a (mgr.24293) 7822 : 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-07T13:05:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:26 smithi027 bash[31536]: cluster 2023-12-07T13:05:24.833700+0000 mgr.a (mgr.24293) 7822 : 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-07T13:05:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:28 smithi044 bash[32620]: cluster 2023-12-07T13:05:26.834736+0000 mgr.a (mgr.24293) 7823 : cluster 0 pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:28 smithi022 bash[28554]: cluster 2023-12-07T13:05:26.834736+0000 mgr.a (mgr.24293) 7823 : cluster 0 pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:28 smithi027 bash[31536]: cluster 2023-12-07T13:05:26.834736+0000 mgr.a (mgr.24293) 7823 : cluster 0 pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:29 smithi022 bash[28554]: cluster 2023-12-07T13:05:28.835327+0000 mgr.a (mgr.24293) 7824 : cluster 0 pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:29 smithi044 bash[32620]: cluster 2023-12-07T13:05:28.835327+0000 mgr.a (mgr.24293) 7824 : cluster 0 pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:30.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:30.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:30.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:29 smithi027 bash[31536]: cluster 2023-12-07T13:05:28.835327+0000 mgr.a (mgr.24293) 7824 : cluster 0 pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:31.126 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:31.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:31.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:31.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:31.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:30 smithi044 bash[32620]: audit 2023-12-07T13:05:30.605675+0000 mgr.a (mgr.24293) 7825 : audit 0 from='client.163170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:30 smithi022 bash[28554]: audit 2023-12-07T13:05:30.605675+0000 mgr.a (mgr.24293) 7825 : audit 0 from='client.163170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:30 smithi027 bash[31536]: audit 2023-12-07T13:05:30.605675+0000 mgr.a (mgr.24293) 7825 : audit 0 from='client.163170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:32 smithi044 bash[32620]: cluster 2023-12-07T13:05:30.836077+0000 mgr.a (mgr.24293) 7826 : 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-07T13:05:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:32 smithi022 bash[28554]: cluster 2023-12-07T13:05:30.836077+0000 mgr.a (mgr.24293) 7826 : 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-07T13:05:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:32 smithi027 bash[31536]: cluster 2023-12-07T13:05:30.836077+0000 mgr.a (mgr.24293) 7826 : 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-07T13:05:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:34 smithi044 bash[32620]: cluster 2023-12-07T13:05:32.836681+0000 mgr.a (mgr.24293) 7827 : cluster 0 pgmap v5848: 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-07T13:05:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:34 smithi022 bash[28554]: cluster 2023-12-07T13:05:32.836681+0000 mgr.a (mgr.24293) 7827 : cluster 0 pgmap v5848: 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-07T13:05:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:34 smithi027 bash[31536]: cluster 2023-12-07T13:05:32.836681+0000 mgr.a (mgr.24293) 7827 : cluster 0 pgmap v5848: 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-07T13:05:36.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:36.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:36.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:37.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:37.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:37.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:37.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:37.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:36 smithi022 bash[28554]: cluster 2023-12-07T13:05:34.837203+0000 mgr.a (mgr.24293) 7828 : cluster 0 pgmap v5849: 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-07T13:05:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:36 smithi022 bash[28554]: audit 2023-12-07T13:05:36.459143+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:05:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:36 smithi044 bash[32620]: cluster 2023-12-07T13:05:34.837203+0000 mgr.a (mgr.24293) 7828 : cluster 0 pgmap v5849: 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-07T13:05:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:36 smithi044 bash[32620]: audit 2023-12-07T13:05:36.459143+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:05:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:36 smithi027 bash[31536]: cluster 2023-12-07T13:05:34.837203+0000 mgr.a (mgr.24293) 7828 : cluster 0 pgmap v5849: 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-07T13:05:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:36 smithi027 bash[31536]: audit 2023-12-07T13:05:36.459143+0000 mon.a (mon.0) 1540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:05:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:37 smithi022 bash[28554]: audit 2023-12-07T13:05:36.541752+0000 mgr.a (mgr.24293) 7829 : audit 0 from='client.163245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:37 smithi022 bash[28554]: audit 2023-12-07T13:05:37.256593+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:37 smithi022 bash[28554]: audit 2023-12-07T13:05:37.258653+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:37 smithi022 bash[28554]: audit 2023-12-07T13:05:37.267979+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:37 smithi044 bash[32620]: audit 2023-12-07T13:05:36.541752+0000 mgr.a (mgr.24293) 7829 : audit 0 from='client.163245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:37 smithi044 bash[32620]: audit 2023-12-07T13:05:37.256593+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:37 smithi044 bash[32620]: audit 2023-12-07T13:05:37.258653+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:05:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:37 smithi044 bash[32620]: audit 2023-12-07T13:05:37.267979+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:05:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:37 smithi027 bash[31536]: audit 2023-12-07T13:05:36.541752+0000 mgr.a (mgr.24293) 7829 : audit 0 from='client.163245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:37 smithi027 bash[31536]: audit 2023-12-07T13:05:37.256593+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:05:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:37 smithi027 bash[31536]: audit 2023-12-07T13:05:37.258653+0000 mon.a (mon.0) 1542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:05:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:37 smithi027 bash[31536]: audit 2023-12-07T13:05:37.267979+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:05:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:38 smithi044 bash[32620]: cluster 2023-12-07T13:05:36.838197+0000 mgr.a (mgr.24293) 7830 : 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-07T13:05:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:38 smithi022 bash[28554]: cluster 2023-12-07T13:05:36.838197+0000 mgr.a (mgr.24293) 7830 : 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-07T13:05:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:38 smithi027 bash[31536]: cluster 2023-12-07T13:05:36.838197+0000 mgr.a (mgr.24293) 7830 : 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-07T13:05:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:40 smithi022 bash[28554]: cluster 2023-12-07T13:05:38.838796+0000 mgr.a (mgr.24293) 7831 : cluster 0 pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:40 smithi044 bash[32620]: cluster 2023-12-07T13:05:38.838796+0000 mgr.a (mgr.24293) 7831 : cluster 0 pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:40 smithi027 bash[31536]: cluster 2023-12-07T13:05:38.838796+0000 mgr.a (mgr.24293) 7831 : cluster 0 pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:42.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:42.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:42.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:42.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:42.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:42.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:42.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:42.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:42 smithi044 bash[32620]: cluster 2023-12-07T13:05:40.839592+0000 mgr.a (mgr.24293) 7832 : cluster 0 pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:42 smithi022 bash[28554]: cluster 2023-12-07T13:05:40.839592+0000 mgr.a (mgr.24293) 7832 : cluster 0 pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:42 smithi027 bash[31536]: cluster 2023-12-07T13:05:40.839592+0000 mgr.a (mgr.24293) 7832 : cluster 0 pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:43 smithi022 bash[28554]: audit 2023-12-07T13:05:42.474391+0000 mgr.a (mgr.24293) 7833 : audit 0 from='client.163320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:43 smithi044 bash[32620]: audit 2023-12-07T13:05:42.474391+0000 mgr.a (mgr.24293) 7833 : audit 0 from='client.163320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:43 smithi027 bash[31536]: audit 2023-12-07T13:05:42.474391+0000 mgr.a (mgr.24293) 7833 : audit 0 from='client.163320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:44 smithi044 bash[32620]: cluster 2023-12-07T13:05:42.840155+0000 mgr.a (mgr.24293) 7834 : 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-07T13:05:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:44 smithi022 bash[28554]: cluster 2023-12-07T13:05:42.840155+0000 mgr.a (mgr.24293) 7834 : 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-07T13:05:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:44 smithi027 bash[31536]: cluster 2023-12-07T13:05:42.840155+0000 mgr.a (mgr.24293) 7834 : 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-07T13:05:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:46 smithi044 bash[32620]: cluster 2023-12-07T13:05:44.840786+0000 mgr.a (mgr.24293) 7835 : 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-07T13:05:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:46 smithi022 bash[28554]: cluster 2023-12-07T13:05:44.840786+0000 mgr.a (mgr.24293) 7835 : 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-07T13:05:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:46 smithi027 bash[31536]: cluster 2023-12-07T13:05:44.840786+0000 mgr.a (mgr.24293) 7835 : 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-07T13:05:47.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:47.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:47.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:48.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:48 smithi044 bash[32620]: cluster 2023-12-07T13:05:46.841722+0000 mgr.a (mgr.24293) 7836 : 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-07T13:05:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:48 smithi022 bash[28554]: cluster 2023-12-07T13:05:46.841722+0000 mgr.a (mgr.24293) 7836 : 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-07T13:05:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:48 smithi027 bash[31536]: cluster 2023-12-07T13:05:46.841722+0000 mgr.a (mgr.24293) 7836 : 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-07T13:05:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:49 smithi022 bash[28554]: audit 2023-12-07T13:05:48.405121+0000 mgr.a (mgr.24293) 7837 : audit 0 from='client.163398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:49 smithi044 bash[32620]: audit 2023-12-07T13:05:48.405121+0000 mgr.a (mgr.24293) 7837 : audit 0 from='client.163398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:49 smithi027 bash[31536]: audit 2023-12-07T13:05:48.405121+0000 mgr.a (mgr.24293) 7837 : audit 0 from='client.163398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:50 smithi044 bash[32620]: cluster 2023-12-07T13:05:48.842633+0000 mgr.a (mgr.24293) 7838 : 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-07T13:05:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:50 smithi022 bash[28554]: cluster 2023-12-07T13:05:48.842633+0000 mgr.a (mgr.24293) 7838 : 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-07T13:05:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:50 smithi027 bash[31536]: cluster 2023-12-07T13:05:48.842633+0000 mgr.a (mgr.24293) 7838 : 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-07T13:05:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:52 smithi022 bash[28554]: cluster 2023-12-07T13:05:50.843623+0000 mgr.a (mgr.24293) 7839 : 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-07T13:05:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:52 smithi044 bash[32620]: cluster 2023-12-07T13:05:50.843623+0000 mgr.a (mgr.24293) 7839 : 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-07T13:05:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:52 smithi027 bash[31536]: cluster 2023-12-07T13:05:50.843623+0000 mgr.a (mgr.24293) 7839 : 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-07T13:05:53.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:53.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:53.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:54.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:05:54.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:54.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:54.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:54.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:05:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:54 smithi022 bash[28554]: cluster 2023-12-07T13:05:52.844189+0000 mgr.a (mgr.24293) 7840 : 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-07T13:05:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:54 smithi044 bash[32620]: cluster 2023-12-07T13:05:52.844189+0000 mgr.a (mgr.24293) 7840 : 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-07T13:05:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:54 smithi027 bash[31536]: cluster 2023-12-07T13:05:52.844189+0000 mgr.a (mgr.24293) 7840 : 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-07T13:05:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:55 smithi022 bash[28554]: audit 2023-12-07T13:05:54.348023+0000 mgr.a (mgr.24293) 7841 : audit 0 from='client.163473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:55 smithi044 bash[32620]: audit 2023-12-07T13:05:54.348023+0000 mgr.a (mgr.24293) 7841 : audit 0 from='client.163473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:55 smithi027 bash[31536]: audit 2023-12-07T13:05:54.348023+0000 mgr.a (mgr.24293) 7841 : audit 0 from='client.163473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:56 smithi044 bash[32620]: cluster 2023-12-07T13:05:54.844957+0000 mgr.a (mgr.24293) 7842 : 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-07T13:05:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:56 smithi022 bash[28554]: cluster 2023-12-07T13:05:54.844957+0000 mgr.a (mgr.24293) 7842 : 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-07T13:05:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:56 smithi027 bash[31536]: cluster 2023-12-07T13:05:54.844957+0000 mgr.a (mgr.24293) 7842 : 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-07T13:05:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:57 smithi022 bash[28554]: cluster 2023-12-07T13:05:56.845847+0000 mgr.a (mgr.24293) 7843 : cluster 0 pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:57 smithi044 bash[32620]: cluster 2023-12-07T13:05:56.845847+0000 mgr.a (mgr.24293) 7843 : cluster 0 pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:57 smithi027 bash[31536]: cluster 2023-12-07T13:05:56.845847+0000 mgr.a (mgr.24293) 7843 : cluster 0 pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:05:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:05:59 smithi044 bash[32620]: cluster 2023-12-07T13:05:58.846421+0000 mgr.a (mgr.24293) 7844 : cluster 0 pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:05:59 smithi022 bash[28554]: cluster 2023-12-07T13:05:58.846421+0000 mgr.a (mgr.24293) 7844 : cluster 0 pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:05:59 smithi027 bash[31536]: cluster 2023-12-07T13:05:58.846421+0000 mgr.a (mgr.24293) 7844 : cluster 0 pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:00.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:00.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:00.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:00.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:00.805 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:00 smithi044 bash[32620]: audit 2023-12-07T13:06:00.284084+0000 mgr.a (mgr.24293) 7845 : audit 0 from='client.163551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:00 smithi022 bash[28554]: audit 2023-12-07T13:06:00.284084+0000 mgr.a (mgr.24293) 7845 : audit 0 from='client.163551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:00 smithi027 bash[31536]: audit 2023-12-07T13:06:00.284084+0000 mgr.a (mgr.24293) 7845 : audit 0 from='client.163551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:02 smithi044 bash[32620]: cluster 2023-12-07T13:06:00.847533+0000 mgr.a (mgr.24293) 7846 : 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-07T13:06:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:02 smithi022 bash[28554]: cluster 2023-12-07T13:06:00.847533+0000 mgr.a (mgr.24293) 7846 : 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-07T13:06:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:02 smithi027 bash[31536]: cluster 2023-12-07T13:06:00.847533+0000 mgr.a (mgr.24293) 7846 : 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-07T13:06:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:04 smithi044 bash[32620]: cluster 2023-12-07T13:06:02.848146+0000 mgr.a (mgr.24293) 7847 : 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-07T13:06:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:04 smithi022 bash[28554]: cluster 2023-12-07T13:06:02.848146+0000 mgr.a (mgr.24293) 7847 : 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-07T13:06:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:04 smithi027 bash[31536]: cluster 2023-12-07T13:06:02.848146+0000 mgr.a (mgr.24293) 7847 : 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-07T13:06:05.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:05.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:05.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:06.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:06.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:06.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:06.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:06.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:06 smithi022 bash[28554]: cluster 2023-12-07T13:06:04.848748+0000 mgr.a (mgr.24293) 7848 : 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-07T13:06:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:06 smithi044 bash[32620]: cluster 2023-12-07T13:06:04.848748+0000 mgr.a (mgr.24293) 7848 : 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-07T13:06:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:06 smithi027 bash[31536]: cluster 2023-12-07T13:06:04.848748+0000 mgr.a (mgr.24293) 7848 : 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-07T13:06:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:07 smithi022 bash[28554]: audit 2023-12-07T13:06:06.217983+0000 mgr.a (mgr.24293) 7849 : audit 0 from='client.163626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:07 smithi044 bash[32620]: audit 2023-12-07T13:06:06.217983+0000 mgr.a (mgr.24293) 7849 : audit 0 from='client.163626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:07 smithi027 bash[31536]: audit 2023-12-07T13:06:06.217983+0000 mgr.a (mgr.24293) 7849 : audit 0 from='client.163626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:08 smithi022 bash[28554]: cluster 2023-12-07T13:06:06.849864+0000 mgr.a (mgr.24293) 7850 : 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-07T13:06:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:08 smithi044 bash[32620]: cluster 2023-12-07T13:06:06.849864+0000 mgr.a (mgr.24293) 7850 : 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-07T13:06:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:08 smithi027 bash[31536]: cluster 2023-12-07T13:06:06.849864+0000 mgr.a (mgr.24293) 7850 : 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-07T13:06:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:10 smithi044 bash[32620]: cluster 2023-12-07T13:06:08.850607+0000 mgr.a (mgr.24293) 7851 : cluster 0 pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:06:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:10 smithi022 bash[28554]: cluster 2023-12-07T13:06:08.850607+0000 mgr.a (mgr.24293) 7851 : cluster 0 pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:06:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:10 smithi027 bash[31536]: cluster 2023-12-07T13:06:08.850607+0000 mgr.a (mgr.24293) 7851 : cluster 0 pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:06:11.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:11.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:11.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:12.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:12.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:12.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:12.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:12.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:12 smithi044 bash[32620]: cluster 2023-12-07T13:06:10.851374+0000 mgr.a (mgr.24293) 7852 : cluster 0 pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:12 smithi022 bash[28554]: cluster 2023-12-07T13:06:10.851374+0000 mgr.a (mgr.24293) 7852 : cluster 0 pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:12 smithi027 bash[31536]: cluster 2023-12-07T13:06:10.851374+0000 mgr.a (mgr.24293) 7852 : cluster 0 pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:13 smithi044 bash[32620]: audit 2023-12-07T13:06:12.172109+0000 mgr.a (mgr.24293) 7853 : audit 0 from='client.163704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:13 smithi022 bash[28554]: audit 2023-12-07T13:06:12.172109+0000 mgr.a (mgr.24293) 7853 : audit 0 from='client.163704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:13 smithi027 bash[31536]: audit 2023-12-07T13:06:12.172109+0000 mgr.a (mgr.24293) 7853 : audit 0 from='client.163704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:14 smithi044 bash[32620]: cluster 2023-12-07T13:06:12.852096+0000 mgr.a (mgr.24293) 7854 : 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-07T13:06:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:14 smithi022 bash[28554]: cluster 2023-12-07T13:06:12.852096+0000 mgr.a (mgr.24293) 7854 : 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-07T13:06:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:14 smithi027 bash[31536]: cluster 2023-12-07T13:06:12.852096+0000 mgr.a (mgr.24293) 7854 : 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-07T13:06:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:16 smithi044 bash[32620]: cluster 2023-12-07T13:06:14.852672+0000 mgr.a (mgr.24293) 7855 : 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-07T13:06:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:16 smithi022 bash[28554]: cluster 2023-12-07T13:06:14.852672+0000 mgr.a (mgr.24293) 7855 : 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-07T13:06:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:16 smithi027 bash[31536]: cluster 2023-12-07T13:06:14.852672+0000 mgr.a (mgr.24293) 7855 : 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-07T13:06:17.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:17.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:17.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:18.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:18.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:18.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:18.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:18.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:18 smithi022 bash[28554]: cluster 2023-12-07T13:06:16.853519+0000 mgr.a (mgr.24293) 7856 : 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-07T13:06:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:18 smithi044 bash[32620]: cluster 2023-12-07T13:06:16.853519+0000 mgr.a (mgr.24293) 7856 : 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-07T13:06:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:18 smithi027 bash[31536]: cluster 2023-12-07T13:06:16.853519+0000 mgr.a (mgr.24293) 7856 : 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-07T13:06:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:19 smithi022 bash[28554]: audit 2023-12-07T13:06:18.109332+0000 mgr.a (mgr.24293) 7857 : audit 0 from='client.163779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:19 smithi044 bash[32620]: audit 2023-12-07T13:06:18.109332+0000 mgr.a (mgr.24293) 7857 : audit 0 from='client.163779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:19 smithi027 bash[31536]: audit 2023-12-07T13:06:18.109332+0000 mgr.a (mgr.24293) 7857 : audit 0 from='client.163779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:20 smithi044 bash[32620]: cluster 2023-12-07T13:06:18.854206+0000 mgr.a (mgr.24293) 7858 : 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-07T13:06:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:20 smithi022 bash[28554]: cluster 2023-12-07T13:06:18.854206+0000 mgr.a (mgr.24293) 7858 : 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-07T13:06:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:20 smithi027 bash[31536]: cluster 2023-12-07T13:06:18.854206+0000 mgr.a (mgr.24293) 7858 : 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-07T13:06:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:22 smithi044 bash[32620]: cluster 2023-12-07T13:06:20.855066+0000 mgr.a (mgr.24293) 7859 : 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-07T13:06:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:22 smithi022 bash[28554]: cluster 2023-12-07T13:06:20.855066+0000 mgr.a (mgr.24293) 7859 : 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-07T13:06:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:22 smithi027 bash[31536]: cluster 2023-12-07T13:06:20.855066+0000 mgr.a (mgr.24293) 7859 : 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-07T13:06:23.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:23.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:23.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:24.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:24.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:24.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:24.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:24.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:24 smithi022 bash[28554]: cluster 2023-12-07T13:06:22.855661+0000 mgr.a (mgr.24293) 7860 : 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-07T13:06:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:24 smithi044 bash[32620]: cluster 2023-12-07T13:06:22.855661+0000 mgr.a (mgr.24293) 7860 : 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-07T13:06:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:24 smithi027 bash[31536]: cluster 2023-12-07T13:06:22.855661+0000 mgr.a (mgr.24293) 7860 : 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-07T13:06:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:25 smithi044 bash[32620]: audit 2023-12-07T13:06:24.048048+0000 mgr.a (mgr.24293) 7861 : audit 0 from='client.163857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:25 smithi022 bash[28554]: audit 2023-12-07T13:06:24.048048+0000 mgr.a (mgr.24293) 7861 : audit 0 from='client.163857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:25 smithi027 bash[31536]: audit 2023-12-07T13:06:24.048048+0000 mgr.a (mgr.24293) 7861 : audit 0 from='client.163857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:26 smithi044 bash[32620]: cluster 2023-12-07T13:06:24.856320+0000 mgr.a (mgr.24293) 7862 : 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-07T13:06:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:26 smithi022 bash[28554]: cluster 2023-12-07T13:06:24.856320+0000 mgr.a (mgr.24293) 7862 : 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-07T13:06:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:26 smithi027 bash[31536]: cluster 2023-12-07T13:06:24.856320+0000 mgr.a (mgr.24293) 7862 : 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-07T13:06:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:27 smithi044 bash[32620]: cluster 2023-12-07T13:06:26.857126+0000 mgr.a (mgr.24293) 7863 : 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-07T13:06:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:27 smithi022 bash[28554]: cluster 2023-12-07T13:06:26.857126+0000 mgr.a (mgr.24293) 7863 : 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-07T13:06:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:27 smithi027 bash[31536]: cluster 2023-12-07T13:06:26.857126+0000 mgr.a (mgr.24293) 7863 : 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-07T13:06:29.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:29.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:29.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:29 smithi044 bash[32620]: cluster 2023-12-07T13:06:28.857688+0000 mgr.a (mgr.24293) 7864 : 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-07T13:06:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:29 smithi022 bash[28554]: cluster 2023-12-07T13:06:28.857688+0000 mgr.a (mgr.24293) 7864 : 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-07T13:06:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:29 smithi027 bash[31536]: cluster 2023-12-07T13:06:28.857688+0000 mgr.a (mgr.24293) 7864 : 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-07T13:06:30.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:30.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:30.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:30.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:30.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:30 smithi044 bash[32620]: audit 2023-12-07T13:06:29.986092+0000 mgr.a (mgr.24293) 7865 : audit 0 from='client.163935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:30 smithi022 bash[28554]: audit 2023-12-07T13:06:29.986092+0000 mgr.a (mgr.24293) 7865 : audit 0 from='client.163935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:30 smithi027 bash[31536]: audit 2023-12-07T13:06:29.986092+0000 mgr.a (mgr.24293) 7865 : audit 0 from='client.163935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:32 smithi044 bash[32620]: cluster 2023-12-07T13:06:30.858706+0000 mgr.a (mgr.24293) 7866 : cluster 0 pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:06:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:32 smithi022 bash[28554]: cluster 2023-12-07T13:06:30.858706+0000 mgr.a (mgr.24293) 7866 : cluster 0 pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:06:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:32 smithi027 bash[31536]: cluster 2023-12-07T13:06:30.858706+0000 mgr.a (mgr.24293) 7866 : cluster 0 pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:06:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:34 smithi044 bash[32620]: cluster 2023-12-07T13:06:32.859297+0000 mgr.a (mgr.24293) 7867 : cluster 0 pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:06:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:34 smithi022 bash[28554]: cluster 2023-12-07T13:06:32.859297+0000 mgr.a (mgr.24293) 7867 : cluster 0 pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:06:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:34 smithi027 bash[31536]: cluster 2023-12-07T13:06:32.859297+0000 mgr.a (mgr.24293) 7867 : cluster 0 pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:06:35.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:35.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:35.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:36.407 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:36.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:36.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:36.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:36.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:36 smithi022 bash[28554]: cluster 2023-12-07T13:06:34.859914+0000 mgr.a (mgr.24293) 7868 : cluster 0 pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:06:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:36 smithi044 bash[32620]: cluster 2023-12-07T13:06:34.859914+0000 mgr.a (mgr.24293) 7868 : cluster 0 pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:06:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:36 smithi027 bash[31536]: cluster 2023-12-07T13:06:34.859914+0000 mgr.a (mgr.24293) 7868 : cluster 0 pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:06:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:37 smithi022 bash[28554]: audit 2023-12-07T13:06:35.902884+0000 mgr.a (mgr.24293) 7869 : audit 0 from='client.164010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:37 smithi022 bash[28554]: audit 2023-12-07T13:06:37.371676+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:06:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:37 smithi044 bash[32620]: audit 2023-12-07T13:06:35.902884+0000 mgr.a (mgr.24293) 7869 : audit 0 from='client.164010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:37 smithi044 bash[32620]: audit 2023-12-07T13:06:37.371676+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:06:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:37 smithi027 bash[31536]: audit 2023-12-07T13:06:35.902884+0000 mgr.a (mgr.24293) 7869 : audit 0 from='client.164010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:37 smithi027 bash[31536]: audit 2023-12-07T13:06:37.371676+0000 mon.a (mon.0) 1544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:06:39.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:38 smithi022 bash[28554]: cluster 2023-12-07T13:06:36.861096+0000 mgr.a (mgr.24293) 7870 : 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-07T13:06:39.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:38 smithi022 bash[28554]: audit 2023-12-07T13:06:38.164174+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:06:39.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:38 smithi022 bash[28554]: audit 2023-12-07T13:06:38.166353+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:06:39.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:38 smithi022 bash[28554]: audit 2023-12-07T13:06:38.176717+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:06:39.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:38 smithi044 bash[32620]: cluster 2023-12-07T13:06:36.861096+0000 mgr.a (mgr.24293) 7870 : 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-07T13:06:39.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:38 smithi044 bash[32620]: audit 2023-12-07T13:06:38.164174+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:06:39.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:38 smithi044 bash[32620]: audit 2023-12-07T13:06:38.166353+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:06:39.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:38 smithi044 bash[32620]: audit 2023-12-07T13:06:38.176717+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:06:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:38 smithi027 bash[31536]: cluster 2023-12-07T13:06:36.861096+0000 mgr.a (mgr.24293) 7870 : 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-07T13:06:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:38 smithi027 bash[31536]: audit 2023-12-07T13:06:38.164174+0000 mon.a (mon.0) 1545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:06:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:38 smithi027 bash[31536]: audit 2023-12-07T13:06:38.166353+0000 mon.a (mon.0) 1546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:06:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:38 smithi027 bash[31536]: audit 2023-12-07T13:06:38.176717+0000 mon.a (mon.0) 1547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:06:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:40 smithi044 bash[32620]: cluster 2023-12-07T13:06:38.861747+0000 mgr.a (mgr.24293) 7871 : 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-07T13:06:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:40 smithi022 bash[28554]: cluster 2023-12-07T13:06:38.861747+0000 mgr.a (mgr.24293) 7871 : 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-07T13:06:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:40 smithi027 bash[31536]: cluster 2023-12-07T13:06:38.861747+0000 mgr.a (mgr.24293) 7871 : 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-07T13:06:41.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:41.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:41.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:42.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:42.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:42.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:42.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:42.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:42 smithi044 bash[32620]: cluster 2023-12-07T13:06:40.862484+0000 mgr.a (mgr.24293) 7872 : 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-07T13:06:43.185 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:42 smithi044 bash[32620]: audit 2023-12-07T13:06:41.818126+0000 mgr.a (mgr.24293) 7873 : audit 0 from='client.164085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:43.186 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:42 smithi022 bash[28554]: cluster 2023-12-07T13:06:40.862484+0000 mgr.a (mgr.24293) 7872 : 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-07T13:06:43.186 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:42 smithi022 bash[28554]: audit 2023-12-07T13:06:41.818126+0000 mgr.a (mgr.24293) 7873 : audit 0 from='client.164085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:42 smithi027 bash[31536]: cluster 2023-12-07T13:06:40.862484+0000 mgr.a (mgr.24293) 7872 : 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-07T13:06:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:42 smithi027 bash[31536]: audit 2023-12-07T13:06:41.818126+0000 mgr.a (mgr.24293) 7873 : audit 0 from='client.164085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:44 smithi044 bash[32620]: cluster 2023-12-07T13:06:42.863166+0000 mgr.a (mgr.24293) 7874 : cluster 0 pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:06:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:44 smithi022 bash[28554]: cluster 2023-12-07T13:06:42.863166+0000 mgr.a (mgr.24293) 7874 : cluster 0 pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:06:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:44 smithi027 bash[31536]: cluster 2023-12-07T13:06:42.863166+0000 mgr.a (mgr.24293) 7874 : cluster 0 pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:06:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:46 smithi044 bash[32620]: cluster 2023-12-07T13:06:44.863794+0000 mgr.a (mgr.24293) 7875 : cluster 0 pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:06:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:46 smithi022 bash[28554]: cluster 2023-12-07T13:06:44.863794+0000 mgr.a (mgr.24293) 7875 : cluster 0 pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:06:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:46 smithi027 bash[31536]: cluster 2023-12-07T13:06:44.863794+0000 mgr.a (mgr.24293) 7875 : cluster 0 pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:06:47.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:47.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:47.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:48.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:48 smithi044 bash[32620]: cluster 2023-12-07T13:06:46.864722+0000 mgr.a (mgr.24293) 7876 : cluster 0 pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:06:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:48 smithi044 bash[32620]: audit 2023-12-07T13:06:47.760372+0000 mgr.a (mgr.24293) 7877 : audit 0 from='client.164163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:48 smithi022 bash[28554]: cluster 2023-12-07T13:06:46.864722+0000 mgr.a (mgr.24293) 7876 : cluster 0 pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:06:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:48 smithi022 bash[28554]: audit 2023-12-07T13:06:47.760372+0000 mgr.a (mgr.24293) 7877 : audit 0 from='client.164163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:48 smithi027 bash[31536]: cluster 2023-12-07T13:06:46.864722+0000 mgr.a (mgr.24293) 7876 : cluster 0 pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:06:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:48 smithi027 bash[31536]: audit 2023-12-07T13:06:47.760372+0000 mgr.a (mgr.24293) 7877 : audit 0 from='client.164163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:50 smithi044 bash[32620]: cluster 2023-12-07T13:06:48.865432+0000 mgr.a (mgr.24293) 7878 : 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-07T13:06:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:50 smithi022 bash[28554]: cluster 2023-12-07T13:06:48.865432+0000 mgr.a (mgr.24293) 7878 : 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-07T13:06:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:50 smithi027 bash[31536]: cluster 2023-12-07T13:06:48.865432+0000 mgr.a (mgr.24293) 7878 : 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-07T13:06:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:52 smithi022 bash[28554]: cluster 2023-12-07T13:06:50.866196+0000 mgr.a (mgr.24293) 7879 : 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-07T13:06:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:52 smithi044 bash[32620]: cluster 2023-12-07T13:06:50.866196+0000 mgr.a (mgr.24293) 7879 : 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-07T13:06:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:52 smithi027 bash[31536]: cluster 2023-12-07T13:06:50.866196+0000 mgr.a (mgr.24293) 7879 : 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-07T13:06:53.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:53.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:53.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:54.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:06:54.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:54.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:54.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:54.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:06:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:54 smithi044 bash[32620]: cluster 2023-12-07T13:06:52.866769+0000 mgr.a (mgr.24293) 7880 : 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-07T13:06:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:54 smithi044 bash[32620]: audit 2023-12-07T13:06:53.691975+0000 mgr.a (mgr.24293) 7881 : audit 0 from='client.164241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:54 smithi022 bash[28554]: cluster 2023-12-07T13:06:52.866769+0000 mgr.a (mgr.24293) 7880 : 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-07T13:06:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:54 smithi022 bash[28554]: audit 2023-12-07T13:06:53.691975+0000 mgr.a (mgr.24293) 7881 : audit 0 from='client.164241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:54 smithi027 bash[31536]: cluster 2023-12-07T13:06:52.866769+0000 mgr.a (mgr.24293) 7880 : 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-07T13:06:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:54 smithi027 bash[31536]: audit 2023-12-07T13:06:53.691975+0000 mgr.a (mgr.24293) 7881 : audit 0 from='client.164241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:56 smithi044 bash[32620]: cluster 2023-12-07T13:06:54.867610+0000 mgr.a (mgr.24293) 7882 : 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-07T13:06:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:56 smithi022 bash[28554]: cluster 2023-12-07T13:06:54.867610+0000 mgr.a (mgr.24293) 7882 : 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-07T13:06:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:56 smithi027 bash[31536]: cluster 2023-12-07T13:06:54.867610+0000 mgr.a (mgr.24293) 7882 : 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-07T13:06:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:06:58 smithi022 bash[28554]: cluster 2023-12-07T13:06:56.868452+0000 mgr.a (mgr.24293) 7883 : 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-07T13:06:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:06:58 smithi044 bash[32620]: cluster 2023-12-07T13:06:56.868452+0000 mgr.a (mgr.24293) 7883 : 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-07T13:06:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:06:58 smithi027 bash[31536]: cluster 2023-12-07T13:06:56.868452+0000 mgr.a (mgr.24293) 7883 : 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-07T13:06:59.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:06:59.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:59.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:00.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:00.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:00.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:00.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:00.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:00 smithi044 bash[32620]: cluster 2023-12-07T13:06:58.869036+0000 mgr.a (mgr.24293) 7884 : 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-07T13:07:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:00 smithi044 bash[32620]: audit 2023-12-07T13:06:59.619047+0000 mgr.a (mgr.24293) 7885 : audit 0 from='client.164319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:00 smithi022 bash[28554]: cluster 2023-12-07T13:06:58.869036+0000 mgr.a (mgr.24293) 7884 : 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-07T13:07:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:00 smithi022 bash[28554]: audit 2023-12-07T13:06:59.619047+0000 mgr.a (mgr.24293) 7885 : audit 0 from='client.164319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:00 smithi027 bash[31536]: cluster 2023-12-07T13:06:58.869036+0000 mgr.a (mgr.24293) 7884 : 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-07T13:07:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:00 smithi027 bash[31536]: audit 2023-12-07T13:06:59.619047+0000 mgr.a (mgr.24293) 7885 : audit 0 from='client.164319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:02 smithi022 bash[28554]: cluster 2023-12-07T13:07:00.870031+0000 mgr.a (mgr.24293) 7886 : cluster 0 pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:02 smithi044 bash[32620]: cluster 2023-12-07T13:07:00.870031+0000 mgr.a (mgr.24293) 7886 : cluster 0 pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:02 smithi027 bash[31536]: cluster 2023-12-07T13:07:00.870031+0000 mgr.a (mgr.24293) 7886 : cluster 0 pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:05.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:05.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:05.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:04 smithi044 bash[32620]: cluster 2023-12-07T13:07:02.870642+0000 mgr.a (mgr.24293) 7887 : cluster 0 pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:04 smithi022 bash[28554]: cluster 2023-12-07T13:07:02.870642+0000 mgr.a (mgr.24293) 7887 : cluster 0 pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:04 smithi027 bash[31536]: cluster 2023-12-07T13:07:02.870642+0000 mgr.a (mgr.24293) 7887 : cluster 0 pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:06.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:06.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:06.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:06.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:06.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:06 smithi022 bash[28554]: cluster 2023-12-07T13:07:04.871214+0000 mgr.a (mgr.24293) 7888 : cluster 0 pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:06 smithi022 bash[28554]: audit 2023-12-07T13:07:05.546025+0000 mgr.a (mgr.24293) 7889 : audit 0 from='client.164397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:06 smithi044 bash[32620]: cluster 2023-12-07T13:07:04.871214+0000 mgr.a (mgr.24293) 7888 : cluster 0 pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:06 smithi044 bash[32620]: audit 2023-12-07T13:07:05.546025+0000 mgr.a (mgr.24293) 7889 : audit 0 from='client.164397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:06 smithi027 bash[31536]: cluster 2023-12-07T13:07:04.871214+0000 mgr.a (mgr.24293) 7888 : cluster 0 pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:06 smithi027 bash[31536]: audit 2023-12-07T13:07:05.546025+0000 mgr.a (mgr.24293) 7889 : audit 0 from='client.164397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:08 smithi022 bash[28554]: cluster 2023-12-07T13:07:06.872235+0000 mgr.a (mgr.24293) 7890 : 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-07T13:07:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:08 smithi044 bash[32620]: cluster 2023-12-07T13:07:06.872235+0000 mgr.a (mgr.24293) 7890 : 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-07T13:07:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:08 smithi027 bash[31536]: cluster 2023-12-07T13:07:06.872235+0000 mgr.a (mgr.24293) 7890 : 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-07T13:07:11.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:11.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:11.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:10 smithi022 bash[28554]: cluster 2023-12-07T13:07:08.872775+0000 mgr.a (mgr.24293) 7891 : 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-07T13:07:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:10 smithi044 bash[32620]: cluster 2023-12-07T13:07:08.872775+0000 mgr.a (mgr.24293) 7891 : 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-07T13:07:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:10 smithi027 bash[31536]: cluster 2023-12-07T13:07:08.872775+0000 mgr.a (mgr.24293) 7891 : 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-07T13:07:12.003 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:12.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:12.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:12.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:12.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:12 smithi044 bash[32620]: cluster 2023-12-07T13:07:10.873544+0000 mgr.a (mgr.24293) 7892 : 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-07T13:07:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:12 smithi044 bash[32620]: audit 2023-12-07T13:07:11.468482+0000 mgr.a (mgr.24293) 7893 : audit 0 from='client.164472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:12 smithi022 bash[28554]: cluster 2023-12-07T13:07:10.873544+0000 mgr.a (mgr.24293) 7892 : 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-07T13:07:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:12 smithi022 bash[28554]: audit 2023-12-07T13:07:11.468482+0000 mgr.a (mgr.24293) 7893 : audit 0 from='client.164472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:12 smithi027 bash[31536]: cluster 2023-12-07T13:07:10.873544+0000 mgr.a (mgr.24293) 7892 : 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-07T13:07:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:12 smithi027 bash[31536]: audit 2023-12-07T13:07:11.468482+0000 mgr.a (mgr.24293) 7893 : audit 0 from='client.164472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:14 smithi044 bash[32620]: cluster 2023-12-07T13:07:12.874190+0000 mgr.a (mgr.24293) 7894 : cluster 0 pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:14 smithi022 bash[28554]: cluster 2023-12-07T13:07:12.874190+0000 mgr.a (mgr.24293) 7894 : cluster 0 pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:14 smithi027 bash[31536]: cluster 2023-12-07T13:07:12.874190+0000 mgr.a (mgr.24293) 7894 : cluster 0 pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:17.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:17.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:17.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:16 smithi044 bash[32620]: cluster 2023-12-07T13:07:14.874793+0000 mgr.a (mgr.24293) 7895 : cluster 0 pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:16 smithi022 bash[28554]: cluster 2023-12-07T13:07:14.874793+0000 mgr.a (mgr.24293) 7895 : cluster 0 pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:16 smithi027 bash[31536]: cluster 2023-12-07T13:07:14.874793+0000 mgr.a (mgr.24293) 7895 : cluster 0 pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:17.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:17.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:17.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:17.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:17.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:18 smithi044 bash[32620]: cluster 2023-12-07T13:07:16.875623+0000 mgr.a (mgr.24293) 7896 : cluster 0 pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:18 smithi044 bash[32620]: audit 2023-12-07T13:07:17.417086+0000 mgr.a (mgr.24293) 7897 : audit 0 from='client.164544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:18 smithi022 bash[28554]: cluster 2023-12-07T13:07:16.875623+0000 mgr.a (mgr.24293) 7896 : cluster 0 pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:18 smithi022 bash[28554]: audit 2023-12-07T13:07:17.417086+0000 mgr.a (mgr.24293) 7897 : audit 0 from='client.164544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:18 smithi027 bash[31536]: cluster 2023-12-07T13:07:16.875623+0000 mgr.a (mgr.24293) 7896 : cluster 0 pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:18 smithi027 bash[31536]: audit 2023-12-07T13:07:17.417086+0000 mgr.a (mgr.24293) 7897 : audit 0 from='client.164544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:20 smithi044 bash[32620]: cluster 2023-12-07T13:07:18.876297+0000 mgr.a (mgr.24293) 7898 : 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-07T13:07:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:20 smithi022 bash[28554]: cluster 2023-12-07T13:07:18.876297+0000 mgr.a (mgr.24293) 7898 : 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-07T13:07:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:20 smithi027 bash[31536]: cluster 2023-12-07T13:07:18.876297+0000 mgr.a (mgr.24293) 7898 : 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-07T13:07:22.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:22.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:22.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:22 smithi044 bash[32620]: cluster 2023-12-07T13:07:20.877118+0000 mgr.a (mgr.24293) 7899 : 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-07T13:07:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:22 smithi022 bash[28554]: cluster 2023-12-07T13:07:20.877118+0000 mgr.a (mgr.24293) 7899 : 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-07T13:07:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:22 smithi027 bash[31536]: cluster 2023-12-07T13:07:20.877118+0000 mgr.a (mgr.24293) 7899 : 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-07T13:07:23.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:23.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:23.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:23.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:23.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:24 smithi044 bash[32620]: cluster 2023-12-07T13:07:22.877820+0000 mgr.a (mgr.24293) 7900 : 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-07T13:07:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:24 smithi044 bash[32620]: audit 2023-12-07T13:07:23.378295+0000 mgr.a (mgr.24293) 7901 : audit 0 from='client.164619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:24 smithi022 bash[28554]: cluster 2023-12-07T13:07:22.877820+0000 mgr.a (mgr.24293) 7900 : 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-07T13:07:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:24 smithi022 bash[28554]: audit 2023-12-07T13:07:23.378295+0000 mgr.a (mgr.24293) 7901 : audit 0 from='client.164619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:24 smithi027 bash[31536]: cluster 2023-12-07T13:07:22.877820+0000 mgr.a (mgr.24293) 7900 : 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-07T13:07:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:24 smithi027 bash[31536]: audit 2023-12-07T13:07:23.378295+0000 mgr.a (mgr.24293) 7901 : audit 0 from='client.164619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:26 smithi044 bash[32620]: cluster 2023-12-07T13:07:24.878498+0000 mgr.a (mgr.24293) 7902 : 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-07T13:07:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:26 smithi022 bash[28554]: cluster 2023-12-07T13:07:24.878498+0000 mgr.a (mgr.24293) 7902 : 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-07T13:07:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:26 smithi027 bash[31536]: cluster 2023-12-07T13:07:24.878498+0000 mgr.a (mgr.24293) 7902 : 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-07T13:07:28.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:28.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:28.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:28 smithi022 bash[28554]: cluster 2023-12-07T13:07:26.879412+0000 mgr.a (mgr.24293) 7903 : 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-07T13:07:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:28 smithi044 bash[32620]: cluster 2023-12-07T13:07:26.879412+0000 mgr.a (mgr.24293) 7903 : 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-07T13:07:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:28 smithi027 bash[31536]: cluster 2023-12-07T13:07:26.879412+0000 mgr.a (mgr.24293) 7903 : 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-07T13:07:29.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:29.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:29.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:29.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:29.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:30 smithi022 bash[28554]: cluster 2023-12-07T13:07:28.879982+0000 mgr.a (mgr.24293) 7904 : 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-07T13:07:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:30 smithi022 bash[28554]: audit 2023-12-07T13:07:29.312761+0000 mgr.a (mgr.24293) 7905 : audit 0 from='client.164697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:30 smithi044 bash[32620]: cluster 2023-12-07T13:07:28.879982+0000 mgr.a (mgr.24293) 7904 : 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-07T13:07:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:30 smithi044 bash[32620]: audit 2023-12-07T13:07:29.312761+0000 mgr.a (mgr.24293) 7905 : audit 0 from='client.164697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:30 smithi027 bash[31536]: cluster 2023-12-07T13:07:28.879982+0000 mgr.a (mgr.24293) 7904 : 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-07T13:07:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:30 smithi027 bash[31536]: audit 2023-12-07T13:07:29.312761+0000 mgr.a (mgr.24293) 7905 : audit 0 from='client.164697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:32 smithi044 bash[32620]: cluster 2023-12-07T13:07:30.880863+0000 mgr.a (mgr.24293) 7906 : 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-07T13:07:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:32 smithi022 bash[28554]: cluster 2023-12-07T13:07:30.880863+0000 mgr.a (mgr.24293) 7906 : 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-07T13:07:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:32 smithi027 bash[31536]: cluster 2023-12-07T13:07:30.880863+0000 mgr.a (mgr.24293) 7906 : 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-07T13:07:34.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:34.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:34.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:34 smithi022 bash[28554]: cluster 2023-12-07T13:07:32.881445+0000 mgr.a (mgr.24293) 7907 : 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-07T13:07:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:34 smithi044 bash[32620]: cluster 2023-12-07T13:07:32.881445+0000 mgr.a (mgr.24293) 7907 : 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-07T13:07:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:34 smithi027 bash[31536]: cluster 2023-12-07T13:07:32.881445+0000 mgr.a (mgr.24293) 7907 : 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-07T13:07:35.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:35.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:35.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:35.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:35.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:35 smithi022 bash[28554]: cluster 2023-12-07T13:07:34.882032+0000 mgr.a (mgr.24293) 7908 : 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-07T13:07:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:35 smithi022 bash[28554]: audit 2023-12-07T13:07:35.267347+0000 mgr.a (mgr.24293) 7909 : audit 0 from='client.164772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:35 smithi044 bash[32620]: cluster 2023-12-07T13:07:34.882032+0000 mgr.a (mgr.24293) 7908 : 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-07T13:07:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:35 smithi044 bash[32620]: audit 2023-12-07T13:07:35.267347+0000 mgr.a (mgr.24293) 7909 : audit 0 from='client.164772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:35 smithi027 bash[31536]: cluster 2023-12-07T13:07:34.882032+0000 mgr.a (mgr.24293) 7908 : 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-07T13:07:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:35 smithi027 bash[31536]: audit 2023-12-07T13:07:35.267347+0000 mgr.a (mgr.24293) 7909 : audit 0 from='client.164772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:38 smithi022 bash[28554]: cluster 2023-12-07T13:07:36.883051+0000 mgr.a (mgr.24293) 7910 : 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-07T13:07:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:38 smithi022 bash[28554]: audit 2023-12-07T13:07:38.279278+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:07:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:38 smithi044 bash[32620]: cluster 2023-12-07T13:07:36.883051+0000 mgr.a (mgr.24293) 7910 : 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-07T13:07:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:38 smithi044 bash[32620]: audit 2023-12-07T13:07:38.279278+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:07:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:38 smithi027 bash[31536]: cluster 2023-12-07T13:07:36.883051+0000 mgr.a (mgr.24293) 7910 : 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-07T13:07:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:38 smithi027 bash[31536]: audit 2023-12-07T13:07:38.279278+0000 mon.a (mon.0) 1548 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:07:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:39 smithi022 bash[28554]: audit 2023-12-07T13:07:39.072641+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:07:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:39 smithi022 bash[28554]: audit 2023-12-07T13:07:39.074616+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:07:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:39 smithi022 bash[28554]: audit 2023-12-07T13:07:39.084015+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:07:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:39 smithi044 bash[32620]: audit 2023-12-07T13:07:39.072641+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:07:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:39 smithi044 bash[32620]: audit 2023-12-07T13:07:39.074616+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:07:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:39 smithi044 bash[32620]: audit 2023-12-07T13:07:39.084015+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:07:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:39 smithi027 bash[31536]: audit 2023-12-07T13:07:39.072641+0000 mon.a (mon.0) 1549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:07:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:39 smithi027 bash[31536]: audit 2023-12-07T13:07:39.074616+0000 mon.a (mon.0) 1550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:07:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:39 smithi027 bash[31536]: audit 2023-12-07T13:07:39.084015+0000 mon.a (mon.0) 1551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:07:40.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:40.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:40.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:40 smithi022 bash[28554]: cluster 2023-12-07T13:07:38.883639+0000 mgr.a (mgr.24293) 7911 : 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-07T13:07:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:40 smithi044 bash[32620]: cluster 2023-12-07T13:07:38.883639+0000 mgr.a (mgr.24293) 7911 : 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-07T13:07:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:40 smithi027 bash[31536]: cluster 2023-12-07T13:07:38.883639+0000 mgr.a (mgr.24293) 7911 : 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-07T13:07:41.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:41.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:41.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:41.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:41.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:42 smithi044 bash[32620]: cluster 2023-12-07T13:07:40.884380+0000 mgr.a (mgr.24293) 7912 : 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-07T13:07:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:42 smithi044 bash[32620]: audit 2023-12-07T13:07:41.213921+0000 mgr.a (mgr.24293) 7913 : audit 0 from='client.164850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:42 smithi022 bash[28554]: cluster 2023-12-07T13:07:40.884380+0000 mgr.a (mgr.24293) 7912 : 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-07T13:07:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:42 smithi022 bash[28554]: audit 2023-12-07T13:07:41.213921+0000 mgr.a (mgr.24293) 7913 : audit 0 from='client.164850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:42 smithi027 bash[31536]: cluster 2023-12-07T13:07:40.884380+0000 mgr.a (mgr.24293) 7912 : 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-07T13:07:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:42 smithi027 bash[31536]: audit 2023-12-07T13:07:41.213921+0000 mgr.a (mgr.24293) 7913 : audit 0 from='client.164850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:44 smithi022 bash[28554]: cluster 2023-12-07T13:07:42.885216+0000 mgr.a (mgr.24293) 7914 : 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-07T13:07:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:44 smithi044 bash[32620]: cluster 2023-12-07T13:07:42.885216+0000 mgr.a (mgr.24293) 7914 : 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-07T13:07:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:44 smithi027 bash[31536]: cluster 2023-12-07T13:07:42.885216+0000 mgr.a (mgr.24293) 7914 : 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-07T13:07:46.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:46.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:46.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:46 smithi022 bash[28554]: cluster 2023-12-07T13:07:44.885866+0000 mgr.a (mgr.24293) 7915 : 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-07T13:07:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:46 smithi044 bash[32620]: cluster 2023-12-07T13:07:44.885866+0000 mgr.a (mgr.24293) 7915 : 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-07T13:07:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:46 smithi027 bash[31536]: cluster 2023-12-07T13:07:44.885866+0000 mgr.a (mgr.24293) 7915 : 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-07T13:07:47.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:47.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:47.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:47.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:47.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:48 smithi044 bash[32620]: cluster 2023-12-07T13:07:46.886495+0000 mgr.a (mgr.24293) 7916 : 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-07T13:07:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:48 smithi044 bash[32620]: audit 2023-12-07T13:07:47.162647+0000 mgr.a (mgr.24293) 7917 : audit 0 from='client.164925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:48 smithi022 bash[28554]: cluster 2023-12-07T13:07:46.886495+0000 mgr.a (mgr.24293) 7916 : 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-07T13:07:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:48 smithi022 bash[28554]: audit 2023-12-07T13:07:47.162647+0000 mgr.a (mgr.24293) 7917 : audit 0 from='client.164925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:48 smithi027 bash[31536]: cluster 2023-12-07T13:07:46.886495+0000 mgr.a (mgr.24293) 7916 : 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-07T13:07:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:48 smithi027 bash[31536]: audit 2023-12-07T13:07:47.162647+0000 mgr.a (mgr.24293) 7917 : audit 0 from='client.164925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:50 smithi044 bash[32620]: cluster 2023-12-07T13:07:48.887135+0000 mgr.a (mgr.24293) 7918 : 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-07T13:07:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:50 smithi022 bash[28554]: cluster 2023-12-07T13:07:48.887135+0000 mgr.a (mgr.24293) 7918 : 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-07T13:07:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:50 smithi027 bash[31536]: cluster 2023-12-07T13:07:48.887135+0000 mgr.a (mgr.24293) 7918 : 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-07T13:07:52.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:52.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:52.692 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:52 smithi044 bash[32620]: cluster 2023-12-07T13:07:50.887953+0000 mgr.a (mgr.24293) 7919 : 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-07T13:07:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:52 smithi022 bash[28554]: cluster 2023-12-07T13:07:50.887953+0000 mgr.a (mgr.24293) 7919 : 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-07T13:07:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:52 smithi027 bash[31536]: cluster 2023-12-07T13:07:50.887953+0000 mgr.a (mgr.24293) 7919 : 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-07T13:07:53.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:53.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:53.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:53.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:53.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:07:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:54 smithi044 bash[32620]: cluster 2023-12-07T13:07:52.888508+0000 mgr.a (mgr.24293) 7920 : 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-07T13:07:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:54 smithi044 bash[32620]: audit 2023-12-07T13:07:53.100648+0000 mgr.a (mgr.24293) 7921 : audit 0 from='client.164994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:54 smithi022 bash[28554]: cluster 2023-12-07T13:07:52.888508+0000 mgr.a (mgr.24293) 7920 : 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-07T13:07:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:54 smithi022 bash[28554]: audit 2023-12-07T13:07:53.100648+0000 mgr.a (mgr.24293) 7921 : audit 0 from='client.164994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:54 smithi027 bash[31536]: cluster 2023-12-07T13:07:52.888508+0000 mgr.a (mgr.24293) 7920 : 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-07T13:07:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:54 smithi027 bash[31536]: audit 2023-12-07T13:07:53.100648+0000 mgr.a (mgr.24293) 7921 : audit 0 from='client.164994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:56 smithi044 bash[32620]: cluster 2023-12-07T13:07:54.889170+0000 mgr.a (mgr.24293) 7922 : 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-07T13:07:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:56 smithi022 bash[28554]: cluster 2023-12-07T13:07:54.889170+0000 mgr.a (mgr.24293) 7922 : 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-07T13:07:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:56 smithi027 bash[31536]: cluster 2023-12-07T13:07:54.889170+0000 mgr.a (mgr.24293) 7922 : 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-07T13:07:58.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:07:58.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:58.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:07:58 smithi022 bash[28554]: cluster 2023-12-07T13:07:56.889959+0000 mgr.a (mgr.24293) 7923 : 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-07T13:07:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:07:58 smithi044 bash[32620]: cluster 2023-12-07T13:07:56.889959+0000 mgr.a (mgr.24293) 7923 : 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-07T13:07:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:07:58 smithi027 bash[31536]: cluster 2023-12-07T13:07:56.889959+0000 mgr.a (mgr.24293) 7923 : 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-07T13:07:59.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:07:59.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:59.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:59.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:59.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:00 smithi022 bash[28554]: cluster 2023-12-07T13:07:58.890609+0000 mgr.a (mgr.24293) 7924 : 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-07T13:08:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:00 smithi022 bash[28554]: audit 2023-12-07T13:07:59.037830+0000 mgr.a (mgr.24293) 7925 : audit 0 from='client.165072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:00 smithi044 bash[32620]: cluster 2023-12-07T13:07:58.890609+0000 mgr.a (mgr.24293) 7924 : 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-07T13:08:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:00 smithi044 bash[32620]: audit 2023-12-07T13:07:59.037830+0000 mgr.a (mgr.24293) 7925 : audit 0 from='client.165072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:00 smithi027 bash[31536]: cluster 2023-12-07T13:07:58.890609+0000 mgr.a (mgr.24293) 7924 : 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-07T13:08:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:00 smithi027 bash[31536]: audit 2023-12-07T13:07:59.037830+0000 mgr.a (mgr.24293) 7925 : audit 0 from='client.165072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:02 smithi022 bash[28554]: cluster 2023-12-07T13:08:00.891713+0000 mgr.a (mgr.24293) 7926 : 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-07T13:08:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:02 smithi044 bash[32620]: cluster 2023-12-07T13:08:00.891713+0000 mgr.a (mgr.24293) 7926 : 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-07T13:08:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:02 smithi027 bash[31536]: cluster 2023-12-07T13:08:00.891713+0000 mgr.a (mgr.24293) 7926 : 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-07T13:08:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:03 smithi044 bash[32620]: cluster 2023-12-07T13:08:02.892374+0000 mgr.a (mgr.24293) 7927 : 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-07T13:08:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:03 smithi022 bash[28554]: cluster 2023-12-07T13:08:02.892374+0000 mgr.a (mgr.24293) 7927 : 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-07T13:08:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:03 smithi027 bash[31536]: cluster 2023-12-07T13:08:02.892374+0000 mgr.a (mgr.24293) 7927 : 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-07T13:08:04.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:04.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:04.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:05.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:05.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:05.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:05.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:05.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:05 smithi022 bash[28554]: cluster 2023-12-07T13:08:04.893043+0000 mgr.a (mgr.24293) 7928 : 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-07T13:08:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:05 smithi022 bash[28554]: audit 2023-12-07T13:08:04.997016+0000 mgr.a (mgr.24293) 7929 : audit 0 from='client.141613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:05 smithi044 bash[32620]: cluster 2023-12-07T13:08:04.893043+0000 mgr.a (mgr.24293) 7928 : 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-07T13:08:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:05 smithi044 bash[32620]: audit 2023-12-07T13:08:04.997016+0000 mgr.a (mgr.24293) 7929 : audit 0 from='client.141613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:05 smithi027 bash[31536]: cluster 2023-12-07T13:08:04.893043+0000 mgr.a (mgr.24293) 7928 : 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-07T13:08:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:05 smithi027 bash[31536]: audit 2023-12-07T13:08:04.997016+0000 mgr.a (mgr.24293) 7929 : audit 0 from='client.141613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:08 smithi022 bash[28554]: cluster 2023-12-07T13:08:06.894080+0000 mgr.a (mgr.24293) 7930 : 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-07T13:08:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:08 smithi044 bash[32620]: cluster 2023-12-07T13:08:06.894080+0000 mgr.a (mgr.24293) 7930 : 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-07T13:08:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:08 smithi027 bash[31536]: cluster 2023-12-07T13:08:06.894080+0000 mgr.a (mgr.24293) 7930 : 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-07T13:08:10.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:10.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:10.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:10 smithi022 bash[28554]: cluster 2023-12-07T13:08:08.894574+0000 mgr.a (mgr.24293) 7931 : 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-07T13:08:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:10 smithi044 bash[32620]: cluster 2023-12-07T13:08:08.894574+0000 mgr.a (mgr.24293) 7931 : 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-07T13:08:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:10 smithi027 bash[31536]: cluster 2023-12-07T13:08:08.894574+0000 mgr.a (mgr.24293) 7931 : 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-07T13:08:11.491 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:11.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:11.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:11.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:11.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:12 smithi044 bash[32620]: cluster 2023-12-07T13:08:10.895265+0000 mgr.a (mgr.24293) 7932 : 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-07T13:08:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:12 smithi044 bash[32620]: audit 2023-12-07T13:08:10.952261+0000 mgr.a (mgr.24293) 7933 : audit 0 from='client.165225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:12 smithi022 bash[28554]: cluster 2023-12-07T13:08:10.895265+0000 mgr.a (mgr.24293) 7932 : 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-07T13:08:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:12 smithi022 bash[28554]: audit 2023-12-07T13:08:10.952261+0000 mgr.a (mgr.24293) 7933 : audit 0 from='client.165225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:12 smithi027 bash[31536]: cluster 2023-12-07T13:08:10.895265+0000 mgr.a (mgr.24293) 7932 : 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-07T13:08:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:12 smithi027 bash[31536]: audit 2023-12-07T13:08:10.952261+0000 mgr.a (mgr.24293) 7933 : audit 0 from='client.165225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:14 smithi044 bash[32620]: cluster 2023-12-07T13:08:12.896011+0000 mgr.a (mgr.24293) 7934 : 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-07T13:08:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:14 smithi022 bash[28554]: cluster 2023-12-07T13:08:12.896011+0000 mgr.a (mgr.24293) 7934 : 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-07T13:08:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:14 smithi027 bash[31536]: cluster 2023-12-07T13:08:12.896011+0000 mgr.a (mgr.24293) 7934 : 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-07T13:08:16.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:16.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:16.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:16 smithi044 bash[32620]: cluster 2023-12-07T13:08:14.896596+0000 mgr.a (mgr.24293) 7935 : 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-07T13:08:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:16 smithi022 bash[28554]: cluster 2023-12-07T13:08:14.896596+0000 mgr.a (mgr.24293) 7935 : 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-07T13:08:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:16 smithi027 bash[31536]: cluster 2023-12-07T13:08:14.896596+0000 mgr.a (mgr.24293) 7935 : 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-07T13:08:17.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:17.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:17.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:17.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:17.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:18 smithi044 bash[32620]: cluster 2023-12-07T13:08:16.897350+0000 mgr.a (mgr.24293) 7936 : 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-07T13:08:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:18 smithi044 bash[32620]: audit 2023-12-07T13:08:16.903380+0000 mgr.a (mgr.24293) 7937 : audit 0 from='client.165300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:18 smithi022 bash[28554]: cluster 2023-12-07T13:08:16.897350+0000 mgr.a (mgr.24293) 7936 : 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-07T13:08:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:18 smithi022 bash[28554]: audit 2023-12-07T13:08:16.903380+0000 mgr.a (mgr.24293) 7937 : audit 0 from='client.165300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:18 smithi027 bash[31536]: cluster 2023-12-07T13:08:16.897350+0000 mgr.a (mgr.24293) 7936 : 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-07T13:08:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:18 smithi027 bash[31536]: audit 2023-12-07T13:08:16.903380+0000 mgr.a (mgr.24293) 7937 : audit 0 from='client.165300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:20 smithi044 bash[32620]: cluster 2023-12-07T13:08:18.898094+0000 mgr.a (mgr.24293) 7938 : 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-07T13:08:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:20 smithi022 bash[28554]: cluster 2023-12-07T13:08:18.898094+0000 mgr.a (mgr.24293) 7938 : 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-07T13:08:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:20 smithi027 bash[31536]: cluster 2023-12-07T13:08:18.898094+0000 mgr.a (mgr.24293) 7938 : 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-07T13:08:22.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:22.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:22.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:22 smithi022 bash[28554]: cluster 2023-12-07T13:08:20.898967+0000 mgr.a (mgr.24293) 7939 : 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-07T13:08:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:22 smithi044 bash[32620]: cluster 2023-12-07T13:08:20.898967+0000 mgr.a (mgr.24293) 7939 : 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-07T13:08:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:22 smithi027 bash[31536]: cluster 2023-12-07T13:08:20.898967+0000 mgr.a (mgr.24293) 7939 : 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-07T13:08:23.381 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:23.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:23.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:23.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:23.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:23 smithi044 bash[32620]: audit 2023-12-07T13:08:22.842866+0000 mgr.a (mgr.24293) 7940 : audit 0 from='client.165378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:23 smithi022 bash[28554]: audit 2023-12-07T13:08:22.842866+0000 mgr.a (mgr.24293) 7940 : audit 0 from='client.165378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:23 smithi027 bash[31536]: audit 2023-12-07T13:08:22.842866+0000 mgr.a (mgr.24293) 7940 : audit 0 from='client.165378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:24 smithi022 bash[28554]: cluster 2023-12-07T13:08:22.899694+0000 mgr.a (mgr.24293) 7941 : 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-07T13:08:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:24 smithi044 bash[32620]: cluster 2023-12-07T13:08:22.899694+0000 mgr.a (mgr.24293) 7941 : 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-07T13:08:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:24 smithi027 bash[31536]: cluster 2023-12-07T13:08:22.899694+0000 mgr.a (mgr.24293) 7941 : 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-07T13:08:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:26 smithi044 bash[32620]: cluster 2023-12-07T13:08:24.900455+0000 mgr.a (mgr.24293) 7942 : 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-07T13:08:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:26 smithi022 bash[28554]: cluster 2023-12-07T13:08:24.900455+0000 mgr.a (mgr.24293) 7942 : 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-07T13:08:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:26 smithi027 bash[31536]: cluster 2023-12-07T13:08:24.900455+0000 mgr.a (mgr.24293) 7942 : 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-07T13:08:28.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:28.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:28.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:28 smithi022 bash[28554]: cluster 2023-12-07T13:08:26.901285+0000 mgr.a (mgr.24293) 7943 : 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-07T13:08:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:28 smithi044 bash[32620]: cluster 2023-12-07T13:08:26.901285+0000 mgr.a (mgr.24293) 7943 : 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-07T13:08:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:28 smithi027 bash[31536]: cluster 2023-12-07T13:08:26.901285+0000 mgr.a (mgr.24293) 7943 : 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-07T13:08:29.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:29.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:29.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:29.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:29.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:29 smithi044 bash[32620]: audit 2023-12-07T13:08:28.793503+0000 mgr.a (mgr.24293) 7944 : audit 0 from='client.165456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:29 smithi022 bash[28554]: audit 2023-12-07T13:08:28.793503+0000 mgr.a (mgr.24293) 7944 : audit 0 from='client.165456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:29 smithi027 bash[31536]: audit 2023-12-07T13:08:28.793503+0000 mgr.a (mgr.24293) 7944 : audit 0 from='client.165456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:30 smithi044 bash[32620]: cluster 2023-12-07T13:08:28.901854+0000 mgr.a (mgr.24293) 7945 : 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-07T13:08:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:30 smithi022 bash[28554]: cluster 2023-12-07T13:08:28.901854+0000 mgr.a (mgr.24293) 7945 : 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-07T13:08:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:30 smithi027 bash[31536]: cluster 2023-12-07T13:08:28.901854+0000 mgr.a (mgr.24293) 7945 : 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-07T13:08:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:32 smithi022 bash[28554]: cluster 2023-12-07T13:08:30.902892+0000 mgr.a (mgr.24293) 7946 : 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-07T13:08:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:32 smithi044 bash[32620]: cluster 2023-12-07T13:08:30.902892+0000 mgr.a (mgr.24293) 7946 : 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-07T13:08:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:32 smithi027 bash[31536]: cluster 2023-12-07T13:08:30.902892+0000 mgr.a (mgr.24293) 7946 : 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-07T13:08:34.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:34.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:34.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:34 smithi044 bash[32620]: cluster 2023-12-07T13:08:32.903520+0000 mgr.a (mgr.24293) 7947 : 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-07T13:08:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:34 smithi022 bash[28554]: cluster 2023-12-07T13:08:32.903520+0000 mgr.a (mgr.24293) 7947 : 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-07T13:08:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:34 smithi027 bash[31536]: cluster 2023-12-07T13:08:32.903520+0000 mgr.a (mgr.24293) 7947 : 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-07T13:08:35.262 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:35.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:35.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:35.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:35.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:35 smithi044 bash[32620]: audit 2023-12-07T13:08:34.748399+0000 mgr.a (mgr.24293) 7948 : audit 0 from='client.165534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:35 smithi022 bash[28554]: audit 2023-12-07T13:08:34.748399+0000 mgr.a (mgr.24293) 7948 : audit 0 from='client.165534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:35 smithi027 bash[31536]: audit 2023-12-07T13:08:34.748399+0000 mgr.a (mgr.24293) 7948 : audit 0 from='client.165534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:36 smithi044 bash[32620]: cluster 2023-12-07T13:08:34.904652+0000 mgr.a (mgr.24293) 7949 : 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-07T13:08:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:36 smithi022 bash[28554]: cluster 2023-12-07T13:08:34.904652+0000 mgr.a (mgr.24293) 7949 : 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-07T13:08:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:36 smithi027 bash[31536]: cluster 2023-12-07T13:08:34.904652+0000 mgr.a (mgr.24293) 7949 : 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-07T13:08:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:38 smithi044 bash[32620]: cluster 2023-12-07T13:08:36.905600+0000 mgr.a (mgr.24293) 7950 : 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-07T13:08:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:38 smithi022 bash[28554]: cluster 2023-12-07T13:08:36.905600+0000 mgr.a (mgr.24293) 7950 : 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-07T13:08:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:38 smithi027 bash[31536]: cluster 2023-12-07T13:08:36.905600+0000 mgr.a (mgr.24293) 7950 : 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-07T13:08:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:39 smithi044 bash[32620]: audit 2023-12-07T13:08:39.186513+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:08:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:39 smithi022 bash[28554]: audit 2023-12-07T13:08:39.186513+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:08:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:39 smithi027 bash[31536]: audit 2023-12-07T13:08:39.186513+0000 mon.a (mon.0) 1552 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:08:40.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:40.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:40.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:40 smithi022 bash[28554]: cluster 2023-12-07T13:08:38.906187+0000 mgr.a (mgr.24293) 7951 : 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-07T13:08:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:40 smithi044 bash[32620]: cluster 2023-12-07T13:08:38.906187+0000 mgr.a (mgr.24293) 7951 : 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-07T13:08:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:40 smithi027 bash[31536]: cluster 2023-12-07T13:08:38.906187+0000 mgr.a (mgr.24293) 7951 : 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-07T13:08:41.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:41.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:41.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:41.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:41.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:41 smithi044 bash[32620]: audit 2023-12-07T13:08:40.677262+0000 mgr.a (mgr.24293) 7952 : audit 0 from='client.165612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:41 smithi022 bash[28554]: audit 2023-12-07T13:08:40.677262+0000 mgr.a (mgr.24293) 7952 : audit 0 from='client.165612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:41 smithi027 bash[31536]: audit 2023-12-07T13:08:40.677262+0000 mgr.a (mgr.24293) 7952 : audit 0 from='client.165612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:42 smithi022 bash[28554]: cluster 2023-12-07T13:08:40.906882+0000 mgr.a (mgr.24293) 7953 : 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-07T13:08:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:42 smithi044 bash[32620]: cluster 2023-12-07T13:08:40.906882+0000 mgr.a (mgr.24293) 7953 : 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-07T13:08:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:42 smithi027 bash[31536]: cluster 2023-12-07T13:08:40.906882+0000 mgr.a (mgr.24293) 7953 : 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-07T13:08:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: cluster 2023-12-07T13:08:42.907590+0000 mgr.a (mgr.24293) 7954 : 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-07T13:08:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: audit 2023-12-07T13:08:44.543225+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: audit 2023-12-07T13:08:44.550472+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: audit 2023-12-07T13:08:44.582481+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: audit 2023-12-07T13:08:44.589622+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: audit 2023-12-07T13:08:44.625499+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:44 smithi022 bash[28554]: audit 2023-12-07T13:08:44.631718+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: cluster 2023-12-07T13:08:42.907590+0000 mgr.a (mgr.24293) 7954 : 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-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: audit 2023-12-07T13:08:44.543225+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: audit 2023-12-07T13:08:44.550472+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: audit 2023-12-07T13:08:44.582481+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: audit 2023-12-07T13:08:44.589622+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: audit 2023-12-07T13:08:44.625499+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:44 smithi044 bash[32620]: audit 2023-12-07T13:08:44.631718+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: cluster 2023-12-07T13:08:42.907590+0000 mgr.a (mgr.24293) 7954 : 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-07T13:08:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: audit 2023-12-07T13:08:44.543225+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: audit 2023-12-07T13:08:44.550472+0000 mon.a (mon.0) 1554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: audit 2023-12-07T13:08:44.582481+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: audit 2023-12-07T13:08:44.589622+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: audit 2023-12-07T13:08:44.625499+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:44 smithi027 bash[31536]: audit 2023-12-07T13:08:44.631718+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:45 smithi022 bash[28554]: audit 2023-12-07T13:08:45.333824+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:08:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:45 smithi022 bash[28554]: audit 2023-12-07T13:08:45.335779+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:08:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:45 smithi022 bash[28554]: audit 2023-12-07T13:08:45.345474+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:45 smithi044 bash[32620]: audit 2023-12-07T13:08:45.333824+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:08:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:45 smithi044 bash[32620]: audit 2023-12-07T13:08:45.335779+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:08:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:45 smithi044 bash[32620]: audit 2023-12-07T13:08:45.345474+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:45 smithi027 bash[31536]: audit 2023-12-07T13:08:45.333824+0000 mon.a (mon.0) 1559 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:08:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:45 smithi027 bash[31536]: audit 2023-12-07T13:08:45.335779+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:08:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:45 smithi027 bash[31536]: audit 2023-12-07T13:08:45.345474+0000 mon.a (mon.0) 1561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:08:46.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:46.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:46.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:47.156 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:47.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:47.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:47.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:47.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:46 smithi022 bash[28554]: cluster 2023-12-07T13:08:44.908286+0000 mgr.a (mgr.24293) 7955 : 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-07T13:08:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:46 smithi022 bash[28554]: audit 2023-12-07T13:08:46.625477+0000 mgr.a (mgr.24293) 7956 : audit 0 from='client.165687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:46 smithi044 bash[32620]: cluster 2023-12-07T13:08:44.908286+0000 mgr.a (mgr.24293) 7955 : 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-07T13:08:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:46 smithi044 bash[32620]: audit 2023-12-07T13:08:46.625477+0000 mgr.a (mgr.24293) 7956 : audit 0 from='client.165687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:46 smithi027 bash[31536]: cluster 2023-12-07T13:08:44.908286+0000 mgr.a (mgr.24293) 7955 : 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-07T13:08:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:46 smithi027 bash[31536]: audit 2023-12-07T13:08:46.625477+0000 mgr.a (mgr.24293) 7956 : audit 0 from='client.165687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:47 smithi044 bash[32620]: cluster 2023-12-07T13:08:46.909946+0000 mgr.a (mgr.24293) 7957 : 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-07T13:08:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:47 smithi022 bash[28554]: cluster 2023-12-07T13:08:46.909946+0000 mgr.a (mgr.24293) 7957 : 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-07T13:08:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:47 smithi027 bash[31536]: cluster 2023-12-07T13:08:46.909946+0000 mgr.a (mgr.24293) 7957 : 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-07T13:08:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:49 smithi044 bash[32620]: cluster 2023-12-07T13:08:48.910699+0000 mgr.a (mgr.24293) 7958 : 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-07T13:08:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:49 smithi022 bash[28554]: cluster 2023-12-07T13:08:48.910699+0000 mgr.a (mgr.24293) 7958 : 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-07T13:08:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:49 smithi027 bash[31536]: cluster 2023-12-07T13:08:48.910699+0000 mgr.a (mgr.24293) 7958 : 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-07T13:08:52.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:52.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:52.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:53.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:53.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:53.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:53.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:53.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:52 smithi044 bash[32620]: cluster 2023-12-07T13:08:50.911509+0000 mgr.a (mgr.24293) 7959 : 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-07T13:08:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:52 smithi022 bash[28554]: cluster 2023-12-07T13:08:50.911509+0000 mgr.a (mgr.24293) 7959 : 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-07T13:08:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:52 smithi027 bash[31536]: cluster 2023-12-07T13:08:50.911509+0000 mgr.a (mgr.24293) 7959 : 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-07T13:08:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:53 smithi044 bash[32620]: audit 2023-12-07T13:08:52.572676+0000 mgr.a (mgr.24293) 7960 : audit 0 from='client.165762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:53 smithi022 bash[28554]: audit 2023-12-07T13:08:52.572676+0000 mgr.a (mgr.24293) 7960 : audit 0 from='client.165762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:53 smithi027 bash[31536]: audit 2023-12-07T13:08:52.572676+0000 mgr.a (mgr.24293) 7960 : audit 0 from='client.165762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:54 smithi044 bash[32620]: cluster 2023-12-07T13:08:52.912025+0000 mgr.a (mgr.24293) 7961 : 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-07T13:08:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:54 smithi022 bash[28554]: cluster 2023-12-07T13:08:52.912025+0000 mgr.a (mgr.24293) 7961 : 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-07T13:08:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:54 smithi027 bash[31536]: cluster 2023-12-07T13:08:52.912025+0000 mgr.a (mgr.24293) 7961 : 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-07T13:08:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:56 smithi022 bash[28554]: cluster 2023-12-07T13:08:54.912653+0000 mgr.a (mgr.24293) 7962 : 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-07T13:08:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:56 smithi044 bash[32620]: cluster 2023-12-07T13:08:54.912653+0000 mgr.a (mgr.24293) 7962 : 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-07T13:08:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:56 smithi027 bash[31536]: cluster 2023-12-07T13:08:54.912653+0000 mgr.a (mgr.24293) 7962 : 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-07T13:08:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:08:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:59.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:08:59.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:59.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:59.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:59.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:08:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:58 smithi044 bash[32620]: cluster 2023-12-07T13:08:56.913461+0000 mgr.a (mgr.24293) 7963 : 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-07T13:08:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:58 smithi022 bash[28554]: cluster 2023-12-07T13:08:56.913461+0000 mgr.a (mgr.24293) 7963 : 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-07T13:08:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:58 smithi027 bash[31536]: cluster 2023-12-07T13:08:56.913461+0000 mgr.a (mgr.24293) 7963 : 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-07T13:09:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:08:59 smithi022 bash[28554]: audit 2023-12-07T13:08:58.517268+0000 mgr.a (mgr.24293) 7964 : audit 0 from='client.165837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:08:59 smithi044 bash[32620]: audit 2023-12-07T13:08:58.517268+0000 mgr.a (mgr.24293) 7964 : audit 0 from='client.165837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:08:59 smithi027 bash[31536]: audit 2023-12-07T13:08:58.517268+0000 mgr.a (mgr.24293) 7964 : audit 0 from='client.165837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:00 smithi044 bash[32620]: cluster 2023-12-07T13:08:58.922443+0000 mgr.a (mgr.24293) 7965 : 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-07T13:09:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:00 smithi022 bash[28554]: cluster 2023-12-07T13:08:58.922443+0000 mgr.a (mgr.24293) 7965 : 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-07T13:09:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:00 smithi027 bash[31536]: cluster 2023-12-07T13:08:58.922443+0000 mgr.a (mgr.24293) 7965 : 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-07T13:09:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:02 smithi022 bash[28554]: cluster 2023-12-07T13:09:00.923427+0000 mgr.a (mgr.24293) 7966 : 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-07T13:09:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:02 smithi044 bash[32620]: cluster 2023-12-07T13:09:00.923427+0000 mgr.a (mgr.24293) 7966 : 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-07T13:09:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:02 smithi027 bash[31536]: cluster 2023-12-07T13:09:00.923427+0000 mgr.a (mgr.24293) 7966 : 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-07T13:09:04.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:04.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:04.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:04.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:04.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:04.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:04.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:04.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:04 smithi022 bash[28554]: cluster 2023-12-07T13:09:02.923975+0000 mgr.a (mgr.24293) 7967 : 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-07T13:09:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:04 smithi044 bash[32620]: cluster 2023-12-07T13:09:02.923975+0000 mgr.a (mgr.24293) 7967 : 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-07T13:09:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:04 smithi027 bash[31536]: cluster 2023-12-07T13:09:02.923975+0000 mgr.a (mgr.24293) 7967 : 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-07T13:09:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:05 smithi022 bash[28554]: audit 2023-12-07T13:09:04.470293+0000 mgr.a (mgr.24293) 7968 : audit 0 from='client.165912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:05 smithi044 bash[32620]: audit 2023-12-07T13:09:04.470293+0000 mgr.a (mgr.24293) 7968 : audit 0 from='client.165912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:05 smithi027 bash[31536]: audit 2023-12-07T13:09:04.470293+0000 mgr.a (mgr.24293) 7968 : audit 0 from='client.165912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:06 smithi044 bash[32620]: cluster 2023-12-07T13:09:04.924672+0000 mgr.a (mgr.24293) 7969 : 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-07T13:09:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:06 smithi022 bash[28554]: cluster 2023-12-07T13:09:04.924672+0000 mgr.a (mgr.24293) 7969 : 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-07T13:09:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:06 smithi027 bash[31536]: cluster 2023-12-07T13:09:04.924672+0000 mgr.a (mgr.24293) 7969 : 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-07T13:09:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:07 smithi022 bash[28554]: cluster 2023-12-07T13:09:06.925528+0000 mgr.a (mgr.24293) 7970 : 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-07T13:09:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:07 smithi027 bash[31536]: cluster 2023-12-07T13:09:06.925528+0000 mgr.a (mgr.24293) 7970 : 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-07T13:09:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:07 smithi044 bash[32620]: cluster 2023-12-07T13:09:06.925528+0000 mgr.a (mgr.24293) 7970 : 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-07T13:09:09.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:09.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:09 smithi022 bash[28554]: cluster 2023-12-07T13:09:08.926113+0000 mgr.a (mgr.24293) 7971 : 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-07T13:09:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:09 smithi044 bash[32620]: cluster 2023-12-07T13:09:08.926113+0000 mgr.a (mgr.24293) 7971 : 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-07T13:09:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:09 smithi027 bash[31536]: cluster 2023-12-07T13:09:08.926113+0000 mgr.a (mgr.24293) 7971 : 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-07T13:09:10.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:10 smithi022 bash[28554]: audit 2023-12-07T13:09:10.411376+0000 mgr.a (mgr.24293) 7972 : audit 0 from='client.165987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:10 smithi044 bash[32620]: audit 2023-12-07T13:09:10.411376+0000 mgr.a (mgr.24293) 7972 : audit 0 from='client.165987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:11.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:10 smithi027 bash[31536]: audit 2023-12-07T13:09:10.411376+0000 mgr.a (mgr.24293) 7972 : audit 0 from='client.165987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:12 smithi044 bash[32620]: cluster 2023-12-07T13:09:10.926966+0000 mgr.a (mgr.24293) 7973 : cluster 0 pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:12 smithi022 bash[28554]: cluster 2023-12-07T13:09:10.926966+0000 mgr.a (mgr.24293) 7973 : cluster 0 pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:12 smithi027 bash[31536]: cluster 2023-12-07T13:09:10.926966+0000 mgr.a (mgr.24293) 7973 : cluster 0 pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:14 smithi022 bash[28554]: cluster 2023-12-07T13:09:12.927532+0000 mgr.a (mgr.24293) 7974 : cluster 0 pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:14 smithi044 bash[32620]: cluster 2023-12-07T13:09:12.927532+0000 mgr.a (mgr.24293) 7974 : cluster 0 pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:14 smithi027 bash[31536]: cluster 2023-12-07T13:09:12.927532+0000 mgr.a (mgr.24293) 7974 : cluster 0 pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:15.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:15.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:15.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:16.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:16.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:16.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:16.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:16.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:17.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:16 smithi022 bash[28554]: cluster 2023-12-07T13:09:14.928075+0000 mgr.a (mgr.24293) 7975 : cluster 0 pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:17.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:16 smithi044 bash[32620]: cluster 2023-12-07T13:09:14.928075+0000 mgr.a (mgr.24293) 7975 : cluster 0 pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:16 smithi027 bash[31536]: cluster 2023-12-07T13:09:14.928075+0000 mgr.a (mgr.24293) 7975 : cluster 0 pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:17 smithi044 bash[32620]: audit 2023-12-07T13:09:16.356060+0000 mgr.a (mgr.24293) 7976 : audit 0 from='client.166065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:17 smithi022 bash[28554]: audit 2023-12-07T13:09:16.356060+0000 mgr.a (mgr.24293) 7976 : audit 0 from='client.166065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:17 smithi027 bash[31536]: audit 2023-12-07T13:09:16.356060+0000 mgr.a (mgr.24293) 7976 : audit 0 from='client.166065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:18 smithi044 bash[32620]: cluster 2023-12-07T13:09:16.929146+0000 mgr.a (mgr.24293) 7977 : 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-07T13:09:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:18 smithi022 bash[28554]: cluster 2023-12-07T13:09:16.929146+0000 mgr.a (mgr.24293) 7977 : 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-07T13:09:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:18 smithi027 bash[31536]: cluster 2023-12-07T13:09:16.929146+0000 mgr.a (mgr.24293) 7977 : 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-07T13:09:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:20 smithi022 bash[28554]: cluster 2023-12-07T13:09:18.929728+0000 mgr.a (mgr.24293) 7978 : 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-07T13:09:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:20 smithi044 bash[32620]: cluster 2023-12-07T13:09:18.929728+0000 mgr.a (mgr.24293) 7978 : 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-07T13:09:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:20 smithi027 bash[31536]: cluster 2023-12-07T13:09:18.929728+0000 mgr.a (mgr.24293) 7978 : 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-07T13:09:21.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:21.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:21.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:22.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:22.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:22.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:22.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:22.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:22 smithi044 bash[32620]: cluster 2023-12-07T13:09:20.930518+0000 mgr.a (mgr.24293) 7979 : 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-07T13:09:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:22 smithi022 bash[28554]: cluster 2023-12-07T13:09:20.930518+0000 mgr.a (mgr.24293) 7979 : 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-07T13:09:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:22 smithi027 bash[31536]: cluster 2023-12-07T13:09:20.930518+0000 mgr.a (mgr.24293) 7979 : 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-07T13:09:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:23 smithi044 bash[32620]: audit 2023-12-07T13:09:22.319761+0000 mgr.a (mgr.24293) 7980 : audit 0 from='client.166143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:23 smithi022 bash[28554]: audit 2023-12-07T13:09:22.319761+0000 mgr.a (mgr.24293) 7980 : audit 0 from='client.166143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:23 smithi027 bash[31536]: audit 2023-12-07T13:09:22.319761+0000 mgr.a (mgr.24293) 7980 : audit 0 from='client.166143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:24 smithi044 bash[32620]: cluster 2023-12-07T13:09:22.931234+0000 mgr.a (mgr.24293) 7981 : cluster 0 pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:24 smithi022 bash[28554]: cluster 2023-12-07T13:09:22.931234+0000 mgr.a (mgr.24293) 7981 : cluster 0 pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:24 smithi027 bash[31536]: cluster 2023-12-07T13:09:22.931234+0000 mgr.a (mgr.24293) 7981 : cluster 0 pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:26 smithi044 bash[32620]: cluster 2023-12-07T13:09:24.931875+0000 mgr.a (mgr.24293) 7982 : cluster 0 pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:26 smithi022 bash[28554]: cluster 2023-12-07T13:09:24.931875+0000 mgr.a (mgr.24293) 7982 : cluster 0 pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:26 smithi027 bash[31536]: cluster 2023-12-07T13:09:24.931875+0000 mgr.a (mgr.24293) 7982 : cluster 0 pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:27.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:27.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:27.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:28.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:28.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:28.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:28.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:28.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:28 smithi044 bash[32620]: cluster 2023-12-07T13:09:26.932825+0000 mgr.a (mgr.24293) 7983 : cluster 0 pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:09:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:28 smithi022 bash[28554]: cluster 2023-12-07T13:09:26.932825+0000 mgr.a (mgr.24293) 7983 : cluster 0 pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:09:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:28 smithi027 bash[31536]: cluster 2023-12-07T13:09:26.932825+0000 mgr.a (mgr.24293) 7983 : cluster 0 pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:09:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:29 smithi044 bash[32620]: audit 2023-12-07T13:09:28.260545+0000 mgr.a (mgr.24293) 7984 : audit 0 from='client.166221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:29 smithi044 bash[32620]: cluster 2023-12-07T13:09:28.933575+0000 mgr.a (mgr.24293) 7985 : 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-07T13:09:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:29 smithi022 bash[28554]: audit 2023-12-07T13:09:28.260545+0000 mgr.a (mgr.24293) 7984 : audit 0 from='client.166221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:29 smithi022 bash[28554]: cluster 2023-12-07T13:09:28.933575+0000 mgr.a (mgr.24293) 7985 : 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-07T13:09:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:29 smithi027 bash[31536]: audit 2023-12-07T13:09:28.260545+0000 mgr.a (mgr.24293) 7984 : audit 0 from='client.166221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:29 smithi027 bash[31536]: cluster 2023-12-07T13:09:28.933575+0000 mgr.a (mgr.24293) 7985 : 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-07T13:09:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:32 smithi044 bash[32620]: cluster 2023-12-07T13:09:30.934402+0000 mgr.a (mgr.24293) 7986 : 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-07T13:09:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:32 smithi022 bash[28554]: cluster 2023-12-07T13:09:30.934402+0000 mgr.a (mgr.24293) 7986 : 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-07T13:09:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:32 smithi027 bash[31536]: cluster 2023-12-07T13:09:30.934402+0000 mgr.a (mgr.24293) 7986 : 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-07T13:09:33.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:33.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:33.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:34.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:34.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:34.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:34.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:34.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:34 smithi044 bash[32620]: cluster 2023-12-07T13:09:32.934963+0000 mgr.a (mgr.24293) 7987 : 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-07T13:09:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:34 smithi022 bash[28554]: cluster 2023-12-07T13:09:32.934963+0000 mgr.a (mgr.24293) 7987 : 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-07T13:09:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:34 smithi027 bash[31536]: cluster 2023-12-07T13:09:32.934963+0000 mgr.a (mgr.24293) 7987 : 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-07T13:09:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:35 smithi022 bash[28554]: audit 2023-12-07T13:09:34.190813+0000 mgr.a (mgr.24293) 7988 : audit 0 from='client.166296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:35 smithi044 bash[32620]: audit 2023-12-07T13:09:34.190813+0000 mgr.a (mgr.24293) 7988 : audit 0 from='client.166296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:35 smithi027 bash[31536]: audit 2023-12-07T13:09:34.190813+0000 mgr.a (mgr.24293) 7988 : audit 0 from='client.166296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:36 smithi022 bash[28554]: cluster 2023-12-07T13:09:34.935711+0000 mgr.a (mgr.24293) 7989 : 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-07T13:09:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:36 smithi044 bash[32620]: cluster 2023-12-07T13:09:34.935711+0000 mgr.a (mgr.24293) 7989 : 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-07T13:09:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:36 smithi027 bash[31536]: cluster 2023-12-07T13:09:34.935711+0000 mgr.a (mgr.24293) 7989 : 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-07T13:09:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:38 smithi022 bash[28554]: cluster 2023-12-07T13:09:36.936492+0000 mgr.a (mgr.24293) 7990 : 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-07T13:09:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:38 smithi044 bash[32620]: cluster 2023-12-07T13:09:36.936492+0000 mgr.a (mgr.24293) 7990 : 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-07T13:09:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:38 smithi027 bash[31536]: cluster 2023-12-07T13:09:36.936492+0000 mgr.a (mgr.24293) 7990 : 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-07T13:09:39.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:39.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:39.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:40.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:40.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:40.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:40.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:40.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:40 smithi044 bash[32620]: cluster 2023-12-07T13:09:38.937046+0000 mgr.a (mgr.24293) 7991 : 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-07T13:09:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:40 smithi022 bash[28554]: cluster 2023-12-07T13:09:38.937046+0000 mgr.a (mgr.24293) 7991 : 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-07T13:09:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:40 smithi027 bash[31536]: cluster 2023-12-07T13:09:38.937046+0000 mgr.a (mgr.24293) 7991 : 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-07T13:09:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:41 smithi022 bash[28554]: audit 2023-12-07T13:09:40.131024+0000 mgr.a (mgr.24293) 7992 : audit 0 from='client.166374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:41 smithi044 bash[32620]: audit 2023-12-07T13:09:40.131024+0000 mgr.a (mgr.24293) 7992 : audit 0 from='client.166374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:41 smithi027 bash[31536]: audit 2023-12-07T13:09:40.131024+0000 mgr.a (mgr.24293) 7992 : audit 0 from='client.166374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:42 smithi022 bash[28554]: cluster 2023-12-07T13:09:40.938237+0000 mgr.a (mgr.24293) 7993 : cluster 0 pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:09:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:42 smithi044 bash[32620]: cluster 2023-12-07T13:09:40.938237+0000 mgr.a (mgr.24293) 7993 : cluster 0 pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:09:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:42 smithi027 bash[31536]: cluster 2023-12-07T13:09:40.938237+0000 mgr.a (mgr.24293) 7993 : cluster 0 pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:09:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:44 smithi022 bash[28554]: cluster 2023-12-07T13:09:42.939003+0000 mgr.a (mgr.24293) 7994 : cluster 0 pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:44 smithi044 bash[32620]: cluster 2023-12-07T13:09:42.939003+0000 mgr.a (mgr.24293) 7994 : cluster 0 pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:44 smithi027 bash[31536]: cluster 2023-12-07T13:09:42.939003+0000 mgr.a (mgr.24293) 7994 : cluster 0 pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:45.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:45.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:45.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:45 smithi044 bash[32620]: audit 2023-12-07T13:09:45.448320+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:09:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:45 smithi022 bash[28554]: audit 2023-12-07T13:09:45.448320+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:09:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:45 smithi027 bash[31536]: audit 2023-12-07T13:09:45.448320+0000 mon.a (mon.0) 1562 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:09:46.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:46.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:46.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:46.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:46.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:46 smithi044 bash[32620]: cluster 2023-12-07T13:09:44.939615+0000 mgr.a (mgr.24293) 7995 : cluster 0 pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:46 smithi044 bash[32620]: audit 2023-12-07T13:09:46.126623+0000 mgr.a (mgr.24293) 7996 : audit 0 from='client.166449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:46 smithi044 bash[32620]: audit 2023-12-07T13:09:46.303950+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:46 smithi044 bash[32620]: audit 2023-12-07T13:09:46.306436+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:46 smithi044 bash[32620]: audit 2023-12-07T13:09:46.317090+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:46 smithi022 bash[28554]: cluster 2023-12-07T13:09:44.939615+0000 mgr.a (mgr.24293) 7995 : cluster 0 pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:46 smithi022 bash[28554]: audit 2023-12-07T13:09:46.126623+0000 mgr.a (mgr.24293) 7996 : audit 0 from='client.166449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:46 smithi022 bash[28554]: audit 2023-12-07T13:09:46.303950+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:46 smithi022 bash[28554]: audit 2023-12-07T13:09:46.306436+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:09:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:46 smithi022 bash[28554]: audit 2023-12-07T13:09:46.317090+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:09:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:46 smithi027 bash[31536]: cluster 2023-12-07T13:09:44.939615+0000 mgr.a (mgr.24293) 7995 : cluster 0 pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:46 smithi027 bash[31536]: audit 2023-12-07T13:09:46.126623+0000 mgr.a (mgr.24293) 7996 : audit 0 from='client.166449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:46 smithi027 bash[31536]: audit 2023-12-07T13:09:46.303950+0000 mon.a (mon.0) 1563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:09:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:46 smithi027 bash[31536]: audit 2023-12-07T13:09:46.306436+0000 mon.a (mon.0) 1564 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:09:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:46 smithi027 bash[31536]: audit 2023-12-07T13:09:46.317090+0000 mon.a (mon.0) 1565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:09:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:47 smithi044 bash[32620]: cluster 2023-12-07T13:09:46.940601+0000 mgr.a (mgr.24293) 7997 : 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-07T13:09:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:47 smithi022 bash[28554]: cluster 2023-12-07T13:09:46.940601+0000 mgr.a (mgr.24293) 7997 : 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-07T13:09:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:47 smithi027 bash[31536]: cluster 2023-12-07T13:09:46.940601+0000 mgr.a (mgr.24293) 7997 : 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-07T13:09:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:49 smithi044 bash[32620]: cluster 2023-12-07T13:09:48.941216+0000 mgr.a (mgr.24293) 7998 : 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-07T13:09:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:49 smithi022 bash[28554]: cluster 2023-12-07T13:09:48.941216+0000 mgr.a (mgr.24293) 7998 : 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-07T13:09:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:49 smithi027 bash[31536]: cluster 2023-12-07T13:09:48.941216+0000 mgr.a (mgr.24293) 7998 : 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-07T13:09:51.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:51.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:51.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:52.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:52.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:52.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:52.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:52.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:53.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:52 smithi022 bash[28554]: cluster 2023-12-07T13:09:50.941954+0000 mgr.a (mgr.24293) 7999 : 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-07T13:09:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:52 smithi044 bash[32620]: cluster 2023-12-07T13:09:50.941954+0000 mgr.a (mgr.24293) 7999 : 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-07T13:09:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:52 smithi027 bash[31536]: cluster 2023-12-07T13:09:50.941954+0000 mgr.a (mgr.24293) 7999 : 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-07T13:09:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:53 smithi022 bash[28554]: audit 2023-12-07T13:09:52.075485+0000 mgr.a (mgr.24293) 8000 : audit 0 from='client.166521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:53 smithi044 bash[32620]: audit 2023-12-07T13:09:52.075485+0000 mgr.a (mgr.24293) 8000 : audit 0 from='client.166521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:53 smithi027 bash[31536]: audit 2023-12-07T13:09:52.075485+0000 mgr.a (mgr.24293) 8000 : audit 0 from='client.166521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:54 smithi022 bash[28554]: cluster 2023-12-07T13:09:52.942822+0000 mgr.a (mgr.24293) 8001 : cluster 0 pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:54 smithi044 bash[32620]: cluster 2023-12-07T13:09:52.942822+0000 mgr.a (mgr.24293) 8001 : cluster 0 pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:54 smithi027 bash[31536]: cluster 2023-12-07T13:09:52.942822+0000 mgr.a (mgr.24293) 8001 : cluster 0 pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:56 smithi044 bash[32620]: cluster 2023-12-07T13:09:54.943463+0000 mgr.a (mgr.24293) 8002 : cluster 0 pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:56 smithi022 bash[28554]: cluster 2023-12-07T13:09:54.943463+0000 mgr.a (mgr.24293) 8002 : cluster 0 pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:56 smithi027 bash[31536]: cluster 2023-12-07T13:09:54.943463+0000 mgr.a (mgr.24293) 8002 : cluster 0 pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:57.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:09:57.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:57.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:58.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:09:58.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:58.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:58.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:58.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:09:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:58 smithi022 bash[28554]: cluster 2023-12-07T13:09:56.944281+0000 mgr.a (mgr.24293) 8003 : cluster 0 pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:09:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:58 smithi044 bash[32620]: cluster 2023-12-07T13:09:56.944281+0000 mgr.a (mgr.24293) 8003 : cluster 0 pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:09:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:58 smithi027 bash[31536]: cluster 2023-12-07T13:09:56.944281+0000 mgr.a (mgr.24293) 8003 : cluster 0 pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:10:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:09:59 smithi022 bash[28554]: audit 2023-12-07T13:09:58.020983+0000 mgr.a (mgr.24293) 8004 : audit 0 from='client.166596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:09:59 smithi044 bash[32620]: audit 2023-12-07T13:09:58.020983+0000 mgr.a (mgr.24293) 8004 : audit 0 from='client.166596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:09:59 smithi027 bash[31536]: audit 2023-12-07T13:09:58.020983+0000 mgr.a (mgr.24293) 8004 : audit 0 from='client.166596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:00 smithi044 bash[32620]: cluster 2023-12-07T13:09:58.944996+0000 mgr.a (mgr.24293) 8005 : 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-07T13:10:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:00 smithi044 bash[32620]: cluster 2023-12-07T13:10:00.000119+0000 mon.a (mon.0) 1566 : cluster 1 overall HEALTH_OK 2023-12-07T13:10:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:00 smithi022 bash[28554]: cluster 2023-12-07T13:09:58.944996+0000 mgr.a (mgr.24293) 8005 : 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-07T13:10:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:00 smithi022 bash[28554]: cluster 2023-12-07T13:10:00.000119+0000 mon.a (mon.0) 1566 : cluster 1 overall HEALTH_OK 2023-12-07T13:10:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:00 smithi027 bash[31536]: cluster 2023-12-07T13:09:58.944996+0000 mgr.a (mgr.24293) 8005 : 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-07T13:10:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:00 smithi027 bash[31536]: cluster 2023-12-07T13:10:00.000119+0000 mon.a (mon.0) 1566 : cluster 1 overall HEALTH_OK 2023-12-07T13:10:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:02 smithi022 bash[28554]: cluster 2023-12-07T13:10:00.945975+0000 mgr.a (mgr.24293) 8006 : 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-07T13:10:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:02 smithi044 bash[32620]: cluster 2023-12-07T13:10:00.945975+0000 mgr.a (mgr.24293) 8006 : 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-07T13:10:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:02 smithi027 bash[31536]: cluster 2023-12-07T13:10:00.945975+0000 mgr.a (mgr.24293) 8006 : 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-07T13:10:03.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:03.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:03.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:04.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:04.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:04.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:04.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:04.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:04 smithi022 bash[28554]: cluster 2023-12-07T13:10:02.946580+0000 mgr.a (mgr.24293) 8007 : 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-07T13:10:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:04 smithi044 bash[32620]: cluster 2023-12-07T13:10:02.946580+0000 mgr.a (mgr.24293) 8007 : 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-07T13:10:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:04 smithi027 bash[31536]: cluster 2023-12-07T13:10:02.946580+0000 mgr.a (mgr.24293) 8007 : 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-07T13:10:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:05 smithi044 bash[32620]: audit 2023-12-07T13:10:03.967130+0000 mgr.a (mgr.24293) 8008 : audit 0 from='client.166674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:05 smithi044 bash[32620]: cluster 2023-12-07T13:10:04.947321+0000 mgr.a (mgr.24293) 8009 : 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-07T13:10:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:05 smithi022 bash[28554]: audit 2023-12-07T13:10:03.967130+0000 mgr.a (mgr.24293) 8008 : audit 0 from='client.166674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:05 smithi022 bash[28554]: cluster 2023-12-07T13:10:04.947321+0000 mgr.a (mgr.24293) 8009 : 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-07T13:10:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:05 smithi027 bash[31536]: audit 2023-12-07T13:10:03.967130+0000 mgr.a (mgr.24293) 8008 : audit 0 from='client.166674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:05 smithi027 bash[31536]: cluster 2023-12-07T13:10:04.947321+0000 mgr.a (mgr.24293) 8009 : 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-07T13:10:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:08 smithi022 bash[28554]: cluster 2023-12-07T13:10:06.948114+0000 mgr.a (mgr.24293) 8010 : 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-07T13:10:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:08 smithi044 bash[32620]: cluster 2023-12-07T13:10:06.948114+0000 mgr.a (mgr.24293) 8010 : 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-07T13:10:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:08 smithi027 bash[31536]: cluster 2023-12-07T13:10:06.948114+0000 mgr.a (mgr.24293) 8010 : 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-07T13:10:09.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:09.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:09.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:10.403 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:10.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:10.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:10.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:10.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:10 smithi044 bash[32620]: cluster 2023-12-07T13:10:08.948674+0000 mgr.a (mgr.24293) 8011 : 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-07T13:10:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:10 smithi044 bash[32620]: audit 2023-12-07T13:10:09.872387+0000 mgr.a (mgr.24293) 8012 : audit 0 from='client.166743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:10 smithi022 bash[28554]: cluster 2023-12-07T13:10:08.948674+0000 mgr.a (mgr.24293) 8011 : 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-07T13:10:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:10 smithi022 bash[28554]: audit 2023-12-07T13:10:09.872387+0000 mgr.a (mgr.24293) 8012 : audit 0 from='client.166743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:10 smithi027 bash[31536]: cluster 2023-12-07T13:10:08.948674+0000 mgr.a (mgr.24293) 8011 : 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-07T13:10:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:10 smithi027 bash[31536]: audit 2023-12-07T13:10:09.872387+0000 mgr.a (mgr.24293) 8012 : audit 0 from='client.166743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:12 smithi044 bash[32620]: cluster 2023-12-07T13:10:10.949590+0000 mgr.a (mgr.24293) 8013 : cluster 0 pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:10:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:12 smithi022 bash[28554]: cluster 2023-12-07T13:10:10.949590+0000 mgr.a (mgr.24293) 8013 : cluster 0 pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:10:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:12 smithi027 bash[31536]: cluster 2023-12-07T13:10:10.949590+0000 mgr.a (mgr.24293) 8013 : cluster 0 pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:10:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:14 smithi022 bash[28554]: cluster 2023-12-07T13:10:12.950254+0000 mgr.a (mgr.24293) 8014 : cluster 0 pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:10:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:14 smithi044 bash[32620]: cluster 2023-12-07T13:10:12.950254+0000 mgr.a (mgr.24293) 8014 : cluster 0 pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:10:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:14 smithi027 bash[31536]: cluster 2023-12-07T13:10:12.950254+0000 mgr.a (mgr.24293) 8014 : cluster 0 pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:10:15.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:15.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:15.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:16.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:16.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:16.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:16.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:16.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:16 smithi022 bash[28554]: cluster 2023-12-07T13:10:14.950842+0000 mgr.a (mgr.24293) 8015 : cluster 0 pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:10:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:16 smithi022 bash[28554]: audit 2023-12-07T13:10:15.805114+0000 mgr.a (mgr.24293) 8016 : audit 0 from='client.166821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:16 smithi044 bash[32620]: cluster 2023-12-07T13:10:14.950842+0000 mgr.a (mgr.24293) 8015 : cluster 0 pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:10:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:16 smithi044 bash[32620]: audit 2023-12-07T13:10:15.805114+0000 mgr.a (mgr.24293) 8016 : audit 0 from='client.166821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:16 smithi027 bash[31536]: cluster 2023-12-07T13:10:14.950842+0000 mgr.a (mgr.24293) 8015 : cluster 0 pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:10:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:16 smithi027 bash[31536]: audit 2023-12-07T13:10:15.805114+0000 mgr.a (mgr.24293) 8016 : audit 0 from='client.166821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:18 smithi044 bash[32620]: cluster 2023-12-07T13:10:16.951954+0000 mgr.a (mgr.24293) 8017 : cluster 0 pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:18 smithi022 bash[28554]: cluster 2023-12-07T13:10:16.951954+0000 mgr.a (mgr.24293) 8017 : cluster 0 pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:18 smithi027 bash[31536]: cluster 2023-12-07T13:10:16.951954+0000 mgr.a (mgr.24293) 8017 : cluster 0 pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:20 smithi044 bash[32620]: cluster 2023-12-07T13:10:18.952532+0000 mgr.a (mgr.24293) 8018 : cluster 0 pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:20 smithi022 bash[28554]: cluster 2023-12-07T13:10:18.952532+0000 mgr.a (mgr.24293) 8018 : cluster 0 pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:20 smithi027 bash[31536]: cluster 2023-12-07T13:10:18.952532+0000 mgr.a (mgr.24293) 8018 : cluster 0 pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:21.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:21.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:21.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:22.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:22.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:22.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:22.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:22.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:22 smithi022 bash[28554]: cluster 2023-12-07T13:10:20.953301+0000 mgr.a (mgr.24293) 8019 : 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-07T13:10:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:22 smithi022 bash[28554]: audit 2023-12-07T13:10:21.749107+0000 mgr.a (mgr.24293) 8020 : audit 0 from='client.166896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:22 smithi044 bash[32620]: cluster 2023-12-07T13:10:20.953301+0000 mgr.a (mgr.24293) 8019 : 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-07T13:10:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:22 smithi044 bash[32620]: audit 2023-12-07T13:10:21.749107+0000 mgr.a (mgr.24293) 8020 : audit 0 from='client.166896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:22 smithi027 bash[31536]: cluster 2023-12-07T13:10:20.953301+0000 mgr.a (mgr.24293) 8019 : 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-07T13:10:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:22 smithi027 bash[31536]: audit 2023-12-07T13:10:21.749107+0000 mgr.a (mgr.24293) 8020 : audit 0 from='client.166896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:24 smithi022 bash[28554]: cluster 2023-12-07T13:10:22.953986+0000 mgr.a (mgr.24293) 8021 : cluster 0 pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:10:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:24 smithi044 bash[32620]: cluster 2023-12-07T13:10:22.953986+0000 mgr.a (mgr.24293) 8021 : cluster 0 pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:10:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:24 smithi027 bash[31536]: cluster 2023-12-07T13:10:22.953986+0000 mgr.a (mgr.24293) 8021 : cluster 0 pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:10:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:26 smithi022 bash[28554]: cluster 2023-12-07T13:10:24.954583+0000 mgr.a (mgr.24293) 8022 : cluster 0 pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:10:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:26 smithi044 bash[32620]: cluster 2023-12-07T13:10:24.954583+0000 mgr.a (mgr.24293) 8022 : cluster 0 pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:10:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:26 smithi027 bash[31536]: cluster 2023-12-07T13:10:24.954583+0000 mgr.a (mgr.24293) 8022 : cluster 0 pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:10:27.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:27.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:27.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:27 smithi027 bash[31536]: cluster 2023-12-07T13:10:26.955584+0000 mgr.a (mgr.24293) 8023 : cluster 0 pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:10:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:27 smithi027 bash[31536]: audit 2023-12-07T13:10:27.685639+0000 mgr.a (mgr.24293) 8024 : audit 0 from='client.166974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:28.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:28.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:28.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:28.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:28.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:27 smithi022 bash[28554]: cluster 2023-12-07T13:10:26.955584+0000 mgr.a (mgr.24293) 8023 : cluster 0 pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:10:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:27 smithi022 bash[28554]: audit 2023-12-07T13:10:27.685639+0000 mgr.a (mgr.24293) 8024 : audit 0 from='client.166974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:27 smithi044 bash[32620]: cluster 2023-12-07T13:10:26.955584+0000 mgr.a (mgr.24293) 8023 : cluster 0 pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:10:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:27 smithi044 bash[32620]: audit 2023-12-07T13:10:27.685639+0000 mgr.a (mgr.24293) 8024 : audit 0 from='client.166974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:30 smithi044 bash[32620]: cluster 2023-12-07T13:10:28.956228+0000 mgr.a (mgr.24293) 8025 : cluster 0 pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:30 smithi022 bash[28554]: cluster 2023-12-07T13:10:28.956228+0000 mgr.a (mgr.24293) 8025 : cluster 0 pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:30 smithi027 bash[31536]: cluster 2023-12-07T13:10:28.956228+0000 mgr.a (mgr.24293) 8025 : cluster 0 pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:32 smithi044 bash[32620]: cluster 2023-12-07T13:10:30.957015+0000 mgr.a (mgr.24293) 8026 : cluster 0 pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:10:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:32 smithi022 bash[28554]: cluster 2023-12-07T13:10:30.957015+0000 mgr.a (mgr.24293) 8026 : cluster 0 pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:10:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:32 smithi027 bash[31536]: cluster 2023-12-07T13:10:30.957015+0000 mgr.a (mgr.24293) 8026 : cluster 0 pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:10:33.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:33.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:33.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:34.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:34.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:34.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:34.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:34.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:34 smithi044 bash[32620]: cluster 2023-12-07T13:10:32.957575+0000 mgr.a (mgr.24293) 8027 : 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-07T13:10:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:34 smithi044 bash[32620]: audit 2023-12-07T13:10:33.617240+0000 mgr.a (mgr.24293) 8028 : audit 0 from='client.167052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:34 smithi022 bash[28554]: cluster 2023-12-07T13:10:32.957575+0000 mgr.a (mgr.24293) 8027 : 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-07T13:10:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:34 smithi022 bash[28554]: audit 2023-12-07T13:10:33.617240+0000 mgr.a (mgr.24293) 8028 : audit 0 from='client.167052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:34 smithi027 bash[31536]: cluster 2023-12-07T13:10:32.957575+0000 mgr.a (mgr.24293) 8027 : 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-07T13:10:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:34 smithi027 bash[31536]: audit 2023-12-07T13:10:33.617240+0000 mgr.a (mgr.24293) 8028 : audit 0 from='client.167052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:36 smithi044 bash[32620]: cluster 2023-12-07T13:10:34.958342+0000 mgr.a (mgr.24293) 8029 : 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-07T13:10:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:36 smithi022 bash[28554]: cluster 2023-12-07T13:10:34.958342+0000 mgr.a (mgr.24293) 8029 : 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-07T13:10:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:36 smithi027 bash[31536]: cluster 2023-12-07T13:10:34.958342+0000 mgr.a (mgr.24293) 8029 : 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-07T13:10:39.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:39.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:39.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:38 smithi022 bash[28554]: cluster 2023-12-07T13:10:36.959238+0000 mgr.a (mgr.24293) 8030 : 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-07T13:10:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:38 smithi044 bash[32620]: cluster 2023-12-07T13:10:36.959238+0000 mgr.a (mgr.24293) 8030 : 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-07T13:10:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:38 smithi027 bash[31536]: cluster 2023-12-07T13:10:36.959238+0000 mgr.a (mgr.24293) 8030 : 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-07T13:10:40.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:40.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:40.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:40.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:40.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:40 smithi022 bash[28554]: cluster 2023-12-07T13:10:38.959810+0000 mgr.a (mgr.24293) 8031 : 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-07T13:10:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:40 smithi022 bash[28554]: audit 2023-12-07T13:10:39.542940+0000 mgr.a (mgr.24293) 8032 : audit 0 from='client.167130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:40 smithi044 bash[32620]: cluster 2023-12-07T13:10:38.959810+0000 mgr.a (mgr.24293) 8031 : 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-07T13:10:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:40 smithi044 bash[32620]: audit 2023-12-07T13:10:39.542940+0000 mgr.a (mgr.24293) 8032 : audit 0 from='client.167130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:40 smithi027 bash[31536]: cluster 2023-12-07T13:10:38.959810+0000 mgr.a (mgr.24293) 8031 : 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-07T13:10:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:40 smithi027 bash[31536]: audit 2023-12-07T13:10:39.542940+0000 mgr.a (mgr.24293) 8032 : audit 0 from='client.167130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:42 smithi044 bash[32620]: cluster 2023-12-07T13:10:40.960721+0000 mgr.a (mgr.24293) 8033 : 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-07T13:10:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:42 smithi022 bash[28554]: cluster 2023-12-07T13:10:40.960721+0000 mgr.a (mgr.24293) 8033 : 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-07T13:10:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:42 smithi027 bash[31536]: cluster 2023-12-07T13:10:40.960721+0000 mgr.a (mgr.24293) 8033 : 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-07T13:10:45.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:45.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:45.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:44 smithi044 bash[32620]: cluster 2023-12-07T13:10:42.961332+0000 mgr.a (mgr.24293) 8034 : 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-07T13:10:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:44 smithi022 bash[28554]: cluster 2023-12-07T13:10:42.961332+0000 mgr.a (mgr.24293) 8034 : 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-07T13:10:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:44 smithi027 bash[31536]: cluster 2023-12-07T13:10:42.961332+0000 mgr.a (mgr.24293) 8034 : 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-07T13:10:45.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:46 smithi022 bash[28554]: cluster 2023-12-07T13:10:44.961893+0000 mgr.a (mgr.24293) 8035 : 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-07T13:10:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:46 smithi022 bash[28554]: audit 2023-12-07T13:10:45.469884+0000 mgr.a (mgr.24293) 8036 : audit 0 from='client.167202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:46 smithi022 bash[28554]: audit 2023-12-07T13:10:46.431475+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:10:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:46 smithi044 bash[32620]: cluster 2023-12-07T13:10:44.961893+0000 mgr.a (mgr.24293) 8035 : 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-07T13:10:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:46 smithi044 bash[32620]: audit 2023-12-07T13:10:45.469884+0000 mgr.a (mgr.24293) 8036 : audit 0 from='client.167202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:46 smithi044 bash[32620]: audit 2023-12-07T13:10:46.431475+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:10:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:46 smithi027 bash[31536]: cluster 2023-12-07T13:10:44.961893+0000 mgr.a (mgr.24293) 8035 : 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-07T13:10:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:46 smithi027 bash[31536]: audit 2023-12-07T13:10:45.469884+0000 mgr.a (mgr.24293) 8036 : audit 0 from='client.167202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:46 smithi027 bash[31536]: audit 2023-12-07T13:10:46.431475+0000 mon.a (mon.0) 1567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:10:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:47 smithi022 bash[28554]: audit 2023-12-07T13:10:47.227506+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:10:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:47 smithi022 bash[28554]: audit 2023-12-07T13:10:47.229536+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:10:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:47 smithi022 bash[28554]: audit 2023-12-07T13:10:47.239581+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:10:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:47 smithi044 bash[32620]: audit 2023-12-07T13:10:47.227506+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:10:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:47 smithi044 bash[32620]: audit 2023-12-07T13:10:47.229536+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:10:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:47 smithi044 bash[32620]: audit 2023-12-07T13:10:47.239581+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:10:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:47 smithi027 bash[31536]: audit 2023-12-07T13:10:47.227506+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:10:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:47 smithi027 bash[31536]: audit 2023-12-07T13:10:47.229536+0000 mon.a (mon.0) 1569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:10:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:47 smithi027 bash[31536]: audit 2023-12-07T13:10:47.239581+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:10:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:48 smithi022 bash[28554]: cluster 2023-12-07T13:10:46.962830+0000 mgr.a (mgr.24293) 8037 : cluster 0 pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:48 smithi044 bash[32620]: cluster 2023-12-07T13:10:46.962830+0000 mgr.a (mgr.24293) 8037 : cluster 0 pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:48 smithi027 bash[31536]: cluster 2023-12-07T13:10:46.962830+0000 mgr.a (mgr.24293) 8037 : cluster 0 pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:49 smithi022 bash[28554]: cluster 2023-12-07T13:10:48.963426+0000 mgr.a (mgr.24293) 8038 : cluster 0 pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:49 smithi044 bash[32620]: cluster 2023-12-07T13:10:48.963426+0000 mgr.a (mgr.24293) 8038 : cluster 0 pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:49 smithi027 bash[31536]: cluster 2023-12-07T13:10:48.963426+0000 mgr.a (mgr.24293) 8038 : cluster 0 pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:50.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:50.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:50.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:51.895 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:51.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:51.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:51.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:51.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:52 smithi022 bash[28554]: cluster 2023-12-07T13:10:50.964108+0000 mgr.a (mgr.24293) 8039 : 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-07T13:10:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:52 smithi022 bash[28554]: audit 2023-12-07T13:10:51.380651+0000 mgr.a (mgr.24293) 8040 : audit 0 from='client.167277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:52 smithi044 bash[32620]: cluster 2023-12-07T13:10:50.964108+0000 mgr.a (mgr.24293) 8039 : 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-07T13:10:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:52 smithi044 bash[32620]: audit 2023-12-07T13:10:51.380651+0000 mgr.a (mgr.24293) 8040 : audit 0 from='client.167277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:52 smithi027 bash[31536]: cluster 2023-12-07T13:10:50.964108+0000 mgr.a (mgr.24293) 8039 : 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-07T13:10:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:52 smithi027 bash[31536]: audit 2023-12-07T13:10:51.380651+0000 mgr.a (mgr.24293) 8040 : audit 0 from='client.167277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:54 smithi044 bash[32620]: cluster 2023-12-07T13:10:52.964714+0000 mgr.a (mgr.24293) 8041 : 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-07T13:10:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:54 smithi022 bash[28554]: cluster 2023-12-07T13:10:52.964714+0000 mgr.a (mgr.24293) 8041 : 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-07T13:10:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:54 smithi027 bash[31536]: cluster 2023-12-07T13:10:52.964714+0000 mgr.a (mgr.24293) 8041 : 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-07T13:10:56.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:10:56.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:56.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:56 smithi022 bash[28554]: cluster 2023-12-07T13:10:54.965288+0000 mgr.a (mgr.24293) 8042 : 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-07T13:10:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:56 smithi044 bash[32620]: cluster 2023-12-07T13:10:54.965288+0000 mgr.a (mgr.24293) 8042 : 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-07T13:10:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:56 smithi027 bash[31536]: cluster 2023-12-07T13:10:54.965288+0000 mgr.a (mgr.24293) 8042 : 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-07T13:10:57.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:10:57.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:57.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:57.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:57.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:10:59.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:58 smithi022 bash[28554]: cluster 2023-12-07T13:10:56.966092+0000 mgr.a (mgr.24293) 8043 : 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-07T13:10:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:10:58 smithi022 bash[28554]: audit 2023-12-07T13:10:57.319355+0000 mgr.a (mgr.24293) 8044 : audit 0 from='client.167355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:58 smithi044 bash[32620]: cluster 2023-12-07T13:10:56.966092+0000 mgr.a (mgr.24293) 8043 : 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-07T13:10:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:10:58 smithi044 bash[32620]: audit 2023-12-07T13:10:57.319355+0000 mgr.a (mgr.24293) 8044 : audit 0 from='client.167355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:58 smithi027 bash[31536]: cluster 2023-12-07T13:10:56.966092+0000 mgr.a (mgr.24293) 8043 : 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-07T13:10:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:10:58 smithi027 bash[31536]: audit 2023-12-07T13:10:57.319355+0000 mgr.a (mgr.24293) 8044 : audit 0 from='client.167355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:00 smithi044 bash[32620]: cluster 2023-12-07T13:10:58.966755+0000 mgr.a (mgr.24293) 8045 : cluster 0 pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:00 smithi022 bash[28554]: cluster 2023-12-07T13:10:58.966755+0000 mgr.a (mgr.24293) 8045 : cluster 0 pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:00 smithi027 bash[31536]: cluster 2023-12-07T13:10:58.966755+0000 mgr.a (mgr.24293) 8045 : cluster 0 pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:02.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:02.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:02.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:02 smithi022 bash[28554]: cluster 2023-12-07T13:11:00.967611+0000 mgr.a (mgr.24293) 8046 : cluster 0 pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:11:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:02 smithi044 bash[32620]: cluster 2023-12-07T13:11:00.967611+0000 mgr.a (mgr.24293) 8046 : cluster 0 pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:11:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:02 smithi027 bash[31536]: cluster 2023-12-07T13:11:00.967611+0000 mgr.a (mgr.24293) 8046 : cluster 0 pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:11:03.795 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:03.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:03.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:03.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:03.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:04 smithi044 bash[32620]: cluster 2023-12-07T13:11:02.968153+0000 mgr.a (mgr.24293) 8047 : 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-07T13:11:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:04 smithi044 bash[32620]: audit 2023-12-07T13:11:03.258314+0000 mgr.a (mgr.24293) 8048 : audit 0 from='client.167430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:04 smithi022 bash[28554]: cluster 2023-12-07T13:11:02.968153+0000 mgr.a (mgr.24293) 8047 : 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-07T13:11:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:04 smithi022 bash[28554]: audit 2023-12-07T13:11:03.258314+0000 mgr.a (mgr.24293) 8048 : audit 0 from='client.167430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:04 smithi027 bash[31536]: cluster 2023-12-07T13:11:02.968153+0000 mgr.a (mgr.24293) 8047 : 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-07T13:11:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:04 smithi027 bash[31536]: audit 2023-12-07T13:11:03.258314+0000 mgr.a (mgr.24293) 8048 : audit 0 from='client.167430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:06 smithi044 bash[32620]: cluster 2023-12-07T13:11:04.968825+0000 mgr.a (mgr.24293) 8049 : 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-07T13:11:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:06 smithi022 bash[28554]: cluster 2023-12-07T13:11:04.968825+0000 mgr.a (mgr.24293) 8049 : 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-07T13:11:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:06 smithi027 bash[31536]: cluster 2023-12-07T13:11:04.968825+0000 mgr.a (mgr.24293) 8049 : 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-07T13:11:08.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:08.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:08.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:08 smithi044 bash[32620]: cluster 2023-12-07T13:11:06.969688+0000 mgr.a (mgr.24293) 8050 : 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-07T13:11:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:08 smithi022 bash[28554]: cluster 2023-12-07T13:11:06.969688+0000 mgr.a (mgr.24293) 8050 : 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-07T13:11:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:08 smithi027 bash[31536]: cluster 2023-12-07T13:11:06.969688+0000 mgr.a (mgr.24293) 8050 : 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-07T13:11:09.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:09.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:09.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:09.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:09.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:09 smithi044 bash[32620]: cluster 2023-12-07T13:11:08.970211+0000 mgr.a (mgr.24293) 8051 : 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-07T13:11:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:09 smithi044 bash[32620]: audit 2023-12-07T13:11:09.211802+0000 mgr.a (mgr.24293) 8052 : audit 0 from='client.167508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:09 smithi022 bash[28554]: cluster 2023-12-07T13:11:08.970211+0000 mgr.a (mgr.24293) 8051 : 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-07T13:11:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:09 smithi022 bash[28554]: audit 2023-12-07T13:11:09.211802+0000 mgr.a (mgr.24293) 8052 : audit 0 from='client.167508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:09 smithi027 bash[31536]: cluster 2023-12-07T13:11:08.970211+0000 mgr.a (mgr.24293) 8051 : 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-07T13:11:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:09 smithi027 bash[31536]: audit 2023-12-07T13:11:09.211802+0000 mgr.a (mgr.24293) 8052 : audit 0 from='client.167508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:12 smithi044 bash[32620]: cluster 2023-12-07T13:11:10.971104+0000 mgr.a (mgr.24293) 8053 : 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-07T13:11:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:12 smithi022 bash[28554]: cluster 2023-12-07T13:11:10.971104+0000 mgr.a (mgr.24293) 8053 : 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-07T13:11:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:12 smithi027 bash[31536]: cluster 2023-12-07T13:11:10.971104+0000 mgr.a (mgr.24293) 8053 : 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-07T13:11:14.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:14.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:14.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:14 smithi044 bash[32620]: cluster 2023-12-07T13:11:12.971733+0000 mgr.a (mgr.24293) 8054 : 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-07T13:11:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:14 smithi022 bash[28554]: cluster 2023-12-07T13:11:12.971733+0000 mgr.a (mgr.24293) 8054 : 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-07T13:11:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:14 smithi027 bash[31536]: cluster 2023-12-07T13:11:12.971733+0000 mgr.a (mgr.24293) 8054 : 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-07T13:11:15.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:15.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:15.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:15.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:15.690 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:16 smithi044 bash[32620]: cluster 2023-12-07T13:11:14.972243+0000 mgr.a (mgr.24293) 8055 : 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-07T13:11:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:16 smithi044 bash[32620]: audit 2023-12-07T13:11:15.151891+0000 mgr.a (mgr.24293) 8056 : audit 0 from='client.167586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:16 smithi022 bash[28554]: cluster 2023-12-07T13:11:14.972243+0000 mgr.a (mgr.24293) 8055 : 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-07T13:11:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:16 smithi022 bash[28554]: audit 2023-12-07T13:11:15.151891+0000 mgr.a (mgr.24293) 8056 : audit 0 from='client.167586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:16 smithi027 bash[31536]: cluster 2023-12-07T13:11:14.972243+0000 mgr.a (mgr.24293) 8055 : 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-07T13:11:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:16 smithi027 bash[31536]: audit 2023-12-07T13:11:15.151891+0000 mgr.a (mgr.24293) 8056 : audit 0 from='client.167586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:18 smithi044 bash[32620]: cluster 2023-12-07T13:11:16.973254+0000 mgr.a (mgr.24293) 8057 : cluster 0 pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:11:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:18 smithi022 bash[28554]: cluster 2023-12-07T13:11:16.973254+0000 mgr.a (mgr.24293) 8057 : cluster 0 pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:11:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:18 smithi027 bash[31536]: cluster 2023-12-07T13:11:16.973254+0000 mgr.a (mgr.24293) 8057 : cluster 0 pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:11:20.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:20.694 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:20.694 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:20 smithi044 bash[32620]: cluster 2023-12-07T13:11:18.973833+0000 mgr.a (mgr.24293) 8058 : cluster 0 pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:11:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:20 smithi022 bash[28554]: cluster 2023-12-07T13:11:18.973833+0000 mgr.a (mgr.24293) 8058 : cluster 0 pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:11:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:20 smithi027 bash[31536]: cluster 2023-12-07T13:11:18.973833+0000 mgr.a (mgr.24293) 8058 : cluster 0 pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:11:21.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:21.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:21.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:21.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:21.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:22 smithi044 bash[32620]: cluster 2023-12-07T13:11:20.974552+0000 mgr.a (mgr.24293) 8059 : cluster 0 pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:22 smithi044 bash[32620]: audit 2023-12-07T13:11:21.097472+0000 mgr.a (mgr.24293) 8060 : audit 0 from='client.167664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:22 smithi022 bash[28554]: cluster 2023-12-07T13:11:20.974552+0000 mgr.a (mgr.24293) 8059 : cluster 0 pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:22 smithi022 bash[28554]: audit 2023-12-07T13:11:21.097472+0000 mgr.a (mgr.24293) 8060 : audit 0 from='client.167664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:22 smithi027 bash[31536]: cluster 2023-12-07T13:11:20.974552+0000 mgr.a (mgr.24293) 8059 : cluster 0 pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:22 smithi027 bash[31536]: audit 2023-12-07T13:11:21.097472+0000 mgr.a (mgr.24293) 8060 : audit 0 from='client.167664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:24 smithi044 bash[32620]: cluster 2023-12-07T13:11:22.975188+0000 mgr.a (mgr.24293) 8061 : cluster 0 pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:24 smithi022 bash[28554]: cluster 2023-12-07T13:11:22.975188+0000 mgr.a (mgr.24293) 8061 : cluster 0 pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:24 smithi027 bash[31536]: cluster 2023-12-07T13:11:22.975188+0000 mgr.a (mgr.24293) 8061 : cluster 0 pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:26.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:26.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:26.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:26 smithi044 bash[32620]: cluster 2023-12-07T13:11:24.975817+0000 mgr.a (mgr.24293) 8062 : cluster 0 pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:26 smithi022 bash[28554]: cluster 2023-12-07T13:11:24.975817+0000 mgr.a (mgr.24293) 8062 : cluster 0 pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:26 smithi027 bash[31536]: cluster 2023-12-07T13:11:24.975817+0000 mgr.a (mgr.24293) 8062 : cluster 0 pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:27.573 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:27.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:27.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:27.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:27.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:28 smithi044 bash[32620]: cluster 2023-12-07T13:11:26.976566+0000 mgr.a (mgr.24293) 8063 : 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-07T13:11:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:28 smithi044 bash[32620]: audit 2023-12-07T13:11:27.031931+0000 mgr.a (mgr.24293) 8064 : audit 0 from='client.167742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:28 smithi022 bash[28554]: cluster 2023-12-07T13:11:26.976566+0000 mgr.a (mgr.24293) 8063 : 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-07T13:11:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:28 smithi022 bash[28554]: audit 2023-12-07T13:11:27.031931+0000 mgr.a (mgr.24293) 8064 : audit 0 from='client.167742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:28 smithi027 bash[31536]: cluster 2023-12-07T13:11:26.976566+0000 mgr.a (mgr.24293) 8063 : 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-07T13:11:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:28 smithi027 bash[31536]: audit 2023-12-07T13:11:27.031931+0000 mgr.a (mgr.24293) 8064 : audit 0 from='client.167742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:30 smithi044 bash[32620]: cluster 2023-12-07T13:11:28.977228+0000 mgr.a (mgr.24293) 8065 : cluster 0 pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:11:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:30 smithi022 bash[28554]: cluster 2023-12-07T13:11:28.977228+0000 mgr.a (mgr.24293) 8065 : cluster 0 pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:11:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:30 smithi027 bash[31536]: cluster 2023-12-07T13:11:28.977228+0000 mgr.a (mgr.24293) 8065 : cluster 0 pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:11:32.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:32.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:32.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:32 smithi044 bash[32620]: cluster 2023-12-07T13:11:30.978041+0000 mgr.a (mgr.24293) 8066 : cluster 0 pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:11:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:32 smithi022 bash[28554]: cluster 2023-12-07T13:11:30.978041+0000 mgr.a (mgr.24293) 8066 : cluster 0 pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:11:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:32 smithi027 bash[31536]: cluster 2023-12-07T13:11:30.978041+0000 mgr.a (mgr.24293) 8066 : cluster 0 pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:11:33.510 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:33.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:33.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:33.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:33.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:34 smithi022 bash[28554]: cluster 2023-12-07T13:11:32.978573+0000 mgr.a (mgr.24293) 8067 : cluster 0 pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:34 smithi022 bash[28554]: audit 2023-12-07T13:11:32.980713+0000 mgr.a (mgr.24293) 8068 : audit 0 from='client.167817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:34 smithi044 bash[32620]: cluster 2023-12-07T13:11:32.978573+0000 mgr.a (mgr.24293) 8067 : cluster 0 pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:34 smithi044 bash[32620]: audit 2023-12-07T13:11:32.980713+0000 mgr.a (mgr.24293) 8068 : audit 0 from='client.167817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:34 smithi027 bash[31536]: cluster 2023-12-07T13:11:32.978573+0000 mgr.a (mgr.24293) 8067 : cluster 0 pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:34 smithi027 bash[31536]: audit 2023-12-07T13:11:32.980713+0000 mgr.a (mgr.24293) 8068 : audit 0 from='client.167817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:35 smithi022 bash[28554]: cluster 2023-12-07T13:11:34.979211+0000 mgr.a (mgr.24293) 8069 : cluster 0 pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:35 smithi044 bash[32620]: cluster 2023-12-07T13:11:34.979211+0000 mgr.a (mgr.24293) 8069 : cluster 0 pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:35 smithi027 bash[31536]: cluster 2023-12-07T13:11:34.979211+0000 mgr.a (mgr.24293) 8069 : cluster 0 pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:38.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:38.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:38.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:38 smithi044 bash[32620]: cluster 2023-12-07T13:11:36.980090+0000 mgr.a (mgr.24293) 8070 : cluster 0 pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:11:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:38 smithi022 bash[28554]: cluster 2023-12-07T13:11:36.980090+0000 mgr.a (mgr.24293) 8070 : cluster 0 pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:11:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:38 smithi027 bash[31536]: cluster 2023-12-07T13:11:36.980090+0000 mgr.a (mgr.24293) 8070 : cluster 0 pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:11:39.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:39.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:39.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:39.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:39.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:40 smithi022 bash[28554]: audit 2023-12-07T13:11:38.932192+0000 mgr.a (mgr.24293) 8071 : audit 0 from='client.167895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:40 smithi022 bash[28554]: cluster 2023-12-07T13:11:38.980706+0000 mgr.a (mgr.24293) 8072 : 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-07T13:11:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:40 smithi044 bash[32620]: audit 2023-12-07T13:11:38.932192+0000 mgr.a (mgr.24293) 8071 : audit 0 from='client.167895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:40 smithi044 bash[32620]: cluster 2023-12-07T13:11:38.980706+0000 mgr.a (mgr.24293) 8072 : 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-07T13:11:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:40 smithi027 bash[31536]: audit 2023-12-07T13:11:38.932192+0000 mgr.a (mgr.24293) 8071 : audit 0 from='client.167895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:40 smithi027 bash[31536]: cluster 2023-12-07T13:11:38.980706+0000 mgr.a (mgr.24293) 8072 : 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-07T13:11:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:42 smithi044 bash[32620]: cluster 2023-12-07T13:11:40.981524+0000 mgr.a (mgr.24293) 8073 : 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-07T13:11:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:42 smithi022 bash[28554]: cluster 2023-12-07T13:11:40.981524+0000 mgr.a (mgr.24293) 8073 : 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-07T13:11:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:42 smithi027 bash[31536]: cluster 2023-12-07T13:11:40.981524+0000 mgr.a (mgr.24293) 8073 : 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-07T13:11:44.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:44.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:44.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:44 smithi044 bash[32620]: cluster 2023-12-07T13:11:42.982217+0000 mgr.a (mgr.24293) 8074 : 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-07T13:11:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:44 smithi022 bash[28554]: cluster 2023-12-07T13:11:42.982217+0000 mgr.a (mgr.24293) 8074 : 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-07T13:11:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:44 smithi027 bash[31536]: cluster 2023-12-07T13:11:42.982217+0000 mgr.a (mgr.24293) 8074 : 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-07T13:11:45.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:45.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:45.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:45.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:45.364 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:45 smithi044 bash[32620]: audit 2023-12-07T13:11:44.856318+0000 mgr.a (mgr.24293) 8075 : audit 0 from='client.167967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:45 smithi022 bash[28554]: audit 2023-12-07T13:11:44.856318+0000 mgr.a (mgr.24293) 8075 : audit 0 from='client.167967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:45 smithi027 bash[31536]: audit 2023-12-07T13:11:44.856318+0000 mgr.a (mgr.24293) 8075 : audit 0 from='client.167967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:46 smithi044 bash[32620]: cluster 2023-12-07T13:11:44.982833+0000 mgr.a (mgr.24293) 8076 : 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-07T13:11:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:46 smithi022 bash[28554]: cluster 2023-12-07T13:11:44.982833+0000 mgr.a (mgr.24293) 8076 : 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-07T13:11:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:46 smithi027 bash[31536]: cluster 2023-12-07T13:11:44.982833+0000 mgr.a (mgr.24293) 8076 : 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-07T13:11:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:47 smithi022 bash[28554]: cluster 2023-12-07T13:11:46.983929+0000 mgr.a (mgr.24293) 8077 : 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-07T13:11:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:47 smithi022 bash[28554]: audit 2023-12-07T13:11:47.343582+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:11:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:47 smithi044 bash[32620]: cluster 2023-12-07T13:11:46.983929+0000 mgr.a (mgr.24293) 8077 : 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-07T13:11:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:47 smithi044 bash[32620]: audit 2023-12-07T13:11:47.343582+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:11:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:47 smithi027 bash[31536]: cluster 2023-12-07T13:11:46.983929+0000 mgr.a (mgr.24293) 8077 : 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-07T13:11:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:47 smithi027 bash[31536]: audit 2023-12-07T13:11:47.343582+0000 mon.a (mon.0) 1571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:11:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:48 smithi022 bash[28554]: audit 2023-12-07T13:11:48.084185+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:11:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:48 smithi022 bash[28554]: audit 2023-12-07T13:11:48.085630+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:11:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:48 smithi022 bash[28554]: audit 2023-12-07T13:11:48.095052+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:11:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:48 smithi044 bash[32620]: audit 2023-12-07T13:11:48.084185+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:11:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:48 smithi044 bash[32620]: audit 2023-12-07T13:11:48.085630+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:11:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:48 smithi044 bash[32620]: audit 2023-12-07T13:11:48.095052+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:11:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:48 smithi027 bash[31536]: audit 2023-12-07T13:11:48.084185+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:11:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:48 smithi027 bash[31536]: audit 2023-12-07T13:11:48.085630+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:11:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:48 smithi027 bash[31536]: audit 2023-12-07T13:11:48.095052+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:11:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:49 smithi044 bash[32620]: cluster 2023-12-07T13:11:48.984680+0000 mgr.a (mgr.24293) 8078 : 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-07T13:11:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:49 smithi022 bash[28554]: cluster 2023-12-07T13:11:48.984680+0000 mgr.a (mgr.24293) 8078 : 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-07T13:11:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:49 smithi027 bash[31536]: cluster 2023-12-07T13:11:48.984680+0000 mgr.a (mgr.24293) 8078 : 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-07T13:11:50.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:50.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:50.368 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:50 smithi044 bash[32620]: audit 2023-12-07T13:11:50.781679+0000 mgr.a (mgr.24293) 8079 : audit 0 from='client.168045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:50 smithi022 bash[28554]: audit 2023-12-07T13:11:50.781679+0000 mgr.a (mgr.24293) 8079 : audit 0 from='client.168045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:50 smithi027 bash[31536]: audit 2023-12-07T13:11:50.781679+0000 mgr.a (mgr.24293) 8079 : audit 0 from='client.168045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:51.321 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:51.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:51.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:51.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:51.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:52 smithi044 bash[32620]: cluster 2023-12-07T13:11:50.986070+0000 mgr.a (mgr.24293) 8080 : cluster 0 pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:52 smithi022 bash[28554]: cluster 2023-12-07T13:11:50.986070+0000 mgr.a (mgr.24293) 8080 : cluster 0 pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:52 smithi027 bash[31536]: cluster 2023-12-07T13:11:50.986070+0000 mgr.a (mgr.24293) 8080 : cluster 0 pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:54 smithi044 bash[32620]: cluster 2023-12-07T13:11:52.986860+0000 mgr.a (mgr.24293) 8081 : cluster 0 pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:54 smithi022 bash[28554]: cluster 2023-12-07T13:11:52.986860+0000 mgr.a (mgr.24293) 8081 : cluster 0 pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:54 smithi027 bash[31536]: cluster 2023-12-07T13:11:52.986860+0000 mgr.a (mgr.24293) 8081 : cluster 0 pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:56.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:11:56.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:56.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:56 smithi044 bash[32620]: cluster 2023-12-07T13:11:54.987450+0000 mgr.a (mgr.24293) 8082 : cluster 0 pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:56 smithi022 bash[28554]: cluster 2023-12-07T13:11:54.987450+0000 mgr.a (mgr.24293) 8082 : cluster 0 pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:56 smithi027 bash[31536]: cluster 2023-12-07T13:11:54.987450+0000 mgr.a (mgr.24293) 8082 : cluster 0 pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:57.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:57.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:57.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:57.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:11:57.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:11:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:57 smithi044 bash[32620]: audit 2023-12-07T13:11:56.730701+0000 mgr.a (mgr.24293) 8083 : audit 0 from='client.168120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:57 smithi022 bash[28554]: audit 2023-12-07T13:11:56.730701+0000 mgr.a (mgr.24293) 8083 : audit 0 from='client.168120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:57 smithi027 bash[31536]: audit 2023-12-07T13:11:56.730701+0000 mgr.a (mgr.24293) 8083 : audit 0 from='client.168120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:11:58 smithi044 bash[32620]: cluster 2023-12-07T13:11:56.999192+0000 mgr.a (mgr.24293) 8084 : 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-07T13:11:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:11:58 smithi022 bash[28554]: cluster 2023-12-07T13:11:56.999192+0000 mgr.a (mgr.24293) 8084 : 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-07T13:11:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:11:58 smithi027 bash[31536]: cluster 2023-12-07T13:11:56.999192+0000 mgr.a (mgr.24293) 8084 : 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-07T13:12:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:00 smithi022 bash[28554]: cluster 2023-12-07T13:11:58.999947+0000 mgr.a (mgr.24293) 8085 : cluster 0 pgmap v6041: 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-07T13:12:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:00 smithi044 bash[32620]: cluster 2023-12-07T13:11:58.999947+0000 mgr.a (mgr.24293) 8085 : cluster 0 pgmap v6041: 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-07T13:12:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:00 smithi027 bash[31536]: cluster 2023-12-07T13:11:58.999947+0000 mgr.a (mgr.24293) 8085 : cluster 0 pgmap v6041: 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-07T13:12:02.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:02.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:02.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:02 smithi022 bash[28554]: cluster 2023-12-07T13:12:01.000761+0000 mgr.a (mgr.24293) 8086 : 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-07T13:12:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:02 smithi044 bash[32620]: cluster 2023-12-07T13:12:01.000761+0000 mgr.a (mgr.24293) 8086 : 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-07T13:12:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:02 smithi027 bash[31536]: cluster 2023-12-07T13:12:01.000761+0000 mgr.a (mgr.24293) 8086 : 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-07T13:12:03.208 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:03.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:03.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:03.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:03.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:03 smithi044 bash[32620]: audit 2023-12-07T13:12:02.663061+0000 mgr.a (mgr.24293) 8087 : audit 0 from='client.168198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:03 smithi022 bash[28554]: audit 2023-12-07T13:12:02.663061+0000 mgr.a (mgr.24293) 8087 : audit 0 from='client.168198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:03 smithi027 bash[31536]: audit 2023-12-07T13:12:02.663061+0000 mgr.a (mgr.24293) 8087 : audit 0 from='client.168198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:04 smithi022 bash[28554]: cluster 2023-12-07T13:12:03.001513+0000 mgr.a (mgr.24293) 8088 : cluster 0 pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:04 smithi044 bash[32620]: cluster 2023-12-07T13:12:03.001513+0000 mgr.a (mgr.24293) 8088 : cluster 0 pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:04 smithi027 bash[31536]: cluster 2023-12-07T13:12:03.001513+0000 mgr.a (mgr.24293) 8088 : cluster 0 pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:06 smithi044 bash[32620]: cluster 2023-12-07T13:12:05.002198+0000 mgr.a (mgr.24293) 8089 : cluster 0 pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:06 smithi022 bash[28554]: cluster 2023-12-07T13:12:05.002198+0000 mgr.a (mgr.24293) 8089 : cluster 0 pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:06 smithi027 bash[31536]: cluster 2023-12-07T13:12:05.002198+0000 mgr.a (mgr.24293) 8089 : cluster 0 pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:08.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:08.212 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:08.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:09.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:09.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:09.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:09.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:09.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:08 smithi044 bash[32620]: cluster 2023-12-07T13:12:07.003022+0000 mgr.a (mgr.24293) 8090 : cluster 0 pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:08 smithi022 bash[28554]: cluster 2023-12-07T13:12:07.003022+0000 mgr.a (mgr.24293) 8090 : cluster 0 pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:08 smithi027 bash[31536]: cluster 2023-12-07T13:12:07.003022+0000 mgr.a (mgr.24293) 8090 : cluster 0 pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:09 smithi022 bash[28554]: audit 2023-12-07T13:12:08.619701+0000 mgr.a (mgr.24293) 8091 : audit 0 from='client.168273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:09 smithi044 bash[32620]: audit 2023-12-07T13:12:08.619701+0000 mgr.a (mgr.24293) 8091 : audit 0 from='client.168273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:09 smithi027 bash[31536]: audit 2023-12-07T13:12:08.619701+0000 mgr.a (mgr.24293) 8091 : audit 0 from='client.168273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:10 smithi044 bash[32620]: cluster 2023-12-07T13:12:09.003897+0000 mgr.a (mgr.24293) 8092 : 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-07T13:12:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:10 smithi022 bash[28554]: cluster 2023-12-07T13:12:09.003897+0000 mgr.a (mgr.24293) 8092 : 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-07T13:12:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:10 smithi027 bash[31536]: cluster 2023-12-07T13:12:09.003897+0000 mgr.a (mgr.24293) 8092 : 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-07T13:12:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:12 smithi022 bash[28554]: cluster 2023-12-07T13:12:11.004757+0000 mgr.a (mgr.24293) 8093 : 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-07T13:12:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:12 smithi044 bash[32620]: cluster 2023-12-07T13:12:11.004757+0000 mgr.a (mgr.24293) 8093 : 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-07T13:12:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:12 smithi027 bash[31536]: cluster 2023-12-07T13:12:11.004757+0000 mgr.a (mgr.24293) 8093 : 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-07T13:12:14.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:14.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:14.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:15.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:15.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:15.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:15.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:15.073 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:14 smithi022 bash[28554]: cluster 2023-12-07T13:12:13.005343+0000 mgr.a (mgr.24293) 8094 : 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-07T13:12:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:14 smithi044 bash[32620]: cluster 2023-12-07T13:12:13.005343+0000 mgr.a (mgr.24293) 8094 : 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-07T13:12:15.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:14 smithi027 bash[31536]: cluster 2023-12-07T13:12:13.005343+0000 mgr.a (mgr.24293) 8094 : 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-07T13:12:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:15 smithi044 bash[32620]: audit 2023-12-07T13:12:14.544999+0000 mgr.a (mgr.24293) 8095 : audit 0 from='client.168345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:15 smithi022 bash[28554]: audit 2023-12-07T13:12:14.544999+0000 mgr.a (mgr.24293) 8095 : audit 0 from='client.168345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:15 smithi027 bash[31536]: audit 2023-12-07T13:12:14.544999+0000 mgr.a (mgr.24293) 8095 : audit 0 from='client.168345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:16 smithi044 bash[32620]: cluster 2023-12-07T13:12:15.005785+0000 mgr.a (mgr.24293) 8096 : 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-07T13:12:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:16 smithi022 bash[28554]: cluster 2023-12-07T13:12:15.005785+0000 mgr.a (mgr.24293) 8096 : 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-07T13:12:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:16 smithi027 bash[31536]: cluster 2023-12-07T13:12:15.005785+0000 mgr.a (mgr.24293) 8096 : 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-07T13:12:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:17 smithi022 bash[28554]: cluster 2023-12-07T13:12:17.006702+0000 mgr.a (mgr.24293) 8097 : 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-07T13:12:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:17 smithi044 bash[32620]: cluster 2023-12-07T13:12:17.006702+0000 mgr.a (mgr.24293) 8097 : 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-07T13:12:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:17 smithi027 bash[31536]: cluster 2023-12-07T13:12:17.006702+0000 mgr.a (mgr.24293) 8097 : 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-07T13:12:20.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:20.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:20.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:20 smithi044 bash[32620]: cluster 2023-12-07T13:12:19.007299+0000 mgr.a (mgr.24293) 8098 : 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-07T13:12:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:20 smithi022 bash[28554]: cluster 2023-12-07T13:12:19.007299+0000 mgr.a (mgr.24293) 8098 : 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-07T13:12:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:20 smithi027 bash[31536]: cluster 2023-12-07T13:12:19.007299+0000 mgr.a (mgr.24293) 8098 : 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-07T13:12:21.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:21.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:21.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:21.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:21.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:21 smithi022 bash[28554]: audit 2023-12-07T13:12:20.492753+0000 mgr.a (mgr.24293) 8099 : audit 0 from='client.168423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:21 smithi044 bash[32620]: audit 2023-12-07T13:12:20.492753+0000 mgr.a (mgr.24293) 8099 : audit 0 from='client.168423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:21 smithi027 bash[31536]: audit 2023-12-07T13:12:20.492753+0000 mgr.a (mgr.24293) 8099 : audit 0 from='client.168423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:22 smithi022 bash[28554]: cluster 2023-12-07T13:12:21.008163+0000 mgr.a (mgr.24293) 8100 : cluster 0 pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:22 smithi044 bash[32620]: cluster 2023-12-07T13:12:21.008163+0000 mgr.a (mgr.24293) 8100 : cluster 0 pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:22 smithi027 bash[31536]: cluster 2023-12-07T13:12:21.008163+0000 mgr.a (mgr.24293) 8100 : cluster 0 pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:24 smithi044 bash[32620]: cluster 2023-12-07T13:12:23.008887+0000 mgr.a (mgr.24293) 8101 : cluster 0 pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:24 smithi022 bash[28554]: cluster 2023-12-07T13:12:23.008887+0000 mgr.a (mgr.24293) 8101 : cluster 0 pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:24 smithi027 bash[31536]: cluster 2023-12-07T13:12:23.008887+0000 mgr.a (mgr.24293) 8101 : cluster 0 pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:26.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:26.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:26.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:27.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:27.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:27.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:27.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:27.004 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:26 smithi022 bash[28554]: cluster 2023-12-07T13:12:25.009628+0000 mgr.a (mgr.24293) 8102 : cluster 0 pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:26 smithi044 bash[32620]: cluster 2023-12-07T13:12:25.009628+0000 mgr.a (mgr.24293) 8102 : cluster 0 pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:27.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:26 smithi027 bash[31536]: cluster 2023-12-07T13:12:25.009628+0000 mgr.a (mgr.24293) 8102 : cluster 0 pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:27 smithi022 bash[28554]: audit 2023-12-07T13:12:26.447385+0000 mgr.a (mgr.24293) 8103 : audit 0 from='client.168501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:27 smithi044 bash[32620]: audit 2023-12-07T13:12:26.447385+0000 mgr.a (mgr.24293) 8103 : audit 0 from='client.168501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:27 smithi027 bash[31536]: audit 2023-12-07T13:12:26.447385+0000 mgr.a (mgr.24293) 8103 : audit 0 from='client.168501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:28 smithi022 bash[28554]: cluster 2023-12-07T13:12:27.010813+0000 mgr.a (mgr.24293) 8104 : cluster 0 pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:28 smithi044 bash[32620]: cluster 2023-12-07T13:12:27.010813+0000 mgr.a (mgr.24293) 8104 : cluster 0 pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:28 smithi027 bash[31536]: cluster 2023-12-07T13:12:27.010813+0000 mgr.a (mgr.24293) 8104 : cluster 0 pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:29 smithi022 bash[28554]: cluster 2023-12-07T13:12:29.011455+0000 mgr.a (mgr.24293) 8105 : cluster 0 pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:29 smithi044 bash[32620]: cluster 2023-12-07T13:12:29.011455+0000 mgr.a (mgr.24293) 8105 : cluster 0 pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:29 smithi027 bash[31536]: cluster 2023-12-07T13:12:29.011455+0000 mgr.a (mgr.24293) 8105 : cluster 0 pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:32.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:32.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:32.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:32.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:32.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:32.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:32.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:32.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:32 smithi022 bash[28554]: cluster 2023-12-07T13:12:31.012245+0000 mgr.a (mgr.24293) 8106 : 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-07T13:12:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:32 smithi044 bash[32620]: cluster 2023-12-07T13:12:31.012245+0000 mgr.a (mgr.24293) 8106 : 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-07T13:12:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:32 smithi027 bash[31536]: cluster 2023-12-07T13:12:31.012245+0000 mgr.a (mgr.24293) 8106 : 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-07T13:12:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:33 smithi022 bash[28554]: audit 2023-12-07T13:12:32.414716+0000 mgr.a (mgr.24293) 8107 : audit 0 from='client.168579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:33 smithi044 bash[32620]: audit 2023-12-07T13:12:32.414716+0000 mgr.a (mgr.24293) 8107 : audit 0 from='client.168579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:33 smithi027 bash[31536]: audit 2023-12-07T13:12:32.414716+0000 mgr.a (mgr.24293) 8107 : audit 0 from='client.168579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:34 smithi022 bash[28554]: cluster 2023-12-07T13:12:33.012999+0000 mgr.a (mgr.24293) 8108 : cluster 0 pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:34 smithi044 bash[32620]: cluster 2023-12-07T13:12:33.012999+0000 mgr.a (mgr.24293) 8108 : cluster 0 pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:34 smithi027 bash[31536]: cluster 2023-12-07T13:12:33.012999+0000 mgr.a (mgr.24293) 8108 : cluster 0 pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:36 smithi022 bash[28554]: cluster 2023-12-07T13:12:35.013537+0000 mgr.a (mgr.24293) 8109 : cluster 0 pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:36 smithi044 bash[32620]: cluster 2023-12-07T13:12:35.013537+0000 mgr.a (mgr.24293) 8109 : cluster 0 pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:36 smithi027 bash[31536]: cluster 2023-12-07T13:12:35.013537+0000 mgr.a (mgr.24293) 8109 : cluster 0 pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:37.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:37.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:37.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:37 smithi044 bash[32620]: cluster 2023-12-07T13:12:37.014371+0000 mgr.a (mgr.24293) 8110 : cluster 0 pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:37 smithi022 bash[28554]: cluster 2023-12-07T13:12:37.014371+0000 mgr.a (mgr.24293) 8110 : cluster 0 pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:37 smithi027 bash[31536]: cluster 2023-12-07T13:12:37.014371+0000 mgr.a (mgr.24293) 8110 : cluster 0 pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:38.929 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:38.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:38.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:38.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:38.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:38 smithi022 bash[28554]: audit 2023-12-07T13:12:38.365779+0000 mgr.a (mgr.24293) 8111 : audit 0 from='client.168654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:38 smithi044 bash[32620]: audit 2023-12-07T13:12:38.365779+0000 mgr.a (mgr.24293) 8111 : audit 0 from='client.168654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:38 smithi027 bash[31536]: audit 2023-12-07T13:12:38.365779+0000 mgr.a (mgr.24293) 8111 : audit 0 from='client.168654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:39 smithi027 bash[31536]: cluster 2023-12-07T13:12:39.015090+0000 mgr.a (mgr.24293) 8112 : cluster 0 pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:39 smithi022 bash[28554]: cluster 2023-12-07T13:12:39.015090+0000 mgr.a (mgr.24293) 8112 : cluster 0 pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:39 smithi044 bash[32620]: cluster 2023-12-07T13:12:39.015090+0000 mgr.a (mgr.24293) 8112 : cluster 0 pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:42 smithi022 bash[28554]: cluster 2023-12-07T13:12:41.016081+0000 mgr.a (mgr.24293) 8113 : cluster 0 pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:42 smithi044 bash[32620]: cluster 2023-12-07T13:12:41.016081+0000 mgr.a (mgr.24293) 8113 : cluster 0 pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:42 smithi027 bash[31536]: cluster 2023-12-07T13:12:41.016081+0000 mgr.a (mgr.24293) 8113 : cluster 0 pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:43.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:43.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:43.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:44.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:44.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:44.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:44.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:44.872 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:44 smithi044 bash[32620]: cluster 2023-12-07T13:12:43.016692+0000 mgr.a (mgr.24293) 8114 : 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-07T13:12:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:44 smithi022 bash[28554]: cluster 2023-12-07T13:12:43.016692+0000 mgr.a (mgr.24293) 8114 : 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-07T13:12:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:44 smithi027 bash[31536]: cluster 2023-12-07T13:12:43.016692+0000 mgr.a (mgr.24293) 8114 : 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-07T13:12:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:45 smithi044 bash[32620]: audit 2023-12-07T13:12:44.336699+0000 mgr.a (mgr.24293) 8115 : audit 0 from='client.168732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:45 smithi022 bash[28554]: audit 2023-12-07T13:12:44.336699+0000 mgr.a (mgr.24293) 8115 : audit 0 from='client.168732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:45 smithi027 bash[31536]: audit 2023-12-07T13:12:44.336699+0000 mgr.a (mgr.24293) 8115 : audit 0 from='client.168732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:46 smithi044 bash[32620]: cluster 2023-12-07T13:12:45.017397+0000 mgr.a (mgr.24293) 8116 : 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-07T13:12:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:46 smithi022 bash[28554]: cluster 2023-12-07T13:12:45.017397+0000 mgr.a (mgr.24293) 8116 : 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-07T13:12:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:46 smithi027 bash[31536]: cluster 2023-12-07T13:12:45.017397+0000 mgr.a (mgr.24293) 8116 : 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-07T13:12:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:47 smithi027 bash[31536]: cluster 2023-12-07T13:12:47.018219+0000 mgr.a (mgr.24293) 8117 : 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-07T13:12:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:47 smithi044 bash[32620]: cluster 2023-12-07T13:12:47.018219+0000 mgr.a (mgr.24293) 8117 : 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-07T13:12:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:47 smithi022 bash[28554]: cluster 2023-12-07T13:12:47.018219+0000 mgr.a (mgr.24293) 8117 : 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-07T13:12:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:48 smithi027 bash[31536]: audit 2023-12-07T13:12:48.198654+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:12:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:48 smithi027 bash[31536]: audit 2023-12-07T13:12:48.727819+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:48 smithi027 bash[31536]: audit 2023-12-07T13:12:48.734651+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:48 smithi022 bash[28554]: audit 2023-12-07T13:12:48.198654+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:12:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:48 smithi022 bash[28554]: audit 2023-12-07T13:12:48.727819+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:48 smithi022 bash[28554]: audit 2023-12-07T13:12:48.734651+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:48 smithi044 bash[32620]: audit 2023-12-07T13:12:48.198654+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:12:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:48 smithi044 bash[32620]: audit 2023-12-07T13:12:48.727819+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:48 smithi044 bash[32620]: audit 2023-12-07T13:12:48.734651+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:49.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:49.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:49.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:49 smithi027 bash[31536]: cluster 2023-12-07T13:12:49.018785+0000 mgr.a (mgr.24293) 8118 : 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-07T13:12:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:49 smithi027 bash[31536]: audit 2023-12-07T13:12:49.520845+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:12:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:49 smithi027 bash[31536]: audit 2023-12-07T13:12:49.522979+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:12:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:49 smithi027 bash[31536]: audit 2023-12-07T13:12:49.532853+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:49 smithi022 bash[28554]: cluster 2023-12-07T13:12:49.018785+0000 mgr.a (mgr.24293) 8118 : 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-07T13:12:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:49 smithi022 bash[28554]: audit 2023-12-07T13:12:49.520845+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:12:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:49 smithi022 bash[28554]: audit 2023-12-07T13:12:49.522979+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:12:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:49 smithi022 bash[28554]: audit 2023-12-07T13:12:49.532853+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:49 smithi044 bash[32620]: cluster 2023-12-07T13:12:49.018785+0000 mgr.a (mgr.24293) 8118 : 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-07T13:12:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:49 smithi044 bash[32620]: audit 2023-12-07T13:12:49.520845+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:12:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:49 smithi044 bash[32620]: audit 2023-12-07T13:12:49.522979+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:12:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:49 smithi044 bash[32620]: audit 2023-12-07T13:12:49.532853+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:12:50.776 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:50.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:50.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:50.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:50.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:50 smithi027 bash[31536]: audit 2023-12-07T13:12:50.286658+0000 mgr.a (mgr.24293) 8119 : audit 0 from='client.168810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:50 smithi022 bash[28554]: audit 2023-12-07T13:12:50.286658+0000 mgr.a (mgr.24293) 8119 : audit 0 from='client.168810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:50 smithi044 bash[32620]: audit 2023-12-07T13:12:50.286658+0000 mgr.a (mgr.24293) 8119 : audit 0 from='client.168810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:52 smithi044 bash[32620]: cluster 2023-12-07T13:12:51.019872+0000 mgr.a (mgr.24293) 8120 : cluster 0 pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:52 smithi022 bash[28554]: cluster 2023-12-07T13:12:51.019872+0000 mgr.a (mgr.24293) 8120 : cluster 0 pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:52 smithi027 bash[31536]: cluster 2023-12-07T13:12:51.019872+0000 mgr.a (mgr.24293) 8120 : cluster 0 pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:54 smithi044 bash[32620]: cluster 2023-12-07T13:12:53.020591+0000 mgr.a (mgr.24293) 8121 : cluster 0 pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:54 smithi022 bash[28554]: cluster 2023-12-07T13:12:53.020591+0000 mgr.a (mgr.24293) 8121 : cluster 0 pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:54 smithi027 bash[31536]: cluster 2023-12-07T13:12:53.020591+0000 mgr.a (mgr.24293) 8121 : cluster 0 pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:55.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:12:55.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:55.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:55 smithi022 bash[28554]: cluster 2023-12-07T13:12:55.021200+0000 mgr.a (mgr.24293) 8122 : cluster 0 pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:55 smithi044 bash[32620]: cluster 2023-12-07T13:12:55.021200+0000 mgr.a (mgr.24293) 8122 : cluster 0 pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:55 smithi027 bash[31536]: cluster 2023-12-07T13:12:55.021200+0000 mgr.a (mgr.24293) 8122 : cluster 0 pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:56.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:12:56.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:56.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:56.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:56.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:12:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:57 smithi044 bash[32620]: audit 2023-12-07T13:12:56.186753+0000 mgr.a (mgr.24293) 8123 : audit 0 from='client.168885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:57 smithi022 bash[28554]: audit 2023-12-07T13:12:56.186753+0000 mgr.a (mgr.24293) 8123 : audit 0 from='client.168885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:57 smithi027 bash[31536]: audit 2023-12-07T13:12:56.186753+0000 mgr.a (mgr.24293) 8123 : audit 0 from='client.168885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:58 smithi044 bash[32620]: cluster 2023-12-07T13:12:57.022244+0000 mgr.a (mgr.24293) 8124 : cluster 0 pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:58 smithi022 bash[28554]: cluster 2023-12-07T13:12:57.022244+0000 mgr.a (mgr.24293) 8124 : cluster 0 pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:58 smithi027 bash[31536]: cluster 2023-12-07T13:12:57.022244+0000 mgr.a (mgr.24293) 8124 : cluster 0 pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:12:59 smithi022 bash[28554]: cluster 2023-12-07T13:12:59.022763+0000 mgr.a (mgr.24293) 8125 : cluster 0 pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:12:59 smithi044 bash[32620]: cluster 2023-12-07T13:12:59.022763+0000 mgr.a (mgr.24293) 8125 : cluster 0 pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:12:59 smithi027 bash[31536]: cluster 2023-12-07T13:12:59.022763+0000 mgr.a (mgr.24293) 8125 : cluster 0 pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:01.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:01.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:01.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:02.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:02.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:02.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:02.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:02.667 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:02 smithi022 bash[28554]: cluster 2023-12-07T13:13:01.023503+0000 mgr.a (mgr.24293) 8126 : 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-07T13:13:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:02 smithi044 bash[32620]: cluster 2023-12-07T13:13:01.023503+0000 mgr.a (mgr.24293) 8126 : 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-07T13:13:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:02 smithi027 bash[31536]: cluster 2023-12-07T13:13:01.023503+0000 mgr.a (mgr.24293) 8126 : 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-07T13:13:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:03 smithi022 bash[28554]: audit 2023-12-07T13:13:02.140214+0000 mgr.a (mgr.24293) 8127 : audit 0 from='client.168960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:03 smithi044 bash[32620]: audit 2023-12-07T13:13:02.140214+0000 mgr.a (mgr.24293) 8127 : audit 0 from='client.168960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:03 smithi027 bash[31536]: audit 2023-12-07T13:13:02.140214+0000 mgr.a (mgr.24293) 8127 : audit 0 from='client.168960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:04 smithi022 bash[28554]: cluster 2023-12-07T13:13:03.024279+0000 mgr.a (mgr.24293) 8128 : cluster 0 pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:04 smithi044 bash[32620]: cluster 2023-12-07T13:13:03.024279+0000 mgr.a (mgr.24293) 8128 : cluster 0 pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:04 smithi027 bash[31536]: cluster 2023-12-07T13:13:03.024279+0000 mgr.a (mgr.24293) 8128 : cluster 0 pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:05 smithi027 bash[31536]: cluster 2023-12-07T13:13:05.024904+0000 mgr.a (mgr.24293) 8129 : cluster 0 pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:05 smithi022 bash[28554]: cluster 2023-12-07T13:13:05.024904+0000 mgr.a (mgr.24293) 8129 : cluster 0 pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:05 smithi044 bash[32620]: cluster 2023-12-07T13:13:05.024904+0000 mgr.a (mgr.24293) 8129 : cluster 0 pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:07.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:07.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:07.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:08.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:08.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:08.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:08.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:08.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:08 smithi044 bash[32620]: cluster 2023-12-07T13:13:07.025728+0000 mgr.a (mgr.24293) 8130 : cluster 0 pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:08 smithi022 bash[28554]: cluster 2023-12-07T13:13:07.025728+0000 mgr.a (mgr.24293) 8130 : cluster 0 pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:08 smithi027 bash[31536]: cluster 2023-12-07T13:13:07.025728+0000 mgr.a (mgr.24293) 8130 : cluster 0 pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:09 smithi044 bash[32620]: audit 2023-12-07T13:13:08.080137+0000 mgr.a (mgr.24293) 8131 : audit 0 from='client.169038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:09 smithi022 bash[28554]: audit 2023-12-07T13:13:08.080137+0000 mgr.a (mgr.24293) 8131 : audit 0 from='client.169038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:09 smithi027 bash[31536]: audit 2023-12-07T13:13:08.080137+0000 mgr.a (mgr.24293) 8131 : audit 0 from='client.169038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:10 smithi044 bash[32620]: cluster 2023-12-07T13:13:09.026477+0000 mgr.a (mgr.24293) 8132 : cluster 0 pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:10 smithi022 bash[28554]: cluster 2023-12-07T13:13:09.026477+0000 mgr.a (mgr.24293) 8132 : cluster 0 pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:10 smithi027 bash[31536]: cluster 2023-12-07T13:13:09.026477+0000 mgr.a (mgr.24293) 8132 : cluster 0 pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:12 smithi044 bash[32620]: cluster 2023-12-07T13:13:11.027289+0000 mgr.a (mgr.24293) 8133 : cluster 0 pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:12 smithi022 bash[28554]: cluster 2023-12-07T13:13:11.027289+0000 mgr.a (mgr.24293) 8133 : cluster 0 pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:12 smithi027 bash[31536]: cluster 2023-12-07T13:13:11.027289+0000 mgr.a (mgr.24293) 8133 : cluster 0 pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:13.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:13.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:13.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:13 smithi044 bash[32620]: cluster 2023-12-07T13:13:13.027899+0000 mgr.a (mgr.24293) 8134 : 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-07T13:13:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:13 smithi022 bash[28554]: cluster 2023-12-07T13:13:13.027899+0000 mgr.a (mgr.24293) 8134 : 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-07T13:13:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:13 smithi027 bash[31536]: cluster 2023-12-07T13:13:13.027899+0000 mgr.a (mgr.24293) 8134 : 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-07T13:13:14.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:14.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:14.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:14.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:14.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:14 smithi044 bash[32620]: audit 2023-12-07T13:13:14.013964+0000 mgr.a (mgr.24293) 8135 : audit 0 from='client.169116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:14 smithi022 bash[28554]: audit 2023-12-07T13:13:14.013964+0000 mgr.a (mgr.24293) 8135 : audit 0 from='client.169116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:14 smithi027 bash[31536]: audit 2023-12-07T13:13:14.013964+0000 mgr.a (mgr.24293) 8135 : audit 0 from='client.169116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:15 smithi044 bash[32620]: cluster 2023-12-07T13:13:15.028602+0000 mgr.a (mgr.24293) 8136 : 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-07T13:13:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:15 smithi022 bash[28554]: cluster 2023-12-07T13:13:15.028602+0000 mgr.a (mgr.24293) 8136 : 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-07T13:13:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:15 smithi027 bash[31536]: cluster 2023-12-07T13:13:15.028602+0000 mgr.a (mgr.24293) 8136 : 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-07T13:13:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:18 smithi044 bash[32620]: cluster 2023-12-07T13:13:17.029446+0000 mgr.a (mgr.24293) 8137 : 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-07T13:13:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:18 smithi022 bash[28554]: cluster 2023-12-07T13:13:17.029446+0000 mgr.a (mgr.24293) 8137 : 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-07T13:13:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:18 smithi027 bash[31536]: cluster 2023-12-07T13:13:17.029446+0000 mgr.a (mgr.24293) 8137 : 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-07T13:13:19.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:19.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:19.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:20.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:20.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:20.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:20.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:20.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:20 smithi044 bash[32620]: cluster 2023-12-07T13:13:19.030017+0000 mgr.a (mgr.24293) 8138 : 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-07T13:13:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:20 smithi022 bash[28554]: cluster 2023-12-07T13:13:19.030017+0000 mgr.a (mgr.24293) 8138 : 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-07T13:13:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:20 smithi027 bash[31536]: cluster 2023-12-07T13:13:19.030017+0000 mgr.a (mgr.24293) 8138 : 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-07T13:13:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:21 smithi027 bash[31536]: audit 2023-12-07T13:13:19.941859+0000 mgr.a (mgr.24293) 8139 : audit 0 from='client.169191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:21 smithi027 bash[31536]: cluster 2023-12-07T13:13:21.031021+0000 mgr.a (mgr.24293) 8140 : cluster 0 pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:13:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:21 smithi044 bash[32620]: audit 2023-12-07T13:13:19.941859+0000 mgr.a (mgr.24293) 8139 : audit 0 from='client.169191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:21 smithi044 bash[32620]: cluster 2023-12-07T13:13:21.031021+0000 mgr.a (mgr.24293) 8140 : cluster 0 pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:13:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:21 smithi022 bash[28554]: audit 2023-12-07T13:13:19.941859+0000 mgr.a (mgr.24293) 8139 : audit 0 from='client.169191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:21 smithi022 bash[28554]: cluster 2023-12-07T13:13:21.031021+0000 mgr.a (mgr.24293) 8140 : cluster 0 pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:13:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:24 smithi044 bash[32620]: cluster 2023-12-07T13:13:23.031613+0000 mgr.a (mgr.24293) 8141 : cluster 0 pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:13:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:24 smithi022 bash[28554]: cluster 2023-12-07T13:13:23.031613+0000 mgr.a (mgr.24293) 8141 : cluster 0 pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:13:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:24 smithi027 bash[31536]: cluster 2023-12-07T13:13:23.031613+0000 mgr.a (mgr.24293) 8141 : cluster 0 pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:13:25.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:25.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:25.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:26.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:26.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:26.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:26.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:26 smithi044 bash[32620]: cluster 2023-12-07T13:13:25.032120+0000 mgr.a (mgr.24293) 8142 : cluster 0 pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:13:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:26 smithi044 bash[32620]: audit 2023-12-07T13:13:25.893200+0000 mgr.a (mgr.24293) 8143 : audit 0 from='client.169266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:26 smithi022 bash[28554]: cluster 2023-12-07T13:13:25.032120+0000 mgr.a (mgr.24293) 8142 : cluster 0 pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:13:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:26 smithi022 bash[28554]: audit 2023-12-07T13:13:25.893200+0000 mgr.a (mgr.24293) 8143 : audit 0 from='client.169266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:26 smithi027 bash[31536]: cluster 2023-12-07T13:13:25.032120+0000 mgr.a (mgr.24293) 8142 : cluster 0 pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:13:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:26 smithi027 bash[31536]: audit 2023-12-07T13:13:25.893200+0000 mgr.a (mgr.24293) 8143 : audit 0 from='client.169266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:27 smithi027 bash[31536]: cluster 2023-12-07T13:13:27.033205+0000 mgr.a (mgr.24293) 8144 : cluster 0 pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:27 smithi044 bash[32620]: cluster 2023-12-07T13:13:27.033205+0000 mgr.a (mgr.24293) 8144 : cluster 0 pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:27 smithi022 bash[28554]: cluster 2023-12-07T13:13:27.033205+0000 mgr.a (mgr.24293) 8144 : cluster 0 pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:30 smithi022 bash[28554]: cluster 2023-12-07T13:13:29.033781+0000 mgr.a (mgr.24293) 8145 : cluster 0 pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:30 smithi044 bash[32620]: cluster 2023-12-07T13:13:29.033781+0000 mgr.a (mgr.24293) 8145 : cluster 0 pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:30 smithi027 bash[31536]: cluster 2023-12-07T13:13:29.033781+0000 mgr.a (mgr.24293) 8145 : cluster 0 pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:31.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:31.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:31.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:32.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:32.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:32.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:32.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:32.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:33.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:32 smithi027 bash[31536]: cluster 2023-12-07T13:13:31.034539+0000 mgr.a (mgr.24293) 8146 : cluster 0 pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:32 smithi027 bash[31536]: audit 2023-12-07T13:13:31.844492+0000 mgr.a (mgr.24293) 8147 : audit 0 from='client.144862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:32 smithi044 bash[32620]: cluster 2023-12-07T13:13:31.034539+0000 mgr.a (mgr.24293) 8146 : cluster 0 pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:32 smithi044 bash[32620]: audit 2023-12-07T13:13:31.844492+0000 mgr.a (mgr.24293) 8147 : audit 0 from='client.144862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:32 smithi022 bash[28554]: cluster 2023-12-07T13:13:31.034539+0000 mgr.a (mgr.24293) 8146 : cluster 0 pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:32 smithi022 bash[28554]: audit 2023-12-07T13:13:31.844492+0000 mgr.a (mgr.24293) 8147 : audit 0 from='client.144862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:33 smithi027 bash[31536]: cluster 2023-12-07T13:13:33.035293+0000 mgr.a (mgr.24293) 8148 : cluster 0 pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:13:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:33 smithi044 bash[32620]: cluster 2023-12-07T13:13:33.035293+0000 mgr.a (mgr.24293) 8148 : cluster 0 pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:13:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:33 smithi022 bash[28554]: cluster 2023-12-07T13:13:33.035293+0000 mgr.a (mgr.24293) 8148 : cluster 0 pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:13:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:36 smithi044 bash[32620]: cluster 2023-12-07T13:13:35.035892+0000 mgr.a (mgr.24293) 8149 : cluster 0 pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:13:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:36 smithi022 bash[28554]: cluster 2023-12-07T13:13:35.035892+0000 mgr.a (mgr.24293) 8149 : cluster 0 pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:13:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:36 smithi027 bash[31536]: cluster 2023-12-07T13:13:35.035892+0000 mgr.a (mgr.24293) 8149 : cluster 0 pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:13:37.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:37.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:37.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:37 smithi027 bash[31536]: cluster 2023-12-07T13:13:37.036677+0000 mgr.a (mgr.24293) 8150 : cluster 0 pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:13:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:37 smithi027 bash[31536]: audit 2023-12-07T13:13:37.799368+0000 mgr.a (mgr.24293) 8151 : audit 0 from='client.169416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:38.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:38.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:38.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:38.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:38.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:37 smithi022 bash[28554]: cluster 2023-12-07T13:13:37.036677+0000 mgr.a (mgr.24293) 8150 : cluster 0 pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:13:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:37 smithi022 bash[28554]: audit 2023-12-07T13:13:37.799368+0000 mgr.a (mgr.24293) 8151 : audit 0 from='client.169416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:37 smithi044 bash[32620]: cluster 2023-12-07T13:13:37.036677+0000 mgr.a (mgr.24293) 8150 : cluster 0 pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:13:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:37 smithi044 bash[32620]: audit 2023-12-07T13:13:37.799368+0000 mgr.a (mgr.24293) 8151 : audit 0 from='client.169416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:40 smithi044 bash[32620]: cluster 2023-12-07T13:13:39.037418+0000 mgr.a (mgr.24293) 8152 : cluster 0 pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:40 smithi022 bash[28554]: cluster 2023-12-07T13:13:39.037418+0000 mgr.a (mgr.24293) 8152 : cluster 0 pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:40 smithi027 bash[31536]: cluster 2023-12-07T13:13:39.037418+0000 mgr.a (mgr.24293) 8152 : cluster 0 pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:42 smithi044 bash[32620]: cluster 2023-12-07T13:13:41.038249+0000 mgr.a (mgr.24293) 8153 : cluster 0 pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:42 smithi022 bash[28554]: cluster 2023-12-07T13:13:41.038249+0000 mgr.a (mgr.24293) 8153 : cluster 0 pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:42 smithi027 bash[31536]: cluster 2023-12-07T13:13:41.038249+0000 mgr.a (mgr.24293) 8153 : cluster 0 pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:43.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:43.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:43.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:44.297 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:44.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:44.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:44.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:44.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:44 smithi022 bash[28554]: cluster 2023-12-07T13:13:43.038815+0000 mgr.a (mgr.24293) 8154 : cluster 0 pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:44 smithi022 bash[28554]: audit 2023-12-07T13:13:43.758699+0000 mgr.a (mgr.24293) 8155 : audit 0 from='client.169491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:44 smithi044 bash[32620]: cluster 2023-12-07T13:13:43.038815+0000 mgr.a (mgr.24293) 8154 : cluster 0 pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:44 smithi044 bash[32620]: audit 2023-12-07T13:13:43.758699+0000 mgr.a (mgr.24293) 8155 : audit 0 from='client.169491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:44 smithi027 bash[31536]: cluster 2023-12-07T13:13:43.038815+0000 mgr.a (mgr.24293) 8154 : cluster 0 pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:44 smithi027 bash[31536]: audit 2023-12-07T13:13:43.758699+0000 mgr.a (mgr.24293) 8155 : audit 0 from='client.169491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:46 smithi022 bash[28554]: cluster 2023-12-07T13:13:45.039472+0000 mgr.a (mgr.24293) 8156 : cluster 0 pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:46 smithi044 bash[32620]: cluster 2023-12-07T13:13:45.039472+0000 mgr.a (mgr.24293) 8156 : cluster 0 pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:46 smithi027 bash[31536]: cluster 2023-12-07T13:13:45.039472+0000 mgr.a (mgr.24293) 8156 : cluster 0 pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:47 smithi027 bash[31536]: cluster 2023-12-07T13:13:47.040314+0000 mgr.a (mgr.24293) 8157 : cluster 0 pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:48.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:47 smithi022 bash[28554]: cluster 2023-12-07T13:13:47.040314+0000 mgr.a (mgr.24293) 8157 : cluster 0 pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:47 smithi044 bash[32620]: cluster 2023-12-07T13:13:47.040314+0000 mgr.a (mgr.24293) 8157 : cluster 0 pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:49.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:49.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:49.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:50.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:50 smithi044 bash[32620]: cluster 2023-12-07T13:13:49.040900+0000 mgr.a (mgr.24293) 8158 : 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-07T13:13:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:50 smithi044 bash[32620]: audit 2023-12-07T13:13:49.636301+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:13:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:50 smithi044 bash[32620]: audit 2023-12-07T13:13:49.707900+0000 mgr.a (mgr.24293) 8159 : audit 0 from='client.169569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:50 smithi022 bash[28554]: cluster 2023-12-07T13:13:49.040900+0000 mgr.a (mgr.24293) 8158 : 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-07T13:13:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:50 smithi022 bash[28554]: audit 2023-12-07T13:13:49.636301+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:13:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:50 smithi022 bash[28554]: audit 2023-12-07T13:13:49.707900+0000 mgr.a (mgr.24293) 8159 : audit 0 from='client.169569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:50 smithi027 bash[31536]: cluster 2023-12-07T13:13:49.040900+0000 mgr.a (mgr.24293) 8158 : 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-07T13:13:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:50 smithi027 bash[31536]: audit 2023-12-07T13:13:49.636301+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:13:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:50 smithi027 bash[31536]: audit 2023-12-07T13:13:49.707900+0000 mgr.a (mgr.24293) 8159 : audit 0 from='client.169569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.163513+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.170580+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.176548+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.181588+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.867970+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.870016+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:51 smithi044 bash[32620]: audit 2023-12-07T13:13:50.879386+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.163513+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.170580+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.176548+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.181588+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.867970+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:13:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.870016+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:13:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:51 smithi022 bash[28554]: audit 2023-12-07T13:13:50.879386+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.163513+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.170580+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.176548+0000 mon.a (mon.0) 1584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.181588+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.867970+0000 mon.a (mon.0) 1586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:13:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.870016+0000 mon.a (mon.0) 1587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:13:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:51 smithi027 bash[31536]: audit 2023-12-07T13:13:50.879386+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:13:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:52 smithi044 bash[32620]: cluster 2023-12-07T13:13:51.041798+0000 mgr.a (mgr.24293) 8160 : 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-07T13:13:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:52 smithi022 bash[28554]: cluster 2023-12-07T13:13:51.041798+0000 mgr.a (mgr.24293) 8160 : 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-07T13:13:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:52 smithi027 bash[31536]: cluster 2023-12-07T13:13:51.041798+0000 mgr.a (mgr.24293) 8160 : 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-07T13:13:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:54 smithi044 bash[32620]: cluster 2023-12-07T13:13:53.042398+0000 mgr.a (mgr.24293) 8161 : 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-07T13:13:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:54 smithi022 bash[28554]: cluster 2023-12-07T13:13:53.042398+0000 mgr.a (mgr.24293) 8161 : 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-07T13:13:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:54 smithi027 bash[31536]: cluster 2023-12-07T13:13:53.042398+0000 mgr.a (mgr.24293) 8161 : 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-07T13:13:55.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:13:55.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:55.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:56.156 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:13:56.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:56.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:56.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:56.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:13:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:56 smithi022 bash[28554]: cluster 2023-12-07T13:13:55.042976+0000 mgr.a (mgr.24293) 8162 : 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-07T13:13:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:56 smithi022 bash[28554]: audit 2023-12-07T13:13:55.639627+0000 mgr.a (mgr.24293) 8163 : audit 0 from='client.169644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:56 smithi044 bash[32620]: cluster 2023-12-07T13:13:55.042976+0000 mgr.a (mgr.24293) 8162 : 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-07T13:13:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:56 smithi044 bash[32620]: audit 2023-12-07T13:13:55.639627+0000 mgr.a (mgr.24293) 8163 : audit 0 from='client.169644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:56 smithi027 bash[31536]: cluster 2023-12-07T13:13:55.042976+0000 mgr.a (mgr.24293) 8162 : 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-07T13:13:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:56 smithi027 bash[31536]: audit 2023-12-07T13:13:55.639627+0000 mgr.a (mgr.24293) 8163 : audit 0 from='client.169644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:13:57 smithi027 bash[31536]: cluster 2023-12-07T13:13:57.044005+0000 mgr.a (mgr.24293) 8164 : cluster 0 pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:13:57 smithi022 bash[28554]: cluster 2023-12-07T13:13:57.044005+0000 mgr.a (mgr.24293) 8164 : cluster 0 pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:13:57 smithi044 bash[32620]: cluster 2023-12-07T13:13:57.044005+0000 mgr.a (mgr.24293) 8164 : cluster 0 pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:00 smithi044 bash[32620]: cluster 2023-12-07T13:13:59.044597+0000 mgr.a (mgr.24293) 8165 : cluster 0 pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:00 smithi022 bash[28554]: cluster 2023-12-07T13:13:59.044597+0000 mgr.a (mgr.24293) 8165 : cluster 0 pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:00 smithi027 bash[31536]: cluster 2023-12-07T13:13:59.044597+0000 mgr.a (mgr.24293) 8165 : cluster 0 pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:01.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:01.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:01.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:02.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:02.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:02.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:02.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:02.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:02 smithi044 bash[32620]: cluster 2023-12-07T13:14:01.045323+0000 mgr.a (mgr.24293) 8166 : cluster 0 pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:02 smithi044 bash[32620]: audit 2023-12-07T13:14:01.566454+0000 mgr.a (mgr.24293) 8167 : audit 0 from='client.169722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:02 smithi022 bash[28554]: cluster 2023-12-07T13:14:01.045323+0000 mgr.a (mgr.24293) 8166 : cluster 0 pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:02 smithi022 bash[28554]: audit 2023-12-07T13:14:01.566454+0000 mgr.a (mgr.24293) 8167 : audit 0 from='client.169722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:02 smithi027 bash[31536]: cluster 2023-12-07T13:14:01.045323+0000 mgr.a (mgr.24293) 8166 : cluster 0 pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:02 smithi027 bash[31536]: audit 2023-12-07T13:14:01.566454+0000 mgr.a (mgr.24293) 8167 : audit 0 from='client.169722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:04 smithi044 bash[32620]: cluster 2023-12-07T13:14:03.045958+0000 mgr.a (mgr.24293) 8168 : cluster 0 pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:04 smithi022 bash[28554]: cluster 2023-12-07T13:14:03.045958+0000 mgr.a (mgr.24293) 8168 : cluster 0 pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:04 smithi027 bash[31536]: cluster 2023-12-07T13:14:03.045958+0000 mgr.a (mgr.24293) 8168 : cluster 0 pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:06 smithi044 bash[32620]: cluster 2023-12-07T13:14:05.046530+0000 mgr.a (mgr.24293) 8169 : cluster 0 pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:06 smithi022 bash[28554]: cluster 2023-12-07T13:14:05.046530+0000 mgr.a (mgr.24293) 8169 : cluster 0 pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:06 smithi027 bash[31536]: cluster 2023-12-07T13:14:05.046530+0000 mgr.a (mgr.24293) 8169 : cluster 0 pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:07.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:07.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:07.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:08.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:07 smithi027 bash[31536]: cluster 2023-12-07T13:14:07.047360+0000 mgr.a (mgr.24293) 8170 : 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-07T13:14:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:07 smithi027 bash[31536]: audit 2023-12-07T13:14:07.514937+0000 mgr.a (mgr.24293) 8171 : audit 0 from='client.169797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:07 smithi044 bash[32620]: cluster 2023-12-07T13:14:07.047360+0000 mgr.a (mgr.24293) 8170 : 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-07T13:14:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:07 smithi044 bash[32620]: audit 2023-12-07T13:14:07.514937+0000 mgr.a (mgr.24293) 8171 : audit 0 from='client.169797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:07 smithi022 bash[28554]: cluster 2023-12-07T13:14:07.047360+0000 mgr.a (mgr.24293) 8170 : 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-07T13:14:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:07 smithi022 bash[28554]: audit 2023-12-07T13:14:07.514937+0000 mgr.a (mgr.24293) 8171 : audit 0 from='client.169797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:10 smithi044 bash[32620]: cluster 2023-12-07T13:14:09.047997+0000 mgr.a (mgr.24293) 8172 : cluster 0 pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:10 smithi022 bash[28554]: cluster 2023-12-07T13:14:09.047997+0000 mgr.a (mgr.24293) 8172 : cluster 0 pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:10 smithi027 bash[31536]: cluster 2023-12-07T13:14:09.047997+0000 mgr.a (mgr.24293) 8172 : cluster 0 pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:12 smithi044 bash[32620]: cluster 2023-12-07T13:14:11.048811+0000 mgr.a (mgr.24293) 8173 : cluster 0 pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:12 smithi022 bash[28554]: cluster 2023-12-07T13:14:11.048811+0000 mgr.a (mgr.24293) 8173 : cluster 0 pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:12 smithi027 bash[31536]: cluster 2023-12-07T13:14:11.048811+0000 mgr.a (mgr.24293) 8173 : cluster 0 pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:13.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:13.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:13.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:13.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:13.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:13.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:14 smithi044 bash[32620]: cluster 2023-12-07T13:14:13.049366+0000 mgr.a (mgr.24293) 8174 : cluster 0 pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:14 smithi044 bash[32620]: audit 2023-12-07T13:14:13.464380+0000 mgr.a (mgr.24293) 8175 : audit 0 from='client.169875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:14 smithi022 bash[28554]: cluster 2023-12-07T13:14:13.049366+0000 mgr.a (mgr.24293) 8174 : cluster 0 pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:14 smithi022 bash[28554]: audit 2023-12-07T13:14:13.464380+0000 mgr.a (mgr.24293) 8175 : audit 0 from='client.169875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:14 smithi027 bash[31536]: cluster 2023-12-07T13:14:13.049366+0000 mgr.a (mgr.24293) 8174 : cluster 0 pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:14 smithi027 bash[31536]: audit 2023-12-07T13:14:13.464380+0000 mgr.a (mgr.24293) 8175 : audit 0 from='client.169875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:16 smithi044 bash[32620]: cluster 2023-12-07T13:14:15.050044+0000 mgr.a (mgr.24293) 8176 : cluster 0 pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:16 smithi022 bash[28554]: cluster 2023-12-07T13:14:15.050044+0000 mgr.a (mgr.24293) 8176 : cluster 0 pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:16 smithi027 bash[31536]: cluster 2023-12-07T13:14:15.050044+0000 mgr.a (mgr.24293) 8176 : cluster 0 pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:17 smithi044 bash[32620]: cluster 2023-12-07T13:14:17.050898+0000 mgr.a (mgr.24293) 8177 : cluster 0 pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:17 smithi022 bash[28554]: cluster 2023-12-07T13:14:17.050898+0000 mgr.a (mgr.24293) 8177 : cluster 0 pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:17 smithi027 bash[31536]: cluster 2023-12-07T13:14:17.050898+0000 mgr.a (mgr.24293) 8177 : cluster 0 pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:18.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:18.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:18.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:19.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:19.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:19.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:19.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:19.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:20 smithi044 bash[32620]: cluster 2023-12-07T13:14:19.051361+0000 mgr.a (mgr.24293) 8178 : 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-07T13:14:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:20 smithi044 bash[32620]: audit 2023-12-07T13:14:19.411381+0000 mgr.a (mgr.24293) 8179 : audit 0 from='client.169950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:20 smithi022 bash[28554]: cluster 2023-12-07T13:14:19.051361+0000 mgr.a (mgr.24293) 8178 : 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-07T13:14:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:20 smithi022 bash[28554]: audit 2023-12-07T13:14:19.411381+0000 mgr.a (mgr.24293) 8179 : audit 0 from='client.169950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:20 smithi027 bash[31536]: cluster 2023-12-07T13:14:19.051361+0000 mgr.a (mgr.24293) 8178 : 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-07T13:14:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:20 smithi027 bash[31536]: audit 2023-12-07T13:14:19.411381+0000 mgr.a (mgr.24293) 8179 : audit 0 from='client.169950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:22 smithi044 bash[32620]: cluster 2023-12-07T13:14:21.052229+0000 mgr.a (mgr.24293) 8180 : 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-07T13:14:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:22 smithi022 bash[28554]: cluster 2023-12-07T13:14:21.052229+0000 mgr.a (mgr.24293) 8180 : 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-07T13:14:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:22 smithi027 bash[31536]: cluster 2023-12-07T13:14:21.052229+0000 mgr.a (mgr.24293) 8180 : 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-07T13:14:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:24 smithi044 bash[32620]: cluster 2023-12-07T13:14:23.052782+0000 mgr.a (mgr.24293) 8181 : 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-07T13:14:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:24 smithi022 bash[28554]: cluster 2023-12-07T13:14:23.052782+0000 mgr.a (mgr.24293) 8181 : 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-07T13:14:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:24 smithi027 bash[31536]: cluster 2023-12-07T13:14:23.052782+0000 mgr.a (mgr.24293) 8181 : 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-07T13:14:24.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:24.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:24.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:25.882 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:25.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:25.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:25.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:25.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:26 smithi044 bash[32620]: cluster 2023-12-07T13:14:25.053346+0000 mgr.a (mgr.24293) 8182 : 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-07T13:14:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:26 smithi044 bash[32620]: audit 2023-12-07T13:14:25.355143+0000 mgr.a (mgr.24293) 8183 : audit 0 from='client.170028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:26 smithi022 bash[28554]: cluster 2023-12-07T13:14:25.053346+0000 mgr.a (mgr.24293) 8182 : 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-07T13:14:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:26 smithi022 bash[28554]: audit 2023-12-07T13:14:25.355143+0000 mgr.a (mgr.24293) 8183 : audit 0 from='client.170028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:26 smithi027 bash[31536]: cluster 2023-12-07T13:14:25.053346+0000 mgr.a (mgr.24293) 8182 : 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-07T13:14:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:26 smithi027 bash[31536]: audit 2023-12-07T13:14:25.355143+0000 mgr.a (mgr.24293) 8183 : audit 0 from='client.170028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:27 smithi044 bash[32620]: cluster 2023-12-07T13:14:27.054423+0000 mgr.a (mgr.24293) 8184 : cluster 0 pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:27 smithi022 bash[28554]: cluster 2023-12-07T13:14:27.054423+0000 mgr.a (mgr.24293) 8184 : cluster 0 pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:27 smithi027 bash[31536]: cluster 2023-12-07T13:14:27.054423+0000 mgr.a (mgr.24293) 8184 : cluster 0 pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:30 smithi022 bash[28554]: cluster 2023-12-07T13:14:29.055039+0000 mgr.a (mgr.24293) 8185 : cluster 0 pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:30 smithi044 bash[32620]: cluster 2023-12-07T13:14:29.055039+0000 mgr.a (mgr.24293) 8185 : cluster 0 pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:30 smithi027 bash[31536]: cluster 2023-12-07T13:14:29.055039+0000 mgr.a (mgr.24293) 8185 : cluster 0 pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:30.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:30.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:30.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:31.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:31.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:31.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:31.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:31.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:32 smithi044 bash[32620]: cluster 2023-12-07T13:14:31.055795+0000 mgr.a (mgr.24293) 8186 : cluster 0 pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:32 smithi044 bash[32620]: audit 2023-12-07T13:14:31.297340+0000 mgr.a (mgr.24293) 8187 : audit 0 from='client.170103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:32 smithi022 bash[28554]: cluster 2023-12-07T13:14:31.055795+0000 mgr.a (mgr.24293) 8186 : cluster 0 pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:32 smithi022 bash[28554]: audit 2023-12-07T13:14:31.297340+0000 mgr.a (mgr.24293) 8187 : audit 0 from='client.170103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:32 smithi027 bash[31536]: cluster 2023-12-07T13:14:31.055795+0000 mgr.a (mgr.24293) 8186 : cluster 0 pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:32 smithi027 bash[31536]: audit 2023-12-07T13:14:31.297340+0000 mgr.a (mgr.24293) 8187 : audit 0 from='client.170103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:34 smithi044 bash[32620]: cluster 2023-12-07T13:14:33.056457+0000 mgr.a (mgr.24293) 8188 : cluster 0 pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:34 smithi022 bash[28554]: cluster 2023-12-07T13:14:33.056457+0000 mgr.a (mgr.24293) 8188 : cluster 0 pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:34 smithi027 bash[31536]: cluster 2023-12-07T13:14:33.056457+0000 mgr.a (mgr.24293) 8188 : cluster 0 pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:36 smithi022 bash[28554]: cluster 2023-12-07T13:14:35.057011+0000 mgr.a (mgr.24293) 8189 : cluster 0 pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:36 smithi044 bash[32620]: cluster 2023-12-07T13:14:35.057011+0000 mgr.a (mgr.24293) 8189 : cluster 0 pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:36 smithi027 bash[31536]: cluster 2023-12-07T13:14:35.057011+0000 mgr.a (mgr.24293) 8189 : cluster 0 pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:36.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:36.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:36.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:37.773 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:37.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:37.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:37.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:37.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:37 smithi044 bash[32620]: cluster 2023-12-07T13:14:37.057818+0000 mgr.a (mgr.24293) 8190 : cluster 0 pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:37 smithi044 bash[32620]: audit 2023-12-07T13:14:37.242079+0000 mgr.a (mgr.24293) 8191 : audit 0 from='client.170181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:37 smithi022 bash[28554]: cluster 2023-12-07T13:14:37.057818+0000 mgr.a (mgr.24293) 8190 : cluster 0 pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:37 smithi022 bash[28554]: audit 2023-12-07T13:14:37.242079+0000 mgr.a (mgr.24293) 8191 : audit 0 from='client.170181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:37 smithi027 bash[31536]: cluster 2023-12-07T13:14:37.057818+0000 mgr.a (mgr.24293) 8190 : cluster 0 pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:37 smithi027 bash[31536]: audit 2023-12-07T13:14:37.242079+0000 mgr.a (mgr.24293) 8191 : audit 0 from='client.170181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:40 smithi022 bash[28554]: cluster 2023-12-07T13:14:39.058473+0000 mgr.a (mgr.24293) 8192 : cluster 0 pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:40 smithi044 bash[32620]: cluster 2023-12-07T13:14:39.058473+0000 mgr.a (mgr.24293) 8192 : cluster 0 pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:40 smithi027 bash[31536]: cluster 2023-12-07T13:14:39.058473+0000 mgr.a (mgr.24293) 8192 : cluster 0 pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:42 smithi044 bash[32620]: cluster 2023-12-07T13:14:41.059277+0000 mgr.a (mgr.24293) 8193 : cluster 0 pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:42 smithi022 bash[28554]: cluster 2023-12-07T13:14:41.059277+0000 mgr.a (mgr.24293) 8193 : cluster 0 pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:42 smithi027 bash[31536]: cluster 2023-12-07T13:14:41.059277+0000 mgr.a (mgr.24293) 8193 : cluster 0 pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:42.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:42.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:42.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:43.681 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:43.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:43.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:43.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:43.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:44 smithi022 bash[28554]: cluster 2023-12-07T13:14:43.059983+0000 mgr.a (mgr.24293) 8194 : cluster 0 pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:44 smithi022 bash[28554]: audit 2023-12-07T13:14:43.192921+0000 mgr.a (mgr.24293) 8195 : audit 0 from='client.170259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:44 smithi044 bash[32620]: cluster 2023-12-07T13:14:43.059983+0000 mgr.a (mgr.24293) 8194 : cluster 0 pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:44 smithi044 bash[32620]: audit 2023-12-07T13:14:43.192921+0000 mgr.a (mgr.24293) 8195 : audit 0 from='client.170259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:44 smithi027 bash[31536]: cluster 2023-12-07T13:14:43.059983+0000 mgr.a (mgr.24293) 8194 : cluster 0 pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:44 smithi027 bash[31536]: audit 2023-12-07T13:14:43.192921+0000 mgr.a (mgr.24293) 8195 : audit 0 from='client.170259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:46 smithi022 bash[28554]: cluster 2023-12-07T13:14:45.060665+0000 mgr.a (mgr.24293) 8196 : cluster 0 pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:46 smithi044 bash[32620]: cluster 2023-12-07T13:14:45.060665+0000 mgr.a (mgr.24293) 8196 : cluster 0 pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:46 smithi027 bash[31536]: cluster 2023-12-07T13:14:45.060665+0000 mgr.a (mgr.24293) 8196 : cluster 0 pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:47 smithi044 bash[32620]: cluster 2023-12-07T13:14:47.061484+0000 mgr.a (mgr.24293) 8197 : cluster 0 pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:47 smithi022 bash[28554]: cluster 2023-12-07T13:14:47.061484+0000 mgr.a (mgr.24293) 8197 : cluster 0 pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:47 smithi027 bash[31536]: cluster 2023-12-07T13:14:47.061484+0000 mgr.a (mgr.24293) 8197 : cluster 0 pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:48.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:48.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:48.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:49.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:49.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:49.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:49.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:49.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:50 smithi022 bash[28554]: cluster 2023-12-07T13:14:49.062015+0000 mgr.a (mgr.24293) 8198 : cluster 0 pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:50 smithi022 bash[28554]: audit 2023-12-07T13:14:49.093022+0000 mgr.a (mgr.24293) 8199 : audit 0 from='client.170337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:50 smithi044 bash[32620]: cluster 2023-12-07T13:14:49.062015+0000 mgr.a (mgr.24293) 8198 : cluster 0 pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:50 smithi044 bash[32620]: audit 2023-12-07T13:14:49.093022+0000 mgr.a (mgr.24293) 8199 : audit 0 from='client.170337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:50 smithi027 bash[31536]: cluster 2023-12-07T13:14:49.062015+0000 mgr.a (mgr.24293) 8198 : cluster 0 pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:50 smithi027 bash[31536]: audit 2023-12-07T13:14:49.093022+0000 mgr.a (mgr.24293) 8199 : audit 0 from='client.170337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:51 smithi022 bash[28554]: audit 2023-12-07T13:14:50.982526+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:14:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:51 smithi044 bash[32620]: audit 2023-12-07T13:14:50.982526+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:14:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:51 smithi027 bash[31536]: audit 2023-12-07T13:14:50.982526+0000 mon.a (mon.0) 1589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:14:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:52 smithi044 bash[32620]: cluster 2023-12-07T13:14:51.062702+0000 mgr.a (mgr.24293) 8200 : cluster 0 pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:52 smithi044 bash[32620]: audit 2023-12-07T13:14:51.716271+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:52 smithi044 bash[32620]: audit 2023-12-07T13:14:51.717817+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:52 smithi044 bash[32620]: audit 2023-12-07T13:14:51.727732+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:52 smithi022 bash[28554]: cluster 2023-12-07T13:14:51.062702+0000 mgr.a (mgr.24293) 8200 : cluster 0 pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:52 smithi022 bash[28554]: audit 2023-12-07T13:14:51.716271+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:52 smithi022 bash[28554]: audit 2023-12-07T13:14:51.717817+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:14:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:52 smithi022 bash[28554]: audit 2023-12-07T13:14:51.727732+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:14:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:52 smithi027 bash[31536]: cluster 2023-12-07T13:14:51.062702+0000 mgr.a (mgr.24293) 8200 : cluster 0 pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:52 smithi027 bash[31536]: audit 2023-12-07T13:14:51.716271+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:14:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:52 smithi027 bash[31536]: audit 2023-12-07T13:14:51.717817+0000 mon.a (mon.0) 1591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:14:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:52 smithi027 bash[31536]: audit 2023-12-07T13:14:51.727732+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:14:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:54 smithi044 bash[32620]: cluster 2023-12-07T13:14:53.063260+0000 mgr.a (mgr.24293) 8201 : 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-07T13:14:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:54 smithi022 bash[28554]: cluster 2023-12-07T13:14:53.063260+0000 mgr.a (mgr.24293) 8201 : 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-07T13:14:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:54 smithi027 bash[31536]: cluster 2023-12-07T13:14:53.063260+0000 mgr.a (mgr.24293) 8201 : 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-07T13:14:54.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:14:54.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:54.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:55.541 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:14:55.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:55.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:55.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:55.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:14:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:56 smithi022 bash[28554]: audit 2023-12-07T13:14:55.021847+0000 mgr.a (mgr.24293) 8202 : audit 0 from='client.170409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:56 smithi022 bash[28554]: cluster 2023-12-07T13:14:55.063813+0000 mgr.a (mgr.24293) 8203 : 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-07T13:14:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:56 smithi044 bash[32620]: audit 2023-12-07T13:14:55.021847+0000 mgr.a (mgr.24293) 8202 : audit 0 from='client.170409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:56 smithi044 bash[32620]: cluster 2023-12-07T13:14:55.063813+0000 mgr.a (mgr.24293) 8203 : 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-07T13:14:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:56 smithi027 bash[31536]: audit 2023-12-07T13:14:55.021847+0000 mgr.a (mgr.24293) 8202 : audit 0 from='client.170409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:56 smithi027 bash[31536]: cluster 2023-12-07T13:14:55.063813+0000 mgr.a (mgr.24293) 8203 : 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-07T13:14:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:14:57 smithi022 bash[28554]: cluster 2023-12-07T13:14:57.064791+0000 mgr.a (mgr.24293) 8204 : cluster 0 pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:14:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:14:57 smithi044 bash[32620]: cluster 2023-12-07T13:14:57.064791+0000 mgr.a (mgr.24293) 8204 : cluster 0 pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:14:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:14:57 smithi027 bash[31536]: cluster 2023-12-07T13:14:57.064791+0000 mgr.a (mgr.24293) 8204 : cluster 0 pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:15:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:00 smithi022 bash[28554]: cluster 2023-12-07T13:14:59.065368+0000 mgr.a (mgr.24293) 8205 : cluster 0 pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:15:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:00 smithi044 bash[32620]: cluster 2023-12-07T13:14:59.065368+0000 mgr.a (mgr.24293) 8205 : cluster 0 pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:15:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:00 smithi027 bash[31536]: cluster 2023-12-07T13:14:59.065368+0000 mgr.a (mgr.24293) 8205 : cluster 0 pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:15:00.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:00.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:00.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:01.470 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:01.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:01.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:01.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:01.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:02 smithi022 bash[28554]: audit 2023-12-07T13:15:00.957462+0000 mgr.a (mgr.24293) 8206 : audit 0 from='client.170487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:02.470 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:02 smithi022 bash[28554]: cluster 2023-12-07T13:15:01.066214+0000 mgr.a (mgr.24293) 8207 : cluster 0 pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:02.471 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:02 smithi044 bash[32620]: audit 2023-12-07T13:15:00.957462+0000 mgr.a (mgr.24293) 8206 : audit 0 from='client.170487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:02.471 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:02 smithi044 bash[32620]: cluster 2023-12-07T13:15:01.066214+0000 mgr.a (mgr.24293) 8207 : cluster 0 pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:02.471 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:02 smithi027 bash[31536]: audit 2023-12-07T13:15:00.957462+0000 mgr.a (mgr.24293) 8206 : audit 0 from='client.170487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:02.471 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:02 smithi027 bash[31536]: cluster 2023-12-07T13:15:01.066214+0000 mgr.a (mgr.24293) 8207 : cluster 0 pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:04 smithi022 bash[28554]: cluster 2023-12-07T13:15:03.066889+0000 mgr.a (mgr.24293) 8208 : cluster 0 pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:04 smithi044 bash[32620]: cluster 2023-12-07T13:15:03.066889+0000 mgr.a (mgr.24293) 8208 : cluster 0 pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:04 smithi027 bash[31536]: cluster 2023-12-07T13:15:03.066889+0000 mgr.a (mgr.24293) 8208 : cluster 0 pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:06 smithi022 bash[28554]: cluster 2023-12-07T13:15:05.067469+0000 mgr.a (mgr.24293) 8209 : cluster 0 pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:06 smithi044 bash[32620]: cluster 2023-12-07T13:15:05.067469+0000 mgr.a (mgr.24293) 8209 : cluster 0 pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:06 smithi027 bash[31536]: cluster 2023-12-07T13:15:05.067469+0000 mgr.a (mgr.24293) 8209 : cluster 0 pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:06.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:06.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:06.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:07.422 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:07.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:07 smithi044 bash[32620]: audit 2023-12-07T13:15:06.879174+0000 mgr.a (mgr.24293) 8210 : audit 0 from='client.170565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:07 smithi022 bash[28554]: audit 2023-12-07T13:15:06.879174+0000 mgr.a (mgr.24293) 8210 : audit 0 from='client.170565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:07 smithi027 bash[31536]: audit 2023-12-07T13:15:06.879174+0000 mgr.a (mgr.24293) 8210 : audit 0 from='client.170565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:08 smithi022 bash[28554]: cluster 2023-12-07T13:15:07.068508+0000 mgr.a (mgr.24293) 8211 : cluster 0 pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:08 smithi044 bash[32620]: cluster 2023-12-07T13:15:07.068508+0000 mgr.a (mgr.24293) 8211 : cluster 0 pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:08 smithi027 bash[31536]: cluster 2023-12-07T13:15:07.068508+0000 mgr.a (mgr.24293) 8211 : cluster 0 pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:10 smithi022 bash[28554]: cluster 2023-12-07T13:15:09.069175+0000 mgr.a (mgr.24293) 8212 : cluster 0 pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:15:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:10 smithi044 bash[32620]: cluster 2023-12-07T13:15:09.069175+0000 mgr.a (mgr.24293) 8212 : cluster 0 pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:15:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:10 smithi027 bash[31536]: cluster 2023-12-07T13:15:09.069175+0000 mgr.a (mgr.24293) 8212 : cluster 0 pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:15:12.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:12.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:12.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:12 smithi022 bash[28554]: cluster 2023-12-07T13:15:11.069966+0000 mgr.a (mgr.24293) 8213 : cluster 0 pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:15:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:12 smithi044 bash[32620]: cluster 2023-12-07T13:15:11.069966+0000 mgr.a (mgr.24293) 8213 : cluster 0 pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:15:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:12 smithi027 bash[31536]: cluster 2023-12-07T13:15:11.069966+0000 mgr.a (mgr.24293) 8213 : cluster 0 pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:15:13.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:13.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:13.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:13.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:13.385 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:13 smithi044 bash[32620]: audit 2023-12-07T13:15:12.843984+0000 mgr.a (mgr.24293) 8214 : audit 0 from='client.170640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:13 smithi022 bash[28554]: audit 2023-12-07T13:15:12.843984+0000 mgr.a (mgr.24293) 8214 : audit 0 from='client.170640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:13.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:13 smithi027 bash[31536]: audit 2023-12-07T13:15:12.843984+0000 mgr.a (mgr.24293) 8214 : audit 0 from='client.170640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:14 smithi044 bash[32620]: cluster 2023-12-07T13:15:13.070650+0000 mgr.a (mgr.24293) 8215 : cluster 0 pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:14 smithi022 bash[28554]: cluster 2023-12-07T13:15:13.070650+0000 mgr.a (mgr.24293) 8215 : cluster 0 pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:14 smithi027 bash[31536]: cluster 2023-12-07T13:15:13.070650+0000 mgr.a (mgr.24293) 8215 : cluster 0 pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:16 smithi022 bash[28554]: cluster 2023-12-07T13:15:15.071416+0000 mgr.a (mgr.24293) 8216 : cluster 0 pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:16 smithi044 bash[32620]: cluster 2023-12-07T13:15:15.071416+0000 mgr.a (mgr.24293) 8216 : cluster 0 pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:16 smithi027 bash[31536]: cluster 2023-12-07T13:15:15.071416+0000 mgr.a (mgr.24293) 8216 : cluster 0 pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:18.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:18.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:18.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:17 smithi044 bash[32620]: cluster 2023-12-07T13:15:17.072193+0000 mgr.a (mgr.24293) 8217 : cluster 0 pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:17 smithi022 bash[28554]: cluster 2023-12-07T13:15:17.072193+0000 mgr.a (mgr.24293) 8217 : cluster 0 pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:17 smithi027 bash[31536]: cluster 2023-12-07T13:15:17.072193+0000 mgr.a (mgr.24293) 8217 : cluster 0 pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:19.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:19.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:19.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:19.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:19.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:18 smithi022 bash[28554]: audit 2023-12-07T13:15:18.791061+0000 mgr.a (mgr.24293) 8218 : audit 0 from='client.170712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:18 smithi044 bash[32620]: audit 2023-12-07T13:15:18.791061+0000 mgr.a (mgr.24293) 8218 : audit 0 from='client.170712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:18 smithi027 bash[31536]: audit 2023-12-07T13:15:18.791061+0000 mgr.a (mgr.24293) 8218 : audit 0 from='client.170712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:19 smithi022 bash[28554]: cluster 2023-12-07T13:15:19.077787+0000 mgr.a (mgr.24293) 8219 : cluster 0 pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:19 smithi044 bash[32620]: cluster 2023-12-07T13:15:19.077787+0000 mgr.a (mgr.24293) 8219 : cluster 0 pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:19 smithi027 bash[31536]: cluster 2023-12-07T13:15:19.077787+0000 mgr.a (mgr.24293) 8219 : cluster 0 pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:22 smithi044 bash[32620]: cluster 2023-12-07T13:15:21.079089+0000 mgr.a (mgr.24293) 8220 : cluster 0 pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:22 smithi022 bash[28554]: cluster 2023-12-07T13:15:21.079089+0000 mgr.a (mgr.24293) 8220 : cluster 0 pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:22 smithi027 bash[31536]: cluster 2023-12-07T13:15:21.079089+0000 mgr.a (mgr.24293) 8220 : cluster 0 pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:24.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:24.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:24.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:24 smithi022 bash[28554]: cluster 2023-12-07T13:15:23.079732+0000 mgr.a (mgr.24293) 8221 : 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-07T13:15:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:24 smithi044 bash[32620]: cluster 2023-12-07T13:15:23.079732+0000 mgr.a (mgr.24293) 8221 : 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-07T13:15:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:24 smithi027 bash[31536]: cluster 2023-12-07T13:15:23.079732+0000 mgr.a (mgr.24293) 8221 : 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-07T13:15:25.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:25.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:25.295 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:25.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:25.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:25 smithi044 bash[32620]: audit 2023-12-07T13:15:24.759035+0000 mgr.a (mgr.24293) 8222 : audit 0 from='client.145984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:25 smithi022 bash[28554]: audit 2023-12-07T13:15:24.759035+0000 mgr.a (mgr.24293) 8222 : audit 0 from='client.145984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:25 smithi027 bash[31536]: audit 2023-12-07T13:15:24.759035+0000 mgr.a (mgr.24293) 8222 : audit 0 from='client.145984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:26 smithi044 bash[32620]: cluster 2023-12-07T13:15:25.080277+0000 mgr.a (mgr.24293) 8223 : 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-07T13:15:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:26 smithi022 bash[28554]: cluster 2023-12-07T13:15:25.080277+0000 mgr.a (mgr.24293) 8223 : 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-07T13:15:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:26 smithi027 bash[31536]: cluster 2023-12-07T13:15:25.080277+0000 mgr.a (mgr.24293) 8223 : 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-07T13:15:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:27 smithi044 bash[32620]: cluster 2023-12-07T13:15:27.081100+0000 mgr.a (mgr.24293) 8224 : 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-07T13:15:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:27 smithi022 bash[28554]: cluster 2023-12-07T13:15:27.081100+0000 mgr.a (mgr.24293) 8224 : 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-07T13:15:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:27 smithi027 bash[31536]: cluster 2023-12-07T13:15:27.081100+0000 mgr.a (mgr.24293) 8224 : 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-07T13:15:30.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:30.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:30.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:30 smithi044 bash[32620]: cluster 2023-12-07T13:15:29.081831+0000 mgr.a (mgr.24293) 8225 : 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-07T13:15:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:30 smithi022 bash[28554]: cluster 2023-12-07T13:15:29.081831+0000 mgr.a (mgr.24293) 8225 : 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-07T13:15:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:30 smithi027 bash[31536]: cluster 2023-12-07T13:15:29.081831+0000 mgr.a (mgr.24293) 8225 : 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-07T13:15:31.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:31.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:31.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:31.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:31.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:31 smithi022 bash[28554]: audit 2023-12-07T13:15:30.705559+0000 mgr.a (mgr.24293) 8226 : audit 0 from='client.170868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:31 smithi044 bash[32620]: audit 2023-12-07T13:15:30.705559+0000 mgr.a (mgr.24293) 8226 : audit 0 from='client.170868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:31 smithi027 bash[31536]: audit 2023-12-07T13:15:30.705559+0000 mgr.a (mgr.24293) 8226 : audit 0 from='client.170868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:32 smithi022 bash[28554]: cluster 2023-12-07T13:15:31.083913+0000 mgr.a (mgr.24293) 8227 : cluster 0 pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:32 smithi044 bash[32620]: cluster 2023-12-07T13:15:31.083913+0000 mgr.a (mgr.24293) 8227 : cluster 0 pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:32 smithi027 bash[31536]: cluster 2023-12-07T13:15:31.083913+0000 mgr.a (mgr.24293) 8227 : cluster 0 pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:34 smithi022 bash[28554]: cluster 2023-12-07T13:15:33.084525+0000 mgr.a (mgr.24293) 8228 : cluster 0 pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:34 smithi044 bash[32620]: cluster 2023-12-07T13:15:33.084525+0000 mgr.a (mgr.24293) 8228 : cluster 0 pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:34 smithi027 bash[31536]: cluster 2023-12-07T13:15:33.084525+0000 mgr.a (mgr.24293) 8228 : cluster 0 pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:36.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:36.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:36.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:36 smithi022 bash[28554]: cluster 2023-12-07T13:15:35.085141+0000 mgr.a (mgr.24293) 8229 : cluster 0 pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:36 smithi044 bash[32620]: cluster 2023-12-07T13:15:35.085141+0000 mgr.a (mgr.24293) 8229 : cluster 0 pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:36 smithi027 bash[31536]: cluster 2023-12-07T13:15:35.085141+0000 mgr.a (mgr.24293) 8229 : cluster 0 pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:37.174 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:37.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:37.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:37.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:37.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:37 smithi044 bash[32620]: audit 2023-12-07T13:15:36.624887+0000 mgr.a (mgr.24293) 8230 : audit 0 from='client.170943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:37 smithi022 bash[28554]: audit 2023-12-07T13:15:36.624887+0000 mgr.a (mgr.24293) 8230 : audit 0 from='client.170943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:37 smithi027 bash[31536]: audit 2023-12-07T13:15:36.624887+0000 mgr.a (mgr.24293) 8230 : audit 0 from='client.170943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:38 smithi044 bash[32620]: cluster 2023-12-07T13:15:37.085785+0000 mgr.a (mgr.24293) 8231 : cluster 0 pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:38 smithi022 bash[28554]: cluster 2023-12-07T13:15:37.085785+0000 mgr.a (mgr.24293) 8231 : cluster 0 pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:38 smithi027 bash[31536]: cluster 2023-12-07T13:15:37.085785+0000 mgr.a (mgr.24293) 8231 : cluster 0 pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:40 smithi044 bash[32620]: cluster 2023-12-07T13:15:39.086346+0000 mgr.a (mgr.24293) 8232 : cluster 0 pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:40 smithi022 bash[28554]: cluster 2023-12-07T13:15:39.086346+0000 mgr.a (mgr.24293) 8232 : cluster 0 pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:40 smithi027 bash[31536]: cluster 2023-12-07T13:15:39.086346+0000 mgr.a (mgr.24293) 8232 : cluster 0 pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:42.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:42.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:42.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:42 smithi022 bash[28554]: cluster 2023-12-07T13:15:41.087081+0000 mgr.a (mgr.24293) 8233 : cluster 0 pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:42 smithi044 bash[32620]: cluster 2023-12-07T13:15:41.087081+0000 mgr.a (mgr.24293) 8233 : cluster 0 pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:42 smithi027 bash[31536]: cluster 2023-12-07T13:15:41.087081+0000 mgr.a (mgr.24293) 8233 : cluster 0 pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:43.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:43 smithi022 bash[28554]: audit 2023-12-07T13:15:42.587952+0000 mgr.a (mgr.24293) 8234 : audit 0 from='client.171018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:43 smithi044 bash[32620]: audit 2023-12-07T13:15:42.587952+0000 mgr.a (mgr.24293) 8234 : audit 0 from='client.171018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:43 smithi027 bash[31536]: audit 2023-12-07T13:15:42.587952+0000 mgr.a (mgr.24293) 8234 : audit 0 from='client.171018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:44 smithi027 bash[31536]: cluster 2023-12-07T13:15:43.087638+0000 mgr.a (mgr.24293) 8235 : cluster 0 pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:44 smithi044 bash[32620]: cluster 2023-12-07T13:15:43.087638+0000 mgr.a (mgr.24293) 8235 : cluster 0 pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:44 smithi022 bash[28554]: cluster 2023-12-07T13:15:43.087638+0000 mgr.a (mgr.24293) 8235 : cluster 0 pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:46 smithi027 bash[31536]: cluster 2023-12-07T13:15:45.088152+0000 mgr.a (mgr.24293) 8236 : cluster 0 pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:46 smithi044 bash[32620]: cluster 2023-12-07T13:15:45.088152+0000 mgr.a (mgr.24293) 8236 : cluster 0 pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:46 smithi022 bash[28554]: cluster 2023-12-07T13:15:45.088152+0000 mgr.a (mgr.24293) 8236 : cluster 0 pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:48.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:47 smithi022 bash[28554]: cluster 2023-12-07T13:15:47.088955+0000 mgr.a (mgr.24293) 8237 : cluster 0 pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:47 smithi044 bash[32620]: cluster 2023-12-07T13:15:47.088955+0000 mgr.a (mgr.24293) 8237 : cluster 0 pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:47 smithi027 bash[31536]: cluster 2023-12-07T13:15:47.088955+0000 mgr.a (mgr.24293) 8237 : cluster 0 pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:49.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:49.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:49.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:49.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:49.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:48 smithi022 bash[28554]: audit 2023-12-07T13:15:48.550306+0000 mgr.a (mgr.24293) 8238 : audit 0 from='client.171093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:48 smithi044 bash[32620]: audit 2023-12-07T13:15:48.550306+0000 mgr.a (mgr.24293) 8238 : audit 0 from='client.171093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:48 smithi027 bash[31536]: audit 2023-12-07T13:15:48.550306+0000 mgr.a (mgr.24293) 8238 : audit 0 from='client.171093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:49 smithi022 bash[28554]: cluster 2023-12-07T13:15:49.089702+0000 mgr.a (mgr.24293) 8239 : cluster 0 pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:49 smithi044 bash[32620]: cluster 2023-12-07T13:15:49.089702+0000 mgr.a (mgr.24293) 8239 : cluster 0 pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:49 smithi027 bash[31536]: cluster 2023-12-07T13:15:49.089702+0000 mgr.a (mgr.24293) 8239 : cluster 0 pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:52 smithi022 bash[28554]: cluster 2023-12-07T13:15:51.090508+0000 mgr.a (mgr.24293) 8240 : cluster 0 pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:52 smithi022 bash[28554]: audit 2023-12-07T13:15:51.830385+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:15:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:52 smithi044 bash[32620]: cluster 2023-12-07T13:15:51.090508+0000 mgr.a (mgr.24293) 8240 : cluster 0 pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:52 smithi044 bash[32620]: audit 2023-12-07T13:15:51.830385+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:15:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:52 smithi027 bash[31536]: cluster 2023-12-07T13:15:51.090508+0000 mgr.a (mgr.24293) 8240 : cluster 0 pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:52 smithi027 bash[31536]: audit 2023-12-07T13:15:51.830385+0000 mon.a (mon.0) 1593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:15:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:53 smithi044 bash[32620]: audit 2023-12-07T13:15:52.573114+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:15:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:53 smithi044 bash[32620]: audit 2023-12-07T13:15:52.575085+0000 mon.a (mon.0) 1595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:15:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:53 smithi044 bash[32620]: audit 2023-12-07T13:15:52.584969+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:15:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:53 smithi022 bash[28554]: audit 2023-12-07T13:15:52.573114+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:15:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:53 smithi022 bash[28554]: audit 2023-12-07T13:15:52.575085+0000 mon.a (mon.0) 1595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:15:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:53 smithi022 bash[28554]: audit 2023-12-07T13:15:52.584969+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:15:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:53 smithi027 bash[31536]: audit 2023-12-07T13:15:52.573114+0000 mon.a (mon.0) 1594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:15:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:53 smithi027 bash[31536]: audit 2023-12-07T13:15:52.575085+0000 mon.a (mon.0) 1595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:15:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:53 smithi027 bash[31536]: audit 2023-12-07T13:15:52.584969+0000 mon.a (mon.0) 1596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:15:54.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:15:54.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:54.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:54 smithi022 bash[28554]: cluster 2023-12-07T13:15:53.091174+0000 mgr.a (mgr.24293) 8241 : cluster 0 pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:54 smithi044 bash[32620]: cluster 2023-12-07T13:15:53.091174+0000 mgr.a (mgr.24293) 8241 : cluster 0 pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:54 smithi027 bash[31536]: cluster 2023-12-07T13:15:53.091174+0000 mgr.a (mgr.24293) 8241 : cluster 0 pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:55.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:15:55.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:55.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:55.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:55.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:15:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:55 smithi022 bash[28554]: audit 2023-12-07T13:15:54.499790+0000 mgr.a (mgr.24293) 8242 : audit 0 from='client.171171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:55 smithi044 bash[32620]: audit 2023-12-07T13:15:54.499790+0000 mgr.a (mgr.24293) 8242 : audit 0 from='client.171171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:55 smithi027 bash[31536]: audit 2023-12-07T13:15:54.499790+0000 mgr.a (mgr.24293) 8242 : audit 0 from='client.171171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:56 smithi044 bash[32620]: cluster 2023-12-07T13:15:55.091984+0000 mgr.a (mgr.24293) 8243 : cluster 0 pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:56 smithi022 bash[28554]: cluster 2023-12-07T13:15:55.091984+0000 mgr.a (mgr.24293) 8243 : cluster 0 pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:56 smithi027 bash[31536]: cluster 2023-12-07T13:15:55.091984+0000 mgr.a (mgr.24293) 8243 : cluster 0 pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:15:57 smithi022 bash[28554]: cluster 2023-12-07T13:15:57.092854+0000 mgr.a (mgr.24293) 8244 : cluster 0 pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:15:57 smithi044 bash[32620]: cluster 2023-12-07T13:15:57.092854+0000 mgr.a (mgr.24293) 8244 : cluster 0 pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:15:57 smithi027 bash[31536]: cluster 2023-12-07T13:15:57.092854+0000 mgr.a (mgr.24293) 8244 : cluster 0 pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:00.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:00.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:00.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:00 smithi022 bash[28554]: cluster 2023-12-07T13:15:59.093405+0000 mgr.a (mgr.24293) 8245 : 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-07T13:16:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:00 smithi044 bash[32620]: cluster 2023-12-07T13:15:59.093405+0000 mgr.a (mgr.24293) 8245 : 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-07T13:16:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:00 smithi027 bash[31536]: cluster 2023-12-07T13:15:59.093405+0000 mgr.a (mgr.24293) 8245 : 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-07T13:16:00.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:00.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:00.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:00.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:00.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:01 smithi044 bash[32620]: audit 2023-12-07T13:16:00.467709+0000 mgr.a (mgr.24293) 8246 : audit 0 from='client.171246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:01 smithi022 bash[28554]: audit 2023-12-07T13:16:00.467709+0000 mgr.a (mgr.24293) 8246 : audit 0 from='client.171246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:01 smithi027 bash[31536]: audit 2023-12-07T13:16:00.467709+0000 mgr.a (mgr.24293) 8246 : audit 0 from='client.171246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:02 smithi044 bash[32620]: cluster 2023-12-07T13:16:01.094695+0000 mgr.a (mgr.24293) 8247 : cluster 0 pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:02 smithi022 bash[28554]: cluster 2023-12-07T13:16:01.094695+0000 mgr.a (mgr.24293) 8247 : cluster 0 pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:02 smithi027 bash[31536]: cluster 2023-12-07T13:16:01.094695+0000 mgr.a (mgr.24293) 8247 : cluster 0 pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:04 smithi044 bash[32620]: cluster 2023-12-07T13:16:03.095260+0000 mgr.a (mgr.24293) 8248 : cluster 0 pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:04 smithi022 bash[28554]: cluster 2023-12-07T13:16:03.095260+0000 mgr.a (mgr.24293) 8248 : cluster 0 pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:04 smithi027 bash[31536]: cluster 2023-12-07T13:16:03.095260+0000 mgr.a (mgr.24293) 8248 : cluster 0 pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:05.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:05.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:05.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:06 smithi022 bash[28554]: cluster 2023-12-07T13:16:05.095842+0000 mgr.a (mgr.24293) 8249 : cluster 0 pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:06 smithi044 bash[32620]: cluster 2023-12-07T13:16:05.095842+0000 mgr.a (mgr.24293) 8249 : cluster 0 pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:06 smithi027 bash[31536]: cluster 2023-12-07T13:16:05.095842+0000 mgr.a (mgr.24293) 8249 : cluster 0 pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:06.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:06.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:06.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:06.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:06.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:07 smithi022 bash[28554]: audit 2023-12-07T13:16:06.406175+0000 mgr.a (mgr.24293) 8250 : audit 0 from='client.171321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:07 smithi044 bash[32620]: audit 2023-12-07T13:16:06.406175+0000 mgr.a (mgr.24293) 8250 : audit 0 from='client.171321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:07 smithi027 bash[31536]: audit 2023-12-07T13:16:06.406175+0000 mgr.a (mgr.24293) 8250 : audit 0 from='client.171321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:08 smithi044 bash[32620]: cluster 2023-12-07T13:16:07.097070+0000 mgr.a (mgr.24293) 8251 : cluster 0 pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:08 smithi022 bash[28554]: cluster 2023-12-07T13:16:07.097070+0000 mgr.a (mgr.24293) 8251 : cluster 0 pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:08 smithi027 bash[31536]: cluster 2023-12-07T13:16:07.097070+0000 mgr.a (mgr.24293) 8251 : cluster 0 pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:10 smithi044 bash[32620]: cluster 2023-12-07T13:16:09.097824+0000 mgr.a (mgr.24293) 8252 : cluster 0 pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:10 smithi022 bash[28554]: cluster 2023-12-07T13:16:09.097824+0000 mgr.a (mgr.24293) 8252 : cluster 0 pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:10 smithi027 bash[31536]: cluster 2023-12-07T13:16:09.097824+0000 mgr.a (mgr.24293) 8252 : cluster 0 pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:11.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:12 smithi027 bash[31536]: cluster 2023-12-07T13:16:11.098764+0000 mgr.a (mgr.24293) 8253 : cluster 0 pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:12 smithi044 bash[32620]: cluster 2023-12-07T13:16:11.098764+0000 mgr.a (mgr.24293) 8253 : cluster 0 pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:12 smithi022 bash[28554]: cluster 2023-12-07T13:16:11.098764+0000 mgr.a (mgr.24293) 8253 : cluster 0 pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:12.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:12.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:12.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:12.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:12.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:13 smithi027 bash[31536]: audit 2023-12-07T13:16:12.361093+0000 mgr.a (mgr.24293) 8254 : audit 0 from='client.171393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:13 smithi044 bash[32620]: audit 2023-12-07T13:16:12.361093+0000 mgr.a (mgr.24293) 8254 : audit 0 from='client.171393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:13 smithi022 bash[28554]: audit 2023-12-07T13:16:12.361093+0000 mgr.a (mgr.24293) 8254 : audit 0 from='client.171393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:14 smithi027 bash[31536]: cluster 2023-12-07T13:16:13.099521+0000 mgr.a (mgr.24293) 8255 : 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-07T13:16:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:14 smithi044 bash[32620]: cluster 2023-12-07T13:16:13.099521+0000 mgr.a (mgr.24293) 8255 : 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-07T13:16:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:14 smithi022 bash[28554]: cluster 2023-12-07T13:16:13.099521+0000 mgr.a (mgr.24293) 8255 : 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-07T13:16:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:16 smithi027 bash[31536]: cluster 2023-12-07T13:16:15.100102+0000 mgr.a (mgr.24293) 8256 : 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-07T13:16:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:16 smithi044 bash[32620]: cluster 2023-12-07T13:16:15.100102+0000 mgr.a (mgr.24293) 8256 : 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-07T13:16:16.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:16 smithi022 bash[28554]: cluster 2023-12-07T13:16:15.100102+0000 mgr.a (mgr.24293) 8256 : 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-07T13:16:17.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:17.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:17.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:17 smithi044 bash[32620]: cluster 2023-12-07T13:16:17.100930+0000 mgr.a (mgr.24293) 8257 : cluster 0 pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:17 smithi022 bash[28554]: cluster 2023-12-07T13:16:17.100930+0000 mgr.a (mgr.24293) 8257 : cluster 0 pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:17 smithi027 bash[31536]: cluster 2023-12-07T13:16:17.100930+0000 mgr.a (mgr.24293) 8257 : cluster 0 pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:18.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:18.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:18 smithi044 bash[32620]: audit 2023-12-07T13:16:18.313727+0000 mgr.a (mgr.24293) 8258 : audit 0 from='client.171471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:18 smithi022 bash[28554]: audit 2023-12-07T13:16:18.313727+0000 mgr.a (mgr.24293) 8258 : audit 0 from='client.171471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:18 smithi027 bash[31536]: audit 2023-12-07T13:16:18.313727+0000 mgr.a (mgr.24293) 8258 : audit 0 from='client.171471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:20 smithi044 bash[32620]: cluster 2023-12-07T13:16:19.101586+0000 mgr.a (mgr.24293) 8259 : cluster 0 pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:20 smithi022 bash[28554]: cluster 2023-12-07T13:16:19.101586+0000 mgr.a (mgr.24293) 8259 : cluster 0 pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:20 smithi027 bash[31536]: cluster 2023-12-07T13:16:19.101586+0000 mgr.a (mgr.24293) 8259 : cluster 0 pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:22 smithi044 bash[32620]: cluster 2023-12-07T13:16:21.102392+0000 mgr.a (mgr.24293) 8260 : cluster 0 pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:22 smithi022 bash[28554]: cluster 2023-12-07T13:16:21.102392+0000 mgr.a (mgr.24293) 8260 : cluster 0 pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:22 smithi027 bash[31536]: cluster 2023-12-07T13:16:21.102392+0000 mgr.a (mgr.24293) 8260 : cluster 0 pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:23.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:23.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:23.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:24 smithi044 bash[32620]: cluster 2023-12-07T13:16:23.102949+0000 mgr.a (mgr.24293) 8261 : cluster 0 pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:24 smithi022 bash[28554]: cluster 2023-12-07T13:16:23.102949+0000 mgr.a (mgr.24293) 8261 : cluster 0 pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:24 smithi027 bash[31536]: cluster 2023-12-07T13:16:23.102949+0000 mgr.a (mgr.24293) 8261 : cluster 0 pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:24.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:24.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:24.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:24.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:24.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:25 smithi044 bash[32620]: audit 2023-12-07T13:16:24.256526+0000 mgr.a (mgr.24293) 8262 : audit 0 from='client.171549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:25 smithi022 bash[28554]: audit 2023-12-07T13:16:24.256526+0000 mgr.a (mgr.24293) 8262 : audit 0 from='client.171549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:25 smithi027 bash[31536]: audit 2023-12-07T13:16:24.256526+0000 mgr.a (mgr.24293) 8262 : audit 0 from='client.171549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:26 smithi044 bash[32620]: cluster 2023-12-07T13:16:25.103704+0000 mgr.a (mgr.24293) 8263 : cluster 0 pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:26 smithi022 bash[28554]: cluster 2023-12-07T13:16:25.103704+0000 mgr.a (mgr.24293) 8263 : cluster 0 pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:26 smithi027 bash[31536]: cluster 2023-12-07T13:16:25.103704+0000 mgr.a (mgr.24293) 8263 : cluster 0 pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:27 smithi044 bash[32620]: cluster 2023-12-07T13:16:27.104480+0000 mgr.a (mgr.24293) 8264 : cluster 0 pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:27 smithi022 bash[28554]: cluster 2023-12-07T13:16:27.104480+0000 mgr.a (mgr.24293) 8264 : cluster 0 pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:27 smithi027 bash[31536]: cluster 2023-12-07T13:16:27.104480+0000 mgr.a (mgr.24293) 8264 : cluster 0 pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:29.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:29.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:29.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:30 smithi022 bash[28554]: cluster 2023-12-07T13:16:29.104983+0000 mgr.a (mgr.24293) 8265 : 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-07T13:16:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:30 smithi044 bash[32620]: cluster 2023-12-07T13:16:29.104983+0000 mgr.a (mgr.24293) 8265 : 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-07T13:16:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:30 smithi027 bash[31536]: cluster 2023-12-07T13:16:29.104983+0000 mgr.a (mgr.24293) 8265 : 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-07T13:16:30.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:30.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:30.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:30.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:30.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:31 smithi022 bash[28554]: audit 2023-12-07T13:16:30.217525+0000 mgr.a (mgr.24293) 8266 : audit 0 from='client.171627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:31 smithi044 bash[32620]: audit 2023-12-07T13:16:30.217525+0000 mgr.a (mgr.24293) 8266 : audit 0 from='client.171627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:31 smithi027 bash[31536]: audit 2023-12-07T13:16:30.217525+0000 mgr.a (mgr.24293) 8266 : audit 0 from='client.171627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:32 smithi044 bash[32620]: cluster 2023-12-07T13:16:31.106049+0000 mgr.a (mgr.24293) 8267 : cluster 0 pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:16:32.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:32 smithi022 bash[28554]: cluster 2023-12-07T13:16:31.106049+0000 mgr.a (mgr.24293) 8267 : cluster 0 pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:16:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:32 smithi027 bash[31536]: cluster 2023-12-07T13:16:31.106049+0000 mgr.a (mgr.24293) 8267 : cluster 0 pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:16:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:34 smithi044 bash[32620]: cluster 2023-12-07T13:16:33.106682+0000 mgr.a (mgr.24293) 8268 : cluster 0 pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:34 smithi022 bash[28554]: cluster 2023-12-07T13:16:33.106682+0000 mgr.a (mgr.24293) 8268 : cluster 0 pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:34 smithi027 bash[31536]: cluster 2023-12-07T13:16:33.106682+0000 mgr.a (mgr.24293) 8268 : cluster 0 pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:35.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:35.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:35.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:36 smithi027 bash[31536]: cluster 2023-12-07T13:16:35.107288+0000 mgr.a (mgr.24293) 8269 : cluster 0 pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:36 smithi044 bash[32620]: cluster 2023-12-07T13:16:35.107288+0000 mgr.a (mgr.24293) 8269 : cluster 0 pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:36 smithi022 bash[28554]: cluster 2023-12-07T13:16:35.107288+0000 mgr.a (mgr.24293) 8269 : cluster 0 pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:36.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:36.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:36.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:36.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:36.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:37 smithi027 bash[31536]: audit 2023-12-07T13:16:36.179989+0000 mgr.a (mgr.24293) 8270 : audit 0 from='client.171699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:37 smithi044 bash[32620]: audit 2023-12-07T13:16:36.179989+0000 mgr.a (mgr.24293) 8270 : audit 0 from='client.171699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:37 smithi022 bash[28554]: audit 2023-12-07T13:16:36.179989+0000 mgr.a (mgr.24293) 8270 : audit 0 from='client.171699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:38 smithi027 bash[31536]: cluster 2023-12-07T13:16:37.108363+0000 mgr.a (mgr.24293) 8271 : cluster 0 pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:38 smithi044 bash[32620]: cluster 2023-12-07T13:16:37.108363+0000 mgr.a (mgr.24293) 8271 : cluster 0 pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:38 smithi022 bash[28554]: cluster 2023-12-07T13:16:37.108363+0000 mgr.a (mgr.24293) 8271 : cluster 0 pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:40 smithi027 bash[31536]: cluster 2023-12-07T13:16:39.108934+0000 mgr.a (mgr.24293) 8272 : cluster 0 pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:40 smithi044 bash[32620]: cluster 2023-12-07T13:16:39.108934+0000 mgr.a (mgr.24293) 8272 : cluster 0 pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:40 smithi022 bash[28554]: cluster 2023-12-07T13:16:39.108934+0000 mgr.a (mgr.24293) 8272 : cluster 0 pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:41.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:41.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:41.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:42 smithi027 bash[31536]: cluster 2023-12-07T13:16:41.109723+0000 mgr.a (mgr.24293) 8273 : cluster 0 pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:42.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:42.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:42.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:42.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:42.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:42 smithi044 bash[32620]: cluster 2023-12-07T13:16:41.109723+0000 mgr.a (mgr.24293) 8273 : cluster 0 pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:42 smithi022 bash[28554]: cluster 2023-12-07T13:16:41.109723+0000 mgr.a (mgr.24293) 8273 : cluster 0 pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:43 smithi044 bash[32620]: audit 2023-12-07T13:16:42.123646+0000 mgr.a (mgr.24293) 8274 : audit 0 from='client.171777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:43 smithi022 bash[28554]: audit 2023-12-07T13:16:42.123646+0000 mgr.a (mgr.24293) 8274 : audit 0 from='client.171777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:43 smithi027 bash[31536]: audit 2023-12-07T13:16:42.123646+0000 mgr.a (mgr.24293) 8274 : audit 0 from='client.171777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:44 smithi044 bash[32620]: cluster 2023-12-07T13:16:43.110483+0000 mgr.a (mgr.24293) 8275 : cluster 0 pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:16:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:44 smithi022 bash[28554]: cluster 2023-12-07T13:16:43.110483+0000 mgr.a (mgr.24293) 8275 : cluster 0 pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:16:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:44 smithi027 bash[31536]: cluster 2023-12-07T13:16:43.110483+0000 mgr.a (mgr.24293) 8275 : cluster 0 pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:16:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:46 smithi044 bash[32620]: cluster 2023-12-07T13:16:45.111211+0000 mgr.a (mgr.24293) 8276 : cluster 0 pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:16:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:46 smithi022 bash[28554]: cluster 2023-12-07T13:16:45.111211+0000 mgr.a (mgr.24293) 8276 : cluster 0 pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:16:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:46 smithi027 bash[31536]: cluster 2023-12-07T13:16:45.111211+0000 mgr.a (mgr.24293) 8276 : cluster 0 pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:16:47.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:47.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:47.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:48 smithi022 bash[28554]: cluster 2023-12-07T13:16:47.112236+0000 mgr.a (mgr.24293) 8277 : cluster 0 pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:16:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:48 smithi044 bash[32620]: cluster 2023-12-07T13:16:47.112236+0000 mgr.a (mgr.24293) 8277 : cluster 0 pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:16:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:48 smithi027 bash[31536]: cluster 2023-12-07T13:16:47.112236+0000 mgr.a (mgr.24293) 8277 : cluster 0 pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:16:48.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:48.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:48.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:48.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:48.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:49 smithi044 bash[32620]: audit 2023-12-07T13:16:48.043638+0000 mgr.a (mgr.24293) 8278 : audit 0 from='client.171849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:49 smithi022 bash[28554]: audit 2023-12-07T13:16:48.043638+0000 mgr.a (mgr.24293) 8278 : audit 0 from='client.171849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:49 smithi027 bash[31536]: audit 2023-12-07T13:16:48.043638+0000 mgr.a (mgr.24293) 8278 : audit 0 from='client.171849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:50 smithi044 bash[32620]: cluster 2023-12-07T13:16:49.113158+0000 mgr.a (mgr.24293) 8279 : cluster 0 pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:50 smithi022 bash[28554]: cluster 2023-12-07T13:16:49.113158+0000 mgr.a (mgr.24293) 8279 : cluster 0 pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:50 smithi027 bash[31536]: cluster 2023-12-07T13:16:49.113158+0000 mgr.a (mgr.24293) 8279 : cluster 0 pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:52 smithi044 bash[32620]: cluster 2023-12-07T13:16:51.114028+0000 mgr.a (mgr.24293) 8280 : cluster 0 pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:52 smithi022 bash[28554]: cluster 2023-12-07T13:16:51.114028+0000 mgr.a (mgr.24293) 8280 : cluster 0 pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:52 smithi027 bash[31536]: cluster 2023-12-07T13:16:51.114028+0000 mgr.a (mgr.24293) 8280 : cluster 0 pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:53 smithi027 bash[31536]: audit 2023-12-07T13:16:52.688725+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:16:53.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:53.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:53.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:53 smithi044 bash[32620]: audit 2023-12-07T13:16:52.688725+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:16:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:53 smithi022 bash[28554]: audit 2023-12-07T13:16:52.688725+0000 mon.a (mon.0) 1597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:16:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:54 smithi027 bash[31536]: cluster 2023-12-07T13:16:53.114577+0000 mgr.a (mgr.24293) 8281 : cluster 0 pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:54 smithi027 bash[31536]: audit 2023-12-07T13:16:53.480566+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:16:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:54 smithi027 bash[31536]: audit 2023-12-07T13:16:53.482562+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:16:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:54 smithi027 bash[31536]: audit 2023-12-07T13:16:53.492802+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:16:54.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:54.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:54.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:54.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:16:54.518 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:16:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:54 smithi044 bash[32620]: cluster 2023-12-07T13:16:53.114577+0000 mgr.a (mgr.24293) 8281 : cluster 0 pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:54 smithi044 bash[32620]: audit 2023-12-07T13:16:53.480566+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:54 smithi044 bash[32620]: audit 2023-12-07T13:16:53.482562+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:54 smithi044 bash[32620]: audit 2023-12-07T13:16:53.492802+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:54 smithi022 bash[28554]: cluster 2023-12-07T13:16:53.114577+0000 mgr.a (mgr.24293) 8281 : cluster 0 pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:54 smithi022 bash[28554]: audit 2023-12-07T13:16:53.480566+0000 mon.a (mon.0) 1598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:54 smithi022 bash[28554]: audit 2023-12-07T13:16:53.482562+0000 mon.a (mon.0) 1599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:16:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:54 smithi022 bash[28554]: audit 2023-12-07T13:16:53.492802+0000 mon.a (mon.0) 1600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:16:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:55 smithi027 bash[31536]: audit 2023-12-07T13:16:53.995049+0000 mgr.a (mgr.24293) 8282 : audit 0 from='client.171927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:55 smithi022 bash[28554]: audit 2023-12-07T13:16:53.995049+0000 mgr.a (mgr.24293) 8282 : audit 0 from='client.171927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:55 smithi044 bash[32620]: audit 2023-12-07T13:16:53.995049+0000 mgr.a (mgr.24293) 8282 : audit 0 from='client.171927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:56 smithi027 bash[31536]: cluster 2023-12-07T13:16:55.115326+0000 mgr.a (mgr.24293) 8283 : cluster 0 pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:56 smithi044 bash[32620]: cluster 2023-12-07T13:16:55.115326+0000 mgr.a (mgr.24293) 8283 : cluster 0 pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:56 smithi022 bash[28554]: cluster 2023-12-07T13:16:55.115326+0000 mgr.a (mgr.24293) 8283 : cluster 0 pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:16:58 smithi044 bash[32620]: cluster 2023-12-07T13:16:57.116183+0000 mgr.a (mgr.24293) 8284 : cluster 0 pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:16:58 smithi022 bash[28554]: cluster 2023-12-07T13:16:57.116183+0000 mgr.a (mgr.24293) 8284 : cluster 0 pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:16:58 smithi027 bash[31536]: cluster 2023-12-07T13:16:57.116183+0000 mgr.a (mgr.24293) 8284 : cluster 0 pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:59.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:16:59.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:59.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:00.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:00.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:00.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:00.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:00.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:00 smithi022 bash[28554]: cluster 2023-12-07T13:16:59.116754+0000 mgr.a (mgr.24293) 8285 : cluster 0 pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:00 smithi022 bash[28554]: audit 2023-12-07T13:16:59.928697+0000 mgr.a (mgr.24293) 8286 : audit 0 from='client.172005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:00 smithi044 bash[32620]: cluster 2023-12-07T13:16:59.116754+0000 mgr.a (mgr.24293) 8285 : cluster 0 pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:00 smithi044 bash[32620]: audit 2023-12-07T13:16:59.928697+0000 mgr.a (mgr.24293) 8286 : audit 0 from='client.172005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:00 smithi027 bash[31536]: cluster 2023-12-07T13:16:59.116754+0000 mgr.a (mgr.24293) 8285 : cluster 0 pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:00 smithi027 bash[31536]: audit 2023-12-07T13:16:59.928697+0000 mgr.a (mgr.24293) 8286 : audit 0 from='client.172005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:02 smithi027 bash[31536]: cluster 2023-12-07T13:17:01.117624+0000 mgr.a (mgr.24293) 8287 : cluster 0 pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:02 smithi044 bash[32620]: cluster 2023-12-07T13:17:01.117624+0000 mgr.a (mgr.24293) 8287 : cluster 0 pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:02 smithi022 bash[28554]: cluster 2023-12-07T13:17:01.117624+0000 mgr.a (mgr.24293) 8287 : cluster 0 pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:04 smithi027 bash[31536]: cluster 2023-12-07T13:17:03.118305+0000 mgr.a (mgr.24293) 8288 : 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-07T13:17:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:04 smithi044 bash[32620]: cluster 2023-12-07T13:17:03.118305+0000 mgr.a (mgr.24293) 8288 : 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-07T13:17:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:04 smithi022 bash[28554]: cluster 2023-12-07T13:17:03.118305+0000 mgr.a (mgr.24293) 8288 : 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-07T13:17:05.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:05.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:05.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:06.402 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:06.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:06.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:06.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:06.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:06 smithi027 bash[31536]: cluster 2023-12-07T13:17:05.119037+0000 mgr.a (mgr.24293) 8289 : 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-07T13:17:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:06 smithi027 bash[31536]: audit 2023-12-07T13:17:05.832777+0000 mgr.a (mgr.24293) 8290 : audit 0 from='client.172080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:06 smithi044 bash[32620]: cluster 2023-12-07T13:17:05.119037+0000 mgr.a (mgr.24293) 8289 : 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-07T13:17:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:06 smithi044 bash[32620]: audit 2023-12-07T13:17:05.832777+0000 mgr.a (mgr.24293) 8290 : audit 0 from='client.172080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:06 smithi022 bash[28554]: cluster 2023-12-07T13:17:05.119037+0000 mgr.a (mgr.24293) 8289 : 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-07T13:17:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:06 smithi022 bash[28554]: audit 2023-12-07T13:17:05.832777+0000 mgr.a (mgr.24293) 8290 : audit 0 from='client.172080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:08 smithi044 bash[32620]: cluster 2023-12-07T13:17:07.120150+0000 mgr.a (mgr.24293) 8291 : cluster 0 pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:08 smithi022 bash[28554]: cluster 2023-12-07T13:17:07.120150+0000 mgr.a (mgr.24293) 8291 : cluster 0 pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:08 smithi027 bash[31536]: cluster 2023-12-07T13:17:07.120150+0000 mgr.a (mgr.24293) 8291 : cluster 0 pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:10 smithi027 bash[31536]: cluster 2023-12-07T13:17:09.120762+0000 mgr.a (mgr.24293) 8292 : cluster 0 pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:10 smithi044 bash[32620]: cluster 2023-12-07T13:17:09.120762+0000 mgr.a (mgr.24293) 8292 : cluster 0 pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:10 smithi022 bash[28554]: cluster 2023-12-07T13:17:09.120762+0000 mgr.a (mgr.24293) 8292 : cluster 0 pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:11.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:11.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:11.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:12.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:12.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:12.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:12.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:12.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:12 smithi027 bash[31536]: cluster 2023-12-07T13:17:11.121553+0000 mgr.a (mgr.24293) 8293 : cluster 0 pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:12 smithi027 bash[31536]: audit 2023-12-07T13:17:11.810944+0000 mgr.a (mgr.24293) 8294 : audit 0 from='client.172155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:12 smithi044 bash[32620]: cluster 2023-12-07T13:17:11.121553+0000 mgr.a (mgr.24293) 8293 : cluster 0 pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:12 smithi044 bash[32620]: audit 2023-12-07T13:17:11.810944+0000 mgr.a (mgr.24293) 8294 : audit 0 from='client.172155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:12 smithi022 bash[28554]: cluster 2023-12-07T13:17:11.121553+0000 mgr.a (mgr.24293) 8293 : cluster 0 pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:12 smithi022 bash[28554]: audit 2023-12-07T13:17:11.810944+0000 mgr.a (mgr.24293) 8294 : audit 0 from='client.172155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:14 smithi027 bash[31536]: cluster 2023-12-07T13:17:13.122301+0000 mgr.a (mgr.24293) 8295 : cluster 0 pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:14 smithi044 bash[32620]: cluster 2023-12-07T13:17:13.122301+0000 mgr.a (mgr.24293) 8295 : cluster 0 pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:14 smithi022 bash[28554]: cluster 2023-12-07T13:17:13.122301+0000 mgr.a (mgr.24293) 8295 : cluster 0 pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:16.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:16 smithi027 bash[31536]: cluster 2023-12-07T13:17:15.122888+0000 mgr.a (mgr.24293) 8296 : cluster 0 pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:16 smithi044 bash[32620]: cluster 2023-12-07T13:17:15.122888+0000 mgr.a (mgr.24293) 8296 : cluster 0 pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:16 smithi022 bash[28554]: cluster 2023-12-07T13:17:15.122888+0000 mgr.a (mgr.24293) 8296 : cluster 0 pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:17.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:17.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:17.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:18.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:18.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:18.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:18.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:18.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:18 smithi044 bash[32620]: cluster 2023-12-07T13:17:17.123765+0000 mgr.a (mgr.24293) 8297 : cluster 0 pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:18 smithi044 bash[32620]: audit 2023-12-07T13:17:17.767768+0000 mgr.a (mgr.24293) 8298 : audit 0 from='client.172233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:18 smithi022 bash[28554]: cluster 2023-12-07T13:17:17.123765+0000 mgr.a (mgr.24293) 8297 : cluster 0 pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:18 smithi022 bash[28554]: audit 2023-12-07T13:17:17.767768+0000 mgr.a (mgr.24293) 8298 : audit 0 from='client.172233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:18 smithi027 bash[31536]: cluster 2023-12-07T13:17:17.123765+0000 mgr.a (mgr.24293) 8297 : cluster 0 pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:18 smithi027 bash[31536]: audit 2023-12-07T13:17:17.767768+0000 mgr.a (mgr.24293) 8298 : audit 0 from='client.172233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:20 smithi027 bash[31536]: cluster 2023-12-07T13:17:19.124397+0000 mgr.a (mgr.24293) 8299 : 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-07T13:17:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:20 smithi044 bash[32620]: cluster 2023-12-07T13:17:19.124397+0000 mgr.a (mgr.24293) 8299 : 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-07T13:17:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:20 smithi022 bash[28554]: cluster 2023-12-07T13:17:19.124397+0000 mgr.a (mgr.24293) 8299 : 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-07T13:17:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:22 smithi027 bash[31536]: cluster 2023-12-07T13:17:21.125173+0000 mgr.a (mgr.24293) 8300 : cluster 0 pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:22 smithi044 bash[32620]: cluster 2023-12-07T13:17:21.125173+0000 mgr.a (mgr.24293) 8300 : cluster 0 pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:22 smithi022 bash[28554]: cluster 2023-12-07T13:17:21.125173+0000 mgr.a (mgr.24293) 8300 : cluster 0 pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:23.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:23.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:23.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:24.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:24 smithi027 bash[31536]: cluster 2023-12-07T13:17:23.125753+0000 mgr.a (mgr.24293) 8301 : cluster 0 pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:24 smithi027 bash[31536]: audit 2023-12-07T13:17:23.697433+0000 mgr.a (mgr.24293) 8302 : audit 0 from='client.172308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:24 smithi044 bash[32620]: cluster 2023-12-07T13:17:23.125753+0000 mgr.a (mgr.24293) 8301 : cluster 0 pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:24 smithi044 bash[32620]: audit 2023-12-07T13:17:23.697433+0000 mgr.a (mgr.24293) 8302 : audit 0 from='client.172308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:24 smithi022 bash[28554]: cluster 2023-12-07T13:17:23.125753+0000 mgr.a (mgr.24293) 8301 : cluster 0 pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:24 smithi022 bash[28554]: audit 2023-12-07T13:17:23.697433+0000 mgr.a (mgr.24293) 8302 : audit 0 from='client.172308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:26 smithi027 bash[31536]: cluster 2023-12-07T13:17:25.126433+0000 mgr.a (mgr.24293) 8303 : cluster 0 pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:26 smithi044 bash[32620]: cluster 2023-12-07T13:17:25.126433+0000 mgr.a (mgr.24293) 8303 : cluster 0 pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:26 smithi022 bash[28554]: cluster 2023-12-07T13:17:25.126433+0000 mgr.a (mgr.24293) 8303 : cluster 0 pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:28 smithi022 bash[28554]: cluster 2023-12-07T13:17:27.127268+0000 mgr.a (mgr.24293) 8304 : cluster 0 pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:28 smithi044 bash[32620]: cluster 2023-12-07T13:17:27.127268+0000 mgr.a (mgr.24293) 8304 : cluster 0 pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:28 smithi027 bash[31536]: cluster 2023-12-07T13:17:27.127268+0000 mgr.a (mgr.24293) 8304 : cluster 0 pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:29.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:29.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:29.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:30.157 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:30.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:30.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:30.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:30.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:30 smithi027 bash[31536]: cluster 2023-12-07T13:17:29.127851+0000 mgr.a (mgr.24293) 8305 : cluster 0 pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:30 smithi027 bash[31536]: audit 2023-12-07T13:17:29.629620+0000 mgr.a (mgr.24293) 8306 : audit 0 from='client.172383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:30 smithi044 bash[32620]: cluster 2023-12-07T13:17:29.127851+0000 mgr.a (mgr.24293) 8305 : cluster 0 pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:30 smithi044 bash[32620]: audit 2023-12-07T13:17:29.629620+0000 mgr.a (mgr.24293) 8306 : audit 0 from='client.172383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:30 smithi022 bash[28554]: cluster 2023-12-07T13:17:29.127851+0000 mgr.a (mgr.24293) 8305 : cluster 0 pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:30 smithi022 bash[28554]: audit 2023-12-07T13:17:29.629620+0000 mgr.a (mgr.24293) 8306 : audit 0 from='client.172383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:32 smithi027 bash[31536]: cluster 2023-12-07T13:17:31.128739+0000 mgr.a (mgr.24293) 8307 : cluster 0 pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:32 smithi044 bash[32620]: cluster 2023-12-07T13:17:31.128739+0000 mgr.a (mgr.24293) 8307 : cluster 0 pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:32 smithi022 bash[28554]: cluster 2023-12-07T13:17:31.128739+0000 mgr.a (mgr.24293) 8307 : cluster 0 pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:34 smithi027 bash[31536]: cluster 2023-12-07T13:17:33.129279+0000 mgr.a (mgr.24293) 8308 : 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-07T13:17:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:34 smithi044 bash[32620]: cluster 2023-12-07T13:17:33.129279+0000 mgr.a (mgr.24293) 8308 : 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-07T13:17:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:34 smithi022 bash[28554]: cluster 2023-12-07T13:17:33.129279+0000 mgr.a (mgr.24293) 8308 : 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-07T13:17:35.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:36.109 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:36 smithi027 bash[31536]: cluster 2023-12-07T13:17:35.129843+0000 mgr.a (mgr.24293) 8309 : 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-07T13:17:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:36 smithi027 bash[31536]: audit 2023-12-07T13:17:35.573284+0000 mgr.a (mgr.24293) 8310 : audit 0 from='client.172461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:36 smithi044 bash[32620]: cluster 2023-12-07T13:17:35.129843+0000 mgr.a (mgr.24293) 8309 : 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-07T13:17:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:36 smithi044 bash[32620]: audit 2023-12-07T13:17:35.573284+0000 mgr.a (mgr.24293) 8310 : audit 0 from='client.172461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:36 smithi022 bash[28554]: cluster 2023-12-07T13:17:35.129843+0000 mgr.a (mgr.24293) 8309 : 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-07T13:17:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:36 smithi022 bash[28554]: audit 2023-12-07T13:17:35.573284+0000 mgr.a (mgr.24293) 8310 : audit 0 from='client.172461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:38 smithi044 bash[32620]: cluster 2023-12-07T13:17:37.131017+0000 mgr.a (mgr.24293) 8311 : cluster 0 pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:38 smithi022 bash[28554]: cluster 2023-12-07T13:17:37.131017+0000 mgr.a (mgr.24293) 8311 : cluster 0 pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:38 smithi027 bash[31536]: cluster 2023-12-07T13:17:37.131017+0000 mgr.a (mgr.24293) 8311 : cluster 0 pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:40 smithi027 bash[31536]: cluster 2023-12-07T13:17:39.131666+0000 mgr.a (mgr.24293) 8312 : cluster 0 pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:40 smithi044 bash[32620]: cluster 2023-12-07T13:17:39.131666+0000 mgr.a (mgr.24293) 8312 : cluster 0 pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:40 smithi022 bash[28554]: cluster 2023-12-07T13:17:39.131666+0000 mgr.a (mgr.24293) 8312 : cluster 0 pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:41.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:41.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:41.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:42.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:42.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:42.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:42.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:42.031 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:42 smithi027 bash[31536]: cluster 2023-12-07T13:17:41.132464+0000 mgr.a (mgr.24293) 8313 : cluster 0 pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:42 smithi027 bash[31536]: audit 2023-12-07T13:17:41.514390+0000 mgr.a (mgr.24293) 8314 : audit 0 from='client.172536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:42 smithi044 bash[32620]: cluster 2023-12-07T13:17:41.132464+0000 mgr.a (mgr.24293) 8313 : cluster 0 pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:42 smithi044 bash[32620]: audit 2023-12-07T13:17:41.514390+0000 mgr.a (mgr.24293) 8314 : audit 0 from='client.172536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:42 smithi022 bash[28554]: cluster 2023-12-07T13:17:41.132464+0000 mgr.a (mgr.24293) 8313 : cluster 0 pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:42 smithi022 bash[28554]: audit 2023-12-07T13:17:41.514390+0000 mgr.a (mgr.24293) 8314 : audit 0 from='client.172536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:44 smithi027 bash[31536]: cluster 2023-12-07T13:17:43.133131+0000 mgr.a (mgr.24293) 8315 : cluster 0 pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:44 smithi044 bash[32620]: cluster 2023-12-07T13:17:43.133131+0000 mgr.a (mgr.24293) 8315 : cluster 0 pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:44 smithi022 bash[28554]: cluster 2023-12-07T13:17:43.133131+0000 mgr.a (mgr.24293) 8315 : cluster 0 pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:46 smithi044 bash[32620]: cluster 2023-12-07T13:17:45.133729+0000 mgr.a (mgr.24293) 8316 : cluster 0 pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:46 smithi022 bash[28554]: cluster 2023-12-07T13:17:45.133729+0000 mgr.a (mgr.24293) 8316 : cluster 0 pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:46 smithi027 bash[31536]: cluster 2023-12-07T13:17:45.133729+0000 mgr.a (mgr.24293) 8316 : cluster 0 pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:47.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:47.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:47.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:47.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:47.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:47.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:47.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:47.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:48 smithi044 bash[32620]: cluster 2023-12-07T13:17:47.134531+0000 mgr.a (mgr.24293) 8317 : cluster 0 pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:48 smithi044 bash[32620]: audit 2023-12-07T13:17:47.444904+0000 mgr.a (mgr.24293) 8318 : audit 0 from='client.172611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:48 smithi022 bash[28554]: cluster 2023-12-07T13:17:47.134531+0000 mgr.a (mgr.24293) 8317 : cluster 0 pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:48 smithi022 bash[28554]: audit 2023-12-07T13:17:47.444904+0000 mgr.a (mgr.24293) 8318 : audit 0 from='client.172611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:48 smithi027 bash[31536]: cluster 2023-12-07T13:17:47.134531+0000 mgr.a (mgr.24293) 8317 : cluster 0 pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:48 smithi027 bash[31536]: audit 2023-12-07T13:17:47.444904+0000 mgr.a (mgr.24293) 8318 : audit 0 from='client.172611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:50 smithi027 bash[31536]: cluster 2023-12-07T13:17:49.135192+0000 mgr.a (mgr.24293) 8319 : 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-07T13:17:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:50 smithi044 bash[32620]: cluster 2023-12-07T13:17:49.135192+0000 mgr.a (mgr.24293) 8319 : 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-07T13:17:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:50 smithi022 bash[28554]: cluster 2023-12-07T13:17:49.135192+0000 mgr.a (mgr.24293) 8319 : 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-07T13:17:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:52 smithi027 bash[31536]: cluster 2023-12-07T13:17:51.136005+0000 mgr.a (mgr.24293) 8320 : cluster 0 pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:52 smithi044 bash[32620]: cluster 2023-12-07T13:17:51.136005+0000 mgr.a (mgr.24293) 8320 : cluster 0 pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:52 smithi022 bash[28554]: cluster 2023-12-07T13:17:51.136005+0000 mgr.a (mgr.24293) 8320 : cluster 0 pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:52.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:52.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:52.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:53.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:53.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:53.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:53.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:17:53.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:54 smithi044 bash[32620]: cluster 2023-12-07T13:17:53.136519+0000 mgr.a (mgr.24293) 8321 : cluster 0 pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:54 smithi044 bash[32620]: audit 2023-12-07T13:17:53.390946+0000 mgr.a (mgr.24293) 8322 : audit 0 from='client.172683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:54 smithi044 bash[32620]: audit 2023-12-07T13:17:53.594334+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:17:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:54 smithi022 bash[28554]: cluster 2023-12-07T13:17:53.136519+0000 mgr.a (mgr.24293) 8321 : cluster 0 pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:54 smithi022 bash[28554]: audit 2023-12-07T13:17:53.390946+0000 mgr.a (mgr.24293) 8322 : audit 0 from='client.172683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:54 smithi022 bash[28554]: audit 2023-12-07T13:17:53.594334+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:17:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:54 smithi027 bash[31536]: cluster 2023-12-07T13:17:53.136519+0000 mgr.a (mgr.24293) 8321 : cluster 0 pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:54 smithi027 bash[31536]: audit 2023-12-07T13:17:53.390946+0000 mgr.a (mgr.24293) 8322 : audit 0 from='client.172683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:54 smithi027 bash[31536]: audit 2023-12-07T13:17:53.594334+0000 mon.a (mon.0) 1601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:17:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:55 smithi044 bash[32620]: audit 2023-12-07T13:17:54.381751+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:17:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:55 smithi044 bash[32620]: audit 2023-12-07T13:17:54.383733+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:17:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:55 smithi044 bash[32620]: audit 2023-12-07T13:17:54.393113+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:17:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:55 smithi022 bash[28554]: audit 2023-12-07T13:17:54.381751+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:17:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:55 smithi022 bash[28554]: audit 2023-12-07T13:17:54.383733+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:17:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:55 smithi022 bash[28554]: audit 2023-12-07T13:17:54.393113+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:17:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:55 smithi027 bash[31536]: audit 2023-12-07T13:17:54.381751+0000 mon.a (mon.0) 1602 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:17:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:55 smithi027 bash[31536]: audit 2023-12-07T13:17:54.383733+0000 mon.a (mon.0) 1603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:17:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:55 smithi027 bash[31536]: audit 2023-12-07T13:17:54.393113+0000 mon.a (mon.0) 1604 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:17:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:56 smithi044 bash[32620]: cluster 2023-12-07T13:17:55.137221+0000 mgr.a (mgr.24293) 8323 : cluster 0 pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:56 smithi022 bash[28554]: cluster 2023-12-07T13:17:55.137221+0000 mgr.a (mgr.24293) 8323 : cluster 0 pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:56 smithi027 bash[31536]: cluster 2023-12-07T13:17:55.137221+0000 mgr.a (mgr.24293) 8323 : cluster 0 pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:17:58 smithi044 bash[32620]: cluster 2023-12-07T13:17:57.138048+0000 mgr.a (mgr.24293) 8324 : cluster 0 pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:17:58 smithi022 bash[28554]: cluster 2023-12-07T13:17:57.138048+0000 mgr.a (mgr.24293) 8324 : cluster 0 pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:17:58 smithi027 bash[31536]: cluster 2023-12-07T13:17:57.138048+0000 mgr.a (mgr.24293) 8324 : cluster 0 pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:58.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:17:58.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:58.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:59.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:17:59.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:59.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:59.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:59.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:00 smithi027 bash[31536]: cluster 2023-12-07T13:17:59.138454+0000 mgr.a (mgr.24293) 8325 : cluster 0 pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:00 smithi027 bash[31536]: audit 2023-12-07T13:17:59.310615+0000 mgr.a (mgr.24293) 8326 : audit 0 from='client.172755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:00 smithi044 bash[32620]: cluster 2023-12-07T13:17:59.138454+0000 mgr.a (mgr.24293) 8325 : cluster 0 pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:00 smithi044 bash[32620]: audit 2023-12-07T13:17:59.310615+0000 mgr.a (mgr.24293) 8326 : audit 0 from='client.172755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:00 smithi022 bash[28554]: cluster 2023-12-07T13:17:59.138454+0000 mgr.a (mgr.24293) 8325 : cluster 0 pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:00 smithi022 bash[28554]: audit 2023-12-07T13:17:59.310615+0000 mgr.a (mgr.24293) 8326 : audit 0 from='client.172755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:02 smithi027 bash[31536]: cluster 2023-12-07T13:18:01.139308+0000 mgr.a (mgr.24293) 8327 : cluster 0 pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:02 smithi044 bash[32620]: cluster 2023-12-07T13:18:01.139308+0000 mgr.a (mgr.24293) 8327 : cluster 0 pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:02 smithi022 bash[28554]: cluster 2023-12-07T13:18:01.139308+0000 mgr.a (mgr.24293) 8327 : cluster 0 pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:04 smithi044 bash[32620]: cluster 2023-12-07T13:18:03.139895+0000 mgr.a (mgr.24293) 8328 : cluster 0 pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:04 smithi022 bash[28554]: cluster 2023-12-07T13:18:03.139895+0000 mgr.a (mgr.24293) 8328 : cluster 0 pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:04 smithi027 bash[31536]: cluster 2023-12-07T13:18:03.139895+0000 mgr.a (mgr.24293) 8328 : cluster 0 pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:04.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:04.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:04.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:05.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:05.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:05.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:05.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:05.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:06 smithi044 bash[32620]: cluster 2023-12-07T13:18:05.140451+0000 mgr.a (mgr.24293) 8329 : cluster 0 pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:06 smithi044 bash[32620]: audit 2023-12-07T13:18:05.232427+0000 mgr.a (mgr.24293) 8330 : audit 0 from='client.172833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:06 smithi022 bash[28554]: cluster 2023-12-07T13:18:05.140451+0000 mgr.a (mgr.24293) 8329 : cluster 0 pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:06 smithi022 bash[28554]: audit 2023-12-07T13:18:05.232427+0000 mgr.a (mgr.24293) 8330 : audit 0 from='client.172833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:06 smithi027 bash[31536]: cluster 2023-12-07T13:18:05.140451+0000 mgr.a (mgr.24293) 8329 : cluster 0 pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:06 smithi027 bash[31536]: audit 2023-12-07T13:18:05.232427+0000 mgr.a (mgr.24293) 8330 : audit 0 from='client.172833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:08 smithi044 bash[32620]: cluster 2023-12-07T13:18:07.141369+0000 mgr.a (mgr.24293) 8331 : cluster 0 pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:18:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:08 smithi022 bash[28554]: cluster 2023-12-07T13:18:07.141369+0000 mgr.a (mgr.24293) 8331 : cluster 0 pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:18:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:08 smithi027 bash[31536]: cluster 2023-12-07T13:18:07.141369+0000 mgr.a (mgr.24293) 8331 : cluster 0 pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:18:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:10 smithi027 bash[31536]: cluster 2023-12-07T13:18:09.141900+0000 mgr.a (mgr.24293) 8332 : cluster 0 pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:18:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:10 smithi044 bash[32620]: cluster 2023-12-07T13:18:09.141900+0000 mgr.a (mgr.24293) 8332 : cluster 0 pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:18:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:10 smithi022 bash[28554]: cluster 2023-12-07T13:18:09.141900+0000 mgr.a (mgr.24293) 8332 : cluster 0 pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:18:10.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:10.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:10.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:11.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:11.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:11.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:11.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:11.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:12 smithi044 bash[32620]: cluster 2023-12-07T13:18:11.142621+0000 mgr.a (mgr.24293) 8333 : cluster 0 pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:12 smithi044 bash[32620]: audit 2023-12-07T13:18:11.185954+0000 mgr.a (mgr.24293) 8334 : audit 0 from='client.172902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:12 smithi022 bash[28554]: cluster 2023-12-07T13:18:11.142621+0000 mgr.a (mgr.24293) 8333 : cluster 0 pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:12 smithi022 bash[28554]: audit 2023-12-07T13:18:11.185954+0000 mgr.a (mgr.24293) 8334 : audit 0 from='client.172902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:12 smithi027 bash[31536]: cluster 2023-12-07T13:18:11.142621+0000 mgr.a (mgr.24293) 8333 : cluster 0 pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:12 smithi027 bash[31536]: audit 2023-12-07T13:18:11.185954+0000 mgr.a (mgr.24293) 8334 : audit 0 from='client.172902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:14 smithi044 bash[32620]: cluster 2023-12-07T13:18:13.143253+0000 mgr.a (mgr.24293) 8335 : cluster 0 pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:14 smithi022 bash[28554]: cluster 2023-12-07T13:18:13.143253+0000 mgr.a (mgr.24293) 8335 : cluster 0 pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:14 smithi027 bash[31536]: cluster 2023-12-07T13:18:13.143253+0000 mgr.a (mgr.24293) 8335 : cluster 0 pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:16 smithi044 bash[32620]: cluster 2023-12-07T13:18:15.143887+0000 mgr.a (mgr.24293) 8336 : cluster 0 pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:16 smithi022 bash[28554]: cluster 2023-12-07T13:18:15.143887+0000 mgr.a (mgr.24293) 8336 : cluster 0 pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:16 smithi027 bash[31536]: cluster 2023-12-07T13:18:15.143887+0000 mgr.a (mgr.24293) 8336 : cluster 0 pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:16.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:16.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:16.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:17.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:18 smithi044 bash[32620]: audit 2023-12-07T13:18:17.126274+0000 mgr.a (mgr.24293) 8337 : audit 0 from='client.172977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:18 smithi044 bash[32620]: cluster 2023-12-07T13:18:17.145260+0000 mgr.a (mgr.24293) 8338 : cluster 0 pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:18 smithi022 bash[28554]: audit 2023-12-07T13:18:17.126274+0000 mgr.a (mgr.24293) 8337 : audit 0 from='client.172977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:18 smithi022 bash[28554]: cluster 2023-12-07T13:18:17.145260+0000 mgr.a (mgr.24293) 8338 : cluster 0 pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:18 smithi027 bash[31536]: audit 2023-12-07T13:18:17.126274+0000 mgr.a (mgr.24293) 8337 : audit 0 from='client.172977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:18 smithi027 bash[31536]: cluster 2023-12-07T13:18:17.145260+0000 mgr.a (mgr.24293) 8338 : cluster 0 pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:20 smithi044 bash[32620]: cluster 2023-12-07T13:18:19.146018+0000 mgr.a (mgr.24293) 8339 : cluster 0 pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:18:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:20 smithi022 bash[28554]: cluster 2023-12-07T13:18:19.146018+0000 mgr.a (mgr.24293) 8339 : cluster 0 pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:18:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:20 smithi027 bash[31536]: cluster 2023-12-07T13:18:19.146018+0000 mgr.a (mgr.24293) 8339 : cluster 0 pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:18:22.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:22.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:22.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:22 smithi044 bash[32620]: cluster 2023-12-07T13:18:21.146838+0000 mgr.a (mgr.24293) 8340 : cluster 0 pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:18:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:22 smithi022 bash[28554]: cluster 2023-12-07T13:18:21.146838+0000 mgr.a (mgr.24293) 8340 : cluster 0 pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:18:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:22 smithi027 bash[31536]: cluster 2023-12-07T13:18:21.146838+0000 mgr.a (mgr.24293) 8340 : cluster 0 pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:18:23.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:23.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:23.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:23.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:23.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:24 smithi044 bash[32620]: audit 2023-12-07T13:18:23.078912+0000 mgr.a (mgr.24293) 8341 : audit 0 from='client.173052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:24 smithi044 bash[32620]: cluster 2023-12-07T13:18:23.147616+0000 mgr.a (mgr.24293) 8342 : 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-07T13:18:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:24 smithi022 bash[28554]: audit 2023-12-07T13:18:23.078912+0000 mgr.a (mgr.24293) 8341 : audit 0 from='client.173052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:24 smithi022 bash[28554]: cluster 2023-12-07T13:18:23.147616+0000 mgr.a (mgr.24293) 8342 : 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-07T13:18:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:24 smithi027 bash[31536]: audit 2023-12-07T13:18:23.078912+0000 mgr.a (mgr.24293) 8341 : audit 0 from='client.173052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:24 smithi027 bash[31536]: cluster 2023-12-07T13:18:23.147616+0000 mgr.a (mgr.24293) 8342 : 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-07T13:18:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:26 smithi044 bash[32620]: cluster 2023-12-07T13:18:25.148298+0000 mgr.a (mgr.24293) 8343 : 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-07T13:18:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:26 smithi022 bash[28554]: cluster 2023-12-07T13:18:25.148298+0000 mgr.a (mgr.24293) 8343 : 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-07T13:18:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:26 smithi027 bash[31536]: cluster 2023-12-07T13:18:25.148298+0000 mgr.a (mgr.24293) 8343 : 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-07T13:18:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:28 smithi044 bash[32620]: cluster 2023-12-07T13:18:27.149126+0000 mgr.a (mgr.24293) 8344 : cluster 0 pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:28 smithi022 bash[28554]: cluster 2023-12-07T13:18:27.149126+0000 mgr.a (mgr.24293) 8344 : cluster 0 pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:28 smithi027 bash[31536]: cluster 2023-12-07T13:18:27.149126+0000 mgr.a (mgr.24293) 8344 : cluster 0 pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:28.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:29.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:29.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:29.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:29.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:29.553 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:30 smithi044 bash[32620]: audit 2023-12-07T13:18:29.027855+0000 mgr.a (mgr.24293) 8345 : audit 0 from='client.173127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:30 smithi044 bash[32620]: cluster 2023-12-07T13:18:29.149909+0000 mgr.a (mgr.24293) 8346 : cluster 0 pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:30 smithi022 bash[28554]: audit 2023-12-07T13:18:29.027855+0000 mgr.a (mgr.24293) 8345 : audit 0 from='client.173127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:30 smithi022 bash[28554]: cluster 2023-12-07T13:18:29.149909+0000 mgr.a (mgr.24293) 8346 : cluster 0 pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:30 smithi027 bash[31536]: audit 2023-12-07T13:18:29.027855+0000 mgr.a (mgr.24293) 8345 : audit 0 from='client.173127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:30 smithi027 bash[31536]: cluster 2023-12-07T13:18:29.149909+0000 mgr.a (mgr.24293) 8346 : cluster 0 pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:32 smithi044 bash[32620]: cluster 2023-12-07T13:18:31.150823+0000 mgr.a (mgr.24293) 8347 : cluster 0 pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:32 smithi022 bash[28554]: cluster 2023-12-07T13:18:31.150823+0000 mgr.a (mgr.24293) 8347 : cluster 0 pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:32 smithi027 bash[31536]: cluster 2023-12-07T13:18:31.150823+0000 mgr.a (mgr.24293) 8347 : cluster 0 pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:34.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:34.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:34.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:34 smithi044 bash[32620]: cluster 2023-12-07T13:18:33.151492+0000 mgr.a (mgr.24293) 8348 : cluster 0 pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:34 smithi022 bash[28554]: cluster 2023-12-07T13:18:33.151492+0000 mgr.a (mgr.24293) 8348 : cluster 0 pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:34 smithi027 bash[31536]: cluster 2023-12-07T13:18:33.151492+0000 mgr.a (mgr.24293) 8348 : cluster 0 pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:35.514 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:35.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:35.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:35.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:35.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:35 smithi022 bash[28554]: audit 2023-12-07T13:18:34.982170+0000 mgr.a (mgr.24293) 8349 : audit 0 from='client.173205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:35 smithi044 bash[32620]: audit 2023-12-07T13:18:34.982170+0000 mgr.a (mgr.24293) 8349 : audit 0 from='client.173205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:35 smithi027 bash[31536]: audit 2023-12-07T13:18:34.982170+0000 mgr.a (mgr.24293) 8349 : audit 0 from='client.173205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:36 smithi044 bash[32620]: cluster 2023-12-07T13:18:35.152310+0000 mgr.a (mgr.24293) 8350 : cluster 0 pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:36 smithi022 bash[28554]: cluster 2023-12-07T13:18:35.152310+0000 mgr.a (mgr.24293) 8350 : cluster 0 pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:36 smithi027 bash[31536]: cluster 2023-12-07T13:18:35.152310+0000 mgr.a (mgr.24293) 8350 : cluster 0 pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:38 smithi044 bash[32620]: cluster 2023-12-07T13:18:37.153233+0000 mgr.a (mgr.24293) 8351 : cluster 0 pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:18:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:38 smithi022 bash[28554]: cluster 2023-12-07T13:18:37.153233+0000 mgr.a (mgr.24293) 8351 : cluster 0 pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:18:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:38 smithi027 bash[31536]: cluster 2023-12-07T13:18:37.153233+0000 mgr.a (mgr.24293) 8351 : cluster 0 pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:18:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:40 smithi044 bash[32620]: cluster 2023-12-07T13:18:39.153821+0000 mgr.a (mgr.24293) 8352 : cluster 0 pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:40 smithi022 bash[28554]: cluster 2023-12-07T13:18:39.153821+0000 mgr.a (mgr.24293) 8352 : cluster 0 pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:40 smithi027 bash[31536]: cluster 2023-12-07T13:18:39.153821+0000 mgr.a (mgr.24293) 8352 : cluster 0 pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:41.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:41.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:41.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:41.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:41.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:41 smithi044 bash[32620]: audit 2023-12-07T13:18:40.927952+0000 mgr.a (mgr.24293) 8353 : audit 0 from='client.173283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:41 smithi022 bash[28554]: audit 2023-12-07T13:18:40.927952+0000 mgr.a (mgr.24293) 8353 : audit 0 from='client.173283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:41 smithi027 bash[31536]: audit 2023-12-07T13:18:40.927952+0000 mgr.a (mgr.24293) 8353 : audit 0 from='client.173283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:42 smithi044 bash[32620]: cluster 2023-12-07T13:18:41.154769+0000 mgr.a (mgr.24293) 8354 : cluster 0 pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:42 smithi022 bash[28554]: cluster 2023-12-07T13:18:41.154769+0000 mgr.a (mgr.24293) 8354 : cluster 0 pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:42 smithi027 bash[31536]: cluster 2023-12-07T13:18:41.154769+0000 mgr.a (mgr.24293) 8354 : cluster 0 pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:44 smithi044 bash[32620]: cluster 2023-12-07T13:18:43.155385+0000 mgr.a (mgr.24293) 8355 : cluster 0 pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:44 smithi022 bash[28554]: cluster 2023-12-07T13:18:43.155385+0000 mgr.a (mgr.24293) 8355 : cluster 0 pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:44 smithi027 bash[31536]: cluster 2023-12-07T13:18:43.155385+0000 mgr.a (mgr.24293) 8355 : cluster 0 pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:46.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:46.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:46.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:46 smithi044 bash[32620]: cluster 2023-12-07T13:18:45.155957+0000 mgr.a (mgr.24293) 8356 : cluster 0 pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:46 smithi022 bash[28554]: cluster 2023-12-07T13:18:45.155957+0000 mgr.a (mgr.24293) 8356 : cluster 0 pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:46 smithi027 bash[31536]: cluster 2023-12-07T13:18:45.155957+0000 mgr.a (mgr.24293) 8356 : cluster 0 pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:47.417 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:47.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:47.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:47.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:47.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:47 smithi044 bash[32620]: audit 2023-12-07T13:18:46.879858+0000 mgr.a (mgr.24293) 8357 : audit 0 from='client.173355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:47 smithi022 bash[28554]: audit 2023-12-07T13:18:46.879858+0000 mgr.a (mgr.24293) 8357 : audit 0 from='client.173355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:47 smithi027 bash[31536]: audit 2023-12-07T13:18:46.879858+0000 mgr.a (mgr.24293) 8357 : audit 0 from='client.173355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:48 smithi044 bash[32620]: cluster 2023-12-07T13:18:47.157171+0000 mgr.a (mgr.24293) 8358 : cluster 0 pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:48.726 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:48 smithi027 bash[31536]: cluster 2023-12-07T13:18:47.157171+0000 mgr.a (mgr.24293) 8358 : cluster 0 pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:48.727 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:48 smithi022 bash[28554]: cluster 2023-12-07T13:18:47.157171+0000 mgr.a (mgr.24293) 8358 : cluster 0 pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:50 smithi044 bash[32620]: cluster 2023-12-07T13:18:49.157930+0000 mgr.a (mgr.24293) 8359 : cluster 0 pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:50 smithi022 bash[28554]: cluster 2023-12-07T13:18:49.157930+0000 mgr.a (mgr.24293) 8359 : cluster 0 pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:50 smithi027 bash[31536]: cluster 2023-12-07T13:18:49.157930+0000 mgr.a (mgr.24293) 8359 : cluster 0 pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:52.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:52.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:52.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:52 smithi022 bash[28554]: cluster 2023-12-07T13:18:51.158752+0000 mgr.a (mgr.24293) 8360 : cluster 0 pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:18:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:52 smithi044 bash[32620]: cluster 2023-12-07T13:18:51.158752+0000 mgr.a (mgr.24293) 8360 : cluster 0 pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:18:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:52 smithi027 bash[31536]: cluster 2023-12-07T13:18:51.158752+0000 mgr.a (mgr.24293) 8360 : cluster 0 pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:18:53.365 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:53.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:53.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:53.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:53.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:53 smithi044 bash[32620]: audit 2023-12-07T13:18:52.824330+0000 mgr.a (mgr.24293) 8361 : audit 0 from='client.173433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:53 smithi022 bash[28554]: audit 2023-12-07T13:18:52.824330+0000 mgr.a (mgr.24293) 8361 : audit 0 from='client.173433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:53 smithi027 bash[31536]: audit 2023-12-07T13:18:52.824330+0000 mgr.a (mgr.24293) 8361 : audit 0 from='client.173433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:54 smithi044 bash[32620]: cluster 2023-12-07T13:18:53.159535+0000 mgr.a (mgr.24293) 8362 : 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-07T13:18:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:54 smithi022 bash[28554]: cluster 2023-12-07T13:18:53.159535+0000 mgr.a (mgr.24293) 8362 : 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-07T13:18:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:54 smithi027 bash[31536]: cluster 2023-12-07T13:18:53.159535+0000 mgr.a (mgr.24293) 8362 : 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-07T13:18:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:55 smithi044 bash[32620]: audit 2023-12-07T13:18:54.496260+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:18:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:55 smithi022 bash[28554]: audit 2023-12-07T13:18:54.496260+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:18:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:55 smithi027 bash[31536]: audit 2023-12-07T13:18:54.496260+0000 mon.a (mon.0) 1605 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:18:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:56 smithi022 bash[28554]: cluster 2023-12-07T13:18:55.160210+0000 mgr.a (mgr.24293) 8363 : 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-07T13:18:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:56 smithi044 bash[32620]: cluster 2023-12-07T13:18:55.160210+0000 mgr.a (mgr.24293) 8363 : 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-07T13:18:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:56 smithi027 bash[31536]: cluster 2023-12-07T13:18:55.160210+0000 mgr.a (mgr.24293) 8363 : 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-07T13:18:58.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:18:58.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:58.368 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:58 smithi022 bash[28554]: cluster 2023-12-07T13:18:57.161081+0000 mgr.a (mgr.24293) 8364 : 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-07T13:18:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:58 smithi044 bash[32620]: cluster 2023-12-07T13:18:57.161081+0000 mgr.a (mgr.24293) 8364 : 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-07T13:18:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:58 smithi027 bash[31536]: cluster 2023-12-07T13:18:57.161081+0000 mgr.a (mgr.24293) 8364 : 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-07T13:18:59.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:18:59.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:59.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:59.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:59.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:18:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:18:59 smithi044 bash[32620]: audit 2023-12-07T13:18:58.782386+0000 mgr.a (mgr.24293) 8365 : audit 0 from='client.173511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:18:59 smithi022 bash[28554]: audit 2023-12-07T13:18:58.782386+0000 mgr.a (mgr.24293) 8365 : audit 0 from='client.173511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:18:59 smithi027 bash[31536]: audit 2023-12-07T13:18:58.782386+0000 mgr.a (mgr.24293) 8365 : audit 0 from='client.173511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: cluster 2023-12-07T13:18:59.161678+0000 mgr.a (mgr.24293) 8366 : 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-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: audit 2023-12-07T13:18:59.908404+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: audit 2023-12-07T13:18:59.914263+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: audit 2023-12-07T13:18:59.917619+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: audit 2023-12-07T13:18:59.921404+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: audit 2023-12-07T13:18:59.925047+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:00 smithi044 bash[32620]: audit 2023-12-07T13:18:59.928657+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: cluster 2023-12-07T13:18:59.161678+0000 mgr.a (mgr.24293) 8366 : 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-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: audit 2023-12-07T13:18:59.908404+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: audit 2023-12-07T13:18:59.914263+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: audit 2023-12-07T13:18:59.917619+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: audit 2023-12-07T13:18:59.921404+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: audit 2023-12-07T13:18:59.925047+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:00 smithi022 bash[28554]: audit 2023-12-07T13:18:59.928657+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: cluster 2023-12-07T13:18:59.161678+0000 mgr.a (mgr.24293) 8366 : 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-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: audit 2023-12-07T13:18:59.908404+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: audit 2023-12-07T13:18:59.914263+0000 mon.a (mon.0) 1607 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: audit 2023-12-07T13:18:59.917619+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: audit 2023-12-07T13:18:59.921404+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: audit 2023-12-07T13:18:59.925047+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:00 smithi027 bash[31536]: audit 2023-12-07T13:18:59.928657+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:02 smithi044 bash[32620]: cluster 2023-12-07T13:19:01.162611+0000 mgr.a (mgr.24293) 8367 : cluster 0 pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:02 smithi022 bash[28554]: cluster 2023-12-07T13:19:01.162611+0000 mgr.a (mgr.24293) 8367 : cluster 0 pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:02 smithi027 bash[31536]: cluster 2023-12-07T13:19:01.162611+0000 mgr.a (mgr.24293) 8367 : cluster 0 pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:04.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:04.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:04.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:04 smithi022 bash[28554]: cluster 2023-12-07T13:19:03.163203+0000 mgr.a (mgr.24293) 8368 : cluster 0 pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:04 smithi044 bash[32620]: cluster 2023-12-07T13:19:03.163203+0000 mgr.a (mgr.24293) 8368 : cluster 0 pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:04 smithi027 bash[31536]: cluster 2023-12-07T13:19:03.163203+0000 mgr.a (mgr.24293) 8368 : cluster 0 pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:05.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:05.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:05.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:05.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:05.283 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:05 smithi044 bash[32620]: audit 2023-12-07T13:19:04.735979+0000 mgr.a (mgr.24293) 8369 : audit 0 from='client.173586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:05 smithi022 bash[28554]: audit 2023-12-07T13:19:04.735979+0000 mgr.a (mgr.24293) 8369 : audit 0 from='client.173586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:05 smithi027 bash[31536]: audit 2023-12-07T13:19:04.735979+0000 mgr.a (mgr.24293) 8369 : audit 0 from='client.173586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:07 smithi022 bash[28554]: cluster 2023-12-07T13:19:05.163831+0000 mgr.a (mgr.24293) 8370 : cluster 0 pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:06 smithi027 bash[31536]: cluster 2023-12-07T13:19:05.163831+0000 mgr.a (mgr.24293) 8370 : cluster 0 pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:06 smithi044 bash[32620]: cluster 2023-12-07T13:19:05.163831+0000 mgr.a (mgr.24293) 8370 : cluster 0 pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:08 smithi044 bash[32620]: cluster 2023-12-07T13:19:07.164701+0000 mgr.a (mgr.24293) 8371 : cluster 0 pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:08 smithi022 bash[28554]: cluster 2023-12-07T13:19:07.164701+0000 mgr.a (mgr.24293) 8371 : cluster 0 pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:08 smithi027 bash[31536]: cluster 2023-12-07T13:19:07.164701+0000 mgr.a (mgr.24293) 8371 : cluster 0 pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:10.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:10.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:10.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:10 smithi022 bash[28554]: cluster 2023-12-07T13:19:09.165277+0000 mgr.a (mgr.24293) 8372 : cluster 0 pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:10 smithi044 bash[32620]: cluster 2023-12-07T13:19:09.165277+0000 mgr.a (mgr.24293) 8372 : cluster 0 pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:10 smithi027 bash[31536]: cluster 2023-12-07T13:19:09.165277+0000 mgr.a (mgr.24293) 8372 : cluster 0 pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:11.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:11.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:11.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:11.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:11.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:11 smithi044 bash[32620]: audit 2023-12-07T13:19:10.549441+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:11 smithi044 bash[32620]: audit 2023-12-07T13:19:10.554457+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:11 smithi044 bash[32620]: audit 2023-12-07T13:19:10.556383+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:19:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:11 smithi044 bash[32620]: audit 2023-12-07T13:19:10.557601+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:19:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:11 smithi044 bash[32620]: audit 2023-12-07T13:19:10.564615+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:11 smithi044 bash[32620]: audit 2023-12-07T13:19:10.692795+0000 mgr.a (mgr.24293) 8373 : audit 0 from='client.173661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:11 smithi022 bash[28554]: audit 2023-12-07T13:19:10.549441+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:11 smithi022 bash[28554]: audit 2023-12-07T13:19:10.554457+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:11 smithi022 bash[28554]: audit 2023-12-07T13:19:10.556383+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:19:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:11 smithi022 bash[28554]: audit 2023-12-07T13:19:10.557601+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:19:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:11 smithi022 bash[28554]: audit 2023-12-07T13:19:10.564615+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:11 smithi022 bash[28554]: audit 2023-12-07T13:19:10.692795+0000 mgr.a (mgr.24293) 8373 : audit 0 from='client.173661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:11 smithi027 bash[31536]: audit 2023-12-07T13:19:10.549441+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:11 smithi027 bash[31536]: audit 2023-12-07T13:19:10.554457+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:11 smithi027 bash[31536]: audit 2023-12-07T13:19:10.556383+0000 mon.a (mon.0) 1614 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:11 smithi027 bash[31536]: audit 2023-12-07T13:19:10.557601+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:11 smithi027 bash[31536]: audit 2023-12-07T13:19:10.564615+0000 mon.a (mon.0) 1616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:11 smithi027 bash[31536]: audit 2023-12-07T13:19:10.692795+0000 mgr.a (mgr.24293) 8373 : audit 0 from='client.173661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:12 smithi044 bash[32620]: cluster 2023-12-07T13:19:11.166083+0000 mgr.a (mgr.24293) 8374 : 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-07T13:19:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:12 smithi022 bash[28554]: cluster 2023-12-07T13:19:11.166083+0000 mgr.a (mgr.24293) 8374 : 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-07T13:19:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:12 smithi027 bash[31536]: cluster 2023-12-07T13:19:11.166083+0000 mgr.a (mgr.24293) 8374 : 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-07T13:19:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:14 smithi044 bash[32620]: cluster 2023-12-07T13:19:13.166645+0000 mgr.a (mgr.24293) 8375 : cluster 0 pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:14 smithi022 bash[28554]: cluster 2023-12-07T13:19:13.166645+0000 mgr.a (mgr.24293) 8375 : cluster 0 pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:14 smithi027 bash[31536]: cluster 2023-12-07T13:19:13.166645+0000 mgr.a (mgr.24293) 8375 : cluster 0 pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:16.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:16.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:16.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:16 smithi044 bash[32620]: cluster 2023-12-07T13:19:15.167227+0000 mgr.a (mgr.24293) 8376 : cluster 0 pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:16 smithi022 bash[28554]: cluster 2023-12-07T13:19:15.167227+0000 mgr.a (mgr.24293) 8376 : cluster 0 pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:16 smithi027 bash[31536]: cluster 2023-12-07T13:19:15.167227+0000 mgr.a (mgr.24293) 8376 : cluster 0 pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:17.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:17.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:17.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:17.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:17.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:17 smithi044 bash[32620]: audit 2023-12-07T13:19:16.647401+0000 mgr.a (mgr.24293) 8377 : audit 0 from='client.173736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:17 smithi022 bash[28554]: audit 2023-12-07T13:19:16.647401+0000 mgr.a (mgr.24293) 8377 : audit 0 from='client.173736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:17 smithi027 bash[31536]: audit 2023-12-07T13:19:16.647401+0000 mgr.a (mgr.24293) 8377 : audit 0 from='client.173736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:18 smithi044 bash[32620]: cluster 2023-12-07T13:19:17.168202+0000 mgr.a (mgr.24293) 8378 : cluster 0 pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:18 smithi022 bash[28554]: cluster 2023-12-07T13:19:17.168202+0000 mgr.a (mgr.24293) 8378 : cluster 0 pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:18 smithi027 bash[31536]: cluster 2023-12-07T13:19:17.168202+0000 mgr.a (mgr.24293) 8378 : cluster 0 pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:20 smithi044 bash[32620]: cluster 2023-12-07T13:19:19.168867+0000 mgr.a (mgr.24293) 8379 : cluster 0 pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:20 smithi022 bash[28554]: cluster 2023-12-07T13:19:19.168867+0000 mgr.a (mgr.24293) 8379 : cluster 0 pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:20 smithi027 bash[31536]: cluster 2023-12-07T13:19:19.168867+0000 mgr.a (mgr.24293) 8379 : cluster 0 pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:22.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:22.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:22.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:22 smithi044 bash[32620]: cluster 2023-12-07T13:19:21.169788+0000 mgr.a (mgr.24293) 8380 : cluster 0 pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:22 smithi022 bash[28554]: cluster 2023-12-07T13:19:21.169788+0000 mgr.a (mgr.24293) 8380 : cluster 0 pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:22 smithi027 bash[31536]: cluster 2023-12-07T13:19:21.169788+0000 mgr.a (mgr.24293) 8380 : cluster 0 pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:23.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:23.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:23.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:23.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:23.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:23 smithi044 bash[32620]: audit 2023-12-07T13:19:22.596363+0000 mgr.a (mgr.24293) 8381 : audit 0 from='client.173811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:23 smithi022 bash[28554]: audit 2023-12-07T13:19:22.596363+0000 mgr.a (mgr.24293) 8381 : audit 0 from='client.173811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:23 smithi027 bash[31536]: audit 2023-12-07T13:19:22.596363+0000 mgr.a (mgr.24293) 8381 : audit 0 from='client.173811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:24 smithi022 bash[28554]: cluster 2023-12-07T13:19:23.170557+0000 mgr.a (mgr.24293) 8382 : 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-07T13:19:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:24 smithi044 bash[32620]: cluster 2023-12-07T13:19:23.170557+0000 mgr.a (mgr.24293) 8382 : 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-07T13:19:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:24 smithi027 bash[31536]: cluster 2023-12-07T13:19:23.170557+0000 mgr.a (mgr.24293) 8382 : 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-07T13:19:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:26 smithi022 bash[28554]: cluster 2023-12-07T13:19:25.171162+0000 mgr.a (mgr.24293) 8383 : 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-07T13:19:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:26 smithi044 bash[32620]: cluster 2023-12-07T13:19:25.171162+0000 mgr.a (mgr.24293) 8383 : 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-07T13:19:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:26 smithi027 bash[31536]: cluster 2023-12-07T13:19:25.171162+0000 mgr.a (mgr.24293) 8383 : 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-07T13:19:28.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:28.150 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:28.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:28 smithi022 bash[28554]: cluster 2023-12-07T13:19:27.171993+0000 mgr.a (mgr.24293) 8384 : 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-07T13:19:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:28 smithi044 bash[32620]: cluster 2023-12-07T13:19:27.171993+0000 mgr.a (mgr.24293) 8384 : 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-07T13:19:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:28 smithi027 bash[31536]: cluster 2023-12-07T13:19:27.171993+0000 mgr.a (mgr.24293) 8384 : 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-07T13:19:29.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:29.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:29.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:29.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:29.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:29 smithi044 bash[32620]: audit 2023-12-07T13:19:28.561549+0000 mgr.a (mgr.24293) 8385 : audit 0 from='client.173886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:29 smithi022 bash[28554]: audit 2023-12-07T13:19:28.561549+0000 mgr.a (mgr.24293) 8385 : audit 0 from='client.173886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:29 smithi027 bash[31536]: audit 2023-12-07T13:19:28.561549+0000 mgr.a (mgr.24293) 8385 : audit 0 from='client.173886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:30 smithi044 bash[32620]: cluster 2023-12-07T13:19:29.172718+0000 mgr.a (mgr.24293) 8386 : 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-07T13:19:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:30 smithi022 bash[28554]: cluster 2023-12-07T13:19:29.172718+0000 mgr.a (mgr.24293) 8386 : 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-07T13:19:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:30 smithi027 bash[31536]: cluster 2023-12-07T13:19:29.172718+0000 mgr.a (mgr.24293) 8386 : 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-07T13:19:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:32 smithi044 bash[32620]: cluster 2023-12-07T13:19:31.173553+0000 mgr.a (mgr.24293) 8387 : cluster 0 pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:32 smithi022 bash[28554]: cluster 2023-12-07T13:19:31.173553+0000 mgr.a (mgr.24293) 8387 : cluster 0 pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:32 smithi027 bash[31536]: cluster 2023-12-07T13:19:31.173553+0000 mgr.a (mgr.24293) 8387 : cluster 0 pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:34.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:34.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:34 smithi044 bash[32620]: cluster 2023-12-07T13:19:33.174178+0000 mgr.a (mgr.24293) 8388 : cluster 0 pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:34 smithi022 bash[28554]: cluster 2023-12-07T13:19:33.174178+0000 mgr.a (mgr.24293) 8388 : cluster 0 pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:34 smithi027 bash[31536]: cluster 2023-12-07T13:19:33.174178+0000 mgr.a (mgr.24293) 8388 : cluster 0 pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:35.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:35.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:35.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:35.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:35.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:35 smithi044 bash[32620]: audit 2023-12-07T13:19:34.497779+0000 mgr.a (mgr.24293) 8389 : audit 0 from='client.173961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:35 smithi022 bash[28554]: audit 2023-12-07T13:19:34.497779+0000 mgr.a (mgr.24293) 8389 : audit 0 from='client.173961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:35 smithi027 bash[31536]: audit 2023-12-07T13:19:34.497779+0000 mgr.a (mgr.24293) 8389 : audit 0 from='client.173961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:36 smithi044 bash[32620]: cluster 2023-12-07T13:19:35.174915+0000 mgr.a (mgr.24293) 8390 : cluster 0 pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:36 smithi022 bash[28554]: cluster 2023-12-07T13:19:35.174915+0000 mgr.a (mgr.24293) 8390 : cluster 0 pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:36 smithi027 bash[31536]: cluster 2023-12-07T13:19:35.174915+0000 mgr.a (mgr.24293) 8390 : cluster 0 pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:38 smithi044 bash[32620]: cluster 2023-12-07T13:19:37.175785+0000 mgr.a (mgr.24293) 8391 : cluster 0 pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:38 smithi022 bash[28554]: cluster 2023-12-07T13:19:37.175785+0000 mgr.a (mgr.24293) 8391 : cluster 0 pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:38 smithi027 bash[31536]: cluster 2023-12-07T13:19:37.175785+0000 mgr.a (mgr.24293) 8391 : cluster 0 pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:40.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:40.044 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:40.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:40 smithi022 bash[28554]: cluster 2023-12-07T13:19:39.176372+0000 mgr.a (mgr.24293) 8392 : cluster 0 pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:40 smithi044 bash[32620]: cluster 2023-12-07T13:19:39.176372+0000 mgr.a (mgr.24293) 8392 : cluster 0 pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:40 smithi027 bash[31536]: cluster 2023-12-07T13:19:39.176372+0000 mgr.a (mgr.24293) 8392 : cluster 0 pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:40.976 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:40.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:40.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:40.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:40.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:41 smithi044 bash[32620]: audit 2023-12-07T13:19:40.456602+0000 mgr.a (mgr.24293) 8393 : audit 0 from='client.174033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:41 smithi022 bash[28554]: audit 2023-12-07T13:19:40.456602+0000 mgr.a (mgr.24293) 8393 : audit 0 from='client.174033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:41 smithi027 bash[31536]: audit 2023-12-07T13:19:40.456602+0000 mgr.a (mgr.24293) 8393 : audit 0 from='client.174033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:42 smithi044 bash[32620]: cluster 2023-12-07T13:19:41.177451+0000 mgr.a (mgr.24293) 8394 : 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-07T13:19:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:42 smithi022 bash[28554]: cluster 2023-12-07T13:19:41.177451+0000 mgr.a (mgr.24293) 8394 : 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-07T13:19:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:42 smithi027 bash[31536]: cluster 2023-12-07T13:19:41.177451+0000 mgr.a (mgr.24293) 8394 : 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-07T13:19:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:44 smithi044 bash[32620]: cluster 2023-12-07T13:19:43.178182+0000 mgr.a (mgr.24293) 8395 : cluster 0 pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:44 smithi022 bash[28554]: cluster 2023-12-07T13:19:43.178182+0000 mgr.a (mgr.24293) 8395 : cluster 0 pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:44 smithi027 bash[31536]: cluster 2023-12-07T13:19:43.178182+0000 mgr.a (mgr.24293) 8395 : cluster 0 pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:45.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:45.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:45.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:46 smithi044 bash[32620]: cluster 2023-12-07T13:19:45.178905+0000 mgr.a (mgr.24293) 8396 : cluster 0 pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:46 smithi022 bash[28554]: cluster 2023-12-07T13:19:45.178905+0000 mgr.a (mgr.24293) 8396 : cluster 0 pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:46 smithi027 bash[31536]: cluster 2023-12-07T13:19:45.178905+0000 mgr.a (mgr.24293) 8396 : cluster 0 pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:46.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:46.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:46.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:46.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:46.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:47 smithi044 bash[32620]: audit 2023-12-07T13:19:46.381781+0000 mgr.a (mgr.24293) 8397 : audit 0 from='client.174108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:47 smithi022 bash[28554]: audit 2023-12-07T13:19:46.381781+0000 mgr.a (mgr.24293) 8397 : audit 0 from='client.174108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:47 smithi027 bash[31536]: audit 2023-12-07T13:19:46.381781+0000 mgr.a (mgr.24293) 8397 : audit 0 from='client.174108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:48 smithi044 bash[32620]: cluster 2023-12-07T13:19:47.180074+0000 mgr.a (mgr.24293) 8398 : cluster 0 pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:48 smithi022 bash[28554]: cluster 2023-12-07T13:19:47.180074+0000 mgr.a (mgr.24293) 8398 : cluster 0 pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:48 smithi027 bash[31536]: cluster 2023-12-07T13:19:47.180074+0000 mgr.a (mgr.24293) 8398 : cluster 0 pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:50 smithi044 bash[32620]: cluster 2023-12-07T13:19:49.180629+0000 mgr.a (mgr.24293) 8399 : cluster 0 pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:50 smithi022 bash[28554]: cluster 2023-12-07T13:19:49.180629+0000 mgr.a (mgr.24293) 8399 : cluster 0 pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:50 smithi027 bash[31536]: cluster 2023-12-07T13:19:49.180629+0000 mgr.a (mgr.24293) 8399 : cluster 0 pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:51.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:51.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:51.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:52 smithi044 bash[32620]: cluster 2023-12-07T13:19:51.181384+0000 mgr.a (mgr.24293) 8400 : cluster 0 pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:52 smithi022 bash[28554]: cluster 2023-12-07T13:19:51.181384+0000 mgr.a (mgr.24293) 8400 : cluster 0 pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:52 smithi027 bash[31536]: cluster 2023-12-07T13:19:51.181384+0000 mgr.a (mgr.24293) 8400 : cluster 0 pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:52.869 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:52.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:52.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:52.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:52.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:53 smithi044 bash[32620]: audit 2023-12-07T13:19:52.342931+0000 mgr.a (mgr.24293) 8401 : audit 0 from='client.174183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:53 smithi022 bash[28554]: audit 2023-12-07T13:19:52.342931+0000 mgr.a (mgr.24293) 8401 : audit 0 from='client.174183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:53 smithi027 bash[31536]: audit 2023-12-07T13:19:52.342931+0000 mgr.a (mgr.24293) 8401 : audit 0 from='client.174183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:54 smithi044 bash[32620]: cluster 2023-12-07T13:19:53.182109+0000 mgr.a (mgr.24293) 8402 : 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-07T13:19:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:54 smithi022 bash[28554]: cluster 2023-12-07T13:19:53.182109+0000 mgr.a (mgr.24293) 8402 : 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-07T13:19:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:54 smithi027 bash[31536]: cluster 2023-12-07T13:19:53.182109+0000 mgr.a (mgr.24293) 8402 : 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-07T13:19:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:56 smithi044 bash[32620]: cluster 2023-12-07T13:19:55.182727+0000 mgr.a (mgr.24293) 8403 : 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-07T13:19:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:56 smithi022 bash[28554]: cluster 2023-12-07T13:19:55.182727+0000 mgr.a (mgr.24293) 8403 : 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-07T13:19:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:56 smithi027 bash[31536]: cluster 2023-12-07T13:19:55.182727+0000 mgr.a (mgr.24293) 8403 : 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-07T13:19:57.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:19:57.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:57.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:58 smithi022 bash[28554]: cluster 2023-12-07T13:19:57.183587+0000 mgr.a (mgr.24293) 8404 : 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-07T13:19:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:58 smithi044 bash[32620]: cluster 2023-12-07T13:19:57.183587+0000 mgr.a (mgr.24293) 8404 : 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-07T13:19:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:58 smithi027 bash[31536]: cluster 2023-12-07T13:19:57.183587+0000 mgr.a (mgr.24293) 8404 : 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-07T13:19:58.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:19:58.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:58.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:58.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:58.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:19:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:19:59 smithi044 bash[32620]: audit 2023-12-07T13:19:58.289619+0000 mgr.a (mgr.24293) 8405 : audit 0 from='client.174258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:19:59 smithi022 bash[28554]: audit 2023-12-07T13:19:58.289619+0000 mgr.a (mgr.24293) 8405 : audit 0 from='client.174258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:19:59 smithi027 bash[31536]: audit 2023-12-07T13:19:58.289619+0000 mgr.a (mgr.24293) 8405 : audit 0 from='client.174258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:00 smithi044 bash[32620]: cluster 2023-12-07T13:19:59.184312+0000 mgr.a (mgr.24293) 8406 : 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-07T13:20:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:00 smithi044 bash[32620]: cluster 2023-12-07T13:20:00.000132+0000 mon.a (mon.0) 1617 : cluster 1 overall HEALTH_OK 2023-12-07T13:20:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:00 smithi022 bash[28554]: cluster 2023-12-07T13:19:59.184312+0000 mgr.a (mgr.24293) 8406 : 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-07T13:20:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:00 smithi022 bash[28554]: cluster 2023-12-07T13:20:00.000132+0000 mon.a (mon.0) 1617 : cluster 1 overall HEALTH_OK 2023-12-07T13:20:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:00 smithi027 bash[31536]: cluster 2023-12-07T13:19:59.184312+0000 mgr.a (mgr.24293) 8406 : 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-07T13:20:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:00 smithi027 bash[31536]: cluster 2023-12-07T13:20:00.000132+0000 mon.a (mon.0) 1617 : cluster 1 overall HEALTH_OK 2023-12-07T13:20:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:02 smithi022 bash[28554]: cluster 2023-12-07T13:20:01.185135+0000 mgr.a (mgr.24293) 8407 : cluster 0 pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:02 smithi044 bash[32620]: cluster 2023-12-07T13:20:01.185135+0000 mgr.a (mgr.24293) 8407 : cluster 0 pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:02 smithi027 bash[31536]: cluster 2023-12-07T13:20:01.185135+0000 mgr.a (mgr.24293) 8407 : cluster 0 pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:03.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:03.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:03.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:04 smithi022 bash[28554]: cluster 2023-12-07T13:20:03.185635+0000 mgr.a (mgr.24293) 8408 : cluster 0 pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:04 smithi044 bash[32620]: cluster 2023-12-07T13:20:03.185635+0000 mgr.a (mgr.24293) 8408 : cluster 0 pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:04 smithi027 bash[31536]: cluster 2023-12-07T13:20:03.185635+0000 mgr.a (mgr.24293) 8408 : cluster 0 pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:04.763 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:04.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:04.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:04.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:04.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:05.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:05 smithi044 bash[32620]: audit 2023-12-07T13:20:04.230815+0000 mgr.a (mgr.24293) 8409 : audit 0 from='client.174336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:05 smithi022 bash[28554]: audit 2023-12-07T13:20:04.230815+0000 mgr.a (mgr.24293) 8409 : audit 0 from='client.174336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:05 smithi027 bash[31536]: audit 2023-12-07T13:20:04.230815+0000 mgr.a (mgr.24293) 8409 : audit 0 from='client.174336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:06 smithi044 bash[32620]: cluster 2023-12-07T13:20:05.186390+0000 mgr.a (mgr.24293) 8410 : cluster 0 pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:06 smithi022 bash[28554]: cluster 2023-12-07T13:20:05.186390+0000 mgr.a (mgr.24293) 8410 : cluster 0 pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:06 smithi027 bash[31536]: cluster 2023-12-07T13:20:05.186390+0000 mgr.a (mgr.24293) 8410 : cluster 0 pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:08 smithi044 bash[32620]: cluster 2023-12-07T13:20:07.187260+0000 mgr.a (mgr.24293) 8411 : cluster 0 pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:08 smithi022 bash[28554]: cluster 2023-12-07T13:20:07.187260+0000 mgr.a (mgr.24293) 8411 : cluster 0 pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:08 smithi027 bash[31536]: cluster 2023-12-07T13:20:07.187260+0000 mgr.a (mgr.24293) 8411 : cluster 0 pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:09.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:09.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:09.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:10 smithi044 bash[32620]: cluster 2023-12-07T13:20:09.187892+0000 mgr.a (mgr.24293) 8412 : cluster 0 pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:10 smithi022 bash[28554]: cluster 2023-12-07T13:20:09.187892+0000 mgr.a (mgr.24293) 8412 : cluster 0 pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:10 smithi027 bash[31536]: cluster 2023-12-07T13:20:09.187892+0000 mgr.a (mgr.24293) 8412 : cluster 0 pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:10.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:10.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:10.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:10.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:10.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:11 smithi044 bash[32620]: audit 2023-12-07T13:20:10.171043+0000 mgr.a (mgr.24293) 8413 : audit 0 from='client.174411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:11 smithi044 bash[32620]: audit 2023-12-07T13:20:10.666554+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:20:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:11 smithi022 bash[28554]: audit 2023-12-07T13:20:10.171043+0000 mgr.a (mgr.24293) 8413 : audit 0 from='client.174411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:11 smithi022 bash[28554]: audit 2023-12-07T13:20:10.666554+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:20:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:11 smithi027 bash[31536]: audit 2023-12-07T13:20:10.171043+0000 mgr.a (mgr.24293) 8413 : audit 0 from='client.174411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:11 smithi027 bash[31536]: audit 2023-12-07T13:20:10.666554+0000 mon.a (mon.0) 1618 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:20:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:12 smithi044 bash[32620]: cluster 2023-12-07T13:20:11.188893+0000 mgr.a (mgr.24293) 8414 : cluster 0 pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:20:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:12 smithi022 bash[28554]: cluster 2023-12-07T13:20:11.188893+0000 mgr.a (mgr.24293) 8414 : cluster 0 pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:20:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:12 smithi027 bash[31536]: cluster 2023-12-07T13:20:11.188893+0000 mgr.a (mgr.24293) 8414 : cluster 0 pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:20:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:14 smithi044 bash[32620]: cluster 2023-12-07T13:20:13.189471+0000 mgr.a (mgr.24293) 8415 : cluster 0 pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:20:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:14 smithi022 bash[28554]: cluster 2023-12-07T13:20:13.189471+0000 mgr.a (mgr.24293) 8415 : cluster 0 pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:20:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:14 smithi027 bash[31536]: cluster 2023-12-07T13:20:13.189471+0000 mgr.a (mgr.24293) 8415 : cluster 0 pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:20:15.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:15.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:15.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:16.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:16.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:16.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:16.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:16.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:16 smithi044 bash[32620]: cluster 2023-12-07T13:20:15.190033+0000 mgr.a (mgr.24293) 8416 : cluster 0 pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:20:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:16 smithi022 bash[28554]: cluster 2023-12-07T13:20:15.190033+0000 mgr.a (mgr.24293) 8416 : cluster 0 pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:20:16.752 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:16 smithi027 bash[31536]: cluster 2023-12-07T13:20:15.190033+0000 mgr.a (mgr.24293) 8416 : cluster 0 pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:20:17.639 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:17 smithi027 bash[31536]: audit 2023-12-07T13:20:16.130963+0000 mgr.a (mgr.24293) 8417 : audit 0 from='client.174486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:17 smithi044 bash[32620]: audit 2023-12-07T13:20:16.130963+0000 mgr.a (mgr.24293) 8417 : audit 0 from='client.174486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:17 smithi022 bash[28554]: audit 2023-12-07T13:20:16.130963+0000 mgr.a (mgr.24293) 8417 : audit 0 from='client.174486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:18 smithi044 bash[32620]: cluster 2023-12-07T13:20:17.191090+0000 mgr.a (mgr.24293) 8418 : cluster 0 pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:18 smithi022 bash[28554]: cluster 2023-12-07T13:20:17.191090+0000 mgr.a (mgr.24293) 8418 : cluster 0 pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:18 smithi027 bash[31536]: cluster 2023-12-07T13:20:17.191090+0000 mgr.a (mgr.24293) 8418 : cluster 0 pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:20 smithi044 bash[32620]: cluster 2023-12-07T13:20:19.191732+0000 mgr.a (mgr.24293) 8419 : cluster 0 pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:20 smithi022 bash[28554]: cluster 2023-12-07T13:20:19.191732+0000 mgr.a (mgr.24293) 8419 : cluster 0 pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:20 smithi027 bash[31536]: cluster 2023-12-07T13:20:19.191732+0000 mgr.a (mgr.24293) 8419 : cluster 0 pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:21.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:21.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:21.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:22.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:22.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:22.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:22.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:22.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:22 smithi044 bash[32620]: cluster 2023-12-07T13:20:21.192492+0000 mgr.a (mgr.24293) 8420 : cluster 0 pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:22 smithi044 bash[32620]: audit 2023-12-07T13:20:21.418129+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:22 smithi044 bash[32620]: audit 2023-12-07T13:20:21.424767+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:22 smithi044 bash[32620]: audit 2023-12-07T13:20:21.426317+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:22 smithi044 bash[32620]: audit 2023-12-07T13:20:21.427937+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:22 smithi044 bash[32620]: audit 2023-12-07T13:20:21.435906+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:22 smithi022 bash[28554]: cluster 2023-12-07T13:20:21.192492+0000 mgr.a (mgr.24293) 8420 : cluster 0 pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:22 smithi022 bash[28554]: audit 2023-12-07T13:20:21.418129+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:22 smithi022 bash[28554]: audit 2023-12-07T13:20:21.424767+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:22 smithi022 bash[28554]: audit 2023-12-07T13:20:21.426317+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:20:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:22 smithi022 bash[28554]: audit 2023-12-07T13:20:21.427937+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:20:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:22 smithi022 bash[28554]: audit 2023-12-07T13:20:21.435906+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:22 smithi027 bash[31536]: cluster 2023-12-07T13:20:21.192492+0000 mgr.a (mgr.24293) 8420 : cluster 0 pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:22 smithi027 bash[31536]: audit 2023-12-07T13:20:21.418129+0000 mon.a (mon.0) 1619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:22 smithi027 bash[31536]: audit 2023-12-07T13:20:21.424767+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:22 smithi027 bash[31536]: audit 2023-12-07T13:20:21.426317+0000 mon.a (mon.0) 1621 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:20:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:22 smithi027 bash[31536]: audit 2023-12-07T13:20:21.427937+0000 mon.a (mon.0) 1622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:20:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:22 smithi027 bash[31536]: audit 2023-12-07T13:20:21.435906+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:20:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:23 smithi044 bash[32620]: audit 2023-12-07T13:20:22.063356+0000 mgr.a (mgr.24293) 8421 : audit 0 from='client.174564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:23 smithi022 bash[28554]: audit 2023-12-07T13:20:22.063356+0000 mgr.a (mgr.24293) 8421 : audit 0 from='client.174564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:23 smithi027 bash[31536]: audit 2023-12-07T13:20:22.063356+0000 mgr.a (mgr.24293) 8421 : audit 0 from='client.174564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:24 smithi027 bash[31536]: cluster 2023-12-07T13:20:23.193365+0000 mgr.a (mgr.24293) 8422 : cluster 0 pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:20:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:24 smithi044 bash[32620]: cluster 2023-12-07T13:20:23.193365+0000 mgr.a (mgr.24293) 8422 : cluster 0 pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:20:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:24 smithi022 bash[28554]: cluster 2023-12-07T13:20:23.193365+0000 mgr.a (mgr.24293) 8422 : cluster 0 pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:20:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:26 smithi027 bash[31536]: cluster 2023-12-07T13:20:25.194029+0000 mgr.a (mgr.24293) 8423 : cluster 0 pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:20:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:26 smithi044 bash[32620]: cluster 2023-12-07T13:20:25.194029+0000 mgr.a (mgr.24293) 8423 : cluster 0 pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:20:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:26 smithi022 bash[28554]: cluster 2023-12-07T13:20:25.194029+0000 mgr.a (mgr.24293) 8423 : cluster 0 pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:20:27.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:27.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:27.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:28 smithi044 bash[32620]: cluster 2023-12-07T13:20:27.194842+0000 mgr.a (mgr.24293) 8424 : cluster 0 pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:20:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:28 smithi022 bash[28554]: cluster 2023-12-07T13:20:27.194842+0000 mgr.a (mgr.24293) 8424 : cluster 0 pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:20:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:28 smithi027 bash[31536]: cluster 2023-12-07T13:20:27.194842+0000 mgr.a (mgr.24293) 8424 : cluster 0 pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:20:28.549 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:28.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:28.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:28.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:28.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:29 smithi044 bash[32620]: audit 2023-12-07T13:20:28.034693+0000 mgr.a (mgr.24293) 8425 : audit 0 from='client.174642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:29 smithi022 bash[28554]: audit 2023-12-07T13:20:28.034693+0000 mgr.a (mgr.24293) 8425 : audit 0 from='client.174642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:29 smithi027 bash[31536]: audit 2023-12-07T13:20:28.034693+0000 mgr.a (mgr.24293) 8425 : audit 0 from='client.174642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:30 smithi044 bash[32620]: cluster 2023-12-07T13:20:29.195581+0000 mgr.a (mgr.24293) 8426 : 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-07T13:20:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:30 smithi022 bash[28554]: cluster 2023-12-07T13:20:29.195581+0000 mgr.a (mgr.24293) 8426 : 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-07T13:20:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:30 smithi027 bash[31536]: cluster 2023-12-07T13:20:29.195581+0000 mgr.a (mgr.24293) 8426 : 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-07T13:20:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:32 smithi044 bash[32620]: cluster 2023-12-07T13:20:31.196430+0000 mgr.a (mgr.24293) 8427 : 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-07T13:20:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:32 smithi022 bash[28554]: cluster 2023-12-07T13:20:31.196430+0000 mgr.a (mgr.24293) 8427 : 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-07T13:20:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:32 smithi027 bash[31536]: cluster 2023-12-07T13:20:31.196430+0000 mgr.a (mgr.24293) 8427 : 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-07T13:20:33.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:33.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:33.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:34.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:34.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:34.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:34.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:34.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:34 smithi044 bash[32620]: cluster 2023-12-07T13:20:33.197034+0000 mgr.a (mgr.24293) 8428 : 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-07T13:20:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:34 smithi044 bash[32620]: audit 2023-12-07T13:20:33.970289+0000 mgr.a (mgr.24293) 8429 : audit 0 from='client.174714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:34 smithi022 bash[28554]: cluster 2023-12-07T13:20:33.197034+0000 mgr.a (mgr.24293) 8428 : 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-07T13:20:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:34 smithi022 bash[28554]: audit 2023-12-07T13:20:33.970289+0000 mgr.a (mgr.24293) 8429 : audit 0 from='client.174714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:34 smithi027 bash[31536]: cluster 2023-12-07T13:20:33.197034+0000 mgr.a (mgr.24293) 8428 : 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-07T13:20:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:34 smithi027 bash[31536]: audit 2023-12-07T13:20:33.970289+0000 mgr.a (mgr.24293) 8429 : audit 0 from='client.174714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:36 smithi044 bash[32620]: cluster 2023-12-07T13:20:35.197772+0000 mgr.a (mgr.24293) 8430 : 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-07T13:20:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:36 smithi022 bash[28554]: cluster 2023-12-07T13:20:35.197772+0000 mgr.a (mgr.24293) 8430 : 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-07T13:20:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:36 smithi027 bash[31536]: cluster 2023-12-07T13:20:35.197772+0000 mgr.a (mgr.24293) 8430 : 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-07T13:20:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:38 smithi044 bash[32620]: cluster 2023-12-07T13:20:37.198667+0000 mgr.a (mgr.24293) 8431 : cluster 0 pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:38 smithi022 bash[28554]: cluster 2023-12-07T13:20:37.198667+0000 mgr.a (mgr.24293) 8431 : cluster 0 pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:38 smithi027 bash[31536]: cluster 2023-12-07T13:20:37.198667+0000 mgr.a (mgr.24293) 8431 : cluster 0 pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:39.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:39.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:39.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:40.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:40.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:40.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:40.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:40.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:40 smithi022 bash[28554]: cluster 2023-12-07T13:20:39.199206+0000 mgr.a (mgr.24293) 8432 : cluster 0 pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:40 smithi022 bash[28554]: audit 2023-12-07T13:20:39.919590+0000 mgr.a (mgr.24293) 8433 : audit 0 from='client.174783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:40 smithi044 bash[32620]: cluster 2023-12-07T13:20:39.199206+0000 mgr.a (mgr.24293) 8432 : cluster 0 pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:40 smithi044 bash[32620]: audit 2023-12-07T13:20:39.919590+0000 mgr.a (mgr.24293) 8433 : audit 0 from='client.174783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:40 smithi027 bash[31536]: cluster 2023-12-07T13:20:39.199206+0000 mgr.a (mgr.24293) 8432 : cluster 0 pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:40 smithi027 bash[31536]: audit 2023-12-07T13:20:39.919590+0000 mgr.a (mgr.24293) 8433 : audit 0 from='client.174783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:42 smithi044 bash[32620]: cluster 2023-12-07T13:20:41.200088+0000 mgr.a (mgr.24293) 8434 : cluster 0 pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:42 smithi022 bash[28554]: cluster 2023-12-07T13:20:41.200088+0000 mgr.a (mgr.24293) 8434 : cluster 0 pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:42 smithi027 bash[31536]: cluster 2023-12-07T13:20:41.200088+0000 mgr.a (mgr.24293) 8434 : cluster 0 pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:44 smithi044 bash[32620]: cluster 2023-12-07T13:20:43.200671+0000 mgr.a (mgr.24293) 8435 : cluster 0 pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:44 smithi022 bash[28554]: cluster 2023-12-07T13:20:43.200671+0000 mgr.a (mgr.24293) 8435 : cluster 0 pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:44 smithi027 bash[31536]: cluster 2023-12-07T13:20:43.200671+0000 mgr.a (mgr.24293) 8435 : cluster 0 pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:45.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:45.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:45.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:46.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:46.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:46.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:46.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:46.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:46 smithi044 bash[32620]: cluster 2023-12-07T13:20:45.201223+0000 mgr.a (mgr.24293) 8436 : cluster 0 pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:46 smithi044 bash[32620]: audit 2023-12-07T13:20:45.854579+0000 mgr.a (mgr.24293) 8437 : audit 0 from='client.174855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:46 smithi022 bash[28554]: cluster 2023-12-07T13:20:45.201223+0000 mgr.a (mgr.24293) 8436 : cluster 0 pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:46 smithi022 bash[28554]: audit 2023-12-07T13:20:45.854579+0000 mgr.a (mgr.24293) 8437 : audit 0 from='client.174855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:46 smithi027 bash[31536]: cluster 2023-12-07T13:20:45.201223+0000 mgr.a (mgr.24293) 8436 : cluster 0 pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:46 smithi027 bash[31536]: audit 2023-12-07T13:20:45.854579+0000 mgr.a (mgr.24293) 8437 : audit 0 from='client.174855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:48 smithi022 bash[28554]: cluster 2023-12-07T13:20:47.202196+0000 mgr.a (mgr.24293) 8438 : 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-07T13:20:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:48 smithi044 bash[32620]: cluster 2023-12-07T13:20:47.202196+0000 mgr.a (mgr.24293) 8438 : 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-07T13:20:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:48 smithi027 bash[31536]: cluster 2023-12-07T13:20:47.202196+0000 mgr.a (mgr.24293) 8438 : 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-07T13:20:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:50 smithi044 bash[32620]: cluster 2023-12-07T13:20:49.202770+0000 mgr.a (mgr.24293) 8439 : cluster 0 pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:50 smithi022 bash[28554]: cluster 2023-12-07T13:20:49.202770+0000 mgr.a (mgr.24293) 8439 : cluster 0 pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:50 smithi027 bash[31536]: cluster 2023-12-07T13:20:49.202770+0000 mgr.a (mgr.24293) 8439 : cluster 0 pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:51.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:51.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:51.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:52.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:52.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:52.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:52.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:52.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:52 smithi044 bash[32620]: cluster 2023-12-07T13:20:51.203598+0000 mgr.a (mgr.24293) 8440 : cluster 0 pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:52 smithi044 bash[32620]: audit 2023-12-07T13:20:51.813983+0000 mgr.a (mgr.24293) 8441 : audit 0 from='client.174924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:52 smithi022 bash[28554]: cluster 2023-12-07T13:20:51.203598+0000 mgr.a (mgr.24293) 8440 : cluster 0 pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:52 smithi022 bash[28554]: audit 2023-12-07T13:20:51.813983+0000 mgr.a (mgr.24293) 8441 : audit 0 from='client.174924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:52 smithi027 bash[31536]: cluster 2023-12-07T13:20:51.203598+0000 mgr.a (mgr.24293) 8440 : cluster 0 pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:52 smithi027 bash[31536]: audit 2023-12-07T13:20:51.813983+0000 mgr.a (mgr.24293) 8441 : audit 0 from='client.174924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:54 smithi044 bash[32620]: cluster 2023-12-07T13:20:53.204267+0000 mgr.a (mgr.24293) 8442 : cluster 0 pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:54 smithi022 bash[28554]: cluster 2023-12-07T13:20:53.204267+0000 mgr.a (mgr.24293) 8442 : cluster 0 pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:54 smithi027 bash[31536]: cluster 2023-12-07T13:20:53.204267+0000 mgr.a (mgr.24293) 8442 : cluster 0 pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:56 smithi022 bash[28554]: cluster 2023-12-07T13:20:55.204854+0000 mgr.a (mgr.24293) 8443 : cluster 0 pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:56 smithi044 bash[32620]: cluster 2023-12-07T13:20:55.204854+0000 mgr.a (mgr.24293) 8443 : cluster 0 pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:56 smithi027 bash[31536]: cluster 2023-12-07T13:20:55.204854+0000 mgr.a (mgr.24293) 8443 : cluster 0 pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:57.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:20:57.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:57.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:58.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:20:58.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:58.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:58.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:58.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:20:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:58 smithi022 bash[28554]: cluster 2023-12-07T13:20:57.205706+0000 mgr.a (mgr.24293) 8444 : cluster 0 pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:58.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:20:58 smithi022 bash[28554]: audit 2023-12-07T13:20:57.749986+0000 mgr.a (mgr.24293) 8445 : audit 0 from='client.174999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:58 smithi044 bash[32620]: cluster 2023-12-07T13:20:57.205706+0000 mgr.a (mgr.24293) 8444 : cluster 0 pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:20:58 smithi044 bash[32620]: audit 2023-12-07T13:20:57.749986+0000 mgr.a (mgr.24293) 8445 : audit 0 from='client.174999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:58 smithi027 bash[31536]: cluster 2023-12-07T13:20:57.205706+0000 mgr.a (mgr.24293) 8444 : cluster 0 pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:20:58 smithi027 bash[31536]: audit 2023-12-07T13:20:57.749986+0000 mgr.a (mgr.24293) 8445 : audit 0 from='client.174999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:00 smithi044 bash[32620]: cluster 2023-12-07T13:20:59.206316+0000 mgr.a (mgr.24293) 8446 : 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-07T13:21:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:00 smithi022 bash[28554]: cluster 2023-12-07T13:20:59.206316+0000 mgr.a (mgr.24293) 8446 : 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-07T13:21:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:00 smithi027 bash[31536]: cluster 2023-12-07T13:20:59.206316+0000 mgr.a (mgr.24293) 8446 : 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-07T13:21:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:02 smithi044 bash[32620]: cluster 2023-12-07T13:21:01.207139+0000 mgr.a (mgr.24293) 8447 : 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-07T13:21:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:02 smithi022 bash[28554]: cluster 2023-12-07T13:21:01.207139+0000 mgr.a (mgr.24293) 8447 : 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-07T13:21:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:02 smithi027 bash[31536]: cluster 2023-12-07T13:21:01.207139+0000 mgr.a (mgr.24293) 8447 : 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-07T13:21:03.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:03.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:03.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:04.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:04.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:04.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:04.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:04.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:04 smithi044 bash[32620]: cluster 2023-12-07T13:21:03.207727+0000 mgr.a (mgr.24293) 8448 : 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-07T13:21:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:04 smithi044 bash[32620]: audit 2023-12-07T13:21:03.669826+0000 mgr.a (mgr.24293) 8449 : audit 0 from='client.175077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:04 smithi022 bash[28554]: cluster 2023-12-07T13:21:03.207727+0000 mgr.a (mgr.24293) 8448 : 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-07T13:21:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:04 smithi022 bash[28554]: audit 2023-12-07T13:21:03.669826+0000 mgr.a (mgr.24293) 8449 : audit 0 from='client.175077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:04 smithi027 bash[31536]: cluster 2023-12-07T13:21:03.207727+0000 mgr.a (mgr.24293) 8448 : 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-07T13:21:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:04 smithi027 bash[31536]: audit 2023-12-07T13:21:03.669826+0000 mgr.a (mgr.24293) 8449 : audit 0 from='client.175077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:06 smithi044 bash[32620]: cluster 2023-12-07T13:21:05.208410+0000 mgr.a (mgr.24293) 8450 : 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-07T13:21:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:06 smithi022 bash[28554]: cluster 2023-12-07T13:21:05.208410+0000 mgr.a (mgr.24293) 8450 : 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-07T13:21:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:06 smithi027 bash[31536]: cluster 2023-12-07T13:21:05.208410+0000 mgr.a (mgr.24293) 8450 : 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-07T13:21:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:08 smithi044 bash[32620]: cluster 2023-12-07T13:21:07.209178+0000 mgr.a (mgr.24293) 8451 : cluster 0 pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:08 smithi022 bash[28554]: cluster 2023-12-07T13:21:07.209178+0000 mgr.a (mgr.24293) 8451 : cluster 0 pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:08 smithi027 bash[31536]: cluster 2023-12-07T13:21:07.209178+0000 mgr.a (mgr.24293) 8451 : cluster 0 pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:09.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:09.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:09.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:10.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:10.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:10.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:10.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:10.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:10 smithi044 bash[32620]: cluster 2023-12-07T13:21:09.209765+0000 mgr.a (mgr.24293) 8452 : cluster 0 pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:10.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:10 smithi044 bash[32620]: audit 2023-12-07T13:21:09.595976+0000 mgr.a (mgr.24293) 8453 : audit 0 from='client.175149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:10 smithi022 bash[28554]: cluster 2023-12-07T13:21:09.209765+0000 mgr.a (mgr.24293) 8452 : cluster 0 pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:10 smithi022 bash[28554]: audit 2023-12-07T13:21:09.595976+0000 mgr.a (mgr.24293) 8453 : audit 0 from='client.175149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:10 smithi027 bash[31536]: cluster 2023-12-07T13:21:09.209765+0000 mgr.a (mgr.24293) 8452 : cluster 0 pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:10 smithi027 bash[31536]: audit 2023-12-07T13:21:09.595976+0000 mgr.a (mgr.24293) 8453 : audit 0 from='client.175149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:12 smithi044 bash[32620]: cluster 2023-12-07T13:21:11.210819+0000 mgr.a (mgr.24293) 8454 : cluster 0 pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:12 smithi022 bash[28554]: cluster 2023-12-07T13:21:11.210819+0000 mgr.a (mgr.24293) 8454 : cluster 0 pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:12 smithi027 bash[31536]: cluster 2023-12-07T13:21:11.210819+0000 mgr.a (mgr.24293) 8454 : cluster 0 pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:14 smithi044 bash[32620]: cluster 2023-12-07T13:21:13.211415+0000 mgr.a (mgr.24293) 8455 : cluster 0 pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:14 smithi022 bash[28554]: cluster 2023-12-07T13:21:13.211415+0000 mgr.a (mgr.24293) 8455 : cluster 0 pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:14 smithi027 bash[31536]: cluster 2023-12-07T13:21:13.211415+0000 mgr.a (mgr.24293) 8455 : cluster 0 pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:15.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:15.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:15.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:16.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:16.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:16.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:16.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:16.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:16 smithi044 bash[32620]: cluster 2023-12-07T13:21:15.212134+0000 mgr.a (mgr.24293) 8456 : cluster 0 pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:16 smithi044 bash[32620]: audit 2023-12-07T13:21:15.523478+0000 mgr.a (mgr.24293) 8457 : audit 0 from='client.175224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:16 smithi022 bash[28554]: cluster 2023-12-07T13:21:15.212134+0000 mgr.a (mgr.24293) 8456 : cluster 0 pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:16 smithi022 bash[28554]: audit 2023-12-07T13:21:15.523478+0000 mgr.a (mgr.24293) 8457 : audit 0 from='client.175224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:16 smithi027 bash[31536]: cluster 2023-12-07T13:21:15.212134+0000 mgr.a (mgr.24293) 8456 : cluster 0 pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:16 smithi027 bash[31536]: audit 2023-12-07T13:21:15.523478+0000 mgr.a (mgr.24293) 8457 : audit 0 from='client.175224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:18 smithi022 bash[28554]: cluster 2023-12-07T13:21:17.213163+0000 mgr.a (mgr.24293) 8458 : 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-07T13:21:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:18 smithi044 bash[32620]: cluster 2023-12-07T13:21:17.213163+0000 mgr.a (mgr.24293) 8458 : 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-07T13:21:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:18 smithi027 bash[31536]: cluster 2023-12-07T13:21:17.213163+0000 mgr.a (mgr.24293) 8458 : 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-07T13:21:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:20 smithi044 bash[32620]: cluster 2023-12-07T13:21:19.213730+0000 mgr.a (mgr.24293) 8459 : cluster 0 pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:20.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:20 smithi022 bash[28554]: cluster 2023-12-07T13:21:19.213730+0000 mgr.a (mgr.24293) 8459 : cluster 0 pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:20 smithi027 bash[31536]: cluster 2023-12-07T13:21:19.213730+0000 mgr.a (mgr.24293) 8459 : cluster 0 pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:21.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:21.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:21.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:21.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:22 smithi044 bash[32620]: cluster 2023-12-07T13:21:21.214401+0000 mgr.a (mgr.24293) 8460 : cluster 0 pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:22 smithi044 bash[32620]: audit 2023-12-07T13:21:21.463878+0000 mgr.a (mgr.24293) 8461 : audit 0 from='client.175302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:22 smithi044 bash[32620]: audit 2023-12-07T13:21:21.538851+0000 mon.a (mon.0) 1624 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:21:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:22 smithi022 bash[28554]: cluster 2023-12-07T13:21:21.214401+0000 mgr.a (mgr.24293) 8460 : cluster 0 pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:22 smithi022 bash[28554]: audit 2023-12-07T13:21:21.463878+0000 mgr.a (mgr.24293) 8461 : audit 0 from='client.175302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:22 smithi022 bash[28554]: audit 2023-12-07T13:21:21.538851+0000 mon.a (mon.0) 1624 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:21:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:22 smithi027 bash[31536]: cluster 2023-12-07T13:21:21.214401+0000 mgr.a (mgr.24293) 8460 : cluster 0 pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:22 smithi027 bash[31536]: audit 2023-12-07T13:21:21.463878+0000 mgr.a (mgr.24293) 8461 : audit 0 from='client.175302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:22 smithi027 bash[31536]: audit 2023-12-07T13:21:21.538851+0000 mon.a (mon.0) 1624 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:21:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:24 smithi044 bash[32620]: cluster 2023-12-07T13:21:23.215047+0000 mgr.a (mgr.24293) 8462 : cluster 0 pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:24 smithi022 bash[28554]: cluster 2023-12-07T13:21:23.215047+0000 mgr.a (mgr.24293) 8462 : cluster 0 pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:24 smithi027 bash[31536]: cluster 2023-12-07T13:21:23.215047+0000 mgr.a (mgr.24293) 8462 : cluster 0 pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:26 smithi044 bash[32620]: cluster 2023-12-07T13:21:25.215647+0000 mgr.a (mgr.24293) 8463 : cluster 0 pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:26 smithi022 bash[28554]: cluster 2023-12-07T13:21:25.215647+0000 mgr.a (mgr.24293) 8463 : cluster 0 pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:26 smithi027 bash[31536]: cluster 2023-12-07T13:21:25.215647+0000 mgr.a (mgr.24293) 8463 : cluster 0 pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:26.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:26.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:26.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:27.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:27.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:27.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:27.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:27.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:28 smithi044 bash[32620]: cluster 2023-12-07T13:21:27.216414+0000 mgr.a (mgr.24293) 8464 : cluster 0 pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:28 smithi044 bash[32620]: audit 2023-12-07T13:21:27.387484+0000 mgr.a (mgr.24293) 8465 : audit 0 from='client.175374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:28 smithi022 bash[28554]: cluster 2023-12-07T13:21:27.216414+0000 mgr.a (mgr.24293) 8464 : cluster 0 pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:28 smithi022 bash[28554]: audit 2023-12-07T13:21:27.387484+0000 mgr.a (mgr.24293) 8465 : audit 0 from='client.175374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:28 smithi027 bash[31536]: cluster 2023-12-07T13:21:27.216414+0000 mgr.a (mgr.24293) 8464 : cluster 0 pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:28 smithi027 bash[31536]: audit 2023-12-07T13:21:27.387484+0000 mgr.a (mgr.24293) 8465 : audit 0 from='client.175374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:30 smithi044 bash[32620]: cluster 2023-12-07T13:21:29.217023+0000 mgr.a (mgr.24293) 8466 : 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-07T13:21:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:30 smithi022 bash[28554]: cluster 2023-12-07T13:21:29.217023+0000 mgr.a (mgr.24293) 8466 : 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-07T13:21:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:30 smithi027 bash[31536]: cluster 2023-12-07T13:21:29.217023+0000 mgr.a (mgr.24293) 8466 : 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-07T13:21:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:32 smithi044 bash[32620]: cluster 2023-12-07T13:21:31.217822+0000 mgr.a (mgr.24293) 8467 : 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-07T13:21:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:32 smithi044 bash[32620]: audit 2023-12-07T13:21:32.157441+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:32 smithi044 bash[32620]: audit 2023-12-07T13:21:32.163742+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:32 smithi044 bash[32620]: audit 2023-12-07T13:21:32.165199+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:21:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:32 smithi044 bash[32620]: audit 2023-12-07T13:21:32.166824+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:21:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:32 smithi044 bash[32620]: audit 2023-12-07T13:21:32.174863+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:32 smithi022 bash[28554]: cluster 2023-12-07T13:21:31.217822+0000 mgr.a (mgr.24293) 8467 : 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-07T13:21:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:32 smithi022 bash[28554]: audit 2023-12-07T13:21:32.157441+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:32 smithi022 bash[28554]: audit 2023-12-07T13:21:32.163742+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:32 smithi022 bash[28554]: audit 2023-12-07T13:21:32.165199+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:21:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:32 smithi022 bash[28554]: audit 2023-12-07T13:21:32.166824+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:21:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:32 smithi022 bash[28554]: audit 2023-12-07T13:21:32.174863+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:32 smithi027 bash[31536]: cluster 2023-12-07T13:21:31.217822+0000 mgr.a (mgr.24293) 8467 : 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-07T13:21:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:32 smithi027 bash[31536]: audit 2023-12-07T13:21:32.157441+0000 mon.a (mon.0) 1625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:32 smithi027 bash[31536]: audit 2023-12-07T13:21:32.163742+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:32 smithi027 bash[31536]: audit 2023-12-07T13:21:32.165199+0000 mon.a (mon.0) 1627 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:21:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:32 smithi027 bash[31536]: audit 2023-12-07T13:21:32.166824+0000 mon.a (mon.0) 1628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:21:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:32 smithi027 bash[31536]: audit 2023-12-07T13:21:32.174863+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:21:32.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:32.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:32.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:33.834 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:33.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:33.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:33.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:33.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:34 smithi044 bash[32620]: cluster 2023-12-07T13:21:33.218409+0000 mgr.a (mgr.24293) 8468 : 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-07T13:21:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:34 smithi044 bash[32620]: audit 2023-12-07T13:21:33.314057+0000 mgr.a (mgr.24293) 8469 : audit 0 from='client.175449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:34 smithi022 bash[28554]: cluster 2023-12-07T13:21:33.218409+0000 mgr.a (mgr.24293) 8468 : 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-07T13:21:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:34 smithi022 bash[28554]: audit 2023-12-07T13:21:33.314057+0000 mgr.a (mgr.24293) 8469 : audit 0 from='client.175449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:34 smithi027 bash[31536]: cluster 2023-12-07T13:21:33.218409+0000 mgr.a (mgr.24293) 8468 : 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-07T13:21:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:34 smithi027 bash[31536]: audit 2023-12-07T13:21:33.314057+0000 mgr.a (mgr.24293) 8469 : audit 0 from='client.175449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:36 smithi044 bash[32620]: cluster 2023-12-07T13:21:35.219069+0000 mgr.a (mgr.24293) 8470 : 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-07T13:21:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:36 smithi022 bash[28554]: cluster 2023-12-07T13:21:35.219069+0000 mgr.a (mgr.24293) 8470 : 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-07T13:21:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:36 smithi027 bash[31536]: cluster 2023-12-07T13:21:35.219069+0000 mgr.a (mgr.24293) 8470 : 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-07T13:21:38.438 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:38 smithi022 bash[28554]: cluster 2023-12-07T13:21:37.219929+0000 mgr.a (mgr.24293) 8471 : 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-07T13:21:38.438 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:38 smithi044 bash[32620]: cluster 2023-12-07T13:21:37.219929+0000 mgr.a (mgr.24293) 8471 : 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-07T13:21:38.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:38 smithi027 bash[31536]: cluster 2023-12-07T13:21:37.219929+0000 mgr.a (mgr.24293) 8471 : 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-07T13:21:38.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:38.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:38.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:39.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:39.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:39.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:39.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:39.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:40 smithi044 bash[32620]: cluster 2023-12-07T13:21:39.220334+0000 mgr.a (mgr.24293) 8472 : 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-07T13:21:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:40 smithi044 bash[32620]: audit 2023-12-07T13:21:39.251283+0000 mgr.a (mgr.24293) 8473 : audit 0 from='client.175521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:40 smithi022 bash[28554]: cluster 2023-12-07T13:21:39.220334+0000 mgr.a (mgr.24293) 8472 : 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-07T13:21:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:40 smithi022 bash[28554]: audit 2023-12-07T13:21:39.251283+0000 mgr.a (mgr.24293) 8473 : audit 0 from='client.175521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:40 smithi027 bash[31536]: cluster 2023-12-07T13:21:39.220334+0000 mgr.a (mgr.24293) 8472 : 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-07T13:21:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:40 smithi027 bash[31536]: audit 2023-12-07T13:21:39.251283+0000 mgr.a (mgr.24293) 8473 : audit 0 from='client.175521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:42 smithi044 bash[32620]: cluster 2023-12-07T13:21:41.221208+0000 mgr.a (mgr.24293) 8474 : cluster 0 pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:42 smithi022 bash[28554]: cluster 2023-12-07T13:21:41.221208+0000 mgr.a (mgr.24293) 8474 : cluster 0 pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:42 smithi027 bash[31536]: cluster 2023-12-07T13:21:41.221208+0000 mgr.a (mgr.24293) 8474 : cluster 0 pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:44 smithi044 bash[32620]: cluster 2023-12-07T13:21:43.221800+0000 mgr.a (mgr.24293) 8475 : cluster 0 pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:44 smithi022 bash[28554]: cluster 2023-12-07T13:21:43.221800+0000 mgr.a (mgr.24293) 8475 : cluster 0 pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:44 smithi027 bash[31536]: cluster 2023-12-07T13:21:43.221800+0000 mgr.a (mgr.24293) 8475 : cluster 0 pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:44.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:44.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:44.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:45.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:45.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:45.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:45.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:45.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:46.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:46 smithi044 bash[32620]: audit 2023-12-07T13:21:45.205716+0000 mgr.a (mgr.24293) 8476 : audit 0 from='client.175596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:46.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:46 smithi044 bash[32620]: cluster 2023-12-07T13:21:45.222823+0000 mgr.a (mgr.24293) 8477 : cluster 0 pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:46.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:46 smithi022 bash[28554]: audit 2023-12-07T13:21:45.205716+0000 mgr.a (mgr.24293) 8476 : audit 0 from='client.175596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:46.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:46 smithi022 bash[28554]: cluster 2023-12-07T13:21:45.222823+0000 mgr.a (mgr.24293) 8477 : cluster 0 pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:46 smithi027 bash[31536]: audit 2023-12-07T13:21:45.205716+0000 mgr.a (mgr.24293) 8476 : audit 0 from='client.175596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:46 smithi027 bash[31536]: cluster 2023-12-07T13:21:45.222823+0000 mgr.a (mgr.24293) 8477 : cluster 0 pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:48 smithi022 bash[28554]: cluster 2023-12-07T13:21:47.224112+0000 mgr.a (mgr.24293) 8478 : 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-07T13:21:48.719 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:48 smithi027 bash[31536]: cluster 2023-12-07T13:21:47.224112+0000 mgr.a (mgr.24293) 8478 : 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-07T13:21:48.719 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:48 smithi044 bash[32620]: cluster 2023-12-07T13:21:47.224112+0000 mgr.a (mgr.24293) 8478 : 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-07T13:21:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:50 smithi044 bash[32620]: cluster 2023-12-07T13:21:49.224718+0000 mgr.a (mgr.24293) 8479 : 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-07T13:21:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:50 smithi022 bash[28554]: cluster 2023-12-07T13:21:49.224718+0000 mgr.a (mgr.24293) 8479 : 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-07T13:21:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:50 smithi027 bash[31536]: cluster 2023-12-07T13:21:49.224718+0000 mgr.a (mgr.24293) 8479 : 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-07T13:21:50.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:50.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:50.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:51.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:51.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:51.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:51.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:51.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:52 smithi044 bash[32620]: audit 2023-12-07T13:21:51.147143+0000 mgr.a (mgr.24293) 8480 : audit 0 from='client.175674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:52 smithi044 bash[32620]: cluster 2023-12-07T13:21:51.225499+0000 mgr.a (mgr.24293) 8481 : 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-07T13:21:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:52 smithi022 bash[28554]: audit 2023-12-07T13:21:51.147143+0000 mgr.a (mgr.24293) 8480 : audit 0 from='client.175674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:52 smithi022 bash[28554]: cluster 2023-12-07T13:21:51.225499+0000 mgr.a (mgr.24293) 8481 : 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-07T13:21:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:52 smithi027 bash[31536]: audit 2023-12-07T13:21:51.147143+0000 mgr.a (mgr.24293) 8480 : audit 0 from='client.175674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:52 smithi027 bash[31536]: cluster 2023-12-07T13:21:51.225499+0000 mgr.a (mgr.24293) 8481 : 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-07T13:21:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:54 smithi044 bash[32620]: cluster 2023-12-07T13:21:53.226121+0000 mgr.a (mgr.24293) 8482 : cluster 0 pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:54 smithi022 bash[28554]: cluster 2023-12-07T13:21:53.226121+0000 mgr.a (mgr.24293) 8482 : cluster 0 pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:54 smithi027 bash[31536]: cluster 2023-12-07T13:21:53.226121+0000 mgr.a (mgr.24293) 8482 : cluster 0 pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:56.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:21:56.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:56.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:56 smithi044 bash[32620]: cluster 2023-12-07T13:21:55.226695+0000 mgr.a (mgr.24293) 8483 : cluster 0 pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:56 smithi022 bash[28554]: cluster 2023-12-07T13:21:55.226695+0000 mgr.a (mgr.24293) 8483 : cluster 0 pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:56 smithi027 bash[31536]: cluster 2023-12-07T13:21:55.226695+0000 mgr.a (mgr.24293) 8483 : cluster 0 pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:57.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:57.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:57.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:57.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:21:57.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:21:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:58 smithi044 bash[32620]: audit 2023-12-07T13:21:57.070427+0000 mgr.a (mgr.24293) 8484 : audit 0 from='client.175752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:21:58 smithi044 bash[32620]: cluster 2023-12-07T13:21:57.227865+0000 mgr.a (mgr.24293) 8485 : cluster 0 pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:58 smithi022 bash[28554]: audit 2023-12-07T13:21:57.070427+0000 mgr.a (mgr.24293) 8484 : audit 0 from='client.175752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:21:58 smithi022 bash[28554]: cluster 2023-12-07T13:21:57.227865+0000 mgr.a (mgr.24293) 8485 : cluster 0 pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:58 smithi027 bash[31536]: audit 2023-12-07T13:21:57.070427+0000 mgr.a (mgr.24293) 8484 : audit 0 from='client.175752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:21:58 smithi027 bash[31536]: cluster 2023-12-07T13:21:57.227865+0000 mgr.a (mgr.24293) 8485 : cluster 0 pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:00 smithi022 bash[28554]: cluster 2023-12-07T13:21:59.228546+0000 mgr.a (mgr.24293) 8486 : 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-07T13:22:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:00 smithi044 bash[32620]: cluster 2023-12-07T13:21:59.228546+0000 mgr.a (mgr.24293) 8486 : 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-07T13:22:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:00 smithi027 bash[31536]: cluster 2023-12-07T13:21:59.228546+0000 mgr.a (mgr.24293) 8486 : 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-07T13:22:02.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:02.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:02.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:02 smithi044 bash[32620]: cluster 2023-12-07T13:22:01.229368+0000 mgr.a (mgr.24293) 8487 : 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-07T13:22:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:02 smithi022 bash[28554]: cluster 2023-12-07T13:22:01.229368+0000 mgr.a (mgr.24293) 8487 : 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-07T13:22:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:02 smithi027 bash[31536]: cluster 2023-12-07T13:22:01.229368+0000 mgr.a (mgr.24293) 8487 : 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-07T13:22:03.510 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:03 smithi044 bash[32620]: audit 2023-12-07T13:22:02.991077+0000 mgr.a (mgr.24293) 8488 : audit 0 from='client.150004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:03 smithi022 bash[28554]: audit 2023-12-07T13:22:02.991077+0000 mgr.a (mgr.24293) 8488 : audit 0 from='client.150004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:03 smithi027 bash[31536]: audit 2023-12-07T13:22:02.991077+0000 mgr.a (mgr.24293) 8488 : audit 0 from='client.150004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:04 smithi044 bash[32620]: cluster 2023-12-07T13:22:03.229756+0000 mgr.a (mgr.24293) 8489 : 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-07T13:22:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:04 smithi022 bash[28554]: cluster 2023-12-07T13:22:03.229756+0000 mgr.a (mgr.24293) 8489 : 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-07T13:22:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:04 smithi027 bash[31536]: cluster 2023-12-07T13:22:03.229756+0000 mgr.a (mgr.24293) 8489 : 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-07T13:22:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:06 smithi044 bash[32620]: cluster 2023-12-07T13:22:05.230509+0000 mgr.a (mgr.24293) 8490 : 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-07T13:22:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:06 smithi022 bash[28554]: cluster 2023-12-07T13:22:05.230509+0000 mgr.a (mgr.24293) 8490 : 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-07T13:22:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:06 smithi027 bash[31536]: cluster 2023-12-07T13:22:05.230509+0000 mgr.a (mgr.24293) 8490 : 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-07T13:22:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:08 smithi022 bash[28554]: cluster 2023-12-07T13:22:07.231472+0000 mgr.a (mgr.24293) 8491 : 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-07T13:22:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:08 smithi044 bash[32620]: cluster 2023-12-07T13:22:07.231472+0000 mgr.a (mgr.24293) 8491 : 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-07T13:22:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:08 smithi027 bash[31536]: cluster 2023-12-07T13:22:07.231472+0000 mgr.a (mgr.24293) 8491 : 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-07T13:22:08.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:08.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:08.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:09 smithi022 bash[28554]: audit 2023-12-07T13:22:08.925277+0000 mgr.a (mgr.24293) 8492 : audit 0 from='client.175905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:09 smithi044 bash[32620]: audit 2023-12-07T13:22:08.925277+0000 mgr.a (mgr.24293) 8492 : audit 0 from='client.175905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:09 smithi027 bash[31536]: audit 2023-12-07T13:22:08.925277+0000 mgr.a (mgr.24293) 8492 : audit 0 from='client.175905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:09.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:09.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:09.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:09.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:09.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:10 smithi044 bash[32620]: cluster 2023-12-07T13:22:09.232125+0000 mgr.a (mgr.24293) 8493 : 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-07T13:22:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:10 smithi022 bash[28554]: cluster 2023-12-07T13:22:09.232125+0000 mgr.a (mgr.24293) 8493 : 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-07T13:22:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:10 smithi027 bash[31536]: cluster 2023-12-07T13:22:09.232125+0000 mgr.a (mgr.24293) 8493 : 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-07T13:22:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:12 smithi044 bash[32620]: cluster 2023-12-07T13:22:11.233004+0000 mgr.a (mgr.24293) 8494 : cluster 0 pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:22:12.693 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:12 smithi022 bash[28554]: cluster 2023-12-07T13:22:11.233004+0000 mgr.a (mgr.24293) 8494 : cluster 0 pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:22:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:12 smithi027 bash[31536]: cluster 2023-12-07T13:22:11.233004+0000 mgr.a (mgr.24293) 8494 : cluster 0 pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:22:14.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:14.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:14.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:14 smithi044 bash[32620]: cluster 2023-12-07T13:22:13.233608+0000 mgr.a (mgr.24293) 8495 : cluster 0 pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:14 smithi022 bash[28554]: cluster 2023-12-07T13:22:13.233608+0000 mgr.a (mgr.24293) 8495 : cluster 0 pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:14 smithi027 bash[31536]: cluster 2023-12-07T13:22:13.233608+0000 mgr.a (mgr.24293) 8495 : cluster 0 pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:15.400 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:15 smithi044 bash[32620]: audit 2023-12-07T13:22:14.882385+0000 mgr.a (mgr.24293) 8496 : audit 0 from='client.175980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:15 smithi022 bash[28554]: audit 2023-12-07T13:22:14.882385+0000 mgr.a (mgr.24293) 8496 : audit 0 from='client.175980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:15 smithi027 bash[31536]: audit 2023-12-07T13:22:14.882385+0000 mgr.a (mgr.24293) 8496 : audit 0 from='client.175980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:16 smithi044 bash[32620]: cluster 2023-12-07T13:22:15.234137+0000 mgr.a (mgr.24293) 8497 : cluster 0 pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:16 smithi022 bash[28554]: cluster 2023-12-07T13:22:15.234137+0000 mgr.a (mgr.24293) 8497 : cluster 0 pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:16 smithi027 bash[31536]: cluster 2023-12-07T13:22:15.234137+0000 mgr.a (mgr.24293) 8497 : cluster 0 pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:18 smithi044 bash[32620]: cluster 2023-12-07T13:22:17.235033+0000 mgr.a (mgr.24293) 8498 : cluster 0 pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:22:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:18 smithi022 bash[28554]: cluster 2023-12-07T13:22:17.235033+0000 mgr.a (mgr.24293) 8498 : cluster 0 pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:22:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:18 smithi027 bash[31536]: cluster 2023-12-07T13:22:17.235033+0000 mgr.a (mgr.24293) 8498 : cluster 0 pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:22:20.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:20.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:20.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:20 smithi044 bash[32620]: cluster 2023-12-07T13:22:19.235632+0000 mgr.a (mgr.24293) 8499 : cluster 0 pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:22:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:20 smithi022 bash[28554]: cluster 2023-12-07T13:22:19.235632+0000 mgr.a (mgr.24293) 8499 : cluster 0 pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:22:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:20 smithi027 bash[31536]: cluster 2023-12-07T13:22:19.235632+0000 mgr.a (mgr.24293) 8499 : cluster 0 pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:22:21.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:21.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:21.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:21.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:21.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:21 smithi044 bash[32620]: audit 2023-12-07T13:22:20.818986+0000 mgr.a (mgr.24293) 8500 : audit 0 from='client.176055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:21 smithi022 bash[28554]: audit 2023-12-07T13:22:20.818986+0000 mgr.a (mgr.24293) 8500 : audit 0 from='client.176055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:21 smithi027 bash[31536]: audit 2023-12-07T13:22:20.818986+0000 mgr.a (mgr.24293) 8500 : audit 0 from='client.176055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:22 smithi044 bash[32620]: cluster 2023-12-07T13:22:21.236765+0000 mgr.a (mgr.24293) 8501 : 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-07T13:22:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:22 smithi022 bash[28554]: cluster 2023-12-07T13:22:21.236765+0000 mgr.a (mgr.24293) 8501 : 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-07T13:22:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:22 smithi027 bash[31536]: cluster 2023-12-07T13:22:21.236765+0000 mgr.a (mgr.24293) 8501 : 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-07T13:22:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:24 smithi044 bash[32620]: cluster 2023-12-07T13:22:23.237365+0000 mgr.a (mgr.24293) 8502 : cluster 0 pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:22:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:24 smithi022 bash[28554]: cluster 2023-12-07T13:22:23.237365+0000 mgr.a (mgr.24293) 8502 : cluster 0 pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:22:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:24 smithi027 bash[31536]: cluster 2023-12-07T13:22:23.237365+0000 mgr.a (mgr.24293) 8502 : cluster 0 pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:22:26.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:26.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:26.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:26 smithi044 bash[32620]: cluster 2023-12-07T13:22:25.237958+0000 mgr.a (mgr.24293) 8503 : cluster 0 pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:22:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:26 smithi022 bash[28554]: cluster 2023-12-07T13:22:25.237958+0000 mgr.a (mgr.24293) 8503 : cluster 0 pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:22:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:26 smithi027 bash[31536]: cluster 2023-12-07T13:22:25.237958+0000 mgr.a (mgr.24293) 8503 : cluster 0 pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:22:27.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:27.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:27.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:27.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:27.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:27 smithi044 bash[32620]: audit 2023-12-07T13:22:26.746119+0000 mgr.a (mgr.24293) 8504 : audit 0 from='client.176130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:27 smithi022 bash[28554]: audit 2023-12-07T13:22:26.746119+0000 mgr.a (mgr.24293) 8504 : audit 0 from='client.176130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:27 smithi027 bash[31536]: audit 2023-12-07T13:22:26.746119+0000 mgr.a (mgr.24293) 8504 : audit 0 from='client.176130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:28 smithi044 bash[32620]: cluster 2023-12-07T13:22:27.238745+0000 mgr.a (mgr.24293) 8505 : cluster 0 pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:28 smithi022 bash[28554]: cluster 2023-12-07T13:22:27.238745+0000 mgr.a (mgr.24293) 8505 : cluster 0 pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:28 smithi027 bash[31536]: cluster 2023-12-07T13:22:27.238745+0000 mgr.a (mgr.24293) 8505 : cluster 0 pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:30 smithi044 bash[32620]: cluster 2023-12-07T13:22:29.239311+0000 mgr.a (mgr.24293) 8506 : cluster 0 pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:22:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:30 smithi022 bash[28554]: cluster 2023-12-07T13:22:29.239311+0000 mgr.a (mgr.24293) 8506 : cluster 0 pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:22:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:30 smithi027 bash[31536]: cluster 2023-12-07T13:22:29.239311+0000 mgr.a (mgr.24293) 8506 : cluster 0 pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:22:32.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:32.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:32.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:32 smithi044 bash[32620]: cluster 2023-12-07T13:22:31.240099+0000 mgr.a (mgr.24293) 8507 : cluster 0 pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:22:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:32 smithi044 bash[32620]: audit 2023-12-07T13:22:32.279506+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:22:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:32 smithi022 bash[28554]: cluster 2023-12-07T13:22:31.240099+0000 mgr.a (mgr.24293) 8507 : cluster 0 pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:22:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:32 smithi022 bash[28554]: audit 2023-12-07T13:22:32.279506+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:22:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:32 smithi027 bash[31536]: cluster 2023-12-07T13:22:31.240099+0000 mgr.a (mgr.24293) 8507 : cluster 0 pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:22:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:32 smithi027 bash[31536]: audit 2023-12-07T13:22:32.279506+0000 mon.a (mon.0) 1630 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:22:33.274 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:33.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:33.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:33.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:33.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:33 smithi044 bash[32620]: audit 2023-12-07T13:22:32.716724+0000 mgr.a (mgr.24293) 8508 : audit 0 from='client.176205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:33 smithi022 bash[28554]: audit 2023-12-07T13:22:32.716724+0000 mgr.a (mgr.24293) 8508 : audit 0 from='client.176205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:33 smithi027 bash[31536]: audit 2023-12-07T13:22:32.716724+0000 mgr.a (mgr.24293) 8508 : audit 0 from='client.176205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: cluster 2023-12-07T13:22:33.240674+0000 mgr.a (mgr.24293) 8509 : 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-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.604076+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.608155+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.613747+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.617875+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.621793+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.624991+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.626162+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.627473+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:34 smithi044 bash[32620]: audit 2023-12-07T13:22:33.635204+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: cluster 2023-12-07T13:22:33.240674+0000 mgr.a (mgr.24293) 8509 : 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-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.604076+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.608155+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.613747+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.617875+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.621793+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.624991+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.626162+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:22:34.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.627473+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:22:34.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:34 smithi022 bash[28554]: audit 2023-12-07T13:22:33.635204+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: cluster 2023-12-07T13:22:33.240674+0000 mgr.a (mgr.24293) 8509 : 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-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.604076+0000 mon.a (mon.0) 1631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.608155+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.613747+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.617875+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.621793+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.624991+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.626162+0000 mon.a (mon.0) 1637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.627473+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:22:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:34 smithi027 bash[31536]: audit 2023-12-07T13:22:33.635204+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:22:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:36 smithi044 bash[32620]: cluster 2023-12-07T13:22:35.241269+0000 mgr.a (mgr.24293) 8510 : 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-07T13:22:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:36 smithi022 bash[28554]: cluster 2023-12-07T13:22:35.241269+0000 mgr.a (mgr.24293) 8510 : 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-07T13:22:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:36 smithi027 bash[31536]: cluster 2023-12-07T13:22:35.241269+0000 mgr.a (mgr.24293) 8510 : 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-07T13:22:38.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:38.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:38.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:38 smithi044 bash[32620]: cluster 2023-12-07T13:22:37.242087+0000 mgr.a (mgr.24293) 8511 : 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-07T13:22:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:38 smithi022 bash[28554]: cluster 2023-12-07T13:22:37.242087+0000 mgr.a (mgr.24293) 8511 : 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-07T13:22:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:38 smithi027 bash[31536]: cluster 2023-12-07T13:22:37.242087+0000 mgr.a (mgr.24293) 8511 : 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-07T13:22:39.207 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:39.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:39 smithi044 bash[32620]: audit 2023-12-07T13:22:38.684093+0000 mgr.a (mgr.24293) 8512 : audit 0 from='client.176277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:39 smithi022 bash[28554]: audit 2023-12-07T13:22:38.684093+0000 mgr.a (mgr.24293) 8512 : audit 0 from='client.176277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:39 smithi027 bash[31536]: audit 2023-12-07T13:22:38.684093+0000 mgr.a (mgr.24293) 8512 : audit 0 from='client.176277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:40 smithi044 bash[32620]: cluster 2023-12-07T13:22:39.242865+0000 mgr.a (mgr.24293) 8513 : 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-07T13:22:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:40 smithi022 bash[28554]: cluster 2023-12-07T13:22:39.242865+0000 mgr.a (mgr.24293) 8513 : 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-07T13:22:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:40 smithi027 bash[31536]: cluster 2023-12-07T13:22:39.242865+0000 mgr.a (mgr.24293) 8513 : 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-07T13:22:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:42 smithi044 bash[32620]: cluster 2023-12-07T13:22:41.243705+0000 mgr.a (mgr.24293) 8514 : 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-07T13:22:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:42 smithi022 bash[28554]: cluster 2023-12-07T13:22:41.243705+0000 mgr.a (mgr.24293) 8514 : 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-07T13:22:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:42 smithi027 bash[31536]: cluster 2023-12-07T13:22:41.243705+0000 mgr.a (mgr.24293) 8514 : 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-07T13:22:44.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:44.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:44.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:44.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:44 smithi044 bash[32620]: cluster 2023-12-07T13:22:43.244244+0000 mgr.a (mgr.24293) 8515 : 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-07T13:22:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:44 smithi022 bash[28554]: cluster 2023-12-07T13:22:43.244244+0000 mgr.a (mgr.24293) 8515 : 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-07T13:22:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:44 smithi027 bash[31536]: cluster 2023-12-07T13:22:43.244244+0000 mgr.a (mgr.24293) 8515 : 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-07T13:22:45.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:45.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:45.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:45.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:45.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:45 smithi044 bash[32620]: audit 2023-12-07T13:22:44.625269+0000 mgr.a (mgr.24293) 8516 : audit 0 from='client.176355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:45 smithi022 bash[28554]: audit 2023-12-07T13:22:44.625269+0000 mgr.a (mgr.24293) 8516 : audit 0 from='client.176355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:45 smithi027 bash[31536]: audit 2023-12-07T13:22:44.625269+0000 mgr.a (mgr.24293) 8516 : audit 0 from='client.176355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:46 smithi044 bash[32620]: cluster 2023-12-07T13:22:45.244977+0000 mgr.a (mgr.24293) 8517 : 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-07T13:22:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:46 smithi022 bash[28554]: cluster 2023-12-07T13:22:45.244977+0000 mgr.a (mgr.24293) 8517 : 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-07T13:22:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:46 smithi027 bash[31536]: cluster 2023-12-07T13:22:45.244977+0000 mgr.a (mgr.24293) 8517 : 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-07T13:22:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:48 smithi044 bash[32620]: cluster 2023-12-07T13:22:47.245796+0000 mgr.a (mgr.24293) 8518 : cluster 0 pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:22:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:48 smithi022 bash[28554]: cluster 2023-12-07T13:22:47.245796+0000 mgr.a (mgr.24293) 8518 : cluster 0 pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:22:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:48 smithi027 bash[31536]: cluster 2023-12-07T13:22:47.245796+0000 mgr.a (mgr.24293) 8518 : cluster 0 pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:22:50.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:50.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:50.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:50 smithi044 bash[32620]: cluster 2023-12-07T13:22:49.246365+0000 mgr.a (mgr.24293) 8519 : cluster 0 pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:50 smithi022 bash[28554]: cluster 2023-12-07T13:22:49.246365+0000 mgr.a (mgr.24293) 8519 : cluster 0 pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:50 smithi027 bash[31536]: cluster 2023-12-07T13:22:49.246365+0000 mgr.a (mgr.24293) 8519 : cluster 0 pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:22:51.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:51.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:51.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:51.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:51.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:51 smithi044 bash[32620]: audit 2023-12-07T13:22:50.570703+0000 mgr.a (mgr.24293) 8520 : audit 0 from='client.176430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:51 smithi022 bash[28554]: audit 2023-12-07T13:22:50.570703+0000 mgr.a (mgr.24293) 8520 : audit 0 from='client.176430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:51 smithi027 bash[31536]: audit 2023-12-07T13:22:50.570703+0000 mgr.a (mgr.24293) 8520 : audit 0 from='client.176430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:52 smithi044 bash[32620]: cluster 2023-12-07T13:22:51.247520+0000 mgr.a (mgr.24293) 8521 : 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-07T13:22:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:52 smithi022 bash[28554]: cluster 2023-12-07T13:22:51.247520+0000 mgr.a (mgr.24293) 8521 : 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-07T13:22:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:52 smithi027 bash[31536]: cluster 2023-12-07T13:22:51.247520+0000 mgr.a (mgr.24293) 8521 : 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-07T13:22:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:54 smithi044 bash[32620]: cluster 2023-12-07T13:22:53.248148+0000 mgr.a (mgr.24293) 8522 : 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-07T13:22:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:54 smithi022 bash[28554]: cluster 2023-12-07T13:22:53.248148+0000 mgr.a (mgr.24293) 8522 : 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-07T13:22:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:54 smithi027 bash[31536]: cluster 2023-12-07T13:22:53.248148+0000 mgr.a (mgr.24293) 8522 : 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-07T13:22:56.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:22:56.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:56.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:56 smithi044 bash[32620]: cluster 2023-12-07T13:22:55.248754+0000 mgr.a (mgr.24293) 8523 : 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-07T13:22:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:56 smithi022 bash[28554]: cluster 2023-12-07T13:22:55.248754+0000 mgr.a (mgr.24293) 8523 : 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-07T13:22:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:56 smithi027 bash[31536]: cluster 2023-12-07T13:22:55.248754+0000 mgr.a (mgr.24293) 8523 : 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-07T13:22:57.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:22:57.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:57.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:57.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:57.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:22:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:57 smithi044 bash[32620]: audit 2023-12-07T13:22:56.514553+0000 mgr.a (mgr.24293) 8524 : audit 0 from='client.176505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:57 smithi022 bash[28554]: audit 2023-12-07T13:22:56.514553+0000 mgr.a (mgr.24293) 8524 : audit 0 from='client.176505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:57 smithi027 bash[31536]: audit 2023-12-07T13:22:56.514553+0000 mgr.a (mgr.24293) 8524 : audit 0 from='client.176505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:22:58 smithi044 bash[32620]: cluster 2023-12-07T13:22:57.249841+0000 mgr.a (mgr.24293) 8525 : 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-07T13:22:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:22:58 smithi022 bash[28554]: cluster 2023-12-07T13:22:57.249841+0000 mgr.a (mgr.24293) 8525 : 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-07T13:22:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:22:58 smithi027 bash[31536]: cluster 2023-12-07T13:22:57.249841+0000 mgr.a (mgr.24293) 8525 : 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-07T13:23:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:00 smithi044 bash[32620]: cluster 2023-12-07T13:22:59.250415+0000 mgr.a (mgr.24293) 8526 : cluster 0 pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:00 smithi022 bash[28554]: cluster 2023-12-07T13:22:59.250415+0000 mgr.a (mgr.24293) 8526 : cluster 0 pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:00 smithi027 bash[31536]: cluster 2023-12-07T13:22:59.250415+0000 mgr.a (mgr.24293) 8526 : cluster 0 pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:02.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:02.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:02.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:02 smithi044 bash[32620]: cluster 2023-12-07T13:23:01.251194+0000 mgr.a (mgr.24293) 8527 : cluster 0 pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:02 smithi022 bash[28554]: cluster 2023-12-07T13:23:01.251194+0000 mgr.a (mgr.24293) 8527 : cluster 0 pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:02 smithi027 bash[31536]: cluster 2023-12-07T13:23:01.251194+0000 mgr.a (mgr.24293) 8527 : cluster 0 pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:02.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:02.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:02.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:02.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:02.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:03 smithi044 bash[32620]: audit 2023-12-07T13:23:02.473695+0000 mgr.a (mgr.24293) 8528 : audit 0 from='client.176580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:03 smithi022 bash[28554]: audit 2023-12-07T13:23:02.473695+0000 mgr.a (mgr.24293) 8528 : audit 0 from='client.176580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:03 smithi027 bash[31536]: audit 2023-12-07T13:23:02.473695+0000 mgr.a (mgr.24293) 8528 : audit 0 from='client.176580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:04 smithi044 bash[32620]: cluster 2023-12-07T13:23:03.251919+0000 mgr.a (mgr.24293) 8529 : 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-07T13:23:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:04 smithi022 bash[28554]: cluster 2023-12-07T13:23:03.251919+0000 mgr.a (mgr.24293) 8529 : 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-07T13:23:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:04 smithi027 bash[31536]: cluster 2023-12-07T13:23:03.251919+0000 mgr.a (mgr.24293) 8529 : 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-07T13:23:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:06 smithi044 bash[32620]: cluster 2023-12-07T13:23:05.252509+0000 mgr.a (mgr.24293) 8530 : 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-07T13:23:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:06 smithi022 bash[28554]: cluster 2023-12-07T13:23:05.252509+0000 mgr.a (mgr.24293) 8530 : 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-07T13:23:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:06 smithi027 bash[31536]: cluster 2023-12-07T13:23:05.252509+0000 mgr.a (mgr.24293) 8530 : 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-07T13:23:08.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:08.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:08.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:08 smithi044 bash[32620]: cluster 2023-12-07T13:23:07.253310+0000 mgr.a (mgr.24293) 8531 : 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-07T13:23:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:08 smithi022 bash[28554]: cluster 2023-12-07T13:23:07.253310+0000 mgr.a (mgr.24293) 8531 : 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-07T13:23:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:08 smithi027 bash[31536]: cluster 2023-12-07T13:23:07.253310+0000 mgr.a (mgr.24293) 8531 : 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-07T13:23:08.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:08.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:08.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:08.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:08.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:09 smithi044 bash[32620]: audit 2023-12-07T13:23:08.407663+0000 mgr.a (mgr.24293) 8532 : audit 0 from='client.176655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:09 smithi022 bash[28554]: audit 2023-12-07T13:23:08.407663+0000 mgr.a (mgr.24293) 8532 : audit 0 from='client.176655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:09 smithi027 bash[31536]: audit 2023-12-07T13:23:08.407663+0000 mgr.a (mgr.24293) 8532 : audit 0 from='client.176655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:10 smithi044 bash[32620]: cluster 2023-12-07T13:23:09.253998+0000 mgr.a (mgr.24293) 8533 : 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-07T13:23:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:10 smithi022 bash[28554]: cluster 2023-12-07T13:23:09.253998+0000 mgr.a (mgr.24293) 8533 : 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-07T13:23:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:10 smithi027 bash[31536]: cluster 2023-12-07T13:23:09.253998+0000 mgr.a (mgr.24293) 8533 : 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-07T13:23:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:12 smithi044 bash[32620]: cluster 2023-12-07T13:23:11.254808+0000 mgr.a (mgr.24293) 8534 : 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-07T13:23:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:12 smithi022 bash[28554]: cluster 2023-12-07T13:23:11.254808+0000 mgr.a (mgr.24293) 8534 : 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-07T13:23:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:12 smithi027 bash[31536]: cluster 2023-12-07T13:23:11.254808+0000 mgr.a (mgr.24293) 8534 : 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-07T13:23:13.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:13.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:13.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:14 smithi044 bash[32620]: cluster 2023-12-07T13:23:13.255384+0000 mgr.a (mgr.24293) 8535 : 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-07T13:23:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:14 smithi022 bash[28554]: cluster 2023-12-07T13:23:13.255384+0000 mgr.a (mgr.24293) 8535 : 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-07T13:23:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:14 smithi027 bash[31536]: cluster 2023-12-07T13:23:13.255384+0000 mgr.a (mgr.24293) 8535 : 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-07T13:23:14.876 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:14.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:14.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:14.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:14.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:15 smithi044 bash[32620]: audit 2023-12-07T13:23:14.343248+0000 mgr.a (mgr.24293) 8536 : audit 0 from='client.176730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:15 smithi022 bash[28554]: audit 2023-12-07T13:23:14.343248+0000 mgr.a (mgr.24293) 8536 : audit 0 from='client.176730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:15 smithi027 bash[31536]: audit 2023-12-07T13:23:14.343248+0000 mgr.a (mgr.24293) 8536 : audit 0 from='client.176730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:16 smithi044 bash[32620]: cluster 2023-12-07T13:23:15.256140+0000 mgr.a (mgr.24293) 8537 : 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-07T13:23:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:16 smithi022 bash[28554]: cluster 2023-12-07T13:23:15.256140+0000 mgr.a (mgr.24293) 8537 : 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-07T13:23:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:16 smithi027 bash[31536]: cluster 2023-12-07T13:23:15.256140+0000 mgr.a (mgr.24293) 8537 : 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-07T13:23:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:18 smithi044 bash[32620]: cluster 2023-12-07T13:23:17.256986+0000 mgr.a (mgr.24293) 8538 : cluster 0 pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:23:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:18 smithi022 bash[28554]: cluster 2023-12-07T13:23:17.256986+0000 mgr.a (mgr.24293) 8538 : cluster 0 pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:23:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:18 smithi027 bash[31536]: cluster 2023-12-07T13:23:17.256986+0000 mgr.a (mgr.24293) 8538 : cluster 0 pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:23:19.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:19.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:19.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:20 smithi044 bash[32620]: cluster 2023-12-07T13:23:19.257561+0000 mgr.a (mgr.24293) 8539 : cluster 0 pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:20 smithi022 bash[28554]: cluster 2023-12-07T13:23:19.257561+0000 mgr.a (mgr.24293) 8539 : cluster 0 pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:20 smithi027 bash[31536]: cluster 2023-12-07T13:23:19.257561+0000 mgr.a (mgr.24293) 8539 : cluster 0 pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:20.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:20.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:20.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:20.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:20.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:21 smithi044 bash[32620]: audit 2023-12-07T13:23:20.289169+0000 mgr.a (mgr.24293) 8540 : audit 0 from='client.176805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:21 smithi022 bash[28554]: audit 2023-12-07T13:23:20.289169+0000 mgr.a (mgr.24293) 8540 : audit 0 from='client.176805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:21 smithi027 bash[31536]: audit 2023-12-07T13:23:20.289169+0000 mgr.a (mgr.24293) 8540 : audit 0 from='client.176805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:22 smithi044 bash[32620]: cluster 2023-12-07T13:23:21.258614+0000 mgr.a (mgr.24293) 8541 : 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-07T13:23:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:22 smithi022 bash[28554]: cluster 2023-12-07T13:23:21.258614+0000 mgr.a (mgr.24293) 8541 : 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-07T13:23:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:22 smithi027 bash[31536]: cluster 2023-12-07T13:23:21.258614+0000 mgr.a (mgr.24293) 8541 : 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-07T13:23:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:24 smithi044 bash[32620]: cluster 2023-12-07T13:23:23.259188+0000 mgr.a (mgr.24293) 8542 : 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-07T13:23:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:24 smithi022 bash[28554]: cluster 2023-12-07T13:23:23.259188+0000 mgr.a (mgr.24293) 8542 : 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-07T13:23:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:24 smithi027 bash[31536]: cluster 2023-12-07T13:23:23.259188+0000 mgr.a (mgr.24293) 8542 : 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-07T13:23:25.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:25.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:25.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:26 smithi044 bash[32620]: cluster 2023-12-07T13:23:25.259735+0000 mgr.a (mgr.24293) 8543 : 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-07T13:23:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:26 smithi022 bash[28554]: cluster 2023-12-07T13:23:25.259735+0000 mgr.a (mgr.24293) 8543 : 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-07T13:23:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:26 smithi027 bash[31536]: cluster 2023-12-07T13:23:25.259735+0000 mgr.a (mgr.24293) 8543 : 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-07T13:23:26.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:26.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:26.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:26.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:26.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:27 smithi044 bash[32620]: audit 2023-12-07T13:23:26.227440+0000 mgr.a (mgr.24293) 8544 : audit 0 from='client.176883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:27 smithi022 bash[28554]: audit 2023-12-07T13:23:26.227440+0000 mgr.a (mgr.24293) 8544 : audit 0 from='client.176883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:27.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:27 smithi027 bash[31536]: audit 2023-12-07T13:23:26.227440+0000 mgr.a (mgr.24293) 8544 : audit 0 from='client.176883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:28 smithi044 bash[32620]: cluster 2023-12-07T13:23:27.260739+0000 mgr.a (mgr.24293) 8545 : 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-07T13:23:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:28 smithi022 bash[28554]: cluster 2023-12-07T13:23:27.260739+0000 mgr.a (mgr.24293) 8545 : 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-07T13:23:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:28 smithi027 bash[31536]: cluster 2023-12-07T13:23:27.260739+0000 mgr.a (mgr.24293) 8545 : 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-07T13:23:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:30 smithi044 bash[32620]: cluster 2023-12-07T13:23:29.261330+0000 mgr.a (mgr.24293) 8546 : cluster 0 pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:30 smithi022 bash[28554]: cluster 2023-12-07T13:23:29.261330+0000 mgr.a (mgr.24293) 8546 : cluster 0 pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:30 smithi027 bash[31536]: cluster 2023-12-07T13:23:29.261330+0000 mgr.a (mgr.24293) 8546 : cluster 0 pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:31.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:31.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:31.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:32 smithi044 bash[32620]: cluster 2023-12-07T13:23:31.262105+0000 mgr.a (mgr.24293) 8547 : cluster 0 pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:32 smithi022 bash[28554]: cluster 2023-12-07T13:23:31.262105+0000 mgr.a (mgr.24293) 8547 : cluster 0 pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:32 smithi027 bash[31536]: cluster 2023-12-07T13:23:31.262105+0000 mgr.a (mgr.24293) 8547 : cluster 0 pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:32.703 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:33 smithi044 bash[32620]: audit 2023-12-07T13:23:32.174463+0000 mgr.a (mgr.24293) 8548 : audit 0 from='client.176958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:33 smithi022 bash[28554]: audit 2023-12-07T13:23:32.174463+0000 mgr.a (mgr.24293) 8548 : audit 0 from='client.176958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:33 smithi027 bash[31536]: audit 2023-12-07T13:23:32.174463+0000 mgr.a (mgr.24293) 8548 : audit 0 from='client.176958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:34 smithi044 bash[32620]: cluster 2023-12-07T13:23:33.262923+0000 mgr.a (mgr.24293) 8549 : 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-07T13:23:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:34 smithi044 bash[32620]: audit 2023-12-07T13:23:33.740198+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:23:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:34 smithi044 bash[32620]: audit 2023-12-07T13:23:34.268514+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:34 smithi044 bash[32620]: audit 2023-12-07T13:23:34.274497+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:34 smithi022 bash[28554]: cluster 2023-12-07T13:23:33.262923+0000 mgr.a (mgr.24293) 8549 : 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-07T13:23:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:34 smithi022 bash[28554]: audit 2023-12-07T13:23:33.740198+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:23:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:34 smithi022 bash[28554]: audit 2023-12-07T13:23:34.268514+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:34 smithi022 bash[28554]: audit 2023-12-07T13:23:34.274497+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:34 smithi027 bash[31536]: cluster 2023-12-07T13:23:33.262923+0000 mgr.a (mgr.24293) 8549 : 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-07T13:23:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:34 smithi027 bash[31536]: audit 2023-12-07T13:23:33.740198+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:23:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:34 smithi027 bash[31536]: audit 2023-12-07T13:23:34.268514+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:34 smithi027 bash[31536]: audit 2023-12-07T13:23:34.274497+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:35 smithi044 bash[32620]: audit 2023-12-07T13:23:35.057895+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:23:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:35 smithi044 bash[32620]: audit 2023-12-07T13:23:35.059778+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:23:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:35 smithi044 bash[32620]: audit 2023-12-07T13:23:35.070043+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:35 smithi022 bash[28554]: audit 2023-12-07T13:23:35.057895+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:23:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:35 smithi022 bash[28554]: audit 2023-12-07T13:23:35.059778+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:23:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:35 smithi022 bash[28554]: audit 2023-12-07T13:23:35.070043+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:35 smithi027 bash[31536]: audit 2023-12-07T13:23:35.057895+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:23:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:35 smithi027 bash[31536]: audit 2023-12-07T13:23:35.059778+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:23:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:35 smithi027 bash[31536]: audit 2023-12-07T13:23:35.070043+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:23:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:36 smithi044 bash[32620]: cluster 2023-12-07T13:23:35.263561+0000 mgr.a (mgr.24293) 8550 : 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-07T13:23:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:36 smithi022 bash[28554]: cluster 2023-12-07T13:23:35.263561+0000 mgr.a (mgr.24293) 8550 : 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-07T13:23:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:36 smithi027 bash[31536]: cluster 2023-12-07T13:23:35.263561+0000 mgr.a (mgr.24293) 8550 : 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-07T13:23:37.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:37.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:37.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:38 smithi044 bash[32620]: cluster 2023-12-07T13:23:37.264391+0000 mgr.a (mgr.24293) 8551 : 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-07T13:23:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:38 smithi022 bash[28554]: cluster 2023-12-07T13:23:37.264391+0000 mgr.a (mgr.24293) 8551 : 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-07T13:23:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:38 smithi027 bash[31536]: cluster 2023-12-07T13:23:37.264391+0000 mgr.a (mgr.24293) 8551 : 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-07T13:23:38.647 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:38.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:38.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:38.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:38.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:39 smithi044 bash[32620]: audit 2023-12-07T13:23:38.117050+0000 mgr.a (mgr.24293) 8552 : audit 0 from='client.177030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:39 smithi022 bash[28554]: audit 2023-12-07T13:23:38.117050+0000 mgr.a (mgr.24293) 8552 : audit 0 from='client.177030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:39 smithi027 bash[31536]: audit 2023-12-07T13:23:38.117050+0000 mgr.a (mgr.24293) 8552 : audit 0 from='client.177030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:40 smithi044 bash[32620]: cluster 2023-12-07T13:23:39.265158+0000 mgr.a (mgr.24293) 8553 : 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-07T13:23:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:40 smithi022 bash[28554]: cluster 2023-12-07T13:23:39.265158+0000 mgr.a (mgr.24293) 8553 : 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-07T13:23:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:40 smithi027 bash[31536]: cluster 2023-12-07T13:23:39.265158+0000 mgr.a (mgr.24293) 8553 : 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-07T13:23:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:42 smithi044 bash[32620]: cluster 2023-12-07T13:23:41.265963+0000 mgr.a (mgr.24293) 8554 : 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-07T13:23:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:42 smithi022 bash[28554]: cluster 2023-12-07T13:23:41.265963+0000 mgr.a (mgr.24293) 8554 : 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-07T13:23:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:42 smithi027 bash[31536]: cluster 2023-12-07T13:23:41.265963+0000 mgr.a (mgr.24293) 8554 : 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-07T13:23:43.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:43.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:43.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:44.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:44 smithi044 bash[32620]: cluster 2023-12-07T13:23:43.266525+0000 mgr.a (mgr.24293) 8555 : 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-07T13:23:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:44 smithi044 bash[32620]: audit 2023-12-07T13:23:44.059395+0000 mgr.a (mgr.24293) 8556 : audit 0 from='client.177108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:44 smithi022 bash[28554]: cluster 2023-12-07T13:23:43.266525+0000 mgr.a (mgr.24293) 8555 : 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-07T13:23:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:44 smithi022 bash[28554]: audit 2023-12-07T13:23:44.059395+0000 mgr.a (mgr.24293) 8556 : audit 0 from='client.177108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:44 smithi027 bash[31536]: cluster 2023-12-07T13:23:43.266525+0000 mgr.a (mgr.24293) 8555 : 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-07T13:23:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:44 smithi027 bash[31536]: audit 2023-12-07T13:23:44.059395+0000 mgr.a (mgr.24293) 8556 : audit 0 from='client.177108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:46 smithi044 bash[32620]: cluster 2023-12-07T13:23:45.267221+0000 mgr.a (mgr.24293) 8557 : 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-07T13:23:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:46 smithi022 bash[28554]: cluster 2023-12-07T13:23:45.267221+0000 mgr.a (mgr.24293) 8557 : 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-07T13:23:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:46 smithi027 bash[31536]: cluster 2023-12-07T13:23:45.267221+0000 mgr.a (mgr.24293) 8557 : 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-07T13:23:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:48 smithi044 bash[32620]: cluster 2023-12-07T13:23:47.268062+0000 mgr.a (mgr.24293) 8558 : 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-07T13:23:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:48 smithi022 bash[28554]: cluster 2023-12-07T13:23:47.268062+0000 mgr.a (mgr.24293) 8558 : 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-07T13:23:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:48 smithi027 bash[31536]: cluster 2023-12-07T13:23:47.268062+0000 mgr.a (mgr.24293) 8558 : 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-07T13:23:49.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:49.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:49.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:50.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:50.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:50.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:50.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:50.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:50 smithi044 bash[32620]: cluster 2023-12-07T13:23:49.268595+0000 mgr.a (mgr.24293) 8559 : 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-07T13:23:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:50 smithi044 bash[32620]: audit 2023-12-07T13:23:49.997329+0000 mgr.a (mgr.24293) 8560 : audit 0 from='client.177186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:50 smithi022 bash[28554]: cluster 2023-12-07T13:23:49.268595+0000 mgr.a (mgr.24293) 8559 : 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-07T13:23:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:50 smithi022 bash[28554]: audit 2023-12-07T13:23:49.997329+0000 mgr.a (mgr.24293) 8560 : audit 0 from='client.177186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:50 smithi027 bash[31536]: cluster 2023-12-07T13:23:49.268595+0000 mgr.a (mgr.24293) 8559 : 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-07T13:23:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:50 smithi027 bash[31536]: audit 2023-12-07T13:23:49.997329+0000 mgr.a (mgr.24293) 8560 : audit 0 from='client.177186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:52 smithi044 bash[32620]: cluster 2023-12-07T13:23:51.269787+0000 mgr.a (mgr.24293) 8561 : cluster 0 pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:23:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:52 smithi022 bash[28554]: cluster 2023-12-07T13:23:51.269787+0000 mgr.a (mgr.24293) 8561 : cluster 0 pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:23:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:52 smithi027 bash[31536]: cluster 2023-12-07T13:23:51.269787+0000 mgr.a (mgr.24293) 8561 : cluster 0 pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:23:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:54 smithi044 bash[32620]: cluster 2023-12-07T13:23:53.270526+0000 mgr.a (mgr.24293) 8562 : cluster 0 pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:54 smithi022 bash[28554]: cluster 2023-12-07T13:23:53.270526+0000 mgr.a (mgr.24293) 8562 : cluster 0 pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:54 smithi027 bash[31536]: cluster 2023-12-07T13:23:53.270526+0000 mgr.a (mgr.24293) 8562 : cluster 0 pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:55.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:23:55.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:55.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:56.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:23:56.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:56.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:56.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:56.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:23:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:56 smithi044 bash[32620]: cluster 2023-12-07T13:23:55.271250+0000 mgr.a (mgr.24293) 8563 : cluster 0 pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:56 smithi044 bash[32620]: audit 2023-12-07T13:23:55.941635+0000 mgr.a (mgr.24293) 8564 : audit 0 from='client.177255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:56 smithi022 bash[28554]: cluster 2023-12-07T13:23:55.271250+0000 mgr.a (mgr.24293) 8563 : cluster 0 pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:56 smithi022 bash[28554]: audit 2023-12-07T13:23:55.941635+0000 mgr.a (mgr.24293) 8564 : audit 0 from='client.177255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:56 smithi027 bash[31536]: cluster 2023-12-07T13:23:55.271250+0000 mgr.a (mgr.24293) 8563 : cluster 0 pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:56 smithi027 bash[31536]: audit 2023-12-07T13:23:55.941635+0000 mgr.a (mgr.24293) 8564 : audit 0 from='client.177255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:23:58 smithi044 bash[32620]: cluster 2023-12-07T13:23:57.272371+0000 mgr.a (mgr.24293) 8565 : 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-07T13:23:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:23:58 smithi022 bash[28554]: cluster 2023-12-07T13:23:57.272371+0000 mgr.a (mgr.24293) 8565 : 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-07T13:23:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:23:58 smithi027 bash[31536]: cluster 2023-12-07T13:23:57.272371+0000 mgr.a (mgr.24293) 8565 : 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-07T13:24:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:00 smithi044 bash[32620]: cluster 2023-12-07T13:23:59.272934+0000 mgr.a (mgr.24293) 8566 : 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-07T13:24:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:00 smithi022 bash[28554]: cluster 2023-12-07T13:23:59.272934+0000 mgr.a (mgr.24293) 8566 : 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-07T13:24:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:00 smithi027 bash[31536]: cluster 2023-12-07T13:23:59.272934+0000 mgr.a (mgr.24293) 8566 : 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-07T13:24:01.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:01.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:01.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:02.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:02.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:02.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:02.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:02.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:02 smithi044 bash[32620]: cluster 2023-12-07T13:24:01.273721+0000 mgr.a (mgr.24293) 8567 : 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-07T13:24:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:02 smithi044 bash[32620]: audit 2023-12-07T13:24:01.860703+0000 mgr.a (mgr.24293) 8568 : audit 0 from='client.177330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:02 smithi022 bash[28554]: cluster 2023-12-07T13:24:01.273721+0000 mgr.a (mgr.24293) 8567 : 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-07T13:24:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:02 smithi022 bash[28554]: audit 2023-12-07T13:24:01.860703+0000 mgr.a (mgr.24293) 8568 : audit 0 from='client.177330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:02 smithi027 bash[31536]: cluster 2023-12-07T13:24:01.273721+0000 mgr.a (mgr.24293) 8567 : 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-07T13:24:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:02 smithi027 bash[31536]: audit 2023-12-07T13:24:01.860703+0000 mgr.a (mgr.24293) 8568 : audit 0 from='client.177330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:04 smithi044 bash[32620]: cluster 2023-12-07T13:24:03.274441+0000 mgr.a (mgr.24293) 8569 : cluster 0 pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:24:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:04 smithi022 bash[28554]: cluster 2023-12-07T13:24:03.274441+0000 mgr.a (mgr.24293) 8569 : cluster 0 pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:24:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:04 smithi027 bash[31536]: cluster 2023-12-07T13:24:03.274441+0000 mgr.a (mgr.24293) 8569 : cluster 0 pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:24:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:06 smithi044 bash[32620]: cluster 2023-12-07T13:24:05.275055+0000 mgr.a (mgr.24293) 8570 : cluster 0 pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:24:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:06 smithi022 bash[28554]: cluster 2023-12-07T13:24:05.275055+0000 mgr.a (mgr.24293) 8570 : cluster 0 pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:24:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:06 smithi027 bash[31536]: cluster 2023-12-07T13:24:05.275055+0000 mgr.a (mgr.24293) 8570 : cluster 0 pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:24:07.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:07.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:07.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:08.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:08.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:08.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:08.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:08.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:08 smithi044 bash[32620]: cluster 2023-12-07T13:24:07.275898+0000 mgr.a (mgr.24293) 8571 : cluster 0 pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:24:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:08 smithi044 bash[32620]: audit 2023-12-07T13:24:07.817699+0000 mgr.a (mgr.24293) 8572 : audit 0 from='client.177405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:08 smithi022 bash[28554]: cluster 2023-12-07T13:24:07.275898+0000 mgr.a (mgr.24293) 8571 : cluster 0 pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:24:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:08 smithi022 bash[28554]: audit 2023-12-07T13:24:07.817699+0000 mgr.a (mgr.24293) 8572 : audit 0 from='client.177405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:08 smithi027 bash[31536]: cluster 2023-12-07T13:24:07.275898+0000 mgr.a (mgr.24293) 8571 : cluster 0 pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:24:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:08 smithi027 bash[31536]: audit 2023-12-07T13:24:07.817699+0000 mgr.a (mgr.24293) 8572 : audit 0 from='client.177405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:10 smithi044 bash[32620]: cluster 2023-12-07T13:24:09.276525+0000 mgr.a (mgr.24293) 8573 : 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-07T13:24:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:10 smithi022 bash[28554]: cluster 2023-12-07T13:24:09.276525+0000 mgr.a (mgr.24293) 8573 : 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-07T13:24:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:10 smithi027 bash[31536]: cluster 2023-12-07T13:24:09.276525+0000 mgr.a (mgr.24293) 8573 : 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-07T13:24:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:12 smithi044 bash[32620]: cluster 2023-12-07T13:24:11.277321+0000 mgr.a (mgr.24293) 8574 : 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-07T13:24:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:12 smithi022 bash[28554]: cluster 2023-12-07T13:24:11.277321+0000 mgr.a (mgr.24293) 8574 : 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-07T13:24:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:12 smithi027 bash[31536]: cluster 2023-12-07T13:24:11.277321+0000 mgr.a (mgr.24293) 8574 : 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-07T13:24:13.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:13.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:13.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:14.281 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:14.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:14.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:14.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:14.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:14 smithi022 bash[28554]: cluster 2023-12-07T13:24:13.277869+0000 mgr.a (mgr.24293) 8575 : 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-07T13:24:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:14 smithi022 bash[28554]: audit 2023-12-07T13:24:13.747622+0000 mgr.a (mgr.24293) 8576 : audit 0 from='client.177483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:14 smithi044 bash[32620]: cluster 2023-12-07T13:24:13.277869+0000 mgr.a (mgr.24293) 8575 : 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-07T13:24:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:14 smithi044 bash[32620]: audit 2023-12-07T13:24:13.747622+0000 mgr.a (mgr.24293) 8576 : audit 0 from='client.177483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:14 smithi027 bash[31536]: cluster 2023-12-07T13:24:13.277869+0000 mgr.a (mgr.24293) 8575 : 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-07T13:24:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:14 smithi027 bash[31536]: audit 2023-12-07T13:24:13.747622+0000 mgr.a (mgr.24293) 8576 : audit 0 from='client.177483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:16 smithi044 bash[32620]: cluster 2023-12-07T13:24:15.278534+0000 mgr.a (mgr.24293) 8577 : 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-07T13:24:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:16 smithi022 bash[28554]: cluster 2023-12-07T13:24:15.278534+0000 mgr.a (mgr.24293) 8577 : 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-07T13:24:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:16 smithi027 bash[31536]: cluster 2023-12-07T13:24:15.278534+0000 mgr.a (mgr.24293) 8577 : 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-07T13:24:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:18 smithi044 bash[32620]: cluster 2023-12-07T13:24:17.279385+0000 mgr.a (mgr.24293) 8578 : 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-07T13:24:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:18 smithi022 bash[28554]: cluster 2023-12-07T13:24:17.279385+0000 mgr.a (mgr.24293) 8578 : 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-07T13:24:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:18 smithi027 bash[31536]: cluster 2023-12-07T13:24:17.279385+0000 mgr.a (mgr.24293) 8578 : 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-07T13:24:19.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:19.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:19.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:20.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:20 smithi044 bash[32620]: cluster 2023-12-07T13:24:19.279948+0000 mgr.a (mgr.24293) 8579 : 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-07T13:24:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:20 smithi044 bash[32620]: audit 2023-12-07T13:24:19.694840+0000 mgr.a (mgr.24293) 8580 : audit 0 from='client.177558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:20 smithi022 bash[28554]: cluster 2023-12-07T13:24:19.279948+0000 mgr.a (mgr.24293) 8579 : 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-07T13:24:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:20 smithi022 bash[28554]: audit 2023-12-07T13:24:19.694840+0000 mgr.a (mgr.24293) 8580 : audit 0 from='client.177558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:20 smithi027 bash[31536]: cluster 2023-12-07T13:24:19.279948+0000 mgr.a (mgr.24293) 8579 : 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-07T13:24:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:20 smithi027 bash[31536]: audit 2023-12-07T13:24:19.694840+0000 mgr.a (mgr.24293) 8580 : audit 0 from='client.177558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:22 smithi044 bash[32620]: cluster 2023-12-07T13:24:21.280772+0000 mgr.a (mgr.24293) 8581 : cluster 0 pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:24:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:22 smithi022 bash[28554]: cluster 2023-12-07T13:24:21.280772+0000 mgr.a (mgr.24293) 8581 : cluster 0 pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:24:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:22 smithi027 bash[31536]: cluster 2023-12-07T13:24:21.280772+0000 mgr.a (mgr.24293) 8581 : cluster 0 pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:24:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:24 smithi044 bash[32620]: cluster 2023-12-07T13:24:23.281326+0000 mgr.a (mgr.24293) 8582 : cluster 0 pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:24 smithi022 bash[28554]: cluster 2023-12-07T13:24:23.281326+0000 mgr.a (mgr.24293) 8582 : cluster 0 pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:24 smithi027 bash[31536]: cluster 2023-12-07T13:24:23.281326+0000 mgr.a (mgr.24293) 8582 : cluster 0 pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:25.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:25.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:25.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:26.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:26 smithi044 bash[32620]: cluster 2023-12-07T13:24:25.281882+0000 mgr.a (mgr.24293) 8583 : cluster 0 pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:26 smithi044 bash[32620]: audit 2023-12-07T13:24:25.648743+0000 mgr.a (mgr.24293) 8584 : audit 0 from='client.177636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:26 smithi022 bash[28554]: cluster 2023-12-07T13:24:25.281882+0000 mgr.a (mgr.24293) 8583 : cluster 0 pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:26 smithi022 bash[28554]: audit 2023-12-07T13:24:25.648743+0000 mgr.a (mgr.24293) 8584 : audit 0 from='client.177636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:26 smithi027 bash[31536]: cluster 2023-12-07T13:24:25.281882+0000 mgr.a (mgr.24293) 8583 : cluster 0 pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:26 smithi027 bash[31536]: audit 2023-12-07T13:24:25.648743+0000 mgr.a (mgr.24293) 8584 : audit 0 from='client.177636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:28 smithi044 bash[32620]: cluster 2023-12-07T13:24:27.282896+0000 mgr.a (mgr.24293) 8585 : 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-07T13:24:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:28 smithi022 bash[28554]: cluster 2023-12-07T13:24:27.282896+0000 mgr.a (mgr.24293) 8585 : 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-07T13:24:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:28 smithi027 bash[31536]: cluster 2023-12-07T13:24:27.282896+0000 mgr.a (mgr.24293) 8585 : 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-07T13:24:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:30 smithi044 bash[32620]: cluster 2023-12-07T13:24:29.283418+0000 mgr.a (mgr.24293) 8586 : 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-07T13:24:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:30 smithi022 bash[28554]: cluster 2023-12-07T13:24:29.283418+0000 mgr.a (mgr.24293) 8586 : 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-07T13:24:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:30 smithi027 bash[31536]: cluster 2023-12-07T13:24:29.283418+0000 mgr.a (mgr.24293) 8586 : 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-07T13:24:31.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:31.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:31.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:32.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:32 smithi044 bash[32620]: cluster 2023-12-07T13:24:31.284117+0000 mgr.a (mgr.24293) 8587 : 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-07T13:24:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:32 smithi044 bash[32620]: audit 2023-12-07T13:24:31.582552+0000 mgr.a (mgr.24293) 8588 : audit 0 from='client.177708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:32 smithi022 bash[28554]: cluster 2023-12-07T13:24:31.284117+0000 mgr.a (mgr.24293) 8587 : 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-07T13:24:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:32 smithi022 bash[28554]: audit 2023-12-07T13:24:31.582552+0000 mgr.a (mgr.24293) 8588 : audit 0 from='client.177708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:32 smithi027 bash[31536]: cluster 2023-12-07T13:24:31.284117+0000 mgr.a (mgr.24293) 8587 : 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-07T13:24:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:32 smithi027 bash[31536]: audit 2023-12-07T13:24:31.582552+0000 mgr.a (mgr.24293) 8588 : audit 0 from='client.177708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:34 smithi044 bash[32620]: cluster 2023-12-07T13:24:33.284755+0000 mgr.a (mgr.24293) 8589 : cluster 0 pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:34 smithi022 bash[28554]: cluster 2023-12-07T13:24:33.284755+0000 mgr.a (mgr.24293) 8589 : cluster 0 pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:34 smithi027 bash[31536]: cluster 2023-12-07T13:24:33.284755+0000 mgr.a (mgr.24293) 8589 : cluster 0 pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:35 smithi022 bash[28554]: audit 2023-12-07T13:24:35.173425+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:24:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:35 smithi044 bash[32620]: audit 2023-12-07T13:24:35.173425+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:24:35.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:35 smithi027 bash[31536]: audit 2023-12-07T13:24:35.173425+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:24:37.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: cluster 2023-12-07T13:24:35.285321+0000 mgr.a (mgr.24293) 8590 : cluster 0 pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:35.702848+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:35.709078+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:35.714478+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:35.719756+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:36.454082+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:36.455885+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:36 smithi044 bash[32620]: audit 2023-12-07T13:24:36.464973+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: cluster 2023-12-07T13:24:35.285321+0000 mgr.a (mgr.24293) 8590 : cluster 0 pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:35.702848+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:35.709078+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:35.714478+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:35.719756+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:36.454082+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:36.455885+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:24:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:36 smithi022 bash[28554]: audit 2023-12-07T13:24:36.464973+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: cluster 2023-12-07T13:24:35.285321+0000 mgr.a (mgr.24293) 8590 : cluster 0 pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:35.702848+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:35.709078+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:35.714478+0000 mon.a (mon.0) 1649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:35.719756+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:36.454082+0000 mon.a (mon.0) 1651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:36.455885+0000 mon.a (mon.0) 1652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:24:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:36 smithi027 bash[31536]: audit 2023-12-07T13:24:36.464973+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:24:38.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:38.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:38.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:38.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:38.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:38 smithi022 bash[28554]: cluster 2023-12-07T13:24:37.286098+0000 mgr.a (mgr.24293) 8591 : cluster 0 pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:38 smithi022 bash[28554]: audit 2023-12-07T13:24:37.525047+0000 mgr.a (mgr.24293) 8592 : audit 0 from='client.177783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:38 smithi027 bash[31536]: cluster 2023-12-07T13:24:37.286098+0000 mgr.a (mgr.24293) 8591 : cluster 0 pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:38 smithi027 bash[31536]: audit 2023-12-07T13:24:37.525047+0000 mgr.a (mgr.24293) 8592 : audit 0 from='client.177783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:38 smithi044 bash[32620]: cluster 2023-12-07T13:24:37.286098+0000 mgr.a (mgr.24293) 8591 : cluster 0 pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:38 smithi044 bash[32620]: audit 2023-12-07T13:24:37.525047+0000 mgr.a (mgr.24293) 8592 : audit 0 from='client.177783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:40 smithi044 bash[32620]: cluster 2023-12-07T13:24:39.286887+0000 mgr.a (mgr.24293) 8593 : 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-07T13:24:40.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:40 smithi022 bash[28554]: cluster 2023-12-07T13:24:39.286887+0000 mgr.a (mgr.24293) 8593 : 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-07T13:24:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:40 smithi027 bash[31536]: cluster 2023-12-07T13:24:39.286887+0000 mgr.a (mgr.24293) 8593 : 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-07T13:24:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:42 smithi044 bash[32620]: cluster 2023-12-07T13:24:41.287963+0000 mgr.a (mgr.24293) 8594 : 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-07T13:24:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:42 smithi022 bash[28554]: cluster 2023-12-07T13:24:41.287963+0000 mgr.a (mgr.24293) 8594 : 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-07T13:24:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:42 smithi027 bash[31536]: cluster 2023-12-07T13:24:41.287963+0000 mgr.a (mgr.24293) 8594 : 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-07T13:24:43.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:43.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:43.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:43.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:43.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:43.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:43.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:43.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:44 smithi044 bash[32620]: cluster 2023-12-07T13:24:43.288546+0000 mgr.a (mgr.24293) 8595 : 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-07T13:24:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:44 smithi044 bash[32620]: audit 2023-12-07T13:24:43.469239+0000 mgr.a (mgr.24293) 8596 : audit 0 from='client.177861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:44 smithi022 bash[28554]: cluster 2023-12-07T13:24:43.288546+0000 mgr.a (mgr.24293) 8595 : 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-07T13:24:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:44 smithi022 bash[28554]: audit 2023-12-07T13:24:43.469239+0000 mgr.a (mgr.24293) 8596 : audit 0 from='client.177861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:44 smithi027 bash[31536]: cluster 2023-12-07T13:24:43.288546+0000 mgr.a (mgr.24293) 8595 : 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-07T13:24:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:44 smithi027 bash[31536]: audit 2023-12-07T13:24:43.469239+0000 mgr.a (mgr.24293) 8596 : audit 0 from='client.177861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:46.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:46 smithi044 bash[32620]: cluster 2023-12-07T13:24:45.289211+0000 mgr.a (mgr.24293) 8597 : 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-07T13:24:46.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:46 smithi022 bash[28554]: cluster 2023-12-07T13:24:45.289211+0000 mgr.a (mgr.24293) 8597 : 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-07T13:24:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:46 smithi027 bash[31536]: cluster 2023-12-07T13:24:45.289211+0000 mgr.a (mgr.24293) 8597 : 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-07T13:24:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:48 smithi027 bash[31536]: cluster 2023-12-07T13:24:47.290062+0000 mgr.a (mgr.24293) 8598 : 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-07T13:24:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:48 smithi044 bash[32620]: cluster 2023-12-07T13:24:47.290062+0000 mgr.a (mgr.24293) 8598 : 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-07T13:24:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:48 smithi022 bash[28554]: cluster 2023-12-07T13:24:47.290062+0000 mgr.a (mgr.24293) 8598 : 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-07T13:24:48.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:48.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:48.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:49.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:49.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:49.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:49.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:49.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:50 smithi044 bash[32620]: cluster 2023-12-07T13:24:49.290720+0000 mgr.a (mgr.24293) 8599 : 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-07T13:24:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:50 smithi044 bash[32620]: audit 2023-12-07T13:24:49.397607+0000 mgr.a (mgr.24293) 8600 : audit 0 from='client.177933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:50 smithi022 bash[28554]: cluster 2023-12-07T13:24:49.290720+0000 mgr.a (mgr.24293) 8599 : 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-07T13:24:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:50 smithi022 bash[28554]: audit 2023-12-07T13:24:49.397607+0000 mgr.a (mgr.24293) 8600 : audit 0 from='client.177933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:50 smithi027 bash[31536]: cluster 2023-12-07T13:24:49.290720+0000 mgr.a (mgr.24293) 8599 : 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-07T13:24:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:50 smithi027 bash[31536]: audit 2023-12-07T13:24:49.397607+0000 mgr.a (mgr.24293) 8600 : audit 0 from='client.177933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:52 smithi044 bash[32620]: cluster 2023-12-07T13:24:51.291812+0000 mgr.a (mgr.24293) 8601 : 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-07T13:24:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:52 smithi022 bash[28554]: cluster 2023-12-07T13:24:51.291812+0000 mgr.a (mgr.24293) 8601 : 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-07T13:24:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:52 smithi027 bash[31536]: cluster 2023-12-07T13:24:51.291812+0000 mgr.a (mgr.24293) 8601 : 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-07T13:24:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:54 smithi044 bash[32620]: cluster 2023-12-07T13:24:53.292435+0000 mgr.a (mgr.24293) 8602 : 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-07T13:24:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:54 smithi022 bash[28554]: cluster 2023-12-07T13:24:53.292435+0000 mgr.a (mgr.24293) 8602 : 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-07T13:24:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:54 smithi027 bash[31536]: cluster 2023-12-07T13:24:53.292435+0000 mgr.a (mgr.24293) 8602 : 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-07T13:24:54.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:24:54.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:54.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:55.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:24:55.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:55.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:55.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:55.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:24:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:56 smithi044 bash[32620]: cluster 2023-12-07T13:24:55.292969+0000 mgr.a (mgr.24293) 8603 : 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-07T13:24:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:56 smithi044 bash[32620]: audit 2023-12-07T13:24:55.308650+0000 mgr.a (mgr.24293) 8604 : audit 0 from='client.178011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:56 smithi022 bash[28554]: cluster 2023-12-07T13:24:55.292969+0000 mgr.a (mgr.24293) 8603 : 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-07T13:24:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:56 smithi022 bash[28554]: audit 2023-12-07T13:24:55.308650+0000 mgr.a (mgr.24293) 8604 : audit 0 from='client.178011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:56 smithi027 bash[31536]: cluster 2023-12-07T13:24:55.292969+0000 mgr.a (mgr.24293) 8603 : 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-07T13:24:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:56 smithi027 bash[31536]: audit 2023-12-07T13:24:55.308650+0000 mgr.a (mgr.24293) 8604 : audit 0 from='client.178011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:24:58 smithi027 bash[31536]: cluster 2023-12-07T13:24:57.293945+0000 mgr.a (mgr.24293) 8605 : 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-07T13:24:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:24:58 smithi044 bash[32620]: cluster 2023-12-07T13:24:57.293945+0000 mgr.a (mgr.24293) 8605 : 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-07T13:24:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:24:58 smithi022 bash[28554]: cluster 2023-12-07T13:24:57.293945+0000 mgr.a (mgr.24293) 8605 : 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-07T13:25:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:00 smithi044 bash[32620]: cluster 2023-12-07T13:24:59.294452+0000 mgr.a (mgr.24293) 8606 : 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-07T13:25:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:00 smithi022 bash[28554]: cluster 2023-12-07T13:24:59.294452+0000 mgr.a (mgr.24293) 8606 : 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-07T13:25:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:00 smithi027 bash[31536]: cluster 2023-12-07T13:24:59.294452+0000 mgr.a (mgr.24293) 8606 : 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-07T13:25:00.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:00.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:00.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:01.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:01.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:01.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:01.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:01.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:02 smithi022 bash[28554]: audit 2023-12-07T13:25:01.260479+0000 mgr.a (mgr.24293) 8607 : audit 0 from='client.178083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:02 smithi022 bash[28554]: cluster 2023-12-07T13:25:01.295692+0000 mgr.a (mgr.24293) 8608 : 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-07T13:25:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:02 smithi044 bash[32620]: audit 2023-12-07T13:25:01.260479+0000 mgr.a (mgr.24293) 8607 : audit 0 from='client.178083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:02 smithi044 bash[32620]: cluster 2023-12-07T13:25:01.295692+0000 mgr.a (mgr.24293) 8608 : 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-07T13:25:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:02 smithi027 bash[31536]: audit 2023-12-07T13:25:01.260479+0000 mgr.a (mgr.24293) 8607 : audit 0 from='client.178083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:02 smithi027 bash[31536]: cluster 2023-12-07T13:25:01.295692+0000 mgr.a (mgr.24293) 8608 : 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-07T13:25:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:04 smithi044 bash[32620]: cluster 2023-12-07T13:25:03.296505+0000 mgr.a (mgr.24293) 8609 : 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-07T13:25:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:04 smithi022 bash[28554]: cluster 2023-12-07T13:25:03.296505+0000 mgr.a (mgr.24293) 8609 : 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-07T13:25:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:04 smithi027 bash[31536]: cluster 2023-12-07T13:25:03.296505+0000 mgr.a (mgr.24293) 8609 : 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-07T13:25:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:06 smithi044 bash[32620]: cluster 2023-12-07T13:25:05.297235+0000 mgr.a (mgr.24293) 8610 : 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-07T13:25:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:06 smithi022 bash[28554]: cluster 2023-12-07T13:25:05.297235+0000 mgr.a (mgr.24293) 8610 : 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-07T13:25:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:06 smithi027 bash[31536]: cluster 2023-12-07T13:25:05.297235+0000 mgr.a (mgr.24293) 8610 : 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-07T13:25:06.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:06.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:06.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:07.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:07.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:07.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:07.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:07.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:08 smithi027 bash[31536]: audit 2023-12-07T13:25:07.199533+0000 mgr.a (mgr.24293) 8611 : audit 0 from='client.178161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:08 smithi027 bash[31536]: cluster 2023-12-07T13:25:07.298226+0000 mgr.a (mgr.24293) 8612 : 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-07T13:25:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:08 smithi044 bash[32620]: audit 2023-12-07T13:25:07.199533+0000 mgr.a (mgr.24293) 8611 : audit 0 from='client.178161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:08 smithi044 bash[32620]: cluster 2023-12-07T13:25:07.298226+0000 mgr.a (mgr.24293) 8612 : 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-07T13:25:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:08 smithi022 bash[28554]: audit 2023-12-07T13:25:07.199533+0000 mgr.a (mgr.24293) 8611 : audit 0 from='client.178161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:08 smithi022 bash[28554]: cluster 2023-12-07T13:25:07.298226+0000 mgr.a (mgr.24293) 8612 : 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-07T13:25:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:10 smithi044 bash[32620]: cluster 2023-12-07T13:25:09.298860+0000 mgr.a (mgr.24293) 8613 : 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-07T13:25:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:10 smithi022 bash[28554]: cluster 2023-12-07T13:25:09.298860+0000 mgr.a (mgr.24293) 8613 : 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-07T13:25:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:10 smithi027 bash[31536]: cluster 2023-12-07T13:25:09.298860+0000 mgr.a (mgr.24293) 8613 : 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-07T13:25:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:12 smithi044 bash[32620]: cluster 2023-12-07T13:25:11.299711+0000 mgr.a (mgr.24293) 8614 : 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-07T13:25:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:12 smithi022 bash[28554]: cluster 2023-12-07T13:25:11.299711+0000 mgr.a (mgr.24293) 8614 : 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-07T13:25:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:12 smithi027 bash[31536]: cluster 2023-12-07T13:25:11.299711+0000 mgr.a (mgr.24293) 8614 : 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-07T13:25:12.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:12.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:12.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:13.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:13.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:13.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:13.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:14 smithi044 bash[32620]: audit 2023-12-07T13:25:13.134893+0000 mgr.a (mgr.24293) 8615 : audit 0 from='client.178239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:14 smithi044 bash[32620]: cluster 2023-12-07T13:25:13.300509+0000 mgr.a (mgr.24293) 8616 : 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-07T13:25:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:14 smithi022 bash[28554]: audit 2023-12-07T13:25:13.134893+0000 mgr.a (mgr.24293) 8615 : audit 0 from='client.178239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:14 smithi022 bash[28554]: cluster 2023-12-07T13:25:13.300509+0000 mgr.a (mgr.24293) 8616 : 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-07T13:25:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:14 smithi027 bash[31536]: audit 2023-12-07T13:25:13.134893+0000 mgr.a (mgr.24293) 8615 : audit 0 from='client.178239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:14 smithi027 bash[31536]: cluster 2023-12-07T13:25:13.300509+0000 mgr.a (mgr.24293) 8616 : 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-07T13:25:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:16 smithi044 bash[32620]: cluster 2023-12-07T13:25:15.301197+0000 mgr.a (mgr.24293) 8617 : 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-07T13:25:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:16 smithi022 bash[28554]: cluster 2023-12-07T13:25:15.301197+0000 mgr.a (mgr.24293) 8617 : 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-07T13:25:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:16 smithi027 bash[31536]: cluster 2023-12-07T13:25:15.301197+0000 mgr.a (mgr.24293) 8617 : 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-07T13:25:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:18 smithi027 bash[31536]: cluster 2023-12-07T13:25:17.302062+0000 mgr.a (mgr.24293) 8618 : 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-07T13:25:18.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:18.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:18.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:18 smithi044 bash[32620]: cluster 2023-12-07T13:25:17.302062+0000 mgr.a (mgr.24293) 8618 : 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-07T13:25:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:18 smithi022 bash[28554]: cluster 2023-12-07T13:25:17.302062+0000 mgr.a (mgr.24293) 8618 : 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-07T13:25:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:19 smithi027 bash[31536]: audit 2023-12-07T13:25:19.073269+0000 mgr.a (mgr.24293) 8619 : audit 0 from='client.178314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:19.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:19.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:19.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:19.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:19.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:19 smithi044 bash[32620]: audit 2023-12-07T13:25:19.073269+0000 mgr.a (mgr.24293) 8619 : audit 0 from='client.178314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:19 smithi022 bash[28554]: audit 2023-12-07T13:25:19.073269+0000 mgr.a (mgr.24293) 8619 : audit 0 from='client.178314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:20 smithi027 bash[31536]: cluster 2023-12-07T13:25:19.302631+0000 mgr.a (mgr.24293) 8620 : 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-07T13:25:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:20 smithi044 bash[32620]: cluster 2023-12-07T13:25:19.302631+0000 mgr.a (mgr.24293) 8620 : 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-07T13:25:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:20 smithi022 bash[28554]: cluster 2023-12-07T13:25:19.302631+0000 mgr.a (mgr.24293) 8620 : 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-07T13:25:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:22 smithi044 bash[32620]: cluster 2023-12-07T13:25:21.303655+0000 mgr.a (mgr.24293) 8621 : 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-07T13:25:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:22 smithi022 bash[28554]: cluster 2023-12-07T13:25:21.303655+0000 mgr.a (mgr.24293) 8621 : 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-07T13:25:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:22 smithi027 bash[31536]: cluster 2023-12-07T13:25:21.303655+0000 mgr.a (mgr.24293) 8621 : 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-07T13:25:24.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:24.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:24.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:24 smithi044 bash[32620]: cluster 2023-12-07T13:25:23.304306+0000 mgr.a (mgr.24293) 8622 : 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-07T13:25:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:24 smithi022 bash[28554]: cluster 2023-12-07T13:25:23.304306+0000 mgr.a (mgr.24293) 8622 : 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-07T13:25:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:24 smithi027 bash[31536]: cluster 2023-12-07T13:25:23.304306+0000 mgr.a (mgr.24293) 8622 : 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-07T13:25:25.546 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:25.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:25.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:25.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:25.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:25 smithi044 bash[32620]: audit 2023-12-07T13:25:25.024323+0000 mgr.a (mgr.24293) 8623 : audit 0 from='client.178392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:25 smithi022 bash[28554]: audit 2023-12-07T13:25:25.024323+0000 mgr.a (mgr.24293) 8623 : audit 0 from='client.178392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:25 smithi027 bash[31536]: audit 2023-12-07T13:25:25.024323+0000 mgr.a (mgr.24293) 8623 : audit 0 from='client.178392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:26 smithi044 bash[32620]: cluster 2023-12-07T13:25:25.305100+0000 mgr.a (mgr.24293) 8624 : 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-07T13:25:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:26 smithi022 bash[28554]: cluster 2023-12-07T13:25:25.305100+0000 mgr.a (mgr.24293) 8624 : 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-07T13:25:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:26 smithi027 bash[31536]: cluster 2023-12-07T13:25:25.305100+0000 mgr.a (mgr.24293) 8624 : 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-07T13:25:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:28 smithi027 bash[31536]: cluster 2023-12-07T13:25:27.306105+0000 mgr.a (mgr.24293) 8625 : cluster 0 pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:25:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:28 smithi044 bash[32620]: cluster 2023-12-07T13:25:27.306105+0000 mgr.a (mgr.24293) 8625 : cluster 0 pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:25:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:28 smithi022 bash[28554]: cluster 2023-12-07T13:25:27.306105+0000 mgr.a (mgr.24293) 8625 : cluster 0 pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:25:30.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:30.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:30.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:30 smithi044 bash[32620]: cluster 2023-12-07T13:25:29.306653+0000 mgr.a (mgr.24293) 8626 : cluster 0 pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:25:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:30 smithi022 bash[28554]: cluster 2023-12-07T13:25:29.306653+0000 mgr.a (mgr.24293) 8626 : cluster 0 pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:25:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:30 smithi027 bash[31536]: cluster 2023-12-07T13:25:29.306653+0000 mgr.a (mgr.24293) 8626 : cluster 0 pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:25:31.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:31.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:31.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:31.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:31.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:31 smithi022 bash[28554]: audit 2023-12-07T13:25:30.960144+0000 mgr.a (mgr.24293) 8627 : audit 0 from='client.178467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:31 smithi044 bash[32620]: audit 2023-12-07T13:25:30.960144+0000 mgr.a (mgr.24293) 8627 : audit 0 from='client.178467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:31 smithi027 bash[31536]: audit 2023-12-07T13:25:30.960144+0000 mgr.a (mgr.24293) 8627 : audit 0 from='client.178467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:32 smithi044 bash[32620]: cluster 2023-12-07T13:25:31.307305+0000 mgr.a (mgr.24293) 8628 : 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-07T13:25:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:32 smithi022 bash[28554]: cluster 2023-12-07T13:25:31.307305+0000 mgr.a (mgr.24293) 8628 : 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-07T13:25:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:32 smithi027 bash[31536]: cluster 2023-12-07T13:25:31.307305+0000 mgr.a (mgr.24293) 8628 : 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-07T13:25:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:34 smithi044 bash[32620]: cluster 2023-12-07T13:25:33.307919+0000 mgr.a (mgr.24293) 8629 : 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-07T13:25:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:34 smithi022 bash[28554]: cluster 2023-12-07T13:25:33.307919+0000 mgr.a (mgr.24293) 8629 : 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-07T13:25:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:34 smithi027 bash[31536]: cluster 2023-12-07T13:25:33.307919+0000 mgr.a (mgr.24293) 8629 : 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-07T13:25:36.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:36.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:36.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:36 smithi044 bash[32620]: cluster 2023-12-07T13:25:35.308560+0000 mgr.a (mgr.24293) 8630 : 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-07T13:25:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:36 smithi022 bash[28554]: cluster 2023-12-07T13:25:35.308560+0000 mgr.a (mgr.24293) 8630 : 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-07T13:25:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:36 smithi027 bash[31536]: cluster 2023-12-07T13:25:35.308560+0000 mgr.a (mgr.24293) 8630 : 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-07T13:25:37.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:37.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:37 smithi044 bash[32620]: audit 2023-12-07T13:25:36.566897+0000 mon.a (mon.0) 1654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:25:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:37 smithi044 bash[32620]: audit 2023-12-07T13:25:36.910274+0000 mgr.a (mgr.24293) 8631 : audit 0 from='client.178545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:37 smithi022 bash[28554]: audit 2023-12-07T13:25:36.566897+0000 mon.a (mon.0) 1654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:25:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:37 smithi022 bash[28554]: audit 2023-12-07T13:25:36.910274+0000 mgr.a (mgr.24293) 8631 : audit 0 from='client.178545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:37 smithi027 bash[31536]: audit 2023-12-07T13:25:36.566897+0000 mon.a (mon.0) 1654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:25:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:37 smithi027 bash[31536]: audit 2023-12-07T13:25:36.910274+0000 mgr.a (mgr.24293) 8631 : audit 0 from='client.178545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:38 smithi044 bash[32620]: cluster 2023-12-07T13:25:37.321335+0000 mgr.a (mgr.24293) 8632 : 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-07T13:25:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:38 smithi044 bash[32620]: audit 2023-12-07T13:25:37.403521+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:25:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:38 smithi044 bash[32620]: audit 2023-12-07T13:25:37.404717+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:25:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:38 smithi044 bash[32620]: audit 2023-12-07T13:25:37.413979+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:25:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:38 smithi022 bash[28554]: cluster 2023-12-07T13:25:37.321335+0000 mgr.a (mgr.24293) 8632 : 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-07T13:25:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:38 smithi022 bash[28554]: audit 2023-12-07T13:25:37.403521+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:25:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:38 smithi022 bash[28554]: audit 2023-12-07T13:25:37.404717+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:25:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:38 smithi022 bash[28554]: audit 2023-12-07T13:25:37.413979+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:25:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:38 smithi027 bash[31536]: cluster 2023-12-07T13:25:37.321335+0000 mgr.a (mgr.24293) 8632 : 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-07T13:25:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:38 smithi027 bash[31536]: audit 2023-12-07T13:25:37.403521+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:25:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:38 smithi027 bash[31536]: audit 2023-12-07T13:25:37.404717+0000 mon.a (mon.0) 1656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:25:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:38 smithi027 bash[31536]: audit 2023-12-07T13:25:37.413979+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:25:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:40 smithi044 bash[32620]: cluster 2023-12-07T13:25:39.322034+0000 mgr.a (mgr.24293) 8633 : cluster 0 pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:25:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:40 smithi022 bash[28554]: cluster 2023-12-07T13:25:39.322034+0000 mgr.a (mgr.24293) 8633 : cluster 0 pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:25:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:40 smithi027 bash[31536]: cluster 2023-12-07T13:25:39.322034+0000 mgr.a (mgr.24293) 8633 : cluster 0 pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:25:42.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:42.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:42.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:42 smithi044 bash[32620]: cluster 2023-12-07T13:25:41.322807+0000 mgr.a (mgr.24293) 8634 : cluster 0 pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:25:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:42 smithi022 bash[28554]: cluster 2023-12-07T13:25:41.322807+0000 mgr.a (mgr.24293) 8634 : cluster 0 pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:25:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:42 smithi027 bash[31536]: cluster 2023-12-07T13:25:41.322807+0000 mgr.a (mgr.24293) 8634 : cluster 0 pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:25:43.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:43.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:43.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:43.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:43.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:43 smithi044 bash[32620]: audit 2023-12-07T13:25:42.851791+0000 mgr.a (mgr.24293) 8635 : audit 0 from='client.178620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:43 smithi022 bash[28554]: audit 2023-12-07T13:25:42.851791+0000 mgr.a (mgr.24293) 8635 : audit 0 from='client.178620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:43 smithi027 bash[31536]: audit 2023-12-07T13:25:42.851791+0000 mgr.a (mgr.24293) 8635 : audit 0 from='client.178620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:44 smithi044 bash[32620]: cluster 2023-12-07T13:25:43.323612+0000 mgr.a (mgr.24293) 8636 : 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-07T13:25:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:44 smithi022 bash[28554]: cluster 2023-12-07T13:25:43.323612+0000 mgr.a (mgr.24293) 8636 : 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-07T13:25:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:44 smithi027 bash[31536]: cluster 2023-12-07T13:25:43.323612+0000 mgr.a (mgr.24293) 8636 : 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-07T13:25:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:46 smithi044 bash[32620]: cluster 2023-12-07T13:25:45.324204+0000 mgr.a (mgr.24293) 8637 : 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-07T13:25:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:46 smithi022 bash[28554]: cluster 2023-12-07T13:25:45.324204+0000 mgr.a (mgr.24293) 8637 : 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-07T13:25:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:46 smithi027 bash[31536]: cluster 2023-12-07T13:25:45.324204+0000 mgr.a (mgr.24293) 8637 : 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-07T13:25:48.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:48.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:48.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:48 smithi044 bash[32620]: cluster 2023-12-07T13:25:47.325007+0000 mgr.a (mgr.24293) 8638 : 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-07T13:25:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:48 smithi022 bash[28554]: cluster 2023-12-07T13:25:47.325007+0000 mgr.a (mgr.24293) 8638 : 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-07T13:25:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:48 smithi027 bash[31536]: cluster 2023-12-07T13:25:47.325007+0000 mgr.a (mgr.24293) 8638 : 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-07T13:25:49.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:49.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:49.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:49.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:49.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:49 smithi044 bash[32620]: audit 2023-12-07T13:25:48.820999+0000 mgr.a (mgr.24293) 8639 : audit 0 from='client.178692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:49 smithi022 bash[28554]: audit 2023-12-07T13:25:48.820999+0000 mgr.a (mgr.24293) 8639 : audit 0 from='client.178692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:49 smithi027 bash[31536]: audit 2023-12-07T13:25:48.820999+0000 mgr.a (mgr.24293) 8639 : audit 0 from='client.178692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:50 smithi044 bash[32620]: cluster 2023-12-07T13:25:49.325507+0000 mgr.a (mgr.24293) 8640 : 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-07T13:25:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:50 smithi022 bash[28554]: cluster 2023-12-07T13:25:49.325507+0000 mgr.a (mgr.24293) 8640 : 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-07T13:25:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:50 smithi027 bash[31536]: cluster 2023-12-07T13:25:49.325507+0000 mgr.a (mgr.24293) 8640 : 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-07T13:25:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:52 smithi044 bash[32620]: cluster 2023-12-07T13:25:51.326318+0000 mgr.a (mgr.24293) 8641 : 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-07T13:25:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:52 smithi022 bash[28554]: cluster 2023-12-07T13:25:51.326318+0000 mgr.a (mgr.24293) 8641 : 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-07T13:25:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:52 smithi027 bash[31536]: cluster 2023-12-07T13:25:51.326318+0000 mgr.a (mgr.24293) 8641 : 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-07T13:25:54.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:25:54.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:54.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:54 smithi044 bash[32620]: cluster 2023-12-07T13:25:53.326879+0000 mgr.a (mgr.24293) 8642 : 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-07T13:25:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:54 smithi022 bash[28554]: cluster 2023-12-07T13:25:53.326879+0000 mgr.a (mgr.24293) 8642 : 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-07T13:25:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:54 smithi027 bash[31536]: cluster 2023-12-07T13:25:53.326879+0000 mgr.a (mgr.24293) 8642 : 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-07T13:25:55.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:55.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:55.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:55.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:25:55.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:25:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:55 smithi044 bash[32620]: audit 2023-12-07T13:25:54.778834+0000 mgr.a (mgr.24293) 8643 : audit 0 from='client.178761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:55 smithi022 bash[28554]: audit 2023-12-07T13:25:54.778834+0000 mgr.a (mgr.24293) 8643 : audit 0 from='client.178761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:55 smithi027 bash[31536]: audit 2023-12-07T13:25:54.778834+0000 mgr.a (mgr.24293) 8643 : audit 0 from='client.178761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:56 smithi044 bash[32620]: cluster 2023-12-07T13:25:55.327642+0000 mgr.a (mgr.24293) 8644 : 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-07T13:25:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:56 smithi022 bash[28554]: cluster 2023-12-07T13:25:55.327642+0000 mgr.a (mgr.24293) 8644 : 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-07T13:25:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:56 smithi027 bash[31536]: cluster 2023-12-07T13:25:55.327642+0000 mgr.a (mgr.24293) 8644 : 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-07T13:25:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:25:58 smithi044 bash[32620]: cluster 2023-12-07T13:25:57.328480+0000 mgr.a (mgr.24293) 8645 : 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-07T13:25:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:25:58 smithi022 bash[28554]: cluster 2023-12-07T13:25:57.328480+0000 mgr.a (mgr.24293) 8645 : 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-07T13:25:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:25:58 smithi027 bash[31536]: cluster 2023-12-07T13:25:57.328480+0000 mgr.a (mgr.24293) 8645 : 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-07T13:26:00.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:00.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:00.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:00 smithi044 bash[32620]: cluster 2023-12-07T13:25:59.329064+0000 mgr.a (mgr.24293) 8646 : 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-07T13:26:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:00 smithi022 bash[28554]: cluster 2023-12-07T13:25:59.329064+0000 mgr.a (mgr.24293) 8646 : 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-07T13:26:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:00 smithi027 bash[31536]: cluster 2023-12-07T13:25:59.329064+0000 mgr.a (mgr.24293) 8646 : 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-07T13:26:01.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:01.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:01.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:01.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:01.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:01 smithi044 bash[32620]: audit 2023-12-07T13:26:00.723343+0000 mgr.a (mgr.24293) 8647 : audit 0 from='client.178839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:01 smithi022 bash[28554]: audit 2023-12-07T13:26:00.723343+0000 mgr.a (mgr.24293) 8647 : audit 0 from='client.178839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:01 smithi027 bash[31536]: audit 2023-12-07T13:26:00.723343+0000 mgr.a (mgr.24293) 8647 : audit 0 from='client.178839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:02 smithi022 bash[28554]: cluster 2023-12-07T13:26:01.330143+0000 mgr.a (mgr.24293) 8648 : 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-07T13:26:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:02 smithi044 bash[32620]: cluster 2023-12-07T13:26:01.330143+0000 mgr.a (mgr.24293) 8648 : 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-07T13:26:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:02 smithi027 bash[31536]: cluster 2023-12-07T13:26:01.330143+0000 mgr.a (mgr.24293) 8648 : 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-07T13:26:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:04 smithi044 bash[32620]: cluster 2023-12-07T13:26:03.330788+0000 mgr.a (mgr.24293) 8649 : 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-07T13:26:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:04 smithi022 bash[28554]: cluster 2023-12-07T13:26:03.330788+0000 mgr.a (mgr.24293) 8649 : 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-07T13:26:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:04 smithi027 bash[31536]: cluster 2023-12-07T13:26:03.330788+0000 mgr.a (mgr.24293) 8649 : 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-07T13:26:06.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:06.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:06.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:06 smithi044 bash[32620]: cluster 2023-12-07T13:26:05.331476+0000 mgr.a (mgr.24293) 8650 : 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-07T13:26:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:06 smithi022 bash[28554]: cluster 2023-12-07T13:26:05.331476+0000 mgr.a (mgr.24293) 8650 : 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-07T13:26:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:06 smithi027 bash[31536]: cluster 2023-12-07T13:26:05.331476+0000 mgr.a (mgr.24293) 8650 : 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-07T13:26:07.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:07.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:07.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:07.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:07.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:07 smithi044 bash[32620]: audit 2023-12-07T13:26:06.659315+0000 mgr.a (mgr.24293) 8651 : audit 0 from='client.178914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:07 smithi022 bash[28554]: audit 2023-12-07T13:26:06.659315+0000 mgr.a (mgr.24293) 8651 : audit 0 from='client.178914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:07 smithi027 bash[31536]: audit 2023-12-07T13:26:06.659315+0000 mgr.a (mgr.24293) 8651 : audit 0 from='client.178914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:08 smithi044 bash[32620]: cluster 2023-12-07T13:26:07.332490+0000 mgr.a (mgr.24293) 8652 : 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-07T13:26:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:08 smithi022 bash[28554]: cluster 2023-12-07T13:26:07.332490+0000 mgr.a (mgr.24293) 8652 : 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-07T13:26:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:08 smithi027 bash[31536]: cluster 2023-12-07T13:26:07.332490+0000 mgr.a (mgr.24293) 8652 : 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-07T13:26:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:10 smithi044 bash[32620]: cluster 2023-12-07T13:26:09.333057+0000 mgr.a (mgr.24293) 8653 : 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-07T13:26:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:10 smithi022 bash[28554]: cluster 2023-12-07T13:26:09.333057+0000 mgr.a (mgr.24293) 8653 : 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-07T13:26:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:10 smithi027 bash[31536]: cluster 2023-12-07T13:26:09.333057+0000 mgr.a (mgr.24293) 8653 : 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-07T13:26:12.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:12.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:12.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:12 smithi044 bash[32620]: cluster 2023-12-07T13:26:11.333845+0000 mgr.a (mgr.24293) 8654 : 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-07T13:26:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:12 smithi022 bash[28554]: cluster 2023-12-07T13:26:11.333845+0000 mgr.a (mgr.24293) 8654 : 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-07T13:26:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:12 smithi027 bash[31536]: cluster 2023-12-07T13:26:11.333845+0000 mgr.a (mgr.24293) 8654 : 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-07T13:26:13.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:13.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:13.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:13.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:13.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:13 smithi044 bash[32620]: audit 2023-12-07T13:26:12.579311+0000 mgr.a (mgr.24293) 8655 : audit 0 from='client.178986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:13 smithi022 bash[28554]: audit 2023-12-07T13:26:12.579311+0000 mgr.a (mgr.24293) 8655 : audit 0 from='client.178986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:13 smithi027 bash[31536]: audit 2023-12-07T13:26:12.579311+0000 mgr.a (mgr.24293) 8655 : audit 0 from='client.178986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:14 smithi022 bash[28554]: cluster 2023-12-07T13:26:13.334572+0000 mgr.a (mgr.24293) 8656 : 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-07T13:26:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:14 smithi027 bash[31536]: cluster 2023-12-07T13:26:13.334572+0000 mgr.a (mgr.24293) 8656 : 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-07T13:26:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:14 smithi044 bash[32620]: cluster 2023-12-07T13:26:13.334572+0000 mgr.a (mgr.24293) 8656 : 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-07T13:26:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:16 smithi027 bash[31536]: cluster 2023-12-07T13:26:15.335181+0000 mgr.a (mgr.24293) 8657 : 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-07T13:26:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:16 smithi044 bash[32620]: cluster 2023-12-07T13:26:15.335181+0000 mgr.a (mgr.24293) 8657 : 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-07T13:26:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:16 smithi022 bash[28554]: cluster 2023-12-07T13:26:15.335181+0000 mgr.a (mgr.24293) 8657 : 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-07T13:26:18.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:18.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:18.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:18 smithi044 bash[32620]: cluster 2023-12-07T13:26:17.336069+0000 mgr.a (mgr.24293) 8658 : 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-07T13:26:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:18 smithi022 bash[28554]: cluster 2023-12-07T13:26:17.336069+0000 mgr.a (mgr.24293) 8658 : 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-07T13:26:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:18 smithi027 bash[31536]: cluster 2023-12-07T13:26:17.336069+0000 mgr.a (mgr.24293) 8658 : 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-07T13:26:19.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:19.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:19.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:19.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:19.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:19 smithi044 bash[32620]: audit 2023-12-07T13:26:18.524353+0000 mgr.a (mgr.24293) 8659 : audit 0 from='client.179064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:19 smithi022 bash[28554]: audit 2023-12-07T13:26:18.524353+0000 mgr.a (mgr.24293) 8659 : audit 0 from='client.179064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:19 smithi027 bash[31536]: audit 2023-12-07T13:26:18.524353+0000 mgr.a (mgr.24293) 8659 : audit 0 from='client.179064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:20 smithi044 bash[32620]: cluster 2023-12-07T13:26:19.336817+0000 mgr.a (mgr.24293) 8660 : 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-07T13:26:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:20 smithi022 bash[28554]: cluster 2023-12-07T13:26:19.336817+0000 mgr.a (mgr.24293) 8660 : 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-07T13:26:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:20 smithi027 bash[31536]: cluster 2023-12-07T13:26:19.336817+0000 mgr.a (mgr.24293) 8660 : 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-07T13:26:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:22 smithi044 bash[32620]: cluster 2023-12-07T13:26:21.337664+0000 mgr.a (mgr.24293) 8661 : 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-07T13:26:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:22 smithi022 bash[28554]: cluster 2023-12-07T13:26:21.337664+0000 mgr.a (mgr.24293) 8661 : 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-07T13:26:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:22 smithi027 bash[31536]: cluster 2023-12-07T13:26:21.337664+0000 mgr.a (mgr.24293) 8661 : 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-07T13:26:24.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:24.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:24.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:24 smithi044 bash[32620]: cluster 2023-12-07T13:26:23.338256+0000 mgr.a (mgr.24293) 8662 : 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-07T13:26:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:24 smithi022 bash[28554]: cluster 2023-12-07T13:26:23.338256+0000 mgr.a (mgr.24293) 8662 : 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-07T13:26:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:24 smithi027 bash[31536]: cluster 2023-12-07T13:26:23.338256+0000 mgr.a (mgr.24293) 8662 : 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-07T13:26:25.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:25.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:25.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:25.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:25.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:25 smithi044 bash[32620]: audit 2023-12-07T13:26:24.465146+0000 mgr.a (mgr.24293) 8663 : audit 0 from='client.179136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:25 smithi022 bash[28554]: audit 2023-12-07T13:26:24.465146+0000 mgr.a (mgr.24293) 8663 : audit 0 from='client.179136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:25 smithi027 bash[31536]: audit 2023-12-07T13:26:24.465146+0000 mgr.a (mgr.24293) 8663 : audit 0 from='client.179136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:26 smithi044 bash[32620]: cluster 2023-12-07T13:26:25.339210+0000 mgr.a (mgr.24293) 8664 : cluster 0 pgmap v6474: 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-07T13:26:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:26 smithi022 bash[28554]: cluster 2023-12-07T13:26:25.339210+0000 mgr.a (mgr.24293) 8664 : cluster 0 pgmap v6474: 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-07T13:26:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:26 smithi027 bash[31536]: cluster 2023-12-07T13:26:25.339210+0000 mgr.a (mgr.24293) 8664 : cluster 0 pgmap v6474: 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-07T13:26:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:28 smithi044 bash[32620]: cluster 2023-12-07T13:26:27.339990+0000 mgr.a (mgr.24293) 8665 : 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-07T13:26:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:28 smithi022 bash[28554]: cluster 2023-12-07T13:26:27.339990+0000 mgr.a (mgr.24293) 8665 : 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-07T13:26:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:28 smithi027 bash[31536]: cluster 2023-12-07T13:26:27.339990+0000 mgr.a (mgr.24293) 8665 : 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-07T13:26:30.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:30.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:30.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:30 smithi022 bash[28554]: cluster 2023-12-07T13:26:29.340550+0000 mgr.a (mgr.24293) 8666 : 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-07T13:26:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:30 smithi044 bash[32620]: cluster 2023-12-07T13:26:29.340550+0000 mgr.a (mgr.24293) 8666 : 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-07T13:26:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:30 smithi027 bash[31536]: cluster 2023-12-07T13:26:29.340550+0000 mgr.a (mgr.24293) 8666 : 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-07T13:26:30.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:30.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:30.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:30.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:30.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:31 smithi044 bash[32620]: audit 2023-12-07T13:26:30.426889+0000 mgr.a (mgr.24293) 8667 : audit 0 from='client.179211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:31 smithi022 bash[28554]: audit 2023-12-07T13:26:30.426889+0000 mgr.a (mgr.24293) 8667 : audit 0 from='client.179211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:31 smithi027 bash[31536]: audit 2023-12-07T13:26:30.426889+0000 mgr.a (mgr.24293) 8667 : audit 0 from='client.179211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:32 smithi044 bash[32620]: cluster 2023-12-07T13:26:31.341621+0000 mgr.a (mgr.24293) 8668 : cluster 0 pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:32 smithi022 bash[28554]: cluster 2023-12-07T13:26:31.341621+0000 mgr.a (mgr.24293) 8668 : cluster 0 pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:32 smithi027 bash[31536]: cluster 2023-12-07T13:26:31.341621+0000 mgr.a (mgr.24293) 8668 : cluster 0 pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:34 smithi022 bash[28554]: cluster 2023-12-07T13:26:33.342225+0000 mgr.a (mgr.24293) 8669 : cluster 0 pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:34 smithi044 bash[32620]: cluster 2023-12-07T13:26:33.342225+0000 mgr.a (mgr.24293) 8669 : cluster 0 pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:34 smithi027 bash[31536]: cluster 2023-12-07T13:26:33.342225+0000 mgr.a (mgr.24293) 8669 : cluster 0 pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:35.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:35.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:35.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:36 smithi044 bash[32620]: cluster 2023-12-07T13:26:35.342882+0000 mgr.a (mgr.24293) 8670 : cluster 0 pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:26:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:36 smithi022 bash[28554]: cluster 2023-12-07T13:26:35.342882+0000 mgr.a (mgr.24293) 8670 : cluster 0 pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:26:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:36 smithi027 bash[31536]: cluster 2023-12-07T13:26:35.342882+0000 mgr.a (mgr.24293) 8670 : cluster 0 pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:26:36.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:36.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:36.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:36.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:36.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:37 smithi044 bash[32620]: audit 2023-12-07T13:26:36.367091+0000 mgr.a (mgr.24293) 8671 : audit 0 from='client.179286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:37 smithi022 bash[28554]: audit 2023-12-07T13:26:36.367091+0000 mgr.a (mgr.24293) 8671 : audit 0 from='client.179286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:37 smithi027 bash[31536]: audit 2023-12-07T13:26:36.367091+0000 mgr.a (mgr.24293) 8671 : audit 0 from='client.179286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:38 smithi044 bash[32620]: cluster 2023-12-07T13:26:37.343852+0000 mgr.a (mgr.24293) 8672 : cluster 0 pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:26:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:38 smithi044 bash[32620]: audit 2023-12-07T13:26:37.517922+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:26:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:38 smithi044 bash[32620]: audit 2023-12-07T13:26:38.305131+0000 mon.a (mon.0) 1659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:26:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:38 smithi044 bash[32620]: audit 2023-12-07T13:26:38.306891+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:26:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:38 smithi044 bash[32620]: audit 2023-12-07T13:26:38.316088+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:26:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:38 smithi022 bash[28554]: cluster 2023-12-07T13:26:37.343852+0000 mgr.a (mgr.24293) 8672 : cluster 0 pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:26:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:38 smithi022 bash[28554]: audit 2023-12-07T13:26:37.517922+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:26:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:38 smithi022 bash[28554]: audit 2023-12-07T13:26:38.305131+0000 mon.a (mon.0) 1659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:26:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:38 smithi022 bash[28554]: audit 2023-12-07T13:26:38.306891+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:26:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:38 smithi022 bash[28554]: audit 2023-12-07T13:26:38.316088+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:26:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:38 smithi027 bash[31536]: cluster 2023-12-07T13:26:37.343852+0000 mgr.a (mgr.24293) 8672 : cluster 0 pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:26:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:38 smithi027 bash[31536]: audit 2023-12-07T13:26:37.517922+0000 mon.a (mon.0) 1658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:26:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:38 smithi027 bash[31536]: audit 2023-12-07T13:26:38.305131+0000 mon.a (mon.0) 1659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:26:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:38 smithi027 bash[31536]: audit 2023-12-07T13:26:38.306891+0000 mon.a (mon.0) 1660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:26:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:38 smithi027 bash[31536]: audit 2023-12-07T13:26:38.316088+0000 mon.a (mon.0) 1661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:26:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:40 smithi044 bash[32620]: cluster 2023-12-07T13:26:39.344399+0000 mgr.a (mgr.24293) 8673 : 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-07T13:26:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:40 smithi022 bash[28554]: cluster 2023-12-07T13:26:39.344399+0000 mgr.a (mgr.24293) 8673 : 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-07T13:26:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:40 smithi027 bash[31536]: cluster 2023-12-07T13:26:39.344399+0000 mgr.a (mgr.24293) 8673 : 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-07T13:26:41.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:41.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:41.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:42 smithi027 bash[31536]: cluster 2023-12-07T13:26:41.345222+0000 mgr.a (mgr.24293) 8674 : 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-07T13:26:42.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:42.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:42.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:42.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:42.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:42 smithi044 bash[32620]: cluster 2023-12-07T13:26:41.345222+0000 mgr.a (mgr.24293) 8674 : 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-07T13:26:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:42 smithi022 bash[28554]: cluster 2023-12-07T13:26:41.345222+0000 mgr.a (mgr.24293) 8674 : 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-07T13:26:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:43 smithi027 bash[31536]: audit 2023-12-07T13:26:42.311987+0000 mgr.a (mgr.24293) 8675 : audit 0 from='client.179358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:43 smithi044 bash[32620]: audit 2023-12-07T13:26:42.311987+0000 mgr.a (mgr.24293) 8675 : audit 0 from='client.179358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:43 smithi022 bash[28554]: audit 2023-12-07T13:26:42.311987+0000 mgr.a (mgr.24293) 8675 : audit 0 from='client.179358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:44 smithi027 bash[31536]: cluster 2023-12-07T13:26:43.345970+0000 mgr.a (mgr.24293) 8676 : cluster 0 pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:44 smithi044 bash[32620]: cluster 2023-12-07T13:26:43.345970+0000 mgr.a (mgr.24293) 8676 : cluster 0 pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:44 smithi022 bash[28554]: cluster 2023-12-07T13:26:43.345970+0000 mgr.a (mgr.24293) 8676 : cluster 0 pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:46 smithi027 bash[31536]: cluster 2023-12-07T13:26:45.346829+0000 mgr.a (mgr.24293) 8677 : cluster 0 pgmap v6484: 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-07T13:26:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:46 smithi022 bash[28554]: cluster 2023-12-07T13:26:45.346829+0000 mgr.a (mgr.24293) 8677 : cluster 0 pgmap v6484: 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-07T13:26:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:46 smithi044 bash[32620]: cluster 2023-12-07T13:26:45.346829+0000 mgr.a (mgr.24293) 8677 : cluster 0 pgmap v6484: 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-07T13:26:47.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:47.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:47.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:48 smithi022 bash[28554]: cluster 2023-12-07T13:26:47.347590+0000 mgr.a (mgr.24293) 8678 : cluster 0 pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:26:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:48 smithi044 bash[32620]: cluster 2023-12-07T13:26:47.347590+0000 mgr.a (mgr.24293) 8678 : cluster 0 pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:26:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:48 smithi027 bash[31536]: cluster 2023-12-07T13:26:47.347590+0000 mgr.a (mgr.24293) 8678 : cluster 0 pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:26:48.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:48.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:48.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:48.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:48.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:49 smithi044 bash[32620]: audit 2023-12-07T13:26:48.221860+0000 mgr.a (mgr.24293) 8679 : audit 0 from='client.179436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:49 smithi022 bash[28554]: audit 2023-12-07T13:26:48.221860+0000 mgr.a (mgr.24293) 8679 : audit 0 from='client.179436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:49 smithi027 bash[31536]: audit 2023-12-07T13:26:48.221860+0000 mgr.a (mgr.24293) 8679 : audit 0 from='client.179436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:50 smithi044 bash[32620]: cluster 2023-12-07T13:26:49.348334+0000 mgr.a (mgr.24293) 8680 : 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-07T13:26:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:50 smithi022 bash[28554]: cluster 2023-12-07T13:26:49.348334+0000 mgr.a (mgr.24293) 8680 : 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-07T13:26:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:50 smithi027 bash[31536]: cluster 2023-12-07T13:26:49.348334+0000 mgr.a (mgr.24293) 8680 : 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-07T13:26:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:52 smithi044 bash[32620]: cluster 2023-12-07T13:26:51.349170+0000 mgr.a (mgr.24293) 8681 : 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-07T13:26:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:52 smithi022 bash[28554]: cluster 2023-12-07T13:26:51.349170+0000 mgr.a (mgr.24293) 8681 : 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-07T13:26:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:52 smithi027 bash[31536]: cluster 2023-12-07T13:26:51.349170+0000 mgr.a (mgr.24293) 8681 : 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-07T13:26:53.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:53.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:53.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:54 smithi022 bash[28554]: cluster 2023-12-07T13:26:53.349775+0000 mgr.a (mgr.24293) 8682 : 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-07T13:26:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:54 smithi044 bash[32620]: cluster 2023-12-07T13:26:53.349775+0000 mgr.a (mgr.24293) 8682 : 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-07T13:26:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:54 smithi027 bash[31536]: cluster 2023-12-07T13:26:53.349775+0000 mgr.a (mgr.24293) 8682 : 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-07T13:26:54.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:26:54.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:54.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:54.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:54.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:26:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:55 smithi044 bash[32620]: audit 2023-12-07T13:26:54.173219+0000 mgr.a (mgr.24293) 8683 : audit 0 from='client.179514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:55 smithi022 bash[28554]: audit 2023-12-07T13:26:54.173219+0000 mgr.a (mgr.24293) 8683 : audit 0 from='client.179514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:55.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:55 smithi027 bash[31536]: audit 2023-12-07T13:26:54.173219+0000 mgr.a (mgr.24293) 8683 : audit 0 from='client.179514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:56 smithi044 bash[32620]: cluster 2023-12-07T13:26:55.350644+0000 mgr.a (mgr.24293) 8684 : cluster 0 pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:26:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:56 smithi022 bash[28554]: cluster 2023-12-07T13:26:55.350644+0000 mgr.a (mgr.24293) 8684 : cluster 0 pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:26:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:56 smithi027 bash[31536]: cluster 2023-12-07T13:26:55.350644+0000 mgr.a (mgr.24293) 8684 : cluster 0 pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:26:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:26:58 smithi044 bash[32620]: cluster 2023-12-07T13:26:57.351303+0000 mgr.a (mgr.24293) 8685 : cluster 0 pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:26:58.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:26:58 smithi022 bash[28554]: cluster 2023-12-07T13:26:57.351303+0000 mgr.a (mgr.24293) 8685 : cluster 0 pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:26:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:26:58 smithi027 bash[31536]: cluster 2023-12-07T13:26:57.351303+0000 mgr.a (mgr.24293) 8685 : cluster 0 pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:26:59.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:26:59.722 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:59.722 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:00.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:00 smithi044 bash[32620]: cluster 2023-12-07T13:26:59.351896+0000 mgr.a (mgr.24293) 8686 : 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-07T13:27:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:00 smithi022 bash[28554]: cluster 2023-12-07T13:26:59.351896+0000 mgr.a (mgr.24293) 8686 : 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-07T13:27:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:00 smithi027 bash[31536]: cluster 2023-12-07T13:26:59.351896+0000 mgr.a (mgr.24293) 8686 : 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-07T13:27:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:01 smithi044 bash[32620]: audit 2023-12-07T13:27:00.129102+0000 mgr.a (mgr.24293) 8687 : audit 0 from='client.179586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:01 smithi022 bash[28554]: audit 2023-12-07T13:27:00.129102+0000 mgr.a (mgr.24293) 8687 : audit 0 from='client.179586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:01 smithi027 bash[31536]: audit 2023-12-07T13:27:00.129102+0000 mgr.a (mgr.24293) 8687 : audit 0 from='client.179586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:02 smithi044 bash[32620]: cluster 2023-12-07T13:27:01.352922+0000 mgr.a (mgr.24293) 8688 : cluster 0 pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:02 smithi022 bash[28554]: cluster 2023-12-07T13:27:01.352922+0000 mgr.a (mgr.24293) 8688 : cluster 0 pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:02 smithi027 bash[31536]: cluster 2023-12-07T13:27:01.352922+0000 mgr.a (mgr.24293) 8688 : cluster 0 pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:04 smithi044 bash[32620]: cluster 2023-12-07T13:27:03.353513+0000 mgr.a (mgr.24293) 8689 : cluster 0 pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:04 smithi022 bash[28554]: cluster 2023-12-07T13:27:03.353513+0000 mgr.a (mgr.24293) 8689 : cluster 0 pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:04 smithi027 bash[31536]: cluster 2023-12-07T13:27:03.353513+0000 mgr.a (mgr.24293) 8689 : cluster 0 pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:05.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:05.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:05.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:06.623 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:06.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:06.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:06.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:06.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:06 smithi022 bash[28554]: cluster 2023-12-07T13:27:05.354219+0000 mgr.a (mgr.24293) 8690 : cluster 0 pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:06 smithi022 bash[28554]: audit 2023-12-07T13:27:06.083418+0000 mgr.a (mgr.24293) 8691 : audit 0 from='client.179664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:06 smithi027 bash[31536]: cluster 2023-12-07T13:27:05.354219+0000 mgr.a (mgr.24293) 8690 : cluster 0 pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:06 smithi027 bash[31536]: audit 2023-12-07T13:27:06.083418+0000 mgr.a (mgr.24293) 8691 : audit 0 from='client.179664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:06 smithi044 bash[32620]: cluster 2023-12-07T13:27:05.354219+0000 mgr.a (mgr.24293) 8690 : cluster 0 pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:06 smithi044 bash[32620]: audit 2023-12-07T13:27:06.083418+0000 mgr.a (mgr.24293) 8691 : audit 0 from='client.179664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:08 smithi044 bash[32620]: cluster 2023-12-07T13:27:07.355203+0000 mgr.a (mgr.24293) 8692 : cluster 0 pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:08 smithi022 bash[28554]: cluster 2023-12-07T13:27:07.355203+0000 mgr.a (mgr.24293) 8692 : cluster 0 pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:08 smithi027 bash[31536]: cluster 2023-12-07T13:27:07.355203+0000 mgr.a (mgr.24293) 8692 : cluster 0 pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:10 smithi044 bash[32620]: cluster 2023-12-07T13:27:09.355989+0000 mgr.a (mgr.24293) 8693 : 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-07T13:27:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:10 smithi022 bash[28554]: cluster 2023-12-07T13:27:09.355989+0000 mgr.a (mgr.24293) 8693 : 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-07T13:27:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:10 smithi027 bash[31536]: cluster 2023-12-07T13:27:09.355989+0000 mgr.a (mgr.24293) 8693 : 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-07T13:27:11.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:11.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:11.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:12.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:12.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:12.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:12.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:12.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:12 smithi044 bash[32620]: cluster 2023-12-07T13:27:11.356954+0000 mgr.a (mgr.24293) 8694 : 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-07T13:27:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:12 smithi044 bash[32620]: audit 2023-12-07T13:27:12.041838+0000 mgr.a (mgr.24293) 8695 : audit 0 from='client.179736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:12 smithi022 bash[28554]: cluster 2023-12-07T13:27:11.356954+0000 mgr.a (mgr.24293) 8694 : 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-07T13:27:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:12 smithi022 bash[28554]: audit 2023-12-07T13:27:12.041838+0000 mgr.a (mgr.24293) 8695 : audit 0 from='client.179736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:12 smithi027 bash[31536]: cluster 2023-12-07T13:27:11.356954+0000 mgr.a (mgr.24293) 8694 : 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-07T13:27:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:12 smithi027 bash[31536]: audit 2023-12-07T13:27:12.041838+0000 mgr.a (mgr.24293) 8695 : audit 0 from='client.179736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:14 smithi044 bash[32620]: cluster 2023-12-07T13:27:13.357726+0000 mgr.a (mgr.24293) 8696 : cluster 0 pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:14 smithi022 bash[28554]: cluster 2023-12-07T13:27:13.357726+0000 mgr.a (mgr.24293) 8696 : cluster 0 pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:14 smithi027 bash[31536]: cluster 2023-12-07T13:27:13.357726+0000 mgr.a (mgr.24293) 8696 : cluster 0 pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:16 smithi044 bash[32620]: cluster 2023-12-07T13:27:15.358362+0000 mgr.a (mgr.24293) 8697 : cluster 0 pgmap v6499: 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-07T13:27:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:16 smithi022 bash[28554]: cluster 2023-12-07T13:27:15.358362+0000 mgr.a (mgr.24293) 8697 : cluster 0 pgmap v6499: 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-07T13:27:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:16 smithi027 bash[31536]: cluster 2023-12-07T13:27:15.358362+0000 mgr.a (mgr.24293) 8697 : cluster 0 pgmap v6499: 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-07T13:27:17.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:17.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:17.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:18.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:18.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:18.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:18.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:18.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:18 smithi044 bash[32620]: cluster 2023-12-07T13:27:17.359012+0000 mgr.a (mgr.24293) 8698 : cluster 0 pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:18 smithi044 bash[32620]: audit 2023-12-07T13:27:17.961755+0000 mgr.a (mgr.24293) 8699 : audit 0 from='client.179808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:18 smithi022 bash[28554]: cluster 2023-12-07T13:27:17.359012+0000 mgr.a (mgr.24293) 8698 : cluster 0 pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:18 smithi022 bash[28554]: audit 2023-12-07T13:27:17.961755+0000 mgr.a (mgr.24293) 8699 : audit 0 from='client.179808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:18 smithi027 bash[31536]: cluster 2023-12-07T13:27:17.359012+0000 mgr.a (mgr.24293) 8698 : cluster 0 pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:18 smithi027 bash[31536]: audit 2023-12-07T13:27:17.961755+0000 mgr.a (mgr.24293) 8699 : audit 0 from='client.179808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:20 smithi044 bash[32620]: cluster 2023-12-07T13:27:19.359734+0000 mgr.a (mgr.24293) 8700 : 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-07T13:27:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:20 smithi022 bash[28554]: cluster 2023-12-07T13:27:19.359734+0000 mgr.a (mgr.24293) 8700 : 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-07T13:27:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:20 smithi027 bash[31536]: cluster 2023-12-07T13:27:19.359734+0000 mgr.a (mgr.24293) 8700 : 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-07T13:27:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:22 smithi044 bash[32620]: cluster 2023-12-07T13:27:21.360648+0000 mgr.a (mgr.24293) 8701 : 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-07T13:27:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:22 smithi022 bash[28554]: cluster 2023-12-07T13:27:21.360648+0000 mgr.a (mgr.24293) 8701 : 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-07T13:27:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:22 smithi027 bash[31536]: cluster 2023-12-07T13:27:21.360648+0000 mgr.a (mgr.24293) 8701 : 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-07T13:27:23.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:23.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:23.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:24.420 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:24.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:24.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:24.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:24.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:24 smithi044 bash[32620]: cluster 2023-12-07T13:27:23.361341+0000 mgr.a (mgr.24293) 8702 : 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-07T13:27:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:24 smithi044 bash[32620]: audit 2023-12-07T13:27:23.898891+0000 mgr.a (mgr.24293) 8703 : audit 0 from='client.179883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:24 smithi022 bash[28554]: cluster 2023-12-07T13:27:23.361341+0000 mgr.a (mgr.24293) 8702 : 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-07T13:27:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:24 smithi022 bash[28554]: audit 2023-12-07T13:27:23.898891+0000 mgr.a (mgr.24293) 8703 : audit 0 from='client.179883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:24 smithi027 bash[31536]: cluster 2023-12-07T13:27:23.361341+0000 mgr.a (mgr.24293) 8702 : 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-07T13:27:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:24 smithi027 bash[31536]: audit 2023-12-07T13:27:23.898891+0000 mgr.a (mgr.24293) 8703 : audit 0 from='client.179883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:26 smithi027 bash[31536]: cluster 2023-12-07T13:27:25.362181+0000 mgr.a (mgr.24293) 8704 : cluster 0 pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:27:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:26 smithi044 bash[32620]: cluster 2023-12-07T13:27:25.362181+0000 mgr.a (mgr.24293) 8704 : cluster 0 pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:27:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:26 smithi022 bash[28554]: cluster 2023-12-07T13:27:25.362181+0000 mgr.a (mgr.24293) 8704 : cluster 0 pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:27:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:28 smithi044 bash[32620]: cluster 2023-12-07T13:27:27.362878+0000 mgr.a (mgr.24293) 8705 : cluster 0 pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:28 smithi022 bash[28554]: cluster 2023-12-07T13:27:27.362878+0000 mgr.a (mgr.24293) 8705 : cluster 0 pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:28 smithi027 bash[31536]: cluster 2023-12-07T13:27:27.362878+0000 mgr.a (mgr.24293) 8705 : cluster 0 pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:29.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:29.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:29.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:30.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:30.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:30.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:30.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:30.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:30 smithi044 bash[32620]: cluster 2023-12-07T13:27:29.363433+0000 mgr.a (mgr.24293) 8706 : 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-07T13:27:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:30 smithi044 bash[32620]: audit 2023-12-07T13:27:29.829309+0000 mgr.a (mgr.24293) 8707 : audit 0 from='client.179955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:30 smithi022 bash[28554]: cluster 2023-12-07T13:27:29.363433+0000 mgr.a (mgr.24293) 8706 : 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-07T13:27:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:30 smithi022 bash[28554]: audit 2023-12-07T13:27:29.829309+0000 mgr.a (mgr.24293) 8707 : audit 0 from='client.179955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:30 smithi027 bash[31536]: cluster 2023-12-07T13:27:29.363433+0000 mgr.a (mgr.24293) 8706 : 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-07T13:27:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:30 smithi027 bash[31536]: audit 2023-12-07T13:27:29.829309+0000 mgr.a (mgr.24293) 8707 : audit 0 from='client.179955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:32 smithi044 bash[32620]: cluster 2023-12-07T13:27:31.364394+0000 mgr.a (mgr.24293) 8708 : 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-07T13:27:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:32 smithi022 bash[28554]: cluster 2023-12-07T13:27:31.364394+0000 mgr.a (mgr.24293) 8708 : 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-07T13:27:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:32 smithi027 bash[31536]: cluster 2023-12-07T13:27:31.364394+0000 mgr.a (mgr.24293) 8708 : 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-07T13:27:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:34 smithi027 bash[31536]: cluster 2023-12-07T13:27:33.364962+0000 mgr.a (mgr.24293) 8709 : 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-07T13:27:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:34 smithi044 bash[32620]: cluster 2023-12-07T13:27:33.364962+0000 mgr.a (mgr.24293) 8709 : 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-07T13:27:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:34 smithi022 bash[28554]: cluster 2023-12-07T13:27:33.364962+0000 mgr.a (mgr.24293) 8709 : 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-07T13:27:35.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:35.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:35.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:36.269 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:36.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:36.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:36.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:36.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:36 smithi027 bash[31536]: cluster 2023-12-07T13:27:35.365624+0000 mgr.a (mgr.24293) 8710 : 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-07T13:27:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:36 smithi027 bash[31536]: audit 2023-12-07T13:27:35.750557+0000 mgr.a (mgr.24293) 8711 : audit 0 from='client.180030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:36 smithi044 bash[32620]: cluster 2023-12-07T13:27:35.365624+0000 mgr.a (mgr.24293) 8710 : 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-07T13:27:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:36 smithi044 bash[32620]: audit 2023-12-07T13:27:35.750557+0000 mgr.a (mgr.24293) 8711 : audit 0 from='client.180030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:36 smithi022 bash[28554]: cluster 2023-12-07T13:27:35.365624+0000 mgr.a (mgr.24293) 8710 : 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-07T13:27:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:36 smithi022 bash[28554]: audit 2023-12-07T13:27:35.750557+0000 mgr.a (mgr.24293) 8711 : audit 0 from='client.180030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:38 smithi044 bash[32620]: cluster 2023-12-07T13:27:37.366242+0000 mgr.a (mgr.24293) 8712 : cluster 0 pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:38 smithi022 bash[28554]: cluster 2023-12-07T13:27:37.366242+0000 mgr.a (mgr.24293) 8712 : cluster 0 pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:38 smithi027 bash[31536]: cluster 2023-12-07T13:27:37.366242+0000 mgr.a (mgr.24293) 8712 : cluster 0 pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:39 smithi044 bash[32620]: audit 2023-12-07T13:27:38.418343+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:27:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:39 smithi044 bash[32620]: audit 2023-12-07T13:27:39.206795+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:27:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:39 smithi044 bash[32620]: audit 2023-12-07T13:27:39.208888+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:27:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:39 smithi044 bash[32620]: audit 2023-12-07T13:27:39.218137+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:27:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:39 smithi022 bash[28554]: audit 2023-12-07T13:27:38.418343+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:27:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:39 smithi022 bash[28554]: audit 2023-12-07T13:27:39.206795+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:27:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:39 smithi022 bash[28554]: audit 2023-12-07T13:27:39.208888+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:27:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:39 smithi022 bash[28554]: audit 2023-12-07T13:27:39.218137+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:27:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:39 smithi027 bash[31536]: audit 2023-12-07T13:27:38.418343+0000 mon.a (mon.0) 1662 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:27:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:39 smithi027 bash[31536]: audit 2023-12-07T13:27:39.206795+0000 mon.a (mon.0) 1663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:27:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:39 smithi027 bash[31536]: audit 2023-12-07T13:27:39.208888+0000 mon.a (mon.0) 1664 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:27:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:39 smithi027 bash[31536]: audit 2023-12-07T13:27:39.218137+0000 mon.a (mon.0) 1665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:27:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:40 smithi044 bash[32620]: cluster 2023-12-07T13:27:39.366832+0000 mgr.a (mgr.24293) 8713 : cluster 0 pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:27:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:40 smithi022 bash[28554]: cluster 2023-12-07T13:27:39.366832+0000 mgr.a (mgr.24293) 8713 : cluster 0 pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:27:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:40 smithi027 bash[31536]: cluster 2023-12-07T13:27:39.366832+0000 mgr.a (mgr.24293) 8713 : cluster 0 pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:27:41.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:41.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:41.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:42.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:42 smithi044 bash[32620]: cluster 2023-12-07T13:27:41.367630+0000 mgr.a (mgr.24293) 8714 : 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-07T13:27:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:42 smithi044 bash[32620]: audit 2023-12-07T13:27:41.681869+0000 mgr.a (mgr.24293) 8715 : audit 0 from='client.180105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:42 smithi022 bash[28554]: cluster 2023-12-07T13:27:41.367630+0000 mgr.a (mgr.24293) 8714 : 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-07T13:27:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:42 smithi022 bash[28554]: audit 2023-12-07T13:27:41.681869+0000 mgr.a (mgr.24293) 8715 : audit 0 from='client.180105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:42 smithi027 bash[31536]: cluster 2023-12-07T13:27:41.367630+0000 mgr.a (mgr.24293) 8714 : 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-07T13:27:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:42 smithi027 bash[31536]: audit 2023-12-07T13:27:41.681869+0000 mgr.a (mgr.24293) 8715 : audit 0 from='client.180105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:44 smithi027 bash[31536]: cluster 2023-12-07T13:27:43.368223+0000 mgr.a (mgr.24293) 8716 : 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-07T13:27:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:44 smithi044 bash[32620]: cluster 2023-12-07T13:27:43.368223+0000 mgr.a (mgr.24293) 8716 : 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-07T13:27:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:44 smithi022 bash[28554]: cluster 2023-12-07T13:27:43.368223+0000 mgr.a (mgr.24293) 8716 : 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-07T13:27:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:46 smithi027 bash[31536]: cluster 2023-12-07T13:27:45.369032+0000 mgr.a (mgr.24293) 8717 : cluster 0 pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:46 smithi044 bash[32620]: cluster 2023-12-07T13:27:45.369032+0000 mgr.a (mgr.24293) 8717 : cluster 0 pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:46 smithi022 bash[28554]: cluster 2023-12-07T13:27:45.369032+0000 mgr.a (mgr.24293) 8717 : cluster 0 pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:47.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:47.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:47.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:48.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:48.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:48.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:48.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:48.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:48 smithi044 bash[32620]: cluster 2023-12-07T13:27:47.369451+0000 mgr.a (mgr.24293) 8718 : 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-07T13:27:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:48 smithi044 bash[32620]: audit 2023-12-07T13:27:47.639219+0000 mgr.a (mgr.24293) 8719 : audit 0 from='client.180180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:48 smithi022 bash[28554]: cluster 2023-12-07T13:27:47.369451+0000 mgr.a (mgr.24293) 8718 : 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-07T13:27:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:48 smithi022 bash[28554]: audit 2023-12-07T13:27:47.639219+0000 mgr.a (mgr.24293) 8719 : audit 0 from='client.180180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:48 smithi027 bash[31536]: cluster 2023-12-07T13:27:47.369451+0000 mgr.a (mgr.24293) 8718 : 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-07T13:27:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:48 smithi027 bash[31536]: audit 2023-12-07T13:27:47.639219+0000 mgr.a (mgr.24293) 8719 : audit 0 from='client.180180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:50 smithi022 bash[28554]: cluster 2023-12-07T13:27:49.370132+0000 mgr.a (mgr.24293) 8720 : cluster 0 pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:50 smithi027 bash[31536]: cluster 2023-12-07T13:27:49.370132+0000 mgr.a (mgr.24293) 8720 : cluster 0 pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:50 smithi044 bash[32620]: cluster 2023-12-07T13:27:49.370132+0000 mgr.a (mgr.24293) 8720 : cluster 0 pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:52 smithi027 bash[31536]: cluster 2023-12-07T13:27:51.370918+0000 mgr.a (mgr.24293) 8721 : cluster 0 pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:52 smithi044 bash[32620]: cluster 2023-12-07T13:27:51.370918+0000 mgr.a (mgr.24293) 8721 : cluster 0 pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:52 smithi022 bash[28554]: cluster 2023-12-07T13:27:51.370918+0000 mgr.a (mgr.24293) 8721 : cluster 0 pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:53.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:53.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:53.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:54.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:54.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:54.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:54.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:27:54.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:27:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:54 smithi027 bash[31536]: cluster 2023-12-07T13:27:53.371466+0000 mgr.a (mgr.24293) 8722 : 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-07T13:27:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:54 smithi027 bash[31536]: audit 2023-12-07T13:27:53.596983+0000 mgr.a (mgr.24293) 8723 : audit 0 from='client.180255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:54 smithi044 bash[32620]: cluster 2023-12-07T13:27:53.371466+0000 mgr.a (mgr.24293) 8722 : 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-07T13:27:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:54 smithi044 bash[32620]: audit 2023-12-07T13:27:53.596983+0000 mgr.a (mgr.24293) 8723 : audit 0 from='client.180255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:54 smithi022 bash[28554]: cluster 2023-12-07T13:27:53.371466+0000 mgr.a (mgr.24293) 8722 : 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-07T13:27:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:54 smithi022 bash[28554]: audit 2023-12-07T13:27:53.596983+0000 mgr.a (mgr.24293) 8723 : audit 0 from='client.180255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:56 smithi027 bash[31536]: cluster 2023-12-07T13:27:55.372228+0000 mgr.a (mgr.24293) 8724 : cluster 0 pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:56 smithi044 bash[32620]: cluster 2023-12-07T13:27:55.372228+0000 mgr.a (mgr.24293) 8724 : cluster 0 pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:56 smithi022 bash[28554]: cluster 2023-12-07T13:27:55.372228+0000 mgr.a (mgr.24293) 8724 : cluster 0 pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:27:58 smithi044 bash[32620]: cluster 2023-12-07T13:27:57.372786+0000 mgr.a (mgr.24293) 8725 : cluster 0 pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:27:58 smithi022 bash[28554]: cluster 2023-12-07T13:27:57.372786+0000 mgr.a (mgr.24293) 8725 : cluster 0 pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:27:58 smithi027 bash[31536]: cluster 2023-12-07T13:27:57.372786+0000 mgr.a (mgr.24293) 8725 : cluster 0 pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:59.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:27:59.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:59.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:00.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:00.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:00.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:00.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:00.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:00 smithi027 bash[31536]: cluster 2023-12-07T13:27:59.373336+0000 mgr.a (mgr.24293) 8726 : 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-07T13:28:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:00 smithi027 bash[31536]: audit 2023-12-07T13:27:59.542581+0000 mgr.a (mgr.24293) 8727 : audit 0 from='client.180327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:00 smithi044 bash[32620]: cluster 2023-12-07T13:27:59.373336+0000 mgr.a (mgr.24293) 8726 : 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-07T13:28:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:00 smithi044 bash[32620]: audit 2023-12-07T13:27:59.542581+0000 mgr.a (mgr.24293) 8727 : audit 0 from='client.180327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:00 smithi022 bash[28554]: cluster 2023-12-07T13:27:59.373336+0000 mgr.a (mgr.24293) 8726 : 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-07T13:28:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:00 smithi022 bash[28554]: audit 2023-12-07T13:27:59.542581+0000 mgr.a (mgr.24293) 8727 : audit 0 from='client.180327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:02 smithi027 bash[31536]: cluster 2023-12-07T13:28:01.374249+0000 mgr.a (mgr.24293) 8728 : 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-07T13:28:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:02 smithi044 bash[32620]: cluster 2023-12-07T13:28:01.374249+0000 mgr.a (mgr.24293) 8728 : 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-07T13:28:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:02 smithi022 bash[28554]: cluster 2023-12-07T13:28:01.374249+0000 mgr.a (mgr.24293) 8728 : 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-07T13:28:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:04 smithi027 bash[31536]: cluster 2023-12-07T13:28:03.374826+0000 mgr.a (mgr.24293) 8729 : 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-07T13:28:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:04 smithi044 bash[32620]: cluster 2023-12-07T13:28:03.374826+0000 mgr.a (mgr.24293) 8729 : 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-07T13:28:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:04 smithi022 bash[28554]: cluster 2023-12-07T13:28:03.374826+0000 mgr.a (mgr.24293) 8729 : 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-07T13:28:05.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:05.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:05.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:05.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:05.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:05.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:05.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:05.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:06 smithi027 bash[31536]: cluster 2023-12-07T13:28:05.375523+0000 mgr.a (mgr.24293) 8730 : 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-07T13:28:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:06 smithi027 bash[31536]: audit 2023-12-07T13:28:05.488316+0000 mgr.a (mgr.24293) 8731 : audit 0 from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:06 smithi044 bash[32620]: cluster 2023-12-07T13:28:05.375523+0000 mgr.a (mgr.24293) 8730 : 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-07T13:28:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:06 smithi044 bash[32620]: audit 2023-12-07T13:28:05.488316+0000 mgr.a (mgr.24293) 8731 : audit 0 from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:06 smithi022 bash[28554]: cluster 2023-12-07T13:28:05.375523+0000 mgr.a (mgr.24293) 8730 : 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-07T13:28:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:06 smithi022 bash[28554]: audit 2023-12-07T13:28:05.488316+0000 mgr.a (mgr.24293) 8731 : audit 0 from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:08 smithi044 bash[32620]: cluster 2023-12-07T13:28:07.376178+0000 mgr.a (mgr.24293) 8732 : cluster 0 pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:08 smithi022 bash[28554]: cluster 2023-12-07T13:28:07.376178+0000 mgr.a (mgr.24293) 8732 : cluster 0 pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:08 smithi027 bash[31536]: cluster 2023-12-07T13:28:07.376178+0000 mgr.a (mgr.24293) 8732 : cluster 0 pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:10 smithi027 bash[31536]: cluster 2023-12-07T13:28:09.376749+0000 mgr.a (mgr.24293) 8733 : cluster 0 pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:10 smithi044 bash[32620]: cluster 2023-12-07T13:28:09.376749+0000 mgr.a (mgr.24293) 8733 : cluster 0 pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:10 smithi022 bash[28554]: cluster 2023-12-07T13:28:09.376749+0000 mgr.a (mgr.24293) 8733 : cluster 0 pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:10.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:10.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:10.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:11.934 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:12 smithi027 bash[31536]: cluster 2023-12-07T13:28:11.377509+0000 mgr.a (mgr.24293) 8734 : 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-07T13:28:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:12 smithi027 bash[31536]: audit 2023-12-07T13:28:11.398517+0000 mgr.a (mgr.24293) 8735 : audit 0 from='client.180477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:12 smithi044 bash[32620]: cluster 2023-12-07T13:28:11.377509+0000 mgr.a (mgr.24293) 8734 : 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-07T13:28:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:12 smithi044 bash[32620]: audit 2023-12-07T13:28:11.398517+0000 mgr.a (mgr.24293) 8735 : audit 0 from='client.180477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:12 smithi022 bash[28554]: cluster 2023-12-07T13:28:11.377509+0000 mgr.a (mgr.24293) 8734 : 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-07T13:28:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:12 smithi022 bash[28554]: audit 2023-12-07T13:28:11.398517+0000 mgr.a (mgr.24293) 8735 : audit 0 from='client.180477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:14 smithi027 bash[31536]: cluster 2023-12-07T13:28:13.378142+0000 mgr.a (mgr.24293) 8736 : 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-07T13:28:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:14 smithi044 bash[32620]: cluster 2023-12-07T13:28:13.378142+0000 mgr.a (mgr.24293) 8736 : 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-07T13:28:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:14 smithi022 bash[28554]: cluster 2023-12-07T13:28:13.378142+0000 mgr.a (mgr.24293) 8736 : 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-07T13:28:16.713 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:16 smithi027 bash[31536]: cluster 2023-12-07T13:28:15.379038+0000 mgr.a (mgr.24293) 8737 : cluster 0 pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:16 smithi044 bash[32620]: cluster 2023-12-07T13:28:15.379038+0000 mgr.a (mgr.24293) 8737 : cluster 0 pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:16 smithi022 bash[28554]: cluster 2023-12-07T13:28:15.379038+0000 mgr.a (mgr.24293) 8737 : cluster 0 pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:16.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:16.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:16.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:17.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:17.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:17.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:17.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:17.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:18 smithi044 bash[32620]: audit 2023-12-07T13:28:17.346650+0000 mgr.a (mgr.24293) 8738 : audit 0 from='client.153736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:18 smithi044 bash[32620]: cluster 2023-12-07T13:28:17.379749+0000 mgr.a (mgr.24293) 8739 : 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-07T13:28:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:18 smithi022 bash[28554]: audit 2023-12-07T13:28:17.346650+0000 mgr.a (mgr.24293) 8738 : audit 0 from='client.153736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:18 smithi022 bash[28554]: cluster 2023-12-07T13:28:17.379749+0000 mgr.a (mgr.24293) 8739 : 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-07T13:28:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:18 smithi027 bash[31536]: audit 2023-12-07T13:28:17.346650+0000 mgr.a (mgr.24293) 8738 : audit 0 from='client.153736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:18 smithi027 bash[31536]: cluster 2023-12-07T13:28:17.379749+0000 mgr.a (mgr.24293) 8739 : 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-07T13:28:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:20 smithi027 bash[31536]: cluster 2023-12-07T13:28:19.380372+0000 mgr.a (mgr.24293) 8740 : cluster 0 pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:20 smithi044 bash[32620]: cluster 2023-12-07T13:28:19.380372+0000 mgr.a (mgr.24293) 8740 : cluster 0 pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:20 smithi022 bash[28554]: cluster 2023-12-07T13:28:19.380372+0000 mgr.a (mgr.24293) 8740 : cluster 0 pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:22 smithi027 bash[31536]: cluster 2023-12-07T13:28:21.381190+0000 mgr.a (mgr.24293) 8741 : cluster 0 pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:22.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:22.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:22.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:22 smithi044 bash[32620]: cluster 2023-12-07T13:28:21.381190+0000 mgr.a (mgr.24293) 8741 : cluster 0 pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:22 smithi022 bash[28554]: cluster 2023-12-07T13:28:21.381190+0000 mgr.a (mgr.24293) 8741 : cluster 0 pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:23.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:23.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:23.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:23.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:23.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:24 smithi027 bash[31536]: audit 2023-12-07T13:28:23.259095+0000 mgr.a (mgr.24293) 8742 : audit 0 from='client.180633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:24 smithi027 bash[31536]: cluster 2023-12-07T13:28:23.381655+0000 mgr.a (mgr.24293) 8743 : 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-07T13:28:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:24 smithi022 bash[28554]: audit 2023-12-07T13:28:23.259095+0000 mgr.a (mgr.24293) 8742 : audit 0 from='client.180633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:24 smithi022 bash[28554]: cluster 2023-12-07T13:28:23.381655+0000 mgr.a (mgr.24293) 8743 : 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-07T13:28:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:24 smithi044 bash[32620]: audit 2023-12-07T13:28:23.259095+0000 mgr.a (mgr.24293) 8742 : audit 0 from='client.180633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:24 smithi044 bash[32620]: cluster 2023-12-07T13:28:23.381655+0000 mgr.a (mgr.24293) 8743 : 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-07T13:28:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:26 smithi044 bash[32620]: cluster 2023-12-07T13:28:25.382522+0000 mgr.a (mgr.24293) 8744 : cluster 0 pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:26 smithi022 bash[28554]: cluster 2023-12-07T13:28:25.382522+0000 mgr.a (mgr.24293) 8744 : cluster 0 pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:26 smithi027 bash[31536]: cluster 2023-12-07T13:28:25.382522+0000 mgr.a (mgr.24293) 8744 : cluster 0 pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:28 smithi044 bash[32620]: cluster 2023-12-07T13:28:27.383084+0000 mgr.a (mgr.24293) 8745 : cluster 0 pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:28 smithi022 bash[28554]: cluster 2023-12-07T13:28:27.383084+0000 mgr.a (mgr.24293) 8745 : cluster 0 pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:28 smithi027 bash[31536]: cluster 2023-12-07T13:28:27.383084+0000 mgr.a (mgr.24293) 8745 : cluster 0 pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:28.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:28.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:29.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:29.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:30 smithi027 bash[31536]: audit 2023-12-07T13:28:29.170415+0000 mgr.a (mgr.24293) 8746 : audit 0 from='client.180711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:30 smithi027 bash[31536]: cluster 2023-12-07T13:28:29.383847+0000 mgr.a (mgr.24293) 8747 : 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-07T13:28:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:30 smithi044 bash[32620]: audit 2023-12-07T13:28:29.170415+0000 mgr.a (mgr.24293) 8746 : audit 0 from='client.180711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:30 smithi044 bash[32620]: cluster 2023-12-07T13:28:29.383847+0000 mgr.a (mgr.24293) 8747 : 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-07T13:28:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:30 smithi022 bash[28554]: audit 2023-12-07T13:28:29.170415+0000 mgr.a (mgr.24293) 8746 : audit 0 from='client.180711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:30 smithi022 bash[28554]: cluster 2023-12-07T13:28:29.383847+0000 mgr.a (mgr.24293) 8747 : 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-07T13:28:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:32 smithi027 bash[31536]: cluster 2023-12-07T13:28:31.384799+0000 mgr.a (mgr.24293) 8748 : 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-07T13:28:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:32 smithi044 bash[32620]: cluster 2023-12-07T13:28:31.384799+0000 mgr.a (mgr.24293) 8748 : 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-07T13:28:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:32 smithi022 bash[28554]: cluster 2023-12-07T13:28:31.384799+0000 mgr.a (mgr.24293) 8748 : 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-07T13:28:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:34 smithi027 bash[31536]: cluster 2023-12-07T13:28:33.385368+0000 mgr.a (mgr.24293) 8749 : 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-07T13:28:34.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:34.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:34.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:34 smithi044 bash[32620]: cluster 2023-12-07T13:28:33.385368+0000 mgr.a (mgr.24293) 8749 : 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-07T13:28:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:34 smithi022 bash[28554]: cluster 2023-12-07T13:28:33.385368+0000 mgr.a (mgr.24293) 8749 : 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-07T13:28:35.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:35.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:35.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:35.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:35.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:35 smithi044 bash[32620]: audit 2023-12-07T13:28:35.129377+0000 mgr.a (mgr.24293) 8750 : audit 0 from='client.180789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:35 smithi022 bash[28554]: audit 2023-12-07T13:28:35.129377+0000 mgr.a (mgr.24293) 8750 : audit 0 from='client.180789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:35 smithi027 bash[31536]: audit 2023-12-07T13:28:35.129377+0000 mgr.a (mgr.24293) 8750 : audit 0 from='client.180789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:36 smithi044 bash[32620]: cluster 2023-12-07T13:28:35.394512+0000 mgr.a (mgr.24293) 8751 : cluster 0 pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:28:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:36 smithi022 bash[28554]: cluster 2023-12-07T13:28:35.394512+0000 mgr.a (mgr.24293) 8751 : cluster 0 pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:28:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:36 smithi027 bash[31536]: cluster 2023-12-07T13:28:35.394512+0000 mgr.a (mgr.24293) 8751 : cluster 0 pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:28:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:38 smithi044 bash[32620]: cluster 2023-12-07T13:28:37.395301+0000 mgr.a (mgr.24293) 8752 : cluster 0 pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:28:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:38 smithi022 bash[28554]: cluster 2023-12-07T13:28:37.395301+0000 mgr.a (mgr.24293) 8752 : cluster 0 pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:28:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:38 smithi027 bash[31536]: cluster 2023-12-07T13:28:37.395301+0000 mgr.a (mgr.24293) 8752 : cluster 0 pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:28:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:39 smithi044 bash[32620]: audit 2023-12-07T13:28:39.322411+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:28:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:39 smithi022 bash[28554]: audit 2023-12-07T13:28:39.322411+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:28:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:39 smithi027 bash[31536]: audit 2023-12-07T13:28:39.322411+0000 mon.a (mon.0) 1666 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:28:40.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:40.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:40.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:40 smithi044 bash[32620]: cluster 2023-12-07T13:28:39.395919+0000 mgr.a (mgr.24293) 8753 : cluster 0 pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:28:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:40 smithi044 bash[32620]: audit 2023-12-07T13:28:40.067763+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:28:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:40 smithi044 bash[32620]: audit 2023-12-07T13:28:40.069240+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:28:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:40 smithi044 bash[32620]: audit 2023-12-07T13:28:40.076559+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:28:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:40 smithi022 bash[28554]: cluster 2023-12-07T13:28:39.395919+0000 mgr.a (mgr.24293) 8753 : cluster 0 pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:28:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:40 smithi022 bash[28554]: audit 2023-12-07T13:28:40.067763+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:28:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:40 smithi022 bash[28554]: audit 2023-12-07T13:28:40.069240+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:28:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:40 smithi022 bash[28554]: audit 2023-12-07T13:28:40.076559+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:28:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:40 smithi027 bash[31536]: cluster 2023-12-07T13:28:39.395919+0000 mgr.a (mgr.24293) 8753 : cluster 0 pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:28:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:40 smithi027 bash[31536]: audit 2023-12-07T13:28:40.067763+0000 mon.a (mon.0) 1667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:28:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:40 smithi027 bash[31536]: audit 2023-12-07T13:28:40.069240+0000 mon.a (mon.0) 1668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:28:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:40 smithi027 bash[31536]: audit 2023-12-07T13:28:40.076559+0000 mon.a (mon.0) 1669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:28:41.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:41.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:41.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:41.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:41.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:41 smithi044 bash[32620]: audit 2023-12-07T13:28:41.066362+0000 mgr.a (mgr.24293) 8754 : audit 0 from='client.180867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:41 smithi022 bash[28554]: audit 2023-12-07T13:28:41.066362+0000 mgr.a (mgr.24293) 8754 : audit 0 from='client.180867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:41 smithi027 bash[31536]: audit 2023-12-07T13:28:41.066362+0000 mgr.a (mgr.24293) 8754 : audit 0 from='client.180867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:42 smithi044 bash[32620]: cluster 2023-12-07T13:28:41.396663+0000 mgr.a (mgr.24293) 8755 : cluster 0 pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:42 smithi022 bash[28554]: cluster 2023-12-07T13:28:41.396663+0000 mgr.a (mgr.24293) 8755 : cluster 0 pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:42 smithi027 bash[31536]: cluster 2023-12-07T13:28:41.396663+0000 mgr.a (mgr.24293) 8755 : cluster 0 pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:44 smithi044 bash[32620]: cluster 2023-12-07T13:28:43.397308+0000 mgr.a (mgr.24293) 8756 : cluster 0 pgmap v6543: 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-07T13:28:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:44 smithi022 bash[28554]: cluster 2023-12-07T13:28:43.397308+0000 mgr.a (mgr.24293) 8756 : cluster 0 pgmap v6543: 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-07T13:28:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:44 smithi027 bash[31536]: cluster 2023-12-07T13:28:43.397308+0000 mgr.a (mgr.24293) 8756 : cluster 0 pgmap v6543: 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-07T13:28:46.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:46.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:46.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:46 smithi044 bash[32620]: cluster 2023-12-07T13:28:45.398047+0000 mgr.a (mgr.24293) 8757 : cluster 0 pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:46 smithi022 bash[28554]: cluster 2023-12-07T13:28:45.398047+0000 mgr.a (mgr.24293) 8757 : cluster 0 pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:46 smithi027 bash[31536]: cluster 2023-12-07T13:28:45.398047+0000 mgr.a (mgr.24293) 8757 : cluster 0 pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:47.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:47 smithi044 bash[32620]: audit 2023-12-07T13:28:46.991217+0000 mgr.a (mgr.24293) 8758 : audit 0 from='client.180942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:47 smithi022 bash[28554]: audit 2023-12-07T13:28:46.991217+0000 mgr.a (mgr.24293) 8758 : audit 0 from='client.180942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:47 smithi027 bash[31536]: audit 2023-12-07T13:28:46.991217+0000 mgr.a (mgr.24293) 8758 : audit 0 from='client.180942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:48 smithi044 bash[32620]: cluster 2023-12-07T13:28:47.398592+0000 mgr.a (mgr.24293) 8759 : cluster 0 pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:28:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:48 smithi022 bash[28554]: cluster 2023-12-07T13:28:47.398592+0000 mgr.a (mgr.24293) 8759 : cluster 0 pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:28:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:48 smithi027 bash[31536]: cluster 2023-12-07T13:28:47.398592+0000 mgr.a (mgr.24293) 8759 : cluster 0 pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:28:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:50 smithi044 bash[32620]: cluster 2023-12-07T13:28:49.399145+0000 mgr.a (mgr.24293) 8760 : cluster 0 pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:28:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:50 smithi022 bash[28554]: cluster 2023-12-07T13:28:49.399145+0000 mgr.a (mgr.24293) 8760 : cluster 0 pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:28:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:50 smithi027 bash[31536]: cluster 2023-12-07T13:28:49.399145+0000 mgr.a (mgr.24293) 8760 : cluster 0 pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:28:52.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:52.511 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:52.511 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:52 smithi022 bash[28554]: cluster 2023-12-07T13:28:51.399961+0000 mgr.a (mgr.24293) 8761 : cluster 0 pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:28:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:52 smithi044 bash[32620]: cluster 2023-12-07T13:28:51.399961+0000 mgr.a (mgr.24293) 8761 : cluster 0 pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:28:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:52 smithi027 bash[31536]: cluster 2023-12-07T13:28:51.399961+0000 mgr.a (mgr.24293) 8761 : cluster 0 pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:28:53.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:53.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:53.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:53.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:53.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:53 smithi044 bash[32620]: audit 2023-12-07T13:28:52.924256+0000 mgr.a (mgr.24293) 8762 : audit 0 from='client.181011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:53 smithi022 bash[28554]: audit 2023-12-07T13:28:52.924256+0000 mgr.a (mgr.24293) 8762 : audit 0 from='client.181011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:53 smithi027 bash[31536]: audit 2023-12-07T13:28:52.924256+0000 mgr.a (mgr.24293) 8762 : audit 0 from='client.181011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:54 smithi044 bash[32620]: cluster 2023-12-07T13:28:53.400421+0000 mgr.a (mgr.24293) 8763 : cluster 0 pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:54 smithi022 bash[28554]: cluster 2023-12-07T13:28:53.400421+0000 mgr.a (mgr.24293) 8763 : cluster 0 pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:54 smithi027 bash[31536]: cluster 2023-12-07T13:28:53.400421+0000 mgr.a (mgr.24293) 8763 : cluster 0 pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:56 smithi044 bash[32620]: cluster 2023-12-07T13:28:55.401340+0000 mgr.a (mgr.24293) 8764 : cluster 0 pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:56 smithi022 bash[28554]: cluster 2023-12-07T13:28:55.401340+0000 mgr.a (mgr.24293) 8764 : cluster 0 pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:56 smithi027 bash[31536]: cluster 2023-12-07T13:28:55.401340+0000 mgr.a (mgr.24293) 8764 : cluster 0 pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:58.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:28:58.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:58.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:58 smithi044 bash[32620]: cluster 2023-12-07T13:28:57.401918+0000 mgr.a (mgr.24293) 8765 : cluster 0 pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:58 smithi022 bash[28554]: cluster 2023-12-07T13:28:57.401918+0000 mgr.a (mgr.24293) 8765 : cluster 0 pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:58 smithi027 bash[31536]: cluster 2023-12-07T13:28:57.401918+0000 mgr.a (mgr.24293) 8765 : cluster 0 pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:28:59.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:28:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:28:59 smithi022 bash[28554]: audit 2023-12-07T13:28:58.873100+0000 mgr.a (mgr.24293) 8766 : audit 0 from='client.181089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:28:59 smithi044 bash[32620]: audit 2023-12-07T13:28:58.873100+0000 mgr.a (mgr.24293) 8766 : audit 0 from='client.181089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:28:59 smithi027 bash[31536]: audit 2023-12-07T13:28:58.873100+0000 mgr.a (mgr.24293) 8766 : audit 0 from='client.181089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:00 smithi044 bash[32620]: cluster 2023-12-07T13:28:59.402660+0000 mgr.a (mgr.24293) 8767 : 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-07T13:29:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:00 smithi022 bash[28554]: cluster 2023-12-07T13:28:59.402660+0000 mgr.a (mgr.24293) 8767 : 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-07T13:29:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:00 smithi027 bash[31536]: cluster 2023-12-07T13:28:59.402660+0000 mgr.a (mgr.24293) 8767 : 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-07T13:29:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:02 smithi044 bash[32620]: cluster 2023-12-07T13:29:01.403523+0000 mgr.a (mgr.24293) 8768 : 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-07T13:29:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:02 smithi022 bash[28554]: cluster 2023-12-07T13:29:01.403523+0000 mgr.a (mgr.24293) 8768 : 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-07T13:29:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:02 smithi027 bash[31536]: cluster 2023-12-07T13:29:01.403523+0000 mgr.a (mgr.24293) 8768 : 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-07T13:29:04.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:04.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:04.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:04 smithi044 bash[32620]: cluster 2023-12-07T13:29:03.404107+0000 mgr.a (mgr.24293) 8769 : 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-07T13:29:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:04 smithi022 bash[28554]: cluster 2023-12-07T13:29:03.404107+0000 mgr.a (mgr.24293) 8769 : 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-07T13:29:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:04 smithi027 bash[31536]: cluster 2023-12-07T13:29:03.404107+0000 mgr.a (mgr.24293) 8769 : 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-07T13:29:05.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:05.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:05.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:05.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:05.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:05 smithi044 bash[32620]: audit 2023-12-07T13:29:04.787268+0000 mgr.a (mgr.24293) 8770 : audit 0 from='client.181164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:05 smithi022 bash[28554]: audit 2023-12-07T13:29:04.787268+0000 mgr.a (mgr.24293) 8770 : audit 0 from='client.181164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:05 smithi027 bash[31536]: audit 2023-12-07T13:29:04.787268+0000 mgr.a (mgr.24293) 8770 : audit 0 from='client.181164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:06 smithi044 bash[32620]: cluster 2023-12-07T13:29:05.405060+0000 mgr.a (mgr.24293) 8771 : cluster 0 pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:06 smithi022 bash[28554]: cluster 2023-12-07T13:29:05.405060+0000 mgr.a (mgr.24293) 8771 : cluster 0 pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:06 smithi027 bash[31536]: cluster 2023-12-07T13:29:05.405060+0000 mgr.a (mgr.24293) 8771 : cluster 0 pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:08 smithi044 bash[32620]: cluster 2023-12-07T13:29:07.405632+0000 mgr.a (mgr.24293) 8772 : cluster 0 pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:08 smithi022 bash[28554]: cluster 2023-12-07T13:29:07.405632+0000 mgr.a (mgr.24293) 8772 : cluster 0 pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:08 smithi027 bash[31536]: cluster 2023-12-07T13:29:07.405632+0000 mgr.a (mgr.24293) 8772 : cluster 0 pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:10.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:10.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:10.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:10 smithi044 bash[32620]: cluster 2023-12-07T13:29:09.406219+0000 mgr.a (mgr.24293) 8773 : 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-07T13:29:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:10 smithi022 bash[28554]: cluster 2023-12-07T13:29:09.406219+0000 mgr.a (mgr.24293) 8773 : 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-07T13:29:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:10 smithi027 bash[31536]: cluster 2023-12-07T13:29:09.406219+0000 mgr.a (mgr.24293) 8773 : 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-07T13:29:11.227 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:11.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:11.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:11.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:11.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:11 smithi044 bash[32620]: audit 2023-12-07T13:29:10.712532+0000 mgr.a (mgr.24293) 8774 : audit 0 from='client.154243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:11 smithi022 bash[28554]: audit 2023-12-07T13:29:10.712532+0000 mgr.a (mgr.24293) 8774 : audit 0 from='client.154243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:11 smithi027 bash[31536]: audit 2023-12-07T13:29:10.712532+0000 mgr.a (mgr.24293) 8774 : audit 0 from='client.154243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:12 smithi044 bash[32620]: cluster 2023-12-07T13:29:11.407296+0000 mgr.a (mgr.24293) 8775 : cluster 0 pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:12 smithi022 bash[28554]: cluster 2023-12-07T13:29:11.407296+0000 mgr.a (mgr.24293) 8775 : cluster 0 pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:12 smithi027 bash[31536]: cluster 2023-12-07T13:29:11.407296+0000 mgr.a (mgr.24293) 8775 : cluster 0 pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:14 smithi044 bash[32620]: cluster 2023-12-07T13:29:13.408099+0000 mgr.a (mgr.24293) 8776 : cluster 0 pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:14.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:14 smithi022 bash[28554]: cluster 2023-12-07T13:29:13.408099+0000 mgr.a (mgr.24293) 8776 : cluster 0 pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:14 smithi027 bash[31536]: cluster 2023-12-07T13:29:13.408099+0000 mgr.a (mgr.24293) 8776 : cluster 0 pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:16.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:16.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:16.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:16 smithi044 bash[32620]: cluster 2023-12-07T13:29:15.408891+0000 mgr.a (mgr.24293) 8777 : 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-07T13:29:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:16 smithi022 bash[28554]: cluster 2023-12-07T13:29:15.408891+0000 mgr.a (mgr.24293) 8777 : 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-07T13:29:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:16 smithi027 bash[31536]: cluster 2023-12-07T13:29:15.408891+0000 mgr.a (mgr.24293) 8777 : 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-07T13:29:17.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:17.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:17.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:17.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:17.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:17 smithi044 bash[32620]: audit 2023-12-07T13:29:16.638184+0000 mgr.a (mgr.24293) 8778 : audit 0 from='client.181314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:17 smithi022 bash[28554]: audit 2023-12-07T13:29:16.638184+0000 mgr.a (mgr.24293) 8778 : audit 0 from='client.181314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:17 smithi027 bash[31536]: audit 2023-12-07T13:29:16.638184+0000 mgr.a (mgr.24293) 8778 : audit 0 from='client.181314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:18 smithi044 bash[32620]: cluster 2023-12-07T13:29:17.409589+0000 mgr.a (mgr.24293) 8779 : cluster 0 pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:18 smithi022 bash[28554]: cluster 2023-12-07T13:29:17.409589+0000 mgr.a (mgr.24293) 8779 : cluster 0 pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:18 smithi027 bash[31536]: cluster 2023-12-07T13:29:17.409589+0000 mgr.a (mgr.24293) 8779 : cluster 0 pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:20 smithi044 bash[32620]: cluster 2023-12-07T13:29:19.410185+0000 mgr.a (mgr.24293) 8780 : 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-07T13:29:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:20 smithi022 bash[28554]: cluster 2023-12-07T13:29:19.410185+0000 mgr.a (mgr.24293) 8780 : 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-07T13:29:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:20 smithi027 bash[31536]: cluster 2023-12-07T13:29:19.410185+0000 mgr.a (mgr.24293) 8780 : 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-07T13:29:22.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:22.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:22.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:22 smithi022 bash[28554]: cluster 2023-12-07T13:29:21.411013+0000 mgr.a (mgr.24293) 8781 : 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-07T13:29:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:22 smithi044 bash[32620]: cluster 2023-12-07T13:29:21.411013+0000 mgr.a (mgr.24293) 8781 : 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-07T13:29:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:22 smithi027 bash[31536]: cluster 2023-12-07T13:29:21.411013+0000 mgr.a (mgr.24293) 8781 : 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-07T13:29:23.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:23.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:23.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:23.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:23.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:23 smithi044 bash[32620]: audit 2023-12-07T13:29:22.588400+0000 mgr.a (mgr.24293) 8782 : audit 0 from='client.181392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:23 smithi022 bash[28554]: audit 2023-12-07T13:29:22.588400+0000 mgr.a (mgr.24293) 8782 : audit 0 from='client.181392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:23 smithi027 bash[31536]: audit 2023-12-07T13:29:22.588400+0000 mgr.a (mgr.24293) 8782 : audit 0 from='client.181392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:24 smithi044 bash[32620]: cluster 2023-12-07T13:29:23.411787+0000 mgr.a (mgr.24293) 8783 : cluster 0 pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:24 smithi022 bash[28554]: cluster 2023-12-07T13:29:23.411787+0000 mgr.a (mgr.24293) 8783 : cluster 0 pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:24 smithi027 bash[31536]: cluster 2023-12-07T13:29:23.411787+0000 mgr.a (mgr.24293) 8783 : cluster 0 pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:26 smithi044 bash[32620]: cluster 2023-12-07T13:29:25.412562+0000 mgr.a (mgr.24293) 8784 : cluster 0 pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:26 smithi022 bash[28554]: cluster 2023-12-07T13:29:25.412562+0000 mgr.a (mgr.24293) 8784 : cluster 0 pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:26 smithi027 bash[31536]: cluster 2023-12-07T13:29:25.412562+0000 mgr.a (mgr.24293) 8784 : cluster 0 pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:28.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:28.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:28.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:28 smithi022 bash[28554]: cluster 2023-12-07T13:29:27.413077+0000 mgr.a (mgr.24293) 8785 : 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-07T13:29:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:28 smithi044 bash[32620]: cluster 2023-12-07T13:29:27.413077+0000 mgr.a (mgr.24293) 8785 : 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-07T13:29:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:28 smithi027 bash[31536]: cluster 2023-12-07T13:29:27.413077+0000 mgr.a (mgr.24293) 8785 : 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-07T13:29:29.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:29.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:29.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:29.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:29.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:29 smithi044 bash[32620]: audit 2023-12-07T13:29:28.538964+0000 mgr.a (mgr.24293) 8786 : audit 0 from='client.181470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:29 smithi022 bash[28554]: audit 2023-12-07T13:29:28.538964+0000 mgr.a (mgr.24293) 8786 : audit 0 from='client.181470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:29 smithi027 bash[31536]: audit 2023-12-07T13:29:28.538964+0000 mgr.a (mgr.24293) 8786 : audit 0 from='client.181470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:30 smithi044 bash[32620]: cluster 2023-12-07T13:29:29.413784+0000 mgr.a (mgr.24293) 8787 : 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-07T13:29:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:30 smithi022 bash[28554]: cluster 2023-12-07T13:29:29.413784+0000 mgr.a (mgr.24293) 8787 : 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-07T13:29:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:30 smithi027 bash[31536]: cluster 2023-12-07T13:29:29.413784+0000 mgr.a (mgr.24293) 8787 : 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-07T13:29:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:32 smithi044 bash[32620]: cluster 2023-12-07T13:29:31.414649+0000 mgr.a (mgr.24293) 8788 : 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-07T13:29:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:32 smithi022 bash[28554]: cluster 2023-12-07T13:29:31.414649+0000 mgr.a (mgr.24293) 8788 : 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-07T13:29:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:32 smithi027 bash[31536]: cluster 2023-12-07T13:29:31.414649+0000 mgr.a (mgr.24293) 8788 : 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-07T13:29:34.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:34.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:34.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:34 smithi044 bash[32620]: cluster 2023-12-07T13:29:33.415265+0000 mgr.a (mgr.24293) 8789 : 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-07T13:29:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:34 smithi022 bash[28554]: cluster 2023-12-07T13:29:33.415265+0000 mgr.a (mgr.24293) 8789 : 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-07T13:29:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:34 smithi027 bash[31536]: cluster 2023-12-07T13:29:33.415265+0000 mgr.a (mgr.24293) 8789 : 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-07T13:29:34.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:34.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:34.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:34.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:34.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:35 smithi044 bash[32620]: audit 2023-12-07T13:29:34.466259+0000 mgr.a (mgr.24293) 8790 : audit 0 from='client.181545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:35 smithi022 bash[28554]: audit 2023-12-07T13:29:34.466259+0000 mgr.a (mgr.24293) 8790 : audit 0 from='client.181545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:35 smithi027 bash[31536]: audit 2023-12-07T13:29:34.466259+0000 mgr.a (mgr.24293) 8790 : audit 0 from='client.181545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:36 smithi044 bash[32620]: cluster 2023-12-07T13:29:35.416171+0000 mgr.a (mgr.24293) 8791 : cluster 0 pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:36 smithi022 bash[28554]: cluster 2023-12-07T13:29:35.416171+0000 mgr.a (mgr.24293) 8791 : cluster 0 pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:36 smithi027 bash[31536]: cluster 2023-12-07T13:29:35.416171+0000 mgr.a (mgr.24293) 8791 : cluster 0 pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:38 smithi044 bash[32620]: cluster 2023-12-07T13:29:37.416729+0000 mgr.a (mgr.24293) 8792 : cluster 0 pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:38 smithi022 bash[28554]: cluster 2023-12-07T13:29:37.416729+0000 mgr.a (mgr.24293) 8792 : cluster 0 pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:38 smithi027 bash[31536]: cluster 2023-12-07T13:29:37.416729+0000 mgr.a (mgr.24293) 8792 : cluster 0 pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:39.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:39.997 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:39.997 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:40 smithi044 bash[32620]: cluster 2023-12-07T13:29:39.417329+0000 mgr.a (mgr.24293) 8793 : 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-07T13:29:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:40 smithi044 bash[32620]: audit 2023-12-07T13:29:40.179115+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:29:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:40 smithi022 bash[28554]: cluster 2023-12-07T13:29:39.417329+0000 mgr.a (mgr.24293) 8793 : 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-07T13:29:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:40 smithi022 bash[28554]: audit 2023-12-07T13:29:40.179115+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:29:40.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:40.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:40.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:40.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:40.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:40 smithi027 bash[31536]: cluster 2023-12-07T13:29:39.417329+0000 mgr.a (mgr.24293) 8793 : 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-07T13:29:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:40 smithi027 bash[31536]: audit 2023-12-07T13:29:40.179115+0000 mon.a (mon.0) 1670 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:29:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:41 smithi044 bash[32620]: audit 2023-12-07T13:29:40.442203+0000 mgr.a (mgr.24293) 8794 : audit 0 from='client.181620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:41 smithi022 bash[28554]: audit 2023-12-07T13:29:40.442203+0000 mgr.a (mgr.24293) 8794 : audit 0 from='client.181620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:41 smithi027 bash[31536]: audit 2023-12-07T13:29:40.442203+0000 mgr.a (mgr.24293) 8794 : audit 0 from='client.181620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:42 smithi044 bash[32620]: cluster 2023-12-07T13:29:41.418333+0000 mgr.a (mgr.24293) 8795 : cluster 0 pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:42 smithi022 bash[28554]: cluster 2023-12-07T13:29:41.418333+0000 mgr.a (mgr.24293) 8795 : cluster 0 pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:42 smithi027 bash[31536]: cluster 2023-12-07T13:29:41.418333+0000 mgr.a (mgr.24293) 8795 : cluster 0 pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:44 smithi044 bash[32620]: cluster 2023-12-07T13:29:43.418941+0000 mgr.a (mgr.24293) 8796 : cluster 0 pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:44 smithi022 bash[28554]: cluster 2023-12-07T13:29:43.418941+0000 mgr.a (mgr.24293) 8796 : cluster 0 pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:44 smithi027 bash[31536]: cluster 2023-12-07T13:29:43.418941+0000 mgr.a (mgr.24293) 8796 : cluster 0 pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:45.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:45.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:45.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:46.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:46.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:46.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:46.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:46.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: cluster 2023-12-07T13:29:45.419677+0000 mgr.a (mgr.24293) 8797 : 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-07T13:29:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:45.539623+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:45.551828+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:45.639111+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:45.644101+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:45.649229+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:45.655739+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:46.339789+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:46.341403+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:46 smithi022 bash[28554]: audit 2023-12-07T13:29:46.350053+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: cluster 2023-12-07T13:29:45.419677+0000 mgr.a (mgr.24293) 8797 : 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-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:45.539623+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:45.551828+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:45.639111+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:45.644101+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:45.649229+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:45.655739+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:46.339789+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:46.341403+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:29:46.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:46 smithi044 bash[32620]: audit 2023-12-07T13:29:46.350053+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: cluster 2023-12-07T13:29:45.419677+0000 mgr.a (mgr.24293) 8797 : 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-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:45.539623+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:45.551828+0000 mon.a (mon.0) 1672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:45.639111+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:45.644101+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:45.649229+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:45.655739+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:46.339789+0000 mon.a (mon.0) 1677 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:29:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:46.341403+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:29:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:46 smithi027 bash[31536]: audit 2023-12-07T13:29:46.350053+0000 mon.a (mon.0) 1679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:29:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:47 smithi044 bash[32620]: audit 2023-12-07T13:29:46.370805+0000 mgr.a (mgr.24293) 8798 : audit 0 from='client.181689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:47 smithi022 bash[28554]: audit 2023-12-07T13:29:46.370805+0000 mgr.a (mgr.24293) 8798 : audit 0 from='client.181689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:47 smithi027 bash[31536]: audit 2023-12-07T13:29:46.370805+0000 mgr.a (mgr.24293) 8798 : audit 0 from='client.181689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:48 smithi044 bash[32620]: cluster 2023-12-07T13:29:47.420306+0000 mgr.a (mgr.24293) 8799 : cluster 0 pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:48 smithi022 bash[28554]: cluster 2023-12-07T13:29:47.420306+0000 mgr.a (mgr.24293) 8799 : cluster 0 pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:48 smithi027 bash[31536]: cluster 2023-12-07T13:29:47.420306+0000 mgr.a (mgr.24293) 8799 : cluster 0 pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:50 smithi022 bash[28554]: cluster 2023-12-07T13:29:49.420890+0000 mgr.a (mgr.24293) 8800 : cluster 0 pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:50 smithi044 bash[32620]: cluster 2023-12-07T13:29:49.420890+0000 mgr.a (mgr.24293) 8800 : cluster 0 pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:50 smithi027 bash[31536]: cluster 2023-12-07T13:29:49.420890+0000 mgr.a (mgr.24293) 8800 : cluster 0 pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:51.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:51.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:51.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:52.880 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:52.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:52.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:52.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:52.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:52 smithi044 bash[32620]: cluster 2023-12-07T13:29:51.421700+0000 mgr.a (mgr.24293) 8801 : 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-07T13:29:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:52 smithi022 bash[28554]: cluster 2023-12-07T13:29:51.421700+0000 mgr.a (mgr.24293) 8801 : 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-07T13:29:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:52 smithi027 bash[31536]: cluster 2023-12-07T13:29:51.421700+0000 mgr.a (mgr.24293) 8801 : 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-07T13:29:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:53 smithi044 bash[32620]: audit 2023-12-07T13:29:52.326009+0000 mgr.a (mgr.24293) 8802 : audit 0 from='client.181764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:53 smithi022 bash[28554]: audit 2023-12-07T13:29:52.326009+0000 mgr.a (mgr.24293) 8802 : audit 0 from='client.181764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:53 smithi027 bash[31536]: audit 2023-12-07T13:29:52.326009+0000 mgr.a (mgr.24293) 8802 : audit 0 from='client.181764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:54 smithi044 bash[32620]: cluster 2023-12-07T13:29:53.422448+0000 mgr.a (mgr.24293) 8803 : cluster 0 pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:54 smithi022 bash[28554]: cluster 2023-12-07T13:29:53.422448+0000 mgr.a (mgr.24293) 8803 : cluster 0 pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:54 smithi027 bash[31536]: cluster 2023-12-07T13:29:53.422448+0000 mgr.a (mgr.24293) 8803 : cluster 0 pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:56 smithi044 bash[32620]: cluster 2023-12-07T13:29:55.423256+0000 mgr.a (mgr.24293) 8804 : cluster 0 pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:56 smithi022 bash[28554]: cluster 2023-12-07T13:29:55.423256+0000 mgr.a (mgr.24293) 8804 : cluster 0 pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:56 smithi027 bash[31536]: cluster 2023-12-07T13:29:55.423256+0000 mgr.a (mgr.24293) 8804 : cluster 0 pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:57.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:29:57.883 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:57.883 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:58 smithi044 bash[32620]: cluster 2023-12-07T13:29:57.423839+0000 mgr.a (mgr.24293) 8805 : 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-07T13:29:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:58 smithi022 bash[28554]: cluster 2023-12-07T13:29:57.423839+0000 mgr.a (mgr.24293) 8805 : 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-07T13:29:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:58 smithi027 bash[31536]: cluster 2023-12-07T13:29:57.423839+0000 mgr.a (mgr.24293) 8805 : 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-07T13:29:58.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:29:58.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:58.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:58.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:58.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:29:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:29:59 smithi044 bash[32620]: audit 2023-12-07T13:29:58.298044+0000 mgr.a (mgr.24293) 8806 : audit 0 from='client.181839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:59.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:29:59 smithi022 bash[28554]: audit 2023-12-07T13:29:58.298044+0000 mgr.a (mgr.24293) 8806 : audit 0 from='client.181839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:29:59 smithi027 bash[31536]: audit 2023-12-07T13:29:58.298044+0000 mgr.a (mgr.24293) 8806 : audit 0 from='client.181839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:00 smithi044 bash[32620]: cluster 2023-12-07T13:29:59.424657+0000 mgr.a (mgr.24293) 8807 : cluster 0 pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:00 smithi044 bash[32620]: cluster 2023-12-07T13:30:00.000149+0000 mon.a (mon.0) 1680 : cluster 1 overall HEALTH_OK 2023-12-07T13:30:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:00 smithi022 bash[28554]: cluster 2023-12-07T13:29:59.424657+0000 mgr.a (mgr.24293) 8807 : cluster 0 pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:00 smithi022 bash[28554]: cluster 2023-12-07T13:30:00.000149+0000 mon.a (mon.0) 1680 : cluster 1 overall HEALTH_OK 2023-12-07T13:30:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:00 smithi027 bash[31536]: cluster 2023-12-07T13:29:59.424657+0000 mgr.a (mgr.24293) 8807 : cluster 0 pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:00 smithi027 bash[31536]: cluster 2023-12-07T13:30:00.000149+0000 mon.a (mon.0) 1680 : cluster 1 overall HEALTH_OK 2023-12-07T13:30:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:02 smithi044 bash[32620]: cluster 2023-12-07T13:30:01.425522+0000 mgr.a (mgr.24293) 8808 : cluster 0 pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:02 smithi022 bash[28554]: cluster 2023-12-07T13:30:01.425522+0000 mgr.a (mgr.24293) 8808 : cluster 0 pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:02 smithi027 bash[31536]: cluster 2023-12-07T13:30:01.425522+0000 mgr.a (mgr.24293) 8808 : cluster 0 pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:03.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:03.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:03.826 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:04.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:04.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:04.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:04.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:04.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:04 smithi044 bash[32620]: cluster 2023-12-07T13:30:03.426102+0000 mgr.a (mgr.24293) 8809 : 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-07T13:30:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:04 smithi022 bash[28554]: cluster 2023-12-07T13:30:03.426102+0000 mgr.a (mgr.24293) 8809 : 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-07T13:30:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:04 smithi027 bash[31536]: cluster 2023-12-07T13:30:03.426102+0000 mgr.a (mgr.24293) 8809 : 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-07T13:30:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:05 smithi044 bash[32620]: audit 2023-12-07T13:30:04.238951+0000 mgr.a (mgr.24293) 8810 : audit 0 from='client.181911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:05 smithi022 bash[28554]: audit 2023-12-07T13:30:04.238951+0000 mgr.a (mgr.24293) 8810 : audit 0 from='client.181911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:05 smithi027 bash[31536]: audit 2023-12-07T13:30:04.238951+0000 mgr.a (mgr.24293) 8810 : audit 0 from='client.181911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:06 smithi044 bash[32620]: cluster 2023-12-07T13:30:05.427039+0000 mgr.a (mgr.24293) 8811 : cluster 0 pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:06 smithi022 bash[28554]: cluster 2023-12-07T13:30:05.427039+0000 mgr.a (mgr.24293) 8811 : cluster 0 pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:06 smithi027 bash[31536]: cluster 2023-12-07T13:30:05.427039+0000 mgr.a (mgr.24293) 8811 : cluster 0 pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:08 smithi044 bash[32620]: cluster 2023-12-07T13:30:07.427675+0000 mgr.a (mgr.24293) 8812 : cluster 0 pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:08 smithi022 bash[28554]: cluster 2023-12-07T13:30:07.427675+0000 mgr.a (mgr.24293) 8812 : cluster 0 pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:08 smithi027 bash[31536]: cluster 2023-12-07T13:30:07.427675+0000 mgr.a (mgr.24293) 8812 : cluster 0 pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:09.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:09.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:09.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:10.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:10.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:10.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:10.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:10.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:10 smithi044 bash[32620]: cluster 2023-12-07T13:30:09.428212+0000 mgr.a (mgr.24293) 8813 : 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-07T13:30:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:10 smithi022 bash[28554]: cluster 2023-12-07T13:30:09.428212+0000 mgr.a (mgr.24293) 8813 : 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-07T13:30:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:10 smithi027 bash[31536]: cluster 2023-12-07T13:30:09.428212+0000 mgr.a (mgr.24293) 8813 : 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-07T13:30:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:11 smithi044 bash[32620]: audit 2023-12-07T13:30:10.179822+0000 mgr.a (mgr.24293) 8814 : audit 0 from='client.181986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:11 smithi022 bash[28554]: audit 2023-12-07T13:30:10.179822+0000 mgr.a (mgr.24293) 8814 : audit 0 from='client.181986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:11 smithi027 bash[31536]: audit 2023-12-07T13:30:10.179822+0000 mgr.a (mgr.24293) 8814 : audit 0 from='client.181986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:12 smithi044 bash[32620]: cluster 2023-12-07T13:30:11.429283+0000 mgr.a (mgr.24293) 8815 : cluster 0 pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:30:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:12 smithi022 bash[28554]: cluster 2023-12-07T13:30:11.429283+0000 mgr.a (mgr.24293) 8815 : cluster 0 pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:30:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:12 smithi027 bash[31536]: cluster 2023-12-07T13:30:11.429283+0000 mgr.a (mgr.24293) 8815 : cluster 0 pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:30:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:14 smithi044 bash[32620]: cluster 2023-12-07T13:30:13.429892+0000 mgr.a (mgr.24293) 8816 : cluster 0 pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:30:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:14 smithi022 bash[28554]: cluster 2023-12-07T13:30:13.429892+0000 mgr.a (mgr.24293) 8816 : cluster 0 pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:30:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:14 smithi027 bash[31536]: cluster 2023-12-07T13:30:13.429892+0000 mgr.a (mgr.24293) 8816 : cluster 0 pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:30:15.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:15.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:15.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:16.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:16.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:16.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:16.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:16.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:16 smithi044 bash[32620]: cluster 2023-12-07T13:30:15.430654+0000 mgr.a (mgr.24293) 8817 : 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-07T13:30:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:16 smithi044 bash[32620]: audit 2023-12-07T13:30:16.108206+0000 mgr.a (mgr.24293) 8818 : audit 0 from='client.182064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:16 smithi022 bash[28554]: cluster 2023-12-07T13:30:15.430654+0000 mgr.a (mgr.24293) 8817 : 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-07T13:30:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:16 smithi022 bash[28554]: audit 2023-12-07T13:30:16.108206+0000 mgr.a (mgr.24293) 8818 : audit 0 from='client.182064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:16 smithi027 bash[31536]: cluster 2023-12-07T13:30:15.430654+0000 mgr.a (mgr.24293) 8817 : 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-07T13:30:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:16 smithi027 bash[31536]: audit 2023-12-07T13:30:16.108206+0000 mgr.a (mgr.24293) 8818 : audit 0 from='client.182064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:18 smithi044 bash[32620]: cluster 2023-12-07T13:30:17.431354+0000 mgr.a (mgr.24293) 8819 : cluster 0 pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:18 smithi022 bash[28554]: cluster 2023-12-07T13:30:17.431354+0000 mgr.a (mgr.24293) 8819 : cluster 0 pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:18 smithi027 bash[31536]: cluster 2023-12-07T13:30:17.431354+0000 mgr.a (mgr.24293) 8819 : cluster 0 pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:20 smithi044 bash[32620]: cluster 2023-12-07T13:30:19.431888+0000 mgr.a (mgr.24293) 8820 : cluster 0 pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:20 smithi022 bash[28554]: cluster 2023-12-07T13:30:19.431888+0000 mgr.a (mgr.24293) 8820 : cluster 0 pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:20 smithi027 bash[31536]: cluster 2023-12-07T13:30:19.431888+0000 mgr.a (mgr.24293) 8820 : cluster 0 pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:21.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:22.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:22.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:22.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:22.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:22.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:22 smithi044 bash[32620]: cluster 2023-12-07T13:30:21.432722+0000 mgr.a (mgr.24293) 8821 : 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-07T13:30:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:22 smithi044 bash[32620]: audit 2023-12-07T13:30:22.029110+0000 mgr.a (mgr.24293) 8822 : audit 0 from='client.182142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:22 smithi022 bash[28554]: cluster 2023-12-07T13:30:21.432722+0000 mgr.a (mgr.24293) 8821 : 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-07T13:30:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:22 smithi022 bash[28554]: audit 2023-12-07T13:30:22.029110+0000 mgr.a (mgr.24293) 8822 : audit 0 from='client.182142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:22 smithi027 bash[31536]: cluster 2023-12-07T13:30:21.432722+0000 mgr.a (mgr.24293) 8821 : 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-07T13:30:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:22 smithi027 bash[31536]: audit 2023-12-07T13:30:22.029110+0000 mgr.a (mgr.24293) 8822 : audit 0 from='client.182142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:24 smithi044 bash[32620]: cluster 2023-12-07T13:30:23.433460+0000 mgr.a (mgr.24293) 8823 : cluster 0 pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:30:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:24 smithi022 bash[28554]: cluster 2023-12-07T13:30:23.433460+0000 mgr.a (mgr.24293) 8823 : cluster 0 pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:30:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:24 smithi027 bash[31536]: cluster 2023-12-07T13:30:23.433460+0000 mgr.a (mgr.24293) 8823 : cluster 0 pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:30:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:26 smithi044 bash[32620]: cluster 2023-12-07T13:30:25.434282+0000 mgr.a (mgr.24293) 8824 : cluster 0 pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:30:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:26 smithi022 bash[28554]: cluster 2023-12-07T13:30:25.434282+0000 mgr.a (mgr.24293) 8824 : cluster 0 pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:30:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:26 smithi027 bash[31536]: cluster 2023-12-07T13:30:25.434282+0000 mgr.a (mgr.24293) 8824 : cluster 0 pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:30:27.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:27.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:27.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:28.544 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:28.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:28.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:28.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:28.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:28 smithi044 bash[32620]: cluster 2023-12-07T13:30:27.434847+0000 mgr.a (mgr.24293) 8825 : 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-07T13:30:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:28 smithi044 bash[32620]: audit 2023-12-07T13:30:27.984074+0000 mgr.a (mgr.24293) 8826 : audit 0 from='client.182217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:28 smithi022 bash[28554]: cluster 2023-12-07T13:30:27.434847+0000 mgr.a (mgr.24293) 8825 : 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-07T13:30:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:28 smithi022 bash[28554]: audit 2023-12-07T13:30:27.984074+0000 mgr.a (mgr.24293) 8826 : audit 0 from='client.182217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:28 smithi027 bash[31536]: cluster 2023-12-07T13:30:27.434847+0000 mgr.a (mgr.24293) 8825 : 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-07T13:30:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:28 smithi027 bash[31536]: audit 2023-12-07T13:30:27.984074+0000 mgr.a (mgr.24293) 8826 : audit 0 from='client.182217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:30.939 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:30 smithi044 bash[32620]: cluster 2023-12-07T13:30:29.435626+0000 mgr.a (mgr.24293) 8827 : cluster 0 pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:30.939 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:30 smithi022 bash[28554]: cluster 2023-12-07T13:30:29.435626+0000 mgr.a (mgr.24293) 8827 : cluster 0 pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:30 smithi027 bash[31536]: cluster 2023-12-07T13:30:29.435626+0000 mgr.a (mgr.24293) 8827 : cluster 0 pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:32 smithi044 bash[32620]: cluster 2023-12-07T13:30:31.436417+0000 mgr.a (mgr.24293) 8828 : cluster 0 pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:32 smithi022 bash[28554]: cluster 2023-12-07T13:30:31.436417+0000 mgr.a (mgr.24293) 8828 : cluster 0 pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:32 smithi027 bash[31536]: cluster 2023-12-07T13:30:31.436417+0000 mgr.a (mgr.24293) 8828 : cluster 0 pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:33.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:33.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:33.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:34.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:34.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:34.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:34.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:34.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:34 smithi044 bash[32620]: cluster 2023-12-07T13:30:33.436978+0000 mgr.a (mgr.24293) 8829 : 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-07T13:30:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:34 smithi044 bash[32620]: audit 2023-12-07T13:30:33.958312+0000 mgr.a (mgr.24293) 8830 : audit 0 from='client.182292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:34 smithi022 bash[28554]: cluster 2023-12-07T13:30:33.436978+0000 mgr.a (mgr.24293) 8829 : 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-07T13:30:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:34 smithi022 bash[28554]: audit 2023-12-07T13:30:33.958312+0000 mgr.a (mgr.24293) 8830 : audit 0 from='client.182292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:34 smithi027 bash[31536]: cluster 2023-12-07T13:30:33.436978+0000 mgr.a (mgr.24293) 8829 : 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-07T13:30:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:34 smithi027 bash[31536]: audit 2023-12-07T13:30:33.958312+0000 mgr.a (mgr.24293) 8830 : audit 0 from='client.182292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:36 smithi044 bash[32620]: cluster 2023-12-07T13:30:35.437934+0000 mgr.a (mgr.24293) 8831 : cluster 0 pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:36 smithi022 bash[28554]: cluster 2023-12-07T13:30:35.437934+0000 mgr.a (mgr.24293) 8831 : cluster 0 pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:36 smithi027 bash[31536]: cluster 2023-12-07T13:30:35.437934+0000 mgr.a (mgr.24293) 8831 : cluster 0 pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:38 smithi044 bash[32620]: cluster 2023-12-07T13:30:37.438511+0000 mgr.a (mgr.24293) 8832 : cluster 0 pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:38 smithi022 bash[28554]: cluster 2023-12-07T13:30:37.438511+0000 mgr.a (mgr.24293) 8832 : cluster 0 pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:38 smithi027 bash[31536]: cluster 2023-12-07T13:30:37.438511+0000 mgr.a (mgr.24293) 8832 : cluster 0 pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:39.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:39.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:39.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:40.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:40.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:40.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:40.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:40.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:40 smithi044 bash[32620]: cluster 2023-12-07T13:30:39.439067+0000 mgr.a (mgr.24293) 8833 : 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-07T13:30:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:40 smithi044 bash[32620]: audit 2023-12-07T13:30:39.903352+0000 mgr.a (mgr.24293) 8834 : audit 0 from='client.182367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:40 smithi022 bash[28554]: cluster 2023-12-07T13:30:39.439067+0000 mgr.a (mgr.24293) 8833 : 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-07T13:30:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:40 smithi022 bash[28554]: audit 2023-12-07T13:30:39.903352+0000 mgr.a (mgr.24293) 8834 : audit 0 from='client.182367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:40 smithi027 bash[31536]: cluster 2023-12-07T13:30:39.439067+0000 mgr.a (mgr.24293) 8833 : 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-07T13:30:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:40 smithi027 bash[31536]: audit 2023-12-07T13:30:39.903352+0000 mgr.a (mgr.24293) 8834 : audit 0 from='client.182367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:42 smithi044 bash[32620]: cluster 2023-12-07T13:30:41.440027+0000 mgr.a (mgr.24293) 8835 : cluster 0 pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:30:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:42 smithi022 bash[28554]: cluster 2023-12-07T13:30:41.440027+0000 mgr.a (mgr.24293) 8835 : cluster 0 pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:30:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:42 smithi027 bash[31536]: cluster 2023-12-07T13:30:41.440027+0000 mgr.a (mgr.24293) 8835 : cluster 0 pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:30:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:44 smithi044 bash[32620]: cluster 2023-12-07T13:30:43.440613+0000 mgr.a (mgr.24293) 8836 : cluster 0 pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:30:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:44 smithi022 bash[28554]: cluster 2023-12-07T13:30:43.440613+0000 mgr.a (mgr.24293) 8836 : cluster 0 pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:30:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:44 smithi027 bash[31536]: cluster 2023-12-07T13:30:43.440613+0000 mgr.a (mgr.24293) 8836 : cluster 0 pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:30:45.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:45.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:45.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:46.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:46.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:46.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:46.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:46.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:46 smithi044 bash[32620]: cluster 2023-12-07T13:30:45.441278+0000 mgr.a (mgr.24293) 8837 : 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-07T13:30:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:46 smithi044 bash[32620]: audit 2023-12-07T13:30:45.879884+0000 mgr.a (mgr.24293) 8838 : audit 0 from='client.182445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:46 smithi022 bash[28554]: cluster 2023-12-07T13:30:45.441278+0000 mgr.a (mgr.24293) 8837 : 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-07T13:30:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:46 smithi022 bash[28554]: audit 2023-12-07T13:30:45.879884+0000 mgr.a (mgr.24293) 8838 : audit 0 from='client.182445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:46 smithi027 bash[31536]: cluster 2023-12-07T13:30:45.441278+0000 mgr.a (mgr.24293) 8837 : 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-07T13:30:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:46 smithi027 bash[31536]: audit 2023-12-07T13:30:45.879884+0000 mgr.a (mgr.24293) 8838 : audit 0 from='client.182445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:47 smithi044 bash[32620]: audit 2023-12-07T13:30:46.532821+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:30:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:47 smithi044 bash[32620]: audit 2023-12-07T13:30:47.326640+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:30:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:47 smithi044 bash[32620]: audit 2023-12-07T13:30:47.328625+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:30:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:47 smithi044 bash[32620]: audit 2023-12-07T13:30:47.337601+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:30:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:47 smithi022 bash[28554]: audit 2023-12-07T13:30:46.532821+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:30:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:47 smithi022 bash[28554]: audit 2023-12-07T13:30:47.326640+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:30:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:47 smithi022 bash[28554]: audit 2023-12-07T13:30:47.328625+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:30:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:47 smithi022 bash[28554]: audit 2023-12-07T13:30:47.337601+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:30:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:47 smithi027 bash[31536]: audit 2023-12-07T13:30:46.532821+0000 mon.a (mon.0) 1681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:30:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:47 smithi027 bash[31536]: audit 2023-12-07T13:30:47.326640+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:30:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:47 smithi027 bash[31536]: audit 2023-12-07T13:30:47.328625+0000 mon.a (mon.0) 1683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:30:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:47 smithi027 bash[31536]: audit 2023-12-07T13:30:47.337601+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:30:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:48 smithi044 bash[32620]: cluster 2023-12-07T13:30:47.441898+0000 mgr.a (mgr.24293) 8839 : cluster 0 pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:48 smithi022 bash[28554]: cluster 2023-12-07T13:30:47.441898+0000 mgr.a (mgr.24293) 8839 : cluster 0 pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:48 smithi027 bash[31536]: cluster 2023-12-07T13:30:47.441898+0000 mgr.a (mgr.24293) 8839 : cluster 0 pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:50 smithi044 bash[32620]: cluster 2023-12-07T13:30:49.442508+0000 mgr.a (mgr.24293) 8840 : cluster 0 pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:50 smithi022 bash[28554]: cluster 2023-12-07T13:30:49.442508+0000 mgr.a (mgr.24293) 8840 : cluster 0 pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:50 smithi027 bash[31536]: cluster 2023-12-07T13:30:49.442508+0000 mgr.a (mgr.24293) 8840 : cluster 0 pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:51.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:51.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:51.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:52.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:52.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:52.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:52.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:52.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:52 smithi044 bash[32620]: cluster 2023-12-07T13:30:51.443326+0000 mgr.a (mgr.24293) 8841 : cluster 0 pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:52 smithi044 bash[32620]: audit 2023-12-07T13:30:51.812381+0000 mgr.a (mgr.24293) 8842 : audit 0 from='client.182517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:52 smithi022 bash[28554]: cluster 2023-12-07T13:30:51.443326+0000 mgr.a (mgr.24293) 8841 : cluster 0 pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:52 smithi022 bash[28554]: audit 2023-12-07T13:30:51.812381+0000 mgr.a (mgr.24293) 8842 : audit 0 from='client.182517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:52 smithi027 bash[31536]: cluster 2023-12-07T13:30:51.443326+0000 mgr.a (mgr.24293) 8841 : cluster 0 pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:52 smithi027 bash[31536]: audit 2023-12-07T13:30:51.812381+0000 mgr.a (mgr.24293) 8842 : audit 0 from='client.182517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:54 smithi022 bash[28554]: cluster 2023-12-07T13:30:53.444015+0000 mgr.a (mgr.24293) 8843 : cluster 0 pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:30:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:54 smithi044 bash[32620]: cluster 2023-12-07T13:30:53.444015+0000 mgr.a (mgr.24293) 8843 : cluster 0 pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:30:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:54 smithi027 bash[31536]: cluster 2023-12-07T13:30:53.444015+0000 mgr.a (mgr.24293) 8843 : cluster 0 pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:30:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:56 smithi044 bash[32620]: cluster 2023-12-07T13:30:55.444833+0000 mgr.a (mgr.24293) 8844 : cluster 0 pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:30:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:56 smithi022 bash[28554]: cluster 2023-12-07T13:30:55.444833+0000 mgr.a (mgr.24293) 8844 : cluster 0 pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:30:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:56 smithi027 bash[31536]: cluster 2023-12-07T13:30:55.444833+0000 mgr.a (mgr.24293) 8844 : cluster 0 pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:30:57.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:30:57.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:57.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:58.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:58.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:58.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:58.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:30:58.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:30:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:58 smithi044 bash[32620]: cluster 2023-12-07T13:30:57.445220+0000 mgr.a (mgr.24293) 8845 : 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-07T13:30:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:30:58 smithi044 bash[32620]: audit 2023-12-07T13:30:57.709258+0000 mgr.a (mgr.24293) 8846 : audit 0 from='client.182592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:58 smithi022 bash[28554]: cluster 2023-12-07T13:30:57.445220+0000 mgr.a (mgr.24293) 8845 : 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-07T13:30:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:30:58 smithi022 bash[28554]: audit 2023-12-07T13:30:57.709258+0000 mgr.a (mgr.24293) 8846 : audit 0 from='client.182592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:58 smithi027 bash[31536]: cluster 2023-12-07T13:30:57.445220+0000 mgr.a (mgr.24293) 8845 : 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-07T13:30:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:30:58 smithi027 bash[31536]: audit 2023-12-07T13:30:57.709258+0000 mgr.a (mgr.24293) 8846 : audit 0 from='client.182592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:00 smithi044 bash[32620]: cluster 2023-12-07T13:30:59.445912+0000 mgr.a (mgr.24293) 8847 : cluster 0 pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:00 smithi022 bash[28554]: cluster 2023-12-07T13:30:59.445912+0000 mgr.a (mgr.24293) 8847 : cluster 0 pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:00 smithi027 bash[31536]: cluster 2023-12-07T13:30:59.445912+0000 mgr.a (mgr.24293) 8847 : cluster 0 pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:02 smithi044 bash[32620]: cluster 2023-12-07T13:31:01.446777+0000 mgr.a (mgr.24293) 8848 : cluster 0 pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:02 smithi022 bash[28554]: cluster 2023-12-07T13:31:01.446777+0000 mgr.a (mgr.24293) 8848 : cluster 0 pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:02 smithi027 bash[31536]: cluster 2023-12-07T13:31:01.446777+0000 mgr.a (mgr.24293) 8848 : cluster 0 pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:03.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:03.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:03.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:04.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:04.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:04.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:04.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:04.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:04 smithi044 bash[32620]: cluster 2023-12-07T13:31:03.447336+0000 mgr.a (mgr.24293) 8849 : cluster 0 pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:04 smithi044 bash[32620]: audit 2023-12-07T13:31:03.637590+0000 mgr.a (mgr.24293) 8850 : audit 0 from='client.182667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:04 smithi022 bash[28554]: cluster 2023-12-07T13:31:03.447336+0000 mgr.a (mgr.24293) 8849 : cluster 0 pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:04 smithi022 bash[28554]: audit 2023-12-07T13:31:03.637590+0000 mgr.a (mgr.24293) 8850 : audit 0 from='client.182667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:04 smithi027 bash[31536]: cluster 2023-12-07T13:31:03.447336+0000 mgr.a (mgr.24293) 8849 : cluster 0 pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:04 smithi027 bash[31536]: audit 2023-12-07T13:31:03.637590+0000 mgr.a (mgr.24293) 8850 : audit 0 from='client.182667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:06 smithi044 bash[32620]: cluster 2023-12-07T13:31:05.448236+0000 mgr.a (mgr.24293) 8851 : cluster 0 pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:06 smithi022 bash[28554]: cluster 2023-12-07T13:31:05.448236+0000 mgr.a (mgr.24293) 8851 : cluster 0 pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:06 smithi027 bash[31536]: cluster 2023-12-07T13:31:05.448236+0000 mgr.a (mgr.24293) 8851 : cluster 0 pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:08 smithi044 bash[32620]: cluster 2023-12-07T13:31:07.448838+0000 mgr.a (mgr.24293) 8852 : cluster 0 pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:08 smithi022 bash[28554]: cluster 2023-12-07T13:31:07.448838+0000 mgr.a (mgr.24293) 8852 : cluster 0 pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:08 smithi027 bash[31536]: cluster 2023-12-07T13:31:07.448838+0000 mgr.a (mgr.24293) 8852 : cluster 0 pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:09.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:09.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:09.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:10.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:10.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:10.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:10.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:10.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:10 smithi044 bash[32620]: cluster 2023-12-07T13:31:09.449504+0000 mgr.a (mgr.24293) 8853 : 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-07T13:31:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:10 smithi044 bash[32620]: audit 2023-12-07T13:31:09.591693+0000 mgr.a (mgr.24293) 8854 : audit 0 from='client.182745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:10 smithi022 bash[28554]: cluster 2023-12-07T13:31:09.449504+0000 mgr.a (mgr.24293) 8853 : 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-07T13:31:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:10 smithi022 bash[28554]: audit 2023-12-07T13:31:09.591693+0000 mgr.a (mgr.24293) 8854 : audit 0 from='client.182745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:10 smithi027 bash[31536]: cluster 2023-12-07T13:31:09.449504+0000 mgr.a (mgr.24293) 8853 : 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-07T13:31:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:10 smithi027 bash[31536]: audit 2023-12-07T13:31:09.591693+0000 mgr.a (mgr.24293) 8854 : audit 0 from='client.182745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:12 smithi044 bash[32620]: cluster 2023-12-07T13:31:11.450604+0000 mgr.a (mgr.24293) 8855 : 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-07T13:31:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:12 smithi022 bash[28554]: cluster 2023-12-07T13:31:11.450604+0000 mgr.a (mgr.24293) 8855 : 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-07T13:31:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:12 smithi027 bash[31536]: cluster 2023-12-07T13:31:11.450604+0000 mgr.a (mgr.24293) 8855 : 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-07T13:31:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:14 smithi044 bash[32620]: cluster 2023-12-07T13:31:13.451220+0000 mgr.a (mgr.24293) 8856 : 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-07T13:31:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:14 smithi022 bash[28554]: cluster 2023-12-07T13:31:13.451220+0000 mgr.a (mgr.24293) 8856 : 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-07T13:31:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:14 smithi027 bash[31536]: cluster 2023-12-07T13:31:13.451220+0000 mgr.a (mgr.24293) 8856 : 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-07T13:31:15.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:15.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:15.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:16.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:16.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:16.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:16.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:16 smithi022 bash[28554]: cluster 2023-12-07T13:31:15.451946+0000 mgr.a (mgr.24293) 8857 : 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-07T13:31:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:16 smithi022 bash[28554]: audit 2023-12-07T13:31:15.537107+0000 mgr.a (mgr.24293) 8858 : audit 0 from='client.182823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:16 smithi044 bash[32620]: cluster 2023-12-07T13:31:15.451946+0000 mgr.a (mgr.24293) 8857 : 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-07T13:31:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:16 smithi044 bash[32620]: audit 2023-12-07T13:31:15.537107+0000 mgr.a (mgr.24293) 8858 : audit 0 from='client.182823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:16 smithi027 bash[31536]: cluster 2023-12-07T13:31:15.451946+0000 mgr.a (mgr.24293) 8857 : 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-07T13:31:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:16 smithi027 bash[31536]: audit 2023-12-07T13:31:15.537107+0000 mgr.a (mgr.24293) 8858 : audit 0 from='client.182823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:18 smithi044 bash[32620]: cluster 2023-12-07T13:31:17.452604+0000 mgr.a (mgr.24293) 8859 : cluster 0 pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:18 smithi022 bash[28554]: cluster 2023-12-07T13:31:17.452604+0000 mgr.a (mgr.24293) 8859 : cluster 0 pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:18 smithi027 bash[31536]: cluster 2023-12-07T13:31:17.452604+0000 mgr.a (mgr.24293) 8859 : cluster 0 pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:20 smithi022 bash[28554]: cluster 2023-12-07T13:31:19.453165+0000 mgr.a (mgr.24293) 8860 : cluster 0 pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:20 smithi044 bash[32620]: cluster 2023-12-07T13:31:19.453165+0000 mgr.a (mgr.24293) 8860 : cluster 0 pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:20 smithi027 bash[31536]: cluster 2023-12-07T13:31:19.453165+0000 mgr.a (mgr.24293) 8860 : cluster 0 pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:21.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:21.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:21.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:22.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:22.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:22.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:22.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:22.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:22 smithi022 bash[28554]: cluster 2023-12-07T13:31:21.453952+0000 mgr.a (mgr.24293) 8861 : cluster 0 pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:22 smithi022 bash[28554]: audit 2023-12-07T13:31:21.462372+0000 mgr.a (mgr.24293) 8862 : audit 0 from='client.182892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:22 smithi044 bash[32620]: cluster 2023-12-07T13:31:21.453952+0000 mgr.a (mgr.24293) 8861 : cluster 0 pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:22 smithi044 bash[32620]: audit 2023-12-07T13:31:21.462372+0000 mgr.a (mgr.24293) 8862 : audit 0 from='client.182892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:22 smithi027 bash[31536]: cluster 2023-12-07T13:31:21.453952+0000 mgr.a (mgr.24293) 8861 : cluster 0 pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:22 smithi027 bash[31536]: audit 2023-12-07T13:31:21.462372+0000 mgr.a (mgr.24293) 8862 : audit 0 from='client.182892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:24 smithi044 bash[32620]: cluster 2023-12-07T13:31:23.454613+0000 mgr.a (mgr.24293) 8863 : cluster 0 pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:24 smithi022 bash[28554]: cluster 2023-12-07T13:31:23.454613+0000 mgr.a (mgr.24293) 8863 : cluster 0 pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:24 smithi027 bash[31536]: cluster 2023-12-07T13:31:23.454613+0000 mgr.a (mgr.24293) 8863 : cluster 0 pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:26 smithi044 bash[32620]: cluster 2023-12-07T13:31:25.455445+0000 mgr.a (mgr.24293) 8864 : 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-07T13:31:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:26 smithi022 bash[28554]: cluster 2023-12-07T13:31:25.455445+0000 mgr.a (mgr.24293) 8864 : 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-07T13:31:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:26 smithi027 bash[31536]: cluster 2023-12-07T13:31:25.455445+0000 mgr.a (mgr.24293) 8864 : 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-07T13:31:27.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:27.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:27.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:27.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:27.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:27.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:27.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:27.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:28 smithi044 bash[32620]: audit 2023-12-07T13:31:27.426021+0000 mgr.a (mgr.24293) 8865 : audit 0 from='client.182967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:28 smithi044 bash[32620]: cluster 2023-12-07T13:31:27.456122+0000 mgr.a (mgr.24293) 8866 : 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-07T13:31:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:28 smithi022 bash[28554]: audit 2023-12-07T13:31:27.426021+0000 mgr.a (mgr.24293) 8865 : audit 0 from='client.182967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:28 smithi022 bash[28554]: cluster 2023-12-07T13:31:27.456122+0000 mgr.a (mgr.24293) 8866 : 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-07T13:31:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:28 smithi027 bash[31536]: audit 2023-12-07T13:31:27.426021+0000 mgr.a (mgr.24293) 8865 : audit 0 from='client.182967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:28 smithi027 bash[31536]: cluster 2023-12-07T13:31:27.456122+0000 mgr.a (mgr.24293) 8866 : 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-07T13:31:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:30 smithi044 bash[32620]: cluster 2023-12-07T13:31:29.456772+0000 mgr.a (mgr.24293) 8867 : cluster 0 pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:30 smithi022 bash[28554]: cluster 2023-12-07T13:31:29.456772+0000 mgr.a (mgr.24293) 8867 : cluster 0 pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:30 smithi027 bash[31536]: cluster 2023-12-07T13:31:29.456772+0000 mgr.a (mgr.24293) 8867 : cluster 0 pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:32 smithi044 bash[32620]: cluster 2023-12-07T13:31:31.457640+0000 mgr.a (mgr.24293) 8868 : cluster 0 pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:32 smithi022 bash[28554]: cluster 2023-12-07T13:31:31.457640+0000 mgr.a (mgr.24293) 8868 : cluster 0 pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:32 smithi027 bash[31536]: cluster 2023-12-07T13:31:31.457640+0000 mgr.a (mgr.24293) 8868 : cluster 0 pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:32.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:32.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:32.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:33.866 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:33.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:33.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:33.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:33.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:34 smithi044 bash[32620]: audit 2023-12-07T13:31:33.365694+0000 mgr.a (mgr.24293) 8869 : audit 0 from='client.183045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:34 smithi044 bash[32620]: cluster 2023-12-07T13:31:33.458123+0000 mgr.a (mgr.24293) 8870 : cluster 0 pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:34 smithi022 bash[28554]: audit 2023-12-07T13:31:33.365694+0000 mgr.a (mgr.24293) 8869 : audit 0 from='client.183045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:34 smithi022 bash[28554]: cluster 2023-12-07T13:31:33.458123+0000 mgr.a (mgr.24293) 8870 : cluster 0 pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:34 smithi027 bash[31536]: audit 2023-12-07T13:31:33.365694+0000 mgr.a (mgr.24293) 8869 : audit 0 from='client.183045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:34 smithi027 bash[31536]: cluster 2023-12-07T13:31:33.458123+0000 mgr.a (mgr.24293) 8870 : cluster 0 pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:36 smithi044 bash[32620]: cluster 2023-12-07T13:31:35.458935+0000 mgr.a (mgr.24293) 8871 : cluster 0 pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:36 smithi022 bash[28554]: cluster 2023-12-07T13:31:35.458935+0000 mgr.a (mgr.24293) 8871 : cluster 0 pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:36 smithi027 bash[31536]: cluster 2023-12-07T13:31:35.458935+0000 mgr.a (mgr.24293) 8871 : cluster 0 pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:38 smithi044 bash[32620]: cluster 2023-12-07T13:31:37.459498+0000 mgr.a (mgr.24293) 8872 : 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-07T13:31:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:38 smithi022 bash[28554]: cluster 2023-12-07T13:31:37.459498+0000 mgr.a (mgr.24293) 8872 : 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-07T13:31:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:38 smithi027 bash[31536]: cluster 2023-12-07T13:31:37.459498+0000 mgr.a (mgr.24293) 8872 : 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-07T13:31:38.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:38.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:38.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:39.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:40 smithi044 bash[32620]: audit 2023-12-07T13:31:39.279374+0000 mgr.a (mgr.24293) 8873 : audit 0 from='client.183120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:40 smithi044 bash[32620]: cluster 2023-12-07T13:31:39.460020+0000 mgr.a (mgr.24293) 8874 : 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-07T13:31:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:40 smithi022 bash[28554]: audit 2023-12-07T13:31:39.279374+0000 mgr.a (mgr.24293) 8873 : audit 0 from='client.183120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:40 smithi022 bash[28554]: cluster 2023-12-07T13:31:39.460020+0000 mgr.a (mgr.24293) 8874 : 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-07T13:31:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:40 smithi027 bash[31536]: audit 2023-12-07T13:31:39.279374+0000 mgr.a (mgr.24293) 8873 : audit 0 from='client.183120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:40 smithi027 bash[31536]: cluster 2023-12-07T13:31:39.460020+0000 mgr.a (mgr.24293) 8874 : 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-07T13:31:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:42 smithi044 bash[32620]: cluster 2023-12-07T13:31:41.460968+0000 mgr.a (mgr.24293) 8875 : 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-07T13:31:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:42 smithi022 bash[28554]: cluster 2023-12-07T13:31:41.460968+0000 mgr.a (mgr.24293) 8875 : 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-07T13:31:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:42 smithi027 bash[31536]: cluster 2023-12-07T13:31:41.460968+0000 mgr.a (mgr.24293) 8875 : 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-07T13:31:44.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:44.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:44.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:44 smithi044 bash[32620]: cluster 2023-12-07T13:31:43.461711+0000 mgr.a (mgr.24293) 8876 : 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-07T13:31:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:44 smithi022 bash[28554]: cluster 2023-12-07T13:31:43.461711+0000 mgr.a (mgr.24293) 8876 : 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-07T13:31:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:44 smithi027 bash[31536]: cluster 2023-12-07T13:31:43.461711+0000 mgr.a (mgr.24293) 8876 : 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-07T13:31:45.770 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:45.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:45.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:45.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:45.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:46 smithi044 bash[32620]: audit 2023-12-07T13:31:45.218832+0000 mgr.a (mgr.24293) 8877 : audit 0 from='client.183195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:46 smithi044 bash[32620]: cluster 2023-12-07T13:31:45.462665+0000 mgr.a (mgr.24293) 8878 : cluster 0 pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:31:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:46 smithi022 bash[28554]: audit 2023-12-07T13:31:45.218832+0000 mgr.a (mgr.24293) 8877 : audit 0 from='client.183195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:46 smithi022 bash[28554]: cluster 2023-12-07T13:31:45.462665+0000 mgr.a (mgr.24293) 8878 : cluster 0 pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:31:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:46 smithi027 bash[31536]: audit 2023-12-07T13:31:45.218832+0000 mgr.a (mgr.24293) 8877 : audit 0 from='client.183195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:46 smithi027 bash[31536]: cluster 2023-12-07T13:31:45.462665+0000 mgr.a (mgr.24293) 8878 : cluster 0 pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:31:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:48 smithi022 bash[28554]: audit 2023-12-07T13:31:47.441323+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:31:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:48 smithi022 bash[28554]: cluster 2023-12-07T13:31:47.463122+0000 mgr.a (mgr.24293) 8879 : cluster 0 pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:48 smithi022 bash[28554]: audit 2023-12-07T13:31:48.222398+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:48 smithi022 bash[28554]: audit 2023-12-07T13:31:48.223776+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:48 smithi022 bash[28554]: audit 2023-12-07T13:31:48.233169+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:48 smithi044 bash[32620]: audit 2023-12-07T13:31:47.441323+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:48 smithi044 bash[32620]: cluster 2023-12-07T13:31:47.463122+0000 mgr.a (mgr.24293) 8879 : cluster 0 pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:48 smithi044 bash[32620]: audit 2023-12-07T13:31:48.222398+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:48 smithi044 bash[32620]: audit 2023-12-07T13:31:48.223776+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:31:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:48 smithi044 bash[32620]: audit 2023-12-07T13:31:48.233169+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:31:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:48 smithi027 bash[31536]: audit 2023-12-07T13:31:47.441323+0000 mon.a (mon.0) 1685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:31:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:48 smithi027 bash[31536]: cluster 2023-12-07T13:31:47.463122+0000 mgr.a (mgr.24293) 8879 : cluster 0 pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:31:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:48 smithi027 bash[31536]: audit 2023-12-07T13:31:48.222398+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:31:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:48 smithi027 bash[31536]: audit 2023-12-07T13:31:48.223776+0000 mon.a (mon.0) 1687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:31:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:48 smithi027 bash[31536]: audit 2023-12-07T13:31:48.233169+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:31:50.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:50.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:50.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:50 smithi022 bash[28554]: cluster 2023-12-07T13:31:49.463726+0000 mgr.a (mgr.24293) 8880 : cluster 0 pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:31:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:50 smithi044 bash[32620]: cluster 2023-12-07T13:31:49.463726+0000 mgr.a (mgr.24293) 8880 : cluster 0 pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:31:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:50 smithi027 bash[31536]: cluster 2023-12-07T13:31:49.463726+0000 mgr.a (mgr.24293) 8880 : cluster 0 pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:31:51.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:51.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:51 smithi022 bash[28554]: audit 2023-12-07T13:31:51.180142+0000 mgr.a (mgr.24293) 8881 : audit 0 from='client.183273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:51 smithi044 bash[32620]: audit 2023-12-07T13:31:51.180142+0000 mgr.a (mgr.24293) 8881 : audit 0 from='client.183273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:51 smithi027 bash[31536]: audit 2023-12-07T13:31:51.180142+0000 mgr.a (mgr.24293) 8881 : audit 0 from='client.183273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:52 smithi044 bash[32620]: cluster 2023-12-07T13:31:51.464525+0000 mgr.a (mgr.24293) 8882 : cluster 0 pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:52 smithi022 bash[28554]: cluster 2023-12-07T13:31:51.464525+0000 mgr.a (mgr.24293) 8882 : cluster 0 pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:52 smithi027 bash[31536]: cluster 2023-12-07T13:31:51.464525+0000 mgr.a (mgr.24293) 8882 : cluster 0 pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:54 smithi044 bash[32620]: cluster 2023-12-07T13:31:53.465153+0000 mgr.a (mgr.24293) 8883 : cluster 0 pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:54 smithi022 bash[28554]: cluster 2023-12-07T13:31:53.465153+0000 mgr.a (mgr.24293) 8883 : cluster 0 pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:54 smithi027 bash[31536]: cluster 2023-12-07T13:31:53.465153+0000 mgr.a (mgr.24293) 8883 : cluster 0 pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:56.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:31:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:56 smithi044 bash[32620]: cluster 2023-12-07T13:31:55.465947+0000 mgr.a (mgr.24293) 8884 : 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-07T13:31:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:56 smithi022 bash[28554]: cluster 2023-12-07T13:31:55.465947+0000 mgr.a (mgr.24293) 8884 : 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-07T13:31:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:56 smithi027 bash[31536]: cluster 2023-12-07T13:31:55.465947+0000 mgr.a (mgr.24293) 8884 : 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-07T13:31:57.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:31:57.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:57.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:57.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:57.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:31:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:57 smithi044 bash[32620]: audit 2023-12-07T13:31:57.131484+0000 mgr.a (mgr.24293) 8885 : audit 0 from='client.183348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:57 smithi022 bash[28554]: audit 2023-12-07T13:31:57.131484+0000 mgr.a (mgr.24293) 8885 : audit 0 from='client.183348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:57 smithi027 bash[31536]: audit 2023-12-07T13:31:57.131484+0000 mgr.a (mgr.24293) 8885 : audit 0 from='client.183348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:31:58 smithi022 bash[28554]: cluster 2023-12-07T13:31:57.466703+0000 mgr.a (mgr.24293) 8886 : cluster 0 pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:31:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:31:58 smithi044 bash[32620]: cluster 2023-12-07T13:31:57.466703+0000 mgr.a (mgr.24293) 8886 : cluster 0 pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:31:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:31:58 smithi027 bash[31536]: cluster 2023-12-07T13:31:57.466703+0000 mgr.a (mgr.24293) 8886 : cluster 0 pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:32:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:00 smithi044 bash[32620]: cluster 2023-12-07T13:31:59.467458+0000 mgr.a (mgr.24293) 8887 : cluster 0 pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:32:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:00 smithi022 bash[28554]: cluster 2023-12-07T13:31:59.467458+0000 mgr.a (mgr.24293) 8887 : cluster 0 pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:32:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:00 smithi027 bash[31536]: cluster 2023-12-07T13:31:59.467458+0000 mgr.a (mgr.24293) 8887 : cluster 0 pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:32:02.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:02.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:02.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:02 smithi044 bash[32620]: cluster 2023-12-07T13:32:01.468314+0000 mgr.a (mgr.24293) 8888 : cluster 0 pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:32:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:02 smithi022 bash[28554]: cluster 2023-12-07T13:32:01.468314+0000 mgr.a (mgr.24293) 8888 : cluster 0 pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:32:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:02 smithi027 bash[31536]: cluster 2023-12-07T13:32:01.468314+0000 mgr.a (mgr.24293) 8888 : cluster 0 pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:32:03.603 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:03.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:03.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:03.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:03.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:03 smithi044 bash[32620]: audit 2023-12-07T13:32:03.068694+0000 mgr.a (mgr.24293) 8889 : audit 0 from='client.183420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:03 smithi022 bash[28554]: audit 2023-12-07T13:32:03.068694+0000 mgr.a (mgr.24293) 8889 : audit 0 from='client.183420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:03 smithi027 bash[31536]: audit 2023-12-07T13:32:03.068694+0000 mgr.a (mgr.24293) 8889 : audit 0 from='client.183420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:04 smithi044 bash[32620]: cluster 2023-12-07T13:32:03.469106+0000 mgr.a (mgr.24293) 8890 : cluster 0 pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:04 smithi022 bash[28554]: cluster 2023-12-07T13:32:03.469106+0000 mgr.a (mgr.24293) 8890 : cluster 0 pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:04 smithi027 bash[31536]: cluster 2023-12-07T13:32:03.469106+0000 mgr.a (mgr.24293) 8890 : cluster 0 pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:06 smithi044 bash[32620]: cluster 2023-12-07T13:32:05.470068+0000 mgr.a (mgr.24293) 8891 : cluster 0 pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:06 smithi022 bash[28554]: cluster 2023-12-07T13:32:05.470068+0000 mgr.a (mgr.24293) 8891 : cluster 0 pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:06 smithi027 bash[31536]: cluster 2023-12-07T13:32:05.470068+0000 mgr.a (mgr.24293) 8891 : cluster 0 pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:08.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:08.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:08.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:08 smithi044 bash[32620]: cluster 2023-12-07T13:32:07.470703+0000 mgr.a (mgr.24293) 8892 : 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-07T13:32:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:08 smithi022 bash[28554]: cluster 2023-12-07T13:32:07.470703+0000 mgr.a (mgr.24293) 8892 : 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-07T13:32:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:08 smithi027 bash[31536]: cluster 2023-12-07T13:32:07.470703+0000 mgr.a (mgr.24293) 8892 : 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-07T13:32:09.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:09.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:09.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:09.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:09.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:09 smithi044 bash[32620]: audit 2023-12-07T13:32:09.015156+0000 mgr.a (mgr.24293) 8893 : audit 0 from='client.183495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:09 smithi022 bash[28554]: audit 2023-12-07T13:32:09.015156+0000 mgr.a (mgr.24293) 8893 : audit 0 from='client.183495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:09 smithi027 bash[31536]: audit 2023-12-07T13:32:09.015156+0000 mgr.a (mgr.24293) 8893 : audit 0 from='client.183495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:10 smithi044 bash[32620]: cluster 2023-12-07T13:32:09.471251+0000 mgr.a (mgr.24293) 8894 : cluster 0 pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:10 smithi022 bash[28554]: cluster 2023-12-07T13:32:09.471251+0000 mgr.a (mgr.24293) 8894 : cluster 0 pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:10 smithi027 bash[31536]: cluster 2023-12-07T13:32:09.471251+0000 mgr.a (mgr.24293) 8894 : cluster 0 pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:12 smithi044 bash[32620]: cluster 2023-12-07T13:32:11.472068+0000 mgr.a (mgr.24293) 8895 : cluster 0 pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:12 smithi022 bash[28554]: cluster 2023-12-07T13:32:11.472068+0000 mgr.a (mgr.24293) 8895 : cluster 0 pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:12 smithi027 bash[31536]: cluster 2023-12-07T13:32:11.472068+0000 mgr.a (mgr.24293) 8895 : cluster 0 pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:14.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:14.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:14.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:14 smithi022 bash[28554]: cluster 2023-12-07T13:32:13.472581+0000 mgr.a (mgr.24293) 8896 : 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-07T13:32:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:14 smithi044 bash[32620]: cluster 2023-12-07T13:32:13.472581+0000 mgr.a (mgr.24293) 8896 : 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-07T13:32:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:14 smithi027 bash[31536]: cluster 2023-12-07T13:32:13.472581+0000 mgr.a (mgr.24293) 8896 : 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-07T13:32:15.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:15 smithi044 bash[32620]: audit 2023-12-07T13:32:14.965280+0000 mgr.a (mgr.24293) 8897 : audit 0 from='client.183570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:15 smithi022 bash[28554]: audit 2023-12-07T13:32:14.965280+0000 mgr.a (mgr.24293) 8897 : audit 0 from='client.183570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:15 smithi027 bash[31536]: audit 2023-12-07T13:32:14.965280+0000 mgr.a (mgr.24293) 8897 : audit 0 from='client.183570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:16 smithi044 bash[32620]: cluster 2023-12-07T13:32:15.473226+0000 mgr.a (mgr.24293) 8898 : cluster 0 pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:32:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:16 smithi022 bash[28554]: cluster 2023-12-07T13:32:15.473226+0000 mgr.a (mgr.24293) 8898 : cluster 0 pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:32:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:16 smithi027 bash[31536]: cluster 2023-12-07T13:32:15.473226+0000 mgr.a (mgr.24293) 8898 : cluster 0 pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:32:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:18 smithi044 bash[32620]: cluster 2023-12-07T13:32:17.473768+0000 mgr.a (mgr.24293) 8899 : cluster 0 pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:18 smithi022 bash[28554]: cluster 2023-12-07T13:32:17.473768+0000 mgr.a (mgr.24293) 8899 : cluster 0 pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:18 smithi027 bash[31536]: cluster 2023-12-07T13:32:17.473768+0000 mgr.a (mgr.24293) 8899 : cluster 0 pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:20.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:20.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:20.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:20 smithi022 bash[28554]: cluster 2023-12-07T13:32:19.474358+0000 mgr.a (mgr.24293) 8900 : cluster 0 pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:20 smithi044 bash[32620]: cluster 2023-12-07T13:32:19.474358+0000 mgr.a (mgr.24293) 8900 : cluster 0 pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:20 smithi027 bash[31536]: cluster 2023-12-07T13:32:19.474358+0000 mgr.a (mgr.24293) 8900 : cluster 0 pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:21.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:21.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:21.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:21.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:21.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:21 smithi044 bash[32620]: audit 2023-12-07T13:32:20.887487+0000 mgr.a (mgr.24293) 8901 : audit 0 from='client.183645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:21 smithi022 bash[28554]: audit 2023-12-07T13:32:20.887487+0000 mgr.a (mgr.24293) 8901 : audit 0 from='client.183645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:21 smithi027 bash[31536]: audit 2023-12-07T13:32:20.887487+0000 mgr.a (mgr.24293) 8901 : audit 0 from='client.183645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:22 smithi044 bash[32620]: cluster 2023-12-07T13:32:21.475411+0000 mgr.a (mgr.24293) 8902 : cluster 0 pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:22 smithi022 bash[28554]: cluster 2023-12-07T13:32:21.475411+0000 mgr.a (mgr.24293) 8902 : cluster 0 pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:22 smithi027 bash[31536]: cluster 2023-12-07T13:32:21.475411+0000 mgr.a (mgr.24293) 8902 : cluster 0 pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:24 smithi044 bash[32620]: cluster 2023-12-07T13:32:23.476005+0000 mgr.a (mgr.24293) 8903 : cluster 0 pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:24 smithi022 bash[28554]: cluster 2023-12-07T13:32:23.476005+0000 mgr.a (mgr.24293) 8903 : cluster 0 pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:24 smithi027 bash[31536]: cluster 2023-12-07T13:32:23.476005+0000 mgr.a (mgr.24293) 8903 : cluster 0 pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:26.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:26.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:26.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:26 smithi044 bash[32620]: cluster 2023-12-07T13:32:25.476725+0000 mgr.a (mgr.24293) 8904 : 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-07T13:32:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:26 smithi022 bash[28554]: cluster 2023-12-07T13:32:25.476725+0000 mgr.a (mgr.24293) 8904 : 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-07T13:32:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:26 smithi027 bash[31536]: cluster 2023-12-07T13:32:25.476725+0000 mgr.a (mgr.24293) 8904 : 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-07T13:32:27.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:27.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:27.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:27.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:27.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:27 smithi044 bash[32620]: audit 2023-12-07T13:32:26.809094+0000 mgr.a (mgr.24293) 8905 : audit 0 from='client.183720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:27 smithi022 bash[28554]: audit 2023-12-07T13:32:26.809094+0000 mgr.a (mgr.24293) 8905 : audit 0 from='client.183720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:27 smithi027 bash[31536]: audit 2023-12-07T13:32:26.809094+0000 mgr.a (mgr.24293) 8905 : audit 0 from='client.183720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:28 smithi044 bash[32620]: cluster 2023-12-07T13:32:27.477375+0000 mgr.a (mgr.24293) 8906 : cluster 0 pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:32:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:28 smithi022 bash[28554]: cluster 2023-12-07T13:32:27.477375+0000 mgr.a (mgr.24293) 8906 : cluster 0 pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:32:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:28 smithi027 bash[31536]: cluster 2023-12-07T13:32:27.477375+0000 mgr.a (mgr.24293) 8906 : cluster 0 pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:32:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:30 smithi044 bash[32620]: cluster 2023-12-07T13:32:29.477944+0000 mgr.a (mgr.24293) 8907 : cluster 0 pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:32:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:30 smithi022 bash[28554]: cluster 2023-12-07T13:32:29.477944+0000 mgr.a (mgr.24293) 8907 : cluster 0 pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:32:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:30 smithi027 bash[31536]: cluster 2023-12-07T13:32:29.477944+0000 mgr.a (mgr.24293) 8907 : cluster 0 pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:32:32.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:32.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:32.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:32 smithi044 bash[32620]: cluster 2023-12-07T13:32:31.478748+0000 mgr.a (mgr.24293) 8908 : cluster 0 pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:32:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:32 smithi022 bash[28554]: cluster 2023-12-07T13:32:31.478748+0000 mgr.a (mgr.24293) 8908 : cluster 0 pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:32:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:32 smithi027 bash[31536]: cluster 2023-12-07T13:32:31.478748+0000 mgr.a (mgr.24293) 8908 : cluster 0 pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:32:33.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:33.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:33.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:33.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:33.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:33 smithi044 bash[32620]: audit 2023-12-07T13:32:32.747014+0000 mgr.a (mgr.24293) 8909 : audit 0 from='client.183789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:33 smithi022 bash[28554]: audit 2023-12-07T13:32:32.747014+0000 mgr.a (mgr.24293) 8909 : audit 0 from='client.183789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:33 smithi027 bash[31536]: audit 2023-12-07T13:32:32.747014+0000 mgr.a (mgr.24293) 8909 : audit 0 from='client.183789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:34 smithi044 bash[32620]: cluster 2023-12-07T13:32:33.479508+0000 mgr.a (mgr.24293) 8910 : cluster 0 pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:34 smithi022 bash[28554]: cluster 2023-12-07T13:32:33.479508+0000 mgr.a (mgr.24293) 8910 : cluster 0 pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:34 smithi027 bash[31536]: cluster 2023-12-07T13:32:33.479508+0000 mgr.a (mgr.24293) 8910 : cluster 0 pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:36 smithi022 bash[28554]: cluster 2023-12-07T13:32:35.480518+0000 mgr.a (mgr.24293) 8911 : cluster 0 pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:36 smithi044 bash[32620]: cluster 2023-12-07T13:32:35.480518+0000 mgr.a (mgr.24293) 8911 : cluster 0 pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:36 smithi027 bash[31536]: cluster 2023-12-07T13:32:35.480518+0000 mgr.a (mgr.24293) 8911 : cluster 0 pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:38.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:38.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:38.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:38 smithi044 bash[32620]: cluster 2023-12-07T13:32:37.481121+0000 mgr.a (mgr.24293) 8912 : 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-07T13:32:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:38 smithi022 bash[28554]: cluster 2023-12-07T13:32:37.481121+0000 mgr.a (mgr.24293) 8912 : 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-07T13:32:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:38 smithi027 bash[31536]: cluster 2023-12-07T13:32:37.481121+0000 mgr.a (mgr.24293) 8912 : 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-07T13:32:39.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:39.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:39.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:39.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:39.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:39 smithi044 bash[32620]: audit 2023-12-07T13:32:38.695750+0000 mgr.a (mgr.24293) 8913 : audit 0 from='client.183867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:39 smithi022 bash[28554]: audit 2023-12-07T13:32:38.695750+0000 mgr.a (mgr.24293) 8913 : audit 0 from='client.183867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:39 smithi027 bash[31536]: audit 2023-12-07T13:32:38.695750+0000 mgr.a (mgr.24293) 8913 : audit 0 from='client.183867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:40 smithi044 bash[32620]: cluster 2023-12-07T13:32:39.481839+0000 mgr.a (mgr.24293) 8914 : cluster 0 pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:40 smithi022 bash[28554]: cluster 2023-12-07T13:32:39.481839+0000 mgr.a (mgr.24293) 8914 : cluster 0 pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:40 smithi027 bash[31536]: cluster 2023-12-07T13:32:39.481839+0000 mgr.a (mgr.24293) 8914 : cluster 0 pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:42 smithi044 bash[32620]: cluster 2023-12-07T13:32:41.482688+0000 mgr.a (mgr.24293) 8915 : cluster 0 pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:42 smithi022 bash[28554]: cluster 2023-12-07T13:32:41.482688+0000 mgr.a (mgr.24293) 8915 : cluster 0 pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:42 smithi027 bash[31536]: cluster 2023-12-07T13:32:41.482688+0000 mgr.a (mgr.24293) 8915 : cluster 0 pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:44.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:44.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:44.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:44 smithi044 bash[32620]: cluster 2023-12-07T13:32:43.483240+0000 mgr.a (mgr.24293) 8916 : 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-07T13:32:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:44 smithi022 bash[28554]: cluster 2023-12-07T13:32:43.483240+0000 mgr.a (mgr.24293) 8916 : 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-07T13:32:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:44 smithi027 bash[31536]: cluster 2023-12-07T13:32:43.483240+0000 mgr.a (mgr.24293) 8916 : 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-07T13:32:45.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:45.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:45.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:45.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:45.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:45 smithi044 bash[32620]: audit 2023-12-07T13:32:44.629018+0000 mgr.a (mgr.24293) 8917 : audit 0 from='client.183945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:45 smithi022 bash[28554]: audit 2023-12-07T13:32:44.629018+0000 mgr.a (mgr.24293) 8917 : audit 0 from='client.183945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:45 smithi027 bash[31536]: audit 2023-12-07T13:32:44.629018+0000 mgr.a (mgr.24293) 8917 : audit 0 from='client.183945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:46 smithi044 bash[32620]: cluster 2023-12-07T13:32:45.484172+0000 mgr.a (mgr.24293) 8918 : cluster 0 pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:46 smithi022 bash[28554]: cluster 2023-12-07T13:32:45.484172+0000 mgr.a (mgr.24293) 8918 : cluster 0 pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:46 smithi027 bash[31536]: cluster 2023-12-07T13:32:45.484172+0000 mgr.a (mgr.24293) 8918 : cluster 0 pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:48 smithi044 bash[32620]: cluster 2023-12-07T13:32:47.484734+0000 mgr.a (mgr.24293) 8919 : cluster 0 pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:48 smithi044 bash[32620]: audit 2023-12-07T13:32:48.336046+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:32:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:48 smithi022 bash[28554]: cluster 2023-12-07T13:32:47.484734+0000 mgr.a (mgr.24293) 8919 : cluster 0 pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:48 smithi022 bash[28554]: audit 2023-12-07T13:32:48.336046+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:32:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:48 smithi027 bash[31536]: cluster 2023-12-07T13:32:47.484734+0000 mgr.a (mgr.24293) 8919 : cluster 0 pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:48 smithi027 bash[31536]: audit 2023-12-07T13:32:48.336046+0000 mon.a (mon.0) 1689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:32:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:49 smithi022 bash[28554]: audit 2023-12-07T13:32:49.121977+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:32:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:49 smithi022 bash[28554]: audit 2023-12-07T13:32:49.124254+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:32:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:49 smithi022 bash[28554]: audit 2023-12-07T13:32:49.133661+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:32:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:49 smithi044 bash[32620]: audit 2023-12-07T13:32:49.121977+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:32:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:49 smithi044 bash[32620]: audit 2023-12-07T13:32:49.124254+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:32:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:49 smithi044 bash[32620]: audit 2023-12-07T13:32:49.133661+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:32:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:49 smithi027 bash[31536]: audit 2023-12-07T13:32:49.121977+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:32:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:49 smithi027 bash[31536]: audit 2023-12-07T13:32:49.124254+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:32:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:49 smithi027 bash[31536]: audit 2023-12-07T13:32:49.133661+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:32:50.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:50.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:50.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:50 smithi044 bash[32620]: cluster 2023-12-07T13:32:49.485293+0000 mgr.a (mgr.24293) 8920 : 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-07T13:32:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:50 smithi022 bash[28554]: cluster 2023-12-07T13:32:49.485293+0000 mgr.a (mgr.24293) 8920 : 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-07T13:32:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:50 smithi027 bash[31536]: cluster 2023-12-07T13:32:49.485293+0000 mgr.a (mgr.24293) 8920 : 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-07T13:32:51.125 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:51.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:51.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:51.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:51.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:51 smithi044 bash[32620]: audit 2023-12-07T13:32:50.597671+0000 mgr.a (mgr.24293) 8921 : audit 0 from='client.184023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:51 smithi022 bash[28554]: audit 2023-12-07T13:32:50.597671+0000 mgr.a (mgr.24293) 8921 : audit 0 from='client.184023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:51 smithi027 bash[31536]: audit 2023-12-07T13:32:50.597671+0000 mgr.a (mgr.24293) 8921 : audit 0 from='client.184023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:52 smithi044 bash[32620]: cluster 2023-12-07T13:32:51.486394+0000 mgr.a (mgr.24293) 8922 : cluster 0 pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:52 smithi022 bash[28554]: cluster 2023-12-07T13:32:51.486394+0000 mgr.a (mgr.24293) 8922 : cluster 0 pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:52 smithi027 bash[31536]: cluster 2023-12-07T13:32:51.486394+0000 mgr.a (mgr.24293) 8922 : cluster 0 pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:54 smithi044 bash[32620]: cluster 2023-12-07T13:32:53.486964+0000 mgr.a (mgr.24293) 8923 : cluster 0 pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:54 smithi022 bash[28554]: cluster 2023-12-07T13:32:53.486964+0000 mgr.a (mgr.24293) 8923 : cluster 0 pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:54 smithi027 bash[31536]: cluster 2023-12-07T13:32:53.486964+0000 mgr.a (mgr.24293) 8923 : cluster 0 pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:56.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:32:56.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:56.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:56 smithi044 bash[32620]: cluster 2023-12-07T13:32:55.487757+0000 mgr.a (mgr.24293) 8924 : 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-07T13:32:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:56 smithi022 bash[28554]: cluster 2023-12-07T13:32:55.487757+0000 mgr.a (mgr.24293) 8924 : 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-07T13:32:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:56 smithi027 bash[31536]: cluster 2023-12-07T13:32:55.487757+0000 mgr.a (mgr.24293) 8924 : 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-07T13:32:57.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:32:57.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:57.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:57.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:57.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:32:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:57 smithi044 bash[32620]: audit 2023-12-07T13:32:56.540252+0000 mgr.a (mgr.24293) 8925 : audit 0 from='client.184098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:57 smithi022 bash[28554]: audit 2023-12-07T13:32:56.540252+0000 mgr.a (mgr.24293) 8925 : audit 0 from='client.184098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:57 smithi027 bash[31536]: audit 2023-12-07T13:32:56.540252+0000 mgr.a (mgr.24293) 8925 : audit 0 from='client.184098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:32:58 smithi044 bash[32620]: cluster 2023-12-07T13:32:57.488480+0000 mgr.a (mgr.24293) 8926 : cluster 0 pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:32:58 smithi022 bash[28554]: cluster 2023-12-07T13:32:57.488480+0000 mgr.a (mgr.24293) 8926 : cluster 0 pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:32:58 smithi027 bash[31536]: cluster 2023-12-07T13:32:57.488480+0000 mgr.a (mgr.24293) 8926 : cluster 0 pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:00 smithi044 bash[32620]: cluster 2023-12-07T13:32:59.489056+0000 mgr.a (mgr.24293) 8927 : cluster 0 pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:00 smithi022 bash[28554]: cluster 2023-12-07T13:32:59.489056+0000 mgr.a (mgr.24293) 8927 : cluster 0 pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:00 smithi027 bash[31536]: cluster 2023-12-07T13:32:59.489056+0000 mgr.a (mgr.24293) 8927 : cluster 0 pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:02.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:02.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:02.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:02.938 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:02 smithi022 bash[28554]: cluster 2023-12-07T13:33:01.490054+0000 mgr.a (mgr.24293) 8928 : cluster 0 pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:02.938 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:02 smithi044 bash[32620]: cluster 2023-12-07T13:33:01.490054+0000 mgr.a (mgr.24293) 8928 : cluster 0 pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:02 smithi027 bash[31536]: cluster 2023-12-07T13:33:01.490054+0000 mgr.a (mgr.24293) 8928 : cluster 0 pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:03.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:03.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:03.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:03.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:03.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:03 smithi044 bash[32620]: audit 2023-12-07T13:33:02.479422+0000 mgr.a (mgr.24293) 8929 : audit 0 from='client.184176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:03 smithi022 bash[28554]: audit 2023-12-07T13:33:02.479422+0000 mgr.a (mgr.24293) 8929 : audit 0 from='client.184176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:03 smithi027 bash[31536]: audit 2023-12-07T13:33:02.479422+0000 mgr.a (mgr.24293) 8929 : audit 0 from='client.184176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:04 smithi044 bash[32620]: cluster 2023-12-07T13:33:03.490767+0000 mgr.a (mgr.24293) 8930 : cluster 0 pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:04 smithi022 bash[28554]: cluster 2023-12-07T13:33:03.490767+0000 mgr.a (mgr.24293) 8930 : cluster 0 pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:04 smithi027 bash[31536]: cluster 2023-12-07T13:33:03.490767+0000 mgr.a (mgr.24293) 8930 : cluster 0 pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:06 smithi044 bash[32620]: cluster 2023-12-07T13:33:05.491619+0000 mgr.a (mgr.24293) 8931 : cluster 0 pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:06 smithi022 bash[28554]: cluster 2023-12-07T13:33:05.491619+0000 mgr.a (mgr.24293) 8931 : cluster 0 pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:06 smithi027 bash[31536]: cluster 2023-12-07T13:33:05.491619+0000 mgr.a (mgr.24293) 8931 : cluster 0 pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:08.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:08.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:08.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:08 smithi044 bash[32620]: cluster 2023-12-07T13:33:07.492139+0000 mgr.a (mgr.24293) 8932 : 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-07T13:33:08.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:08 smithi022 bash[28554]: cluster 2023-12-07T13:33:07.492139+0000 mgr.a (mgr.24293) 8932 : 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-07T13:33:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:08 smithi027 bash[31536]: cluster 2023-12-07T13:33:07.492139+0000 mgr.a (mgr.24293) 8932 : 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-07T13:33:08.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:08.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:08.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:08.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:08.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:09 smithi044 bash[32620]: audit 2023-12-07T13:33:08.443401+0000 mgr.a (mgr.24293) 8933 : audit 0 from='client.184251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:09 smithi022 bash[28554]: audit 2023-12-07T13:33:08.443401+0000 mgr.a (mgr.24293) 8933 : audit 0 from='client.184251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:09 smithi027 bash[31536]: audit 2023-12-07T13:33:08.443401+0000 mgr.a (mgr.24293) 8933 : audit 0 from='client.184251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:10 smithi044 bash[32620]: cluster 2023-12-07T13:33:09.492854+0000 mgr.a (mgr.24293) 8934 : cluster 0 pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:10 smithi022 bash[28554]: cluster 2023-12-07T13:33:09.492854+0000 mgr.a (mgr.24293) 8934 : cluster 0 pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:10 smithi027 bash[31536]: cluster 2023-12-07T13:33:09.492854+0000 mgr.a (mgr.24293) 8934 : cluster 0 pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:12 smithi044 bash[32620]: cluster 2023-12-07T13:33:11.493687+0000 mgr.a (mgr.24293) 8935 : cluster 0 pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:12 smithi022 bash[28554]: cluster 2023-12-07T13:33:11.493687+0000 mgr.a (mgr.24293) 8935 : cluster 0 pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:12 smithi027 bash[31536]: cluster 2023-12-07T13:33:11.493687+0000 mgr.a (mgr.24293) 8935 : cluster 0 pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:13.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:13.986 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:13.986 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:14.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:14.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:14.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:14.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:14.923 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:14 smithi022 bash[28554]: cluster 2023-12-07T13:33:13.494270+0000 mgr.a (mgr.24293) 8936 : cluster 0 pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:14 smithi044 bash[32620]: cluster 2023-12-07T13:33:13.494270+0000 mgr.a (mgr.24293) 8936 : cluster 0 pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:14.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:14 smithi027 bash[31536]: cluster 2023-12-07T13:33:13.494270+0000 mgr.a (mgr.24293) 8936 : cluster 0 pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:15 smithi044 bash[32620]: audit 2023-12-07T13:33:14.397679+0000 mgr.a (mgr.24293) 8937 : audit 0 from='client.184329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:15 smithi022 bash[28554]: audit 2023-12-07T13:33:14.397679+0000 mgr.a (mgr.24293) 8937 : audit 0 from='client.184329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:15 smithi027 bash[31536]: audit 2023-12-07T13:33:14.397679+0000 mgr.a (mgr.24293) 8937 : audit 0 from='client.184329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:16 smithi044 bash[32620]: cluster 2023-12-07T13:33:15.495235+0000 mgr.a (mgr.24293) 8938 : cluster 0 pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:16 smithi022 bash[28554]: cluster 2023-12-07T13:33:15.495235+0000 mgr.a (mgr.24293) 8938 : cluster 0 pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:16 smithi027 bash[31536]: cluster 2023-12-07T13:33:15.495235+0000 mgr.a (mgr.24293) 8938 : cluster 0 pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:18 smithi044 bash[32620]: cluster 2023-12-07T13:33:17.495843+0000 mgr.a (mgr.24293) 8939 : cluster 0 pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:18 smithi022 bash[28554]: cluster 2023-12-07T13:33:17.495843+0000 mgr.a (mgr.24293) 8939 : cluster 0 pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:18 smithi027 bash[31536]: cluster 2023-12-07T13:33:17.495843+0000 mgr.a (mgr.24293) 8939 : cluster 0 pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:19.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:19.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:19.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:20.871 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:20.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:20.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:20.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:20.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:20 smithi022 bash[28554]: cluster 2023-12-07T13:33:19.496362+0000 mgr.a (mgr.24293) 8940 : 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-07T13:33:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:20 smithi044 bash[32620]: cluster 2023-12-07T13:33:19.496362+0000 mgr.a (mgr.24293) 8940 : 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-07T13:33:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:20 smithi027 bash[31536]: cluster 2023-12-07T13:33:19.496362+0000 mgr.a (mgr.24293) 8940 : 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-07T13:33:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:21 smithi044 bash[32620]: audit 2023-12-07T13:33:20.333422+0000 mgr.a (mgr.24293) 8941 : audit 0 from='client.184407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:21 smithi022 bash[28554]: audit 2023-12-07T13:33:20.333422+0000 mgr.a (mgr.24293) 8941 : audit 0 from='client.184407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:21 smithi027 bash[31536]: audit 2023-12-07T13:33:20.333422+0000 mgr.a (mgr.24293) 8941 : audit 0 from='client.184407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:22 smithi044 bash[32620]: cluster 2023-12-07T13:33:21.497576+0000 mgr.a (mgr.24293) 8942 : cluster 0 pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:22 smithi022 bash[28554]: cluster 2023-12-07T13:33:21.497576+0000 mgr.a (mgr.24293) 8942 : cluster 0 pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:22 smithi027 bash[31536]: cluster 2023-12-07T13:33:21.497576+0000 mgr.a (mgr.24293) 8942 : cluster 0 pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:24 smithi044 bash[32620]: cluster 2023-12-07T13:33:23.498332+0000 mgr.a (mgr.24293) 8943 : cluster 0 pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:24 smithi022 bash[28554]: cluster 2023-12-07T13:33:23.498332+0000 mgr.a (mgr.24293) 8943 : cluster 0 pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:24 smithi027 bash[31536]: cluster 2023-12-07T13:33:23.498332+0000 mgr.a (mgr.24293) 8943 : cluster 0 pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:25.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:25.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:25.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:26.785 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:26.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:26.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:26.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:26.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:26 smithi022 bash[28554]: cluster 2023-12-07T13:33:25.499160+0000 mgr.a (mgr.24293) 8944 : 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-07T13:33:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:26 smithi044 bash[32620]: cluster 2023-12-07T13:33:25.499160+0000 mgr.a (mgr.24293) 8944 : 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-07T13:33:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:26 smithi027 bash[31536]: cluster 2023-12-07T13:33:25.499160+0000 mgr.a (mgr.24293) 8944 : 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-07T13:33:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:27 smithi044 bash[32620]: audit 2023-12-07T13:33:26.282891+0000 mgr.a (mgr.24293) 8945 : audit 0 from='client.184485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:27 smithi022 bash[28554]: audit 2023-12-07T13:33:26.282891+0000 mgr.a (mgr.24293) 8945 : audit 0 from='client.184485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:27 smithi027 bash[31536]: audit 2023-12-07T13:33:26.282891+0000 mgr.a (mgr.24293) 8945 : audit 0 from='client.184485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:28 smithi044 bash[32620]: cluster 2023-12-07T13:33:27.500020+0000 mgr.a (mgr.24293) 8946 : cluster 0 pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:28 smithi022 bash[28554]: cluster 2023-12-07T13:33:27.500020+0000 mgr.a (mgr.24293) 8946 : cluster 0 pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:28 smithi027 bash[31536]: cluster 2023-12-07T13:33:27.500020+0000 mgr.a (mgr.24293) 8946 : cluster 0 pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:30 smithi022 bash[28554]: cluster 2023-12-07T13:33:29.500780+0000 mgr.a (mgr.24293) 8947 : cluster 0 pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:30 smithi044 bash[32620]: cluster 2023-12-07T13:33:29.500780+0000 mgr.a (mgr.24293) 8947 : cluster 0 pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:30 smithi027 bash[31536]: cluster 2023-12-07T13:33:29.500780+0000 mgr.a (mgr.24293) 8947 : cluster 0 pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:31.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:31.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:31.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:32.741 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:32.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:32 smithi044 bash[32620]: cluster 2023-12-07T13:33:31.501654+0000 mgr.a (mgr.24293) 8948 : cluster 0 pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:32 smithi044 bash[32620]: audit 2023-12-07T13:33:32.202408+0000 mgr.a (mgr.24293) 8949 : audit 0 from='client.184560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:32 smithi022 bash[28554]: cluster 2023-12-07T13:33:31.501654+0000 mgr.a (mgr.24293) 8948 : cluster 0 pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:32 smithi022 bash[28554]: audit 2023-12-07T13:33:32.202408+0000 mgr.a (mgr.24293) 8949 : audit 0 from='client.184560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:32 smithi027 bash[31536]: cluster 2023-12-07T13:33:31.501654+0000 mgr.a (mgr.24293) 8948 : cluster 0 pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:32 smithi027 bash[31536]: audit 2023-12-07T13:33:32.202408+0000 mgr.a (mgr.24293) 8949 : audit 0 from='client.184560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:34 smithi022 bash[28554]: cluster 2023-12-07T13:33:33.502391+0000 mgr.a (mgr.24293) 8950 : 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-07T13:33:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:34 smithi044 bash[32620]: cluster 2023-12-07T13:33:33.502391+0000 mgr.a (mgr.24293) 8950 : 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-07T13:33:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:34 smithi027 bash[31536]: cluster 2023-12-07T13:33:33.502391+0000 mgr.a (mgr.24293) 8950 : 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-07T13:33:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:36 smithi044 bash[32620]: cluster 2023-12-07T13:33:35.503262+0000 mgr.a (mgr.24293) 8951 : cluster 0 pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:36 smithi022 bash[28554]: cluster 2023-12-07T13:33:35.503262+0000 mgr.a (mgr.24293) 8951 : cluster 0 pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:36 smithi027 bash[31536]: cluster 2023-12-07T13:33:35.503262+0000 mgr.a (mgr.24293) 8951 : cluster 0 pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:37.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:37.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:37.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:38 smithi044 bash[32620]: cluster 2023-12-07T13:33:37.503859+0000 mgr.a (mgr.24293) 8952 : 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-07T13:33:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:38 smithi044 bash[32620]: audit 2023-12-07T13:33:38.156099+0000 mgr.a (mgr.24293) 8953 : audit 0 from='client.184635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:38 smithi022 bash[28554]: cluster 2023-12-07T13:33:37.503859+0000 mgr.a (mgr.24293) 8952 : 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-07T13:33:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:38 smithi022 bash[28554]: audit 2023-12-07T13:33:38.156099+0000 mgr.a (mgr.24293) 8953 : audit 0 from='client.184635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:38.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:38.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:38.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:38.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:38.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:38 smithi027 bash[31536]: cluster 2023-12-07T13:33:37.503859+0000 mgr.a (mgr.24293) 8952 : 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-07T13:33:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:38 smithi027 bash[31536]: audit 2023-12-07T13:33:38.156099+0000 mgr.a (mgr.24293) 8953 : audit 0 from='client.184635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:40 smithi044 bash[32620]: cluster 2023-12-07T13:33:39.504551+0000 mgr.a (mgr.24293) 8954 : cluster 0 pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:40 smithi022 bash[28554]: cluster 2023-12-07T13:33:39.504551+0000 mgr.a (mgr.24293) 8954 : cluster 0 pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:40 smithi027 bash[31536]: cluster 2023-12-07T13:33:39.504551+0000 mgr.a (mgr.24293) 8954 : cluster 0 pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:42 smithi044 bash[32620]: cluster 2023-12-07T13:33:41.505391+0000 mgr.a (mgr.24293) 8955 : cluster 0 pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:42 smithi022 bash[28554]: cluster 2023-12-07T13:33:41.505391+0000 mgr.a (mgr.24293) 8955 : cluster 0 pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:42 smithi027 bash[31536]: cluster 2023-12-07T13:33:41.505391+0000 mgr.a (mgr.24293) 8955 : cluster 0 pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:43.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:43.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:43.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:44.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:44 smithi044 bash[32620]: cluster 2023-12-07T13:33:43.505977+0000 mgr.a (mgr.24293) 8956 : cluster 0 pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:44 smithi044 bash[32620]: audit 2023-12-07T13:33:44.098591+0000 mgr.a (mgr.24293) 8957 : audit 0 from='client.184710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:44 smithi022 bash[28554]: cluster 2023-12-07T13:33:43.505977+0000 mgr.a (mgr.24293) 8956 : cluster 0 pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:44 smithi022 bash[28554]: audit 2023-12-07T13:33:44.098591+0000 mgr.a (mgr.24293) 8957 : audit 0 from='client.184710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:44 smithi027 bash[31536]: cluster 2023-12-07T13:33:43.505977+0000 mgr.a (mgr.24293) 8956 : cluster 0 pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:44 smithi027 bash[31536]: audit 2023-12-07T13:33:44.098591+0000 mgr.a (mgr.24293) 8957 : audit 0 from='client.184710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:46 smithi044 bash[32620]: cluster 2023-12-07T13:33:45.506882+0000 mgr.a (mgr.24293) 8958 : cluster 0 pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:46 smithi022 bash[28554]: cluster 2023-12-07T13:33:45.506882+0000 mgr.a (mgr.24293) 8958 : cluster 0 pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:46 smithi027 bash[31536]: cluster 2023-12-07T13:33:45.506882+0000 mgr.a (mgr.24293) 8958 : cluster 0 pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:33:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:48 smithi044 bash[32620]: cluster 2023-12-07T13:33:47.507444+0000 mgr.a (mgr.24293) 8959 : 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-07T13:33:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:48 smithi022 bash[28554]: cluster 2023-12-07T13:33:47.507444+0000 mgr.a (mgr.24293) 8959 : 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-07T13:33:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:48 smithi027 bash[31536]: cluster 2023-12-07T13:33:47.507444+0000 mgr.a (mgr.24293) 8959 : 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-07T13:33:49.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:49.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:49.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:49 smithi044 bash[32620]: audit 2023-12-07T13:33:49.235829+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:33:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:49 smithi022 bash[28554]: audit 2023-12-07T13:33:49.235829+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:33:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:49 smithi027 bash[31536]: audit 2023-12-07T13:33:49.235829+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:33:50.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:50.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:50.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:50.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:50.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: cluster 2023-12-07T13:33:49.507939+0000 mgr.a (mgr.24293) 8960 : 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-07T13:33:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: audit 2023-12-07T13:33:49.765655+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: audit 2023-12-07T13:33:49.771306+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: audit 2023-12-07T13:33:50.048672+0000 mgr.a (mgr.24293) 8961 : audit 0 from='client.153434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: audit 2023-12-07T13:33:50.507368+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: audit 2023-12-07T13:33:50.508711+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:50 smithi044 bash[32620]: audit 2023-12-07T13:33:50.515730+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: cluster 2023-12-07T13:33:49.507939+0000 mgr.a (mgr.24293) 8960 : 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-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: audit 2023-12-07T13:33:49.765655+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: audit 2023-12-07T13:33:49.771306+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: audit 2023-12-07T13:33:50.048672+0000 mgr.a (mgr.24293) 8961 : audit 0 from='client.153434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: audit 2023-12-07T13:33:50.507368+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: audit 2023-12-07T13:33:50.508711+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:50 smithi022 bash[28554]: audit 2023-12-07T13:33:50.515730+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: cluster 2023-12-07T13:33:49.507939+0000 mgr.a (mgr.24293) 8960 : 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-07T13:33:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: audit 2023-12-07T13:33:49.765655+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: audit 2023-12-07T13:33:49.771306+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: audit 2023-12-07T13:33:50.048672+0000 mgr.a (mgr.24293) 8961 : audit 0 from='client.153434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: audit 2023-12-07T13:33:50.507368+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:33:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: audit 2023-12-07T13:33:50.508711+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:33:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:50 smithi027 bash[31536]: audit 2023-12-07T13:33:50.515730+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:33:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:52 smithi044 bash[32620]: cluster 2023-12-07T13:33:51.508875+0000 mgr.a (mgr.24293) 8962 : cluster 0 pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:33:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:52 smithi022 bash[28554]: cluster 2023-12-07T13:33:51.508875+0000 mgr.a (mgr.24293) 8962 : cluster 0 pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:33:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:52 smithi027 bash[31536]: cluster 2023-12-07T13:33:51.508875+0000 mgr.a (mgr.24293) 8962 : cluster 0 pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:33:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:54 smithi044 bash[32620]: cluster 2023-12-07T13:33:53.509489+0000 mgr.a (mgr.24293) 8963 : cluster 0 pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:54 smithi022 bash[28554]: cluster 2023-12-07T13:33:53.509489+0000 mgr.a (mgr.24293) 8963 : cluster 0 pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:54 smithi027 bash[31536]: cluster 2023-12-07T13:33:53.509489+0000 mgr.a (mgr.24293) 8963 : cluster 0 pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:55.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:33:55.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:55.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:56.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:56.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:56.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:56.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:33:56.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:33:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:56 smithi022 bash[28554]: cluster 2023-12-07T13:33:55.510219+0000 mgr.a (mgr.24293) 8964 : 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-07T13:33:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:56 smithi022 bash[28554]: audit 2023-12-07T13:33:55.941248+0000 mgr.a (mgr.24293) 8965 : audit 0 from='client.184863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:57.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:56 smithi044 bash[32620]: cluster 2023-12-07T13:33:55.510219+0000 mgr.a (mgr.24293) 8964 : 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-07T13:33:57.184 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:56 smithi044 bash[32620]: audit 2023-12-07T13:33:55.941248+0000 mgr.a (mgr.24293) 8965 : audit 0 from='client.184863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:56 smithi027 bash[31536]: cluster 2023-12-07T13:33:55.510219+0000 mgr.a (mgr.24293) 8964 : 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-07T13:33:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:56 smithi027 bash[31536]: audit 2023-12-07T13:33:55.941248+0000 mgr.a (mgr.24293) 8965 : audit 0 from='client.184863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:33:58 smithi022 bash[28554]: cluster 2023-12-07T13:33:57.510909+0000 mgr.a (mgr.24293) 8966 : cluster 0 pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:33:58 smithi044 bash[32620]: cluster 2023-12-07T13:33:57.510909+0000 mgr.a (mgr.24293) 8966 : cluster 0 pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:33:58 smithi027 bash[31536]: cluster 2023-12-07T13:33:57.510909+0000 mgr.a (mgr.24293) 8966 : cluster 0 pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:00 smithi022 bash[28554]: cluster 2023-12-07T13:33:59.511473+0000 mgr.a (mgr.24293) 8967 : cluster 0 pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:00 smithi044 bash[32620]: cluster 2023-12-07T13:33:59.511473+0000 mgr.a (mgr.24293) 8967 : cluster 0 pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:00 smithi027 bash[31536]: cluster 2023-12-07T13:33:59.511473+0000 mgr.a (mgr.24293) 8967 : cluster 0 pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:01.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:01.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:01.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:02.409 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:02.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:02.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:02.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:02.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:02 smithi044 bash[32620]: cluster 2023-12-07T13:34:01.512329+0000 mgr.a (mgr.24293) 8968 : cluster 0 pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:02 smithi044 bash[32620]: audit 2023-12-07T13:34:01.872817+0000 mgr.a (mgr.24293) 8969 : audit 0 from='client.184938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:02 smithi022 bash[28554]: cluster 2023-12-07T13:34:01.512329+0000 mgr.a (mgr.24293) 8968 : cluster 0 pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:02 smithi022 bash[28554]: audit 2023-12-07T13:34:01.872817+0000 mgr.a (mgr.24293) 8969 : audit 0 from='client.184938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:02 smithi027 bash[31536]: cluster 2023-12-07T13:34:01.512329+0000 mgr.a (mgr.24293) 8968 : cluster 0 pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:02 smithi027 bash[31536]: audit 2023-12-07T13:34:01.872817+0000 mgr.a (mgr.24293) 8969 : audit 0 from='client.184938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:04 smithi044 bash[32620]: cluster 2023-12-07T13:34:03.513012+0000 mgr.a (mgr.24293) 8970 : cluster 0 pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:34:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:04 smithi022 bash[28554]: cluster 2023-12-07T13:34:03.513012+0000 mgr.a (mgr.24293) 8970 : cluster 0 pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:34:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:04 smithi027 bash[31536]: cluster 2023-12-07T13:34:03.513012+0000 mgr.a (mgr.24293) 8970 : cluster 0 pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:34:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:06 smithi044 bash[32620]: cluster 2023-12-07T13:34:05.513797+0000 mgr.a (mgr.24293) 8971 : cluster 0 pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:34:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:06 smithi022 bash[28554]: cluster 2023-12-07T13:34:05.513797+0000 mgr.a (mgr.24293) 8971 : cluster 0 pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:34:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:06 smithi027 bash[31536]: cluster 2023-12-07T13:34:05.513797+0000 mgr.a (mgr.24293) 8971 : cluster 0 pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:34:07.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:07.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:07.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:08.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:08 smithi044 bash[32620]: cluster 2023-12-07T13:34:07.514361+0000 mgr.a (mgr.24293) 8972 : cluster 0 pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:08 smithi044 bash[32620]: audit 2023-12-07T13:34:07.814083+0000 mgr.a (mgr.24293) 8973 : audit 0 from='client.185007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:08 smithi022 bash[28554]: cluster 2023-12-07T13:34:07.514361+0000 mgr.a (mgr.24293) 8972 : cluster 0 pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:08 smithi022 bash[28554]: audit 2023-12-07T13:34:07.814083+0000 mgr.a (mgr.24293) 8973 : audit 0 from='client.185007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:08 smithi027 bash[31536]: cluster 2023-12-07T13:34:07.514361+0000 mgr.a (mgr.24293) 8972 : cluster 0 pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:08 smithi027 bash[31536]: audit 2023-12-07T13:34:07.814083+0000 mgr.a (mgr.24293) 8973 : audit 0 from='client.185007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:10 smithi044 bash[32620]: cluster 2023-12-07T13:34:09.515030+0000 mgr.a (mgr.24293) 8974 : cluster 0 pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:10 smithi022 bash[28554]: cluster 2023-12-07T13:34:09.515030+0000 mgr.a (mgr.24293) 8974 : cluster 0 pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:10 smithi027 bash[31536]: cluster 2023-12-07T13:34:09.515030+0000 mgr.a (mgr.24293) 8974 : cluster 0 pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:12 smithi044 bash[32620]: cluster 2023-12-07T13:34:11.515892+0000 mgr.a (mgr.24293) 8975 : cluster 0 pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:12 smithi022 bash[28554]: cluster 2023-12-07T13:34:11.515892+0000 mgr.a (mgr.24293) 8975 : cluster 0 pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:12 smithi027 bash[31536]: cluster 2023-12-07T13:34:11.515892+0000 mgr.a (mgr.24293) 8975 : cluster 0 pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:13.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:13.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:13.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:14.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:14.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:14.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:14.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:14.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:14 smithi022 bash[28554]: cluster 2023-12-07T13:34:13.516451+0000 mgr.a (mgr.24293) 8976 : cluster 0 pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:14 smithi022 bash[28554]: audit 2023-12-07T13:34:13.757303+0000 mgr.a (mgr.24293) 8977 : audit 0 from='client.185085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:14 smithi044 bash[32620]: cluster 2023-12-07T13:34:13.516451+0000 mgr.a (mgr.24293) 8976 : cluster 0 pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:14 smithi044 bash[32620]: audit 2023-12-07T13:34:13.757303+0000 mgr.a (mgr.24293) 8977 : audit 0 from='client.185085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:14 smithi027 bash[31536]: cluster 2023-12-07T13:34:13.516451+0000 mgr.a (mgr.24293) 8976 : cluster 0 pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:14 smithi027 bash[31536]: audit 2023-12-07T13:34:13.757303+0000 mgr.a (mgr.24293) 8977 : audit 0 from='client.185085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:16 smithi022 bash[28554]: cluster 2023-12-07T13:34:15.517357+0000 mgr.a (mgr.24293) 8978 : cluster 0 pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:16 smithi044 bash[32620]: cluster 2023-12-07T13:34:15.517357+0000 mgr.a (mgr.24293) 8978 : cluster 0 pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:16 smithi027 bash[31536]: cluster 2023-12-07T13:34:15.517357+0000 mgr.a (mgr.24293) 8978 : cluster 0 pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:18 smithi044 bash[32620]: cluster 2023-12-07T13:34:17.517916+0000 mgr.a (mgr.24293) 8979 : 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-07T13:34:18.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:18 smithi022 bash[28554]: cluster 2023-12-07T13:34:17.517916+0000 mgr.a (mgr.24293) 8979 : 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-07T13:34:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:18 smithi027 bash[31536]: cluster 2023-12-07T13:34:17.517916+0000 mgr.a (mgr.24293) 8979 : 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-07T13:34:19.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:19.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:19.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:20.223 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:20.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:20.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:20.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:20.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:20 smithi044 bash[32620]: cluster 2023-12-07T13:34:19.518313+0000 mgr.a (mgr.24293) 8980 : cluster 0 pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:20 smithi044 bash[32620]: audit 2023-12-07T13:34:19.694849+0000 mgr.a (mgr.24293) 8981 : audit 0 from='client.185160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:20 smithi022 bash[28554]: cluster 2023-12-07T13:34:19.518313+0000 mgr.a (mgr.24293) 8980 : cluster 0 pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:20 smithi022 bash[28554]: audit 2023-12-07T13:34:19.694849+0000 mgr.a (mgr.24293) 8981 : audit 0 from='client.185160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:20 smithi027 bash[31536]: cluster 2023-12-07T13:34:19.518313+0000 mgr.a (mgr.24293) 8980 : cluster 0 pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:20 smithi027 bash[31536]: audit 2023-12-07T13:34:19.694849+0000 mgr.a (mgr.24293) 8981 : audit 0 from='client.185160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:22 smithi044 bash[32620]: cluster 2023-12-07T13:34:21.519216+0000 mgr.a (mgr.24293) 8982 : cluster 0 pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:22 smithi022 bash[28554]: cluster 2023-12-07T13:34:21.519216+0000 mgr.a (mgr.24293) 8982 : cluster 0 pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:22.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:22 smithi027 bash[31536]: cluster 2023-12-07T13:34:21.519216+0000 mgr.a (mgr.24293) 8982 : cluster 0 pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:24 smithi044 bash[32620]: cluster 2023-12-07T13:34:23.519810+0000 mgr.a (mgr.24293) 8983 : 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-07T13:34:24.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:24 smithi022 bash[28554]: cluster 2023-12-07T13:34:23.519810+0000 mgr.a (mgr.24293) 8983 : 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-07T13:34:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:24 smithi027 bash[31536]: cluster 2023-12-07T13:34:23.519810+0000 mgr.a (mgr.24293) 8983 : 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-07T13:34:25.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:25.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:25.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:26.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:26.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:26.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:26.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:26.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:26 smithi044 bash[32620]: cluster 2023-12-07T13:34:25.520494+0000 mgr.a (mgr.24293) 8984 : cluster 0 pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:26 smithi044 bash[32620]: audit 2023-12-07T13:34:25.633194+0000 mgr.a (mgr.24293) 8985 : audit 0 from='client.185235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:26 smithi022 bash[28554]: cluster 2023-12-07T13:34:25.520494+0000 mgr.a (mgr.24293) 8984 : cluster 0 pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:26 smithi022 bash[28554]: audit 2023-12-07T13:34:25.633194+0000 mgr.a (mgr.24293) 8985 : audit 0 from='client.185235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:26 smithi027 bash[31536]: cluster 2023-12-07T13:34:25.520494+0000 mgr.a (mgr.24293) 8984 : cluster 0 pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:26 smithi027 bash[31536]: audit 2023-12-07T13:34:25.633194+0000 mgr.a (mgr.24293) 8985 : audit 0 from='client.185235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:28 smithi022 bash[28554]: cluster 2023-12-07T13:34:27.521201+0000 mgr.a (mgr.24293) 8986 : cluster 0 pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:28 smithi044 bash[32620]: cluster 2023-12-07T13:34:27.521201+0000 mgr.a (mgr.24293) 8986 : cluster 0 pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:28 smithi027 bash[31536]: cluster 2023-12-07T13:34:27.521201+0000 mgr.a (mgr.24293) 8986 : cluster 0 pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:30 smithi044 bash[32620]: cluster 2023-12-07T13:34:29.521785+0000 mgr.a (mgr.24293) 8987 : cluster 0 pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:30 smithi022 bash[28554]: cluster 2023-12-07T13:34:29.521785+0000 mgr.a (mgr.24293) 8987 : cluster 0 pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:30 smithi027 bash[31536]: cluster 2023-12-07T13:34:29.521785+0000 mgr.a (mgr.24293) 8987 : cluster 0 pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:31.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:31.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:31.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:32.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:32.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:32.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:32.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:32.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:32 smithi044 bash[32620]: cluster 2023-12-07T13:34:31.522578+0000 mgr.a (mgr.24293) 8988 : cluster 0 pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:32 smithi044 bash[32620]: audit 2023-12-07T13:34:31.560214+0000 mgr.a (mgr.24293) 8989 : audit 0 from='client.185310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:32 smithi022 bash[28554]: cluster 2023-12-07T13:34:31.522578+0000 mgr.a (mgr.24293) 8988 : cluster 0 pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:32 smithi022 bash[28554]: audit 2023-12-07T13:34:31.560214+0000 mgr.a (mgr.24293) 8989 : audit 0 from='client.185310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:32 smithi027 bash[31536]: cluster 2023-12-07T13:34:31.522578+0000 mgr.a (mgr.24293) 8988 : cluster 0 pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:32 smithi027 bash[31536]: audit 2023-12-07T13:34:31.560214+0000 mgr.a (mgr.24293) 8989 : audit 0 from='client.185310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:34 smithi044 bash[32620]: cluster 2023-12-07T13:34:33.523249+0000 mgr.a (mgr.24293) 8990 : cluster 0 pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:34 smithi022 bash[28554]: cluster 2023-12-07T13:34:33.523249+0000 mgr.a (mgr.24293) 8990 : cluster 0 pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:34 smithi027 bash[31536]: cluster 2023-12-07T13:34:33.523249+0000 mgr.a (mgr.24293) 8990 : cluster 0 pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:36 smithi044 bash[32620]: cluster 2023-12-07T13:34:35.523999+0000 mgr.a (mgr.24293) 8991 : cluster 0 pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:36 smithi022 bash[28554]: cluster 2023-12-07T13:34:35.523999+0000 mgr.a (mgr.24293) 8991 : cluster 0 pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:36 smithi027 bash[31536]: cluster 2023-12-07T13:34:35.523999+0000 mgr.a (mgr.24293) 8991 : cluster 0 pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:37.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:37.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:37.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:38.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:38.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:38.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:38.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:38.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:38 smithi044 bash[32620]: audit 2023-12-07T13:34:37.504789+0000 mgr.a (mgr.24293) 8992 : audit 0 from='client.185385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:38 smithi044 bash[32620]: cluster 2023-12-07T13:34:37.524970+0000 mgr.a (mgr.24293) 8993 : cluster 0 pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:38 smithi022 bash[28554]: audit 2023-12-07T13:34:37.504789+0000 mgr.a (mgr.24293) 8992 : audit 0 from='client.185385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:38 smithi022 bash[28554]: cluster 2023-12-07T13:34:37.524970+0000 mgr.a (mgr.24293) 8993 : cluster 0 pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:38 smithi027 bash[31536]: audit 2023-12-07T13:34:37.504789+0000 mgr.a (mgr.24293) 8992 : audit 0 from='client.185385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:38 smithi027 bash[31536]: cluster 2023-12-07T13:34:37.524970+0000 mgr.a (mgr.24293) 8993 : cluster 0 pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:40 smithi044 bash[32620]: cluster 2023-12-07T13:34:39.525719+0000 mgr.a (mgr.24293) 8994 : 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-07T13:34:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:40 smithi022 bash[28554]: cluster 2023-12-07T13:34:39.525719+0000 mgr.a (mgr.24293) 8994 : 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-07T13:34:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:40 smithi027 bash[31536]: cluster 2023-12-07T13:34:39.525719+0000 mgr.a (mgr.24293) 8994 : 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-07T13:34:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:42 smithi044 bash[32620]: cluster 2023-12-07T13:34:41.526588+0000 mgr.a (mgr.24293) 8995 : cluster 0 pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:42 smithi022 bash[28554]: cluster 2023-12-07T13:34:41.526588+0000 mgr.a (mgr.24293) 8995 : cluster 0 pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:42.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:42 smithi027 bash[31536]: cluster 2023-12-07T13:34:41.526588+0000 mgr.a (mgr.24293) 8995 : cluster 0 pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:43.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:43.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:43.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:44.004 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:44.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:44.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:44.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:44.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:44 smithi044 bash[32620]: audit 2023-12-07T13:34:43.466188+0000 mgr.a (mgr.24293) 8996 : audit 0 from='client.185463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:44 smithi044 bash[32620]: cluster 2023-12-07T13:34:43.527498+0000 mgr.a (mgr.24293) 8997 : cluster 0 pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:44 smithi022 bash[28554]: audit 2023-12-07T13:34:43.466188+0000 mgr.a (mgr.24293) 8996 : audit 0 from='client.185463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:44 smithi022 bash[28554]: cluster 2023-12-07T13:34:43.527498+0000 mgr.a (mgr.24293) 8997 : cluster 0 pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:44 smithi027 bash[31536]: audit 2023-12-07T13:34:43.466188+0000 mgr.a (mgr.24293) 8996 : audit 0 from='client.185463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:44 smithi027 bash[31536]: cluster 2023-12-07T13:34:43.527498+0000 mgr.a (mgr.24293) 8997 : cluster 0 pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:46 smithi044 bash[32620]: cluster 2023-12-07T13:34:45.528477+0000 mgr.a (mgr.24293) 8998 : cluster 0 pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:46 smithi022 bash[28554]: cluster 2023-12-07T13:34:45.528477+0000 mgr.a (mgr.24293) 8998 : cluster 0 pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:46 smithi027 bash[31536]: cluster 2023-12-07T13:34:45.528477+0000 mgr.a (mgr.24293) 8998 : cluster 0 pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:48 smithi044 bash[32620]: cluster 2023-12-07T13:34:47.529069+0000 mgr.a (mgr.24293) 8999 : cluster 0 pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:48 smithi022 bash[28554]: cluster 2023-12-07T13:34:47.529069+0000 mgr.a (mgr.24293) 8999 : cluster 0 pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:48 smithi027 bash[31536]: cluster 2023-12-07T13:34:47.529069+0000 mgr.a (mgr.24293) 8999 : cluster 0 pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:49.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:49.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:49.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:49.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:49.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:49.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:49.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:49.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:50 smithi044 bash[32620]: audit 2023-12-07T13:34:49.416562+0000 mgr.a (mgr.24293) 9000 : audit 0 from='client.185541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:50 smithi044 bash[32620]: cluster 2023-12-07T13:34:49.529777+0000 mgr.a (mgr.24293) 9001 : cluster 0 pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:50 smithi022 bash[28554]: audit 2023-12-07T13:34:49.416562+0000 mgr.a (mgr.24293) 9000 : audit 0 from='client.185541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:50 smithi022 bash[28554]: cluster 2023-12-07T13:34:49.529777+0000 mgr.a (mgr.24293) 9001 : cluster 0 pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:50 smithi027 bash[31536]: audit 2023-12-07T13:34:49.416562+0000 mgr.a (mgr.24293) 9000 : audit 0 from='client.185541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:50 smithi027 bash[31536]: cluster 2023-12-07T13:34:49.529777+0000 mgr.a (mgr.24293) 9001 : cluster 0 pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:51 smithi022 bash[28554]: audit 2023-12-07T13:34:50.618938+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:34:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:51 smithi022 bash[28554]: audit 2023-12-07T13:34:51.149779+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:51 smithi022 bash[28554]: audit 2023-12-07T13:34:51.154686+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:51 smithi022 bash[28554]: audit 2023-12-07T13:34:51.161255+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:51 smithi022 bash[28554]: audit 2023-12-07T13:34:51.166190+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:51 smithi044 bash[32620]: audit 2023-12-07T13:34:50.618938+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:34:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:51 smithi044 bash[32620]: audit 2023-12-07T13:34:51.149779+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:51 smithi044 bash[32620]: audit 2023-12-07T13:34:51.154686+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:51 smithi044 bash[32620]: audit 2023-12-07T13:34:51.161255+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:51 smithi044 bash[32620]: audit 2023-12-07T13:34:51.166190+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:51 smithi027 bash[31536]: audit 2023-12-07T13:34:50.618938+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:34:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:51 smithi027 bash[31536]: audit 2023-12-07T13:34:51.149779+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:51 smithi027 bash[31536]: audit 2023-12-07T13:34:51.154686+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:51 smithi027 bash[31536]: audit 2023-12-07T13:34:51.161255+0000 mon.a (mon.0) 1702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:51 smithi027 bash[31536]: audit 2023-12-07T13:34:51.166190+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:52 smithi044 bash[32620]: cluster 2023-12-07T13:34:51.530683+0000 mgr.a (mgr.24293) 9002 : cluster 0 pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:52 smithi044 bash[32620]: audit 2023-12-07T13:34:51.913669+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:34:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:52 smithi044 bash[32620]: audit 2023-12-07T13:34:51.915637+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:34:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:52 smithi044 bash[32620]: audit 2023-12-07T13:34:51.925824+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:52 smithi022 bash[28554]: cluster 2023-12-07T13:34:51.530683+0000 mgr.a (mgr.24293) 9002 : cluster 0 pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:52 smithi022 bash[28554]: audit 2023-12-07T13:34:51.913669+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:34:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:52 smithi022 bash[28554]: audit 2023-12-07T13:34:51.915637+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:34:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:52 smithi022 bash[28554]: audit 2023-12-07T13:34:51.925824+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:52 smithi027 bash[31536]: cluster 2023-12-07T13:34:51.530683+0000 mgr.a (mgr.24293) 9002 : cluster 0 pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:34:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:52 smithi027 bash[31536]: audit 2023-12-07T13:34:51.913669+0000 mon.a (mon.0) 1704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:34:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:52 smithi027 bash[31536]: audit 2023-12-07T13:34:51.915637+0000 mon.a (mon.0) 1705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:34:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:52 smithi027 bash[31536]: audit 2023-12-07T13:34:51.925824+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:34:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:54 smithi022 bash[28554]: cluster 2023-12-07T13:34:53.531233+0000 mgr.a (mgr.24293) 9003 : 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-07T13:34:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:54 smithi044 bash[32620]: cluster 2023-12-07T13:34:53.531233+0000 mgr.a (mgr.24293) 9003 : 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-07T13:34:54.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:34:54.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:54.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:54 smithi027 bash[31536]: cluster 2023-12-07T13:34:53.531233+0000 mgr.a (mgr.24293) 9003 : 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-07T13:34:55.876 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:34:55.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:55.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:55.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:55.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:34:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:56 smithi022 bash[28554]: audit 2023-12-07T13:34:55.340401+0000 mgr.a (mgr.24293) 9004 : audit 0 from='client.185610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:56 smithi022 bash[28554]: cluster 2023-12-07T13:34:55.532017+0000 mgr.a (mgr.24293) 9005 : cluster 0 pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:56 smithi044 bash[32620]: audit 2023-12-07T13:34:55.340401+0000 mgr.a (mgr.24293) 9004 : audit 0 from='client.185610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:56 smithi044 bash[32620]: cluster 2023-12-07T13:34:55.532017+0000 mgr.a (mgr.24293) 9005 : cluster 0 pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:56 smithi027 bash[31536]: audit 2023-12-07T13:34:55.340401+0000 mgr.a (mgr.24293) 9004 : audit 0 from='client.185610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:56 smithi027 bash[31536]: cluster 2023-12-07T13:34:55.532017+0000 mgr.a (mgr.24293) 9005 : cluster 0 pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:34:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:34:58 smithi044 bash[32620]: cluster 2023-12-07T13:34:57.532678+0000 mgr.a (mgr.24293) 9006 : cluster 0 pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:58.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:34:58 smithi022 bash[28554]: cluster 2023-12-07T13:34:57.532678+0000 mgr.a (mgr.24293) 9006 : cluster 0 pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:34:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:34:58 smithi027 bash[31536]: cluster 2023-12-07T13:34:57.532678+0000 mgr.a (mgr.24293) 9006 : cluster 0 pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:00.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:00.879 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:00.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:00 smithi022 bash[28554]: cluster 2023-12-07T13:34:59.533245+0000 mgr.a (mgr.24293) 9007 : cluster 0 pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:00 smithi044 bash[32620]: cluster 2023-12-07T13:34:59.533245+0000 mgr.a (mgr.24293) 9007 : cluster 0 pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:00 smithi027 bash[31536]: cluster 2023-12-07T13:34:59.533245+0000 mgr.a (mgr.24293) 9007 : cluster 0 pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:01.825 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:01.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:01.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:01.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:01.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:02 smithi044 bash[32620]: audit 2023-12-07T13:35:01.290303+0000 mgr.a (mgr.24293) 9008 : audit 0 from='client.185688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:02 smithi044 bash[32620]: cluster 2023-12-07T13:35:01.533953+0000 mgr.a (mgr.24293) 9009 : cluster 0 pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:02 smithi022 bash[28554]: audit 2023-12-07T13:35:01.290303+0000 mgr.a (mgr.24293) 9008 : audit 0 from='client.185688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:02 smithi022 bash[28554]: cluster 2023-12-07T13:35:01.533953+0000 mgr.a (mgr.24293) 9009 : cluster 0 pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:02 smithi027 bash[31536]: audit 2023-12-07T13:35:01.290303+0000 mgr.a (mgr.24293) 9008 : audit 0 from='client.185688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:02 smithi027 bash[31536]: cluster 2023-12-07T13:35:01.533953+0000 mgr.a (mgr.24293) 9009 : cluster 0 pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:04 smithi044 bash[32620]: cluster 2023-12-07T13:35:03.534625+0000 mgr.a (mgr.24293) 9010 : cluster 0 pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:04 smithi022 bash[28554]: cluster 2023-12-07T13:35:03.534625+0000 mgr.a (mgr.24293) 9010 : cluster 0 pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:04 smithi027 bash[31536]: cluster 2023-12-07T13:35:03.534625+0000 mgr.a (mgr.24293) 9010 : cluster 0 pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:06.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:06.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:06.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:06 smithi044 bash[32620]: cluster 2023-12-07T13:35:05.535426+0000 mgr.a (mgr.24293) 9011 : cluster 0 pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:06 smithi022 bash[28554]: cluster 2023-12-07T13:35:05.535426+0000 mgr.a (mgr.24293) 9011 : cluster 0 pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:06 smithi027 bash[31536]: cluster 2023-12-07T13:35:05.535426+0000 mgr.a (mgr.24293) 9011 : cluster 0 pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:07.770 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:07.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:07.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:07.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:07.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:07 smithi044 bash[32620]: audit 2023-12-07T13:35:07.236100+0000 mgr.a (mgr.24293) 9012 : audit 0 from='client.185766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:07 smithi022 bash[28554]: audit 2023-12-07T13:35:07.236100+0000 mgr.a (mgr.24293) 9012 : audit 0 from='client.185766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:07 smithi027 bash[31536]: audit 2023-12-07T13:35:07.236100+0000 mgr.a (mgr.24293) 9012 : audit 0 from='client.185766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:08 smithi022 bash[28554]: cluster 2023-12-07T13:35:07.536165+0000 mgr.a (mgr.24293) 9013 : 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-07T13:35:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:08 smithi044 bash[32620]: cluster 2023-12-07T13:35:07.536165+0000 mgr.a (mgr.24293) 9013 : 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-07T13:35:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:08 smithi027 bash[31536]: cluster 2023-12-07T13:35:07.536165+0000 mgr.a (mgr.24293) 9013 : 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-07T13:35:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:10 smithi044 bash[32620]: cluster 2023-12-07T13:35:09.536874+0000 mgr.a (mgr.24293) 9014 : 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-07T13:35:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:10 smithi022 bash[28554]: cluster 2023-12-07T13:35:09.536874+0000 mgr.a (mgr.24293) 9014 : 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-07T13:35:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:10 smithi027 bash[31536]: cluster 2023-12-07T13:35:09.536874+0000 mgr.a (mgr.24293) 9014 : 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-07T13:35:12.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:12.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:12.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:12 smithi044 bash[32620]: cluster 2023-12-07T13:35:11.537728+0000 mgr.a (mgr.24293) 9015 : cluster 0 pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:12 smithi022 bash[28554]: cluster 2023-12-07T13:35:11.537728+0000 mgr.a (mgr.24293) 9015 : cluster 0 pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:12 smithi027 bash[31536]: cluster 2023-12-07T13:35:11.537728+0000 mgr.a (mgr.24293) 9015 : cluster 0 pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:13.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:13.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:13.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:13.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:13.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:13 smithi044 bash[32620]: audit 2023-12-07T13:35:13.190447+0000 mgr.a (mgr.24293) 9016 : audit 0 from='client.185844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:13 smithi022 bash[28554]: audit 2023-12-07T13:35:13.190447+0000 mgr.a (mgr.24293) 9016 : audit 0 from='client.185844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:13 smithi027 bash[31536]: audit 2023-12-07T13:35:13.190447+0000 mgr.a (mgr.24293) 9016 : audit 0 from='client.185844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:14 smithi022 bash[28554]: cluster 2023-12-07T13:35:13.538325+0000 mgr.a (mgr.24293) 9017 : cluster 0 pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:14 smithi044 bash[32620]: cluster 2023-12-07T13:35:13.538325+0000 mgr.a (mgr.24293) 9017 : cluster 0 pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:14 smithi027 bash[31536]: cluster 2023-12-07T13:35:13.538325+0000 mgr.a (mgr.24293) 9017 : cluster 0 pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:16 smithi022 bash[28554]: cluster 2023-12-07T13:35:15.539217+0000 mgr.a (mgr.24293) 9018 : cluster 0 pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:16 smithi044 bash[32620]: cluster 2023-12-07T13:35:15.539217+0000 mgr.a (mgr.24293) 9018 : cluster 0 pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:16 smithi027 bash[31536]: cluster 2023-12-07T13:35:15.539217+0000 mgr.a (mgr.24293) 9018 : cluster 0 pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:18 smithi022 bash[28554]: cluster 2023-12-07T13:35:17.539806+0000 mgr.a (mgr.24293) 9019 : cluster 0 pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:18 smithi044 bash[32620]: cluster 2023-12-07T13:35:17.539806+0000 mgr.a (mgr.24293) 9019 : cluster 0 pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:18 smithi027 bash[31536]: cluster 2023-12-07T13:35:17.539806+0000 mgr.a (mgr.24293) 9019 : cluster 0 pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:18.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:18.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:18.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:19.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:19.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:19.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:19.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:19.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:19 smithi044 bash[32620]: audit 2023-12-07T13:35:19.108480+0000 mgr.a (mgr.24293) 9020 : audit 0 from='client.185919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:19 smithi022 bash[28554]: audit 2023-12-07T13:35:19.108480+0000 mgr.a (mgr.24293) 9020 : audit 0 from='client.185919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:19 smithi027 bash[31536]: audit 2023-12-07T13:35:19.108480+0000 mgr.a (mgr.24293) 9020 : audit 0 from='client.185919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:20 smithi022 bash[28554]: cluster 2023-12-07T13:35:19.540581+0000 mgr.a (mgr.24293) 9021 : cluster 0 pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:20 smithi044 bash[32620]: cluster 2023-12-07T13:35:19.540581+0000 mgr.a (mgr.24293) 9021 : cluster 0 pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:20 smithi027 bash[31536]: cluster 2023-12-07T13:35:19.540581+0000 mgr.a (mgr.24293) 9021 : cluster 0 pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:22 smithi022 bash[28554]: cluster 2023-12-07T13:35:21.541366+0000 mgr.a (mgr.24293) 9022 : cluster 0 pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:22 smithi044 bash[32620]: cluster 2023-12-07T13:35:21.541366+0000 mgr.a (mgr.24293) 9022 : cluster 0 pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:22 smithi027 bash[31536]: cluster 2023-12-07T13:35:21.541366+0000 mgr.a (mgr.24293) 9022 : cluster 0 pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:24.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:24.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:24.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:24 smithi044 bash[32620]: cluster 2023-12-07T13:35:23.541921+0000 mgr.a (mgr.24293) 9023 : cluster 0 pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:24 smithi022 bash[28554]: cluster 2023-12-07T13:35:23.541921+0000 mgr.a (mgr.24293) 9023 : cluster 0 pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:24 smithi027 bash[31536]: cluster 2023-12-07T13:35:23.541921+0000 mgr.a (mgr.24293) 9023 : cluster 0 pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:25.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:25.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:25.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:25.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:25.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:25 smithi044 bash[32620]: audit 2023-12-07T13:35:25.045048+0000 mgr.a (mgr.24293) 9024 : audit 0 from='client.185997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:25 smithi022 bash[28554]: audit 2023-12-07T13:35:25.045048+0000 mgr.a (mgr.24293) 9024 : audit 0 from='client.185997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:25 smithi027 bash[31536]: audit 2023-12-07T13:35:25.045048+0000 mgr.a (mgr.24293) 9024 : audit 0 from='client.185997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:26 smithi022 bash[28554]: cluster 2023-12-07T13:35:25.542802+0000 mgr.a (mgr.24293) 9025 : cluster 0 pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:35:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:26 smithi044 bash[32620]: cluster 2023-12-07T13:35:25.542802+0000 mgr.a (mgr.24293) 9025 : cluster 0 pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:35:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:26 smithi027 bash[31536]: cluster 2023-12-07T13:35:25.542802+0000 mgr.a (mgr.24293) 9025 : cluster 0 pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:35:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:28 smithi022 bash[28554]: cluster 2023-12-07T13:35:27.543394+0000 mgr.a (mgr.24293) 9026 : cluster 0 pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:35:28.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:28 smithi044 bash[32620]: cluster 2023-12-07T13:35:27.543394+0000 mgr.a (mgr.24293) 9026 : cluster 0 pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:35:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:28 smithi027 bash[31536]: cluster 2023-12-07T13:35:27.543394+0000 mgr.a (mgr.24293) 9026 : cluster 0 pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:35:30.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:30.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:30.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:30 smithi022 bash[28554]: cluster 2023-12-07T13:35:29.543970+0000 mgr.a (mgr.24293) 9027 : cluster 0 pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:35:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:30 smithi044 bash[32620]: cluster 2023-12-07T13:35:29.543970+0000 mgr.a (mgr.24293) 9027 : cluster 0 pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:35:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:30 smithi027 bash[31536]: cluster 2023-12-07T13:35:29.543970+0000 mgr.a (mgr.24293) 9027 : cluster 0 pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:35:31.514 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:31.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:31.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:31.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:31.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:31 smithi044 bash[32620]: audit 2023-12-07T13:35:30.990061+0000 mgr.a (mgr.24293) 9028 : audit 0 from='client.186069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:31 smithi022 bash[28554]: audit 2023-12-07T13:35:30.990061+0000 mgr.a (mgr.24293) 9028 : audit 0 from='client.186069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:31 smithi027 bash[31536]: audit 2023-12-07T13:35:30.990061+0000 mgr.a (mgr.24293) 9028 : audit 0 from='client.186069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:32 smithi044 bash[32620]: cluster 2023-12-07T13:35:31.545045+0000 mgr.a (mgr.24293) 9029 : cluster 0 pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:32 smithi022 bash[28554]: cluster 2023-12-07T13:35:31.545045+0000 mgr.a (mgr.24293) 9029 : cluster 0 pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:32 smithi027 bash[31536]: cluster 2023-12-07T13:35:31.545045+0000 mgr.a (mgr.24293) 9029 : cluster 0 pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:34 smithi022 bash[28554]: cluster 2023-12-07T13:35:33.545686+0000 mgr.a (mgr.24293) 9030 : cluster 0 pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:34 smithi044 bash[32620]: cluster 2023-12-07T13:35:33.545686+0000 mgr.a (mgr.24293) 9030 : cluster 0 pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:34 smithi027 bash[31536]: cluster 2023-12-07T13:35:33.545686+0000 mgr.a (mgr.24293) 9030 : cluster 0 pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:36.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:36.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:36.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:36 smithi022 bash[28554]: cluster 2023-12-07T13:35:35.546589+0000 mgr.a (mgr.24293) 9031 : cluster 0 pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:36 smithi044 bash[32620]: cluster 2023-12-07T13:35:35.546589+0000 mgr.a (mgr.24293) 9031 : cluster 0 pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:36 smithi027 bash[31536]: cluster 2023-12-07T13:35:35.546589+0000 mgr.a (mgr.24293) 9031 : cluster 0 pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:37.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:37.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:37.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:37.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:37.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:37 smithi044 bash[32620]: audit 2023-12-07T13:35:36.924927+0000 mgr.a (mgr.24293) 9032 : audit 0 from='client.186147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:37 smithi022 bash[28554]: audit 2023-12-07T13:35:36.924927+0000 mgr.a (mgr.24293) 9032 : audit 0 from='client.186147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:37 smithi027 bash[31536]: audit 2023-12-07T13:35:36.924927+0000 mgr.a (mgr.24293) 9032 : audit 0 from='client.186147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:38 smithi044 bash[32620]: cluster 2023-12-07T13:35:37.547287+0000 mgr.a (mgr.24293) 9033 : cluster 0 pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:35:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:38 smithi022 bash[28554]: cluster 2023-12-07T13:35:37.547287+0000 mgr.a (mgr.24293) 9033 : cluster 0 pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:35:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:38 smithi027 bash[31536]: cluster 2023-12-07T13:35:37.547287+0000 mgr.a (mgr.24293) 9033 : cluster 0 pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:35:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:40 smithi022 bash[28554]: cluster 2023-12-07T13:35:39.547891+0000 mgr.a (mgr.24293) 9034 : cluster 0 pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:35:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:40 smithi044 bash[32620]: cluster 2023-12-07T13:35:39.547891+0000 mgr.a (mgr.24293) 9034 : cluster 0 pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:35:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:40 smithi027 bash[31536]: cluster 2023-12-07T13:35:39.547891+0000 mgr.a (mgr.24293) 9034 : cluster 0 pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:35:42.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:42.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:42.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:42 smithi044 bash[32620]: cluster 2023-12-07T13:35:41.548689+0000 mgr.a (mgr.24293) 9035 : cluster 0 pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:35:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:42 smithi022 bash[28554]: cluster 2023-12-07T13:35:41.548689+0000 mgr.a (mgr.24293) 9035 : cluster 0 pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:35:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:42 smithi027 bash[31536]: cluster 2023-12-07T13:35:41.548689+0000 mgr.a (mgr.24293) 9035 : cluster 0 pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:35:43.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:43.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:43.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:43.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:43.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:43 smithi044 bash[32620]: audit 2023-12-07T13:35:42.847750+0000 mgr.a (mgr.24293) 9036 : audit 0 from='client.186219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:43 smithi022 bash[28554]: audit 2023-12-07T13:35:42.847750+0000 mgr.a (mgr.24293) 9036 : audit 0 from='client.186219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:43 smithi027 bash[31536]: audit 2023-12-07T13:35:42.847750+0000 mgr.a (mgr.24293) 9036 : audit 0 from='client.186219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:44 smithi044 bash[32620]: cluster 2023-12-07T13:35:43.549355+0000 mgr.a (mgr.24293) 9037 : 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-07T13:35:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:44 smithi022 bash[28554]: cluster 2023-12-07T13:35:43.549355+0000 mgr.a (mgr.24293) 9037 : 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-07T13:35:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:44 smithi027 bash[31536]: cluster 2023-12-07T13:35:43.549355+0000 mgr.a (mgr.24293) 9037 : 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-07T13:35:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:46 smithi044 bash[32620]: cluster 2023-12-07T13:35:45.550142+0000 mgr.a (mgr.24293) 9038 : cluster 0 pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:46 smithi022 bash[28554]: cluster 2023-12-07T13:35:45.550142+0000 mgr.a (mgr.24293) 9038 : cluster 0 pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:46 smithi027 bash[31536]: cluster 2023-12-07T13:35:45.550142+0000 mgr.a (mgr.24293) 9038 : cluster 0 pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:48.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:48.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:48.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:48 smithi022 bash[28554]: cluster 2023-12-07T13:35:47.550690+0000 mgr.a (mgr.24293) 9039 : cluster 0 pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:48 smithi044 bash[32620]: cluster 2023-12-07T13:35:47.550690+0000 mgr.a (mgr.24293) 9039 : cluster 0 pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:48 smithi027 bash[31536]: cluster 2023-12-07T13:35:47.550690+0000 mgr.a (mgr.24293) 9039 : cluster 0 pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:49.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:49.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:49.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:49.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:49.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:49 smithi044 bash[32620]: audit 2023-12-07T13:35:48.792636+0000 mgr.a (mgr.24293) 9040 : audit 0 from='client.186291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:49 smithi022 bash[28554]: audit 2023-12-07T13:35:48.792636+0000 mgr.a (mgr.24293) 9040 : audit 0 from='client.186291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:49 smithi027 bash[31536]: audit 2023-12-07T13:35:48.792636+0000 mgr.a (mgr.24293) 9040 : audit 0 from='client.186291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:50 smithi027 bash[31536]: cluster 2023-12-07T13:35:49.551460+0000 mgr.a (mgr.24293) 9041 : cluster 0 pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:50 smithi044 bash[32620]: cluster 2023-12-07T13:35:49.551460+0000 mgr.a (mgr.24293) 9041 : cluster 0 pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:50 smithi022 bash[28554]: cluster 2023-12-07T13:35:49.551460+0000 mgr.a (mgr.24293) 9041 : cluster 0 pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:52 smithi044 bash[32620]: cluster 2023-12-07T13:35:51.552309+0000 mgr.a (mgr.24293) 9042 : cluster 0 pgmap v6757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:52 smithi044 bash[32620]: audit 2023-12-07T13:35:52.029390+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:35:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:52 smithi022 bash[28554]: cluster 2023-12-07T13:35:51.552309+0000 mgr.a (mgr.24293) 9042 : cluster 0 pgmap v6757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:52 smithi022 bash[28554]: audit 2023-12-07T13:35:52.029390+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:35:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:52 smithi027 bash[31536]: cluster 2023-12-07T13:35:51.552309+0000 mgr.a (mgr.24293) 9042 : cluster 0 pgmap v6757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:52 smithi027 bash[31536]: audit 2023-12-07T13:35:52.029390+0000 mon.a (mon.0) 1707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:35:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:53 smithi022 bash[28554]: audit 2023-12-07T13:35:52.809810+0000 mon.a (mon.0) 1708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:35:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:53 smithi022 bash[28554]: audit 2023-12-07T13:35:52.811659+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:35:53.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:53 smithi022 bash[28554]: audit 2023-12-07T13:35:52.821775+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:35:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:53 smithi044 bash[32620]: audit 2023-12-07T13:35:52.809810+0000 mon.a (mon.0) 1708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:35:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:53 smithi044 bash[32620]: audit 2023-12-07T13:35:52.811659+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:35:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:53 smithi044 bash[32620]: audit 2023-12-07T13:35:52.821775+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:35:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:53 smithi027 bash[31536]: audit 2023-12-07T13:35:52.809810+0000 mon.a (mon.0) 1708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:35:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:53 smithi027 bash[31536]: audit 2023-12-07T13:35:52.811659+0000 mon.a (mon.0) 1709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:35:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:53 smithi027 bash[31536]: audit 2023-12-07T13:35:52.821775+0000 mon.a (mon.0) 1710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:35:54.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:35:54.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:54.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:54 smithi022 bash[28554]: cluster 2023-12-07T13:35:53.552880+0000 mgr.a (mgr.24293) 9043 : cluster 0 pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:54 smithi044 bash[32620]: cluster 2023-12-07T13:35:53.552880+0000 mgr.a (mgr.24293) 9043 : cluster 0 pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:54 smithi027 bash[31536]: cluster 2023-12-07T13:35:53.552880+0000 mgr.a (mgr.24293) 9043 : cluster 0 pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:55.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:35:55.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:55.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:55.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:55.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:35:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:55 smithi044 bash[32620]: audit 2023-12-07T13:35:54.739479+0000 mgr.a (mgr.24293) 9044 : audit 0 from='client.186369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:55 smithi022 bash[28554]: audit 2023-12-07T13:35:54.739479+0000 mgr.a (mgr.24293) 9044 : audit 0 from='client.186369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:55 smithi027 bash[31536]: audit 2023-12-07T13:35:54.739479+0000 mgr.a (mgr.24293) 9044 : audit 0 from='client.186369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:56 smithi022 bash[28554]: cluster 2023-12-07T13:35:55.553764+0000 mgr.a (mgr.24293) 9045 : cluster 0 pgmap v6759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:56 smithi044 bash[32620]: cluster 2023-12-07T13:35:55.553764+0000 mgr.a (mgr.24293) 9045 : cluster 0 pgmap v6759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:56 smithi027 bash[31536]: cluster 2023-12-07T13:35:55.553764+0000 mgr.a (mgr.24293) 9045 : cluster 0 pgmap v6759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:35:58 smithi022 bash[28554]: cluster 2023-12-07T13:35:57.554336+0000 mgr.a (mgr.24293) 9046 : 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-07T13:35:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:35:58 smithi027 bash[31536]: cluster 2023-12-07T13:35:57.554336+0000 mgr.a (mgr.24293) 9046 : 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-07T13:35:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:35:58 smithi044 bash[32620]: cluster 2023-12-07T13:35:57.554336+0000 mgr.a (mgr.24293) 9046 : 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-07T13:36:00.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:00.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:00.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:00 smithi044 bash[32620]: cluster 2023-12-07T13:35:59.554912+0000 mgr.a (mgr.24293) 9047 : 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-07T13:36:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:00 smithi022 bash[28554]: cluster 2023-12-07T13:35:59.554912+0000 mgr.a (mgr.24293) 9047 : 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-07T13:36:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:00 smithi027 bash[31536]: cluster 2023-12-07T13:35:59.554912+0000 mgr.a (mgr.24293) 9047 : 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-07T13:36:01.193 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:01.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:01.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:01.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:01.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:01 smithi044 bash[32620]: audit 2023-12-07T13:36:00.659352+0000 mgr.a (mgr.24293) 9048 : audit 0 from='client.186438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:01 smithi022 bash[28554]: audit 2023-12-07T13:36:00.659352+0000 mgr.a (mgr.24293) 9048 : audit 0 from='client.186438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:01 smithi027 bash[31536]: audit 2023-12-07T13:36:00.659352+0000 mgr.a (mgr.24293) 9048 : audit 0 from='client.186438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:02 smithi044 bash[32620]: cluster 2023-12-07T13:36:01.556012+0000 mgr.a (mgr.24293) 9049 : cluster 0 pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:02 smithi022 bash[28554]: cluster 2023-12-07T13:36:01.556012+0000 mgr.a (mgr.24293) 9049 : cluster 0 pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:02 smithi027 bash[31536]: cluster 2023-12-07T13:36:01.556012+0000 mgr.a (mgr.24293) 9049 : cluster 0 pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:04 smithi022 bash[28554]: cluster 2023-12-07T13:36:03.556601+0000 mgr.a (mgr.24293) 9050 : cluster 0 pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:04 smithi044 bash[32620]: cluster 2023-12-07T13:36:03.556601+0000 mgr.a (mgr.24293) 9050 : cluster 0 pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:04 smithi027 bash[31536]: cluster 2023-12-07T13:36:03.556601+0000 mgr.a (mgr.24293) 9050 : cluster 0 pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:06.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:06.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:06.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:06 smithi022 bash[28554]: cluster 2023-12-07T13:36:05.557336+0000 mgr.a (mgr.24293) 9051 : cluster 0 pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:06 smithi044 bash[32620]: cluster 2023-12-07T13:36:05.557336+0000 mgr.a (mgr.24293) 9051 : cluster 0 pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:06 smithi027 bash[31536]: cluster 2023-12-07T13:36:05.557336+0000 mgr.a (mgr.24293) 9051 : cluster 0 pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:07.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:07.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:07.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:07.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:07.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:07 smithi022 bash[28554]: audit 2023-12-07T13:36:06.607148+0000 mgr.a (mgr.24293) 9052 : audit 0 from='client.186510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:07 smithi044 bash[32620]: audit 2023-12-07T13:36:06.607148+0000 mgr.a (mgr.24293) 9052 : audit 0 from='client.186510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:07 smithi027 bash[31536]: audit 2023-12-07T13:36:06.607148+0000 mgr.a (mgr.24293) 9052 : audit 0 from='client.186510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:08 smithi044 bash[32620]: cluster 2023-12-07T13:36:07.558055+0000 mgr.a (mgr.24293) 9053 : cluster 0 pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:08 smithi022 bash[28554]: cluster 2023-12-07T13:36:07.558055+0000 mgr.a (mgr.24293) 9053 : cluster 0 pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:08 smithi027 bash[31536]: cluster 2023-12-07T13:36:07.558055+0000 mgr.a (mgr.24293) 9053 : cluster 0 pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:10 smithi022 bash[28554]: cluster 2023-12-07T13:36:09.558671+0000 mgr.a (mgr.24293) 9054 : cluster 0 pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:10 smithi044 bash[32620]: cluster 2023-12-07T13:36:09.558671+0000 mgr.a (mgr.24293) 9054 : cluster 0 pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:10 smithi027 bash[31536]: cluster 2023-12-07T13:36:09.558671+0000 mgr.a (mgr.24293) 9054 : cluster 0 pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:12.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:12.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:12.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:12 smithi044 bash[32620]: cluster 2023-12-07T13:36:11.559650+0000 mgr.a (mgr.24293) 9055 : cluster 0 pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:12 smithi022 bash[28554]: cluster 2023-12-07T13:36:11.559650+0000 mgr.a (mgr.24293) 9055 : cluster 0 pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:12 smithi027 bash[31536]: cluster 2023-12-07T13:36:11.559650+0000 mgr.a (mgr.24293) 9055 : cluster 0 pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:13.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:13 smithi044 bash[32620]: audit 2023-12-07T13:36:12.544829+0000 mgr.a (mgr.24293) 9056 : audit 0 from='client.186585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:13 smithi022 bash[28554]: audit 2023-12-07T13:36:12.544829+0000 mgr.a (mgr.24293) 9056 : audit 0 from='client.186585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:13 smithi027 bash[31536]: audit 2023-12-07T13:36:12.544829+0000 mgr.a (mgr.24293) 9056 : audit 0 from='client.186585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:14 smithi022 bash[28554]: cluster 2023-12-07T13:36:13.560444+0000 mgr.a (mgr.24293) 9057 : 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-07T13:36:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:14 smithi044 bash[32620]: cluster 2023-12-07T13:36:13.560444+0000 mgr.a (mgr.24293) 9057 : 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-07T13:36:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:14 smithi027 bash[31536]: cluster 2023-12-07T13:36:13.560444+0000 mgr.a (mgr.24293) 9057 : 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-07T13:36:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:16 smithi044 bash[32620]: cluster 2023-12-07T13:36:15.561430+0000 mgr.a (mgr.24293) 9058 : cluster 0 pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:16 smithi022 bash[28554]: cluster 2023-12-07T13:36:15.561430+0000 mgr.a (mgr.24293) 9058 : cluster 0 pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:16 smithi027 bash[31536]: cluster 2023-12-07T13:36:15.561430+0000 mgr.a (mgr.24293) 9058 : cluster 0 pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:18.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:18.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:18.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:18 smithi027 bash[31536]: cluster 2023-12-07T13:36:17.562178+0000 mgr.a (mgr.24293) 9059 : cluster 0 pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:18 smithi044 bash[32620]: cluster 2023-12-07T13:36:17.562178+0000 mgr.a (mgr.24293) 9059 : cluster 0 pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:18 smithi022 bash[28554]: cluster 2023-12-07T13:36:17.562178+0000 mgr.a (mgr.24293) 9059 : cluster 0 pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:19.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:19.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:19.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:19.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:19.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:19 smithi027 bash[31536]: audit 2023-12-07T13:36:18.481169+0000 mgr.a (mgr.24293) 9060 : audit 0 from='client.186663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:19 smithi044 bash[32620]: audit 2023-12-07T13:36:18.481169+0000 mgr.a (mgr.24293) 9060 : audit 0 from='client.186663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:19 smithi022 bash[28554]: audit 2023-12-07T13:36:18.481169+0000 mgr.a (mgr.24293) 9060 : audit 0 from='client.186663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:20 smithi027 bash[31536]: cluster 2023-12-07T13:36:19.562922+0000 mgr.a (mgr.24293) 9061 : cluster 0 pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:20 smithi044 bash[32620]: cluster 2023-12-07T13:36:19.562922+0000 mgr.a (mgr.24293) 9061 : cluster 0 pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:20 smithi022 bash[28554]: cluster 2023-12-07T13:36:19.562922+0000 mgr.a (mgr.24293) 9061 : cluster 0 pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:22 smithi044 bash[32620]: cluster 2023-12-07T13:36:21.563807+0000 mgr.a (mgr.24293) 9062 : cluster 0 pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:22 smithi022 bash[28554]: cluster 2023-12-07T13:36:21.563807+0000 mgr.a (mgr.24293) 9062 : cluster 0 pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:22 smithi027 bash[31536]: cluster 2023-12-07T13:36:21.563807+0000 mgr.a (mgr.24293) 9062 : cluster 0 pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:24.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:24.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:24.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:24 smithi022 bash[28554]: cluster 2023-12-07T13:36:23.564384+0000 mgr.a (mgr.24293) 9063 : cluster 0 pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:24 smithi044 bash[32620]: cluster 2023-12-07T13:36:23.564384+0000 mgr.a (mgr.24293) 9063 : cluster 0 pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:24 smithi027 bash[31536]: cluster 2023-12-07T13:36:23.564384+0000 mgr.a (mgr.24293) 9063 : cluster 0 pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:24.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:24.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:24.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:24.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:24.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:25 smithi044 bash[32620]: audit 2023-12-07T13:36:24.430707+0000 mgr.a (mgr.24293) 9064 : audit 0 from='client.186741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:25 smithi022 bash[28554]: audit 2023-12-07T13:36:24.430707+0000 mgr.a (mgr.24293) 9064 : audit 0 from='client.186741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:25 smithi027 bash[31536]: audit 2023-12-07T13:36:24.430707+0000 mgr.a (mgr.24293) 9064 : audit 0 from='client.186741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:26 smithi022 bash[28554]: cluster 2023-12-07T13:36:25.565327+0000 mgr.a (mgr.24293) 9065 : cluster 0 pgmap v6774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:26 smithi044 bash[32620]: cluster 2023-12-07T13:36:25.565327+0000 mgr.a (mgr.24293) 9065 : cluster 0 pgmap v6774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:26 smithi027 bash[31536]: cluster 2023-12-07T13:36:25.565327+0000 mgr.a (mgr.24293) 9065 : cluster 0 pgmap v6774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:28 smithi027 bash[31536]: cluster 2023-12-07T13:36:27.565923+0000 mgr.a (mgr.24293) 9066 : cluster 0 pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:28 smithi022 bash[28554]: cluster 2023-12-07T13:36:27.565923+0000 mgr.a (mgr.24293) 9066 : cluster 0 pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:28 smithi044 bash[32620]: cluster 2023-12-07T13:36:27.565923+0000 mgr.a (mgr.24293) 9066 : cluster 0 pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:29.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:29.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:29.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:30.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:30.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:30.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:30.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:30.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:30.979 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:30 smithi022 bash[28554]: cluster 2023-12-07T13:36:29.566461+0000 mgr.a (mgr.24293) 9067 : cluster 0 pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:30.980 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:30 smithi027 bash[31536]: cluster 2023-12-07T13:36:29.566461+0000 mgr.a (mgr.24293) 9067 : cluster 0 pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:30.980 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:30 smithi044 bash[32620]: cluster 2023-12-07T13:36:29.566461+0000 mgr.a (mgr.24293) 9067 : cluster 0 pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:31 smithi044 bash[32620]: audit 2023-12-07T13:36:30.372687+0000 mgr.a (mgr.24293) 9068 : audit 0 from='client.186813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:31 smithi022 bash[28554]: audit 2023-12-07T13:36:30.372687+0000 mgr.a (mgr.24293) 9068 : audit 0 from='client.186813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:31 smithi027 bash[31536]: audit 2023-12-07T13:36:30.372687+0000 mgr.a (mgr.24293) 9068 : audit 0 from='client.186813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:32 smithi022 bash[28554]: cluster 2023-12-07T13:36:31.567571+0000 mgr.a (mgr.24293) 9069 : cluster 0 pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:32 smithi044 bash[32620]: cluster 2023-12-07T13:36:31.567571+0000 mgr.a (mgr.24293) 9069 : cluster 0 pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:32 smithi027 bash[31536]: cluster 2023-12-07T13:36:31.567571+0000 mgr.a (mgr.24293) 9069 : cluster 0 pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:34 smithi022 bash[28554]: cluster 2023-12-07T13:36:33.568187+0000 mgr.a (mgr.24293) 9070 : cluster 0 pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:34 smithi044 bash[32620]: cluster 2023-12-07T13:36:33.568187+0000 mgr.a (mgr.24293) 9070 : cluster 0 pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:34 smithi027 bash[31536]: cluster 2023-12-07T13:36:33.568187+0000 mgr.a (mgr.24293) 9070 : cluster 0 pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:35.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:35.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:35.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:36.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:36.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:36.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:36.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:36.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:36 smithi044 bash[32620]: cluster 2023-12-07T13:36:35.568944+0000 mgr.a (mgr.24293) 9071 : cluster 0 pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:36 smithi022 bash[28554]: cluster 2023-12-07T13:36:35.568944+0000 mgr.a (mgr.24293) 9071 : cluster 0 pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:36 smithi027 bash[31536]: cluster 2023-12-07T13:36:35.568944+0000 mgr.a (mgr.24293) 9071 : cluster 0 pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:37 smithi044 bash[32620]: audit 2023-12-07T13:36:36.311522+0000 mgr.a (mgr.24293) 9072 : audit 0 from='client.186885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:37 smithi022 bash[28554]: audit 2023-12-07T13:36:36.311522+0000 mgr.a (mgr.24293) 9072 : audit 0 from='client.186885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:37 smithi027 bash[31536]: audit 2023-12-07T13:36:36.311522+0000 mgr.a (mgr.24293) 9072 : audit 0 from='client.186885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:38 smithi044 bash[32620]: cluster 2023-12-07T13:36:37.569596+0000 mgr.a (mgr.24293) 9073 : cluster 0 pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:38 smithi022 bash[28554]: cluster 2023-12-07T13:36:37.569596+0000 mgr.a (mgr.24293) 9073 : cluster 0 pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:38 smithi027 bash[31536]: cluster 2023-12-07T13:36:37.569596+0000 mgr.a (mgr.24293) 9073 : cluster 0 pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:40 smithi044 bash[32620]: cluster 2023-12-07T13:36:39.570199+0000 mgr.a (mgr.24293) 9074 : cluster 0 pgmap v6781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:40 smithi022 bash[28554]: cluster 2023-12-07T13:36:39.570199+0000 mgr.a (mgr.24293) 9074 : cluster 0 pgmap v6781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:40 smithi027 bash[31536]: cluster 2023-12-07T13:36:39.570199+0000 mgr.a (mgr.24293) 9074 : cluster 0 pgmap v6781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:41.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:41.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:41.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:42.760 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:42.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:42.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:42.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:42.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:42 smithi044 bash[32620]: cluster 2023-12-07T13:36:41.571018+0000 mgr.a (mgr.24293) 9075 : cluster 0 pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:42 smithi044 bash[32620]: audit 2023-12-07T13:36:42.236146+0000 mgr.a (mgr.24293) 9076 : audit 0 from='client.186957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:42 smithi022 bash[28554]: cluster 2023-12-07T13:36:41.571018+0000 mgr.a (mgr.24293) 9075 : cluster 0 pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:42 smithi022 bash[28554]: audit 2023-12-07T13:36:42.236146+0000 mgr.a (mgr.24293) 9076 : audit 0 from='client.186957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:42 smithi027 bash[31536]: cluster 2023-12-07T13:36:41.571018+0000 mgr.a (mgr.24293) 9075 : cluster 0 pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:42 smithi027 bash[31536]: audit 2023-12-07T13:36:42.236146+0000 mgr.a (mgr.24293) 9076 : audit 0 from='client.186957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:44 smithi044 bash[32620]: cluster 2023-12-07T13:36:43.571913+0000 mgr.a (mgr.24293) 9077 : 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-07T13:36:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:44 smithi022 bash[28554]: cluster 2023-12-07T13:36:43.571913+0000 mgr.a (mgr.24293) 9077 : 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-07T13:36:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:44 smithi027 bash[31536]: cluster 2023-12-07T13:36:43.571913+0000 mgr.a (mgr.24293) 9077 : 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-07T13:36:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:46 smithi044 bash[32620]: cluster 2023-12-07T13:36:45.572830+0000 mgr.a (mgr.24293) 9078 : 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-07T13:36:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:46 smithi022 bash[28554]: cluster 2023-12-07T13:36:45.572830+0000 mgr.a (mgr.24293) 9078 : 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-07T13:36:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:46 smithi027 bash[31536]: cluster 2023-12-07T13:36:45.572830+0000 mgr.a (mgr.24293) 9078 : 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-07T13:36:47.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:47.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:47.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:48.696 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:48.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:48.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:48.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:48.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:48 smithi027 bash[31536]: cluster 2023-12-07T13:36:47.573423+0000 mgr.a (mgr.24293) 9079 : 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-07T13:36:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:48 smithi027 bash[31536]: audit 2023-12-07T13:36:48.174451+0000 mgr.a (mgr.24293) 9080 : audit 0 from='client.187032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:48 smithi044 bash[32620]: cluster 2023-12-07T13:36:47.573423+0000 mgr.a (mgr.24293) 9079 : 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-07T13:36:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:48 smithi044 bash[32620]: audit 2023-12-07T13:36:48.174451+0000 mgr.a (mgr.24293) 9080 : audit 0 from='client.187032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:48 smithi022 bash[28554]: cluster 2023-12-07T13:36:47.573423+0000 mgr.a (mgr.24293) 9079 : 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-07T13:36:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:48 smithi022 bash[28554]: audit 2023-12-07T13:36:48.174451+0000 mgr.a (mgr.24293) 9080 : audit 0 from='client.187032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:50 smithi022 bash[28554]: cluster 2023-12-07T13:36:49.574172+0000 mgr.a (mgr.24293) 9081 : 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-07T13:36:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:50 smithi044 bash[32620]: cluster 2023-12-07T13:36:49.574172+0000 mgr.a (mgr.24293) 9081 : 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-07T13:36:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:50 smithi027 bash[31536]: cluster 2023-12-07T13:36:49.574172+0000 mgr.a (mgr.24293) 9081 : 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-07T13:36:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:52 smithi022 bash[28554]: cluster 2023-12-07T13:36:51.575051+0000 mgr.a (mgr.24293) 9082 : cluster 0 pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:52 smithi044 bash[32620]: cluster 2023-12-07T13:36:51.575051+0000 mgr.a (mgr.24293) 9082 : cluster 0 pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:52 smithi027 bash[31536]: cluster 2023-12-07T13:36:51.575051+0000 mgr.a (mgr.24293) 9082 : cluster 0 pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:53.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:53.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:53.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:53 smithi044 bash[32620]: audit 2023-12-07T13:36:52.925979+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:36:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:53 smithi022 bash[28554]: audit 2023-12-07T13:36:52.925979+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:36:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:53 smithi027 bash[31536]: audit 2023-12-07T13:36:52.925979+0000 mon.a (mon.0) 1711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:36:54.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:36:54.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:54.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:54.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:54.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:36:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:54 smithi022 bash[28554]: cluster 2023-12-07T13:36:53.575765+0000 mgr.a (mgr.24293) 9083 : cluster 0 pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:54 smithi022 bash[28554]: audit 2023-12-07T13:36:53.707092+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:36:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:54 smithi022 bash[28554]: audit 2023-12-07T13:36:53.708739+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:36:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:54 smithi022 bash[28554]: audit 2023-12-07T13:36:53.718058+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:36:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:54 smithi022 bash[28554]: audit 2023-12-07T13:36:54.110869+0000 mgr.a (mgr.24293) 9084 : audit 0 from='client.187110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:54 smithi044 bash[32620]: cluster 2023-12-07T13:36:53.575765+0000 mgr.a (mgr.24293) 9083 : cluster 0 pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:54 smithi044 bash[32620]: audit 2023-12-07T13:36:53.707092+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:36:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:54 smithi044 bash[32620]: audit 2023-12-07T13:36:53.708739+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:36:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:54 smithi044 bash[32620]: audit 2023-12-07T13:36:53.718058+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:36:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:54 smithi044 bash[32620]: audit 2023-12-07T13:36:54.110869+0000 mgr.a (mgr.24293) 9084 : audit 0 from='client.187110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:54 smithi027 bash[31536]: cluster 2023-12-07T13:36:53.575765+0000 mgr.a (mgr.24293) 9083 : cluster 0 pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:54 smithi027 bash[31536]: audit 2023-12-07T13:36:53.707092+0000 mon.a (mon.0) 1712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:36:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:54 smithi027 bash[31536]: audit 2023-12-07T13:36:53.708739+0000 mon.a (mon.0) 1713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:36:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:54 smithi027 bash[31536]: audit 2023-12-07T13:36:53.718058+0000 mon.a (mon.0) 1714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:36:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:54 smithi027 bash[31536]: audit 2023-12-07T13:36:54.110869+0000 mgr.a (mgr.24293) 9084 : audit 0 from='client.187110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:56 smithi044 bash[32620]: cluster 2023-12-07T13:36:55.576688+0000 mgr.a (mgr.24293) 9085 : cluster 0 pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:56.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:56 smithi022 bash[28554]: cluster 2023-12-07T13:36:55.576688+0000 mgr.a (mgr.24293) 9085 : cluster 0 pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:56.958 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:56 smithi027 bash[31536]: cluster 2023-12-07T13:36:55.576688+0000 mgr.a (mgr.24293) 9085 : cluster 0 pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:36:58 smithi027 bash[31536]: cluster 2023-12-07T13:36:57.577273+0000 mgr.a (mgr.24293) 9086 : cluster 0 pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:36:58 smithi044 bash[32620]: cluster 2023-12-07T13:36:57.577273+0000 mgr.a (mgr.24293) 9086 : cluster 0 pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:36:58 smithi022 bash[28554]: cluster 2023-12-07T13:36:57.577273+0000 mgr.a (mgr.24293) 9086 : cluster 0 pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:59.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:36:59.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:59.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:00.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:00.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:00.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:00.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:00.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:00 smithi044 bash[32620]: cluster 2023-12-07T13:36:59.577779+0000 mgr.a (mgr.24293) 9087 : cluster 0 pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:00 smithi044 bash[32620]: audit 2023-12-07T13:37:00.047564+0000 mgr.a (mgr.24293) 9088 : audit 0 from='client.187188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:00 smithi022 bash[28554]: cluster 2023-12-07T13:36:59.577779+0000 mgr.a (mgr.24293) 9087 : cluster 0 pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:00 smithi022 bash[28554]: audit 2023-12-07T13:37:00.047564+0000 mgr.a (mgr.24293) 9088 : audit 0 from='client.187188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:00 smithi027 bash[31536]: cluster 2023-12-07T13:36:59.577779+0000 mgr.a (mgr.24293) 9087 : cluster 0 pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:00 smithi027 bash[31536]: audit 2023-12-07T13:37:00.047564+0000 mgr.a (mgr.24293) 9088 : audit 0 from='client.187188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:02 smithi022 bash[28554]: cluster 2023-12-07T13:37:01.578887+0000 mgr.a (mgr.24293) 9089 : cluster 0 pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:37:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:02 smithi044 bash[32620]: cluster 2023-12-07T13:37:01.578887+0000 mgr.a (mgr.24293) 9089 : cluster 0 pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:37:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:02 smithi027 bash[31536]: cluster 2023-12-07T13:37:01.578887+0000 mgr.a (mgr.24293) 9089 : cluster 0 pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:37:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:04 smithi044 bash[32620]: cluster 2023-12-07T13:37:03.579607+0000 mgr.a (mgr.24293) 9090 : cluster 0 pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:37:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:04 smithi022 bash[28554]: cluster 2023-12-07T13:37:03.579607+0000 mgr.a (mgr.24293) 9090 : cluster 0 pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:37:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:04 smithi027 bash[31536]: cluster 2023-12-07T13:37:03.579607+0000 mgr.a (mgr.24293) 9090 : cluster 0 pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:37:05.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:05.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:05.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:06.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:06 smithi022 bash[28554]: cluster 2023-12-07T13:37:05.580367+0000 mgr.a (mgr.24293) 9091 : cluster 0 pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:06 smithi022 bash[28554]: audit 2023-12-07T13:37:05.987194+0000 mgr.a (mgr.24293) 9092 : audit 0 from='client.187266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:06 smithi044 bash[32620]: cluster 2023-12-07T13:37:05.580367+0000 mgr.a (mgr.24293) 9091 : cluster 0 pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:06 smithi044 bash[32620]: audit 2023-12-07T13:37:05.987194+0000 mgr.a (mgr.24293) 9092 : audit 0 from='client.187266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:06 smithi027 bash[31536]: cluster 2023-12-07T13:37:05.580367+0000 mgr.a (mgr.24293) 9091 : cluster 0 pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:06 smithi027 bash[31536]: audit 2023-12-07T13:37:05.987194+0000 mgr.a (mgr.24293) 9092 : audit 0 from='client.187266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:08 smithi044 bash[32620]: cluster 2023-12-07T13:37:07.581061+0000 mgr.a (mgr.24293) 9093 : cluster 0 pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:08 smithi022 bash[28554]: cluster 2023-12-07T13:37:07.581061+0000 mgr.a (mgr.24293) 9093 : cluster 0 pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:08 smithi027 bash[31536]: cluster 2023-12-07T13:37:07.581061+0000 mgr.a (mgr.24293) 9093 : cluster 0 pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:10 smithi022 bash[28554]: cluster 2023-12-07T13:37:09.581798+0000 mgr.a (mgr.24293) 9094 : cluster 0 pgmap v6796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:10 smithi044 bash[32620]: cluster 2023-12-07T13:37:09.581798+0000 mgr.a (mgr.24293) 9094 : cluster 0 pgmap v6796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:10 smithi027 bash[31536]: cluster 2023-12-07T13:37:09.581798+0000 mgr.a (mgr.24293) 9094 : cluster 0 pgmap v6796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:11.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:11.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:11.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:12.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:12.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:12.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:12.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:12 smithi044 bash[32620]: cluster 2023-12-07T13:37:11.582646+0000 mgr.a (mgr.24293) 9095 : cluster 0 pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:12 smithi044 bash[32620]: audit 2023-12-07T13:37:11.926365+0000 mgr.a (mgr.24293) 9096 : audit 0 from='client.187344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:12 smithi022 bash[28554]: cluster 2023-12-07T13:37:11.582646+0000 mgr.a (mgr.24293) 9095 : cluster 0 pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:12 smithi022 bash[28554]: audit 2023-12-07T13:37:11.926365+0000 mgr.a (mgr.24293) 9096 : audit 0 from='client.187344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:12 smithi027 bash[31536]: cluster 2023-12-07T13:37:11.582646+0000 mgr.a (mgr.24293) 9095 : cluster 0 pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:12 smithi027 bash[31536]: audit 2023-12-07T13:37:11.926365+0000 mgr.a (mgr.24293) 9096 : audit 0 from='client.187344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:14 smithi044 bash[32620]: cluster 2023-12-07T13:37:13.583318+0000 mgr.a (mgr.24293) 9097 : cluster 0 pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:37:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:14 smithi022 bash[28554]: cluster 2023-12-07T13:37:13.583318+0000 mgr.a (mgr.24293) 9097 : cluster 0 pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:37:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:14 smithi027 bash[31536]: cluster 2023-12-07T13:37:13.583318+0000 mgr.a (mgr.24293) 9097 : cluster 0 pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:37:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:16 smithi044 bash[32620]: cluster 2023-12-07T13:37:15.584285+0000 mgr.a (mgr.24293) 9098 : cluster 0 pgmap v6799: 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-07T13:37:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:16 smithi022 bash[28554]: cluster 2023-12-07T13:37:15.584285+0000 mgr.a (mgr.24293) 9098 : cluster 0 pgmap v6799: 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-07T13:37:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:16 smithi027 bash[31536]: cluster 2023-12-07T13:37:15.584285+0000 mgr.a (mgr.24293) 9098 : cluster 0 pgmap v6799: 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-07T13:37:17.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:17.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:17.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:18.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:18 smithi044 bash[32620]: cluster 2023-12-07T13:37:17.584895+0000 mgr.a (mgr.24293) 9099 : 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-07T13:37:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:18 smithi044 bash[32620]: audit 2023-12-07T13:37:17.881777+0000 mgr.a (mgr.24293) 9100 : audit 0 from='client.187422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:18 smithi022 bash[28554]: cluster 2023-12-07T13:37:17.584895+0000 mgr.a (mgr.24293) 9099 : 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-07T13:37:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:18 smithi022 bash[28554]: audit 2023-12-07T13:37:17.881777+0000 mgr.a (mgr.24293) 9100 : audit 0 from='client.187422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:18 smithi027 bash[31536]: cluster 2023-12-07T13:37:17.584895+0000 mgr.a (mgr.24293) 9099 : 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-07T13:37:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:18 smithi027 bash[31536]: audit 2023-12-07T13:37:17.881777+0000 mgr.a (mgr.24293) 9100 : audit 0 from='client.187422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:20 smithi022 bash[28554]: cluster 2023-12-07T13:37:19.585558+0000 mgr.a (mgr.24293) 9101 : 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-07T13:37:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:20 smithi044 bash[32620]: cluster 2023-12-07T13:37:19.585558+0000 mgr.a (mgr.24293) 9101 : 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-07T13:37:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:20 smithi027 bash[31536]: cluster 2023-12-07T13:37:19.585558+0000 mgr.a (mgr.24293) 9101 : 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-07T13:37:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:22 smithi044 bash[32620]: cluster 2023-12-07T13:37:21.586372+0000 mgr.a (mgr.24293) 9102 : cluster 0 pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:22 smithi022 bash[28554]: cluster 2023-12-07T13:37:21.586372+0000 mgr.a (mgr.24293) 9102 : cluster 0 pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:22 smithi027 bash[31536]: cluster 2023-12-07T13:37:21.586372+0000 mgr.a (mgr.24293) 9102 : cluster 0 pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:23.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:23.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:23.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:24.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:24.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:24.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:24.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:24.350 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:24 smithi044 bash[32620]: cluster 2023-12-07T13:37:23.586908+0000 mgr.a (mgr.24293) 9103 : cluster 0 pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:24 smithi044 bash[32620]: audit 2023-12-07T13:37:23.821499+0000 mgr.a (mgr.24293) 9104 : audit 0 from='client.187494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:24 smithi022 bash[28554]: cluster 2023-12-07T13:37:23.586908+0000 mgr.a (mgr.24293) 9103 : cluster 0 pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:24 smithi022 bash[28554]: audit 2023-12-07T13:37:23.821499+0000 mgr.a (mgr.24293) 9104 : audit 0 from='client.187494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:24 smithi027 bash[31536]: cluster 2023-12-07T13:37:23.586908+0000 mgr.a (mgr.24293) 9103 : cluster 0 pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:24 smithi027 bash[31536]: audit 2023-12-07T13:37:23.821499+0000 mgr.a (mgr.24293) 9104 : audit 0 from='client.187494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:26 smithi044 bash[32620]: cluster 2023-12-07T13:37:25.587777+0000 mgr.a (mgr.24293) 9105 : cluster 0 pgmap v6804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:26 smithi022 bash[28554]: cluster 2023-12-07T13:37:25.587777+0000 mgr.a (mgr.24293) 9105 : cluster 0 pgmap v6804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:26 smithi027 bash[31536]: cluster 2023-12-07T13:37:25.587777+0000 mgr.a (mgr.24293) 9105 : cluster 0 pgmap v6804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:28 smithi044 bash[32620]: cluster 2023-12-07T13:37:27.588332+0000 mgr.a (mgr.24293) 9106 : cluster 0 pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:28 smithi022 bash[28554]: cluster 2023-12-07T13:37:27.588332+0000 mgr.a (mgr.24293) 9106 : cluster 0 pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:28 smithi027 bash[31536]: cluster 2023-12-07T13:37:27.588332+0000 mgr.a (mgr.24293) 9106 : cluster 0 pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:29.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:29.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:29.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:30.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:30.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:30.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:30.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:30.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:30 smithi044 bash[32620]: cluster 2023-12-07T13:37:29.588880+0000 mgr.a (mgr.24293) 9107 : cluster 0 pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:30 smithi044 bash[32620]: audit 2023-12-07T13:37:29.774581+0000 mgr.a (mgr.24293) 9108 : audit 0 from='client.187572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:30 smithi022 bash[28554]: cluster 2023-12-07T13:37:29.588880+0000 mgr.a (mgr.24293) 9107 : cluster 0 pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:30 smithi022 bash[28554]: audit 2023-12-07T13:37:29.774581+0000 mgr.a (mgr.24293) 9108 : audit 0 from='client.187572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:30 smithi027 bash[31536]: cluster 2023-12-07T13:37:29.588880+0000 mgr.a (mgr.24293) 9107 : cluster 0 pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:30 smithi027 bash[31536]: audit 2023-12-07T13:37:29.774581+0000 mgr.a (mgr.24293) 9108 : audit 0 from='client.187572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:32 smithi044 bash[32620]: cluster 2023-12-07T13:37:31.589823+0000 mgr.a (mgr.24293) 9109 : cluster 0 pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:32 smithi022 bash[28554]: cluster 2023-12-07T13:37:31.589823+0000 mgr.a (mgr.24293) 9109 : cluster 0 pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:32 smithi027 bash[31536]: cluster 2023-12-07T13:37:31.589823+0000 mgr.a (mgr.24293) 9109 : cluster 0 pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:34 smithi044 bash[32620]: cluster 2023-12-07T13:37:33.590509+0000 mgr.a (mgr.24293) 9110 : cluster 0 pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:34 smithi022 bash[28554]: cluster 2023-12-07T13:37:33.590509+0000 mgr.a (mgr.24293) 9110 : cluster 0 pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:34 smithi027 bash[31536]: cluster 2023-12-07T13:37:33.590509+0000 mgr.a (mgr.24293) 9110 : cluster 0 pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:35.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:35.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:35.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:36.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:36.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:36.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:36.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:36.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:36 smithi022 bash[28554]: cluster 2023-12-07T13:37:35.591302+0000 mgr.a (mgr.24293) 9111 : cluster 0 pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:36 smithi022 bash[28554]: audit 2023-12-07T13:37:35.752582+0000 mgr.a (mgr.24293) 9112 : audit 0 from='client.187650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:36 smithi044 bash[32620]: cluster 2023-12-07T13:37:35.591302+0000 mgr.a (mgr.24293) 9111 : cluster 0 pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:36 smithi044 bash[32620]: audit 2023-12-07T13:37:35.752582+0000 mgr.a (mgr.24293) 9112 : audit 0 from='client.187650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:36 smithi027 bash[31536]: cluster 2023-12-07T13:37:35.591302+0000 mgr.a (mgr.24293) 9111 : cluster 0 pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:36 smithi027 bash[31536]: audit 2023-12-07T13:37:35.752582+0000 mgr.a (mgr.24293) 9112 : audit 0 from='client.187650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:38 smithi044 bash[32620]: cluster 2023-12-07T13:37:37.591987+0000 mgr.a (mgr.24293) 9113 : cluster 0 pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:38 smithi022 bash[28554]: cluster 2023-12-07T13:37:37.591987+0000 mgr.a (mgr.24293) 9113 : cluster 0 pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:38 smithi027 bash[31536]: cluster 2023-12-07T13:37:37.591987+0000 mgr.a (mgr.24293) 9113 : cluster 0 pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:40 smithi044 bash[32620]: cluster 2023-12-07T13:37:39.592705+0000 mgr.a (mgr.24293) 9114 : cluster 0 pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:40 smithi022 bash[28554]: cluster 2023-12-07T13:37:39.592705+0000 mgr.a (mgr.24293) 9114 : cluster 0 pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:40 smithi027 bash[31536]: cluster 2023-12-07T13:37:39.592705+0000 mgr.a (mgr.24293) 9114 : cluster 0 pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:41.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:41.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:41.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:42.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:42.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:42.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:42.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:42.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:42 smithi044 bash[32620]: cluster 2023-12-07T13:37:41.593534+0000 mgr.a (mgr.24293) 9115 : cluster 0 pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:42 smithi044 bash[32620]: audit 2023-12-07T13:37:41.698018+0000 mgr.a (mgr.24293) 9116 : audit 0 from='client.187728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:42 smithi022 bash[28554]: cluster 2023-12-07T13:37:41.593534+0000 mgr.a (mgr.24293) 9115 : cluster 0 pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:42 smithi022 bash[28554]: audit 2023-12-07T13:37:41.698018+0000 mgr.a (mgr.24293) 9116 : audit 0 from='client.187728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:42 smithi027 bash[31536]: cluster 2023-12-07T13:37:41.593534+0000 mgr.a (mgr.24293) 9115 : cluster 0 pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:42 smithi027 bash[31536]: audit 2023-12-07T13:37:41.698018+0000 mgr.a (mgr.24293) 9116 : audit 0 from='client.187728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:44 smithi044 bash[32620]: cluster 2023-12-07T13:37:43.594207+0000 mgr.a (mgr.24293) 9117 : cluster 0 pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:44 smithi022 bash[28554]: cluster 2023-12-07T13:37:43.594207+0000 mgr.a (mgr.24293) 9117 : cluster 0 pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:44 smithi027 bash[31536]: cluster 2023-12-07T13:37:43.594207+0000 mgr.a (mgr.24293) 9117 : cluster 0 pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:46 smithi044 bash[32620]: cluster 2023-12-07T13:37:45.595002+0000 mgr.a (mgr.24293) 9118 : cluster 0 pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:46 smithi022 bash[28554]: cluster 2023-12-07T13:37:45.595002+0000 mgr.a (mgr.24293) 9118 : cluster 0 pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:46 smithi027 bash[31536]: cluster 2023-12-07T13:37:45.595002+0000 mgr.a (mgr.24293) 9118 : cluster 0 pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:47.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:47.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:47.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:48.172 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:48.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:48.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:48.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:48.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:48 smithi044 bash[32620]: cluster 2023-12-07T13:37:47.595520+0000 mgr.a (mgr.24293) 9119 : 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-07T13:37:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:48 smithi044 bash[32620]: audit 2023-12-07T13:37:47.644402+0000 mgr.a (mgr.24293) 9120 : audit 0 from='client.187803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:48 smithi022 bash[28554]: cluster 2023-12-07T13:37:47.595520+0000 mgr.a (mgr.24293) 9119 : 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-07T13:37:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:48 smithi022 bash[28554]: audit 2023-12-07T13:37:47.644402+0000 mgr.a (mgr.24293) 9120 : audit 0 from='client.187803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:48 smithi027 bash[31536]: cluster 2023-12-07T13:37:47.595520+0000 mgr.a (mgr.24293) 9119 : 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-07T13:37:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:48 smithi027 bash[31536]: audit 2023-12-07T13:37:47.644402+0000 mgr.a (mgr.24293) 9120 : audit 0 from='client.187803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:50 smithi044 bash[32620]: cluster 2023-12-07T13:37:49.596209+0000 mgr.a (mgr.24293) 9121 : 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-07T13:37:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:50 smithi022 bash[28554]: cluster 2023-12-07T13:37:49.596209+0000 mgr.a (mgr.24293) 9121 : 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-07T13:37:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:50 smithi027 bash[31536]: cluster 2023-12-07T13:37:49.596209+0000 mgr.a (mgr.24293) 9121 : 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-07T13:37:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:52 smithi044 bash[32620]: cluster 2023-12-07T13:37:51.597047+0000 mgr.a (mgr.24293) 9122 : 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-07T13:37:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:52 smithi022 bash[28554]: cluster 2023-12-07T13:37:51.597047+0000 mgr.a (mgr.24293) 9122 : 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-07T13:37:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:52 smithi027 bash[31536]: cluster 2023-12-07T13:37:51.597047+0000 mgr.a (mgr.24293) 9122 : 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-07T13:37:53.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:53.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:53.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:54.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:37:54.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:54.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:54.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:54.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:37:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:54 smithi022 bash[28554]: audit 2023-12-07T13:37:53.593598+0000 mgr.a (mgr.24293) 9123 : audit 0 from='client.187878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:54 smithi022 bash[28554]: cluster 2023-12-07T13:37:53.605252+0000 mgr.a (mgr.24293) 9124 : 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-07T13:37:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:54 smithi022 bash[28554]: audit 2023-12-07T13:37:53.819342+0000 mon.a (mon.0) 1715 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:37:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:54 smithi044 bash[32620]: audit 2023-12-07T13:37:53.593598+0000 mgr.a (mgr.24293) 9123 : audit 0 from='client.187878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:54 smithi044 bash[32620]: cluster 2023-12-07T13:37:53.605252+0000 mgr.a (mgr.24293) 9124 : 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-07T13:37:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:54 smithi044 bash[32620]: audit 2023-12-07T13:37:53.819342+0000 mon.a (mon.0) 1715 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:37:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:54 smithi027 bash[31536]: audit 2023-12-07T13:37:53.593598+0000 mgr.a (mgr.24293) 9123 : audit 0 from='client.187878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:54 smithi027 bash[31536]: cluster 2023-12-07T13:37:53.605252+0000 mgr.a (mgr.24293) 9124 : 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-07T13:37:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:54 smithi027 bash[31536]: audit 2023-12-07T13:37:53.819342+0000 mon.a (mon.0) 1715 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:37:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:55 smithi044 bash[32620]: audit 2023-12-07T13:37:54.656976+0000 mon.a (mon.0) 1716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:37:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:55 smithi044 bash[32620]: audit 2023-12-07T13:37:54.664512+0000 mon.a (mon.0) 1717 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:37:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:55 smithi044 bash[32620]: audit 2023-12-07T13:37:54.671615+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:37:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:55 smithi022 bash[28554]: audit 2023-12-07T13:37:54.656976+0000 mon.a (mon.0) 1716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:37:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:55 smithi022 bash[28554]: audit 2023-12-07T13:37:54.664512+0000 mon.a (mon.0) 1717 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:37:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:55 smithi022 bash[28554]: audit 2023-12-07T13:37:54.671615+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:37:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:55 smithi027 bash[31536]: audit 2023-12-07T13:37:54.656976+0000 mon.a (mon.0) 1716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:37:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:55 smithi027 bash[31536]: audit 2023-12-07T13:37:54.664512+0000 mon.a (mon.0) 1717 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:37:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:55 smithi027 bash[31536]: audit 2023-12-07T13:37:54.671615+0000 mon.a (mon.0) 1718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:37:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:56 smithi022 bash[28554]: cluster 2023-12-07T13:37:55.606160+0000 mgr.a (mgr.24293) 9125 : cluster 0 pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:56 smithi044 bash[32620]: cluster 2023-12-07T13:37:55.606160+0000 mgr.a (mgr.24293) 9125 : cluster 0 pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:56 smithi027 bash[31536]: cluster 2023-12-07T13:37:55.606160+0000 mgr.a (mgr.24293) 9125 : cluster 0 pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:37:58 smithi044 bash[32620]: cluster 2023-12-07T13:37:57.606742+0000 mgr.a (mgr.24293) 9126 : cluster 0 pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:37:58 smithi022 bash[28554]: cluster 2023-12-07T13:37:57.606742+0000 mgr.a (mgr.24293) 9126 : cluster 0 pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:58.957 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:37:58 smithi027 bash[31536]: cluster 2023-12-07T13:37:57.606742+0000 mgr.a (mgr.24293) 9126 : cluster 0 pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:59.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:37:59.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:59.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:00.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:00.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:00.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:00.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:00.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:00 smithi044 bash[32620]: audit 2023-12-07T13:37:59.514363+0000 mgr.a (mgr.24293) 9127 : audit 0 from='client.187953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:00 smithi044 bash[32620]: cluster 2023-12-07T13:37:59.607244+0000 mgr.a (mgr.24293) 9128 : cluster 0 pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:00 smithi022 bash[28554]: audit 2023-12-07T13:37:59.514363+0000 mgr.a (mgr.24293) 9127 : audit 0 from='client.187953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:00 smithi022 bash[28554]: cluster 2023-12-07T13:37:59.607244+0000 mgr.a (mgr.24293) 9128 : cluster 0 pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:00 smithi027 bash[31536]: audit 2023-12-07T13:37:59.514363+0000 mgr.a (mgr.24293) 9127 : audit 0 from='client.187953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:00 smithi027 bash[31536]: cluster 2023-12-07T13:37:59.607244+0000 mgr.a (mgr.24293) 9128 : cluster 0 pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:02 smithi044 bash[32620]: cluster 2023-12-07T13:38:01.608130+0000 mgr.a (mgr.24293) 9129 : cluster 0 pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:02 smithi022 bash[28554]: cluster 2023-12-07T13:38:01.608130+0000 mgr.a (mgr.24293) 9129 : cluster 0 pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:02 smithi027 bash[31536]: cluster 2023-12-07T13:38:01.608130+0000 mgr.a (mgr.24293) 9129 : cluster 0 pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:04 smithi022 bash[28554]: cluster 2023-12-07T13:38:03.608724+0000 mgr.a (mgr.24293) 9130 : cluster 0 pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:04 smithi044 bash[32620]: cluster 2023-12-07T13:38:03.608724+0000 mgr.a (mgr.24293) 9130 : cluster 0 pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:04 smithi027 bash[31536]: cluster 2023-12-07T13:38:03.608724+0000 mgr.a (mgr.24293) 9130 : cluster 0 pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:05.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:05.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:05.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:05.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:05.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:06 smithi044 bash[32620]: audit 2023-12-07T13:38:05.427223+0000 mgr.a (mgr.24293) 9131 : audit 0 from='client.188025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:06 smithi044 bash[32620]: cluster 2023-12-07T13:38:05.609914+0000 mgr.a (mgr.24293) 9132 : 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-07T13:38:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:06 smithi022 bash[28554]: audit 2023-12-07T13:38:05.427223+0000 mgr.a (mgr.24293) 9131 : audit 0 from='client.188025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:06 smithi022 bash[28554]: cluster 2023-12-07T13:38:05.609914+0000 mgr.a (mgr.24293) 9132 : 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-07T13:38:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:06 smithi027 bash[31536]: audit 2023-12-07T13:38:05.427223+0000 mgr.a (mgr.24293) 9131 : audit 0 from='client.188025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:06 smithi027 bash[31536]: cluster 2023-12-07T13:38:05.609914+0000 mgr.a (mgr.24293) 9132 : 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-07T13:38:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:08 smithi044 bash[32620]: cluster 2023-12-07T13:38:07.610602+0000 mgr.a (mgr.24293) 9133 : cluster 0 pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:08 smithi022 bash[28554]: cluster 2023-12-07T13:38:07.610602+0000 mgr.a (mgr.24293) 9133 : cluster 0 pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:08 smithi027 bash[31536]: cluster 2023-12-07T13:38:07.610602+0000 mgr.a (mgr.24293) 9133 : cluster 0 pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:10 smithi022 bash[28554]: cluster 2023-12-07T13:38:09.611178+0000 mgr.a (mgr.24293) 9134 : cluster 0 pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:10 smithi044 bash[32620]: cluster 2023-12-07T13:38:09.611178+0000 mgr.a (mgr.24293) 9134 : cluster 0 pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:10.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:10.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:10.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:10 smithi027 bash[31536]: cluster 2023-12-07T13:38:09.611178+0000 mgr.a (mgr.24293) 9134 : cluster 0 pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:11.871 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:11.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:11.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:11.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:11.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:12 smithi044 bash[32620]: audit 2023-12-07T13:38:11.357619+0000 mgr.a (mgr.24293) 9135 : audit 0 from='client.188100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:12 smithi044 bash[32620]: cluster 2023-12-07T13:38:11.626256+0000 mgr.a (mgr.24293) 9136 : cluster 0 pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:12 smithi022 bash[28554]: audit 2023-12-07T13:38:11.357619+0000 mgr.a (mgr.24293) 9135 : audit 0 from='client.188100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:12 smithi022 bash[28554]: cluster 2023-12-07T13:38:11.626256+0000 mgr.a (mgr.24293) 9136 : cluster 0 pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:12 smithi027 bash[31536]: audit 2023-12-07T13:38:11.357619+0000 mgr.a (mgr.24293) 9135 : audit 0 from='client.188100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:12 smithi027 bash[31536]: cluster 2023-12-07T13:38:11.626256+0000 mgr.a (mgr.24293) 9136 : cluster 0 pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:14 smithi044 bash[32620]: cluster 2023-12-07T13:38:13.627010+0000 mgr.a (mgr.24293) 9137 : cluster 0 pgmap v6828: 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-07T13:38:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:14 smithi022 bash[28554]: cluster 2023-12-07T13:38:13.627010+0000 mgr.a (mgr.24293) 9137 : cluster 0 pgmap v6828: 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-07T13:38:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:14 smithi027 bash[31536]: cluster 2023-12-07T13:38:13.627010+0000 mgr.a (mgr.24293) 9137 : cluster 0 pgmap v6828: 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-07T13:38:16.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:16.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:16.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:16 smithi027 bash[31536]: cluster 2023-12-07T13:38:15.627863+0000 mgr.a (mgr.24293) 9138 : cluster 0 pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:16 smithi022 bash[28554]: cluster 2023-12-07T13:38:15.627863+0000 mgr.a (mgr.24293) 9138 : cluster 0 pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:16 smithi044 bash[32620]: cluster 2023-12-07T13:38:15.627863+0000 mgr.a (mgr.24293) 9138 : cluster 0 pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:17.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:17.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:17.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:17.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:17.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:17 smithi027 bash[31536]: audit 2023-12-07T13:38:17.284286+0000 mgr.a (mgr.24293) 9139 : audit 0 from='client.188175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:17 smithi044 bash[32620]: audit 2023-12-07T13:38:17.284286+0000 mgr.a (mgr.24293) 9139 : audit 0 from='client.188175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:17 smithi022 bash[28554]: audit 2023-12-07T13:38:17.284286+0000 mgr.a (mgr.24293) 9139 : audit 0 from='client.188175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:18 smithi027 bash[31536]: cluster 2023-12-07T13:38:17.628523+0000 mgr.a (mgr.24293) 9140 : 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-07T13:38:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:18 smithi022 bash[28554]: cluster 2023-12-07T13:38:17.628523+0000 mgr.a (mgr.24293) 9140 : 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-07T13:38:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:18 smithi044 bash[32620]: cluster 2023-12-07T13:38:17.628523+0000 mgr.a (mgr.24293) 9140 : 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-07T13:38:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:20 smithi027 bash[31536]: cluster 2023-12-07T13:38:19.629173+0000 mgr.a (mgr.24293) 9141 : 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-07T13:38:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:20 smithi022 bash[28554]: cluster 2023-12-07T13:38:19.629173+0000 mgr.a (mgr.24293) 9141 : 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-07T13:38:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:20 smithi044 bash[32620]: cluster 2023-12-07T13:38:19.629173+0000 mgr.a (mgr.24293) 9141 : 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-07T13:38:22.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:22.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:22.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:22 smithi027 bash[31536]: cluster 2023-12-07T13:38:21.630010+0000 mgr.a (mgr.24293) 9142 : 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-07T13:38:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:22 smithi022 bash[28554]: cluster 2023-12-07T13:38:21.630010+0000 mgr.a (mgr.24293) 9142 : 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-07T13:38:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:22 smithi044 bash[32620]: cluster 2023-12-07T13:38:21.630010+0000 mgr.a (mgr.24293) 9142 : 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-07T13:38:23.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:23.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:23.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:23.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:23.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:23 smithi027 bash[31536]: audit 2023-12-07T13:38:23.217828+0000 mgr.a (mgr.24293) 9143 : audit 0 from='client.188250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:23 smithi044 bash[32620]: audit 2023-12-07T13:38:23.217828+0000 mgr.a (mgr.24293) 9143 : audit 0 from='client.188250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:23 smithi022 bash[28554]: audit 2023-12-07T13:38:23.217828+0000 mgr.a (mgr.24293) 9143 : audit 0 from='client.188250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:24 smithi022 bash[28554]: cluster 2023-12-07T13:38:23.630776+0000 mgr.a (mgr.24293) 9144 : 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-07T13:38:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:24 smithi044 bash[32620]: cluster 2023-12-07T13:38:23.630776+0000 mgr.a (mgr.24293) 9144 : 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-07T13:38:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:24 smithi027 bash[31536]: cluster 2023-12-07T13:38:23.630776+0000 mgr.a (mgr.24293) 9144 : 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-07T13:38:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:26 smithi044 bash[32620]: cluster 2023-12-07T13:38:25.631647+0000 mgr.a (mgr.24293) 9145 : cluster 0 pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:26 smithi022 bash[28554]: cluster 2023-12-07T13:38:25.631647+0000 mgr.a (mgr.24293) 9145 : cluster 0 pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:26 smithi027 bash[31536]: cluster 2023-12-07T13:38:25.631647+0000 mgr.a (mgr.24293) 9145 : cluster 0 pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:28.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:28.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:28.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:28 smithi022 bash[28554]: cluster 2023-12-07T13:38:27.632251+0000 mgr.a (mgr.24293) 9146 : cluster 0 pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:28.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:28 smithi044 bash[32620]: cluster 2023-12-07T13:38:27.632251+0000 mgr.a (mgr.24293) 9146 : cluster 0 pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:28 smithi027 bash[31536]: cluster 2023-12-07T13:38:27.632251+0000 mgr.a (mgr.24293) 9146 : cluster 0 pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:29.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:29.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:29.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:29.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:29.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:29 smithi044 bash[32620]: audit 2023-12-07T13:38:29.160032+0000 mgr.a (mgr.24293) 9147 : audit 0 from='client.188325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:29 smithi022 bash[28554]: audit 2023-12-07T13:38:29.160032+0000 mgr.a (mgr.24293) 9147 : audit 0 from='client.188325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:29 smithi027 bash[31536]: audit 2023-12-07T13:38:29.160032+0000 mgr.a (mgr.24293) 9147 : audit 0 from='client.188325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:30 smithi044 bash[32620]: cluster 2023-12-07T13:38:29.632882+0000 mgr.a (mgr.24293) 9148 : cluster 0 pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:30 smithi022 bash[28554]: cluster 2023-12-07T13:38:29.632882+0000 mgr.a (mgr.24293) 9148 : cluster 0 pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:30 smithi027 bash[31536]: cluster 2023-12-07T13:38:29.632882+0000 mgr.a (mgr.24293) 9148 : cluster 0 pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:32 smithi027 bash[31536]: cluster 2023-12-07T13:38:31.633686+0000 mgr.a (mgr.24293) 9149 : cluster 0 pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:32 smithi022 bash[28554]: cluster 2023-12-07T13:38:31.633686+0000 mgr.a (mgr.24293) 9149 : cluster 0 pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:32 smithi044 bash[32620]: cluster 2023-12-07T13:38:31.633686+0000 mgr.a (mgr.24293) 9149 : cluster 0 pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:34.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:34.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:34.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:34 smithi027 bash[31536]: cluster 2023-12-07T13:38:33.634199+0000 mgr.a (mgr.24293) 9150 : cluster 0 pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:34 smithi022 bash[28554]: cluster 2023-12-07T13:38:33.634199+0000 mgr.a (mgr.24293) 9150 : cluster 0 pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:34 smithi044 bash[32620]: cluster 2023-12-07T13:38:33.634199+0000 mgr.a (mgr.24293) 9150 : cluster 0 pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:35.616 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:35.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:35.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:35.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:35.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:35 smithi044 bash[32620]: audit 2023-12-07T13:38:35.083272+0000 mgr.a (mgr.24293) 9151 : audit 0 from='client.188400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:35 smithi022 bash[28554]: audit 2023-12-07T13:38:35.083272+0000 mgr.a (mgr.24293) 9151 : audit 0 from='client.188400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:35 smithi027 bash[31536]: audit 2023-12-07T13:38:35.083272+0000 mgr.a (mgr.24293) 9151 : audit 0 from='client.188400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:36 smithi044 bash[32620]: cluster 2023-12-07T13:38:35.635210+0000 mgr.a (mgr.24293) 9152 : cluster 0 pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:38:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:36 smithi022 bash[28554]: cluster 2023-12-07T13:38:35.635210+0000 mgr.a (mgr.24293) 9152 : cluster 0 pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:38:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:36 smithi027 bash[31536]: cluster 2023-12-07T13:38:35.635210+0000 mgr.a (mgr.24293) 9152 : cluster 0 pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:38:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:38 smithi022 bash[28554]: cluster 2023-12-07T13:38:37.635972+0000 mgr.a (mgr.24293) 9153 : 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-07T13:38:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:38 smithi044 bash[32620]: cluster 2023-12-07T13:38:37.635972+0000 mgr.a (mgr.24293) 9153 : 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-07T13:38:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:38 smithi027 bash[31536]: cluster 2023-12-07T13:38:37.635972+0000 mgr.a (mgr.24293) 9153 : 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-07T13:38:40.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:40.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:40.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:40 smithi027 bash[31536]: cluster 2023-12-07T13:38:39.636565+0000 mgr.a (mgr.24293) 9154 : 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-07T13:38:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:40 smithi044 bash[32620]: cluster 2023-12-07T13:38:39.636565+0000 mgr.a (mgr.24293) 9154 : 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-07T13:38:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:40 smithi022 bash[28554]: cluster 2023-12-07T13:38:39.636565+0000 mgr.a (mgr.24293) 9154 : 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-07T13:38:41.544 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:41.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:41.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:41.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:41.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:41 smithi022 bash[28554]: audit 2023-12-07T13:38:41.023428+0000 mgr.a (mgr.24293) 9155 : audit 0 from='client.188478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:41 smithi044 bash[32620]: audit 2023-12-07T13:38:41.023428+0000 mgr.a (mgr.24293) 9155 : audit 0 from='client.188478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:41 smithi027 bash[31536]: audit 2023-12-07T13:38:41.023428+0000 mgr.a (mgr.24293) 9155 : audit 0 from='client.188478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:42 smithi044 bash[32620]: cluster 2023-12-07T13:38:41.637578+0000 mgr.a (mgr.24293) 9156 : cluster 0 pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:42 smithi022 bash[28554]: cluster 2023-12-07T13:38:41.637578+0000 mgr.a (mgr.24293) 9156 : cluster 0 pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:42 smithi027 bash[31536]: cluster 2023-12-07T13:38:41.637578+0000 mgr.a (mgr.24293) 9156 : cluster 0 pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:44 smithi044 bash[32620]: cluster 2023-12-07T13:38:43.638307+0000 mgr.a (mgr.24293) 9157 : cluster 0 pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:44 smithi022 bash[28554]: cluster 2023-12-07T13:38:43.638307+0000 mgr.a (mgr.24293) 9157 : cluster 0 pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:44 smithi027 bash[31536]: cluster 2023-12-07T13:38:43.638307+0000 mgr.a (mgr.24293) 9157 : cluster 0 pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:46.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:46.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:46.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:46 smithi044 bash[32620]: cluster 2023-12-07T13:38:45.639086+0000 mgr.a (mgr.24293) 9158 : cluster 0 pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:46 smithi022 bash[28554]: cluster 2023-12-07T13:38:45.639086+0000 mgr.a (mgr.24293) 9158 : cluster 0 pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:46 smithi027 bash[31536]: cluster 2023-12-07T13:38:45.639086+0000 mgr.a (mgr.24293) 9158 : cluster 0 pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:47.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:47.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:47.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:47.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:47.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:47 smithi044 bash[32620]: audit 2023-12-07T13:38:46.958929+0000 mgr.a (mgr.24293) 9159 : audit 0 from='client.159901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:47 smithi022 bash[28554]: audit 2023-12-07T13:38:46.958929+0000 mgr.a (mgr.24293) 9159 : audit 0 from='client.159901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:47 smithi027 bash[31536]: audit 2023-12-07T13:38:46.958929+0000 mgr.a (mgr.24293) 9159 : audit 0 from='client.159901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:48 smithi044 bash[32620]: cluster 2023-12-07T13:38:47.639791+0000 mgr.a (mgr.24293) 9160 : cluster 0 pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:38:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:48 smithi022 bash[28554]: cluster 2023-12-07T13:38:47.639791+0000 mgr.a (mgr.24293) 9160 : cluster 0 pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:38:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:48 smithi027 bash[31536]: cluster 2023-12-07T13:38:47.639791+0000 mgr.a (mgr.24293) 9160 : cluster 0 pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:38:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:50 smithi022 bash[28554]: cluster 2023-12-07T13:38:49.640305+0000 mgr.a (mgr.24293) 9161 : cluster 0 pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:38:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:50 smithi044 bash[32620]: cluster 2023-12-07T13:38:49.640305+0000 mgr.a (mgr.24293) 9161 : cluster 0 pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:38:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:50 smithi027 bash[31536]: cluster 2023-12-07T13:38:49.640305+0000 mgr.a (mgr.24293) 9161 : cluster 0 pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:38:52.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:52.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:52.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:52 smithi044 bash[32620]: cluster 2023-12-07T13:38:51.641108+0000 mgr.a (mgr.24293) 9162 : cluster 0 pgmap v6847: 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-07T13:38:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:52 smithi022 bash[28554]: cluster 2023-12-07T13:38:51.641108+0000 mgr.a (mgr.24293) 9162 : cluster 0 pgmap v6847: 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-07T13:38:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:52 smithi027 bash[31536]: cluster 2023-12-07T13:38:51.641108+0000 mgr.a (mgr.24293) 9162 : cluster 0 pgmap v6847: 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-07T13:38:53.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:53 smithi044 bash[32620]: audit 2023-12-07T13:38:52.907093+0000 mgr.a (mgr.24293) 9163 : audit 0 from='client.188622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:53 smithi022 bash[28554]: audit 2023-12-07T13:38:52.907093+0000 mgr.a (mgr.24293) 9163 : audit 0 from='client.188622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:53 smithi027 bash[31536]: audit 2023-12-07T13:38:52.907093+0000 mgr.a (mgr.24293) 9163 : audit 0 from='client.188622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:54 smithi044 bash[32620]: cluster 2023-12-07T13:38:53.641960+0000 mgr.a (mgr.24293) 9164 : 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-07T13:38:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:54 smithi022 bash[28554]: cluster 2023-12-07T13:38:53.641960+0000 mgr.a (mgr.24293) 9164 : 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-07T13:38:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:54 smithi027 bash[31536]: cluster 2023-12-07T13:38:53.641960+0000 mgr.a (mgr.24293) 9164 : 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-07T13:38:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:55 smithi044 bash[32620]: audit 2023-12-07T13:38:54.774757+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:38:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:55 smithi044 bash[32620]: audit 2023-12-07T13:38:55.568344+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:38:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:55 smithi044 bash[32620]: audit 2023-12-07T13:38:55.570302+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:38:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:55 smithi044 bash[32620]: audit 2023-12-07T13:38:55.580554+0000 mon.a (mon.0) 1722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:38:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:55 smithi022 bash[28554]: audit 2023-12-07T13:38:54.774757+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:38:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:55 smithi022 bash[28554]: audit 2023-12-07T13:38:55.568344+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:38:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:55 smithi022 bash[28554]: audit 2023-12-07T13:38:55.570302+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:38:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:55 smithi022 bash[28554]: audit 2023-12-07T13:38:55.580554+0000 mon.a (mon.0) 1722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:38:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:55 smithi027 bash[31536]: audit 2023-12-07T13:38:54.774757+0000 mon.a (mon.0) 1719 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:38:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:55 smithi027 bash[31536]: audit 2023-12-07T13:38:55.568344+0000 mon.a (mon.0) 1720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:38:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:55 smithi027 bash[31536]: audit 2023-12-07T13:38:55.570302+0000 mon.a (mon.0) 1721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:38:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:55 smithi027 bash[31536]: audit 2023-12-07T13:38:55.580554+0000 mon.a (mon.0) 1722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:38:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:56 smithi044 bash[32620]: cluster 2023-12-07T13:38:55.642816+0000 mgr.a (mgr.24293) 9165 : 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-07T13:38:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:56 smithi022 bash[28554]: cluster 2023-12-07T13:38:55.642816+0000 mgr.a (mgr.24293) 9165 : 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-07T13:38:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:56 smithi027 bash[31536]: cluster 2023-12-07T13:38:55.642816+0000 mgr.a (mgr.24293) 9165 : 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-07T13:38:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:38:58.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:58.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:58 smithi022 bash[28554]: cluster 2023-12-07T13:38:57.643511+0000 mgr.a (mgr.24293) 9166 : 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-07T13:38:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:58 smithi044 bash[32620]: cluster 2023-12-07T13:38:57.643511+0000 mgr.a (mgr.24293) 9166 : 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-07T13:38:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:58 smithi027 bash[31536]: cluster 2023-12-07T13:38:57.643511+0000 mgr.a (mgr.24293) 9166 : 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-07T13:38:59.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:38:59.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:59.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:59.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:59.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:38:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:38:59 smithi044 bash[32620]: audit 2023-12-07T13:38:58.861315+0000 mgr.a (mgr.24293) 9167 : audit 0 from='client.188697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:38:59 smithi022 bash[28554]: audit 2023-12-07T13:38:58.861315+0000 mgr.a (mgr.24293) 9167 : audit 0 from='client.188697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:38:59 smithi027 bash[31536]: audit 2023-12-07T13:38:58.861315+0000 mgr.a (mgr.24293) 9167 : audit 0 from='client.188697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:00 smithi022 bash[28554]: cluster 2023-12-07T13:38:59.644260+0000 mgr.a (mgr.24293) 9168 : 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-07T13:39:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:00 smithi044 bash[32620]: cluster 2023-12-07T13:38:59.644260+0000 mgr.a (mgr.24293) 9168 : 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-07T13:39:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:00 smithi027 bash[31536]: cluster 2023-12-07T13:38:59.644260+0000 mgr.a (mgr.24293) 9168 : 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-07T13:39:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:02 smithi044 bash[32620]: cluster 2023-12-07T13:39:01.645083+0000 mgr.a (mgr.24293) 9169 : cluster 0 pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:02 smithi022 bash[28554]: cluster 2023-12-07T13:39:01.645083+0000 mgr.a (mgr.24293) 9169 : cluster 0 pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:02 smithi027 bash[31536]: cluster 2023-12-07T13:39:01.645083+0000 mgr.a (mgr.24293) 9169 : cluster 0 pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:04.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:04.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:04.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:04 smithi022 bash[28554]: cluster 2023-12-07T13:39:03.645649+0000 mgr.a (mgr.24293) 9170 : cluster 0 pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:04 smithi044 bash[32620]: cluster 2023-12-07T13:39:03.645649+0000 mgr.a (mgr.24293) 9170 : cluster 0 pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:04 smithi027 bash[31536]: cluster 2023-12-07T13:39:03.645649+0000 mgr.a (mgr.24293) 9170 : cluster 0 pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:05.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:05.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:05.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:05.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:05.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:05 smithi044 bash[32620]: audit 2023-12-07T13:39:04.800645+0000 mgr.a (mgr.24293) 9171 : audit 0 from='client.188772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:05 smithi022 bash[28554]: audit 2023-12-07T13:39:04.800645+0000 mgr.a (mgr.24293) 9171 : audit 0 from='client.188772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:05 smithi027 bash[31536]: audit 2023-12-07T13:39:04.800645+0000 mgr.a (mgr.24293) 9171 : audit 0 from='client.188772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:06 smithi022 bash[28554]: cluster 2023-12-07T13:39:05.646545+0000 mgr.a (mgr.24293) 9172 : cluster 0 pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:06 smithi044 bash[32620]: cluster 2023-12-07T13:39:05.646545+0000 mgr.a (mgr.24293) 9172 : cluster 0 pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:06 smithi027 bash[31536]: cluster 2023-12-07T13:39:05.646545+0000 mgr.a (mgr.24293) 9172 : cluster 0 pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:08 smithi044 bash[32620]: cluster 2023-12-07T13:39:07.647104+0000 mgr.a (mgr.24293) 9173 : cluster 0 pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:08 smithi022 bash[28554]: cluster 2023-12-07T13:39:07.647104+0000 mgr.a (mgr.24293) 9173 : cluster 0 pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:08 smithi027 bash[31536]: cluster 2023-12-07T13:39:07.647104+0000 mgr.a (mgr.24293) 9173 : cluster 0 pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:10.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:10.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:10.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:10 smithi022 bash[28554]: cluster 2023-12-07T13:39:09.647696+0000 mgr.a (mgr.24293) 9174 : cluster 0 pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:10 smithi044 bash[32620]: cluster 2023-12-07T13:39:09.647696+0000 mgr.a (mgr.24293) 9174 : cluster 0 pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:10 smithi027 bash[31536]: cluster 2023-12-07T13:39:09.647696+0000 mgr.a (mgr.24293) 9174 : cluster 0 pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:11.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:11.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:11.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:11.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:11.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:11 smithi022 bash[28554]: audit 2023-12-07T13:39:10.753752+0000 mgr.a (mgr.24293) 9175 : audit 0 from='client.188850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:11 smithi044 bash[32620]: audit 2023-12-07T13:39:10.753752+0000 mgr.a (mgr.24293) 9175 : audit 0 from='client.188850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:11 smithi027 bash[31536]: audit 2023-12-07T13:39:10.753752+0000 mgr.a (mgr.24293) 9175 : audit 0 from='client.188850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:12 smithi044 bash[32620]: cluster 2023-12-07T13:39:11.648652+0000 mgr.a (mgr.24293) 9176 : 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-07T13:39:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:12 smithi022 bash[28554]: cluster 2023-12-07T13:39:11.648652+0000 mgr.a (mgr.24293) 9176 : 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-07T13:39:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:12 smithi027 bash[31536]: cluster 2023-12-07T13:39:11.648652+0000 mgr.a (mgr.24293) 9176 : 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-07T13:39:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:14 smithi044 bash[32620]: cluster 2023-12-07T13:39:13.649335+0000 mgr.a (mgr.24293) 9177 : cluster 0 pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:14 smithi022 bash[28554]: cluster 2023-12-07T13:39:13.649335+0000 mgr.a (mgr.24293) 9177 : cluster 0 pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:14 smithi027 bash[31536]: cluster 2023-12-07T13:39:13.649335+0000 mgr.a (mgr.24293) 9177 : cluster 0 pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:16.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:16.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:16.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:16 smithi022 bash[28554]: cluster 2023-12-07T13:39:15.650251+0000 mgr.a (mgr.24293) 9178 : cluster 0 pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:16 smithi044 bash[32620]: cluster 2023-12-07T13:39:15.650251+0000 mgr.a (mgr.24293) 9178 : cluster 0 pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:16 smithi027 bash[31536]: cluster 2023-12-07T13:39:15.650251+0000 mgr.a (mgr.24293) 9178 : cluster 0 pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:17.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:17.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:17.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:17.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:17.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:18.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:17 smithi022 bash[28554]: audit 2023-12-07T13:39:16.693689+0000 mgr.a (mgr.24293) 9179 : audit 0 from='client.188928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:17 smithi044 bash[32620]: audit 2023-12-07T13:39:16.693689+0000 mgr.a (mgr.24293) 9179 : audit 0 from='client.188928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:17 smithi027 bash[31536]: audit 2023-12-07T13:39:16.693689+0000 mgr.a (mgr.24293) 9179 : audit 0 from='client.188928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:18 smithi022 bash[28554]: cluster 2023-12-07T13:39:17.650958+0000 mgr.a (mgr.24293) 9180 : cluster 0 pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:18 smithi044 bash[32620]: cluster 2023-12-07T13:39:17.650958+0000 mgr.a (mgr.24293) 9180 : cluster 0 pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:18 smithi027 bash[31536]: cluster 2023-12-07T13:39:17.650958+0000 mgr.a (mgr.24293) 9180 : cluster 0 pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:20 smithi044 bash[32620]: cluster 2023-12-07T13:39:19.651520+0000 mgr.a (mgr.24293) 9181 : cluster 0 pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:20 smithi022 bash[28554]: cluster 2023-12-07T13:39:19.651520+0000 mgr.a (mgr.24293) 9181 : cluster 0 pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:20 smithi027 bash[31536]: cluster 2023-12-07T13:39:19.651520+0000 mgr.a (mgr.24293) 9181 : cluster 0 pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:22.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:22.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:22.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:23.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:23.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:23.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:23.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:23.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:22 smithi044 bash[32620]: cluster 2023-12-07T13:39:21.652261+0000 mgr.a (mgr.24293) 9182 : cluster 0 pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:22 smithi022 bash[28554]: cluster 2023-12-07T13:39:21.652261+0000 mgr.a (mgr.24293) 9182 : cluster 0 pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:22 smithi027 bash[31536]: cluster 2023-12-07T13:39:21.652261+0000 mgr.a (mgr.24293) 9182 : cluster 0 pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:23 smithi044 bash[32620]: audit 2023-12-07T13:39:22.620127+0000 mgr.a (mgr.24293) 9183 : audit 0 from='client.189006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:23 smithi022 bash[28554]: audit 2023-12-07T13:39:22.620127+0000 mgr.a (mgr.24293) 9183 : audit 0 from='client.189006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:23 smithi027 bash[31536]: audit 2023-12-07T13:39:22.620127+0000 mgr.a (mgr.24293) 9183 : audit 0 from='client.189006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:24 smithi044 bash[32620]: cluster 2023-12-07T13:39:23.652670+0000 mgr.a (mgr.24293) 9184 : 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-07T13:39:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:24 smithi022 bash[28554]: cluster 2023-12-07T13:39:23.652670+0000 mgr.a (mgr.24293) 9184 : 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-07T13:39:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:24 smithi027 bash[31536]: cluster 2023-12-07T13:39:23.652670+0000 mgr.a (mgr.24293) 9184 : 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-07T13:39:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:26 smithi044 bash[32620]: cluster 2023-12-07T13:39:25.653328+0000 mgr.a (mgr.24293) 9185 : 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-07T13:39:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:26 smithi022 bash[28554]: cluster 2023-12-07T13:39:25.653328+0000 mgr.a (mgr.24293) 9185 : 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-07T13:39:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:26 smithi027 bash[31536]: cluster 2023-12-07T13:39:25.653328+0000 mgr.a (mgr.24293) 9185 : 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-07T13:39:28.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:28.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:28.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:28 smithi044 bash[32620]: cluster 2023-12-07T13:39:27.653908+0000 mgr.a (mgr.24293) 9186 : 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-07T13:39:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:28 smithi022 bash[28554]: cluster 2023-12-07T13:39:27.653908+0000 mgr.a (mgr.24293) 9186 : 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-07T13:39:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:28 smithi027 bash[31536]: cluster 2023-12-07T13:39:27.653908+0000 mgr.a (mgr.24293) 9186 : 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-07T13:39:29.072 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:29.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:29.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:29.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:29.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:29 smithi044 bash[32620]: audit 2023-12-07T13:39:28.551761+0000 mgr.a (mgr.24293) 9187 : audit 0 from='client.189078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:29 smithi022 bash[28554]: audit 2023-12-07T13:39:28.551761+0000 mgr.a (mgr.24293) 9187 : audit 0 from='client.189078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:29 smithi027 bash[31536]: audit 2023-12-07T13:39:28.551761+0000 mgr.a (mgr.24293) 9187 : audit 0 from='client.189078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:30 smithi044 bash[32620]: cluster 2023-12-07T13:39:29.654657+0000 mgr.a (mgr.24293) 9188 : 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-07T13:39:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:30 smithi022 bash[28554]: cluster 2023-12-07T13:39:29.654657+0000 mgr.a (mgr.24293) 9188 : 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-07T13:39:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:30 smithi027 bash[31536]: cluster 2023-12-07T13:39:29.654657+0000 mgr.a (mgr.24293) 9188 : 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-07T13:39:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:32 smithi044 bash[32620]: cluster 2023-12-07T13:39:31.655488+0000 mgr.a (mgr.24293) 9189 : cluster 0 pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:32 smithi022 bash[28554]: cluster 2023-12-07T13:39:31.655488+0000 mgr.a (mgr.24293) 9189 : cluster 0 pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:32 smithi027 bash[31536]: cluster 2023-12-07T13:39:31.655488+0000 mgr.a (mgr.24293) 9189 : cluster 0 pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:34.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:34.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:34.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:35.003 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:35.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:35.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:35.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:35.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:34 smithi022 bash[28554]: cluster 2023-12-07T13:39:33.656103+0000 mgr.a (mgr.24293) 9190 : cluster 0 pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:34 smithi044 bash[32620]: cluster 2023-12-07T13:39:33.656103+0000 mgr.a (mgr.24293) 9190 : cluster 0 pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:34 smithi027 bash[31536]: cluster 2023-12-07T13:39:33.656103+0000 mgr.a (mgr.24293) 9190 : cluster 0 pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:35 smithi044 bash[32620]: audit 2023-12-07T13:39:34.482896+0000 mgr.a (mgr.24293) 9191 : audit 0 from='client.189153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:35 smithi022 bash[28554]: audit 2023-12-07T13:39:34.482896+0000 mgr.a (mgr.24293) 9191 : audit 0 from='client.189153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:35 smithi027 bash[31536]: audit 2023-12-07T13:39:34.482896+0000 mgr.a (mgr.24293) 9191 : audit 0 from='client.189153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:37.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:36 smithi022 bash[28554]: cluster 2023-12-07T13:39:35.656993+0000 mgr.a (mgr.24293) 9192 : cluster 0 pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:36 smithi044 bash[32620]: cluster 2023-12-07T13:39:35.656993+0000 mgr.a (mgr.24293) 9192 : cluster 0 pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:36 smithi027 bash[31536]: cluster 2023-12-07T13:39:35.656993+0000 mgr.a (mgr.24293) 9192 : cluster 0 pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:38 smithi044 bash[32620]: cluster 2023-12-07T13:39:37.657555+0000 mgr.a (mgr.24293) 9193 : cluster 0 pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:38 smithi022 bash[28554]: cluster 2023-12-07T13:39:37.657555+0000 mgr.a (mgr.24293) 9193 : cluster 0 pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:38 smithi027 bash[31536]: cluster 2023-12-07T13:39:37.657555+0000 mgr.a (mgr.24293) 9193 : cluster 0 pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:40.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:40.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:40.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:40.963 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:40.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:40.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:40.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:40.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:40 smithi044 bash[32620]: cluster 2023-12-07T13:39:39.658149+0000 mgr.a (mgr.24293) 9194 : cluster 0 pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:40 smithi022 bash[28554]: cluster 2023-12-07T13:39:39.658149+0000 mgr.a (mgr.24293) 9194 : cluster 0 pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:40 smithi027 bash[31536]: cluster 2023-12-07T13:39:39.658149+0000 mgr.a (mgr.24293) 9194 : cluster 0 pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:41 smithi044 bash[32620]: audit 2023-12-07T13:39:40.420929+0000 mgr.a (mgr.24293) 9195 : audit 0 from='client.189225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:41 smithi022 bash[28554]: audit 2023-12-07T13:39:40.420929+0000 mgr.a (mgr.24293) 9195 : audit 0 from='client.189225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:41 smithi027 bash[31536]: audit 2023-12-07T13:39:40.420929+0000 mgr.a (mgr.24293) 9195 : audit 0 from='client.189225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:42 smithi044 bash[32620]: cluster 2023-12-07T13:39:41.659313+0000 mgr.a (mgr.24293) 9196 : 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-07T13:39:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:42 smithi022 bash[28554]: cluster 2023-12-07T13:39:41.659313+0000 mgr.a (mgr.24293) 9196 : 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-07T13:39:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:42 smithi027 bash[31536]: cluster 2023-12-07T13:39:41.659313+0000 mgr.a (mgr.24293) 9196 : 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-07T13:39:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:44 smithi044 bash[32620]: cluster 2023-12-07T13:39:43.659978+0000 mgr.a (mgr.24293) 9197 : cluster 0 pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:44 smithi022 bash[28554]: cluster 2023-12-07T13:39:43.659978+0000 mgr.a (mgr.24293) 9197 : cluster 0 pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:44 smithi027 bash[31536]: cluster 2023-12-07T13:39:43.659978+0000 mgr.a (mgr.24293) 9197 : cluster 0 pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:45.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:45.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:45.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:46.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:46.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:46.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:46.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:46.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:46 smithi022 bash[28554]: cluster 2023-12-07T13:39:45.660893+0000 mgr.a (mgr.24293) 9198 : cluster 0 pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:46 smithi044 bash[32620]: cluster 2023-12-07T13:39:45.660893+0000 mgr.a (mgr.24293) 9198 : cluster 0 pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:46 smithi027 bash[31536]: cluster 2023-12-07T13:39:45.660893+0000 mgr.a (mgr.24293) 9198 : cluster 0 pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:47 smithi044 bash[32620]: audit 2023-12-07T13:39:46.380785+0000 mgr.a (mgr.24293) 9199 : audit 0 from='client.189300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:47 smithi022 bash[28554]: audit 2023-12-07T13:39:46.380785+0000 mgr.a (mgr.24293) 9199 : audit 0 from='client.189300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:47 smithi027 bash[31536]: audit 2023-12-07T13:39:46.380785+0000 mgr.a (mgr.24293) 9199 : audit 0 from='client.189300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:48 smithi022 bash[28554]: cluster 2023-12-07T13:39:47.661618+0000 mgr.a (mgr.24293) 9200 : cluster 0 pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:48 smithi044 bash[32620]: cluster 2023-12-07T13:39:47.661618+0000 mgr.a (mgr.24293) 9200 : cluster 0 pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:48 smithi027 bash[31536]: cluster 2023-12-07T13:39:47.661618+0000 mgr.a (mgr.24293) 9200 : cluster 0 pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:50 smithi044 bash[32620]: cluster 2023-12-07T13:39:49.662200+0000 mgr.a (mgr.24293) 9201 : cluster 0 pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:50 smithi022 bash[28554]: cluster 2023-12-07T13:39:49.662200+0000 mgr.a (mgr.24293) 9201 : cluster 0 pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:50 smithi027 bash[31536]: cluster 2023-12-07T13:39:49.662200+0000 mgr.a (mgr.24293) 9201 : cluster 0 pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:51.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:52.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:52.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:52 smithi044 bash[32620]: cluster 2023-12-07T13:39:51.662991+0000 mgr.a (mgr.24293) 9202 : cluster 0 pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:52 smithi022 bash[28554]: cluster 2023-12-07T13:39:51.662991+0000 mgr.a (mgr.24293) 9202 : cluster 0 pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:52 smithi027 bash[31536]: cluster 2023-12-07T13:39:51.662991+0000 mgr.a (mgr.24293) 9202 : cluster 0 pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:53 smithi044 bash[32620]: audit 2023-12-07T13:39:52.326609+0000 mgr.a (mgr.24293) 9203 : audit 0 from='client.189375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:53 smithi022 bash[28554]: audit 2023-12-07T13:39:52.326609+0000 mgr.a (mgr.24293) 9203 : audit 0 from='client.189375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:53 smithi027 bash[31536]: audit 2023-12-07T13:39:52.326609+0000 mgr.a (mgr.24293) 9203 : audit 0 from='client.189375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:54 smithi022 bash[28554]: cluster 2023-12-07T13:39:53.663886+0000 mgr.a (mgr.24293) 9204 : 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-07T13:39:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:54 smithi044 bash[32620]: cluster 2023-12-07T13:39:53.663886+0000 mgr.a (mgr.24293) 9204 : 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-07T13:39:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:54 smithi027 bash[31536]: cluster 2023-12-07T13:39:53.663886+0000 mgr.a (mgr.24293) 9204 : 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-07T13:39:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:55 smithi044 bash[32620]: audit 2023-12-07T13:39:55.683421+0000 mon.a (mon.0) 1723 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:39:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:55 smithi022 bash[28554]: audit 2023-12-07T13:39:55.683421+0000 mon.a (mon.0) 1723 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:39:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:55 smithi027 bash[31536]: audit 2023-12-07T13:39:55.683421+0000 mon.a (mon.0) 1723 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:39:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:56 smithi044 bash[32620]: cluster 2023-12-07T13:39:55.664746+0000 mgr.a (mgr.24293) 9205 : 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-07T13:39:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:56 smithi022 bash[28554]: cluster 2023-12-07T13:39:55.664746+0000 mgr.a (mgr.24293) 9205 : 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-07T13:39:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:56 smithi027 bash[31536]: cluster 2023-12-07T13:39:55.664746+0000 mgr.a (mgr.24293) 9205 : 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-07T13:39:57.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:39:57.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:57.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:58.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:39:58.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:58.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:58.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:58.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:39:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:58 smithi022 bash[28554]: cluster 2023-12-07T13:39:57.665437+0000 mgr.a (mgr.24293) 9206 : 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-07T13:39:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:39:58 smithi022 bash[28554]: audit 2023-12-07T13:39:58.258672+0000 mgr.a (mgr.24293) 9207 : audit 0 from='client.189450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:58 smithi044 bash[32620]: cluster 2023-12-07T13:39:57.665437+0000 mgr.a (mgr.24293) 9206 : 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-07T13:39:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:39:58 smithi044 bash[32620]: audit 2023-12-07T13:39:58.258672+0000 mgr.a (mgr.24293) 9207 : audit 0 from='client.189450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:58 smithi027 bash[31536]: cluster 2023-12-07T13:39:57.665437+0000 mgr.a (mgr.24293) 9206 : 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-07T13:39:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:39:58 smithi027 bash[31536]: audit 2023-12-07T13:39:58.258672+0000 mgr.a (mgr.24293) 9207 : audit 0 from='client.189450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:00 smithi022 bash[28554]: cluster 2023-12-07T13:39:59.666330+0000 mgr.a (mgr.24293) 9208 : 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-07T13:40:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:00 smithi022 bash[28554]: cluster 2023-12-07T13:40:00.000161+0000 mon.a (mon.0) 1724 : cluster 1 overall HEALTH_OK 2023-12-07T13:40:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:00 smithi044 bash[32620]: cluster 2023-12-07T13:39:59.666330+0000 mgr.a (mgr.24293) 9208 : 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-07T13:40:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:00 smithi044 bash[32620]: cluster 2023-12-07T13:40:00.000161+0000 mon.a (mon.0) 1724 : cluster 1 overall HEALTH_OK 2023-12-07T13:40:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:00 smithi027 bash[31536]: cluster 2023-12-07T13:39:59.666330+0000 mgr.a (mgr.24293) 9208 : 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-07T13:40:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:00 smithi027 bash[31536]: cluster 2023-12-07T13:40:00.000161+0000 mon.a (mon.0) 1724 : cluster 1 overall HEALTH_OK 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.053840+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.061025+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.090881+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.097060+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.102946+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.108260+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.846426+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.848465+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:40:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:02 smithi022 bash[28554]: audit 2023-12-07T13:40:01.858205+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.053840+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.061025+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.090881+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.097060+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.102946+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.108260+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.846426+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.848465+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:40:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:02 smithi044 bash[32620]: audit 2023-12-07T13:40:01.858205+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.053840+0000 mon.a (mon.0) 1725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.061025+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.090881+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.097060+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.102946+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.108260+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.846426+0000 mon.a (mon.0) 1731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:40:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.848465+0000 mon.a (mon.0) 1732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:40:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:02 smithi027 bash[31536]: audit 2023-12-07T13:40:01.858205+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:40:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:03 smithi022 bash[28554]: cluster 2023-12-07T13:40:01.666930+0000 mgr.a (mgr.24293) 9209 : 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-07T13:40:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:03 smithi044 bash[32620]: cluster 2023-12-07T13:40:01.666930+0000 mgr.a (mgr.24293) 9209 : 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-07T13:40:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:03 smithi027 bash[31536]: cluster 2023-12-07T13:40:01.666930+0000 mgr.a (mgr.24293) 9209 : 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-07T13:40:03.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:03.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:03.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:04.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:04.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:04.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:04.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:04.744 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:05 smithi022 bash[28554]: cluster 2023-12-07T13:40:03.667667+0000 mgr.a (mgr.24293) 9210 : 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-07T13:40:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:05 smithi022 bash[28554]: audit 2023-12-07T13:40:04.211683+0000 mgr.a (mgr.24293) 9211 : audit 0 from='client.189528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:05 smithi044 bash[32620]: cluster 2023-12-07T13:40:03.667667+0000 mgr.a (mgr.24293) 9210 : 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-07T13:40:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:05 smithi044 bash[32620]: audit 2023-12-07T13:40:04.211683+0000 mgr.a (mgr.24293) 9211 : audit 0 from='client.189528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:05.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:05 smithi027 bash[31536]: cluster 2023-12-07T13:40:03.667667+0000 mgr.a (mgr.24293) 9210 : 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-07T13:40:05.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:05 smithi027 bash[31536]: audit 2023-12-07T13:40:04.211683+0000 mgr.a (mgr.24293) 9211 : audit 0 from='client.189528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:07 smithi022 bash[28554]: cluster 2023-12-07T13:40:05.668673+0000 mgr.a (mgr.24293) 9212 : cluster 0 pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:07 smithi044 bash[32620]: cluster 2023-12-07T13:40:05.668673+0000 mgr.a (mgr.24293) 9212 : cluster 0 pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:07 smithi027 bash[31536]: cluster 2023-12-07T13:40:05.668673+0000 mgr.a (mgr.24293) 9212 : cluster 0 pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:08 smithi044 bash[32620]: cluster 2023-12-07T13:40:07.669221+0000 mgr.a (mgr.24293) 9213 : cluster 0 pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:08 smithi022 bash[28554]: cluster 2023-12-07T13:40:07.669221+0000 mgr.a (mgr.24293) 9213 : cluster 0 pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:08 smithi027 bash[31536]: cluster 2023-12-07T13:40:07.669221+0000 mgr.a (mgr.24293) 9213 : cluster 0 pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:09.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:09.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:09.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:10.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:10.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:10.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:10.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:10.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:10 smithi044 bash[32620]: cluster 2023-12-07T13:40:09.669916+0000 mgr.a (mgr.24293) 9214 : cluster 0 pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:10 smithi044 bash[32620]: audit 2023-12-07T13:40:10.158051+0000 mgr.a (mgr.24293) 9215 : audit 0 from='client.189606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:10 smithi022 bash[28554]: cluster 2023-12-07T13:40:09.669916+0000 mgr.a (mgr.24293) 9214 : cluster 0 pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:10 smithi022 bash[28554]: audit 2023-12-07T13:40:10.158051+0000 mgr.a (mgr.24293) 9215 : audit 0 from='client.189606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:10 smithi027 bash[31536]: cluster 2023-12-07T13:40:09.669916+0000 mgr.a (mgr.24293) 9214 : cluster 0 pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:10 smithi027 bash[31536]: audit 2023-12-07T13:40:10.158051+0000 mgr.a (mgr.24293) 9215 : audit 0 from='client.189606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:12 smithi044 bash[32620]: cluster 2023-12-07T13:40:11.671178+0000 mgr.a (mgr.24293) 9216 : cluster 0 pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:40:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:12 smithi022 bash[28554]: cluster 2023-12-07T13:40:11.671178+0000 mgr.a (mgr.24293) 9216 : cluster 0 pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:40:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:12 smithi027 bash[31536]: cluster 2023-12-07T13:40:11.671178+0000 mgr.a (mgr.24293) 9216 : cluster 0 pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:40:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:14 smithi044 bash[32620]: cluster 2023-12-07T13:40:13.671872+0000 mgr.a (mgr.24293) 9217 : cluster 0 pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:40:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:14 smithi022 bash[28554]: cluster 2023-12-07T13:40:13.671872+0000 mgr.a (mgr.24293) 9217 : cluster 0 pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:40:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:14 smithi027 bash[31536]: cluster 2023-12-07T13:40:13.671872+0000 mgr.a (mgr.24293) 9217 : cluster 0 pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:40:15.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:15.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:15.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:16.646 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:16.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:16.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:16.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:16.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:16 smithi022 bash[28554]: cluster 2023-12-07T13:40:15.672616+0000 mgr.a (mgr.24293) 9218 : 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-07T13:40:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:16 smithi022 bash[28554]: audit 2023-12-07T13:40:16.091596+0000 mgr.a (mgr.24293) 9219 : audit 0 from='client.189681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:16 smithi044 bash[32620]: cluster 2023-12-07T13:40:15.672616+0000 mgr.a (mgr.24293) 9218 : 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-07T13:40:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:16 smithi044 bash[32620]: audit 2023-12-07T13:40:16.091596+0000 mgr.a (mgr.24293) 9219 : audit 0 from='client.189681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:16 smithi027 bash[31536]: cluster 2023-12-07T13:40:15.672616+0000 mgr.a (mgr.24293) 9218 : 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-07T13:40:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:16 smithi027 bash[31536]: audit 2023-12-07T13:40:16.091596+0000 mgr.a (mgr.24293) 9219 : audit 0 from='client.189681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:18 smithi044 bash[32620]: cluster 2023-12-07T13:40:17.673376+0000 mgr.a (mgr.24293) 9220 : cluster 0 pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:18 smithi022 bash[28554]: cluster 2023-12-07T13:40:17.673376+0000 mgr.a (mgr.24293) 9220 : cluster 0 pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:18 smithi027 bash[31536]: cluster 2023-12-07T13:40:17.673376+0000 mgr.a (mgr.24293) 9220 : cluster 0 pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:20 smithi022 bash[28554]: cluster 2023-12-07T13:40:19.673914+0000 mgr.a (mgr.24293) 9221 : cluster 0 pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:20 smithi044 bash[32620]: cluster 2023-12-07T13:40:19.673914+0000 mgr.a (mgr.24293) 9221 : cluster 0 pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:20 smithi027 bash[31536]: cluster 2023-12-07T13:40:19.673914+0000 mgr.a (mgr.24293) 9221 : cluster 0 pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:21.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:21.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:21.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:22.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:22.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:22.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:22.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:22.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:22 smithi022 bash[28554]: cluster 2023-12-07T13:40:21.674748+0000 mgr.a (mgr.24293) 9222 : cluster 0 pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:22 smithi022 bash[28554]: audit 2023-12-07T13:40:22.062670+0000 mgr.a (mgr.24293) 9223 : audit 0 from='client.160840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:22 smithi044 bash[32620]: cluster 2023-12-07T13:40:21.674748+0000 mgr.a (mgr.24293) 9222 : cluster 0 pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:22 smithi044 bash[32620]: audit 2023-12-07T13:40:22.062670+0000 mgr.a (mgr.24293) 9223 : audit 0 from='client.160840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:22 smithi027 bash[31536]: cluster 2023-12-07T13:40:21.674748+0000 mgr.a (mgr.24293) 9222 : cluster 0 pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:22 smithi027 bash[31536]: audit 2023-12-07T13:40:22.062670+0000 mgr.a (mgr.24293) 9223 : audit 0 from='client.160840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:24 smithi044 bash[32620]: cluster 2023-12-07T13:40:23.675475+0000 mgr.a (mgr.24293) 9224 : cluster 0 pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:40:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:24 smithi022 bash[28554]: cluster 2023-12-07T13:40:23.675475+0000 mgr.a (mgr.24293) 9224 : cluster 0 pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:40:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:24 smithi027 bash[31536]: cluster 2023-12-07T13:40:23.675475+0000 mgr.a (mgr.24293) 9224 : cluster 0 pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:40:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:26 smithi044 bash[32620]: cluster 2023-12-07T13:40:25.676303+0000 mgr.a (mgr.24293) 9225 : cluster 0 pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:40:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:26 smithi022 bash[28554]: cluster 2023-12-07T13:40:25.676303+0000 mgr.a (mgr.24293) 9225 : cluster 0 pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:40:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:26 smithi027 bash[31536]: cluster 2023-12-07T13:40:25.676303+0000 mgr.a (mgr.24293) 9225 : cluster 0 pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:40:27.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:27.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:27.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:28.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:28 smithi022 bash[28554]: cluster 2023-12-07T13:40:27.676902+0000 mgr.a (mgr.24293) 9226 : 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-07T13:40:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:28 smithi022 bash[28554]: audit 2023-12-07T13:40:28.016639+0000 mgr.a (mgr.24293) 9227 : audit 0 from='client.189825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:28 smithi044 bash[32620]: cluster 2023-12-07T13:40:27.676902+0000 mgr.a (mgr.24293) 9226 : 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-07T13:40:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:28 smithi044 bash[32620]: audit 2023-12-07T13:40:28.016639+0000 mgr.a (mgr.24293) 9227 : audit 0 from='client.189825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:28 smithi027 bash[31536]: cluster 2023-12-07T13:40:27.676902+0000 mgr.a (mgr.24293) 9226 : 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-07T13:40:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:28 smithi027 bash[31536]: audit 2023-12-07T13:40:28.016639+0000 mgr.a (mgr.24293) 9227 : audit 0 from='client.189825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:30 smithi022 bash[28554]: cluster 2023-12-07T13:40:29.677675+0000 mgr.a (mgr.24293) 9228 : 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-07T13:40:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:30 smithi044 bash[32620]: cluster 2023-12-07T13:40:29.677675+0000 mgr.a (mgr.24293) 9228 : 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-07T13:40:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:30 smithi027 bash[31536]: cluster 2023-12-07T13:40:29.677675+0000 mgr.a (mgr.24293) 9228 : 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-07T13:40:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:32 smithi044 bash[32620]: cluster 2023-12-07T13:40:31.678527+0000 mgr.a (mgr.24293) 9229 : 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-07T13:40:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:32 smithi022 bash[28554]: cluster 2023-12-07T13:40:31.678527+0000 mgr.a (mgr.24293) 9229 : 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-07T13:40:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:32 smithi027 bash[31536]: cluster 2023-12-07T13:40:31.678527+0000 mgr.a (mgr.24293) 9229 : 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-07T13:40:33.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:33.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:33.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:34.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:34.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:34.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:34.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:34.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:34 smithi022 bash[28554]: cluster 2023-12-07T13:40:33.678977+0000 mgr.a (mgr.24293) 9230 : 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-07T13:40:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:34 smithi022 bash[28554]: audit 2023-12-07T13:40:33.947404+0000 mgr.a (mgr.24293) 9231 : audit 0 from='client.189900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:34 smithi044 bash[32620]: cluster 2023-12-07T13:40:33.678977+0000 mgr.a (mgr.24293) 9230 : 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-07T13:40:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:34 smithi044 bash[32620]: audit 2023-12-07T13:40:33.947404+0000 mgr.a (mgr.24293) 9231 : audit 0 from='client.189900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:34 smithi027 bash[31536]: cluster 2023-12-07T13:40:33.678977+0000 mgr.a (mgr.24293) 9230 : 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-07T13:40:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:34 smithi027 bash[31536]: audit 2023-12-07T13:40:33.947404+0000 mgr.a (mgr.24293) 9231 : audit 0 from='client.189900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:36 smithi022 bash[28554]: cluster 2023-12-07T13:40:35.679896+0000 mgr.a (mgr.24293) 9232 : cluster 0 pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:36 smithi044 bash[32620]: cluster 2023-12-07T13:40:35.679896+0000 mgr.a (mgr.24293) 9232 : cluster 0 pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:36 smithi027 bash[31536]: cluster 2023-12-07T13:40:35.679896+0000 mgr.a (mgr.24293) 9232 : cluster 0 pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:38 smithi022 bash[28554]: cluster 2023-12-07T13:40:37.680417+0000 mgr.a (mgr.24293) 9233 : cluster 0 pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:38 smithi044 bash[32620]: cluster 2023-12-07T13:40:37.680417+0000 mgr.a (mgr.24293) 9233 : cluster 0 pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:38 smithi027 bash[31536]: cluster 2023-12-07T13:40:37.680417+0000 mgr.a (mgr.24293) 9233 : cluster 0 pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:39.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:39.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:39.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:40.417 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:40.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:40.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:40.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:40.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:40 smithi022 bash[28554]: cluster 2023-12-07T13:40:39.680958+0000 mgr.a (mgr.24293) 9234 : cluster 0 pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:40 smithi022 bash[28554]: audit 2023-12-07T13:40:39.875221+0000 mgr.a (mgr.24293) 9235 : audit 0 from='client.189972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:40 smithi044 bash[32620]: cluster 2023-12-07T13:40:39.680958+0000 mgr.a (mgr.24293) 9234 : cluster 0 pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:40 smithi044 bash[32620]: audit 2023-12-07T13:40:39.875221+0000 mgr.a (mgr.24293) 9235 : audit 0 from='client.189972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:40 smithi027 bash[31536]: cluster 2023-12-07T13:40:39.680958+0000 mgr.a (mgr.24293) 9234 : cluster 0 pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:40 smithi027 bash[31536]: audit 2023-12-07T13:40:39.875221+0000 mgr.a (mgr.24293) 9235 : audit 0 from='client.189972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:42 smithi044 bash[32620]: cluster 2023-12-07T13:40:41.681850+0000 mgr.a (mgr.24293) 9236 : cluster 0 pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:42 smithi022 bash[28554]: cluster 2023-12-07T13:40:41.681850+0000 mgr.a (mgr.24293) 9236 : cluster 0 pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:42 smithi027 bash[31536]: cluster 2023-12-07T13:40:41.681850+0000 mgr.a (mgr.24293) 9236 : cluster 0 pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:44 smithi044 bash[32620]: cluster 2023-12-07T13:40:43.682434+0000 mgr.a (mgr.24293) 9237 : cluster 0 pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:44 smithi022 bash[28554]: cluster 2023-12-07T13:40:43.682434+0000 mgr.a (mgr.24293) 9237 : cluster 0 pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:44 smithi027 bash[31536]: cluster 2023-12-07T13:40:43.682434+0000 mgr.a (mgr.24293) 9237 : cluster 0 pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:45.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:45.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:45.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:46.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:46.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:46.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:46.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:46.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:46 smithi044 bash[32620]: cluster 2023-12-07T13:40:45.683182+0000 mgr.a (mgr.24293) 9238 : 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-07T13:40:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:46 smithi044 bash[32620]: audit 2023-12-07T13:40:45.822482+0000 mgr.a (mgr.24293) 9239 : audit 0 from='client.190050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:46 smithi022 bash[28554]: cluster 2023-12-07T13:40:45.683182+0000 mgr.a (mgr.24293) 9238 : 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-07T13:40:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:46 smithi022 bash[28554]: audit 2023-12-07T13:40:45.822482+0000 mgr.a (mgr.24293) 9239 : audit 0 from='client.190050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:46 smithi027 bash[31536]: cluster 2023-12-07T13:40:45.683182+0000 mgr.a (mgr.24293) 9238 : 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-07T13:40:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:46 smithi027 bash[31536]: audit 2023-12-07T13:40:45.822482+0000 mgr.a (mgr.24293) 9239 : audit 0 from='client.190050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:48 smithi022 bash[28554]: cluster 2023-12-07T13:40:47.683866+0000 mgr.a (mgr.24293) 9240 : cluster 0 pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:48 smithi044 bash[32620]: cluster 2023-12-07T13:40:47.683866+0000 mgr.a (mgr.24293) 9240 : cluster 0 pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:48 smithi027 bash[31536]: cluster 2023-12-07T13:40:47.683866+0000 mgr.a (mgr.24293) 9240 : cluster 0 pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:50 smithi044 bash[32620]: cluster 2023-12-07T13:40:49.684537+0000 mgr.a (mgr.24293) 9241 : cluster 0 pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:50 smithi022 bash[28554]: cluster 2023-12-07T13:40:49.684537+0000 mgr.a (mgr.24293) 9241 : cluster 0 pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:50 smithi027 bash[31536]: cluster 2023-12-07T13:40:49.684537+0000 mgr.a (mgr.24293) 9241 : cluster 0 pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:51.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:51.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:51.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:52.299 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:52.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:52.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:52.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:52.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:52 smithi044 bash[32620]: cluster 2023-12-07T13:40:51.685482+0000 mgr.a (mgr.24293) 9242 : cluster 0 pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:52 smithi044 bash[32620]: audit 2023-12-07T13:40:51.775019+0000 mgr.a (mgr.24293) 9243 : audit 0 from='client.190125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:52 smithi022 bash[28554]: cluster 2023-12-07T13:40:51.685482+0000 mgr.a (mgr.24293) 9242 : cluster 0 pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:52 smithi022 bash[28554]: audit 2023-12-07T13:40:51.775019+0000 mgr.a (mgr.24293) 9243 : audit 0 from='client.190125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:52 smithi027 bash[31536]: cluster 2023-12-07T13:40:51.685482+0000 mgr.a (mgr.24293) 9242 : cluster 0 pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:52 smithi027 bash[31536]: audit 2023-12-07T13:40:51.775019+0000 mgr.a (mgr.24293) 9243 : audit 0 from='client.190125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:54 smithi022 bash[28554]: cluster 2023-12-07T13:40:53.686203+0000 mgr.a (mgr.24293) 9244 : cluster 0 pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:54 smithi044 bash[32620]: cluster 2023-12-07T13:40:53.686203+0000 mgr.a (mgr.24293) 9244 : cluster 0 pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:54 smithi027 bash[31536]: cluster 2023-12-07T13:40:53.686203+0000 mgr.a (mgr.24293) 9244 : cluster 0 pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:56 smithi022 bash[28554]: cluster 2023-12-07T13:40:55.687035+0000 mgr.a (mgr.24293) 9245 : cluster 0 pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:56 smithi044 bash[32620]: cluster 2023-12-07T13:40:55.687035+0000 mgr.a (mgr.24293) 9245 : cluster 0 pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:56 smithi027 bash[31536]: cluster 2023-12-07T13:40:55.687035+0000 mgr.a (mgr.24293) 9245 : cluster 0 pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:57.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:40:57.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:57.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:58.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:40:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:40:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:58 smithi044 bash[32620]: cluster 2023-12-07T13:40:57.687623+0000 mgr.a (mgr.24293) 9246 : 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-07T13:40:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:40:58 smithi044 bash[32620]: audit 2023-12-07T13:40:57.713913+0000 mgr.a (mgr.24293) 9247 : audit 0 from='client.190200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:58 smithi022 bash[28554]: cluster 2023-12-07T13:40:57.687623+0000 mgr.a (mgr.24293) 9246 : 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-07T13:40:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:40:58 smithi022 bash[28554]: audit 2023-12-07T13:40:57.713913+0000 mgr.a (mgr.24293) 9247 : audit 0 from='client.190200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:58 smithi027 bash[31536]: cluster 2023-12-07T13:40:57.687623+0000 mgr.a (mgr.24293) 9246 : 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-07T13:40:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:40:58 smithi027 bash[31536]: audit 2023-12-07T13:40:57.713913+0000 mgr.a (mgr.24293) 9247 : audit 0 from='client.190200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:00 smithi044 bash[32620]: cluster 2023-12-07T13:40:59.688241+0000 mgr.a (mgr.24293) 9248 : 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-07T13:41:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:00 smithi022 bash[28554]: cluster 2023-12-07T13:40:59.688241+0000 mgr.a (mgr.24293) 9248 : 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-07T13:41:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:00 smithi027 bash[31536]: cluster 2023-12-07T13:40:59.688241+0000 mgr.a (mgr.24293) 9248 : 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-07T13:41:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:02 smithi044 bash[32620]: cluster 2023-12-07T13:41:01.689097+0000 mgr.a (mgr.24293) 9249 : 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-07T13:41:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:02 smithi044 bash[32620]: audit 2023-12-07T13:41:01.962658+0000 mon.a (mon.0) 1734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:41:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:02 smithi022 bash[28554]: cluster 2023-12-07T13:41:01.689097+0000 mgr.a (mgr.24293) 9249 : 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-07T13:41:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:02 smithi022 bash[28554]: audit 2023-12-07T13:41:01.962658+0000 mon.a (mon.0) 1734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:41:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:02 smithi027 bash[31536]: cluster 2023-12-07T13:41:01.689097+0000 mgr.a (mgr.24293) 9249 : 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-07T13:41:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:02 smithi027 bash[31536]: audit 2023-12-07T13:41:01.962658+0000 mon.a (mon.0) 1734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:41:03.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:03 smithi022 bash[28554]: audit 2023-12-07T13:41:02.760037+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:41:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:03 smithi022 bash[28554]: audit 2023-12-07T13:41:02.761594+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:41:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:03 smithi022 bash[28554]: audit 2023-12-07T13:41:02.769820+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:41:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:03 smithi044 bash[32620]: audit 2023-12-07T13:41:02.760037+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:41:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:03 smithi044 bash[32620]: audit 2023-12-07T13:41:02.761594+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:41:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:03 smithi044 bash[32620]: audit 2023-12-07T13:41:02.769820+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:41:04.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:04.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:04.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:04.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:04.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:03 smithi027 bash[31536]: audit 2023-12-07T13:41:02.760037+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:41:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:03 smithi027 bash[31536]: audit 2023-12-07T13:41:02.761594+0000 mon.a (mon.0) 1736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:41:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:03 smithi027 bash[31536]: audit 2023-12-07T13:41:02.769820+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:41:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:04 smithi022 bash[28554]: audit 2023-12-07T13:41:03.654676+0000 mgr.a (mgr.24293) 9250 : audit 0 from='client.190275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:04 smithi022 bash[28554]: cluster 2023-12-07T13:41:03.689886+0000 mgr.a (mgr.24293) 9251 : 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-07T13:41:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:04 smithi044 bash[32620]: audit 2023-12-07T13:41:03.654676+0000 mgr.a (mgr.24293) 9250 : audit 0 from='client.190275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:04 smithi044 bash[32620]: cluster 2023-12-07T13:41:03.689886+0000 mgr.a (mgr.24293) 9251 : 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-07T13:41:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:04 smithi027 bash[31536]: audit 2023-12-07T13:41:03.654676+0000 mgr.a (mgr.24293) 9250 : audit 0 from='client.190275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:04 smithi027 bash[31536]: cluster 2023-12-07T13:41:03.689886+0000 mgr.a (mgr.24293) 9251 : 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-07T13:41:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:06 smithi044 bash[32620]: cluster 2023-12-07T13:41:05.690898+0000 mgr.a (mgr.24293) 9252 : 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-07T13:41:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:06 smithi022 bash[28554]: cluster 2023-12-07T13:41:05.690898+0000 mgr.a (mgr.24293) 9252 : 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-07T13:41:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:06 smithi027 bash[31536]: cluster 2023-12-07T13:41:05.690898+0000 mgr.a (mgr.24293) 9252 : 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-07T13:41:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:08 smithi044 bash[32620]: cluster 2023-12-07T13:41:07.691466+0000 mgr.a (mgr.24293) 9253 : 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-07T13:41:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:08 smithi022 bash[28554]: cluster 2023-12-07T13:41:07.691466+0000 mgr.a (mgr.24293) 9253 : 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-07T13:41:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:08 smithi027 bash[31536]: cluster 2023-12-07T13:41:07.691466+0000 mgr.a (mgr.24293) 9253 : 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-07T13:41:09.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:09.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:09.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:10.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:10.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:10.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:10.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:10.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:10 smithi044 bash[32620]: audit 2023-12-07T13:41:09.616611+0000 mgr.a (mgr.24293) 9254 : audit 0 from='client.190353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:10 smithi044 bash[32620]: cluster 2023-12-07T13:41:09.692190+0000 mgr.a (mgr.24293) 9255 : 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-07T13:41:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:10 smithi022 bash[28554]: audit 2023-12-07T13:41:09.616611+0000 mgr.a (mgr.24293) 9254 : audit 0 from='client.190353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:10 smithi022 bash[28554]: cluster 2023-12-07T13:41:09.692190+0000 mgr.a (mgr.24293) 9255 : 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-07T13:41:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:10 smithi027 bash[31536]: audit 2023-12-07T13:41:09.616611+0000 mgr.a (mgr.24293) 9254 : audit 0 from='client.190353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:10 smithi027 bash[31536]: cluster 2023-12-07T13:41:09.692190+0000 mgr.a (mgr.24293) 9255 : 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-07T13:41:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:12 smithi044 bash[32620]: cluster 2023-12-07T13:41:11.693052+0000 mgr.a (mgr.24293) 9256 : cluster 0 pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:12 smithi022 bash[28554]: cluster 2023-12-07T13:41:11.693052+0000 mgr.a (mgr.24293) 9256 : cluster 0 pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:12 smithi027 bash[31536]: cluster 2023-12-07T13:41:11.693052+0000 mgr.a (mgr.24293) 9256 : cluster 0 pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:15.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:15.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:15.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:14 smithi044 bash[32620]: cluster 2023-12-07T13:41:13.693682+0000 mgr.a (mgr.24293) 9257 : cluster 0 pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:14 smithi022 bash[28554]: cluster 2023-12-07T13:41:13.693682+0000 mgr.a (mgr.24293) 9257 : cluster 0 pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:14 smithi027 bash[31536]: cluster 2023-12-07T13:41:13.693682+0000 mgr.a (mgr.24293) 9257 : cluster 0 pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:16.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:16.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:16.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:16.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:16.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:16 smithi044 bash[32620]: audit 2023-12-07T13:41:15.561049+0000 mgr.a (mgr.24293) 9258 : audit 0 from='client.190425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:16 smithi044 bash[32620]: cluster 2023-12-07T13:41:15.694335+0000 mgr.a (mgr.24293) 9259 : 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-07T13:41:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:16 smithi022 bash[28554]: audit 2023-12-07T13:41:15.561049+0000 mgr.a (mgr.24293) 9258 : audit 0 from='client.190425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:16 smithi022 bash[28554]: cluster 2023-12-07T13:41:15.694335+0000 mgr.a (mgr.24293) 9259 : 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-07T13:41:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:16 smithi027 bash[31536]: audit 2023-12-07T13:41:15.561049+0000 mgr.a (mgr.24293) 9258 : audit 0 from='client.190425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:16 smithi027 bash[31536]: cluster 2023-12-07T13:41:15.694335+0000 mgr.a (mgr.24293) 9259 : 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-07T13:41:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:18 smithi044 bash[32620]: cluster 2023-12-07T13:41:17.694953+0000 mgr.a (mgr.24293) 9260 : 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-07T13:41:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:18 smithi022 bash[28554]: cluster 2023-12-07T13:41:17.694953+0000 mgr.a (mgr.24293) 9260 : 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-07T13:41:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:18 smithi027 bash[31536]: cluster 2023-12-07T13:41:17.694953+0000 mgr.a (mgr.24293) 9260 : 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-07T13:41:21.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:21.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:21.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:20 smithi044 bash[32620]: cluster 2023-12-07T13:41:19.695536+0000 mgr.a (mgr.24293) 9261 : 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-07T13:41:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:20 smithi022 bash[28554]: cluster 2023-12-07T13:41:19.695536+0000 mgr.a (mgr.24293) 9261 : 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-07T13:41:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:20 smithi027 bash[31536]: cluster 2023-12-07T13:41:19.695536+0000 mgr.a (mgr.24293) 9261 : 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-07T13:41:21.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:21.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:22 smithi044 bash[32620]: audit 2023-12-07T13:41:21.470833+0000 mgr.a (mgr.24293) 9262 : audit 0 from='client.190503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:22 smithi044 bash[32620]: cluster 2023-12-07T13:41:21.696447+0000 mgr.a (mgr.24293) 9263 : 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-07T13:41:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:22 smithi022 bash[28554]: audit 2023-12-07T13:41:21.470833+0000 mgr.a (mgr.24293) 9262 : audit 0 from='client.190503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:22 smithi022 bash[28554]: cluster 2023-12-07T13:41:21.696447+0000 mgr.a (mgr.24293) 9263 : 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-07T13:41:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:22 smithi027 bash[31536]: audit 2023-12-07T13:41:21.470833+0000 mgr.a (mgr.24293) 9262 : audit 0 from='client.190503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:22 smithi027 bash[31536]: cluster 2023-12-07T13:41:21.696447+0000 mgr.a (mgr.24293) 9263 : 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-07T13:41:25.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:24 smithi022 bash[28554]: cluster 2023-12-07T13:41:23.697089+0000 mgr.a (mgr.24293) 9264 : cluster 0 pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:25.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:24 smithi044 bash[32620]: cluster 2023-12-07T13:41:23.697089+0000 mgr.a (mgr.24293) 9264 : cluster 0 pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:24 smithi027 bash[31536]: cluster 2023-12-07T13:41:23.697089+0000 mgr.a (mgr.24293) 9264 : cluster 0 pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:26.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:26.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:26.983 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:26 smithi022 bash[28554]: cluster 2023-12-07T13:41:25.697896+0000 mgr.a (mgr.24293) 9265 : cluster 0 pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:26 smithi044 bash[32620]: cluster 2023-12-07T13:41:25.697896+0000 mgr.a (mgr.24293) 9265 : cluster 0 pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:26 smithi027 bash[31536]: cluster 2023-12-07T13:41:25.697896+0000 mgr.a (mgr.24293) 9265 : cluster 0 pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:27.938 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:27.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:27.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:27.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:27.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:28 smithi044 bash[32620]: audit 2023-12-07T13:41:27.397878+0000 mgr.a (mgr.24293) 9266 : audit 0 from='client.190581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:28 smithi044 bash[32620]: cluster 2023-12-07T13:41:27.698686+0000 mgr.a (mgr.24293) 9267 : 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-07T13:41:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:28 smithi022 bash[28554]: audit 2023-12-07T13:41:27.397878+0000 mgr.a (mgr.24293) 9266 : audit 0 from='client.190581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:28 smithi022 bash[28554]: cluster 2023-12-07T13:41:27.698686+0000 mgr.a (mgr.24293) 9267 : 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-07T13:41:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:28 smithi027 bash[31536]: audit 2023-12-07T13:41:27.397878+0000 mgr.a (mgr.24293) 9266 : audit 0 from='client.190581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:28 smithi027 bash[31536]: cluster 2023-12-07T13:41:27.698686+0000 mgr.a (mgr.24293) 9267 : 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-07T13:41:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:30 smithi044 bash[32620]: cluster 2023-12-07T13:41:29.699451+0000 mgr.a (mgr.24293) 9268 : 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-07T13:41:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:30 smithi022 bash[28554]: cluster 2023-12-07T13:41:29.699451+0000 mgr.a (mgr.24293) 9268 : 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-07T13:41:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:30 smithi027 bash[31536]: cluster 2023-12-07T13:41:29.699451+0000 mgr.a (mgr.24293) 9268 : 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-07T13:41:32.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:32.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:32.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:32 smithi022 bash[28554]: cluster 2023-12-07T13:41:31.700257+0000 mgr.a (mgr.24293) 9269 : 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-07T13:41:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:32 smithi044 bash[32620]: cluster 2023-12-07T13:41:31.700257+0000 mgr.a (mgr.24293) 9269 : 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-07T13:41:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:32 smithi027 bash[31536]: cluster 2023-12-07T13:41:31.700257+0000 mgr.a (mgr.24293) 9269 : 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-07T13:41:33.895 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:33.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:33.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:33.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:33.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:34 smithi044 bash[32620]: audit 2023-12-07T13:41:33.355277+0000 mgr.a (mgr.24293) 9270 : audit 0 from='client.190656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:34 smithi044 bash[32620]: cluster 2023-12-07T13:41:33.700783+0000 mgr.a (mgr.24293) 9271 : 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-07T13:41:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:34 smithi022 bash[28554]: audit 2023-12-07T13:41:33.355277+0000 mgr.a (mgr.24293) 9270 : audit 0 from='client.190656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:34 smithi022 bash[28554]: cluster 2023-12-07T13:41:33.700783+0000 mgr.a (mgr.24293) 9271 : 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-07T13:41:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:34 smithi027 bash[31536]: audit 2023-12-07T13:41:33.355277+0000 mgr.a (mgr.24293) 9270 : audit 0 from='client.190656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:34 smithi027 bash[31536]: cluster 2023-12-07T13:41:33.700783+0000 mgr.a (mgr.24293) 9271 : 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-07T13:41:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:36 smithi022 bash[28554]: cluster 2023-12-07T13:41:35.701618+0000 mgr.a (mgr.24293) 9272 : 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-07T13:41:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:36 smithi044 bash[32620]: cluster 2023-12-07T13:41:35.701618+0000 mgr.a (mgr.24293) 9272 : 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-07T13:41:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:36 smithi027 bash[31536]: cluster 2023-12-07T13:41:35.701618+0000 mgr.a (mgr.24293) 9272 : 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-07T13:41:38.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:38.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:38.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:38 smithi044 bash[32620]: cluster 2023-12-07T13:41:37.702130+0000 mgr.a (mgr.24293) 9273 : 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-07T13:41:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:38 smithi022 bash[28554]: cluster 2023-12-07T13:41:37.702130+0000 mgr.a (mgr.24293) 9273 : 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-07T13:41:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:38 smithi027 bash[31536]: cluster 2023-12-07T13:41:37.702130+0000 mgr.a (mgr.24293) 9273 : 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-07T13:41:39.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:39.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:39.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:39.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:39.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:39 smithi044 bash[32620]: audit 2023-12-07T13:41:39.309925+0000 mgr.a (mgr.24293) 9274 : audit 0 from='client.190728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:39 smithi022 bash[28554]: audit 2023-12-07T13:41:39.309925+0000 mgr.a (mgr.24293) 9274 : audit 0 from='client.190728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:39 smithi027 bash[31536]: audit 2023-12-07T13:41:39.309925+0000 mgr.a (mgr.24293) 9274 : audit 0 from='client.190728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:40 smithi044 bash[32620]: cluster 2023-12-07T13:41:39.702800+0000 mgr.a (mgr.24293) 9275 : 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-07T13:41:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:40 smithi022 bash[28554]: cluster 2023-12-07T13:41:39.702800+0000 mgr.a (mgr.24293) 9275 : 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-07T13:41:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:40 smithi027 bash[31536]: cluster 2023-12-07T13:41:39.702800+0000 mgr.a (mgr.24293) 9275 : 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-07T13:41:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:42 smithi044 bash[32620]: cluster 2023-12-07T13:41:41.703695+0000 mgr.a (mgr.24293) 9276 : cluster 0 pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:42 smithi022 bash[28554]: cluster 2023-12-07T13:41:41.703695+0000 mgr.a (mgr.24293) 9276 : cluster 0 pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:42 smithi027 bash[31536]: cluster 2023-12-07T13:41:41.703695+0000 mgr.a (mgr.24293) 9276 : cluster 0 pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:44.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:44.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:44.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:44 smithi044 bash[32620]: cluster 2023-12-07T13:41:43.704263+0000 mgr.a (mgr.24293) 9277 : cluster 0 pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:44 smithi022 bash[28554]: cluster 2023-12-07T13:41:43.704263+0000 mgr.a (mgr.24293) 9277 : cluster 0 pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:44 smithi027 bash[31536]: cluster 2023-12-07T13:41:43.704263+0000 mgr.a (mgr.24293) 9277 : cluster 0 pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:45.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:45.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:45.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:45.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:45.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:45 smithi022 bash[28554]: audit 2023-12-07T13:41:45.240930+0000 mgr.a (mgr.24293) 9278 : audit 0 from='client.190803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:45 smithi044 bash[32620]: audit 2023-12-07T13:41:45.240930+0000 mgr.a (mgr.24293) 9278 : audit 0 from='client.190803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:45 smithi027 bash[31536]: audit 2023-12-07T13:41:45.240930+0000 mgr.a (mgr.24293) 9278 : audit 0 from='client.190803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:47.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:46 smithi022 bash[28554]: cluster 2023-12-07T13:41:45.705150+0000 mgr.a (mgr.24293) 9279 : cluster 0 pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:41:47.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:46 smithi044 bash[32620]: cluster 2023-12-07T13:41:45.705150+0000 mgr.a (mgr.24293) 9279 : cluster 0 pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:41:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:46 smithi027 bash[31536]: cluster 2023-12-07T13:41:45.705150+0000 mgr.a (mgr.24293) 9279 : cluster 0 pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:41:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:48 smithi044 bash[32620]: cluster 2023-12-07T13:41:47.705732+0000 mgr.a (mgr.24293) 9280 : cluster 0 pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:41:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:48 smithi022 bash[28554]: cluster 2023-12-07T13:41:47.705732+0000 mgr.a (mgr.24293) 9280 : cluster 0 pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:41:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:48 smithi027 bash[31536]: cluster 2023-12-07T13:41:47.705732+0000 mgr.a (mgr.24293) 9280 : cluster 0 pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:41:50.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:50.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:50.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:50 smithi044 bash[32620]: cluster 2023-12-07T13:41:49.706302+0000 mgr.a (mgr.24293) 9281 : cluster 0 pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:41:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:50 smithi022 bash[28554]: cluster 2023-12-07T13:41:49.706302+0000 mgr.a (mgr.24293) 9281 : cluster 0 pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:41:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:50 smithi027 bash[31536]: cluster 2023-12-07T13:41:49.706302+0000 mgr.a (mgr.24293) 9281 : cluster 0 pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:41:51.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:51.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:51.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:51.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:51.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:51 smithi044 bash[32620]: audit 2023-12-07T13:41:51.188744+0000 mgr.a (mgr.24293) 9282 : audit 0 from='client.190875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:51 smithi022 bash[28554]: audit 2023-12-07T13:41:51.188744+0000 mgr.a (mgr.24293) 9282 : audit 0 from='client.190875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:51 smithi027 bash[31536]: audit 2023-12-07T13:41:51.188744+0000 mgr.a (mgr.24293) 9282 : audit 0 from='client.190875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:52 smithi044 bash[32620]: cluster 2023-12-07T13:41:51.707133+0000 mgr.a (mgr.24293) 9283 : 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-07T13:41:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:52 smithi022 bash[28554]: cluster 2023-12-07T13:41:51.707133+0000 mgr.a (mgr.24293) 9283 : 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-07T13:41:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:52 smithi027 bash[31536]: cluster 2023-12-07T13:41:51.707133+0000 mgr.a (mgr.24293) 9283 : 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-07T13:41:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:54 smithi044 bash[32620]: cluster 2023-12-07T13:41:53.707760+0000 mgr.a (mgr.24293) 9284 : cluster 0 pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:54 smithi022 bash[28554]: cluster 2023-12-07T13:41:53.707760+0000 mgr.a (mgr.24293) 9284 : cluster 0 pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:54 smithi027 bash[31536]: cluster 2023-12-07T13:41:53.707760+0000 mgr.a (mgr.24293) 9284 : cluster 0 pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:56.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:41:56.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:56.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:56 smithi022 bash[28554]: cluster 2023-12-07T13:41:55.708508+0000 mgr.a (mgr.24293) 9285 : cluster 0 pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:56 smithi044 bash[32620]: cluster 2023-12-07T13:41:55.708508+0000 mgr.a (mgr.24293) 9285 : cluster 0 pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:56 smithi027 bash[31536]: cluster 2023-12-07T13:41:55.708508+0000 mgr.a (mgr.24293) 9285 : cluster 0 pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:57.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:41:57.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:57.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:57.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:57.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:41:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:57 smithi022 bash[28554]: audit 2023-12-07T13:41:57.138523+0000 mgr.a (mgr.24293) 9286 : audit 0 from='client.190950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:57 smithi044 bash[32620]: audit 2023-12-07T13:41:57.138523+0000 mgr.a (mgr.24293) 9286 : audit 0 from='client.190950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:57 smithi027 bash[31536]: audit 2023-12-07T13:41:57.138523+0000 mgr.a (mgr.24293) 9286 : audit 0 from='client.190950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:41:58 smithi022 bash[28554]: cluster 2023-12-07T13:41:57.709376+0000 mgr.a (mgr.24293) 9287 : cluster 0 pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:41:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:41:58 smithi044 bash[32620]: cluster 2023-12-07T13:41:57.709376+0000 mgr.a (mgr.24293) 9287 : cluster 0 pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:41:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:41:58 smithi027 bash[31536]: cluster 2023-12-07T13:41:57.709376+0000 mgr.a (mgr.24293) 9287 : cluster 0 pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:42:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:00 smithi022 bash[28554]: cluster 2023-12-07T13:41:59.709956+0000 mgr.a (mgr.24293) 9288 : cluster 0 pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:42:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:00 smithi044 bash[32620]: cluster 2023-12-07T13:41:59.709956+0000 mgr.a (mgr.24293) 9288 : cluster 0 pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:42:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:00 smithi027 bash[31536]: cluster 2023-12-07T13:41:59.709956+0000 mgr.a (mgr.24293) 9288 : cluster 0 pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:42:02.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:02.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:02.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:02 smithi044 bash[32620]: cluster 2023-12-07T13:42:01.710927+0000 mgr.a (mgr.24293) 9289 : cluster 0 pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:42:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:02 smithi022 bash[28554]: cluster 2023-12-07T13:42:01.710927+0000 mgr.a (mgr.24293) 9289 : cluster 0 pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:42:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:02 smithi027 bash[31536]: cluster 2023-12-07T13:42:01.710927+0000 mgr.a (mgr.24293) 9289 : cluster 0 pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:42:03.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:03.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:03.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:03.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:03.597 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:03 smithi044 bash[32620]: audit 2023-12-07T13:42:02.873218+0000 mon.a (mon.0) 1738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:42:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:03 smithi044 bash[32620]: audit 2023-12-07T13:42:03.062023+0000 mgr.a (mgr.24293) 9290 : audit 0 from='client.191028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:03 smithi044 bash[32620]: audit 2023-12-07T13:42:03.702670+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:42:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:03 smithi044 bash[32620]: audit 2023-12-07T13:42:03.704924+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:42:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:03 smithi044 bash[32620]: audit 2023-12-07T13:42:03.714635+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:42:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:03 smithi022 bash[28554]: audit 2023-12-07T13:42:02.873218+0000 mon.a (mon.0) 1738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:42:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:03 smithi022 bash[28554]: audit 2023-12-07T13:42:03.062023+0000 mgr.a (mgr.24293) 9290 : audit 0 from='client.191028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:03 smithi022 bash[28554]: audit 2023-12-07T13:42:03.702670+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:42:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:03 smithi022 bash[28554]: audit 2023-12-07T13:42:03.704924+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:42:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:03 smithi022 bash[28554]: audit 2023-12-07T13:42:03.714635+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:42:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:03 smithi027 bash[31536]: audit 2023-12-07T13:42:02.873218+0000 mon.a (mon.0) 1738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:42:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:03 smithi027 bash[31536]: audit 2023-12-07T13:42:03.062023+0000 mgr.a (mgr.24293) 9290 : audit 0 from='client.191028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:03 smithi027 bash[31536]: audit 2023-12-07T13:42:03.702670+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:42:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:03 smithi027 bash[31536]: audit 2023-12-07T13:42:03.704924+0000 mon.a (mon.0) 1740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:42:04.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:03 smithi027 bash[31536]: audit 2023-12-07T13:42:03.714635+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:42:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:04 smithi022 bash[28554]: cluster 2023-12-07T13:42:03.711598+0000 mgr.a (mgr.24293) 9291 : 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-07T13:42:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:04 smithi044 bash[32620]: cluster 2023-12-07T13:42:03.711598+0000 mgr.a (mgr.24293) 9291 : 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-07T13:42:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:04 smithi027 bash[31536]: cluster 2023-12-07T13:42:03.711598+0000 mgr.a (mgr.24293) 9291 : 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-07T13:42:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:06 smithi022 bash[28554]: cluster 2023-12-07T13:42:05.712478+0000 mgr.a (mgr.24293) 9292 : 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-07T13:42:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:06 smithi044 bash[32620]: cluster 2023-12-07T13:42:05.712478+0000 mgr.a (mgr.24293) 9292 : 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-07T13:42:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:06 smithi027 bash[31536]: cluster 2023-12-07T13:42:05.712478+0000 mgr.a (mgr.24293) 9292 : 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-07T13:42:08.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:08.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:08.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:08 smithi044 bash[32620]: cluster 2023-12-07T13:42:07.713193+0000 mgr.a (mgr.24293) 9293 : 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-07T13:42:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:08 smithi022 bash[28554]: cluster 2023-12-07T13:42:07.713193+0000 mgr.a (mgr.24293) 9293 : 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-07T13:42:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:08 smithi027 bash[31536]: cluster 2023-12-07T13:42:07.713193+0000 mgr.a (mgr.24293) 9293 : 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-07T13:42:09.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:09.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:09.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:09.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:09.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:09 smithi044 bash[32620]: audit 2023-12-07T13:42:09.003890+0000 mgr.a (mgr.24293) 9294 : audit 0 from='client.191106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:09 smithi022 bash[28554]: audit 2023-12-07T13:42:09.003890+0000 mgr.a (mgr.24293) 9294 : audit 0 from='client.191106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:09 smithi027 bash[31536]: audit 2023-12-07T13:42:09.003890+0000 mgr.a (mgr.24293) 9294 : audit 0 from='client.191106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:10 smithi044 bash[32620]: cluster 2023-12-07T13:42:09.713970+0000 mgr.a (mgr.24293) 9295 : 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-07T13:42:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:10 smithi022 bash[28554]: cluster 2023-12-07T13:42:09.713970+0000 mgr.a (mgr.24293) 9295 : 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-07T13:42:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:10 smithi027 bash[31536]: cluster 2023-12-07T13:42:09.713970+0000 mgr.a (mgr.24293) 9295 : 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-07T13:42:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:12 smithi044 bash[32620]: cluster 2023-12-07T13:42:11.714804+0000 mgr.a (mgr.24293) 9296 : 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-07T13:42:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:12 smithi022 bash[28554]: cluster 2023-12-07T13:42:11.714804+0000 mgr.a (mgr.24293) 9296 : 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-07T13:42:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:12 smithi027 bash[31536]: cluster 2023-12-07T13:42:11.714804+0000 mgr.a (mgr.24293) 9296 : 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-07T13:42:14.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:14.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:14.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:14 smithi044 bash[32620]: cluster 2023-12-07T13:42:13.715376+0000 mgr.a (mgr.24293) 9297 : 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-07T13:42:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:14 smithi022 bash[28554]: cluster 2023-12-07T13:42:13.715376+0000 mgr.a (mgr.24293) 9297 : 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-07T13:42:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:14 smithi027 bash[31536]: cluster 2023-12-07T13:42:13.715376+0000 mgr.a (mgr.24293) 9297 : 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-07T13:42:15.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:15.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:15.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:15.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:15.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:15 smithi044 bash[32620]: audit 2023-12-07T13:42:14.921989+0000 mgr.a (mgr.24293) 9298 : audit 0 from='client.191178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:15 smithi022 bash[28554]: audit 2023-12-07T13:42:14.921989+0000 mgr.a (mgr.24293) 9298 : audit 0 from='client.191178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:15 smithi027 bash[31536]: audit 2023-12-07T13:42:14.921989+0000 mgr.a (mgr.24293) 9298 : audit 0 from='client.191178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:16 smithi044 bash[32620]: cluster 2023-12-07T13:42:15.716314+0000 mgr.a (mgr.24293) 9299 : cluster 0 pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:16 smithi022 bash[28554]: cluster 2023-12-07T13:42:15.716314+0000 mgr.a (mgr.24293) 9299 : cluster 0 pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:16 smithi027 bash[31536]: cluster 2023-12-07T13:42:15.716314+0000 mgr.a (mgr.24293) 9299 : cluster 0 pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:18 smithi044 bash[32620]: cluster 2023-12-07T13:42:17.716882+0000 mgr.a (mgr.24293) 9300 : cluster 0 pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:18 smithi022 bash[28554]: cluster 2023-12-07T13:42:17.716882+0000 mgr.a (mgr.24293) 9300 : cluster 0 pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:18 smithi027 bash[31536]: cluster 2023-12-07T13:42:17.716882+0000 mgr.a (mgr.24293) 9300 : cluster 0 pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:20.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:20.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:20.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:20 smithi022 bash[28554]: cluster 2023-12-07T13:42:19.717448+0000 mgr.a (mgr.24293) 9301 : cluster 0 pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:20 smithi044 bash[32620]: cluster 2023-12-07T13:42:19.717448+0000 mgr.a (mgr.24293) 9301 : cluster 0 pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:20 smithi027 bash[31536]: cluster 2023-12-07T13:42:19.717448+0000 mgr.a (mgr.24293) 9301 : cluster 0 pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:21.377 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:21.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:21.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:21.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:21.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:21 smithi044 bash[32620]: audit 2023-12-07T13:42:20.852089+0000 mgr.a (mgr.24293) 9302 : audit 0 from='client.191253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:21 smithi022 bash[28554]: audit 2023-12-07T13:42:20.852089+0000 mgr.a (mgr.24293) 9302 : audit 0 from='client.191253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:21 smithi027 bash[31536]: audit 2023-12-07T13:42:20.852089+0000 mgr.a (mgr.24293) 9302 : audit 0 from='client.191253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:22 smithi044 bash[32620]: cluster 2023-12-07T13:42:21.718585+0000 mgr.a (mgr.24293) 9303 : 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-07T13:42:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:22 smithi022 bash[28554]: cluster 2023-12-07T13:42:21.718585+0000 mgr.a (mgr.24293) 9303 : 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-07T13:42:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:22 smithi027 bash[31536]: cluster 2023-12-07T13:42:21.718585+0000 mgr.a (mgr.24293) 9303 : 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-07T13:42:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:24 smithi044 bash[32620]: cluster 2023-12-07T13:42:23.719203+0000 mgr.a (mgr.24293) 9304 : 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-07T13:42:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:24 smithi022 bash[28554]: cluster 2023-12-07T13:42:23.719203+0000 mgr.a (mgr.24293) 9304 : 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-07T13:42:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:24 smithi027 bash[31536]: cluster 2023-12-07T13:42:23.719203+0000 mgr.a (mgr.24293) 9304 : 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-07T13:42:26.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:26.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:26.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:26 smithi022 bash[28554]: cluster 2023-12-07T13:42:25.720098+0000 mgr.a (mgr.24293) 9305 : 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-07T13:42:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:26 smithi044 bash[32620]: cluster 2023-12-07T13:42:25.720098+0000 mgr.a (mgr.24293) 9305 : 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-07T13:42:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:26 smithi027 bash[31536]: cluster 2023-12-07T13:42:25.720098+0000 mgr.a (mgr.24293) 9305 : 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-07T13:42:27.297 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:27.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:27.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:27.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:27.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:27 smithi022 bash[28554]: audit 2023-12-07T13:42:26.783163+0000 mgr.a (mgr.24293) 9306 : audit 0 from='client.191331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:27 smithi044 bash[32620]: audit 2023-12-07T13:42:26.783163+0000 mgr.a (mgr.24293) 9306 : audit 0 from='client.191331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:27 smithi027 bash[31536]: audit 2023-12-07T13:42:26.783163+0000 mgr.a (mgr.24293) 9306 : audit 0 from='client.191331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:28 smithi022 bash[28554]: cluster 2023-12-07T13:42:27.720740+0000 mgr.a (mgr.24293) 9307 : cluster 0 pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:28 smithi044 bash[32620]: cluster 2023-12-07T13:42:27.720740+0000 mgr.a (mgr.24293) 9307 : cluster 0 pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:28 smithi027 bash[31536]: cluster 2023-12-07T13:42:27.720740+0000 mgr.a (mgr.24293) 9307 : cluster 0 pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:30 smithi022 bash[28554]: cluster 2023-12-07T13:42:29.721351+0000 mgr.a (mgr.24293) 9308 : cluster 0 pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:30 smithi044 bash[32620]: cluster 2023-12-07T13:42:29.721351+0000 mgr.a (mgr.24293) 9308 : cluster 0 pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:30 smithi027 bash[31536]: cluster 2023-12-07T13:42:29.721351+0000 mgr.a (mgr.24293) 9308 : cluster 0 pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:32.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:32.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:32.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:32 smithi044 bash[32620]: cluster 2023-12-07T13:42:31.722336+0000 mgr.a (mgr.24293) 9309 : cluster 0 pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:32 smithi022 bash[28554]: cluster 2023-12-07T13:42:31.722336+0000 mgr.a (mgr.24293) 9309 : cluster 0 pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:32 smithi027 bash[31536]: cluster 2023-12-07T13:42:31.722336+0000 mgr.a (mgr.24293) 9309 : cluster 0 pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:33.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:33.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:33.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:33.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:33.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:33 smithi044 bash[32620]: audit 2023-12-07T13:42:32.718848+0000 mgr.a (mgr.24293) 9310 : audit 0 from='client.191406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:33 smithi022 bash[28554]: audit 2023-12-07T13:42:32.718848+0000 mgr.a (mgr.24293) 9310 : audit 0 from='client.191406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:33 smithi027 bash[31536]: audit 2023-12-07T13:42:32.718848+0000 mgr.a (mgr.24293) 9310 : audit 0 from='client.191406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:34 smithi044 bash[32620]: cluster 2023-12-07T13:42:33.723053+0000 mgr.a (mgr.24293) 9311 : 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-07T13:42:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:34 smithi022 bash[28554]: cluster 2023-12-07T13:42:33.723053+0000 mgr.a (mgr.24293) 9311 : 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-07T13:42:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:34 smithi027 bash[31536]: cluster 2023-12-07T13:42:33.723053+0000 mgr.a (mgr.24293) 9311 : 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-07T13:42:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:36 smithi044 bash[32620]: cluster 2023-12-07T13:42:35.723882+0000 mgr.a (mgr.24293) 9312 : 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-07T13:42:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:36 smithi022 bash[28554]: cluster 2023-12-07T13:42:35.723882+0000 mgr.a (mgr.24293) 9312 : 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-07T13:42:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:36 smithi027 bash[31536]: cluster 2023-12-07T13:42:35.723882+0000 mgr.a (mgr.24293) 9312 : 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-07T13:42:38.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:38.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:38.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:38 smithi022 bash[28554]: cluster 2023-12-07T13:42:37.724427+0000 mgr.a (mgr.24293) 9313 : 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-07T13:42:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:38 smithi044 bash[32620]: cluster 2023-12-07T13:42:37.724427+0000 mgr.a (mgr.24293) 9313 : 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-07T13:42:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:38 smithi027 bash[31536]: cluster 2023-12-07T13:42:37.724427+0000 mgr.a (mgr.24293) 9313 : 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-07T13:42:39.199 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:39.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:39.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:39.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:39.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:39 smithi044 bash[32620]: audit 2023-12-07T13:42:38.673775+0000 mgr.a (mgr.24293) 9314 : audit 0 from='client.191484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:39 smithi022 bash[28554]: audit 2023-12-07T13:42:38.673775+0000 mgr.a (mgr.24293) 9314 : audit 0 from='client.191484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:39 smithi027 bash[31536]: audit 2023-12-07T13:42:38.673775+0000 mgr.a (mgr.24293) 9314 : audit 0 from='client.191484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:40 smithi022 bash[28554]: cluster 2023-12-07T13:42:39.725066+0000 mgr.a (mgr.24293) 9315 : 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-07T13:42:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:40 smithi044 bash[32620]: cluster 2023-12-07T13:42:39.725066+0000 mgr.a (mgr.24293) 9315 : 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-07T13:42:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:40 smithi027 bash[31536]: cluster 2023-12-07T13:42:39.725066+0000 mgr.a (mgr.24293) 9315 : 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-07T13:42:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:42 smithi022 bash[28554]: cluster 2023-12-07T13:42:41.725871+0000 mgr.a (mgr.24293) 9316 : 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-07T13:42:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:42 smithi044 bash[32620]: cluster 2023-12-07T13:42:41.725871+0000 mgr.a (mgr.24293) 9316 : 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-07T13:42:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:42 smithi027 bash[31536]: cluster 2023-12-07T13:42:41.725871+0000 mgr.a (mgr.24293) 9316 : 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-07T13:42:44.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:44.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:44.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:45.129 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:45.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:45.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:45.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:45.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:44 smithi022 bash[28554]: cluster 2023-12-07T13:42:43.726444+0000 mgr.a (mgr.24293) 9317 : 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-07T13:42:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:44 smithi044 bash[32620]: cluster 2023-12-07T13:42:43.726444+0000 mgr.a (mgr.24293) 9317 : 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-07T13:42:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:44 smithi027 bash[31536]: cluster 2023-12-07T13:42:43.726444+0000 mgr.a (mgr.24293) 9317 : 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-07T13:42:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:45 smithi022 bash[28554]: audit 2023-12-07T13:42:44.608410+0000 mgr.a (mgr.24293) 9318 : audit 0 from='client.191559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:45 smithi044 bash[32620]: audit 2023-12-07T13:42:44.608410+0000 mgr.a (mgr.24293) 9318 : audit 0 from='client.191559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:45 smithi027 bash[31536]: audit 2023-12-07T13:42:44.608410+0000 mgr.a (mgr.24293) 9318 : audit 0 from='client.191559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:46 smithi044 bash[32620]: cluster 2023-12-07T13:42:45.727253+0000 mgr.a (mgr.24293) 9319 : cluster 0 pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:46 smithi022 bash[28554]: cluster 2023-12-07T13:42:45.727253+0000 mgr.a (mgr.24293) 9319 : cluster 0 pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:46 smithi027 bash[31536]: cluster 2023-12-07T13:42:45.727253+0000 mgr.a (mgr.24293) 9319 : cluster 0 pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:48.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:48 smithi044 bash[32620]: cluster 2023-12-07T13:42:47.727847+0000 mgr.a (mgr.24293) 9320 : cluster 0 pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:48.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:48 smithi022 bash[28554]: cluster 2023-12-07T13:42:47.727847+0000 mgr.a (mgr.24293) 9320 : cluster 0 pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:48.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:48 smithi027 bash[31536]: cluster 2023-12-07T13:42:47.727847+0000 mgr.a (mgr.24293) 9320 : cluster 0 pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:50.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:50.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:50.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:51.059 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:51.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:51.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:51.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:51.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:50 smithi044 bash[32620]: cluster 2023-12-07T13:42:49.728448+0000 mgr.a (mgr.24293) 9321 : cluster 0 pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:50 smithi022 bash[28554]: cluster 2023-12-07T13:42:49.728448+0000 mgr.a (mgr.24293) 9321 : cluster 0 pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:50 smithi027 bash[31536]: cluster 2023-12-07T13:42:49.728448+0000 mgr.a (mgr.24293) 9321 : cluster 0 pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:51 smithi044 bash[32620]: audit 2023-12-07T13:42:50.544442+0000 mgr.a (mgr.24293) 9322 : audit 0 from='client.191637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:51 smithi022 bash[28554]: audit 2023-12-07T13:42:50.544442+0000 mgr.a (mgr.24293) 9322 : audit 0 from='client.191637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:51 smithi027 bash[31536]: audit 2023-12-07T13:42:50.544442+0000 mgr.a (mgr.24293) 9322 : audit 0 from='client.191637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:52 smithi044 bash[32620]: cluster 2023-12-07T13:42:51.729613+0000 mgr.a (mgr.24293) 9323 : 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-07T13:42:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:52 smithi022 bash[28554]: cluster 2023-12-07T13:42:51.729613+0000 mgr.a (mgr.24293) 9323 : 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-07T13:42:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:52 smithi027 bash[31536]: cluster 2023-12-07T13:42:51.729613+0000 mgr.a (mgr.24293) 9323 : 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-07T13:42:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:54 smithi044 bash[32620]: cluster 2023-12-07T13:42:53.730265+0000 mgr.a (mgr.24293) 9324 : 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-07T13:42:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:54 smithi022 bash[28554]: cluster 2023-12-07T13:42:53.730265+0000 mgr.a (mgr.24293) 9324 : 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-07T13:42:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:54 smithi027 bash[31536]: cluster 2023-12-07T13:42:53.730265+0000 mgr.a (mgr.24293) 9324 : 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-07T13:42:56.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:42:56.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:56.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:57.000 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:42:57.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:57.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:57.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:57.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:42:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:56 smithi022 bash[28554]: cluster 2023-12-07T13:42:55.731016+0000 mgr.a (mgr.24293) 9325 : 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-07T13:42:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:56 smithi044 bash[32620]: cluster 2023-12-07T13:42:55.731016+0000 mgr.a (mgr.24293) 9325 : 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-07T13:42:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:56 smithi027 bash[31536]: cluster 2023-12-07T13:42:55.731016+0000 mgr.a (mgr.24293) 9325 : 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-07T13:42:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:57 smithi044 bash[32620]: audit 2023-12-07T13:42:56.470541+0000 mgr.a (mgr.24293) 9326 : audit 0 from='client.191715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:57 smithi022 bash[28554]: audit 2023-12-07T13:42:56.470541+0000 mgr.a (mgr.24293) 9326 : audit 0 from='client.191715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:57 smithi027 bash[31536]: audit 2023-12-07T13:42:56.470541+0000 mgr.a (mgr.24293) 9326 : audit 0 from='client.191715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:42:58 smithi044 bash[32620]: cluster 2023-12-07T13:42:57.731725+0000 mgr.a (mgr.24293) 9327 : cluster 0 pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:42:58 smithi022 bash[28554]: cluster 2023-12-07T13:42:57.731725+0000 mgr.a (mgr.24293) 9327 : cluster 0 pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:42:58 smithi027 bash[31536]: cluster 2023-12-07T13:42:57.731725+0000 mgr.a (mgr.24293) 9327 : cluster 0 pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:00 smithi044 bash[32620]: cluster 2023-12-07T13:42:59.732327+0000 mgr.a (mgr.24293) 9328 : cluster 0 pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:00 smithi022 bash[28554]: cluster 2023-12-07T13:42:59.732327+0000 mgr.a (mgr.24293) 9328 : cluster 0 pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:00 smithi027 bash[31536]: cluster 2023-12-07T13:42:59.732327+0000 mgr.a (mgr.24293) 9328 : cluster 0 pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:02.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:02.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:02.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:02.944 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:02.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:02.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:02.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:02.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:02 smithi044 bash[32620]: cluster 2023-12-07T13:43:01.733149+0000 mgr.a (mgr.24293) 9329 : cluster 0 pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:02 smithi022 bash[28554]: cluster 2023-12-07T13:43:01.733149+0000 mgr.a (mgr.24293) 9329 : cluster 0 pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:02 smithi027 bash[31536]: cluster 2023-12-07T13:43:01.733149+0000 mgr.a (mgr.24293) 9329 : cluster 0 pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:03 smithi044 bash[32620]: audit 2023-12-07T13:43:02.419617+0000 mgr.a (mgr.24293) 9330 : audit 0 from='client.162430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:03 smithi022 bash[28554]: audit 2023-12-07T13:43:02.419617+0000 mgr.a (mgr.24293) 9330 : audit 0 from='client.162430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:03 smithi027 bash[31536]: audit 2023-12-07T13:43:02.419617+0000 mgr.a (mgr.24293) 9330 : audit 0 from='client.162430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:04 smithi044 bash[32620]: cluster 2023-12-07T13:43:03.733878+0000 mgr.a (mgr.24293) 9331 : 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-07T13:43:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:04 smithi044 bash[32620]: audit 2023-12-07T13:43:03.821102+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:43:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:04 smithi044 bash[32620]: audit 2023-12-07T13:43:04.612879+0000 mon.a (mon.0) 1743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:43:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:04 smithi044 bash[32620]: audit 2023-12-07T13:43:04.614898+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:43:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:04 smithi044 bash[32620]: audit 2023-12-07T13:43:04.624951+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:43:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:04 smithi022 bash[28554]: cluster 2023-12-07T13:43:03.733878+0000 mgr.a (mgr.24293) 9331 : 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-07T13:43:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:04 smithi022 bash[28554]: audit 2023-12-07T13:43:03.821102+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:43:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:04 smithi022 bash[28554]: audit 2023-12-07T13:43:04.612879+0000 mon.a (mon.0) 1743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:43:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:04 smithi022 bash[28554]: audit 2023-12-07T13:43:04.614898+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:43:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:04 smithi022 bash[28554]: audit 2023-12-07T13:43:04.624951+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:43:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:04 smithi027 bash[31536]: cluster 2023-12-07T13:43:03.733878+0000 mgr.a (mgr.24293) 9331 : 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-07T13:43:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:04 smithi027 bash[31536]: audit 2023-12-07T13:43:03.821102+0000 mon.a (mon.0) 1742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:43:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:04 smithi027 bash[31536]: audit 2023-12-07T13:43:04.612879+0000 mon.a (mon.0) 1743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:43:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:04 smithi027 bash[31536]: audit 2023-12-07T13:43:04.614898+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:43:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:04 smithi027 bash[31536]: audit 2023-12-07T13:43:04.624951+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:43:07.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:06 smithi022 bash[28554]: cluster 2023-12-07T13:43:05.734730+0000 mgr.a (mgr.24293) 9332 : 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-07T13:43:07.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:06 smithi044 bash[32620]: cluster 2023-12-07T13:43:05.734730+0000 mgr.a (mgr.24293) 9332 : 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-07T13:43:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:06 smithi027 bash[31536]: cluster 2023-12-07T13:43:05.734730+0000 mgr.a (mgr.24293) 9332 : 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-07T13:43:07.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:07.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:07.949 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:08.875 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:08.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:08.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:08.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:08.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:08 smithi022 bash[28554]: cluster 2023-12-07T13:43:07.735305+0000 mgr.a (mgr.24293) 9333 : 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-07T13:43:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:08 smithi022 bash[28554]: audit 2023-12-07T13:43:08.359162+0000 mgr.a (mgr.24293) 9334 : audit 0 from='client.191862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:08 smithi044 bash[32620]: cluster 2023-12-07T13:43:07.735305+0000 mgr.a (mgr.24293) 9333 : 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-07T13:43:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:08 smithi044 bash[32620]: audit 2023-12-07T13:43:08.359162+0000 mgr.a (mgr.24293) 9334 : audit 0 from='client.191862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:08 smithi027 bash[31536]: cluster 2023-12-07T13:43:07.735305+0000 mgr.a (mgr.24293) 9333 : 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-07T13:43:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:08 smithi027 bash[31536]: audit 2023-12-07T13:43:08.359162+0000 mgr.a (mgr.24293) 9334 : audit 0 from='client.191862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:10 smithi044 bash[32620]: cluster 2023-12-07T13:43:09.736042+0000 mgr.a (mgr.24293) 9335 : 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-07T13:43:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:10 smithi022 bash[28554]: cluster 2023-12-07T13:43:09.736042+0000 mgr.a (mgr.24293) 9335 : 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-07T13:43:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:10 smithi027 bash[31536]: cluster 2023-12-07T13:43:09.736042+0000 mgr.a (mgr.24293) 9335 : 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-07T13:43:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:12 smithi044 bash[32620]: cluster 2023-12-07T13:43:11.736917+0000 mgr.a (mgr.24293) 9336 : 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-07T13:43:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:12 smithi022 bash[28554]: cluster 2023-12-07T13:43:11.736917+0000 mgr.a (mgr.24293) 9336 : 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-07T13:43:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:12 smithi027 bash[31536]: cluster 2023-12-07T13:43:11.736917+0000 mgr.a (mgr.24293) 9336 : 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-07T13:43:13.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:13.879 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:13.879 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:14.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:14.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:14.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:14.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:14.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:14 smithi022 bash[28554]: cluster 2023-12-07T13:43:13.737525+0000 mgr.a (mgr.24293) 9337 : 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-07T13:43:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:14 smithi022 bash[28554]: audit 2023-12-07T13:43:14.293228+0000 mgr.a (mgr.24293) 9338 : audit 0 from='client.191940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:14 smithi044 bash[32620]: cluster 2023-12-07T13:43:13.737525+0000 mgr.a (mgr.24293) 9337 : 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-07T13:43:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:14 smithi044 bash[32620]: audit 2023-12-07T13:43:14.293228+0000 mgr.a (mgr.24293) 9338 : audit 0 from='client.191940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:14 smithi027 bash[31536]: cluster 2023-12-07T13:43:13.737525+0000 mgr.a (mgr.24293) 9337 : 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-07T13:43:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:14 smithi027 bash[31536]: audit 2023-12-07T13:43:14.293228+0000 mgr.a (mgr.24293) 9338 : audit 0 from='client.191940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:16 smithi044 bash[32620]: cluster 2023-12-07T13:43:15.738455+0000 mgr.a (mgr.24293) 9339 : 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-07T13:43:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:16 smithi022 bash[28554]: cluster 2023-12-07T13:43:15.738455+0000 mgr.a (mgr.24293) 9339 : 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-07T13:43:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:16 smithi027 bash[31536]: cluster 2023-12-07T13:43:15.738455+0000 mgr.a (mgr.24293) 9339 : 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-07T13:43:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:18 smithi044 bash[32620]: cluster 2023-12-07T13:43:17.739039+0000 mgr.a (mgr.24293) 9340 : 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-07T13:43:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:18 smithi022 bash[28554]: cluster 2023-12-07T13:43:17.739039+0000 mgr.a (mgr.24293) 9340 : 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-07T13:43:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:18 smithi027 bash[31536]: cluster 2023-12-07T13:43:17.739039+0000 mgr.a (mgr.24293) 9340 : 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-07T13:43:19.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:19.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:19.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:20.765 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:20.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:20 smithi044 bash[32620]: cluster 2023-12-07T13:43:19.739662+0000 mgr.a (mgr.24293) 9341 : 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-07T13:43:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:20 smithi044 bash[32620]: audit 2023-12-07T13:43:20.245496+0000 mgr.a (mgr.24293) 9342 : audit 0 from='client.192012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:20 smithi022 bash[28554]: cluster 2023-12-07T13:43:19.739662+0000 mgr.a (mgr.24293) 9341 : 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-07T13:43:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:20 smithi022 bash[28554]: audit 2023-12-07T13:43:20.245496+0000 mgr.a (mgr.24293) 9342 : audit 0 from='client.192012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:20 smithi027 bash[31536]: cluster 2023-12-07T13:43:19.739662+0000 mgr.a (mgr.24293) 9341 : 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-07T13:43:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:20 smithi027 bash[31536]: audit 2023-12-07T13:43:20.245496+0000 mgr.a (mgr.24293) 9342 : audit 0 from='client.192012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:22 smithi044 bash[32620]: cluster 2023-12-07T13:43:21.740715+0000 mgr.a (mgr.24293) 9343 : cluster 0 pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:43:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:22 smithi022 bash[28554]: cluster 2023-12-07T13:43:21.740715+0000 mgr.a (mgr.24293) 9343 : cluster 0 pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:43:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:22 smithi027 bash[31536]: cluster 2023-12-07T13:43:21.740715+0000 mgr.a (mgr.24293) 9343 : cluster 0 pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:43:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:24 smithi044 bash[32620]: cluster 2023-12-07T13:43:23.741480+0000 mgr.a (mgr.24293) 9344 : cluster 0 pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:43:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:24 smithi022 bash[28554]: cluster 2023-12-07T13:43:23.741480+0000 mgr.a (mgr.24293) 9344 : cluster 0 pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:43:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:24 smithi027 bash[31536]: cluster 2023-12-07T13:43:23.741480+0000 mgr.a (mgr.24293) 9344 : cluster 0 pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:43:25.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:25.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:25.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:26.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:26.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:26.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:26.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:26.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:26 smithi044 bash[32620]: cluster 2023-12-07T13:43:25.742444+0000 mgr.a (mgr.24293) 9345 : 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-07T13:43:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:26 smithi044 bash[32620]: audit 2023-12-07T13:43:26.184703+0000 mgr.a (mgr.24293) 9346 : audit 0 from='client.192087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:26 smithi022 bash[28554]: cluster 2023-12-07T13:43:25.742444+0000 mgr.a (mgr.24293) 9345 : 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-07T13:43:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:26 smithi022 bash[28554]: audit 2023-12-07T13:43:26.184703+0000 mgr.a (mgr.24293) 9346 : audit 0 from='client.192087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:26 smithi027 bash[31536]: cluster 2023-12-07T13:43:25.742444+0000 mgr.a (mgr.24293) 9345 : 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-07T13:43:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:26 smithi027 bash[31536]: audit 2023-12-07T13:43:26.184703+0000 mgr.a (mgr.24293) 9346 : audit 0 from='client.192087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:28 smithi022 bash[28554]: cluster 2023-12-07T13:43:27.743198+0000 mgr.a (mgr.24293) 9347 : 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-07T13:43:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:28 smithi044 bash[32620]: cluster 2023-12-07T13:43:27.743198+0000 mgr.a (mgr.24293) 9347 : 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-07T13:43:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:28 smithi027 bash[31536]: cluster 2023-12-07T13:43:27.743198+0000 mgr.a (mgr.24293) 9347 : 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-07T13:43:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:30 smithi022 bash[28554]: cluster 2023-12-07T13:43:29.743824+0000 mgr.a (mgr.24293) 9348 : 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-07T13:43:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:30 smithi044 bash[32620]: cluster 2023-12-07T13:43:29.743824+0000 mgr.a (mgr.24293) 9348 : 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-07T13:43:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:30 smithi027 bash[31536]: cluster 2023-12-07T13:43:29.743824+0000 mgr.a (mgr.24293) 9348 : 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-07T13:43:31.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:31.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:31.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:32.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:32.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:32.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:32.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:32.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:32 smithi022 bash[28554]: cluster 2023-12-07T13:43:31.744621+0000 mgr.a (mgr.24293) 9349 : 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-07T13:43:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:32 smithi022 bash[28554]: audit 2023-12-07T13:43:32.122636+0000 mgr.a (mgr.24293) 9350 : audit 0 from='client.192162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:32 smithi044 bash[32620]: cluster 2023-12-07T13:43:31.744621+0000 mgr.a (mgr.24293) 9349 : 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-07T13:43:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:32 smithi044 bash[32620]: audit 2023-12-07T13:43:32.122636+0000 mgr.a (mgr.24293) 9350 : audit 0 from='client.192162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:32 smithi027 bash[31536]: cluster 2023-12-07T13:43:31.744621+0000 mgr.a (mgr.24293) 9349 : 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-07T13:43:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:32 smithi027 bash[31536]: audit 2023-12-07T13:43:32.122636+0000 mgr.a (mgr.24293) 9350 : audit 0 from='client.192162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:34 smithi022 bash[28554]: cluster 2023-12-07T13:43:33.745376+0000 mgr.a (mgr.24293) 9351 : cluster 0 pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:43:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:34 smithi044 bash[32620]: cluster 2023-12-07T13:43:33.745376+0000 mgr.a (mgr.24293) 9351 : cluster 0 pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:43:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:34 smithi027 bash[31536]: cluster 2023-12-07T13:43:33.745376+0000 mgr.a (mgr.24293) 9351 : cluster 0 pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:43:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:36 smithi044 bash[32620]: cluster 2023-12-07T13:43:35.746186+0000 mgr.a (mgr.24293) 9352 : cluster 0 pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:43:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:36 smithi022 bash[28554]: cluster 2023-12-07T13:43:35.746186+0000 mgr.a (mgr.24293) 9352 : cluster 0 pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:43:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:36 smithi027 bash[31536]: cluster 2023-12-07T13:43:35.746186+0000 mgr.a (mgr.24293) 9352 : cluster 0 pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:43:37.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:37.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:37.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:38.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:38.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:38.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:38.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:38.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:38 smithi044 bash[32620]: cluster 2023-12-07T13:43:37.746752+0000 mgr.a (mgr.24293) 9353 : 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-07T13:43:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:38 smithi044 bash[32620]: audit 2023-12-07T13:43:38.070162+0000 mgr.a (mgr.24293) 9354 : audit 0 from='client.192240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:38 smithi022 bash[28554]: cluster 2023-12-07T13:43:37.746752+0000 mgr.a (mgr.24293) 9353 : 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-07T13:43:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:38 smithi022 bash[28554]: audit 2023-12-07T13:43:38.070162+0000 mgr.a (mgr.24293) 9354 : audit 0 from='client.192240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:38 smithi027 bash[31536]: cluster 2023-12-07T13:43:37.746752+0000 mgr.a (mgr.24293) 9353 : 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-07T13:43:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:38 smithi027 bash[31536]: audit 2023-12-07T13:43:38.070162+0000 mgr.a (mgr.24293) 9354 : audit 0 from='client.192240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:40 smithi044 bash[32620]: cluster 2023-12-07T13:43:39.747493+0000 mgr.a (mgr.24293) 9355 : 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-07T13:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:40 smithi022 bash[28554]: cluster 2023-12-07T13:43:39.747493+0000 mgr.a (mgr.24293) 9355 : 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-07T13:43:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:40 smithi027 bash[31536]: cluster 2023-12-07T13:43:39.747493+0000 mgr.a (mgr.24293) 9355 : 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-07T13:43:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:42 smithi044 bash[32620]: cluster 2023-12-07T13:43:41.748358+0000 mgr.a (mgr.24293) 9356 : 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-07T13:43:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:42 smithi022 bash[28554]: cluster 2023-12-07T13:43:41.748358+0000 mgr.a (mgr.24293) 9356 : 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-07T13:43:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:42 smithi027 bash[31536]: cluster 2023-12-07T13:43:41.748358+0000 mgr.a (mgr.24293) 9356 : 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-07T13:43:43.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:43.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:43.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:44.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:44.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:44.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:44.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:44.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:44 smithi044 bash[32620]: cluster 2023-12-07T13:43:43.748798+0000 mgr.a (mgr.24293) 9357 : 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-07T13:43:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:44 smithi044 bash[32620]: audit 2023-12-07T13:43:44.014749+0000 mgr.a (mgr.24293) 9358 : audit 0 from='client.192315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:44 smithi022 bash[28554]: cluster 2023-12-07T13:43:43.748798+0000 mgr.a (mgr.24293) 9357 : 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-07T13:43:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:44 smithi022 bash[28554]: audit 2023-12-07T13:43:44.014749+0000 mgr.a (mgr.24293) 9358 : audit 0 from='client.192315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:44 smithi027 bash[31536]: cluster 2023-12-07T13:43:43.748798+0000 mgr.a (mgr.24293) 9357 : 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-07T13:43:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:44 smithi027 bash[31536]: audit 2023-12-07T13:43:44.014749+0000 mgr.a (mgr.24293) 9358 : audit 0 from='client.192315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:46 smithi044 bash[32620]: cluster 2023-12-07T13:43:45.749739+0000 mgr.a (mgr.24293) 9359 : 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-07T13:43:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:46 smithi022 bash[28554]: cluster 2023-12-07T13:43:45.749739+0000 mgr.a (mgr.24293) 9359 : 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-07T13:43:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:46 smithi027 bash[31536]: cluster 2023-12-07T13:43:45.749739+0000 mgr.a (mgr.24293) 9359 : 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-07T13:43:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:48 smithi044 bash[32620]: cluster 2023-12-07T13:43:47.750295+0000 mgr.a (mgr.24293) 9360 : 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-07T13:43:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:48 smithi022 bash[28554]: cluster 2023-12-07T13:43:47.750295+0000 mgr.a (mgr.24293) 9360 : 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-07T13:43:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:48 smithi027 bash[31536]: cluster 2023-12-07T13:43:47.750295+0000 mgr.a (mgr.24293) 9360 : 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-07T13:43:49.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:49.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:49.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:50.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:50.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:50.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:50.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:50.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:50 smithi022 bash[28554]: cluster 2023-12-07T13:43:49.750833+0000 mgr.a (mgr.24293) 9361 : 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-07T13:43:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:50 smithi022 bash[28554]: audit 2023-12-07T13:43:49.934569+0000 mgr.a (mgr.24293) 9362 : audit 0 from='client.192393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:50 smithi044 bash[32620]: cluster 2023-12-07T13:43:49.750833+0000 mgr.a (mgr.24293) 9361 : 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-07T13:43:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:50 smithi044 bash[32620]: audit 2023-12-07T13:43:49.934569+0000 mgr.a (mgr.24293) 9362 : audit 0 from='client.192393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:50 smithi027 bash[31536]: cluster 2023-12-07T13:43:49.750833+0000 mgr.a (mgr.24293) 9361 : 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-07T13:43:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:50 smithi027 bash[31536]: audit 2023-12-07T13:43:49.934569+0000 mgr.a (mgr.24293) 9362 : audit 0 from='client.192393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:52 smithi044 bash[32620]: cluster 2023-12-07T13:43:51.751852+0000 mgr.a (mgr.24293) 9363 : cluster 0 pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:52 smithi022 bash[28554]: cluster 2023-12-07T13:43:51.751852+0000 mgr.a (mgr.24293) 9363 : cluster 0 pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:52 smithi027 bash[31536]: cluster 2023-12-07T13:43:51.751852+0000 mgr.a (mgr.24293) 9363 : cluster 0 pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:54 smithi022 bash[28554]: cluster 2023-12-07T13:43:53.752463+0000 mgr.a (mgr.24293) 9364 : cluster 0 pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:43:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:54 smithi044 bash[32620]: cluster 2023-12-07T13:43:53.752463+0000 mgr.a (mgr.24293) 9364 : cluster 0 pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:43:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:54 smithi027 bash[31536]: cluster 2023-12-07T13:43:53.752463+0000 mgr.a (mgr.24293) 9364 : cluster 0 pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:43:55.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:43:55.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:55.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:56.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:43:56.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:56.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:56.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:56.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:43:57.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:56 smithi022 bash[28554]: cluster 2023-12-07T13:43:55.753205+0000 mgr.a (mgr.24293) 9365 : 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-07T13:43:57.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:56 smithi022 bash[28554]: audit 2023-12-07T13:43:55.881871+0000 mgr.a (mgr.24293) 9366 : audit 0 from='client.192471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:57.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:56 smithi044 bash[32620]: cluster 2023-12-07T13:43:55.753205+0000 mgr.a (mgr.24293) 9365 : 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-07T13:43:57.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:56 smithi044 bash[32620]: audit 2023-12-07T13:43:55.881871+0000 mgr.a (mgr.24293) 9366 : audit 0 from='client.192471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:56 smithi027 bash[31536]: cluster 2023-12-07T13:43:55.753205+0000 mgr.a (mgr.24293) 9365 : 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-07T13:43:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:56 smithi027 bash[31536]: audit 2023-12-07T13:43:55.881871+0000 mgr.a (mgr.24293) 9366 : audit 0 from='client.192471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:43:58 smithi044 bash[32620]: cluster 2023-12-07T13:43:57.753871+0000 mgr.a (mgr.24293) 9367 : 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-07T13:43:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:43:58 smithi022 bash[28554]: cluster 2023-12-07T13:43:57.753871+0000 mgr.a (mgr.24293) 9367 : 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-07T13:43:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:43:58 smithi027 bash[31536]: cluster 2023-12-07T13:43:57.753871+0000 mgr.a (mgr.24293) 9367 : 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-07T13:44:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:00 smithi022 bash[28554]: cluster 2023-12-07T13:43:59.754474+0000 mgr.a (mgr.24293) 9368 : 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-07T13:44:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:00 smithi044 bash[32620]: cluster 2023-12-07T13:43:59.754474+0000 mgr.a (mgr.24293) 9368 : 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-07T13:44:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:00 smithi027 bash[31536]: cluster 2023-12-07T13:43:59.754474+0000 mgr.a (mgr.24293) 9368 : 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-07T13:44:01.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:01.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:01.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:02.346 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:02.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:02.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:02.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:02.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:02 smithi044 bash[32620]: cluster 2023-12-07T13:44:01.755268+0000 mgr.a (mgr.24293) 9369 : 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-07T13:44:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:02 smithi044 bash[32620]: audit 2023-12-07T13:44:01.839473+0000 mgr.a (mgr.24293) 9370 : audit 0 from='client.192549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:02 smithi022 bash[28554]: cluster 2023-12-07T13:44:01.755268+0000 mgr.a (mgr.24293) 9369 : 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-07T13:44:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:02 smithi022 bash[28554]: audit 2023-12-07T13:44:01.839473+0000 mgr.a (mgr.24293) 9370 : audit 0 from='client.192549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:02 smithi027 bash[31536]: cluster 2023-12-07T13:44:01.755268+0000 mgr.a (mgr.24293) 9369 : 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-07T13:44:03.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:02 smithi027 bash[31536]: audit 2023-12-07T13:44:01.839473+0000 mgr.a (mgr.24293) 9370 : audit 0 from='client.192549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:05.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:04 smithi044 bash[32620]: cluster 2023-12-07T13:44:03.755978+0000 mgr.a (mgr.24293) 9371 : cluster 0 pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:05.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:04 smithi044 bash[32620]: audit 2023-12-07T13:44:04.728417+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:44:05.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:04 smithi022 bash[28554]: cluster 2023-12-07T13:44:03.755978+0000 mgr.a (mgr.24293) 9371 : cluster 0 pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:05.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:04 smithi022 bash[28554]: audit 2023-12-07T13:44:04.728417+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:44:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:04 smithi027 bash[31536]: cluster 2023-12-07T13:44:03.755978+0000 mgr.a (mgr.24293) 9371 : cluster 0 pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:04 smithi027 bash[31536]: audit 2023-12-07T13:44:04.728417+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:44:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:06 smithi022 bash[28554]: audit 2023-12-07T13:44:05.256928+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:06 smithi022 bash[28554]: audit 2023-12-07T13:44:05.262655+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:06 smithi022 bash[28554]: audit 2023-12-07T13:44:06.043750+0000 mon.a (mon.0) 1749 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:06 smithi022 bash[28554]: audit 2023-12-07T13:44:06.045706+0000 mon.a (mon.0) 1750 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:06 smithi022 bash[28554]: audit 2023-12-07T13:44:06.056047+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:06 smithi044 bash[32620]: audit 2023-12-07T13:44:05.256928+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:06 smithi044 bash[32620]: audit 2023-12-07T13:44:05.262655+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:06 smithi044 bash[32620]: audit 2023-12-07T13:44:06.043750+0000 mon.a (mon.0) 1749 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:06 smithi044 bash[32620]: audit 2023-12-07T13:44:06.045706+0000 mon.a (mon.0) 1750 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:44:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:06 smithi044 bash[32620]: audit 2023-12-07T13:44:06.056047+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:06 smithi027 bash[31536]: audit 2023-12-07T13:44:05.256928+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:06 smithi027 bash[31536]: audit 2023-12-07T13:44:05.262655+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:06 smithi027 bash[31536]: audit 2023-12-07T13:44:06.043750+0000 mon.a (mon.0) 1749 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:44:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:06 smithi027 bash[31536]: audit 2023-12-07T13:44:06.045706+0000 mon.a (mon.0) 1750 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:44:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:06 smithi027 bash[31536]: audit 2023-12-07T13:44:06.056047+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:44:07.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:07.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:07.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:07 smithi022 bash[28554]: cluster 2023-12-07T13:44:05.756788+0000 mgr.a (mgr.24293) 9372 : cluster 0 pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:44:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:07 smithi044 bash[32620]: cluster 2023-12-07T13:44:05.756788+0000 mgr.a (mgr.24293) 9372 : cluster 0 pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:44:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:07 smithi027 bash[31536]: cluster 2023-12-07T13:44:05.756788+0000 mgr.a (mgr.24293) 9372 : cluster 0 pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:44:08.273 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:08.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:08.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:08.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:08.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:08 smithi044 bash[32620]: cluster 2023-12-07T13:44:07.757298+0000 mgr.a (mgr.24293) 9373 : 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-07T13:44:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:08 smithi044 bash[32620]: audit 2023-12-07T13:44:07.760358+0000 mgr.a (mgr.24293) 9374 : audit 0 from='client.192627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:08 smithi022 bash[28554]: cluster 2023-12-07T13:44:07.757298+0000 mgr.a (mgr.24293) 9373 : 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-07T13:44:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:08 smithi022 bash[28554]: audit 2023-12-07T13:44:07.760358+0000 mgr.a (mgr.24293) 9374 : audit 0 from='client.192627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:08 smithi027 bash[31536]: cluster 2023-12-07T13:44:07.757298+0000 mgr.a (mgr.24293) 9373 : 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-07T13:44:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:08 smithi027 bash[31536]: audit 2023-12-07T13:44:07.760358+0000 mgr.a (mgr.24293) 9374 : audit 0 from='client.192627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:10 smithi022 bash[28554]: cluster 2023-12-07T13:44:09.757966+0000 mgr.a (mgr.24293) 9375 : 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-07T13:44:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:10 smithi044 bash[32620]: cluster 2023-12-07T13:44:09.757966+0000 mgr.a (mgr.24293) 9375 : 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-07T13:44:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:10 smithi027 bash[31536]: cluster 2023-12-07T13:44:09.757966+0000 mgr.a (mgr.24293) 9375 : 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-07T13:44:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:12 smithi044 bash[32620]: cluster 2023-12-07T13:44:11.758768+0000 mgr.a (mgr.24293) 9376 : 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-07T13:44:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:12 smithi022 bash[28554]: cluster 2023-12-07T13:44:11.758768+0000 mgr.a (mgr.24293) 9376 : 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-07T13:44:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:12 smithi027 bash[31536]: cluster 2023-12-07T13:44:11.758768+0000 mgr.a (mgr.24293) 9376 : 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-07T13:44:13.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:13.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:13.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:14.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:14.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:14.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:14.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:14.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:14 smithi044 bash[32620]: audit 2023-12-07T13:44:13.691663+0000 mgr.a (mgr.24293) 9377 : audit 0 from='client.192705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:14 smithi044 bash[32620]: cluster 2023-12-07T13:44:13.759342+0000 mgr.a (mgr.24293) 9378 : 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-07T13:44:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:14 smithi022 bash[28554]: audit 2023-12-07T13:44:13.691663+0000 mgr.a (mgr.24293) 9377 : audit 0 from='client.192705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:14 smithi022 bash[28554]: cluster 2023-12-07T13:44:13.759342+0000 mgr.a (mgr.24293) 9378 : 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-07T13:44:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:14 smithi027 bash[31536]: audit 2023-12-07T13:44:13.691663+0000 mgr.a (mgr.24293) 9377 : audit 0 from='client.192705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:14 smithi027 bash[31536]: cluster 2023-12-07T13:44:13.759342+0000 mgr.a (mgr.24293) 9378 : 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-07T13:44:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:16 smithi044 bash[32620]: cluster 2023-12-07T13:44:15.760254+0000 mgr.a (mgr.24293) 9379 : 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-07T13:44:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:16 smithi022 bash[28554]: cluster 2023-12-07T13:44:15.760254+0000 mgr.a (mgr.24293) 9379 : 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-07T13:44:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:16 smithi027 bash[31536]: cluster 2023-12-07T13:44:15.760254+0000 mgr.a (mgr.24293) 9379 : 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-07T13:44:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:18 smithi044 bash[32620]: cluster 2023-12-07T13:44:17.760802+0000 mgr.a (mgr.24293) 9380 : 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-07T13:44:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:18 smithi022 bash[28554]: cluster 2023-12-07T13:44:17.760802+0000 mgr.a (mgr.24293) 9380 : 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-07T13:44:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:18 smithi027 bash[31536]: cluster 2023-12-07T13:44:17.760802+0000 mgr.a (mgr.24293) 9380 : 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-07T13:44:19.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:19.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:19.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:20.189 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:20.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:20.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:20.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:20.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:20 smithi044 bash[32620]: audit 2023-12-07T13:44:19.656774+0000 mgr.a (mgr.24293) 9381 : audit 0 from='client.192777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:20 smithi044 bash[32620]: cluster 2023-12-07T13:44:19.761513+0000 mgr.a (mgr.24293) 9382 : 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-07T13:44:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:20 smithi022 bash[28554]: audit 2023-12-07T13:44:19.656774+0000 mgr.a (mgr.24293) 9381 : audit 0 from='client.192777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:20 smithi022 bash[28554]: cluster 2023-12-07T13:44:19.761513+0000 mgr.a (mgr.24293) 9382 : 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-07T13:44:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:20 smithi027 bash[31536]: audit 2023-12-07T13:44:19.656774+0000 mgr.a (mgr.24293) 9381 : audit 0 from='client.192777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:20 smithi027 bash[31536]: cluster 2023-12-07T13:44:19.761513+0000 mgr.a (mgr.24293) 9382 : 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-07T13:44:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:22 smithi044 bash[32620]: cluster 2023-12-07T13:44:21.762428+0000 mgr.a (mgr.24293) 9383 : 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-07T13:44:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:22 smithi022 bash[28554]: cluster 2023-12-07T13:44:21.762428+0000 mgr.a (mgr.24293) 9383 : 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-07T13:44:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:22 smithi027 bash[31536]: cluster 2023-12-07T13:44:21.762428+0000 mgr.a (mgr.24293) 9383 : 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-07T13:44:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:24 smithi022 bash[28554]: cluster 2023-12-07T13:44:23.763010+0000 mgr.a (mgr.24293) 9384 : 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-07T13:44:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:24 smithi044 bash[32620]: cluster 2023-12-07T13:44:23.763010+0000 mgr.a (mgr.24293) 9384 : 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-07T13:44:25.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:25.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:25.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:24 smithi027 bash[31536]: cluster 2023-12-07T13:44:23.763010+0000 mgr.a (mgr.24293) 9384 : 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-07T13:44:26.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:26.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:26.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:26.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:26.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:26 smithi044 bash[32620]: audit 2023-12-07T13:44:25.600943+0000 mgr.a (mgr.24293) 9385 : audit 0 from='client.192852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:26 smithi044 bash[32620]: cluster 2023-12-07T13:44:25.764159+0000 mgr.a (mgr.24293) 9386 : 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-07T13:44:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:26 smithi022 bash[28554]: audit 2023-12-07T13:44:25.600943+0000 mgr.a (mgr.24293) 9385 : audit 0 from='client.192852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:26 smithi022 bash[28554]: cluster 2023-12-07T13:44:25.764159+0000 mgr.a (mgr.24293) 9386 : 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-07T13:44:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:26 smithi027 bash[31536]: audit 2023-12-07T13:44:25.600943+0000 mgr.a (mgr.24293) 9385 : audit 0 from='client.192852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:26 smithi027 bash[31536]: cluster 2023-12-07T13:44:25.764159+0000 mgr.a (mgr.24293) 9386 : 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-07T13:44:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:28 smithi022 bash[28554]: cluster 2023-12-07T13:44:27.764856+0000 mgr.a (mgr.24293) 9387 : 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-07T13:44:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:28 smithi044 bash[32620]: cluster 2023-12-07T13:44:27.764856+0000 mgr.a (mgr.24293) 9387 : 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-07T13:44:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:28 smithi027 bash[31536]: cluster 2023-12-07T13:44:27.764856+0000 mgr.a (mgr.24293) 9387 : 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-07T13:44:31.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:31.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:31.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:30 smithi044 bash[32620]: cluster 2023-12-07T13:44:29.765433+0000 mgr.a (mgr.24293) 9388 : 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-07T13:44:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:30 smithi022 bash[28554]: cluster 2023-12-07T13:44:29.765433+0000 mgr.a (mgr.24293) 9388 : 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-07T13:44:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:30 smithi027 bash[31536]: cluster 2023-12-07T13:44:29.765433+0000 mgr.a (mgr.24293) 9388 : 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-07T13:44:32.065 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:32.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:32.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:32.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:32.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:32 smithi044 bash[32620]: audit 2023-12-07T13:44:31.541553+0000 mgr.a (mgr.24293) 9389 : audit 0 from='client.192927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:32 smithi044 bash[32620]: cluster 2023-12-07T13:44:31.766204+0000 mgr.a (mgr.24293) 9390 : 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-07T13:44:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:32 smithi022 bash[28554]: audit 2023-12-07T13:44:31.541553+0000 mgr.a (mgr.24293) 9389 : audit 0 from='client.192927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:32 smithi022 bash[28554]: cluster 2023-12-07T13:44:31.766204+0000 mgr.a (mgr.24293) 9390 : 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-07T13:44:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:32 smithi027 bash[31536]: audit 2023-12-07T13:44:31.541553+0000 mgr.a (mgr.24293) 9389 : audit 0 from='client.192927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:32 smithi027 bash[31536]: cluster 2023-12-07T13:44:31.766204+0000 mgr.a (mgr.24293) 9390 : 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-07T13:44:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:34 smithi044 bash[32620]: cluster 2023-12-07T13:44:33.766872+0000 mgr.a (mgr.24293) 9391 : 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-07T13:44:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:34 smithi022 bash[28554]: cluster 2023-12-07T13:44:33.766872+0000 mgr.a (mgr.24293) 9391 : 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-07T13:44:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:34 smithi027 bash[31536]: cluster 2023-12-07T13:44:33.766872+0000 mgr.a (mgr.24293) 9391 : 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-07T13:44:37.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:37.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:37.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:36 smithi022 bash[28554]: cluster 2023-12-07T13:44:35.767736+0000 mgr.a (mgr.24293) 9392 : 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-07T13:44:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:36 smithi044 bash[32620]: cluster 2023-12-07T13:44:35.767736+0000 mgr.a (mgr.24293) 9392 : 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-07T13:44:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:36 smithi027 bash[31536]: cluster 2023-12-07T13:44:35.767736+0000 mgr.a (mgr.24293) 9392 : 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-07T13:44:37.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:37.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:37.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:37.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:37.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:38 smithi044 bash[32620]: audit 2023-12-07T13:44:37.483658+0000 mgr.a (mgr.24293) 9393 : audit 0 from='client.193005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:38 smithi044 bash[32620]: cluster 2023-12-07T13:44:37.768621+0000 mgr.a (mgr.24293) 9394 : 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-07T13:44:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:38 smithi022 bash[28554]: audit 2023-12-07T13:44:37.483658+0000 mgr.a (mgr.24293) 9393 : audit 0 from='client.193005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:38 smithi022 bash[28554]: cluster 2023-12-07T13:44:37.768621+0000 mgr.a (mgr.24293) 9394 : 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-07T13:44:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:38 smithi027 bash[31536]: audit 2023-12-07T13:44:37.483658+0000 mgr.a (mgr.24293) 9393 : audit 0 from='client.193005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:38 smithi027 bash[31536]: cluster 2023-12-07T13:44:37.768621+0000 mgr.a (mgr.24293) 9394 : 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-07T13:44:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:40 smithi044 bash[32620]: cluster 2023-12-07T13:44:39.769401+0000 mgr.a (mgr.24293) 9395 : 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-07T13:44:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:40 smithi022 bash[28554]: cluster 2023-12-07T13:44:39.769401+0000 mgr.a (mgr.24293) 9395 : 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-07T13:44:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:40 smithi027 bash[31536]: cluster 2023-12-07T13:44:39.769401+0000 mgr.a (mgr.24293) 9395 : 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-07T13:44:43.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:43.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:43.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:42 smithi044 bash[32620]: cluster 2023-12-07T13:44:41.770370+0000 mgr.a (mgr.24293) 9396 : 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-07T13:44:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:42 smithi022 bash[28554]: cluster 2023-12-07T13:44:41.770370+0000 mgr.a (mgr.24293) 9396 : 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-07T13:44:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:42 smithi027 bash[31536]: cluster 2023-12-07T13:44:41.770370+0000 mgr.a (mgr.24293) 9396 : 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-07T13:44:43.947 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:43.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:44 smithi044 bash[32620]: audit 2023-12-07T13:44:43.411630+0000 mgr.a (mgr.24293) 9397 : audit 0 from='client.193083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:44 smithi044 bash[32620]: cluster 2023-12-07T13:44:43.770910+0000 mgr.a (mgr.24293) 9398 : 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-07T13:44:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:44 smithi022 bash[28554]: audit 2023-12-07T13:44:43.411630+0000 mgr.a (mgr.24293) 9397 : audit 0 from='client.193083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:44 smithi022 bash[28554]: cluster 2023-12-07T13:44:43.770910+0000 mgr.a (mgr.24293) 9398 : 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-07T13:44:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:44 smithi027 bash[31536]: audit 2023-12-07T13:44:43.411630+0000 mgr.a (mgr.24293) 9397 : audit 0 from='client.193083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:44 smithi027 bash[31536]: cluster 2023-12-07T13:44:43.770910+0000 mgr.a (mgr.24293) 9398 : 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-07T13:44:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:46 smithi044 bash[32620]: cluster 2023-12-07T13:44:45.771807+0000 mgr.a (mgr.24293) 9399 : 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-07T13:44:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:46 smithi022 bash[28554]: cluster 2023-12-07T13:44:45.771807+0000 mgr.a (mgr.24293) 9399 : 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-07T13:44:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:46 smithi027 bash[31536]: cluster 2023-12-07T13:44:45.771807+0000 mgr.a (mgr.24293) 9399 : 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-07T13:44:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:48 smithi044 bash[32620]: cluster 2023-12-07T13:44:47.772375+0000 mgr.a (mgr.24293) 9400 : 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-07T13:44:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:48 smithi022 bash[28554]: cluster 2023-12-07T13:44:47.772375+0000 mgr.a (mgr.24293) 9400 : 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-07T13:44:48.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:48.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:48.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:48 smithi027 bash[31536]: cluster 2023-12-07T13:44:47.772375+0000 mgr.a (mgr.24293) 9400 : 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-07T13:44:49.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:49.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:49.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:49.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:49.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:49 smithi044 bash[32620]: audit 2023-12-07T13:44:49.361749+0000 mgr.a (mgr.24293) 9401 : audit 0 from='client.193161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:49 smithi022 bash[28554]: audit 2023-12-07T13:44:49.361749+0000 mgr.a (mgr.24293) 9401 : audit 0 from='client.193161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:49 smithi027 bash[31536]: audit 2023-12-07T13:44:49.361749+0000 mgr.a (mgr.24293) 9401 : audit 0 from='client.193161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:50 smithi044 bash[32620]: cluster 2023-12-07T13:44:49.773168+0000 mgr.a (mgr.24293) 9402 : 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-07T13:44:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:50 smithi022 bash[28554]: cluster 2023-12-07T13:44:49.773168+0000 mgr.a (mgr.24293) 9402 : 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-07T13:44:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:50 smithi027 bash[31536]: cluster 2023-12-07T13:44:49.773168+0000 mgr.a (mgr.24293) 9402 : 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-07T13:44:53.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:52 smithi022 bash[28554]: cluster 2023-12-07T13:44:51.774045+0000 mgr.a (mgr.24293) 9403 : 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-07T13:44:53.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:52 smithi044 bash[32620]: cluster 2023-12-07T13:44:51.774045+0000 mgr.a (mgr.24293) 9403 : 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-07T13:44:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:52 smithi027 bash[31536]: cluster 2023-12-07T13:44:51.774045+0000 mgr.a (mgr.24293) 9403 : 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-07T13:44:54.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:44:54.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:54.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:54 smithi044 bash[32620]: cluster 2023-12-07T13:44:53.774622+0000 mgr.a (mgr.24293) 9404 : 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-07T13:44:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:54 smithi022 bash[28554]: cluster 2023-12-07T13:44:53.774622+0000 mgr.a (mgr.24293) 9404 : 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-07T13:44:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:54 smithi027 bash[31536]: cluster 2023-12-07T13:44:53.774622+0000 mgr.a (mgr.24293) 9404 : 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-07T13:44:55.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:44:55.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:55.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:55.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:55.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:44:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:55 smithi022 bash[28554]: audit 2023-12-07T13:44:55.298162+0000 mgr.a (mgr.24293) 9405 : audit 0 from='client.193236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:55 smithi044 bash[32620]: audit 2023-12-07T13:44:55.298162+0000 mgr.a (mgr.24293) 9405 : audit 0 from='client.193236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:55 smithi027 bash[31536]: audit 2023-12-07T13:44:55.298162+0000 mgr.a (mgr.24293) 9405 : audit 0 from='client.193236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:56 smithi044 bash[32620]: cluster 2023-12-07T13:44:55.775489+0000 mgr.a (mgr.24293) 9406 : cluster 0 pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:56 smithi022 bash[28554]: cluster 2023-12-07T13:44:55.775489+0000 mgr.a (mgr.24293) 9406 : cluster 0 pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:56 smithi027 bash[31536]: cluster 2023-12-07T13:44:55.775489+0000 mgr.a (mgr.24293) 9406 : cluster 0 pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:44:58 smithi022 bash[28554]: cluster 2023-12-07T13:44:57.776120+0000 mgr.a (mgr.24293) 9407 : cluster 0 pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:44:58 smithi044 bash[32620]: cluster 2023-12-07T13:44:57.776120+0000 mgr.a (mgr.24293) 9407 : cluster 0 pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:44:58 smithi027 bash[31536]: cluster 2023-12-07T13:44:57.776120+0000 mgr.a (mgr.24293) 9407 : cluster 0 pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:45:00.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:00.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:00.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:01.138 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:00 smithi022 bash[28554]: cluster 2023-12-07T13:44:59.776796+0000 mgr.a (mgr.24293) 9408 : cluster 0 pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:45:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:00 smithi044 bash[32620]: cluster 2023-12-07T13:44:59.776796+0000 mgr.a (mgr.24293) 9408 : cluster 0 pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:45:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:00 smithi027 bash[31536]: cluster 2023-12-07T13:44:59.776796+0000 mgr.a (mgr.24293) 9408 : cluster 0 pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:45:01.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:01.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:01.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:01.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:01.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:01 smithi044 bash[32620]: audit 2023-12-07T13:45:01.242434+0000 mgr.a (mgr.24293) 9409 : audit 0 from='client.193311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:01 smithi022 bash[28554]: audit 2023-12-07T13:45:01.242434+0000 mgr.a (mgr.24293) 9409 : audit 0 from='client.193311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:01 smithi027 bash[31536]: audit 2023-12-07T13:45:01.242434+0000 mgr.a (mgr.24293) 9409 : audit 0 from='client.193311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:02 smithi044 bash[32620]: cluster 2023-12-07T13:45:01.777937+0000 mgr.a (mgr.24293) 9410 : 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-07T13:45:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:02 smithi022 bash[28554]: cluster 2023-12-07T13:45:01.777937+0000 mgr.a (mgr.24293) 9410 : 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-07T13:45:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:02 smithi027 bash[31536]: cluster 2023-12-07T13:45:01.777937+0000 mgr.a (mgr.24293) 9410 : 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-07T13:45:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:04 smithi044 bash[32620]: cluster 2023-12-07T13:45:03.778523+0000 mgr.a (mgr.24293) 9411 : 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-07T13:45:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:04 smithi022 bash[28554]: cluster 2023-12-07T13:45:03.778523+0000 mgr.a (mgr.24293) 9411 : 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-07T13:45:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:04 smithi027 bash[31536]: cluster 2023-12-07T13:45:03.778523+0000 mgr.a (mgr.24293) 9411 : 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-07T13:45:06.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:06.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:06.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:06 smithi044 bash[32620]: cluster 2023-12-07T13:45:05.779250+0000 mgr.a (mgr.24293) 9412 : 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-07T13:45:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:06 smithi044 bash[32620]: audit 2023-12-07T13:45:06.158038+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:45:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:06 smithi044 bash[32620]: audit 2023-12-07T13:45:06.738139+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:06 smithi044 bash[32620]: audit 2023-12-07T13:45:06.743550+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:06 smithi044 bash[32620]: audit 2023-12-07T13:45:06.747853+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:06 smithi044 bash[32620]: audit 2023-12-07T13:45:06.753685+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:06 smithi022 bash[28554]: cluster 2023-12-07T13:45:05.779250+0000 mgr.a (mgr.24293) 9412 : 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-07T13:45:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:06 smithi022 bash[28554]: audit 2023-12-07T13:45:06.158038+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:45:07.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:06 smithi022 bash[28554]: audit 2023-12-07T13:45:06.738139+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:06 smithi022 bash[28554]: audit 2023-12-07T13:45:06.743550+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:06 smithi022 bash[28554]: audit 2023-12-07T13:45:06.747853+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:06 smithi022 bash[28554]: audit 2023-12-07T13:45:06.753685+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:06 smithi027 bash[31536]: cluster 2023-12-07T13:45:05.779250+0000 mgr.a (mgr.24293) 9412 : 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-07T13:45:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:06 smithi027 bash[31536]: audit 2023-12-07T13:45:06.158038+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:45:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:06 smithi027 bash[31536]: audit 2023-12-07T13:45:06.738139+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:06 smithi027 bash[31536]: audit 2023-12-07T13:45:06.743550+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:06 smithi027 bash[31536]: audit 2023-12-07T13:45:06.747853+0000 mon.a (mon.0) 1755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:06 smithi027 bash[31536]: audit 2023-12-07T13:45:06.753685+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:07.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:07.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:07.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:07.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:07.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:07 smithi044 bash[32620]: audit 2023-12-07T13:45:07.195329+0000 mgr.a (mgr.24293) 9413 : audit 0 from='client.193386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:07 smithi044 bash[32620]: audit 2023-12-07T13:45:07.551122+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:45:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:07 smithi044 bash[32620]: audit 2023-12-07T13:45:07.553056+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:45:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:07 smithi044 bash[32620]: audit 2023-12-07T13:45:07.562110+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:07 smithi022 bash[28554]: audit 2023-12-07T13:45:07.195329+0000 mgr.a (mgr.24293) 9413 : audit 0 from='client.193386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:07 smithi022 bash[28554]: audit 2023-12-07T13:45:07.551122+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:45:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:07 smithi022 bash[28554]: audit 2023-12-07T13:45:07.553056+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:45:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:07 smithi022 bash[28554]: audit 2023-12-07T13:45:07.562110+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:07 smithi027 bash[31536]: audit 2023-12-07T13:45:07.195329+0000 mgr.a (mgr.24293) 9413 : audit 0 from='client.193386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:07 smithi027 bash[31536]: audit 2023-12-07T13:45:07.551122+0000 mon.a (mon.0) 1757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:45:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:07 smithi027 bash[31536]: audit 2023-12-07T13:45:07.553056+0000 mon.a (mon.0) 1758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:45:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:07 smithi027 bash[31536]: audit 2023-12-07T13:45:07.562110+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:45:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:08 smithi044 bash[32620]: cluster 2023-12-07T13:45:07.780012+0000 mgr.a (mgr.24293) 9414 : cluster 0 pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:45:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:08 smithi022 bash[28554]: cluster 2023-12-07T13:45:07.780012+0000 mgr.a (mgr.24293) 9414 : cluster 0 pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:45:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:08 smithi027 bash[31536]: cluster 2023-12-07T13:45:07.780012+0000 mgr.a (mgr.24293) 9414 : cluster 0 pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:45:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:10 smithi044 bash[32620]: cluster 2023-12-07T13:45:09.780724+0000 mgr.a (mgr.24293) 9415 : cluster 0 pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:45:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:10 smithi022 bash[28554]: cluster 2023-12-07T13:45:09.780724+0000 mgr.a (mgr.24293) 9415 : cluster 0 pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:45:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:10 smithi027 bash[31536]: cluster 2023-12-07T13:45:09.780724+0000 mgr.a (mgr.24293) 9415 : cluster 0 pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:45:12.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:12.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:12.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:12 smithi044 bash[32620]: cluster 2023-12-07T13:45:11.781704+0000 mgr.a (mgr.24293) 9416 : cluster 0 pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:45:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:12 smithi022 bash[28554]: cluster 2023-12-07T13:45:11.781704+0000 mgr.a (mgr.24293) 9416 : cluster 0 pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:45:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:12 smithi027 bash[31536]: cluster 2023-12-07T13:45:11.781704+0000 mgr.a (mgr.24293) 9416 : cluster 0 pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:45:13.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:13 smithi044 bash[32620]: audit 2023-12-07T13:45:13.145421+0000 mgr.a (mgr.24293) 9417 : audit 0 from='client.193464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:13 smithi022 bash[28554]: audit 2023-12-07T13:45:13.145421+0000 mgr.a (mgr.24293) 9417 : audit 0 from='client.193464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:13 smithi027 bash[31536]: audit 2023-12-07T13:45:13.145421+0000 mgr.a (mgr.24293) 9417 : audit 0 from='client.193464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:14 smithi044 bash[32620]: cluster 2023-12-07T13:45:13.782486+0000 mgr.a (mgr.24293) 9418 : 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-07T13:45:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:14 smithi022 bash[28554]: cluster 2023-12-07T13:45:13.782486+0000 mgr.a (mgr.24293) 9418 : 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-07T13:45:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:14 smithi027 bash[31536]: cluster 2023-12-07T13:45:13.782486+0000 mgr.a (mgr.24293) 9418 : 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-07T13:45:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:16 smithi044 bash[32620]: cluster 2023-12-07T13:45:15.783310+0000 mgr.a (mgr.24293) 9419 : 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-07T13:45:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:16 smithi022 bash[28554]: cluster 2023-12-07T13:45:15.783310+0000 mgr.a (mgr.24293) 9419 : 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-07T13:45:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:16 smithi027 bash[31536]: cluster 2023-12-07T13:45:15.783310+0000 mgr.a (mgr.24293) 9419 : 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-07T13:45:18.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:18 smithi022 bash[28554]: cluster 2023-12-07T13:45:17.783885+0000 mgr.a (mgr.24293) 9420 : 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-07T13:45:18.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:18 smithi044 bash[32620]: cluster 2023-12-07T13:45:17.783885+0000 mgr.a (mgr.24293) 9420 : 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-07T13:45:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:18 smithi027 bash[31536]: cluster 2023-12-07T13:45:17.783885+0000 mgr.a (mgr.24293) 9420 : 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-07T13:45:19.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:19.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:19.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:19.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:19.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:19 smithi044 bash[32620]: audit 2023-12-07T13:45:19.074015+0000 mgr.a (mgr.24293) 9421 : audit 0 from='client.193539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:19 smithi022 bash[28554]: audit 2023-12-07T13:45:19.074015+0000 mgr.a (mgr.24293) 9421 : audit 0 from='client.193539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:19 smithi027 bash[31536]: audit 2023-12-07T13:45:19.074015+0000 mgr.a (mgr.24293) 9421 : audit 0 from='client.193539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:20 smithi044 bash[32620]: cluster 2023-12-07T13:45:19.784602+0000 mgr.a (mgr.24293) 9422 : 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-07T13:45:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:20 smithi022 bash[28554]: cluster 2023-12-07T13:45:19.784602+0000 mgr.a (mgr.24293) 9422 : 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-07T13:45:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:20 smithi027 bash[31536]: cluster 2023-12-07T13:45:19.784602+0000 mgr.a (mgr.24293) 9422 : 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-07T13:45:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:22 smithi044 bash[32620]: cluster 2023-12-07T13:45:21.785573+0000 mgr.a (mgr.24293) 9423 : 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-07T13:45:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:22 smithi022 bash[28554]: cluster 2023-12-07T13:45:21.785573+0000 mgr.a (mgr.24293) 9423 : 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-07T13:45:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:22 smithi027 bash[31536]: cluster 2023-12-07T13:45:21.785573+0000 mgr.a (mgr.24293) 9423 : 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-07T13:45:24.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:24.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:24.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:24 smithi044 bash[32620]: cluster 2023-12-07T13:45:23.786316+0000 mgr.a (mgr.24293) 9424 : 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-07T13:45:25.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:24 smithi022 bash[28554]: cluster 2023-12-07T13:45:23.786316+0000 mgr.a (mgr.24293) 9424 : 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-07T13:45:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:24 smithi027 bash[31536]: cluster 2023-12-07T13:45:23.786316+0000 mgr.a (mgr.24293) 9424 : 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-07T13:45:25.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:25.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:25.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:25.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:25.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:25 smithi044 bash[32620]: audit 2023-12-07T13:45:25.018912+0000 mgr.a (mgr.24293) 9425 : audit 0 from='client.193617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:25 smithi022 bash[28554]: audit 2023-12-07T13:45:25.018912+0000 mgr.a (mgr.24293) 9425 : audit 0 from='client.193617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:25 smithi027 bash[31536]: audit 2023-12-07T13:45:25.018912+0000 mgr.a (mgr.24293) 9425 : audit 0 from='client.193617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:27.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:26 smithi044 bash[32620]: cluster 2023-12-07T13:45:25.787432+0000 mgr.a (mgr.24293) 9426 : cluster 0 pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:45:27.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:26 smithi022 bash[28554]: cluster 2023-12-07T13:45:25.787432+0000 mgr.a (mgr.24293) 9426 : cluster 0 pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:45:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:26 smithi027 bash[31536]: cluster 2023-12-07T13:45:25.787432+0000 mgr.a (mgr.24293) 9426 : cluster 0 pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:45:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:28 smithi044 bash[32620]: cluster 2023-12-07T13:45:27.788051+0000 mgr.a (mgr.24293) 9427 : cluster 0 pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:45:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:28 smithi022 bash[28554]: cluster 2023-12-07T13:45:27.788051+0000 mgr.a (mgr.24293) 9427 : cluster 0 pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:45:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:28 smithi027 bash[31536]: cluster 2023-12-07T13:45:27.788051+0000 mgr.a (mgr.24293) 9427 : cluster 0 pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:45:30.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:30.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:30.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:30 smithi022 bash[28554]: cluster 2023-12-07T13:45:29.788802+0000 mgr.a (mgr.24293) 9428 : cluster 0 pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:45:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:30 smithi044 bash[32620]: cluster 2023-12-07T13:45:29.788802+0000 mgr.a (mgr.24293) 9428 : cluster 0 pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:45:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:30 smithi027 bash[31536]: cluster 2023-12-07T13:45:29.788802+0000 mgr.a (mgr.24293) 9428 : cluster 0 pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:45:31.518 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:31.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:31.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:31.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:31.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:31 smithi044 bash[32620]: audit 2023-12-07T13:45:30.982385+0000 mgr.a (mgr.24293) 9429 : audit 0 from='client.193692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:31 smithi022 bash[28554]: audit 2023-12-07T13:45:30.982385+0000 mgr.a (mgr.24293) 9429 : audit 0 from='client.193692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:31 smithi027 bash[31536]: audit 2023-12-07T13:45:30.982385+0000 mgr.a (mgr.24293) 9429 : audit 0 from='client.193692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:32 smithi044 bash[32620]: cluster 2023-12-07T13:45:31.789895+0000 mgr.a (mgr.24293) 9430 : 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-07T13:45:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:32 smithi022 bash[28554]: cluster 2023-12-07T13:45:31.789895+0000 mgr.a (mgr.24293) 9430 : 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-07T13:45:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:32 smithi027 bash[31536]: cluster 2023-12-07T13:45:31.789895+0000 mgr.a (mgr.24293) 9430 : 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-07T13:45:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:34 smithi044 bash[32620]: cluster 2023-12-07T13:45:33.790632+0000 mgr.a (mgr.24293) 9431 : 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-07T13:45:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:34 smithi022 bash[28554]: cluster 2023-12-07T13:45:33.790632+0000 mgr.a (mgr.24293) 9431 : 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-07T13:45:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:34 smithi027 bash[31536]: cluster 2023-12-07T13:45:33.790632+0000 mgr.a (mgr.24293) 9431 : 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-07T13:45:36.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:36.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:36.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:36 smithi044 bash[32620]: cluster 2023-12-07T13:45:35.791426+0000 mgr.a (mgr.24293) 9432 : 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-07T13:45:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:36 smithi022 bash[28554]: cluster 2023-12-07T13:45:35.791426+0000 mgr.a (mgr.24293) 9432 : 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-07T13:45:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:36 smithi027 bash[31536]: cluster 2023-12-07T13:45:35.791426+0000 mgr.a (mgr.24293) 9432 : 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-07T13:45:37.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:37.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:37.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:37.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:37.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:37 smithi044 bash[32620]: audit 2023-12-07T13:45:36.934607+0000 mgr.a (mgr.24293) 9433 : audit 0 from='client.193767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:37 smithi022 bash[28554]: audit 2023-12-07T13:45:36.934607+0000 mgr.a (mgr.24293) 9433 : audit 0 from='client.193767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:37 smithi027 bash[31536]: audit 2023-12-07T13:45:36.934607+0000 mgr.a (mgr.24293) 9433 : audit 0 from='client.193767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:38 smithi044 bash[32620]: cluster 2023-12-07T13:45:37.792246+0000 mgr.a (mgr.24293) 9434 : cluster 0 pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:45:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:38 smithi022 bash[28554]: cluster 2023-12-07T13:45:37.792246+0000 mgr.a (mgr.24293) 9434 : cluster 0 pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:45:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:38 smithi027 bash[31536]: cluster 2023-12-07T13:45:37.792246+0000 mgr.a (mgr.24293) 9434 : cluster 0 pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:45:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:40 smithi044 bash[32620]: cluster 2023-12-07T13:45:39.792883+0000 mgr.a (mgr.24293) 9435 : cluster 0 pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:45:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:40 smithi022 bash[28554]: cluster 2023-12-07T13:45:39.792883+0000 mgr.a (mgr.24293) 9435 : cluster 0 pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:45:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:40 smithi027 bash[31536]: cluster 2023-12-07T13:45:39.792883+0000 mgr.a (mgr.24293) 9435 : cluster 0 pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:45:42.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:42.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:42.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:42 smithi044 bash[32620]: cluster 2023-12-07T13:45:41.793706+0000 mgr.a (mgr.24293) 9436 : cluster 0 pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:45:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:42 smithi022 bash[28554]: cluster 2023-12-07T13:45:41.793706+0000 mgr.a (mgr.24293) 9436 : cluster 0 pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:45:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:42 smithi027 bash[31536]: cluster 2023-12-07T13:45:41.793706+0000 mgr.a (mgr.24293) 9436 : cluster 0 pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:45:43.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:43.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:43.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:43.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:43.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:43 smithi022 bash[28554]: audit 2023-12-07T13:45:42.889901+0000 mgr.a (mgr.24293) 9437 : audit 0 from='client.193839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:43 smithi044 bash[32620]: audit 2023-12-07T13:45:42.889901+0000 mgr.a (mgr.24293) 9437 : audit 0 from='client.193839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:43 smithi027 bash[31536]: audit 2023-12-07T13:45:42.889901+0000 mgr.a (mgr.24293) 9437 : audit 0 from='client.193839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:44 smithi044 bash[32620]: cluster 2023-12-07T13:45:43.794337+0000 mgr.a (mgr.24293) 9438 : 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-07T13:45:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:44 smithi022 bash[28554]: cluster 2023-12-07T13:45:43.794337+0000 mgr.a (mgr.24293) 9438 : 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-07T13:45:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:44 smithi027 bash[31536]: cluster 2023-12-07T13:45:43.794337+0000 mgr.a (mgr.24293) 9438 : 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-07T13:45:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:46 smithi044 bash[32620]: cluster 2023-12-07T13:45:45.795172+0000 mgr.a (mgr.24293) 9439 : 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-07T13:45:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:46 smithi022 bash[28554]: cluster 2023-12-07T13:45:45.795172+0000 mgr.a (mgr.24293) 9439 : 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-07T13:45:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:46 smithi027 bash[31536]: cluster 2023-12-07T13:45:45.795172+0000 mgr.a (mgr.24293) 9439 : 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-07T13:45:48.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:48.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:48.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:48 smithi044 bash[32620]: cluster 2023-12-07T13:45:47.795724+0000 mgr.a (mgr.24293) 9440 : 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-07T13:45:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:48 smithi022 bash[28554]: cluster 2023-12-07T13:45:47.795724+0000 mgr.a (mgr.24293) 9440 : 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-07T13:45:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:48 smithi027 bash[31536]: cluster 2023-12-07T13:45:47.795724+0000 mgr.a (mgr.24293) 9440 : 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-07T13:45:49.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:49.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:49.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:49.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:49.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:49 smithi044 bash[32620]: audit 2023-12-07T13:45:48.814244+0000 mgr.a (mgr.24293) 9441 : audit 0 from='client.193914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:49 smithi022 bash[28554]: audit 2023-12-07T13:45:48.814244+0000 mgr.a (mgr.24293) 9441 : audit 0 from='client.193914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:49 smithi027 bash[31536]: audit 2023-12-07T13:45:48.814244+0000 mgr.a (mgr.24293) 9441 : audit 0 from='client.193914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:50 smithi044 bash[32620]: cluster 2023-12-07T13:45:49.796369+0000 mgr.a (mgr.24293) 9442 : 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-07T13:45:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:50 smithi022 bash[28554]: cluster 2023-12-07T13:45:49.796369+0000 mgr.a (mgr.24293) 9442 : 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-07T13:45:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:50 smithi027 bash[31536]: cluster 2023-12-07T13:45:49.796369+0000 mgr.a (mgr.24293) 9442 : 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-07T13:45:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:52 smithi044 bash[32620]: cluster 2023-12-07T13:45:51.797171+0000 mgr.a (mgr.24293) 9443 : 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-07T13:45:53.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:52 smithi022 bash[28554]: cluster 2023-12-07T13:45:51.797171+0000 mgr.a (mgr.24293) 9443 : 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-07T13:45:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:52 smithi027 bash[31536]: cluster 2023-12-07T13:45:51.797171+0000 mgr.a (mgr.24293) 9443 : 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-07T13:45:54.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:45:54.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:54.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:54 smithi044 bash[32620]: cluster 2023-12-07T13:45:53.797762+0000 mgr.a (mgr.24293) 9444 : 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-07T13:45:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:54 smithi022 bash[28554]: cluster 2023-12-07T13:45:53.797762+0000 mgr.a (mgr.24293) 9444 : 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-07T13:45:55.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:54 smithi027 bash[31536]: cluster 2023-12-07T13:45:53.797762+0000 mgr.a (mgr.24293) 9444 : 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-07T13:45:55.267 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:45:55.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:55.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:55.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:55.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:45:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:55 smithi044 bash[32620]: audit 2023-12-07T13:45:54.735020+0000 mgr.a (mgr.24293) 9445 : audit 0 from='client.193989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:55 smithi022 bash[28554]: audit 2023-12-07T13:45:54.735020+0000 mgr.a (mgr.24293) 9445 : audit 0 from='client.193989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:55 smithi027 bash[31536]: audit 2023-12-07T13:45:54.735020+0000 mgr.a (mgr.24293) 9445 : audit 0 from='client.193989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:56 smithi044 bash[32620]: cluster 2023-12-07T13:45:55.798603+0000 mgr.a (mgr.24293) 9446 : 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-07T13:45:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:56 smithi022 bash[28554]: cluster 2023-12-07T13:45:55.798603+0000 mgr.a (mgr.24293) 9446 : 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-07T13:45:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:56 smithi027 bash[31536]: cluster 2023-12-07T13:45:55.798603+0000 mgr.a (mgr.24293) 9446 : 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-07T13:45:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:45:58 smithi044 bash[32620]: cluster 2023-12-07T13:45:57.799284+0000 mgr.a (mgr.24293) 9447 : 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-07T13:45:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:45:58 smithi022 bash[28554]: cluster 2023-12-07T13:45:57.799284+0000 mgr.a (mgr.24293) 9447 : 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-07T13:45:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:45:58 smithi027 bash[31536]: cluster 2023-12-07T13:45:57.799284+0000 mgr.a (mgr.24293) 9447 : 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-07T13:46:00.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:00.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:00.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:00 smithi022 bash[28554]: cluster 2023-12-07T13:45:59.800033+0000 mgr.a (mgr.24293) 9448 : 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-07T13:46:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:00 smithi044 bash[32620]: cluster 2023-12-07T13:45:59.800033+0000 mgr.a (mgr.24293) 9448 : 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-07T13:46:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:00 smithi027 bash[31536]: cluster 2023-12-07T13:45:59.800033+0000 mgr.a (mgr.24293) 9448 : 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-07T13:46:01.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:01.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:01.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:01.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:01.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:01 smithi022 bash[28554]: audit 2023-12-07T13:46:00.684455+0000 mgr.a (mgr.24293) 9449 : audit 0 from='client.194064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:01 smithi044 bash[32620]: audit 2023-12-07T13:46:00.684455+0000 mgr.a (mgr.24293) 9449 : audit 0 from='client.194064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:01 smithi027 bash[31536]: audit 2023-12-07T13:46:00.684455+0000 mgr.a (mgr.24293) 9449 : audit 0 from='client.194064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:02 smithi044 bash[32620]: cluster 2023-12-07T13:46:01.801074+0000 mgr.a (mgr.24293) 9450 : cluster 0 pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:02 smithi022 bash[28554]: cluster 2023-12-07T13:46:01.801074+0000 mgr.a (mgr.24293) 9450 : cluster 0 pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:02 smithi027 bash[31536]: cluster 2023-12-07T13:46:01.801074+0000 mgr.a (mgr.24293) 9450 : cluster 0 pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:04 smithi044 bash[32620]: cluster 2023-12-07T13:46:03.801657+0000 mgr.a (mgr.24293) 9451 : cluster 0 pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:04 smithi022 bash[28554]: cluster 2023-12-07T13:46:03.801657+0000 mgr.a (mgr.24293) 9451 : cluster 0 pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:04 smithi027 bash[31536]: cluster 2023-12-07T13:46:03.801657+0000 mgr.a (mgr.24293) 9451 : cluster 0 pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:06.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:06.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:06.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:07.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:06 smithi022 bash[28554]: cluster 2023-12-07T13:46:05.802401+0000 mgr.a (mgr.24293) 9452 : 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-07T13:46:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:06 smithi044 bash[32620]: cluster 2023-12-07T13:46:05.802401+0000 mgr.a (mgr.24293) 9452 : 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-07T13:46:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:06 smithi027 bash[31536]: cluster 2023-12-07T13:46:05.802401+0000 mgr.a (mgr.24293) 9452 : 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-07T13:46:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:07 smithi044 bash[32620]: audit 2023-12-07T13:46:06.645448+0000 mgr.a (mgr.24293) 9453 : audit 0 from='client.194139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:07 smithi044 bash[32620]: audit 2023-12-07T13:46:07.674350+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:46:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:07 smithi022 bash[28554]: audit 2023-12-07T13:46:06.645448+0000 mgr.a (mgr.24293) 9453 : audit 0 from='client.194139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:07 smithi022 bash[28554]: audit 2023-12-07T13:46:07.674350+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:46:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:07 smithi027 bash[31536]: audit 2023-12-07T13:46:06.645448+0000 mgr.a (mgr.24293) 9453 : audit 0 from='client.194139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:07 smithi027 bash[31536]: audit 2023-12-07T13:46:07.674350+0000 mon.a (mon.0) 1760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:46:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:08 smithi044 bash[32620]: cluster 2023-12-07T13:46:07.803068+0000 mgr.a (mgr.24293) 9454 : 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-07T13:46:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:08 smithi044 bash[32620]: audit 2023-12-07T13:46:08.408974+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:46:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:08 smithi044 bash[32620]: audit 2023-12-07T13:46:08.410552+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:46:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:08 smithi044 bash[32620]: audit 2023-12-07T13:46:08.420040+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:46:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:08 smithi022 bash[28554]: cluster 2023-12-07T13:46:07.803068+0000 mgr.a (mgr.24293) 9454 : 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-07T13:46:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:08 smithi022 bash[28554]: audit 2023-12-07T13:46:08.408974+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:46:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:08 smithi022 bash[28554]: audit 2023-12-07T13:46:08.410552+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:46:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:08 smithi022 bash[28554]: audit 2023-12-07T13:46:08.420040+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:46:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:08 smithi027 bash[31536]: cluster 2023-12-07T13:46:07.803068+0000 mgr.a (mgr.24293) 9454 : 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-07T13:46:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:08 smithi027 bash[31536]: audit 2023-12-07T13:46:08.408974+0000 mon.a (mon.0) 1761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:46:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:08 smithi027 bash[31536]: audit 2023-12-07T13:46:08.410552+0000 mon.a (mon.0) 1762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:46:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:08 smithi027 bash[31536]: audit 2023-12-07T13:46:08.420040+0000 mon.a (mon.0) 1763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:46:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:10 smithi022 bash[28554]: cluster 2023-12-07T13:46:09.803792+0000 mgr.a (mgr.24293) 9455 : 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-07T13:46:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:10 smithi044 bash[32620]: cluster 2023-12-07T13:46:09.803792+0000 mgr.a (mgr.24293) 9455 : 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-07T13:46:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:10 smithi027 bash[31536]: cluster 2023-12-07T13:46:09.803792+0000 mgr.a (mgr.24293) 9455 : 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-07T13:46:12.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:12.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:12.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:13.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:13.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:13.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:13.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:13.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:12 smithi022 bash[28554]: cluster 2023-12-07T13:46:11.804742+0000 mgr.a (mgr.24293) 9456 : 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-07T13:46:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:12 smithi044 bash[32620]: cluster 2023-12-07T13:46:11.804742+0000 mgr.a (mgr.24293) 9456 : 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-07T13:46:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:12 smithi027 bash[31536]: cluster 2023-12-07T13:46:11.804742+0000 mgr.a (mgr.24293) 9456 : 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-07T13:46:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:13 smithi022 bash[28554]: audit 2023-12-07T13:46:12.585107+0000 mgr.a (mgr.24293) 9457 : audit 0 from='client.194217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:13 smithi044 bash[32620]: audit 2023-12-07T13:46:12.585107+0000 mgr.a (mgr.24293) 9457 : audit 0 from='client.194217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:13 smithi027 bash[31536]: audit 2023-12-07T13:46:12.585107+0000 mgr.a (mgr.24293) 9457 : audit 0 from='client.194217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:14 smithi022 bash[28554]: cluster 2023-12-07T13:46:13.805406+0000 mgr.a (mgr.24293) 9458 : cluster 0 pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:14 smithi044 bash[32620]: cluster 2023-12-07T13:46:13.805406+0000 mgr.a (mgr.24293) 9458 : cluster 0 pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:14 smithi027 bash[31536]: cluster 2023-12-07T13:46:13.805406+0000 mgr.a (mgr.24293) 9458 : cluster 0 pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:16 smithi044 bash[32620]: cluster 2023-12-07T13:46:15.806132+0000 mgr.a (mgr.24293) 9459 : cluster 0 pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:16 smithi022 bash[28554]: cluster 2023-12-07T13:46:15.806132+0000 mgr.a (mgr.24293) 9459 : cluster 0 pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:16 smithi027 bash[31536]: cluster 2023-12-07T13:46:15.806132+0000 mgr.a (mgr.24293) 9459 : cluster 0 pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:18.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:18.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:18.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:18 smithi022 bash[28554]: cluster 2023-12-07T13:46:17.806701+0000 mgr.a (mgr.24293) 9460 : 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-07T13:46:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:18 smithi044 bash[32620]: cluster 2023-12-07T13:46:17.806701+0000 mgr.a (mgr.24293) 9460 : 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-07T13:46:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:18 smithi027 bash[31536]: cluster 2023-12-07T13:46:17.806701+0000 mgr.a (mgr.24293) 9460 : 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-07T13:46:19.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:19.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:19.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:19.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:19.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:19 smithi044 bash[32620]: audit 2023-12-07T13:46:18.551111+0000 mgr.a (mgr.24293) 9461 : audit 0 from='client.194292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:19 smithi022 bash[28554]: audit 2023-12-07T13:46:18.551111+0000 mgr.a (mgr.24293) 9461 : audit 0 from='client.194292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:19 smithi027 bash[31536]: audit 2023-12-07T13:46:18.551111+0000 mgr.a (mgr.24293) 9461 : audit 0 from='client.194292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:20 smithi044 bash[32620]: cluster 2023-12-07T13:46:19.807450+0000 mgr.a (mgr.24293) 9462 : 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-07T13:46:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:20 smithi022 bash[28554]: cluster 2023-12-07T13:46:19.807450+0000 mgr.a (mgr.24293) 9462 : 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-07T13:46:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:20 smithi027 bash[31536]: cluster 2023-12-07T13:46:19.807450+0000 mgr.a (mgr.24293) 9462 : 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-07T13:46:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:22 smithi044 bash[32620]: cluster 2023-12-07T13:46:21.808222+0000 mgr.a (mgr.24293) 9463 : 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-07T13:46:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:22 smithi022 bash[28554]: cluster 2023-12-07T13:46:21.808222+0000 mgr.a (mgr.24293) 9463 : 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-07T13:46:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:22 smithi027 bash[31536]: cluster 2023-12-07T13:46:21.808222+0000 mgr.a (mgr.24293) 9463 : 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-07T13:46:24.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:24.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:24.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:25.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:24 smithi044 bash[32620]: cluster 2023-12-07T13:46:23.808806+0000 mgr.a (mgr.24293) 9464 : 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-07T13:46:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:24 smithi022 bash[28554]: cluster 2023-12-07T13:46:23.808806+0000 mgr.a (mgr.24293) 9464 : 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-07T13:46:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:24 smithi027 bash[31536]: cluster 2023-12-07T13:46:23.808806+0000 mgr.a (mgr.24293) 9464 : 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-07T13:46:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:25 smithi022 bash[28554]: audit 2023-12-07T13:46:24.499108+0000 mgr.a (mgr.24293) 9465 : audit 0 from='client.194367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:25 smithi044 bash[32620]: audit 2023-12-07T13:46:24.499108+0000 mgr.a (mgr.24293) 9465 : audit 0 from='client.194367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:25 smithi027 bash[31536]: audit 2023-12-07T13:46:24.499108+0000 mgr.a (mgr.24293) 9465 : audit 0 from='client.194367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:27.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:26 smithi044 bash[32620]: cluster 2023-12-07T13:46:25.809766+0000 mgr.a (mgr.24293) 9466 : 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-07T13:46:27.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:26 smithi022 bash[28554]: cluster 2023-12-07T13:46:25.809766+0000 mgr.a (mgr.24293) 9466 : 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-07T13:46:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:26 smithi027 bash[31536]: cluster 2023-12-07T13:46:25.809766+0000 mgr.a (mgr.24293) 9466 : 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-07T13:46:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:28 smithi044 bash[32620]: cluster 2023-12-07T13:46:27.810349+0000 mgr.a (mgr.24293) 9467 : 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-07T13:46:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:28 smithi022 bash[28554]: cluster 2023-12-07T13:46:27.810349+0000 mgr.a (mgr.24293) 9467 : 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-07T13:46:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:28 smithi027 bash[31536]: cluster 2023-12-07T13:46:27.810349+0000 mgr.a (mgr.24293) 9467 : 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-07T13:46:30.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:30.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:30.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:30.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:30.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:30.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:30.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:30.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:30 smithi022 bash[28554]: cluster 2023-12-07T13:46:29.810942+0000 mgr.a (mgr.24293) 9468 : 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-07T13:46:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:30 smithi022 bash[28554]: audit 2023-12-07T13:46:30.434070+0000 mgr.a (mgr.24293) 9469 : audit 0 from='client.194439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:30 smithi044 bash[32620]: cluster 2023-12-07T13:46:29.810942+0000 mgr.a (mgr.24293) 9468 : 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-07T13:46:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:30 smithi044 bash[32620]: audit 2023-12-07T13:46:30.434070+0000 mgr.a (mgr.24293) 9469 : audit 0 from='client.194439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:30 smithi027 bash[31536]: cluster 2023-12-07T13:46:29.810942+0000 mgr.a (mgr.24293) 9468 : 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-07T13:46:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:30 smithi027 bash[31536]: audit 2023-12-07T13:46:30.434070+0000 mgr.a (mgr.24293) 9469 : audit 0 from='client.194439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:32 smithi044 bash[32620]: cluster 2023-12-07T13:46:31.812062+0000 mgr.a (mgr.24293) 9470 : cluster 0 pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:32 smithi022 bash[28554]: cluster 2023-12-07T13:46:31.812062+0000 mgr.a (mgr.24293) 9470 : cluster 0 pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:32 smithi027 bash[31536]: cluster 2023-12-07T13:46:31.812062+0000 mgr.a (mgr.24293) 9470 : cluster 0 pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:34 smithi044 bash[32620]: cluster 2023-12-07T13:46:33.812779+0000 mgr.a (mgr.24293) 9471 : cluster 0 pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:34 smithi022 bash[28554]: cluster 2023-12-07T13:46:33.812779+0000 mgr.a (mgr.24293) 9471 : cluster 0 pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:34 smithi027 bash[31536]: cluster 2023-12-07T13:46:33.812779+0000 mgr.a (mgr.24293) 9471 : cluster 0 pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:35.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:35.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:35.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:36.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:36.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:36.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:36.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:36.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:36 smithi044 bash[32620]: cluster 2023-12-07T13:46:35.813763+0000 mgr.a (mgr.24293) 9472 : 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-07T13:46:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:36 smithi044 bash[32620]: audit 2023-12-07T13:46:36.387980+0000 mgr.a (mgr.24293) 9473 : audit 0 from='client.194514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:36 smithi022 bash[28554]: cluster 2023-12-07T13:46:35.813763+0000 mgr.a (mgr.24293) 9472 : 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-07T13:46:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:36 smithi022 bash[28554]: audit 2023-12-07T13:46:36.387980+0000 mgr.a (mgr.24293) 9473 : audit 0 from='client.194514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:36 smithi027 bash[31536]: cluster 2023-12-07T13:46:35.813763+0000 mgr.a (mgr.24293) 9472 : 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-07T13:46:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:36 smithi027 bash[31536]: audit 2023-12-07T13:46:36.387980+0000 mgr.a (mgr.24293) 9473 : audit 0 from='client.194514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:38 smithi044 bash[32620]: cluster 2023-12-07T13:46:37.814481+0000 mgr.a (mgr.24293) 9474 : 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-07T13:46:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:38 smithi022 bash[28554]: cluster 2023-12-07T13:46:37.814481+0000 mgr.a (mgr.24293) 9474 : 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-07T13:46:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:38 smithi027 bash[31536]: cluster 2023-12-07T13:46:37.814481+0000 mgr.a (mgr.24293) 9474 : 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-07T13:46:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:40 smithi044 bash[32620]: cluster 2023-12-07T13:46:39.815079+0000 mgr.a (mgr.24293) 9475 : 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-07T13:46:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:40 smithi022 bash[28554]: cluster 2023-12-07T13:46:39.815079+0000 mgr.a (mgr.24293) 9475 : 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-07T13:46:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:40 smithi027 bash[31536]: cluster 2023-12-07T13:46:39.815079+0000 mgr.a (mgr.24293) 9475 : 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-07T13:46:41.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:41.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:41.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:42.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:42.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:42.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:42.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:42.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:42 smithi022 bash[28554]: cluster 2023-12-07T13:46:41.815929+0000 mgr.a (mgr.24293) 9476 : 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-07T13:46:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:42 smithi022 bash[28554]: audit 2023-12-07T13:46:42.323949+0000 mgr.a (mgr.24293) 9477 : audit 0 from='client.194589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:42 smithi044 bash[32620]: cluster 2023-12-07T13:46:41.815929+0000 mgr.a (mgr.24293) 9476 : 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-07T13:46:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:42 smithi044 bash[32620]: audit 2023-12-07T13:46:42.323949+0000 mgr.a (mgr.24293) 9477 : audit 0 from='client.194589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:42 smithi027 bash[31536]: cluster 2023-12-07T13:46:41.815929+0000 mgr.a (mgr.24293) 9476 : 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-07T13:46:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:42 smithi027 bash[31536]: audit 2023-12-07T13:46:42.323949+0000 mgr.a (mgr.24293) 9477 : audit 0 from='client.194589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:44 smithi022 bash[28554]: cluster 2023-12-07T13:46:43.816657+0000 mgr.a (mgr.24293) 9478 : cluster 0 pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:44 smithi044 bash[32620]: cluster 2023-12-07T13:46:43.816657+0000 mgr.a (mgr.24293) 9478 : cluster 0 pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:44 smithi027 bash[31536]: cluster 2023-12-07T13:46:43.816657+0000 mgr.a (mgr.24293) 9478 : cluster 0 pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:46 smithi044 bash[32620]: cluster 2023-12-07T13:46:45.817474+0000 mgr.a (mgr.24293) 9479 : cluster 0 pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:46 smithi022 bash[28554]: cluster 2023-12-07T13:46:45.817474+0000 mgr.a (mgr.24293) 9479 : cluster 0 pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:46 smithi027 bash[31536]: cluster 2023-12-07T13:46:45.817474+0000 mgr.a (mgr.24293) 9479 : cluster 0 pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:47.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:47.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:47.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:48.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:48.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:48.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:48.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:48.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:48 smithi022 bash[28554]: cluster 2023-12-07T13:46:47.818055+0000 mgr.a (mgr.24293) 9480 : 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-07T13:46:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:48 smithi022 bash[28554]: audit 2023-12-07T13:46:48.274591+0000 mgr.a (mgr.24293) 9481 : audit 0 from='client.194664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:48 smithi044 bash[32620]: cluster 2023-12-07T13:46:47.818055+0000 mgr.a (mgr.24293) 9480 : 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-07T13:46:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:48 smithi044 bash[32620]: audit 2023-12-07T13:46:48.274591+0000 mgr.a (mgr.24293) 9481 : audit 0 from='client.194664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:48 smithi027 bash[31536]: cluster 2023-12-07T13:46:47.818055+0000 mgr.a (mgr.24293) 9480 : 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-07T13:46:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:48 smithi027 bash[31536]: audit 2023-12-07T13:46:48.274591+0000 mgr.a (mgr.24293) 9481 : audit 0 from='client.194664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:51.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:50 smithi044 bash[32620]: cluster 2023-12-07T13:46:49.818938+0000 mgr.a (mgr.24293) 9482 : 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-07T13:46:51.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:50 smithi022 bash[28554]: cluster 2023-12-07T13:46:49.818938+0000 mgr.a (mgr.24293) 9482 : 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-07T13:46:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:50 smithi027 bash[31536]: cluster 2023-12-07T13:46:49.818938+0000 mgr.a (mgr.24293) 9482 : 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-07T13:46:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:52 smithi022 bash[28554]: cluster 2023-12-07T13:46:51.819860+0000 mgr.a (mgr.24293) 9483 : 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-07T13:46:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:52 smithi044 bash[32620]: cluster 2023-12-07T13:46:51.819860+0000 mgr.a (mgr.24293) 9483 : 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-07T13:46:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:52 smithi027 bash[31536]: cluster 2023-12-07T13:46:51.819860+0000 mgr.a (mgr.24293) 9483 : 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-07T13:46:53.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:53.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:53.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:54.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:46:54.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:54.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:54.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:54.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:46:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:54 smithi044 bash[32620]: cluster 2023-12-07T13:46:53.820424+0000 mgr.a (mgr.24293) 9484 : 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-07T13:46:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:54 smithi044 bash[32620]: audit 2023-12-07T13:46:54.208149+0000 mgr.a (mgr.24293) 9485 : audit 0 from='client.194736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:54 smithi022 bash[28554]: cluster 2023-12-07T13:46:53.820424+0000 mgr.a (mgr.24293) 9484 : 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-07T13:46:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:54 smithi022 bash[28554]: audit 2023-12-07T13:46:54.208149+0000 mgr.a (mgr.24293) 9485 : audit 0 from='client.194736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:54 smithi027 bash[31536]: cluster 2023-12-07T13:46:53.820424+0000 mgr.a (mgr.24293) 9484 : 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-07T13:46:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:54 smithi027 bash[31536]: audit 2023-12-07T13:46:54.208149+0000 mgr.a (mgr.24293) 9485 : audit 0 from='client.194736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:56 smithi022 bash[28554]: cluster 2023-12-07T13:46:55.821544+0000 mgr.a (mgr.24293) 9486 : 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-07T13:46:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:56 smithi044 bash[32620]: cluster 2023-12-07T13:46:55.821544+0000 mgr.a (mgr.24293) 9486 : 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-07T13:46:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:56 smithi027 bash[31536]: cluster 2023-12-07T13:46:55.821544+0000 mgr.a (mgr.24293) 9486 : 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-07T13:46:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:46:58 smithi022 bash[28554]: cluster 2023-12-07T13:46:57.822302+0000 mgr.a (mgr.24293) 9487 : 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-07T13:46:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:46:58 smithi044 bash[32620]: cluster 2023-12-07T13:46:57.822302+0000 mgr.a (mgr.24293) 9487 : 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-07T13:46:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:46:58 smithi027 bash[31536]: cluster 2023-12-07T13:46:57.822302+0000 mgr.a (mgr.24293) 9487 : 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-07T13:46:59.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:46:59.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:59.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:00.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:00 smithi044 bash[32620]: cluster 2023-12-07T13:46:59.822779+0000 mgr.a (mgr.24293) 9488 : 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-07T13:47:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:00 smithi044 bash[32620]: audit 2023-12-07T13:47:00.142937+0000 mgr.a (mgr.24293) 9489 : audit 0 from='client.194814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:00 smithi022 bash[28554]: cluster 2023-12-07T13:46:59.822779+0000 mgr.a (mgr.24293) 9488 : 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-07T13:47:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:00 smithi022 bash[28554]: audit 2023-12-07T13:47:00.142937+0000 mgr.a (mgr.24293) 9489 : audit 0 from='client.194814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:00 smithi027 bash[31536]: cluster 2023-12-07T13:46:59.822779+0000 mgr.a (mgr.24293) 9488 : 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-07T13:47:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:00 smithi027 bash[31536]: audit 2023-12-07T13:47:00.142937+0000 mgr.a (mgr.24293) 9489 : audit 0 from='client.194814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:02 smithi022 bash[28554]: cluster 2023-12-07T13:47:01.823870+0000 mgr.a (mgr.24293) 9490 : cluster 0 pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:47:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:02 smithi044 bash[32620]: cluster 2023-12-07T13:47:01.823870+0000 mgr.a (mgr.24293) 9490 : cluster 0 pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:47:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:02 smithi027 bash[31536]: cluster 2023-12-07T13:47:01.823870+0000 mgr.a (mgr.24293) 9490 : cluster 0 pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:47:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:04 smithi022 bash[28554]: cluster 2023-12-07T13:47:03.824441+0000 mgr.a (mgr.24293) 9491 : cluster 0 pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:47:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:04 smithi044 bash[32620]: cluster 2023-12-07T13:47:03.824441+0000 mgr.a (mgr.24293) 9491 : cluster 0 pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:47:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:04 smithi027 bash[31536]: cluster 2023-12-07T13:47:03.824441+0000 mgr.a (mgr.24293) 9491 : cluster 0 pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:47:05.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:05.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:05.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:06.592 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:06.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:06.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:06.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:06.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:06 smithi022 bash[28554]: cluster 2023-12-07T13:47:05.825180+0000 mgr.a (mgr.24293) 9492 : cluster 0 pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:06 smithi022 bash[28554]: audit 2023-12-07T13:47:06.078139+0000 mgr.a (mgr.24293) 9493 : audit 0 from='client.194886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:06 smithi044 bash[32620]: cluster 2023-12-07T13:47:05.825180+0000 mgr.a (mgr.24293) 9492 : cluster 0 pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:06 smithi044 bash[32620]: audit 2023-12-07T13:47:06.078139+0000 mgr.a (mgr.24293) 9493 : audit 0 from='client.194886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:06 smithi027 bash[31536]: cluster 2023-12-07T13:47:05.825180+0000 mgr.a (mgr.24293) 9492 : cluster 0 pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:06 smithi027 bash[31536]: audit 2023-12-07T13:47:06.078139+0000 mgr.a (mgr.24293) 9493 : audit 0 from='client.194886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:08 smithi044 bash[32620]: cluster 2023-12-07T13:47:07.825873+0000 mgr.a (mgr.24293) 9494 : cluster 0 pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:08 smithi044 bash[32620]: audit 2023-12-07T13:47:08.523815+0000 mon.a (mon.0) 1764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:47:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:08 smithi022 bash[28554]: cluster 2023-12-07T13:47:07.825873+0000 mgr.a (mgr.24293) 9494 : cluster 0 pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:08 smithi022 bash[28554]: audit 2023-12-07T13:47:08.523815+0000 mon.a (mon.0) 1764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:47:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:08 smithi027 bash[31536]: cluster 2023-12-07T13:47:07.825873+0000 mgr.a (mgr.24293) 9494 : cluster 0 pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:08 smithi027 bash[31536]: audit 2023-12-07T13:47:08.523815+0000 mon.a (mon.0) 1764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:47:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:09 smithi022 bash[28554]: audit 2023-12-07T13:47:09.314010+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:47:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:09 smithi022 bash[28554]: audit 2023-12-07T13:47:09.315938+0000 mon.a (mon.0) 1766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:47:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:09 smithi022 bash[28554]: audit 2023-12-07T13:47:09.325595+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:47:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:09 smithi044 bash[32620]: audit 2023-12-07T13:47:09.314010+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:47:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:09 smithi044 bash[32620]: audit 2023-12-07T13:47:09.315938+0000 mon.a (mon.0) 1766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:47:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:09 smithi044 bash[32620]: audit 2023-12-07T13:47:09.325595+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:47:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:09 smithi027 bash[31536]: audit 2023-12-07T13:47:09.314010+0000 mon.a (mon.0) 1765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:47:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:09 smithi027 bash[31536]: audit 2023-12-07T13:47:09.315938+0000 mon.a (mon.0) 1766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:47:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:09 smithi027 bash[31536]: audit 2023-12-07T13:47:09.325595+0000 mon.a (mon.0) 1767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:47:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:10 smithi027 bash[31536]: cluster 2023-12-07T13:47:09.826402+0000 mgr.a (mgr.24293) 9495 : cluster 0 pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:10 smithi022 bash[28554]: cluster 2023-12-07T13:47:09.826402+0000 mgr.a (mgr.24293) 9495 : cluster 0 pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:10 smithi044 bash[32620]: cluster 2023-12-07T13:47:09.826402+0000 mgr.a (mgr.24293) 9495 : cluster 0 pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:11.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:11.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:11.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:12.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:12.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:12.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:12.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:12.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:12 smithi044 bash[32620]: cluster 2023-12-07T13:47:11.826986+0000 mgr.a (mgr.24293) 9496 : 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-07T13:47:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:12 smithi044 bash[32620]: audit 2023-12-07T13:47:12.008717+0000 mgr.a (mgr.24293) 9497 : audit 0 from='client.194964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:12 smithi022 bash[28554]: cluster 2023-12-07T13:47:11.826986+0000 mgr.a (mgr.24293) 9496 : 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-07T13:47:13.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:12 smithi022 bash[28554]: audit 2023-12-07T13:47:12.008717+0000 mgr.a (mgr.24293) 9497 : audit 0 from='client.194964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:12 smithi027 bash[31536]: cluster 2023-12-07T13:47:11.826986+0000 mgr.a (mgr.24293) 9496 : 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-07T13:47:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:12 smithi027 bash[31536]: audit 2023-12-07T13:47:12.008717+0000 mgr.a (mgr.24293) 9497 : audit 0 from='client.194964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:14 smithi044 bash[32620]: cluster 2023-12-07T13:47:13.827687+0000 mgr.a (mgr.24293) 9498 : cluster 0 pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:47:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:14 smithi022 bash[28554]: cluster 2023-12-07T13:47:13.827687+0000 mgr.a (mgr.24293) 9498 : cluster 0 pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:47:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:14 smithi027 bash[31536]: cluster 2023-12-07T13:47:13.827687+0000 mgr.a (mgr.24293) 9498 : cluster 0 pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:47:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:16 smithi044 bash[32620]: cluster 2023-12-07T13:47:15.828452+0000 mgr.a (mgr.24293) 9499 : cluster 0 pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:47:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:16 smithi022 bash[28554]: cluster 2023-12-07T13:47:15.828452+0000 mgr.a (mgr.24293) 9499 : cluster 0 pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:47:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:16 smithi027 bash[31536]: cluster 2023-12-07T13:47:15.828452+0000 mgr.a (mgr.24293) 9499 : cluster 0 pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:47:17.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:17.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:17.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:18.483 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:18.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:18.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:18.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:18.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:18 smithi022 bash[28554]: cluster 2023-12-07T13:47:17.828902+0000 mgr.a (mgr.24293) 9500 : cluster 0 pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:18 smithi022 bash[28554]: audit 2023-12-07T13:47:17.951796+0000 mgr.a (mgr.24293) 9501 : audit 0 from='client.195036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:18 smithi044 bash[32620]: cluster 2023-12-07T13:47:17.828902+0000 mgr.a (mgr.24293) 9500 : cluster 0 pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:18 smithi044 bash[32620]: audit 2023-12-07T13:47:17.951796+0000 mgr.a (mgr.24293) 9501 : audit 0 from='client.195036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:18 smithi027 bash[31536]: cluster 2023-12-07T13:47:17.828902+0000 mgr.a (mgr.24293) 9500 : cluster 0 pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:18 smithi027 bash[31536]: audit 2023-12-07T13:47:17.951796+0000 mgr.a (mgr.24293) 9501 : audit 0 from='client.195036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:20 smithi044 bash[32620]: cluster 2023-12-07T13:47:19.829546+0000 mgr.a (mgr.24293) 9502 : cluster 0 pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:20 smithi022 bash[28554]: cluster 2023-12-07T13:47:19.829546+0000 mgr.a (mgr.24293) 9502 : cluster 0 pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:20 smithi027 bash[31536]: cluster 2023-12-07T13:47:19.829546+0000 mgr.a (mgr.24293) 9502 : cluster 0 pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:22 smithi044 bash[32620]: cluster 2023-12-07T13:47:21.830388+0000 mgr.a (mgr.24293) 9503 : cluster 0 pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:22 smithi022 bash[28554]: cluster 2023-12-07T13:47:21.830388+0000 mgr.a (mgr.24293) 9503 : cluster 0 pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:22 smithi027 bash[31536]: cluster 2023-12-07T13:47:21.830388+0000 mgr.a (mgr.24293) 9503 : cluster 0 pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:23.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:23.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:23.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:24.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:24.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:24.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:24.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:24.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:24 smithi022 bash[28554]: cluster 2023-12-07T13:47:23.830950+0000 mgr.a (mgr.24293) 9504 : 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-07T13:47:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:24 smithi022 bash[28554]: audit 2023-12-07T13:47:23.903857+0000 mgr.a (mgr.24293) 9505 : audit 0 from='client.195114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:24 smithi044 bash[32620]: cluster 2023-12-07T13:47:23.830950+0000 mgr.a (mgr.24293) 9504 : 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-07T13:47:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:24 smithi044 bash[32620]: audit 2023-12-07T13:47:23.903857+0000 mgr.a (mgr.24293) 9505 : audit 0 from='client.195114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:24 smithi027 bash[31536]: cluster 2023-12-07T13:47:23.830950+0000 mgr.a (mgr.24293) 9504 : 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-07T13:47:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:24 smithi027 bash[31536]: audit 2023-12-07T13:47:23.903857+0000 mgr.a (mgr.24293) 9505 : audit 0 from='client.195114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:26 smithi022 bash[28554]: cluster 2023-12-07T13:47:25.831943+0000 mgr.a (mgr.24293) 9506 : 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-07T13:47:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:26 smithi044 bash[32620]: cluster 2023-12-07T13:47:25.831943+0000 mgr.a (mgr.24293) 9506 : 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-07T13:47:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:26 smithi027 bash[31536]: cluster 2023-12-07T13:47:25.831943+0000 mgr.a (mgr.24293) 9506 : 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-07T13:47:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:28 smithi027 bash[31536]: cluster 2023-12-07T13:47:27.832509+0000 mgr.a (mgr.24293) 9507 : 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-07T13:47:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:28 smithi022 bash[28554]: cluster 2023-12-07T13:47:27.832509+0000 mgr.a (mgr.24293) 9507 : 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-07T13:47:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:28 smithi044 bash[32620]: cluster 2023-12-07T13:47:27.832509+0000 mgr.a (mgr.24293) 9507 : 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-07T13:47:29.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:29.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:29.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:30.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:30.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:30.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:30.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:30.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:30 smithi022 bash[28554]: cluster 2023-12-07T13:47:29.833045+0000 mgr.a (mgr.24293) 9508 : 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-07T13:47:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:30 smithi022 bash[28554]: audit 2023-12-07T13:47:29.843987+0000 mgr.a (mgr.24293) 9509 : audit 0 from='client.195192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:30 smithi044 bash[32620]: cluster 2023-12-07T13:47:29.833045+0000 mgr.a (mgr.24293) 9508 : 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-07T13:47:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:30 smithi044 bash[32620]: audit 2023-12-07T13:47:29.843987+0000 mgr.a (mgr.24293) 9509 : audit 0 from='client.195192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:30 smithi027 bash[31536]: cluster 2023-12-07T13:47:29.833045+0000 mgr.a (mgr.24293) 9508 : 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-07T13:47:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:30 smithi027 bash[31536]: audit 2023-12-07T13:47:29.843987+0000 mgr.a (mgr.24293) 9509 : audit 0 from='client.195192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:32 smithi022 bash[28554]: cluster 2023-12-07T13:47:31.834098+0000 mgr.a (mgr.24293) 9510 : 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-07T13:47:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:32 smithi044 bash[32620]: cluster 2023-12-07T13:47:31.834098+0000 mgr.a (mgr.24293) 9510 : 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-07T13:47:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:32 smithi027 bash[31536]: cluster 2023-12-07T13:47:31.834098+0000 mgr.a (mgr.24293) 9510 : 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-07T13:47:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:34 smithi022 bash[28554]: cluster 2023-12-07T13:47:33.834717+0000 mgr.a (mgr.24293) 9511 : 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-07T13:47:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:34 smithi044 bash[32620]: cluster 2023-12-07T13:47:33.834717+0000 mgr.a (mgr.24293) 9511 : 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-07T13:47:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:34 smithi027 bash[31536]: cluster 2023-12-07T13:47:33.834717+0000 mgr.a (mgr.24293) 9511 : 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-07T13:47:35.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:35.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:35.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:36.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:36.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:36.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:36.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:36.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:36 smithi044 bash[32620]: audit 2023-12-07T13:47:35.796165+0000 mgr.a (mgr.24293) 9512 : audit 0 from='client.195270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:36 smithi044 bash[32620]: cluster 2023-12-07T13:47:35.835781+0000 mgr.a (mgr.24293) 9513 : cluster 0 pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:36 smithi022 bash[28554]: audit 2023-12-07T13:47:35.796165+0000 mgr.a (mgr.24293) 9512 : audit 0 from='client.195270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:36 smithi022 bash[28554]: cluster 2023-12-07T13:47:35.835781+0000 mgr.a (mgr.24293) 9513 : cluster 0 pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:36 smithi027 bash[31536]: audit 2023-12-07T13:47:35.796165+0000 mgr.a (mgr.24293) 9512 : audit 0 from='client.195270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:36 smithi027 bash[31536]: cluster 2023-12-07T13:47:35.835781+0000 mgr.a (mgr.24293) 9513 : cluster 0 pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:38 smithi027 bash[31536]: cluster 2023-12-07T13:47:37.836480+0000 mgr.a (mgr.24293) 9514 : cluster 0 pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:38 smithi022 bash[28554]: cluster 2023-12-07T13:47:37.836480+0000 mgr.a (mgr.24293) 9514 : cluster 0 pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:38 smithi044 bash[32620]: cluster 2023-12-07T13:47:37.836480+0000 mgr.a (mgr.24293) 9514 : cluster 0 pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:40 smithi022 bash[28554]: cluster 2023-12-07T13:47:39.837062+0000 mgr.a (mgr.24293) 9515 : cluster 0 pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:40 smithi044 bash[32620]: cluster 2023-12-07T13:47:39.837062+0000 mgr.a (mgr.24293) 9515 : cluster 0 pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:40 smithi027 bash[31536]: cluster 2023-12-07T13:47:39.837062+0000 mgr.a (mgr.24293) 9515 : cluster 0 pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:41.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:41.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:41.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:42.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:42.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:42.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:42.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:42.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:42 smithi022 bash[28554]: audit 2023-12-07T13:47:41.755972+0000 mgr.a (mgr.24293) 9516 : audit 0 from='client.195345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:42 smithi022 bash[28554]: cluster 2023-12-07T13:47:41.838094+0000 mgr.a (mgr.24293) 9517 : 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-07T13:47:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:42 smithi044 bash[32620]: audit 2023-12-07T13:47:41.755972+0000 mgr.a (mgr.24293) 9516 : audit 0 from='client.195345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:42 smithi044 bash[32620]: cluster 2023-12-07T13:47:41.838094+0000 mgr.a (mgr.24293) 9517 : 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-07T13:47:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:42 smithi027 bash[31536]: audit 2023-12-07T13:47:41.755972+0000 mgr.a (mgr.24293) 9516 : audit 0 from='client.195345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:42 smithi027 bash[31536]: cluster 2023-12-07T13:47:41.838094+0000 mgr.a (mgr.24293) 9517 : 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-07T13:47:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:44 smithi022 bash[28554]: cluster 2023-12-07T13:47:43.838761+0000 mgr.a (mgr.24293) 9518 : 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-07T13:47:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:44 smithi044 bash[32620]: cluster 2023-12-07T13:47:43.838761+0000 mgr.a (mgr.24293) 9518 : 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-07T13:47:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:44 smithi027 bash[31536]: cluster 2023-12-07T13:47:43.838761+0000 mgr.a (mgr.24293) 9518 : 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-07T13:47:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:46 smithi044 bash[32620]: cluster 2023-12-07T13:47:45.839535+0000 mgr.a (mgr.24293) 9519 : 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-07T13:47:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:46 smithi022 bash[28554]: cluster 2023-12-07T13:47:45.839535+0000 mgr.a (mgr.24293) 9519 : 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-07T13:47:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:46 smithi027 bash[31536]: cluster 2023-12-07T13:47:45.839535+0000 mgr.a (mgr.24293) 9519 : 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-07T13:47:47.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:47.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:47.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:48.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:48.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:48.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:48.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:48.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:48 smithi027 bash[31536]: audit 2023-12-07T13:47:47.707403+0000 mgr.a (mgr.24293) 9520 : audit 0 from='client.195423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:48 smithi027 bash[31536]: cluster 2023-12-07T13:47:47.840156+0000 mgr.a (mgr.24293) 9521 : cluster 0 pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:48 smithi044 bash[32620]: audit 2023-12-07T13:47:47.707403+0000 mgr.a (mgr.24293) 9520 : audit 0 from='client.195423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:48 smithi044 bash[32620]: cluster 2023-12-07T13:47:47.840156+0000 mgr.a (mgr.24293) 9521 : cluster 0 pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:48 smithi022 bash[28554]: audit 2023-12-07T13:47:47.707403+0000 mgr.a (mgr.24293) 9520 : audit 0 from='client.195423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:48 smithi022 bash[28554]: cluster 2023-12-07T13:47:47.840156+0000 mgr.a (mgr.24293) 9521 : cluster 0 pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:50 smithi044 bash[32620]: cluster 2023-12-07T13:47:49.840834+0000 mgr.a (mgr.24293) 9522 : cluster 0 pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:50 smithi022 bash[28554]: cluster 2023-12-07T13:47:49.840834+0000 mgr.a (mgr.24293) 9522 : cluster 0 pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:50 smithi027 bash[31536]: cluster 2023-12-07T13:47:49.840834+0000 mgr.a (mgr.24293) 9522 : cluster 0 pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:52 smithi022 bash[28554]: cluster 2023-12-07T13:47:51.841670+0000 mgr.a (mgr.24293) 9523 : cluster 0 pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:52 smithi044 bash[32620]: cluster 2023-12-07T13:47:51.841670+0000 mgr.a (mgr.24293) 9523 : cluster 0 pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:52 smithi027 bash[31536]: cluster 2023-12-07T13:47:51.841670+0000 mgr.a (mgr.24293) 9523 : cluster 0 pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:53.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:53.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:53.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:54.178 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:47:54.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:54.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:54.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:54.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:47:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:54 smithi044 bash[32620]: audit 2023-12-07T13:47:53.658370+0000 mgr.a (mgr.24293) 9524 : audit 0 from='client.195495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:55.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:54 smithi044 bash[32620]: cluster 2023-12-07T13:47:53.842443+0000 mgr.a (mgr.24293) 9525 : 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-07T13:47:55.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:54 smithi022 bash[28554]: audit 2023-12-07T13:47:53.658370+0000 mgr.a (mgr.24293) 9524 : audit 0 from='client.195495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:55.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:54 smithi022 bash[28554]: cluster 2023-12-07T13:47:53.842443+0000 mgr.a (mgr.24293) 9525 : 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-07T13:47:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:54 smithi027 bash[31536]: audit 2023-12-07T13:47:53.658370+0000 mgr.a (mgr.24293) 9524 : audit 0 from='client.195495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:54 smithi027 bash[31536]: cluster 2023-12-07T13:47:53.842443+0000 mgr.a (mgr.24293) 9525 : 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-07T13:47:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:56 smithi044 bash[32620]: cluster 2023-12-07T13:47:55.843344+0000 mgr.a (mgr.24293) 9526 : 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-07T13:47:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:56 smithi022 bash[28554]: cluster 2023-12-07T13:47:55.843344+0000 mgr.a (mgr.24293) 9526 : 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-07T13:47:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:56 smithi027 bash[31536]: cluster 2023-12-07T13:47:55.843344+0000 mgr.a (mgr.24293) 9526 : 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-07T13:47:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:47:58 smithi027 bash[31536]: cluster 2023-12-07T13:47:57.843925+0000 mgr.a (mgr.24293) 9527 : 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-07T13:47:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:47:58 smithi022 bash[28554]: cluster 2023-12-07T13:47:57.843925+0000 mgr.a (mgr.24293) 9527 : 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-07T13:47:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:47:58 smithi044 bash[32620]: cluster 2023-12-07T13:47:57.843925+0000 mgr.a (mgr.24293) 9527 : 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-07T13:47:59.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:47:59.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:59.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:00.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:00.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:00.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:00.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:00.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:00 smithi044 bash[32620]: audit 2023-12-07T13:47:59.596951+0000 mgr.a (mgr.24293) 9528 : audit 0 from='client.195570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:00 smithi044 bash[32620]: cluster 2023-12-07T13:47:59.844547+0000 mgr.a (mgr.24293) 9529 : 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-07T13:48:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:00 smithi022 bash[28554]: audit 2023-12-07T13:47:59.596951+0000 mgr.a (mgr.24293) 9528 : audit 0 from='client.195570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:00 smithi022 bash[28554]: cluster 2023-12-07T13:47:59.844547+0000 mgr.a (mgr.24293) 9529 : 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-07T13:48:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:00 smithi027 bash[31536]: audit 2023-12-07T13:47:59.596951+0000 mgr.a (mgr.24293) 9528 : audit 0 from='client.195570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:00 smithi027 bash[31536]: cluster 2023-12-07T13:47:59.844547+0000 mgr.a (mgr.24293) 9529 : 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-07T13:48:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:02 smithi022 bash[28554]: cluster 2023-12-07T13:48:01.845452+0000 mgr.a (mgr.24293) 9530 : 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-07T13:48:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:02 smithi044 bash[32620]: cluster 2023-12-07T13:48:01.845452+0000 mgr.a (mgr.24293) 9530 : 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-07T13:48:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:02 smithi027 bash[31536]: cluster 2023-12-07T13:48:01.845452+0000 mgr.a (mgr.24293) 9530 : 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-07T13:48:05.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:05.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:05.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:04 smithi044 bash[32620]: cluster 2023-12-07T13:48:03.846026+0000 mgr.a (mgr.24293) 9531 : 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-07T13:48:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:04 smithi022 bash[28554]: cluster 2023-12-07T13:48:03.846026+0000 mgr.a (mgr.24293) 9531 : 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-07T13:48:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:04 smithi027 bash[31536]: cluster 2023-12-07T13:48:03.846026+0000 mgr.a (mgr.24293) 9531 : 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-07T13:48:06.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:06.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:06.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:06.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:06.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:06 smithi022 bash[28554]: audit 2023-12-07T13:48:05.557566+0000 mgr.a (mgr.24293) 9532 : audit 0 from='client.195648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:06 smithi022 bash[28554]: cluster 2023-12-07T13:48:05.847703+0000 mgr.a (mgr.24293) 9533 : cluster 0 pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:06 smithi044 bash[32620]: audit 2023-12-07T13:48:05.557566+0000 mgr.a (mgr.24293) 9532 : audit 0 from='client.195648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:06 smithi044 bash[32620]: cluster 2023-12-07T13:48:05.847703+0000 mgr.a (mgr.24293) 9533 : cluster 0 pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:06 smithi027 bash[31536]: audit 2023-12-07T13:48:05.557566+0000 mgr.a (mgr.24293) 9532 : audit 0 from='client.195648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:06 smithi027 bash[31536]: cluster 2023-12-07T13:48:05.847703+0000 mgr.a (mgr.24293) 9533 : cluster 0 pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:08 smithi027 bash[31536]: cluster 2023-12-07T13:48:07.848455+0000 mgr.a (mgr.24293) 9534 : cluster 0 pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:08 smithi044 bash[32620]: cluster 2023-12-07T13:48:07.848455+0000 mgr.a (mgr.24293) 9534 : cluster 0 pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:08 smithi022 bash[28554]: cluster 2023-12-07T13:48:07.848455+0000 mgr.a (mgr.24293) 9534 : cluster 0 pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:09 smithi027 bash[31536]: audit 2023-12-07T13:48:09.429773+0000 mon.a (mon.0) 1768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:48:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:09 smithi022 bash[28554]: audit 2023-12-07T13:48:09.429773+0000 mon.a (mon.0) 1768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:48:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:09 smithi044 bash[32620]: audit 2023-12-07T13:48:09.429773+0000 mon.a (mon.0) 1768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:48:11.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:11.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:11.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:10 smithi022 bash[28554]: cluster 2023-12-07T13:48:09.849043+0000 mgr.a (mgr.24293) 9535 : cluster 0 pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:10 smithi022 bash[28554]: audit 2023-12-07T13:48:10.218058+0000 mon.a (mon.0) 1769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:48:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:10 smithi022 bash[28554]: audit 2023-12-07T13:48:10.219957+0000 mon.a (mon.0) 1770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:48:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:10 smithi022 bash[28554]: audit 2023-12-07T13:48:10.229279+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:48:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:10 smithi044 bash[32620]: cluster 2023-12-07T13:48:09.849043+0000 mgr.a (mgr.24293) 9535 : cluster 0 pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:10 smithi044 bash[32620]: audit 2023-12-07T13:48:10.218058+0000 mon.a (mon.0) 1769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:48:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:10 smithi044 bash[32620]: audit 2023-12-07T13:48:10.219957+0000 mon.a (mon.0) 1770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:48:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:10 smithi044 bash[32620]: audit 2023-12-07T13:48:10.229279+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:48:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:10 smithi027 bash[31536]: cluster 2023-12-07T13:48:09.849043+0000 mgr.a (mgr.24293) 9535 : cluster 0 pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:10 smithi027 bash[31536]: audit 2023-12-07T13:48:10.218058+0000 mon.a (mon.0) 1769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:48:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:10 smithi027 bash[31536]: audit 2023-12-07T13:48:10.219957+0000 mon.a (mon.0) 1770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:48:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:10 smithi027 bash[31536]: audit 2023-12-07T13:48:10.229279+0000 mon.a (mon.0) 1771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:48:12.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:12.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:12.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:12.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:12.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:12 smithi022 bash[28554]: audit 2023-12-07T13:48:11.521389+0000 mgr.a (mgr.24293) 9536 : audit 0 from='client.195723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:12 smithi022 bash[28554]: cluster 2023-12-07T13:48:11.850005+0000 mgr.a (mgr.24293) 9537 : cluster 0 pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:12 smithi044 bash[32620]: audit 2023-12-07T13:48:11.521389+0000 mgr.a (mgr.24293) 9536 : audit 0 from='client.195723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:12 smithi044 bash[32620]: cluster 2023-12-07T13:48:11.850005+0000 mgr.a (mgr.24293) 9537 : cluster 0 pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:12 smithi027 bash[31536]: audit 2023-12-07T13:48:11.521389+0000 mgr.a (mgr.24293) 9536 : audit 0 from='client.195723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:12 smithi027 bash[31536]: cluster 2023-12-07T13:48:11.850005+0000 mgr.a (mgr.24293) 9537 : cluster 0 pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:14 smithi022 bash[28554]: cluster 2023-12-07T13:48:13.850697+0000 mgr.a (mgr.24293) 9538 : cluster 0 pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:14 smithi044 bash[32620]: cluster 2023-12-07T13:48:13.850697+0000 mgr.a (mgr.24293) 9538 : cluster 0 pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:14 smithi027 bash[31536]: cluster 2023-12-07T13:48:13.850697+0000 mgr.a (mgr.24293) 9538 : cluster 0 pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:17.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:17.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:17.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:16 smithi022 bash[28554]: cluster 2023-12-07T13:48:15.851525+0000 mgr.a (mgr.24293) 9539 : 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-07T13:48:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:16 smithi044 bash[32620]: cluster 2023-12-07T13:48:15.851525+0000 mgr.a (mgr.24293) 9539 : 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-07T13:48:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:16 smithi027 bash[31536]: cluster 2023-12-07T13:48:15.851525+0000 mgr.a (mgr.24293) 9539 : 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-07T13:48:17.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:17.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:17.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:17.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:17.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:17 smithi022 bash[28554]: audit 2023-12-07T13:48:17.442920+0000 mgr.a (mgr.24293) 9540 : audit 0 from='client.195801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:17 smithi044 bash[32620]: audit 2023-12-07T13:48:17.442920+0000 mgr.a (mgr.24293) 9540 : audit 0 from='client.195801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:17 smithi027 bash[31536]: audit 2023-12-07T13:48:17.442920+0000 mgr.a (mgr.24293) 9540 : audit 0 from='client.195801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:18 smithi022 bash[28554]: cluster 2023-12-07T13:48:17.852306+0000 mgr.a (mgr.24293) 9541 : cluster 0 pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:18 smithi044 bash[32620]: cluster 2023-12-07T13:48:17.852306+0000 mgr.a (mgr.24293) 9541 : cluster 0 pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:18 smithi027 bash[31536]: cluster 2023-12-07T13:48:17.852306+0000 mgr.a (mgr.24293) 9541 : cluster 0 pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:20 smithi022 bash[28554]: cluster 2023-12-07T13:48:19.852878+0000 mgr.a (mgr.24293) 9542 : cluster 0 pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:20 smithi044 bash[32620]: cluster 2023-12-07T13:48:19.852878+0000 mgr.a (mgr.24293) 9542 : cluster 0 pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:20 smithi027 bash[31536]: cluster 2023-12-07T13:48:19.852878+0000 mgr.a (mgr.24293) 9542 : cluster 0 pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:22.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:22.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:22.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:22 smithi022 bash[28554]: cluster 2023-12-07T13:48:21.853674+0000 mgr.a (mgr.24293) 9543 : cluster 0 pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:22 smithi027 bash[31536]: cluster 2023-12-07T13:48:21.853674+0000 mgr.a (mgr.24293) 9543 : cluster 0 pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:22 smithi044 bash[32620]: cluster 2023-12-07T13:48:21.853674+0000 mgr.a (mgr.24293) 9543 : cluster 0 pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:23.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:23.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:23.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:23.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:23.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:23 smithi027 bash[31536]: audit 2023-12-07T13:48:23.371754+0000 mgr.a (mgr.24293) 9544 : audit 0 from='client.195876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:23 smithi044 bash[32620]: audit 2023-12-07T13:48:23.371754+0000 mgr.a (mgr.24293) 9544 : audit 0 from='client.195876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:23 smithi022 bash[28554]: audit 2023-12-07T13:48:23.371754+0000 mgr.a (mgr.24293) 9544 : audit 0 from='client.195876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:24 smithi027 bash[31536]: cluster 2023-12-07T13:48:23.854279+0000 mgr.a (mgr.24293) 9545 : cluster 0 pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:24 smithi044 bash[32620]: cluster 2023-12-07T13:48:23.854279+0000 mgr.a (mgr.24293) 9545 : cluster 0 pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:24 smithi022 bash[28554]: cluster 2023-12-07T13:48:23.854279+0000 mgr.a (mgr.24293) 9545 : cluster 0 pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:26 smithi027 bash[31536]: cluster 2023-12-07T13:48:25.855112+0000 mgr.a (mgr.24293) 9546 : cluster 0 pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:26 smithi044 bash[32620]: cluster 2023-12-07T13:48:25.855112+0000 mgr.a (mgr.24293) 9546 : cluster 0 pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:26 smithi022 bash[28554]: cluster 2023-12-07T13:48:25.855112+0000 mgr.a (mgr.24293) 9546 : cluster 0 pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:28.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:28.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:28.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:28 smithi027 bash[31536]: cluster 2023-12-07T13:48:27.855691+0000 mgr.a (mgr.24293) 9547 : 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-07T13:48:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:28 smithi022 bash[28554]: cluster 2023-12-07T13:48:27.855691+0000 mgr.a (mgr.24293) 9547 : 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-07T13:48:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:28 smithi044 bash[32620]: cluster 2023-12-07T13:48:27.855691+0000 mgr.a (mgr.24293) 9547 : 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-07T13:48:29.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:29.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:29.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:29.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:29.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:29 smithi044 bash[32620]: audit 2023-12-07T13:48:29.301074+0000 mgr.a (mgr.24293) 9548 : audit 0 from='client.195951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:29 smithi022 bash[28554]: audit 2023-12-07T13:48:29.301074+0000 mgr.a (mgr.24293) 9548 : audit 0 from='client.195951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:29 smithi027 bash[31536]: audit 2023-12-07T13:48:29.301074+0000 mgr.a (mgr.24293) 9548 : audit 0 from='client.195951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:30 smithi022 bash[28554]: cluster 2023-12-07T13:48:29.856382+0000 mgr.a (mgr.24293) 9549 : 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-07T13:48:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:30 smithi044 bash[32620]: cluster 2023-12-07T13:48:29.856382+0000 mgr.a (mgr.24293) 9549 : 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-07T13:48:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:30 smithi027 bash[31536]: cluster 2023-12-07T13:48:29.856382+0000 mgr.a (mgr.24293) 9549 : 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-07T13:48:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:32 smithi044 bash[32620]: cluster 2023-12-07T13:48:31.857229+0000 mgr.a (mgr.24293) 9550 : 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-07T13:48:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:32 smithi022 bash[28554]: cluster 2023-12-07T13:48:31.857229+0000 mgr.a (mgr.24293) 9550 : 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-07T13:48:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:32 smithi027 bash[31536]: cluster 2023-12-07T13:48:31.857229+0000 mgr.a (mgr.24293) 9550 : 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-07T13:48:34.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:34.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:34.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:34 smithi044 bash[32620]: cluster 2023-12-07T13:48:33.857810+0000 mgr.a (mgr.24293) 9551 : 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-07T13:48:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:34 smithi022 bash[28554]: cluster 2023-12-07T13:48:33.857810+0000 mgr.a (mgr.24293) 9551 : 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-07T13:48:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:34 smithi027 bash[31536]: cluster 2023-12-07T13:48:33.857810+0000 mgr.a (mgr.24293) 9551 : 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-07T13:48:35.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:35.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:35.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:35.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:35.785 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:35 smithi022 bash[28554]: audit 2023-12-07T13:48:35.234845+0000 mgr.a (mgr.24293) 9552 : audit 0 from='client.196029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:35 smithi044 bash[32620]: audit 2023-12-07T13:48:35.234845+0000 mgr.a (mgr.24293) 9552 : audit 0 from='client.196029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:35 smithi027 bash[31536]: audit 2023-12-07T13:48:35.234845+0000 mgr.a (mgr.24293) 9552 : audit 0 from='client.196029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:36 smithi027 bash[31536]: cluster 2023-12-07T13:48:35.858938+0000 mgr.a (mgr.24293) 9553 : cluster 0 pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:48:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:36 smithi044 bash[32620]: cluster 2023-12-07T13:48:35.858938+0000 mgr.a (mgr.24293) 9553 : cluster 0 pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:48:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:36 smithi022 bash[28554]: cluster 2023-12-07T13:48:35.858938+0000 mgr.a (mgr.24293) 9553 : cluster 0 pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:48:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:38 smithi044 bash[32620]: cluster 2023-12-07T13:48:37.859562+0000 mgr.a (mgr.24293) 9554 : cluster 0 pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:38 smithi022 bash[28554]: cluster 2023-12-07T13:48:37.859562+0000 mgr.a (mgr.24293) 9554 : cluster 0 pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:38 smithi027 bash[31536]: cluster 2023-12-07T13:48:37.859562+0000 mgr.a (mgr.24293) 9554 : cluster 0 pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:40.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:40.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:40.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:40 smithi022 bash[28554]: cluster 2023-12-07T13:48:39.860070+0000 mgr.a (mgr.24293) 9555 : cluster 0 pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:40 smithi044 bash[32620]: cluster 2023-12-07T13:48:39.860070+0000 mgr.a (mgr.24293) 9555 : cluster 0 pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:40 smithi027 bash[31536]: cluster 2023-12-07T13:48:39.860070+0000 mgr.a (mgr.24293) 9555 : cluster 0 pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:41.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:41.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:41.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:41.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:41.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:41 smithi022 bash[28554]: audit 2023-12-07T13:48:41.201290+0000 mgr.a (mgr.24293) 9556 : audit 0 from='client.196107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:41 smithi044 bash[32620]: audit 2023-12-07T13:48:41.201290+0000 mgr.a (mgr.24293) 9556 : audit 0 from='client.196107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:41 smithi027 bash[31536]: audit 2023-12-07T13:48:41.201290+0000 mgr.a (mgr.24293) 9556 : audit 0 from='client.196107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:42 smithi022 bash[28554]: cluster 2023-12-07T13:48:41.861357+0000 mgr.a (mgr.24293) 9557 : cluster 0 pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:43.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:42 smithi027 bash[31536]: cluster 2023-12-07T13:48:41.861357+0000 mgr.a (mgr.24293) 9557 : cluster 0 pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:42 smithi044 bash[32620]: cluster 2023-12-07T13:48:41.861357+0000 mgr.a (mgr.24293) 9557 : cluster 0 pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:44 smithi027 bash[31536]: cluster 2023-12-07T13:48:43.861998+0000 mgr.a (mgr.24293) 9558 : cluster 0 pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:44 smithi044 bash[32620]: cluster 2023-12-07T13:48:43.861998+0000 mgr.a (mgr.24293) 9558 : cluster 0 pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:44 smithi022 bash[28554]: cluster 2023-12-07T13:48:43.861998+0000 mgr.a (mgr.24293) 9558 : cluster 0 pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:46.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:46.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:46.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:46 smithi027 bash[31536]: cluster 2023-12-07T13:48:45.862742+0000 mgr.a (mgr.24293) 9559 : 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-07T13:48:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:46 smithi044 bash[32620]: cluster 2023-12-07T13:48:45.862742+0000 mgr.a (mgr.24293) 9559 : 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-07T13:48:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:46 smithi022 bash[28554]: cluster 2023-12-07T13:48:45.862742+0000 mgr.a (mgr.24293) 9559 : 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-07T13:48:47.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:47.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:47.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:47.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:47.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:47 smithi027 bash[31536]: audit 2023-12-07T13:48:47.126542+0000 mgr.a (mgr.24293) 9560 : audit 0 from='client.196182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:47 smithi044 bash[32620]: audit 2023-12-07T13:48:47.126542+0000 mgr.a (mgr.24293) 9560 : audit 0 from='client.196182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:47 smithi022 bash[28554]: audit 2023-12-07T13:48:47.126542+0000 mgr.a (mgr.24293) 9560 : audit 0 from='client.196182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:48 smithi027 bash[31536]: cluster 2023-12-07T13:48:47.863487+0000 mgr.a (mgr.24293) 9561 : cluster 0 pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:48 smithi022 bash[28554]: cluster 2023-12-07T13:48:47.863487+0000 mgr.a (mgr.24293) 9561 : cluster 0 pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:48 smithi044 bash[32620]: cluster 2023-12-07T13:48:47.863487+0000 mgr.a (mgr.24293) 9561 : cluster 0 pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:50 smithi027 bash[31536]: cluster 2023-12-07T13:48:49.864180+0000 mgr.a (mgr.24293) 9562 : cluster 0 pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:51.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:50 smithi044 bash[32620]: cluster 2023-12-07T13:48:49.864180+0000 mgr.a (mgr.24293) 9562 : cluster 0 pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:50 smithi022 bash[28554]: cluster 2023-12-07T13:48:49.864180+0000 mgr.a (mgr.24293) 9562 : cluster 0 pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:52.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:52.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:52.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:52 smithi027 bash[31536]: cluster 2023-12-07T13:48:51.865005+0000 mgr.a (mgr.24293) 9563 : cluster 0 pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:48:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:52 smithi022 bash[28554]: cluster 2023-12-07T13:48:51.865005+0000 mgr.a (mgr.24293) 9563 : cluster 0 pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:48:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:52 smithi044 bash[32620]: cluster 2023-12-07T13:48:51.865005+0000 mgr.a (mgr.24293) 9563 : cluster 0 pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:48:53.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:48:53.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:53.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:53.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:53.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:53 smithi022 bash[28554]: audit 2023-12-07T13:48:53.059439+0000 mgr.a (mgr.24293) 9564 : audit 0 from='client.196260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:53 smithi044 bash[32620]: audit 2023-12-07T13:48:53.059439+0000 mgr.a (mgr.24293) 9564 : audit 0 from='client.196260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:53 smithi027 bash[31536]: audit 2023-12-07T13:48:53.059439+0000 mgr.a (mgr.24293) 9564 : audit 0 from='client.196260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:54 smithi022 bash[28554]: cluster 2023-12-07T13:48:53.865771+0000 mgr.a (mgr.24293) 9565 : cluster 0 pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:54 smithi044 bash[32620]: cluster 2023-12-07T13:48:53.865771+0000 mgr.a (mgr.24293) 9565 : cluster 0 pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:54 smithi027 bash[31536]: cluster 2023-12-07T13:48:53.865771+0000 mgr.a (mgr.24293) 9565 : cluster 0 pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:56 smithi044 bash[32620]: cluster 2023-12-07T13:48:55.866594+0000 mgr.a (mgr.24293) 9566 : cluster 0 pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:56 smithi022 bash[28554]: cluster 2023-12-07T13:48:55.866594+0000 mgr.a (mgr.24293) 9566 : cluster 0 pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:56 smithi027 bash[31536]: cluster 2023-12-07T13:48:55.866594+0000 mgr.a (mgr.24293) 9566 : cluster 0 pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:58.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:48:58.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:58.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:58 smithi022 bash[28554]: cluster 2023-12-07T13:48:57.867295+0000 mgr.a (mgr.24293) 9567 : 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-07T13:48:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:58 smithi044 bash[32620]: cluster 2023-12-07T13:48:57.867295+0000 mgr.a (mgr.24293) 9567 : 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-07T13:48:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:58 smithi027 bash[31536]: cluster 2023-12-07T13:48:57.867295+0000 mgr.a (mgr.24293) 9567 : 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-07T13:48:59.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:59.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:59.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:59.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:48:59.517 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:48:59 smithi044 bash[32620]: audit 2023-12-07T13:48:58.997313+0000 mgr.a (mgr.24293) 9568 : audit 0 from='client.196338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:48:59 smithi022 bash[28554]: audit 2023-12-07T13:48:58.997313+0000 mgr.a (mgr.24293) 9568 : audit 0 from='client.196338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:48:59 smithi027 bash[31536]: audit 2023-12-07T13:48:58.997313+0000 mgr.a (mgr.24293) 9568 : audit 0 from='client.196338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:00 smithi022 bash[28554]: cluster 2023-12-07T13:48:59.868013+0000 mgr.a (mgr.24293) 9569 : 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-07T13:49:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:00 smithi044 bash[32620]: cluster 2023-12-07T13:48:59.868013+0000 mgr.a (mgr.24293) 9569 : 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-07T13:49:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:00 smithi027 bash[31536]: cluster 2023-12-07T13:48:59.868013+0000 mgr.a (mgr.24293) 9569 : 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-07T13:49:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:02 smithi044 bash[32620]: cluster 2023-12-07T13:49:01.868840+0000 mgr.a (mgr.24293) 9570 : 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-07T13:49:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:02 smithi022 bash[28554]: cluster 2023-12-07T13:49:01.868840+0000 mgr.a (mgr.24293) 9570 : 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-07T13:49:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:02 smithi027 bash[31536]: cluster 2023-12-07T13:49:01.868840+0000 mgr.a (mgr.24293) 9570 : 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-07T13:49:04.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:04.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:04.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:04 smithi027 bash[31536]: cluster 2023-12-07T13:49:03.869557+0000 mgr.a (mgr.24293) 9571 : 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-07T13:49:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:04 smithi022 bash[28554]: cluster 2023-12-07T13:49:03.869557+0000 mgr.a (mgr.24293) 9571 : 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-07T13:49:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:04 smithi044 bash[32620]: cluster 2023-12-07T13:49:03.869557+0000 mgr.a (mgr.24293) 9571 : 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-07T13:49:05.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:05.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:05.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:05.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:05.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:05 smithi027 bash[31536]: audit 2023-12-07T13:49:04.926325+0000 mgr.a (mgr.24293) 9572 : audit 0 from='client.196416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:05 smithi022 bash[28554]: audit 2023-12-07T13:49:04.926325+0000 mgr.a (mgr.24293) 9572 : audit 0 from='client.196416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:05 smithi044 bash[32620]: audit 2023-12-07T13:49:04.926325+0000 mgr.a (mgr.24293) 9572 : audit 0 from='client.196416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:06 smithi027 bash[31536]: cluster 2023-12-07T13:49:05.870642+0000 mgr.a (mgr.24293) 9573 : 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-07T13:49:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:06 smithi022 bash[28554]: cluster 2023-12-07T13:49:05.870642+0000 mgr.a (mgr.24293) 9573 : 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-07T13:49:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:06 smithi044 bash[32620]: cluster 2023-12-07T13:49:05.870642+0000 mgr.a (mgr.24293) 9573 : 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-07T13:49:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:08 smithi022 bash[28554]: cluster 2023-12-07T13:49:07.871378+0000 mgr.a (mgr.24293) 9574 : 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-07T13:49:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:08 smithi044 bash[32620]: cluster 2023-12-07T13:49:07.871378+0000 mgr.a (mgr.24293) 9574 : 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-07T13:49:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:08 smithi027 bash[31536]: cluster 2023-12-07T13:49:07.871378+0000 mgr.a (mgr.24293) 9574 : 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-07T13:49:10.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:10.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:10.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:10 smithi027 bash[31536]: cluster 2023-12-07T13:49:09.872083+0000 mgr.a (mgr.24293) 9575 : 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-07T13:49:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:10 smithi027 bash[31536]: audit 2023-12-07T13:49:10.331798+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:49:11.383 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:11.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:11.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:11.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:11.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:10 smithi044 bash[32620]: cluster 2023-12-07T13:49:09.872083+0000 mgr.a (mgr.24293) 9575 : 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-07T13:49:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:10 smithi044 bash[32620]: audit 2023-12-07T13:49:10.331798+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:49:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:10 smithi022 bash[28554]: cluster 2023-12-07T13:49:09.872083+0000 mgr.a (mgr.24293) 9575 : 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-07T13:49:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:10 smithi022 bash[28554]: audit 2023-12-07T13:49:10.331798+0000 mon.a (mon.0) 1772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:49:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:11 smithi027 bash[31536]: audit 2023-12-07T13:49:10.864277+0000 mgr.a (mgr.24293) 9576 : audit 0 from='client.196494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:11 smithi044 bash[32620]: audit 2023-12-07T13:49:10.864277+0000 mgr.a (mgr.24293) 9576 : audit 0 from='client.196494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:11 smithi022 bash[28554]: audit 2023-12-07T13:49:10.864277+0000 mgr.a (mgr.24293) 9576 : audit 0 from='client.196494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:12 smithi027 bash[31536]: cluster 2023-12-07T13:49:11.873249+0000 mgr.a (mgr.24293) 9577 : cluster 0 pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:12 smithi044 bash[32620]: cluster 2023-12-07T13:49:11.873249+0000 mgr.a (mgr.24293) 9577 : cluster 0 pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:12 smithi022 bash[28554]: cluster 2023-12-07T13:49:11.873249+0000 mgr.a (mgr.24293) 9577 : cluster 0 pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:15.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:14 smithi027 bash[31536]: cluster 2023-12-07T13:49:13.873839+0000 mgr.a (mgr.24293) 9578 : cluster 0 pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:14 smithi044 bash[32620]: cluster 2023-12-07T13:49:13.873839+0000 mgr.a (mgr.24293) 9578 : cluster 0 pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:14 smithi022 bash[28554]: cluster 2023-12-07T13:49:13.873839+0000 mgr.a (mgr.24293) 9578 : cluster 0 pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:16.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:16.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:16.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:16 smithi027 bash[31536]: cluster 2023-12-07T13:49:15.874669+0000 mgr.a (mgr.24293) 9579 : cluster 0 pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:17.225 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:16 smithi022 bash[28554]: cluster 2023-12-07T13:49:15.874669+0000 mgr.a (mgr.24293) 9579 : cluster 0 pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:17.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:17.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:17.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:17.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:17.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:16 smithi044 bash[32620]: cluster 2023-12-07T13:49:15.874669+0000 mgr.a (mgr.24293) 9579 : cluster 0 pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:17 smithi022 bash[28554]: audit 2023-12-07T13:49:16.795236+0000 mgr.a (mgr.24293) 9580 : audit 0 from='client.196572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:17 smithi044 bash[32620]: audit 2023-12-07T13:49:16.795236+0000 mgr.a (mgr.24293) 9580 : audit 0 from='client.196572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:17 smithi027 bash[31536]: audit 2023-12-07T13:49:16.795236+0000 mgr.a (mgr.24293) 9580 : audit 0 from='client.196572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:18 smithi044 bash[32620]: cluster 2023-12-07T13:49:17.875494+0000 mgr.a (mgr.24293) 9581 : cluster 0 pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:18 smithi022 bash[28554]: cluster 2023-12-07T13:49:17.875494+0000 mgr.a (mgr.24293) 9581 : cluster 0 pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:18 smithi027 bash[31536]: cluster 2023-12-07T13:49:17.875494+0000 mgr.a (mgr.24293) 9581 : cluster 0 pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:20 smithi022 bash[28554]: cluster 2023-12-07T13:49:19.876086+0000 mgr.a (mgr.24293) 9582 : cluster 0 pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:20 smithi044 bash[32620]: cluster 2023-12-07T13:49:19.876086+0000 mgr.a (mgr.24293) 9582 : cluster 0 pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:20 smithi027 bash[31536]: cluster 2023-12-07T13:49:19.876086+0000 mgr.a (mgr.24293) 9582 : cluster 0 pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:22.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:22.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:22.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:22 smithi027 bash[31536]: audit 2023-12-07T13:49:21.187387+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:22 smithi027 bash[31536]: audit 2023-12-07T13:49:21.193516+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:22 smithi027 bash[31536]: audit 2023-12-07T13:49:21.195097+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:49:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:22 smithi027 bash[31536]: audit 2023-12-07T13:49:21.196919+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:49:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:22 smithi027 bash[31536]: audit 2023-12-07T13:49:21.205678+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:22 smithi044 bash[32620]: audit 2023-12-07T13:49:21.187387+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:22 smithi044 bash[32620]: audit 2023-12-07T13:49:21.193516+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:22 smithi044 bash[32620]: audit 2023-12-07T13:49:21.195097+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:49:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:22 smithi044 bash[32620]: audit 2023-12-07T13:49:21.196919+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:49:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:22 smithi044 bash[32620]: audit 2023-12-07T13:49:21.205678+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:22 smithi022 bash[28554]: audit 2023-12-07T13:49:21.187387+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:22 smithi022 bash[28554]: audit 2023-12-07T13:49:21.193516+0000 mon.a (mon.0) 1774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:22 smithi022 bash[28554]: audit 2023-12-07T13:49:21.195097+0000 mon.a (mon.0) 1775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:49:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:22 smithi022 bash[28554]: audit 2023-12-07T13:49:21.196919+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:49:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:22 smithi022 bash[28554]: audit 2023-12-07T13:49:21.205678+0000 mon.a (mon.0) 1777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:49:23.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:23.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:23.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:23.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:23.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:23 smithi022 bash[28554]: cluster 2023-12-07T13:49:21.876891+0000 mgr.a (mgr.24293) 9583 : 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-07T13:49:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:23 smithi044 bash[32620]: cluster 2023-12-07T13:49:21.876891+0000 mgr.a (mgr.24293) 9583 : 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-07T13:49:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:23 smithi027 bash[31536]: cluster 2023-12-07T13:49:21.876891+0000 mgr.a (mgr.24293) 9583 : 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-07T13:49:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:24 smithi044 bash[32620]: audit 2023-12-07T13:49:22.730588+0000 mgr.a (mgr.24293) 9584 : audit 0 from='client.162455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:24 smithi022 bash[28554]: audit 2023-12-07T13:49:22.730588+0000 mgr.a (mgr.24293) 9584 : audit 0 from='client.162455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:24 smithi027 bash[31536]: audit 2023-12-07T13:49:22.730588+0000 mgr.a (mgr.24293) 9584 : audit 0 from='client.162455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:25 smithi022 bash[28554]: cluster 2023-12-07T13:49:23.877550+0000 mgr.a (mgr.24293) 9585 : cluster 0 pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:25 smithi044 bash[32620]: cluster 2023-12-07T13:49:23.877550+0000 mgr.a (mgr.24293) 9585 : cluster 0 pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:25 smithi027 bash[31536]: cluster 2023-12-07T13:49:23.877550+0000 mgr.a (mgr.24293) 9585 : cluster 0 pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:27 smithi044 bash[32620]: cluster 2023-12-07T13:49:25.878519+0000 mgr.a (mgr.24293) 9586 : cluster 0 pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:27 smithi022 bash[28554]: cluster 2023-12-07T13:49:25.878519+0000 mgr.a (mgr.24293) 9586 : cluster 0 pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:27 smithi027 bash[31536]: cluster 2023-12-07T13:49:25.878519+0000 mgr.a (mgr.24293) 9586 : cluster 0 pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:28.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:28.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:28.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:28 smithi022 bash[28554]: cluster 2023-12-07T13:49:27.879073+0000 mgr.a (mgr.24293) 9587 : cluster 0 pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:28 smithi044 bash[32620]: cluster 2023-12-07T13:49:27.879073+0000 mgr.a (mgr.24293) 9587 : cluster 0 pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:28 smithi027 bash[31536]: cluster 2023-12-07T13:49:27.879073+0000 mgr.a (mgr.24293) 9587 : cluster 0 pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:29.242 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:29.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:29.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:29.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:29.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:29 smithi022 bash[28554]: audit 2023-12-07T13:49:28.696772+0000 mgr.a (mgr.24293) 9588 : audit 0 from='client.196719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:29 smithi044 bash[32620]: audit 2023-12-07T13:49:28.696772+0000 mgr.a (mgr.24293) 9588 : audit 0 from='client.196719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:29 smithi027 bash[31536]: audit 2023-12-07T13:49:28.696772+0000 mgr.a (mgr.24293) 9588 : audit 0 from='client.196719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:30 smithi022 bash[28554]: cluster 2023-12-07T13:49:29.879878+0000 mgr.a (mgr.24293) 9589 : cluster 0 pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:30 smithi044 bash[32620]: cluster 2023-12-07T13:49:29.879878+0000 mgr.a (mgr.24293) 9589 : cluster 0 pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:30 smithi027 bash[31536]: cluster 2023-12-07T13:49:29.879878+0000 mgr.a (mgr.24293) 9589 : cluster 0 pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:32 smithi027 bash[31536]: cluster 2023-12-07T13:49:31.880681+0000 mgr.a (mgr.24293) 9590 : cluster 0 pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:32 smithi044 bash[32620]: cluster 2023-12-07T13:49:31.880681+0000 mgr.a (mgr.24293) 9590 : cluster 0 pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:32 smithi022 bash[28554]: cluster 2023-12-07T13:49:31.880681+0000 mgr.a (mgr.24293) 9590 : cluster 0 pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:34.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:34.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:34.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:35.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:35.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:35.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:35.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:35.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:34 smithi027 bash[31536]: cluster 2023-12-07T13:49:33.881288+0000 mgr.a (mgr.24293) 9591 : 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-07T13:49:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:34 smithi044 bash[32620]: cluster 2023-12-07T13:49:33.881288+0000 mgr.a (mgr.24293) 9591 : 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-07T13:49:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:34 smithi022 bash[28554]: cluster 2023-12-07T13:49:33.881288+0000 mgr.a (mgr.24293) 9591 : 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-07T13:49:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:35 smithi027 bash[31536]: audit 2023-12-07T13:49:34.653352+0000 mgr.a (mgr.24293) 9592 : audit 0 from='client.196791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:35 smithi044 bash[32620]: audit 2023-12-07T13:49:34.653352+0000 mgr.a (mgr.24293) 9592 : audit 0 from='client.196791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:35 smithi022 bash[28554]: audit 2023-12-07T13:49:34.653352+0000 mgr.a (mgr.24293) 9592 : audit 0 from='client.196791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:36 smithi022 bash[28554]: cluster 2023-12-07T13:49:35.882101+0000 mgr.a (mgr.24293) 9593 : 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-07T13:49:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:36 smithi044 bash[32620]: cluster 2023-12-07T13:49:35.882101+0000 mgr.a (mgr.24293) 9593 : 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-07T13:49:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:36 smithi027 bash[31536]: cluster 2023-12-07T13:49:35.882101+0000 mgr.a (mgr.24293) 9593 : 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-07T13:49:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:38 smithi022 bash[28554]: cluster 2023-12-07T13:49:37.882686+0000 mgr.a (mgr.24293) 9594 : 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-07T13:49:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:38 smithi044 bash[32620]: cluster 2023-12-07T13:49:37.882686+0000 mgr.a (mgr.24293) 9594 : 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-07T13:49:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:38 smithi027 bash[31536]: cluster 2023-12-07T13:49:37.882686+0000 mgr.a (mgr.24293) 9594 : 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-07T13:49:40.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:40.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:40.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:41.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:41.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:41.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:41.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:41.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:40 smithi027 bash[31536]: cluster 2023-12-07T13:49:39.883372+0000 mgr.a (mgr.24293) 9595 : 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-07T13:49:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:40 smithi022 bash[28554]: cluster 2023-12-07T13:49:39.883372+0000 mgr.a (mgr.24293) 9595 : 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-07T13:49:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:40 smithi044 bash[32620]: cluster 2023-12-07T13:49:39.883372+0000 mgr.a (mgr.24293) 9595 : 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-07T13:49:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:41 smithi027 bash[31536]: audit 2023-12-07T13:49:40.599323+0000 mgr.a (mgr.24293) 9596 : audit 0 from='client.196869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:41 smithi022 bash[28554]: audit 2023-12-07T13:49:40.599323+0000 mgr.a (mgr.24293) 9596 : audit 0 from='client.196869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:41 smithi044 bash[32620]: audit 2023-12-07T13:49:40.599323+0000 mgr.a (mgr.24293) 9596 : audit 0 from='client.196869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:42 smithi044 bash[32620]: cluster 2023-12-07T13:49:41.884416+0000 mgr.a (mgr.24293) 9597 : cluster 0 pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:42 smithi022 bash[28554]: cluster 2023-12-07T13:49:41.884416+0000 mgr.a (mgr.24293) 9597 : cluster 0 pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:42 smithi027 bash[31536]: cluster 2023-12-07T13:49:41.884416+0000 mgr.a (mgr.24293) 9597 : cluster 0 pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:44 smithi044 bash[32620]: cluster 2023-12-07T13:49:43.885092+0000 mgr.a (mgr.24293) 9598 : cluster 0 pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:44 smithi022 bash[28554]: cluster 2023-12-07T13:49:43.885092+0000 mgr.a (mgr.24293) 9598 : cluster 0 pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:44 smithi027 bash[31536]: cluster 2023-12-07T13:49:43.885092+0000 mgr.a (mgr.24293) 9598 : cluster 0 pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:46.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:46.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:46.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:47.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:47.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:47.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:46 smithi044 bash[32620]: cluster 2023-12-07T13:49:45.886034+0000 mgr.a (mgr.24293) 9599 : cluster 0 pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:46 smithi022 bash[28554]: cluster 2023-12-07T13:49:45.886034+0000 mgr.a (mgr.24293) 9599 : cluster 0 pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:46 smithi027 bash[31536]: cluster 2023-12-07T13:49:45.886034+0000 mgr.a (mgr.24293) 9599 : cluster 0 pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:47 smithi044 bash[32620]: audit 2023-12-07T13:49:46.540605+0000 mgr.a (mgr.24293) 9600 : audit 0 from='client.196944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:47 smithi022 bash[28554]: audit 2023-12-07T13:49:46.540605+0000 mgr.a (mgr.24293) 9600 : audit 0 from='client.196944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:47 smithi027 bash[31536]: audit 2023-12-07T13:49:46.540605+0000 mgr.a (mgr.24293) 9600 : audit 0 from='client.196944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:48 smithi044 bash[32620]: cluster 2023-12-07T13:49:47.886758+0000 mgr.a (mgr.24293) 9601 : cluster 0 pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:48 smithi022 bash[28554]: cluster 2023-12-07T13:49:47.886758+0000 mgr.a (mgr.24293) 9601 : cluster 0 pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:48 smithi027 bash[31536]: cluster 2023-12-07T13:49:47.886758+0000 mgr.a (mgr.24293) 9601 : cluster 0 pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:50 smithi022 bash[28554]: cluster 2023-12-07T13:49:49.887367+0000 mgr.a (mgr.24293) 9602 : cluster 0 pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:50 smithi044 bash[32620]: cluster 2023-12-07T13:49:49.887367+0000 mgr.a (mgr.24293) 9602 : cluster 0 pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:50 smithi027 bash[31536]: cluster 2023-12-07T13:49:49.887367+0000 mgr.a (mgr.24293) 9602 : cluster 0 pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:52.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:52.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:52.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:52.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:52.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:52.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:52.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:52.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:52 smithi044 bash[32620]: cluster 2023-12-07T13:49:51.888202+0000 mgr.a (mgr.24293) 9603 : 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-07T13:49:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:52 smithi044 bash[32620]: audit 2023-12-07T13:49:52.468914+0000 mgr.a (mgr.24293) 9604 : audit 0 from='client.197016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:52 smithi022 bash[28554]: cluster 2023-12-07T13:49:51.888202+0000 mgr.a (mgr.24293) 9603 : 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-07T13:49:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:52 smithi022 bash[28554]: audit 2023-12-07T13:49:52.468914+0000 mgr.a (mgr.24293) 9604 : audit 0 from='client.197016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:52 smithi027 bash[31536]: cluster 2023-12-07T13:49:51.888202+0000 mgr.a (mgr.24293) 9603 : 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-07T13:49:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:52 smithi027 bash[31536]: audit 2023-12-07T13:49:52.468914+0000 mgr.a (mgr.24293) 9604 : audit 0 from='client.197016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:54 smithi044 bash[32620]: cluster 2023-12-07T13:49:53.888975+0000 mgr.a (mgr.24293) 9605 : cluster 0 pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:54 smithi022 bash[28554]: cluster 2023-12-07T13:49:53.888975+0000 mgr.a (mgr.24293) 9605 : cluster 0 pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:54 smithi027 bash[31536]: cluster 2023-12-07T13:49:53.888975+0000 mgr.a (mgr.24293) 9605 : cluster 0 pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:56 smithi044 bash[32620]: cluster 2023-12-07T13:49:55.889795+0000 mgr.a (mgr.24293) 9606 : cluster 0 pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:56 smithi022 bash[28554]: cluster 2023-12-07T13:49:55.889795+0000 mgr.a (mgr.24293) 9606 : cluster 0 pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:56 smithi027 bash[31536]: cluster 2023-12-07T13:49:55.889795+0000 mgr.a (mgr.24293) 9606 : cluster 0 pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:57.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:49:57.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:57.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:58.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:49:58.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:58.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:58.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:58.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:49:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:58 smithi044 bash[32620]: cluster 2023-12-07T13:49:57.890471+0000 mgr.a (mgr.24293) 9607 : cluster 0 pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:49:58 smithi044 bash[32620]: audit 2023-12-07T13:49:58.402142+0000 mgr.a (mgr.24293) 9608 : audit 0 from='client.197088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:58 smithi022 bash[28554]: cluster 2023-12-07T13:49:57.890471+0000 mgr.a (mgr.24293) 9607 : cluster 0 pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:49:58 smithi022 bash[28554]: audit 2023-12-07T13:49:58.402142+0000 mgr.a (mgr.24293) 9608 : audit 0 from='client.197088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:58 smithi027 bash[31536]: cluster 2023-12-07T13:49:57.890471+0000 mgr.a (mgr.24293) 9607 : cluster 0 pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:49:58 smithi027 bash[31536]: audit 2023-12-07T13:49:58.402142+0000 mgr.a (mgr.24293) 9608 : audit 0 from='client.197088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:00 smithi027 bash[31536]: cluster 2023-12-07T13:49:59.891235+0000 mgr.a (mgr.24293) 9609 : cluster 0 pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:00 smithi027 bash[31536]: cluster 2023-12-07T13:50:00.000176+0000 mon.a (mon.0) 1778 : cluster 1 overall HEALTH_OK 2023-12-07T13:50:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:00 smithi022 bash[28554]: cluster 2023-12-07T13:49:59.891235+0000 mgr.a (mgr.24293) 9609 : cluster 0 pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:00 smithi022 bash[28554]: cluster 2023-12-07T13:50:00.000176+0000 mon.a (mon.0) 1778 : cluster 1 overall HEALTH_OK 2023-12-07T13:50:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:00 smithi044 bash[32620]: cluster 2023-12-07T13:49:59.891235+0000 mgr.a (mgr.24293) 9609 : cluster 0 pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:00 smithi044 bash[32620]: cluster 2023-12-07T13:50:00.000176+0000 mon.a (mon.0) 1778 : cluster 1 overall HEALTH_OK 2023-12-07T13:50:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:02 smithi022 bash[28554]: cluster 2023-12-07T13:50:01.892105+0000 mgr.a (mgr.24293) 9610 : cluster 0 pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:02 smithi044 bash[32620]: cluster 2023-12-07T13:50:01.892105+0000 mgr.a (mgr.24293) 9610 : cluster 0 pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:02 smithi027 bash[31536]: cluster 2023-12-07T13:50:01.892105+0000 mgr.a (mgr.24293) 9610 : cluster 0 pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:03.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:03.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:03.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:04.846 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:04.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:04.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:04.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:04.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:04 smithi044 bash[32620]: cluster 2023-12-07T13:50:03.892662+0000 mgr.a (mgr.24293) 9611 : 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-07T13:50:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:04 smithi044 bash[32620]: audit 2023-12-07T13:50:04.339691+0000 mgr.a (mgr.24293) 9612 : audit 0 from='client.197163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:04 smithi022 bash[28554]: cluster 2023-12-07T13:50:03.892662+0000 mgr.a (mgr.24293) 9611 : 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-07T13:50:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:04 smithi022 bash[28554]: audit 2023-12-07T13:50:04.339691+0000 mgr.a (mgr.24293) 9612 : audit 0 from='client.197163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:04 smithi027 bash[31536]: cluster 2023-12-07T13:50:03.892662+0000 mgr.a (mgr.24293) 9611 : 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-07T13:50:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:04 smithi027 bash[31536]: audit 2023-12-07T13:50:04.339691+0000 mgr.a (mgr.24293) 9612 : audit 0 from='client.197163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:06 smithi022 bash[28554]: cluster 2023-12-07T13:50:05.893621+0000 mgr.a (mgr.24293) 9613 : 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-07T13:50:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:06 smithi044 bash[32620]: cluster 2023-12-07T13:50:05.893621+0000 mgr.a (mgr.24293) 9613 : 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-07T13:50:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:06 smithi027 bash[31536]: cluster 2023-12-07T13:50:05.893621+0000 mgr.a (mgr.24293) 9613 : 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-07T13:50:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:08 smithi022 bash[28554]: cluster 2023-12-07T13:50:07.894200+0000 mgr.a (mgr.24293) 9614 : 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-07T13:50:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:08 smithi044 bash[32620]: cluster 2023-12-07T13:50:07.894200+0000 mgr.a (mgr.24293) 9614 : 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-07T13:50:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:08 smithi027 bash[31536]: cluster 2023-12-07T13:50:07.894200+0000 mgr.a (mgr.24293) 9614 : 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-07T13:50:09.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:09.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:09.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:10.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:10.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:10.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:10.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:10.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:10 smithi022 bash[28554]: cluster 2023-12-07T13:50:09.894891+0000 mgr.a (mgr.24293) 9615 : 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-07T13:50:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:10 smithi022 bash[28554]: audit 2023-12-07T13:50:10.260583+0000 mgr.a (mgr.24293) 9616 : audit 0 from='client.197238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:10 smithi044 bash[32620]: cluster 2023-12-07T13:50:09.894891+0000 mgr.a (mgr.24293) 9615 : 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-07T13:50:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:10 smithi044 bash[32620]: audit 2023-12-07T13:50:10.260583+0000 mgr.a (mgr.24293) 9616 : audit 0 from='client.197238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:10 smithi027 bash[31536]: cluster 2023-12-07T13:50:09.894891+0000 mgr.a (mgr.24293) 9615 : 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-07T13:50:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:10 smithi027 bash[31536]: audit 2023-12-07T13:50:10.260583+0000 mgr.a (mgr.24293) 9616 : audit 0 from='client.197238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:12 smithi022 bash[28554]: cluster 2023-12-07T13:50:11.896033+0000 mgr.a (mgr.24293) 9617 : cluster 0 pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:50:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:12 smithi044 bash[32620]: cluster 2023-12-07T13:50:11.896033+0000 mgr.a (mgr.24293) 9617 : cluster 0 pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:50:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:12 smithi027 bash[31536]: cluster 2023-12-07T13:50:11.896033+0000 mgr.a (mgr.24293) 9617 : cluster 0 pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:50:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:14 smithi022 bash[28554]: cluster 2023-12-07T13:50:13.896620+0000 mgr.a (mgr.24293) 9618 : cluster 0 pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:50:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:14 smithi044 bash[32620]: cluster 2023-12-07T13:50:13.896620+0000 mgr.a (mgr.24293) 9618 : cluster 0 pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:50:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:14 smithi027 bash[31536]: cluster 2023-12-07T13:50:13.896620+0000 mgr.a (mgr.24293) 9618 : cluster 0 pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:50:15.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:15.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:15.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:16.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:16.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:16.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:16.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:16.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:16 smithi044 bash[32620]: cluster 2023-12-07T13:50:15.897369+0000 mgr.a (mgr.24293) 9619 : cluster 0 pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:16 smithi044 bash[32620]: audit 2023-12-07T13:50:16.190813+0000 mgr.a (mgr.24293) 9620 : audit 0 from='client.197310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:16 smithi022 bash[28554]: cluster 2023-12-07T13:50:15.897369+0000 mgr.a (mgr.24293) 9619 : cluster 0 pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:16 smithi022 bash[28554]: audit 2023-12-07T13:50:16.190813+0000 mgr.a (mgr.24293) 9620 : audit 0 from='client.197310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:17.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:16 smithi027 bash[31536]: cluster 2023-12-07T13:50:15.897369+0000 mgr.a (mgr.24293) 9619 : cluster 0 pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:17.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:16 smithi027 bash[31536]: audit 2023-12-07T13:50:16.190813+0000 mgr.a (mgr.24293) 9620 : audit 0 from='client.197310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:18 smithi022 bash[28554]: cluster 2023-12-07T13:50:17.898079+0000 mgr.a (mgr.24293) 9621 : cluster 0 pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:18 smithi044 bash[32620]: cluster 2023-12-07T13:50:17.898079+0000 mgr.a (mgr.24293) 9621 : cluster 0 pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:18 smithi027 bash[31536]: cluster 2023-12-07T13:50:17.898079+0000 mgr.a (mgr.24293) 9621 : cluster 0 pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:20 smithi022 bash[28554]: cluster 2023-12-07T13:50:19.898675+0000 mgr.a (mgr.24293) 9622 : cluster 0 pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:20 smithi044 bash[32620]: cluster 2023-12-07T13:50:19.898675+0000 mgr.a (mgr.24293) 9622 : cluster 0 pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:20 smithi027 bash[31536]: cluster 2023-12-07T13:50:19.898675+0000 mgr.a (mgr.24293) 9622 : cluster 0 pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:21.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:21.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:21.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:21 smithi044 bash[32620]: audit 2023-12-07T13:50:21.308886+0000 mon.a (mon.0) 1779 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:50:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:21 smithi022 bash[28554]: audit 2023-12-07T13:50:21.308886+0000 mon.a (mon.0) 1779 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:50:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:21 smithi027 bash[31536]: audit 2023-12-07T13:50:21.308886+0000 mon.a (mon.0) 1779 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:50:22.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:22.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:22.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:22.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:22.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:22 smithi022 bash[28554]: cluster 2023-12-07T13:50:21.899470+0000 mgr.a (mgr.24293) 9623 : cluster 0 pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:22 smithi022 bash[28554]: audit 2023-12-07T13:50:22.134096+0000 mgr.a (mgr.24293) 9624 : audit 0 from='client.197388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:22 smithi044 bash[32620]: cluster 2023-12-07T13:50:21.899470+0000 mgr.a (mgr.24293) 9623 : cluster 0 pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:22 smithi044 bash[32620]: audit 2023-12-07T13:50:22.134096+0000 mgr.a (mgr.24293) 9624 : audit 0 from='client.197388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:23.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:22 smithi027 bash[31536]: cluster 2023-12-07T13:50:21.899470+0000 mgr.a (mgr.24293) 9623 : cluster 0 pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:23.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:22 smithi027 bash[31536]: audit 2023-12-07T13:50:22.134096+0000 mgr.a (mgr.24293) 9624 : audit 0 from='client.197388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:24 smithi022 bash[28554]: cluster 2023-12-07T13:50:23.900153+0000 mgr.a (mgr.24293) 9625 : cluster 0 pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:50:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:24 smithi044 bash[32620]: cluster 2023-12-07T13:50:23.900153+0000 mgr.a (mgr.24293) 9625 : cluster 0 pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:50:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:24 smithi027 bash[31536]: cluster 2023-12-07T13:50:23.900153+0000 mgr.a (mgr.24293) 9625 : cluster 0 pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:50:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: cluster 2023-12-07T13:50:25.901006+0000 mgr.a (mgr.24293) 9626 : cluster 0 pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:50:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: audit 2023-12-07T13:50:26.668505+0000 mon.a (mon.0) 1780 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: audit 2023-12-07T13:50:26.675264+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: audit 2023-12-07T13:50:26.718348+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: audit 2023-12-07T13:50:26.722738+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: audit 2023-12-07T13:50:26.726868+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:26 smithi044 bash[32620]: audit 2023-12-07T13:50:26.730233+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: cluster 2023-12-07T13:50:25.901006+0000 mgr.a (mgr.24293) 9626 : cluster 0 pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: audit 2023-12-07T13:50:26.668505+0000 mon.a (mon.0) 1780 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: audit 2023-12-07T13:50:26.675264+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: audit 2023-12-07T13:50:26.718348+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: audit 2023-12-07T13:50:26.722738+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: audit 2023-12-07T13:50:26.726868+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:26 smithi022 bash[28554]: audit 2023-12-07T13:50:26.730233+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: cluster 2023-12-07T13:50:25.901006+0000 mgr.a (mgr.24293) 9626 : cluster 0 pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:50:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: audit 2023-12-07T13:50:26.668505+0000 mon.a (mon.0) 1780 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: audit 2023-12-07T13:50:26.675264+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: audit 2023-12-07T13:50:26.718348+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: audit 2023-12-07T13:50:26.722738+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: audit 2023-12-07T13:50:26.726868+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:26 smithi027 bash[31536]: audit 2023-12-07T13:50:26.730233+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:27.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:27.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:27.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:28.629 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:28.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:28.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:28.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:28.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:28 smithi044 bash[32620]: cluster 2023-12-07T13:50:27.901550+0000 mgr.a (mgr.24293) 9627 : cluster 0 pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:28 smithi044 bash[32620]: audit 2023-12-07T13:50:28.085949+0000 mgr.a (mgr.24293) 9628 : audit 0 from='client.197463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:28 smithi022 bash[28554]: cluster 2023-12-07T13:50:27.901550+0000 mgr.a (mgr.24293) 9627 : cluster 0 pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:28 smithi022 bash[28554]: audit 2023-12-07T13:50:28.085949+0000 mgr.a (mgr.24293) 9628 : audit 0 from='client.197463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:28 smithi027 bash[31536]: cluster 2023-12-07T13:50:27.901550+0000 mgr.a (mgr.24293) 9627 : cluster 0 pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:28 smithi027 bash[31536]: audit 2023-12-07T13:50:28.085949+0000 mgr.a (mgr.24293) 9628 : audit 0 from='client.197463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:30 smithi044 bash[32620]: cluster 2023-12-07T13:50:29.902300+0000 mgr.a (mgr.24293) 9629 : cluster 0 pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:30 smithi022 bash[28554]: cluster 2023-12-07T13:50:29.902300+0000 mgr.a (mgr.24293) 9629 : cluster 0 pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:30 smithi027 bash[31536]: cluster 2023-12-07T13:50:29.902300+0000 mgr.a (mgr.24293) 9629 : cluster 0 pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:33.426 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:32 smithi027 bash[31536]: cluster 2023-12-07T13:50:31.903076+0000 mgr.a (mgr.24293) 9630 : cluster 0 pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:32 smithi044 bash[32620]: cluster 2023-12-07T13:50:31.903076+0000 mgr.a (mgr.24293) 9630 : cluster 0 pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:32 smithi022 bash[28554]: cluster 2023-12-07T13:50:31.903076+0000 mgr.a (mgr.24293) 9630 : cluster 0 pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:33.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:33.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:33.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:34.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:34.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:34.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:34.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:34.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:34 smithi022 bash[28554]: cluster 2023-12-07T13:50:33.903647+0000 mgr.a (mgr.24293) 9631 : cluster 0 pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:34 smithi022 bash[28554]: audit 2023-12-07T13:50:34.038183+0000 mgr.a (mgr.24293) 9632 : audit 0 from='client.197541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:34 smithi044 bash[32620]: cluster 2023-12-07T13:50:33.903647+0000 mgr.a (mgr.24293) 9631 : cluster 0 pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:35.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:34 smithi044 bash[32620]: audit 2023-12-07T13:50:34.038183+0000 mgr.a (mgr.24293) 9632 : audit 0 from='client.197541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:34 smithi027 bash[31536]: cluster 2023-12-07T13:50:33.903647+0000 mgr.a (mgr.24293) 9631 : cluster 0 pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:34 smithi027 bash[31536]: audit 2023-12-07T13:50:34.038183+0000 mgr.a (mgr.24293) 9632 : audit 0 from='client.197541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:36 smithi027 bash[31536]: cluster 2023-12-07T13:50:35.904480+0000 mgr.a (mgr.24293) 9633 : cluster 0 pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:36 smithi022 bash[28554]: cluster 2023-12-07T13:50:35.904480+0000 mgr.a (mgr.24293) 9633 : cluster 0 pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:37.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:36 smithi044 bash[32620]: cluster 2023-12-07T13:50:35.904480+0000 mgr.a (mgr.24293) 9633 : cluster 0 pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:38 smithi044 bash[32620]: audit 2023-12-07T13:50:37.611843+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:38 smithi044 bash[32620]: audit 2023-12-07T13:50:37.618020+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:38 smithi044 bash[32620]: audit 2023-12-07T13:50:37.620377+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:38 smithi044 bash[32620]: audit 2023-12-07T13:50:37.621890+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:38 smithi044 bash[32620]: audit 2023-12-07T13:50:37.630118+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:38 smithi044 bash[32620]: cluster 2023-12-07T13:50:37.905065+0000 mgr.a (mgr.24293) 9634 : 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-07T13:50:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:38 smithi022 bash[28554]: audit 2023-12-07T13:50:37.611843+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:38 smithi022 bash[28554]: audit 2023-12-07T13:50:37.618020+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:38 smithi022 bash[28554]: audit 2023-12-07T13:50:37.620377+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:38 smithi022 bash[28554]: audit 2023-12-07T13:50:37.621890+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:38 smithi022 bash[28554]: audit 2023-12-07T13:50:37.630118+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:38 smithi022 bash[28554]: cluster 2023-12-07T13:50:37.905065+0000 mgr.a (mgr.24293) 9634 : 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-07T13:50:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:38 smithi027 bash[31536]: audit 2023-12-07T13:50:37.611843+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:38 smithi027 bash[31536]: audit 2023-12-07T13:50:37.618020+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:38 smithi027 bash[31536]: audit 2023-12-07T13:50:37.620377+0000 mon.a (mon.0) 1788 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:50:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:38 smithi027 bash[31536]: audit 2023-12-07T13:50:37.621890+0000 mon.a (mon.0) 1789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:50:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:38 smithi027 bash[31536]: audit 2023-12-07T13:50:37.630118+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:50:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:38 smithi027 bash[31536]: cluster 2023-12-07T13:50:37.905065+0000 mgr.a (mgr.24293) 9634 : 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-07T13:50:39.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:39.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:39.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:40.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:40.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:40.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:40.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:40.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:40 smithi044 bash[32620]: cluster 2023-12-07T13:50:39.905601+0000 mgr.a (mgr.24293) 9635 : 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-07T13:50:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:40 smithi044 bash[32620]: audit 2023-12-07T13:50:39.986244+0000 mgr.a (mgr.24293) 9636 : audit 0 from='client.197616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:40 smithi022 bash[28554]: cluster 2023-12-07T13:50:39.905601+0000 mgr.a (mgr.24293) 9635 : 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-07T13:50:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:40 smithi022 bash[28554]: audit 2023-12-07T13:50:39.986244+0000 mgr.a (mgr.24293) 9636 : audit 0 from='client.197616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:40 smithi027 bash[31536]: cluster 2023-12-07T13:50:39.905601+0000 mgr.a (mgr.24293) 9635 : 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-07T13:50:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:40 smithi027 bash[31536]: audit 2023-12-07T13:50:39.986244+0000 mgr.a (mgr.24293) 9636 : audit 0 from='client.197616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:42 smithi022 bash[28554]: cluster 2023-12-07T13:50:41.906514+0000 mgr.a (mgr.24293) 9637 : cluster 0 pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:50:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:42 smithi044 bash[32620]: cluster 2023-12-07T13:50:41.906514+0000 mgr.a (mgr.24293) 9637 : cluster 0 pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:50:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:42 smithi027 bash[31536]: cluster 2023-12-07T13:50:41.906514+0000 mgr.a (mgr.24293) 9637 : cluster 0 pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:50:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:44 smithi044 bash[32620]: cluster 2023-12-07T13:50:43.907137+0000 mgr.a (mgr.24293) 9638 : cluster 0 pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:50:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:44 smithi022 bash[28554]: cluster 2023-12-07T13:50:43.907137+0000 mgr.a (mgr.24293) 9638 : cluster 0 pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:50:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:44 smithi027 bash[31536]: cluster 2023-12-07T13:50:43.907137+0000 mgr.a (mgr.24293) 9638 : cluster 0 pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:50:45.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:45.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:45.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:46.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:46.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:46.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:46.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:46.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:46 smithi044 bash[32620]: cluster 2023-12-07T13:50:45.907902+0000 mgr.a (mgr.24293) 9639 : cluster 0 pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:46 smithi044 bash[32620]: audit 2023-12-07T13:50:45.943678+0000 mgr.a (mgr.24293) 9640 : audit 0 from='client.197691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:46 smithi022 bash[28554]: cluster 2023-12-07T13:50:45.907902+0000 mgr.a (mgr.24293) 9639 : cluster 0 pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:46 smithi022 bash[28554]: audit 2023-12-07T13:50:45.943678+0000 mgr.a (mgr.24293) 9640 : audit 0 from='client.197691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:46 smithi027 bash[31536]: cluster 2023-12-07T13:50:45.907902+0000 mgr.a (mgr.24293) 9639 : cluster 0 pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:46 smithi027 bash[31536]: audit 2023-12-07T13:50:45.943678+0000 mgr.a (mgr.24293) 9640 : audit 0 from='client.197691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:48 smithi044 bash[32620]: cluster 2023-12-07T13:50:47.908543+0000 mgr.a (mgr.24293) 9641 : cluster 0 pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:48 smithi022 bash[28554]: cluster 2023-12-07T13:50:47.908543+0000 mgr.a (mgr.24293) 9641 : cluster 0 pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:48 smithi027 bash[31536]: cluster 2023-12-07T13:50:47.908543+0000 mgr.a (mgr.24293) 9641 : cluster 0 pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:50 smithi044 bash[32620]: cluster 2023-12-07T13:50:49.909126+0000 mgr.a (mgr.24293) 9642 : cluster 0 pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:50 smithi022 bash[28554]: cluster 2023-12-07T13:50:49.909126+0000 mgr.a (mgr.24293) 9642 : cluster 0 pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:50 smithi027 bash[31536]: cluster 2023-12-07T13:50:49.909126+0000 mgr.a (mgr.24293) 9642 : cluster 0 pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:51.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:51.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:51.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:52.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:52.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:52.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:52.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:52.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:52 smithi044 bash[32620]: audit 2023-12-07T13:50:51.873993+0000 mgr.a (mgr.24293) 9643 : audit 0 from='client.197766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:52 smithi044 bash[32620]: cluster 2023-12-07T13:50:51.910039+0000 mgr.a (mgr.24293) 9644 : cluster 0 pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:52 smithi022 bash[28554]: audit 2023-12-07T13:50:51.873993+0000 mgr.a (mgr.24293) 9643 : audit 0 from='client.197766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:52 smithi022 bash[28554]: cluster 2023-12-07T13:50:51.910039+0000 mgr.a (mgr.24293) 9644 : cluster 0 pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:52 smithi027 bash[31536]: audit 2023-12-07T13:50:51.873993+0000 mgr.a (mgr.24293) 9643 : audit 0 from='client.197766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:52 smithi027 bash[31536]: cluster 2023-12-07T13:50:51.910039+0000 mgr.a (mgr.24293) 9644 : cluster 0 pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:54 smithi044 bash[32620]: cluster 2023-12-07T13:50:53.910775+0000 mgr.a (mgr.24293) 9645 : cluster 0 pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:50:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:54 smithi022 bash[28554]: cluster 2023-12-07T13:50:53.910775+0000 mgr.a (mgr.24293) 9645 : cluster 0 pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:50:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:54 smithi027 bash[31536]: cluster 2023-12-07T13:50:53.910775+0000 mgr.a (mgr.24293) 9645 : cluster 0 pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:50:57.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:50:57.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:57.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:56 smithi022 bash[28554]: cluster 2023-12-07T13:50:55.911774+0000 mgr.a (mgr.24293) 9646 : cluster 0 pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:50:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:56 smithi044 bash[32620]: cluster 2023-12-07T13:50:55.911774+0000 mgr.a (mgr.24293) 9646 : cluster 0 pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:50:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:56 smithi027 bash[31536]: cluster 2023-12-07T13:50:55.911774+0000 mgr.a (mgr.24293) 9646 : cluster 0 pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:50:58.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:50:58.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:58.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:58.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:58.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:50:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:58 smithi044 bash[32620]: audit 2023-12-07T13:50:57.832757+0000 mgr.a (mgr.24293) 9647 : audit 0 from='client.197841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:50:58 smithi044 bash[32620]: cluster 2023-12-07T13:50:57.912546+0000 mgr.a (mgr.24293) 9648 : cluster 0 pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:58 smithi022 bash[28554]: audit 2023-12-07T13:50:57.832757+0000 mgr.a (mgr.24293) 9647 : audit 0 from='client.197841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:50:58 smithi022 bash[28554]: cluster 2023-12-07T13:50:57.912546+0000 mgr.a (mgr.24293) 9648 : cluster 0 pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:58 smithi027 bash[31536]: audit 2023-12-07T13:50:57.832757+0000 mgr.a (mgr.24293) 9647 : audit 0 from='client.197841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:50:58 smithi027 bash[31536]: cluster 2023-12-07T13:50:57.912546+0000 mgr.a (mgr.24293) 9648 : cluster 0 pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:00 smithi022 bash[28554]: cluster 2023-12-07T13:50:59.913235+0000 mgr.a (mgr.24293) 9649 : cluster 0 pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:00 smithi044 bash[32620]: cluster 2023-12-07T13:50:59.913235+0000 mgr.a (mgr.24293) 9649 : cluster 0 pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:00 smithi027 bash[31536]: cluster 2023-12-07T13:50:59.913235+0000 mgr.a (mgr.24293) 9649 : cluster 0 pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:03.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:03.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:03.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:02 smithi022 bash[28554]: cluster 2023-12-07T13:51:01.914069+0000 mgr.a (mgr.24293) 9650 : cluster 0 pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:02 smithi044 bash[32620]: cluster 2023-12-07T13:51:01.914069+0000 mgr.a (mgr.24293) 9650 : cluster 0 pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:02 smithi027 bash[31536]: cluster 2023-12-07T13:51:01.914069+0000 mgr.a (mgr.24293) 9650 : cluster 0 pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:04.310 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:04.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:04.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:04.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:04.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:04 smithi044 bash[32620]: audit 2023-12-07T13:51:03.791123+0000 mgr.a (mgr.24293) 9651 : audit 0 from='client.197916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:04 smithi044 bash[32620]: cluster 2023-12-07T13:51:03.914666+0000 mgr.a (mgr.24293) 9652 : cluster 0 pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:04 smithi022 bash[28554]: audit 2023-12-07T13:51:03.791123+0000 mgr.a (mgr.24293) 9651 : audit 0 from='client.197916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:04 smithi022 bash[28554]: cluster 2023-12-07T13:51:03.914666+0000 mgr.a (mgr.24293) 9652 : cluster 0 pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:04 smithi027 bash[31536]: audit 2023-12-07T13:51:03.791123+0000 mgr.a (mgr.24293) 9651 : audit 0 from='client.197916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:04 smithi027 bash[31536]: cluster 2023-12-07T13:51:03.914666+0000 mgr.a (mgr.24293) 9652 : cluster 0 pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:06 smithi044 bash[32620]: cluster 2023-12-07T13:51:05.915514+0000 mgr.a (mgr.24293) 9653 : cluster 0 pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:06 smithi022 bash[28554]: cluster 2023-12-07T13:51:05.915514+0000 mgr.a (mgr.24293) 9653 : cluster 0 pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:06 smithi027 bash[31536]: cluster 2023-12-07T13:51:05.915514+0000 mgr.a (mgr.24293) 9653 : cluster 0 pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:08 smithi044 bash[32620]: cluster 2023-12-07T13:51:07.916063+0000 mgr.a (mgr.24293) 9654 : 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-07T13:51:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:08 smithi022 bash[28554]: cluster 2023-12-07T13:51:07.916063+0000 mgr.a (mgr.24293) 9654 : 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-07T13:51:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:08 smithi027 bash[31536]: cluster 2023-12-07T13:51:07.916063+0000 mgr.a (mgr.24293) 9654 : 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-07T13:51:09.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:09.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:09.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:10.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:10.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:10.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:10.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:10.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:10 smithi022 bash[28554]: audit 2023-12-07T13:51:09.723453+0000 mgr.a (mgr.24293) 9655 : audit 0 from='client.197994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:10 smithi022 bash[28554]: cluster 2023-12-07T13:51:09.916774+0000 mgr.a (mgr.24293) 9656 : 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-07T13:51:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:10 smithi044 bash[32620]: audit 2023-12-07T13:51:09.723453+0000 mgr.a (mgr.24293) 9655 : audit 0 from='client.197994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:10 smithi044 bash[32620]: cluster 2023-12-07T13:51:09.916774+0000 mgr.a (mgr.24293) 9656 : 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-07T13:51:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:10 smithi027 bash[31536]: audit 2023-12-07T13:51:09.723453+0000 mgr.a (mgr.24293) 9655 : audit 0 from='client.197994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:10 smithi027 bash[31536]: cluster 2023-12-07T13:51:09.916774+0000 mgr.a (mgr.24293) 9656 : 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-07T13:51:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:12 smithi044 bash[32620]: cluster 2023-12-07T13:51:11.917685+0000 mgr.a (mgr.24293) 9657 : 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-07T13:51:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:12 smithi022 bash[28554]: cluster 2023-12-07T13:51:11.917685+0000 mgr.a (mgr.24293) 9657 : 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-07T13:51:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:12 smithi027 bash[31536]: cluster 2023-12-07T13:51:11.917685+0000 mgr.a (mgr.24293) 9657 : 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-07T13:51:15.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:15.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:15.239 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:14 smithi022 bash[28554]: cluster 2023-12-07T13:51:13.918269+0000 mgr.a (mgr.24293) 9658 : 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-07T13:51:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:14 smithi044 bash[32620]: cluster 2023-12-07T13:51:13.918269+0000 mgr.a (mgr.24293) 9658 : 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-07T13:51:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:14 smithi027 bash[31536]: cluster 2023-12-07T13:51:13.918269+0000 mgr.a (mgr.24293) 9658 : 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-07T13:51:16.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:16.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:16.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:16.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:16.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:16 smithi044 bash[32620]: audit 2023-12-07T13:51:15.666323+0000 mgr.a (mgr.24293) 9659 : audit 0 from='client.198072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:16 smithi044 bash[32620]: cluster 2023-12-07T13:51:15.919027+0000 mgr.a (mgr.24293) 9660 : cluster 0 pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:16 smithi022 bash[28554]: audit 2023-12-07T13:51:15.666323+0000 mgr.a (mgr.24293) 9659 : audit 0 from='client.198072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:16 smithi022 bash[28554]: cluster 2023-12-07T13:51:15.919027+0000 mgr.a (mgr.24293) 9660 : cluster 0 pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:16 smithi027 bash[31536]: audit 2023-12-07T13:51:15.666323+0000 mgr.a (mgr.24293) 9659 : audit 0 from='client.198072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:16 smithi027 bash[31536]: cluster 2023-12-07T13:51:15.919027+0000 mgr.a (mgr.24293) 9660 : cluster 0 pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:18 smithi022 bash[28554]: cluster 2023-12-07T13:51:17.919882+0000 mgr.a (mgr.24293) 9661 : cluster 0 pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:18 smithi044 bash[32620]: cluster 2023-12-07T13:51:17.919882+0000 mgr.a (mgr.24293) 9661 : cluster 0 pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:18 smithi027 bash[31536]: cluster 2023-12-07T13:51:17.919882+0000 mgr.a (mgr.24293) 9661 : cluster 0 pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:21.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:21.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:21.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:20 smithi044 bash[32620]: cluster 2023-12-07T13:51:19.920473+0000 mgr.a (mgr.24293) 9662 : cluster 0 pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:20 smithi022 bash[28554]: cluster 2023-12-07T13:51:19.920473+0000 mgr.a (mgr.24293) 9662 : cluster 0 pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:20 smithi027 bash[31536]: cluster 2023-12-07T13:51:19.920473+0000 mgr.a (mgr.24293) 9662 : cluster 0 pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:22.157 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:22.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:22.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:22.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:22.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:22 smithi044 bash[32620]: audit 2023-12-07T13:51:21.619510+0000 mgr.a (mgr.24293) 9663 : audit 0 from='client.198144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:22 smithi044 bash[32620]: cluster 2023-12-07T13:51:21.921712+0000 mgr.a (mgr.24293) 9664 : cluster 0 pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:22 smithi022 bash[28554]: audit 2023-12-07T13:51:21.619510+0000 mgr.a (mgr.24293) 9663 : audit 0 from='client.198144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:22 smithi022 bash[28554]: cluster 2023-12-07T13:51:21.921712+0000 mgr.a (mgr.24293) 9664 : cluster 0 pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:22 smithi027 bash[31536]: audit 2023-12-07T13:51:21.619510+0000 mgr.a (mgr.24293) 9663 : audit 0 from='client.198144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:22 smithi027 bash[31536]: cluster 2023-12-07T13:51:21.921712+0000 mgr.a (mgr.24293) 9664 : cluster 0 pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:24 smithi022 bash[28554]: cluster 2023-12-07T13:51:23.922478+0000 mgr.a (mgr.24293) 9665 : cluster 0 pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:24 smithi044 bash[32620]: cluster 2023-12-07T13:51:23.922478+0000 mgr.a (mgr.24293) 9665 : cluster 0 pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:24 smithi027 bash[31536]: cluster 2023-12-07T13:51:23.922478+0000 mgr.a (mgr.24293) 9665 : cluster 0 pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:27.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:27.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:27.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:26 smithi044 bash[32620]: cluster 2023-12-07T13:51:25.923332+0000 mgr.a (mgr.24293) 9666 : cluster 0 pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:26 smithi022 bash[28554]: cluster 2023-12-07T13:51:25.923332+0000 mgr.a (mgr.24293) 9666 : cluster 0 pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:26 smithi027 bash[31536]: cluster 2023-12-07T13:51:25.923332+0000 mgr.a (mgr.24293) 9666 : cluster 0 pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:28.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:28 smithi044 bash[32620]: audit 2023-12-07T13:51:27.567987+0000 mgr.a (mgr.24293) 9667 : audit 0 from='client.198216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:28 smithi044 bash[32620]: cluster 2023-12-07T13:51:27.923977+0000 mgr.a (mgr.24293) 9668 : cluster 0 pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:28 smithi022 bash[28554]: audit 2023-12-07T13:51:27.567987+0000 mgr.a (mgr.24293) 9667 : audit 0 from='client.198216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:28 smithi022 bash[28554]: cluster 2023-12-07T13:51:27.923977+0000 mgr.a (mgr.24293) 9668 : cluster 0 pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:28 smithi027 bash[31536]: audit 2023-12-07T13:51:27.567987+0000 mgr.a (mgr.24293) 9667 : audit 0 from='client.198216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:28 smithi027 bash[31536]: cluster 2023-12-07T13:51:27.923977+0000 mgr.a (mgr.24293) 9668 : cluster 0 pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:30 smithi022 bash[28554]: cluster 2023-12-07T13:51:29.924690+0000 mgr.a (mgr.24293) 9669 : cluster 0 pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:30 smithi044 bash[32620]: cluster 2023-12-07T13:51:29.924690+0000 mgr.a (mgr.24293) 9669 : cluster 0 pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:30 smithi027 bash[31536]: cluster 2023-12-07T13:51:29.924690+0000 mgr.a (mgr.24293) 9669 : cluster 0 pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:33.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:33.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:33.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:32 smithi022 bash[28554]: cluster 2023-12-07T13:51:31.925524+0000 mgr.a (mgr.24293) 9670 : cluster 0 pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:32 smithi044 bash[32620]: cluster 2023-12-07T13:51:31.925524+0000 mgr.a (mgr.24293) 9670 : cluster 0 pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:32 smithi027 bash[31536]: cluster 2023-12-07T13:51:31.925524+0000 mgr.a (mgr.24293) 9670 : cluster 0 pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:34.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:34.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:34.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:34.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:34.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:34 smithi044 bash[32620]: audit 2023-12-07T13:51:33.528755+0000 mgr.a (mgr.24293) 9671 : audit 0 from='client.198291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:34 smithi044 bash[32620]: cluster 2023-12-07T13:51:33.938380+0000 mgr.a (mgr.24293) 9672 : cluster 0 pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:34 smithi022 bash[28554]: audit 2023-12-07T13:51:33.528755+0000 mgr.a (mgr.24293) 9671 : audit 0 from='client.198291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:34 smithi022 bash[28554]: cluster 2023-12-07T13:51:33.938380+0000 mgr.a (mgr.24293) 9672 : cluster 0 pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:34 smithi027 bash[31536]: audit 2023-12-07T13:51:33.528755+0000 mgr.a (mgr.24293) 9671 : audit 0 from='client.198291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:34 smithi027 bash[31536]: cluster 2023-12-07T13:51:33.938380+0000 mgr.a (mgr.24293) 9672 : cluster 0 pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:36 smithi022 bash[28554]: cluster 2023-12-07T13:51:35.939249+0000 mgr.a (mgr.24293) 9673 : cluster 0 pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:36 smithi044 bash[32620]: cluster 2023-12-07T13:51:35.939249+0000 mgr.a (mgr.24293) 9673 : cluster 0 pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:36 smithi027 bash[31536]: cluster 2023-12-07T13:51:35.939249+0000 mgr.a (mgr.24293) 9673 : cluster 0 pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:37 smithi044 bash[32620]: audit 2023-12-07T13:51:37.733883+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:51:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:37 smithi022 bash[28554]: audit 2023-12-07T13:51:37.733883+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:51:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:37 smithi027 bash[31536]: audit 2023-12-07T13:51:37.733883+0000 mon.a (mon.0) 1791 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:51:39.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:39.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:39.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:38 smithi022 bash[28554]: cluster 2023-12-07T13:51:37.939838+0000 mgr.a (mgr.24293) 9674 : cluster 0 pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:38 smithi044 bash[32620]: cluster 2023-12-07T13:51:37.939838+0000 mgr.a (mgr.24293) 9674 : cluster 0 pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:38 smithi027 bash[31536]: cluster 2023-12-07T13:51:37.939838+0000 mgr.a (mgr.24293) 9674 : cluster 0 pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:40.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:40.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:40.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:40.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:40.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:40 smithi044 bash[32620]: audit 2023-12-07T13:51:39.494242+0000 mgr.a (mgr.24293) 9675 : audit 0 from='client.198363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:40 smithi022 bash[28554]: audit 2023-12-07T13:51:39.494242+0000 mgr.a (mgr.24293) 9675 : audit 0 from='client.198363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:40 smithi027 bash[31536]: audit 2023-12-07T13:51:39.494242+0000 mgr.a (mgr.24293) 9675 : audit 0 from='client.198363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:41 smithi044 bash[32620]: cluster 2023-12-07T13:51:39.940343+0000 mgr.a (mgr.24293) 9676 : cluster 0 pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:41 smithi022 bash[28554]: cluster 2023-12-07T13:51:39.940343+0000 mgr.a (mgr.24293) 9676 : cluster 0 pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:41 smithi027 bash[31536]: cluster 2023-12-07T13:51:39.940343+0000 mgr.a (mgr.24293) 9676 : cluster 0 pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:43 smithi044 bash[32620]: cluster 2023-12-07T13:51:41.941162+0000 mgr.a (mgr.24293) 9677 : cluster 0 pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:43 smithi022 bash[28554]: cluster 2023-12-07T13:51:41.941162+0000 mgr.a (mgr.24293) 9677 : cluster 0 pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:43 smithi027 bash[31536]: cluster 2023-12-07T13:51:41.941162+0000 mgr.a (mgr.24293) 9677 : cluster 0 pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:45.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:45.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:45.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:45 smithi044 bash[32620]: cluster 2023-12-07T13:51:43.941752+0000 mgr.a (mgr.24293) 9678 : 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-07T13:51:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:45 smithi022 bash[28554]: cluster 2023-12-07T13:51:43.941752+0000 mgr.a (mgr.24293) 9678 : 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-07T13:51:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:45 smithi027 bash[31536]: cluster 2023-12-07T13:51:43.941752+0000 mgr.a (mgr.24293) 9678 : 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-07T13:51:45.970 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:45.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:45.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:45.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:45.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:46.347 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:46 smithi044 bash[32620]: audit 2023-12-07T13:51:45.440115+0000 mgr.a (mgr.24293) 9679 : audit 0 from='client.167659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:46 smithi022 bash[28554]: audit 2023-12-07T13:51:45.440115+0000 mgr.a (mgr.24293) 9679 : audit 0 from='client.167659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:46 smithi027 bash[31536]: audit 2023-12-07T13:51:45.440115+0000 mgr.a (mgr.24293) 9679 : audit 0 from='client.167659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:47 smithi044 bash[32620]: cluster 2023-12-07T13:51:45.942536+0000 mgr.a (mgr.24293) 9680 : cluster 0 pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:47 smithi022 bash[28554]: cluster 2023-12-07T13:51:45.942536+0000 mgr.a (mgr.24293) 9680 : cluster 0 pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:47 smithi027 bash[31536]: cluster 2023-12-07T13:51:45.942536+0000 mgr.a (mgr.24293) 9680 : cluster 0 pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:48 smithi022 bash[28554]: cluster 2023-12-07T13:51:47.943082+0000 mgr.a (mgr.24293) 9681 : cluster 0 pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:48 smithi044 bash[32620]: cluster 2023-12-07T13:51:47.943082+0000 mgr.a (mgr.24293) 9681 : cluster 0 pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:48 smithi027 bash[31536]: cluster 2023-12-07T13:51:47.943082+0000 mgr.a (mgr.24293) 9681 : cluster 0 pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:49 smithi022 bash[28554]: audit 2023-12-07T13:51:48.831141+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:49 smithi022 bash[28554]: audit 2023-12-07T13:51:48.837691+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:49 smithi022 bash[28554]: audit 2023-12-07T13:51:48.839487+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:51:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:49 smithi022 bash[28554]: audit 2023-12-07T13:51:48.841205+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:51:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:49 smithi022 bash[28554]: audit 2023-12-07T13:51:48.849061+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:49 smithi044 bash[32620]: audit 2023-12-07T13:51:48.831141+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:49 smithi044 bash[32620]: audit 2023-12-07T13:51:48.837691+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:49 smithi044 bash[32620]: audit 2023-12-07T13:51:48.839487+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:51:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:49 smithi044 bash[32620]: audit 2023-12-07T13:51:48.841205+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:51:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:49 smithi044 bash[32620]: audit 2023-12-07T13:51:48.849061+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:49 smithi027 bash[31536]: audit 2023-12-07T13:51:48.831141+0000 mon.a (mon.0) 1792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:49 smithi027 bash[31536]: audit 2023-12-07T13:51:48.837691+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:49 smithi027 bash[31536]: audit 2023-12-07T13:51:48.839487+0000 mon.a (mon.0) 1794 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:51:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:49 smithi027 bash[31536]: audit 2023-12-07T13:51:48.841205+0000 mon.a (mon.0) 1795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:51:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:49 smithi027 bash[31536]: audit 2023-12-07T13:51:48.849061+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:51:50.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:50.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:50.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:50 smithi022 bash[28554]: cluster 2023-12-07T13:51:49.943673+0000 mgr.a (mgr.24293) 9682 : cluster 0 pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:50 smithi044 bash[32620]: cluster 2023-12-07T13:51:49.943673+0000 mgr.a (mgr.24293) 9682 : cluster 0 pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:50 smithi027 bash[31536]: cluster 2023-12-07T13:51:49.943673+0000 mgr.a (mgr.24293) 9682 : cluster 0 pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:51.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:51.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:51.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:51.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:51.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:51 smithi022 bash[28554]: audit 2023-12-07T13:51:51.382570+0000 mgr.a (mgr.24293) 9683 : audit 0 from='client.198513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:51 smithi044 bash[32620]: audit 2023-12-07T13:51:51.382570+0000 mgr.a (mgr.24293) 9683 : audit 0 from='client.198513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:51 smithi027 bash[31536]: audit 2023-12-07T13:51:51.382570+0000 mgr.a (mgr.24293) 9683 : audit 0 from='client.198513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:53.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:52 smithi044 bash[32620]: cluster 2023-12-07T13:51:51.944753+0000 mgr.a (mgr.24293) 9684 : cluster 0 pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:53.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:52 smithi022 bash[28554]: cluster 2023-12-07T13:51:51.944753+0000 mgr.a (mgr.24293) 9684 : cluster 0 pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:52 smithi027 bash[31536]: cluster 2023-12-07T13:51:51.944753+0000 mgr.a (mgr.24293) 9684 : cluster 0 pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:55 smithi044 bash[32620]: cluster 2023-12-07T13:51:53.945332+0000 mgr.a (mgr.24293) 9685 : cluster 0 pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:55 smithi022 bash[28554]: cluster 2023-12-07T13:51:53.945332+0000 mgr.a (mgr.24293) 9685 : cluster 0 pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:55 smithi027 bash[31536]: cluster 2023-12-07T13:51:53.945332+0000 mgr.a (mgr.24293) 9685 : cluster 0 pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:56.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:51:56.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:56.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:57 smithi022 bash[28554]: cluster 2023-12-07T13:51:55.946100+0000 mgr.a (mgr.24293) 9686 : cluster 0 pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:57 smithi044 bash[32620]: cluster 2023-12-07T13:51:55.946100+0000 mgr.a (mgr.24293) 9686 : cluster 0 pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:57 smithi027 bash[31536]: cluster 2023-12-07T13:51:55.946100+0000 mgr.a (mgr.24293) 9686 : cluster 0 pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:57.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:51:57.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:57.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:57.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:57.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:51:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:58 smithi044 bash[32620]: audit 2023-12-07T13:51:57.323483+0000 mgr.a (mgr.24293) 9687 : audit 0 from='client.198591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:58 smithi022 bash[28554]: audit 2023-12-07T13:51:57.323483+0000 mgr.a (mgr.24293) 9687 : audit 0 from='client.198591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:58 smithi027 bash[31536]: audit 2023-12-07T13:51:57.323483+0000 mgr.a (mgr.24293) 9687 : audit 0 from='client.198591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:51:59 smithi022 bash[28554]: cluster 2023-12-07T13:51:57.946865+0000 mgr.a (mgr.24293) 9688 : 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-07T13:51:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:51:59 smithi044 bash[32620]: cluster 2023-12-07T13:51:57.946865+0000 mgr.a (mgr.24293) 9688 : 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-07T13:51:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:51:59 smithi027 bash[31536]: cluster 2023-12-07T13:51:57.946865+0000 mgr.a (mgr.24293) 9688 : 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-07T13:52:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:01 smithi044 bash[32620]: cluster 2023-12-07T13:51:59.947475+0000 mgr.a (mgr.24293) 9689 : 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-07T13:52:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:01 smithi022 bash[28554]: cluster 2023-12-07T13:51:59.947475+0000 mgr.a (mgr.24293) 9689 : 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-07T13:52:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:01 smithi027 bash[31536]: cluster 2023-12-07T13:51:59.947475+0000 mgr.a (mgr.24293) 9689 : 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-07T13:52:02.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:02.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:02.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:03 smithi022 bash[28554]: cluster 2023-12-07T13:52:01.948265+0000 mgr.a (mgr.24293) 9690 : cluster 0 pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:03 smithi044 bash[32620]: cluster 2023-12-07T13:52:01.948265+0000 mgr.a (mgr.24293) 9690 : cluster 0 pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:03 smithi027 bash[31536]: cluster 2023-12-07T13:52:01.948265+0000 mgr.a (mgr.24293) 9690 : cluster 0 pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:03.792 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:03.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:03.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:03.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:03.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:04 smithi022 bash[28554]: audit 2023-12-07T13:52:03.277485+0000 mgr.a (mgr.24293) 9691 : audit 0 from='client.167839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:04 smithi044 bash[32620]: audit 2023-12-07T13:52:03.277485+0000 mgr.a (mgr.24293) 9691 : audit 0 from='client.167839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:04 smithi027 bash[31536]: audit 2023-12-07T13:52:03.277485+0000 mgr.a (mgr.24293) 9691 : audit 0 from='client.167839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:05 smithi022 bash[28554]: cluster 2023-12-07T13:52:03.949048+0000 mgr.a (mgr.24293) 9692 : cluster 0 pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:05 smithi044 bash[32620]: cluster 2023-12-07T13:52:03.949048+0000 mgr.a (mgr.24293) 9692 : cluster 0 pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:05 smithi027 bash[31536]: cluster 2023-12-07T13:52:03.949048+0000 mgr.a (mgr.24293) 9692 : cluster 0 pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:07 smithi044 bash[32620]: cluster 2023-12-07T13:52:05.949875+0000 mgr.a (mgr.24293) 9693 : cluster 0 pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:07 smithi022 bash[28554]: cluster 2023-12-07T13:52:05.949875+0000 mgr.a (mgr.24293) 9693 : cluster 0 pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:07 smithi027 bash[31536]: cluster 2023-12-07T13:52:05.949875+0000 mgr.a (mgr.24293) 9693 : cluster 0 pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:08.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:08.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:08.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:08 smithi022 bash[28554]: cluster 2023-12-07T13:52:07.950445+0000 mgr.a (mgr.24293) 9694 : cluster 0 pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:08 smithi044 bash[32620]: cluster 2023-12-07T13:52:07.950445+0000 mgr.a (mgr.24293) 9694 : cluster 0 pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:08 smithi027 bash[31536]: cluster 2023-12-07T13:52:07.950445+0000 mgr.a (mgr.24293) 9694 : cluster 0 pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:09.710 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:09.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:09.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:09.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:09.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:09 smithi022 bash[28554]: audit 2023-12-07T13:52:09.204778+0000 mgr.a (mgr.24293) 9695 : audit 0 from='client.198741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:09 smithi044 bash[32620]: audit 2023-12-07T13:52:09.204778+0000 mgr.a (mgr.24293) 9695 : audit 0 from='client.198741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:09 smithi027 bash[31536]: audit 2023-12-07T13:52:09.204778+0000 mgr.a (mgr.24293) 9695 : audit 0 from='client.198741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:10 smithi044 bash[32620]: cluster 2023-12-07T13:52:09.951214+0000 mgr.a (mgr.24293) 9696 : cluster 0 pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:10 smithi022 bash[28554]: cluster 2023-12-07T13:52:09.951214+0000 mgr.a (mgr.24293) 9696 : cluster 0 pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:10 smithi027 bash[31536]: cluster 2023-12-07T13:52:09.951214+0000 mgr.a (mgr.24293) 9696 : cluster 0 pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:13 smithi044 bash[32620]: cluster 2023-12-07T13:52:11.952086+0000 mgr.a (mgr.24293) 9697 : cluster 0 pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:13 smithi022 bash[28554]: cluster 2023-12-07T13:52:11.952086+0000 mgr.a (mgr.24293) 9697 : cluster 0 pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:13 smithi027 bash[31536]: cluster 2023-12-07T13:52:11.952086+0000 mgr.a (mgr.24293) 9697 : cluster 0 pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:14.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:14.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:14.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:15 smithi022 bash[28554]: cluster 2023-12-07T13:52:13.952642+0000 mgr.a (mgr.24293) 9698 : 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-07T13:52:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:15 smithi044 bash[32620]: cluster 2023-12-07T13:52:13.952642+0000 mgr.a (mgr.24293) 9698 : 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-07T13:52:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:15 smithi027 bash[31536]: cluster 2023-12-07T13:52:13.952642+0000 mgr.a (mgr.24293) 9698 : 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-07T13:52:15.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:15.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:15.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:15.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:15.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:16 smithi022 bash[28554]: audit 2023-12-07T13:52:15.119412+0000 mgr.a (mgr.24293) 9699 : audit 0 from='client.198816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:16 smithi044 bash[32620]: audit 2023-12-07T13:52:15.119412+0000 mgr.a (mgr.24293) 9699 : audit 0 from='client.198816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:16 smithi027 bash[31536]: audit 2023-12-07T13:52:15.119412+0000 mgr.a (mgr.24293) 9699 : audit 0 from='client.198816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:17 smithi022 bash[28554]: cluster 2023-12-07T13:52:15.953707+0000 mgr.a (mgr.24293) 9700 : cluster 0 pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:52:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:17 smithi044 bash[32620]: cluster 2023-12-07T13:52:15.953707+0000 mgr.a (mgr.24293) 9700 : cluster 0 pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:52:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:17 smithi027 bash[31536]: cluster 2023-12-07T13:52:15.953707+0000 mgr.a (mgr.24293) 9700 : cluster 0 pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:52:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:18 smithi022 bash[28554]: cluster 2023-12-07T13:52:17.954314+0000 mgr.a (mgr.24293) 9701 : cluster 0 pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:18 smithi044 bash[32620]: cluster 2023-12-07T13:52:17.954314+0000 mgr.a (mgr.24293) 9701 : cluster 0 pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:18 smithi027 bash[31536]: cluster 2023-12-07T13:52:17.954314+0000 mgr.a (mgr.24293) 9701 : cluster 0 pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:20.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:20.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:20.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:21 smithi022 bash[28554]: cluster 2023-12-07T13:52:19.954879+0000 mgr.a (mgr.24293) 9702 : cluster 0 pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:21 smithi044 bash[32620]: cluster 2023-12-07T13:52:19.954879+0000 mgr.a (mgr.24293) 9702 : cluster 0 pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:21 smithi027 bash[31536]: cluster 2023-12-07T13:52:19.954879+0000 mgr.a (mgr.24293) 9702 : cluster 0 pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:21.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:21.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:21.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:21.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:21.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:22 smithi022 bash[28554]: audit 2023-12-07T13:52:21.073633+0000 mgr.a (mgr.24293) 9703 : audit 0 from='client.198891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:22 smithi044 bash[32620]: audit 2023-12-07T13:52:21.073633+0000 mgr.a (mgr.24293) 9703 : audit 0 from='client.198891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:22 smithi027 bash[31536]: audit 2023-12-07T13:52:21.073633+0000 mgr.a (mgr.24293) 9703 : audit 0 from='client.198891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:23 smithi044 bash[32620]: cluster 2023-12-07T13:52:21.955918+0000 mgr.a (mgr.24293) 9704 : cluster 0 pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:23 smithi022 bash[28554]: cluster 2023-12-07T13:52:21.955918+0000 mgr.a (mgr.24293) 9704 : cluster 0 pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:23 smithi027 bash[31536]: cluster 2023-12-07T13:52:21.955918+0000 mgr.a (mgr.24293) 9704 : cluster 0 pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:25 smithi022 bash[28554]: cluster 2023-12-07T13:52:23.956489+0000 mgr.a (mgr.24293) 9705 : cluster 0 pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:25 smithi044 bash[32620]: cluster 2023-12-07T13:52:23.956489+0000 mgr.a (mgr.24293) 9705 : cluster 0 pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:25 smithi027 bash[31536]: cluster 2023-12-07T13:52:23.956489+0000 mgr.a (mgr.24293) 9705 : cluster 0 pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:26.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:26.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:26.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:27 smithi044 bash[32620]: cluster 2023-12-07T13:52:25.957242+0000 mgr.a (mgr.24293) 9706 : cluster 0 pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:27 smithi022 bash[28554]: cluster 2023-12-07T13:52:25.957242+0000 mgr.a (mgr.24293) 9706 : cluster 0 pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:27 smithi027 bash[31536]: cluster 2023-12-07T13:52:25.957242+0000 mgr.a (mgr.24293) 9706 : cluster 0 pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:27.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:27.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:27.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:27.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:27.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:28 smithi044 bash[32620]: audit 2023-12-07T13:52:27.020072+0000 mgr.a (mgr.24293) 9707 : audit 0 from='client.198963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:28 smithi022 bash[28554]: audit 2023-12-07T13:52:27.020072+0000 mgr.a (mgr.24293) 9707 : audit 0 from='client.198963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:28 smithi027 bash[31536]: audit 2023-12-07T13:52:27.020072+0000 mgr.a (mgr.24293) 9707 : audit 0 from='client.198963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:29 smithi044 bash[32620]: cluster 2023-12-07T13:52:27.957899+0000 mgr.a (mgr.24293) 9708 : cluster 0 pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:29 smithi022 bash[28554]: cluster 2023-12-07T13:52:27.957899+0000 mgr.a (mgr.24293) 9708 : cluster 0 pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:29 smithi027 bash[31536]: cluster 2023-12-07T13:52:27.957899+0000 mgr.a (mgr.24293) 9708 : cluster 0 pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:31 smithi022 bash[28554]: cluster 2023-12-07T13:52:29.958444+0000 mgr.a (mgr.24293) 9709 : cluster 0 pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:31 smithi044 bash[32620]: cluster 2023-12-07T13:52:29.958444+0000 mgr.a (mgr.24293) 9709 : cluster 0 pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:31 smithi027 bash[31536]: cluster 2023-12-07T13:52:29.958444+0000 mgr.a (mgr.24293) 9709 : cluster 0 pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:32.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:32.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:32.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:33 smithi022 bash[28554]: cluster 2023-12-07T13:52:31.959241+0000 mgr.a (mgr.24293) 9710 : cluster 0 pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:52:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:33 smithi044 bash[32620]: cluster 2023-12-07T13:52:31.959241+0000 mgr.a (mgr.24293) 9710 : cluster 0 pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:52:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:33 smithi027 bash[31536]: cluster 2023-12-07T13:52:31.959241+0000 mgr.a (mgr.24293) 9710 : cluster 0 pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:52:33.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:33.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:33.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:33.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:33.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:34 smithi044 bash[32620]: audit 2023-12-07T13:52:32.957166+0000 mgr.a (mgr.24293) 9711 : audit 0 from='client.199041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:34 smithi022 bash[28554]: audit 2023-12-07T13:52:32.957166+0000 mgr.a (mgr.24293) 9711 : audit 0 from='client.199041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:34 smithi027 bash[31536]: audit 2023-12-07T13:52:32.957166+0000 mgr.a (mgr.24293) 9711 : audit 0 from='client.199041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:35 smithi044 bash[32620]: cluster 2023-12-07T13:52:33.959916+0000 mgr.a (mgr.24293) 9712 : cluster 0 pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:35 smithi022 bash[28554]: cluster 2023-12-07T13:52:33.959916+0000 mgr.a (mgr.24293) 9712 : cluster 0 pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:35 smithi027 bash[31536]: cluster 2023-12-07T13:52:33.959916+0000 mgr.a (mgr.24293) 9712 : cluster 0 pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:37 smithi022 bash[28554]: cluster 2023-12-07T13:52:35.960703+0000 mgr.a (mgr.24293) 9713 : cluster 0 pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:37 smithi044 bash[32620]: cluster 2023-12-07T13:52:35.960703+0000 mgr.a (mgr.24293) 9713 : cluster 0 pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:37 smithi027 bash[31536]: cluster 2023-12-07T13:52:35.960703+0000 mgr.a (mgr.24293) 9713 : cluster 0 pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:38.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:38.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:38.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:38 smithi022 bash[28554]: cluster 2023-12-07T13:52:37.961237+0000 mgr.a (mgr.24293) 9714 : cluster 0 pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:38 smithi044 bash[32620]: cluster 2023-12-07T13:52:37.961237+0000 mgr.a (mgr.24293) 9714 : cluster 0 pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:38 smithi027 bash[31536]: cluster 2023-12-07T13:52:37.961237+0000 mgr.a (mgr.24293) 9714 : cluster 0 pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:39.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:39.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:39.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:39.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:39.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:39 smithi044 bash[32620]: audit 2023-12-07T13:52:38.916551+0000 mgr.a (mgr.24293) 9715 : audit 0 from='client.199116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:39 smithi022 bash[28554]: audit 2023-12-07T13:52:38.916551+0000 mgr.a (mgr.24293) 9715 : audit 0 from='client.199116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:39 smithi027 bash[31536]: audit 2023-12-07T13:52:38.916551+0000 mgr.a (mgr.24293) 9715 : audit 0 from='client.199116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:40 smithi044 bash[32620]: cluster 2023-12-07T13:52:39.961869+0000 mgr.a (mgr.24293) 9716 : cluster 0 pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:40 smithi022 bash[28554]: cluster 2023-12-07T13:52:39.961869+0000 mgr.a (mgr.24293) 9716 : cluster 0 pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:40 smithi027 bash[31536]: cluster 2023-12-07T13:52:39.961869+0000 mgr.a (mgr.24293) 9716 : cluster 0 pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:43 smithi044 bash[32620]: cluster 2023-12-07T13:52:41.962693+0000 mgr.a (mgr.24293) 9717 : cluster 0 pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:43 smithi022 bash[28554]: cluster 2023-12-07T13:52:41.962693+0000 mgr.a (mgr.24293) 9717 : cluster 0 pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:43 smithi027 bash[31536]: cluster 2023-12-07T13:52:41.962693+0000 mgr.a (mgr.24293) 9717 : cluster 0 pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:44.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:44.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:44.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:45.385 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:45.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:45.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:45.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:45.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:45 smithi022 bash[28554]: cluster 2023-12-07T13:52:43.963239+0000 mgr.a (mgr.24293) 9718 : cluster 0 pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:45 smithi044 bash[32620]: cluster 2023-12-07T13:52:43.963239+0000 mgr.a (mgr.24293) 9718 : cluster 0 pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:45 smithi027 bash[31536]: cluster 2023-12-07T13:52:43.963239+0000 mgr.a (mgr.24293) 9718 : cluster 0 pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:46 smithi022 bash[28554]: audit 2023-12-07T13:52:44.846898+0000 mgr.a (mgr.24293) 9719 : audit 0 from='client.199194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:46 smithi044 bash[32620]: audit 2023-12-07T13:52:44.846898+0000 mgr.a (mgr.24293) 9719 : audit 0 from='client.199194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:46 smithi027 bash[31536]: audit 2023-12-07T13:52:44.846898+0000 mgr.a (mgr.24293) 9719 : audit 0 from='client.199194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:47 smithi044 bash[32620]: cluster 2023-12-07T13:52:45.964091+0000 mgr.a (mgr.24293) 9720 : cluster 0 pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:52:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:47 smithi022 bash[28554]: cluster 2023-12-07T13:52:45.964091+0000 mgr.a (mgr.24293) 9720 : cluster 0 pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:52:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:47 smithi027 bash[31536]: cluster 2023-12-07T13:52:45.964091+0000 mgr.a (mgr.24293) 9720 : cluster 0 pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:52:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:48 smithi044 bash[32620]: cluster 2023-12-07T13:52:47.964647+0000 mgr.a (mgr.24293) 9721 : cluster 0 pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:52:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:48 smithi022 bash[28554]: cluster 2023-12-07T13:52:47.964647+0000 mgr.a (mgr.24293) 9721 : cluster 0 pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:52:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:48 smithi027 bash[31536]: cluster 2023-12-07T13:52:47.964647+0000 mgr.a (mgr.24293) 9721 : cluster 0 pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:52:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:49 smithi022 bash[28554]: audit 2023-12-07T13:52:48.953924+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:52:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:49 smithi044 bash[32620]: audit 2023-12-07T13:52:48.953924+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:52:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:49 smithi027 bash[31536]: audit 2023-12-07T13:52:48.953924+0000 mon.a (mon.0) 1797 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:52:50.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:50.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:50.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:51.314 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:51.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:51.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:51.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:51.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: cluster 2023-12-07T13:52:49.965192+0000 mgr.a (mgr.24293) 9722 : cluster 0 pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.209924+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.214927+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.219183+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.222448+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.226638+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.229953+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.231176+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.232573+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:51 smithi044 bash[32620]: audit 2023-12-07T13:52:50.240029+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: cluster 2023-12-07T13:52:49.965192+0000 mgr.a (mgr.24293) 9722 : cluster 0 pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.209924+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.214927+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.219183+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.222448+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.226638+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.229953+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.231176+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.232573+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:52:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:51 smithi022 bash[28554]: audit 2023-12-07T13:52:50.240029+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: cluster 2023-12-07T13:52:49.965192+0000 mgr.a (mgr.24293) 9722 : cluster 0 pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:52:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.209924+0000 mon.a (mon.0) 1798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.214927+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.219183+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.222448+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.226638+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.229953+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:51.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.231176+0000 mon.a (mon.0) 1804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:52:51.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.232573+0000 mon.a (mon.0) 1805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:52:51.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:51 smithi027 bash[31536]: audit 2023-12-07T13:52:50.240029+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:52:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:52 smithi044 bash[32620]: audit 2023-12-07T13:52:50.796849+0000 mgr.a (mgr.24293) 9723 : audit 0 from='client.199272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:52 smithi022 bash[28554]: audit 2023-12-07T13:52:50.796849+0000 mgr.a (mgr.24293) 9723 : audit 0 from='client.199272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:52 smithi027 bash[31536]: audit 2023-12-07T13:52:50.796849+0000 mgr.a (mgr.24293) 9723 : audit 0 from='client.199272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:53 smithi044 bash[32620]: cluster 2023-12-07T13:52:51.966295+0000 mgr.a (mgr.24293) 9724 : cluster 0 pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:53 smithi022 bash[28554]: cluster 2023-12-07T13:52:51.966295+0000 mgr.a (mgr.24293) 9724 : cluster 0 pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:53 smithi027 bash[31536]: cluster 2023-12-07T13:52:51.966295+0000 mgr.a (mgr.24293) 9724 : cluster 0 pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:55 smithi022 bash[28554]: cluster 2023-12-07T13:52:53.967043+0000 mgr.a (mgr.24293) 9725 : cluster 0 pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:55 smithi044 bash[32620]: cluster 2023-12-07T13:52:53.967043+0000 mgr.a (mgr.24293) 9725 : cluster 0 pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:55 smithi027 bash[31536]: cluster 2023-12-07T13:52:53.967043+0000 mgr.a (mgr.24293) 9725 : cluster 0 pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:56.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:52:56.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:56.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:57.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:57.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:57.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:57.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:52:57.262 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:52:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:57 smithi022 bash[28554]: cluster 2023-12-07T13:52:55.967853+0000 mgr.a (mgr.24293) 9726 : cluster 0 pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:57 smithi044 bash[32620]: cluster 2023-12-07T13:52:55.967853+0000 mgr.a (mgr.24293) 9726 : cluster 0 pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:57 smithi027 bash[31536]: cluster 2023-12-07T13:52:55.967853+0000 mgr.a (mgr.24293) 9726 : cluster 0 pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:58 smithi022 bash[28554]: audit 2023-12-07T13:52:56.717939+0000 mgr.a (mgr.24293) 9727 : audit 0 from='client.199350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:58 smithi044 bash[32620]: audit 2023-12-07T13:52:56.717939+0000 mgr.a (mgr.24293) 9727 : audit 0 from='client.199350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:58 smithi027 bash[31536]: audit 2023-12-07T13:52:56.717939+0000 mgr.a (mgr.24293) 9727 : audit 0 from='client.199350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:52:59 smithi022 bash[28554]: cluster 2023-12-07T13:52:57.968497+0000 mgr.a (mgr.24293) 9728 : cluster 0 pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:52:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:52:59 smithi044 bash[32620]: cluster 2023-12-07T13:52:57.968497+0000 mgr.a (mgr.24293) 9728 : cluster 0 pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:52:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:52:59 smithi027 bash[31536]: cluster 2023-12-07T13:52:57.968497+0000 mgr.a (mgr.24293) 9728 : cluster 0 pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:53:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:01 smithi022 bash[28554]: cluster 2023-12-07T13:52:59.969095+0000 mgr.a (mgr.24293) 9729 : cluster 0 pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:53:01.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:01 smithi044 bash[32620]: cluster 2023-12-07T13:52:59.969095+0000 mgr.a (mgr.24293) 9729 : cluster 0 pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:53:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:01 smithi027 bash[31536]: cluster 2023-12-07T13:52:59.969095+0000 mgr.a (mgr.24293) 9729 : cluster 0 pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:53:02.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:02.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:02.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:03.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:03.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:03.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:03.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:03.197 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:03 smithi044 bash[32620]: cluster 2023-12-07T13:53:01.969882+0000 mgr.a (mgr.24293) 9730 : cluster 0 pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:53:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:03 smithi022 bash[28554]: cluster 2023-12-07T13:53:01.969882+0000 mgr.a (mgr.24293) 9730 : cluster 0 pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:53:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:03 smithi027 bash[31536]: cluster 2023-12-07T13:53:01.969882+0000 mgr.a (mgr.24293) 9730 : cluster 0 pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:53:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:04 smithi044 bash[32620]: audit 2023-12-07T13:53:02.678568+0000 mgr.a (mgr.24293) 9731 : audit 0 from='client.199428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:04 smithi022 bash[28554]: audit 2023-12-07T13:53:02.678568+0000 mgr.a (mgr.24293) 9731 : audit 0 from='client.199428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:04 smithi027 bash[31536]: audit 2023-12-07T13:53:02.678568+0000 mgr.a (mgr.24293) 9731 : audit 0 from='client.199428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:05 smithi044 bash[32620]: cluster 2023-12-07T13:53:03.970517+0000 mgr.a (mgr.24293) 9732 : 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-07T13:53:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:05 smithi022 bash[28554]: cluster 2023-12-07T13:53:03.970517+0000 mgr.a (mgr.24293) 9732 : 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-07T13:53:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:05 smithi027 bash[31536]: cluster 2023-12-07T13:53:03.970517+0000 mgr.a (mgr.24293) 9732 : 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-07T13:53:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:07 smithi044 bash[32620]: cluster 2023-12-07T13:53:05.971346+0000 mgr.a (mgr.24293) 9733 : cluster 0 pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:07 smithi022 bash[28554]: cluster 2023-12-07T13:53:05.971346+0000 mgr.a (mgr.24293) 9733 : cluster 0 pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:07 smithi027 bash[31536]: cluster 2023-12-07T13:53:05.971346+0000 mgr.a (mgr.24293) 9733 : cluster 0 pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:08.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:08.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:08.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:09.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:09.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:09.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:09.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:09.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:08 smithi044 bash[32620]: cluster 2023-12-07T13:53:07.971955+0000 mgr.a (mgr.24293) 9734 : cluster 0 pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:08 smithi022 bash[28554]: cluster 2023-12-07T13:53:07.971955+0000 mgr.a (mgr.24293) 9734 : cluster 0 pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:08 smithi027 bash[31536]: cluster 2023-12-07T13:53:07.971955+0000 mgr.a (mgr.24293) 9734 : cluster 0 pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:09 smithi022 bash[28554]: audit 2023-12-07T13:53:08.604770+0000 mgr.a (mgr.24293) 9735 : audit 0 from='client.199503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:09 smithi044 bash[32620]: audit 2023-12-07T13:53:08.604770+0000 mgr.a (mgr.24293) 9735 : audit 0 from='client.199503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:09 smithi027 bash[31536]: audit 2023-12-07T13:53:08.604770+0000 mgr.a (mgr.24293) 9735 : audit 0 from='client.199503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:10 smithi022 bash[28554]: cluster 2023-12-07T13:53:09.972665+0000 mgr.a (mgr.24293) 9736 : cluster 0 pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:10 smithi044 bash[32620]: cluster 2023-12-07T13:53:09.972665+0000 mgr.a (mgr.24293) 9736 : cluster 0 pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:10 smithi027 bash[31536]: cluster 2023-12-07T13:53:09.972665+0000 mgr.a (mgr.24293) 9736 : cluster 0 pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:13 smithi022 bash[28554]: cluster 2023-12-07T13:53:11.973481+0000 mgr.a (mgr.24293) 9737 : cluster 0 pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:13 smithi044 bash[32620]: cluster 2023-12-07T13:53:11.973481+0000 mgr.a (mgr.24293) 9737 : cluster 0 pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:13 smithi027 bash[31536]: cluster 2023-12-07T13:53:11.973481+0000 mgr.a (mgr.24293) 9737 : cluster 0 pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:14.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:14.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:14.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:15.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:15.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:15.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:15.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:15.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:15 smithi022 bash[28554]: cluster 2023-12-07T13:53:13.974058+0000 mgr.a (mgr.24293) 9738 : cluster 0 pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:15 smithi044 bash[32620]: cluster 2023-12-07T13:53:13.974058+0000 mgr.a (mgr.24293) 9738 : cluster 0 pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:15 smithi027 bash[31536]: cluster 2023-12-07T13:53:13.974058+0000 mgr.a (mgr.24293) 9738 : cluster 0 pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:16 smithi022 bash[28554]: audit 2023-12-07T13:53:14.536228+0000 mgr.a (mgr.24293) 9739 : audit 0 from='client.199581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:16 smithi044 bash[32620]: audit 2023-12-07T13:53:14.536228+0000 mgr.a (mgr.24293) 9739 : audit 0 from='client.199581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:16 smithi027 bash[31536]: audit 2023-12-07T13:53:14.536228+0000 mgr.a (mgr.24293) 9739 : audit 0 from='client.199581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:17 smithi044 bash[32620]: cluster 2023-12-07T13:53:15.975007+0000 mgr.a (mgr.24293) 9740 : cluster 0 pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:17 smithi022 bash[28554]: cluster 2023-12-07T13:53:15.975007+0000 mgr.a (mgr.24293) 9740 : cluster 0 pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:17 smithi027 bash[31536]: cluster 2023-12-07T13:53:15.975007+0000 mgr.a (mgr.24293) 9740 : cluster 0 pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:18 smithi022 bash[28554]: cluster 2023-12-07T13:53:17.975596+0000 mgr.a (mgr.24293) 9741 : 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-07T13:53:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:18 smithi044 bash[32620]: cluster 2023-12-07T13:53:17.975596+0000 mgr.a (mgr.24293) 9741 : 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-07T13:53:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:18 smithi027 bash[31536]: cluster 2023-12-07T13:53:17.975596+0000 mgr.a (mgr.24293) 9741 : 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-07T13:53:20.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:20.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:20.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:21.017 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:21.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:21.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:21.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:21.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:21 smithi022 bash[28554]: cluster 2023-12-07T13:53:19.976119+0000 mgr.a (mgr.24293) 9742 : 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-07T13:53:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:21 smithi022 bash[28554]: audit 2023-12-07T13:53:20.484883+0000 mgr.a (mgr.24293) 9743 : audit 0 from='client.199659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:21 smithi044 bash[32620]: cluster 2023-12-07T13:53:19.976119+0000 mgr.a (mgr.24293) 9742 : 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-07T13:53:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:21 smithi044 bash[32620]: audit 2023-12-07T13:53:20.484883+0000 mgr.a (mgr.24293) 9743 : audit 0 from='client.199659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:21 smithi027 bash[31536]: cluster 2023-12-07T13:53:19.976119+0000 mgr.a (mgr.24293) 9742 : 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-07T13:53:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:21 smithi027 bash[31536]: audit 2023-12-07T13:53:20.484883+0000 mgr.a (mgr.24293) 9743 : audit 0 from='client.199659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:23 smithi022 bash[28554]: cluster 2023-12-07T13:53:21.977184+0000 mgr.a (mgr.24293) 9744 : cluster 0 pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:23 smithi044 bash[32620]: cluster 2023-12-07T13:53:21.977184+0000 mgr.a (mgr.24293) 9744 : cluster 0 pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:23 smithi027 bash[31536]: cluster 2023-12-07T13:53:21.977184+0000 mgr.a (mgr.24293) 9744 : cluster 0 pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:25 smithi022 bash[28554]: cluster 2023-12-07T13:53:23.977759+0000 mgr.a (mgr.24293) 9745 : cluster 0 pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:25 smithi044 bash[32620]: cluster 2023-12-07T13:53:23.977759+0000 mgr.a (mgr.24293) 9745 : cluster 0 pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:25 smithi027 bash[31536]: cluster 2023-12-07T13:53:23.977759+0000 mgr.a (mgr.24293) 9745 : cluster 0 pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:26.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:26.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:26.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:26.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:26.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:26.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:26.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:26.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:27 smithi022 bash[28554]: cluster 2023-12-07T13:53:25.978514+0000 mgr.a (mgr.24293) 9746 : cluster 0 pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:27 smithi022 bash[28554]: audit 2023-12-07T13:53:26.424715+0000 mgr.a (mgr.24293) 9747 : audit 0 from='client.199734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:27 smithi044 bash[32620]: cluster 2023-12-07T13:53:25.978514+0000 mgr.a (mgr.24293) 9746 : cluster 0 pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:27 smithi044 bash[32620]: audit 2023-12-07T13:53:26.424715+0000 mgr.a (mgr.24293) 9747 : audit 0 from='client.199734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:27 smithi027 bash[31536]: cluster 2023-12-07T13:53:25.978514+0000 mgr.a (mgr.24293) 9746 : cluster 0 pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:27 smithi027 bash[31536]: audit 2023-12-07T13:53:26.424715+0000 mgr.a (mgr.24293) 9747 : audit 0 from='client.199734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:28 smithi022 bash[28554]: cluster 2023-12-07T13:53:27.979236+0000 mgr.a (mgr.24293) 9748 : cluster 0 pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:28 smithi044 bash[32620]: cluster 2023-12-07T13:53:27.979236+0000 mgr.a (mgr.24293) 9748 : cluster 0 pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:28 smithi027 bash[31536]: cluster 2023-12-07T13:53:27.979236+0000 mgr.a (mgr.24293) 9748 : cluster 0 pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:31 smithi022 bash[28554]: cluster 2023-12-07T13:53:29.979902+0000 mgr.a (mgr.24293) 9749 : cluster 0 pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:31 smithi044 bash[32620]: cluster 2023-12-07T13:53:29.979902+0000 mgr.a (mgr.24293) 9749 : cluster 0 pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:31 smithi027 bash[31536]: cluster 2023-12-07T13:53:29.979902+0000 mgr.a (mgr.24293) 9749 : cluster 0 pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:31.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:31.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:31.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:32.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:32.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:32.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:32.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:32.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:33 smithi022 bash[28554]: cluster 2023-12-07T13:53:31.980708+0000 mgr.a (mgr.24293) 9750 : cluster 0 pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:33 smithi022 bash[28554]: audit 2023-12-07T13:53:32.382685+0000 mgr.a (mgr.24293) 9751 : audit 0 from='client.199812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:33 smithi044 bash[32620]: cluster 2023-12-07T13:53:31.980708+0000 mgr.a (mgr.24293) 9750 : cluster 0 pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:33 smithi044 bash[32620]: audit 2023-12-07T13:53:32.382685+0000 mgr.a (mgr.24293) 9751 : audit 0 from='client.199812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:33 smithi027 bash[31536]: cluster 2023-12-07T13:53:31.980708+0000 mgr.a (mgr.24293) 9750 : cluster 0 pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:33 smithi027 bash[31536]: audit 2023-12-07T13:53:32.382685+0000 mgr.a (mgr.24293) 9751 : audit 0 from='client.199812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:35 smithi022 bash[28554]: cluster 2023-12-07T13:53:33.981591+0000 mgr.a (mgr.24293) 9752 : 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-07T13:53:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:35 smithi044 bash[32620]: cluster 2023-12-07T13:53:33.981591+0000 mgr.a (mgr.24293) 9752 : 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-07T13:53:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:35 smithi027 bash[31536]: cluster 2023-12-07T13:53:33.981591+0000 mgr.a (mgr.24293) 9752 : 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-07T13:53:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:37 smithi044 bash[32620]: cluster 2023-12-07T13:53:35.982644+0000 mgr.a (mgr.24293) 9753 : cluster 0 pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:37 smithi022 bash[28554]: cluster 2023-12-07T13:53:35.982644+0000 mgr.a (mgr.24293) 9753 : cluster 0 pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:37 smithi027 bash[31536]: cluster 2023-12-07T13:53:35.982644+0000 mgr.a (mgr.24293) 9753 : cluster 0 pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:37.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:37.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:37.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:38.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:38.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:38.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:38.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:38.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:38 smithi022 bash[28554]: cluster 2023-12-07T13:53:37.983237+0000 mgr.a (mgr.24293) 9754 : cluster 0 pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:38 smithi022 bash[28554]: audit 2023-12-07T13:53:38.334444+0000 mgr.a (mgr.24293) 9755 : audit 0 from='client.199884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:38 smithi044 bash[32620]: cluster 2023-12-07T13:53:37.983237+0000 mgr.a (mgr.24293) 9754 : cluster 0 pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:38 smithi044 bash[32620]: audit 2023-12-07T13:53:38.334444+0000 mgr.a (mgr.24293) 9755 : audit 0 from='client.199884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:38 smithi027 bash[31536]: cluster 2023-12-07T13:53:37.983237+0000 mgr.a (mgr.24293) 9754 : cluster 0 pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:38 smithi027 bash[31536]: audit 2023-12-07T13:53:38.334444+0000 mgr.a (mgr.24293) 9755 : audit 0 from='client.199884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:41 smithi022 bash[28554]: cluster 2023-12-07T13:53:39.983994+0000 mgr.a (mgr.24293) 9756 : cluster 0 pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:41 smithi044 bash[32620]: cluster 2023-12-07T13:53:39.983994+0000 mgr.a (mgr.24293) 9756 : cluster 0 pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:41 smithi027 bash[31536]: cluster 2023-12-07T13:53:39.983994+0000 mgr.a (mgr.24293) 9756 : cluster 0 pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:43 smithi022 bash[28554]: cluster 2023-12-07T13:53:41.984835+0000 mgr.a (mgr.24293) 9757 : cluster 0 pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:43 smithi044 bash[32620]: cluster 2023-12-07T13:53:41.984835+0000 mgr.a (mgr.24293) 9757 : cluster 0 pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:43 smithi027 bash[31536]: cluster 2023-12-07T13:53:41.984835+0000 mgr.a (mgr.24293) 9757 : cluster 0 pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:43.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:43.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:43.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:44.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:44.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:44.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:44.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:44.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:45 smithi022 bash[28554]: cluster 2023-12-07T13:53:43.985239+0000 mgr.a (mgr.24293) 9758 : cluster 0 pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:45 smithi022 bash[28554]: audit 2023-12-07T13:53:44.264346+0000 mgr.a (mgr.24293) 9759 : audit 0 from='client.199956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:45 smithi044 bash[32620]: cluster 2023-12-07T13:53:43.985239+0000 mgr.a (mgr.24293) 9758 : cluster 0 pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:45 smithi044 bash[32620]: audit 2023-12-07T13:53:44.264346+0000 mgr.a (mgr.24293) 9759 : audit 0 from='client.199956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:45 smithi027 bash[31536]: cluster 2023-12-07T13:53:43.985239+0000 mgr.a (mgr.24293) 9758 : cluster 0 pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:45 smithi027 bash[31536]: audit 2023-12-07T13:53:44.264346+0000 mgr.a (mgr.24293) 9759 : audit 0 from='client.199956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:47 smithi022 bash[28554]: cluster 2023-12-07T13:53:45.986140+0000 mgr.a (mgr.24293) 9760 : cluster 0 pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:47 smithi044 bash[32620]: cluster 2023-12-07T13:53:45.986140+0000 mgr.a (mgr.24293) 9760 : cluster 0 pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:47 smithi027 bash[31536]: cluster 2023-12-07T13:53:45.986140+0000 mgr.a (mgr.24293) 9760 : cluster 0 pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:48 smithi022 bash[28554]: cluster 2023-12-07T13:53:47.986663+0000 mgr.a (mgr.24293) 9761 : cluster 0 pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:48 smithi044 bash[32620]: cluster 2023-12-07T13:53:47.986663+0000 mgr.a (mgr.24293) 9761 : cluster 0 pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:48 smithi027 bash[31536]: cluster 2023-12-07T13:53:47.986663+0000 mgr.a (mgr.24293) 9761 : cluster 0 pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:49.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:50.736 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:50.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:50.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:50.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:50.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:51 smithi022 bash[28554]: cluster 2023-12-07T13:53:49.987220+0000 mgr.a (mgr.24293) 9762 : cluster 0 pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:51 smithi022 bash[28554]: audit 2023-12-07T13:53:50.203387+0000 mgr.a (mgr.24293) 9763 : audit 0 from='client.200031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:51 smithi022 bash[28554]: audit 2023-12-07T13:53:50.343379+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:53:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:51 smithi044 bash[32620]: cluster 2023-12-07T13:53:49.987220+0000 mgr.a (mgr.24293) 9762 : cluster 0 pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:51.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:51 smithi044 bash[32620]: audit 2023-12-07T13:53:50.203387+0000 mgr.a (mgr.24293) 9763 : audit 0 from='client.200031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:51.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:51 smithi044 bash[32620]: audit 2023-12-07T13:53:50.343379+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:53:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:51 smithi027 bash[31536]: cluster 2023-12-07T13:53:49.987220+0000 mgr.a (mgr.24293) 9762 : cluster 0 pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:51 smithi027 bash[31536]: audit 2023-12-07T13:53:50.203387+0000 mgr.a (mgr.24293) 9763 : audit 0 from='client.200031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:51 smithi027 bash[31536]: audit 2023-12-07T13:53:50.343379+0000 mon.a (mon.0) 1807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:53:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:52 smithi022 bash[28554]: audit 2023-12-07T13:53:51.148697+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:53:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:52 smithi022 bash[28554]: audit 2023-12-07T13:53:51.150808+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:53:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:52 smithi022 bash[28554]: audit 2023-12-07T13:53:51.160623+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:53:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:52 smithi044 bash[32620]: audit 2023-12-07T13:53:51.148697+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:53:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:52 smithi044 bash[32620]: audit 2023-12-07T13:53:51.150808+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:53:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:52 smithi044 bash[32620]: audit 2023-12-07T13:53:51.160623+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:53:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:52 smithi027 bash[31536]: audit 2023-12-07T13:53:51.148697+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:53:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:52 smithi027 bash[31536]: audit 2023-12-07T13:53:51.150808+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:53:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:52 smithi027 bash[31536]: audit 2023-12-07T13:53:51.160623+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:53:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:53 smithi022 bash[28554]: cluster 2023-12-07T13:53:51.988267+0000 mgr.a (mgr.24293) 9764 : cluster 0 pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:53:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:53 smithi044 bash[32620]: cluster 2023-12-07T13:53:51.988267+0000 mgr.a (mgr.24293) 9764 : cluster 0 pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:53:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:53 smithi027 bash[31536]: cluster 2023-12-07T13:53:51.988267+0000 mgr.a (mgr.24293) 9764 : cluster 0 pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:53:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:55 smithi022 bash[28554]: cluster 2023-12-07T13:53:53.988835+0000 mgr.a (mgr.24293) 9765 : cluster 0 pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:55 smithi044 bash[32620]: cluster 2023-12-07T13:53:53.988835+0000 mgr.a (mgr.24293) 9765 : cluster 0 pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:55 smithi027 bash[31536]: cluster 2023-12-07T13:53:53.988835+0000 mgr.a (mgr.24293) 9765 : cluster 0 pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:55.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:53:55.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:55.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:56.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:53:56.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:56.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:56.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:56.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:53:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:57 smithi022 bash[28554]: cluster 2023-12-07T13:53:55.989605+0000 mgr.a (mgr.24293) 9766 : cluster 0 pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:57 smithi022 bash[28554]: audit 2023-12-07T13:53:56.146819+0000 mgr.a (mgr.24293) 9767 : audit 0 from='client.200106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:57 smithi044 bash[32620]: cluster 2023-12-07T13:53:55.989605+0000 mgr.a (mgr.24293) 9766 : cluster 0 pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:57.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:57 smithi044 bash[32620]: audit 2023-12-07T13:53:56.146819+0000 mgr.a (mgr.24293) 9767 : audit 0 from='client.200106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:57 smithi027 bash[31536]: cluster 2023-12-07T13:53:55.989605+0000 mgr.a (mgr.24293) 9766 : cluster 0 pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:57 smithi027 bash[31536]: audit 2023-12-07T13:53:56.146819+0000 mgr.a (mgr.24293) 9767 : audit 0 from='client.200106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:53:58 smithi022 bash[28554]: cluster 2023-12-07T13:53:57.990308+0000 mgr.a (mgr.24293) 9768 : cluster 0 pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:53:58 smithi044 bash[32620]: cluster 2023-12-07T13:53:57.990308+0000 mgr.a (mgr.24293) 9768 : cluster 0 pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:53:58 smithi027 bash[31536]: cluster 2023-12-07T13:53:57.990308+0000 mgr.a (mgr.24293) 9768 : cluster 0 pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:01 smithi044 bash[32620]: cluster 2023-12-07T13:53:59.990884+0000 mgr.a (mgr.24293) 9769 : cluster 0 pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:01 smithi022 bash[28554]: cluster 2023-12-07T13:53:59.990884+0000 mgr.a (mgr.24293) 9769 : cluster 0 pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:01 smithi027 bash[31536]: cluster 2023-12-07T13:53:59.990884+0000 mgr.a (mgr.24293) 9769 : cluster 0 pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:01.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:01.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:01.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:02.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:02.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:02.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:02.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:02.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:03 smithi022 bash[28554]: cluster 2023-12-07T13:54:01.991693+0000 mgr.a (mgr.24293) 9770 : cluster 0 pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:03 smithi022 bash[28554]: audit 2023-12-07T13:54:02.113907+0000 mgr.a (mgr.24293) 9771 : audit 0 from='client.200184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:03 smithi044 bash[32620]: cluster 2023-12-07T13:54:01.991693+0000 mgr.a (mgr.24293) 9770 : cluster 0 pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:03 smithi044 bash[32620]: audit 2023-12-07T13:54:02.113907+0000 mgr.a (mgr.24293) 9771 : audit 0 from='client.200184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:03 smithi027 bash[31536]: cluster 2023-12-07T13:54:01.991693+0000 mgr.a (mgr.24293) 9770 : cluster 0 pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:03 smithi027 bash[31536]: audit 2023-12-07T13:54:02.113907+0000 mgr.a (mgr.24293) 9771 : audit 0 from='client.200184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:05 smithi022 bash[28554]: cluster 2023-12-07T13:54:03.992394+0000 mgr.a (mgr.24293) 9772 : cluster 0 pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:05 smithi044 bash[32620]: cluster 2023-12-07T13:54:03.992394+0000 mgr.a (mgr.24293) 9772 : cluster 0 pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:05 smithi027 bash[31536]: cluster 2023-12-07T13:54:03.992394+0000 mgr.a (mgr.24293) 9772 : cluster 0 pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:07 smithi022 bash[28554]: cluster 2023-12-07T13:54:05.993280+0000 mgr.a (mgr.24293) 9773 : cluster 0 pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:54:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:07 smithi044 bash[32620]: cluster 2023-12-07T13:54:05.993280+0000 mgr.a (mgr.24293) 9773 : cluster 0 pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:54:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:07 smithi027 bash[31536]: cluster 2023-12-07T13:54:05.993280+0000 mgr.a (mgr.24293) 9773 : cluster 0 pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:54:07.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:07.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:07.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:08.597 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:08.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:08.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:08.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:08.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:08 smithi022 bash[28554]: cluster 2023-12-07T13:54:07.993831+0000 mgr.a (mgr.24293) 9774 : 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-07T13:54:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:08 smithi022 bash[28554]: audit 2023-12-07T13:54:08.066148+0000 mgr.a (mgr.24293) 9775 : audit 0 from='client.200259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:08 smithi044 bash[32620]: cluster 2023-12-07T13:54:07.993831+0000 mgr.a (mgr.24293) 9774 : 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-07T13:54:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:08 smithi044 bash[32620]: audit 2023-12-07T13:54:08.066148+0000 mgr.a (mgr.24293) 9775 : audit 0 from='client.200259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:08 smithi027 bash[31536]: cluster 2023-12-07T13:54:07.993831+0000 mgr.a (mgr.24293) 9774 : 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-07T13:54:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:08 smithi027 bash[31536]: audit 2023-12-07T13:54:08.066148+0000 mgr.a (mgr.24293) 9775 : audit 0 from='client.200259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:11 smithi022 bash[28554]: cluster 2023-12-07T13:54:09.994518+0000 mgr.a (mgr.24293) 9776 : 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-07T13:54:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:11 smithi044 bash[32620]: cluster 2023-12-07T13:54:09.994518+0000 mgr.a (mgr.24293) 9776 : 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-07T13:54:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:11 smithi027 bash[31536]: cluster 2023-12-07T13:54:09.994518+0000 mgr.a (mgr.24293) 9776 : 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-07T13:54:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:13 smithi022 bash[28554]: cluster 2023-12-07T13:54:11.995360+0000 mgr.a (mgr.24293) 9777 : cluster 0 pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:13 smithi044 bash[32620]: cluster 2023-12-07T13:54:11.995360+0000 mgr.a (mgr.24293) 9777 : cluster 0 pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:13 smithi027 bash[31536]: cluster 2023-12-07T13:54:11.995360+0000 mgr.a (mgr.24293) 9777 : cluster 0 pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:13.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:13.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:13.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:14.541 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:14.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:14.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:14.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:14.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:15 smithi022 bash[28554]: cluster 2023-12-07T13:54:13.995934+0000 mgr.a (mgr.24293) 9778 : cluster 0 pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:15 smithi022 bash[28554]: audit 2023-12-07T13:54:14.003808+0000 mgr.a (mgr.24293) 9779 : audit 0 from='client.200337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:15 smithi044 bash[32620]: cluster 2023-12-07T13:54:13.995934+0000 mgr.a (mgr.24293) 9778 : cluster 0 pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:15 smithi044 bash[32620]: audit 2023-12-07T13:54:14.003808+0000 mgr.a (mgr.24293) 9779 : audit 0 from='client.200337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:15 smithi027 bash[31536]: cluster 2023-12-07T13:54:13.995934+0000 mgr.a (mgr.24293) 9778 : cluster 0 pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:15 smithi027 bash[31536]: audit 2023-12-07T13:54:14.003808+0000 mgr.a (mgr.24293) 9779 : audit 0 from='client.200337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:17 smithi044 bash[32620]: cluster 2023-12-07T13:54:15.996844+0000 mgr.a (mgr.24293) 9780 : cluster 0 pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:17 smithi022 bash[28554]: cluster 2023-12-07T13:54:15.996844+0000 mgr.a (mgr.24293) 9780 : cluster 0 pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:17 smithi027 bash[31536]: cluster 2023-12-07T13:54:15.996844+0000 mgr.a (mgr.24293) 9780 : cluster 0 pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:18 smithi022 bash[28554]: cluster 2023-12-07T13:54:17.997412+0000 mgr.a (mgr.24293) 9781 : cluster 0 pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:18 smithi044 bash[32620]: cluster 2023-12-07T13:54:17.997412+0000 mgr.a (mgr.24293) 9781 : cluster 0 pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:18 smithi027 bash[31536]: cluster 2023-12-07T13:54:17.997412+0000 mgr.a (mgr.24293) 9781 : cluster 0 pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:19.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:19.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:19.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:20.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:21 smithi022 bash[28554]: audit 2023-12-07T13:54:19.951221+0000 mgr.a (mgr.24293) 9782 : audit 0 from='client.200415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:21 smithi022 bash[28554]: cluster 2023-12-07T13:54:19.998168+0000 mgr.a (mgr.24293) 9783 : cluster 0 pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:21 smithi044 bash[32620]: audit 2023-12-07T13:54:19.951221+0000 mgr.a (mgr.24293) 9782 : audit 0 from='client.200415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:21 smithi044 bash[32620]: cluster 2023-12-07T13:54:19.998168+0000 mgr.a (mgr.24293) 9783 : cluster 0 pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:21 smithi027 bash[31536]: audit 2023-12-07T13:54:19.951221+0000 mgr.a (mgr.24293) 9782 : audit 0 from='client.200415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:21 smithi027 bash[31536]: cluster 2023-12-07T13:54:19.998168+0000 mgr.a (mgr.24293) 9783 : cluster 0 pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:23 smithi022 bash[28554]: cluster 2023-12-07T13:54:21.999227+0000 mgr.a (mgr.24293) 9784 : cluster 0 pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:54:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:23 smithi044 bash[32620]: cluster 2023-12-07T13:54:21.999227+0000 mgr.a (mgr.24293) 9784 : cluster 0 pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:54:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:23 smithi027 bash[31536]: cluster 2023-12-07T13:54:21.999227+0000 mgr.a (mgr.24293) 9784 : cluster 0 pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:54:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:25 smithi022 bash[28554]: cluster 2023-12-07T13:54:23.999827+0000 mgr.a (mgr.24293) 9785 : cluster 0 pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:54:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:25 smithi044 bash[32620]: cluster 2023-12-07T13:54:23.999827+0000 mgr.a (mgr.24293) 9785 : cluster 0 pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:54:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:25 smithi027 bash[31536]: cluster 2023-12-07T13:54:23.999827+0000 mgr.a (mgr.24293) 9785 : cluster 0 pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:54:25.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:25.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:25.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:26.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:27 smithi022 bash[28554]: audit 2023-12-07T13:54:25.896364+0000 mgr.a (mgr.24293) 9786 : audit 0 from='client.200493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:27 smithi022 bash[28554]: cluster 2023-12-07T13:54:26.000773+0000 mgr.a (mgr.24293) 9787 : cluster 0 pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:27 smithi044 bash[32620]: audit 2023-12-07T13:54:25.896364+0000 mgr.a (mgr.24293) 9786 : audit 0 from='client.200493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:27 smithi044 bash[32620]: cluster 2023-12-07T13:54:26.000773+0000 mgr.a (mgr.24293) 9787 : cluster 0 pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:27 smithi027 bash[31536]: audit 2023-12-07T13:54:25.896364+0000 mgr.a (mgr.24293) 9786 : audit 0 from='client.200493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:27 smithi027 bash[31536]: cluster 2023-12-07T13:54:26.000773+0000 mgr.a (mgr.24293) 9787 : cluster 0 pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:28 smithi022 bash[28554]: cluster 2023-12-07T13:54:28.001492+0000 mgr.a (mgr.24293) 9788 : cluster 0 pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:28 smithi044 bash[32620]: cluster 2023-12-07T13:54:28.001492+0000 mgr.a (mgr.24293) 9788 : cluster 0 pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:28 smithi027 bash[31536]: cluster 2023-12-07T13:54:28.001492+0000 mgr.a (mgr.24293) 9788 : cluster 0 pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:31.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:31.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:31.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:31 smithi022 bash[28554]: cluster 2023-12-07T13:54:30.002075+0000 mgr.a (mgr.24293) 9789 : cluster 0 pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:31 smithi044 bash[32620]: cluster 2023-12-07T13:54:30.002075+0000 mgr.a (mgr.24293) 9789 : cluster 0 pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:31 smithi027 bash[31536]: cluster 2023-12-07T13:54:30.002075+0000 mgr.a (mgr.24293) 9789 : cluster 0 pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:32.385 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:32.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:32.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:32.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:32.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:33 smithi044 bash[32620]: audit 2023-12-07T13:54:31.831063+0000 mgr.a (mgr.24293) 9790 : audit 0 from='client.200565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:33 smithi044 bash[32620]: cluster 2023-12-07T13:54:32.003630+0000 mgr.a (mgr.24293) 9791 : cluster 0 pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:33 smithi022 bash[28554]: audit 2023-12-07T13:54:31.831063+0000 mgr.a (mgr.24293) 9790 : audit 0 from='client.200565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:33 smithi022 bash[28554]: cluster 2023-12-07T13:54:32.003630+0000 mgr.a (mgr.24293) 9791 : cluster 0 pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:33 smithi027 bash[31536]: audit 2023-12-07T13:54:31.831063+0000 mgr.a (mgr.24293) 9790 : audit 0 from='client.200565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:33 smithi027 bash[31536]: cluster 2023-12-07T13:54:32.003630+0000 mgr.a (mgr.24293) 9791 : cluster 0 pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:35 smithi022 bash[28554]: cluster 2023-12-07T13:54:34.004363+0000 mgr.a (mgr.24293) 9792 : cluster 0 pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:54:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:35 smithi044 bash[32620]: cluster 2023-12-07T13:54:34.004363+0000 mgr.a (mgr.24293) 9792 : cluster 0 pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:54:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:35 smithi027 bash[31536]: cluster 2023-12-07T13:54:34.004363+0000 mgr.a (mgr.24293) 9792 : cluster 0 pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:54:37.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:37.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:37.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:37 smithi044 bash[32620]: cluster 2023-12-07T13:54:36.005223+0000 mgr.a (mgr.24293) 9793 : cluster 0 pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:54:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:37 smithi022 bash[28554]: cluster 2023-12-07T13:54:36.005223+0000 mgr.a (mgr.24293) 9793 : cluster 0 pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:54:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:37 smithi027 bash[31536]: cluster 2023-12-07T13:54:36.005223+0000 mgr.a (mgr.24293) 9793 : cluster 0 pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:54:38.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:38 smithi022 bash[28554]: audit 2023-12-07T13:54:37.799763+0000 mgr.a (mgr.24293) 9794 : audit 0 from='client.200640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:38 smithi022 bash[28554]: cluster 2023-12-07T13:54:38.005964+0000 mgr.a (mgr.24293) 9795 : 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-07T13:54:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:38 smithi044 bash[32620]: audit 2023-12-07T13:54:37.799763+0000 mgr.a (mgr.24293) 9794 : audit 0 from='client.200640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:38 smithi044 bash[32620]: cluster 2023-12-07T13:54:38.005964+0000 mgr.a (mgr.24293) 9795 : 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-07T13:54:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:38 smithi027 bash[31536]: audit 2023-12-07T13:54:37.799763+0000 mgr.a (mgr.24293) 9794 : audit 0 from='client.200640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:38 smithi027 bash[31536]: cluster 2023-12-07T13:54:38.005964+0000 mgr.a (mgr.24293) 9795 : 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-07T13:54:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:41 smithi022 bash[28554]: cluster 2023-12-07T13:54:40.006662+0000 mgr.a (mgr.24293) 9796 : 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-07T13:54:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:41 smithi044 bash[32620]: cluster 2023-12-07T13:54:40.006662+0000 mgr.a (mgr.24293) 9796 : 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-07T13:54:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:41 smithi027 bash[31536]: cluster 2023-12-07T13:54:40.006662+0000 mgr.a (mgr.24293) 9796 : 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-07T13:54:43.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:43.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:43.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:43 smithi022 bash[28554]: cluster 2023-12-07T13:54:42.007519+0000 mgr.a (mgr.24293) 9797 : cluster 0 pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:43 smithi044 bash[32620]: cluster 2023-12-07T13:54:42.007519+0000 mgr.a (mgr.24293) 9797 : cluster 0 pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:43 smithi027 bash[31536]: cluster 2023-12-07T13:54:42.007519+0000 mgr.a (mgr.24293) 9797 : cluster 0 pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:44.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:44.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:44.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:44.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:44.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:45 smithi022 bash[28554]: audit 2023-12-07T13:54:43.756448+0000 mgr.a (mgr.24293) 9798 : audit 0 from='client.200718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:45 smithi022 bash[28554]: cluster 2023-12-07T13:54:44.008032+0000 mgr.a (mgr.24293) 9799 : cluster 0 pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:45 smithi044 bash[32620]: audit 2023-12-07T13:54:43.756448+0000 mgr.a (mgr.24293) 9798 : audit 0 from='client.200718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:45 smithi044 bash[32620]: cluster 2023-12-07T13:54:44.008032+0000 mgr.a (mgr.24293) 9799 : cluster 0 pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:45 smithi027 bash[31536]: audit 2023-12-07T13:54:43.756448+0000 mgr.a (mgr.24293) 9798 : audit 0 from='client.200718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:45 smithi027 bash[31536]: cluster 2023-12-07T13:54:44.008032+0000 mgr.a (mgr.24293) 9799 : cluster 0 pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:47 smithi022 bash[28554]: cluster 2023-12-07T13:54:46.009032+0000 mgr.a (mgr.24293) 9800 : cluster 0 pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:47 smithi044 bash[32620]: cluster 2023-12-07T13:54:46.009032+0000 mgr.a (mgr.24293) 9800 : cluster 0 pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:47 smithi027 bash[31536]: cluster 2023-12-07T13:54:46.009032+0000 mgr.a (mgr.24293) 9800 : cluster 0 pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:48 smithi022 bash[28554]: cluster 2023-12-07T13:54:48.009804+0000 mgr.a (mgr.24293) 9801 : cluster 0 pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:48 smithi044 bash[32620]: cluster 2023-12-07T13:54:48.009804+0000 mgr.a (mgr.24293) 9801 : cluster 0 pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:48 smithi027 bash[31536]: cluster 2023-12-07T13:54:48.009804+0000 mgr.a (mgr.24293) 9801 : cluster 0 pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:49.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:49.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:49.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:50.235 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:50.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:50.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:50.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:50.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:51 smithi022 bash[28554]: audit 2023-12-07T13:54:49.685266+0000 mgr.a (mgr.24293) 9802 : audit 0 from='client.200796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:51 smithi022 bash[28554]: cluster 2023-12-07T13:54:50.010277+0000 mgr.a (mgr.24293) 9803 : cluster 0 pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:51 smithi044 bash[32620]: audit 2023-12-07T13:54:49.685266+0000 mgr.a (mgr.24293) 9802 : audit 0 from='client.200796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:51 smithi044 bash[32620]: cluster 2023-12-07T13:54:50.010277+0000 mgr.a (mgr.24293) 9803 : cluster 0 pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:51 smithi027 bash[31536]: audit 2023-12-07T13:54:49.685266+0000 mgr.a (mgr.24293) 9802 : audit 0 from='client.200796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:51 smithi027 bash[31536]: cluster 2023-12-07T13:54:50.010277+0000 mgr.a (mgr.24293) 9803 : cluster 0 pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:52 smithi022 bash[28554]: audit 2023-12-07T13:54:51.265305+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:54:52.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:52 smithi022 bash[28554]: audit 2023-12-07T13:54:51.794992+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:52.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:52 smithi022 bash[28554]: audit 2023-12-07T13:54:51.800870+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:52 smithi044 bash[32620]: audit 2023-12-07T13:54:51.265305+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:54:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:52 smithi044 bash[32620]: audit 2023-12-07T13:54:51.794992+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:52 smithi044 bash[32620]: audit 2023-12-07T13:54:51.800870+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:52 smithi027 bash[31536]: audit 2023-12-07T13:54:51.265305+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:54:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:52 smithi027 bash[31536]: audit 2023-12-07T13:54:51.794992+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:52 smithi027 bash[31536]: audit 2023-12-07T13:54:51.800870+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:53 smithi022 bash[28554]: cluster 2023-12-07T13:54:52.011117+0000 mgr.a (mgr.24293) 9804 : cluster 0 pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:53 smithi022 bash[28554]: audit 2023-12-07T13:54:52.539814+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:53 smithi022 bash[28554]: audit 2023-12-07T13:54:52.541563+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:53 smithi022 bash[28554]: audit 2023-12-07T13:54:52.550626+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:53 smithi044 bash[32620]: cluster 2023-12-07T13:54:52.011117+0000 mgr.a (mgr.24293) 9804 : cluster 0 pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:53 smithi044 bash[32620]: audit 2023-12-07T13:54:52.539814+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:53 smithi044 bash[32620]: audit 2023-12-07T13:54:52.541563+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:54:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:53 smithi044 bash[32620]: audit 2023-12-07T13:54:52.550626+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:53 smithi027 bash[31536]: cluster 2023-12-07T13:54:52.011117+0000 mgr.a (mgr.24293) 9804 : cluster 0 pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:53 smithi027 bash[31536]: audit 2023-12-07T13:54:52.539814+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:54:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:53 smithi027 bash[31536]: audit 2023-12-07T13:54:52.541563+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:54:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:53 smithi027 bash[31536]: audit 2023-12-07T13:54:52.550626+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:54:55.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:54:55.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:55.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:55 smithi044 bash[32620]: cluster 2023-12-07T13:54:54.011712+0000 mgr.a (mgr.24293) 9805 : cluster 0 pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:55 smithi022 bash[28554]: cluster 2023-12-07T13:54:54.011712+0000 mgr.a (mgr.24293) 9805 : cluster 0 pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:55 smithi027 bash[31536]: cluster 2023-12-07T13:54:54.011712+0000 mgr.a (mgr.24293) 9805 : cluster 0 pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:56.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:54:56.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:56.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:56.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:56.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:54:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:57 smithi022 bash[28554]: audit 2023-12-07T13:54:55.655407+0000 mgr.a (mgr.24293) 9806 : audit 0 from='client.200874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:57 smithi022 bash[28554]: cluster 2023-12-07T13:54:56.012410+0000 mgr.a (mgr.24293) 9807 : cluster 0 pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:57 smithi044 bash[32620]: audit 2023-12-07T13:54:55.655407+0000 mgr.a (mgr.24293) 9806 : audit 0 from='client.200874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:57 smithi044 bash[32620]: cluster 2023-12-07T13:54:56.012410+0000 mgr.a (mgr.24293) 9807 : cluster 0 pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:57 smithi027 bash[31536]: audit 2023-12-07T13:54:55.655407+0000 mgr.a (mgr.24293) 9806 : audit 0 from='client.200874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:57 smithi027 bash[31536]: cluster 2023-12-07T13:54:56.012410+0000 mgr.a (mgr.24293) 9807 : cluster 0 pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:54:58 smithi022 bash[28554]: cluster 2023-12-07T13:54:58.013039+0000 mgr.a (mgr.24293) 9808 : cluster 0 pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:54:58 smithi044 bash[32620]: cluster 2023-12-07T13:54:58.013039+0000 mgr.a (mgr.24293) 9808 : cluster 0 pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:54:58 smithi027 bash[31536]: cluster 2023-12-07T13:54:58.013039+0000 mgr.a (mgr.24293) 9808 : cluster 0 pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:01.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:01.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:01.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:01 smithi022 bash[28554]: cluster 2023-12-07T13:55:00.013591+0000 mgr.a (mgr.24293) 9809 : cluster 0 pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:01 smithi044 bash[32620]: cluster 2023-12-07T13:55:00.013591+0000 mgr.a (mgr.24293) 9809 : cluster 0 pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:01 smithi027 bash[31536]: cluster 2023-12-07T13:55:00.013591+0000 mgr.a (mgr.24293) 9809 : cluster 0 pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:02.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:02.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:02.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:02.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:02.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:03 smithi022 bash[28554]: audit 2023-12-07T13:55:01.604943+0000 mgr.a (mgr.24293) 9810 : audit 0 from='client.200949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:03 smithi022 bash[28554]: cluster 2023-12-07T13:55:02.014513+0000 mgr.a (mgr.24293) 9811 : cluster 0 pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:03 smithi044 bash[32620]: audit 2023-12-07T13:55:01.604943+0000 mgr.a (mgr.24293) 9810 : audit 0 from='client.200949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:03 smithi044 bash[32620]: cluster 2023-12-07T13:55:02.014513+0000 mgr.a (mgr.24293) 9811 : cluster 0 pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:03 smithi027 bash[31536]: audit 2023-12-07T13:55:01.604943+0000 mgr.a (mgr.24293) 9810 : audit 0 from='client.200949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:03 smithi027 bash[31536]: cluster 2023-12-07T13:55:02.014513+0000 mgr.a (mgr.24293) 9811 : cluster 0 pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:05 smithi022 bash[28554]: cluster 2023-12-07T13:55:04.015124+0000 mgr.a (mgr.24293) 9812 : cluster 0 pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:05 smithi044 bash[32620]: cluster 2023-12-07T13:55:04.015124+0000 mgr.a (mgr.24293) 9812 : cluster 0 pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:05 smithi027 bash[31536]: cluster 2023-12-07T13:55:04.015124+0000 mgr.a (mgr.24293) 9812 : cluster 0 pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:07.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:07.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:07.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:07 smithi022 bash[28554]: cluster 2023-12-07T13:55:06.015890+0000 mgr.a (mgr.24293) 9813 : cluster 0 pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:07 smithi044 bash[32620]: cluster 2023-12-07T13:55:06.015890+0000 mgr.a (mgr.24293) 9813 : cluster 0 pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:07 smithi027 bash[31536]: cluster 2023-12-07T13:55:06.015890+0000 mgr.a (mgr.24293) 9813 : cluster 0 pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:08.073 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:08.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:08.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:08.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:08.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:08 smithi022 bash[28554]: audit 2023-12-07T13:55:07.554269+0000 mgr.a (mgr.24293) 9814 : audit 0 from='client.201024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:08 smithi044 bash[32620]: audit 2023-12-07T13:55:07.554269+0000 mgr.a (mgr.24293) 9814 : audit 0 from='client.201024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:08 smithi027 bash[31536]: audit 2023-12-07T13:55:07.554269+0000 mgr.a (mgr.24293) 9814 : audit 0 from='client.201024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:09 smithi044 bash[32620]: cluster 2023-12-07T13:55:08.016397+0000 mgr.a (mgr.24293) 9815 : 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-07T13:55:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:09 smithi022 bash[28554]: cluster 2023-12-07T13:55:08.016397+0000 mgr.a (mgr.24293) 9815 : 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-07T13:55:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:09 smithi027 bash[31536]: cluster 2023-12-07T13:55:08.016397+0000 mgr.a (mgr.24293) 9815 : 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-07T13:55:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:11 smithi044 bash[32620]: cluster 2023-12-07T13:55:10.017017+0000 mgr.a (mgr.24293) 9816 : 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-07T13:55:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:11 smithi022 bash[28554]: cluster 2023-12-07T13:55:10.017017+0000 mgr.a (mgr.24293) 9816 : 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-07T13:55:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:11 smithi027 bash[31536]: cluster 2023-12-07T13:55:10.017017+0000 mgr.a (mgr.24293) 9816 : 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-07T13:55:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:13.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:13.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:13 smithi022 bash[28554]: cluster 2023-12-07T13:55:12.017877+0000 mgr.a (mgr.24293) 9817 : 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-07T13:55:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:13 smithi044 bash[32620]: cluster 2023-12-07T13:55:12.017877+0000 mgr.a (mgr.24293) 9817 : 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-07T13:55:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:13 smithi027 bash[31536]: cluster 2023-12-07T13:55:12.017877+0000 mgr.a (mgr.24293) 9817 : 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-07T13:55:14.030 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:14.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:14.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:14.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:14.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:14 smithi022 bash[28554]: audit 2023-12-07T13:55:13.490633+0000 mgr.a (mgr.24293) 9818 : audit 0 from='client.201099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:14 smithi044 bash[32620]: audit 2023-12-07T13:55:13.490633+0000 mgr.a (mgr.24293) 9818 : audit 0 from='client.201099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:14 smithi027 bash[31536]: audit 2023-12-07T13:55:13.490633+0000 mgr.a (mgr.24293) 9818 : audit 0 from='client.201099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:15 smithi022 bash[28554]: cluster 2023-12-07T13:55:14.018577+0000 mgr.a (mgr.24293) 9819 : 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-07T13:55:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:15 smithi044 bash[32620]: cluster 2023-12-07T13:55:14.018577+0000 mgr.a (mgr.24293) 9819 : 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-07T13:55:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:15 smithi027 bash[31536]: cluster 2023-12-07T13:55:14.018577+0000 mgr.a (mgr.24293) 9819 : 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-07T13:55:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:17 smithi044 bash[32620]: cluster 2023-12-07T13:55:16.019459+0000 mgr.a (mgr.24293) 9820 : cluster 0 pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:17 smithi022 bash[28554]: cluster 2023-12-07T13:55:16.019459+0000 mgr.a (mgr.24293) 9820 : cluster 0 pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:17 smithi027 bash[31536]: cluster 2023-12-07T13:55:16.019459+0000 mgr.a (mgr.24293) 9820 : cluster 0 pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:19.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:19.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:19.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:18 smithi022 bash[28554]: cluster 2023-12-07T13:55:18.020049+0000 mgr.a (mgr.24293) 9821 : cluster 0 pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:18 smithi044 bash[32620]: cluster 2023-12-07T13:55:18.020049+0000 mgr.a (mgr.24293) 9821 : cluster 0 pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:18 smithi027 bash[31536]: cluster 2023-12-07T13:55:18.020049+0000 mgr.a (mgr.24293) 9821 : cluster 0 pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:19.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:19.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:19.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:19.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:19.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:19 smithi022 bash[28554]: audit 2023-12-07T13:55:19.441048+0000 mgr.a (mgr.24293) 9822 : audit 0 from='client.201171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:19 smithi044 bash[32620]: audit 2023-12-07T13:55:19.441048+0000 mgr.a (mgr.24293) 9822 : audit 0 from='client.201171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:19 smithi027 bash[31536]: audit 2023-12-07T13:55:19.441048+0000 mgr.a (mgr.24293) 9822 : audit 0 from='client.201171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:20 smithi022 bash[28554]: cluster 2023-12-07T13:55:20.020795+0000 mgr.a (mgr.24293) 9823 : cluster 0 pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:20 smithi044 bash[32620]: cluster 2023-12-07T13:55:20.020795+0000 mgr.a (mgr.24293) 9823 : cluster 0 pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:20 smithi027 bash[31536]: cluster 2023-12-07T13:55:20.020795+0000 mgr.a (mgr.24293) 9823 : cluster 0 pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:23 smithi022 bash[28554]: cluster 2023-12-07T13:55:22.021663+0000 mgr.a (mgr.24293) 9824 : cluster 0 pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:23 smithi044 bash[32620]: cluster 2023-12-07T13:55:22.021663+0000 mgr.a (mgr.24293) 9824 : cluster 0 pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:23 smithi027 bash[31536]: cluster 2023-12-07T13:55:22.021663+0000 mgr.a (mgr.24293) 9824 : cluster 0 pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:24.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:24.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:24.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:25 smithi022 bash[28554]: cluster 2023-12-07T13:55:24.022239+0000 mgr.a (mgr.24293) 9825 : cluster 0 pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:25 smithi044 bash[32620]: cluster 2023-12-07T13:55:24.022239+0000 mgr.a (mgr.24293) 9825 : cluster 0 pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:25 smithi027 bash[31536]: cluster 2023-12-07T13:55:24.022239+0000 mgr.a (mgr.24293) 9825 : cluster 0 pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:25.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:25.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:25.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:26 smithi044 bash[32620]: audit 2023-12-07T13:55:25.368713+0000 mgr.a (mgr.24293) 9826 : audit 0 from='client.201249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:26 smithi022 bash[28554]: audit 2023-12-07T13:55:25.368713+0000 mgr.a (mgr.24293) 9826 : audit 0 from='client.201249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:26.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:26 smithi027 bash[31536]: audit 2023-12-07T13:55:25.368713+0000 mgr.a (mgr.24293) 9826 : audit 0 from='client.201249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:27 smithi044 bash[32620]: cluster 2023-12-07T13:55:26.023363+0000 mgr.a (mgr.24293) 9827 : 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-07T13:55:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:27 smithi022 bash[28554]: cluster 2023-12-07T13:55:26.023363+0000 mgr.a (mgr.24293) 9827 : 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-07T13:55:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:27 smithi027 bash[31536]: cluster 2023-12-07T13:55:26.023363+0000 mgr.a (mgr.24293) 9827 : 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-07T13:55:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:28 smithi044 bash[32620]: cluster 2023-12-07T13:55:28.023959+0000 mgr.a (mgr.24293) 9828 : cluster 0 pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:28 smithi022 bash[28554]: cluster 2023-12-07T13:55:28.023959+0000 mgr.a (mgr.24293) 9828 : cluster 0 pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:28 smithi027 bash[31536]: cluster 2023-12-07T13:55:28.023959+0000 mgr.a (mgr.24293) 9828 : cluster 0 pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:30.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:30.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:30.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:31 smithi022 bash[28554]: cluster 2023-12-07T13:55:30.024510+0000 mgr.a (mgr.24293) 9829 : cluster 0 pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:31 smithi044 bash[32620]: cluster 2023-12-07T13:55:30.024510+0000 mgr.a (mgr.24293) 9829 : cluster 0 pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:31 smithi027 bash[31536]: cluster 2023-12-07T13:55:30.024510+0000 mgr.a (mgr.24293) 9829 : cluster 0 pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:31.825 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:31.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:31.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:31.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:31.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:32 smithi044 bash[32620]: audit 2023-12-07T13:55:31.317343+0000 mgr.a (mgr.24293) 9830 : audit 0 from='client.201327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:32 smithi022 bash[28554]: audit 2023-12-07T13:55:31.317343+0000 mgr.a (mgr.24293) 9830 : audit 0 from='client.201327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:32 smithi027 bash[31536]: audit 2023-12-07T13:55:31.317343+0000 mgr.a (mgr.24293) 9830 : audit 0 from='client.201327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:33 smithi044 bash[32620]: cluster 2023-12-07T13:55:32.025593+0000 mgr.a (mgr.24293) 9831 : cluster 0 pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:33 smithi022 bash[28554]: cluster 2023-12-07T13:55:32.025593+0000 mgr.a (mgr.24293) 9831 : cluster 0 pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:33 smithi027 bash[31536]: cluster 2023-12-07T13:55:32.025593+0000 mgr.a (mgr.24293) 9831 : cluster 0 pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:35 smithi044 bash[32620]: cluster 2023-12-07T13:55:34.026186+0000 mgr.a (mgr.24293) 9832 : cluster 0 pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:35 smithi022 bash[28554]: cluster 2023-12-07T13:55:34.026186+0000 mgr.a (mgr.24293) 9832 : cluster 0 pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:35 smithi027 bash[31536]: cluster 2023-12-07T13:55:34.026186+0000 mgr.a (mgr.24293) 9832 : cluster 0 pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:36.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:36.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:36.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:37 smithi022 bash[28554]: cluster 2023-12-07T13:55:36.026958+0000 mgr.a (mgr.24293) 9833 : cluster 0 pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:37 smithi044 bash[32620]: cluster 2023-12-07T13:55:36.026958+0000 mgr.a (mgr.24293) 9833 : cluster 0 pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:37 smithi027 bash[31536]: cluster 2023-12-07T13:55:36.026958+0000 mgr.a (mgr.24293) 9833 : cluster 0 pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:37.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:38 smithi044 bash[32620]: audit 2023-12-07T13:55:37.241660+0000 mgr.a (mgr.24293) 9834 : audit 0 from='client.201405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:38 smithi022 bash[28554]: audit 2023-12-07T13:55:37.241660+0000 mgr.a (mgr.24293) 9834 : audit 0 from='client.201405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:38 smithi027 bash[31536]: audit 2023-12-07T13:55:37.241660+0000 mgr.a (mgr.24293) 9834 : audit 0 from='client.201405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:39 smithi044 bash[32620]: cluster 2023-12-07T13:55:38.027688+0000 mgr.a (mgr.24293) 9835 : 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-07T13:55:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:39 smithi022 bash[28554]: cluster 2023-12-07T13:55:38.027688+0000 mgr.a (mgr.24293) 9835 : 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-07T13:55:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:39 smithi027 bash[31536]: cluster 2023-12-07T13:55:38.027688+0000 mgr.a (mgr.24293) 9835 : 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-07T13:55:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:41 smithi044 bash[32620]: cluster 2023-12-07T13:55:40.028212+0000 mgr.a (mgr.24293) 9836 : 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-07T13:55:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:41 smithi022 bash[28554]: cluster 2023-12-07T13:55:40.028212+0000 mgr.a (mgr.24293) 9836 : 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-07T13:55:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:41 smithi027 bash[31536]: cluster 2023-12-07T13:55:40.028212+0000 mgr.a (mgr.24293) 9836 : 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-07T13:55:42.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:42.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:42.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:43 smithi022 bash[28554]: cluster 2023-12-07T13:55:42.029013+0000 mgr.a (mgr.24293) 9837 : 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-07T13:55:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:43 smithi044 bash[32620]: cluster 2023-12-07T13:55:42.029013+0000 mgr.a (mgr.24293) 9837 : 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-07T13:55:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:43 smithi027 bash[31536]: cluster 2023-12-07T13:55:42.029013+0000 mgr.a (mgr.24293) 9837 : 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-07T13:55:43.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:43.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:43.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:43.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:43.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:44 smithi044 bash[32620]: audit 2023-12-07T13:55:43.159315+0000 mgr.a (mgr.24293) 9838 : audit 0 from='client.201483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:44 smithi022 bash[28554]: audit 2023-12-07T13:55:43.159315+0000 mgr.a (mgr.24293) 9838 : audit 0 from='client.201483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:44 smithi027 bash[31536]: audit 2023-12-07T13:55:43.159315+0000 mgr.a (mgr.24293) 9838 : audit 0 from='client.201483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:45 smithi022 bash[28554]: cluster 2023-12-07T13:55:44.029719+0000 mgr.a (mgr.24293) 9839 : 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-07T13:55:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:45 smithi044 bash[32620]: cluster 2023-12-07T13:55:44.029719+0000 mgr.a (mgr.24293) 9839 : 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-07T13:55:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:45 smithi027 bash[31536]: cluster 2023-12-07T13:55:44.029719+0000 mgr.a (mgr.24293) 9839 : 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-07T13:55:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:47 smithi022 bash[28554]: cluster 2023-12-07T13:55:46.030539+0000 mgr.a (mgr.24293) 9840 : cluster 0 pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:47 smithi044 bash[32620]: cluster 2023-12-07T13:55:46.030539+0000 mgr.a (mgr.24293) 9840 : cluster 0 pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:47 smithi027 bash[31536]: cluster 2023-12-07T13:55:46.030539+0000 mgr.a (mgr.24293) 9840 : cluster 0 pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:48.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:48.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:48.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:48 smithi022 bash[28554]: cluster 2023-12-07T13:55:48.031140+0000 mgr.a (mgr.24293) 9841 : cluster 0 pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:48 smithi044 bash[32620]: cluster 2023-12-07T13:55:48.031140+0000 mgr.a (mgr.24293) 9841 : cluster 0 pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:48 smithi027 bash[31536]: cluster 2023-12-07T13:55:48.031140+0000 mgr.a (mgr.24293) 9841 : cluster 0 pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:49.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:49.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:49.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:49.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:49.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:49 smithi022 bash[28554]: audit 2023-12-07T13:55:49.099099+0000 mgr.a (mgr.24293) 9842 : audit 0 from='client.201558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:49 smithi044 bash[32620]: audit 2023-12-07T13:55:49.099099+0000 mgr.a (mgr.24293) 9842 : audit 0 from='client.201558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:49 smithi027 bash[31536]: audit 2023-12-07T13:55:49.099099+0000 mgr.a (mgr.24293) 9842 : audit 0 from='client.201558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:50 smithi022 bash[28554]: cluster 2023-12-07T13:55:50.031862+0000 mgr.a (mgr.24293) 9843 : cluster 0 pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:50 smithi044 bash[32620]: cluster 2023-12-07T13:55:50.031862+0000 mgr.a (mgr.24293) 9843 : cluster 0 pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:50 smithi027 bash[31536]: cluster 2023-12-07T13:55:50.031862+0000 mgr.a (mgr.24293) 9843 : cluster 0 pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:53 smithi022 bash[28554]: cluster 2023-12-07T13:55:52.032632+0000 mgr.a (mgr.24293) 9844 : cluster 0 pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:53 smithi022 bash[28554]: audit 2023-12-07T13:55:52.654121+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:55:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:53 smithi044 bash[32620]: cluster 2023-12-07T13:55:52.032632+0000 mgr.a (mgr.24293) 9844 : cluster 0 pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:53 smithi044 bash[32620]: audit 2023-12-07T13:55:52.654121+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:55:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:53 smithi027 bash[31536]: cluster 2023-12-07T13:55:52.032632+0000 mgr.a (mgr.24293) 9844 : cluster 0 pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:53 smithi027 bash[31536]: audit 2023-12-07T13:55:52.654121+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:55:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.183105+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.188126+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.191723+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.196478+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.936359+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:55:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.938360+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:55:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:54 smithi027 bash[31536]: audit 2023-12-07T13:55:53.948684+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:55:54.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:54.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.183105+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.188126+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.191723+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.196478+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.936359+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.938360+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:55:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:54 smithi022 bash[28554]: audit 2023-12-07T13:55:53.948684+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.183105+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.188126+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.191723+0000 mon.a (mon.0) 1820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.196478+0000 mon.a (mon.0) 1821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.936359+0000 mon.a (mon.0) 1822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.938360+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:55:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:54 smithi044 bash[32620]: audit 2023-12-07T13:55:53.948684+0000 mon.a (mon.0) 1824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:55:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:55 smithi027 bash[31536]: cluster 2023-12-07T13:55:54.033016+0000 mgr.a (mgr.24293) 9845 : cluster 0 pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:55.581 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:55:55.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:55.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:55.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:55:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:55 smithi022 bash[28554]: cluster 2023-12-07T13:55:54.033016+0000 mgr.a (mgr.24293) 9845 : cluster 0 pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:55 smithi044 bash[32620]: cluster 2023-12-07T13:55:54.033016+0000 mgr.a (mgr.24293) 9845 : cluster 0 pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:56 smithi027 bash[31536]: audit 2023-12-07T13:55:55.030127+0000 mgr.a (mgr.24293) 9846 : audit 0 from='client.201630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:56 smithi044 bash[32620]: audit 2023-12-07T13:55:55.030127+0000 mgr.a (mgr.24293) 9846 : audit 0 from='client.201630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:56 smithi022 bash[28554]: audit 2023-12-07T13:55:55.030127+0000 mgr.a (mgr.24293) 9846 : audit 0 from='client.201630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:57 smithi027 bash[31536]: cluster 2023-12-07T13:55:56.033971+0000 mgr.a (mgr.24293) 9847 : cluster 0 pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:55:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:57 smithi022 bash[28554]: cluster 2023-12-07T13:55:56.033971+0000 mgr.a (mgr.24293) 9847 : cluster 0 pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:55:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:57 smithi044 bash[32620]: cluster 2023-12-07T13:55:56.033971+0000 mgr.a (mgr.24293) 9847 : cluster 0 pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:55:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:55:58 smithi044 bash[32620]: cluster 2023-12-07T13:55:58.034560+0000 mgr.a (mgr.24293) 9848 : cluster 0 pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:55:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:55:58 smithi022 bash[28554]: cluster 2023-12-07T13:55:58.034560+0000 mgr.a (mgr.24293) 9848 : cluster 0 pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:55:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:55:58 smithi027 bash[31536]: cluster 2023-12-07T13:55:58.034560+0000 mgr.a (mgr.24293) 9848 : cluster 0 pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:56:00.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:00.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:00.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:01 smithi022 bash[28554]: cluster 2023-12-07T13:56:00.035097+0000 mgr.a (mgr.24293) 9849 : cluster 0 pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:56:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:01 smithi044 bash[32620]: cluster 2023-12-07T13:56:00.035097+0000 mgr.a (mgr.24293) 9849 : cluster 0 pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:56:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:01 smithi027 bash[31536]: cluster 2023-12-07T13:56:00.035097+0000 mgr.a (mgr.24293) 9849 : cluster 0 pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:56:01.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:02 smithi022 bash[28554]: audit 2023-12-07T13:56:00.992680+0000 mgr.a (mgr.24293) 9850 : audit 0 from='client.201705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:02 smithi044 bash[32620]: audit 2023-12-07T13:56:00.992680+0000 mgr.a (mgr.24293) 9850 : audit 0 from='client.201705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:02 smithi027 bash[31536]: audit 2023-12-07T13:56:00.992680+0000 mgr.a (mgr.24293) 9850 : audit 0 from='client.201705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:03 smithi022 bash[28554]: cluster 2023-12-07T13:56:02.036322+0000 mgr.a (mgr.24293) 9851 : cluster 0 pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:03 smithi044 bash[32620]: cluster 2023-12-07T13:56:02.036322+0000 mgr.a (mgr.24293) 9851 : cluster 0 pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:03 smithi027 bash[31536]: cluster 2023-12-07T13:56:02.036322+0000 mgr.a (mgr.24293) 9851 : cluster 0 pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:05 smithi022 bash[28554]: cluster 2023-12-07T13:56:04.036938+0000 mgr.a (mgr.24293) 9852 : cluster 0 pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:05 smithi044 bash[32620]: cluster 2023-12-07T13:56:04.036938+0000 mgr.a (mgr.24293) 9852 : cluster 0 pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:05 smithi027 bash[31536]: cluster 2023-12-07T13:56:04.036938+0000 mgr.a (mgr.24293) 9852 : cluster 0 pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:06.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:06.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:06.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:07 smithi022 bash[28554]: cluster 2023-12-07T13:56:06.037683+0000 mgr.a (mgr.24293) 9853 : cluster 0 pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:07 smithi044 bash[32620]: cluster 2023-12-07T13:56:06.037683+0000 mgr.a (mgr.24293) 9853 : cluster 0 pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:07 smithi027 bash[31536]: cluster 2023-12-07T13:56:06.037683+0000 mgr.a (mgr.24293) 9853 : cluster 0 pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:07.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:07.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:08 smithi044 bash[32620]: audit 2023-12-07T13:56:06.956608+0000 mgr.a (mgr.24293) 9854 : audit 0 from='client.201783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:08 smithi022 bash[28554]: audit 2023-12-07T13:56:06.956608+0000 mgr.a (mgr.24293) 9854 : audit 0 from='client.201783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:08 smithi027 bash[31536]: audit 2023-12-07T13:56:06.956608+0000 mgr.a (mgr.24293) 9854 : audit 0 from='client.201783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:09 smithi022 bash[28554]: cluster 2023-12-07T13:56:08.038331+0000 mgr.a (mgr.24293) 9855 : cluster 0 pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:09 smithi044 bash[32620]: cluster 2023-12-07T13:56:08.038331+0000 mgr.a (mgr.24293) 9855 : cluster 0 pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:09 smithi027 bash[31536]: cluster 2023-12-07T13:56:08.038331+0000 mgr.a (mgr.24293) 9855 : cluster 0 pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:11 smithi044 bash[32620]: cluster 2023-12-07T13:56:10.038951+0000 mgr.a (mgr.24293) 9856 : cluster 0 pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:11 smithi022 bash[28554]: cluster 2023-12-07T13:56:10.038951+0000 mgr.a (mgr.24293) 9856 : cluster 0 pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:11 smithi027 bash[31536]: cluster 2023-12-07T13:56:10.038951+0000 mgr.a (mgr.24293) 9856 : cluster 0 pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:12.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:12.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:12.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:13.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:13.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:13.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:13.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:13.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:13 smithi022 bash[28554]: cluster 2023-12-07T13:56:12.039803+0000 mgr.a (mgr.24293) 9857 : cluster 0 pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:56:13.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:13 smithi044 bash[32620]: cluster 2023-12-07T13:56:12.039803+0000 mgr.a (mgr.24293) 9857 : cluster 0 pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:56:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:13 smithi027 bash[31536]: cluster 2023-12-07T13:56:12.039803+0000 mgr.a (mgr.24293) 9857 : cluster 0 pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:56:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:14 smithi044 bash[32620]: audit 2023-12-07T13:56:12.889997+0000 mgr.a (mgr.24293) 9858 : audit 0 from='client.201861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:14 smithi022 bash[28554]: audit 2023-12-07T13:56:12.889997+0000 mgr.a (mgr.24293) 9858 : audit 0 from='client.201861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:14 smithi027 bash[31536]: audit 2023-12-07T13:56:12.889997+0000 mgr.a (mgr.24293) 9858 : audit 0 from='client.201861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:15 smithi044 bash[32620]: cluster 2023-12-07T13:56:14.040434+0000 mgr.a (mgr.24293) 9859 : 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-07T13:56:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:15 smithi022 bash[28554]: cluster 2023-12-07T13:56:14.040434+0000 mgr.a (mgr.24293) 9859 : 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-07T13:56:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:15 smithi027 bash[31536]: cluster 2023-12-07T13:56:14.040434+0000 mgr.a (mgr.24293) 9859 : 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-07T13:56:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:17 smithi044 bash[32620]: cluster 2023-12-07T13:56:16.041283+0000 mgr.a (mgr.24293) 9860 : 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-07T13:56:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:17 smithi022 bash[28554]: cluster 2023-12-07T13:56:16.041283+0000 mgr.a (mgr.24293) 9860 : 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-07T13:56:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:17 smithi027 bash[31536]: cluster 2023-12-07T13:56:16.041283+0000 mgr.a (mgr.24293) 9860 : 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-07T13:56:18.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:18.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:18.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:18 smithi022 bash[28554]: cluster 2023-12-07T13:56:18.041810+0000 mgr.a (mgr.24293) 9861 : 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-07T13:56:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:18 smithi044 bash[32620]: cluster 2023-12-07T13:56:18.041810+0000 mgr.a (mgr.24293) 9861 : 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-07T13:56:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:18 smithi027 bash[31536]: cluster 2023-12-07T13:56:18.041810+0000 mgr.a (mgr.24293) 9861 : 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-07T13:56:19.365 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:19.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:19.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:19.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:19.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:19 smithi044 bash[32620]: audit 2023-12-07T13:56:18.838825+0000 mgr.a (mgr.24293) 9862 : audit 0 from='client.201939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:19 smithi022 bash[28554]: audit 2023-12-07T13:56:18.838825+0000 mgr.a (mgr.24293) 9862 : audit 0 from='client.201939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:19 smithi027 bash[31536]: audit 2023-12-07T13:56:18.838825+0000 mgr.a (mgr.24293) 9862 : audit 0 from='client.201939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:20 smithi044 bash[32620]: cluster 2023-12-07T13:56:20.042434+0000 mgr.a (mgr.24293) 9863 : 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-07T13:56:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:20 smithi022 bash[28554]: cluster 2023-12-07T13:56:20.042434+0000 mgr.a (mgr.24293) 9863 : 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-07T13:56:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:20 smithi027 bash[31536]: cluster 2023-12-07T13:56:20.042434+0000 mgr.a (mgr.24293) 9863 : 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-07T13:56:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:23 smithi022 bash[28554]: cluster 2023-12-07T13:56:22.043280+0000 mgr.a (mgr.24293) 9864 : cluster 0 pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:23 smithi044 bash[32620]: cluster 2023-12-07T13:56:22.043280+0000 mgr.a (mgr.24293) 9864 : cluster 0 pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:23 smithi027 bash[31536]: cluster 2023-12-07T13:56:22.043280+0000 mgr.a (mgr.24293) 9864 : cluster 0 pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:24.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:24.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:24.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:25.328 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:25.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:25.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:25.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:25.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:25 smithi044 bash[32620]: cluster 2023-12-07T13:56:24.043860+0000 mgr.a (mgr.24293) 9865 : cluster 0 pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:25 smithi022 bash[28554]: cluster 2023-12-07T13:56:24.043860+0000 mgr.a (mgr.24293) 9865 : cluster 0 pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:25 smithi027 bash[31536]: cluster 2023-12-07T13:56:24.043860+0000 mgr.a (mgr.24293) 9865 : cluster 0 pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:26 smithi044 bash[32620]: audit 2023-12-07T13:56:24.782992+0000 mgr.a (mgr.24293) 9866 : audit 0 from='client.202011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:26 smithi022 bash[28554]: audit 2023-12-07T13:56:24.782992+0000 mgr.a (mgr.24293) 9866 : audit 0 from='client.202011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:26 smithi027 bash[31536]: audit 2023-12-07T13:56:24.782992+0000 mgr.a (mgr.24293) 9866 : audit 0 from='client.202011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:27 smithi044 bash[32620]: cluster 2023-12-07T13:56:26.044708+0000 mgr.a (mgr.24293) 9867 : cluster 0 pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:27 smithi022 bash[28554]: cluster 2023-12-07T13:56:26.044708+0000 mgr.a (mgr.24293) 9867 : cluster 0 pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:27 smithi027 bash[31536]: cluster 2023-12-07T13:56:26.044708+0000 mgr.a (mgr.24293) 9867 : cluster 0 pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:28 smithi044 bash[32620]: cluster 2023-12-07T13:56:28.045276+0000 mgr.a (mgr.24293) 9868 : cluster 0 pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:28 smithi022 bash[28554]: cluster 2023-12-07T13:56:28.045276+0000 mgr.a (mgr.24293) 9868 : cluster 0 pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:28 smithi027 bash[31536]: cluster 2023-12-07T13:56:28.045276+0000 mgr.a (mgr.24293) 9868 : cluster 0 pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:30.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:30.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:30.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:31.296 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:31.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:31.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:31.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:31.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:31 smithi022 bash[28554]: cluster 2023-12-07T13:56:30.045830+0000 mgr.a (mgr.24293) 9869 : cluster 0 pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:31 smithi044 bash[32620]: cluster 2023-12-07T13:56:30.045830+0000 mgr.a (mgr.24293) 9869 : cluster 0 pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:31 smithi027 bash[31536]: cluster 2023-12-07T13:56:30.045830+0000 mgr.a (mgr.24293) 9869 : cluster 0 pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:32 smithi044 bash[32620]: audit 2023-12-07T13:56:30.745766+0000 mgr.a (mgr.24293) 9870 : audit 0 from='client.166598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:32 smithi022 bash[28554]: audit 2023-12-07T13:56:30.745766+0000 mgr.a (mgr.24293) 9870 : audit 0 from='client.166598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:32 smithi027 bash[31536]: audit 2023-12-07T13:56:30.745766+0000 mgr.a (mgr.24293) 9870 : audit 0 from='client.166598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:33 smithi022 bash[28554]: cluster 2023-12-07T13:56:32.046829+0000 mgr.a (mgr.24293) 9871 : 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-07T13:56:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:33 smithi044 bash[32620]: cluster 2023-12-07T13:56:32.046829+0000 mgr.a (mgr.24293) 9871 : 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-07T13:56:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:33 smithi027 bash[31536]: cluster 2023-12-07T13:56:32.046829+0000 mgr.a (mgr.24293) 9871 : 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-07T13:56:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:35 smithi022 bash[28554]: cluster 2023-12-07T13:56:34.047398+0000 mgr.a (mgr.24293) 9872 : cluster 0 pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:35 smithi044 bash[32620]: cluster 2023-12-07T13:56:34.047398+0000 mgr.a (mgr.24293) 9872 : cluster 0 pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:35 smithi027 bash[31536]: cluster 2023-12-07T13:56:34.047398+0000 mgr.a (mgr.24293) 9872 : cluster 0 pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:36.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:36.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:36.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:37.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:37.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:37.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:37.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:37.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:37 smithi044 bash[32620]: cluster 2023-12-07T13:56:36.048278+0000 mgr.a (mgr.24293) 9873 : cluster 0 pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:37 smithi022 bash[28554]: cluster 2023-12-07T13:56:36.048278+0000 mgr.a (mgr.24293) 9873 : cluster 0 pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:37 smithi027 bash[31536]: cluster 2023-12-07T13:56:36.048278+0000 mgr.a (mgr.24293) 9873 : cluster 0 pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:38 smithi044 bash[32620]: audit 2023-12-07T13:56:36.698954+0000 mgr.a (mgr.24293) 9874 : audit 0 from='client.202161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:38 smithi022 bash[28554]: audit 2023-12-07T13:56:36.698954+0000 mgr.a (mgr.24293) 9874 : audit 0 from='client.202161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:38 smithi027 bash[31536]: audit 2023-12-07T13:56:36.698954+0000 mgr.a (mgr.24293) 9874 : audit 0 from='client.202161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:39 smithi022 bash[28554]: cluster 2023-12-07T13:56:38.049026+0000 mgr.a (mgr.24293) 9875 : cluster 0 pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:39 smithi044 bash[32620]: cluster 2023-12-07T13:56:38.049026+0000 mgr.a (mgr.24293) 9875 : cluster 0 pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:39 smithi027 bash[31536]: cluster 2023-12-07T13:56:38.049026+0000 mgr.a (mgr.24293) 9875 : cluster 0 pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:41 smithi022 bash[28554]: cluster 2023-12-07T13:56:40.049626+0000 mgr.a (mgr.24293) 9876 : cluster 0 pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:41 smithi044 bash[32620]: cluster 2023-12-07T13:56:40.049626+0000 mgr.a (mgr.24293) 9876 : cluster 0 pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:41 smithi027 bash[31536]: cluster 2023-12-07T13:56:40.049626+0000 mgr.a (mgr.24293) 9876 : cluster 0 pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:42.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:42.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:42.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:43.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:43.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:43.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:43.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:43.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:43 smithi022 bash[28554]: cluster 2023-12-07T13:56:42.050592+0000 mgr.a (mgr.24293) 9877 : cluster 0 pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:43 smithi044 bash[32620]: cluster 2023-12-07T13:56:42.050592+0000 mgr.a (mgr.24293) 9877 : cluster 0 pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:43 smithi027 bash[31536]: cluster 2023-12-07T13:56:42.050592+0000 mgr.a (mgr.24293) 9877 : cluster 0 pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:44 smithi022 bash[28554]: audit 2023-12-07T13:56:42.624419+0000 mgr.a (mgr.24293) 9878 : audit 0 from='client.202233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:44 smithi044 bash[32620]: audit 2023-12-07T13:56:42.624419+0000 mgr.a (mgr.24293) 9878 : audit 0 from='client.202233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:44 smithi027 bash[31536]: audit 2023-12-07T13:56:42.624419+0000 mgr.a (mgr.24293) 9878 : audit 0 from='client.202233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:45 smithi044 bash[32620]: cluster 2023-12-07T13:56:44.051377+0000 mgr.a (mgr.24293) 9879 : 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-07T13:56:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:45 smithi022 bash[28554]: cluster 2023-12-07T13:56:44.051377+0000 mgr.a (mgr.24293) 9879 : 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-07T13:56:45.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:45 smithi027 bash[31536]: cluster 2023-12-07T13:56:44.051377+0000 mgr.a (mgr.24293) 9879 : 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-07T13:56:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:47 smithi044 bash[32620]: cluster 2023-12-07T13:56:46.052182+0000 mgr.a (mgr.24293) 9880 : 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-07T13:56:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:47 smithi022 bash[28554]: cluster 2023-12-07T13:56:46.052182+0000 mgr.a (mgr.24293) 9880 : 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-07T13:56:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:47 smithi027 bash[31536]: cluster 2023-12-07T13:56:46.052182+0000 mgr.a (mgr.24293) 9880 : 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-07T13:56:48.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:48.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:48.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:49.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:49.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:49.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:49.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:49.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:48 smithi022 bash[28554]: cluster 2023-12-07T13:56:48.052741+0000 mgr.a (mgr.24293) 9881 : 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-07T13:56:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:48 smithi022 bash[28554]: audit 2023-12-07T13:56:48.564563+0000 mgr.a (mgr.24293) 9882 : audit 0 from='client.202311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:48 smithi044 bash[32620]: cluster 2023-12-07T13:56:48.052741+0000 mgr.a (mgr.24293) 9881 : 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-07T13:56:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:48 smithi044 bash[32620]: audit 2023-12-07T13:56:48.564563+0000 mgr.a (mgr.24293) 9882 : audit 0 from='client.202311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:48 smithi027 bash[31536]: cluster 2023-12-07T13:56:48.052741+0000 mgr.a (mgr.24293) 9881 : 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-07T13:56:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:48 smithi027 bash[31536]: audit 2023-12-07T13:56:48.564563+0000 mgr.a (mgr.24293) 9882 : audit 0 from='client.202311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:51 smithi022 bash[28554]: cluster 2023-12-07T13:56:50.053476+0000 mgr.a (mgr.24293) 9883 : 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-07T13:56:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:51 smithi044 bash[32620]: cluster 2023-12-07T13:56:50.053476+0000 mgr.a (mgr.24293) 9883 : 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-07T13:56:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:51 smithi027 bash[31536]: cluster 2023-12-07T13:56:50.053476+0000 mgr.a (mgr.24293) 9883 : 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-07T13:56:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:53 smithi044 bash[32620]: cluster 2023-12-07T13:56:52.054321+0000 mgr.a (mgr.24293) 9884 : cluster 0 pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:53 smithi022 bash[28554]: cluster 2023-12-07T13:56:52.054321+0000 mgr.a (mgr.24293) 9884 : cluster 0 pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:53 smithi027 bash[31536]: cluster 2023-12-07T13:56:52.054321+0000 mgr.a (mgr.24293) 9884 : cluster 0 pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:54.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:56:54.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:54.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:54 smithi022 bash[28554]: audit 2023-12-07T13:56:54.051142+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:56:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:54 smithi044 bash[32620]: audit 2023-12-07T13:56:54.051142+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:56:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:54 smithi027 bash[31536]: audit 2023-12-07T13:56:54.051142+0000 mon.a (mon.0) 1825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:56:55.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:55.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:55.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:55.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:56:55.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:56:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:55 smithi022 bash[28554]: cluster 2023-12-07T13:56:54.054840+0000 mgr.a (mgr.24293) 9885 : cluster 0 pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:55 smithi022 bash[28554]: audit 2023-12-07T13:56:54.532767+0000 mgr.a (mgr.24293) 9886 : audit 0 from='client.202389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:55 smithi022 bash[28554]: audit 2023-12-07T13:56:54.893487+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:56:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:55 smithi022 bash[28554]: audit 2023-12-07T13:56:54.895430+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:56:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:55 smithi022 bash[28554]: audit 2023-12-07T13:56:54.904830+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:56:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:55 smithi044 bash[32620]: cluster 2023-12-07T13:56:54.054840+0000 mgr.a (mgr.24293) 9885 : cluster 0 pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:55 smithi044 bash[32620]: audit 2023-12-07T13:56:54.532767+0000 mgr.a (mgr.24293) 9886 : audit 0 from='client.202389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:55 smithi044 bash[32620]: audit 2023-12-07T13:56:54.893487+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:56:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:55 smithi044 bash[32620]: audit 2023-12-07T13:56:54.895430+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:56:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:55 smithi044 bash[32620]: audit 2023-12-07T13:56:54.904830+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:56:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:55 smithi027 bash[31536]: cluster 2023-12-07T13:56:54.054840+0000 mgr.a (mgr.24293) 9885 : cluster 0 pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:55 smithi027 bash[31536]: audit 2023-12-07T13:56:54.532767+0000 mgr.a (mgr.24293) 9886 : audit 0 from='client.202389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:55 smithi027 bash[31536]: audit 2023-12-07T13:56:54.893487+0000 mon.a (mon.0) 1826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:56:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:55 smithi027 bash[31536]: audit 2023-12-07T13:56:54.895430+0000 mon.a (mon.0) 1827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:56:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:55 smithi027 bash[31536]: audit 2023-12-07T13:56:54.904830+0000 mon.a (mon.0) 1828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:56:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:57 smithi022 bash[28554]: cluster 2023-12-07T13:56:56.055762+0000 mgr.a (mgr.24293) 9887 : cluster 0 pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:57 smithi044 bash[32620]: cluster 2023-12-07T13:56:56.055762+0000 mgr.a (mgr.24293) 9887 : cluster 0 pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:57 smithi027 bash[31536]: cluster 2023-12-07T13:56:56.055762+0000 mgr.a (mgr.24293) 9887 : cluster 0 pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:56:58 smithi022 bash[28554]: cluster 2023-12-07T13:56:58.056351+0000 mgr.a (mgr.24293) 9888 : cluster 0 pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:56:58 smithi044 bash[32620]: cluster 2023-12-07T13:56:58.056351+0000 mgr.a (mgr.24293) 9888 : cluster 0 pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:56:58 smithi027 bash[31536]: cluster 2023-12-07T13:56:58.056351+0000 mgr.a (mgr.24293) 9888 : cluster 0 pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:00.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:00.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:00.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:00.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:00.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:00.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:01 smithi022 bash[28554]: cluster 2023-12-07T13:57:00.056911+0000 mgr.a (mgr.24293) 9889 : cluster 0 pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:01 smithi022 bash[28554]: audit 2023-12-07T13:57:00.484793+0000 mgr.a (mgr.24293) 9890 : audit 0 from='client.202464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:01 smithi044 bash[32620]: cluster 2023-12-07T13:57:00.056911+0000 mgr.a (mgr.24293) 9889 : cluster 0 pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:01 smithi044 bash[32620]: audit 2023-12-07T13:57:00.484793+0000 mgr.a (mgr.24293) 9890 : audit 0 from='client.202464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:01 smithi027 bash[31536]: cluster 2023-12-07T13:57:00.056911+0000 mgr.a (mgr.24293) 9889 : cluster 0 pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:01 smithi027 bash[31536]: audit 2023-12-07T13:57:00.484793+0000 mgr.a (mgr.24293) 9890 : audit 0 from='client.202464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:03 smithi022 bash[28554]: cluster 2023-12-07T13:57:02.058001+0000 mgr.a (mgr.24293) 9891 : 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-07T13:57:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:03 smithi044 bash[32620]: cluster 2023-12-07T13:57:02.058001+0000 mgr.a (mgr.24293) 9891 : 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-07T13:57:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:03 smithi027 bash[31536]: cluster 2023-12-07T13:57:02.058001+0000 mgr.a (mgr.24293) 9891 : 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-07T13:57:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:05 smithi044 bash[32620]: cluster 2023-12-07T13:57:04.058613+0000 mgr.a (mgr.24293) 9892 : cluster 0 pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:05 smithi022 bash[28554]: cluster 2023-12-07T13:57:04.058613+0000 mgr.a (mgr.24293) 9892 : cluster 0 pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:05 smithi027 bash[31536]: cluster 2023-12-07T13:57:04.058613+0000 mgr.a (mgr.24293) 9892 : cluster 0 pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:05.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:05.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:05.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:06.890 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:06.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:06.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:06.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:06.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:07 smithi044 bash[32620]: cluster 2023-12-07T13:57:06.059323+0000 mgr.a (mgr.24293) 9893 : cluster 0 pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:07 smithi044 bash[32620]: audit 2023-12-07T13:57:06.383872+0000 mgr.a (mgr.24293) 9894 : audit 0 from='client.202542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:07 smithi022 bash[28554]: cluster 2023-12-07T13:57:06.059323+0000 mgr.a (mgr.24293) 9893 : cluster 0 pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:07 smithi022 bash[28554]: audit 2023-12-07T13:57:06.383872+0000 mgr.a (mgr.24293) 9894 : audit 0 from='client.202542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:07 smithi027 bash[31536]: cluster 2023-12-07T13:57:06.059323+0000 mgr.a (mgr.24293) 9893 : cluster 0 pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:07 smithi027 bash[31536]: audit 2023-12-07T13:57:06.383872+0000 mgr.a (mgr.24293) 9894 : audit 0 from='client.202542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:08 smithi022 bash[28554]: cluster 2023-12-07T13:57:08.060056+0000 mgr.a (mgr.24293) 9895 : cluster 0 pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:08 smithi044 bash[32620]: cluster 2023-12-07T13:57:08.060056+0000 mgr.a (mgr.24293) 9895 : cluster 0 pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:08 smithi027 bash[31536]: cluster 2023-12-07T13:57:08.060056+0000 mgr.a (mgr.24293) 9895 : cluster 0 pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:11 smithi044 bash[32620]: cluster 2023-12-07T13:57:10.060639+0000 mgr.a (mgr.24293) 9896 : cluster 0 pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:11 smithi022 bash[28554]: cluster 2023-12-07T13:57:10.060639+0000 mgr.a (mgr.24293) 9896 : cluster 0 pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:11 smithi027 bash[31536]: cluster 2023-12-07T13:57:10.060639+0000 mgr.a (mgr.24293) 9896 : cluster 0 pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:11.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:11.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:11.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:12.843 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:13 smithi022 bash[28554]: cluster 2023-12-07T13:57:12.061576+0000 mgr.a (mgr.24293) 9897 : cluster 0 pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:13 smithi022 bash[28554]: audit 2023-12-07T13:57:12.305999+0000 mgr.a (mgr.24293) 9898 : audit 0 from='client.202620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:13 smithi044 bash[32620]: cluster 2023-12-07T13:57:12.061576+0000 mgr.a (mgr.24293) 9897 : cluster 0 pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:13 smithi044 bash[32620]: audit 2023-12-07T13:57:12.305999+0000 mgr.a (mgr.24293) 9898 : audit 0 from='client.202620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:13 smithi027 bash[31536]: cluster 2023-12-07T13:57:12.061576+0000 mgr.a (mgr.24293) 9897 : cluster 0 pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:13 smithi027 bash[31536]: audit 2023-12-07T13:57:12.305999+0000 mgr.a (mgr.24293) 9898 : audit 0 from='client.202620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:15 smithi022 bash[28554]: cluster 2023-12-07T13:57:14.062246+0000 mgr.a (mgr.24293) 9899 : 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-07T13:57:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:15 smithi044 bash[32620]: cluster 2023-12-07T13:57:14.062246+0000 mgr.a (mgr.24293) 9899 : 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-07T13:57:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:15 smithi027 bash[31536]: cluster 2023-12-07T13:57:14.062246+0000 mgr.a (mgr.24293) 9899 : 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-07T13:57:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:17 smithi022 bash[28554]: cluster 2023-12-07T13:57:16.063133+0000 mgr.a (mgr.24293) 9900 : 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-07T13:57:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:17 smithi044 bash[32620]: cluster 2023-12-07T13:57:16.063133+0000 mgr.a (mgr.24293) 9900 : 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-07T13:57:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:17 smithi027 bash[31536]: cluster 2023-12-07T13:57:16.063133+0000 mgr.a (mgr.24293) 9900 : 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-07T13:57:17.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:17.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:17.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:18.807 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:18.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:18.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:18.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:18.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:18 smithi022 bash[28554]: cluster 2023-12-07T13:57:18.063735+0000 mgr.a (mgr.24293) 9901 : 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-07T13:57:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:18 smithi022 bash[28554]: audit 2023-12-07T13:57:18.263224+0000 mgr.a (mgr.24293) 9902 : audit 0 from='client.202698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:18 smithi044 bash[32620]: cluster 2023-12-07T13:57:18.063735+0000 mgr.a (mgr.24293) 9901 : 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-07T13:57:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:18 smithi044 bash[32620]: audit 2023-12-07T13:57:18.263224+0000 mgr.a (mgr.24293) 9902 : audit 0 from='client.202698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:18 smithi027 bash[31536]: cluster 2023-12-07T13:57:18.063735+0000 mgr.a (mgr.24293) 9901 : 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-07T13:57:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:18 smithi027 bash[31536]: audit 2023-12-07T13:57:18.263224+0000 mgr.a (mgr.24293) 9902 : audit 0 from='client.202698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:21 smithi044 bash[32620]: cluster 2023-12-07T13:57:20.064472+0000 mgr.a (mgr.24293) 9903 : 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-07T13:57:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:21 smithi022 bash[28554]: cluster 2023-12-07T13:57:20.064472+0000 mgr.a (mgr.24293) 9903 : 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-07T13:57:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:21 smithi027 bash[31536]: cluster 2023-12-07T13:57:20.064472+0000 mgr.a (mgr.24293) 9903 : 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-07T13:57:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:23 smithi044 bash[32620]: cluster 2023-12-07T13:57:22.065319+0000 mgr.a (mgr.24293) 9904 : 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-07T13:57:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:23 smithi022 bash[28554]: cluster 2023-12-07T13:57:22.065319+0000 mgr.a (mgr.24293) 9904 : 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-07T13:57:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:23 smithi027 bash[31536]: cluster 2023-12-07T13:57:22.065319+0000 mgr.a (mgr.24293) 9904 : 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-07T13:57:23.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:23.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:23.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:24.706 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:24.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:24.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:24.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:24.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:25 smithi022 bash[28554]: cluster 2023-12-07T13:57:24.065901+0000 mgr.a (mgr.24293) 9905 : 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-07T13:57:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:25 smithi022 bash[28554]: audit 2023-12-07T13:57:24.212916+0000 mgr.a (mgr.24293) 9906 : audit 0 from='client.202776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:25 smithi044 bash[32620]: cluster 2023-12-07T13:57:24.065901+0000 mgr.a (mgr.24293) 9905 : 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-07T13:57:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:25 smithi044 bash[32620]: audit 2023-12-07T13:57:24.212916+0000 mgr.a (mgr.24293) 9906 : audit 0 from='client.202776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:25 smithi027 bash[31536]: cluster 2023-12-07T13:57:24.065901+0000 mgr.a (mgr.24293) 9905 : 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-07T13:57:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:25 smithi027 bash[31536]: audit 2023-12-07T13:57:24.212916+0000 mgr.a (mgr.24293) 9906 : audit 0 from='client.202776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:27 smithi044 bash[32620]: cluster 2023-12-07T13:57:26.066827+0000 mgr.a (mgr.24293) 9907 : cluster 0 pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:27 smithi022 bash[28554]: cluster 2023-12-07T13:57:26.066827+0000 mgr.a (mgr.24293) 9907 : cluster 0 pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:27 smithi027 bash[31536]: cluster 2023-12-07T13:57:26.066827+0000 mgr.a (mgr.24293) 9907 : cluster 0 pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:28 smithi022 bash[28554]: cluster 2023-12-07T13:57:28.067344+0000 mgr.a (mgr.24293) 9908 : cluster 0 pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:28 smithi044 bash[32620]: cluster 2023-12-07T13:57:28.067344+0000 mgr.a (mgr.24293) 9908 : cluster 0 pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:28 smithi027 bash[31536]: cluster 2023-12-07T13:57:28.067344+0000 mgr.a (mgr.24293) 9908 : cluster 0 pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:29.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:29.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:29.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:30.639 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:30.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:30.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:30.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:30.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:31 smithi022 bash[28554]: cluster 2023-12-07T13:57:30.067919+0000 mgr.a (mgr.24293) 9909 : cluster 0 pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:31 smithi022 bash[28554]: audit 2023-12-07T13:57:30.113801+0000 mgr.a (mgr.24293) 9910 : audit 0 from='client.202851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:31 smithi044 bash[32620]: cluster 2023-12-07T13:57:30.067919+0000 mgr.a (mgr.24293) 9909 : cluster 0 pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:31 smithi044 bash[32620]: audit 2023-12-07T13:57:30.113801+0000 mgr.a (mgr.24293) 9910 : audit 0 from='client.202851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:31 smithi027 bash[31536]: cluster 2023-12-07T13:57:30.067919+0000 mgr.a (mgr.24293) 9909 : cluster 0 pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:31 smithi027 bash[31536]: audit 2023-12-07T13:57:30.113801+0000 mgr.a (mgr.24293) 9910 : audit 0 from='client.202851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:33 smithi022 bash[28554]: cluster 2023-12-07T13:57:32.069115+0000 mgr.a (mgr.24293) 9911 : cluster 0 pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:57:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:33 smithi044 bash[32620]: cluster 2023-12-07T13:57:32.069115+0000 mgr.a (mgr.24293) 9911 : cluster 0 pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:57:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:33 smithi027 bash[31536]: cluster 2023-12-07T13:57:32.069115+0000 mgr.a (mgr.24293) 9911 : cluster 0 pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:57:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:35 smithi044 bash[32620]: cluster 2023-12-07T13:57:34.069916+0000 mgr.a (mgr.24293) 9912 : cluster 0 pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:57:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:35 smithi022 bash[28554]: cluster 2023-12-07T13:57:34.069916+0000 mgr.a (mgr.24293) 9912 : cluster 0 pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:57:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:35 smithi027 bash[31536]: cluster 2023-12-07T13:57:34.069916+0000 mgr.a (mgr.24293) 9912 : cluster 0 pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:57:35.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:35.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:35.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:36.586 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:36.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:36.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:36.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:36.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:37 smithi022 bash[28554]: audit 2023-12-07T13:57:36.049952+0000 mgr.a (mgr.24293) 9913 : audit 0 from='client.202926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:37 smithi022 bash[28554]: cluster 2023-12-07T13:57:36.071250+0000 mgr.a (mgr.24293) 9914 : 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-07T13:57:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:37 smithi044 bash[32620]: audit 2023-12-07T13:57:36.049952+0000 mgr.a (mgr.24293) 9913 : audit 0 from='client.202926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:37 smithi044 bash[32620]: cluster 2023-12-07T13:57:36.071250+0000 mgr.a (mgr.24293) 9914 : 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-07T13:57:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:37 smithi027 bash[31536]: audit 2023-12-07T13:57:36.049952+0000 mgr.a (mgr.24293) 9913 : audit 0 from='client.202926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:37 smithi027 bash[31536]: cluster 2023-12-07T13:57:36.071250+0000 mgr.a (mgr.24293) 9914 : 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-07T13:57:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:38 smithi022 bash[28554]: cluster 2023-12-07T13:57:38.071979+0000 mgr.a (mgr.24293) 9915 : cluster 0 pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:38 smithi044 bash[32620]: cluster 2023-12-07T13:57:38.071979+0000 mgr.a (mgr.24293) 9915 : cluster 0 pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:38 smithi027 bash[31536]: cluster 2023-12-07T13:57:38.071979+0000 mgr.a (mgr.24293) 9915 : cluster 0 pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:41 smithi022 bash[28554]: cluster 2023-12-07T13:57:40.072542+0000 mgr.a (mgr.24293) 9916 : cluster 0 pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:41 smithi044 bash[32620]: cluster 2023-12-07T13:57:40.072542+0000 mgr.a (mgr.24293) 9916 : cluster 0 pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:41 smithi027 bash[31536]: cluster 2023-12-07T13:57:40.072542+0000 mgr.a (mgr.24293) 9916 : cluster 0 pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:41.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:41.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:41.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:42.535 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:42.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:42.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:42.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:42.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:43 smithi022 bash[28554]: audit 2023-12-07T13:57:41.995366+0000 mgr.a (mgr.24293) 9917 : audit 0 from='client.203004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:43 smithi022 bash[28554]: cluster 2023-12-07T13:57:42.073679+0000 mgr.a (mgr.24293) 9918 : cluster 0 pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:43 smithi044 bash[32620]: audit 2023-12-07T13:57:41.995366+0000 mgr.a (mgr.24293) 9917 : audit 0 from='client.203004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:43 smithi044 bash[32620]: cluster 2023-12-07T13:57:42.073679+0000 mgr.a (mgr.24293) 9918 : cluster 0 pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:43 smithi027 bash[31536]: audit 2023-12-07T13:57:41.995366+0000 mgr.a (mgr.24293) 9917 : audit 0 from='client.203004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:43 smithi027 bash[31536]: cluster 2023-12-07T13:57:42.073679+0000 mgr.a (mgr.24293) 9918 : cluster 0 pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:45 smithi044 bash[32620]: cluster 2023-12-07T13:57:44.074409+0000 mgr.a (mgr.24293) 9919 : cluster 0 pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:57:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:45 smithi022 bash[28554]: cluster 2023-12-07T13:57:44.074409+0000 mgr.a (mgr.24293) 9919 : cluster 0 pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:57:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:45 smithi027 bash[31536]: cluster 2023-12-07T13:57:44.074409+0000 mgr.a (mgr.24293) 9919 : cluster 0 pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T13:57:47.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:47 smithi044 bash[32620]: cluster 2023-12-07T13:57:46.075211+0000 mgr.a (mgr.24293) 9920 : cluster 0 pgmap v7414: 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-07T13:57:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:47 smithi022 bash[28554]: cluster 2023-12-07T13:57:46.075211+0000 mgr.a (mgr.24293) 9920 : cluster 0 pgmap v7414: 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-07T13:57:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:47 smithi027 bash[31536]: cluster 2023-12-07T13:57:46.075211+0000 mgr.a (mgr.24293) 9920 : cluster 0 pgmap v7414: 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-07T13:57:47.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:47.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:47.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:48.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:48.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:48.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:48.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:48.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:48 smithi022 bash[28554]: audit 2023-12-07T13:57:47.941421+0000 mgr.a (mgr.24293) 9921 : audit 0 from='client.203079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:48 smithi022 bash[28554]: cluster 2023-12-07T13:57:48.075763+0000 mgr.a (mgr.24293) 9922 : 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-07T13:57:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:48 smithi044 bash[32620]: audit 2023-12-07T13:57:47.941421+0000 mgr.a (mgr.24293) 9921 : audit 0 from='client.203079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:48 smithi044 bash[32620]: cluster 2023-12-07T13:57:48.075763+0000 mgr.a (mgr.24293) 9922 : 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-07T13:57:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:48 smithi027 bash[31536]: audit 2023-12-07T13:57:47.941421+0000 mgr.a (mgr.24293) 9921 : audit 0 from='client.203079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:48 smithi027 bash[31536]: cluster 2023-12-07T13:57:48.075763+0000 mgr.a (mgr.24293) 9922 : 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-07T13:57:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:51 smithi022 bash[28554]: cluster 2023-12-07T13:57:50.076418+0000 mgr.a (mgr.24293) 9923 : 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-07T13:57:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:51 smithi044 bash[32620]: cluster 2023-12-07T13:57:50.076418+0000 mgr.a (mgr.24293) 9923 : 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-07T13:57:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:51 smithi027 bash[31536]: cluster 2023-12-07T13:57:50.076418+0000 mgr.a (mgr.24293) 9923 : 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-07T13:57:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:53 smithi022 bash[28554]: cluster 2023-12-07T13:57:52.077242+0000 mgr.a (mgr.24293) 9924 : 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-07T13:57:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:53 smithi044 bash[32620]: cluster 2023-12-07T13:57:52.077242+0000 mgr.a (mgr.24293) 9924 : 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-07T13:57:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:53 smithi027 bash[31536]: cluster 2023-12-07T13:57:52.077242+0000 mgr.a (mgr.24293) 9924 : 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-07T13:57:53.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:53.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:53.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:54.387 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:57:54.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:54.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:54.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:54.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:57:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:55 smithi044 bash[32620]: audit 2023-12-07T13:57:53.873230+0000 mgr.a (mgr.24293) 9925 : audit 0 from='client.203157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:55 smithi044 bash[32620]: cluster 2023-12-07T13:57:54.078007+0000 mgr.a (mgr.24293) 9926 : 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-07T13:57:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:55 smithi044 bash[32620]: audit 2023-12-07T13:57:55.020511+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:57:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:55 smithi022 bash[28554]: audit 2023-12-07T13:57:53.873230+0000 mgr.a (mgr.24293) 9925 : audit 0 from='client.203157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:55 smithi022 bash[28554]: cluster 2023-12-07T13:57:54.078007+0000 mgr.a (mgr.24293) 9926 : 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-07T13:57:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:55 smithi022 bash[28554]: audit 2023-12-07T13:57:55.020511+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:57:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:55 smithi027 bash[31536]: audit 2023-12-07T13:57:53.873230+0000 mgr.a (mgr.24293) 9925 : audit 0 from='client.203157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:55 smithi027 bash[31536]: cluster 2023-12-07T13:57:54.078007+0000 mgr.a (mgr.24293) 9926 : 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-07T13:57:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:55 smithi027 bash[31536]: audit 2023-12-07T13:57:55.020511+0000 mon.a (mon.0) 1829 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:57:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:56 smithi022 bash[28554]: audit 2023-12-07T13:57:55.805119+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:57:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:56 smithi022 bash[28554]: audit 2023-12-07T13:57:55.807235+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:57:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:56 smithi022 bash[28554]: audit 2023-12-07T13:57:55.816446+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:57:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:56 smithi044 bash[32620]: audit 2023-12-07T13:57:55.805119+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:57:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:56 smithi044 bash[32620]: audit 2023-12-07T13:57:55.807235+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:57:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:56 smithi044 bash[32620]: audit 2023-12-07T13:57:55.816446+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:57:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:56 smithi027 bash[31536]: audit 2023-12-07T13:57:55.805119+0000 mon.a (mon.0) 1830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:57:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:56 smithi027 bash[31536]: audit 2023-12-07T13:57:55.807235+0000 mon.a (mon.0) 1831 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:57:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:56 smithi027 bash[31536]: audit 2023-12-07T13:57:55.816446+0000 mon.a (mon.0) 1832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:57:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:57 smithi044 bash[32620]: cluster 2023-12-07T13:57:56.078949+0000 mgr.a (mgr.24293) 9927 : cluster 0 pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:57 smithi022 bash[28554]: cluster 2023-12-07T13:57:56.078949+0000 mgr.a (mgr.24293) 9927 : cluster 0 pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:57 smithi027 bash[31536]: cluster 2023-12-07T13:57:56.078949+0000 mgr.a (mgr.24293) 9927 : cluster 0 pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:57:58 smithi022 bash[28554]: cluster 2023-12-07T13:57:58.079674+0000 mgr.a (mgr.24293) 9928 : cluster 0 pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:57:58 smithi044 bash[32620]: cluster 2023-12-07T13:57:58.079674+0000 mgr.a (mgr.24293) 9928 : cluster 0 pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:57:58 smithi027 bash[31536]: cluster 2023-12-07T13:57:58.079674+0000 mgr.a (mgr.24293) 9928 : cluster 0 pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:59.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:57:59.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:59.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:00.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:00.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:00.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:00.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:00.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:01 smithi022 bash[28554]: audit 2023-12-07T13:57:59.798697+0000 mgr.a (mgr.24293) 9929 : audit 0 from='client.203226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:01 smithi022 bash[28554]: cluster 2023-12-07T13:58:00.080271+0000 mgr.a (mgr.24293) 9930 : cluster 0 pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:01 smithi044 bash[32620]: audit 2023-12-07T13:57:59.798697+0000 mgr.a (mgr.24293) 9929 : audit 0 from='client.203226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:01 smithi044 bash[32620]: cluster 2023-12-07T13:58:00.080271+0000 mgr.a (mgr.24293) 9930 : cluster 0 pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:01 smithi027 bash[31536]: audit 2023-12-07T13:57:59.798697+0000 mgr.a (mgr.24293) 9929 : audit 0 from='client.203226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:01 smithi027 bash[31536]: cluster 2023-12-07T13:58:00.080271+0000 mgr.a (mgr.24293) 9930 : cluster 0 pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:03 smithi022 bash[28554]: cluster 2023-12-07T13:58:02.081176+0000 mgr.a (mgr.24293) 9931 : cluster 0 pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:03 smithi044 bash[32620]: cluster 2023-12-07T13:58:02.081176+0000 mgr.a (mgr.24293) 9931 : cluster 0 pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:03 smithi027 bash[31536]: cluster 2023-12-07T13:58:02.081176+0000 mgr.a (mgr.24293) 9931 : cluster 0 pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:05.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:05.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:05.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:05 smithi022 bash[28554]: cluster 2023-12-07T13:58:04.081733+0000 mgr.a (mgr.24293) 9932 : cluster 0 pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:05 smithi044 bash[32620]: cluster 2023-12-07T13:58:04.081733+0000 mgr.a (mgr.24293) 9932 : cluster 0 pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:05 smithi027 bash[31536]: cluster 2023-12-07T13:58:04.081733+0000 mgr.a (mgr.24293) 9932 : cluster 0 pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:06.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:06.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:06.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:06.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:06.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:07 smithi022 bash[28554]: audit 2023-12-07T13:58:05.730070+0000 mgr.a (mgr.24293) 9933 : audit 0 from='client.203304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:07 smithi022 bash[28554]: cluster 2023-12-07T13:58:06.082703+0000 mgr.a (mgr.24293) 9934 : 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-07T13:58:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:07 smithi044 bash[32620]: audit 2023-12-07T13:58:05.730070+0000 mgr.a (mgr.24293) 9933 : audit 0 from='client.203304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:07 smithi044 bash[32620]: cluster 2023-12-07T13:58:06.082703+0000 mgr.a (mgr.24293) 9934 : 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-07T13:58:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:07 smithi027 bash[31536]: audit 2023-12-07T13:58:05.730070+0000 mgr.a (mgr.24293) 9933 : audit 0 from='client.203304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:07 smithi027 bash[31536]: cluster 2023-12-07T13:58:06.082703+0000 mgr.a (mgr.24293) 9934 : 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-07T13:58:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:08 smithi022 bash[28554]: cluster 2023-12-07T13:58:08.083363+0000 mgr.a (mgr.24293) 9935 : cluster 0 pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:08 smithi044 bash[32620]: cluster 2023-12-07T13:58:08.083363+0000 mgr.a (mgr.24293) 9935 : cluster 0 pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:08 smithi027 bash[31536]: cluster 2023-12-07T13:58:08.083363+0000 mgr.a (mgr.24293) 9935 : cluster 0 pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:11.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:11.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:11.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:11 smithi022 bash[28554]: cluster 2023-12-07T13:58:10.083938+0000 mgr.a (mgr.24293) 9936 : cluster 0 pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:11 smithi044 bash[32620]: cluster 2023-12-07T13:58:10.083938+0000 mgr.a (mgr.24293) 9936 : cluster 0 pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:11 smithi027 bash[31536]: cluster 2023-12-07T13:58:10.083938+0000 mgr.a (mgr.24293) 9936 : cluster 0 pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:12.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:12.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:12.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:12.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:12.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:13 smithi022 bash[28554]: audit 2023-12-07T13:58:11.680010+0000 mgr.a (mgr.24293) 9937 : audit 0 from='client.203379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:13 smithi022 bash[28554]: cluster 2023-12-07T13:58:12.085092+0000 mgr.a (mgr.24293) 9938 : cluster 0 pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:13 smithi044 bash[32620]: audit 2023-12-07T13:58:11.680010+0000 mgr.a (mgr.24293) 9937 : audit 0 from='client.203379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:13 smithi044 bash[32620]: cluster 2023-12-07T13:58:12.085092+0000 mgr.a (mgr.24293) 9938 : cluster 0 pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:13 smithi027 bash[31536]: audit 2023-12-07T13:58:11.680010+0000 mgr.a (mgr.24293) 9937 : audit 0 from='client.203379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:13 smithi027 bash[31536]: cluster 2023-12-07T13:58:12.085092+0000 mgr.a (mgr.24293) 9938 : cluster 0 pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:15 smithi044 bash[32620]: cluster 2023-12-07T13:58:14.085693+0000 mgr.a (mgr.24293) 9939 : cluster 0 pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:15 smithi022 bash[28554]: cluster 2023-12-07T13:58:14.085693+0000 mgr.a (mgr.24293) 9939 : cluster 0 pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:15 smithi027 bash[31536]: cluster 2023-12-07T13:58:14.085693+0000 mgr.a (mgr.24293) 9939 : cluster 0 pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:17.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:17.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:17.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:17 smithi044 bash[32620]: cluster 2023-12-07T13:58:16.086455+0000 mgr.a (mgr.24293) 9940 : cluster 0 pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:17 smithi022 bash[28554]: cluster 2023-12-07T13:58:16.086455+0000 mgr.a (mgr.24293) 9940 : cluster 0 pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:17 smithi027 bash[31536]: cluster 2023-12-07T13:58:16.086455+0000 mgr.a (mgr.24293) 9940 : cluster 0 pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:18.161 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:18.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:18.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:18.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:18.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:18 smithi022 bash[28554]: audit 2023-12-07T13:58:17.621356+0000 mgr.a (mgr.24293) 9941 : audit 0 from='client.203457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:18 smithi022 bash[28554]: cluster 2023-12-07T13:58:18.087193+0000 mgr.a (mgr.24293) 9942 : 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-07T13:58:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:18 smithi044 bash[32620]: audit 2023-12-07T13:58:17.621356+0000 mgr.a (mgr.24293) 9941 : audit 0 from='client.203457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:18 smithi044 bash[32620]: cluster 2023-12-07T13:58:18.087193+0000 mgr.a (mgr.24293) 9942 : 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-07T13:58:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:18 smithi027 bash[31536]: audit 2023-12-07T13:58:17.621356+0000 mgr.a (mgr.24293) 9941 : audit 0 from='client.203457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:18 smithi027 bash[31536]: cluster 2023-12-07T13:58:18.087193+0000 mgr.a (mgr.24293) 9942 : 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-07T13:58:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:21 smithi044 bash[32620]: cluster 2023-12-07T13:58:20.087844+0000 mgr.a (mgr.24293) 9943 : 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-07T13:58:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:21 smithi022 bash[28554]: cluster 2023-12-07T13:58:20.087844+0000 mgr.a (mgr.24293) 9943 : 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-07T13:58:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:21 smithi027 bash[31536]: cluster 2023-12-07T13:58:20.087844+0000 mgr.a (mgr.24293) 9943 : 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-07T13:58:23.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:23.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:23.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:23 smithi022 bash[28554]: cluster 2023-12-07T13:58:22.088708+0000 mgr.a (mgr.24293) 9944 : 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-07T13:58:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:23 smithi044 bash[32620]: cluster 2023-12-07T13:58:22.088708+0000 mgr.a (mgr.24293) 9944 : 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-07T13:58:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:23 smithi027 bash[31536]: cluster 2023-12-07T13:58:22.088708+0000 mgr.a (mgr.24293) 9944 : 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-07T13:58:24.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:24.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:24.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:24.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:24.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:24 smithi044 bash[32620]: audit 2023-12-07T13:58:23.568054+0000 mgr.a (mgr.24293) 9945 : audit 0 from='client.203535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:24 smithi022 bash[28554]: audit 2023-12-07T13:58:23.568054+0000 mgr.a (mgr.24293) 9945 : audit 0 from='client.203535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:24 smithi027 bash[31536]: audit 2023-12-07T13:58:23.568054+0000 mgr.a (mgr.24293) 9945 : audit 0 from='client.203535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:25 smithi044 bash[32620]: cluster 2023-12-07T13:58:24.089391+0000 mgr.a (mgr.24293) 9946 : 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-07T13:58:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:25 smithi022 bash[28554]: cluster 2023-12-07T13:58:24.089391+0000 mgr.a (mgr.24293) 9946 : 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-07T13:58:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:25 smithi027 bash[31536]: cluster 2023-12-07T13:58:24.089391+0000 mgr.a (mgr.24293) 9946 : 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-07T13:58:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:27 smithi022 bash[28554]: cluster 2023-12-07T13:58:26.090218+0000 mgr.a (mgr.24293) 9947 : 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-07T13:58:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:27 smithi044 bash[32620]: cluster 2023-12-07T13:58:26.090218+0000 mgr.a (mgr.24293) 9947 : 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-07T13:58:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:27 smithi027 bash[31536]: cluster 2023-12-07T13:58:26.090218+0000 mgr.a (mgr.24293) 9947 : 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-07T13:58:29.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:29.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:29.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:28 smithi022 bash[28554]: cluster 2023-12-07T13:58:28.090777+0000 mgr.a (mgr.24293) 9948 : 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-07T13:58:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:28 smithi044 bash[32620]: cluster 2023-12-07T13:58:28.090777+0000 mgr.a (mgr.24293) 9948 : 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-07T13:58:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:28 smithi027 bash[31536]: cluster 2023-12-07T13:58:28.090777+0000 mgr.a (mgr.24293) 9948 : 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-07T13:58:30.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:29 smithi022 bash[28554]: audit 2023-12-07T13:58:29.524005+0000 mgr.a (mgr.24293) 9949 : audit 0 from='client.203613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:29 smithi044 bash[32620]: audit 2023-12-07T13:58:29.524005+0000 mgr.a (mgr.24293) 9949 : audit 0 from='client.203613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:29 smithi027 bash[31536]: audit 2023-12-07T13:58:29.524005+0000 mgr.a (mgr.24293) 9949 : audit 0 from='client.203613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:30 smithi022 bash[28554]: cluster 2023-12-07T13:58:30.091522+0000 mgr.a (mgr.24293) 9950 : 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-07T13:58:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:30 smithi044 bash[32620]: cluster 2023-12-07T13:58:30.091522+0000 mgr.a (mgr.24293) 9950 : 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-07T13:58:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:30 smithi027 bash[31536]: cluster 2023-12-07T13:58:30.091522+0000 mgr.a (mgr.24293) 9950 : 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-07T13:58:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:33 smithi022 bash[28554]: cluster 2023-12-07T13:58:32.092383+0000 mgr.a (mgr.24293) 9951 : cluster 0 pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:33 smithi044 bash[32620]: cluster 2023-12-07T13:58:32.092383+0000 mgr.a (mgr.24293) 9951 : cluster 0 pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:33 smithi027 bash[31536]: cluster 2023-12-07T13:58:32.092383+0000 mgr.a (mgr.24293) 9951 : cluster 0 pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:35.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:35.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:35.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:35 smithi022 bash[28554]: cluster 2023-12-07T13:58:34.092964+0000 mgr.a (mgr.24293) 9952 : cluster 0 pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:35 smithi044 bash[32620]: cluster 2023-12-07T13:58:34.092964+0000 mgr.a (mgr.24293) 9952 : cluster 0 pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:35 smithi027 bash[31536]: cluster 2023-12-07T13:58:34.092964+0000 mgr.a (mgr.24293) 9952 : cluster 0 pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:36.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:36.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:36.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:36.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:36.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:36 smithi044 bash[32620]: audit 2023-12-07T13:58:35.457034+0000 mgr.a (mgr.24293) 9953 : audit 0 from='client.203688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:36 smithi022 bash[28554]: audit 2023-12-07T13:58:35.457034+0000 mgr.a (mgr.24293) 9953 : audit 0 from='client.203688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:36 smithi027 bash[31536]: audit 2023-12-07T13:58:35.457034+0000 mgr.a (mgr.24293) 9953 : audit 0 from='client.203688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:37 smithi022 bash[28554]: cluster 2023-12-07T13:58:36.094077+0000 mgr.a (mgr.24293) 9954 : 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-07T13:58:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:37 smithi044 bash[32620]: cluster 2023-12-07T13:58:36.094077+0000 mgr.a (mgr.24293) 9954 : 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-07T13:58:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:37 smithi027 bash[31536]: cluster 2023-12-07T13:58:36.094077+0000 mgr.a (mgr.24293) 9954 : 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-07T13:58:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:38 smithi044 bash[32620]: cluster 2023-12-07T13:58:38.094674+0000 mgr.a (mgr.24293) 9955 : 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-07T13:58:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:38 smithi022 bash[28554]: cluster 2023-12-07T13:58:38.094674+0000 mgr.a (mgr.24293) 9955 : 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-07T13:58:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:38 smithi027 bash[31536]: cluster 2023-12-07T13:58:38.094674+0000 mgr.a (mgr.24293) 9955 : 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-07T13:58:41.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:41.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:41.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:41 smithi022 bash[28554]: cluster 2023-12-07T13:58:40.095222+0000 mgr.a (mgr.24293) 9956 : 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-07T13:58:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:41 smithi044 bash[32620]: cluster 2023-12-07T13:58:40.095222+0000 mgr.a (mgr.24293) 9956 : 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-07T13:58:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:41 smithi027 bash[31536]: cluster 2023-12-07T13:58:40.095222+0000 mgr.a (mgr.24293) 9956 : 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-07T13:58:41.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:41.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:41.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:41.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:41.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:42 smithi044 bash[32620]: audit 2023-12-07T13:58:41.432766+0000 mgr.a (mgr.24293) 9957 : audit 0 from='client.203763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:42 smithi022 bash[28554]: audit 2023-12-07T13:58:41.432766+0000 mgr.a (mgr.24293) 9957 : audit 0 from='client.203763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:42 smithi027 bash[31536]: audit 2023-12-07T13:58:41.432766+0000 mgr.a (mgr.24293) 9957 : audit 0 from='client.203763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:43 smithi044 bash[32620]: cluster 2023-12-07T13:58:42.096338+0000 mgr.a (mgr.24293) 9958 : 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-07T13:58:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:43 smithi022 bash[28554]: cluster 2023-12-07T13:58:42.096338+0000 mgr.a (mgr.24293) 9958 : 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-07T13:58:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:43 smithi027 bash[31536]: cluster 2023-12-07T13:58:42.096338+0000 mgr.a (mgr.24293) 9958 : 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-07T13:58:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:45 smithi022 bash[28554]: cluster 2023-12-07T13:58:44.096932+0000 mgr.a (mgr.24293) 9959 : cluster 0 pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:45 smithi044 bash[32620]: cluster 2023-12-07T13:58:44.096932+0000 mgr.a (mgr.24293) 9959 : cluster 0 pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:45 smithi027 bash[31536]: cluster 2023-12-07T13:58:44.096932+0000 mgr.a (mgr.24293) 9959 : cluster 0 pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:46.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:46.997 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:46.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:47 smithi022 bash[28554]: cluster 2023-12-07T13:58:46.097678+0000 mgr.a (mgr.24293) 9960 : cluster 0 pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:47 smithi044 bash[32620]: cluster 2023-12-07T13:58:46.097678+0000 mgr.a (mgr.24293) 9960 : cluster 0 pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:47 smithi027 bash[31536]: cluster 2023-12-07T13:58:46.097678+0000 mgr.a (mgr.24293) 9960 : cluster 0 pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:47.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:47.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:47.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:47.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:47.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:48 smithi022 bash[28554]: audit 2023-12-07T13:58:47.409085+0000 mgr.a (mgr.24293) 9961 : audit 0 from='client.203838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:48 smithi044 bash[32620]: audit 2023-12-07T13:58:47.409085+0000 mgr.a (mgr.24293) 9961 : audit 0 from='client.203838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:48 smithi027 bash[31536]: audit 2023-12-07T13:58:47.409085+0000 mgr.a (mgr.24293) 9961 : audit 0 from='client.203838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:49 smithi022 bash[28554]: cluster 2023-12-07T13:58:48.098431+0000 mgr.a (mgr.24293) 9962 : 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-07T13:58:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:49 smithi044 bash[32620]: cluster 2023-12-07T13:58:48.098431+0000 mgr.a (mgr.24293) 9962 : 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-07T13:58:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:49 smithi027 bash[31536]: cluster 2023-12-07T13:58:48.098431+0000 mgr.a (mgr.24293) 9962 : 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-07T13:58:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:51 smithi027 bash[31536]: cluster 2023-12-07T13:58:50.099029+0000 mgr.a (mgr.24293) 9963 : 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-07T13:58:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:51 smithi022 bash[28554]: cluster 2023-12-07T13:58:50.099029+0000 mgr.a (mgr.24293) 9963 : 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-07T13:58:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:51 smithi044 bash[32620]: cluster 2023-12-07T13:58:50.099029+0000 mgr.a (mgr.24293) 9963 : 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-07T13:58:52.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:52.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:52.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:53 smithi027 bash[31536]: cluster 2023-12-07T13:58:52.099873+0000 mgr.a (mgr.24293) 9964 : 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-07T13:58:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:53 smithi022 bash[28554]: cluster 2023-12-07T13:58:52.099873+0000 mgr.a (mgr.24293) 9964 : 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-07T13:58:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:53 smithi044 bash[32620]: cluster 2023-12-07T13:58:52.099873+0000 mgr.a (mgr.24293) 9964 : 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-07T13:58:53.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:53.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:53.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:53.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:53.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:58:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:54 smithi027 bash[31536]: audit 2023-12-07T13:58:53.353989+0000 mgr.a (mgr.24293) 9965 : audit 0 from='client.203910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:54 smithi022 bash[28554]: audit 2023-12-07T13:58:53.353989+0000 mgr.a (mgr.24293) 9965 : audit 0 from='client.203910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:54 smithi044 bash[32620]: audit 2023-12-07T13:58:53.353989+0000 mgr.a (mgr.24293) 9965 : audit 0 from='client.203910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:55 smithi027 bash[31536]: cluster 2023-12-07T13:58:54.100799+0000 mgr.a (mgr.24293) 9966 : 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-07T13:58:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:55 smithi022 bash[28554]: cluster 2023-12-07T13:58:54.100799+0000 mgr.a (mgr.24293) 9966 : 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-07T13:58:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:55 smithi044 bash[32620]: cluster 2023-12-07T13:58:54.100799+0000 mgr.a (mgr.24293) 9966 : 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-07T13:58:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:56 smithi027 bash[31536]: audit 2023-12-07T13:58:55.920484+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:58:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:56 smithi022 bash[28554]: audit 2023-12-07T13:58:55.920484+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:58:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:56 smithi044 bash[32620]: audit 2023-12-07T13:58:55.920484+0000 mon.a (mon.0) 1833 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:58:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:57 smithi027 bash[31536]: cluster 2023-12-07T13:58:56.101689+0000 mgr.a (mgr.24293) 9967 : 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-07T13:58:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:57 smithi027 bash[31536]: audit 2023-12-07T13:58:56.705735+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:58:57.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:57 smithi027 bash[31536]: audit 2023-12-07T13:58:56.707634+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:58:57.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:57 smithi027 bash[31536]: audit 2023-12-07T13:58:56.717351+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:58:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:57 smithi022 bash[28554]: cluster 2023-12-07T13:58:56.101689+0000 mgr.a (mgr.24293) 9967 : 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-07T13:58:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:57 smithi022 bash[28554]: audit 2023-12-07T13:58:56.705735+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:58:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:57 smithi022 bash[28554]: audit 2023-12-07T13:58:56.707634+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:58:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:57 smithi022 bash[28554]: audit 2023-12-07T13:58:56.717351+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:58:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:57 smithi044 bash[32620]: cluster 2023-12-07T13:58:56.101689+0000 mgr.a (mgr.24293) 9967 : 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-07T13:58:57.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:57 smithi044 bash[32620]: audit 2023-12-07T13:58:56.705735+0000 mon.a (mon.0) 1834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:58:57.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:57 smithi044 bash[32620]: audit 2023-12-07T13:58:56.707634+0000 mon.a (mon.0) 1835 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:58:57.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:57 smithi044 bash[32620]: audit 2023-12-07T13:58:56.717351+0000 mon.a (mon.0) 1836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:58:58.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:58:58.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:58.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:58 smithi022 bash[28554]: cluster 2023-12-07T13:58:58.102237+0000 mgr.a (mgr.24293) 9968 : 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-07T13:58:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:58 smithi044 bash[32620]: cluster 2023-12-07T13:58:58.102237+0000 mgr.a (mgr.24293) 9968 : 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-07T13:58:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:58 smithi027 bash[31536]: cluster 2023-12-07T13:58:58.102237+0000 mgr.a (mgr.24293) 9968 : 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-07T13:58:59.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:58:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:58:59 smithi027 bash[31536]: audit 2023-12-07T13:58:59.314726+0000 mgr.a (mgr.24293) 9969 : audit 0 from='client.203982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:58:59 smithi022 bash[28554]: audit 2023-12-07T13:58:59.314726+0000 mgr.a (mgr.24293) 9969 : audit 0 from='client.203982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:58:59 smithi044 bash[32620]: audit 2023-12-07T13:58:59.314726+0000 mgr.a (mgr.24293) 9969 : audit 0 from='client.203982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:00 smithi027 bash[31536]: cluster 2023-12-07T13:59:00.102966+0000 mgr.a (mgr.24293) 9970 : 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-07T13:59:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:00 smithi022 bash[28554]: cluster 2023-12-07T13:59:00.102966+0000 mgr.a (mgr.24293) 9970 : 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-07T13:59:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:00 smithi044 bash[32620]: cluster 2023-12-07T13:59:00.102966+0000 mgr.a (mgr.24293) 9970 : 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-07T13:59:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:03 smithi022 bash[28554]: cluster 2023-12-07T13:59:02.103863+0000 mgr.a (mgr.24293) 9971 : cluster 0 pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:03 smithi044 bash[32620]: cluster 2023-12-07T13:59:02.103863+0000 mgr.a (mgr.24293) 9971 : cluster 0 pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:03 smithi027 bash[31536]: cluster 2023-12-07T13:59:02.103863+0000 mgr.a (mgr.24293) 9971 : cluster 0 pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:04.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:04.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:04.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:05 smithi022 bash[28554]: cluster 2023-12-07T13:59:04.104360+0000 mgr.a (mgr.24293) 9972 : cluster 0 pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:05 smithi044 bash[32620]: cluster 2023-12-07T13:59:04.104360+0000 mgr.a (mgr.24293) 9972 : cluster 0 pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:05 smithi027 bash[31536]: cluster 2023-12-07T13:59:04.104360+0000 mgr.a (mgr.24293) 9972 : cluster 0 pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:05.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:05.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:05.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:05.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:05.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:06 smithi044 bash[32620]: audit 2023-12-07T13:59:05.246082+0000 mgr.a (mgr.24293) 9973 : audit 0 from='client.204054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:06 smithi022 bash[28554]: audit 2023-12-07T13:59:05.246082+0000 mgr.a (mgr.24293) 9973 : audit 0 from='client.204054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:06 smithi027 bash[31536]: audit 2023-12-07T13:59:05.246082+0000 mgr.a (mgr.24293) 9973 : audit 0 from='client.204054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:07 smithi022 bash[28554]: cluster 2023-12-07T13:59:06.105445+0000 mgr.a (mgr.24293) 9974 : cluster 0 pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:59:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:07 smithi044 bash[32620]: cluster 2023-12-07T13:59:06.105445+0000 mgr.a (mgr.24293) 9974 : cluster 0 pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:59:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:07 smithi027 bash[31536]: cluster 2023-12-07T13:59:06.105445+0000 mgr.a (mgr.24293) 9974 : cluster 0 pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:59:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:08 smithi027 bash[31536]: cluster 2023-12-07T13:59:08.106062+0000 mgr.a (mgr.24293) 9975 : cluster 0 pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:59:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:08 smithi022 bash[28554]: cluster 2023-12-07T13:59:08.106062+0000 mgr.a (mgr.24293) 9975 : cluster 0 pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:59:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:08 smithi044 bash[32620]: cluster 2023-12-07T13:59:08.106062+0000 mgr.a (mgr.24293) 9975 : cluster 0 pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:59:10.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:10.760 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:10.760 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:11 smithi022 bash[28554]: cluster 2023-12-07T13:59:10.106591+0000 mgr.a (mgr.24293) 9976 : cluster 0 pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:59:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:11 smithi044 bash[32620]: cluster 2023-12-07T13:59:10.106591+0000 mgr.a (mgr.24293) 9976 : cluster 0 pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:59:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:11 smithi027 bash[31536]: cluster 2023-12-07T13:59:10.106591+0000 mgr.a (mgr.24293) 9976 : cluster 0 pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:59:11.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:11.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:11.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:11.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:11.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:12 smithi044 bash[32620]: audit 2023-12-07T13:59:11.165396+0000 mgr.a (mgr.24293) 9977 : audit 0 from='client.204129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:12 smithi022 bash[28554]: audit 2023-12-07T13:59:11.165396+0000 mgr.a (mgr.24293) 9977 : audit 0 from='client.204129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:12 smithi027 bash[31536]: audit 2023-12-07T13:59:11.165396+0000 mgr.a (mgr.24293) 9977 : audit 0 from='client.204129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:13 smithi044 bash[32620]: cluster 2023-12-07T13:59:12.107616+0000 mgr.a (mgr.24293) 9978 : 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-07T13:59:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:13 smithi022 bash[28554]: cluster 2023-12-07T13:59:12.107616+0000 mgr.a (mgr.24293) 9978 : 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-07T13:59:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:13 smithi027 bash[31536]: cluster 2023-12-07T13:59:12.107616+0000 mgr.a (mgr.24293) 9978 : 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-07T13:59:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:15 smithi022 bash[28554]: cluster 2023-12-07T13:59:14.108132+0000 mgr.a (mgr.24293) 9979 : cluster 0 pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:15 smithi027 bash[31536]: cluster 2023-12-07T13:59:14.108132+0000 mgr.a (mgr.24293) 9979 : cluster 0 pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:15 smithi044 bash[32620]: cluster 2023-12-07T13:59:14.108132+0000 mgr.a (mgr.24293) 9979 : cluster 0 pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:16.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:16.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:16.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:17 smithi027 bash[31536]: cluster 2023-12-07T13:59:16.108888+0000 mgr.a (mgr.24293) 9980 : cluster 0 pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:17.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:17.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:17.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:17.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:17.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:17 smithi022 bash[28554]: cluster 2023-12-07T13:59:16.108888+0000 mgr.a (mgr.24293) 9980 : cluster 0 pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:17 smithi044 bash[32620]: cluster 2023-12-07T13:59:16.108888+0000 mgr.a (mgr.24293) 9980 : cluster 0 pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:18 smithi027 bash[31536]: audit 2023-12-07T13:59:17.113333+0000 mgr.a (mgr.24293) 9981 : audit 0 from='client.204201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:18 smithi044 bash[32620]: audit 2023-12-07T13:59:17.113333+0000 mgr.a (mgr.24293) 9981 : audit 0 from='client.204201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:18.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:18 smithi022 bash[28554]: audit 2023-12-07T13:59:17.113333+0000 mgr.a (mgr.24293) 9981 : audit 0 from='client.204201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:19 smithi027 bash[31536]: cluster 2023-12-07T13:59:18.109538+0000 mgr.a (mgr.24293) 9982 : cluster 0 pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:59:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:19 smithi022 bash[28554]: cluster 2023-12-07T13:59:18.109538+0000 mgr.a (mgr.24293) 9982 : cluster 0 pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:59:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:19 smithi044 bash[32620]: cluster 2023-12-07T13:59:18.109538+0000 mgr.a (mgr.24293) 9982 : cluster 0 pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:59:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:21 smithi027 bash[31536]: cluster 2023-12-07T13:59:20.110135+0000 mgr.a (mgr.24293) 9983 : cluster 0 pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:59:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:21 smithi044 bash[32620]: cluster 2023-12-07T13:59:20.110135+0000 mgr.a (mgr.24293) 9983 : cluster 0 pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:59:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:21 smithi022 bash[28554]: cluster 2023-12-07T13:59:20.110135+0000 mgr.a (mgr.24293) 9983 : cluster 0 pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:59:22.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:22.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:22.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:23 smithi027 bash[31536]: cluster 2023-12-07T13:59:22.110888+0000 mgr.a (mgr.24293) 9984 : cluster 0 pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:59:23.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:23.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:23.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:23.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:23.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:23 smithi044 bash[32620]: cluster 2023-12-07T13:59:22.110888+0000 mgr.a (mgr.24293) 9984 : cluster 0 pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:59:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:23 smithi022 bash[28554]: cluster 2023-12-07T13:59:22.110888+0000 mgr.a (mgr.24293) 9984 : cluster 0 pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:59:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:24 smithi022 bash[28554]: audit 2023-12-07T13:59:23.054777+0000 mgr.a (mgr.24293) 9985 : audit 0 from='client.204273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:24 smithi044 bash[32620]: audit 2023-12-07T13:59:23.054777+0000 mgr.a (mgr.24293) 9985 : audit 0 from='client.204273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:24 smithi027 bash[31536]: audit 2023-12-07T13:59:23.054777+0000 mgr.a (mgr.24293) 9985 : audit 0 from='client.204273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:25 smithi022 bash[28554]: cluster 2023-12-07T13:59:24.111560+0000 mgr.a (mgr.24293) 9986 : 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-07T13:59:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:25 smithi044 bash[32620]: cluster 2023-12-07T13:59:24.111560+0000 mgr.a (mgr.24293) 9986 : 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-07T13:59:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:25 smithi027 bash[31536]: cluster 2023-12-07T13:59:24.111560+0000 mgr.a (mgr.24293) 9986 : 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-07T13:59:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:27 smithi022 bash[28554]: cluster 2023-12-07T13:59:26.112319+0000 mgr.a (mgr.24293) 9987 : 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-07T13:59:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:27 smithi044 bash[32620]: cluster 2023-12-07T13:59:26.112319+0000 mgr.a (mgr.24293) 9987 : 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-07T13:59:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:27 smithi027 bash[31536]: cluster 2023-12-07T13:59:26.112319+0000 mgr.a (mgr.24293) 9987 : 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-07T13:59:28.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:28.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:28.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:28 smithi027 bash[31536]: cluster 2023-12-07T13:59:28.112911+0000 mgr.a (mgr.24293) 9988 : 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-07T13:59:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:28 smithi022 bash[28554]: cluster 2023-12-07T13:59:28.112911+0000 mgr.a (mgr.24293) 9988 : 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-07T13:59:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:28 smithi044 bash[32620]: cluster 2023-12-07T13:59:28.112911+0000 mgr.a (mgr.24293) 9988 : 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-07T13:59:29.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:29.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:29 smithi027 bash[31536]: audit 2023-12-07T13:59:28.977046+0000 mgr.a (mgr.24293) 9989 : audit 0 from='client.204348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:29 smithi044 bash[32620]: audit 2023-12-07T13:59:28.977046+0000 mgr.a (mgr.24293) 9989 : audit 0 from='client.204348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:29 smithi022 bash[28554]: audit 2023-12-07T13:59:28.977046+0000 mgr.a (mgr.24293) 9989 : audit 0 from='client.204348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:30 smithi027 bash[31536]: cluster 2023-12-07T13:59:30.113582+0000 mgr.a (mgr.24293) 9990 : 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-07T13:59:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:30 smithi022 bash[28554]: cluster 2023-12-07T13:59:30.113582+0000 mgr.a (mgr.24293) 9990 : 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-07T13:59:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:30 smithi044 bash[32620]: cluster 2023-12-07T13:59:30.113582+0000 mgr.a (mgr.24293) 9990 : 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-07T13:59:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:33 smithi044 bash[32620]: cluster 2023-12-07T13:59:32.114422+0000 mgr.a (mgr.24293) 9991 : 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-07T13:59:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:33 smithi022 bash[28554]: cluster 2023-12-07T13:59:32.114422+0000 mgr.a (mgr.24293) 9991 : 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-07T13:59:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:33 smithi027 bash[31536]: cluster 2023-12-07T13:59:32.114422+0000 mgr.a (mgr.24293) 9991 : 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-07T13:59:34.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:34.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:34.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:35 smithi022 bash[28554]: cluster 2023-12-07T13:59:34.115094+0000 mgr.a (mgr.24293) 9992 : 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-07T13:59:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:35 smithi044 bash[32620]: cluster 2023-12-07T13:59:34.115094+0000 mgr.a (mgr.24293) 9992 : 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-07T13:59:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:35 smithi027 bash[31536]: cluster 2023-12-07T13:59:34.115094+0000 mgr.a (mgr.24293) 9992 : 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-07T13:59:35.477 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:35.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:35.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:35.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:35.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:36 smithi027 bash[31536]: audit 2023-12-07T13:59:34.915626+0000 mgr.a (mgr.24293) 9993 : audit 0 from='client.204423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:36 smithi022 bash[28554]: audit 2023-12-07T13:59:34.915626+0000 mgr.a (mgr.24293) 9993 : audit 0 from='client.204423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:36 smithi044 bash[32620]: audit 2023-12-07T13:59:34.915626+0000 mgr.a (mgr.24293) 9993 : audit 0 from='client.204423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:37 smithi027 bash[31536]: cluster 2023-12-07T13:59:36.116058+0000 mgr.a (mgr.24293) 9994 : cluster 0 pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:59:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:37 smithi044 bash[32620]: cluster 2023-12-07T13:59:36.116058+0000 mgr.a (mgr.24293) 9994 : cluster 0 pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:59:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:37 smithi022 bash[28554]: cluster 2023-12-07T13:59:36.116058+0000 mgr.a (mgr.24293) 9994 : cluster 0 pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:59:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:38 smithi027 bash[31536]: cluster 2023-12-07T13:59:38.116641+0000 mgr.a (mgr.24293) 9995 : cluster 0 pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:59:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:38 smithi022 bash[28554]: cluster 2023-12-07T13:59:38.116641+0000 mgr.a (mgr.24293) 9995 : cluster 0 pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:59:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:38 smithi044 bash[32620]: cluster 2023-12-07T13:59:38.116641+0000 mgr.a (mgr.24293) 9995 : cluster 0 pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:59:40.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:40.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:40.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:41.411 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:41.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:41.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:41.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:41.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:41.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:41 smithi022 bash[28554]: cluster 2023-12-07T13:59:40.117180+0000 mgr.a (mgr.24293) 9996 : cluster 0 pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:59:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:41 smithi044 bash[32620]: cluster 2023-12-07T13:59:40.117180+0000 mgr.a (mgr.24293) 9996 : cluster 0 pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:59:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:41 smithi027 bash[31536]: cluster 2023-12-07T13:59:40.117180+0000 mgr.a (mgr.24293) 9996 : cluster 0 pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:59:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:42 smithi027 bash[31536]: audit 2023-12-07T13:59:40.888106+0000 mgr.a (mgr.24293) 9997 : audit 0 from='client.204501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:42 smithi044 bash[32620]: audit 2023-12-07T13:59:40.888106+0000 mgr.a (mgr.24293) 9997 : audit 0 from='client.204501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:42 smithi022 bash[28554]: audit 2023-12-07T13:59:40.888106+0000 mgr.a (mgr.24293) 9997 : audit 0 from='client.204501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:43 smithi027 bash[31536]: cluster 2023-12-07T13:59:42.118332+0000 mgr.a (mgr.24293) 9998 : 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-07T13:59:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:43 smithi044 bash[32620]: cluster 2023-12-07T13:59:42.118332+0000 mgr.a (mgr.24293) 9998 : 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-07T13:59:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:43 smithi022 bash[28554]: cluster 2023-12-07T13:59:42.118332+0000 mgr.a (mgr.24293) 9998 : 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-07T13:59:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:45 smithi027 bash[31536]: cluster 2023-12-07T13:59:44.119074+0000 mgr.a (mgr.24293) 9999 : 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-07T13:59:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:45 smithi022 bash[28554]: cluster 2023-12-07T13:59:44.119074+0000 mgr.a (mgr.24293) 9999 : 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-07T13:59:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:45 smithi044 bash[32620]: cluster 2023-12-07T13:59:44.119074+0000 mgr.a (mgr.24293) 9999 : 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-07T13:59:46.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:46.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:46.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:47.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:47.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:47.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:47.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:47.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:47 smithi027 bash[31536]: cluster 2023-12-07T13:59:46.120035+0000 mgr.a (mgr.24293) 10000 : 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-07T13:59:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:47 smithi022 bash[28554]: cluster 2023-12-07T13:59:46.120035+0000 mgr.a (mgr.24293) 10000 : 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-07T13:59:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:47 smithi044 bash[32620]: cluster 2023-12-07T13:59:46.120035+0000 mgr.a (mgr.24293) 10000 : 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-07T13:59:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:48 smithi027 bash[31536]: audit 2023-12-07T13:59:46.824049+0000 mgr.a (mgr.24293) 10001 : audit 0 from='client.204579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:48 smithi022 bash[28554]: audit 2023-12-07T13:59:46.824049+0000 mgr.a (mgr.24293) 10001 : audit 0 from='client.204579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:48 smithi044 bash[32620]: audit 2023-12-07T13:59:46.824049+0000 mgr.a (mgr.24293) 10001 : audit 0 from='client.204579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:49 smithi027 bash[31536]: cluster 2023-12-07T13:59:48.120703+0000 mgr.a (mgr.24293) 10002 : cluster 0 pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:49 smithi022 bash[28554]: cluster 2023-12-07T13:59:48.120703+0000 mgr.a (mgr.24293) 10002 : cluster 0 pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:49 smithi044 bash[32620]: cluster 2023-12-07T13:59:48.120703+0000 mgr.a (mgr.24293) 10002 : cluster 0 pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:51 smithi022 bash[28554]: cluster 2023-12-07T13:59:50.121293+0000 mgr.a (mgr.24293) 10003 : cluster 0 pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:51 smithi044 bash[32620]: cluster 2023-12-07T13:59:50.121293+0000 mgr.a (mgr.24293) 10003 : cluster 0 pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:51 smithi027 bash[31536]: cluster 2023-12-07T13:59:50.121293+0000 mgr.a (mgr.24293) 10003 : cluster 0 pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:52.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:52.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:52.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:53.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:53.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:53.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:53.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:53.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:53 smithi022 bash[28554]: cluster 2023-12-07T13:59:52.122083+0000 mgr.a (mgr.24293) 10004 : cluster 0 pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:59:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:53 smithi044 bash[32620]: cluster 2023-12-07T13:59:52.122083+0000 mgr.a (mgr.24293) 10004 : cluster 0 pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:59:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:53 smithi027 bash[31536]: cluster 2023-12-07T13:59:52.122083+0000 mgr.a (mgr.24293) 10004 : cluster 0 pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:59:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:54 smithi022 bash[28554]: audit 2023-12-07T13:59:52.766616+0000 mgr.a (mgr.24293) 10005 : audit 0 from='client.204657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:54 smithi044 bash[32620]: audit 2023-12-07T13:59:52.766616+0000 mgr.a (mgr.24293) 10005 : audit 0 from='client.204657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:54 smithi027 bash[31536]: audit 2023-12-07T13:59:52.766616+0000 mgr.a (mgr.24293) 10005 : audit 0 from='client.204657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:55 smithi022 bash[28554]: cluster 2023-12-07T13:59:54.122734+0000 mgr.a (mgr.24293) 10006 : 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-07T13:59:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:55 smithi044 bash[32620]: cluster 2023-12-07T13:59:54.122734+0000 mgr.a (mgr.24293) 10006 : 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-07T13:59:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:55 smithi027 bash[31536]: cluster 2023-12-07T13:59:54.122734+0000 mgr.a (mgr.24293) 10006 : 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-07T13:59:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:57 smithi022 bash[28554]: cluster 2023-12-07T13:59:56.123567+0000 mgr.a (mgr.24293) 10007 : 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-07T13:59:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:57 smithi022 bash[28554]: audit 2023-12-07T13:59:56.821821+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:59:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:57 smithi044 bash[32620]: cluster 2023-12-07T13:59:56.123567+0000 mgr.a (mgr.24293) 10007 : 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-07T13:59:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:57 smithi044 bash[32620]: audit 2023-12-07T13:59:56.821821+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:59:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:57 smithi027 bash[31536]: cluster 2023-12-07T13:59:56.123567+0000 mgr.a (mgr.24293) 10007 : 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-07T13:59:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:57 smithi027 bash[31536]: audit 2023-12-07T13:59:56.821821+0000 mon.a (mon.0) 1837 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:59:58.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T13:59:58.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:58.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:58 smithi022 bash[28554]: audit 2023-12-07T13:59:57.612356+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:59:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:58 smithi022 bash[28554]: audit 2023-12-07T13:59:57.614330+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:59:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:58 smithi022 bash[28554]: audit 2023-12-07T13:59:57.624126+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:59:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:58 smithi044 bash[32620]: audit 2023-12-07T13:59:57.612356+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:59:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:58 smithi044 bash[32620]: audit 2023-12-07T13:59:57.614330+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:59:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:58 smithi044 bash[32620]: audit 2023-12-07T13:59:57.624126+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:59:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:58 smithi027 bash[31536]: audit 2023-12-07T13:59:57.612356+0000 mon.a (mon.0) 1838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:59:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:58 smithi027 bash[31536]: audit 2023-12-07T13:59:57.614330+0000 mon.a (mon.0) 1839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:59:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:58 smithi027 bash[31536]: audit 2023-12-07T13:59:57.624126+0000 mon.a (mon.0) 1840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T13:59:59.242 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T13:59:59.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:59.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:59.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:59.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T13:59:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 13:59:59 smithi022 bash[28554]: cluster 2023-12-07T13:59:58.124081+0000 mgr.a (mgr.24293) 10008 : 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-07T13:59:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 13:59:59 smithi044 bash[32620]: cluster 2023-12-07T13:59:58.124081+0000 mgr.a (mgr.24293) 10008 : 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-07T13:59:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 13:59:59 smithi027 bash[31536]: cluster 2023-12-07T13:59:58.124081+0000 mgr.a (mgr.24293) 10008 : 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-07T14:00:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:00 smithi044 bash[32620]: audit 2023-12-07T13:59:58.714195+0000 mgr.a (mgr.24293) 10009 : audit 0 from='client.204735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:00 smithi044 bash[32620]: cluster 2023-12-07T14:00:00.000131+0000 mon.a (mon.0) 1841 : cluster 1 overall HEALTH_OK 2023-12-07T14:00:00.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:00 smithi022 bash[28554]: audit 2023-12-07T13:59:58.714195+0000 mgr.a (mgr.24293) 10009 : audit 0 from='client.204735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:00.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:00 smithi022 bash[28554]: cluster 2023-12-07T14:00:00.000131+0000 mon.a (mon.0) 1841 : cluster 1 overall HEALTH_OK 2023-12-07T14:00:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:00 smithi027 bash[31536]: audit 2023-12-07T13:59:58.714195+0000 mgr.a (mgr.24293) 10009 : audit 0 from='client.204735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:00 smithi027 bash[31536]: cluster 2023-12-07T14:00:00.000131+0000 mon.a (mon.0) 1841 : cluster 1 overall HEALTH_OK 2023-12-07T14:00:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:01 smithi022 bash[28554]: cluster 2023-12-07T14:00:00.124873+0000 mgr.a (mgr.24293) 10010 : 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-07T14:00:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:01 smithi044 bash[32620]: cluster 2023-12-07T14:00:00.124873+0000 mgr.a (mgr.24293) 10010 : 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-07T14:00:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:01 smithi027 bash[31536]: cluster 2023-12-07T14:00:00.124873+0000 mgr.a (mgr.24293) 10010 : 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-07T14:00:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:03 smithi022 bash[28554]: cluster 2023-12-07T14:00:02.125684+0000 mgr.a (mgr.24293) 10011 : 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-07T14:00:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:03 smithi044 bash[32620]: cluster 2023-12-07T14:00:02.125684+0000 mgr.a (mgr.24293) 10011 : 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-07T14:00:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:03 smithi027 bash[31536]: cluster 2023-12-07T14:00:02.125684+0000 mgr.a (mgr.24293) 10011 : 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-07T14:00:04.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:04.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:04.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:05.192 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:05.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:05.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:05.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:05.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:05 smithi022 bash[28554]: cluster 2023-12-07T14:00:04.126253+0000 mgr.a (mgr.24293) 10012 : 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-07T14:00:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:05 smithi044 bash[32620]: cluster 2023-12-07T14:00:04.126253+0000 mgr.a (mgr.24293) 10012 : 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-07T14:00:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:05 smithi027 bash[31536]: cluster 2023-12-07T14:00:04.126253+0000 mgr.a (mgr.24293) 10012 : 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-07T14:00:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:06 smithi044 bash[32620]: audit 2023-12-07T14:00:04.651169+0000 mgr.a (mgr.24293) 10013 : audit 0 from='client.204813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:06 smithi022 bash[28554]: audit 2023-12-07T14:00:04.651169+0000 mgr.a (mgr.24293) 10013 : audit 0 from='client.204813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:06 smithi027 bash[31536]: audit 2023-12-07T14:00:04.651169+0000 mgr.a (mgr.24293) 10013 : audit 0 from='client.204813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:07 smithi022 bash[28554]: cluster 2023-12-07T14:00:06.127195+0000 mgr.a (mgr.24293) 10014 : cluster 0 pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:07 smithi044 bash[32620]: cluster 2023-12-07T14:00:06.127195+0000 mgr.a (mgr.24293) 10014 : cluster 0 pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:07 smithi027 bash[31536]: cluster 2023-12-07T14:00:06.127195+0000 mgr.a (mgr.24293) 10014 : cluster 0 pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:08 smithi027 bash[31536]: cluster 2023-12-07T14:00:08.127808+0000 mgr.a (mgr.24293) 10015 : cluster 0 pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:08 smithi022 bash[28554]: cluster 2023-12-07T14:00:08.127808+0000 mgr.a (mgr.24293) 10015 : cluster 0 pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:08 smithi044 bash[32620]: cluster 2023-12-07T14:00:08.127808+0000 mgr.a (mgr.24293) 10015 : cluster 0 pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:10.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:10.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:10.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:11.116 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:11.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:11.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:11.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:11.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:11 smithi027 bash[31536]: cluster 2023-12-07T14:00:10.128386+0000 mgr.a (mgr.24293) 10016 : cluster 0 pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:11 smithi027 bash[31536]: audit 2023-12-07T14:00:10.606496+0000 mgr.a (mgr.24293) 10017 : audit 0 from='client.204888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:11 smithi022 bash[28554]: cluster 2023-12-07T14:00:10.128386+0000 mgr.a (mgr.24293) 10016 : cluster 0 pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:11 smithi022 bash[28554]: audit 2023-12-07T14:00:10.606496+0000 mgr.a (mgr.24293) 10017 : audit 0 from='client.204888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:11.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:11 smithi044 bash[32620]: cluster 2023-12-07T14:00:10.128386+0000 mgr.a (mgr.24293) 10016 : cluster 0 pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:11.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:11 smithi044 bash[32620]: audit 2023-12-07T14:00:10.606496+0000 mgr.a (mgr.24293) 10017 : audit 0 from='client.204888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:13 smithi027 bash[31536]: cluster 2023-12-07T14:00:12.129472+0000 mgr.a (mgr.24293) 10018 : 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-07T14:00:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:13 smithi022 bash[28554]: cluster 2023-12-07T14:00:12.129472+0000 mgr.a (mgr.24293) 10018 : 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-07T14:00:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:13 smithi044 bash[32620]: cluster 2023-12-07T14:00:12.129472+0000 mgr.a (mgr.24293) 10018 : 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-07T14:00:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:15 smithi027 bash[31536]: cluster 2023-12-07T14:00:14.130044+0000 mgr.a (mgr.24293) 10019 : 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-07T14:00:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:15 smithi022 bash[28554]: cluster 2023-12-07T14:00:14.130044+0000 mgr.a (mgr.24293) 10019 : 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-07T14:00:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:15 smithi044 bash[32620]: cluster 2023-12-07T14:00:14.130044+0000 mgr.a (mgr.24293) 10019 : 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-07T14:00:16.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:16.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:16.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:17.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:17.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:17.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:17.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:17.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:17 smithi027 bash[31536]: cluster 2023-12-07T14:00:16.130601+0000 mgr.a (mgr.24293) 10020 : 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-07T14:00:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:17 smithi027 bash[31536]: audit 2023-12-07T14:00:16.534651+0000 mgr.a (mgr.24293) 10021 : audit 0 from='client.204963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:17 smithi022 bash[28554]: cluster 2023-12-07T14:00:16.130601+0000 mgr.a (mgr.24293) 10020 : 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-07T14:00:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:17 smithi022 bash[28554]: audit 2023-12-07T14:00:16.534651+0000 mgr.a (mgr.24293) 10021 : audit 0 from='client.204963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:17.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:17 smithi044 bash[32620]: cluster 2023-12-07T14:00:16.130601+0000 mgr.a (mgr.24293) 10020 : 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-07T14:00:17.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:17 smithi044 bash[32620]: audit 2023-12-07T14:00:16.534651+0000 mgr.a (mgr.24293) 10021 : audit 0 from='client.204963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:18 smithi044 bash[32620]: cluster 2023-12-07T14:00:18.131211+0000 mgr.a (mgr.24293) 10022 : cluster 0 pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:18 smithi022 bash[28554]: cluster 2023-12-07T14:00:18.131211+0000 mgr.a (mgr.24293) 10022 : cluster 0 pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:18 smithi027 bash[31536]: cluster 2023-12-07T14:00:18.131211+0000 mgr.a (mgr.24293) 10022 : cluster 0 pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:21 smithi027 bash[31536]: cluster 2023-12-07T14:00:20.131824+0000 mgr.a (mgr.24293) 10023 : cluster 0 pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:21 smithi044 bash[32620]: cluster 2023-12-07T14:00:20.131824+0000 mgr.a (mgr.24293) 10023 : cluster 0 pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:21 smithi022 bash[28554]: cluster 2023-12-07T14:00:20.131824+0000 mgr.a (mgr.24293) 10023 : cluster 0 pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:22.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:22.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:22.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:23.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:23.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:23.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:23.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:23.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:23 smithi027 bash[31536]: cluster 2023-12-07T14:00:22.132640+0000 mgr.a (mgr.24293) 10024 : cluster 0 pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:23 smithi027 bash[31536]: audit 2023-12-07T14:00:22.476695+0000 mgr.a (mgr.24293) 10025 : audit 0 from='client.205035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:23 smithi022 bash[28554]: cluster 2023-12-07T14:00:22.132640+0000 mgr.a (mgr.24293) 10024 : cluster 0 pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:23 smithi022 bash[28554]: audit 2023-12-07T14:00:22.476695+0000 mgr.a (mgr.24293) 10025 : audit 0 from='client.205035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:23 smithi044 bash[32620]: cluster 2023-12-07T14:00:22.132640+0000 mgr.a (mgr.24293) 10024 : cluster 0 pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:23 smithi044 bash[32620]: audit 2023-12-07T14:00:22.476695+0000 mgr.a (mgr.24293) 10025 : audit 0 from='client.205035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:25 smithi027 bash[31536]: cluster 2023-12-07T14:00:24.133346+0000 mgr.a (mgr.24293) 10026 : 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-07T14:00:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:25 smithi044 bash[32620]: cluster 2023-12-07T14:00:24.133346+0000 mgr.a (mgr.24293) 10026 : 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-07T14:00:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:25 smithi022 bash[28554]: cluster 2023-12-07T14:00:24.133346+0000 mgr.a (mgr.24293) 10026 : 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-07T14:00:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:27 smithi044 bash[32620]: cluster 2023-12-07T14:00:26.134102+0000 mgr.a (mgr.24293) 10027 : 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-07T14:00:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:27 smithi022 bash[28554]: cluster 2023-12-07T14:00:26.134102+0000 mgr.a (mgr.24293) 10027 : 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-07T14:00:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:27 smithi027 bash[31536]: cluster 2023-12-07T14:00:26.134102+0000 mgr.a (mgr.24293) 10027 : 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-07T14:00:28.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:28.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:28.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:28.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:28.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:28.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:28.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:28.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:28 smithi022 bash[28554]: cluster 2023-12-07T14:00:28.134516+0000 mgr.a (mgr.24293) 10028 : 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-07T14:00:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:28 smithi022 bash[28554]: audit 2023-12-07T14:00:28.407101+0000 mgr.a (mgr.24293) 10029 : audit 0 from='client.205113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:28 smithi044 bash[32620]: cluster 2023-12-07T14:00:28.134516+0000 mgr.a (mgr.24293) 10028 : 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-07T14:00:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:28 smithi044 bash[32620]: audit 2023-12-07T14:00:28.407101+0000 mgr.a (mgr.24293) 10029 : audit 0 from='client.205113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:28 smithi027 bash[31536]: cluster 2023-12-07T14:00:28.134516+0000 mgr.a (mgr.24293) 10028 : 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-07T14:00:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:28 smithi027 bash[31536]: audit 2023-12-07T14:00:28.407101+0000 mgr.a (mgr.24293) 10029 : audit 0 from='client.205113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:31 smithi027 bash[31536]: cluster 2023-12-07T14:00:30.135176+0000 mgr.a (mgr.24293) 10030 : 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-07T14:00:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:31 smithi044 bash[32620]: cluster 2023-12-07T14:00:30.135176+0000 mgr.a (mgr.24293) 10030 : 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-07T14:00:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:31 smithi022 bash[28554]: cluster 2023-12-07T14:00:30.135176+0000 mgr.a (mgr.24293) 10030 : 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-07T14:00:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:33 smithi027 bash[31536]: cluster 2023-12-07T14:00:32.136047+0000 mgr.a (mgr.24293) 10031 : 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-07T14:00:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:33 smithi022 bash[28554]: cluster 2023-12-07T14:00:32.136047+0000 mgr.a (mgr.24293) 10031 : 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-07T14:00:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:33 smithi044 bash[32620]: cluster 2023-12-07T14:00:32.136047+0000 mgr.a (mgr.24293) 10031 : 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-07T14:00:33.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:33.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:33.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:34.880 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:34.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:34.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:34.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:34.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:35 smithi027 bash[31536]: cluster 2023-12-07T14:00:34.136607+0000 mgr.a (mgr.24293) 10032 : 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-07T14:00:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:35 smithi027 bash[31536]: audit 2023-12-07T14:00:34.344167+0000 mgr.a (mgr.24293) 10033 : audit 0 from='client.205191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:35 smithi044 bash[32620]: cluster 2023-12-07T14:00:34.136607+0000 mgr.a (mgr.24293) 10032 : 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-07T14:00:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:35 smithi044 bash[32620]: audit 2023-12-07T14:00:34.344167+0000 mgr.a (mgr.24293) 10033 : audit 0 from='client.205191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:35 smithi022 bash[28554]: cluster 2023-12-07T14:00:34.136607+0000 mgr.a (mgr.24293) 10032 : 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-07T14:00:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:35 smithi022 bash[28554]: audit 2023-12-07T14:00:34.344167+0000 mgr.a (mgr.24293) 10033 : audit 0 from='client.205191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:37 smithi022 bash[28554]: cluster 2023-12-07T14:00:36.137570+0000 mgr.a (mgr.24293) 10034 : 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-07T14:00:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:37 smithi044 bash[32620]: cluster 2023-12-07T14:00:36.137570+0000 mgr.a (mgr.24293) 10034 : 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-07T14:00:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:37 smithi027 bash[31536]: cluster 2023-12-07T14:00:36.137570+0000 mgr.a (mgr.24293) 10034 : 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-07T14:00:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:38 smithi022 bash[28554]: cluster 2023-12-07T14:00:38.138164+0000 mgr.a (mgr.24293) 10035 : 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-07T14:00:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:38 smithi044 bash[32620]: cluster 2023-12-07T14:00:38.138164+0000 mgr.a (mgr.24293) 10035 : 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-07T14:00:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:38 smithi027 bash[31536]: cluster 2023-12-07T14:00:38.138164+0000 mgr.a (mgr.24293) 10035 : 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-07T14:00:39.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:39.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:39.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:40.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:40.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:40.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:40.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:40.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:41 smithi027 bash[31536]: cluster 2023-12-07T14:00:40.138732+0000 mgr.a (mgr.24293) 10036 : 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-07T14:00:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:41 smithi027 bash[31536]: audit 2023-12-07T14:00:40.300569+0000 mgr.a (mgr.24293) 10037 : audit 0 from='client.205269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:41 smithi022 bash[28554]: cluster 2023-12-07T14:00:40.138732+0000 mgr.a (mgr.24293) 10036 : 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-07T14:00:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:41 smithi022 bash[28554]: audit 2023-12-07T14:00:40.300569+0000 mgr.a (mgr.24293) 10037 : audit 0 from='client.205269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:41 smithi044 bash[32620]: cluster 2023-12-07T14:00:40.138732+0000 mgr.a (mgr.24293) 10036 : 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-07T14:00:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:41 smithi044 bash[32620]: audit 2023-12-07T14:00:40.300569+0000 mgr.a (mgr.24293) 10037 : audit 0 from='client.205269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:43 smithi022 bash[28554]: cluster 2023-12-07T14:00:42.140017+0000 mgr.a (mgr.24293) 10038 : 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-07T14:00:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:43 smithi044 bash[32620]: cluster 2023-12-07T14:00:42.140017+0000 mgr.a (mgr.24293) 10038 : 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-07T14:00:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:43 smithi027 bash[31536]: cluster 2023-12-07T14:00:42.140017+0000 mgr.a (mgr.24293) 10038 : 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-07T14:00:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:45 smithi022 bash[28554]: cluster 2023-12-07T14:00:44.140821+0000 mgr.a (mgr.24293) 10039 : 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-07T14:00:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:45 smithi044 bash[32620]: cluster 2023-12-07T14:00:44.140821+0000 mgr.a (mgr.24293) 10039 : 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-07T14:00:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:45 smithi027 bash[31536]: cluster 2023-12-07T14:00:44.140821+0000 mgr.a (mgr.24293) 10039 : 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-07T14:00:45.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:45.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:45.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:46.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:46.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:46.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:46.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:46.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:47 smithi044 bash[32620]: cluster 2023-12-07T14:00:46.141595+0000 mgr.a (mgr.24293) 10040 : 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-07T14:00:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:47 smithi044 bash[32620]: audit 2023-12-07T14:00:46.266481+0000 mgr.a (mgr.24293) 10041 : audit 0 from='client.205347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:47 smithi022 bash[28554]: cluster 2023-12-07T14:00:46.141595+0000 mgr.a (mgr.24293) 10040 : 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-07T14:00:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:47 smithi022 bash[28554]: audit 2023-12-07T14:00:46.266481+0000 mgr.a (mgr.24293) 10041 : audit 0 from='client.205347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:47 smithi027 bash[31536]: cluster 2023-12-07T14:00:46.141595+0000 mgr.a (mgr.24293) 10040 : 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-07T14:00:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:47 smithi027 bash[31536]: audit 2023-12-07T14:00:46.266481+0000 mgr.a (mgr.24293) 10041 : audit 0 from='client.205347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:48 smithi022 bash[28554]: cluster 2023-12-07T14:00:48.142268+0000 mgr.a (mgr.24293) 10042 : 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-07T14:00:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:48 smithi044 bash[32620]: cluster 2023-12-07T14:00:48.142268+0000 mgr.a (mgr.24293) 10042 : 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-07T14:00:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:48 smithi027 bash[31536]: cluster 2023-12-07T14:00:48.142268+0000 mgr.a (mgr.24293) 10042 : 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-07T14:00:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:51 smithi022 bash[28554]: cluster 2023-12-07T14:00:50.142874+0000 mgr.a (mgr.24293) 10043 : 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-07T14:00:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:51 smithi044 bash[32620]: cluster 2023-12-07T14:00:50.142874+0000 mgr.a (mgr.24293) 10043 : 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-07T14:00:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:51 smithi027 bash[31536]: cluster 2023-12-07T14:00:50.142874+0000 mgr.a (mgr.24293) 10043 : 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-07T14:00:51.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:51.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:51.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:52.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:52.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:52.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:52.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:52.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:53 smithi022 bash[28554]: cluster 2023-12-07T14:00:52.143671+0000 mgr.a (mgr.24293) 10044 : 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-07T14:00:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:53 smithi022 bash[28554]: audit 2023-12-07T14:00:52.223169+0000 mgr.a (mgr.24293) 10045 : audit 0 from='client.205425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:53 smithi044 bash[32620]: cluster 2023-12-07T14:00:52.143671+0000 mgr.a (mgr.24293) 10044 : 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-07T14:00:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:53 smithi044 bash[32620]: audit 2023-12-07T14:00:52.223169+0000 mgr.a (mgr.24293) 10045 : audit 0 from='client.205425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:53 smithi027 bash[31536]: cluster 2023-12-07T14:00:52.143671+0000 mgr.a (mgr.24293) 10044 : 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-07T14:00:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:53 smithi027 bash[31536]: audit 2023-12-07T14:00:52.223169+0000 mgr.a (mgr.24293) 10045 : audit 0 from='client.205425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:55 smithi022 bash[28554]: cluster 2023-12-07T14:00:54.144346+0000 mgr.a (mgr.24293) 10046 : 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-07T14:00:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:55 smithi044 bash[32620]: cluster 2023-12-07T14:00:54.144346+0000 mgr.a (mgr.24293) 10046 : 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-07T14:00:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:55 smithi027 bash[31536]: cluster 2023-12-07T14:00:54.144346+0000 mgr.a (mgr.24293) 10046 : 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-07T14:00:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:57 smithi022 bash[28554]: cluster 2023-12-07T14:00:56.145171+0000 mgr.a (mgr.24293) 10047 : 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-07T14:00:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:57 smithi044 bash[32620]: cluster 2023-12-07T14:00:56.145171+0000 mgr.a (mgr.24293) 10047 : 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-07T14:00:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:57 smithi027 bash[31536]: cluster 2023-12-07T14:00:56.145171+0000 mgr.a (mgr.24293) 10047 : 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-07T14:00:57.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:00:57.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:57.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:58.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:00:58.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:58.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:58.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:58.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:00:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:58 smithi022 bash[28554]: audit 2023-12-07T14:00:57.727612+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:00:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:58 smithi044 bash[32620]: audit 2023-12-07T14:00:57.727612+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:00:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:58 smithi027 bash[31536]: audit 2023-12-07T14:00:57.727612+0000 mon.a (mon.0) 1842 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:00:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:59 smithi022 bash[28554]: cluster 2023-12-07T14:00:58.145704+0000 mgr.a (mgr.24293) 10048 : 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-07T14:00:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:00:59 smithi022 bash[28554]: audit 2023-12-07T14:00:58.159468+0000 mgr.a (mgr.24293) 10049 : audit 0 from='client.205500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:59 smithi044 bash[32620]: cluster 2023-12-07T14:00:58.145704+0000 mgr.a (mgr.24293) 10048 : 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-07T14:00:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:00:59 smithi044 bash[32620]: audit 2023-12-07T14:00:58.159468+0000 mgr.a (mgr.24293) 10049 : audit 0 from='client.205500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:59 smithi027 bash[31536]: cluster 2023-12-07T14:00:58.145704+0000 mgr.a (mgr.24293) 10048 : 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-07T14:00:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:00:59 smithi027 bash[31536]: audit 2023-12-07T14:00:58.159468+0000 mgr.a (mgr.24293) 10049 : audit 0 from='client.205500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:01 smithi022 bash[28554]: cluster 2023-12-07T14:01:00.146385+0000 mgr.a (mgr.24293) 10050 : 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-07T14:01:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:01 smithi044 bash[32620]: cluster 2023-12-07T14:01:00.146385+0000 mgr.a (mgr.24293) 10050 : 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-07T14:01:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:01 smithi027 bash[31536]: cluster 2023-12-07T14:01:00.146385+0000 mgr.a (mgr.24293) 10050 : 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-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: cluster 2023-12-07T14:01:02.147217+0000 mgr.a (mgr.24293) 10051 : 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-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: audit 2023-12-07T14:01:03.082804+0000 mon.a (mon.0) 1843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: audit 2023-12-07T14:01:03.092783+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: audit 2023-12-07T14:01:03.127995+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: audit 2023-12-07T14:01:03.134681+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: audit 2023-12-07T14:01:03.176734+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:03 smithi022 bash[28554]: audit 2023-12-07T14:01:03.183255+0000 mon.a (mon.0) 1848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: cluster 2023-12-07T14:01:02.147217+0000 mgr.a (mgr.24293) 10051 : 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-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: audit 2023-12-07T14:01:03.082804+0000 mon.a (mon.0) 1843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: audit 2023-12-07T14:01:03.092783+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: audit 2023-12-07T14:01:03.127995+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: audit 2023-12-07T14:01:03.134681+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: audit 2023-12-07T14:01:03.176734+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:03 smithi044 bash[32620]: audit 2023-12-07T14:01:03.183255+0000 mon.a (mon.0) 1848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:03.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:03.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: cluster 2023-12-07T14:01:02.147217+0000 mgr.a (mgr.24293) 10051 : 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-07T14:01:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: audit 2023-12-07T14:01:03.082804+0000 mon.a (mon.0) 1843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: audit 2023-12-07T14:01:03.092783+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: audit 2023-12-07T14:01:03.127995+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: audit 2023-12-07T14:01:03.134681+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: audit 2023-12-07T14:01:03.176734+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:03.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:03 smithi027 bash[31536]: audit 2023-12-07T14:01:03.183255+0000 mon.a (mon.0) 1848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:04.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:04.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:04.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:04.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:04.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:04 smithi022 bash[28554]: audit 2023-12-07T14:01:03.868118+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:01:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:04 smithi022 bash[28554]: audit 2023-12-07T14:01:03.869978+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:01:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:04 smithi022 bash[28554]: audit 2023-12-07T14:01:03.878877+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:04 smithi044 bash[32620]: audit 2023-12-07T14:01:03.868118+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:01:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:04 smithi044 bash[32620]: audit 2023-12-07T14:01:03.869978+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:01:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:04 smithi044 bash[32620]: audit 2023-12-07T14:01:03.878877+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:04 smithi027 bash[31536]: audit 2023-12-07T14:01:03.868118+0000 mon.a (mon.0) 1849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:01:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:04 smithi027 bash[31536]: audit 2023-12-07T14:01:03.869978+0000 mon.a (mon.0) 1850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:01:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:04 smithi027 bash[31536]: audit 2023-12-07T14:01:03.878877+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:01:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:05 smithi022 bash[28554]: audit 2023-12-07T14:01:04.082503+0000 mgr.a (mgr.24293) 10052 : audit 0 from='client.205578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:05 smithi022 bash[28554]: cluster 2023-12-07T14:01:04.147833+0000 mgr.a (mgr.24293) 10053 : 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-07T14:01:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:05 smithi044 bash[32620]: audit 2023-12-07T14:01:04.082503+0000 mgr.a (mgr.24293) 10052 : audit 0 from='client.205578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:05 smithi044 bash[32620]: cluster 2023-12-07T14:01:04.147833+0000 mgr.a (mgr.24293) 10053 : 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-07T14:01:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:05 smithi027 bash[31536]: audit 2023-12-07T14:01:04.082503+0000 mgr.a (mgr.24293) 10052 : audit 0 from='client.205578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:05 smithi027 bash[31536]: cluster 2023-12-07T14:01:04.147833+0000 mgr.a (mgr.24293) 10053 : 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-07T14:01:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:07 smithi022 bash[28554]: cluster 2023-12-07T14:01:06.148697+0000 mgr.a (mgr.24293) 10054 : 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-07T14:01:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:07 smithi044 bash[32620]: cluster 2023-12-07T14:01:06.148697+0000 mgr.a (mgr.24293) 10054 : 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-07T14:01:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:07 smithi027 bash[31536]: cluster 2023-12-07T14:01:06.148697+0000 mgr.a (mgr.24293) 10054 : 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-07T14:01:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:08 smithi022 bash[28554]: cluster 2023-12-07T14:01:08.149290+0000 mgr.a (mgr.24293) 10055 : 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-07T14:01:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:08 smithi044 bash[32620]: cluster 2023-12-07T14:01:08.149290+0000 mgr.a (mgr.24293) 10055 : 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-07T14:01:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:08 smithi027 bash[31536]: cluster 2023-12-07T14:01:08.149290+0000 mgr.a (mgr.24293) 10055 : 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-07T14:01:09.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:09.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:09.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:10.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:10.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:10.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:10.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:10.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:11 smithi022 bash[28554]: audit 2023-12-07T14:01:10.012566+0000 mgr.a (mgr.24293) 10056 : audit 0 from='client.205656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:11 smithi022 bash[28554]: cluster 2023-12-07T14:01:10.149917+0000 mgr.a (mgr.24293) 10057 : 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-07T14:01:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:11 smithi044 bash[32620]: audit 2023-12-07T14:01:10.012566+0000 mgr.a (mgr.24293) 10056 : audit 0 from='client.205656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:11 smithi044 bash[32620]: cluster 2023-12-07T14:01:10.149917+0000 mgr.a (mgr.24293) 10057 : 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-07T14:01:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:11 smithi027 bash[31536]: audit 2023-12-07T14:01:10.012566+0000 mgr.a (mgr.24293) 10056 : audit 0 from='client.205656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:11 smithi027 bash[31536]: cluster 2023-12-07T14:01:10.149917+0000 mgr.a (mgr.24293) 10057 : 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-07T14:01:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:13 smithi022 bash[28554]: cluster 2023-12-07T14:01:12.150854+0000 mgr.a (mgr.24293) 10058 : cluster 0 pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:01:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:13 smithi044 bash[32620]: cluster 2023-12-07T14:01:12.150854+0000 mgr.a (mgr.24293) 10058 : cluster 0 pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:01:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:13 smithi027 bash[31536]: cluster 2023-12-07T14:01:12.150854+0000 mgr.a (mgr.24293) 10058 : cluster 0 pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:01:15.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:15.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:15.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:15 smithi022 bash[28554]: cluster 2023-12-07T14:01:14.151450+0000 mgr.a (mgr.24293) 10059 : cluster 0 pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:01:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:15 smithi044 bash[32620]: cluster 2023-12-07T14:01:14.151450+0000 mgr.a (mgr.24293) 10059 : cluster 0 pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:01:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:15 smithi027 bash[31536]: cluster 2023-12-07T14:01:14.151450+0000 mgr.a (mgr.24293) 10059 : cluster 0 pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:01:16.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:16.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:16.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:16.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:16.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:17 smithi022 bash[28554]: audit 2023-12-07T14:01:15.957998+0000 mgr.a (mgr.24293) 10060 : audit 0 from='client.205731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:17 smithi022 bash[28554]: cluster 2023-12-07T14:01:16.152617+0000 mgr.a (mgr.24293) 10061 : 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-07T14:01:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:17 smithi044 bash[32620]: audit 2023-12-07T14:01:15.957998+0000 mgr.a (mgr.24293) 10060 : audit 0 from='client.205731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:17 smithi044 bash[32620]: cluster 2023-12-07T14:01:16.152617+0000 mgr.a (mgr.24293) 10061 : 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-07T14:01:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:17 smithi027 bash[31536]: audit 2023-12-07T14:01:15.957998+0000 mgr.a (mgr.24293) 10060 : audit 0 from='client.205731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:17 smithi027 bash[31536]: cluster 2023-12-07T14:01:16.152617+0000 mgr.a (mgr.24293) 10061 : 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-07T14:01:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:18 smithi022 bash[28554]: cluster 2023-12-07T14:01:18.153328+0000 mgr.a (mgr.24293) 10062 : 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-07T14:01:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:18 smithi044 bash[32620]: cluster 2023-12-07T14:01:18.153328+0000 mgr.a (mgr.24293) 10062 : 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-07T14:01:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:18 smithi027 bash[31536]: cluster 2023-12-07T14:01:18.153328+0000 mgr.a (mgr.24293) 10062 : 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-07T14:01:21.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:21.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:21.497 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:21 smithi022 bash[28554]: cluster 2023-12-07T14:01:20.153945+0000 mgr.a (mgr.24293) 10063 : 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-07T14:01:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:21 smithi044 bash[32620]: cluster 2023-12-07T14:01:20.153945+0000 mgr.a (mgr.24293) 10063 : 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-07T14:01:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:21 smithi027 bash[31536]: cluster 2023-12-07T14:01:20.153945+0000 mgr.a (mgr.24293) 10063 : 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-07T14:01:22.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:22.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:22.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:22.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:22.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:23 smithi022 bash[28554]: audit 2023-12-07T14:01:21.909076+0000 mgr.a (mgr.24293) 10064 : audit 0 from='client.205803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:23 smithi022 bash[28554]: cluster 2023-12-07T14:01:22.155047+0000 mgr.a (mgr.24293) 10065 : 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-07T14:01:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:23 smithi044 bash[32620]: audit 2023-12-07T14:01:21.909076+0000 mgr.a (mgr.24293) 10064 : audit 0 from='client.205803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:23.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:23 smithi044 bash[32620]: cluster 2023-12-07T14:01:22.155047+0000 mgr.a (mgr.24293) 10065 : 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-07T14:01:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:23 smithi027 bash[31536]: audit 2023-12-07T14:01:21.909076+0000 mgr.a (mgr.24293) 10064 : audit 0 from='client.205803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:23 smithi027 bash[31536]: cluster 2023-12-07T14:01:22.155047+0000 mgr.a (mgr.24293) 10065 : 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-07T14:01:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:25 smithi022 bash[28554]: cluster 2023-12-07T14:01:24.155793+0000 mgr.a (mgr.24293) 10066 : cluster 0 pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:01:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:25 smithi044 bash[32620]: cluster 2023-12-07T14:01:24.155793+0000 mgr.a (mgr.24293) 10066 : cluster 0 pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:01:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:25 smithi027 bash[31536]: cluster 2023-12-07T14:01:24.155793+0000 mgr.a (mgr.24293) 10066 : cluster 0 pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:01:27.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:27.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:27.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:27 smithi022 bash[28554]: cluster 2023-12-07T14:01:26.156570+0000 mgr.a (mgr.24293) 10067 : cluster 0 pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:01:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:27 smithi044 bash[32620]: cluster 2023-12-07T14:01:26.156570+0000 mgr.a (mgr.24293) 10067 : cluster 0 pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:01:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:27 smithi027 bash[31536]: cluster 2023-12-07T14:01:26.156570+0000 mgr.a (mgr.24293) 10067 : cluster 0 pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:01:28.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:28 smithi044 bash[32620]: audit 2023-12-07T14:01:27.858704+0000 mgr.a (mgr.24293) 10068 : audit 0 from='client.173428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:28 smithi044 bash[32620]: cluster 2023-12-07T14:01:28.157319+0000 mgr.a (mgr.24293) 10069 : 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-07T14:01:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:28 smithi022 bash[28554]: audit 2023-12-07T14:01:27.858704+0000 mgr.a (mgr.24293) 10068 : audit 0 from='client.173428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:28 smithi022 bash[28554]: cluster 2023-12-07T14:01:28.157319+0000 mgr.a (mgr.24293) 10069 : 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-07T14:01:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:28 smithi027 bash[31536]: audit 2023-12-07T14:01:27.858704+0000 mgr.a (mgr.24293) 10068 : audit 0 from='client.173428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:28 smithi027 bash[31536]: cluster 2023-12-07T14:01:28.157319+0000 mgr.a (mgr.24293) 10069 : 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-07T14:01:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:31 smithi022 bash[28554]: cluster 2023-12-07T14:01:30.158016+0000 mgr.a (mgr.24293) 10070 : 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-07T14:01:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:31 smithi044 bash[32620]: cluster 2023-12-07T14:01:30.158016+0000 mgr.a (mgr.24293) 10070 : 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-07T14:01:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:31 smithi027 bash[31536]: cluster 2023-12-07T14:01:30.158016+0000 mgr.a (mgr.24293) 10070 : 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-07T14:01:33.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:33.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:33.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:33 smithi022 bash[28554]: cluster 2023-12-07T14:01:32.158835+0000 mgr.a (mgr.24293) 10071 : 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-07T14:01:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:33 smithi044 bash[32620]: cluster 2023-12-07T14:01:32.158835+0000 mgr.a (mgr.24293) 10071 : 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-07T14:01:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:33 smithi027 bash[31536]: cluster 2023-12-07T14:01:32.158835+0000 mgr.a (mgr.24293) 10071 : 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-07T14:01:34.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:34.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:34.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:34.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:34.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:35 smithi044 bash[32620]: audit 2023-12-07T14:01:33.792604+0000 mgr.a (mgr.24293) 10072 : audit 0 from='client.205956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:35 smithi044 bash[32620]: cluster 2023-12-07T14:01:34.159476+0000 mgr.a (mgr.24293) 10073 : 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-07T14:01:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:35 smithi022 bash[28554]: audit 2023-12-07T14:01:33.792604+0000 mgr.a (mgr.24293) 10072 : audit 0 from='client.205956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:35 smithi022 bash[28554]: cluster 2023-12-07T14:01:34.159476+0000 mgr.a (mgr.24293) 10073 : 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-07T14:01:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:35 smithi027 bash[31536]: audit 2023-12-07T14:01:33.792604+0000 mgr.a (mgr.24293) 10072 : audit 0 from='client.205956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:35 smithi027 bash[31536]: cluster 2023-12-07T14:01:34.159476+0000 mgr.a (mgr.24293) 10073 : 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-07T14:01:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:37 smithi022 bash[28554]: cluster 2023-12-07T14:01:36.160395+0000 mgr.a (mgr.24293) 10074 : 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-07T14:01:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:37 smithi044 bash[32620]: cluster 2023-12-07T14:01:36.160395+0000 mgr.a (mgr.24293) 10074 : 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-07T14:01:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:37 smithi027 bash[31536]: cluster 2023-12-07T14:01:36.160395+0000 mgr.a (mgr.24293) 10074 : 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-07T14:01:39.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:39.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:39.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:38 smithi022 bash[28554]: cluster 2023-12-07T14:01:38.160982+0000 mgr.a (mgr.24293) 10075 : 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-07T14:01:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:38 smithi044 bash[32620]: cluster 2023-12-07T14:01:38.160982+0000 mgr.a (mgr.24293) 10075 : 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-07T14:01:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:38 smithi027 bash[31536]: cluster 2023-12-07T14:01:38.160982+0000 mgr.a (mgr.24293) 10075 : 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-07T14:01:40.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:40.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:40.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:40.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:40.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:41 smithi044 bash[32620]: audit 2023-12-07T14:01:39.728717+0000 mgr.a (mgr.24293) 10076 : audit 0 from='client.169559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:41 smithi044 bash[32620]: cluster 2023-12-07T14:01:40.161900+0000 mgr.a (mgr.24293) 10077 : 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-07T14:01:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:41 smithi022 bash[28554]: audit 2023-12-07T14:01:39.728717+0000 mgr.a (mgr.24293) 10076 : audit 0 from='client.169559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:41 smithi022 bash[28554]: cluster 2023-12-07T14:01:40.161900+0000 mgr.a (mgr.24293) 10077 : 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-07T14:01:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:41 smithi027 bash[31536]: audit 2023-12-07T14:01:39.728717+0000 mgr.a (mgr.24293) 10076 : audit 0 from='client.169559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:41 smithi027 bash[31536]: cluster 2023-12-07T14:01:40.161900+0000 mgr.a (mgr.24293) 10077 : 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-07T14:01:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:43 smithi044 bash[32620]: cluster 2023-12-07T14:01:42.162818+0000 mgr.a (mgr.24293) 10078 : 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-07T14:01:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:43 smithi022 bash[28554]: cluster 2023-12-07T14:01:42.162818+0000 mgr.a (mgr.24293) 10078 : 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-07T14:01:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:43 smithi027 bash[31536]: cluster 2023-12-07T14:01:42.162818+0000 mgr.a (mgr.24293) 10078 : 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-07T14:01:45.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:45.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:45.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:45 smithi022 bash[28554]: cluster 2023-12-07T14:01:44.163431+0000 mgr.a (mgr.24293) 10079 : 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-07T14:01:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:45 smithi044 bash[32620]: cluster 2023-12-07T14:01:44.163431+0000 mgr.a (mgr.24293) 10079 : 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-07T14:01:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:45 smithi027 bash[31536]: cluster 2023-12-07T14:01:44.163431+0000 mgr.a (mgr.24293) 10079 : 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-07T14:01:46.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:46.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:47 smithi044 bash[32620]: audit 2023-12-07T14:01:45.679673+0000 mgr.a (mgr.24293) 10080 : audit 0 from='client.206112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:47 smithi044 bash[32620]: cluster 2023-12-07T14:01:46.164331+0000 mgr.a (mgr.24293) 10081 : 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-07T14:01:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:47 smithi022 bash[28554]: audit 2023-12-07T14:01:45.679673+0000 mgr.a (mgr.24293) 10080 : audit 0 from='client.206112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:47 smithi022 bash[28554]: cluster 2023-12-07T14:01:46.164331+0000 mgr.a (mgr.24293) 10081 : 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-07T14:01:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:47 smithi027 bash[31536]: audit 2023-12-07T14:01:45.679673+0000 mgr.a (mgr.24293) 10080 : audit 0 from='client.206112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:47 smithi027 bash[31536]: cluster 2023-12-07T14:01:46.164331+0000 mgr.a (mgr.24293) 10081 : 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-07T14:01:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:48 smithi022 bash[28554]: cluster 2023-12-07T14:01:48.164915+0000 mgr.a (mgr.24293) 10082 : 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-07T14:01:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:48 smithi044 bash[32620]: cluster 2023-12-07T14:01:48.164915+0000 mgr.a (mgr.24293) 10082 : 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-07T14:01:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:48 smithi027 bash[31536]: cluster 2023-12-07T14:01:48.164915+0000 mgr.a (mgr.24293) 10082 : 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-07T14:01:51.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:51.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:51.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:51 smithi022 bash[28554]: cluster 2023-12-07T14:01:50.165496+0000 mgr.a (mgr.24293) 10083 : 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-07T14:01:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:51 smithi044 bash[32620]: cluster 2023-12-07T14:01:50.165496+0000 mgr.a (mgr.24293) 10083 : 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-07T14:01:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:51 smithi027 bash[31536]: cluster 2023-12-07T14:01:50.165496+0000 mgr.a (mgr.24293) 10083 : 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-07T14:01:52.173 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:52.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:52.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:52.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:52.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:52 smithi022 bash[28554]: audit 2023-12-07T14:01:51.631851+0000 mgr.a (mgr.24293) 10084 : audit 0 from='client.206190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:52 smithi044 bash[32620]: audit 2023-12-07T14:01:51.631851+0000 mgr.a (mgr.24293) 10084 : audit 0 from='client.206190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:52 smithi027 bash[31536]: audit 2023-12-07T14:01:51.631851+0000 mgr.a (mgr.24293) 10084 : audit 0 from='client.206190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:53 smithi022 bash[28554]: cluster 2023-12-07T14:01:52.166573+0000 mgr.a (mgr.24293) 10085 : 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-07T14:01:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:53 smithi044 bash[32620]: cluster 2023-12-07T14:01:52.166573+0000 mgr.a (mgr.24293) 10085 : 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-07T14:01:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:53 smithi027 bash[31536]: cluster 2023-12-07T14:01:52.166573+0000 mgr.a (mgr.24293) 10085 : 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-07T14:01:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:55 smithi022 bash[28554]: cluster 2023-12-07T14:01:54.167183+0000 mgr.a (mgr.24293) 10086 : 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-07T14:01:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:55 smithi044 bash[32620]: cluster 2023-12-07T14:01:54.167183+0000 mgr.a (mgr.24293) 10086 : 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-07T14:01:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:55 smithi027 bash[31536]: cluster 2023-12-07T14:01:54.167183+0000 mgr.a (mgr.24293) 10086 : 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-07T14:01:57.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:01:57.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:57.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:57 smithi022 bash[28554]: cluster 2023-12-07T14:01:56.167934+0000 mgr.a (mgr.24293) 10087 : 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-07T14:01:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:57 smithi044 bash[32620]: cluster 2023-12-07T14:01:56.167934+0000 mgr.a (mgr.24293) 10087 : 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-07T14:01:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:57 smithi027 bash[31536]: cluster 2023-12-07T14:01:56.167934+0000 mgr.a (mgr.24293) 10087 : 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-07T14:01:58.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:58.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:58.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:58.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:01:58.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:01:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:58 smithi022 bash[28554]: audit 2023-12-07T14:01:57.590473+0000 mgr.a (mgr.24293) 10088 : audit 0 from='client.206268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:58 smithi044 bash[32620]: audit 2023-12-07T14:01:57.590473+0000 mgr.a (mgr.24293) 10088 : audit 0 from='client.206268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:58 smithi027 bash[31536]: audit 2023-12-07T14:01:57.590473+0000 mgr.a (mgr.24293) 10088 : audit 0 from='client.206268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:01:59 smithi022 bash[28554]: cluster 2023-12-07T14:01:58.168681+0000 mgr.a (mgr.24293) 10089 : 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-07T14:01:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:01:59 smithi044 bash[32620]: cluster 2023-12-07T14:01:58.168681+0000 mgr.a (mgr.24293) 10089 : 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-07T14:01:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:01:59 smithi027 bash[31536]: cluster 2023-12-07T14:01:58.168681+0000 mgr.a (mgr.24293) 10089 : 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-07T14:02:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:01 smithi022 bash[28554]: cluster 2023-12-07T14:02:00.169281+0000 mgr.a (mgr.24293) 10090 : 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-07T14:02:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:01 smithi044 bash[32620]: cluster 2023-12-07T14:02:00.169281+0000 mgr.a (mgr.24293) 10090 : 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-07T14:02:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:01 smithi027 bash[31536]: cluster 2023-12-07T14:02:00.169281+0000 mgr.a (mgr.24293) 10090 : 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-07T14:02:03.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:03.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:03.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:03 smithi022 bash[28554]: cluster 2023-12-07T14:02:02.170121+0000 mgr.a (mgr.24293) 10091 : 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-07T14:02:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:03 smithi044 bash[32620]: cluster 2023-12-07T14:02:02.170121+0000 mgr.a (mgr.24293) 10091 : 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-07T14:02:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:03 smithi027 bash[31536]: cluster 2023-12-07T14:02:02.170121+0000 mgr.a (mgr.24293) 10091 : 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-07T14:02:04.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:04.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:04.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:04.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:04.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:04 smithi022 bash[28554]: audit 2023-12-07T14:02:03.537262+0000 mgr.a (mgr.24293) 10092 : audit 0 from='client.206346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:04 smithi022 bash[28554]: audit 2023-12-07T14:02:03.982304+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:02:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:04 smithi044 bash[32620]: audit 2023-12-07T14:02:03.537262+0000 mgr.a (mgr.24293) 10092 : audit 0 from='client.206346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:04 smithi044 bash[32620]: audit 2023-12-07T14:02:03.982304+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:02:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:04 smithi027 bash[31536]: audit 2023-12-07T14:02:03.537262+0000 mgr.a (mgr.24293) 10092 : audit 0 from='client.206346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:04 smithi027 bash[31536]: audit 2023-12-07T14:02:03.982304+0000 mon.a (mon.0) 1852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:02:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:05 smithi022 bash[28554]: cluster 2023-12-07T14:02:04.170966+0000 mgr.a (mgr.24293) 10093 : 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-07T14:02:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:05 smithi022 bash[28554]: audit 2023-12-07T14:02:04.770669+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:02:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:05 smithi022 bash[28554]: audit 2023-12-07T14:02:04.772625+0000 mon.a (mon.0) 1854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:02:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:05 smithi022 bash[28554]: audit 2023-12-07T14:02:04.782175+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:02:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:05 smithi044 bash[32620]: cluster 2023-12-07T14:02:04.170966+0000 mgr.a (mgr.24293) 10093 : 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-07T14:02:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:05 smithi044 bash[32620]: audit 2023-12-07T14:02:04.770669+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:02:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:05 smithi044 bash[32620]: audit 2023-12-07T14:02:04.772625+0000 mon.a (mon.0) 1854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:02:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:05 smithi044 bash[32620]: audit 2023-12-07T14:02:04.782175+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:02:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:05 smithi027 bash[31536]: cluster 2023-12-07T14:02:04.170966+0000 mgr.a (mgr.24293) 10093 : 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-07T14:02:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:05 smithi027 bash[31536]: audit 2023-12-07T14:02:04.770669+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:02:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:05 smithi027 bash[31536]: audit 2023-12-07T14:02:04.772625+0000 mon.a (mon.0) 1854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:02:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:05 smithi027 bash[31536]: audit 2023-12-07T14:02:04.782175+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:02:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:07 smithi022 bash[28554]: cluster 2023-12-07T14:02:06.171993+0000 mgr.a (mgr.24293) 10094 : 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-07T14:02:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:07 smithi044 bash[32620]: cluster 2023-12-07T14:02:06.171993+0000 mgr.a (mgr.24293) 10094 : 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-07T14:02:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:07 smithi027 bash[31536]: cluster 2023-12-07T14:02:06.171993+0000 mgr.a (mgr.24293) 10094 : 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-07T14:02:09.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:09.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:09.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:08 smithi022 bash[28554]: cluster 2023-12-07T14:02:08.172601+0000 mgr.a (mgr.24293) 10095 : 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-07T14:02:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:08 smithi044 bash[32620]: cluster 2023-12-07T14:02:08.172601+0000 mgr.a (mgr.24293) 10095 : 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-07T14:02:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:08 smithi027 bash[31536]: cluster 2023-12-07T14:02:08.172601+0000 mgr.a (mgr.24293) 10095 : 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-07T14:02:09.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:09.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:09.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:09.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:10.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:09 smithi022 bash[28554]: audit 2023-12-07T14:02:09.476635+0000 mgr.a (mgr.24293) 10096 : audit 0 from='client.206424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:09 smithi044 bash[32620]: audit 2023-12-07T14:02:09.476635+0000 mgr.a (mgr.24293) 10096 : audit 0 from='client.206424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:09 smithi027 bash[31536]: audit 2023-12-07T14:02:09.476635+0000 mgr.a (mgr.24293) 10096 : audit 0 from='client.206424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:10 smithi022 bash[28554]: cluster 2023-12-07T14:02:10.173347+0000 mgr.a (mgr.24293) 10097 : 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-07T14:02:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:10 smithi044 bash[32620]: cluster 2023-12-07T14:02:10.173347+0000 mgr.a (mgr.24293) 10097 : 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-07T14:02:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:10 smithi027 bash[31536]: cluster 2023-12-07T14:02:10.173347+0000 mgr.a (mgr.24293) 10097 : 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-07T14:02:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:13 smithi022 bash[28554]: cluster 2023-12-07T14:02:12.174178+0000 mgr.a (mgr.24293) 10098 : 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-07T14:02:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:13 smithi044 bash[32620]: cluster 2023-12-07T14:02:12.174178+0000 mgr.a (mgr.24293) 10098 : 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-07T14:02:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:13 smithi027 bash[31536]: cluster 2023-12-07T14:02:12.174178+0000 mgr.a (mgr.24293) 10098 : 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-07T14:02:15.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:15.002 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:15.002 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:15 smithi022 bash[28554]: cluster 2023-12-07T14:02:14.174755+0000 mgr.a (mgr.24293) 10099 : 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-07T14:02:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:15 smithi044 bash[32620]: cluster 2023-12-07T14:02:14.174755+0000 mgr.a (mgr.24293) 10099 : 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-07T14:02:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:15 smithi027 bash[31536]: cluster 2023-12-07T14:02:14.174755+0000 mgr.a (mgr.24293) 10099 : 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-07T14:02:15.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:15.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:15.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:15.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:15.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:16 smithi022 bash[28554]: audit 2023-12-07T14:02:15.408954+0000 mgr.a (mgr.24293) 10100 : audit 0 from='client.206502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:16 smithi044 bash[32620]: audit 2023-12-07T14:02:15.408954+0000 mgr.a (mgr.24293) 10100 : audit 0 from='client.206502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:16 smithi027 bash[31536]: audit 2023-12-07T14:02:15.408954+0000 mgr.a (mgr.24293) 10100 : audit 0 from='client.206502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:17 smithi022 bash[28554]: cluster 2023-12-07T14:02:16.175885+0000 mgr.a (mgr.24293) 10101 : cluster 0 pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:17 smithi044 bash[32620]: cluster 2023-12-07T14:02:16.175885+0000 mgr.a (mgr.24293) 10101 : cluster 0 pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:17 smithi027 bash[31536]: cluster 2023-12-07T14:02:16.175885+0000 mgr.a (mgr.24293) 10101 : cluster 0 pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:18 smithi022 bash[28554]: cluster 2023-12-07T14:02:18.176456+0000 mgr.a (mgr.24293) 10102 : cluster 0 pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:18 smithi044 bash[32620]: cluster 2023-12-07T14:02:18.176456+0000 mgr.a (mgr.24293) 10102 : cluster 0 pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:18 smithi027 bash[31536]: cluster 2023-12-07T14:02:18.176456+0000 mgr.a (mgr.24293) 10102 : cluster 0 pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:20.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:20.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:20.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:21 smithi022 bash[28554]: cluster 2023-12-07T14:02:20.177079+0000 mgr.a (mgr.24293) 10103 : cluster 0 pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:21 smithi044 bash[32620]: cluster 2023-12-07T14:02:20.177079+0000 mgr.a (mgr.24293) 10103 : cluster 0 pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:21 smithi027 bash[31536]: cluster 2023-12-07T14:02:20.177079+0000 mgr.a (mgr.24293) 10103 : cluster 0 pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:21.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:21.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:21.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:21.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:21.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:22 smithi022 bash[28554]: audit 2023-12-07T14:02:21.315346+0000 mgr.a (mgr.24293) 10104 : audit 0 from='client.206580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:22 smithi044 bash[32620]: audit 2023-12-07T14:02:21.315346+0000 mgr.a (mgr.24293) 10104 : audit 0 from='client.206580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:22 smithi027 bash[31536]: audit 2023-12-07T14:02:21.315346+0000 mgr.a (mgr.24293) 10104 : audit 0 from='client.206580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:23 smithi044 bash[32620]: cluster 2023-12-07T14:02:22.178202+0000 mgr.a (mgr.24293) 10105 : 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-07T14:02:23.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:23 smithi022 bash[28554]: cluster 2023-12-07T14:02:22.178202+0000 mgr.a (mgr.24293) 10105 : 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-07T14:02:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:23 smithi027 bash[31536]: cluster 2023-12-07T14:02:22.178202+0000 mgr.a (mgr.24293) 10105 : 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-07T14:02:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:25 smithi022 bash[28554]: cluster 2023-12-07T14:02:24.178792+0000 mgr.a (mgr.24293) 10106 : 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-07T14:02:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:25 smithi044 bash[32620]: cluster 2023-12-07T14:02:24.178792+0000 mgr.a (mgr.24293) 10106 : 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-07T14:02:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:25 smithi027 bash[31536]: cluster 2023-12-07T14:02:24.178792+0000 mgr.a (mgr.24293) 10106 : 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-07T14:02:26.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:26.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:26.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:27 smithi022 bash[28554]: cluster 2023-12-07T14:02:26.179580+0000 mgr.a (mgr.24293) 10107 : 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-07T14:02:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:27 smithi044 bash[32620]: cluster 2023-12-07T14:02:26.179580+0000 mgr.a (mgr.24293) 10107 : 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-07T14:02:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:27 smithi027 bash[31536]: cluster 2023-12-07T14:02:26.179580+0000 mgr.a (mgr.24293) 10107 : 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-07T14:02:27.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:27.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:27.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:27.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:27.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:28 smithi044 bash[32620]: audit 2023-12-07T14:02:27.241384+0000 mgr.a (mgr.24293) 10108 : audit 0 from='client.206655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:28 smithi022 bash[28554]: audit 2023-12-07T14:02:27.241384+0000 mgr.a (mgr.24293) 10108 : audit 0 from='client.206655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:28 smithi027 bash[31536]: audit 2023-12-07T14:02:27.241384+0000 mgr.a (mgr.24293) 10108 : audit 0 from='client.206655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:29 smithi022 bash[28554]: cluster 2023-12-07T14:02:28.180313+0000 mgr.a (mgr.24293) 10109 : cluster 0 pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:29 smithi044 bash[32620]: cluster 2023-12-07T14:02:28.180313+0000 mgr.a (mgr.24293) 10109 : cluster 0 pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:29 smithi027 bash[31536]: cluster 2023-12-07T14:02:28.180313+0000 mgr.a (mgr.24293) 10109 : cluster 0 pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:31 smithi044 bash[32620]: cluster 2023-12-07T14:02:30.180916+0000 mgr.a (mgr.24293) 10110 : cluster 0 pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:31 smithi022 bash[28554]: cluster 2023-12-07T14:02:30.180916+0000 mgr.a (mgr.24293) 10110 : cluster 0 pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:31 smithi027 bash[31536]: cluster 2023-12-07T14:02:30.180916+0000 mgr.a (mgr.24293) 10110 : cluster 0 pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:32.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:33 smithi022 bash[28554]: cluster 2023-12-07T14:02:32.181711+0000 mgr.a (mgr.24293) 10111 : cluster 0 pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:33 smithi044 bash[32620]: cluster 2023-12-07T14:02:32.181711+0000 mgr.a (mgr.24293) 10111 : cluster 0 pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:33 smithi027 bash[31536]: cluster 2023-12-07T14:02:32.181711+0000 mgr.a (mgr.24293) 10111 : cluster 0 pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:33.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:33.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:33.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:33.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:33.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:34 smithi022 bash[28554]: audit 2023-12-07T14:02:33.179611+0000 mgr.a (mgr.24293) 10112 : audit 0 from='client.206733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:34 smithi044 bash[32620]: audit 2023-12-07T14:02:33.179611+0000 mgr.a (mgr.24293) 10112 : audit 0 from='client.206733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:34 smithi027 bash[31536]: audit 2023-12-07T14:02:33.179611+0000 mgr.a (mgr.24293) 10112 : audit 0 from='client.206733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:35 smithi022 bash[28554]: cluster 2023-12-07T14:02:34.182403+0000 mgr.a (mgr.24293) 10113 : 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-07T14:02:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:35 smithi044 bash[32620]: cluster 2023-12-07T14:02:34.182403+0000 mgr.a (mgr.24293) 10113 : 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-07T14:02:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:35 smithi027 bash[31536]: cluster 2023-12-07T14:02:34.182403+0000 mgr.a (mgr.24293) 10113 : 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-07T14:02:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:37 smithi022 bash[28554]: cluster 2023-12-07T14:02:36.183215+0000 mgr.a (mgr.24293) 10114 : 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-07T14:02:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:37 smithi044 bash[32620]: cluster 2023-12-07T14:02:36.183215+0000 mgr.a (mgr.24293) 10114 : 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-07T14:02:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:37 smithi027 bash[31536]: cluster 2023-12-07T14:02:36.183215+0000 mgr.a (mgr.24293) 10114 : 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-07T14:02:38.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:38.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:38.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:38 smithi022 bash[28554]: cluster 2023-12-07T14:02:38.183780+0000 mgr.a (mgr.24293) 10115 : 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-07T14:02:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:38 smithi044 bash[32620]: cluster 2023-12-07T14:02:38.183780+0000 mgr.a (mgr.24293) 10115 : 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-07T14:02:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:38 smithi027 bash[31536]: cluster 2023-12-07T14:02:38.183780+0000 mgr.a (mgr.24293) 10115 : 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-07T14:02:39.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:39.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:39.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:39.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:39.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:40 smithi022 bash[28554]: audit 2023-12-07T14:02:39.128307+0000 mgr.a (mgr.24293) 10116 : audit 0 from='client.206808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:40 smithi044 bash[32620]: audit 2023-12-07T14:02:39.128307+0000 mgr.a (mgr.24293) 10116 : audit 0 from='client.206808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:40 smithi027 bash[31536]: audit 2023-12-07T14:02:39.128307+0000 mgr.a (mgr.24293) 10116 : audit 0 from='client.206808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:41 smithi022 bash[28554]: cluster 2023-12-07T14:02:40.184418+0000 mgr.a (mgr.24293) 10117 : 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-07T14:02:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:41 smithi044 bash[32620]: cluster 2023-12-07T14:02:40.184418+0000 mgr.a (mgr.24293) 10117 : 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-07T14:02:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:41 smithi027 bash[31536]: cluster 2023-12-07T14:02:40.184418+0000 mgr.a (mgr.24293) 10117 : 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-07T14:02:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:43 smithi022 bash[28554]: cluster 2023-12-07T14:02:42.185259+0000 mgr.a (mgr.24293) 10118 : 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-07T14:02:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:43 smithi044 bash[32620]: cluster 2023-12-07T14:02:42.185259+0000 mgr.a (mgr.24293) 10118 : 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-07T14:02:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:43 smithi027 bash[31536]: cluster 2023-12-07T14:02:42.185259+0000 mgr.a (mgr.24293) 10118 : 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-07T14:02:44.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:45.602 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:45.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:45.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:45.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:45.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:45 smithi022 bash[28554]: cluster 2023-12-07T14:02:44.185814+0000 mgr.a (mgr.24293) 10119 : 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-07T14:02:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:45 smithi044 bash[32620]: cluster 2023-12-07T14:02:44.185814+0000 mgr.a (mgr.24293) 10119 : 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-07T14:02:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:45 smithi027 bash[31536]: cluster 2023-12-07T14:02:44.185814+0000 mgr.a (mgr.24293) 10119 : 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-07T14:02:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:46 smithi022 bash[28554]: audit 2023-12-07T14:02:45.055533+0000 mgr.a (mgr.24293) 10120 : audit 0 from='client.206880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:46 smithi044 bash[32620]: audit 2023-12-07T14:02:45.055533+0000 mgr.a (mgr.24293) 10120 : audit 0 from='client.206880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:46 smithi027 bash[31536]: audit 2023-12-07T14:02:45.055533+0000 mgr.a (mgr.24293) 10120 : audit 0 from='client.206880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:47 smithi022 bash[28554]: cluster 2023-12-07T14:02:46.186777+0000 mgr.a (mgr.24293) 10121 : cluster 0 pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:02:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:47 smithi044 bash[32620]: cluster 2023-12-07T14:02:46.186777+0000 mgr.a (mgr.24293) 10121 : cluster 0 pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:02:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:47 smithi027 bash[31536]: cluster 2023-12-07T14:02:46.186777+0000 mgr.a (mgr.24293) 10121 : cluster 0 pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:02:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:49 smithi044 bash[32620]: cluster 2023-12-07T14:02:48.187332+0000 mgr.a (mgr.24293) 10122 : cluster 0 pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:02:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:49 smithi022 bash[28554]: cluster 2023-12-07T14:02:48.187332+0000 mgr.a (mgr.24293) 10122 : cluster 0 pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:02:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:49 smithi027 bash[31536]: cluster 2023-12-07T14:02:48.187332+0000 mgr.a (mgr.24293) 10122 : cluster 0 pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:02:50.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:50.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:50.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:51.535 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:51.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:51.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:51.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:51.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:51 smithi022 bash[28554]: cluster 2023-12-07T14:02:50.187928+0000 mgr.a (mgr.24293) 10123 : cluster 0 pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:02:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:51 smithi044 bash[32620]: cluster 2023-12-07T14:02:50.187928+0000 mgr.a (mgr.24293) 10123 : cluster 0 pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:02:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:51 smithi027 bash[31536]: cluster 2023-12-07T14:02:50.187928+0000 mgr.a (mgr.24293) 10123 : cluster 0 pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:02:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:52 smithi044 bash[32620]: audit 2023-12-07T14:02:51.012514+0000 mgr.a (mgr.24293) 10124 : audit 0 from='client.206955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:52 smithi022 bash[28554]: audit 2023-12-07T14:02:51.012514+0000 mgr.a (mgr.24293) 10124 : audit 0 from='client.206955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:52 smithi027 bash[31536]: audit 2023-12-07T14:02:51.012514+0000 mgr.a (mgr.24293) 10124 : audit 0 from='client.206955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:53 smithi022 bash[28554]: cluster 2023-12-07T14:02:52.189092+0000 mgr.a (mgr.24293) 10125 : 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-07T14:02:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:53 smithi044 bash[32620]: cluster 2023-12-07T14:02:52.189092+0000 mgr.a (mgr.24293) 10125 : 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-07T14:02:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:53 smithi027 bash[31536]: cluster 2023-12-07T14:02:52.189092+0000 mgr.a (mgr.24293) 10125 : 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-07T14:02:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:55 smithi022 bash[28554]: cluster 2023-12-07T14:02:54.189794+0000 mgr.a (mgr.24293) 10126 : 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-07T14:02:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:55 smithi044 bash[32620]: cluster 2023-12-07T14:02:54.189794+0000 mgr.a (mgr.24293) 10126 : 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-07T14:02:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:55 smithi027 bash[31536]: cluster 2023-12-07T14:02:54.189794+0000 mgr.a (mgr.24293) 10126 : 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-07T14:02:56.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:02:56.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:56.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:57.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:57.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:57.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:57.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:02:57.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:02:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:57 smithi022 bash[28554]: cluster 2023-12-07T14:02:56.190672+0000 mgr.a (mgr.24293) 10127 : 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-07T14:02:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:57 smithi044 bash[32620]: cluster 2023-12-07T14:02:56.190672+0000 mgr.a (mgr.24293) 10127 : 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-07T14:02:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:57 smithi027 bash[31536]: cluster 2023-12-07T14:02:56.190672+0000 mgr.a (mgr.24293) 10127 : 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-07T14:02:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:58 smithi022 bash[28554]: audit 2023-12-07T14:02:56.944622+0000 mgr.a (mgr.24293) 10128 : audit 0 from='client.207027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:58 smithi044 bash[32620]: audit 2023-12-07T14:02:56.944622+0000 mgr.a (mgr.24293) 10128 : audit 0 from='client.207027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:58 smithi027 bash[31536]: audit 2023-12-07T14:02:56.944622+0000 mgr.a (mgr.24293) 10128 : audit 0 from='client.207027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:02:59 smithi022 bash[28554]: cluster 2023-12-07T14:02:58.191373+0000 mgr.a (mgr.24293) 10129 : cluster 0 pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:02:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:02:59 smithi044 bash[32620]: cluster 2023-12-07T14:02:58.191373+0000 mgr.a (mgr.24293) 10129 : cluster 0 pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:02:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:02:59 smithi027 bash[31536]: cluster 2023-12-07T14:02:58.191373+0000 mgr.a (mgr.24293) 10129 : cluster 0 pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:01 smithi022 bash[28554]: cluster 2023-12-07T14:03:00.191951+0000 mgr.a (mgr.24293) 10130 : cluster 0 pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:01 smithi044 bash[32620]: cluster 2023-12-07T14:03:00.191951+0000 mgr.a (mgr.24293) 10130 : cluster 0 pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:01 smithi027 bash[31536]: cluster 2023-12-07T14:03:00.191951+0000 mgr.a (mgr.24293) 10130 : cluster 0 pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:02.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:02.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:02.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:03.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:03.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:03 smithi022 bash[28554]: cluster 2023-12-07T14:03:02.192765+0000 mgr.a (mgr.24293) 10131 : cluster 0 pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:03:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:03 smithi044 bash[32620]: cluster 2023-12-07T14:03:02.192765+0000 mgr.a (mgr.24293) 10131 : cluster 0 pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:03:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:03 smithi027 bash[31536]: cluster 2023-12-07T14:03:02.192765+0000 mgr.a (mgr.24293) 10131 : cluster 0 pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:03:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:04 smithi022 bash[28554]: audit 2023-12-07T14:03:02.888460+0000 mgr.a (mgr.24293) 10132 : audit 0 from='client.207099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:04 smithi044 bash[32620]: audit 2023-12-07T14:03:02.888460+0000 mgr.a (mgr.24293) 10132 : audit 0 from='client.207099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:04 smithi027 bash[31536]: audit 2023-12-07T14:03:02.888460+0000 mgr.a (mgr.24293) 10132 : audit 0 from='client.207099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:05 smithi022 bash[28554]: cluster 2023-12-07T14:03:04.193569+0000 mgr.a (mgr.24293) 10133 : 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-07T14:03:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:05 smithi022 bash[28554]: audit 2023-12-07T14:03:04.886311+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:03:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:05 smithi044 bash[32620]: cluster 2023-12-07T14:03:04.193569+0000 mgr.a (mgr.24293) 10133 : 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-07T14:03:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:05 smithi044 bash[32620]: audit 2023-12-07T14:03:04.886311+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:03:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:05 smithi027 bash[31536]: cluster 2023-12-07T14:03:04.193569+0000 mgr.a (mgr.24293) 10133 : 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-07T14:03:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:05 smithi027 bash[31536]: audit 2023-12-07T14:03:04.886311+0000 mon.a (mon.0) 1856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:03:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:06 smithi022 bash[28554]: audit 2023-12-07T14:03:05.680930+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:03:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:06 smithi022 bash[28554]: audit 2023-12-07T14:03:05.682829+0000 mon.a (mon.0) 1858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:03:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:06 smithi022 bash[28554]: audit 2023-12-07T14:03:05.692461+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:03:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:06 smithi044 bash[32620]: audit 2023-12-07T14:03:05.680930+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:03:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:06 smithi044 bash[32620]: audit 2023-12-07T14:03:05.682829+0000 mon.a (mon.0) 1858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:03:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:06 smithi044 bash[32620]: audit 2023-12-07T14:03:05.692461+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:03:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:06 smithi027 bash[31536]: audit 2023-12-07T14:03:05.680930+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:03:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:06 smithi027 bash[31536]: audit 2023-12-07T14:03:05.682829+0000 mon.a (mon.0) 1858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:03:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:06 smithi027 bash[31536]: audit 2023-12-07T14:03:05.692461+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:03:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:07 smithi044 bash[32620]: cluster 2023-12-07T14:03:06.194566+0000 mgr.a (mgr.24293) 10134 : 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-07T14:03:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:07 smithi022 bash[28554]: cluster 2023-12-07T14:03:06.194566+0000 mgr.a (mgr.24293) 10134 : 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-07T14:03:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:07 smithi027 bash[31536]: cluster 2023-12-07T14:03:06.194566+0000 mgr.a (mgr.24293) 10134 : 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-07T14:03:08.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:08.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:08.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:09.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:09.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:09.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:09.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:09.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:09 smithi022 bash[28554]: cluster 2023-12-07T14:03:08.195163+0000 mgr.a (mgr.24293) 10135 : 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-07T14:03:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:09 smithi044 bash[32620]: cluster 2023-12-07T14:03:08.195163+0000 mgr.a (mgr.24293) 10135 : 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-07T14:03:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:09 smithi027 bash[31536]: cluster 2023-12-07T14:03:08.195163+0000 mgr.a (mgr.24293) 10135 : 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-07T14:03:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:10 smithi022 bash[28554]: audit 2023-12-07T14:03:08.833029+0000 mgr.a (mgr.24293) 10136 : audit 0 from='client.207177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:10 smithi044 bash[32620]: audit 2023-12-07T14:03:08.833029+0000 mgr.a (mgr.24293) 10136 : audit 0 from='client.207177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:10 smithi027 bash[31536]: audit 2023-12-07T14:03:08.833029+0000 mgr.a (mgr.24293) 10136 : audit 0 from='client.207177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:11.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:11 smithi044 bash[32620]: cluster 2023-12-07T14:03:10.196001+0000 mgr.a (mgr.24293) 10137 : 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-07T14:03:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:11 smithi022 bash[28554]: cluster 2023-12-07T14:03:10.196001+0000 mgr.a (mgr.24293) 10137 : 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-07T14:03:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:11 smithi027 bash[31536]: cluster 2023-12-07T14:03:10.196001+0000 mgr.a (mgr.24293) 10137 : 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-07T14:03:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:13 smithi022 bash[28554]: cluster 2023-12-07T14:03:12.197043+0000 mgr.a (mgr.24293) 10138 : 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-07T14:03:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:13 smithi044 bash[32620]: cluster 2023-12-07T14:03:12.197043+0000 mgr.a (mgr.24293) 10138 : 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-07T14:03:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:13 smithi027 bash[31536]: cluster 2023-12-07T14:03:12.197043+0000 mgr.a (mgr.24293) 10138 : 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-07T14:03:14.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:14.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:14.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:15.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:15.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:15.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:15.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:15.280 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:15 smithi022 bash[28554]: cluster 2023-12-07T14:03:14.197644+0000 mgr.a (mgr.24293) 10139 : 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-07T14:03:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:15 smithi044 bash[32620]: cluster 2023-12-07T14:03:14.197644+0000 mgr.a (mgr.24293) 10139 : 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-07T14:03:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:15 smithi027 bash[31536]: cluster 2023-12-07T14:03:14.197644+0000 mgr.a (mgr.24293) 10139 : 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-07T14:03:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:16 smithi044 bash[32620]: audit 2023-12-07T14:03:14.764577+0000 mgr.a (mgr.24293) 10140 : audit 0 from='client.207255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:16 smithi022 bash[28554]: audit 2023-12-07T14:03:14.764577+0000 mgr.a (mgr.24293) 10140 : audit 0 from='client.207255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:16 smithi027 bash[31536]: audit 2023-12-07T14:03:14.764577+0000 mgr.a (mgr.24293) 10140 : audit 0 from='client.207255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:17 smithi022 bash[28554]: cluster 2023-12-07T14:03:16.198504+0000 mgr.a (mgr.24293) 10141 : 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-07T14:03:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:17 smithi044 bash[32620]: cluster 2023-12-07T14:03:16.198504+0000 mgr.a (mgr.24293) 10141 : 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-07T14:03:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:17 smithi027 bash[31536]: cluster 2023-12-07T14:03:16.198504+0000 mgr.a (mgr.24293) 10141 : 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-07T14:03:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:19 smithi022 bash[28554]: cluster 2023-12-07T14:03:18.199087+0000 mgr.a (mgr.24293) 10142 : 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-07T14:03:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:19 smithi044 bash[32620]: cluster 2023-12-07T14:03:18.199087+0000 mgr.a (mgr.24293) 10142 : 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-07T14:03:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:19 smithi027 bash[31536]: cluster 2023-12-07T14:03:18.199087+0000 mgr.a (mgr.24293) 10142 : 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-07T14:03:20.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:20.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:20.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:21.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:21.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:21.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:21.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:21.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:21 smithi044 bash[32620]: cluster 2023-12-07T14:03:20.199572+0000 mgr.a (mgr.24293) 10143 : 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-07T14:03:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:21 smithi044 bash[32620]: audit 2023-12-07T14:03:20.685064+0000 mgr.a (mgr.24293) 10144 : audit 0 from='client.207327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:21 smithi022 bash[28554]: cluster 2023-12-07T14:03:20.199572+0000 mgr.a (mgr.24293) 10143 : 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-07T14:03:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:21 smithi022 bash[28554]: audit 2023-12-07T14:03:20.685064+0000 mgr.a (mgr.24293) 10144 : audit 0 from='client.207327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:21 smithi027 bash[31536]: cluster 2023-12-07T14:03:20.199572+0000 mgr.a (mgr.24293) 10143 : 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-07T14:03:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:21 smithi027 bash[31536]: audit 2023-12-07T14:03:20.685064+0000 mgr.a (mgr.24293) 10144 : audit 0 from='client.207327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:23 smithi022 bash[28554]: cluster 2023-12-07T14:03:22.200565+0000 mgr.a (mgr.24293) 10145 : cluster 0 pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:23 smithi044 bash[32620]: cluster 2023-12-07T14:03:22.200565+0000 mgr.a (mgr.24293) 10145 : cluster 0 pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:23 smithi027 bash[31536]: cluster 2023-12-07T14:03:22.200565+0000 mgr.a (mgr.24293) 10145 : cluster 0 pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:25 smithi022 bash[28554]: cluster 2023-12-07T14:03:24.201133+0000 mgr.a (mgr.24293) 10146 : cluster 0 pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:25 smithi044 bash[32620]: cluster 2023-12-07T14:03:24.201133+0000 mgr.a (mgr.24293) 10146 : cluster 0 pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:25 smithi027 bash[31536]: cluster 2023-12-07T14:03:24.201133+0000 mgr.a (mgr.24293) 10146 : cluster 0 pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:26.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:26.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:26.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:27.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:27.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:27.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:27.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:27.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:27 smithi022 bash[28554]: cluster 2023-12-07T14:03:26.202068+0000 mgr.a (mgr.24293) 10147 : 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-07T14:03:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:27 smithi022 bash[28554]: audit 2023-12-07T14:03:26.628299+0000 mgr.a (mgr.24293) 10148 : audit 0 from='client.207399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:27 smithi044 bash[32620]: cluster 2023-12-07T14:03:26.202068+0000 mgr.a (mgr.24293) 10147 : 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-07T14:03:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:27 smithi044 bash[32620]: audit 2023-12-07T14:03:26.628299+0000 mgr.a (mgr.24293) 10148 : audit 0 from='client.207399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:27 smithi027 bash[31536]: cluster 2023-12-07T14:03:26.202068+0000 mgr.a (mgr.24293) 10147 : 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-07T14:03:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:27 smithi027 bash[31536]: audit 2023-12-07T14:03:26.628299+0000 mgr.a (mgr.24293) 10148 : audit 0 from='client.207399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:29 smithi022 bash[28554]: cluster 2023-12-07T14:03:28.202731+0000 mgr.a (mgr.24293) 10149 : cluster 0 pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:29 smithi044 bash[32620]: cluster 2023-12-07T14:03:28.202731+0000 mgr.a (mgr.24293) 10149 : cluster 0 pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:29 smithi027 bash[31536]: cluster 2023-12-07T14:03:28.202731+0000 mgr.a (mgr.24293) 10149 : cluster 0 pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:31 smithi044 bash[32620]: cluster 2023-12-07T14:03:30.203281+0000 mgr.a (mgr.24293) 10150 : cluster 0 pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:31 smithi022 bash[28554]: cluster 2023-12-07T14:03:30.203281+0000 mgr.a (mgr.24293) 10150 : cluster 0 pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:31 smithi027 bash[31536]: cluster 2023-12-07T14:03:30.203281+0000 mgr.a (mgr.24293) 10150 : cluster 0 pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:32.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:32.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:32.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:33.115 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:33 smithi022 bash[28554]: cluster 2023-12-07T14:03:32.204031+0000 mgr.a (mgr.24293) 10151 : 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-07T14:03:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:33 smithi022 bash[28554]: audit 2023-12-07T14:03:32.587908+0000 mgr.a (mgr.24293) 10152 : audit 0 from='client.207477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:33 smithi044 bash[32620]: cluster 2023-12-07T14:03:32.204031+0000 mgr.a (mgr.24293) 10151 : 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-07T14:03:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:33 smithi044 bash[32620]: audit 2023-12-07T14:03:32.587908+0000 mgr.a (mgr.24293) 10152 : audit 0 from='client.207477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:33 smithi027 bash[31536]: cluster 2023-12-07T14:03:32.204031+0000 mgr.a (mgr.24293) 10151 : 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-07T14:03:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:33 smithi027 bash[31536]: audit 2023-12-07T14:03:32.587908+0000 mgr.a (mgr.24293) 10152 : audit 0 from='client.207477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:35 smithi022 bash[28554]: cluster 2023-12-07T14:03:34.204770+0000 mgr.a (mgr.24293) 10153 : cluster 0 pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:35.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:35 smithi044 bash[32620]: cluster 2023-12-07T14:03:34.204770+0000 mgr.a (mgr.24293) 10153 : cluster 0 pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:35 smithi027 bash[31536]: cluster 2023-12-07T14:03:34.204770+0000 mgr.a (mgr.24293) 10153 : cluster 0 pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:37 smithi044 bash[32620]: cluster 2023-12-07T14:03:36.205432+0000 mgr.a (mgr.24293) 10154 : cluster 0 pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:37 smithi022 bash[28554]: cluster 2023-12-07T14:03:36.205432+0000 mgr.a (mgr.24293) 10154 : cluster 0 pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:37 smithi027 bash[31536]: cluster 2023-12-07T14:03:36.205432+0000 mgr.a (mgr.24293) 10154 : cluster 0 pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:38.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:38.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:38.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:39.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:39 smithi022 bash[28554]: cluster 2023-12-07T14:03:38.205979+0000 mgr.a (mgr.24293) 10155 : 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-07T14:03:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:39 smithi022 bash[28554]: audit 2023-12-07T14:03:38.525469+0000 mgr.a (mgr.24293) 10156 : audit 0 from='client.207552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:39 smithi044 bash[32620]: cluster 2023-12-07T14:03:38.205979+0000 mgr.a (mgr.24293) 10155 : 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-07T14:03:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:39 smithi044 bash[32620]: audit 2023-12-07T14:03:38.525469+0000 mgr.a (mgr.24293) 10156 : audit 0 from='client.207552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:39 smithi027 bash[31536]: cluster 2023-12-07T14:03:38.205979+0000 mgr.a (mgr.24293) 10155 : 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-07T14:03:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:39 smithi027 bash[31536]: audit 2023-12-07T14:03:38.525469+0000 mgr.a (mgr.24293) 10156 : audit 0 from='client.207552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:41 smithi022 bash[28554]: cluster 2023-12-07T14:03:40.206746+0000 mgr.a (mgr.24293) 10157 : 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-07T14:03:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:41 smithi044 bash[32620]: cluster 2023-12-07T14:03:40.206746+0000 mgr.a (mgr.24293) 10157 : 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-07T14:03:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:41 smithi027 bash[31536]: cluster 2023-12-07T14:03:40.206746+0000 mgr.a (mgr.24293) 10157 : 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-07T14:03:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:43 smithi044 bash[32620]: cluster 2023-12-07T14:03:42.207559+0000 mgr.a (mgr.24293) 10158 : 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-07T14:03:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:43 smithi022 bash[28554]: cluster 2023-12-07T14:03:42.207559+0000 mgr.a (mgr.24293) 10158 : 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-07T14:03:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:43 smithi027 bash[31536]: cluster 2023-12-07T14:03:42.207559+0000 mgr.a (mgr.24293) 10158 : 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-07T14:03:44.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:44.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:44.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:45.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:45 smithi022 bash[28554]: cluster 2023-12-07T14:03:44.207958+0000 mgr.a (mgr.24293) 10159 : 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-07T14:03:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:45 smithi022 bash[28554]: audit 2023-12-07T14:03:44.471015+0000 mgr.a (mgr.24293) 10160 : audit 0 from='client.207627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:45 smithi044 bash[32620]: cluster 2023-12-07T14:03:44.207958+0000 mgr.a (mgr.24293) 10159 : 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-07T14:03:45.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:45 smithi044 bash[32620]: audit 2023-12-07T14:03:44.471015+0000 mgr.a (mgr.24293) 10160 : audit 0 from='client.207627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:45 smithi027 bash[31536]: cluster 2023-12-07T14:03:44.207958+0000 mgr.a (mgr.24293) 10159 : 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-07T14:03:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:45 smithi027 bash[31536]: audit 2023-12-07T14:03:44.471015+0000 mgr.a (mgr.24293) 10160 : audit 0 from='client.207627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:47 smithi044 bash[32620]: cluster 2023-12-07T14:03:46.208868+0000 mgr.a (mgr.24293) 10161 : 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-07T14:03:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:47 smithi022 bash[28554]: cluster 2023-12-07T14:03:46.208868+0000 mgr.a (mgr.24293) 10161 : 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-07T14:03:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:47 smithi027 bash[31536]: cluster 2023-12-07T14:03:46.208868+0000 mgr.a (mgr.24293) 10161 : 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-07T14:03:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:49 smithi022 bash[28554]: cluster 2023-12-07T14:03:48.209576+0000 mgr.a (mgr.24293) 10162 : 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-07T14:03:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:49 smithi044 bash[32620]: cluster 2023-12-07T14:03:48.209576+0000 mgr.a (mgr.24293) 10162 : 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-07T14:03:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:49 smithi027 bash[31536]: cluster 2023-12-07T14:03:48.209576+0000 mgr.a (mgr.24293) 10162 : 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-07T14:03:50.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:50.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:50.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:50.951 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:50.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:50.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:50.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:50.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:51 smithi022 bash[28554]: cluster 2023-12-07T14:03:50.210161+0000 mgr.a (mgr.24293) 10163 : 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-07T14:03:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:51 smithi022 bash[28554]: audit 2023-12-07T14:03:50.418524+0000 mgr.a (mgr.24293) 10164 : audit 0 from='client.207705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:51 smithi044 bash[32620]: cluster 2023-12-07T14:03:50.210161+0000 mgr.a (mgr.24293) 10163 : 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-07T14:03:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:51 smithi044 bash[32620]: audit 2023-12-07T14:03:50.418524+0000 mgr.a (mgr.24293) 10164 : audit 0 from='client.207705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:51 smithi027 bash[31536]: cluster 2023-12-07T14:03:50.210161+0000 mgr.a (mgr.24293) 10163 : 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-07T14:03:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:51 smithi027 bash[31536]: audit 2023-12-07T14:03:50.418524+0000 mgr.a (mgr.24293) 10164 : audit 0 from='client.207705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:53 smithi022 bash[28554]: cluster 2023-12-07T14:03:52.210967+0000 mgr.a (mgr.24293) 10165 : cluster 0 pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:53 smithi044 bash[32620]: cluster 2023-12-07T14:03:52.210967+0000 mgr.a (mgr.24293) 10165 : cluster 0 pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:53 smithi027 bash[31536]: cluster 2023-12-07T14:03:52.210967+0000 mgr.a (mgr.24293) 10165 : cluster 0 pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:55 smithi022 bash[28554]: cluster 2023-12-07T14:03:54.211522+0000 mgr.a (mgr.24293) 10166 : cluster 0 pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:55 smithi044 bash[32620]: cluster 2023-12-07T14:03:54.211522+0000 mgr.a (mgr.24293) 10166 : cluster 0 pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:55 smithi027 bash[31536]: cluster 2023-12-07T14:03:54.211522+0000 mgr.a (mgr.24293) 10166 : cluster 0 pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:55.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:03:55.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:55.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:56.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:56.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:56.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:56.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:03:56.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:03:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:57 smithi022 bash[28554]: cluster 2023-12-07T14:03:56.212453+0000 mgr.a (mgr.24293) 10167 : 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-07T14:03:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:57 smithi022 bash[28554]: audit 2023-12-07T14:03:56.359376+0000 mgr.a (mgr.24293) 10168 : audit 0 from='client.207780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:57 smithi044 bash[32620]: cluster 2023-12-07T14:03:56.212453+0000 mgr.a (mgr.24293) 10167 : 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-07T14:03:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:57 smithi044 bash[32620]: audit 2023-12-07T14:03:56.359376+0000 mgr.a (mgr.24293) 10168 : audit 0 from='client.207780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:57 smithi027 bash[31536]: cluster 2023-12-07T14:03:56.212453+0000 mgr.a (mgr.24293) 10167 : 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-07T14:03:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:57 smithi027 bash[31536]: audit 2023-12-07T14:03:56.359376+0000 mgr.a (mgr.24293) 10168 : audit 0 from='client.207780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:03:59 smithi022 bash[28554]: cluster 2023-12-07T14:03:58.213208+0000 mgr.a (mgr.24293) 10169 : 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-07T14:03:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:03:59 smithi044 bash[32620]: cluster 2023-12-07T14:03:58.213208+0000 mgr.a (mgr.24293) 10169 : 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-07T14:03:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:03:59 smithi027 bash[31536]: cluster 2023-12-07T14:03:58.213208+0000 mgr.a (mgr.24293) 10169 : 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-07T14:04:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:01 smithi022 bash[28554]: cluster 2023-12-07T14:04:00.213798+0000 mgr.a (mgr.24293) 10170 : 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-07T14:04:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:01 smithi044 bash[32620]: cluster 2023-12-07T14:04:00.213798+0000 mgr.a (mgr.24293) 10170 : 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-07T14:04:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:01 smithi027 bash[31536]: cluster 2023-12-07T14:04:00.213798+0000 mgr.a (mgr.24293) 10170 : 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-07T14:04:01.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:01.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:01.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:02.839 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:02.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:02.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:02.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:02.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:03 smithi022 bash[28554]: cluster 2023-12-07T14:04:02.214590+0000 mgr.a (mgr.24293) 10171 : 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-07T14:04:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:03 smithi022 bash[28554]: audit 2023-12-07T14:04:02.304153+0000 mgr.a (mgr.24293) 10172 : audit 0 from='client.207852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:03 smithi044 bash[32620]: cluster 2023-12-07T14:04:02.214590+0000 mgr.a (mgr.24293) 10171 : 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-07T14:04:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:03 smithi044 bash[32620]: audit 2023-12-07T14:04:02.304153+0000 mgr.a (mgr.24293) 10172 : audit 0 from='client.207852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:03 smithi027 bash[31536]: cluster 2023-12-07T14:04:02.214590+0000 mgr.a (mgr.24293) 10171 : 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-07T14:04:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:03 smithi027 bash[31536]: audit 2023-12-07T14:04:02.304153+0000 mgr.a (mgr.24293) 10172 : audit 0 from='client.207852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:05 smithi022 bash[28554]: cluster 2023-12-07T14:04:04.215309+0000 mgr.a (mgr.24293) 10173 : cluster 0 pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:05 smithi044 bash[32620]: cluster 2023-12-07T14:04:04.215309+0000 mgr.a (mgr.24293) 10173 : cluster 0 pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:05 smithi027 bash[31536]: cluster 2023-12-07T14:04:04.215309+0000 mgr.a (mgr.24293) 10173 : cluster 0 pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:06 smithi022 bash[28554]: audit 2023-12-07T14:04:05.795849+0000 mon.a (mon.0) 1860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:04:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:06 smithi044 bash[32620]: audit 2023-12-07T14:04:05.795849+0000 mon.a (mon.0) 1860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:04:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:06 smithi027 bash[31536]: audit 2023-12-07T14:04:05.795849+0000 mon.a (mon.0) 1860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:04:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:07 smithi022 bash[28554]: cluster 2023-12-07T14:04:06.216127+0000 mgr.a (mgr.24293) 10174 : cluster 0 pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:07 smithi022 bash[28554]: audit 2023-12-07T14:04:06.586119+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:04:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:07 smithi022 bash[28554]: audit 2023-12-07T14:04:06.587920+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:04:07.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:07 smithi022 bash[28554]: audit 2023-12-07T14:04:06.597879+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:04:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:07 smithi044 bash[32620]: cluster 2023-12-07T14:04:06.216127+0000 mgr.a (mgr.24293) 10174 : cluster 0 pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:07 smithi044 bash[32620]: audit 2023-12-07T14:04:06.586119+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:04:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:07 smithi044 bash[32620]: audit 2023-12-07T14:04:06.587920+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:04:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:07 smithi044 bash[32620]: audit 2023-12-07T14:04:06.597879+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:04:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:07 smithi027 bash[31536]: cluster 2023-12-07T14:04:06.216127+0000 mgr.a (mgr.24293) 10174 : cluster 0 pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:07 smithi027 bash[31536]: audit 2023-12-07T14:04:06.586119+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:04:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:07 smithi027 bash[31536]: audit 2023-12-07T14:04:06.587920+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:04:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:07 smithi027 bash[31536]: audit 2023-12-07T14:04:06.597879+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:04:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:07.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:07.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:08.773 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:08.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:08.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:08.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:08.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:09 smithi022 bash[28554]: cluster 2023-12-07T14:04:08.216605+0000 mgr.a (mgr.24293) 10175 : 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-07T14:04:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:09 smithi022 bash[28554]: audit 2023-12-07T14:04:08.251500+0000 mgr.a (mgr.24293) 10176 : audit 0 from='client.207927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:09 smithi044 bash[32620]: cluster 2023-12-07T14:04:08.216605+0000 mgr.a (mgr.24293) 10175 : 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-07T14:04:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:09 smithi044 bash[32620]: audit 2023-12-07T14:04:08.251500+0000 mgr.a (mgr.24293) 10176 : audit 0 from='client.207927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:09 smithi027 bash[31536]: cluster 2023-12-07T14:04:08.216605+0000 mgr.a (mgr.24293) 10175 : 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-07T14:04:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:09 smithi027 bash[31536]: audit 2023-12-07T14:04:08.251500+0000 mgr.a (mgr.24293) 10176 : audit 0 from='client.207927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:11 smithi044 bash[32620]: cluster 2023-12-07T14:04:10.217334+0000 mgr.a (mgr.24293) 10177 : 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-07T14:04:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:11 smithi022 bash[28554]: cluster 2023-12-07T14:04:10.217334+0000 mgr.a (mgr.24293) 10177 : 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-07T14:04:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:11 smithi027 bash[31536]: cluster 2023-12-07T14:04:10.217334+0000 mgr.a (mgr.24293) 10177 : 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-07T14:04:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:13 smithi044 bash[32620]: cluster 2023-12-07T14:04:12.218163+0000 mgr.a (mgr.24293) 10178 : 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-07T14:04:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:13 smithi022 bash[28554]: cluster 2023-12-07T14:04:12.218163+0000 mgr.a (mgr.24293) 10178 : 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-07T14:04:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:13 smithi027 bash[31536]: cluster 2023-12-07T14:04:12.218163+0000 mgr.a (mgr.24293) 10178 : 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-07T14:04:13.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:13.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:13.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:14.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:14.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:14.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:14.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:14.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:15 smithi022 bash[28554]: audit 2023-12-07T14:04:14.188294+0000 mgr.a (mgr.24293) 10179 : audit 0 from='client.208002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:15 smithi022 bash[28554]: cluster 2023-12-07T14:04:14.218909+0000 mgr.a (mgr.24293) 10180 : 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-07T14:04:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:15 smithi044 bash[32620]: audit 2023-12-07T14:04:14.188294+0000 mgr.a (mgr.24293) 10179 : audit 0 from='client.208002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:15 smithi044 bash[32620]: cluster 2023-12-07T14:04:14.218909+0000 mgr.a (mgr.24293) 10180 : 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-07T14:04:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:15 smithi027 bash[31536]: audit 2023-12-07T14:04:14.188294+0000 mgr.a (mgr.24293) 10179 : audit 0 from='client.208002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:15 smithi027 bash[31536]: cluster 2023-12-07T14:04:14.218909+0000 mgr.a (mgr.24293) 10180 : 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-07T14:04:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:17 smithi044 bash[32620]: cluster 2023-12-07T14:04:16.219877+0000 mgr.a (mgr.24293) 10181 : 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-07T14:04:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:17 smithi022 bash[28554]: cluster 2023-12-07T14:04:16.219877+0000 mgr.a (mgr.24293) 10181 : 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-07T14:04:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:17 smithi027 bash[31536]: cluster 2023-12-07T14:04:16.219877+0000 mgr.a (mgr.24293) 10181 : 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-07T14:04:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:19 smithi044 bash[32620]: cluster 2023-12-07T14:04:18.220455+0000 mgr.a (mgr.24293) 10182 : 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-07T14:04:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:19 smithi022 bash[28554]: cluster 2023-12-07T14:04:18.220455+0000 mgr.a (mgr.24293) 10182 : 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-07T14:04:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:19 smithi027 bash[31536]: cluster 2023-12-07T14:04:18.220455+0000 mgr.a (mgr.24293) 10182 : 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-07T14:04:19.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:19.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:19.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:20.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:20.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:20.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:20.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:20.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:21 smithi022 bash[28554]: audit 2023-12-07T14:04:20.133548+0000 mgr.a (mgr.24293) 10183 : audit 0 from='client.208077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:21 smithi022 bash[28554]: cluster 2023-12-07T14:04:20.221149+0000 mgr.a (mgr.24293) 10184 : 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-07T14:04:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:21 smithi044 bash[32620]: audit 2023-12-07T14:04:20.133548+0000 mgr.a (mgr.24293) 10183 : audit 0 from='client.208077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:21 smithi044 bash[32620]: cluster 2023-12-07T14:04:20.221149+0000 mgr.a (mgr.24293) 10184 : 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-07T14:04:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:21 smithi027 bash[31536]: audit 2023-12-07T14:04:20.133548+0000 mgr.a (mgr.24293) 10183 : audit 0 from='client.208077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:21 smithi027 bash[31536]: cluster 2023-12-07T14:04:20.221149+0000 mgr.a (mgr.24293) 10184 : 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-07T14:04:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:23 smithi022 bash[28554]: cluster 2023-12-07T14:04:22.222178+0000 mgr.a (mgr.24293) 10185 : cluster 0 pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:04:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:23 smithi044 bash[32620]: cluster 2023-12-07T14:04:22.222178+0000 mgr.a (mgr.24293) 10185 : cluster 0 pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:04:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:23 smithi027 bash[31536]: cluster 2023-12-07T14:04:22.222178+0000 mgr.a (mgr.24293) 10185 : cluster 0 pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:04:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:25 smithi044 bash[32620]: cluster 2023-12-07T14:04:24.222780+0000 mgr.a (mgr.24293) 10186 : cluster 0 pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:25 smithi022 bash[28554]: cluster 2023-12-07T14:04:24.222780+0000 mgr.a (mgr.24293) 10186 : cluster 0 pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:25.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:25.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:25.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:25 smithi027 bash[31536]: cluster 2023-12-07T14:04:24.222780+0000 mgr.a (mgr.24293) 10186 : cluster 0 pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:26.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:26.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:26.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:26.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:26.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:27 smithi044 bash[32620]: audit 2023-12-07T14:04:26.089135+0000 mgr.a (mgr.24293) 10187 : audit 0 from='client.208152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:27 smithi044 bash[32620]: cluster 2023-12-07T14:04:26.223511+0000 mgr.a (mgr.24293) 10188 : cluster 0 pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:27 smithi022 bash[28554]: audit 2023-12-07T14:04:26.089135+0000 mgr.a (mgr.24293) 10187 : audit 0 from='client.208152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:27 smithi022 bash[28554]: cluster 2023-12-07T14:04:26.223511+0000 mgr.a (mgr.24293) 10188 : cluster 0 pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:27 smithi027 bash[31536]: audit 2023-12-07T14:04:26.089135+0000 mgr.a (mgr.24293) 10187 : audit 0 from='client.208152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:27 smithi027 bash[31536]: cluster 2023-12-07T14:04:26.223511+0000 mgr.a (mgr.24293) 10188 : cluster 0 pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:29 smithi022 bash[28554]: cluster 2023-12-07T14:04:28.224134+0000 mgr.a (mgr.24293) 10189 : cluster 0 pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:29 smithi044 bash[32620]: cluster 2023-12-07T14:04:28.224134+0000 mgr.a (mgr.24293) 10189 : cluster 0 pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:29 smithi027 bash[31536]: cluster 2023-12-07T14:04:28.224134+0000 mgr.a (mgr.24293) 10189 : cluster 0 pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:31.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:31.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:31.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:31 smithi022 bash[28554]: cluster 2023-12-07T14:04:30.224874+0000 mgr.a (mgr.24293) 10190 : cluster 0 pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:31 smithi044 bash[32620]: cluster 2023-12-07T14:04:30.224874+0000 mgr.a (mgr.24293) 10190 : cluster 0 pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:31 smithi027 bash[31536]: cluster 2023-12-07T14:04:30.224874+0000 mgr.a (mgr.24293) 10190 : cluster 0 pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:32.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:33 smithi022 bash[28554]: audit 2023-12-07T14:04:32.042849+0000 mgr.a (mgr.24293) 10191 : audit 0 from='client.208227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:33 smithi022 bash[28554]: cluster 2023-12-07T14:04:32.225726+0000 mgr.a (mgr.24293) 10192 : 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-07T14:04:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:33 smithi044 bash[32620]: audit 2023-12-07T14:04:32.042849+0000 mgr.a (mgr.24293) 10191 : audit 0 from='client.208227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:33 smithi044 bash[32620]: cluster 2023-12-07T14:04:32.225726+0000 mgr.a (mgr.24293) 10192 : 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-07T14:04:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:33 smithi027 bash[31536]: audit 2023-12-07T14:04:32.042849+0000 mgr.a (mgr.24293) 10191 : audit 0 from='client.208227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:33 smithi027 bash[31536]: cluster 2023-12-07T14:04:32.225726+0000 mgr.a (mgr.24293) 10192 : 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-07T14:04:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:35 smithi022 bash[28554]: cluster 2023-12-07T14:04:34.226370+0000 mgr.a (mgr.24293) 10193 : cluster 0 pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:35 smithi044 bash[32620]: cluster 2023-12-07T14:04:34.226370+0000 mgr.a (mgr.24293) 10193 : cluster 0 pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:35 smithi027 bash[31536]: cluster 2023-12-07T14:04:34.226370+0000 mgr.a (mgr.24293) 10193 : cluster 0 pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:37.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:37.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:37.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:37 smithi022 bash[28554]: cluster 2023-12-07T14:04:36.227185+0000 mgr.a (mgr.24293) 10194 : cluster 0 pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:04:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:37 smithi044 bash[32620]: cluster 2023-12-07T14:04:36.227185+0000 mgr.a (mgr.24293) 10194 : cluster 0 pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:04:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:37 smithi027 bash[31536]: cluster 2023-12-07T14:04:36.227185+0000 mgr.a (mgr.24293) 10194 : cluster 0 pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:04:38.547 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:38.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:38.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:38.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:38.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:39 smithi022 bash[28554]: audit 2023-12-07T14:04:38.000724+0000 mgr.a (mgr.24293) 10195 : audit 0 from='client.208305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:39 smithi022 bash[28554]: cluster 2023-12-07T14:04:38.227858+0000 mgr.a (mgr.24293) 10196 : cluster 0 pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:39 smithi044 bash[32620]: audit 2023-12-07T14:04:38.000724+0000 mgr.a (mgr.24293) 10195 : audit 0 from='client.208305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:39 smithi044 bash[32620]: cluster 2023-12-07T14:04:38.227858+0000 mgr.a (mgr.24293) 10196 : cluster 0 pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:39 smithi027 bash[31536]: audit 2023-12-07T14:04:38.000724+0000 mgr.a (mgr.24293) 10195 : audit 0 from='client.208305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:39 smithi027 bash[31536]: cluster 2023-12-07T14:04:38.227858+0000 mgr.a (mgr.24293) 10196 : cluster 0 pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:41 smithi022 bash[28554]: cluster 2023-12-07T14:04:40.228491+0000 mgr.a (mgr.24293) 10197 : cluster 0 pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:41 smithi044 bash[32620]: cluster 2023-12-07T14:04:40.228491+0000 mgr.a (mgr.24293) 10197 : cluster 0 pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:41 smithi027 bash[31536]: cluster 2023-12-07T14:04:40.228491+0000 mgr.a (mgr.24293) 10197 : cluster 0 pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:43.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:43.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:43.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:43 smithi022 bash[28554]: cluster 2023-12-07T14:04:42.229326+0000 mgr.a (mgr.24293) 10198 : cluster 0 pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:43 smithi044 bash[32620]: cluster 2023-12-07T14:04:42.229326+0000 mgr.a (mgr.24293) 10198 : cluster 0 pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:43 smithi027 bash[31536]: cluster 2023-12-07T14:04:42.229326+0000 mgr.a (mgr.24293) 10198 : cluster 0 pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:44.486 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:44.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:44.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:44.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:44.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:45 smithi022 bash[28554]: audit 2023-12-07T14:04:43.967649+0000 mgr.a (mgr.24293) 10199 : audit 0 from='client.208380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:45 smithi022 bash[28554]: cluster 2023-12-07T14:04:44.233644+0000 mgr.a (mgr.24293) 10200 : 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-07T14:04:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:45 smithi044 bash[32620]: audit 2023-12-07T14:04:43.967649+0000 mgr.a (mgr.24293) 10199 : audit 0 from='client.208380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:45.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:45 smithi044 bash[32620]: cluster 2023-12-07T14:04:44.233644+0000 mgr.a (mgr.24293) 10200 : 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-07T14:04:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:45 smithi027 bash[31536]: audit 2023-12-07T14:04:43.967649+0000 mgr.a (mgr.24293) 10199 : audit 0 from='client.208380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:45 smithi027 bash[31536]: cluster 2023-12-07T14:04:44.233644+0000 mgr.a (mgr.24293) 10200 : 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-07T14:04:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:47 smithi022 bash[28554]: cluster 2023-12-07T14:04:46.234785+0000 mgr.a (mgr.24293) 10201 : 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-07T14:04:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:47 smithi044 bash[32620]: cluster 2023-12-07T14:04:46.234785+0000 mgr.a (mgr.24293) 10201 : 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-07T14:04:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:47 smithi027 bash[31536]: cluster 2023-12-07T14:04:46.234785+0000 mgr.a (mgr.24293) 10201 : 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-07T14:04:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:49 smithi022 bash[28554]: cluster 2023-12-07T14:04:48.235522+0000 mgr.a (mgr.24293) 10202 : 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-07T14:04:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:49 smithi044 bash[32620]: cluster 2023-12-07T14:04:48.235522+0000 mgr.a (mgr.24293) 10202 : 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-07T14:04:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:49 smithi027 bash[31536]: cluster 2023-12-07T14:04:48.235522+0000 mgr.a (mgr.24293) 10202 : 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-07T14:04:49.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:49.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:49.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:50.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:50.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:50.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:50.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:50.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:51 smithi044 bash[32620]: audit 2023-12-07T14:04:49.906313+0000 mgr.a (mgr.24293) 10203 : audit 0 from='client.208458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:51 smithi044 bash[32620]: cluster 2023-12-07T14:04:50.236333+0000 mgr.a (mgr.24293) 10204 : 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-07T14:04:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:51 smithi022 bash[28554]: audit 2023-12-07T14:04:49.906313+0000 mgr.a (mgr.24293) 10203 : audit 0 from='client.208458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:51 smithi022 bash[28554]: cluster 2023-12-07T14:04:50.236333+0000 mgr.a (mgr.24293) 10204 : 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-07T14:04:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:51 smithi027 bash[31536]: audit 2023-12-07T14:04:49.906313+0000 mgr.a (mgr.24293) 10203 : audit 0 from='client.208458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:51 smithi027 bash[31536]: cluster 2023-12-07T14:04:50.236333+0000 mgr.a (mgr.24293) 10204 : 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-07T14:04:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:53 smithi044 bash[32620]: cluster 2023-12-07T14:04:52.237264+0000 mgr.a (mgr.24293) 10205 : 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-07T14:04:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:53 smithi022 bash[28554]: cluster 2023-12-07T14:04:52.237264+0000 mgr.a (mgr.24293) 10205 : 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-07T14:04:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:53 smithi027 bash[31536]: cluster 2023-12-07T14:04:52.237264+0000 mgr.a (mgr.24293) 10205 : 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-07T14:04:55.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:04:55.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:55.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:55 smithi022 bash[28554]: cluster 2023-12-07T14:04:54.237881+0000 mgr.a (mgr.24293) 10206 : 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-07T14:04:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:55 smithi044 bash[32620]: cluster 2023-12-07T14:04:54.237881+0000 mgr.a (mgr.24293) 10206 : 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-07T14:04:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:55 smithi027 bash[31536]: cluster 2023-12-07T14:04:54.237881+0000 mgr.a (mgr.24293) 10206 : 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-07T14:04:56.400 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:04:56.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:56.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:56.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:56.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:04:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:57 smithi044 bash[32620]: audit 2023-12-07T14:04:55.885046+0000 mgr.a (mgr.24293) 10207 : audit 0 from='client.208524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:57 smithi044 bash[32620]: cluster 2023-12-07T14:04:56.238692+0000 mgr.a (mgr.24293) 10208 : cluster 0 pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:57 smithi022 bash[28554]: audit 2023-12-07T14:04:55.885046+0000 mgr.a (mgr.24293) 10207 : audit 0 from='client.208524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:57 smithi022 bash[28554]: cluster 2023-12-07T14:04:56.238692+0000 mgr.a (mgr.24293) 10208 : cluster 0 pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:57 smithi027 bash[31536]: audit 2023-12-07T14:04:55.885046+0000 mgr.a (mgr.24293) 10207 : audit 0 from='client.208524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:57 smithi027 bash[31536]: cluster 2023-12-07T14:04:56.238692+0000 mgr.a (mgr.24293) 10208 : cluster 0 pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:04:59 smithi044 bash[32620]: cluster 2023-12-07T14:04:58.239349+0000 mgr.a (mgr.24293) 10209 : cluster 0 pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:04:59 smithi022 bash[28554]: cluster 2023-12-07T14:04:58.239349+0000 mgr.a (mgr.24293) 10209 : cluster 0 pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:04:59 smithi027 bash[31536]: cluster 2023-12-07T14:04:58.239349+0000 mgr.a (mgr.24293) 10209 : cluster 0 pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:01.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:01.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:01.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:01 smithi022 bash[28554]: cluster 2023-12-07T14:05:00.240124+0000 mgr.a (mgr.24293) 10210 : cluster 0 pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:01 smithi044 bash[32620]: cluster 2023-12-07T14:05:00.240124+0000 mgr.a (mgr.24293) 10210 : cluster 0 pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:01 smithi027 bash[31536]: cluster 2023-12-07T14:05:00.240124+0000 mgr.a (mgr.24293) 10210 : cluster 0 pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:02.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:03 smithi022 bash[28554]: audit 2023-12-07T14:05:01.809031+0000 mgr.a (mgr.24293) 10211 : audit 0 from='client.208602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:03 smithi022 bash[28554]: cluster 2023-12-07T14:05:02.241459+0000 mgr.a (mgr.24293) 10212 : 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-07T14:05:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:03 smithi044 bash[32620]: audit 2023-12-07T14:05:01.809031+0000 mgr.a (mgr.24293) 10211 : audit 0 from='client.208602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:03 smithi044 bash[32620]: cluster 2023-12-07T14:05:02.241459+0000 mgr.a (mgr.24293) 10212 : 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-07T14:05:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:03 smithi027 bash[31536]: audit 2023-12-07T14:05:01.809031+0000 mgr.a (mgr.24293) 10211 : audit 0 from='client.208602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:03 smithi027 bash[31536]: cluster 2023-12-07T14:05:02.241459+0000 mgr.a (mgr.24293) 10212 : 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-07T14:05:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:05 smithi022 bash[28554]: cluster 2023-12-07T14:05:04.242094+0000 mgr.a (mgr.24293) 10213 : 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-07T14:05:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:05 smithi044 bash[32620]: cluster 2023-12-07T14:05:04.242094+0000 mgr.a (mgr.24293) 10213 : 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-07T14:05:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:05 smithi027 bash[31536]: cluster 2023-12-07T14:05:04.242094+0000 mgr.a (mgr.24293) 10213 : 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-07T14:05:07.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:07.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:07.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:07 smithi022 bash[28554]: cluster 2023-12-07T14:05:06.242861+0000 mgr.a (mgr.24293) 10214 : 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-07T14:05:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:07 smithi022 bash[28554]: audit 2023-12-07T14:05:06.701772+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:05:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:07 smithi022 bash[28554]: audit 2023-12-07T14:05:07.229830+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:07 smithi022 bash[28554]: audit 2023-12-07T14:05:07.236077+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:07 smithi044 bash[32620]: cluster 2023-12-07T14:05:06.242861+0000 mgr.a (mgr.24293) 10214 : 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-07T14:05:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:07 smithi044 bash[32620]: audit 2023-12-07T14:05:06.701772+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:05:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:07 smithi044 bash[32620]: audit 2023-12-07T14:05:07.229830+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:07 smithi044 bash[32620]: audit 2023-12-07T14:05:07.236077+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:07 smithi027 bash[31536]: cluster 2023-12-07T14:05:06.242861+0000 mgr.a (mgr.24293) 10214 : 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-07T14:05:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:07 smithi027 bash[31536]: audit 2023-12-07T14:05:06.701772+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:05:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:07 smithi027 bash[31536]: audit 2023-12-07T14:05:07.229830+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:07 smithi027 bash[31536]: audit 2023-12-07T14:05:07.236077+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:08.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:08 smithi022 bash[28554]: audit 2023-12-07T14:05:07.975286+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:05:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:08 smithi022 bash[28554]: audit 2023-12-07T14:05:07.976589+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:05:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:08 smithi022 bash[28554]: audit 2023-12-07T14:05:07.984012+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:08 smithi044 bash[32620]: audit 2023-12-07T14:05:07.975286+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:05:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:08 smithi044 bash[32620]: audit 2023-12-07T14:05:07.976589+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:05:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:08 smithi044 bash[32620]: audit 2023-12-07T14:05:07.984012+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:08 smithi027 bash[31536]: audit 2023-12-07T14:05:07.975286+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:05:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:08 smithi027 bash[31536]: audit 2023-12-07T14:05:07.976589+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:05:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:08 smithi027 bash[31536]: audit 2023-12-07T14:05:07.984012+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:05:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:09 smithi022 bash[28554]: audit 2023-12-07T14:05:07.752888+0000 mgr.a (mgr.24293) 10215 : audit 0 from='client.208671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:09 smithi022 bash[28554]: cluster 2023-12-07T14:05:08.243530+0000 mgr.a (mgr.24293) 10216 : cluster 0 pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:09 smithi044 bash[32620]: audit 2023-12-07T14:05:07.752888+0000 mgr.a (mgr.24293) 10215 : audit 0 from='client.208671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:09 smithi044 bash[32620]: cluster 2023-12-07T14:05:08.243530+0000 mgr.a (mgr.24293) 10216 : cluster 0 pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:09 smithi027 bash[31536]: audit 2023-12-07T14:05:07.752888+0000 mgr.a (mgr.24293) 10215 : audit 0 from='client.208671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:09 smithi027 bash[31536]: cluster 2023-12-07T14:05:08.243530+0000 mgr.a (mgr.24293) 10216 : cluster 0 pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:11 smithi022 bash[28554]: cluster 2023-12-07T14:05:10.244221+0000 mgr.a (mgr.24293) 10217 : cluster 0 pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:11 smithi044 bash[32620]: cluster 2023-12-07T14:05:10.244221+0000 mgr.a (mgr.24293) 10217 : cluster 0 pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:11 smithi027 bash[31536]: cluster 2023-12-07T14:05:10.244221+0000 mgr.a (mgr.24293) 10217 : cluster 0 pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:13.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:13.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:13.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:13 smithi022 bash[28554]: cluster 2023-12-07T14:05:12.245031+0000 mgr.a (mgr.24293) 10218 : cluster 0 pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:13 smithi044 bash[32620]: cluster 2023-12-07T14:05:12.245031+0000 mgr.a (mgr.24293) 10218 : cluster 0 pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:13 smithi027 bash[31536]: cluster 2023-12-07T14:05:12.245031+0000 mgr.a (mgr.24293) 10218 : cluster 0 pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:14.168 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:14 smithi022 bash[28554]: audit 2023-12-07T14:05:13.652263+0000 mgr.a (mgr.24293) 10219 : audit 0 from='client.208743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:14 smithi044 bash[32620]: audit 2023-12-07T14:05:13.652263+0000 mgr.a (mgr.24293) 10219 : audit 0 from='client.208743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:14 smithi027 bash[31536]: audit 2023-12-07T14:05:13.652263+0000 mgr.a (mgr.24293) 10219 : audit 0 from='client.208743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:15 smithi044 bash[32620]: cluster 2023-12-07T14:05:14.245794+0000 mgr.a (mgr.24293) 10220 : 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-07T14:05:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:15 smithi022 bash[28554]: cluster 2023-12-07T14:05:14.245794+0000 mgr.a (mgr.24293) 10220 : 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-07T14:05:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:15 smithi027 bash[31536]: cluster 2023-12-07T14:05:14.245794+0000 mgr.a (mgr.24293) 10220 : 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-07T14:05:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:17 smithi044 bash[32620]: cluster 2023-12-07T14:05:16.246658+0000 mgr.a (mgr.24293) 10221 : 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-07T14:05:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:17 smithi022 bash[28554]: cluster 2023-12-07T14:05:16.246658+0000 mgr.a (mgr.24293) 10221 : 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-07T14:05:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:17 smithi027 bash[31536]: cluster 2023-12-07T14:05:16.246658+0000 mgr.a (mgr.24293) 10221 : 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-07T14:05:19.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:19.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:19.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:19 smithi022 bash[28554]: cluster 2023-12-07T14:05:18.247245+0000 mgr.a (mgr.24293) 10222 : 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-07T14:05:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:19 smithi044 bash[32620]: cluster 2023-12-07T14:05:18.247245+0000 mgr.a (mgr.24293) 10222 : 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-07T14:05:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:19 smithi027 bash[31536]: cluster 2023-12-07T14:05:18.247245+0000 mgr.a (mgr.24293) 10222 : 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-07T14:05:20.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:20.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:20.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:20.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:20.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:20 smithi022 bash[28554]: audit 2023-12-07T14:05:19.577878+0000 mgr.a (mgr.24293) 10223 : audit 0 from='client.208818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:20 smithi044 bash[32620]: audit 2023-12-07T14:05:19.577878+0000 mgr.a (mgr.24293) 10223 : audit 0 from='client.208818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:20 smithi027 bash[31536]: audit 2023-12-07T14:05:19.577878+0000 mgr.a (mgr.24293) 10223 : audit 0 from='client.208818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:21 smithi022 bash[28554]: cluster 2023-12-07T14:05:20.247957+0000 mgr.a (mgr.24293) 10224 : 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-07T14:05:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:21 smithi044 bash[32620]: cluster 2023-12-07T14:05:20.247957+0000 mgr.a (mgr.24293) 10224 : 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-07T14:05:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:21 smithi027 bash[31536]: cluster 2023-12-07T14:05:20.247957+0000 mgr.a (mgr.24293) 10224 : 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-07T14:05:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:23 smithi044 bash[32620]: cluster 2023-12-07T14:05:22.248790+0000 mgr.a (mgr.24293) 10225 : 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-07T14:05:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:23 smithi022 bash[28554]: cluster 2023-12-07T14:05:22.248790+0000 mgr.a (mgr.24293) 10225 : 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-07T14:05:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:23 smithi027 bash[31536]: cluster 2023-12-07T14:05:22.248790+0000 mgr.a (mgr.24293) 10225 : 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-07T14:05:25.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:25.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:25.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:25 smithi022 bash[28554]: cluster 2023-12-07T14:05:24.249370+0000 mgr.a (mgr.24293) 10226 : 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-07T14:05:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:25 smithi044 bash[32620]: cluster 2023-12-07T14:05:24.249370+0000 mgr.a (mgr.24293) 10226 : 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-07T14:05:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:25 smithi027 bash[31536]: cluster 2023-12-07T14:05:24.249370+0000 mgr.a (mgr.24293) 10226 : 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-07T14:05:26.078 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:26.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:26.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:26.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:26.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:26 smithi022 bash[28554]: audit 2023-12-07T14:05:25.550937+0000 mgr.a (mgr.24293) 10227 : audit 0 from='client.208896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:26 smithi044 bash[32620]: audit 2023-12-07T14:05:25.550937+0000 mgr.a (mgr.24293) 10227 : audit 0 from='client.208896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:26 smithi027 bash[31536]: audit 2023-12-07T14:05:25.550937+0000 mgr.a (mgr.24293) 10227 : audit 0 from='client.208896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:27 smithi022 bash[28554]: cluster 2023-12-07T14:05:26.250447+0000 mgr.a (mgr.24293) 10228 : cluster 0 pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:27 smithi044 bash[32620]: cluster 2023-12-07T14:05:26.250447+0000 mgr.a (mgr.24293) 10228 : cluster 0 pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:27 smithi027 bash[31536]: cluster 2023-12-07T14:05:26.250447+0000 mgr.a (mgr.24293) 10228 : cluster 0 pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:29 smithi022 bash[28554]: cluster 2023-12-07T14:05:28.251188+0000 mgr.a (mgr.24293) 10229 : cluster 0 pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:29 smithi044 bash[32620]: cluster 2023-12-07T14:05:28.251188+0000 mgr.a (mgr.24293) 10229 : cluster 0 pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:29 smithi027 bash[31536]: cluster 2023-12-07T14:05:28.251188+0000 mgr.a (mgr.24293) 10229 : cluster 0 pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:31.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:31.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:31.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:31 smithi022 bash[28554]: cluster 2023-12-07T14:05:30.251871+0000 mgr.a (mgr.24293) 10230 : cluster 0 pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:31 smithi044 bash[32620]: cluster 2023-12-07T14:05:30.251871+0000 mgr.a (mgr.24293) 10230 : cluster 0 pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:31 smithi027 bash[31536]: cluster 2023-12-07T14:05:30.251871+0000 mgr.a (mgr.24293) 10230 : cluster 0 pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:32.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:32.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:32.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:32.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:32.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:32 smithi022 bash[28554]: audit 2023-12-07T14:05:31.498179+0000 mgr.a (mgr.24293) 10231 : audit 0 from='client.171821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:32 smithi044 bash[32620]: audit 2023-12-07T14:05:31.498179+0000 mgr.a (mgr.24293) 10231 : audit 0 from='client.171821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:32 smithi027 bash[31536]: audit 2023-12-07T14:05:31.498179+0000 mgr.a (mgr.24293) 10231 : audit 0 from='client.171821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:33 smithi022 bash[28554]: cluster 2023-12-07T14:05:32.253025+0000 mgr.a (mgr.24293) 10232 : cluster 0 pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:33 smithi044 bash[32620]: cluster 2023-12-07T14:05:32.253025+0000 mgr.a (mgr.24293) 10232 : cluster 0 pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:33 smithi027 bash[31536]: cluster 2023-12-07T14:05:32.253025+0000 mgr.a (mgr.24293) 10232 : cluster 0 pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:35 smithi022 bash[28554]: cluster 2023-12-07T14:05:34.253806+0000 mgr.a (mgr.24293) 10233 : cluster 0 pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:35 smithi044 bash[32620]: cluster 2023-12-07T14:05:34.253806+0000 mgr.a (mgr.24293) 10233 : cluster 0 pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:35 smithi027 bash[31536]: cluster 2023-12-07T14:05:34.253806+0000 mgr.a (mgr.24293) 10233 : cluster 0 pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:37.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:37.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:37.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:37 smithi022 bash[28554]: cluster 2023-12-07T14:05:36.254608+0000 mgr.a (mgr.24293) 10234 : 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-07T14:05:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:37 smithi044 bash[32620]: cluster 2023-12-07T14:05:36.254608+0000 mgr.a (mgr.24293) 10234 : 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-07T14:05:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:37 smithi027 bash[31536]: cluster 2023-12-07T14:05:36.254608+0000 mgr.a (mgr.24293) 10234 : 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-07T14:05:37.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:37.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:37.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:37.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:37.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:38 smithi022 bash[28554]: audit 2023-12-07T14:05:37.457952+0000 mgr.a (mgr.24293) 10235 : audit 0 from='client.209052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:38 smithi044 bash[32620]: audit 2023-12-07T14:05:37.457952+0000 mgr.a (mgr.24293) 10235 : audit 0 from='client.209052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:38 smithi027 bash[31536]: audit 2023-12-07T14:05:37.457952+0000 mgr.a (mgr.24293) 10235 : audit 0 from='client.209052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:39 smithi044 bash[32620]: cluster 2023-12-07T14:05:38.255309+0000 mgr.a (mgr.24293) 10236 : cluster 0 pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:39 smithi022 bash[28554]: cluster 2023-12-07T14:05:38.255309+0000 mgr.a (mgr.24293) 10236 : cluster 0 pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:39 smithi027 bash[31536]: cluster 2023-12-07T14:05:38.255309+0000 mgr.a (mgr.24293) 10236 : cluster 0 pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:41 smithi022 bash[28554]: cluster 2023-12-07T14:05:40.256023+0000 mgr.a (mgr.24293) 10237 : cluster 0 pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:41 smithi044 bash[32620]: cluster 2023-12-07T14:05:40.256023+0000 mgr.a (mgr.24293) 10237 : cluster 0 pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:41 smithi027 bash[31536]: cluster 2023-12-07T14:05:40.256023+0000 mgr.a (mgr.24293) 10237 : cluster 0 pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:42.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:42.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:42.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:43 smithi022 bash[28554]: cluster 2023-12-07T14:05:42.256964+0000 mgr.a (mgr.24293) 10238 : cluster 0 pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:43 smithi044 bash[32620]: cluster 2023-12-07T14:05:42.256964+0000 mgr.a (mgr.24293) 10238 : cluster 0 pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:43 smithi027 bash[31536]: cluster 2023-12-07T14:05:42.256964+0000 mgr.a (mgr.24293) 10238 : cluster 0 pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:43.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:43.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:44 smithi022 bash[28554]: audit 2023-12-07T14:05:43.394821+0000 mgr.a (mgr.24293) 10239 : audit 0 from='client.209127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:44 smithi044 bash[32620]: audit 2023-12-07T14:05:43.394821+0000 mgr.a (mgr.24293) 10239 : audit 0 from='client.209127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:44 smithi027 bash[31536]: audit 2023-12-07T14:05:43.394821+0000 mgr.a (mgr.24293) 10239 : audit 0 from='client.209127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:45 smithi022 bash[28554]: cluster 2023-12-07T14:05:44.257757+0000 mgr.a (mgr.24293) 10240 : cluster 0 pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:45 smithi044 bash[32620]: cluster 2023-12-07T14:05:44.257757+0000 mgr.a (mgr.24293) 10240 : cluster 0 pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:45 smithi027 bash[31536]: cluster 2023-12-07T14:05:44.257757+0000 mgr.a (mgr.24293) 10240 : cluster 0 pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:47 smithi044 bash[32620]: cluster 2023-12-07T14:05:46.258544+0000 mgr.a (mgr.24293) 10241 : cluster 0 pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:47 smithi022 bash[28554]: cluster 2023-12-07T14:05:46.258544+0000 mgr.a (mgr.24293) 10241 : cluster 0 pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:47 smithi027 bash[31536]: cluster 2023-12-07T14:05:46.258544+0000 mgr.a (mgr.24293) 10241 : cluster 0 pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:48.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:48.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:48.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:49 smithi022 bash[28554]: cluster 2023-12-07T14:05:48.259118+0000 mgr.a (mgr.24293) 10242 : 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-07T14:05:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:49 smithi044 bash[32620]: cluster 2023-12-07T14:05:48.259118+0000 mgr.a (mgr.24293) 10242 : 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-07T14:05:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:49 smithi027 bash[31536]: cluster 2023-12-07T14:05:48.259118+0000 mgr.a (mgr.24293) 10242 : 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-07T14:05:49.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:49.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:49.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:49.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:49.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:50 smithi022 bash[28554]: audit 2023-12-07T14:05:49.330115+0000 mgr.a (mgr.24293) 10243 : audit 0 from='client.209205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:50 smithi044 bash[32620]: audit 2023-12-07T14:05:49.330115+0000 mgr.a (mgr.24293) 10243 : audit 0 from='client.209205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:50 smithi027 bash[31536]: audit 2023-12-07T14:05:49.330115+0000 mgr.a (mgr.24293) 10243 : audit 0 from='client.209205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:51 smithi022 bash[28554]: cluster 2023-12-07T14:05:50.259853+0000 mgr.a (mgr.24293) 10244 : 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-07T14:05:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:51 smithi044 bash[32620]: cluster 2023-12-07T14:05:50.259853+0000 mgr.a (mgr.24293) 10244 : 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-07T14:05:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:51 smithi027 bash[31536]: cluster 2023-12-07T14:05:50.259853+0000 mgr.a (mgr.24293) 10244 : 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-07T14:05:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:53 smithi022 bash[28554]: cluster 2023-12-07T14:05:52.260706+0000 mgr.a (mgr.24293) 10245 : 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-07T14:05:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:53 smithi044 bash[32620]: cluster 2023-12-07T14:05:52.260706+0000 mgr.a (mgr.24293) 10245 : 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-07T14:05:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:53 smithi027 bash[31536]: cluster 2023-12-07T14:05:52.260706+0000 mgr.a (mgr.24293) 10245 : 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-07T14:05:54.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:05:54.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:54.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:55 smithi022 bash[28554]: cluster 2023-12-07T14:05:54.261253+0000 mgr.a (mgr.24293) 10246 : 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-07T14:05:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:55 smithi044 bash[32620]: cluster 2023-12-07T14:05:54.261253+0000 mgr.a (mgr.24293) 10246 : 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-07T14:05:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:55 smithi027 bash[31536]: cluster 2023-12-07T14:05:54.261253+0000 mgr.a (mgr.24293) 10246 : 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-07T14:05:55.812 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:05:55.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:55.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:55.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:55.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:05:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:56 smithi022 bash[28554]: audit 2023-12-07T14:05:55.263020+0000 mgr.a (mgr.24293) 10247 : audit 0 from='client.209280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:56 smithi044 bash[32620]: audit 2023-12-07T14:05:55.263020+0000 mgr.a (mgr.24293) 10247 : audit 0 from='client.209280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:56 smithi027 bash[31536]: audit 2023-12-07T14:05:55.263020+0000 mgr.a (mgr.24293) 10247 : audit 0 from='client.209280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:57 smithi022 bash[28554]: cluster 2023-12-07T14:05:56.262336+0000 mgr.a (mgr.24293) 10248 : cluster 0 pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:05:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:57 smithi044 bash[32620]: cluster 2023-12-07T14:05:56.262336+0000 mgr.a (mgr.24293) 10248 : cluster 0 pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:05:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:57 smithi027 bash[31536]: cluster 2023-12-07T14:05:56.262336+0000 mgr.a (mgr.24293) 10248 : cluster 0 pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:05:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:05:59 smithi022 bash[28554]: cluster 2023-12-07T14:05:58.262945+0000 mgr.a (mgr.24293) 10249 : cluster 0 pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:05:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:05:59 smithi044 bash[32620]: cluster 2023-12-07T14:05:58.262945+0000 mgr.a (mgr.24293) 10249 : cluster 0 pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:05:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:05:59 smithi027 bash[31536]: cluster 2023-12-07T14:05:58.262945+0000 mgr.a (mgr.24293) 10249 : cluster 0 pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:00.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:00.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:00.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:01 smithi022 bash[28554]: cluster 2023-12-07T14:06:00.263430+0000 mgr.a (mgr.24293) 10250 : cluster 0 pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:01 smithi044 bash[32620]: cluster 2023-12-07T14:06:00.263430+0000 mgr.a (mgr.24293) 10250 : cluster 0 pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:01 smithi027 bash[31536]: cluster 2023-12-07T14:06:00.263430+0000 mgr.a (mgr.24293) 10250 : cluster 0 pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:01.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:01.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:01.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:01.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:01.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:02 smithi044 bash[32620]: audit 2023-12-07T14:06:01.227785+0000 mgr.a (mgr.24293) 10251 : audit 0 from='client.209358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:02 smithi022 bash[28554]: audit 2023-12-07T14:06:01.227785+0000 mgr.a (mgr.24293) 10251 : audit 0 from='client.209358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:02 smithi027 bash[31536]: audit 2023-12-07T14:06:01.227785+0000 mgr.a (mgr.24293) 10251 : audit 0 from='client.209358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:03 smithi044 bash[32620]: cluster 2023-12-07T14:06:02.264434+0000 mgr.a (mgr.24293) 10252 : cluster 0 pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:03 smithi022 bash[28554]: cluster 2023-12-07T14:06:02.264434+0000 mgr.a (mgr.24293) 10252 : cluster 0 pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:03 smithi027 bash[31536]: cluster 2023-12-07T14:06:02.264434+0000 mgr.a (mgr.24293) 10252 : cluster 0 pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:05 smithi022 bash[28554]: cluster 2023-12-07T14:06:04.265041+0000 mgr.a (mgr.24293) 10253 : cluster 0 pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:05 smithi044 bash[32620]: cluster 2023-12-07T14:06:04.265041+0000 mgr.a (mgr.24293) 10253 : cluster 0 pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:05 smithi027 bash[31536]: cluster 2023-12-07T14:06:04.265041+0000 mgr.a (mgr.24293) 10253 : cluster 0 pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:06.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:06.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:06.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:07.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:07.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:07.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:07.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:07.672 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:07 smithi022 bash[28554]: cluster 2023-12-07T14:06:06.265783+0000 mgr.a (mgr.24293) 10254 : 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-07T14:06:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:07 smithi044 bash[32620]: cluster 2023-12-07T14:06:06.265783+0000 mgr.a (mgr.24293) 10254 : 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-07T14:06:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:07 smithi027 bash[31536]: cluster 2023-12-07T14:06:06.265783+0000 mgr.a (mgr.24293) 10254 : 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-07T14:06:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:08 smithi022 bash[28554]: audit 2023-12-07T14:06:07.157375+0000 mgr.a (mgr.24293) 10255 : audit 0 from='client.209433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:08 smithi022 bash[28554]: audit 2023-12-07T14:06:08.098549+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:06:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:08 smithi044 bash[32620]: audit 2023-12-07T14:06:07.157375+0000 mgr.a (mgr.24293) 10255 : audit 0 from='client.209433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:08 smithi044 bash[32620]: audit 2023-12-07T14:06:08.098549+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:06:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:08 smithi027 bash[31536]: audit 2023-12-07T14:06:07.157375+0000 mgr.a (mgr.24293) 10255 : audit 0 from='client.209433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:08 smithi027 bash[31536]: audit 2023-12-07T14:06:08.098549+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:06:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: cluster 2023-12-07T14:06:08.266439+0000 mgr.a (mgr.24293) 10256 : cluster 0 pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:08.629066+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:08.633681+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:08.639009+0000 mon.a (mon.0) 1873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:08.644639+0000 mon.a (mon.0) 1874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:09.370342+0000 mon.a (mon.0) 1875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:09.372406+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:09 smithi044 bash[32620]: audit 2023-12-07T14:06:09.381610+0000 mon.a (mon.0) 1877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: cluster 2023-12-07T14:06:08.266439+0000 mgr.a (mgr.24293) 10256 : cluster 0 pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:08.629066+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:08.633681+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:08.639009+0000 mon.a (mon.0) 1873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:08.644639+0000 mon.a (mon.0) 1874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:09.370342+0000 mon.a (mon.0) 1875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:09.372406+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:09 smithi022 bash[28554]: audit 2023-12-07T14:06:09.381610+0000 mon.a (mon.0) 1877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: cluster 2023-12-07T14:06:08.266439+0000 mgr.a (mgr.24293) 10256 : cluster 0 pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:08.629066+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:08.633681+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:08.639009+0000 mon.a (mon.0) 1873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:08.644639+0000 mon.a (mon.0) 1874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:09.370342+0000 mon.a (mon.0) 1875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:06:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:09.372406+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:06:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:09 smithi027 bash[31536]: audit 2023-12-07T14:06:09.381610+0000 mon.a (mon.0) 1877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:06:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:11 smithi022 bash[28554]: cluster 2023-12-07T14:06:10.267051+0000 mgr.a (mgr.24293) 10257 : cluster 0 pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:11 smithi044 bash[32620]: cluster 2023-12-07T14:06:10.267051+0000 mgr.a (mgr.24293) 10257 : cluster 0 pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:11 smithi027 bash[31536]: cluster 2023-12-07T14:06:10.267051+0000 mgr.a (mgr.24293) 10257 : cluster 0 pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:12.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:12.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:12.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:13.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:13.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:13.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:13.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:13.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:13 smithi022 bash[28554]: cluster 2023-12-07T14:06:12.267864+0000 mgr.a (mgr.24293) 10258 : cluster 0 pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:06:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:13 smithi044 bash[32620]: cluster 2023-12-07T14:06:12.267864+0000 mgr.a (mgr.24293) 10258 : cluster 0 pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:06:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:13 smithi027 bash[31536]: cluster 2023-12-07T14:06:12.267864+0000 mgr.a (mgr.24293) 10258 : cluster 0 pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:06:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:14 smithi022 bash[28554]: audit 2023-12-07T14:06:13.088963+0000 mgr.a (mgr.24293) 10259 : audit 0 from='client.209505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:14 smithi044 bash[32620]: audit 2023-12-07T14:06:13.088963+0000 mgr.a (mgr.24293) 10259 : audit 0 from='client.209505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:14 smithi027 bash[31536]: audit 2023-12-07T14:06:13.088963+0000 mgr.a (mgr.24293) 10259 : audit 0 from='client.209505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:15 smithi022 bash[28554]: cluster 2023-12-07T14:06:14.268516+0000 mgr.a (mgr.24293) 10260 : cluster 0 pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:15 smithi044 bash[32620]: cluster 2023-12-07T14:06:14.268516+0000 mgr.a (mgr.24293) 10260 : cluster 0 pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:15 smithi027 bash[31536]: cluster 2023-12-07T14:06:14.268516+0000 mgr.a (mgr.24293) 10260 : cluster 0 pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:17 smithi022 bash[28554]: cluster 2023-12-07T14:06:16.269345+0000 mgr.a (mgr.24293) 10261 : cluster 0 pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:17 smithi044 bash[32620]: cluster 2023-12-07T14:06:16.269345+0000 mgr.a (mgr.24293) 10261 : cluster 0 pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:17 smithi027 bash[31536]: cluster 2023-12-07T14:06:16.269345+0000 mgr.a (mgr.24293) 10261 : cluster 0 pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:18.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:18.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:18.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:19 smithi022 bash[28554]: cluster 2023-12-07T14:06:18.270039+0000 mgr.a (mgr.24293) 10262 : 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-07T14:06:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:19 smithi044 bash[32620]: cluster 2023-12-07T14:06:18.270039+0000 mgr.a (mgr.24293) 10262 : 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-07T14:06:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:19 smithi027 bash[31536]: cluster 2023-12-07T14:06:18.270039+0000 mgr.a (mgr.24293) 10262 : 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-07T14:06:19.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:19.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:19.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:19.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:19.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:20 smithi044 bash[32620]: audit 2023-12-07T14:06:19.026611+0000 mgr.a (mgr.24293) 10263 : audit 0 from='client.209583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:20 smithi022 bash[28554]: audit 2023-12-07T14:06:19.026611+0000 mgr.a (mgr.24293) 10263 : audit 0 from='client.209583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:20 smithi027 bash[31536]: audit 2023-12-07T14:06:19.026611+0000 mgr.a (mgr.24293) 10263 : audit 0 from='client.209583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:21 smithi022 bash[28554]: cluster 2023-12-07T14:06:20.270748+0000 mgr.a (mgr.24293) 10264 : 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-07T14:06:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:21 smithi044 bash[32620]: cluster 2023-12-07T14:06:20.270748+0000 mgr.a (mgr.24293) 10264 : 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-07T14:06:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:21 smithi027 bash[31536]: cluster 2023-12-07T14:06:20.270748+0000 mgr.a (mgr.24293) 10264 : 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-07T14:06:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:23 smithi022 bash[28554]: cluster 2023-12-07T14:06:22.271626+0000 mgr.a (mgr.24293) 10265 : 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-07T14:06:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:23 smithi044 bash[32620]: cluster 2023-12-07T14:06:22.271626+0000 mgr.a (mgr.24293) 10265 : 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-07T14:06:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:23 smithi027 bash[31536]: cluster 2023-12-07T14:06:22.271626+0000 mgr.a (mgr.24293) 10265 : 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-07T14:06:24.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:24.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:24.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:25.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:25.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:25.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:25.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:25.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:25 smithi044 bash[32620]: cluster 2023-12-07T14:06:24.272182+0000 mgr.a (mgr.24293) 10266 : 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-07T14:06:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:25 smithi022 bash[28554]: cluster 2023-12-07T14:06:24.272182+0000 mgr.a (mgr.24293) 10266 : 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-07T14:06:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:25 smithi027 bash[31536]: cluster 2023-12-07T14:06:24.272182+0000 mgr.a (mgr.24293) 10266 : 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-07T14:06:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:26 smithi022 bash[28554]: audit 2023-12-07T14:06:24.946969+0000 mgr.a (mgr.24293) 10267 : audit 0 from='client.209655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:26 smithi044 bash[32620]: audit 2023-12-07T14:06:24.946969+0000 mgr.a (mgr.24293) 10267 : audit 0 from='client.209655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:26 smithi027 bash[31536]: audit 2023-12-07T14:06:24.946969+0000 mgr.a (mgr.24293) 10267 : audit 0 from='client.209655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:27 smithi022 bash[28554]: cluster 2023-12-07T14:06:26.273128+0000 mgr.a (mgr.24293) 10268 : cluster 0 pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:06:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:27 smithi044 bash[32620]: cluster 2023-12-07T14:06:26.273128+0000 mgr.a (mgr.24293) 10268 : cluster 0 pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:06:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:27 smithi027 bash[31536]: cluster 2023-12-07T14:06:26.273128+0000 mgr.a (mgr.24293) 10268 : cluster 0 pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:06:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:29 smithi022 bash[28554]: cluster 2023-12-07T14:06:28.273703+0000 mgr.a (mgr.24293) 10269 : cluster 0 pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:29 smithi044 bash[32620]: cluster 2023-12-07T14:06:28.273703+0000 mgr.a (mgr.24293) 10269 : cluster 0 pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:29 smithi027 bash[31536]: cluster 2023-12-07T14:06:28.273703+0000 mgr.a (mgr.24293) 10269 : cluster 0 pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:30.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:30.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:30.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:31.419 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:31.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:31.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:31.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:31.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:31 smithi022 bash[28554]: cluster 2023-12-07T14:06:30.274273+0000 mgr.a (mgr.24293) 10270 : cluster 0 pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:31 smithi044 bash[32620]: cluster 2023-12-07T14:06:30.274273+0000 mgr.a (mgr.24293) 10270 : cluster 0 pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:31 smithi027 bash[31536]: cluster 2023-12-07T14:06:30.274273+0000 mgr.a (mgr.24293) 10270 : cluster 0 pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:06:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:32 smithi022 bash[28554]: audit 2023-12-07T14:06:30.877842+0000 mgr.a (mgr.24293) 10271 : audit 0 from='client.209733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:32 smithi044 bash[32620]: audit 2023-12-07T14:06:30.877842+0000 mgr.a (mgr.24293) 10271 : audit 0 from='client.209733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:32 smithi027 bash[31536]: audit 2023-12-07T14:06:30.877842+0000 mgr.a (mgr.24293) 10271 : audit 0 from='client.209733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:33 smithi022 bash[28554]: cluster 2023-12-07T14:06:32.275281+0000 mgr.a (mgr.24293) 10272 : cluster 0 pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:33 smithi044 bash[32620]: cluster 2023-12-07T14:06:32.275281+0000 mgr.a (mgr.24293) 10272 : cluster 0 pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:33 smithi027 bash[31536]: cluster 2023-12-07T14:06:32.275281+0000 mgr.a (mgr.24293) 10272 : cluster 0 pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:35 smithi022 bash[28554]: cluster 2023-12-07T14:06:34.275885+0000 mgr.a (mgr.24293) 10273 : cluster 0 pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:35 smithi044 bash[32620]: cluster 2023-12-07T14:06:34.275885+0000 mgr.a (mgr.24293) 10273 : cluster 0 pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:35 smithi027 bash[31536]: cluster 2023-12-07T14:06:34.275885+0000 mgr.a (mgr.24293) 10273 : cluster 0 pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:36.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:36.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:36.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:37.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:37.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:37.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:37.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:37.362 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:37 smithi022 bash[28554]: cluster 2023-12-07T14:06:36.276669+0000 mgr.a (mgr.24293) 10274 : cluster 0 pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:37 smithi044 bash[32620]: cluster 2023-12-07T14:06:36.276669+0000 mgr.a (mgr.24293) 10274 : cluster 0 pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:37 smithi027 bash[31536]: cluster 2023-12-07T14:06:36.276669+0000 mgr.a (mgr.24293) 10274 : cluster 0 pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:38 smithi044 bash[32620]: audit 2023-12-07T14:06:36.833745+0000 mgr.a (mgr.24293) 10275 : audit 0 from='client.209805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:38 smithi022 bash[28554]: audit 2023-12-07T14:06:36.833745+0000 mgr.a (mgr.24293) 10275 : audit 0 from='client.209805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:38 smithi027 bash[31536]: audit 2023-12-07T14:06:36.833745+0000 mgr.a (mgr.24293) 10275 : audit 0 from='client.209805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:39 smithi044 bash[32620]: cluster 2023-12-07T14:06:38.277277+0000 mgr.a (mgr.24293) 10276 : cluster 0 pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:39 smithi022 bash[28554]: cluster 2023-12-07T14:06:38.277277+0000 mgr.a (mgr.24293) 10276 : cluster 0 pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:39 smithi027 bash[31536]: cluster 2023-12-07T14:06:38.277277+0000 mgr.a (mgr.24293) 10276 : cluster 0 pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:41 smithi022 bash[28554]: cluster 2023-12-07T14:06:40.277847+0000 mgr.a (mgr.24293) 10277 : cluster 0 pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:41 smithi044 bash[32620]: cluster 2023-12-07T14:06:40.277847+0000 mgr.a (mgr.24293) 10277 : cluster 0 pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:41 smithi027 bash[31536]: cluster 2023-12-07T14:06:40.277847+0000 mgr.a (mgr.24293) 10277 : cluster 0 pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:06:42.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:42.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:42.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:43.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:43.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:43.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:43.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:43.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:43 smithi044 bash[32620]: cluster 2023-12-07T14:06:42.278656+0000 mgr.a (mgr.24293) 10278 : cluster 0 pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:06:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:43 smithi022 bash[28554]: cluster 2023-12-07T14:06:42.278656+0000 mgr.a (mgr.24293) 10278 : cluster 0 pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:06:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:43 smithi027 bash[31536]: cluster 2023-12-07T14:06:42.278656+0000 mgr.a (mgr.24293) 10278 : cluster 0 pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:06:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:44 smithi022 bash[28554]: audit 2023-12-07T14:06:42.766034+0000 mgr.a (mgr.24293) 10279 : audit 0 from='client.209883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:44 smithi044 bash[32620]: audit 2023-12-07T14:06:42.766034+0000 mgr.a (mgr.24293) 10279 : audit 0 from='client.209883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:44 smithi027 bash[31536]: audit 2023-12-07T14:06:42.766034+0000 mgr.a (mgr.24293) 10279 : audit 0 from='client.209883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:45 smithi022 bash[28554]: cluster 2023-12-07T14:06:44.279326+0000 mgr.a (mgr.24293) 10280 : cluster 0 pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:45.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:45 smithi044 bash[32620]: cluster 2023-12-07T14:06:44.279326+0000 mgr.a (mgr.24293) 10280 : cluster 0 pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:45 smithi027 bash[31536]: cluster 2023-12-07T14:06:44.279326+0000 mgr.a (mgr.24293) 10280 : cluster 0 pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:47 smithi022 bash[28554]: cluster 2023-12-07T14:06:46.280203+0000 mgr.a (mgr.24293) 10281 : cluster 0 pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:47 smithi044 bash[32620]: cluster 2023-12-07T14:06:46.280203+0000 mgr.a (mgr.24293) 10281 : cluster 0 pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:47 smithi027 bash[31536]: cluster 2023-12-07T14:06:46.280203+0000 mgr.a (mgr.24293) 10281 : cluster 0 pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:48.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:48.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:48.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:49.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:49.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:49.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:49.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:49.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:49 smithi044 bash[32620]: cluster 2023-12-07T14:06:48.280715+0000 mgr.a (mgr.24293) 10282 : cluster 0 pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:49 smithi044 bash[32620]: audit 2023-12-07T14:06:48.686747+0000 mgr.a (mgr.24293) 10283 : audit 0 from='client.209961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:49 smithi022 bash[28554]: cluster 2023-12-07T14:06:48.280715+0000 mgr.a (mgr.24293) 10282 : cluster 0 pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:49 smithi022 bash[28554]: audit 2023-12-07T14:06:48.686747+0000 mgr.a (mgr.24293) 10283 : audit 0 from='client.209961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:49 smithi027 bash[31536]: cluster 2023-12-07T14:06:48.280715+0000 mgr.a (mgr.24293) 10282 : cluster 0 pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:49 smithi027 bash[31536]: audit 2023-12-07T14:06:48.686747+0000 mgr.a (mgr.24293) 10283 : audit 0 from='client.209961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:51 smithi044 bash[32620]: cluster 2023-12-07T14:06:50.281415+0000 mgr.a (mgr.24293) 10284 : cluster 0 pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:51 smithi022 bash[28554]: cluster 2023-12-07T14:06:50.281415+0000 mgr.a (mgr.24293) 10284 : cluster 0 pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:51 smithi027 bash[31536]: cluster 2023-12-07T14:06:50.281415+0000 mgr.a (mgr.24293) 10284 : cluster 0 pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:53 smithi022 bash[28554]: cluster 2023-12-07T14:06:52.282236+0000 mgr.a (mgr.24293) 10285 : cluster 0 pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:53 smithi044 bash[32620]: cluster 2023-12-07T14:06:52.282236+0000 mgr.a (mgr.24293) 10285 : cluster 0 pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:53 smithi027 bash[31536]: cluster 2023-12-07T14:06:52.282236+0000 mgr.a (mgr.24293) 10285 : cluster 0 pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:54.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:06:54.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:54.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:55.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:06:55.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:55.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:55.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:55.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:06:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:55 smithi022 bash[28554]: cluster 2023-12-07T14:06:54.282789+0000 mgr.a (mgr.24293) 10286 : 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-07T14:06:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:55 smithi022 bash[28554]: audit 2023-12-07T14:06:54.600881+0000 mgr.a (mgr.24293) 10287 : audit 0 from='client.210036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:55 smithi044 bash[32620]: cluster 2023-12-07T14:06:54.282789+0000 mgr.a (mgr.24293) 10286 : 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-07T14:06:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:55 smithi044 bash[32620]: audit 2023-12-07T14:06:54.600881+0000 mgr.a (mgr.24293) 10287 : audit 0 from='client.210036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:55 smithi027 bash[31536]: cluster 2023-12-07T14:06:54.282789+0000 mgr.a (mgr.24293) 10286 : 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-07T14:06:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:55 smithi027 bash[31536]: audit 2023-12-07T14:06:54.600881+0000 mgr.a (mgr.24293) 10287 : audit 0 from='client.210036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:57 smithi022 bash[28554]: cluster 2023-12-07T14:06:56.283718+0000 mgr.a (mgr.24293) 10288 : 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-07T14:06:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:57 smithi044 bash[32620]: cluster 2023-12-07T14:06:56.283718+0000 mgr.a (mgr.24293) 10288 : 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-07T14:06:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:57 smithi027 bash[31536]: cluster 2023-12-07T14:06:56.283718+0000 mgr.a (mgr.24293) 10288 : 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-07T14:06:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:06:59 smithi022 bash[28554]: cluster 2023-12-07T14:06:58.284198+0000 mgr.a (mgr.24293) 10289 : 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-07T14:06:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:06:59 smithi044 bash[32620]: cluster 2023-12-07T14:06:58.284198+0000 mgr.a (mgr.24293) 10289 : 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-07T14:06:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:06:59 smithi027 bash[31536]: cluster 2023-12-07T14:06:58.284198+0000 mgr.a (mgr.24293) 10289 : 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-07T14:07:00.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:00.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:00.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:01.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:01.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:01.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:01.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:01.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:01 smithi022 bash[28554]: cluster 2023-12-07T14:07:00.284552+0000 mgr.a (mgr.24293) 10290 : 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-07T14:07:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:01 smithi022 bash[28554]: audit 2023-12-07T14:07:00.560371+0000 mgr.a (mgr.24293) 10291 : audit 0 from='client.176698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:01 smithi044 bash[32620]: cluster 2023-12-07T14:07:00.284552+0000 mgr.a (mgr.24293) 10290 : 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-07T14:07:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:01 smithi044 bash[32620]: audit 2023-12-07T14:07:00.560371+0000 mgr.a (mgr.24293) 10291 : audit 0 from='client.176698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:01 smithi027 bash[31536]: cluster 2023-12-07T14:07:00.284552+0000 mgr.a (mgr.24293) 10290 : 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-07T14:07:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:01 smithi027 bash[31536]: audit 2023-12-07T14:07:00.560371+0000 mgr.a (mgr.24293) 10291 : audit 0 from='client.176698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:03 smithi022 bash[28554]: cluster 2023-12-07T14:07:02.285584+0000 mgr.a (mgr.24293) 10292 : cluster 0 pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:03 smithi044 bash[32620]: cluster 2023-12-07T14:07:02.285584+0000 mgr.a (mgr.24293) 10292 : cluster 0 pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:03 smithi027 bash[31536]: cluster 2023-12-07T14:07:02.285584+0000 mgr.a (mgr.24293) 10292 : cluster 0 pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:05 smithi022 bash[28554]: cluster 2023-12-07T14:07:04.286349+0000 mgr.a (mgr.24293) 10293 : cluster 0 pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:05 smithi044 bash[32620]: cluster 2023-12-07T14:07:04.286349+0000 mgr.a (mgr.24293) 10293 : cluster 0 pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:05 smithi027 bash[31536]: cluster 2023-12-07T14:07:04.286349+0000 mgr.a (mgr.24293) 10293 : cluster 0 pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:06.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:06.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:06.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:07.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:07.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:07.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:07.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:07.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:07 smithi022 bash[28554]: cluster 2023-12-07T14:07:06.287129+0000 mgr.a (mgr.24293) 10294 : cluster 0 pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:07 smithi022 bash[28554]: audit 2023-12-07T14:07:06.500912+0000 mgr.a (mgr.24293) 10295 : audit 0 from='client.210183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:07 smithi044 bash[32620]: cluster 2023-12-07T14:07:06.287129+0000 mgr.a (mgr.24293) 10294 : cluster 0 pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:07 smithi044 bash[32620]: audit 2023-12-07T14:07:06.500912+0000 mgr.a (mgr.24293) 10295 : audit 0 from='client.210183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:07 smithi027 bash[31536]: cluster 2023-12-07T14:07:06.287129+0000 mgr.a (mgr.24293) 10294 : cluster 0 pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:07 smithi027 bash[31536]: audit 2023-12-07T14:07:06.500912+0000 mgr.a (mgr.24293) 10295 : audit 0 from='client.210183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:09 smithi022 bash[28554]: cluster 2023-12-07T14:07:08.287868+0000 mgr.a (mgr.24293) 10296 : cluster 0 pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:09 smithi044 bash[32620]: cluster 2023-12-07T14:07:08.287868+0000 mgr.a (mgr.24293) 10296 : cluster 0 pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:09 smithi027 bash[31536]: cluster 2023-12-07T14:07:08.287868+0000 mgr.a (mgr.24293) 10296 : cluster 0 pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:10 smithi022 bash[28554]: audit 2023-12-07T14:07:09.485480+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:07:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:10 smithi044 bash[32620]: audit 2023-12-07T14:07:09.485480+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:07:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:10 smithi027 bash[31536]: audit 2023-12-07T14:07:09.485480+0000 mon.a (mon.0) 1878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:07:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:11 smithi022 bash[28554]: audit 2023-12-07T14:07:10.270819+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:07:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:11 smithi022 bash[28554]: audit 2023-12-07T14:07:10.272734+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:07:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:11 smithi022 bash[28554]: audit 2023-12-07T14:07:10.282942+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:07:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:11 smithi022 bash[28554]: cluster 2023-12-07T14:07:10.288330+0000 mgr.a (mgr.24293) 10297 : cluster 0 pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:11 smithi044 bash[32620]: audit 2023-12-07T14:07:10.270819+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:07:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:11 smithi044 bash[32620]: audit 2023-12-07T14:07:10.272734+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:07:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:11 smithi044 bash[32620]: audit 2023-12-07T14:07:10.282942+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:07:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:11 smithi044 bash[32620]: cluster 2023-12-07T14:07:10.288330+0000 mgr.a (mgr.24293) 10297 : cluster 0 pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:11 smithi027 bash[31536]: audit 2023-12-07T14:07:10.270819+0000 mon.a (mon.0) 1879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:07:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:11 smithi027 bash[31536]: audit 2023-12-07T14:07:10.272734+0000 mon.a (mon.0) 1880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:07:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:11 smithi027 bash[31536]: audit 2023-12-07T14:07:10.282942+0000 mon.a (mon.0) 1881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:07:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:11 smithi027 bash[31536]: cluster 2023-12-07T14:07:10.288330+0000 mgr.a (mgr.24293) 10297 : cluster 0 pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:12.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:12.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:12.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:12.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:12.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:12.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:13 smithi022 bash[28554]: cluster 2023-12-07T14:07:12.289285+0000 mgr.a (mgr.24293) 10298 : 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-07T14:07:13.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:13 smithi022 bash[28554]: audit 2023-12-07T14:07:12.423035+0000 mgr.a (mgr.24293) 10299 : audit 0 from='client.210258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:13 smithi044 bash[32620]: cluster 2023-12-07T14:07:12.289285+0000 mgr.a (mgr.24293) 10298 : 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-07T14:07:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:13 smithi044 bash[32620]: audit 2023-12-07T14:07:12.423035+0000 mgr.a (mgr.24293) 10299 : audit 0 from='client.210258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:13 smithi027 bash[31536]: cluster 2023-12-07T14:07:12.289285+0000 mgr.a (mgr.24293) 10298 : 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-07T14:07:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:13 smithi027 bash[31536]: audit 2023-12-07T14:07:12.423035+0000 mgr.a (mgr.24293) 10299 : audit 0 from='client.210258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:15 smithi022 bash[28554]: cluster 2023-12-07T14:07:14.290069+0000 mgr.a (mgr.24293) 10300 : cluster 0 pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:15 smithi044 bash[32620]: cluster 2023-12-07T14:07:14.290069+0000 mgr.a (mgr.24293) 10300 : cluster 0 pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:15 smithi027 bash[31536]: cluster 2023-12-07T14:07:14.290069+0000 mgr.a (mgr.24293) 10300 : cluster 0 pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:17 smithi022 bash[28554]: cluster 2023-12-07T14:07:16.290896+0000 mgr.a (mgr.24293) 10301 : cluster 0 pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:17 smithi044 bash[32620]: cluster 2023-12-07T14:07:16.290896+0000 mgr.a (mgr.24293) 10301 : cluster 0 pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:17 smithi027 bash[31536]: cluster 2023-12-07T14:07:16.290896+0000 mgr.a (mgr.24293) 10301 : cluster 0 pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:17.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:17.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:17.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:18.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:18.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:18.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:18.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:18.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:19 smithi022 bash[28554]: cluster 2023-12-07T14:07:18.291298+0000 mgr.a (mgr.24293) 10302 : cluster 0 pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:19 smithi022 bash[28554]: audit 2023-12-07T14:07:18.368510+0000 mgr.a (mgr.24293) 10303 : audit 0 from='client.210336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:19 smithi044 bash[32620]: cluster 2023-12-07T14:07:18.291298+0000 mgr.a (mgr.24293) 10302 : cluster 0 pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:19 smithi044 bash[32620]: audit 2023-12-07T14:07:18.368510+0000 mgr.a (mgr.24293) 10303 : audit 0 from='client.210336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:19 smithi027 bash[31536]: cluster 2023-12-07T14:07:18.291298+0000 mgr.a (mgr.24293) 10302 : cluster 0 pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:19 smithi027 bash[31536]: audit 2023-12-07T14:07:18.368510+0000 mgr.a (mgr.24293) 10303 : audit 0 from='client.210336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:21 smithi022 bash[28554]: cluster 2023-12-07T14:07:20.292011+0000 mgr.a (mgr.24293) 10304 : cluster 0 pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:21 smithi044 bash[32620]: cluster 2023-12-07T14:07:20.292011+0000 mgr.a (mgr.24293) 10304 : cluster 0 pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:21 smithi027 bash[31536]: cluster 2023-12-07T14:07:20.292011+0000 mgr.a (mgr.24293) 10304 : cluster 0 pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:23 smithi022 bash[28554]: cluster 2023-12-07T14:07:22.292826+0000 mgr.a (mgr.24293) 10305 : cluster 0 pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:23 smithi044 bash[32620]: cluster 2023-12-07T14:07:22.292826+0000 mgr.a (mgr.24293) 10305 : cluster 0 pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:23 smithi027 bash[31536]: cluster 2023-12-07T14:07:22.292826+0000 mgr.a (mgr.24293) 10305 : cluster 0 pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:23.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:23.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:23.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:24.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:24.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:24.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:24.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:24.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:25 smithi022 bash[28554]: cluster 2023-12-07T14:07:24.293347+0000 mgr.a (mgr.24293) 10306 : 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-07T14:07:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:25 smithi022 bash[28554]: audit 2023-12-07T14:07:24.331413+0000 mgr.a (mgr.24293) 10307 : audit 0 from='client.210414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:25 smithi044 bash[32620]: cluster 2023-12-07T14:07:24.293347+0000 mgr.a (mgr.24293) 10306 : 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-07T14:07:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:25 smithi044 bash[32620]: audit 2023-12-07T14:07:24.331413+0000 mgr.a (mgr.24293) 10307 : audit 0 from='client.210414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:25 smithi027 bash[31536]: cluster 2023-12-07T14:07:24.293347+0000 mgr.a (mgr.24293) 10306 : 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-07T14:07:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:25 smithi027 bash[31536]: audit 2023-12-07T14:07:24.331413+0000 mgr.a (mgr.24293) 10307 : audit 0 from='client.210414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:27 smithi022 bash[28554]: cluster 2023-12-07T14:07:26.294305+0000 mgr.a (mgr.24293) 10308 : 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-07T14:07:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:27 smithi044 bash[32620]: cluster 2023-12-07T14:07:26.294305+0000 mgr.a (mgr.24293) 10308 : 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-07T14:07:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:27 smithi027 bash[31536]: cluster 2023-12-07T14:07:26.294305+0000 mgr.a (mgr.24293) 10308 : 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-07T14:07:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:29 smithi022 bash[28554]: cluster 2023-12-07T14:07:28.294904+0000 mgr.a (mgr.24293) 10309 : 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-07T14:07:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:29 smithi044 bash[32620]: cluster 2023-12-07T14:07:28.294904+0000 mgr.a (mgr.24293) 10309 : 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-07T14:07:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:29 smithi027 bash[31536]: cluster 2023-12-07T14:07:28.294904+0000 mgr.a (mgr.24293) 10309 : 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-07T14:07:29.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:29.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:29.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:30.785 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:30.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:30.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:30.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:30.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:31 smithi022 bash[28554]: audit 2023-12-07T14:07:30.282824+0000 mgr.a (mgr.24293) 10310 : audit 0 from='client.210492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:31 smithi022 bash[28554]: cluster 2023-12-07T14:07:30.297563+0000 mgr.a (mgr.24293) 10311 : 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-07T14:07:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:31 smithi044 bash[32620]: audit 2023-12-07T14:07:30.282824+0000 mgr.a (mgr.24293) 10310 : audit 0 from='client.210492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:31 smithi044 bash[32620]: cluster 2023-12-07T14:07:30.297563+0000 mgr.a (mgr.24293) 10311 : 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-07T14:07:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:31 smithi027 bash[31536]: audit 2023-12-07T14:07:30.282824+0000 mgr.a (mgr.24293) 10310 : audit 0 from='client.210492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:31 smithi027 bash[31536]: cluster 2023-12-07T14:07:30.297563+0000 mgr.a (mgr.24293) 10311 : 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-07T14:07:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:33 smithi022 bash[28554]: cluster 2023-12-07T14:07:32.298850+0000 mgr.a (mgr.24293) 10312 : cluster 0 pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:07:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:33 smithi044 bash[32620]: cluster 2023-12-07T14:07:32.298850+0000 mgr.a (mgr.24293) 10312 : cluster 0 pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:07:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:33 smithi027 bash[31536]: cluster 2023-12-07T14:07:32.298850+0000 mgr.a (mgr.24293) 10312 : cluster 0 pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:07:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:35 smithi022 bash[28554]: cluster 2023-12-07T14:07:34.299445+0000 mgr.a (mgr.24293) 10313 : cluster 0 pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:07:35.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:35 smithi044 bash[32620]: cluster 2023-12-07T14:07:34.299445+0000 mgr.a (mgr.24293) 10313 : cluster 0 pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:07:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:35 smithi027 bash[31536]: cluster 2023-12-07T14:07:34.299445+0000 mgr.a (mgr.24293) 10313 : cluster 0 pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:07:35.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:35.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:35.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:36.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:37 smithi022 bash[28554]: audit 2023-12-07T14:07:36.200165+0000 mgr.a (mgr.24293) 10314 : audit 0 from='client.210564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:37 smithi022 bash[28554]: cluster 2023-12-07T14:07:36.300231+0000 mgr.a (mgr.24293) 10315 : cluster 0 pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:37 smithi044 bash[32620]: audit 2023-12-07T14:07:36.200165+0000 mgr.a (mgr.24293) 10314 : audit 0 from='client.210564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:37 smithi044 bash[32620]: cluster 2023-12-07T14:07:36.300231+0000 mgr.a (mgr.24293) 10315 : cluster 0 pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:37.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:37 smithi027 bash[31536]: audit 2023-12-07T14:07:36.200165+0000 mgr.a (mgr.24293) 10314 : audit 0 from='client.210564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:37.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:37 smithi027 bash[31536]: cluster 2023-12-07T14:07:36.300231+0000 mgr.a (mgr.24293) 10315 : cluster 0 pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:39 smithi044 bash[32620]: cluster 2023-12-07T14:07:38.300975+0000 mgr.a (mgr.24293) 10316 : cluster 0 pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:39 smithi022 bash[28554]: cluster 2023-12-07T14:07:38.300975+0000 mgr.a (mgr.24293) 10316 : cluster 0 pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:39 smithi027 bash[31536]: cluster 2023-12-07T14:07:38.300975+0000 mgr.a (mgr.24293) 10316 : cluster 0 pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:41 smithi022 bash[28554]: cluster 2023-12-07T14:07:40.301501+0000 mgr.a (mgr.24293) 10317 : cluster 0 pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:41 smithi044 bash[32620]: cluster 2023-12-07T14:07:40.301501+0000 mgr.a (mgr.24293) 10317 : cluster 0 pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:41 smithi027 bash[31536]: cluster 2023-12-07T14:07:40.301501+0000 mgr.a (mgr.24293) 10317 : cluster 0 pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:41.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:41.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:41.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:42.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:42.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:43 smithi022 bash[28554]: audit 2023-12-07T14:07:42.137991+0000 mgr.a (mgr.24293) 10318 : audit 0 from='client.210639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:43 smithi022 bash[28554]: cluster 2023-12-07T14:07:42.302730+0000 mgr.a (mgr.24293) 10319 : cluster 0 pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:43 smithi044 bash[32620]: audit 2023-12-07T14:07:42.137991+0000 mgr.a (mgr.24293) 10318 : audit 0 from='client.210639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:43 smithi044 bash[32620]: cluster 2023-12-07T14:07:42.302730+0000 mgr.a (mgr.24293) 10319 : cluster 0 pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:43 smithi027 bash[31536]: audit 2023-12-07T14:07:42.137991+0000 mgr.a (mgr.24293) 10318 : audit 0 from='client.210639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:43 smithi027 bash[31536]: cluster 2023-12-07T14:07:42.302730+0000 mgr.a (mgr.24293) 10319 : cluster 0 pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:45 smithi044 bash[32620]: cluster 2023-12-07T14:07:44.303440+0000 mgr.a (mgr.24293) 10320 : cluster 0 pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:07:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:45 smithi022 bash[28554]: cluster 2023-12-07T14:07:44.303440+0000 mgr.a (mgr.24293) 10320 : cluster 0 pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:07:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:45 smithi027 bash[31536]: cluster 2023-12-07T14:07:44.303440+0000 mgr.a (mgr.24293) 10320 : cluster 0 pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:07:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:47 smithi022 bash[28554]: cluster 2023-12-07T14:07:46.304201+0000 mgr.a (mgr.24293) 10321 : cluster 0 pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:07:47.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:47 smithi044 bash[32620]: cluster 2023-12-07T14:07:46.304201+0000 mgr.a (mgr.24293) 10321 : cluster 0 pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:07:47.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:47.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:47 smithi027 bash[31536]: cluster 2023-12-07T14:07:46.304201+0000 mgr.a (mgr.24293) 10321 : cluster 0 pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:07:48.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:48.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:48.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:48.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:48.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:49 smithi022 bash[28554]: audit 2023-12-07T14:07:48.090275+0000 mgr.a (mgr.24293) 10322 : audit 0 from='client.210714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:49 smithi022 bash[28554]: cluster 2023-12-07T14:07:48.304640+0000 mgr.a (mgr.24293) 10323 : cluster 0 pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:49 smithi044 bash[32620]: audit 2023-12-07T14:07:48.090275+0000 mgr.a (mgr.24293) 10322 : audit 0 from='client.210714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:49 smithi044 bash[32620]: cluster 2023-12-07T14:07:48.304640+0000 mgr.a (mgr.24293) 10323 : cluster 0 pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:49 smithi027 bash[31536]: audit 2023-12-07T14:07:48.090275+0000 mgr.a (mgr.24293) 10322 : audit 0 from='client.210714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:49 smithi027 bash[31536]: cluster 2023-12-07T14:07:48.304640+0000 mgr.a (mgr.24293) 10323 : cluster 0 pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:51 smithi022 bash[28554]: cluster 2023-12-07T14:07:50.305273+0000 mgr.a (mgr.24293) 10324 : cluster 0 pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:51 smithi044 bash[32620]: cluster 2023-12-07T14:07:50.305273+0000 mgr.a (mgr.24293) 10324 : cluster 0 pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:51 smithi027 bash[31536]: cluster 2023-12-07T14:07:50.305273+0000 mgr.a (mgr.24293) 10324 : cluster 0 pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:53.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:53.598 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:53.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:53 smithi022 bash[28554]: cluster 2023-12-07T14:07:52.306115+0000 mgr.a (mgr.24293) 10325 : cluster 0 pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:53 smithi044 bash[32620]: cluster 2023-12-07T14:07:52.306115+0000 mgr.a (mgr.24293) 10325 : cluster 0 pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:53 smithi027 bash[31536]: cluster 2023-12-07T14:07:52.306115+0000 mgr.a (mgr.24293) 10325 : cluster 0 pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:54.523 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:07:54.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:54.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:54.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:54.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:07:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:55 smithi022 bash[28554]: audit 2023-12-07T14:07:54.010045+0000 mgr.a (mgr.24293) 10326 : audit 0 from='client.210786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:55 smithi022 bash[28554]: cluster 2023-12-07T14:07:54.306871+0000 mgr.a (mgr.24293) 10327 : cluster 0 pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:55 smithi044 bash[32620]: audit 2023-12-07T14:07:54.010045+0000 mgr.a (mgr.24293) 10326 : audit 0 from='client.210786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:55 smithi044 bash[32620]: cluster 2023-12-07T14:07:54.306871+0000 mgr.a (mgr.24293) 10327 : cluster 0 pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:55 smithi027 bash[31536]: audit 2023-12-07T14:07:54.010045+0000 mgr.a (mgr.24293) 10326 : audit 0 from='client.210786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:55 smithi027 bash[31536]: cluster 2023-12-07T14:07:54.306871+0000 mgr.a (mgr.24293) 10327 : cluster 0 pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:57 smithi022 bash[28554]: cluster 2023-12-07T14:07:56.307816+0000 mgr.a (mgr.24293) 10328 : cluster 0 pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:57 smithi044 bash[32620]: cluster 2023-12-07T14:07:56.307816+0000 mgr.a (mgr.24293) 10328 : cluster 0 pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:57 smithi027 bash[31536]: cluster 2023-12-07T14:07:56.307816+0000 mgr.a (mgr.24293) 10328 : cluster 0 pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:07:59 smithi022 bash[28554]: cluster 2023-12-07T14:07:58.308401+0000 mgr.a (mgr.24293) 10329 : 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-07T14:07:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:07:59 smithi044 bash[32620]: cluster 2023-12-07T14:07:58.308401+0000 mgr.a (mgr.24293) 10329 : 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-07T14:07:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:07:59 smithi027 bash[31536]: cluster 2023-12-07T14:07:58.308401+0000 mgr.a (mgr.24293) 10329 : 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-07T14:07:59.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:07:59.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:59.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:00.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:00.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:00.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:00.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:00.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:01 smithi022 bash[28554]: audit 2023-12-07T14:07:59.932066+0000 mgr.a (mgr.24293) 10330 : audit 0 from='client.210864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:01 smithi022 bash[28554]: cluster 2023-12-07T14:08:00.309171+0000 mgr.a (mgr.24293) 10331 : 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-07T14:08:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:01 smithi044 bash[32620]: audit 2023-12-07T14:07:59.932066+0000 mgr.a (mgr.24293) 10330 : audit 0 from='client.210864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:01 smithi044 bash[32620]: cluster 2023-12-07T14:08:00.309171+0000 mgr.a (mgr.24293) 10331 : 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-07T14:08:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:01 smithi027 bash[31536]: audit 2023-12-07T14:07:59.932066+0000 mgr.a (mgr.24293) 10330 : audit 0 from='client.210864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:01 smithi027 bash[31536]: cluster 2023-12-07T14:08:00.309171+0000 mgr.a (mgr.24293) 10331 : 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-07T14:08:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:03 smithi022 bash[28554]: cluster 2023-12-07T14:08:02.310020+0000 mgr.a (mgr.24293) 10332 : cluster 0 pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:08:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:03 smithi044 bash[32620]: cluster 2023-12-07T14:08:02.310020+0000 mgr.a (mgr.24293) 10332 : cluster 0 pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:08:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:03 smithi027 bash[31536]: cluster 2023-12-07T14:08:02.310020+0000 mgr.a (mgr.24293) 10332 : cluster 0 pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:08:05.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:05.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:05.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:05 smithi022 bash[28554]: cluster 2023-12-07T14:08:04.310745+0000 mgr.a (mgr.24293) 10333 : cluster 0 pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:08:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:05 smithi044 bash[32620]: cluster 2023-12-07T14:08:04.310745+0000 mgr.a (mgr.24293) 10333 : cluster 0 pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:08:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:05 smithi027 bash[31536]: cluster 2023-12-07T14:08:04.310745+0000 mgr.a (mgr.24293) 10333 : cluster 0 pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:08:06.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:06.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:06.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:06.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:06.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:07 smithi022 bash[28554]: audit 2023-12-07T14:08:05.823826+0000 mgr.a (mgr.24293) 10334 : audit 0 from='client.210942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:07 smithi022 bash[28554]: cluster 2023-12-07T14:08:06.311662+0000 mgr.a (mgr.24293) 10335 : cluster 0 pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:07 smithi044 bash[32620]: audit 2023-12-07T14:08:05.823826+0000 mgr.a (mgr.24293) 10334 : audit 0 from='client.210942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:07 smithi044 bash[32620]: cluster 2023-12-07T14:08:06.311662+0000 mgr.a (mgr.24293) 10335 : cluster 0 pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:07 smithi027 bash[31536]: audit 2023-12-07T14:08:05.823826+0000 mgr.a (mgr.24293) 10334 : audit 0 from='client.210942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:07 smithi027 bash[31536]: cluster 2023-12-07T14:08:06.311662+0000 mgr.a (mgr.24293) 10335 : cluster 0 pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:09 smithi022 bash[28554]: cluster 2023-12-07T14:08:08.312224+0000 mgr.a (mgr.24293) 10336 : cluster 0 pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:09 smithi044 bash[32620]: cluster 2023-12-07T14:08:08.312224+0000 mgr.a (mgr.24293) 10336 : cluster 0 pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:09 smithi027 bash[31536]: cluster 2023-12-07T14:08:08.312224+0000 mgr.a (mgr.24293) 10336 : cluster 0 pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:11.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:11.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:11.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:11 smithi022 bash[28554]: cluster 2023-12-07T14:08:10.312848+0000 mgr.a (mgr.24293) 10337 : cluster 0 pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:11 smithi022 bash[28554]: audit 2023-12-07T14:08:10.386906+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:08:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:11 smithi022 bash[28554]: audit 2023-12-07T14:08:11.168668+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:08:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:11 smithi022 bash[28554]: audit 2023-12-07T14:08:11.170589+0000 mon.a (mon.0) 1884 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:08:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:11 smithi022 bash[28554]: audit 2023-12-07T14:08:11.179834+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:08:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:11 smithi044 bash[32620]: cluster 2023-12-07T14:08:10.312848+0000 mgr.a (mgr.24293) 10337 : cluster 0 pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:11.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:11 smithi044 bash[32620]: audit 2023-12-07T14:08:10.386906+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:08:11.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:11 smithi044 bash[32620]: audit 2023-12-07T14:08:11.168668+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:08:11.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:11 smithi044 bash[32620]: audit 2023-12-07T14:08:11.170589+0000 mon.a (mon.0) 1884 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:08:11.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:11 smithi044 bash[32620]: audit 2023-12-07T14:08:11.179834+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:08:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:11 smithi027 bash[31536]: cluster 2023-12-07T14:08:10.312848+0000 mgr.a (mgr.24293) 10337 : cluster 0 pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:11 smithi027 bash[31536]: audit 2023-12-07T14:08:10.386906+0000 mon.a (mon.0) 1882 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:08:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:11 smithi027 bash[31536]: audit 2023-12-07T14:08:11.168668+0000 mon.a (mon.0) 1883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:08:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:11 smithi027 bash[31536]: audit 2023-12-07T14:08:11.170589+0000 mon.a (mon.0) 1884 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:08:11.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:11 smithi027 bash[31536]: audit 2023-12-07T14:08:11.179834+0000 mon.a (mon.0) 1885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:08:12.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:12.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:12.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:12.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:12.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:13 smithi022 bash[28554]: audit 2023-12-07T14:08:11.767231+0000 mgr.a (mgr.24293) 10338 : audit 0 from='client.211017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:13 smithi022 bash[28554]: cluster 2023-12-07T14:08:12.313863+0000 mgr.a (mgr.24293) 10339 : cluster 0 pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:13 smithi044 bash[32620]: audit 2023-12-07T14:08:11.767231+0000 mgr.a (mgr.24293) 10338 : audit 0 from='client.211017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:13 smithi044 bash[32620]: cluster 2023-12-07T14:08:12.313863+0000 mgr.a (mgr.24293) 10339 : cluster 0 pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:13 smithi027 bash[31536]: audit 2023-12-07T14:08:11.767231+0000 mgr.a (mgr.24293) 10338 : audit 0 from='client.211017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:13 smithi027 bash[31536]: cluster 2023-12-07T14:08:12.313863+0000 mgr.a (mgr.24293) 10339 : cluster 0 pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:15 smithi022 bash[28554]: cluster 2023-12-07T14:08:14.314445+0000 mgr.a (mgr.24293) 10340 : cluster 0 pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:08:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:15 smithi044 bash[32620]: cluster 2023-12-07T14:08:14.314445+0000 mgr.a (mgr.24293) 10340 : cluster 0 pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:08:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:15 smithi027 bash[31536]: cluster 2023-12-07T14:08:14.314445+0000 mgr.a (mgr.24293) 10340 : cluster 0 pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:08:17.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:17.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:17.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:17 smithi022 bash[28554]: cluster 2023-12-07T14:08:16.315241+0000 mgr.a (mgr.24293) 10341 : cluster 0 pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:08:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:17 smithi044 bash[32620]: cluster 2023-12-07T14:08:16.315241+0000 mgr.a (mgr.24293) 10341 : cluster 0 pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:08:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:17 smithi027 bash[31536]: cluster 2023-12-07T14:08:16.315241+0000 mgr.a (mgr.24293) 10341 : cluster 0 pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:08:18.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:18.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:18.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:18.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:18.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:18 smithi022 bash[28554]: audit 2023-12-07T14:08:17.721311+0000 mgr.a (mgr.24293) 10342 : audit 0 from='client.173354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:18 smithi044 bash[32620]: audit 2023-12-07T14:08:17.721311+0000 mgr.a (mgr.24293) 10342 : audit 0 from='client.173354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:18 smithi027 bash[31536]: audit 2023-12-07T14:08:17.721311+0000 mgr.a (mgr.24293) 10342 : audit 0 from='client.173354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:19 smithi044 bash[32620]: cluster 2023-12-07T14:08:18.316148+0000 mgr.a (mgr.24293) 10343 : cluster 0 pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:19 smithi022 bash[28554]: cluster 2023-12-07T14:08:18.316148+0000 mgr.a (mgr.24293) 10343 : cluster 0 pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:19 smithi027 bash[31536]: cluster 2023-12-07T14:08:18.316148+0000 mgr.a (mgr.24293) 10343 : cluster 0 pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:21 smithi022 bash[28554]: cluster 2023-12-07T14:08:20.316848+0000 mgr.a (mgr.24293) 10344 : cluster 0 pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:21 smithi044 bash[32620]: cluster 2023-12-07T14:08:20.316848+0000 mgr.a (mgr.24293) 10344 : cluster 0 pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:21 smithi027 bash[31536]: cluster 2023-12-07T14:08:20.316848+0000 mgr.a (mgr.24293) 10344 : cluster 0 pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:23.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:23.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:23.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:23 smithi022 bash[28554]: cluster 2023-12-07T14:08:22.317842+0000 mgr.a (mgr.24293) 10345 : cluster 0 pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:23 smithi044 bash[32620]: cluster 2023-12-07T14:08:22.317842+0000 mgr.a (mgr.24293) 10345 : cluster 0 pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:23 smithi027 bash[31536]: cluster 2023-12-07T14:08:22.317842+0000 mgr.a (mgr.24293) 10345 : cluster 0 pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:24.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:24.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:24.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:24.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:24.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:24 smithi022 bash[28554]: audit 2023-12-07T14:08:23.670896+0000 mgr.a (mgr.24293) 10346 : audit 0 from='client.211170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:24 smithi044 bash[32620]: audit 2023-12-07T14:08:23.670896+0000 mgr.a (mgr.24293) 10346 : audit 0 from='client.211170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:24 smithi027 bash[31536]: audit 2023-12-07T14:08:23.670896+0000 mgr.a (mgr.24293) 10346 : audit 0 from='client.211170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:25 smithi022 bash[28554]: cluster 2023-12-07T14:08:24.318619+0000 mgr.a (mgr.24293) 10347 : cluster 0 pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:25 smithi044 bash[32620]: cluster 2023-12-07T14:08:24.318619+0000 mgr.a (mgr.24293) 10347 : cluster 0 pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:25 smithi027 bash[31536]: cluster 2023-12-07T14:08:24.318619+0000 mgr.a (mgr.24293) 10347 : cluster 0 pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:27 smithi022 bash[28554]: cluster 2023-12-07T14:08:26.319266+0000 mgr.a (mgr.24293) 10348 : cluster 0 pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:27 smithi044 bash[32620]: cluster 2023-12-07T14:08:26.319266+0000 mgr.a (mgr.24293) 10348 : cluster 0 pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:27 smithi027 bash[31536]: cluster 2023-12-07T14:08:26.319266+0000 mgr.a (mgr.24293) 10348 : cluster 0 pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:29.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:29.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:29.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:29 smithi022 bash[28554]: cluster 2023-12-07T14:08:28.319866+0000 mgr.a (mgr.24293) 10349 : 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-07T14:08:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:29 smithi044 bash[32620]: cluster 2023-12-07T14:08:28.319866+0000 mgr.a (mgr.24293) 10349 : 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-07T14:08:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:29 smithi027 bash[31536]: cluster 2023-12-07T14:08:28.319866+0000 mgr.a (mgr.24293) 10349 : 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-07T14:08:30.161 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:30.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:30.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:30.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:30.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:30 smithi022 bash[28554]: audit 2023-12-07T14:08:29.615257+0000 mgr.a (mgr.24293) 10350 : audit 0 from='client.211245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:30 smithi044 bash[32620]: audit 2023-12-07T14:08:29.615257+0000 mgr.a (mgr.24293) 10350 : audit 0 from='client.211245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:30 smithi027 bash[31536]: audit 2023-12-07T14:08:29.615257+0000 mgr.a (mgr.24293) 10350 : audit 0 from='client.211245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:31 smithi022 bash[28554]: cluster 2023-12-07T14:08:30.320610+0000 mgr.a (mgr.24293) 10351 : 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-07T14:08:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:31 smithi044 bash[32620]: cluster 2023-12-07T14:08:30.320610+0000 mgr.a (mgr.24293) 10351 : 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-07T14:08:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:31 smithi027 bash[31536]: cluster 2023-12-07T14:08:30.320610+0000 mgr.a (mgr.24293) 10351 : 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-07T14:08:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:33 smithi022 bash[28554]: cluster 2023-12-07T14:08:32.321516+0000 mgr.a (mgr.24293) 10352 : 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-07T14:08:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:33 smithi044 bash[32620]: cluster 2023-12-07T14:08:32.321516+0000 mgr.a (mgr.24293) 10352 : 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-07T14:08:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:33 smithi027 bash[31536]: cluster 2023-12-07T14:08:32.321516+0000 mgr.a (mgr.24293) 10352 : 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-07T14:08:35.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:35.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:35.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:35 smithi022 bash[28554]: cluster 2023-12-07T14:08:34.322110+0000 mgr.a (mgr.24293) 10353 : 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-07T14:08:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:35 smithi044 bash[32620]: cluster 2023-12-07T14:08:34.322110+0000 mgr.a (mgr.24293) 10353 : 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-07T14:08:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:35 smithi027 bash[31536]: cluster 2023-12-07T14:08:34.322110+0000 mgr.a (mgr.24293) 10353 : 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-07T14:08:36.076 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:36.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:36.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:36.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:36.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:36 smithi022 bash[28554]: audit 2023-12-07T14:08:35.569447+0000 mgr.a (mgr.24293) 10354 : audit 0 from='client.211320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:36 smithi044 bash[32620]: audit 2023-12-07T14:08:35.569447+0000 mgr.a (mgr.24293) 10354 : audit 0 from='client.211320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:36 smithi027 bash[31536]: audit 2023-12-07T14:08:35.569447+0000 mgr.a (mgr.24293) 10354 : audit 0 from='client.211320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:37 smithi022 bash[28554]: cluster 2023-12-07T14:08:36.323351+0000 mgr.a (mgr.24293) 10355 : cluster 0 pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:37 smithi044 bash[32620]: cluster 2023-12-07T14:08:36.323351+0000 mgr.a (mgr.24293) 10355 : cluster 0 pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:37 smithi027 bash[31536]: cluster 2023-12-07T14:08:36.323351+0000 mgr.a (mgr.24293) 10355 : cluster 0 pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:39 smithi022 bash[28554]: cluster 2023-12-07T14:08:38.323945+0000 mgr.a (mgr.24293) 10356 : cluster 0 pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:39 smithi044 bash[32620]: cluster 2023-12-07T14:08:38.323945+0000 mgr.a (mgr.24293) 10356 : cluster 0 pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:39 smithi027 bash[31536]: cluster 2023-12-07T14:08:38.323945+0000 mgr.a (mgr.24293) 10356 : cluster 0 pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:41.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:41.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:41.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:41 smithi044 bash[32620]: cluster 2023-12-07T14:08:40.324489+0000 mgr.a (mgr.24293) 10357 : cluster 0 pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:41 smithi022 bash[28554]: cluster 2023-12-07T14:08:40.324489+0000 mgr.a (mgr.24293) 10357 : cluster 0 pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:41 smithi027 bash[31536]: cluster 2023-12-07T14:08:40.324489+0000 mgr.a (mgr.24293) 10357 : cluster 0 pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:42.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:42.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:42.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:42.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:42.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:42 smithi022 bash[28554]: audit 2023-12-07T14:08:41.490514+0000 mgr.a (mgr.24293) 10358 : audit 0 from='client.211395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:42 smithi044 bash[32620]: audit 2023-12-07T14:08:41.490514+0000 mgr.a (mgr.24293) 10358 : audit 0 from='client.211395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:42 smithi027 bash[31536]: audit 2023-12-07T14:08:41.490514+0000 mgr.a (mgr.24293) 10358 : audit 0 from='client.211395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:43 smithi022 bash[28554]: cluster 2023-12-07T14:08:42.325602+0000 mgr.a (mgr.24293) 10359 : cluster 0 pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:43 smithi044 bash[32620]: cluster 2023-12-07T14:08:42.325602+0000 mgr.a (mgr.24293) 10359 : cluster 0 pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:43 smithi027 bash[31536]: cluster 2023-12-07T14:08:42.325602+0000 mgr.a (mgr.24293) 10359 : cluster 0 pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:45 smithi022 bash[28554]: cluster 2023-12-07T14:08:44.326347+0000 mgr.a (mgr.24293) 10360 : cluster 0 pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:45.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:45 smithi044 bash[32620]: cluster 2023-12-07T14:08:44.326347+0000 mgr.a (mgr.24293) 10360 : cluster 0 pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:45 smithi027 bash[31536]: cluster 2023-12-07T14:08:44.326347+0000 mgr.a (mgr.24293) 10360 : cluster 0 pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:47.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:47.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:47.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:47 smithi022 bash[28554]: cluster 2023-12-07T14:08:46.327153+0000 mgr.a (mgr.24293) 10361 : cluster 0 pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:47 smithi044 bash[32620]: cluster 2023-12-07T14:08:46.327153+0000 mgr.a (mgr.24293) 10361 : cluster 0 pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:47 smithi027 bash[31536]: cluster 2023-12-07T14:08:46.327153+0000 mgr.a (mgr.24293) 10361 : cluster 0 pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:47.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:47.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:47.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:47.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:47.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:48 smithi022 bash[28554]: audit 2023-12-07T14:08:47.422051+0000 mgr.a (mgr.24293) 10362 : audit 0 from='client.211467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:48 smithi044 bash[32620]: audit 2023-12-07T14:08:47.422051+0000 mgr.a (mgr.24293) 10362 : audit 0 from='client.211467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:48 smithi027 bash[31536]: audit 2023-12-07T14:08:47.422051+0000 mgr.a (mgr.24293) 10362 : audit 0 from='client.211467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:49 smithi022 bash[28554]: cluster 2023-12-07T14:08:48.327898+0000 mgr.a (mgr.24293) 10363 : cluster 0 pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:49 smithi044 bash[32620]: cluster 2023-12-07T14:08:48.327898+0000 mgr.a (mgr.24293) 10363 : cluster 0 pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:49 smithi027 bash[31536]: cluster 2023-12-07T14:08:48.327898+0000 mgr.a (mgr.24293) 10363 : cluster 0 pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:51 smithi022 bash[28554]: cluster 2023-12-07T14:08:50.328465+0000 mgr.a (mgr.24293) 10364 : cluster 0 pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:51 smithi044 bash[32620]: cluster 2023-12-07T14:08:50.328465+0000 mgr.a (mgr.24293) 10364 : cluster 0 pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:51 smithi027 bash[31536]: cluster 2023-12-07T14:08:50.328465+0000 mgr.a (mgr.24293) 10364 : cluster 0 pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:52.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:52.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:52.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:53 smithi022 bash[28554]: cluster 2023-12-07T14:08:52.329304+0000 mgr.a (mgr.24293) 10365 : cluster 0 pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:53 smithi044 bash[32620]: cluster 2023-12-07T14:08:52.329304+0000 mgr.a (mgr.24293) 10365 : cluster 0 pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:53 smithi027 bash[31536]: cluster 2023-12-07T14:08:52.329304+0000 mgr.a (mgr.24293) 10365 : cluster 0 pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:53.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:53.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:53.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:53.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:53.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:08:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:54 smithi022 bash[28554]: audit 2023-12-07T14:08:53.369187+0000 mgr.a (mgr.24293) 10366 : audit 0 from='client.211545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:54 smithi044 bash[32620]: audit 2023-12-07T14:08:53.369187+0000 mgr.a (mgr.24293) 10366 : audit 0 from='client.211545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:54 smithi027 bash[31536]: audit 2023-12-07T14:08:53.369187+0000 mgr.a (mgr.24293) 10366 : audit 0 from='client.211545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:55 smithi022 bash[28554]: cluster 2023-12-07T14:08:54.330038+0000 mgr.a (mgr.24293) 10367 : cluster 0 pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:55 smithi044 bash[32620]: cluster 2023-12-07T14:08:54.330038+0000 mgr.a (mgr.24293) 10367 : cluster 0 pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:55 smithi027 bash[31536]: cluster 2023-12-07T14:08:54.330038+0000 mgr.a (mgr.24293) 10367 : cluster 0 pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:57 smithi022 bash[28554]: cluster 2023-12-07T14:08:56.330860+0000 mgr.a (mgr.24293) 10368 : cluster 0 pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:57 smithi044 bash[32620]: cluster 2023-12-07T14:08:56.330860+0000 mgr.a (mgr.24293) 10368 : cluster 0 pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:57 smithi027 bash[31536]: cluster 2023-12-07T14:08:56.330860+0000 mgr.a (mgr.24293) 10368 : cluster 0 pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:58.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:08:58.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:58.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:08:59 smithi022 bash[28554]: cluster 2023-12-07T14:08:58.331445+0000 mgr.a (mgr.24293) 10369 : cluster 0 pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:08:59 smithi044 bash[32620]: cluster 2023-12-07T14:08:58.331445+0000 mgr.a (mgr.24293) 10369 : cluster 0 pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:08:59 smithi027 bash[31536]: cluster 2023-12-07T14:08:58.331445+0000 mgr.a (mgr.24293) 10369 : cluster 0 pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:59.854 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:08:59.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:59.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:59.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:59.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:00 smithi022 bash[28554]: audit 2023-12-07T14:08:59.307694+0000 mgr.a (mgr.24293) 10370 : audit 0 from='client.211623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:00 smithi044 bash[32620]: audit 2023-12-07T14:08:59.307694+0000 mgr.a (mgr.24293) 10370 : audit 0 from='client.211623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:00 smithi027 bash[31536]: audit 2023-12-07T14:08:59.307694+0000 mgr.a (mgr.24293) 10370 : audit 0 from='client.211623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:01 smithi022 bash[28554]: cluster 2023-12-07T14:09:00.332395+0000 mgr.a (mgr.24293) 10371 : cluster 0 pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:01 smithi044 bash[32620]: cluster 2023-12-07T14:09:00.332395+0000 mgr.a (mgr.24293) 10371 : cluster 0 pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:01 smithi027 bash[31536]: cluster 2023-12-07T14:09:00.332395+0000 mgr.a (mgr.24293) 10371 : cluster 0 pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:03 smithi022 bash[28554]: cluster 2023-12-07T14:09:02.333284+0000 mgr.a (mgr.24293) 10372 : cluster 0 pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:03 smithi044 bash[32620]: cluster 2023-12-07T14:09:02.333284+0000 mgr.a (mgr.24293) 10372 : cluster 0 pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:03 smithi027 bash[31536]: cluster 2023-12-07T14:09:02.333284+0000 mgr.a (mgr.24293) 10372 : cluster 0 pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:04.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:04.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:04.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:05 smithi022 bash[28554]: cluster 2023-12-07T14:09:04.333872+0000 mgr.a (mgr.24293) 10373 : 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-07T14:09:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:05 smithi044 bash[32620]: cluster 2023-12-07T14:09:04.333872+0000 mgr.a (mgr.24293) 10373 : 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-07T14:09:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:05 smithi027 bash[31536]: cluster 2023-12-07T14:09:04.333872+0000 mgr.a (mgr.24293) 10373 : 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-07T14:09:05.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:05.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:05.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:05.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:05.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:06 smithi022 bash[28554]: audit 2023-12-07T14:09:05.264539+0000 mgr.a (mgr.24293) 10374 : audit 0 from='client.211698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:06 smithi044 bash[32620]: audit 2023-12-07T14:09:05.264539+0000 mgr.a (mgr.24293) 10374 : audit 0 from='client.211698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:06 smithi027 bash[31536]: audit 2023-12-07T14:09:05.264539+0000 mgr.a (mgr.24293) 10374 : audit 0 from='client.211698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:07 smithi044 bash[32620]: cluster 2023-12-07T14:09:06.335102+0000 mgr.a (mgr.24293) 10375 : cluster 0 pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:07 smithi022 bash[28554]: cluster 2023-12-07T14:09:06.335102+0000 mgr.a (mgr.24293) 10375 : cluster 0 pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:07 smithi027 bash[31536]: cluster 2023-12-07T14:09:06.335102+0000 mgr.a (mgr.24293) 10375 : cluster 0 pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:09 smithi022 bash[28554]: cluster 2023-12-07T14:09:08.335767+0000 mgr.a (mgr.24293) 10376 : cluster 0 pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:09:09.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:09 smithi044 bash[32620]: cluster 2023-12-07T14:09:08.335767+0000 mgr.a (mgr.24293) 10376 : cluster 0 pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:09:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:09 smithi027 bash[31536]: cluster 2023-12-07T14:09:08.335767+0000 mgr.a (mgr.24293) 10376 : cluster 0 pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:09:10.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:10.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:10.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:11 smithi022 bash[28554]: cluster 2023-12-07T14:09:10.336549+0000 mgr.a (mgr.24293) 10377 : cluster 0 pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:09:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:11 smithi022 bash[28554]: audit 2023-12-07T14:09:11.282871+0000 mon.a (mon.0) 1886 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:09:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:11 smithi044 bash[32620]: cluster 2023-12-07T14:09:10.336549+0000 mgr.a (mgr.24293) 10377 : cluster 0 pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:09:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:11 smithi044 bash[32620]: audit 2023-12-07T14:09:11.282871+0000 mon.a (mon.0) 1886 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:09:11.693 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:11.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:11.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:11.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:11.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:11 smithi027 bash[31536]: cluster 2023-12-07T14:09:10.336549+0000 mgr.a (mgr.24293) 10377 : cluster 0 pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:09:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:11 smithi027 bash[31536]: audit 2023-12-07T14:09:11.282871+0000 mon.a (mon.0) 1886 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:09:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:12 smithi022 bash[28554]: audit 2023-12-07T14:09:11.203858+0000 mgr.a (mgr.24293) 10378 : audit 0 from='client.211770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:12 smithi022 bash[28554]: audit 2023-12-07T14:09:12.033025+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:09:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:12 smithi022 bash[28554]: audit 2023-12-07T14:09:12.034731+0000 mon.a (mon.0) 1888 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:09:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:12 smithi022 bash[28554]: audit 2023-12-07T14:09:12.043992+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:09:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:12 smithi044 bash[32620]: audit 2023-12-07T14:09:11.203858+0000 mgr.a (mgr.24293) 10378 : audit 0 from='client.211770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:12 smithi044 bash[32620]: audit 2023-12-07T14:09:12.033025+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:09:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:12 smithi044 bash[32620]: audit 2023-12-07T14:09:12.034731+0000 mon.a (mon.0) 1888 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:09:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:12 smithi044 bash[32620]: audit 2023-12-07T14:09:12.043992+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:09:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:12 smithi027 bash[31536]: audit 2023-12-07T14:09:11.203858+0000 mgr.a (mgr.24293) 10378 : audit 0 from='client.211770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:12 smithi027 bash[31536]: audit 2023-12-07T14:09:12.033025+0000 mon.a (mon.0) 1887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:09:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:12 smithi027 bash[31536]: audit 2023-12-07T14:09:12.034731+0000 mon.a (mon.0) 1888 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:09:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:12 smithi027 bash[31536]: audit 2023-12-07T14:09:12.043992+0000 mon.a (mon.0) 1889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:09:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:13 smithi022 bash[28554]: cluster 2023-12-07T14:09:12.337517+0000 mgr.a (mgr.24293) 10379 : cluster 0 pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:13 smithi044 bash[32620]: cluster 2023-12-07T14:09:12.337517+0000 mgr.a (mgr.24293) 10379 : cluster 0 pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:13 smithi027 bash[31536]: cluster 2023-12-07T14:09:12.337517+0000 mgr.a (mgr.24293) 10379 : cluster 0 pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:15 smithi022 bash[28554]: cluster 2023-12-07T14:09:14.338138+0000 mgr.a (mgr.24293) 10380 : cluster 0 pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:15 smithi044 bash[32620]: cluster 2023-12-07T14:09:14.338138+0000 mgr.a (mgr.24293) 10380 : cluster 0 pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:15 smithi027 bash[31536]: cluster 2023-12-07T14:09:14.338138+0000 mgr.a (mgr.24293) 10380 : cluster 0 pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:16.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:16.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:16.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:17.586 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:17.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:17.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:17.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:17.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:17 smithi022 bash[28554]: cluster 2023-12-07T14:09:16.338934+0000 mgr.a (mgr.24293) 10381 : cluster 0 pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:17 smithi044 bash[32620]: cluster 2023-12-07T14:09:16.338934+0000 mgr.a (mgr.24293) 10381 : cluster 0 pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:17 smithi027 bash[31536]: cluster 2023-12-07T14:09:16.338934+0000 mgr.a (mgr.24293) 10381 : cluster 0 pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:18 smithi022 bash[28554]: audit 2023-12-07T14:09:17.098826+0000 mgr.a (mgr.24293) 10382 : audit 0 from='client.211845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:18 smithi044 bash[32620]: audit 2023-12-07T14:09:17.098826+0000 mgr.a (mgr.24293) 10382 : audit 0 from='client.211845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:18 smithi027 bash[31536]: audit 2023-12-07T14:09:17.098826+0000 mgr.a (mgr.24293) 10382 : audit 0 from='client.211845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:19 smithi022 bash[28554]: cluster 2023-12-07T14:09:18.339785+0000 mgr.a (mgr.24293) 10383 : cluster 0 pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:19 smithi044 bash[32620]: cluster 2023-12-07T14:09:18.339785+0000 mgr.a (mgr.24293) 10383 : cluster 0 pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:19 smithi027 bash[31536]: cluster 2023-12-07T14:09:18.339785+0000 mgr.a (mgr.24293) 10383 : cluster 0 pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:21 smithi022 bash[28554]: cluster 2023-12-07T14:09:20.340541+0000 mgr.a (mgr.24293) 10384 : cluster 0 pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:21 smithi044 bash[32620]: cluster 2023-12-07T14:09:20.340541+0000 mgr.a (mgr.24293) 10384 : cluster 0 pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:21 smithi027 bash[31536]: cluster 2023-12-07T14:09:20.340541+0000 mgr.a (mgr.24293) 10384 : cluster 0 pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:09:22.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:22.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:22.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:23.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:23.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:23.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:23.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:23.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:23 smithi022 bash[28554]: cluster 2023-12-07T14:09:22.341188+0000 mgr.a (mgr.24293) 10385 : cluster 0 pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:09:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:23 smithi044 bash[32620]: cluster 2023-12-07T14:09:22.341188+0000 mgr.a (mgr.24293) 10385 : cluster 0 pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:09:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:23 smithi027 bash[31536]: cluster 2023-12-07T14:09:22.341188+0000 mgr.a (mgr.24293) 10385 : cluster 0 pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:09:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:24 smithi022 bash[28554]: audit 2023-12-07T14:09:22.999457+0000 mgr.a (mgr.24293) 10386 : audit 0 from='client.211923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:24 smithi027 bash[31536]: audit 2023-12-07T14:09:22.999457+0000 mgr.a (mgr.24293) 10386 : audit 0 from='client.211923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:24 smithi044 bash[32620]: audit 2023-12-07T14:09:22.999457+0000 mgr.a (mgr.24293) 10386 : audit 0 from='client.211923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:25 smithi027 bash[31536]: cluster 2023-12-07T14:09:24.341864+0000 mgr.a (mgr.24293) 10387 : cluster 0 pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:25 smithi044 bash[32620]: cluster 2023-12-07T14:09:24.341864+0000 mgr.a (mgr.24293) 10387 : cluster 0 pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:25 smithi022 bash[28554]: cluster 2023-12-07T14:09:24.341864+0000 mgr.a (mgr.24293) 10387 : cluster 0 pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:27 smithi027 bash[31536]: cluster 2023-12-07T14:09:26.342706+0000 mgr.a (mgr.24293) 10388 : cluster 0 pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:27 smithi022 bash[28554]: cluster 2023-12-07T14:09:26.342706+0000 mgr.a (mgr.24293) 10388 : cluster 0 pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:27 smithi044 bash[32620]: cluster 2023-12-07T14:09:26.342706+0000 mgr.a (mgr.24293) 10388 : cluster 0 pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:28.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:28.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:28.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:29 smithi044 bash[32620]: cluster 2023-12-07T14:09:28.343251+0000 mgr.a (mgr.24293) 10389 : cluster 0 pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:29 smithi022 bash[28554]: cluster 2023-12-07T14:09:28.343251+0000 mgr.a (mgr.24293) 10389 : cluster 0 pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:29.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:29 smithi027 bash[31536]: cluster 2023-12-07T14:09:28.343251+0000 mgr.a (mgr.24293) 10389 : cluster 0 pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:29.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:29.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:29.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:29.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:29.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:30 smithi022 bash[28554]: audit 2023-12-07T14:09:28.924781+0000 mgr.a (mgr.24293) 10390 : audit 0 from='client.212001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:30 smithi044 bash[32620]: audit 2023-12-07T14:09:28.924781+0000 mgr.a (mgr.24293) 10390 : audit 0 from='client.212001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:30 smithi027 bash[31536]: audit 2023-12-07T14:09:28.924781+0000 mgr.a (mgr.24293) 10390 : audit 0 from='client.212001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:31 smithi022 bash[28554]: cluster 2023-12-07T14:09:30.344023+0000 mgr.a (mgr.24293) 10391 : cluster 0 pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:09:31.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:31 smithi044 bash[32620]: cluster 2023-12-07T14:09:30.344023+0000 mgr.a (mgr.24293) 10391 : cluster 0 pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:09:31.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:31 smithi027 bash[31536]: cluster 2023-12-07T14:09:30.344023+0000 mgr.a (mgr.24293) 10391 : cluster 0 pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:09:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:33 smithi022 bash[28554]: cluster 2023-12-07T14:09:32.344686+0000 mgr.a (mgr.24293) 10392 : cluster 0 pgmap v7767: 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-07T14:09:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:33 smithi044 bash[32620]: cluster 2023-12-07T14:09:32.344686+0000 mgr.a (mgr.24293) 10392 : cluster 0 pgmap v7767: 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-07T14:09:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:33 smithi027 bash[31536]: cluster 2023-12-07T14:09:32.344686+0000 mgr.a (mgr.24293) 10392 : cluster 0 pgmap v7767: 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-07T14:09:34.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:34.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:34.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:35.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:35.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:35.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:35.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:35.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:35.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:35 smithi044 bash[32620]: cluster 2023-12-07T14:09:34.345229+0000 mgr.a (mgr.24293) 10393 : 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-07T14:09:35.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:35 smithi022 bash[28554]: cluster 2023-12-07T14:09:34.345229+0000 mgr.a (mgr.24293) 10393 : 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-07T14:09:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:35 smithi027 bash[31536]: cluster 2023-12-07T14:09:34.345229+0000 mgr.a (mgr.24293) 10393 : 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-07T14:09:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:36 smithi022 bash[28554]: audit 2023-12-07T14:09:34.881922+0000 mgr.a (mgr.24293) 10394 : audit 0 from='client.212079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:36.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:36 smithi044 bash[32620]: audit 2023-12-07T14:09:34.881922+0000 mgr.a (mgr.24293) 10394 : audit 0 from='client.212079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:36 smithi027 bash[31536]: audit 2023-12-07T14:09:34.881922+0000 mgr.a (mgr.24293) 10394 : audit 0 from='client.212079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:37 smithi044 bash[32620]: cluster 2023-12-07T14:09:36.346133+0000 mgr.a (mgr.24293) 10395 : cluster 0 pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:09:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:37 smithi022 bash[28554]: cluster 2023-12-07T14:09:36.346133+0000 mgr.a (mgr.24293) 10395 : cluster 0 pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:09:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:37 smithi027 bash[31536]: cluster 2023-12-07T14:09:36.346133+0000 mgr.a (mgr.24293) 10395 : cluster 0 pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:09:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:39 smithi022 bash[28554]: cluster 2023-12-07T14:09:38.346685+0000 mgr.a (mgr.24293) 10396 : cluster 0 pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:39 smithi044 bash[32620]: cluster 2023-12-07T14:09:38.346685+0000 mgr.a (mgr.24293) 10396 : cluster 0 pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:39 smithi027 bash[31536]: cluster 2023-12-07T14:09:38.346685+0000 mgr.a (mgr.24293) 10396 : cluster 0 pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:09:40.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:41.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:41.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:41.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:41.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:41.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:41 smithi044 bash[32620]: cluster 2023-12-07T14:09:40.347343+0000 mgr.a (mgr.24293) 10397 : 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-07T14:09:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:41 smithi022 bash[28554]: cluster 2023-12-07T14:09:40.347343+0000 mgr.a (mgr.24293) 10397 : 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-07T14:09:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:41 smithi027 bash[31536]: cluster 2023-12-07T14:09:40.347343+0000 mgr.a (mgr.24293) 10397 : 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-07T14:09:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:42 smithi044 bash[32620]: audit 2023-12-07T14:09:40.819112+0000 mgr.a (mgr.24293) 10398 : audit 0 from='client.212157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:42 smithi022 bash[28554]: audit 2023-12-07T14:09:40.819112+0000 mgr.a (mgr.24293) 10398 : audit 0 from='client.212157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:42 smithi027 bash[31536]: audit 2023-12-07T14:09:40.819112+0000 mgr.a (mgr.24293) 10398 : audit 0 from='client.212157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:43.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:43 smithi044 bash[32620]: cluster 2023-12-07T14:09:42.348154+0000 mgr.a (mgr.24293) 10399 : cluster 0 pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:09:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:43 smithi022 bash[28554]: cluster 2023-12-07T14:09:42.348154+0000 mgr.a (mgr.24293) 10399 : cluster 0 pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:09:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:43 smithi027 bash[31536]: cluster 2023-12-07T14:09:42.348154+0000 mgr.a (mgr.24293) 10399 : cluster 0 pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:09:45.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:45 smithi044 bash[32620]: cluster 2023-12-07T14:09:44.348712+0000 mgr.a (mgr.24293) 10400 : cluster 0 pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:45 smithi022 bash[28554]: cluster 2023-12-07T14:09:44.348712+0000 mgr.a (mgr.24293) 10400 : cluster 0 pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:45 smithi027 bash[31536]: cluster 2023-12-07T14:09:44.348712+0000 mgr.a (mgr.24293) 10400 : cluster 0 pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:46.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:46.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:46.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:47.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:47.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:47.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:47.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:47.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:47 smithi022 bash[28554]: cluster 2023-12-07T14:09:46.349547+0000 mgr.a (mgr.24293) 10401 : cluster 0 pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:47 smithi022 bash[28554]: audit 2023-12-07T14:09:46.733738+0000 mgr.a (mgr.24293) 10402 : audit 0 from='client.212229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:47 smithi044 bash[32620]: cluster 2023-12-07T14:09:46.349547+0000 mgr.a (mgr.24293) 10401 : cluster 0 pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:47 smithi044 bash[32620]: audit 2023-12-07T14:09:46.733738+0000 mgr.a (mgr.24293) 10402 : audit 0 from='client.212229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:47 smithi027 bash[31536]: cluster 2023-12-07T14:09:46.349547+0000 mgr.a (mgr.24293) 10401 : cluster 0 pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:47 smithi027 bash[31536]: audit 2023-12-07T14:09:46.733738+0000 mgr.a (mgr.24293) 10402 : audit 0 from='client.212229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:49 smithi022 bash[28554]: cluster 2023-12-07T14:09:48.350226+0000 mgr.a (mgr.24293) 10403 : cluster 0 pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:09:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:49 smithi044 bash[32620]: cluster 2023-12-07T14:09:48.350226+0000 mgr.a (mgr.24293) 10403 : cluster 0 pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:09:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:49 smithi027 bash[31536]: cluster 2023-12-07T14:09:48.350226+0000 mgr.a (mgr.24293) 10403 : cluster 0 pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:09:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:51 smithi022 bash[28554]: cluster 2023-12-07T14:09:50.350959+0000 mgr.a (mgr.24293) 10404 : cluster 0 pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:09:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:51 smithi044 bash[32620]: cluster 2023-12-07T14:09:50.350959+0000 mgr.a (mgr.24293) 10404 : cluster 0 pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:09:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:51 smithi027 bash[31536]: cluster 2023-12-07T14:09:50.350959+0000 mgr.a (mgr.24293) 10404 : cluster 0 pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:09:52.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:52.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:52.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:53.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:53.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:53.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:53.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:53.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:53 smithi022 bash[28554]: cluster 2023-12-07T14:09:52.351595+0000 mgr.a (mgr.24293) 10405 : cluster 0 pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:53 smithi022 bash[28554]: audit 2023-12-07T14:09:52.683073+0000 mgr.a (mgr.24293) 10406 : audit 0 from='client.212304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:53 smithi044 bash[32620]: cluster 2023-12-07T14:09:52.351595+0000 mgr.a (mgr.24293) 10405 : cluster 0 pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:53 smithi044 bash[32620]: audit 2023-12-07T14:09:52.683073+0000 mgr.a (mgr.24293) 10406 : audit 0 from='client.212304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:53 smithi027 bash[31536]: cluster 2023-12-07T14:09:52.351595+0000 mgr.a (mgr.24293) 10405 : cluster 0 pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:53 smithi027 bash[31536]: audit 2023-12-07T14:09:52.683073+0000 mgr.a (mgr.24293) 10406 : audit 0 from='client.212304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:55 smithi022 bash[28554]: cluster 2023-12-07T14:09:54.352201+0000 mgr.a (mgr.24293) 10407 : cluster 0 pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:55 smithi044 bash[32620]: cluster 2023-12-07T14:09:54.352201+0000 mgr.a (mgr.24293) 10407 : cluster 0 pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:55 smithi027 bash[31536]: cluster 2023-12-07T14:09:54.352201+0000 mgr.a (mgr.24293) 10407 : cluster 0 pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:57.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:57 smithi022 bash[28554]: cluster 2023-12-07T14:09:56.352989+0000 mgr.a (mgr.24293) 10408 : cluster 0 pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:57.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:57 smithi044 bash[32620]: cluster 2023-12-07T14:09:56.352989+0000 mgr.a (mgr.24293) 10408 : cluster 0 pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:57 smithi027 bash[31536]: cluster 2023-12-07T14:09:56.352989+0000 mgr.a (mgr.24293) 10408 : cluster 0 pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:58.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:09:58.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:58.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:59.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:59.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:59.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:59.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:09:59.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:09:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:59 smithi022 bash[28554]: cluster 2023-12-07T14:09:58.353452+0000 mgr.a (mgr.24293) 10409 : cluster 0 pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:09:59 smithi022 bash[28554]: audit 2023-12-07T14:09:58.624081+0000 mgr.a (mgr.24293) 10410 : audit 0 from='client.212379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:59 smithi044 bash[32620]: cluster 2023-12-07T14:09:58.353452+0000 mgr.a (mgr.24293) 10409 : cluster 0 pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:09:59 smithi044 bash[32620]: audit 2023-12-07T14:09:58.624081+0000 mgr.a (mgr.24293) 10410 : audit 0 from='client.212379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:59 smithi027 bash[31536]: cluster 2023-12-07T14:09:58.353452+0000 mgr.a (mgr.24293) 10409 : cluster 0 pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:09:59 smithi027 bash[31536]: audit 2023-12-07T14:09:58.624081+0000 mgr.a (mgr.24293) 10410 : audit 0 from='client.212379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:00 smithi027 bash[31536]: cluster 2023-12-07T14:10:00.000148+0000 mon.a (mon.0) 1890 : cluster 1 overall HEALTH_OK 2023-12-07T14:10:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:00 smithi022 bash[28554]: cluster 2023-12-07T14:10:00.000148+0000 mon.a (mon.0) 1890 : cluster 1 overall HEALTH_OK 2023-12-07T14:10:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:00 smithi044 bash[32620]: cluster 2023-12-07T14:10:00.000148+0000 mon.a (mon.0) 1890 : cluster 1 overall HEALTH_OK 2023-12-07T14:10:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:01 smithi027 bash[31536]: cluster 2023-12-07T14:10:00.354286+0000 mgr.a (mgr.24293) 10411 : cluster 0 pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:10:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:01 smithi022 bash[28554]: cluster 2023-12-07T14:10:00.354286+0000 mgr.a (mgr.24293) 10411 : cluster 0 pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:10:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:01 smithi044 bash[32620]: cluster 2023-12-07T14:10:00.354286+0000 mgr.a (mgr.24293) 10411 : cluster 0 pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:10:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:03 smithi022 bash[28554]: cluster 2023-12-07T14:10:02.354921+0000 mgr.a (mgr.24293) 10412 : cluster 0 pgmap v7782: 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-07T14:10:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:03 smithi044 bash[32620]: cluster 2023-12-07T14:10:02.354921+0000 mgr.a (mgr.24293) 10412 : cluster 0 pgmap v7782: 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-07T14:10:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:03 smithi027 bash[31536]: cluster 2023-12-07T14:10:02.354921+0000 mgr.a (mgr.24293) 10412 : cluster 0 pgmap v7782: 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-07T14:10:04.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:04.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:04.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:05.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:05.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:05.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:05.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:05.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:05 smithi022 bash[28554]: cluster 2023-12-07T14:10:04.355561+0000 mgr.a (mgr.24293) 10413 : cluster 0 pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:05 smithi022 bash[28554]: audit 2023-12-07T14:10:04.551957+0000 mgr.a (mgr.24293) 10414 : audit 0 from='client.212451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:05 smithi044 bash[32620]: cluster 2023-12-07T14:10:04.355561+0000 mgr.a (mgr.24293) 10413 : cluster 0 pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:05 smithi044 bash[32620]: audit 2023-12-07T14:10:04.551957+0000 mgr.a (mgr.24293) 10414 : audit 0 from='client.212451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:05 smithi027 bash[31536]: cluster 2023-12-07T14:10:04.355561+0000 mgr.a (mgr.24293) 10413 : cluster 0 pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:05 smithi027 bash[31536]: audit 2023-12-07T14:10:04.551957+0000 mgr.a (mgr.24293) 10414 : audit 0 from='client.212451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:07 smithi022 bash[28554]: cluster 2023-12-07T14:10:06.356513+0000 mgr.a (mgr.24293) 10415 : cluster 0 pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:07 smithi044 bash[32620]: cluster 2023-12-07T14:10:06.356513+0000 mgr.a (mgr.24293) 10415 : cluster 0 pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:07 smithi027 bash[31536]: cluster 2023-12-07T14:10:06.356513+0000 mgr.a (mgr.24293) 10415 : cluster 0 pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:09 smithi027 bash[31536]: cluster 2023-12-07T14:10:08.357208+0000 mgr.a (mgr.24293) 10416 : 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-07T14:10:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:09 smithi022 bash[28554]: cluster 2023-12-07T14:10:08.357208+0000 mgr.a (mgr.24293) 10416 : 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-07T14:10:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:09 smithi044 bash[32620]: cluster 2023-12-07T14:10:08.357208+0000 mgr.a (mgr.24293) 10416 : 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-07T14:10:10.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:10.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:10.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:11.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:11.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:11.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:11.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:11.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:11 smithi022 bash[28554]: cluster 2023-12-07T14:10:10.357993+0000 mgr.a (mgr.24293) 10417 : 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-07T14:10:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:11 smithi022 bash[28554]: audit 2023-12-07T14:10:10.504555+0000 mgr.a (mgr.24293) 10418 : audit 0 from='client.212529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:11 smithi044 bash[32620]: cluster 2023-12-07T14:10:10.357993+0000 mgr.a (mgr.24293) 10417 : 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-07T14:10:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:11 smithi044 bash[32620]: audit 2023-12-07T14:10:10.504555+0000 mgr.a (mgr.24293) 10418 : audit 0 from='client.212529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:11 smithi027 bash[31536]: cluster 2023-12-07T14:10:10.357993+0000 mgr.a (mgr.24293) 10417 : 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-07T14:10:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:11 smithi027 bash[31536]: audit 2023-12-07T14:10:10.504555+0000 mgr.a (mgr.24293) 10418 : audit 0 from='client.212529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:12.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:12 smithi022 bash[28554]: audit 2023-12-07T14:10:12.148730+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:10:12.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:12 smithi044 bash[32620]: audit 2023-12-07T14:10:12.148730+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:10:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:12 smithi027 bash[31536]: audit 2023-12-07T14:10:12.148730+0000 mon.a (mon.0) 1891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:10:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:13 smithi022 bash[28554]: cluster 2023-12-07T14:10:12.358818+0000 mgr.a (mgr.24293) 10419 : cluster 0 pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:10:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:13 smithi022 bash[28554]: audit 2023-12-07T14:10:12.944822+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:10:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:13 smithi022 bash[28554]: audit 2023-12-07T14:10:12.946703+0000 mon.a (mon.0) 1893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:10:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:13 smithi022 bash[28554]: audit 2023-12-07T14:10:12.956097+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:10:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:13 smithi044 bash[32620]: cluster 2023-12-07T14:10:12.358818+0000 mgr.a (mgr.24293) 10419 : cluster 0 pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:10:13.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:13 smithi044 bash[32620]: audit 2023-12-07T14:10:12.944822+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:10:13.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:13 smithi044 bash[32620]: audit 2023-12-07T14:10:12.946703+0000 mon.a (mon.0) 1893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:10:13.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:13 smithi044 bash[32620]: audit 2023-12-07T14:10:12.956097+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:10:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:13 smithi027 bash[31536]: cluster 2023-12-07T14:10:12.358818+0000 mgr.a (mgr.24293) 10419 : cluster 0 pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:10:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:13 smithi027 bash[31536]: audit 2023-12-07T14:10:12.944822+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:10:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:13 smithi027 bash[31536]: audit 2023-12-07T14:10:12.946703+0000 mon.a (mon.0) 1893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:10:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:13 smithi027 bash[31536]: audit 2023-12-07T14:10:12.956097+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:10:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:15 smithi027 bash[31536]: cluster 2023-12-07T14:10:14.359375+0000 mgr.a (mgr.24293) 10420 : cluster 0 pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:15 smithi022 bash[28554]: cluster 2023-12-07T14:10:14.359375+0000 mgr.a (mgr.24293) 10420 : cluster 0 pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:15 smithi044 bash[32620]: cluster 2023-12-07T14:10:14.359375+0000 mgr.a (mgr.24293) 10420 : cluster 0 pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:16.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:16.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:16.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:16.979 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:16.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:16.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:16.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:16.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:17 smithi027 bash[31536]: cluster 2023-12-07T14:10:16.360141+0000 mgr.a (mgr.24293) 10421 : cluster 0 pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:17 smithi027 bash[31536]: audit 2023-12-07T14:10:16.453244+0000 mgr.a (mgr.24293) 10422 : audit 0 from='client.212604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:17 smithi022 bash[28554]: cluster 2023-12-07T14:10:16.360141+0000 mgr.a (mgr.24293) 10421 : cluster 0 pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:17 smithi022 bash[28554]: audit 2023-12-07T14:10:16.453244+0000 mgr.a (mgr.24293) 10422 : audit 0 from='client.212604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:17 smithi044 bash[32620]: cluster 2023-12-07T14:10:16.360141+0000 mgr.a (mgr.24293) 10421 : cluster 0 pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:17 smithi044 bash[32620]: audit 2023-12-07T14:10:16.453244+0000 mgr.a (mgr.24293) 10422 : audit 0 from='client.212604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:19.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:19 smithi027 bash[31536]: cluster 2023-12-07T14:10:18.360820+0000 mgr.a (mgr.24293) 10423 : cluster 0 pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:19 smithi022 bash[28554]: cluster 2023-12-07T14:10:18.360820+0000 mgr.a (mgr.24293) 10423 : cluster 0 pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:19 smithi044 bash[32620]: cluster 2023-12-07T14:10:18.360820+0000 mgr.a (mgr.24293) 10423 : cluster 0 pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:21 smithi022 bash[28554]: cluster 2023-12-07T14:10:20.361516+0000 mgr.a (mgr.24293) 10424 : cluster 0 pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:21 smithi044 bash[32620]: cluster 2023-12-07T14:10:20.361516+0000 mgr.a (mgr.24293) 10424 : cluster 0 pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:21 smithi027 bash[31536]: cluster 2023-12-07T14:10:20.361516+0000 mgr.a (mgr.24293) 10424 : cluster 0 pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:21.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:21.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:21.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:22.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:22.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:22.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:22.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:22.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:23 smithi044 bash[32620]: cluster 2023-12-07T14:10:22.362119+0000 mgr.a (mgr.24293) 10425 : cluster 0 pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:23 smithi044 bash[32620]: audit 2023-12-07T14:10:22.389143+0000 mgr.a (mgr.24293) 10426 : audit 0 from='client.212679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:23 smithi022 bash[28554]: cluster 2023-12-07T14:10:22.362119+0000 mgr.a (mgr.24293) 10425 : cluster 0 pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:23 smithi022 bash[28554]: audit 2023-12-07T14:10:22.389143+0000 mgr.a (mgr.24293) 10426 : audit 0 from='client.212679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:23 smithi027 bash[31536]: cluster 2023-12-07T14:10:22.362119+0000 mgr.a (mgr.24293) 10425 : cluster 0 pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:23 smithi027 bash[31536]: audit 2023-12-07T14:10:22.389143+0000 mgr.a (mgr.24293) 10426 : audit 0 from='client.212679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:25 smithi022 bash[28554]: cluster 2023-12-07T14:10:24.362680+0000 mgr.a (mgr.24293) 10427 : 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-07T14:10:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:25 smithi044 bash[32620]: cluster 2023-12-07T14:10:24.362680+0000 mgr.a (mgr.24293) 10427 : 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-07T14:10:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:25 smithi027 bash[31536]: cluster 2023-12-07T14:10:24.362680+0000 mgr.a (mgr.24293) 10427 : 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-07T14:10:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:27 smithi027 bash[31536]: cluster 2023-12-07T14:10:26.363514+0000 mgr.a (mgr.24293) 10428 : cluster 0 pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:27.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:27.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:27.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:27 smithi022 bash[28554]: cluster 2023-12-07T14:10:26.363514+0000 mgr.a (mgr.24293) 10428 : cluster 0 pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:27 smithi044 bash[32620]: cluster 2023-12-07T14:10:26.363514+0000 mgr.a (mgr.24293) 10428 : cluster 0 pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:28.869 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:28.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:28.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:28.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:28.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:29 smithi027 bash[31536]: audit 2023-12-07T14:10:28.323820+0000 mgr.a (mgr.24293) 10429 : audit 0 from='client.212757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:29 smithi027 bash[31536]: cluster 2023-12-07T14:10:28.364235+0000 mgr.a (mgr.24293) 10430 : cluster 0 pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:29 smithi022 bash[28554]: audit 2023-12-07T14:10:28.323820+0000 mgr.a (mgr.24293) 10429 : audit 0 from='client.212757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:29 smithi022 bash[28554]: cluster 2023-12-07T14:10:28.364235+0000 mgr.a (mgr.24293) 10430 : cluster 0 pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:29 smithi044 bash[32620]: audit 2023-12-07T14:10:28.323820+0000 mgr.a (mgr.24293) 10429 : audit 0 from='client.212757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:29 smithi044 bash[32620]: cluster 2023-12-07T14:10:28.364235+0000 mgr.a (mgr.24293) 10430 : cluster 0 pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:31 smithi022 bash[28554]: cluster 2023-12-07T14:10:30.365133+0000 mgr.a (mgr.24293) 10431 : cluster 0 pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:10:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:31 smithi044 bash[32620]: cluster 2023-12-07T14:10:30.365133+0000 mgr.a (mgr.24293) 10431 : cluster 0 pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:10:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:31 smithi027 bash[31536]: cluster 2023-12-07T14:10:30.365133+0000 mgr.a (mgr.24293) 10431 : cluster 0 pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:10:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:33 smithi022 bash[28554]: cluster 2023-12-07T14:10:32.365824+0000 mgr.a (mgr.24293) 10432 : cluster 0 pgmap v7797: 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-07T14:10:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:33 smithi027 bash[31536]: cluster 2023-12-07T14:10:32.365824+0000 mgr.a (mgr.24293) 10432 : cluster 0 pgmap v7797: 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-07T14:10:33.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:33.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:33.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:33 smithi044 bash[32620]: cluster 2023-12-07T14:10:32.365824+0000 mgr.a (mgr.24293) 10432 : cluster 0 pgmap v7797: 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-07T14:10:34.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:34.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:34.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:34.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:34.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:35 smithi027 bash[31536]: audit 2023-12-07T14:10:34.283153+0000 mgr.a (mgr.24293) 10433 : audit 0 from='client.212832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:35 smithi027 bash[31536]: cluster 2023-12-07T14:10:34.366291+0000 mgr.a (mgr.24293) 10434 : cluster 0 pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:35 smithi022 bash[28554]: audit 2023-12-07T14:10:34.283153+0000 mgr.a (mgr.24293) 10433 : audit 0 from='client.212832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:35 smithi022 bash[28554]: cluster 2023-12-07T14:10:34.366291+0000 mgr.a (mgr.24293) 10434 : cluster 0 pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:35 smithi044 bash[32620]: audit 2023-12-07T14:10:34.283153+0000 mgr.a (mgr.24293) 10433 : audit 0 from='client.212832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:35 smithi044 bash[32620]: cluster 2023-12-07T14:10:34.366291+0000 mgr.a (mgr.24293) 10434 : cluster 0 pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:37 smithi027 bash[31536]: cluster 2023-12-07T14:10:36.367207+0000 mgr.a (mgr.24293) 10435 : cluster 0 pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:37 smithi022 bash[28554]: cluster 2023-12-07T14:10:36.367207+0000 mgr.a (mgr.24293) 10435 : cluster 0 pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:37 smithi044 bash[32620]: cluster 2023-12-07T14:10:36.367207+0000 mgr.a (mgr.24293) 10435 : cluster 0 pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:39 smithi027 bash[31536]: cluster 2023-12-07T14:10:38.367838+0000 mgr.a (mgr.24293) 10436 : 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-07T14:10:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:39 smithi022 bash[28554]: cluster 2023-12-07T14:10:38.367838+0000 mgr.a (mgr.24293) 10436 : 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-07T14:10:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:39 smithi044 bash[32620]: cluster 2023-12-07T14:10:38.367838+0000 mgr.a (mgr.24293) 10436 : 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-07T14:10:39.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:39.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:39.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:40.763 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:40.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:40.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:40.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:40.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:41 smithi022 bash[28554]: audit 2023-12-07T14:10:40.229053+0000 mgr.a (mgr.24293) 10437 : audit 0 from='client.212910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:41 smithi022 bash[28554]: cluster 2023-12-07T14:10:40.368445+0000 mgr.a (mgr.24293) 10438 : 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-07T14:10:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:41 smithi044 bash[32620]: audit 2023-12-07T14:10:40.229053+0000 mgr.a (mgr.24293) 10437 : audit 0 from='client.212910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:41 smithi044 bash[32620]: cluster 2023-12-07T14:10:40.368445+0000 mgr.a (mgr.24293) 10438 : 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-07T14:10:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:41 smithi027 bash[31536]: audit 2023-12-07T14:10:40.229053+0000 mgr.a (mgr.24293) 10437 : audit 0 from='client.212910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:41 smithi027 bash[31536]: cluster 2023-12-07T14:10:40.368445+0000 mgr.a (mgr.24293) 10438 : 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-07T14:10:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:43 smithi027 bash[31536]: cluster 2023-12-07T14:10:42.369305+0000 mgr.a (mgr.24293) 10439 : cluster 0 pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:10:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:43 smithi022 bash[28554]: cluster 2023-12-07T14:10:42.369305+0000 mgr.a (mgr.24293) 10439 : cluster 0 pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:10:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:43 smithi044 bash[32620]: cluster 2023-12-07T14:10:42.369305+0000 mgr.a (mgr.24293) 10439 : cluster 0 pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:10:45.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:45 smithi027 bash[31536]: cluster 2023-12-07T14:10:44.369879+0000 mgr.a (mgr.24293) 10440 : cluster 0 pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:45.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:45.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:45.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:45 smithi022 bash[28554]: cluster 2023-12-07T14:10:44.369879+0000 mgr.a (mgr.24293) 10440 : cluster 0 pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:45 smithi044 bash[32620]: cluster 2023-12-07T14:10:44.369879+0000 mgr.a (mgr.24293) 10440 : cluster 0 pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:46.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:46.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:46.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:46.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:46.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:47 smithi027 bash[31536]: audit 2023-12-07T14:10:46.180648+0000 mgr.a (mgr.24293) 10441 : audit 0 from='client.212988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:47 smithi027 bash[31536]: cluster 2023-12-07T14:10:46.371042+0000 mgr.a (mgr.24293) 10442 : cluster 0 pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:47 smithi022 bash[28554]: audit 2023-12-07T14:10:46.180648+0000 mgr.a (mgr.24293) 10441 : audit 0 from='client.212988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:47 smithi022 bash[28554]: cluster 2023-12-07T14:10:46.371042+0000 mgr.a (mgr.24293) 10442 : cluster 0 pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:47 smithi044 bash[32620]: audit 2023-12-07T14:10:46.180648+0000 mgr.a (mgr.24293) 10441 : audit 0 from='client.212988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:47 smithi044 bash[32620]: cluster 2023-12-07T14:10:46.371042+0000 mgr.a (mgr.24293) 10442 : cluster 0 pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:49 smithi027 bash[31536]: cluster 2023-12-07T14:10:48.371755+0000 mgr.a (mgr.24293) 10443 : cluster 0 pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:49 smithi022 bash[28554]: cluster 2023-12-07T14:10:48.371755+0000 mgr.a (mgr.24293) 10443 : cluster 0 pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:49 smithi044 bash[32620]: cluster 2023-12-07T14:10:48.371755+0000 mgr.a (mgr.24293) 10443 : cluster 0 pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:51 smithi027 bash[31536]: cluster 2023-12-07T14:10:50.372484+0000 mgr.a (mgr.24293) 10444 : cluster 0 pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:51.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:51.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:51.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:51 smithi022 bash[28554]: cluster 2023-12-07T14:10:50.372484+0000 mgr.a (mgr.24293) 10444 : cluster 0 pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:51 smithi044 bash[32620]: cluster 2023-12-07T14:10:50.372484+0000 mgr.a (mgr.24293) 10444 : cluster 0 pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:10:52.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:52.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:52.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:52.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:52.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:53 smithi027 bash[31536]: audit 2023-12-07T14:10:52.109955+0000 mgr.a (mgr.24293) 10445 : audit 0 from='client.213063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:53 smithi027 bash[31536]: cluster 2023-12-07T14:10:52.373449+0000 mgr.a (mgr.24293) 10446 : cluster 0 pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:53 smithi022 bash[28554]: audit 2023-12-07T14:10:52.109955+0000 mgr.a (mgr.24293) 10445 : audit 0 from='client.213063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:53 smithi022 bash[28554]: cluster 2023-12-07T14:10:52.373449+0000 mgr.a (mgr.24293) 10446 : cluster 0 pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:53 smithi044 bash[32620]: audit 2023-12-07T14:10:52.109955+0000 mgr.a (mgr.24293) 10445 : audit 0 from='client.213063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:53 smithi044 bash[32620]: cluster 2023-12-07T14:10:52.373449+0000 mgr.a (mgr.24293) 10446 : cluster 0 pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:55 smithi027 bash[31536]: cluster 2023-12-07T14:10:54.374158+0000 mgr.a (mgr.24293) 10447 : cluster 0 pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:10:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:55 smithi022 bash[28554]: cluster 2023-12-07T14:10:54.374158+0000 mgr.a (mgr.24293) 10447 : cluster 0 pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:10:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:55 smithi044 bash[32620]: cluster 2023-12-07T14:10:54.374158+0000 mgr.a (mgr.24293) 10447 : cluster 0 pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:10:57.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:10:57.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:57.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:57.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:57 smithi027 bash[31536]: cluster 2023-12-07T14:10:56.375031+0000 mgr.a (mgr.24293) 10448 : cluster 0 pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:10:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:57 smithi022 bash[28554]: cluster 2023-12-07T14:10:56.375031+0000 mgr.a (mgr.24293) 10448 : cluster 0 pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:10:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:57 smithi044 bash[32620]: cluster 2023-12-07T14:10:56.375031+0000 mgr.a (mgr.24293) 10448 : cluster 0 pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:10:58.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:10:58.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:58.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:58.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:58.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:10:59.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:59 smithi027 bash[31536]: audit 2023-12-07T14:10:58.019469+0000 mgr.a (mgr.24293) 10449 : audit 0 from='client.213138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:59.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:10:59 smithi027 bash[31536]: cluster 2023-12-07T14:10:58.375560+0000 mgr.a (mgr.24293) 10450 : cluster 0 pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:59 smithi044 bash[32620]: audit 2023-12-07T14:10:58.019469+0000 mgr.a (mgr.24293) 10449 : audit 0 from='client.213138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:10:59 smithi044 bash[32620]: cluster 2023-12-07T14:10:58.375560+0000 mgr.a (mgr.24293) 10450 : cluster 0 pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:59.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:59 smithi022 bash[28554]: audit 2023-12-07T14:10:58.019469+0000 mgr.a (mgr.24293) 10449 : audit 0 from='client.213138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:59.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:10:59 smithi022 bash[28554]: cluster 2023-12-07T14:10:58.375560+0000 mgr.a (mgr.24293) 10450 : cluster 0 pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:01 smithi027 bash[31536]: cluster 2023-12-07T14:11:00.376305+0000 mgr.a (mgr.24293) 10451 : cluster 0 pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:01 smithi022 bash[28554]: cluster 2023-12-07T14:11:00.376305+0000 mgr.a (mgr.24293) 10451 : cluster 0 pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:01 smithi044 bash[32620]: cluster 2023-12-07T14:11:00.376305+0000 mgr.a (mgr.24293) 10451 : cluster 0 pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:03.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:03.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:03.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:03 smithi027 bash[31536]: cluster 2023-12-07T14:11:02.376961+0000 mgr.a (mgr.24293) 10452 : cluster 0 pgmap v7812: 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-07T14:11:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:03 smithi022 bash[28554]: cluster 2023-12-07T14:11:02.376961+0000 mgr.a (mgr.24293) 10452 : cluster 0 pgmap v7812: 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-07T14:11:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:03 smithi044 bash[32620]: cluster 2023-12-07T14:11:02.376961+0000 mgr.a (mgr.24293) 10452 : cluster 0 pgmap v7812: 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-07T14:11:04.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:04.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:04.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:04.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:04.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:05 smithi027 bash[31536]: audit 2023-12-07T14:11:03.978605+0000 mgr.a (mgr.24293) 10453 : audit 0 from='client.213213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:05 smithi027 bash[31536]: cluster 2023-12-07T14:11:04.377760+0000 mgr.a (mgr.24293) 10454 : cluster 0 pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:05 smithi022 bash[28554]: audit 2023-12-07T14:11:03.978605+0000 mgr.a (mgr.24293) 10453 : audit 0 from='client.213213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:05 smithi022 bash[28554]: cluster 2023-12-07T14:11:04.377760+0000 mgr.a (mgr.24293) 10454 : cluster 0 pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:05 smithi044 bash[32620]: audit 2023-12-07T14:11:03.978605+0000 mgr.a (mgr.24293) 10453 : audit 0 from='client.213213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:05 smithi044 bash[32620]: cluster 2023-12-07T14:11:04.377760+0000 mgr.a (mgr.24293) 10454 : cluster 0 pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:07 smithi027 bash[31536]: cluster 2023-12-07T14:11:06.378607+0000 mgr.a (mgr.24293) 10455 : cluster 0 pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:07 smithi022 bash[28554]: cluster 2023-12-07T14:11:06.378607+0000 mgr.a (mgr.24293) 10455 : cluster 0 pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:07 smithi044 bash[32620]: cluster 2023-12-07T14:11:06.378607+0000 mgr.a (mgr.24293) 10455 : cluster 0 pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:09.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:09.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:09.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:09 smithi044 bash[32620]: cluster 2023-12-07T14:11:08.379152+0000 mgr.a (mgr.24293) 10456 : cluster 0 pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:09 smithi022 bash[28554]: cluster 2023-12-07T14:11:08.379152+0000 mgr.a (mgr.24293) 10456 : cluster 0 pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:09 smithi027 bash[31536]: cluster 2023-12-07T14:11:08.379152+0000 mgr.a (mgr.24293) 10456 : cluster 0 pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:10.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:10.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:10.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:10.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:10.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:11 smithi027 bash[31536]: audit 2023-12-07T14:11:09.906372+0000 mgr.a (mgr.24293) 10457 : audit 0 from='client.213288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:11.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:11 smithi027 bash[31536]: cluster 2023-12-07T14:11:10.379705+0000 mgr.a (mgr.24293) 10458 : cluster 0 pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:11 smithi022 bash[28554]: audit 2023-12-07T14:11:09.906372+0000 mgr.a (mgr.24293) 10457 : audit 0 from='client.213288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:11 smithi022 bash[28554]: cluster 2023-12-07T14:11:10.379705+0000 mgr.a (mgr.24293) 10458 : cluster 0 pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:11 smithi044 bash[32620]: audit 2023-12-07T14:11:09.906372+0000 mgr.a (mgr.24293) 10457 : audit 0 from='client.213288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:11 smithi044 bash[32620]: cluster 2023-12-07T14:11:10.379705+0000 mgr.a (mgr.24293) 10458 : cluster 0 pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:13 smithi027 bash[31536]: cluster 2023-12-07T14:11:12.380284+0000 mgr.a (mgr.24293) 10459 : cluster 0 pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:11:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:13 smithi027 bash[31536]: audit 2023-12-07T14:11:13.059012+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:11:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:13 smithi022 bash[28554]: cluster 2023-12-07T14:11:12.380284+0000 mgr.a (mgr.24293) 10459 : cluster 0 pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:11:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:13 smithi022 bash[28554]: audit 2023-12-07T14:11:13.059012+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:11:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:13 smithi044 bash[32620]: cluster 2023-12-07T14:11:12.380284+0000 mgr.a (mgr.24293) 10459 : cluster 0 pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:11:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:13 smithi044 bash[32620]: audit 2023-12-07T14:11:13.059012+0000 mon.a (mon.0) 1895 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:11:15.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:15.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:15.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:15 smithi027 bash[31536]: cluster 2023-12-07T14:11:14.380986+0000 mgr.a (mgr.24293) 10460 : cluster 0 pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:11:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:15 smithi022 bash[28554]: cluster 2023-12-07T14:11:14.380986+0000 mgr.a (mgr.24293) 10460 : cluster 0 pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:11:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:15 smithi044 bash[32620]: cluster 2023-12-07T14:11:14.380986+0000 mgr.a (mgr.24293) 10460 : cluster 0 pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:11:16.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:16.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:16.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:16.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:16.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:17 smithi027 bash[31536]: audit 2023-12-07T14:11:15.852960+0000 mgr.a (mgr.24293) 10461 : audit 0 from='client.213366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:17 smithi027 bash[31536]: cluster 2023-12-07T14:11:16.382093+0000 mgr.a (mgr.24293) 10462 : cluster 0 pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:17 smithi022 bash[28554]: audit 2023-12-07T14:11:15.852960+0000 mgr.a (mgr.24293) 10461 : audit 0 from='client.213366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:17 smithi022 bash[28554]: cluster 2023-12-07T14:11:16.382093+0000 mgr.a (mgr.24293) 10462 : cluster 0 pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:17 smithi044 bash[32620]: audit 2023-12-07T14:11:15.852960+0000 mgr.a (mgr.24293) 10461 : audit 0 from='client.213366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:17 smithi044 bash[32620]: cluster 2023-12-07T14:11:16.382093+0000 mgr.a (mgr.24293) 10462 : cluster 0 pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: cluster 2023-12-07T14:11:18.382667+0000 mgr.a (mgr.24293) 10463 : cluster 0 pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:18.410310+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:18.416353+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:18.456353+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:18.463425+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:18.467872+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:18.474967+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:19.212063+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:19.214019+0000 mon.a (mon.0) 1903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:19 smithi022 bash[28554]: audit 2023-12-07T14:11:19.222115+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: cluster 2023-12-07T14:11:18.382667+0000 mgr.a (mgr.24293) 10463 : cluster 0 pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:18.410310+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:18.416353+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:18.456353+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:18.463425+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:18.467872+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:18.474967+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:19.212063+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:11:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:19.214019+0000 mon.a (mon.0) 1903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:11:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:19 smithi044 bash[32620]: audit 2023-12-07T14:11:19.222115+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: cluster 2023-12-07T14:11:18.382667+0000 mgr.a (mgr.24293) 10463 : cluster 0 pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:18.410310+0000 mon.a (mon.0) 1896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:18.416353+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:18.456353+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:18.463425+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:18.467872+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:18.474967+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:19.212063+0000 mon.a (mon.0) 1902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:11:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:19.214019+0000 mon.a (mon.0) 1903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:11:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:19 smithi027 bash[31536]: audit 2023-12-07T14:11:19.222115+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:11:21.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:21.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:21.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:21 smithi044 bash[32620]: cluster 2023-12-07T14:11:20.383352+0000 mgr.a (mgr.24293) 10464 : cluster 0 pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:11:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:21 smithi022 bash[28554]: cluster 2023-12-07T14:11:20.383352+0000 mgr.a (mgr.24293) 10464 : cluster 0 pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:11:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:21 smithi027 bash[31536]: cluster 2023-12-07T14:11:20.383352+0000 mgr.a (mgr.24293) 10464 : cluster 0 pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:11:22.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:22.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:22.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:22.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:22.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:22 smithi044 bash[32620]: audit 2023-12-07T14:11:21.786659+0000 mgr.a (mgr.24293) 10465 : audit 0 from='client.213441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:22 smithi022 bash[28554]: audit 2023-12-07T14:11:21.786659+0000 mgr.a (mgr.24293) 10465 : audit 0 from='client.213441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:22 smithi027 bash[31536]: audit 2023-12-07T14:11:21.786659+0000 mgr.a (mgr.24293) 10465 : audit 0 from='client.213441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:23 smithi022 bash[28554]: cluster 2023-12-07T14:11:22.384276+0000 mgr.a (mgr.24293) 10466 : cluster 0 pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:11:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:23 smithi044 bash[32620]: cluster 2023-12-07T14:11:22.384276+0000 mgr.a (mgr.24293) 10466 : cluster 0 pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:11:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:23 smithi027 bash[31536]: cluster 2023-12-07T14:11:22.384276+0000 mgr.a (mgr.24293) 10466 : cluster 0 pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:11:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:25 smithi027 bash[31536]: cluster 2023-12-07T14:11:24.384887+0000 mgr.a (mgr.24293) 10467 : cluster 0 pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:11:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:25 smithi022 bash[28554]: cluster 2023-12-07T14:11:24.384887+0000 mgr.a (mgr.24293) 10467 : cluster 0 pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:11:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:25 smithi044 bash[32620]: cluster 2023-12-07T14:11:24.384887+0000 mgr.a (mgr.24293) 10467 : cluster 0 pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:11:27.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:27.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:27.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:27 smithi027 bash[31536]: cluster 2023-12-07T14:11:26.385666+0000 mgr.a (mgr.24293) 10468 : cluster 0 pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:27 smithi022 bash[28554]: cluster 2023-12-07T14:11:26.385666+0000 mgr.a (mgr.24293) 10468 : cluster 0 pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:27 smithi044 bash[32620]: cluster 2023-12-07T14:11:26.385666+0000 mgr.a (mgr.24293) 10468 : cluster 0 pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:28.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:28.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:28.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:28.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:28.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:28 smithi027 bash[31536]: audit 2023-12-07T14:11:27.764420+0000 mgr.a (mgr.24293) 10469 : audit 0 from='client.213516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:28 smithi022 bash[28554]: audit 2023-12-07T14:11:27.764420+0000 mgr.a (mgr.24293) 10469 : audit 0 from='client.213516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:28 smithi044 bash[32620]: audit 2023-12-07T14:11:27.764420+0000 mgr.a (mgr.24293) 10469 : audit 0 from='client.213516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:29 smithi027 bash[31536]: cluster 2023-12-07T14:11:28.386411+0000 mgr.a (mgr.24293) 10470 : 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-07T14:11:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:29 smithi022 bash[28554]: cluster 2023-12-07T14:11:28.386411+0000 mgr.a (mgr.24293) 10470 : 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-07T14:11:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:29 smithi044 bash[32620]: cluster 2023-12-07T14:11:28.386411+0000 mgr.a (mgr.24293) 10470 : 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-07T14:11:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:31 smithi027 bash[31536]: cluster 2023-12-07T14:11:30.387191+0000 mgr.a (mgr.24293) 10471 : cluster 0 pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:31 smithi022 bash[28554]: cluster 2023-12-07T14:11:30.387191+0000 mgr.a (mgr.24293) 10471 : cluster 0 pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:31 smithi044 bash[32620]: cluster 2023-12-07T14:11:30.387191+0000 mgr.a (mgr.24293) 10471 : cluster 0 pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:33.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:33.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:33.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:33 smithi027 bash[31536]: cluster 2023-12-07T14:11:32.387908+0000 mgr.a (mgr.24293) 10472 : cluster 0 pgmap v7827: 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-07T14:11:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:33 smithi022 bash[28554]: cluster 2023-12-07T14:11:32.387908+0000 mgr.a (mgr.24293) 10472 : cluster 0 pgmap v7827: 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-07T14:11:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:33 smithi044 bash[32620]: cluster 2023-12-07T14:11:32.387908+0000 mgr.a (mgr.24293) 10472 : cluster 0 pgmap v7827: 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-07T14:11:34.237 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:34.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:34.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:34.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:34.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:34 smithi044 bash[32620]: audit 2023-12-07T14:11:33.701114+0000 mgr.a (mgr.24293) 10473 : audit 0 from='client.213588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:34 smithi022 bash[28554]: audit 2023-12-07T14:11:33.701114+0000 mgr.a (mgr.24293) 10473 : audit 0 from='client.213588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:34 smithi027 bash[31536]: audit 2023-12-07T14:11:33.701114+0000 mgr.a (mgr.24293) 10473 : audit 0 from='client.213588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:35 smithi044 bash[32620]: cluster 2023-12-07T14:11:34.388667+0000 mgr.a (mgr.24293) 10474 : cluster 0 pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:35 smithi022 bash[28554]: cluster 2023-12-07T14:11:34.388667+0000 mgr.a (mgr.24293) 10474 : cluster 0 pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:35 smithi027 bash[31536]: cluster 2023-12-07T14:11:34.388667+0000 mgr.a (mgr.24293) 10474 : cluster 0 pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:37 smithi022 bash[28554]: cluster 2023-12-07T14:11:36.389677+0000 mgr.a (mgr.24293) 10475 : cluster 0 pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:37 smithi044 bash[32620]: cluster 2023-12-07T14:11:36.389677+0000 mgr.a (mgr.24293) 10475 : cluster 0 pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:37 smithi027 bash[31536]: cluster 2023-12-07T14:11:36.389677+0000 mgr.a (mgr.24293) 10475 : cluster 0 pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:39.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:39.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:39.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:39 smithi044 bash[32620]: cluster 2023-12-07T14:11:38.390284+0000 mgr.a (mgr.24293) 10476 : cluster 0 pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:39 smithi022 bash[28554]: cluster 2023-12-07T14:11:38.390284+0000 mgr.a (mgr.24293) 10476 : cluster 0 pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:39 smithi027 bash[31536]: cluster 2023-12-07T14:11:38.390284+0000 mgr.a (mgr.24293) 10476 : cluster 0 pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:40.184 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:40.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:40.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:40.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:40.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:40 smithi044 bash[32620]: audit 2023-12-07T14:11:39.651195+0000 mgr.a (mgr.24293) 10477 : audit 0 from='client.213666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:40 smithi022 bash[28554]: audit 2023-12-07T14:11:39.651195+0000 mgr.a (mgr.24293) 10477 : audit 0 from='client.213666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:40 smithi027 bash[31536]: audit 2023-12-07T14:11:39.651195+0000 mgr.a (mgr.24293) 10477 : audit 0 from='client.213666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:41 smithi022 bash[28554]: cluster 2023-12-07T14:11:40.391097+0000 mgr.a (mgr.24293) 10478 : cluster 0 pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:41 smithi044 bash[32620]: cluster 2023-12-07T14:11:40.391097+0000 mgr.a (mgr.24293) 10478 : cluster 0 pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:41 smithi027 bash[31536]: cluster 2023-12-07T14:11:40.391097+0000 mgr.a (mgr.24293) 10478 : cluster 0 pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:11:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:43 smithi027 bash[31536]: cluster 2023-12-07T14:11:42.391820+0000 mgr.a (mgr.24293) 10479 : cluster 0 pgmap v7832: 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-07T14:11:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:43 smithi022 bash[28554]: cluster 2023-12-07T14:11:42.391820+0000 mgr.a (mgr.24293) 10479 : cluster 0 pgmap v7832: 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-07T14:11:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:43 smithi044 bash[32620]: cluster 2023-12-07T14:11:42.391820+0000 mgr.a (mgr.24293) 10479 : cluster 0 pgmap v7832: 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-07T14:11:45.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:45.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:45.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:45 smithi022 bash[28554]: cluster 2023-12-07T14:11:44.392397+0000 mgr.a (mgr.24293) 10480 : 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-07T14:11:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:45 smithi044 bash[32620]: cluster 2023-12-07T14:11:44.392397+0000 mgr.a (mgr.24293) 10480 : 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-07T14:11:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:45 smithi027 bash[31536]: cluster 2023-12-07T14:11:44.392397+0000 mgr.a (mgr.24293) 10480 : 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-07T14:11:46.114 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:46.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:46.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:46.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:46.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:46 smithi022 bash[28554]: audit 2023-12-07T14:11:45.600345+0000 mgr.a (mgr.24293) 10481 : audit 0 from='client.213744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:46 smithi044 bash[32620]: audit 2023-12-07T14:11:45.600345+0000 mgr.a (mgr.24293) 10481 : audit 0 from='client.213744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:46 smithi027 bash[31536]: audit 2023-12-07T14:11:45.600345+0000 mgr.a (mgr.24293) 10481 : audit 0 from='client.213744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:47 smithi022 bash[28554]: cluster 2023-12-07T14:11:46.393504+0000 mgr.a (mgr.24293) 10482 : cluster 0 pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:47 smithi044 bash[32620]: cluster 2023-12-07T14:11:46.393504+0000 mgr.a (mgr.24293) 10482 : cluster 0 pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:47 smithi027 bash[31536]: cluster 2023-12-07T14:11:46.393504+0000 mgr.a (mgr.24293) 10482 : cluster 0 pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:49 smithi022 bash[28554]: cluster 2023-12-07T14:11:48.394142+0000 mgr.a (mgr.24293) 10483 : cluster 0 pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:49 smithi044 bash[32620]: cluster 2023-12-07T14:11:48.394142+0000 mgr.a (mgr.24293) 10483 : cluster 0 pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:49 smithi027 bash[31536]: cluster 2023-12-07T14:11:48.394142+0000 mgr.a (mgr.24293) 10483 : cluster 0 pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:51.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:51.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:51.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:51 smithi022 bash[28554]: cluster 2023-12-07T14:11:50.394846+0000 mgr.a (mgr.24293) 10484 : cluster 0 pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:11:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:51 smithi044 bash[32620]: cluster 2023-12-07T14:11:50.394846+0000 mgr.a (mgr.24293) 10484 : cluster 0 pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:11:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:51 smithi027 bash[31536]: cluster 2023-12-07T14:11:50.394846+0000 mgr.a (mgr.24293) 10484 : cluster 0 pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:11:52.056 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:52.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:52.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:52.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:52.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:52 smithi022 bash[28554]: audit 2023-12-07T14:11:51.528306+0000 mgr.a (mgr.24293) 10485 : audit 0 from='client.213822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:52 smithi044 bash[32620]: audit 2023-12-07T14:11:51.528306+0000 mgr.a (mgr.24293) 10485 : audit 0 from='client.213822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:52 smithi027 bash[31536]: audit 2023-12-07T14:11:51.528306+0000 mgr.a (mgr.24293) 10485 : audit 0 from='client.213822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:53 smithi022 bash[28554]: cluster 2023-12-07T14:11:52.395809+0000 mgr.a (mgr.24293) 10486 : cluster 0 pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:11:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:53 smithi044 bash[32620]: cluster 2023-12-07T14:11:52.395809+0000 mgr.a (mgr.24293) 10486 : cluster 0 pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:11:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:53 smithi027 bash[31536]: cluster 2023-12-07T14:11:52.395809+0000 mgr.a (mgr.24293) 10486 : cluster 0 pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:11:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:55 smithi022 bash[28554]: cluster 2023-12-07T14:11:54.396410+0000 mgr.a (mgr.24293) 10487 : cluster 0 pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:55 smithi044 bash[32620]: cluster 2023-12-07T14:11:54.396410+0000 mgr.a (mgr.24293) 10487 : cluster 0 pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:55 smithi027 bash[31536]: cluster 2023-12-07T14:11:54.396410+0000 mgr.a (mgr.24293) 10487 : cluster 0 pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:57.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:11:57.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:57.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:57 smithi022 bash[28554]: cluster 2023-12-07T14:11:56.397184+0000 mgr.a (mgr.24293) 10488 : cluster 0 pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:57 smithi044 bash[32620]: cluster 2023-12-07T14:11:56.397184+0000 mgr.a (mgr.24293) 10488 : cluster 0 pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:57 smithi027 bash[31536]: cluster 2023-12-07T14:11:56.397184+0000 mgr.a (mgr.24293) 10488 : cluster 0 pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:58.008 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:11:58.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:58.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:58.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:58.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:11:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:58 smithi044 bash[32620]: audit 2023-12-07T14:11:57.476094+0000 mgr.a (mgr.24293) 10489 : audit 0 from='client.213897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:58 smithi022 bash[28554]: audit 2023-12-07T14:11:57.476094+0000 mgr.a (mgr.24293) 10489 : audit 0 from='client.213897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:58 smithi027 bash[31536]: audit 2023-12-07T14:11:57.476094+0000 mgr.a (mgr.24293) 10489 : audit 0 from='client.213897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:11:59 smithi022 bash[28554]: cluster 2023-12-07T14:11:58.397910+0000 mgr.a (mgr.24293) 10490 : 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-07T14:11:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:11:59 smithi044 bash[32620]: cluster 2023-12-07T14:11:58.397910+0000 mgr.a (mgr.24293) 10490 : 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-07T14:11:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:11:59 smithi027 bash[31536]: cluster 2023-12-07T14:11:58.397910+0000 mgr.a (mgr.24293) 10490 : 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-07T14:12:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:01 smithi022 bash[28554]: cluster 2023-12-07T14:12:00.398683+0000 mgr.a (mgr.24293) 10491 : cluster 0 pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:01 smithi044 bash[32620]: cluster 2023-12-07T14:12:00.398683+0000 mgr.a (mgr.24293) 10491 : cluster 0 pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:01 smithi027 bash[31536]: cluster 2023-12-07T14:12:00.398683+0000 mgr.a (mgr.24293) 10491 : cluster 0 pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:03.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:03.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:03.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:03 smithi044 bash[32620]: cluster 2023-12-07T14:12:02.399363+0000 mgr.a (mgr.24293) 10492 : cluster 0 pgmap v7842: 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-07T14:12:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:03 smithi022 bash[28554]: cluster 2023-12-07T14:12:02.399363+0000 mgr.a (mgr.24293) 10492 : cluster 0 pgmap v7842: 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-07T14:12:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:03 smithi027 bash[31536]: cluster 2023-12-07T14:12:02.399363+0000 mgr.a (mgr.24293) 10492 : cluster 0 pgmap v7842: 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-07T14:12:03.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:03.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:03.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:03.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:03.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:04 smithi022 bash[28554]: audit 2023-12-07T14:12:03.422235+0000 mgr.a (mgr.24293) 10493 : audit 0 from='client.213975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:04 smithi044 bash[32620]: audit 2023-12-07T14:12:03.422235+0000 mgr.a (mgr.24293) 10493 : audit 0 from='client.213975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:04 smithi027 bash[31536]: audit 2023-12-07T14:12:03.422235+0000 mgr.a (mgr.24293) 10493 : audit 0 from='client.213975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:05 smithi022 bash[28554]: cluster 2023-12-07T14:12:04.400151+0000 mgr.a (mgr.24293) 10494 : cluster 0 pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:05 smithi044 bash[32620]: cluster 2023-12-07T14:12:04.400151+0000 mgr.a (mgr.24293) 10494 : cluster 0 pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:05 smithi027 bash[31536]: cluster 2023-12-07T14:12:04.400151+0000 mgr.a (mgr.24293) 10494 : cluster 0 pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:07 smithi022 bash[28554]: cluster 2023-12-07T14:12:06.400943+0000 mgr.a (mgr.24293) 10495 : cluster 0 pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:07 smithi044 bash[32620]: cluster 2023-12-07T14:12:06.400943+0000 mgr.a (mgr.24293) 10495 : cluster 0 pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:07 smithi027 bash[31536]: cluster 2023-12-07T14:12:06.400943+0000 mgr.a (mgr.24293) 10495 : cluster 0 pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:08.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:08.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:08.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:09 smithi044 bash[32620]: cluster 2023-12-07T14:12:08.401509+0000 mgr.a (mgr.24293) 10496 : cluster 0 pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:09 smithi022 bash[28554]: cluster 2023-12-07T14:12:08.401509+0000 mgr.a (mgr.24293) 10496 : cluster 0 pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:09 smithi027 bash[31536]: cluster 2023-12-07T14:12:08.401509+0000 mgr.a (mgr.24293) 10496 : cluster 0 pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:09.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:09.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:09.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:09.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:09.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:10 smithi022 bash[28554]: audit 2023-12-07T14:12:09.371917+0000 mgr.a (mgr.24293) 10497 : audit 0 from='client.214047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:10 smithi044 bash[32620]: audit 2023-12-07T14:12:09.371917+0000 mgr.a (mgr.24293) 10497 : audit 0 from='client.214047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:10 smithi027 bash[31536]: audit 2023-12-07T14:12:09.371917+0000 mgr.a (mgr.24293) 10497 : audit 0 from='client.214047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:11 smithi022 bash[28554]: cluster 2023-12-07T14:12:10.402403+0000 mgr.a (mgr.24293) 10498 : cluster 0 pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:11 smithi044 bash[32620]: cluster 2023-12-07T14:12:10.402403+0000 mgr.a (mgr.24293) 10498 : cluster 0 pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:11 smithi027 bash[31536]: cluster 2023-12-07T14:12:10.402403+0000 mgr.a (mgr.24293) 10498 : cluster 0 pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:13 smithi022 bash[28554]: cluster 2023-12-07T14:12:12.403104+0000 mgr.a (mgr.24293) 10499 : cluster 0 pgmap v7847: 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-07T14:12:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:13 smithi044 bash[32620]: cluster 2023-12-07T14:12:12.403104+0000 mgr.a (mgr.24293) 10499 : cluster 0 pgmap v7847: 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-07T14:12:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:13 smithi027 bash[31536]: cluster 2023-12-07T14:12:12.403104+0000 mgr.a (mgr.24293) 10499 : cluster 0 pgmap v7847: 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-07T14:12:14.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:14.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:14.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:15.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:15.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:15.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:15.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:15.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:15 smithi022 bash[28554]: cluster 2023-12-07T14:12:14.403686+0000 mgr.a (mgr.24293) 10500 : cluster 0 pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:15 smithi044 bash[32620]: cluster 2023-12-07T14:12:14.403686+0000 mgr.a (mgr.24293) 10500 : cluster 0 pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:15 smithi027 bash[31536]: cluster 2023-12-07T14:12:14.403686+0000 mgr.a (mgr.24293) 10500 : cluster 0 pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:16 smithi022 bash[28554]: audit 2023-12-07T14:12:15.292430+0000 mgr.a (mgr.24293) 10501 : audit 0 from='client.214125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:16 smithi044 bash[32620]: audit 2023-12-07T14:12:15.292430+0000 mgr.a (mgr.24293) 10501 : audit 0 from='client.214125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:16 smithi027 bash[31536]: audit 2023-12-07T14:12:15.292430+0000 mgr.a (mgr.24293) 10501 : audit 0 from='client.214125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:17 smithi044 bash[32620]: cluster 2023-12-07T14:12:16.404705+0000 mgr.a (mgr.24293) 10502 : cluster 0 pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:12:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:17 smithi022 bash[28554]: cluster 2023-12-07T14:12:16.404705+0000 mgr.a (mgr.24293) 10502 : cluster 0 pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:12:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:17 smithi027 bash[31536]: cluster 2023-12-07T14:12:16.404705+0000 mgr.a (mgr.24293) 10502 : cluster 0 pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:12:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:19 smithi022 bash[28554]: cluster 2023-12-07T14:12:18.405297+0000 mgr.a (mgr.24293) 10503 : cluster 0 pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:12:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:19 smithi044 bash[32620]: cluster 2023-12-07T14:12:18.405297+0000 mgr.a (mgr.24293) 10503 : cluster 0 pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:12:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:19 smithi027 bash[31536]: cluster 2023-12-07T14:12:18.405297+0000 mgr.a (mgr.24293) 10503 : cluster 0 pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:12:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:20 smithi022 bash[28554]: audit 2023-12-07T14:12:19.325530+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:12:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:20 smithi022 bash[28554]: audit 2023-12-07T14:12:20.058869+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:12:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:20 smithi022 bash[28554]: audit 2023-12-07T14:12:20.060448+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:12:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:20 smithi022 bash[28554]: audit 2023-12-07T14:12:20.069318+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:12:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:20 smithi044 bash[32620]: audit 2023-12-07T14:12:19.325530+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:12:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:20 smithi044 bash[32620]: audit 2023-12-07T14:12:20.058869+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:12:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:20 smithi044 bash[32620]: audit 2023-12-07T14:12:20.060448+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:12:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:20 smithi044 bash[32620]: audit 2023-12-07T14:12:20.069318+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:12:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:20 smithi027 bash[31536]: audit 2023-12-07T14:12:19.325530+0000 mon.a (mon.0) 1905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:12:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:20 smithi027 bash[31536]: audit 2023-12-07T14:12:20.058869+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:12:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:20 smithi027 bash[31536]: audit 2023-12-07T14:12:20.060448+0000 mon.a (mon.0) 1907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:12:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:20 smithi027 bash[31536]: audit 2023-12-07T14:12:20.069318+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:12:20.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:20.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:20.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:21 smithi022 bash[28554]: cluster 2023-12-07T14:12:20.405969+0000 mgr.a (mgr.24293) 10504 : cluster 0 pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:12:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:21 smithi044 bash[32620]: cluster 2023-12-07T14:12:20.405969+0000 mgr.a (mgr.24293) 10504 : cluster 0 pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:12:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:21 smithi027 bash[31536]: cluster 2023-12-07T14:12:20.405969+0000 mgr.a (mgr.24293) 10504 : cluster 0 pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:12:21.765 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:21.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:21.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:21.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:21.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:22 smithi022 bash[28554]: audit 2023-12-07T14:12:21.225393+0000 mgr.a (mgr.24293) 10505 : audit 0 from='client.214200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:22 smithi044 bash[32620]: audit 2023-12-07T14:12:21.225393+0000 mgr.a (mgr.24293) 10505 : audit 0 from='client.214200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:22 smithi027 bash[31536]: audit 2023-12-07T14:12:21.225393+0000 mgr.a (mgr.24293) 10505 : audit 0 from='client.214200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:23 smithi022 bash[28554]: cluster 2023-12-07T14:12:22.406866+0000 mgr.a (mgr.24293) 10506 : cluster 0 pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:12:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:23 smithi044 bash[32620]: cluster 2023-12-07T14:12:22.406866+0000 mgr.a (mgr.24293) 10506 : cluster 0 pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:12:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:23 smithi027 bash[31536]: cluster 2023-12-07T14:12:22.406866+0000 mgr.a (mgr.24293) 10506 : cluster 0 pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:12:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:25 smithi022 bash[28554]: cluster 2023-12-07T14:12:24.407499+0000 mgr.a (mgr.24293) 10507 : cluster 0 pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:25 smithi044 bash[32620]: cluster 2023-12-07T14:12:24.407499+0000 mgr.a (mgr.24293) 10507 : cluster 0 pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:25 smithi027 bash[31536]: cluster 2023-12-07T14:12:24.407499+0000 mgr.a (mgr.24293) 10507 : cluster 0 pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:26.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:26.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:26.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:27.703 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:27.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:27.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:27.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:27.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:27 smithi044 bash[32620]: cluster 2023-12-07T14:12:26.408257+0000 mgr.a (mgr.24293) 10508 : cluster 0 pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:27 smithi022 bash[28554]: cluster 2023-12-07T14:12:26.408257+0000 mgr.a (mgr.24293) 10508 : cluster 0 pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:27.957 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:27 smithi027 bash[31536]: cluster 2023-12-07T14:12:26.408257+0000 mgr.a (mgr.24293) 10508 : cluster 0 pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:28 smithi022 bash[28554]: audit 2023-12-07T14:12:27.182562+0000 mgr.a (mgr.24293) 10509 : audit 0 from='client.214275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:28 smithi044 bash[32620]: audit 2023-12-07T14:12:27.182562+0000 mgr.a (mgr.24293) 10509 : audit 0 from='client.214275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:28 smithi027 bash[31536]: audit 2023-12-07T14:12:27.182562+0000 mgr.a (mgr.24293) 10509 : audit 0 from='client.214275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:29 smithi022 bash[28554]: cluster 2023-12-07T14:12:28.408962+0000 mgr.a (mgr.24293) 10510 : cluster 0 pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:29 smithi044 bash[32620]: cluster 2023-12-07T14:12:28.408962+0000 mgr.a (mgr.24293) 10510 : cluster 0 pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:29 smithi027 bash[31536]: cluster 2023-12-07T14:12:28.408962+0000 mgr.a (mgr.24293) 10510 : cluster 0 pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:31 smithi022 bash[28554]: cluster 2023-12-07T14:12:30.409748+0000 mgr.a (mgr.24293) 10511 : cluster 0 pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:12:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:31 smithi044 bash[32620]: cluster 2023-12-07T14:12:30.409748+0000 mgr.a (mgr.24293) 10511 : cluster 0 pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:12:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:31 smithi027 bash[31536]: cluster 2023-12-07T14:12:30.409748+0000 mgr.a (mgr.24293) 10511 : cluster 0 pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:12:32.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:32.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:32.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:33.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:33.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:33.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:33.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:33.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:33 smithi022 bash[28554]: cluster 2023-12-07T14:12:32.410436+0000 mgr.a (mgr.24293) 10512 : cluster 0 pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:12:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:33 smithi044 bash[32620]: cluster 2023-12-07T14:12:32.410436+0000 mgr.a (mgr.24293) 10512 : cluster 0 pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:12:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:33 smithi027 bash[31536]: cluster 2023-12-07T14:12:32.410436+0000 mgr.a (mgr.24293) 10512 : cluster 0 pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:12:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:34 smithi022 bash[28554]: audit 2023-12-07T14:12:33.115727+0000 mgr.a (mgr.24293) 10513 : audit 0 from='client.214353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:34 smithi044 bash[32620]: audit 2023-12-07T14:12:33.115727+0000 mgr.a (mgr.24293) 10513 : audit 0 from='client.214353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:34 smithi027 bash[31536]: audit 2023-12-07T14:12:33.115727+0000 mgr.a (mgr.24293) 10513 : audit 0 from='client.214353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:35 smithi022 bash[28554]: cluster 2023-12-07T14:12:34.411233+0000 mgr.a (mgr.24293) 10514 : 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-07T14:12:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:35 smithi044 bash[32620]: cluster 2023-12-07T14:12:34.411233+0000 mgr.a (mgr.24293) 10514 : 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-07T14:12:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:35 smithi027 bash[31536]: cluster 2023-12-07T14:12:34.411233+0000 mgr.a (mgr.24293) 10514 : 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-07T14:12:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:37 smithi022 bash[28554]: cluster 2023-12-07T14:12:36.412229+0000 mgr.a (mgr.24293) 10515 : cluster 0 pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:37 smithi044 bash[32620]: cluster 2023-12-07T14:12:36.412229+0000 mgr.a (mgr.24293) 10515 : cluster 0 pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:37 smithi027 bash[31536]: cluster 2023-12-07T14:12:36.412229+0000 mgr.a (mgr.24293) 10515 : cluster 0 pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:38.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:38.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:38.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:39.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:39.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:39.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:39.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:39.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:39 smithi022 bash[28554]: cluster 2023-12-07T14:12:38.412934+0000 mgr.a (mgr.24293) 10516 : cluster 0 pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:39 smithi044 bash[32620]: cluster 2023-12-07T14:12:38.412934+0000 mgr.a (mgr.24293) 10516 : cluster 0 pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:39 smithi027 bash[31536]: cluster 2023-12-07T14:12:38.412934+0000 mgr.a (mgr.24293) 10516 : cluster 0 pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:40 smithi022 bash[28554]: audit 2023-12-07T14:12:39.059463+0000 mgr.a (mgr.24293) 10517 : audit 0 from='client.214428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:40 smithi044 bash[32620]: audit 2023-12-07T14:12:39.059463+0000 mgr.a (mgr.24293) 10517 : audit 0 from='client.214428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:40 smithi027 bash[31536]: audit 2023-12-07T14:12:39.059463+0000 mgr.a (mgr.24293) 10517 : audit 0 from='client.214428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:41 smithi044 bash[32620]: cluster 2023-12-07T14:12:40.413759+0000 mgr.a (mgr.24293) 10518 : cluster 0 pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:41 smithi022 bash[28554]: cluster 2023-12-07T14:12:40.413759+0000 mgr.a (mgr.24293) 10518 : cluster 0 pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:41 smithi027 bash[31536]: cluster 2023-12-07T14:12:40.413759+0000 mgr.a (mgr.24293) 10518 : cluster 0 pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:12:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:43 smithi022 bash[28554]: cluster 2023-12-07T14:12:42.414437+0000 mgr.a (mgr.24293) 10519 : cluster 0 pgmap v7862: 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-07T14:12:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:43 smithi044 bash[32620]: cluster 2023-12-07T14:12:42.414437+0000 mgr.a (mgr.24293) 10519 : cluster 0 pgmap v7862: 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-07T14:12:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:43 smithi027 bash[31536]: cluster 2023-12-07T14:12:42.414437+0000 mgr.a (mgr.24293) 10519 : cluster 0 pgmap v7862: 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-07T14:12:44.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:44.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:44.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:45.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:45.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:45.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:45.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:45.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:45 smithi022 bash[28554]: cluster 2023-12-07T14:12:44.414986+0000 mgr.a (mgr.24293) 10520 : cluster 0 pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:45 smithi044 bash[32620]: cluster 2023-12-07T14:12:44.414986+0000 mgr.a (mgr.24293) 10520 : cluster 0 pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:45 smithi027 bash[31536]: cluster 2023-12-07T14:12:44.414986+0000 mgr.a (mgr.24293) 10520 : cluster 0 pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:46 smithi022 bash[28554]: audit 2023-12-07T14:12:44.977686+0000 mgr.a (mgr.24293) 10521 : audit 0 from='client.214503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:46 smithi044 bash[32620]: audit 2023-12-07T14:12:44.977686+0000 mgr.a (mgr.24293) 10521 : audit 0 from='client.214503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:46 smithi027 bash[31536]: audit 2023-12-07T14:12:44.977686+0000 mgr.a (mgr.24293) 10521 : audit 0 from='client.214503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:47 smithi022 bash[28554]: cluster 2023-12-07T14:12:46.415871+0000 mgr.a (mgr.24293) 10522 : cluster 0 pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:12:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:47 smithi044 bash[32620]: cluster 2023-12-07T14:12:46.415871+0000 mgr.a (mgr.24293) 10522 : cluster 0 pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:12:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:47 smithi027 bash[31536]: cluster 2023-12-07T14:12:46.415871+0000 mgr.a (mgr.24293) 10522 : cluster 0 pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:12:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:49 smithi022 bash[28554]: cluster 2023-12-07T14:12:48.416423+0000 mgr.a (mgr.24293) 10523 : cluster 0 pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:49 smithi044 bash[32620]: cluster 2023-12-07T14:12:48.416423+0000 mgr.a (mgr.24293) 10523 : cluster 0 pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:49 smithi027 bash[31536]: cluster 2023-12-07T14:12:48.416423+0000 mgr.a (mgr.24293) 10523 : cluster 0 pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:50.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:50.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:50.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:51.459 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:51.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:51.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:51.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:51.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:51 smithi022 bash[28554]: cluster 2023-12-07T14:12:50.417104+0000 mgr.a (mgr.24293) 10524 : cluster 0 pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:51 smithi044 bash[32620]: cluster 2023-12-07T14:12:50.417104+0000 mgr.a (mgr.24293) 10524 : cluster 0 pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:51 smithi027 bash[31536]: cluster 2023-12-07T14:12:50.417104+0000 mgr.a (mgr.24293) 10524 : cluster 0 pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:52 smithi022 bash[28554]: audit 2023-12-07T14:12:50.914643+0000 mgr.a (mgr.24293) 10525 : audit 0 from='client.214581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:52 smithi044 bash[32620]: audit 2023-12-07T14:12:50.914643+0000 mgr.a (mgr.24293) 10525 : audit 0 from='client.214581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:52 smithi027 bash[31536]: audit 2023-12-07T14:12:50.914643+0000 mgr.a (mgr.24293) 10525 : audit 0 from='client.214581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:53 smithi022 bash[28554]: cluster 2023-12-07T14:12:52.417912+0000 mgr.a (mgr.24293) 10526 : cluster 0 pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:12:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:53 smithi044 bash[32620]: cluster 2023-12-07T14:12:52.417912+0000 mgr.a (mgr.24293) 10526 : cluster 0 pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:12:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:53 smithi027 bash[31536]: cluster 2023-12-07T14:12:52.417912+0000 mgr.a (mgr.24293) 10526 : cluster 0 pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:12:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:55 smithi022 bash[28554]: cluster 2023-12-07T14:12:54.418481+0000 mgr.a (mgr.24293) 10527 : cluster 0 pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:55 smithi044 bash[32620]: cluster 2023-12-07T14:12:54.418481+0000 mgr.a (mgr.24293) 10527 : cluster 0 pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:55 smithi027 bash[31536]: cluster 2023-12-07T14:12:54.418481+0000 mgr.a (mgr.24293) 10527 : cluster 0 pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:56.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:12:56.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:56.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:57.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:12:57.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:57.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:57.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:57.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:12:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:57 smithi022 bash[28554]: cluster 2023-12-07T14:12:56.419254+0000 mgr.a (mgr.24293) 10528 : cluster 0 pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:57 smithi044 bash[32620]: cluster 2023-12-07T14:12:56.419254+0000 mgr.a (mgr.24293) 10528 : cluster 0 pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:57 smithi027 bash[31536]: cluster 2023-12-07T14:12:56.419254+0000 mgr.a (mgr.24293) 10528 : cluster 0 pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:58 smithi022 bash[28554]: audit 2023-12-07T14:12:56.874064+0000 mgr.a (mgr.24293) 10529 : audit 0 from='client.214659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:58 smithi044 bash[32620]: audit 2023-12-07T14:12:56.874064+0000 mgr.a (mgr.24293) 10529 : audit 0 from='client.214659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:58 smithi027 bash[31536]: audit 2023-12-07T14:12:56.874064+0000 mgr.a (mgr.24293) 10529 : audit 0 from='client.214659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:12:59 smithi022 bash[28554]: cluster 2023-12-07T14:12:58.419928+0000 mgr.a (mgr.24293) 10530 : cluster 0 pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:12:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:12:59 smithi044 bash[32620]: cluster 2023-12-07T14:12:58.419928+0000 mgr.a (mgr.24293) 10530 : cluster 0 pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:12:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:12:59 smithi027 bash[31536]: cluster 2023-12-07T14:12:58.419928+0000 mgr.a (mgr.24293) 10530 : cluster 0 pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:13:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:01 smithi022 bash[28554]: cluster 2023-12-07T14:13:00.420632+0000 mgr.a (mgr.24293) 10531 : cluster 0 pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:13:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:01 smithi044 bash[32620]: cluster 2023-12-07T14:13:00.420632+0000 mgr.a (mgr.24293) 10531 : cluster 0 pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:13:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:01 smithi027 bash[31536]: cluster 2023-12-07T14:13:00.420632+0000 mgr.a (mgr.24293) 10531 : cluster 0 pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:13:02.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:02.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:02.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:03.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:03.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:03.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:03.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:03.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:03 smithi022 bash[28554]: cluster 2023-12-07T14:13:02.421240+0000 mgr.a (mgr.24293) 10532 : cluster 0 pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:03 smithi022 bash[28554]: audit 2023-12-07T14:13:02.824052+0000 mgr.a (mgr.24293) 10533 : audit 0 from='client.214731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:03 smithi044 bash[32620]: cluster 2023-12-07T14:13:02.421240+0000 mgr.a (mgr.24293) 10532 : cluster 0 pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:03 smithi044 bash[32620]: audit 2023-12-07T14:13:02.824052+0000 mgr.a (mgr.24293) 10533 : audit 0 from='client.214731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:03 smithi027 bash[31536]: cluster 2023-12-07T14:13:02.421240+0000 mgr.a (mgr.24293) 10532 : cluster 0 pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:03 smithi027 bash[31536]: audit 2023-12-07T14:13:02.824052+0000 mgr.a (mgr.24293) 10533 : audit 0 from='client.214731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:05 smithi022 bash[28554]: cluster 2023-12-07T14:13:04.422064+0000 mgr.a (mgr.24293) 10534 : 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-07T14:13:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:05 smithi044 bash[32620]: cluster 2023-12-07T14:13:04.422064+0000 mgr.a (mgr.24293) 10534 : 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-07T14:13:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:05 smithi027 bash[31536]: cluster 2023-12-07T14:13:04.422064+0000 mgr.a (mgr.24293) 10534 : 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-07T14:13:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:07 smithi022 bash[28554]: cluster 2023-12-07T14:13:06.422950+0000 mgr.a (mgr.24293) 10535 : cluster 0 pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:07 smithi044 bash[32620]: cluster 2023-12-07T14:13:06.422950+0000 mgr.a (mgr.24293) 10535 : cluster 0 pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:07 smithi027 bash[31536]: cluster 2023-12-07T14:13:06.422950+0000 mgr.a (mgr.24293) 10535 : cluster 0 pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:08.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:08.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:08.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:09.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:09.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:09.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:09.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:09.301 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:09 smithi022 bash[28554]: cluster 2023-12-07T14:13:08.423696+0000 mgr.a (mgr.24293) 10536 : cluster 0 pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:09 smithi022 bash[28554]: audit 2023-12-07T14:13:08.762382+0000 mgr.a (mgr.24293) 10537 : audit 0 from='client.214809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:09 smithi044 bash[32620]: cluster 2023-12-07T14:13:08.423696+0000 mgr.a (mgr.24293) 10536 : cluster 0 pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:09 smithi044 bash[32620]: audit 2023-12-07T14:13:08.762382+0000 mgr.a (mgr.24293) 10537 : audit 0 from='client.214809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:09 smithi027 bash[31536]: cluster 2023-12-07T14:13:08.423696+0000 mgr.a (mgr.24293) 10536 : cluster 0 pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:09 smithi027 bash[31536]: audit 2023-12-07T14:13:08.762382+0000 mgr.a (mgr.24293) 10537 : audit 0 from='client.214809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:11 smithi044 bash[32620]: cluster 2023-12-07T14:13:10.424495+0000 mgr.a (mgr.24293) 10538 : cluster 0 pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:13:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:11 smithi022 bash[28554]: cluster 2023-12-07T14:13:10.424495+0000 mgr.a (mgr.24293) 10538 : cluster 0 pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:13:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:11 smithi027 bash[31536]: cluster 2023-12-07T14:13:10.424495+0000 mgr.a (mgr.24293) 10538 : cluster 0 pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:13:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:13 smithi022 bash[28554]: cluster 2023-12-07T14:13:12.425153+0000 mgr.a (mgr.24293) 10539 : cluster 0 pgmap v7877: 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-07T14:13:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:13 smithi044 bash[32620]: cluster 2023-12-07T14:13:12.425153+0000 mgr.a (mgr.24293) 10539 : cluster 0 pgmap v7877: 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-07T14:13:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:13 smithi027 bash[31536]: cluster 2023-12-07T14:13:12.425153+0000 mgr.a (mgr.24293) 10539 : cluster 0 pgmap v7877: 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-07T14:13:14.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:14.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:14.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:15.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:15 smithi044 bash[32620]: cluster 2023-12-07T14:13:14.425707+0000 mgr.a (mgr.24293) 10540 : cluster 0 pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:15 smithi044 bash[32620]: audit 2023-12-07T14:13:14.714753+0000 mgr.a (mgr.24293) 10541 : audit 0 from='client.214881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:15 smithi022 bash[28554]: cluster 2023-12-07T14:13:14.425707+0000 mgr.a (mgr.24293) 10540 : cluster 0 pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:15 smithi022 bash[28554]: audit 2023-12-07T14:13:14.714753+0000 mgr.a (mgr.24293) 10541 : audit 0 from='client.214881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:15 smithi027 bash[31536]: cluster 2023-12-07T14:13:14.425707+0000 mgr.a (mgr.24293) 10540 : cluster 0 pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:15 smithi027 bash[31536]: audit 2023-12-07T14:13:14.714753+0000 mgr.a (mgr.24293) 10541 : audit 0 from='client.214881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:17 smithi022 bash[28554]: cluster 2023-12-07T14:13:16.426655+0000 mgr.a (mgr.24293) 10542 : cluster 0 pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:17 smithi044 bash[32620]: cluster 2023-12-07T14:13:16.426655+0000 mgr.a (mgr.24293) 10542 : cluster 0 pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:17 smithi027 bash[31536]: cluster 2023-12-07T14:13:16.426655+0000 mgr.a (mgr.24293) 10542 : cluster 0 pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:19 smithi044 bash[32620]: cluster 2023-12-07T14:13:18.427233+0000 mgr.a (mgr.24293) 10543 : cluster 0 pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:19 smithi022 bash[28554]: cluster 2023-12-07T14:13:18.427233+0000 mgr.a (mgr.24293) 10543 : cluster 0 pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:19 smithi027 bash[31536]: cluster 2023-12-07T14:13:18.427233+0000 mgr.a (mgr.24293) 10543 : cluster 0 pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:20.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:20.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:20.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:20 smithi022 bash[28554]: audit 2023-12-07T14:13:20.172611+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:13:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:20 smithi044 bash[32620]: audit 2023-12-07T14:13:20.172611+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:13:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:20 smithi027 bash[31536]: audit 2023-12-07T14:13:20.172611+0000 mon.a (mon.0) 1909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:13:21.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:21.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:21.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:21.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:21.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:21 smithi022 bash[28554]: cluster 2023-12-07T14:13:20.427753+0000 mgr.a (mgr.24293) 10544 : cluster 0 pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:21 smithi022 bash[28554]: audit 2023-12-07T14:13:20.674638+0000 mgr.a (mgr.24293) 10545 : audit 0 from='client.180496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:21 smithi022 bash[28554]: audit 2023-12-07T14:13:21.028559+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:13:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:21 smithi022 bash[28554]: audit 2023-12-07T14:13:21.030035+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:13:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:21 smithi022 bash[28554]: audit 2023-12-07T14:13:21.038353+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:13:21.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:21 smithi044 bash[32620]: cluster 2023-12-07T14:13:20.427753+0000 mgr.a (mgr.24293) 10544 : cluster 0 pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:21.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:21 smithi044 bash[32620]: audit 2023-12-07T14:13:20.674638+0000 mgr.a (mgr.24293) 10545 : audit 0 from='client.180496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:21.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:21 smithi044 bash[32620]: audit 2023-12-07T14:13:21.028559+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:13:21.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:21 smithi044 bash[32620]: audit 2023-12-07T14:13:21.030035+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:13:21.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:21 smithi044 bash[32620]: audit 2023-12-07T14:13:21.038353+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:13:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:21 smithi027 bash[31536]: cluster 2023-12-07T14:13:20.427753+0000 mgr.a (mgr.24293) 10544 : cluster 0 pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:21 smithi027 bash[31536]: audit 2023-12-07T14:13:20.674638+0000 mgr.a (mgr.24293) 10545 : audit 0 from='client.180496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:21 smithi027 bash[31536]: audit 2023-12-07T14:13:21.028559+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:13:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:21 smithi027 bash[31536]: audit 2023-12-07T14:13:21.030035+0000 mon.a (mon.0) 1911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:13:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:21 smithi027 bash[31536]: audit 2023-12-07T14:13:21.038353+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:13:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:23 smithi022 bash[28554]: cluster 2023-12-07T14:13:22.428488+0000 mgr.a (mgr.24293) 10546 : cluster 0 pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:13:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:23 smithi044 bash[32620]: cluster 2023-12-07T14:13:22.428488+0000 mgr.a (mgr.24293) 10546 : cluster 0 pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:13:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:23 smithi027 bash[31536]: cluster 2023-12-07T14:13:22.428488+0000 mgr.a (mgr.24293) 10546 : cluster 0 pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:13:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:25 smithi022 bash[28554]: cluster 2023-12-07T14:13:24.429060+0000 mgr.a (mgr.24293) 10547 : cluster 0 pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:25 smithi044 bash[32620]: cluster 2023-12-07T14:13:24.429060+0000 mgr.a (mgr.24293) 10547 : cluster 0 pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:25 smithi027 bash[31536]: cluster 2023-12-07T14:13:24.429060+0000 mgr.a (mgr.24293) 10547 : cluster 0 pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:26.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:26.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:27.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:27.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:27.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:27.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:27.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:27 smithi022 bash[28554]: cluster 2023-12-07T14:13:26.429824+0000 mgr.a (mgr.24293) 10548 : cluster 0 pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:27 smithi022 bash[28554]: audit 2023-12-07T14:13:26.615286+0000 mgr.a (mgr.24293) 10549 : audit 0 from='client.215025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:27 smithi044 bash[32620]: cluster 2023-12-07T14:13:26.429824+0000 mgr.a (mgr.24293) 10548 : cluster 0 pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:27 smithi044 bash[32620]: audit 2023-12-07T14:13:26.615286+0000 mgr.a (mgr.24293) 10549 : audit 0 from='client.215025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:27 smithi027 bash[31536]: cluster 2023-12-07T14:13:26.429824+0000 mgr.a (mgr.24293) 10548 : cluster 0 pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:27 smithi027 bash[31536]: audit 2023-12-07T14:13:26.615286+0000 mgr.a (mgr.24293) 10549 : audit 0 from='client.215025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:29 smithi022 bash[28554]: cluster 2023-12-07T14:13:28.430484+0000 mgr.a (mgr.24293) 10550 : cluster 0 pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:29 smithi044 bash[32620]: cluster 2023-12-07T14:13:28.430484+0000 mgr.a (mgr.24293) 10550 : cluster 0 pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:29 smithi027 bash[31536]: cluster 2023-12-07T14:13:28.430484+0000 mgr.a (mgr.24293) 10550 : cluster 0 pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:31 smithi022 bash[28554]: cluster 2023-12-07T14:13:30.431246+0000 mgr.a (mgr.24293) 10551 : cluster 0 pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:13:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:31 smithi044 bash[32620]: cluster 2023-12-07T14:13:30.431246+0000 mgr.a (mgr.24293) 10551 : cluster 0 pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:13:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:31 smithi027 bash[31536]: cluster 2023-12-07T14:13:30.431246+0000 mgr.a (mgr.24293) 10551 : cluster 0 pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:13:32.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:32.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:32.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:33.062 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:33.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:33.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:33.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:33.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:33 smithi044 bash[32620]: cluster 2023-12-07T14:13:32.431726+0000 mgr.a (mgr.24293) 10552 : cluster 0 pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:33 smithi044 bash[32620]: audit 2023-12-07T14:13:32.541498+0000 mgr.a (mgr.24293) 10553 : audit 0 from='client.215100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:33 smithi022 bash[28554]: cluster 2023-12-07T14:13:32.431726+0000 mgr.a (mgr.24293) 10552 : cluster 0 pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:33 smithi022 bash[28554]: audit 2023-12-07T14:13:32.541498+0000 mgr.a (mgr.24293) 10553 : audit 0 from='client.215100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:33 smithi027 bash[31536]: cluster 2023-12-07T14:13:32.431726+0000 mgr.a (mgr.24293) 10552 : cluster 0 pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:33 smithi027 bash[31536]: audit 2023-12-07T14:13:32.541498+0000 mgr.a (mgr.24293) 10553 : audit 0 from='client.215100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:35 smithi022 bash[28554]: cluster 2023-12-07T14:13:34.432366+0000 mgr.a (mgr.24293) 10554 : 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-07T14:13:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:35 smithi044 bash[32620]: cluster 2023-12-07T14:13:34.432366+0000 mgr.a (mgr.24293) 10554 : 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-07T14:13:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:35 smithi027 bash[31536]: cluster 2023-12-07T14:13:34.432366+0000 mgr.a (mgr.24293) 10554 : 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-07T14:13:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:37 smithi022 bash[28554]: cluster 2023-12-07T14:13:36.433196+0000 mgr.a (mgr.24293) 10555 : 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-07T14:13:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:37 smithi044 bash[32620]: cluster 2023-12-07T14:13:36.433196+0000 mgr.a (mgr.24293) 10555 : 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-07T14:13:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:37 smithi027 bash[31536]: cluster 2023-12-07T14:13:36.433196+0000 mgr.a (mgr.24293) 10555 : 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-07T14:13:38.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:38.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:38.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:39.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:39.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:39.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:39.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:39.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:39 smithi022 bash[28554]: cluster 2023-12-07T14:13:38.433734+0000 mgr.a (mgr.24293) 10556 : 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-07T14:13:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:39 smithi022 bash[28554]: audit 2023-12-07T14:13:38.476786+0000 mgr.a (mgr.24293) 10557 : audit 0 from='client.215178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:39 smithi044 bash[32620]: cluster 2023-12-07T14:13:38.433734+0000 mgr.a (mgr.24293) 10556 : 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-07T14:13:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:39 smithi044 bash[32620]: audit 2023-12-07T14:13:38.476786+0000 mgr.a (mgr.24293) 10557 : audit 0 from='client.215178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:39 smithi027 bash[31536]: cluster 2023-12-07T14:13:38.433734+0000 mgr.a (mgr.24293) 10556 : 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-07T14:13:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:39 smithi027 bash[31536]: audit 2023-12-07T14:13:38.476786+0000 mgr.a (mgr.24293) 10557 : audit 0 from='client.215178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:41 smithi044 bash[32620]: cluster 2023-12-07T14:13:40.434516+0000 mgr.a (mgr.24293) 10558 : cluster 0 pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:13:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:41 smithi022 bash[28554]: cluster 2023-12-07T14:13:40.434516+0000 mgr.a (mgr.24293) 10558 : cluster 0 pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:13:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:41 smithi027 bash[31536]: cluster 2023-12-07T14:13:40.434516+0000 mgr.a (mgr.24293) 10558 : cluster 0 pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:13:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:43 smithi044 bash[32620]: cluster 2023-12-07T14:13:42.435172+0000 mgr.a (mgr.24293) 10559 : cluster 0 pgmap v7892: 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-07T14:13:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:43 smithi022 bash[28554]: cluster 2023-12-07T14:13:42.435172+0000 mgr.a (mgr.24293) 10559 : cluster 0 pgmap v7892: 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-07T14:13:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:43 smithi027 bash[31536]: cluster 2023-12-07T14:13:42.435172+0000 mgr.a (mgr.24293) 10559 : cluster 0 pgmap v7892: 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-07T14:13:44.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:44.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:44.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:44.953 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:44.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:44.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:44.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:44.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:45 smithi022 bash[28554]: audit 2023-12-07T14:13:44.434141+0000 mgr.a (mgr.24293) 10560 : audit 0 from='client.215253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:45 smithi022 bash[28554]: cluster 2023-12-07T14:13:44.448964+0000 mgr.a (mgr.24293) 10561 : cluster 0 pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:45 smithi044 bash[32620]: audit 2023-12-07T14:13:44.434141+0000 mgr.a (mgr.24293) 10560 : audit 0 from='client.215253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:45 smithi044 bash[32620]: cluster 2023-12-07T14:13:44.448964+0000 mgr.a (mgr.24293) 10561 : cluster 0 pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:45 smithi027 bash[31536]: audit 2023-12-07T14:13:44.434141+0000 mgr.a (mgr.24293) 10560 : audit 0 from='client.215253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:45 smithi027 bash[31536]: cluster 2023-12-07T14:13:44.448964+0000 mgr.a (mgr.24293) 10561 : cluster 0 pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:47 smithi022 bash[28554]: cluster 2023-12-07T14:13:46.450081+0000 mgr.a (mgr.24293) 10562 : cluster 0 pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:47 smithi044 bash[32620]: cluster 2023-12-07T14:13:46.450081+0000 mgr.a (mgr.24293) 10562 : cluster 0 pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:47 smithi027 bash[31536]: cluster 2023-12-07T14:13:46.450081+0000 mgr.a (mgr.24293) 10562 : cluster 0 pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:49 smithi022 bash[28554]: cluster 2023-12-07T14:13:48.450636+0000 mgr.a (mgr.24293) 10563 : cluster 0 pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:49 smithi044 bash[32620]: cluster 2023-12-07T14:13:48.450636+0000 mgr.a (mgr.24293) 10563 : cluster 0 pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:49 smithi027 bash[31536]: cluster 2023-12-07T14:13:48.450636+0000 mgr.a (mgr.24293) 10563 : cluster 0 pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:49.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:49.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:49.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:50.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:50.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:50.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:50.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:50.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:51 smithi022 bash[28554]: audit 2023-12-07T14:13:50.366323+0000 mgr.a (mgr.24293) 10564 : audit 0 from='client.215328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:51 smithi022 bash[28554]: cluster 2023-12-07T14:13:50.451311+0000 mgr.a (mgr.24293) 10565 : cluster 0 pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:51 smithi044 bash[32620]: audit 2023-12-07T14:13:50.366323+0000 mgr.a (mgr.24293) 10564 : audit 0 from='client.215328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:51 smithi044 bash[32620]: cluster 2023-12-07T14:13:50.451311+0000 mgr.a (mgr.24293) 10565 : cluster 0 pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:51 smithi027 bash[31536]: audit 2023-12-07T14:13:50.366323+0000 mgr.a (mgr.24293) 10564 : audit 0 from='client.215328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:51 smithi027 bash[31536]: cluster 2023-12-07T14:13:50.451311+0000 mgr.a (mgr.24293) 10565 : cluster 0 pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:53 smithi022 bash[28554]: cluster 2023-12-07T14:13:52.452292+0000 mgr.a (mgr.24293) 10566 : cluster 0 pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:13:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:53 smithi044 bash[32620]: cluster 2023-12-07T14:13:52.452292+0000 mgr.a (mgr.24293) 10566 : cluster 0 pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:13:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:53 smithi027 bash[31536]: cluster 2023-12-07T14:13:52.452292+0000 mgr.a (mgr.24293) 10566 : cluster 0 pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:13:55.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:13:55.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:55.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:55 smithi022 bash[28554]: cluster 2023-12-07T14:13:54.452875+0000 mgr.a (mgr.24293) 10567 : cluster 0 pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:13:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:55 smithi044 bash[32620]: cluster 2023-12-07T14:13:54.452875+0000 mgr.a (mgr.24293) 10567 : cluster 0 pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:13:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:55 smithi027 bash[31536]: cluster 2023-12-07T14:13:54.452875+0000 mgr.a (mgr.24293) 10567 : cluster 0 pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:13:56.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:13:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:13:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:57 smithi022 bash[28554]: audit 2023-12-07T14:13:56.318848+0000 mgr.a (mgr.24293) 10568 : audit 0 from='client.215406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:57 smithi022 bash[28554]: cluster 2023-12-07T14:13:56.453622+0000 mgr.a (mgr.24293) 10569 : cluster 0 pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:57 smithi044 bash[32620]: audit 2023-12-07T14:13:56.318848+0000 mgr.a (mgr.24293) 10568 : audit 0 from='client.215406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:57 smithi044 bash[32620]: cluster 2023-12-07T14:13:56.453622+0000 mgr.a (mgr.24293) 10569 : cluster 0 pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:57 smithi027 bash[31536]: audit 2023-12-07T14:13:56.318848+0000 mgr.a (mgr.24293) 10568 : audit 0 from='client.215406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:57 smithi027 bash[31536]: cluster 2023-12-07T14:13:56.453622+0000 mgr.a (mgr.24293) 10569 : cluster 0 pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:13:59 smithi022 bash[28554]: cluster 2023-12-07T14:13:58.454320+0000 mgr.a (mgr.24293) 10570 : cluster 0 pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:13:59 smithi044 bash[32620]: cluster 2023-12-07T14:13:58.454320+0000 mgr.a (mgr.24293) 10570 : cluster 0 pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:13:59 smithi027 bash[31536]: cluster 2023-12-07T14:13:58.454320+0000 mgr.a (mgr.24293) 10570 : cluster 0 pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:01.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:01.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:01.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:01 smithi022 bash[28554]: cluster 2023-12-07T14:14:00.455025+0000 mgr.a (mgr.24293) 10571 : cluster 0 pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:14:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:01 smithi044 bash[32620]: cluster 2023-12-07T14:14:00.455025+0000 mgr.a (mgr.24293) 10571 : cluster 0 pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:14:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:01 smithi027 bash[31536]: cluster 2023-12-07T14:14:00.455025+0000 mgr.a (mgr.24293) 10571 : cluster 0 pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:14:02.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:02.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:02.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:02.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:02.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:03 smithi022 bash[28554]: audit 2023-12-07T14:14:02.265758+0000 mgr.a (mgr.24293) 10572 : audit 0 from='client.215481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:03 smithi022 bash[28554]: cluster 2023-12-07T14:14:02.455715+0000 mgr.a (mgr.24293) 10573 : cluster 0 pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:03 smithi044 bash[32620]: audit 2023-12-07T14:14:02.265758+0000 mgr.a (mgr.24293) 10572 : audit 0 from='client.215481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:03 smithi044 bash[32620]: cluster 2023-12-07T14:14:02.455715+0000 mgr.a (mgr.24293) 10573 : cluster 0 pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:03 smithi027 bash[31536]: audit 2023-12-07T14:14:02.265758+0000 mgr.a (mgr.24293) 10572 : audit 0 from='client.215481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:03 smithi027 bash[31536]: cluster 2023-12-07T14:14:02.455715+0000 mgr.a (mgr.24293) 10573 : cluster 0 pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:05 smithi022 bash[28554]: cluster 2023-12-07T14:14:04.456436+0000 mgr.a (mgr.24293) 10574 : cluster 0 pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:14:05.945 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:05 smithi044 bash[32620]: cluster 2023-12-07T14:14:04.456436+0000 mgr.a (mgr.24293) 10574 : cluster 0 pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:14:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:05 smithi027 bash[31536]: cluster 2023-12-07T14:14:04.456436+0000 mgr.a (mgr.24293) 10574 : cluster 0 pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:14:07.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:07.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:07.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:07 smithi022 bash[28554]: cluster 2023-12-07T14:14:06.457251+0000 mgr.a (mgr.24293) 10575 : cluster 0 pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:14:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:07 smithi044 bash[32620]: cluster 2023-12-07T14:14:06.457251+0000 mgr.a (mgr.24293) 10575 : cluster 0 pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:14:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:07 smithi027 bash[31536]: cluster 2023-12-07T14:14:06.457251+0000 mgr.a (mgr.24293) 10575 : cluster 0 pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:14:08.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:08.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:08.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:08.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:08.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:09 smithi022 bash[28554]: audit 2023-12-07T14:14:08.221051+0000 mgr.a (mgr.24293) 10576 : audit 0 from='client.215556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:09 smithi022 bash[28554]: cluster 2023-12-07T14:14:08.457707+0000 mgr.a (mgr.24293) 10577 : 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-07T14:14:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:09 smithi044 bash[32620]: audit 2023-12-07T14:14:08.221051+0000 mgr.a (mgr.24293) 10576 : audit 0 from='client.215556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:09 smithi044 bash[32620]: cluster 2023-12-07T14:14:08.457707+0000 mgr.a (mgr.24293) 10577 : 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-07T14:14:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:09 smithi027 bash[31536]: audit 2023-12-07T14:14:08.221051+0000 mgr.a (mgr.24293) 10576 : audit 0 from='client.215556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:09.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:09 smithi027 bash[31536]: cluster 2023-12-07T14:14:08.457707+0000 mgr.a (mgr.24293) 10577 : 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-07T14:14:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:11 smithi022 bash[28554]: cluster 2023-12-07T14:14:10.458540+0000 mgr.a (mgr.24293) 10578 : 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-07T14:14:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:11 smithi044 bash[32620]: cluster 2023-12-07T14:14:10.458540+0000 mgr.a (mgr.24293) 10578 : 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-07T14:14:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:11 smithi027 bash[31536]: cluster 2023-12-07T14:14:10.458540+0000 mgr.a (mgr.24293) 10578 : 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-07T14:14:13.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:13.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:13.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:13 smithi022 bash[28554]: cluster 2023-12-07T14:14:12.459249+0000 mgr.a (mgr.24293) 10579 : cluster 0 pgmap v7907: 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-07T14:14:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:13 smithi044 bash[32620]: cluster 2023-12-07T14:14:12.459249+0000 mgr.a (mgr.24293) 10579 : cluster 0 pgmap v7907: 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-07T14:14:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:13 smithi027 bash[31536]: cluster 2023-12-07T14:14:12.459249+0000 mgr.a (mgr.24293) 10579 : cluster 0 pgmap v7907: 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-07T14:14:14.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:15 smithi022 bash[28554]: audit 2023-12-07T14:14:14.164867+0000 mgr.a (mgr.24293) 10580 : audit 0 from='client.215631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:15 smithi022 bash[28554]: cluster 2023-12-07T14:14:14.460117+0000 mgr.a (mgr.24293) 10581 : cluster 0 pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:15 smithi044 bash[32620]: audit 2023-12-07T14:14:14.164867+0000 mgr.a (mgr.24293) 10580 : audit 0 from='client.215631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:15 smithi044 bash[32620]: cluster 2023-12-07T14:14:14.460117+0000 mgr.a (mgr.24293) 10581 : cluster 0 pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:15 smithi027 bash[31536]: audit 2023-12-07T14:14:14.164867+0000 mgr.a (mgr.24293) 10580 : audit 0 from='client.215631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:15 smithi027 bash[31536]: cluster 2023-12-07T14:14:14.460117+0000 mgr.a (mgr.24293) 10581 : cluster 0 pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:17 smithi022 bash[28554]: cluster 2023-12-07T14:14:16.461230+0000 mgr.a (mgr.24293) 10582 : cluster 0 pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:17 smithi044 bash[32620]: cluster 2023-12-07T14:14:16.461230+0000 mgr.a (mgr.24293) 10582 : cluster 0 pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:17 smithi027 bash[31536]: cluster 2023-12-07T14:14:16.461230+0000 mgr.a (mgr.24293) 10582 : cluster 0 pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:19 smithi022 bash[28554]: cluster 2023-12-07T14:14:18.461854+0000 mgr.a (mgr.24293) 10583 : cluster 0 pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:19 smithi044 bash[32620]: cluster 2023-12-07T14:14:18.461854+0000 mgr.a (mgr.24293) 10583 : cluster 0 pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:19.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:19.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:19.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:19 smithi027 bash[31536]: cluster 2023-12-07T14:14:18.461854+0000 mgr.a (mgr.24293) 10583 : cluster 0 pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:20.626 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:20.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:20.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:20.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:20.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:21 smithi022 bash[28554]: audit 2023-12-07T14:14:20.108228+0000 mgr.a (mgr.24293) 10584 : audit 0 from='client.215703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:21 smithi022 bash[28554]: cluster 2023-12-07T14:14:20.462618+0000 mgr.a (mgr.24293) 10585 : cluster 0 pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:14:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:21 smithi022 bash[28554]: audit 2023-12-07T14:14:21.173783+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:14:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:21 smithi044 bash[32620]: audit 2023-12-07T14:14:20.108228+0000 mgr.a (mgr.24293) 10584 : audit 0 from='client.215703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:21 smithi044 bash[32620]: cluster 2023-12-07T14:14:20.462618+0000 mgr.a (mgr.24293) 10585 : cluster 0 pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:14:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:21 smithi044 bash[32620]: audit 2023-12-07T14:14:21.173783+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:14:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:21 smithi027 bash[31536]: audit 2023-12-07T14:14:20.108228+0000 mgr.a (mgr.24293) 10584 : audit 0 from='client.215703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:21 smithi027 bash[31536]: cluster 2023-12-07T14:14:20.462618+0000 mgr.a (mgr.24293) 10585 : cluster 0 pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:14:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:21 smithi027 bash[31536]: audit 2023-12-07T14:14:21.173783+0000 mon.a (mon.0) 1913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:14:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:22 smithi044 bash[32620]: audit 2023-12-07T14:14:21.967976+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:14:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:22 smithi044 bash[32620]: audit 2023-12-07T14:14:21.969885+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:14:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:22 smithi044 bash[32620]: audit 2023-12-07T14:14:21.979191+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:14:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:22 smithi022 bash[28554]: audit 2023-12-07T14:14:21.967976+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:14:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:22 smithi022 bash[28554]: audit 2023-12-07T14:14:21.969885+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:14:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:22 smithi022 bash[28554]: audit 2023-12-07T14:14:21.979191+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:14:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:22 smithi027 bash[31536]: audit 2023-12-07T14:14:21.967976+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:14:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:22 smithi027 bash[31536]: audit 2023-12-07T14:14:21.969885+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:14:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:22 smithi027 bash[31536]: audit 2023-12-07T14:14:21.979191+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:14:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:23 smithi022 bash[28554]: cluster 2023-12-07T14:14:22.463612+0000 mgr.a (mgr.24293) 10586 : cluster 0 pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T14:14:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:23 smithi044 bash[32620]: cluster 2023-12-07T14:14:22.463612+0000 mgr.a (mgr.24293) 10586 : cluster 0 pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T14:14:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:23 smithi027 bash[31536]: cluster 2023-12-07T14:14:22.463612+0000 mgr.a (mgr.24293) 10586 : cluster 0 pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T14:14:25.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:25.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:25.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:25 smithi022 bash[28554]: cluster 2023-12-07T14:14:24.464261+0000 mgr.a (mgr.24293) 10587 : 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-07T14:14:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:25 smithi044 bash[32620]: cluster 2023-12-07T14:14:24.464261+0000 mgr.a (mgr.24293) 10587 : 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-07T14:14:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:25 smithi027 bash[31536]: cluster 2023-12-07T14:14:24.464261+0000 mgr.a (mgr.24293) 10587 : 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-07T14:14:26.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:26.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:26.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:26.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:26.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:27 smithi022 bash[28554]: audit 2023-12-07T14:14:26.026329+0000 mgr.a (mgr.24293) 10588 : audit 0 from='client.215781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:27 smithi022 bash[28554]: cluster 2023-12-07T14:14:26.465397+0000 mgr.a (mgr.24293) 10589 : cluster 0 pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:27 smithi044 bash[32620]: audit 2023-12-07T14:14:26.026329+0000 mgr.a (mgr.24293) 10588 : audit 0 from='client.215781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:27 smithi044 bash[32620]: cluster 2023-12-07T14:14:26.465397+0000 mgr.a (mgr.24293) 10589 : cluster 0 pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:27 smithi027 bash[31536]: audit 2023-12-07T14:14:26.026329+0000 mgr.a (mgr.24293) 10588 : audit 0 from='client.215781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:27 smithi027 bash[31536]: cluster 2023-12-07T14:14:26.465397+0000 mgr.a (mgr.24293) 10589 : cluster 0 pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:29 smithi022 bash[28554]: cluster 2023-12-07T14:14:28.465976+0000 mgr.a (mgr.24293) 10590 : cluster 0 pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:29 smithi044 bash[32620]: cluster 2023-12-07T14:14:28.465976+0000 mgr.a (mgr.24293) 10590 : cluster 0 pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:29 smithi027 bash[31536]: cluster 2023-12-07T14:14:28.465976+0000 mgr.a (mgr.24293) 10590 : cluster 0 pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:31.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:31.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:31.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:31 smithi022 bash[28554]: cluster 2023-12-07T14:14:30.466666+0000 mgr.a (mgr.24293) 10591 : cluster 0 pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:14:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:31 smithi044 bash[32620]: cluster 2023-12-07T14:14:30.466666+0000 mgr.a (mgr.24293) 10591 : cluster 0 pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:14:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:31 smithi027 bash[31536]: cluster 2023-12-07T14:14:30.466666+0000 mgr.a (mgr.24293) 10591 : cluster 0 pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:14:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:32.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:33 smithi022 bash[28554]: audit 2023-12-07T14:14:31.980786+0000 mgr.a (mgr.24293) 10592 : audit 0 from='client.215856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:33 smithi022 bash[28554]: cluster 2023-12-07T14:14:32.467519+0000 mgr.a (mgr.24293) 10593 : cluster 0 pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:14:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:33 smithi044 bash[32620]: audit 2023-12-07T14:14:31.980786+0000 mgr.a (mgr.24293) 10592 : audit 0 from='client.215856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:33 smithi044 bash[32620]: cluster 2023-12-07T14:14:32.467519+0000 mgr.a (mgr.24293) 10593 : cluster 0 pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:14:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:33 smithi027 bash[31536]: audit 2023-12-07T14:14:31.980786+0000 mgr.a (mgr.24293) 10592 : audit 0 from='client.215856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:33 smithi027 bash[31536]: cluster 2023-12-07T14:14:32.467519+0000 mgr.a (mgr.24293) 10593 : cluster 0 pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:14:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:35 smithi044 bash[32620]: cluster 2023-12-07T14:14:34.468177+0000 mgr.a (mgr.24293) 10594 : cluster 0 pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:14:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:35 smithi022 bash[28554]: cluster 2023-12-07T14:14:34.468177+0000 mgr.a (mgr.24293) 10594 : cluster 0 pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:14:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:35 smithi027 bash[31536]: cluster 2023-12-07T14:14:34.468177+0000 mgr.a (mgr.24293) 10594 : cluster 0 pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:14:37.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:37.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:37.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:37 smithi022 bash[28554]: cluster 2023-12-07T14:14:36.468961+0000 mgr.a (mgr.24293) 10595 : cluster 0 pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:14:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:37 smithi044 bash[32620]: cluster 2023-12-07T14:14:36.468961+0000 mgr.a (mgr.24293) 10595 : cluster 0 pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:14:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:37 smithi027 bash[31536]: cluster 2023-12-07T14:14:36.468961+0000 mgr.a (mgr.24293) 10595 : cluster 0 pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:14:38.466 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:39 smithi022 bash[28554]: audit 2023-12-07T14:14:37.929062+0000 mgr.a (mgr.24293) 10596 : audit 0 from='client.215934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:39 smithi022 bash[28554]: cluster 2023-12-07T14:14:38.469710+0000 mgr.a (mgr.24293) 10597 : 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-07T14:14:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:39 smithi044 bash[32620]: audit 2023-12-07T14:14:37.929062+0000 mgr.a (mgr.24293) 10596 : audit 0 from='client.215934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:39 smithi044 bash[32620]: cluster 2023-12-07T14:14:38.469710+0000 mgr.a (mgr.24293) 10597 : 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-07T14:14:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:39 smithi027 bash[31536]: audit 2023-12-07T14:14:37.929062+0000 mgr.a (mgr.24293) 10596 : audit 0 from='client.215934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:39 smithi027 bash[31536]: cluster 2023-12-07T14:14:38.469710+0000 mgr.a (mgr.24293) 10597 : 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-07T14:14:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:41 smithi022 bash[28554]: cluster 2023-12-07T14:14:40.470497+0000 mgr.a (mgr.24293) 10598 : cluster 0 pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:14:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:41 smithi044 bash[32620]: cluster 2023-12-07T14:14:40.470497+0000 mgr.a (mgr.24293) 10598 : cluster 0 pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:14:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:41 smithi027 bash[31536]: cluster 2023-12-07T14:14:40.470497+0000 mgr.a (mgr.24293) 10598 : cluster 0 pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:14:43.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:43.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:43.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:43 smithi022 bash[28554]: cluster 2023-12-07T14:14:42.471160+0000 mgr.a (mgr.24293) 10599 : cluster 0 pgmap v7922: 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-07T14:14:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:43 smithi044 bash[32620]: cluster 2023-12-07T14:14:42.471160+0000 mgr.a (mgr.24293) 10599 : cluster 0 pgmap v7922: 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-07T14:14:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:43 smithi027 bash[31536]: cluster 2023-12-07T14:14:42.471160+0000 mgr.a (mgr.24293) 10599 : cluster 0 pgmap v7922: 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-07T14:14:44.409 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:44.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:44.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:44.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:44.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:45 smithi022 bash[28554]: audit 2023-12-07T14:14:43.879109+0000 mgr.a (mgr.24293) 10600 : audit 0 from='client.216009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:45 smithi022 bash[28554]: cluster 2023-12-07T14:14:44.471944+0000 mgr.a (mgr.24293) 10601 : 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-07T14:14:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:45 smithi044 bash[32620]: audit 2023-12-07T14:14:43.879109+0000 mgr.a (mgr.24293) 10600 : audit 0 from='client.216009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:45 smithi044 bash[32620]: cluster 2023-12-07T14:14:44.471944+0000 mgr.a (mgr.24293) 10601 : 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-07T14:14:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:45 smithi027 bash[31536]: audit 2023-12-07T14:14:43.879109+0000 mgr.a (mgr.24293) 10600 : audit 0 from='client.216009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:45 smithi027 bash[31536]: cluster 2023-12-07T14:14:44.471944+0000 mgr.a (mgr.24293) 10601 : 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-07T14:14:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:47 smithi022 bash[28554]: cluster 2023-12-07T14:14:46.472759+0000 mgr.a (mgr.24293) 10602 : cluster 0 pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:47 smithi044 bash[32620]: cluster 2023-12-07T14:14:46.472759+0000 mgr.a (mgr.24293) 10602 : cluster 0 pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:47 smithi027 bash[31536]: cluster 2023-12-07T14:14:46.472759+0000 mgr.a (mgr.24293) 10602 : cluster 0 pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:49.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:49.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:49.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:49 smithi022 bash[28554]: cluster 2023-12-07T14:14:48.473321+0000 mgr.a (mgr.24293) 10603 : cluster 0 pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:49 smithi044 bash[32620]: cluster 2023-12-07T14:14:48.473321+0000 mgr.a (mgr.24293) 10603 : cluster 0 pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:49 smithi027 bash[31536]: cluster 2023-12-07T14:14:48.473321+0000 mgr.a (mgr.24293) 10603 : cluster 0 pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:50.346 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:50.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:50.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:50.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:50.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:50 smithi022 bash[28554]: audit 2023-12-07T14:14:49.821941+0000 mgr.a (mgr.24293) 10604 : audit 0 from='client.216081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:50 smithi044 bash[32620]: audit 2023-12-07T14:14:49.821941+0000 mgr.a (mgr.24293) 10604 : audit 0 from='client.216081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:50 smithi027 bash[31536]: audit 2023-12-07T14:14:49.821941+0000 mgr.a (mgr.24293) 10604 : audit 0 from='client.216081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:51 smithi022 bash[28554]: cluster 2023-12-07T14:14:50.474302+0000 mgr.a (mgr.24293) 10605 : cluster 0 pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:14:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:51 smithi044 bash[32620]: cluster 2023-12-07T14:14:50.474302+0000 mgr.a (mgr.24293) 10605 : cluster 0 pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:14:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:51 smithi027 bash[31536]: cluster 2023-12-07T14:14:50.474302+0000 mgr.a (mgr.24293) 10605 : cluster 0 pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:14:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:53 smithi022 bash[28554]: cluster 2023-12-07T14:14:52.475167+0000 mgr.a (mgr.24293) 10606 : cluster 0 pgmap v7927: 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-07T14:14:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:53 smithi044 bash[32620]: cluster 2023-12-07T14:14:52.475167+0000 mgr.a (mgr.24293) 10606 : cluster 0 pgmap v7927: 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-07T14:14:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:53 smithi027 bash[31536]: cluster 2023-12-07T14:14:52.475167+0000 mgr.a (mgr.24293) 10606 : cluster 0 pgmap v7927: 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-07T14:14:55.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:14:55.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:55.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:55 smithi022 bash[28554]: cluster 2023-12-07T14:14:54.475817+0000 mgr.a (mgr.24293) 10607 : cluster 0 pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:55 smithi044 bash[32620]: cluster 2023-12-07T14:14:54.475817+0000 mgr.a (mgr.24293) 10607 : cluster 0 pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:55 smithi027 bash[31536]: cluster 2023-12-07T14:14:54.475817+0000 mgr.a (mgr.24293) 10607 : cluster 0 pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:56.273 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:14:56.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:56.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:56.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:56.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:14:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:56 smithi022 bash[28554]: audit 2023-12-07T14:14:55.757793+0000 mgr.a (mgr.24293) 10608 : audit 0 from='client.216159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:56 smithi044 bash[32620]: audit 2023-12-07T14:14:55.757793+0000 mgr.a (mgr.24293) 10608 : audit 0 from='client.216159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:56 smithi027 bash[31536]: audit 2023-12-07T14:14:55.757793+0000 mgr.a (mgr.24293) 10608 : audit 0 from='client.216159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:57 smithi044 bash[32620]: cluster 2023-12-07T14:14:56.476881+0000 mgr.a (mgr.24293) 10609 : 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-07T14:14:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:57 smithi022 bash[28554]: cluster 2023-12-07T14:14:56.476881+0000 mgr.a (mgr.24293) 10609 : 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-07T14:14:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:57 smithi027 bash[31536]: cluster 2023-12-07T14:14:56.476881+0000 mgr.a (mgr.24293) 10609 : 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-07T14:14:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:14:59 smithi044 bash[32620]: cluster 2023-12-07T14:14:58.477595+0000 mgr.a (mgr.24293) 10610 : cluster 0 pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:14:59 smithi022 bash[28554]: cluster 2023-12-07T14:14:58.477595+0000 mgr.a (mgr.24293) 10610 : cluster 0 pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:14:59 smithi027 bash[31536]: cluster 2023-12-07T14:14:58.477595+0000 mgr.a (mgr.24293) 10610 : cluster 0 pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:01.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:01.276 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:01.276 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:01 smithi022 bash[28554]: cluster 2023-12-07T14:15:00.478311+0000 mgr.a (mgr.24293) 10611 : cluster 0 pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:15:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:01 smithi044 bash[32620]: cluster 2023-12-07T14:15:00.478311+0000 mgr.a (mgr.24293) 10611 : cluster 0 pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:15:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:01 smithi027 bash[31536]: cluster 2023-12-07T14:15:00.478311+0000 mgr.a (mgr.24293) 10611 : cluster 0 pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:15:02.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:02.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:02 smithi022 bash[28554]: audit 2023-12-07T14:15:01.687975+0000 mgr.a (mgr.24293) 10612 : audit 0 from='client.216231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:02 smithi044 bash[32620]: audit 2023-12-07T14:15:01.687975+0000 mgr.a (mgr.24293) 10612 : audit 0 from='client.216231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:02 smithi027 bash[31536]: audit 2023-12-07T14:15:01.687975+0000 mgr.a (mgr.24293) 10612 : audit 0 from='client.216231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:03 smithi022 bash[28554]: cluster 2023-12-07T14:15:02.479216+0000 mgr.a (mgr.24293) 10613 : cluster 0 pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:15:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:03 smithi044 bash[32620]: cluster 2023-12-07T14:15:02.479216+0000 mgr.a (mgr.24293) 10613 : cluster 0 pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:15:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:03 smithi027 bash[31536]: cluster 2023-12-07T14:15:02.479216+0000 mgr.a (mgr.24293) 10613 : cluster 0 pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:15:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:05 smithi022 bash[28554]: cluster 2023-12-07T14:15:04.479872+0000 mgr.a (mgr.24293) 10614 : cluster 0 pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:05 smithi044 bash[32620]: cluster 2023-12-07T14:15:04.479872+0000 mgr.a (mgr.24293) 10614 : cluster 0 pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:05 smithi027 bash[31536]: cluster 2023-12-07T14:15:04.479872+0000 mgr.a (mgr.24293) 10614 : cluster 0 pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:07.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:07.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:07.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:07 smithi022 bash[28554]: cluster 2023-12-07T14:15:06.480686+0000 mgr.a (mgr.24293) 10615 : cluster 0 pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:07 smithi044 bash[32620]: cluster 2023-12-07T14:15:06.480686+0000 mgr.a (mgr.24293) 10615 : cluster 0 pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:07 smithi027 bash[31536]: cluster 2023-12-07T14:15:06.480686+0000 mgr.a (mgr.24293) 10615 : cluster 0 pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:08.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:08 smithi022 bash[28554]: audit 2023-12-07T14:15:07.607206+0000 mgr.a (mgr.24293) 10616 : audit 0 from='client.216306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:08 smithi044 bash[32620]: audit 2023-12-07T14:15:07.607206+0000 mgr.a (mgr.24293) 10616 : audit 0 from='client.216306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:08 smithi027 bash[31536]: audit 2023-12-07T14:15:07.607206+0000 mgr.a (mgr.24293) 10616 : audit 0 from='client.216306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:09 smithi022 bash[28554]: cluster 2023-12-07T14:15:08.481388+0000 mgr.a (mgr.24293) 10617 : 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-07T14:15:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:09 smithi044 bash[32620]: cluster 2023-12-07T14:15:08.481388+0000 mgr.a (mgr.24293) 10617 : 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-07T14:15:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:09 smithi027 bash[31536]: cluster 2023-12-07T14:15:08.481388+0000 mgr.a (mgr.24293) 10617 : 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-07T14:15:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:11 smithi044 bash[32620]: cluster 2023-12-07T14:15:10.482114+0000 mgr.a (mgr.24293) 10618 : cluster 0 pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:11 smithi022 bash[28554]: cluster 2023-12-07T14:15:10.482114+0000 mgr.a (mgr.24293) 10618 : cluster 0 pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:11 smithi027 bash[31536]: cluster 2023-12-07T14:15:10.482114+0000 mgr.a (mgr.24293) 10618 : cluster 0 pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:13.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:13.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:13.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:13 smithi022 bash[28554]: cluster 2023-12-07T14:15:12.482804+0000 mgr.a (mgr.24293) 10619 : cluster 0 pgmap v7937: 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-07T14:15:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:13 smithi044 bash[32620]: cluster 2023-12-07T14:15:12.482804+0000 mgr.a (mgr.24293) 10619 : cluster 0 pgmap v7937: 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-07T14:15:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:13 smithi027 bash[31536]: cluster 2023-12-07T14:15:12.482804+0000 mgr.a (mgr.24293) 10619 : cluster 0 pgmap v7937: 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-07T14:15:14.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:14.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:14 smithi022 bash[28554]: audit 2023-12-07T14:15:13.540265+0000 mgr.a (mgr.24293) 10620 : audit 0 from='client.216384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:14 smithi044 bash[32620]: audit 2023-12-07T14:15:13.540265+0000 mgr.a (mgr.24293) 10620 : audit 0 from='client.216384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:14 smithi027 bash[31536]: audit 2023-12-07T14:15:13.540265+0000 mgr.a (mgr.24293) 10620 : audit 0 from='client.216384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:15 smithi022 bash[28554]: cluster 2023-12-07T14:15:14.483600+0000 mgr.a (mgr.24293) 10621 : 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-07T14:15:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:15 smithi044 bash[32620]: cluster 2023-12-07T14:15:14.483600+0000 mgr.a (mgr.24293) 10621 : 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-07T14:15:15.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:15 smithi027 bash[31536]: cluster 2023-12-07T14:15:14.483600+0000 mgr.a (mgr.24293) 10621 : 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-07T14:15:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:17 smithi022 bash[28554]: cluster 2023-12-07T14:15:16.484448+0000 mgr.a (mgr.24293) 10622 : cluster 0 pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:17 smithi044 bash[32620]: cluster 2023-12-07T14:15:16.484448+0000 mgr.a (mgr.24293) 10622 : cluster 0 pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:17 smithi027 bash[31536]: cluster 2023-12-07T14:15:16.484448+0000 mgr.a (mgr.24293) 10622 : cluster 0 pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:19.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:19.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:19 smithi022 bash[28554]: cluster 2023-12-07T14:15:18.485021+0000 mgr.a (mgr.24293) 10623 : cluster 0 pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:19 smithi044 bash[32620]: cluster 2023-12-07T14:15:18.485021+0000 mgr.a (mgr.24293) 10623 : cluster 0 pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:19 smithi027 bash[31536]: cluster 2023-12-07T14:15:18.485021+0000 mgr.a (mgr.24293) 10623 : cluster 0 pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:19.978 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:19.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:19.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:19.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:19.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:20 smithi022 bash[28554]: audit 2023-12-07T14:15:19.469168+0000 mgr.a (mgr.24293) 10624 : audit 0 from='client.216462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:20 smithi044 bash[32620]: audit 2023-12-07T14:15:19.469168+0000 mgr.a (mgr.24293) 10624 : audit 0 from='client.216462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:20 smithi027 bash[31536]: audit 2023-12-07T14:15:19.469168+0000 mgr.a (mgr.24293) 10624 : audit 0 from='client.216462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:21 smithi022 bash[28554]: cluster 2023-12-07T14:15:20.485902+0000 mgr.a (mgr.24293) 10625 : cluster 0 pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:21 smithi044 bash[32620]: cluster 2023-12-07T14:15:20.485902+0000 mgr.a (mgr.24293) 10625 : cluster 0 pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:21 smithi027 bash[31536]: cluster 2023-12-07T14:15:20.485902+0000 mgr.a (mgr.24293) 10625 : cluster 0 pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:22 smithi022 bash[28554]: audit 2023-12-07T14:15:22.082480+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:15:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:22 smithi044 bash[32620]: audit 2023-12-07T14:15:22.082480+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:15:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:22 smithi027 bash[31536]: audit 2023-12-07T14:15:22.082480+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:23 smithi022 bash[28554]: cluster 2023-12-07T14:15:22.486717+0000 mgr.a (mgr.24293) 10626 : cluster 0 pgmap v7942: 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-07T14:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:23 smithi022 bash[28554]: audit 2023-12-07T14:15:22.613787+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:23 smithi022 bash[28554]: audit 2023-12-07T14:15:22.619321+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:23 smithi022 bash[28554]: audit 2023-12-07T14:15:23.355134+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:23 smithi022 bash[28554]: audit 2023-12-07T14:15:23.357125+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:15:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:23 smithi022 bash[28554]: audit 2023-12-07T14:15:23.366882+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:23 smithi044 bash[32620]: cluster 2023-12-07T14:15:22.486717+0000 mgr.a (mgr.24293) 10626 : cluster 0 pgmap v7942: 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-07T14:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:23 smithi044 bash[32620]: audit 2023-12-07T14:15:22.613787+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:23 smithi044 bash[32620]: audit 2023-12-07T14:15:22.619321+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:23 smithi044 bash[32620]: audit 2023-12-07T14:15:23.355134+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:23 smithi044 bash[32620]: audit 2023-12-07T14:15:23.357125+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:23 smithi044 bash[32620]: audit 2023-12-07T14:15:23.366882+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:23 smithi027 bash[31536]: cluster 2023-12-07T14:15:22.486717+0000 mgr.a (mgr.24293) 10626 : cluster 0 pgmap v7942: 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-07T14:15:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:23 smithi027 bash[31536]: audit 2023-12-07T14:15:22.613787+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:23 smithi027 bash[31536]: audit 2023-12-07T14:15:22.619321+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:23 smithi027 bash[31536]: audit 2023-12-07T14:15:23.355134+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:15:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:23 smithi027 bash[31536]: audit 2023-12-07T14:15:23.357125+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:15:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:23 smithi027 bash[31536]: audit 2023-12-07T14:15:23.366882+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:15:24.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:24.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:24.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:25.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:25.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:25 smithi022 bash[28554]: cluster 2023-12-07T14:15:24.487304+0000 mgr.a (mgr.24293) 10627 : cluster 0 pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:25 smithi044 bash[32620]: cluster 2023-12-07T14:15:24.487304+0000 mgr.a (mgr.24293) 10627 : cluster 0 pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:25 smithi027 bash[31536]: cluster 2023-12-07T14:15:24.487304+0000 mgr.a (mgr.24293) 10627 : cluster 0 pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:26 smithi022 bash[28554]: audit 2023-12-07T14:15:25.387722+0000 mgr.a (mgr.24293) 10628 : audit 0 from='client.216537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:26 smithi044 bash[32620]: audit 2023-12-07T14:15:25.387722+0000 mgr.a (mgr.24293) 10628 : audit 0 from='client.216537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:26 smithi027 bash[31536]: audit 2023-12-07T14:15:25.387722+0000 mgr.a (mgr.24293) 10628 : audit 0 from='client.216537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:27 smithi022 bash[28554]: cluster 2023-12-07T14:15:26.488389+0000 mgr.a (mgr.24293) 10629 : cluster 0 pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:15:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:27 smithi044 bash[32620]: cluster 2023-12-07T14:15:26.488389+0000 mgr.a (mgr.24293) 10629 : cluster 0 pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:15:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:27 smithi027 bash[31536]: cluster 2023-12-07T14:15:26.488389+0000 mgr.a (mgr.24293) 10629 : cluster 0 pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:15:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:29 smithi022 bash[28554]: cluster 2023-12-07T14:15:28.488984+0000 mgr.a (mgr.24293) 10630 : cluster 0 pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:15:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:29 smithi044 bash[32620]: cluster 2023-12-07T14:15:28.488984+0000 mgr.a (mgr.24293) 10630 : cluster 0 pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:15:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:29 smithi027 bash[31536]: cluster 2023-12-07T14:15:28.488984+0000 mgr.a (mgr.24293) 10630 : cluster 0 pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:15:30.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:30.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:30.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:31.882 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:31 smithi022 bash[28554]: cluster 2023-12-07T14:15:30.489656+0000 mgr.a (mgr.24293) 10631 : cluster 0 pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:15:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:31 smithi044 bash[32620]: cluster 2023-12-07T14:15:30.489656+0000 mgr.a (mgr.24293) 10631 : cluster 0 pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:15:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:31 smithi027 bash[31536]: cluster 2023-12-07T14:15:30.489656+0000 mgr.a (mgr.24293) 10631 : cluster 0 pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:15:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:32 smithi022 bash[28554]: audit 2023-12-07T14:15:31.344977+0000 mgr.a (mgr.24293) 10632 : audit 0 from='client.216612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:32 smithi044 bash[32620]: audit 2023-12-07T14:15:31.344977+0000 mgr.a (mgr.24293) 10632 : audit 0 from='client.216612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:32 smithi027 bash[31536]: audit 2023-12-07T14:15:31.344977+0000 mgr.a (mgr.24293) 10632 : audit 0 from='client.216612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:33 smithi022 bash[28554]: cluster 2023-12-07T14:15:32.490587+0000 mgr.a (mgr.24293) 10633 : cluster 0 pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:15:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:33 smithi044 bash[32620]: cluster 2023-12-07T14:15:32.490587+0000 mgr.a (mgr.24293) 10633 : cluster 0 pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:15:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:33 smithi027 bash[31536]: cluster 2023-12-07T14:15:32.490587+0000 mgr.a (mgr.24293) 10633 : cluster 0 pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:15:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:35 smithi022 bash[28554]: cluster 2023-12-07T14:15:34.491199+0000 mgr.a (mgr.24293) 10634 : cluster 0 pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:35 smithi044 bash[32620]: cluster 2023-12-07T14:15:34.491199+0000 mgr.a (mgr.24293) 10634 : cluster 0 pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:35 smithi027 bash[31536]: cluster 2023-12-07T14:15:34.491199+0000 mgr.a (mgr.24293) 10634 : cluster 0 pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:36.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:36.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:36.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:37.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:37.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:37.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:37.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:37.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:37 smithi022 bash[28554]: cluster 2023-12-07T14:15:36.492030+0000 mgr.a (mgr.24293) 10635 : cluster 0 pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:37 smithi044 bash[32620]: cluster 2023-12-07T14:15:36.492030+0000 mgr.a (mgr.24293) 10635 : cluster 0 pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:37 smithi027 bash[31536]: cluster 2023-12-07T14:15:36.492030+0000 mgr.a (mgr.24293) 10635 : cluster 0 pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:38 smithi022 bash[28554]: audit 2023-12-07T14:15:37.297884+0000 mgr.a (mgr.24293) 10636 : audit 0 from='client.216687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:38 smithi044 bash[32620]: audit 2023-12-07T14:15:37.297884+0000 mgr.a (mgr.24293) 10636 : audit 0 from='client.216687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:38 smithi027 bash[31536]: audit 2023-12-07T14:15:37.297884+0000 mgr.a (mgr.24293) 10636 : audit 0 from='client.216687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:39 smithi022 bash[28554]: cluster 2023-12-07T14:15:38.492708+0000 mgr.a (mgr.24293) 10637 : cluster 0 pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:15:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:39 smithi044 bash[32620]: cluster 2023-12-07T14:15:38.492708+0000 mgr.a (mgr.24293) 10637 : cluster 0 pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:15:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:39 smithi027 bash[31536]: cluster 2023-12-07T14:15:38.492708+0000 mgr.a (mgr.24293) 10637 : cluster 0 pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:15:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:41 smithi022 bash[28554]: cluster 2023-12-07T14:15:40.493269+0000 mgr.a (mgr.24293) 10638 : cluster 0 pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:15:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:41 smithi044 bash[32620]: cluster 2023-12-07T14:15:40.493269+0000 mgr.a (mgr.24293) 10638 : cluster 0 pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:15:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:41 smithi027 bash[31536]: cluster 2023-12-07T14:15:40.493269+0000 mgr.a (mgr.24293) 10638 : cluster 0 pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:15:42.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:42.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:42.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:43.751 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:43.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:43.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:43.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:43.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:43 smithi022 bash[28554]: cluster 2023-12-07T14:15:42.493900+0000 mgr.a (mgr.24293) 10639 : cluster 0 pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:43 smithi044 bash[32620]: cluster 2023-12-07T14:15:42.493900+0000 mgr.a (mgr.24293) 10639 : cluster 0 pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:43 smithi027 bash[31536]: cluster 2023-12-07T14:15:42.493900+0000 mgr.a (mgr.24293) 10639 : cluster 0 pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:44 smithi022 bash[28554]: audit 2023-12-07T14:15:43.225189+0000 mgr.a (mgr.24293) 10640 : audit 0 from='client.216765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:44 smithi044 bash[32620]: audit 2023-12-07T14:15:43.225189+0000 mgr.a (mgr.24293) 10640 : audit 0 from='client.216765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:44 smithi027 bash[31536]: audit 2023-12-07T14:15:43.225189+0000 mgr.a (mgr.24293) 10640 : audit 0 from='client.216765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:45 smithi022 bash[28554]: cluster 2023-12-07T14:15:44.494615+0000 mgr.a (mgr.24293) 10641 : 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-07T14:15:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:45 smithi044 bash[32620]: cluster 2023-12-07T14:15:44.494615+0000 mgr.a (mgr.24293) 10641 : 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-07T14:15:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:45 smithi027 bash[31536]: cluster 2023-12-07T14:15:44.494615+0000 mgr.a (mgr.24293) 10641 : 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-07T14:15:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:47 smithi022 bash[28554]: cluster 2023-12-07T14:15:46.495460+0000 mgr.a (mgr.24293) 10642 : 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-07T14:15:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:47 smithi044 bash[32620]: cluster 2023-12-07T14:15:46.495460+0000 mgr.a (mgr.24293) 10642 : 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-07T14:15:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:47 smithi027 bash[31536]: cluster 2023-12-07T14:15:46.495460+0000 mgr.a (mgr.24293) 10642 : 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-07T14:15:48.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:48.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:48.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:49.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:49.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:49.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:49.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:49.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:49 smithi022 bash[28554]: cluster 2023-12-07T14:15:48.495967+0000 mgr.a (mgr.24293) 10643 : 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-07T14:15:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:49 smithi044 bash[32620]: cluster 2023-12-07T14:15:48.495967+0000 mgr.a (mgr.24293) 10643 : 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-07T14:15:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:49 smithi027 bash[31536]: cluster 2023-12-07T14:15:48.495967+0000 mgr.a (mgr.24293) 10643 : 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-07T14:15:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:50 smithi022 bash[28554]: audit 2023-12-07T14:15:49.164191+0000 mgr.a (mgr.24293) 10644 : audit 0 from='client.216840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:50 smithi044 bash[32620]: audit 2023-12-07T14:15:49.164191+0000 mgr.a (mgr.24293) 10644 : audit 0 from='client.216840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:50 smithi027 bash[31536]: audit 2023-12-07T14:15:49.164191+0000 mgr.a (mgr.24293) 10644 : audit 0 from='client.216840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:51.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:51 smithi022 bash[28554]: cluster 2023-12-07T14:15:50.496947+0000 mgr.a (mgr.24293) 10645 : cluster 0 pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:51.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:51 smithi044 bash[32620]: cluster 2023-12-07T14:15:50.496947+0000 mgr.a (mgr.24293) 10645 : cluster 0 pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:51.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:51 smithi027 bash[31536]: cluster 2023-12-07T14:15:50.496947+0000 mgr.a (mgr.24293) 10645 : cluster 0 pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:15:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:53 smithi022 bash[28554]: cluster 2023-12-07T14:15:52.497802+0000 mgr.a (mgr.24293) 10646 : cluster 0 pgmap v7957: 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-07T14:15:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:53 smithi044 bash[32620]: cluster 2023-12-07T14:15:52.497802+0000 mgr.a (mgr.24293) 10646 : cluster 0 pgmap v7957: 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-07T14:15:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:53 smithi027 bash[31536]: cluster 2023-12-07T14:15:52.497802+0000 mgr.a (mgr.24293) 10646 : cluster 0 pgmap v7957: 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-07T14:15:54.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:15:54.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:54.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:55.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:15:55.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:55.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:55.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:55.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:15:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:55 smithi022 bash[28554]: cluster 2023-12-07T14:15:54.498462+0000 mgr.a (mgr.24293) 10647 : cluster 0 pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:55 smithi044 bash[32620]: cluster 2023-12-07T14:15:54.498462+0000 mgr.a (mgr.24293) 10647 : cluster 0 pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:55 smithi027 bash[31536]: cluster 2023-12-07T14:15:54.498462+0000 mgr.a (mgr.24293) 10647 : cluster 0 pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:56 smithi022 bash[28554]: audit 2023-12-07T14:15:55.093173+0000 mgr.a (mgr.24293) 10648 : audit 0 from='client.216918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:56 smithi044 bash[32620]: audit 2023-12-07T14:15:55.093173+0000 mgr.a (mgr.24293) 10648 : audit 0 from='client.216918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:56 smithi027 bash[31536]: audit 2023-12-07T14:15:55.093173+0000 mgr.a (mgr.24293) 10648 : audit 0 from='client.216918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:57 smithi022 bash[28554]: cluster 2023-12-07T14:15:56.499445+0000 mgr.a (mgr.24293) 10649 : cluster 0 pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:57 smithi044 bash[32620]: cluster 2023-12-07T14:15:56.499445+0000 mgr.a (mgr.24293) 10649 : cluster 0 pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:57 smithi027 bash[31536]: cluster 2023-12-07T14:15:56.499445+0000 mgr.a (mgr.24293) 10649 : cluster 0 pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:15:59 smithi022 bash[28554]: cluster 2023-12-07T14:15:58.500042+0000 mgr.a (mgr.24293) 10650 : cluster 0 pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:15:59 smithi044 bash[32620]: cluster 2023-12-07T14:15:58.500042+0000 mgr.a (mgr.24293) 10650 : cluster 0 pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:15:59 smithi027 bash[31536]: cluster 2023-12-07T14:15:58.500042+0000 mgr.a (mgr.24293) 10650 : cluster 0 pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:16:00.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:00.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:00.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:01.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:01.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:01.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:01.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:01.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:01 smithi022 bash[28554]: cluster 2023-12-07T14:16:00.500701+0000 mgr.a (mgr.24293) 10651 : cluster 0 pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:16:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:01 smithi044 bash[32620]: cluster 2023-12-07T14:16:00.500701+0000 mgr.a (mgr.24293) 10651 : cluster 0 pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:16:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:01 smithi027 bash[31536]: cluster 2023-12-07T14:16:00.500701+0000 mgr.a (mgr.24293) 10651 : cluster 0 pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:16:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:02 smithi022 bash[28554]: audit 2023-12-07T14:16:01.024310+0000 mgr.a (mgr.24293) 10652 : audit 0 from='client.216993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:02 smithi044 bash[32620]: audit 2023-12-07T14:16:01.024310+0000 mgr.a (mgr.24293) 10652 : audit 0 from='client.216993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:02 smithi027 bash[31536]: audit 2023-12-07T14:16:01.024310+0000 mgr.a (mgr.24293) 10652 : audit 0 from='client.216993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:03 smithi022 bash[28554]: cluster 2023-12-07T14:16:02.501515+0000 mgr.a (mgr.24293) 10653 : cluster 0 pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:16:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:03 smithi044 bash[32620]: cluster 2023-12-07T14:16:02.501515+0000 mgr.a (mgr.24293) 10653 : cluster 0 pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:16:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:03 smithi027 bash[31536]: cluster 2023-12-07T14:16:02.501515+0000 mgr.a (mgr.24293) 10653 : cluster 0 pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:16:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:05 smithi044 bash[32620]: cluster 2023-12-07T14:16:04.502085+0000 mgr.a (mgr.24293) 10654 : cluster 0 pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:05 smithi022 bash[28554]: cluster 2023-12-07T14:16:04.502085+0000 mgr.a (mgr.24293) 10654 : cluster 0 pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:05 smithi027 bash[31536]: cluster 2023-12-07T14:16:04.502085+0000 mgr.a (mgr.24293) 10654 : cluster 0 pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:06.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:06.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:06.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:07.501 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:07.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:07.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:07.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:07.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:07 smithi022 bash[28554]: cluster 2023-12-07T14:16:06.502859+0000 mgr.a (mgr.24293) 10655 : cluster 0 pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:07 smithi044 bash[32620]: cluster 2023-12-07T14:16:06.502859+0000 mgr.a (mgr.24293) 10655 : cluster 0 pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:07 smithi027 bash[31536]: cluster 2023-12-07T14:16:06.502859+0000 mgr.a (mgr.24293) 10655 : cluster 0 pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:08 smithi022 bash[28554]: audit 2023-12-07T14:16:06.983257+0000 mgr.a (mgr.24293) 10656 : audit 0 from='client.217065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:08 smithi044 bash[32620]: audit 2023-12-07T14:16:06.983257+0000 mgr.a (mgr.24293) 10656 : audit 0 from='client.217065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:08 smithi027 bash[31536]: audit 2023-12-07T14:16:06.983257+0000 mgr.a (mgr.24293) 10656 : audit 0 from='client.217065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:09 smithi044 bash[32620]: cluster 2023-12-07T14:16:08.503559+0000 mgr.a (mgr.24293) 10657 : cluster 0 pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:16:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:09 smithi022 bash[28554]: cluster 2023-12-07T14:16:08.503559+0000 mgr.a (mgr.24293) 10657 : cluster 0 pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:16:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:09 smithi027 bash[31536]: cluster 2023-12-07T14:16:08.503559+0000 mgr.a (mgr.24293) 10657 : cluster 0 pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:16:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:11 smithi044 bash[32620]: cluster 2023-12-07T14:16:10.504469+0000 mgr.a (mgr.24293) 10658 : cluster 0 pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:16:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:11 smithi022 bash[28554]: cluster 2023-12-07T14:16:10.504469+0000 mgr.a (mgr.24293) 10658 : cluster 0 pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:16:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:11 smithi027 bash[31536]: cluster 2023-12-07T14:16:10.504469+0000 mgr.a (mgr.24293) 10658 : cluster 0 pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:16:12.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:12.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:12.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:13.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:13.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:13.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:13.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:13.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:13 smithi044 bash[32620]: cluster 2023-12-07T14:16:12.505343+0000 mgr.a (mgr.24293) 10659 : cluster 0 pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:13 smithi022 bash[28554]: cluster 2023-12-07T14:16:12.505343+0000 mgr.a (mgr.24293) 10659 : cluster 0 pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:13 smithi027 bash[31536]: cluster 2023-12-07T14:16:12.505343+0000 mgr.a (mgr.24293) 10659 : cluster 0 pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:14 smithi044 bash[32620]: audit 2023-12-07T14:16:12.917387+0000 mgr.a (mgr.24293) 10660 : audit 0 from='client.217143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:14 smithi022 bash[28554]: audit 2023-12-07T14:16:12.917387+0000 mgr.a (mgr.24293) 10660 : audit 0 from='client.217143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:14 smithi027 bash[31536]: audit 2023-12-07T14:16:12.917387+0000 mgr.a (mgr.24293) 10660 : audit 0 from='client.217143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:15 smithi022 bash[28554]: cluster 2023-12-07T14:16:14.506041+0000 mgr.a (mgr.24293) 10661 : 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-07T14:16:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:15 smithi044 bash[32620]: cluster 2023-12-07T14:16:14.506041+0000 mgr.a (mgr.24293) 10661 : 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-07T14:16:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:15 smithi027 bash[31536]: cluster 2023-12-07T14:16:14.506041+0000 mgr.a (mgr.24293) 10661 : 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-07T14:16:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:17 smithi022 bash[28554]: cluster 2023-12-07T14:16:16.506887+0000 mgr.a (mgr.24293) 10662 : 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-07T14:16:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:17 smithi044 bash[32620]: cluster 2023-12-07T14:16:16.506887+0000 mgr.a (mgr.24293) 10662 : 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-07T14:16:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:17 smithi027 bash[31536]: cluster 2023-12-07T14:16:16.506887+0000 mgr.a (mgr.24293) 10662 : 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-07T14:16:18.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:18.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:18.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:19.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:19.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:19.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:19.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:19.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:19 smithi022 bash[28554]: cluster 2023-12-07T14:16:18.507460+0000 mgr.a (mgr.24293) 10663 : 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-07T14:16:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:19 smithi022 bash[28554]: audit 2023-12-07T14:16:18.858191+0000 mgr.a (mgr.24293) 10664 : audit 0 from='client.217218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:19 smithi044 bash[32620]: cluster 2023-12-07T14:16:18.507460+0000 mgr.a (mgr.24293) 10663 : 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-07T14:16:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:19 smithi044 bash[32620]: audit 2023-12-07T14:16:18.858191+0000 mgr.a (mgr.24293) 10664 : audit 0 from='client.217218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:19 smithi027 bash[31536]: cluster 2023-12-07T14:16:18.507460+0000 mgr.a (mgr.24293) 10663 : 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-07T14:16:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:19 smithi027 bash[31536]: audit 2023-12-07T14:16:18.858191+0000 mgr.a (mgr.24293) 10664 : audit 0 from='client.217218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:21 smithi022 bash[28554]: cluster 2023-12-07T14:16:20.508326+0000 mgr.a (mgr.24293) 10665 : cluster 0 pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:21 smithi044 bash[32620]: cluster 2023-12-07T14:16:20.508326+0000 mgr.a (mgr.24293) 10665 : cluster 0 pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:21 smithi027 bash[31536]: cluster 2023-12-07T14:16:20.508326+0000 mgr.a (mgr.24293) 10665 : cluster 0 pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:23 smithi022 bash[28554]: cluster 2023-12-07T14:16:22.509001+0000 mgr.a (mgr.24293) 10666 : cluster 0 pgmap v7972: 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-07T14:16:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:23 smithi022 bash[28554]: audit 2023-12-07T14:16:23.470236+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:16:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:23 smithi044 bash[32620]: cluster 2023-12-07T14:16:22.509001+0000 mgr.a (mgr.24293) 10666 : cluster 0 pgmap v7972: 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-07T14:16:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:23 smithi044 bash[32620]: audit 2023-12-07T14:16:23.470236+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:16:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:23 smithi027 bash[31536]: cluster 2023-12-07T14:16:22.509001+0000 mgr.a (mgr.24293) 10666 : cluster 0 pgmap v7972: 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-07T14:16:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:23 smithi027 bash[31536]: audit 2023-12-07T14:16:23.470236+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:16:24.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:24.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:24.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:25.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:25.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:25.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:25.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:25.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.000381+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.005122+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.009634+0000 mon.a (mon.0) 1926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.014284+0000 mon.a (mon.0) 1927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: cluster 2023-12-07T14:16:24.509483+0000 mgr.a (mgr.24293) 10667 : cluster 0 pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.747619+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.748578+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.754133+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:24 smithi022 bash[28554]: audit 2023-12-07T14:16:24.784265+0000 mgr.a (mgr.24293) 10668 : audit 0 from='client.178031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.000381+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.005122+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.009634+0000 mon.a (mon.0) 1926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.014284+0000 mon.a (mon.0) 1927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: cluster 2023-12-07T14:16:24.509483+0000 mgr.a (mgr.24293) 10667 : cluster 0 pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.747619+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:16:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.748578+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:16:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.754133+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:25 smithi044 bash[32620]: audit 2023-12-07T14:16:24.784265+0000 mgr.a (mgr.24293) 10668 : audit 0 from='client.178031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.000381+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.005122+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.009634+0000 mon.a (mon.0) 1926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.014284+0000 mon.a (mon.0) 1927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: cluster 2023-12-07T14:16:24.509483+0000 mgr.a (mgr.24293) 10667 : cluster 0 pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:25.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.747619+0000 mon.a (mon.0) 1928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:16:25.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.748578+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:16:25.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.754133+0000 mon.a (mon.0) 1930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:16:25.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:25 smithi027 bash[31536]: audit 2023-12-07T14:16:24.784265+0000 mgr.a (mgr.24293) 10668 : audit 0 from='client.178031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:27 smithi022 bash[28554]: cluster 2023-12-07T14:16:26.510268+0000 mgr.a (mgr.24293) 10669 : cluster 0 pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:27 smithi044 bash[32620]: cluster 2023-12-07T14:16:26.510268+0000 mgr.a (mgr.24293) 10669 : cluster 0 pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:27 smithi027 bash[31536]: cluster 2023-12-07T14:16:26.510268+0000 mgr.a (mgr.24293) 10669 : cluster 0 pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:29 smithi022 bash[28554]: cluster 2023-12-07T14:16:28.510837+0000 mgr.a (mgr.24293) 10670 : cluster 0 pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:29 smithi044 bash[32620]: cluster 2023-12-07T14:16:28.510837+0000 mgr.a (mgr.24293) 10670 : cluster 0 pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:29 smithi027 bash[31536]: cluster 2023-12-07T14:16:28.510837+0000 mgr.a (mgr.24293) 10670 : cluster 0 pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:30.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:30.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:30.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:31.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:31.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:31.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:31.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:31.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:31 smithi022 bash[28554]: cluster 2023-12-07T14:16:30.511502+0000 mgr.a (mgr.24293) 10671 : 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-07T14:16:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:31 smithi022 bash[28554]: audit 2023-12-07T14:16:30.755885+0000 mgr.a (mgr.24293) 10672 : audit 0 from='client.217362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:31 smithi044 bash[32620]: cluster 2023-12-07T14:16:30.511502+0000 mgr.a (mgr.24293) 10671 : 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-07T14:16:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:31 smithi044 bash[32620]: audit 2023-12-07T14:16:30.755885+0000 mgr.a (mgr.24293) 10672 : audit 0 from='client.217362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:31 smithi027 bash[31536]: cluster 2023-12-07T14:16:30.511502+0000 mgr.a (mgr.24293) 10671 : 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-07T14:16:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:31 smithi027 bash[31536]: audit 2023-12-07T14:16:30.755885+0000 mgr.a (mgr.24293) 10672 : audit 0 from='client.217362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:33 smithi022 bash[28554]: cluster 2023-12-07T14:16:32.512303+0000 mgr.a (mgr.24293) 10673 : cluster 0 pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:16:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:33 smithi044 bash[32620]: cluster 2023-12-07T14:16:32.512303+0000 mgr.a (mgr.24293) 10673 : cluster 0 pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:16:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:33 smithi027 bash[31536]: cluster 2023-12-07T14:16:32.512303+0000 mgr.a (mgr.24293) 10673 : cluster 0 pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:16:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:35 smithi022 bash[28554]: cluster 2023-12-07T14:16:34.512804+0000 mgr.a (mgr.24293) 10674 : cluster 0 pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:35 smithi044 bash[32620]: cluster 2023-12-07T14:16:34.512804+0000 mgr.a (mgr.24293) 10674 : cluster 0 pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:35 smithi027 bash[31536]: cluster 2023-12-07T14:16:34.512804+0000 mgr.a (mgr.24293) 10674 : cluster 0 pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:36.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:36.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:36.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:37.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:37.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:37.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:37.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:37.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:37 smithi022 bash[28554]: cluster 2023-12-07T14:16:36.513712+0000 mgr.a (mgr.24293) 10675 : cluster 0 pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:37 smithi022 bash[28554]: audit 2023-12-07T14:16:36.695592+0000 mgr.a (mgr.24293) 10676 : audit 0 from='client.217437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:37 smithi044 bash[32620]: cluster 2023-12-07T14:16:36.513712+0000 mgr.a (mgr.24293) 10675 : cluster 0 pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:37 smithi044 bash[32620]: audit 2023-12-07T14:16:36.695592+0000 mgr.a (mgr.24293) 10676 : audit 0 from='client.217437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:37 smithi027 bash[31536]: cluster 2023-12-07T14:16:36.513712+0000 mgr.a (mgr.24293) 10675 : cluster 0 pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:37 smithi027 bash[31536]: audit 2023-12-07T14:16:36.695592+0000 mgr.a (mgr.24293) 10676 : audit 0 from='client.217437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:39 smithi044 bash[32620]: cluster 2023-12-07T14:16:38.514573+0000 mgr.a (mgr.24293) 10677 : cluster 0 pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:39 smithi022 bash[28554]: cluster 2023-12-07T14:16:38.514573+0000 mgr.a (mgr.24293) 10677 : cluster 0 pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:39 smithi027 bash[31536]: cluster 2023-12-07T14:16:38.514573+0000 mgr.a (mgr.24293) 10677 : cluster 0 pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:41 smithi022 bash[28554]: cluster 2023-12-07T14:16:40.515483+0000 mgr.a (mgr.24293) 10678 : cluster 0 pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:16:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:41 smithi044 bash[32620]: cluster 2023-12-07T14:16:40.515483+0000 mgr.a (mgr.24293) 10678 : cluster 0 pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:16:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:41 smithi027 bash[31536]: cluster 2023-12-07T14:16:40.515483+0000 mgr.a (mgr.24293) 10678 : cluster 0 pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:16:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:42.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:42.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:43.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:43.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:43.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:43.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:43.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:43 smithi022 bash[28554]: cluster 2023-12-07T14:16:42.516320+0000 mgr.a (mgr.24293) 10679 : 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-07T14:16:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:43 smithi022 bash[28554]: audit 2023-12-07T14:16:42.627652+0000 mgr.a (mgr.24293) 10680 : audit 0 from='client.217509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:43 smithi044 bash[32620]: cluster 2023-12-07T14:16:42.516320+0000 mgr.a (mgr.24293) 10679 : 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-07T14:16:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:43 smithi044 bash[32620]: audit 2023-12-07T14:16:42.627652+0000 mgr.a (mgr.24293) 10680 : audit 0 from='client.217509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:43 smithi027 bash[31536]: cluster 2023-12-07T14:16:42.516320+0000 mgr.a (mgr.24293) 10679 : 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-07T14:16:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:43 smithi027 bash[31536]: audit 2023-12-07T14:16:42.627652+0000 mgr.a (mgr.24293) 10680 : audit 0 from='client.217509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:45 smithi022 bash[28554]: cluster 2023-12-07T14:16:44.516934+0000 mgr.a (mgr.24293) 10681 : 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-07T14:16:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:45 smithi044 bash[32620]: cluster 2023-12-07T14:16:44.516934+0000 mgr.a (mgr.24293) 10681 : 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-07T14:16:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:45 smithi027 bash[31536]: cluster 2023-12-07T14:16:44.516934+0000 mgr.a (mgr.24293) 10681 : 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-07T14:16:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:47 smithi022 bash[28554]: cluster 2023-12-07T14:16:46.517710+0000 mgr.a (mgr.24293) 10682 : 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-07T14:16:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:47 smithi044 bash[32620]: cluster 2023-12-07T14:16:46.517710+0000 mgr.a (mgr.24293) 10682 : 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-07T14:16:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:47 smithi027 bash[31536]: cluster 2023-12-07T14:16:46.517710+0000 mgr.a (mgr.24293) 10682 : 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-07T14:16:48.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:49.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:49.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:49.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:49.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:49.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:49 smithi022 bash[28554]: cluster 2023-12-07T14:16:48.518374+0000 mgr.a (mgr.24293) 10683 : 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-07T14:16:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:49 smithi022 bash[28554]: audit 2023-12-07T14:16:48.577337+0000 mgr.a (mgr.24293) 10684 : audit 0 from='client.217587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:49 smithi044 bash[32620]: cluster 2023-12-07T14:16:48.518374+0000 mgr.a (mgr.24293) 10683 : 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-07T14:16:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:49 smithi044 bash[32620]: audit 2023-12-07T14:16:48.577337+0000 mgr.a (mgr.24293) 10684 : audit 0 from='client.217587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:49 smithi027 bash[31536]: cluster 2023-12-07T14:16:48.518374+0000 mgr.a (mgr.24293) 10683 : 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-07T14:16:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:49 smithi027 bash[31536]: audit 2023-12-07T14:16:48.577337+0000 mgr.a (mgr.24293) 10684 : audit 0 from='client.217587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:51 smithi022 bash[28554]: cluster 2023-12-07T14:16:50.519221+0000 mgr.a (mgr.24293) 10685 : cluster 0 pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:51 smithi044 bash[32620]: cluster 2023-12-07T14:16:50.519221+0000 mgr.a (mgr.24293) 10685 : cluster 0 pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:51 smithi027 bash[31536]: cluster 2023-12-07T14:16:50.519221+0000 mgr.a (mgr.24293) 10685 : cluster 0 pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:16:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:53 smithi022 bash[28554]: cluster 2023-12-07T14:16:52.519915+0000 mgr.a (mgr.24293) 10686 : cluster 0 pgmap v7987: 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-07T14:16:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:53 smithi044 bash[32620]: cluster 2023-12-07T14:16:52.519915+0000 mgr.a (mgr.24293) 10686 : cluster 0 pgmap v7987: 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-07T14:16:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:53 smithi027 bash[31536]: cluster 2023-12-07T14:16:52.519915+0000 mgr.a (mgr.24293) 10686 : cluster 0 pgmap v7987: 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-07T14:16:54.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:16:54.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:54.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:55.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:16:55.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:55.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:55.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:55.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:16:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:55 smithi022 bash[28554]: cluster 2023-12-07T14:16:54.520343+0000 mgr.a (mgr.24293) 10687 : 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-07T14:16:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:55 smithi022 bash[28554]: audit 2023-12-07T14:16:54.528414+0000 mgr.a (mgr.24293) 10688 : audit 0 from='client.217665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:55 smithi044 bash[32620]: cluster 2023-12-07T14:16:54.520343+0000 mgr.a (mgr.24293) 10687 : 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-07T14:16:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:55 smithi044 bash[32620]: audit 2023-12-07T14:16:54.528414+0000 mgr.a (mgr.24293) 10688 : audit 0 from='client.217665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:55 smithi027 bash[31536]: cluster 2023-12-07T14:16:54.520343+0000 mgr.a (mgr.24293) 10687 : 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-07T14:16:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:55 smithi027 bash[31536]: audit 2023-12-07T14:16:54.528414+0000 mgr.a (mgr.24293) 10688 : audit 0 from='client.217665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:57 smithi022 bash[28554]: cluster 2023-12-07T14:16:56.521224+0000 mgr.a (mgr.24293) 10689 : cluster 0 pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:57 smithi044 bash[32620]: cluster 2023-12-07T14:16:56.521224+0000 mgr.a (mgr.24293) 10689 : cluster 0 pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:57 smithi027 bash[31536]: cluster 2023-12-07T14:16:56.521224+0000 mgr.a (mgr.24293) 10689 : cluster 0 pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:16:59 smithi022 bash[28554]: cluster 2023-12-07T14:16:58.521788+0000 mgr.a (mgr.24293) 10690 : cluster 0 pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:16:59 smithi044 bash[32620]: cluster 2023-12-07T14:16:58.521788+0000 mgr.a (mgr.24293) 10690 : cluster 0 pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:16:59 smithi027 bash[31536]: cluster 2023-12-07T14:16:58.521788+0000 mgr.a (mgr.24293) 10690 : cluster 0 pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:00.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:00.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:00.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:01.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:01.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:01.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:01.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:01.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:01 smithi022 bash[28554]: audit 2023-12-07T14:17:00.478534+0000 mgr.a (mgr.24293) 10691 : audit 0 from='client.217740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:01 smithi022 bash[28554]: cluster 2023-12-07T14:17:00.522468+0000 mgr.a (mgr.24293) 10692 : 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-07T14:17:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:01 smithi044 bash[32620]: audit 2023-12-07T14:17:00.478534+0000 mgr.a (mgr.24293) 10691 : audit 0 from='client.217740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:01 smithi044 bash[32620]: cluster 2023-12-07T14:17:00.522468+0000 mgr.a (mgr.24293) 10692 : 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-07T14:17:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:01 smithi027 bash[31536]: audit 2023-12-07T14:17:00.478534+0000 mgr.a (mgr.24293) 10691 : audit 0 from='client.217740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:01 smithi027 bash[31536]: cluster 2023-12-07T14:17:00.522468+0000 mgr.a (mgr.24293) 10692 : 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-07T14:17:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:03 smithi022 bash[28554]: cluster 2023-12-07T14:17:02.523296+0000 mgr.a (mgr.24293) 10693 : cluster 0 pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:17:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:03 smithi044 bash[32620]: cluster 2023-12-07T14:17:02.523296+0000 mgr.a (mgr.24293) 10693 : cluster 0 pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:17:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:03 smithi027 bash[31536]: cluster 2023-12-07T14:17:02.523296+0000 mgr.a (mgr.24293) 10693 : cluster 0 pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:17:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:05 smithi022 bash[28554]: cluster 2023-12-07T14:17:04.523888+0000 mgr.a (mgr.24293) 10694 : 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-07T14:17:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:05 smithi044 bash[32620]: cluster 2023-12-07T14:17:04.523888+0000 mgr.a (mgr.24293) 10694 : 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-07T14:17:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:05 smithi027 bash[31536]: cluster 2023-12-07T14:17:04.523888+0000 mgr.a (mgr.24293) 10694 : 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-07T14:17:06.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:06.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:06.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:06.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:06.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:06.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:06.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:06.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:07 smithi044 bash[32620]: audit 2023-12-07T14:17:06.426573+0000 mgr.a (mgr.24293) 10695 : audit 0 from='client.217818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:07 smithi044 bash[32620]: cluster 2023-12-07T14:17:06.524797+0000 mgr.a (mgr.24293) 10696 : 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-07T14:17:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:07 smithi022 bash[28554]: audit 2023-12-07T14:17:06.426573+0000 mgr.a (mgr.24293) 10695 : audit 0 from='client.217818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:07 smithi022 bash[28554]: cluster 2023-12-07T14:17:06.524797+0000 mgr.a (mgr.24293) 10696 : 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-07T14:17:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:07 smithi027 bash[31536]: audit 2023-12-07T14:17:06.426573+0000 mgr.a (mgr.24293) 10695 : audit 0 from='client.217818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:07 smithi027 bash[31536]: cluster 2023-12-07T14:17:06.524797+0000 mgr.a (mgr.24293) 10696 : 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-07T14:17:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:09 smithi022 bash[28554]: cluster 2023-12-07T14:17:08.525407+0000 mgr.a (mgr.24293) 10697 : cluster 0 pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:09 smithi044 bash[32620]: cluster 2023-12-07T14:17:08.525407+0000 mgr.a (mgr.24293) 10697 : cluster 0 pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:09 smithi027 bash[31536]: cluster 2023-12-07T14:17:08.525407+0000 mgr.a (mgr.24293) 10697 : cluster 0 pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:11 smithi022 bash[28554]: cluster 2023-12-07T14:17:10.526269+0000 mgr.a (mgr.24293) 10698 : cluster 0 pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:17:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:11 smithi044 bash[32620]: cluster 2023-12-07T14:17:10.526269+0000 mgr.a (mgr.24293) 10698 : cluster 0 pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:17:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:11 smithi027 bash[31536]: cluster 2023-12-07T14:17:10.526269+0000 mgr.a (mgr.24293) 10698 : cluster 0 pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:17:11.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:11.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:11.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:12.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:12.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:12.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:12.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:12.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:13 smithi022 bash[28554]: audit 2023-12-07T14:17:12.371249+0000 mgr.a (mgr.24293) 10699 : audit 0 from='client.217893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:13 smithi022 bash[28554]: cluster 2023-12-07T14:17:12.531114+0000 mgr.a (mgr.24293) 10700 : 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-07T14:17:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:13 smithi044 bash[32620]: audit 2023-12-07T14:17:12.371249+0000 mgr.a (mgr.24293) 10699 : audit 0 from='client.217893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:13 smithi044 bash[32620]: cluster 2023-12-07T14:17:12.531114+0000 mgr.a (mgr.24293) 10700 : 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-07T14:17:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:13 smithi027 bash[31536]: audit 2023-12-07T14:17:12.371249+0000 mgr.a (mgr.24293) 10699 : audit 0 from='client.217893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:13 smithi027 bash[31536]: cluster 2023-12-07T14:17:12.531114+0000 mgr.a (mgr.24293) 10700 : 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-07T14:17:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:15 smithi044 bash[32620]: cluster 2023-12-07T14:17:14.531925+0000 mgr.a (mgr.24293) 10701 : 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-07T14:17:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:15 smithi022 bash[28554]: cluster 2023-12-07T14:17:14.531925+0000 mgr.a (mgr.24293) 10701 : 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-07T14:17:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:15 smithi027 bash[31536]: cluster 2023-12-07T14:17:14.531925+0000 mgr.a (mgr.24293) 10701 : 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-07T14:17:17.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:17.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:17.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:17 smithi022 bash[28554]: cluster 2023-12-07T14:17:16.532712+0000 mgr.a (mgr.24293) 10702 : 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-07T14:17:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:17 smithi044 bash[32620]: cluster 2023-12-07T14:17:16.532712+0000 mgr.a (mgr.24293) 10702 : 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-07T14:17:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:17 smithi027 bash[31536]: cluster 2023-12-07T14:17:16.532712+0000 mgr.a (mgr.24293) 10702 : 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-07T14:17:18.866 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:18.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:18.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:19 smithi022 bash[28554]: audit 2023-12-07T14:17:18.315451+0000 mgr.a (mgr.24293) 10703 : audit 0 from='client.217965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:19 smithi022 bash[28554]: cluster 2023-12-07T14:17:18.533247+0000 mgr.a (mgr.24293) 10704 : 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-07T14:17:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:19 smithi044 bash[32620]: audit 2023-12-07T14:17:18.315451+0000 mgr.a (mgr.24293) 10703 : audit 0 from='client.217965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:19 smithi044 bash[32620]: cluster 2023-12-07T14:17:18.533247+0000 mgr.a (mgr.24293) 10704 : 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-07T14:17:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:19 smithi027 bash[31536]: audit 2023-12-07T14:17:18.315451+0000 mgr.a (mgr.24293) 10703 : audit 0 from='client.217965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:19 smithi027 bash[31536]: cluster 2023-12-07T14:17:18.533247+0000 mgr.a (mgr.24293) 10704 : 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-07T14:17:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:21 smithi022 bash[28554]: cluster 2023-12-07T14:17:20.534056+0000 mgr.a (mgr.24293) 10705 : cluster 0 pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:17:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:21 smithi044 bash[32620]: cluster 2023-12-07T14:17:20.534056+0000 mgr.a (mgr.24293) 10705 : cluster 0 pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:17:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:21 smithi027 bash[31536]: cluster 2023-12-07T14:17:20.534056+0000 mgr.a (mgr.24293) 10705 : cluster 0 pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:17:23.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:23.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:23.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:23 smithi022 bash[28554]: cluster 2023-12-07T14:17:22.534731+0000 mgr.a (mgr.24293) 10706 : cluster 0 pgmap v8002: 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-07T14:17:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:23 smithi044 bash[32620]: cluster 2023-12-07T14:17:22.534731+0000 mgr.a (mgr.24293) 10706 : cluster 0 pgmap v8002: 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-07T14:17:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:23 smithi027 bash[31536]: cluster 2023-12-07T14:17:22.534731+0000 mgr.a (mgr.24293) 10706 : cluster 0 pgmap v8002: 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-07T14:17:24.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:24.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:25 smithi022 bash[28554]: audit 2023-12-07T14:17:24.274406+0000 mgr.a (mgr.24293) 10707 : audit 0 from='client.218037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:25 smithi022 bash[28554]: cluster 2023-12-07T14:17:24.535901+0000 mgr.a (mgr.24293) 10708 : 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-07T14:17:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:25 smithi022 bash[28554]: audit 2023-12-07T14:17:24.870822+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:17:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:25 smithi044 bash[32620]: audit 2023-12-07T14:17:24.274406+0000 mgr.a (mgr.24293) 10707 : audit 0 from='client.218037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:25 smithi044 bash[32620]: cluster 2023-12-07T14:17:24.535901+0000 mgr.a (mgr.24293) 10708 : 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-07T14:17:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:25 smithi044 bash[32620]: audit 2023-12-07T14:17:24.870822+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:17:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:25 smithi027 bash[31536]: audit 2023-12-07T14:17:24.274406+0000 mgr.a (mgr.24293) 10707 : audit 0 from='client.218037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:25 smithi027 bash[31536]: cluster 2023-12-07T14:17:24.535901+0000 mgr.a (mgr.24293) 10708 : 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-07T14:17:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:25 smithi027 bash[31536]: audit 2023-12-07T14:17:24.870822+0000 mon.a (mon.0) 1931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:17:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:26 smithi022 bash[28554]: audit 2023-12-07T14:17:25.605622+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:17:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:26 smithi022 bash[28554]: audit 2023-12-07T14:17:25.606973+0000 mon.a (mon.0) 1933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:17:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:26 smithi022 bash[28554]: audit 2023-12-07T14:17:25.613801+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:17:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:26 smithi044 bash[32620]: audit 2023-12-07T14:17:25.605622+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:17:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:26 smithi044 bash[32620]: audit 2023-12-07T14:17:25.606973+0000 mon.a (mon.0) 1933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:17:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:26 smithi044 bash[32620]: audit 2023-12-07T14:17:25.613801+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:17:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:26 smithi027 bash[31536]: audit 2023-12-07T14:17:25.605622+0000 mon.a (mon.0) 1932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:17:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:26 smithi027 bash[31536]: audit 2023-12-07T14:17:25.606973+0000 mon.a (mon.0) 1933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:17:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:26 smithi027 bash[31536]: audit 2023-12-07T14:17:25.613801+0000 mon.a (mon.0) 1934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:17:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:27 smithi022 bash[28554]: cluster 2023-12-07T14:17:26.536926+0000 mgr.a (mgr.24293) 10709 : cluster 0 pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:27 smithi044 bash[32620]: cluster 2023-12-07T14:17:26.536926+0000 mgr.a (mgr.24293) 10709 : cluster 0 pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:27 smithi027 bash[31536]: cluster 2023-12-07T14:17:26.536926+0000 mgr.a (mgr.24293) 10709 : cluster 0 pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:29 smithi022 bash[28554]: cluster 2023-12-07T14:17:28.537488+0000 mgr.a (mgr.24293) 10710 : cluster 0 pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:29 smithi044 bash[32620]: cluster 2023-12-07T14:17:28.537488+0000 mgr.a (mgr.24293) 10710 : cluster 0 pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:29 smithi027 bash[31536]: cluster 2023-12-07T14:17:28.537488+0000 mgr.a (mgr.24293) 10710 : cluster 0 pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:29.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:29.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:29.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:30.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:30.690 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:30.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:30.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:30.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:31 smithi022 bash[28554]: audit 2023-12-07T14:17:30.183618+0000 mgr.a (mgr.24293) 10711 : audit 0 from='client.218112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:31 smithi022 bash[28554]: cluster 2023-12-07T14:17:30.538202+0000 mgr.a (mgr.24293) 10712 : cluster 0 pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:17:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:31 smithi044 bash[32620]: audit 2023-12-07T14:17:30.183618+0000 mgr.a (mgr.24293) 10711 : audit 0 from='client.218112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:31 smithi044 bash[32620]: cluster 2023-12-07T14:17:30.538202+0000 mgr.a (mgr.24293) 10712 : cluster 0 pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:17:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:31 smithi027 bash[31536]: audit 2023-12-07T14:17:30.183618+0000 mgr.a (mgr.24293) 10711 : audit 0 from='client.218112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:31 smithi027 bash[31536]: cluster 2023-12-07T14:17:30.538202+0000 mgr.a (mgr.24293) 10712 : cluster 0 pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:17:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:33 smithi022 bash[28554]: cluster 2023-12-07T14:17:32.538969+0000 mgr.a (mgr.24293) 10713 : cluster 0 pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T14:17:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:33 smithi044 bash[32620]: cluster 2023-12-07T14:17:32.538969+0000 mgr.a (mgr.24293) 10713 : cluster 0 pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T14:17:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:33 smithi027 bash[31536]: cluster 2023-12-07T14:17:32.538969+0000 mgr.a (mgr.24293) 10713 : cluster 0 pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T14:17:35.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:35.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:35.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:35 smithi022 bash[28554]: cluster 2023-12-07T14:17:34.539624+0000 mgr.a (mgr.24293) 10714 : cluster 0 pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:17:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:35 smithi044 bash[32620]: cluster 2023-12-07T14:17:34.539624+0000 mgr.a (mgr.24293) 10714 : cluster 0 pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:17:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:35 smithi027 bash[31536]: cluster 2023-12-07T14:17:34.539624+0000 mgr.a (mgr.24293) 10714 : cluster 0 pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:17:36.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:36.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:36.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:36.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:36.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:37 smithi022 bash[28554]: audit 2023-12-07T14:17:36.107000+0000 mgr.a (mgr.24293) 10715 : audit 0 from='client.218187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:37 smithi022 bash[28554]: cluster 2023-12-07T14:17:36.540476+0000 mgr.a (mgr.24293) 10716 : 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-07T14:17:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:37 smithi044 bash[32620]: audit 2023-12-07T14:17:36.107000+0000 mgr.a (mgr.24293) 10715 : audit 0 from='client.218187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:37 smithi044 bash[32620]: cluster 2023-12-07T14:17:36.540476+0000 mgr.a (mgr.24293) 10716 : 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-07T14:17:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:37 smithi027 bash[31536]: audit 2023-12-07T14:17:36.107000+0000 mgr.a (mgr.24293) 10715 : audit 0 from='client.218187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:37 smithi027 bash[31536]: cluster 2023-12-07T14:17:36.540476+0000 mgr.a (mgr.24293) 10716 : 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-07T14:17:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:39 smithi022 bash[28554]: cluster 2023-12-07T14:17:38.541062+0000 mgr.a (mgr.24293) 10717 : cluster 0 pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:39 smithi044 bash[32620]: cluster 2023-12-07T14:17:38.541062+0000 mgr.a (mgr.24293) 10717 : cluster 0 pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:39 smithi027 bash[31536]: cluster 2023-12-07T14:17:38.541062+0000 mgr.a (mgr.24293) 10717 : cluster 0 pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:41.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:41 smithi044 bash[32620]: cluster 2023-12-07T14:17:40.541745+0000 mgr.a (mgr.24293) 10718 : cluster 0 pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:17:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:41 smithi022 bash[28554]: cluster 2023-12-07T14:17:40.541745+0000 mgr.a (mgr.24293) 10718 : cluster 0 pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:17:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:41 smithi027 bash[31536]: cluster 2023-12-07T14:17:40.541745+0000 mgr.a (mgr.24293) 10718 : cluster 0 pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:17:42.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:42.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:42.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:42.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:42.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:43 smithi022 bash[28554]: audit 2023-12-07T14:17:42.064227+0000 mgr.a (mgr.24293) 10719 : audit 0 from='client.218265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:43 smithi022 bash[28554]: cluster 2023-12-07T14:17:42.542803+0000 mgr.a (mgr.24293) 10720 : cluster 0 pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:17:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:43 smithi044 bash[32620]: audit 2023-12-07T14:17:42.064227+0000 mgr.a (mgr.24293) 10719 : audit 0 from='client.218265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:43 smithi044 bash[32620]: cluster 2023-12-07T14:17:42.542803+0000 mgr.a (mgr.24293) 10720 : cluster 0 pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:17:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:43 smithi027 bash[31536]: audit 2023-12-07T14:17:42.064227+0000 mgr.a (mgr.24293) 10719 : audit 0 from='client.218265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:43 smithi027 bash[31536]: cluster 2023-12-07T14:17:42.542803+0000 mgr.a (mgr.24293) 10720 : cluster 0 pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:17:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:45 smithi022 bash[28554]: cluster 2023-12-07T14:17:44.543503+0000 mgr.a (mgr.24293) 10721 : cluster 0 pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:17:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:45 smithi044 bash[32620]: cluster 2023-12-07T14:17:44.543503+0000 mgr.a (mgr.24293) 10721 : cluster 0 pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:17:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:45 smithi027 bash[31536]: cluster 2023-12-07T14:17:44.543503+0000 mgr.a (mgr.24293) 10721 : cluster 0 pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:17:47.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:47.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:47.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:47 smithi022 bash[28554]: cluster 2023-12-07T14:17:46.544342+0000 mgr.a (mgr.24293) 10722 : cluster 0 pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:17:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:47 smithi044 bash[32620]: cluster 2023-12-07T14:17:46.544342+0000 mgr.a (mgr.24293) 10722 : cluster 0 pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:17:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:47 smithi027 bash[31536]: cluster 2023-12-07T14:17:46.544342+0000 mgr.a (mgr.24293) 10722 : cluster 0 pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:17:48.553 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:48.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:48.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:48.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:48.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:49 smithi022 bash[28554]: audit 2023-12-07T14:17:48.019202+0000 mgr.a (mgr.24293) 10723 : audit 0 from='client.218340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:49 smithi022 bash[28554]: cluster 2023-12-07T14:17:48.545031+0000 mgr.a (mgr.24293) 10724 : 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-07T14:17:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:49 smithi044 bash[32620]: audit 2023-12-07T14:17:48.019202+0000 mgr.a (mgr.24293) 10723 : audit 0 from='client.218340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:49.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:49 smithi044 bash[32620]: cluster 2023-12-07T14:17:48.545031+0000 mgr.a (mgr.24293) 10724 : 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-07T14:17:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:49 smithi027 bash[31536]: audit 2023-12-07T14:17:48.019202+0000 mgr.a (mgr.24293) 10723 : audit 0 from='client.218340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:49 smithi027 bash[31536]: cluster 2023-12-07T14:17:48.545031+0000 mgr.a (mgr.24293) 10724 : 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-07T14:17:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:51 smithi022 bash[28554]: cluster 2023-12-07T14:17:50.545787+0000 mgr.a (mgr.24293) 10725 : cluster 0 pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:17:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:51 smithi044 bash[32620]: cluster 2023-12-07T14:17:50.545787+0000 mgr.a (mgr.24293) 10725 : cluster 0 pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:17:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:51 smithi027 bash[31536]: cluster 2023-12-07T14:17:50.545787+0000 mgr.a (mgr.24293) 10725 : cluster 0 pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:17:53.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:53.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:53.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:53 smithi022 bash[28554]: cluster 2023-12-07T14:17:52.546474+0000 mgr.a (mgr.24293) 10726 : cluster 0 pgmap v8017: 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-07T14:17:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:53 smithi044 bash[32620]: cluster 2023-12-07T14:17:52.546474+0000 mgr.a (mgr.24293) 10726 : cluster 0 pgmap v8017: 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-07T14:17:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:53 smithi027 bash[31536]: cluster 2023-12-07T14:17:52.546474+0000 mgr.a (mgr.24293) 10726 : cluster 0 pgmap v8017: 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-07T14:17:54.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:17:54.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:54.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:54.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:54.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:17:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:55 smithi022 bash[28554]: audit 2023-12-07T14:17:53.966531+0000 mgr.a (mgr.24293) 10727 : audit 0 from='client.218412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:55 smithi022 bash[28554]: cluster 2023-12-07T14:17:54.547222+0000 mgr.a (mgr.24293) 10728 : 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-07T14:17:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:55 smithi044 bash[32620]: audit 2023-12-07T14:17:53.966531+0000 mgr.a (mgr.24293) 10727 : audit 0 from='client.218412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:55 smithi044 bash[32620]: cluster 2023-12-07T14:17:54.547222+0000 mgr.a (mgr.24293) 10728 : 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-07T14:17:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:55 smithi027 bash[31536]: audit 2023-12-07T14:17:53.966531+0000 mgr.a (mgr.24293) 10727 : audit 0 from='client.218412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:55 smithi027 bash[31536]: cluster 2023-12-07T14:17:54.547222+0000 mgr.a (mgr.24293) 10728 : 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-07T14:17:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:57 smithi044 bash[32620]: cluster 2023-12-07T14:17:56.548129+0000 mgr.a (mgr.24293) 10729 : 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-07T14:17:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:57 smithi022 bash[28554]: cluster 2023-12-07T14:17:56.548129+0000 mgr.a (mgr.24293) 10729 : 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-07T14:17:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:57 smithi027 bash[31536]: cluster 2023-12-07T14:17:56.548129+0000 mgr.a (mgr.24293) 10729 : 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-07T14:17:59.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:17:59.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:59.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:17:59 smithi044 bash[32620]: cluster 2023-12-07T14:17:58.548670+0000 mgr.a (mgr.24293) 10730 : 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-07T14:17:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:17:59 smithi022 bash[28554]: cluster 2023-12-07T14:17:58.548670+0000 mgr.a (mgr.24293) 10730 : 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-07T14:17:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:17:59 smithi027 bash[31536]: cluster 2023-12-07T14:17:58.548670+0000 mgr.a (mgr.24293) 10730 : 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-07T14:18:00.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:00.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:00.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:00.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:00.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:01 smithi044 bash[32620]: audit 2023-12-07T14:17:59.934489+0000 mgr.a (mgr.24293) 10731 : audit 0 from='client.218487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:01 smithi044 bash[32620]: cluster 2023-12-07T14:18:00.549563+0000 mgr.a (mgr.24293) 10732 : cluster 0 pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:01 smithi022 bash[28554]: audit 2023-12-07T14:17:59.934489+0000 mgr.a (mgr.24293) 10731 : audit 0 from='client.218487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:01 smithi022 bash[28554]: cluster 2023-12-07T14:18:00.549563+0000 mgr.a (mgr.24293) 10732 : cluster 0 pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:01 smithi027 bash[31536]: audit 2023-12-07T14:17:59.934489+0000 mgr.a (mgr.24293) 10731 : audit 0 from='client.218487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:01 smithi027 bash[31536]: cluster 2023-12-07T14:18:00.549563+0000 mgr.a (mgr.24293) 10732 : cluster 0 pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:03 smithi022 bash[28554]: cluster 2023-12-07T14:18:02.550259+0000 mgr.a (mgr.24293) 10733 : cluster 0 pgmap v8022: 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-07T14:18:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:03 smithi044 bash[32620]: cluster 2023-12-07T14:18:02.550259+0000 mgr.a (mgr.24293) 10733 : cluster 0 pgmap v8022: 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-07T14:18:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:03 smithi027 bash[31536]: cluster 2023-12-07T14:18:02.550259+0000 mgr.a (mgr.24293) 10733 : cluster 0 pgmap v8022: 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-07T14:18:05.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:05.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:05.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:05 smithi022 bash[28554]: cluster 2023-12-07T14:18:04.550840+0000 mgr.a (mgr.24293) 10734 : cluster 0 pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:05 smithi044 bash[32620]: cluster 2023-12-07T14:18:04.550840+0000 mgr.a (mgr.24293) 10734 : cluster 0 pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:05 smithi027 bash[31536]: cluster 2023-12-07T14:18:04.550840+0000 mgr.a (mgr.24293) 10734 : cluster 0 pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:06.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:06.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:06.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:06.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:06.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:06 smithi022 bash[28554]: audit 2023-12-07T14:18:05.860766+0000 mgr.a (mgr.24293) 10735 : audit 0 from='client.218562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:06 smithi044 bash[32620]: audit 2023-12-07T14:18:05.860766+0000 mgr.a (mgr.24293) 10735 : audit 0 from='client.218562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:06 smithi027 bash[31536]: audit 2023-12-07T14:18:05.860766+0000 mgr.a (mgr.24293) 10735 : audit 0 from='client.218562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:07 smithi044 bash[32620]: cluster 2023-12-07T14:18:06.552163+0000 mgr.a (mgr.24293) 10736 : 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-07T14:18:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:07 smithi022 bash[28554]: cluster 2023-12-07T14:18:06.552163+0000 mgr.a (mgr.24293) 10736 : 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-07T14:18:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:07 smithi027 bash[31536]: cluster 2023-12-07T14:18:06.552163+0000 mgr.a (mgr.24293) 10736 : 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-07T14:18:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:09 smithi022 bash[28554]: cluster 2023-12-07T14:18:08.552818+0000 mgr.a (mgr.24293) 10737 : 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-07T14:18:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:09 smithi044 bash[32620]: cluster 2023-12-07T14:18:08.552818+0000 mgr.a (mgr.24293) 10737 : 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-07T14:18:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:09 smithi027 bash[31536]: cluster 2023-12-07T14:18:08.552818+0000 mgr.a (mgr.24293) 10737 : 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-07T14:18:11.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:11.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:11.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:11 smithi022 bash[28554]: cluster 2023-12-07T14:18:10.553499+0000 mgr.a (mgr.24293) 10738 : cluster 0 pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:18:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:11 smithi044 bash[32620]: cluster 2023-12-07T14:18:10.553499+0000 mgr.a (mgr.24293) 10738 : cluster 0 pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:18:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:11 smithi027 bash[31536]: cluster 2023-12-07T14:18:10.553499+0000 mgr.a (mgr.24293) 10738 : cluster 0 pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:18:12.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:12 smithi022 bash[28554]: audit 2023-12-07T14:18:11.834259+0000 mgr.a (mgr.24293) 10739 : audit 0 from='client.218640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:12 smithi044 bash[32620]: audit 2023-12-07T14:18:11.834259+0000 mgr.a (mgr.24293) 10739 : audit 0 from='client.218640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:12 smithi027 bash[31536]: audit 2023-12-07T14:18:11.834259+0000 mgr.a (mgr.24293) 10739 : audit 0 from='client.218640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:13 smithi022 bash[28554]: cluster 2023-12-07T14:18:12.554421+0000 mgr.a (mgr.24293) 10740 : cluster 0 pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:18:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:13 smithi044 bash[32620]: cluster 2023-12-07T14:18:12.554421+0000 mgr.a (mgr.24293) 10740 : cluster 0 pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:18:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:13 smithi027 bash[31536]: cluster 2023-12-07T14:18:12.554421+0000 mgr.a (mgr.24293) 10740 : cluster 0 pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:18:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:15 smithi022 bash[28554]: cluster 2023-12-07T14:18:14.555017+0000 mgr.a (mgr.24293) 10741 : cluster 0 pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:15 smithi044 bash[32620]: cluster 2023-12-07T14:18:14.555017+0000 mgr.a (mgr.24293) 10741 : cluster 0 pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:15 smithi027 bash[31536]: cluster 2023-12-07T14:18:14.555017+0000 mgr.a (mgr.24293) 10741 : cluster 0 pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:17.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:17.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:17.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:17 smithi022 bash[28554]: cluster 2023-12-07T14:18:16.555831+0000 mgr.a (mgr.24293) 10742 : cluster 0 pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:17 smithi044 bash[32620]: cluster 2023-12-07T14:18:16.555831+0000 mgr.a (mgr.24293) 10742 : cluster 0 pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:17 smithi027 bash[31536]: cluster 2023-12-07T14:18:16.555831+0000 mgr.a (mgr.24293) 10742 : cluster 0 pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:18.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:18.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:18.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:18.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:18.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:18 smithi044 bash[32620]: audit 2023-12-07T14:18:17.779761+0000 mgr.a (mgr.24293) 10743 : audit 0 from='client.218715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:18 smithi022 bash[28554]: audit 2023-12-07T14:18:17.779761+0000 mgr.a (mgr.24293) 10743 : audit 0 from='client.218715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:18 smithi027 bash[31536]: audit 2023-12-07T14:18:17.779761+0000 mgr.a (mgr.24293) 10743 : audit 0 from='client.218715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:19 smithi022 bash[28554]: cluster 2023-12-07T14:18:18.556628+0000 mgr.a (mgr.24293) 10744 : 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-07T14:18:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:19 smithi044 bash[32620]: cluster 2023-12-07T14:18:18.556628+0000 mgr.a (mgr.24293) 10744 : 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-07T14:18:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:19 smithi027 bash[31536]: cluster 2023-12-07T14:18:18.556628+0000 mgr.a (mgr.24293) 10744 : 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-07T14:18:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:21 smithi044 bash[32620]: cluster 2023-12-07T14:18:20.557447+0000 mgr.a (mgr.24293) 10745 : cluster 0 pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:21 smithi022 bash[28554]: cluster 2023-12-07T14:18:20.557447+0000 mgr.a (mgr.24293) 10745 : cluster 0 pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:21 smithi027 bash[31536]: cluster 2023-12-07T14:18:20.557447+0000 mgr.a (mgr.24293) 10745 : cluster 0 pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:23.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:23.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:23.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:23 smithi022 bash[28554]: cluster 2023-12-07T14:18:22.558135+0000 mgr.a (mgr.24293) 10746 : cluster 0 pgmap v8032: 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-07T14:18:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:23 smithi044 bash[32620]: cluster 2023-12-07T14:18:22.558135+0000 mgr.a (mgr.24293) 10746 : cluster 0 pgmap v8032: 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-07T14:18:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:23 smithi027 bash[31536]: cluster 2023-12-07T14:18:22.558135+0000 mgr.a (mgr.24293) 10746 : cluster 0 pgmap v8032: 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-07T14:18:24.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:24.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:24.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:24.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:24.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:24 smithi022 bash[28554]: audit 2023-12-07T14:18:23.722898+0000 mgr.a (mgr.24293) 10747 : audit 0 from='client.218790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:24 smithi044 bash[32620]: audit 2023-12-07T14:18:23.722898+0000 mgr.a (mgr.24293) 10747 : audit 0 from='client.218790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:24 smithi027 bash[31536]: audit 2023-12-07T14:18:23.722898+0000 mgr.a (mgr.24293) 10747 : audit 0 from='client.218790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:25 smithi022 bash[28554]: cluster 2023-12-07T14:18:24.559032+0000 mgr.a (mgr.24293) 10748 : 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-07T14:18:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:25 smithi044 bash[32620]: cluster 2023-12-07T14:18:24.559032+0000 mgr.a (mgr.24293) 10748 : 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-07T14:18:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:25 smithi027 bash[31536]: cluster 2023-12-07T14:18:24.559032+0000 mgr.a (mgr.24293) 10748 : 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-07T14:18:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:26 smithi022 bash[28554]: audit 2023-12-07T14:18:25.716992+0000 mon.a (mon.0) 1935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:18:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:26 smithi022 bash[28554]: audit 2023-12-07T14:18:26.500408+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:18:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:26 smithi022 bash[28554]: audit 2023-12-07T14:18:26.502312+0000 mon.a (mon.0) 1937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:18:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:26 smithi022 bash[28554]: audit 2023-12-07T14:18:26.511891+0000 mon.a (mon.0) 1938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:18:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:26 smithi044 bash[32620]: audit 2023-12-07T14:18:25.716992+0000 mon.a (mon.0) 1935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:18:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:26 smithi044 bash[32620]: audit 2023-12-07T14:18:26.500408+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:18:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:26 smithi044 bash[32620]: audit 2023-12-07T14:18:26.502312+0000 mon.a (mon.0) 1937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:18:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:26 smithi044 bash[32620]: audit 2023-12-07T14:18:26.511891+0000 mon.a (mon.0) 1938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:18:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:26 smithi027 bash[31536]: audit 2023-12-07T14:18:25.716992+0000 mon.a (mon.0) 1935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:18:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:26 smithi027 bash[31536]: audit 2023-12-07T14:18:26.500408+0000 mon.a (mon.0) 1936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:18:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:26 smithi027 bash[31536]: audit 2023-12-07T14:18:26.502312+0000 mon.a (mon.0) 1937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:18:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:26 smithi027 bash[31536]: audit 2023-12-07T14:18:26.511891+0000 mon.a (mon.0) 1938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:18:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:27 smithi044 bash[32620]: cluster 2023-12-07T14:18:26.559919+0000 mgr.a (mgr.24293) 10749 : 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-07T14:18:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:27 smithi022 bash[28554]: cluster 2023-12-07T14:18:26.559919+0000 mgr.a (mgr.24293) 10749 : 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-07T14:18:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:27 smithi027 bash[31536]: cluster 2023-12-07T14:18:26.559919+0000 mgr.a (mgr.24293) 10749 : 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-07T14:18:29.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:29.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:29.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:29 smithi022 bash[28554]: cluster 2023-12-07T14:18:28.560497+0000 mgr.a (mgr.24293) 10750 : 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-07T14:18:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:29 smithi044 bash[32620]: cluster 2023-12-07T14:18:28.560497+0000 mgr.a (mgr.24293) 10750 : 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-07T14:18:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:29 smithi027 bash[31536]: cluster 2023-12-07T14:18:28.560497+0000 mgr.a (mgr.24293) 10750 : 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-07T14:18:30.157 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:30.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:30.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:30.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:30.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:30 smithi044 bash[32620]: audit 2023-12-07T14:18:29.652640+0000 mgr.a (mgr.24293) 10751 : audit 0 from='client.218868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:30 smithi022 bash[28554]: audit 2023-12-07T14:18:29.652640+0000 mgr.a (mgr.24293) 10751 : audit 0 from='client.218868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:30 smithi027 bash[31536]: audit 2023-12-07T14:18:29.652640+0000 mgr.a (mgr.24293) 10751 : audit 0 from='client.218868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:31 smithi022 bash[28554]: cluster 2023-12-07T14:18:30.561530+0000 mgr.a (mgr.24293) 10752 : cluster 0 pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:31 smithi044 bash[32620]: cluster 2023-12-07T14:18:30.561530+0000 mgr.a (mgr.24293) 10752 : cluster 0 pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:31 smithi027 bash[31536]: cluster 2023-12-07T14:18:30.561530+0000 mgr.a (mgr.24293) 10752 : cluster 0 pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:33 smithi022 bash[28554]: cluster 2023-12-07T14:18:32.562190+0000 mgr.a (mgr.24293) 10753 : cluster 0 pgmap v8037: 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-07T14:18:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:33 smithi044 bash[32620]: cluster 2023-12-07T14:18:32.562190+0000 mgr.a (mgr.24293) 10753 : cluster 0 pgmap v8037: 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-07T14:18:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:33 smithi027 bash[31536]: cluster 2023-12-07T14:18:32.562190+0000 mgr.a (mgr.24293) 10753 : cluster 0 pgmap v8037: 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-07T14:18:35.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:35 smithi022 bash[28554]: cluster 2023-12-07T14:18:34.562793+0000 mgr.a (mgr.24293) 10754 : cluster 0 pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:35 smithi044 bash[32620]: cluster 2023-12-07T14:18:34.562793+0000 mgr.a (mgr.24293) 10754 : cluster 0 pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:35 smithi027 bash[31536]: cluster 2023-12-07T14:18:34.562793+0000 mgr.a (mgr.24293) 10754 : cluster 0 pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:36.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:36.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:36.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:36.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:36.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:36 smithi022 bash[28554]: audit 2023-12-07T14:18:35.578486+0000 mgr.a (mgr.24293) 10755 : audit 0 from='client.218943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:36 smithi044 bash[32620]: audit 2023-12-07T14:18:35.578486+0000 mgr.a (mgr.24293) 10755 : audit 0 from='client.218943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:36 smithi027 bash[31536]: audit 2023-12-07T14:18:35.578486+0000 mgr.a (mgr.24293) 10755 : audit 0 from='client.218943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:37 smithi022 bash[28554]: cluster 2023-12-07T14:18:36.563923+0000 mgr.a (mgr.24293) 10756 : 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-07T14:18:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:37 smithi044 bash[32620]: cluster 2023-12-07T14:18:36.563923+0000 mgr.a (mgr.24293) 10756 : 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-07T14:18:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:37 smithi027 bash[31536]: cluster 2023-12-07T14:18:36.563923+0000 mgr.a (mgr.24293) 10756 : 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-07T14:18:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:39 smithi022 bash[28554]: cluster 2023-12-07T14:18:38.564518+0000 mgr.a (mgr.24293) 10757 : 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-07T14:18:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:39 smithi044 bash[32620]: cluster 2023-12-07T14:18:38.564518+0000 mgr.a (mgr.24293) 10757 : 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-07T14:18:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:39 smithi027 bash[31536]: cluster 2023-12-07T14:18:38.564518+0000 mgr.a (mgr.24293) 10757 : 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-07T14:18:41.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:41.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:41.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:41 smithi022 bash[28554]: cluster 2023-12-07T14:18:40.565216+0000 mgr.a (mgr.24293) 10758 : cluster 0 pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:18:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:41 smithi044 bash[32620]: cluster 2023-12-07T14:18:40.565216+0000 mgr.a (mgr.24293) 10758 : cluster 0 pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:18:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:41 smithi027 bash[31536]: cluster 2023-12-07T14:18:40.565216+0000 mgr.a (mgr.24293) 10758 : cluster 0 pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:18:42.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:42.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:42.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:42.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:42.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:42 smithi022 bash[28554]: audit 2023-12-07T14:18:41.509484+0000 mgr.a (mgr.24293) 10759 : audit 0 from='client.219021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:42 smithi044 bash[32620]: audit 2023-12-07T14:18:41.509484+0000 mgr.a (mgr.24293) 10759 : audit 0 from='client.219021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:42 smithi027 bash[31536]: audit 2023-12-07T14:18:41.509484+0000 mgr.a (mgr.24293) 10759 : audit 0 from='client.219021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:43 smithi022 bash[28554]: cluster 2023-12-07T14:18:42.566134+0000 mgr.a (mgr.24293) 10760 : cluster 0 pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:18:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:43 smithi044 bash[32620]: cluster 2023-12-07T14:18:42.566134+0000 mgr.a (mgr.24293) 10760 : cluster 0 pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:18:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:43 smithi027 bash[31536]: cluster 2023-12-07T14:18:42.566134+0000 mgr.a (mgr.24293) 10760 : cluster 0 pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:18:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:45 smithi022 bash[28554]: cluster 2023-12-07T14:18:44.566730+0000 mgr.a (mgr.24293) 10761 : cluster 0 pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:45 smithi044 bash[32620]: cluster 2023-12-07T14:18:44.566730+0000 mgr.a (mgr.24293) 10761 : cluster 0 pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:45 smithi027 bash[31536]: cluster 2023-12-07T14:18:44.566730+0000 mgr.a (mgr.24293) 10761 : cluster 0 pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:47.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:47.044 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:47.044 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:47 smithi022 bash[28554]: cluster 2023-12-07T14:18:46.567706+0000 mgr.a (mgr.24293) 10762 : cluster 0 pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:47 smithi044 bash[32620]: cluster 2023-12-07T14:18:46.567706+0000 mgr.a (mgr.24293) 10762 : cluster 0 pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:47 smithi027 bash[31536]: cluster 2023-12-07T14:18:46.567706+0000 mgr.a (mgr.24293) 10762 : cluster 0 pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:47.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:47.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:47.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:47.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:47.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:48 smithi022 bash[28554]: audit 2023-12-07T14:18:47.451730+0000 mgr.a (mgr.24293) 10763 : audit 0 from='client.219096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:48 smithi044 bash[32620]: audit 2023-12-07T14:18:47.451730+0000 mgr.a (mgr.24293) 10763 : audit 0 from='client.219096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:48 smithi027 bash[31536]: audit 2023-12-07T14:18:47.451730+0000 mgr.a (mgr.24293) 10763 : audit 0 from='client.219096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:49 smithi022 bash[28554]: cluster 2023-12-07T14:18:48.568425+0000 mgr.a (mgr.24293) 10764 : 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-07T14:18:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:49 smithi044 bash[32620]: cluster 2023-12-07T14:18:48.568425+0000 mgr.a (mgr.24293) 10764 : 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-07T14:18:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:49 smithi027 bash[31536]: cluster 2023-12-07T14:18:48.568425+0000 mgr.a (mgr.24293) 10764 : 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-07T14:18:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:51 smithi022 bash[28554]: cluster 2023-12-07T14:18:50.569107+0000 mgr.a (mgr.24293) 10765 : cluster 0 pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:51 smithi044 bash[32620]: cluster 2023-12-07T14:18:50.569107+0000 mgr.a (mgr.24293) 10765 : cluster 0 pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:51 smithi027 bash[31536]: cluster 2023-12-07T14:18:50.569107+0000 mgr.a (mgr.24293) 10765 : cluster 0 pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:18:52.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:52.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:52.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:53.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:53.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:53.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:53.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:53.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:18:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:53 smithi022 bash[28554]: cluster 2023-12-07T14:18:52.569756+0000 mgr.a (mgr.24293) 10766 : cluster 0 pgmap v8047: 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-07T14:18:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:53 smithi044 bash[32620]: cluster 2023-12-07T14:18:52.569756+0000 mgr.a (mgr.24293) 10766 : cluster 0 pgmap v8047: 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-07T14:18:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:53 smithi027 bash[31536]: cluster 2023-12-07T14:18:52.569756+0000 mgr.a (mgr.24293) 10766 : cluster 0 pgmap v8047: 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-07T14:18:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:54 smithi022 bash[28554]: audit 2023-12-07T14:18:53.381261+0000 mgr.a (mgr.24293) 10767 : audit 0 from='client.219168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:54 smithi044 bash[32620]: audit 2023-12-07T14:18:53.381261+0000 mgr.a (mgr.24293) 10767 : audit 0 from='client.219168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:54 smithi027 bash[31536]: audit 2023-12-07T14:18:53.381261+0000 mgr.a (mgr.24293) 10767 : audit 0 from='client.219168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:55 smithi022 bash[28554]: cluster 2023-12-07T14:18:54.570463+0000 mgr.a (mgr.24293) 10768 : 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-07T14:18:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:55 smithi044 bash[32620]: cluster 2023-12-07T14:18:54.570463+0000 mgr.a (mgr.24293) 10768 : 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-07T14:18:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:55 smithi027 bash[31536]: cluster 2023-12-07T14:18:54.570463+0000 mgr.a (mgr.24293) 10768 : 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-07T14:18:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:57 smithi022 bash[28554]: cluster 2023-12-07T14:18:56.571294+0000 mgr.a (mgr.24293) 10769 : 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-07T14:18:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:57 smithi044 bash[32620]: cluster 2023-12-07T14:18:56.571294+0000 mgr.a (mgr.24293) 10769 : 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-07T14:18:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:57 smithi027 bash[31536]: cluster 2023-12-07T14:18:56.571294+0000 mgr.a (mgr.24293) 10769 : 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-07T14:18:58.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:18:58.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:58.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:18:59 smithi022 bash[28554]: cluster 2023-12-07T14:18:58.572038+0000 mgr.a (mgr.24293) 10770 : 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-07T14:18:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:18:59 smithi044 bash[32620]: cluster 2023-12-07T14:18:58.572038+0000 mgr.a (mgr.24293) 10770 : 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-07T14:18:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:18:59 smithi027 bash[31536]: cluster 2023-12-07T14:18:58.572038+0000 mgr.a (mgr.24293) 10770 : 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-07T14:18:59.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:18:59.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:59.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:59.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:59.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:00 smithi022 bash[28554]: audit 2023-12-07T14:18:59.293464+0000 mgr.a (mgr.24293) 10771 : audit 0 from='client.219240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:00 smithi044 bash[32620]: audit 2023-12-07T14:18:59.293464+0000 mgr.a (mgr.24293) 10771 : audit 0 from='client.219240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:00 smithi027 bash[31536]: audit 2023-12-07T14:18:59.293464+0000 mgr.a (mgr.24293) 10771 : audit 0 from='client.219240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:01 smithi022 bash[28554]: cluster 2023-12-07T14:19:00.572908+0000 mgr.a (mgr.24293) 10772 : cluster 0 pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:01.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:01 smithi044 bash[32620]: cluster 2023-12-07T14:19:00.572908+0000 mgr.a (mgr.24293) 10772 : cluster 0 pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:01 smithi027 bash[31536]: cluster 2023-12-07T14:19:00.572908+0000 mgr.a (mgr.24293) 10772 : cluster 0 pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:03 smithi022 bash[28554]: cluster 2023-12-07T14:19:02.573576+0000 mgr.a (mgr.24293) 10773 : cluster 0 pgmap v8052: 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-07T14:19:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:03 smithi044 bash[32620]: cluster 2023-12-07T14:19:02.573576+0000 mgr.a (mgr.24293) 10773 : cluster 0 pgmap v8052: 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-07T14:19:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:03 smithi027 bash[31536]: cluster 2023-12-07T14:19:02.573576+0000 mgr.a (mgr.24293) 10773 : cluster 0 pgmap v8052: 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-07T14:19:04.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:04.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:04.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:05.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:05.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:05.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:05.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:05.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:05 smithi022 bash[28554]: cluster 2023-12-07T14:19:04.574156+0000 mgr.a (mgr.24293) 10774 : 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-07T14:19:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:05 smithi044 bash[32620]: cluster 2023-12-07T14:19:04.574156+0000 mgr.a (mgr.24293) 10774 : 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-07T14:19:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:05 smithi027 bash[31536]: cluster 2023-12-07T14:19:04.574156+0000 mgr.a (mgr.24293) 10774 : 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-07T14:19:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:06 smithi022 bash[28554]: audit 2023-12-07T14:19:05.248692+0000 mgr.a (mgr.24293) 10775 : audit 0 from='client.219312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:06 smithi044 bash[32620]: audit 2023-12-07T14:19:05.248692+0000 mgr.a (mgr.24293) 10775 : audit 0 from='client.219312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:06 smithi027 bash[31536]: audit 2023-12-07T14:19:05.248692+0000 mgr.a (mgr.24293) 10775 : audit 0 from='client.219312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:07 smithi022 bash[28554]: cluster 2023-12-07T14:19:06.575254+0000 mgr.a (mgr.24293) 10776 : cluster 0 pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:07 smithi044 bash[32620]: cluster 2023-12-07T14:19:06.575254+0000 mgr.a (mgr.24293) 10776 : cluster 0 pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:07 smithi027 bash[31536]: cluster 2023-12-07T14:19:06.575254+0000 mgr.a (mgr.24293) 10776 : cluster 0 pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:09 smithi022 bash[28554]: cluster 2023-12-07T14:19:08.575845+0000 mgr.a (mgr.24293) 10777 : cluster 0 pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:19:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:09 smithi044 bash[32620]: cluster 2023-12-07T14:19:08.575845+0000 mgr.a (mgr.24293) 10777 : cluster 0 pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:19:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:09 smithi027 bash[31536]: cluster 2023-12-07T14:19:08.575845+0000 mgr.a (mgr.24293) 10777 : cluster 0 pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:19:10.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:10.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:10.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:11.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:11.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:11.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:11.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:11.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:11 smithi044 bash[32620]: cluster 2023-12-07T14:19:10.576526+0000 mgr.a (mgr.24293) 10778 : cluster 0 pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T14:19:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:11 smithi022 bash[28554]: cluster 2023-12-07T14:19:10.576526+0000 mgr.a (mgr.24293) 10778 : cluster 0 pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T14:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:11 smithi027 bash[31536]: cluster 2023-12-07T14:19:10.576526+0000 mgr.a (mgr.24293) 10778 : cluster 0 pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T14:19:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:12 smithi022 bash[28554]: audit 2023-12-07T14:19:11.189138+0000 mgr.a (mgr.24293) 10779 : audit 0 from='client.219387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:12 smithi044 bash[32620]: audit 2023-12-07T14:19:11.189138+0000 mgr.a (mgr.24293) 10779 : audit 0 from='client.219387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:12 smithi027 bash[31536]: audit 2023-12-07T14:19:11.189138+0000 mgr.a (mgr.24293) 10779 : audit 0 from='client.219387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:13 smithi044 bash[32620]: cluster 2023-12-07T14:19:12.577384+0000 mgr.a (mgr.24293) 10780 : cluster 0 pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:19:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:13 smithi022 bash[28554]: cluster 2023-12-07T14:19:12.577384+0000 mgr.a (mgr.24293) 10780 : cluster 0 pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:19:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:13 smithi027 bash[31536]: cluster 2023-12-07T14:19:12.577384+0000 mgr.a (mgr.24293) 10780 : cluster 0 pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:19:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:15 smithi044 bash[32620]: cluster 2023-12-07T14:19:14.577959+0000 mgr.a (mgr.24293) 10781 : 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-07T14:19:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:15 smithi022 bash[28554]: cluster 2023-12-07T14:19:14.577959+0000 mgr.a (mgr.24293) 10781 : 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-07T14:19:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:15 smithi027 bash[31536]: cluster 2023-12-07T14:19:14.577959+0000 mgr.a (mgr.24293) 10781 : 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-07T14:19:16.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:16.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:16.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:17.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:17.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:17.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:17.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:17.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:17 smithi022 bash[28554]: cluster 2023-12-07T14:19:16.578676+0000 mgr.a (mgr.24293) 10782 : 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-07T14:19:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:17 smithi044 bash[32620]: cluster 2023-12-07T14:19:16.578676+0000 mgr.a (mgr.24293) 10782 : 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-07T14:19:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:17 smithi027 bash[31536]: cluster 2023-12-07T14:19:16.578676+0000 mgr.a (mgr.24293) 10782 : 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-07T14:19:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:18 smithi022 bash[28554]: audit 2023-12-07T14:19:17.145371+0000 mgr.a (mgr.24293) 10783 : audit 0 from='client.219465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:18 smithi044 bash[32620]: audit 2023-12-07T14:19:17.145371+0000 mgr.a (mgr.24293) 10783 : audit 0 from='client.219465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:18 smithi027 bash[31536]: audit 2023-12-07T14:19:17.145371+0000 mgr.a (mgr.24293) 10783 : audit 0 from='client.219465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:19 smithi044 bash[32620]: cluster 2023-12-07T14:19:18.579347+0000 mgr.a (mgr.24293) 10784 : cluster 0 pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:19:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:19 smithi022 bash[28554]: cluster 2023-12-07T14:19:18.579347+0000 mgr.a (mgr.24293) 10784 : cluster 0 pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:19:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:19 smithi027 bash[31536]: cluster 2023-12-07T14:19:18.579347+0000 mgr.a (mgr.24293) 10784 : cluster 0 pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:19:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:21 smithi022 bash[28554]: cluster 2023-12-07T14:19:20.580095+0000 mgr.a (mgr.24293) 10785 : cluster 0 pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:21 smithi044 bash[32620]: cluster 2023-12-07T14:19:20.580095+0000 mgr.a (mgr.24293) 10785 : cluster 0 pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:21 smithi027 bash[31536]: cluster 2023-12-07T14:19:20.580095+0000 mgr.a (mgr.24293) 10785 : cluster 0 pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:22.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:22.679 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:22.679 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:23.621 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:23.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:23.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:23.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:23.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:23 smithi022 bash[28554]: cluster 2023-12-07T14:19:22.580760+0000 mgr.a (mgr.24293) 10786 : cluster 0 pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T14:19:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:23 smithi044 bash[32620]: cluster 2023-12-07T14:19:22.580760+0000 mgr.a (mgr.24293) 10786 : cluster 0 pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T14:19:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:23 smithi027 bash[31536]: cluster 2023-12-07T14:19:22.580760+0000 mgr.a (mgr.24293) 10786 : cluster 0 pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T14:19:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:24 smithi022 bash[28554]: audit 2023-12-07T14:19:23.086706+0000 mgr.a (mgr.24293) 10787 : audit 0 from='client.219543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:24 smithi044 bash[32620]: audit 2023-12-07T14:19:23.086706+0000 mgr.a (mgr.24293) 10787 : audit 0 from='client.219543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:24 smithi027 bash[31536]: audit 2023-12-07T14:19:23.086706+0000 mgr.a (mgr.24293) 10787 : audit 0 from='client.219543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:25 smithi022 bash[28554]: cluster 2023-12-07T14:19:24.581412+0000 mgr.a (mgr.24293) 10788 : 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-07T14:19:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:25 smithi044 bash[32620]: cluster 2023-12-07T14:19:24.581412+0000 mgr.a (mgr.24293) 10788 : 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-07T14:19:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:25 smithi027 bash[31536]: cluster 2023-12-07T14:19:24.581412+0000 mgr.a (mgr.24293) 10788 : 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-07T14:19:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:26 smithi027 bash[31536]: audit 2023-12-07T14:19:26.614925+0000 mon.a (mon.0) 1939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:19:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:26 smithi022 bash[28554]: audit 2023-12-07T14:19:26.614925+0000 mon.a (mon.0) 1939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:19:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:26 smithi044 bash[32620]: audit 2023-12-07T14:19:26.614925+0000 mon.a (mon.0) 1939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:19:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:27 smithi027 bash[31536]: cluster 2023-12-07T14:19:26.582228+0000 mgr.a (mgr.24293) 10789 : 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-07T14:19:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:27 smithi044 bash[32620]: cluster 2023-12-07T14:19:26.582228+0000 mgr.a (mgr.24293) 10789 : 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-07T14:19:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:27 smithi022 bash[28554]: cluster 2023-12-07T14:19:26.582228+0000 mgr.a (mgr.24293) 10789 : 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-07T14:19:28.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:28.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:28.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:29.558 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:29.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:29.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:29.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:29.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:29 smithi022 bash[28554]: cluster 2023-12-07T14:19:28.582816+0000 mgr.a (mgr.24293) 10790 : 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-07T14:19:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:29 smithi044 bash[32620]: cluster 2023-12-07T14:19:28.582816+0000 mgr.a (mgr.24293) 10790 : 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-07T14:19:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:29 smithi027 bash[31536]: cluster 2023-12-07T14:19:28.582816+0000 mgr.a (mgr.24293) 10790 : 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-07T14:19:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:30 smithi022 bash[28554]: audit 2023-12-07T14:19:29.039149+0000 mgr.a (mgr.24293) 10791 : audit 0 from='client.219615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:30 smithi044 bash[32620]: audit 2023-12-07T14:19:29.039149+0000 mgr.a (mgr.24293) 10791 : audit 0 from='client.219615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:30 smithi027 bash[31536]: audit 2023-12-07T14:19:29.039149+0000 mgr.a (mgr.24293) 10791 : audit 0 from='client.219615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:31 smithi044 bash[32620]: cluster 2023-12-07T14:19:30.583685+0000 mgr.a (mgr.24293) 10792 : cluster 0 pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:31 smithi022 bash[28554]: cluster 2023-12-07T14:19:30.583685+0000 mgr.a (mgr.24293) 10792 : cluster 0 pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:31 smithi027 bash[31536]: cluster 2023-12-07T14:19:30.583685+0000 mgr.a (mgr.24293) 10792 : cluster 0 pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:19:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:33 smithi044 bash[32620]: cluster 2023-12-07T14:19:32.584281+0000 mgr.a (mgr.24293) 10793 : cluster 0 pgmap v8067: 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-07T14:19:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:33 smithi022 bash[28554]: cluster 2023-12-07T14:19:32.584281+0000 mgr.a (mgr.24293) 10793 : cluster 0 pgmap v8067: 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-07T14:19:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:33 smithi027 bash[31536]: cluster 2023-12-07T14:19:32.584281+0000 mgr.a (mgr.24293) 10793 : cluster 0 pgmap v8067: 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-07T14:19:34.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:34.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:34.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:35.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:35.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:35.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:35.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:35.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:35 smithi022 bash[28554]: cluster 2023-12-07T14:19:34.584812+0000 mgr.a (mgr.24293) 10794 : 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-07T14:19:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:35 smithi044 bash[32620]: cluster 2023-12-07T14:19:34.584812+0000 mgr.a (mgr.24293) 10794 : 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-07T14:19:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:35 smithi027 bash[31536]: cluster 2023-12-07T14:19:34.584812+0000 mgr.a (mgr.24293) 10794 : 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-07T14:19:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:36 smithi022 bash[28554]: audit 2023-12-07T14:19:34.973197+0000 mgr.a (mgr.24293) 10795 : audit 0 from='client.219693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:36 smithi044 bash[32620]: audit 2023-12-07T14:19:34.973197+0000 mgr.a (mgr.24293) 10795 : audit 0 from='client.219693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:36 smithi027 bash[31536]: audit 2023-12-07T14:19:34.973197+0000 mgr.a (mgr.24293) 10795 : audit 0 from='client.219693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:37 smithi022 bash[28554]: cluster 2023-12-07T14:19:36.585756+0000 mgr.a (mgr.24293) 10796 : 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-07T14:19:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:37 smithi022 bash[28554]: audit 2023-12-07T14:19:37.216173+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:37 smithi022 bash[28554]: audit 2023-12-07T14:19:37.222760+0000 mon.a (mon.0) 1941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:37 smithi022 bash[28554]: audit 2023-12-07T14:19:37.224623+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:19:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:37 smithi022 bash[28554]: audit 2023-12-07T14:19:37.226337+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:19:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:37 smithi022 bash[28554]: audit 2023-12-07T14:19:37.235176+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:37 smithi044 bash[32620]: cluster 2023-12-07T14:19:36.585756+0000 mgr.a (mgr.24293) 10796 : 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-07T14:19:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:37 smithi044 bash[32620]: audit 2023-12-07T14:19:37.216173+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:37 smithi044 bash[32620]: audit 2023-12-07T14:19:37.222760+0000 mon.a (mon.0) 1941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:37 smithi044 bash[32620]: audit 2023-12-07T14:19:37.224623+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:19:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:37 smithi044 bash[32620]: audit 2023-12-07T14:19:37.226337+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:19:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:37 smithi044 bash[32620]: audit 2023-12-07T14:19:37.235176+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:37 smithi027 bash[31536]: cluster 2023-12-07T14:19:36.585756+0000 mgr.a (mgr.24293) 10796 : 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-07T14:19:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:37 smithi027 bash[31536]: audit 2023-12-07T14:19:37.216173+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:37 smithi027 bash[31536]: audit 2023-12-07T14:19:37.222760+0000 mon.a (mon.0) 1941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:37 smithi027 bash[31536]: audit 2023-12-07T14:19:37.224623+0000 mon.a (mon.0) 1942 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:19:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:37 smithi027 bash[31536]: audit 2023-12-07T14:19:37.226337+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:19:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:37 smithi027 bash[31536]: audit 2023-12-07T14:19:37.235176+0000 mon.a (mon.0) 1944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:19:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:39 smithi022 bash[28554]: cluster 2023-12-07T14:19:38.586389+0000 mgr.a (mgr.24293) 10797 : 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-07T14:19:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:39 smithi044 bash[32620]: cluster 2023-12-07T14:19:38.586389+0000 mgr.a (mgr.24293) 10797 : 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-07T14:19:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:39 smithi027 bash[31536]: cluster 2023-12-07T14:19:38.586389+0000 mgr.a (mgr.24293) 10797 : 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-07T14:19:40.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:40.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:40.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:41.444 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:41.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:41.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:41.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:41.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:41 smithi022 bash[28554]: cluster 2023-12-07T14:19:40.586945+0000 mgr.a (mgr.24293) 10798 : 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-07T14:19:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:41 smithi022 bash[28554]: audit 2023-12-07T14:19:40.891098+0000 mgr.a (mgr.24293) 10799 : audit 0 from='client.219771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:41 smithi044 bash[32620]: cluster 2023-12-07T14:19:40.586945+0000 mgr.a (mgr.24293) 10798 : 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-07T14:19:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:41 smithi044 bash[32620]: audit 2023-12-07T14:19:40.891098+0000 mgr.a (mgr.24293) 10799 : audit 0 from='client.219771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:41 smithi027 bash[31536]: cluster 2023-12-07T14:19:40.586945+0000 mgr.a (mgr.24293) 10798 : 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-07T14:19:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:41 smithi027 bash[31536]: audit 2023-12-07T14:19:40.891098+0000 mgr.a (mgr.24293) 10799 : audit 0 from='client.219771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:43 smithi022 bash[28554]: cluster 2023-12-07T14:19:42.587796+0000 mgr.a (mgr.24293) 10800 : cluster 0 pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:19:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:43 smithi044 bash[32620]: cluster 2023-12-07T14:19:42.587796+0000 mgr.a (mgr.24293) 10800 : cluster 0 pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:19:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:43 smithi027 bash[31536]: cluster 2023-12-07T14:19:42.587796+0000 mgr.a (mgr.24293) 10800 : cluster 0 pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:19:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:45 smithi022 bash[28554]: cluster 2023-12-07T14:19:44.588361+0000 mgr.a (mgr.24293) 10801 : 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-07T14:19:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:45 smithi044 bash[32620]: cluster 2023-12-07T14:19:44.588361+0000 mgr.a (mgr.24293) 10801 : 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-07T14:19:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:45 smithi027 bash[31536]: cluster 2023-12-07T14:19:44.588361+0000 mgr.a (mgr.24293) 10801 : 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-07T14:19:46.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:46.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:46.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:47.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:47.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:47.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:47.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:47.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:47 smithi022 bash[28554]: cluster 2023-12-07T14:19:46.589275+0000 mgr.a (mgr.24293) 10802 : 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-07T14:19:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:47 smithi022 bash[28554]: audit 2023-12-07T14:19:46.853728+0000 mgr.a (mgr.24293) 10803 : audit 0 from='client.219846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:47 smithi044 bash[32620]: cluster 2023-12-07T14:19:46.589275+0000 mgr.a (mgr.24293) 10802 : 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-07T14:19:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:47 smithi044 bash[32620]: audit 2023-12-07T14:19:46.853728+0000 mgr.a (mgr.24293) 10803 : audit 0 from='client.219846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:47 smithi027 bash[31536]: cluster 2023-12-07T14:19:46.589275+0000 mgr.a (mgr.24293) 10802 : 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-07T14:19:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:47 smithi027 bash[31536]: audit 2023-12-07T14:19:46.853728+0000 mgr.a (mgr.24293) 10803 : audit 0 from='client.219846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:49 smithi022 bash[28554]: cluster 2023-12-07T14:19:48.589915+0000 mgr.a (mgr.24293) 10804 : 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-07T14:19:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:49 smithi044 bash[32620]: cluster 2023-12-07T14:19:48.589915+0000 mgr.a (mgr.24293) 10804 : 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-07T14:19:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:49 smithi027 bash[31536]: cluster 2023-12-07T14:19:48.589915+0000 mgr.a (mgr.24293) 10804 : 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-07T14:19:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:51 smithi022 bash[28554]: cluster 2023-12-07T14:19:50.590791+0000 mgr.a (mgr.24293) 10805 : cluster 0 pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:19:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:51 smithi044 bash[32620]: cluster 2023-12-07T14:19:50.590791+0000 mgr.a (mgr.24293) 10805 : cluster 0 pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:19:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:51 smithi027 bash[31536]: cluster 2023-12-07T14:19:50.590791+0000 mgr.a (mgr.24293) 10805 : cluster 0 pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:19:52.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:52.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:52.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:53.315 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:53.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:53.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:53.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:53.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:53 smithi022 bash[28554]: cluster 2023-12-07T14:19:52.591462+0000 mgr.a (mgr.24293) 10806 : 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-07T14:19:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:53 smithi022 bash[28554]: audit 2023-12-07T14:19:52.766466+0000 mgr.a (mgr.24293) 10807 : audit 0 from='client.219921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:53 smithi044 bash[32620]: cluster 2023-12-07T14:19:52.591462+0000 mgr.a (mgr.24293) 10806 : 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-07T14:19:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:53 smithi044 bash[32620]: audit 2023-12-07T14:19:52.766466+0000 mgr.a (mgr.24293) 10807 : audit 0 from='client.219921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:53 smithi027 bash[31536]: cluster 2023-12-07T14:19:52.591462+0000 mgr.a (mgr.24293) 10806 : 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-07T14:19:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:53 smithi027 bash[31536]: audit 2023-12-07T14:19:52.766466+0000 mgr.a (mgr.24293) 10807 : audit 0 from='client.219921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:55 smithi022 bash[28554]: cluster 2023-12-07T14:19:54.592097+0000 mgr.a (mgr.24293) 10808 : 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-07T14:19:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:55 smithi044 bash[32620]: cluster 2023-12-07T14:19:54.592097+0000 mgr.a (mgr.24293) 10808 : 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-07T14:19:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:55 smithi027 bash[31536]: cluster 2023-12-07T14:19:54.592097+0000 mgr.a (mgr.24293) 10808 : 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-07T14:19:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:57 smithi022 bash[28554]: cluster 2023-12-07T14:19:56.592881+0000 mgr.a (mgr.24293) 10809 : 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-07T14:19:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:57 smithi044 bash[32620]: cluster 2023-12-07T14:19:56.592881+0000 mgr.a (mgr.24293) 10809 : 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-07T14:19:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:57 smithi027 bash[31536]: cluster 2023-12-07T14:19:56.592881+0000 mgr.a (mgr.24293) 10809 : 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-07T14:19:58.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:19:58.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:58.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:59.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:19:59.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:59.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:59.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:59.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:19:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:59 smithi022 bash[28554]: cluster 2023-12-07T14:19:58.593473+0000 mgr.a (mgr.24293) 10810 : 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-07T14:19:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:19:59 smithi022 bash[28554]: audit 2023-12-07T14:19:58.729724+0000 mgr.a (mgr.24293) 10811 : audit 0 from='client.219999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:59 smithi044 bash[32620]: cluster 2023-12-07T14:19:58.593473+0000 mgr.a (mgr.24293) 10810 : 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-07T14:19:59.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:19:59 smithi044 bash[32620]: audit 2023-12-07T14:19:58.729724+0000 mgr.a (mgr.24293) 10811 : audit 0 from='client.219999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:59 smithi027 bash[31536]: cluster 2023-12-07T14:19:58.593473+0000 mgr.a (mgr.24293) 10810 : 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-07T14:19:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:19:59 smithi027 bash[31536]: audit 2023-12-07T14:19:58.729724+0000 mgr.a (mgr.24293) 10811 : audit 0 from='client.219999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:00 smithi022 bash[28554]: cluster 2023-12-07T14:20:00.000135+0000 mon.a (mon.0) 1945 : cluster 1 overall HEALTH_OK 2023-12-07T14:20:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:00 smithi044 bash[32620]: cluster 2023-12-07T14:20:00.000135+0000 mon.a (mon.0) 1945 : cluster 1 overall HEALTH_OK 2023-12-07T14:20:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:00 smithi027 bash[31536]: cluster 2023-12-07T14:20:00.000135+0000 mon.a (mon.0) 1945 : cluster 1 overall HEALTH_OK 2023-12-07T14:20:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:01 smithi022 bash[28554]: cluster 2023-12-07T14:20:00.594295+0000 mgr.a (mgr.24293) 10812 : cluster 0 pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:20:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:01 smithi044 bash[32620]: cluster 2023-12-07T14:20:00.594295+0000 mgr.a (mgr.24293) 10812 : cluster 0 pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:20:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:01 smithi027 bash[31536]: cluster 2023-12-07T14:20:00.594295+0000 mgr.a (mgr.24293) 10812 : cluster 0 pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:20:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:03 smithi022 bash[28554]: cluster 2023-12-07T14:20:02.594933+0000 mgr.a (mgr.24293) 10813 : cluster 0 pgmap v8082: 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-07T14:20:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:03 smithi044 bash[32620]: cluster 2023-12-07T14:20:02.594933+0000 mgr.a (mgr.24293) 10813 : cluster 0 pgmap v8082: 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-07T14:20:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:03 smithi027 bash[31536]: cluster 2023-12-07T14:20:02.594933+0000 mgr.a (mgr.24293) 10813 : cluster 0 pgmap v8082: 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-07T14:20:04.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:04.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:04.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:05.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:05.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:05.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:05.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:05.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:05 smithi022 bash[28554]: cluster 2023-12-07T14:20:04.595334+0000 mgr.a (mgr.24293) 10814 : 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-07T14:20:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:05 smithi022 bash[28554]: audit 2023-12-07T14:20:04.677617+0000 mgr.a (mgr.24293) 10815 : audit 0 from='client.220077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:05 smithi044 bash[32620]: cluster 2023-12-07T14:20:04.595334+0000 mgr.a (mgr.24293) 10814 : 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-07T14:20:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:05 smithi044 bash[32620]: audit 2023-12-07T14:20:04.677617+0000 mgr.a (mgr.24293) 10815 : audit 0 from='client.220077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:05 smithi027 bash[31536]: cluster 2023-12-07T14:20:04.595334+0000 mgr.a (mgr.24293) 10814 : 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-07T14:20:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:05 smithi027 bash[31536]: audit 2023-12-07T14:20:04.677617+0000 mgr.a (mgr.24293) 10815 : audit 0 from='client.220077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:07 smithi022 bash[28554]: cluster 2023-12-07T14:20:06.596230+0000 mgr.a (mgr.24293) 10816 : 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-07T14:20:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:07 smithi044 bash[32620]: cluster 2023-12-07T14:20:06.596230+0000 mgr.a (mgr.24293) 10816 : 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-07T14:20:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:07 smithi027 bash[31536]: cluster 2023-12-07T14:20:06.596230+0000 mgr.a (mgr.24293) 10816 : 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-07T14:20:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:09 smithi022 bash[28554]: cluster 2023-12-07T14:20:08.596776+0000 mgr.a (mgr.24293) 10817 : 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-07T14:20:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:09 smithi044 bash[32620]: cluster 2023-12-07T14:20:08.596776+0000 mgr.a (mgr.24293) 10817 : 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-07T14:20:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:09 smithi027 bash[31536]: cluster 2023-12-07T14:20:08.596776+0000 mgr.a (mgr.24293) 10817 : 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-07T14:20:10.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:10.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:10.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:11.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:11.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:11.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:11.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:11.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:11 smithi022 bash[28554]: cluster 2023-12-07T14:20:10.597273+0000 mgr.a (mgr.24293) 10818 : 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-07T14:20:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:11 smithi022 bash[28554]: audit 2023-12-07T14:20:10.616677+0000 mgr.a (mgr.24293) 10819 : audit 0 from='client.220155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:11 smithi044 bash[32620]: cluster 2023-12-07T14:20:10.597273+0000 mgr.a (mgr.24293) 10818 : 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-07T14:20:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:11 smithi044 bash[32620]: audit 2023-12-07T14:20:10.616677+0000 mgr.a (mgr.24293) 10819 : audit 0 from='client.220155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:11 smithi027 bash[31536]: cluster 2023-12-07T14:20:10.597273+0000 mgr.a (mgr.24293) 10818 : 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-07T14:20:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:11 smithi027 bash[31536]: audit 2023-12-07T14:20:10.616677+0000 mgr.a (mgr.24293) 10819 : audit 0 from='client.220155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:13 smithi022 bash[28554]: cluster 2023-12-07T14:20:12.598064+0000 mgr.a (mgr.24293) 10820 : cluster 0 pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:20:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:13 smithi044 bash[32620]: cluster 2023-12-07T14:20:12.598064+0000 mgr.a (mgr.24293) 10820 : cluster 0 pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:20:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:13 smithi027 bash[31536]: cluster 2023-12-07T14:20:12.598064+0000 mgr.a (mgr.24293) 10820 : cluster 0 pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:20:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:15 smithi044 bash[32620]: cluster 2023-12-07T14:20:14.598624+0000 mgr.a (mgr.24293) 10821 : cluster 0 pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:15.935 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:15 smithi022 bash[28554]: cluster 2023-12-07T14:20:14.598624+0000 mgr.a (mgr.24293) 10821 : cluster 0 pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:15.968 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:15 smithi027 bash[31536]: cluster 2023-12-07T14:20:14.598624+0000 mgr.a (mgr.24293) 10821 : cluster 0 pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:16.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:16.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:16.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:17.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:17.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:17.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:17.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:17.063 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:17 smithi022 bash[28554]: audit 2023-12-07T14:20:16.545786+0000 mgr.a (mgr.24293) 10822 : audit 0 from='client.220230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:17 smithi022 bash[28554]: cluster 2023-12-07T14:20:16.599371+0000 mgr.a (mgr.24293) 10823 : 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-07T14:20:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:17 smithi044 bash[32620]: audit 2023-12-07T14:20:16.545786+0000 mgr.a (mgr.24293) 10822 : audit 0 from='client.220230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:17 smithi044 bash[32620]: cluster 2023-12-07T14:20:16.599371+0000 mgr.a (mgr.24293) 10823 : 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-07T14:20:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:17 smithi027 bash[31536]: audit 2023-12-07T14:20:16.545786+0000 mgr.a (mgr.24293) 10822 : audit 0 from='client.220230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:17 smithi027 bash[31536]: cluster 2023-12-07T14:20:16.599371+0000 mgr.a (mgr.24293) 10823 : 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-07T14:20:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:19 smithi022 bash[28554]: cluster 2023-12-07T14:20:18.600024+0000 mgr.a (mgr.24293) 10824 : cluster 0 pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:19 smithi044 bash[32620]: cluster 2023-12-07T14:20:18.600024+0000 mgr.a (mgr.24293) 10824 : cluster 0 pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:19 smithi027 bash[31536]: cluster 2023-12-07T14:20:18.600024+0000 mgr.a (mgr.24293) 10824 : cluster 0 pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:21 smithi022 bash[28554]: cluster 2023-12-07T14:20:20.600780+0000 mgr.a (mgr.24293) 10825 : cluster 0 pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:20:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:21 smithi044 bash[32620]: cluster 2023-12-07T14:20:20.600780+0000 mgr.a (mgr.24293) 10825 : cluster 0 pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:20:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:21 smithi027 bash[31536]: cluster 2023-12-07T14:20:20.600780+0000 mgr.a (mgr.24293) 10825 : cluster 0 pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:20:22.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:22.066 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:22.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:22.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:23 smithi022 bash[28554]: audit 2023-12-07T14:20:22.475956+0000 mgr.a (mgr.24293) 10826 : audit 0 from='client.220308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:23 smithi022 bash[28554]: cluster 2023-12-07T14:20:22.601696+0000 mgr.a (mgr.24293) 10827 : 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-07T14:20:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:23 smithi044 bash[32620]: audit 2023-12-07T14:20:22.475956+0000 mgr.a (mgr.24293) 10826 : audit 0 from='client.220308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:23 smithi044 bash[32620]: cluster 2023-12-07T14:20:22.601696+0000 mgr.a (mgr.24293) 10827 : 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-07T14:20:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:23 smithi027 bash[31536]: audit 2023-12-07T14:20:22.475956+0000 mgr.a (mgr.24293) 10826 : audit 0 from='client.220308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:23 smithi027 bash[31536]: cluster 2023-12-07T14:20:22.601696+0000 mgr.a (mgr.24293) 10827 : 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-07T14:20:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:25 smithi022 bash[28554]: cluster 2023-12-07T14:20:24.602322+0000 mgr.a (mgr.24293) 10828 : 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-07T14:20:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:25 smithi044 bash[32620]: cluster 2023-12-07T14:20:24.602322+0000 mgr.a (mgr.24293) 10828 : 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-07T14:20:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:25 smithi027 bash[31536]: cluster 2023-12-07T14:20:24.602322+0000 mgr.a (mgr.24293) 10828 : 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-07T14:20:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:27 smithi022 bash[28554]: cluster 2023-12-07T14:20:26.603146+0000 mgr.a (mgr.24293) 10829 : 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-07T14:20:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:27 smithi044 bash[32620]: cluster 2023-12-07T14:20:26.603146+0000 mgr.a (mgr.24293) 10829 : 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-07T14:20:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:27 smithi027 bash[31536]: cluster 2023-12-07T14:20:26.603146+0000 mgr.a (mgr.24293) 10829 : 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-07T14:20:27.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:28.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:28.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:28.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:28.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:28.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:28.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:28.911 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:29 smithi022 bash[28554]: audit 2023-12-07T14:20:28.405516+0000 mgr.a (mgr.24293) 10830 : audit 0 from='client.220386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:29 smithi022 bash[28554]: cluster 2023-12-07T14:20:28.603890+0000 mgr.a (mgr.24293) 10831 : 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-07T14:20:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:29 smithi044 bash[32620]: audit 2023-12-07T14:20:28.405516+0000 mgr.a (mgr.24293) 10830 : audit 0 from='client.220386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:29.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:29 smithi044 bash[32620]: cluster 2023-12-07T14:20:28.603890+0000 mgr.a (mgr.24293) 10831 : 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-07T14:20:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:29 smithi027 bash[31536]: audit 2023-12-07T14:20:28.405516+0000 mgr.a (mgr.24293) 10830 : audit 0 from='client.220386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:29 smithi027 bash[31536]: cluster 2023-12-07T14:20:28.603890+0000 mgr.a (mgr.24293) 10831 : 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-07T14:20:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:31 smithi022 bash[28554]: cluster 2023-12-07T14:20:30.604741+0000 mgr.a (mgr.24293) 10832 : cluster 0 pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:20:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:31 smithi044 bash[32620]: cluster 2023-12-07T14:20:30.604741+0000 mgr.a (mgr.24293) 10832 : cluster 0 pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:20:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:31 smithi027 bash[31536]: cluster 2023-12-07T14:20:30.604741+0000 mgr.a (mgr.24293) 10832 : cluster 0 pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:20:33.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:33.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:33.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:33 smithi022 bash[28554]: cluster 2023-12-07T14:20:32.605387+0000 mgr.a (mgr.24293) 10833 : cluster 0 pgmap v8097: 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-07T14:20:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:33 smithi044 bash[32620]: cluster 2023-12-07T14:20:32.605387+0000 mgr.a (mgr.24293) 10833 : cluster 0 pgmap v8097: 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-07T14:20:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:33 smithi027 bash[31536]: cluster 2023-12-07T14:20:32.605387+0000 mgr.a (mgr.24293) 10833 : cluster 0 pgmap v8097: 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-07T14:20:34.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:34.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:34.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:34.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:34.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:35 smithi022 bash[28554]: audit 2023-12-07T14:20:34.318020+0000 mgr.a (mgr.24293) 10834 : audit 0 from='client.220461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:35 smithi022 bash[28554]: cluster 2023-12-07T14:20:34.606147+0000 mgr.a (mgr.24293) 10835 : 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-07T14:20:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:35 smithi044 bash[32620]: audit 2023-12-07T14:20:34.318020+0000 mgr.a (mgr.24293) 10834 : audit 0 from='client.220461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:35 smithi044 bash[32620]: cluster 2023-12-07T14:20:34.606147+0000 mgr.a (mgr.24293) 10835 : 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-07T14:20:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:35 smithi027 bash[31536]: audit 2023-12-07T14:20:34.318020+0000 mgr.a (mgr.24293) 10834 : audit 0 from='client.220461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:35 smithi027 bash[31536]: cluster 2023-12-07T14:20:34.606147+0000 mgr.a (mgr.24293) 10835 : 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-07T14:20:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:37 smithi022 bash[28554]: cluster 2023-12-07T14:20:36.607080+0000 mgr.a (mgr.24293) 10836 : 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-07T14:20:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:37 smithi022 bash[28554]: audit 2023-12-07T14:20:37.337911+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:20:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:37 smithi044 bash[32620]: cluster 2023-12-07T14:20:36.607080+0000 mgr.a (mgr.24293) 10836 : 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-07T14:20:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:37 smithi044 bash[32620]: audit 2023-12-07T14:20:37.337911+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:20:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:37 smithi027 bash[31536]: cluster 2023-12-07T14:20:36.607080+0000 mgr.a (mgr.24293) 10836 : 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-07T14:20:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:37 smithi027 bash[31536]: audit 2023-12-07T14:20:37.337911+0000 mon.a (mon.0) 1946 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:20:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:39 smithi022 bash[28554]: cluster 2023-12-07T14:20:38.607666+0000 mgr.a (mgr.24293) 10837 : 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-07T14:20:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:39 smithi044 bash[32620]: cluster 2023-12-07T14:20:38.607666+0000 mgr.a (mgr.24293) 10837 : 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-07T14:20:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:39 smithi027 bash[31536]: cluster 2023-12-07T14:20:38.607666+0000 mgr.a (mgr.24293) 10837 : 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-07T14:20:39.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:39.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:39.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:40.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:40.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:40.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:40.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:40.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:41 smithi022 bash[28554]: audit 2023-12-07T14:20:40.252947+0000 mgr.a (mgr.24293) 10838 : audit 0 from='client.220539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:41 smithi022 bash[28554]: cluster 2023-12-07T14:20:40.608549+0000 mgr.a (mgr.24293) 10839 : cluster 0 pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:41 smithi044 bash[32620]: audit 2023-12-07T14:20:40.252947+0000 mgr.a (mgr.24293) 10838 : audit 0 from='client.220539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:41 smithi044 bash[32620]: cluster 2023-12-07T14:20:40.608549+0000 mgr.a (mgr.24293) 10839 : cluster 0 pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:41 smithi027 bash[31536]: audit 2023-12-07T14:20:40.252947+0000 mgr.a (mgr.24293) 10838 : audit 0 from='client.220539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:41 smithi027 bash[31536]: cluster 2023-12-07T14:20:40.608549+0000 mgr.a (mgr.24293) 10839 : cluster 0 pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:43.926 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:43 smithi027 bash[31536]: cluster 2023-12-07T14:20:42.609400+0000 mgr.a (mgr.24293) 10840 : cluster 0 pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:20:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:43 smithi022 bash[28554]: cluster 2023-12-07T14:20:42.609400+0000 mgr.a (mgr.24293) 10840 : cluster 0 pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:20:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:43 smithi044 bash[32620]: cluster 2023-12-07T14:20:42.609400+0000 mgr.a (mgr.24293) 10840 : cluster 0 pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:20:45.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:45.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:45.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:45 smithi022 bash[28554]: cluster 2023-12-07T14:20:44.609992+0000 mgr.a (mgr.24293) 10841 : cluster 0 pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T14:20:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:45 smithi044 bash[32620]: cluster 2023-12-07T14:20:44.609992+0000 mgr.a (mgr.24293) 10841 : cluster 0 pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T14:20:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:45 smithi027 bash[31536]: cluster 2023-12-07T14:20:44.609992+0000 mgr.a (mgr.24293) 10841 : cluster 0 pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T14:20:46.734 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:46.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:46.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:46.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:46.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:47 smithi022 bash[28554]: audit 2023-12-07T14:20:46.211461+0000 mgr.a (mgr.24293) 10842 : audit 0 from='client.220617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:47.934 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:47 smithi022 bash[28554]: cluster 2023-12-07T14:20:46.611047+0000 mgr.a (mgr.24293) 10843 : 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-07T14:20:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:47 smithi027 bash[31536]: audit 2023-12-07T14:20:46.211461+0000 mgr.a (mgr.24293) 10842 : audit 0 from='client.220617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:47 smithi027 bash[31536]: cluster 2023-12-07T14:20:46.611047+0000 mgr.a (mgr.24293) 10843 : 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-07T14:20:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:47 smithi044 bash[32620]: audit 2023-12-07T14:20:46.211461+0000 mgr.a (mgr.24293) 10842 : audit 0 from='client.220617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:47 smithi044 bash[32620]: cluster 2023-12-07T14:20:46.611047+0000 mgr.a (mgr.24293) 10843 : 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-07T14:20:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:49 smithi022 bash[28554]: audit 2023-12-07T14:20:48.144354+0000 mon.a (mon.0) 1947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:49 smithi022 bash[28554]: audit 2023-12-07T14:20:48.151031+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:49 smithi022 bash[28554]: audit 2023-12-07T14:20:48.152568+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:20:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:49 smithi022 bash[28554]: audit 2023-12-07T14:20:48.154102+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:20:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:49 smithi022 bash[28554]: audit 2023-12-07T14:20:48.161159+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:49 smithi022 bash[28554]: cluster 2023-12-07T14:20:48.611675+0000 mgr.a (mgr.24293) 10844 : 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-07T14:20:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:49 smithi044 bash[32620]: audit 2023-12-07T14:20:48.144354+0000 mon.a (mon.0) 1947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:49 smithi044 bash[32620]: audit 2023-12-07T14:20:48.151031+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:49 smithi044 bash[32620]: audit 2023-12-07T14:20:48.152568+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:20:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:49 smithi044 bash[32620]: audit 2023-12-07T14:20:48.154102+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:20:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:49 smithi044 bash[32620]: audit 2023-12-07T14:20:48.161159+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:49 smithi044 bash[32620]: cluster 2023-12-07T14:20:48.611675+0000 mgr.a (mgr.24293) 10844 : 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-07T14:20:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:49 smithi027 bash[31536]: audit 2023-12-07T14:20:48.144354+0000 mon.a (mon.0) 1947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:49 smithi027 bash[31536]: audit 2023-12-07T14:20:48.151031+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:49 smithi027 bash[31536]: audit 2023-12-07T14:20:48.152568+0000 mon.a (mon.0) 1949 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:20:49.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:49 smithi027 bash[31536]: audit 2023-12-07T14:20:48.154102+0000 mon.a (mon.0) 1950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:20:49.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:49 smithi027 bash[31536]: audit 2023-12-07T14:20:48.161159+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:20:49.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:49 smithi027 bash[31536]: cluster 2023-12-07T14:20:48.611675+0000 mgr.a (mgr.24293) 10844 : 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-07T14:20:51.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:51.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:51.738 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:51 smithi022 bash[28554]: cluster 2023-12-07T14:20:50.612486+0000 mgr.a (mgr.24293) 10845 : 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-07T14:20:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:51 smithi044 bash[32620]: cluster 2023-12-07T14:20:50.612486+0000 mgr.a (mgr.24293) 10845 : 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-07T14:20:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:51 smithi027 bash[31536]: cluster 2023-12-07T14:20:50.612486+0000 mgr.a (mgr.24293) 10845 : 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-07T14:20:52.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:53 smithi022 bash[28554]: audit 2023-12-07T14:20:52.145585+0000 mgr.a (mgr.24293) 10846 : audit 0 from='client.220695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:53 smithi022 bash[28554]: cluster 2023-12-07T14:20:52.613092+0000 mgr.a (mgr.24293) 10847 : cluster 0 pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:53 smithi044 bash[32620]: audit 2023-12-07T14:20:52.145585+0000 mgr.a (mgr.24293) 10846 : audit 0 from='client.220695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:53 smithi044 bash[32620]: cluster 2023-12-07T14:20:52.613092+0000 mgr.a (mgr.24293) 10847 : cluster 0 pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:53 smithi027 bash[31536]: audit 2023-12-07T14:20:52.145585+0000 mgr.a (mgr.24293) 10846 : audit 0 from='client.220695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:53 smithi027 bash[31536]: cluster 2023-12-07T14:20:52.613092+0000 mgr.a (mgr.24293) 10847 : cluster 0 pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:55 smithi027 bash[31536]: cluster 2023-12-07T14:20:54.613712+0000 mgr.a (mgr.24293) 10848 : cluster 0 pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T14:20:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:55 smithi022 bash[28554]: cluster 2023-12-07T14:20:54.613712+0000 mgr.a (mgr.24293) 10848 : cluster 0 pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T14:20:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:55 smithi044 bash[32620]: cluster 2023-12-07T14:20:54.613712+0000 mgr.a (mgr.24293) 10848 : cluster 0 pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T14:20:57.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:20:57.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:57.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:57 smithi027 bash[31536]: cluster 2023-12-07T14:20:56.614609+0000 mgr.a (mgr.24293) 10849 : cluster 0 pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:20:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:57 smithi022 bash[28554]: cluster 2023-12-07T14:20:56.614609+0000 mgr.a (mgr.24293) 10849 : cluster 0 pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:20:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:57 smithi044 bash[32620]: cluster 2023-12-07T14:20:56.614609+0000 mgr.a (mgr.24293) 10849 : cluster 0 pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:20:58.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:20:58.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:58.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:58.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:58.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:20:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:59 smithi022 bash[28554]: audit 2023-12-07T14:20:58.037958+0000 mgr.a (mgr.24293) 10850 : audit 0 from='client.220773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:20:59 smithi022 bash[28554]: cluster 2023-12-07T14:20:58.615434+0000 mgr.a (mgr.24293) 10851 : 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-07T14:20:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:59 smithi044 bash[32620]: audit 2023-12-07T14:20:58.037958+0000 mgr.a (mgr.24293) 10850 : audit 0 from='client.220773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:59.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:20:59 smithi044 bash[32620]: cluster 2023-12-07T14:20:58.615434+0000 mgr.a (mgr.24293) 10851 : 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-07T14:20:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:59 smithi027 bash[31536]: audit 2023-12-07T14:20:58.037958+0000 mgr.a (mgr.24293) 10850 : audit 0 from='client.220773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:20:59 smithi027 bash[31536]: cluster 2023-12-07T14:20:58.615434+0000 mgr.a (mgr.24293) 10851 : 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-07T14:21:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:01 smithi022 bash[28554]: cluster 2023-12-07T14:21:00.616278+0000 mgr.a (mgr.24293) 10852 : 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-07T14:21:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:01 smithi044 bash[32620]: cluster 2023-12-07T14:21:00.616278+0000 mgr.a (mgr.24293) 10852 : 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-07T14:21:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:01 smithi027 bash[31536]: cluster 2023-12-07T14:21:00.616278+0000 mgr.a (mgr.24293) 10852 : 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-07T14:21:03.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:03.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:03.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:03 smithi027 bash[31536]: cluster 2023-12-07T14:21:02.616866+0000 mgr.a (mgr.24293) 10853 : 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-07T14:21:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:03 smithi022 bash[28554]: cluster 2023-12-07T14:21:02.616866+0000 mgr.a (mgr.24293) 10853 : 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-07T14:21:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:03 smithi044 bash[32620]: cluster 2023-12-07T14:21:02.616866+0000 mgr.a (mgr.24293) 10853 : 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-07T14:21:04.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:04.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:04.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:04.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:04.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:04 smithi027 bash[31536]: audit 2023-12-07T14:21:03.960024+0000 mgr.a (mgr.24293) 10854 : audit 0 from='client.220848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:04 smithi022 bash[28554]: audit 2023-12-07T14:21:03.960024+0000 mgr.a (mgr.24293) 10854 : audit 0 from='client.220848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:04 smithi044 bash[32620]: audit 2023-12-07T14:21:03.960024+0000 mgr.a (mgr.24293) 10854 : audit 0 from='client.220848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:05 smithi027 bash[31536]: cluster 2023-12-07T14:21:04.617558+0000 mgr.a (mgr.24293) 10855 : 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-07T14:21:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:05 smithi022 bash[28554]: cluster 2023-12-07T14:21:04.617558+0000 mgr.a (mgr.24293) 10855 : 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-07T14:21:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:05 smithi044 bash[32620]: cluster 2023-12-07T14:21:04.617558+0000 mgr.a (mgr.24293) 10855 : 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-07T14:21:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:07 smithi027 bash[31536]: cluster 2023-12-07T14:21:06.618428+0000 mgr.a (mgr.24293) 10856 : 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-07T14:21:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:07 smithi022 bash[28554]: cluster 2023-12-07T14:21:06.618428+0000 mgr.a (mgr.24293) 10856 : 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-07T14:21:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:07 smithi044 bash[32620]: cluster 2023-12-07T14:21:06.618428+0000 mgr.a (mgr.24293) 10856 : 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-07T14:21:09.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:09.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:09.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:09 smithi022 bash[28554]: cluster 2023-12-07T14:21:08.619028+0000 mgr.a (mgr.24293) 10857 : 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-07T14:21:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:09 smithi044 bash[32620]: cluster 2023-12-07T14:21:08.619028+0000 mgr.a (mgr.24293) 10857 : 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-07T14:21:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:09 smithi027 bash[31536]: cluster 2023-12-07T14:21:08.619028+0000 mgr.a (mgr.24293) 10857 : 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-07T14:21:10.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:10.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:10.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:10.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:10.426 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:10 smithi022 bash[28554]: audit 2023-12-07T14:21:09.889584+0000 mgr.a (mgr.24293) 10858 : audit 0 from='client.220926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:10 smithi044 bash[32620]: audit 2023-12-07T14:21:09.889584+0000 mgr.a (mgr.24293) 10858 : audit 0 from='client.220926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:10 smithi027 bash[31536]: audit 2023-12-07T14:21:09.889584+0000 mgr.a (mgr.24293) 10858 : audit 0 from='client.220926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:11 smithi027 bash[31536]: cluster 2023-12-07T14:21:10.620173+0000 mgr.a (mgr.24293) 10859 : cluster 0 pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:21:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:11 smithi022 bash[28554]: cluster 2023-12-07T14:21:10.620173+0000 mgr.a (mgr.24293) 10859 : cluster 0 pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:21:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:11 smithi044 bash[32620]: cluster 2023-12-07T14:21:10.620173+0000 mgr.a (mgr.24293) 10859 : cluster 0 pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:21:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:13 smithi027 bash[31536]: cluster 2023-12-07T14:21:12.620935+0000 mgr.a (mgr.24293) 10860 : cluster 0 pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:21:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:13 smithi022 bash[28554]: cluster 2023-12-07T14:21:12.620935+0000 mgr.a (mgr.24293) 10860 : cluster 0 pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:21:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:13 smithi044 bash[32620]: cluster 2023-12-07T14:21:12.620935+0000 mgr.a (mgr.24293) 10860 : cluster 0 pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:21:15.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:15.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:15.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:15 smithi027 bash[31536]: cluster 2023-12-07T14:21:14.621574+0000 mgr.a (mgr.24293) 10861 : cluster 0 pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:21:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:15 smithi022 bash[28554]: cluster 2023-12-07T14:21:14.621574+0000 mgr.a (mgr.24293) 10861 : cluster 0 pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:21:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:15 smithi044 bash[32620]: cluster 2023-12-07T14:21:14.621574+0000 mgr.a (mgr.24293) 10861 : cluster 0 pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:21:16.373 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:16.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:16.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:16.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:16.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:16 smithi027 bash[31536]: audit 2023-12-07T14:21:15.844710+0000 mgr.a (mgr.24293) 10862 : audit 0 from='client.221004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:16 smithi022 bash[28554]: audit 2023-12-07T14:21:15.844710+0000 mgr.a (mgr.24293) 10862 : audit 0 from='client.221004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:16 smithi044 bash[32620]: audit 2023-12-07T14:21:15.844710+0000 mgr.a (mgr.24293) 10862 : audit 0 from='client.221004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:17 smithi027 bash[31536]: cluster 2023-12-07T14:21:16.622687+0000 mgr.a (mgr.24293) 10863 : 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-07T14:21:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:17 smithi022 bash[28554]: cluster 2023-12-07T14:21:16.622687+0000 mgr.a (mgr.24293) 10863 : 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-07T14:21:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:17 smithi044 bash[32620]: cluster 2023-12-07T14:21:16.622687+0000 mgr.a (mgr.24293) 10863 : 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-07T14:21:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:19 smithi022 bash[28554]: cluster 2023-12-07T14:21:18.623476+0000 mgr.a (mgr.24293) 10864 : 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-07T14:21:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:19 smithi044 bash[32620]: cluster 2023-12-07T14:21:18.623476+0000 mgr.a (mgr.24293) 10864 : 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-07T14:21:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:19 smithi027 bash[31536]: cluster 2023-12-07T14:21:18.623476+0000 mgr.a (mgr.24293) 10864 : 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-07T14:21:21.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:21.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:21.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:21 smithi027 bash[31536]: cluster 2023-12-07T14:21:20.624237+0000 mgr.a (mgr.24293) 10865 : 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-07T14:21:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:21 smithi022 bash[28554]: cluster 2023-12-07T14:21:20.624237+0000 mgr.a (mgr.24293) 10865 : 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-07T14:21:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:21 smithi044 bash[32620]: cluster 2023-12-07T14:21:20.624237+0000 mgr.a (mgr.24293) 10865 : 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-07T14:21:22.319 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:22.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:22.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:22.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:22.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:22 smithi027 bash[31536]: audit 2023-12-07T14:21:21.787593+0000 mgr.a (mgr.24293) 10866 : audit 0 from='client.221082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:22 smithi022 bash[28554]: audit 2023-12-07T14:21:21.787593+0000 mgr.a (mgr.24293) 10866 : audit 0 from='client.221082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:22 smithi044 bash[32620]: audit 2023-12-07T14:21:21.787593+0000 mgr.a (mgr.24293) 10866 : audit 0 from='client.221082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:23 smithi027 bash[31536]: cluster 2023-12-07T14:21:22.624989+0000 mgr.a (mgr.24293) 10867 : cluster 0 pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:21:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:23 smithi022 bash[28554]: cluster 2023-12-07T14:21:22.624989+0000 mgr.a (mgr.24293) 10867 : cluster 0 pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:21:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:23 smithi044 bash[32620]: cluster 2023-12-07T14:21:22.624989+0000 mgr.a (mgr.24293) 10867 : cluster 0 pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:21:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:25 smithi027 bash[31536]: cluster 2023-12-07T14:21:24.625590+0000 mgr.a (mgr.24293) 10868 : cluster 0 pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:21:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:25 smithi022 bash[28554]: cluster 2023-12-07T14:21:24.625590+0000 mgr.a (mgr.24293) 10868 : cluster 0 pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:21:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:25 smithi044 bash[32620]: cluster 2023-12-07T14:21:24.625590+0000 mgr.a (mgr.24293) 10868 : cluster 0 pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:21:27.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:27.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:27.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:27 smithi027 bash[31536]: cluster 2023-12-07T14:21:26.626427+0000 mgr.a (mgr.24293) 10869 : cluster 0 pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:21:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:27 smithi022 bash[28554]: cluster 2023-12-07T14:21:26.626427+0000 mgr.a (mgr.24293) 10869 : cluster 0 pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:21:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:27 smithi044 bash[32620]: cluster 2023-12-07T14:21:26.626427+0000 mgr.a (mgr.24293) 10869 : cluster 0 pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:21:28.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:28.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:28.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:28.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:28.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:28 smithi022 bash[28554]: audit 2023-12-07T14:21:27.727741+0000 mgr.a (mgr.24293) 10870 : audit 0 from='client.221160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:28 smithi044 bash[32620]: audit 2023-12-07T14:21:27.727741+0000 mgr.a (mgr.24293) 10870 : audit 0 from='client.221160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:28 smithi027 bash[31536]: audit 2023-12-07T14:21:27.727741+0000 mgr.a (mgr.24293) 10870 : audit 0 from='client.221160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:29 smithi044 bash[32620]: cluster 2023-12-07T14:21:28.627184+0000 mgr.a (mgr.24293) 10871 : 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-07T14:21:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:29 smithi022 bash[28554]: cluster 2023-12-07T14:21:28.627184+0000 mgr.a (mgr.24293) 10871 : 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-07T14:21:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:29 smithi027 bash[31536]: cluster 2023-12-07T14:21:28.627184+0000 mgr.a (mgr.24293) 10871 : 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-07T14:21:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:31 smithi022 bash[28554]: cluster 2023-12-07T14:21:30.628012+0000 mgr.a (mgr.24293) 10872 : 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-07T14:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:31 smithi044 bash[32620]: cluster 2023-12-07T14:21:30.628012+0000 mgr.a (mgr.24293) 10872 : 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-07T14:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:31 smithi027 bash[31536]: cluster 2023-12-07T14:21:30.628012+0000 mgr.a (mgr.24293) 10872 : 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-07T14:21:33.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:33.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:33.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:33 smithi022 bash[28554]: cluster 2023-12-07T14:21:32.628594+0000 mgr.a (mgr.24293) 10873 : 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-07T14:21:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:33 smithi044 bash[32620]: cluster 2023-12-07T14:21:32.628594+0000 mgr.a (mgr.24293) 10873 : 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-07T14:21:34.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:34.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:34.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:34.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:34.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:33 smithi027 bash[31536]: cluster 2023-12-07T14:21:32.628594+0000 mgr.a (mgr.24293) 10873 : 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-07T14:21:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:34 smithi022 bash[28554]: audit 2023-12-07T14:21:33.669707+0000 mgr.a (mgr.24293) 10874 : audit 0 from='client.221238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:34 smithi044 bash[32620]: audit 2023-12-07T14:21:33.669707+0000 mgr.a (mgr.24293) 10874 : audit 0 from='client.221238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:34 smithi027 bash[31536]: audit 2023-12-07T14:21:33.669707+0000 mgr.a (mgr.24293) 10874 : audit 0 from='client.221238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:35 smithi022 bash[28554]: cluster 2023-12-07T14:21:34.629360+0000 mgr.a (mgr.24293) 10875 : 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-07T14:21:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:35 smithi044 bash[32620]: cluster 2023-12-07T14:21:34.629360+0000 mgr.a (mgr.24293) 10875 : 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-07T14:21:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:35 smithi027 bash[31536]: cluster 2023-12-07T14:21:34.629360+0000 mgr.a (mgr.24293) 10875 : 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-07T14:21:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:37 smithi022 bash[28554]: cluster 2023-12-07T14:21:36.630250+0000 mgr.a (mgr.24293) 10876 : 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-07T14:21:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:37 smithi044 bash[32620]: cluster 2023-12-07T14:21:36.630250+0000 mgr.a (mgr.24293) 10876 : 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-07T14:21:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:37 smithi027 bash[31536]: cluster 2023-12-07T14:21:36.630250+0000 mgr.a (mgr.24293) 10876 : 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-07T14:21:39.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:39.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:39.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:39 smithi027 bash[31536]: cluster 2023-12-07T14:21:38.630819+0000 mgr.a (mgr.24293) 10877 : 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-07T14:21:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:39 smithi022 bash[28554]: cluster 2023-12-07T14:21:38.630819+0000 mgr.a (mgr.24293) 10877 : 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-07T14:21:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:39 smithi044 bash[32620]: cluster 2023-12-07T14:21:38.630819+0000 mgr.a (mgr.24293) 10877 : 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-07T14:21:40.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:40.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:40.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:40.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:40.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:40 smithi027 bash[31536]: audit 2023-12-07T14:21:39.604893+0000 mgr.a (mgr.24293) 10878 : audit 0 from='client.221313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:40 smithi022 bash[28554]: audit 2023-12-07T14:21:39.604893+0000 mgr.a (mgr.24293) 10878 : audit 0 from='client.221313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:40 smithi044 bash[32620]: audit 2023-12-07T14:21:39.604893+0000 mgr.a (mgr.24293) 10878 : audit 0 from='client.221313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:41 smithi027 bash[31536]: cluster 2023-12-07T14:21:40.631710+0000 mgr.a (mgr.24293) 10879 : 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-07T14:21:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:41 smithi022 bash[28554]: cluster 2023-12-07T14:21:40.631710+0000 mgr.a (mgr.24293) 10879 : 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-07T14:21:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:41 smithi044 bash[32620]: cluster 2023-12-07T14:21:40.631710+0000 mgr.a (mgr.24293) 10879 : 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-07T14:21:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:43 smithi027 bash[31536]: cluster 2023-12-07T14:21:42.632380+0000 mgr.a (mgr.24293) 10880 : 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-07T14:21:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:43 smithi022 bash[28554]: cluster 2023-12-07T14:21:42.632380+0000 mgr.a (mgr.24293) 10880 : 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-07T14:21:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:43 smithi044 bash[32620]: cluster 2023-12-07T14:21:42.632380+0000 mgr.a (mgr.24293) 10880 : 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-07T14:21:45.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:45.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:45.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:45 smithi027 bash[31536]: cluster 2023-12-07T14:21:44.633013+0000 mgr.a (mgr.24293) 10881 : 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-07T14:21:46.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:46.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:46.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:46.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:46.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:45 smithi022 bash[28554]: cluster 2023-12-07T14:21:44.633013+0000 mgr.a (mgr.24293) 10881 : 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-07T14:21:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:45 smithi044 bash[32620]: cluster 2023-12-07T14:21:44.633013+0000 mgr.a (mgr.24293) 10881 : 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-07T14:21:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:46 smithi022 bash[28554]: audit 2023-12-07T14:21:45.546640+0000 mgr.a (mgr.24293) 10882 : audit 0 from='client.221385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:46 smithi044 bash[32620]: audit 2023-12-07T14:21:45.546640+0000 mgr.a (mgr.24293) 10882 : audit 0 from='client.221385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:46 smithi027 bash[31536]: audit 2023-12-07T14:21:45.546640+0000 mgr.a (mgr.24293) 10882 : audit 0 from='client.221385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:47 smithi022 bash[28554]: cluster 2023-12-07T14:21:46.634212+0000 mgr.a (mgr.24293) 10883 : cluster 0 pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:47 smithi044 bash[32620]: cluster 2023-12-07T14:21:46.634212+0000 mgr.a (mgr.24293) 10883 : cluster 0 pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:47 smithi027 bash[31536]: cluster 2023-12-07T14:21:46.634212+0000 mgr.a (mgr.24293) 10883 : cluster 0 pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:48 smithi022 bash[28554]: audit 2023-12-07T14:21:48.266840+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:21:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:48 smithi044 bash[32620]: audit 2023-12-07T14:21:48.266840+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:21:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:48 smithi027 bash[31536]: audit 2023-12-07T14:21:48.266840+0000 mon.a (mon.0) 1952 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:21:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:49 smithi022 bash[28554]: cluster 2023-12-07T14:21:48.634769+0000 mgr.a (mgr.24293) 10884 : cluster 0 pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:49 smithi044 bash[32620]: cluster 2023-12-07T14:21:48.634769+0000 mgr.a (mgr.24293) 10884 : cluster 0 pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:49 smithi027 bash[31536]: cluster 2023-12-07T14:21:48.634769+0000 mgr.a (mgr.24293) 10884 : cluster 0 pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:51.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:51.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:51.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:52.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:52.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:52.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:52.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:52.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:51 smithi044 bash[32620]: cluster 2023-12-07T14:21:50.635524+0000 mgr.a (mgr.24293) 10885 : 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-07T14:21:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:51 smithi022 bash[28554]: cluster 2023-12-07T14:21:50.635524+0000 mgr.a (mgr.24293) 10885 : 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-07T14:21:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:51 smithi027 bash[31536]: cluster 2023-12-07T14:21:50.635524+0000 mgr.a (mgr.24293) 10885 : 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-07T14:21:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:52 smithi022 bash[28554]: audit 2023-12-07T14:21:51.489201+0000 mgr.a (mgr.24293) 10886 : audit 0 from='client.221460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:52 smithi044 bash[32620]: audit 2023-12-07T14:21:51.489201+0000 mgr.a (mgr.24293) 10886 : audit 0 from='client.221460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:52 smithi027 bash[31536]: audit 2023-12-07T14:21:51.489201+0000 mgr.a (mgr.24293) 10886 : audit 0 from='client.221460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: cluster 2023-12-07T14:21:52.636243+0000 mgr.a (mgr.24293) 10887 : 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-07T14:21:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: audit 2023-12-07T14:21:53.624398+0000 mon.a (mon.0) 1953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: audit 2023-12-07T14:21:53.632767+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: audit 2023-12-07T14:21:53.678232+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: audit 2023-12-07T14:21:53.685272+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: audit 2023-12-07T14:21:53.690626+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:53 smithi022 bash[28554]: audit 2023-12-07T14:21:53.694817+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: cluster 2023-12-07T14:21:52.636243+0000 mgr.a (mgr.24293) 10887 : 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-07T14:21:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: audit 2023-12-07T14:21:53.624398+0000 mon.a (mon.0) 1953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: audit 2023-12-07T14:21:53.632767+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: audit 2023-12-07T14:21:53.678232+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: audit 2023-12-07T14:21:53.685272+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: audit 2023-12-07T14:21:53.690626+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:53 smithi044 bash[32620]: audit 2023-12-07T14:21:53.694817+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: cluster 2023-12-07T14:21:52.636243+0000 mgr.a (mgr.24293) 10887 : 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-07T14:21:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: audit 2023-12-07T14:21:53.624398+0000 mon.a (mon.0) 1953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: audit 2023-12-07T14:21:53.632767+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: audit 2023-12-07T14:21:53.678232+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: audit 2023-12-07T14:21:53.685272+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: audit 2023-12-07T14:21:53.690626+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:53 smithi027 bash[31536]: audit 2023-12-07T14:21:53.694817+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:21:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:55 smithi022 bash[28554]: cluster 2023-12-07T14:21:54.636886+0000 mgr.a (mgr.24293) 10888 : 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-07T14:21:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:55 smithi044 bash[32620]: cluster 2023-12-07T14:21:54.636886+0000 mgr.a (mgr.24293) 10888 : 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-07T14:21:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:55 smithi027 bash[31536]: cluster 2023-12-07T14:21:54.636886+0000 mgr.a (mgr.24293) 10888 : 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-07T14:21:57.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:21:57.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:57.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:57.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:21:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:21:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:57 smithi022 bash[28554]: cluster 2023-12-07T14:21:56.637724+0000 mgr.a (mgr.24293) 10889 : 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-07T14:21:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:57 smithi044 bash[32620]: cluster 2023-12-07T14:21:56.637724+0000 mgr.a (mgr.24293) 10889 : 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-07T14:21:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:57 smithi027 bash[31536]: cluster 2023-12-07T14:21:56.637724+0000 mgr.a (mgr.24293) 10889 : 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-07T14:21:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:58 smithi022 bash[28554]: audit 2023-12-07T14:21:57.435691+0000 mgr.a (mgr.24293) 10890 : audit 0 from='client.221538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:58 smithi044 bash[32620]: audit 2023-12-07T14:21:57.435691+0000 mgr.a (mgr.24293) 10890 : audit 0 from='client.221538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:58 smithi027 bash[31536]: audit 2023-12-07T14:21:57.435691+0000 mgr.a (mgr.24293) 10890 : audit 0 from='client.221538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:21:59 smithi022 bash[28554]: cluster 2023-12-07T14:21:58.638432+0000 mgr.a (mgr.24293) 10891 : cluster 0 pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:21:59 smithi044 bash[32620]: cluster 2023-12-07T14:21:58.638432+0000 mgr.a (mgr.24293) 10891 : cluster 0 pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:21:59 smithi027 bash[31536]: cluster 2023-12-07T14:21:58.638432+0000 mgr.a (mgr.24293) 10891 : cluster 0 pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:02.011 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:01 smithi044 bash[32620]: cluster 2023-12-07T14:22:00.639210+0000 mgr.a (mgr.24293) 10892 : cluster 0 pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:01 smithi022 bash[28554]: cluster 2023-12-07T14:22:00.639210+0000 mgr.a (mgr.24293) 10892 : cluster 0 pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:01 smithi027 bash[31536]: cluster 2023-12-07T14:22:00.639210+0000 mgr.a (mgr.24293) 10892 : cluster 0 pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:02.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:02.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:02.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:03.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:03.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:03.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:03.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:03.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:03 smithi044 bash[32620]: cluster 2023-12-07T14:22:02.639757+0000 mgr.a (mgr.24293) 10893 : 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-07T14:22:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:03 smithi022 bash[28554]: cluster 2023-12-07T14:22:02.639757+0000 mgr.a (mgr.24293) 10893 : 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-07T14:22:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:03 smithi027 bash[31536]: cluster 2023-12-07T14:22:02.639757+0000 mgr.a (mgr.24293) 10893 : 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-07T14:22:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:04 smithi022 bash[28554]: audit 2023-12-07T14:22:03.367902+0000 mgr.a (mgr.24293) 10894 : audit 0 from='client.185647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:04 smithi022 bash[28554]: audit 2023-12-07T14:22:04.361578+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:04 smithi022 bash[28554]: audit 2023-12-07T14:22:04.367812+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:04 smithi022 bash[28554]: audit 2023-12-07T14:22:04.369664+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:04 smithi022 bash[28554]: audit 2023-12-07T14:22:04.371320+0000 mon.a (mon.0) 1962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:04 smithi022 bash[28554]: audit 2023-12-07T14:22:04.379431+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:04 smithi044 bash[32620]: audit 2023-12-07T14:22:03.367902+0000 mgr.a (mgr.24293) 10894 : audit 0 from='client.185647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:04 smithi044 bash[32620]: audit 2023-12-07T14:22:04.361578+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:04 smithi044 bash[32620]: audit 2023-12-07T14:22:04.367812+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:04 smithi044 bash[32620]: audit 2023-12-07T14:22:04.369664+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:04 smithi044 bash[32620]: audit 2023-12-07T14:22:04.371320+0000 mon.a (mon.0) 1962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:22:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:04 smithi044 bash[32620]: audit 2023-12-07T14:22:04.379431+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:04 smithi027 bash[31536]: audit 2023-12-07T14:22:03.367902+0000 mgr.a (mgr.24293) 10894 : audit 0 from='client.185647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:04 smithi027 bash[31536]: audit 2023-12-07T14:22:04.361578+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:04 smithi027 bash[31536]: audit 2023-12-07T14:22:04.367812+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:04 smithi027 bash[31536]: audit 2023-12-07T14:22:04.369664+0000 mon.a (mon.0) 1961 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:22:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:04 smithi027 bash[31536]: audit 2023-12-07T14:22:04.371320+0000 mon.a (mon.0) 1962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:22:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:04 smithi027 bash[31536]: audit 2023-12-07T14:22:04.379431+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:22:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:05 smithi022 bash[28554]: cluster 2023-12-07T14:22:04.640399+0000 mgr.a (mgr.24293) 10895 : 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-07T14:22:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:05 smithi044 bash[32620]: cluster 2023-12-07T14:22:04.640399+0000 mgr.a (mgr.24293) 10895 : 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-07T14:22:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:05 smithi027 bash[31536]: cluster 2023-12-07T14:22:04.640399+0000 mgr.a (mgr.24293) 10895 : 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-07T14:22:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:07 smithi022 bash[28554]: cluster 2023-12-07T14:22:06.641221+0000 mgr.a (mgr.24293) 10896 : 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-07T14:22:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:07 smithi044 bash[32620]: cluster 2023-12-07T14:22:06.641221+0000 mgr.a (mgr.24293) 10896 : 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-07T14:22:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:07 smithi027 bash[31536]: cluster 2023-12-07T14:22:06.641221+0000 mgr.a (mgr.24293) 10896 : 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-07T14:22:08.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:08.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:08.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:09 smithi027 bash[31536]: cluster 2023-12-07T14:22:08.641783+0000 mgr.a (mgr.24293) 10897 : 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-07T14:22:09.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:09.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:09.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:09.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:09.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:09 smithi022 bash[28554]: cluster 2023-12-07T14:22:08.641783+0000 mgr.a (mgr.24293) 10897 : 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-07T14:22:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:09 smithi044 bash[32620]: cluster 2023-12-07T14:22:08.641783+0000 mgr.a (mgr.24293) 10897 : 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-07T14:22:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:10 smithi027 bash[31536]: audit 2023-12-07T14:22:09.307750+0000 mgr.a (mgr.24293) 10898 : audit 0 from='client.221685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:10 smithi022 bash[28554]: audit 2023-12-07T14:22:09.307750+0000 mgr.a (mgr.24293) 10898 : audit 0 from='client.221685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:10 smithi044 bash[32620]: audit 2023-12-07T14:22:09.307750+0000 mgr.a (mgr.24293) 10898 : audit 0 from='client.221685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:11 smithi027 bash[31536]: cluster 2023-12-07T14:22:10.642681+0000 mgr.a (mgr.24293) 10899 : 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-07T14:22:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:11 smithi022 bash[28554]: cluster 2023-12-07T14:22:10.642681+0000 mgr.a (mgr.24293) 10899 : 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-07T14:22:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:11 smithi044 bash[32620]: cluster 2023-12-07T14:22:10.642681+0000 mgr.a (mgr.24293) 10899 : 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-07T14:22:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:13 smithi027 bash[31536]: cluster 2023-12-07T14:22:12.643285+0000 mgr.a (mgr.24293) 10900 : 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-07T14:22:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:13 smithi022 bash[28554]: cluster 2023-12-07T14:22:12.643285+0000 mgr.a (mgr.24293) 10900 : 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-07T14:22:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:13 smithi044 bash[32620]: cluster 2023-12-07T14:22:12.643285+0000 mgr.a (mgr.24293) 10900 : 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-07T14:22:14.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:14.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:14.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:15.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:15.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:15.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:15.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:15.802 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:15 smithi022 bash[28554]: cluster 2023-12-07T14:22:14.643870+0000 mgr.a (mgr.24293) 10901 : 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-07T14:22:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:15 smithi044 bash[32620]: cluster 2023-12-07T14:22:14.643870+0000 mgr.a (mgr.24293) 10901 : 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-07T14:22:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:15 smithi027 bash[31536]: cluster 2023-12-07T14:22:14.643870+0000 mgr.a (mgr.24293) 10901 : 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-07T14:22:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:16 smithi022 bash[28554]: audit 2023-12-07T14:22:15.243361+0000 mgr.a (mgr.24293) 10902 : audit 0 from='client.221760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:16 smithi044 bash[32620]: audit 2023-12-07T14:22:15.243361+0000 mgr.a (mgr.24293) 10902 : audit 0 from='client.221760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:16 smithi027 bash[31536]: audit 2023-12-07T14:22:15.243361+0000 mgr.a (mgr.24293) 10902 : audit 0 from='client.221760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:17 smithi022 bash[28554]: cluster 2023-12-07T14:22:16.645065+0000 mgr.a (mgr.24293) 10903 : cluster 0 pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:17 smithi044 bash[32620]: cluster 2023-12-07T14:22:16.645065+0000 mgr.a (mgr.24293) 10903 : cluster 0 pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:17 smithi027 bash[31536]: cluster 2023-12-07T14:22:16.645065+0000 mgr.a (mgr.24293) 10903 : cluster 0 pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:19 smithi027 bash[31536]: cluster 2023-12-07T14:22:18.645740+0000 mgr.a (mgr.24293) 10904 : cluster 0 pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:19 smithi022 bash[28554]: cluster 2023-12-07T14:22:18.645740+0000 mgr.a (mgr.24293) 10904 : cluster 0 pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:19 smithi044 bash[32620]: cluster 2023-12-07T14:22:18.645740+0000 mgr.a (mgr.24293) 10904 : cluster 0 pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:20.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:21.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:21 smithi022 bash[28554]: cluster 2023-12-07T14:22:20.646690+0000 mgr.a (mgr.24293) 10905 : 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-07T14:22:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:21 smithi044 bash[32620]: cluster 2023-12-07T14:22:20.646690+0000 mgr.a (mgr.24293) 10905 : 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-07T14:22:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:21 smithi027 bash[31536]: cluster 2023-12-07T14:22:20.646690+0000 mgr.a (mgr.24293) 10905 : 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-07T14:22:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:22 smithi022 bash[28554]: audit 2023-12-07T14:22:21.217242+0000 mgr.a (mgr.24293) 10906 : audit 0 from='client.221835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:22 smithi044 bash[32620]: audit 2023-12-07T14:22:21.217242+0000 mgr.a (mgr.24293) 10906 : audit 0 from='client.221835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:22 smithi027 bash[31536]: audit 2023-12-07T14:22:21.217242+0000 mgr.a (mgr.24293) 10906 : audit 0 from='client.221835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:23 smithi022 bash[28554]: cluster 2023-12-07T14:22:22.647428+0000 mgr.a (mgr.24293) 10907 : 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-07T14:22:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:23 smithi044 bash[32620]: cluster 2023-12-07T14:22:22.647428+0000 mgr.a (mgr.24293) 10907 : 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-07T14:22:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:23 smithi027 bash[31536]: cluster 2023-12-07T14:22:22.647428+0000 mgr.a (mgr.24293) 10907 : 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-07T14:22:26.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:25 smithi044 bash[32620]: cluster 2023-12-07T14:22:24.648113+0000 mgr.a (mgr.24293) 10908 : 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-07T14:22:26.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:25 smithi022 bash[28554]: cluster 2023-12-07T14:22:24.648113+0000 mgr.a (mgr.24293) 10908 : 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-07T14:22:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:25 smithi027 bash[31536]: cluster 2023-12-07T14:22:24.648113+0000 mgr.a (mgr.24293) 10908 : 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-07T14:22:26.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:26.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:26.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:27.709 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:27.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:27.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:27.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:27.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:27 smithi022 bash[28554]: cluster 2023-12-07T14:22:26.649137+0000 mgr.a (mgr.24293) 10909 : 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-07T14:22:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:27 smithi044 bash[32620]: cluster 2023-12-07T14:22:26.649137+0000 mgr.a (mgr.24293) 10909 : 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-07T14:22:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:27 smithi027 bash[31536]: cluster 2023-12-07T14:22:26.649137+0000 mgr.a (mgr.24293) 10909 : 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-07T14:22:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:28 smithi022 bash[28554]: audit 2023-12-07T14:22:27.159655+0000 mgr.a (mgr.24293) 10910 : audit 0 from='client.221913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:28 smithi044 bash[32620]: audit 2023-12-07T14:22:27.159655+0000 mgr.a (mgr.24293) 10910 : audit 0 from='client.221913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:28 smithi027 bash[31536]: audit 2023-12-07T14:22:27.159655+0000 mgr.a (mgr.24293) 10910 : audit 0 from='client.221913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:29 smithi022 bash[28554]: cluster 2023-12-07T14:22:28.649838+0000 mgr.a (mgr.24293) 10911 : cluster 0 pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:29 smithi044 bash[32620]: cluster 2023-12-07T14:22:28.649838+0000 mgr.a (mgr.24293) 10911 : cluster 0 pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:29 smithi027 bash[31536]: cluster 2023-12-07T14:22:28.649838+0000 mgr.a (mgr.24293) 10911 : cluster 0 pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:31 smithi022 bash[28554]: cluster 2023-12-07T14:22:30.650664+0000 mgr.a (mgr.24293) 10912 : cluster 0 pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:31 smithi044 bash[32620]: cluster 2023-12-07T14:22:30.650664+0000 mgr.a (mgr.24293) 10912 : cluster 0 pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:31 smithi027 bash[31536]: cluster 2023-12-07T14:22:30.650664+0000 mgr.a (mgr.24293) 10912 : cluster 0 pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:32.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:32.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:32.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:33.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:33.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:33.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:33.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:33.647 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:33 smithi022 bash[28554]: cluster 2023-12-07T14:22:32.651235+0000 mgr.a (mgr.24293) 10913 : 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-07T14:22:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:33 smithi044 bash[32620]: cluster 2023-12-07T14:22:32.651235+0000 mgr.a (mgr.24293) 10913 : 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-07T14:22:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:33 smithi027 bash[31536]: cluster 2023-12-07T14:22:32.651235+0000 mgr.a (mgr.24293) 10913 : 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-07T14:22:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:34 smithi022 bash[28554]: audit 2023-12-07T14:22:33.120515+0000 mgr.a (mgr.24293) 10914 : audit 0 from='client.221988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:34 smithi044 bash[32620]: audit 2023-12-07T14:22:33.120515+0000 mgr.a (mgr.24293) 10914 : audit 0 from='client.221988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:34 smithi027 bash[31536]: audit 2023-12-07T14:22:33.120515+0000 mgr.a (mgr.24293) 10914 : audit 0 from='client.221988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:35 smithi044 bash[32620]: cluster 2023-12-07T14:22:34.651915+0000 mgr.a (mgr.24293) 10915 : 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-07T14:22:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:35 smithi022 bash[28554]: cluster 2023-12-07T14:22:34.651915+0000 mgr.a (mgr.24293) 10915 : 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-07T14:22:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:35 smithi027 bash[31536]: cluster 2023-12-07T14:22:34.651915+0000 mgr.a (mgr.24293) 10915 : 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-07T14:22:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:37 smithi044 bash[32620]: cluster 2023-12-07T14:22:36.652706+0000 mgr.a (mgr.24293) 10916 : 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-07T14:22:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:37 smithi022 bash[28554]: cluster 2023-12-07T14:22:36.652706+0000 mgr.a (mgr.24293) 10916 : 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-07T14:22:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:37 smithi027 bash[31536]: cluster 2023-12-07T14:22:36.652706+0000 mgr.a (mgr.24293) 10916 : 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-07T14:22:38.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:38.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:38.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:39.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:39.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:39.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:39.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:39.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:39 smithi027 bash[31536]: cluster 2023-12-07T14:22:38.653288+0000 mgr.a (mgr.24293) 10917 : 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-07T14:22:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:39 smithi022 bash[28554]: cluster 2023-12-07T14:22:38.653288+0000 mgr.a (mgr.24293) 10917 : 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-07T14:22:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:39 smithi044 bash[32620]: cluster 2023-12-07T14:22:38.653288+0000 mgr.a (mgr.24293) 10917 : 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-07T14:22:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:40 smithi022 bash[28554]: audit 2023-12-07T14:22:39.060230+0000 mgr.a (mgr.24293) 10918 : audit 0 from='client.222063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:40 smithi044 bash[32620]: audit 2023-12-07T14:22:39.060230+0000 mgr.a (mgr.24293) 10918 : audit 0 from='client.222063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:40 smithi027 bash[31536]: audit 2023-12-07T14:22:39.060230+0000 mgr.a (mgr.24293) 10918 : audit 0 from='client.222063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:41 smithi022 bash[28554]: cluster 2023-12-07T14:22:40.654185+0000 mgr.a (mgr.24293) 10919 : 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-07T14:22:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:41 smithi044 bash[32620]: cluster 2023-12-07T14:22:40.654185+0000 mgr.a (mgr.24293) 10919 : 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-07T14:22:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:41 smithi027 bash[31536]: cluster 2023-12-07T14:22:40.654185+0000 mgr.a (mgr.24293) 10919 : 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-07T14:22:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:43 smithi022 bash[28554]: cluster 2023-12-07T14:22:42.654749+0000 mgr.a (mgr.24293) 10920 : 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-07T14:22:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:43 smithi044 bash[32620]: cluster 2023-12-07T14:22:42.654749+0000 mgr.a (mgr.24293) 10920 : 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-07T14:22:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:43 smithi027 bash[31536]: cluster 2023-12-07T14:22:42.654749+0000 mgr.a (mgr.24293) 10920 : 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-07T14:22:44.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:45.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:45.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:45.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:45.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:45.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:45 smithi044 bash[32620]: cluster 2023-12-07T14:22:44.655178+0000 mgr.a (mgr.24293) 10921 : 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-07T14:22:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:45 smithi022 bash[28554]: cluster 2023-12-07T14:22:44.655178+0000 mgr.a (mgr.24293) 10921 : 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-07T14:22:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:45 smithi027 bash[31536]: cluster 2023-12-07T14:22:44.655178+0000 mgr.a (mgr.24293) 10921 : 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-07T14:22:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:46 smithi022 bash[28554]: audit 2023-12-07T14:22:45.001265+0000 mgr.a (mgr.24293) 10922 : audit 0 from='client.222138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:46 smithi044 bash[32620]: audit 2023-12-07T14:22:45.001265+0000 mgr.a (mgr.24293) 10922 : audit 0 from='client.222138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:46 smithi027 bash[31536]: audit 2023-12-07T14:22:45.001265+0000 mgr.a (mgr.24293) 10922 : audit 0 from='client.222138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:47 smithi022 bash[28554]: cluster 2023-12-07T14:22:46.656176+0000 mgr.a (mgr.24293) 10923 : cluster 0 pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:22:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:47 smithi044 bash[32620]: cluster 2023-12-07T14:22:46.656176+0000 mgr.a (mgr.24293) 10923 : cluster 0 pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:22:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:47 smithi027 bash[31536]: cluster 2023-12-07T14:22:46.656176+0000 mgr.a (mgr.24293) 10923 : cluster 0 pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:22:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:49 smithi022 bash[28554]: cluster 2023-12-07T14:22:48.656867+0000 mgr.a (mgr.24293) 10924 : cluster 0 pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:22:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:49 smithi044 bash[32620]: cluster 2023-12-07T14:22:48.656867+0000 mgr.a (mgr.24293) 10924 : cluster 0 pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:22:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:49 smithi027 bash[31536]: cluster 2023-12-07T14:22:48.656867+0000 mgr.a (mgr.24293) 10924 : cluster 0 pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:22:50.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:50.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:50.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:51.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:51.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:51.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:51.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:51.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:51 smithi022 bash[28554]: cluster 2023-12-07T14:22:50.657603+0000 mgr.a (mgr.24293) 10925 : cluster 0 pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:51 smithi022 bash[28554]: audit 2023-12-07T14:22:50.941749+0000 mgr.a (mgr.24293) 10926 : audit 0 from='client.222210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:51 smithi044 bash[32620]: cluster 2023-12-07T14:22:50.657603+0000 mgr.a (mgr.24293) 10925 : cluster 0 pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:51 smithi044 bash[32620]: audit 2023-12-07T14:22:50.941749+0000 mgr.a (mgr.24293) 10926 : audit 0 from='client.222210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:51 smithi027 bash[31536]: cluster 2023-12-07T14:22:50.657603+0000 mgr.a (mgr.24293) 10925 : cluster 0 pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:51 smithi027 bash[31536]: audit 2023-12-07T14:22:50.941749+0000 mgr.a (mgr.24293) 10926 : audit 0 from='client.222210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:53 smithi022 bash[28554]: cluster 2023-12-07T14:22:52.658287+0000 mgr.a (mgr.24293) 10927 : cluster 0 pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:53 smithi044 bash[32620]: cluster 2023-12-07T14:22:52.658287+0000 mgr.a (mgr.24293) 10927 : cluster 0 pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:53 smithi027 bash[31536]: cluster 2023-12-07T14:22:52.658287+0000 mgr.a (mgr.24293) 10927 : cluster 0 pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:55 smithi022 bash[28554]: cluster 2023-12-07T14:22:54.658901+0000 mgr.a (mgr.24293) 10928 : cluster 0 pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:55 smithi044 bash[32620]: cluster 2023-12-07T14:22:54.658901+0000 mgr.a (mgr.24293) 10928 : cluster 0 pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:55 smithi027 bash[31536]: cluster 2023-12-07T14:22:54.658901+0000 mgr.a (mgr.24293) 10928 : cluster 0 pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:22:56.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:22:56.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:56.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:57.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:22:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:22:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:57 smithi022 bash[28554]: cluster 2023-12-07T14:22:56.659707+0000 mgr.a (mgr.24293) 10929 : 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-07T14:22:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:57 smithi022 bash[28554]: audit 2023-12-07T14:22:56.876702+0000 mgr.a (mgr.24293) 10930 : audit 0 from='client.222282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:57 smithi044 bash[32620]: cluster 2023-12-07T14:22:56.659707+0000 mgr.a (mgr.24293) 10929 : 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-07T14:22:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:57 smithi044 bash[32620]: audit 2023-12-07T14:22:56.876702+0000 mgr.a (mgr.24293) 10930 : audit 0 from='client.222282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:57 smithi027 bash[31536]: cluster 2023-12-07T14:22:56.659707+0000 mgr.a (mgr.24293) 10929 : 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-07T14:22:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:57 smithi027 bash[31536]: audit 2023-12-07T14:22:56.876702+0000 mgr.a (mgr.24293) 10930 : audit 0 from='client.222282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:22:59 smithi044 bash[32620]: cluster 2023-12-07T14:22:58.660405+0000 mgr.a (mgr.24293) 10931 : cluster 0 pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:22:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:22:59 smithi022 bash[28554]: cluster 2023-12-07T14:22:58.660405+0000 mgr.a (mgr.24293) 10931 : cluster 0 pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:22:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:22:59 smithi027 bash[31536]: cluster 2023-12-07T14:22:58.660405+0000 mgr.a (mgr.24293) 10931 : cluster 0 pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:23:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:01 smithi022 bash[28554]: cluster 2023-12-07T14:23:00.661167+0000 mgr.a (mgr.24293) 10932 : cluster 0 pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:23:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:01 smithi044 bash[32620]: cluster 2023-12-07T14:23:00.661167+0000 mgr.a (mgr.24293) 10932 : cluster 0 pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:23:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:01 smithi027 bash[31536]: cluster 2023-12-07T14:23:00.661167+0000 mgr.a (mgr.24293) 10932 : cluster 0 pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:23:02.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:02.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:02.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:03.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:03.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:03.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:03.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:03.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:03 smithi022 bash[28554]: cluster 2023-12-07T14:23:02.661733+0000 mgr.a (mgr.24293) 10933 : cluster 0 pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:04.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:03 smithi022 bash[28554]: audit 2023-12-07T14:23:02.806076+0000 mgr.a (mgr.24293) 10934 : audit 0 from='client.222354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:04.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:03 smithi044 bash[32620]: cluster 2023-12-07T14:23:02.661733+0000 mgr.a (mgr.24293) 10933 : cluster 0 pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:04.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:03 smithi044 bash[32620]: audit 2023-12-07T14:23:02.806076+0000 mgr.a (mgr.24293) 10934 : audit 0 from='client.222354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:03 smithi027 bash[31536]: cluster 2023-12-07T14:23:02.661733+0000 mgr.a (mgr.24293) 10933 : cluster 0 pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:03 smithi027 bash[31536]: audit 2023-12-07T14:23:02.806076+0000 mgr.a (mgr.24293) 10934 : audit 0 from='client.222354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:04 smithi022 bash[28554]: audit 2023-12-07T14:23:04.483505+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:23:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:04 smithi044 bash[32620]: audit 2023-12-07T14:23:04.483505+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:23:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:04 smithi027 bash[31536]: audit 2023-12-07T14:23:04.483505+0000 mon.a (mon.0) 1964 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:23:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:05 smithi022 bash[28554]: cluster 2023-12-07T14:23:04.662395+0000 mgr.a (mgr.24293) 10935 : cluster 0 pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:05 smithi044 bash[32620]: cluster 2023-12-07T14:23:04.662395+0000 mgr.a (mgr.24293) 10935 : cluster 0 pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:05 smithi027 bash[31536]: cluster 2023-12-07T14:23:04.662395+0000 mgr.a (mgr.24293) 10935 : cluster 0 pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.742713+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.746276+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.750478+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.753856+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.756716+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.760448+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.761486+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.762740+0000 mon.a (mon.0) 1972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:06 smithi022 bash[28554]: audit 2023-12-07T14:23:05.769513+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.742713+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.746276+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.750478+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.753856+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.756716+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.760448+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.761486+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:23:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.762740+0000 mon.a (mon.0) 1972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:23:07.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:06 smithi044 bash[32620]: audit 2023-12-07T14:23:05.769513+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.742713+0000 mon.a (mon.0) 1965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.746276+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.750478+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.753856+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.756716+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.760448+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.761486+0000 mon.a (mon.0) 1971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.762740+0000 mon.a (mon.0) 1972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:23:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:06 smithi027 bash[31536]: audit 2023-12-07T14:23:05.769513+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:23:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:07 smithi022 bash[28554]: cluster 2023-12-07T14:23:06.663242+0000 mgr.a (mgr.24293) 10936 : cluster 0 pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:07 smithi044 bash[32620]: cluster 2023-12-07T14:23:06.663242+0000 mgr.a (mgr.24293) 10936 : cluster 0 pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:07 smithi027 bash[31536]: cluster 2023-12-07T14:23:06.663242+0000 mgr.a (mgr.24293) 10936 : cluster 0 pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:08.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:08.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:08.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:09.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:09.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:09.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:09.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:09.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:09 smithi022 bash[28554]: cluster 2023-12-07T14:23:08.663807+0000 mgr.a (mgr.24293) 10937 : 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-07T14:23:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:09 smithi022 bash[28554]: audit 2023-12-07T14:23:08.742406+0000 mgr.a (mgr.24293) 10938 : audit 0 from='client.222432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:09 smithi044 bash[32620]: cluster 2023-12-07T14:23:08.663807+0000 mgr.a (mgr.24293) 10937 : 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-07T14:23:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:09 smithi044 bash[32620]: audit 2023-12-07T14:23:08.742406+0000 mgr.a (mgr.24293) 10938 : audit 0 from='client.222432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:09 smithi027 bash[31536]: cluster 2023-12-07T14:23:08.663807+0000 mgr.a (mgr.24293) 10937 : 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-07T14:23:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:09 smithi027 bash[31536]: audit 2023-12-07T14:23:08.742406+0000 mgr.a (mgr.24293) 10938 : audit 0 from='client.222432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:11 smithi022 bash[28554]: cluster 2023-12-07T14:23:10.664680+0000 mgr.a (mgr.24293) 10939 : 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-07T14:23:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:11 smithi044 bash[32620]: cluster 2023-12-07T14:23:10.664680+0000 mgr.a (mgr.24293) 10939 : 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-07T14:23:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:11 smithi027 bash[31536]: cluster 2023-12-07T14:23:10.664680+0000 mgr.a (mgr.24293) 10939 : 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-07T14:23:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:13 smithi022 bash[28554]: cluster 2023-12-07T14:23:12.665251+0000 mgr.a (mgr.24293) 10940 : 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-07T14:23:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:13 smithi044 bash[32620]: cluster 2023-12-07T14:23:12.665251+0000 mgr.a (mgr.24293) 10940 : 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-07T14:23:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:13 smithi027 bash[31536]: cluster 2023-12-07T14:23:12.665251+0000 mgr.a (mgr.24293) 10940 : 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-07T14:23:14.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:14.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:14.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:15.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:15.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:15.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:15.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:15.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:15 smithi022 bash[28554]: audit 2023-12-07T14:23:14.666230+0000 mgr.a (mgr.24293) 10941 : audit 0 from='client.222501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:15 smithi022 bash[28554]: cluster 2023-12-07T14:23:14.666784+0000 mgr.a (mgr.24293) 10942 : 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-07T14:23:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:15 smithi044 bash[32620]: audit 2023-12-07T14:23:14.666230+0000 mgr.a (mgr.24293) 10941 : audit 0 from='client.222501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:15 smithi044 bash[32620]: cluster 2023-12-07T14:23:14.666784+0000 mgr.a (mgr.24293) 10942 : 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-07T14:23:16.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:15 smithi027 bash[31536]: audit 2023-12-07T14:23:14.666230+0000 mgr.a (mgr.24293) 10941 : audit 0 from='client.222501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:16.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:15 smithi027 bash[31536]: cluster 2023-12-07T14:23:14.666784+0000 mgr.a (mgr.24293) 10942 : 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-07T14:23:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:17 smithi022 bash[28554]: cluster 2023-12-07T14:23:16.667754+0000 mgr.a (mgr.24293) 10943 : 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-07T14:23:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:17 smithi044 bash[32620]: cluster 2023-12-07T14:23:16.667754+0000 mgr.a (mgr.24293) 10943 : 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-07T14:23:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:17 smithi027 bash[31536]: cluster 2023-12-07T14:23:16.667754+0000 mgr.a (mgr.24293) 10943 : 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-07T14:23:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:19 smithi022 bash[28554]: cluster 2023-12-07T14:23:18.668338+0000 mgr.a (mgr.24293) 10944 : 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-07T14:23:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:19 smithi044 bash[32620]: cluster 2023-12-07T14:23:18.668338+0000 mgr.a (mgr.24293) 10944 : 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-07T14:23:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:19 smithi027 bash[31536]: cluster 2023-12-07T14:23:18.668338+0000 mgr.a (mgr.24293) 10944 : 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-07T14:23:20.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:20.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:20.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:21.138 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:21.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:21.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:21.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:21.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:21 smithi022 bash[28554]: audit 2023-12-07T14:23:20.598118+0000 mgr.a (mgr.24293) 10945 : audit 0 from='client.222576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:21 smithi022 bash[28554]: cluster 2023-12-07T14:23:20.669488+0000 mgr.a (mgr.24293) 10946 : cluster 0 pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:21 smithi044 bash[32620]: audit 2023-12-07T14:23:20.598118+0000 mgr.a (mgr.24293) 10945 : audit 0 from='client.222576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:21 smithi044 bash[32620]: cluster 2023-12-07T14:23:20.669488+0000 mgr.a (mgr.24293) 10946 : cluster 0 pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:21 smithi027 bash[31536]: audit 2023-12-07T14:23:20.598118+0000 mgr.a (mgr.24293) 10945 : audit 0 from='client.222576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:21 smithi027 bash[31536]: cluster 2023-12-07T14:23:20.669488+0000 mgr.a (mgr.24293) 10946 : cluster 0 pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:23 smithi022 bash[28554]: cluster 2023-12-07T14:23:22.670174+0000 mgr.a (mgr.24293) 10947 : cluster 0 pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:23 smithi044 bash[32620]: cluster 2023-12-07T14:23:22.670174+0000 mgr.a (mgr.24293) 10947 : cluster 0 pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:23 smithi027 bash[31536]: cluster 2023-12-07T14:23:22.670174+0000 mgr.a (mgr.24293) 10947 : cluster 0 pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:26.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:26.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:26.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:25 smithi022 bash[28554]: cluster 2023-12-07T14:23:24.670745+0000 mgr.a (mgr.24293) 10948 : cluster 0 pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:25 smithi044 bash[32620]: cluster 2023-12-07T14:23:24.670745+0000 mgr.a (mgr.24293) 10948 : cluster 0 pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:25 smithi027 bash[31536]: cluster 2023-12-07T14:23:24.670745+0000 mgr.a (mgr.24293) 10948 : cluster 0 pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:27.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:27.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:27.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:27.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:27.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:27 smithi022 bash[28554]: audit 2023-12-07T14:23:26.549753+0000 mgr.a (mgr.24293) 10949 : audit 0 from='client.222654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:27 smithi022 bash[28554]: cluster 2023-12-07T14:23:26.671671+0000 mgr.a (mgr.24293) 10950 : 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-07T14:23:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:27 smithi044 bash[32620]: audit 2023-12-07T14:23:26.549753+0000 mgr.a (mgr.24293) 10949 : audit 0 from='client.222654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:27 smithi044 bash[32620]: cluster 2023-12-07T14:23:26.671671+0000 mgr.a (mgr.24293) 10950 : 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-07T14:23:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:27 smithi027 bash[31536]: audit 2023-12-07T14:23:26.549753+0000 mgr.a (mgr.24293) 10949 : audit 0 from='client.222654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:27 smithi027 bash[31536]: cluster 2023-12-07T14:23:26.671671+0000 mgr.a (mgr.24293) 10950 : 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-07T14:23:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:29 smithi022 bash[28554]: cluster 2023-12-07T14:23:28.672336+0000 mgr.a (mgr.24293) 10951 : 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-07T14:23:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:29 smithi044 bash[32620]: cluster 2023-12-07T14:23:28.672336+0000 mgr.a (mgr.24293) 10951 : 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-07T14:23:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:29 smithi027 bash[31536]: cluster 2023-12-07T14:23:28.672336+0000 mgr.a (mgr.24293) 10951 : 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-07T14:23:32.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:32.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:32.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:31 smithi022 bash[28554]: cluster 2023-12-07T14:23:30.673159+0000 mgr.a (mgr.24293) 10952 : 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-07T14:23:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:31 smithi044 bash[32620]: cluster 2023-12-07T14:23:30.673159+0000 mgr.a (mgr.24293) 10952 : 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-07T14:23:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:31 smithi027 bash[31536]: cluster 2023-12-07T14:23:30.673159+0000 mgr.a (mgr.24293) 10952 : 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-07T14:23:33.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:33.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:33.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:33.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:33.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:33 smithi022 bash[28554]: audit 2023-12-07T14:23:32.475749+0000 mgr.a (mgr.24293) 10953 : audit 0 from='client.222732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:33 smithi022 bash[28554]: cluster 2023-12-07T14:23:32.673673+0000 mgr.a (mgr.24293) 10954 : cluster 0 pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:33 smithi044 bash[32620]: audit 2023-12-07T14:23:32.475749+0000 mgr.a (mgr.24293) 10953 : audit 0 from='client.222732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:33 smithi044 bash[32620]: cluster 2023-12-07T14:23:32.673673+0000 mgr.a (mgr.24293) 10954 : cluster 0 pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:33 smithi027 bash[31536]: audit 2023-12-07T14:23:32.475749+0000 mgr.a (mgr.24293) 10953 : audit 0 from='client.222732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:33 smithi027 bash[31536]: cluster 2023-12-07T14:23:32.673673+0000 mgr.a (mgr.24293) 10954 : cluster 0 pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:35 smithi044 bash[32620]: cluster 2023-12-07T14:23:34.674328+0000 mgr.a (mgr.24293) 10955 : cluster 0 pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:35 smithi022 bash[28554]: cluster 2023-12-07T14:23:34.674328+0000 mgr.a (mgr.24293) 10955 : cluster 0 pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:35 smithi027 bash[31536]: cluster 2023-12-07T14:23:34.674328+0000 mgr.a (mgr.24293) 10955 : cluster 0 pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:38.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:38.014 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:38.014 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:37 smithi022 bash[28554]: cluster 2023-12-07T14:23:36.675140+0000 mgr.a (mgr.24293) 10956 : cluster 0 pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:37 smithi044 bash[32620]: cluster 2023-12-07T14:23:36.675140+0000 mgr.a (mgr.24293) 10956 : cluster 0 pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:37 smithi027 bash[31536]: cluster 2023-12-07T14:23:36.675140+0000 mgr.a (mgr.24293) 10956 : cluster 0 pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:38.951 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:38.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:38.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:38.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:38.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:39 smithi022 bash[28554]: audit 2023-12-07T14:23:38.424897+0000 mgr.a (mgr.24293) 10957 : audit 0 from='client.222807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:39 smithi022 bash[28554]: cluster 2023-12-07T14:23:38.675749+0000 mgr.a (mgr.24293) 10958 : 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-07T14:23:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:39 smithi044 bash[32620]: audit 2023-12-07T14:23:38.424897+0000 mgr.a (mgr.24293) 10957 : audit 0 from='client.222807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:39 smithi044 bash[32620]: cluster 2023-12-07T14:23:38.675749+0000 mgr.a (mgr.24293) 10958 : 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-07T14:23:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:39 smithi027 bash[31536]: audit 2023-12-07T14:23:38.424897+0000 mgr.a (mgr.24293) 10957 : audit 0 from='client.222807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:39 smithi027 bash[31536]: cluster 2023-12-07T14:23:38.675749+0000 mgr.a (mgr.24293) 10958 : 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-07T14:23:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:41 smithi022 bash[28554]: cluster 2023-12-07T14:23:40.676579+0000 mgr.a (mgr.24293) 10959 : 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-07T14:23:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:41 smithi044 bash[32620]: cluster 2023-12-07T14:23:40.676579+0000 mgr.a (mgr.24293) 10959 : 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-07T14:23:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:41 smithi027 bash[31536]: cluster 2023-12-07T14:23:40.676579+0000 mgr.a (mgr.24293) 10959 : 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-07T14:23:43.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:43.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:43.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:43 smithi044 bash[32620]: cluster 2023-12-07T14:23:42.677214+0000 mgr.a (mgr.24293) 10960 : 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-07T14:23:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:43 smithi022 bash[28554]: cluster 2023-12-07T14:23:42.677214+0000 mgr.a (mgr.24293) 10960 : 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-07T14:23:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:43 smithi027 bash[31536]: cluster 2023-12-07T14:23:42.677214+0000 mgr.a (mgr.24293) 10960 : 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-07T14:23:44.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:44.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:44.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:44.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:44.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:45 smithi022 bash[28554]: audit 2023-12-07T14:23:44.369450+0000 mgr.a (mgr.24293) 10961 : audit 0 from='client.222882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:45 smithi022 bash[28554]: cluster 2023-12-07T14:23:44.678049+0000 mgr.a (mgr.24293) 10962 : 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-07T14:23:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:45 smithi044 bash[32620]: audit 2023-12-07T14:23:44.369450+0000 mgr.a (mgr.24293) 10961 : audit 0 from='client.222882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:45 smithi044 bash[32620]: cluster 2023-12-07T14:23:44.678049+0000 mgr.a (mgr.24293) 10962 : 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-07T14:23:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:45 smithi027 bash[31536]: audit 2023-12-07T14:23:44.369450+0000 mgr.a (mgr.24293) 10961 : audit 0 from='client.222882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:45 smithi027 bash[31536]: cluster 2023-12-07T14:23:44.678049+0000 mgr.a (mgr.24293) 10962 : 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-07T14:23:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:47 smithi022 bash[28554]: cluster 2023-12-07T14:23:46.678975+0000 mgr.a (mgr.24293) 10963 : 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-07T14:23:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:47 smithi044 bash[32620]: cluster 2023-12-07T14:23:46.678975+0000 mgr.a (mgr.24293) 10963 : 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-07T14:23:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:47 smithi027 bash[31536]: cluster 2023-12-07T14:23:46.678975+0000 mgr.a (mgr.24293) 10963 : 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-07T14:23:49.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:49.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:49.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:49 smithi022 bash[28554]: cluster 2023-12-07T14:23:48.679628+0000 mgr.a (mgr.24293) 10964 : 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-07T14:23:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:49 smithi044 bash[32620]: cluster 2023-12-07T14:23:48.679628+0000 mgr.a (mgr.24293) 10964 : 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-07T14:23:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:49 smithi027 bash[31536]: cluster 2023-12-07T14:23:48.679628+0000 mgr.a (mgr.24293) 10964 : 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-07T14:23:50.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:51 smithi022 bash[28554]: audit 2023-12-07T14:23:50.318629+0000 mgr.a (mgr.24293) 10965 : audit 0 from='client.222957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:51 smithi022 bash[28554]: cluster 2023-12-07T14:23:50.680324+0000 mgr.a (mgr.24293) 10966 : cluster 0 pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:51 smithi044 bash[32620]: audit 2023-12-07T14:23:50.318629+0000 mgr.a (mgr.24293) 10965 : audit 0 from='client.222957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:51 smithi044 bash[32620]: cluster 2023-12-07T14:23:50.680324+0000 mgr.a (mgr.24293) 10966 : cluster 0 pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:51 smithi027 bash[31536]: audit 2023-12-07T14:23:50.318629+0000 mgr.a (mgr.24293) 10965 : audit 0 from='client.222957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:51 smithi027 bash[31536]: cluster 2023-12-07T14:23:50.680324+0000 mgr.a (mgr.24293) 10966 : cluster 0 pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:53 smithi022 bash[28554]: cluster 2023-12-07T14:23:52.680935+0000 mgr.a (mgr.24293) 10967 : cluster 0 pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:53 smithi044 bash[32620]: cluster 2023-12-07T14:23:52.680935+0000 mgr.a (mgr.24293) 10967 : cluster 0 pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:53 smithi027 bash[31536]: cluster 2023-12-07T14:23:52.680935+0000 mgr.a (mgr.24293) 10967 : cluster 0 pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:55.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:23:55.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:55.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:55 smithi022 bash[28554]: cluster 2023-12-07T14:23:54.681487+0000 mgr.a (mgr.24293) 10968 : cluster 0 pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:55 smithi044 bash[32620]: cluster 2023-12-07T14:23:54.681487+0000 mgr.a (mgr.24293) 10968 : cluster 0 pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:55 smithi027 bash[31536]: cluster 2023-12-07T14:23:54.681487+0000 mgr.a (mgr.24293) 10968 : cluster 0 pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:56.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:23:56.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:56.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:56.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:56.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:23:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:57 smithi022 bash[28554]: audit 2023-12-07T14:23:56.264273+0000 mgr.a (mgr.24293) 10969 : audit 0 from='client.223029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:57 smithi022 bash[28554]: cluster 2023-12-07T14:23:56.682298+0000 mgr.a (mgr.24293) 10970 : cluster 0 pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:57 smithi044 bash[32620]: audit 2023-12-07T14:23:56.264273+0000 mgr.a (mgr.24293) 10969 : audit 0 from='client.223029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:57 smithi044 bash[32620]: cluster 2023-12-07T14:23:56.682298+0000 mgr.a (mgr.24293) 10970 : cluster 0 pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:57 smithi027 bash[31536]: audit 2023-12-07T14:23:56.264273+0000 mgr.a (mgr.24293) 10969 : audit 0 from='client.223029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:57 smithi027 bash[31536]: cluster 2023-12-07T14:23:56.682298+0000 mgr.a (mgr.24293) 10970 : cluster 0 pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:23:59 smithi022 bash[28554]: cluster 2023-12-07T14:23:58.683266+0000 mgr.a (mgr.24293) 10971 : cluster 0 pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:23:59 smithi044 bash[32620]: cluster 2023-12-07T14:23:58.683266+0000 mgr.a (mgr.24293) 10971 : cluster 0 pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:23:59 smithi027 bash[31536]: cluster 2023-12-07T14:23:58.683266+0000 mgr.a (mgr.24293) 10971 : cluster 0 pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:01.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:01.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:01.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:01 smithi022 bash[28554]: cluster 2023-12-07T14:24:00.684074+0000 mgr.a (mgr.24293) 10972 : 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-07T14:24:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:01 smithi044 bash[32620]: cluster 2023-12-07T14:24:00.684074+0000 mgr.a (mgr.24293) 10972 : 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-07T14:24:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:01 smithi027 bash[31536]: cluster 2023-12-07T14:24:00.684074+0000 mgr.a (mgr.24293) 10972 : 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-07T14:24:02.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:02.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:02.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:02.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:02.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:03 smithi022 bash[28554]: audit 2023-12-07T14:24:02.205524+0000 mgr.a (mgr.24293) 10973 : audit 0 from='client.223104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:03 smithi022 bash[28554]: cluster 2023-12-07T14:24:02.684582+0000 mgr.a (mgr.24293) 10974 : cluster 0 pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:03 smithi044 bash[32620]: audit 2023-12-07T14:24:02.205524+0000 mgr.a (mgr.24293) 10973 : audit 0 from='client.223104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:03 smithi044 bash[32620]: cluster 2023-12-07T14:24:02.684582+0000 mgr.a (mgr.24293) 10974 : cluster 0 pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:03 smithi027 bash[31536]: audit 2023-12-07T14:24:02.205524+0000 mgr.a (mgr.24293) 10973 : audit 0 from='client.223104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:03 smithi027 bash[31536]: cluster 2023-12-07T14:24:02.684582+0000 mgr.a (mgr.24293) 10974 : cluster 0 pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:05 smithi022 bash[28554]: cluster 2023-12-07T14:24:04.685065+0000 mgr.a (mgr.24293) 10975 : cluster 0 pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:05 smithi044 bash[32620]: cluster 2023-12-07T14:24:04.685065+0000 mgr.a (mgr.24293) 10975 : cluster 0 pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:05 smithi027 bash[31536]: cluster 2023-12-07T14:24:04.685065+0000 mgr.a (mgr.24293) 10975 : cluster 0 pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:06 smithi022 bash[28554]: audit 2023-12-07T14:24:05.871558+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:24:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:06 smithi022 bash[28554]: audit 2023-12-07T14:24:06.660315+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:24:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:06 smithi022 bash[28554]: audit 2023-12-07T14:24:06.662549+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:24:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:06 smithi022 bash[28554]: audit 2023-12-07T14:24:06.671624+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:24:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:06 smithi044 bash[32620]: audit 2023-12-07T14:24:05.871558+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:24:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:06 smithi044 bash[32620]: audit 2023-12-07T14:24:06.660315+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:24:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:06 smithi044 bash[32620]: audit 2023-12-07T14:24:06.662549+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:24:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:06 smithi044 bash[32620]: audit 2023-12-07T14:24:06.671624+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:24:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:06 smithi027 bash[31536]: audit 2023-12-07T14:24:05.871558+0000 mon.a (mon.0) 1974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:24:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:06 smithi027 bash[31536]: audit 2023-12-07T14:24:06.660315+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:24:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:06 smithi027 bash[31536]: audit 2023-12-07T14:24:06.662549+0000 mon.a (mon.0) 1976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:24:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:06 smithi027 bash[31536]: audit 2023-12-07T14:24:06.671624+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:24:07.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:07.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:07.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:07 smithi022 bash[28554]: cluster 2023-12-07T14:24:06.685760+0000 mgr.a (mgr.24293) 10976 : cluster 0 pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:07 smithi044 bash[32620]: cluster 2023-12-07T14:24:06.685760+0000 mgr.a (mgr.24293) 10976 : cluster 0 pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:07 smithi027 bash[31536]: cluster 2023-12-07T14:24:06.685760+0000 mgr.a (mgr.24293) 10976 : cluster 0 pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:08.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:08.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:08.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:08.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:08.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:09 smithi022 bash[28554]: audit 2023-12-07T14:24:08.142157+0000 mgr.a (mgr.24293) 10977 : audit 0 from='client.223176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:09 smithi022 bash[28554]: cluster 2023-12-07T14:24:08.686314+0000 mgr.a (mgr.24293) 10978 : cluster 0 pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:09 smithi044 bash[32620]: audit 2023-12-07T14:24:08.142157+0000 mgr.a (mgr.24293) 10977 : audit 0 from='client.223176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:09 smithi044 bash[32620]: cluster 2023-12-07T14:24:08.686314+0000 mgr.a (mgr.24293) 10978 : cluster 0 pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:09 smithi027 bash[31536]: audit 2023-12-07T14:24:08.142157+0000 mgr.a (mgr.24293) 10977 : audit 0 from='client.223176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:09 smithi027 bash[31536]: cluster 2023-12-07T14:24:08.686314+0000 mgr.a (mgr.24293) 10978 : cluster 0 pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:11 smithi022 bash[28554]: cluster 2023-12-07T14:24:10.687098+0000 mgr.a (mgr.24293) 10979 : cluster 0 pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:11 smithi044 bash[32620]: cluster 2023-12-07T14:24:10.687098+0000 mgr.a (mgr.24293) 10979 : cluster 0 pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:11 smithi027 bash[31536]: cluster 2023-12-07T14:24:10.687098+0000 mgr.a (mgr.24293) 10979 : cluster 0 pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:13.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:13.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:13.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:13 smithi022 bash[28554]: cluster 2023-12-07T14:24:12.687741+0000 mgr.a (mgr.24293) 10980 : 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-07T14:24:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:13 smithi044 bash[32620]: cluster 2023-12-07T14:24:12.687741+0000 mgr.a (mgr.24293) 10980 : 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-07T14:24:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:13 smithi027 bash[31536]: cluster 2023-12-07T14:24:12.687741+0000 mgr.a (mgr.24293) 10980 : 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-07T14:24:14.617 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:14.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:14.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:14.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:14.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:15 smithi022 bash[28554]: audit 2023-12-07T14:24:14.092546+0000 mgr.a (mgr.24293) 10981 : audit 0 from='client.223251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:15 smithi022 bash[28554]: cluster 2023-12-07T14:24:14.688500+0000 mgr.a (mgr.24293) 10982 : 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-07T14:24:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:15 smithi044 bash[32620]: audit 2023-12-07T14:24:14.092546+0000 mgr.a (mgr.24293) 10981 : audit 0 from='client.223251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:15 smithi044 bash[32620]: cluster 2023-12-07T14:24:14.688500+0000 mgr.a (mgr.24293) 10982 : 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-07T14:24:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:15 smithi027 bash[31536]: audit 2023-12-07T14:24:14.092546+0000 mgr.a (mgr.24293) 10981 : audit 0 from='client.223251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:15 smithi027 bash[31536]: cluster 2023-12-07T14:24:14.688500+0000 mgr.a (mgr.24293) 10982 : 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-07T14:24:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:17 smithi022 bash[28554]: cluster 2023-12-07T14:24:16.689378+0000 mgr.a (mgr.24293) 10983 : 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-07T14:24:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:17 smithi044 bash[32620]: cluster 2023-12-07T14:24:16.689378+0000 mgr.a (mgr.24293) 10983 : 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-07T14:24:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:17 smithi027 bash[31536]: cluster 2023-12-07T14:24:16.689378+0000 mgr.a (mgr.24293) 10983 : 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-07T14:24:19.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:19.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:19.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:19 smithi022 bash[28554]: cluster 2023-12-07T14:24:18.689930+0000 mgr.a (mgr.24293) 10984 : 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-07T14:24:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:19 smithi044 bash[32620]: cluster 2023-12-07T14:24:18.689930+0000 mgr.a (mgr.24293) 10984 : 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-07T14:24:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:19 smithi027 bash[31536]: cluster 2023-12-07T14:24:18.689930+0000 mgr.a (mgr.24293) 10984 : 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-07T14:24:20.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:20.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:20.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:20.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:20.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:21 smithi022 bash[28554]: audit 2023-12-07T14:24:20.028252+0000 mgr.a (mgr.24293) 10985 : audit 0 from='client.223329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:21 smithi022 bash[28554]: cluster 2023-12-07T14:24:20.691080+0000 mgr.a (mgr.24293) 10986 : cluster 0 pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:24:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:21 smithi044 bash[32620]: audit 2023-12-07T14:24:20.028252+0000 mgr.a (mgr.24293) 10985 : audit 0 from='client.223329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:21 smithi044 bash[32620]: cluster 2023-12-07T14:24:20.691080+0000 mgr.a (mgr.24293) 10986 : cluster 0 pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:24:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:21 smithi027 bash[31536]: audit 2023-12-07T14:24:20.028252+0000 mgr.a (mgr.24293) 10985 : audit 0 from='client.223329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:21 smithi027 bash[31536]: cluster 2023-12-07T14:24:20.691080+0000 mgr.a (mgr.24293) 10986 : cluster 0 pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:24:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:23 smithi044 bash[32620]: cluster 2023-12-07T14:24:22.691637+0000 mgr.a (mgr.24293) 10987 : cluster 0 pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:24:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:23 smithi022 bash[28554]: cluster 2023-12-07T14:24:22.691637+0000 mgr.a (mgr.24293) 10987 : cluster 0 pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:24:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:23 smithi027 bash[31536]: cluster 2023-12-07T14:24:22.691637+0000 mgr.a (mgr.24293) 10987 : cluster 0 pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:24:25.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:25.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:25.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:25 smithi022 bash[28554]: cluster 2023-12-07T14:24:24.692204+0000 mgr.a (mgr.24293) 10988 : cluster 0 pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:24:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:25 smithi044 bash[32620]: cluster 2023-12-07T14:24:24.692204+0000 mgr.a (mgr.24293) 10988 : cluster 0 pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:24:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:25 smithi027 bash[31536]: cluster 2023-12-07T14:24:24.692204+0000 mgr.a (mgr.24293) 10988 : cluster 0 pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:24:26.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:26.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:26.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:26.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:26.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:26 smithi022 bash[28554]: audit 2023-12-07T14:24:25.966552+0000 mgr.a (mgr.24293) 10989 : audit 0 from='client.223407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:26 smithi044 bash[32620]: audit 2023-12-07T14:24:25.966552+0000 mgr.a (mgr.24293) 10989 : audit 0 from='client.223407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:26 smithi027 bash[31536]: audit 2023-12-07T14:24:25.966552+0000 mgr.a (mgr.24293) 10989 : audit 0 from='client.223407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:27 smithi044 bash[32620]: cluster 2023-12-07T14:24:26.693257+0000 mgr.a (mgr.24293) 10990 : cluster 0 pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:27 smithi022 bash[28554]: cluster 2023-12-07T14:24:26.693257+0000 mgr.a (mgr.24293) 10990 : cluster 0 pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:27 smithi027 bash[31536]: cluster 2023-12-07T14:24:26.693257+0000 mgr.a (mgr.24293) 10990 : cluster 0 pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:29 smithi022 bash[28554]: cluster 2023-12-07T14:24:28.693853+0000 mgr.a (mgr.24293) 10991 : cluster 0 pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:29 smithi044 bash[32620]: cluster 2023-12-07T14:24:28.693853+0000 mgr.a (mgr.24293) 10991 : cluster 0 pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:29 smithi027 bash[31536]: cluster 2023-12-07T14:24:28.693853+0000 mgr.a (mgr.24293) 10991 : cluster 0 pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:31.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:31.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:31.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:31 smithi044 bash[32620]: cluster 2023-12-07T14:24:30.694640+0000 mgr.a (mgr.24293) 10992 : 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-07T14:24:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:31 smithi022 bash[28554]: cluster 2023-12-07T14:24:30.694640+0000 mgr.a (mgr.24293) 10992 : 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-07T14:24:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:31 smithi027 bash[31536]: cluster 2023-12-07T14:24:30.694640+0000 mgr.a (mgr.24293) 10992 : 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-07T14:24:32.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:32.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:32.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:32.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:32.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:32 smithi022 bash[28554]: audit 2023-12-07T14:24:31.901312+0000 mgr.a (mgr.24293) 10993 : audit 0 from='client.223482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:32 smithi044 bash[32620]: audit 2023-12-07T14:24:31.901312+0000 mgr.a (mgr.24293) 10993 : audit 0 from='client.223482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:32 smithi027 bash[31536]: audit 2023-12-07T14:24:31.901312+0000 mgr.a (mgr.24293) 10993 : audit 0 from='client.223482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:33 smithi022 bash[28554]: cluster 2023-12-07T14:24:32.695528+0000 mgr.a (mgr.24293) 10994 : cluster 0 pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:24:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:33 smithi044 bash[32620]: cluster 2023-12-07T14:24:32.695528+0000 mgr.a (mgr.24293) 10994 : cluster 0 pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:24:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:33 smithi027 bash[31536]: cluster 2023-12-07T14:24:32.695528+0000 mgr.a (mgr.24293) 10994 : cluster 0 pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:24:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:35 smithi022 bash[28554]: cluster 2023-12-07T14:24:34.696144+0000 mgr.a (mgr.24293) 10995 : cluster 0 pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:24:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:35 smithi044 bash[32620]: cluster 2023-12-07T14:24:34.696144+0000 mgr.a (mgr.24293) 10995 : cluster 0 pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:24:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:35 smithi027 bash[31536]: cluster 2023-12-07T14:24:34.696144+0000 mgr.a (mgr.24293) 10995 : cluster 0 pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:24:37.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:37 smithi022 bash[28554]: cluster 2023-12-07T14:24:36.696960+0000 mgr.a (mgr.24293) 10996 : cluster 0 pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:24:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:37 smithi044 bash[32620]: cluster 2023-12-07T14:24:36.696960+0000 mgr.a (mgr.24293) 10996 : cluster 0 pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:37 smithi027 bash[31536]: cluster 2023-12-07T14:24:36.696960+0000 mgr.a (mgr.24293) 10996 : cluster 0 pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:24:38.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:38.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:38.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:38.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:38.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:38 smithi022 bash[28554]: audit 2023-12-07T14:24:37.849465+0000 mgr.a (mgr.24293) 10997 : audit 0 from='client.223554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:38 smithi044 bash[32620]: audit 2023-12-07T14:24:37.849465+0000 mgr.a (mgr.24293) 10997 : audit 0 from='client.223554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:38 smithi027 bash[31536]: audit 2023-12-07T14:24:37.849465+0000 mgr.a (mgr.24293) 10997 : audit 0 from='client.223554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:39 smithi022 bash[28554]: cluster 2023-12-07T14:24:38.697801+0000 mgr.a (mgr.24293) 10998 : cluster 0 pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:39 smithi044 bash[32620]: cluster 2023-12-07T14:24:38.697801+0000 mgr.a (mgr.24293) 10998 : cluster 0 pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:39 smithi027 bash[31536]: cluster 2023-12-07T14:24:38.697801+0000 mgr.a (mgr.24293) 10998 : cluster 0 pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:41 smithi022 bash[28554]: cluster 2023-12-07T14:24:40.698809+0000 mgr.a (mgr.24293) 10999 : cluster 0 pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:41 smithi044 bash[32620]: cluster 2023-12-07T14:24:40.698809+0000 mgr.a (mgr.24293) 10999 : cluster 0 pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:41 smithi027 bash[31536]: cluster 2023-12-07T14:24:40.698809+0000 mgr.a (mgr.24293) 10999 : cluster 0 pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:43.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:43.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:43.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:43 smithi022 bash[28554]: cluster 2023-12-07T14:24:42.699367+0000 mgr.a (mgr.24293) 11000 : 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-07T14:24:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:43 smithi044 bash[32620]: cluster 2023-12-07T14:24:42.699367+0000 mgr.a (mgr.24293) 11000 : 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-07T14:24:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:43 smithi027 bash[31536]: cluster 2023-12-07T14:24:42.699367+0000 mgr.a (mgr.24293) 11000 : 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-07T14:24:44.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:44.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:44.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:44.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:44.306 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:44 smithi022 bash[28554]: audit 2023-12-07T14:24:43.782220+0000 mgr.a (mgr.24293) 11001 : audit 0 from='client.223629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:44 smithi044 bash[32620]: audit 2023-12-07T14:24:43.782220+0000 mgr.a (mgr.24293) 11001 : audit 0 from='client.223629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:44 smithi027 bash[31536]: audit 2023-12-07T14:24:43.782220+0000 mgr.a (mgr.24293) 11001 : audit 0 from='client.223629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:45 smithi022 bash[28554]: cluster 2023-12-07T14:24:44.700157+0000 mgr.a (mgr.24293) 11002 : 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-07T14:24:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:45 smithi044 bash[32620]: cluster 2023-12-07T14:24:44.700157+0000 mgr.a (mgr.24293) 11002 : 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-07T14:24:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:45 smithi027 bash[31536]: cluster 2023-12-07T14:24:44.700157+0000 mgr.a (mgr.24293) 11002 : 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-07T14:24:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:47 smithi044 bash[32620]: cluster 2023-12-07T14:24:46.701019+0000 mgr.a (mgr.24293) 11003 : 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-07T14:24:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:47 smithi022 bash[28554]: cluster 2023-12-07T14:24:46.701019+0000 mgr.a (mgr.24293) 11003 : 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-07T14:24:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:47 smithi027 bash[31536]: cluster 2023-12-07T14:24:46.701019+0000 mgr.a (mgr.24293) 11003 : 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-07T14:24:49.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:49.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:49.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:49 smithi022 bash[28554]: cluster 2023-12-07T14:24:48.701599+0000 mgr.a (mgr.24293) 11004 : 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-07T14:24:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:49 smithi044 bash[32620]: cluster 2023-12-07T14:24:48.701599+0000 mgr.a (mgr.24293) 11004 : 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-07T14:24:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:49 smithi027 bash[31536]: cluster 2023-12-07T14:24:48.701599+0000 mgr.a (mgr.24293) 11004 : 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-07T14:24:50.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:50.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:50.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:50.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:50.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:50 smithi044 bash[32620]: audit 2023-12-07T14:24:49.720437+0000 mgr.a (mgr.24293) 11005 : audit 0 from='client.223701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:50 smithi022 bash[28554]: audit 2023-12-07T14:24:49.720437+0000 mgr.a (mgr.24293) 11005 : audit 0 from='client.223701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:50 smithi027 bash[31536]: audit 2023-12-07T14:24:49.720437+0000 mgr.a (mgr.24293) 11005 : audit 0 from='client.223701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:51 smithi022 bash[28554]: cluster 2023-12-07T14:24:50.702571+0000 mgr.a (mgr.24293) 11006 : 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-07T14:24:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:51 smithi044 bash[32620]: cluster 2023-12-07T14:24:50.702571+0000 mgr.a (mgr.24293) 11006 : 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-07T14:24:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:51 smithi027 bash[31536]: cluster 2023-12-07T14:24:50.702571+0000 mgr.a (mgr.24293) 11006 : 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-07T14:24:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:53 smithi022 bash[28554]: cluster 2023-12-07T14:24:52.703148+0000 mgr.a (mgr.24293) 11007 : 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-07T14:24:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:53 smithi044 bash[32620]: cluster 2023-12-07T14:24:52.703148+0000 mgr.a (mgr.24293) 11007 : 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-07T14:24:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:53 smithi027 bash[31536]: cluster 2023-12-07T14:24:52.703148+0000 mgr.a (mgr.24293) 11007 : 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-07T14:24:55.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:24:55.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:55.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:56.173 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:24:56.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:56.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:56.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:56.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:24:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:55 smithi022 bash[28554]: cluster 2023-12-07T14:24:54.703732+0000 mgr.a (mgr.24293) 11008 : 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-07T14:24:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:55 smithi044 bash[32620]: cluster 2023-12-07T14:24:54.703732+0000 mgr.a (mgr.24293) 11008 : 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-07T14:24:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:55 smithi027 bash[31536]: cluster 2023-12-07T14:24:54.703732+0000 mgr.a (mgr.24293) 11008 : 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-07T14:24:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:56 smithi022 bash[28554]: audit 2023-12-07T14:24:55.651626+0000 mgr.a (mgr.24293) 11009 : audit 0 from='client.223776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:56 smithi044 bash[32620]: audit 2023-12-07T14:24:55.651626+0000 mgr.a (mgr.24293) 11009 : audit 0 from='client.223776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:56 smithi027 bash[31536]: audit 2023-12-07T14:24:55.651626+0000 mgr.a (mgr.24293) 11009 : audit 0 from='client.223776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:57 smithi044 bash[32620]: cluster 2023-12-07T14:24:56.704790+0000 mgr.a (mgr.24293) 11010 : cluster 0 pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:57 smithi022 bash[28554]: cluster 2023-12-07T14:24:56.704790+0000 mgr.a (mgr.24293) 11010 : cluster 0 pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:57 smithi027 bash[31536]: cluster 2023-12-07T14:24:56.704790+0000 mgr.a (mgr.24293) 11010 : cluster 0 pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:24:59 smithi044 bash[32620]: cluster 2023-12-07T14:24:58.705359+0000 mgr.a (mgr.24293) 11011 : cluster 0 pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:24:59 smithi022 bash[28554]: cluster 2023-12-07T14:24:58.705359+0000 mgr.a (mgr.24293) 11011 : cluster 0 pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:24:59 smithi027 bash[31536]: cluster 2023-12-07T14:24:58.705359+0000 mgr.a (mgr.24293) 11011 : cluster 0 pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:01.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:01.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:01.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:01 smithi044 bash[32620]: cluster 2023-12-07T14:25:00.706124+0000 mgr.a (mgr.24293) 11012 : cluster 0 pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:01 smithi027 bash[31536]: cluster 2023-12-07T14:25:00.706124+0000 mgr.a (mgr.24293) 11012 : cluster 0 pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:02.117 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:02.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:02.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:02.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:02.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:01 smithi022 bash[28554]: cluster 2023-12-07T14:25:00.706124+0000 mgr.a (mgr.24293) 11012 : cluster 0 pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:02 smithi022 bash[28554]: audit 2023-12-07T14:25:01.590043+0000 mgr.a (mgr.24293) 11013 : audit 0 from='client.223851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:02 smithi044 bash[32620]: audit 2023-12-07T14:25:01.590043+0000 mgr.a (mgr.24293) 11013 : audit 0 from='client.223851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:02 smithi027 bash[31536]: audit 2023-12-07T14:25:01.590043+0000 mgr.a (mgr.24293) 11013 : audit 0 from='client.223851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:03 smithi022 bash[28554]: cluster 2023-12-07T14:25:02.706894+0000 mgr.a (mgr.24293) 11014 : cluster 0 pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:03 smithi044 bash[32620]: cluster 2023-12-07T14:25:02.706894+0000 mgr.a (mgr.24293) 11014 : cluster 0 pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:03 smithi027 bash[31536]: cluster 2023-12-07T14:25:02.706894+0000 mgr.a (mgr.24293) 11014 : cluster 0 pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:05 smithi022 bash[28554]: cluster 2023-12-07T14:25:04.707495+0000 mgr.a (mgr.24293) 11015 : cluster 0 pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:05 smithi044 bash[32620]: cluster 2023-12-07T14:25:04.707495+0000 mgr.a (mgr.24293) 11015 : cluster 0 pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:05 smithi027 bash[31536]: cluster 2023-12-07T14:25:04.707495+0000 mgr.a (mgr.24293) 11015 : cluster 0 pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:06 smithi022 bash[28554]: audit 2023-12-07T14:25:06.774750+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:25:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:06 smithi044 bash[32620]: audit 2023-12-07T14:25:06.774750+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:25:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:06 smithi027 bash[31536]: audit 2023-12-07T14:25:06.774750+0000 mon.a (mon.0) 1978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:25:08.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:08.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:07 smithi022 bash[28554]: cluster 2023-12-07T14:25:06.708299+0000 mgr.a (mgr.24293) 11016 : 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-07T14:25:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:07 smithi022 bash[28554]: audit 2023-12-07T14:25:07.564349+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:25:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:07 smithi022 bash[28554]: audit 2023-12-07T14:25:07.566869+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:25:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:07 smithi022 bash[28554]: audit 2023-12-07T14:25:07.575206+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:25:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:07 smithi044 bash[32620]: cluster 2023-12-07T14:25:06.708299+0000 mgr.a (mgr.24293) 11016 : 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-07T14:25:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:07 smithi044 bash[32620]: audit 2023-12-07T14:25:07.564349+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:25:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:07 smithi044 bash[32620]: audit 2023-12-07T14:25:07.566869+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:25:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:07 smithi044 bash[32620]: audit 2023-12-07T14:25:07.575206+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:25:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:07 smithi027 bash[31536]: cluster 2023-12-07T14:25:06.708299+0000 mgr.a (mgr.24293) 11016 : 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-07T14:25:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:07 smithi027 bash[31536]: audit 2023-12-07T14:25:07.564349+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:25:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:07 smithi027 bash[31536]: audit 2023-12-07T14:25:07.566869+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:25:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:07 smithi027 bash[31536]: audit 2023-12-07T14:25:07.575206+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:25:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:08 smithi022 bash[28554]: audit 2023-12-07T14:25:07.520188+0000 mgr.a (mgr.24293) 11017 : audit 0 from='client.223926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:08 smithi044 bash[32620]: audit 2023-12-07T14:25:07.520188+0000 mgr.a (mgr.24293) 11017 : audit 0 from='client.223926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:08 smithi027 bash[31536]: audit 2023-12-07T14:25:07.520188+0000 mgr.a (mgr.24293) 11017 : audit 0 from='client.223926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:09 smithi022 bash[28554]: cluster 2023-12-07T14:25:08.709163+0000 mgr.a (mgr.24293) 11018 : cluster 0 pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:09 smithi044 bash[32620]: cluster 2023-12-07T14:25:08.709163+0000 mgr.a (mgr.24293) 11018 : cluster 0 pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:09 smithi027 bash[31536]: cluster 2023-12-07T14:25:08.709163+0000 mgr.a (mgr.24293) 11018 : cluster 0 pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:11 smithi022 bash[28554]: cluster 2023-12-07T14:25:10.710018+0000 mgr.a (mgr.24293) 11019 : cluster 0 pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:11 smithi044 bash[32620]: cluster 2023-12-07T14:25:10.710018+0000 mgr.a (mgr.24293) 11019 : cluster 0 pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:11 smithi027 bash[31536]: cluster 2023-12-07T14:25:10.710018+0000 mgr.a (mgr.24293) 11019 : cluster 0 pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:13.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:13.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:13.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:14.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:14.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:14.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:14.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:14.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:13 smithi044 bash[32620]: cluster 2023-12-07T14:25:12.710587+0000 mgr.a (mgr.24293) 11020 : cluster 0 pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:13 smithi022 bash[28554]: cluster 2023-12-07T14:25:12.710587+0000 mgr.a (mgr.24293) 11020 : cluster 0 pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:13 smithi027 bash[31536]: cluster 2023-12-07T14:25:12.710587+0000 mgr.a (mgr.24293) 11020 : cluster 0 pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:14 smithi022 bash[28554]: audit 2023-12-07T14:25:13.459465+0000 mgr.a (mgr.24293) 11021 : audit 0 from='client.224001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:14 smithi044 bash[32620]: audit 2023-12-07T14:25:13.459465+0000 mgr.a (mgr.24293) 11021 : audit 0 from='client.224001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:14 smithi027 bash[31536]: audit 2023-12-07T14:25:13.459465+0000 mgr.a (mgr.24293) 11021 : audit 0 from='client.224001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:15 smithi022 bash[28554]: cluster 2023-12-07T14:25:14.711305+0000 mgr.a (mgr.24293) 11022 : cluster 0 pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:15 smithi044 bash[32620]: cluster 2023-12-07T14:25:14.711305+0000 mgr.a (mgr.24293) 11022 : cluster 0 pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:15 smithi027 bash[31536]: cluster 2023-12-07T14:25:14.711305+0000 mgr.a (mgr.24293) 11022 : cluster 0 pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:17 smithi044 bash[32620]: cluster 2023-12-07T14:25:16.712189+0000 mgr.a (mgr.24293) 11023 : cluster 0 pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:17 smithi022 bash[28554]: cluster 2023-12-07T14:25:16.712189+0000 mgr.a (mgr.24293) 11023 : cluster 0 pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:17 smithi027 bash[31536]: cluster 2023-12-07T14:25:16.712189+0000 mgr.a (mgr.24293) 11023 : cluster 0 pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:19.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:19.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:19.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:19 smithi022 bash[28554]: cluster 2023-12-07T14:25:18.712752+0000 mgr.a (mgr.24293) 11024 : 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-07T14:25:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:19 smithi044 bash[32620]: cluster 2023-12-07T14:25:18.712752+0000 mgr.a (mgr.24293) 11024 : 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-07T14:25:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:19 smithi027 bash[31536]: cluster 2023-12-07T14:25:18.712752+0000 mgr.a (mgr.24293) 11024 : 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-07T14:25:19.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:19.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:19.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:19.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:19.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:20 smithi044 bash[32620]: audit 2023-12-07T14:25:19.412380+0000 mgr.a (mgr.24293) 11025 : audit 0 from='client.224073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:20 smithi022 bash[28554]: audit 2023-12-07T14:25:19.412380+0000 mgr.a (mgr.24293) 11025 : audit 0 from='client.224073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:20 smithi027 bash[31536]: audit 2023-12-07T14:25:19.412380+0000 mgr.a (mgr.24293) 11025 : audit 0 from='client.224073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:21 smithi022 bash[28554]: cluster 2023-12-07T14:25:20.713675+0000 mgr.a (mgr.24293) 11026 : 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-07T14:25:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:21 smithi044 bash[32620]: cluster 2023-12-07T14:25:20.713675+0000 mgr.a (mgr.24293) 11026 : 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-07T14:25:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:21 smithi027 bash[31536]: cluster 2023-12-07T14:25:20.713675+0000 mgr.a (mgr.24293) 11026 : 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-07T14:25:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:23 smithi044 bash[32620]: cluster 2023-12-07T14:25:22.714288+0000 mgr.a (mgr.24293) 11027 : 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-07T14:25:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:23 smithi022 bash[28554]: cluster 2023-12-07T14:25:22.714288+0000 mgr.a (mgr.24293) 11027 : 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-07T14:25:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:23 smithi027 bash[31536]: cluster 2023-12-07T14:25:22.714288+0000 mgr.a (mgr.24293) 11027 : 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-07T14:25:24.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:24.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:24.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:25.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:25.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:25.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:25.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:25.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:25 smithi022 bash[28554]: cluster 2023-12-07T14:25:24.714896+0000 mgr.a (mgr.24293) 11028 : 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-07T14:25:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:25 smithi044 bash[32620]: cluster 2023-12-07T14:25:24.714896+0000 mgr.a (mgr.24293) 11028 : 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-07T14:25:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:25 smithi027 bash[31536]: cluster 2023-12-07T14:25:24.714896+0000 mgr.a (mgr.24293) 11028 : 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-07T14:25:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:26 smithi022 bash[28554]: audit 2023-12-07T14:25:25.369131+0000 mgr.a (mgr.24293) 11029 : audit 0 from='client.224151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:26 smithi044 bash[32620]: audit 2023-12-07T14:25:25.369131+0000 mgr.a (mgr.24293) 11029 : audit 0 from='client.224151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:26 smithi027 bash[31536]: audit 2023-12-07T14:25:25.369131+0000 mgr.a (mgr.24293) 11029 : audit 0 from='client.224151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:27 smithi044 bash[32620]: cluster 2023-12-07T14:25:26.716027+0000 mgr.a (mgr.24293) 11030 : cluster 0 pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:27 smithi022 bash[28554]: cluster 2023-12-07T14:25:26.716027+0000 mgr.a (mgr.24293) 11030 : cluster 0 pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:27 smithi027 bash[31536]: cluster 2023-12-07T14:25:26.716027+0000 mgr.a (mgr.24293) 11030 : cluster 0 pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:29 smithi022 bash[28554]: cluster 2023-12-07T14:25:28.716591+0000 mgr.a (mgr.24293) 11031 : cluster 0 pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:29 smithi044 bash[32620]: cluster 2023-12-07T14:25:28.716591+0000 mgr.a (mgr.24293) 11031 : cluster 0 pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:29 smithi027 bash[31536]: cluster 2023-12-07T14:25:28.716591+0000 mgr.a (mgr.24293) 11031 : cluster 0 pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:30.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:30.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:30.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:31.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:31.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:31.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:31.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:31.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:31 smithi022 bash[28554]: cluster 2023-12-07T14:25:30.717342+0000 mgr.a (mgr.24293) 11032 : cluster 0 pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:31 smithi044 bash[32620]: cluster 2023-12-07T14:25:30.717342+0000 mgr.a (mgr.24293) 11032 : cluster 0 pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:31 smithi027 bash[31536]: cluster 2023-12-07T14:25:30.717342+0000 mgr.a (mgr.24293) 11032 : cluster 0 pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:32 smithi044 bash[32620]: audit 2023-12-07T14:25:31.298161+0000 mgr.a (mgr.24293) 11033 : audit 0 from='client.224229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:32 smithi022 bash[28554]: audit 2023-12-07T14:25:31.298161+0000 mgr.a (mgr.24293) 11033 : audit 0 from='client.224229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:32 smithi027 bash[31536]: audit 2023-12-07T14:25:31.298161+0000 mgr.a (mgr.24293) 11033 : audit 0 from='client.224229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:33 smithi022 bash[28554]: cluster 2023-12-07T14:25:32.718091+0000 mgr.a (mgr.24293) 11034 : cluster 0 pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:33 smithi044 bash[32620]: cluster 2023-12-07T14:25:32.718091+0000 mgr.a (mgr.24293) 11034 : cluster 0 pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:33 smithi027 bash[31536]: cluster 2023-12-07T14:25:32.718091+0000 mgr.a (mgr.24293) 11034 : cluster 0 pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:35 smithi044 bash[32620]: cluster 2023-12-07T14:25:34.718721+0000 mgr.a (mgr.24293) 11035 : cluster 0 pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:35 smithi022 bash[28554]: cluster 2023-12-07T14:25:34.718721+0000 mgr.a (mgr.24293) 11035 : cluster 0 pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:35 smithi027 bash[31536]: cluster 2023-12-07T14:25:34.718721+0000 mgr.a (mgr.24293) 11035 : cluster 0 pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:36.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:36.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:36.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:37.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:37 smithi022 bash[28554]: cluster 2023-12-07T14:25:36.719626+0000 mgr.a (mgr.24293) 11036 : 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-07T14:25:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:37 smithi044 bash[32620]: cluster 2023-12-07T14:25:36.719626+0000 mgr.a (mgr.24293) 11036 : 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-07T14:25:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:37 smithi027 bash[31536]: cluster 2023-12-07T14:25:36.719626+0000 mgr.a (mgr.24293) 11036 : 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-07T14:25:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:38 smithi022 bash[28554]: audit 2023-12-07T14:25:37.232129+0000 mgr.a (mgr.24293) 11037 : audit 0 from='client.224304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:38 smithi044 bash[32620]: audit 2023-12-07T14:25:37.232129+0000 mgr.a (mgr.24293) 11037 : audit 0 from='client.224304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:38 smithi027 bash[31536]: audit 2023-12-07T14:25:37.232129+0000 mgr.a (mgr.24293) 11037 : audit 0 from='client.224304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:39 smithi022 bash[28554]: cluster 2023-12-07T14:25:38.720279+0000 mgr.a (mgr.24293) 11038 : cluster 0 pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:39 smithi044 bash[32620]: cluster 2023-12-07T14:25:38.720279+0000 mgr.a (mgr.24293) 11038 : cluster 0 pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:39 smithi027 bash[31536]: cluster 2023-12-07T14:25:38.720279+0000 mgr.a (mgr.24293) 11038 : cluster 0 pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:41 smithi044 bash[32620]: cluster 2023-12-07T14:25:40.721082+0000 mgr.a (mgr.24293) 11039 : cluster 0 pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:41 smithi022 bash[28554]: cluster 2023-12-07T14:25:40.721082+0000 mgr.a (mgr.24293) 11039 : cluster 0 pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:41 smithi027 bash[31536]: cluster 2023-12-07T14:25:40.721082+0000 mgr.a (mgr.24293) 11039 : cluster 0 pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:42.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:42.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:42.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:43.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:43.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:43.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:43.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:43.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:43 smithi044 bash[32620]: cluster 2023-12-07T14:25:42.721650+0000 mgr.a (mgr.24293) 11040 : cluster 0 pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:43 smithi022 bash[28554]: cluster 2023-12-07T14:25:42.721650+0000 mgr.a (mgr.24293) 11040 : cluster 0 pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:43 smithi027 bash[31536]: cluster 2023-12-07T14:25:42.721650+0000 mgr.a (mgr.24293) 11040 : cluster 0 pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:44 smithi022 bash[28554]: audit 2023-12-07T14:25:43.167597+0000 mgr.a (mgr.24293) 11041 : audit 0 from='client.224376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:44 smithi044 bash[32620]: audit 2023-12-07T14:25:43.167597+0000 mgr.a (mgr.24293) 11041 : audit 0 from='client.224376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:45.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:44 smithi027 bash[31536]: audit 2023-12-07T14:25:43.167597+0000 mgr.a (mgr.24293) 11041 : audit 0 from='client.224376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:45 smithi022 bash[28554]: cluster 2023-12-07T14:25:44.722316+0000 mgr.a (mgr.24293) 11042 : cluster 0 pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:45 smithi044 bash[32620]: cluster 2023-12-07T14:25:44.722316+0000 mgr.a (mgr.24293) 11042 : cluster 0 pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:45 smithi027 bash[31536]: cluster 2023-12-07T14:25:44.722316+0000 mgr.a (mgr.24293) 11042 : cluster 0 pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:47 smithi022 bash[28554]: cluster 2023-12-07T14:25:46.723189+0000 mgr.a (mgr.24293) 11043 : cluster 0 pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:47 smithi044 bash[32620]: cluster 2023-12-07T14:25:46.723189+0000 mgr.a (mgr.24293) 11043 : cluster 0 pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:47 smithi027 bash[31536]: cluster 2023-12-07T14:25:46.723189+0000 mgr.a (mgr.24293) 11043 : cluster 0 pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:48.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:48.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:48.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:49.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:49.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:49.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:49.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:49.683 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:49 smithi022 bash[28554]: cluster 2023-12-07T14:25:48.723917+0000 mgr.a (mgr.24293) 11044 : 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-07T14:25:49.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:49 smithi044 bash[32620]: cluster 2023-12-07T14:25:48.723917+0000 mgr.a (mgr.24293) 11044 : 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-07T14:25:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:49 smithi027 bash[31536]: cluster 2023-12-07T14:25:48.723917+0000 mgr.a (mgr.24293) 11044 : 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-07T14:25:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:50 smithi022 bash[28554]: audit 2023-12-07T14:25:49.131840+0000 mgr.a (mgr.24293) 11045 : audit 0 from='client.224445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:50 smithi044 bash[32620]: audit 2023-12-07T14:25:49.131840+0000 mgr.a (mgr.24293) 11045 : audit 0 from='client.224445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:50 smithi027 bash[31536]: audit 2023-12-07T14:25:49.131840+0000 mgr.a (mgr.24293) 11045 : audit 0 from='client.224445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:51 smithi044 bash[32620]: cluster 2023-12-07T14:25:50.724865+0000 mgr.a (mgr.24293) 11046 : 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-07T14:25:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:51 smithi022 bash[28554]: cluster 2023-12-07T14:25:50.724865+0000 mgr.a (mgr.24293) 11046 : 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-07T14:25:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:51 smithi027 bash[31536]: cluster 2023-12-07T14:25:50.724865+0000 mgr.a (mgr.24293) 11046 : 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-07T14:25:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:53 smithi044 bash[32620]: cluster 2023-12-07T14:25:52.725456+0000 mgr.a (mgr.24293) 11047 : 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-07T14:25:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:53 smithi022 bash[28554]: cluster 2023-12-07T14:25:52.725456+0000 mgr.a (mgr.24293) 11047 : 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-07T14:25:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:53 smithi027 bash[31536]: cluster 2023-12-07T14:25:52.725456+0000 mgr.a (mgr.24293) 11047 : 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-07T14:25:54.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:25:54.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:54.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:55.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:25:55.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:55.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:55.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:55.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:25:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:55 smithi044 bash[32620]: cluster 2023-12-07T14:25:54.725898+0000 mgr.a (mgr.24293) 11048 : 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-07T14:25:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:55 smithi022 bash[28554]: cluster 2023-12-07T14:25:54.725898+0000 mgr.a (mgr.24293) 11048 : 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-07T14:25:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:55 smithi027 bash[31536]: cluster 2023-12-07T14:25:54.725898+0000 mgr.a (mgr.24293) 11048 : 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-07T14:25:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:56 smithi022 bash[28554]: audit 2023-12-07T14:25:55.099781+0000 mgr.a (mgr.24293) 11049 : audit 0 from='client.224520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:56 smithi044 bash[32620]: audit 2023-12-07T14:25:55.099781+0000 mgr.a (mgr.24293) 11049 : audit 0 from='client.224520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:56 smithi027 bash[31536]: audit 2023-12-07T14:25:55.099781+0000 mgr.a (mgr.24293) 11049 : audit 0 from='client.224520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:57 smithi022 bash[28554]: cluster 2023-12-07T14:25:56.726876+0000 mgr.a (mgr.24293) 11050 : cluster 0 pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:25:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:57 smithi044 bash[32620]: cluster 2023-12-07T14:25:56.726876+0000 mgr.a (mgr.24293) 11050 : cluster 0 pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:25:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:57 smithi027 bash[31536]: cluster 2023-12-07T14:25:56.726876+0000 mgr.a (mgr.24293) 11050 : cluster 0 pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:25:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:25:59 smithi044 bash[32620]: cluster 2023-12-07T14:25:58.727477+0000 mgr.a (mgr.24293) 11051 : cluster 0 pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:25:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:25:59 smithi022 bash[28554]: cluster 2023-12-07T14:25:58.727477+0000 mgr.a (mgr.24293) 11051 : cluster 0 pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:25:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:25:59 smithi027 bash[31536]: cluster 2023-12-07T14:25:58.727477+0000 mgr.a (mgr.24293) 11051 : cluster 0 pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:26:00.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:00.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:00.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:01.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:01.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:01.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:01.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:01.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:01 smithi044 bash[32620]: cluster 2023-12-07T14:26:00.728077+0000 mgr.a (mgr.24293) 11052 : cluster 0 pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:01 smithi022 bash[28554]: cluster 2023-12-07T14:26:00.728077+0000 mgr.a (mgr.24293) 11052 : cluster 0 pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:01 smithi027 bash[31536]: cluster 2023-12-07T14:26:00.728077+0000 mgr.a (mgr.24293) 11052 : cluster 0 pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:02 smithi022 bash[28554]: audit 2023-12-07T14:26:01.048225+0000 mgr.a (mgr.24293) 11053 : audit 0 from='client.224598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:02 smithi044 bash[32620]: audit 2023-12-07T14:26:01.048225+0000 mgr.a (mgr.24293) 11053 : audit 0 from='client.224598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:02 smithi027 bash[31536]: audit 2023-12-07T14:26:01.048225+0000 mgr.a (mgr.24293) 11053 : audit 0 from='client.224598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:03 smithi044 bash[32620]: cluster 2023-12-07T14:26:02.728718+0000 mgr.a (mgr.24293) 11054 : cluster 0 pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:03 smithi022 bash[28554]: cluster 2023-12-07T14:26:02.728718+0000 mgr.a (mgr.24293) 11054 : cluster 0 pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:03 smithi027 bash[31536]: cluster 2023-12-07T14:26:02.728718+0000 mgr.a (mgr.24293) 11054 : cluster 0 pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:05 smithi022 bash[28554]: cluster 2023-12-07T14:26:04.729317+0000 mgr.a (mgr.24293) 11055 : cluster 0 pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:05 smithi044 bash[32620]: cluster 2023-12-07T14:26:04.729317+0000 mgr.a (mgr.24293) 11055 : cluster 0 pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:05 smithi027 bash[31536]: cluster 2023-12-07T14:26:04.729317+0000 mgr.a (mgr.24293) 11055 : cluster 0 pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:06.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:06.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:06.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:07.511 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:07.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:07.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:07.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:07.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:07 smithi022 bash[28554]: cluster 2023-12-07T14:26:06.729934+0000 mgr.a (mgr.24293) 11056 : cluster 0 pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:07 smithi022 bash[28554]: audit 2023-12-07T14:26:06.986128+0000 mgr.a (mgr.24293) 11057 : audit 0 from='client.224670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:07 smithi022 bash[28554]: audit 2023-12-07T14:26:07.716637+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:26:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:07 smithi044 bash[32620]: cluster 2023-12-07T14:26:06.729934+0000 mgr.a (mgr.24293) 11056 : cluster 0 pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:07 smithi044 bash[32620]: audit 2023-12-07T14:26:06.986128+0000 mgr.a (mgr.24293) 11057 : audit 0 from='client.224670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:07 smithi044 bash[32620]: audit 2023-12-07T14:26:07.716637+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:26:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:07 smithi027 bash[31536]: cluster 2023-12-07T14:26:06.729934+0000 mgr.a (mgr.24293) 11056 : cluster 0 pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:07 smithi027 bash[31536]: audit 2023-12-07T14:26:06.986128+0000 mgr.a (mgr.24293) 11057 : audit 0 from='client.224670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:07 smithi027 bash[31536]: audit 2023-12-07T14:26:07.716637+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:26:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:09 smithi022 bash[28554]: audit 2023-12-07T14:26:08.245504+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:09 smithi022 bash[28554]: audit 2023-12-07T14:26:08.251503+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:09 smithi022 bash[28554]: cluster 2023-12-07T14:26:08.730555+0000 mgr.a (mgr.24293) 11058 : cluster 0 pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:09 smithi022 bash[28554]: audit 2023-12-07T14:26:08.984546+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:09 smithi022 bash[28554]: audit 2023-12-07T14:26:08.986316+0000 mon.a (mon.0) 1986 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:09 smithi022 bash[28554]: audit 2023-12-07T14:26:08.995313+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:09 smithi044 bash[32620]: audit 2023-12-07T14:26:08.245504+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:09 smithi044 bash[32620]: audit 2023-12-07T14:26:08.251503+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:09 smithi044 bash[32620]: cluster 2023-12-07T14:26:08.730555+0000 mgr.a (mgr.24293) 11058 : cluster 0 pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:09 smithi044 bash[32620]: audit 2023-12-07T14:26:08.984546+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:09 smithi044 bash[32620]: audit 2023-12-07T14:26:08.986316+0000 mon.a (mon.0) 1986 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:26:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:09 smithi044 bash[32620]: audit 2023-12-07T14:26:08.995313+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:09 smithi027 bash[31536]: audit 2023-12-07T14:26:08.245504+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:09 smithi027 bash[31536]: audit 2023-12-07T14:26:08.251503+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:09.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:09 smithi027 bash[31536]: cluster 2023-12-07T14:26:08.730555+0000 mgr.a (mgr.24293) 11058 : cluster 0 pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:26:09.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:09 smithi027 bash[31536]: audit 2023-12-07T14:26:08.984546+0000 mon.a (mon.0) 1985 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:26:09.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:09 smithi027 bash[31536]: audit 2023-12-07T14:26:08.986316+0000 mon.a (mon.0) 1986 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:26:09.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:09 smithi027 bash[31536]: audit 2023-12-07T14:26:08.995313+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:26:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:11 smithi022 bash[28554]: cluster 2023-12-07T14:26:10.731362+0000 mgr.a (mgr.24293) 11059 : cluster 0 pgmap v8266: 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-07T14:26:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:11 smithi044 bash[32620]: cluster 2023-12-07T14:26:10.731362+0000 mgr.a (mgr.24293) 11059 : cluster 0 pgmap v8266: 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-07T14:26:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:11 smithi027 bash[31536]: cluster 2023-12-07T14:26:10.731362+0000 mgr.a (mgr.24293) 11059 : cluster 0 pgmap v8266: 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-07T14:26:12.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:12.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:12.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:13.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:13.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:13.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:13.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:13.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:13 smithi022 bash[28554]: cluster 2023-12-07T14:26:12.731791+0000 mgr.a (mgr.24293) 11060 : cluster 0 pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:13 smithi022 bash[28554]: audit 2023-12-07T14:26:12.927378+0000 mgr.a (mgr.24293) 11061 : audit 0 from='client.224745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:13 smithi044 bash[32620]: cluster 2023-12-07T14:26:12.731791+0000 mgr.a (mgr.24293) 11060 : cluster 0 pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:13 smithi044 bash[32620]: audit 2023-12-07T14:26:12.927378+0000 mgr.a (mgr.24293) 11061 : audit 0 from='client.224745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:13 smithi027 bash[31536]: cluster 2023-12-07T14:26:12.731791+0000 mgr.a (mgr.24293) 11060 : cluster 0 pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:13 smithi027 bash[31536]: audit 2023-12-07T14:26:12.927378+0000 mgr.a (mgr.24293) 11061 : audit 0 from='client.224745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:15 smithi022 bash[28554]: cluster 2023-12-07T14:26:14.732426+0000 mgr.a (mgr.24293) 11062 : cluster 0 pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:15 smithi044 bash[32620]: cluster 2023-12-07T14:26:14.732426+0000 mgr.a (mgr.24293) 11062 : cluster 0 pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:15 smithi027 bash[31536]: cluster 2023-12-07T14:26:14.732426+0000 mgr.a (mgr.24293) 11062 : cluster 0 pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:17 smithi044 bash[32620]: cluster 2023-12-07T14:26:16.733281+0000 mgr.a (mgr.24293) 11063 : cluster 0 pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:17 smithi022 bash[28554]: cluster 2023-12-07T14:26:16.733281+0000 mgr.a (mgr.24293) 11063 : cluster 0 pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:17 smithi027 bash[31536]: cluster 2023-12-07T14:26:16.733281+0000 mgr.a (mgr.24293) 11063 : cluster 0 pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:19.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:19.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:19.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:19.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:19.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:19 smithi022 bash[28554]: cluster 2023-12-07T14:26:18.733844+0000 mgr.a (mgr.24293) 11064 : cluster 0 pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:19 smithi022 bash[28554]: audit 2023-12-07T14:26:18.870332+0000 mgr.a (mgr.24293) 11065 : audit 0 from='client.224823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:19 smithi044 bash[32620]: cluster 2023-12-07T14:26:18.733844+0000 mgr.a (mgr.24293) 11064 : cluster 0 pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:19 smithi044 bash[32620]: audit 2023-12-07T14:26:18.870332+0000 mgr.a (mgr.24293) 11065 : audit 0 from='client.224823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:19 smithi027 bash[31536]: cluster 2023-12-07T14:26:18.733844+0000 mgr.a (mgr.24293) 11064 : cluster 0 pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:19 smithi027 bash[31536]: audit 2023-12-07T14:26:18.870332+0000 mgr.a (mgr.24293) 11065 : audit 0 from='client.224823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:21 smithi022 bash[28554]: cluster 2023-12-07T14:26:20.734908+0000 mgr.a (mgr.24293) 11066 : cluster 0 pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:21 smithi044 bash[32620]: cluster 2023-12-07T14:26:20.734908+0000 mgr.a (mgr.24293) 11066 : cluster 0 pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:21 smithi027 bash[31536]: cluster 2023-12-07T14:26:20.734908+0000 mgr.a (mgr.24293) 11066 : cluster 0 pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:23 smithi022 bash[28554]: cluster 2023-12-07T14:26:22.735660+0000 mgr.a (mgr.24293) 11067 : 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-07T14:26:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:23 smithi044 bash[32620]: cluster 2023-12-07T14:26:22.735660+0000 mgr.a (mgr.24293) 11067 : 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-07T14:26:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:23 smithi027 bash[31536]: cluster 2023-12-07T14:26:22.735660+0000 mgr.a (mgr.24293) 11067 : 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-07T14:26:24.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:24.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:24.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:25.350 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:25.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:25.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:25.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:25.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:25 smithi022 bash[28554]: cluster 2023-12-07T14:26:24.736352+0000 mgr.a (mgr.24293) 11068 : 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-07T14:26:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:25 smithi022 bash[28554]: audit 2023-12-07T14:26:24.803807+0000 mgr.a (mgr.24293) 11069 : audit 0 from='client.224901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:25 smithi044 bash[32620]: cluster 2023-12-07T14:26:24.736352+0000 mgr.a (mgr.24293) 11068 : 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-07T14:26:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:25 smithi044 bash[32620]: audit 2023-12-07T14:26:24.803807+0000 mgr.a (mgr.24293) 11069 : audit 0 from='client.224901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:25 smithi027 bash[31536]: cluster 2023-12-07T14:26:24.736352+0000 mgr.a (mgr.24293) 11068 : 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-07T14:26:26.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:25 smithi027 bash[31536]: audit 2023-12-07T14:26:24.803807+0000 mgr.a (mgr.24293) 11069 : audit 0 from='client.224901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:27 smithi044 bash[32620]: cluster 2023-12-07T14:26:26.737434+0000 mgr.a (mgr.24293) 11070 : 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-07T14:26:28.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:27 smithi022 bash[28554]: cluster 2023-12-07T14:26:26.737434+0000 mgr.a (mgr.24293) 11070 : 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-07T14:26:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:27 smithi027 bash[31536]: cluster 2023-12-07T14:26:26.737434+0000 mgr.a (mgr.24293) 11070 : 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-07T14:26:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:29 smithi022 bash[28554]: cluster 2023-12-07T14:26:28.738067+0000 mgr.a (mgr.24293) 11071 : 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-07T14:26:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:29 smithi044 bash[32620]: cluster 2023-12-07T14:26:28.738067+0000 mgr.a (mgr.24293) 11071 : 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-07T14:26:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:29 smithi027 bash[31536]: cluster 2023-12-07T14:26:28.738067+0000 mgr.a (mgr.24293) 11071 : 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-07T14:26:30.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:30.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:30.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:31.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:31.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:31.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:31.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:31.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:31 smithi022 bash[28554]: cluster 2023-12-07T14:26:30.738804+0000 mgr.a (mgr.24293) 11072 : cluster 0 pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:31 smithi022 bash[28554]: audit 2023-12-07T14:26:30.754248+0000 mgr.a (mgr.24293) 11073 : audit 0 from='client.224976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:31 smithi044 bash[32620]: cluster 2023-12-07T14:26:30.738804+0000 mgr.a (mgr.24293) 11072 : cluster 0 pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:31 smithi044 bash[32620]: audit 2023-12-07T14:26:30.754248+0000 mgr.a (mgr.24293) 11073 : audit 0 from='client.224976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:31 smithi027 bash[31536]: cluster 2023-12-07T14:26:30.738804+0000 mgr.a (mgr.24293) 11072 : cluster 0 pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:31 smithi027 bash[31536]: audit 2023-12-07T14:26:30.754248+0000 mgr.a (mgr.24293) 11073 : audit 0 from='client.224976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:33 smithi022 bash[28554]: cluster 2023-12-07T14:26:32.739469+0000 mgr.a (mgr.24293) 11074 : cluster 0 pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:33 smithi044 bash[32620]: cluster 2023-12-07T14:26:32.739469+0000 mgr.a (mgr.24293) 11074 : cluster 0 pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:33 smithi027 bash[31536]: cluster 2023-12-07T14:26:32.739469+0000 mgr.a (mgr.24293) 11074 : cluster 0 pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:35 smithi022 bash[28554]: cluster 2023-12-07T14:26:34.740000+0000 mgr.a (mgr.24293) 11075 : cluster 0 pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:35 smithi044 bash[32620]: cluster 2023-12-07T14:26:34.740000+0000 mgr.a (mgr.24293) 11075 : cluster 0 pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:35 smithi027 bash[31536]: cluster 2023-12-07T14:26:34.740000+0000 mgr.a (mgr.24293) 11075 : cluster 0 pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:36.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:36.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:36.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:37.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:37.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:37.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:37.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:37.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:37 smithi022 bash[28554]: audit 2023-12-07T14:26:36.688613+0000 mgr.a (mgr.24293) 11076 : audit 0 from='client.225048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:37 smithi022 bash[28554]: cluster 2023-12-07T14:26:36.741148+0000 mgr.a (mgr.24293) 11077 : cluster 0 pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:37 smithi044 bash[32620]: audit 2023-12-07T14:26:36.688613+0000 mgr.a (mgr.24293) 11076 : audit 0 from='client.225048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:38.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:37 smithi044 bash[32620]: cluster 2023-12-07T14:26:36.741148+0000 mgr.a (mgr.24293) 11077 : cluster 0 pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:37 smithi027 bash[31536]: audit 2023-12-07T14:26:36.688613+0000 mgr.a (mgr.24293) 11076 : audit 0 from='client.225048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:37 smithi027 bash[31536]: cluster 2023-12-07T14:26:36.741148+0000 mgr.a (mgr.24293) 11077 : cluster 0 pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:39 smithi022 bash[28554]: cluster 2023-12-07T14:26:38.741956+0000 mgr.a (mgr.24293) 11078 : cluster 0 pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:39 smithi044 bash[32620]: cluster 2023-12-07T14:26:38.741956+0000 mgr.a (mgr.24293) 11078 : cluster 0 pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:39 smithi027 bash[31536]: cluster 2023-12-07T14:26:38.741956+0000 mgr.a (mgr.24293) 11078 : cluster 0 pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:41 smithi022 bash[28554]: cluster 2023-12-07T14:26:40.742965+0000 mgr.a (mgr.24293) 11079 : 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-07T14:26:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:41 smithi044 bash[32620]: cluster 2023-12-07T14:26:40.742965+0000 mgr.a (mgr.24293) 11079 : 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-07T14:26:42.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:41 smithi027 bash[31536]: cluster 2023-12-07T14:26:40.742965+0000 mgr.a (mgr.24293) 11079 : 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-07T14:26:43.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:43.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:43 smithi044 bash[32620]: audit 2023-12-07T14:26:42.600148+0000 mgr.a (mgr.24293) 11080 : audit 0 from='client.225126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:43 smithi044 bash[32620]: cluster 2023-12-07T14:26:42.743621+0000 mgr.a (mgr.24293) 11081 : cluster 0 pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:43 smithi022 bash[28554]: audit 2023-12-07T14:26:42.600148+0000 mgr.a (mgr.24293) 11080 : audit 0 from='client.225126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:43 smithi022 bash[28554]: cluster 2023-12-07T14:26:42.743621+0000 mgr.a (mgr.24293) 11081 : cluster 0 pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:43 smithi027 bash[31536]: audit 2023-12-07T14:26:42.600148+0000 mgr.a (mgr.24293) 11080 : audit 0 from='client.225126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:43 smithi027 bash[31536]: cluster 2023-12-07T14:26:42.743621+0000 mgr.a (mgr.24293) 11081 : cluster 0 pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:45 smithi022 bash[28554]: cluster 2023-12-07T14:26:44.744306+0000 mgr.a (mgr.24293) 11082 : cluster 0 pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:45 smithi044 bash[32620]: cluster 2023-12-07T14:26:44.744306+0000 mgr.a (mgr.24293) 11082 : cluster 0 pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:45 smithi027 bash[31536]: cluster 2023-12-07T14:26:44.744306+0000 mgr.a (mgr.24293) 11082 : cluster 0 pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:48.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:48.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:47 smithi022 bash[28554]: cluster 2023-12-07T14:26:46.745129+0000 mgr.a (mgr.24293) 11083 : cluster 0 pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:47 smithi044 bash[32620]: cluster 2023-12-07T14:26:46.745129+0000 mgr.a (mgr.24293) 11083 : cluster 0 pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:47 smithi027 bash[31536]: cluster 2023-12-07T14:26:46.745129+0000 mgr.a (mgr.24293) 11083 : cluster 0 pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:49.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:49 smithi044 bash[32620]: audit 2023-12-07T14:26:48.552938+0000 mgr.a (mgr.24293) 11084 : audit 0 from='client.225201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:49 smithi044 bash[32620]: cluster 2023-12-07T14:26:48.746068+0000 mgr.a (mgr.24293) 11085 : cluster 0 pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:49.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:49 smithi022 bash[28554]: audit 2023-12-07T14:26:48.552938+0000 mgr.a (mgr.24293) 11084 : audit 0 from='client.225201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:49.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:49 smithi022 bash[28554]: cluster 2023-12-07T14:26:48.746068+0000 mgr.a (mgr.24293) 11085 : cluster 0 pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:49 smithi027 bash[31536]: audit 2023-12-07T14:26:48.552938+0000 mgr.a (mgr.24293) 11084 : audit 0 from='client.225201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:49 smithi027 bash[31536]: cluster 2023-12-07T14:26:48.746068+0000 mgr.a (mgr.24293) 11085 : cluster 0 pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:51 smithi022 bash[28554]: cluster 2023-12-07T14:26:50.747015+0000 mgr.a (mgr.24293) 11086 : cluster 0 pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:51 smithi044 bash[32620]: cluster 2023-12-07T14:26:50.747015+0000 mgr.a (mgr.24293) 11086 : cluster 0 pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:51 smithi027 bash[31536]: cluster 2023-12-07T14:26:50.747015+0000 mgr.a (mgr.24293) 11086 : cluster 0 pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:54.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:26:54.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:54.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:53 smithi044 bash[32620]: cluster 2023-12-07T14:26:52.747659+0000 mgr.a (mgr.24293) 11087 : 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-07T14:26:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:53 smithi022 bash[28554]: cluster 2023-12-07T14:26:52.747659+0000 mgr.a (mgr.24293) 11087 : 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-07T14:26:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:53 smithi027 bash[31536]: cluster 2023-12-07T14:26:52.747659+0000 mgr.a (mgr.24293) 11087 : 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-07T14:26:55.038 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:26:55.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:55.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:55.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:55.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:26:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:55 smithi022 bash[28554]: audit 2023-12-07T14:26:54.508297+0000 mgr.a (mgr.24293) 11088 : audit 0 from='client.225279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:55 smithi022 bash[28554]: cluster 2023-12-07T14:26:54.748209+0000 mgr.a (mgr.24293) 11089 : 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-07T14:26:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:55 smithi044 bash[32620]: audit 2023-12-07T14:26:54.508297+0000 mgr.a (mgr.24293) 11088 : audit 0 from='client.225279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:55 smithi044 bash[32620]: cluster 2023-12-07T14:26:54.748209+0000 mgr.a (mgr.24293) 11089 : 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-07T14:26:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:55 smithi027 bash[31536]: audit 2023-12-07T14:26:54.508297+0000 mgr.a (mgr.24293) 11088 : audit 0 from='client.225279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:55 smithi027 bash[31536]: cluster 2023-12-07T14:26:54.748209+0000 mgr.a (mgr.24293) 11089 : 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-07T14:26:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:57 smithi022 bash[28554]: cluster 2023-12-07T14:26:56.749096+0000 mgr.a (mgr.24293) 11090 : 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-07T14:26:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:57 smithi044 bash[32620]: cluster 2023-12-07T14:26:56.749096+0000 mgr.a (mgr.24293) 11090 : 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-07T14:26:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:57 smithi027 bash[31536]: cluster 2023-12-07T14:26:56.749096+0000 mgr.a (mgr.24293) 11090 : 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-07T14:26:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:26:59 smithi022 bash[28554]: cluster 2023-12-07T14:26:58.749671+0000 mgr.a (mgr.24293) 11091 : 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-07T14:26:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:26:59 smithi044 bash[32620]: cluster 2023-12-07T14:26:58.749671+0000 mgr.a (mgr.24293) 11091 : 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-07T14:26:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:26:59 smithi027 bash[31536]: cluster 2023-12-07T14:26:58.749671+0000 mgr.a (mgr.24293) 11091 : 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-07T14:27:00.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:00.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:00.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:00.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:00.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:00.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:00.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:00.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:01 smithi022 bash[28554]: audit 2023-12-07T14:27:00.448593+0000 mgr.a (mgr.24293) 11092 : audit 0 from='client.225357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:01 smithi022 bash[28554]: cluster 2023-12-07T14:27:00.750501+0000 mgr.a (mgr.24293) 11093 : cluster 0 pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:01 smithi044 bash[32620]: audit 2023-12-07T14:27:00.448593+0000 mgr.a (mgr.24293) 11092 : audit 0 from='client.225357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:01 smithi044 bash[32620]: cluster 2023-12-07T14:27:00.750501+0000 mgr.a (mgr.24293) 11093 : cluster 0 pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:01 smithi027 bash[31536]: audit 2023-12-07T14:27:00.448593+0000 mgr.a (mgr.24293) 11092 : audit 0 from='client.225357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:01 smithi027 bash[31536]: cluster 2023-12-07T14:27:00.750501+0000 mgr.a (mgr.24293) 11093 : cluster 0 pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:03 smithi022 bash[28554]: cluster 2023-12-07T14:27:02.751122+0000 mgr.a (mgr.24293) 11094 : cluster 0 pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:03 smithi044 bash[32620]: cluster 2023-12-07T14:27:02.751122+0000 mgr.a (mgr.24293) 11094 : cluster 0 pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:03 smithi027 bash[31536]: cluster 2023-12-07T14:27:02.751122+0000 mgr.a (mgr.24293) 11094 : cluster 0 pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:05.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:05.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:05.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:05 smithi022 bash[28554]: cluster 2023-12-07T14:27:04.751719+0000 mgr.a (mgr.24293) 11095 : cluster 0 pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:05 smithi044 bash[32620]: cluster 2023-12-07T14:27:04.751719+0000 mgr.a (mgr.24293) 11095 : cluster 0 pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:05 smithi027 bash[31536]: cluster 2023-12-07T14:27:04.751719+0000 mgr.a (mgr.24293) 11095 : cluster 0 pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:06.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:06.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:06.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:06.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:06.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:07 smithi022 bash[28554]: audit 2023-12-07T14:27:06.402638+0000 mgr.a (mgr.24293) 11096 : audit 0 from='client.225432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:07 smithi022 bash[28554]: cluster 2023-12-07T14:27:06.752855+0000 mgr.a (mgr.24293) 11097 : cluster 0 pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:07 smithi044 bash[32620]: audit 2023-12-07T14:27:06.402638+0000 mgr.a (mgr.24293) 11096 : audit 0 from='client.225432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:07 smithi044 bash[32620]: cluster 2023-12-07T14:27:06.752855+0000 mgr.a (mgr.24293) 11097 : cluster 0 pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:07 smithi027 bash[31536]: audit 2023-12-07T14:27:06.402638+0000 mgr.a (mgr.24293) 11096 : audit 0 from='client.225432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:07 smithi027 bash[31536]: cluster 2023-12-07T14:27:06.752855+0000 mgr.a (mgr.24293) 11097 : cluster 0 pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:09 smithi044 bash[32620]: cluster 2023-12-07T14:27:08.753571+0000 mgr.a (mgr.24293) 11098 : cluster 0 pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:09 smithi044 bash[32620]: audit 2023-12-07T14:27:09.099036+0000 mon.a (mon.0) 1988 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:27:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:09 smithi022 bash[28554]: cluster 2023-12-07T14:27:08.753571+0000 mgr.a (mgr.24293) 11098 : cluster 0 pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:09 smithi022 bash[28554]: audit 2023-12-07T14:27:09.099036+0000 mon.a (mon.0) 1988 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:27:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:09 smithi027 bash[31536]: cluster 2023-12-07T14:27:08.753571+0000 mgr.a (mgr.24293) 11098 : cluster 0 pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:09 smithi027 bash[31536]: audit 2023-12-07T14:27:09.099036+0000 mon.a (mon.0) 1988 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:27:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:09.628835+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:09.635727+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:09.640363+0000 mon.a (mon.0) 1991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:09.644427+0000 mon.a (mon.0) 1992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:10.379742+0000 mon.a (mon.0) 1993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:10.381486+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:10 smithi022 bash[28554]: audit 2023-12-07T14:27:10.391398+0000 mon.a (mon.0) 1995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:09.628835+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:09.635727+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:09.640363+0000 mon.a (mon.0) 1991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:09.644427+0000 mon.a (mon.0) 1992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:10.379742+0000 mon.a (mon.0) 1993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:27:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:10.381486+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:27:10.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:10 smithi044 bash[32620]: audit 2023-12-07T14:27:10.391398+0000 mon.a (mon.0) 1995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:09.628835+0000 mon.a (mon.0) 1989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:09.635727+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:09.640363+0000 mon.a (mon.0) 1991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:09.644427+0000 mon.a (mon.0) 1992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:10.379742+0000 mon.a (mon.0) 1993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:10.381486+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:10 smithi027 bash[31536]: audit 2023-12-07T14:27:10.391398+0000 mon.a (mon.0) 1995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:27:11.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:11.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:11.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:11 smithi022 bash[28554]: cluster 2023-12-07T14:27:10.754418+0000 mgr.a (mgr.24293) 11099 : cluster 0 pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:11 smithi044 bash[32620]: cluster 2023-12-07T14:27:10.754418+0000 mgr.a (mgr.24293) 11099 : cluster 0 pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:11 smithi027 bash[31536]: cluster 2023-12-07T14:27:10.754418+0000 mgr.a (mgr.24293) 11099 : cluster 0 pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:12.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:12.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:12.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:12.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:12.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:13 smithi044 bash[32620]: audit 2023-12-07T14:27:12.330205+0000 mgr.a (mgr.24293) 11100 : audit 0 from='client.225510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:13 smithi044 bash[32620]: cluster 2023-12-07T14:27:12.755237+0000 mgr.a (mgr.24293) 11101 : 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-07T14:27:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:13 smithi022 bash[28554]: audit 2023-12-07T14:27:12.330205+0000 mgr.a (mgr.24293) 11100 : audit 0 from='client.225510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:13 smithi022 bash[28554]: cluster 2023-12-07T14:27:12.755237+0000 mgr.a (mgr.24293) 11101 : 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-07T14:27:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:13 smithi027 bash[31536]: audit 2023-12-07T14:27:12.330205+0000 mgr.a (mgr.24293) 11100 : audit 0 from='client.225510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:13 smithi027 bash[31536]: cluster 2023-12-07T14:27:12.755237+0000 mgr.a (mgr.24293) 11101 : 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-07T14:27:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:15 smithi022 bash[28554]: cluster 2023-12-07T14:27:14.755868+0000 mgr.a (mgr.24293) 11102 : 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-07T14:27:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:15 smithi044 bash[32620]: cluster 2023-12-07T14:27:14.755868+0000 mgr.a (mgr.24293) 11102 : 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-07T14:27:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:15 smithi027 bash[31536]: cluster 2023-12-07T14:27:14.755868+0000 mgr.a (mgr.24293) 11102 : 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-07T14:27:17.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:17.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:17.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:17 smithi044 bash[32620]: cluster 2023-12-07T14:27:16.756614+0000 mgr.a (mgr.24293) 11103 : cluster 0 pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:17 smithi022 bash[28554]: cluster 2023-12-07T14:27:16.756614+0000 mgr.a (mgr.24293) 11103 : cluster 0 pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:17 smithi027 bash[31536]: cluster 2023-12-07T14:27:16.756614+0000 mgr.a (mgr.24293) 11103 : cluster 0 pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:18.783 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:18.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:18.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:18.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:18.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:19 smithi022 bash[28554]: audit 2023-12-07T14:27:18.266889+0000 mgr.a (mgr.24293) 11104 : audit 0 from='client.225585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:19 smithi022 bash[28554]: cluster 2023-12-07T14:27:18.757119+0000 mgr.a (mgr.24293) 11105 : cluster 0 pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:19 smithi044 bash[32620]: audit 2023-12-07T14:27:18.266889+0000 mgr.a (mgr.24293) 11104 : audit 0 from='client.225585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:19 smithi044 bash[32620]: cluster 2023-12-07T14:27:18.757119+0000 mgr.a (mgr.24293) 11105 : cluster 0 pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:19 smithi027 bash[31536]: audit 2023-12-07T14:27:18.266889+0000 mgr.a (mgr.24293) 11104 : audit 0 from='client.225585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:19 smithi027 bash[31536]: cluster 2023-12-07T14:27:18.757119+0000 mgr.a (mgr.24293) 11105 : cluster 0 pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:21 smithi022 bash[28554]: cluster 2023-12-07T14:27:20.757840+0000 mgr.a (mgr.24293) 11106 : cluster 0 pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:21 smithi044 bash[32620]: cluster 2023-12-07T14:27:20.757840+0000 mgr.a (mgr.24293) 11106 : cluster 0 pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:21 smithi027 bash[31536]: cluster 2023-12-07T14:27:20.757840+0000 mgr.a (mgr.24293) 11106 : cluster 0 pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:23.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:23.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:23.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:23 smithi022 bash[28554]: cluster 2023-12-07T14:27:22.758382+0000 mgr.a (mgr.24293) 11107 : cluster 0 pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:23 smithi044 bash[32620]: cluster 2023-12-07T14:27:22.758382+0000 mgr.a (mgr.24293) 11107 : cluster 0 pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:23 smithi027 bash[31536]: cluster 2023-12-07T14:27:22.758382+0000 mgr.a (mgr.24293) 11107 : cluster 0 pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:24.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:24.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:24.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:24.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:24.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:25 smithi022 bash[28554]: audit 2023-12-07T14:27:24.198806+0000 mgr.a (mgr.24293) 11108 : audit 0 from='client.225660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:25 smithi022 bash[28554]: cluster 2023-12-07T14:27:24.759123+0000 mgr.a (mgr.24293) 11109 : cluster 0 pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:25 smithi044 bash[32620]: audit 2023-12-07T14:27:24.198806+0000 mgr.a (mgr.24293) 11108 : audit 0 from='client.225660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:25 smithi044 bash[32620]: cluster 2023-12-07T14:27:24.759123+0000 mgr.a (mgr.24293) 11109 : cluster 0 pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:25 smithi027 bash[31536]: audit 2023-12-07T14:27:24.198806+0000 mgr.a (mgr.24293) 11108 : audit 0 from='client.225660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:25 smithi027 bash[31536]: cluster 2023-12-07T14:27:24.759123+0000 mgr.a (mgr.24293) 11109 : cluster 0 pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:27 smithi044 bash[32620]: cluster 2023-12-07T14:27:26.759926+0000 mgr.a (mgr.24293) 11110 : cluster 0 pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:28.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:27 smithi022 bash[28554]: cluster 2023-12-07T14:27:26.759926+0000 mgr.a (mgr.24293) 11110 : cluster 0 pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:27 smithi027 bash[31536]: cluster 2023-12-07T14:27:26.759926+0000 mgr.a (mgr.24293) 11110 : cluster 0 pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:29.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:29.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:29.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:29 smithi022 bash[28554]: cluster 2023-12-07T14:27:28.760447+0000 mgr.a (mgr.24293) 11111 : 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-07T14:27:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:29 smithi044 bash[32620]: cluster 2023-12-07T14:27:28.760447+0000 mgr.a (mgr.24293) 11111 : 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-07T14:27:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:29 smithi027 bash[31536]: cluster 2023-12-07T14:27:28.760447+0000 mgr.a (mgr.24293) 11111 : 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-07T14:27:30.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:30.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:30.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:30.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:30.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:31 smithi022 bash[28554]: audit 2023-12-07T14:27:30.132151+0000 mgr.a (mgr.24293) 11112 : audit 0 from='client.225735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:31 smithi022 bash[28554]: cluster 2023-12-07T14:27:30.761448+0000 mgr.a (mgr.24293) 11113 : cluster 0 pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:27:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:31 smithi044 bash[32620]: audit 2023-12-07T14:27:30.132151+0000 mgr.a (mgr.24293) 11112 : audit 0 from='client.225735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:31 smithi044 bash[32620]: cluster 2023-12-07T14:27:30.761448+0000 mgr.a (mgr.24293) 11113 : cluster 0 pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:27:32.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:31 smithi027 bash[31536]: audit 2023-12-07T14:27:30.132151+0000 mgr.a (mgr.24293) 11112 : audit 0 from='client.225735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:32.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:31 smithi027 bash[31536]: cluster 2023-12-07T14:27:30.761448+0000 mgr.a (mgr.24293) 11113 : cluster 0 pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:27:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:33 smithi022 bash[28554]: cluster 2023-12-07T14:27:32.761989+0000 mgr.a (mgr.24293) 11114 : cluster 0 pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:27:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:33 smithi044 bash[32620]: cluster 2023-12-07T14:27:32.761989+0000 mgr.a (mgr.24293) 11114 : cluster 0 pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:27:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:33 smithi027 bash[31536]: cluster 2023-12-07T14:27:32.761989+0000 mgr.a (mgr.24293) 11114 : cluster 0 pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:27:35.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:35.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:35.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:35 smithi022 bash[28554]: cluster 2023-12-07T14:27:34.762504+0000 mgr.a (mgr.24293) 11115 : cluster 0 pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:27:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:35 smithi044 bash[32620]: cluster 2023-12-07T14:27:34.762504+0000 mgr.a (mgr.24293) 11115 : cluster 0 pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:27:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:35 smithi027 bash[31536]: cluster 2023-12-07T14:27:34.762504+0000 mgr.a (mgr.24293) 11115 : cluster 0 pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:27:36.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:36.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:36.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:36.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:36.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:37 smithi022 bash[28554]: audit 2023-12-07T14:27:36.072073+0000 mgr.a (mgr.24293) 11116 : audit 0 from='client.225813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:37 smithi022 bash[28554]: cluster 2023-12-07T14:27:36.763610+0000 mgr.a (mgr.24293) 11117 : cluster 0 pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:37 smithi044 bash[32620]: audit 2023-12-07T14:27:36.072073+0000 mgr.a (mgr.24293) 11116 : audit 0 from='client.225813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:37 smithi044 bash[32620]: cluster 2023-12-07T14:27:36.763610+0000 mgr.a (mgr.24293) 11117 : cluster 0 pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:37 smithi027 bash[31536]: audit 2023-12-07T14:27:36.072073+0000 mgr.a (mgr.24293) 11116 : audit 0 from='client.225813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:37 smithi027 bash[31536]: cluster 2023-12-07T14:27:36.763610+0000 mgr.a (mgr.24293) 11117 : cluster 0 pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:39.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:39 smithi044 bash[32620]: cluster 2023-12-07T14:27:38.764141+0000 mgr.a (mgr.24293) 11118 : cluster 0 pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:39.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:39 smithi022 bash[28554]: cluster 2023-12-07T14:27:38.764141+0000 mgr.a (mgr.24293) 11118 : cluster 0 pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:39 smithi027 bash[31536]: cluster 2023-12-07T14:27:38.764141+0000 mgr.a (mgr.24293) 11118 : cluster 0 pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:41.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:41.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:41.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:41 smithi022 bash[28554]: cluster 2023-12-07T14:27:40.764919+0000 mgr.a (mgr.24293) 11119 : cluster 0 pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:41 smithi044 bash[32620]: cluster 2023-12-07T14:27:40.764919+0000 mgr.a (mgr.24293) 11119 : cluster 0 pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:41 smithi027 bash[31536]: cluster 2023-12-07T14:27:40.764919+0000 mgr.a (mgr.24293) 11119 : cluster 0 pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:42.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:42.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:42.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:42.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:42.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:42 smithi022 bash[28554]: audit 2023-12-07T14:27:42.040778+0000 mgr.a (mgr.24293) 11120 : audit 0 from='client.225888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:42 smithi044 bash[32620]: audit 2023-12-07T14:27:42.040778+0000 mgr.a (mgr.24293) 11120 : audit 0 from='client.225888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:42 smithi027 bash[31536]: audit 2023-12-07T14:27:42.040778+0000 mgr.a (mgr.24293) 11120 : audit 0 from='client.225888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:43 smithi022 bash[28554]: cluster 2023-12-07T14:27:42.765696+0000 mgr.a (mgr.24293) 11121 : cluster 0 pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:27:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:43 smithi044 bash[32620]: cluster 2023-12-07T14:27:42.765696+0000 mgr.a (mgr.24293) 11121 : cluster 0 pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:27:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:43 smithi027 bash[31536]: cluster 2023-12-07T14:27:42.765696+0000 mgr.a (mgr.24293) 11121 : cluster 0 pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:27:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:45 smithi022 bash[28554]: cluster 2023-12-07T14:27:44.766334+0000 mgr.a (mgr.24293) 11122 : cluster 0 pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:27:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:45 smithi044 bash[32620]: cluster 2023-12-07T14:27:44.766334+0000 mgr.a (mgr.24293) 11122 : cluster 0 pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:27:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:45 smithi027 bash[31536]: cluster 2023-12-07T14:27:44.766334+0000 mgr.a (mgr.24293) 11122 : cluster 0 pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:27:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:47.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:47.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:47 smithi022 bash[28554]: cluster 2023-12-07T14:27:46.767166+0000 mgr.a (mgr.24293) 11123 : cluster 0 pgmap v8314: 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-07T14:27:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:47 smithi044 bash[32620]: cluster 2023-12-07T14:27:46.767166+0000 mgr.a (mgr.24293) 11123 : cluster 0 pgmap v8314: 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-07T14:27:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:47 smithi027 bash[31536]: cluster 2023-12-07T14:27:46.767166+0000 mgr.a (mgr.24293) 11123 : cluster 0 pgmap v8314: 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-07T14:27:48.523 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:48.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:48.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:48.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:48.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:48 smithi022 bash[28554]: audit 2023-12-07T14:27:47.975596+0000 mgr.a (mgr.24293) 11124 : audit 0 from='client.225966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:48 smithi044 bash[32620]: audit 2023-12-07T14:27:47.975596+0000 mgr.a (mgr.24293) 11124 : audit 0 from='client.225966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:48 smithi027 bash[31536]: audit 2023-12-07T14:27:47.975596+0000 mgr.a (mgr.24293) 11124 : audit 0 from='client.225966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:49 smithi022 bash[28554]: cluster 2023-12-07T14:27:48.767912+0000 mgr.a (mgr.24293) 11125 : cluster 0 pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:49 smithi044 bash[32620]: cluster 2023-12-07T14:27:48.767912+0000 mgr.a (mgr.24293) 11125 : cluster 0 pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:49 smithi027 bash[31536]: cluster 2023-12-07T14:27:48.767912+0000 mgr.a (mgr.24293) 11125 : cluster 0 pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:51 smithi022 bash[28554]: cluster 2023-12-07T14:27:50.768757+0000 mgr.a (mgr.24293) 11126 : cluster 0 pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:51 smithi044 bash[32620]: cluster 2023-12-07T14:27:50.768757+0000 mgr.a (mgr.24293) 11126 : cluster 0 pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:51 smithi027 bash[31536]: cluster 2023-12-07T14:27:50.768757+0000 mgr.a (mgr.24293) 11126 : cluster 0 pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:53.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:53.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:53.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:53 smithi022 bash[28554]: cluster 2023-12-07T14:27:52.769324+0000 mgr.a (mgr.24293) 11127 : cluster 0 pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:53 smithi044 bash[32620]: cluster 2023-12-07T14:27:52.769324+0000 mgr.a (mgr.24293) 11127 : cluster 0 pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:53 smithi027 bash[31536]: cluster 2023-12-07T14:27:52.769324+0000 mgr.a (mgr.24293) 11127 : cluster 0 pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:54.485 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:27:54.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:54.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:54.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:54.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:27:55.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:54 smithi022 bash[28554]: audit 2023-12-07T14:27:53.936577+0000 mgr.a (mgr.24293) 11128 : audit 0 from='client.226041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:55.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:54 smithi044 bash[32620]: audit 2023-12-07T14:27:53.936577+0000 mgr.a (mgr.24293) 11128 : audit 0 from='client.226041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:54 smithi027 bash[31536]: audit 2023-12-07T14:27:53.936577+0000 mgr.a (mgr.24293) 11128 : audit 0 from='client.226041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:55 smithi022 bash[28554]: cluster 2023-12-07T14:27:54.770042+0000 mgr.a (mgr.24293) 11129 : cluster 0 pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:55 smithi044 bash[32620]: cluster 2023-12-07T14:27:54.770042+0000 mgr.a (mgr.24293) 11129 : cluster 0 pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:55 smithi027 bash[31536]: cluster 2023-12-07T14:27:54.770042+0000 mgr.a (mgr.24293) 11129 : cluster 0 pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:57 smithi022 bash[28554]: cluster 2023-12-07T14:27:56.770878+0000 mgr.a (mgr.24293) 11130 : cluster 0 pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:57 smithi044 bash[32620]: cluster 2023-12-07T14:27:56.770878+0000 mgr.a (mgr.24293) 11130 : cluster 0 pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:57 smithi027 bash[31536]: cluster 2023-12-07T14:27:56.770878+0000 mgr.a (mgr.24293) 11130 : cluster 0 pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:59.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:27:59.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:59.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:27:59 smithi022 bash[28554]: cluster 2023-12-07T14:27:58.771437+0000 mgr.a (mgr.24293) 11131 : 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-07T14:27:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:27:59 smithi044 bash[32620]: cluster 2023-12-07T14:27:58.771437+0000 mgr.a (mgr.24293) 11131 : 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-07T14:27:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:27:59 smithi027 bash[31536]: cluster 2023-12-07T14:27:58.771437+0000 mgr.a (mgr.24293) 11131 : 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-07T14:28:00.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:00.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:00.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:00.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:00.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:00 smithi022 bash[28554]: audit 2023-12-07T14:27:59.899292+0000 mgr.a (mgr.24293) 11132 : audit 0 from='client.226113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:00 smithi044 bash[32620]: audit 2023-12-07T14:27:59.899292+0000 mgr.a (mgr.24293) 11132 : audit 0 from='client.226113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:00 smithi027 bash[31536]: audit 2023-12-07T14:27:59.899292+0000 mgr.a (mgr.24293) 11132 : audit 0 from='client.226113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:01 smithi022 bash[28554]: cluster 2023-12-07T14:28:00.772414+0000 mgr.a (mgr.24293) 11133 : 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-07T14:28:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:01 smithi044 bash[32620]: cluster 2023-12-07T14:28:00.772414+0000 mgr.a (mgr.24293) 11133 : 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-07T14:28:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:01 smithi027 bash[31536]: cluster 2023-12-07T14:28:00.772414+0000 mgr.a (mgr.24293) 11133 : 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-07T14:28:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:03 smithi022 bash[28554]: cluster 2023-12-07T14:28:02.772994+0000 mgr.a (mgr.24293) 11134 : 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-07T14:28:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:03 smithi044 bash[32620]: cluster 2023-12-07T14:28:02.772994+0000 mgr.a (mgr.24293) 11134 : 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-07T14:28:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:03 smithi027 bash[31536]: cluster 2023-12-07T14:28:02.772994+0000 mgr.a (mgr.24293) 11134 : 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-07T14:28:05.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:05.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:05.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:05 smithi022 bash[28554]: cluster 2023-12-07T14:28:04.773555+0000 mgr.a (mgr.24293) 11135 : 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-07T14:28:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:05 smithi044 bash[32620]: cluster 2023-12-07T14:28:04.773555+0000 mgr.a (mgr.24293) 11135 : 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-07T14:28:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:05 smithi027 bash[31536]: cluster 2023-12-07T14:28:04.773555+0000 mgr.a (mgr.24293) 11135 : 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-07T14:28:06.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:06.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:06.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:06.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:06.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:06 smithi022 bash[28554]: audit 2023-12-07T14:28:05.815487+0000 mgr.a (mgr.24293) 11136 : audit 0 from='client.226188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:06 smithi044 bash[32620]: audit 2023-12-07T14:28:05.815487+0000 mgr.a (mgr.24293) 11136 : audit 0 from='client.226188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:06 smithi027 bash[31536]: audit 2023-12-07T14:28:05.815487+0000 mgr.a (mgr.24293) 11136 : audit 0 from='client.226188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:07 smithi022 bash[28554]: cluster 2023-12-07T14:28:06.774664+0000 mgr.a (mgr.24293) 11137 : cluster 0 pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:07 smithi044 bash[32620]: cluster 2023-12-07T14:28:06.774664+0000 mgr.a (mgr.24293) 11137 : cluster 0 pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:07 smithi027 bash[31536]: cluster 2023-12-07T14:28:06.774664+0000 mgr.a (mgr.24293) 11137 : cluster 0 pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:09 smithi044 bash[32620]: cluster 2023-12-07T14:28:08.775255+0000 mgr.a (mgr.24293) 11138 : cluster 0 pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:09 smithi022 bash[28554]: cluster 2023-12-07T14:28:08.775255+0000 mgr.a (mgr.24293) 11138 : cluster 0 pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:09.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:09 smithi027 bash[31536]: cluster 2023-12-07T14:28:08.775255+0000 mgr.a (mgr.24293) 11138 : cluster 0 pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:10 smithi022 bash[28554]: audit 2023-12-07T14:28:10.494500+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:28:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:10 smithi044 bash[32620]: audit 2023-12-07T14:28:10.494500+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:28:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:10 smithi027 bash[31536]: audit 2023-12-07T14:28:10.494500+0000 mon.a (mon.0) 1996 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:28:11.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:11.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:11.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:11 smithi022 bash[28554]: cluster 2023-12-07T14:28:10.776061+0000 mgr.a (mgr.24293) 11139 : cluster 0 pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:11 smithi022 bash[28554]: audit 2023-12-07T14:28:11.280853+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:28:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:11 smithi022 bash[28554]: audit 2023-12-07T14:28:11.282774+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:28:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:11 smithi022 bash[28554]: audit 2023-12-07T14:28:11.293205+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:28:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:11 smithi044 bash[32620]: cluster 2023-12-07T14:28:10.776061+0000 mgr.a (mgr.24293) 11139 : cluster 0 pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:11 smithi044 bash[32620]: audit 2023-12-07T14:28:11.280853+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:28:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:11 smithi044 bash[32620]: audit 2023-12-07T14:28:11.282774+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:28:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:11 smithi044 bash[32620]: audit 2023-12-07T14:28:11.293205+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:28:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:11 smithi027 bash[31536]: cluster 2023-12-07T14:28:10.776061+0000 mgr.a (mgr.24293) 11139 : cluster 0 pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:11 smithi027 bash[31536]: audit 2023-12-07T14:28:11.280853+0000 mon.a (mon.0) 1997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:28:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:11 smithi027 bash[31536]: audit 2023-12-07T14:28:11.282774+0000 mon.a (mon.0) 1998 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:28:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:11 smithi027 bash[31536]: audit 2023-12-07T14:28:11.293205+0000 mon.a (mon.0) 1999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:28:12.296 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:12.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:12.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:12.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:12.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:12 smithi022 bash[28554]: audit 2023-12-07T14:28:11.763000+0000 mgr.a (mgr.24293) 11140 : audit 0 from='client.226266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:12 smithi044 bash[32620]: audit 2023-12-07T14:28:11.763000+0000 mgr.a (mgr.24293) 11140 : audit 0 from='client.226266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:12 smithi027 bash[31536]: audit 2023-12-07T14:28:11.763000+0000 mgr.a (mgr.24293) 11140 : audit 0 from='client.226266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:13 smithi022 bash[28554]: cluster 2023-12-07T14:28:12.776761+0000 mgr.a (mgr.24293) 11141 : cluster 0 pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:13 smithi044 bash[32620]: cluster 2023-12-07T14:28:12.776761+0000 mgr.a (mgr.24293) 11141 : cluster 0 pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:13 smithi027 bash[31536]: cluster 2023-12-07T14:28:12.776761+0000 mgr.a (mgr.24293) 11141 : cluster 0 pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:15 smithi022 bash[28554]: cluster 2023-12-07T14:28:14.777343+0000 mgr.a (mgr.24293) 11142 : cluster 0 pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:15 smithi044 bash[32620]: cluster 2023-12-07T14:28:14.777343+0000 mgr.a (mgr.24293) 11142 : cluster 0 pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:15 smithi027 bash[31536]: cluster 2023-12-07T14:28:14.777343+0000 mgr.a (mgr.24293) 11142 : cluster 0 pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:17.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:17.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:17.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:17 smithi022 bash[28554]: cluster 2023-12-07T14:28:16.778201+0000 mgr.a (mgr.24293) 11143 : cluster 0 pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:17 smithi044 bash[32620]: cluster 2023-12-07T14:28:16.778201+0000 mgr.a (mgr.24293) 11143 : cluster 0 pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:17 smithi027 bash[31536]: cluster 2023-12-07T14:28:16.778201+0000 mgr.a (mgr.24293) 11143 : cluster 0 pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:18.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:18.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:18.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:18.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:18.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:18 smithi022 bash[28554]: audit 2023-12-07T14:28:17.716325+0000 mgr.a (mgr.24293) 11144 : audit 0 from='client.226341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:18 smithi044 bash[32620]: audit 2023-12-07T14:28:17.716325+0000 mgr.a (mgr.24293) 11144 : audit 0 from='client.226341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:18 smithi027 bash[31536]: audit 2023-12-07T14:28:17.716325+0000 mgr.a (mgr.24293) 11144 : audit 0 from='client.226341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:19 smithi022 bash[28554]: cluster 2023-12-07T14:28:18.778918+0000 mgr.a (mgr.24293) 11145 : cluster 0 pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:19 smithi044 bash[32620]: cluster 2023-12-07T14:28:18.778918+0000 mgr.a (mgr.24293) 11145 : cluster 0 pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:19 smithi027 bash[31536]: cluster 2023-12-07T14:28:18.778918+0000 mgr.a (mgr.24293) 11145 : cluster 0 pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:21 smithi022 bash[28554]: cluster 2023-12-07T14:28:20.779750+0000 mgr.a (mgr.24293) 11146 : cluster 0 pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:21 smithi044 bash[32620]: cluster 2023-12-07T14:28:20.779750+0000 mgr.a (mgr.24293) 11146 : cluster 0 pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:21 smithi027 bash[31536]: cluster 2023-12-07T14:28:20.779750+0000 mgr.a (mgr.24293) 11146 : cluster 0 pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:23.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:23.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:23.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:23 smithi022 bash[28554]: cluster 2023-12-07T14:28:22.780287+0000 mgr.a (mgr.24293) 11147 : cluster 0 pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:23 smithi044 bash[32620]: cluster 2023-12-07T14:28:22.780287+0000 mgr.a (mgr.24293) 11147 : cluster 0 pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:24.180 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:24.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:24.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:24.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:24.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:23 smithi027 bash[31536]: cluster 2023-12-07T14:28:22.780287+0000 mgr.a (mgr.24293) 11147 : cluster 0 pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:24 smithi044 bash[32620]: audit 2023-12-07T14:28:23.660488+0000 mgr.a (mgr.24293) 11148 : audit 0 from='client.226413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:24 smithi022 bash[28554]: audit 2023-12-07T14:28:23.660488+0000 mgr.a (mgr.24293) 11148 : audit 0 from='client.226413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:25.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:24 smithi027 bash[31536]: audit 2023-12-07T14:28:23.660488+0000 mgr.a (mgr.24293) 11148 : audit 0 from='client.226413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:25 smithi044 bash[32620]: cluster 2023-12-07T14:28:24.781116+0000 mgr.a (mgr.24293) 11149 : cluster 0 pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:26.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:25 smithi022 bash[28554]: cluster 2023-12-07T14:28:24.781116+0000 mgr.a (mgr.24293) 11149 : cluster 0 pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:25 smithi027 bash[31536]: cluster 2023-12-07T14:28:24.781116+0000 mgr.a (mgr.24293) 11149 : cluster 0 pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:27 smithi044 bash[32620]: cluster 2023-12-07T14:28:26.782125+0000 mgr.a (mgr.24293) 11150 : cluster 0 pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:28.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:27 smithi022 bash[28554]: cluster 2023-12-07T14:28:26.782125+0000 mgr.a (mgr.24293) 11150 : cluster 0 pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:27 smithi027 bash[31536]: cluster 2023-12-07T14:28:26.782125+0000 mgr.a (mgr.24293) 11150 : cluster 0 pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:29.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:29.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:29.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:29 smithi022 bash[28554]: cluster 2023-12-07T14:28:28.782743+0000 mgr.a (mgr.24293) 11151 : cluster 0 pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:29 smithi044 bash[32620]: cluster 2023-12-07T14:28:28.782743+0000 mgr.a (mgr.24293) 11151 : cluster 0 pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:29 smithi027 bash[31536]: cluster 2023-12-07T14:28:28.782743+0000 mgr.a (mgr.24293) 11151 : cluster 0 pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:30.109 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:30.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:30.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:30.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:30.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:30 smithi022 bash[28554]: audit 2023-12-07T14:28:29.590245+0000 mgr.a (mgr.24293) 11152 : audit 0 from='client.226491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:30 smithi044 bash[32620]: audit 2023-12-07T14:28:29.590245+0000 mgr.a (mgr.24293) 11152 : audit 0 from='client.226491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:30 smithi027 bash[31536]: audit 2023-12-07T14:28:29.590245+0000 mgr.a (mgr.24293) 11152 : audit 0 from='client.226491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:31 smithi022 bash[28554]: cluster 2023-12-07T14:28:30.783748+0000 mgr.a (mgr.24293) 11153 : cluster 0 pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:31 smithi044 bash[32620]: cluster 2023-12-07T14:28:30.783748+0000 mgr.a (mgr.24293) 11153 : cluster 0 pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:31 smithi027 bash[31536]: cluster 2023-12-07T14:28:30.783748+0000 mgr.a (mgr.24293) 11153 : cluster 0 pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:33 smithi044 bash[32620]: cluster 2023-12-07T14:28:32.784348+0000 mgr.a (mgr.24293) 11154 : 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-07T14:28:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:33 smithi022 bash[28554]: cluster 2023-12-07T14:28:32.784348+0000 mgr.a (mgr.24293) 11154 : 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-07T14:28:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:33 smithi027 bash[31536]: cluster 2023-12-07T14:28:32.784348+0000 mgr.a (mgr.24293) 11154 : 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-07T14:28:35.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:35.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:35.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:36.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:36.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:36.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:36.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:36.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:35 smithi044 bash[32620]: cluster 2023-12-07T14:28:34.784968+0000 mgr.a (mgr.24293) 11155 : 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-07T14:28:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:35 smithi022 bash[28554]: cluster 2023-12-07T14:28:34.784968+0000 mgr.a (mgr.24293) 11155 : 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-07T14:28:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:35 smithi027 bash[31536]: cluster 2023-12-07T14:28:34.784968+0000 mgr.a (mgr.24293) 11155 : 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-07T14:28:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:36 smithi022 bash[28554]: audit 2023-12-07T14:28:35.516987+0000 mgr.a (mgr.24293) 11156 : audit 0 from='client.226569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:36 smithi044 bash[32620]: audit 2023-12-07T14:28:35.516987+0000 mgr.a (mgr.24293) 11156 : audit 0 from='client.226569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:36 smithi027 bash[31536]: audit 2023-12-07T14:28:35.516987+0000 mgr.a (mgr.24293) 11156 : audit 0 from='client.226569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:37 smithi044 bash[32620]: cluster 2023-12-07T14:28:36.786086+0000 mgr.a (mgr.24293) 11157 : cluster 0 pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:37 smithi022 bash[28554]: cluster 2023-12-07T14:28:36.786086+0000 mgr.a (mgr.24293) 11157 : cluster 0 pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:37 smithi027 bash[31536]: cluster 2023-12-07T14:28:36.786086+0000 mgr.a (mgr.24293) 11157 : cluster 0 pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:39 smithi044 bash[32620]: cluster 2023-12-07T14:28:38.786845+0000 mgr.a (mgr.24293) 11158 : cluster 0 pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:39 smithi022 bash[28554]: cluster 2023-12-07T14:28:38.786845+0000 mgr.a (mgr.24293) 11158 : cluster 0 pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:39 smithi027 bash[31536]: cluster 2023-12-07T14:28:38.786845+0000 mgr.a (mgr.24293) 11158 : cluster 0 pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:41.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:41.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:41.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:42.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:42.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:42.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:42.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:42.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:41 smithi044 bash[32620]: cluster 2023-12-07T14:28:40.787659+0000 mgr.a (mgr.24293) 11159 : cluster 0 pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:41 smithi022 bash[28554]: cluster 2023-12-07T14:28:40.787659+0000 mgr.a (mgr.24293) 11159 : cluster 0 pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:41 smithi027 bash[31536]: cluster 2023-12-07T14:28:40.787659+0000 mgr.a (mgr.24293) 11159 : cluster 0 pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:42 smithi044 bash[32620]: audit 2023-12-07T14:28:41.444792+0000 mgr.a (mgr.24293) 11160 : audit 0 from='client.226644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:42 smithi022 bash[28554]: audit 2023-12-07T14:28:41.444792+0000 mgr.a (mgr.24293) 11160 : audit 0 from='client.226644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:42 smithi027 bash[31536]: audit 2023-12-07T14:28:41.444792+0000 mgr.a (mgr.24293) 11160 : audit 0 from='client.226644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:43 smithi022 bash[28554]: cluster 2023-12-07T14:28:42.788323+0000 mgr.a (mgr.24293) 11161 : cluster 0 pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:43 smithi044 bash[32620]: cluster 2023-12-07T14:28:42.788323+0000 mgr.a (mgr.24293) 11161 : cluster 0 pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:43 smithi027 bash[31536]: cluster 2023-12-07T14:28:42.788323+0000 mgr.a (mgr.24293) 11161 : cluster 0 pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:45 smithi044 bash[32620]: cluster 2023-12-07T14:28:44.788913+0000 mgr.a (mgr.24293) 11162 : cluster 0 pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:45 smithi022 bash[28554]: cluster 2023-12-07T14:28:44.788913+0000 mgr.a (mgr.24293) 11162 : cluster 0 pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:45 smithi027 bash[31536]: cluster 2023-12-07T14:28:44.788913+0000 mgr.a (mgr.24293) 11162 : cluster 0 pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:47.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:47.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:47.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:47.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:47.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:47.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:47.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:47.947 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:47 smithi022 bash[28554]: cluster 2023-12-07T14:28:46.789729+0000 mgr.a (mgr.24293) 11163 : cluster 0 pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:47 smithi044 bash[32620]: cluster 2023-12-07T14:28:46.789729+0000 mgr.a (mgr.24293) 11163 : cluster 0 pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:47 smithi027 bash[31536]: cluster 2023-12-07T14:28:46.789729+0000 mgr.a (mgr.24293) 11163 : cluster 0 pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:48 smithi022 bash[28554]: audit 2023-12-07T14:28:47.417054+0000 mgr.a (mgr.24293) 11164 : audit 0 from='client.226716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:48 smithi044 bash[32620]: audit 2023-12-07T14:28:47.417054+0000 mgr.a (mgr.24293) 11164 : audit 0 from='client.226716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:48 smithi027 bash[31536]: audit 2023-12-07T14:28:47.417054+0000 mgr.a (mgr.24293) 11164 : audit 0 from='client.226716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:49 smithi022 bash[28554]: cluster 2023-12-07T14:28:48.790445+0000 mgr.a (mgr.24293) 11165 : 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-07T14:28:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:49 smithi044 bash[32620]: cluster 2023-12-07T14:28:48.790445+0000 mgr.a (mgr.24293) 11165 : 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-07T14:28:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:49 smithi027 bash[31536]: cluster 2023-12-07T14:28:48.790445+0000 mgr.a (mgr.24293) 11165 : 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-07T14:28:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:51 smithi022 bash[28554]: cluster 2023-12-07T14:28:50.791253+0000 mgr.a (mgr.24293) 11166 : cluster 0 pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:51 smithi044 bash[32620]: cluster 2023-12-07T14:28:50.791253+0000 mgr.a (mgr.24293) 11166 : cluster 0 pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:51 smithi027 bash[31536]: cluster 2023-12-07T14:28:50.791253+0000 mgr.a (mgr.24293) 11166 : cluster 0 pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:52.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:52.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:52.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:53.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:53.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:53.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:53.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:53.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:53 smithi022 bash[28554]: cluster 2023-12-07T14:28:52.791854+0000 mgr.a (mgr.24293) 11167 : cluster 0 pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:53 smithi044 bash[32620]: cluster 2023-12-07T14:28:52.791854+0000 mgr.a (mgr.24293) 11167 : cluster 0 pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:53 smithi027 bash[31536]: cluster 2023-12-07T14:28:52.791854+0000 mgr.a (mgr.24293) 11167 : cluster 0 pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:54 smithi022 bash[28554]: audit 2023-12-07T14:28:53.361971+0000 mgr.a (mgr.24293) 11168 : audit 0 from='client.226791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:54 smithi044 bash[32620]: audit 2023-12-07T14:28:53.361971+0000 mgr.a (mgr.24293) 11168 : audit 0 from='client.226791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:54 smithi027 bash[31536]: audit 2023-12-07T14:28:53.361971+0000 mgr.a (mgr.24293) 11168 : audit 0 from='client.226791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:55 smithi022 bash[28554]: cluster 2023-12-07T14:28:54.792557+0000 mgr.a (mgr.24293) 11169 : cluster 0 pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:55 smithi044 bash[32620]: cluster 2023-12-07T14:28:54.792557+0000 mgr.a (mgr.24293) 11169 : cluster 0 pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:55 smithi027 bash[31536]: cluster 2023-12-07T14:28:54.792557+0000 mgr.a (mgr.24293) 11169 : cluster 0 pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:57 smithi044 bash[32620]: cluster 2023-12-07T14:28:56.793410+0000 mgr.a (mgr.24293) 11170 : cluster 0 pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:57 smithi022 bash[28554]: cluster 2023-12-07T14:28:56.793410+0000 mgr.a (mgr.24293) 11170 : cluster 0 pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:57 smithi027 bash[31536]: cluster 2023-12-07T14:28:56.793410+0000 mgr.a (mgr.24293) 11170 : cluster 0 pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:58.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:28:58.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:58.926 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:59.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:28:59.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:59.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:59.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:59.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:28:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:28:59 smithi022 bash[28554]: cluster 2023-12-07T14:28:58.793959+0000 mgr.a (mgr.24293) 11171 : cluster 0 pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:28:59 smithi044 bash[32620]: cluster 2023-12-07T14:28:58.793959+0000 mgr.a (mgr.24293) 11171 : cluster 0 pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:59.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:28:59 smithi027 bash[31536]: cluster 2023-12-07T14:28:58.793959+0000 mgr.a (mgr.24293) 11171 : cluster 0 pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:00 smithi022 bash[28554]: audit 2023-12-07T14:28:59.328267+0000 mgr.a (mgr.24293) 11172 : audit 0 from='client.226869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:00 smithi044 bash[32620]: audit 2023-12-07T14:28:59.328267+0000 mgr.a (mgr.24293) 11172 : audit 0 from='client.226869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:00 smithi027 bash[31536]: audit 2023-12-07T14:28:59.328267+0000 mgr.a (mgr.24293) 11172 : audit 0 from='client.226869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:01 smithi022 bash[28554]: cluster 2023-12-07T14:29:00.794926+0000 mgr.a (mgr.24293) 11173 : cluster 0 pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:01 smithi044 bash[32620]: cluster 2023-12-07T14:29:00.794926+0000 mgr.a (mgr.24293) 11173 : cluster 0 pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:01 smithi027 bash[31536]: cluster 2023-12-07T14:29:00.794926+0000 mgr.a (mgr.24293) 11173 : cluster 0 pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:03 smithi022 bash[28554]: cluster 2023-12-07T14:29:02.795480+0000 mgr.a (mgr.24293) 11174 : 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-07T14:29:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:03 smithi044 bash[32620]: cluster 2023-12-07T14:29:02.795480+0000 mgr.a (mgr.24293) 11174 : 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-07T14:29:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:03 smithi027 bash[31536]: cluster 2023-12-07T14:29:02.795480+0000 mgr.a (mgr.24293) 11174 : 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-07T14:29:04.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:04.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:04.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:05.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:05.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:05.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:05.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:05.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:05 smithi022 bash[28554]: cluster 2023-12-07T14:29:04.796014+0000 mgr.a (mgr.24293) 11175 : 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-07T14:29:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:05 smithi044 bash[32620]: cluster 2023-12-07T14:29:04.796014+0000 mgr.a (mgr.24293) 11175 : 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-07T14:29:06.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:05 smithi027 bash[31536]: cluster 2023-12-07T14:29:04.796014+0000 mgr.a (mgr.24293) 11175 : 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-07T14:29:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:06 smithi044 bash[32620]: audit 2023-12-07T14:29:05.275401+0000 mgr.a (mgr.24293) 11176 : audit 0 from='client.226944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:06 smithi022 bash[28554]: audit 2023-12-07T14:29:05.275401+0000 mgr.a (mgr.24293) 11176 : audit 0 from='client.226944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:06 smithi027 bash[31536]: audit 2023-12-07T14:29:05.275401+0000 mgr.a (mgr.24293) 11176 : audit 0 from='client.226944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:07 smithi044 bash[32620]: cluster 2023-12-07T14:29:06.797000+0000 mgr.a (mgr.24293) 11177 : cluster 0 pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:29:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:07 smithi022 bash[28554]: cluster 2023-12-07T14:29:06.797000+0000 mgr.a (mgr.24293) 11177 : cluster 0 pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:29:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:07 smithi027 bash[31536]: cluster 2023-12-07T14:29:06.797000+0000 mgr.a (mgr.24293) 11177 : cluster 0 pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:29:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:09 smithi022 bash[28554]: cluster 2023-12-07T14:29:08.797588+0000 mgr.a (mgr.24293) 11178 : cluster 0 pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:29:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:09 smithi044 bash[32620]: cluster 2023-12-07T14:29:08.797588+0000 mgr.a (mgr.24293) 11178 : cluster 0 pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:29:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:09 smithi027 bash[31536]: cluster 2023-12-07T14:29:08.797588+0000 mgr.a (mgr.24293) 11178 : cluster 0 pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:29:10.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:10.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:10.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:11.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:11.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:11.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:11.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:11.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:11 smithi022 bash[28554]: cluster 2023-12-07T14:29:10.798328+0000 mgr.a (mgr.24293) 11179 : cluster 0 pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:11 smithi022 bash[28554]: audit 2023-12-07T14:29:11.397225+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:29:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:11 smithi044 bash[32620]: cluster 2023-12-07T14:29:10.798328+0000 mgr.a (mgr.24293) 11179 : cluster 0 pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:11 smithi044 bash[32620]: audit 2023-12-07T14:29:11.397225+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:29:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:11 smithi027 bash[31536]: cluster 2023-12-07T14:29:10.798328+0000 mgr.a (mgr.24293) 11179 : cluster 0 pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:11 smithi027 bash[31536]: audit 2023-12-07T14:29:11.397225+0000 mon.a (mon.0) 2000 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:29:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:12 smithi022 bash[28554]: audit 2023-12-07T14:29:11.221676+0000 mgr.a (mgr.24293) 11180 : audit 0 from='client.227022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:12 smithi022 bash[28554]: audit 2023-12-07T14:29:12.197334+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:29:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:12 smithi022 bash[28554]: audit 2023-12-07T14:29:12.199355+0000 mon.a (mon.0) 2002 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:29:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:12 smithi022 bash[28554]: audit 2023-12-07T14:29:12.208890+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:29:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:12 smithi044 bash[32620]: audit 2023-12-07T14:29:11.221676+0000 mgr.a (mgr.24293) 11180 : audit 0 from='client.227022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:12 smithi044 bash[32620]: audit 2023-12-07T14:29:12.197334+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:29:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:12 smithi044 bash[32620]: audit 2023-12-07T14:29:12.199355+0000 mon.a (mon.0) 2002 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:29:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:12 smithi044 bash[32620]: audit 2023-12-07T14:29:12.208890+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:29:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:12 smithi027 bash[31536]: audit 2023-12-07T14:29:11.221676+0000 mgr.a (mgr.24293) 11180 : audit 0 from='client.227022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:12 smithi027 bash[31536]: audit 2023-12-07T14:29:12.197334+0000 mon.a (mon.0) 2001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:29:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:12 smithi027 bash[31536]: audit 2023-12-07T14:29:12.199355+0000 mon.a (mon.0) 2002 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:29:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:12 smithi027 bash[31536]: audit 2023-12-07T14:29:12.208890+0000 mon.a (mon.0) 2003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:29:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:13 smithi022 bash[28554]: cluster 2023-12-07T14:29:12.799114+0000 mgr.a (mgr.24293) 11181 : cluster 0 pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:13 smithi044 bash[32620]: cluster 2023-12-07T14:29:12.799114+0000 mgr.a (mgr.24293) 11181 : cluster 0 pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:13 smithi027 bash[31536]: cluster 2023-12-07T14:29:12.799114+0000 mgr.a (mgr.24293) 11181 : cluster 0 pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:15 smithi022 bash[28554]: cluster 2023-12-07T14:29:14.799783+0000 mgr.a (mgr.24293) 11182 : cluster 0 pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:15 smithi044 bash[32620]: cluster 2023-12-07T14:29:14.799783+0000 mgr.a (mgr.24293) 11182 : cluster 0 pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:15 smithi027 bash[31536]: cluster 2023-12-07T14:29:14.799783+0000 mgr.a (mgr.24293) 11182 : cluster 0 pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:16.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:16.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:16.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:17.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:17.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:17 smithi022 bash[28554]: cluster 2023-12-07T14:29:16.800587+0000 mgr.a (mgr.24293) 11183 : cluster 0 pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:17 smithi044 bash[32620]: cluster 2023-12-07T14:29:16.800587+0000 mgr.a (mgr.24293) 11183 : cluster 0 pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:17 smithi027 bash[31536]: cluster 2023-12-07T14:29:16.800587+0000 mgr.a (mgr.24293) 11183 : cluster 0 pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:18 smithi022 bash[28554]: audit 2023-12-07T14:29:17.156238+0000 mgr.a (mgr.24293) 11184 : audit 0 from='client.227100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:18 smithi044 bash[32620]: audit 2023-12-07T14:29:17.156238+0000 mgr.a (mgr.24293) 11184 : audit 0 from='client.227100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:18 smithi027 bash[31536]: audit 2023-12-07T14:29:17.156238+0000 mgr.a (mgr.24293) 11184 : audit 0 from='client.227100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:19 smithi022 bash[28554]: cluster 2023-12-07T14:29:18.801262+0000 mgr.a (mgr.24293) 11185 : cluster 0 pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:29:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:19 smithi044 bash[32620]: cluster 2023-12-07T14:29:18.801262+0000 mgr.a (mgr.24293) 11185 : cluster 0 pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:29:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:19 smithi027 bash[31536]: cluster 2023-12-07T14:29:18.801262+0000 mgr.a (mgr.24293) 11185 : cluster 0 pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:29:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:21 smithi022 bash[28554]: cluster 2023-12-07T14:29:20.802016+0000 mgr.a (mgr.24293) 11186 : cluster 0 pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:29:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:21 smithi044 bash[32620]: cluster 2023-12-07T14:29:20.802016+0000 mgr.a (mgr.24293) 11186 : cluster 0 pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:29:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:21 smithi027 bash[31536]: cluster 2023-12-07T14:29:20.802016+0000 mgr.a (mgr.24293) 11186 : cluster 0 pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:29:22.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:22.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:22.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:23.623 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:23.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:23.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:23.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:23.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:23 smithi022 bash[28554]: cluster 2023-12-07T14:29:22.802528+0000 mgr.a (mgr.24293) 11187 : cluster 0 pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:23 smithi022 bash[28554]: audit 2023-12-07T14:29:23.080241+0000 mgr.a (mgr.24293) 11188 : audit 0 from='client.227172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:23 smithi044 bash[32620]: cluster 2023-12-07T14:29:22.802528+0000 mgr.a (mgr.24293) 11187 : cluster 0 pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:23 smithi044 bash[32620]: audit 2023-12-07T14:29:23.080241+0000 mgr.a (mgr.24293) 11188 : audit 0 from='client.227172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:23 smithi027 bash[31536]: cluster 2023-12-07T14:29:22.802528+0000 mgr.a (mgr.24293) 11187 : cluster 0 pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:23 smithi027 bash[31536]: audit 2023-12-07T14:29:23.080241+0000 mgr.a (mgr.24293) 11188 : audit 0 from='client.227172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:25 smithi022 bash[28554]: cluster 2023-12-07T14:29:24.803194+0000 mgr.a (mgr.24293) 11189 : cluster 0 pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:25 smithi044 bash[32620]: cluster 2023-12-07T14:29:24.803194+0000 mgr.a (mgr.24293) 11189 : cluster 0 pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:26.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:25 smithi027 bash[31536]: cluster 2023-12-07T14:29:24.803194+0000 mgr.a (mgr.24293) 11189 : cluster 0 pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:27 smithi022 bash[28554]: cluster 2023-12-07T14:29:26.804047+0000 mgr.a (mgr.24293) 11190 : cluster 0 pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:27 smithi044 bash[32620]: cluster 2023-12-07T14:29:26.804047+0000 mgr.a (mgr.24293) 11190 : cluster 0 pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:27 smithi027 bash[31536]: cluster 2023-12-07T14:29:26.804047+0000 mgr.a (mgr.24293) 11190 : cluster 0 pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:28.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:28.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:28.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:29.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:29.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:29.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:29.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:29.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:29 smithi022 bash[28554]: cluster 2023-12-07T14:29:28.804692+0000 mgr.a (mgr.24293) 11191 : cluster 0 pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:29 smithi022 bash[28554]: audit 2023-12-07T14:29:29.034565+0000 mgr.a (mgr.24293) 11192 : audit 0 from='client.227247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:29 smithi044 bash[32620]: cluster 2023-12-07T14:29:28.804692+0000 mgr.a (mgr.24293) 11191 : cluster 0 pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:29 smithi044 bash[32620]: audit 2023-12-07T14:29:29.034565+0000 mgr.a (mgr.24293) 11192 : audit 0 from='client.227247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:29 smithi027 bash[31536]: cluster 2023-12-07T14:29:28.804692+0000 mgr.a (mgr.24293) 11191 : cluster 0 pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:29 smithi027 bash[31536]: audit 2023-12-07T14:29:29.034565+0000 mgr.a (mgr.24293) 11192 : audit 0 from='client.227247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:31 smithi022 bash[28554]: cluster 2023-12-07T14:29:30.805589+0000 mgr.a (mgr.24293) 11193 : cluster 0 pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:31 smithi044 bash[32620]: cluster 2023-12-07T14:29:30.805589+0000 mgr.a (mgr.24293) 11193 : cluster 0 pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:31 smithi027 bash[31536]: cluster 2023-12-07T14:29:30.805589+0000 mgr.a (mgr.24293) 11193 : cluster 0 pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:33 smithi022 bash[28554]: cluster 2023-12-07T14:29:32.806180+0000 mgr.a (mgr.24293) 11194 : cluster 0 pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:33 smithi044 bash[32620]: cluster 2023-12-07T14:29:32.806180+0000 mgr.a (mgr.24293) 11194 : cluster 0 pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:33 smithi027 bash[31536]: cluster 2023-12-07T14:29:32.806180+0000 mgr.a (mgr.24293) 11194 : cluster 0 pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:34.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:34.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:34.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:35.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:35 smithi022 bash[28554]: cluster 2023-12-07T14:29:34.806854+0000 mgr.a (mgr.24293) 11195 : cluster 0 pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:35 smithi022 bash[28554]: audit 2023-12-07T14:29:34.996538+0000 mgr.a (mgr.24293) 11196 : audit 0 from='client.227322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:35 smithi044 bash[32620]: cluster 2023-12-07T14:29:34.806854+0000 mgr.a (mgr.24293) 11195 : cluster 0 pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:35 smithi044 bash[32620]: audit 2023-12-07T14:29:34.996538+0000 mgr.a (mgr.24293) 11196 : audit 0 from='client.227322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:35 smithi027 bash[31536]: cluster 2023-12-07T14:29:34.806854+0000 mgr.a (mgr.24293) 11195 : cluster 0 pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:35 smithi027 bash[31536]: audit 2023-12-07T14:29:34.996538+0000 mgr.a (mgr.24293) 11196 : audit 0 from='client.227322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:37 smithi044 bash[32620]: cluster 2023-12-07T14:29:36.807842+0000 mgr.a (mgr.24293) 11197 : cluster 0 pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:29:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:37 smithi022 bash[28554]: cluster 2023-12-07T14:29:36.807842+0000 mgr.a (mgr.24293) 11197 : cluster 0 pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:29:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:37 smithi027 bash[31536]: cluster 2023-12-07T14:29:36.807842+0000 mgr.a (mgr.24293) 11197 : cluster 0 pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:29:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:39 smithi022 bash[28554]: cluster 2023-12-07T14:29:38.808421+0000 mgr.a (mgr.24293) 11198 : cluster 0 pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:29:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:39 smithi044 bash[32620]: cluster 2023-12-07T14:29:38.808421+0000 mgr.a (mgr.24293) 11198 : cluster 0 pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:29:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:39 smithi027 bash[31536]: cluster 2023-12-07T14:29:38.808421+0000 mgr.a (mgr.24293) 11198 : cluster 0 pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:29:40.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:40.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:40.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:41.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:41.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:41.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:41.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:41.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:41 smithi022 bash[28554]: cluster 2023-12-07T14:29:40.809159+0000 mgr.a (mgr.24293) 11199 : cluster 0 pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:41 smithi022 bash[28554]: audit 2023-12-07T14:29:40.944754+0000 mgr.a (mgr.24293) 11200 : audit 0 from='client.227400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:41 smithi044 bash[32620]: cluster 2023-12-07T14:29:40.809159+0000 mgr.a (mgr.24293) 11199 : cluster 0 pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:41 smithi044 bash[32620]: audit 2023-12-07T14:29:40.944754+0000 mgr.a (mgr.24293) 11200 : audit 0 from='client.227400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:41 smithi027 bash[31536]: cluster 2023-12-07T14:29:40.809159+0000 mgr.a (mgr.24293) 11199 : cluster 0 pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:42.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:41 smithi027 bash[31536]: audit 2023-12-07T14:29:40.944754+0000 mgr.a (mgr.24293) 11200 : audit 0 from='client.227400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:43 smithi044 bash[32620]: cluster 2023-12-07T14:29:42.809839+0000 mgr.a (mgr.24293) 11201 : cluster 0 pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:43 smithi022 bash[28554]: cluster 2023-12-07T14:29:42.809839+0000 mgr.a (mgr.24293) 11201 : cluster 0 pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:43 smithi027 bash[31536]: cluster 2023-12-07T14:29:42.809839+0000 mgr.a (mgr.24293) 11201 : cluster 0 pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:45 smithi022 bash[28554]: cluster 2023-12-07T14:29:44.810426+0000 mgr.a (mgr.24293) 11202 : cluster 0 pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:45 smithi044 bash[32620]: cluster 2023-12-07T14:29:44.810426+0000 mgr.a (mgr.24293) 11202 : cluster 0 pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:46.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:45 smithi027 bash[31536]: cluster 2023-12-07T14:29:44.810426+0000 mgr.a (mgr.24293) 11202 : cluster 0 pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:46.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:46.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:46.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:47.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:47.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:47.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:47.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:47.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:47 smithi022 bash[28554]: cluster 2023-12-07T14:29:46.811227+0000 mgr.a (mgr.24293) 11203 : cluster 0 pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:47 smithi022 bash[28554]: audit 2023-12-07T14:29:46.867316+0000 mgr.a (mgr.24293) 11204 : audit 0 from='client.190192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:47 smithi044 bash[32620]: cluster 2023-12-07T14:29:46.811227+0000 mgr.a (mgr.24293) 11203 : cluster 0 pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:47 smithi044 bash[32620]: audit 2023-12-07T14:29:46.867316+0000 mgr.a (mgr.24293) 11204 : audit 0 from='client.190192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:47 smithi027 bash[31536]: cluster 2023-12-07T14:29:46.811227+0000 mgr.a (mgr.24293) 11203 : cluster 0 pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:47 smithi027 bash[31536]: audit 2023-12-07T14:29:46.867316+0000 mgr.a (mgr.24293) 11204 : audit 0 from='client.190192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:49 smithi022 bash[28554]: cluster 2023-12-07T14:29:48.811894+0000 mgr.a (mgr.24293) 11205 : cluster 0 pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:29:49.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:49 smithi044 bash[32620]: cluster 2023-12-07T14:29:48.811894+0000 mgr.a (mgr.24293) 11205 : cluster 0 pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:29:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:49 smithi027 bash[31536]: cluster 2023-12-07T14:29:48.811894+0000 mgr.a (mgr.24293) 11205 : cluster 0 pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:29:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:51 smithi022 bash[28554]: cluster 2023-12-07T14:29:50.812716+0000 mgr.a (mgr.24293) 11206 : cluster 0 pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:29:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:51 smithi044 bash[32620]: cluster 2023-12-07T14:29:50.812716+0000 mgr.a (mgr.24293) 11206 : cluster 0 pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:29:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:51 smithi027 bash[31536]: cluster 2023-12-07T14:29:50.812716+0000 mgr.a (mgr.24293) 11206 : cluster 0 pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:29:52.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:52.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:52.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:53.319 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:53.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:53.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:53.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:53.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:53 smithi022 bash[28554]: audit 2023-12-07T14:29:52.810676+0000 mgr.a (mgr.24293) 11207 : audit 0 from='client.227553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:53 smithi022 bash[28554]: cluster 2023-12-07T14:29:52.825908+0000 mgr.a (mgr.24293) 11208 : 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-07T14:29:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:53 smithi044 bash[32620]: audit 2023-12-07T14:29:52.810676+0000 mgr.a (mgr.24293) 11207 : audit 0 from='client.227553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:53 smithi044 bash[32620]: cluster 2023-12-07T14:29:52.825908+0000 mgr.a (mgr.24293) 11208 : 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-07T14:29:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:53 smithi027 bash[31536]: audit 2023-12-07T14:29:52.810676+0000 mgr.a (mgr.24293) 11207 : audit 0 from='client.227553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:53 smithi027 bash[31536]: cluster 2023-12-07T14:29:52.825908+0000 mgr.a (mgr.24293) 11208 : 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-07T14:29:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:55 smithi022 bash[28554]: cluster 2023-12-07T14:29:54.826725+0000 mgr.a (mgr.24293) 11209 : 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-07T14:29:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:55 smithi044 bash[32620]: cluster 2023-12-07T14:29:54.826725+0000 mgr.a (mgr.24293) 11209 : 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-07T14:29:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:55 smithi027 bash[31536]: cluster 2023-12-07T14:29:54.826725+0000 mgr.a (mgr.24293) 11209 : 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-07T14:29:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:57 smithi022 bash[28554]: cluster 2023-12-07T14:29:56.827560+0000 mgr.a (mgr.24293) 11210 : cluster 0 pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:57 smithi044 bash[32620]: cluster 2023-12-07T14:29:56.827560+0000 mgr.a (mgr.24293) 11210 : cluster 0 pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:57 smithi027 bash[31536]: cluster 2023-12-07T14:29:56.827560+0000 mgr.a (mgr.24293) 11210 : cluster 0 pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:58.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:29:58.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:58.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:59.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:29:59.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:59.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:59.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:59.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:29:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:59 smithi022 bash[28554]: audit 2023-12-07T14:29:58.733715+0000 mgr.a (mgr.24293) 11211 : audit 0 from='client.227631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:29:59 smithi022 bash[28554]: cluster 2023-12-07T14:29:58.828039+0000 mgr.a (mgr.24293) 11212 : cluster 0 pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:59 smithi044 bash[32620]: audit 2023-12-07T14:29:58.733715+0000 mgr.a (mgr.24293) 11211 : audit 0 from='client.227631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:29:59 smithi044 bash[32620]: cluster 2023-12-07T14:29:58.828039+0000 mgr.a (mgr.24293) 11212 : cluster 0 pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:59 smithi027 bash[31536]: audit 2023-12-07T14:29:58.733715+0000 mgr.a (mgr.24293) 11211 : audit 0 from='client.227631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:29:59 smithi027 bash[31536]: cluster 2023-12-07T14:29:58.828039+0000 mgr.a (mgr.24293) 11212 : cluster 0 pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:00 smithi022 bash[28554]: cluster 2023-12-07T14:30:00.000150+0000 mon.a (mon.0) 2004 : cluster 1 overall HEALTH_OK 2023-12-07T14:30:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:00 smithi044 bash[32620]: cluster 2023-12-07T14:30:00.000150+0000 mon.a (mon.0) 2004 : cluster 1 overall HEALTH_OK 2023-12-07T14:30:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:00 smithi027 bash[31536]: cluster 2023-12-07T14:30:00.000150+0000 mon.a (mon.0) 2004 : cluster 1 overall HEALTH_OK 2023-12-07T14:30:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:01 smithi022 bash[28554]: cluster 2023-12-07T14:30:00.828905+0000 mgr.a (mgr.24293) 11213 : cluster 0 pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:01 smithi044 bash[32620]: cluster 2023-12-07T14:30:00.828905+0000 mgr.a (mgr.24293) 11213 : cluster 0 pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:01 smithi027 bash[31536]: cluster 2023-12-07T14:30:00.828905+0000 mgr.a (mgr.24293) 11213 : cluster 0 pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:03 smithi022 bash[28554]: cluster 2023-12-07T14:30:02.829460+0000 mgr.a (mgr.24293) 11214 : cluster 0 pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:03 smithi044 bash[32620]: cluster 2023-12-07T14:30:02.829460+0000 mgr.a (mgr.24293) 11214 : cluster 0 pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:03 smithi027 bash[31536]: cluster 2023-12-07T14:30:02.829460+0000 mgr.a (mgr.24293) 11214 : cluster 0 pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:04.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:04.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:04.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:05.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:05.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:05.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:05.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:05.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:05 smithi022 bash[28554]: audit 2023-12-07T14:30:04.647422+0000 mgr.a (mgr.24293) 11215 : audit 0 from='client.227706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:06.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:05 smithi022 bash[28554]: cluster 2023-12-07T14:30:04.829949+0000 mgr.a (mgr.24293) 11216 : cluster 0 pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:05 smithi044 bash[32620]: audit 2023-12-07T14:30:04.647422+0000 mgr.a (mgr.24293) 11215 : audit 0 from='client.227706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:05 smithi044 bash[32620]: cluster 2023-12-07T14:30:04.829949+0000 mgr.a (mgr.24293) 11216 : cluster 0 pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:05 smithi027 bash[31536]: audit 2023-12-07T14:30:04.647422+0000 mgr.a (mgr.24293) 11215 : audit 0 from='client.227706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:06.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:05 smithi027 bash[31536]: cluster 2023-12-07T14:30:04.829949+0000 mgr.a (mgr.24293) 11216 : cluster 0 pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:07 smithi022 bash[28554]: cluster 2023-12-07T14:30:06.830854+0000 mgr.a (mgr.24293) 11217 : cluster 0 pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:07 smithi044 bash[32620]: cluster 2023-12-07T14:30:06.830854+0000 mgr.a (mgr.24293) 11217 : cluster 0 pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:07 smithi027 bash[31536]: cluster 2023-12-07T14:30:06.830854+0000 mgr.a (mgr.24293) 11217 : cluster 0 pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:09 smithi022 bash[28554]: cluster 2023-12-07T14:30:08.831464+0000 mgr.a (mgr.24293) 11218 : 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-07T14:30:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:09 smithi044 bash[32620]: cluster 2023-12-07T14:30:08.831464+0000 mgr.a (mgr.24293) 11218 : 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-07T14:30:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:09 smithi027 bash[31536]: cluster 2023-12-07T14:30:08.831464+0000 mgr.a (mgr.24293) 11218 : 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-07T14:30:10.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:10.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:10.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:11.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:11.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:11.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:11.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:11.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:11 smithi022 bash[28554]: audit 2023-12-07T14:30:10.589843+0000 mgr.a (mgr.24293) 11219 : audit 0 from='client.227784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:11 smithi022 bash[28554]: cluster 2023-12-07T14:30:10.832114+0000 mgr.a (mgr.24293) 11220 : cluster 0 pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:11 smithi044 bash[32620]: audit 2023-12-07T14:30:10.589843+0000 mgr.a (mgr.24293) 11219 : audit 0 from='client.227784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:11 smithi044 bash[32620]: cluster 2023-12-07T14:30:10.832114+0000 mgr.a (mgr.24293) 11220 : cluster 0 pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:12.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:11 smithi027 bash[31536]: audit 2023-12-07T14:30:10.589843+0000 mgr.a (mgr.24293) 11219 : audit 0 from='client.227784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:12.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:11 smithi027 bash[31536]: cluster 2023-12-07T14:30:10.832114+0000 mgr.a (mgr.24293) 11220 : cluster 0 pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:12 smithi022 bash[28554]: audit 2023-12-07T14:30:12.311849+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:30:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:12 smithi044 bash[32620]: audit 2023-12-07T14:30:12.311849+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:30:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:12 smithi027 bash[31536]: audit 2023-12-07T14:30:12.311849+0000 mon.a (mon.0) 2005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:30:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:13 smithi044 bash[32620]: cluster 2023-12-07T14:30:12.832702+0000 mgr.a (mgr.24293) 11221 : cluster 0 pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:13 smithi044 bash[32620]: audit 2023-12-07T14:30:13.106544+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:30:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:13 smithi044 bash[32620]: audit 2023-12-07T14:30:13.108319+0000 mon.a (mon.0) 2007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:30:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:13 smithi044 bash[32620]: audit 2023-12-07T14:30:13.118011+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:30:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:13 smithi022 bash[28554]: cluster 2023-12-07T14:30:12.832702+0000 mgr.a (mgr.24293) 11221 : cluster 0 pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:13 smithi022 bash[28554]: audit 2023-12-07T14:30:13.106544+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:30:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:13 smithi022 bash[28554]: audit 2023-12-07T14:30:13.108319+0000 mon.a (mon.0) 2007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:30:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:13 smithi022 bash[28554]: audit 2023-12-07T14:30:13.118011+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:30:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:13 smithi027 bash[31536]: cluster 2023-12-07T14:30:12.832702+0000 mgr.a (mgr.24293) 11221 : cluster 0 pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:13 smithi027 bash[31536]: audit 2023-12-07T14:30:13.106544+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:30:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:13 smithi027 bash[31536]: audit 2023-12-07T14:30:13.108319+0000 mon.a (mon.0) 2007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:30:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:13 smithi027 bash[31536]: audit 2023-12-07T14:30:13.118011+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:30:16.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:16.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:16.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:15 smithi044 bash[32620]: cluster 2023-12-07T14:30:14.833285+0000 mgr.a (mgr.24293) 11222 : cluster 0 pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:16.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:15 smithi022 bash[28554]: cluster 2023-12-07T14:30:14.833285+0000 mgr.a (mgr.24293) 11222 : cluster 0 pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:15 smithi027 bash[31536]: cluster 2023-12-07T14:30:14.833285+0000 mgr.a (mgr.24293) 11222 : cluster 0 pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:17.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:17.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:17.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:17.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:17.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:17 smithi022 bash[28554]: audit 2023-12-07T14:30:16.533695+0000 mgr.a (mgr.24293) 11223 : audit 0 from='client.227862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:17 smithi022 bash[28554]: cluster 2023-12-07T14:30:16.834482+0000 mgr.a (mgr.24293) 11224 : cluster 0 pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:17 smithi044 bash[32620]: audit 2023-12-07T14:30:16.533695+0000 mgr.a (mgr.24293) 11223 : audit 0 from='client.227862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:17 smithi044 bash[32620]: cluster 2023-12-07T14:30:16.834482+0000 mgr.a (mgr.24293) 11224 : cluster 0 pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:17 smithi027 bash[31536]: audit 2023-12-07T14:30:16.533695+0000 mgr.a (mgr.24293) 11223 : audit 0 from='client.227862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:18.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:17 smithi027 bash[31536]: cluster 2023-12-07T14:30:16.834482+0000 mgr.a (mgr.24293) 11224 : cluster 0 pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:19 smithi022 bash[28554]: cluster 2023-12-07T14:30:18.835186+0000 mgr.a (mgr.24293) 11225 : cluster 0 pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:19 smithi044 bash[32620]: cluster 2023-12-07T14:30:18.835186+0000 mgr.a (mgr.24293) 11225 : cluster 0 pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:19 smithi027 bash[31536]: cluster 2023-12-07T14:30:18.835186+0000 mgr.a (mgr.24293) 11225 : cluster 0 pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:22.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:21 smithi022 bash[28554]: cluster 2023-12-07T14:30:20.836046+0000 mgr.a (mgr.24293) 11226 : cluster 0 pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:21 smithi044 bash[32620]: cluster 2023-12-07T14:30:20.836046+0000 mgr.a (mgr.24293) 11226 : cluster 0 pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:21 smithi027 bash[31536]: cluster 2023-12-07T14:30:20.836046+0000 mgr.a (mgr.24293) 11226 : cluster 0 pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:23.031 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:23.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:23.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:23.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:23.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:23 smithi022 bash[28554]: audit 2023-12-07T14:30:22.473573+0000 mgr.a (mgr.24293) 11227 : audit 0 from='client.227937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:23 smithi022 bash[28554]: cluster 2023-12-07T14:30:22.836692+0000 mgr.a (mgr.24293) 11228 : 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-07T14:30:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:23 smithi044 bash[32620]: audit 2023-12-07T14:30:22.473573+0000 mgr.a (mgr.24293) 11227 : audit 0 from='client.227937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:23 smithi044 bash[32620]: cluster 2023-12-07T14:30:22.836692+0000 mgr.a (mgr.24293) 11228 : 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-07T14:30:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:23 smithi027 bash[31536]: audit 2023-12-07T14:30:22.473573+0000 mgr.a (mgr.24293) 11227 : audit 0 from='client.227937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:23 smithi027 bash[31536]: cluster 2023-12-07T14:30:22.836692+0000 mgr.a (mgr.24293) 11228 : 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-07T14:30:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:25 smithi022 bash[28554]: cluster 2023-12-07T14:30:24.837355+0000 mgr.a (mgr.24293) 11229 : 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-07T14:30:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:25 smithi044 bash[32620]: cluster 2023-12-07T14:30:24.837355+0000 mgr.a (mgr.24293) 11229 : 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-07T14:30:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:25 smithi027 bash[31536]: cluster 2023-12-07T14:30:24.837355+0000 mgr.a (mgr.24293) 11229 : 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-07T14:30:28.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:28.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:28.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:27 smithi022 bash[28554]: cluster 2023-12-07T14:30:26.838174+0000 mgr.a (mgr.24293) 11230 : 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-07T14:30:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:27 smithi044 bash[32620]: cluster 2023-12-07T14:30:26.838174+0000 mgr.a (mgr.24293) 11230 : 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-07T14:30:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:27 smithi027 bash[31536]: cluster 2023-12-07T14:30:26.838174+0000 mgr.a (mgr.24293) 11230 : 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-07T14:30:28.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:28.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:28.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:28.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:28.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:29 smithi022 bash[28554]: audit 2023-12-07T14:30:28.449351+0000 mgr.a (mgr.24293) 11231 : audit 0 from='client.228012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:29 smithi022 bash[28554]: cluster 2023-12-07T14:30:28.848946+0000 mgr.a (mgr.24293) 11232 : 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-07T14:30:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:29 smithi044 bash[32620]: audit 2023-12-07T14:30:28.449351+0000 mgr.a (mgr.24293) 11231 : audit 0 from='client.228012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:29 smithi044 bash[32620]: cluster 2023-12-07T14:30:28.848946+0000 mgr.a (mgr.24293) 11232 : 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-07T14:30:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:29 smithi027 bash[31536]: audit 2023-12-07T14:30:28.449351+0000 mgr.a (mgr.24293) 11231 : audit 0 from='client.228012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:29 smithi027 bash[31536]: cluster 2023-12-07T14:30:28.848946+0000 mgr.a (mgr.24293) 11232 : 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-07T14:30:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:31 smithi044 bash[32620]: cluster 2023-12-07T14:30:30.849806+0000 mgr.a (mgr.24293) 11233 : cluster 0 pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:31 smithi022 bash[28554]: cluster 2023-12-07T14:30:30.849806+0000 mgr.a (mgr.24293) 11233 : cluster 0 pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:31 smithi027 bash[31536]: cluster 2023-12-07T14:30:30.849806+0000 mgr.a (mgr.24293) 11233 : cluster 0 pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:33.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:34.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:34.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:33 smithi022 bash[28554]: cluster 2023-12-07T14:30:32.850534+0000 mgr.a (mgr.24293) 11234 : cluster 0 pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:33 smithi044 bash[32620]: cluster 2023-12-07T14:30:32.850534+0000 mgr.a (mgr.24293) 11234 : cluster 0 pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:33 smithi027 bash[31536]: cluster 2023-12-07T14:30:32.850534+0000 mgr.a (mgr.24293) 11234 : cluster 0 pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:34.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:34.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:34.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:34.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:34.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:35 smithi022 bash[28554]: audit 2023-12-07T14:30:34.403465+0000 mgr.a (mgr.24293) 11235 : audit 0 from='client.228090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:35 smithi022 bash[28554]: cluster 2023-12-07T14:30:34.851312+0000 mgr.a (mgr.24293) 11236 : cluster 0 pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:35 smithi044 bash[32620]: audit 2023-12-07T14:30:34.403465+0000 mgr.a (mgr.24293) 11235 : audit 0 from='client.228090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:35 smithi044 bash[32620]: cluster 2023-12-07T14:30:34.851312+0000 mgr.a (mgr.24293) 11236 : cluster 0 pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:35 smithi027 bash[31536]: audit 2023-12-07T14:30:34.403465+0000 mgr.a (mgr.24293) 11235 : audit 0 from='client.228090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:36.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:35 smithi027 bash[31536]: cluster 2023-12-07T14:30:34.851312+0000 mgr.a (mgr.24293) 11236 : cluster 0 pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:37 smithi022 bash[28554]: cluster 2023-12-07T14:30:36.852165+0000 mgr.a (mgr.24293) 11237 : cluster 0 pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:37 smithi044 bash[32620]: cluster 2023-12-07T14:30:36.852165+0000 mgr.a (mgr.24293) 11237 : cluster 0 pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:38.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:37 smithi027 bash[31536]: cluster 2023-12-07T14:30:36.852165+0000 mgr.a (mgr.24293) 11237 : cluster 0 pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:39 smithi044 bash[32620]: cluster 2023-12-07T14:30:38.852712+0000 mgr.a (mgr.24293) 11238 : cluster 0 pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:39 smithi022 bash[28554]: cluster 2023-12-07T14:30:38.852712+0000 mgr.a (mgr.24293) 11238 : cluster 0 pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:39.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:39.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:39.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:39 smithi027 bash[31536]: cluster 2023-12-07T14:30:38.852712+0000 mgr.a (mgr.24293) 11238 : cluster 0 pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:40.890 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:40.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:40.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:40.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:40.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:41 smithi022 bash[28554]: audit 2023-12-07T14:30:40.353893+0000 mgr.a (mgr.24293) 11239 : audit 0 from='client.228168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:41 smithi022 bash[28554]: cluster 2023-12-07T14:30:40.853672+0000 mgr.a (mgr.24293) 11240 : 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-07T14:30:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:41 smithi044 bash[32620]: audit 2023-12-07T14:30:40.353893+0000 mgr.a (mgr.24293) 11239 : audit 0 from='client.228168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:41 smithi044 bash[32620]: cluster 2023-12-07T14:30:40.853672+0000 mgr.a (mgr.24293) 11240 : 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-07T14:30:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:41 smithi027 bash[31536]: audit 2023-12-07T14:30:40.353893+0000 mgr.a (mgr.24293) 11239 : audit 0 from='client.228168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:41 smithi027 bash[31536]: cluster 2023-12-07T14:30:40.853672+0000 mgr.a (mgr.24293) 11240 : 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-07T14:30:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:43 smithi044 bash[32620]: cluster 2023-12-07T14:30:42.854410+0000 mgr.a (mgr.24293) 11241 : cluster 0 pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:43 smithi022 bash[28554]: cluster 2023-12-07T14:30:42.854410+0000 mgr.a (mgr.24293) 11241 : cluster 0 pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:43 smithi027 bash[31536]: cluster 2023-12-07T14:30:42.854410+0000 mgr.a (mgr.24293) 11241 : cluster 0 pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:45.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:45.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:45.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:45 smithi022 bash[28554]: cluster 2023-12-07T14:30:44.855123+0000 mgr.a (mgr.24293) 11242 : cluster 0 pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:45 smithi044 bash[32620]: cluster 2023-12-07T14:30:44.855123+0000 mgr.a (mgr.24293) 11242 : cluster 0 pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:45 smithi027 bash[31536]: cluster 2023-12-07T14:30:44.855123+0000 mgr.a (mgr.24293) 11242 : cluster 0 pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:46.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:46.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:46.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:46.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:46.824 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:47 smithi044 bash[32620]: audit 2023-12-07T14:30:46.303264+0000 mgr.a (mgr.24293) 11243 : audit 0 from='client.228246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:47 smithi044 bash[32620]: cluster 2023-12-07T14:30:46.856169+0000 mgr.a (mgr.24293) 11244 : cluster 0 pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:47 smithi022 bash[28554]: audit 2023-12-07T14:30:46.303264+0000 mgr.a (mgr.24293) 11243 : audit 0 from='client.228246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:47 smithi022 bash[28554]: cluster 2023-12-07T14:30:46.856169+0000 mgr.a (mgr.24293) 11244 : cluster 0 pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:47 smithi027 bash[31536]: audit 2023-12-07T14:30:46.303264+0000 mgr.a (mgr.24293) 11243 : audit 0 from='client.228246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:47 smithi027 bash[31536]: cluster 2023-12-07T14:30:46.856169+0000 mgr.a (mgr.24293) 11244 : cluster 0 pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:49 smithi044 bash[32620]: cluster 2023-12-07T14:30:48.856718+0000 mgr.a (mgr.24293) 11245 : cluster 0 pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:49.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:49 smithi022 bash[28554]: cluster 2023-12-07T14:30:48.856718+0000 mgr.a (mgr.24293) 11245 : cluster 0 pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:49 smithi027 bash[31536]: cluster 2023-12-07T14:30:48.856718+0000 mgr.a (mgr.24293) 11245 : cluster 0 pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:51.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:51.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:51.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:51 smithi022 bash[28554]: cluster 2023-12-07T14:30:50.857479+0000 mgr.a (mgr.24293) 11246 : cluster 0 pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:51 smithi044 bash[32620]: cluster 2023-12-07T14:30:50.857479+0000 mgr.a (mgr.24293) 11246 : cluster 0 pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:51 smithi027 bash[31536]: cluster 2023-12-07T14:30:50.857479+0000 mgr.a (mgr.24293) 11246 : cluster 0 pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:52.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:52.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:52.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:52.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:52.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:53 smithi022 bash[28554]: audit 2023-12-07T14:30:52.233282+0000 mgr.a (mgr.24293) 11247 : audit 0 from='client.228324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:53 smithi022 bash[28554]: cluster 2023-12-07T14:30:52.858318+0000 mgr.a (mgr.24293) 11248 : 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-07T14:30:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:53 smithi044 bash[32620]: audit 2023-12-07T14:30:52.233282+0000 mgr.a (mgr.24293) 11247 : audit 0 from='client.228324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:53 smithi044 bash[32620]: cluster 2023-12-07T14:30:52.858318+0000 mgr.a (mgr.24293) 11248 : 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-07T14:30:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:53 smithi027 bash[31536]: audit 2023-12-07T14:30:52.233282+0000 mgr.a (mgr.24293) 11247 : audit 0 from='client.228324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:53 smithi027 bash[31536]: cluster 2023-12-07T14:30:52.858318+0000 mgr.a (mgr.24293) 11248 : 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-07T14:30:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:55 smithi022 bash[28554]: cluster 2023-12-07T14:30:54.858920+0000 mgr.a (mgr.24293) 11249 : 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-07T14:30:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:55 smithi044 bash[32620]: cluster 2023-12-07T14:30:54.858920+0000 mgr.a (mgr.24293) 11249 : 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-07T14:30:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:55 smithi027 bash[31536]: cluster 2023-12-07T14:30:54.858920+0000 mgr.a (mgr.24293) 11249 : 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-07T14:30:57.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:30:57.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:57.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:57 smithi022 bash[28554]: cluster 2023-12-07T14:30:56.859707+0000 mgr.a (mgr.24293) 11250 : 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-07T14:30:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:57 smithi044 bash[32620]: cluster 2023-12-07T14:30:56.859707+0000 mgr.a (mgr.24293) 11250 : 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-07T14:30:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:57 smithi027 bash[31536]: cluster 2023-12-07T14:30:56.859707+0000 mgr.a (mgr.24293) 11250 : 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-07T14:30:58.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:30:58.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:58.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:58.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:58.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:30:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:59 smithi022 bash[28554]: audit 2023-12-07T14:30:58.186644+0000 mgr.a (mgr.24293) 11251 : audit 0 from='client.228399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:30:59 smithi022 bash[28554]: cluster 2023-12-07T14:30:58.860344+0000 mgr.a (mgr.24293) 11252 : 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-07T14:30:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:59 smithi044 bash[32620]: audit 2023-12-07T14:30:58.186644+0000 mgr.a (mgr.24293) 11251 : audit 0 from='client.228399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:30:59 smithi044 bash[32620]: cluster 2023-12-07T14:30:58.860344+0000 mgr.a (mgr.24293) 11252 : 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-07T14:30:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:59 smithi027 bash[31536]: audit 2023-12-07T14:30:58.186644+0000 mgr.a (mgr.24293) 11251 : audit 0 from='client.228399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:30:59 smithi027 bash[31536]: cluster 2023-12-07T14:30:58.860344+0000 mgr.a (mgr.24293) 11252 : 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-07T14:31:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:01 smithi022 bash[28554]: cluster 2023-12-07T14:31:00.861137+0000 mgr.a (mgr.24293) 11253 : cluster 0 pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:01 smithi044 bash[32620]: cluster 2023-12-07T14:31:00.861137+0000 mgr.a (mgr.24293) 11253 : cluster 0 pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:02.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:01 smithi027 bash[31536]: cluster 2023-12-07T14:31:00.861137+0000 mgr.a (mgr.24293) 11253 : cluster 0 pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:03.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:03.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:03.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:03 smithi022 bash[28554]: cluster 2023-12-07T14:31:02.861715+0000 mgr.a (mgr.24293) 11254 : cluster 0 pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:03 smithi044 bash[32620]: cluster 2023-12-07T14:31:02.861715+0000 mgr.a (mgr.24293) 11254 : cluster 0 pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:03 smithi027 bash[31536]: cluster 2023-12-07T14:31:02.861715+0000 mgr.a (mgr.24293) 11254 : cluster 0 pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:04.679 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:04.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:04.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:04.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:04.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:05 smithi022 bash[28554]: audit 2023-12-07T14:31:04.162692+0000 mgr.a (mgr.24293) 11255 : audit 0 from='client.228477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:05 smithi022 bash[28554]: cluster 2023-12-07T14:31:04.862561+0000 mgr.a (mgr.24293) 11256 : cluster 0 pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:05 smithi044 bash[32620]: audit 2023-12-07T14:31:04.162692+0000 mgr.a (mgr.24293) 11255 : audit 0 from='client.228477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:05 smithi044 bash[32620]: cluster 2023-12-07T14:31:04.862561+0000 mgr.a (mgr.24293) 11256 : cluster 0 pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:05 smithi027 bash[31536]: audit 2023-12-07T14:31:04.162692+0000 mgr.a (mgr.24293) 11255 : audit 0 from='client.228477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:06.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:05 smithi027 bash[31536]: cluster 2023-12-07T14:31:04.862561+0000 mgr.a (mgr.24293) 11256 : cluster 0 pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:07 smithi027 bash[31536]: cluster 2023-12-07T14:31:06.863514+0000 mgr.a (mgr.24293) 11257 : cluster 0 pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:07 smithi022 bash[28554]: cluster 2023-12-07T14:31:06.863514+0000 mgr.a (mgr.24293) 11257 : cluster 0 pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:07 smithi044 bash[32620]: cluster 2023-12-07T14:31:06.863514+0000 mgr.a (mgr.24293) 11257 : cluster 0 pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:09.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:09.682 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:09.682 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:09 smithi022 bash[28554]: cluster 2023-12-07T14:31:08.864064+0000 mgr.a (mgr.24293) 11258 : cluster 0 pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:09 smithi044 bash[32620]: cluster 2023-12-07T14:31:08.864064+0000 mgr.a (mgr.24293) 11258 : cluster 0 pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:09 smithi027 bash[31536]: cluster 2023-12-07T14:31:08.864064+0000 mgr.a (mgr.24293) 11258 : cluster 0 pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:10.623 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:10.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:10.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:10.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:10.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:10 smithi044 bash[32620]: audit 2023-12-07T14:31:10.087311+0000 mgr.a (mgr.24293) 11259 : audit 0 from='client.228546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:10 smithi022 bash[28554]: audit 2023-12-07T14:31:10.087311+0000 mgr.a (mgr.24293) 11259 : audit 0 from='client.228546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:10 smithi027 bash[31536]: audit 2023-12-07T14:31:10.087311+0000 mgr.a (mgr.24293) 11259 : audit 0 from='client.228546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:11 smithi022 bash[28554]: cluster 2023-12-07T14:31:10.865136+0000 mgr.a (mgr.24293) 11260 : cluster 0 pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:31:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:11 smithi044 bash[32620]: cluster 2023-12-07T14:31:10.865136+0000 mgr.a (mgr.24293) 11260 : cluster 0 pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:31:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:11 smithi027 bash[31536]: cluster 2023-12-07T14:31:10.865136+0000 mgr.a (mgr.24293) 11260 : cluster 0 pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:31:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:13 smithi022 bash[28554]: cluster 2023-12-07T14:31:12.865735+0000 mgr.a (mgr.24293) 11261 : cluster 0 pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:31:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:13 smithi022 bash[28554]: audit 2023-12-07T14:31:13.222468+0000 mon.a (mon.0) 2009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:31:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:13 smithi044 bash[32620]: cluster 2023-12-07T14:31:12.865735+0000 mgr.a (mgr.24293) 11261 : cluster 0 pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:31:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:13 smithi044 bash[32620]: audit 2023-12-07T14:31:13.222468+0000 mon.a (mon.0) 2009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:31:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:13 smithi027 bash[31536]: cluster 2023-12-07T14:31:12.865735+0000 mgr.a (mgr.24293) 11261 : cluster 0 pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:31:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:13 smithi027 bash[31536]: audit 2023-12-07T14:31:13.222468+0000 mon.a (mon.0) 2009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:31:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:14 smithi022 bash[28554]: audit 2023-12-07T14:31:14.022911+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:31:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:14 smithi022 bash[28554]: audit 2023-12-07T14:31:14.024696+0000 mon.a (mon.0) 2011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:31:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:14 smithi022 bash[28554]: audit 2023-12-07T14:31:14.033823+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:31:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:14 smithi044 bash[32620]: audit 2023-12-07T14:31:14.022911+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:31:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:14 smithi044 bash[32620]: audit 2023-12-07T14:31:14.024696+0000 mon.a (mon.0) 2011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:31:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:14 smithi044 bash[32620]: audit 2023-12-07T14:31:14.033823+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:31:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:14 smithi027 bash[31536]: audit 2023-12-07T14:31:14.022911+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:31:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:14 smithi027 bash[31536]: audit 2023-12-07T14:31:14.024696+0000 mon.a (mon.0) 2011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:31:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:14 smithi027 bash[31536]: audit 2023-12-07T14:31:14.033823+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:31:15.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:15.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:15.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:16 smithi044 bash[32620]: cluster 2023-12-07T14:31:14.866293+0000 mgr.a (mgr.24293) 11262 : cluster 0 pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:31:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:16 smithi022 bash[28554]: cluster 2023-12-07T14:31:14.866293+0000 mgr.a (mgr.24293) 11262 : cluster 0 pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:31:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:16 smithi027 bash[31536]: cluster 2023-12-07T14:31:14.866293+0000 mgr.a (mgr.24293) 11262 : cluster 0 pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:31:16.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:16.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:16.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:16.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:16.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:17 smithi022 bash[28554]: audit 2023-12-07T14:31:16.035837+0000 mgr.a (mgr.24293) 11263 : audit 0 from='client.228624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:17 smithi044 bash[32620]: audit 2023-12-07T14:31:16.035837+0000 mgr.a (mgr.24293) 11263 : audit 0 from='client.228624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:17 smithi027 bash[31536]: audit 2023-12-07T14:31:16.035837+0000 mgr.a (mgr.24293) 11263 : audit 0 from='client.228624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:18 smithi044 bash[32620]: cluster 2023-12-07T14:31:16.867472+0000 mgr.a (mgr.24293) 11264 : cluster 0 pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:18 smithi022 bash[28554]: cluster 2023-12-07T14:31:16.867472+0000 mgr.a (mgr.24293) 11264 : cluster 0 pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:18 smithi027 bash[31536]: cluster 2023-12-07T14:31:16.867472+0000 mgr.a (mgr.24293) 11264 : cluster 0 pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:19 smithi022 bash[28554]: cluster 2023-12-07T14:31:18.868240+0000 mgr.a (mgr.24293) 11265 : cluster 0 pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:19 smithi044 bash[32620]: cluster 2023-12-07T14:31:18.868240+0000 mgr.a (mgr.24293) 11265 : cluster 0 pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:19 smithi027 bash[31536]: cluster 2023-12-07T14:31:18.868240+0000 mgr.a (mgr.24293) 11265 : cluster 0 pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:21.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:21.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:21.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:21 smithi022 bash[28554]: cluster 2023-12-07T14:31:20.869024+0000 mgr.a (mgr.24293) 11266 : cluster 0 pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:21 smithi044 bash[32620]: cluster 2023-12-07T14:31:20.869024+0000 mgr.a (mgr.24293) 11266 : cluster 0 pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:21 smithi027 bash[31536]: cluster 2023-12-07T14:31:20.869024+0000 mgr.a (mgr.24293) 11266 : cluster 0 pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:22.510 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:22.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:22.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:22.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:22.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:22 smithi027 bash[31536]: audit 2023-12-07T14:31:21.984512+0000 mgr.a (mgr.24293) 11267 : audit 0 from='client.228699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:22 smithi022 bash[28554]: audit 2023-12-07T14:31:21.984512+0000 mgr.a (mgr.24293) 11267 : audit 0 from='client.228699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:22 smithi044 bash[32620]: audit 2023-12-07T14:31:21.984512+0000 mgr.a (mgr.24293) 11267 : audit 0 from='client.228699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:23 smithi027 bash[31536]: cluster 2023-12-07T14:31:22.869775+0000 mgr.a (mgr.24293) 11268 : cluster 0 pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:31:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:23 smithi044 bash[32620]: cluster 2023-12-07T14:31:22.869775+0000 mgr.a (mgr.24293) 11268 : cluster 0 pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:31:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:23 smithi022 bash[28554]: cluster 2023-12-07T14:31:22.869775+0000 mgr.a (mgr.24293) 11268 : cluster 0 pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:31:26.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:25 smithi027 bash[31536]: cluster 2023-12-07T14:31:24.870366+0000 mgr.a (mgr.24293) 11269 : cluster 0 pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:31:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:25 smithi044 bash[32620]: cluster 2023-12-07T14:31:24.870366+0000 mgr.a (mgr.24293) 11269 : cluster 0 pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:31:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:25 smithi022 bash[28554]: cluster 2023-12-07T14:31:24.870366+0000 mgr.a (mgr.24293) 11269 : cluster 0 pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:31:27.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:27.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:27.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:27 smithi027 bash[31536]: cluster 2023-12-07T14:31:26.871209+0000 mgr.a (mgr.24293) 11270 : cluster 0 pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:31:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:27 smithi044 bash[32620]: cluster 2023-12-07T14:31:26.871209+0000 mgr.a (mgr.24293) 11270 : cluster 0 pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:31:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:27 smithi022 bash[28554]: cluster 2023-12-07T14:31:26.871209+0000 mgr.a (mgr.24293) 11270 : cluster 0 pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:31:28.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:28.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:28.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:28.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:28.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:28 smithi027 bash[31536]: audit 2023-12-07T14:31:27.920693+0000 mgr.a (mgr.24293) 11271 : audit 0 from='client.228774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:29.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:28 smithi022 bash[28554]: audit 2023-12-07T14:31:27.920693+0000 mgr.a (mgr.24293) 11271 : audit 0 from='client.228774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:28 smithi044 bash[32620]: audit 2023-12-07T14:31:27.920693+0000 mgr.a (mgr.24293) 11271 : audit 0 from='client.228774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:30.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:29 smithi027 bash[31536]: cluster 2023-12-07T14:31:28.872089+0000 mgr.a (mgr.24293) 11272 : 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-07T14:31:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:29 smithi022 bash[28554]: cluster 2023-12-07T14:31:28.872089+0000 mgr.a (mgr.24293) 11272 : 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-07T14:31:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:29 smithi044 bash[32620]: cluster 2023-12-07T14:31:28.872089+0000 mgr.a (mgr.24293) 11272 : 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-07T14:31:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:31 smithi044 bash[32620]: cluster 2023-12-07T14:31:30.873102+0000 mgr.a (mgr.24293) 11273 : cluster 0 pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:31 smithi022 bash[28554]: cluster 2023-12-07T14:31:30.873102+0000 mgr.a (mgr.24293) 11273 : cluster 0 pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:31 smithi027 bash[31536]: cluster 2023-12-07T14:31:30.873102+0000 mgr.a (mgr.24293) 11273 : cluster 0 pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:33.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:33.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:33.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:34.363 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:34.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:34.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:34.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:34.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:33 smithi044 bash[32620]: cluster 2023-12-07T14:31:32.873719+0000 mgr.a (mgr.24293) 11274 : cluster 0 pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:33 smithi022 bash[28554]: cluster 2023-12-07T14:31:32.873719+0000 mgr.a (mgr.24293) 11274 : cluster 0 pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:33 smithi027 bash[31536]: cluster 2023-12-07T14:31:32.873719+0000 mgr.a (mgr.24293) 11274 : cluster 0 pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:34 smithi022 bash[28554]: audit 2023-12-07T14:31:33.849859+0000 mgr.a (mgr.24293) 11275 : audit 0 from='client.228849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:34 smithi044 bash[32620]: audit 2023-12-07T14:31:33.849859+0000 mgr.a (mgr.24293) 11275 : audit 0 from='client.228849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:34 smithi027 bash[31536]: audit 2023-12-07T14:31:33.849859+0000 mgr.a (mgr.24293) 11275 : audit 0 from='client.228849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:35 smithi044 bash[32620]: cluster 2023-12-07T14:31:34.874447+0000 mgr.a (mgr.24293) 11276 : cluster 0 pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:35 smithi022 bash[28554]: cluster 2023-12-07T14:31:34.874447+0000 mgr.a (mgr.24293) 11276 : cluster 0 pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:35 smithi027 bash[31536]: cluster 2023-12-07T14:31:34.874447+0000 mgr.a (mgr.24293) 11276 : cluster 0 pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:37 smithi044 bash[32620]: cluster 2023-12-07T14:31:36.875289+0000 mgr.a (mgr.24293) 11277 : cluster 0 pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:37 smithi022 bash[28554]: cluster 2023-12-07T14:31:36.875289+0000 mgr.a (mgr.24293) 11277 : cluster 0 pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:37 smithi027 bash[31536]: cluster 2023-12-07T14:31:36.875289+0000 mgr.a (mgr.24293) 11277 : cluster 0 pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:39.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:39.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:39.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:39 smithi044 bash[32620]: cluster 2023-12-07T14:31:38.876014+0000 mgr.a (mgr.24293) 11278 : cluster 0 pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:39 smithi022 bash[28554]: cluster 2023-12-07T14:31:38.876014+0000 mgr.a (mgr.24293) 11278 : cluster 0 pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:39 smithi027 bash[31536]: cluster 2023-12-07T14:31:38.876014+0000 mgr.a (mgr.24293) 11278 : cluster 0 pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:40.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:40.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:40.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:40.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:40.300 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:40 smithi022 bash[28554]: audit 2023-12-07T14:31:39.776698+0000 mgr.a (mgr.24293) 11279 : audit 0 from='client.228924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:40 smithi044 bash[32620]: audit 2023-12-07T14:31:39.776698+0000 mgr.a (mgr.24293) 11279 : audit 0 from='client.228924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:40 smithi027 bash[31536]: audit 2023-12-07T14:31:39.776698+0000 mgr.a (mgr.24293) 11279 : audit 0 from='client.228924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:41 smithi022 bash[28554]: cluster 2023-12-07T14:31:40.876992+0000 mgr.a (mgr.24293) 11280 : cluster 0 pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:41 smithi044 bash[32620]: cluster 2023-12-07T14:31:40.876992+0000 mgr.a (mgr.24293) 11280 : cluster 0 pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:41 smithi027 bash[31536]: cluster 2023-12-07T14:31:40.876992+0000 mgr.a (mgr.24293) 11280 : cluster 0 pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:43 smithi027 bash[31536]: cluster 2023-12-07T14:31:42.877711+0000 mgr.a (mgr.24293) 11281 : cluster 0 pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:43 smithi044 bash[32620]: cluster 2023-12-07T14:31:42.877711+0000 mgr.a (mgr.24293) 11281 : cluster 0 pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:43 smithi022 bash[28554]: cluster 2023-12-07T14:31:42.877711+0000 mgr.a (mgr.24293) 11281 : cluster 0 pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:45.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:45.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:45.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:45 smithi027 bash[31536]: cluster 2023-12-07T14:31:44.878471+0000 mgr.a (mgr.24293) 11282 : cluster 0 pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:46.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:46.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:46.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:46.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:46.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:45 smithi022 bash[28554]: cluster 2023-12-07T14:31:44.878471+0000 mgr.a (mgr.24293) 11282 : cluster 0 pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:45 smithi044 bash[32620]: cluster 2023-12-07T14:31:44.878471+0000 mgr.a (mgr.24293) 11282 : cluster 0 pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:46 smithi027 bash[31536]: audit 2023-12-07T14:31:45.713775+0000 mgr.a (mgr.24293) 11283 : audit 0 from='client.228999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:46 smithi044 bash[32620]: audit 2023-12-07T14:31:45.713775+0000 mgr.a (mgr.24293) 11283 : audit 0 from='client.228999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:46 smithi022 bash[28554]: audit 2023-12-07T14:31:45.713775+0000 mgr.a (mgr.24293) 11283 : audit 0 from='client.228999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:47 smithi027 bash[31536]: cluster 2023-12-07T14:31:46.879771+0000 mgr.a (mgr.24293) 11284 : cluster 0 pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:47 smithi022 bash[28554]: cluster 2023-12-07T14:31:46.879771+0000 mgr.a (mgr.24293) 11284 : cluster 0 pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:47 smithi044 bash[32620]: cluster 2023-12-07T14:31:46.879771+0000 mgr.a (mgr.24293) 11284 : cluster 0 pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:49 smithi022 bash[28554]: cluster 2023-12-07T14:31:48.880409+0000 mgr.a (mgr.24293) 11285 : cluster 0 pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:49 smithi044 bash[32620]: cluster 2023-12-07T14:31:48.880409+0000 mgr.a (mgr.24293) 11285 : cluster 0 pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:49 smithi027 bash[31536]: cluster 2023-12-07T14:31:48.880409+0000 mgr.a (mgr.24293) 11285 : cluster 0 pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:51.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:51.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:51.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:52.195 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:52.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:52.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:52.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:52.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:51 smithi027 bash[31536]: cluster 2023-12-07T14:31:50.881307+0000 mgr.a (mgr.24293) 11286 : cluster 0 pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:51 smithi044 bash[32620]: cluster 2023-12-07T14:31:50.881307+0000 mgr.a (mgr.24293) 11286 : cluster 0 pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:51 smithi022 bash[28554]: cluster 2023-12-07T14:31:50.881307+0000 mgr.a (mgr.24293) 11286 : cluster 0 pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:52 smithi027 bash[31536]: audit 2023-12-07T14:31:51.655455+0000 mgr.a (mgr.24293) 11287 : audit 0 from='client.229068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:52 smithi022 bash[28554]: audit 2023-12-07T14:31:51.655455+0000 mgr.a (mgr.24293) 11287 : audit 0 from='client.229068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:52 smithi044 bash[32620]: audit 2023-12-07T14:31:51.655455+0000 mgr.a (mgr.24293) 11287 : audit 0 from='client.229068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:53 smithi027 bash[31536]: cluster 2023-12-07T14:31:52.882086+0000 mgr.a (mgr.24293) 11288 : cluster 0 pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:53 smithi022 bash[28554]: cluster 2023-12-07T14:31:52.882086+0000 mgr.a (mgr.24293) 11288 : cluster 0 pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:53 smithi044 bash[32620]: cluster 2023-12-07T14:31:52.882086+0000 mgr.a (mgr.24293) 11288 : cluster 0 pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:55 smithi044 bash[32620]: cluster 2023-12-07T14:31:54.882660+0000 mgr.a (mgr.24293) 11289 : cluster 0 pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:55 smithi022 bash[28554]: cluster 2023-12-07T14:31:54.882660+0000 mgr.a (mgr.24293) 11289 : cluster 0 pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:56.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:55 smithi027 bash[31536]: cluster 2023-12-07T14:31:54.882660+0000 mgr.a (mgr.24293) 11289 : cluster 0 pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:57.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:31:57.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:57.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:58.149 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:31:58.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:58.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:58.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:58.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:31:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:57 smithi044 bash[32620]: cluster 2023-12-07T14:31:56.883517+0000 mgr.a (mgr.24293) 11290 : cluster 0 pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:58.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:57 smithi022 bash[28554]: cluster 2023-12-07T14:31:56.883517+0000 mgr.a (mgr.24293) 11290 : cluster 0 pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:58.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:57 smithi027 bash[31536]: cluster 2023-12-07T14:31:56.883517+0000 mgr.a (mgr.24293) 11290 : cluster 0 pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:58 smithi022 bash[28554]: audit 2023-12-07T14:31:57.608989+0000 mgr.a (mgr.24293) 11291 : audit 0 from='client.229146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:58 smithi044 bash[32620]: audit 2023-12-07T14:31:57.608989+0000 mgr.a (mgr.24293) 11291 : audit 0 from='client.229146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:58 smithi027 bash[31536]: audit 2023-12-07T14:31:57.608989+0000 mgr.a (mgr.24293) 11291 : audit 0 from='client.229146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:31:59 smithi022 bash[28554]: cluster 2023-12-07T14:31:58.884283+0000 mgr.a (mgr.24293) 11292 : 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-07T14:32:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:31:59 smithi044 bash[32620]: cluster 2023-12-07T14:31:58.884283+0000 mgr.a (mgr.24293) 11292 : 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-07T14:32:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:31:59 smithi027 bash[31536]: cluster 2023-12-07T14:31:58.884283+0000 mgr.a (mgr.24293) 11292 : 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-07T14:32:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:01 smithi044 bash[32620]: cluster 2023-12-07T14:32:00.885108+0000 mgr.a (mgr.24293) 11293 : 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-07T14:32:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:01 smithi022 bash[28554]: cluster 2023-12-07T14:32:00.885108+0000 mgr.a (mgr.24293) 11293 : 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-07T14:32:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:01 smithi027 bash[31536]: cluster 2023-12-07T14:32:00.885108+0000 mgr.a (mgr.24293) 11293 : 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-07T14:32:03.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:03.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:03.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:04.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:04.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:04.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:04.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:04.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:03 smithi044 bash[32620]: cluster 2023-12-07T14:32:02.885709+0000 mgr.a (mgr.24293) 11294 : 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-07T14:32:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:03 smithi022 bash[28554]: cluster 2023-12-07T14:32:02.885709+0000 mgr.a (mgr.24293) 11294 : 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-07T14:32:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:03 smithi027 bash[31536]: cluster 2023-12-07T14:32:02.885709+0000 mgr.a (mgr.24293) 11294 : 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-07T14:32:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:04 smithi022 bash[28554]: audit 2023-12-07T14:32:03.563968+0000 mgr.a (mgr.24293) 11295 : audit 0 from='client.229224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:04 smithi044 bash[32620]: audit 2023-12-07T14:32:03.563968+0000 mgr.a (mgr.24293) 11295 : audit 0 from='client.229224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:04 smithi027 bash[31536]: audit 2023-12-07T14:32:03.563968+0000 mgr.a (mgr.24293) 11295 : audit 0 from='client.229224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:05 smithi022 bash[28554]: cluster 2023-12-07T14:32:04.886464+0000 mgr.a (mgr.24293) 11296 : 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-07T14:32:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:05 smithi044 bash[32620]: cluster 2023-12-07T14:32:04.886464+0000 mgr.a (mgr.24293) 11296 : 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-07T14:32:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:05 smithi027 bash[31536]: cluster 2023-12-07T14:32:04.886464+0000 mgr.a (mgr.24293) 11296 : 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-07T14:32:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:07 smithi022 bash[28554]: cluster 2023-12-07T14:32:06.887494+0000 mgr.a (mgr.24293) 11297 : cluster 0 pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:07 smithi044 bash[32620]: cluster 2023-12-07T14:32:06.887494+0000 mgr.a (mgr.24293) 11297 : cluster 0 pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:07 smithi027 bash[31536]: cluster 2023-12-07T14:32:06.887494+0000 mgr.a (mgr.24293) 11297 : cluster 0 pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:09.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:09.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:09.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:09 smithi022 bash[28554]: cluster 2023-12-07T14:32:08.888259+0000 mgr.a (mgr.24293) 11298 : cluster 0 pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:09 smithi044 bash[32620]: cluster 2023-12-07T14:32:08.888259+0000 mgr.a (mgr.24293) 11298 : cluster 0 pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:09 smithi027 bash[31536]: cluster 2023-12-07T14:32:08.888259+0000 mgr.a (mgr.24293) 11298 : cluster 0 pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:10.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:10.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:10.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:10.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:10.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:10 smithi022 bash[28554]: audit 2023-12-07T14:32:09.508698+0000 mgr.a (mgr.24293) 11299 : audit 0 from='client.229302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:10 smithi044 bash[32620]: audit 2023-12-07T14:32:09.508698+0000 mgr.a (mgr.24293) 11299 : audit 0 from='client.229302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:10 smithi027 bash[31536]: audit 2023-12-07T14:32:09.508698+0000 mgr.a (mgr.24293) 11299 : audit 0 from='client.229302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:11 smithi022 bash[28554]: cluster 2023-12-07T14:32:10.889221+0000 mgr.a (mgr.24293) 11300 : cluster 0 pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:11 smithi044 bash[32620]: cluster 2023-12-07T14:32:10.889221+0000 mgr.a (mgr.24293) 11300 : cluster 0 pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:11 smithi027 bash[31536]: cluster 2023-12-07T14:32:10.889221+0000 mgr.a (mgr.24293) 11300 : cluster 0 pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:13 smithi027 bash[31536]: cluster 2023-12-07T14:32:12.889930+0000 mgr.a (mgr.24293) 11301 : cluster 0 pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:13 smithi022 bash[28554]: cluster 2023-12-07T14:32:12.889930+0000 mgr.a (mgr.24293) 11301 : cluster 0 pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:13 smithi044 bash[32620]: cluster 2023-12-07T14:32:12.889930+0000 mgr.a (mgr.24293) 11301 : cluster 0 pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:15.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:15.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:15.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:14 smithi022 bash[28554]: audit 2023-12-07T14:32:14.137425+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:32:15.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:14 smithi044 bash[32620]: audit 2023-12-07T14:32:14.137425+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:32:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:14 smithi027 bash[31536]: audit 2023-12-07T14:32:14.137425+0000 mon.a (mon.0) 2013 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:32:15.971 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:15.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:15.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:15.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:15.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:15 smithi022 bash[28554]: cluster 2023-12-07T14:32:14.890568+0000 mgr.a (mgr.24293) 11302 : cluster 0 pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:15 smithi044 bash[32620]: cluster 2023-12-07T14:32:14.890568+0000 mgr.a (mgr.24293) 11302 : cluster 0 pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:15 smithi027 bash[31536]: cluster 2023-12-07T14:32:14.890568+0000 mgr.a (mgr.24293) 11302 : cluster 0 pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:16 smithi022 bash[28554]: audit 2023-12-07T14:32:15.441846+0000 mgr.a (mgr.24293) 11303 : audit 0 from='client.229377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:16 smithi044 bash[32620]: audit 2023-12-07T14:32:15.441846+0000 mgr.a (mgr.24293) 11303 : audit 0 from='client.229377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:17.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:16 smithi027 bash[31536]: audit 2023-12-07T14:32:15.441846+0000 mgr.a (mgr.24293) 11303 : audit 0 from='client.229377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:17 smithi044 bash[32620]: cluster 2023-12-07T14:32:16.891780+0000 mgr.a (mgr.24293) 11304 : 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-07T14:32:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:17 smithi022 bash[28554]: cluster 2023-12-07T14:32:16.891780+0000 mgr.a (mgr.24293) 11304 : 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-07T14:32:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:17 smithi027 bash[31536]: cluster 2023-12-07T14:32:16.891780+0000 mgr.a (mgr.24293) 11304 : 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-07T14:32:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: cluster 2023-12-07T14:32:18.892380+0000 mgr.a (mgr.24293) 11305 : cluster 0 pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: audit 2023-12-07T14:32:19.486404+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: audit 2023-12-07T14:32:19.492361+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: audit 2023-12-07T14:32:19.538549+0000 mon.a (mon.0) 2016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: audit 2023-12-07T14:32:19.543577+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: audit 2023-12-07T14:32:19.547491+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:19 smithi022 bash[28554]: audit 2023-12-07T14:32:19.550474+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: cluster 2023-12-07T14:32:18.892380+0000 mgr.a (mgr.24293) 11305 : cluster 0 pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: audit 2023-12-07T14:32:19.486404+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: audit 2023-12-07T14:32:19.492361+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: audit 2023-12-07T14:32:19.538549+0000 mon.a (mon.0) 2016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: audit 2023-12-07T14:32:19.543577+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: audit 2023-12-07T14:32:19.547491+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:19 smithi044 bash[32620]: audit 2023-12-07T14:32:19.550474+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: cluster 2023-12-07T14:32:18.892380+0000 mgr.a (mgr.24293) 11305 : cluster 0 pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: audit 2023-12-07T14:32:19.486404+0000 mon.a (mon.0) 2014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: audit 2023-12-07T14:32:19.492361+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: audit 2023-12-07T14:32:19.538549+0000 mon.a (mon.0) 2016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: audit 2023-12-07T14:32:19.543577+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: audit 2023-12-07T14:32:19.547491+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:19 smithi027 bash[31536]: audit 2023-12-07T14:32:19.550474+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:20 smithi044 bash[32620]: audit 2023-12-07T14:32:20.236395+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:32:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:20 smithi044 bash[32620]: audit 2023-12-07T14:32:20.238530+0000 mon.a (mon.0) 2021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:32:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:20 smithi044 bash[32620]: audit 2023-12-07T14:32:20.249098+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:20 smithi022 bash[28554]: audit 2023-12-07T14:32:20.236395+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:32:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:20 smithi022 bash[28554]: audit 2023-12-07T14:32:20.238530+0000 mon.a (mon.0) 2021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:32:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:20 smithi022 bash[28554]: audit 2023-12-07T14:32:20.249098+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:20 smithi027 bash[31536]: audit 2023-12-07T14:32:20.236395+0000 mon.a (mon.0) 2020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:32:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:20 smithi027 bash[31536]: audit 2023-12-07T14:32:20.238530+0000 mon.a (mon.0) 2021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:32:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:20 smithi027 bash[31536]: audit 2023-12-07T14:32:20.249098+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:32:20.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:20.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:20.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:21 smithi022 bash[28554]: cluster 2023-12-07T14:32:20.893164+0000 mgr.a (mgr.24293) 11306 : cluster 0 pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:21 smithi044 bash[32620]: cluster 2023-12-07T14:32:20.893164+0000 mgr.a (mgr.24293) 11306 : cluster 0 pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:21.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:21.941 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:21 smithi027 bash[31536]: cluster 2023-12-07T14:32:20.893164+0000 mgr.a (mgr.24293) 11306 : cluster 0 pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:22 smithi022 bash[28554]: audit 2023-12-07T14:32:21.384068+0000 mgr.a (mgr.24293) 11307 : audit 0 from='client.191728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:22 smithi044 bash[32620]: audit 2023-12-07T14:32:21.384068+0000 mgr.a (mgr.24293) 11307 : audit 0 from='client.191728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:22 smithi027 bash[31536]: audit 2023-12-07T14:32:21.384068+0000 mgr.a (mgr.24293) 11307 : audit 0 from='client.191728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:23.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:23 smithi027 bash[31536]: cluster 2023-12-07T14:32:22.893908+0000 mgr.a (mgr.24293) 11308 : cluster 0 pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:23 smithi044 bash[32620]: cluster 2023-12-07T14:32:22.893908+0000 mgr.a (mgr.24293) 11308 : cluster 0 pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:24.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:23 smithi022 bash[28554]: cluster 2023-12-07T14:32:22.893908+0000 mgr.a (mgr.24293) 11308 : cluster 0 pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:25 smithi022 bash[28554]: cluster 2023-12-07T14:32:24.894444+0000 mgr.a (mgr.24293) 11309 : cluster 0 pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:25 smithi044 bash[32620]: cluster 2023-12-07T14:32:24.894444+0000 mgr.a (mgr.24293) 11309 : cluster 0 pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:25 smithi027 bash[31536]: cluster 2023-12-07T14:32:24.894444+0000 mgr.a (mgr.24293) 11309 : cluster 0 pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:26.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:26.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:26.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:27.856 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:27 smithi022 bash[28554]: cluster 2023-12-07T14:32:26.895281+0000 mgr.a (mgr.24293) 11310 : cluster 0 pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:27 smithi044 bash[32620]: cluster 2023-12-07T14:32:26.895281+0000 mgr.a (mgr.24293) 11310 : cluster 0 pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:27 smithi027 bash[31536]: cluster 2023-12-07T14:32:26.895281+0000 mgr.a (mgr.24293) 11310 : cluster 0 pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:28 smithi044 bash[32620]: audit 2023-12-07T14:32:27.352657+0000 mgr.a (mgr.24293) 11311 : audit 0 from='client.229530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:28 smithi022 bash[28554]: audit 2023-12-07T14:32:27.352657+0000 mgr.a (mgr.24293) 11311 : audit 0 from='client.229530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:28 smithi027 bash[31536]: audit 2023-12-07T14:32:27.352657+0000 mgr.a (mgr.24293) 11311 : audit 0 from='client.229530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:29 smithi022 bash[28554]: cluster 2023-12-07T14:32:28.895981+0000 mgr.a (mgr.24293) 11312 : 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-07T14:32:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:29 smithi044 bash[32620]: cluster 2023-12-07T14:32:28.895981+0000 mgr.a (mgr.24293) 11312 : 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-07T14:32:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:29 smithi027 bash[31536]: cluster 2023-12-07T14:32:28.895981+0000 mgr.a (mgr.24293) 11312 : 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-07T14:32:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:31 smithi022 bash[28554]: cluster 2023-12-07T14:32:30.896755+0000 mgr.a (mgr.24293) 11313 : 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-07T14:32:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:31 smithi044 bash[32620]: cluster 2023-12-07T14:32:30.896755+0000 mgr.a (mgr.24293) 11313 : 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-07T14:32:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:31 smithi027 bash[31536]: cluster 2023-12-07T14:32:30.896755+0000 mgr.a (mgr.24293) 11313 : 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-07T14:32:32.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:32.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:32.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:33.773 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:33.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:33.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:33.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:33.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:33 smithi022 bash[28554]: cluster 2023-12-07T14:32:32.897345+0000 mgr.a (mgr.24293) 11314 : 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-07T14:32:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:33 smithi044 bash[32620]: cluster 2023-12-07T14:32:32.897345+0000 mgr.a (mgr.24293) 11314 : 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-07T14:32:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:33 smithi027 bash[31536]: cluster 2023-12-07T14:32:32.897345+0000 mgr.a (mgr.24293) 11314 : 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-07T14:32:35.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:34 smithi022 bash[28554]: audit 2023-12-07T14:32:33.266041+0000 mgr.a (mgr.24293) 11315 : audit 0 from='client.229608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:35.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:34 smithi044 bash[32620]: audit 2023-12-07T14:32:33.266041+0000 mgr.a (mgr.24293) 11315 : audit 0 from='client.229608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:35.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:34 smithi027 bash[31536]: audit 2023-12-07T14:32:33.266041+0000 mgr.a (mgr.24293) 11315 : audit 0 from='client.229608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:35 smithi022 bash[28554]: cluster 2023-12-07T14:32:34.898154+0000 mgr.a (mgr.24293) 11316 : 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-07T14:32:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:35 smithi044 bash[32620]: cluster 2023-12-07T14:32:34.898154+0000 mgr.a (mgr.24293) 11316 : 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-07T14:32:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:35 smithi027 bash[31536]: cluster 2023-12-07T14:32:34.898154+0000 mgr.a (mgr.24293) 11316 : 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-07T14:32:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:37 smithi022 bash[28554]: cluster 2023-12-07T14:32:36.899057+0000 mgr.a (mgr.24293) 11317 : cluster 0 pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:37 smithi044 bash[32620]: cluster 2023-12-07T14:32:36.899057+0000 mgr.a (mgr.24293) 11317 : cluster 0 pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:37 smithi027 bash[31536]: cluster 2023-12-07T14:32:36.899057+0000 mgr.a (mgr.24293) 11317 : cluster 0 pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:38.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:38.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:38.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:39.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:39.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:39.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:39.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:39.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:39 smithi044 bash[32620]: cluster 2023-12-07T14:32:38.899447+0000 mgr.a (mgr.24293) 11318 : cluster 0 pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:39 smithi022 bash[28554]: cluster 2023-12-07T14:32:38.899447+0000 mgr.a (mgr.24293) 11318 : cluster 0 pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:39 smithi027 bash[31536]: cluster 2023-12-07T14:32:38.899447+0000 mgr.a (mgr.24293) 11318 : cluster 0 pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:40 smithi022 bash[28554]: audit 2023-12-07T14:32:39.189052+0000 mgr.a (mgr.24293) 11319 : audit 0 from='client.229677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:40 smithi044 bash[32620]: audit 2023-12-07T14:32:39.189052+0000 mgr.a (mgr.24293) 11319 : audit 0 from='client.229677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:40 smithi027 bash[31536]: audit 2023-12-07T14:32:39.189052+0000 mgr.a (mgr.24293) 11319 : audit 0 from='client.229677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:41 smithi022 bash[28554]: cluster 2023-12-07T14:32:40.900287+0000 mgr.a (mgr.24293) 11320 : cluster 0 pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:41 smithi044 bash[32620]: cluster 2023-12-07T14:32:40.900287+0000 mgr.a (mgr.24293) 11320 : cluster 0 pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:41 smithi027 bash[31536]: cluster 2023-12-07T14:32:40.900287+0000 mgr.a (mgr.24293) 11320 : cluster 0 pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:32:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:43 smithi022 bash[28554]: cluster 2023-12-07T14:32:42.900894+0000 mgr.a (mgr.24293) 11321 : cluster 0 pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:43 smithi044 bash[32620]: cluster 2023-12-07T14:32:42.900894+0000 mgr.a (mgr.24293) 11321 : cluster 0 pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:43 smithi027 bash[31536]: cluster 2023-12-07T14:32:42.900894+0000 mgr.a (mgr.24293) 11321 : cluster 0 pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:44.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:44.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:44.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:45.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:45.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:45.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:45.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:45.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:45 smithi022 bash[28554]: cluster 2023-12-07T14:32:44.901457+0000 mgr.a (mgr.24293) 11322 : cluster 0 pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:45 smithi022 bash[28554]: audit 2023-12-07T14:32:45.100775+0000 mgr.a (mgr.24293) 11323 : audit 0 from='client.229752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:45 smithi044 bash[32620]: cluster 2023-12-07T14:32:44.901457+0000 mgr.a (mgr.24293) 11322 : cluster 0 pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:45 smithi044 bash[32620]: audit 2023-12-07T14:32:45.100775+0000 mgr.a (mgr.24293) 11323 : audit 0 from='client.229752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:45 smithi027 bash[31536]: cluster 2023-12-07T14:32:44.901457+0000 mgr.a (mgr.24293) 11322 : cluster 0 pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:45 smithi027 bash[31536]: audit 2023-12-07T14:32:45.100775+0000 mgr.a (mgr.24293) 11323 : audit 0 from='client.229752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:47 smithi044 bash[32620]: cluster 2023-12-07T14:32:46.902467+0000 mgr.a (mgr.24293) 11324 : cluster 0 pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:32:48.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:47 smithi022 bash[28554]: cluster 2023-12-07T14:32:46.902467+0000 mgr.a (mgr.24293) 11324 : cluster 0 pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:32:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:47 smithi027 bash[31536]: cluster 2023-12-07T14:32:46.902467+0000 mgr.a (mgr.24293) 11324 : cluster 0 pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:32:49.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:49 smithi022 bash[28554]: cluster 2023-12-07T14:32:48.903057+0000 mgr.a (mgr.24293) 11325 : 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-07T14:32:49.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:49 smithi044 bash[32620]: cluster 2023-12-07T14:32:48.903057+0000 mgr.a (mgr.24293) 11325 : 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-07T14:32:49.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:49 smithi027 bash[31536]: cluster 2023-12-07T14:32:48.903057+0000 mgr.a (mgr.24293) 11325 : 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-07T14:32:50.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:50.642 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:50.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:51.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:51.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:51.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:51.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:51.603 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:51 smithi022 bash[28554]: cluster 2023-12-07T14:32:50.903858+0000 mgr.a (mgr.24293) 11326 : cluster 0 pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:51 smithi022 bash[28554]: audit 2023-12-07T14:32:51.057268+0000 mgr.a (mgr.24293) 11327 : audit 0 from='client.229827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:51 smithi044 bash[32620]: cluster 2023-12-07T14:32:50.903858+0000 mgr.a (mgr.24293) 11326 : cluster 0 pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:51 smithi044 bash[32620]: audit 2023-12-07T14:32:51.057268+0000 mgr.a (mgr.24293) 11327 : audit 0 from='client.229827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:51 smithi027 bash[31536]: cluster 2023-12-07T14:32:50.903858+0000 mgr.a (mgr.24293) 11326 : cluster 0 pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:51 smithi027 bash[31536]: audit 2023-12-07T14:32:51.057268+0000 mgr.a (mgr.24293) 11327 : audit 0 from='client.229827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:53 smithi022 bash[28554]: cluster 2023-12-07T14:32:52.904536+0000 mgr.a (mgr.24293) 11328 : cluster 0 pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:53 smithi044 bash[32620]: cluster 2023-12-07T14:32:52.904536+0000 mgr.a (mgr.24293) 11328 : cluster 0 pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:53 smithi027 bash[31536]: cluster 2023-12-07T14:32:52.904536+0000 mgr.a (mgr.24293) 11328 : cluster 0 pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:55 smithi022 bash[28554]: cluster 2023-12-07T14:32:54.905086+0000 mgr.a (mgr.24293) 11329 : cluster 0 pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:55 smithi044 bash[32620]: cluster 2023-12-07T14:32:54.905086+0000 mgr.a (mgr.24293) 11329 : cluster 0 pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:55 smithi027 bash[31536]: cluster 2023-12-07T14:32:54.905086+0000 mgr.a (mgr.24293) 11329 : cluster 0 pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:32:56.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:32:56.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:56.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:57.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:32:57.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:57.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:57.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:57.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:32:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:57 smithi022 bash[28554]: cluster 2023-12-07T14:32:56.905900+0000 mgr.a (mgr.24293) 11330 : cluster 0 pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:57 smithi022 bash[28554]: audit 2023-12-07T14:32:57.017219+0000 mgr.a (mgr.24293) 11331 : audit 0 from='client.229905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:57 smithi044 bash[32620]: cluster 2023-12-07T14:32:56.905900+0000 mgr.a (mgr.24293) 11330 : cluster 0 pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:57 smithi044 bash[32620]: audit 2023-12-07T14:32:57.017219+0000 mgr.a (mgr.24293) 11331 : audit 0 from='client.229905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:57 smithi027 bash[31536]: cluster 2023-12-07T14:32:56.905900+0000 mgr.a (mgr.24293) 11330 : cluster 0 pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:32:58.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:57 smithi027 bash[31536]: audit 2023-12-07T14:32:57.017219+0000 mgr.a (mgr.24293) 11331 : audit 0 from='client.229905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:32:59 smithi022 bash[28554]: cluster 2023-12-07T14:32:58.906564+0000 mgr.a (mgr.24293) 11332 : cluster 0 pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:32:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:32:59 smithi044 bash[32620]: cluster 2023-12-07T14:32:58.906564+0000 mgr.a (mgr.24293) 11332 : cluster 0 pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:32:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:32:59 smithi027 bash[31536]: cluster 2023-12-07T14:32:58.906564+0000 mgr.a (mgr.24293) 11332 : cluster 0 pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:33:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:01 smithi022 bash[28554]: cluster 2023-12-07T14:33:00.907395+0000 mgr.a (mgr.24293) 11333 : cluster 0 pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:33:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:01 smithi044 bash[32620]: cluster 2023-12-07T14:33:00.907395+0000 mgr.a (mgr.24293) 11333 : cluster 0 pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:33:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:01 smithi027 bash[31536]: cluster 2023-12-07T14:33:00.907395+0000 mgr.a (mgr.24293) 11333 : cluster 0 pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:33:02.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:02.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:02.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:03.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:03.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:03.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:03.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:03.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:03 smithi022 bash[28554]: cluster 2023-12-07T14:33:02.907787+0000 mgr.a (mgr.24293) 11334 : 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-07T14:33:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:03 smithi022 bash[28554]: audit 2023-12-07T14:33:02.924095+0000 mgr.a (mgr.24293) 11335 : audit 0 from='client.229977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:03 smithi044 bash[32620]: cluster 2023-12-07T14:33:02.907787+0000 mgr.a (mgr.24293) 11334 : 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-07T14:33:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:03 smithi044 bash[32620]: audit 2023-12-07T14:33:02.924095+0000 mgr.a (mgr.24293) 11335 : audit 0 from='client.229977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:03 smithi027 bash[31536]: cluster 2023-12-07T14:33:02.907787+0000 mgr.a (mgr.24293) 11334 : 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-07T14:33:04.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:03 smithi027 bash[31536]: audit 2023-12-07T14:33:02.924095+0000 mgr.a (mgr.24293) 11335 : audit 0 from='client.229977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:05 smithi022 bash[28554]: cluster 2023-12-07T14:33:04.908383+0000 mgr.a (mgr.24293) 11336 : 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-07T14:33:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:05 smithi044 bash[32620]: cluster 2023-12-07T14:33:04.908383+0000 mgr.a (mgr.24293) 11336 : 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-07T14:33:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:05 smithi027 bash[31536]: cluster 2023-12-07T14:33:04.908383+0000 mgr.a (mgr.24293) 11336 : 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-07T14:33:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:07 smithi022 bash[28554]: cluster 2023-12-07T14:33:06.909190+0000 mgr.a (mgr.24293) 11337 : 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-07T14:33:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:07 smithi044 bash[32620]: cluster 2023-12-07T14:33:06.909190+0000 mgr.a (mgr.24293) 11337 : 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-07T14:33:08.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:08.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:08.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:07 smithi027 bash[31536]: cluster 2023-12-07T14:33:06.909190+0000 mgr.a (mgr.24293) 11337 : 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-07T14:33:09.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:09.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:09.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:09.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:09.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:09 smithi027 bash[31536]: audit 2023-12-07T14:33:08.846387+0000 mgr.a (mgr.24293) 11338 : audit 0 from='client.230052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:09 smithi027 bash[31536]: cluster 2023-12-07T14:33:08.909728+0000 mgr.a (mgr.24293) 11339 : 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-07T14:33:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:09 smithi022 bash[28554]: audit 2023-12-07T14:33:08.846387+0000 mgr.a (mgr.24293) 11338 : audit 0 from='client.230052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:09 smithi022 bash[28554]: cluster 2023-12-07T14:33:08.909728+0000 mgr.a (mgr.24293) 11339 : 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-07T14:33:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:09 smithi044 bash[32620]: audit 2023-12-07T14:33:08.846387+0000 mgr.a (mgr.24293) 11338 : audit 0 from='client.230052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:09 smithi044 bash[32620]: cluster 2023-12-07T14:33:08.909728+0000 mgr.a (mgr.24293) 11339 : 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-07T14:33:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:11 smithi022 bash[28554]: cluster 2023-12-07T14:33:10.910614+0000 mgr.a (mgr.24293) 11340 : cluster 0 pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:11 smithi044 bash[32620]: cluster 2023-12-07T14:33:10.910614+0000 mgr.a (mgr.24293) 11340 : cluster 0 pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:11 smithi027 bash[31536]: cluster 2023-12-07T14:33:10.910614+0000 mgr.a (mgr.24293) 11340 : cluster 0 pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:14.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:14.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:14.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:13 smithi022 bash[28554]: cluster 2023-12-07T14:33:12.911197+0000 mgr.a (mgr.24293) 11341 : cluster 0 pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:13 smithi044 bash[32620]: cluster 2023-12-07T14:33:12.911197+0000 mgr.a (mgr.24293) 11341 : cluster 0 pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:13 smithi027 bash[31536]: cluster 2023-12-07T14:33:12.911197+0000 mgr.a (mgr.24293) 11341 : cluster 0 pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:15.287 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:15.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:15.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:15.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:15.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:15 smithi022 bash[28554]: audit 2023-12-07T14:33:14.765516+0000 mgr.a (mgr.24293) 11342 : audit 0 from='client.230127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:15 smithi022 bash[28554]: cluster 2023-12-07T14:33:14.916164+0000 mgr.a (mgr.24293) 11343 : cluster 0 pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:15 smithi044 bash[32620]: audit 2023-12-07T14:33:14.765516+0000 mgr.a (mgr.24293) 11342 : audit 0 from='client.230127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:15 smithi044 bash[32620]: cluster 2023-12-07T14:33:14.916164+0000 mgr.a (mgr.24293) 11343 : cluster 0 pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:15 smithi027 bash[31536]: audit 2023-12-07T14:33:14.765516+0000 mgr.a (mgr.24293) 11342 : audit 0 from='client.230127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:15 smithi027 bash[31536]: cluster 2023-12-07T14:33:14.916164+0000 mgr.a (mgr.24293) 11343 : cluster 0 pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:18.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:17 smithi044 bash[32620]: cluster 2023-12-07T14:33:16.917212+0000 mgr.a (mgr.24293) 11344 : cluster 0 pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:18.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:17 smithi022 bash[28554]: cluster 2023-12-07T14:33:16.917212+0000 mgr.a (mgr.24293) 11344 : cluster 0 pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:17 smithi027 bash[31536]: cluster 2023-12-07T14:33:16.917212+0000 mgr.a (mgr.24293) 11344 : cluster 0 pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:19 smithi027 bash[31536]: cluster 2023-12-07T14:33:18.917826+0000 mgr.a (mgr.24293) 11345 : cluster 0 pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:19 smithi044 bash[32620]: cluster 2023-12-07T14:33:18.917826+0000 mgr.a (mgr.24293) 11345 : cluster 0 pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:20.421 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:19 smithi022 bash[28554]: cluster 2023-12-07T14:33:18.917826+0000 mgr.a (mgr.24293) 11345 : cluster 0 pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:20.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:20.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:20.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:20 smithi027 bash[31536]: audit 2023-12-07T14:33:20.352213+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:33:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:20 smithi022 bash[28554]: audit 2023-12-07T14:33:20.352213+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:33:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:20 smithi044 bash[32620]: audit 2023-12-07T14:33:20.352213+0000 mon.a (mon.0) 2023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:33:21.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:21.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:21.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:21.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:21.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:21 smithi027 bash[31536]: audit 2023-12-07T14:33:20.694838+0000 mgr.a (mgr.24293) 11346 : audit 0 from='client.230202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:21 smithi027 bash[31536]: cluster 2023-12-07T14:33:20.918584+0000 mgr.a (mgr.24293) 11347 : 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-07T14:33:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:21 smithi027 bash[31536]: audit 2023-12-07T14:33:21.199649+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:33:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:21 smithi027 bash[31536]: audit 2023-12-07T14:33:21.201348+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:33:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:21 smithi027 bash[31536]: audit 2023-12-07T14:33:21.209581+0000 mon.a (mon.0) 2026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:33:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:21 smithi022 bash[28554]: audit 2023-12-07T14:33:20.694838+0000 mgr.a (mgr.24293) 11346 : audit 0 from='client.230202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:21 smithi022 bash[28554]: cluster 2023-12-07T14:33:20.918584+0000 mgr.a (mgr.24293) 11347 : 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-07T14:33:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:21 smithi022 bash[28554]: audit 2023-12-07T14:33:21.199649+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:33:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:21 smithi022 bash[28554]: audit 2023-12-07T14:33:21.201348+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:33:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:21 smithi022 bash[28554]: audit 2023-12-07T14:33:21.209581+0000 mon.a (mon.0) 2026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:33:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:21 smithi044 bash[32620]: audit 2023-12-07T14:33:20.694838+0000 mgr.a (mgr.24293) 11346 : audit 0 from='client.230202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:21 smithi044 bash[32620]: cluster 2023-12-07T14:33:20.918584+0000 mgr.a (mgr.24293) 11347 : 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-07T14:33:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:21 smithi044 bash[32620]: audit 2023-12-07T14:33:21.199649+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:33:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:21 smithi044 bash[32620]: audit 2023-12-07T14:33:21.201348+0000 mon.a (mon.0) 2025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:33:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:21 smithi044 bash[32620]: audit 2023-12-07T14:33:21.209581+0000 mon.a (mon.0) 2026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:33:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:23 smithi022 bash[28554]: cluster 2023-12-07T14:33:22.919233+0000 mgr.a (mgr.24293) 11348 : cluster 0 pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:23 smithi044 bash[32620]: cluster 2023-12-07T14:33:22.919233+0000 mgr.a (mgr.24293) 11348 : cluster 0 pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:23 smithi027 bash[31536]: cluster 2023-12-07T14:33:22.919233+0000 mgr.a (mgr.24293) 11348 : cluster 0 pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:26.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:26.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:26.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:25 smithi022 bash[28554]: cluster 2023-12-07T14:33:24.919833+0000 mgr.a (mgr.24293) 11349 : cluster 0 pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:25 smithi044 bash[32620]: cluster 2023-12-07T14:33:24.919833+0000 mgr.a (mgr.24293) 11349 : cluster 0 pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:25 smithi027 bash[31536]: cluster 2023-12-07T14:33:24.919833+0000 mgr.a (mgr.24293) 11349 : cluster 0 pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:27.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:27.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:27 smithi022 bash[28554]: audit 2023-12-07T14:33:26.660307+0000 mgr.a (mgr.24293) 11350 : audit 0 from='client.230277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:27 smithi022 bash[28554]: cluster 2023-12-07T14:33:26.920932+0000 mgr.a (mgr.24293) 11351 : cluster 0 pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:27 smithi044 bash[32620]: audit 2023-12-07T14:33:26.660307+0000 mgr.a (mgr.24293) 11350 : audit 0 from='client.230277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:27 smithi044 bash[32620]: cluster 2023-12-07T14:33:26.920932+0000 mgr.a (mgr.24293) 11351 : cluster 0 pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:27 smithi027 bash[31536]: audit 2023-12-07T14:33:26.660307+0000 mgr.a (mgr.24293) 11350 : audit 0 from='client.230277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:27 smithi027 bash[31536]: cluster 2023-12-07T14:33:26.920932+0000 mgr.a (mgr.24293) 11351 : cluster 0 pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:29 smithi027 bash[31536]: cluster 2023-12-07T14:33:28.921553+0000 mgr.a (mgr.24293) 11352 : cluster 0 pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:29 smithi044 bash[32620]: cluster 2023-12-07T14:33:28.921553+0000 mgr.a (mgr.24293) 11352 : cluster 0 pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:29 smithi022 bash[28554]: cluster 2023-12-07T14:33:28.921553+0000 mgr.a (mgr.24293) 11352 : cluster 0 pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:32.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:32.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:32.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:31 smithi022 bash[28554]: cluster 2023-12-07T14:33:30.922354+0000 mgr.a (mgr.24293) 11353 : cluster 0 pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:31 smithi044 bash[32620]: cluster 2023-12-07T14:33:30.922354+0000 mgr.a (mgr.24293) 11353 : cluster 0 pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:31 smithi027 bash[31536]: cluster 2023-12-07T14:33:30.922354+0000 mgr.a (mgr.24293) 11353 : cluster 0 pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:33.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:33.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:33.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:33.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:33.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:33 smithi022 bash[28554]: audit 2023-12-07T14:33:32.577389+0000 mgr.a (mgr.24293) 11354 : audit 0 from='client.230355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:33 smithi022 bash[28554]: cluster 2023-12-07T14:33:32.922882+0000 mgr.a (mgr.24293) 11355 : 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-07T14:33:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:33 smithi044 bash[32620]: audit 2023-12-07T14:33:32.577389+0000 mgr.a (mgr.24293) 11354 : audit 0 from='client.230355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:33 smithi044 bash[32620]: cluster 2023-12-07T14:33:32.922882+0000 mgr.a (mgr.24293) 11355 : 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-07T14:33:34.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:33 smithi027 bash[31536]: audit 2023-12-07T14:33:32.577389+0000 mgr.a (mgr.24293) 11354 : audit 0 from='client.230355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:34.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:33 smithi027 bash[31536]: cluster 2023-12-07T14:33:32.922882+0000 mgr.a (mgr.24293) 11355 : 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-07T14:33:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:35 smithi044 bash[32620]: cluster 2023-12-07T14:33:34.923689+0000 mgr.a (mgr.24293) 11356 : 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-07T14:33:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:35 smithi022 bash[28554]: cluster 2023-12-07T14:33:34.923689+0000 mgr.a (mgr.24293) 11356 : 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-07T14:33:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:35 smithi027 bash[31536]: cluster 2023-12-07T14:33:34.923689+0000 mgr.a (mgr.24293) 11356 : 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-07T14:33:38.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:38.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:38.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:37 smithi022 bash[28554]: cluster 2023-12-07T14:33:36.924705+0000 mgr.a (mgr.24293) 11357 : 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-07T14:33:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:37 smithi044 bash[32620]: cluster 2023-12-07T14:33:36.924705+0000 mgr.a (mgr.24293) 11357 : 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-07T14:33:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:37 smithi027 bash[31536]: cluster 2023-12-07T14:33:36.924705+0000 mgr.a (mgr.24293) 11357 : 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-07T14:33:39.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:39.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:39.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:39.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:39.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:39 smithi027 bash[31536]: audit 2023-12-07T14:33:38.508933+0000 mgr.a (mgr.24293) 11358 : audit 0 from='client.230430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:39 smithi027 bash[31536]: cluster 2023-12-07T14:33:38.925553+0000 mgr.a (mgr.24293) 11359 : 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-07T14:33:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:39 smithi022 bash[28554]: audit 2023-12-07T14:33:38.508933+0000 mgr.a (mgr.24293) 11358 : audit 0 from='client.230430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:39 smithi022 bash[28554]: cluster 2023-12-07T14:33:38.925553+0000 mgr.a (mgr.24293) 11359 : 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-07T14:33:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:39 smithi044 bash[32620]: audit 2023-12-07T14:33:38.508933+0000 mgr.a (mgr.24293) 11358 : audit 0 from='client.230430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:39 smithi044 bash[32620]: cluster 2023-12-07T14:33:38.925553+0000 mgr.a (mgr.24293) 11359 : 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-07T14:33:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:41 smithi022 bash[28554]: cluster 2023-12-07T14:33:40.926423+0000 mgr.a (mgr.24293) 11360 : cluster 0 pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:41 smithi044 bash[32620]: cluster 2023-12-07T14:33:40.926423+0000 mgr.a (mgr.24293) 11360 : cluster 0 pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:41 smithi027 bash[31536]: cluster 2023-12-07T14:33:40.926423+0000 mgr.a (mgr.24293) 11360 : cluster 0 pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:44.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:44.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:44.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:43 smithi022 bash[28554]: cluster 2023-12-07T14:33:42.926996+0000 mgr.a (mgr.24293) 11361 : cluster 0 pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:43 smithi044 bash[32620]: cluster 2023-12-07T14:33:42.926996+0000 mgr.a (mgr.24293) 11361 : cluster 0 pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:43 smithi027 bash[31536]: cluster 2023-12-07T14:33:42.926996+0000 mgr.a (mgr.24293) 11361 : cluster 0 pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:44.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:44.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:44.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:44.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:44.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:45 smithi022 bash[28554]: audit 2023-12-07T14:33:44.456607+0000 mgr.a (mgr.24293) 11362 : audit 0 from='client.230505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:45 smithi022 bash[28554]: cluster 2023-12-07T14:33:44.927547+0000 mgr.a (mgr.24293) 11363 : cluster 0 pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:45 smithi044 bash[32620]: audit 2023-12-07T14:33:44.456607+0000 mgr.a (mgr.24293) 11362 : audit 0 from='client.230505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:45 smithi044 bash[32620]: cluster 2023-12-07T14:33:44.927547+0000 mgr.a (mgr.24293) 11363 : cluster 0 pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:45 smithi027 bash[31536]: audit 2023-12-07T14:33:44.456607+0000 mgr.a (mgr.24293) 11362 : audit 0 from='client.230505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:45 smithi027 bash[31536]: cluster 2023-12-07T14:33:44.927547+0000 mgr.a (mgr.24293) 11363 : cluster 0 pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:47 smithi022 bash[28554]: cluster 2023-12-07T14:33:46.928514+0000 mgr.a (mgr.24293) 11364 : cluster 0 pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:47 smithi044 bash[32620]: cluster 2023-12-07T14:33:46.928514+0000 mgr.a (mgr.24293) 11364 : cluster 0 pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:47 smithi027 bash[31536]: cluster 2023-12-07T14:33:46.928514+0000 mgr.a (mgr.24293) 11364 : cluster 0 pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:33:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:49 smithi027 bash[31536]: cluster 2023-12-07T14:33:48.929120+0000 mgr.a (mgr.24293) 11365 : cluster 0 pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:49.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:49.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:49.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:49 smithi022 bash[28554]: cluster 2023-12-07T14:33:48.929120+0000 mgr.a (mgr.24293) 11365 : cluster 0 pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:49 smithi044 bash[32620]: cluster 2023-12-07T14:33:48.929120+0000 mgr.a (mgr.24293) 11365 : cluster 0 pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:50.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:50.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:50.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:50.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:50.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:51 smithi022 bash[28554]: audit 2023-12-07T14:33:50.387856+0000 mgr.a (mgr.24293) 11366 : audit 0 from='client.230583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:51 smithi022 bash[28554]: cluster 2023-12-07T14:33:50.930182+0000 mgr.a (mgr.24293) 11367 : 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-07T14:33:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:51 smithi044 bash[32620]: audit 2023-12-07T14:33:50.387856+0000 mgr.a (mgr.24293) 11366 : audit 0 from='client.230583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:51 smithi044 bash[32620]: cluster 2023-12-07T14:33:50.930182+0000 mgr.a (mgr.24293) 11367 : 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-07T14:33:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:51 smithi027 bash[31536]: audit 2023-12-07T14:33:50.387856+0000 mgr.a (mgr.24293) 11366 : audit 0 from='client.230583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:51 smithi027 bash[31536]: cluster 2023-12-07T14:33:50.930182+0000 mgr.a (mgr.24293) 11367 : 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-07T14:33:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:53 smithi022 bash[28554]: cluster 2023-12-07T14:33:52.930767+0000 mgr.a (mgr.24293) 11368 : cluster 0 pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:53 smithi044 bash[32620]: cluster 2023-12-07T14:33:52.930767+0000 mgr.a (mgr.24293) 11368 : cluster 0 pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:53 smithi027 bash[31536]: cluster 2023-12-07T14:33:52.930767+0000 mgr.a (mgr.24293) 11368 : cluster 0 pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:55.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:33:55.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:55.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:55 smithi022 bash[28554]: cluster 2023-12-07T14:33:54.931330+0000 mgr.a (mgr.24293) 11369 : cluster 0 pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:55 smithi044 bash[32620]: cluster 2023-12-07T14:33:54.931330+0000 mgr.a (mgr.24293) 11369 : cluster 0 pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:55 smithi027 bash[31536]: cluster 2023-12-07T14:33:54.931330+0000 mgr.a (mgr.24293) 11369 : cluster 0 pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:33:56.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:33:56.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:56.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:56.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:56.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:33:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:57 smithi022 bash[28554]: audit 2023-12-07T14:33:56.333190+0000 mgr.a (mgr.24293) 11370 : audit 0 from='client.230661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:57 smithi022 bash[28554]: cluster 2023-12-07T14:33:56.932473+0000 mgr.a (mgr.24293) 11371 : cluster 0 pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:58 smithi044 bash[32620]: audit 2023-12-07T14:33:56.333190+0000 mgr.a (mgr.24293) 11370 : audit 0 from='client.230661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:58 smithi044 bash[32620]: cluster 2023-12-07T14:33:56.932473+0000 mgr.a (mgr.24293) 11371 : cluster 0 pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:58 smithi027 bash[31536]: audit 2023-12-07T14:33:56.333190+0000 mgr.a (mgr.24293) 11370 : audit 0 from='client.230661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:58.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:58 smithi027 bash[31536]: cluster 2023-12-07T14:33:56.932473+0000 mgr.a (mgr.24293) 11371 : cluster 0 pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:33:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:33:59 smithi027 bash[31536]: cluster 2023-12-07T14:33:58.933086+0000 mgr.a (mgr.24293) 11372 : cluster 0 pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:33:59 smithi044 bash[32620]: cluster 2023-12-07T14:33:58.933086+0000 mgr.a (mgr.24293) 11372 : cluster 0 pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:00.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:33:59 smithi022 bash[28554]: cluster 2023-12-07T14:33:58.933086+0000 mgr.a (mgr.24293) 11372 : cluster 0 pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:01.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:01.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:01.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:01 smithi022 bash[28554]: cluster 2023-12-07T14:34:00.933847+0000 mgr.a (mgr.24293) 11373 : cluster 0 pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:01 smithi044 bash[32620]: cluster 2023-12-07T14:34:00.933847+0000 mgr.a (mgr.24293) 11373 : cluster 0 pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:01 smithi027 bash[31536]: cluster 2023-12-07T14:34:00.933847+0000 mgr.a (mgr.24293) 11373 : cluster 0 pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:02.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:02.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:03 smithi022 bash[28554]: audit 2023-12-07T14:34:02.254531+0000 mgr.a (mgr.24293) 11374 : audit 0 from='client.230739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:03 smithi022 bash[28554]: cluster 2023-12-07T14:34:02.934542+0000 mgr.a (mgr.24293) 11375 : 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-07T14:34:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:03 smithi044 bash[32620]: audit 2023-12-07T14:34:02.254531+0000 mgr.a (mgr.24293) 11374 : audit 0 from='client.230739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:03 smithi044 bash[32620]: cluster 2023-12-07T14:34:02.934542+0000 mgr.a (mgr.24293) 11375 : 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-07T14:34:04.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:03 smithi027 bash[31536]: audit 2023-12-07T14:34:02.254531+0000 mgr.a (mgr.24293) 11374 : audit 0 from='client.230739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:04.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:03 smithi027 bash[31536]: cluster 2023-12-07T14:34:02.934542+0000 mgr.a (mgr.24293) 11375 : 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-07T14:34:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:05 smithi022 bash[28554]: cluster 2023-12-07T14:34:04.935145+0000 mgr.a (mgr.24293) 11376 : 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-07T14:34:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:06 smithi044 bash[32620]: cluster 2023-12-07T14:34:04.935145+0000 mgr.a (mgr.24293) 11376 : 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-07T14:34:06.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:06 smithi027 bash[31536]: cluster 2023-12-07T14:34:04.935145+0000 mgr.a (mgr.24293) 11376 : 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-07T14:34:07.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:07.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:07.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:08 smithi022 bash[28554]: cluster 2023-12-07T14:34:06.935955+0000 mgr.a (mgr.24293) 11377 : 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-07T14:34:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:08 smithi044 bash[32620]: cluster 2023-12-07T14:34:06.935955+0000 mgr.a (mgr.24293) 11377 : 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-07T14:34:08.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:08 smithi027 bash[31536]: cluster 2023-12-07T14:34:06.935955+0000 mgr.a (mgr.24293) 11377 : 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-07T14:34:08.756 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:08.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:08.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:08.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:08.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:09 smithi022 bash[28554]: audit 2023-12-07T14:34:08.208501+0000 mgr.a (mgr.24293) 11378 : audit 0 from='client.230811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:09 smithi022 bash[28554]: cluster 2023-12-07T14:34:08.936576+0000 mgr.a (mgr.24293) 11379 : 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-07T14:34:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:09 smithi044 bash[32620]: audit 2023-12-07T14:34:08.208501+0000 mgr.a (mgr.24293) 11378 : audit 0 from='client.230811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:09 smithi044 bash[32620]: cluster 2023-12-07T14:34:08.936576+0000 mgr.a (mgr.24293) 11379 : 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-07T14:34:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:09 smithi027 bash[31536]: audit 2023-12-07T14:34:08.208501+0000 mgr.a (mgr.24293) 11378 : audit 0 from='client.230811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:09 smithi027 bash[31536]: cluster 2023-12-07T14:34:08.936576+0000 mgr.a (mgr.24293) 11379 : 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-07T14:34:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:11 smithi022 bash[28554]: cluster 2023-12-07T14:34:10.937367+0000 mgr.a (mgr.24293) 11380 : 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-07T14:34:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:11 smithi044 bash[32620]: cluster 2023-12-07T14:34:10.937367+0000 mgr.a (mgr.24293) 11380 : 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-07T14:34:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:11 smithi027 bash[31536]: cluster 2023-12-07T14:34:10.937367+0000 mgr.a (mgr.24293) 11380 : 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-07T14:34:13.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:13.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:13.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:13 smithi022 bash[28554]: cluster 2023-12-07T14:34:12.937947+0000 mgr.a (mgr.24293) 11381 : 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-07T14:34:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:13 smithi044 bash[32620]: cluster 2023-12-07T14:34:12.937947+0000 mgr.a (mgr.24293) 11381 : 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-07T14:34:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:14 smithi027 bash[31536]: cluster 2023-12-07T14:34:12.937947+0000 mgr.a (mgr.24293) 11381 : 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-07T14:34:14.699 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:14.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:14.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:14.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:14.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:15.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:15 smithi044 bash[32620]: audit 2023-12-07T14:34:14.159972+0000 mgr.a (mgr.24293) 11382 : audit 0 from='client.230886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:15 smithi022 bash[28554]: audit 2023-12-07T14:34:14.159972+0000 mgr.a (mgr.24293) 11382 : audit 0 from='client.230886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:15 smithi027 bash[31536]: audit 2023-12-07T14:34:14.159972+0000 mgr.a (mgr.24293) 11382 : audit 0 from='client.230886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:16 smithi022 bash[28554]: cluster 2023-12-07T14:34:14.938585+0000 mgr.a (mgr.24293) 11383 : 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-07T14:34:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:16 smithi044 bash[32620]: cluster 2023-12-07T14:34:14.938585+0000 mgr.a (mgr.24293) 11383 : 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-07T14:34:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:16 smithi027 bash[31536]: cluster 2023-12-07T14:34:14.938585+0000 mgr.a (mgr.24293) 11383 : 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-07T14:34:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:18 smithi044 bash[32620]: cluster 2023-12-07T14:34:16.939418+0000 mgr.a (mgr.24293) 11384 : cluster 0 pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:18 smithi022 bash[28554]: cluster 2023-12-07T14:34:16.939418+0000 mgr.a (mgr.24293) 11384 : cluster 0 pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:18 smithi027 bash[31536]: cluster 2023-12-07T14:34:16.939418+0000 mgr.a (mgr.24293) 11384 : cluster 0 pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:19.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:19.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:19.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:19 smithi022 bash[28554]: cluster 2023-12-07T14:34:18.939972+0000 mgr.a (mgr.24293) 11385 : cluster 0 pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:19 smithi044 bash[32620]: cluster 2023-12-07T14:34:18.939972+0000 mgr.a (mgr.24293) 11385 : cluster 0 pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:19 smithi027 bash[31536]: cluster 2023-12-07T14:34:18.939972+0000 mgr.a (mgr.24293) 11385 : cluster 0 pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:20.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:20.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:20.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:20.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:20.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:20 smithi044 bash[32620]: audit 2023-12-07T14:34:20.114068+0000 mgr.a (mgr.24293) 11386 : audit 0 from='client.230958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:20 smithi022 bash[28554]: audit 2023-12-07T14:34:20.114068+0000 mgr.a (mgr.24293) 11386 : audit 0 from='client.230958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:20 smithi027 bash[31536]: audit 2023-12-07T14:34:20.114068+0000 mgr.a (mgr.24293) 11386 : audit 0 from='client.230958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:21 smithi022 bash[28554]: cluster 2023-12-07T14:34:20.941001+0000 mgr.a (mgr.24293) 11387 : cluster 0 pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:34:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:21 smithi022 bash[28554]: audit 2023-12-07T14:34:21.313904+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:34:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:21 smithi044 bash[32620]: cluster 2023-12-07T14:34:20.941001+0000 mgr.a (mgr.24293) 11387 : cluster 0 pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:34:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:21 smithi044 bash[32620]: audit 2023-12-07T14:34:21.313904+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:34:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:21 smithi027 bash[31536]: cluster 2023-12-07T14:34:20.941001+0000 mgr.a (mgr.24293) 11387 : cluster 0 pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:34:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:21 smithi027 bash[31536]: audit 2023-12-07T14:34:21.313904+0000 mon.a (mon.0) 2027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:34:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:22 smithi044 bash[32620]: audit 2023-12-07T14:34:22.105783+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:34:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:22 smithi044 bash[32620]: audit 2023-12-07T14:34:22.107727+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:34:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:22 smithi044 bash[32620]: audit 2023-12-07T14:34:22.117858+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:34:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:22 smithi022 bash[28554]: audit 2023-12-07T14:34:22.105783+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:34:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:22 smithi022 bash[28554]: audit 2023-12-07T14:34:22.107727+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:34:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:22 smithi022 bash[28554]: audit 2023-12-07T14:34:22.117858+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:34:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:22 smithi027 bash[31536]: audit 2023-12-07T14:34:22.105783+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:34:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:22 smithi027 bash[31536]: audit 2023-12-07T14:34:22.107727+0000 mon.a (mon.0) 2029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:34:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:22 smithi027 bash[31536]: audit 2023-12-07T14:34:22.117858+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:34:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:23 smithi044 bash[32620]: cluster 2023-12-07T14:34:22.941604+0000 mgr.a (mgr.24293) 11388 : cluster 0 pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:34:24.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:23 smithi022 bash[28554]: cluster 2023-12-07T14:34:22.941604+0000 mgr.a (mgr.24293) 11388 : cluster 0 pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:34:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:23 smithi027 bash[31536]: cluster 2023-12-07T14:34:22.941604+0000 mgr.a (mgr.24293) 11388 : cluster 0 pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:34:25.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:25.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:25.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:25 smithi022 bash[28554]: cluster 2023-12-07T14:34:24.942222+0000 mgr.a (mgr.24293) 11389 : cluster 0 pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:34:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:25 smithi044 bash[32620]: cluster 2023-12-07T14:34:24.942222+0000 mgr.a (mgr.24293) 11389 : cluster 0 pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:34:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:25 smithi027 bash[31536]: cluster 2023-12-07T14:34:24.942222+0000 mgr.a (mgr.24293) 11389 : cluster 0 pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:34:26.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:26.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:26.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:26.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:26.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:27 smithi022 bash[28554]: audit 2023-12-07T14:34:26.070323+0000 mgr.a (mgr.24293) 11390 : audit 0 from='client.231036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:27 smithi044 bash[32620]: audit 2023-12-07T14:34:26.070323+0000 mgr.a (mgr.24293) 11390 : audit 0 from='client.231036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:27 smithi027 bash[31536]: audit 2023-12-07T14:34:26.070323+0000 mgr.a (mgr.24293) 11390 : audit 0 from='client.231036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:28 smithi044 bash[32620]: cluster 2023-12-07T14:34:26.943247+0000 mgr.a (mgr.24293) 11391 : 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-07T14:34:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:28 smithi022 bash[28554]: cluster 2023-12-07T14:34:26.943247+0000 mgr.a (mgr.24293) 11391 : 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-07T14:34:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:28 smithi027 bash[31536]: cluster 2023-12-07T14:34:26.943247+0000 mgr.a (mgr.24293) 11391 : 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-07T14:34:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:29 smithi022 bash[28554]: cluster 2023-12-07T14:34:28.943841+0000 mgr.a (mgr.24293) 11392 : cluster 0 pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:29 smithi044 bash[32620]: cluster 2023-12-07T14:34:28.943841+0000 mgr.a (mgr.24293) 11392 : cluster 0 pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:29 smithi027 bash[31536]: cluster 2023-12-07T14:34:28.943841+0000 mgr.a (mgr.24293) 11392 : cluster 0 pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:31.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:31.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:31.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:32 smithi022 bash[28554]: cluster 2023-12-07T14:34:30.944598+0000 mgr.a (mgr.24293) 11393 : cluster 0 pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:32 smithi044 bash[32620]: cluster 2023-12-07T14:34:30.944598+0000 mgr.a (mgr.24293) 11393 : cluster 0 pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:32 smithi027 bash[31536]: cluster 2023-12-07T14:34:30.944598+0000 mgr.a (mgr.24293) 11393 : cluster 0 pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:32.531 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:33 smithi022 bash[28554]: audit 2023-12-07T14:34:31.994232+0000 mgr.a (mgr.24293) 11394 : audit 0 from='client.231114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:33 smithi044 bash[32620]: audit 2023-12-07T14:34:31.994232+0000 mgr.a (mgr.24293) 11394 : audit 0 from='client.231114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:33 smithi027 bash[31536]: audit 2023-12-07T14:34:31.994232+0000 mgr.a (mgr.24293) 11394 : audit 0 from='client.231114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:34 smithi044 bash[32620]: cluster 2023-12-07T14:34:32.945502+0000 mgr.a (mgr.24293) 11395 : cluster 0 pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:34 smithi022 bash[28554]: cluster 2023-12-07T14:34:32.945502+0000 mgr.a (mgr.24293) 11395 : cluster 0 pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:34 smithi027 bash[31536]: cluster 2023-12-07T14:34:32.945502+0000 mgr.a (mgr.24293) 11395 : cluster 0 pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:36 smithi044 bash[32620]: cluster 2023-12-07T14:34:34.946128+0000 mgr.a (mgr.24293) 11396 : cluster 0 pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:36 smithi022 bash[28554]: cluster 2023-12-07T14:34:34.946128+0000 mgr.a (mgr.24293) 11396 : cluster 0 pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:36 smithi027 bash[31536]: cluster 2023-12-07T14:34:34.946128+0000 mgr.a (mgr.24293) 11396 : cluster 0 pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:37.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:37.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:37.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:38.021 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:38 smithi022 bash[28554]: cluster 2023-12-07T14:34:36.946889+0000 mgr.a (mgr.24293) 11397 : cluster 0 pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:34:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:38 smithi044 bash[32620]: cluster 2023-12-07T14:34:36.946889+0000 mgr.a (mgr.24293) 11397 : cluster 0 pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:34:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:38 smithi027 bash[31536]: cluster 2023-12-07T14:34:36.946889+0000 mgr.a (mgr.24293) 11397 : cluster 0 pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:34:38.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:38.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:38.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:39 smithi022 bash[28554]: audit 2023-12-07T14:34:37.942591+0000 mgr.a (mgr.24293) 11398 : audit 0 from='client.231192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:39 smithi044 bash[32620]: audit 2023-12-07T14:34:37.942591+0000 mgr.a (mgr.24293) 11398 : audit 0 from='client.231192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:39 smithi027 bash[31536]: audit 2023-12-07T14:34:37.942591+0000 mgr.a (mgr.24293) 11398 : audit 0 from='client.231192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:40 smithi022 bash[28554]: cluster 2023-12-07T14:34:38.947643+0000 mgr.a (mgr.24293) 11399 : 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-07T14:34:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:40 smithi044 bash[32620]: cluster 2023-12-07T14:34:38.947643+0000 mgr.a (mgr.24293) 11399 : 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-07T14:34:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:40 smithi027 bash[31536]: cluster 2023-12-07T14:34:38.947643+0000 mgr.a (mgr.24293) 11399 : 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-07T14:34:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:42 smithi022 bash[28554]: cluster 2023-12-07T14:34:40.948618+0000 mgr.a (mgr.24293) 11400 : 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-07T14:34:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:42 smithi044 bash[32620]: cluster 2023-12-07T14:34:40.948618+0000 mgr.a (mgr.24293) 11400 : 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-07T14:34:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:42 smithi027 bash[31536]: cluster 2023-12-07T14:34:40.948618+0000 mgr.a (mgr.24293) 11400 : 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-07T14:34:43.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:43.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:43.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:44.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:44.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:44.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:44.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:44.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:44 smithi022 bash[28554]: cluster 2023-12-07T14:34:42.949345+0000 mgr.a (mgr.24293) 11401 : 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-07T14:34:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:44 smithi044 bash[32620]: cluster 2023-12-07T14:34:42.949345+0000 mgr.a (mgr.24293) 11401 : 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-07T14:34:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:44 smithi027 bash[31536]: cluster 2023-12-07T14:34:42.949345+0000 mgr.a (mgr.24293) 11401 : 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-07T14:34:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:45 smithi044 bash[32620]: audit 2023-12-07T14:34:43.877403+0000 mgr.a (mgr.24293) 11402 : audit 0 from='client.231267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:45 smithi022 bash[28554]: audit 2023-12-07T14:34:43.877403+0000 mgr.a (mgr.24293) 11402 : audit 0 from='client.231267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:45 smithi027 bash[31536]: audit 2023-12-07T14:34:43.877403+0000 mgr.a (mgr.24293) 11402 : audit 0 from='client.231267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:46 smithi044 bash[32620]: cluster 2023-12-07T14:34:44.950130+0000 mgr.a (mgr.24293) 11403 : 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-07T14:34:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:46 smithi022 bash[28554]: cluster 2023-12-07T14:34:44.950130+0000 mgr.a (mgr.24293) 11403 : 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-07T14:34:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:46 smithi027 bash[31536]: cluster 2023-12-07T14:34:44.950130+0000 mgr.a (mgr.24293) 11403 : 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-07T14:34:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:48 smithi022 bash[28554]: cluster 2023-12-07T14:34:46.951144+0000 mgr.a (mgr.24293) 11404 : cluster 0 pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:48 smithi044 bash[32620]: cluster 2023-12-07T14:34:46.951144+0000 mgr.a (mgr.24293) 11404 : cluster 0 pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:48 smithi027 bash[31536]: cluster 2023-12-07T14:34:46.951144+0000 mgr.a (mgr.24293) 11404 : cluster 0 pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:49.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:49.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:49.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:49 smithi022 bash[28554]: cluster 2023-12-07T14:34:48.951908+0000 mgr.a (mgr.24293) 11405 : cluster 0 pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:49 smithi044 bash[32620]: cluster 2023-12-07T14:34:48.951908+0000 mgr.a (mgr.24293) 11405 : cluster 0 pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:49 smithi027 bash[31536]: cluster 2023-12-07T14:34:48.951908+0000 mgr.a (mgr.24293) 11405 : cluster 0 pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:50.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:50.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:50.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:50.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:50.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:50 smithi022 bash[28554]: audit 2023-12-07T14:34:49.828762+0000 mgr.a (mgr.24293) 11406 : audit 0 from='client.231345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:50 smithi044 bash[32620]: audit 2023-12-07T14:34:49.828762+0000 mgr.a (mgr.24293) 11406 : audit 0 from='client.231345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:50 smithi027 bash[31536]: audit 2023-12-07T14:34:49.828762+0000 mgr.a (mgr.24293) 11406 : audit 0 from='client.231345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:51 smithi022 bash[28554]: cluster 2023-12-07T14:34:50.952870+0000 mgr.a (mgr.24293) 11407 : cluster 0 pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:51 smithi044 bash[32620]: cluster 2023-12-07T14:34:50.952870+0000 mgr.a (mgr.24293) 11407 : cluster 0 pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:51 smithi027 bash[31536]: cluster 2023-12-07T14:34:50.952870+0000 mgr.a (mgr.24293) 11407 : cluster 0 pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:54 smithi044 bash[32620]: cluster 2023-12-07T14:34:52.953466+0000 mgr.a (mgr.24293) 11408 : cluster 0 pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:54 smithi022 bash[28554]: cluster 2023-12-07T14:34:52.953466+0000 mgr.a (mgr.24293) 11408 : cluster 0 pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:54 smithi027 bash[31536]: cluster 2023-12-07T14:34:52.953466+0000 mgr.a (mgr.24293) 11408 : cluster 0 pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:55.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:34:55.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:55.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:56.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:34:56.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:56.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:56.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:56.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:34:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:56 smithi022 bash[28554]: cluster 2023-12-07T14:34:54.954021+0000 mgr.a (mgr.24293) 11409 : cluster 0 pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:56 smithi044 bash[32620]: cluster 2023-12-07T14:34:54.954021+0000 mgr.a (mgr.24293) 11409 : cluster 0 pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:56 smithi027 bash[31536]: cluster 2023-12-07T14:34:54.954021+0000 mgr.a (mgr.24293) 11409 : cluster 0 pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:57.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:57 smithi022 bash[28554]: audit 2023-12-07T14:34:55.788189+0000 mgr.a (mgr.24293) 11410 : audit 0 from='client.231423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:57 smithi044 bash[32620]: audit 2023-12-07T14:34:55.788189+0000 mgr.a (mgr.24293) 11410 : audit 0 from='client.231423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:57.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:57 smithi027 bash[31536]: audit 2023-12-07T14:34:55.788189+0000 mgr.a (mgr.24293) 11410 : audit 0 from='client.231423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:58 smithi022 bash[28554]: cluster 2023-12-07T14:34:56.955106+0000 mgr.a (mgr.24293) 11411 : 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-07T14:34:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:58 smithi044 bash[32620]: cluster 2023-12-07T14:34:56.955106+0000 mgr.a (mgr.24293) 11411 : 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-07T14:34:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:58 smithi027 bash[31536]: cluster 2023-12-07T14:34:56.955106+0000 mgr.a (mgr.24293) 11411 : 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-07T14:35:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:34:59 smithi022 bash[28554]: cluster 2023-12-07T14:34:58.955734+0000 mgr.a (mgr.24293) 11412 : cluster 0 pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:34:59 smithi044 bash[32620]: cluster 2023-12-07T14:34:58.955734+0000 mgr.a (mgr.24293) 11412 : cluster 0 pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:34:59 smithi027 bash[31536]: cluster 2023-12-07T14:34:58.955734+0000 mgr.a (mgr.24293) 11412 : cluster 0 pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:01.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:01.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:01.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:02.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:02.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:02.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:02.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:02.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:02 smithi022 bash[28554]: cluster 2023-12-07T14:35:00.956505+0000 mgr.a (mgr.24293) 11413 : cluster 0 pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:02 smithi044 bash[32620]: cluster 2023-12-07T14:35:00.956505+0000 mgr.a (mgr.24293) 11413 : cluster 0 pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:02 smithi027 bash[31536]: cluster 2023-12-07T14:35:00.956505+0000 mgr.a (mgr.24293) 11413 : cluster 0 pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:03 smithi022 bash[28554]: audit 2023-12-07T14:35:01.740031+0000 mgr.a (mgr.24293) 11414 : audit 0 from='client.231498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:03 smithi044 bash[32620]: audit 2023-12-07T14:35:01.740031+0000 mgr.a (mgr.24293) 11414 : audit 0 from='client.231498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:03 smithi027 bash[31536]: audit 2023-12-07T14:35:01.740031+0000 mgr.a (mgr.24293) 11414 : audit 0 from='client.231498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:04 smithi022 bash[28554]: cluster 2023-12-07T14:35:02.957243+0000 mgr.a (mgr.24293) 11415 : cluster 0 pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:04 smithi044 bash[32620]: cluster 2023-12-07T14:35:02.957243+0000 mgr.a (mgr.24293) 11415 : cluster 0 pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:04 smithi027 bash[31536]: cluster 2023-12-07T14:35:02.957243+0000 mgr.a (mgr.24293) 11415 : cluster 0 pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:06 smithi044 bash[32620]: cluster 2023-12-07T14:35:04.957851+0000 mgr.a (mgr.24293) 11416 : cluster 0 pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:06 smithi022 bash[28554]: cluster 2023-12-07T14:35:04.957851+0000 mgr.a (mgr.24293) 11416 : cluster 0 pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:06 smithi027 bash[31536]: cluster 2023-12-07T14:35:04.957851+0000 mgr.a (mgr.24293) 11416 : cluster 0 pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:07.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:07.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:07.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:08.203 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:08.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:08.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:08.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:08.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:08 smithi022 bash[28554]: cluster 2023-12-07T14:35:06.958687+0000 mgr.a (mgr.24293) 11417 : cluster 0 pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:08 smithi044 bash[32620]: cluster 2023-12-07T14:35:06.958687+0000 mgr.a (mgr.24293) 11417 : cluster 0 pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:08 smithi027 bash[31536]: cluster 2023-12-07T14:35:06.958687+0000 mgr.a (mgr.24293) 11417 : cluster 0 pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:09 smithi022 bash[28554]: audit 2023-12-07T14:35:07.678716+0000 mgr.a (mgr.24293) 11418 : audit 0 from='client.231576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:09 smithi044 bash[32620]: audit 2023-12-07T14:35:07.678716+0000 mgr.a (mgr.24293) 11418 : audit 0 from='client.231576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:09 smithi027 bash[31536]: audit 2023-12-07T14:35:07.678716+0000 mgr.a (mgr.24293) 11418 : audit 0 from='client.231576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:10 smithi044 bash[32620]: cluster 2023-12-07T14:35:08.959421+0000 mgr.a (mgr.24293) 11419 : 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-07T14:35:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:10 smithi022 bash[28554]: cluster 2023-12-07T14:35:08.959421+0000 mgr.a (mgr.24293) 11419 : 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-07T14:35:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:10 smithi027 bash[31536]: cluster 2023-12-07T14:35:08.959421+0000 mgr.a (mgr.24293) 11419 : 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-07T14:35:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:12 smithi022 bash[28554]: cluster 2023-12-07T14:35:10.960242+0000 mgr.a (mgr.24293) 11420 : 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-07T14:35:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:12 smithi044 bash[32620]: cluster 2023-12-07T14:35:10.960242+0000 mgr.a (mgr.24293) 11420 : 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-07T14:35:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:12 smithi027 bash[31536]: cluster 2023-12-07T14:35:10.960242+0000 mgr.a (mgr.24293) 11420 : 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-07T14:35:13.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:13.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:13.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:14.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:14.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:14.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:14.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:14.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:14 smithi022 bash[28554]: cluster 2023-12-07T14:35:12.960814+0000 mgr.a (mgr.24293) 11421 : 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-07T14:35:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:14 smithi044 bash[32620]: cluster 2023-12-07T14:35:12.960814+0000 mgr.a (mgr.24293) 11421 : 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-07T14:35:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:14 smithi027 bash[31536]: cluster 2023-12-07T14:35:12.960814+0000 mgr.a (mgr.24293) 11421 : 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-07T14:35:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:15 smithi022 bash[28554]: audit 2023-12-07T14:35:13.619264+0000 mgr.a (mgr.24293) 11422 : audit 0 from='client.231648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:15.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:15 smithi044 bash[32620]: audit 2023-12-07T14:35:13.619264+0000 mgr.a (mgr.24293) 11422 : audit 0 from='client.231648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:15 smithi027 bash[31536]: audit 2023-12-07T14:35:13.619264+0000 mgr.a (mgr.24293) 11422 : audit 0 from='client.231648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:16 smithi022 bash[28554]: cluster 2023-12-07T14:35:14.961647+0000 mgr.a (mgr.24293) 11423 : 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-07T14:35:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:16 smithi044 bash[32620]: cluster 2023-12-07T14:35:14.961647+0000 mgr.a (mgr.24293) 11423 : 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-07T14:35:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:16 smithi027 bash[31536]: cluster 2023-12-07T14:35:14.961647+0000 mgr.a (mgr.24293) 11423 : 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-07T14:35:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:18 smithi022 bash[28554]: cluster 2023-12-07T14:35:16.962551+0000 mgr.a (mgr.24293) 11424 : 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-07T14:35:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:18 smithi044 bash[32620]: cluster 2023-12-07T14:35:16.962551+0000 mgr.a (mgr.24293) 11424 : 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-07T14:35:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:18 smithi027 bash[31536]: cluster 2023-12-07T14:35:16.962551+0000 mgr.a (mgr.24293) 11424 : 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-07T14:35:19.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:19.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:19.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:20.092 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:19 smithi022 bash[28554]: cluster 2023-12-07T14:35:18.963125+0000 mgr.a (mgr.24293) 11425 : 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-07T14:35:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:19 smithi044 bash[32620]: cluster 2023-12-07T14:35:18.963125+0000 mgr.a (mgr.24293) 11425 : 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-07T14:35:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:19 smithi027 bash[31536]: cluster 2023-12-07T14:35:18.963125+0000 mgr.a (mgr.24293) 11425 : 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-07T14:35:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:20 smithi022 bash[28554]: audit 2023-12-07T14:35:19.574586+0000 mgr.a (mgr.24293) 11426 : audit 0 from='client.231726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:20 smithi044 bash[32620]: audit 2023-12-07T14:35:19.574586+0000 mgr.a (mgr.24293) 11426 : audit 0 from='client.231726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:20 smithi027 bash[31536]: audit 2023-12-07T14:35:19.574586+0000 mgr.a (mgr.24293) 11426 : audit 0 from='client.231726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:21 smithi044 bash[32620]: cluster 2023-12-07T14:35:20.964085+0000 mgr.a (mgr.24293) 11427 : cluster 0 pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:21 smithi022 bash[28554]: cluster 2023-12-07T14:35:20.964085+0000 mgr.a (mgr.24293) 11427 : cluster 0 pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:21 smithi027 bash[31536]: cluster 2023-12-07T14:35:20.964085+0000 mgr.a (mgr.24293) 11427 : cluster 0 pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:22 smithi022 bash[28554]: audit 2023-12-07T14:35:22.222044+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:35:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:22 smithi044 bash[32620]: audit 2023-12-07T14:35:22.222044+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:35:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:22 smithi027 bash[31536]: audit 2023-12-07T14:35:22.222044+0000 mon.a (mon.0) 2031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:35:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:23 smithi022 bash[28554]: cluster 2023-12-07T14:35:22.964670+0000 mgr.a (mgr.24293) 11428 : cluster 0 pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:23 smithi022 bash[28554]: audit 2023-12-07T14:35:23.016674+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:35:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:23 smithi022 bash[28554]: audit 2023-12-07T14:35:23.018528+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:35:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:23 smithi022 bash[28554]: audit 2023-12-07T14:35:23.029188+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:35:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:23 smithi044 bash[32620]: cluster 2023-12-07T14:35:22.964670+0000 mgr.a (mgr.24293) 11428 : cluster 0 pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:23 smithi044 bash[32620]: audit 2023-12-07T14:35:23.016674+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:35:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:23 smithi044 bash[32620]: audit 2023-12-07T14:35:23.018528+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:35:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:23 smithi044 bash[32620]: audit 2023-12-07T14:35:23.029188+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:35:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:23 smithi027 bash[31536]: cluster 2023-12-07T14:35:22.964670+0000 mgr.a (mgr.24293) 11428 : cluster 0 pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:23 smithi027 bash[31536]: audit 2023-12-07T14:35:23.016674+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:35:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:23 smithi027 bash[31536]: audit 2023-12-07T14:35:23.018528+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:35:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:23 smithi027 bash[31536]: audit 2023-12-07T14:35:23.029188+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:35:25.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:25.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:25.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:26.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:26.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:26.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:26.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:26.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:26 smithi044 bash[32620]: cluster 2023-12-07T14:35:24.965270+0000 mgr.a (mgr.24293) 11429 : cluster 0 pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:26 smithi022 bash[28554]: cluster 2023-12-07T14:35:24.965270+0000 mgr.a (mgr.24293) 11429 : cluster 0 pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:26 smithi027 bash[31536]: cluster 2023-12-07T14:35:24.965270+0000 mgr.a (mgr.24293) 11429 : cluster 0 pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:27 smithi022 bash[28554]: audit 2023-12-07T14:35:25.511758+0000 mgr.a (mgr.24293) 11430 : audit 0 from='client.231801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:27 smithi044 bash[32620]: audit 2023-12-07T14:35:25.511758+0000 mgr.a (mgr.24293) 11430 : audit 0 from='client.231801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:27 smithi027 bash[31536]: audit 2023-12-07T14:35:25.511758+0000 mgr.a (mgr.24293) 11430 : audit 0 from='client.231801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:28 smithi044 bash[32620]: cluster 2023-12-07T14:35:26.966335+0000 mgr.a (mgr.24293) 11431 : 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-07T14:35:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:28 smithi022 bash[28554]: cluster 2023-12-07T14:35:26.966335+0000 mgr.a (mgr.24293) 11431 : 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-07T14:35:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:28 smithi027 bash[31536]: cluster 2023-12-07T14:35:26.966335+0000 mgr.a (mgr.24293) 11431 : 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-07T14:35:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:29 smithi022 bash[28554]: cluster 2023-12-07T14:35:28.966922+0000 mgr.a (mgr.24293) 11432 : 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-07T14:35:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:29 smithi044 bash[32620]: cluster 2023-12-07T14:35:28.966922+0000 mgr.a (mgr.24293) 11432 : 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-07T14:35:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:29 smithi027 bash[31536]: cluster 2023-12-07T14:35:28.966922+0000 mgr.a (mgr.24293) 11432 : 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-07T14:35:31.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:31.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:31.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:31.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:31.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:31.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:31.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:31.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:32 smithi022 bash[28554]: cluster 2023-12-07T14:35:30.967701+0000 mgr.a (mgr.24293) 11433 : 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-07T14:35:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:32 smithi044 bash[32620]: cluster 2023-12-07T14:35:30.967701+0000 mgr.a (mgr.24293) 11433 : 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-07T14:35:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:32 smithi027 bash[31536]: cluster 2023-12-07T14:35:30.967701+0000 mgr.a (mgr.24293) 11433 : 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-07T14:35:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:33 smithi022 bash[28554]: audit 2023-12-07T14:35:31.442022+0000 mgr.a (mgr.24293) 11434 : audit 0 from='client.231879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:33 smithi044 bash[32620]: audit 2023-12-07T14:35:31.442022+0000 mgr.a (mgr.24293) 11434 : audit 0 from='client.231879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:33 smithi027 bash[31536]: audit 2023-12-07T14:35:31.442022+0000 mgr.a (mgr.24293) 11434 : audit 0 from='client.231879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:34 smithi044 bash[32620]: cluster 2023-12-07T14:35:32.968424+0000 mgr.a (mgr.24293) 11435 : cluster 0 pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:34 smithi022 bash[28554]: cluster 2023-12-07T14:35:32.968424+0000 mgr.a (mgr.24293) 11435 : cluster 0 pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:34 smithi027 bash[31536]: cluster 2023-12-07T14:35:32.968424+0000 mgr.a (mgr.24293) 11435 : cluster 0 pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:36 smithi022 bash[28554]: cluster 2023-12-07T14:35:34.969029+0000 mgr.a (mgr.24293) 11436 : cluster 0 pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:36 smithi044 bash[32620]: cluster 2023-12-07T14:35:34.969029+0000 mgr.a (mgr.24293) 11436 : cluster 0 pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:36 smithi027 bash[31536]: cluster 2023-12-07T14:35:34.969029+0000 mgr.a (mgr.24293) 11436 : cluster 0 pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:36.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:36.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:36.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:37.905 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:37.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:37.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:37.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:37.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:38 smithi044 bash[32620]: cluster 2023-12-07T14:35:36.969856+0000 mgr.a (mgr.24293) 11437 : cluster 0 pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:38 smithi022 bash[28554]: cluster 2023-12-07T14:35:36.969856+0000 mgr.a (mgr.24293) 11437 : cluster 0 pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:38 smithi027 bash[31536]: cluster 2023-12-07T14:35:36.969856+0000 mgr.a (mgr.24293) 11437 : cluster 0 pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:39 smithi044 bash[32620]: audit 2023-12-07T14:35:37.384774+0000 mgr.a (mgr.24293) 11438 : audit 0 from='client.231957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:39 smithi022 bash[28554]: audit 2023-12-07T14:35:37.384774+0000 mgr.a (mgr.24293) 11438 : audit 0 from='client.231957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:39.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:39 smithi027 bash[31536]: audit 2023-12-07T14:35:37.384774+0000 mgr.a (mgr.24293) 11438 : audit 0 from='client.231957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:40 smithi022 bash[28554]: cluster 2023-12-07T14:35:38.970549+0000 mgr.a (mgr.24293) 11439 : 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-07T14:35:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:40 smithi044 bash[32620]: cluster 2023-12-07T14:35:38.970549+0000 mgr.a (mgr.24293) 11439 : 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-07T14:35:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:40 smithi027 bash[31536]: cluster 2023-12-07T14:35:38.970549+0000 mgr.a (mgr.24293) 11439 : 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-07T14:35:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:42 smithi022 bash[28554]: cluster 2023-12-07T14:35:40.971393+0000 mgr.a (mgr.24293) 11440 : 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-07T14:35:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:42 smithi044 bash[32620]: cluster 2023-12-07T14:35:40.971393+0000 mgr.a (mgr.24293) 11440 : 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-07T14:35:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:42 smithi027 bash[31536]: cluster 2023-12-07T14:35:40.971393+0000 mgr.a (mgr.24293) 11440 : 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-07T14:35:42.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:42.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:42.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:43.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:43.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:43.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:43.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:43.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:44 smithi022 bash[28554]: cluster 2023-12-07T14:35:42.971953+0000 mgr.a (mgr.24293) 11441 : 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-07T14:35:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:44 smithi044 bash[32620]: cluster 2023-12-07T14:35:42.971953+0000 mgr.a (mgr.24293) 11441 : 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-07T14:35:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:44 smithi027 bash[31536]: cluster 2023-12-07T14:35:42.971953+0000 mgr.a (mgr.24293) 11441 : 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-07T14:35:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:45 smithi044 bash[32620]: audit 2023-12-07T14:35:43.320358+0000 mgr.a (mgr.24293) 11442 : audit 0 from='client.232032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:45 smithi022 bash[28554]: audit 2023-12-07T14:35:43.320358+0000 mgr.a (mgr.24293) 11442 : audit 0 from='client.232032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:45 smithi027 bash[31536]: audit 2023-12-07T14:35:43.320358+0000 mgr.a (mgr.24293) 11442 : audit 0 from='client.232032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:46 smithi022 bash[28554]: cluster 2023-12-07T14:35:44.972625+0000 mgr.a (mgr.24293) 11443 : 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-07T14:35:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:46 smithi044 bash[32620]: cluster 2023-12-07T14:35:44.972625+0000 mgr.a (mgr.24293) 11443 : 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-07T14:35:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:46 smithi027 bash[31536]: cluster 2023-12-07T14:35:44.972625+0000 mgr.a (mgr.24293) 11443 : 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-07T14:35:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:48 smithi044 bash[32620]: cluster 2023-12-07T14:35:46.973465+0000 mgr.a (mgr.24293) 11444 : 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-07T14:35:48.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:48 smithi022 bash[28554]: cluster 2023-12-07T14:35:46.973465+0000 mgr.a (mgr.24293) 11444 : 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-07T14:35:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:48 smithi027 bash[31536]: cluster 2023-12-07T14:35:46.973465+0000 mgr.a (mgr.24293) 11444 : 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-07T14:35:48.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:48.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:48.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:49.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:49 smithi044 bash[32620]: cluster 2023-12-07T14:35:48.974115+0000 mgr.a (mgr.24293) 11445 : 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-07T14:35:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:49 smithi022 bash[28554]: cluster 2023-12-07T14:35:48.974115+0000 mgr.a (mgr.24293) 11445 : 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-07T14:35:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:49 smithi027 bash[31536]: cluster 2023-12-07T14:35:48.974115+0000 mgr.a (mgr.24293) 11445 : 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-07T14:35:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:50 smithi022 bash[28554]: audit 2023-12-07T14:35:49.255964+0000 mgr.a (mgr.24293) 11446 : audit 0 from='client.232107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:50 smithi044 bash[32620]: audit 2023-12-07T14:35:49.255964+0000 mgr.a (mgr.24293) 11446 : audit 0 from='client.232107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:50 smithi027 bash[31536]: audit 2023-12-07T14:35:49.255964+0000 mgr.a (mgr.24293) 11446 : audit 0 from='client.232107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:51 smithi022 bash[28554]: cluster 2023-12-07T14:35:50.975063+0000 mgr.a (mgr.24293) 11447 : cluster 0 pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:51 smithi044 bash[32620]: cluster 2023-12-07T14:35:50.975063+0000 mgr.a (mgr.24293) 11447 : cluster 0 pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:51 smithi027 bash[31536]: cluster 2023-12-07T14:35:50.975063+0000 mgr.a (mgr.24293) 11447 : cluster 0 pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:54 smithi022 bash[28554]: cluster 2023-12-07T14:35:52.975695+0000 mgr.a (mgr.24293) 11448 : cluster 0 pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:54 smithi044 bash[32620]: cluster 2023-12-07T14:35:52.975695+0000 mgr.a (mgr.24293) 11448 : cluster 0 pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:54 smithi027 bash[31536]: cluster 2023-12-07T14:35:52.975695+0000 mgr.a (mgr.24293) 11448 : cluster 0 pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:54.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:35:54.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:54.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:55.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:35:55.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:55.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:55.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:55.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:35:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:56 smithi044 bash[32620]: cluster 2023-12-07T14:35:54.976286+0000 mgr.a (mgr.24293) 11449 : cluster 0 pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:56 smithi044 bash[32620]: audit 2023-12-07T14:35:55.202482+0000 mgr.a (mgr.24293) 11450 : audit 0 from='client.232179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:56 smithi022 bash[28554]: cluster 2023-12-07T14:35:54.976286+0000 mgr.a (mgr.24293) 11449 : cluster 0 pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:56 smithi022 bash[28554]: audit 2023-12-07T14:35:55.202482+0000 mgr.a (mgr.24293) 11450 : audit 0 from='client.232179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:56.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:56 smithi027 bash[31536]: cluster 2023-12-07T14:35:54.976286+0000 mgr.a (mgr.24293) 11449 : cluster 0 pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:56.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:56 smithi027 bash[31536]: audit 2023-12-07T14:35:55.202482+0000 mgr.a (mgr.24293) 11450 : audit 0 from='client.232179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:58 smithi022 bash[28554]: cluster 2023-12-07T14:35:56.977287+0000 mgr.a (mgr.24293) 11451 : 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-07T14:35:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:58 smithi044 bash[32620]: cluster 2023-12-07T14:35:56.977287+0000 mgr.a (mgr.24293) 11451 : 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-07T14:35:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:58 smithi027 bash[31536]: cluster 2023-12-07T14:35:56.977287+0000 mgr.a (mgr.24293) 11451 : 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-07T14:36:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:35:59 smithi022 bash[28554]: cluster 2023-12-07T14:35:58.977895+0000 mgr.a (mgr.24293) 11452 : 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-07T14:36:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:35:59 smithi044 bash[32620]: cluster 2023-12-07T14:35:58.977895+0000 mgr.a (mgr.24293) 11452 : 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-07T14:36:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:35:59 smithi027 bash[31536]: cluster 2023-12-07T14:35:58.977895+0000 mgr.a (mgr.24293) 11452 : 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-07T14:36:00.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:00.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:00.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:01.667 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:01.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:01.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:01.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:01.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:02 smithi022 bash[28554]: cluster 2023-12-07T14:36:00.978641+0000 mgr.a (mgr.24293) 11453 : 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-07T14:36:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:02 smithi022 bash[28554]: audit 2023-12-07T14:36:01.147988+0000 mgr.a (mgr.24293) 11454 : audit 0 from='client.189311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:02 smithi044 bash[32620]: cluster 2023-12-07T14:36:00.978641+0000 mgr.a (mgr.24293) 11453 : 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-07T14:36:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:02 smithi044 bash[32620]: audit 2023-12-07T14:36:01.147988+0000 mgr.a (mgr.24293) 11454 : audit 0 from='client.189311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:02 smithi027 bash[31536]: cluster 2023-12-07T14:36:00.978641+0000 mgr.a (mgr.24293) 11453 : 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-07T14:36:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:02 smithi027 bash[31536]: audit 2023-12-07T14:36:01.147988+0000 mgr.a (mgr.24293) 11454 : audit 0 from='client.189311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:04 smithi022 bash[28554]: cluster 2023-12-07T14:36:02.979444+0000 mgr.a (mgr.24293) 11455 : cluster 0 pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:04 smithi044 bash[32620]: cluster 2023-12-07T14:36:02.979444+0000 mgr.a (mgr.24293) 11455 : cluster 0 pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:04.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:04 smithi027 bash[31536]: cluster 2023-12-07T14:36:02.979444+0000 mgr.a (mgr.24293) 11455 : cluster 0 pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:06 smithi022 bash[28554]: cluster 2023-12-07T14:36:04.979998+0000 mgr.a (mgr.24293) 11456 : cluster 0 pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:06 smithi044 bash[32620]: cluster 2023-12-07T14:36:04.979998+0000 mgr.a (mgr.24293) 11456 : cluster 0 pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:06 smithi027 bash[31536]: cluster 2023-12-07T14:36:04.979998+0000 mgr.a (mgr.24293) 11456 : cluster 0 pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:06.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:06.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:06.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:07.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:07.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:07.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:07.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:07.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:08 smithi022 bash[28554]: cluster 2023-12-07T14:36:06.980803+0000 mgr.a (mgr.24293) 11457 : cluster 0 pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:08 smithi022 bash[28554]: audit 2023-12-07T14:36:07.079412+0000 mgr.a (mgr.24293) 11458 : audit 0 from='client.232329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:08 smithi044 bash[32620]: cluster 2023-12-07T14:36:06.980803+0000 mgr.a (mgr.24293) 11457 : cluster 0 pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:08 smithi044 bash[32620]: audit 2023-12-07T14:36:07.079412+0000 mgr.a (mgr.24293) 11458 : audit 0 from='client.232329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:08 smithi027 bash[31536]: cluster 2023-12-07T14:36:06.980803+0000 mgr.a (mgr.24293) 11457 : cluster 0 pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:08.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:08 smithi027 bash[31536]: audit 2023-12-07T14:36:07.079412+0000 mgr.a (mgr.24293) 11458 : audit 0 from='client.232329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:10.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:09 smithi044 bash[32620]: cluster 2023-12-07T14:36:08.981669+0000 mgr.a (mgr.24293) 11459 : 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-07T14:36:10.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:09 smithi022 bash[28554]: cluster 2023-12-07T14:36:08.981669+0000 mgr.a (mgr.24293) 11459 : 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-07T14:36:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:09 smithi027 bash[31536]: cluster 2023-12-07T14:36:08.981669+0000 mgr.a (mgr.24293) 11459 : 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-07T14:36:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:12 smithi044 bash[32620]: cluster 2023-12-07T14:36:10.982526+0000 mgr.a (mgr.24293) 11460 : 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-07T14:36:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:12 smithi022 bash[28554]: cluster 2023-12-07T14:36:10.982526+0000 mgr.a (mgr.24293) 11460 : 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-07T14:36:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:12 smithi027 bash[31536]: cluster 2023-12-07T14:36:10.982526+0000 mgr.a (mgr.24293) 11460 : 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-07T14:36:12.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:12.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:12.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:13.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:13.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:14 smithi022 bash[28554]: cluster 2023-12-07T14:36:12.982935+0000 mgr.a (mgr.24293) 11461 : 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-07T14:36:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:14 smithi022 bash[28554]: audit 2023-12-07T14:36:13.039858+0000 mgr.a (mgr.24293) 11462 : audit 0 from='client.232407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:14 smithi044 bash[32620]: cluster 2023-12-07T14:36:12.982935+0000 mgr.a (mgr.24293) 11461 : 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-07T14:36:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:14 smithi044 bash[32620]: audit 2023-12-07T14:36:13.039858+0000 mgr.a (mgr.24293) 11462 : audit 0 from='client.232407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:14 smithi027 bash[31536]: cluster 2023-12-07T14:36:12.982935+0000 mgr.a (mgr.24293) 11461 : 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-07T14:36:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:14 smithi027 bash[31536]: audit 2023-12-07T14:36:13.039858+0000 mgr.a (mgr.24293) 11462 : audit 0 from='client.232407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:16 smithi044 bash[32620]: cluster 2023-12-07T14:36:14.983618+0000 mgr.a (mgr.24293) 11463 : 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-07T14:36:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:16 smithi022 bash[28554]: cluster 2023-12-07T14:36:14.983618+0000 mgr.a (mgr.24293) 11463 : 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-07T14:36:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:16 smithi027 bash[31536]: cluster 2023-12-07T14:36:14.983618+0000 mgr.a (mgr.24293) 11463 : 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-07T14:36:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:18 smithi022 bash[28554]: cluster 2023-12-07T14:36:16.984475+0000 mgr.a (mgr.24293) 11464 : 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-07T14:36:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:18 smithi044 bash[32620]: cluster 2023-12-07T14:36:16.984475+0000 mgr.a (mgr.24293) 11464 : 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-07T14:36:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:18 smithi027 bash[31536]: cluster 2023-12-07T14:36:16.984475+0000 mgr.a (mgr.24293) 11464 : 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-07T14:36:18.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:18.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:18.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:19.496 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:19.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:19.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:19.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:19.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:19 smithi022 bash[28554]: audit 2023-12-07T14:36:18.978716+0000 mgr.a (mgr.24293) 11465 : audit 0 from='client.232482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:19 smithi022 bash[28554]: cluster 2023-12-07T14:36:18.993678+0000 mgr.a (mgr.24293) 11466 : 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-07T14:36:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:19 smithi044 bash[32620]: audit 2023-12-07T14:36:18.978716+0000 mgr.a (mgr.24293) 11465 : audit 0 from='client.232482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:19 smithi044 bash[32620]: cluster 2023-12-07T14:36:18.993678+0000 mgr.a (mgr.24293) 11466 : 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-07T14:36:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:19 smithi027 bash[31536]: audit 2023-12-07T14:36:18.978716+0000 mgr.a (mgr.24293) 11465 : audit 0 from='client.232482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:19 smithi027 bash[31536]: cluster 2023-12-07T14:36:18.993678+0000 mgr.a (mgr.24293) 11466 : 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-07T14:36:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:22 smithi022 bash[28554]: cluster 2023-12-07T14:36:20.994909+0000 mgr.a (mgr.24293) 11467 : 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-07T14:36:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:22 smithi044 bash[32620]: cluster 2023-12-07T14:36:20.994909+0000 mgr.a (mgr.24293) 11467 : 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-07T14:36:22.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:22 smithi027 bash[31536]: cluster 2023-12-07T14:36:20.994909+0000 mgr.a (mgr.24293) 11467 : 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-07T14:36:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:24 smithi022 bash[28554]: cluster 2023-12-07T14:36:22.995518+0000 mgr.a (mgr.24293) 11468 : 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-07T14:36:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:24 smithi022 bash[28554]: audit 2023-12-07T14:36:23.134113+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:36:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:24 smithi022 bash[28554]: audit 2023-12-07T14:36:23.664032+0000 mon.a (mon.0) 2036 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:24 smithi022 bash[28554]: audit 2023-12-07T14:36:23.670099+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:24 smithi044 bash[32620]: cluster 2023-12-07T14:36:22.995518+0000 mgr.a (mgr.24293) 11468 : 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-07T14:36:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:24 smithi044 bash[32620]: audit 2023-12-07T14:36:23.134113+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:36:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:24 smithi044 bash[32620]: audit 2023-12-07T14:36:23.664032+0000 mon.a (mon.0) 2036 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:24 smithi044 bash[32620]: audit 2023-12-07T14:36:23.670099+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:24 smithi027 bash[31536]: cluster 2023-12-07T14:36:22.995518+0000 mgr.a (mgr.24293) 11468 : 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-07T14:36:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:24 smithi027 bash[31536]: audit 2023-12-07T14:36:23.134113+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:36:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:24 smithi027 bash[31536]: audit 2023-12-07T14:36:23.664032+0000 mon.a (mon.0) 2036 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:24 smithi027 bash[31536]: audit 2023-12-07T14:36:23.670099+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:24.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:24.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:24.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:25.424 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:25.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:25 smithi044 bash[32620]: audit 2023-12-07T14:36:24.408420+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:36:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:25 smithi044 bash[32620]: audit 2023-12-07T14:36:24.409931+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:36:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:25 smithi044 bash[32620]: audit 2023-12-07T14:36:24.419161+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:25 smithi022 bash[28554]: audit 2023-12-07T14:36:24.408420+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:36:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:25 smithi022 bash[28554]: audit 2023-12-07T14:36:24.409931+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:36:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:25 smithi022 bash[28554]: audit 2023-12-07T14:36:24.419161+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:25 smithi027 bash[31536]: audit 2023-12-07T14:36:24.408420+0000 mon.a (mon.0) 2038 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:36:25.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:25 smithi027 bash[31536]: audit 2023-12-07T14:36:24.409931+0000 mon.a (mon.0) 2039 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:36:25.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:25 smithi027 bash[31536]: audit 2023-12-07T14:36:24.419161+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:36:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:26 smithi022 bash[28554]: audit 2023-12-07T14:36:24.902924+0000 mgr.a (mgr.24293) 11469 : audit 0 from='client.232560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:26 smithi022 bash[28554]: cluster 2023-12-07T14:36:24.996228+0000 mgr.a (mgr.24293) 11470 : 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-07T14:36:26.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:26 smithi044 bash[32620]: audit 2023-12-07T14:36:24.902924+0000 mgr.a (mgr.24293) 11469 : audit 0 from='client.232560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:26.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:26 smithi044 bash[32620]: cluster 2023-12-07T14:36:24.996228+0000 mgr.a (mgr.24293) 11470 : 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-07T14:36:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:26 smithi027 bash[31536]: audit 2023-12-07T14:36:24.902924+0000 mgr.a (mgr.24293) 11469 : audit 0 from='client.232560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:26 smithi027 bash[31536]: cluster 2023-12-07T14:36:24.996228+0000 mgr.a (mgr.24293) 11470 : 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-07T14:36:28.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:28 smithi044 bash[32620]: cluster 2023-12-07T14:36:26.997152+0000 mgr.a (mgr.24293) 11471 : cluster 0 pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:36:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:28 smithi022 bash[28554]: cluster 2023-12-07T14:36:26.997152+0000 mgr.a (mgr.24293) 11471 : cluster 0 pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:36:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:28 smithi027 bash[31536]: cluster 2023-12-07T14:36:26.997152+0000 mgr.a (mgr.24293) 11471 : cluster 0 pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:36:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:29 smithi022 bash[28554]: cluster 2023-12-07T14:36:28.997733+0000 mgr.a (mgr.24293) 11472 : cluster 0 pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:36:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:29 smithi044 bash[32620]: cluster 2023-12-07T14:36:28.997733+0000 mgr.a (mgr.24293) 11472 : cluster 0 pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:36:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:29 smithi027 bash[31536]: cluster 2023-12-07T14:36:28.997733+0000 mgr.a (mgr.24293) 11472 : cluster 0 pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:36:30.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:30.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:30.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:31.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:31.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:31.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:31.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:31.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:32 smithi022 bash[28554]: audit 2023-12-07T14:36:30.828881+0000 mgr.a (mgr.24293) 11473 : audit 0 from='client.232629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:32.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:32 smithi022 bash[28554]: cluster 2023-12-07T14:36:30.998914+0000 mgr.a (mgr.24293) 11474 : 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-07T14:36:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:32 smithi044 bash[32620]: audit 2023-12-07T14:36:30.828881+0000 mgr.a (mgr.24293) 11473 : audit 0 from='client.232629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:32 smithi044 bash[32620]: cluster 2023-12-07T14:36:30.998914+0000 mgr.a (mgr.24293) 11474 : 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-07T14:36:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:32 smithi027 bash[31536]: audit 2023-12-07T14:36:30.828881+0000 mgr.a (mgr.24293) 11473 : audit 0 from='client.232629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:32 smithi027 bash[31536]: cluster 2023-12-07T14:36:30.998914+0000 mgr.a (mgr.24293) 11474 : 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-07T14:36:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:34 smithi022 bash[28554]: cluster 2023-12-07T14:36:32.999789+0000 mgr.a (mgr.24293) 11475 : 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-07T14:36:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:34 smithi044 bash[32620]: cluster 2023-12-07T14:36:32.999789+0000 mgr.a (mgr.24293) 11475 : 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-07T14:36:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:34 smithi027 bash[31536]: cluster 2023-12-07T14:36:32.999789+0000 mgr.a (mgr.24293) 11475 : 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-07T14:36:36.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:36.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:36.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:36 smithi022 bash[28554]: cluster 2023-12-07T14:36:35.000536+0000 mgr.a (mgr.24293) 11476 : 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-07T14:36:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:36 smithi044 bash[32620]: cluster 2023-12-07T14:36:35.000536+0000 mgr.a (mgr.24293) 11476 : 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-07T14:36:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:36 smithi027 bash[31536]: cluster 2023-12-07T14:36:35.000536+0000 mgr.a (mgr.24293) 11476 : 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-07T14:36:37.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:37.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:37.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:37.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:37.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:38 smithi044 bash[32620]: audit 2023-12-07T14:36:36.788410+0000 mgr.a (mgr.24293) 11477 : audit 0 from='client.232707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:38 smithi044 bash[32620]: cluster 2023-12-07T14:36:37.001493+0000 mgr.a (mgr.24293) 11478 : 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-07T14:36:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:38 smithi022 bash[28554]: audit 2023-12-07T14:36:36.788410+0000 mgr.a (mgr.24293) 11477 : audit 0 from='client.232707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:38 smithi022 bash[28554]: cluster 2023-12-07T14:36:37.001493+0000 mgr.a (mgr.24293) 11478 : 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-07T14:36:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:38 smithi027 bash[31536]: audit 2023-12-07T14:36:36.788410+0000 mgr.a (mgr.24293) 11477 : audit 0 from='client.232707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:38 smithi027 bash[31536]: cluster 2023-12-07T14:36:37.001493+0000 mgr.a (mgr.24293) 11478 : 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-07T14:36:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:39 smithi044 bash[32620]: cluster 2023-12-07T14:36:39.002147+0000 mgr.a (mgr.24293) 11479 : cluster 0 pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:36:40.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:39 smithi022 bash[28554]: cluster 2023-12-07T14:36:39.002147+0000 mgr.a (mgr.24293) 11479 : cluster 0 pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:36:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:39 smithi027 bash[31536]: cluster 2023-12-07T14:36:39.002147+0000 mgr.a (mgr.24293) 11479 : cluster 0 pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:36:42.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:42.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:42.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:42 smithi022 bash[28554]: cluster 2023-12-07T14:36:41.002962+0000 mgr.a (mgr.24293) 11480 : cluster 0 pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:36:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:42 smithi044 bash[32620]: cluster 2023-12-07T14:36:41.002962+0000 mgr.a (mgr.24293) 11480 : cluster 0 pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:36:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:42 smithi027 bash[31536]: cluster 2023-12-07T14:36:41.002962+0000 mgr.a (mgr.24293) 11480 : cluster 0 pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:36:43.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:43.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:43.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:43.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:43.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:44 smithi022 bash[28554]: audit 2023-12-07T14:36:42.715748+0000 mgr.a (mgr.24293) 11481 : audit 0 from='client.232785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:44 smithi022 bash[28554]: cluster 2023-12-07T14:36:43.003804+0000 mgr.a (mgr.24293) 11482 : 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-07T14:36:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:44 smithi044 bash[32620]: audit 2023-12-07T14:36:42.715748+0000 mgr.a (mgr.24293) 11481 : audit 0 from='client.232785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:44 smithi044 bash[32620]: cluster 2023-12-07T14:36:43.003804+0000 mgr.a (mgr.24293) 11482 : 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-07T14:36:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:44 smithi027 bash[31536]: audit 2023-12-07T14:36:42.715748+0000 mgr.a (mgr.24293) 11481 : audit 0 from='client.232785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:44.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:44 smithi027 bash[31536]: cluster 2023-12-07T14:36:43.003804+0000 mgr.a (mgr.24293) 11482 : 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-07T14:36:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:46 smithi044 bash[32620]: cluster 2023-12-07T14:36:45.004624+0000 mgr.a (mgr.24293) 11483 : 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-07T14:36:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:46 smithi022 bash[28554]: cluster 2023-12-07T14:36:45.004624+0000 mgr.a (mgr.24293) 11483 : 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-07T14:36:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:46 smithi027 bash[31536]: cluster 2023-12-07T14:36:45.004624+0000 mgr.a (mgr.24293) 11483 : 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-07T14:36:48.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:48.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:48.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:48 smithi022 bash[28554]: cluster 2023-12-07T14:36:47.005749+0000 mgr.a (mgr.24293) 11484 : 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-07T14:36:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:48 smithi044 bash[32620]: cluster 2023-12-07T14:36:47.005749+0000 mgr.a (mgr.24293) 11484 : 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-07T14:36:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:48 smithi027 bash[31536]: cluster 2023-12-07T14:36:47.005749+0000 mgr.a (mgr.24293) 11484 : 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-07T14:36:49.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:49.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:49.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:49.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:49.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:49 smithi022 bash[28554]: audit 2023-12-07T14:36:48.654699+0000 mgr.a (mgr.24293) 11485 : audit 0 from='client.232860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:49 smithi022 bash[28554]: cluster 2023-12-07T14:36:49.006428+0000 mgr.a (mgr.24293) 11486 : 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-07T14:36:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:49 smithi044 bash[32620]: audit 2023-12-07T14:36:48.654699+0000 mgr.a (mgr.24293) 11485 : audit 0 from='client.232860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:49 smithi044 bash[32620]: cluster 2023-12-07T14:36:49.006428+0000 mgr.a (mgr.24293) 11486 : 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-07T14:36:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:49 smithi027 bash[31536]: audit 2023-12-07T14:36:48.654699+0000 mgr.a (mgr.24293) 11485 : audit 0 from='client.232860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:49 smithi027 bash[31536]: cluster 2023-12-07T14:36:49.006428+0000 mgr.a (mgr.24293) 11486 : 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-07T14:36:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:52 smithi022 bash[28554]: cluster 2023-12-07T14:36:51.007328+0000 mgr.a (mgr.24293) 11487 : 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-07T14:36:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:52 smithi044 bash[32620]: cluster 2023-12-07T14:36:51.007328+0000 mgr.a (mgr.24293) 11487 : 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-07T14:36:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:52 smithi027 bash[31536]: cluster 2023-12-07T14:36:51.007328+0000 mgr.a (mgr.24293) 11487 : 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-07T14:36:54.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:36:54.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:54.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:54 smithi022 bash[28554]: cluster 2023-12-07T14:36:53.007905+0000 mgr.a (mgr.24293) 11488 : 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-07T14:36:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:54 smithi044 bash[32620]: cluster 2023-12-07T14:36:53.007905+0000 mgr.a (mgr.24293) 11488 : 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-07T14:36:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:54 smithi027 bash[31536]: cluster 2023-12-07T14:36:53.007905+0000 mgr.a (mgr.24293) 11488 : 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-07T14:36:55.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:55.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:55.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:55.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:36:55.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:36:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:56 smithi044 bash[32620]: audit 2023-12-07T14:36:54.591816+0000 mgr.a (mgr.24293) 11489 : audit 0 from='client.232935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:56 smithi044 bash[32620]: cluster 2023-12-07T14:36:55.008490+0000 mgr.a (mgr.24293) 11490 : 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-07T14:36:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:56 smithi022 bash[28554]: audit 2023-12-07T14:36:54.591816+0000 mgr.a (mgr.24293) 11489 : audit 0 from='client.232935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:56 smithi022 bash[28554]: cluster 2023-12-07T14:36:55.008490+0000 mgr.a (mgr.24293) 11490 : 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-07T14:36:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:56 smithi027 bash[31536]: audit 2023-12-07T14:36:54.591816+0000 mgr.a (mgr.24293) 11489 : audit 0 from='client.232935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:56 smithi027 bash[31536]: cluster 2023-12-07T14:36:55.008490+0000 mgr.a (mgr.24293) 11490 : 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-07T14:36:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:58 smithi022 bash[28554]: cluster 2023-12-07T14:36:57.009347+0000 mgr.a (mgr.24293) 11491 : cluster 0 pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:58 smithi044 bash[32620]: cluster 2023-12-07T14:36:57.009347+0000 mgr.a (mgr.24293) 11491 : cluster 0 pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:58.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:58 smithi027 bash[31536]: cluster 2023-12-07T14:36:57.009347+0000 mgr.a (mgr.24293) 11491 : cluster 0 pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:00.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:00.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:00.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:36:59 smithi022 bash[28554]: cluster 2023-12-07T14:36:59.009974+0000 mgr.a (mgr.24293) 11492 : cluster 0 pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:36:59 smithi044 bash[32620]: cluster 2023-12-07T14:36:59.009974+0000 mgr.a (mgr.24293) 11492 : cluster 0 pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:36:59 smithi027 bash[31536]: cluster 2023-12-07T14:36:59.009974+0000 mgr.a (mgr.24293) 11492 : cluster 0 pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:01.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:01.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:01.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:01.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:01.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:02 smithi044 bash[32620]: audit 2023-12-07T14:37:00.541911+0000 mgr.a (mgr.24293) 11493 : audit 0 from='client.233013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:02 smithi044 bash[32620]: cluster 2023-12-07T14:37:01.011273+0000 mgr.a (mgr.24293) 11494 : 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-07T14:37:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:02 smithi022 bash[28554]: audit 2023-12-07T14:37:00.541911+0000 mgr.a (mgr.24293) 11493 : audit 0 from='client.233013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:02 smithi022 bash[28554]: cluster 2023-12-07T14:37:01.011273+0000 mgr.a (mgr.24293) 11494 : 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-07T14:37:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:02 smithi027 bash[31536]: audit 2023-12-07T14:37:00.541911+0000 mgr.a (mgr.24293) 11493 : audit 0 from='client.233013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:02 smithi027 bash[31536]: cluster 2023-12-07T14:37:01.011273+0000 mgr.a (mgr.24293) 11494 : 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-07T14:37:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:04 smithi022 bash[28554]: cluster 2023-12-07T14:37:03.012027+0000 mgr.a (mgr.24293) 11495 : 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-07T14:37:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:04 smithi044 bash[32620]: cluster 2023-12-07T14:37:03.012027+0000 mgr.a (mgr.24293) 11495 : 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-07T14:37:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:04 smithi027 bash[31536]: cluster 2023-12-07T14:37:03.012027+0000 mgr.a (mgr.24293) 11495 : 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-07T14:37:06.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:06.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:06.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:06 smithi022 bash[28554]: cluster 2023-12-07T14:37:05.012765+0000 mgr.a (mgr.24293) 11496 : 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-07T14:37:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:06 smithi044 bash[32620]: cluster 2023-12-07T14:37:05.012765+0000 mgr.a (mgr.24293) 11496 : 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-07T14:37:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:06 smithi027 bash[31536]: cluster 2023-12-07T14:37:05.012765+0000 mgr.a (mgr.24293) 11496 : 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-07T14:37:07.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:07.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:07.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:07.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:07.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:08 smithi022 bash[28554]: audit 2023-12-07T14:37:06.492559+0000 mgr.a (mgr.24293) 11497 : audit 0 from='client.233091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:08 smithi022 bash[28554]: cluster 2023-12-07T14:37:07.013995+0000 mgr.a (mgr.24293) 11498 : 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-07T14:37:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:08 smithi044 bash[32620]: audit 2023-12-07T14:37:06.492559+0000 mgr.a (mgr.24293) 11497 : audit 0 from='client.233091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:08 smithi044 bash[32620]: cluster 2023-12-07T14:37:07.013995+0000 mgr.a (mgr.24293) 11498 : 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-07T14:37:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:08 smithi027 bash[31536]: audit 2023-12-07T14:37:06.492559+0000 mgr.a (mgr.24293) 11497 : audit 0 from='client.233091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:08.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:08 smithi027 bash[31536]: cluster 2023-12-07T14:37:07.013995+0000 mgr.a (mgr.24293) 11498 : 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-07T14:37:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:09 smithi022 bash[28554]: cluster 2023-12-07T14:37:09.014638+0000 mgr.a (mgr.24293) 11499 : cluster 0 pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:09 smithi044 bash[32620]: cluster 2023-12-07T14:37:09.014638+0000 mgr.a (mgr.24293) 11499 : cluster 0 pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:09 smithi027 bash[31536]: cluster 2023-12-07T14:37:09.014638+0000 mgr.a (mgr.24293) 11499 : cluster 0 pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:12.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:12.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:12.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:12 smithi022 bash[28554]: cluster 2023-12-07T14:37:11.015529+0000 mgr.a (mgr.24293) 11500 : cluster 0 pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:12 smithi044 bash[32620]: cluster 2023-12-07T14:37:11.015529+0000 mgr.a (mgr.24293) 11500 : cluster 0 pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:12 smithi027 bash[31536]: cluster 2023-12-07T14:37:11.015529+0000 mgr.a (mgr.24293) 11500 : cluster 0 pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:12.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:12.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:12.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:12.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:12.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:14 smithi044 bash[32620]: audit 2023-12-07T14:37:12.413273+0000 mgr.a (mgr.24293) 11501 : audit 0 from='client.233169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:14 smithi044 bash[32620]: cluster 2023-12-07T14:37:13.016402+0000 mgr.a (mgr.24293) 11502 : 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-07T14:37:14.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:14 smithi022 bash[28554]: audit 2023-12-07T14:37:12.413273+0000 mgr.a (mgr.24293) 11501 : audit 0 from='client.233169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:14.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:14 smithi022 bash[28554]: cluster 2023-12-07T14:37:13.016402+0000 mgr.a (mgr.24293) 11502 : 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-07T14:37:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:14 smithi027 bash[31536]: audit 2023-12-07T14:37:12.413273+0000 mgr.a (mgr.24293) 11501 : audit 0 from='client.233169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:14 smithi027 bash[31536]: cluster 2023-12-07T14:37:13.016402+0000 mgr.a (mgr.24293) 11502 : 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-07T14:37:16.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:16 smithi044 bash[32620]: cluster 2023-12-07T14:37:15.017032+0000 mgr.a (mgr.24293) 11503 : 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-07T14:37:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:16 smithi022 bash[28554]: cluster 2023-12-07T14:37:15.017032+0000 mgr.a (mgr.24293) 11503 : 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-07T14:37:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:16 smithi027 bash[31536]: cluster 2023-12-07T14:37:15.017032+0000 mgr.a (mgr.24293) 11503 : 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-07T14:37:17.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:17.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:17.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:18 smithi044 bash[32620]: cluster 2023-12-07T14:37:17.017882+0000 mgr.a (mgr.24293) 11504 : 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-07T14:37:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:18 smithi022 bash[28554]: cluster 2023-12-07T14:37:17.017882+0000 mgr.a (mgr.24293) 11504 : 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-07T14:37:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:18 smithi027 bash[31536]: cluster 2023-12-07T14:37:17.017882+0000 mgr.a (mgr.24293) 11504 : 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-07T14:37:18.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:18.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:18.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:18.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:18.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:19 smithi022 bash[28554]: audit 2023-12-07T14:37:18.355325+0000 mgr.a (mgr.24293) 11505 : audit 0 from='client.233244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:19 smithi022 bash[28554]: cluster 2023-12-07T14:37:19.018645+0000 mgr.a (mgr.24293) 11506 : 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-07T14:37:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:19 smithi044 bash[32620]: audit 2023-12-07T14:37:18.355325+0000 mgr.a (mgr.24293) 11505 : audit 0 from='client.233244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:19 smithi044 bash[32620]: cluster 2023-12-07T14:37:19.018645+0000 mgr.a (mgr.24293) 11506 : 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-07T14:37:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:19 smithi027 bash[31536]: audit 2023-12-07T14:37:18.355325+0000 mgr.a (mgr.24293) 11505 : audit 0 from='client.233244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:19 smithi027 bash[31536]: cluster 2023-12-07T14:37:19.018645+0000 mgr.a (mgr.24293) 11506 : 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-07T14:37:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:22 smithi022 bash[28554]: cluster 2023-12-07T14:37:21.019462+0000 mgr.a (mgr.24293) 11507 : 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-07T14:37:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:22 smithi044 bash[32620]: cluster 2023-12-07T14:37:21.019462+0000 mgr.a (mgr.24293) 11507 : 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-07T14:37:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:22 smithi027 bash[31536]: cluster 2023-12-07T14:37:21.019462+0000 mgr.a (mgr.24293) 11507 : 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-07T14:37:23.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:23.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:23.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:24 smithi022 bash[28554]: cluster 2023-12-07T14:37:23.020014+0000 mgr.a (mgr.24293) 11508 : 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-07T14:37:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:24 smithi044 bash[32620]: cluster 2023-12-07T14:37:23.020014+0000 mgr.a (mgr.24293) 11508 : 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-07T14:37:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:24 smithi027 bash[31536]: cluster 2023-12-07T14:37:23.020014+0000 mgr.a (mgr.24293) 11508 : 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-07T14:37:24.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:24.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:24.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:24.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:24.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:25 smithi044 bash[32620]: audit 2023-12-07T14:37:24.523029+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:37:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:25 smithi022 bash[28554]: audit 2023-12-07T14:37:24.523029+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:37:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:25 smithi027 bash[31536]: audit 2023-12-07T14:37:24.523029+0000 mon.a (mon.0) 2041 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:37:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:24.316021+0000 mgr.a (mgr.24293) 11509 : audit 0 from='client.233316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: cluster 2023-12-07T14:37:25.020682+0000 mgr.a (mgr.24293) 11510 : 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-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.111134+0000 mon.a (mon.0) 2042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.118141+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.132140+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.140485+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.886471+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.888553+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:26 smithi022 bash[28554]: audit 2023-12-07T14:37:25.897840+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:24.316021+0000 mgr.a (mgr.24293) 11509 : audit 0 from='client.233316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: cluster 2023-12-07T14:37:25.020682+0000 mgr.a (mgr.24293) 11510 : 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-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.111134+0000 mon.a (mon.0) 2042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.118141+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.132140+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.140485+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.886471+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.888553+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:37:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:26 smithi044 bash[32620]: audit 2023-12-07T14:37:25.897840+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:24.316021+0000 mgr.a (mgr.24293) 11509 : audit 0 from='client.233316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: cluster 2023-12-07T14:37:25.020682+0000 mgr.a (mgr.24293) 11510 : 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-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.111134+0000 mon.a (mon.0) 2042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.118141+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.132140+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.140485+0000 mon.a (mon.0) 2045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.886471+0000 mon.a (mon.0) 2046 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.888553+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:37:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:26 smithi027 bash[31536]: audit 2023-12-07T14:37:25.897840+0000 mon.a (mon.0) 2048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:37:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:28 smithi022 bash[28554]: cluster 2023-12-07T14:37:27.021487+0000 mgr.a (mgr.24293) 11511 : 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-07T14:37:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:28 smithi044 bash[32620]: cluster 2023-12-07T14:37:27.021487+0000 mgr.a (mgr.24293) 11511 : 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-07T14:37:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:28 smithi027 bash[31536]: cluster 2023-12-07T14:37:27.021487+0000 mgr.a (mgr.24293) 11511 : 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-07T14:37:29.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:29.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:29.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:29 smithi022 bash[28554]: cluster 2023-12-07T14:37:29.022204+0000 mgr.a (mgr.24293) 11512 : 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-07T14:37:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:29 smithi044 bash[32620]: cluster 2023-12-07T14:37:29.022204+0000 mgr.a (mgr.24293) 11512 : 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-07T14:37:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:29 smithi027 bash[31536]: cluster 2023-12-07T14:37:29.022204+0000 mgr.a (mgr.24293) 11512 : 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-07T14:37:30.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:30.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:30.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:30.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:30.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:32 smithi022 bash[28554]: audit 2023-12-07T14:37:30.260456+0000 mgr.a (mgr.24293) 11513 : audit 0 from='client.233394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:32 smithi022 bash[28554]: cluster 2023-12-07T14:37:31.023233+0000 mgr.a (mgr.24293) 11514 : 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-07T14:37:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:32 smithi044 bash[32620]: audit 2023-12-07T14:37:30.260456+0000 mgr.a (mgr.24293) 11513 : audit 0 from='client.233394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:32 smithi044 bash[32620]: cluster 2023-12-07T14:37:31.023233+0000 mgr.a (mgr.24293) 11514 : 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-07T14:37:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:32 smithi027 bash[31536]: audit 2023-12-07T14:37:30.260456+0000 mgr.a (mgr.24293) 11513 : audit 0 from='client.233394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:32 smithi027 bash[31536]: cluster 2023-12-07T14:37:31.023233+0000 mgr.a (mgr.24293) 11514 : 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-07T14:37:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:34 smithi022 bash[28554]: cluster 2023-12-07T14:37:33.023833+0000 mgr.a (mgr.24293) 11515 : 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-07T14:37:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:34 smithi044 bash[32620]: cluster 2023-12-07T14:37:33.023833+0000 mgr.a (mgr.24293) 11515 : 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-07T14:37:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:34 smithi027 bash[31536]: cluster 2023-12-07T14:37:33.023833+0000 mgr.a (mgr.24293) 11515 : 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-07T14:37:35.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:35.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:35.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:36 smithi022 bash[28554]: cluster 2023-12-07T14:37:35.024360+0000 mgr.a (mgr.24293) 11516 : 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-07T14:37:36.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:36 smithi044 bash[32620]: cluster 2023-12-07T14:37:35.024360+0000 mgr.a (mgr.24293) 11516 : 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-07T14:37:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:36 smithi027 bash[31536]: cluster 2023-12-07T14:37:35.024360+0000 mgr.a (mgr.24293) 11516 : 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-07T14:37:36.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:37 smithi044 bash[32620]: audit 2023-12-07T14:37:36.208836+0000 mgr.a (mgr.24293) 11517 : audit 0 from='client.233472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:37 smithi022 bash[28554]: audit 2023-12-07T14:37:36.208836+0000 mgr.a (mgr.24293) 11517 : audit 0 from='client.233472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:37 smithi027 bash[31536]: audit 2023-12-07T14:37:36.208836+0000 mgr.a (mgr.24293) 11517 : audit 0 from='client.233472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:38 smithi044 bash[32620]: cluster 2023-12-07T14:37:37.025375+0000 mgr.a (mgr.24293) 11518 : 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-07T14:37:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:38 smithi022 bash[28554]: cluster 2023-12-07T14:37:37.025375+0000 mgr.a (mgr.24293) 11518 : 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-07T14:37:38.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:38 smithi027 bash[31536]: cluster 2023-12-07T14:37:37.025375+0000 mgr.a (mgr.24293) 11518 : 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-07T14:37:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:39 smithi044 bash[32620]: cluster 2023-12-07T14:37:39.025940+0000 mgr.a (mgr.24293) 11519 : 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-07T14:37:40.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:39 smithi022 bash[28554]: cluster 2023-12-07T14:37:39.025940+0000 mgr.a (mgr.24293) 11519 : 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-07T14:37:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:39 smithi027 bash[31536]: cluster 2023-12-07T14:37:39.025940+0000 mgr.a (mgr.24293) 11519 : 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-07T14:37:41.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:41.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:41.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:42 smithi044 bash[32620]: cluster 2023-12-07T14:37:41.026687+0000 mgr.a (mgr.24293) 11520 : 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-07T14:37:42.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:42 smithi022 bash[28554]: cluster 2023-12-07T14:37:41.026687+0000 mgr.a (mgr.24293) 11520 : 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-07T14:37:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:42 smithi027 bash[31536]: cluster 2023-12-07T14:37:41.026687+0000 mgr.a (mgr.24293) 11520 : 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-07T14:37:42.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:42.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:43 smithi022 bash[28554]: audit 2023-12-07T14:37:42.141232+0000 mgr.a (mgr.24293) 11521 : audit 0 from='client.233547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:43.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:43 smithi044 bash[32620]: audit 2023-12-07T14:37:42.141232+0000 mgr.a (mgr.24293) 11521 : audit 0 from='client.233547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:43 smithi027 bash[31536]: audit 2023-12-07T14:37:42.141232+0000 mgr.a (mgr.24293) 11521 : audit 0 from='client.233547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:44 smithi022 bash[28554]: cluster 2023-12-07T14:37:43.027433+0000 mgr.a (mgr.24293) 11522 : 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-07T14:37:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:44 smithi044 bash[32620]: cluster 2023-12-07T14:37:43.027433+0000 mgr.a (mgr.24293) 11522 : 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-07T14:37:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:44 smithi027 bash[31536]: cluster 2023-12-07T14:37:43.027433+0000 mgr.a (mgr.24293) 11522 : 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-07T14:37:46.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:46 smithi022 bash[28554]: cluster 2023-12-07T14:37:45.028000+0000 mgr.a (mgr.24293) 11523 : 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-07T14:37:46.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:46 smithi044 bash[32620]: cluster 2023-12-07T14:37:45.028000+0000 mgr.a (mgr.24293) 11523 : 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-07T14:37:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:46 smithi027 bash[31536]: cluster 2023-12-07T14:37:45.028000+0000 mgr.a (mgr.24293) 11523 : 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-07T14:37:47.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:47.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:47.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:48 smithi022 bash[28554]: cluster 2023-12-07T14:37:47.028771+0000 mgr.a (mgr.24293) 11524 : 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-07T14:37:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:48 smithi044 bash[32620]: cluster 2023-12-07T14:37:47.028771+0000 mgr.a (mgr.24293) 11524 : 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-07T14:37:48.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:48 smithi027 bash[31536]: cluster 2023-12-07T14:37:47.028771+0000 mgr.a (mgr.24293) 11524 : 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-07T14:37:48.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:48.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:48.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:48.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:48.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:49 smithi044 bash[32620]: audit 2023-12-07T14:37:48.094219+0000 mgr.a (mgr.24293) 11525 : audit 0 from='client.233625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:49 smithi022 bash[28554]: audit 2023-12-07T14:37:48.094219+0000 mgr.a (mgr.24293) 11525 : audit 0 from='client.233625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:49 smithi027 bash[31536]: audit 2023-12-07T14:37:48.094219+0000 mgr.a (mgr.24293) 11525 : audit 0 from='client.233625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:50 smithi022 bash[28554]: cluster 2023-12-07T14:37:49.029398+0000 mgr.a (mgr.24293) 11526 : 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-07T14:37:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:50 smithi044 bash[32620]: cluster 2023-12-07T14:37:49.029398+0000 mgr.a (mgr.24293) 11526 : 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-07T14:37:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:50 smithi027 bash[31536]: cluster 2023-12-07T14:37:49.029398+0000 mgr.a (mgr.24293) 11526 : 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-07T14:37:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:52 smithi022 bash[28554]: cluster 2023-12-07T14:37:51.030199+0000 mgr.a (mgr.24293) 11527 : 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-07T14:37:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:52 smithi044 bash[32620]: cluster 2023-12-07T14:37:51.030199+0000 mgr.a (mgr.24293) 11527 : 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-07T14:37:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:52 smithi027 bash[31536]: cluster 2023-12-07T14:37:51.030199+0000 mgr.a (mgr.24293) 11527 : 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-07T14:37:53.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:53.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:53.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:54.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:54 smithi022 bash[28554]: cluster 2023-12-07T14:37:53.030885+0000 mgr.a (mgr.24293) 11528 : 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-07T14:37:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:54 smithi044 bash[32620]: cluster 2023-12-07T14:37:53.030885+0000 mgr.a (mgr.24293) 11528 : 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-07T14:37:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:54 smithi027 bash[31536]: cluster 2023-12-07T14:37:53.030885+0000 mgr.a (mgr.24293) 11528 : 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-07T14:37:54.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:37:54.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:54.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:54.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:54.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:37:55.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:55 smithi022 bash[28554]: audit 2023-12-07T14:37:54.025021+0000 mgr.a (mgr.24293) 11529 : audit 0 from='client.233700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:55 smithi044 bash[32620]: audit 2023-12-07T14:37:54.025021+0000 mgr.a (mgr.24293) 11529 : audit 0 from='client.233700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:55 smithi027 bash[31536]: audit 2023-12-07T14:37:54.025021+0000 mgr.a (mgr.24293) 11529 : audit 0 from='client.233700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:56 smithi022 bash[28554]: cluster 2023-12-07T14:37:55.031669+0000 mgr.a (mgr.24293) 11530 : 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-07T14:37:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:56 smithi044 bash[32620]: cluster 2023-12-07T14:37:55.031669+0000 mgr.a (mgr.24293) 11530 : 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-07T14:37:56.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:56 smithi027 bash[31536]: cluster 2023-12-07T14:37:55.031669+0000 mgr.a (mgr.24293) 11530 : 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-07T14:37:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:58 smithi044 bash[32620]: cluster 2023-12-07T14:37:57.032530+0000 mgr.a (mgr.24293) 11531 : 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-07T14:37:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:58 smithi022 bash[28554]: cluster 2023-12-07T14:37:57.032530+0000 mgr.a (mgr.24293) 11531 : 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-07T14:37:58.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:58 smithi027 bash[31536]: cluster 2023-12-07T14:37:57.032530+0000 mgr.a (mgr.24293) 11531 : 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-07T14:37:59.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:37:59.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:59.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:37:59 smithi022 bash[28554]: cluster 2023-12-07T14:37:59.033117+0000 mgr.a (mgr.24293) 11532 : 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-07T14:38:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:37:59 smithi044 bash[32620]: cluster 2023-12-07T14:37:59.033117+0000 mgr.a (mgr.24293) 11532 : 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-07T14:38:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:37:59 smithi027 bash[31536]: cluster 2023-12-07T14:37:59.033117+0000 mgr.a (mgr.24293) 11532 : 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-07T14:38:00.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:00.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:00.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:00.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:00.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:00 smithi022 bash[28554]: audit 2023-12-07T14:37:59.992716+0000 mgr.a (mgr.24293) 11533 : audit 0 from='client.233772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:00 smithi044 bash[32620]: audit 2023-12-07T14:37:59.992716+0000 mgr.a (mgr.24293) 11533 : audit 0 from='client.233772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:00 smithi027 bash[31536]: audit 2023-12-07T14:37:59.992716+0000 mgr.a (mgr.24293) 11533 : audit 0 from='client.233772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:01 smithi022 bash[28554]: cluster 2023-12-07T14:38:01.034193+0000 mgr.a (mgr.24293) 11534 : 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-07T14:38:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:01 smithi044 bash[32620]: cluster 2023-12-07T14:38:01.034193+0000 mgr.a (mgr.24293) 11534 : 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-07T14:38:02.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:01 smithi027 bash[31536]: cluster 2023-12-07T14:38:01.034193+0000 mgr.a (mgr.24293) 11534 : 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-07T14:38:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:04 smithi022 bash[28554]: cluster 2023-12-07T14:38:03.034788+0000 mgr.a (mgr.24293) 11535 : 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-07T14:38:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:04 smithi044 bash[32620]: cluster 2023-12-07T14:38:03.034788+0000 mgr.a (mgr.24293) 11535 : 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-07T14:38:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:04 smithi027 bash[31536]: cluster 2023-12-07T14:38:03.034788+0000 mgr.a (mgr.24293) 11535 : 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-07T14:38:05.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:06 smithi022 bash[28554]: cluster 2023-12-07T14:38:05.035368+0000 mgr.a (mgr.24293) 11536 : 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-07T14:38:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:06 smithi044 bash[32620]: cluster 2023-12-07T14:38:05.035368+0000 mgr.a (mgr.24293) 11536 : 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-07T14:38:06.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:06.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:06.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:06.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:06.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:06.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:06 smithi027 bash[31536]: cluster 2023-12-07T14:38:05.035368+0000 mgr.a (mgr.24293) 11536 : 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-07T14:38:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:07 smithi022 bash[28554]: audit 2023-12-07T14:38:05.917413+0000 mgr.a (mgr.24293) 11537 : audit 0 from='client.233847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:07 smithi044 bash[32620]: audit 2023-12-07T14:38:05.917413+0000 mgr.a (mgr.24293) 11537 : audit 0 from='client.233847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:07.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:07 smithi027 bash[31536]: audit 2023-12-07T14:38:05.917413+0000 mgr.a (mgr.24293) 11537 : audit 0 from='client.233847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:08 smithi022 bash[28554]: cluster 2023-12-07T14:38:07.036454+0000 mgr.a (mgr.24293) 11538 : 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-07T14:38:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:08 smithi044 bash[32620]: cluster 2023-12-07T14:38:07.036454+0000 mgr.a (mgr.24293) 11538 : 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-07T14:38:08.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:08 smithi027 bash[31536]: cluster 2023-12-07T14:38:07.036454+0000 mgr.a (mgr.24293) 11538 : 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-07T14:38:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:09 smithi022 bash[28554]: cluster 2023-12-07T14:38:09.037070+0000 mgr.a (mgr.24293) 11539 : 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-07T14:38:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:09 smithi044 bash[32620]: cluster 2023-12-07T14:38:09.037070+0000 mgr.a (mgr.24293) 11539 : 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-07T14:38:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:09 smithi027 bash[31536]: cluster 2023-12-07T14:38:09.037070+0000 mgr.a (mgr.24293) 11539 : 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-07T14:38:11.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:11.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:11.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:12.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:12.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:12 smithi022 bash[28554]: cluster 2023-12-07T14:38:11.037828+0000 mgr.a (mgr.24293) 11540 : 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-07T14:38:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:12 smithi044 bash[32620]: cluster 2023-12-07T14:38:11.037828+0000 mgr.a (mgr.24293) 11540 : 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-07T14:38:12.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:12 smithi027 bash[31536]: cluster 2023-12-07T14:38:11.037828+0000 mgr.a (mgr.24293) 11540 : 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-07T14:38:13.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:13 smithi022 bash[28554]: audit 2023-12-07T14:38:11.852801+0000 mgr.a (mgr.24293) 11541 : audit 0 from='client.233925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:13.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:13 smithi044 bash[32620]: audit 2023-12-07T14:38:11.852801+0000 mgr.a (mgr.24293) 11541 : audit 0 from='client.233925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:13.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:13 smithi027 bash[31536]: audit 2023-12-07T14:38:11.852801+0000 mgr.a (mgr.24293) 11541 : audit 0 from='client.233925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:14 smithi022 bash[28554]: cluster 2023-12-07T14:38:13.038572+0000 mgr.a (mgr.24293) 11542 : 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-07T14:38:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:14 smithi044 bash[32620]: cluster 2023-12-07T14:38:13.038572+0000 mgr.a (mgr.24293) 11542 : 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-07T14:38:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:14 smithi027 bash[31536]: cluster 2023-12-07T14:38:13.038572+0000 mgr.a (mgr.24293) 11542 : 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-07T14:38:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:16 smithi022 bash[28554]: cluster 2023-12-07T14:38:15.039172+0000 mgr.a (mgr.24293) 11543 : 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-07T14:38:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:16 smithi044 bash[32620]: cluster 2023-12-07T14:38:15.039172+0000 mgr.a (mgr.24293) 11543 : 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-07T14:38:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:16 smithi027 bash[31536]: cluster 2023-12-07T14:38:15.039172+0000 mgr.a (mgr.24293) 11543 : 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-07T14:38:17.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:17.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:17.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:18.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:18.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:18.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:18.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:18.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:18 smithi044 bash[32620]: cluster 2023-12-07T14:38:17.040019+0000 mgr.a (mgr.24293) 11544 : 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-07T14:38:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:18 smithi022 bash[28554]: cluster 2023-12-07T14:38:17.040019+0000 mgr.a (mgr.24293) 11544 : 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-07T14:38:18.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:18 smithi027 bash[31536]: cluster 2023-12-07T14:38:17.040019+0000 mgr.a (mgr.24293) 11544 : 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-07T14:38:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:19 smithi022 bash[28554]: audit 2023-12-07T14:38:17.776121+0000 mgr.a (mgr.24293) 11545 : audit 0 from='client.234000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:19 smithi044 bash[32620]: audit 2023-12-07T14:38:17.776121+0000 mgr.a (mgr.24293) 11545 : audit 0 from='client.234000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:19.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:19 smithi027 bash[31536]: audit 2023-12-07T14:38:17.776121+0000 mgr.a (mgr.24293) 11545 : audit 0 from='client.234000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:20 smithi022 bash[28554]: cluster 2023-12-07T14:38:19.040757+0000 mgr.a (mgr.24293) 11546 : 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-07T14:38:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:20 smithi044 bash[32620]: cluster 2023-12-07T14:38:19.040757+0000 mgr.a (mgr.24293) 11546 : 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-07T14:38:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:20 smithi027 bash[31536]: cluster 2023-12-07T14:38:19.040757+0000 mgr.a (mgr.24293) 11546 : 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-07T14:38:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:22 smithi044 bash[32620]: cluster 2023-12-07T14:38:21.041570+0000 mgr.a (mgr.24293) 11547 : 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-07T14:38:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:22 smithi022 bash[28554]: cluster 2023-12-07T14:38:21.041570+0000 mgr.a (mgr.24293) 11547 : 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-07T14:38:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:22 smithi027 bash[31536]: cluster 2023-12-07T14:38:21.041570+0000 mgr.a (mgr.24293) 11547 : 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-07T14:38:23.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:23.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:23.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:24.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:24.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:24.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:24.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:24.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:24 smithi022 bash[28554]: cluster 2023-12-07T14:38:23.042134+0000 mgr.a (mgr.24293) 11548 : 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-07T14:38:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:24 smithi044 bash[32620]: cluster 2023-12-07T14:38:23.042134+0000 mgr.a (mgr.24293) 11548 : 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-07T14:38:24.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:24 smithi027 bash[31536]: cluster 2023-12-07T14:38:23.042134+0000 mgr.a (mgr.24293) 11548 : 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-07T14:38:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:25 smithi022 bash[28554]: audit 2023-12-07T14:38:23.732246+0000 mgr.a (mgr.24293) 11549 : audit 0 from='client.234078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:25 smithi044 bash[32620]: audit 2023-12-07T14:38:23.732246+0000 mgr.a (mgr.24293) 11549 : audit 0 from='client.234078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:25 smithi027 bash[31536]: audit 2023-12-07T14:38:23.732246+0000 mgr.a (mgr.24293) 11549 : audit 0 from='client.234078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:26 smithi022 bash[28554]: cluster 2023-12-07T14:38:25.042856+0000 mgr.a (mgr.24293) 11550 : 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-07T14:38:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:26 smithi022 bash[28554]: audit 2023-12-07T14:38:26.002240+0000 mon.a (mon.0) 2049 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:38:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:26 smithi044 bash[32620]: cluster 2023-12-07T14:38:25.042856+0000 mgr.a (mgr.24293) 11550 : 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-07T14:38:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:26 smithi044 bash[32620]: audit 2023-12-07T14:38:26.002240+0000 mon.a (mon.0) 2049 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:38:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:26 smithi027 bash[31536]: cluster 2023-12-07T14:38:25.042856+0000 mgr.a (mgr.24293) 11550 : 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-07T14:38:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:26 smithi027 bash[31536]: audit 2023-12-07T14:38:26.002240+0000 mon.a (mon.0) 2049 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:38:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:27 smithi022 bash[28554]: audit 2023-12-07T14:38:26.796164+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:38:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:27 smithi022 bash[28554]: audit 2023-12-07T14:38:26.798064+0000 mon.a (mon.0) 2051 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:38:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:27 smithi022 bash[28554]: audit 2023-12-07T14:38:26.808554+0000 mon.a (mon.0) 2052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:38:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:27 smithi044 bash[32620]: audit 2023-12-07T14:38:26.796164+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:38:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:27 smithi044 bash[32620]: audit 2023-12-07T14:38:26.798064+0000 mon.a (mon.0) 2051 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:38:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:27 smithi044 bash[32620]: audit 2023-12-07T14:38:26.808554+0000 mon.a (mon.0) 2052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:38:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:27 smithi027 bash[31536]: audit 2023-12-07T14:38:26.796164+0000 mon.a (mon.0) 2050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:38:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:27 smithi027 bash[31536]: audit 2023-12-07T14:38:26.798064+0000 mon.a (mon.0) 2051 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:38:27.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:27 smithi027 bash[31536]: audit 2023-12-07T14:38:26.808554+0000 mon.a (mon.0) 2052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:38:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:28 smithi022 bash[28554]: cluster 2023-12-07T14:38:27.043736+0000 mgr.a (mgr.24293) 11551 : 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-07T14:38:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:28 smithi044 bash[32620]: cluster 2023-12-07T14:38:27.043736+0000 mgr.a (mgr.24293) 11551 : 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-07T14:38:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:28 smithi027 bash[31536]: cluster 2023-12-07T14:38:27.043736+0000 mgr.a (mgr.24293) 11551 : 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-07T14:38:29.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:29.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:29.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:29 smithi022 bash[28554]: cluster 2023-12-07T14:38:29.044306+0000 mgr.a (mgr.24293) 11552 : 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-07T14:38:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:29 smithi044 bash[32620]: cluster 2023-12-07T14:38:29.044306+0000 mgr.a (mgr.24293) 11552 : 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-07T14:38:30.180 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:30.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:30.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:30.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:30.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:29 smithi027 bash[31536]: cluster 2023-12-07T14:38:29.044306+0000 mgr.a (mgr.24293) 11552 : 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-07T14:38:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:30 smithi022 bash[28554]: audit 2023-12-07T14:38:29.671830+0000 mgr.a (mgr.24293) 11553 : audit 0 from='client.234156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:30 smithi044 bash[32620]: audit 2023-12-07T14:38:29.671830+0000 mgr.a (mgr.24293) 11553 : audit 0 from='client.234156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:30 smithi027 bash[31536]: audit 2023-12-07T14:38:29.671830+0000 mgr.a (mgr.24293) 11553 : audit 0 from='client.234156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:31 smithi022 bash[28554]: cluster 2023-12-07T14:38:31.045240+0000 mgr.a (mgr.24293) 11554 : 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-07T14:38:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:31 smithi044 bash[32620]: cluster 2023-12-07T14:38:31.045240+0000 mgr.a (mgr.24293) 11554 : 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-07T14:38:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:31 smithi027 bash[31536]: cluster 2023-12-07T14:38:31.045240+0000 mgr.a (mgr.24293) 11554 : 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-07T14:38:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:34 smithi044 bash[32620]: cluster 2023-12-07T14:38:33.045824+0000 mgr.a (mgr.24293) 11555 : 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-07T14:38:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:34 smithi022 bash[28554]: cluster 2023-12-07T14:38:33.045824+0000 mgr.a (mgr.24293) 11555 : 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-07T14:38:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:34 smithi027 bash[31536]: cluster 2023-12-07T14:38:33.045824+0000 mgr.a (mgr.24293) 11555 : 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-07T14:38:35.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:35.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:35.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:36 smithi022 bash[28554]: cluster 2023-12-07T14:38:35.046380+0000 mgr.a (mgr.24293) 11556 : 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-07T14:38:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:36 smithi044 bash[32620]: cluster 2023-12-07T14:38:35.046380+0000 mgr.a (mgr.24293) 11556 : 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-07T14:38:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:36 smithi027 bash[31536]: cluster 2023-12-07T14:38:35.046380+0000 mgr.a (mgr.24293) 11556 : 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-07T14:38:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:37 smithi022 bash[28554]: audit 2023-12-07T14:38:35.601824+0000 mgr.a (mgr.24293) 11557 : audit 0 from='client.234228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:37.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:37 smithi044 bash[32620]: audit 2023-12-07T14:38:35.601824+0000 mgr.a (mgr.24293) 11557 : audit 0 from='client.234228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:37 smithi027 bash[31536]: audit 2023-12-07T14:38:35.601824+0000 mgr.a (mgr.24293) 11557 : audit 0 from='client.234228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:38 smithi022 bash[28554]: cluster 2023-12-07T14:38:37.047456+0000 mgr.a (mgr.24293) 11558 : 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-07T14:38:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:38 smithi044 bash[32620]: cluster 2023-12-07T14:38:37.047456+0000 mgr.a (mgr.24293) 11558 : 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-07T14:38:38.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:38 smithi027 bash[31536]: cluster 2023-12-07T14:38:37.047456+0000 mgr.a (mgr.24293) 11558 : 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-07T14:38:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:39 smithi022 bash[28554]: cluster 2023-12-07T14:38:39.048060+0000 mgr.a (mgr.24293) 11559 : 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-07T14:38:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:39 smithi044 bash[32620]: cluster 2023-12-07T14:38:39.048060+0000 mgr.a (mgr.24293) 11559 : 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-07T14:38:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:39 smithi027 bash[31536]: cluster 2023-12-07T14:38:39.048060+0000 mgr.a (mgr.24293) 11559 : 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-07T14:38:41.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:41.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:41.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:42.065 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:42.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:42.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:42.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:42.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:42 smithi022 bash[28554]: cluster 2023-12-07T14:38:41.048793+0000 mgr.a (mgr.24293) 11560 : 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-07T14:38:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:42 smithi044 bash[32620]: cluster 2023-12-07T14:38:41.048793+0000 mgr.a (mgr.24293) 11560 : 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-07T14:38:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:42 smithi027 bash[31536]: cluster 2023-12-07T14:38:41.048793+0000 mgr.a (mgr.24293) 11560 : 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-07T14:38:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:43 smithi022 bash[28554]: audit 2023-12-07T14:38:41.542789+0000 mgr.a (mgr.24293) 11561 : audit 0 from='client.234300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:43.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:43 smithi044 bash[32620]: audit 2023-12-07T14:38:41.542789+0000 mgr.a (mgr.24293) 11561 : audit 0 from='client.234300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:43 smithi027 bash[31536]: audit 2023-12-07T14:38:41.542789+0000 mgr.a (mgr.24293) 11561 : audit 0 from='client.234300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:44 smithi044 bash[32620]: cluster 2023-12-07T14:38:43.049668+0000 mgr.a (mgr.24293) 11562 : 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-07T14:38:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:44 smithi022 bash[28554]: cluster 2023-12-07T14:38:43.049668+0000 mgr.a (mgr.24293) 11562 : 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-07T14:38:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:44 smithi027 bash[31536]: cluster 2023-12-07T14:38:43.049668+0000 mgr.a (mgr.24293) 11562 : 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-07T14:38:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:46 smithi022 bash[28554]: cluster 2023-12-07T14:38:45.050297+0000 mgr.a (mgr.24293) 11563 : 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-07T14:38:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:46 smithi044 bash[32620]: cluster 2023-12-07T14:38:45.050297+0000 mgr.a (mgr.24293) 11563 : 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-07T14:38:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:46 smithi027 bash[31536]: cluster 2023-12-07T14:38:45.050297+0000 mgr.a (mgr.24293) 11563 : 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-07T14:38:47.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:47.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:47.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:48.003 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:48.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:48.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:48.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:48.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:48 smithi044 bash[32620]: cluster 2023-12-07T14:38:47.051114+0000 mgr.a (mgr.24293) 11564 : 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-07T14:38:48.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:48 smithi022 bash[28554]: cluster 2023-12-07T14:38:47.051114+0000 mgr.a (mgr.24293) 11564 : 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-07T14:38:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:48 smithi027 bash[31536]: cluster 2023-12-07T14:38:47.051114+0000 mgr.a (mgr.24293) 11564 : 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-07T14:38:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:49 smithi044 bash[32620]: audit 2023-12-07T14:38:47.474858+0000 mgr.a (mgr.24293) 11565 : audit 0 from='client.234378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:49 smithi022 bash[28554]: audit 2023-12-07T14:38:47.474858+0000 mgr.a (mgr.24293) 11565 : audit 0 from='client.234378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:49 smithi027 bash[31536]: audit 2023-12-07T14:38:47.474858+0000 mgr.a (mgr.24293) 11565 : audit 0 from='client.234378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:50 smithi044 bash[32620]: cluster 2023-12-07T14:38:49.051880+0000 mgr.a (mgr.24293) 11566 : 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-07T14:38:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:50 smithi022 bash[28554]: cluster 2023-12-07T14:38:49.051880+0000 mgr.a (mgr.24293) 11566 : 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-07T14:38:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:50 smithi027 bash[31536]: cluster 2023-12-07T14:38:49.051880+0000 mgr.a (mgr.24293) 11566 : 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-07T14:38:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:52 smithi022 bash[28554]: cluster 2023-12-07T14:38:51.052716+0000 mgr.a (mgr.24293) 11567 : 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-07T14:38:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:52 smithi044 bash[32620]: cluster 2023-12-07T14:38:51.052716+0000 mgr.a (mgr.24293) 11567 : 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-07T14:38:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:52 smithi027 bash[31536]: cluster 2023-12-07T14:38:51.052716+0000 mgr.a (mgr.24293) 11567 : 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-07T14:38:53.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:53.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:53.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:53.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:53.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:53.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:53.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:53.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:38:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:54 smithi022 bash[28554]: cluster 2023-12-07T14:38:53.053418+0000 mgr.a (mgr.24293) 11568 : 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-07T14:38:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:54 smithi044 bash[32620]: cluster 2023-12-07T14:38:53.053418+0000 mgr.a (mgr.24293) 11568 : 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-07T14:38:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:54 smithi027 bash[31536]: cluster 2023-12-07T14:38:53.053418+0000 mgr.a (mgr.24293) 11568 : 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-07T14:38:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:55 smithi044 bash[32620]: audit 2023-12-07T14:38:53.417538+0000 mgr.a (mgr.24293) 11569 : audit 0 from='client.234456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:55 smithi022 bash[28554]: audit 2023-12-07T14:38:53.417538+0000 mgr.a (mgr.24293) 11569 : audit 0 from='client.234456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:55.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:55 smithi027 bash[31536]: audit 2023-12-07T14:38:53.417538+0000 mgr.a (mgr.24293) 11569 : audit 0 from='client.234456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:56 smithi022 bash[28554]: cluster 2023-12-07T14:38:55.054237+0000 mgr.a (mgr.24293) 11570 : 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-07T14:38:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:56 smithi044 bash[32620]: cluster 2023-12-07T14:38:55.054237+0000 mgr.a (mgr.24293) 11570 : 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-07T14:38:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:56 smithi027 bash[31536]: cluster 2023-12-07T14:38:55.054237+0000 mgr.a (mgr.24293) 11570 : 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-07T14:38:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:58 smithi022 bash[28554]: cluster 2023-12-07T14:38:57.055055+0000 mgr.a (mgr.24293) 11571 : 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-07T14:38:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:58 smithi044 bash[32620]: cluster 2023-12-07T14:38:57.055055+0000 mgr.a (mgr.24293) 11571 : 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-07T14:38:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:58 smithi027 bash[31536]: cluster 2023-12-07T14:38:57.055055+0000 mgr.a (mgr.24293) 11571 : 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-07T14:38:58.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:38:58.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:58.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:59.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:38:59.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:59.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:59.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:59.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:38:59 smithi022 bash[28554]: cluster 2023-12-07T14:38:59.055662+0000 mgr.a (mgr.24293) 11572 : 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-07T14:39:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:38:59 smithi044 bash[32620]: cluster 2023-12-07T14:38:59.055662+0000 mgr.a (mgr.24293) 11572 : 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-07T14:39:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:38:59 smithi027 bash[31536]: cluster 2023-12-07T14:38:59.055662+0000 mgr.a (mgr.24293) 11572 : 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-07T14:39:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:00 smithi022 bash[28554]: audit 2023-12-07T14:38:59.385766+0000 mgr.a (mgr.24293) 11573 : audit 0 from='client.234534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:00 smithi044 bash[32620]: audit 2023-12-07T14:38:59.385766+0000 mgr.a (mgr.24293) 11573 : audit 0 from='client.234534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:00 smithi027 bash[31536]: audit 2023-12-07T14:38:59.385766+0000 mgr.a (mgr.24293) 11573 : audit 0 from='client.234534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:01 smithi022 bash[28554]: cluster 2023-12-07T14:39:01.056557+0000 mgr.a (mgr.24293) 11574 : 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-07T14:39:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:01 smithi044 bash[32620]: cluster 2023-12-07T14:39:01.056557+0000 mgr.a (mgr.24293) 11574 : 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-07T14:39:02.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:01 smithi027 bash[31536]: cluster 2023-12-07T14:39:01.056557+0000 mgr.a (mgr.24293) 11574 : 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-07T14:39:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:04 smithi022 bash[28554]: cluster 2023-12-07T14:39:03.057145+0000 mgr.a (mgr.24293) 11575 : 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-07T14:39:04.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:04 smithi044 bash[32620]: cluster 2023-12-07T14:39:03.057145+0000 mgr.a (mgr.24293) 11575 : 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-07T14:39:04.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:04 smithi027 bash[31536]: cluster 2023-12-07T14:39:03.057145+0000 mgr.a (mgr.24293) 11575 : 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-07T14:39:04.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:04.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:04.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:05.813 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:05.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:05.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:05.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:05.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:06 smithi022 bash[28554]: cluster 2023-12-07T14:39:05.057680+0000 mgr.a (mgr.24293) 11576 : 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-07T14:39:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:06 smithi044 bash[32620]: cluster 2023-12-07T14:39:05.057680+0000 mgr.a (mgr.24293) 11576 : 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-07T14:39:06.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:06 smithi027 bash[31536]: cluster 2023-12-07T14:39:05.057680+0000 mgr.a (mgr.24293) 11576 : 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-07T14:39:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:07 smithi022 bash[28554]: audit 2023-12-07T14:39:05.303789+0000 mgr.a (mgr.24293) 11577 : audit 0 from='client.234612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:07 smithi044 bash[32620]: audit 2023-12-07T14:39:05.303789+0000 mgr.a (mgr.24293) 11577 : audit 0 from='client.234612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:07.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:07 smithi027 bash[31536]: audit 2023-12-07T14:39:05.303789+0000 mgr.a (mgr.24293) 11577 : audit 0 from='client.234612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:08 smithi044 bash[32620]: cluster 2023-12-07T14:39:07.058920+0000 mgr.a (mgr.24293) 11578 : cluster 0 pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:08 smithi022 bash[28554]: cluster 2023-12-07T14:39:07.058920+0000 mgr.a (mgr.24293) 11578 : cluster 0 pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:08 smithi027 bash[31536]: cluster 2023-12-07T14:39:07.058920+0000 mgr.a (mgr.24293) 11578 : cluster 0 pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:09 smithi022 bash[28554]: cluster 2023-12-07T14:39:09.059580+0000 mgr.a (mgr.24293) 11579 : cluster 0 pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:09 smithi044 bash[32620]: cluster 2023-12-07T14:39:09.059580+0000 mgr.a (mgr.24293) 11579 : cluster 0 pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:09 smithi027 bash[31536]: cluster 2023-12-07T14:39:09.059580+0000 mgr.a (mgr.24293) 11579 : cluster 0 pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:10.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:10.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:10.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:11.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:11.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:11.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:11.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:11.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:12 smithi022 bash[28554]: cluster 2023-12-07T14:39:11.060316+0000 mgr.a (mgr.24293) 11580 : 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-07T14:39:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:12 smithi022 bash[28554]: audit 2023-12-07T14:39:11.227455+0000 mgr.a (mgr.24293) 11581 : audit 0 from='client.234687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:12 smithi044 bash[32620]: cluster 2023-12-07T14:39:11.060316+0000 mgr.a (mgr.24293) 11580 : 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-07T14:39:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:12 smithi044 bash[32620]: audit 2023-12-07T14:39:11.227455+0000 mgr.a (mgr.24293) 11581 : audit 0 from='client.234687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:12 smithi027 bash[31536]: cluster 2023-12-07T14:39:11.060316+0000 mgr.a (mgr.24293) 11580 : 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-07T14:39:12.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:12 smithi027 bash[31536]: audit 2023-12-07T14:39:11.227455+0000 mgr.a (mgr.24293) 11581 : audit 0 from='client.234687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:14.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:14 smithi022 bash[28554]: cluster 2023-12-07T14:39:13.060962+0000 mgr.a (mgr.24293) 11582 : 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-07T14:39:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:14 smithi044 bash[32620]: cluster 2023-12-07T14:39:13.060962+0000 mgr.a (mgr.24293) 11582 : 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-07T14:39:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:14 smithi027 bash[31536]: cluster 2023-12-07T14:39:13.060962+0000 mgr.a (mgr.24293) 11582 : 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-07T14:39:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:16 smithi022 bash[28554]: cluster 2023-12-07T14:39:15.061525+0000 mgr.a (mgr.24293) 11583 : 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-07T14:39:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:16 smithi044 bash[32620]: cluster 2023-12-07T14:39:15.061525+0000 mgr.a (mgr.24293) 11583 : 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-07T14:39:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:16 smithi027 bash[31536]: cluster 2023-12-07T14:39:15.061525+0000 mgr.a (mgr.24293) 11583 : 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-07T14:39:16.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:16.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:16.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:17.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:18 smithi022 bash[28554]: cluster 2023-12-07T14:39:17.062070+0000 mgr.a (mgr.24293) 11584 : 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-07T14:39:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:18 smithi022 bash[28554]: audit 2023-12-07T14:39:17.177956+0000 mgr.a (mgr.24293) 11585 : audit 0 from='client.234762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:18 smithi044 bash[32620]: cluster 2023-12-07T14:39:17.062070+0000 mgr.a (mgr.24293) 11584 : 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-07T14:39:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:18 smithi044 bash[32620]: audit 2023-12-07T14:39:17.177956+0000 mgr.a (mgr.24293) 11585 : audit 0 from='client.234762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:18 smithi027 bash[31536]: cluster 2023-12-07T14:39:17.062070+0000 mgr.a (mgr.24293) 11584 : 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-07T14:39:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:18 smithi027 bash[31536]: audit 2023-12-07T14:39:17.177956+0000 mgr.a (mgr.24293) 11585 : audit 0 from='client.234762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:19 smithi022 bash[28554]: cluster 2023-12-07T14:39:19.062696+0000 mgr.a (mgr.24293) 11586 : cluster 0 pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:19 smithi044 bash[32620]: cluster 2023-12-07T14:39:19.062696+0000 mgr.a (mgr.24293) 11586 : cluster 0 pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:19 smithi027 bash[31536]: cluster 2023-12-07T14:39:19.062696+0000 mgr.a (mgr.24293) 11586 : cluster 0 pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:22 smithi022 bash[28554]: cluster 2023-12-07T14:39:21.063559+0000 mgr.a (mgr.24293) 11587 : cluster 0 pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:22 smithi044 bash[32620]: cluster 2023-12-07T14:39:21.063559+0000 mgr.a (mgr.24293) 11587 : cluster 0 pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:22 smithi027 bash[31536]: cluster 2023-12-07T14:39:21.063559+0000 mgr.a (mgr.24293) 11587 : cluster 0 pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:22.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:22.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:22.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:23.646 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:23.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:23.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:23.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:23.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:24 smithi022 bash[28554]: cluster 2023-12-07T14:39:23.064040+0000 mgr.a (mgr.24293) 11588 : 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-07T14:39:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:24 smithi022 bash[28554]: audit 2023-12-07T14:39:23.119879+0000 mgr.a (mgr.24293) 11589 : audit 0 from='client.234837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:24 smithi044 bash[32620]: cluster 2023-12-07T14:39:23.064040+0000 mgr.a (mgr.24293) 11588 : 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-07T14:39:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:24 smithi044 bash[32620]: audit 2023-12-07T14:39:23.119879+0000 mgr.a (mgr.24293) 11589 : audit 0 from='client.234837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:24 smithi027 bash[31536]: cluster 2023-12-07T14:39:23.064040+0000 mgr.a (mgr.24293) 11588 : 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-07T14:39:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:24 smithi027 bash[31536]: audit 2023-12-07T14:39:23.119879+0000 mgr.a (mgr.24293) 11589 : audit 0 from='client.234837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:26 smithi022 bash[28554]: cluster 2023-12-07T14:39:25.064715+0000 mgr.a (mgr.24293) 11590 : 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-07T14:39:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:26 smithi044 bash[32620]: cluster 2023-12-07T14:39:25.064715+0000 mgr.a (mgr.24293) 11590 : 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-07T14:39:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:26 smithi027 bash[31536]: cluster 2023-12-07T14:39:25.064715+0000 mgr.a (mgr.24293) 11590 : 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-07T14:39:27.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:27 smithi022 bash[28554]: audit 2023-12-07T14:39:26.910988+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:39:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:27 smithi044 bash[32620]: audit 2023-12-07T14:39:26.910988+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:39:27.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:27 smithi027 bash[31536]: audit 2023-12-07T14:39:26.910988+0000 mon.a (mon.0) 2053 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:39:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:28 smithi022 bash[28554]: cluster 2023-12-07T14:39:27.065567+0000 mgr.a (mgr.24293) 11591 : 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-07T14:39:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:28 smithi022 bash[28554]: audit 2023-12-07T14:39:27.695747+0000 mon.a (mon.0) 2054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:39:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:28 smithi022 bash[28554]: audit 2023-12-07T14:39:27.697622+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:39:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:28 smithi022 bash[28554]: audit 2023-12-07T14:39:27.707035+0000 mon.a (mon.0) 2056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:39:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:28 smithi044 bash[32620]: cluster 2023-12-07T14:39:27.065567+0000 mgr.a (mgr.24293) 11591 : 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-07T14:39:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:28 smithi044 bash[32620]: audit 2023-12-07T14:39:27.695747+0000 mon.a (mon.0) 2054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:39:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:28 smithi044 bash[32620]: audit 2023-12-07T14:39:27.697622+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:39:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:28 smithi044 bash[32620]: audit 2023-12-07T14:39:27.707035+0000 mon.a (mon.0) 2056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:39:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:28 smithi027 bash[31536]: cluster 2023-12-07T14:39:27.065567+0000 mgr.a (mgr.24293) 11591 : 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-07T14:39:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:28 smithi027 bash[31536]: audit 2023-12-07T14:39:27.695747+0000 mon.a (mon.0) 2054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:39:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:28 smithi027 bash[31536]: audit 2023-12-07T14:39:27.697622+0000 mon.a (mon.0) 2055 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:39:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:28 smithi027 bash[31536]: audit 2023-12-07T14:39:27.707035+0000 mon.a (mon.0) 2056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:39:28.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:28.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:28.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:29.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:29.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:29.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:29.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:29.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:29 smithi022 bash[28554]: audit 2023-12-07T14:39:29.064998+0000 mgr.a (mgr.24293) 11592 : audit 0 from='client.234915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:29 smithi022 bash[28554]: cluster 2023-12-07T14:39:29.065896+0000 mgr.a (mgr.24293) 11593 : 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-07T14:39:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:29 smithi044 bash[32620]: audit 2023-12-07T14:39:29.064998+0000 mgr.a (mgr.24293) 11592 : audit 0 from='client.234915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:29 smithi044 bash[32620]: cluster 2023-12-07T14:39:29.065896+0000 mgr.a (mgr.24293) 11593 : 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-07T14:39:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:29 smithi027 bash[31536]: audit 2023-12-07T14:39:29.064998+0000 mgr.a (mgr.24293) 11592 : audit 0 from='client.234915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:29 smithi027 bash[31536]: cluster 2023-12-07T14:39:29.065896+0000 mgr.a (mgr.24293) 11593 : 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-07T14:39:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:32 smithi022 bash[28554]: cluster 2023-12-07T14:39:31.066864+0000 mgr.a (mgr.24293) 11594 : 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-07T14:39:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:32 smithi044 bash[32620]: cluster 2023-12-07T14:39:31.066864+0000 mgr.a (mgr.24293) 11594 : 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-07T14:39:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:32 smithi027 bash[31536]: cluster 2023-12-07T14:39:31.066864+0000 mgr.a (mgr.24293) 11594 : 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-07T14:39:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:34 smithi022 bash[28554]: cluster 2023-12-07T14:39:33.067420+0000 mgr.a (mgr.24293) 11595 : 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-07T14:39:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:34 smithi044 bash[32620]: cluster 2023-12-07T14:39:33.067420+0000 mgr.a (mgr.24293) 11595 : 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-07T14:39:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:34 smithi027 bash[31536]: cluster 2023-12-07T14:39:33.067420+0000 mgr.a (mgr.24293) 11595 : 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-07T14:39:34.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:34.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:34.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:35.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:35.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:35.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:36 smithi022 bash[28554]: audit 2023-12-07T14:39:35.007841+0000 mgr.a (mgr.24293) 11596 : audit 0 from='client.234990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:36 smithi022 bash[28554]: cluster 2023-12-07T14:39:35.068081+0000 mgr.a (mgr.24293) 11597 : 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-07T14:39:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:36 smithi044 bash[32620]: audit 2023-12-07T14:39:35.007841+0000 mgr.a (mgr.24293) 11596 : audit 0 from='client.234990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:36 smithi044 bash[32620]: cluster 2023-12-07T14:39:35.068081+0000 mgr.a (mgr.24293) 11597 : 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-07T14:39:36.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:36 smithi027 bash[31536]: audit 2023-12-07T14:39:35.007841+0000 mgr.a (mgr.24293) 11596 : audit 0 from='client.234990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:36 smithi027 bash[31536]: cluster 2023-12-07T14:39:35.068081+0000 mgr.a (mgr.24293) 11597 : 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-07T14:39:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:38 smithi022 bash[28554]: cluster 2023-12-07T14:39:37.069096+0000 mgr.a (mgr.24293) 11598 : cluster 0 pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:39:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:38 smithi044 bash[32620]: cluster 2023-12-07T14:39:37.069096+0000 mgr.a (mgr.24293) 11598 : cluster 0 pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:39:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:38 smithi027 bash[31536]: cluster 2023-12-07T14:39:37.069096+0000 mgr.a (mgr.24293) 11598 : cluster 0 pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:39:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:39 smithi022 bash[28554]: cluster 2023-12-07T14:39:39.069734+0000 mgr.a (mgr.24293) 11599 : cluster 0 pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:39:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:39 smithi044 bash[32620]: cluster 2023-12-07T14:39:39.069734+0000 mgr.a (mgr.24293) 11599 : cluster 0 pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:39:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:39 smithi027 bash[31536]: cluster 2023-12-07T14:39:39.069734+0000 mgr.a (mgr.24293) 11599 : cluster 0 pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:39:40.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:40.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:40.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:41.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:42 smithi022 bash[28554]: audit 2023-12-07T14:39:40.954454+0000 mgr.a (mgr.24293) 11600 : audit 0 from='client.235068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:42 smithi022 bash[28554]: cluster 2023-12-07T14:39:41.070568+0000 mgr.a (mgr.24293) 11601 : 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-07T14:39:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:42 smithi044 bash[32620]: audit 2023-12-07T14:39:40.954454+0000 mgr.a (mgr.24293) 11600 : audit 0 from='client.235068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:42 smithi044 bash[32620]: cluster 2023-12-07T14:39:41.070568+0000 mgr.a (mgr.24293) 11601 : 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-07T14:39:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:42 smithi027 bash[31536]: audit 2023-12-07T14:39:40.954454+0000 mgr.a (mgr.24293) 11600 : audit 0 from='client.235068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:42 smithi027 bash[31536]: cluster 2023-12-07T14:39:41.070568+0000 mgr.a (mgr.24293) 11601 : 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-07T14:39:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:44 smithi044 bash[32620]: cluster 2023-12-07T14:39:43.071269+0000 mgr.a (mgr.24293) 11602 : 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-07T14:39:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:44 smithi022 bash[28554]: cluster 2023-12-07T14:39:43.071269+0000 mgr.a (mgr.24293) 11602 : 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-07T14:39:44.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:44 smithi027 bash[31536]: cluster 2023-12-07T14:39:43.071269+0000 mgr.a (mgr.24293) 11602 : 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-07T14:39:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:46 smithi022 bash[28554]: cluster 2023-12-07T14:39:45.071994+0000 mgr.a (mgr.24293) 11603 : 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-07T14:39:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:46 smithi044 bash[32620]: cluster 2023-12-07T14:39:45.071994+0000 mgr.a (mgr.24293) 11603 : 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-07T14:39:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:46 smithi027 bash[31536]: cluster 2023-12-07T14:39:45.071994+0000 mgr.a (mgr.24293) 11603 : 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-07T14:39:46.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:46.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:46.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:47.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:48 smithi022 bash[28554]: audit 2023-12-07T14:39:46.892958+0000 mgr.a (mgr.24293) 11604 : audit 0 from='client.235140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:48 smithi022 bash[28554]: cluster 2023-12-07T14:39:47.073179+0000 mgr.a (mgr.24293) 11605 : 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-07T14:39:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:48 smithi044 bash[32620]: audit 2023-12-07T14:39:46.892958+0000 mgr.a (mgr.24293) 11604 : audit 0 from='client.235140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:48 smithi044 bash[32620]: cluster 2023-12-07T14:39:47.073179+0000 mgr.a (mgr.24293) 11605 : 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-07T14:39:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:48 smithi027 bash[31536]: audit 2023-12-07T14:39:46.892958+0000 mgr.a (mgr.24293) 11604 : audit 0 from='client.235140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:48 smithi027 bash[31536]: cluster 2023-12-07T14:39:47.073179+0000 mgr.a (mgr.24293) 11605 : 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-07T14:39:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:49 smithi022 bash[28554]: cluster 2023-12-07T14:39:49.073868+0000 mgr.a (mgr.24293) 11606 : cluster 0 pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:39:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:49 smithi044 bash[32620]: cluster 2023-12-07T14:39:49.073868+0000 mgr.a (mgr.24293) 11606 : cluster 0 pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:39:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:49 smithi027 bash[31536]: cluster 2023-12-07T14:39:49.073868+0000 mgr.a (mgr.24293) 11606 : cluster 0 pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:39:52.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:52.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:52.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:52 smithi022 bash[28554]: cluster 2023-12-07T14:39:51.074662+0000 mgr.a (mgr.24293) 11607 : cluster 0 pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:39:52.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:52 smithi044 bash[32620]: cluster 2023-12-07T14:39:51.074662+0000 mgr.a (mgr.24293) 11607 : cluster 0 pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:39:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:52 smithi027 bash[31536]: cluster 2023-12-07T14:39:51.074662+0000 mgr.a (mgr.24293) 11607 : cluster 0 pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:39:53.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:53.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:53.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:53.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:39:53.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:54 smithi022 bash[28554]: audit 2023-12-07T14:39:52.827654+0000 mgr.a (mgr.24293) 11608 : audit 0 from='client.235212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:54 smithi022 bash[28554]: cluster 2023-12-07T14:39:53.075201+0000 mgr.a (mgr.24293) 11609 : 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-07T14:39:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:54 smithi044 bash[32620]: audit 2023-12-07T14:39:52.827654+0000 mgr.a (mgr.24293) 11608 : audit 0 from='client.235212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:54 smithi044 bash[32620]: cluster 2023-12-07T14:39:53.075201+0000 mgr.a (mgr.24293) 11609 : 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-07T14:39:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:54 smithi027 bash[31536]: audit 2023-12-07T14:39:52.827654+0000 mgr.a (mgr.24293) 11608 : audit 0 from='client.235212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:54 smithi027 bash[31536]: cluster 2023-12-07T14:39:53.075201+0000 mgr.a (mgr.24293) 11609 : 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-07T14:39:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:56 smithi044 bash[32620]: cluster 2023-12-07T14:39:55.075908+0000 mgr.a (mgr.24293) 11610 : 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-07T14:39:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:56 smithi022 bash[28554]: cluster 2023-12-07T14:39:55.075908+0000 mgr.a (mgr.24293) 11610 : 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-07T14:39:56.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:56 smithi027 bash[31536]: cluster 2023-12-07T14:39:55.075908+0000 mgr.a (mgr.24293) 11610 : 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-07T14:39:58.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:39:58.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:58.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:58 smithi044 bash[32620]: cluster 2023-12-07T14:39:57.076758+0000 mgr.a (mgr.24293) 11611 : 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-07T14:39:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:58 smithi022 bash[28554]: cluster 2023-12-07T14:39:57.076758+0000 mgr.a (mgr.24293) 11611 : 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-07T14:39:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:58 smithi027 bash[31536]: cluster 2023-12-07T14:39:57.076758+0000 mgr.a (mgr.24293) 11611 : 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-07T14:39:59.310 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:39:59.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:59.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:59.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:59.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:59 smithi044 bash[32620]: audit 2023-12-07T14:39:58.783592+0000 mgr.a (mgr.24293) 11612 : audit 0 from='client.235281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:39:59 smithi044 bash[32620]: cluster 2023-12-07T14:39:59.077507+0000 mgr.a (mgr.24293) 11613 : 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-07T14:40:00.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:59 smithi022 bash[28554]: audit 2023-12-07T14:39:58.783592+0000 mgr.a (mgr.24293) 11612 : audit 0 from='client.235281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:00.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:39:59 smithi022 bash[28554]: cluster 2023-12-07T14:39:59.077507+0000 mgr.a (mgr.24293) 11613 : 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-07T14:40:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:59 smithi027 bash[31536]: audit 2023-12-07T14:39:58.783592+0000 mgr.a (mgr.24293) 11612 : audit 0 from='client.235281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:39:59 smithi027 bash[31536]: cluster 2023-12-07T14:39:59.077507+0000 mgr.a (mgr.24293) 11613 : 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-07T14:40:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:00 smithi044 bash[32620]: cluster 2023-12-07T14:40:00.000160+0000 mon.a (mon.0) 2057 : cluster 1 overall HEALTH_OK 2023-12-07T14:40:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:00 smithi022 bash[28554]: cluster 2023-12-07T14:40:00.000160+0000 mon.a (mon.0) 2057 : cluster 1 overall HEALTH_OK 2023-12-07T14:40:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:00 smithi027 bash[31536]: cluster 2023-12-07T14:40:00.000160+0000 mon.a (mon.0) 2057 : cluster 1 overall HEALTH_OK 2023-12-07T14:40:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:01 smithi044 bash[32620]: cluster 2023-12-07T14:40:01.078477+0000 mgr.a (mgr.24293) 11614 : 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-07T14:40:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:01 smithi022 bash[28554]: cluster 2023-12-07T14:40:01.078477+0000 mgr.a (mgr.24293) 11614 : 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-07T14:40:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:01 smithi027 bash[31536]: cluster 2023-12-07T14:40:01.078477+0000 mgr.a (mgr.24293) 11614 : 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-07T14:40:04.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:04.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:04.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:04 smithi044 bash[32620]: cluster 2023-12-07T14:40:03.079004+0000 mgr.a (mgr.24293) 11615 : 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-07T14:40:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:04 smithi022 bash[28554]: cluster 2023-12-07T14:40:03.079004+0000 mgr.a (mgr.24293) 11615 : 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-07T14:40:04.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:04 smithi027 bash[31536]: cluster 2023-12-07T14:40:03.079004+0000 mgr.a (mgr.24293) 11615 : 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-07T14:40:05.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:05.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:05.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:05.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:05.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:06 smithi044 bash[32620]: audit 2023-12-07T14:40:04.725696+0000 mgr.a (mgr.24293) 11616 : audit 0 from='client.235359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:06 smithi044 bash[32620]: cluster 2023-12-07T14:40:05.079690+0000 mgr.a (mgr.24293) 11617 : 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-07T14:40:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:06 smithi022 bash[28554]: audit 2023-12-07T14:40:04.725696+0000 mgr.a (mgr.24293) 11616 : audit 0 from='client.235359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:06 smithi022 bash[28554]: cluster 2023-12-07T14:40:05.079690+0000 mgr.a (mgr.24293) 11617 : 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-07T14:40:06.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:06 smithi027 bash[31536]: audit 2023-12-07T14:40:04.725696+0000 mgr.a (mgr.24293) 11616 : audit 0 from='client.235359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:06.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:06 smithi027 bash[31536]: cluster 2023-12-07T14:40:05.079690+0000 mgr.a (mgr.24293) 11617 : 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-07T14:40:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:08 smithi044 bash[32620]: cluster 2023-12-07T14:40:07.080571+0000 mgr.a (mgr.24293) 11618 : 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-07T14:40:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:08 smithi022 bash[28554]: cluster 2023-12-07T14:40:07.080571+0000 mgr.a (mgr.24293) 11618 : 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-07T14:40:08.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:08 smithi027 bash[31536]: cluster 2023-12-07T14:40:07.080571+0000 mgr.a (mgr.24293) 11618 : 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-07T14:40:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:09 smithi044 bash[32620]: cluster 2023-12-07T14:40:09.081150+0000 mgr.a (mgr.24293) 11619 : 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-07T14:40:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:09 smithi022 bash[28554]: cluster 2023-12-07T14:40:09.081150+0000 mgr.a (mgr.24293) 11619 : 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-07T14:40:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:09 smithi027 bash[31536]: cluster 2023-12-07T14:40:09.081150+0000 mgr.a (mgr.24293) 11619 : 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-07T14:40:10.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:10.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:10.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:11.189 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:11.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:11.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:11.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:11.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:12 smithi044 bash[32620]: audit 2023-12-07T14:40:10.657615+0000 mgr.a (mgr.24293) 11620 : audit 0 from='client.235434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:12 smithi044 bash[32620]: cluster 2023-12-07T14:40:11.082293+0000 mgr.a (mgr.24293) 11621 : cluster 0 pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:12 smithi022 bash[28554]: audit 2023-12-07T14:40:10.657615+0000 mgr.a (mgr.24293) 11620 : audit 0 from='client.235434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:12 smithi022 bash[28554]: cluster 2023-12-07T14:40:11.082293+0000 mgr.a (mgr.24293) 11621 : cluster 0 pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:12.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:12 smithi027 bash[31536]: audit 2023-12-07T14:40:10.657615+0000 mgr.a (mgr.24293) 11620 : audit 0 from='client.235434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:12.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:12 smithi027 bash[31536]: cluster 2023-12-07T14:40:11.082293+0000 mgr.a (mgr.24293) 11621 : cluster 0 pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:14 smithi044 bash[32620]: cluster 2023-12-07T14:40:13.083013+0000 mgr.a (mgr.24293) 11622 : cluster 0 pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:14.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:14 smithi022 bash[28554]: cluster 2023-12-07T14:40:13.083013+0000 mgr.a (mgr.24293) 11622 : cluster 0 pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:14 smithi027 bash[31536]: cluster 2023-12-07T14:40:13.083013+0000 mgr.a (mgr.24293) 11622 : cluster 0 pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:16.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:16.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:16.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:16 smithi044 bash[32620]: cluster 2023-12-07T14:40:15.083621+0000 mgr.a (mgr.24293) 11623 : cluster 0 pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:16 smithi022 bash[28554]: cluster 2023-12-07T14:40:15.083621+0000 mgr.a (mgr.24293) 11623 : cluster 0 pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:16 smithi027 bash[31536]: cluster 2023-12-07T14:40:15.083621+0000 mgr.a (mgr.24293) 11623 : cluster 0 pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:17.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:17.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:17.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:17.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:17.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:18 smithi022 bash[28554]: audit 2023-12-07T14:40:16.605427+0000 mgr.a (mgr.24293) 11624 : audit 0 from='client.235512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:18 smithi022 bash[28554]: cluster 2023-12-07T14:40:17.084381+0000 mgr.a (mgr.24293) 11625 : 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-07T14:40:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:18 smithi044 bash[32620]: audit 2023-12-07T14:40:16.605427+0000 mgr.a (mgr.24293) 11624 : audit 0 from='client.235512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:18 smithi044 bash[32620]: cluster 2023-12-07T14:40:17.084381+0000 mgr.a (mgr.24293) 11625 : 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-07T14:40:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:18 smithi027 bash[31536]: audit 2023-12-07T14:40:16.605427+0000 mgr.a (mgr.24293) 11624 : audit 0 from='client.235512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:18 smithi027 bash[31536]: cluster 2023-12-07T14:40:17.084381+0000 mgr.a (mgr.24293) 11625 : 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-07T14:40:20.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:19 smithi022 bash[28554]: cluster 2023-12-07T14:40:19.085062+0000 mgr.a (mgr.24293) 11626 : 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-07T14:40:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:19 smithi044 bash[32620]: cluster 2023-12-07T14:40:19.085062+0000 mgr.a (mgr.24293) 11626 : 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-07T14:40:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:19 smithi027 bash[31536]: cluster 2023-12-07T14:40:19.085062+0000 mgr.a (mgr.24293) 11626 : 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-07T14:40:22.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:22.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:22.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:22 smithi044 bash[32620]: cluster 2023-12-07T14:40:21.085842+0000 mgr.a (mgr.24293) 11627 : 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-07T14:40:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:22 smithi022 bash[28554]: cluster 2023-12-07T14:40:21.085842+0000 mgr.a (mgr.24293) 11627 : 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-07T14:40:22.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:22 smithi027 bash[31536]: cluster 2023-12-07T14:40:21.085842+0000 mgr.a (mgr.24293) 11627 : 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-07T14:40:23.078 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:23.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:23.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:23.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:23.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:24 smithi044 bash[32620]: audit 2023-12-07T14:40:22.541222+0000 mgr.a (mgr.24293) 11628 : audit 0 from='client.235587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:24 smithi044 bash[32620]: cluster 2023-12-07T14:40:23.086577+0000 mgr.a (mgr.24293) 11629 : cluster 0 pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:24 smithi022 bash[28554]: audit 2023-12-07T14:40:22.541222+0000 mgr.a (mgr.24293) 11628 : audit 0 from='client.235587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:24 smithi022 bash[28554]: cluster 2023-12-07T14:40:23.086577+0000 mgr.a (mgr.24293) 11629 : cluster 0 pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:24 smithi027 bash[31536]: audit 2023-12-07T14:40:22.541222+0000 mgr.a (mgr.24293) 11628 : audit 0 from='client.235587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:24 smithi027 bash[31536]: cluster 2023-12-07T14:40:23.086577+0000 mgr.a (mgr.24293) 11629 : cluster 0 pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:26 smithi044 bash[32620]: cluster 2023-12-07T14:40:25.087167+0000 mgr.a (mgr.24293) 11630 : cluster 0 pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:26 smithi022 bash[28554]: cluster 2023-12-07T14:40:25.087167+0000 mgr.a (mgr.24293) 11630 : cluster 0 pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:26 smithi027 bash[31536]: cluster 2023-12-07T14:40:25.087167+0000 mgr.a (mgr.24293) 11630 : cluster 0 pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:28.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:28.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:28.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:28 smithi022 bash[28554]: cluster 2023-12-07T14:40:27.088007+0000 mgr.a (mgr.24293) 11631 : cluster 0 pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:28 smithi022 bash[28554]: audit 2023-12-07T14:40:27.810248+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:40:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:28 smithi044 bash[32620]: cluster 2023-12-07T14:40:27.088007+0000 mgr.a (mgr.24293) 11631 : cluster 0 pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:28 smithi044 bash[32620]: audit 2023-12-07T14:40:27.810248+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:40:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:28 smithi027 bash[31536]: cluster 2023-12-07T14:40:27.088007+0000 mgr.a (mgr.24293) 11631 : cluster 0 pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:28 smithi027 bash[31536]: audit 2023-12-07T14:40:27.810248+0000 mon.a (mon.0) 2058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:40:29.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:29.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:29.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:29.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:29.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:29 smithi044 bash[32620]: audit 2023-12-07T14:40:28.597001+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:40:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:29 smithi044 bash[32620]: audit 2023-12-07T14:40:28.598526+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:40:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:29 smithi044 bash[32620]: audit 2023-12-07T14:40:28.608270+0000 mon.a (mon.0) 2061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:40:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:29 smithi022 bash[28554]: audit 2023-12-07T14:40:28.597001+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:40:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:29 smithi022 bash[28554]: audit 2023-12-07T14:40:28.598526+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:40:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:29 smithi022 bash[28554]: audit 2023-12-07T14:40:28.608270+0000 mon.a (mon.0) 2061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:40:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:29 smithi027 bash[31536]: audit 2023-12-07T14:40:28.597001+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:40:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:29 smithi027 bash[31536]: audit 2023-12-07T14:40:28.598526+0000 mon.a (mon.0) 2060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:40:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:29 smithi027 bash[31536]: audit 2023-12-07T14:40:28.608270+0000 mon.a (mon.0) 2061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:40:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:30 smithi022 bash[28554]: audit 2023-12-07T14:40:28.492946+0000 mgr.a (mgr.24293) 11632 : audit 0 from='client.235665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:30 smithi022 bash[28554]: cluster 2023-12-07T14:40:29.088683+0000 mgr.a (mgr.24293) 11633 : 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-07T14:40:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:30 smithi044 bash[32620]: audit 2023-12-07T14:40:28.492946+0000 mgr.a (mgr.24293) 11632 : audit 0 from='client.235665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:30 smithi044 bash[32620]: cluster 2023-12-07T14:40:29.088683+0000 mgr.a (mgr.24293) 11633 : 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-07T14:40:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:30 smithi027 bash[31536]: audit 2023-12-07T14:40:28.492946+0000 mgr.a (mgr.24293) 11632 : audit 0 from='client.235665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:30 smithi027 bash[31536]: cluster 2023-12-07T14:40:29.088683+0000 mgr.a (mgr.24293) 11633 : 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-07T14:40:32.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:32 smithi022 bash[28554]: cluster 2023-12-07T14:40:31.089662+0000 mgr.a (mgr.24293) 11634 : 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-07T14:40:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:32 smithi044 bash[32620]: cluster 2023-12-07T14:40:31.089662+0000 mgr.a (mgr.24293) 11634 : 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-07T14:40:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:32 smithi027 bash[31536]: cluster 2023-12-07T14:40:31.089662+0000 mgr.a (mgr.24293) 11634 : 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-07T14:40:34.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:34.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:34.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:34 smithi022 bash[28554]: cluster 2023-12-07T14:40:33.090232+0000 mgr.a (mgr.24293) 11635 : 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-07T14:40:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:34 smithi044 bash[32620]: cluster 2023-12-07T14:40:33.090232+0000 mgr.a (mgr.24293) 11635 : 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-07T14:40:34.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:34 smithi027 bash[31536]: cluster 2023-12-07T14:40:33.090232+0000 mgr.a (mgr.24293) 11635 : 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-07T14:40:34.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:34.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:34.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:34.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:34.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:36 smithi044 bash[32620]: audit 2023-12-07T14:40:34.429465+0000 mgr.a (mgr.24293) 11636 : audit 0 from='client.235743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:36.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:36 smithi044 bash[32620]: cluster 2023-12-07T14:40:35.091124+0000 mgr.a (mgr.24293) 11637 : 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-07T14:40:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:36 smithi022 bash[28554]: audit 2023-12-07T14:40:34.429465+0000 mgr.a (mgr.24293) 11636 : audit 0 from='client.235743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:36 smithi022 bash[28554]: cluster 2023-12-07T14:40:35.091124+0000 mgr.a (mgr.24293) 11637 : 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-07T14:40:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:36 smithi027 bash[31536]: audit 2023-12-07T14:40:34.429465+0000 mgr.a (mgr.24293) 11636 : audit 0 from='client.235743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:36 smithi027 bash[31536]: cluster 2023-12-07T14:40:35.091124+0000 mgr.a (mgr.24293) 11637 : 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-07T14:40:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:38 smithi022 bash[28554]: cluster 2023-12-07T14:40:37.092196+0000 mgr.a (mgr.24293) 11638 : 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-07T14:40:38.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:38 smithi044 bash[32620]: cluster 2023-12-07T14:40:37.092196+0000 mgr.a (mgr.24293) 11638 : 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-07T14:40:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:38 smithi027 bash[31536]: cluster 2023-12-07T14:40:37.092196+0000 mgr.a (mgr.24293) 11638 : 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-07T14:40:39.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:39.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:39.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:39 smithi022 bash[28554]: cluster 2023-12-07T14:40:39.092805+0000 mgr.a (mgr.24293) 11639 : 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-07T14:40:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:39 smithi044 bash[32620]: cluster 2023-12-07T14:40:39.092805+0000 mgr.a (mgr.24293) 11639 : 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-07T14:40:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:39 smithi027 bash[31536]: cluster 2023-12-07T14:40:39.092805+0000 mgr.a (mgr.24293) 11639 : 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-07T14:40:40.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:40.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:40.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:40.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:40.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:42 smithi022 bash[28554]: audit 2023-12-07T14:40:40.366552+0000 mgr.a (mgr.24293) 11640 : audit 0 from='client.235818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:42 smithi022 bash[28554]: cluster 2023-12-07T14:40:41.093915+0000 mgr.a (mgr.24293) 11641 : cluster 0 pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:42 smithi044 bash[32620]: audit 2023-12-07T14:40:40.366552+0000 mgr.a (mgr.24293) 11640 : audit 0 from='client.235818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:42 smithi044 bash[32620]: cluster 2023-12-07T14:40:41.093915+0000 mgr.a (mgr.24293) 11641 : cluster 0 pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:42 smithi027 bash[31536]: audit 2023-12-07T14:40:40.366552+0000 mgr.a (mgr.24293) 11640 : audit 0 from='client.235818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:42 smithi027 bash[31536]: cluster 2023-12-07T14:40:41.093915+0000 mgr.a (mgr.24293) 11641 : cluster 0 pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:44 smithi022 bash[28554]: cluster 2023-12-07T14:40:43.094536+0000 mgr.a (mgr.24293) 11642 : cluster 0 pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:44 smithi044 bash[32620]: cluster 2023-12-07T14:40:43.094536+0000 mgr.a (mgr.24293) 11642 : cluster 0 pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:44 smithi027 bash[31536]: cluster 2023-12-07T14:40:43.094536+0000 mgr.a (mgr.24293) 11642 : cluster 0 pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:45.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:45.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:45.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:46 smithi022 bash[28554]: cluster 2023-12-07T14:40:45.095088+0000 mgr.a (mgr.24293) 11643 : cluster 0 pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:46.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:46 smithi044 bash[32620]: cluster 2023-12-07T14:40:45.095088+0000 mgr.a (mgr.24293) 11643 : cluster 0 pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:46 smithi027 bash[31536]: cluster 2023-12-07T14:40:45.095088+0000 mgr.a (mgr.24293) 11643 : cluster 0 pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:46.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:46.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:46.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:46.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:46.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:48.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:48 smithi044 bash[32620]: audit 2023-12-07T14:40:46.310652+0000 mgr.a (mgr.24293) 11644 : audit 0 from='client.235893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:48.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:48 smithi044 bash[32620]: cluster 2023-12-07T14:40:47.096104+0000 mgr.a (mgr.24293) 11645 : 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-07T14:40:48.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:48 smithi022 bash[28554]: audit 2023-12-07T14:40:46.310652+0000 mgr.a (mgr.24293) 11644 : audit 0 from='client.235893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:48.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:48 smithi022 bash[28554]: cluster 2023-12-07T14:40:47.096104+0000 mgr.a (mgr.24293) 11645 : 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-07T14:40:48.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:48 smithi027 bash[31536]: audit 2023-12-07T14:40:46.310652+0000 mgr.a (mgr.24293) 11644 : audit 0 from='client.235893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:48.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:48 smithi027 bash[31536]: cluster 2023-12-07T14:40:47.096104+0000 mgr.a (mgr.24293) 11645 : 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-07T14:40:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:49 smithi022 bash[28554]: cluster 2023-12-07T14:40:49.096669+0000 mgr.a (mgr.24293) 11646 : 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-07T14:40:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:49 smithi044 bash[32620]: cluster 2023-12-07T14:40:49.096669+0000 mgr.a (mgr.24293) 11646 : 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-07T14:40:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:49 smithi027 bash[31536]: cluster 2023-12-07T14:40:49.096669+0000 mgr.a (mgr.24293) 11646 : 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-07T14:40:51.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:51.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:51.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:52 smithi022 bash[28554]: cluster 2023-12-07T14:40:51.097417+0000 mgr.a (mgr.24293) 11647 : 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-07T14:40:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:52 smithi044 bash[32620]: cluster 2023-12-07T14:40:51.097417+0000 mgr.a (mgr.24293) 11647 : 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-07T14:40:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:52 smithi027 bash[31536]: cluster 2023-12-07T14:40:51.097417+0000 mgr.a (mgr.24293) 11647 : 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-07T14:40:52.759 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:52.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:52.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:52.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:52.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:53.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:53 smithi022 bash[28554]: audit 2023-12-07T14:40:52.245239+0000 mgr.a (mgr.24293) 11648 : audit 0 from='client.235971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:53.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:53 smithi044 bash[32620]: audit 2023-12-07T14:40:52.245239+0000 mgr.a (mgr.24293) 11648 : audit 0 from='client.235971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:53.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:53 smithi027 bash[31536]: audit 2023-12-07T14:40:52.245239+0000 mgr.a (mgr.24293) 11648 : audit 0 from='client.235971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:54.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:54 smithi022 bash[28554]: cluster 2023-12-07T14:40:53.098089+0000 mgr.a (mgr.24293) 11649 : cluster 0 pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:54 smithi044 bash[32620]: cluster 2023-12-07T14:40:53.098089+0000 mgr.a (mgr.24293) 11649 : cluster 0 pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:54 smithi027 bash[31536]: cluster 2023-12-07T14:40:53.098089+0000 mgr.a (mgr.24293) 11649 : cluster 0 pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:56 smithi022 bash[28554]: cluster 2023-12-07T14:40:55.098668+0000 mgr.a (mgr.24293) 11650 : cluster 0 pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:56 smithi044 bash[32620]: cluster 2023-12-07T14:40:55.098668+0000 mgr.a (mgr.24293) 11650 : cluster 0 pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:56.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:56 smithi027 bash[31536]: cluster 2023-12-07T14:40:55.098668+0000 mgr.a (mgr.24293) 11650 : cluster 0 pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:57.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:40:57.763 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:57.763 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:58 smithi022 bash[28554]: cluster 2023-12-07T14:40:57.099494+0000 mgr.a (mgr.24293) 11651 : cluster 0 pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:58.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:58 smithi044 bash[32620]: cluster 2023-12-07T14:40:57.099494+0000 mgr.a (mgr.24293) 11651 : cluster 0 pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:58.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:58 smithi027 bash[31536]: cluster 2023-12-07T14:40:57.099494+0000 mgr.a (mgr.24293) 11651 : cluster 0 pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:58.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:40:58.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:58.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:58.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:58.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:40:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:40:59 smithi022 bash[28554]: audit 2023-12-07T14:40:58.165593+0000 mgr.a (mgr.24293) 11652 : audit 0 from='client.236043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:40:59 smithi044 bash[32620]: audit 2023-12-07T14:40:58.165593+0000 mgr.a (mgr.24293) 11652 : audit 0 from='client.236043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:59.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:40:59 smithi027 bash[31536]: audit 2023-12-07T14:40:58.165593+0000 mgr.a (mgr.24293) 11652 : audit 0 from='client.236043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:00 smithi022 bash[28554]: cluster 2023-12-07T14:40:59.100181+0000 mgr.a (mgr.24293) 11653 : 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-07T14:41:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:00 smithi044 bash[32620]: cluster 2023-12-07T14:40:59.100181+0000 mgr.a (mgr.24293) 11653 : 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-07T14:41:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:00 smithi027 bash[31536]: cluster 2023-12-07T14:40:59.100181+0000 mgr.a (mgr.24293) 11653 : 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-07T14:41:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:02 smithi027 bash[31536]: cluster 2023-12-07T14:41:01.100967+0000 mgr.a (mgr.24293) 11654 : 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-07T14:41:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:02 smithi022 bash[28554]: cluster 2023-12-07T14:41:01.100967+0000 mgr.a (mgr.24293) 11654 : 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-07T14:41:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:02 smithi044 bash[32620]: cluster 2023-12-07T14:41:01.100967+0000 mgr.a (mgr.24293) 11654 : 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-07T14:41:03.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:03.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:03.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:04.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:04 smithi027 bash[31536]: cluster 2023-12-07T14:41:03.101522+0000 mgr.a (mgr.24293) 11655 : 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-07T14:41:04.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:04.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:04.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:04.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:04.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:04 smithi022 bash[28554]: cluster 2023-12-07T14:41:03.101522+0000 mgr.a (mgr.24293) 11655 : 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-07T14:41:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:04 smithi044 bash[32620]: cluster 2023-12-07T14:41:03.101522+0000 mgr.a (mgr.24293) 11655 : 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-07T14:41:05.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:05 smithi027 bash[31536]: audit 2023-12-07T14:41:04.118201+0000 mgr.a (mgr.24293) 11656 : audit 0 from='client.236115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:05 smithi022 bash[28554]: audit 2023-12-07T14:41:04.118201+0000 mgr.a (mgr.24293) 11656 : audit 0 from='client.236115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:05 smithi044 bash[32620]: audit 2023-12-07T14:41:04.118201+0000 mgr.a (mgr.24293) 11656 : audit 0 from='client.236115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:06.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:06 smithi027 bash[31536]: cluster 2023-12-07T14:41:05.102182+0000 mgr.a (mgr.24293) 11657 : 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-07T14:41:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:06 smithi044 bash[32620]: cluster 2023-12-07T14:41:05.102182+0000 mgr.a (mgr.24293) 11657 : 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-07T14:41:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:06 smithi022 bash[28554]: cluster 2023-12-07T14:41:05.102182+0000 mgr.a (mgr.24293) 11657 : 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-07T14:41:08.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:08 smithi027 bash[31536]: cluster 2023-12-07T14:41:07.103024+0000 mgr.a (mgr.24293) 11658 : 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-07T14:41:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:08 smithi022 bash[28554]: cluster 2023-12-07T14:41:07.103024+0000 mgr.a (mgr.24293) 11658 : 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-07T14:41:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:08 smithi044 bash[32620]: cluster 2023-12-07T14:41:07.103024+0000 mgr.a (mgr.24293) 11658 : 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-07T14:41:09.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:09.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:09.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:09 smithi022 bash[28554]: cluster 2023-12-07T14:41:09.103598+0000 mgr.a (mgr.24293) 11659 : 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-07T14:41:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:09 smithi044 bash[32620]: cluster 2023-12-07T14:41:09.103598+0000 mgr.a (mgr.24293) 11659 : 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-07T14:41:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:09 smithi027 bash[31536]: cluster 2023-12-07T14:41:09.103598+0000 mgr.a (mgr.24293) 11659 : 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-07T14:41:10.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:10.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:10.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:10.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:10.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:10 smithi022 bash[28554]: audit 2023-12-07T14:41:10.073752+0000 mgr.a (mgr.24293) 11660 : audit 0 from='client.236193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:10 smithi044 bash[32620]: audit 2023-12-07T14:41:10.073752+0000 mgr.a (mgr.24293) 11660 : audit 0 from='client.236193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:10 smithi027 bash[31536]: audit 2023-12-07T14:41:10.073752+0000 mgr.a (mgr.24293) 11660 : audit 0 from='client.236193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:11 smithi022 bash[28554]: cluster 2023-12-07T14:41:11.104574+0000 mgr.a (mgr.24293) 11661 : cluster 0 pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:41:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:11 smithi044 bash[32620]: cluster 2023-12-07T14:41:11.104574+0000 mgr.a (mgr.24293) 11661 : cluster 0 pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:41:12.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:11 smithi027 bash[31536]: cluster 2023-12-07T14:41:11.104574+0000 mgr.a (mgr.24293) 11661 : cluster 0 pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:41:14.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:14 smithi022 bash[28554]: cluster 2023-12-07T14:41:13.105129+0000 mgr.a (mgr.24293) 11662 : cluster 0 pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:41:14.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:14 smithi044 bash[32620]: cluster 2023-12-07T14:41:13.105129+0000 mgr.a (mgr.24293) 11662 : cluster 0 pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:41:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:14 smithi027 bash[31536]: cluster 2023-12-07T14:41:13.105129+0000 mgr.a (mgr.24293) 11662 : cluster 0 pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:41:15.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:15.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:15.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:16 smithi044 bash[32620]: cluster 2023-12-07T14:41:15.105698+0000 mgr.a (mgr.24293) 11663 : cluster 0 pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:41:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:16 smithi022 bash[28554]: cluster 2023-12-07T14:41:15.105698+0000 mgr.a (mgr.24293) 11663 : cluster 0 pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:41:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:16 smithi027 bash[31536]: cluster 2023-12-07T14:41:15.105698+0000 mgr.a (mgr.24293) 11663 : cluster 0 pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:41:16.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:16.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:16.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:16.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:16.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:17 smithi022 bash[28554]: audit 2023-12-07T14:41:16.020619+0000 mgr.a (mgr.24293) 11664 : audit 0 from='client.236268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:17 smithi044 bash[32620]: audit 2023-12-07T14:41:16.020619+0000 mgr.a (mgr.24293) 11664 : audit 0 from='client.236268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:17 smithi027 bash[31536]: audit 2023-12-07T14:41:16.020619+0000 mgr.a (mgr.24293) 11664 : audit 0 from='client.236268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:18 smithi022 bash[28554]: cluster 2023-12-07T14:41:17.106708+0000 mgr.a (mgr.24293) 11665 : cluster 0 pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:18 smithi044 bash[32620]: cluster 2023-12-07T14:41:17.106708+0000 mgr.a (mgr.24293) 11665 : cluster 0 pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:18 smithi027 bash[31536]: cluster 2023-12-07T14:41:17.106708+0000 mgr.a (mgr.24293) 11665 : cluster 0 pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:19 smithi022 bash[28554]: cluster 2023-12-07T14:41:19.107271+0000 mgr.a (mgr.24293) 11666 : cluster 0 pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:19 smithi044 bash[32620]: cluster 2023-12-07T14:41:19.107271+0000 mgr.a (mgr.24293) 11666 : cluster 0 pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:20.207 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:19 smithi027 bash[31536]: cluster 2023-12-07T14:41:19.107271+0000 mgr.a (mgr.24293) 11666 : cluster 0 pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:21.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:21.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:21.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:22 smithi022 bash[28554]: cluster 2023-12-07T14:41:21.108027+0000 mgr.a (mgr.24293) 11667 : 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-07T14:41:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:22 smithi044 bash[32620]: cluster 2023-12-07T14:41:21.108027+0000 mgr.a (mgr.24293) 11667 : 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-07T14:41:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:22 smithi027 bash[31536]: cluster 2023-12-07T14:41:21.108027+0000 mgr.a (mgr.24293) 11667 : 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-07T14:41:22.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:22.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:22.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:22.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:22.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:23.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:23 smithi022 bash[28554]: audit 2023-12-07T14:41:21.962755+0000 mgr.a (mgr.24293) 11668 : audit 0 from='client.236340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:23.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:23 smithi044 bash[32620]: audit 2023-12-07T14:41:21.962755+0000 mgr.a (mgr.24293) 11668 : audit 0 from='client.236340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:23 smithi027 bash[31536]: audit 2023-12-07T14:41:21.962755+0000 mgr.a (mgr.24293) 11668 : audit 0 from='client.236340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:24 smithi022 bash[28554]: cluster 2023-12-07T14:41:23.108726+0000 mgr.a (mgr.24293) 11669 : cluster 0 pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:24 smithi044 bash[32620]: cluster 2023-12-07T14:41:23.108726+0000 mgr.a (mgr.24293) 11669 : cluster 0 pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:24 smithi027 bash[31536]: cluster 2023-12-07T14:41:23.108726+0000 mgr.a (mgr.24293) 11669 : cluster 0 pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:26.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:26 smithi027 bash[31536]: cluster 2023-12-07T14:41:25.109336+0000 mgr.a (mgr.24293) 11670 : cluster 0 pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:26 smithi044 bash[32620]: cluster 2023-12-07T14:41:25.109336+0000 mgr.a (mgr.24293) 11670 : cluster 0 pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:26 smithi022 bash[28554]: cluster 2023-12-07T14:41:25.109336+0000 mgr.a (mgr.24293) 11670 : cluster 0 pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:27.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:27.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:27.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:28.412 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:28.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:28.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:28.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:28.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:28.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:28 smithi027 bash[31536]: cluster 2023-12-07T14:41:27.110318+0000 mgr.a (mgr.24293) 11671 : cluster 0 pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:41:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:28 smithi022 bash[28554]: cluster 2023-12-07T14:41:27.110318+0000 mgr.a (mgr.24293) 11671 : cluster 0 pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:41:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:28 smithi044 bash[32620]: cluster 2023-12-07T14:41:27.110318+0000 mgr.a (mgr.24293) 11671 : cluster 0 pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:41:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:29 smithi027 bash[31536]: audit 2023-12-07T14:41:27.898727+0000 mgr.a (mgr.24293) 11672 : audit 0 from='client.236418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:29.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:29 smithi027 bash[31536]: audit 2023-12-07T14:41:28.717509+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:41:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:29 smithi022 bash[28554]: audit 2023-12-07T14:41:27.898727+0000 mgr.a (mgr.24293) 11672 : audit 0 from='client.236418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:29.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:29 smithi022 bash[28554]: audit 2023-12-07T14:41:28.717509+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:41:29.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:29 smithi044 bash[32620]: audit 2023-12-07T14:41:27.898727+0000 mgr.a (mgr.24293) 11672 : audit 0 from='client.236418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:29.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:29 smithi044 bash[32620]: audit 2023-12-07T14:41:28.717509+0000 mon.a (mon.0) 2062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:41:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:30 smithi027 bash[31536]: cluster 2023-12-07T14:41:29.111046+0000 mgr.a (mgr.24293) 11673 : cluster 0 pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:30 smithi027 bash[31536]: audit 2023-12-07T14:41:29.509125+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:41:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:30 smithi027 bash[31536]: audit 2023-12-07T14:41:29.510850+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:41:30.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:30 smithi027 bash[31536]: audit 2023-12-07T14:41:29.520619+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:41:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:30 smithi022 bash[28554]: cluster 2023-12-07T14:41:29.111046+0000 mgr.a (mgr.24293) 11673 : cluster 0 pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:30 smithi022 bash[28554]: audit 2023-12-07T14:41:29.509125+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:30 smithi022 bash[28554]: audit 2023-12-07T14:41:29.510850+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:30 smithi022 bash[28554]: audit 2023-12-07T14:41:29.520619+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:30 smithi044 bash[32620]: cluster 2023-12-07T14:41:29.111046+0000 mgr.a (mgr.24293) 11673 : cluster 0 pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:30 smithi044 bash[32620]: audit 2023-12-07T14:41:29.509125+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:30 smithi044 bash[32620]: audit 2023-12-07T14:41:29.510850+0000 mon.a (mon.0) 2064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:41:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:30 smithi044 bash[32620]: audit 2023-12-07T14:41:29.520619+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:41:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:32 smithi027 bash[31536]: cluster 2023-12-07T14:41:31.111921+0000 mgr.a (mgr.24293) 11674 : cluster 0 pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:41:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:32 smithi022 bash[28554]: cluster 2023-12-07T14:41:31.111921+0000 mgr.a (mgr.24293) 11674 : cluster 0 pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:41:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:32 smithi044 bash[32620]: cluster 2023-12-07T14:41:31.111921+0000 mgr.a (mgr.24293) 11674 : cluster 0 pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:41:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:33.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:34.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:34.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:34.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:34.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:34.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:34 smithi022 bash[28554]: cluster 2023-12-07T14:41:33.112507+0000 mgr.a (mgr.24293) 11675 : 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-07T14:41:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:34 smithi044 bash[32620]: cluster 2023-12-07T14:41:33.112507+0000 mgr.a (mgr.24293) 11675 : 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-07T14:41:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:34 smithi027 bash[31536]: cluster 2023-12-07T14:41:33.112507+0000 mgr.a (mgr.24293) 11675 : 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-07T14:41:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:35 smithi022 bash[28554]: audit 2023-12-07T14:41:33.826753+0000 mgr.a (mgr.24293) 11676 : audit 0 from='client.197188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:35.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:35 smithi044 bash[32620]: audit 2023-12-07T14:41:33.826753+0000 mgr.a (mgr.24293) 11676 : audit 0 from='client.197188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:35.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:35 smithi027 bash[31536]: audit 2023-12-07T14:41:33.826753+0000 mgr.a (mgr.24293) 11676 : audit 0 from='client.197188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:36 smithi022 bash[28554]: cluster 2023-12-07T14:41:35.113247+0000 mgr.a (mgr.24293) 11677 : 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-07T14:41:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:36 smithi044 bash[32620]: cluster 2023-12-07T14:41:35.113247+0000 mgr.a (mgr.24293) 11677 : 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-07T14:41:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:36 smithi027 bash[31536]: cluster 2023-12-07T14:41:35.113247+0000 mgr.a (mgr.24293) 11677 : 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-07T14:41:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:38 smithi022 bash[28554]: cluster 2023-12-07T14:41:37.114123+0000 mgr.a (mgr.24293) 11678 : 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-07T14:41:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:38 smithi044 bash[32620]: cluster 2023-12-07T14:41:37.114123+0000 mgr.a (mgr.24293) 11678 : 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-07T14:41:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:38 smithi027 bash[31536]: cluster 2023-12-07T14:41:37.114123+0000 mgr.a (mgr.24293) 11678 : 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-07T14:41:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:39 smithi022 bash[28554]: cluster 2023-12-07T14:41:39.114817+0000 mgr.a (mgr.24293) 11679 : 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-07T14:41:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:39 smithi044 bash[32620]: cluster 2023-12-07T14:41:39.114817+0000 mgr.a (mgr.24293) 11679 : 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-07T14:41:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:39 smithi027 bash[31536]: cluster 2023-12-07T14:41:39.114817+0000 mgr.a (mgr.24293) 11679 : 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-07T14:41:40.295 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:40.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:40 smithi022 bash[28554]: audit 2023-12-07T14:41:39.763320+0000 mgr.a (mgr.24293) 11680 : audit 0 from='client.236574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:40 smithi044 bash[32620]: audit 2023-12-07T14:41:39.763320+0000 mgr.a (mgr.24293) 11680 : audit 0 from='client.236574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:41.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:40 smithi027 bash[31536]: audit 2023-12-07T14:41:39.763320+0000 mgr.a (mgr.24293) 11680 : audit 0 from='client.236574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:41 smithi044 bash[32620]: cluster 2023-12-07T14:41:41.115853+0000 mgr.a (mgr.24293) 11681 : 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-07T14:41:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:41 smithi022 bash[28554]: cluster 2023-12-07T14:41:41.115853+0000 mgr.a (mgr.24293) 11681 : 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-07T14:41:42.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:41 smithi027 bash[31536]: cluster 2023-12-07T14:41:41.115853+0000 mgr.a (mgr.24293) 11681 : 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-07T14:41:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:44 smithi022 bash[28554]: cluster 2023-12-07T14:41:43.116410+0000 mgr.a (mgr.24293) 11682 : 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-07T14:41:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:44 smithi044 bash[32620]: cluster 2023-12-07T14:41:43.116410+0000 mgr.a (mgr.24293) 11682 : 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-07T14:41:44.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:44 smithi027 bash[31536]: cluster 2023-12-07T14:41:43.116410+0000 mgr.a (mgr.24293) 11682 : 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-07T14:41:45.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:45.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:45.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:46.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:46.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:46.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:46.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:46.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:46.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:46 smithi027 bash[31536]: cluster 2023-12-07T14:41:45.117040+0000 mgr.a (mgr.24293) 11683 : 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-07T14:41:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:46 smithi044 bash[32620]: cluster 2023-12-07T14:41:45.117040+0000 mgr.a (mgr.24293) 11683 : 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-07T14:41:46.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:46 smithi022 bash[28554]: cluster 2023-12-07T14:41:45.117040+0000 mgr.a (mgr.24293) 11683 : 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-07T14:41:47.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:47 smithi027 bash[31536]: audit 2023-12-07T14:41:45.707849+0000 mgr.a (mgr.24293) 11684 : audit 0 from='client.197308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:47.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:47 smithi022 bash[28554]: audit 2023-12-07T14:41:45.707849+0000 mgr.a (mgr.24293) 11684 : audit 0 from='client.197308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:47.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:47 smithi044 bash[32620]: audit 2023-12-07T14:41:45.707849+0000 mgr.a (mgr.24293) 11684 : audit 0 from='client.197308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:48 smithi027 bash[31536]: cluster 2023-12-07T14:41:47.118120+0000 mgr.a (mgr.24293) 11685 : cluster 0 pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:48 smithi044 bash[32620]: cluster 2023-12-07T14:41:47.118120+0000 mgr.a (mgr.24293) 11685 : cluster 0 pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:48 smithi022 bash[28554]: cluster 2023-12-07T14:41:47.118120+0000 mgr.a (mgr.24293) 11685 : cluster 0 pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:49 smithi022 bash[28554]: cluster 2023-12-07T14:41:49.118749+0000 mgr.a (mgr.24293) 11686 : cluster 0 pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:49 smithi044 bash[32620]: cluster 2023-12-07T14:41:49.118749+0000 mgr.a (mgr.24293) 11686 : cluster 0 pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:50.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:49 smithi027 bash[31536]: cluster 2023-12-07T14:41:49.118749+0000 mgr.a (mgr.24293) 11686 : cluster 0 pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:51.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:51.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:51.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:52.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:52.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:52.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:52.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:52.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:52 smithi022 bash[28554]: cluster 2023-12-07T14:41:51.119502+0000 mgr.a (mgr.24293) 11687 : 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-07T14:41:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:52 smithi044 bash[32620]: cluster 2023-12-07T14:41:51.119502+0000 mgr.a (mgr.24293) 11687 : 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-07T14:41:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:52 smithi027 bash[31536]: cluster 2023-12-07T14:41:51.119502+0000 mgr.a (mgr.24293) 11687 : 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-07T14:41:53.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:53 smithi027 bash[31536]: audit 2023-12-07T14:41:51.655488+0000 mgr.a (mgr.24293) 11688 : audit 0 from='client.236730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:53 smithi022 bash[28554]: audit 2023-12-07T14:41:51.655488+0000 mgr.a (mgr.24293) 11688 : audit 0 from='client.236730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:53 smithi044 bash[32620]: audit 2023-12-07T14:41:51.655488+0000 mgr.a (mgr.24293) 11688 : audit 0 from='client.236730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:54.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:54 smithi027 bash[31536]: cluster 2023-12-07T14:41:53.120260+0000 mgr.a (mgr.24293) 11689 : 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-07T14:41:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:54 smithi022 bash[28554]: cluster 2023-12-07T14:41:53.120260+0000 mgr.a (mgr.24293) 11689 : 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-07T14:41:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:54 smithi044 bash[32620]: cluster 2023-12-07T14:41:53.120260+0000 mgr.a (mgr.24293) 11689 : 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-07T14:41:56.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:56 smithi027 bash[31536]: cluster 2023-12-07T14:41:55.120862+0000 mgr.a (mgr.24293) 11690 : 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-07T14:41:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:56 smithi022 bash[28554]: cluster 2023-12-07T14:41:55.120862+0000 mgr.a (mgr.24293) 11690 : 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-07T14:41:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:56 smithi044 bash[32620]: cluster 2023-12-07T14:41:55.120862+0000 mgr.a (mgr.24293) 11690 : 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-07T14:41:57.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:41:57.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:57.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:58.109 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:41:58.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:58.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:58.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:58.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:41:58.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:58 smithi027 bash[31536]: cluster 2023-12-07T14:41:57.121812+0000 mgr.a (mgr.24293) 11691 : 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-07T14:41:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:58 smithi022 bash[28554]: cluster 2023-12-07T14:41:57.121812+0000 mgr.a (mgr.24293) 11691 : 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-07T14:41:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:58 smithi044 bash[32620]: cluster 2023-12-07T14:41:57.121812+0000 mgr.a (mgr.24293) 11691 : 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-07T14:41:59.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:41:59 smithi027 bash[31536]: audit 2023-12-07T14:41:57.587752+0000 mgr.a (mgr.24293) 11692 : audit 0 from='client.236805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:59.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:41:59 smithi022 bash[28554]: audit 2023-12-07T14:41:57.587752+0000 mgr.a (mgr.24293) 11692 : audit 0 from='client.236805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:59.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:41:59 smithi044 bash[32620]: audit 2023-12-07T14:41:57.587752+0000 mgr.a (mgr.24293) 11692 : audit 0 from='client.236805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:00 smithi027 bash[31536]: cluster 2023-12-07T14:41:59.122532+0000 mgr.a (mgr.24293) 11693 : cluster 0 pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:00 smithi022 bash[28554]: cluster 2023-12-07T14:41:59.122532+0000 mgr.a (mgr.24293) 11693 : cluster 0 pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:00 smithi044 bash[32620]: cluster 2023-12-07T14:41:59.122532+0000 mgr.a (mgr.24293) 11693 : cluster 0 pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:02 smithi022 bash[28554]: cluster 2023-12-07T14:42:01.123381+0000 mgr.a (mgr.24293) 11694 : cluster 0 pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:02 smithi044 bash[32620]: cluster 2023-12-07T14:42:01.123381+0000 mgr.a (mgr.24293) 11694 : cluster 0 pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:02 smithi027 bash[31536]: cluster 2023-12-07T14:42:01.123381+0000 mgr.a (mgr.24293) 11694 : cluster 0 pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:03.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:03.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:03.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:04.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:04.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:04.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:04.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:04.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:04 smithi022 bash[28554]: cluster 2023-12-07T14:42:03.123873+0000 mgr.a (mgr.24293) 11695 : 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-07T14:42:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:04 smithi044 bash[32620]: cluster 2023-12-07T14:42:03.123873+0000 mgr.a (mgr.24293) 11695 : 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-07T14:42:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:04 smithi027 bash[31536]: cluster 2023-12-07T14:42:03.123873+0000 mgr.a (mgr.24293) 11695 : 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-07T14:42:05.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:05 smithi022 bash[28554]: audit 2023-12-07T14:42:03.523210+0000 mgr.a (mgr.24293) 11696 : audit 0 from='client.192728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:05.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:05 smithi044 bash[32620]: audit 2023-12-07T14:42:03.523210+0000 mgr.a (mgr.24293) 11696 : audit 0 from='client.192728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:05 smithi027 bash[31536]: audit 2023-12-07T14:42:03.523210+0000 mgr.a (mgr.24293) 11696 : audit 0 from='client.192728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:06 smithi044 bash[32620]: cluster 2023-12-07T14:42:05.124577+0000 mgr.a (mgr.24293) 11697 : 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-07T14:42:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:06 smithi022 bash[28554]: cluster 2023-12-07T14:42:05.124577+0000 mgr.a (mgr.24293) 11697 : 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-07T14:42:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:06 smithi027 bash[31536]: cluster 2023-12-07T14:42:05.124577+0000 mgr.a (mgr.24293) 11697 : 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-07T14:42:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:08 smithi022 bash[28554]: cluster 2023-12-07T14:42:07.125362+0000 mgr.a (mgr.24293) 11698 : 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-07T14:42:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:08 smithi044 bash[32620]: cluster 2023-12-07T14:42:07.125362+0000 mgr.a (mgr.24293) 11698 : 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-07T14:42:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:08 smithi027 bash[31536]: cluster 2023-12-07T14:42:07.125362+0000 mgr.a (mgr.24293) 11698 : 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-07T14:42:09.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:09.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:09.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:10.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:10.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:10.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:10.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:10.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:09 smithi022 bash[28554]: cluster 2023-12-07T14:42:09.125936+0000 mgr.a (mgr.24293) 11699 : 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-07T14:42:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:09 smithi044 bash[32620]: cluster 2023-12-07T14:42:09.125936+0000 mgr.a (mgr.24293) 11699 : 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-07T14:42:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:09 smithi027 bash[31536]: cluster 2023-12-07T14:42:09.125936+0000 mgr.a (mgr.24293) 11699 : 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-07T14:42:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:10 smithi044 bash[32620]: audit 2023-12-07T14:42:09.476656+0000 mgr.a (mgr.24293) 11700 : audit 0 from='client.236961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:10 smithi022 bash[28554]: audit 2023-12-07T14:42:09.476656+0000 mgr.a (mgr.24293) 11700 : audit 0 from='client.236961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:10 smithi027 bash[31536]: audit 2023-12-07T14:42:09.476656+0000 mgr.a (mgr.24293) 11700 : audit 0 from='client.236961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:11 smithi022 bash[28554]: cluster 2023-12-07T14:42:11.126853+0000 mgr.a (mgr.24293) 11701 : 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-07T14:42:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:11 smithi044 bash[32620]: cluster 2023-12-07T14:42:11.126853+0000 mgr.a (mgr.24293) 11701 : 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-07T14:42:12.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:11 smithi027 bash[31536]: cluster 2023-12-07T14:42:11.126853+0000 mgr.a (mgr.24293) 11701 : 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-07T14:42:14.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:14 smithi027 bash[31536]: cluster 2023-12-07T14:42:13.127428+0000 mgr.a (mgr.24293) 11702 : 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-07T14:42:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:14 smithi022 bash[28554]: cluster 2023-12-07T14:42:13.127428+0000 mgr.a (mgr.24293) 11702 : 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-07T14:42:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:14 smithi044 bash[32620]: cluster 2023-12-07T14:42:13.127428+0000 mgr.a (mgr.24293) 11702 : 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-07T14:42:15.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:15.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:15.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:15.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:15.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:15.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:15.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:15.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:16.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:16 smithi027 bash[31536]: cluster 2023-12-07T14:42:15.128088+0000 mgr.a (mgr.24293) 11703 : 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-07T14:42:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:16 smithi022 bash[28554]: cluster 2023-12-07T14:42:15.128088+0000 mgr.a (mgr.24293) 11703 : 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-07T14:42:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:16 smithi044 bash[32620]: cluster 2023-12-07T14:42:15.128088+0000 mgr.a (mgr.24293) 11703 : 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-07T14:42:17.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:17 smithi027 bash[31536]: audit 2023-12-07T14:42:15.439469+0000 mgr.a (mgr.24293) 11704 : audit 0 from='client.237039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:17 smithi044 bash[32620]: audit 2023-12-07T14:42:15.439469+0000 mgr.a (mgr.24293) 11704 : audit 0 from='client.237039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:17.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:17 smithi022 bash[28554]: audit 2023-12-07T14:42:15.439469+0000 mgr.a (mgr.24293) 11704 : audit 0 from='client.237039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:18 smithi027 bash[31536]: cluster 2023-12-07T14:42:17.129236+0000 mgr.a (mgr.24293) 11705 : cluster 0 pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:18 smithi022 bash[28554]: cluster 2023-12-07T14:42:17.129236+0000 mgr.a (mgr.24293) 11705 : cluster 0 pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:18 smithi044 bash[32620]: cluster 2023-12-07T14:42:17.129236+0000 mgr.a (mgr.24293) 11705 : cluster 0 pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:19 smithi022 bash[28554]: cluster 2023-12-07T14:42:19.129840+0000 mgr.a (mgr.24293) 11706 : cluster 0 pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:19 smithi044 bash[32620]: cluster 2023-12-07T14:42:19.129840+0000 mgr.a (mgr.24293) 11706 : cluster 0 pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:19 smithi027 bash[31536]: cluster 2023-12-07T14:42:19.129840+0000 mgr.a (mgr.24293) 11706 : cluster 0 pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:20.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:20.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:20.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:21.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:21.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:22.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:22 smithi027 bash[31536]: cluster 2023-12-07T14:42:21.130566+0000 mgr.a (mgr.24293) 11707 : cluster 0 pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:22 smithi022 bash[28554]: cluster 2023-12-07T14:42:21.130566+0000 mgr.a (mgr.24293) 11707 : cluster 0 pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:22 smithi044 bash[32620]: cluster 2023-12-07T14:42:21.130566+0000 mgr.a (mgr.24293) 11707 : cluster 0 pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:23.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:23 smithi027 bash[31536]: audit 2023-12-07T14:42:21.376679+0000 mgr.a (mgr.24293) 11708 : audit 0 from='client.237117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:23 smithi022 bash[28554]: audit 2023-12-07T14:42:21.376679+0000 mgr.a (mgr.24293) 11708 : audit 0 from='client.237117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:23.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:23 smithi044 bash[32620]: audit 2023-12-07T14:42:21.376679+0000 mgr.a (mgr.24293) 11708 : audit 0 from='client.237117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:24.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:24 smithi027 bash[31536]: cluster 2023-12-07T14:42:23.131300+0000 mgr.a (mgr.24293) 11709 : cluster 0 pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:24 smithi044 bash[32620]: cluster 2023-12-07T14:42:23.131300+0000 mgr.a (mgr.24293) 11709 : cluster 0 pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:24 smithi022 bash[28554]: cluster 2023-12-07T14:42:23.131300+0000 mgr.a (mgr.24293) 11709 : cluster 0 pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:26 smithi022 bash[28554]: cluster 2023-12-07T14:42:25.131912+0000 mgr.a (mgr.24293) 11710 : cluster 0 pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:26 smithi044 bash[32620]: cluster 2023-12-07T14:42:25.131912+0000 mgr.a (mgr.24293) 11710 : cluster 0 pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:26 smithi027 bash[31536]: cluster 2023-12-07T14:42:25.131912+0000 mgr.a (mgr.24293) 11710 : cluster 0 pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:26.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:26.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:26.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:27.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:27.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:27.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:27.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:27.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:28 smithi044 bash[32620]: cluster 2023-12-07T14:42:27.132684+0000 mgr.a (mgr.24293) 11711 : 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-07T14:42:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:28 smithi022 bash[28554]: cluster 2023-12-07T14:42:27.132684+0000 mgr.a (mgr.24293) 11711 : 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-07T14:42:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:28 smithi027 bash[31536]: cluster 2023-12-07T14:42:27.132684+0000 mgr.a (mgr.24293) 11711 : 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-07T14:42:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:29 smithi022 bash[28554]: audit 2023-12-07T14:42:27.325919+0000 mgr.a (mgr.24293) 11712 : audit 0 from='client.237195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:29.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:29 smithi044 bash[32620]: audit 2023-12-07T14:42:27.325919+0000 mgr.a (mgr.24293) 11712 : audit 0 from='client.237195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:29 smithi027 bash[31536]: audit 2023-12-07T14:42:27.325919+0000 mgr.a (mgr.24293) 11712 : audit 0 from='client.237195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:30.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:30 smithi044 bash[32620]: cluster 2023-12-07T14:42:29.133512+0000 mgr.a (mgr.24293) 11713 : cluster 0 pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:30.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:30 smithi044 bash[32620]: audit 2023-12-07T14:42:29.623375+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:42:30.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:30 smithi022 bash[28554]: cluster 2023-12-07T14:42:29.133512+0000 mgr.a (mgr.24293) 11713 : cluster 0 pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:30.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:30 smithi022 bash[28554]: audit 2023-12-07T14:42:29.623375+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:42:30.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:30 smithi027 bash[31536]: cluster 2023-12-07T14:42:29.133512+0000 mgr.a (mgr.24293) 11713 : cluster 0 pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:30.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:30 smithi027 bash[31536]: audit 2023-12-07T14:42:29.623375+0000 mon.a (mon.0) 2066 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:42:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:32 smithi022 bash[28554]: cluster 2023-12-07T14:42:31.134418+0000 mgr.a (mgr.24293) 11714 : cluster 0 pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:32 smithi044 bash[32620]: cluster 2023-12-07T14:42:31.134418+0000 mgr.a (mgr.24293) 11714 : cluster 0 pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:32 smithi027 bash[31536]: cluster 2023-12-07T14:42:31.134418+0000 mgr.a (mgr.24293) 11714 : cluster 0 pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:32.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:32.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:32.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:33.814 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:33.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:33.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:33.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:33.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:34 smithi022 bash[28554]: cluster 2023-12-07T14:42:33.134953+0000 mgr.a (mgr.24293) 11715 : cluster 0 pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:34 smithi022 bash[28554]: audit 2023-12-07T14:42:33.263922+0000 mgr.a (mgr.24293) 11716 : audit 0 from='client.237273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:34 smithi044 bash[32620]: cluster 2023-12-07T14:42:33.134953+0000 mgr.a (mgr.24293) 11715 : cluster 0 pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:34 smithi044 bash[32620]: audit 2023-12-07T14:42:33.263922+0000 mgr.a (mgr.24293) 11716 : audit 0 from='client.237273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:34 smithi027 bash[31536]: cluster 2023-12-07T14:42:33.134953+0000 mgr.a (mgr.24293) 11715 : cluster 0 pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:34 smithi027 bash[31536]: audit 2023-12-07T14:42:33.263922+0000 mgr.a (mgr.24293) 11716 : audit 0 from='client.237273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:34.971470+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:34.976997+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.021732+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.026305+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.031222+0000 mon.a (mon.0) 2071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.035085+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: cluster 2023-12-07T14:42:35.135608+0000 mgr.a (mgr.24293) 11717 : cluster 0 pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.767076+0000 mon.a (mon.0) 2073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:42:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.768961+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:42:36.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:35 smithi022 bash[28554]: audit 2023-12-07T14:42:35.778558+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:34.971470+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:34.976997+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.021732+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.026305+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.031222+0000 mon.a (mon.0) 2071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.035085+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: cluster 2023-12-07T14:42:35.135608+0000 mgr.a (mgr.24293) 11717 : cluster 0 pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:36.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.767076+0000 mon.a (mon.0) 2073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:42:36.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.768961+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:42:36.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:35 smithi044 bash[32620]: audit 2023-12-07T14:42:35.778558+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:34.971470+0000 mon.a (mon.0) 2067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:34.976997+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.021732+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.026305+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.031222+0000 mon.a (mon.0) 2071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.035085+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: cluster 2023-12-07T14:42:35.135608+0000 mgr.a (mgr.24293) 11717 : cluster 0 pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.767076+0000 mon.a (mon.0) 2073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:42:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.768961+0000 mon.a (mon.0) 2074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:42:36.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:35 smithi027 bash[31536]: audit 2023-12-07T14:42:35.778558+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:42:38.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:38 smithi027 bash[31536]: cluster 2023-12-07T14:42:37.136463+0000 mgr.a (mgr.24293) 11718 : cluster 0 pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:38.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:38 smithi022 bash[28554]: cluster 2023-12-07T14:42:37.136463+0000 mgr.a (mgr.24293) 11718 : cluster 0 pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:38.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:38 smithi044 bash[32620]: cluster 2023-12-07T14:42:37.136463+0000 mgr.a (mgr.24293) 11718 : cluster 0 pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:38.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:38.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:38.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:39.738 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:39.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:39.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:39.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:39.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:39 smithi022 bash[28554]: cluster 2023-12-07T14:42:39.137019+0000 mgr.a (mgr.24293) 11719 : 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-07T14:42:40.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:39 smithi022 bash[28554]: audit 2023-12-07T14:42:39.223791+0000 mgr.a (mgr.24293) 11720 : audit 0 from='client.237348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:39 smithi044 bash[32620]: cluster 2023-12-07T14:42:39.137019+0000 mgr.a (mgr.24293) 11719 : 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-07T14:42:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:39 smithi044 bash[32620]: audit 2023-12-07T14:42:39.223791+0000 mgr.a (mgr.24293) 11720 : audit 0 from='client.237348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:39 smithi027 bash[31536]: cluster 2023-12-07T14:42:39.137019+0000 mgr.a (mgr.24293) 11719 : 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-07T14:42:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:39 smithi027 bash[31536]: audit 2023-12-07T14:42:39.223791+0000 mgr.a (mgr.24293) 11720 : audit 0 from='client.237348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:42 smithi027 bash[31536]: cluster 2023-12-07T14:42:41.137905+0000 mgr.a (mgr.24293) 11721 : 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-07T14:42:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:42 smithi044 bash[32620]: cluster 2023-12-07T14:42:41.137905+0000 mgr.a (mgr.24293) 11721 : 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-07T14:42:42.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:42 smithi022 bash[28554]: cluster 2023-12-07T14:42:41.137905+0000 mgr.a (mgr.24293) 11721 : 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-07T14:42:44.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:44 smithi027 bash[31536]: cluster 2023-12-07T14:42:43.138475+0000 mgr.a (mgr.24293) 11722 : 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-07T14:42:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:44 smithi022 bash[28554]: cluster 2023-12-07T14:42:43.138475+0000 mgr.a (mgr.24293) 11722 : 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-07T14:42:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:44 smithi044 bash[32620]: cluster 2023-12-07T14:42:43.138475+0000 mgr.a (mgr.24293) 11722 : 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-07T14:42:44.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:44.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:44.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:45.678 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:45.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:45.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:45.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:45.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:46 smithi022 bash[28554]: cluster 2023-12-07T14:42:45.139044+0000 mgr.a (mgr.24293) 11723 : 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-07T14:42:46.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:46 smithi022 bash[28554]: audit 2023-12-07T14:42:45.150361+0000 mgr.a (mgr.24293) 11724 : audit 0 from='client.237423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:46 smithi044 bash[32620]: cluster 2023-12-07T14:42:45.139044+0000 mgr.a (mgr.24293) 11723 : 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-07T14:42:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:46 smithi044 bash[32620]: audit 2023-12-07T14:42:45.150361+0000 mgr.a (mgr.24293) 11724 : audit 0 from='client.237423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:46 smithi027 bash[31536]: cluster 2023-12-07T14:42:45.139044+0000 mgr.a (mgr.24293) 11723 : 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-07T14:42:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:46 smithi027 bash[31536]: audit 2023-12-07T14:42:45.150361+0000 mgr.a (mgr.24293) 11724 : audit 0 from='client.237423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:48 smithi044 bash[32620]: cluster 2023-12-07T14:42:47.140054+0000 mgr.a (mgr.24293) 11725 : cluster 0 pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:42:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:48 smithi022 bash[28554]: cluster 2023-12-07T14:42:47.140054+0000 mgr.a (mgr.24293) 11725 : cluster 0 pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:42:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:48 smithi027 bash[31536]: cluster 2023-12-07T14:42:47.140054+0000 mgr.a (mgr.24293) 11725 : cluster 0 pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:42:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:49 smithi022 bash[28554]: cluster 2023-12-07T14:42:49.140594+0000 mgr.a (mgr.24293) 11726 : cluster 0 pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:42:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:49 smithi044 bash[32620]: cluster 2023-12-07T14:42:49.140594+0000 mgr.a (mgr.24293) 11726 : cluster 0 pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:42:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:49 smithi027 bash[31536]: cluster 2023-12-07T14:42:49.140594+0000 mgr.a (mgr.24293) 11726 : cluster 0 pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:42:50.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:50.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:50.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:51.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:51.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:51.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:51.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:51.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:52 smithi027 bash[31536]: audit 2023-12-07T14:42:51.100271+0000 mgr.a (mgr.24293) 11727 : audit 0 from='client.237501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:52 smithi027 bash[31536]: cluster 2023-12-07T14:42:51.141741+0000 mgr.a (mgr.24293) 11728 : cluster 0 pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:52 smithi022 bash[28554]: audit 2023-12-07T14:42:51.100271+0000 mgr.a (mgr.24293) 11727 : audit 0 from='client.237501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:52 smithi022 bash[28554]: cluster 2023-12-07T14:42:51.141741+0000 mgr.a (mgr.24293) 11728 : cluster 0 pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:52 smithi044 bash[32620]: audit 2023-12-07T14:42:51.100271+0000 mgr.a (mgr.24293) 11727 : audit 0 from='client.237501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:52 smithi044 bash[32620]: cluster 2023-12-07T14:42:51.141741+0000 mgr.a (mgr.24293) 11728 : cluster 0 pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:54.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:54 smithi022 bash[28554]: cluster 2023-12-07T14:42:53.142439+0000 mgr.a (mgr.24293) 11729 : cluster 0 pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:54.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:54 smithi044 bash[32620]: cluster 2023-12-07T14:42:53.142439+0000 mgr.a (mgr.24293) 11729 : cluster 0 pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:54 smithi027 bash[31536]: cluster 2023-12-07T14:42:53.142439+0000 mgr.a (mgr.24293) 11729 : cluster 0 pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:56.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:42:56.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:56.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:56 smithi022 bash[28554]: cluster 2023-12-07T14:42:55.143048+0000 mgr.a (mgr.24293) 11730 : cluster 0 pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:56 smithi044 bash[32620]: cluster 2023-12-07T14:42:55.143048+0000 mgr.a (mgr.24293) 11730 : cluster 0 pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:56 smithi027 bash[31536]: cluster 2023-12-07T14:42:55.143048+0000 mgr.a (mgr.24293) 11730 : cluster 0 pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:57.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:42:57.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:57.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:57.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:57.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:42:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:58 smithi022 bash[28554]: audit 2023-12-07T14:42:57.033957+0000 mgr.a (mgr.24293) 11731 : audit 0 from='client.237573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:58.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:58 smithi022 bash[28554]: cluster 2023-12-07T14:42:57.143864+0000 mgr.a (mgr.24293) 11732 : 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-07T14:42:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:58 smithi044 bash[32620]: audit 2023-12-07T14:42:57.033957+0000 mgr.a (mgr.24293) 11731 : audit 0 from='client.237573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:58 smithi044 bash[32620]: cluster 2023-12-07T14:42:57.143864+0000 mgr.a (mgr.24293) 11732 : 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-07T14:42:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:58 smithi027 bash[31536]: audit 2023-12-07T14:42:57.033957+0000 mgr.a (mgr.24293) 11731 : audit 0 from='client.237573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:58 smithi027 bash[31536]: cluster 2023-12-07T14:42:57.143864+0000 mgr.a (mgr.24293) 11732 : 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-07T14:43:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:42:59 smithi022 bash[28554]: cluster 2023-12-07T14:42:59.144675+0000 mgr.a (mgr.24293) 11733 : cluster 0 pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:43:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:42:59 smithi044 bash[32620]: cluster 2023-12-07T14:42:59.144675+0000 mgr.a (mgr.24293) 11733 : cluster 0 pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:43:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:42:59 smithi027 bash[31536]: cluster 2023-12-07T14:42:59.144675+0000 mgr.a (mgr.24293) 11733 : cluster 0 pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:43:02.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:02.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:02.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:02 smithi044 bash[32620]: cluster 2023-12-07T14:43:01.145461+0000 mgr.a (mgr.24293) 11734 : cluster 0 pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:43:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:02 smithi022 bash[28554]: cluster 2023-12-07T14:43:01.145461+0000 mgr.a (mgr.24293) 11734 : cluster 0 pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:43:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:02 smithi027 bash[31536]: cluster 2023-12-07T14:43:01.145461+0000 mgr.a (mgr.24293) 11734 : cluster 0 pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:43:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:03.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:03.511 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:04 smithi022 bash[28554]: audit 2023-12-07T14:43:02.992305+0000 mgr.a (mgr.24293) 11735 : audit 0 from='client.237648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:04 smithi022 bash[28554]: cluster 2023-12-07T14:43:03.146293+0000 mgr.a (mgr.24293) 11736 : cluster 0 pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:04 smithi044 bash[32620]: audit 2023-12-07T14:43:02.992305+0000 mgr.a (mgr.24293) 11735 : audit 0 from='client.237648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:04 smithi044 bash[32620]: cluster 2023-12-07T14:43:03.146293+0000 mgr.a (mgr.24293) 11736 : cluster 0 pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:04 smithi027 bash[31536]: audit 2023-12-07T14:43:02.992305+0000 mgr.a (mgr.24293) 11735 : audit 0 from='client.237648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:04 smithi027 bash[31536]: cluster 2023-12-07T14:43:03.146293+0000 mgr.a (mgr.24293) 11736 : cluster 0 pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:06 smithi022 bash[28554]: cluster 2023-12-07T14:43:05.147028+0000 mgr.a (mgr.24293) 11737 : cluster 0 pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:06 smithi044 bash[32620]: cluster 2023-12-07T14:43:05.147028+0000 mgr.a (mgr.24293) 11737 : cluster 0 pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:06 smithi027 bash[31536]: cluster 2023-12-07T14:43:05.147028+0000 mgr.a (mgr.24293) 11737 : cluster 0 pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:08.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:08.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:08.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:08 smithi022 bash[28554]: cluster 2023-12-07T14:43:07.147844+0000 mgr.a (mgr.24293) 11738 : cluster 0 pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:08 smithi044 bash[32620]: cluster 2023-12-07T14:43:07.147844+0000 mgr.a (mgr.24293) 11738 : cluster 0 pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:08 smithi027 bash[31536]: cluster 2023-12-07T14:43:07.147844+0000 mgr.a (mgr.24293) 11738 : cluster 0 pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:09.432 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:09.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:09.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:09.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:09.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:09 smithi022 bash[28554]: audit 2023-12-07T14:43:08.930948+0000 mgr.a (mgr.24293) 11739 : audit 0 from='client.237726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:09 smithi022 bash[28554]: cluster 2023-12-07T14:43:09.148496+0000 mgr.a (mgr.24293) 11740 : 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-07T14:43:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:09 smithi044 bash[32620]: audit 2023-12-07T14:43:08.930948+0000 mgr.a (mgr.24293) 11739 : audit 0 from='client.237726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:09 smithi044 bash[32620]: cluster 2023-12-07T14:43:09.148496+0000 mgr.a (mgr.24293) 11740 : 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-07T14:43:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:09 smithi027 bash[31536]: audit 2023-12-07T14:43:08.930948+0000 mgr.a (mgr.24293) 11739 : audit 0 from='client.237726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:09 smithi027 bash[31536]: cluster 2023-12-07T14:43:09.148496+0000 mgr.a (mgr.24293) 11740 : 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-07T14:43:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:12 smithi022 bash[28554]: cluster 2023-12-07T14:43:11.149321+0000 mgr.a (mgr.24293) 11741 : 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-07T14:43:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:12 smithi044 bash[32620]: cluster 2023-12-07T14:43:11.149321+0000 mgr.a (mgr.24293) 11741 : 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-07T14:43:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:12 smithi027 bash[31536]: cluster 2023-12-07T14:43:11.149321+0000 mgr.a (mgr.24293) 11741 : 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-07T14:43:14.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:14.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:14.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:14 smithi022 bash[28554]: cluster 2023-12-07T14:43:13.149896+0000 mgr.a (mgr.24293) 11742 : 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-07T14:43:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:14 smithi044 bash[32620]: cluster 2023-12-07T14:43:13.149896+0000 mgr.a (mgr.24293) 11742 : 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-07T14:43:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:14 smithi027 bash[31536]: cluster 2023-12-07T14:43:13.149896+0000 mgr.a (mgr.24293) 11742 : 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-07T14:43:15.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:15.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:16 smithi044 bash[32620]: audit 2023-12-07T14:43:14.844429+0000 mgr.a (mgr.24293) 11743 : audit 0 from='client.237801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:16 smithi044 bash[32620]: cluster 2023-12-07T14:43:15.150703+0000 mgr.a (mgr.24293) 11744 : 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-07T14:43:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:16 smithi022 bash[28554]: audit 2023-12-07T14:43:14.844429+0000 mgr.a (mgr.24293) 11743 : audit 0 from='client.237801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:16 smithi022 bash[28554]: cluster 2023-12-07T14:43:15.150703+0000 mgr.a (mgr.24293) 11744 : 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-07T14:43:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:16 smithi027 bash[31536]: audit 2023-12-07T14:43:14.844429+0000 mgr.a (mgr.24293) 11743 : audit 0 from='client.237801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:16 smithi027 bash[31536]: cluster 2023-12-07T14:43:15.150703+0000 mgr.a (mgr.24293) 11744 : 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-07T14:43:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:18 smithi022 bash[28554]: cluster 2023-12-07T14:43:17.151702+0000 mgr.a (mgr.24293) 11745 : 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-07T14:43:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:18 smithi044 bash[32620]: cluster 2023-12-07T14:43:17.151702+0000 mgr.a (mgr.24293) 11745 : 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-07T14:43:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:18 smithi027 bash[31536]: cluster 2023-12-07T14:43:17.151702+0000 mgr.a (mgr.24293) 11745 : 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-07T14:43:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:19 smithi022 bash[28554]: cluster 2023-12-07T14:43:19.152290+0000 mgr.a (mgr.24293) 11746 : 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-07T14:43:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:19 smithi044 bash[32620]: cluster 2023-12-07T14:43:19.152290+0000 mgr.a (mgr.24293) 11746 : 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-07T14:43:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:19 smithi027 bash[31536]: cluster 2023-12-07T14:43:19.152290+0000 mgr.a (mgr.24293) 11746 : 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-07T14:43:20.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:20.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:20.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:21.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:21.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:21.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:21.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:21.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:22 smithi022 bash[28554]: audit 2023-12-07T14:43:20.817104+0000 mgr.a (mgr.24293) 11747 : audit 0 from='client.237876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:22 smithi022 bash[28554]: cluster 2023-12-07T14:43:21.152964+0000 mgr.a (mgr.24293) 11748 : cluster 0 pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:22 smithi044 bash[32620]: audit 2023-12-07T14:43:20.817104+0000 mgr.a (mgr.24293) 11747 : audit 0 from='client.237876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:22 smithi044 bash[32620]: cluster 2023-12-07T14:43:21.152964+0000 mgr.a (mgr.24293) 11748 : cluster 0 pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:22 smithi027 bash[31536]: audit 2023-12-07T14:43:20.817104+0000 mgr.a (mgr.24293) 11747 : audit 0 from='client.237876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:22 smithi027 bash[31536]: cluster 2023-12-07T14:43:21.152964+0000 mgr.a (mgr.24293) 11748 : cluster 0 pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:24 smithi022 bash[28554]: cluster 2023-12-07T14:43:23.153582+0000 mgr.a (mgr.24293) 11749 : cluster 0 pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:24 smithi044 bash[32620]: cluster 2023-12-07T14:43:23.153582+0000 mgr.a (mgr.24293) 11749 : cluster 0 pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:24 smithi027 bash[31536]: cluster 2023-12-07T14:43:23.153582+0000 mgr.a (mgr.24293) 11749 : cluster 0 pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:26.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:26.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:26.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:26 smithi022 bash[28554]: cluster 2023-12-07T14:43:25.154154+0000 mgr.a (mgr.24293) 11750 : cluster 0 pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:26 smithi044 bash[32620]: cluster 2023-12-07T14:43:25.154154+0000 mgr.a (mgr.24293) 11750 : cluster 0 pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:26 smithi027 bash[31536]: cluster 2023-12-07T14:43:25.154154+0000 mgr.a (mgr.24293) 11750 : cluster 0 pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:27.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:27.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:27.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:27.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:27.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:28 smithi022 bash[28554]: audit 2023-12-07T14:43:26.753020+0000 mgr.a (mgr.24293) 11751 : audit 0 from='client.237951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:28 smithi022 bash[28554]: cluster 2023-12-07T14:43:27.156028+0000 mgr.a (mgr.24293) 11752 : cluster 0 pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:28 smithi044 bash[32620]: audit 2023-12-07T14:43:26.753020+0000 mgr.a (mgr.24293) 11751 : audit 0 from='client.237951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:28 smithi044 bash[32620]: cluster 2023-12-07T14:43:27.156028+0000 mgr.a (mgr.24293) 11752 : cluster 0 pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:28 smithi027 bash[31536]: audit 2023-12-07T14:43:26.753020+0000 mgr.a (mgr.24293) 11751 : audit 0 from='client.237951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:28 smithi027 bash[31536]: cluster 2023-12-07T14:43:27.156028+0000 mgr.a (mgr.24293) 11752 : cluster 0 pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:29 smithi022 bash[28554]: cluster 2023-12-07T14:43:29.156666+0000 mgr.a (mgr.24293) 11753 : cluster 0 pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:29 smithi044 bash[32620]: cluster 2023-12-07T14:43:29.156666+0000 mgr.a (mgr.24293) 11753 : cluster 0 pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:29 smithi027 bash[31536]: cluster 2023-12-07T14:43:29.156666+0000 mgr.a (mgr.24293) 11753 : cluster 0 pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:32.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:32.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:32.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:32 smithi022 bash[28554]: cluster 2023-12-07T14:43:31.157412+0000 mgr.a (mgr.24293) 11754 : 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-07T14:43:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:32 smithi044 bash[32620]: cluster 2023-12-07T14:43:31.157412+0000 mgr.a (mgr.24293) 11754 : 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-07T14:43:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:32 smithi027 bash[31536]: cluster 2023-12-07T14:43:31.157412+0000 mgr.a (mgr.24293) 11754 : 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-07T14:43:33.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:33.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:33.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:33.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:33.240 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:34 smithi022 bash[28554]: audit 2023-12-07T14:43:32.702399+0000 mgr.a (mgr.24293) 11755 : audit 0 from='client.238026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:34 smithi022 bash[28554]: cluster 2023-12-07T14:43:33.158018+0000 mgr.a (mgr.24293) 11756 : cluster 0 pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:34 smithi044 bash[32620]: audit 2023-12-07T14:43:32.702399+0000 mgr.a (mgr.24293) 11755 : audit 0 from='client.238026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:34 smithi044 bash[32620]: cluster 2023-12-07T14:43:33.158018+0000 mgr.a (mgr.24293) 11756 : cluster 0 pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:34 smithi027 bash[31536]: audit 2023-12-07T14:43:32.702399+0000 mgr.a (mgr.24293) 11755 : audit 0 from='client.238026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:34 smithi027 bash[31536]: cluster 2023-12-07T14:43:33.158018+0000 mgr.a (mgr.24293) 11756 : cluster 0 pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:36 smithi022 bash[28554]: cluster 2023-12-07T14:43:35.158760+0000 mgr.a (mgr.24293) 11757 : cluster 0 pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:36 smithi022 bash[28554]: audit 2023-12-07T14:43:35.881812+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:43:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:36 smithi044 bash[32620]: cluster 2023-12-07T14:43:35.158760+0000 mgr.a (mgr.24293) 11757 : cluster 0 pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:36 smithi044 bash[32620]: audit 2023-12-07T14:43:35.881812+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:43:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:36 smithi027 bash[31536]: cluster 2023-12-07T14:43:35.158760+0000 mgr.a (mgr.24293) 11757 : cluster 0 pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:36 smithi027 bash[31536]: audit 2023-12-07T14:43:35.881812+0000 mon.a (mon.0) 2076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:43:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:37 smithi044 bash[32620]: audit 2023-12-07T14:43:36.622962+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:43:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:37 smithi044 bash[32620]: audit 2023-12-07T14:43:36.624714+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:43:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:37 smithi044 bash[32620]: audit 2023-12-07T14:43:36.634848+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:43:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:37 smithi022 bash[28554]: audit 2023-12-07T14:43:36.622962+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:43:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:37 smithi022 bash[28554]: audit 2023-12-07T14:43:36.624714+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:43:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:37 smithi022 bash[28554]: audit 2023-12-07T14:43:36.634848+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:43:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:37 smithi027 bash[31536]: audit 2023-12-07T14:43:36.622962+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:43:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:37 smithi027 bash[31536]: audit 2023-12-07T14:43:36.624714+0000 mon.a (mon.0) 2078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:43:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:37 smithi027 bash[31536]: audit 2023-12-07T14:43:36.634848+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:43:38.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:38.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:38.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:38 smithi022 bash[28554]: cluster 2023-12-07T14:43:37.159781+0000 mgr.a (mgr.24293) 11758 : cluster 0 pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:38 smithi044 bash[32620]: cluster 2023-12-07T14:43:37.159781+0000 mgr.a (mgr.24293) 11758 : cluster 0 pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:38 smithi027 bash[31536]: cluster 2023-12-07T14:43:37.159781+0000 mgr.a (mgr.24293) 11758 : cluster 0 pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:39.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:39.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:39.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:39.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:39.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:39 smithi022 bash[28554]: audit 2023-12-07T14:43:38.648283+0000 mgr.a (mgr.24293) 11759 : audit 0 from='client.238104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:40.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:39 smithi022 bash[28554]: cluster 2023-12-07T14:43:39.160511+0000 mgr.a (mgr.24293) 11760 : cluster 0 pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:39 smithi044 bash[32620]: audit 2023-12-07T14:43:38.648283+0000 mgr.a (mgr.24293) 11759 : audit 0 from='client.238104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:39 smithi044 bash[32620]: cluster 2023-12-07T14:43:39.160511+0000 mgr.a (mgr.24293) 11760 : cluster 0 pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:39 smithi027 bash[31536]: audit 2023-12-07T14:43:38.648283+0000 mgr.a (mgr.24293) 11759 : audit 0 from='client.238104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:39 smithi027 bash[31536]: cluster 2023-12-07T14:43:39.160511+0000 mgr.a (mgr.24293) 11760 : cluster 0 pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:42 smithi022 bash[28554]: cluster 2023-12-07T14:43:41.161442+0000 mgr.a (mgr.24293) 11761 : cluster 0 pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:42 smithi044 bash[32620]: cluster 2023-12-07T14:43:41.161442+0000 mgr.a (mgr.24293) 11761 : cluster 0 pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:42 smithi027 bash[31536]: cluster 2023-12-07T14:43:41.161442+0000 mgr.a (mgr.24293) 11761 : cluster 0 pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:44.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:44.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:44.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:44 smithi022 bash[28554]: cluster 2023-12-07T14:43:43.162156+0000 mgr.a (mgr.24293) 11762 : 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-07T14:43:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:44 smithi044 bash[32620]: cluster 2023-12-07T14:43:43.162156+0000 mgr.a (mgr.24293) 11762 : 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-07T14:43:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:44 smithi027 bash[31536]: cluster 2023-12-07T14:43:43.162156+0000 mgr.a (mgr.24293) 11762 : 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-07T14:43:45.149 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:45.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:45.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:45.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:45.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:46 smithi044 bash[32620]: audit 2023-12-07T14:43:44.609762+0000 mgr.a (mgr.24293) 11763 : audit 0 from='client.238182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:46 smithi044 bash[32620]: cluster 2023-12-07T14:43:45.162763+0000 mgr.a (mgr.24293) 11764 : 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-07T14:43:46.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:46 smithi022 bash[28554]: audit 2023-12-07T14:43:44.609762+0000 mgr.a (mgr.24293) 11763 : audit 0 from='client.238182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:46.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:46 smithi022 bash[28554]: cluster 2023-12-07T14:43:45.162763+0000 mgr.a (mgr.24293) 11764 : 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-07T14:43:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:46 smithi027 bash[31536]: audit 2023-12-07T14:43:44.609762+0000 mgr.a (mgr.24293) 11763 : audit 0 from='client.238182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:46 smithi027 bash[31536]: cluster 2023-12-07T14:43:45.162763+0000 mgr.a (mgr.24293) 11764 : 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-07T14:43:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:48 smithi022 bash[28554]: cluster 2023-12-07T14:43:47.163734+0000 mgr.a (mgr.24293) 11765 : 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-07T14:43:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:48 smithi044 bash[32620]: cluster 2023-12-07T14:43:47.163734+0000 mgr.a (mgr.24293) 11765 : 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-07T14:43:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:48 smithi027 bash[31536]: cluster 2023-12-07T14:43:47.163734+0000 mgr.a (mgr.24293) 11765 : 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-07T14:43:50.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:50.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:50.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:50.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:49 smithi044 bash[32620]: cluster 2023-12-07T14:43:49.164331+0000 mgr.a (mgr.24293) 11766 : 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-07T14:43:50.184 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:49 smithi022 bash[28554]: cluster 2023-12-07T14:43:49.164331+0000 mgr.a (mgr.24293) 11766 : 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-07T14:43:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:49 smithi027 bash[31536]: cluster 2023-12-07T14:43:49.164331+0000 mgr.a (mgr.24293) 11766 : 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-07T14:43:51.101 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:51.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:51.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:51.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:51.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:52 smithi022 bash[28554]: audit 2023-12-07T14:43:50.560509+0000 mgr.a (mgr.24293) 11767 : audit 0 from='client.238257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:52 smithi022 bash[28554]: cluster 2023-12-07T14:43:51.165412+0000 mgr.a (mgr.24293) 11768 : cluster 0 pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:52 smithi044 bash[32620]: audit 2023-12-07T14:43:50.560509+0000 mgr.a (mgr.24293) 11767 : audit 0 from='client.238257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:52 smithi044 bash[32620]: cluster 2023-12-07T14:43:51.165412+0000 mgr.a (mgr.24293) 11768 : cluster 0 pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:52 smithi027 bash[31536]: audit 2023-12-07T14:43:50.560509+0000 mgr.a (mgr.24293) 11767 : audit 0 from='client.238257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:52 smithi027 bash[31536]: cluster 2023-12-07T14:43:51.165412+0000 mgr.a (mgr.24293) 11768 : cluster 0 pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:54 smithi022 bash[28554]: cluster 2023-12-07T14:43:53.166144+0000 mgr.a (mgr.24293) 11769 : cluster 0 pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:54 smithi044 bash[32620]: cluster 2023-12-07T14:43:53.166144+0000 mgr.a (mgr.24293) 11769 : cluster 0 pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:54 smithi027 bash[31536]: cluster 2023-12-07T14:43:53.166144+0000 mgr.a (mgr.24293) 11769 : cluster 0 pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:56.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:43:56.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:56.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:56 smithi022 bash[28554]: cluster 2023-12-07T14:43:55.166747+0000 mgr.a (mgr.24293) 11770 : cluster 0 pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:56 smithi044 bash[32620]: cluster 2023-12-07T14:43:55.166747+0000 mgr.a (mgr.24293) 11770 : cluster 0 pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:56 smithi027 bash[31536]: cluster 2023-12-07T14:43:55.166747+0000 mgr.a (mgr.24293) 11770 : cluster 0 pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:57.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:57.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:57.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:43:57.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:57.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:43:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:58 smithi022 bash[28554]: audit 2023-12-07T14:43:56.512255+0000 mgr.a (mgr.24293) 11771 : audit 0 from='client.238332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:58 smithi022 bash[28554]: cluster 2023-12-07T14:43:57.167854+0000 mgr.a (mgr.24293) 11772 : cluster 0 pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:58 smithi044 bash[32620]: audit 2023-12-07T14:43:56.512255+0000 mgr.a (mgr.24293) 11771 : audit 0 from='client.238332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:58 smithi044 bash[32620]: cluster 2023-12-07T14:43:57.167854+0000 mgr.a (mgr.24293) 11772 : cluster 0 pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:58 smithi027 bash[31536]: audit 2023-12-07T14:43:56.512255+0000 mgr.a (mgr.24293) 11771 : audit 0 from='client.238332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:58 smithi027 bash[31536]: cluster 2023-12-07T14:43:57.167854+0000 mgr.a (mgr.24293) 11772 : cluster 0 pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:43:59 smithi022 bash[28554]: cluster 2023-12-07T14:43:59.168376+0000 mgr.a (mgr.24293) 11773 : cluster 0 pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:44:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:43:59 smithi044 bash[32620]: cluster 2023-12-07T14:43:59.168376+0000 mgr.a (mgr.24293) 11773 : cluster 0 pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:44:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:43:59 smithi027 bash[31536]: cluster 2023-12-07T14:43:59.168376+0000 mgr.a (mgr.24293) 11773 : cluster 0 pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:44:02.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:02.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:02.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:02 smithi022 bash[28554]: cluster 2023-12-07T14:44:01.169114+0000 mgr.a (mgr.24293) 11774 : 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-07T14:44:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:02 smithi044 bash[32620]: cluster 2023-12-07T14:44:01.169114+0000 mgr.a (mgr.24293) 11774 : 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-07T14:44:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:02 smithi027 bash[31536]: cluster 2023-12-07T14:44:01.169114+0000 mgr.a (mgr.24293) 11774 : 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-07T14:44:02.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:02.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:02.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:02.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:02.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:04 smithi022 bash[28554]: audit 2023-12-07T14:44:02.462468+0000 mgr.a (mgr.24293) 11775 : audit 0 from='client.238404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:04 smithi022 bash[28554]: cluster 2023-12-07T14:44:03.169842+0000 mgr.a (mgr.24293) 11776 : cluster 0 pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:04 smithi044 bash[32620]: audit 2023-12-07T14:44:02.462468+0000 mgr.a (mgr.24293) 11775 : audit 0 from='client.238404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:04 smithi044 bash[32620]: cluster 2023-12-07T14:44:03.169842+0000 mgr.a (mgr.24293) 11776 : cluster 0 pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:04 smithi027 bash[31536]: audit 2023-12-07T14:44:02.462468+0000 mgr.a (mgr.24293) 11775 : audit 0 from='client.238404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:04 smithi027 bash[31536]: cluster 2023-12-07T14:44:03.169842+0000 mgr.a (mgr.24293) 11776 : cluster 0 pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:06 smithi044 bash[32620]: cluster 2023-12-07T14:44:05.170444+0000 mgr.a (mgr.24293) 11777 : cluster 0 pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:06 smithi022 bash[28554]: cluster 2023-12-07T14:44:05.170444+0000 mgr.a (mgr.24293) 11777 : cluster 0 pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:06 smithi027 bash[31536]: cluster 2023-12-07T14:44:05.170444+0000 mgr.a (mgr.24293) 11777 : cluster 0 pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:07.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:07.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:07.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:08 smithi022 bash[28554]: cluster 2023-12-07T14:44:07.171295+0000 mgr.a (mgr.24293) 11778 : cluster 0 pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:08 smithi044 bash[32620]: cluster 2023-12-07T14:44:07.171295+0000 mgr.a (mgr.24293) 11778 : cluster 0 pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:08 smithi027 bash[31536]: cluster 2023-12-07T14:44:07.171295+0000 mgr.a (mgr.24293) 11778 : cluster 0 pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:08.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:08.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:08.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:08.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:08.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:09 smithi022 bash[28554]: audit 2023-12-07T14:44:08.397968+0000 mgr.a (mgr.24293) 11779 : audit 0 from='client.238482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:09 smithi022 bash[28554]: cluster 2023-12-07T14:44:09.171972+0000 mgr.a (mgr.24293) 11780 : cluster 0 pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:09 smithi044 bash[32620]: audit 2023-12-07T14:44:08.397968+0000 mgr.a (mgr.24293) 11779 : audit 0 from='client.238482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:09 smithi044 bash[32620]: cluster 2023-12-07T14:44:09.171972+0000 mgr.a (mgr.24293) 11780 : cluster 0 pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:09 smithi027 bash[31536]: audit 2023-12-07T14:44:08.397968+0000 mgr.a (mgr.24293) 11779 : audit 0 from='client.238482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:09 smithi027 bash[31536]: cluster 2023-12-07T14:44:09.171972+0000 mgr.a (mgr.24293) 11780 : cluster 0 pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:12.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:12 smithi022 bash[28554]: cluster 2023-12-07T14:44:11.172803+0000 mgr.a (mgr.24293) 11781 : cluster 0 pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:12 smithi044 bash[32620]: cluster 2023-12-07T14:44:11.172803+0000 mgr.a (mgr.24293) 11781 : cluster 0 pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:12 smithi027 bash[31536]: cluster 2023-12-07T14:44:11.172803+0000 mgr.a (mgr.24293) 11781 : cluster 0 pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:13.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:13.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:13.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:14 smithi022 bash[28554]: cluster 2023-12-07T14:44:13.173335+0000 mgr.a (mgr.24293) 11782 : 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-07T14:44:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:14 smithi044 bash[32620]: cluster 2023-12-07T14:44:13.173335+0000 mgr.a (mgr.24293) 11782 : 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-07T14:44:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:14 smithi027 bash[31536]: cluster 2023-12-07T14:44:13.173335+0000 mgr.a (mgr.24293) 11782 : 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-07T14:44:14.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:14.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:14.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:14.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:14.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:15.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:15 smithi044 bash[32620]: audit 2023-12-07T14:44:14.310879+0000 mgr.a (mgr.24293) 11783 : audit 0 from='client.238557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:15.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:15 smithi022 bash[28554]: audit 2023-12-07T14:44:14.310879+0000 mgr.a (mgr.24293) 11783 : audit 0 from='client.238557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:15.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:15 smithi027 bash[31536]: audit 2023-12-07T14:44:14.310879+0000 mgr.a (mgr.24293) 11783 : audit 0 from='client.238557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:16 smithi044 bash[32620]: cluster 2023-12-07T14:44:15.174004+0000 mgr.a (mgr.24293) 11784 : 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-07T14:44:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:16 smithi022 bash[28554]: cluster 2023-12-07T14:44:15.174004+0000 mgr.a (mgr.24293) 11784 : 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-07T14:44:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:16 smithi027 bash[31536]: cluster 2023-12-07T14:44:15.174004+0000 mgr.a (mgr.24293) 11784 : 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-07T14:44:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:18 smithi022 bash[28554]: cluster 2023-12-07T14:44:17.174813+0000 mgr.a (mgr.24293) 11785 : 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-07T14:44:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:18 smithi044 bash[32620]: cluster 2023-12-07T14:44:17.174813+0000 mgr.a (mgr.24293) 11785 : 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-07T14:44:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:18 smithi027 bash[31536]: cluster 2023-12-07T14:44:17.174813+0000 mgr.a (mgr.24293) 11785 : 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-07T14:44:19.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:19.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:19.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:19 smithi022 bash[28554]: cluster 2023-12-07T14:44:19.175374+0000 mgr.a (mgr.24293) 11786 : 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-07T14:44:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:19 smithi044 bash[32620]: cluster 2023-12-07T14:44:19.175374+0000 mgr.a (mgr.24293) 11786 : 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-07T14:44:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:19 smithi027 bash[31536]: cluster 2023-12-07T14:44:19.175374+0000 mgr.a (mgr.24293) 11786 : 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-07T14:44:20.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:20.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:20.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:20.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:20.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:20 smithi022 bash[28554]: audit 2023-12-07T14:44:20.233991+0000 mgr.a (mgr.24293) 11787 : audit 0 from='client.238632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:20 smithi044 bash[32620]: audit 2023-12-07T14:44:20.233991+0000 mgr.a (mgr.24293) 11787 : audit 0 from='client.238632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:21.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:20 smithi027 bash[31536]: audit 2023-12-07T14:44:20.233991+0000 mgr.a (mgr.24293) 11787 : audit 0 from='client.238632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:21 smithi022 bash[28554]: cluster 2023-12-07T14:44:21.176369+0000 mgr.a (mgr.24293) 11788 : cluster 0 pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:44:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:21 smithi044 bash[32620]: cluster 2023-12-07T14:44:21.176369+0000 mgr.a (mgr.24293) 11788 : cluster 0 pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:44:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:21 smithi027 bash[31536]: cluster 2023-12-07T14:44:21.176369+0000 mgr.a (mgr.24293) 11788 : cluster 0 pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:44:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:24 smithi022 bash[28554]: cluster 2023-12-07T14:44:23.176998+0000 mgr.a (mgr.24293) 11789 : cluster 0 pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:44:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:24 smithi044 bash[32620]: cluster 2023-12-07T14:44:23.176998+0000 mgr.a (mgr.24293) 11789 : cluster 0 pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:44:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:24 smithi027 bash[31536]: cluster 2023-12-07T14:44:23.176998+0000 mgr.a (mgr.24293) 11789 : cluster 0 pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:44:25.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:25.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:25.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:26.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:26.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:26.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:26.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:26.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:26 smithi022 bash[28554]: cluster 2023-12-07T14:44:25.177581+0000 mgr.a (mgr.24293) 11790 : cluster 0 pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:44:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:26 smithi044 bash[32620]: cluster 2023-12-07T14:44:25.177581+0000 mgr.a (mgr.24293) 11790 : cluster 0 pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:44:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:26 smithi027 bash[31536]: cluster 2023-12-07T14:44:25.177581+0000 mgr.a (mgr.24293) 11790 : cluster 0 pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:44:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:27 smithi022 bash[28554]: audit 2023-12-07T14:44:26.160448+0000 mgr.a (mgr.24293) 11791 : audit 0 from='client.238710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:27 smithi044 bash[32620]: audit 2023-12-07T14:44:26.160448+0000 mgr.a (mgr.24293) 11791 : audit 0 from='client.238710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:27 smithi027 bash[31536]: audit 2023-12-07T14:44:26.160448+0000 mgr.a (mgr.24293) 11791 : audit 0 from='client.238710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:28 smithi022 bash[28554]: cluster 2023-12-07T14:44:27.178664+0000 mgr.a (mgr.24293) 11792 : cluster 0 pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:28 smithi044 bash[32620]: cluster 2023-12-07T14:44:27.178664+0000 mgr.a (mgr.24293) 11792 : cluster 0 pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:28 smithi027 bash[31536]: cluster 2023-12-07T14:44:27.178664+0000 mgr.a (mgr.24293) 11792 : cluster 0 pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:29 smithi022 bash[28554]: cluster 2023-12-07T14:44:29.179254+0000 mgr.a (mgr.24293) 11793 : cluster 0 pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:44:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:29 smithi044 bash[32620]: cluster 2023-12-07T14:44:29.179254+0000 mgr.a (mgr.24293) 11793 : cluster 0 pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:44:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:29 smithi027 bash[31536]: cluster 2023-12-07T14:44:29.179254+0000 mgr.a (mgr.24293) 11793 : cluster 0 pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:44:31.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:31.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:31.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:32.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:32 smithi022 bash[28554]: cluster 2023-12-07T14:44:31.180012+0000 mgr.a (mgr.24293) 11794 : cluster 0 pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:32 smithi044 bash[32620]: cluster 2023-12-07T14:44:31.180012+0000 mgr.a (mgr.24293) 11794 : cluster 0 pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:32 smithi027 bash[31536]: cluster 2023-12-07T14:44:31.180012+0000 mgr.a (mgr.24293) 11794 : cluster 0 pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:33.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:33 smithi022 bash[28554]: audit 2023-12-07T14:44:32.089752+0000 mgr.a (mgr.24293) 11795 : audit 0 from='client.238785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:33.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:33 smithi044 bash[32620]: audit 2023-12-07T14:44:32.089752+0000 mgr.a (mgr.24293) 11795 : audit 0 from='client.238785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:33.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:33 smithi027 bash[31536]: audit 2023-12-07T14:44:32.089752+0000 mgr.a (mgr.24293) 11795 : audit 0 from='client.238785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:34 smithi044 bash[32620]: cluster 2023-12-07T14:44:33.180660+0000 mgr.a (mgr.24293) 11796 : cluster 0 pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:44:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:34 smithi022 bash[28554]: cluster 2023-12-07T14:44:33.180660+0000 mgr.a (mgr.24293) 11796 : cluster 0 pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:44:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:34 smithi027 bash[31536]: cluster 2023-12-07T14:44:33.180660+0000 mgr.a (mgr.24293) 11796 : cluster 0 pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:44:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:36 smithi044 bash[32620]: cluster 2023-12-07T14:44:35.181253+0000 mgr.a (mgr.24293) 11797 : cluster 0 pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:44:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:36 smithi022 bash[28554]: cluster 2023-12-07T14:44:35.181253+0000 mgr.a (mgr.24293) 11797 : cluster 0 pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:44:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:36 smithi027 bash[31536]: cluster 2023-12-07T14:44:35.181253+0000 mgr.a (mgr.24293) 11797 : cluster 0 pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:44:37.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:37.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:37.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:37 smithi044 bash[32620]: audit 2023-12-07T14:44:36.738654+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:44:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:37 smithi022 bash[28554]: audit 2023-12-07T14:44:36.738654+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:44:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:37 smithi027 bash[31536]: audit 2023-12-07T14:44:36.738654+0000 mon.a (mon.0) 2080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:44:38.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:38.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:38.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:38.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:38.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:38 smithi044 bash[32620]: cluster 2023-12-07T14:44:37.182066+0000 mgr.a (mgr.24293) 11798 : cluster 0 pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:38 smithi044 bash[32620]: audit 2023-12-07T14:44:37.529839+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:38 smithi044 bash[32620]: audit 2023-12-07T14:44:37.531807+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:38 smithi044 bash[32620]: audit 2023-12-07T14:44:37.541091+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:38 smithi022 bash[28554]: cluster 2023-12-07T14:44:37.182066+0000 mgr.a (mgr.24293) 11798 : cluster 0 pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:38 smithi022 bash[28554]: audit 2023-12-07T14:44:37.529839+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:38 smithi022 bash[28554]: audit 2023-12-07T14:44:37.531807+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:44:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:38 smithi022 bash[28554]: audit 2023-12-07T14:44:37.541091+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:44:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:38 smithi027 bash[31536]: cluster 2023-12-07T14:44:37.182066+0000 mgr.a (mgr.24293) 11798 : cluster 0 pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:44:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:38 smithi027 bash[31536]: audit 2023-12-07T14:44:37.529839+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:44:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:38 smithi027 bash[31536]: audit 2023-12-07T14:44:37.531807+0000 mon.a (mon.0) 2082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:44:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:38 smithi027 bash[31536]: audit 2023-12-07T14:44:37.541091+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:44:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:39 smithi044 bash[32620]: audit 2023-12-07T14:44:38.021100+0000 mgr.a (mgr.24293) 11799 : audit 0 from='client.238863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:39 smithi022 bash[28554]: audit 2023-12-07T14:44:38.021100+0000 mgr.a (mgr.24293) 11799 : audit 0 from='client.238863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:39 smithi027 bash[31536]: audit 2023-12-07T14:44:38.021100+0000 mgr.a (mgr.24293) 11799 : audit 0 from='client.238863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:40 smithi022 bash[28554]: cluster 2023-12-07T14:44:39.182725+0000 mgr.a (mgr.24293) 11800 : cluster 0 pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:40 smithi044 bash[32620]: cluster 2023-12-07T14:44:39.182725+0000 mgr.a (mgr.24293) 11800 : cluster 0 pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:40 smithi027 bash[31536]: cluster 2023-12-07T14:44:39.182725+0000 mgr.a (mgr.24293) 11800 : cluster 0 pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:42 smithi022 bash[28554]: cluster 2023-12-07T14:44:41.183572+0000 mgr.a (mgr.24293) 11801 : cluster 0 pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:42 smithi044 bash[32620]: cluster 2023-12-07T14:44:41.183572+0000 mgr.a (mgr.24293) 11801 : cluster 0 pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:42 smithi027 bash[31536]: cluster 2023-12-07T14:44:41.183572+0000 mgr.a (mgr.24293) 11801 : cluster 0 pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:43.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:43.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:43.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:44.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:44.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:44.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:44.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:44.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:44.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:44 smithi022 bash[28554]: cluster 2023-12-07T14:44:43.184058+0000 mgr.a (mgr.24293) 11802 : cluster 0 pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:44 smithi044 bash[32620]: cluster 2023-12-07T14:44:43.184058+0000 mgr.a (mgr.24293) 11802 : cluster 0 pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:44 smithi027 bash[31536]: cluster 2023-12-07T14:44:43.184058+0000 mgr.a (mgr.24293) 11802 : cluster 0 pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:45.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:45 smithi022 bash[28554]: audit 2023-12-07T14:44:43.980505+0000 mgr.a (mgr.24293) 11803 : audit 0 from='client.238935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:45.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:45 smithi044 bash[32620]: audit 2023-12-07T14:44:43.980505+0000 mgr.a (mgr.24293) 11803 : audit 0 from='client.238935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:45 smithi027 bash[31536]: audit 2023-12-07T14:44:43.980505+0000 mgr.a (mgr.24293) 11803 : audit 0 from='client.238935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:46 smithi022 bash[28554]: cluster 2023-12-07T14:44:45.184682+0000 mgr.a (mgr.24293) 11804 : cluster 0 pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:46 smithi044 bash[32620]: cluster 2023-12-07T14:44:45.184682+0000 mgr.a (mgr.24293) 11804 : cluster 0 pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:46 smithi027 bash[31536]: cluster 2023-12-07T14:44:45.184682+0000 mgr.a (mgr.24293) 11804 : cluster 0 pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:48 smithi022 bash[28554]: cluster 2023-12-07T14:44:47.185489+0000 mgr.a (mgr.24293) 11805 : cluster 0 pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:48 smithi044 bash[32620]: cluster 2023-12-07T14:44:47.185489+0000 mgr.a (mgr.24293) 11805 : cluster 0 pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:48 smithi027 bash[31536]: cluster 2023-12-07T14:44:47.185489+0000 mgr.a (mgr.24293) 11805 : cluster 0 pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:44:49.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:49.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:49.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:49 smithi027 bash[31536]: cluster 2023-12-07T14:44:49.186039+0000 mgr.a (mgr.24293) 11806 : 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-07T14:44:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:49 smithi022 bash[28554]: cluster 2023-12-07T14:44:49.186039+0000 mgr.a (mgr.24293) 11806 : 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-07T14:44:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:49 smithi044 bash[32620]: cluster 2023-12-07T14:44:49.186039+0000 mgr.a (mgr.24293) 11806 : 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-07T14:44:50.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:50.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:50.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:50.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:50.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:50 smithi027 bash[31536]: audit 2023-12-07T14:44:49.906884+0000 mgr.a (mgr.24293) 11807 : audit 0 from='client.239013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:50 smithi022 bash[28554]: audit 2023-12-07T14:44:49.906884+0000 mgr.a (mgr.24293) 11807 : audit 0 from='client.239013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:51.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:50 smithi044 bash[32620]: audit 2023-12-07T14:44:49.906884+0000 mgr.a (mgr.24293) 11807 : audit 0 from='client.239013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:52.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:51 smithi027 bash[31536]: cluster 2023-12-07T14:44:51.187132+0000 mgr.a (mgr.24293) 11808 : cluster 0 pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:44:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:51 smithi022 bash[28554]: cluster 2023-12-07T14:44:51.187132+0000 mgr.a (mgr.24293) 11808 : cluster 0 pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:44:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:51 smithi044 bash[32620]: cluster 2023-12-07T14:44:51.187132+0000 mgr.a (mgr.24293) 11808 : cluster 0 pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:44:54.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:54 smithi022 bash[28554]: cluster 2023-12-07T14:44:53.187758+0000 mgr.a (mgr.24293) 11809 : cluster 0 pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:54 smithi044 bash[32620]: cluster 2023-12-07T14:44:53.187758+0000 mgr.a (mgr.24293) 11809 : cluster 0 pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:54 smithi027 bash[31536]: cluster 2023-12-07T14:44:53.187758+0000 mgr.a (mgr.24293) 11809 : cluster 0 pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:55.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:44:55.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:55.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:56.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:44:56.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:56.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:56.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:56.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:44:56.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:56 smithi022 bash[28554]: cluster 2023-12-07T14:44:55.188329+0000 mgr.a (mgr.24293) 11810 : cluster 0 pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:56.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:56 smithi044 bash[32620]: cluster 2023-12-07T14:44:55.188329+0000 mgr.a (mgr.24293) 11810 : cluster 0 pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:56 smithi027 bash[31536]: cluster 2023-12-07T14:44:55.188329+0000 mgr.a (mgr.24293) 11810 : cluster 0 pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:57.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:57 smithi044 bash[32620]: audit 2023-12-07T14:44:55.861822+0000 mgr.a (mgr.24293) 11811 : audit 0 from='client.239091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:57.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:57 smithi022 bash[28554]: audit 2023-12-07T14:44:55.861822+0000 mgr.a (mgr.24293) 11811 : audit 0 from='client.239091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:57.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:57 smithi027 bash[31536]: audit 2023-12-07T14:44:55.861822+0000 mgr.a (mgr.24293) 11811 : audit 0 from='client.239091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:58 smithi022 bash[28554]: cluster 2023-12-07T14:44:57.189398+0000 mgr.a (mgr.24293) 11812 : cluster 0 pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:58 smithi044 bash[32620]: cluster 2023-12-07T14:44:57.189398+0000 mgr.a (mgr.24293) 11812 : cluster 0 pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:44:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:58 smithi027 bash[31536]: cluster 2023-12-07T14:44:57.189398+0000 mgr.a (mgr.24293) 11812 : cluster 0 pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:44:59 smithi027 bash[31536]: cluster 2023-12-07T14:44:59.190132+0000 mgr.a (mgr.24293) 11813 : cluster 0 pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:44:59 smithi022 bash[28554]: cluster 2023-12-07T14:44:59.190132+0000 mgr.a (mgr.24293) 11813 : cluster 0 pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:44:59 smithi044 bash[32620]: cluster 2023-12-07T14:44:59.190132+0000 mgr.a (mgr.24293) 11813 : cluster 0 pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:01.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:01.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:01.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:02.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:02.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:02.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:02 smithi022 bash[28554]: cluster 2023-12-07T14:45:01.191082+0000 mgr.a (mgr.24293) 11814 : cluster 0 pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:02 smithi044 bash[32620]: cluster 2023-12-07T14:45:01.191082+0000 mgr.a (mgr.24293) 11814 : cluster 0 pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:02 smithi027 bash[31536]: cluster 2023-12-07T14:45:01.191082+0000 mgr.a (mgr.24293) 11814 : cluster 0 pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:03 smithi022 bash[28554]: audit 2023-12-07T14:45:01.821277+0000 mgr.a (mgr.24293) 11815 : audit 0 from='client.239169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:03.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:03 smithi044 bash[32620]: audit 2023-12-07T14:45:01.821277+0000 mgr.a (mgr.24293) 11815 : audit 0 from='client.239169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:03.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:03 smithi027 bash[31536]: audit 2023-12-07T14:45:01.821277+0000 mgr.a (mgr.24293) 11815 : audit 0 from='client.239169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:04 smithi022 bash[28554]: cluster 2023-12-07T14:45:03.191950+0000 mgr.a (mgr.24293) 11816 : cluster 0 pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:45:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:04 smithi044 bash[32620]: cluster 2023-12-07T14:45:03.191950+0000 mgr.a (mgr.24293) 11816 : cluster 0 pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:45:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:04 smithi027 bash[31536]: cluster 2023-12-07T14:45:03.191950+0000 mgr.a (mgr.24293) 11816 : cluster 0 pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:45:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:06 smithi022 bash[28554]: cluster 2023-12-07T14:45:05.192725+0000 mgr.a (mgr.24293) 11817 : cluster 0 pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:45:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:06 smithi044 bash[32620]: cluster 2023-12-07T14:45:05.192725+0000 mgr.a (mgr.24293) 11817 : cluster 0 pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:45:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:06 smithi027 bash[31536]: cluster 2023-12-07T14:45:05.192725+0000 mgr.a (mgr.24293) 11817 : cluster 0 pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:45:07.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:07.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:07.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:08.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:08.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:08.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:08.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:08.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:08 smithi022 bash[28554]: cluster 2023-12-07T14:45:07.193771+0000 mgr.a (mgr.24293) 11818 : cluster 0 pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:45:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:08 smithi044 bash[32620]: cluster 2023-12-07T14:45:07.193771+0000 mgr.a (mgr.24293) 11818 : cluster 0 pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:45:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:08 smithi027 bash[31536]: cluster 2023-12-07T14:45:07.193771+0000 mgr.a (mgr.24293) 11818 : cluster 0 pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:45:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:09 smithi044 bash[32620]: audit 2023-12-07T14:45:07.752303+0000 mgr.a (mgr.24293) 11819 : audit 0 from='client.239238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:09 smithi022 bash[28554]: audit 2023-12-07T14:45:07.752303+0000 mgr.a (mgr.24293) 11819 : audit 0 from='client.239238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:09.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:09 smithi027 bash[31536]: audit 2023-12-07T14:45:07.752303+0000 mgr.a (mgr.24293) 11819 : audit 0 from='client.239238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:10 smithi022 bash[28554]: cluster 2023-12-07T14:45:09.194529+0000 mgr.a (mgr.24293) 11820 : cluster 0 pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:10.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:10 smithi044 bash[32620]: cluster 2023-12-07T14:45:09.194529+0000 mgr.a (mgr.24293) 11820 : cluster 0 pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:10.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:10 smithi027 bash[31536]: cluster 2023-12-07T14:45:09.194529+0000 mgr.a (mgr.24293) 11820 : cluster 0 pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:12.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:12 smithi022 bash[28554]: cluster 2023-12-07T14:45:11.195389+0000 mgr.a (mgr.24293) 11821 : cluster 0 pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:12.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:12 smithi044 bash[32620]: cluster 2023-12-07T14:45:11.195389+0000 mgr.a (mgr.24293) 11821 : cluster 0 pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:12.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:12 smithi027 bash[31536]: cluster 2023-12-07T14:45:11.195389+0000 mgr.a (mgr.24293) 11821 : cluster 0 pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:13.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:13.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:13.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:14.193 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:14.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:14.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:14.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:14.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:14 smithi022 bash[28554]: cluster 2023-12-07T14:45:13.195982+0000 mgr.a (mgr.24293) 11822 : cluster 0 pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:14 smithi044 bash[32620]: cluster 2023-12-07T14:45:13.195982+0000 mgr.a (mgr.24293) 11822 : cluster 0 pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:14 smithi027 bash[31536]: cluster 2023-12-07T14:45:13.195982+0000 mgr.a (mgr.24293) 11822 : cluster 0 pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:15 smithi022 bash[28554]: audit 2023-12-07T14:45:13.659991+0000 mgr.a (mgr.24293) 11823 : audit 0 from='client.239316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:15.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:15 smithi044 bash[32620]: audit 2023-12-07T14:45:13.659991+0000 mgr.a (mgr.24293) 11823 : audit 0 from='client.239316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:15.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:15 smithi027 bash[31536]: audit 2023-12-07T14:45:13.659991+0000 mgr.a (mgr.24293) 11823 : audit 0 from='client.239316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:16 smithi044 bash[32620]: cluster 2023-12-07T14:45:15.196703+0000 mgr.a (mgr.24293) 11824 : cluster 0 pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:16 smithi022 bash[28554]: cluster 2023-12-07T14:45:15.196703+0000 mgr.a (mgr.24293) 11824 : cluster 0 pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:16 smithi027 bash[31536]: cluster 2023-12-07T14:45:15.196703+0000 mgr.a (mgr.24293) 11824 : cluster 0 pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:18 smithi022 bash[28554]: cluster 2023-12-07T14:45:17.197492+0000 mgr.a (mgr.24293) 11825 : cluster 0 pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:18 smithi044 bash[32620]: cluster 2023-12-07T14:45:17.197492+0000 mgr.a (mgr.24293) 11825 : cluster 0 pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:18 smithi027 bash[31536]: cluster 2023-12-07T14:45:17.197492+0000 mgr.a (mgr.24293) 11825 : cluster 0 pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:19.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:20.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:20.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:20.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:20.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:20.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:19 smithi027 bash[31536]: cluster 2023-12-07T14:45:19.198183+0000 mgr.a (mgr.24293) 11826 : cluster 0 pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:19 smithi022 bash[28554]: cluster 2023-12-07T14:45:19.198183+0000 mgr.a (mgr.24293) 11826 : cluster 0 pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:19 smithi044 bash[32620]: cluster 2023-12-07T14:45:19.198183+0000 mgr.a (mgr.24293) 11826 : cluster 0 pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:21.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:20 smithi027 bash[31536]: audit 2023-12-07T14:45:19.601732+0000 mgr.a (mgr.24293) 11827 : audit 0 from='client.239391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:20 smithi044 bash[32620]: audit 2023-12-07T14:45:19.601732+0000 mgr.a (mgr.24293) 11827 : audit 0 from='client.239391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:20 smithi022 bash[28554]: audit 2023-12-07T14:45:19.601732+0000 mgr.a (mgr.24293) 11827 : audit 0 from='client.239391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:21 smithi022 bash[28554]: cluster 2023-12-07T14:45:21.199196+0000 mgr.a (mgr.24293) 11828 : cluster 0 pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:21 smithi044 bash[32620]: cluster 2023-12-07T14:45:21.199196+0000 mgr.a (mgr.24293) 11828 : cluster 0 pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:22.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:21 smithi027 bash[31536]: cluster 2023-12-07T14:45:21.199196+0000 mgr.a (mgr.24293) 11828 : cluster 0 pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:24 smithi022 bash[28554]: cluster 2023-12-07T14:45:23.199915+0000 mgr.a (mgr.24293) 11829 : 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-07T14:45:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:24 smithi044 bash[32620]: cluster 2023-12-07T14:45:23.199915+0000 mgr.a (mgr.24293) 11829 : 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-07T14:45:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:24 smithi027 bash[31536]: cluster 2023-12-07T14:45:23.199915+0000 mgr.a (mgr.24293) 11829 : 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-07T14:45:25.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:25.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:25.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:26.065 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:26.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:26.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:26.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:26.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:26 smithi022 bash[28554]: cluster 2023-12-07T14:45:25.200384+0000 mgr.a (mgr.24293) 11830 : 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-07T14:45:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:26 smithi044 bash[32620]: cluster 2023-12-07T14:45:25.200384+0000 mgr.a (mgr.24293) 11830 : 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-07T14:45:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:26 smithi027 bash[31536]: cluster 2023-12-07T14:45:25.200384+0000 mgr.a (mgr.24293) 11830 : 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-07T14:45:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:27 smithi044 bash[32620]: audit 2023-12-07T14:45:25.523412+0000 mgr.a (mgr.24293) 11831 : audit 0 from='client.239469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:27.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:27 smithi022 bash[28554]: audit 2023-12-07T14:45:25.523412+0000 mgr.a (mgr.24293) 11831 : audit 0 from='client.239469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:27 smithi027 bash[31536]: audit 2023-12-07T14:45:25.523412+0000 mgr.a (mgr.24293) 11831 : audit 0 from='client.239469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:28 smithi022 bash[28554]: cluster 2023-12-07T14:45:27.201421+0000 mgr.a (mgr.24293) 11832 : cluster 0 pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:28 smithi044 bash[32620]: cluster 2023-12-07T14:45:27.201421+0000 mgr.a (mgr.24293) 11832 : cluster 0 pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:28 smithi027 bash[31536]: cluster 2023-12-07T14:45:27.201421+0000 mgr.a (mgr.24293) 11832 : cluster 0 pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:29 smithi027 bash[31536]: cluster 2023-12-07T14:45:29.202041+0000 mgr.a (mgr.24293) 11833 : cluster 0 pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:29 smithi044 bash[32620]: cluster 2023-12-07T14:45:29.202041+0000 mgr.a (mgr.24293) 11833 : cluster 0 pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:29 smithi022 bash[28554]: cluster 2023-12-07T14:45:29.202041+0000 mgr.a (mgr.24293) 11833 : cluster 0 pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:31.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:31.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:31.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:32.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:32.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:32.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:32.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:32.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:32 smithi022 bash[28554]: cluster 2023-12-07T14:45:31.202580+0000 mgr.a (mgr.24293) 11834 : cluster 0 pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:32 smithi044 bash[32620]: cluster 2023-12-07T14:45:31.202580+0000 mgr.a (mgr.24293) 11834 : cluster 0 pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:32 smithi027 bash[31536]: cluster 2023-12-07T14:45:31.202580+0000 mgr.a (mgr.24293) 11834 : cluster 0 pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:33 smithi022 bash[28554]: audit 2023-12-07T14:45:31.478185+0000 mgr.a (mgr.24293) 11835 : audit 0 from='client.239544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:33.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:33 smithi044 bash[32620]: audit 2023-12-07T14:45:31.478185+0000 mgr.a (mgr.24293) 11835 : audit 0 from='client.239544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:33.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:33 smithi027 bash[31536]: audit 2023-12-07T14:45:31.478185+0000 mgr.a (mgr.24293) 11835 : audit 0 from='client.239544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:34.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:34 smithi044 bash[32620]: cluster 2023-12-07T14:45:33.203420+0000 mgr.a (mgr.24293) 11836 : cluster 0 pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:34.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:34 smithi022 bash[28554]: cluster 2023-12-07T14:45:33.203420+0000 mgr.a (mgr.24293) 11836 : cluster 0 pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:34 smithi027 bash[31536]: cluster 2023-12-07T14:45:33.203420+0000 mgr.a (mgr.24293) 11836 : cluster 0 pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:36 smithi044 bash[32620]: cluster 2023-12-07T14:45:35.204151+0000 mgr.a (mgr.24293) 11837 : cluster 0 pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:36 smithi022 bash[28554]: cluster 2023-12-07T14:45:35.204151+0000 mgr.a (mgr.24293) 11837 : cluster 0 pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:36 smithi027 bash[31536]: cluster 2023-12-07T14:45:35.204151+0000 mgr.a (mgr.24293) 11837 : cluster 0 pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:37.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:37.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:37.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:37.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:38 smithi022 bash[28554]: cluster 2023-12-07T14:45:37.204985+0000 mgr.a (mgr.24293) 11838 : cluster 0 pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:38 smithi022 bash[28554]: audit 2023-12-07T14:45:37.643927+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:45:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:38 smithi044 bash[32620]: cluster 2023-12-07T14:45:37.204985+0000 mgr.a (mgr.24293) 11838 : cluster 0 pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:38 smithi044 bash[32620]: audit 2023-12-07T14:45:37.643927+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:45:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:38 smithi027 bash[31536]: cluster 2023-12-07T14:45:37.204985+0000 mgr.a (mgr.24293) 11838 : cluster 0 pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:38 smithi027 bash[31536]: audit 2023-12-07T14:45:37.643927+0000 mon.a (mon.0) 2084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:45:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:39 smithi022 bash[28554]: audit 2023-12-07T14:45:37.437108+0000 mgr.a (mgr.24293) 11839 : audit 0 from='client.194792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:39 smithi022 bash[28554]: audit 2023-12-07T14:45:38.486050+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:39 smithi022 bash[28554]: audit 2023-12-07T14:45:38.488084+0000 mon.a (mon.0) 2086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:39 smithi022 bash[28554]: audit 2023-12-07T14:45:38.498082+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:39 smithi044 bash[32620]: audit 2023-12-07T14:45:37.437108+0000 mgr.a (mgr.24293) 11839 : audit 0 from='client.194792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:39 smithi044 bash[32620]: audit 2023-12-07T14:45:38.486050+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:39 smithi044 bash[32620]: audit 2023-12-07T14:45:38.488084+0000 mon.a (mon.0) 2086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:45:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:39 smithi044 bash[32620]: audit 2023-12-07T14:45:38.498082+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:45:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:39 smithi027 bash[31536]: audit 2023-12-07T14:45:37.437108+0000 mgr.a (mgr.24293) 11839 : audit 0 from='client.194792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:39 smithi027 bash[31536]: audit 2023-12-07T14:45:38.486050+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:45:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:39 smithi027 bash[31536]: audit 2023-12-07T14:45:38.488084+0000 mon.a (mon.0) 2086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:45:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:39 smithi027 bash[31536]: audit 2023-12-07T14:45:38.498082+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:45:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:40 smithi044 bash[32620]: cluster 2023-12-07T14:45:39.205804+0000 mgr.a (mgr.24293) 11840 : 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-07T14:45:40.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:40 smithi022 bash[28554]: cluster 2023-12-07T14:45:39.205804+0000 mgr.a (mgr.24293) 11840 : 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-07T14:45:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:40 smithi027 bash[31536]: cluster 2023-12-07T14:45:39.205804+0000 mgr.a (mgr.24293) 11840 : 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-07T14:45:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:42 smithi022 bash[28554]: cluster 2023-12-07T14:45:41.206654+0000 mgr.a (mgr.24293) 11841 : cluster 0 pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:42 smithi044 bash[32620]: cluster 2023-12-07T14:45:41.206654+0000 mgr.a (mgr.24293) 11841 : cluster 0 pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:42 smithi027 bash[31536]: cluster 2023-12-07T14:45:41.206654+0000 mgr.a (mgr.24293) 11841 : cluster 0 pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:42.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:42.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:42.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:43.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:44 smithi022 bash[28554]: cluster 2023-12-07T14:45:43.207224+0000 mgr.a (mgr.24293) 11842 : cluster 0 pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:44 smithi044 bash[32620]: cluster 2023-12-07T14:45:43.207224+0000 mgr.a (mgr.24293) 11842 : cluster 0 pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:44 smithi027 bash[31536]: cluster 2023-12-07T14:45:43.207224+0000 mgr.a (mgr.24293) 11842 : cluster 0 pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:45.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:45 smithi022 bash[28554]: audit 2023-12-07T14:45:43.387484+0000 mgr.a (mgr.24293) 11843 : audit 0 from='client.194849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:45.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:45 smithi044 bash[32620]: audit 2023-12-07T14:45:43.387484+0000 mgr.a (mgr.24293) 11843 : audit 0 from='client.194849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:45 smithi027 bash[31536]: audit 2023-12-07T14:45:43.387484+0000 mgr.a (mgr.24293) 11843 : audit 0 from='client.194849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:46 smithi022 bash[28554]: cluster 2023-12-07T14:45:45.207931+0000 mgr.a (mgr.24293) 11844 : cluster 0 pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:46 smithi044 bash[32620]: cluster 2023-12-07T14:45:45.207931+0000 mgr.a (mgr.24293) 11844 : cluster 0 pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:46 smithi027 bash[31536]: cluster 2023-12-07T14:45:45.207931+0000 mgr.a (mgr.24293) 11844 : cluster 0 pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:48.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:48 smithi022 bash[28554]: cluster 2023-12-07T14:45:47.208775+0000 mgr.a (mgr.24293) 11845 : cluster 0 pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:48 smithi044 bash[32620]: cluster 2023-12-07T14:45:47.208775+0000 mgr.a (mgr.24293) 11845 : cluster 0 pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:48 smithi027 bash[31536]: cluster 2023-12-07T14:45:47.208775+0000 mgr.a (mgr.24293) 11845 : cluster 0 pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:48.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:49.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:49.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:49.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:49.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:49.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:49 smithi022 bash[28554]: cluster 2023-12-07T14:45:49.209324+0000 mgr.a (mgr.24293) 11846 : cluster 0 pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:49 smithi022 bash[28554]: audit 2023-12-07T14:45:49.311599+0000 mgr.a (mgr.24293) 11847 : audit 0 from='client.239772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:49 smithi044 bash[32620]: cluster 2023-12-07T14:45:49.209324+0000 mgr.a (mgr.24293) 11846 : cluster 0 pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:49 smithi044 bash[32620]: audit 2023-12-07T14:45:49.311599+0000 mgr.a (mgr.24293) 11847 : audit 0 from='client.239772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:49 smithi027 bash[31536]: cluster 2023-12-07T14:45:49.209324+0000 mgr.a (mgr.24293) 11846 : cluster 0 pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:49 smithi027 bash[31536]: audit 2023-12-07T14:45:49.311599+0000 mgr.a (mgr.24293) 11847 : audit 0 from='client.239772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:52 smithi022 bash[28554]: cluster 2023-12-07T14:45:51.210198+0000 mgr.a (mgr.24293) 11848 : cluster 0 pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:52 smithi044 bash[32620]: cluster 2023-12-07T14:45:51.210198+0000 mgr.a (mgr.24293) 11848 : cluster 0 pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:52 smithi027 bash[31536]: cluster 2023-12-07T14:45:51.210198+0000 mgr.a (mgr.24293) 11848 : cluster 0 pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:45:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:54 smithi022 bash[28554]: cluster 2023-12-07T14:45:53.210770+0000 mgr.a (mgr.24293) 11849 : 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-07T14:45:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:54 smithi044 bash[32620]: cluster 2023-12-07T14:45:53.210770+0000 mgr.a (mgr.24293) 11849 : 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-07T14:45:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:54 smithi027 bash[31536]: cluster 2023-12-07T14:45:53.210770+0000 mgr.a (mgr.24293) 11849 : 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-07T14:45:54.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:45:54.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:54.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:55.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:45:55.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:55.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:55.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:55.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:45:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:56 smithi022 bash[28554]: cluster 2023-12-07T14:45:55.211322+0000 mgr.a (mgr.24293) 11850 : 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-07T14:45:56.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:56 smithi022 bash[28554]: audit 2023-12-07T14:45:55.241374+0000 mgr.a (mgr.24293) 11851 : audit 0 from='client.239847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:56 smithi044 bash[32620]: cluster 2023-12-07T14:45:55.211322+0000 mgr.a (mgr.24293) 11850 : 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-07T14:45:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:56 smithi044 bash[32620]: audit 2023-12-07T14:45:55.241374+0000 mgr.a (mgr.24293) 11851 : audit 0 from='client.239847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:56 smithi027 bash[31536]: cluster 2023-12-07T14:45:55.211322+0000 mgr.a (mgr.24293) 11850 : 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-07T14:45:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:56 smithi027 bash[31536]: audit 2023-12-07T14:45:55.241374+0000 mgr.a (mgr.24293) 11851 : audit 0 from='client.239847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:58 smithi044 bash[32620]: cluster 2023-12-07T14:45:57.212353+0000 mgr.a (mgr.24293) 11852 : cluster 0 pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:45:58.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:58 smithi022 bash[28554]: cluster 2023-12-07T14:45:57.212353+0000 mgr.a (mgr.24293) 11852 : cluster 0 pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:45:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:58 smithi027 bash[31536]: cluster 2023-12-07T14:45:57.212353+0000 mgr.a (mgr.24293) 11852 : cluster 0 pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:46:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:45:59 smithi022 bash[28554]: cluster 2023-12-07T14:45:59.212950+0000 mgr.a (mgr.24293) 11853 : cluster 0 pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:46:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:45:59 smithi044 bash[32620]: cluster 2023-12-07T14:45:59.212950+0000 mgr.a (mgr.24293) 11853 : cluster 0 pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:46:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:45:59 smithi027 bash[31536]: cluster 2023-12-07T14:45:59.212950+0000 mgr.a (mgr.24293) 11853 : cluster 0 pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:46:00.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:00.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:00.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:01.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:02 smithi044 bash[32620]: audit 2023-12-07T14:46:01.185148+0000 mgr.a (mgr.24293) 11854 : audit 0 from='client.239925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:02 smithi044 bash[32620]: cluster 2023-12-07T14:46:01.213931+0000 mgr.a (mgr.24293) 11855 : cluster 0 pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:02 smithi022 bash[28554]: audit 2023-12-07T14:46:01.185148+0000 mgr.a (mgr.24293) 11854 : audit 0 from='client.239925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:02 smithi022 bash[28554]: cluster 2023-12-07T14:46:01.213931+0000 mgr.a (mgr.24293) 11855 : cluster 0 pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:02 smithi027 bash[31536]: audit 2023-12-07T14:46:01.185148+0000 mgr.a (mgr.24293) 11854 : audit 0 from='client.239925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:02 smithi027 bash[31536]: cluster 2023-12-07T14:46:01.213931+0000 mgr.a (mgr.24293) 11855 : cluster 0 pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:04 smithi044 bash[32620]: cluster 2023-12-07T14:46:03.214637+0000 mgr.a (mgr.24293) 11856 : cluster 0 pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:04 smithi022 bash[28554]: cluster 2023-12-07T14:46:03.214637+0000 mgr.a (mgr.24293) 11856 : cluster 0 pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:04 smithi027 bash[31536]: cluster 2023-12-07T14:46:03.214637+0000 mgr.a (mgr.24293) 11856 : cluster 0 pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:06 smithi022 bash[28554]: cluster 2023-12-07T14:46:05.215248+0000 mgr.a (mgr.24293) 11857 : cluster 0 pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:06 smithi044 bash[32620]: cluster 2023-12-07T14:46:05.215248+0000 mgr.a (mgr.24293) 11857 : cluster 0 pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:06 smithi027 bash[31536]: cluster 2023-12-07T14:46:05.215248+0000 mgr.a (mgr.24293) 11857 : cluster 0 pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:06.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:06.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:06.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:07.673 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:07.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:07.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:07.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:07.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:08 smithi022 bash[28554]: audit 2023-12-07T14:46:07.143798+0000 mgr.a (mgr.24293) 11858 : audit 0 from='client.239994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:08.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:08 smithi022 bash[28554]: cluster 2023-12-07T14:46:07.216072+0000 mgr.a (mgr.24293) 11859 : cluster 0 pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:08 smithi044 bash[32620]: audit 2023-12-07T14:46:07.143798+0000 mgr.a (mgr.24293) 11858 : audit 0 from='client.239994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:08 smithi044 bash[32620]: cluster 2023-12-07T14:46:07.216072+0000 mgr.a (mgr.24293) 11859 : cluster 0 pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:08 smithi027 bash[31536]: audit 2023-12-07T14:46:07.143798+0000 mgr.a (mgr.24293) 11858 : audit 0 from='client.239994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:08 smithi027 bash[31536]: cluster 2023-12-07T14:46:07.216072+0000 mgr.a (mgr.24293) 11859 : cluster 0 pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:09 smithi022 bash[28554]: cluster 2023-12-07T14:46:09.216725+0000 mgr.a (mgr.24293) 11860 : cluster 0 pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:46:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:09 smithi044 bash[32620]: cluster 2023-12-07T14:46:09.216725+0000 mgr.a (mgr.24293) 11860 : cluster 0 pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:46:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:09 smithi027 bash[31536]: cluster 2023-12-07T14:46:09.216725+0000 mgr.a (mgr.24293) 11860 : cluster 0 pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:46:12.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:12.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:12.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:12 smithi022 bash[28554]: cluster 2023-12-07T14:46:11.217611+0000 mgr.a (mgr.24293) 11861 : cluster 0 pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:46:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:12 smithi044 bash[32620]: cluster 2023-12-07T14:46:11.217611+0000 mgr.a (mgr.24293) 11861 : cluster 0 pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:46:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:12 smithi027 bash[31536]: cluster 2023-12-07T14:46:11.217611+0000 mgr.a (mgr.24293) 11861 : cluster 0 pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:46:13.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:13.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:13.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:13.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:13.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:14 smithi022 bash[28554]: audit 2023-12-07T14:46:13.086142+0000 mgr.a (mgr.24293) 11862 : audit 0 from='client.240069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:14 smithi022 bash[28554]: cluster 2023-12-07T14:46:13.218244+0000 mgr.a (mgr.24293) 11863 : cluster 0 pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:14 smithi044 bash[32620]: audit 2023-12-07T14:46:13.086142+0000 mgr.a (mgr.24293) 11862 : audit 0 from='client.240069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:14 smithi044 bash[32620]: cluster 2023-12-07T14:46:13.218244+0000 mgr.a (mgr.24293) 11863 : cluster 0 pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:14 smithi027 bash[31536]: audit 2023-12-07T14:46:13.086142+0000 mgr.a (mgr.24293) 11862 : audit 0 from='client.240069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:14 smithi027 bash[31536]: cluster 2023-12-07T14:46:13.218244+0000 mgr.a (mgr.24293) 11863 : cluster 0 pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:16 smithi044 bash[32620]: cluster 2023-12-07T14:46:15.219121+0000 mgr.a (mgr.24293) 11864 : cluster 0 pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:16 smithi022 bash[28554]: cluster 2023-12-07T14:46:15.219121+0000 mgr.a (mgr.24293) 11864 : cluster 0 pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:16 smithi027 bash[31536]: cluster 2023-12-07T14:46:15.219121+0000 mgr.a (mgr.24293) 11864 : cluster 0 pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:18.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:18.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:18.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:18 smithi044 bash[32620]: cluster 2023-12-07T14:46:17.220025+0000 mgr.a (mgr.24293) 11865 : cluster 0 pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:18.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:18 smithi022 bash[28554]: cluster 2023-12-07T14:46:17.220025+0000 mgr.a (mgr.24293) 11865 : cluster 0 pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:18 smithi027 bash[31536]: cluster 2023-12-07T14:46:17.220025+0000 mgr.a (mgr.24293) 11865 : cluster 0 pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:19.573 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:19.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:19.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:19.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:19.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:19 smithi044 bash[32620]: audit 2023-12-07T14:46:19.038575+0000 mgr.a (mgr.24293) 11866 : audit 0 from='client.240144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:19 smithi044 bash[32620]: cluster 2023-12-07T14:46:19.220932+0000 mgr.a (mgr.24293) 11867 : cluster 0 pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:19 smithi022 bash[28554]: audit 2023-12-07T14:46:19.038575+0000 mgr.a (mgr.24293) 11866 : audit 0 from='client.240144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:19 smithi022 bash[28554]: cluster 2023-12-07T14:46:19.220932+0000 mgr.a (mgr.24293) 11867 : cluster 0 pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:19 smithi027 bash[31536]: audit 2023-12-07T14:46:19.038575+0000 mgr.a (mgr.24293) 11866 : audit 0 from='client.240144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:19 smithi027 bash[31536]: cluster 2023-12-07T14:46:19.220932+0000 mgr.a (mgr.24293) 11867 : cluster 0 pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:22 smithi044 bash[32620]: cluster 2023-12-07T14:46:21.221939+0000 mgr.a (mgr.24293) 11868 : cluster 0 pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:22 smithi022 bash[28554]: cluster 2023-12-07T14:46:21.221939+0000 mgr.a (mgr.24293) 11868 : cluster 0 pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:22 smithi027 bash[31536]: cluster 2023-12-07T14:46:21.221939+0000 mgr.a (mgr.24293) 11868 : cluster 0 pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:24.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:24.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:24.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:24 smithi022 bash[28554]: cluster 2023-12-07T14:46:23.222504+0000 mgr.a (mgr.24293) 11869 : cluster 0 pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:24 smithi044 bash[32620]: cluster 2023-12-07T14:46:23.222504+0000 mgr.a (mgr.24293) 11869 : cluster 0 pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:24 smithi027 bash[31536]: cluster 2023-12-07T14:46:23.222504+0000 mgr.a (mgr.24293) 11869 : cluster 0 pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:25.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:25.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:25.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:25.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:25.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:26 smithi022 bash[28554]: audit 2023-12-07T14:46:24.980739+0000 mgr.a (mgr.24293) 11870 : audit 0 from='client.240219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:26 smithi022 bash[28554]: cluster 2023-12-07T14:46:25.223102+0000 mgr.a (mgr.24293) 11871 : cluster 0 pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:26.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:26 smithi044 bash[32620]: audit 2023-12-07T14:46:24.980739+0000 mgr.a (mgr.24293) 11870 : audit 0 from='client.240219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:26.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:26 smithi044 bash[32620]: cluster 2023-12-07T14:46:25.223102+0000 mgr.a (mgr.24293) 11871 : cluster 0 pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:26 smithi027 bash[31536]: audit 2023-12-07T14:46:24.980739+0000 mgr.a (mgr.24293) 11870 : audit 0 from='client.240219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:26 smithi027 bash[31536]: cluster 2023-12-07T14:46:25.223102+0000 mgr.a (mgr.24293) 11871 : cluster 0 pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:28 smithi022 bash[28554]: cluster 2023-12-07T14:46:27.224022+0000 mgr.a (mgr.24293) 11872 : cluster 0 pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:46:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:28 smithi044 bash[32620]: cluster 2023-12-07T14:46:27.224022+0000 mgr.a (mgr.24293) 11872 : cluster 0 pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:46:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:28 smithi027 bash[31536]: cluster 2023-12-07T14:46:27.224022+0000 mgr.a (mgr.24293) 11872 : cluster 0 pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:46:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:29 smithi022 bash[28554]: cluster 2023-12-07T14:46:29.224585+0000 mgr.a (mgr.24293) 11873 : cluster 0 pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:46:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:29 smithi044 bash[32620]: cluster 2023-12-07T14:46:29.224585+0000 mgr.a (mgr.24293) 11873 : cluster 0 pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:46:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:29 smithi027 bash[31536]: cluster 2023-12-07T14:46:29.224585+0000 mgr.a (mgr.24293) 11873 : cluster 0 pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:46:30.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:30.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:30.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:31.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:31.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:31.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:31.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:31.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:32 smithi044 bash[32620]: audit 2023-12-07T14:46:30.922325+0000 mgr.a (mgr.24293) 11874 : audit 0 from='client.240297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:32 smithi044 bash[32620]: cluster 2023-12-07T14:46:31.225733+0000 mgr.a (mgr.24293) 11875 : cluster 0 pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:32 smithi022 bash[28554]: audit 2023-12-07T14:46:30.922325+0000 mgr.a (mgr.24293) 11874 : audit 0 from='client.240297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:32 smithi022 bash[28554]: cluster 2023-12-07T14:46:31.225733+0000 mgr.a (mgr.24293) 11875 : cluster 0 pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:32 smithi027 bash[31536]: audit 2023-12-07T14:46:30.922325+0000 mgr.a (mgr.24293) 11874 : audit 0 from='client.240297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:32 smithi027 bash[31536]: cluster 2023-12-07T14:46:31.225733+0000 mgr.a (mgr.24293) 11875 : cluster 0 pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:34 smithi044 bash[32620]: cluster 2023-12-07T14:46:33.226429+0000 mgr.a (mgr.24293) 11876 : cluster 0 pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:34 smithi022 bash[28554]: cluster 2023-12-07T14:46:33.226429+0000 mgr.a (mgr.24293) 11876 : cluster 0 pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:34 smithi027 bash[31536]: cluster 2023-12-07T14:46:33.226429+0000 mgr.a (mgr.24293) 11876 : cluster 0 pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:36.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:36.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:36.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:36 smithi044 bash[32620]: cluster 2023-12-07T14:46:35.227021+0000 mgr.a (mgr.24293) 11877 : cluster 0 pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:36 smithi022 bash[28554]: cluster 2023-12-07T14:46:35.227021+0000 mgr.a (mgr.24293) 11877 : cluster 0 pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:36 smithi027 bash[31536]: cluster 2023-12-07T14:46:35.227021+0000 mgr.a (mgr.24293) 11877 : cluster 0 pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:37.403 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:37.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:37.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:37.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:37.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:38 smithi022 bash[28554]: audit 2023-12-07T14:46:36.877423+0000 mgr.a (mgr.24293) 11878 : audit 0 from='client.240372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:38 smithi022 bash[28554]: cluster 2023-12-07T14:46:37.227691+0000 mgr.a (mgr.24293) 11879 : cluster 0 pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:38 smithi044 bash[32620]: audit 2023-12-07T14:46:36.877423+0000 mgr.a (mgr.24293) 11878 : audit 0 from='client.240372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:38 smithi044 bash[32620]: cluster 2023-12-07T14:46:37.227691+0000 mgr.a (mgr.24293) 11879 : cluster 0 pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:38 smithi027 bash[31536]: audit 2023-12-07T14:46:36.877423+0000 mgr.a (mgr.24293) 11878 : audit 0 from='client.240372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:38 smithi027 bash[31536]: cluster 2023-12-07T14:46:37.227691+0000 mgr.a (mgr.24293) 11879 : cluster 0 pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:39 smithi022 bash[28554]: audit 2023-12-07T14:46:38.602717+0000 mon.a (mon.0) 2088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:46:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:39 smithi022 bash[28554]: audit 2023-12-07T14:46:39.132472+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:39 smithi022 bash[28554]: audit 2023-12-07T14:46:39.138637+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:39 smithi044 bash[32620]: audit 2023-12-07T14:46:38.602717+0000 mon.a (mon.0) 2088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:46:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:39 smithi044 bash[32620]: audit 2023-12-07T14:46:39.132472+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:39.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:39 smithi044 bash[32620]: audit 2023-12-07T14:46:39.138637+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:39 smithi027 bash[31536]: audit 2023-12-07T14:46:38.602717+0000 mon.a (mon.0) 2088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:46:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:39 smithi027 bash[31536]: audit 2023-12-07T14:46:39.132472+0000 mon.a (mon.0) 2089 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:39 smithi027 bash[31536]: audit 2023-12-07T14:46:39.138637+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:40 smithi022 bash[28554]: cluster 2023-12-07T14:46:39.228244+0000 mgr.a (mgr.24293) 11880 : cluster 0 pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:40 smithi022 bash[28554]: audit 2023-12-07T14:46:39.921913+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:40 smithi022 bash[28554]: audit 2023-12-07T14:46:39.923797+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:40 smithi022 bash[28554]: audit 2023-12-07T14:46:39.933503+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:40 smithi044 bash[32620]: cluster 2023-12-07T14:46:39.228244+0000 mgr.a (mgr.24293) 11880 : cluster 0 pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:40 smithi044 bash[32620]: audit 2023-12-07T14:46:39.921913+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:40 smithi044 bash[32620]: audit 2023-12-07T14:46:39.923797+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:46:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:40 smithi044 bash[32620]: audit 2023-12-07T14:46:39.933503+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:40 smithi027 bash[31536]: cluster 2023-12-07T14:46:39.228244+0000 mgr.a (mgr.24293) 11880 : cluster 0 pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:46:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:40 smithi027 bash[31536]: audit 2023-12-07T14:46:39.921913+0000 mon.a (mon.0) 2091 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:46:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:40 smithi027 bash[31536]: audit 2023-12-07T14:46:39.923797+0000 mon.a (mon.0) 2092 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:46:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:40 smithi027 bash[31536]: audit 2023-12-07T14:46:39.933503+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:46:42.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:42.407 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:42.407 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:42 smithi022 bash[28554]: cluster 2023-12-07T14:46:41.229169+0000 mgr.a (mgr.24293) 11881 : cluster 0 pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:46:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:42 smithi044 bash[32620]: cluster 2023-12-07T14:46:41.229169+0000 mgr.a (mgr.24293) 11881 : cluster 0 pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:46:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:42 smithi027 bash[31536]: cluster 2023-12-07T14:46:41.229169+0000 mgr.a (mgr.24293) 11881 : cluster 0 pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:46:43.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:43.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:43.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:43.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:43.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:44 smithi044 bash[32620]: audit 2023-12-07T14:46:42.814090+0000 mgr.a (mgr.24293) 11882 : audit 0 from='client.240444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:44 smithi044 bash[32620]: cluster 2023-12-07T14:46:43.229991+0000 mgr.a (mgr.24293) 11883 : 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-07T14:46:44.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:44 smithi022 bash[28554]: audit 2023-12-07T14:46:42.814090+0000 mgr.a (mgr.24293) 11882 : audit 0 from='client.240444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:44.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:44 smithi022 bash[28554]: cluster 2023-12-07T14:46:43.229991+0000 mgr.a (mgr.24293) 11883 : 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-07T14:46:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:44 smithi027 bash[31536]: audit 2023-12-07T14:46:42.814090+0000 mgr.a (mgr.24293) 11882 : audit 0 from='client.240444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:44 smithi027 bash[31536]: cluster 2023-12-07T14:46:43.229991+0000 mgr.a (mgr.24293) 11883 : 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-07T14:46:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:46 smithi044 bash[32620]: cluster 2023-12-07T14:46:45.230586+0000 mgr.a (mgr.24293) 11884 : 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-07T14:46:46.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:46 smithi022 bash[28554]: cluster 2023-12-07T14:46:45.230586+0000 mgr.a (mgr.24293) 11884 : 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-07T14:46:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:46 smithi027 bash[31536]: cluster 2023-12-07T14:46:45.230586+0000 mgr.a (mgr.24293) 11884 : 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-07T14:46:48.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:48.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:48.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:48 smithi022 bash[28554]: cluster 2023-12-07T14:46:47.231365+0000 mgr.a (mgr.24293) 11885 : cluster 0 pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:48 smithi044 bash[32620]: cluster 2023-12-07T14:46:47.231365+0000 mgr.a (mgr.24293) 11885 : cluster 0 pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:48 smithi027 bash[31536]: cluster 2023-12-07T14:46:47.231365+0000 mgr.a (mgr.24293) 11885 : cluster 0 pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:49.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:49 smithi044 bash[32620]: audit 2023-12-07T14:46:48.761531+0000 mgr.a (mgr.24293) 11886 : audit 0 from='client.240516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:49 smithi044 bash[32620]: cluster 2023-12-07T14:46:49.231931+0000 mgr.a (mgr.24293) 11887 : cluster 0 pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:49 smithi022 bash[28554]: audit 2023-12-07T14:46:48.761531+0000 mgr.a (mgr.24293) 11886 : audit 0 from='client.240516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:49 smithi022 bash[28554]: cluster 2023-12-07T14:46:49.231931+0000 mgr.a (mgr.24293) 11887 : cluster 0 pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:49 smithi027 bash[31536]: audit 2023-12-07T14:46:48.761531+0000 mgr.a (mgr.24293) 11886 : audit 0 from='client.240516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:49 smithi027 bash[31536]: cluster 2023-12-07T14:46:49.231931+0000 mgr.a (mgr.24293) 11887 : cluster 0 pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:52 smithi044 bash[32620]: cluster 2023-12-07T14:46:51.232772+0000 mgr.a (mgr.24293) 11888 : cluster 0 pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:52 smithi022 bash[28554]: cluster 2023-12-07T14:46:51.232772+0000 mgr.a (mgr.24293) 11888 : cluster 0 pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:52 smithi027 bash[31536]: cluster 2023-12-07T14:46:51.232772+0000 mgr.a (mgr.24293) 11888 : cluster 0 pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:46:54.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:54.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:54 smithi044 bash[32620]: cluster 2023-12-07T14:46:53.233354+0000 mgr.a (mgr.24293) 11889 : cluster 0 pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:54.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:54 smithi022 bash[28554]: cluster 2023-12-07T14:46:53.233354+0000 mgr.a (mgr.24293) 11889 : cluster 0 pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:54 smithi027 bash[31536]: cluster 2023-12-07T14:46:53.233354+0000 mgr.a (mgr.24293) 11889 : cluster 0 pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:55.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:55.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:55.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:55.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:46:55.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:46:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:56 smithi044 bash[32620]: audit 2023-12-07T14:46:54.706522+0000 mgr.a (mgr.24293) 11890 : audit 0 from='client.240591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:56 smithi044 bash[32620]: cluster 2023-12-07T14:46:55.234023+0000 mgr.a (mgr.24293) 11891 : cluster 0 pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:56.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:56 smithi022 bash[28554]: audit 2023-12-07T14:46:54.706522+0000 mgr.a (mgr.24293) 11890 : audit 0 from='client.240591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:56.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:56 smithi022 bash[28554]: cluster 2023-12-07T14:46:55.234023+0000 mgr.a (mgr.24293) 11891 : cluster 0 pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:56 smithi027 bash[31536]: audit 2023-12-07T14:46:54.706522+0000 mgr.a (mgr.24293) 11890 : audit 0 from='client.240591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:56 smithi027 bash[31536]: cluster 2023-12-07T14:46:55.234023+0000 mgr.a (mgr.24293) 11891 : cluster 0 pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:58 smithi044 bash[32620]: cluster 2023-12-07T14:46:57.234865+0000 mgr.a (mgr.24293) 11892 : cluster 0 pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:58.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:58 smithi022 bash[28554]: cluster 2023-12-07T14:46:57.234865+0000 mgr.a (mgr.24293) 11892 : cluster 0 pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:58 smithi027 bash[31536]: cluster 2023-12-07T14:46:57.234865+0000 mgr.a (mgr.24293) 11892 : cluster 0 pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:00.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:46:59 smithi022 bash[28554]: cluster 2023-12-07T14:46:59.235399+0000 mgr.a (mgr.24293) 11893 : 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-07T14:47:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:46:59 smithi044 bash[32620]: cluster 2023-12-07T14:46:59.235399+0000 mgr.a (mgr.24293) 11893 : 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-07T14:47:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:46:59 smithi027 bash[31536]: cluster 2023-12-07T14:46:59.235399+0000 mgr.a (mgr.24293) 11893 : 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-07T14:47:01.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:01.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:01.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:01.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:01.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:02 smithi044 bash[32620]: audit 2023-12-07T14:47:00.657304+0000 mgr.a (mgr.24293) 11894 : audit 0 from='client.240666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:02 smithi044 bash[32620]: cluster 2023-12-07T14:47:01.236686+0000 mgr.a (mgr.24293) 11895 : cluster 0 pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:02 smithi022 bash[28554]: audit 2023-12-07T14:47:00.657304+0000 mgr.a (mgr.24293) 11894 : audit 0 from='client.240666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:02 smithi022 bash[28554]: cluster 2023-12-07T14:47:01.236686+0000 mgr.a (mgr.24293) 11895 : cluster 0 pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:02 smithi027 bash[31536]: audit 2023-12-07T14:47:00.657304+0000 mgr.a (mgr.24293) 11894 : audit 0 from='client.240666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:02 smithi027 bash[31536]: cluster 2023-12-07T14:47:01.236686+0000 mgr.a (mgr.24293) 11895 : cluster 0 pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:04 smithi044 bash[32620]: cluster 2023-12-07T14:47:03.237433+0000 mgr.a (mgr.24293) 11896 : cluster 0 pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:04 smithi022 bash[28554]: cluster 2023-12-07T14:47:03.237433+0000 mgr.a (mgr.24293) 11896 : cluster 0 pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:04 smithi027 bash[31536]: cluster 2023-12-07T14:47:03.237433+0000 mgr.a (mgr.24293) 11896 : cluster 0 pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:06.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:06.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:06.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:06 smithi022 bash[28554]: cluster 2023-12-07T14:47:05.238154+0000 mgr.a (mgr.24293) 11897 : cluster 0 pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:06 smithi044 bash[32620]: cluster 2023-12-07T14:47:05.238154+0000 mgr.a (mgr.24293) 11897 : cluster 0 pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:06 smithi027 bash[31536]: cluster 2023-12-07T14:47:05.238154+0000 mgr.a (mgr.24293) 11897 : cluster 0 pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:07.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:07.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:07.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:07.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:07.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:08 smithi022 bash[28554]: audit 2023-12-07T14:47:06.619893+0000 mgr.a (mgr.24293) 11898 : audit 0 from='client.240744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:08.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:08 smithi022 bash[28554]: cluster 2023-12-07T14:47:07.239439+0000 mgr.a (mgr.24293) 11899 : cluster 0 pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:08 smithi044 bash[32620]: audit 2023-12-07T14:47:06.619893+0000 mgr.a (mgr.24293) 11898 : audit 0 from='client.240744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:08 smithi044 bash[32620]: cluster 2023-12-07T14:47:07.239439+0000 mgr.a (mgr.24293) 11899 : cluster 0 pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:08 smithi027 bash[31536]: audit 2023-12-07T14:47:06.619893+0000 mgr.a (mgr.24293) 11898 : audit 0 from='client.240744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:08 smithi027 bash[31536]: cluster 2023-12-07T14:47:07.239439+0000 mgr.a (mgr.24293) 11899 : cluster 0 pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:10.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:09 smithi044 bash[32620]: cluster 2023-12-07T14:47:09.240172+0000 mgr.a (mgr.24293) 11900 : cluster 0 pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:10.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:09 smithi022 bash[28554]: cluster 2023-12-07T14:47:09.240172+0000 mgr.a (mgr.24293) 11900 : cluster 0 pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:09 smithi027 bash[31536]: cluster 2023-12-07T14:47:09.240172+0000 mgr.a (mgr.24293) 11900 : cluster 0 pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:12.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:12.150 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:12.150 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:12 smithi022 bash[28554]: cluster 2023-12-07T14:47:11.240946+0000 mgr.a (mgr.24293) 11901 : cluster 0 pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:12 smithi044 bash[32620]: cluster 2023-12-07T14:47:11.240946+0000 mgr.a (mgr.24293) 11901 : cluster 0 pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:12 smithi027 bash[31536]: cluster 2023-12-07T14:47:11.240946+0000 mgr.a (mgr.24293) 11901 : cluster 0 pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:13.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:13.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:13.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:13.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:13.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:14 smithi044 bash[32620]: audit 2023-12-07T14:47:12.558470+0000 mgr.a (mgr.24293) 11902 : audit 0 from='client.240813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:14 smithi044 bash[32620]: cluster 2023-12-07T14:47:13.241679+0000 mgr.a (mgr.24293) 11903 : 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-07T14:47:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:14 smithi022 bash[28554]: audit 2023-12-07T14:47:12.558470+0000 mgr.a (mgr.24293) 11902 : audit 0 from='client.240813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:14 smithi022 bash[28554]: cluster 2023-12-07T14:47:13.241679+0000 mgr.a (mgr.24293) 11903 : 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-07T14:47:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:14 smithi027 bash[31536]: audit 2023-12-07T14:47:12.558470+0000 mgr.a (mgr.24293) 11902 : audit 0 from='client.240813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:14 smithi027 bash[31536]: cluster 2023-12-07T14:47:13.241679+0000 mgr.a (mgr.24293) 11903 : 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-07T14:47:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:16 smithi022 bash[28554]: cluster 2023-12-07T14:47:15.242279+0000 mgr.a (mgr.24293) 11904 : 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-07T14:47:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:16 smithi044 bash[32620]: cluster 2023-12-07T14:47:15.242279+0000 mgr.a (mgr.24293) 11904 : 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-07T14:47:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:16 smithi027 bash[31536]: cluster 2023-12-07T14:47:15.242279+0000 mgr.a (mgr.24293) 11904 : 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-07T14:47:18.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:18.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:18.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:18.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:18 smithi022 bash[28554]: cluster 2023-12-07T14:47:17.243084+0000 mgr.a (mgr.24293) 11905 : cluster 0 pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:18 smithi044 bash[32620]: cluster 2023-12-07T14:47:17.243084+0000 mgr.a (mgr.24293) 11905 : cluster 0 pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:18 smithi027 bash[31536]: cluster 2023-12-07T14:47:17.243084+0000 mgr.a (mgr.24293) 11905 : cluster 0 pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:19.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:19 smithi044 bash[32620]: audit 2023-12-07T14:47:18.513360+0000 mgr.a (mgr.24293) 11906 : audit 0 from='client.240888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:19 smithi044 bash[32620]: cluster 2023-12-07T14:47:19.243785+0000 mgr.a (mgr.24293) 11907 : cluster 0 pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:19 smithi022 bash[28554]: audit 2023-12-07T14:47:18.513360+0000 mgr.a (mgr.24293) 11906 : audit 0 from='client.240888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:19 smithi022 bash[28554]: cluster 2023-12-07T14:47:19.243785+0000 mgr.a (mgr.24293) 11907 : cluster 0 pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:19 smithi027 bash[31536]: audit 2023-12-07T14:47:18.513360+0000 mgr.a (mgr.24293) 11906 : audit 0 from='client.240888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:19 smithi027 bash[31536]: cluster 2023-12-07T14:47:19.243785+0000 mgr.a (mgr.24293) 11907 : cluster 0 pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:22 smithi044 bash[32620]: cluster 2023-12-07T14:47:21.244570+0000 mgr.a (mgr.24293) 11908 : cluster 0 pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:22 smithi022 bash[28554]: cluster 2023-12-07T14:47:21.244570+0000 mgr.a (mgr.24293) 11908 : cluster 0 pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:22 smithi027 bash[31536]: cluster 2023-12-07T14:47:21.244570+0000 mgr.a (mgr.24293) 11908 : cluster 0 pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:24.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:24.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:24.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:24 smithi022 bash[28554]: cluster 2023-12-07T14:47:23.245092+0000 mgr.a (mgr.24293) 11909 : cluster 0 pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:24 smithi044 bash[32620]: cluster 2023-12-07T14:47:23.245092+0000 mgr.a (mgr.24293) 11909 : cluster 0 pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:24 smithi027 bash[31536]: cluster 2023-12-07T14:47:23.245092+0000 mgr.a (mgr.24293) 11909 : cluster 0 pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:25.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:25.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:25.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:25.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:25.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:26 smithi022 bash[28554]: audit 2023-12-07T14:47:24.471119+0000 mgr.a (mgr.24293) 11910 : audit 0 from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:26 smithi022 bash[28554]: cluster 2023-12-07T14:47:25.245865+0000 mgr.a (mgr.24293) 11911 : cluster 0 pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:26 smithi044 bash[32620]: audit 2023-12-07T14:47:24.471119+0000 mgr.a (mgr.24293) 11910 : audit 0 from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:26 smithi044 bash[32620]: cluster 2023-12-07T14:47:25.245865+0000 mgr.a (mgr.24293) 11911 : cluster 0 pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:26 smithi027 bash[31536]: audit 2023-12-07T14:47:24.471119+0000 mgr.a (mgr.24293) 11910 : audit 0 from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:26 smithi027 bash[31536]: cluster 2023-12-07T14:47:25.245865+0000 mgr.a (mgr.24293) 11911 : cluster 0 pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:28 smithi044 bash[32620]: cluster 2023-12-07T14:47:27.246713+0000 mgr.a (mgr.24293) 11912 : cluster 0 pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:28 smithi022 bash[28554]: cluster 2023-12-07T14:47:27.246713+0000 mgr.a (mgr.24293) 11912 : cluster 0 pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:28 smithi027 bash[31536]: cluster 2023-12-07T14:47:27.246713+0000 mgr.a (mgr.24293) 11912 : cluster 0 pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:30.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:30.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:30.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:29 smithi022 bash[28554]: cluster 2023-12-07T14:47:29.247316+0000 mgr.a (mgr.24293) 11913 : cluster 0 pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:29 smithi044 bash[32620]: cluster 2023-12-07T14:47:29.247316+0000 mgr.a (mgr.24293) 11913 : cluster 0 pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:29 smithi027 bash[31536]: cluster 2023-12-07T14:47:29.247316+0000 mgr.a (mgr.24293) 11913 : cluster 0 pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:30.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:30.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:30.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:30.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:30.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:32 smithi044 bash[32620]: audit 2023-12-07T14:47:30.427386+0000 mgr.a (mgr.24293) 11914 : audit 0 from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:32 smithi044 bash[32620]: cluster 2023-12-07T14:47:31.248310+0000 mgr.a (mgr.24293) 11915 : cluster 0 pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:32 smithi022 bash[28554]: audit 2023-12-07T14:47:30.427386+0000 mgr.a (mgr.24293) 11914 : audit 0 from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:32 smithi022 bash[28554]: cluster 2023-12-07T14:47:31.248310+0000 mgr.a (mgr.24293) 11915 : cluster 0 pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:32 smithi027 bash[31536]: audit 2023-12-07T14:47:30.427386+0000 mgr.a (mgr.24293) 11914 : audit 0 from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:32 smithi027 bash[31536]: cluster 2023-12-07T14:47:31.248310+0000 mgr.a (mgr.24293) 11915 : cluster 0 pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:34 smithi044 bash[32620]: cluster 2023-12-07T14:47:33.248839+0000 mgr.a (mgr.24293) 11916 : cluster 0 pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:34 smithi022 bash[28554]: cluster 2023-12-07T14:47:33.248839+0000 mgr.a (mgr.24293) 11916 : cluster 0 pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:34 smithi027 bash[31536]: cluster 2023-12-07T14:47:33.248839+0000 mgr.a (mgr.24293) 11916 : cluster 0 pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:35.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:35.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:35.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:36 smithi044 bash[32620]: cluster 2023-12-07T14:47:35.249423+0000 mgr.a (mgr.24293) 11917 : cluster 0 pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:36 smithi022 bash[28554]: cluster 2023-12-07T14:47:35.249423+0000 mgr.a (mgr.24293) 11917 : cluster 0 pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:36 smithi027 bash[31536]: cluster 2023-12-07T14:47:35.249423+0000 mgr.a (mgr.24293) 11917 : cluster 0 pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:36.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:36.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:36.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:36.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:36.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:37 smithi022 bash[28554]: audit 2023-12-07T14:47:36.364721+0000 mgr.a (mgr.24293) 11918 : audit 0 from='client.241116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:37 smithi044 bash[32620]: audit 2023-12-07T14:47:36.364721+0000 mgr.a (mgr.24293) 11918 : audit 0 from='client.241116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:37 smithi027 bash[31536]: audit 2023-12-07T14:47:36.364721+0000 mgr.a (mgr.24293) 11918 : audit 0 from='client.241116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:38 smithi044 bash[32620]: cluster 2023-12-07T14:47:37.250421+0000 mgr.a (mgr.24293) 11919 : cluster 0 pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:38 smithi022 bash[28554]: cluster 2023-12-07T14:47:37.250421+0000 mgr.a (mgr.24293) 11919 : cluster 0 pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:38 smithi027 bash[31536]: cluster 2023-12-07T14:47:37.250421+0000 mgr.a (mgr.24293) 11919 : cluster 0 pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:40.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:39 smithi044 bash[32620]: cluster 2023-12-07T14:47:39.250983+0000 mgr.a (mgr.24293) 11920 : cluster 0 pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:40.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:39 smithi022 bash[28554]: cluster 2023-12-07T14:47:39.250983+0000 mgr.a (mgr.24293) 11920 : cluster 0 pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:40.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:39 smithi027 bash[31536]: cluster 2023-12-07T14:47:39.250983+0000 mgr.a (mgr.24293) 11920 : cluster 0 pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:40 smithi022 bash[28554]: audit 2023-12-07T14:47:40.036987+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:40 smithi022 bash[28554]: audit 2023-12-07T14:47:40.568545+0000 mon.a (mon.0) 2095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:40 smithi022 bash[28554]: audit 2023-12-07T14:47:40.573228+0000 mon.a (mon.0) 2096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:40 smithi022 bash[28554]: audit 2023-12-07T14:47:40.577495+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:40 smithi022 bash[28554]: audit 2023-12-07T14:47:40.582248+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:40 smithi044 bash[32620]: audit 2023-12-07T14:47:40.036987+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:40 smithi044 bash[32620]: audit 2023-12-07T14:47:40.568545+0000 mon.a (mon.0) 2095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:40 smithi044 bash[32620]: audit 2023-12-07T14:47:40.573228+0000 mon.a (mon.0) 2096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:40 smithi044 bash[32620]: audit 2023-12-07T14:47:40.577495+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:40 smithi044 bash[32620]: audit 2023-12-07T14:47:40.582248+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:40 smithi027 bash[31536]: audit 2023-12-07T14:47:40.036987+0000 mon.a (mon.0) 2094 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:47:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:40 smithi027 bash[31536]: audit 2023-12-07T14:47:40.568545+0000 mon.a (mon.0) 2095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:40 smithi027 bash[31536]: audit 2023-12-07T14:47:40.573228+0000 mon.a (mon.0) 2096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:40 smithi027 bash[31536]: audit 2023-12-07T14:47:40.577495+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:40 smithi027 bash[31536]: audit 2023-12-07T14:47:40.582248+0000 mon.a (mon.0) 2098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:41.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:41.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:41.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:42 smithi044 bash[32620]: cluster 2023-12-07T14:47:41.251784+0000 mgr.a (mgr.24293) 11921 : cluster 0 pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:42 smithi044 bash[32620]: audit 2023-12-07T14:47:41.368921+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:42 smithi044 bash[32620]: audit 2023-12-07T14:47:41.370872+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:42 smithi044 bash[32620]: audit 2023-12-07T14:47:41.382355+0000 mon.a (mon.0) 2101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:42 smithi022 bash[28554]: cluster 2023-12-07T14:47:41.251784+0000 mgr.a (mgr.24293) 11921 : cluster 0 pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:42 smithi022 bash[28554]: audit 2023-12-07T14:47:41.368921+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:42 smithi022 bash[28554]: audit 2023-12-07T14:47:41.370872+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:47:42.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:42 smithi022 bash[28554]: audit 2023-12-07T14:47:41.382355+0000 mon.a (mon.0) 2101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:42 smithi027 bash[31536]: cluster 2023-12-07T14:47:41.251784+0000 mgr.a (mgr.24293) 11921 : cluster 0 pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:42 smithi027 bash[31536]: audit 2023-12-07T14:47:41.368921+0000 mon.a (mon.0) 2099 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:47:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:42 smithi027 bash[31536]: audit 2023-12-07T14:47:41.370872+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:47:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:42 smithi027 bash[31536]: audit 2023-12-07T14:47:41.382355+0000 mon.a (mon.0) 2101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:47:42.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:42.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:43 smithi022 bash[28554]: audit 2023-12-07T14:47:42.321313+0000 mgr.a (mgr.24293) 11922 : audit 0 from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:43.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:43 smithi044 bash[32620]: audit 2023-12-07T14:47:42.321313+0000 mgr.a (mgr.24293) 11922 : audit 0 from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:43.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:43 smithi027 bash[31536]: audit 2023-12-07T14:47:42.321313+0000 mgr.a (mgr.24293) 11922 : audit 0 from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:44 smithi044 bash[32620]: cluster 2023-12-07T14:47:43.252619+0000 mgr.a (mgr.24293) 11923 : 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-07T14:47:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:44 smithi022 bash[28554]: cluster 2023-12-07T14:47:43.252619+0000 mgr.a (mgr.24293) 11923 : 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-07T14:47:44.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:44 smithi027 bash[31536]: cluster 2023-12-07T14:47:43.252619+0000 mgr.a (mgr.24293) 11923 : 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-07T14:47:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:46 smithi022 bash[28554]: cluster 2023-12-07T14:47:45.253213+0000 mgr.a (mgr.24293) 11924 : 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-07T14:47:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:46 smithi044 bash[32620]: cluster 2023-12-07T14:47:45.253213+0000 mgr.a (mgr.24293) 11924 : 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-07T14:47:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:46 smithi027 bash[31536]: cluster 2023-12-07T14:47:45.253213+0000 mgr.a (mgr.24293) 11924 : 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-07T14:47:47.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:47.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:47.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:48 smithi022 bash[28554]: cluster 2023-12-07T14:47:47.254005+0000 mgr.a (mgr.24293) 11925 : 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-07T14:47:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:48 smithi044 bash[32620]: cluster 2023-12-07T14:47:47.254005+0000 mgr.a (mgr.24293) 11925 : 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-07T14:47:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:48 smithi027 bash[31536]: cluster 2023-12-07T14:47:47.254005+0000 mgr.a (mgr.24293) 11925 : 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-07T14:47:48.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:48.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:48.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:48.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:48.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:49 smithi044 bash[32620]: audit 2023-12-07T14:47:48.251727+0000 mgr.a (mgr.24293) 11926 : audit 0 from='client.241263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:49.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:49 smithi022 bash[28554]: audit 2023-12-07T14:47:48.251727+0000 mgr.a (mgr.24293) 11926 : audit 0 from='client.241263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:49.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:49 smithi027 bash[31536]: audit 2023-12-07T14:47:48.251727+0000 mgr.a (mgr.24293) 11926 : audit 0 from='client.241263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:50.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:50 smithi044 bash[32620]: cluster 2023-12-07T14:47:49.254693+0000 mgr.a (mgr.24293) 11927 : 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-07T14:47:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:50 smithi022 bash[28554]: cluster 2023-12-07T14:47:49.254693+0000 mgr.a (mgr.24293) 11927 : 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-07T14:47:50.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:50 smithi027 bash[31536]: cluster 2023-12-07T14:47:49.254693+0000 mgr.a (mgr.24293) 11927 : 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-07T14:47:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:52 smithi022 bash[28554]: cluster 2023-12-07T14:47:51.255497+0000 mgr.a (mgr.24293) 11928 : cluster 0 pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:52 smithi044 bash[32620]: cluster 2023-12-07T14:47:51.255497+0000 mgr.a (mgr.24293) 11928 : cluster 0 pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:52 smithi027 bash[31536]: cluster 2023-12-07T14:47:51.255497+0000 mgr.a (mgr.24293) 11928 : cluster 0 pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:53.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:53.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:53.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:54 smithi022 bash[28554]: cluster 2023-12-07T14:47:53.256071+0000 mgr.a (mgr.24293) 11929 : cluster 0 pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:54 smithi044 bash[32620]: cluster 2023-12-07T14:47:53.256071+0000 mgr.a (mgr.24293) 11929 : cluster 0 pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:54 smithi027 bash[31536]: cluster 2023-12-07T14:47:53.256071+0000 mgr.a (mgr.24293) 11929 : cluster 0 pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:54.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:47:54.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:54.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:54.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:54.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:47:55.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:55 smithi044 bash[32620]: audit 2023-12-07T14:47:54.212840+0000 mgr.a (mgr.24293) 11930 : audit 0 from='client.241341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:55.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:55 smithi022 bash[28554]: audit 2023-12-07T14:47:54.212840+0000 mgr.a (mgr.24293) 11930 : audit 0 from='client.241341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:55.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:55 smithi027 bash[31536]: audit 2023-12-07T14:47:54.212840+0000 mgr.a (mgr.24293) 11930 : audit 0 from='client.241341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:56 smithi044 bash[32620]: cluster 2023-12-07T14:47:55.256746+0000 mgr.a (mgr.24293) 11931 : cluster 0 pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:56.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:56 smithi022 bash[28554]: cluster 2023-12-07T14:47:55.256746+0000 mgr.a (mgr.24293) 11931 : cluster 0 pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:56 smithi027 bash[31536]: cluster 2023-12-07T14:47:55.256746+0000 mgr.a (mgr.24293) 11931 : cluster 0 pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:58 smithi022 bash[28554]: cluster 2023-12-07T14:47:57.257594+0000 mgr.a (mgr.24293) 11932 : cluster 0 pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:58 smithi044 bash[32620]: cluster 2023-12-07T14:47:57.257594+0000 mgr.a (mgr.24293) 11932 : cluster 0 pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:58 smithi027 bash[31536]: cluster 2023-12-07T14:47:57.257594+0000 mgr.a (mgr.24293) 11932 : cluster 0 pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:59.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:47:59.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:59.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:47:59 smithi022 bash[28554]: cluster 2023-12-07T14:47:59.258192+0000 mgr.a (mgr.24293) 11933 : cluster 0 pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:47:59 smithi044 bash[32620]: cluster 2023-12-07T14:47:59.258192+0000 mgr.a (mgr.24293) 11933 : cluster 0 pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:47:59 smithi027 bash[31536]: cluster 2023-12-07T14:47:59.258192+0000 mgr.a (mgr.24293) 11933 : cluster 0 pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:00.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:00.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:00.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:00.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:00.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:01 smithi022 bash[28554]: audit 2023-12-07T14:48:00.165716+0000 mgr.a (mgr.24293) 11934 : audit 0 from='client.241416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:01.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:01 smithi044 bash[32620]: audit 2023-12-07T14:48:00.165716+0000 mgr.a (mgr.24293) 11934 : audit 0 from='client.241416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:01.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:01 smithi027 bash[31536]: audit 2023-12-07T14:48:00.165716+0000 mgr.a (mgr.24293) 11934 : audit 0 from='client.241416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:02 smithi044 bash[32620]: cluster 2023-12-07T14:48:01.259243+0000 mgr.a (mgr.24293) 11935 : cluster 0 pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:02.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:02 smithi022 bash[28554]: cluster 2023-12-07T14:48:01.259243+0000 mgr.a (mgr.24293) 11935 : cluster 0 pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:02.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:02 smithi027 bash[31536]: cluster 2023-12-07T14:48:01.259243+0000 mgr.a (mgr.24293) 11935 : cluster 0 pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:04 smithi022 bash[28554]: cluster 2023-12-07T14:48:03.259853+0000 mgr.a (mgr.24293) 11936 : cluster 0 pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:48:04.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:04 smithi044 bash[32620]: cluster 2023-12-07T14:48:03.259853+0000 mgr.a (mgr.24293) 11936 : cluster 0 pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:48:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:04 smithi027 bash[31536]: cluster 2023-12-07T14:48:03.259853+0000 mgr.a (mgr.24293) 11936 : cluster 0 pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:48:05.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:05.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:05.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:06.621 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:06.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:06.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:06.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:06.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:06 smithi022 bash[28554]: cluster 2023-12-07T14:48:05.260469+0000 mgr.a (mgr.24293) 11937 : cluster 0 pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:48:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:06 smithi044 bash[32620]: cluster 2023-12-07T14:48:05.260469+0000 mgr.a (mgr.24293) 11937 : cluster 0 pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:48:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:06 smithi027 bash[31536]: cluster 2023-12-07T14:48:05.260469+0000 mgr.a (mgr.24293) 11937 : cluster 0 pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:48:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:07 smithi022 bash[28554]: audit 2023-12-07T14:48:06.106234+0000 mgr.a (mgr.24293) 11938 : audit 0 from='client.241491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:07 smithi044 bash[32620]: audit 2023-12-07T14:48:06.106234+0000 mgr.a (mgr.24293) 11938 : audit 0 from='client.241491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:07.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:07 smithi027 bash[31536]: audit 2023-12-07T14:48:06.106234+0000 mgr.a (mgr.24293) 11938 : audit 0 from='client.241491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:08 smithi022 bash[28554]: cluster 2023-12-07T14:48:07.261485+0000 mgr.a (mgr.24293) 11939 : cluster 0 pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:08 smithi044 bash[32620]: cluster 2023-12-07T14:48:07.261485+0000 mgr.a (mgr.24293) 11939 : cluster 0 pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:08 smithi027 bash[31536]: cluster 2023-12-07T14:48:07.261485+0000 mgr.a (mgr.24293) 11939 : cluster 0 pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:10 smithi022 bash[28554]: cluster 2023-12-07T14:48:09.262010+0000 mgr.a (mgr.24293) 11940 : cluster 0 pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:10 smithi044 bash[32620]: cluster 2023-12-07T14:48:09.262010+0000 mgr.a (mgr.24293) 11940 : cluster 0 pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:10 smithi027 bash[31536]: cluster 2023-12-07T14:48:09.262010+0000 mgr.a (mgr.24293) 11940 : cluster 0 pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:11.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:11.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:11.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:12.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:12.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:12.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:12.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:12.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:12 smithi022 bash[28554]: cluster 2023-12-07T14:48:11.262745+0000 mgr.a (mgr.24293) 11941 : cluster 0 pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:12 smithi044 bash[32620]: cluster 2023-12-07T14:48:11.262745+0000 mgr.a (mgr.24293) 11941 : cluster 0 pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:12 smithi027 bash[31536]: cluster 2023-12-07T14:48:11.262745+0000 mgr.a (mgr.24293) 11941 : cluster 0 pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:13 smithi022 bash[28554]: audit 2023-12-07T14:48:12.031749+0000 mgr.a (mgr.24293) 11942 : audit 0 from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:13.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:13 smithi044 bash[32620]: audit 2023-12-07T14:48:12.031749+0000 mgr.a (mgr.24293) 11942 : audit 0 from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:13 smithi027 bash[31536]: audit 2023-12-07T14:48:12.031749+0000 mgr.a (mgr.24293) 11942 : audit 0 from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:14 smithi022 bash[28554]: cluster 2023-12-07T14:48:13.263392+0000 mgr.a (mgr.24293) 11943 : cluster 0 pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:14 smithi044 bash[32620]: cluster 2023-12-07T14:48:13.263392+0000 mgr.a (mgr.24293) 11943 : cluster 0 pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:14 smithi027 bash[31536]: cluster 2023-12-07T14:48:13.263392+0000 mgr.a (mgr.24293) 11943 : cluster 0 pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:16 smithi022 bash[28554]: cluster 2023-12-07T14:48:15.263997+0000 mgr.a (mgr.24293) 11944 : cluster 0 pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:16 smithi044 bash[32620]: cluster 2023-12-07T14:48:15.263997+0000 mgr.a (mgr.24293) 11944 : cluster 0 pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:16 smithi027 bash[31536]: cluster 2023-12-07T14:48:15.263997+0000 mgr.a (mgr.24293) 11944 : cluster 0 pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:17.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:17.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:17.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:18.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:18.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:18.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:18.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:18.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:18 smithi022 bash[28554]: cluster 2023-12-07T14:48:17.264762+0000 mgr.a (mgr.24293) 11945 : cluster 0 pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:18 smithi044 bash[32620]: cluster 2023-12-07T14:48:17.264762+0000 mgr.a (mgr.24293) 11945 : cluster 0 pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:18 smithi027 bash[31536]: cluster 2023-12-07T14:48:17.264762+0000 mgr.a (mgr.24293) 11945 : cluster 0 pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:19 smithi022 bash[28554]: audit 2023-12-07T14:48:17.976331+0000 mgr.a (mgr.24293) 11946 : audit 0 from='client.241647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:19 smithi044 bash[32620]: audit 2023-12-07T14:48:17.976331+0000 mgr.a (mgr.24293) 11946 : audit 0 from='client.241647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:19 smithi027 bash[31536]: audit 2023-12-07T14:48:17.976331+0000 mgr.a (mgr.24293) 11946 : audit 0 from='client.241647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:20 smithi044 bash[32620]: cluster 2023-12-07T14:48:19.265461+0000 mgr.a (mgr.24293) 11947 : 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-07T14:48:20.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:20 smithi022 bash[28554]: cluster 2023-12-07T14:48:19.265461+0000 mgr.a (mgr.24293) 11947 : 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-07T14:48:20.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:20 smithi027 bash[31536]: cluster 2023-12-07T14:48:19.265461+0000 mgr.a (mgr.24293) 11947 : 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-07T14:48:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:22 smithi044 bash[32620]: cluster 2023-12-07T14:48:21.266271+0000 mgr.a (mgr.24293) 11948 : cluster 0 pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:22 smithi022 bash[28554]: cluster 2023-12-07T14:48:21.266271+0000 mgr.a (mgr.24293) 11948 : cluster 0 pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:22 smithi027 bash[31536]: cluster 2023-12-07T14:48:21.266271+0000 mgr.a (mgr.24293) 11948 : cluster 0 pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:23.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:23.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:23.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:24.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:24.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:24.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:24.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:24.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:24 smithi044 bash[32620]: cluster 2023-12-07T14:48:23.266833+0000 mgr.a (mgr.24293) 11949 : cluster 0 pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:24 smithi022 bash[28554]: cluster 2023-12-07T14:48:23.266833+0000 mgr.a (mgr.24293) 11949 : cluster 0 pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:24 smithi027 bash[31536]: cluster 2023-12-07T14:48:23.266833+0000 mgr.a (mgr.24293) 11949 : cluster 0 pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:25.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:25 smithi044 bash[32620]: audit 2023-12-07T14:48:23.909663+0000 mgr.a (mgr.24293) 11950 : audit 0 from='client.241722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:25.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:25 smithi022 bash[28554]: audit 2023-12-07T14:48:23.909663+0000 mgr.a (mgr.24293) 11950 : audit 0 from='client.241722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:25.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:25 smithi027 bash[31536]: audit 2023-12-07T14:48:23.909663+0000 mgr.a (mgr.24293) 11950 : audit 0 from='client.241722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:26 smithi044 bash[32620]: cluster 2023-12-07T14:48:25.267574+0000 mgr.a (mgr.24293) 11951 : cluster 0 pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:26 smithi022 bash[28554]: cluster 2023-12-07T14:48:25.267574+0000 mgr.a (mgr.24293) 11951 : cluster 0 pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:26 smithi027 bash[31536]: cluster 2023-12-07T14:48:25.267574+0000 mgr.a (mgr.24293) 11951 : cluster 0 pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:28 smithi044 bash[32620]: cluster 2023-12-07T14:48:27.268434+0000 mgr.a (mgr.24293) 11952 : cluster 0 pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:28 smithi022 bash[28554]: cluster 2023-12-07T14:48:27.268434+0000 mgr.a (mgr.24293) 11952 : cluster 0 pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:28 smithi027 bash[31536]: cluster 2023-12-07T14:48:27.268434+0000 mgr.a (mgr.24293) 11952 : cluster 0 pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:29.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:29.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:29.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:30.403 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:30 smithi022 bash[28554]: cluster 2023-12-07T14:48:29.268962+0000 mgr.a (mgr.24293) 11953 : cluster 0 pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:30 smithi044 bash[32620]: cluster 2023-12-07T14:48:29.268962+0000 mgr.a (mgr.24293) 11953 : cluster 0 pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:30 smithi027 bash[31536]: cluster 2023-12-07T14:48:29.268962+0000 mgr.a (mgr.24293) 11953 : cluster 0 pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:31 smithi044 bash[32620]: audit 2023-12-07T14:48:29.864447+0000 mgr.a (mgr.24293) 11954 : audit 0 from='client.241794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:31 smithi022 bash[28554]: audit 2023-12-07T14:48:29.864447+0000 mgr.a (mgr.24293) 11954 : audit 0 from='client.241794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:31.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:31 smithi027 bash[31536]: audit 2023-12-07T14:48:29.864447+0000 mgr.a (mgr.24293) 11954 : audit 0 from='client.241794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:32 smithi022 bash[28554]: cluster 2023-12-07T14:48:31.269879+0000 mgr.a (mgr.24293) 11955 : cluster 0 pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:32 smithi044 bash[32620]: cluster 2023-12-07T14:48:31.269879+0000 mgr.a (mgr.24293) 11955 : cluster 0 pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:32 smithi027 bash[31536]: cluster 2023-12-07T14:48:31.269879+0000 mgr.a (mgr.24293) 11955 : cluster 0 pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:34 smithi022 bash[28554]: cluster 2023-12-07T14:48:33.270471+0000 mgr.a (mgr.24293) 11956 : 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-07T14:48:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:34 smithi044 bash[32620]: cluster 2023-12-07T14:48:33.270471+0000 mgr.a (mgr.24293) 11956 : 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-07T14:48:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:34 smithi027 bash[31536]: cluster 2023-12-07T14:48:33.270471+0000 mgr.a (mgr.24293) 11956 : 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-07T14:48:35.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:35.407 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:35.407 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:36.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:36.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:36.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:36.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:36.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:36 smithi022 bash[28554]: cluster 2023-12-07T14:48:35.271056+0000 mgr.a (mgr.24293) 11957 : 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-07T14:48:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:36 smithi044 bash[32620]: cluster 2023-12-07T14:48:35.271056+0000 mgr.a (mgr.24293) 11957 : 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-07T14:48:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:36 smithi027 bash[31536]: cluster 2023-12-07T14:48:35.271056+0000 mgr.a (mgr.24293) 11957 : 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-07T14:48:37.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:37 smithi022 bash[28554]: audit 2023-12-07T14:48:35.813323+0000 mgr.a (mgr.24293) 11958 : audit 0 from='client.241869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:37 smithi044 bash[32620]: audit 2023-12-07T14:48:35.813323+0000 mgr.a (mgr.24293) 11958 : audit 0 from='client.241869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:37 smithi027 bash[31536]: audit 2023-12-07T14:48:35.813323+0000 mgr.a (mgr.24293) 11958 : audit 0 from='client.241869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:38 smithi022 bash[28554]: cluster 2023-12-07T14:48:37.272123+0000 mgr.a (mgr.24293) 11959 : cluster 0 pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:38 smithi044 bash[32620]: cluster 2023-12-07T14:48:37.272123+0000 mgr.a (mgr.24293) 11959 : cluster 0 pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:38 smithi027 bash[31536]: cluster 2023-12-07T14:48:37.272123+0000 mgr.a (mgr.24293) 11959 : cluster 0 pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:40 smithi044 bash[32620]: cluster 2023-12-07T14:48:39.272710+0000 mgr.a (mgr.24293) 11960 : cluster 0 pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:40 smithi022 bash[28554]: cluster 2023-12-07T14:48:39.272710+0000 mgr.a (mgr.24293) 11960 : cluster 0 pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:40 smithi027 bash[31536]: cluster 2023-12-07T14:48:39.272710+0000 mgr.a (mgr.24293) 11960 : cluster 0 pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:41.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:41.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:41.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:42.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:42 smithi022 bash[28554]: cluster 2023-12-07T14:48:41.273478+0000 mgr.a (mgr.24293) 11961 : cluster 0 pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:42.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:42 smithi022 bash[28554]: audit 2023-12-07T14:48:41.485519+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:48:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:42 smithi044 bash[32620]: cluster 2023-12-07T14:48:41.273478+0000 mgr.a (mgr.24293) 11961 : cluster 0 pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:42 smithi044 bash[32620]: audit 2023-12-07T14:48:41.485519+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:48:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:42 smithi027 bash[31536]: cluster 2023-12-07T14:48:41.273478+0000 mgr.a (mgr.24293) 11961 : cluster 0 pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:42 smithi027 bash[31536]: audit 2023-12-07T14:48:41.485519+0000 mon.a (mon.0) 2102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:48:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:43 smithi044 bash[32620]: audit 2023-12-07T14:48:41.772124+0000 mgr.a (mgr.24293) 11962 : audit 0 from='client.241947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:43 smithi044 bash[32620]: audit 2023-12-07T14:48:42.333892+0000 mon.a (mon.0) 2103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:48:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:43 smithi044 bash[32620]: audit 2023-12-07T14:48:42.335689+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:48:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:43 smithi044 bash[32620]: audit 2023-12-07T14:48:42.342110+0000 mon.a (mon.0) 2105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:48:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:43 smithi022 bash[28554]: audit 2023-12-07T14:48:41.772124+0000 mgr.a (mgr.24293) 11962 : audit 0 from='client.241947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:43 smithi022 bash[28554]: audit 2023-12-07T14:48:42.333892+0000 mon.a (mon.0) 2103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:48:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:43 smithi022 bash[28554]: audit 2023-12-07T14:48:42.335689+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:48:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:43 smithi022 bash[28554]: audit 2023-12-07T14:48:42.342110+0000 mon.a (mon.0) 2105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:48:43.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:43 smithi027 bash[31536]: audit 2023-12-07T14:48:41.772124+0000 mgr.a (mgr.24293) 11962 : audit 0 from='client.241947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:43.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:43 smithi027 bash[31536]: audit 2023-12-07T14:48:42.333892+0000 mon.a (mon.0) 2103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:48:43.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:43 smithi027 bash[31536]: audit 2023-12-07T14:48:42.335689+0000 mon.a (mon.0) 2104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:48:43.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:43 smithi027 bash[31536]: audit 2023-12-07T14:48:42.342110+0000 mon.a (mon.0) 2105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:48:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:44 smithi022 bash[28554]: cluster 2023-12-07T14:48:43.274166+0000 mgr.a (mgr.24293) 11963 : cluster 0 pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:44 smithi044 bash[32620]: cluster 2023-12-07T14:48:43.274166+0000 mgr.a (mgr.24293) 11963 : cluster 0 pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:44 smithi027 bash[31536]: cluster 2023-12-07T14:48:43.274166+0000 mgr.a (mgr.24293) 11963 : cluster 0 pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:46 smithi022 bash[28554]: cluster 2023-12-07T14:48:45.274737+0000 mgr.a (mgr.24293) 11964 : cluster 0 pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:46 smithi044 bash[32620]: cluster 2023-12-07T14:48:45.274737+0000 mgr.a (mgr.24293) 11964 : cluster 0 pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:46 smithi027 bash[31536]: cluster 2023-12-07T14:48:45.274737+0000 mgr.a (mgr.24293) 11964 : cluster 0 pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:47.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:47.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:47.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:48.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:48.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:48.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:48.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:48.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:48 smithi022 bash[28554]: cluster 2023-12-07T14:48:47.275566+0000 mgr.a (mgr.24293) 11965 : cluster 0 pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:48 smithi044 bash[32620]: cluster 2023-12-07T14:48:47.275566+0000 mgr.a (mgr.24293) 11965 : cluster 0 pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:48 smithi027 bash[31536]: cluster 2023-12-07T14:48:47.275566+0000 mgr.a (mgr.24293) 11965 : cluster 0 pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:49.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:49 smithi022 bash[28554]: audit 2023-12-07T14:48:47.712191+0000 mgr.a (mgr.24293) 11966 : audit 0 from='client.242025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:49.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:49 smithi044 bash[32620]: audit 2023-12-07T14:48:47.712191+0000 mgr.a (mgr.24293) 11966 : audit 0 from='client.242025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:49.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:49 smithi027 bash[31536]: audit 2023-12-07T14:48:47.712191+0000 mgr.a (mgr.24293) 11966 : audit 0 from='client.242025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:50 smithi022 bash[28554]: cluster 2023-12-07T14:48:49.276326+0000 mgr.a (mgr.24293) 11967 : 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-07T14:48:50.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:50 smithi044 bash[32620]: cluster 2023-12-07T14:48:49.276326+0000 mgr.a (mgr.24293) 11967 : 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-07T14:48:50.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:50 smithi027 bash[31536]: cluster 2023-12-07T14:48:49.276326+0000 mgr.a (mgr.24293) 11967 : 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-07T14:48:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:52 smithi022 bash[28554]: cluster 2023-12-07T14:48:51.277184+0000 mgr.a (mgr.24293) 11968 : cluster 0 pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:52 smithi044 bash[32620]: cluster 2023-12-07T14:48:51.277184+0000 mgr.a (mgr.24293) 11968 : cluster 0 pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:52 smithi027 bash[31536]: cluster 2023-12-07T14:48:51.277184+0000 mgr.a (mgr.24293) 11968 : cluster 0 pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:53.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:53.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:53.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:54.197 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:48:54.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:54.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:54.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:54.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:48:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:54 smithi022 bash[28554]: cluster 2023-12-07T14:48:53.277754+0000 mgr.a (mgr.24293) 11969 : cluster 0 pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:54 smithi044 bash[32620]: cluster 2023-12-07T14:48:53.277754+0000 mgr.a (mgr.24293) 11969 : cluster 0 pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:54 smithi027 bash[31536]: cluster 2023-12-07T14:48:53.277754+0000 mgr.a (mgr.24293) 11969 : cluster 0 pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:55.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:55 smithi044 bash[32620]: audit 2023-12-07T14:48:53.649789+0000 mgr.a (mgr.24293) 11970 : audit 0 from='client.242103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:55.685 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:55 smithi022 bash[28554]: audit 2023-12-07T14:48:53.649789+0000 mgr.a (mgr.24293) 11970 : audit 0 from='client.242103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:55.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:55 smithi027 bash[31536]: audit 2023-12-07T14:48:53.649789+0000 mgr.a (mgr.24293) 11970 : audit 0 from='client.242103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:56.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:56 smithi044 bash[32620]: cluster 2023-12-07T14:48:55.278501+0000 mgr.a (mgr.24293) 11971 : cluster 0 pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:56.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:56 smithi022 bash[28554]: cluster 2023-12-07T14:48:55.278501+0000 mgr.a (mgr.24293) 11971 : cluster 0 pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:56 smithi027 bash[31536]: cluster 2023-12-07T14:48:55.278501+0000 mgr.a (mgr.24293) 11971 : cluster 0 pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:48:58 smithi044 bash[32620]: cluster 2023-12-07T14:48:57.279356+0000 mgr.a (mgr.24293) 11972 : cluster 0 pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:58.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:48:58 smithi022 bash[28554]: cluster 2023-12-07T14:48:57.279356+0000 mgr.a (mgr.24293) 11972 : cluster 0 pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:48:58 smithi027 bash[31536]: cluster 2023-12-07T14:48:57.279356+0000 mgr.a (mgr.24293) 11972 : cluster 0 pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:59.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:48:59.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:59.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:00.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:00.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:00.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:00.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:00.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:00 smithi022 bash[28554]: cluster 2023-12-07T14:48:59.279951+0000 mgr.a (mgr.24293) 11973 : cluster 0 pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:00 smithi044 bash[32620]: cluster 2023-12-07T14:48:59.279951+0000 mgr.a (mgr.24293) 11973 : cluster 0 pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:00 smithi027 bash[31536]: cluster 2023-12-07T14:48:59.279951+0000 mgr.a (mgr.24293) 11973 : cluster 0 pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:01 smithi022 bash[28554]: audit 2023-12-07T14:48:59.608578+0000 mgr.a (mgr.24293) 11974 : audit 0 from='client.242178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:01.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:01 smithi044 bash[32620]: audit 2023-12-07T14:48:59.608578+0000 mgr.a (mgr.24293) 11974 : audit 0 from='client.242178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:01.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:01 smithi027 bash[31536]: audit 2023-12-07T14:48:59.608578+0000 mgr.a (mgr.24293) 11974 : audit 0 from='client.242178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:02 smithi022 bash[28554]: cluster 2023-12-07T14:49:01.280921+0000 mgr.a (mgr.24293) 11975 : cluster 0 pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:02.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:02 smithi044 bash[32620]: cluster 2023-12-07T14:49:01.280921+0000 mgr.a (mgr.24293) 11975 : cluster 0 pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:02.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:02 smithi027 bash[31536]: cluster 2023-12-07T14:49:01.280921+0000 mgr.a (mgr.24293) 11975 : cluster 0 pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:04 smithi022 bash[28554]: cluster 2023-12-07T14:49:03.281500+0000 mgr.a (mgr.24293) 11976 : cluster 0 pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:04 smithi044 bash[32620]: cluster 2023-12-07T14:49:03.281500+0000 mgr.a (mgr.24293) 11976 : cluster 0 pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:04 smithi027 bash[31536]: cluster 2023-12-07T14:49:03.281500+0000 mgr.a (mgr.24293) 11976 : cluster 0 pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:05.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:05.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:05.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:06.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:06.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:06.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:06.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:06.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:06 smithi022 bash[28554]: cluster 2023-12-07T14:49:05.282096+0000 mgr.a (mgr.24293) 11977 : cluster 0 pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:06 smithi044 bash[32620]: cluster 2023-12-07T14:49:05.282096+0000 mgr.a (mgr.24293) 11977 : cluster 0 pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:06 smithi027 bash[31536]: cluster 2023-12-07T14:49:05.282096+0000 mgr.a (mgr.24293) 11977 : cluster 0 pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:07 smithi044 bash[32620]: audit 2023-12-07T14:49:05.547693+0000 mgr.a (mgr.24293) 11978 : audit 0 from='client.242247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:07.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:07 smithi022 bash[28554]: audit 2023-12-07T14:49:05.547693+0000 mgr.a (mgr.24293) 11978 : audit 0 from='client.242247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:07.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:07 smithi027 bash[31536]: audit 2023-12-07T14:49:05.547693+0000 mgr.a (mgr.24293) 11978 : audit 0 from='client.242247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:08 smithi022 bash[28554]: cluster 2023-12-07T14:49:07.283190+0000 mgr.a (mgr.24293) 11979 : cluster 0 pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:08 smithi044 bash[32620]: cluster 2023-12-07T14:49:07.283190+0000 mgr.a (mgr.24293) 11979 : cluster 0 pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:08 smithi027 bash[31536]: cluster 2023-12-07T14:49:07.283190+0000 mgr.a (mgr.24293) 11979 : cluster 0 pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:10 smithi022 bash[28554]: cluster 2023-12-07T14:49:09.283786+0000 mgr.a (mgr.24293) 11980 : cluster 0 pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:10 smithi044 bash[32620]: cluster 2023-12-07T14:49:09.283786+0000 mgr.a (mgr.24293) 11980 : cluster 0 pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:10 smithi027 bash[31536]: cluster 2023-12-07T14:49:09.283786+0000 mgr.a (mgr.24293) 11980 : cluster 0 pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:11.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:11.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:11.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:12.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:12.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:12.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:12.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:12.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:12 smithi022 bash[28554]: cluster 2023-12-07T14:49:11.284323+0000 mgr.a (mgr.24293) 11981 : cluster 0 pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:12 smithi044 bash[32620]: cluster 2023-12-07T14:49:11.284323+0000 mgr.a (mgr.24293) 11981 : cluster 0 pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:12 smithi027 bash[31536]: cluster 2023-12-07T14:49:11.284323+0000 mgr.a (mgr.24293) 11981 : cluster 0 pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:13 smithi022 bash[28554]: audit 2023-12-07T14:49:11.492468+0000 mgr.a (mgr.24293) 11982 : audit 0 from='client.242322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:13.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:13 smithi044 bash[32620]: audit 2023-12-07T14:49:11.492468+0000 mgr.a (mgr.24293) 11982 : audit 0 from='client.242322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:13.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:13 smithi027 bash[31536]: audit 2023-12-07T14:49:11.492468+0000 mgr.a (mgr.24293) 11982 : audit 0 from='client.242322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:14 smithi022 bash[28554]: cluster 2023-12-07T14:49:13.285011+0000 mgr.a (mgr.24293) 11983 : cluster 0 pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:14 smithi044 bash[32620]: cluster 2023-12-07T14:49:13.285011+0000 mgr.a (mgr.24293) 11983 : cluster 0 pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:14 smithi027 bash[31536]: cluster 2023-12-07T14:49:13.285011+0000 mgr.a (mgr.24293) 11983 : cluster 0 pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:16 smithi022 bash[28554]: cluster 2023-12-07T14:49:15.285610+0000 mgr.a (mgr.24293) 11984 : cluster 0 pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:16 smithi044 bash[32620]: cluster 2023-12-07T14:49:15.285610+0000 mgr.a (mgr.24293) 11984 : cluster 0 pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:16 smithi027 bash[31536]: cluster 2023-12-07T14:49:15.285610+0000 mgr.a (mgr.24293) 11984 : cluster 0 pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:17.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:17.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:17.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:17.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:17.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:17.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:17.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:17.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:18 smithi022 bash[28554]: cluster 2023-12-07T14:49:17.286374+0000 mgr.a (mgr.24293) 11985 : cluster 0 pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:18 smithi044 bash[32620]: cluster 2023-12-07T14:49:17.286374+0000 mgr.a (mgr.24293) 11985 : cluster 0 pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:18 smithi027 bash[31536]: cluster 2023-12-07T14:49:17.286374+0000 mgr.a (mgr.24293) 11985 : cluster 0 pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:19 smithi022 bash[28554]: audit 2023-12-07T14:49:17.439252+0000 mgr.a (mgr.24293) 11986 : audit 0 from='client.242397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:19.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:19 smithi044 bash[32620]: audit 2023-12-07T14:49:17.439252+0000 mgr.a (mgr.24293) 11986 : audit 0 from='client.242397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:19 smithi027 bash[31536]: audit 2023-12-07T14:49:17.439252+0000 mgr.a (mgr.24293) 11986 : audit 0 from='client.242397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:20 smithi044 bash[32620]: cluster 2023-12-07T14:49:19.287056+0000 mgr.a (mgr.24293) 11987 : 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-07T14:49:20.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:20 smithi022 bash[28554]: cluster 2023-12-07T14:49:19.287056+0000 mgr.a (mgr.24293) 11987 : 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-07T14:49:20.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:20 smithi027 bash[31536]: cluster 2023-12-07T14:49:19.287056+0000 mgr.a (mgr.24293) 11987 : 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-07T14:49:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:22 smithi022 bash[28554]: cluster 2023-12-07T14:49:21.287914+0000 mgr.a (mgr.24293) 11988 : 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-07T14:49:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:22 smithi044 bash[32620]: cluster 2023-12-07T14:49:21.287914+0000 mgr.a (mgr.24293) 11988 : 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-07T14:49:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:22 smithi027 bash[31536]: cluster 2023-12-07T14:49:21.287914+0000 mgr.a (mgr.24293) 11988 : 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-07T14:49:22.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:22.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:22.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:23.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:23.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:23.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:23.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:23.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:24 smithi022 bash[28554]: cluster 2023-12-07T14:49:23.288528+0000 mgr.a (mgr.24293) 11989 : 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-07T14:49:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:24 smithi022 bash[28554]: audit 2023-12-07T14:49:23.400203+0000 mgr.a (mgr.24293) 11990 : audit 0 from='client.242472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:24 smithi044 bash[32620]: cluster 2023-12-07T14:49:23.288528+0000 mgr.a (mgr.24293) 11989 : 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-07T14:49:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:24 smithi044 bash[32620]: audit 2023-12-07T14:49:23.400203+0000 mgr.a (mgr.24293) 11990 : audit 0 from='client.242472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:24 smithi027 bash[31536]: cluster 2023-12-07T14:49:23.288528+0000 mgr.a (mgr.24293) 11989 : 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-07T14:49:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:24 smithi027 bash[31536]: audit 2023-12-07T14:49:23.400203+0000 mgr.a (mgr.24293) 11990 : audit 0 from='client.242472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:26 smithi022 bash[28554]: cluster 2023-12-07T14:49:25.289235+0000 mgr.a (mgr.24293) 11991 : 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-07T14:49:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:26 smithi044 bash[32620]: cluster 2023-12-07T14:49:25.289235+0000 mgr.a (mgr.24293) 11991 : 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-07T14:49:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:26 smithi027 bash[31536]: cluster 2023-12-07T14:49:25.289235+0000 mgr.a (mgr.24293) 11991 : 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-07T14:49:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:28 smithi044 bash[32620]: cluster 2023-12-07T14:49:27.290065+0000 mgr.a (mgr.24293) 11992 : cluster 0 pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:28 smithi022 bash[28554]: cluster 2023-12-07T14:49:27.290065+0000 mgr.a (mgr.24293) 11992 : cluster 0 pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:28 smithi027 bash[31536]: cluster 2023-12-07T14:49:27.290065+0000 mgr.a (mgr.24293) 11992 : cluster 0 pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:28.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:28.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:28.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:29.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:29.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:29.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:29.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:29.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:30 smithi022 bash[28554]: cluster 2023-12-07T14:49:29.290594+0000 mgr.a (mgr.24293) 11993 : cluster 0 pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:30 smithi022 bash[28554]: audit 2023-12-07T14:49:29.333970+0000 mgr.a (mgr.24293) 11994 : audit 0 from='client.242544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:30 smithi044 bash[32620]: cluster 2023-12-07T14:49:29.290594+0000 mgr.a (mgr.24293) 11993 : cluster 0 pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:30 smithi044 bash[32620]: audit 2023-12-07T14:49:29.333970+0000 mgr.a (mgr.24293) 11994 : audit 0 from='client.242544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:30 smithi027 bash[31536]: cluster 2023-12-07T14:49:29.290594+0000 mgr.a (mgr.24293) 11993 : cluster 0 pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:30 smithi027 bash[31536]: audit 2023-12-07T14:49:29.333970+0000 mgr.a (mgr.24293) 11994 : audit 0 from='client.242544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:32 smithi022 bash[28554]: cluster 2023-12-07T14:49:31.291578+0000 mgr.a (mgr.24293) 11995 : cluster 0 pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:32 smithi044 bash[32620]: cluster 2023-12-07T14:49:31.291578+0000 mgr.a (mgr.24293) 11995 : cluster 0 pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:32.707 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:32 smithi027 bash[31536]: cluster 2023-12-07T14:49:31.291578+0000 mgr.a (mgr.24293) 11995 : cluster 0 pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:34 smithi022 bash[28554]: cluster 2023-12-07T14:49:33.292160+0000 mgr.a (mgr.24293) 11996 : cluster 0 pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:34 smithi044 bash[32620]: cluster 2023-12-07T14:49:33.292160+0000 mgr.a (mgr.24293) 11996 : cluster 0 pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:34 smithi027 bash[31536]: cluster 2023-12-07T14:49:33.292160+0000 mgr.a (mgr.24293) 11996 : cluster 0 pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:34.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:34.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:35.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:35.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:35.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:35.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:35.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:36 smithi044 bash[32620]: audit 2023-12-07T14:49:35.268799+0000 mgr.a (mgr.24293) 11997 : audit 0 from='client.242619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:36 smithi044 bash[32620]: cluster 2023-12-07T14:49:35.292911+0000 mgr.a (mgr.24293) 11998 : cluster 0 pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:36 smithi022 bash[28554]: audit 2023-12-07T14:49:35.268799+0000 mgr.a (mgr.24293) 11997 : audit 0 from='client.242619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:36.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:36 smithi022 bash[28554]: cluster 2023-12-07T14:49:35.292911+0000 mgr.a (mgr.24293) 11998 : cluster 0 pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:36 smithi027 bash[31536]: audit 2023-12-07T14:49:35.268799+0000 mgr.a (mgr.24293) 11997 : audit 0 from='client.242619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:36 smithi027 bash[31536]: cluster 2023-12-07T14:49:35.292911+0000 mgr.a (mgr.24293) 11998 : cluster 0 pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:38 smithi022 bash[28554]: cluster 2023-12-07T14:49:37.293939+0000 mgr.a (mgr.24293) 11999 : cluster 0 pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:49:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:38 smithi044 bash[32620]: cluster 2023-12-07T14:49:37.293939+0000 mgr.a (mgr.24293) 11999 : cluster 0 pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:49:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:38 smithi027 bash[31536]: cluster 2023-12-07T14:49:37.293939+0000 mgr.a (mgr.24293) 11999 : cluster 0 pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:49:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:40 smithi022 bash[28554]: cluster 2023-12-07T14:49:39.294508+0000 mgr.a (mgr.24293) 12000 : cluster 0 pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:49:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:40 smithi044 bash[32620]: cluster 2023-12-07T14:49:39.294508+0000 mgr.a (mgr.24293) 12000 : cluster 0 pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:49:40.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:40 smithi027 bash[31536]: cluster 2023-12-07T14:49:39.294508+0000 mgr.a (mgr.24293) 12000 : cluster 0 pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:49:40.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:40.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:40.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:41.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:41.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:41.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:41.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:41.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:42 smithi022 bash[28554]: audit 2023-12-07T14:49:41.212622+0000 mgr.a (mgr.24293) 12001 : audit 0 from='client.242691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:42.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:42 smithi022 bash[28554]: cluster 2023-12-07T14:49:41.295882+0000 mgr.a (mgr.24293) 12002 : cluster 0 pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:42 smithi044 bash[32620]: audit 2023-12-07T14:49:41.212622+0000 mgr.a (mgr.24293) 12001 : audit 0 from='client.242691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:42 smithi044 bash[32620]: cluster 2023-12-07T14:49:41.295882+0000 mgr.a (mgr.24293) 12002 : cluster 0 pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:42 smithi027 bash[31536]: audit 2023-12-07T14:49:41.212622+0000 mgr.a (mgr.24293) 12001 : audit 0 from='client.242691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:42 smithi027 bash[31536]: cluster 2023-12-07T14:49:41.295882+0000 mgr.a (mgr.24293) 12002 : cluster 0 pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:43 smithi022 bash[28554]: audit 2023-12-07T14:49:42.444555+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:49:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:43 smithi044 bash[32620]: audit 2023-12-07T14:49:42.444555+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:49:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:43 smithi027 bash[31536]: audit 2023-12-07T14:49:42.444555+0000 mon.a (mon.0) 2106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:49:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:44 smithi044 bash[32620]: cluster 2023-12-07T14:49:43.296583+0000 mgr.a (mgr.24293) 12003 : cluster 0 pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:44.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:44 smithi022 bash[28554]: cluster 2023-12-07T14:49:43.296583+0000 mgr.a (mgr.24293) 12003 : cluster 0 pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:44 smithi027 bash[31536]: cluster 2023-12-07T14:49:43.296583+0000 mgr.a (mgr.24293) 12003 : cluster 0 pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:46 smithi022 bash[28554]: cluster 2023-12-07T14:49:45.297152+0000 mgr.a (mgr.24293) 12004 : cluster 0 pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:46 smithi044 bash[32620]: cluster 2023-12-07T14:49:45.297152+0000 mgr.a (mgr.24293) 12004 : cluster 0 pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:46 smithi027 bash[31536]: cluster 2023-12-07T14:49:45.297152+0000 mgr.a (mgr.24293) 12004 : cluster 0 pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:46.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:46.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:46.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:47.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:47.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:47.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:47.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:47.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:48 smithi044 bash[32620]: audit 2023-12-07T14:49:47.160540+0000 mgr.a (mgr.24293) 12005 : audit 0 from='client.242766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:48 smithi044 bash[32620]: cluster 2023-12-07T14:49:47.301747+0000 mgr.a (mgr.24293) 12006 : cluster 0 pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:48 smithi027 bash[31536]: audit 2023-12-07T14:49:47.160540+0000 mgr.a (mgr.24293) 12005 : audit 0 from='client.242766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:48 smithi027 bash[31536]: cluster 2023-12-07T14:49:47.301747+0000 mgr.a (mgr.24293) 12006 : cluster 0 pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:48 smithi022 bash[28554]: audit 2023-12-07T14:49:47.160540+0000 mgr.a (mgr.24293) 12005 : audit 0 from='client.242766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:48 smithi022 bash[28554]: cluster 2023-12-07T14:49:47.301747+0000 mgr.a (mgr.24293) 12006 : cluster 0 pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:50 smithi022 bash[28554]: cluster 2023-12-07T14:49:49.302572+0000 mgr.a (mgr.24293) 12007 : cluster 0 pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:49:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:50 smithi044 bash[32620]: cluster 2023-12-07T14:49:49.302572+0000 mgr.a (mgr.24293) 12007 : cluster 0 pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:49:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:50 smithi027 bash[31536]: cluster 2023-12-07T14:49:49.302572+0000 mgr.a (mgr.24293) 12007 : cluster 0 pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:49:52.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:52.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:52.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:52 smithi022 bash[28554]: cluster 2023-12-07T14:49:51.303369+0000 mgr.a (mgr.24293) 12008 : cluster 0 pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:49:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:52 smithi044 bash[32620]: cluster 2023-12-07T14:49:51.303369+0000 mgr.a (mgr.24293) 12008 : cluster 0 pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:49:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:52 smithi027 bash[31536]: cluster 2023-12-07T14:49:51.303369+0000 mgr.a (mgr.24293) 12008 : cluster 0 pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:49:53.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:49:53.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:53.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:53.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:53.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: audit 2023-12-07T14:49:53.058482+0000 mgr.a (mgr.24293) 12009 : audit 0 from='client.242841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: cluster 2023-12-07T14:49:53.314935+0000 mgr.a (mgr.24293) 12010 : 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-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: audit 2023-12-07T14:49:53.449468+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: audit 2023-12-07T14:49:53.456605+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: audit 2023-12-07T14:49:53.458434+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: audit 2023-12-07T14:49:53.460172+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:54 smithi044 bash[32620]: audit 2023-12-07T14:49:53.469608+0000 mon.a (mon.0) 2111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: audit 2023-12-07T14:49:53.058482+0000 mgr.a (mgr.24293) 12009 : audit 0 from='client.242841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:54.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: cluster 2023-12-07T14:49:53.314935+0000 mgr.a (mgr.24293) 12010 : 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-07T14:49:54.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: audit 2023-12-07T14:49:53.449468+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: audit 2023-12-07T14:49:53.456605+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: audit 2023-12-07T14:49:53.458434+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:49:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: audit 2023-12-07T14:49:53.460172+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:49:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:54 smithi022 bash[28554]: audit 2023-12-07T14:49:53.469608+0000 mon.a (mon.0) 2111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: audit 2023-12-07T14:49:53.058482+0000 mgr.a (mgr.24293) 12009 : audit 0 from='client.242841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: cluster 2023-12-07T14:49:53.314935+0000 mgr.a (mgr.24293) 12010 : 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-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: audit 2023-12-07T14:49:53.449468+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: audit 2023-12-07T14:49:53.456605+0000 mon.a (mon.0) 2108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: audit 2023-12-07T14:49:53.458434+0000 mon.a (mon.0) 2109 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: audit 2023-12-07T14:49:53.460172+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:49:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:54 smithi027 bash[31536]: audit 2023-12-07T14:49:53.469608+0000 mon.a (mon.0) 2111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:49:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:56 smithi022 bash[28554]: cluster 2023-12-07T14:49:55.315649+0000 mgr.a (mgr.24293) 12011 : 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-07T14:49:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:56 smithi044 bash[32620]: cluster 2023-12-07T14:49:55.315649+0000 mgr.a (mgr.24293) 12011 : 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-07T14:49:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:56 smithi027 bash[31536]: cluster 2023-12-07T14:49:55.315649+0000 mgr.a (mgr.24293) 12011 : 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-07T14:49:58.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:49:58.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:58.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:49:58 smithi022 bash[28554]: cluster 2023-12-07T14:49:57.316468+0000 mgr.a (mgr.24293) 12012 : 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-07T14:49:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:49:58 smithi044 bash[32620]: cluster 2023-12-07T14:49:57.316468+0000 mgr.a (mgr.24293) 12012 : 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-07T14:49:58.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:49:58 smithi027 bash[31536]: cluster 2023-12-07T14:49:57.316468+0000 mgr.a (mgr.24293) 12012 : 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-07T14:49:59.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:59.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:59.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:59.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:49:59.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:00 smithi044 bash[32620]: audit 2023-12-07T14:49:58.994929+0000 mgr.a (mgr.24293) 12013 : audit 0 from='client.242916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:00 smithi044 bash[32620]: cluster 2023-12-07T14:49:59.317121+0000 mgr.a (mgr.24293) 12014 : 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-07T14:50:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:00 smithi044 bash[32620]: cluster 2023-12-07T14:50:00.000179+0000 mon.a (mon.0) 2112 : cluster 1 overall HEALTH_OK 2023-12-07T14:50:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:00 smithi022 bash[28554]: audit 2023-12-07T14:49:58.994929+0000 mgr.a (mgr.24293) 12013 : audit 0 from='client.242916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:00 smithi022 bash[28554]: cluster 2023-12-07T14:49:59.317121+0000 mgr.a (mgr.24293) 12014 : 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-07T14:50:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:00 smithi022 bash[28554]: cluster 2023-12-07T14:50:00.000179+0000 mon.a (mon.0) 2112 : cluster 1 overall HEALTH_OK 2023-12-07T14:50:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:00 smithi027 bash[31536]: audit 2023-12-07T14:49:58.994929+0000 mgr.a (mgr.24293) 12013 : audit 0 from='client.242916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:00 smithi027 bash[31536]: cluster 2023-12-07T14:49:59.317121+0000 mgr.a (mgr.24293) 12014 : 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-07T14:50:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:00 smithi027 bash[31536]: cluster 2023-12-07T14:50:00.000179+0000 mon.a (mon.0) 2112 : cluster 1 overall HEALTH_OK 2023-12-07T14:50:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:02 smithi044 bash[32620]: cluster 2023-12-07T14:50:01.318077+0000 mgr.a (mgr.24293) 12015 : cluster 0 pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:02 smithi022 bash[28554]: cluster 2023-12-07T14:50:01.318077+0000 mgr.a (mgr.24293) 12015 : cluster 0 pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:02 smithi027 bash[31536]: cluster 2023-12-07T14:50:01.318077+0000 mgr.a (mgr.24293) 12015 : cluster 0 pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:04.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:04.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:04.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:04 smithi044 bash[32620]: cluster 2023-12-07T14:50:03.318644+0000 mgr.a (mgr.24293) 12016 : cluster 0 pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:04.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:04 smithi022 bash[28554]: cluster 2023-12-07T14:50:03.318644+0000 mgr.a (mgr.24293) 12016 : cluster 0 pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:04.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:04 smithi027 bash[31536]: cluster 2023-12-07T14:50:03.318644+0000 mgr.a (mgr.24293) 12016 : cluster 0 pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:05.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:05.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:05.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:05.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:05.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:06 smithi044 bash[32620]: audit 2023-12-07T14:50:04.925166+0000 mgr.a (mgr.24293) 12017 : audit 0 from='client.242991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:06 smithi044 bash[32620]: cluster 2023-12-07T14:50:05.320049+0000 mgr.a (mgr.24293) 12018 : cluster 0 pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:06 smithi022 bash[28554]: audit 2023-12-07T14:50:04.925166+0000 mgr.a (mgr.24293) 12017 : audit 0 from='client.242991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:06 smithi022 bash[28554]: cluster 2023-12-07T14:50:05.320049+0000 mgr.a (mgr.24293) 12018 : cluster 0 pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:06 smithi027 bash[31536]: audit 2023-12-07T14:50:04.925166+0000 mgr.a (mgr.24293) 12017 : audit 0 from='client.242991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:06.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:06 smithi027 bash[31536]: cluster 2023-12-07T14:50:05.320049+0000 mgr.a (mgr.24293) 12018 : cluster 0 pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:08 smithi022 bash[28554]: cluster 2023-12-07T14:50:07.321128+0000 mgr.a (mgr.24293) 12019 : cluster 0 pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:08.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:08 smithi044 bash[32620]: cluster 2023-12-07T14:50:07.321128+0000 mgr.a (mgr.24293) 12019 : cluster 0 pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:08 smithi027 bash[31536]: cluster 2023-12-07T14:50:07.321128+0000 mgr.a (mgr.24293) 12019 : cluster 0 pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:10 smithi022 bash[28554]: cluster 2023-12-07T14:50:09.321855+0000 mgr.a (mgr.24293) 12020 : cluster 0 pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:10 smithi044 bash[32620]: cluster 2023-12-07T14:50:09.321855+0000 mgr.a (mgr.24293) 12020 : cluster 0 pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:10.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:10 smithi027 bash[31536]: cluster 2023-12-07T14:50:09.321855+0000 mgr.a (mgr.24293) 12020 : cluster 0 pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:10.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:10.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:10.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:11.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:11.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:11.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:11.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:11.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:12 smithi044 bash[32620]: audit 2023-12-07T14:50:10.865165+0000 mgr.a (mgr.24293) 12021 : audit 0 from='client.243069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:12.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:12 smithi044 bash[32620]: cluster 2023-12-07T14:50:11.323119+0000 mgr.a (mgr.24293) 12022 : 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-07T14:50:12.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:12 smithi022 bash[28554]: audit 2023-12-07T14:50:10.865165+0000 mgr.a (mgr.24293) 12021 : audit 0 from='client.243069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:12.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:12 smithi022 bash[28554]: cluster 2023-12-07T14:50:11.323119+0000 mgr.a (mgr.24293) 12022 : 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-07T14:50:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:12 smithi027 bash[31536]: audit 2023-12-07T14:50:10.865165+0000 mgr.a (mgr.24293) 12021 : audit 0 from='client.243069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:12 smithi027 bash[31536]: cluster 2023-12-07T14:50:11.323119+0000 mgr.a (mgr.24293) 12022 : 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-07T14:50:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:14 smithi022 bash[28554]: cluster 2023-12-07T14:50:13.323736+0000 mgr.a (mgr.24293) 12023 : cluster 0 pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:14 smithi044 bash[32620]: cluster 2023-12-07T14:50:13.323736+0000 mgr.a (mgr.24293) 12023 : cluster 0 pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:14.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:14 smithi027 bash[31536]: cluster 2023-12-07T14:50:13.323736+0000 mgr.a (mgr.24293) 12023 : cluster 0 pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:16.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:16.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:16.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:16 smithi022 bash[28554]: cluster 2023-12-07T14:50:15.324263+0000 mgr.a (mgr.24293) 12024 : cluster 0 pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:16 smithi044 bash[32620]: cluster 2023-12-07T14:50:15.324263+0000 mgr.a (mgr.24293) 12024 : cluster 0 pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:16 smithi027 bash[31536]: cluster 2023-12-07T14:50:15.324263+0000 mgr.a (mgr.24293) 12024 : cluster 0 pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:17.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:17.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:17.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:17.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:17.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:18 smithi022 bash[28554]: audit 2023-12-07T14:50:16.811896+0000 mgr.a (mgr.24293) 12025 : audit 0 from='client.243144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:18.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:18 smithi022 bash[28554]: cluster 2023-12-07T14:50:17.325160+0000 mgr.a (mgr.24293) 12026 : cluster 0 pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:18 smithi044 bash[32620]: audit 2023-12-07T14:50:16.811896+0000 mgr.a (mgr.24293) 12025 : audit 0 from='client.243144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:18 smithi044 bash[32620]: cluster 2023-12-07T14:50:17.325160+0000 mgr.a (mgr.24293) 12026 : cluster 0 pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:18 smithi027 bash[31536]: audit 2023-12-07T14:50:16.811896+0000 mgr.a (mgr.24293) 12025 : audit 0 from='client.243144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:18 smithi027 bash[31536]: cluster 2023-12-07T14:50:17.325160+0000 mgr.a (mgr.24293) 12026 : cluster 0 pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:20 smithi044 bash[32620]: cluster 2023-12-07T14:50:19.325709+0000 mgr.a (mgr.24293) 12027 : cluster 0 pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:20 smithi022 bash[28554]: cluster 2023-12-07T14:50:19.325709+0000 mgr.a (mgr.24293) 12027 : cluster 0 pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:20 smithi027 bash[31536]: cluster 2023-12-07T14:50:19.325709+0000 mgr.a (mgr.24293) 12027 : cluster 0 pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:22.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:22.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:22.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:22 smithi022 bash[28554]: cluster 2023-12-07T14:50:21.326476+0000 mgr.a (mgr.24293) 12028 : cluster 0 pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:22 smithi044 bash[32620]: cluster 2023-12-07T14:50:21.326476+0000 mgr.a (mgr.24293) 12028 : cluster 0 pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:22 smithi027 bash[31536]: cluster 2023-12-07T14:50:21.326476+0000 mgr.a (mgr.24293) 12028 : cluster 0 pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:23.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:23.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:23.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:23.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:23.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:24 smithi044 bash[32620]: audit 2023-12-07T14:50:22.779870+0000 mgr.a (mgr.24293) 12029 : audit 0 from='client.243219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:24 smithi044 bash[32620]: cluster 2023-12-07T14:50:23.327212+0000 mgr.a (mgr.24293) 12030 : 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-07T14:50:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:24 smithi022 bash[28554]: audit 2023-12-07T14:50:22.779870+0000 mgr.a (mgr.24293) 12029 : audit 0 from='client.243219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:24 smithi022 bash[28554]: cluster 2023-12-07T14:50:23.327212+0000 mgr.a (mgr.24293) 12030 : 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-07T14:50:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:24 smithi027 bash[31536]: audit 2023-12-07T14:50:22.779870+0000 mgr.a (mgr.24293) 12029 : audit 0 from='client.243219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:24 smithi027 bash[31536]: cluster 2023-12-07T14:50:23.327212+0000 mgr.a (mgr.24293) 12030 : 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-07T14:50:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:26 smithi044 bash[32620]: cluster 2023-12-07T14:50:25.327892+0000 mgr.a (mgr.24293) 12031 : 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-07T14:50:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:26 smithi022 bash[28554]: cluster 2023-12-07T14:50:25.327892+0000 mgr.a (mgr.24293) 12031 : 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-07T14:50:26.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:26 smithi027 bash[31536]: cluster 2023-12-07T14:50:25.327892+0000 mgr.a (mgr.24293) 12031 : 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-07T14:50:28.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:28.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:28.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:28 smithi022 bash[28554]: cluster 2023-12-07T14:50:27.328682+0000 mgr.a (mgr.24293) 12032 : 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-07T14:50:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:28 smithi044 bash[32620]: cluster 2023-12-07T14:50:27.328682+0000 mgr.a (mgr.24293) 12032 : 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-07T14:50:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:28 smithi027 bash[31536]: cluster 2023-12-07T14:50:27.328682+0000 mgr.a (mgr.24293) 12032 : 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-07T14:50:29.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:29.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:29.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:29.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:29.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:30 smithi044 bash[32620]: audit 2023-12-07T14:50:28.721841+0000 mgr.a (mgr.24293) 12033 : audit 0 from='client.243297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:30 smithi044 bash[32620]: cluster 2023-12-07T14:50:29.329436+0000 mgr.a (mgr.24293) 12034 : 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-07T14:50:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:30 smithi022 bash[28554]: audit 2023-12-07T14:50:28.721841+0000 mgr.a (mgr.24293) 12033 : audit 0 from='client.243297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:30 smithi022 bash[28554]: cluster 2023-12-07T14:50:29.329436+0000 mgr.a (mgr.24293) 12034 : 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-07T14:50:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:30 smithi027 bash[31536]: audit 2023-12-07T14:50:28.721841+0000 mgr.a (mgr.24293) 12033 : audit 0 from='client.243297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:30.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:30 smithi027 bash[31536]: cluster 2023-12-07T14:50:29.329436+0000 mgr.a (mgr.24293) 12034 : 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-07T14:50:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:32 smithi022 bash[28554]: cluster 2023-12-07T14:50:31.330265+0000 mgr.a (mgr.24293) 12035 : cluster 0 pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:32 smithi044 bash[32620]: cluster 2023-12-07T14:50:31.330265+0000 mgr.a (mgr.24293) 12035 : cluster 0 pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:32 smithi027 bash[31536]: cluster 2023-12-07T14:50:31.330265+0000 mgr.a (mgr.24293) 12035 : cluster 0 pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:34.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:34.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:34.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:34 smithi022 bash[28554]: cluster 2023-12-07T14:50:33.330871+0000 mgr.a (mgr.24293) 12036 : cluster 0 pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:34 smithi044 bash[32620]: cluster 2023-12-07T14:50:33.330871+0000 mgr.a (mgr.24293) 12036 : cluster 0 pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:34 smithi027 bash[31536]: cluster 2023-12-07T14:50:33.330871+0000 mgr.a (mgr.24293) 12036 : cluster 0 pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:35.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:35.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:35.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:35.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:35.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:36 smithi044 bash[32620]: audit 2023-12-07T14:50:34.667133+0000 mgr.a (mgr.24293) 12037 : audit 0 from='client.243372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:36 smithi044 bash[32620]: cluster 2023-12-07T14:50:35.331647+0000 mgr.a (mgr.24293) 12038 : cluster 0 pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:36 smithi022 bash[28554]: audit 2023-12-07T14:50:34.667133+0000 mgr.a (mgr.24293) 12037 : audit 0 from='client.243372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:36.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:36 smithi022 bash[28554]: cluster 2023-12-07T14:50:35.331647+0000 mgr.a (mgr.24293) 12038 : cluster 0 pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:36 smithi027 bash[31536]: audit 2023-12-07T14:50:34.667133+0000 mgr.a (mgr.24293) 12037 : audit 0 from='client.243372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:36 smithi027 bash[31536]: cluster 2023-12-07T14:50:35.331647+0000 mgr.a (mgr.24293) 12038 : cluster 0 pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:38 smithi022 bash[28554]: cluster 2023-12-07T14:50:37.332530+0000 mgr.a (mgr.24293) 12039 : cluster 0 pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:38 smithi044 bash[32620]: cluster 2023-12-07T14:50:37.332530+0000 mgr.a (mgr.24293) 12039 : cluster 0 pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:38 smithi027 bash[31536]: cluster 2023-12-07T14:50:37.332530+0000 mgr.a (mgr.24293) 12039 : cluster 0 pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:40.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:40.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:40.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:40 smithi044 bash[32620]: cluster 2023-12-07T14:50:39.333131+0000 mgr.a (mgr.24293) 12040 : cluster 0 pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:40 smithi022 bash[28554]: cluster 2023-12-07T14:50:39.333131+0000 mgr.a (mgr.24293) 12040 : cluster 0 pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:40 smithi027 bash[31536]: cluster 2023-12-07T14:50:39.333131+0000 mgr.a (mgr.24293) 12040 : cluster 0 pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:41.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:41.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:41.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:41.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:41.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:42 smithi022 bash[28554]: audit 2023-12-07T14:50:40.619868+0000 mgr.a (mgr.24293) 12041 : audit 0 from='client.243450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:42 smithi022 bash[28554]: cluster 2023-12-07T14:50:41.334229+0000 mgr.a (mgr.24293) 12042 : 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-07T14:50:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:42 smithi044 bash[32620]: audit 2023-12-07T14:50:40.619868+0000 mgr.a (mgr.24293) 12041 : audit 0 from='client.243450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:42 smithi044 bash[32620]: cluster 2023-12-07T14:50:41.334229+0000 mgr.a (mgr.24293) 12042 : 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-07T14:50:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:42 smithi027 bash[31536]: audit 2023-12-07T14:50:40.619868+0000 mgr.a (mgr.24293) 12041 : audit 0 from='client.243450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:42 smithi027 bash[31536]: cluster 2023-12-07T14:50:41.334229+0000 mgr.a (mgr.24293) 12042 : 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-07T14:50:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:44 smithi044 bash[32620]: cluster 2023-12-07T14:50:43.334827+0000 mgr.a (mgr.24293) 12043 : cluster 0 pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:44.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:44 smithi022 bash[28554]: cluster 2023-12-07T14:50:43.334827+0000 mgr.a (mgr.24293) 12043 : cluster 0 pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:44 smithi027 bash[31536]: cluster 2023-12-07T14:50:43.334827+0000 mgr.a (mgr.24293) 12043 : cluster 0 pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:46.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:46.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:46.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:46.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:46 smithi022 bash[28554]: cluster 2023-12-07T14:50:45.335619+0000 mgr.a (mgr.24293) 12044 : 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-07T14:50:46.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:46 smithi044 bash[32620]: cluster 2023-12-07T14:50:45.335619+0000 mgr.a (mgr.24293) 12044 : 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-07T14:50:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:46 smithi027 bash[31536]: cluster 2023-12-07T14:50:45.335619+0000 mgr.a (mgr.24293) 12044 : 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-07T14:50:47.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:47.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:47.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:47.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:47.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:48 smithi022 bash[28554]: audit 2023-12-07T14:50:46.560456+0000 mgr.a (mgr.24293) 12045 : audit 0 from='client.243525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:48 smithi022 bash[28554]: cluster 2023-12-07T14:50:47.336510+0000 mgr.a (mgr.24293) 12046 : cluster 0 pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:48 smithi044 bash[32620]: audit 2023-12-07T14:50:46.560456+0000 mgr.a (mgr.24293) 12045 : audit 0 from='client.243525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:48.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:48 smithi044 bash[32620]: cluster 2023-12-07T14:50:47.336510+0000 mgr.a (mgr.24293) 12046 : cluster 0 pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:48 smithi027 bash[31536]: audit 2023-12-07T14:50:46.560456+0000 mgr.a (mgr.24293) 12045 : audit 0 from='client.243525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:48 smithi027 bash[31536]: cluster 2023-12-07T14:50:47.336510+0000 mgr.a (mgr.24293) 12046 : cluster 0 pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:50 smithi022 bash[28554]: cluster 2023-12-07T14:50:49.337274+0000 mgr.a (mgr.24293) 12047 : cluster 0 pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:50 smithi044 bash[32620]: cluster 2023-12-07T14:50:49.337274+0000 mgr.a (mgr.24293) 12047 : cluster 0 pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:50 smithi027 bash[31536]: cluster 2023-12-07T14:50:49.337274+0000 mgr.a (mgr.24293) 12047 : cluster 0 pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:52.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:52.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:52.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:52 smithi044 bash[32620]: cluster 2023-12-07T14:50:51.338298+0000 mgr.a (mgr.24293) 12048 : cluster 0 pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:52.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:52 smithi022 bash[28554]: cluster 2023-12-07T14:50:51.338298+0000 mgr.a (mgr.24293) 12048 : cluster 0 pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:52 smithi027 bash[31536]: cluster 2023-12-07T14:50:51.338298+0000 mgr.a (mgr.24293) 12048 : cluster 0 pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:53.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:53.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:53.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:53.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:53.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:54 smithi022 bash[28554]: audit 2023-12-07T14:50:52.494009+0000 mgr.a (mgr.24293) 12049 : audit 0 from='client.243600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:54.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:54 smithi022 bash[28554]: cluster 2023-12-07T14:50:53.339105+0000 mgr.a (mgr.24293) 12050 : 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-07T14:50:54.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:54 smithi022 bash[28554]: audit 2023-12-07T14:50:53.572902+0000 mon.a (mon.0) 2113 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:50:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:54 smithi044 bash[32620]: audit 2023-12-07T14:50:52.494009+0000 mgr.a (mgr.24293) 12049 : audit 0 from='client.243600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:54 smithi044 bash[32620]: cluster 2023-12-07T14:50:53.339105+0000 mgr.a (mgr.24293) 12050 : 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-07T14:50:54.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:54 smithi044 bash[32620]: audit 2023-12-07T14:50:53.572902+0000 mon.a (mon.0) 2113 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:50:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:54 smithi027 bash[31536]: audit 2023-12-07T14:50:52.494009+0000 mgr.a (mgr.24293) 12049 : audit 0 from='client.243600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:54 smithi027 bash[31536]: cluster 2023-12-07T14:50:53.339105+0000 mgr.a (mgr.24293) 12050 : 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-07T14:50:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:54 smithi027 bash[31536]: audit 2023-12-07T14:50:53.572902+0000 mon.a (mon.0) 2113 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:50:56.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:56 smithi044 bash[32620]: cluster 2023-12-07T14:50:55.339966+0000 mgr.a (mgr.24293) 12051 : cluster 0 pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:56.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:56 smithi022 bash[28554]: cluster 2023-12-07T14:50:55.339966+0000 mgr.a (mgr.24293) 12051 : cluster 0 pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:56.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:56 smithi027 bash[31536]: cluster 2023-12-07T14:50:55.339966+0000 mgr.a (mgr.24293) 12051 : cluster 0 pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:58.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:50:58.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:58.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:58.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:58 smithi022 bash[28554]: cluster 2023-12-07T14:50:57.340530+0000 mgr.a (mgr.24293) 12052 : cluster 0 pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:58.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:58 smithi044 bash[32620]: cluster 2023-12-07T14:50:57.340530+0000 mgr.a (mgr.24293) 12052 : cluster 0 pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:58 smithi027 bash[31536]: cluster 2023-12-07T14:50:57.340530+0000 mgr.a (mgr.24293) 12052 : cluster 0 pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:58.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:50:58.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:58.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:58.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:58.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:50:59.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:50:59 smithi044 bash[32620]: audit 2023-12-07T14:50:58.425311+0000 mgr.a (mgr.24293) 12053 : audit 0 from='client.243678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:59.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:50:59 smithi022 bash[28554]: audit 2023-12-07T14:50:58.425311+0000 mgr.a (mgr.24293) 12053 : audit 0 from='client.243678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:59.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:50:59 smithi027 bash[31536]: audit 2023-12-07T14:50:58.425311+0000 mgr.a (mgr.24293) 12053 : audit 0 from='client.243678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:00 smithi044 bash[32620]: cluster 2023-12-07T14:50:59.341239+0000 mgr.a (mgr.24293) 12054 : 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-07T14:51:00.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:00 smithi022 bash[28554]: cluster 2023-12-07T14:50:59.341239+0000 mgr.a (mgr.24293) 12054 : 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-07T14:51:00.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:00 smithi027 bash[31536]: cluster 2023-12-07T14:50:59.341239+0000 mgr.a (mgr.24293) 12054 : 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-07T14:51:02.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:02 smithi022 bash[28554]: cluster 2023-12-07T14:51:01.342076+0000 mgr.a (mgr.24293) 12055 : cluster 0 pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:02.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:02 smithi044 bash[32620]: cluster 2023-12-07T14:51:01.342076+0000 mgr.a (mgr.24293) 12055 : cluster 0 pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:02 smithi027 bash[31536]: cluster 2023-12-07T14:51:01.342076+0000 mgr.a (mgr.24293) 12055 : cluster 0 pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:03.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:03.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:03.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:04.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:04 smithi022 bash[28554]: cluster 2023-12-07T14:51:03.342645+0000 mgr.a (mgr.24293) 12056 : cluster 0 pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:04.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:04 smithi044 bash[32620]: cluster 2023-12-07T14:51:03.342645+0000 mgr.a (mgr.24293) 12056 : cluster 0 pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:04 smithi027 bash[31536]: cluster 2023-12-07T14:51:03.342645+0000 mgr.a (mgr.24293) 12056 : cluster 0 pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:04.889 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:04.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:04.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:04.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:04.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:05 smithi022 bash[28554]: audit 2023-12-07T14:51:04.362058+0000 mgr.a (mgr.24293) 12057 : audit 0 from='client.243753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:05 smithi022 bash[28554]: audit 2023-12-07T14:51:04.484101+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:05 smithi022 bash[28554]: audit 2023-12-07T14:51:04.491942+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:05 smithi022 bash[28554]: audit 2023-12-07T14:51:04.493595+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:05 smithi022 bash[28554]: audit 2023-12-07T14:51:04.494886+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:05 smithi022 bash[28554]: audit 2023-12-07T14:51:04.501696+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:05 smithi044 bash[32620]: audit 2023-12-07T14:51:04.362058+0000 mgr.a (mgr.24293) 12057 : audit 0 from='client.243753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:05 smithi044 bash[32620]: audit 2023-12-07T14:51:04.484101+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:05 smithi044 bash[32620]: audit 2023-12-07T14:51:04.491942+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:05 smithi044 bash[32620]: audit 2023-12-07T14:51:04.493595+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:51:05.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:05 smithi044 bash[32620]: audit 2023-12-07T14:51:04.494886+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:51:05.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:05 smithi044 bash[32620]: audit 2023-12-07T14:51:04.501696+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:05 smithi027 bash[31536]: audit 2023-12-07T14:51:04.362058+0000 mgr.a (mgr.24293) 12057 : audit 0 from='client.243753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:05 smithi027 bash[31536]: audit 2023-12-07T14:51:04.484101+0000 mon.a (mon.0) 2114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:05 smithi027 bash[31536]: audit 2023-12-07T14:51:04.491942+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:05 smithi027 bash[31536]: audit 2023-12-07T14:51:04.493595+0000 mon.a (mon.0) 2116 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:51:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:05 smithi027 bash[31536]: audit 2023-12-07T14:51:04.494886+0000 mon.a (mon.0) 2117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:51:05.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:05 smithi027 bash[31536]: audit 2023-12-07T14:51:04.501696+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:51:06.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:06 smithi044 bash[32620]: cluster 2023-12-07T14:51:05.343530+0000 mgr.a (mgr.24293) 12058 : cluster 0 pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:06 smithi022 bash[28554]: cluster 2023-12-07T14:51:05.343530+0000 mgr.a (mgr.24293) 12058 : cluster 0 pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:06 smithi027 bash[31536]: cluster 2023-12-07T14:51:05.343530+0000 mgr.a (mgr.24293) 12058 : cluster 0 pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:08 smithi022 bash[28554]: cluster 2023-12-07T14:51:07.344086+0000 mgr.a (mgr.24293) 12059 : 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-07T14:51:08.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:08 smithi027 bash[31536]: cluster 2023-12-07T14:51:07.344086+0000 mgr.a (mgr.24293) 12059 : 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-07T14:51:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:08 smithi044 bash[32620]: cluster 2023-12-07T14:51:07.344086+0000 mgr.a (mgr.24293) 12059 : 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-07T14:51:09.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:09.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:09.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:10 smithi022 bash[28554]: cluster 2023-12-07T14:51:09.344664+0000 mgr.a (mgr.24293) 12060 : cluster 0 pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:10 smithi044 bash[32620]: cluster 2023-12-07T14:51:09.344664+0000 mgr.a (mgr.24293) 12060 : cluster 0 pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:10 smithi027 bash[31536]: cluster 2023-12-07T14:51:09.344664+0000 mgr.a (mgr.24293) 12060 : cluster 0 pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:10.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:10.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:10.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:10.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:10.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:11.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:11 smithi022 bash[28554]: audit 2023-12-07T14:51:10.306935+0000 mgr.a (mgr.24293) 12061 : audit 0 from='client.243828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:11 smithi044 bash[32620]: audit 2023-12-07T14:51:10.306935+0000 mgr.a (mgr.24293) 12061 : audit 0 from='client.243828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:11 smithi027 bash[31536]: audit 2023-12-07T14:51:10.306935+0000 mgr.a (mgr.24293) 12061 : audit 0 from='client.243828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:12 smithi044 bash[32620]: cluster 2023-12-07T14:51:11.345623+0000 mgr.a (mgr.24293) 12062 : 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-07T14:51:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:12 smithi022 bash[28554]: cluster 2023-12-07T14:51:11.345623+0000 mgr.a (mgr.24293) 12062 : 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-07T14:51:12.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:12 smithi027 bash[31536]: cluster 2023-12-07T14:51:11.345623+0000 mgr.a (mgr.24293) 12062 : 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-07T14:51:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:14 smithi022 bash[28554]: cluster 2023-12-07T14:51:13.346205+0000 mgr.a (mgr.24293) 12063 : cluster 0 pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:14 smithi044 bash[32620]: cluster 2023-12-07T14:51:13.346205+0000 mgr.a (mgr.24293) 12063 : cluster 0 pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:14 smithi027 bash[31536]: cluster 2023-12-07T14:51:13.346205+0000 mgr.a (mgr.24293) 12063 : cluster 0 pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:15.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:15.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:15.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:16 smithi022 bash[28554]: cluster 2023-12-07T14:51:15.346963+0000 mgr.a (mgr.24293) 12064 : cluster 0 pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:16 smithi044 bash[32620]: cluster 2023-12-07T14:51:15.346963+0000 mgr.a (mgr.24293) 12064 : cluster 0 pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:16 smithi027 bash[31536]: cluster 2023-12-07T14:51:15.346963+0000 mgr.a (mgr.24293) 12064 : cluster 0 pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:16.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:16.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:16.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:16.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:16.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:17 smithi022 bash[28554]: audit 2023-12-07T14:51:16.274712+0000 mgr.a (mgr.24293) 12065 : audit 0 from='client.243906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:17.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:17 smithi044 bash[32620]: audit 2023-12-07T14:51:16.274712+0000 mgr.a (mgr.24293) 12065 : audit 0 from='client.243906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:17 smithi027 bash[31536]: audit 2023-12-07T14:51:16.274712+0000 mgr.a (mgr.24293) 12065 : audit 0 from='client.243906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:18 smithi022 bash[28554]: cluster 2023-12-07T14:51:17.347669+0000 mgr.a (mgr.24293) 12066 : cluster 0 pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:18 smithi044 bash[32620]: cluster 2023-12-07T14:51:17.347669+0000 mgr.a (mgr.24293) 12066 : cluster 0 pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:18 smithi027 bash[31536]: cluster 2023-12-07T14:51:17.347669+0000 mgr.a (mgr.24293) 12066 : cluster 0 pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:20 smithi022 bash[28554]: cluster 2023-12-07T14:51:19.348194+0000 mgr.a (mgr.24293) 12067 : cluster 0 pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:20 smithi044 bash[32620]: cluster 2023-12-07T14:51:19.348194+0000 mgr.a (mgr.24293) 12067 : cluster 0 pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:20 smithi027 bash[31536]: cluster 2023-12-07T14:51:19.348194+0000 mgr.a (mgr.24293) 12067 : cluster 0 pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:21.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:21.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:21.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:22 smithi022 bash[28554]: cluster 2023-12-07T14:51:21.348957+0000 mgr.a (mgr.24293) 12068 : cluster 0 pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:22.694 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:22 smithi044 bash[32620]: cluster 2023-12-07T14:51:21.348957+0000 mgr.a (mgr.24293) 12068 : cluster 0 pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:22 smithi027 bash[31536]: cluster 2023-12-07T14:51:21.348957+0000 mgr.a (mgr.24293) 12068 : cluster 0 pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:22.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:22.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:22.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:22.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:22.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:23 smithi044 bash[32620]: audit 2023-12-07T14:51:22.230299+0000 mgr.a (mgr.24293) 12069 : audit 0 from='client.243984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:23 smithi022 bash[28554]: audit 2023-12-07T14:51:22.230299+0000 mgr.a (mgr.24293) 12069 : audit 0 from='client.243984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:23 smithi027 bash[31536]: audit 2023-12-07T14:51:22.230299+0000 mgr.a (mgr.24293) 12069 : audit 0 from='client.243984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:24 smithi022 bash[28554]: cluster 2023-12-07T14:51:23.349617+0000 mgr.a (mgr.24293) 12070 : 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-07T14:51:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:24 smithi044 bash[32620]: cluster 2023-12-07T14:51:23.349617+0000 mgr.a (mgr.24293) 12070 : 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-07T14:51:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:24 smithi027 bash[31536]: cluster 2023-12-07T14:51:23.349617+0000 mgr.a (mgr.24293) 12070 : 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-07T14:51:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:26 smithi044 bash[32620]: cluster 2023-12-07T14:51:25.350558+0000 mgr.a (mgr.24293) 12071 : cluster 0 pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:26 smithi022 bash[28554]: cluster 2023-12-07T14:51:25.350558+0000 mgr.a (mgr.24293) 12071 : cluster 0 pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:26 smithi027 bash[31536]: cluster 2023-12-07T14:51:25.350558+0000 mgr.a (mgr.24293) 12071 : cluster 0 pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:27.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:27.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:27.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:28 smithi022 bash[28554]: cluster 2023-12-07T14:51:27.351282+0000 mgr.a (mgr.24293) 12072 : cluster 0 pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:28 smithi044 bash[32620]: cluster 2023-12-07T14:51:27.351282+0000 mgr.a (mgr.24293) 12072 : cluster 0 pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:28 smithi027 bash[31536]: cluster 2023-12-07T14:51:27.351282+0000 mgr.a (mgr.24293) 12072 : cluster 0 pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:28.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:28.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:28.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:28.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:28.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:29 smithi022 bash[28554]: audit 2023-12-07T14:51:28.184383+0000 mgr.a (mgr.24293) 12073 : audit 0 from='client.244062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:29 smithi027 bash[31536]: audit 2023-12-07T14:51:28.184383+0000 mgr.a (mgr.24293) 12073 : audit 0 from='client.244062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:29 smithi044 bash[32620]: audit 2023-12-07T14:51:28.184383+0000 mgr.a (mgr.24293) 12073 : audit 0 from='client.244062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:30 smithi027 bash[31536]: cluster 2023-12-07T14:51:29.352029+0000 mgr.a (mgr.24293) 12074 : 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-07T14:51:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:30 smithi022 bash[28554]: cluster 2023-12-07T14:51:29.352029+0000 mgr.a (mgr.24293) 12074 : 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-07T14:51:30.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:30 smithi044 bash[32620]: cluster 2023-12-07T14:51:29.352029+0000 mgr.a (mgr.24293) 12074 : 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-07T14:51:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:32 smithi027 bash[31536]: cluster 2023-12-07T14:51:31.352855+0000 mgr.a (mgr.24293) 12075 : 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-07T14:51:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:32 smithi022 bash[28554]: cluster 2023-12-07T14:51:31.352855+0000 mgr.a (mgr.24293) 12075 : 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-07T14:51:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:32 smithi044 bash[32620]: cluster 2023-12-07T14:51:31.352855+0000 mgr.a (mgr.24293) 12075 : 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-07T14:51:33.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:33.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:33.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:34.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:34.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:34.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:34.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:34.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:34 smithi027 bash[31536]: cluster 2023-12-07T14:51:33.353415+0000 mgr.a (mgr.24293) 12076 : 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-07T14:51:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:34 smithi022 bash[28554]: cluster 2023-12-07T14:51:33.353415+0000 mgr.a (mgr.24293) 12076 : 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-07T14:51:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:34 smithi044 bash[32620]: cluster 2023-12-07T14:51:33.353415+0000 mgr.a (mgr.24293) 12076 : 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-07T14:51:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:35 smithi027 bash[31536]: audit 2023-12-07T14:51:34.132397+0000 mgr.a (mgr.24293) 12077 : audit 0 from='client.244140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:35 smithi022 bash[28554]: audit 2023-12-07T14:51:34.132397+0000 mgr.a (mgr.24293) 12077 : audit 0 from='client.244140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:35 smithi044 bash[32620]: audit 2023-12-07T14:51:34.132397+0000 mgr.a (mgr.24293) 12077 : audit 0 from='client.244140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:36 smithi027 bash[31536]: cluster 2023-12-07T14:51:35.354293+0000 mgr.a (mgr.24293) 12078 : cluster 0 pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:36 smithi022 bash[28554]: cluster 2023-12-07T14:51:35.354293+0000 mgr.a (mgr.24293) 12078 : cluster 0 pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:36 smithi044 bash[32620]: cluster 2023-12-07T14:51:35.354293+0000 mgr.a (mgr.24293) 12078 : cluster 0 pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:37 smithi044 bash[32620]: cluster 2023-12-07T14:51:37.354861+0000 mgr.a (mgr.24293) 12079 : 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-07T14:51:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:37 smithi022 bash[28554]: cluster 2023-12-07T14:51:37.354861+0000 mgr.a (mgr.24293) 12079 : 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-07T14:51:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:37 smithi027 bash[31536]: cluster 2023-12-07T14:51:37.354861+0000 mgr.a (mgr.24293) 12079 : 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-07T14:51:39.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:39.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:39.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:40 smithi022 bash[28554]: cluster 2023-12-07T14:51:39.355493+0000 mgr.a (mgr.24293) 12080 : cluster 0 pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:40 smithi044 bash[32620]: cluster 2023-12-07T14:51:39.355493+0000 mgr.a (mgr.24293) 12080 : cluster 0 pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:40.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:40 smithi027 bash[31536]: cluster 2023-12-07T14:51:39.355493+0000 mgr.a (mgr.24293) 12080 : cluster 0 pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:40.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:40.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:41 smithi022 bash[28554]: audit 2023-12-07T14:51:40.068128+0000 mgr.a (mgr.24293) 12081 : audit 0 from='client.244215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:41 smithi044 bash[32620]: audit 2023-12-07T14:51:40.068128+0000 mgr.a (mgr.24293) 12081 : audit 0 from='client.244215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:41 smithi027 bash[31536]: audit 2023-12-07T14:51:40.068128+0000 mgr.a (mgr.24293) 12081 : audit 0 from='client.244215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:42 smithi022 bash[28554]: cluster 2023-12-07T14:51:41.356708+0000 mgr.a (mgr.24293) 12082 : cluster 0 pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:51:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:42 smithi044 bash[32620]: cluster 2023-12-07T14:51:41.356708+0000 mgr.a (mgr.24293) 12082 : cluster 0 pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:51:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:42 smithi027 bash[31536]: cluster 2023-12-07T14:51:41.356708+0000 mgr.a (mgr.24293) 12082 : cluster 0 pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:51:44.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:44 smithi022 bash[28554]: cluster 2023-12-07T14:51:43.357320+0000 mgr.a (mgr.24293) 12083 : cluster 0 pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:51:44.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:44 smithi044 bash[32620]: cluster 2023-12-07T14:51:43.357320+0000 mgr.a (mgr.24293) 12083 : cluster 0 pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:51:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:44 smithi027 bash[31536]: cluster 2023-12-07T14:51:43.357320+0000 mgr.a (mgr.24293) 12083 : cluster 0 pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:51:45.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:46.551 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:46.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:46.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:46.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:46.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:46 smithi044 bash[32620]: cluster 2023-12-07T14:51:45.358179+0000 mgr.a (mgr.24293) 12084 : cluster 0 pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:46.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:46 smithi022 bash[28554]: cluster 2023-12-07T14:51:45.358179+0000 mgr.a (mgr.24293) 12084 : cluster 0 pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:46 smithi027 bash[31536]: cluster 2023-12-07T14:51:45.358179+0000 mgr.a (mgr.24293) 12084 : cluster 0 pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:47.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:47 smithi022 bash[28554]: audit 2023-12-07T14:51:46.022707+0000 mgr.a (mgr.24293) 12085 : audit 0 from='client.244290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:47 smithi027 bash[31536]: audit 2023-12-07T14:51:46.022707+0000 mgr.a (mgr.24293) 12085 : audit 0 from='client.244290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:47 smithi044 bash[32620]: audit 2023-12-07T14:51:46.022707+0000 mgr.a (mgr.24293) 12085 : audit 0 from='client.244290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:48 smithi027 bash[31536]: cluster 2023-12-07T14:51:47.358800+0000 mgr.a (mgr.24293) 12086 : cluster 0 pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:48 smithi044 bash[32620]: cluster 2023-12-07T14:51:47.358800+0000 mgr.a (mgr.24293) 12086 : cluster 0 pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:48 smithi022 bash[28554]: cluster 2023-12-07T14:51:47.358800+0000 mgr.a (mgr.24293) 12086 : cluster 0 pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:50 smithi044 bash[32620]: cluster 2023-12-07T14:51:49.359380+0000 mgr.a (mgr.24293) 12087 : cluster 0 pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:50 smithi022 bash[28554]: cluster 2023-12-07T14:51:49.359380+0000 mgr.a (mgr.24293) 12087 : cluster 0 pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:50 smithi027 bash[31536]: cluster 2023-12-07T14:51:49.359380+0000 mgr.a (mgr.24293) 12087 : cluster 0 pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:51.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:51.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:51.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:52.517 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:52.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:52.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:52.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:52.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:52 smithi022 bash[28554]: cluster 2023-12-07T14:51:51.360203+0000 mgr.a (mgr.24293) 12088 : cluster 0 pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:52 smithi044 bash[32620]: cluster 2023-12-07T14:51:51.360203+0000 mgr.a (mgr.24293) 12088 : cluster 0 pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:52 smithi027 bash[31536]: cluster 2023-12-07T14:51:51.360203+0000 mgr.a (mgr.24293) 12088 : cluster 0 pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:53 smithi022 bash[28554]: audit 2023-12-07T14:51:51.959553+0000 mgr.a (mgr.24293) 12089 : audit 0 from='client.244365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:53 smithi044 bash[32620]: audit 2023-12-07T14:51:51.959553+0000 mgr.a (mgr.24293) 12089 : audit 0 from='client.244365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:53 smithi027 bash[31536]: audit 2023-12-07T14:51:51.959553+0000 mgr.a (mgr.24293) 12089 : audit 0 from='client.244365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:54 smithi027 bash[31536]: cluster 2023-12-07T14:51:53.360928+0000 mgr.a (mgr.24293) 12090 : cluster 0 pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:51:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:54 smithi044 bash[32620]: cluster 2023-12-07T14:51:53.360928+0000 mgr.a (mgr.24293) 12090 : cluster 0 pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:51:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:54 smithi022 bash[28554]: cluster 2023-12-07T14:51:53.360928+0000 mgr.a (mgr.24293) 12090 : cluster 0 pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:51:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:56 smithi027 bash[31536]: cluster 2023-12-07T14:51:55.361794+0000 mgr.a (mgr.24293) 12091 : cluster 0 pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:51:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:56 smithi044 bash[32620]: cluster 2023-12-07T14:51:55.361794+0000 mgr.a (mgr.24293) 12091 : cluster 0 pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:51:56.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:56 smithi022 bash[28554]: cluster 2023-12-07T14:51:55.361794+0000 mgr.a (mgr.24293) 12091 : cluster 0 pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:51:57.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:51:57.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:57.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:58.453 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:51:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:51:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:58 smithi027 bash[31536]: cluster 2023-12-07T14:51:57.362368+0000 mgr.a (mgr.24293) 12092 : cluster 0 pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:58 smithi022 bash[28554]: cluster 2023-12-07T14:51:57.362368+0000 mgr.a (mgr.24293) 12092 : cluster 0 pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:58 smithi044 bash[32620]: cluster 2023-12-07T14:51:57.362368+0000 mgr.a (mgr.24293) 12092 : cluster 0 pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:59.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:51:59 smithi027 bash[31536]: audit 2023-12-07T14:51:57.931046+0000 mgr.a (mgr.24293) 12093 : audit 0 from='client.244437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:51:59 smithi044 bash[32620]: audit 2023-12-07T14:51:57.931046+0000 mgr.a (mgr.24293) 12093 : audit 0 from='client.244437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:51:59 smithi022 bash[28554]: audit 2023-12-07T14:51:57.931046+0000 mgr.a (mgr.24293) 12093 : audit 0 from='client.244437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:00 smithi027 bash[31536]: cluster 2023-12-07T14:51:59.363063+0000 mgr.a (mgr.24293) 12094 : 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-07T14:52:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:00 smithi022 bash[28554]: cluster 2023-12-07T14:51:59.363063+0000 mgr.a (mgr.24293) 12094 : 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-07T14:52:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:00 smithi044 bash[32620]: cluster 2023-12-07T14:51:59.363063+0000 mgr.a (mgr.24293) 12094 : 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-07T14:52:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:02 smithi027 bash[31536]: cluster 2023-12-07T14:52:01.363914+0000 mgr.a (mgr.24293) 12095 : 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-07T14:52:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:02 smithi044 bash[32620]: cluster 2023-12-07T14:52:01.363914+0000 mgr.a (mgr.24293) 12095 : 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-07T14:52:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:02 smithi022 bash[28554]: cluster 2023-12-07T14:52:01.363914+0000 mgr.a (mgr.24293) 12095 : 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-07T14:52:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:04.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:04.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:04.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:04.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:04.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:04 smithi027 bash[31536]: cluster 2023-12-07T14:52:03.364526+0000 mgr.a (mgr.24293) 12096 : 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-07T14:52:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:04 smithi022 bash[28554]: cluster 2023-12-07T14:52:03.364526+0000 mgr.a (mgr.24293) 12096 : 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-07T14:52:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:04 smithi044 bash[32620]: cluster 2023-12-07T14:52:03.364526+0000 mgr.a (mgr.24293) 12096 : 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-07T14:52:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:05 smithi044 bash[32620]: audit 2023-12-07T14:52:03.868563+0000 mgr.a (mgr.24293) 12097 : audit 0 from='client.244509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:05 smithi044 bash[32620]: audit 2023-12-07T14:52:04.624186+0000 mon.a (mon.0) 2119 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:52:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:05 smithi022 bash[28554]: audit 2023-12-07T14:52:03.868563+0000 mgr.a (mgr.24293) 12097 : audit 0 from='client.244509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:05 smithi022 bash[28554]: audit 2023-12-07T14:52:04.624186+0000 mon.a (mon.0) 2119 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:52:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:05 smithi027 bash[31536]: audit 2023-12-07T14:52:03.868563+0000 mgr.a (mgr.24293) 12097 : audit 0 from='client.244509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:05 smithi027 bash[31536]: audit 2023-12-07T14:52:04.624186+0000 mon.a (mon.0) 2119 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:52:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:06 smithi044 bash[32620]: cluster 2023-12-07T14:52:05.365429+0000 mgr.a (mgr.24293) 12098 : cluster 0 pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:06 smithi022 bash[28554]: cluster 2023-12-07T14:52:05.365429+0000 mgr.a (mgr.24293) 12098 : cluster 0 pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:06 smithi027 bash[31536]: cluster 2023-12-07T14:52:05.365429+0000 mgr.a (mgr.24293) 12098 : cluster 0 pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:07 smithi044 bash[32620]: cluster 2023-12-07T14:52:07.366154+0000 mgr.a (mgr.24293) 12099 : cluster 0 pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:07 smithi022 bash[28554]: cluster 2023-12-07T14:52:07.366154+0000 mgr.a (mgr.24293) 12099 : cluster 0 pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:07.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:07 smithi027 bash[31536]: cluster 2023-12-07T14:52:07.366154+0000 mgr.a (mgr.24293) 12099 : cluster 0 pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:09.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:09.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:09.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:10.372 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:10 smithi044 bash[32620]: cluster 2023-12-07T14:52:09.366775+0000 mgr.a (mgr.24293) 12100 : cluster 0 pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:10.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:10.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:10.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:10.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:10.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:10 smithi022 bash[28554]: cluster 2023-12-07T14:52:09.366775+0000 mgr.a (mgr.24293) 12100 : cluster 0 pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:10 smithi027 bash[31536]: cluster 2023-12-07T14:52:09.366775+0000 mgr.a (mgr.24293) 12100 : cluster 0 pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:11 smithi044 bash[32620]: audit 2023-12-07T14:52:09.810555+0000 mgr.a (mgr.24293) 12101 : audit 0 from='client.244587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:11 smithi022 bash[28554]: audit 2023-12-07T14:52:09.810555+0000 mgr.a (mgr.24293) 12101 : audit 0 from='client.244587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:11 smithi027 bash[31536]: audit 2023-12-07T14:52:09.810555+0000 mgr.a (mgr.24293) 12101 : audit 0 from='client.244587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:12.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:12 smithi022 bash[28554]: cluster 2023-12-07T14:52:11.367752+0000 mgr.a (mgr.24293) 12102 : cluster 0 pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:52:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:12 smithi044 bash[32620]: cluster 2023-12-07T14:52:11.367752+0000 mgr.a (mgr.24293) 12102 : cluster 0 pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:52:12.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:12 smithi027 bash[31536]: cluster 2023-12-07T14:52:11.367752+0000 mgr.a (mgr.24293) 12102 : cluster 0 pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:52:14.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:14 smithi022 bash[28554]: cluster 2023-12-07T14:52:13.368342+0000 mgr.a (mgr.24293) 12103 : cluster 0 pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:52:14.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:14 smithi044 bash[32620]: cluster 2023-12-07T14:52:13.368342+0000 mgr.a (mgr.24293) 12103 : cluster 0 pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:52:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:14 smithi027 bash[31536]: cluster 2023-12-07T14:52:13.368342+0000 mgr.a (mgr.24293) 12103 : cluster 0 pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:52:15.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:15.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:15.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:16.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:16.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:16.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:16.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:16.301 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:16 smithi022 bash[28554]: cluster 2023-12-07T14:52:15.369065+0000 mgr.a (mgr.24293) 12104 : cluster 0 pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:16 smithi022 bash[28554]: audit 2023-12-07T14:52:15.407655+0000 mon.a (mon.0) 2120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:16 smithi022 bash[28554]: audit 2023-12-07T14:52:15.414763+0000 mon.a (mon.0) 2121 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:16 smithi022 bash[28554]: audit 2023-12-07T14:52:15.416383+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:52:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:16 smithi022 bash[28554]: audit 2023-12-07T14:52:15.417978+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:52:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:16 smithi022 bash[28554]: audit 2023-12-07T14:52:15.426416+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:16 smithi044 bash[32620]: cluster 2023-12-07T14:52:15.369065+0000 mgr.a (mgr.24293) 12104 : cluster 0 pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:16 smithi044 bash[32620]: audit 2023-12-07T14:52:15.407655+0000 mon.a (mon.0) 2120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:16 smithi044 bash[32620]: audit 2023-12-07T14:52:15.414763+0000 mon.a (mon.0) 2121 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:16 smithi044 bash[32620]: audit 2023-12-07T14:52:15.416383+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:52:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:16 smithi044 bash[32620]: audit 2023-12-07T14:52:15.417978+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:52:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:16 smithi044 bash[32620]: audit 2023-12-07T14:52:15.426416+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:16 smithi027 bash[31536]: cluster 2023-12-07T14:52:15.369065+0000 mgr.a (mgr.24293) 12104 : cluster 0 pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:16 smithi027 bash[31536]: audit 2023-12-07T14:52:15.407655+0000 mon.a (mon.0) 2120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:16 smithi027 bash[31536]: audit 2023-12-07T14:52:15.414763+0000 mon.a (mon.0) 2121 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:16 smithi027 bash[31536]: audit 2023-12-07T14:52:15.416383+0000 mon.a (mon.0) 2122 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:52:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:16 smithi027 bash[31536]: audit 2023-12-07T14:52:15.417978+0000 mon.a (mon.0) 2123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:52:16.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:16 smithi027 bash[31536]: audit 2023-12-07T14:52:15.426416+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:52:17.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:17 smithi044 bash[32620]: audit 2023-12-07T14:52:15.794731+0000 mgr.a (mgr.24293) 12105 : audit 0 from='client.244662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:17.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:17 smithi022 bash[28554]: audit 2023-12-07T14:52:15.794731+0000 mgr.a (mgr.24293) 12105 : audit 0 from='client.244662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:17 smithi027 bash[31536]: audit 2023-12-07T14:52:15.794731+0000 mgr.a (mgr.24293) 12105 : audit 0 from='client.244662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:18 smithi022 bash[28554]: cluster 2023-12-07T14:52:17.369742+0000 mgr.a (mgr.24293) 12106 : cluster 0 pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:18.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:18 smithi044 bash[32620]: cluster 2023-12-07T14:52:17.369742+0000 mgr.a (mgr.24293) 12106 : cluster 0 pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:18 smithi027 bash[31536]: cluster 2023-12-07T14:52:17.369742+0000 mgr.a (mgr.24293) 12106 : cluster 0 pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:20 smithi022 bash[28554]: cluster 2023-12-07T14:52:19.370319+0000 mgr.a (mgr.24293) 12107 : cluster 0 pgmap v9050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:20 smithi044 bash[32620]: cluster 2023-12-07T14:52:19.370319+0000 mgr.a (mgr.24293) 12107 : cluster 0 pgmap v9050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:20 smithi027 bash[31536]: cluster 2023-12-07T14:52:19.370319+0000 mgr.a (mgr.24293) 12107 : cluster 0 pgmap v9050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:21.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:21.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:21.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:22.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:22.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:22.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:22.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:22.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:22 smithi027 bash[31536]: cluster 2023-12-07T14:52:21.371126+0000 mgr.a (mgr.24293) 12108 : cluster 0 pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:22 smithi044 bash[32620]: cluster 2023-12-07T14:52:21.371126+0000 mgr.a (mgr.24293) 12108 : cluster 0 pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:22.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:22 smithi022 bash[28554]: cluster 2023-12-07T14:52:21.371126+0000 mgr.a (mgr.24293) 12108 : cluster 0 pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:23 smithi027 bash[31536]: audit 2023-12-07T14:52:21.712948+0000 mgr.a (mgr.24293) 12109 : audit 0 from='client.244737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:23 smithi044 bash[32620]: audit 2023-12-07T14:52:21.712948+0000 mgr.a (mgr.24293) 12109 : audit 0 from='client.244737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:23 smithi022 bash[28554]: audit 2023-12-07T14:52:21.712948+0000 mgr.a (mgr.24293) 12109 : audit 0 from='client.244737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:24 smithi027 bash[31536]: cluster 2023-12-07T14:52:23.371850+0000 mgr.a (mgr.24293) 12110 : cluster 0 pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:52:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:24 smithi044 bash[32620]: cluster 2023-12-07T14:52:23.371850+0000 mgr.a (mgr.24293) 12110 : cluster 0 pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:52:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:24 smithi022 bash[28554]: cluster 2023-12-07T14:52:23.371850+0000 mgr.a (mgr.24293) 12110 : cluster 0 pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:52:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:26 smithi027 bash[31536]: cluster 2023-12-07T14:52:25.372647+0000 mgr.a (mgr.24293) 12111 : cluster 0 pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:52:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:26 smithi022 bash[28554]: cluster 2023-12-07T14:52:25.372647+0000 mgr.a (mgr.24293) 12111 : cluster 0 pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:52:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:26 smithi044 bash[32620]: cluster 2023-12-07T14:52:25.372647+0000 mgr.a (mgr.24293) 12111 : cluster 0 pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:52:27.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:27.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:27.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:28.178 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:28.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:28.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:28.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:28.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:28 smithi027 bash[31536]: cluster 2023-12-07T14:52:27.372978+0000 mgr.a (mgr.24293) 12112 : cluster 0 pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:28 smithi022 bash[28554]: cluster 2023-12-07T14:52:27.372978+0000 mgr.a (mgr.24293) 12112 : cluster 0 pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:28 smithi044 bash[32620]: cluster 2023-12-07T14:52:27.372978+0000 mgr.a (mgr.24293) 12112 : cluster 0 pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:29 smithi027 bash[31536]: audit 2023-12-07T14:52:27.647621+0000 mgr.a (mgr.24293) 12113 : audit 0 from='client.244815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:29 smithi044 bash[32620]: audit 2023-12-07T14:52:27.647621+0000 mgr.a (mgr.24293) 12113 : audit 0 from='client.244815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:29 smithi022 bash[28554]: audit 2023-12-07T14:52:27.647621+0000 mgr.a (mgr.24293) 12113 : audit 0 from='client.244815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:30 smithi022 bash[28554]: cluster 2023-12-07T14:52:29.373610+0000 mgr.a (mgr.24293) 12114 : 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-07T14:52:30.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:30 smithi044 bash[32620]: cluster 2023-12-07T14:52:29.373610+0000 mgr.a (mgr.24293) 12114 : 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-07T14:52:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:30 smithi027 bash[31536]: cluster 2023-12-07T14:52:29.373610+0000 mgr.a (mgr.24293) 12114 : 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-07T14:52:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:32 smithi022 bash[28554]: cluster 2023-12-07T14:52:31.374457+0000 mgr.a (mgr.24293) 12115 : 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-07T14:52:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:32 smithi044 bash[32620]: cluster 2023-12-07T14:52:31.374457+0000 mgr.a (mgr.24293) 12115 : 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-07T14:52:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:32 smithi027 bash[31536]: cluster 2023-12-07T14:52:31.374457+0000 mgr.a (mgr.24293) 12115 : 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-07T14:52:33.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:33.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:33.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:34.114 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:34.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:34.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:34.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:34.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:34 smithi044 bash[32620]: cluster 2023-12-07T14:52:33.374986+0000 mgr.a (mgr.24293) 12116 : 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-07T14:52:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:34 smithi022 bash[28554]: cluster 2023-12-07T14:52:33.374986+0000 mgr.a (mgr.24293) 12116 : 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-07T14:52:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:34 smithi027 bash[31536]: cluster 2023-12-07T14:52:33.374986+0000 mgr.a (mgr.24293) 12116 : 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-07T14:52:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:35 smithi022 bash[28554]: audit 2023-12-07T14:52:33.597429+0000 mgr.a (mgr.24293) 12117 : audit 0 from='client.244890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:35.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:35 smithi044 bash[32620]: audit 2023-12-07T14:52:33.597429+0000 mgr.a (mgr.24293) 12117 : audit 0 from='client.244890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:35 smithi027 bash[31536]: audit 2023-12-07T14:52:33.597429+0000 mgr.a (mgr.24293) 12117 : audit 0 from='client.244890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:36 smithi022 bash[28554]: cluster 2023-12-07T14:52:35.375862+0000 mgr.a (mgr.24293) 12118 : cluster 0 pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:36 smithi044 bash[32620]: cluster 2023-12-07T14:52:35.375862+0000 mgr.a (mgr.24293) 12118 : cluster 0 pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:36 smithi027 bash[31536]: cluster 2023-12-07T14:52:35.375862+0000 mgr.a (mgr.24293) 12118 : cluster 0 pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:37 smithi022 bash[28554]: cluster 2023-12-07T14:52:37.376538+0000 mgr.a (mgr.24293) 12119 : cluster 0 pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:37 smithi044 bash[32620]: cluster 2023-12-07T14:52:37.376538+0000 mgr.a (mgr.24293) 12119 : cluster 0 pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:37 smithi027 bash[31536]: cluster 2023-12-07T14:52:37.376538+0000 mgr.a (mgr.24293) 12119 : cluster 0 pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:39.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:39.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:39.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:40.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:40.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:40.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:40.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:40.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:40 smithi022 bash[28554]: cluster 2023-12-07T14:52:39.377138+0000 mgr.a (mgr.24293) 12120 : 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-07T14:52:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:40 smithi044 bash[32620]: cluster 2023-12-07T14:52:39.377138+0000 mgr.a (mgr.24293) 12120 : 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-07T14:52:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:40 smithi027 bash[31536]: cluster 2023-12-07T14:52:39.377138+0000 mgr.a (mgr.24293) 12120 : 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-07T14:52:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:41 smithi044 bash[32620]: audit 2023-12-07T14:52:39.520189+0000 mgr.a (mgr.24293) 12121 : audit 0 from='client.244962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:41 smithi022 bash[28554]: audit 2023-12-07T14:52:39.520189+0000 mgr.a (mgr.24293) 12121 : audit 0 from='client.244962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:41 smithi027 bash[31536]: audit 2023-12-07T14:52:39.520189+0000 mgr.a (mgr.24293) 12121 : audit 0 from='client.244962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:42 smithi022 bash[28554]: cluster 2023-12-07T14:52:41.378088+0000 mgr.a (mgr.24293) 12122 : cluster 0 pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:42.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:42 smithi044 bash[32620]: cluster 2023-12-07T14:52:41.378088+0000 mgr.a (mgr.24293) 12122 : cluster 0 pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:42 smithi027 bash[31536]: cluster 2023-12-07T14:52:41.378088+0000 mgr.a (mgr.24293) 12122 : cluster 0 pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:44 smithi027 bash[31536]: cluster 2023-12-07T14:52:43.378623+0000 mgr.a (mgr.24293) 12123 : cluster 0 pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:44 smithi022 bash[28554]: cluster 2023-12-07T14:52:43.378623+0000 mgr.a (mgr.24293) 12123 : cluster 0 pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:44 smithi044 bash[32620]: cluster 2023-12-07T14:52:43.378623+0000 mgr.a (mgr.24293) 12123 : cluster 0 pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:45.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:45.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:45.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:45.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:45.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:45.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:45.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:45.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:46 smithi027 bash[31536]: cluster 2023-12-07T14:52:45.379305+0000 mgr.a (mgr.24293) 12124 : cluster 0 pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:46 smithi022 bash[28554]: cluster 2023-12-07T14:52:45.379305+0000 mgr.a (mgr.24293) 12124 : cluster 0 pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:46 smithi044 bash[32620]: cluster 2023-12-07T14:52:45.379305+0000 mgr.a (mgr.24293) 12124 : cluster 0 pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:47 smithi027 bash[31536]: audit 2023-12-07T14:52:45.476238+0000 mgr.a (mgr.24293) 12125 : audit 0 from='client.245037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:47 smithi022 bash[28554]: audit 2023-12-07T14:52:45.476238+0000 mgr.a (mgr.24293) 12125 : audit 0 from='client.245037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:47 smithi044 bash[32620]: audit 2023-12-07T14:52:45.476238+0000 mgr.a (mgr.24293) 12125 : audit 0 from='client.245037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:48 smithi027 bash[31536]: cluster 2023-12-07T14:52:47.379968+0000 mgr.a (mgr.24293) 12126 : cluster 0 pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:48 smithi022 bash[28554]: cluster 2023-12-07T14:52:47.379968+0000 mgr.a (mgr.24293) 12126 : cluster 0 pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:48 smithi044 bash[32620]: cluster 2023-12-07T14:52:47.379968+0000 mgr.a (mgr.24293) 12126 : cluster 0 pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:50 smithi022 bash[28554]: cluster 2023-12-07T14:52:49.380506+0000 mgr.a (mgr.24293) 12127 : 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-07T14:52:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:50 smithi044 bash[32620]: cluster 2023-12-07T14:52:49.380506+0000 mgr.a (mgr.24293) 12127 : 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-07T14:52:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:50 smithi027 bash[31536]: cluster 2023-12-07T14:52:49.380506+0000 mgr.a (mgr.24293) 12127 : 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-07T14:52:50.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:50.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:50.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:51.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:51.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:51.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:51.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:51.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:52 smithi027 bash[31536]: cluster 2023-12-07T14:52:51.381055+0000 mgr.a (mgr.24293) 12128 : 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-07T14:52:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:52 smithi027 bash[31536]: audit 2023-12-07T14:52:51.405200+0000 mgr.a (mgr.24293) 12129 : audit 0 from='client.245115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:52 smithi022 bash[28554]: cluster 2023-12-07T14:52:51.381055+0000 mgr.a (mgr.24293) 12128 : 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-07T14:52:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:52 smithi022 bash[28554]: audit 2023-12-07T14:52:51.405200+0000 mgr.a (mgr.24293) 12129 : audit 0 from='client.245115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:52 smithi044 bash[32620]: cluster 2023-12-07T14:52:51.381055+0000 mgr.a (mgr.24293) 12128 : 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-07T14:52:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:52 smithi044 bash[32620]: audit 2023-12-07T14:52:51.405200+0000 mgr.a (mgr.24293) 12129 : audit 0 from='client.245115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:54 smithi027 bash[31536]: cluster 2023-12-07T14:52:53.381677+0000 mgr.a (mgr.24293) 12130 : cluster 0 pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:54 smithi022 bash[28554]: cluster 2023-12-07T14:52:53.381677+0000 mgr.a (mgr.24293) 12130 : cluster 0 pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:54 smithi044 bash[32620]: cluster 2023-12-07T14:52:53.381677+0000 mgr.a (mgr.24293) 12130 : cluster 0 pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:56 smithi027 bash[31536]: cluster 2023-12-07T14:52:55.382505+0000 mgr.a (mgr.24293) 12131 : 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-07T14:52:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:56 smithi022 bash[28554]: cluster 2023-12-07T14:52:55.382505+0000 mgr.a (mgr.24293) 12131 : 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-07T14:52:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:56 smithi044 bash[32620]: cluster 2023-12-07T14:52:55.382505+0000 mgr.a (mgr.24293) 12131 : 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-07T14:52:56.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:52:56.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:56.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:57.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:52:57.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:57.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:57.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:57.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:52:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:58 smithi022 bash[28554]: audit 2023-12-07T14:52:57.368219+0000 mgr.a (mgr.24293) 12132 : audit 0 from='client.245193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:52:58 smithi022 bash[28554]: cluster 2023-12-07T14:52:57.384036+0000 mgr.a (mgr.24293) 12133 : cluster 0 pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:58 smithi044 bash[32620]: audit 2023-12-07T14:52:57.368219+0000 mgr.a (mgr.24293) 12132 : audit 0 from='client.245193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:52:58 smithi044 bash[32620]: cluster 2023-12-07T14:52:57.384036+0000 mgr.a (mgr.24293) 12133 : cluster 0 pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:58.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:58 smithi027 bash[31536]: audit 2023-12-07T14:52:57.368219+0000 mgr.a (mgr.24293) 12132 : audit 0 from='client.245193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:58.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:52:58 smithi027 bash[31536]: cluster 2023-12-07T14:52:57.384036+0000 mgr.a (mgr.24293) 12133 : cluster 0 pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:00 smithi022 bash[28554]: cluster 2023-12-07T14:52:59.384875+0000 mgr.a (mgr.24293) 12134 : 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-07T14:53:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:00 smithi044 bash[32620]: cluster 2023-12-07T14:52:59.384875+0000 mgr.a (mgr.24293) 12134 : 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-07T14:53:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:00 smithi027 bash[31536]: cluster 2023-12-07T14:52:59.384875+0000 mgr.a (mgr.24293) 12134 : 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-07T14:53:02.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:02 smithi027 bash[31536]: cluster 2023-12-07T14:53:01.385686+0000 mgr.a (mgr.24293) 12135 : 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-07T14:53:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:02.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:02 smithi022 bash[28554]: cluster 2023-12-07T14:53:01.385686+0000 mgr.a (mgr.24293) 12135 : 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-07T14:53:02.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:02 smithi044 bash[32620]: cluster 2023-12-07T14:53:01.385686+0000 mgr.a (mgr.24293) 12135 : 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-07T14:53:03.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:03.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:03.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:03.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:03.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:04.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:04 smithi027 bash[31536]: audit 2023-12-07T14:53:03.309638+0000 mgr.a (mgr.24293) 12136 : audit 0 from='client.245268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:04.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:04 smithi027 bash[31536]: cluster 2023-12-07T14:53:03.386213+0000 mgr.a (mgr.24293) 12137 : 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-07T14:53:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:04 smithi022 bash[28554]: audit 2023-12-07T14:53:03.309638+0000 mgr.a (mgr.24293) 12136 : audit 0 from='client.245268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:04 smithi022 bash[28554]: cluster 2023-12-07T14:53:03.386213+0000 mgr.a (mgr.24293) 12137 : 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-07T14:53:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:04 smithi044 bash[32620]: audit 2023-12-07T14:53:03.309638+0000 mgr.a (mgr.24293) 12136 : audit 0 from='client.245268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:04 smithi044 bash[32620]: cluster 2023-12-07T14:53:03.386213+0000 mgr.a (mgr.24293) 12137 : 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-07T14:53:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:06 smithi022 bash[28554]: cluster 2023-12-07T14:53:05.387078+0000 mgr.a (mgr.24293) 12138 : cluster 0 pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:06 smithi044 bash[32620]: cluster 2023-12-07T14:53:05.387078+0000 mgr.a (mgr.24293) 12138 : cluster 0 pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:06 smithi027 bash[31536]: cluster 2023-12-07T14:53:05.387078+0000 mgr.a (mgr.24293) 12138 : cluster 0 pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:08.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:08.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:08.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:08 smithi022 bash[28554]: cluster 2023-12-07T14:53:07.387680+0000 mgr.a (mgr.24293) 12139 : cluster 0 pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:08 smithi044 bash[32620]: cluster 2023-12-07T14:53:07.387680+0000 mgr.a (mgr.24293) 12139 : cluster 0 pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:08 smithi027 bash[31536]: cluster 2023-12-07T14:53:07.387680+0000 mgr.a (mgr.24293) 12139 : cluster 0 pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:09.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:09.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:09.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:09.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:09.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:10.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:10 smithi044 bash[32620]: audit 2023-12-07T14:53:09.255845+0000 mgr.a (mgr.24293) 12140 : audit 0 from='client.245343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:10 smithi044 bash[32620]: cluster 2023-12-07T14:53:09.388320+0000 mgr.a (mgr.24293) 12141 : 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-07T14:53:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:10 smithi022 bash[28554]: audit 2023-12-07T14:53:09.255845+0000 mgr.a (mgr.24293) 12140 : audit 0 from='client.245343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:10 smithi022 bash[28554]: cluster 2023-12-07T14:53:09.388320+0000 mgr.a (mgr.24293) 12141 : 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-07T14:53:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:10 smithi027 bash[31536]: audit 2023-12-07T14:53:09.255845+0000 mgr.a (mgr.24293) 12140 : audit 0 from='client.245343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:10 smithi027 bash[31536]: cluster 2023-12-07T14:53:09.388320+0000 mgr.a (mgr.24293) 12141 : 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-07T14:53:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:12 smithi027 bash[31536]: cluster 2023-12-07T14:53:11.389222+0000 mgr.a (mgr.24293) 12142 : cluster 0 pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:12 smithi022 bash[28554]: cluster 2023-12-07T14:53:11.389222+0000 mgr.a (mgr.24293) 12142 : cluster 0 pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:12 smithi044 bash[32620]: cluster 2023-12-07T14:53:11.389222+0000 mgr.a (mgr.24293) 12142 : cluster 0 pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:14 smithi027 bash[31536]: cluster 2023-12-07T14:53:13.389822+0000 mgr.a (mgr.24293) 12143 : cluster 0 pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:14.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:14.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:14.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:14 smithi022 bash[28554]: cluster 2023-12-07T14:53:13.389822+0000 mgr.a (mgr.24293) 12143 : cluster 0 pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:14 smithi044 bash[32620]: cluster 2023-12-07T14:53:13.389822+0000 mgr.a (mgr.24293) 12143 : cluster 0 pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:15.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:15.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:15.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:15.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:15.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:16 smithi022 bash[28554]: audit 2023-12-07T14:53:15.210877+0000 mgr.a (mgr.24293) 12144 : audit 0 from='client.245415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:16 smithi022 bash[28554]: cluster 2023-12-07T14:53:15.390964+0000 mgr.a (mgr.24293) 12145 : cluster 0 pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:53:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:16 smithi022 bash[28554]: audit 2023-12-07T14:53:15.529707+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:53:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:16 smithi044 bash[32620]: audit 2023-12-07T14:53:15.210877+0000 mgr.a (mgr.24293) 12144 : audit 0 from='client.245415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:16 smithi044 bash[32620]: cluster 2023-12-07T14:53:15.390964+0000 mgr.a (mgr.24293) 12145 : cluster 0 pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:53:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:16 smithi044 bash[32620]: audit 2023-12-07T14:53:15.529707+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:53:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:16 smithi027 bash[31536]: audit 2023-12-07T14:53:15.210877+0000 mgr.a (mgr.24293) 12144 : audit 0 from='client.245415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:16 smithi027 bash[31536]: cluster 2023-12-07T14:53:15.390964+0000 mgr.a (mgr.24293) 12145 : cluster 0 pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:53:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:16 smithi027 bash[31536]: audit 2023-12-07T14:53:15.529707+0000 mon.a (mon.0) 2125 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:53:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:18 smithi044 bash[32620]: cluster 2023-12-07T14:53:17.391686+0000 mgr.a (mgr.24293) 12146 : cluster 0 pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:53:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:18 smithi022 bash[28554]: cluster 2023-12-07T14:53:17.391686+0000 mgr.a (mgr.24293) 12146 : cluster 0 pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:53:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:18 smithi027 bash[31536]: cluster 2023-12-07T14:53:17.391686+0000 mgr.a (mgr.24293) 12146 : cluster 0 pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:53:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:20 smithi022 bash[28554]: cluster 2023-12-07T14:53:19.392226+0000 mgr.a (mgr.24293) 12147 : cluster 0 pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:53:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:20 smithi044 bash[32620]: cluster 2023-12-07T14:53:19.392226+0000 mgr.a (mgr.24293) 12147 : cluster 0 pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:53:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:20 smithi027 bash[31536]: cluster 2023-12-07T14:53:19.392226+0000 mgr.a (mgr.24293) 12147 : cluster 0 pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:53:20.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:20.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:20.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:21.692 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:21.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:21.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:21.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:21.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:20.927045+0000 mon.a (mon.0) 2126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:20.930768+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:20.935154+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:20.939667+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:20.972911+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:20.978188+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: audit 2023-12-07T14:53:21.165511+0000 mgr.a (mgr.24293) 12148 : audit 0 from='client.245493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:21 smithi022 bash[28554]: cluster 2023-12-07T14:53:21.393103+0000 mgr.a (mgr.24293) 12149 : 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-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:20.927045+0000 mon.a (mon.0) 2126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:20.930768+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:20.935154+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:20.939667+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:20.972911+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:20.978188+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: audit 2023-12-07T14:53:21.165511+0000 mgr.a (mgr.24293) 12148 : audit 0 from='client.245493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:21 smithi027 bash[31536]: cluster 2023-12-07T14:53:21.393103+0000 mgr.a (mgr.24293) 12149 : 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-07T14:53:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:20.927045+0000 mon.a (mon.0) 2126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:20.930768+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:20.935154+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:20.939667+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:20.972911+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:20.978188+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: audit 2023-12-07T14:53:21.165511+0000 mgr.a (mgr.24293) 12148 : audit 0 from='client.245493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:21 smithi044 bash[32620]: cluster 2023-12-07T14:53:21.393103+0000 mgr.a (mgr.24293) 12149 : 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-07T14:53:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.228666+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.234476+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.238694+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.241704+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.245399+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.248678+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.250163+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.251656+0000 mon.a (mon.0) 2139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:53:23.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:23 smithi022 bash[28554]: audit 2023-12-07T14:53:22.258867+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.228666+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.234476+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.238694+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.241704+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.245399+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.248678+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.250163+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.251656+0000 mon.a (mon.0) 2139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:53:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:23 smithi044 bash[32620]: audit 2023-12-07T14:53:22.258867+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.228666+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.234476+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.238694+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.241704+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.245399+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.248678+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.250163+0000 mon.a (mon.0) 2138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.251656+0000 mon.a (mon.0) 2139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:53:23.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:23 smithi027 bash[31536]: audit 2023-12-07T14:53:22.258867+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:53:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:24 smithi022 bash[28554]: cluster 2023-12-07T14:53:23.393749+0000 mgr.a (mgr.24293) 12150 : cluster 0 pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:24.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:24 smithi044 bash[32620]: cluster 2023-12-07T14:53:23.393749+0000 mgr.a (mgr.24293) 12150 : cluster 0 pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:24 smithi027 bash[31536]: cluster 2023-12-07T14:53:23.393749+0000 mgr.a (mgr.24293) 12150 : cluster 0 pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:26.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:26.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:26.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:26 smithi022 bash[28554]: cluster 2023-12-07T14:53:25.394542+0000 mgr.a (mgr.24293) 12151 : cluster 0 pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:26 smithi044 bash[32620]: cluster 2023-12-07T14:53:25.394542+0000 mgr.a (mgr.24293) 12151 : cluster 0 pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:26 smithi027 bash[31536]: cluster 2023-12-07T14:53:25.394542+0000 mgr.a (mgr.24293) 12151 : cluster 0 pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:27.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:27.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:27.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:27.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:27.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:28 smithi022 bash[28554]: audit 2023-12-07T14:53:27.106772+0000 mgr.a (mgr.24293) 12152 : audit 0 from='client.245571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:28 smithi022 bash[28554]: cluster 2023-12-07T14:53:27.395241+0000 mgr.a (mgr.24293) 12153 : cluster 0 pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:53:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:28 smithi044 bash[32620]: audit 2023-12-07T14:53:27.106772+0000 mgr.a (mgr.24293) 12152 : audit 0 from='client.245571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:28 smithi044 bash[32620]: cluster 2023-12-07T14:53:27.395241+0000 mgr.a (mgr.24293) 12153 : cluster 0 pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:53:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:28 smithi027 bash[31536]: audit 2023-12-07T14:53:27.106772+0000 mgr.a (mgr.24293) 12152 : audit 0 from='client.245571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:28 smithi027 bash[31536]: cluster 2023-12-07T14:53:27.395241+0000 mgr.a (mgr.24293) 12153 : cluster 0 pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:53:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:30 smithi044 bash[32620]: cluster 2023-12-07T14:53:29.395955+0000 mgr.a (mgr.24293) 12154 : cluster 0 pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:53:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:30 smithi022 bash[28554]: cluster 2023-12-07T14:53:29.395955+0000 mgr.a (mgr.24293) 12154 : cluster 0 pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:53:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:30 smithi027 bash[31536]: cluster 2023-12-07T14:53:29.395955+0000 mgr.a (mgr.24293) 12154 : cluster 0 pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:53:32.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:32.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:32.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:32 smithi022 bash[28554]: cluster 2023-12-07T14:53:31.396792+0000 mgr.a (mgr.24293) 12155 : cluster 0 pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:53:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:32 smithi044 bash[32620]: cluster 2023-12-07T14:53:31.396792+0000 mgr.a (mgr.24293) 12155 : cluster 0 pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:53:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:32 smithi027 bash[31536]: cluster 2023-12-07T14:53:31.396792+0000 mgr.a (mgr.24293) 12155 : cluster 0 pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:53:33.558 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:33.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:33.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:33.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:33.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:34 smithi022 bash[28554]: audit 2023-12-07T14:53:33.024406+0000 mgr.a (mgr.24293) 12156 : audit 0 from='client.245640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:34 smithi022 bash[28554]: cluster 2023-12-07T14:53:33.397387+0000 mgr.a (mgr.24293) 12157 : 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-07T14:53:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:34 smithi044 bash[32620]: audit 2023-12-07T14:53:33.024406+0000 mgr.a (mgr.24293) 12156 : audit 0 from='client.245640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:34 smithi044 bash[32620]: cluster 2023-12-07T14:53:33.397387+0000 mgr.a (mgr.24293) 12157 : 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-07T14:53:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:34 smithi027 bash[31536]: audit 2023-12-07T14:53:33.024406+0000 mgr.a (mgr.24293) 12156 : audit 0 from='client.245640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:34 smithi027 bash[31536]: cluster 2023-12-07T14:53:33.397387+0000 mgr.a (mgr.24293) 12157 : 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-07T14:53:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:36 smithi022 bash[28554]: cluster 2023-12-07T14:53:35.398307+0000 mgr.a (mgr.24293) 12158 : cluster 0 pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:36 smithi044 bash[32620]: cluster 2023-12-07T14:53:35.398307+0000 mgr.a (mgr.24293) 12158 : cluster 0 pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:36 smithi027 bash[31536]: cluster 2023-12-07T14:53:35.398307+0000 mgr.a (mgr.24293) 12158 : cluster 0 pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:38.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:38.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:38.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:38 smithi022 bash[28554]: cluster 2023-12-07T14:53:37.398899+0000 mgr.a (mgr.24293) 12159 : cluster 0 pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:38 smithi044 bash[32620]: cluster 2023-12-07T14:53:37.398899+0000 mgr.a (mgr.24293) 12159 : cluster 0 pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:38 smithi027 bash[31536]: cluster 2023-12-07T14:53:37.398899+0000 mgr.a (mgr.24293) 12159 : cluster 0 pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:39.507 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:39.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:39.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:39.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:39.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:40 smithi022 bash[28554]: audit 2023-12-07T14:53:38.967182+0000 mgr.a (mgr.24293) 12160 : audit 0 from='client.245712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:40 smithi022 bash[28554]: cluster 2023-12-07T14:53:39.399742+0000 mgr.a (mgr.24293) 12161 : 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-07T14:53:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:40 smithi044 bash[32620]: audit 2023-12-07T14:53:38.967182+0000 mgr.a (mgr.24293) 12160 : audit 0 from='client.245712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:40 smithi044 bash[32620]: cluster 2023-12-07T14:53:39.399742+0000 mgr.a (mgr.24293) 12161 : 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-07T14:53:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:40 smithi027 bash[31536]: audit 2023-12-07T14:53:38.967182+0000 mgr.a (mgr.24293) 12160 : audit 0 from='client.245712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:40.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:40 smithi027 bash[31536]: cluster 2023-12-07T14:53:39.399742+0000 mgr.a (mgr.24293) 12161 : 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-07T14:53:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:42 smithi044 bash[32620]: cluster 2023-12-07T14:53:41.400563+0000 mgr.a (mgr.24293) 12162 : 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-07T14:53:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:42 smithi022 bash[28554]: cluster 2023-12-07T14:53:41.400563+0000 mgr.a (mgr.24293) 12162 : 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-07T14:53:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:42 smithi027 bash[31536]: cluster 2023-12-07T14:53:41.400563+0000 mgr.a (mgr.24293) 12162 : 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-07T14:53:44.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:44.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:44.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:44 smithi022 bash[28554]: cluster 2023-12-07T14:53:43.401104+0000 mgr.a (mgr.24293) 12163 : 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-07T14:53:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:44 smithi044 bash[32620]: cluster 2023-12-07T14:53:43.401104+0000 mgr.a (mgr.24293) 12163 : 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-07T14:53:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:44 smithi027 bash[31536]: cluster 2023-12-07T14:53:43.401104+0000 mgr.a (mgr.24293) 12163 : 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-07T14:53:45.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:45.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:45.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:45.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:45.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:46 smithi022 bash[28554]: audit 2023-12-07T14:53:44.915727+0000 mgr.a (mgr.24293) 12164 : audit 0 from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:46 smithi022 bash[28554]: cluster 2023-12-07T14:53:45.401740+0000 mgr.a (mgr.24293) 12165 : cluster 0 pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:53:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:46 smithi044 bash[32620]: audit 2023-12-07T14:53:44.915727+0000 mgr.a (mgr.24293) 12164 : audit 0 from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:46 smithi044 bash[32620]: cluster 2023-12-07T14:53:45.401740+0000 mgr.a (mgr.24293) 12165 : cluster 0 pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:53:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:46 smithi027 bash[31536]: audit 2023-12-07T14:53:44.915727+0000 mgr.a (mgr.24293) 12164 : audit 0 from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:46 smithi027 bash[31536]: cluster 2023-12-07T14:53:45.401740+0000 mgr.a (mgr.24293) 12165 : cluster 0 pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:53:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:48 smithi044 bash[32620]: cluster 2023-12-07T14:53:47.402125+0000 mgr.a (mgr.24293) 12166 : cluster 0 pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:53:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:48 smithi022 bash[28554]: cluster 2023-12-07T14:53:47.402125+0000 mgr.a (mgr.24293) 12166 : cluster 0 pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:53:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:48 smithi027 bash[31536]: cluster 2023-12-07T14:53:47.402125+0000 mgr.a (mgr.24293) 12166 : cluster 0 pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:53:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:50 smithi022 bash[28554]: cluster 2023-12-07T14:53:49.402659+0000 mgr.a (mgr.24293) 12167 : cluster 0 pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:53:50.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:50 smithi044 bash[32620]: cluster 2023-12-07T14:53:49.402659+0000 mgr.a (mgr.24293) 12167 : cluster 0 pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:53:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:50 smithi027 bash[31536]: cluster 2023-12-07T14:53:49.402659+0000 mgr.a (mgr.24293) 12167 : cluster 0 pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:53:50.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:50.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:50.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:51.360 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:51.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:51.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:51.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:51.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:52 smithi022 bash[28554]: audit 2023-12-07T14:53:50.862381+0000 mgr.a (mgr.24293) 12168 : audit 0 from='client.245862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:52 smithi022 bash[28554]: cluster 2023-12-07T14:53:51.403836+0000 mgr.a (mgr.24293) 12169 : 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-07T14:53:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:52 smithi044 bash[32620]: audit 2023-12-07T14:53:50.862381+0000 mgr.a (mgr.24293) 12168 : audit 0 from='client.245862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:52 smithi044 bash[32620]: cluster 2023-12-07T14:53:51.403836+0000 mgr.a (mgr.24293) 12169 : 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-07T14:53:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:52 smithi027 bash[31536]: audit 2023-12-07T14:53:50.862381+0000 mgr.a (mgr.24293) 12168 : audit 0 from='client.245862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:52 smithi027 bash[31536]: cluster 2023-12-07T14:53:51.403836+0000 mgr.a (mgr.24293) 12169 : 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-07T14:53:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:54 smithi022 bash[28554]: cluster 2023-12-07T14:53:53.404573+0000 mgr.a (mgr.24293) 12170 : 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-07T14:53:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:54 smithi044 bash[32620]: cluster 2023-12-07T14:53:53.404573+0000 mgr.a (mgr.24293) 12170 : 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-07T14:53:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:54 smithi027 bash[31536]: cluster 2023-12-07T14:53:53.404573+0000 mgr.a (mgr.24293) 12170 : 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-07T14:53:56.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:53:56.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:56.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:56 smithi022 bash[28554]: cluster 2023-12-07T14:53:55.405366+0000 mgr.a (mgr.24293) 12171 : cluster 0 pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:56 smithi044 bash[32620]: cluster 2023-12-07T14:53:55.405366+0000 mgr.a (mgr.24293) 12171 : cluster 0 pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:56 smithi027 bash[31536]: cluster 2023-12-07T14:53:55.405366+0000 mgr.a (mgr.24293) 12171 : cluster 0 pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:57.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:53:57.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:57.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:57.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:57.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:53:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:58 smithi022 bash[28554]: audit 2023-12-07T14:53:56.779559+0000 mgr.a (mgr.24293) 12172 : audit 0 from='client.245940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:53:58 smithi022 bash[28554]: cluster 2023-12-07T14:53:57.406079+0000 mgr.a (mgr.24293) 12173 : cluster 0 pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:53:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:58 smithi044 bash[32620]: audit 2023-12-07T14:53:56.779559+0000 mgr.a (mgr.24293) 12172 : audit 0 from='client.245940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:53:58 smithi044 bash[32620]: cluster 2023-12-07T14:53:57.406079+0000 mgr.a (mgr.24293) 12173 : cluster 0 pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:53:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:58 smithi027 bash[31536]: audit 2023-12-07T14:53:56.779559+0000 mgr.a (mgr.24293) 12172 : audit 0 from='client.245940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:53:58 smithi027 bash[31536]: cluster 2023-12-07T14:53:57.406079+0000 mgr.a (mgr.24293) 12173 : cluster 0 pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:00 smithi044 bash[32620]: cluster 2023-12-07T14:53:59.406709+0000 mgr.a (mgr.24293) 12174 : cluster 0 pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:00 smithi022 bash[28554]: cluster 2023-12-07T14:53:59.406709+0000 mgr.a (mgr.24293) 12174 : cluster 0 pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:00 smithi027 bash[31536]: cluster 2023-12-07T14:53:59.406709+0000 mgr.a (mgr.24293) 12174 : cluster 0 pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:02.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:02.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:02.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:02 smithi022 bash[28554]: cluster 2023-12-07T14:54:01.407476+0000 mgr.a (mgr.24293) 12175 : cluster 0 pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:54:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:02 smithi044 bash[32620]: cluster 2023-12-07T14:54:01.407476+0000 mgr.a (mgr.24293) 12175 : cluster 0 pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:54:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:02 smithi027 bash[31536]: cluster 2023-12-07T14:54:01.407476+0000 mgr.a (mgr.24293) 12175 : cluster 0 pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:54:03.227 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:03.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:03.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:03.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:03.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:04 smithi022 bash[28554]: audit 2023-12-07T14:54:02.694562+0000 mgr.a (mgr.24293) 12176 : audit 0 from='client.246015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:04 smithi022 bash[28554]: cluster 2023-12-07T14:54:03.408183+0000 mgr.a (mgr.24293) 12177 : 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-07T14:54:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:04 smithi044 bash[32620]: audit 2023-12-07T14:54:02.694562+0000 mgr.a (mgr.24293) 12176 : audit 0 from='client.246015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:04 smithi044 bash[32620]: cluster 2023-12-07T14:54:03.408183+0000 mgr.a (mgr.24293) 12177 : 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-07T14:54:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:04 smithi027 bash[31536]: audit 2023-12-07T14:54:02.694562+0000 mgr.a (mgr.24293) 12176 : audit 0 from='client.246015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:04 smithi027 bash[31536]: cluster 2023-12-07T14:54:03.408183+0000 mgr.a (mgr.24293) 12177 : 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-07T14:54:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:06 smithi022 bash[28554]: cluster 2023-12-07T14:54:05.409022+0000 mgr.a (mgr.24293) 12178 : cluster 0 pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:06 smithi044 bash[32620]: cluster 2023-12-07T14:54:05.409022+0000 mgr.a (mgr.24293) 12178 : cluster 0 pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:06 smithi027 bash[31536]: cluster 2023-12-07T14:54:05.409022+0000 mgr.a (mgr.24293) 12178 : cluster 0 pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:08.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:08.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:08.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:08 smithi022 bash[28554]: cluster 2023-12-07T14:54:07.409580+0000 mgr.a (mgr.24293) 12179 : cluster 0 pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:08 smithi044 bash[32620]: cluster 2023-12-07T14:54:07.409580+0000 mgr.a (mgr.24293) 12179 : cluster 0 pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:08 smithi027 bash[31536]: cluster 2023-12-07T14:54:07.409580+0000 mgr.a (mgr.24293) 12179 : cluster 0 pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:09.189 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:09.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:09.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:09.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:09.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:10 smithi022 bash[28554]: audit 2023-12-07T14:54:08.642145+0000 mgr.a (mgr.24293) 12180 : audit 0 from='client.246087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:10 smithi022 bash[28554]: cluster 2023-12-07T14:54:09.410314+0000 mgr.a (mgr.24293) 12181 : 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-07T14:54:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:10 smithi044 bash[32620]: audit 2023-12-07T14:54:08.642145+0000 mgr.a (mgr.24293) 12180 : audit 0 from='client.246087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:10 smithi044 bash[32620]: cluster 2023-12-07T14:54:09.410314+0000 mgr.a (mgr.24293) 12181 : 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-07T14:54:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:10 smithi027 bash[31536]: audit 2023-12-07T14:54:08.642145+0000 mgr.a (mgr.24293) 12180 : audit 0 from='client.246087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:10 smithi027 bash[31536]: cluster 2023-12-07T14:54:09.410314+0000 mgr.a (mgr.24293) 12181 : 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-07T14:54:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:12 smithi022 bash[28554]: cluster 2023-12-07T14:54:11.411166+0000 mgr.a (mgr.24293) 12182 : 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-07T14:54:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:12 smithi044 bash[32620]: cluster 2023-12-07T14:54:11.411166+0000 mgr.a (mgr.24293) 12182 : 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-07T14:54:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:12 smithi027 bash[31536]: cluster 2023-12-07T14:54:11.411166+0000 mgr.a (mgr.24293) 12182 : 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-07T14:54:14.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:14.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:14.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:14 smithi022 bash[28554]: cluster 2023-12-07T14:54:13.411759+0000 mgr.a (mgr.24293) 12183 : 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-07T14:54:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:14 smithi044 bash[32620]: cluster 2023-12-07T14:54:13.411759+0000 mgr.a (mgr.24293) 12183 : 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-07T14:54:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:14 smithi027 bash[31536]: cluster 2023-12-07T14:54:13.411759+0000 mgr.a (mgr.24293) 12183 : 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-07T14:54:15.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:15.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:15.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:15.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:15.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:16 smithi044 bash[32620]: audit 2023-12-07T14:54:14.600629+0000 mgr.a (mgr.24293) 12184 : audit 0 from='client.246162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:16 smithi044 bash[32620]: cluster 2023-12-07T14:54:15.412675+0000 mgr.a (mgr.24293) 12185 : cluster 0 pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:16 smithi022 bash[28554]: audit 2023-12-07T14:54:14.600629+0000 mgr.a (mgr.24293) 12184 : audit 0 from='client.246162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:16 smithi022 bash[28554]: cluster 2023-12-07T14:54:15.412675+0000 mgr.a (mgr.24293) 12185 : cluster 0 pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:16 smithi027 bash[31536]: audit 2023-12-07T14:54:14.600629+0000 mgr.a (mgr.24293) 12184 : audit 0 from='client.246162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:16 smithi027 bash[31536]: cluster 2023-12-07T14:54:15.412675+0000 mgr.a (mgr.24293) 12185 : cluster 0 pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:18.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:18 smithi044 bash[32620]: cluster 2023-12-07T14:54:17.413256+0000 mgr.a (mgr.24293) 12186 : cluster 0 pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:18 smithi022 bash[28554]: cluster 2023-12-07T14:54:17.413256+0000 mgr.a (mgr.24293) 12186 : cluster 0 pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:18 smithi027 bash[31536]: cluster 2023-12-07T14:54:17.413256+0000 mgr.a (mgr.24293) 12186 : cluster 0 pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:20.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:20.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:20.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:20 smithi022 bash[28554]: cluster 2023-12-07T14:54:19.413822+0000 mgr.a (mgr.24293) 12187 : cluster 0 pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:20 smithi044 bash[32620]: cluster 2023-12-07T14:54:19.413822+0000 mgr.a (mgr.24293) 12187 : cluster 0 pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:20 smithi027 bash[31536]: cluster 2023-12-07T14:54:19.413822+0000 mgr.a (mgr.24293) 12187 : cluster 0 pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:21.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:21.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:21.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:21.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:22 smithi022 bash[28554]: audit 2023-12-07T14:54:20.552299+0000 mgr.a (mgr.24293) 12188 : audit 0 from='client.246231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:22 smithi022 bash[28554]: cluster 2023-12-07T14:54:21.414911+0000 mgr.a (mgr.24293) 12189 : 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-07T14:54:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:22 smithi022 bash[28554]: audit 2023-12-07T14:54:22.361884+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:54:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:22 smithi044 bash[32620]: audit 2023-12-07T14:54:20.552299+0000 mgr.a (mgr.24293) 12188 : audit 0 from='client.246231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:22 smithi044 bash[32620]: cluster 2023-12-07T14:54:21.414911+0000 mgr.a (mgr.24293) 12189 : 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-07T14:54:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:22 smithi044 bash[32620]: audit 2023-12-07T14:54:22.361884+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:54:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:22 smithi027 bash[31536]: audit 2023-12-07T14:54:20.552299+0000 mgr.a (mgr.24293) 12188 : audit 0 from='client.246231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:22 smithi027 bash[31536]: cluster 2023-12-07T14:54:21.414911+0000 mgr.a (mgr.24293) 12189 : 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-07T14:54:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:22 smithi027 bash[31536]: audit 2023-12-07T14:54:22.361884+0000 mon.a (mon.0) 2141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:54:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:23 smithi044 bash[32620]: audit 2023-12-07T14:54:23.101540+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:54:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:23 smithi044 bash[32620]: audit 2023-12-07T14:54:23.103438+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:54:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:23 smithi044 bash[32620]: audit 2023-12-07T14:54:23.113571+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:54:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:23 smithi022 bash[28554]: audit 2023-12-07T14:54:23.101540+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:54:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:23 smithi022 bash[28554]: audit 2023-12-07T14:54:23.103438+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:54:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:23 smithi022 bash[28554]: audit 2023-12-07T14:54:23.113571+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:54:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:23 smithi027 bash[31536]: audit 2023-12-07T14:54:23.101540+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:54:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:23 smithi027 bash[31536]: audit 2023-12-07T14:54:23.103438+0000 mon.a (mon.0) 2143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:54:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:23 smithi027 bash[31536]: audit 2023-12-07T14:54:23.113571+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:54:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:24 smithi044 bash[32620]: cluster 2023-12-07T14:54:23.415529+0000 mgr.a (mgr.24293) 12190 : 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-07T14:54:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:24 smithi022 bash[28554]: cluster 2023-12-07T14:54:23.415529+0000 mgr.a (mgr.24293) 12190 : 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-07T14:54:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:24 smithi027 bash[31536]: cluster 2023-12-07T14:54:23.415529+0000 mgr.a (mgr.24293) 12190 : 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-07T14:54:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:26 smithi022 bash[28554]: cluster 2023-12-07T14:54:25.416307+0000 mgr.a (mgr.24293) 12191 : cluster 0 pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:26 smithi044 bash[32620]: cluster 2023-12-07T14:54:25.416307+0000 mgr.a (mgr.24293) 12191 : cluster 0 pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:26 smithi027 bash[31536]: cluster 2023-12-07T14:54:25.416307+0000 mgr.a (mgr.24293) 12191 : cluster 0 pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:26.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:26.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:26.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:26.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:26.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:28 smithi022 bash[28554]: audit 2023-12-07T14:54:26.498622+0000 mgr.a (mgr.24293) 12192 : audit 0 from='client.199895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:28 smithi022 bash[28554]: cluster 2023-12-07T14:54:27.416959+0000 mgr.a (mgr.24293) 12193 : cluster 0 pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:28 smithi044 bash[32620]: audit 2023-12-07T14:54:26.498622+0000 mgr.a (mgr.24293) 12192 : audit 0 from='client.199895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:28 smithi044 bash[32620]: cluster 2023-12-07T14:54:27.416959+0000 mgr.a (mgr.24293) 12193 : cluster 0 pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:28 smithi027 bash[31536]: audit 2023-12-07T14:54:26.498622+0000 mgr.a (mgr.24293) 12192 : audit 0 from='client.199895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:28 smithi027 bash[31536]: cluster 2023-12-07T14:54:27.416959+0000 mgr.a (mgr.24293) 12193 : cluster 0 pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:30 smithi022 bash[28554]: cluster 2023-12-07T14:54:29.417513+0000 mgr.a (mgr.24293) 12194 : cluster 0 pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:30 smithi044 bash[32620]: cluster 2023-12-07T14:54:29.417513+0000 mgr.a (mgr.24293) 12194 : cluster 0 pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:30 smithi027 bash[31536]: cluster 2023-12-07T14:54:29.417513+0000 mgr.a (mgr.24293) 12194 : cluster 0 pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:31.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:31.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:31.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:32 smithi022 bash[28554]: cluster 2023-12-07T14:54:31.418472+0000 mgr.a (mgr.24293) 12195 : cluster 0 pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:32 smithi044 bash[32620]: cluster 2023-12-07T14:54:31.418472+0000 mgr.a (mgr.24293) 12195 : cluster 0 pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:32.945 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:32.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:32.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:32.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:32.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:32 smithi027 bash[31536]: cluster 2023-12-07T14:54:31.418472+0000 mgr.a (mgr.24293) 12195 : cluster 0 pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:33 smithi022 bash[28554]: audit 2023-12-07T14:54:32.408571+0000 mgr.a (mgr.24293) 12196 : audit 0 from='client.246387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:33 smithi044 bash[32620]: audit 2023-12-07T14:54:32.408571+0000 mgr.a (mgr.24293) 12196 : audit 0 from='client.246387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:33 smithi027 bash[31536]: audit 2023-12-07T14:54:32.408571+0000 mgr.a (mgr.24293) 12196 : audit 0 from='client.246387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:34 smithi022 bash[28554]: cluster 2023-12-07T14:54:33.419157+0000 mgr.a (mgr.24293) 12197 : 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-07T14:54:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:34 smithi044 bash[32620]: cluster 2023-12-07T14:54:33.419157+0000 mgr.a (mgr.24293) 12197 : 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-07T14:54:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:34 smithi027 bash[31536]: cluster 2023-12-07T14:54:33.419157+0000 mgr.a (mgr.24293) 12197 : 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-07T14:54:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:35 smithi044 bash[32620]: cluster 2023-12-07T14:54:35.419997+0000 mgr.a (mgr.24293) 12198 : cluster 0 pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:35.935 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:35 smithi022 bash[28554]: cluster 2023-12-07T14:54:35.419997+0000 mgr.a (mgr.24293) 12198 : cluster 0 pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:35 smithi027 bash[31536]: cluster 2023-12-07T14:54:35.419997+0000 mgr.a (mgr.24293) 12198 : cluster 0 pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:37.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:37.949 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:37.949 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:38.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:38.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:38.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:38.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:38.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:38 smithi044 bash[32620]: cluster 2023-12-07T14:54:37.420545+0000 mgr.a (mgr.24293) 12199 : cluster 0 pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:38 smithi022 bash[28554]: cluster 2023-12-07T14:54:37.420545+0000 mgr.a (mgr.24293) 12199 : cluster 0 pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:38 smithi027 bash[31536]: cluster 2023-12-07T14:54:37.420545+0000 mgr.a (mgr.24293) 12199 : cluster 0 pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:39 smithi022 bash[28554]: audit 2023-12-07T14:54:38.362555+0000 mgr.a (mgr.24293) 12200 : audit 0 from='client.246465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:39 smithi044 bash[32620]: audit 2023-12-07T14:54:38.362555+0000 mgr.a (mgr.24293) 12200 : audit 0 from='client.246465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:39 smithi027 bash[31536]: audit 2023-12-07T14:54:38.362555+0000 mgr.a (mgr.24293) 12200 : audit 0 from='client.246465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:40 smithi044 bash[32620]: cluster 2023-12-07T14:54:39.421156+0000 mgr.a (mgr.24293) 12201 : 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-07T14:54:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:40 smithi022 bash[28554]: cluster 2023-12-07T14:54:39.421156+0000 mgr.a (mgr.24293) 12201 : 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-07T14:54:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:40 smithi027 bash[31536]: cluster 2023-12-07T14:54:39.421156+0000 mgr.a (mgr.24293) 12201 : 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-07T14:54:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:42 smithi022 bash[28554]: cluster 2023-12-07T14:54:41.421997+0000 mgr.a (mgr.24293) 12202 : 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-07T14:54:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:42 smithi044 bash[32620]: cluster 2023-12-07T14:54:41.421997+0000 mgr.a (mgr.24293) 12202 : 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-07T14:54:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:42 smithi027 bash[31536]: cluster 2023-12-07T14:54:41.421997+0000 mgr.a (mgr.24293) 12202 : 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-07T14:54:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:43.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:43.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:43 smithi022 bash[28554]: cluster 2023-12-07T14:54:43.422516+0000 mgr.a (mgr.24293) 12203 : 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-07T14:54:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:43 smithi044 bash[32620]: cluster 2023-12-07T14:54:43.422516+0000 mgr.a (mgr.24293) 12203 : 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-07T14:54:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:43 smithi027 bash[31536]: cluster 2023-12-07T14:54:43.422516+0000 mgr.a (mgr.24293) 12203 : 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-07T14:54:44.846 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:44.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:44.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:44.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:44.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:45 smithi022 bash[28554]: audit 2023-12-07T14:54:44.293183+0000 mgr.a (mgr.24293) 12204 : audit 0 from='client.246540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:45 smithi044 bash[32620]: audit 2023-12-07T14:54:44.293183+0000 mgr.a (mgr.24293) 12204 : audit 0 from='client.246540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:45 smithi027 bash[31536]: audit 2023-12-07T14:54:44.293183+0000 mgr.a (mgr.24293) 12204 : audit 0 from='client.246540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:46 smithi044 bash[32620]: cluster 2023-12-07T14:54:45.423388+0000 mgr.a (mgr.24293) 12205 : cluster 0 pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:46 smithi022 bash[28554]: cluster 2023-12-07T14:54:45.423388+0000 mgr.a (mgr.24293) 12205 : cluster 0 pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:46.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:46 smithi027 bash[31536]: cluster 2023-12-07T14:54:45.423388+0000 mgr.a (mgr.24293) 12205 : cluster 0 pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:48 smithi044 bash[32620]: cluster 2023-12-07T14:54:47.423939+0000 mgr.a (mgr.24293) 12206 : cluster 0 pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:48 smithi022 bash[28554]: cluster 2023-12-07T14:54:47.423939+0000 mgr.a (mgr.24293) 12206 : cluster 0 pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:48 smithi027 bash[31536]: cluster 2023-12-07T14:54:47.423939+0000 mgr.a (mgr.24293) 12206 : cluster 0 pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:49.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:49.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:49.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:50 smithi022 bash[28554]: cluster 2023-12-07T14:54:49.424496+0000 mgr.a (mgr.24293) 12207 : 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-07T14:54:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:50 smithi044 bash[32620]: cluster 2023-12-07T14:54:49.424496+0000 mgr.a (mgr.24293) 12207 : 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-07T14:54:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:50 smithi027 bash[31536]: cluster 2023-12-07T14:54:49.424496+0000 mgr.a (mgr.24293) 12207 : 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-07T14:54:50.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:50.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:50.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:50.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:50.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:51 smithi044 bash[32620]: audit 2023-12-07T14:54:50.254475+0000 mgr.a (mgr.24293) 12208 : audit 0 from='client.246615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:51 smithi022 bash[28554]: audit 2023-12-07T14:54:50.254475+0000 mgr.a (mgr.24293) 12208 : audit 0 from='client.246615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:51.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:51 smithi027 bash[31536]: audit 2023-12-07T14:54:50.254475+0000 mgr.a (mgr.24293) 12208 : audit 0 from='client.246615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:52 smithi022 bash[28554]: cluster 2023-12-07T14:54:51.425477+0000 mgr.a (mgr.24293) 12209 : 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-07T14:54:52.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:52 smithi044 bash[32620]: cluster 2023-12-07T14:54:51.425477+0000 mgr.a (mgr.24293) 12209 : 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-07T14:54:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:52 smithi027 bash[31536]: cluster 2023-12-07T14:54:51.425477+0000 mgr.a (mgr.24293) 12209 : 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-07T14:54:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:54 smithi044 bash[32620]: cluster 2023-12-07T14:54:53.426043+0000 mgr.a (mgr.24293) 12210 : 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-07T14:54:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:54 smithi022 bash[28554]: cluster 2023-12-07T14:54:53.426043+0000 mgr.a (mgr.24293) 12210 : 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-07T14:54:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:54 smithi027 bash[31536]: cluster 2023-12-07T14:54:53.426043+0000 mgr.a (mgr.24293) 12210 : 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-07T14:54:55.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:54:55.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:55.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:56.736 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:54:56.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:56.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:56.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:56.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:54:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:56 smithi022 bash[28554]: cluster 2023-12-07T14:54:55.426817+0000 mgr.a (mgr.24293) 12211 : cluster 0 pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:56 smithi044 bash[32620]: cluster 2023-12-07T14:54:55.426817+0000 mgr.a (mgr.24293) 12211 : cluster 0 pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:56 smithi027 bash[31536]: cluster 2023-12-07T14:54:55.426817+0000 mgr.a (mgr.24293) 12211 : cluster 0 pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:57 smithi022 bash[28554]: audit 2023-12-07T14:54:56.199843+0000 mgr.a (mgr.24293) 12212 : audit 0 from='client.246687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:57 smithi044 bash[32620]: audit 2023-12-07T14:54:56.199843+0000 mgr.a (mgr.24293) 12212 : audit 0 from='client.246687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:57 smithi027 bash[31536]: audit 2023-12-07T14:54:56.199843+0000 mgr.a (mgr.24293) 12212 : audit 0 from='client.246687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:54:58 smithi044 bash[32620]: cluster 2023-12-07T14:54:57.427428+0000 mgr.a (mgr.24293) 12213 : cluster 0 pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:54:58 smithi022 bash[28554]: cluster 2023-12-07T14:54:57.427428+0000 mgr.a (mgr.24293) 12213 : cluster 0 pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:54:58 smithi027 bash[31536]: cluster 2023-12-07T14:54:57.427428+0000 mgr.a (mgr.24293) 12213 : cluster 0 pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:00 smithi044 bash[32620]: cluster 2023-12-07T14:54:59.428005+0000 mgr.a (mgr.24293) 12214 : 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-07T14:55:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:00 smithi022 bash[28554]: cluster 2023-12-07T14:54:59.428005+0000 mgr.a (mgr.24293) 12214 : 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-07T14:55:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:00 smithi027 bash[31536]: cluster 2023-12-07T14:54:59.428005+0000 mgr.a (mgr.24293) 12214 : 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-07T14:55:01.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:01.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:01.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:02.690 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:02.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:02.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:02.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:02.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:02 smithi022 bash[28554]: cluster 2023-12-07T14:55:01.428863+0000 mgr.a (mgr.24293) 12215 : 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-07T14:55:02.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:02 smithi044 bash[32620]: cluster 2023-12-07T14:55:01.428863+0000 mgr.a (mgr.24293) 12215 : 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-07T14:55:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:02 smithi027 bash[31536]: cluster 2023-12-07T14:55:01.428863+0000 mgr.a (mgr.24293) 12215 : 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-07T14:55:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:03 smithi022 bash[28554]: audit 2023-12-07T14:55:02.146963+0000 mgr.a (mgr.24293) 12216 : audit 0 from='client.246765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:03 smithi044 bash[32620]: audit 2023-12-07T14:55:02.146963+0000 mgr.a (mgr.24293) 12216 : audit 0 from='client.246765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:03 smithi027 bash[31536]: audit 2023-12-07T14:55:02.146963+0000 mgr.a (mgr.24293) 12216 : audit 0 from='client.246765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:04 smithi044 bash[32620]: cluster 2023-12-07T14:55:03.429659+0000 mgr.a (mgr.24293) 12217 : 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-07T14:55:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:04 smithi022 bash[28554]: cluster 2023-12-07T14:55:03.429659+0000 mgr.a (mgr.24293) 12217 : 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-07T14:55:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:04 smithi027 bash[31536]: cluster 2023-12-07T14:55:03.429659+0000 mgr.a (mgr.24293) 12217 : 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-07T14:55:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:05 smithi022 bash[28554]: cluster 2023-12-07T14:55:05.430677+0000 mgr.a (mgr.24293) 12218 : cluster 0 pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:05 smithi044 bash[32620]: cluster 2023-12-07T14:55:05.430677+0000 mgr.a (mgr.24293) 12218 : cluster 0 pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:05 smithi027 bash[31536]: cluster 2023-12-07T14:55:05.430677+0000 mgr.a (mgr.24293) 12218 : cluster 0 pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:07.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:07.694 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:07.694 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:08.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:08.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:08.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:08.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:08.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:08 smithi022 bash[28554]: cluster 2023-12-07T14:55:07.431409+0000 mgr.a (mgr.24293) 12219 : cluster 0 pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:08 smithi044 bash[32620]: cluster 2023-12-07T14:55:07.431409+0000 mgr.a (mgr.24293) 12219 : cluster 0 pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:08 smithi027 bash[31536]: cluster 2023-12-07T14:55:07.431409+0000 mgr.a (mgr.24293) 12219 : cluster 0 pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:09 smithi044 bash[32620]: audit 2023-12-07T14:55:08.106995+0000 mgr.a (mgr.24293) 12220 : audit 0 from='client.246840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:09 smithi022 bash[28554]: audit 2023-12-07T14:55:08.106995+0000 mgr.a (mgr.24293) 12220 : audit 0 from='client.246840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:09 smithi027 bash[31536]: audit 2023-12-07T14:55:08.106995+0000 mgr.a (mgr.24293) 12220 : audit 0 from='client.246840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:10 smithi044 bash[32620]: cluster 2023-12-07T14:55:09.432078+0000 mgr.a (mgr.24293) 12221 : 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-07T14:55:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:10 smithi022 bash[28554]: cluster 2023-12-07T14:55:09.432078+0000 mgr.a (mgr.24293) 12221 : 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-07T14:55:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:10 smithi027 bash[31536]: cluster 2023-12-07T14:55:09.432078+0000 mgr.a (mgr.24293) 12221 : 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-07T14:55:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:12 smithi022 bash[28554]: cluster 2023-12-07T14:55:11.432867+0000 mgr.a (mgr.24293) 12222 : 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-07T14:55:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:12 smithi044 bash[32620]: cluster 2023-12-07T14:55:11.432867+0000 mgr.a (mgr.24293) 12222 : 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-07T14:55:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:12 smithi027 bash[31536]: cluster 2023-12-07T14:55:11.432867+0000 mgr.a (mgr.24293) 12222 : 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-07T14:55:13.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:13.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:13.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:14.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:14.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:14.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:14.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:14.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:14 smithi022 bash[28554]: cluster 2023-12-07T14:55:13.433531+0000 mgr.a (mgr.24293) 12223 : 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-07T14:55:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:14 smithi044 bash[32620]: cluster 2023-12-07T14:55:13.433531+0000 mgr.a (mgr.24293) 12223 : 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-07T14:55:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:14 smithi027 bash[31536]: cluster 2023-12-07T14:55:13.433531+0000 mgr.a (mgr.24293) 12223 : 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-07T14:55:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:15 smithi044 bash[32620]: audit 2023-12-07T14:55:14.049863+0000 mgr.a (mgr.24293) 12224 : audit 0 from='client.246912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:15 smithi022 bash[28554]: audit 2023-12-07T14:55:14.049863+0000 mgr.a (mgr.24293) 12224 : audit 0 from='client.246912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:15 smithi027 bash[31536]: audit 2023-12-07T14:55:14.049863+0000 mgr.a (mgr.24293) 12224 : audit 0 from='client.246912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:16 smithi044 bash[32620]: cluster 2023-12-07T14:55:15.434602+0000 mgr.a (mgr.24293) 12225 : cluster 0 pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:16 smithi022 bash[28554]: cluster 2023-12-07T14:55:15.434602+0000 mgr.a (mgr.24293) 12225 : cluster 0 pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:16 smithi027 bash[31536]: cluster 2023-12-07T14:55:15.434602+0000 mgr.a (mgr.24293) 12225 : cluster 0 pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:18 smithi044 bash[32620]: cluster 2023-12-07T14:55:17.435364+0000 mgr.a (mgr.24293) 12226 : cluster 0 pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:18 smithi022 bash[28554]: cluster 2023-12-07T14:55:17.435364+0000 mgr.a (mgr.24293) 12226 : cluster 0 pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:18 smithi027 bash[31536]: cluster 2023-12-07T14:55:17.435364+0000 mgr.a (mgr.24293) 12226 : cluster 0 pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:19.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:19.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:19.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:20 smithi044 bash[32620]: cluster 2023-12-07T14:55:19.436111+0000 mgr.a (mgr.24293) 12227 : 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-07T14:55:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:20 smithi022 bash[28554]: cluster 2023-12-07T14:55:19.436111+0000 mgr.a (mgr.24293) 12227 : 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-07T14:55:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:20 smithi027 bash[31536]: cluster 2023-12-07T14:55:19.436111+0000 mgr.a (mgr.24293) 12227 : 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-07T14:55:20.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:20.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:20.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:20.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:20.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:21 smithi044 bash[32620]: audit 2023-12-07T14:55:19.995743+0000 mgr.a (mgr.24293) 12228 : audit 0 from='client.246990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:21 smithi022 bash[28554]: audit 2023-12-07T14:55:19.995743+0000 mgr.a (mgr.24293) 12228 : audit 0 from='client.246990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:21 smithi027 bash[31536]: audit 2023-12-07T14:55:19.995743+0000 mgr.a (mgr.24293) 12228 : audit 0 from='client.246990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:22 smithi022 bash[28554]: cluster 2023-12-07T14:55:21.437279+0000 mgr.a (mgr.24293) 12229 : cluster 0 pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:55:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:22 smithi044 bash[32620]: cluster 2023-12-07T14:55:21.437279+0000 mgr.a (mgr.24293) 12229 : cluster 0 pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:55:22.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:22 smithi027 bash[31536]: cluster 2023-12-07T14:55:21.437279+0000 mgr.a (mgr.24293) 12229 : cluster 0 pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:55:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:23 smithi022 bash[28554]: audit 2023-12-07T14:55:23.218503+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:55:23.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:23 smithi044 bash[32620]: audit 2023-12-07T14:55:23.218503+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:55:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:23 smithi027 bash[31536]: audit 2023-12-07T14:55:23.218503+0000 mon.a (mon.0) 2145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:55:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:24 smithi022 bash[28554]: cluster 2023-12-07T14:55:23.437835+0000 mgr.a (mgr.24293) 12230 : cluster 0 pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:55:24.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:24 smithi022 bash[28554]: audit 2023-12-07T14:55:23.955532+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:55:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:24 smithi022 bash[28554]: audit 2023-12-07T14:55:23.957182+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:55:24.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:24 smithi022 bash[28554]: audit 2023-12-07T14:55:23.966518+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:55:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:24 smithi044 bash[32620]: cluster 2023-12-07T14:55:23.437835+0000 mgr.a (mgr.24293) 12230 : cluster 0 pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:55:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:24 smithi044 bash[32620]: audit 2023-12-07T14:55:23.955532+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:55:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:24 smithi044 bash[32620]: audit 2023-12-07T14:55:23.957182+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:55:24.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:24 smithi044 bash[32620]: audit 2023-12-07T14:55:23.966518+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:55:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:24 smithi027 bash[31536]: cluster 2023-12-07T14:55:23.437835+0000 mgr.a (mgr.24293) 12230 : cluster 0 pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:55:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:24 smithi027 bash[31536]: audit 2023-12-07T14:55:23.955532+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:55:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:24 smithi027 bash[31536]: audit 2023-12-07T14:55:23.957182+0000 mon.a (mon.0) 2147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:55:24.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:24 smithi027 bash[31536]: audit 2023-12-07T14:55:23.966518+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:55:25.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:25.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:25.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:26.478 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:26.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:26.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:26.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:26.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:26 smithi022 bash[28554]: cluster 2023-12-07T14:55:25.438595+0000 mgr.a (mgr.24293) 12231 : cluster 0 pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:26 smithi044 bash[32620]: cluster 2023-12-07T14:55:25.438595+0000 mgr.a (mgr.24293) 12231 : cluster 0 pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:26 smithi027 bash[31536]: cluster 2023-12-07T14:55:25.438595+0000 mgr.a (mgr.24293) 12231 : cluster 0 pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:27 smithi022 bash[28554]: audit 2023-12-07T14:55:25.949596+0000 mgr.a (mgr.24293) 12232 : audit 0 from='client.247059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:27 smithi044 bash[32620]: audit 2023-12-07T14:55:25.949596+0000 mgr.a (mgr.24293) 12232 : audit 0 from='client.247059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:27 smithi027 bash[31536]: audit 2023-12-07T14:55:25.949596+0000 mgr.a (mgr.24293) 12232 : audit 0 from='client.247059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:28 smithi022 bash[28554]: cluster 2023-12-07T14:55:27.439318+0000 mgr.a (mgr.24293) 12233 : cluster 0 pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:28 smithi044 bash[32620]: cluster 2023-12-07T14:55:27.439318+0000 mgr.a (mgr.24293) 12233 : cluster 0 pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:28 smithi027 bash[31536]: cluster 2023-12-07T14:55:27.439318+0000 mgr.a (mgr.24293) 12233 : cluster 0 pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:30 smithi022 bash[28554]: cluster 2023-12-07T14:55:29.439914+0000 mgr.a (mgr.24293) 12234 : 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-07T14:55:30.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:30 smithi044 bash[32620]: cluster 2023-12-07T14:55:29.439914+0000 mgr.a (mgr.24293) 12234 : 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-07T14:55:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:30 smithi027 bash[31536]: cluster 2023-12-07T14:55:29.439914+0000 mgr.a (mgr.24293) 12234 : 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-07T14:55:31.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:31.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:31.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:32.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:32.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:32.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:32.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:32.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:32 smithi022 bash[28554]: cluster 2023-12-07T14:55:31.440674+0000 mgr.a (mgr.24293) 12235 : 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-07T14:55:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:32 smithi044 bash[32620]: cluster 2023-12-07T14:55:31.440674+0000 mgr.a (mgr.24293) 12235 : 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-07T14:55:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:32 smithi027 bash[31536]: cluster 2023-12-07T14:55:31.440674+0000 mgr.a (mgr.24293) 12235 : 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-07T14:55:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:33 smithi022 bash[28554]: audit 2023-12-07T14:55:31.896405+0000 mgr.a (mgr.24293) 12236 : audit 0 from='client.247134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:33 smithi044 bash[32620]: audit 2023-12-07T14:55:31.896405+0000 mgr.a (mgr.24293) 12236 : audit 0 from='client.247134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:33 smithi027 bash[31536]: audit 2023-12-07T14:55:31.896405+0000 mgr.a (mgr.24293) 12236 : audit 0 from='client.247134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:34 smithi044 bash[32620]: cluster 2023-12-07T14:55:33.441382+0000 mgr.a (mgr.24293) 12237 : cluster 0 pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:55:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:34 smithi022 bash[28554]: cluster 2023-12-07T14:55:33.441382+0000 mgr.a (mgr.24293) 12237 : cluster 0 pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:55:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:34 smithi027 bash[31536]: cluster 2023-12-07T14:55:33.441382+0000 mgr.a (mgr.24293) 12237 : cluster 0 pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:55:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:36 smithi022 bash[28554]: cluster 2023-12-07T14:55:35.442209+0000 mgr.a (mgr.24293) 12238 : cluster 0 pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:55:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:36 smithi044 bash[32620]: cluster 2023-12-07T14:55:35.442209+0000 mgr.a (mgr.24293) 12238 : cluster 0 pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:55:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:36 smithi027 bash[31536]: cluster 2023-12-07T14:55:35.442209+0000 mgr.a (mgr.24293) 12238 : cluster 0 pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:55:37.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:37.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:37.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:37 smithi022 bash[28554]: cluster 2023-12-07T14:55:37.442786+0000 mgr.a (mgr.24293) 12239 : cluster 0 pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:37 smithi044 bash[32620]: cluster 2023-12-07T14:55:37.442786+0000 mgr.a (mgr.24293) 12239 : cluster 0 pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:37 smithi027 bash[31536]: cluster 2023-12-07T14:55:37.442786+0000 mgr.a (mgr.24293) 12239 : cluster 0 pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:38.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:38.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:38.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:38.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:38.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:38 smithi044 bash[32620]: audit 2023-12-07T14:55:37.867289+0000 mgr.a (mgr.24293) 12240 : audit 0 from='client.247212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:38 smithi022 bash[28554]: audit 2023-12-07T14:55:37.867289+0000 mgr.a (mgr.24293) 12240 : audit 0 from='client.247212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:38 smithi027 bash[31536]: audit 2023-12-07T14:55:37.867289+0000 mgr.a (mgr.24293) 12240 : audit 0 from='client.247212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:40 smithi044 bash[32620]: cluster 2023-12-07T14:55:39.443496+0000 mgr.a (mgr.24293) 12241 : 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-07T14:55:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:40 smithi022 bash[28554]: cluster 2023-12-07T14:55:39.443496+0000 mgr.a (mgr.24293) 12241 : 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-07T14:55:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:40 smithi027 bash[31536]: cluster 2023-12-07T14:55:39.443496+0000 mgr.a (mgr.24293) 12241 : 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-07T14:55:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:42 smithi022 bash[28554]: cluster 2023-12-07T14:55:41.444453+0000 mgr.a (mgr.24293) 12242 : 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-07T14:55:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:42 smithi044 bash[32620]: cluster 2023-12-07T14:55:41.444453+0000 mgr.a (mgr.24293) 12242 : 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-07T14:55:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:42 smithi027 bash[31536]: cluster 2023-12-07T14:55:41.444453+0000 mgr.a (mgr.24293) 12242 : 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-07T14:55:43.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:43.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:43.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:44.358 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:44.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:44.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:44.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:44.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:44 smithi022 bash[28554]: cluster 2023-12-07T14:55:43.445016+0000 mgr.a (mgr.24293) 12243 : 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-07T14:55:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:44 smithi044 bash[32620]: cluster 2023-12-07T14:55:43.445016+0000 mgr.a (mgr.24293) 12243 : 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-07T14:55:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:44 smithi027 bash[31536]: cluster 2023-12-07T14:55:43.445016+0000 mgr.a (mgr.24293) 12243 : 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-07T14:55:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:45 smithi044 bash[32620]: audit 2023-12-07T14:55:43.812756+0000 mgr.a (mgr.24293) 12244 : audit 0 from='client.247290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:45 smithi022 bash[28554]: audit 2023-12-07T14:55:43.812756+0000 mgr.a (mgr.24293) 12244 : audit 0 from='client.247290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:45 smithi027 bash[31536]: audit 2023-12-07T14:55:43.812756+0000 mgr.a (mgr.24293) 12244 : audit 0 from='client.247290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:46 smithi022 bash[28554]: cluster 2023-12-07T14:55:45.445905+0000 mgr.a (mgr.24293) 12245 : cluster 0 pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:46 smithi044 bash[32620]: cluster 2023-12-07T14:55:45.445905+0000 mgr.a (mgr.24293) 12245 : cluster 0 pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:46 smithi027 bash[31536]: cluster 2023-12-07T14:55:45.445905+0000 mgr.a (mgr.24293) 12245 : cluster 0 pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:48 smithi044 bash[32620]: cluster 2023-12-07T14:55:47.446611+0000 mgr.a (mgr.24293) 12246 : cluster 0 pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:48 smithi022 bash[28554]: cluster 2023-12-07T14:55:47.446611+0000 mgr.a (mgr.24293) 12246 : cluster 0 pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:48 smithi027 bash[31536]: cluster 2023-12-07T14:55:47.446611+0000 mgr.a (mgr.24293) 12246 : cluster 0 pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:49.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:49.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:49.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:50.335 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:50.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:50.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:50.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:50.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:50 smithi022 bash[28554]: cluster 2023-12-07T14:55:49.447053+0000 mgr.a (mgr.24293) 12247 : 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-07T14:55:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:50 smithi044 bash[32620]: cluster 2023-12-07T14:55:49.447053+0000 mgr.a (mgr.24293) 12247 : 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-07T14:55:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:50 smithi027 bash[31536]: cluster 2023-12-07T14:55:49.447053+0000 mgr.a (mgr.24293) 12247 : 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-07T14:55:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:51 smithi044 bash[32620]: audit 2023-12-07T14:55:49.774694+0000 mgr.a (mgr.24293) 12248 : audit 0 from='client.247365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:51 smithi022 bash[28554]: audit 2023-12-07T14:55:49.774694+0000 mgr.a (mgr.24293) 12248 : audit 0 from='client.247365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:51 smithi027 bash[31536]: audit 2023-12-07T14:55:49.774694+0000 mgr.a (mgr.24293) 12248 : audit 0 from='client.247365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:52 smithi027 bash[31536]: cluster 2023-12-07T14:55:51.447956+0000 mgr.a (mgr.24293) 12249 : 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-07T14:55:52.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:52 smithi022 bash[28554]: cluster 2023-12-07T14:55:51.447956+0000 mgr.a (mgr.24293) 12249 : 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-07T14:55:52.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:52 smithi044 bash[32620]: cluster 2023-12-07T14:55:51.447956+0000 mgr.a (mgr.24293) 12249 : 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-07T14:55:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:54 smithi044 bash[32620]: cluster 2023-12-07T14:55:53.448547+0000 mgr.a (mgr.24293) 12250 : 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-07T14:55:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:54 smithi022 bash[28554]: cluster 2023-12-07T14:55:53.448547+0000 mgr.a (mgr.24293) 12250 : 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-07T14:55:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:54 smithi027 bash[31536]: cluster 2023-12-07T14:55:53.448547+0000 mgr.a (mgr.24293) 12250 : 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-07T14:55:55.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:55:55.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:55.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:56.274 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:55:56.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:56.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:56.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:56.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:55:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:56 smithi022 bash[28554]: cluster 2023-12-07T14:55:55.449288+0000 mgr.a (mgr.24293) 12251 : 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-07T14:55:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:56 smithi044 bash[32620]: cluster 2023-12-07T14:55:55.449288+0000 mgr.a (mgr.24293) 12251 : 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-07T14:55:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:56 smithi027 bash[31536]: cluster 2023-12-07T14:55:55.449288+0000 mgr.a (mgr.24293) 12251 : 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-07T14:55:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:57 smithi044 bash[32620]: audit 2023-12-07T14:55:55.754416+0000 mgr.a (mgr.24293) 12252 : audit 0 from='client.247440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:57 smithi022 bash[28554]: audit 2023-12-07T14:55:55.754416+0000 mgr.a (mgr.24293) 12252 : audit 0 from='client.247440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:57 smithi027 bash[31536]: audit 2023-12-07T14:55:55.754416+0000 mgr.a (mgr.24293) 12252 : audit 0 from='client.247440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:55:58 smithi044 bash[32620]: cluster 2023-12-07T14:55:57.450001+0000 mgr.a (mgr.24293) 12253 : cluster 0 pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:55:58 smithi022 bash[28554]: cluster 2023-12-07T14:55:57.450001+0000 mgr.a (mgr.24293) 12253 : cluster 0 pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:55:58 smithi027 bash[31536]: cluster 2023-12-07T14:55:57.450001+0000 mgr.a (mgr.24293) 12253 : cluster 0 pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:00 smithi022 bash[28554]: cluster 2023-12-07T14:55:59.450547+0000 mgr.a (mgr.24293) 12254 : 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-07T14:56:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:00 smithi044 bash[32620]: cluster 2023-12-07T14:55:59.450547+0000 mgr.a (mgr.24293) 12254 : 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-07T14:56:00.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:00 smithi027 bash[31536]: cluster 2023-12-07T14:55:59.450547+0000 mgr.a (mgr.24293) 12254 : 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-07T14:56:01.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:01.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:01.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:02.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:02.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:02.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:02.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:02.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:02 smithi044 bash[32620]: cluster 2023-12-07T14:56:01.451509+0000 mgr.a (mgr.24293) 12255 : 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-07T14:56:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:02 smithi022 bash[28554]: cluster 2023-12-07T14:56:01.451509+0000 mgr.a (mgr.24293) 12255 : 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-07T14:56:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:02 smithi027 bash[31536]: cluster 2023-12-07T14:56:01.451509+0000 mgr.a (mgr.24293) 12255 : 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-07T14:56:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:03 smithi044 bash[32620]: audit 2023-12-07T14:56:01.691169+0000 mgr.a (mgr.24293) 12256 : audit 0 from='client.247518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:03 smithi022 bash[28554]: audit 2023-12-07T14:56:01.691169+0000 mgr.a (mgr.24293) 12256 : audit 0 from='client.247518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:03 smithi027 bash[31536]: audit 2023-12-07T14:56:01.691169+0000 mgr.a (mgr.24293) 12256 : audit 0 from='client.247518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:04 smithi022 bash[28554]: cluster 2023-12-07T14:56:03.452350+0000 mgr.a (mgr.24293) 12257 : 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-07T14:56:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:04 smithi044 bash[32620]: cluster 2023-12-07T14:56:03.452350+0000 mgr.a (mgr.24293) 12257 : 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-07T14:56:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:04 smithi027 bash[31536]: cluster 2023-12-07T14:56:03.452350+0000 mgr.a (mgr.24293) 12257 : 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-07T14:56:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:05 smithi022 bash[28554]: cluster 2023-12-07T14:56:05.453165+0000 mgr.a (mgr.24293) 12258 : cluster 0 pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:05 smithi044 bash[32620]: cluster 2023-12-07T14:56:05.453165+0000 mgr.a (mgr.24293) 12258 : cluster 0 pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:05 smithi027 bash[31536]: cluster 2023-12-07T14:56:05.453165+0000 mgr.a (mgr.24293) 12258 : cluster 0 pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:07.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:07.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:07.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:08.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:08 smithi022 bash[28554]: cluster 2023-12-07T14:56:07.453706+0000 mgr.a (mgr.24293) 12259 : 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-07T14:56:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:08 smithi044 bash[32620]: cluster 2023-12-07T14:56:07.453706+0000 mgr.a (mgr.24293) 12259 : 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-07T14:56:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:08 smithi027 bash[31536]: cluster 2023-12-07T14:56:07.453706+0000 mgr.a (mgr.24293) 12259 : 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-07T14:56:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:09 smithi022 bash[28554]: audit 2023-12-07T14:56:07.610552+0000 mgr.a (mgr.24293) 12260 : audit 0 from='client.200846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:09 smithi044 bash[32620]: audit 2023-12-07T14:56:07.610552+0000 mgr.a (mgr.24293) 12260 : audit 0 from='client.200846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:09 smithi027 bash[31536]: audit 2023-12-07T14:56:07.610552+0000 mgr.a (mgr.24293) 12260 : audit 0 from='client.200846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:10 smithi044 bash[32620]: cluster 2023-12-07T14:56:09.454421+0000 mgr.a (mgr.24293) 12261 : 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-07T14:56:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:10 smithi022 bash[28554]: cluster 2023-12-07T14:56:09.454421+0000 mgr.a (mgr.24293) 12261 : 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-07T14:56:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:10 smithi027 bash[31536]: cluster 2023-12-07T14:56:09.454421+0000 mgr.a (mgr.24293) 12261 : 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-07T14:56:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:12 smithi044 bash[32620]: cluster 2023-12-07T14:56:11.455206+0000 mgr.a (mgr.24293) 12262 : 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-07T14:56:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:12 smithi022 bash[28554]: cluster 2023-12-07T14:56:11.455206+0000 mgr.a (mgr.24293) 12262 : 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-07T14:56:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:12 smithi027 bash[31536]: cluster 2023-12-07T14:56:11.455206+0000 mgr.a (mgr.24293) 12262 : 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-07T14:56:13.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:13.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:13.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:13 smithi022 bash[28554]: cluster 2023-12-07T14:56:13.455904+0000 mgr.a (mgr.24293) 12263 : 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-07T14:56:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:13 smithi044 bash[32620]: cluster 2023-12-07T14:56:13.455904+0000 mgr.a (mgr.24293) 12263 : 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-07T14:56:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:13 smithi027 bash[31536]: cluster 2023-12-07T14:56:13.455904+0000 mgr.a (mgr.24293) 12263 : 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-07T14:56:14.042 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:14.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:14.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:14.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:14.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:15 smithi022 bash[28554]: audit 2023-12-07T14:56:13.538630+0000 mgr.a (mgr.24293) 12264 : audit 0 from='client.247674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:15.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:15 smithi044 bash[32620]: audit 2023-12-07T14:56:13.538630+0000 mgr.a (mgr.24293) 12264 : audit 0 from='client.247674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:15.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:15 smithi027 bash[31536]: audit 2023-12-07T14:56:13.538630+0000 mgr.a (mgr.24293) 12264 : audit 0 from='client.247674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:16 smithi027 bash[31536]: cluster 2023-12-07T14:56:15.456799+0000 mgr.a (mgr.24293) 12265 : cluster 0 pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:16 smithi022 bash[28554]: cluster 2023-12-07T14:56:15.456799+0000 mgr.a (mgr.24293) 12265 : cluster 0 pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:16.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:16 smithi044 bash[32620]: cluster 2023-12-07T14:56:15.456799+0000 mgr.a (mgr.24293) 12265 : cluster 0 pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:18 smithi044 bash[32620]: cluster 2023-12-07T14:56:17.457376+0000 mgr.a (mgr.24293) 12266 : cluster 0 pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:18 smithi022 bash[28554]: cluster 2023-12-07T14:56:17.457376+0000 mgr.a (mgr.24293) 12266 : cluster 0 pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:18 smithi027 bash[31536]: cluster 2023-12-07T14:56:17.457376+0000 mgr.a (mgr.24293) 12266 : cluster 0 pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:19.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:19.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:19.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:19.982 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:19.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:19.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:19.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:19.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:20 smithi027 bash[31536]: cluster 2023-12-07T14:56:19.458051+0000 mgr.a (mgr.24293) 12267 : 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-07T14:56:20.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:20 smithi027 bash[31536]: audit 2023-12-07T14:56:19.461310+0000 mgr.a (mgr.24293) 12268 : audit 0 from='client.247749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:20 smithi022 bash[28554]: cluster 2023-12-07T14:56:19.458051+0000 mgr.a (mgr.24293) 12267 : 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-07T14:56:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:20 smithi022 bash[28554]: audit 2023-12-07T14:56:19.461310+0000 mgr.a (mgr.24293) 12268 : audit 0 from='client.247749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:20 smithi044 bash[32620]: cluster 2023-12-07T14:56:19.458051+0000 mgr.a (mgr.24293) 12267 : 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-07T14:56:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:20 smithi044 bash[32620]: audit 2023-12-07T14:56:19.461310+0000 mgr.a (mgr.24293) 12268 : audit 0 from='client.247749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:22 smithi022 bash[28554]: cluster 2023-12-07T14:56:21.458990+0000 mgr.a (mgr.24293) 12269 : 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-07T14:56:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:22 smithi044 bash[32620]: cluster 2023-12-07T14:56:21.458990+0000 mgr.a (mgr.24293) 12269 : 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-07T14:56:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:22 smithi027 bash[31536]: cluster 2023-12-07T14:56:21.458990+0000 mgr.a (mgr.24293) 12269 : 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-07T14:56:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:24 smithi022 bash[28554]: cluster 2023-12-07T14:56:23.459625+0000 mgr.a (mgr.24293) 12270 : 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-07T14:56:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:24 smithi022 bash[28554]: audit 2023-12-07T14:56:24.070137+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:56:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:24 smithi044 bash[32620]: cluster 2023-12-07T14:56:23.459625+0000 mgr.a (mgr.24293) 12270 : 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-07T14:56:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:24 smithi044 bash[32620]: audit 2023-12-07T14:56:24.070137+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:56:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:24 smithi027 bash[31536]: cluster 2023-12-07T14:56:23.459625+0000 mgr.a (mgr.24293) 12270 : 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-07T14:56:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:24 smithi027 bash[31536]: audit 2023-12-07T14:56:24.070137+0000 mon.a (mon.0) 2149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:56:24.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:24.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:24.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:25 smithi022 bash[28554]: audit 2023-12-07T14:56:24.855041+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:56:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:25 smithi022 bash[28554]: audit 2023-12-07T14:56:24.857125+0000 mon.a (mon.0) 2151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:56:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:25 smithi022 bash[28554]: audit 2023-12-07T14:56:24.867790+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:56:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:25 smithi044 bash[32620]: audit 2023-12-07T14:56:24.855041+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:56:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:25 smithi044 bash[32620]: audit 2023-12-07T14:56:24.857125+0000 mon.a (mon.0) 2151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:56:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:25 smithi044 bash[32620]: audit 2023-12-07T14:56:24.867790+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:56:25.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:25.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:25.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:25.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:25.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:25 smithi027 bash[31536]: audit 2023-12-07T14:56:24.855041+0000 mon.a (mon.0) 2150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:56:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:25 smithi027 bash[31536]: audit 2023-12-07T14:56:24.857125+0000 mon.a (mon.0) 2151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:56:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:25 smithi027 bash[31536]: audit 2023-12-07T14:56:24.867790+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:56:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:26 smithi022 bash[28554]: audit 2023-12-07T14:56:25.397803+0000 mgr.a (mgr.24293) 12271 : audit 0 from='client.247824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:26 smithi022 bash[28554]: cluster 2023-12-07T14:56:25.460674+0000 mgr.a (mgr.24293) 12272 : cluster 0 pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:26 smithi044 bash[32620]: audit 2023-12-07T14:56:25.397803+0000 mgr.a (mgr.24293) 12271 : audit 0 from='client.247824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:26 smithi044 bash[32620]: cluster 2023-12-07T14:56:25.460674+0000 mgr.a (mgr.24293) 12272 : cluster 0 pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:26 smithi027 bash[31536]: audit 2023-12-07T14:56:25.397803+0000 mgr.a (mgr.24293) 12271 : audit 0 from='client.247824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:26 smithi027 bash[31536]: cluster 2023-12-07T14:56:25.460674+0000 mgr.a (mgr.24293) 12272 : cluster 0 pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:27 smithi044 bash[32620]: cluster 2023-12-07T14:56:27.461490+0000 mgr.a (mgr.24293) 12273 : cluster 0 pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:27 smithi022 bash[28554]: cluster 2023-12-07T14:56:27.461490+0000 mgr.a (mgr.24293) 12273 : cluster 0 pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:27 smithi027 bash[31536]: cluster 2023-12-07T14:56:27.461490+0000 mgr.a (mgr.24293) 12273 : cluster 0 pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:30.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:30 smithi027 bash[31536]: cluster 2023-12-07T14:56:29.462154+0000 mgr.a (mgr.24293) 12274 : cluster 0 pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:30 smithi022 bash[28554]: cluster 2023-12-07T14:56:29.462154+0000 mgr.a (mgr.24293) 12274 : cluster 0 pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:30 smithi044 bash[32620]: cluster 2023-12-07T14:56:29.462154+0000 mgr.a (mgr.24293) 12274 : cluster 0 pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:56:30.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:30.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:30.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:31.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:31.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:32 smithi022 bash[28554]: audit 2023-12-07T14:56:31.356047+0000 mgr.a (mgr.24293) 12275 : audit 0 from='client.247902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:32 smithi022 bash[28554]: cluster 2023-12-07T14:56:31.463029+0000 mgr.a (mgr.24293) 12276 : 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-07T14:56:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:32 smithi044 bash[32620]: audit 2023-12-07T14:56:31.356047+0000 mgr.a (mgr.24293) 12275 : audit 0 from='client.247902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:32 smithi044 bash[32620]: cluster 2023-12-07T14:56:31.463029+0000 mgr.a (mgr.24293) 12276 : 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-07T14:56:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:32 smithi027 bash[31536]: audit 2023-12-07T14:56:31.356047+0000 mgr.a (mgr.24293) 12275 : audit 0 from='client.247902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:32 smithi027 bash[31536]: cluster 2023-12-07T14:56:31.463029+0000 mgr.a (mgr.24293) 12276 : 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-07T14:56:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:33 smithi022 bash[28554]: cluster 2023-12-07T14:56:33.463757+0000 mgr.a (mgr.24293) 12277 : 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-07T14:56:33.957 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:33 smithi027 bash[31536]: cluster 2023-12-07T14:56:33.463757+0000 mgr.a (mgr.24293) 12277 : 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-07T14:56:33.958 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:33 smithi044 bash[32620]: cluster 2023-12-07T14:56:33.463757+0000 mgr.a (mgr.24293) 12277 : 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-07T14:56:36.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:36.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:36.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:36 smithi022 bash[28554]: cluster 2023-12-07T14:56:35.464612+0000 mgr.a (mgr.24293) 12278 : cluster 0 pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:36 smithi044 bash[32620]: cluster 2023-12-07T14:56:35.464612+0000 mgr.a (mgr.24293) 12278 : cluster 0 pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:36 smithi027 bash[31536]: cluster 2023-12-07T14:56:35.464612+0000 mgr.a (mgr.24293) 12278 : cluster 0 pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:37.839 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:37.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:37.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:37.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:37.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:37 smithi044 bash[32620]: audit 2023-12-07T14:56:37.295701+0000 mgr.a (mgr.24293) 12279 : audit 0 from='client.247974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:37 smithi044 bash[32620]: cluster 2023-12-07T14:56:37.465360+0000 mgr.a (mgr.24293) 12280 : cluster 0 pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:37 smithi022 bash[28554]: audit 2023-12-07T14:56:37.295701+0000 mgr.a (mgr.24293) 12279 : audit 0 from='client.247974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:37 smithi022 bash[28554]: cluster 2023-12-07T14:56:37.465360+0000 mgr.a (mgr.24293) 12280 : cluster 0 pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:37 smithi027 bash[31536]: audit 2023-12-07T14:56:37.295701+0000 mgr.a (mgr.24293) 12279 : audit 0 from='client.247974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:37 smithi027 bash[31536]: cluster 2023-12-07T14:56:37.465360+0000 mgr.a (mgr.24293) 12280 : cluster 0 pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:40 smithi027 bash[31536]: cluster 2023-12-07T14:56:39.466075+0000 mgr.a (mgr.24293) 12281 : cluster 0 pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:40 smithi022 bash[28554]: cluster 2023-12-07T14:56:39.466075+0000 mgr.a (mgr.24293) 12281 : cluster 0 pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:40 smithi044 bash[32620]: cluster 2023-12-07T14:56:39.466075+0000 mgr.a (mgr.24293) 12281 : cluster 0 pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:42.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:42 smithi022 bash[28554]: cluster 2023-12-07T14:56:41.466872+0000 mgr.a (mgr.24293) 12282 : cluster 0 pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:42 smithi044 bash[32620]: cluster 2023-12-07T14:56:41.466872+0000 mgr.a (mgr.24293) 12282 : cluster 0 pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:42 smithi027 bash[31536]: cluster 2023-12-07T14:56:41.466872+0000 mgr.a (mgr.24293) 12282 : cluster 0 pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:43.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:43.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:43.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:43.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:43.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:43 smithi022 bash[28554]: audit 2023-12-07T14:56:43.255408+0000 mgr.a (mgr.24293) 12283 : audit 0 from='client.248049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:43 smithi022 bash[28554]: cluster 2023-12-07T14:56:43.467788+0000 mgr.a (mgr.24293) 12284 : 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-07T14:56:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:43 smithi044 bash[32620]: audit 2023-12-07T14:56:43.255408+0000 mgr.a (mgr.24293) 12283 : audit 0 from='client.248049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:43 smithi044 bash[32620]: cluster 2023-12-07T14:56:43.467788+0000 mgr.a (mgr.24293) 12284 : 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-07T14:56:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:43 smithi027 bash[31536]: audit 2023-12-07T14:56:43.255408+0000 mgr.a (mgr.24293) 12283 : audit 0 from='client.248049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:43 smithi027 bash[31536]: cluster 2023-12-07T14:56:43.467788+0000 mgr.a (mgr.24293) 12284 : 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-07T14:56:46.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:46 smithi022 bash[28554]: cluster 2023-12-07T14:56:45.468727+0000 mgr.a (mgr.24293) 12285 : cluster 0 pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:46 smithi044 bash[32620]: cluster 2023-12-07T14:56:45.468727+0000 mgr.a (mgr.24293) 12285 : cluster 0 pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:46 smithi027 bash[31536]: cluster 2023-12-07T14:56:45.468727+0000 mgr.a (mgr.24293) 12285 : cluster 0 pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:47 smithi022 bash[28554]: cluster 2023-12-07T14:56:47.469293+0000 mgr.a (mgr.24293) 12286 : cluster 0 pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:47 smithi044 bash[32620]: cluster 2023-12-07T14:56:47.469293+0000 mgr.a (mgr.24293) 12286 : cluster 0 pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:47 smithi027 bash[31536]: cluster 2023-12-07T14:56:47.469293+0000 mgr.a (mgr.24293) 12286 : cluster 0 pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:48.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:48.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:48.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:49.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:49.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:49.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:49.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:49.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:50.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:50 smithi027 bash[31536]: audit 2023-12-07T14:56:49.202344+0000 mgr.a (mgr.24293) 12287 : audit 0 from='client.248127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:50.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:50 smithi027 bash[31536]: cluster 2023-12-07T14:56:49.470261+0000 mgr.a (mgr.24293) 12288 : 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-07T14:56:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:50 smithi022 bash[28554]: audit 2023-12-07T14:56:49.202344+0000 mgr.a (mgr.24293) 12287 : audit 0 from='client.248127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:50 smithi022 bash[28554]: cluster 2023-12-07T14:56:49.470261+0000 mgr.a (mgr.24293) 12288 : 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-07T14:56:50.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:50 smithi044 bash[32620]: audit 2023-12-07T14:56:49.202344+0000 mgr.a (mgr.24293) 12287 : audit 0 from='client.248127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:50.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:50 smithi044 bash[32620]: cluster 2023-12-07T14:56:49.470261+0000 mgr.a (mgr.24293) 12288 : 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-07T14:56:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:51 smithi022 bash[28554]: cluster 2023-12-07T14:56:51.471166+0000 mgr.a (mgr.24293) 12289 : 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-07T14:56:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:51 smithi044 bash[32620]: cluster 2023-12-07T14:56:51.471166+0000 mgr.a (mgr.24293) 12289 : 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-07T14:56:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:51 smithi027 bash[31536]: cluster 2023-12-07T14:56:51.471166+0000 mgr.a (mgr.24293) 12289 : 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-07T14:56:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:53 smithi022 bash[28554]: cluster 2023-12-07T14:56:53.471753+0000 mgr.a (mgr.24293) 12290 : 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-07T14:56:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:53 smithi044 bash[32620]: cluster 2023-12-07T14:56:53.471753+0000 mgr.a (mgr.24293) 12290 : 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-07T14:56:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:53 smithi027 bash[31536]: cluster 2023-12-07T14:56:53.471753+0000 mgr.a (mgr.24293) 12290 : 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-07T14:56:54.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:56:54.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:54.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:55.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:56:55.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:55.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:55.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:55.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:56:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:56 smithi022 bash[28554]: audit 2023-12-07T14:56:55.138290+0000 mgr.a (mgr.24293) 12291 : audit 0 from='client.248199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:56 smithi022 bash[28554]: cluster 2023-12-07T14:56:55.472576+0000 mgr.a (mgr.24293) 12292 : cluster 0 pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:56:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:56 smithi044 bash[32620]: audit 2023-12-07T14:56:55.138290+0000 mgr.a (mgr.24293) 12291 : audit 0 from='client.248199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:56 smithi044 bash[32620]: cluster 2023-12-07T14:56:55.472576+0000 mgr.a (mgr.24293) 12292 : cluster 0 pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:56:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:56 smithi027 bash[31536]: audit 2023-12-07T14:56:55.138290+0000 mgr.a (mgr.24293) 12291 : audit 0 from='client.248199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:56 smithi027 bash[31536]: cluster 2023-12-07T14:56:55.472576+0000 mgr.a (mgr.24293) 12292 : cluster 0 pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:56:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:56:57 smithi022 bash[28554]: cluster 2023-12-07T14:56:57.473269+0000 mgr.a (mgr.24293) 12293 : cluster 0 pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:56:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:56:57 smithi044 bash[32620]: cluster 2023-12-07T14:56:57.473269+0000 mgr.a (mgr.24293) 12293 : cluster 0 pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:56:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:56:57 smithi027 bash[31536]: cluster 2023-12-07T14:56:57.473269+0000 mgr.a (mgr.24293) 12293 : cluster 0 pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:57:00.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:00 smithi027 bash[31536]: cluster 2023-12-07T14:56:59.473966+0000 mgr.a (mgr.24293) 12294 : cluster 0 pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:57:00.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:00.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:00.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:00 smithi022 bash[28554]: cluster 2023-12-07T14:56:59.473966+0000 mgr.a (mgr.24293) 12294 : cluster 0 pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:57:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:00 smithi044 bash[32620]: cluster 2023-12-07T14:56:59.473966+0000 mgr.a (mgr.24293) 12294 : cluster 0 pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:57:01.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:01.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:01.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:01.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:01.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:01 smithi044 bash[32620]: audit 2023-12-07T14:57:01.066072+0000 mgr.a (mgr.24293) 12295 : audit 0 from='client.248274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:01 smithi044 bash[32620]: cluster 2023-12-07T14:57:01.475768+0000 mgr.a (mgr.24293) 12296 : 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-07T14:57:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:01 smithi022 bash[28554]: audit 2023-12-07T14:57:01.066072+0000 mgr.a (mgr.24293) 12295 : audit 0 from='client.248274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:01 smithi022 bash[28554]: cluster 2023-12-07T14:57:01.475768+0000 mgr.a (mgr.24293) 12296 : 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-07T14:57:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:01 smithi027 bash[31536]: audit 2023-12-07T14:57:01.066072+0000 mgr.a (mgr.24293) 12295 : audit 0 from='client.248274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:01.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:01 smithi027 bash[31536]: cluster 2023-12-07T14:57:01.475768+0000 mgr.a (mgr.24293) 12296 : 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-07T14:57:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:03 smithi022 bash[28554]: cluster 2023-12-07T14:57:03.476364+0000 mgr.a (mgr.24293) 12297 : 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-07T14:57:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:03 smithi044 bash[32620]: cluster 2023-12-07T14:57:03.476364+0000 mgr.a (mgr.24293) 12297 : 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-07T14:57:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:03 smithi027 bash[31536]: cluster 2023-12-07T14:57:03.476364+0000 mgr.a (mgr.24293) 12297 : 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-07T14:57:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:05 smithi022 bash[28554]: cluster 2023-12-07T14:57:05.477130+0000 mgr.a (mgr.24293) 12298 : cluster 0 pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:05 smithi044 bash[32620]: cluster 2023-12-07T14:57:05.477130+0000 mgr.a (mgr.24293) 12298 : cluster 0 pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:05 smithi027 bash[31536]: cluster 2023-12-07T14:57:05.477130+0000 mgr.a (mgr.24293) 12298 : cluster 0 pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:06.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:06.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:06.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:07.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:07.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:07.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:07.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:07.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:07 smithi022 bash[28554]: audit 2023-12-07T14:57:07.034091+0000 mgr.a (mgr.24293) 12299 : audit 0 from='client.248352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:07 smithi022 bash[28554]: cluster 2023-12-07T14:57:07.477679+0000 mgr.a (mgr.24293) 12300 : cluster 0 pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:57:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:07 smithi044 bash[32620]: audit 2023-12-07T14:57:07.034091+0000 mgr.a (mgr.24293) 12299 : audit 0 from='client.248352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:07 smithi044 bash[32620]: cluster 2023-12-07T14:57:07.477679+0000 mgr.a (mgr.24293) 12300 : cluster 0 pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:57:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:07 smithi027 bash[31536]: audit 2023-12-07T14:57:07.034091+0000 mgr.a (mgr.24293) 12299 : audit 0 from='client.248352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:07 smithi027 bash[31536]: cluster 2023-12-07T14:57:07.477679+0000 mgr.a (mgr.24293) 12300 : cluster 0 pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:57:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:10 smithi027 bash[31536]: cluster 2023-12-07T14:57:09.478258+0000 mgr.a (mgr.24293) 12301 : cluster 0 pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:57:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:10 smithi044 bash[32620]: cluster 2023-12-07T14:57:09.478258+0000 mgr.a (mgr.24293) 12301 : cluster 0 pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:57:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:10 smithi022 bash[28554]: cluster 2023-12-07T14:57:09.478258+0000 mgr.a (mgr.24293) 12301 : cluster 0 pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T14:57:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:11 smithi022 bash[28554]: cluster 2023-12-07T14:57:11.479022+0000 mgr.a (mgr.24293) 12302 : cluster 0 pgmap v9196: 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-07T14:57:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:11 smithi044 bash[32620]: cluster 2023-12-07T14:57:11.479022+0000 mgr.a (mgr.24293) 12302 : cluster 0 pgmap v9196: 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-07T14:57:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:11 smithi027 bash[31536]: cluster 2023-12-07T14:57:11.479022+0000 mgr.a (mgr.24293) 12302 : cluster 0 pgmap v9196: 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-07T14:57:12.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:12.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:12.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:13.521 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:13.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:13.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:13.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:13.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:13 smithi044 bash[32620]: audit 2023-12-07T14:57:12.976576+0000 mgr.a (mgr.24293) 12303 : audit 0 from='client.248427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:13 smithi044 bash[32620]: cluster 2023-12-07T14:57:13.479637+0000 mgr.a (mgr.24293) 12304 : 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-07T14:57:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:13 smithi022 bash[28554]: audit 2023-12-07T14:57:12.976576+0000 mgr.a (mgr.24293) 12303 : audit 0 from='client.248427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:13 smithi022 bash[28554]: cluster 2023-12-07T14:57:13.479637+0000 mgr.a (mgr.24293) 12304 : 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-07T14:57:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:13 smithi027 bash[31536]: audit 2023-12-07T14:57:12.976576+0000 mgr.a (mgr.24293) 12303 : audit 0 from='client.248427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:13.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:13 smithi027 bash[31536]: cluster 2023-12-07T14:57:13.479637+0000 mgr.a (mgr.24293) 12304 : 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-07T14:57:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:15 smithi022 bash[28554]: cluster 2023-12-07T14:57:15.480468+0000 mgr.a (mgr.24293) 12305 : cluster 0 pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:15 smithi044 bash[32620]: cluster 2023-12-07T14:57:15.480468+0000 mgr.a (mgr.24293) 12305 : cluster 0 pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:15 smithi027 bash[31536]: cluster 2023-12-07T14:57:15.480468+0000 mgr.a (mgr.24293) 12305 : cluster 0 pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:17 smithi022 bash[28554]: cluster 2023-12-07T14:57:17.481031+0000 mgr.a (mgr.24293) 12306 : cluster 0 pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:17 smithi044 bash[32620]: cluster 2023-12-07T14:57:17.481031+0000 mgr.a (mgr.24293) 12306 : cluster 0 pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:17 smithi027 bash[31536]: cluster 2023-12-07T14:57:17.481031+0000 mgr.a (mgr.24293) 12306 : cluster 0 pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:18.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:18.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:18.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:19.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:19.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:19.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:19.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:19.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:20 smithi022 bash[28554]: audit 2023-12-07T14:57:18.936030+0000 mgr.a (mgr.24293) 12307 : audit 0 from='client.248502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:20 smithi022 bash[28554]: cluster 2023-12-07T14:57:19.481827+0000 mgr.a (mgr.24293) 12308 : 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-07T14:57:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:20 smithi044 bash[32620]: audit 2023-12-07T14:57:18.936030+0000 mgr.a (mgr.24293) 12307 : audit 0 from='client.248502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:20 smithi044 bash[32620]: cluster 2023-12-07T14:57:19.481827+0000 mgr.a (mgr.24293) 12308 : 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-07T14:57:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:20 smithi027 bash[31536]: audit 2023-12-07T14:57:18.936030+0000 mgr.a (mgr.24293) 12307 : audit 0 from='client.248502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:20.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:20 smithi027 bash[31536]: cluster 2023-12-07T14:57:19.481827+0000 mgr.a (mgr.24293) 12308 : 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-07T14:57:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:21 smithi022 bash[28554]: cluster 2023-12-07T14:57:21.482582+0000 mgr.a (mgr.24293) 12309 : 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-07T14:57:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:21 smithi044 bash[32620]: cluster 2023-12-07T14:57:21.482582+0000 mgr.a (mgr.24293) 12309 : 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-07T14:57:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:21 smithi027 bash[31536]: cluster 2023-12-07T14:57:21.482582+0000 mgr.a (mgr.24293) 12309 : 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-07T14:57:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:23 smithi022 bash[28554]: cluster 2023-12-07T14:57:23.483260+0000 mgr.a (mgr.24293) 12310 : 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-07T14:57:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:23 smithi044 bash[32620]: cluster 2023-12-07T14:57:23.483260+0000 mgr.a (mgr.24293) 12310 : 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-07T14:57:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:23 smithi027 bash[31536]: cluster 2023-12-07T14:57:23.483260+0000 mgr.a (mgr.24293) 12310 : 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-07T14:57:24.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:24.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:24.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:25.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:25.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:25.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:25.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:25.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:25.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:25 smithi027 bash[31536]: audit 2023-12-07T14:57:24.971071+0000 mon.a (mon.0) 2153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:57:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:25 smithi022 bash[28554]: audit 2023-12-07T14:57:24.971071+0000 mon.a (mon.0) 2153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:57:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:25 smithi044 bash[32620]: audit 2023-12-07T14:57:24.971071+0000 mon.a (mon.0) 2153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:57:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:26 smithi022 bash[28554]: audit 2023-12-07T14:57:24.871463+0000 mgr.a (mgr.24293) 12311 : audit 0 from='client.248577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:26 smithi022 bash[28554]: cluster 2023-12-07T14:57:25.484034+0000 mgr.a (mgr.24293) 12312 : cluster 0 pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:26 smithi022 bash[28554]: audit 2023-12-07T14:57:25.724530+0000 mon.a (mon.0) 2154 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:26.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:26 smithi022 bash[28554]: audit 2023-12-07T14:57:25.730546+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:26 smithi044 bash[32620]: audit 2023-12-07T14:57:24.871463+0000 mgr.a (mgr.24293) 12311 : audit 0 from='client.248577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:26 smithi044 bash[32620]: cluster 2023-12-07T14:57:25.484034+0000 mgr.a (mgr.24293) 12312 : cluster 0 pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:26 smithi044 bash[32620]: audit 2023-12-07T14:57:25.724530+0000 mon.a (mon.0) 2154 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:26.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:26 smithi044 bash[32620]: audit 2023-12-07T14:57:25.730546+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:26 smithi027 bash[31536]: audit 2023-12-07T14:57:24.871463+0000 mgr.a (mgr.24293) 12311 : audit 0 from='client.248577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:26 smithi027 bash[31536]: cluster 2023-12-07T14:57:25.484034+0000 mgr.a (mgr.24293) 12312 : cluster 0 pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:26 smithi027 bash[31536]: audit 2023-12-07T14:57:25.724530+0000 mon.a (mon.0) 2154 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:26 smithi027 bash[31536]: audit 2023-12-07T14:57:25.730546+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:27 smithi022 bash[28554]: audit 2023-12-07T14:57:26.350868+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:57:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:27 smithi022 bash[28554]: audit 2023-12-07T14:57:26.353032+0000 mon.a (mon.0) 2157 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:57:27.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:27 smithi022 bash[28554]: audit 2023-12-07T14:57:26.363968+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:27 smithi044 bash[32620]: audit 2023-12-07T14:57:26.350868+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:57:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:27 smithi044 bash[32620]: audit 2023-12-07T14:57:26.353032+0000 mon.a (mon.0) 2157 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:57:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:27 smithi044 bash[32620]: audit 2023-12-07T14:57:26.363968+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:27 smithi027 bash[31536]: audit 2023-12-07T14:57:26.350868+0000 mon.a (mon.0) 2156 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:57:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:27 smithi027 bash[31536]: audit 2023-12-07T14:57:26.353032+0000 mon.a (mon.0) 2157 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:57:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:27 smithi027 bash[31536]: audit 2023-12-07T14:57:26.363968+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:57:28.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:28 smithi022 bash[28554]: cluster 2023-12-07T14:57:27.484599+0000 mgr.a (mgr.24293) 12313 : cluster 0 pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:28 smithi044 bash[32620]: cluster 2023-12-07T14:57:27.484599+0000 mgr.a (mgr.24293) 12313 : cluster 0 pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:28 smithi027 bash[31536]: cluster 2023-12-07T14:57:27.484599+0000 mgr.a (mgr.24293) 12313 : cluster 0 pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:30.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:30.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:30.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:30 smithi022 bash[28554]: cluster 2023-12-07T14:57:29.485192+0000 mgr.a (mgr.24293) 12314 : 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-07T14:57:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:30 smithi044 bash[32620]: cluster 2023-12-07T14:57:29.485192+0000 mgr.a (mgr.24293) 12314 : 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-07T14:57:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:30 smithi027 bash[31536]: cluster 2023-12-07T14:57:29.485192+0000 mgr.a (mgr.24293) 12314 : 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-07T14:57:31.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:31.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:31.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:31.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:31.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:31 smithi022 bash[28554]: audit 2023-12-07T14:57:30.790801+0000 mgr.a (mgr.24293) 12315 : audit 0 from='client.248655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:31 smithi022 bash[28554]: cluster 2023-12-07T14:57:31.486313+0000 mgr.a (mgr.24293) 12316 : cluster 0 pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:31 smithi044 bash[32620]: audit 2023-12-07T14:57:30.790801+0000 mgr.a (mgr.24293) 12315 : audit 0 from='client.248655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:31 smithi044 bash[32620]: cluster 2023-12-07T14:57:31.486313+0000 mgr.a (mgr.24293) 12316 : cluster 0 pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:31 smithi027 bash[31536]: audit 2023-12-07T14:57:30.790801+0000 mgr.a (mgr.24293) 12315 : audit 0 from='client.248655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:31 smithi027 bash[31536]: cluster 2023-12-07T14:57:31.486313+0000 mgr.a (mgr.24293) 12316 : cluster 0 pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:33 smithi022 bash[28554]: cluster 2023-12-07T14:57:33.486906+0000 mgr.a (mgr.24293) 12317 : cluster 0 pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:33 smithi044 bash[32620]: cluster 2023-12-07T14:57:33.486906+0000 mgr.a (mgr.24293) 12317 : cluster 0 pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:33 smithi027 bash[31536]: cluster 2023-12-07T14:57:33.486906+0000 mgr.a (mgr.24293) 12317 : cluster 0 pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:35 smithi022 bash[28554]: cluster 2023-12-07T14:57:35.487677+0000 mgr.a (mgr.24293) 12318 : cluster 0 pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:35 smithi044 bash[32620]: cluster 2023-12-07T14:57:35.487677+0000 mgr.a (mgr.24293) 12318 : cluster 0 pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:35 smithi027 bash[31536]: cluster 2023-12-07T14:57:35.487677+0000 mgr.a (mgr.24293) 12318 : cluster 0 pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:36.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:36.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:36.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:37.223 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:37.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:37.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:37.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:37.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:37 smithi022 bash[28554]: audit 2023-12-07T14:57:36.713303+0000 mgr.a (mgr.24293) 12319 : audit 0 from='client.248733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:37 smithi022 bash[28554]: cluster 2023-12-07T14:57:37.488538+0000 mgr.a (mgr.24293) 12320 : cluster 0 pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:37 smithi044 bash[32620]: audit 2023-12-07T14:57:36.713303+0000 mgr.a (mgr.24293) 12319 : audit 0 from='client.248733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:37 smithi044 bash[32620]: cluster 2023-12-07T14:57:37.488538+0000 mgr.a (mgr.24293) 12320 : cluster 0 pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:37 smithi027 bash[31536]: audit 2023-12-07T14:57:36.713303+0000 mgr.a (mgr.24293) 12319 : audit 0 from='client.248733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:37 smithi027 bash[31536]: cluster 2023-12-07T14:57:37.488538+0000 mgr.a (mgr.24293) 12320 : cluster 0 pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:40 smithi044 bash[32620]: cluster 2023-12-07T14:57:39.489187+0000 mgr.a (mgr.24293) 12321 : 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-07T14:57:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:40 smithi022 bash[28554]: cluster 2023-12-07T14:57:39.489187+0000 mgr.a (mgr.24293) 12321 : 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-07T14:57:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:40 smithi027 bash[31536]: cluster 2023-12-07T14:57:39.489187+0000 mgr.a (mgr.24293) 12321 : 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-07T14:57:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:41 smithi022 bash[28554]: cluster 2023-12-07T14:57:41.490003+0000 mgr.a (mgr.24293) 12322 : 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-07T14:57:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:41 smithi044 bash[32620]: cluster 2023-12-07T14:57:41.490003+0000 mgr.a (mgr.24293) 12322 : 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-07T14:57:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:41 smithi027 bash[31536]: cluster 2023-12-07T14:57:41.490003+0000 mgr.a (mgr.24293) 12322 : 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-07T14:57:42.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:42.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:42.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:43.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:43.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:43.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:43.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:43.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:43 smithi022 bash[28554]: audit 2023-12-07T14:57:42.628518+0000 mgr.a (mgr.24293) 12323 : audit 0 from='client.248811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:43 smithi022 bash[28554]: cluster 2023-12-07T14:57:43.490741+0000 mgr.a (mgr.24293) 12324 : cluster 0 pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:43 smithi044 bash[32620]: audit 2023-12-07T14:57:42.628518+0000 mgr.a (mgr.24293) 12323 : audit 0 from='client.248811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:43 smithi044 bash[32620]: cluster 2023-12-07T14:57:43.490741+0000 mgr.a (mgr.24293) 12324 : cluster 0 pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:43 smithi027 bash[31536]: audit 2023-12-07T14:57:42.628518+0000 mgr.a (mgr.24293) 12323 : audit 0 from='client.248811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:43 smithi027 bash[31536]: cluster 2023-12-07T14:57:43.490741+0000 mgr.a (mgr.24293) 12324 : cluster 0 pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:45 smithi022 bash[28554]: cluster 2023-12-07T14:57:45.491536+0000 mgr.a (mgr.24293) 12325 : cluster 0 pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:45 smithi044 bash[32620]: cluster 2023-12-07T14:57:45.491536+0000 mgr.a (mgr.24293) 12325 : cluster 0 pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:45 smithi027 bash[31536]: cluster 2023-12-07T14:57:45.491536+0000 mgr.a (mgr.24293) 12325 : cluster 0 pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:47 smithi022 bash[28554]: cluster 2023-12-07T14:57:47.492055+0000 mgr.a (mgr.24293) 12326 : cluster 0 pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:47 smithi044 bash[32620]: cluster 2023-12-07T14:57:47.492055+0000 mgr.a (mgr.24293) 12326 : cluster 0 pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:47 smithi027 bash[31536]: cluster 2023-12-07T14:57:47.492055+0000 mgr.a (mgr.24293) 12326 : cluster 0 pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:48.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:49.106 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:49.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:49.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:49.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:49.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:50 smithi044 bash[32620]: audit 2023-12-07T14:57:48.571295+0000 mgr.a (mgr.24293) 12327 : audit 0 from='client.248889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:50.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:50 smithi044 bash[32620]: cluster 2023-12-07T14:57:49.492716+0000 mgr.a (mgr.24293) 12328 : 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-07T14:57:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:50 smithi022 bash[28554]: audit 2023-12-07T14:57:48.571295+0000 mgr.a (mgr.24293) 12327 : audit 0 from='client.248889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:50 smithi022 bash[28554]: cluster 2023-12-07T14:57:49.492716+0000 mgr.a (mgr.24293) 12328 : 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-07T14:57:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:50 smithi027 bash[31536]: audit 2023-12-07T14:57:48.571295+0000 mgr.a (mgr.24293) 12327 : audit 0 from='client.248889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:50 smithi027 bash[31536]: cluster 2023-12-07T14:57:49.492716+0000 mgr.a (mgr.24293) 12328 : 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-07T14:57:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:51 smithi022 bash[28554]: cluster 2023-12-07T14:57:51.493687+0000 mgr.a (mgr.24293) 12329 : 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-07T14:57:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:51 smithi044 bash[32620]: cluster 2023-12-07T14:57:51.493687+0000 mgr.a (mgr.24293) 12329 : 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-07T14:57:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:51 smithi027 bash[31536]: cluster 2023-12-07T14:57:51.493687+0000 mgr.a (mgr.24293) 12329 : 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-07T14:57:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:53 smithi022 bash[28554]: cluster 2023-12-07T14:57:53.494282+0000 mgr.a (mgr.24293) 12330 : 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-07T14:57:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:53 smithi044 bash[32620]: cluster 2023-12-07T14:57:53.494282+0000 mgr.a (mgr.24293) 12330 : 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-07T14:57:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:53 smithi027 bash[31536]: cluster 2023-12-07T14:57:53.494282+0000 mgr.a (mgr.24293) 12330 : 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-07T14:57:54.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:57:54.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:54.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:55.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:57:55.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:55.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:55.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:55.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:57:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:55 smithi022 bash[28554]: audit 2023-12-07T14:57:54.519184+0000 mgr.a (mgr.24293) 12331 : audit 0 from='client.248961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:55 smithi044 bash[32620]: audit 2023-12-07T14:57:54.519184+0000 mgr.a (mgr.24293) 12331 : audit 0 from='client.248961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:55 smithi027 bash[31536]: audit 2023-12-07T14:57:54.519184+0000 mgr.a (mgr.24293) 12331 : audit 0 from='client.248961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:56 smithi044 bash[32620]: cluster 2023-12-07T14:57:55.495109+0000 mgr.a (mgr.24293) 12332 : 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-07T14:57:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:56 smithi022 bash[28554]: cluster 2023-12-07T14:57:55.495109+0000 mgr.a (mgr.24293) 12332 : 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-07T14:57:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:56 smithi027 bash[31536]: cluster 2023-12-07T14:57:55.495109+0000 mgr.a (mgr.24293) 12332 : 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-07T14:57:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:57:57 smithi022 bash[28554]: cluster 2023-12-07T14:57:57.495716+0000 mgr.a (mgr.24293) 12333 : cluster 0 pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:57:57 smithi044 bash[32620]: cluster 2023-12-07T14:57:57.495716+0000 mgr.a (mgr.24293) 12333 : cluster 0 pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:57:57 smithi027 bash[31536]: cluster 2023-12-07T14:57:57.495716+0000 mgr.a (mgr.24293) 12333 : cluster 0 pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:00.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:00.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:00.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:00 smithi022 bash[28554]: cluster 2023-12-07T14:57:59.496254+0000 mgr.a (mgr.24293) 12334 : 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-07T14:58:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:00 smithi044 bash[32620]: cluster 2023-12-07T14:57:59.496254+0000 mgr.a (mgr.24293) 12334 : 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-07T14:58:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:00 smithi027 bash[31536]: cluster 2023-12-07T14:57:59.496254+0000 mgr.a (mgr.24293) 12334 : 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-07T14:58:00.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:01 smithi022 bash[28554]: audit 2023-12-07T14:58:00.455205+0000 mgr.a (mgr.24293) 12335 : audit 0 from='client.249039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:01 smithi044 bash[32620]: audit 2023-12-07T14:58:00.455205+0000 mgr.a (mgr.24293) 12335 : audit 0 from='client.249039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:01 smithi027 bash[31536]: audit 2023-12-07T14:58:00.455205+0000 mgr.a (mgr.24293) 12335 : audit 0 from='client.249039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:02 smithi044 bash[32620]: cluster 2023-12-07T14:58:01.497268+0000 mgr.a (mgr.24293) 12336 : cluster 0 pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:02 smithi022 bash[28554]: cluster 2023-12-07T14:58:01.497268+0000 mgr.a (mgr.24293) 12336 : cluster 0 pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:02 smithi027 bash[31536]: cluster 2023-12-07T14:58:01.497268+0000 mgr.a (mgr.24293) 12336 : cluster 0 pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:03 smithi022 bash[28554]: cluster 2023-12-07T14:58:03.497925+0000 mgr.a (mgr.24293) 12337 : cluster 0 pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:03 smithi044 bash[32620]: cluster 2023-12-07T14:58:03.497925+0000 mgr.a (mgr.24293) 12337 : cluster 0 pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:03 smithi027 bash[31536]: cluster 2023-12-07T14:58:03.497925+0000 mgr.a (mgr.24293) 12337 : cluster 0 pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:05 smithi044 bash[32620]: cluster 2023-12-07T14:58:05.498692+0000 mgr.a (mgr.24293) 12338 : 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-07T14:58:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:05 smithi022 bash[28554]: cluster 2023-12-07T14:58:05.498692+0000 mgr.a (mgr.24293) 12338 : 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-07T14:58:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:05 smithi027 bash[31536]: cluster 2023-12-07T14:58:05.498692+0000 mgr.a (mgr.24293) 12338 : 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-07T14:58:05.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:05.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:05.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:06.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:06.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:06.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:06.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:06.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:06 smithi044 bash[32620]: audit 2023-12-07T14:58:06.390251+0000 mgr.a (mgr.24293) 12339 : audit 0 from='client.249114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:06 smithi022 bash[28554]: audit 2023-12-07T14:58:06.390251+0000 mgr.a (mgr.24293) 12339 : audit 0 from='client.249114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:06 smithi027 bash[31536]: audit 2023-12-07T14:58:06.390251+0000 mgr.a (mgr.24293) 12339 : audit 0 from='client.249114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:07 smithi022 bash[28554]: cluster 2023-12-07T14:58:07.499387+0000 mgr.a (mgr.24293) 12340 : 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-07T14:58:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:07 smithi044 bash[32620]: cluster 2023-12-07T14:58:07.499387+0000 mgr.a (mgr.24293) 12340 : 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-07T14:58:07.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:07 smithi027 bash[31536]: cluster 2023-12-07T14:58:07.499387+0000 mgr.a (mgr.24293) 12340 : 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-07T14:58:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:10 smithi044 bash[32620]: cluster 2023-12-07T14:58:09.499957+0000 mgr.a (mgr.24293) 12341 : 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-07T14:58:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:10 smithi022 bash[28554]: cluster 2023-12-07T14:58:09.499957+0000 mgr.a (mgr.24293) 12341 : 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-07T14:58:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:10 smithi027 bash[31536]: cluster 2023-12-07T14:58:09.499957+0000 mgr.a (mgr.24293) 12341 : 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-07T14:58:11.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:11.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:11.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:11 smithi022 bash[28554]: cluster 2023-12-07T14:58:11.500700+0000 mgr.a (mgr.24293) 12342 : 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-07T14:58:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:11 smithi044 bash[32620]: cluster 2023-12-07T14:58:11.500700+0000 mgr.a (mgr.24293) 12342 : 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-07T14:58:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:11 smithi027 bash[31536]: cluster 2023-12-07T14:58:11.500700+0000 mgr.a (mgr.24293) 12342 : 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-07T14:58:12.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:12.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:12.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:12.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:12.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:12 smithi022 bash[28554]: audit 2023-12-07T14:58:12.324428+0000 mgr.a (mgr.24293) 12343 : audit 0 from='client.249189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:12 smithi044 bash[32620]: audit 2023-12-07T14:58:12.324428+0000 mgr.a (mgr.24293) 12343 : audit 0 from='client.249189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:12 smithi027 bash[31536]: audit 2023-12-07T14:58:12.324428+0000 mgr.a (mgr.24293) 12343 : audit 0 from='client.249189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:13 smithi044 bash[32620]: cluster 2023-12-07T14:58:13.501478+0000 mgr.a (mgr.24293) 12344 : cluster 0 pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:13 smithi022 bash[28554]: cluster 2023-12-07T14:58:13.501478+0000 mgr.a (mgr.24293) 12344 : cluster 0 pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:13 smithi027 bash[31536]: cluster 2023-12-07T14:58:13.501478+0000 mgr.a (mgr.24293) 12344 : cluster 0 pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:15 smithi044 bash[32620]: cluster 2023-12-07T14:58:15.502467+0000 mgr.a (mgr.24293) 12345 : cluster 0 pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:15 smithi022 bash[28554]: cluster 2023-12-07T14:58:15.502467+0000 mgr.a (mgr.24293) 12345 : cluster 0 pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:15 smithi027 bash[31536]: cluster 2023-12-07T14:58:15.502467+0000 mgr.a (mgr.24293) 12345 : cluster 0 pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:17.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:17.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:17.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:17 smithi044 bash[32620]: cluster 2023-12-07T14:58:17.503067+0000 mgr.a (mgr.24293) 12346 : 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-07T14:58:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:17 smithi022 bash[28554]: cluster 2023-12-07T14:58:17.503067+0000 mgr.a (mgr.24293) 12346 : 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-07T14:58:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:17 smithi027 bash[31536]: cluster 2023-12-07T14:58:17.503067+0000 mgr.a (mgr.24293) 12346 : 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-07T14:58:18.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:18.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:18.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:18.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:18.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:18 smithi022 bash[28554]: audit 2023-12-07T14:58:18.280353+0000 mgr.a (mgr.24293) 12347 : audit 0 from='client.249267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:18.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:18 smithi044 bash[32620]: audit 2023-12-07T14:58:18.280353+0000 mgr.a (mgr.24293) 12347 : audit 0 from='client.249267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:18 smithi027 bash[31536]: audit 2023-12-07T14:58:18.280353+0000 mgr.a (mgr.24293) 12347 : audit 0 from='client.249267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:20 smithi022 bash[28554]: cluster 2023-12-07T14:58:19.503739+0000 mgr.a (mgr.24293) 12348 : 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-07T14:58:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:20 smithi044 bash[32620]: cluster 2023-12-07T14:58:19.503739+0000 mgr.a (mgr.24293) 12348 : 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-07T14:58:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:20 smithi027 bash[31536]: cluster 2023-12-07T14:58:19.503739+0000 mgr.a (mgr.24293) 12348 : 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-07T14:58:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:21 smithi044 bash[32620]: cluster 2023-12-07T14:58:21.504679+0000 mgr.a (mgr.24293) 12349 : 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-07T14:58:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:21 smithi022 bash[28554]: cluster 2023-12-07T14:58:21.504679+0000 mgr.a (mgr.24293) 12349 : 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-07T14:58:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:21 smithi027 bash[31536]: cluster 2023-12-07T14:58:21.504679+0000 mgr.a (mgr.24293) 12349 : 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-07T14:58:23.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:23.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:23.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:23 smithi022 bash[28554]: cluster 2023-12-07T14:58:23.505412+0000 mgr.a (mgr.24293) 12350 : 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-07T14:58:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:23 smithi044 bash[32620]: cluster 2023-12-07T14:58:23.505412+0000 mgr.a (mgr.24293) 12350 : 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-07T14:58:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:23 smithi027 bash[31536]: cluster 2023-12-07T14:58:23.505412+0000 mgr.a (mgr.24293) 12350 : 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-07T14:58:24.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:24.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:24.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:24.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:24.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:25 smithi022 bash[28554]: audit 2023-12-07T14:58:24.197845+0000 mgr.a (mgr.24293) 12351 : audit 0 from='client.249345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:25 smithi044 bash[32620]: audit 2023-12-07T14:58:24.197845+0000 mgr.a (mgr.24293) 12351 : audit 0 from='client.249345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:25 smithi027 bash[31536]: audit 2023-12-07T14:58:24.197845+0000 mgr.a (mgr.24293) 12351 : audit 0 from='client.249345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:26 smithi022 bash[28554]: cluster 2023-12-07T14:58:25.506346+0000 mgr.a (mgr.24293) 12352 : 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-07T14:58:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:26 smithi044 bash[32620]: cluster 2023-12-07T14:58:25.506346+0000 mgr.a (mgr.24293) 12352 : 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-07T14:58:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:26 smithi027 bash[31536]: cluster 2023-12-07T14:58:25.506346+0000 mgr.a (mgr.24293) 12352 : 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-07T14:58:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:27 smithi022 bash[28554]: audit 2023-12-07T14:58:26.468413+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:58:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:27 smithi022 bash[28554]: audit 2023-12-07T14:58:26.998395+0000 mon.a (mon.0) 2160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:27 smithi022 bash[28554]: audit 2023-12-07T14:58:27.003970+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:27 smithi022 bash[28554]: audit 2023-12-07T14:58:27.061023+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:27 smithi022 bash[28554]: audit 2023-12-07T14:58:27.066764+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:27 smithi044 bash[32620]: audit 2023-12-07T14:58:26.468413+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:58:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:27 smithi044 bash[32620]: audit 2023-12-07T14:58:26.998395+0000 mon.a (mon.0) 2160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:27 smithi044 bash[32620]: audit 2023-12-07T14:58:27.003970+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:27 smithi044 bash[32620]: audit 2023-12-07T14:58:27.061023+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:27 smithi044 bash[32620]: audit 2023-12-07T14:58:27.066764+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:27 smithi027 bash[31536]: audit 2023-12-07T14:58:26.468413+0000 mon.a (mon.0) 2159 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:58:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:27 smithi027 bash[31536]: audit 2023-12-07T14:58:26.998395+0000 mon.a (mon.0) 2160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:27 smithi027 bash[31536]: audit 2023-12-07T14:58:27.003970+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:27 smithi027 bash[31536]: audit 2023-12-07T14:58:27.061023+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:27.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:27 smithi027 bash[31536]: audit 2023-12-07T14:58:27.066764+0000 mon.a (mon.0) 2163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:28.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:28 smithi044 bash[32620]: cluster 2023-12-07T14:58:27.506913+0000 mgr.a (mgr.24293) 12353 : 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-07T14:58:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:28 smithi044 bash[32620]: audit 2023-12-07T14:58:27.756841+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:58:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:28 smithi044 bash[32620]: audit 2023-12-07T14:58:27.758836+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:58:28.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:28 smithi044 bash[32620]: audit 2023-12-07T14:58:27.768548+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:28 smithi022 bash[28554]: cluster 2023-12-07T14:58:27.506913+0000 mgr.a (mgr.24293) 12353 : 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-07T14:58:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:28 smithi022 bash[28554]: audit 2023-12-07T14:58:27.756841+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:58:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:28 smithi022 bash[28554]: audit 2023-12-07T14:58:27.758836+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:58:28.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:28 smithi022 bash[28554]: audit 2023-12-07T14:58:27.768548+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:28 smithi027 bash[31536]: cluster 2023-12-07T14:58:27.506913+0000 mgr.a (mgr.24293) 12353 : 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-07T14:58:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:28 smithi027 bash[31536]: audit 2023-12-07T14:58:27.756841+0000 mon.a (mon.0) 2164 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:58:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:28 smithi027 bash[31536]: audit 2023-12-07T14:58:27.758836+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:58:28.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:28 smithi027 bash[31536]: audit 2023-12-07T14:58:27.768548+0000 mon.a (mon.0) 2166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:58:29.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:29.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:29.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:30.667 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:30.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:30.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:30.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:30.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:30 smithi022 bash[28554]: cluster 2023-12-07T14:58:29.507649+0000 mgr.a (mgr.24293) 12354 : 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-07T14:58:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:30 smithi044 bash[32620]: cluster 2023-12-07T14:58:29.507649+0000 mgr.a (mgr.24293) 12354 : 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-07T14:58:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:30 smithi027 bash[31536]: cluster 2023-12-07T14:58:29.507649+0000 mgr.a (mgr.24293) 12354 : 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-07T14:58:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:31 smithi022 bash[28554]: audit 2023-12-07T14:58:30.132878+0000 mgr.a (mgr.24293) 12355 : audit 0 from='client.249423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:31.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:31 smithi044 bash[32620]: audit 2023-12-07T14:58:30.132878+0000 mgr.a (mgr.24293) 12355 : audit 0 from='client.249423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:31 smithi027 bash[31536]: audit 2023-12-07T14:58:30.132878+0000 mgr.a (mgr.24293) 12355 : audit 0 from='client.249423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:32 smithi044 bash[32620]: cluster 2023-12-07T14:58:31.508566+0000 mgr.a (mgr.24293) 12356 : cluster 0 pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:58:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:32 smithi022 bash[28554]: cluster 2023-12-07T14:58:31.508566+0000 mgr.a (mgr.24293) 12356 : cluster 0 pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:58:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:32 smithi027 bash[31536]: cluster 2023-12-07T14:58:31.508566+0000 mgr.a (mgr.24293) 12356 : cluster 0 pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:58:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:33 smithi044 bash[32620]: cluster 2023-12-07T14:58:33.509144+0000 mgr.a (mgr.24293) 12357 : cluster 0 pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:58:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:33 smithi022 bash[28554]: cluster 2023-12-07T14:58:33.509144+0000 mgr.a (mgr.24293) 12357 : cluster 0 pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:58:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:33 smithi027 bash[31536]: cluster 2023-12-07T14:58:33.509144+0000 mgr.a (mgr.24293) 12357 : cluster 0 pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:58:35.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:35.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:35.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:35 smithi022 bash[28554]: cluster 2023-12-07T14:58:35.510034+0000 mgr.a (mgr.24293) 12358 : cluster 0 pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:35 smithi044 bash[32620]: cluster 2023-12-07T14:58:35.510034+0000 mgr.a (mgr.24293) 12358 : cluster 0 pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:35 smithi027 bash[31536]: cluster 2023-12-07T14:58:35.510034+0000 mgr.a (mgr.24293) 12358 : cluster 0 pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:36.616 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:36.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:36.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:36.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:36.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:36 smithi022 bash[28554]: audit 2023-12-07T14:58:36.079142+0000 mgr.a (mgr.24293) 12359 : audit 0 from='client.249495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:36 smithi044 bash[32620]: audit 2023-12-07T14:58:36.079142+0000 mgr.a (mgr.24293) 12359 : audit 0 from='client.249495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:36 smithi027 bash[31536]: audit 2023-12-07T14:58:36.079142+0000 mgr.a (mgr.24293) 12359 : audit 0 from='client.249495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:37 smithi022 bash[28554]: cluster 2023-12-07T14:58:37.510891+0000 mgr.a (mgr.24293) 12360 : cluster 0 pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:37 smithi044 bash[32620]: cluster 2023-12-07T14:58:37.510891+0000 mgr.a (mgr.24293) 12360 : cluster 0 pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:37 smithi027 bash[31536]: cluster 2023-12-07T14:58:37.510891+0000 mgr.a (mgr.24293) 12360 : cluster 0 pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:40 smithi022 bash[28554]: cluster 2023-12-07T14:58:39.511509+0000 mgr.a (mgr.24293) 12361 : cluster 0 pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:40 smithi044 bash[32620]: cluster 2023-12-07T14:58:39.511509+0000 mgr.a (mgr.24293) 12361 : cluster 0 pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:40 smithi027 bash[31536]: cluster 2023-12-07T14:58:39.511509+0000 mgr.a (mgr.24293) 12361 : cluster 0 pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:41.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:41.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:41.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:41 smithi044 bash[32620]: cluster 2023-12-07T14:58:41.512280+0000 mgr.a (mgr.24293) 12362 : 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-07T14:58:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:41 smithi022 bash[28554]: cluster 2023-12-07T14:58:41.512280+0000 mgr.a (mgr.24293) 12362 : 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-07T14:58:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:41 smithi027 bash[31536]: cluster 2023-12-07T14:58:41.512280+0000 mgr.a (mgr.24293) 12362 : 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-07T14:58:42.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:42.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:42.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:42.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:42.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:42 smithi022 bash[28554]: audit 2023-12-07T14:58:42.024510+0000 mgr.a (mgr.24293) 12363 : audit 0 from='client.249570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:42 smithi044 bash[32620]: audit 2023-12-07T14:58:42.024510+0000 mgr.a (mgr.24293) 12363 : audit 0 from='client.249570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:42 smithi027 bash[31536]: audit 2023-12-07T14:58:42.024510+0000 mgr.a (mgr.24293) 12363 : audit 0 from='client.249570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:43 smithi044 bash[32620]: cluster 2023-12-07T14:58:43.513064+0000 mgr.a (mgr.24293) 12364 : cluster 0 pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:58:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:43 smithi022 bash[28554]: cluster 2023-12-07T14:58:43.513064+0000 mgr.a (mgr.24293) 12364 : cluster 0 pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:58:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:43 smithi027 bash[31536]: cluster 2023-12-07T14:58:43.513064+0000 mgr.a (mgr.24293) 12364 : cluster 0 pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:58:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:45 smithi022 bash[28554]: cluster 2023-12-07T14:58:45.513817+0000 mgr.a (mgr.24293) 12365 : cluster 0 pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:58:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:45 smithi044 bash[32620]: cluster 2023-12-07T14:58:45.513817+0000 mgr.a (mgr.24293) 12365 : cluster 0 pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:58:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:45 smithi027 bash[31536]: cluster 2023-12-07T14:58:45.513817+0000 mgr.a (mgr.24293) 12365 : cluster 0 pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:58:47.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:47.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:47.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:47 smithi022 bash[28554]: cluster 2023-12-07T14:58:47.514371+0000 mgr.a (mgr.24293) 12366 : cluster 0 pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:47 smithi044 bash[32620]: cluster 2023-12-07T14:58:47.514371+0000 mgr.a (mgr.24293) 12366 : cluster 0 pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:47 smithi027 bash[31536]: cluster 2023-12-07T14:58:47.514371+0000 mgr.a (mgr.24293) 12366 : cluster 0 pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:48.488 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:48.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:48.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:48.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:48.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:48 smithi022 bash[28554]: audit 2023-12-07T14:58:47.961259+0000 mgr.a (mgr.24293) 12367 : audit 0 from='client.249645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:48 smithi044 bash[32620]: audit 2023-12-07T14:58:47.961259+0000 mgr.a (mgr.24293) 12367 : audit 0 from='client.249645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:48 smithi027 bash[31536]: audit 2023-12-07T14:58:47.961259+0000 mgr.a (mgr.24293) 12367 : audit 0 from='client.249645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:50 smithi022 bash[28554]: cluster 2023-12-07T14:58:49.515090+0000 mgr.a (mgr.24293) 12368 : cluster 0 pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:50 smithi044 bash[32620]: cluster 2023-12-07T14:58:49.515090+0000 mgr.a (mgr.24293) 12368 : cluster 0 pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:50 smithi027 bash[31536]: cluster 2023-12-07T14:58:49.515090+0000 mgr.a (mgr.24293) 12368 : cluster 0 pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:51 smithi022 bash[28554]: cluster 2023-12-07T14:58:51.515915+0000 mgr.a (mgr.24293) 12369 : cluster 0 pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:51 smithi044 bash[32620]: cluster 2023-12-07T14:58:51.515915+0000 mgr.a (mgr.24293) 12369 : cluster 0 pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:51 smithi027 bash[31536]: cluster 2023-12-07T14:58:51.515915+0000 mgr.a (mgr.24293) 12369 : cluster 0 pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:53.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:53.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:53.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:53 smithi022 bash[28554]: cluster 2023-12-07T14:58:53.516430+0000 mgr.a (mgr.24293) 12370 : 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-07T14:58:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:53 smithi044 bash[32620]: cluster 2023-12-07T14:58:53.516430+0000 mgr.a (mgr.24293) 12370 : 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-07T14:58:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:53 smithi027 bash[31536]: cluster 2023-12-07T14:58:53.516430+0000 mgr.a (mgr.24293) 12370 : 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-07T14:58:54.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:54.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:54.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:54.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:58:54.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:58:55.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:55 smithi022 bash[28554]: audit 2023-12-07T14:58:53.897838+0000 mgr.a (mgr.24293) 12371 : audit 0 from='client.249723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:55 smithi044 bash[32620]: audit 2023-12-07T14:58:53.897838+0000 mgr.a (mgr.24293) 12371 : audit 0 from='client.249723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:55 smithi027 bash[31536]: audit 2023-12-07T14:58:53.897838+0000 mgr.a (mgr.24293) 12371 : audit 0 from='client.249723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:56 smithi044 bash[32620]: cluster 2023-12-07T14:58:55.517416+0000 mgr.a (mgr.24293) 12372 : 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-07T14:58:56.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:56 smithi022 bash[28554]: cluster 2023-12-07T14:58:55.517416+0000 mgr.a (mgr.24293) 12372 : 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-07T14:58:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:56 smithi027 bash[31536]: cluster 2023-12-07T14:58:55.517416+0000 mgr.a (mgr.24293) 12372 : 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-07T14:58:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:58:57 smithi022 bash[28554]: cluster 2023-12-07T14:58:57.518001+0000 mgr.a (mgr.24293) 12373 : 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-07T14:58:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:58:57 smithi044 bash[32620]: cluster 2023-12-07T14:58:57.518001+0000 mgr.a (mgr.24293) 12373 : 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-07T14:58:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:58:57 smithi027 bash[31536]: cluster 2023-12-07T14:58:57.518001+0000 mgr.a (mgr.24293) 12373 : 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-07T14:58:59.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:58:59.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:59.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:00.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:00.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:00.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:00.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:00.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:00 smithi022 bash[28554]: cluster 2023-12-07T14:58:59.518561+0000 mgr.a (mgr.24293) 12374 : 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-07T14:59:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:00 smithi044 bash[32620]: cluster 2023-12-07T14:58:59.518561+0000 mgr.a (mgr.24293) 12374 : 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-07T14:59:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:00 smithi027 bash[31536]: cluster 2023-12-07T14:58:59.518561+0000 mgr.a (mgr.24293) 12374 : 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-07T14:59:01.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:01 smithi022 bash[28554]: audit 2023-12-07T14:58:59.859113+0000 mgr.a (mgr.24293) 12375 : audit 0 from='client.249801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:01.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:01 smithi044 bash[32620]: audit 2023-12-07T14:58:59.859113+0000 mgr.a (mgr.24293) 12375 : audit 0 from='client.249801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:01 smithi027 bash[31536]: audit 2023-12-07T14:58:59.859113+0000 mgr.a (mgr.24293) 12375 : audit 0 from='client.249801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:02 smithi044 bash[32620]: cluster 2023-12-07T14:59:01.519496+0000 mgr.a (mgr.24293) 12376 : 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-07T14:59:02.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:02 smithi022 bash[28554]: cluster 2023-12-07T14:59:01.519496+0000 mgr.a (mgr.24293) 12376 : 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-07T14:59:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:02 smithi027 bash[31536]: cluster 2023-12-07T14:59:01.519496+0000 mgr.a (mgr.24293) 12376 : 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-07T14:59:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:03 smithi044 bash[32620]: cluster 2023-12-07T14:59:03.520066+0000 mgr.a (mgr.24293) 12377 : 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-07T14:59:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:03 smithi022 bash[28554]: cluster 2023-12-07T14:59:03.520066+0000 mgr.a (mgr.24293) 12377 : 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-07T14:59:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:03 smithi027 bash[31536]: cluster 2023-12-07T14:59:03.520066+0000 mgr.a (mgr.24293) 12377 : 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-07T14:59:05.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:05.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:05.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:05 smithi022 bash[28554]: cluster 2023-12-07T14:59:05.520582+0000 mgr.a (mgr.24293) 12378 : cluster 0 pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:05 smithi044 bash[32620]: cluster 2023-12-07T14:59:05.520582+0000 mgr.a (mgr.24293) 12378 : cluster 0 pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:05 smithi027 bash[31536]: cluster 2023-12-07T14:59:05.520582+0000 mgr.a (mgr.24293) 12378 : cluster 0 pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:06.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:06.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:06.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:06.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:06.345 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:06 smithi044 bash[32620]: audit 2023-12-07T14:59:05.808727+0000 mgr.a (mgr.24293) 12379 : audit 0 from='client.249879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:06 smithi022 bash[28554]: audit 2023-12-07T14:59:05.808727+0000 mgr.a (mgr.24293) 12379 : audit 0 from='client.249879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:06 smithi027 bash[31536]: audit 2023-12-07T14:59:05.808727+0000 mgr.a (mgr.24293) 12379 : audit 0 from='client.249879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:07 smithi044 bash[32620]: cluster 2023-12-07T14:59:07.521281+0000 mgr.a (mgr.24293) 12380 : cluster 0 pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:07 smithi022 bash[28554]: cluster 2023-12-07T14:59:07.521281+0000 mgr.a (mgr.24293) 12380 : cluster 0 pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:07 smithi027 bash[31536]: cluster 2023-12-07T14:59:07.521281+0000 mgr.a (mgr.24293) 12380 : cluster 0 pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:10 smithi022 bash[28554]: cluster 2023-12-07T14:59:09.521881+0000 mgr.a (mgr.24293) 12381 : cluster 0 pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:10 smithi044 bash[32620]: cluster 2023-12-07T14:59:09.521881+0000 mgr.a (mgr.24293) 12381 : cluster 0 pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:10 smithi027 bash[31536]: cluster 2023-12-07T14:59:09.521881+0000 mgr.a (mgr.24293) 12381 : cluster 0 pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:11.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:11.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:11.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:11 smithi044 bash[32620]: cluster 2023-12-07T14:59:11.522429+0000 mgr.a (mgr.24293) 12382 : 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-07T14:59:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:11 smithi022 bash[28554]: cluster 2023-12-07T14:59:11.522429+0000 mgr.a (mgr.24293) 12382 : 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-07T14:59:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:11 smithi027 bash[31536]: cluster 2023-12-07T14:59:11.522429+0000 mgr.a (mgr.24293) 12382 : 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-07T14:59:12.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:12.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:12.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:12.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:12.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:12 smithi022 bash[28554]: audit 2023-12-07T14:59:11.760823+0000 mgr.a (mgr.24293) 12383 : audit 0 from='client.249954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:12 smithi044 bash[32620]: audit 2023-12-07T14:59:11.760823+0000 mgr.a (mgr.24293) 12383 : audit 0 from='client.249954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:12 smithi027 bash[31536]: audit 2023-12-07T14:59:11.760823+0000 mgr.a (mgr.24293) 12383 : audit 0 from='client.249954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:13 smithi022 bash[28554]: cluster 2023-12-07T14:59:13.523286+0000 mgr.a (mgr.24293) 12384 : 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-07T14:59:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:13 smithi044 bash[32620]: cluster 2023-12-07T14:59:13.523286+0000 mgr.a (mgr.24293) 12384 : 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-07T14:59:13.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:13 smithi027 bash[31536]: cluster 2023-12-07T14:59:13.523286+0000 mgr.a (mgr.24293) 12384 : 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-07T14:59:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:15 smithi044 bash[32620]: cluster 2023-12-07T14:59:15.524291+0000 mgr.a (mgr.24293) 12385 : 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-07T14:59:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:15 smithi022 bash[28554]: cluster 2023-12-07T14:59:15.524291+0000 mgr.a (mgr.24293) 12385 : 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-07T14:59:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:15 smithi027 bash[31536]: cluster 2023-12-07T14:59:15.524291+0000 mgr.a (mgr.24293) 12385 : 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-07T14:59:17.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:17 smithi044 bash[32620]: cluster 2023-12-07T14:59:17.524978+0000 mgr.a (mgr.24293) 12386 : cluster 0 pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:17 smithi022 bash[28554]: cluster 2023-12-07T14:59:17.524978+0000 mgr.a (mgr.24293) 12386 : cluster 0 pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:17 smithi027 bash[31536]: cluster 2023-12-07T14:59:17.524978+0000 mgr.a (mgr.24293) 12386 : cluster 0 pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:18.237 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:18.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:18.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:18.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:18.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:18 smithi044 bash[32620]: audit 2023-12-07T14:59:17.700808+0000 mgr.a (mgr.24293) 12387 : audit 0 from='client.250029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:18 smithi022 bash[28554]: audit 2023-12-07T14:59:17.700808+0000 mgr.a (mgr.24293) 12387 : audit 0 from='client.250029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:18 smithi027 bash[31536]: audit 2023-12-07T14:59:17.700808+0000 mgr.a (mgr.24293) 12387 : audit 0 from='client.250029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:20 smithi022 bash[28554]: cluster 2023-12-07T14:59:19.525699+0000 mgr.a (mgr.24293) 12388 : cluster 0 pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:20 smithi044 bash[32620]: cluster 2023-12-07T14:59:19.525699+0000 mgr.a (mgr.24293) 12388 : cluster 0 pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:20 smithi027 bash[31536]: cluster 2023-12-07T14:59:19.525699+0000 mgr.a (mgr.24293) 12388 : cluster 0 pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:21 smithi022 bash[28554]: cluster 2023-12-07T14:59:21.526505+0000 mgr.a (mgr.24293) 12389 : cluster 0 pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:21 smithi044 bash[32620]: cluster 2023-12-07T14:59:21.526505+0000 mgr.a (mgr.24293) 12389 : cluster 0 pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:21 smithi027 bash[31536]: cluster 2023-12-07T14:59:21.526505+0000 mgr.a (mgr.24293) 12389 : cluster 0 pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:23.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:23.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:23.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:23 smithi022 bash[28554]: cluster 2023-12-07T14:59:23.527047+0000 mgr.a (mgr.24293) 12390 : 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-07T14:59:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:23 smithi044 bash[32620]: cluster 2023-12-07T14:59:23.527047+0000 mgr.a (mgr.24293) 12390 : 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-07T14:59:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:23 smithi027 bash[31536]: cluster 2023-12-07T14:59:23.527047+0000 mgr.a (mgr.24293) 12390 : 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-07T14:59:24.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:24.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:24.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:24.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:24.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:25 smithi022 bash[28554]: audit 2023-12-07T14:59:23.649795+0000 mgr.a (mgr.24293) 12391 : audit 0 from='client.250104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:25.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:25 smithi044 bash[32620]: audit 2023-12-07T14:59:23.649795+0000 mgr.a (mgr.24293) 12391 : audit 0 from='client.250104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:25 smithi027 bash[31536]: audit 2023-12-07T14:59:23.649795+0000 mgr.a (mgr.24293) 12391 : audit 0 from='client.250104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:26.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:26 smithi044 bash[32620]: cluster 2023-12-07T14:59:25.528119+0000 mgr.a (mgr.24293) 12392 : 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-07T14:59:26.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:26 smithi022 bash[28554]: cluster 2023-12-07T14:59:25.528119+0000 mgr.a (mgr.24293) 12392 : 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-07T14:59:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:26 smithi027 bash[31536]: cluster 2023-12-07T14:59:25.528119+0000 mgr.a (mgr.24293) 12392 : 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-07T14:59:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:27 smithi022 bash[28554]: cluster 2023-12-07T14:59:27.528872+0000 mgr.a (mgr.24293) 12393 : 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-07T14:59:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:27 smithi044 bash[32620]: cluster 2023-12-07T14:59:27.528872+0000 mgr.a (mgr.24293) 12393 : 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-07T14:59:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:27 smithi027 bash[31536]: cluster 2023-12-07T14:59:27.528872+0000 mgr.a (mgr.24293) 12393 : 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-07T14:59:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:28 smithi044 bash[32620]: audit 2023-12-07T14:59:27.872443+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:59:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:28 smithi044 bash[32620]: audit 2023-12-07T14:59:28.607851+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:59:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:28 smithi044 bash[32620]: audit 2023-12-07T14:59:28.609268+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:59:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:28 smithi022 bash[28554]: audit 2023-12-07T14:59:27.872443+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:59:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:28 smithi022 bash[28554]: audit 2023-12-07T14:59:28.607851+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:59:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:28 smithi022 bash[28554]: audit 2023-12-07T14:59:28.609268+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:59:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:28 smithi027 bash[31536]: audit 2023-12-07T14:59:27.872443+0000 mon.a (mon.0) 2167 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:59:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:28 smithi027 bash[31536]: audit 2023-12-07T14:59:28.607851+0000 mon.a (mon.0) 2168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:59:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:28 smithi027 bash[31536]: audit 2023-12-07T14:59:28.609268+0000 mon.a (mon.0) 2169 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:59:29.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:29.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:29.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:29 smithi044 bash[32620]: audit 2023-12-07T14:59:28.621505+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:59:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:29 smithi044 bash[32620]: cluster 2023-12-07T14:59:29.529468+0000 mgr.a (mgr.24293) 12394 : 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-07T14:59:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:29 smithi022 bash[28554]: audit 2023-12-07T14:59:28.621505+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:59:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:29 smithi022 bash[28554]: cluster 2023-12-07T14:59:29.529468+0000 mgr.a (mgr.24293) 12394 : 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-07T14:59:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:29 smithi027 bash[31536]: audit 2023-12-07T14:59:28.621505+0000 mon.a (mon.0) 2170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T14:59:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:29 smithi027 bash[31536]: cluster 2023-12-07T14:59:29.529468+0000 mgr.a (mgr.24293) 12394 : 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-07T14:59:30.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:30.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:30.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:30.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:30.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:31 smithi022 bash[28554]: audit 2023-12-07T14:59:29.585291+0000 mgr.a (mgr.24293) 12395 : audit 0 from='client.250182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:31.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:31 smithi044 bash[32620]: audit 2023-12-07T14:59:29.585291+0000 mgr.a (mgr.24293) 12395 : audit 0 from='client.250182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:31 smithi027 bash[31536]: audit 2023-12-07T14:59:29.585291+0000 mgr.a (mgr.24293) 12395 : audit 0 from='client.250182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:32 smithi044 bash[32620]: cluster 2023-12-07T14:59:31.530362+0000 mgr.a (mgr.24293) 12396 : 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-07T14:59:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:32 smithi022 bash[28554]: cluster 2023-12-07T14:59:31.530362+0000 mgr.a (mgr.24293) 12396 : 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-07T14:59:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:32 smithi027 bash[31536]: cluster 2023-12-07T14:59:31.530362+0000 mgr.a (mgr.24293) 12396 : 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-07T14:59:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:33 smithi044 bash[32620]: cluster 2023-12-07T14:59:33.530979+0000 mgr.a (mgr.24293) 12397 : 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-07T14:59:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:33 smithi022 bash[28554]: cluster 2023-12-07T14:59:33.530979+0000 mgr.a (mgr.24293) 12397 : 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-07T14:59:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:33 smithi027 bash[31536]: cluster 2023-12-07T14:59:33.530979+0000 mgr.a (mgr.24293) 12397 : 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-07T14:59:35.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:35.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:35.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:35 smithi044 bash[32620]: audit 2023-12-07T14:59:35.510714+0000 mgr.a (mgr.24293) 12398 : audit 0 from='client.250260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:35 smithi044 bash[32620]: cluster 2023-12-07T14:59:35.532191+0000 mgr.a (mgr.24293) 12399 : cluster 0 pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:35 smithi022 bash[28554]: audit 2023-12-07T14:59:35.510714+0000 mgr.a (mgr.24293) 12398 : audit 0 from='client.250260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:35 smithi022 bash[28554]: cluster 2023-12-07T14:59:35.532191+0000 mgr.a (mgr.24293) 12399 : cluster 0 pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:35 smithi027 bash[31536]: audit 2023-12-07T14:59:35.510714+0000 mgr.a (mgr.24293) 12398 : audit 0 from='client.250260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:35 smithi027 bash[31536]: cluster 2023-12-07T14:59:35.532191+0000 mgr.a (mgr.24293) 12399 : cluster 0 pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:36.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:36.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:36.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:36.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:36.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:37 smithi044 bash[32620]: cluster 2023-12-07T14:59:37.532892+0000 mgr.a (mgr.24293) 12400 : cluster 0 pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:37 smithi022 bash[28554]: cluster 2023-12-07T14:59:37.532892+0000 mgr.a (mgr.24293) 12400 : cluster 0 pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:37 smithi027 bash[31536]: cluster 2023-12-07T14:59:37.532892+0000 mgr.a (mgr.24293) 12400 : cluster 0 pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:40 smithi022 bash[28554]: cluster 2023-12-07T14:59:39.533497+0000 mgr.a (mgr.24293) 12401 : cluster 0 pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:40.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:40 smithi044 bash[32620]: cluster 2023-12-07T14:59:39.533497+0000 mgr.a (mgr.24293) 12401 : cluster 0 pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:40 smithi027 bash[31536]: cluster 2023-12-07T14:59:39.533497+0000 mgr.a (mgr.24293) 12401 : cluster 0 pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:41.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:41.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:41.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:41 smithi022 bash[28554]: audit 2023-12-07T14:59:41.461081+0000 mgr.a (mgr.24293) 12402 : audit 0 from='client.250335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:41 smithi022 bash[28554]: cluster 2023-12-07T14:59:41.534167+0000 mgr.a (mgr.24293) 12403 : cluster 0 pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:41 smithi044 bash[32620]: audit 2023-12-07T14:59:41.461081+0000 mgr.a (mgr.24293) 12402 : audit 0 from='client.250335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:41 smithi044 bash[32620]: cluster 2023-12-07T14:59:41.534167+0000 mgr.a (mgr.24293) 12403 : cluster 0 pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:41 smithi027 bash[31536]: audit 2023-12-07T14:59:41.461081+0000 mgr.a (mgr.24293) 12402 : audit 0 from='client.250335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:41 smithi027 bash[31536]: cluster 2023-12-07T14:59:41.534167+0000 mgr.a (mgr.24293) 12403 : cluster 0 pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:41.976 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:41.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:41.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:41.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:41.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:43 smithi022 bash[28554]: cluster 2023-12-07T14:59:43.534948+0000 mgr.a (mgr.24293) 12404 : cluster 0 pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:43 smithi044 bash[32620]: cluster 2023-12-07T14:59:43.534948+0000 mgr.a (mgr.24293) 12404 : cluster 0 pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:43 smithi027 bash[31536]: cluster 2023-12-07T14:59:43.534948+0000 mgr.a (mgr.24293) 12404 : cluster 0 pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:45 smithi044 bash[32620]: cluster 2023-12-07T14:59:45.535797+0000 mgr.a (mgr.24293) 12405 : 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-07T14:59:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:45 smithi022 bash[28554]: cluster 2023-12-07T14:59:45.535797+0000 mgr.a (mgr.24293) 12405 : 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-07T14:59:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:45 smithi027 bash[31536]: cluster 2023-12-07T14:59:45.535797+0000 mgr.a (mgr.24293) 12405 : 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-07T14:59:46.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:46.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:46.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:47.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:47.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:47.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:47.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:47.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:47 smithi022 bash[28554]: audit 2023-12-07T14:59:47.391834+0000 mgr.a (mgr.24293) 12406 : audit 0 from='client.250410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:47 smithi022 bash[28554]: cluster 2023-12-07T14:59:47.540828+0000 mgr.a (mgr.24293) 12407 : cluster 0 pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:47 smithi044 bash[32620]: audit 2023-12-07T14:59:47.391834+0000 mgr.a (mgr.24293) 12406 : audit 0 from='client.250410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:47 smithi044 bash[32620]: cluster 2023-12-07T14:59:47.540828+0000 mgr.a (mgr.24293) 12407 : cluster 0 pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:47 smithi027 bash[31536]: audit 2023-12-07T14:59:47.391834+0000 mgr.a (mgr.24293) 12406 : audit 0 from='client.250410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:47 smithi027 bash[31536]: cluster 2023-12-07T14:59:47.540828+0000 mgr.a (mgr.24293) 12407 : cluster 0 pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:50.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:50 smithi022 bash[28554]: cluster 2023-12-07T14:59:49.541557+0000 mgr.a (mgr.24293) 12408 : cluster 0 pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:50.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:50 smithi044 bash[32620]: cluster 2023-12-07T14:59:49.541557+0000 mgr.a (mgr.24293) 12408 : cluster 0 pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:50 smithi027 bash[31536]: cluster 2023-12-07T14:59:49.541557+0000 mgr.a (mgr.24293) 12408 : cluster 0 pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:51 smithi022 bash[28554]: cluster 2023-12-07T14:59:51.542382+0000 mgr.a (mgr.24293) 12409 : cluster 0 pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:51 smithi044 bash[32620]: cluster 2023-12-07T14:59:51.542382+0000 mgr.a (mgr.24293) 12409 : cluster 0 pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:51 smithi027 bash[31536]: cluster 2023-12-07T14:59:51.542382+0000 mgr.a (mgr.24293) 12409 : cluster 0 pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:52.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:52.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:52.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:53.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:53.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:53.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:53.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:53.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T14:59:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:53 smithi022 bash[28554]: audit 2023-12-07T14:59:53.333722+0000 mgr.a (mgr.24293) 12410 : audit 0 from='client.250485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:53 smithi022 bash[28554]: cluster 2023-12-07T14:59:53.543279+0000 mgr.a (mgr.24293) 12411 : cluster 0 pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:53 smithi044 bash[32620]: audit 2023-12-07T14:59:53.333722+0000 mgr.a (mgr.24293) 12410 : audit 0 from='client.250485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:53 smithi044 bash[32620]: cluster 2023-12-07T14:59:53.543279+0000 mgr.a (mgr.24293) 12411 : cluster 0 pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:53 smithi027 bash[31536]: audit 2023-12-07T14:59:53.333722+0000 mgr.a (mgr.24293) 12410 : audit 0 from='client.250485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:53 smithi027 bash[31536]: cluster 2023-12-07T14:59:53.543279+0000 mgr.a (mgr.24293) 12411 : cluster 0 pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:55 smithi022 bash[28554]: cluster 2023-12-07T14:59:55.544271+0000 mgr.a (mgr.24293) 12412 : cluster 0 pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:55 smithi044 bash[32620]: cluster 2023-12-07T14:59:55.544271+0000 mgr.a (mgr.24293) 12412 : cluster 0 pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:55 smithi027 bash[31536]: cluster 2023-12-07T14:59:55.544271+0000 mgr.a (mgr.24293) 12412 : cluster 0 pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 14:59:57 smithi044 bash[32620]: cluster 2023-12-07T14:59:57.544930+0000 mgr.a (mgr.24293) 12413 : 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-07T14:59:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 14:59:57 smithi022 bash[28554]: cluster 2023-12-07T14:59:57.544930+0000 mgr.a (mgr.24293) 12413 : 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-07T14:59:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 14:59:57 smithi027 bash[31536]: cluster 2023-12-07T14:59:57.544930+0000 mgr.a (mgr.24293) 12413 : 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-07T14:59:58.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T14:59:58.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:58.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:59.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T14:59:59.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:59.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:59.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:59.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:00 smithi022 bash[28554]: audit 2023-12-07T14:59:59.276997+0000 mgr.a (mgr.24293) 12414 : audit 0 from='client.250563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:00 smithi022 bash[28554]: cluster 2023-12-07T14:59:59.546060+0000 mgr.a (mgr.24293) 12415 : 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-07T15:00:00.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:00 smithi022 bash[28554]: cluster 2023-12-07T15:00:00.000144+0000 mon.a (mon.0) 2171 : cluster 1 overall HEALTH_OK 2023-12-07T15:00:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:00 smithi044 bash[32620]: audit 2023-12-07T14:59:59.276997+0000 mgr.a (mgr.24293) 12414 : audit 0 from='client.250563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:00 smithi044 bash[32620]: cluster 2023-12-07T14:59:59.546060+0000 mgr.a (mgr.24293) 12415 : 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-07T15:00:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:00 smithi044 bash[32620]: cluster 2023-12-07T15:00:00.000144+0000 mon.a (mon.0) 2171 : cluster 1 overall HEALTH_OK 2023-12-07T15:00:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:00 smithi027 bash[31536]: audit 2023-12-07T14:59:59.276997+0000 mgr.a (mgr.24293) 12414 : audit 0 from='client.250563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:00.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:00 smithi027 bash[31536]: cluster 2023-12-07T14:59:59.546060+0000 mgr.a (mgr.24293) 12415 : 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-07T15:00:00.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:00 smithi027 bash[31536]: cluster 2023-12-07T15:00:00.000144+0000 mon.a (mon.0) 2171 : cluster 1 overall HEALTH_OK 2023-12-07T15:00:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:01 smithi022 bash[28554]: cluster 2023-12-07T15:00:01.547051+0000 mgr.a (mgr.24293) 12416 : 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-07T15:00:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:01 smithi044 bash[32620]: cluster 2023-12-07T15:00:01.547051+0000 mgr.a (mgr.24293) 12416 : 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-07T15:00:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:01 smithi027 bash[31536]: cluster 2023-12-07T15:00:01.547051+0000 mgr.a (mgr.24293) 12416 : 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-07T15:00:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:03 smithi044 bash[32620]: cluster 2023-12-07T15:00:03.547623+0000 mgr.a (mgr.24293) 12417 : 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-07T15:00:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:03 smithi022 bash[28554]: cluster 2023-12-07T15:00:03.547623+0000 mgr.a (mgr.24293) 12417 : 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-07T15:00:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:03 smithi027 bash[31536]: cluster 2023-12-07T15:00:03.547623+0000 mgr.a (mgr.24293) 12417 : 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-07T15:00:04.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:04.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:04.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:05.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:05.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:05.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:05.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:05.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:05 smithi044 bash[32620]: audit 2023-12-07T15:00:05.220857+0000 mgr.a (mgr.24293) 12418 : audit 0 from='client.250641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:05 smithi044 bash[32620]: cluster 2023-12-07T15:00:05.548278+0000 mgr.a (mgr.24293) 12419 : cluster 0 pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:00:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:05 smithi022 bash[28554]: audit 2023-12-07T15:00:05.220857+0000 mgr.a (mgr.24293) 12418 : audit 0 from='client.250641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:05 smithi022 bash[28554]: cluster 2023-12-07T15:00:05.548278+0000 mgr.a (mgr.24293) 12419 : cluster 0 pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:00:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:05 smithi027 bash[31536]: audit 2023-12-07T15:00:05.220857+0000 mgr.a (mgr.24293) 12418 : audit 0 from='client.250641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:05 smithi027 bash[31536]: cluster 2023-12-07T15:00:05.548278+0000 mgr.a (mgr.24293) 12419 : cluster 0 pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:00:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:07 smithi022 bash[28554]: cluster 2023-12-07T15:00:07.548908+0000 mgr.a (mgr.24293) 12420 : cluster 0 pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:07 smithi044 bash[32620]: cluster 2023-12-07T15:00:07.548908+0000 mgr.a (mgr.24293) 12420 : cluster 0 pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:07 smithi027 bash[31536]: cluster 2023-12-07T15:00:07.548908+0000 mgr.a (mgr.24293) 12420 : cluster 0 pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:10.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:10 smithi044 bash[32620]: cluster 2023-12-07T15:00:09.549475+0000 mgr.a (mgr.24293) 12421 : cluster 0 pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:10 smithi022 bash[28554]: cluster 2023-12-07T15:00:09.549475+0000 mgr.a (mgr.24293) 12421 : cluster 0 pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:10 smithi027 bash[31536]: cluster 2023-12-07T15:00:09.549475+0000 mgr.a (mgr.24293) 12421 : cluster 0 pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:10.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:10.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:10.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:11.683 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:11.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:11.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:11.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:11.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:11 smithi022 bash[28554]: audit 2023-12-07T15:00:11.162562+0000 mgr.a (mgr.24293) 12422 : audit 0 from='client.250719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:11 smithi022 bash[28554]: cluster 2023-12-07T15:00:11.550465+0000 mgr.a (mgr.24293) 12423 : cluster 0 pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:11 smithi044 bash[32620]: audit 2023-12-07T15:00:11.162562+0000 mgr.a (mgr.24293) 12422 : audit 0 from='client.250719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:11 smithi044 bash[32620]: cluster 2023-12-07T15:00:11.550465+0000 mgr.a (mgr.24293) 12423 : cluster 0 pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:11 smithi027 bash[31536]: audit 2023-12-07T15:00:11.162562+0000 mgr.a (mgr.24293) 12422 : audit 0 from='client.250719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:11 smithi027 bash[31536]: cluster 2023-12-07T15:00:11.550465+0000 mgr.a (mgr.24293) 12423 : cluster 0 pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:13 smithi044 bash[32620]: cluster 2023-12-07T15:00:13.551062+0000 mgr.a (mgr.24293) 12424 : cluster 0 pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:13 smithi022 bash[28554]: cluster 2023-12-07T15:00:13.551062+0000 mgr.a (mgr.24293) 12424 : cluster 0 pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:13 smithi027 bash[31536]: cluster 2023-12-07T15:00:13.551062+0000 mgr.a (mgr.24293) 12424 : cluster 0 pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:15 smithi022 bash[28554]: cluster 2023-12-07T15:00:15.551821+0000 mgr.a (mgr.24293) 12425 : 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-07T15:00:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:15 smithi044 bash[32620]: cluster 2023-12-07T15:00:15.551821+0000 mgr.a (mgr.24293) 12425 : 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-07T15:00:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:15 smithi027 bash[31536]: cluster 2023-12-07T15:00:15.551821+0000 mgr.a (mgr.24293) 12425 : 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-07T15:00:16.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:16.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:16.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:17.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:17.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:17.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:17.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:17.629 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:17 smithi022 bash[28554]: audit 2023-12-07T15:00:17.100786+0000 mgr.a (mgr.24293) 12426 : audit 0 from='client.250797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:17 smithi022 bash[28554]: cluster 2023-12-07T15:00:17.552305+0000 mgr.a (mgr.24293) 12427 : cluster 0 pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:17 smithi044 bash[32620]: audit 2023-12-07T15:00:17.100786+0000 mgr.a (mgr.24293) 12426 : audit 0 from='client.250797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:17 smithi044 bash[32620]: cluster 2023-12-07T15:00:17.552305+0000 mgr.a (mgr.24293) 12427 : cluster 0 pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:17 smithi027 bash[31536]: audit 2023-12-07T15:00:17.100786+0000 mgr.a (mgr.24293) 12426 : audit 0 from='client.250797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:17 smithi027 bash[31536]: cluster 2023-12-07T15:00:17.552305+0000 mgr.a (mgr.24293) 12427 : cluster 0 pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:20 smithi044 bash[32620]: cluster 2023-12-07T15:00:19.552993+0000 mgr.a (mgr.24293) 12428 : cluster 0 pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:20 smithi022 bash[28554]: cluster 2023-12-07T15:00:19.552993+0000 mgr.a (mgr.24293) 12428 : cluster 0 pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:20 smithi027 bash[31536]: cluster 2023-12-07T15:00:19.552993+0000 mgr.a (mgr.24293) 12428 : cluster 0 pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:21 smithi022 bash[28554]: cluster 2023-12-07T15:00:21.553840+0000 mgr.a (mgr.24293) 12429 : cluster 0 pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:00:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:21 smithi044 bash[32620]: cluster 2023-12-07T15:00:21.553840+0000 mgr.a (mgr.24293) 12429 : cluster 0 pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:00:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:21 smithi027 bash[31536]: cluster 2023-12-07T15:00:21.553840+0000 mgr.a (mgr.24293) 12429 : cluster 0 pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:00:22.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:22.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:22.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:23.556 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:23.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:23.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:23.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:23.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:23 smithi022 bash[28554]: audit 2023-12-07T15:00:23.040108+0000 mgr.a (mgr.24293) 12430 : audit 0 from='client.250875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:23 smithi022 bash[28554]: cluster 2023-12-07T15:00:23.554518+0000 mgr.a (mgr.24293) 12431 : cluster 0 pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:23 smithi044 bash[32620]: audit 2023-12-07T15:00:23.040108+0000 mgr.a (mgr.24293) 12430 : audit 0 from='client.250875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:23 smithi044 bash[32620]: cluster 2023-12-07T15:00:23.554518+0000 mgr.a (mgr.24293) 12431 : cluster 0 pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:23 smithi027 bash[31536]: audit 2023-12-07T15:00:23.040108+0000 mgr.a (mgr.24293) 12430 : audit 0 from='client.250875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:23 smithi027 bash[31536]: cluster 2023-12-07T15:00:23.554518+0000 mgr.a (mgr.24293) 12431 : cluster 0 pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:25 smithi044 bash[32620]: cluster 2023-12-07T15:00:25.555341+0000 mgr.a (mgr.24293) 12432 : cluster 0 pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:25 smithi022 bash[28554]: cluster 2023-12-07T15:00:25.555341+0000 mgr.a (mgr.24293) 12432 : cluster 0 pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:25 smithi027 bash[31536]: cluster 2023-12-07T15:00:25.555341+0000 mgr.a (mgr.24293) 12432 : cluster 0 pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:27 smithi044 bash[32620]: cluster 2023-12-07T15:00:27.555910+0000 mgr.a (mgr.24293) 12433 : 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-07T15:00:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:27 smithi022 bash[28554]: cluster 2023-12-07T15:00:27.555910+0000 mgr.a (mgr.24293) 12433 : 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-07T15:00:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:27 smithi027 bash[31536]: cluster 2023-12-07T15:00:27.555910+0000 mgr.a (mgr.24293) 12433 : 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-07T15:00:28.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:28.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:28.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:28 smithi044 bash[32620]: audit 2023-12-07T15:00:28.724741+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:00:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:28 smithi022 bash[28554]: audit 2023-12-07T15:00:28.724741+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:00:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:28 smithi027 bash[31536]: audit 2023-12-07T15:00:28.724741+0000 mon.a (mon.0) 2172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:00:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:29.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:29.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:30 smithi022 bash[28554]: audit 2023-12-07T15:00:28.983976+0000 mgr.a (mgr.24293) 12434 : audit 0 from='client.250950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:30 smithi022 bash[28554]: cluster 2023-12-07T15:00:29.556604+0000 mgr.a (mgr.24293) 12435 : 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-07T15:00:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:30 smithi022 bash[28554]: audit 2023-12-07T15:00:29.563741+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:00:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:30 smithi022 bash[28554]: audit 2023-12-07T15:00:29.565630+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:00:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:30 smithi022 bash[28554]: audit 2023-12-07T15:00:29.575647+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:00:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:30 smithi044 bash[32620]: audit 2023-12-07T15:00:28.983976+0000 mgr.a (mgr.24293) 12434 : audit 0 from='client.250950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:30 smithi044 bash[32620]: cluster 2023-12-07T15:00:29.556604+0000 mgr.a (mgr.24293) 12435 : 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-07T15:00:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:30 smithi044 bash[32620]: audit 2023-12-07T15:00:29.563741+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:00:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:30 smithi044 bash[32620]: audit 2023-12-07T15:00:29.565630+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:00:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:30 smithi044 bash[32620]: audit 2023-12-07T15:00:29.575647+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:00:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:30 smithi027 bash[31536]: audit 2023-12-07T15:00:28.983976+0000 mgr.a (mgr.24293) 12434 : audit 0 from='client.250950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:30 smithi027 bash[31536]: cluster 2023-12-07T15:00:29.556604+0000 mgr.a (mgr.24293) 12435 : 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-07T15:00:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:30 smithi027 bash[31536]: audit 2023-12-07T15:00:29.563741+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:00:30.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:30 smithi027 bash[31536]: audit 2023-12-07T15:00:29.565630+0000 mon.a (mon.0) 2174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:00:30.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:30 smithi027 bash[31536]: audit 2023-12-07T15:00:29.575647+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:00:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:31 smithi022 bash[28554]: cluster 2023-12-07T15:00:31.557453+0000 mgr.a (mgr.24293) 12436 : 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-07T15:00:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:31 smithi044 bash[32620]: cluster 2023-12-07T15:00:31.557453+0000 mgr.a (mgr.24293) 12436 : 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-07T15:00:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:31 smithi027 bash[31536]: cluster 2023-12-07T15:00:31.557453+0000 mgr.a (mgr.24293) 12436 : 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-07T15:00:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:33 smithi022 bash[28554]: cluster 2023-12-07T15:00:33.558040+0000 mgr.a (mgr.24293) 12437 : 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-07T15:00:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:33 smithi044 bash[32620]: cluster 2023-12-07T15:00:33.558040+0000 mgr.a (mgr.24293) 12437 : 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-07T15:00:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:33 smithi027 bash[31536]: cluster 2023-12-07T15:00:33.558040+0000 mgr.a (mgr.24293) 12437 : 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-07T15:00:34.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:34.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:34.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:35.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:35.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:35.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:35.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:35.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:35 smithi044 bash[32620]: audit 2023-12-07T15:00:34.907582+0000 mgr.a (mgr.24293) 12438 : audit 0 from='client.251022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:35 smithi044 bash[32620]: cluster 2023-12-07T15:00:35.558988+0000 mgr.a (mgr.24293) 12439 : cluster 0 pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:00:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:35 smithi022 bash[28554]: audit 2023-12-07T15:00:34.907582+0000 mgr.a (mgr.24293) 12438 : audit 0 from='client.251022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:35 smithi022 bash[28554]: cluster 2023-12-07T15:00:35.558988+0000 mgr.a (mgr.24293) 12439 : cluster 0 pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:00:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:35 smithi027 bash[31536]: audit 2023-12-07T15:00:34.907582+0000 mgr.a (mgr.24293) 12438 : audit 0 from='client.251022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:35 smithi027 bash[31536]: cluster 2023-12-07T15:00:35.558988+0000 mgr.a (mgr.24293) 12439 : cluster 0 pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:00:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:37 smithi044 bash[32620]: cluster 2023-12-07T15:00:37.559601+0000 mgr.a (mgr.24293) 12440 : cluster 0 pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:00:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:37 smithi022 bash[28554]: cluster 2023-12-07T15:00:37.559601+0000 mgr.a (mgr.24293) 12440 : cluster 0 pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:00:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:37 smithi027 bash[31536]: cluster 2023-12-07T15:00:37.559601+0000 mgr.a (mgr.24293) 12440 : cluster 0 pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:00:40.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:40.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:40.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:40 smithi022 bash[28554]: cluster 2023-12-07T15:00:39.560157+0000 mgr.a (mgr.24293) 12441 : cluster 0 pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:00:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:40 smithi044 bash[32620]: cluster 2023-12-07T15:00:39.560157+0000 mgr.a (mgr.24293) 12441 : cluster 0 pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:00:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:40 smithi027 bash[31536]: cluster 2023-12-07T15:00:39.560157+0000 mgr.a (mgr.24293) 12441 : cluster 0 pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:00:41.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:41.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:41.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:41.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:41.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:41 smithi022 bash[28554]: audit 2023-12-07T15:00:40.867246+0000 mgr.a (mgr.24293) 12442 : audit 0 from='client.251097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:41 smithi022 bash[28554]: cluster 2023-12-07T15:00:41.561218+0000 mgr.a (mgr.24293) 12443 : cluster 0 pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:41 smithi044 bash[32620]: audit 2023-12-07T15:00:40.867246+0000 mgr.a (mgr.24293) 12442 : audit 0 from='client.251097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:41 smithi044 bash[32620]: cluster 2023-12-07T15:00:41.561218+0000 mgr.a (mgr.24293) 12443 : cluster 0 pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:41 smithi027 bash[31536]: audit 2023-12-07T15:00:40.867246+0000 mgr.a (mgr.24293) 12442 : audit 0 from='client.251097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:41 smithi027 bash[31536]: cluster 2023-12-07T15:00:41.561218+0000 mgr.a (mgr.24293) 12443 : cluster 0 pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:43 smithi044 bash[32620]: cluster 2023-12-07T15:00:43.561890+0000 mgr.a (mgr.24293) 12444 : cluster 0 pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:43 smithi022 bash[28554]: cluster 2023-12-07T15:00:43.561890+0000 mgr.a (mgr.24293) 12444 : cluster 0 pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:43 smithi027 bash[31536]: cluster 2023-12-07T15:00:43.561890+0000 mgr.a (mgr.24293) 12444 : cluster 0 pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:45 smithi044 bash[32620]: cluster 2023-12-07T15:00:45.562750+0000 mgr.a (mgr.24293) 12445 : cluster 0 pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:45 smithi022 bash[28554]: cluster 2023-12-07T15:00:45.562750+0000 mgr.a (mgr.24293) 12445 : cluster 0 pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:45 smithi027 bash[31536]: cluster 2023-12-07T15:00:45.562750+0000 mgr.a (mgr.24293) 12445 : cluster 0 pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:46.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:46.385 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:46.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:47.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:47.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:47.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:47.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:47.322 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:47 smithi044 bash[32620]: audit 2023-12-07T15:00:46.799046+0000 mgr.a (mgr.24293) 12446 : audit 0 from='client.251175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:47 smithi044 bash[32620]: cluster 2023-12-07T15:00:47.563641+0000 mgr.a (mgr.24293) 12447 : cluster 0 pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:00:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:47 smithi022 bash[28554]: audit 2023-12-07T15:00:46.799046+0000 mgr.a (mgr.24293) 12446 : audit 0 from='client.251175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:47 smithi022 bash[28554]: cluster 2023-12-07T15:00:47.563641+0000 mgr.a (mgr.24293) 12447 : cluster 0 pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:00:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:47 smithi027 bash[31536]: audit 2023-12-07T15:00:46.799046+0000 mgr.a (mgr.24293) 12446 : audit 0 from='client.251175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:47 smithi027 bash[31536]: cluster 2023-12-07T15:00:47.563641+0000 mgr.a (mgr.24293) 12447 : cluster 0 pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:00:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:50 smithi044 bash[32620]: cluster 2023-12-07T15:00:49.564390+0000 mgr.a (mgr.24293) 12448 : cluster 0 pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:00:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:50 smithi022 bash[28554]: cluster 2023-12-07T15:00:49.564390+0000 mgr.a (mgr.24293) 12448 : cluster 0 pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:00:50.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:50 smithi027 bash[31536]: cluster 2023-12-07T15:00:49.564390+0000 mgr.a (mgr.24293) 12448 : cluster 0 pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:00:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:51 smithi044 bash[32620]: cluster 2023-12-07T15:00:51.565368+0000 mgr.a (mgr.24293) 12449 : cluster 0 pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:00:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:51 smithi022 bash[28554]: cluster 2023-12-07T15:00:51.565368+0000 mgr.a (mgr.24293) 12449 : cluster 0 pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:00:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:51 smithi027 bash[31536]: cluster 2023-12-07T15:00:51.565368+0000 mgr.a (mgr.24293) 12449 : cluster 0 pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:00:52.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:52.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:52.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:53.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:00:53.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:53.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:53.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:53.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:53 smithi044 bash[32620]: audit 2023-12-07T15:00:52.735773+0000 mgr.a (mgr.24293) 12450 : audit 0 from='client.251253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:53 smithi044 bash[32620]: cluster 2023-12-07T15:00:53.566136+0000 mgr.a (mgr.24293) 12451 : cluster 0 pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:53 smithi022 bash[28554]: audit 2023-12-07T15:00:52.735773+0000 mgr.a (mgr.24293) 12450 : audit 0 from='client.251253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:53 smithi022 bash[28554]: cluster 2023-12-07T15:00:53.566136+0000 mgr.a (mgr.24293) 12451 : cluster 0 pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:53 smithi027 bash[31536]: audit 2023-12-07T15:00:52.735773+0000 mgr.a (mgr.24293) 12450 : audit 0 from='client.251253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:53 smithi027 bash[31536]: cluster 2023-12-07T15:00:53.566136+0000 mgr.a (mgr.24293) 12451 : cluster 0 pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:55 smithi022 bash[28554]: cluster 2023-12-07T15:00:55.566953+0000 mgr.a (mgr.24293) 12452 : cluster 0 pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:55 smithi044 bash[32620]: cluster 2023-12-07T15:00:55.566953+0000 mgr.a (mgr.24293) 12452 : cluster 0 pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:55 smithi027 bash[31536]: cluster 2023-12-07T15:00:55.566953+0000 mgr.a (mgr.24293) 12452 : cluster 0 pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:00:57 smithi022 bash[28554]: cluster 2023-12-07T15:00:57.567517+0000 mgr.a (mgr.24293) 12453 : cluster 0 pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:00:57 smithi044 bash[32620]: cluster 2023-12-07T15:00:57.567517+0000 mgr.a (mgr.24293) 12453 : cluster 0 pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:00:57 smithi027 bash[31536]: cluster 2023-12-07T15:00:57.567517+0000 mgr.a (mgr.24293) 12453 : cluster 0 pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:58.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:00:58.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:58.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:59.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:59.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:59.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:59.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:00:59.194 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:00 smithi022 bash[28554]: audit 2023-12-07T15:00:58.676810+0000 mgr.a (mgr.24293) 12454 : audit 0 from='client.251331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:00 smithi022 bash[28554]: cluster 2023-12-07T15:00:59.568192+0000 mgr.a (mgr.24293) 12455 : cluster 0 pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:00 smithi044 bash[32620]: audit 2023-12-07T15:00:58.676810+0000 mgr.a (mgr.24293) 12454 : audit 0 from='client.251331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:00.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:00 smithi044 bash[32620]: cluster 2023-12-07T15:00:59.568192+0000 mgr.a (mgr.24293) 12455 : cluster 0 pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:00 smithi027 bash[31536]: audit 2023-12-07T15:00:58.676810+0000 mgr.a (mgr.24293) 12454 : audit 0 from='client.251331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:00 smithi027 bash[31536]: cluster 2023-12-07T15:00:59.568192+0000 mgr.a (mgr.24293) 12455 : cluster 0 pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:01 smithi044 bash[32620]: cluster 2023-12-07T15:01:01.569146+0000 mgr.a (mgr.24293) 12456 : cluster 0 pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:01 smithi022 bash[28554]: cluster 2023-12-07T15:01:01.569146+0000 mgr.a (mgr.24293) 12456 : cluster 0 pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:01 smithi027 bash[31536]: cluster 2023-12-07T15:01:01.569146+0000 mgr.a (mgr.24293) 12456 : cluster 0 pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:03 smithi044 bash[32620]: cluster 2023-12-07T15:01:03.569809+0000 mgr.a (mgr.24293) 12457 : 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-07T15:01:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:03 smithi022 bash[28554]: cluster 2023-12-07T15:01:03.569809+0000 mgr.a (mgr.24293) 12457 : 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-07T15:01:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:03 smithi027 bash[31536]: cluster 2023-12-07T15:01:03.569809+0000 mgr.a (mgr.24293) 12457 : 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-07T15:01:04.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:04.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:04.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:05.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:05.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:05.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:05.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:05.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:05 smithi044 bash[32620]: audit 2023-12-07T15:01:04.609994+0000 mgr.a (mgr.24293) 12458 : audit 0 from='client.251406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:05 smithi044 bash[32620]: cluster 2023-12-07T15:01:05.570739+0000 mgr.a (mgr.24293) 12459 : 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-07T15:01:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:05 smithi022 bash[28554]: audit 2023-12-07T15:01:04.609994+0000 mgr.a (mgr.24293) 12458 : audit 0 from='client.251406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:05 smithi022 bash[28554]: cluster 2023-12-07T15:01:05.570739+0000 mgr.a (mgr.24293) 12459 : 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-07T15:01:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:05 smithi027 bash[31536]: audit 2023-12-07T15:01:04.609994+0000 mgr.a (mgr.24293) 12458 : audit 0 from='client.251406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:05 smithi027 bash[31536]: cluster 2023-12-07T15:01:05.570739+0000 mgr.a (mgr.24293) 12459 : 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-07T15:01:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:07 smithi044 bash[32620]: cluster 2023-12-07T15:01:07.571289+0000 mgr.a (mgr.24293) 12460 : 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-07T15:01:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:07 smithi022 bash[28554]: cluster 2023-12-07T15:01:07.571289+0000 mgr.a (mgr.24293) 12460 : 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-07T15:01:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:07 smithi027 bash[31536]: cluster 2023-12-07T15:01:07.571289+0000 mgr.a (mgr.24293) 12460 : 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-07T15:01:10.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:10.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:10.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:10 smithi022 bash[28554]: cluster 2023-12-07T15:01:09.571838+0000 mgr.a (mgr.24293) 12461 : 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-07T15:01:10.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:10 smithi044 bash[32620]: cluster 2023-12-07T15:01:09.571838+0000 mgr.a (mgr.24293) 12461 : 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-07T15:01:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:10 smithi027 bash[31536]: cluster 2023-12-07T15:01:09.571838+0000 mgr.a (mgr.24293) 12461 : 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-07T15:01:11.079 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:11.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:11.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:11.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:11.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:11 smithi044 bash[32620]: audit 2023-12-07T15:01:10.540296+0000 mgr.a (mgr.24293) 12462 : audit 0 from='client.251484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:11 smithi022 bash[28554]: audit 2023-12-07T15:01:10.540296+0000 mgr.a (mgr.24293) 12462 : audit 0 from='client.251484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:11 smithi027 bash[31536]: audit 2023-12-07T15:01:10.540296+0000 mgr.a (mgr.24293) 12462 : audit 0 from='client.251484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:12 smithi044 bash[32620]: cluster 2023-12-07T15:01:11.572824+0000 mgr.a (mgr.24293) 12463 : cluster 0 pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:12.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:12 smithi022 bash[28554]: cluster 2023-12-07T15:01:11.572824+0000 mgr.a (mgr.24293) 12463 : cluster 0 pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:12 smithi027 bash[31536]: cluster 2023-12-07T15:01:11.572824+0000 mgr.a (mgr.24293) 12463 : cluster 0 pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:13 smithi022 bash[28554]: cluster 2023-12-07T15:01:13.573420+0000 mgr.a (mgr.24293) 12464 : cluster 0 pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:13 smithi044 bash[32620]: cluster 2023-12-07T15:01:13.573420+0000 mgr.a (mgr.24293) 12464 : cluster 0 pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:13 smithi027 bash[31536]: cluster 2023-12-07T15:01:13.573420+0000 mgr.a (mgr.24293) 12464 : cluster 0 pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:15 smithi044 bash[32620]: cluster 2023-12-07T15:01:15.574135+0000 mgr.a (mgr.24293) 12465 : cluster 0 pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:15 smithi022 bash[28554]: cluster 2023-12-07T15:01:15.574135+0000 mgr.a (mgr.24293) 12465 : cluster 0 pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:15 smithi027 bash[31536]: cluster 2023-12-07T15:01:15.574135+0000 mgr.a (mgr.24293) 12465 : cluster 0 pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:16.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:16.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:16.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:16 smithi044 bash[32620]: audit 2023-12-07T15:01:16.497383+0000 mgr.a (mgr.24293) 12466 : audit 0 from='client.251559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:16 smithi022 bash[28554]: audit 2023-12-07T15:01:16.497383+0000 mgr.a (mgr.24293) 12466 : audit 0 from='client.251559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:16 smithi027 bash[31536]: audit 2023-12-07T15:01:16.497383+0000 mgr.a (mgr.24293) 12466 : audit 0 from='client.251559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:17.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:17.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:17.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:17.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:17.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:17 smithi022 bash[28554]: cluster 2023-12-07T15:01:17.574770+0000 mgr.a (mgr.24293) 12467 : cluster 0 pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:17 smithi044 bash[32620]: cluster 2023-12-07T15:01:17.574770+0000 mgr.a (mgr.24293) 12467 : cluster 0 pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:17 smithi027 bash[31536]: cluster 2023-12-07T15:01:17.574770+0000 mgr.a (mgr.24293) 12467 : cluster 0 pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:20 smithi044 bash[32620]: cluster 2023-12-07T15:01:19.575348+0000 mgr.a (mgr.24293) 12468 : cluster 0 pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:20.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:20 smithi022 bash[28554]: cluster 2023-12-07T15:01:19.575348+0000 mgr.a (mgr.24293) 12468 : cluster 0 pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:20 smithi027 bash[31536]: cluster 2023-12-07T15:01:19.575348+0000 mgr.a (mgr.24293) 12468 : cluster 0 pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:21 smithi022 bash[28554]: cluster 2023-12-07T15:01:21.576110+0000 mgr.a (mgr.24293) 12469 : 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-07T15:01:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:21 smithi044 bash[32620]: cluster 2023-12-07T15:01:21.576110+0000 mgr.a (mgr.24293) 12469 : 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-07T15:01:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:21 smithi027 bash[31536]: cluster 2023-12-07T15:01:21.576110+0000 mgr.a (mgr.24293) 12469 : 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-07T15:01:22.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:22.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:22.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:22 smithi044 bash[32620]: audit 2023-12-07T15:01:22.431288+0000 mgr.a (mgr.24293) 12470 : audit 0 from='client.251631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:22 smithi022 bash[28554]: audit 2023-12-07T15:01:22.431288+0000 mgr.a (mgr.24293) 12470 : audit 0 from='client.251631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:22 smithi027 bash[31536]: audit 2023-12-07T15:01:22.431288+0000 mgr.a (mgr.24293) 12470 : audit 0 from='client.251631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:22.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:22.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:22.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:22.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:22.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:23 smithi044 bash[32620]: cluster 2023-12-07T15:01:23.576751+0000 mgr.a (mgr.24293) 12471 : cluster 0 pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:23 smithi022 bash[28554]: cluster 2023-12-07T15:01:23.576751+0000 mgr.a (mgr.24293) 12471 : cluster 0 pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:23 smithi027 bash[31536]: cluster 2023-12-07T15:01:23.576751+0000 mgr.a (mgr.24293) 12471 : cluster 0 pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:25 smithi022 bash[28554]: cluster 2023-12-07T15:01:25.577525+0000 mgr.a (mgr.24293) 12472 : cluster 0 pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:25 smithi044 bash[32620]: cluster 2023-12-07T15:01:25.577525+0000 mgr.a (mgr.24293) 12472 : cluster 0 pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:25 smithi027 bash[31536]: cluster 2023-12-07T15:01:25.577525+0000 mgr.a (mgr.24293) 12472 : cluster 0 pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:27 smithi022 bash[28554]: cluster 2023-12-07T15:01:27.578089+0000 mgr.a (mgr.24293) 12473 : cluster 0 pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:27 smithi044 bash[32620]: cluster 2023-12-07T15:01:27.578089+0000 mgr.a (mgr.24293) 12473 : cluster 0 pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:27 smithi027 bash[31536]: cluster 2023-12-07T15:01:27.578089+0000 mgr.a (mgr.24293) 12473 : cluster 0 pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:27.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:27.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:27.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:28.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:28.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:28.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:28.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:28.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:28 smithi044 bash[32620]: audit 2023-12-07T15:01:28.375987+0000 mgr.a (mgr.24293) 12474 : audit 0 from='client.251706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:28 smithi022 bash[28554]: audit 2023-12-07T15:01:28.375987+0000 mgr.a (mgr.24293) 12474 : audit 0 from='client.251706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:28 smithi027 bash[31536]: audit 2023-12-07T15:01:28.375987+0000 mgr.a (mgr.24293) 12474 : audit 0 from='client.251706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:30.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:30 smithi044 bash[32620]: cluster 2023-12-07T15:01:29.578796+0000 mgr.a (mgr.24293) 12475 : cluster 0 pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:30 smithi044 bash[32620]: audit 2023-12-07T15:01:29.680869+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:01:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:30 smithi022 bash[28554]: cluster 2023-12-07T15:01:29.578796+0000 mgr.a (mgr.24293) 12475 : cluster 0 pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:30.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:30 smithi022 bash[28554]: audit 2023-12-07T15:01:29.680869+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:01:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:30 smithi027 bash[31536]: cluster 2023-12-07T15:01:29.578796+0000 mgr.a (mgr.24293) 12475 : cluster 0 pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:30 smithi027 bash[31536]: audit 2023-12-07T15:01:29.680869+0000 mon.a (mon.0) 2176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:01:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:31 smithi022 bash[28554]: audit 2023-12-07T15:01:30.467104+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:01:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:31 smithi022 bash[28554]: audit 2023-12-07T15:01:30.469023+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:01:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:31 smithi022 bash[28554]: audit 2023-12-07T15:01:30.479073+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:01:31.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:31 smithi044 bash[32620]: audit 2023-12-07T15:01:30.467104+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:01:31.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:31 smithi044 bash[32620]: audit 2023-12-07T15:01:30.469023+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:01:31.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:31 smithi044 bash[32620]: audit 2023-12-07T15:01:30.479073+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:01:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:31 smithi027 bash[31536]: audit 2023-12-07T15:01:30.467104+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:01:31.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:31 smithi027 bash[31536]: audit 2023-12-07T15:01:30.469023+0000 mon.a (mon.0) 2178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:01:31.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:31 smithi027 bash[31536]: audit 2023-12-07T15:01:30.479073+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:01:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:32 smithi022 bash[28554]: cluster 2023-12-07T15:01:31.579642+0000 mgr.a (mgr.24293) 12476 : cluster 0 pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:32 smithi044 bash[32620]: cluster 2023-12-07T15:01:31.579642+0000 mgr.a (mgr.24293) 12476 : cluster 0 pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:32 smithi027 bash[31536]: cluster 2023-12-07T15:01:31.579642+0000 mgr.a (mgr.24293) 12476 : cluster 0 pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:33.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:33.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:33.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:33 smithi022 bash[28554]: cluster 2023-12-07T15:01:33.580141+0000 mgr.a (mgr.24293) 12477 : 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-07T15:01:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:33 smithi044 bash[32620]: cluster 2023-12-07T15:01:33.580141+0000 mgr.a (mgr.24293) 12477 : 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-07T15:01:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:33 smithi027 bash[31536]: cluster 2023-12-07T15:01:33.580141+0000 mgr.a (mgr.24293) 12477 : 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-07T15:01:34.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:34.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:34.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:34.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:34.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:35 smithi044 bash[32620]: audit 2023-12-07T15:01:34.314594+0000 mgr.a (mgr.24293) 12478 : audit 0 from='client.251781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:35 smithi022 bash[28554]: audit 2023-12-07T15:01:34.314594+0000 mgr.a (mgr.24293) 12478 : audit 0 from='client.251781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:35 smithi027 bash[31536]: audit 2023-12-07T15:01:34.314594+0000 mgr.a (mgr.24293) 12478 : audit 0 from='client.251781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:36 smithi022 bash[28554]: cluster 2023-12-07T15:01:35.580995+0000 mgr.a (mgr.24293) 12479 : 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-07T15:01:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:36 smithi044 bash[32620]: cluster 2023-12-07T15:01:35.580995+0000 mgr.a (mgr.24293) 12479 : 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-07T15:01:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:36 smithi027 bash[31536]: cluster 2023-12-07T15:01:35.580995+0000 mgr.a (mgr.24293) 12479 : 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-07T15:01:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:37 smithi044 bash[32620]: cluster 2023-12-07T15:01:37.581602+0000 mgr.a (mgr.24293) 12480 : 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-07T15:01:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:37 smithi022 bash[28554]: cluster 2023-12-07T15:01:37.581602+0000 mgr.a (mgr.24293) 12480 : 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-07T15:01:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:37 smithi027 bash[31536]: cluster 2023-12-07T15:01:37.581602+0000 mgr.a (mgr.24293) 12480 : 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-07T15:01:39.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:39.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:39.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:40 smithi022 bash[28554]: cluster 2023-12-07T15:01:39.582129+0000 mgr.a (mgr.24293) 12481 : 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-07T15:01:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:40 smithi044 bash[32620]: cluster 2023-12-07T15:01:39.582129+0000 mgr.a (mgr.24293) 12481 : 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-07T15:01:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:40 smithi027 bash[31536]: cluster 2023-12-07T15:01:39.582129+0000 mgr.a (mgr.24293) 12481 : 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-07T15:01:40.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:40.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:40.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:40.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:40.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:41 smithi044 bash[32620]: audit 2023-12-07T15:01:40.245479+0000 mgr.a (mgr.24293) 12482 : audit 0 from='client.251853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:41 smithi022 bash[28554]: audit 2023-12-07T15:01:40.245479+0000 mgr.a (mgr.24293) 12482 : audit 0 from='client.251853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:41 smithi027 bash[31536]: audit 2023-12-07T15:01:40.245479+0000 mgr.a (mgr.24293) 12482 : audit 0 from='client.251853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:42 smithi022 bash[28554]: cluster 2023-12-07T15:01:41.583076+0000 mgr.a (mgr.24293) 12483 : cluster 0 pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:01:42.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:42 smithi044 bash[32620]: cluster 2023-12-07T15:01:41.583076+0000 mgr.a (mgr.24293) 12483 : cluster 0 pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:01:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:42 smithi027 bash[31536]: cluster 2023-12-07T15:01:41.583076+0000 mgr.a (mgr.24293) 12483 : cluster 0 pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:01:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:43 smithi022 bash[28554]: cluster 2023-12-07T15:01:43.583663+0000 mgr.a (mgr.24293) 12484 : cluster 0 pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:01:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:43 smithi044 bash[32620]: cluster 2023-12-07T15:01:43.583663+0000 mgr.a (mgr.24293) 12484 : cluster 0 pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:01:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:43 smithi027 bash[31536]: cluster 2023-12-07T15:01:43.583663+0000 mgr.a (mgr.24293) 12484 : cluster 0 pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:01:45.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:45.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:45.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:45 smithi022 bash[28554]: cluster 2023-12-07T15:01:45.584404+0000 mgr.a (mgr.24293) 12485 : cluster 0 pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:45 smithi044 bash[32620]: cluster 2023-12-07T15:01:45.584404+0000 mgr.a (mgr.24293) 12485 : cluster 0 pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:45 smithi027 bash[31536]: cluster 2023-12-07T15:01:45.584404+0000 mgr.a (mgr.24293) 12485 : cluster 0 pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:46.734 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:46.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:46.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:46.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:46.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:46 smithi022 bash[28554]: audit 2023-12-07T15:01:46.187303+0000 mgr.a (mgr.24293) 12486 : audit 0 from='client.251928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:46 smithi044 bash[32620]: audit 2023-12-07T15:01:46.187303+0000 mgr.a (mgr.24293) 12486 : audit 0 from='client.251928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:46 smithi027 bash[31536]: audit 2023-12-07T15:01:46.187303+0000 mgr.a (mgr.24293) 12486 : audit 0 from='client.251928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:47 smithi022 bash[28554]: cluster 2023-12-07T15:01:47.585017+0000 mgr.a (mgr.24293) 12487 : cluster 0 pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:47 smithi044 bash[32620]: cluster 2023-12-07T15:01:47.585017+0000 mgr.a (mgr.24293) 12487 : cluster 0 pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:47 smithi027 bash[31536]: cluster 2023-12-07T15:01:47.585017+0000 mgr.a (mgr.24293) 12487 : cluster 0 pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:50 smithi044 bash[32620]: cluster 2023-12-07T15:01:49.585597+0000 mgr.a (mgr.24293) 12488 : cluster 0 pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:50 smithi022 bash[28554]: cluster 2023-12-07T15:01:49.585597+0000 mgr.a (mgr.24293) 12488 : cluster 0 pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:50 smithi027 bash[31536]: cluster 2023-12-07T15:01:49.585597+0000 mgr.a (mgr.24293) 12488 : cluster 0 pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:51.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:51.738 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:51.738 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:51 smithi022 bash[28554]: cluster 2023-12-07T15:01:51.586511+0000 mgr.a (mgr.24293) 12489 : cluster 0 pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:51 smithi044 bash[32620]: cluster 2023-12-07T15:01:51.586511+0000 mgr.a (mgr.24293) 12489 : cluster 0 pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:51 smithi027 bash[31536]: cluster 2023-12-07T15:01:51.586511+0000 mgr.a (mgr.24293) 12489 : cluster 0 pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:52.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:52.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:52.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:52.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:52.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:52 smithi022 bash[28554]: audit 2023-12-07T15:01:52.150179+0000 mgr.a (mgr.24293) 12490 : audit 0 from='client.252006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:52 smithi044 bash[32620]: audit 2023-12-07T15:01:52.150179+0000 mgr.a (mgr.24293) 12490 : audit 0 from='client.252006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:52 smithi027 bash[31536]: audit 2023-12-07T15:01:52.150179+0000 mgr.a (mgr.24293) 12490 : audit 0 from='client.252006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:53 smithi022 bash[28554]: cluster 2023-12-07T15:01:53.587189+0000 mgr.a (mgr.24293) 12491 : cluster 0 pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:01:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:53 smithi044 bash[32620]: cluster 2023-12-07T15:01:53.587189+0000 mgr.a (mgr.24293) 12491 : cluster 0 pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:01:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:53 smithi027 bash[31536]: cluster 2023-12-07T15:01:53.587189+0000 mgr.a (mgr.24293) 12491 : cluster 0 pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:01:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:55 smithi022 bash[28554]: cluster 2023-12-07T15:01:55.588016+0000 mgr.a (mgr.24293) 12492 : cluster 0 pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:01:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:55 smithi044 bash[32620]: cluster 2023-12-07T15:01:55.588016+0000 mgr.a (mgr.24293) 12492 : cluster 0 pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:01:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:55 smithi027 bash[31536]: cluster 2023-12-07T15:01:55.588016+0000 mgr.a (mgr.24293) 12492 : cluster 0 pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:01:57.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:01:57.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:57.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:57 smithi044 bash[32620]: cluster 2023-12-07T15:01:57.588539+0000 mgr.a (mgr.24293) 12493 : cluster 0 pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:57 smithi022 bash[28554]: cluster 2023-12-07T15:01:57.588539+0000 mgr.a (mgr.24293) 12493 : cluster 0 pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:57 smithi027 bash[31536]: cluster 2023-12-07T15:01:57.588539+0000 mgr.a (mgr.24293) 12493 : cluster 0 pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:01:58.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:01:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:01:58 smithi044 bash[32620]: audit 2023-12-07T15:01:58.107945+0000 mgr.a (mgr.24293) 12494 : audit 0 from='client.252081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:01:58 smithi022 bash[28554]: audit 2023-12-07T15:01:58.107945+0000 mgr.a (mgr.24293) 12494 : audit 0 from='client.252081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:01:58 smithi027 bash[31536]: audit 2023-12-07T15:01:58.107945+0000 mgr.a (mgr.24293) 12494 : audit 0 from='client.252081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:00 smithi022 bash[28554]: cluster 2023-12-07T15:01:59.589176+0000 mgr.a (mgr.24293) 12495 : cluster 0 pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:00 smithi044 bash[32620]: cluster 2023-12-07T15:01:59.589176+0000 mgr.a (mgr.24293) 12495 : cluster 0 pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:00 smithi027 bash[31536]: cluster 2023-12-07T15:01:59.589176+0000 mgr.a (mgr.24293) 12495 : cluster 0 pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:01 smithi044 bash[32620]: cluster 2023-12-07T15:02:01.589970+0000 mgr.a (mgr.24293) 12496 : cluster 0 pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:01 smithi022 bash[28554]: cluster 2023-12-07T15:02:01.589970+0000 mgr.a (mgr.24293) 12496 : cluster 0 pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:01 smithi027 bash[31536]: cluster 2023-12-07T15:02:01.589970+0000 mgr.a (mgr.24293) 12496 : cluster 0 pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:03.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:03.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:03.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:03 smithi044 bash[32620]: cluster 2023-12-07T15:02:03.590516+0000 mgr.a (mgr.24293) 12497 : cluster 0 pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:03 smithi022 bash[28554]: cluster 2023-12-07T15:02:03.590516+0000 mgr.a (mgr.24293) 12497 : cluster 0 pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:03 smithi027 bash[31536]: cluster 2023-12-07T15:02:03.590516+0000 mgr.a (mgr.24293) 12497 : cluster 0 pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:04.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:05 smithi044 bash[32620]: audit 2023-12-07T15:02:04.038890+0000 mgr.a (mgr.24293) 12498 : audit 0 from='client.252156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:05 smithi022 bash[28554]: audit 2023-12-07T15:02:04.038890+0000 mgr.a (mgr.24293) 12498 : audit 0 from='client.252156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:05 smithi027 bash[31536]: audit 2023-12-07T15:02:04.038890+0000 mgr.a (mgr.24293) 12498 : audit 0 from='client.252156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:06 smithi022 bash[28554]: cluster 2023-12-07T15:02:05.591378+0000 mgr.a (mgr.24293) 12499 : cluster 0 pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:06 smithi044 bash[32620]: cluster 2023-12-07T15:02:05.591378+0000 mgr.a (mgr.24293) 12499 : cluster 0 pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:06 smithi027 bash[31536]: cluster 2023-12-07T15:02:05.591378+0000 mgr.a (mgr.24293) 12499 : cluster 0 pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:07 smithi022 bash[28554]: cluster 2023-12-07T15:02:07.591971+0000 mgr.a (mgr.24293) 12500 : 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-07T15:02:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:07 smithi044 bash[32620]: cluster 2023-12-07T15:02:07.591971+0000 mgr.a (mgr.24293) 12500 : 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-07T15:02:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:07 smithi027 bash[31536]: cluster 2023-12-07T15:02:07.591971+0000 mgr.a (mgr.24293) 12500 : 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-07T15:02:09.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:09.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:09.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:10.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:10.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:10.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:10.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:10.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:10 smithi044 bash[32620]: cluster 2023-12-07T15:02:09.592634+0000 mgr.a (mgr.24293) 12501 : 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-07T15:02:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:10 smithi022 bash[28554]: cluster 2023-12-07T15:02:09.592634+0000 mgr.a (mgr.24293) 12501 : 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-07T15:02:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:10 smithi027 bash[31536]: cluster 2023-12-07T15:02:09.592634+0000 mgr.a (mgr.24293) 12501 : 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-07T15:02:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:11 smithi044 bash[32620]: audit 2023-12-07T15:02:09.966828+0000 mgr.a (mgr.24293) 12502 : audit 0 from='client.252234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:11 smithi022 bash[28554]: audit 2023-12-07T15:02:09.966828+0000 mgr.a (mgr.24293) 12502 : audit 0 from='client.252234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:11 smithi027 bash[31536]: audit 2023-12-07T15:02:09.966828+0000 mgr.a (mgr.24293) 12502 : audit 0 from='client.252234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:12 smithi044 bash[32620]: cluster 2023-12-07T15:02:11.593639+0000 mgr.a (mgr.24293) 12503 : cluster 0 pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:02:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:12 smithi022 bash[28554]: cluster 2023-12-07T15:02:11.593639+0000 mgr.a (mgr.24293) 12503 : cluster 0 pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:02:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:12 smithi027 bash[31536]: cluster 2023-12-07T15:02:11.593639+0000 mgr.a (mgr.24293) 12503 : cluster 0 pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:02:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:13 smithi022 bash[28554]: cluster 2023-12-07T15:02:13.594200+0000 mgr.a (mgr.24293) 12504 : cluster 0 pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:02:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:13 smithi044 bash[32620]: cluster 2023-12-07T15:02:13.594200+0000 mgr.a (mgr.24293) 12504 : cluster 0 pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:02:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:13 smithi027 bash[31536]: cluster 2023-12-07T15:02:13.594200+0000 mgr.a (mgr.24293) 12504 : cluster 0 pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:02:15.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:15.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:15.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:15 smithi044 bash[32620]: cluster 2023-12-07T15:02:15.594954+0000 mgr.a (mgr.24293) 12505 : cluster 0 pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:15 smithi022 bash[28554]: cluster 2023-12-07T15:02:15.594954+0000 mgr.a (mgr.24293) 12505 : cluster 0 pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:15 smithi027 bash[31536]: cluster 2023-12-07T15:02:15.594954+0000 mgr.a (mgr.24293) 12505 : cluster 0 pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:16.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:16.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:16.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:16.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:16.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:16 smithi022 bash[28554]: audit 2023-12-07T15:02:15.919013+0000 mgr.a (mgr.24293) 12506 : audit 0 from='client.252312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:16 smithi044 bash[32620]: audit 2023-12-07T15:02:15.919013+0000 mgr.a (mgr.24293) 12506 : audit 0 from='client.252312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:16 smithi027 bash[31536]: audit 2023-12-07T15:02:15.919013+0000 mgr.a (mgr.24293) 12506 : audit 0 from='client.252312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:17 smithi022 bash[28554]: cluster 2023-12-07T15:02:17.595670+0000 mgr.a (mgr.24293) 12507 : cluster 0 pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:17 smithi044 bash[32620]: cluster 2023-12-07T15:02:17.595670+0000 mgr.a (mgr.24293) 12507 : cluster 0 pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:17 smithi027 bash[31536]: cluster 2023-12-07T15:02:17.595670+0000 mgr.a (mgr.24293) 12507 : cluster 0 pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:20.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:20 smithi022 bash[28554]: cluster 2023-12-07T15:02:19.596211+0000 mgr.a (mgr.24293) 12508 : cluster 0 pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:20.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:20 smithi044 bash[32620]: cluster 2023-12-07T15:02:19.596211+0000 mgr.a (mgr.24293) 12508 : cluster 0 pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:20 smithi027 bash[31536]: cluster 2023-12-07T15:02:19.596211+0000 mgr.a (mgr.24293) 12508 : cluster 0 pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:21.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:21.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:21.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:21 smithi022 bash[28554]: cluster 2023-12-07T15:02:21.597000+0000 mgr.a (mgr.24293) 12509 : cluster 0 pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:21 smithi044 bash[32620]: cluster 2023-12-07T15:02:21.597000+0000 mgr.a (mgr.24293) 12509 : cluster 0 pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:21 smithi027 bash[31536]: cluster 2023-12-07T15:02:21.597000+0000 mgr.a (mgr.24293) 12509 : cluster 0 pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:22.363 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:22.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:22.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:22.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:22.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:22 smithi044 bash[32620]: audit 2023-12-07T15:02:21.837212+0000 mgr.a (mgr.24293) 12510 : audit 0 from='client.209602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:22 smithi022 bash[28554]: audit 2023-12-07T15:02:21.837212+0000 mgr.a (mgr.24293) 12510 : audit 0 from='client.209602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:22 smithi027 bash[31536]: audit 2023-12-07T15:02:21.837212+0000 mgr.a (mgr.24293) 12510 : audit 0 from='client.209602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:23 smithi044 bash[32620]: cluster 2023-12-07T15:02:23.597722+0000 mgr.a (mgr.24293) 12511 : cluster 0 pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:02:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:23 smithi022 bash[28554]: cluster 2023-12-07T15:02:23.597722+0000 mgr.a (mgr.24293) 12511 : cluster 0 pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:02:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:23 smithi027 bash[31536]: cluster 2023-12-07T15:02:23.597722+0000 mgr.a (mgr.24293) 12511 : cluster 0 pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:02:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:25 smithi044 bash[32620]: cluster 2023-12-07T15:02:25.598685+0000 mgr.a (mgr.24293) 12512 : cluster 0 pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:02:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:25 smithi022 bash[28554]: cluster 2023-12-07T15:02:25.598685+0000 mgr.a (mgr.24293) 12512 : cluster 0 pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:02:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:25 smithi027 bash[31536]: cluster 2023-12-07T15:02:25.598685+0000 mgr.a (mgr.24293) 12512 : cluster 0 pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:02:27.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:27.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:27.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:27 smithi022 bash[28554]: cluster 2023-12-07T15:02:27.599110+0000 mgr.a (mgr.24293) 12513 : cluster 0 pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:27 smithi044 bash[32620]: cluster 2023-12-07T15:02:27.599110+0000 mgr.a (mgr.24293) 12513 : cluster 0 pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:27 smithi027 bash[31536]: cluster 2023-12-07T15:02:27.599110+0000 mgr.a (mgr.24293) 12513 : cluster 0 pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:28.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:28.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:28.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:28.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:28.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:28 smithi044 bash[32620]: audit 2023-12-07T15:02:27.775013+0000 mgr.a (mgr.24293) 12514 : audit 0 from='client.252459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:28 smithi022 bash[28554]: audit 2023-12-07T15:02:27.775013+0000 mgr.a (mgr.24293) 12514 : audit 0 from='client.252459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:28 smithi027 bash[31536]: audit 2023-12-07T15:02:27.775013+0000 mgr.a (mgr.24293) 12514 : audit 0 from='client.252459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:30.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:30 smithi022 bash[28554]: cluster 2023-12-07T15:02:29.599796+0000 mgr.a (mgr.24293) 12515 : cluster 0 pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:30.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:30 smithi044 bash[32620]: cluster 2023-12-07T15:02:29.599796+0000 mgr.a (mgr.24293) 12515 : cluster 0 pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:30 smithi027 bash[31536]: cluster 2023-12-07T15:02:29.599796+0000 mgr.a (mgr.24293) 12515 : cluster 0 pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:31 smithi044 bash[32620]: audit 2023-12-07T15:02:30.582314+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:02:31.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:31 smithi022 bash[28554]: audit 2023-12-07T15:02:30.582314+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:02:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:31 smithi027 bash[31536]: audit 2023-12-07T15:02:30.582314+0000 mon.a (mon.0) 2180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:02:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:32 smithi022 bash[28554]: audit 2023-12-07T15:02:31.369722+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:02:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:32 smithi022 bash[28554]: audit 2023-12-07T15:02:31.371628+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:02:32.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:32 smithi022 bash[28554]: audit 2023-12-07T15:02:31.380999+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:02:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:32 smithi022 bash[28554]: cluster 2023-12-07T15:02:31.600770+0000 mgr.a (mgr.24293) 12516 : cluster 0 pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:32 smithi044 bash[32620]: audit 2023-12-07T15:02:31.369722+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:02:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:32 smithi044 bash[32620]: audit 2023-12-07T15:02:31.371628+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:02:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:32 smithi044 bash[32620]: audit 2023-12-07T15:02:31.380999+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:02:32.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:32 smithi044 bash[32620]: cluster 2023-12-07T15:02:31.600770+0000 mgr.a (mgr.24293) 12516 : cluster 0 pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:32 smithi027 bash[31536]: audit 2023-12-07T15:02:31.369722+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:02:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:32 smithi027 bash[31536]: audit 2023-12-07T15:02:31.371628+0000 mon.a (mon.0) 2182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:02:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:32 smithi027 bash[31536]: audit 2023-12-07T15:02:31.380999+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:02:32.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:32 smithi027 bash[31536]: cluster 2023-12-07T15:02:31.600770+0000 mgr.a (mgr.24293) 12516 : cluster 0 pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:33.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:33.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:33.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:33 smithi022 bash[28554]: cluster 2023-12-07T15:02:33.601492+0000 mgr.a (mgr.24293) 12517 : cluster 0 pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:33 smithi044 bash[32620]: cluster 2023-12-07T15:02:33.601492+0000 mgr.a (mgr.24293) 12517 : cluster 0 pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:33 smithi027 bash[31536]: cluster 2023-12-07T15:02:33.601492+0000 mgr.a (mgr.24293) 12517 : cluster 0 pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:34.272 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:34.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:34.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:34.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:34.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:35.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:35 smithi044 bash[32620]: audit 2023-12-07T15:02:33.751148+0000 mgr.a (mgr.24293) 12518 : audit 0 from='client.252534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:35.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:35 smithi022 bash[28554]: audit 2023-12-07T15:02:33.751148+0000 mgr.a (mgr.24293) 12518 : audit 0 from='client.252534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:35 smithi027 bash[31536]: audit 2023-12-07T15:02:33.751148+0000 mgr.a (mgr.24293) 12518 : audit 0 from='client.252534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:36 smithi044 bash[32620]: cluster 2023-12-07T15:02:35.602438+0000 mgr.a (mgr.24293) 12519 : cluster 0 pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:36 smithi022 bash[28554]: cluster 2023-12-07T15:02:35.602438+0000 mgr.a (mgr.24293) 12519 : cluster 0 pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:36 smithi027 bash[31536]: cluster 2023-12-07T15:02:35.602438+0000 mgr.a (mgr.24293) 12519 : cluster 0 pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:37 smithi044 bash[32620]: cluster 2023-12-07T15:02:37.603012+0000 mgr.a (mgr.24293) 12520 : 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-07T15:02:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:37 smithi022 bash[28554]: cluster 2023-12-07T15:02:37.603012+0000 mgr.a (mgr.24293) 12520 : 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-07T15:02:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:37 smithi027 bash[31536]: cluster 2023-12-07T15:02:37.603012+0000 mgr.a (mgr.24293) 12520 : 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-07T15:02:39.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:39.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:39.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:40.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:40.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:40.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:40.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:40.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:40 smithi044 bash[32620]: cluster 2023-12-07T15:02:39.603579+0000 mgr.a (mgr.24293) 12521 : 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-07T15:02:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:40 smithi022 bash[28554]: cluster 2023-12-07T15:02:39.603579+0000 mgr.a (mgr.24293) 12521 : 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-07T15:02:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:40 smithi027 bash[31536]: cluster 2023-12-07T15:02:39.603579+0000 mgr.a (mgr.24293) 12521 : 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-07T15:02:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:41 smithi044 bash[32620]: audit 2023-12-07T15:02:39.690589+0000 mgr.a (mgr.24293) 12522 : audit 0 from='client.252609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:41.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:41 smithi022 bash[28554]: audit 2023-12-07T15:02:39.690589+0000 mgr.a (mgr.24293) 12522 : audit 0 from='client.252609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:41 smithi027 bash[31536]: audit 2023-12-07T15:02:39.690589+0000 mgr.a (mgr.24293) 12522 : audit 0 from='client.252609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:42.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:42 smithi044 bash[32620]: cluster 2023-12-07T15:02:41.604434+0000 mgr.a (mgr.24293) 12523 : 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-07T15:02:42.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:42 smithi022 bash[28554]: cluster 2023-12-07T15:02:41.604434+0000 mgr.a (mgr.24293) 12523 : 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-07T15:02:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:42 smithi027 bash[31536]: cluster 2023-12-07T15:02:41.604434+0000 mgr.a (mgr.24293) 12523 : 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-07T15:02:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:43 smithi022 bash[28554]: cluster 2023-12-07T15:02:43.605002+0000 mgr.a (mgr.24293) 12524 : 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-07T15:02:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:43 smithi044 bash[32620]: cluster 2023-12-07T15:02:43.605002+0000 mgr.a (mgr.24293) 12524 : 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-07T15:02:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:43 smithi027 bash[31536]: cluster 2023-12-07T15:02:43.605002+0000 mgr.a (mgr.24293) 12524 : 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-07T15:02:45.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:45.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:45.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:45 smithi022 bash[28554]: cluster 2023-12-07T15:02:45.605720+0000 mgr.a (mgr.24293) 12525 : cluster 0 pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:45 smithi044 bash[32620]: cluster 2023-12-07T15:02:45.605720+0000 mgr.a (mgr.24293) 12525 : cluster 0 pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:45 smithi027 bash[31536]: cluster 2023-12-07T15:02:45.605720+0000 mgr.a (mgr.24293) 12525 : cluster 0 pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:46.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:46.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:46.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:46.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:46.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:46 smithi022 bash[28554]: audit 2023-12-07T15:02:45.638742+0000 mgr.a (mgr.24293) 12526 : audit 0 from='client.252684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:46 smithi044 bash[32620]: audit 2023-12-07T15:02:45.638742+0000 mgr.a (mgr.24293) 12526 : audit 0 from='client.252684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:46 smithi027 bash[31536]: audit 2023-12-07T15:02:45.638742+0000 mgr.a (mgr.24293) 12526 : audit 0 from='client.252684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:47 smithi022 bash[28554]: cluster 2023-12-07T15:02:47.606472+0000 mgr.a (mgr.24293) 12527 : cluster 0 pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:47 smithi027 bash[31536]: cluster 2023-12-07T15:02:47.606472+0000 mgr.a (mgr.24293) 12527 : cluster 0 pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:47 smithi044 bash[32620]: cluster 2023-12-07T15:02:47.606472+0000 mgr.a (mgr.24293) 12527 : cluster 0 pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:50 smithi044 bash[32620]: cluster 2023-12-07T15:02:49.607095+0000 mgr.a (mgr.24293) 12528 : cluster 0 pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:50.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:50 smithi022 bash[28554]: cluster 2023-12-07T15:02:49.607095+0000 mgr.a (mgr.24293) 12528 : cluster 0 pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:50 smithi027 bash[31536]: cluster 2023-12-07T15:02:49.607095+0000 mgr.a (mgr.24293) 12528 : cluster 0 pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:51.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:51.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:51.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:51 smithi022 bash[28554]: audit 2023-12-07T15:02:51.587386+0000 mgr.a (mgr.24293) 12529 : audit 0 from='client.252759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:51 smithi022 bash[28554]: cluster 2023-12-07T15:02:51.608329+0000 mgr.a (mgr.24293) 12530 : cluster 0 pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:51 smithi044 bash[32620]: audit 2023-12-07T15:02:51.587386+0000 mgr.a (mgr.24293) 12529 : audit 0 from='client.252759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:51 smithi044 bash[32620]: cluster 2023-12-07T15:02:51.608329+0000 mgr.a (mgr.24293) 12530 : cluster 0 pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:51 smithi027 bash[31536]: audit 2023-12-07T15:02:51.587386+0000 mgr.a (mgr.24293) 12529 : audit 0 from='client.252759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:51 smithi027 bash[31536]: cluster 2023-12-07T15:02:51.608329+0000 mgr.a (mgr.24293) 12530 : cluster 0 pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:52.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:02:52.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:52.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:52.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:52.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:53 smithi022 bash[28554]: cluster 2023-12-07T15:02:53.608967+0000 mgr.a (mgr.24293) 12531 : cluster 0 pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:53 smithi044 bash[32620]: cluster 2023-12-07T15:02:53.608967+0000 mgr.a (mgr.24293) 12531 : cluster 0 pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:53 smithi027 bash[31536]: cluster 2023-12-07T15:02:53.608967+0000 mgr.a (mgr.24293) 12531 : cluster 0 pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:55 smithi044 bash[32620]: cluster 2023-12-07T15:02:55.609803+0000 mgr.a (mgr.24293) 12532 : cluster 0 pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:55 smithi022 bash[28554]: cluster 2023-12-07T15:02:55.609803+0000 mgr.a (mgr.24293) 12532 : cluster 0 pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:55 smithi027 bash[31536]: cluster 2023-12-07T15:02:55.609803+0000 mgr.a (mgr.24293) 12532 : cluster 0 pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:57.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:02:57.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:57.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:57 smithi044 bash[32620]: audit 2023-12-07T15:02:57.558536+0000 mgr.a (mgr.24293) 12533 : audit 0 from='client.252837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:02:57 smithi044 bash[32620]: cluster 2023-12-07T15:02:57.610691+0000 mgr.a (mgr.24293) 12534 : 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-07T15:02:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:57 smithi022 bash[28554]: audit 2023-12-07T15:02:57.558536+0000 mgr.a (mgr.24293) 12533 : audit 0 from='client.252837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:02:57 smithi022 bash[28554]: cluster 2023-12-07T15:02:57.610691+0000 mgr.a (mgr.24293) 12534 : 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-07T15:02:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:57 smithi027 bash[31536]: audit 2023-12-07T15:02:57.558536+0000 mgr.a (mgr.24293) 12533 : audit 0 from='client.252837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:02:57 smithi027 bash[31536]: cluster 2023-12-07T15:02:57.610691+0000 mgr.a (mgr.24293) 12534 : 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-07T15:02:58.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:58.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:58.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:58.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:02:58.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:00.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:00 smithi022 bash[28554]: cluster 2023-12-07T15:02:59.611596+0000 mgr.a (mgr.24293) 12535 : 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-07T15:03:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:00 smithi044 bash[32620]: cluster 2023-12-07T15:02:59.611596+0000 mgr.a (mgr.24293) 12535 : 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-07T15:03:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:00 smithi027 bash[31536]: cluster 2023-12-07T15:02:59.611596+0000 mgr.a (mgr.24293) 12535 : 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-07T15:03:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:01 smithi044 bash[32620]: cluster 2023-12-07T15:03:01.612454+0000 mgr.a (mgr.24293) 12536 : cluster 0 pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:01 smithi022 bash[28554]: cluster 2023-12-07T15:03:01.612454+0000 mgr.a (mgr.24293) 12536 : cluster 0 pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:01 smithi027 bash[31536]: cluster 2023-12-07T15:03:01.612454+0000 mgr.a (mgr.24293) 12536 : cluster 0 pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:03.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:03.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:03.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:03 smithi044 bash[32620]: audit 2023-12-07T15:03:03.511916+0000 mgr.a (mgr.24293) 12537 : audit 0 from='client.252912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:03 smithi044 bash[32620]: cluster 2023-12-07T15:03:03.612974+0000 mgr.a (mgr.24293) 12538 : cluster 0 pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:03 smithi022 bash[28554]: audit 2023-12-07T15:03:03.511916+0000 mgr.a (mgr.24293) 12537 : audit 0 from='client.252912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:03 smithi022 bash[28554]: cluster 2023-12-07T15:03:03.612974+0000 mgr.a (mgr.24293) 12538 : cluster 0 pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:03 smithi027 bash[31536]: audit 2023-12-07T15:03:03.511916+0000 mgr.a (mgr.24293) 12537 : audit 0 from='client.252912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:03 smithi027 bash[31536]: cluster 2023-12-07T15:03:03.612974+0000 mgr.a (mgr.24293) 12538 : cluster 0 pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:04.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:04.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:04.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:04.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:04.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:05 smithi022 bash[28554]: cluster 2023-12-07T15:03:05.613863+0000 mgr.a (mgr.24293) 12539 : cluster 0 pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:05 smithi044 bash[32620]: cluster 2023-12-07T15:03:05.613863+0000 mgr.a (mgr.24293) 12539 : cluster 0 pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:05 smithi027 bash[31536]: cluster 2023-12-07T15:03:05.613863+0000 mgr.a (mgr.24293) 12539 : cluster 0 pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:07 smithi022 bash[28554]: cluster 2023-12-07T15:03:07.614424+0000 mgr.a (mgr.24293) 12540 : cluster 0 pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:07 smithi044 bash[32620]: cluster 2023-12-07T15:03:07.614424+0000 mgr.a (mgr.24293) 12540 : cluster 0 pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:07 smithi027 bash[31536]: cluster 2023-12-07T15:03:07.614424+0000 mgr.a (mgr.24293) 12540 : cluster 0 pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:09.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:09.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:09.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:10.008 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:10.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:10.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:10.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:10.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:10 smithi022 bash[28554]: audit 2023-12-07T15:03:09.483068+0000 mgr.a (mgr.24293) 12541 : audit 0 from='client.252987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:10.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:10 smithi022 bash[28554]: cluster 2023-12-07T15:03:09.614876+0000 mgr.a (mgr.24293) 12542 : cluster 0 pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:10.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:10 smithi044 bash[32620]: audit 2023-12-07T15:03:09.483068+0000 mgr.a (mgr.24293) 12541 : audit 0 from='client.252987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:10.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:10 smithi044 bash[32620]: cluster 2023-12-07T15:03:09.614876+0000 mgr.a (mgr.24293) 12542 : cluster 0 pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:10 smithi027 bash[31536]: audit 2023-12-07T15:03:09.483068+0000 mgr.a (mgr.24293) 12541 : audit 0 from='client.252987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:10 smithi027 bash[31536]: cluster 2023-12-07T15:03:09.614876+0000 mgr.a (mgr.24293) 12542 : cluster 0 pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:11 smithi044 bash[32620]: cluster 2023-12-07T15:03:11.615901+0000 mgr.a (mgr.24293) 12543 : cluster 0 pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:11 smithi022 bash[28554]: cluster 2023-12-07T15:03:11.615901+0000 mgr.a (mgr.24293) 12543 : cluster 0 pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:11 smithi027 bash[31536]: cluster 2023-12-07T15:03:11.615901+0000 mgr.a (mgr.24293) 12543 : cluster 0 pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:15.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:15.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:15.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:15 smithi022 bash[28554]: cluster 2023-12-07T15:03:13.616643+0000 mgr.a (mgr.24293) 12544 : 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-07T15:03:15.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:15 smithi044 bash[32620]: cluster 2023-12-07T15:03:13.616643+0000 mgr.a (mgr.24293) 12544 : 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-07T15:03:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:15 smithi027 bash[31536]: cluster 2023-12-07T15:03:13.616643+0000 mgr.a (mgr.24293) 12544 : 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-07T15:03:15.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:15.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:15.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:15.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:15.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:16 smithi044 bash[32620]: audit 2023-12-07T15:03:15.418766+0000 mgr.a (mgr.24293) 12545 : audit 0 from='client.253062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:16.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:16 smithi022 bash[28554]: audit 2023-12-07T15:03:15.418766+0000 mgr.a (mgr.24293) 12545 : audit 0 from='client.253062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:16 smithi027 bash[31536]: audit 2023-12-07T15:03:15.418766+0000 mgr.a (mgr.24293) 12545 : audit 0 from='client.253062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:17.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:17 smithi022 bash[28554]: cluster 2023-12-07T15:03:15.618073+0000 mgr.a (mgr.24293) 12546 : cluster 0 pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:17.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:17 smithi044 bash[32620]: cluster 2023-12-07T15:03:15.618073+0000 mgr.a (mgr.24293) 12546 : cluster 0 pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:17 smithi027 bash[31536]: cluster 2023-12-07T15:03:15.618073+0000 mgr.a (mgr.24293) 12546 : cluster 0 pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:19 smithi044 bash[32620]: cluster 2023-12-07T15:03:17.618823+0000 mgr.a (mgr.24293) 12547 : cluster 0 pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:19 smithi022 bash[28554]: cluster 2023-12-07T15:03:17.618823+0000 mgr.a (mgr.24293) 12547 : cluster 0 pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:19.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:19 smithi027 bash[31536]: cluster 2023-12-07T15:03:17.618823+0000 mgr.a (mgr.24293) 12547 : cluster 0 pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:20.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:20.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:20.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:21.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:21 smithi022 bash[28554]: cluster 2023-12-07T15:03:19.619398+0000 mgr.a (mgr.24293) 12548 : cluster 0 pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:21 smithi044 bash[32620]: cluster 2023-12-07T15:03:19.619398+0000 mgr.a (mgr.24293) 12548 : cluster 0 pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:21 smithi027 bash[31536]: cluster 2023-12-07T15:03:19.619398+0000 mgr.a (mgr.24293) 12548 : cluster 0 pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:21.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:21.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:21.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:21.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:21.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:22.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:22 smithi022 bash[28554]: audit 2023-12-07T15:03:21.363433+0000 mgr.a (mgr.24293) 12549 : audit 0 from='client.253140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:22 smithi044 bash[32620]: audit 2023-12-07T15:03:21.363433+0000 mgr.a (mgr.24293) 12549 : audit 0 from='client.253140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:22.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:22 smithi027 bash[31536]: audit 2023-12-07T15:03:21.363433+0000 mgr.a (mgr.24293) 12549 : audit 0 from='client.253140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:23 smithi022 bash[28554]: cluster 2023-12-07T15:03:21.620192+0000 mgr.a (mgr.24293) 12550 : cluster 0 pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:23 smithi044 bash[32620]: cluster 2023-12-07T15:03:21.620192+0000 mgr.a (mgr.24293) 12550 : cluster 0 pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:23 smithi027 bash[31536]: cluster 2023-12-07T15:03:21.620192+0000 mgr.a (mgr.24293) 12550 : cluster 0 pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:25 smithi022 bash[28554]: cluster 2023-12-07T15:03:23.620840+0000 mgr.a (mgr.24293) 12551 : cluster 0 pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:25 smithi044 bash[32620]: cluster 2023-12-07T15:03:23.620840+0000 mgr.a (mgr.24293) 12551 : cluster 0 pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:25 smithi027 bash[31536]: cluster 2023-12-07T15:03:23.620840+0000 mgr.a (mgr.24293) 12551 : cluster 0 pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:26.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:26.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:26.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:27 smithi022 bash[28554]: cluster 2023-12-07T15:03:25.621613+0000 mgr.a (mgr.24293) 12552 : cluster 0 pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:27 smithi044 bash[32620]: cluster 2023-12-07T15:03:25.621613+0000 mgr.a (mgr.24293) 12552 : cluster 0 pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:27 smithi027 bash[31536]: cluster 2023-12-07T15:03:25.621613+0000 mgr.a (mgr.24293) 12552 : cluster 0 pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:27.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:27.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:27.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:27.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:27.830 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:28 smithi022 bash[28554]: audit 2023-12-07T15:03:27.309028+0000 mgr.a (mgr.24293) 12553 : audit 0 from='client.253215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:28.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:28 smithi044 bash[32620]: audit 2023-12-07T15:03:27.309028+0000 mgr.a (mgr.24293) 12553 : audit 0 from='client.253215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:28 smithi027 bash[31536]: audit 2023-12-07T15:03:27.309028+0000 mgr.a (mgr.24293) 12553 : audit 0 from='client.253215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:29.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:29 smithi022 bash[28554]: cluster 2023-12-07T15:03:27.622334+0000 mgr.a (mgr.24293) 12554 : 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-07T15:03:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:29 smithi044 bash[32620]: cluster 2023-12-07T15:03:27.622334+0000 mgr.a (mgr.24293) 12554 : 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-07T15:03:29.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:29 smithi027 bash[31536]: cluster 2023-12-07T15:03:27.622334+0000 mgr.a (mgr.24293) 12554 : 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-07T15:03:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:31 smithi022 bash[28554]: cluster 2023-12-07T15:03:29.622992+0000 mgr.a (mgr.24293) 12555 : 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-07T15:03:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:31 smithi044 bash[32620]: cluster 2023-12-07T15:03:29.622992+0000 mgr.a (mgr.24293) 12555 : 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-07T15:03:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:31 smithi027 bash[31536]: cluster 2023-12-07T15:03:29.622992+0000 mgr.a (mgr.24293) 12555 : 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-07T15:03:32.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:32 smithi044 bash[32620]: audit 2023-12-07T15:03:31.485838+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:03:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:32 smithi022 bash[28554]: audit 2023-12-07T15:03:31.485838+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:03:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:32 smithi027 bash[31536]: audit 2023-12-07T15:03:31.485838+0000 mon.a (mon.0) 2184 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:03:32.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:32.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:32.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:33 smithi022 bash[28554]: cluster 2023-12-07T15:03:31.623956+0000 mgr.a (mgr.24293) 12556 : cluster 0 pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:33.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:33 smithi044 bash[32620]: cluster 2023-12-07T15:03:31.623956+0000 mgr.a (mgr.24293) 12556 : cluster 0 pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:33 smithi027 bash[31536]: cluster 2023-12-07T15:03:31.623956+0000 mgr.a (mgr.24293) 12556 : cluster 0 pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:33.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:33.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:33.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:33.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:33.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:34 smithi022 bash[28554]: audit 2023-12-07T15:03:33.244775+0000 mgr.a (mgr.24293) 12557 : audit 0 from='client.253287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:34 smithi044 bash[32620]: audit 2023-12-07T15:03:33.244775+0000 mgr.a (mgr.24293) 12557 : audit 0 from='client.253287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:34 smithi027 bash[31536]: audit 2023-12-07T15:03:33.244775+0000 mgr.a (mgr.24293) 12557 : audit 0 from='client.253287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:35.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:35 smithi022 bash[28554]: cluster 2023-12-07T15:03:33.631100+0000 mgr.a (mgr.24293) 12558 : cluster 0 pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:35.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:35 smithi044 bash[32620]: cluster 2023-12-07T15:03:33.631100+0000 mgr.a (mgr.24293) 12558 : cluster 0 pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:35 smithi027 bash[31536]: cluster 2023-12-07T15:03:33.631100+0000 mgr.a (mgr.24293) 12558 : cluster 0 pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: cluster 2023-12-07T15:03:35.632150+0000 mgr.a (mgr.24293) 12559 : cluster 0 pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: audit 2023-12-07T15:03:36.831672+0000 mon.a (mon.0) 2185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: audit 2023-12-07T15:03:36.843578+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: audit 2023-12-07T15:03:36.882222+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: audit 2023-12-07T15:03:36.888789+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: audit 2023-12-07T15:03:36.892926+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:37 smithi044 bash[32620]: audit 2023-12-07T15:03:36.899496+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: cluster 2023-12-07T15:03:35.632150+0000 mgr.a (mgr.24293) 12559 : cluster 0 pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: audit 2023-12-07T15:03:36.831672+0000 mon.a (mon.0) 2185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: audit 2023-12-07T15:03:36.843578+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: audit 2023-12-07T15:03:36.882222+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: audit 2023-12-07T15:03:36.888789+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: audit 2023-12-07T15:03:36.892926+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:37 smithi022 bash[28554]: audit 2023-12-07T15:03:36.899496+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: cluster 2023-12-07T15:03:35.632150+0000 mgr.a (mgr.24293) 12559 : cluster 0 pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: audit 2023-12-07T15:03:36.831672+0000 mon.a (mon.0) 2185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: audit 2023-12-07T15:03:36.843578+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: audit 2023-12-07T15:03:36.882222+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: audit 2023-12-07T15:03:36.888789+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: audit 2023-12-07T15:03:36.892926+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:37.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:37 smithi027 bash[31536]: audit 2023-12-07T15:03:36.899496+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:38 smithi044 bash[32620]: audit 2023-12-07T15:03:37.625074+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:03:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:38 smithi044 bash[32620]: audit 2023-12-07T15:03:37.627193+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:03:38.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:38 smithi044 bash[32620]: audit 2023-12-07T15:03:37.636684+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:38 smithi022 bash[28554]: audit 2023-12-07T15:03:37.625074+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:03:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:38 smithi022 bash[28554]: audit 2023-12-07T15:03:37.627193+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:03:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:38 smithi022 bash[28554]: audit 2023-12-07T15:03:37.636684+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:38 smithi027 bash[31536]: audit 2023-12-07T15:03:37.625074+0000 mon.a (mon.0) 2191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:03:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:38 smithi027 bash[31536]: audit 2023-12-07T15:03:37.627193+0000 mon.a (mon.0) 2192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:03:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:38 smithi027 bash[31536]: audit 2023-12-07T15:03:37.636684+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:03:38.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:38.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:38.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:39 smithi044 bash[32620]: cluster 2023-12-07T15:03:37.632645+0000 mgr.a (mgr.24293) 12560 : cluster 0 pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:39.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:39 smithi022 bash[28554]: cluster 2023-12-07T15:03:37.632645+0000 mgr.a (mgr.24293) 12560 : cluster 0 pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:39 smithi027 bash[31536]: cluster 2023-12-07T15:03:37.632645+0000 mgr.a (mgr.24293) 12560 : cluster 0 pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:39.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:39.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:39.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:39.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:39.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:40 smithi044 bash[32620]: audit 2023-12-07T15:03:39.189437+0000 mgr.a (mgr.24293) 12561 : audit 0 from='client.253365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:40.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:40 smithi022 bash[28554]: audit 2023-12-07T15:03:39.189437+0000 mgr.a (mgr.24293) 12561 : audit 0 from='client.253365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:40 smithi027 bash[31536]: audit 2023-12-07T15:03:39.189437+0000 mgr.a (mgr.24293) 12561 : audit 0 from='client.253365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:41.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:41 smithi022 bash[28554]: cluster 2023-12-07T15:03:39.633424+0000 mgr.a (mgr.24293) 12562 : cluster 0 pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:41 smithi027 bash[31536]: cluster 2023-12-07T15:03:39.633424+0000 mgr.a (mgr.24293) 12562 : cluster 0 pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:41 smithi044 bash[32620]: cluster 2023-12-07T15:03:39.633424+0000 mgr.a (mgr.24293) 12562 : cluster 0 pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:43 smithi027 bash[31536]: cluster 2023-12-07T15:03:41.634239+0000 mgr.a (mgr.24293) 12563 : cluster 0 pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:43 smithi044 bash[32620]: cluster 2023-12-07T15:03:41.634239+0000 mgr.a (mgr.24293) 12563 : cluster 0 pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:43 smithi022 bash[28554]: cluster 2023-12-07T15:03:41.634239+0000 mgr.a (mgr.24293) 12563 : cluster 0 pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:44.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:44.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:44.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:45.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:45.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:45.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:45.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:45.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:45.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:45 smithi027 bash[31536]: cluster 2023-12-07T15:03:43.634811+0000 mgr.a (mgr.24293) 12564 : cluster 0 pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:45 smithi044 bash[32620]: cluster 2023-12-07T15:03:43.634811+0000 mgr.a (mgr.24293) 12564 : cluster 0 pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:45 smithi022 bash[28554]: cluster 2023-12-07T15:03:43.634811+0000 mgr.a (mgr.24293) 12564 : cluster 0 pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:46 smithi027 bash[31536]: audit 2023-12-07T15:03:45.132601+0000 mgr.a (mgr.24293) 12565 : audit 0 from='client.253443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:46 smithi022 bash[28554]: audit 2023-12-07T15:03:45.132601+0000 mgr.a (mgr.24293) 12565 : audit 0 from='client.253443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:46 smithi044 bash[32620]: audit 2023-12-07T15:03:45.132601+0000 mgr.a (mgr.24293) 12565 : audit 0 from='client.253443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:47.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:47 smithi027 bash[31536]: cluster 2023-12-07T15:03:45.635652+0000 mgr.a (mgr.24293) 12566 : cluster 0 pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:03:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:47 smithi022 bash[28554]: cluster 2023-12-07T15:03:45.635652+0000 mgr.a (mgr.24293) 12566 : cluster 0 pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:03:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:47 smithi044 bash[32620]: cluster 2023-12-07T15:03:45.635652+0000 mgr.a (mgr.24293) 12566 : cluster 0 pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:03:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:49 smithi022 bash[28554]: cluster 2023-12-07T15:03:47.636152+0000 mgr.a (mgr.24293) 12567 : cluster 0 pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:03:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:49 smithi044 bash[32620]: cluster 2023-12-07T15:03:47.636152+0000 mgr.a (mgr.24293) 12567 : cluster 0 pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:03:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:49 smithi027 bash[31536]: cluster 2023-12-07T15:03:47.636152+0000 mgr.a (mgr.24293) 12567 : cluster 0 pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:03:50.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:50.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:50.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:51.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:51.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:51.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:51.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:51.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:51 smithi044 bash[32620]: cluster 2023-12-07T15:03:49.636763+0000 mgr.a (mgr.24293) 12568 : cluster 0 pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:03:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:51 smithi022 bash[28554]: cluster 2023-12-07T15:03:49.636763+0000 mgr.a (mgr.24293) 12568 : cluster 0 pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:03:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:51 smithi027 bash[31536]: cluster 2023-12-07T15:03:49.636763+0000 mgr.a (mgr.24293) 12568 : cluster 0 pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:03:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:52 smithi022 bash[28554]: audit 2023-12-07T15:03:51.079193+0000 mgr.a (mgr.24293) 12569 : audit 0 from='client.253518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:52 smithi044 bash[32620]: audit 2023-12-07T15:03:51.079193+0000 mgr.a (mgr.24293) 12569 : audit 0 from='client.253518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:52 smithi027 bash[31536]: audit 2023-12-07T15:03:51.079193+0000 mgr.a (mgr.24293) 12569 : audit 0 from='client.253518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:53 smithi044 bash[32620]: cluster 2023-12-07T15:03:51.637817+0000 mgr.a (mgr.24293) 12570 : cluster 0 pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:53 smithi022 bash[28554]: cluster 2023-12-07T15:03:51.637817+0000 mgr.a (mgr.24293) 12570 : cluster 0 pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:53 smithi027 bash[31536]: cluster 2023-12-07T15:03:51.637817+0000 mgr.a (mgr.24293) 12570 : cluster 0 pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:55 smithi022 bash[28554]: cluster 2023-12-07T15:03:53.638538+0000 mgr.a (mgr.24293) 12571 : cluster 0 pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:55 smithi044 bash[32620]: cluster 2023-12-07T15:03:53.638538+0000 mgr.a (mgr.24293) 12571 : cluster 0 pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:55 smithi027 bash[31536]: cluster 2023-12-07T15:03:53.638538+0000 mgr.a (mgr.24293) 12571 : cluster 0 pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:56.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:03:56.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:56.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:57.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:03:57.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:57.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:57.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:57.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:03:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:57 smithi044 bash[32620]: cluster 2023-12-07T15:03:55.639350+0000 mgr.a (mgr.24293) 12572 : cluster 0 pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:57 smithi022 bash[28554]: cluster 2023-12-07T15:03:55.639350+0000 mgr.a (mgr.24293) 12572 : cluster 0 pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:57 smithi027 bash[31536]: cluster 2023-12-07T15:03:55.639350+0000 mgr.a (mgr.24293) 12572 : cluster 0 pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:58 smithi044 bash[32620]: audit 2023-12-07T15:03:57.011241+0000 mgr.a (mgr.24293) 12573 : audit 0 from='client.253593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:58 smithi022 bash[28554]: audit 2023-12-07T15:03:57.011241+0000 mgr.a (mgr.24293) 12573 : audit 0 from='client.253593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:58 smithi027 bash[31536]: audit 2023-12-07T15:03:57.011241+0000 mgr.a (mgr.24293) 12573 : audit 0 from='client.253593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:03:59 smithi044 bash[32620]: cluster 2023-12-07T15:03:57.640098+0000 mgr.a (mgr.24293) 12574 : cluster 0 pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:03:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:03:59 smithi022 bash[28554]: cluster 2023-12-07T15:03:57.640098+0000 mgr.a (mgr.24293) 12574 : cluster 0 pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:03:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:03:59 smithi027 bash[31536]: cluster 2023-12-07T15:03:57.640098+0000 mgr.a (mgr.24293) 12574 : cluster 0 pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:04:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:01 smithi022 bash[28554]: cluster 2023-12-07T15:03:59.640707+0000 mgr.a (mgr.24293) 12575 : cluster 0 pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:04:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:01 smithi044 bash[32620]: cluster 2023-12-07T15:03:59.640707+0000 mgr.a (mgr.24293) 12575 : cluster 0 pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:04:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:01 smithi027 bash[31536]: cluster 2023-12-07T15:03:59.640707+0000 mgr.a (mgr.24293) 12575 : cluster 0 pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:04:02.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:02.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:02.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:03.486 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:03.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:03.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:03.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:03.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:03 smithi022 bash[28554]: cluster 2023-12-07T15:04:01.641467+0000 mgr.a (mgr.24293) 12576 : cluster 0 pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:04:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:03 smithi044 bash[32620]: cluster 2023-12-07T15:04:01.641467+0000 mgr.a (mgr.24293) 12576 : cluster 0 pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:04:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:03 smithi027 bash[31536]: cluster 2023-12-07T15:04:01.641467+0000 mgr.a (mgr.24293) 12576 : cluster 0 pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:04:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:04 smithi044 bash[32620]: audit 2023-12-07T15:04:02.958621+0000 mgr.a (mgr.24293) 12577 : audit 0 from='client.253668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:04 smithi022 bash[28554]: audit 2023-12-07T15:04:02.958621+0000 mgr.a (mgr.24293) 12577 : audit 0 from='client.253668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:04 smithi027 bash[31536]: audit 2023-12-07T15:04:02.958621+0000 mgr.a (mgr.24293) 12577 : audit 0 from='client.253668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:05 smithi044 bash[32620]: cluster 2023-12-07T15:04:03.642194+0000 mgr.a (mgr.24293) 12578 : 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-07T15:04:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:05 smithi022 bash[28554]: cluster 2023-12-07T15:04:03.642194+0000 mgr.a (mgr.24293) 12578 : 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-07T15:04:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:05 smithi027 bash[31536]: cluster 2023-12-07T15:04:03.642194+0000 mgr.a (mgr.24293) 12578 : 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-07T15:04:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:07 smithi022 bash[28554]: cluster 2023-12-07T15:04:05.643019+0000 mgr.a (mgr.24293) 12579 : cluster 0 pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:07 smithi044 bash[32620]: cluster 2023-12-07T15:04:05.643019+0000 mgr.a (mgr.24293) 12579 : cluster 0 pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:07 smithi027 bash[31536]: cluster 2023-12-07T15:04:05.643019+0000 mgr.a (mgr.24293) 12579 : cluster 0 pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:08.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:08.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:08.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:09.411 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:09.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:09.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:09.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:09.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:09 smithi022 bash[28554]: cluster 2023-12-07T15:04:07.643668+0000 mgr.a (mgr.24293) 12580 : cluster 0 pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:09 smithi044 bash[32620]: cluster 2023-12-07T15:04:07.643668+0000 mgr.a (mgr.24293) 12580 : cluster 0 pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:09 smithi027 bash[31536]: cluster 2023-12-07T15:04:07.643668+0000 mgr.a (mgr.24293) 12580 : cluster 0 pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:10 smithi022 bash[28554]: audit 2023-12-07T15:04:08.906686+0000 mgr.a (mgr.24293) 12581 : audit 0 from='client.253737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:10 smithi044 bash[32620]: audit 2023-12-07T15:04:08.906686+0000 mgr.a (mgr.24293) 12581 : audit 0 from='client.253737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:10 smithi027 bash[31536]: audit 2023-12-07T15:04:08.906686+0000 mgr.a (mgr.24293) 12581 : audit 0 from='client.253737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:11 smithi022 bash[28554]: cluster 2023-12-07T15:04:09.644314+0000 mgr.a (mgr.24293) 12582 : cluster 0 pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:11 smithi044 bash[32620]: cluster 2023-12-07T15:04:09.644314+0000 mgr.a (mgr.24293) 12582 : cluster 0 pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:11 smithi027 bash[31536]: cluster 2023-12-07T15:04:09.644314+0000 mgr.a (mgr.24293) 12582 : cluster 0 pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:13 smithi044 bash[32620]: cluster 2023-12-07T15:04:11.645269+0000 mgr.a (mgr.24293) 12583 : cluster 0 pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:13 smithi022 bash[28554]: cluster 2023-12-07T15:04:11.645269+0000 mgr.a (mgr.24293) 12583 : cluster 0 pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:13 smithi027 bash[31536]: cluster 2023-12-07T15:04:11.645269+0000 mgr.a (mgr.24293) 12583 : cluster 0 pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:14.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:14.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:14.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:15.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:15.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:15.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:15.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:15.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:15 smithi022 bash[28554]: cluster 2023-12-07T15:04:13.645883+0000 mgr.a (mgr.24293) 12584 : cluster 0 pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:15.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:15 smithi044 bash[32620]: cluster 2023-12-07T15:04:13.645883+0000 mgr.a (mgr.24293) 12584 : cluster 0 pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:15 smithi027 bash[31536]: cluster 2023-12-07T15:04:13.645883+0000 mgr.a (mgr.24293) 12584 : cluster 0 pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:16 smithi022 bash[28554]: audit 2023-12-07T15:04:14.820441+0000 mgr.a (mgr.24293) 12585 : audit 0 from='client.253812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:16 smithi044 bash[32620]: audit 2023-12-07T15:04:14.820441+0000 mgr.a (mgr.24293) 12585 : audit 0 from='client.253812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:16 smithi027 bash[31536]: audit 2023-12-07T15:04:14.820441+0000 mgr.a (mgr.24293) 12585 : audit 0 from='client.253812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:17 smithi022 bash[28554]: cluster 2023-12-07T15:04:15.646825+0000 mgr.a (mgr.24293) 12586 : cluster 0 pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:17 smithi044 bash[32620]: cluster 2023-12-07T15:04:15.646825+0000 mgr.a (mgr.24293) 12586 : cluster 0 pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:17 smithi027 bash[31536]: cluster 2023-12-07T15:04:15.646825+0000 mgr.a (mgr.24293) 12586 : cluster 0 pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:19 smithi044 bash[32620]: cluster 2023-12-07T15:04:17.647433+0000 mgr.a (mgr.24293) 12587 : 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-07T15:04:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:19 smithi022 bash[28554]: cluster 2023-12-07T15:04:17.647433+0000 mgr.a (mgr.24293) 12587 : 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-07T15:04:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:19 smithi027 bash[31536]: cluster 2023-12-07T15:04:17.647433+0000 mgr.a (mgr.24293) 12587 : 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-07T15:04:20.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:20.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:20.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:21.329 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:21.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:21.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:21.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:21.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:21 smithi022 bash[28554]: cluster 2023-12-07T15:04:19.647958+0000 mgr.a (mgr.24293) 12588 : 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-07T15:04:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:21 smithi044 bash[32620]: cluster 2023-12-07T15:04:19.647958+0000 mgr.a (mgr.24293) 12588 : 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-07T15:04:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:21 smithi027 bash[31536]: cluster 2023-12-07T15:04:19.647958+0000 mgr.a (mgr.24293) 12588 : 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-07T15:04:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:22 smithi022 bash[28554]: audit 2023-12-07T15:04:20.778806+0000 mgr.a (mgr.24293) 12589 : audit 0 from='client.253887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:22 smithi044 bash[32620]: audit 2023-12-07T15:04:20.778806+0000 mgr.a (mgr.24293) 12589 : audit 0 from='client.253887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:22 smithi027 bash[31536]: audit 2023-12-07T15:04:20.778806+0000 mgr.a (mgr.24293) 12589 : audit 0 from='client.253887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:23 smithi022 bash[28554]: cluster 2023-12-07T15:04:21.649028+0000 mgr.a (mgr.24293) 12590 : cluster 0 pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:23 smithi044 bash[32620]: cluster 2023-12-07T15:04:21.649028+0000 mgr.a (mgr.24293) 12590 : cluster 0 pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:23 smithi027 bash[31536]: cluster 2023-12-07T15:04:21.649028+0000 mgr.a (mgr.24293) 12590 : cluster 0 pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:25 smithi044 bash[32620]: cluster 2023-12-07T15:04:23.649593+0000 mgr.a (mgr.24293) 12591 : cluster 0 pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:25 smithi022 bash[28554]: cluster 2023-12-07T15:04:23.649593+0000 mgr.a (mgr.24293) 12591 : cluster 0 pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:25 smithi027 bash[31536]: cluster 2023-12-07T15:04:23.649593+0000 mgr.a (mgr.24293) 12591 : cluster 0 pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:26.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:26.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:26.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:27.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:27.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:27.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:27.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:27.262 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:27 smithi022 bash[28554]: cluster 2023-12-07T15:04:25.650331+0000 mgr.a (mgr.24293) 12592 : cluster 0 pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:27 smithi044 bash[32620]: cluster 2023-12-07T15:04:25.650331+0000 mgr.a (mgr.24293) 12592 : cluster 0 pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:27 smithi027 bash[31536]: cluster 2023-12-07T15:04:25.650331+0000 mgr.a (mgr.24293) 12592 : cluster 0 pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:28 smithi044 bash[32620]: audit 2023-12-07T15:04:26.742466+0000 mgr.a (mgr.24293) 12593 : audit 0 from='client.253962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:28 smithi022 bash[28554]: audit 2023-12-07T15:04:26.742466+0000 mgr.a (mgr.24293) 12593 : audit 0 from='client.253962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:28 smithi027 bash[31536]: audit 2023-12-07T15:04:26.742466+0000 mgr.a (mgr.24293) 12593 : audit 0 from='client.253962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:29 smithi022 bash[28554]: cluster 2023-12-07T15:04:27.650987+0000 mgr.a (mgr.24293) 12594 : cluster 0 pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:29 smithi044 bash[32620]: cluster 2023-12-07T15:04:27.650987+0000 mgr.a (mgr.24293) 12594 : cluster 0 pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:29 smithi027 bash[31536]: cluster 2023-12-07T15:04:27.650987+0000 mgr.a (mgr.24293) 12594 : cluster 0 pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:31 smithi022 bash[28554]: cluster 2023-12-07T15:04:29.651619+0000 mgr.a (mgr.24293) 12595 : cluster 0 pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:31 smithi044 bash[32620]: cluster 2023-12-07T15:04:29.651619+0000 mgr.a (mgr.24293) 12595 : cluster 0 pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:31 smithi027 bash[31536]: cluster 2023-12-07T15:04:29.651619+0000 mgr.a (mgr.24293) 12595 : cluster 0 pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:32.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:32.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:32.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:33.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:33.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:33.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:33.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:33.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:33 smithi044 bash[32620]: cluster 2023-12-07T15:04:31.652364+0000 mgr.a (mgr.24293) 12596 : cluster 0 pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:33 smithi022 bash[28554]: cluster 2023-12-07T15:04:31.652364+0000 mgr.a (mgr.24293) 12596 : cluster 0 pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:33 smithi027 bash[31536]: cluster 2023-12-07T15:04:31.652364+0000 mgr.a (mgr.24293) 12596 : cluster 0 pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:34 smithi044 bash[32620]: audit 2023-12-07T15:04:32.673077+0000 mgr.a (mgr.24293) 12597 : audit 0 from='client.254037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:34 smithi022 bash[28554]: audit 2023-12-07T15:04:32.673077+0000 mgr.a (mgr.24293) 12597 : audit 0 from='client.254037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:34 smithi027 bash[31536]: audit 2023-12-07T15:04:32.673077+0000 mgr.a (mgr.24293) 12597 : audit 0 from='client.254037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:35 smithi044 bash[32620]: cluster 2023-12-07T15:04:33.653070+0000 mgr.a (mgr.24293) 12598 : 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-07T15:04:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:35 smithi022 bash[28554]: cluster 2023-12-07T15:04:33.653070+0000 mgr.a (mgr.24293) 12598 : 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-07T15:04:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:35 smithi027 bash[31536]: cluster 2023-12-07T15:04:33.653070+0000 mgr.a (mgr.24293) 12598 : 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-07T15:04:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:37 smithi022 bash[28554]: cluster 2023-12-07T15:04:35.653863+0000 mgr.a (mgr.24293) 12599 : cluster 0 pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:37 smithi044 bash[32620]: cluster 2023-12-07T15:04:35.653863+0000 mgr.a (mgr.24293) 12599 : cluster 0 pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:37 smithi027 bash[31536]: cluster 2023-12-07T15:04:35.653863+0000 mgr.a (mgr.24293) 12599 : cluster 0 pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:38.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:38.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:38.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:38 smithi022 bash[28554]: audit 2023-12-07T15:04:37.740584+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:04:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:38 smithi022 bash[28554]: audit 2023-12-07T15:04:38.533159+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:04:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:38 smithi022 bash[28554]: audit 2023-12-07T15:04:38.534733+0000 mon.a (mon.0) 2196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:04:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:38 smithi022 bash[28554]: audit 2023-12-07T15:04:38.543625+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:04:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:38 smithi044 bash[32620]: audit 2023-12-07T15:04:37.740584+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:04:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:38 smithi044 bash[32620]: audit 2023-12-07T15:04:38.533159+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:04:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:38 smithi044 bash[32620]: audit 2023-12-07T15:04:38.534733+0000 mon.a (mon.0) 2196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:04:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:38 smithi044 bash[32620]: audit 2023-12-07T15:04:38.543625+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:04:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:38 smithi027 bash[31536]: audit 2023-12-07T15:04:37.740584+0000 mon.a (mon.0) 2194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:04:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:38 smithi027 bash[31536]: audit 2023-12-07T15:04:38.533159+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:04:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:38 smithi027 bash[31536]: audit 2023-12-07T15:04:38.534733+0000 mon.a (mon.0) 2196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:04:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:38 smithi027 bash[31536]: audit 2023-12-07T15:04:38.543625+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:04:39.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:39.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:39.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:39.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:39.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:39 smithi044 bash[32620]: cluster 2023-12-07T15:04:37.654401+0000 mgr.a (mgr.24293) 12600 : cluster 0 pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:39 smithi044 bash[32620]: audit 2023-12-07T15:04:38.606248+0000 mgr.a (mgr.24293) 12601 : audit 0 from='client.254115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:39 smithi022 bash[28554]: cluster 2023-12-07T15:04:37.654401+0000 mgr.a (mgr.24293) 12600 : cluster 0 pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:39 smithi022 bash[28554]: audit 2023-12-07T15:04:38.606248+0000 mgr.a (mgr.24293) 12601 : audit 0 from='client.254115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:39 smithi027 bash[31536]: cluster 2023-12-07T15:04:37.654401+0000 mgr.a (mgr.24293) 12600 : cluster 0 pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:39 smithi027 bash[31536]: audit 2023-12-07T15:04:38.606248+0000 mgr.a (mgr.24293) 12601 : audit 0 from='client.254115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:41 smithi044 bash[32620]: cluster 2023-12-07T15:04:39.655232+0000 mgr.a (mgr.24293) 12602 : cluster 0 pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:41 smithi022 bash[28554]: cluster 2023-12-07T15:04:39.655232+0000 mgr.a (mgr.24293) 12602 : cluster 0 pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:41 smithi027 bash[31536]: cluster 2023-12-07T15:04:39.655232+0000 mgr.a (mgr.24293) 12602 : cluster 0 pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:43 smithi022 bash[28554]: cluster 2023-12-07T15:04:41.656247+0000 mgr.a (mgr.24293) 12603 : cluster 0 pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:43 smithi044 bash[32620]: cluster 2023-12-07T15:04:41.656247+0000 mgr.a (mgr.24293) 12603 : cluster 0 pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:43 smithi027 bash[31536]: cluster 2023-12-07T15:04:41.656247+0000 mgr.a (mgr.24293) 12603 : cluster 0 pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:44.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:44.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:44.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:45.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:45.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:45.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:45.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:45.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:45 smithi022 bash[28554]: cluster 2023-12-07T15:04:43.656972+0000 mgr.a (mgr.24293) 12604 : cluster 0 pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:45 smithi022 bash[28554]: audit 2023-12-07T15:04:44.539623+0000 mgr.a (mgr.24293) 12605 : audit 0 from='client.254193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:45 smithi044 bash[32620]: cluster 2023-12-07T15:04:43.656972+0000 mgr.a (mgr.24293) 12604 : cluster 0 pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:45 smithi044 bash[32620]: audit 2023-12-07T15:04:44.539623+0000 mgr.a (mgr.24293) 12605 : audit 0 from='client.254193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:45 smithi027 bash[31536]: cluster 2023-12-07T15:04:43.656972+0000 mgr.a (mgr.24293) 12604 : cluster 0 pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:45 smithi027 bash[31536]: audit 2023-12-07T15:04:44.539623+0000 mgr.a (mgr.24293) 12605 : audit 0 from='client.254193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:47 smithi022 bash[28554]: cluster 2023-12-07T15:04:45.657859+0000 mgr.a (mgr.24293) 12606 : cluster 0 pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:47 smithi044 bash[32620]: cluster 2023-12-07T15:04:45.657859+0000 mgr.a (mgr.24293) 12606 : cluster 0 pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:47 smithi027 bash[31536]: cluster 2023-12-07T15:04:45.657859+0000 mgr.a (mgr.24293) 12606 : cluster 0 pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:49 smithi022 bash[28554]: cluster 2023-12-07T15:04:47.658413+0000 mgr.a (mgr.24293) 12607 : cluster 0 pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:49 smithi044 bash[32620]: cluster 2023-12-07T15:04:47.658413+0000 mgr.a (mgr.24293) 12607 : cluster 0 pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:49 smithi027 bash[31536]: cluster 2023-12-07T15:04:47.658413+0000 mgr.a (mgr.24293) 12607 : cluster 0 pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:50.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:50.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:50.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:51.043 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:51.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:51.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:51.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:51.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:51 smithi022 bash[28554]: cluster 2023-12-07T15:04:49.659046+0000 mgr.a (mgr.24293) 12608 : cluster 0 pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:51 smithi022 bash[28554]: audit 2023-12-07T15:04:50.494583+0000 mgr.a (mgr.24293) 12609 : audit 0 from='client.254268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:51 smithi044 bash[32620]: cluster 2023-12-07T15:04:49.659046+0000 mgr.a (mgr.24293) 12608 : cluster 0 pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:51 smithi044 bash[32620]: audit 2023-12-07T15:04:50.494583+0000 mgr.a (mgr.24293) 12609 : audit 0 from='client.254268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:51 smithi027 bash[31536]: cluster 2023-12-07T15:04:49.659046+0000 mgr.a (mgr.24293) 12608 : cluster 0 pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:51.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:51 smithi027 bash[31536]: audit 2023-12-07T15:04:50.494583+0000 mgr.a (mgr.24293) 12609 : audit 0 from='client.254268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:53 smithi022 bash[28554]: cluster 2023-12-07T15:04:51.660092+0000 mgr.a (mgr.24293) 12610 : cluster 0 pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:53 smithi044 bash[32620]: cluster 2023-12-07T15:04:51.660092+0000 mgr.a (mgr.24293) 12610 : cluster 0 pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:53 smithi027 bash[31536]: cluster 2023-12-07T15:04:51.660092+0000 mgr.a (mgr.24293) 12610 : cluster 0 pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:55 smithi044 bash[32620]: cluster 2023-12-07T15:04:53.660806+0000 mgr.a (mgr.24293) 12611 : cluster 0 pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:55 smithi022 bash[28554]: cluster 2023-12-07T15:04:53.660806+0000 mgr.a (mgr.24293) 12611 : cluster 0 pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:55 smithi027 bash[31536]: cluster 2023-12-07T15:04:53.660806+0000 mgr.a (mgr.24293) 12611 : cluster 0 pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:56.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:04:56.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:56.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:56.990 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:04:56.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:56.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:56.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:56.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:04:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:57 smithi022 bash[28554]: cluster 2023-12-07T15:04:55.661739+0000 mgr.a (mgr.24293) 12612 : cluster 0 pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:57 smithi022 bash[28554]: audit 2023-12-07T15:04:56.454800+0000 mgr.a (mgr.24293) 12613 : audit 0 from='client.254340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:57 smithi044 bash[32620]: cluster 2023-12-07T15:04:55.661739+0000 mgr.a (mgr.24293) 12612 : cluster 0 pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:57 smithi044 bash[32620]: audit 2023-12-07T15:04:56.454800+0000 mgr.a (mgr.24293) 12613 : audit 0 from='client.254340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:57 smithi027 bash[31536]: cluster 2023-12-07T15:04:55.661739+0000 mgr.a (mgr.24293) 12612 : cluster 0 pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:57 smithi027 bash[31536]: audit 2023-12-07T15:04:56.454800+0000 mgr.a (mgr.24293) 12613 : audit 0 from='client.254340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:04:59 smithi044 bash[32620]: cluster 2023-12-07T15:04:57.662465+0000 mgr.a (mgr.24293) 12614 : cluster 0 pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:04:59 smithi022 bash[28554]: cluster 2023-12-07T15:04:57.662465+0000 mgr.a (mgr.24293) 12614 : cluster 0 pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:04:59 smithi027 bash[31536]: cluster 2023-12-07T15:04:57.662465+0000 mgr.a (mgr.24293) 12614 : cluster 0 pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:01 smithi022 bash[28554]: cluster 2023-12-07T15:04:59.663087+0000 mgr.a (mgr.24293) 12615 : cluster 0 pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:01 smithi044 bash[32620]: cluster 2023-12-07T15:04:59.663087+0000 mgr.a (mgr.24293) 12615 : cluster 0 pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:01 smithi027 bash[31536]: cluster 2023-12-07T15:04:59.663087+0000 mgr.a (mgr.24293) 12615 : cluster 0 pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:01.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:01.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:01.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:02.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:02.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:02.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:02.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:02.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:03 smithi044 bash[32620]: cluster 2023-12-07T15:05:01.663941+0000 mgr.a (mgr.24293) 12616 : cluster 0 pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:03 smithi044 bash[32620]: audit 2023-12-07T15:05:02.401318+0000 mgr.a (mgr.24293) 12617 : audit 0 from='client.254418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:03 smithi022 bash[28554]: cluster 2023-12-07T15:05:01.663941+0000 mgr.a (mgr.24293) 12616 : cluster 0 pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:03 smithi022 bash[28554]: audit 2023-12-07T15:05:02.401318+0000 mgr.a (mgr.24293) 12617 : audit 0 from='client.254418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:03 smithi027 bash[31536]: cluster 2023-12-07T15:05:01.663941+0000 mgr.a (mgr.24293) 12616 : cluster 0 pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:03 smithi027 bash[31536]: audit 2023-12-07T15:05:02.401318+0000 mgr.a (mgr.24293) 12617 : audit 0 from='client.254418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:05 smithi044 bash[32620]: cluster 2023-12-07T15:05:03.664580+0000 mgr.a (mgr.24293) 12618 : 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-07T15:05:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:05 smithi022 bash[28554]: cluster 2023-12-07T15:05:03.664580+0000 mgr.a (mgr.24293) 12618 : 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-07T15:05:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:05 smithi027 bash[31536]: cluster 2023-12-07T15:05:03.664580+0000 mgr.a (mgr.24293) 12618 : 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-07T15:05:07.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:07 smithi044 bash[32620]: cluster 2023-12-07T15:05:05.665379+0000 mgr.a (mgr.24293) 12619 : 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-07T15:05:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:07 smithi022 bash[28554]: cluster 2023-12-07T15:05:05.665379+0000 mgr.a (mgr.24293) 12619 : 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-07T15:05:07.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:07 smithi027 bash[31536]: cluster 2023-12-07T15:05:05.665379+0000 mgr.a (mgr.24293) 12619 : 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-07T15:05:07.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:07.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:07.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:08.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:08.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:08.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:08.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:08.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:09 smithi022 bash[28554]: cluster 2023-12-07T15:05:07.665947+0000 mgr.a (mgr.24293) 12620 : 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-07T15:05:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:09 smithi022 bash[28554]: audit 2023-12-07T15:05:08.331045+0000 mgr.a (mgr.24293) 12621 : audit 0 from='client.254496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:09 smithi044 bash[32620]: cluster 2023-12-07T15:05:07.665947+0000 mgr.a (mgr.24293) 12620 : 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-07T15:05:09.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:09 smithi044 bash[32620]: audit 2023-12-07T15:05:08.331045+0000 mgr.a (mgr.24293) 12621 : audit 0 from='client.254496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:09 smithi027 bash[31536]: cluster 2023-12-07T15:05:07.665947+0000 mgr.a (mgr.24293) 12620 : 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-07T15:05:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:09 smithi027 bash[31536]: audit 2023-12-07T15:05:08.331045+0000 mgr.a (mgr.24293) 12621 : audit 0 from='client.254496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:11 smithi022 bash[28554]: cluster 2023-12-07T15:05:09.666601+0000 mgr.a (mgr.24293) 12622 : 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-07T15:05:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:11 smithi044 bash[32620]: cluster 2023-12-07T15:05:09.666601+0000 mgr.a (mgr.24293) 12622 : 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-07T15:05:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:11 smithi027 bash[31536]: cluster 2023-12-07T15:05:09.666601+0000 mgr.a (mgr.24293) 12622 : 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-07T15:05:13.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:13 smithi022 bash[28554]: cluster 2023-12-07T15:05:11.667386+0000 mgr.a (mgr.24293) 12623 : cluster 0 pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:13.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:13 smithi044 bash[32620]: cluster 2023-12-07T15:05:11.667386+0000 mgr.a (mgr.24293) 12623 : cluster 0 pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:13 smithi027 bash[31536]: cluster 2023-12-07T15:05:11.667386+0000 mgr.a (mgr.24293) 12623 : cluster 0 pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:13.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:13.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:13.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:14.819 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:14.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:14.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:14.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:14.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:15.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:15 smithi022 bash[28554]: cluster 2023-12-07T15:05:13.668000+0000 mgr.a (mgr.24293) 12624 : cluster 0 pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:15.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:15 smithi022 bash[28554]: audit 2023-12-07T15:05:14.282034+0000 mgr.a (mgr.24293) 12625 : audit 0 from='client.254571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:15 smithi044 bash[32620]: cluster 2023-12-07T15:05:13.668000+0000 mgr.a (mgr.24293) 12624 : cluster 0 pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:15.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:15 smithi044 bash[32620]: audit 2023-12-07T15:05:14.282034+0000 mgr.a (mgr.24293) 12625 : audit 0 from='client.254571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:15.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:15 smithi027 bash[31536]: cluster 2023-12-07T15:05:13.668000+0000 mgr.a (mgr.24293) 12624 : cluster 0 pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:15.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:15 smithi027 bash[31536]: audit 2023-12-07T15:05:14.282034+0000 mgr.a (mgr.24293) 12625 : audit 0 from='client.254571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:17 smithi044 bash[32620]: cluster 2023-12-07T15:05:15.668915+0000 mgr.a (mgr.24293) 12626 : cluster 0 pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:17.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:17 smithi022 bash[28554]: cluster 2023-12-07T15:05:15.668915+0000 mgr.a (mgr.24293) 12626 : cluster 0 pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:17 smithi027 bash[31536]: cluster 2023-12-07T15:05:15.668915+0000 mgr.a (mgr.24293) 12626 : cluster 0 pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:19.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:19 smithi044 bash[32620]: cluster 2023-12-07T15:05:17.669454+0000 mgr.a (mgr.24293) 12627 : cluster 0 pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:19 smithi022 bash[28554]: cluster 2023-12-07T15:05:17.669454+0000 mgr.a (mgr.24293) 12627 : cluster 0 pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:19 smithi027 bash[31536]: cluster 2023-12-07T15:05:17.669454+0000 mgr.a (mgr.24293) 12627 : cluster 0 pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:19.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:19.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:19.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:20.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:20.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:20.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:20.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:20.739 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:21 smithi044 bash[32620]: cluster 2023-12-07T15:05:19.670025+0000 mgr.a (mgr.24293) 12628 : cluster 0 pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:21.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:21 smithi044 bash[32620]: audit 2023-12-07T15:05:20.220809+0000 mgr.a (mgr.24293) 12629 : audit 0 from='client.254649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:21.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:21 smithi022 bash[28554]: cluster 2023-12-07T15:05:19.670025+0000 mgr.a (mgr.24293) 12628 : cluster 0 pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:21.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:21 smithi022 bash[28554]: audit 2023-12-07T15:05:20.220809+0000 mgr.a (mgr.24293) 12629 : audit 0 from='client.254649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:21 smithi027 bash[31536]: cluster 2023-12-07T15:05:19.670025+0000 mgr.a (mgr.24293) 12628 : cluster 0 pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:21 smithi027 bash[31536]: audit 2023-12-07T15:05:20.220809+0000 mgr.a (mgr.24293) 12629 : audit 0 from='client.254649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:23.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:23 smithi022 bash[28554]: cluster 2023-12-07T15:05:21.671135+0000 mgr.a (mgr.24293) 12630 : cluster 0 pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:05:23.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:23 smithi044 bash[32620]: cluster 2023-12-07T15:05:21.671135+0000 mgr.a (mgr.24293) 12630 : cluster 0 pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:05:23.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:23 smithi027 bash[31536]: cluster 2023-12-07T15:05:21.671135+0000 mgr.a (mgr.24293) 12630 : cluster 0 pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:05:25.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:25 smithi022 bash[28554]: cluster 2023-12-07T15:05:23.671918+0000 mgr.a (mgr.24293) 12631 : cluster 0 pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:05:25.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:25 smithi044 bash[32620]: cluster 2023-12-07T15:05:23.671918+0000 mgr.a (mgr.24293) 12631 : cluster 0 pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:05:25.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:25 smithi027 bash[31536]: cluster 2023-12-07T15:05:23.671918+0000 mgr.a (mgr.24293) 12631 : cluster 0 pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:05:25.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:25.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:25.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:26.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:26.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:26.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:26.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:26.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:27 smithi044 bash[32620]: cluster 2023-12-07T15:05:25.672800+0000 mgr.a (mgr.24293) 12632 : cluster 0 pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:27.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:27 smithi044 bash[32620]: audit 2023-12-07T15:05:26.152669+0000 mgr.a (mgr.24293) 12633 : audit 0 from='client.254721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:27.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:27 smithi022 bash[28554]: cluster 2023-12-07T15:05:25.672800+0000 mgr.a (mgr.24293) 12632 : cluster 0 pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:27.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:27 smithi022 bash[28554]: audit 2023-12-07T15:05:26.152669+0000 mgr.a (mgr.24293) 12633 : audit 0 from='client.254721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:27 smithi027 bash[31536]: cluster 2023-12-07T15:05:25.672800+0000 mgr.a (mgr.24293) 12632 : cluster 0 pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:27 smithi027 bash[31536]: audit 2023-12-07T15:05:26.152669+0000 mgr.a (mgr.24293) 12633 : audit 0 from='client.254721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:29.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:29 smithi044 bash[32620]: cluster 2023-12-07T15:05:27.673478+0000 mgr.a (mgr.24293) 12634 : cluster 0 pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:29.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:29 smithi022 bash[28554]: cluster 2023-12-07T15:05:27.673478+0000 mgr.a (mgr.24293) 12634 : cluster 0 pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:29.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:29 smithi027 bash[31536]: cluster 2023-12-07T15:05:27.673478+0000 mgr.a (mgr.24293) 12634 : cluster 0 pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:31.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:31 smithi022 bash[28554]: cluster 2023-12-07T15:05:29.674160+0000 mgr.a (mgr.24293) 12635 : cluster 0 pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:31.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:31 smithi044 bash[32620]: cluster 2023-12-07T15:05:29.674160+0000 mgr.a (mgr.24293) 12635 : cluster 0 pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:31.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:31.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:31.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:31.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:31 smithi027 bash[31536]: cluster 2023-12-07T15:05:29.674160+0000 mgr.a (mgr.24293) 12635 : cluster 0 pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:32.631 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:32.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:32.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:32.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:32.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:33 smithi022 bash[28554]: cluster 2023-12-07T15:05:31.675139+0000 mgr.a (mgr.24293) 12636 : cluster 0 pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:33.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:33 smithi022 bash[28554]: audit 2023-12-07T15:05:32.106083+0000 mgr.a (mgr.24293) 12637 : audit 0 from='client.254796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:33 smithi044 bash[32620]: cluster 2023-12-07T15:05:31.675139+0000 mgr.a (mgr.24293) 12636 : cluster 0 pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:33.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:33 smithi044 bash[32620]: audit 2023-12-07T15:05:32.106083+0000 mgr.a (mgr.24293) 12637 : audit 0 from='client.254796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:33 smithi027 bash[31536]: cluster 2023-12-07T15:05:31.675139+0000 mgr.a (mgr.24293) 12636 : cluster 0 pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:33 smithi027 bash[31536]: audit 2023-12-07T15:05:32.106083+0000 mgr.a (mgr.24293) 12637 : audit 0 from='client.254796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:35 smithi044 bash[32620]: cluster 2023-12-07T15:05:33.675873+0000 mgr.a (mgr.24293) 12638 : cluster 0 pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:05:35.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:35 smithi022 bash[28554]: cluster 2023-12-07T15:05:33.675873+0000 mgr.a (mgr.24293) 12638 : cluster 0 pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:05:35.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:35 smithi027 bash[31536]: cluster 2023-12-07T15:05:33.675873+0000 mgr.a (mgr.24293) 12638 : cluster 0 pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:05:37.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:37.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:37.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:37 smithi027 bash[31536]: cluster 2023-12-07T15:05:35.676828+0000 mgr.a (mgr.24293) 12639 : cluster 0 pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:05:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:37 smithi044 bash[32620]: cluster 2023-12-07T15:05:35.676828+0000 mgr.a (mgr.24293) 12639 : cluster 0 pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:05:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:37 smithi022 bash[28554]: cluster 2023-12-07T15:05:35.676828+0000 mgr.a (mgr.24293) 12639 : cluster 0 pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:05:38.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:38.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:38.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:38.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:38.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:39.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:39 smithi027 bash[31536]: cluster 2023-12-07T15:05:37.677423+0000 mgr.a (mgr.24293) 12640 : 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-07T15:05:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:39 smithi027 bash[31536]: audit 2023-12-07T15:05:38.039804+0000 mgr.a (mgr.24293) 12641 : audit 0 from='client.254874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:39.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:39 smithi027 bash[31536]: audit 2023-12-07T15:05:38.659772+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:05:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:39 smithi044 bash[32620]: cluster 2023-12-07T15:05:37.677423+0000 mgr.a (mgr.24293) 12640 : 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-07T15:05:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:39 smithi044 bash[32620]: audit 2023-12-07T15:05:38.039804+0000 mgr.a (mgr.24293) 12641 : audit 0 from='client.254874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:39 smithi044 bash[32620]: audit 2023-12-07T15:05:38.659772+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:05:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:39 smithi022 bash[28554]: cluster 2023-12-07T15:05:37.677423+0000 mgr.a (mgr.24293) 12640 : 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-07T15:05:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:39 smithi022 bash[28554]: audit 2023-12-07T15:05:38.039804+0000 mgr.a (mgr.24293) 12641 : audit 0 from='client.254874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:39 smithi022 bash[28554]: audit 2023-12-07T15:05:38.659772+0000 mon.a (mon.0) 2198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:05:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:40 smithi027 bash[31536]: audit 2023-12-07T15:05:39.446481+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:05:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:40 smithi027 bash[31536]: audit 2023-12-07T15:05:39.448259+0000 mon.a (mon.0) 2200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:05:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:40 smithi027 bash[31536]: audit 2023-12-07T15:05:39.457091+0000 mon.a (mon.0) 2201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:05:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:40 smithi044 bash[32620]: audit 2023-12-07T15:05:39.446481+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:05:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:40 smithi044 bash[32620]: audit 2023-12-07T15:05:39.448259+0000 mon.a (mon.0) 2200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:05:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:40 smithi044 bash[32620]: audit 2023-12-07T15:05:39.457091+0000 mon.a (mon.0) 2201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:05:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:40 smithi022 bash[28554]: audit 2023-12-07T15:05:39.446481+0000 mon.a (mon.0) 2199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:05:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:40 smithi022 bash[28554]: audit 2023-12-07T15:05:39.448259+0000 mon.a (mon.0) 2200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:05:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:40 smithi022 bash[28554]: audit 2023-12-07T15:05:39.457091+0000 mon.a (mon.0) 2201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:05:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:41 smithi044 bash[32620]: cluster 2023-12-07T15:05:39.678248+0000 mgr.a (mgr.24293) 12642 : 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-07T15:05:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:41 smithi022 bash[28554]: cluster 2023-12-07T15:05:39.678248+0000 mgr.a (mgr.24293) 12642 : 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-07T15:05:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:41 smithi027 bash[31536]: cluster 2023-12-07T15:05:39.678248+0000 mgr.a (mgr.24293) 12642 : 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-07T15:05:43.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:43.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:43.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:43 smithi044 bash[32620]: cluster 2023-12-07T15:05:41.679159+0000 mgr.a (mgr.24293) 12643 : cluster 0 pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:43 smithi022 bash[28554]: cluster 2023-12-07T15:05:41.679159+0000 mgr.a (mgr.24293) 12643 : cluster 0 pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:43 smithi027 bash[31536]: cluster 2023-12-07T15:05:41.679159+0000 mgr.a (mgr.24293) 12643 : cluster 0 pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:44.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:44.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:44.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:44.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:44.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:45 smithi022 bash[28554]: cluster 2023-12-07T15:05:43.679637+0000 mgr.a (mgr.24293) 12644 : cluster 0 pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:45 smithi022 bash[28554]: audit 2023-12-07T15:05:43.952173+0000 mgr.a (mgr.24293) 12645 : audit 0 from='client.254952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:45 smithi044 bash[32620]: cluster 2023-12-07T15:05:43.679637+0000 mgr.a (mgr.24293) 12644 : cluster 0 pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:45 smithi044 bash[32620]: audit 2023-12-07T15:05:43.952173+0000 mgr.a (mgr.24293) 12645 : audit 0 from='client.254952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:45 smithi027 bash[31536]: cluster 2023-12-07T15:05:43.679637+0000 mgr.a (mgr.24293) 12644 : cluster 0 pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:45 smithi027 bash[31536]: audit 2023-12-07T15:05:43.952173+0000 mgr.a (mgr.24293) 12645 : audit 0 from='client.254952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:47 smithi022 bash[28554]: cluster 2023-12-07T15:05:45.680467+0000 mgr.a (mgr.24293) 12646 : cluster 0 pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:47 smithi044 bash[32620]: cluster 2023-12-07T15:05:45.680467+0000 mgr.a (mgr.24293) 12646 : cluster 0 pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:47.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:47 smithi027 bash[31536]: cluster 2023-12-07T15:05:45.680467+0000 mgr.a (mgr.24293) 12646 : cluster 0 pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:49.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:49.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:49.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:49 smithi044 bash[32620]: cluster 2023-12-07T15:05:47.681063+0000 mgr.a (mgr.24293) 12647 : cluster 0 pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:49 smithi022 bash[28554]: cluster 2023-12-07T15:05:47.681063+0000 mgr.a (mgr.24293) 12647 : cluster 0 pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:49 smithi027 bash[31536]: cluster 2023-12-07T15:05:47.681063+0000 mgr.a (mgr.24293) 12647 : cluster 0 pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:50.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:50.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:50.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:50.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:50.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:51 smithi044 bash[32620]: cluster 2023-12-07T15:05:49.681487+0000 mgr.a (mgr.24293) 12648 : cluster 0 pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:51 smithi044 bash[32620]: audit 2023-12-07T15:05:49.891634+0000 mgr.a (mgr.24293) 12649 : audit 0 from='client.255030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:51 smithi022 bash[28554]: cluster 2023-12-07T15:05:49.681487+0000 mgr.a (mgr.24293) 12648 : cluster 0 pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:51 smithi022 bash[28554]: audit 2023-12-07T15:05:49.891634+0000 mgr.a (mgr.24293) 12649 : audit 0 from='client.255030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:51 smithi027 bash[31536]: cluster 2023-12-07T15:05:49.681487+0000 mgr.a (mgr.24293) 12648 : cluster 0 pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:51 smithi027 bash[31536]: audit 2023-12-07T15:05:49.891634+0000 mgr.a (mgr.24293) 12649 : audit 0 from='client.255030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:53 smithi022 bash[28554]: cluster 2023-12-07T15:05:51.682386+0000 mgr.a (mgr.24293) 12650 : cluster 0 pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:05:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:53 smithi044 bash[32620]: cluster 2023-12-07T15:05:51.682386+0000 mgr.a (mgr.24293) 12650 : cluster 0 pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:05:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:53 smithi027 bash[31536]: cluster 2023-12-07T15:05:51.682386+0000 mgr.a (mgr.24293) 12650 : cluster 0 pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:05:55.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:05:55.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:55.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:55 smithi022 bash[28554]: cluster 2023-12-07T15:05:53.682958+0000 mgr.a (mgr.24293) 12651 : cluster 0 pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:05:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:55 smithi044 bash[32620]: cluster 2023-12-07T15:05:53.682958+0000 mgr.a (mgr.24293) 12651 : cluster 0 pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:05:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:55 smithi027 bash[31536]: cluster 2023-12-07T15:05:53.682958+0000 mgr.a (mgr.24293) 12651 : cluster 0 pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:05:56.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:05:56.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:56.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:56.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:56.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:05:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:57 smithi044 bash[32620]: cluster 2023-12-07T15:05:55.683810+0000 mgr.a (mgr.24293) 12652 : cluster 0 pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:57 smithi044 bash[32620]: audit 2023-12-07T15:05:55.848321+0000 mgr.a (mgr.24293) 12653 : audit 0 from='client.255105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:57 smithi022 bash[28554]: cluster 2023-12-07T15:05:55.683810+0000 mgr.a (mgr.24293) 12652 : cluster 0 pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:57 smithi022 bash[28554]: audit 2023-12-07T15:05:55.848321+0000 mgr.a (mgr.24293) 12653 : audit 0 from='client.255105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:57 smithi027 bash[31536]: cluster 2023-12-07T15:05:55.683810+0000 mgr.a (mgr.24293) 12652 : cluster 0 pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:57 smithi027 bash[31536]: audit 2023-12-07T15:05:55.848321+0000 mgr.a (mgr.24293) 12653 : audit 0 from='client.255105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:05:59 smithi044 bash[32620]: cluster 2023-12-07T15:05:57.684504+0000 mgr.a (mgr.24293) 12654 : cluster 0 pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:05:59 smithi022 bash[28554]: cluster 2023-12-07T15:05:57.684504+0000 mgr.a (mgr.24293) 12654 : cluster 0 pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:05:59 smithi027 bash[31536]: cluster 2023-12-07T15:05:57.684504+0000 mgr.a (mgr.24293) 12654 : cluster 0 pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:01.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:01.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:01.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:01 smithi044 bash[32620]: cluster 2023-12-07T15:05:59.685090+0000 mgr.a (mgr.24293) 12655 : cluster 0 pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:01 smithi022 bash[28554]: cluster 2023-12-07T15:05:59.685090+0000 mgr.a (mgr.24293) 12655 : cluster 0 pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:01.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:01 smithi027 bash[31536]: cluster 2023-12-07T15:05:59.685090+0000 mgr.a (mgr.24293) 12655 : cluster 0 pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:02.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:02.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:02.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:02.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:02.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:03 smithi044 bash[32620]: cluster 2023-12-07T15:06:01.685884+0000 mgr.a (mgr.24293) 12656 : cluster 0 pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:03 smithi044 bash[32620]: audit 2023-12-07T15:06:01.795030+0000 mgr.a (mgr.24293) 12657 : audit 0 from='client.255177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:03 smithi022 bash[28554]: cluster 2023-12-07T15:06:01.685884+0000 mgr.a (mgr.24293) 12656 : cluster 0 pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:03 smithi022 bash[28554]: audit 2023-12-07T15:06:01.795030+0000 mgr.a (mgr.24293) 12657 : audit 0 from='client.255177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:03 smithi027 bash[31536]: cluster 2023-12-07T15:06:01.685884+0000 mgr.a (mgr.24293) 12656 : cluster 0 pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:03 smithi027 bash[31536]: audit 2023-12-07T15:06:01.795030+0000 mgr.a (mgr.24293) 12657 : audit 0 from='client.255177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:05 smithi044 bash[32620]: cluster 2023-12-07T15:06:03.686608+0000 mgr.a (mgr.24293) 12658 : cluster 0 pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:06:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:05 smithi022 bash[28554]: cluster 2023-12-07T15:06:03.686608+0000 mgr.a (mgr.24293) 12658 : cluster 0 pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:06:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:05 smithi027 bash[31536]: cluster 2023-12-07T15:06:03.686608+0000 mgr.a (mgr.24293) 12658 : cluster 0 pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:06:07.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:07.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:07.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:07 smithi022 bash[28554]: cluster 2023-12-07T15:06:05.687443+0000 mgr.a (mgr.24293) 12659 : cluster 0 pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:06:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:07 smithi044 bash[32620]: cluster 2023-12-07T15:06:05.687443+0000 mgr.a (mgr.24293) 12659 : cluster 0 pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:06:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:07 smithi027 bash[31536]: cluster 2023-12-07T15:06:05.687443+0000 mgr.a (mgr.24293) 12659 : cluster 0 pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:06:08.261 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:08.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:08.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:08.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:08.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:09 smithi044 bash[32620]: cluster 2023-12-07T15:06:07.688010+0000 mgr.a (mgr.24293) 12660 : 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-07T15:06:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:09 smithi044 bash[32620]: audit 2023-12-07T15:06:07.763355+0000 mgr.a (mgr.24293) 12661 : audit 0 from='client.255249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:09 smithi022 bash[28554]: cluster 2023-12-07T15:06:07.688010+0000 mgr.a (mgr.24293) 12660 : 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-07T15:06:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:09 smithi022 bash[28554]: audit 2023-12-07T15:06:07.763355+0000 mgr.a (mgr.24293) 12661 : audit 0 from='client.255249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:09 smithi027 bash[31536]: cluster 2023-12-07T15:06:07.688010+0000 mgr.a (mgr.24293) 12660 : 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-07T15:06:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:09 smithi027 bash[31536]: audit 2023-12-07T15:06:07.763355+0000 mgr.a (mgr.24293) 12661 : audit 0 from='client.255249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:11 smithi044 bash[32620]: cluster 2023-12-07T15:06:09.688734+0000 mgr.a (mgr.24293) 12662 : 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-07T15:06:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:11 smithi022 bash[28554]: cluster 2023-12-07T15:06:09.688734+0000 mgr.a (mgr.24293) 12662 : 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-07T15:06:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:11 smithi027 bash[31536]: cluster 2023-12-07T15:06:09.688734+0000 mgr.a (mgr.24293) 12662 : 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-07T15:06:13.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:13.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:13.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:13 smithi022 bash[28554]: cluster 2023-12-07T15:06:11.689573+0000 mgr.a (mgr.24293) 12663 : 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-07T15:06:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:13 smithi044 bash[32620]: cluster 2023-12-07T15:06:11.689573+0000 mgr.a (mgr.24293) 12663 : 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-07T15:06:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:13 smithi027 bash[31536]: cluster 2023-12-07T15:06:11.689573+0000 mgr.a (mgr.24293) 12663 : 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-07T15:06:14.195 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:14.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:14.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:14.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:14.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:15 smithi022 bash[28554]: audit 2023-12-07T15:06:13.671297+0000 mgr.a (mgr.24293) 12664 : audit 0 from='client.255327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:15 smithi022 bash[28554]: cluster 2023-12-07T15:06:13.690566+0000 mgr.a (mgr.24293) 12665 : 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-07T15:06:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:15 smithi044 bash[32620]: audit 2023-12-07T15:06:13.671297+0000 mgr.a (mgr.24293) 12664 : audit 0 from='client.255327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:15 smithi044 bash[32620]: cluster 2023-12-07T15:06:13.690566+0000 mgr.a (mgr.24293) 12665 : 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-07T15:06:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:15 smithi027 bash[31536]: audit 2023-12-07T15:06:13.671297+0000 mgr.a (mgr.24293) 12664 : audit 0 from='client.255327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:15 smithi027 bash[31536]: cluster 2023-12-07T15:06:13.690566+0000 mgr.a (mgr.24293) 12665 : 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-07T15:06:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:17 smithi044 bash[32620]: cluster 2023-12-07T15:06:15.691559+0000 mgr.a (mgr.24293) 12666 : cluster 0 pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:17 smithi022 bash[28554]: cluster 2023-12-07T15:06:15.691559+0000 mgr.a (mgr.24293) 12666 : cluster 0 pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:17 smithi027 bash[31536]: cluster 2023-12-07T15:06:15.691559+0000 mgr.a (mgr.24293) 12666 : cluster 0 pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:19.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:19 smithi022 bash[28554]: cluster 2023-12-07T15:06:17.692123+0000 mgr.a (mgr.24293) 12667 : cluster 0 pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:19 smithi044 bash[32620]: cluster 2023-12-07T15:06:17.692123+0000 mgr.a (mgr.24293) 12667 : cluster 0 pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:19 smithi027 bash[31536]: cluster 2023-12-07T15:06:17.692123+0000 mgr.a (mgr.24293) 12667 : cluster 0 pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:20.129 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:20.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:20.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:20.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:20.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:20 smithi044 bash[32620]: audit 2023-12-07T15:06:19.606843+0000 mgr.a (mgr.24293) 12668 : audit 0 from='client.255402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:20 smithi022 bash[28554]: audit 2023-12-07T15:06:19.606843+0000 mgr.a (mgr.24293) 12668 : audit 0 from='client.255402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:20 smithi027 bash[31536]: audit 2023-12-07T15:06:19.606843+0000 mgr.a (mgr.24293) 12668 : audit 0 from='client.255402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:21 smithi022 bash[28554]: cluster 2023-12-07T15:06:19.692596+0000 mgr.a (mgr.24293) 12669 : cluster 0 pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:21 smithi044 bash[32620]: cluster 2023-12-07T15:06:19.692596+0000 mgr.a (mgr.24293) 12669 : cluster 0 pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:21 smithi027 bash[31536]: cluster 2023-12-07T15:06:19.692596+0000 mgr.a (mgr.24293) 12669 : cluster 0 pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:23 smithi022 bash[28554]: cluster 2023-12-07T15:06:21.693477+0000 mgr.a (mgr.24293) 12670 : cluster 0 pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:23 smithi044 bash[32620]: cluster 2023-12-07T15:06:21.693477+0000 mgr.a (mgr.24293) 12670 : cluster 0 pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:23 smithi027 bash[31536]: cluster 2023-12-07T15:06:21.693477+0000 mgr.a (mgr.24293) 12670 : cluster 0 pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:25.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:25.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:25.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:25 smithi022 bash[28554]: cluster 2023-12-07T15:06:23.694053+0000 mgr.a (mgr.24293) 12671 : cluster 0 pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:25 smithi044 bash[32620]: cluster 2023-12-07T15:06:23.694053+0000 mgr.a (mgr.24293) 12671 : cluster 0 pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:25 smithi027 bash[31536]: cluster 2023-12-07T15:06:23.694053+0000 mgr.a (mgr.24293) 12671 : cluster 0 pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:26.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:26 smithi022 bash[28554]: audit 2023-12-07T15:06:25.537622+0000 mgr.a (mgr.24293) 12672 : audit 0 from='client.255480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:26 smithi044 bash[32620]: audit 2023-12-07T15:06:25.537622+0000 mgr.a (mgr.24293) 12672 : audit 0 from='client.255480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:26.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:26 smithi027 bash[31536]: audit 2023-12-07T15:06:25.537622+0000 mgr.a (mgr.24293) 12672 : audit 0 from='client.255480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:27 smithi022 bash[28554]: cluster 2023-12-07T15:06:25.696735+0000 mgr.a (mgr.24293) 12673 : 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-07T15:06:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:27 smithi044 bash[32620]: cluster 2023-12-07T15:06:25.696735+0000 mgr.a (mgr.24293) 12673 : 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-07T15:06:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:27 smithi027 bash[31536]: cluster 2023-12-07T15:06:25.696735+0000 mgr.a (mgr.24293) 12673 : 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-07T15:06:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:29 smithi022 bash[28554]: cluster 2023-12-07T15:06:27.697438+0000 mgr.a (mgr.24293) 12674 : cluster 0 pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:29 smithi044 bash[32620]: cluster 2023-12-07T15:06:27.697438+0000 mgr.a (mgr.24293) 12674 : cluster 0 pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:29 smithi027 bash[31536]: cluster 2023-12-07T15:06:27.697438+0000 mgr.a (mgr.24293) 12674 : cluster 0 pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:31.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:31.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:31.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:31 smithi022 bash[28554]: cluster 2023-12-07T15:06:29.698091+0000 mgr.a (mgr.24293) 12675 : cluster 0 pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:31 smithi044 bash[32620]: cluster 2023-12-07T15:06:29.698091+0000 mgr.a (mgr.24293) 12675 : cluster 0 pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:31 smithi027 bash[31536]: cluster 2023-12-07T15:06:29.698091+0000 mgr.a (mgr.24293) 12675 : cluster 0 pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:32.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:32 smithi044 bash[32620]: audit 2023-12-07T15:06:31.489298+0000 mgr.a (mgr.24293) 12676 : audit 0 from='client.255558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:32 smithi022 bash[28554]: audit 2023-12-07T15:06:31.489298+0000 mgr.a (mgr.24293) 12676 : audit 0 from='client.255558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:32 smithi027 bash[31536]: audit 2023-12-07T15:06:31.489298+0000 mgr.a (mgr.24293) 12676 : audit 0 from='client.255558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:33 smithi044 bash[32620]: cluster 2023-12-07T15:06:31.699238+0000 mgr.a (mgr.24293) 12677 : cluster 0 pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:33 smithi022 bash[28554]: cluster 2023-12-07T15:06:31.699238+0000 mgr.a (mgr.24293) 12677 : cluster 0 pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:33 smithi027 bash[31536]: cluster 2023-12-07T15:06:31.699238+0000 mgr.a (mgr.24293) 12677 : cluster 0 pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:35 smithi044 bash[32620]: cluster 2023-12-07T15:06:33.699933+0000 mgr.a (mgr.24293) 12678 : cluster 0 pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:35 smithi022 bash[28554]: cluster 2023-12-07T15:06:33.699933+0000 mgr.a (mgr.24293) 12678 : cluster 0 pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:35 smithi027 bash[31536]: cluster 2023-12-07T15:06:33.699933+0000 mgr.a (mgr.24293) 12678 : cluster 0 pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:37.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:37.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:37.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:37 smithi022 bash[28554]: cluster 2023-12-07T15:06:35.700803+0000 mgr.a (mgr.24293) 12679 : cluster 0 pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:37 smithi044 bash[32620]: cluster 2023-12-07T15:06:35.700803+0000 mgr.a (mgr.24293) 12679 : cluster 0 pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:37 smithi027 bash[31536]: cluster 2023-12-07T15:06:35.700803+0000 mgr.a (mgr.24293) 12679 : cluster 0 pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:37.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:37.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:38 smithi022 bash[28554]: audit 2023-12-07T15:06:37.434862+0000 mgr.a (mgr.24293) 12680 : audit 0 from='client.255630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:38 smithi044 bash[32620]: audit 2023-12-07T15:06:37.434862+0000 mgr.a (mgr.24293) 12680 : audit 0 from='client.255630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:38 smithi027 bash[31536]: audit 2023-12-07T15:06:37.434862+0000 mgr.a (mgr.24293) 12680 : audit 0 from='client.255630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:39 smithi044 bash[32620]: cluster 2023-12-07T15:06:37.701392+0000 mgr.a (mgr.24293) 12681 : 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-07T15:06:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:39 smithi044 bash[32620]: audit 2023-12-07T15:06:39.560214+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:06:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:39 smithi022 bash[28554]: cluster 2023-12-07T15:06:37.701392+0000 mgr.a (mgr.24293) 12681 : 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-07T15:06:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:39 smithi022 bash[28554]: audit 2023-12-07T15:06:39.560214+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:06:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:39 smithi027 bash[31536]: cluster 2023-12-07T15:06:37.701392+0000 mgr.a (mgr.24293) 12681 : 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-07T15:06:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:39 smithi027 bash[31536]: audit 2023-12-07T15:06:39.560214+0000 mon.a (mon.0) 2202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:06:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:40 smithi022 bash[28554]: audit 2023-12-07T15:06:40.305665+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:06:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:40 smithi022 bash[28554]: audit 2023-12-07T15:06:40.307748+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:06:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:40 smithi022 bash[28554]: audit 2023-12-07T15:06:40.318268+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:06:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:40 smithi044 bash[32620]: audit 2023-12-07T15:06:40.305665+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:06:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:40 smithi044 bash[32620]: audit 2023-12-07T15:06:40.307748+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:06:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:40 smithi044 bash[32620]: audit 2023-12-07T15:06:40.318268+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:06:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:40 smithi027 bash[31536]: audit 2023-12-07T15:06:40.305665+0000 mon.a (mon.0) 2203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:06:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:40 smithi027 bash[31536]: audit 2023-12-07T15:06:40.307748+0000 mon.a (mon.0) 2204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:06:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:40 smithi027 bash[31536]: audit 2023-12-07T15:06:40.318268+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:06:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:41 smithi044 bash[32620]: cluster 2023-12-07T15:06:39.702119+0000 mgr.a (mgr.24293) 12682 : 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-07T15:06:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:41 smithi022 bash[28554]: cluster 2023-12-07T15:06:39.702119+0000 mgr.a (mgr.24293) 12682 : 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-07T15:06:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:41 smithi027 bash[31536]: cluster 2023-12-07T15:06:39.702119+0000 mgr.a (mgr.24293) 12682 : 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-07T15:06:42.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:42.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:42.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:43.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:43.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:43.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:43.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:43.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:43 smithi022 bash[28554]: cluster 2023-12-07T15:06:41.703021+0000 mgr.a (mgr.24293) 12683 : 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-07T15:06:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:43 smithi044 bash[32620]: cluster 2023-12-07T15:06:41.703021+0000 mgr.a (mgr.24293) 12683 : 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-07T15:06:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:43 smithi027 bash[31536]: cluster 2023-12-07T15:06:41.703021+0000 mgr.a (mgr.24293) 12683 : 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-07T15:06:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:44 smithi044 bash[32620]: audit 2023-12-07T15:06:43.381421+0000 mgr.a (mgr.24293) 12684 : audit 0 from='client.255708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:44 smithi022 bash[28554]: audit 2023-12-07T15:06:43.381421+0000 mgr.a (mgr.24293) 12684 : audit 0 from='client.255708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:44 smithi027 bash[31536]: audit 2023-12-07T15:06:43.381421+0000 mgr.a (mgr.24293) 12684 : audit 0 from='client.255708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:45 smithi022 bash[28554]: cluster 2023-12-07T15:06:43.704007+0000 mgr.a (mgr.24293) 12685 : 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-07T15:06:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:45 smithi044 bash[32620]: cluster 2023-12-07T15:06:43.704007+0000 mgr.a (mgr.24293) 12685 : 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-07T15:06:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:45 smithi027 bash[31536]: cluster 2023-12-07T15:06:43.704007+0000 mgr.a (mgr.24293) 12685 : 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-07T15:06:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:47 smithi022 bash[28554]: cluster 2023-12-07T15:06:45.704953+0000 mgr.a (mgr.24293) 12686 : cluster 0 pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:47 smithi044 bash[32620]: cluster 2023-12-07T15:06:45.704953+0000 mgr.a (mgr.24293) 12686 : cluster 0 pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:47 smithi027 bash[31536]: cluster 2023-12-07T15:06:45.704953+0000 mgr.a (mgr.24293) 12686 : cluster 0 pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:48.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:48.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:48.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:49.869 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:49.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:49.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:49.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:49.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:49 smithi022 bash[28554]: cluster 2023-12-07T15:06:47.705512+0000 mgr.a (mgr.24293) 12687 : cluster 0 pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:49 smithi044 bash[32620]: cluster 2023-12-07T15:06:47.705512+0000 mgr.a (mgr.24293) 12687 : cluster 0 pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:49 smithi027 bash[31536]: cluster 2023-12-07T15:06:47.705512+0000 mgr.a (mgr.24293) 12687 : cluster 0 pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:50 smithi044 bash[32620]: audit 2023-12-07T15:06:49.337105+0000 mgr.a (mgr.24293) 12688 : audit 0 from='client.212260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:50 smithi022 bash[28554]: audit 2023-12-07T15:06:49.337105+0000 mgr.a (mgr.24293) 12688 : audit 0 from='client.212260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:50.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:50 smithi027 bash[31536]: audit 2023-12-07T15:06:49.337105+0000 mgr.a (mgr.24293) 12688 : audit 0 from='client.212260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:51 smithi044 bash[32620]: cluster 2023-12-07T15:06:49.706172+0000 mgr.a (mgr.24293) 12689 : cluster 0 pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:51 smithi022 bash[28554]: cluster 2023-12-07T15:06:49.706172+0000 mgr.a (mgr.24293) 12689 : cluster 0 pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:51 smithi027 bash[31536]: cluster 2023-12-07T15:06:49.706172+0000 mgr.a (mgr.24293) 12689 : cluster 0 pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:53 smithi044 bash[32620]: cluster 2023-12-07T15:06:51.707059+0000 mgr.a (mgr.24293) 12690 : cluster 0 pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:53 smithi022 bash[28554]: cluster 2023-12-07T15:06:51.707059+0000 mgr.a (mgr.24293) 12690 : cluster 0 pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:53 smithi027 bash[31536]: cluster 2023-12-07T15:06:51.707059+0000 mgr.a (mgr.24293) 12690 : cluster 0 pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:06:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:55.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:06:55.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:55.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:55.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:55.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:06:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:55 smithi044 bash[32620]: cluster 2023-12-07T15:06:53.707651+0000 mgr.a (mgr.24293) 12691 : cluster 0 pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:55 smithi022 bash[28554]: cluster 2023-12-07T15:06:53.707651+0000 mgr.a (mgr.24293) 12691 : cluster 0 pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:55 smithi027 bash[31536]: cluster 2023-12-07T15:06:53.707651+0000 mgr.a (mgr.24293) 12691 : cluster 0 pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:56 smithi022 bash[28554]: audit 2023-12-07T15:06:55.268055+0000 mgr.a (mgr.24293) 12692 : audit 0 from='client.255858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:56 smithi044 bash[32620]: audit 2023-12-07T15:06:55.268055+0000 mgr.a (mgr.24293) 12692 : audit 0 from='client.255858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:56 smithi027 bash[31536]: audit 2023-12-07T15:06:55.268055+0000 mgr.a (mgr.24293) 12692 : audit 0 from='client.255858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:57 smithi044 bash[32620]: cluster 2023-12-07T15:06:55.708384+0000 mgr.a (mgr.24293) 12693 : cluster 0 pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:06:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:57 smithi022 bash[28554]: cluster 2023-12-07T15:06:55.708384+0000 mgr.a (mgr.24293) 12693 : cluster 0 pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:06:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:57 smithi027 bash[31536]: cluster 2023-12-07T15:06:55.708384+0000 mgr.a (mgr.24293) 12693 : cluster 0 pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:06:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:06:59 smithi022 bash[28554]: cluster 2023-12-07T15:06:57.708951+0000 mgr.a (mgr.24293) 12694 : cluster 0 pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:06:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:06:59 smithi044 bash[32620]: cluster 2023-12-07T15:06:57.708951+0000 mgr.a (mgr.24293) 12694 : cluster 0 pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:06:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:06:59 smithi027 bash[31536]: cluster 2023-12-07T15:06:57.708951+0000 mgr.a (mgr.24293) 12694 : cluster 0 pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:00.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:00.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:00.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:01.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:01.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:01.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:01.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:01.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:01 smithi044 bash[32620]: cluster 2023-12-07T15:06:59.709535+0000 mgr.a (mgr.24293) 12695 : cluster 0 pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:01 smithi022 bash[28554]: cluster 2023-12-07T15:06:59.709535+0000 mgr.a (mgr.24293) 12695 : cluster 0 pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:01 smithi027 bash[31536]: cluster 2023-12-07T15:06:59.709535+0000 mgr.a (mgr.24293) 12695 : cluster 0 pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:02 smithi027 bash[31536]: audit 2023-12-07T15:07:01.223508+0000 mgr.a (mgr.24293) 12696 : audit 0 from='client.255936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:02 smithi044 bash[32620]: audit 2023-12-07T15:07:01.223508+0000 mgr.a (mgr.24293) 12696 : audit 0 from='client.255936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:02 smithi022 bash[28554]: audit 2023-12-07T15:07:01.223508+0000 mgr.a (mgr.24293) 12696 : audit 0 from='client.255936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:03 smithi027 bash[31536]: cluster 2023-12-07T15:07:01.710305+0000 mgr.a (mgr.24293) 12697 : cluster 0 pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:03 smithi022 bash[28554]: cluster 2023-12-07T15:07:01.710305+0000 mgr.a (mgr.24293) 12697 : cluster 0 pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:03 smithi044 bash[32620]: cluster 2023-12-07T15:07:01.710305+0000 mgr.a (mgr.24293) 12697 : cluster 0 pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:05.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:05 smithi022 bash[28554]: cluster 2023-12-07T15:07:03.710743+0000 mgr.a (mgr.24293) 12698 : cluster 0 pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:05.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:05 smithi044 bash[32620]: cluster 2023-12-07T15:07:03.710743+0000 mgr.a (mgr.24293) 12698 : cluster 0 pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:05.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:05 smithi027 bash[31536]: cluster 2023-12-07T15:07:03.710743+0000 mgr.a (mgr.24293) 12698 : cluster 0 pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:06.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:06.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:06.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:07.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:07 smithi022 bash[28554]: cluster 2023-12-07T15:07:05.711434+0000 mgr.a (mgr.24293) 12699 : cluster 0 pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:07 smithi044 bash[32620]: cluster 2023-12-07T15:07:05.711434+0000 mgr.a (mgr.24293) 12699 : cluster 0 pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:07.690 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:07.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:07.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:07.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:07.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:07 smithi027 bash[31536]: cluster 2023-12-07T15:07:05.711434+0000 mgr.a (mgr.24293) 12699 : cluster 0 pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:08 smithi044 bash[32620]: audit 2023-12-07T15:07:07.158075+0000 mgr.a (mgr.24293) 12700 : audit 0 from='client.256014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:08.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:08 smithi022 bash[28554]: audit 2023-12-07T15:07:07.158075+0000 mgr.a (mgr.24293) 12700 : audit 0 from='client.256014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:08 smithi027 bash[31536]: audit 2023-12-07T15:07:07.158075+0000 mgr.a (mgr.24293) 12700 : audit 0 from='client.256014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:09.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:09 smithi044 bash[32620]: cluster 2023-12-07T15:07:07.712165+0000 mgr.a (mgr.24293) 12701 : cluster 0 pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:09.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:09 smithi022 bash[28554]: cluster 2023-12-07T15:07:07.712165+0000 mgr.a (mgr.24293) 12701 : cluster 0 pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:09 smithi027 bash[31536]: cluster 2023-12-07T15:07:07.712165+0000 mgr.a (mgr.24293) 12701 : cluster 0 pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:11.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:11 smithi044 bash[32620]: cluster 2023-12-07T15:07:09.712791+0000 mgr.a (mgr.24293) 12702 : cluster 0 pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:11 smithi022 bash[28554]: cluster 2023-12-07T15:07:09.712791+0000 mgr.a (mgr.24293) 12702 : cluster 0 pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:11.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:11 smithi027 bash[31536]: cluster 2023-12-07T15:07:09.712791+0000 mgr.a (mgr.24293) 12702 : cluster 0 pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:12.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:12.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:12.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:13.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:13.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:13.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:13.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:13.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:13 smithi027 bash[31536]: cluster 2023-12-07T15:07:11.713626+0000 mgr.a (mgr.24293) 12703 : cluster 0 pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:07:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:13 smithi044 bash[32620]: cluster 2023-12-07T15:07:11.713626+0000 mgr.a (mgr.24293) 12703 : cluster 0 pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:07:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:13 smithi022 bash[28554]: cluster 2023-12-07T15:07:11.713626+0000 mgr.a (mgr.24293) 12703 : cluster 0 pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:07:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:14 smithi027 bash[31536]: audit 2023-12-07T15:07:13.107226+0000 mgr.a (mgr.24293) 12704 : audit 0 from='client.256092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:14 smithi022 bash[28554]: audit 2023-12-07T15:07:13.107226+0000 mgr.a (mgr.24293) 12704 : audit 0 from='client.256092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:14 smithi044 bash[32620]: audit 2023-12-07T15:07:13.107226+0000 mgr.a (mgr.24293) 12704 : audit 0 from='client.256092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:15.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:15 smithi027 bash[31536]: cluster 2023-12-07T15:07:13.714213+0000 mgr.a (mgr.24293) 12705 : 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-07T15:07:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:15 smithi044 bash[32620]: cluster 2023-12-07T15:07:13.714213+0000 mgr.a (mgr.24293) 12705 : 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-07T15:07:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:15 smithi022 bash[28554]: cluster 2023-12-07T15:07:13.714213+0000 mgr.a (mgr.24293) 12705 : 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-07T15:07:17.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:17 smithi027 bash[31536]: cluster 2023-12-07T15:07:15.714963+0000 mgr.a (mgr.24293) 12706 : 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-07T15:07:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:17 smithi022 bash[28554]: cluster 2023-12-07T15:07:15.714963+0000 mgr.a (mgr.24293) 12706 : 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-07T15:07:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:17 smithi044 bash[32620]: cluster 2023-12-07T15:07:15.714963+0000 mgr.a (mgr.24293) 12706 : 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-07T15:07:18.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:18.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:18.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:19.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:19.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:19.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:19.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:19.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:19.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:19 smithi027 bash[31536]: cluster 2023-12-07T15:07:17.715524+0000 mgr.a (mgr.24293) 12707 : 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-07T15:07:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:19 smithi044 bash[32620]: cluster 2023-12-07T15:07:17.715524+0000 mgr.a (mgr.24293) 12707 : 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-07T15:07:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:19 smithi022 bash[28554]: cluster 2023-12-07T15:07:17.715524+0000 mgr.a (mgr.24293) 12707 : 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-07T15:07:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:20 smithi044 bash[32620]: audit 2023-12-07T15:07:19.064997+0000 mgr.a (mgr.24293) 12708 : audit 0 from='client.256164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:20 smithi022 bash[28554]: audit 2023-12-07T15:07:19.064997+0000 mgr.a (mgr.24293) 12708 : audit 0 from='client.256164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:20 smithi027 bash[31536]: audit 2023-12-07T15:07:19.064997+0000 mgr.a (mgr.24293) 12708 : audit 0 from='client.256164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:21 smithi022 bash[28554]: cluster 2023-12-07T15:07:19.716208+0000 mgr.a (mgr.24293) 12709 : 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-07T15:07:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:21 smithi044 bash[32620]: cluster 2023-12-07T15:07:19.716208+0000 mgr.a (mgr.24293) 12709 : 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-07T15:07:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:21 smithi027 bash[31536]: cluster 2023-12-07T15:07:19.716208+0000 mgr.a (mgr.24293) 12709 : 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-07T15:07:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:23 smithi044 bash[32620]: cluster 2023-12-07T15:07:21.716995+0000 mgr.a (mgr.24293) 12710 : cluster 0 pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:23 smithi022 bash[28554]: cluster 2023-12-07T15:07:21.716995+0000 mgr.a (mgr.24293) 12710 : cluster 0 pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:23 smithi027 bash[31536]: cluster 2023-12-07T15:07:21.716995+0000 mgr.a (mgr.24293) 12710 : cluster 0 pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:24.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:24.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:24.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:25.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:25.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:25.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:25.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:25.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:25 smithi044 bash[32620]: cluster 2023-12-07T15:07:23.717542+0000 mgr.a (mgr.24293) 12711 : cluster 0 pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:25 smithi022 bash[28554]: cluster 2023-12-07T15:07:23.717542+0000 mgr.a (mgr.24293) 12711 : cluster 0 pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:25 smithi027 bash[31536]: cluster 2023-12-07T15:07:23.717542+0000 mgr.a (mgr.24293) 12711 : cluster 0 pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:26 smithi044 bash[32620]: audit 2023-12-07T15:07:25.009548+0000 mgr.a (mgr.24293) 12712 : audit 0 from='client.256239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:26 smithi022 bash[28554]: audit 2023-12-07T15:07:25.009548+0000 mgr.a (mgr.24293) 12712 : audit 0 from='client.256239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:26 smithi027 bash[31536]: audit 2023-12-07T15:07:25.009548+0000 mgr.a (mgr.24293) 12712 : audit 0 from='client.256239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:27 smithi044 bash[32620]: cluster 2023-12-07T15:07:25.718504+0000 mgr.a (mgr.24293) 12713 : cluster 0 pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:07:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:27 smithi022 bash[28554]: cluster 2023-12-07T15:07:25.718504+0000 mgr.a (mgr.24293) 12713 : cluster 0 pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:07:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:27 smithi027 bash[31536]: cluster 2023-12-07T15:07:25.718504+0000 mgr.a (mgr.24293) 12713 : cluster 0 pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:07:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:29 smithi044 bash[32620]: cluster 2023-12-07T15:07:27.719094+0000 mgr.a (mgr.24293) 12714 : cluster 0 pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:07:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:29 smithi022 bash[28554]: cluster 2023-12-07T15:07:27.719094+0000 mgr.a (mgr.24293) 12714 : cluster 0 pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:07:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:29 smithi027 bash[31536]: cluster 2023-12-07T15:07:27.719094+0000 mgr.a (mgr.24293) 12714 : cluster 0 pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:07:30.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:30.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:30.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:31.470 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:31.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:31.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:31.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:31.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:31 smithi044 bash[32620]: cluster 2023-12-07T15:07:29.719692+0000 mgr.a (mgr.24293) 12715 : cluster 0 pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:07:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:31 smithi022 bash[28554]: cluster 2023-12-07T15:07:29.719692+0000 mgr.a (mgr.24293) 12715 : cluster 0 pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:07:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:31 smithi027 bash[31536]: cluster 2023-12-07T15:07:29.719692+0000 mgr.a (mgr.24293) 12715 : cluster 0 pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:07:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:32 smithi022 bash[28554]: audit 2023-12-07T15:07:30.953867+0000 mgr.a (mgr.24293) 12716 : audit 0 from='client.256314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:32 smithi044 bash[32620]: audit 2023-12-07T15:07:30.953867+0000 mgr.a (mgr.24293) 12716 : audit 0 from='client.256314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:32 smithi027 bash[31536]: audit 2023-12-07T15:07:30.953867+0000 mgr.a (mgr.24293) 12716 : audit 0 from='client.256314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:33 smithi022 bash[28554]: cluster 2023-12-07T15:07:31.720776+0000 mgr.a (mgr.24293) 12717 : 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-07T15:07:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:33 smithi044 bash[32620]: cluster 2023-12-07T15:07:31.720776+0000 mgr.a (mgr.24293) 12717 : 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-07T15:07:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:33 smithi027 bash[31536]: cluster 2023-12-07T15:07:31.720776+0000 mgr.a (mgr.24293) 12717 : 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-07T15:07:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:35 smithi022 bash[28554]: cluster 2023-12-07T15:07:33.721305+0000 mgr.a (mgr.24293) 12718 : cluster 0 pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:35 smithi044 bash[32620]: cluster 2023-12-07T15:07:33.721305+0000 mgr.a (mgr.24293) 12718 : cluster 0 pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:35 smithi027 bash[31536]: cluster 2023-12-07T15:07:33.721305+0000 mgr.a (mgr.24293) 12718 : cluster 0 pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:36.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:36.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:36.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:37.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:37.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:37.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:37.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:37.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:37 smithi022 bash[28554]: cluster 2023-12-07T15:07:35.722071+0000 mgr.a (mgr.24293) 12719 : cluster 0 pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:37 smithi044 bash[32620]: cluster 2023-12-07T15:07:35.722071+0000 mgr.a (mgr.24293) 12719 : cluster 0 pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:37 smithi027 bash[31536]: cluster 2023-12-07T15:07:35.722071+0000 mgr.a (mgr.24293) 12719 : cluster 0 pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:38 smithi022 bash[28554]: audit 2023-12-07T15:07:36.886590+0000 mgr.a (mgr.24293) 12720 : audit 0 from='client.256392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:38 smithi044 bash[32620]: audit 2023-12-07T15:07:36.886590+0000 mgr.a (mgr.24293) 12720 : audit 0 from='client.256392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:38 smithi027 bash[31536]: audit 2023-12-07T15:07:36.886590+0000 mgr.a (mgr.24293) 12720 : audit 0 from='client.256392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:39 smithi022 bash[28554]: cluster 2023-12-07T15:07:37.722780+0000 mgr.a (mgr.24293) 12721 : cluster 0 pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:07:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:39 smithi044 bash[32620]: cluster 2023-12-07T15:07:37.722780+0000 mgr.a (mgr.24293) 12721 : cluster 0 pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:07:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:39 smithi027 bash[31536]: cluster 2023-12-07T15:07:37.722780+0000 mgr.a (mgr.24293) 12721 : cluster 0 pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:07:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:40 smithi022 bash[28554]: audit 2023-12-07T15:07:40.421016+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:07:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:40 smithi044 bash[32620]: audit 2023-12-07T15:07:40.421016+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:07:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:40 smithi027 bash[31536]: audit 2023-12-07T15:07:40.421016+0000 mon.a (mon.0) 2206 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:07:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:41 smithi044 bash[32620]: cluster 2023-12-07T15:07:39.723343+0000 mgr.a (mgr.24293) 12722 : cluster 0 pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:07:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:41 smithi044 bash[32620]: audit 2023-12-07T15:07:40.949186+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:41 smithi044 bash[32620]: audit 2023-12-07T15:07:40.955363+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:41 smithi022 bash[28554]: cluster 2023-12-07T15:07:39.723343+0000 mgr.a (mgr.24293) 12722 : cluster 0 pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:07:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:41 smithi022 bash[28554]: audit 2023-12-07T15:07:40.949186+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:41 smithi022 bash[28554]: audit 2023-12-07T15:07:40.955363+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:41 smithi027 bash[31536]: cluster 2023-12-07T15:07:39.723343+0000 mgr.a (mgr.24293) 12722 : cluster 0 pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:07:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:41 smithi027 bash[31536]: audit 2023-12-07T15:07:40.949186+0000 mon.a (mon.0) 2207 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:41 smithi027 bash[31536]: audit 2023-12-07T15:07:40.955363+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:42.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:42.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:42.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:42 smithi022 bash[28554]: audit 2023-12-07T15:07:41.713190+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:07:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:42 smithi022 bash[28554]: audit 2023-12-07T15:07:41.715265+0000 mon.a (mon.0) 2210 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:07:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:42 smithi022 bash[28554]: audit 2023-12-07T15:07:41.724585+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:42 smithi044 bash[32620]: audit 2023-12-07T15:07:41.713190+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:07:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:42 smithi044 bash[32620]: audit 2023-12-07T15:07:41.715265+0000 mon.a (mon.0) 2210 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:07:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:42 smithi044 bash[32620]: audit 2023-12-07T15:07:41.724585+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:42 smithi027 bash[31536]: audit 2023-12-07T15:07:41.713190+0000 mon.a (mon.0) 2209 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:07:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:42 smithi027 bash[31536]: audit 2023-12-07T15:07:41.715265+0000 mon.a (mon.0) 2210 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:07:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:42 smithi027 bash[31536]: audit 2023-12-07T15:07:41.724585+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:07:43.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:43.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:43.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:43.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:43.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:43 smithi022 bash[28554]: cluster 2023-12-07T15:07:41.724093+0000 mgr.a (mgr.24293) 12723 : cluster 0 pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:07:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:43 smithi044 bash[32620]: cluster 2023-12-07T15:07:41.724093+0000 mgr.a (mgr.24293) 12723 : cluster 0 pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:07:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:43 smithi027 bash[31536]: cluster 2023-12-07T15:07:41.724093+0000 mgr.a (mgr.24293) 12723 : cluster 0 pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:07:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:44 smithi022 bash[28554]: audit 2023-12-07T15:07:42.820828+0000 mgr.a (mgr.24293) 12724 : audit 0 from='client.256470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:44 smithi044 bash[32620]: audit 2023-12-07T15:07:42.820828+0000 mgr.a (mgr.24293) 12724 : audit 0 from='client.256470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:44 smithi027 bash[31536]: audit 2023-12-07T15:07:42.820828+0000 mgr.a (mgr.24293) 12724 : audit 0 from='client.256470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:45 smithi044 bash[32620]: cluster 2023-12-07T15:07:43.724773+0000 mgr.a (mgr.24293) 12725 : 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-07T15:07:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:45 smithi022 bash[28554]: cluster 2023-12-07T15:07:43.724773+0000 mgr.a (mgr.24293) 12725 : 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-07T15:07:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:45 smithi027 bash[31536]: cluster 2023-12-07T15:07:43.724773+0000 mgr.a (mgr.24293) 12725 : 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-07T15:07:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:47 smithi022 bash[28554]: cluster 2023-12-07T15:07:45.725481+0000 mgr.a (mgr.24293) 12726 : 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-07T15:07:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:47 smithi044 bash[32620]: cluster 2023-12-07T15:07:45.725481+0000 mgr.a (mgr.24293) 12726 : 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-07T15:07:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:47 smithi027 bash[31536]: cluster 2023-12-07T15:07:45.725481+0000 mgr.a (mgr.24293) 12726 : 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-07T15:07:48.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:48.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:48.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:49.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:49.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:49.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:49.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:49.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:49 smithi022 bash[28554]: cluster 2023-12-07T15:07:47.726033+0000 mgr.a (mgr.24293) 12727 : 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-07T15:07:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:49 smithi044 bash[32620]: cluster 2023-12-07T15:07:47.726033+0000 mgr.a (mgr.24293) 12727 : 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-07T15:07:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:49 smithi027 bash[31536]: cluster 2023-12-07T15:07:47.726033+0000 mgr.a (mgr.24293) 12727 : 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-07T15:07:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:50 smithi022 bash[28554]: audit 2023-12-07T15:07:48.778859+0000 mgr.a (mgr.24293) 12728 : audit 0 from='client.256545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:50 smithi044 bash[32620]: audit 2023-12-07T15:07:48.778859+0000 mgr.a (mgr.24293) 12728 : audit 0 from='client.256545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:50 smithi027 bash[31536]: audit 2023-12-07T15:07:48.778859+0000 mgr.a (mgr.24293) 12728 : audit 0 from='client.256545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:51 smithi044 bash[32620]: cluster 2023-12-07T15:07:49.726740+0000 mgr.a (mgr.24293) 12729 : 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-07T15:07:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:51 smithi022 bash[28554]: cluster 2023-12-07T15:07:49.726740+0000 mgr.a (mgr.24293) 12729 : 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-07T15:07:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:51 smithi027 bash[31536]: cluster 2023-12-07T15:07:49.726740+0000 mgr.a (mgr.24293) 12729 : 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-07T15:07:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:53 smithi022 bash[28554]: cluster 2023-12-07T15:07:51.727577+0000 mgr.a (mgr.24293) 12730 : cluster 0 pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:53 smithi044 bash[32620]: cluster 2023-12-07T15:07:51.727577+0000 mgr.a (mgr.24293) 12730 : cluster 0 pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:53 smithi027 bash[31536]: cluster 2023-12-07T15:07:51.727577+0000 mgr.a (mgr.24293) 12730 : cluster 0 pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:54.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:07:54.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:54.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:55.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:07:55.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:55.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:55.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:55.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:07:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:55 smithi044 bash[32620]: cluster 2023-12-07T15:07:53.727957+0000 mgr.a (mgr.24293) 12731 : cluster 0 pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:55 smithi022 bash[28554]: cluster 2023-12-07T15:07:53.727957+0000 mgr.a (mgr.24293) 12731 : cluster 0 pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:55 smithi027 bash[31536]: cluster 2023-12-07T15:07:53.727957+0000 mgr.a (mgr.24293) 12731 : cluster 0 pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:56 smithi022 bash[28554]: audit 2023-12-07T15:07:54.712588+0000 mgr.a (mgr.24293) 12732 : audit 0 from='client.256623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:56 smithi044 bash[32620]: audit 2023-12-07T15:07:54.712588+0000 mgr.a (mgr.24293) 12732 : audit 0 from='client.256623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:56 smithi027 bash[31536]: audit 2023-12-07T15:07:54.712588+0000 mgr.a (mgr.24293) 12732 : audit 0 from='client.256623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:57 smithi044 bash[32620]: cluster 2023-12-07T15:07:55.728776+0000 mgr.a (mgr.24293) 12733 : cluster 0 pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:57 smithi022 bash[28554]: cluster 2023-12-07T15:07:55.728776+0000 mgr.a (mgr.24293) 12733 : cluster 0 pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:57 smithi027 bash[31536]: cluster 2023-12-07T15:07:55.728776+0000 mgr.a (mgr.24293) 12733 : cluster 0 pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:07:59 smithi044 bash[32620]: cluster 2023-12-07T15:07:57.729345+0000 mgr.a (mgr.24293) 12734 : cluster 0 pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:07:59 smithi022 bash[28554]: cluster 2023-12-07T15:07:57.729345+0000 mgr.a (mgr.24293) 12734 : cluster 0 pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:07:59 smithi027 bash[31536]: cluster 2023-12-07T15:07:57.729345+0000 mgr.a (mgr.24293) 12734 : cluster 0 pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:00.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:00.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:00.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:01.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:01.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:01.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:01.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:01.173 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:01 smithi022 bash[28554]: cluster 2023-12-07T15:07:59.729906+0000 mgr.a (mgr.24293) 12735 : cluster 0 pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:01 smithi022 bash[28554]: audit 2023-12-07T15:08:00.640154+0000 mgr.a (mgr.24293) 12736 : audit 0 from='client.256698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:01 smithi044 bash[32620]: cluster 2023-12-07T15:07:59.729906+0000 mgr.a (mgr.24293) 12735 : cluster 0 pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:01 smithi044 bash[32620]: audit 2023-12-07T15:08:00.640154+0000 mgr.a (mgr.24293) 12736 : audit 0 from='client.256698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:01 smithi027 bash[31536]: cluster 2023-12-07T15:07:59.729906+0000 mgr.a (mgr.24293) 12735 : cluster 0 pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:01 smithi027 bash[31536]: audit 2023-12-07T15:08:00.640154+0000 mgr.a (mgr.24293) 12736 : audit 0 from='client.256698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:03 smithi022 bash[28554]: cluster 2023-12-07T15:08:01.730922+0000 mgr.a (mgr.24293) 12737 : 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-07T15:08:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:03 smithi044 bash[32620]: cluster 2023-12-07T15:08:01.730922+0000 mgr.a (mgr.24293) 12737 : 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-07T15:08:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:03 smithi027 bash[31536]: cluster 2023-12-07T15:08:01.730922+0000 mgr.a (mgr.24293) 12737 : 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-07T15:08:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:05 smithi044 bash[32620]: cluster 2023-12-07T15:08:03.731514+0000 mgr.a (mgr.24293) 12738 : cluster 0 pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:05 smithi022 bash[28554]: cluster 2023-12-07T15:08:03.731514+0000 mgr.a (mgr.24293) 12738 : cluster 0 pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:05 smithi027 bash[31536]: cluster 2023-12-07T15:08:03.731514+0000 mgr.a (mgr.24293) 12738 : cluster 0 pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:06.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:06.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:06.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:07.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:07.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:07.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:07.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:07.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:07 smithi044 bash[32620]: cluster 2023-12-07T15:08:05.732467+0000 mgr.a (mgr.24293) 12739 : cluster 0 pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:07 smithi044 bash[32620]: audit 2023-12-07T15:08:06.591039+0000 mgr.a (mgr.24293) 12740 : audit 0 from='client.256773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:07 smithi022 bash[28554]: cluster 2023-12-07T15:08:05.732467+0000 mgr.a (mgr.24293) 12739 : cluster 0 pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:07 smithi022 bash[28554]: audit 2023-12-07T15:08:06.591039+0000 mgr.a (mgr.24293) 12740 : audit 0 from='client.256773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:07 smithi027 bash[31536]: cluster 2023-12-07T15:08:05.732467+0000 mgr.a (mgr.24293) 12739 : cluster 0 pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:07 smithi027 bash[31536]: audit 2023-12-07T15:08:06.591039+0000 mgr.a (mgr.24293) 12740 : audit 0 from='client.256773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:09 smithi044 bash[32620]: cluster 2023-12-07T15:08:07.733199+0000 mgr.a (mgr.24293) 12741 : cluster 0 pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:09 smithi022 bash[28554]: cluster 2023-12-07T15:08:07.733199+0000 mgr.a (mgr.24293) 12741 : cluster 0 pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:09 smithi027 bash[31536]: cluster 2023-12-07T15:08:07.733199+0000 mgr.a (mgr.24293) 12741 : cluster 0 pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:11 smithi044 bash[32620]: cluster 2023-12-07T15:08:09.733771+0000 mgr.a (mgr.24293) 12742 : cluster 0 pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:11 smithi022 bash[28554]: cluster 2023-12-07T15:08:09.733771+0000 mgr.a (mgr.24293) 12742 : cluster 0 pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:11 smithi027 bash[31536]: cluster 2023-12-07T15:08:09.733771+0000 mgr.a (mgr.24293) 12742 : cluster 0 pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:12.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:12.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:12.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:13.068 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:13.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:13.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:13.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:13.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:13 smithi022 bash[28554]: cluster 2023-12-07T15:08:11.734602+0000 mgr.a (mgr.24293) 12743 : cluster 0 pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:13 smithi022 bash[28554]: audit 2023-12-07T15:08:12.550902+0000 mgr.a (mgr.24293) 12744 : audit 0 from='client.213052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:13 smithi044 bash[32620]: cluster 2023-12-07T15:08:11.734602+0000 mgr.a (mgr.24293) 12743 : cluster 0 pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:13 smithi044 bash[32620]: audit 2023-12-07T15:08:12.550902+0000 mgr.a (mgr.24293) 12744 : audit 0 from='client.213052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:13 smithi027 bash[31536]: cluster 2023-12-07T15:08:11.734602+0000 mgr.a (mgr.24293) 12743 : cluster 0 pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:13 smithi027 bash[31536]: audit 2023-12-07T15:08:12.550902+0000 mgr.a (mgr.24293) 12744 : audit 0 from='client.213052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:15 smithi022 bash[28554]: cluster 2023-12-07T15:08:13.735276+0000 mgr.a (mgr.24293) 12745 : 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-07T15:08:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:15 smithi044 bash[32620]: cluster 2023-12-07T15:08:13.735276+0000 mgr.a (mgr.24293) 12745 : 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-07T15:08:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:15 smithi027 bash[31536]: cluster 2023-12-07T15:08:13.735276+0000 mgr.a (mgr.24293) 12745 : 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-07T15:08:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:17 smithi022 bash[28554]: cluster 2023-12-07T15:08:15.736140+0000 mgr.a (mgr.24293) 12746 : 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-07T15:08:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:17 smithi044 bash[32620]: cluster 2023-12-07T15:08:15.736140+0000 mgr.a (mgr.24293) 12746 : 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-07T15:08:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:17 smithi027 bash[31536]: cluster 2023-12-07T15:08:15.736140+0000 mgr.a (mgr.24293) 12746 : 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-07T15:08:18.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:18.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:18.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:19.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:19.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:19.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:19.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:19.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:19.631 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:19 smithi044 bash[32620]: cluster 2023-12-07T15:08:17.736717+0000 mgr.a (mgr.24293) 12747 : 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-07T15:08:19.631 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:19 smithi044 bash[32620]: audit 2023-12-07T15:08:18.484106+0000 mgr.a (mgr.24293) 12748 : audit 0 from='client.256929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:19 smithi022 bash[28554]: cluster 2023-12-07T15:08:17.736717+0000 mgr.a (mgr.24293) 12747 : 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-07T15:08:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:19 smithi022 bash[28554]: audit 2023-12-07T15:08:18.484106+0000 mgr.a (mgr.24293) 12748 : audit 0 from='client.256929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:19 smithi027 bash[31536]: cluster 2023-12-07T15:08:17.736717+0000 mgr.a (mgr.24293) 12747 : 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-07T15:08:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:19 smithi027 bash[31536]: audit 2023-12-07T15:08:18.484106+0000 mgr.a (mgr.24293) 12748 : audit 0 from='client.256929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:21 smithi022 bash[28554]: cluster 2023-12-07T15:08:19.737356+0000 mgr.a (mgr.24293) 12749 : 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-07T15:08:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:21 smithi044 bash[32620]: cluster 2023-12-07T15:08:19.737356+0000 mgr.a (mgr.24293) 12749 : 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-07T15:08:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:21 smithi027 bash[31536]: cluster 2023-12-07T15:08:19.737356+0000 mgr.a (mgr.24293) 12749 : 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-07T15:08:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:23 smithi022 bash[28554]: cluster 2023-12-07T15:08:21.738159+0000 mgr.a (mgr.24293) 12750 : 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-07T15:08:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:23 smithi044 bash[32620]: cluster 2023-12-07T15:08:21.738159+0000 mgr.a (mgr.24293) 12750 : 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-07T15:08:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:23 smithi027 bash[31536]: cluster 2023-12-07T15:08:21.738159+0000 mgr.a (mgr.24293) 12750 : 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-07T15:08:24.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:24.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:24.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:24.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:25 smithi022 bash[28554]: cluster 2023-12-07T15:08:23.738717+0000 mgr.a (mgr.24293) 12751 : 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-07T15:08:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:25 smithi022 bash[28554]: audit 2023-12-07T15:08:24.424908+0000 mgr.a (mgr.24293) 12752 : audit 0 from='client.257007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:25 smithi044 bash[32620]: cluster 2023-12-07T15:08:23.738717+0000 mgr.a (mgr.24293) 12751 : 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-07T15:08:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:25 smithi044 bash[32620]: audit 2023-12-07T15:08:24.424908+0000 mgr.a (mgr.24293) 12752 : audit 0 from='client.257007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:25 smithi027 bash[31536]: cluster 2023-12-07T15:08:23.738717+0000 mgr.a (mgr.24293) 12751 : 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-07T15:08:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:25 smithi027 bash[31536]: audit 2023-12-07T15:08:24.424908+0000 mgr.a (mgr.24293) 12752 : audit 0 from='client.257007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:27 smithi044 bash[32620]: cluster 2023-12-07T15:08:25.739629+0000 mgr.a (mgr.24293) 12753 : cluster 0 pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:27 smithi022 bash[28554]: cluster 2023-12-07T15:08:25.739629+0000 mgr.a (mgr.24293) 12753 : cluster 0 pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:27 smithi027 bash[31536]: cluster 2023-12-07T15:08:25.739629+0000 mgr.a (mgr.24293) 12753 : cluster 0 pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:29 smithi044 bash[32620]: cluster 2023-12-07T15:08:27.740199+0000 mgr.a (mgr.24293) 12754 : cluster 0 pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:29 smithi022 bash[28554]: cluster 2023-12-07T15:08:27.740199+0000 mgr.a (mgr.24293) 12754 : cluster 0 pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:29.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:29.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:29.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:29 smithi027 bash[31536]: cluster 2023-12-07T15:08:27.740199+0000 mgr.a (mgr.24293) 12754 : cluster 0 pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:30.877 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:30.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:30.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:30.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:30.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:31 smithi022 bash[28554]: cluster 2023-12-07T15:08:29.740751+0000 mgr.a (mgr.24293) 12755 : cluster 0 pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:31 smithi022 bash[28554]: audit 2023-12-07T15:08:30.358504+0000 mgr.a (mgr.24293) 12756 : audit 0 from='client.257082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:31 smithi044 bash[32620]: cluster 2023-12-07T15:08:29.740751+0000 mgr.a (mgr.24293) 12755 : cluster 0 pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:31 smithi044 bash[32620]: audit 2023-12-07T15:08:30.358504+0000 mgr.a (mgr.24293) 12756 : audit 0 from='client.257082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:31 smithi027 bash[31536]: cluster 2023-12-07T15:08:29.740751+0000 mgr.a (mgr.24293) 12755 : cluster 0 pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:31 smithi027 bash[31536]: audit 2023-12-07T15:08:30.358504+0000 mgr.a (mgr.24293) 12756 : audit 0 from='client.257082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:33 smithi022 bash[28554]: cluster 2023-12-07T15:08:31.741692+0000 mgr.a (mgr.24293) 12757 : cluster 0 pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:08:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:33 smithi044 bash[32620]: cluster 2023-12-07T15:08:31.741692+0000 mgr.a (mgr.24293) 12757 : cluster 0 pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:08:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:33 smithi027 bash[31536]: cluster 2023-12-07T15:08:31.741692+0000 mgr.a (mgr.24293) 12757 : cluster 0 pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:08:35.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:35.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:35.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:35 smithi044 bash[32620]: cluster 2023-12-07T15:08:33.742263+0000 mgr.a (mgr.24293) 12758 : cluster 0 pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:08:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:35 smithi022 bash[28554]: cluster 2023-12-07T15:08:33.742263+0000 mgr.a (mgr.24293) 12758 : cluster 0 pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:08:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:35 smithi027 bash[31536]: cluster 2023-12-07T15:08:33.742263+0000 mgr.a (mgr.24293) 12758 : cluster 0 pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:08:36.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:36.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:36.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:36.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:36.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:37 smithi022 bash[28554]: cluster 2023-12-07T15:08:35.743025+0000 mgr.a (mgr.24293) 12759 : 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-07T15:08:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:37 smithi022 bash[28554]: audit 2023-12-07T15:08:36.287173+0000 mgr.a (mgr.24293) 12760 : audit 0 from='client.213265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:37 smithi044 bash[32620]: cluster 2023-12-07T15:08:35.743025+0000 mgr.a (mgr.24293) 12759 : 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-07T15:08:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:37 smithi044 bash[32620]: audit 2023-12-07T15:08:36.287173+0000 mgr.a (mgr.24293) 12760 : audit 0 from='client.213265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:37 smithi027 bash[31536]: cluster 2023-12-07T15:08:35.743025+0000 mgr.a (mgr.24293) 12759 : 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-07T15:08:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:37 smithi027 bash[31536]: audit 2023-12-07T15:08:36.287173+0000 mgr.a (mgr.24293) 12760 : audit 0 from='client.213265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:39 smithi044 bash[32620]: cluster 2023-12-07T15:08:37.743698+0000 mgr.a (mgr.24293) 12761 : cluster 0 pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:39 smithi022 bash[28554]: cluster 2023-12-07T15:08:37.743698+0000 mgr.a (mgr.24293) 12761 : cluster 0 pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:39 smithi027 bash[31536]: cluster 2023-12-07T15:08:37.743698+0000 mgr.a (mgr.24293) 12761 : cluster 0 pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:41.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:41.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:41.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:41 smithi022 bash[28554]: cluster 2023-12-07T15:08:39.744250+0000 mgr.a (mgr.24293) 12762 : cluster 0 pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:41 smithi044 bash[32620]: cluster 2023-12-07T15:08:39.744250+0000 mgr.a (mgr.24293) 12762 : cluster 0 pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:41 smithi027 bash[31536]: cluster 2023-12-07T15:08:39.744250+0000 mgr.a (mgr.24293) 12762 : cluster 0 pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:42.740 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:42.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:42.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:42.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:42.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:42 smithi044 bash[32620]: audit 2023-12-07T15:08:41.827319+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:08:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:42 smithi044 bash[32620]: audit 2023-12-07T15:08:42.353162+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:42 smithi044 bash[32620]: audit 2023-12-07T15:08:42.358861+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:42 smithi044 bash[32620]: audit 2023-12-07T15:08:42.363920+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:42 smithi044 bash[32620]: audit 2023-12-07T15:08:42.376533+0000 mon.a (mon.0) 2216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:42 smithi022 bash[28554]: audit 2023-12-07T15:08:41.827319+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:08:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:42 smithi022 bash[28554]: audit 2023-12-07T15:08:42.353162+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:42 smithi022 bash[28554]: audit 2023-12-07T15:08:42.358861+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:42 smithi022 bash[28554]: audit 2023-12-07T15:08:42.363920+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:42 smithi022 bash[28554]: audit 2023-12-07T15:08:42.376533+0000 mon.a (mon.0) 2216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:42 smithi027 bash[31536]: audit 2023-12-07T15:08:41.827319+0000 mon.a (mon.0) 2212 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:08:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:42 smithi027 bash[31536]: audit 2023-12-07T15:08:42.353162+0000 mon.a (mon.0) 2213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:42 smithi027 bash[31536]: audit 2023-12-07T15:08:42.358861+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:42 smithi027 bash[31536]: audit 2023-12-07T15:08:42.363920+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:42 smithi027 bash[31536]: audit 2023-12-07T15:08:42.376533+0000 mon.a (mon.0) 2216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:43 smithi044 bash[32620]: cluster 2023-12-07T15:08:41.745054+0000 mgr.a (mgr.24293) 12763 : cluster 0 pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:43 smithi044 bash[32620]: audit 2023-12-07T15:08:42.216667+0000 mgr.a (mgr.24293) 12764 : audit 0 from='client.257235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:43 smithi044 bash[32620]: audit 2023-12-07T15:08:43.203274+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:43 smithi044 bash[32620]: audit 2023-12-07T15:08:43.205311+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:43 smithi044 bash[32620]: audit 2023-12-07T15:08:43.214735+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:43 smithi022 bash[28554]: cluster 2023-12-07T15:08:41.745054+0000 mgr.a (mgr.24293) 12763 : cluster 0 pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:43 smithi022 bash[28554]: audit 2023-12-07T15:08:42.216667+0000 mgr.a (mgr.24293) 12764 : audit 0 from='client.257235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:43 smithi022 bash[28554]: audit 2023-12-07T15:08:43.203274+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:43 smithi022 bash[28554]: audit 2023-12-07T15:08:43.205311+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:08:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:43 smithi022 bash[28554]: audit 2023-12-07T15:08:43.214735+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:43 smithi027 bash[31536]: cluster 2023-12-07T15:08:41.745054+0000 mgr.a (mgr.24293) 12763 : cluster 0 pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:43 smithi027 bash[31536]: audit 2023-12-07T15:08:42.216667+0000 mgr.a (mgr.24293) 12764 : audit 0 from='client.257235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:43 smithi027 bash[31536]: audit 2023-12-07T15:08:43.203274+0000 mon.a (mon.0) 2217 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:08:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:43 smithi027 bash[31536]: audit 2023-12-07T15:08:43.205311+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:08:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:43 smithi027 bash[31536]: audit 2023-12-07T15:08:43.214735+0000 mon.a (mon.0) 2219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:08:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:45 smithi044 bash[32620]: cluster 2023-12-07T15:08:43.745680+0000 mgr.a (mgr.24293) 12765 : cluster 0 pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:08:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:45 smithi022 bash[28554]: cluster 2023-12-07T15:08:43.745680+0000 mgr.a (mgr.24293) 12765 : cluster 0 pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:08:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:45 smithi027 bash[31536]: cluster 2023-12-07T15:08:43.745680+0000 mgr.a (mgr.24293) 12765 : cluster 0 pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:08:47.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:47.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:47.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:47 smithi027 bash[31536]: cluster 2023-12-07T15:08:45.746500+0000 mgr.a (mgr.24293) 12766 : cluster 0 pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:08:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:47 smithi022 bash[28554]: cluster 2023-12-07T15:08:45.746500+0000 mgr.a (mgr.24293) 12766 : cluster 0 pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:08:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:47 smithi044 bash[32620]: cluster 2023-12-07T15:08:45.746500+0000 mgr.a (mgr.24293) 12766 : cluster 0 pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:08:48.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:48.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:48.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:48.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:48.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:49.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:49 smithi027 bash[31536]: cluster 2023-12-07T15:08:47.747022+0000 mgr.a (mgr.24293) 12767 : 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-07T15:08:49.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:49 smithi027 bash[31536]: audit 2023-12-07T15:08:48.144271+0000 mgr.a (mgr.24293) 12768 : audit 0 from='client.257310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:49 smithi044 bash[32620]: cluster 2023-12-07T15:08:47.747022+0000 mgr.a (mgr.24293) 12767 : 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-07T15:08:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:49 smithi044 bash[32620]: audit 2023-12-07T15:08:48.144271+0000 mgr.a (mgr.24293) 12768 : audit 0 from='client.257310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:49 smithi022 bash[28554]: cluster 2023-12-07T15:08:47.747022+0000 mgr.a (mgr.24293) 12767 : 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-07T15:08:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:49 smithi022 bash[28554]: audit 2023-12-07T15:08:48.144271+0000 mgr.a (mgr.24293) 12768 : audit 0 from='client.257310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:51 smithi027 bash[31536]: cluster 2023-12-07T15:08:49.747821+0000 mgr.a (mgr.24293) 12769 : 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-07T15:08:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:51 smithi022 bash[28554]: cluster 2023-12-07T15:08:49.747821+0000 mgr.a (mgr.24293) 12769 : 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-07T15:08:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:51 smithi044 bash[32620]: cluster 2023-12-07T15:08:49.747821+0000 mgr.a (mgr.24293) 12769 : 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-07T15:08:53.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:53.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:53.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:53 smithi027 bash[31536]: cluster 2023-12-07T15:08:51.748697+0000 mgr.a (mgr.24293) 12770 : 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-07T15:08:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:53 smithi022 bash[28554]: cluster 2023-12-07T15:08:51.748697+0000 mgr.a (mgr.24293) 12770 : 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-07T15:08:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:53 smithi044 bash[32620]: cluster 2023-12-07T15:08:51.748697+0000 mgr.a (mgr.24293) 12770 : 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-07T15:08:54.617 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:08:54.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:54.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:54.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:54.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:08:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:55 smithi027 bash[31536]: cluster 2023-12-07T15:08:53.749330+0000 mgr.a (mgr.24293) 12771 : 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-07T15:08:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:55 smithi027 bash[31536]: audit 2023-12-07T15:08:54.092564+0000 mgr.a (mgr.24293) 12772 : audit 0 from='client.257385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:55 smithi022 bash[28554]: cluster 2023-12-07T15:08:53.749330+0000 mgr.a (mgr.24293) 12771 : 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-07T15:08:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:55 smithi022 bash[28554]: audit 2023-12-07T15:08:54.092564+0000 mgr.a (mgr.24293) 12772 : audit 0 from='client.257385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:55 smithi044 bash[32620]: cluster 2023-12-07T15:08:53.749330+0000 mgr.a (mgr.24293) 12771 : 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-07T15:08:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:55 smithi044 bash[32620]: audit 2023-12-07T15:08:54.092564+0000 mgr.a (mgr.24293) 12772 : audit 0 from='client.257385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:57 smithi027 bash[31536]: cluster 2023-12-07T15:08:55.750191+0000 mgr.a (mgr.24293) 12773 : cluster 0 pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:57 smithi022 bash[28554]: cluster 2023-12-07T15:08:55.750191+0000 mgr.a (mgr.24293) 12773 : cluster 0 pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:57 smithi044 bash[32620]: cluster 2023-12-07T15:08:55.750191+0000 mgr.a (mgr.24293) 12773 : cluster 0 pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:59.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:08:59.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:59.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:08:59 smithi022 bash[28554]: cluster 2023-12-07T15:08:57.750875+0000 mgr.a (mgr.24293) 12774 : cluster 0 pgmap v9549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:08:59 smithi044 bash[32620]: cluster 2023-12-07T15:08:57.750875+0000 mgr.a (mgr.24293) 12774 : cluster 0 pgmap v9549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:08:59 smithi027 bash[31536]: cluster 2023-12-07T15:08:57.750875+0000 mgr.a (mgr.24293) 12774 : cluster 0 pgmap v9549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:00.545 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:00.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:00.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:00.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:00.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:00 smithi022 bash[28554]: cluster 2023-12-07T15:08:59.751293+0000 mgr.a (mgr.24293) 12775 : cluster 0 pgmap v9550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:00 smithi022 bash[28554]: audit 2023-12-07T15:09:00.021739+0000 mgr.a (mgr.24293) 12776 : audit 0 from='client.257460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:00 smithi044 bash[32620]: cluster 2023-12-07T15:08:59.751293+0000 mgr.a (mgr.24293) 12775 : cluster 0 pgmap v9550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:00 smithi044 bash[32620]: audit 2023-12-07T15:09:00.021739+0000 mgr.a (mgr.24293) 12776 : audit 0 from='client.257460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:00 smithi027 bash[31536]: cluster 2023-12-07T15:08:59.751293+0000 mgr.a (mgr.24293) 12775 : cluster 0 pgmap v9550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:00 smithi027 bash[31536]: audit 2023-12-07T15:09:00.021739+0000 mgr.a (mgr.24293) 12776 : audit 0 from='client.257460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:02 smithi022 bash[28554]: cluster 2023-12-07T15:09:01.752239+0000 mgr.a (mgr.24293) 12777 : cluster 0 pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:09:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:02 smithi044 bash[32620]: cluster 2023-12-07T15:09:01.752239+0000 mgr.a (mgr.24293) 12777 : cluster 0 pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:09:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:02 smithi027 bash[31536]: cluster 2023-12-07T15:09:01.752239+0000 mgr.a (mgr.24293) 12777 : cluster 0 pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:09:05.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:05.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:05.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:05 smithi044 bash[32620]: cluster 2023-12-07T15:09:03.752819+0000 mgr.a (mgr.24293) 12778 : cluster 0 pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:05 smithi022 bash[28554]: cluster 2023-12-07T15:09:03.752819+0000 mgr.a (mgr.24293) 12778 : cluster 0 pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:05 smithi027 bash[31536]: cluster 2023-12-07T15:09:03.752819+0000 mgr.a (mgr.24293) 12778 : cluster 0 pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:06.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:06.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:06.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:06.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:06.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:07 smithi044 bash[32620]: cluster 2023-12-07T15:09:05.753579+0000 mgr.a (mgr.24293) 12779 : 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-07T15:09:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:07 smithi044 bash[32620]: audit 2023-12-07T15:09:05.947638+0000 mgr.a (mgr.24293) 12780 : audit 0 from='client.257538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:07 smithi022 bash[28554]: cluster 2023-12-07T15:09:05.753579+0000 mgr.a (mgr.24293) 12779 : 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-07T15:09:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:07 smithi022 bash[28554]: audit 2023-12-07T15:09:05.947638+0000 mgr.a (mgr.24293) 12780 : audit 0 from='client.257538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:07 smithi027 bash[31536]: cluster 2023-12-07T15:09:05.753579+0000 mgr.a (mgr.24293) 12779 : 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-07T15:09:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:07 smithi027 bash[31536]: audit 2023-12-07T15:09:05.947638+0000 mgr.a (mgr.24293) 12780 : audit 0 from='client.257538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:09 smithi022 bash[28554]: cluster 2023-12-07T15:09:07.754314+0000 mgr.a (mgr.24293) 12781 : cluster 0 pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:09 smithi044 bash[32620]: cluster 2023-12-07T15:09:07.754314+0000 mgr.a (mgr.24293) 12781 : cluster 0 pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:09 smithi027 bash[31536]: cluster 2023-12-07T15:09:07.754314+0000 mgr.a (mgr.24293) 12781 : cluster 0 pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:11.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:11.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:11.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:11 smithi022 bash[28554]: cluster 2023-12-07T15:09:09.754943+0000 mgr.a (mgr.24293) 12782 : cluster 0 pgmap v9555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:11 smithi044 bash[32620]: cluster 2023-12-07T15:09:09.754943+0000 mgr.a (mgr.24293) 12782 : cluster 0 pgmap v9555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:11 smithi027 bash[31536]: cluster 2023-12-07T15:09:09.754943+0000 mgr.a (mgr.24293) 12782 : cluster 0 pgmap v9555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:12.411 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:12.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:12.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:12.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:12.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:13 smithi022 bash[28554]: cluster 2023-12-07T15:09:11.755739+0000 mgr.a (mgr.24293) 12783 : cluster 0 pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:13 smithi022 bash[28554]: audit 2023-12-07T15:09:11.901352+0000 mgr.a (mgr.24293) 12784 : audit 0 from='client.257613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:13 smithi044 bash[32620]: cluster 2023-12-07T15:09:11.755739+0000 mgr.a (mgr.24293) 12783 : cluster 0 pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:13 smithi044 bash[32620]: audit 2023-12-07T15:09:11.901352+0000 mgr.a (mgr.24293) 12784 : audit 0 from='client.257613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:13 smithi027 bash[31536]: cluster 2023-12-07T15:09:11.755739+0000 mgr.a (mgr.24293) 12783 : cluster 0 pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:13 smithi027 bash[31536]: audit 2023-12-07T15:09:11.901352+0000 mgr.a (mgr.24293) 12784 : audit 0 from='client.257613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:15 smithi044 bash[32620]: cluster 2023-12-07T15:09:13.756407+0000 mgr.a (mgr.24293) 12785 : cluster 0 pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:09:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:15 smithi022 bash[28554]: cluster 2023-12-07T15:09:13.756407+0000 mgr.a (mgr.24293) 12785 : cluster 0 pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:09:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:15 smithi027 bash[31536]: cluster 2023-12-07T15:09:13.756407+0000 mgr.a (mgr.24293) 12785 : cluster 0 pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:09:17.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:17.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:17.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:17 smithi022 bash[28554]: cluster 2023-12-07T15:09:15.757229+0000 mgr.a (mgr.24293) 12786 : cluster 0 pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:09:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:17 smithi044 bash[32620]: cluster 2023-12-07T15:09:15.757229+0000 mgr.a (mgr.24293) 12786 : cluster 0 pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:09:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:17 smithi027 bash[31536]: cluster 2023-12-07T15:09:15.757229+0000 mgr.a (mgr.24293) 12786 : cluster 0 pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:09:18.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:18.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:18.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:18.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:18.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:19 smithi022 bash[28554]: cluster 2023-12-07T15:09:17.757760+0000 mgr.a (mgr.24293) 12787 : 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-07T15:09:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:19 smithi022 bash[28554]: audit 2023-12-07T15:09:17.825809+0000 mgr.a (mgr.24293) 12788 : audit 0 from='client.257691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:19 smithi044 bash[32620]: cluster 2023-12-07T15:09:17.757760+0000 mgr.a (mgr.24293) 12787 : 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-07T15:09:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:19 smithi044 bash[32620]: audit 2023-12-07T15:09:17.825809+0000 mgr.a (mgr.24293) 12788 : audit 0 from='client.257691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:19 smithi027 bash[31536]: cluster 2023-12-07T15:09:17.757760+0000 mgr.a (mgr.24293) 12787 : 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-07T15:09:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:19 smithi027 bash[31536]: audit 2023-12-07T15:09:17.825809+0000 mgr.a (mgr.24293) 12788 : audit 0 from='client.257691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:21 smithi022 bash[28554]: cluster 2023-12-07T15:09:19.758465+0000 mgr.a (mgr.24293) 12789 : 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-07T15:09:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:21 smithi044 bash[32620]: cluster 2023-12-07T15:09:19.758465+0000 mgr.a (mgr.24293) 12789 : 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-07T15:09:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:21 smithi027 bash[31536]: cluster 2023-12-07T15:09:19.758465+0000 mgr.a (mgr.24293) 12789 : 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-07T15:09:23.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:23.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:23.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:23 smithi022 bash[28554]: cluster 2023-12-07T15:09:21.759314+0000 mgr.a (mgr.24293) 12790 : 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-07T15:09:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:23 smithi044 bash[32620]: cluster 2023-12-07T15:09:21.759314+0000 mgr.a (mgr.24293) 12790 : 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-07T15:09:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:23 smithi027 bash[31536]: cluster 2023-12-07T15:09:21.759314+0000 mgr.a (mgr.24293) 12790 : 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-07T15:09:24.325 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:24.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:24.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:24.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:24.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:25 smithi044 bash[32620]: cluster 2023-12-07T15:09:23.759717+0000 mgr.a (mgr.24293) 12791 : 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-07T15:09:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:25 smithi044 bash[32620]: audit 2023-12-07T15:09:23.780501+0000 mgr.a (mgr.24293) 12792 : audit 0 from='client.257769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:25 smithi022 bash[28554]: cluster 2023-12-07T15:09:23.759717+0000 mgr.a (mgr.24293) 12791 : 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-07T15:09:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:25 smithi022 bash[28554]: audit 2023-12-07T15:09:23.780501+0000 mgr.a (mgr.24293) 12792 : audit 0 from='client.257769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:25 smithi027 bash[31536]: cluster 2023-12-07T15:09:23.759717+0000 mgr.a (mgr.24293) 12791 : 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-07T15:09:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:25 smithi027 bash[31536]: audit 2023-12-07T15:09:23.780501+0000 mgr.a (mgr.24293) 12792 : audit 0 from='client.257769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:27 smithi044 bash[32620]: cluster 2023-12-07T15:09:25.760565+0000 mgr.a (mgr.24293) 12793 : 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-07T15:09:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:27 smithi022 bash[28554]: cluster 2023-12-07T15:09:25.760565+0000 mgr.a (mgr.24293) 12793 : 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-07T15:09:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:27 smithi027 bash[31536]: cluster 2023-12-07T15:09:25.760565+0000 mgr.a (mgr.24293) 12793 : 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-07T15:09:29.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:29.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:29.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:29 smithi022 bash[28554]: cluster 2023-12-07T15:09:27.761132+0000 mgr.a (mgr.24293) 12794 : 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-07T15:09:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:29 smithi044 bash[32620]: cluster 2023-12-07T15:09:27.761132+0000 mgr.a (mgr.24293) 12794 : 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-07T15:09:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:29 smithi027 bash[31536]: cluster 2023-12-07T15:09:27.761132+0000 mgr.a (mgr.24293) 12794 : 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-07T15:09:30.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:30.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:30.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:30.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:30.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:31 smithi022 bash[28554]: audit 2023-12-07T15:09:29.733686+0000 mgr.a (mgr.24293) 12795 : audit 0 from='client.257841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:31 smithi022 bash[28554]: cluster 2023-12-07T15:09:29.761835+0000 mgr.a (mgr.24293) 12796 : 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-07T15:09:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:31 smithi044 bash[32620]: audit 2023-12-07T15:09:29.733686+0000 mgr.a (mgr.24293) 12795 : audit 0 from='client.257841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:31 smithi044 bash[32620]: cluster 2023-12-07T15:09:29.761835+0000 mgr.a (mgr.24293) 12796 : 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-07T15:09:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:31 smithi027 bash[31536]: audit 2023-12-07T15:09:29.733686+0000 mgr.a (mgr.24293) 12795 : audit 0 from='client.257841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:31 smithi027 bash[31536]: cluster 2023-12-07T15:09:29.761835+0000 mgr.a (mgr.24293) 12796 : 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-07T15:09:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:33 smithi044 bash[32620]: cluster 2023-12-07T15:09:31.762780+0000 mgr.a (mgr.24293) 12797 : cluster 0 pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:33 smithi022 bash[28554]: cluster 2023-12-07T15:09:31.762780+0000 mgr.a (mgr.24293) 12797 : cluster 0 pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:33 smithi027 bash[31536]: cluster 2023-12-07T15:09:31.762780+0000 mgr.a (mgr.24293) 12797 : cluster 0 pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:35.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:35.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:35.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:35 smithi044 bash[32620]: cluster 2023-12-07T15:09:33.763328+0000 mgr.a (mgr.24293) 12798 : cluster 0 pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:35 smithi022 bash[28554]: cluster 2023-12-07T15:09:33.763328+0000 mgr.a (mgr.24293) 12798 : cluster 0 pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:35 smithi027 bash[31536]: cluster 2023-12-07T15:09:33.763328+0000 mgr.a (mgr.24293) 12798 : cluster 0 pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:36.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:36.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:36.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:36.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:36.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:36 smithi044 bash[32620]: audit 2023-12-07T15:09:35.656027+0000 mgr.a (mgr.24293) 12799 : audit 0 from='client.257913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:36 smithi022 bash[28554]: audit 2023-12-07T15:09:35.656027+0000 mgr.a (mgr.24293) 12799 : audit 0 from='client.257913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:36 smithi027 bash[31536]: audit 2023-12-07T15:09:35.656027+0000 mgr.a (mgr.24293) 12799 : audit 0 from='client.257913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:37 smithi044 bash[32620]: cluster 2023-12-07T15:09:35.764196+0000 mgr.a (mgr.24293) 12800 : 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-07T15:09:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:37 smithi022 bash[28554]: cluster 2023-12-07T15:09:35.764196+0000 mgr.a (mgr.24293) 12800 : 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-07T15:09:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:37 smithi027 bash[31536]: cluster 2023-12-07T15:09:35.764196+0000 mgr.a (mgr.24293) 12800 : 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-07T15:09:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:39 smithi044 bash[32620]: cluster 2023-12-07T15:09:37.764993+0000 mgr.a (mgr.24293) 12801 : 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-07T15:09:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:39 smithi022 bash[28554]: cluster 2023-12-07T15:09:37.764993+0000 mgr.a (mgr.24293) 12801 : 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-07T15:09:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:39 smithi027 bash[31536]: cluster 2023-12-07T15:09:37.764993+0000 mgr.a (mgr.24293) 12801 : 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-07T15:09:41.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:41.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:41.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:41 smithi022 bash[28554]: cluster 2023-12-07T15:09:39.765599+0000 mgr.a (mgr.24293) 12802 : 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-07T15:09:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:41 smithi044 bash[32620]: cluster 2023-12-07T15:09:39.765599+0000 mgr.a (mgr.24293) 12802 : 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-07T15:09:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:41 smithi027 bash[31536]: cluster 2023-12-07T15:09:39.765599+0000 mgr.a (mgr.24293) 12802 : 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-07T15:09:42.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:42.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:42.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:42.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:42.117 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:42 smithi022 bash[28554]: audit 2023-12-07T15:09:41.567491+0000 mgr.a (mgr.24293) 12803 : audit 0 from='client.257991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:42 smithi044 bash[32620]: audit 2023-12-07T15:09:41.567491+0000 mgr.a (mgr.24293) 12803 : audit 0 from='client.257991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:42 smithi027 bash[31536]: audit 2023-12-07T15:09:41.567491+0000 mgr.a (mgr.24293) 12803 : audit 0 from='client.257991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:43 smithi022 bash[28554]: cluster 2023-12-07T15:09:41.766697+0000 mgr.a (mgr.24293) 12804 : 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-07T15:09:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:43 smithi022 bash[28554]: audit 2023-12-07T15:09:43.318740+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:09:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:43 smithi044 bash[32620]: cluster 2023-12-07T15:09:41.766697+0000 mgr.a (mgr.24293) 12804 : 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-07T15:09:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:43 smithi044 bash[32620]: audit 2023-12-07T15:09:43.318740+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:09:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:43 smithi027 bash[31536]: cluster 2023-12-07T15:09:41.766697+0000 mgr.a (mgr.24293) 12804 : 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-07T15:09:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:43 smithi027 bash[31536]: audit 2023-12-07T15:09:43.318740+0000 mon.a (mon.0) 2220 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:09:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:44 smithi022 bash[28554]: audit 2023-12-07T15:09:44.059813+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:09:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:44 smithi022 bash[28554]: audit 2023-12-07T15:09:44.061519+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:09:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:44 smithi022 bash[28554]: audit 2023-12-07T15:09:44.070760+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:09:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:44 smithi044 bash[32620]: audit 2023-12-07T15:09:44.059813+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:09:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:44 smithi044 bash[32620]: audit 2023-12-07T15:09:44.061519+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:09:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:44 smithi044 bash[32620]: audit 2023-12-07T15:09:44.070760+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:09:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:44 smithi027 bash[31536]: audit 2023-12-07T15:09:44.059813+0000 mon.a (mon.0) 2221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:09:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:44 smithi027 bash[31536]: audit 2023-12-07T15:09:44.061519+0000 mon.a (mon.0) 2222 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:09:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:44 smithi027 bash[31536]: audit 2023-12-07T15:09:44.070760+0000 mon.a (mon.0) 2223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:09:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:45 smithi022 bash[28554]: cluster 2023-12-07T15:09:43.767383+0000 mgr.a (mgr.24293) 12805 : cluster 0 pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:45 smithi044 bash[32620]: cluster 2023-12-07T15:09:43.767383+0000 mgr.a (mgr.24293) 12805 : cluster 0 pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:45 smithi027 bash[31536]: cluster 2023-12-07T15:09:43.767383+0000 mgr.a (mgr.24293) 12805 : cluster 0 pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:47.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:47.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:47.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:47 smithi022 bash[28554]: cluster 2023-12-07T15:09:45.768213+0000 mgr.a (mgr.24293) 12806 : cluster 0 pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:47 smithi044 bash[32620]: cluster 2023-12-07T15:09:45.768213+0000 mgr.a (mgr.24293) 12806 : cluster 0 pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:47 smithi027 bash[31536]: cluster 2023-12-07T15:09:45.768213+0000 mgr.a (mgr.24293) 12806 : cluster 0 pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:48.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:48.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:48.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:48.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:48.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:48 smithi022 bash[28554]: audit 2023-12-07T15:09:47.531304+0000 mgr.a (mgr.24293) 12807 : audit 0 from='client.258066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:48 smithi044 bash[32620]: audit 2023-12-07T15:09:47.531304+0000 mgr.a (mgr.24293) 12807 : audit 0 from='client.258066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:48 smithi027 bash[31536]: audit 2023-12-07T15:09:47.531304+0000 mgr.a (mgr.24293) 12807 : audit 0 from='client.258066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:49 smithi044 bash[32620]: cluster 2023-12-07T15:09:47.768680+0000 mgr.a (mgr.24293) 12808 : 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-07T15:09:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:49 smithi022 bash[28554]: cluster 2023-12-07T15:09:47.768680+0000 mgr.a (mgr.24293) 12808 : 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-07T15:09:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:49 smithi027 bash[31536]: cluster 2023-12-07T15:09:47.768680+0000 mgr.a (mgr.24293) 12808 : 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-07T15:09:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:51 smithi044 bash[32620]: cluster 2023-12-07T15:09:49.769334+0000 mgr.a (mgr.24293) 12809 : 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-07T15:09:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:51 smithi022 bash[28554]: cluster 2023-12-07T15:09:49.769334+0000 mgr.a (mgr.24293) 12809 : 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-07T15:09:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:51 smithi027 bash[31536]: cluster 2023-12-07T15:09:49.769334+0000 mgr.a (mgr.24293) 12809 : 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-07T15:09:53.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:53.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:53.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:53 smithi022 bash[28554]: cluster 2023-12-07T15:09:51.770310+0000 mgr.a (mgr.24293) 12810 : 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-07T15:09:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:53 smithi044 bash[32620]: cluster 2023-12-07T15:09:51.770310+0000 mgr.a (mgr.24293) 12810 : 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-07T15:09:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:53 smithi027 bash[31536]: cluster 2023-12-07T15:09:51.770310+0000 mgr.a (mgr.24293) 12810 : 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-07T15:09:53.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:53.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:53.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:53.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:53.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:54 smithi044 bash[32620]: audit 2023-12-07T15:09:53.462984+0000 mgr.a (mgr.24293) 12811 : audit 0 from='client.258144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:54 smithi022 bash[28554]: audit 2023-12-07T15:09:53.462984+0000 mgr.a (mgr.24293) 12811 : audit 0 from='client.258144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:54 smithi027 bash[31536]: audit 2023-12-07T15:09:53.462984+0000 mgr.a (mgr.24293) 12811 : audit 0 from='client.258144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:55 smithi022 bash[28554]: cluster 2023-12-07T15:09:53.770763+0000 mgr.a (mgr.24293) 12812 : 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-07T15:09:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:55 smithi044 bash[32620]: cluster 2023-12-07T15:09:53.770763+0000 mgr.a (mgr.24293) 12812 : 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-07T15:09:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:55 smithi027 bash[31536]: cluster 2023-12-07T15:09:53.770763+0000 mgr.a (mgr.24293) 12812 : 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-07T15:09:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:57 smithi022 bash[28554]: cluster 2023-12-07T15:09:55.771718+0000 mgr.a (mgr.24293) 12813 : 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-07T15:09:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:57 smithi044 bash[32620]: cluster 2023-12-07T15:09:55.771718+0000 mgr.a (mgr.24293) 12813 : 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-07T15:09:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:57 smithi027 bash[31536]: cluster 2023-12-07T15:09:55.771718+0000 mgr.a (mgr.24293) 12813 : 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-07T15:09:58.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:09:58.991 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:58.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:59.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:09:59.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:59.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:59.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:59.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:09:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:09:59 smithi044 bash[32620]: cluster 2023-12-07T15:09:57.772255+0000 mgr.a (mgr.24293) 12814 : 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-07T15:09:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:09:59 smithi022 bash[28554]: cluster 2023-12-07T15:09:57.772255+0000 mgr.a (mgr.24293) 12814 : 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-07T15:09:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:09:59 smithi027 bash[31536]: cluster 2023-12-07T15:09:57.772255+0000 mgr.a (mgr.24293) 12814 : 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-07T15:10:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:00 smithi022 bash[28554]: audit 2023-12-07T15:09:59.394766+0000 mgr.a (mgr.24293) 12815 : audit 0 from='client.258222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:00 smithi022 bash[28554]: cluster 2023-12-07T15:10:00.000176+0000 mon.a (mon.0) 2224 : cluster 1 overall HEALTH_OK 2023-12-07T15:10:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:00 smithi044 bash[32620]: audit 2023-12-07T15:09:59.394766+0000 mgr.a (mgr.24293) 12815 : audit 0 from='client.258222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:00 smithi044 bash[32620]: cluster 2023-12-07T15:10:00.000176+0000 mon.a (mon.0) 2224 : cluster 1 overall HEALTH_OK 2023-12-07T15:10:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:00 smithi027 bash[31536]: audit 2023-12-07T15:09:59.394766+0000 mgr.a (mgr.24293) 12815 : audit 0 from='client.258222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:00 smithi027 bash[31536]: cluster 2023-12-07T15:10:00.000176+0000 mon.a (mon.0) 2224 : cluster 1 overall HEALTH_OK 2023-12-07T15:10:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:01 smithi022 bash[28554]: cluster 2023-12-07T15:09:59.772890+0000 mgr.a (mgr.24293) 12816 : 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-07T15:10:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:01 smithi044 bash[32620]: cluster 2023-12-07T15:09:59.772890+0000 mgr.a (mgr.24293) 12816 : 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-07T15:10:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:01 smithi027 bash[31536]: cluster 2023-12-07T15:09:59.772890+0000 mgr.a (mgr.24293) 12816 : 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-07T15:10:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:03 smithi022 bash[28554]: cluster 2023-12-07T15:10:01.773819+0000 mgr.a (mgr.24293) 12817 : cluster 0 pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:03 smithi044 bash[32620]: cluster 2023-12-07T15:10:01.773819+0000 mgr.a (mgr.24293) 12817 : cluster 0 pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:03 smithi027 bash[31536]: cluster 2023-12-07T15:10:01.773819+0000 mgr.a (mgr.24293) 12817 : cluster 0 pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:04.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:04.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:04.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:05.869 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:05 smithi022 bash[28554]: cluster 2023-12-07T15:10:03.774366+0000 mgr.a (mgr.24293) 12818 : cluster 0 pgmap v9582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:05 smithi044 bash[32620]: cluster 2023-12-07T15:10:03.774366+0000 mgr.a (mgr.24293) 12818 : cluster 0 pgmap v9582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:05 smithi027 bash[31536]: cluster 2023-12-07T15:10:03.774366+0000 mgr.a (mgr.24293) 12818 : cluster 0 pgmap v9582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:06 smithi022 bash[28554]: audit 2023-12-07T15:10:05.331695+0000 mgr.a (mgr.24293) 12819 : audit 0 from='client.258294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:06 smithi044 bash[32620]: audit 2023-12-07T15:10:05.331695+0000 mgr.a (mgr.24293) 12819 : audit 0 from='client.258294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:06 smithi027 bash[31536]: audit 2023-12-07T15:10:05.331695+0000 mgr.a (mgr.24293) 12819 : audit 0 from='client.258294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:07 smithi022 bash[28554]: cluster 2023-12-07T15:10:05.775783+0000 mgr.a (mgr.24293) 12820 : cluster 0 pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:10:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:07 smithi044 bash[32620]: cluster 2023-12-07T15:10:05.775783+0000 mgr.a (mgr.24293) 12820 : cluster 0 pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:10:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:07 smithi027 bash[31536]: cluster 2023-12-07T15:10:05.775783+0000 mgr.a (mgr.24293) 12820 : cluster 0 pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:10:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:09 smithi044 bash[32620]: cluster 2023-12-07T15:10:07.776560+0000 mgr.a (mgr.24293) 12821 : cluster 0 pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:09 smithi022 bash[28554]: cluster 2023-12-07T15:10:07.776560+0000 mgr.a (mgr.24293) 12821 : cluster 0 pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:09 smithi027 bash[31536]: cluster 2023-12-07T15:10:07.776560+0000 mgr.a (mgr.24293) 12821 : cluster 0 pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:10.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:10.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:10.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:11.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:11.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:11.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:11.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:11.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:11 smithi022 bash[28554]: cluster 2023-12-07T15:10:09.777299+0000 mgr.a (mgr.24293) 12822 : cluster 0 pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:11 smithi044 bash[32620]: cluster 2023-12-07T15:10:09.777299+0000 mgr.a (mgr.24293) 12822 : cluster 0 pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:11 smithi027 bash[31536]: cluster 2023-12-07T15:10:09.777299+0000 mgr.a (mgr.24293) 12822 : cluster 0 pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:12 smithi044 bash[32620]: audit 2023-12-07T15:10:11.276630+0000 mgr.a (mgr.24293) 12823 : audit 0 from='client.258366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:12 smithi022 bash[28554]: audit 2023-12-07T15:10:11.276630+0000 mgr.a (mgr.24293) 12823 : audit 0 from='client.258366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:12 smithi027 bash[31536]: audit 2023-12-07T15:10:11.276630+0000 mgr.a (mgr.24293) 12823 : audit 0 from='client.258366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:13 smithi044 bash[32620]: cluster 2023-12-07T15:10:11.778258+0000 mgr.a (mgr.24293) 12824 : 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-07T15:10:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:13 smithi022 bash[28554]: cluster 2023-12-07T15:10:11.778258+0000 mgr.a (mgr.24293) 12824 : 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-07T15:10:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:13 smithi027 bash[31536]: cluster 2023-12-07T15:10:11.778258+0000 mgr.a (mgr.24293) 12824 : 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-07T15:10:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:15 smithi044 bash[32620]: cluster 2023-12-07T15:10:13.778843+0000 mgr.a (mgr.24293) 12825 : cluster 0 pgmap v9587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:15 smithi022 bash[28554]: cluster 2023-12-07T15:10:13.778843+0000 mgr.a (mgr.24293) 12825 : cluster 0 pgmap v9587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:15 smithi027 bash[31536]: cluster 2023-12-07T15:10:13.778843+0000 mgr.a (mgr.24293) 12825 : cluster 0 pgmap v9587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:16.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:16.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:16.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:17.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:17 smithi022 bash[28554]: cluster 2023-12-07T15:10:15.779639+0000 mgr.a (mgr.24293) 12826 : cluster 0 pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:17 smithi044 bash[32620]: cluster 2023-12-07T15:10:15.779639+0000 mgr.a (mgr.24293) 12826 : cluster 0 pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:17 smithi027 bash[31536]: cluster 2023-12-07T15:10:15.779639+0000 mgr.a (mgr.24293) 12826 : cluster 0 pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:18 smithi044 bash[32620]: audit 2023-12-07T15:10:17.232977+0000 mgr.a (mgr.24293) 12827 : audit 0 from='client.258441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:18 smithi022 bash[28554]: audit 2023-12-07T15:10:17.232977+0000 mgr.a (mgr.24293) 12827 : audit 0 from='client.258441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:18 smithi027 bash[31536]: audit 2023-12-07T15:10:17.232977+0000 mgr.a (mgr.24293) 12827 : audit 0 from='client.258441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:19 smithi022 bash[28554]: cluster 2023-12-07T15:10:17.780058+0000 mgr.a (mgr.24293) 12828 : cluster 0 pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:19 smithi044 bash[32620]: cluster 2023-12-07T15:10:17.780058+0000 mgr.a (mgr.24293) 12828 : cluster 0 pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:19 smithi027 bash[31536]: cluster 2023-12-07T15:10:17.780058+0000 mgr.a (mgr.24293) 12828 : cluster 0 pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:21 smithi044 bash[32620]: cluster 2023-12-07T15:10:19.780613+0000 mgr.a (mgr.24293) 12829 : cluster 0 pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:21 smithi022 bash[28554]: cluster 2023-12-07T15:10:19.780613+0000 mgr.a (mgr.24293) 12829 : cluster 0 pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:21 smithi027 bash[31536]: cluster 2023-12-07T15:10:19.780613+0000 mgr.a (mgr.24293) 12829 : cluster 0 pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:22.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:22.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:22.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:23.738 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:23.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:23.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:23.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:23.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:23 smithi044 bash[32620]: cluster 2023-12-07T15:10:21.781438+0000 mgr.a (mgr.24293) 12830 : cluster 0 pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:10:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:23 smithi022 bash[28554]: cluster 2023-12-07T15:10:21.781438+0000 mgr.a (mgr.24293) 12830 : cluster 0 pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:10:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:23 smithi027 bash[31536]: cluster 2023-12-07T15:10:21.781438+0000 mgr.a (mgr.24293) 12830 : cluster 0 pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:10:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:24 smithi022 bash[28554]: audit 2023-12-07T15:10:23.187376+0000 mgr.a (mgr.24293) 12831 : audit 0 from='client.258519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:24 smithi027 bash[31536]: audit 2023-12-07T15:10:23.187376+0000 mgr.a (mgr.24293) 12831 : audit 0 from='client.258519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:24 smithi044 bash[32620]: audit 2023-12-07T15:10:23.187376+0000 mgr.a (mgr.24293) 12831 : audit 0 from='client.258519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:25 smithi027 bash[31536]: cluster 2023-12-07T15:10:23.782213+0000 mgr.a (mgr.24293) 12832 : 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-07T15:10:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:25 smithi022 bash[28554]: cluster 2023-12-07T15:10:23.782213+0000 mgr.a (mgr.24293) 12832 : 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-07T15:10:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:25 smithi044 bash[32620]: cluster 2023-12-07T15:10:23.782213+0000 mgr.a (mgr.24293) 12832 : 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-07T15:10:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:27 smithi027 bash[31536]: cluster 2023-12-07T15:10:25.783050+0000 mgr.a (mgr.24293) 12833 : 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-07T15:10:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:27 smithi044 bash[32620]: cluster 2023-12-07T15:10:25.783050+0000 mgr.a (mgr.24293) 12833 : 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-07T15:10:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:27 smithi022 bash[28554]: cluster 2023-12-07T15:10:25.783050+0000 mgr.a (mgr.24293) 12833 : 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-07T15:10:28.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:28.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:28.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:29.696 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:29.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:29.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:29.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:29.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:29 smithi027 bash[31536]: cluster 2023-12-07T15:10:27.783656+0000 mgr.a (mgr.24293) 12834 : 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-07T15:10:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:29 smithi022 bash[28554]: cluster 2023-12-07T15:10:27.783656+0000 mgr.a (mgr.24293) 12834 : 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-07T15:10:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:29 smithi044 bash[32620]: cluster 2023-12-07T15:10:27.783656+0000 mgr.a (mgr.24293) 12834 : 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-07T15:10:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:30 smithi027 bash[31536]: audit 2023-12-07T15:10:29.153959+0000 mgr.a (mgr.24293) 12835 : audit 0 from='client.258597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:30 smithi044 bash[32620]: audit 2023-12-07T15:10:29.153959+0000 mgr.a (mgr.24293) 12835 : audit 0 from='client.258597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:30 smithi022 bash[28554]: audit 2023-12-07T15:10:29.153959+0000 mgr.a (mgr.24293) 12835 : audit 0 from='client.258597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:31 smithi027 bash[31536]: cluster 2023-12-07T15:10:29.784312+0000 mgr.a (mgr.24293) 12836 : 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-07T15:10:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:31 smithi022 bash[28554]: cluster 2023-12-07T15:10:29.784312+0000 mgr.a (mgr.24293) 12836 : 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-07T15:10:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:31 smithi044 bash[32620]: cluster 2023-12-07T15:10:29.784312+0000 mgr.a (mgr.24293) 12836 : 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-07T15:10:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:33 smithi022 bash[28554]: cluster 2023-12-07T15:10:31.785174+0000 mgr.a (mgr.24293) 12837 : 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-07T15:10:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:33 smithi044 bash[32620]: cluster 2023-12-07T15:10:31.785174+0000 mgr.a (mgr.24293) 12837 : 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-07T15:10:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:33 smithi027 bash[31536]: cluster 2023-12-07T15:10:31.785174+0000 mgr.a (mgr.24293) 12837 : 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-07T15:10:34.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:34.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:34.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:35.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:35.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:35.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:35.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:35.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:35 smithi022 bash[28554]: cluster 2023-12-07T15:10:33.785832+0000 mgr.a (mgr.24293) 12838 : 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-07T15:10:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:35 smithi044 bash[32620]: cluster 2023-12-07T15:10:33.785832+0000 mgr.a (mgr.24293) 12838 : 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-07T15:10:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:35 smithi027 bash[31536]: cluster 2023-12-07T15:10:33.785832+0000 mgr.a (mgr.24293) 12838 : 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-07T15:10:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:36 smithi022 bash[28554]: audit 2023-12-07T15:10:35.111618+0000 mgr.a (mgr.24293) 12839 : audit 0 from='client.258669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:36 smithi044 bash[32620]: audit 2023-12-07T15:10:35.111618+0000 mgr.a (mgr.24293) 12839 : audit 0 from='client.258669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:36 smithi027 bash[31536]: audit 2023-12-07T15:10:35.111618+0000 mgr.a (mgr.24293) 12839 : audit 0 from='client.258669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:37 smithi044 bash[32620]: cluster 2023-12-07T15:10:35.786870+0000 mgr.a (mgr.24293) 12840 : cluster 0 pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:10:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:37 smithi022 bash[28554]: cluster 2023-12-07T15:10:35.786870+0000 mgr.a (mgr.24293) 12840 : cluster 0 pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:10:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:37 smithi027 bash[31536]: cluster 2023-12-07T15:10:35.786870+0000 mgr.a (mgr.24293) 12840 : cluster 0 pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:10:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:39 smithi044 bash[32620]: cluster 2023-12-07T15:10:37.787468+0000 mgr.a (mgr.24293) 12841 : cluster 0 pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:10:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:39 smithi022 bash[28554]: cluster 2023-12-07T15:10:37.787468+0000 mgr.a (mgr.24293) 12841 : cluster 0 pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:10:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:39 smithi027 bash[31536]: cluster 2023-12-07T15:10:37.787468+0000 mgr.a (mgr.24293) 12841 : cluster 0 pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:10:40.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:40.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:40.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:41.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:41.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:41.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:41.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:41.592 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:41 smithi044 bash[32620]: cluster 2023-12-07T15:10:39.788071+0000 mgr.a (mgr.24293) 12842 : cluster 0 pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:10:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:41 smithi022 bash[28554]: cluster 2023-12-07T15:10:39.788071+0000 mgr.a (mgr.24293) 12842 : cluster 0 pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:10:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:41 smithi027 bash[31536]: cluster 2023-12-07T15:10:39.788071+0000 mgr.a (mgr.24293) 12842 : cluster 0 pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:10:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:42 smithi022 bash[28554]: audit 2023-12-07T15:10:41.065250+0000 mgr.a (mgr.24293) 12843 : audit 0 from='client.258747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:42 smithi022 bash[28554]: cluster 2023-12-07T15:10:41.789096+0000 mgr.a (mgr.24293) 12844 : 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-07T15:10:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:42 smithi044 bash[32620]: audit 2023-12-07T15:10:41.065250+0000 mgr.a (mgr.24293) 12843 : audit 0 from='client.258747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:42 smithi044 bash[32620]: cluster 2023-12-07T15:10:41.789096+0000 mgr.a (mgr.24293) 12844 : 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-07T15:10:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:42 smithi027 bash[31536]: audit 2023-12-07T15:10:41.065250+0000 mgr.a (mgr.24293) 12843 : audit 0 from='client.258747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:42 smithi027 bash[31536]: cluster 2023-12-07T15:10:41.789096+0000 mgr.a (mgr.24293) 12844 : 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-07T15:10:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:44 smithi044 bash[32620]: cluster 2023-12-07T15:10:43.789662+0000 mgr.a (mgr.24293) 12845 : 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-07T15:10:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:44 smithi044 bash[32620]: audit 2023-12-07T15:10:44.174640+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:10:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:44 smithi022 bash[28554]: cluster 2023-12-07T15:10:43.789662+0000 mgr.a (mgr.24293) 12845 : 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-07T15:10:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:44 smithi022 bash[28554]: audit 2023-12-07T15:10:44.174640+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:10:45.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:44 smithi027 bash[31536]: cluster 2023-12-07T15:10:43.789662+0000 mgr.a (mgr.24293) 12845 : 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-07T15:10:45.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:44 smithi027 bash[31536]: audit 2023-12-07T15:10:44.174640+0000 mon.a (mon.0) 2225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:10:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:45 smithi022 bash[28554]: audit 2023-12-07T15:10:44.966107+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:10:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:45 smithi022 bash[28554]: audit 2023-12-07T15:10:44.967826+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:10:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:45 smithi022 bash[28554]: audit 2023-12-07T15:10:44.976854+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:10:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:45 smithi044 bash[32620]: audit 2023-12-07T15:10:44.966107+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:10:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:45 smithi044 bash[32620]: audit 2023-12-07T15:10:44.967826+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:10:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:45 smithi044 bash[32620]: audit 2023-12-07T15:10:44.976854+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:10:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:45 smithi027 bash[31536]: audit 2023-12-07T15:10:44.966107+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:10:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:45 smithi027 bash[31536]: audit 2023-12-07T15:10:44.967826+0000 mon.a (mon.0) 2227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:10:46.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:45 smithi027 bash[31536]: audit 2023-12-07T15:10:44.976854+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:10:46.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:46.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:46.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:47.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:46 smithi022 bash[28554]: cluster 2023-12-07T15:10:45.790401+0000 mgr.a (mgr.24293) 12846 : 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-07T15:10:47.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:46 smithi044 bash[32620]: cluster 2023-12-07T15:10:45.790401+0000 mgr.a (mgr.24293) 12846 : 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-07T15:10:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:46 smithi027 bash[31536]: cluster 2023-12-07T15:10:45.790401+0000 mgr.a (mgr.24293) 12846 : 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-07T15:10:47.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:47 smithi044 bash[32620]: audit 2023-12-07T15:10:47.009060+0000 mgr.a (mgr.24293) 12847 : audit 0 from='client.258825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:48.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:47 smithi022 bash[28554]: audit 2023-12-07T15:10:47.009060+0000 mgr.a (mgr.24293) 12847 : audit 0 from='client.258825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:48.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:47 smithi027 bash[31536]: audit 2023-12-07T15:10:47.009060+0000 mgr.a (mgr.24293) 12847 : audit 0 from='client.258825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:49.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:48 smithi022 bash[28554]: cluster 2023-12-07T15:10:47.791309+0000 mgr.a (mgr.24293) 12848 : cluster 0 pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:10:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:48 smithi044 bash[32620]: cluster 2023-12-07T15:10:47.791309+0000 mgr.a (mgr.24293) 12848 : cluster 0 pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:10:49.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:48 smithi027 bash[31536]: cluster 2023-12-07T15:10:47.791309+0000 mgr.a (mgr.24293) 12848 : cluster 0 pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:10:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:51 smithi044 bash[32620]: cluster 2023-12-07T15:10:49.791985+0000 mgr.a (mgr.24293) 12849 : cluster 0 pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:10:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:51 smithi022 bash[28554]: cluster 2023-12-07T15:10:49.791985+0000 mgr.a (mgr.24293) 12849 : cluster 0 pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:10:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:51 smithi027 bash[31536]: cluster 2023-12-07T15:10:49.791985+0000 mgr.a (mgr.24293) 12849 : cluster 0 pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:10:52.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:52.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:52.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:53.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:53.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:53.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:53.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:53.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:53 smithi022 bash[28554]: cluster 2023-12-07T15:10:51.792776+0000 mgr.a (mgr.24293) 12850 : cluster 0 pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:10:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:53 smithi044 bash[32620]: cluster 2023-12-07T15:10:51.792776+0000 mgr.a (mgr.24293) 12850 : cluster 0 pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:10:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:53 smithi027 bash[31536]: cluster 2023-12-07T15:10:51.792776+0000 mgr.a (mgr.24293) 12850 : cluster 0 pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:10:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:54 smithi022 bash[28554]: audit 2023-12-07T15:10:52.938464+0000 mgr.a (mgr.24293) 12851 : audit 0 from='client.258900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:54 smithi044 bash[32620]: audit 2023-12-07T15:10:52.938464+0000 mgr.a (mgr.24293) 12851 : audit 0 from='client.258900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:54 smithi027 bash[31536]: audit 2023-12-07T15:10:52.938464+0000 mgr.a (mgr.24293) 12851 : audit 0 from='client.258900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:55 smithi044 bash[32620]: cluster 2023-12-07T15:10:53.793506+0000 mgr.a (mgr.24293) 12852 : 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-07T15:10:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:55 smithi022 bash[28554]: cluster 2023-12-07T15:10:53.793506+0000 mgr.a (mgr.24293) 12852 : 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-07T15:10:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:55 smithi027 bash[31536]: cluster 2023-12-07T15:10:53.793506+0000 mgr.a (mgr.24293) 12852 : 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-07T15:10:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:57 smithi022 bash[28554]: cluster 2023-12-07T15:10:55.794342+0000 mgr.a (mgr.24293) 12853 : 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-07T15:10:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:57 smithi044 bash[32620]: cluster 2023-12-07T15:10:55.794342+0000 mgr.a (mgr.24293) 12853 : 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-07T15:10:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:57 smithi027 bash[31536]: cluster 2023-12-07T15:10:55.794342+0000 mgr.a (mgr.24293) 12853 : 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-07T15:10:58.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:10:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:59.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:10:59.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:59.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:59.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:59.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:10:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:10:59 smithi022 bash[28554]: cluster 2023-12-07T15:10:57.794925+0000 mgr.a (mgr.24293) 12854 : 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-07T15:10:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:10:59 smithi044 bash[32620]: cluster 2023-12-07T15:10:57.794925+0000 mgr.a (mgr.24293) 12854 : 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-07T15:10:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:10:59 smithi027 bash[31536]: cluster 2023-12-07T15:10:57.794925+0000 mgr.a (mgr.24293) 12854 : 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-07T15:11:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:00 smithi022 bash[28554]: audit 2023-12-07T15:10:58.863465+0000 mgr.a (mgr.24293) 12855 : audit 0 from='client.258978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:00 smithi044 bash[32620]: audit 2023-12-07T15:10:58.863465+0000 mgr.a (mgr.24293) 12855 : audit 0 from='client.258978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:00 smithi027 bash[31536]: audit 2023-12-07T15:10:58.863465+0000 mgr.a (mgr.24293) 12855 : audit 0 from='client.258978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:01 smithi044 bash[32620]: cluster 2023-12-07T15:10:59.795663+0000 mgr.a (mgr.24293) 12856 : 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-07T15:11:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:01 smithi022 bash[28554]: cluster 2023-12-07T15:10:59.795663+0000 mgr.a (mgr.24293) 12856 : 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-07T15:11:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:01 smithi027 bash[31536]: cluster 2023-12-07T15:10:59.795663+0000 mgr.a (mgr.24293) 12856 : 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-07T15:11:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:03 smithi022 bash[28554]: cluster 2023-12-07T15:11:01.796437+0000 mgr.a (mgr.24293) 12857 : 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-07T15:11:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:03 smithi044 bash[32620]: cluster 2023-12-07T15:11:01.796437+0000 mgr.a (mgr.24293) 12857 : 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-07T15:11:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:03 smithi027 bash[31536]: cluster 2023-12-07T15:11:01.796437+0000 mgr.a (mgr.24293) 12857 : 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-07T15:11:04.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:04.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:04.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:05.350 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:05.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:05.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:05.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:05.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:05 smithi044 bash[32620]: cluster 2023-12-07T15:11:03.796998+0000 mgr.a (mgr.24293) 12858 : 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-07T15:11:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:05 smithi022 bash[28554]: cluster 2023-12-07T15:11:03.796998+0000 mgr.a (mgr.24293) 12858 : 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-07T15:11:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:05 smithi027 bash[31536]: cluster 2023-12-07T15:11:03.796998+0000 mgr.a (mgr.24293) 12858 : 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-07T15:11:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:06 smithi022 bash[28554]: audit 2023-12-07T15:11:04.812573+0000 mgr.a (mgr.24293) 12859 : audit 0 from='client.259050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:06 smithi044 bash[32620]: audit 2023-12-07T15:11:04.812573+0000 mgr.a (mgr.24293) 12859 : audit 0 from='client.259050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:06 smithi027 bash[31536]: audit 2023-12-07T15:11:04.812573+0000 mgr.a (mgr.24293) 12859 : audit 0 from='client.259050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:07 smithi044 bash[32620]: cluster 2023-12-07T15:11:05.797938+0000 mgr.a (mgr.24293) 12860 : cluster 0 pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:07 smithi022 bash[28554]: cluster 2023-12-07T15:11:05.797938+0000 mgr.a (mgr.24293) 12860 : cluster 0 pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:07 smithi027 bash[31536]: cluster 2023-12-07T15:11:05.797938+0000 mgr.a (mgr.24293) 12860 : cluster 0 pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:09 smithi022 bash[28554]: cluster 2023-12-07T15:11:07.798505+0000 mgr.a (mgr.24293) 12861 : cluster 0 pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:09 smithi044 bash[32620]: cluster 2023-12-07T15:11:07.798505+0000 mgr.a (mgr.24293) 12861 : cluster 0 pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:09 smithi027 bash[31536]: cluster 2023-12-07T15:11:07.798505+0000 mgr.a (mgr.24293) 12861 : cluster 0 pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:10.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:10.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:10.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:11.299 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:11.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:11.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:11.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:11.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:11 smithi022 bash[28554]: cluster 2023-12-07T15:11:09.799091+0000 mgr.a (mgr.24293) 12862 : cluster 0 pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:11 smithi044 bash[32620]: cluster 2023-12-07T15:11:09.799091+0000 mgr.a (mgr.24293) 12862 : cluster 0 pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:11 smithi027 bash[31536]: cluster 2023-12-07T15:11:09.799091+0000 mgr.a (mgr.24293) 12862 : cluster 0 pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:12 smithi022 bash[28554]: audit 2023-12-07T15:11:10.772467+0000 mgr.a (mgr.24293) 12863 : audit 0 from='client.259128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:12 smithi044 bash[32620]: audit 2023-12-07T15:11:10.772467+0000 mgr.a (mgr.24293) 12863 : audit 0 from='client.259128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:12 smithi027 bash[31536]: audit 2023-12-07T15:11:10.772467+0000 mgr.a (mgr.24293) 12863 : audit 0 from='client.259128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:13 smithi044 bash[32620]: cluster 2023-12-07T15:11:11.800195+0000 mgr.a (mgr.24293) 12864 : 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-07T15:11:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:13 smithi022 bash[28554]: cluster 2023-12-07T15:11:11.800195+0000 mgr.a (mgr.24293) 12864 : 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-07T15:11:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:13 smithi027 bash[31536]: cluster 2023-12-07T15:11:11.800195+0000 mgr.a (mgr.24293) 12864 : 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-07T15:11:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:15 smithi044 bash[32620]: cluster 2023-12-07T15:11:13.800791+0000 mgr.a (mgr.24293) 12865 : 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-07T15:11:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:15 smithi022 bash[28554]: cluster 2023-12-07T15:11:13.800791+0000 mgr.a (mgr.24293) 12865 : 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-07T15:11:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:15 smithi027 bash[31536]: cluster 2023-12-07T15:11:13.800791+0000 mgr.a (mgr.24293) 12865 : 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-07T15:11:16.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:16.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:16.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:17.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:17.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:17.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:17.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:17.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:17.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:17 smithi044 bash[32620]: cluster 2023-12-07T15:11:15.801553+0000 mgr.a (mgr.24293) 12866 : 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-07T15:11:17.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:17 smithi044 bash[32620]: audit 2023-12-07T15:11:16.718710+0000 mgr.a (mgr.24293) 12867 : audit 0 from='client.259206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:17 smithi022 bash[28554]: cluster 2023-12-07T15:11:15.801553+0000 mgr.a (mgr.24293) 12866 : 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-07T15:11:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:17 smithi022 bash[28554]: audit 2023-12-07T15:11:16.718710+0000 mgr.a (mgr.24293) 12867 : audit 0 from='client.259206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:17 smithi027 bash[31536]: cluster 2023-12-07T15:11:15.801553+0000 mgr.a (mgr.24293) 12866 : 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-07T15:11:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:17 smithi027 bash[31536]: audit 2023-12-07T15:11:16.718710+0000 mgr.a (mgr.24293) 12867 : audit 0 from='client.259206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:19 smithi022 bash[28554]: cluster 2023-12-07T15:11:17.802166+0000 mgr.a (mgr.24293) 12868 : cluster 0 pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:19 smithi044 bash[32620]: cluster 2023-12-07T15:11:17.802166+0000 mgr.a (mgr.24293) 12868 : cluster 0 pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:19 smithi027 bash[31536]: cluster 2023-12-07T15:11:17.802166+0000 mgr.a (mgr.24293) 12868 : cluster 0 pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:21 smithi044 bash[32620]: cluster 2023-12-07T15:11:19.802791+0000 mgr.a (mgr.24293) 12869 : cluster 0 pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:21 smithi022 bash[28554]: cluster 2023-12-07T15:11:19.802791+0000 mgr.a (mgr.24293) 12869 : cluster 0 pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:21 smithi027 bash[31536]: cluster 2023-12-07T15:11:19.802791+0000 mgr.a (mgr.24293) 12869 : cluster 0 pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:22.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:22.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:22.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:23.197 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:23.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:23.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:23.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:23.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:23 smithi022 bash[28554]: cluster 2023-12-07T15:11:21.803627+0000 mgr.a (mgr.24293) 12870 : cluster 0 pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:23 smithi022 bash[28554]: audit 2023-12-07T15:11:22.666604+0000 mgr.a (mgr.24293) 12871 : audit 0 from='client.259278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:23 smithi044 bash[32620]: cluster 2023-12-07T15:11:21.803627+0000 mgr.a (mgr.24293) 12870 : cluster 0 pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:23 smithi044 bash[32620]: audit 2023-12-07T15:11:22.666604+0000 mgr.a (mgr.24293) 12871 : audit 0 from='client.259278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:23 smithi027 bash[31536]: cluster 2023-12-07T15:11:21.803627+0000 mgr.a (mgr.24293) 12870 : cluster 0 pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:23 smithi027 bash[31536]: audit 2023-12-07T15:11:22.666604+0000 mgr.a (mgr.24293) 12871 : audit 0 from='client.259278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:25 smithi044 bash[32620]: cluster 2023-12-07T15:11:23.804285+0000 mgr.a (mgr.24293) 12872 : 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-07T15:11:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:25 smithi022 bash[28554]: cluster 2023-12-07T15:11:23.804285+0000 mgr.a (mgr.24293) 12872 : 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-07T15:11:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:25 smithi027 bash[31536]: cluster 2023-12-07T15:11:23.804285+0000 mgr.a (mgr.24293) 12872 : 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-07T15:11:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:27 smithi044 bash[32620]: cluster 2023-12-07T15:11:25.805141+0000 mgr.a (mgr.24293) 12873 : 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-07T15:11:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:27 smithi022 bash[28554]: cluster 2023-12-07T15:11:25.805141+0000 mgr.a (mgr.24293) 12873 : 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-07T15:11:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:27 smithi027 bash[31536]: cluster 2023-12-07T15:11:25.805141+0000 mgr.a (mgr.24293) 12873 : 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-07T15:11:28.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:28.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:28.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:29.118 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:29.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:29.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:29.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:29.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:29 smithi022 bash[28554]: cluster 2023-12-07T15:11:27.805700+0000 mgr.a (mgr.24293) 12874 : 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-07T15:11:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:29 smithi022 bash[28554]: audit 2023-12-07T15:11:28.606225+0000 mgr.a (mgr.24293) 12875 : audit 0 from='client.259356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:29 smithi044 bash[32620]: cluster 2023-12-07T15:11:27.805700+0000 mgr.a (mgr.24293) 12874 : 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-07T15:11:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:29 smithi044 bash[32620]: audit 2023-12-07T15:11:28.606225+0000 mgr.a (mgr.24293) 12875 : audit 0 from='client.259356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:29 smithi027 bash[31536]: cluster 2023-12-07T15:11:27.805700+0000 mgr.a (mgr.24293) 12874 : 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-07T15:11:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:29 smithi027 bash[31536]: audit 2023-12-07T15:11:28.606225+0000 mgr.a (mgr.24293) 12875 : audit 0 from='client.259356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:31 smithi022 bash[28554]: cluster 2023-12-07T15:11:29.806365+0000 mgr.a (mgr.24293) 12876 : 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-07T15:11:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:31 smithi044 bash[32620]: cluster 2023-12-07T15:11:29.806365+0000 mgr.a (mgr.24293) 12876 : 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-07T15:11:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:31 smithi027 bash[31536]: cluster 2023-12-07T15:11:29.806365+0000 mgr.a (mgr.24293) 12876 : 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-07T15:11:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:33 smithi044 bash[32620]: cluster 2023-12-07T15:11:31.807167+0000 mgr.a (mgr.24293) 12877 : 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-07T15:11:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:33 smithi022 bash[28554]: cluster 2023-12-07T15:11:31.807167+0000 mgr.a (mgr.24293) 12877 : 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-07T15:11:33.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:33 smithi027 bash[31536]: cluster 2023-12-07T15:11:31.807167+0000 mgr.a (mgr.24293) 12877 : 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-07T15:11:34.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:34.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:34.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:35.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:35.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:35.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:35.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:35.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:35 smithi044 bash[32620]: cluster 2023-12-07T15:11:33.807769+0000 mgr.a (mgr.24293) 12878 : 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-07T15:11:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:35 smithi044 bash[32620]: audit 2023-12-07T15:11:34.526636+0000 mgr.a (mgr.24293) 12879 : audit 0 from='client.259431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:35 smithi022 bash[28554]: cluster 2023-12-07T15:11:33.807769+0000 mgr.a (mgr.24293) 12878 : 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-07T15:11:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:35 smithi022 bash[28554]: audit 2023-12-07T15:11:34.526636+0000 mgr.a (mgr.24293) 12879 : audit 0 from='client.259431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:35 smithi027 bash[31536]: cluster 2023-12-07T15:11:33.807769+0000 mgr.a (mgr.24293) 12878 : 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-07T15:11:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:35 smithi027 bash[31536]: audit 2023-12-07T15:11:34.526636+0000 mgr.a (mgr.24293) 12879 : audit 0 from='client.259431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:37 smithi044 bash[32620]: cluster 2023-12-07T15:11:35.808586+0000 mgr.a (mgr.24293) 12880 : 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-07T15:11:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:37 smithi022 bash[28554]: cluster 2023-12-07T15:11:35.808586+0000 mgr.a (mgr.24293) 12880 : 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-07T15:11:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:37 smithi027 bash[31536]: cluster 2023-12-07T15:11:35.808586+0000 mgr.a (mgr.24293) 12880 : 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-07T15:11:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:39 smithi044 bash[32620]: cluster 2023-12-07T15:11:37.809160+0000 mgr.a (mgr.24293) 12881 : 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-07T15:11:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:39 smithi022 bash[28554]: cluster 2023-12-07T15:11:37.809160+0000 mgr.a (mgr.24293) 12881 : 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-07T15:11:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:39 smithi027 bash[31536]: cluster 2023-12-07T15:11:37.809160+0000 mgr.a (mgr.24293) 12881 : 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-07T15:11:40.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:40.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:40.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:41.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:41.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:41.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:41.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:41.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:41 smithi022 bash[28554]: cluster 2023-12-07T15:11:39.809741+0000 mgr.a (mgr.24293) 12882 : 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-07T15:11:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:41 smithi022 bash[28554]: audit 2023-12-07T15:11:40.478214+0000 mgr.a (mgr.24293) 12883 : audit 0 from='client.259509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:41 smithi044 bash[32620]: cluster 2023-12-07T15:11:39.809741+0000 mgr.a (mgr.24293) 12882 : 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-07T15:11:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:41 smithi044 bash[32620]: audit 2023-12-07T15:11:40.478214+0000 mgr.a (mgr.24293) 12883 : audit 0 from='client.259509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:41 smithi027 bash[31536]: cluster 2023-12-07T15:11:39.809741+0000 mgr.a (mgr.24293) 12882 : 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-07T15:11:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:41 smithi027 bash[31536]: audit 2023-12-07T15:11:40.478214+0000 mgr.a (mgr.24293) 12883 : audit 0 from='client.259509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:43 smithi044 bash[32620]: cluster 2023-12-07T15:11:41.810733+0000 mgr.a (mgr.24293) 12884 : 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-07T15:11:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:43 smithi022 bash[28554]: cluster 2023-12-07T15:11:41.810733+0000 mgr.a (mgr.24293) 12884 : 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-07T15:11:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:43 smithi027 bash[31536]: cluster 2023-12-07T15:11:41.810733+0000 mgr.a (mgr.24293) 12884 : 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-07T15:11:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:45 smithi044 bash[32620]: cluster 2023-12-07T15:11:43.811297+0000 mgr.a (mgr.24293) 12885 : 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-07T15:11:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:45 smithi044 bash[32620]: audit 2023-12-07T15:11:45.079423+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:11:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:45 smithi022 bash[28554]: cluster 2023-12-07T15:11:43.811297+0000 mgr.a (mgr.24293) 12885 : 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-07T15:11:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:45 smithi022 bash[28554]: audit 2023-12-07T15:11:45.079423+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:11:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:45 smithi027 bash[31536]: cluster 2023-12-07T15:11:43.811297+0000 mgr.a (mgr.24293) 12885 : 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-07T15:11:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:45 smithi027 bash[31536]: audit 2023-12-07T15:11:45.079423+0000 mon.a (mon.0) 2229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:11:46.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:46.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:46.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:46.634 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:46 smithi027 bash[31536]: audit 2023-12-07T15:11:45.862793+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:11:46.634 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:46 smithi027 bash[31536]: audit 2023-12-07T15:11:45.865369+0000 mon.a (mon.0) 2231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:11:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:46 smithi022 bash[28554]: audit 2023-12-07T15:11:45.862793+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:11:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:46 smithi022 bash[28554]: audit 2023-12-07T15:11:45.865369+0000 mon.a (mon.0) 2231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:11:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:46 smithi022 bash[28554]: audit 2023-12-07T15:11:45.875017+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:11:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:46 smithi044 bash[32620]: audit 2023-12-07T15:11:45.862793+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:11:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:46 smithi044 bash[32620]: audit 2023-12-07T15:11:45.865369+0000 mon.a (mon.0) 2231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:11:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:46 smithi044 bash[32620]: audit 2023-12-07T15:11:45.875017+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:11:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:46 smithi027 bash[31536]: audit 2023-12-07T15:11:45.875017+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:11:46.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:46.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:46.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:46.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:46.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:47 smithi044 bash[32620]: cluster 2023-12-07T15:11:45.812048+0000 mgr.a (mgr.24293) 12886 : 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-07T15:11:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:47 smithi044 bash[32620]: audit 2023-12-07T15:11:46.424115+0000 mgr.a (mgr.24293) 12887 : audit 0 from='client.259581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:47 smithi022 bash[28554]: cluster 2023-12-07T15:11:45.812048+0000 mgr.a (mgr.24293) 12886 : 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-07T15:11:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:47 smithi022 bash[28554]: audit 2023-12-07T15:11:46.424115+0000 mgr.a (mgr.24293) 12887 : audit 0 from='client.259581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:47 smithi027 bash[31536]: cluster 2023-12-07T15:11:45.812048+0000 mgr.a (mgr.24293) 12886 : 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-07T15:11:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:47 smithi027 bash[31536]: audit 2023-12-07T15:11:46.424115+0000 mgr.a (mgr.24293) 12887 : audit 0 from='client.259581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:49 smithi044 bash[32620]: cluster 2023-12-07T15:11:47.812682+0000 mgr.a (mgr.24293) 12888 : 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-07T15:11:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:49 smithi022 bash[28554]: cluster 2023-12-07T15:11:47.812682+0000 mgr.a (mgr.24293) 12888 : 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-07T15:11:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:49 smithi027 bash[31536]: cluster 2023-12-07T15:11:47.812682+0000 mgr.a (mgr.24293) 12888 : 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-07T15:11:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:51 smithi044 bash[32620]: cluster 2023-12-07T15:11:49.813416+0000 mgr.a (mgr.24293) 12889 : 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-07T15:11:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:51 smithi022 bash[28554]: cluster 2023-12-07T15:11:49.813416+0000 mgr.a (mgr.24293) 12889 : 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-07T15:11:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:51 smithi027 bash[31536]: cluster 2023-12-07T15:11:49.813416+0000 mgr.a (mgr.24293) 12889 : 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-07T15:11:51.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:51.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:51.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:52.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:52.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:52.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:52.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:52.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:53 smithi044 bash[32620]: cluster 2023-12-07T15:11:51.814416+0000 mgr.a (mgr.24293) 12890 : 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-07T15:11:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:53 smithi044 bash[32620]: audit 2023-12-07T15:11:52.383350+0000 mgr.a (mgr.24293) 12891 : audit 0 from='client.259659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:53 smithi022 bash[28554]: cluster 2023-12-07T15:11:51.814416+0000 mgr.a (mgr.24293) 12890 : 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-07T15:11:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:53 smithi022 bash[28554]: audit 2023-12-07T15:11:52.383350+0000 mgr.a (mgr.24293) 12891 : audit 0 from='client.259659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:53 smithi027 bash[31536]: cluster 2023-12-07T15:11:51.814416+0000 mgr.a (mgr.24293) 12890 : 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-07T15:11:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:53 smithi027 bash[31536]: audit 2023-12-07T15:11:52.383350+0000 mgr.a (mgr.24293) 12891 : audit 0 from='client.259659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:55 smithi044 bash[32620]: cluster 2023-12-07T15:11:53.815141+0000 mgr.a (mgr.24293) 12892 : 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-07T15:11:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:55 smithi022 bash[28554]: cluster 2023-12-07T15:11:53.815141+0000 mgr.a (mgr.24293) 12892 : 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-07T15:11:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:55 smithi027 bash[31536]: cluster 2023-12-07T15:11:53.815141+0000 mgr.a (mgr.24293) 12892 : 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-07T15:11:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:57 smithi044 bash[32620]: cluster 2023-12-07T15:11:55.815963+0000 mgr.a (mgr.24293) 12893 : 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-07T15:11:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:57 smithi022 bash[28554]: cluster 2023-12-07T15:11:55.815963+0000 mgr.a (mgr.24293) 12893 : 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-07T15:11:57.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:11:57.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:57.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:57 smithi027 bash[31536]: cluster 2023-12-07T15:11:55.815963+0000 mgr.a (mgr.24293) 12893 : 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-07T15:11:58.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:11:58.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:11:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:59 smithi044 bash[32620]: cluster 2023-12-07T15:11:57.816504+0000 mgr.a (mgr.24293) 12894 : 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-07T15:11:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:11:59 smithi044 bash[32620]: audit 2023-12-07T15:11:58.347641+0000 mgr.a (mgr.24293) 12895 : audit 0 from='client.259731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:59 smithi022 bash[28554]: cluster 2023-12-07T15:11:57.816504+0000 mgr.a (mgr.24293) 12894 : 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-07T15:11:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:11:59 smithi022 bash[28554]: audit 2023-12-07T15:11:58.347641+0000 mgr.a (mgr.24293) 12895 : audit 0 from='client.259731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:59 smithi027 bash[31536]: cluster 2023-12-07T15:11:57.816504+0000 mgr.a (mgr.24293) 12894 : 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-07T15:11:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:11:59 smithi027 bash[31536]: audit 2023-12-07T15:11:58.347641+0000 mgr.a (mgr.24293) 12895 : audit 0 from='client.259731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:01 smithi044 bash[32620]: cluster 2023-12-07T15:11:59.817167+0000 mgr.a (mgr.24293) 12896 : 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-07T15:12:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:01 smithi022 bash[28554]: cluster 2023-12-07T15:11:59.817167+0000 mgr.a (mgr.24293) 12896 : 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-07T15:12:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:01 smithi027 bash[31536]: cluster 2023-12-07T15:11:59.817167+0000 mgr.a (mgr.24293) 12896 : 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-07T15:12:03.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:03.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:03.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:03 smithi022 bash[28554]: cluster 2023-12-07T15:12:01.817960+0000 mgr.a (mgr.24293) 12897 : 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-07T15:12:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:03 smithi044 bash[32620]: cluster 2023-12-07T15:12:01.817960+0000 mgr.a (mgr.24293) 12897 : 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-07T15:12:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:03 smithi027 bash[31536]: cluster 2023-12-07T15:12:01.817960+0000 mgr.a (mgr.24293) 12897 : 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-07T15:12:04.838 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:04.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:04.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:04.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:04.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:05 smithi044 bash[32620]: cluster 2023-12-07T15:12:03.818547+0000 mgr.a (mgr.24293) 12898 : 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-07T15:12:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:05 smithi044 bash[32620]: audit 2023-12-07T15:12:04.301376+0000 mgr.a (mgr.24293) 12899 : audit 0 from='client.259809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:05 smithi022 bash[28554]: cluster 2023-12-07T15:12:03.818547+0000 mgr.a (mgr.24293) 12898 : 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-07T15:12:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:05 smithi022 bash[28554]: audit 2023-12-07T15:12:04.301376+0000 mgr.a (mgr.24293) 12899 : audit 0 from='client.259809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:05 smithi027 bash[31536]: cluster 2023-12-07T15:12:03.818547+0000 mgr.a (mgr.24293) 12898 : 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-07T15:12:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:05 smithi027 bash[31536]: audit 2023-12-07T15:12:04.301376+0000 mgr.a (mgr.24293) 12899 : audit 0 from='client.259809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:07 smithi044 bash[32620]: cluster 2023-12-07T15:12:05.819409+0000 mgr.a (mgr.24293) 12900 : 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-07T15:12:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:07 smithi022 bash[28554]: cluster 2023-12-07T15:12:05.819409+0000 mgr.a (mgr.24293) 12900 : 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-07T15:12:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:07 smithi027 bash[31536]: cluster 2023-12-07T15:12:05.819409+0000 mgr.a (mgr.24293) 12900 : 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-07T15:12:09.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:09.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:09.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:09 smithi022 bash[28554]: cluster 2023-12-07T15:12:07.819967+0000 mgr.a (mgr.24293) 12901 : 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-07T15:12:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:09 smithi027 bash[31536]: cluster 2023-12-07T15:12:07.819967+0000 mgr.a (mgr.24293) 12901 : 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-07T15:12:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:09 smithi044 bash[32620]: cluster 2023-12-07T15:12:07.819967+0000 mgr.a (mgr.24293) 12901 : 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-07T15:12:10.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:10.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:10.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:10.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:10.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:11 smithi027 bash[31536]: cluster 2023-12-07T15:12:09.820545+0000 mgr.a (mgr.24293) 12902 : 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-07T15:12:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:11 smithi027 bash[31536]: audit 2023-12-07T15:12:10.252959+0000 mgr.a (mgr.24293) 12903 : audit 0 from='client.209963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:11 smithi044 bash[32620]: cluster 2023-12-07T15:12:09.820545+0000 mgr.a (mgr.24293) 12902 : 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-07T15:12:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:11 smithi044 bash[32620]: audit 2023-12-07T15:12:10.252959+0000 mgr.a (mgr.24293) 12903 : audit 0 from='client.209963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:11 smithi022 bash[28554]: cluster 2023-12-07T15:12:09.820545+0000 mgr.a (mgr.24293) 12902 : 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-07T15:12:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:11 smithi022 bash[28554]: audit 2023-12-07T15:12:10.252959+0000 mgr.a (mgr.24293) 12903 : audit 0 from='client.209963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:13.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:13 smithi027 bash[31536]: cluster 2023-12-07T15:12:11.821525+0000 mgr.a (mgr.24293) 12904 : 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-07T15:12:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:13 smithi044 bash[32620]: cluster 2023-12-07T15:12:11.821525+0000 mgr.a (mgr.24293) 12904 : 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-07T15:12:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:13 smithi022 bash[28554]: cluster 2023-12-07T15:12:11.821525+0000 mgr.a (mgr.24293) 12904 : 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-07T15:12:15.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:15.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:15.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:15 smithi027 bash[31536]: cluster 2023-12-07T15:12:13.822097+0000 mgr.a (mgr.24293) 12905 : 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-07T15:12:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:15 smithi022 bash[28554]: cluster 2023-12-07T15:12:13.822097+0000 mgr.a (mgr.24293) 12905 : 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-07T15:12:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:15 smithi044 bash[32620]: cluster 2023-12-07T15:12:13.822097+0000 mgr.a (mgr.24293) 12905 : 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-07T15:12:16.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:17 smithi044 bash[32620]: cluster 2023-12-07T15:12:15.822915+0000 mgr.a (mgr.24293) 12906 : 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-07T15:12:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:17 smithi044 bash[32620]: audit 2023-12-07T15:12:16.211468+0000 mgr.a (mgr.24293) 12907 : audit 0 from='client.259965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:18.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:17 smithi022 bash[28554]: cluster 2023-12-07T15:12:15.822915+0000 mgr.a (mgr.24293) 12906 : 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-07T15:12:18.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:17 smithi022 bash[28554]: audit 2023-12-07T15:12:16.211468+0000 mgr.a (mgr.24293) 12907 : audit 0 from='client.259965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:17 smithi027 bash[31536]: cluster 2023-12-07T15:12:15.822915+0000 mgr.a (mgr.24293) 12906 : 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-07T15:12:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:17 smithi027 bash[31536]: audit 2023-12-07T15:12:16.211468+0000 mgr.a (mgr.24293) 12907 : audit 0 from='client.259965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:19 smithi022 bash[28554]: cluster 2023-12-07T15:12:17.823606+0000 mgr.a (mgr.24293) 12908 : 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-07T15:12:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:19 smithi044 bash[32620]: cluster 2023-12-07T15:12:17.823606+0000 mgr.a (mgr.24293) 12908 : 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-07T15:12:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:19 smithi027 bash[31536]: cluster 2023-12-07T15:12:17.823606+0000 mgr.a (mgr.24293) 12908 : 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-07T15:12:21.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:21.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:21.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:21 smithi044 bash[32620]: cluster 2023-12-07T15:12:19.824163+0000 mgr.a (mgr.24293) 12909 : 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-07T15:12:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:21 smithi022 bash[28554]: cluster 2023-12-07T15:12:19.824163+0000 mgr.a (mgr.24293) 12909 : 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-07T15:12:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:21 smithi027 bash[31536]: cluster 2023-12-07T15:12:19.824163+0000 mgr.a (mgr.24293) 12909 : 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-07T15:12:22.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:22.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:22.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:22.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:22.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:23 smithi022 bash[28554]: cluster 2023-12-07T15:12:21.824926+0000 mgr.a (mgr.24293) 12910 : 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-07T15:12:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:23 smithi022 bash[28554]: audit 2023-12-07T15:12:22.167902+0000 mgr.a (mgr.24293) 12911 : audit 0 from='client.260043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:23 smithi044 bash[32620]: cluster 2023-12-07T15:12:21.824926+0000 mgr.a (mgr.24293) 12910 : 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-07T15:12:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:23 smithi044 bash[32620]: audit 2023-12-07T15:12:22.167902+0000 mgr.a (mgr.24293) 12911 : audit 0 from='client.260043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:23 smithi027 bash[31536]: cluster 2023-12-07T15:12:21.824926+0000 mgr.a (mgr.24293) 12910 : 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-07T15:12:24.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:23 smithi027 bash[31536]: audit 2023-12-07T15:12:22.167902+0000 mgr.a (mgr.24293) 12911 : audit 0 from='client.260043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:25 smithi044 bash[32620]: cluster 2023-12-07T15:12:23.825719+0000 mgr.a (mgr.24293) 12912 : 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-07T15:12:26.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:25 smithi022 bash[28554]: cluster 2023-12-07T15:12:23.825719+0000 mgr.a (mgr.24293) 12912 : 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-07T15:12:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:25 smithi027 bash[31536]: cluster 2023-12-07T15:12:23.825719+0000 mgr.a (mgr.24293) 12912 : 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-07T15:12:27.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:27.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:27.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:27 smithi022 bash[28554]: cluster 2023-12-07T15:12:25.826693+0000 mgr.a (mgr.24293) 12913 : 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-07T15:12:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:27 smithi044 bash[32620]: cluster 2023-12-07T15:12:25.826693+0000 mgr.a (mgr.24293) 12913 : 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-07T15:12:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:27 smithi027 bash[31536]: cluster 2023-12-07T15:12:25.826693+0000 mgr.a (mgr.24293) 12913 : 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-07T15:12:28.612 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:28.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:28.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:28.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:29 smithi044 bash[32620]: cluster 2023-12-07T15:12:27.827267+0000 mgr.a (mgr.24293) 12914 : 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-07T15:12:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:29 smithi044 bash[32620]: audit 2023-12-07T15:12:28.120376+0000 mgr.a (mgr.24293) 12915 : audit 0 from='client.260121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:29 smithi022 bash[28554]: cluster 2023-12-07T15:12:27.827267+0000 mgr.a (mgr.24293) 12914 : 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-07T15:12:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:29 smithi022 bash[28554]: audit 2023-12-07T15:12:28.120376+0000 mgr.a (mgr.24293) 12915 : audit 0 from='client.260121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:29 smithi027 bash[31536]: cluster 2023-12-07T15:12:27.827267+0000 mgr.a (mgr.24293) 12914 : 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-07T15:12:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:29 smithi027 bash[31536]: audit 2023-12-07T15:12:28.120376+0000 mgr.a (mgr.24293) 12915 : audit 0 from='client.260121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:31 smithi044 bash[32620]: cluster 2023-12-07T15:12:29.828157+0000 mgr.a (mgr.24293) 12916 : 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-07T15:12:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:31 smithi022 bash[28554]: cluster 2023-12-07T15:12:29.828157+0000 mgr.a (mgr.24293) 12916 : 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-07T15:12:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:31 smithi027 bash[31536]: cluster 2023-12-07T15:12:29.828157+0000 mgr.a (mgr.24293) 12916 : 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-07T15:12:33.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:33.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:33.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:33 smithi022 bash[28554]: cluster 2023-12-07T15:12:31.829074+0000 mgr.a (mgr.24293) 12917 : 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-07T15:12:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:33 smithi044 bash[32620]: cluster 2023-12-07T15:12:31.829074+0000 mgr.a (mgr.24293) 12917 : 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-07T15:12:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:33 smithi027 bash[31536]: cluster 2023-12-07T15:12:31.829074+0000 mgr.a (mgr.24293) 12917 : 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-07T15:12:34.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:34.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:34.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:34.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:34.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:35 smithi022 bash[28554]: cluster 2023-12-07T15:12:33.829608+0000 mgr.a (mgr.24293) 12918 : 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-07T15:12:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:35 smithi022 bash[28554]: audit 2023-12-07T15:12:34.023261+0000 mgr.a (mgr.24293) 12919 : audit 0 from='client.260190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:35 smithi044 bash[32620]: cluster 2023-12-07T15:12:33.829608+0000 mgr.a (mgr.24293) 12918 : 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-07T15:12:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:35 smithi044 bash[32620]: audit 2023-12-07T15:12:34.023261+0000 mgr.a (mgr.24293) 12919 : audit 0 from='client.260190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:35 smithi027 bash[31536]: cluster 2023-12-07T15:12:33.829608+0000 mgr.a (mgr.24293) 12918 : 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-07T15:12:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:35 smithi027 bash[31536]: audit 2023-12-07T15:12:34.023261+0000 mgr.a (mgr.24293) 12919 : audit 0 from='client.260190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:37 smithi022 bash[28554]: cluster 2023-12-07T15:12:35.830550+0000 mgr.a (mgr.24293) 12920 : 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-07T15:12:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:37 smithi044 bash[32620]: cluster 2023-12-07T15:12:35.830550+0000 mgr.a (mgr.24293) 12920 : 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-07T15:12:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:37 smithi027 bash[31536]: cluster 2023-12-07T15:12:35.830550+0000 mgr.a (mgr.24293) 12920 : 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-07T15:12:39.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:39.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:39.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:39 smithi022 bash[28554]: cluster 2023-12-07T15:12:37.831132+0000 mgr.a (mgr.24293) 12921 : 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-07T15:12:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:39 smithi044 bash[32620]: cluster 2023-12-07T15:12:37.831132+0000 mgr.a (mgr.24293) 12921 : 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-07T15:12:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:39 smithi027 bash[31536]: cluster 2023-12-07T15:12:37.831132+0000 mgr.a (mgr.24293) 12921 : 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-07T15:12:40.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:40.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:40.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:40.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:40.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:41 smithi022 bash[28554]: cluster 2023-12-07T15:12:39.831704+0000 mgr.a (mgr.24293) 12922 : 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-07T15:12:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:41 smithi022 bash[28554]: audit 2023-12-07T15:12:39.970771+0000 mgr.a (mgr.24293) 12923 : audit 0 from='client.260262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:41 smithi044 bash[32620]: cluster 2023-12-07T15:12:39.831704+0000 mgr.a (mgr.24293) 12922 : 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-07T15:12:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:41 smithi044 bash[32620]: audit 2023-12-07T15:12:39.970771+0000 mgr.a (mgr.24293) 12923 : audit 0 from='client.260262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:41 smithi027 bash[31536]: cluster 2023-12-07T15:12:39.831704+0000 mgr.a (mgr.24293) 12922 : 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-07T15:12:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:41 smithi027 bash[31536]: audit 2023-12-07T15:12:39.970771+0000 mgr.a (mgr.24293) 12923 : audit 0 from='client.260262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:43 smithi022 bash[28554]: cluster 2023-12-07T15:12:41.832638+0000 mgr.a (mgr.24293) 12924 : cluster 0 pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:12:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:43 smithi044 bash[32620]: cluster 2023-12-07T15:12:41.832638+0000 mgr.a (mgr.24293) 12924 : cluster 0 pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:12:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:43 smithi027 bash[31536]: cluster 2023-12-07T15:12:41.832638+0000 mgr.a (mgr.24293) 12924 : cluster 0 pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:12:45.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:45.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:45.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:45 smithi044 bash[32620]: cluster 2023-12-07T15:12:43.833374+0000 mgr.a (mgr.24293) 12925 : cluster 0 pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:12:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:45 smithi022 bash[28554]: cluster 2023-12-07T15:12:43.833374+0000 mgr.a (mgr.24293) 12925 : cluster 0 pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:12:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:45 smithi027 bash[31536]: cluster 2023-12-07T15:12:43.833374+0000 mgr.a (mgr.24293) 12925 : cluster 0 pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:12:46.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:46.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:46.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:46.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:46.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:46 smithi044 bash[32620]: audit 2023-12-07T15:12:45.978644+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:12:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:46 smithi022 bash[28554]: audit 2023-12-07T15:12:45.978644+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:12:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:46 smithi027 bash[31536]: audit 2023-12-07T15:12:45.978644+0000 mon.a (mon.0) 2233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:12:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:47 smithi044 bash[32620]: cluster 2023-12-07T15:12:45.834260+0000 mgr.a (mgr.24293) 12926 : 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-07T15:12:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:47 smithi044 bash[32620]: audit 2023-12-07T15:12:45.910743+0000 mgr.a (mgr.24293) 12927 : audit 0 from='client.260340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:47 smithi044 bash[32620]: audit 2023-12-07T15:12:46.776859+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:47 smithi044 bash[32620]: audit 2023-12-07T15:12:46.778815+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:47 smithi044 bash[32620]: audit 2023-12-07T15:12:46.787981+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:47 smithi022 bash[28554]: cluster 2023-12-07T15:12:45.834260+0000 mgr.a (mgr.24293) 12926 : 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-07T15:12:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:47 smithi022 bash[28554]: audit 2023-12-07T15:12:45.910743+0000 mgr.a (mgr.24293) 12927 : audit 0 from='client.260340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:47 smithi022 bash[28554]: audit 2023-12-07T15:12:46.776859+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:47 smithi022 bash[28554]: audit 2023-12-07T15:12:46.778815+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:12:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:47 smithi022 bash[28554]: audit 2023-12-07T15:12:46.787981+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:12:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:47 smithi027 bash[31536]: cluster 2023-12-07T15:12:45.834260+0000 mgr.a (mgr.24293) 12926 : 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-07T15:12:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:47 smithi027 bash[31536]: audit 2023-12-07T15:12:45.910743+0000 mgr.a (mgr.24293) 12927 : audit 0 from='client.260340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:47 smithi027 bash[31536]: audit 2023-12-07T15:12:46.776859+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:12:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:47 smithi027 bash[31536]: audit 2023-12-07T15:12:46.778815+0000 mon.a (mon.0) 2235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:12:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:47 smithi027 bash[31536]: audit 2023-12-07T15:12:46.787981+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:12:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:48 smithi022 bash[28554]: cluster 2023-12-07T15:12:47.834881+0000 mgr.a (mgr.24293) 12928 : 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-07T15:12:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:48 smithi044 bash[32620]: cluster 2023-12-07T15:12:47.834881+0000 mgr.a (mgr.24293) 12928 : 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-07T15:12:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:48 smithi027 bash[31536]: cluster 2023-12-07T15:12:47.834881+0000 mgr.a (mgr.24293) 12928 : 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-07T15:12:51.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:51.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:51.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:51 smithi044 bash[32620]: cluster 2023-12-07T15:12:49.835451+0000 mgr.a (mgr.24293) 12929 : 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-07T15:12:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:51 smithi022 bash[28554]: cluster 2023-12-07T15:12:49.835451+0000 mgr.a (mgr.24293) 12929 : 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-07T15:12:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:51 smithi027 bash[31536]: cluster 2023-12-07T15:12:49.835451+0000 mgr.a (mgr.24293) 12929 : 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-07T15:12:52.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:52.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:52.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:52.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:52.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:53 smithi022 bash[28554]: audit 2023-12-07T15:12:51.820778+0000 mgr.a (mgr.24293) 12930 : audit 0 from='client.260418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:53 smithi022 bash[28554]: cluster 2023-12-07T15:12:51.836999+0000 mgr.a (mgr.24293) 12931 : 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-07T15:12:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:53 smithi044 bash[32620]: audit 2023-12-07T15:12:51.820778+0000 mgr.a (mgr.24293) 12930 : audit 0 from='client.260418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:53 smithi044 bash[32620]: cluster 2023-12-07T15:12:51.836999+0000 mgr.a (mgr.24293) 12931 : 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-07T15:12:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:53 smithi027 bash[31536]: audit 2023-12-07T15:12:51.820778+0000 mgr.a (mgr.24293) 12930 : audit 0 from='client.260418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:53 smithi027 bash[31536]: cluster 2023-12-07T15:12:51.836999+0000 mgr.a (mgr.24293) 12931 : 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-07T15:12:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:55 smithi044 bash[32620]: cluster 2023-12-07T15:12:53.837734+0000 mgr.a (mgr.24293) 12932 : cluster 0 pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:12:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:55 smithi022 bash[28554]: cluster 2023-12-07T15:12:53.837734+0000 mgr.a (mgr.24293) 12932 : cluster 0 pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:12:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:55 smithi027 bash[31536]: cluster 2023-12-07T15:12:53.837734+0000 mgr.a (mgr.24293) 12932 : cluster 0 pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:12:57.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:12:57.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:57.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:57 smithi044 bash[32620]: cluster 2023-12-07T15:12:55.838578+0000 mgr.a (mgr.24293) 12933 : cluster 0 pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:12:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:57 smithi022 bash[28554]: cluster 2023-12-07T15:12:55.838578+0000 mgr.a (mgr.24293) 12933 : cluster 0 pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:12:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:57 smithi027 bash[31536]: cluster 2023-12-07T15:12:55.838578+0000 mgr.a (mgr.24293) 12933 : cluster 0 pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:12:58.296 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:12:58.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:58.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:58.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:58.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:12:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:59 smithi044 bash[32620]: audit 2023-12-07T15:12:57.761764+0000 mgr.a (mgr.24293) 12934 : audit 0 from='client.260490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:12:59 smithi044 bash[32620]: cluster 2023-12-07T15:12:57.839288+0000 mgr.a (mgr.24293) 12935 : 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-07T15:12:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:59 smithi022 bash[28554]: audit 2023-12-07T15:12:57.761764+0000 mgr.a (mgr.24293) 12934 : audit 0 from='client.260490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:12:59 smithi022 bash[28554]: cluster 2023-12-07T15:12:57.839288+0000 mgr.a (mgr.24293) 12935 : 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-07T15:12:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:59 smithi027 bash[31536]: audit 2023-12-07T15:12:57.761764+0000 mgr.a (mgr.24293) 12934 : audit 0 from='client.260490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:12:59 smithi027 bash[31536]: cluster 2023-12-07T15:12:57.839288+0000 mgr.a (mgr.24293) 12935 : 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-07T15:13:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:01 smithi044 bash[32620]: cluster 2023-12-07T15:12:59.839998+0000 mgr.a (mgr.24293) 12936 : 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-07T15:13:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:01 smithi022 bash[28554]: cluster 2023-12-07T15:12:59.839998+0000 mgr.a (mgr.24293) 12936 : 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-07T15:13:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:01 smithi027 bash[31536]: cluster 2023-12-07T15:12:59.839998+0000 mgr.a (mgr.24293) 12936 : 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-07T15:13:03.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:03.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:03.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:03 smithi044 bash[32620]: cluster 2023-12-07T15:13:01.840779+0000 mgr.a (mgr.24293) 12937 : 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-07T15:13:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:03 smithi022 bash[28554]: cluster 2023-12-07T15:13:01.840779+0000 mgr.a (mgr.24293) 12937 : 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-07T15:13:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:03 smithi027 bash[31536]: cluster 2023-12-07T15:13:01.840779+0000 mgr.a (mgr.24293) 12937 : 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-07T15:13:04.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:04.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:04.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:04.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:04.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:04 smithi022 bash[28554]: audit 2023-12-07T15:13:03.708857+0000 mgr.a (mgr.24293) 12938 : audit 0 from='client.260568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:04 smithi044 bash[32620]: audit 2023-12-07T15:13:03.708857+0000 mgr.a (mgr.24293) 12938 : audit 0 from='client.260568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:04 smithi027 bash[31536]: audit 2023-12-07T15:13:03.708857+0000 mgr.a (mgr.24293) 12938 : audit 0 from='client.260568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:05 smithi044 bash[32620]: cluster 2023-12-07T15:13:03.841289+0000 mgr.a (mgr.24293) 12939 : 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-07T15:13:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:05 smithi022 bash[28554]: cluster 2023-12-07T15:13:03.841289+0000 mgr.a (mgr.24293) 12939 : 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-07T15:13:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:05 smithi027 bash[31536]: cluster 2023-12-07T15:13:03.841289+0000 mgr.a (mgr.24293) 12939 : 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-07T15:13:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:07 smithi022 bash[28554]: cluster 2023-12-07T15:13:05.842152+0000 mgr.a (mgr.24293) 12940 : 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-07T15:13:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:07 smithi044 bash[32620]: cluster 2023-12-07T15:13:05.842152+0000 mgr.a (mgr.24293) 12940 : 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-07T15:13:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:07 smithi027 bash[31536]: cluster 2023-12-07T15:13:05.842152+0000 mgr.a (mgr.24293) 12940 : 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-07T15:13:09.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:09.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:09.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:09 smithi022 bash[28554]: cluster 2023-12-07T15:13:07.842662+0000 mgr.a (mgr.24293) 12941 : 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-07T15:13:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:09 smithi044 bash[32620]: cluster 2023-12-07T15:13:07.842662+0000 mgr.a (mgr.24293) 12941 : 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-07T15:13:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:09 smithi027 bash[31536]: cluster 2023-12-07T15:13:07.842662+0000 mgr.a (mgr.24293) 12941 : 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-07T15:13:10.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:10.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:10.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:10.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:10.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:10 smithi044 bash[32620]: audit 2023-12-07T15:13:09.646641+0000 mgr.a (mgr.24293) 12942 : audit 0 from='client.260643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:10 smithi022 bash[28554]: audit 2023-12-07T15:13:09.646641+0000 mgr.a (mgr.24293) 12942 : audit 0 from='client.260643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:10 smithi027 bash[31536]: audit 2023-12-07T15:13:09.646641+0000 mgr.a (mgr.24293) 12942 : audit 0 from='client.260643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:11 smithi044 bash[32620]: cluster 2023-12-07T15:13:09.843646+0000 mgr.a (mgr.24293) 12943 : 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-07T15:13:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:11 smithi022 bash[28554]: cluster 2023-12-07T15:13:09.843646+0000 mgr.a (mgr.24293) 12943 : 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-07T15:13:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:11 smithi027 bash[31536]: cluster 2023-12-07T15:13:09.843646+0000 mgr.a (mgr.24293) 12943 : 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-07T15:13:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:13 smithi022 bash[28554]: cluster 2023-12-07T15:13:11.844579+0000 mgr.a (mgr.24293) 12944 : 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-07T15:13:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:13 smithi044 bash[32620]: cluster 2023-12-07T15:13:11.844579+0000 mgr.a (mgr.24293) 12944 : 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-07T15:13:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:13 smithi027 bash[31536]: cluster 2023-12-07T15:13:11.844579+0000 mgr.a (mgr.24293) 12944 : 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-07T15:13:15.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:15.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:15.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:15 smithi022 bash[28554]: cluster 2023-12-07T15:13:13.845150+0000 mgr.a (mgr.24293) 12945 : 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-07T15:13:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:15 smithi044 bash[32620]: cluster 2023-12-07T15:13:13.845150+0000 mgr.a (mgr.24293) 12945 : 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-07T15:13:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:15 smithi027 bash[31536]: cluster 2023-12-07T15:13:13.845150+0000 mgr.a (mgr.24293) 12945 : 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-07T15:13:16.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:16 smithi044 bash[32620]: audit 2023-12-07T15:13:15.586850+0000 mgr.a (mgr.24293) 12946 : audit 0 from='client.260721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:16 smithi022 bash[28554]: audit 2023-12-07T15:13:15.586850+0000 mgr.a (mgr.24293) 12946 : audit 0 from='client.260721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:16 smithi027 bash[31536]: audit 2023-12-07T15:13:15.586850+0000 mgr.a (mgr.24293) 12946 : audit 0 from='client.260721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:17 smithi022 bash[28554]: cluster 2023-12-07T15:13:15.845839+0000 mgr.a (mgr.24293) 12947 : cluster 0 pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:17 smithi044 bash[32620]: cluster 2023-12-07T15:13:15.845839+0000 mgr.a (mgr.24293) 12947 : cluster 0 pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:17 smithi027 bash[31536]: cluster 2023-12-07T15:13:15.845839+0000 mgr.a (mgr.24293) 12947 : cluster 0 pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:19 smithi022 bash[28554]: cluster 2023-12-07T15:13:17.846638+0000 mgr.a (mgr.24293) 12948 : cluster 0 pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:19 smithi044 bash[32620]: cluster 2023-12-07T15:13:17.846638+0000 mgr.a (mgr.24293) 12948 : cluster 0 pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:19 smithi027 bash[31536]: cluster 2023-12-07T15:13:17.846638+0000 mgr.a (mgr.24293) 12948 : cluster 0 pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:21.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:21 smithi044 bash[32620]: cluster 2023-12-07T15:13:19.847240+0000 mgr.a (mgr.24293) 12949 : cluster 0 pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:21 smithi022 bash[28554]: cluster 2023-12-07T15:13:19.847240+0000 mgr.a (mgr.24293) 12949 : cluster 0 pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:21 smithi027 bash[31536]: cluster 2023-12-07T15:13:19.847240+0000 mgr.a (mgr.24293) 12949 : cluster 0 pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:22.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:22.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:22 smithi022 bash[28554]: audit 2023-12-07T15:13:21.533113+0000 mgr.a (mgr.24293) 12950 : audit 0 from='client.260799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:22 smithi044 bash[32620]: audit 2023-12-07T15:13:21.533113+0000 mgr.a (mgr.24293) 12950 : audit 0 from='client.260799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:22 smithi027 bash[31536]: audit 2023-12-07T15:13:21.533113+0000 mgr.a (mgr.24293) 12950 : audit 0 from='client.260799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:23 smithi022 bash[28554]: cluster 2023-12-07T15:13:21.848403+0000 mgr.a (mgr.24293) 12951 : 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-07T15:13:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:23 smithi044 bash[32620]: cluster 2023-12-07T15:13:21.848403+0000 mgr.a (mgr.24293) 12951 : 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-07T15:13:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:23 smithi027 bash[31536]: cluster 2023-12-07T15:13:21.848403+0000 mgr.a (mgr.24293) 12951 : 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-07T15:13:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:25 smithi044 bash[32620]: cluster 2023-12-07T15:13:23.849146+0000 mgr.a (mgr.24293) 12952 : 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-07T15:13:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:25 smithi022 bash[28554]: cluster 2023-12-07T15:13:23.849146+0000 mgr.a (mgr.24293) 12952 : 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-07T15:13:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:25 smithi027 bash[31536]: cluster 2023-12-07T15:13:23.849146+0000 mgr.a (mgr.24293) 12952 : 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-07T15:13:27.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:27.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:27.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:27 smithi022 bash[28554]: cluster 2023-12-07T15:13:25.849965+0000 mgr.a (mgr.24293) 12953 : 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-07T15:13:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:27 smithi044 bash[32620]: cluster 2023-12-07T15:13:25.849965+0000 mgr.a (mgr.24293) 12953 : 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-07T15:13:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:27 smithi027 bash[31536]: cluster 2023-12-07T15:13:25.849965+0000 mgr.a (mgr.24293) 12953 : 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-07T15:13:28.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:28.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:28.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:28.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:28.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:28 smithi044 bash[32620]: audit 2023-12-07T15:13:27.472309+0000 mgr.a (mgr.24293) 12954 : audit 0 from='client.260877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:28 smithi022 bash[28554]: audit 2023-12-07T15:13:27.472309+0000 mgr.a (mgr.24293) 12954 : audit 0 from='client.260877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:28 smithi027 bash[31536]: audit 2023-12-07T15:13:27.472309+0000 mgr.a (mgr.24293) 12954 : audit 0 from='client.260877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:29 smithi044 bash[32620]: cluster 2023-12-07T15:13:27.850575+0000 mgr.a (mgr.24293) 12955 : cluster 0 pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:29 smithi022 bash[28554]: cluster 2023-12-07T15:13:27.850575+0000 mgr.a (mgr.24293) 12955 : cluster 0 pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:29 smithi027 bash[31536]: cluster 2023-12-07T15:13:27.850575+0000 mgr.a (mgr.24293) 12955 : cluster 0 pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:31 smithi044 bash[32620]: cluster 2023-12-07T15:13:29.851219+0000 mgr.a (mgr.24293) 12956 : cluster 0 pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:31 smithi022 bash[28554]: cluster 2023-12-07T15:13:29.851219+0000 mgr.a (mgr.24293) 12956 : cluster 0 pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:31 smithi027 bash[31536]: cluster 2023-12-07T15:13:29.851219+0000 mgr.a (mgr.24293) 12956 : cluster 0 pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:33.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:33.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:33.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:33 smithi044 bash[32620]: cluster 2023-12-07T15:13:31.852063+0000 mgr.a (mgr.24293) 12957 : cluster 0 pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:33 smithi022 bash[28554]: cluster 2023-12-07T15:13:31.852063+0000 mgr.a (mgr.24293) 12957 : cluster 0 pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:33 smithi027 bash[31536]: cluster 2023-12-07T15:13:31.852063+0000 mgr.a (mgr.24293) 12957 : cluster 0 pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:33.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:33.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:33.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:33.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:33.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:34 smithi044 bash[32620]: audit 2023-12-07T15:13:33.419969+0000 mgr.a (mgr.24293) 12958 : audit 0 from='client.260952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:34 smithi022 bash[28554]: audit 2023-12-07T15:13:33.419969+0000 mgr.a (mgr.24293) 12958 : audit 0 from='client.260952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:34 smithi027 bash[31536]: audit 2023-12-07T15:13:33.419969+0000 mgr.a (mgr.24293) 12958 : audit 0 from='client.260952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:35 smithi044 bash[32620]: cluster 2023-12-07T15:13:33.852929+0000 mgr.a (mgr.24293) 12959 : 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-07T15:13:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:35 smithi022 bash[28554]: cluster 2023-12-07T15:13:33.852929+0000 mgr.a (mgr.24293) 12959 : 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-07T15:13:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:35 smithi027 bash[31536]: cluster 2023-12-07T15:13:33.852929+0000 mgr.a (mgr.24293) 12959 : 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-07T15:13:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:37 smithi044 bash[32620]: cluster 2023-12-07T15:13:35.853820+0000 mgr.a (mgr.24293) 12960 : 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-07T15:13:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:37 smithi022 bash[28554]: cluster 2023-12-07T15:13:35.853820+0000 mgr.a (mgr.24293) 12960 : 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-07T15:13:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:37 smithi027 bash[31536]: cluster 2023-12-07T15:13:35.853820+0000 mgr.a (mgr.24293) 12960 : 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-07T15:13:38.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:38.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:38.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:39 smithi044 bash[32620]: cluster 2023-12-07T15:13:37.854388+0000 mgr.a (mgr.24293) 12961 : 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-07T15:13:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:39 smithi022 bash[28554]: cluster 2023-12-07T15:13:37.854388+0000 mgr.a (mgr.24293) 12961 : 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-07T15:13:39.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:39.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:39.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:39.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:39.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:39 smithi027 bash[31536]: cluster 2023-12-07T15:13:37.854388+0000 mgr.a (mgr.24293) 12961 : 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-07T15:13:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:40 smithi027 bash[31536]: audit 2023-12-07T15:13:39.386880+0000 mgr.a (mgr.24293) 12962 : audit 0 from='client.261030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:40 smithi022 bash[28554]: audit 2023-12-07T15:13:39.386880+0000 mgr.a (mgr.24293) 12962 : audit 0 from='client.261030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:40 smithi044 bash[32620]: audit 2023-12-07T15:13:39.386880+0000 mgr.a (mgr.24293) 12962 : audit 0 from='client.261030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:41 smithi027 bash[31536]: cluster 2023-12-07T15:13:39.854923+0000 mgr.a (mgr.24293) 12963 : 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-07T15:13:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:41 smithi044 bash[32620]: cluster 2023-12-07T15:13:39.854923+0000 mgr.a (mgr.24293) 12963 : 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-07T15:13:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:41 smithi022 bash[28554]: cluster 2023-12-07T15:13:39.854923+0000 mgr.a (mgr.24293) 12963 : 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-07T15:13:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:43 smithi027 bash[31536]: cluster 2023-12-07T15:13:41.855759+0000 mgr.a (mgr.24293) 12964 : 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-07T15:13:44.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:43 smithi022 bash[28554]: cluster 2023-12-07T15:13:41.855759+0000 mgr.a (mgr.24293) 12964 : 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-07T15:13:44.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:43 smithi044 bash[32620]: cluster 2023-12-07T15:13:41.855759+0000 mgr.a (mgr.24293) 12964 : 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-07T15:13:44.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:44.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:44.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:45.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:45.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:45.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:45.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:45.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:45 smithi027 bash[31536]: cluster 2023-12-07T15:13:43.856319+0000 mgr.a (mgr.24293) 12965 : 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-07T15:13:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:45 smithi022 bash[28554]: cluster 2023-12-07T15:13:43.856319+0000 mgr.a (mgr.24293) 12965 : 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-07T15:13:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:45 smithi044 bash[32620]: cluster 2023-12-07T15:13:43.856319+0000 mgr.a (mgr.24293) 12965 : 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-07T15:13:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:46 smithi027 bash[31536]: audit 2023-12-07T15:13:45.352805+0000 mgr.a (mgr.24293) 12966 : audit 0 from='client.261108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:46 smithi022 bash[28554]: audit 2023-12-07T15:13:45.352805+0000 mgr.a (mgr.24293) 12966 : audit 0 from='client.261108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:46 smithi044 bash[32620]: audit 2023-12-07T15:13:45.352805+0000 mgr.a (mgr.24293) 12966 : audit 0 from='client.261108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:47 smithi027 bash[31536]: cluster 2023-12-07T15:13:45.856981+0000 mgr.a (mgr.24293) 12967 : cluster 0 pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:13:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:47 smithi027 bash[31536]: audit 2023-12-07T15:13:46.892152+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:13:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:47 smithi044 bash[32620]: cluster 2023-12-07T15:13:45.856981+0000 mgr.a (mgr.24293) 12967 : cluster 0 pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:13:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:47 smithi044 bash[32620]: audit 2023-12-07T15:13:46.892152+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:13:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:47 smithi022 bash[28554]: cluster 2023-12-07T15:13:45.856981+0000 mgr.a (mgr.24293) 12967 : cluster 0 pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:13:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:47 smithi022 bash[28554]: audit 2023-12-07T15:13:46.892152+0000 mon.a (mon.0) 2237 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:13:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:49 smithi044 bash[32620]: cluster 2023-12-07T15:13:47.857518+0000 mgr.a (mgr.24293) 12968 : cluster 0 pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:49 smithi022 bash[28554]: cluster 2023-12-07T15:13:47.857518+0000 mgr.a (mgr.24293) 12968 : cluster 0 pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:49 smithi027 bash[31536]: cluster 2023-12-07T15:13:47.857518+0000 mgr.a (mgr.24293) 12968 : cluster 0 pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:50.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:51.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:51.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:51.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:51.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:51.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:51 smithi022 bash[28554]: cluster 2023-12-07T15:13:49.858129+0000 mgr.a (mgr.24293) 12969 : cluster 0 pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:51 smithi044 bash[32620]: cluster 2023-12-07T15:13:49.858129+0000 mgr.a (mgr.24293) 12969 : cluster 0 pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:51 smithi027 bash[31536]: cluster 2023-12-07T15:13:49.858129+0000 mgr.a (mgr.24293) 12969 : cluster 0 pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:51.299725+0000 mgr.a (mgr.24293) 12970 : audit 0 from='client.261183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:52.252043+0000 mon.a (mon.0) 2238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:52.260289+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:52.299064+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:52.304423+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:52.308331+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:52 smithi022 bash[28554]: audit 2023-12-07T15:13:52.313833+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:51.299725+0000 mgr.a (mgr.24293) 12970 : audit 0 from='client.261183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:52.252043+0000 mon.a (mon.0) 2238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:52.260289+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:52.299064+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:52.304423+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:52.308331+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:52 smithi044 bash[32620]: audit 2023-12-07T15:13:52.313833+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:51.299725+0000 mgr.a (mgr.24293) 12970 : audit 0 from='client.261183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:52.252043+0000 mon.a (mon.0) 2238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:52.260289+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:52.299064+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:52.304423+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:52.308331+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:52 smithi027 bash[31536]: audit 2023-12-07T15:13:52.313833+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:53 smithi022 bash[28554]: cluster 2023-12-07T15:13:51.859240+0000 mgr.a (mgr.24293) 12971 : 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-07T15:13:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:53 smithi022 bash[28554]: audit 2023-12-07T15:13:53.049202+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:13:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:53 smithi022 bash[28554]: audit 2023-12-07T15:13:53.051331+0000 mon.a (mon.0) 2245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:13:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:53 smithi022 bash[28554]: audit 2023-12-07T15:13:53.060411+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:53 smithi044 bash[32620]: cluster 2023-12-07T15:13:51.859240+0000 mgr.a (mgr.24293) 12971 : 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-07T15:13:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:53 smithi044 bash[32620]: audit 2023-12-07T15:13:53.049202+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:13:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:53 smithi044 bash[32620]: audit 2023-12-07T15:13:53.051331+0000 mon.a (mon.0) 2245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:13:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:53 smithi044 bash[32620]: audit 2023-12-07T15:13:53.060411+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:53 smithi027 bash[31536]: cluster 2023-12-07T15:13:51.859240+0000 mgr.a (mgr.24293) 12971 : 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-07T15:13:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:53 smithi027 bash[31536]: audit 2023-12-07T15:13:53.049202+0000 mon.a (mon.0) 2244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:13:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:53 smithi027 bash[31536]: audit 2023-12-07T15:13:53.051331+0000 mon.a (mon.0) 2245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:13:54.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:53 smithi027 bash[31536]: audit 2023-12-07T15:13:53.060411+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:13:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:55 smithi022 bash[28554]: cluster 2023-12-07T15:13:53.859863+0000 mgr.a (mgr.24293) 12972 : 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-07T15:13:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:55 smithi044 bash[32620]: cluster 2023-12-07T15:13:53.859863+0000 mgr.a (mgr.24293) 12972 : 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-07T15:13:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:55 smithi027 bash[31536]: cluster 2023-12-07T15:13:53.859863+0000 mgr.a (mgr.24293) 12972 : 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-07T15:13:56.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:13:56.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:56.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:57.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:13:57.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:57.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:57.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:57.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:13:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:57 smithi022 bash[28554]: cluster 2023-12-07T15:13:55.860629+0000 mgr.a (mgr.24293) 12973 : 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-07T15:13:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:57 smithi044 bash[32620]: cluster 2023-12-07T15:13:55.860629+0000 mgr.a (mgr.24293) 12973 : 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-07T15:13:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:57 smithi027 bash[31536]: cluster 2023-12-07T15:13:55.860629+0000 mgr.a (mgr.24293) 12973 : 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-07T15:13:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:58 smithi022 bash[28554]: audit 2023-12-07T15:13:57.228665+0000 mgr.a (mgr.24293) 12974 : audit 0 from='client.261252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:58 smithi044 bash[32620]: audit 2023-12-07T15:13:57.228665+0000 mgr.a (mgr.24293) 12974 : audit 0 from='client.261252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:58 smithi027 bash[31536]: audit 2023-12-07T15:13:57.228665+0000 mgr.a (mgr.24293) 12974 : audit 0 from='client.261252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:13:59 smithi044 bash[32620]: cluster 2023-12-07T15:13:57.861381+0000 mgr.a (mgr.24293) 12975 : cluster 0 pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:14:00.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:13:59 smithi022 bash[28554]: cluster 2023-12-07T15:13:57.861381+0000 mgr.a (mgr.24293) 12975 : cluster 0 pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:14:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:13:59 smithi027 bash[31536]: cluster 2023-12-07T15:13:57.861381+0000 mgr.a (mgr.24293) 12975 : cluster 0 pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:14:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:01 smithi022 bash[28554]: cluster 2023-12-07T15:13:59.862004+0000 mgr.a (mgr.24293) 12976 : cluster 0 pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:14:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:01 smithi044 bash[32620]: cluster 2023-12-07T15:13:59.862004+0000 mgr.a (mgr.24293) 12976 : cluster 0 pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:14:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:01 smithi027 bash[31536]: cluster 2023-12-07T15:13:59.862004+0000 mgr.a (mgr.24293) 12976 : cluster 0 pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:14:02.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:02.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:02.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:03.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:03.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:03.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:03.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:03.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:03 smithi044 bash[32620]: cluster 2023-12-07T15:14:01.862876+0000 mgr.a (mgr.24293) 12977 : cluster 0 pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:14:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:03 smithi022 bash[28554]: cluster 2023-12-07T15:14:01.862876+0000 mgr.a (mgr.24293) 12977 : cluster 0 pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:14:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:03 smithi027 bash[31536]: cluster 2023-12-07T15:14:01.862876+0000 mgr.a (mgr.24293) 12977 : cluster 0 pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:14:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:04 smithi044 bash[32620]: audit 2023-12-07T15:14:03.180272+0000 mgr.a (mgr.24293) 12978 : audit 0 from='client.261330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:04 smithi022 bash[28554]: audit 2023-12-07T15:14:03.180272+0000 mgr.a (mgr.24293) 12978 : audit 0 from='client.261330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:04 smithi027 bash[31536]: audit 2023-12-07T15:14:03.180272+0000 mgr.a (mgr.24293) 12978 : audit 0 from='client.261330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:05 smithi044 bash[32620]: cluster 2023-12-07T15:14:03.863611+0000 mgr.a (mgr.24293) 12979 : 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-07T15:14:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:05 smithi022 bash[28554]: cluster 2023-12-07T15:14:03.863611+0000 mgr.a (mgr.24293) 12979 : 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-07T15:14:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:05 smithi027 bash[31536]: cluster 2023-12-07T15:14:03.863611+0000 mgr.a (mgr.24293) 12979 : 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-07T15:14:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:07 smithi022 bash[28554]: cluster 2023-12-07T15:14:05.864379+0000 mgr.a (mgr.24293) 12980 : 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-07T15:14:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:07 smithi044 bash[32620]: cluster 2023-12-07T15:14:05.864379+0000 mgr.a (mgr.24293) 12980 : 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-07T15:14:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:07 smithi027 bash[31536]: cluster 2023-12-07T15:14:05.864379+0000 mgr.a (mgr.24293) 12980 : 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-07T15:14:08.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:08.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:08.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:09.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:09.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:09.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:09.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:09.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:09 smithi022 bash[28554]: cluster 2023-12-07T15:14:07.864958+0000 mgr.a (mgr.24293) 12981 : 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-07T15:14:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:09 smithi044 bash[32620]: cluster 2023-12-07T15:14:07.864958+0000 mgr.a (mgr.24293) 12981 : 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-07T15:14:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:09 smithi027 bash[31536]: cluster 2023-12-07T15:14:07.864958+0000 mgr.a (mgr.24293) 12981 : 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-07T15:14:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:10 smithi022 bash[28554]: audit 2023-12-07T15:14:09.119662+0000 mgr.a (mgr.24293) 12982 : audit 0 from='client.261408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:10 smithi044 bash[32620]: audit 2023-12-07T15:14:09.119662+0000 mgr.a (mgr.24293) 12982 : audit 0 from='client.261408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:10 smithi027 bash[31536]: audit 2023-12-07T15:14:09.119662+0000 mgr.a (mgr.24293) 12982 : audit 0 from='client.261408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:11 smithi022 bash[28554]: cluster 2023-12-07T15:14:09.865659+0000 mgr.a (mgr.24293) 12983 : 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-07T15:14:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:11 smithi044 bash[32620]: cluster 2023-12-07T15:14:09.865659+0000 mgr.a (mgr.24293) 12983 : 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-07T15:14:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:11 smithi027 bash[31536]: cluster 2023-12-07T15:14:09.865659+0000 mgr.a (mgr.24293) 12983 : 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-07T15:14:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:13 smithi044 bash[32620]: cluster 2023-12-07T15:14:11.866498+0000 mgr.a (mgr.24293) 12984 : 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-07T15:14:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:13 smithi022 bash[28554]: cluster 2023-12-07T15:14:11.866498+0000 mgr.a (mgr.24293) 12984 : 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-07T15:14:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:13 smithi027 bash[31536]: cluster 2023-12-07T15:14:11.866498+0000 mgr.a (mgr.24293) 12984 : 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-07T15:14:14.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:14.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:14.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:15.606 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:15.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:15.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:15.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:15.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:15 smithi044 bash[32620]: cluster 2023-12-07T15:14:13.867069+0000 mgr.a (mgr.24293) 12985 : 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-07T15:14:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:15 smithi022 bash[28554]: cluster 2023-12-07T15:14:13.867069+0000 mgr.a (mgr.24293) 12985 : 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-07T15:14:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:15 smithi027 bash[31536]: cluster 2023-12-07T15:14:13.867069+0000 mgr.a (mgr.24293) 12985 : 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-07T15:14:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:16 smithi022 bash[28554]: audit 2023-12-07T15:14:15.067386+0000 mgr.a (mgr.24293) 12986 : audit 0 from='client.261483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:16 smithi044 bash[32620]: audit 2023-12-07T15:14:15.067386+0000 mgr.a (mgr.24293) 12986 : audit 0 from='client.261483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:16 smithi027 bash[31536]: audit 2023-12-07T15:14:15.067386+0000 mgr.a (mgr.24293) 12986 : audit 0 from='client.261483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:17 smithi044 bash[32620]: cluster 2023-12-07T15:14:15.868117+0000 mgr.a (mgr.24293) 12987 : cluster 0 pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:14:17.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:17 smithi022 bash[28554]: cluster 2023-12-07T15:14:15.868117+0000 mgr.a (mgr.24293) 12987 : cluster 0 pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:14:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:17 smithi027 bash[31536]: cluster 2023-12-07T15:14:15.868117+0000 mgr.a (mgr.24293) 12987 : cluster 0 pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:14:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:19 smithi022 bash[28554]: cluster 2023-12-07T15:14:17.868689+0000 mgr.a (mgr.24293) 12988 : cluster 0 pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:14:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:19 smithi044 bash[32620]: cluster 2023-12-07T15:14:17.868689+0000 mgr.a (mgr.24293) 12988 : cluster 0 pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:14:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:19 smithi027 bash[31536]: cluster 2023-12-07T15:14:17.868689+0000 mgr.a (mgr.24293) 12988 : cluster 0 pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:14:20.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:20.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:20.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:21.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:21.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:21.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:21.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:21.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:21 smithi044 bash[32620]: cluster 2023-12-07T15:14:19.869291+0000 mgr.a (mgr.24293) 12989 : cluster 0 pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:14:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:21 smithi022 bash[28554]: cluster 2023-12-07T15:14:19.869291+0000 mgr.a (mgr.24293) 12989 : cluster 0 pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:14:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:21 smithi027 bash[31536]: cluster 2023-12-07T15:14:19.869291+0000 mgr.a (mgr.24293) 12989 : cluster 0 pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:14:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:22 smithi022 bash[28554]: audit 2023-12-07T15:14:21.018511+0000 mgr.a (mgr.24293) 12990 : audit 0 from='client.261558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:22 smithi044 bash[32620]: audit 2023-12-07T15:14:21.018511+0000 mgr.a (mgr.24293) 12990 : audit 0 from='client.261558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:22 smithi027 bash[31536]: audit 2023-12-07T15:14:21.018511+0000 mgr.a (mgr.24293) 12990 : audit 0 from='client.261558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:23 smithi044 bash[32620]: cluster 2023-12-07T15:14:21.870343+0000 mgr.a (mgr.24293) 12991 : cluster 0 pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:23 smithi022 bash[28554]: cluster 2023-12-07T15:14:21.870343+0000 mgr.a (mgr.24293) 12991 : cluster 0 pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:23 smithi027 bash[31536]: cluster 2023-12-07T15:14:21.870343+0000 mgr.a (mgr.24293) 12991 : cluster 0 pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:25 smithi022 bash[28554]: cluster 2023-12-07T15:14:23.870925+0000 mgr.a (mgr.24293) 12992 : cluster 0 pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:25 smithi044 bash[32620]: cluster 2023-12-07T15:14:23.870925+0000 mgr.a (mgr.24293) 12992 : cluster 0 pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:25 smithi027 bash[31536]: cluster 2023-12-07T15:14:23.870925+0000 mgr.a (mgr.24293) 12992 : cluster 0 pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:26.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:26.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:26.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:27.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:27.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:27.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:27.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:27 smithi044 bash[32620]: cluster 2023-12-07T15:14:25.871722+0000 mgr.a (mgr.24293) 12993 : 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-07T15:14:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:27 smithi022 bash[28554]: cluster 2023-12-07T15:14:25.871722+0000 mgr.a (mgr.24293) 12993 : 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-07T15:14:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:27 smithi027 bash[31536]: cluster 2023-12-07T15:14:25.871722+0000 mgr.a (mgr.24293) 12993 : 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-07T15:14:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:28 smithi044 bash[32620]: audit 2023-12-07T15:14:26.938355+0000 mgr.a (mgr.24293) 12994 : audit 0 from='client.261624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:28.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:28 smithi022 bash[28554]: audit 2023-12-07T15:14:26.938355+0000 mgr.a (mgr.24293) 12994 : audit 0 from='client.261624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:28 smithi027 bash[31536]: audit 2023-12-07T15:14:26.938355+0000 mgr.a (mgr.24293) 12994 : audit 0 from='client.261624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:29 smithi044 bash[32620]: cluster 2023-12-07T15:14:27.872487+0000 mgr.a (mgr.24293) 12995 : cluster 0 pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:14:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:29 smithi022 bash[28554]: cluster 2023-12-07T15:14:27.872487+0000 mgr.a (mgr.24293) 12995 : cluster 0 pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:14:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:29 smithi027 bash[31536]: cluster 2023-12-07T15:14:27.872487+0000 mgr.a (mgr.24293) 12995 : cluster 0 pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:14:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:31 smithi044 bash[32620]: cluster 2023-12-07T15:14:29.873073+0000 mgr.a (mgr.24293) 12996 : cluster 0 pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:14:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:31 smithi022 bash[28554]: cluster 2023-12-07T15:14:29.873073+0000 mgr.a (mgr.24293) 12996 : cluster 0 pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:14:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:31 smithi027 bash[31536]: cluster 2023-12-07T15:14:29.873073+0000 mgr.a (mgr.24293) 12996 : cluster 0 pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:14:32.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:32.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:32.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:33.417 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:33 smithi044 bash[32620]: cluster 2023-12-07T15:14:31.873837+0000 mgr.a (mgr.24293) 12997 : cluster 0 pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:14:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:33 smithi022 bash[28554]: cluster 2023-12-07T15:14:31.873837+0000 mgr.a (mgr.24293) 12997 : cluster 0 pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:14:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:33 smithi027 bash[31536]: cluster 2023-12-07T15:14:31.873837+0000 mgr.a (mgr.24293) 12997 : cluster 0 pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:14:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:34 smithi044 bash[32620]: audit 2023-12-07T15:14:32.872899+0000 mgr.a (mgr.24293) 12998 : audit 0 from='client.261702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:34 smithi022 bash[28554]: audit 2023-12-07T15:14:32.872899+0000 mgr.a (mgr.24293) 12998 : audit 0 from='client.261702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:34 smithi027 bash[31536]: audit 2023-12-07T15:14:32.872899+0000 mgr.a (mgr.24293) 12998 : audit 0 from='client.261702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:35 smithi044 bash[32620]: cluster 2023-12-07T15:14:33.874723+0000 mgr.a (mgr.24293) 12999 : cluster 0 pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:35 smithi022 bash[28554]: cluster 2023-12-07T15:14:33.874723+0000 mgr.a (mgr.24293) 12999 : cluster 0 pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:35 smithi027 bash[31536]: cluster 2023-12-07T15:14:33.874723+0000 mgr.a (mgr.24293) 12999 : cluster 0 pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:37 smithi044 bash[32620]: cluster 2023-12-07T15:14:35.875608+0000 mgr.a (mgr.24293) 13000 : cluster 0 pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:37 smithi022 bash[28554]: cluster 2023-12-07T15:14:35.875608+0000 mgr.a (mgr.24293) 13000 : cluster 0 pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:37 smithi027 bash[31536]: cluster 2023-12-07T15:14:35.875608+0000 mgr.a (mgr.24293) 13000 : cluster 0 pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:38.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:38.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:38.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:39.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:39.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:39.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:39.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:39.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:39 smithi022 bash[28554]: cluster 2023-12-07T15:14:37.876184+0000 mgr.a (mgr.24293) 13001 : 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-07T15:14:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:39 smithi044 bash[32620]: cluster 2023-12-07T15:14:37.876184+0000 mgr.a (mgr.24293) 13001 : 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-07T15:14:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:39 smithi027 bash[31536]: cluster 2023-12-07T15:14:37.876184+0000 mgr.a (mgr.24293) 13001 : 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-07T15:14:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:40 smithi044 bash[32620]: audit 2023-12-07T15:14:38.827267+0000 mgr.a (mgr.24293) 13002 : audit 0 from='client.261771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:40 smithi022 bash[28554]: audit 2023-12-07T15:14:38.827267+0000 mgr.a (mgr.24293) 13002 : audit 0 from='client.261771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:40 smithi027 bash[31536]: audit 2023-12-07T15:14:38.827267+0000 mgr.a (mgr.24293) 13002 : audit 0 from='client.261771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:41 smithi022 bash[28554]: cluster 2023-12-07T15:14:39.876861+0000 mgr.a (mgr.24293) 13003 : 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-07T15:14:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:41 smithi044 bash[32620]: cluster 2023-12-07T15:14:39.876861+0000 mgr.a (mgr.24293) 13003 : 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-07T15:14:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:41 smithi027 bash[31536]: cluster 2023-12-07T15:14:39.876861+0000 mgr.a (mgr.24293) 13003 : 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-07T15:14:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:43 smithi044 bash[32620]: cluster 2023-12-07T15:14:41.877839+0000 mgr.a (mgr.24293) 13004 : 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-07T15:14:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:43 smithi022 bash[28554]: cluster 2023-12-07T15:14:41.877839+0000 mgr.a (mgr.24293) 13004 : 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-07T15:14:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:43 smithi027 bash[31536]: cluster 2023-12-07T15:14:41.877839+0000 mgr.a (mgr.24293) 13004 : 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-07T15:14:44.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:44.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:44.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:45.283 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:45.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:45.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:45.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:45.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:45 smithi022 bash[28554]: cluster 2023-12-07T15:14:43.878573+0000 mgr.a (mgr.24293) 13005 : 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-07T15:14:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:45 smithi022 bash[28554]: audit 2023-12-07T15:14:44.751029+0000 mgr.a (mgr.24293) 13006 : audit 0 from='client.261849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:45 smithi044 bash[32620]: cluster 2023-12-07T15:14:43.878573+0000 mgr.a (mgr.24293) 13005 : 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-07T15:14:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:45 smithi044 bash[32620]: audit 2023-12-07T15:14:44.751029+0000 mgr.a (mgr.24293) 13006 : audit 0 from='client.261849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:45 smithi027 bash[31536]: cluster 2023-12-07T15:14:43.878573+0000 mgr.a (mgr.24293) 13005 : 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-07T15:14:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:45 smithi027 bash[31536]: audit 2023-12-07T15:14:44.751029+0000 mgr.a (mgr.24293) 13006 : audit 0 from='client.261849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:47 smithi022 bash[28554]: cluster 2023-12-07T15:14:45.879431+0000 mgr.a (mgr.24293) 13007 : 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-07T15:14:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:47 smithi044 bash[32620]: cluster 2023-12-07T15:14:45.879431+0000 mgr.a (mgr.24293) 13007 : 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-07T15:14:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:47 smithi027 bash[31536]: cluster 2023-12-07T15:14:45.879431+0000 mgr.a (mgr.24293) 13007 : 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-07T15:14:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:49 smithi022 bash[28554]: cluster 2023-12-07T15:14:47.879974+0000 mgr.a (mgr.24293) 13008 : 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-07T15:14:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:49 smithi044 bash[32620]: cluster 2023-12-07T15:14:47.879974+0000 mgr.a (mgr.24293) 13008 : 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-07T15:14:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:49 smithi027 bash[31536]: cluster 2023-12-07T15:14:47.879974+0000 mgr.a (mgr.24293) 13008 : 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-07T15:14:50.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:50.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:50.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:51.225 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:51.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:51.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:51.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:51.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:51 smithi022 bash[28554]: cluster 2023-12-07T15:14:49.880492+0000 mgr.a (mgr.24293) 13009 : 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-07T15:14:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:51 smithi022 bash[28554]: audit 2023-12-07T15:14:50.701125+0000 mgr.a (mgr.24293) 13010 : audit 0 from='client.216949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:51 smithi044 bash[32620]: cluster 2023-12-07T15:14:49.880492+0000 mgr.a (mgr.24293) 13009 : 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-07T15:14:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:51 smithi044 bash[32620]: audit 2023-12-07T15:14:50.701125+0000 mgr.a (mgr.24293) 13010 : audit 0 from='client.216949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:51 smithi027 bash[31536]: cluster 2023-12-07T15:14:49.880492+0000 mgr.a (mgr.24293) 13009 : 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-07T15:14:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:51 smithi027 bash[31536]: audit 2023-12-07T15:14:50.701125+0000 mgr.a (mgr.24293) 13010 : audit 0 from='client.216949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:53 smithi022 bash[28554]: cluster 2023-12-07T15:14:51.881518+0000 mgr.a (mgr.24293) 13011 : cluster 0 pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:53 smithi022 bash[28554]: audit 2023-12-07T15:14:53.162367+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:14:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:53 smithi044 bash[32620]: cluster 2023-12-07T15:14:51.881518+0000 mgr.a (mgr.24293) 13011 : cluster 0 pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:53 smithi044 bash[32620]: audit 2023-12-07T15:14:53.162367+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:14:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:53 smithi027 bash[31536]: cluster 2023-12-07T15:14:51.881518+0000 mgr.a (mgr.24293) 13011 : cluster 0 pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:53 smithi027 bash[31536]: audit 2023-12-07T15:14:53.162367+0000 mon.a (mon.0) 2247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:14:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:54 smithi027 bash[31536]: audit 2023-12-07T15:14:53.953106+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:14:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:54 smithi027 bash[31536]: audit 2023-12-07T15:14:53.955090+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:14:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:54 smithi027 bash[31536]: audit 2023-12-07T15:14:53.964228+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:14:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:54 smithi044 bash[32620]: audit 2023-12-07T15:14:53.953106+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:14:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:54 smithi044 bash[32620]: audit 2023-12-07T15:14:53.955090+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:14:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:54 smithi044 bash[32620]: audit 2023-12-07T15:14:53.964228+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:14:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:54 smithi022 bash[28554]: audit 2023-12-07T15:14:53.953106+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:14:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:54 smithi022 bash[28554]: audit 2023-12-07T15:14:53.955090+0000 mon.a (mon.0) 2249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:14:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:54 smithi022 bash[28554]: audit 2023-12-07T15:14:53.964228+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:14:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:55 smithi027 bash[31536]: cluster 2023-12-07T15:14:53.882085+0000 mgr.a (mgr.24293) 13012 : cluster 0 pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:55 smithi044 bash[32620]: cluster 2023-12-07T15:14:53.882085+0000 mgr.a (mgr.24293) 13012 : cluster 0 pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:55 smithi022 bash[28554]: cluster 2023-12-07T15:14:53.882085+0000 mgr.a (mgr.24293) 13012 : cluster 0 pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:56.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:14:56.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:56.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:57.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:14:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:57.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:14:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:57 smithi027 bash[31536]: cluster 2023-12-07T15:14:55.882813+0000 mgr.a (mgr.24293) 13013 : 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-07T15:14:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:57 smithi027 bash[31536]: audit 2023-12-07T15:14:56.638166+0000 mgr.a (mgr.24293) 13014 : audit 0 from='client.261999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:57 smithi022 bash[28554]: cluster 2023-12-07T15:14:55.882813+0000 mgr.a (mgr.24293) 13013 : 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-07T15:14:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:57 smithi022 bash[28554]: audit 2023-12-07T15:14:56.638166+0000 mgr.a (mgr.24293) 13014 : audit 0 from='client.261999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:57 smithi044 bash[32620]: cluster 2023-12-07T15:14:55.882813+0000 mgr.a (mgr.24293) 13013 : 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-07T15:14:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:57 smithi044 bash[32620]: audit 2023-12-07T15:14:56.638166+0000 mgr.a (mgr.24293) 13014 : audit 0 from='client.261999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:14:59 smithi027 bash[31536]: cluster 2023-12-07T15:14:57.883477+0000 mgr.a (mgr.24293) 13015 : 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-07T15:15:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:14:59 smithi044 bash[32620]: cluster 2023-12-07T15:14:57.883477+0000 mgr.a (mgr.24293) 13015 : 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-07T15:15:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:14:59 smithi022 bash[28554]: cluster 2023-12-07T15:14:57.883477+0000 mgr.a (mgr.24293) 13015 : 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-07T15:15:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:01 smithi044 bash[32620]: cluster 2023-12-07T15:14:59.884130+0000 mgr.a (mgr.24293) 13016 : 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-07T15:15:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:01 smithi027 bash[31536]: cluster 2023-12-07T15:14:59.884130+0000 mgr.a (mgr.24293) 13016 : 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-07T15:15:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:01 smithi022 bash[28554]: cluster 2023-12-07T15:14:59.884130+0000 mgr.a (mgr.24293) 13016 : 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-07T15:15:02.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:02.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:02.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:03.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:03.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:03.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:03.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:03.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:03 smithi027 bash[31536]: cluster 2023-12-07T15:15:01.884946+0000 mgr.a (mgr.24293) 13017 : 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-07T15:15:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:03 smithi027 bash[31536]: audit 2023-12-07T15:15:02.597454+0000 mgr.a (mgr.24293) 13018 : audit 0 from='client.262074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:03 smithi044 bash[32620]: cluster 2023-12-07T15:15:01.884946+0000 mgr.a (mgr.24293) 13017 : 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-07T15:15:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:03 smithi044 bash[32620]: audit 2023-12-07T15:15:02.597454+0000 mgr.a (mgr.24293) 13018 : audit 0 from='client.262074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:03 smithi022 bash[28554]: cluster 2023-12-07T15:15:01.884946+0000 mgr.a (mgr.24293) 13017 : 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-07T15:15:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:03 smithi022 bash[28554]: audit 2023-12-07T15:15:02.597454+0000 mgr.a (mgr.24293) 13018 : audit 0 from='client.262074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:05 smithi044 bash[32620]: cluster 2023-12-07T15:15:03.885695+0000 mgr.a (mgr.24293) 13019 : cluster 0 pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:05 smithi022 bash[28554]: cluster 2023-12-07T15:15:03.885695+0000 mgr.a (mgr.24293) 13019 : cluster 0 pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:05 smithi027 bash[31536]: cluster 2023-12-07T15:15:03.885695+0000 mgr.a (mgr.24293) 13019 : cluster 0 pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:08.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:08.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:08.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:07 smithi044 bash[32620]: cluster 2023-12-07T15:15:05.886552+0000 mgr.a (mgr.24293) 13020 : cluster 0 pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:07 smithi022 bash[28554]: cluster 2023-12-07T15:15:05.886552+0000 mgr.a (mgr.24293) 13020 : cluster 0 pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:07 smithi027 bash[31536]: cluster 2023-12-07T15:15:05.886552+0000 mgr.a (mgr.24293) 13020 : cluster 0 pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:09.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:09 smithi022 bash[28554]: cluster 2023-12-07T15:15:07.887048+0000 mgr.a (mgr.24293) 13021 : 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-07T15:15:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:09 smithi022 bash[28554]: audit 2023-12-07T15:15:08.540476+0000 mgr.a (mgr.24293) 13022 : audit 0 from='client.262149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:09 smithi044 bash[32620]: cluster 2023-12-07T15:15:07.887048+0000 mgr.a (mgr.24293) 13021 : 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-07T15:15:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:09 smithi044 bash[32620]: audit 2023-12-07T15:15:08.540476+0000 mgr.a (mgr.24293) 13022 : audit 0 from='client.262149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:09 smithi027 bash[31536]: cluster 2023-12-07T15:15:07.887048+0000 mgr.a (mgr.24293) 13021 : 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-07T15:15:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:09 smithi027 bash[31536]: audit 2023-12-07T15:15:08.540476+0000 mgr.a (mgr.24293) 13022 : audit 0 from='client.262149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:11 smithi022 bash[28554]: cluster 2023-12-07T15:15:09.887902+0000 mgr.a (mgr.24293) 13023 : 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-07T15:15:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:11 smithi044 bash[32620]: cluster 2023-12-07T15:15:09.887902+0000 mgr.a (mgr.24293) 13023 : 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-07T15:15:12.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:11 smithi027 bash[31536]: cluster 2023-12-07T15:15:09.887902+0000 mgr.a (mgr.24293) 13023 : 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-07T15:15:14.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:14.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:14.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:13 smithi044 bash[32620]: cluster 2023-12-07T15:15:11.888738+0000 mgr.a (mgr.24293) 13024 : 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-07T15:15:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:13 smithi022 bash[28554]: cluster 2023-12-07T15:15:11.888738+0000 mgr.a (mgr.24293) 13024 : 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-07T15:15:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:13 smithi027 bash[31536]: cluster 2023-12-07T15:15:11.888738+0000 mgr.a (mgr.24293) 13024 : 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-07T15:15:15.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:15.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:15.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:15.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:15.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:15 smithi022 bash[28554]: cluster 2023-12-07T15:15:13.889279+0000 mgr.a (mgr.24293) 13025 : 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-07T15:15:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:15 smithi022 bash[28554]: audit 2023-12-07T15:15:14.497723+0000 mgr.a (mgr.24293) 13026 : audit 0 from='client.262227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:15 smithi044 bash[32620]: cluster 2023-12-07T15:15:13.889279+0000 mgr.a (mgr.24293) 13025 : 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-07T15:15:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:15 smithi044 bash[32620]: audit 2023-12-07T15:15:14.497723+0000 mgr.a (mgr.24293) 13026 : audit 0 from='client.262227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:15 smithi027 bash[31536]: cluster 2023-12-07T15:15:13.889279+0000 mgr.a (mgr.24293) 13025 : 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-07T15:15:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:15 smithi027 bash[31536]: audit 2023-12-07T15:15:14.497723+0000 mgr.a (mgr.24293) 13026 : audit 0 from='client.262227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:17 smithi044 bash[32620]: cluster 2023-12-07T15:15:15.890208+0000 mgr.a (mgr.24293) 13027 : 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-07T15:15:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:17 smithi022 bash[28554]: cluster 2023-12-07T15:15:15.890208+0000 mgr.a (mgr.24293) 13027 : 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-07T15:15:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:17 smithi027 bash[31536]: cluster 2023-12-07T15:15:15.890208+0000 mgr.a (mgr.24293) 13027 : 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-07T15:15:20.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:20.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:20.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:19 smithi022 bash[28554]: cluster 2023-12-07T15:15:17.890793+0000 mgr.a (mgr.24293) 13028 : 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-07T15:15:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:19 smithi044 bash[32620]: cluster 2023-12-07T15:15:17.890793+0000 mgr.a (mgr.24293) 13028 : 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-07T15:15:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:19 smithi027 bash[31536]: cluster 2023-12-07T15:15:17.890793+0000 mgr.a (mgr.24293) 13028 : 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-07T15:15:20.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:20.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:20.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:20.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:21 smithi022 bash[28554]: cluster 2023-12-07T15:15:19.891368+0000 mgr.a (mgr.24293) 13029 : 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-07T15:15:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:21 smithi022 bash[28554]: audit 2023-12-07T15:15:20.461896+0000 mgr.a (mgr.24293) 13030 : audit 0 from='client.217264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:21 smithi044 bash[32620]: cluster 2023-12-07T15:15:19.891368+0000 mgr.a (mgr.24293) 13029 : 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-07T15:15:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:21 smithi044 bash[32620]: audit 2023-12-07T15:15:20.461896+0000 mgr.a (mgr.24293) 13030 : audit 0 from='client.217264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:21 smithi027 bash[31536]: cluster 2023-12-07T15:15:19.891368+0000 mgr.a (mgr.24293) 13029 : 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-07T15:15:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:21 smithi027 bash[31536]: audit 2023-12-07T15:15:20.461896+0000 mgr.a (mgr.24293) 13030 : audit 0 from='client.217264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:23 smithi044 bash[32620]: cluster 2023-12-07T15:15:21.892380+0000 mgr.a (mgr.24293) 13031 : cluster 0 pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:15:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:23 smithi022 bash[28554]: cluster 2023-12-07T15:15:21.892380+0000 mgr.a (mgr.24293) 13031 : cluster 0 pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:15:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:23 smithi027 bash[31536]: cluster 2023-12-07T15:15:21.892380+0000 mgr.a (mgr.24293) 13031 : cluster 0 pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:15:25.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:25.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:25.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:25 smithi022 bash[28554]: cluster 2023-12-07T15:15:23.892949+0000 mgr.a (mgr.24293) 13032 : cluster 0 pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:25 smithi044 bash[32620]: cluster 2023-12-07T15:15:23.892949+0000 mgr.a (mgr.24293) 13032 : cluster 0 pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:25 smithi027 bash[31536]: cluster 2023-12-07T15:15:23.892949+0000 mgr.a (mgr.24293) 13032 : cluster 0 pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:26.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:26.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:26.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:26.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:26.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:27 smithi022 bash[28554]: cluster 2023-12-07T15:15:25.893731+0000 mgr.a (mgr.24293) 13033 : cluster 0 pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:27 smithi022 bash[28554]: audit 2023-12-07T15:15:26.400493+0000 mgr.a (mgr.24293) 13034 : audit 0 from='client.262380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:27 smithi044 bash[32620]: cluster 2023-12-07T15:15:25.893731+0000 mgr.a (mgr.24293) 13033 : cluster 0 pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:27 smithi044 bash[32620]: audit 2023-12-07T15:15:26.400493+0000 mgr.a (mgr.24293) 13034 : audit 0 from='client.262380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:27 smithi027 bash[31536]: cluster 2023-12-07T15:15:25.893731+0000 mgr.a (mgr.24293) 13033 : cluster 0 pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:27 smithi027 bash[31536]: audit 2023-12-07T15:15:26.400493+0000 mgr.a (mgr.24293) 13034 : audit 0 from='client.262380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:29 smithi044 bash[32620]: cluster 2023-12-07T15:15:27.894536+0000 mgr.a (mgr.24293) 13035 : cluster 0 pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:29 smithi022 bash[28554]: cluster 2023-12-07T15:15:27.894536+0000 mgr.a (mgr.24293) 13035 : cluster 0 pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:29 smithi027 bash[31536]: cluster 2023-12-07T15:15:27.894536+0000 mgr.a (mgr.24293) 13035 : cluster 0 pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:31.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:31.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:31.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:31 smithi022 bash[28554]: cluster 2023-12-07T15:15:29.895105+0000 mgr.a (mgr.24293) 13036 : cluster 0 pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:31 smithi044 bash[32620]: cluster 2023-12-07T15:15:29.895105+0000 mgr.a (mgr.24293) 13036 : cluster 0 pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:31 smithi027 bash[31536]: cluster 2023-12-07T15:15:29.895105+0000 mgr.a (mgr.24293) 13036 : cluster 0 pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:32.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:32.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:32.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:32.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:32.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:33 smithi022 bash[28554]: cluster 2023-12-07T15:15:31.895917+0000 mgr.a (mgr.24293) 13037 : 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-07T15:15:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:33 smithi022 bash[28554]: audit 2023-12-07T15:15:32.336403+0000 mgr.a (mgr.24293) 13038 : audit 0 from='client.262455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:33 smithi044 bash[32620]: cluster 2023-12-07T15:15:31.895917+0000 mgr.a (mgr.24293) 13037 : 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-07T15:15:34.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:33 smithi044 bash[32620]: audit 2023-12-07T15:15:32.336403+0000 mgr.a (mgr.24293) 13038 : audit 0 from='client.262455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:33 smithi027 bash[31536]: cluster 2023-12-07T15:15:31.895917+0000 mgr.a (mgr.24293) 13037 : 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-07T15:15:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:33 smithi027 bash[31536]: audit 2023-12-07T15:15:32.336403+0000 mgr.a (mgr.24293) 13038 : audit 0 from='client.262455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:35 smithi044 bash[32620]: cluster 2023-12-07T15:15:33.896676+0000 mgr.a (mgr.24293) 13039 : cluster 0 pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:35 smithi022 bash[28554]: cluster 2023-12-07T15:15:33.896676+0000 mgr.a (mgr.24293) 13039 : cluster 0 pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:35 smithi027 bash[31536]: cluster 2023-12-07T15:15:33.896676+0000 mgr.a (mgr.24293) 13039 : cluster 0 pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:37.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:37.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:37.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:37 smithi044 bash[32620]: cluster 2023-12-07T15:15:35.897530+0000 mgr.a (mgr.24293) 13040 : cluster 0 pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:15:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:37 smithi022 bash[28554]: cluster 2023-12-07T15:15:35.897530+0000 mgr.a (mgr.24293) 13040 : cluster 0 pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:15:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:37 smithi027 bash[31536]: cluster 2023-12-07T15:15:35.897530+0000 mgr.a (mgr.24293) 13040 : cluster 0 pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:15:38.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:38.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:38.805 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:38.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:38.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:39 smithi022 bash[28554]: cluster 2023-12-07T15:15:37.897999+0000 mgr.a (mgr.24293) 13041 : cluster 0 pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:39 smithi022 bash[28554]: audit 2023-12-07T15:15:38.289412+0000 mgr.a (mgr.24293) 13042 : audit 0 from='client.262524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:39 smithi044 bash[32620]: cluster 2023-12-07T15:15:37.897999+0000 mgr.a (mgr.24293) 13041 : cluster 0 pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:39 smithi044 bash[32620]: audit 2023-12-07T15:15:38.289412+0000 mgr.a (mgr.24293) 13042 : audit 0 from='client.262524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:39 smithi027 bash[31536]: cluster 2023-12-07T15:15:37.897999+0000 mgr.a (mgr.24293) 13041 : cluster 0 pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:39 smithi027 bash[31536]: audit 2023-12-07T15:15:38.289412+0000 mgr.a (mgr.24293) 13042 : audit 0 from='client.262524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:41 smithi044 bash[32620]: cluster 2023-12-07T15:15:39.898779+0000 mgr.a (mgr.24293) 13043 : cluster 0 pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:41 smithi022 bash[28554]: cluster 2023-12-07T15:15:39.898779+0000 mgr.a (mgr.24293) 13043 : cluster 0 pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:41 smithi027 bash[31536]: cluster 2023-12-07T15:15:39.898779+0000 mgr.a (mgr.24293) 13043 : cluster 0 pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:43.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:43.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:43.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:43 smithi022 bash[28554]: cluster 2023-12-07T15:15:41.899685+0000 mgr.a (mgr.24293) 13044 : cluster 0 pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:43 smithi044 bash[32620]: cluster 2023-12-07T15:15:41.899685+0000 mgr.a (mgr.24293) 13044 : cluster 0 pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:43 smithi027 bash[31536]: cluster 2023-12-07T15:15:41.899685+0000 mgr.a (mgr.24293) 13044 : cluster 0 pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:44.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:44.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:44.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:44.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:44.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:45 smithi044 bash[32620]: cluster 2023-12-07T15:15:43.900213+0000 mgr.a (mgr.24293) 13045 : 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-07T15:15:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:45 smithi044 bash[32620]: audit 2023-12-07T15:15:44.220212+0000 mgr.a (mgr.24293) 13046 : audit 0 from='client.262596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:45 smithi022 bash[28554]: cluster 2023-12-07T15:15:43.900213+0000 mgr.a (mgr.24293) 13045 : 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-07T15:15:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:45 smithi022 bash[28554]: audit 2023-12-07T15:15:44.220212+0000 mgr.a (mgr.24293) 13046 : audit 0 from='client.262596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:45 smithi027 bash[31536]: cluster 2023-12-07T15:15:43.900213+0000 mgr.a (mgr.24293) 13045 : 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-07T15:15:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:45 smithi027 bash[31536]: audit 2023-12-07T15:15:44.220212+0000 mgr.a (mgr.24293) 13046 : audit 0 from='client.262596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:47 smithi022 bash[28554]: cluster 2023-12-07T15:15:45.901069+0000 mgr.a (mgr.24293) 13047 : 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-07T15:15:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:47 smithi044 bash[32620]: cluster 2023-12-07T15:15:45.901069+0000 mgr.a (mgr.24293) 13047 : 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-07T15:15:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:47 smithi027 bash[31536]: cluster 2023-12-07T15:15:45.901069+0000 mgr.a (mgr.24293) 13047 : 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-07T15:15:49.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:49.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:49.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:49 smithi022 bash[28554]: cluster 2023-12-07T15:15:47.901599+0000 mgr.a (mgr.24293) 13048 : 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-07T15:15:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:49 smithi044 bash[32620]: cluster 2023-12-07T15:15:47.901599+0000 mgr.a (mgr.24293) 13048 : 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-07T15:15:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:49 smithi027 bash[31536]: cluster 2023-12-07T15:15:47.901599+0000 mgr.a (mgr.24293) 13048 : 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-07T15:15:50.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:50.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:50.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:50.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:50.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:51 smithi022 bash[28554]: cluster 2023-12-07T15:15:49.902091+0000 mgr.a (mgr.24293) 13049 : 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-07T15:15:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:51 smithi022 bash[28554]: audit 2023-12-07T15:15:50.172189+0000 mgr.a (mgr.24293) 13050 : audit 0 from='client.262662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:51 smithi044 bash[32620]: cluster 2023-12-07T15:15:49.902091+0000 mgr.a (mgr.24293) 13049 : 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-07T15:15:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:51 smithi044 bash[32620]: audit 2023-12-07T15:15:50.172189+0000 mgr.a (mgr.24293) 13050 : audit 0 from='client.262662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:51 smithi027 bash[31536]: cluster 2023-12-07T15:15:49.902091+0000 mgr.a (mgr.24293) 13049 : 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-07T15:15:52.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:51 smithi027 bash[31536]: audit 2023-12-07T15:15:50.172189+0000 mgr.a (mgr.24293) 13050 : audit 0 from='client.262662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:53 smithi044 bash[32620]: cluster 2023-12-07T15:15:51.903098+0000 mgr.a (mgr.24293) 13051 : cluster 0 pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:15:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:53 smithi022 bash[28554]: cluster 2023-12-07T15:15:51.903098+0000 mgr.a (mgr.24293) 13051 : cluster 0 pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:15:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:53 smithi027 bash[31536]: cluster 2023-12-07T15:15:51.903098+0000 mgr.a (mgr.24293) 13051 : cluster 0 pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:15:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:54 smithi022 bash[28554]: cluster 2023-12-07T15:15:53.903721+0000 mgr.a (mgr.24293) 13052 : cluster 0 pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:15:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:54 smithi022 bash[28554]: audit 2023-12-07T15:15:54.067718+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:15:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:54 smithi044 bash[32620]: cluster 2023-12-07T15:15:53.903721+0000 mgr.a (mgr.24293) 13052 : cluster 0 pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:15:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:54 smithi044 bash[32620]: audit 2023-12-07T15:15:54.067718+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:15:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:54 smithi027 bash[31536]: cluster 2023-12-07T15:15:53.903721+0000 mgr.a (mgr.24293) 13052 : cluster 0 pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:15:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:54 smithi027 bash[31536]: audit 2023-12-07T15:15:54.067718+0000 mon.a (mon.0) 2251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:15:55.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:15:55.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:55.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:55 smithi044 bash[32620]: audit 2023-12-07T15:15:54.856574+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:15:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:55 smithi044 bash[32620]: audit 2023-12-07T15:15:54.858336+0000 mon.a (mon.0) 2253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:15:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:55 smithi044 bash[32620]: audit 2023-12-07T15:15:54.866820+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:15:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:55 smithi022 bash[28554]: audit 2023-12-07T15:15:54.856574+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:15:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:55 smithi022 bash[28554]: audit 2023-12-07T15:15:54.858336+0000 mon.a (mon.0) 2253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:15:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:55 smithi022 bash[28554]: audit 2023-12-07T15:15:54.866820+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:15:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:55 smithi027 bash[31536]: audit 2023-12-07T15:15:54.856574+0000 mon.a (mon.0) 2252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:15:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:55 smithi027 bash[31536]: audit 2023-12-07T15:15:54.858336+0000 mon.a (mon.0) 2253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:15:56.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:55 smithi027 bash[31536]: audit 2023-12-07T15:15:54.866820+0000 mon.a (mon.0) 2254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:15:56.675 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:15:56.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:56.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:56.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:56.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:15:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:56 smithi044 bash[32620]: cluster 2023-12-07T15:15:55.904271+0000 mgr.a (mgr.24293) 13053 : cluster 0 pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:56 smithi044 bash[32620]: audit 2023-12-07T15:15:56.136617+0000 mgr.a (mgr.24293) 13054 : audit 0 from='client.262740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:56 smithi022 bash[28554]: cluster 2023-12-07T15:15:55.904271+0000 mgr.a (mgr.24293) 13053 : cluster 0 pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:56 smithi022 bash[28554]: audit 2023-12-07T15:15:56.136617+0000 mgr.a (mgr.24293) 13054 : audit 0 from='client.262740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:56 smithi027 bash[31536]: cluster 2023-12-07T15:15:55.904271+0000 mgr.a (mgr.24293) 13053 : cluster 0 pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:56 smithi027 bash[31536]: audit 2023-12-07T15:15:56.136617+0000 mgr.a (mgr.24293) 13054 : audit 0 from='client.262740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:59.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:15:58 smithi022 bash[28554]: cluster 2023-12-07T15:15:57.904961+0000 mgr.a (mgr.24293) 13055 : cluster 0 pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:15:58 smithi044 bash[32620]: cluster 2023-12-07T15:15:57.904961+0000 mgr.a (mgr.24293) 13055 : cluster 0 pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:15:58 smithi027 bash[31536]: cluster 2023-12-07T15:15:57.904961+0000 mgr.a (mgr.24293) 13055 : cluster 0 pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:01.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:01.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:01.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:01 smithi022 bash[28554]: cluster 2023-12-07T15:15:59.905560+0000 mgr.a (mgr.24293) 13056 : cluster 0 pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:01 smithi044 bash[32620]: cluster 2023-12-07T15:15:59.905560+0000 mgr.a (mgr.24293) 13056 : cluster 0 pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:01 smithi027 bash[31536]: cluster 2023-12-07T15:15:59.905560+0000 mgr.a (mgr.24293) 13056 : cluster 0 pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:02.616 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:02.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:02.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:02.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:02.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:03 smithi022 bash[28554]: cluster 2023-12-07T15:16:01.906373+0000 mgr.a (mgr.24293) 13057 : 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-07T15:16:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:03 smithi022 bash[28554]: audit 2023-12-07T15:16:02.095109+0000 mgr.a (mgr.24293) 13058 : audit 0 from='client.262818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:03 smithi044 bash[32620]: cluster 2023-12-07T15:16:01.906373+0000 mgr.a (mgr.24293) 13057 : 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-07T15:16:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:03 smithi044 bash[32620]: audit 2023-12-07T15:16:02.095109+0000 mgr.a (mgr.24293) 13058 : audit 0 from='client.262818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:03 smithi027 bash[31536]: cluster 2023-12-07T15:16:01.906373+0000 mgr.a (mgr.24293) 13057 : 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-07T15:16:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:03 smithi027 bash[31536]: audit 2023-12-07T15:16:02.095109+0000 mgr.a (mgr.24293) 13058 : audit 0 from='client.262818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:05 smithi044 bash[32620]: cluster 2023-12-07T15:16:03.907106+0000 mgr.a (mgr.24293) 13059 : cluster 0 pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:16:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:05 smithi022 bash[28554]: cluster 2023-12-07T15:16:03.907106+0000 mgr.a (mgr.24293) 13059 : cluster 0 pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:16:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:05 smithi027 bash[31536]: cluster 2023-12-07T15:16:03.907106+0000 mgr.a (mgr.24293) 13059 : cluster 0 pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:16:07.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:07.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:07.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:07 smithi022 bash[28554]: cluster 2023-12-07T15:16:05.907997+0000 mgr.a (mgr.24293) 13060 : cluster 0 pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:16:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:07 smithi044 bash[32620]: cluster 2023-12-07T15:16:05.907997+0000 mgr.a (mgr.24293) 13060 : cluster 0 pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:16:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:07 smithi027 bash[31536]: cluster 2023-12-07T15:16:05.907997+0000 mgr.a (mgr.24293) 13060 : cluster 0 pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:16:08.570 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:08.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:08.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:08.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:08.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:09 smithi022 bash[28554]: cluster 2023-12-07T15:16:07.908536+0000 mgr.a (mgr.24293) 13061 : cluster 0 pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:09 smithi022 bash[28554]: audit 2023-12-07T15:16:08.032302+0000 mgr.a (mgr.24293) 13062 : audit 0 from='client.262896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:09 smithi044 bash[32620]: cluster 2023-12-07T15:16:07.908536+0000 mgr.a (mgr.24293) 13061 : cluster 0 pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:09 smithi044 bash[32620]: audit 2023-12-07T15:16:08.032302+0000 mgr.a (mgr.24293) 13062 : audit 0 from='client.262896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:09 smithi027 bash[31536]: cluster 2023-12-07T15:16:07.908536+0000 mgr.a (mgr.24293) 13061 : cluster 0 pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:09 smithi027 bash[31536]: audit 2023-12-07T15:16:08.032302+0000 mgr.a (mgr.24293) 13062 : audit 0 from='client.262896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:11 smithi044 bash[32620]: cluster 2023-12-07T15:16:09.909242+0000 mgr.a (mgr.24293) 13063 : cluster 0 pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:11 smithi022 bash[28554]: cluster 2023-12-07T15:16:09.909242+0000 mgr.a (mgr.24293) 13063 : cluster 0 pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:11 smithi027 bash[31536]: cluster 2023-12-07T15:16:09.909242+0000 mgr.a (mgr.24293) 13063 : cluster 0 pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:13.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:13.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:13.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:13 smithi022 bash[28554]: cluster 2023-12-07T15:16:11.910079+0000 mgr.a (mgr.24293) 13064 : cluster 0 pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:13 smithi044 bash[32620]: cluster 2023-12-07T15:16:11.910079+0000 mgr.a (mgr.24293) 13064 : cluster 0 pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:13 smithi027 bash[31536]: cluster 2023-12-07T15:16:11.910079+0000 mgr.a (mgr.24293) 13064 : cluster 0 pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:14.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:14.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:14.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:14.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:14.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:15 smithi022 bash[28554]: cluster 2023-12-07T15:16:13.910613+0000 mgr.a (mgr.24293) 13065 : 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-07T15:16:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:15 smithi022 bash[28554]: audit 2023-12-07T15:16:13.979024+0000 mgr.a (mgr.24293) 13066 : audit 0 from='client.262971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:15 smithi044 bash[32620]: cluster 2023-12-07T15:16:13.910613+0000 mgr.a (mgr.24293) 13065 : 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-07T15:16:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:15 smithi044 bash[32620]: audit 2023-12-07T15:16:13.979024+0000 mgr.a (mgr.24293) 13066 : audit 0 from='client.262971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:15 smithi027 bash[31536]: cluster 2023-12-07T15:16:13.910613+0000 mgr.a (mgr.24293) 13065 : 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-07T15:16:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:15 smithi027 bash[31536]: audit 2023-12-07T15:16:13.979024+0000 mgr.a (mgr.24293) 13066 : audit 0 from='client.262971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:17 smithi022 bash[28554]: cluster 2023-12-07T15:16:15.911665+0000 mgr.a (mgr.24293) 13067 : 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-07T15:16:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:17 smithi044 bash[32620]: cluster 2023-12-07T15:16:15.911665+0000 mgr.a (mgr.24293) 13067 : 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-07T15:16:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:17 smithi027 bash[31536]: cluster 2023-12-07T15:16:15.911665+0000 mgr.a (mgr.24293) 13067 : 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-07T15:16:19.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:19.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:19.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:19 smithi044 bash[32620]: cluster 2023-12-07T15:16:17.912365+0000 mgr.a (mgr.24293) 13068 : 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-07T15:16:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:19 smithi022 bash[28554]: cluster 2023-12-07T15:16:17.912365+0000 mgr.a (mgr.24293) 13068 : 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-07T15:16:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:19 smithi027 bash[31536]: cluster 2023-12-07T15:16:17.912365+0000 mgr.a (mgr.24293) 13068 : 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-07T15:16:20.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:20.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:20.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:20.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:20.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:21 smithi022 bash[28554]: cluster 2023-12-07T15:16:19.912761+0000 mgr.a (mgr.24293) 13069 : 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-07T15:16:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:21 smithi022 bash[28554]: audit 2023-12-07T15:16:19.914974+0000 mgr.a (mgr.24293) 13070 : audit 0 from='client.263046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:21 smithi044 bash[32620]: cluster 2023-12-07T15:16:19.912761+0000 mgr.a (mgr.24293) 13069 : 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-07T15:16:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:21 smithi044 bash[32620]: audit 2023-12-07T15:16:19.914974+0000 mgr.a (mgr.24293) 13070 : audit 0 from='client.263046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:21 smithi027 bash[31536]: cluster 2023-12-07T15:16:19.912761+0000 mgr.a (mgr.24293) 13069 : 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-07T15:16:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:21 smithi027 bash[31536]: audit 2023-12-07T15:16:19.914974+0000 mgr.a (mgr.24293) 13070 : audit 0 from='client.263046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:23 smithi022 bash[28554]: cluster 2023-12-07T15:16:21.913800+0000 mgr.a (mgr.24293) 13071 : 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-07T15:16:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:23 smithi044 bash[32620]: cluster 2023-12-07T15:16:21.913800+0000 mgr.a (mgr.24293) 13071 : 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-07T15:16:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:23 smithi027 bash[31536]: cluster 2023-12-07T15:16:21.913800+0000 mgr.a (mgr.24293) 13071 : 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-07T15:16:25.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:25.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:25.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:25 smithi022 bash[28554]: cluster 2023-12-07T15:16:23.914548+0000 mgr.a (mgr.24293) 13072 : 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-07T15:16:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:25 smithi044 bash[32620]: cluster 2023-12-07T15:16:23.914548+0000 mgr.a (mgr.24293) 13072 : 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-07T15:16:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:25 smithi027 bash[31536]: cluster 2023-12-07T15:16:23.914548+0000 mgr.a (mgr.24293) 13072 : 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-07T15:16:26.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:26.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:26.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:26.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:26.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:27 smithi022 bash[28554]: audit 2023-12-07T15:16:25.874109+0000 mgr.a (mgr.24293) 13073 : audit 0 from='client.263121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:27 smithi022 bash[28554]: cluster 2023-12-07T15:16:25.915314+0000 mgr.a (mgr.24293) 13074 : cluster 0 pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:27 smithi044 bash[32620]: audit 2023-12-07T15:16:25.874109+0000 mgr.a (mgr.24293) 13073 : audit 0 from='client.263121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:27 smithi044 bash[32620]: cluster 2023-12-07T15:16:25.915314+0000 mgr.a (mgr.24293) 13074 : cluster 0 pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:27 smithi027 bash[31536]: audit 2023-12-07T15:16:25.874109+0000 mgr.a (mgr.24293) 13073 : audit 0 from='client.263121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:27 smithi027 bash[31536]: cluster 2023-12-07T15:16:25.915314+0000 mgr.a (mgr.24293) 13074 : cluster 0 pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:29 smithi044 bash[32620]: cluster 2023-12-07T15:16:27.915975+0000 mgr.a (mgr.24293) 13075 : cluster 0 pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:29 smithi022 bash[28554]: cluster 2023-12-07T15:16:27.915975+0000 mgr.a (mgr.24293) 13075 : cluster 0 pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:29 smithi027 bash[31536]: cluster 2023-12-07T15:16:27.915975+0000 mgr.a (mgr.24293) 13075 : cluster 0 pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:31.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:31.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:31.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:31 smithi022 bash[28554]: cluster 2023-12-07T15:16:29.916584+0000 mgr.a (mgr.24293) 13076 : cluster 0 pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:31 smithi027 bash[31536]: cluster 2023-12-07T15:16:29.916584+0000 mgr.a (mgr.24293) 13076 : cluster 0 pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:31 smithi044 bash[32620]: cluster 2023-12-07T15:16:29.916584+0000 mgr.a (mgr.24293) 13076 : cluster 0 pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:32.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:32.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:32.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:32.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:32.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:32 smithi027 bash[31536]: audit 2023-12-07T15:16:31.807369+0000 mgr.a (mgr.24293) 13077 : audit 0 from='client.263196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:32 smithi022 bash[28554]: audit 2023-12-07T15:16:31.807369+0000 mgr.a (mgr.24293) 13077 : audit 0 from='client.263196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:32 smithi044 bash[32620]: audit 2023-12-07T15:16:31.807369+0000 mgr.a (mgr.24293) 13077 : audit 0 from='client.263196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:33 smithi027 bash[31536]: cluster 2023-12-07T15:16:31.917376+0000 mgr.a (mgr.24293) 13078 : cluster 0 pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:33 smithi044 bash[32620]: cluster 2023-12-07T15:16:31.917376+0000 mgr.a (mgr.24293) 13078 : cluster 0 pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:33 smithi022 bash[28554]: cluster 2023-12-07T15:16:31.917376+0000 mgr.a (mgr.24293) 13078 : cluster 0 pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:35 smithi027 bash[31536]: cluster 2023-12-07T15:16:33.918106+0000 mgr.a (mgr.24293) 13079 : cluster 0 pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:35 smithi022 bash[28554]: cluster 2023-12-07T15:16:33.918106+0000 mgr.a (mgr.24293) 13079 : cluster 0 pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:35 smithi044 bash[32620]: cluster 2023-12-07T15:16:33.918106+0000 mgr.a (mgr.24293) 13079 : cluster 0 pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:37.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:37.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:37.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:37 smithi027 bash[31536]: cluster 2023-12-07T15:16:35.918984+0000 mgr.a (mgr.24293) 13080 : 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-07T15:16:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:37 smithi044 bash[32620]: cluster 2023-12-07T15:16:35.918984+0000 mgr.a (mgr.24293) 13080 : 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-07T15:16:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:37 smithi022 bash[28554]: cluster 2023-12-07T15:16:35.918984+0000 mgr.a (mgr.24293) 13080 : 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-07T15:16:38.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:38.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:38.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:38.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:38.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:38 smithi022 bash[28554]: audit 2023-12-07T15:16:37.765097+0000 mgr.a (mgr.24293) 13081 : audit 0 from='client.263274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:38 smithi044 bash[32620]: audit 2023-12-07T15:16:37.765097+0000 mgr.a (mgr.24293) 13081 : audit 0 from='client.263274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:38 smithi027 bash[31536]: audit 2023-12-07T15:16:37.765097+0000 mgr.a (mgr.24293) 13081 : audit 0 from='client.263274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:39 smithi022 bash[28554]: cluster 2023-12-07T15:16:37.920298+0000 mgr.a (mgr.24293) 13082 : cluster 0 pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:39 smithi044 bash[32620]: cluster 2023-12-07T15:16:37.920298+0000 mgr.a (mgr.24293) 13082 : cluster 0 pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:39 smithi027 bash[31536]: cluster 2023-12-07T15:16:37.920298+0000 mgr.a (mgr.24293) 13082 : cluster 0 pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:41 smithi044 bash[32620]: cluster 2023-12-07T15:16:39.921237+0000 mgr.a (mgr.24293) 13083 : cluster 0 pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:41 smithi022 bash[28554]: cluster 2023-12-07T15:16:39.921237+0000 mgr.a (mgr.24293) 13083 : cluster 0 pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:41 smithi027 bash[31536]: cluster 2023-12-07T15:16:39.921237+0000 mgr.a (mgr.24293) 13083 : cluster 0 pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:43.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:43.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:43.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:43 smithi022 bash[28554]: cluster 2023-12-07T15:16:41.922138+0000 mgr.a (mgr.24293) 13084 : cluster 0 pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:43 smithi044 bash[32620]: cluster 2023-12-07T15:16:41.922138+0000 mgr.a (mgr.24293) 13084 : cluster 0 pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:43 smithi027 bash[31536]: cluster 2023-12-07T15:16:41.922138+0000 mgr.a (mgr.24293) 13084 : cluster 0 pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:44.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:44.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:44.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:44.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:44.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:44 smithi022 bash[28554]: audit 2023-12-07T15:16:43.699652+0000 mgr.a (mgr.24293) 13085 : audit 0 from='client.263346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:44 smithi044 bash[32620]: audit 2023-12-07T15:16:43.699652+0000 mgr.a (mgr.24293) 13085 : audit 0 from='client.263346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:44 smithi027 bash[31536]: audit 2023-12-07T15:16:43.699652+0000 mgr.a (mgr.24293) 13085 : audit 0 from='client.263346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:45 smithi044 bash[32620]: cluster 2023-12-07T15:16:43.922805+0000 mgr.a (mgr.24293) 13086 : cluster 0 pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:45 smithi022 bash[28554]: cluster 2023-12-07T15:16:43.922805+0000 mgr.a (mgr.24293) 13086 : cluster 0 pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:45 smithi027 bash[31536]: cluster 2023-12-07T15:16:43.922805+0000 mgr.a (mgr.24293) 13086 : cluster 0 pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:47 smithi044 bash[32620]: cluster 2023-12-07T15:16:45.923697+0000 mgr.a (mgr.24293) 13087 : cluster 0 pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:47 smithi022 bash[28554]: cluster 2023-12-07T15:16:45.923697+0000 mgr.a (mgr.24293) 13087 : cluster 0 pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:47 smithi027 bash[31536]: cluster 2023-12-07T15:16:45.923697+0000 mgr.a (mgr.24293) 13087 : cluster 0 pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:49.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:49.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:49.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:50.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:50.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:50.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:50.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:50.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:49 smithi044 bash[32620]: cluster 2023-12-07T15:16:47.924224+0000 mgr.a (mgr.24293) 13088 : 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-07T15:16:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:49 smithi022 bash[28554]: cluster 2023-12-07T15:16:47.924224+0000 mgr.a (mgr.24293) 13088 : 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-07T15:16:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:49 smithi027 bash[31536]: cluster 2023-12-07T15:16:47.924224+0000 mgr.a (mgr.24293) 13088 : 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-07T15:16:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:50 smithi022 bash[28554]: audit 2023-12-07T15:16:49.635784+0000 mgr.a (mgr.24293) 13089 : audit 0 from='client.263418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:50 smithi044 bash[32620]: audit 2023-12-07T15:16:49.635784+0000 mgr.a (mgr.24293) 13089 : audit 0 from='client.263418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:50 smithi027 bash[31536]: audit 2023-12-07T15:16:49.635784+0000 mgr.a (mgr.24293) 13089 : audit 0 from='client.263418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:51 smithi044 bash[32620]: cluster 2023-12-07T15:16:49.924990+0000 mgr.a (mgr.24293) 13090 : 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-07T15:16:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:51 smithi022 bash[28554]: cluster 2023-12-07T15:16:49.924990+0000 mgr.a (mgr.24293) 13090 : 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-07T15:16:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:51 smithi027 bash[31536]: cluster 2023-12-07T15:16:49.924990+0000 mgr.a (mgr.24293) 13090 : 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-07T15:16:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:53 smithi044 bash[32620]: cluster 2023-12-07T15:16:51.925925+0000 mgr.a (mgr.24293) 13091 : 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-07T15:16:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:53 smithi022 bash[28554]: cluster 2023-12-07T15:16:51.925925+0000 mgr.a (mgr.24293) 13091 : 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-07T15:16:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:53 smithi027 bash[31536]: cluster 2023-12-07T15:16:51.925925+0000 mgr.a (mgr.24293) 13091 : 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-07T15:16:55.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:16:55.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:55.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:56.105 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:16:56.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:56.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:56.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:56.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:16:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:55 smithi044 bash[32620]: cluster 2023-12-07T15:16:53.926439+0000 mgr.a (mgr.24293) 13092 : 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-07T15:16:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:55 smithi044 bash[32620]: audit 2023-12-07T15:16:54.968841+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:16:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:55 smithi022 bash[28554]: cluster 2023-12-07T15:16:53.926439+0000 mgr.a (mgr.24293) 13092 : 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-07T15:16:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:55 smithi022 bash[28554]: audit 2023-12-07T15:16:54.968841+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:16:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:55 smithi027 bash[31536]: cluster 2023-12-07T15:16:53.926439+0000 mgr.a (mgr.24293) 13092 : 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-07T15:16:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:55 smithi027 bash[31536]: audit 2023-12-07T15:16:54.968841+0000 mon.a (mon.0) 2255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:16:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:56 smithi044 bash[32620]: audit 2023-12-07T15:16:55.578111+0000 mgr.a (mgr.24293) 13093 : audit 0 from='client.263490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:56 smithi044 bash[32620]: audit 2023-12-07T15:16:55.813800+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:16:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:56 smithi044 bash[32620]: audit 2023-12-07T15:16:55.815973+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:16:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:56 smithi044 bash[32620]: audit 2023-12-07T15:16:55.825714+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:16:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:56 smithi022 bash[28554]: audit 2023-12-07T15:16:55.578111+0000 mgr.a (mgr.24293) 13093 : audit 0 from='client.263490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:56 smithi022 bash[28554]: audit 2023-12-07T15:16:55.813800+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:16:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:56 smithi022 bash[28554]: audit 2023-12-07T15:16:55.815973+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:16:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:56 smithi022 bash[28554]: audit 2023-12-07T15:16:55.825714+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:16:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:56 smithi027 bash[31536]: audit 2023-12-07T15:16:55.578111+0000 mgr.a (mgr.24293) 13093 : audit 0 from='client.263490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:56 smithi027 bash[31536]: audit 2023-12-07T15:16:55.813800+0000 mon.a (mon.0) 2256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:16:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:56 smithi027 bash[31536]: audit 2023-12-07T15:16:55.815973+0000 mon.a (mon.0) 2257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:16:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:56 smithi027 bash[31536]: audit 2023-12-07T15:16:55.825714+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:16:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:57 smithi022 bash[28554]: cluster 2023-12-07T15:16:55.927252+0000 mgr.a (mgr.24293) 13094 : cluster 0 pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:57 smithi044 bash[32620]: cluster 2023-12-07T15:16:55.927252+0000 mgr.a (mgr.24293) 13094 : cluster 0 pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:58.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:57 smithi027 bash[31536]: cluster 2023-12-07T15:16:55.927252+0000 mgr.a (mgr.24293) 13094 : cluster 0 pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:16:58 smithi044 bash[32620]: cluster 2023-12-07T15:16:57.928062+0000 mgr.a (mgr.24293) 13095 : cluster 0 pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:16:58 smithi022 bash[28554]: cluster 2023-12-07T15:16:57.928062+0000 mgr.a (mgr.24293) 13095 : cluster 0 pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:16:58 smithi027 bash[31536]: cluster 2023-12-07T15:16:57.928062+0000 mgr.a (mgr.24293) 13095 : cluster 0 pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:01.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:01.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:01.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:01 smithi044 bash[32620]: cluster 2023-12-07T15:16:59.928677+0000 mgr.a (mgr.24293) 13096 : cluster 0 pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:01 smithi022 bash[28554]: cluster 2023-12-07T15:16:59.928677+0000 mgr.a (mgr.24293) 13096 : cluster 0 pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:01 smithi027 bash[31536]: cluster 2023-12-07T15:16:59.928677+0000 mgr.a (mgr.24293) 13096 : cluster 0 pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:02.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:02.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:02.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:02.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:02.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:02 smithi022 bash[28554]: audit 2023-12-07T15:17:01.517715+0000 mgr.a (mgr.24293) 13097 : audit 0 from='client.263562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:02 smithi044 bash[32620]: audit 2023-12-07T15:17:01.517715+0000 mgr.a (mgr.24293) 13097 : audit 0 from='client.263562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:02 smithi027 bash[31536]: audit 2023-12-07T15:17:01.517715+0000 mgr.a (mgr.24293) 13097 : audit 0 from='client.263562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:03 smithi044 bash[32620]: cluster 2023-12-07T15:17:01.929987+0000 mgr.a (mgr.24293) 13098 : cluster 0 pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:03 smithi022 bash[28554]: cluster 2023-12-07T15:17:01.929987+0000 mgr.a (mgr.24293) 13098 : cluster 0 pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:03 smithi027 bash[31536]: cluster 2023-12-07T15:17:01.929987+0000 mgr.a (mgr.24293) 13098 : cluster 0 pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:05 smithi022 bash[28554]: cluster 2023-12-07T15:17:03.930632+0000 mgr.a (mgr.24293) 13099 : cluster 0 pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:05 smithi044 bash[32620]: cluster 2023-12-07T15:17:03.930632+0000 mgr.a (mgr.24293) 13099 : cluster 0 pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:05 smithi027 bash[31536]: cluster 2023-12-07T15:17:03.930632+0000 mgr.a (mgr.24293) 13099 : cluster 0 pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:07.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:07.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:07.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:07 smithi022 bash[28554]: cluster 2023-12-07T15:17:05.931442+0000 mgr.a (mgr.24293) 13100 : 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-07T15:17:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:07 smithi044 bash[32620]: cluster 2023-12-07T15:17:05.931442+0000 mgr.a (mgr.24293) 13100 : 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-07T15:17:07.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:07.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:07.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:07.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:07.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:07 smithi027 bash[31536]: cluster 2023-12-07T15:17:05.931442+0000 mgr.a (mgr.24293) 13100 : 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-07T15:17:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:08 smithi022 bash[28554]: audit 2023-12-07T15:17:07.418904+0000 mgr.a (mgr.24293) 13101 : audit 0 from='client.263637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:08 smithi044 bash[32620]: audit 2023-12-07T15:17:07.418904+0000 mgr.a (mgr.24293) 13101 : audit 0 from='client.263637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:08 smithi027 bash[31536]: audit 2023-12-07T15:17:07.418904+0000 mgr.a (mgr.24293) 13101 : audit 0 from='client.263637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:09 smithi044 bash[32620]: cluster 2023-12-07T15:17:07.932171+0000 mgr.a (mgr.24293) 13102 : cluster 0 pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:09 smithi022 bash[28554]: cluster 2023-12-07T15:17:07.932171+0000 mgr.a (mgr.24293) 13102 : cluster 0 pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:09 smithi027 bash[31536]: cluster 2023-12-07T15:17:07.932171+0000 mgr.a (mgr.24293) 13102 : cluster 0 pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:11 smithi044 bash[32620]: cluster 2023-12-07T15:17:09.932770+0000 mgr.a (mgr.24293) 13103 : cluster 0 pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:11 smithi022 bash[28554]: cluster 2023-12-07T15:17:09.932770+0000 mgr.a (mgr.24293) 13103 : cluster 0 pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:11 smithi027 bash[31536]: cluster 2023-12-07T15:17:09.932770+0000 mgr.a (mgr.24293) 13103 : cluster 0 pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:12.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:12.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:12.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:13.889 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:13.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:13.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:13.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:13.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:13 smithi022 bash[28554]: cluster 2023-12-07T15:17:11.933633+0000 mgr.a (mgr.24293) 13104 : cluster 0 pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:13 smithi044 bash[32620]: cluster 2023-12-07T15:17:11.933633+0000 mgr.a (mgr.24293) 13104 : cluster 0 pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:13 smithi027 bash[31536]: cluster 2023-12-07T15:17:11.933633+0000 mgr.a (mgr.24293) 13104 : cluster 0 pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:14 smithi022 bash[28554]: audit 2023-12-07T15:17:13.365470+0000 mgr.a (mgr.24293) 13105 : audit 0 from='client.263712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:14 smithi044 bash[32620]: audit 2023-12-07T15:17:13.365470+0000 mgr.a (mgr.24293) 13105 : audit 0 from='client.263712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:14 smithi027 bash[31536]: audit 2023-12-07T15:17:13.365470+0000 mgr.a (mgr.24293) 13105 : audit 0 from='client.263712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:15 smithi044 bash[32620]: cluster 2023-12-07T15:17:13.934379+0000 mgr.a (mgr.24293) 13106 : cluster 0 pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:15 smithi022 bash[28554]: cluster 2023-12-07T15:17:13.934379+0000 mgr.a (mgr.24293) 13106 : cluster 0 pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:15 smithi027 bash[31536]: cluster 2023-12-07T15:17:13.934379+0000 mgr.a (mgr.24293) 13106 : cluster 0 pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:17 smithi027 bash[31536]: cluster 2023-12-07T15:17:15.935274+0000 mgr.a (mgr.24293) 13107 : cluster 0 pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:17 smithi044 bash[32620]: cluster 2023-12-07T15:17:15.935274+0000 mgr.a (mgr.24293) 13107 : cluster 0 pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:17 smithi022 bash[28554]: cluster 2023-12-07T15:17:15.935274+0000 mgr.a (mgr.24293) 13107 : cluster 0 pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:18.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:18.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:18.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:19.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:19.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:19.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:19.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:19.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:19 smithi027 bash[31536]: cluster 2023-12-07T15:17:17.935869+0000 mgr.a (mgr.24293) 13108 : 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-07T15:17:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:19 smithi022 bash[28554]: cluster 2023-12-07T15:17:17.935869+0000 mgr.a (mgr.24293) 13108 : 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-07T15:17:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:19 smithi044 bash[32620]: cluster 2023-12-07T15:17:17.935869+0000 mgr.a (mgr.24293) 13108 : 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-07T15:17:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:20 smithi027 bash[31536]: audit 2023-12-07T15:17:19.295033+0000 mgr.a (mgr.24293) 13109 : audit 0 from='client.263787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:20 smithi044 bash[32620]: audit 2023-12-07T15:17:19.295033+0000 mgr.a (mgr.24293) 13109 : audit 0 from='client.263787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:20 smithi022 bash[28554]: audit 2023-12-07T15:17:19.295033+0000 mgr.a (mgr.24293) 13109 : audit 0 from='client.263787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:21 smithi027 bash[31536]: cluster 2023-12-07T15:17:19.936606+0000 mgr.a (mgr.24293) 13110 : 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-07T15:17:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:21 smithi044 bash[32620]: cluster 2023-12-07T15:17:19.936606+0000 mgr.a (mgr.24293) 13110 : 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-07T15:17:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:21 smithi022 bash[28554]: cluster 2023-12-07T15:17:19.936606+0000 mgr.a (mgr.24293) 13110 : 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-07T15:17:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:23 smithi027 bash[31536]: cluster 2023-12-07T15:17:21.937477+0000 mgr.a (mgr.24293) 13111 : 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-07T15:17:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:23 smithi044 bash[32620]: cluster 2023-12-07T15:17:21.937477+0000 mgr.a (mgr.24293) 13111 : 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-07T15:17:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:23 smithi022 bash[28554]: cluster 2023-12-07T15:17:21.937477+0000 mgr.a (mgr.24293) 13111 : 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-07T15:17:24.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:24.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:24.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:25.801 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:25.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:25.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:25.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:25.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:25 smithi044 bash[32620]: cluster 2023-12-07T15:17:23.938033+0000 mgr.a (mgr.24293) 13112 : 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-07T15:17:26.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:25 smithi022 bash[28554]: cluster 2023-12-07T15:17:23.938033+0000 mgr.a (mgr.24293) 13112 : 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-07T15:17:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:25 smithi027 bash[31536]: cluster 2023-12-07T15:17:23.938033+0000 mgr.a (mgr.24293) 13112 : 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-07T15:17:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:26 smithi044 bash[32620]: audit 2023-12-07T15:17:25.269162+0000 mgr.a (mgr.24293) 13113 : audit 0 from='client.263865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:26 smithi022 bash[28554]: audit 2023-12-07T15:17:25.269162+0000 mgr.a (mgr.24293) 13113 : audit 0 from='client.263865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:26 smithi027 bash[31536]: audit 2023-12-07T15:17:25.269162+0000 mgr.a (mgr.24293) 13113 : audit 0 from='client.263865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:27 smithi044 bash[32620]: cluster 2023-12-07T15:17:25.939095+0000 mgr.a (mgr.24293) 13114 : cluster 0 pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:17:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:27 smithi022 bash[28554]: cluster 2023-12-07T15:17:25.939095+0000 mgr.a (mgr.24293) 13114 : cluster 0 pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:17:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:27 smithi027 bash[31536]: cluster 2023-12-07T15:17:25.939095+0000 mgr.a (mgr.24293) 13114 : cluster 0 pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:17:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:29 smithi022 bash[28554]: cluster 2023-12-07T15:17:27.939705+0000 mgr.a (mgr.24293) 13115 : cluster 0 pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:17:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:29 smithi044 bash[32620]: cluster 2023-12-07T15:17:27.939705+0000 mgr.a (mgr.24293) 13115 : cluster 0 pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:17:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:29 smithi027 bash[31536]: cluster 2023-12-07T15:17:27.939705+0000 mgr.a (mgr.24293) 13115 : cluster 0 pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:17:30.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:30.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:30.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:31.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:31.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:31.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:31.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:31.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:31 smithi022 bash[28554]: cluster 2023-12-07T15:17:29.940300+0000 mgr.a (mgr.24293) 13116 : cluster 0 pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:17:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:31 smithi044 bash[32620]: cluster 2023-12-07T15:17:29.940300+0000 mgr.a (mgr.24293) 13116 : cluster 0 pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:17:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:31 smithi027 bash[31536]: cluster 2023-12-07T15:17:29.940300+0000 mgr.a (mgr.24293) 13116 : cluster 0 pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:17:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:32 smithi044 bash[32620]: audit 2023-12-07T15:17:31.213077+0000 mgr.a (mgr.24293) 13117 : audit 0 from='client.263943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:32 smithi022 bash[28554]: audit 2023-12-07T15:17:31.213077+0000 mgr.a (mgr.24293) 13117 : audit 0 from='client.263943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:32 smithi027 bash[31536]: audit 2023-12-07T15:17:31.213077+0000 mgr.a (mgr.24293) 13117 : audit 0 from='client.263943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:33 smithi022 bash[28554]: cluster 2023-12-07T15:17:31.941390+0000 mgr.a (mgr.24293) 13118 : cluster 0 pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:33 smithi044 bash[32620]: cluster 2023-12-07T15:17:31.941390+0000 mgr.a (mgr.24293) 13118 : cluster 0 pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:33 smithi027 bash[31536]: cluster 2023-12-07T15:17:31.941390+0000 mgr.a (mgr.24293) 13118 : cluster 0 pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:35 smithi044 bash[32620]: cluster 2023-12-07T15:17:33.941985+0000 mgr.a (mgr.24293) 13119 : cluster 0 pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:35 smithi022 bash[28554]: cluster 2023-12-07T15:17:33.941985+0000 mgr.a (mgr.24293) 13119 : cluster 0 pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:35 smithi027 bash[31536]: cluster 2023-12-07T15:17:33.941985+0000 mgr.a (mgr.24293) 13119 : cluster 0 pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:36.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:36.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:36.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:37.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:37.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:37.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:37.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:37.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:37 smithi022 bash[28554]: cluster 2023-12-07T15:17:35.942763+0000 mgr.a (mgr.24293) 13120 : cluster 0 pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:37 smithi044 bash[32620]: cluster 2023-12-07T15:17:35.942763+0000 mgr.a (mgr.24293) 13120 : cluster 0 pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:37 smithi027 bash[31536]: cluster 2023-12-07T15:17:35.942763+0000 mgr.a (mgr.24293) 13120 : cluster 0 pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:38 smithi044 bash[32620]: audit 2023-12-07T15:17:37.166676+0000 mgr.a (mgr.24293) 13121 : audit 0 from='client.264021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:38 smithi022 bash[28554]: audit 2023-12-07T15:17:37.166676+0000 mgr.a (mgr.24293) 13121 : audit 0 from='client.264021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:38 smithi027 bash[31536]: audit 2023-12-07T15:17:37.166676+0000 mgr.a (mgr.24293) 13121 : audit 0 from='client.264021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:39 smithi022 bash[28554]: cluster 2023-12-07T15:17:37.943434+0000 mgr.a (mgr.24293) 13122 : cluster 0 pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:17:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:39 smithi044 bash[32620]: cluster 2023-12-07T15:17:37.943434+0000 mgr.a (mgr.24293) 13122 : cluster 0 pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:17:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:39 smithi027 bash[31536]: cluster 2023-12-07T15:17:37.943434+0000 mgr.a (mgr.24293) 13122 : cluster 0 pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:17:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:41 smithi022 bash[28554]: cluster 2023-12-07T15:17:39.944000+0000 mgr.a (mgr.24293) 13123 : cluster 0 pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:17:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:41 smithi044 bash[32620]: cluster 2023-12-07T15:17:39.944000+0000 mgr.a (mgr.24293) 13123 : cluster 0 pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:17:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:41 smithi027 bash[31536]: cluster 2023-12-07T15:17:39.944000+0000 mgr.a (mgr.24293) 13123 : cluster 0 pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:17:42.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:42.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:42.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:43.643 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:43.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:43.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:43.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:43.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:43 smithi022 bash[28554]: cluster 2023-12-07T15:17:41.944790+0000 mgr.a (mgr.24293) 13124 : cluster 0 pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:17:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:43 smithi044 bash[32620]: cluster 2023-12-07T15:17:41.944790+0000 mgr.a (mgr.24293) 13124 : cluster 0 pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:17:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:43 smithi027 bash[31536]: cluster 2023-12-07T15:17:41.944790+0000 mgr.a (mgr.24293) 13124 : cluster 0 pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:17:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:44 smithi044 bash[32620]: audit 2023-12-07T15:17:43.113898+0000 mgr.a (mgr.24293) 13125 : audit 0 from='client.264099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:44 smithi022 bash[28554]: audit 2023-12-07T15:17:43.113898+0000 mgr.a (mgr.24293) 13125 : audit 0 from='client.264099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:44 smithi027 bash[31536]: audit 2023-12-07T15:17:43.113898+0000 mgr.a (mgr.24293) 13125 : audit 0 from='client.264099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:45 smithi022 bash[28554]: cluster 2023-12-07T15:17:43.945570+0000 mgr.a (mgr.24293) 13126 : cluster 0 pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:45 smithi044 bash[32620]: cluster 2023-12-07T15:17:43.945570+0000 mgr.a (mgr.24293) 13126 : cluster 0 pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:45 smithi027 bash[31536]: cluster 2023-12-07T15:17:43.945570+0000 mgr.a (mgr.24293) 13126 : cluster 0 pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:47 smithi022 bash[28554]: cluster 2023-12-07T15:17:45.946372+0000 mgr.a (mgr.24293) 13127 : cluster 0 pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:47 smithi044 bash[32620]: cluster 2023-12-07T15:17:45.946372+0000 mgr.a (mgr.24293) 13127 : cluster 0 pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:47 smithi027 bash[31536]: cluster 2023-12-07T15:17:45.946372+0000 mgr.a (mgr.24293) 13127 : cluster 0 pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:48.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:48.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:48.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:49.581 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:49.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:49.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:49.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:49.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:49 smithi044 bash[32620]: cluster 2023-12-07T15:17:47.946932+0000 mgr.a (mgr.24293) 13128 : cluster 0 pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:49 smithi022 bash[28554]: cluster 2023-12-07T15:17:47.946932+0000 mgr.a (mgr.24293) 13128 : cluster 0 pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:49 smithi027 bash[31536]: cluster 2023-12-07T15:17:47.946932+0000 mgr.a (mgr.24293) 13128 : cluster 0 pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:50 smithi022 bash[28554]: audit 2023-12-07T15:17:49.054128+0000 mgr.a (mgr.24293) 13129 : audit 0 from='client.264174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:50 smithi044 bash[32620]: audit 2023-12-07T15:17:49.054128+0000 mgr.a (mgr.24293) 13129 : audit 0 from='client.264174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:50 smithi027 bash[31536]: audit 2023-12-07T15:17:49.054128+0000 mgr.a (mgr.24293) 13129 : audit 0 from='client.264174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:51 smithi022 bash[28554]: cluster 2023-12-07T15:17:49.947808+0000 mgr.a (mgr.24293) 13130 : cluster 0 pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:51 smithi044 bash[32620]: cluster 2023-12-07T15:17:49.947808+0000 mgr.a (mgr.24293) 13130 : cluster 0 pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:51 smithi027 bash[31536]: cluster 2023-12-07T15:17:49.947808+0000 mgr.a (mgr.24293) 13130 : cluster 0 pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:53 smithi022 bash[28554]: cluster 2023-12-07T15:17:51.948700+0000 mgr.a (mgr.24293) 13131 : cluster 0 pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:53 smithi044 bash[32620]: cluster 2023-12-07T15:17:51.948700+0000 mgr.a (mgr.24293) 13131 : cluster 0 pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:53 smithi027 bash[31536]: cluster 2023-12-07T15:17:51.948700+0000 mgr.a (mgr.24293) 13131 : cluster 0 pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:54.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:17:54.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:54.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:55.531 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:17:55.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:55.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:55.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:55.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:17:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:55 smithi022 bash[28554]: cluster 2023-12-07T15:17:53.949268+0000 mgr.a (mgr.24293) 13132 : 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-07T15:17:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:55 smithi044 bash[32620]: cluster 2023-12-07T15:17:53.949268+0000 mgr.a (mgr.24293) 13132 : 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-07T15:17:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:55 smithi027 bash[31536]: cluster 2023-12-07T15:17:53.949268+0000 mgr.a (mgr.24293) 13132 : 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-07T15:17:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:56 smithi022 bash[28554]: audit 2023-12-07T15:17:54.997442+0000 mgr.a (mgr.24293) 13133 : audit 0 from='client.218806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:56 smithi022 bash[28554]: audit 2023-12-07T15:17:55.960025+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:17:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:56 smithi022 bash[28554]: audit 2023-12-07T15:17:56.488179+0000 mon.a (mon.0) 2260 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:56 smithi022 bash[28554]: audit 2023-12-07T15:17:56.493759+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:56 smithi044 bash[32620]: audit 2023-12-07T15:17:54.997442+0000 mgr.a (mgr.24293) 13133 : audit 0 from='client.218806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:56 smithi044 bash[32620]: audit 2023-12-07T15:17:55.960025+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:17:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:56 smithi044 bash[32620]: audit 2023-12-07T15:17:56.488179+0000 mon.a (mon.0) 2260 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:56 smithi044 bash[32620]: audit 2023-12-07T15:17:56.493759+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:56 smithi027 bash[31536]: audit 2023-12-07T15:17:54.997442+0000 mgr.a (mgr.24293) 13133 : audit 0 from='client.218806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:57.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:56 smithi027 bash[31536]: audit 2023-12-07T15:17:55.960025+0000 mon.a (mon.0) 2259 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:17:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:56 smithi027 bash[31536]: audit 2023-12-07T15:17:56.488179+0000 mon.a (mon.0) 2260 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:56 smithi027 bash[31536]: audit 2023-12-07T15:17:56.493759+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:57 smithi022 bash[28554]: cluster 2023-12-07T15:17:55.950209+0000 mgr.a (mgr.24293) 13134 : cluster 0 pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:57 smithi022 bash[28554]: audit 2023-12-07T15:17:57.221067+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:17:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:57 smithi022 bash[28554]: audit 2023-12-07T15:17:57.222839+0000 mon.a (mon.0) 2263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:17:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:57 smithi022 bash[28554]: audit 2023-12-07T15:17:57.231999+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:57 smithi044 bash[32620]: cluster 2023-12-07T15:17:55.950209+0000 mgr.a (mgr.24293) 13134 : cluster 0 pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:57 smithi044 bash[32620]: audit 2023-12-07T15:17:57.221067+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:17:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:57 smithi044 bash[32620]: audit 2023-12-07T15:17:57.222839+0000 mon.a (mon.0) 2263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:17:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:57 smithi044 bash[32620]: audit 2023-12-07T15:17:57.231999+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:17:58.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:57 smithi027 bash[31536]: cluster 2023-12-07T15:17:55.950209+0000 mgr.a (mgr.24293) 13134 : cluster 0 pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:58.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:57 smithi027 bash[31536]: audit 2023-12-07T15:17:57.221067+0000 mon.a (mon.0) 2262 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:17:58.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:57 smithi027 bash[31536]: audit 2023-12-07T15:17:57.222839+0000 mon.a (mon.0) 2263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:17:58.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:57 smithi027 bash[31536]: audit 2023-12-07T15:17:57.231999+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:17:59 smithi022 bash[28554]: cluster 2023-12-07T15:17:57.950777+0000 mgr.a (mgr.24293) 13135 : cluster 0 pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:18:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:17:59 smithi044 bash[32620]: cluster 2023-12-07T15:17:57.950777+0000 mgr.a (mgr.24293) 13135 : cluster 0 pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:18:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:17:59 smithi027 bash[31536]: cluster 2023-12-07T15:17:57.950777+0000 mgr.a (mgr.24293) 13135 : cluster 0 pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:18:00.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:00.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:00.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:01.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:01.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:01.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:01.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:01.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:01 smithi022 bash[28554]: cluster 2023-12-07T15:17:59.951347+0000 mgr.a (mgr.24293) 13136 : cluster 0 pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:18:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:01 smithi044 bash[32620]: cluster 2023-12-07T15:17:59.951347+0000 mgr.a (mgr.24293) 13136 : cluster 0 pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:18:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:01 smithi027 bash[31536]: cluster 2023-12-07T15:17:59.951347+0000 mgr.a (mgr.24293) 13136 : cluster 0 pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:18:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:02 smithi044 bash[32620]: audit 2023-12-07T15:18:00.945674+0000 mgr.a (mgr.24293) 13137 : audit 0 from='client.264327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:02 smithi022 bash[28554]: audit 2023-12-07T15:18:00.945674+0000 mgr.a (mgr.24293) 13137 : audit 0 from='client.264327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:02 smithi027 bash[31536]: audit 2023-12-07T15:18:00.945674+0000 mgr.a (mgr.24293) 13137 : audit 0 from='client.264327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:03 smithi044 bash[32620]: cluster 2023-12-07T15:18:01.952354+0000 mgr.a (mgr.24293) 13138 : cluster 0 pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:03 smithi022 bash[28554]: cluster 2023-12-07T15:18:01.952354+0000 mgr.a (mgr.24293) 13138 : cluster 0 pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:03 smithi027 bash[31536]: cluster 2023-12-07T15:18:01.952354+0000 mgr.a (mgr.24293) 13138 : cluster 0 pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:05 smithi022 bash[28554]: cluster 2023-12-07T15:18:03.952949+0000 mgr.a (mgr.24293) 13139 : cluster 0 pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:05 smithi044 bash[32620]: cluster 2023-12-07T15:18:03.952949+0000 mgr.a (mgr.24293) 13139 : cluster 0 pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:05 smithi027 bash[31536]: cluster 2023-12-07T15:18:03.952949+0000 mgr.a (mgr.24293) 13139 : cluster 0 pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:06.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:06.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:06.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:07.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:07 smithi044 bash[32620]: cluster 2023-12-07T15:18:05.953723+0000 mgr.a (mgr.24293) 13140 : cluster 0 pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:07 smithi022 bash[28554]: cluster 2023-12-07T15:18:05.953723+0000 mgr.a (mgr.24293) 13140 : cluster 0 pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:07 smithi027 bash[31536]: cluster 2023-12-07T15:18:05.953723+0000 mgr.a (mgr.24293) 13140 : cluster 0 pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:08 smithi044 bash[32620]: audit 2023-12-07T15:18:06.869824+0000 mgr.a (mgr.24293) 13141 : audit 0 from='client.264402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:08 smithi022 bash[28554]: audit 2023-12-07T15:18:06.869824+0000 mgr.a (mgr.24293) 13141 : audit 0 from='client.264402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:08 smithi027 bash[31536]: audit 2023-12-07T15:18:06.869824+0000 mgr.a (mgr.24293) 13141 : audit 0 from='client.264402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:09 smithi022 bash[28554]: cluster 2023-12-07T15:18:07.954376+0000 mgr.a (mgr.24293) 13142 : cluster 0 pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:18:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:09 smithi044 bash[32620]: cluster 2023-12-07T15:18:07.954376+0000 mgr.a (mgr.24293) 13142 : cluster 0 pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:18:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:09 smithi027 bash[31536]: cluster 2023-12-07T15:18:07.954376+0000 mgr.a (mgr.24293) 13142 : cluster 0 pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:18:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:11 smithi022 bash[28554]: cluster 2023-12-07T15:18:09.954954+0000 mgr.a (mgr.24293) 13143 : cluster 0 pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:18:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:11 smithi044 bash[32620]: cluster 2023-12-07T15:18:09.954954+0000 mgr.a (mgr.24293) 13143 : cluster 0 pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:18:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:11 smithi027 bash[31536]: cluster 2023-12-07T15:18:09.954954+0000 mgr.a (mgr.24293) 13143 : cluster 0 pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:18:12.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:12.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:12.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:12 smithi022 bash[28554]: cluster 2023-12-07T15:18:11.955793+0000 mgr.a (mgr.24293) 13144 : cluster 0 pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:18:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:12 smithi022 bash[28554]: audit 2023-12-07T15:18:12.802696+0000 mgr.a (mgr.24293) 13145 : audit 0 from='client.264477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:12 smithi044 bash[32620]: cluster 2023-12-07T15:18:11.955793+0000 mgr.a (mgr.24293) 13144 : cluster 0 pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:18:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:12 smithi044 bash[32620]: audit 2023-12-07T15:18:12.802696+0000 mgr.a (mgr.24293) 13145 : audit 0 from='client.264477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:12 smithi027 bash[31536]: cluster 2023-12-07T15:18:11.955793+0000 mgr.a (mgr.24293) 13144 : cluster 0 pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:18:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:12 smithi027 bash[31536]: audit 2023-12-07T15:18:12.802696+0000 mgr.a (mgr.24293) 13145 : audit 0 from='client.264477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:13.358 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:15 smithi022 bash[28554]: cluster 2023-12-07T15:18:13.956474+0000 mgr.a (mgr.24293) 13146 : cluster 0 pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:15 smithi044 bash[32620]: cluster 2023-12-07T15:18:13.956474+0000 mgr.a (mgr.24293) 13146 : cluster 0 pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:15 smithi027 bash[31536]: cluster 2023-12-07T15:18:13.956474+0000 mgr.a (mgr.24293) 13146 : cluster 0 pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:17 smithi022 bash[28554]: cluster 2023-12-07T15:18:15.957287+0000 mgr.a (mgr.24293) 13147 : cluster 0 pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:17 smithi044 bash[32620]: cluster 2023-12-07T15:18:15.957287+0000 mgr.a (mgr.24293) 13147 : cluster 0 pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:17 smithi027 bash[31536]: cluster 2023-12-07T15:18:15.957287+0000 mgr.a (mgr.24293) 13147 : cluster 0 pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:18.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:18.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:18.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:19.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:19.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:19 smithi044 bash[32620]: cluster 2023-12-07T15:18:17.957963+0000 mgr.a (mgr.24293) 13148 : cluster 0 pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:19 smithi044 bash[32620]: audit 2023-12-07T15:18:18.767745+0000 mgr.a (mgr.24293) 13149 : audit 0 from='client.264552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:19 smithi022 bash[28554]: cluster 2023-12-07T15:18:17.957963+0000 mgr.a (mgr.24293) 13148 : cluster 0 pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:19 smithi022 bash[28554]: audit 2023-12-07T15:18:18.767745+0000 mgr.a (mgr.24293) 13149 : audit 0 from='client.264552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:19 smithi027 bash[31536]: cluster 2023-12-07T15:18:17.957963+0000 mgr.a (mgr.24293) 13148 : cluster 0 pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:19 smithi027 bash[31536]: audit 2023-12-07T15:18:18.767745+0000 mgr.a (mgr.24293) 13149 : audit 0 from='client.264552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:21 smithi044 bash[32620]: cluster 2023-12-07T15:18:19.958666+0000 mgr.a (mgr.24293) 13150 : cluster 0 pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:21 smithi022 bash[28554]: cluster 2023-12-07T15:18:19.958666+0000 mgr.a (mgr.24293) 13150 : cluster 0 pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:21 smithi027 bash[31536]: cluster 2023-12-07T15:18:19.958666+0000 mgr.a (mgr.24293) 13150 : cluster 0 pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:23 smithi044 bash[32620]: cluster 2023-12-07T15:18:21.959503+0000 mgr.a (mgr.24293) 13151 : cluster 0 pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:23 smithi022 bash[28554]: cluster 2023-12-07T15:18:21.959503+0000 mgr.a (mgr.24293) 13151 : cluster 0 pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:23 smithi027 bash[31536]: cluster 2023-12-07T15:18:21.959503+0000 mgr.a (mgr.24293) 13151 : cluster 0 pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:24.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:24.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:24.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:25.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:25.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:25.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:25.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:25.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:25 smithi044 bash[32620]: cluster 2023-12-07T15:18:23.960040+0000 mgr.a (mgr.24293) 13152 : 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-07T15:18:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:25 smithi044 bash[32620]: audit 2023-12-07T15:18:24.708891+0000 mgr.a (mgr.24293) 13153 : audit 0 from='client.264627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:25 smithi022 bash[28554]: cluster 2023-12-07T15:18:23.960040+0000 mgr.a (mgr.24293) 13152 : 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-07T15:18:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:25 smithi022 bash[28554]: audit 2023-12-07T15:18:24.708891+0000 mgr.a (mgr.24293) 13153 : audit 0 from='client.264627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:25 smithi027 bash[31536]: cluster 2023-12-07T15:18:23.960040+0000 mgr.a (mgr.24293) 13152 : 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-07T15:18:25.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:25 smithi027 bash[31536]: audit 2023-12-07T15:18:24.708891+0000 mgr.a (mgr.24293) 13153 : audit 0 from='client.264627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:27 smithi044 bash[32620]: cluster 2023-12-07T15:18:25.960926+0000 mgr.a (mgr.24293) 13154 : 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-07T15:18:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:27 smithi022 bash[28554]: cluster 2023-12-07T15:18:25.960926+0000 mgr.a (mgr.24293) 13154 : 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-07T15:18:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:27 smithi027 bash[31536]: cluster 2023-12-07T15:18:25.960926+0000 mgr.a (mgr.24293) 13154 : 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-07T15:18:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:29 smithi027 bash[31536]: cluster 2023-12-07T15:18:27.961521+0000 mgr.a (mgr.24293) 13155 : 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-07T15:18:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:29 smithi044 bash[32620]: cluster 2023-12-07T15:18:27.961521+0000 mgr.a (mgr.24293) 13155 : 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-07T15:18:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:29 smithi022 bash[28554]: cluster 2023-12-07T15:18:27.961521+0000 mgr.a (mgr.24293) 13155 : 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-07T15:18:30.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:30.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:30.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:31.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:31.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:31.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:31.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:31.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:31 smithi027 bash[31536]: cluster 2023-12-07T15:18:29.962093+0000 mgr.a (mgr.24293) 13156 : 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-07T15:18:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:31 smithi027 bash[31536]: audit 2023-12-07T15:18:30.645329+0000 mgr.a (mgr.24293) 13157 : audit 0 from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:31 smithi022 bash[28554]: cluster 2023-12-07T15:18:29.962093+0000 mgr.a (mgr.24293) 13156 : 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-07T15:18:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:31 smithi022 bash[28554]: audit 2023-12-07T15:18:30.645329+0000 mgr.a (mgr.24293) 13157 : audit 0 from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:31 smithi044 bash[32620]: cluster 2023-12-07T15:18:29.962093+0000 mgr.a (mgr.24293) 13156 : 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-07T15:18:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:31 smithi044 bash[32620]: audit 2023-12-07T15:18:30.645329+0000 mgr.a (mgr.24293) 13157 : audit 0 from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:33 smithi027 bash[31536]: cluster 2023-12-07T15:18:31.963094+0000 mgr.a (mgr.24293) 13158 : cluster 0 pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:33 smithi044 bash[32620]: cluster 2023-12-07T15:18:31.963094+0000 mgr.a (mgr.24293) 13158 : cluster 0 pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:33 smithi022 bash[28554]: cluster 2023-12-07T15:18:31.963094+0000 mgr.a (mgr.24293) 13158 : cluster 0 pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:35 smithi027 bash[31536]: cluster 2023-12-07T15:18:33.963708+0000 mgr.a (mgr.24293) 13159 : cluster 0 pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:36.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:36.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:36.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:35 smithi044 bash[32620]: cluster 2023-12-07T15:18:33.963708+0000 mgr.a (mgr.24293) 13159 : cluster 0 pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:35 smithi022 bash[28554]: cluster 2023-12-07T15:18:33.963708+0000 mgr.a (mgr.24293) 13159 : cluster 0 pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:37.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:37.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:37.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:37.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:37.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:37 smithi044 bash[32620]: cluster 2023-12-07T15:18:35.964477+0000 mgr.a (mgr.24293) 13160 : cluster 0 pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:37 smithi044 bash[32620]: audit 2023-12-07T15:18:36.561555+0000 mgr.a (mgr.24293) 13161 : audit 0 from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:37 smithi022 bash[28554]: cluster 2023-12-07T15:18:35.964477+0000 mgr.a (mgr.24293) 13160 : cluster 0 pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:37 smithi022 bash[28554]: audit 2023-12-07T15:18:36.561555+0000 mgr.a (mgr.24293) 13161 : audit 0 from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:37 smithi027 bash[31536]: cluster 2023-12-07T15:18:35.964477+0000 mgr.a (mgr.24293) 13160 : cluster 0 pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:37 smithi027 bash[31536]: audit 2023-12-07T15:18:36.561555+0000 mgr.a (mgr.24293) 13161 : audit 0 from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:39 smithi044 bash[32620]: cluster 2023-12-07T15:18:37.965253+0000 mgr.a (mgr.24293) 13162 : cluster 0 pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:39 smithi022 bash[28554]: cluster 2023-12-07T15:18:37.965253+0000 mgr.a (mgr.24293) 13162 : cluster 0 pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:39 smithi027 bash[31536]: cluster 2023-12-07T15:18:37.965253+0000 mgr.a (mgr.24293) 13162 : cluster 0 pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:42.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:42.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:42.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:41 smithi022 bash[28554]: cluster 2023-12-07T15:18:39.965897+0000 mgr.a (mgr.24293) 13163 : cluster 0 pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:41 smithi044 bash[32620]: cluster 2023-12-07T15:18:39.965897+0000 mgr.a (mgr.24293) 13163 : cluster 0 pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:41 smithi027 bash[31536]: cluster 2023-12-07T15:18:39.965897+0000 mgr.a (mgr.24293) 13163 : cluster 0 pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:43.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:43.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:43.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:43.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:43.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:43 smithi022 bash[28554]: cluster 2023-12-07T15:18:41.966697+0000 mgr.a (mgr.24293) 13164 : cluster 0 pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:43 smithi022 bash[28554]: audit 2023-12-07T15:18:42.496283+0000 mgr.a (mgr.24293) 13165 : audit 0 from='client.264855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:43 smithi044 bash[32620]: cluster 2023-12-07T15:18:41.966697+0000 mgr.a (mgr.24293) 13164 : cluster 0 pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:43 smithi044 bash[32620]: audit 2023-12-07T15:18:42.496283+0000 mgr.a (mgr.24293) 13165 : audit 0 from='client.264855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:43 smithi027 bash[31536]: cluster 2023-12-07T15:18:41.966697+0000 mgr.a (mgr.24293) 13164 : cluster 0 pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:44.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:43 smithi027 bash[31536]: audit 2023-12-07T15:18:42.496283+0000 mgr.a (mgr.24293) 13165 : audit 0 from='client.264855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:45 smithi022 bash[28554]: cluster 2023-12-07T15:18:43.967497+0000 mgr.a (mgr.24293) 13166 : cluster 0 pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:45 smithi044 bash[32620]: cluster 2023-12-07T15:18:43.967497+0000 mgr.a (mgr.24293) 13166 : cluster 0 pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:45 smithi027 bash[31536]: cluster 2023-12-07T15:18:43.967497+0000 mgr.a (mgr.24293) 13166 : cluster 0 pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:48.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:48.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:48.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:47 smithi022 bash[28554]: cluster 2023-12-07T15:18:45.968479+0000 mgr.a (mgr.24293) 13167 : cluster 0 pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:47 smithi044 bash[32620]: cluster 2023-12-07T15:18:45.968479+0000 mgr.a (mgr.24293) 13167 : cluster 0 pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:47 smithi027 bash[31536]: cluster 2023-12-07T15:18:45.968479+0000 mgr.a (mgr.24293) 13167 : cluster 0 pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:49.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:49.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:49.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:49.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:49.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:49 smithi022 bash[28554]: cluster 2023-12-07T15:18:47.969181+0000 mgr.a (mgr.24293) 13168 : cluster 0 pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:49 smithi022 bash[28554]: audit 2023-12-07T15:18:48.436484+0000 mgr.a (mgr.24293) 13169 : audit 0 from='client.264930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:49 smithi044 bash[32620]: cluster 2023-12-07T15:18:47.969181+0000 mgr.a (mgr.24293) 13168 : cluster 0 pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:49 smithi044 bash[32620]: audit 2023-12-07T15:18:48.436484+0000 mgr.a (mgr.24293) 13169 : audit 0 from='client.264930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:49 smithi027 bash[31536]: cluster 2023-12-07T15:18:47.969181+0000 mgr.a (mgr.24293) 13168 : cluster 0 pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:49 smithi027 bash[31536]: audit 2023-12-07T15:18:48.436484+0000 mgr.a (mgr.24293) 13169 : audit 0 from='client.264930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:51 smithi044 bash[32620]: cluster 2023-12-07T15:18:49.969871+0000 mgr.a (mgr.24293) 13170 : cluster 0 pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:51 smithi022 bash[28554]: cluster 2023-12-07T15:18:49.969871+0000 mgr.a (mgr.24293) 13170 : cluster 0 pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:51 smithi027 bash[31536]: cluster 2023-12-07T15:18:49.969871+0000 mgr.a (mgr.24293) 13170 : cluster 0 pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:54.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:54.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:54.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:53 smithi044 bash[32620]: cluster 2023-12-07T15:18:51.970690+0000 mgr.a (mgr.24293) 13171 : cluster 0 pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:53 smithi022 bash[28554]: cluster 2023-12-07T15:18:51.970690+0000 mgr.a (mgr.24293) 13171 : cluster 0 pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:53 smithi027 bash[31536]: cluster 2023-12-07T15:18:51.970690+0000 mgr.a (mgr.24293) 13171 : cluster 0 pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:54.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:18:54.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:54.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:54.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:54.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:18:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:55 smithi022 bash[28554]: cluster 2023-12-07T15:18:53.971231+0000 mgr.a (mgr.24293) 13172 : cluster 0 pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:55 smithi022 bash[28554]: audit 2023-12-07T15:18:54.422702+0000 mgr.a (mgr.24293) 13173 : audit 0 from='client.265008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:55 smithi044 bash[32620]: cluster 2023-12-07T15:18:53.971231+0000 mgr.a (mgr.24293) 13172 : cluster 0 pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:55 smithi044 bash[32620]: audit 2023-12-07T15:18:54.422702+0000 mgr.a (mgr.24293) 13173 : audit 0 from='client.265008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:55 smithi027 bash[31536]: cluster 2023-12-07T15:18:53.971231+0000 mgr.a (mgr.24293) 13172 : cluster 0 pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:55 smithi027 bash[31536]: audit 2023-12-07T15:18:54.422702+0000 mgr.a (mgr.24293) 13173 : audit 0 from='client.265008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:57 smithi022 bash[28554]: cluster 2023-12-07T15:18:55.972288+0000 mgr.a (mgr.24293) 13174 : cluster 0 pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:57 smithi022 bash[28554]: audit 2023-12-07T15:18:57.334294+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:18:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:57 smithi044 bash[32620]: cluster 2023-12-07T15:18:55.972288+0000 mgr.a (mgr.24293) 13174 : cluster 0 pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:57 smithi044 bash[32620]: audit 2023-12-07T15:18:57.334294+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:18:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:57 smithi027 bash[31536]: cluster 2023-12-07T15:18:55.972288+0000 mgr.a (mgr.24293) 13174 : cluster 0 pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:57 smithi027 bash[31536]: audit 2023-12-07T15:18:57.334294+0000 mon.a (mon.0) 2265 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:18:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:57.863441+0000 mon.a (mon.0) 2266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:57.871780+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:57.876647+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:57.883315+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:58.630816+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:58.632719+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:58 smithi044 bash[32620]: audit 2023-12-07T15:18:58.642764+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:57.863441+0000 mon.a (mon.0) 2266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:57.871780+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:57.876647+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:57.883315+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:58.630816+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:18:59.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:58.632719+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:18:59.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:58 smithi022 bash[28554]: audit 2023-12-07T15:18:58.642764+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:57.863441+0000 mon.a (mon.0) 2266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:57.871780+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:57.876647+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:57.883315+0000 mon.a (mon.0) 2269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:58.630816+0000 mon.a (mon.0) 2270 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:18:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:58.632719+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:18:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:58 smithi027 bash[31536]: audit 2023-12-07T15:18:58.642764+0000 mon.a (mon.0) 2272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:18:59.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:18:59.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:59.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:18:59 smithi044 bash[32620]: cluster 2023-12-07T15:18:57.972822+0000 mgr.a (mgr.24293) 13175 : 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-07T15:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:18:59 smithi022 bash[28554]: cluster 2023-12-07T15:18:57.972822+0000 mgr.a (mgr.24293) 13175 : 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-07T15:19:00.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:18:59 smithi027 bash[31536]: cluster 2023-12-07T15:18:57.972822+0000 mgr.a (mgr.24293) 13175 : 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-07T15:19:00.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:00.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:00.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:00.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:00.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:00 smithi044 bash[32620]: cluster 2023-12-07T15:18:59.973406+0000 mgr.a (mgr.24293) 13176 : 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-07T15:19:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:00 smithi044 bash[32620]: audit 2023-12-07T15:19:00.352706+0000 mgr.a (mgr.24293) 13177 : audit 0 from='client.265086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:00 smithi022 bash[28554]: cluster 2023-12-07T15:18:59.973406+0000 mgr.a (mgr.24293) 13176 : 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-07T15:19:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:00 smithi022 bash[28554]: audit 2023-12-07T15:19:00.352706+0000 mgr.a (mgr.24293) 13177 : audit 0 from='client.265086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:00 smithi027 bash[31536]: cluster 2023-12-07T15:18:59.973406+0000 mgr.a (mgr.24293) 13176 : 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-07T15:19:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:00 smithi027 bash[31536]: audit 2023-12-07T15:19:00.352706+0000 mgr.a (mgr.24293) 13177 : audit 0 from='client.265086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:03 smithi022 bash[28554]: cluster 2023-12-07T15:19:01.974393+0000 mgr.a (mgr.24293) 13178 : cluster 0 pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:19:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:03 smithi044 bash[32620]: cluster 2023-12-07T15:19:01.974393+0000 mgr.a (mgr.24293) 13178 : cluster 0 pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:19:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:03 smithi027 bash[31536]: cluster 2023-12-07T15:19:01.974393+0000 mgr.a (mgr.24293) 13178 : cluster 0 pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:19:05.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:05.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:05.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:05 smithi022 bash[28554]: cluster 2023-12-07T15:19:03.974958+0000 mgr.a (mgr.24293) 13179 : cluster 0 pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:05 smithi044 bash[32620]: cluster 2023-12-07T15:19:03.974958+0000 mgr.a (mgr.24293) 13179 : cluster 0 pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:05 smithi027 bash[31536]: cluster 2023-12-07T15:19:03.974958+0000 mgr.a (mgr.24293) 13179 : cluster 0 pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:06.813 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:06.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:06.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:06.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:06.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:07 smithi044 bash[32620]: cluster 2023-12-07T15:19:05.975838+0000 mgr.a (mgr.24293) 13180 : cluster 0 pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:07 smithi044 bash[32620]: audit 2023-12-07T15:19:06.304600+0000 mgr.a (mgr.24293) 13181 : audit 0 from='client.265161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:07 smithi022 bash[28554]: cluster 2023-12-07T15:19:05.975838+0000 mgr.a (mgr.24293) 13180 : cluster 0 pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:07 smithi022 bash[28554]: audit 2023-12-07T15:19:06.304600+0000 mgr.a (mgr.24293) 13181 : audit 0 from='client.265161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:07 smithi027 bash[31536]: cluster 2023-12-07T15:19:05.975838+0000 mgr.a (mgr.24293) 13180 : cluster 0 pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:07 smithi027 bash[31536]: audit 2023-12-07T15:19:06.304600+0000 mgr.a (mgr.24293) 13181 : audit 0 from='client.265161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:09 smithi027 bash[31536]: cluster 2023-12-07T15:19:07.976624+0000 mgr.a (mgr.24293) 13182 : cluster 0 pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:09 smithi044 bash[32620]: cluster 2023-12-07T15:19:07.976624+0000 mgr.a (mgr.24293) 13182 : cluster 0 pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:09 smithi022 bash[28554]: cluster 2023-12-07T15:19:07.976624+0000 mgr.a (mgr.24293) 13182 : cluster 0 pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:11.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:11.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:11.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:11 smithi027 bash[31536]: cluster 2023-12-07T15:19:09.977208+0000 mgr.a (mgr.24293) 13183 : cluster 0 pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:11 smithi022 bash[28554]: cluster 2023-12-07T15:19:09.977208+0000 mgr.a (mgr.24293) 13183 : cluster 0 pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:11 smithi044 bash[32620]: cluster 2023-12-07T15:19:09.977208+0000 mgr.a (mgr.24293) 13183 : cluster 0 pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:12.736 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:12.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:12.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:12.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:12.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:13 smithi027 bash[31536]: cluster 2023-12-07T15:19:11.978104+0000 mgr.a (mgr.24293) 13184 : cluster 0 pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:13 smithi027 bash[31536]: audit 2023-12-07T15:19:12.226670+0000 mgr.a (mgr.24293) 13185 : audit 0 from='client.214034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:13 smithi022 bash[28554]: cluster 2023-12-07T15:19:11.978104+0000 mgr.a (mgr.24293) 13184 : cluster 0 pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:13 smithi022 bash[28554]: audit 2023-12-07T15:19:12.226670+0000 mgr.a (mgr.24293) 13185 : audit 0 from='client.214034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:13 smithi044 bash[32620]: cluster 2023-12-07T15:19:11.978104+0000 mgr.a (mgr.24293) 13184 : cluster 0 pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:13 smithi044 bash[32620]: audit 2023-12-07T15:19:12.226670+0000 mgr.a (mgr.24293) 13185 : audit 0 from='client.214034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:15 smithi027 bash[31536]: cluster 2023-12-07T15:19:13.978812+0000 mgr.a (mgr.24293) 13186 : cluster 0 pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:15 smithi022 bash[28554]: cluster 2023-12-07T15:19:13.978812+0000 mgr.a (mgr.24293) 13186 : cluster 0 pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:15 smithi044 bash[32620]: cluster 2023-12-07T15:19:13.978812+0000 mgr.a (mgr.24293) 13186 : cluster 0 pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:17.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:17.738 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:17.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:17 smithi027 bash[31536]: cluster 2023-12-07T15:19:15.979676+0000 mgr.a (mgr.24293) 13187 : cluster 0 pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:19:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:17 smithi044 bash[32620]: cluster 2023-12-07T15:19:15.979676+0000 mgr.a (mgr.24293) 13187 : cluster 0 pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:19:18.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:17 smithi022 bash[28554]: cluster 2023-12-07T15:19:15.979676+0000 mgr.a (mgr.24293) 13187 : cluster 0 pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:19:18.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:18.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:18.683 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:18.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:18.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:19 smithi027 bash[31536]: cluster 2023-12-07T15:19:17.980078+0000 mgr.a (mgr.24293) 13188 : cluster 0 pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:19 smithi027 bash[31536]: audit 2023-12-07T15:19:18.144593+0000 mgr.a (mgr.24293) 13189 : audit 0 from='client.265308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:19 smithi022 bash[28554]: cluster 2023-12-07T15:19:17.980078+0000 mgr.a (mgr.24293) 13188 : cluster 0 pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:19 smithi022 bash[28554]: audit 2023-12-07T15:19:18.144593+0000 mgr.a (mgr.24293) 13189 : audit 0 from='client.265308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:19 smithi044 bash[32620]: cluster 2023-12-07T15:19:17.980078+0000 mgr.a (mgr.24293) 13188 : cluster 0 pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:19 smithi044 bash[32620]: audit 2023-12-07T15:19:18.144593+0000 mgr.a (mgr.24293) 13189 : audit 0 from='client.265308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:21 smithi044 bash[32620]: cluster 2023-12-07T15:19:19.980794+0000 mgr.a (mgr.24293) 13190 : cluster 0 pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:21 smithi022 bash[28554]: cluster 2023-12-07T15:19:19.980794+0000 mgr.a (mgr.24293) 13190 : cluster 0 pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:21 smithi027 bash[31536]: cluster 2023-12-07T15:19:19.980794+0000 mgr.a (mgr.24293) 13190 : cluster 0 pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:23.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:23.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:23.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:23 smithi044 bash[32620]: cluster 2023-12-07T15:19:21.981571+0000 mgr.a (mgr.24293) 13191 : cluster 0 pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:23 smithi022 bash[28554]: cluster 2023-12-07T15:19:21.981571+0000 mgr.a (mgr.24293) 13191 : cluster 0 pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:23 smithi027 bash[31536]: cluster 2023-12-07T15:19:21.981571+0000 mgr.a (mgr.24293) 13191 : cluster 0 pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:24.618 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:24.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:24.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:24.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:24.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:25 smithi022 bash[28554]: cluster 2023-12-07T15:19:23.982262+0000 mgr.a (mgr.24293) 13192 : cluster 0 pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:25 smithi022 bash[28554]: audit 2023-12-07T15:19:24.099382+0000 mgr.a (mgr.24293) 13193 : audit 0 from='client.265386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:25 smithi044 bash[32620]: cluster 2023-12-07T15:19:23.982262+0000 mgr.a (mgr.24293) 13192 : cluster 0 pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:25 smithi044 bash[32620]: audit 2023-12-07T15:19:24.099382+0000 mgr.a (mgr.24293) 13193 : audit 0 from='client.265386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:25 smithi027 bash[31536]: cluster 2023-12-07T15:19:23.982262+0000 mgr.a (mgr.24293) 13192 : cluster 0 pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:25 smithi027 bash[31536]: audit 2023-12-07T15:19:24.099382+0000 mgr.a (mgr.24293) 13193 : audit 0 from='client.265386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:27 smithi044 bash[32620]: cluster 2023-12-07T15:19:25.983233+0000 mgr.a (mgr.24293) 13194 : cluster 0 pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:27 smithi022 bash[28554]: cluster 2023-12-07T15:19:25.983233+0000 mgr.a (mgr.24293) 13194 : cluster 0 pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:27 smithi027 bash[31536]: cluster 2023-12-07T15:19:25.983233+0000 mgr.a (mgr.24293) 13194 : cluster 0 pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:29.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:29.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:29.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:29 smithi022 bash[28554]: cluster 2023-12-07T15:19:27.983853+0000 mgr.a (mgr.24293) 13195 : 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-07T15:19:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:29 smithi044 bash[32620]: cluster 2023-12-07T15:19:27.983853+0000 mgr.a (mgr.24293) 13195 : 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-07T15:19:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:29 smithi027 bash[31536]: cluster 2023-12-07T15:19:27.983853+0000 mgr.a (mgr.24293) 13195 : 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-07T15:19:30.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:30.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:30.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:30.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:30.570 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:31 smithi044 bash[32620]: cluster 2023-12-07T15:19:29.984377+0000 mgr.a (mgr.24293) 13196 : 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-07T15:19:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:31 smithi044 bash[32620]: audit 2023-12-07T15:19:30.041421+0000 mgr.a (mgr.24293) 13197 : audit 0 from='client.265464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:31 smithi022 bash[28554]: cluster 2023-12-07T15:19:29.984377+0000 mgr.a (mgr.24293) 13196 : 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-07T15:19:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:31 smithi022 bash[28554]: audit 2023-12-07T15:19:30.041421+0000 mgr.a (mgr.24293) 13197 : audit 0 from='client.265464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:31 smithi027 bash[31536]: cluster 2023-12-07T15:19:29.984377+0000 mgr.a (mgr.24293) 13196 : 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-07T15:19:32.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:31 smithi027 bash[31536]: audit 2023-12-07T15:19:30.041421+0000 mgr.a (mgr.24293) 13197 : audit 0 from='client.265464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:33 smithi044 bash[32620]: cluster 2023-12-07T15:19:31.985334+0000 mgr.a (mgr.24293) 13198 : cluster 0 pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:19:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:33 smithi022 bash[28554]: cluster 2023-12-07T15:19:31.985334+0000 mgr.a (mgr.24293) 13198 : cluster 0 pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:19:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:33 smithi027 bash[31536]: cluster 2023-12-07T15:19:31.985334+0000 mgr.a (mgr.24293) 13198 : cluster 0 pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:19:35.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:35.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:35.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:35 smithi044 bash[32620]: cluster 2023-12-07T15:19:33.986064+0000 mgr.a (mgr.24293) 13199 : cluster 0 pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:19:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:35 smithi022 bash[28554]: cluster 2023-12-07T15:19:33.986064+0000 mgr.a (mgr.24293) 13199 : cluster 0 pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:19:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:35 smithi027 bash[31536]: cluster 2023-12-07T15:19:33.986064+0000 mgr.a (mgr.24293) 13199 : cluster 0 pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:19:36.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:36.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:36.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:36.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:36.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:37 smithi022 bash[28554]: audit 2023-12-07T15:19:35.985450+0000 mgr.a (mgr.24293) 13200 : audit 0 from='client.265539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:38.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:37 smithi022 bash[28554]: cluster 2023-12-07T15:19:35.999429+0000 mgr.a (mgr.24293) 13201 : cluster 0 pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:37 smithi044 bash[32620]: audit 2023-12-07T15:19:35.985450+0000 mgr.a (mgr.24293) 13200 : audit 0 from='client.265539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:37 smithi044 bash[32620]: cluster 2023-12-07T15:19:35.999429+0000 mgr.a (mgr.24293) 13201 : cluster 0 pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:37 smithi027 bash[31536]: audit 2023-12-07T15:19:35.985450+0000 mgr.a (mgr.24293) 13200 : audit 0 from='client.265539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:37 smithi027 bash[31536]: cluster 2023-12-07T15:19:35.999429+0000 mgr.a (mgr.24293) 13201 : cluster 0 pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:39 smithi022 bash[28554]: cluster 2023-12-07T15:19:38.000376+0000 mgr.a (mgr.24293) 13202 : cluster 0 pgmap v9869: 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-07T15:19:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:39 smithi044 bash[32620]: cluster 2023-12-07T15:19:38.000376+0000 mgr.a (mgr.24293) 13202 : cluster 0 pgmap v9869: 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-07T15:19:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:39 smithi027 bash[31536]: cluster 2023-12-07T15:19:38.000376+0000 mgr.a (mgr.24293) 13202 : cluster 0 pgmap v9869: 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-07T15:19:41.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:41.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:41.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:41 smithi022 bash[28554]: cluster 2023-12-07T15:19:40.001005+0000 mgr.a (mgr.24293) 13203 : cluster 0 pgmap v9870: 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-07T15:19:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:41 smithi044 bash[32620]: cluster 2023-12-07T15:19:40.001005+0000 mgr.a (mgr.24293) 13203 : cluster 0 pgmap v9870: 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-07T15:19:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:41 smithi027 bash[31536]: cluster 2023-12-07T15:19:40.001005+0000 mgr.a (mgr.24293) 13203 : cluster 0 pgmap v9870: 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-07T15:19:42.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:42.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:42.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:42.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:42.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:43 smithi044 bash[32620]: audit 2023-12-07T15:19:41.942854+0000 mgr.a (mgr.24293) 13204 : audit 0 from='client.265617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:43 smithi044 bash[32620]: cluster 2023-12-07T15:19:42.002416+0000 mgr.a (mgr.24293) 13205 : cluster 0 pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:43 smithi022 bash[28554]: audit 2023-12-07T15:19:41.942854+0000 mgr.a (mgr.24293) 13204 : audit 0 from='client.265617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:44.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:43 smithi022 bash[28554]: cluster 2023-12-07T15:19:42.002416+0000 mgr.a (mgr.24293) 13205 : cluster 0 pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:43 smithi027 bash[31536]: audit 2023-12-07T15:19:41.942854+0000 mgr.a (mgr.24293) 13204 : audit 0 from='client.265617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:43 smithi027 bash[31536]: cluster 2023-12-07T15:19:42.002416+0000 mgr.a (mgr.24293) 13205 : cluster 0 pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:45 smithi044 bash[32620]: cluster 2023-12-07T15:19:44.003392+0000 mgr.a (mgr.24293) 13206 : cluster 0 pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:19:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:45 smithi022 bash[28554]: cluster 2023-12-07T15:19:44.003392+0000 mgr.a (mgr.24293) 13206 : cluster 0 pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:19:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:45 smithi027 bash[31536]: cluster 2023-12-07T15:19:44.003392+0000 mgr.a (mgr.24293) 13206 : cluster 0 pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:19:47.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:47.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:47.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:47 smithi044 bash[32620]: cluster 2023-12-07T15:19:46.004432+0000 mgr.a (mgr.24293) 13207 : cluster 0 pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:19:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:47 smithi022 bash[28554]: cluster 2023-12-07T15:19:46.004432+0000 mgr.a (mgr.24293) 13207 : cluster 0 pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:19:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:47 smithi027 bash[31536]: cluster 2023-12-07T15:19:46.004432+0000 mgr.a (mgr.24293) 13207 : cluster 0 pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:19:48.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:48.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:48.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:48.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:48.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:49 smithi022 bash[28554]: audit 2023-12-07T15:19:47.884057+0000 mgr.a (mgr.24293) 13208 : audit 0 from='client.265689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:49 smithi022 bash[28554]: cluster 2023-12-07T15:19:48.005204+0000 mgr.a (mgr.24293) 13209 : cluster 0 pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:49 smithi044 bash[32620]: audit 2023-12-07T15:19:47.884057+0000 mgr.a (mgr.24293) 13208 : audit 0 from='client.265689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:49 smithi044 bash[32620]: cluster 2023-12-07T15:19:48.005204+0000 mgr.a (mgr.24293) 13209 : cluster 0 pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:49 smithi027 bash[31536]: audit 2023-12-07T15:19:47.884057+0000 mgr.a (mgr.24293) 13208 : audit 0 from='client.265689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:49 smithi027 bash[31536]: cluster 2023-12-07T15:19:48.005204+0000 mgr.a (mgr.24293) 13209 : cluster 0 pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:51 smithi044 bash[32620]: cluster 2023-12-07T15:19:50.006067+0000 mgr.a (mgr.24293) 13210 : cluster 0 pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:51 smithi022 bash[28554]: cluster 2023-12-07T15:19:50.006067+0000 mgr.a (mgr.24293) 13210 : cluster 0 pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:51 smithi027 bash[31536]: cluster 2023-12-07T15:19:50.006067+0000 mgr.a (mgr.24293) 13210 : cluster 0 pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:53.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:53.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:53.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:53 smithi022 bash[28554]: cluster 2023-12-07T15:19:52.006945+0000 mgr.a (mgr.24293) 13211 : cluster 0 pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:53 smithi044 bash[32620]: cluster 2023-12-07T15:19:52.006945+0000 mgr.a (mgr.24293) 13211 : cluster 0 pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:53 smithi027 bash[31536]: cluster 2023-12-07T15:19:52.006945+0000 mgr.a (mgr.24293) 13211 : cluster 0 pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:54.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:19:54.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:54.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:54.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:54.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:19:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:54 smithi022 bash[28554]: audit 2023-12-07T15:19:53.836273+0000 mgr.a (mgr.24293) 13212 : audit 0 from='client.265761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:54 smithi044 bash[32620]: audit 2023-12-07T15:19:53.836273+0000 mgr.a (mgr.24293) 13212 : audit 0 from='client.265761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:55.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:54 smithi027 bash[31536]: audit 2023-12-07T15:19:53.836273+0000 mgr.a (mgr.24293) 13212 : audit 0 from='client.265761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:55 smithi044 bash[32620]: cluster 2023-12-07T15:19:54.007711+0000 mgr.a (mgr.24293) 13213 : cluster 0 pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:55 smithi022 bash[28554]: cluster 2023-12-07T15:19:54.007711+0000 mgr.a (mgr.24293) 13213 : cluster 0 pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:55 smithi027 bash[31536]: cluster 2023-12-07T15:19:54.007711+0000 mgr.a (mgr.24293) 13213 : cluster 0 pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:57 smithi022 bash[28554]: cluster 2023-12-07T15:19:56.008608+0000 mgr.a (mgr.24293) 13214 : cluster 0 pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:57 smithi044 bash[32620]: cluster 2023-12-07T15:19:56.008608+0000 mgr.a (mgr.24293) 13214 : cluster 0 pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:57 smithi027 bash[31536]: cluster 2023-12-07T15:19:56.008608+0000 mgr.a (mgr.24293) 13214 : cluster 0 pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:19:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:58 smithi044 bash[32620]: audit 2023-12-07T15:19:58.746134+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:19:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:58 smithi022 bash[28554]: audit 2023-12-07T15:19:58.746134+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:19:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:58 smithi027 bash[31536]: audit 2023-12-07T15:19:58.746134+0000 mon.a (mon.0) 2273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:19:59.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:19:59.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:59.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:19:59 smithi044 bash[32620]: cluster 2023-12-07T15:19:58.009147+0000 mgr.a (mgr.24293) 13215 : 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-07T15:20:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:19:59 smithi022 bash[28554]: cluster 2023-12-07T15:19:58.009147+0000 mgr.a (mgr.24293) 13215 : 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-07T15:20:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:19:59 smithi027 bash[31536]: cluster 2023-12-07T15:19:58.009147+0000 mgr.a (mgr.24293) 13215 : 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-07T15:20:00.289 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:00.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:00.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:00.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:00.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:00 smithi022 bash[28554]: audit 2023-12-07T15:19:59.776326+0000 mgr.a (mgr.24293) 13216 : audit 0 from='client.265833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:00 smithi022 bash[28554]: cluster 2023-12-07T15:20:00.000092+0000 mon.a (mon.0) 2274 : cluster 1 overall HEALTH_OK 2023-12-07T15:20:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:00 smithi044 bash[32620]: audit 2023-12-07T15:19:59.776326+0000 mgr.a (mgr.24293) 13216 : audit 0 from='client.265833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:00 smithi044 bash[32620]: cluster 2023-12-07T15:20:00.000092+0000 mon.a (mon.0) 2274 : cluster 1 overall HEALTH_OK 2023-12-07T15:20:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:00 smithi027 bash[31536]: audit 2023-12-07T15:19:59.776326+0000 mgr.a (mgr.24293) 13216 : audit 0 from='client.265833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:00 smithi027 bash[31536]: cluster 2023-12-07T15:20:00.000092+0000 mon.a (mon.0) 2274 : cluster 1 overall HEALTH_OK 2023-12-07T15:20:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:01 smithi044 bash[32620]: cluster 2023-12-07T15:20:00.009646+0000 mgr.a (mgr.24293) 13217 : 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-07T15:20:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:01 smithi022 bash[28554]: cluster 2023-12-07T15:20:00.009646+0000 mgr.a (mgr.24293) 13217 : 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-07T15:20:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:01 smithi027 bash[31536]: cluster 2023-12-07T15:20:00.009646+0000 mgr.a (mgr.24293) 13217 : 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-07T15:20:04.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:03 smithi044 bash[32620]: cluster 2023-12-07T15:20:02.010566+0000 mgr.a (mgr.24293) 13218 : 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-07T15:20:04.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:03 smithi022 bash[28554]: cluster 2023-12-07T15:20:02.010566+0000 mgr.a (mgr.24293) 13218 : 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-07T15:20:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:03 smithi027 bash[31536]: cluster 2023-12-07T15:20:02.010566+0000 mgr.a (mgr.24293) 13218 : 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-07T15:20:05.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:05.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:05.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:06.173 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:06.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:06.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:06.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:06.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:05 smithi022 bash[28554]: cluster 2023-12-07T15:20:04.011149+0000 mgr.a (mgr.24293) 13219 : 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-07T15:20:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:05 smithi044 bash[32620]: cluster 2023-12-07T15:20:04.011149+0000 mgr.a (mgr.24293) 13219 : 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-07T15:20:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:05 smithi027 bash[31536]: cluster 2023-12-07T15:20:04.011149+0000 mgr.a (mgr.24293) 13219 : 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-07T15:20:07.082 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:06 smithi022 bash[28554]: audit 2023-12-07T15:20:05.700898+0000 mgr.a (mgr.24293) 13220 : audit 0 from='client.265911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:06 smithi044 bash[32620]: audit 2023-12-07T15:20:05.700898+0000 mgr.a (mgr.24293) 13220 : audit 0 from='client.265911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:06 smithi027 bash[31536]: audit 2023-12-07T15:20:05.700898+0000 mgr.a (mgr.24293) 13220 : audit 0 from='client.265911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:07 smithi044 bash[32620]: cluster 2023-12-07T15:20:06.012049+0000 mgr.a (mgr.24293) 13221 : cluster 0 pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:07 smithi022 bash[28554]: cluster 2023-12-07T15:20:06.012049+0000 mgr.a (mgr.24293) 13221 : cluster 0 pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:07 smithi027 bash[31536]: cluster 2023-12-07T15:20:06.012049+0000 mgr.a (mgr.24293) 13221 : cluster 0 pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:09 smithi022 bash[28554]: cluster 2023-12-07T15:20:08.012654+0000 mgr.a (mgr.24293) 13222 : cluster 0 pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:09 smithi022 bash[28554]: audit 2023-12-07T15:20:09.583185+0000 mon.a (mon.0) 2275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:09 smithi022 bash[28554]: audit 2023-12-07T15:20:09.589573+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:09 smithi022 bash[28554]: audit 2023-12-07T15:20:09.591041+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:09 smithi022 bash[28554]: audit 2023-12-07T15:20:09.592498+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:09 smithi022 bash[28554]: audit 2023-12-07T15:20:09.600025+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:09 smithi044 bash[32620]: cluster 2023-12-07T15:20:08.012654+0000 mgr.a (mgr.24293) 13222 : cluster 0 pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:09 smithi044 bash[32620]: audit 2023-12-07T15:20:09.583185+0000 mon.a (mon.0) 2275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:09 smithi044 bash[32620]: audit 2023-12-07T15:20:09.589573+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:09 smithi044 bash[32620]: audit 2023-12-07T15:20:09.591041+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:09 smithi044 bash[32620]: audit 2023-12-07T15:20:09.592498+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:20:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:09 smithi044 bash[32620]: audit 2023-12-07T15:20:09.600025+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:09 smithi027 bash[31536]: cluster 2023-12-07T15:20:08.012654+0000 mgr.a (mgr.24293) 13222 : cluster 0 pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:09 smithi027 bash[31536]: audit 2023-12-07T15:20:09.583185+0000 mon.a (mon.0) 2275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:09 smithi027 bash[31536]: audit 2023-12-07T15:20:09.589573+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:09 smithi027 bash[31536]: audit 2023-12-07T15:20:09.591041+0000 mon.a (mon.0) 2277 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:20:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:09 smithi027 bash[31536]: audit 2023-12-07T15:20:09.592498+0000 mon.a (mon.0) 2278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:20:10.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:09 smithi027 bash[31536]: audit 2023-12-07T15:20:09.600025+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:20:11.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:11.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:11.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:12.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:12.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:12.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:12.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:12.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:12.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:11 smithi022 bash[28554]: cluster 2023-12-07T15:20:10.013277+0000 mgr.a (mgr.24293) 13223 : cluster 0 pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:11 smithi044 bash[32620]: cluster 2023-12-07T15:20:10.013277+0000 mgr.a (mgr.24293) 13223 : cluster 0 pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:11 smithi027 bash[31536]: cluster 2023-12-07T15:20:10.013277+0000 mgr.a (mgr.24293) 13223 : cluster 0 pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:12 smithi022 bash[28554]: audit 2023-12-07T15:20:11.587128+0000 mgr.a (mgr.24293) 13224 : audit 0 from='client.265989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:12 smithi044 bash[32620]: audit 2023-12-07T15:20:11.587128+0000 mgr.a (mgr.24293) 13224 : audit 0 from='client.265989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:12 smithi027 bash[31536]: audit 2023-12-07T15:20:11.587128+0000 mgr.a (mgr.24293) 13224 : audit 0 from='client.265989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:13 smithi022 bash[28554]: cluster 2023-12-07T15:20:12.014426+0000 mgr.a (mgr.24293) 13225 : cluster 0 pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:13 smithi044 bash[32620]: cluster 2023-12-07T15:20:12.014426+0000 mgr.a (mgr.24293) 13225 : cluster 0 pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:13 smithi027 bash[31536]: cluster 2023-12-07T15:20:12.014426+0000 mgr.a (mgr.24293) 13225 : cluster 0 pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:15 smithi044 bash[32620]: cluster 2023-12-07T15:20:14.015011+0000 mgr.a (mgr.24293) 13226 : cluster 0 pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:16.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:15 smithi022 bash[28554]: cluster 2023-12-07T15:20:14.015011+0000 mgr.a (mgr.24293) 13226 : cluster 0 pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:15 smithi027 bash[31536]: cluster 2023-12-07T15:20:14.015011+0000 mgr.a (mgr.24293) 13226 : cluster 0 pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:17.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:17.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:17.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:18.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:18.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:18.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:18.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:18.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:17 smithi022 bash[28554]: cluster 2023-12-07T15:20:16.015814+0000 mgr.a (mgr.24293) 13227 : cluster 0 pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:17 smithi044 bash[32620]: cluster 2023-12-07T15:20:16.015814+0000 mgr.a (mgr.24293) 13227 : cluster 0 pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:17 smithi027 bash[31536]: cluster 2023-12-07T15:20:16.015814+0000 mgr.a (mgr.24293) 13227 : cluster 0 pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:18 smithi022 bash[28554]: audit 2023-12-07T15:20:17.537999+0000 mgr.a (mgr.24293) 13228 : audit 0 from='client.266058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:18 smithi044 bash[32620]: audit 2023-12-07T15:20:17.537999+0000 mgr.a (mgr.24293) 13228 : audit 0 from='client.266058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:18 smithi027 bash[31536]: audit 2023-12-07T15:20:17.537999+0000 mgr.a (mgr.24293) 13228 : audit 0 from='client.266058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:19 smithi044 bash[32620]: cluster 2023-12-07T15:20:18.016373+0000 mgr.a (mgr.24293) 13229 : cluster 0 pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:20.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:19 smithi022 bash[28554]: cluster 2023-12-07T15:20:18.016373+0000 mgr.a (mgr.24293) 13229 : cluster 0 pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:19 smithi027 bash[31536]: cluster 2023-12-07T15:20:18.016373+0000 mgr.a (mgr.24293) 13229 : cluster 0 pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:21 smithi022 bash[28554]: cluster 2023-12-07T15:20:20.016968+0000 mgr.a (mgr.24293) 13230 : cluster 0 pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:22.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:21 smithi044 bash[32620]: cluster 2023-12-07T15:20:20.016968+0000 mgr.a (mgr.24293) 13230 : cluster 0 pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:21 smithi027 bash[31536]: cluster 2023-12-07T15:20:20.016968+0000 mgr.a (mgr.24293) 13230 : cluster 0 pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:23.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:23.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:23.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:24.000 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:24.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:24.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:24.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:24.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:23 smithi044 bash[32620]: cluster 2023-12-07T15:20:22.017732+0000 mgr.a (mgr.24293) 13231 : cluster 0 pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:24.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:23 smithi022 bash[28554]: cluster 2023-12-07T15:20:22.017732+0000 mgr.a (mgr.24293) 13231 : cluster 0 pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:23 smithi027 bash[31536]: cluster 2023-12-07T15:20:22.017732+0000 mgr.a (mgr.24293) 13231 : cluster 0 pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:24 smithi044 bash[32620]: audit 2023-12-07T15:20:23.472407+0000 mgr.a (mgr.24293) 13232 : audit 0 from='client.266133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:24 smithi022 bash[28554]: audit 2023-12-07T15:20:23.472407+0000 mgr.a (mgr.24293) 13232 : audit 0 from='client.266133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:24 smithi027 bash[31536]: audit 2023-12-07T15:20:23.472407+0000 mgr.a (mgr.24293) 13232 : audit 0 from='client.266133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:25 smithi022 bash[28554]: cluster 2023-12-07T15:20:24.018519+0000 mgr.a (mgr.24293) 13233 : cluster 0 pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:25 smithi044 bash[32620]: cluster 2023-12-07T15:20:24.018519+0000 mgr.a (mgr.24293) 13233 : cluster 0 pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:25 smithi027 bash[31536]: cluster 2023-12-07T15:20:24.018519+0000 mgr.a (mgr.24293) 13233 : cluster 0 pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:27 smithi022 bash[28554]: cluster 2023-12-07T15:20:26.019360+0000 mgr.a (mgr.24293) 13234 : cluster 0 pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:28.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:27 smithi044 bash[32620]: cluster 2023-12-07T15:20:26.019360+0000 mgr.a (mgr.24293) 13234 : cluster 0 pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:27 smithi027 bash[31536]: cluster 2023-12-07T15:20:26.019360+0000 mgr.a (mgr.24293) 13234 : cluster 0 pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:29.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:29.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:29.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:29.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:29.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:29.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:29.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:29.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:29 smithi044 bash[32620]: cluster 2023-12-07T15:20:28.019942+0000 mgr.a (mgr.24293) 13235 : cluster 0 pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:29 smithi022 bash[28554]: cluster 2023-12-07T15:20:28.019942+0000 mgr.a (mgr.24293) 13235 : cluster 0 pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:29 smithi027 bash[31536]: cluster 2023-12-07T15:20:28.019942+0000 mgr.a (mgr.24293) 13235 : cluster 0 pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:30 smithi044 bash[32620]: audit 2023-12-07T15:20:29.408479+0000 mgr.a (mgr.24293) 13236 : audit 0 from='client.266211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:30 smithi044 bash[32620]: cluster 2023-12-07T15:20:30.020666+0000 mgr.a (mgr.24293) 13237 : cluster 0 pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:30 smithi022 bash[28554]: audit 2023-12-07T15:20:29.408479+0000 mgr.a (mgr.24293) 13236 : audit 0 from='client.266211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:30 smithi022 bash[28554]: cluster 2023-12-07T15:20:30.020666+0000 mgr.a (mgr.24293) 13237 : cluster 0 pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:30 smithi027 bash[31536]: audit 2023-12-07T15:20:29.408479+0000 mgr.a (mgr.24293) 13236 : audit 0 from='client.266211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:30 smithi027 bash[31536]: cluster 2023-12-07T15:20:30.020666+0000 mgr.a (mgr.24293) 13237 : cluster 0 pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:33 smithi044 bash[32620]: cluster 2023-12-07T15:20:32.021642+0000 mgr.a (mgr.24293) 13238 : cluster 0 pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:33 smithi022 bash[28554]: cluster 2023-12-07T15:20:32.021642+0000 mgr.a (mgr.24293) 13238 : cluster 0 pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:33 smithi027 bash[31536]: cluster 2023-12-07T15:20:32.021642+0000 mgr.a (mgr.24293) 13238 : cluster 0 pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:34.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:34.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:34.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:35.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:35.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:35.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:35.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:35.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:35 smithi022 bash[28554]: cluster 2023-12-07T15:20:34.022386+0000 mgr.a (mgr.24293) 13239 : 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-07T15:20:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:35 smithi044 bash[32620]: cluster 2023-12-07T15:20:34.022386+0000 mgr.a (mgr.24293) 13239 : 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-07T15:20:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:35 smithi027 bash[31536]: cluster 2023-12-07T15:20:34.022386+0000 mgr.a (mgr.24293) 13239 : 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-07T15:20:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:36 smithi022 bash[28554]: audit 2023-12-07T15:20:35.369032+0000 mgr.a (mgr.24293) 13240 : audit 0 from='client.266283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:36 smithi044 bash[32620]: audit 2023-12-07T15:20:35.369032+0000 mgr.a (mgr.24293) 13240 : audit 0 from='client.266283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:36 smithi027 bash[31536]: audit 2023-12-07T15:20:35.369032+0000 mgr.a (mgr.24293) 13240 : audit 0 from='client.266283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:37 smithi022 bash[28554]: cluster 2023-12-07T15:20:36.023432+0000 mgr.a (mgr.24293) 13241 : cluster 0 pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:20:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:37 smithi044 bash[32620]: cluster 2023-12-07T15:20:36.023432+0000 mgr.a (mgr.24293) 13241 : cluster 0 pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:20:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:37 smithi027 bash[31536]: cluster 2023-12-07T15:20:36.023432+0000 mgr.a (mgr.24293) 13241 : cluster 0 pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:20:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:39 smithi022 bash[28554]: cluster 2023-12-07T15:20:38.024036+0000 mgr.a (mgr.24293) 13242 : cluster 0 pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:20:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:39 smithi044 bash[32620]: cluster 2023-12-07T15:20:38.024036+0000 mgr.a (mgr.24293) 13242 : cluster 0 pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:20:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:39 smithi027 bash[31536]: cluster 2023-12-07T15:20:38.024036+0000 mgr.a (mgr.24293) 13242 : cluster 0 pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:20:40.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:40.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:40.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:41.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:41.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:41 smithi044 bash[32620]: cluster 2023-12-07T15:20:40.024587+0000 mgr.a (mgr.24293) 13243 : cluster 0 pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:20:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:41 smithi022 bash[28554]: cluster 2023-12-07T15:20:40.024587+0000 mgr.a (mgr.24293) 13243 : cluster 0 pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:20:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:41 smithi027 bash[31536]: cluster 2023-12-07T15:20:40.024587+0000 mgr.a (mgr.24293) 13243 : cluster 0 pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:20:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:42 smithi022 bash[28554]: audit 2023-12-07T15:20:41.285593+0000 mgr.a (mgr.24293) 13244 : audit 0 from='client.266355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:42 smithi044 bash[32620]: audit 2023-12-07T15:20:41.285593+0000 mgr.a (mgr.24293) 13244 : audit 0 from='client.266355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:42 smithi027 bash[31536]: audit 2023-12-07T15:20:41.285593+0000 mgr.a (mgr.24293) 13244 : audit 0 from='client.266355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:43 smithi022 bash[28554]: cluster 2023-12-07T15:20:42.025626+0000 mgr.a (mgr.24293) 13245 : cluster 0 pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:43 smithi044 bash[32620]: cluster 2023-12-07T15:20:42.025626+0000 mgr.a (mgr.24293) 13245 : cluster 0 pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:43 smithi027 bash[31536]: cluster 2023-12-07T15:20:42.025626+0000 mgr.a (mgr.24293) 13245 : cluster 0 pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:45 smithi022 bash[28554]: cluster 2023-12-07T15:20:44.026209+0000 mgr.a (mgr.24293) 13246 : cluster 0 pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:45 smithi044 bash[32620]: cluster 2023-12-07T15:20:44.026209+0000 mgr.a (mgr.24293) 13246 : cluster 0 pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:45 smithi027 bash[31536]: cluster 2023-12-07T15:20:44.026209+0000 mgr.a (mgr.24293) 13246 : cluster 0 pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:46.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:46.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:46.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:47.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:47.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:47.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:47.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:47.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:47 smithi044 bash[32620]: cluster 2023-12-07T15:20:46.026975+0000 mgr.a (mgr.24293) 13247 : cluster 0 pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:47 smithi022 bash[28554]: cluster 2023-12-07T15:20:46.026975+0000 mgr.a (mgr.24293) 13247 : cluster 0 pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:47 smithi027 bash[31536]: cluster 2023-12-07T15:20:46.026975+0000 mgr.a (mgr.24293) 13247 : cluster 0 pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:48 smithi022 bash[28554]: audit 2023-12-07T15:20:47.240704+0000 mgr.a (mgr.24293) 13248 : audit 0 from='client.266433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:48 smithi044 bash[32620]: audit 2023-12-07T15:20:47.240704+0000 mgr.a (mgr.24293) 13248 : audit 0 from='client.266433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:49.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:48 smithi027 bash[31536]: audit 2023-12-07T15:20:47.240704+0000 mgr.a (mgr.24293) 13248 : audit 0 from='client.266433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:49 smithi044 bash[32620]: cluster 2023-12-07T15:20:48.027756+0000 mgr.a (mgr.24293) 13249 : cluster 0 pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:49 smithi022 bash[28554]: cluster 2023-12-07T15:20:48.027756+0000 mgr.a (mgr.24293) 13249 : cluster 0 pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:49 smithi027 bash[31536]: cluster 2023-12-07T15:20:48.027756+0000 mgr.a (mgr.24293) 13249 : cluster 0 pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:51 smithi044 bash[32620]: cluster 2023-12-07T15:20:50.028339+0000 mgr.a (mgr.24293) 13250 : cluster 0 pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:51 smithi022 bash[28554]: cluster 2023-12-07T15:20:50.028339+0000 mgr.a (mgr.24293) 13250 : cluster 0 pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:51 smithi027 bash[31536]: cluster 2023-12-07T15:20:50.028339+0000 mgr.a (mgr.24293) 13250 : cluster 0 pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:52.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:52.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:52.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:53.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:53.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:53.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:53.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:53.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:20:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:53 smithi044 bash[32620]: cluster 2023-12-07T15:20:52.029170+0000 mgr.a (mgr.24293) 13251 : cluster 0 pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:20:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:53 smithi022 bash[28554]: cluster 2023-12-07T15:20:52.029170+0000 mgr.a (mgr.24293) 13251 : cluster 0 pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:20:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:53 smithi027 bash[31536]: cluster 2023-12-07T15:20:52.029170+0000 mgr.a (mgr.24293) 13251 : cluster 0 pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:20:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:54 smithi044 bash[32620]: audit 2023-12-07T15:20:53.191369+0000 mgr.a (mgr.24293) 13252 : audit 0 from='client.266511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:54 smithi022 bash[28554]: audit 2023-12-07T15:20:53.191369+0000 mgr.a (mgr.24293) 13252 : audit 0 from='client.266511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:55.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:54 smithi027 bash[31536]: audit 2023-12-07T15:20:53.191369+0000 mgr.a (mgr.24293) 13252 : audit 0 from='client.266511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:55 smithi044 bash[32620]: cluster 2023-12-07T15:20:54.030076+0000 mgr.a (mgr.24293) 13253 : cluster 0 pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:56.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:55 smithi022 bash[28554]: cluster 2023-12-07T15:20:54.030076+0000 mgr.a (mgr.24293) 13253 : cluster 0 pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:55 smithi027 bash[31536]: cluster 2023-12-07T15:20:54.030076+0000 mgr.a (mgr.24293) 13253 : cluster 0 pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:57 smithi044 bash[32620]: cluster 2023-12-07T15:20:56.031117+0000 mgr.a (mgr.24293) 13254 : cluster 0 pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:57 smithi022 bash[28554]: cluster 2023-12-07T15:20:56.031117+0000 mgr.a (mgr.24293) 13254 : cluster 0 pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:57 smithi027 bash[31536]: cluster 2023-12-07T15:20:56.031117+0000 mgr.a (mgr.24293) 13254 : cluster 0 pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:58.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:20:58.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:58.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:59.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:20:59.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:59.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:59.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:59.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:20:59 smithi022 bash[28554]: cluster 2023-12-07T15:20:58.031749+0000 mgr.a (mgr.24293) 13255 : cluster 0 pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:20:59 smithi044 bash[32620]: cluster 2023-12-07T15:20:58.031749+0000 mgr.a (mgr.24293) 13255 : cluster 0 pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:20:59 smithi027 bash[31536]: cluster 2023-12-07T15:20:58.031749+0000 mgr.a (mgr.24293) 13255 : cluster 0 pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:00 smithi022 bash[28554]: audit 2023-12-07T15:20:59.133594+0000 mgr.a (mgr.24293) 13256 : audit 0 from='client.266589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:00 smithi044 bash[32620]: audit 2023-12-07T15:20:59.133594+0000 mgr.a (mgr.24293) 13256 : audit 0 from='client.266589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:00 smithi027 bash[31536]: audit 2023-12-07T15:20:59.133594+0000 mgr.a (mgr.24293) 13256 : audit 0 from='client.266589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:01 smithi044 bash[32620]: cluster 2023-12-07T15:21:00.032401+0000 mgr.a (mgr.24293) 13257 : cluster 0 pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:01 smithi022 bash[28554]: cluster 2023-12-07T15:21:00.032401+0000 mgr.a (mgr.24293) 13257 : cluster 0 pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:01 smithi027 bash[31536]: cluster 2023-12-07T15:21:00.032401+0000 mgr.a (mgr.24293) 13257 : cluster 0 pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:03 smithi022 bash[28554]: cluster 2023-12-07T15:21:02.033242+0000 mgr.a (mgr.24293) 13258 : cluster 0 pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:03 smithi044 bash[32620]: cluster 2023-12-07T15:21:02.033242+0000 mgr.a (mgr.24293) 13258 : cluster 0 pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:03 smithi027 bash[31536]: cluster 2023-12-07T15:21:02.033242+0000 mgr.a (mgr.24293) 13258 : cluster 0 pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:04.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:04.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:04.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:05.588 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:05.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:05.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:05.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:05.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:05 smithi022 bash[28554]: cluster 2023-12-07T15:21:04.033833+0000 mgr.a (mgr.24293) 13259 : 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-07T15:21:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:05 smithi044 bash[32620]: cluster 2023-12-07T15:21:04.033833+0000 mgr.a (mgr.24293) 13259 : 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-07T15:21:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:05 smithi027 bash[31536]: cluster 2023-12-07T15:21:04.033833+0000 mgr.a (mgr.24293) 13259 : 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-07T15:21:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:06 smithi022 bash[28554]: audit 2023-12-07T15:21:05.062979+0000 mgr.a (mgr.24293) 13260 : audit 0 from='client.266664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:06 smithi044 bash[32620]: audit 2023-12-07T15:21:05.062979+0000 mgr.a (mgr.24293) 13260 : audit 0 from='client.266664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:07.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:06 smithi027 bash[31536]: audit 2023-12-07T15:21:05.062979+0000 mgr.a (mgr.24293) 13260 : audit 0 from='client.266664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:07 smithi044 bash[32620]: cluster 2023-12-07T15:21:06.034955+0000 mgr.a (mgr.24293) 13261 : cluster 0 pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:21:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:07 smithi022 bash[28554]: cluster 2023-12-07T15:21:06.034955+0000 mgr.a (mgr.24293) 13261 : cluster 0 pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:21:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:07 smithi027 bash[31536]: cluster 2023-12-07T15:21:06.034955+0000 mgr.a (mgr.24293) 13261 : cluster 0 pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:21:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:09 smithi044 bash[32620]: cluster 2023-12-07T15:21:08.035684+0000 mgr.a (mgr.24293) 13262 : cluster 0 pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:21:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:09 smithi044 bash[32620]: audit 2023-12-07T15:21:09.702860+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:21:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:09 smithi022 bash[28554]: cluster 2023-12-07T15:21:08.035684+0000 mgr.a (mgr.24293) 13262 : cluster 0 pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:21:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:09 smithi022 bash[28554]: audit 2023-12-07T15:21:09.702860+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:21:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:09 smithi027 bash[31536]: cluster 2023-12-07T15:21:08.035684+0000 mgr.a (mgr.24293) 13262 : cluster 0 pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:21:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:09 smithi027 bash[31536]: audit 2023-12-07T15:21:09.702860+0000 mon.a (mon.0) 2280 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:21:10.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:10.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:10.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:11.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:11.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:11.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:11.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:11.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:11 smithi022 bash[28554]: cluster 2023-12-07T15:21:10.036246+0000 mgr.a (mgr.24293) 13263 : cluster 0 pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:21:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:11 smithi044 bash[32620]: cluster 2023-12-07T15:21:10.036246+0000 mgr.a (mgr.24293) 13263 : cluster 0 pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:21:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:11 smithi027 bash[31536]: cluster 2023-12-07T15:21:10.036246+0000 mgr.a (mgr.24293) 13263 : cluster 0 pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:21:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:12 smithi022 bash[28554]: audit 2023-12-07T15:21:10.994932+0000 mgr.a (mgr.24293) 13264 : audit 0 from='client.266739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:12 smithi044 bash[32620]: audit 2023-12-07T15:21:10.994932+0000 mgr.a (mgr.24293) 13264 : audit 0 from='client.266739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:12 smithi027 bash[31536]: audit 2023-12-07T15:21:10.994932+0000 mgr.a (mgr.24293) 13264 : audit 0 from='client.266739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:13 smithi044 bash[32620]: cluster 2023-12-07T15:21:12.037464+0000 mgr.a (mgr.24293) 13265 : cluster 0 pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:13 smithi022 bash[28554]: cluster 2023-12-07T15:21:12.037464+0000 mgr.a (mgr.24293) 13265 : cluster 0 pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:13 smithi027 bash[31536]: cluster 2023-12-07T15:21:12.037464+0000 mgr.a (mgr.24293) 13265 : cluster 0 pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:15 smithi022 bash[28554]: cluster 2023-12-07T15:21:14.038043+0000 mgr.a (mgr.24293) 13266 : cluster 0 pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:15 smithi044 bash[32620]: cluster 2023-12-07T15:21:14.038043+0000 mgr.a (mgr.24293) 13266 : cluster 0 pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:15 smithi027 bash[31536]: cluster 2023-12-07T15:21:14.038043+0000 mgr.a (mgr.24293) 13266 : cluster 0 pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:16.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:16.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:16.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:17.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:17.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:17.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:17.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:17.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:17 smithi022 bash[28554]: cluster 2023-12-07T15:21:16.038818+0000 mgr.a (mgr.24293) 13267 : cluster 0 pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:17 smithi044 bash[32620]: cluster 2023-12-07T15:21:16.038818+0000 mgr.a (mgr.24293) 13267 : cluster 0 pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:17 smithi027 bash[31536]: cluster 2023-12-07T15:21:16.038818+0000 mgr.a (mgr.24293) 13267 : cluster 0 pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:18 smithi022 bash[28554]: audit 2023-12-07T15:21:16.928707+0000 mgr.a (mgr.24293) 13268 : audit 0 from='client.266814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:18 smithi044 bash[32620]: audit 2023-12-07T15:21:16.928707+0000 mgr.a (mgr.24293) 13268 : audit 0 from='client.266814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:18 smithi027 bash[31536]: audit 2023-12-07T15:21:16.928707+0000 mgr.a (mgr.24293) 13268 : audit 0 from='client.266814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:19 smithi044 bash[32620]: cluster 2023-12-07T15:21:18.039604+0000 mgr.a (mgr.24293) 13269 : cluster 0 pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:21:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:19 smithi022 bash[28554]: cluster 2023-12-07T15:21:18.039604+0000 mgr.a (mgr.24293) 13269 : cluster 0 pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:21:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:19 smithi027 bash[31536]: cluster 2023-12-07T15:21:18.039604+0000 mgr.a (mgr.24293) 13269 : cluster 0 pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:21:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:21 smithi022 bash[28554]: cluster 2023-12-07T15:21:20.040351+0000 mgr.a (mgr.24293) 13270 : cluster 0 pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:21:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:21 smithi022 bash[28554]: audit 2023-12-07T15:21:20.149238+0000 mon.a (mon.0) 2281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:21 smithi022 bash[28554]: audit 2023-12-07T15:21:20.155561+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:21 smithi022 bash[28554]: audit 2023-12-07T15:21:20.157341+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:21 smithi022 bash[28554]: audit 2023-12-07T15:21:20.159161+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:21 smithi022 bash[28554]: audit 2023-12-07T15:21:20.167440+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:21 smithi044 bash[32620]: cluster 2023-12-07T15:21:20.040351+0000 mgr.a (mgr.24293) 13270 : cluster 0 pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:21 smithi044 bash[32620]: audit 2023-12-07T15:21:20.149238+0000 mon.a (mon.0) 2281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:21 smithi044 bash[32620]: audit 2023-12-07T15:21:20.155561+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:21 smithi044 bash[32620]: audit 2023-12-07T15:21:20.157341+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:21 smithi044 bash[32620]: audit 2023-12-07T15:21:20.159161+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:21:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:21 smithi044 bash[32620]: audit 2023-12-07T15:21:20.167440+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:21 smithi027 bash[31536]: cluster 2023-12-07T15:21:20.040351+0000 mgr.a (mgr.24293) 13270 : cluster 0 pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:21:21.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:21 smithi027 bash[31536]: audit 2023-12-07T15:21:20.149238+0000 mon.a (mon.0) 2281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:21 smithi027 bash[31536]: audit 2023-12-07T15:21:20.155561+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:21 smithi027 bash[31536]: audit 2023-12-07T15:21:20.157341+0000 mon.a (mon.0) 2283 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:21:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:21 smithi027 bash[31536]: audit 2023-12-07T15:21:20.159161+0000 mon.a (mon.0) 2284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:21:21.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:21 smithi027 bash[31536]: audit 2023-12-07T15:21:20.167440+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:21:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:22.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:22.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:23.377 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:23.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:23.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:23.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:23.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:23.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:23 smithi044 bash[32620]: cluster 2023-12-07T15:21:22.041156+0000 mgr.a (mgr.24293) 13271 : cluster 0 pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:21:23.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:23 smithi044 bash[32620]: audit 2023-12-07T15:21:22.854437+0000 mgr.a (mgr.24293) 13272 : audit 0 from='client.266889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:23 smithi022 bash[28554]: cluster 2023-12-07T15:21:22.041156+0000 mgr.a (mgr.24293) 13271 : cluster 0 pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:21:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:23 smithi022 bash[28554]: audit 2023-12-07T15:21:22.854437+0000 mgr.a (mgr.24293) 13272 : audit 0 from='client.266889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:23 smithi027 bash[31536]: cluster 2023-12-07T15:21:22.041156+0000 mgr.a (mgr.24293) 13271 : cluster 0 pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:21:23.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:23 smithi027 bash[31536]: audit 2023-12-07T15:21:22.854437+0000 mgr.a (mgr.24293) 13272 : audit 0 from='client.266889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:25 smithi022 bash[28554]: cluster 2023-12-07T15:21:24.041892+0000 mgr.a (mgr.24293) 13273 : cluster 0 pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:25 smithi044 bash[32620]: cluster 2023-12-07T15:21:24.041892+0000 mgr.a (mgr.24293) 13273 : cluster 0 pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:25 smithi027 bash[31536]: cluster 2023-12-07T15:21:24.041892+0000 mgr.a (mgr.24293) 13273 : cluster 0 pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:27 smithi044 bash[32620]: cluster 2023-12-07T15:21:26.042879+0000 mgr.a (mgr.24293) 13274 : cluster 0 pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:27 smithi022 bash[28554]: cluster 2023-12-07T15:21:26.042879+0000 mgr.a (mgr.24293) 13274 : cluster 0 pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:27 smithi027 bash[31536]: cluster 2023-12-07T15:21:26.042879+0000 mgr.a (mgr.24293) 13274 : cluster 0 pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:28.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:28.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:28.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:29.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:29.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:29.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:29.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:29.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:29 smithi044 bash[32620]: cluster 2023-12-07T15:21:28.043663+0000 mgr.a (mgr.24293) 13275 : cluster 0 pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:29 smithi044 bash[32620]: audit 2023-12-07T15:21:28.776387+0000 mgr.a (mgr.24293) 13276 : audit 0 from='client.266967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:29 smithi022 bash[28554]: cluster 2023-12-07T15:21:28.043663+0000 mgr.a (mgr.24293) 13275 : cluster 0 pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:30.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:29 smithi022 bash[28554]: audit 2023-12-07T15:21:28.776387+0000 mgr.a (mgr.24293) 13276 : audit 0 from='client.266967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:29 smithi027 bash[31536]: cluster 2023-12-07T15:21:28.043663+0000 mgr.a (mgr.24293) 13275 : cluster 0 pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:29 smithi027 bash[31536]: audit 2023-12-07T15:21:28.776387+0000 mgr.a (mgr.24293) 13276 : audit 0 from='client.266967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:31 smithi044 bash[32620]: cluster 2023-12-07T15:21:30.044437+0000 mgr.a (mgr.24293) 13277 : cluster 0 pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:31 smithi022 bash[28554]: cluster 2023-12-07T15:21:30.044437+0000 mgr.a (mgr.24293) 13277 : cluster 0 pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:31 smithi027 bash[31536]: cluster 2023-12-07T15:21:30.044437+0000 mgr.a (mgr.24293) 13277 : cluster 0 pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:33 smithi044 bash[32620]: cluster 2023-12-07T15:21:32.045463+0000 mgr.a (mgr.24293) 13278 : cluster 0 pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:33 smithi022 bash[28554]: cluster 2023-12-07T15:21:32.045463+0000 mgr.a (mgr.24293) 13278 : cluster 0 pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:33 smithi027 bash[31536]: cluster 2023-12-07T15:21:32.045463+0000 mgr.a (mgr.24293) 13278 : cluster 0 pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:34.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:34.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:34.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:35.244 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:35.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:35.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:35.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:35.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:35 smithi022 bash[28554]: cluster 2023-12-07T15:21:34.046173+0000 mgr.a (mgr.24293) 13279 : cluster 0 pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:35 smithi022 bash[28554]: audit 2023-12-07T15:21:34.715761+0000 mgr.a (mgr.24293) 13280 : audit 0 from='client.267042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:35 smithi044 bash[32620]: cluster 2023-12-07T15:21:34.046173+0000 mgr.a (mgr.24293) 13279 : cluster 0 pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:35 smithi044 bash[32620]: audit 2023-12-07T15:21:34.715761+0000 mgr.a (mgr.24293) 13280 : audit 0 from='client.267042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:35 smithi027 bash[31536]: cluster 2023-12-07T15:21:34.046173+0000 mgr.a (mgr.24293) 13279 : cluster 0 pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:36.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:35 smithi027 bash[31536]: audit 2023-12-07T15:21:34.715761+0000 mgr.a (mgr.24293) 13280 : audit 0 from='client.267042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:37 smithi022 bash[28554]: cluster 2023-12-07T15:21:36.047100+0000 mgr.a (mgr.24293) 13281 : cluster 0 pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:37 smithi044 bash[32620]: cluster 2023-12-07T15:21:36.047100+0000 mgr.a (mgr.24293) 13281 : cluster 0 pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:37 smithi027 bash[31536]: cluster 2023-12-07T15:21:36.047100+0000 mgr.a (mgr.24293) 13281 : cluster 0 pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:39 smithi022 bash[28554]: cluster 2023-12-07T15:21:38.047727+0000 mgr.a (mgr.24293) 13282 : 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-07T15:21:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:39 smithi044 bash[32620]: cluster 2023-12-07T15:21:38.047727+0000 mgr.a (mgr.24293) 13282 : 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-07T15:21:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:39 smithi027 bash[31536]: cluster 2023-12-07T15:21:38.047727+0000 mgr.a (mgr.24293) 13282 : 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-07T15:21:40.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:40.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:40.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:41.157 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:41.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:41.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:41.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:41.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:41 smithi044 bash[32620]: cluster 2023-12-07T15:21:40.048244+0000 mgr.a (mgr.24293) 13283 : 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-07T15:21:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:41 smithi044 bash[32620]: audit 2023-12-07T15:21:40.663130+0000 mgr.a (mgr.24293) 13284 : audit 0 from='client.267120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:41 smithi022 bash[28554]: cluster 2023-12-07T15:21:40.048244+0000 mgr.a (mgr.24293) 13283 : 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-07T15:21:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:41 smithi022 bash[28554]: audit 2023-12-07T15:21:40.663130+0000 mgr.a (mgr.24293) 13284 : audit 0 from='client.267120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:41 smithi027 bash[31536]: cluster 2023-12-07T15:21:40.048244+0000 mgr.a (mgr.24293) 13283 : 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-07T15:21:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:41 smithi027 bash[31536]: audit 2023-12-07T15:21:40.663130+0000 mgr.a (mgr.24293) 13284 : audit 0 from='client.267120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:43 smithi044 bash[32620]: cluster 2023-12-07T15:21:42.049309+0000 mgr.a (mgr.24293) 13285 : cluster 0 pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:43 smithi022 bash[28554]: cluster 2023-12-07T15:21:42.049309+0000 mgr.a (mgr.24293) 13285 : cluster 0 pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:43 smithi027 bash[31536]: cluster 2023-12-07T15:21:42.049309+0000 mgr.a (mgr.24293) 13285 : cluster 0 pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:46.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:46.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:46.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:45 smithi022 bash[28554]: cluster 2023-12-07T15:21:44.049899+0000 mgr.a (mgr.24293) 13286 : cluster 0 pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:45 smithi044 bash[32620]: cluster 2023-12-07T15:21:44.049899+0000 mgr.a (mgr.24293) 13286 : cluster 0 pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:45 smithi027 bash[31536]: cluster 2023-12-07T15:21:44.049899+0000 mgr.a (mgr.24293) 13286 : cluster 0 pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:47.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:47.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:47.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:47.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:47.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:47 smithi044 bash[32620]: cluster 2023-12-07T15:21:46.050764+0000 mgr.a (mgr.24293) 13287 : cluster 0 pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:47 smithi044 bash[32620]: audit 2023-12-07T15:21:46.563799+0000 mgr.a (mgr.24293) 13288 : audit 0 from='client.267195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:47 smithi022 bash[28554]: cluster 2023-12-07T15:21:46.050764+0000 mgr.a (mgr.24293) 13287 : cluster 0 pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:47 smithi022 bash[28554]: audit 2023-12-07T15:21:46.563799+0000 mgr.a (mgr.24293) 13288 : audit 0 from='client.267195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:47 smithi027 bash[31536]: cluster 2023-12-07T15:21:46.050764+0000 mgr.a (mgr.24293) 13287 : cluster 0 pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:47 smithi027 bash[31536]: audit 2023-12-07T15:21:46.563799+0000 mgr.a (mgr.24293) 13288 : audit 0 from='client.267195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:49 smithi044 bash[32620]: cluster 2023-12-07T15:21:48.051407+0000 mgr.a (mgr.24293) 13289 : cluster 0 pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:49 smithi022 bash[28554]: cluster 2023-12-07T15:21:48.051407+0000 mgr.a (mgr.24293) 13289 : cluster 0 pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:49 smithi027 bash[31536]: cluster 2023-12-07T15:21:48.051407+0000 mgr.a (mgr.24293) 13289 : cluster 0 pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:52.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:52.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:52.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:52.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:51 smithi044 bash[32620]: cluster 2023-12-07T15:21:50.051965+0000 mgr.a (mgr.24293) 13290 : cluster 0 pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:52.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:51 smithi022 bash[28554]: cluster 2023-12-07T15:21:50.051965+0000 mgr.a (mgr.24293) 13290 : cluster 0 pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:51 smithi027 bash[31536]: cluster 2023-12-07T15:21:50.051965+0000 mgr.a (mgr.24293) 13290 : cluster 0 pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:53.008 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:53.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:53.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:53.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:53.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:21:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:53 smithi044 bash[32620]: cluster 2023-12-07T15:21:52.052758+0000 mgr.a (mgr.24293) 13291 : cluster 0 pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:53 smithi044 bash[32620]: audit 2023-12-07T15:21:52.504085+0000 mgr.a (mgr.24293) 13292 : audit 0 from='client.267273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:53 smithi022 bash[28554]: cluster 2023-12-07T15:21:52.052758+0000 mgr.a (mgr.24293) 13291 : cluster 0 pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:53 smithi022 bash[28554]: audit 2023-12-07T15:21:52.504085+0000 mgr.a (mgr.24293) 13292 : audit 0 from='client.267273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:53 smithi027 bash[31536]: cluster 2023-12-07T15:21:52.052758+0000 mgr.a (mgr.24293) 13291 : cluster 0 pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:53 smithi027 bash[31536]: audit 2023-12-07T15:21:52.504085+0000 mgr.a (mgr.24293) 13292 : audit 0 from='client.267273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:55 smithi022 bash[28554]: cluster 2023-12-07T15:21:54.053418+0000 mgr.a (mgr.24293) 13293 : 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-07T15:21:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:55 smithi044 bash[32620]: cluster 2023-12-07T15:21:54.053418+0000 mgr.a (mgr.24293) 13293 : 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-07T15:21:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:55 smithi027 bash[31536]: cluster 2023-12-07T15:21:54.053418+0000 mgr.a (mgr.24293) 13293 : 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-07T15:21:58.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:21:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:57 smithi022 bash[28554]: cluster 2023-12-07T15:21:56.054256+0000 mgr.a (mgr.24293) 13294 : cluster 0 pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:57 smithi044 bash[32620]: cluster 2023-12-07T15:21:56.054256+0000 mgr.a (mgr.24293) 13294 : cluster 0 pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:57 smithi027 bash[31536]: cluster 2023-12-07T15:21:56.054256+0000 mgr.a (mgr.24293) 13294 : cluster 0 pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:58.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:21:58.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:58.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:58.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:58.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:59 smithi022 bash[28554]: cluster 2023-12-07T15:21:58.054818+0000 mgr.a (mgr.24293) 13295 : cluster 0 pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:21:59 smithi022 bash[28554]: audit 2023-12-07T15:21:58.416587+0000 mgr.a (mgr.24293) 13296 : audit 0 from='client.267348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:59 smithi044 bash[32620]: cluster 2023-12-07T15:21:58.054818+0000 mgr.a (mgr.24293) 13295 : cluster 0 pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:21:59 smithi044 bash[32620]: audit 2023-12-07T15:21:58.416587+0000 mgr.a (mgr.24293) 13296 : audit 0 from='client.267348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:59 smithi027 bash[31536]: cluster 2023-12-07T15:21:58.054818+0000 mgr.a (mgr.24293) 13295 : cluster 0 pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:00.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:21:59 smithi027 bash[31536]: audit 2023-12-07T15:21:58.416587+0000 mgr.a (mgr.24293) 13296 : audit 0 from='client.267348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:01 smithi044 bash[32620]: cluster 2023-12-07T15:22:00.055290+0000 mgr.a (mgr.24293) 13297 : cluster 0 pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:01 smithi022 bash[28554]: cluster 2023-12-07T15:22:00.055290+0000 mgr.a (mgr.24293) 13297 : cluster 0 pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:01 smithi027 bash[31536]: cluster 2023-12-07T15:22:00.055290+0000 mgr.a (mgr.24293) 13297 : cluster 0 pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:03.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:03.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:03.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:03 smithi044 bash[32620]: cluster 2023-12-07T15:22:02.056118+0000 mgr.a (mgr.24293) 13298 : cluster 0 pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:03 smithi022 bash[28554]: cluster 2023-12-07T15:22:02.056118+0000 mgr.a (mgr.24293) 13298 : cluster 0 pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:03 smithi027 bash[31536]: cluster 2023-12-07T15:22:02.056118+0000 mgr.a (mgr.24293) 13298 : cluster 0 pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:04.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:04.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:04.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:04.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:04.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:05 smithi044 bash[32620]: cluster 2023-12-07T15:22:04.056533+0000 mgr.a (mgr.24293) 13299 : cluster 0 pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:05 smithi044 bash[32620]: audit 2023-12-07T15:22:04.353391+0000 mgr.a (mgr.24293) 13300 : audit 0 from='client.267426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:06.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:05 smithi022 bash[28554]: cluster 2023-12-07T15:22:04.056533+0000 mgr.a (mgr.24293) 13299 : cluster 0 pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:06.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:05 smithi022 bash[28554]: audit 2023-12-07T15:22:04.353391+0000 mgr.a (mgr.24293) 13300 : audit 0 from='client.267426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:05 smithi027 bash[31536]: cluster 2023-12-07T15:22:04.056533+0000 mgr.a (mgr.24293) 13299 : cluster 0 pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:05 smithi027 bash[31536]: audit 2023-12-07T15:22:04.353391+0000 mgr.a (mgr.24293) 13300 : audit 0 from='client.267426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:07 smithi044 bash[32620]: cluster 2023-12-07T15:22:06.057400+0000 mgr.a (mgr.24293) 13301 : cluster 0 pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:07 smithi022 bash[28554]: cluster 2023-12-07T15:22:06.057400+0000 mgr.a (mgr.24293) 13301 : cluster 0 pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:07 smithi027 bash[31536]: cluster 2023-12-07T15:22:06.057400+0000 mgr.a (mgr.24293) 13301 : cluster 0 pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:09.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:09.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:09.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:09 smithi022 bash[28554]: cluster 2023-12-07T15:22:08.058004+0000 mgr.a (mgr.24293) 13302 : 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-07T15:22:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:09 smithi044 bash[32620]: cluster 2023-12-07T15:22:08.058004+0000 mgr.a (mgr.24293) 13302 : 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-07T15:22:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:09 smithi027 bash[31536]: cluster 2023-12-07T15:22:08.058004+0000 mgr.a (mgr.24293) 13302 : 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-07T15:22:10.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:10.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:10.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:10.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:10.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:11 smithi022 bash[28554]: cluster 2023-12-07T15:22:10.058567+0000 mgr.a (mgr.24293) 13303 : 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-07T15:22:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:11 smithi022 bash[28554]: audit 2023-12-07T15:22:10.295262+0000 mgr.a (mgr.24293) 13304 : audit 0 from='client.267498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:11 smithi044 bash[32620]: cluster 2023-12-07T15:22:10.058567+0000 mgr.a (mgr.24293) 13303 : 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-07T15:22:12.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:11 smithi044 bash[32620]: audit 2023-12-07T15:22:10.295262+0000 mgr.a (mgr.24293) 13304 : audit 0 from='client.267498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:11 smithi027 bash[31536]: cluster 2023-12-07T15:22:10.058567+0000 mgr.a (mgr.24293) 13303 : 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-07T15:22:12.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:11 smithi027 bash[31536]: audit 2023-12-07T15:22:10.295262+0000 mgr.a (mgr.24293) 13304 : audit 0 from='client.267498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:13 smithi044 bash[32620]: cluster 2023-12-07T15:22:12.059600+0000 mgr.a (mgr.24293) 13305 : cluster 0 pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:13 smithi022 bash[28554]: cluster 2023-12-07T15:22:12.059600+0000 mgr.a (mgr.24293) 13305 : cluster 0 pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:13 smithi027 bash[31536]: cluster 2023-12-07T15:22:12.059600+0000 mgr.a (mgr.24293) 13305 : cluster 0 pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:15.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:15.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:15.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:15 smithi022 bash[28554]: cluster 2023-12-07T15:22:14.060175+0000 mgr.a (mgr.24293) 13306 : cluster 0 pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:15 smithi044 bash[32620]: cluster 2023-12-07T15:22:14.060175+0000 mgr.a (mgr.24293) 13306 : cluster 0 pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:15 smithi027 bash[31536]: cluster 2023-12-07T15:22:14.060175+0000 mgr.a (mgr.24293) 13306 : cluster 0 pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:16.786 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:16.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:16.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:16.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:16.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:17 smithi022 bash[28554]: cluster 2023-12-07T15:22:16.061069+0000 mgr.a (mgr.24293) 13307 : cluster 0 pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:17 smithi022 bash[28554]: audit 2023-12-07T15:22:16.247557+0000 mgr.a (mgr.24293) 13308 : audit 0 from='client.267576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:17 smithi044 bash[32620]: cluster 2023-12-07T15:22:16.061069+0000 mgr.a (mgr.24293) 13307 : cluster 0 pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:17 smithi044 bash[32620]: audit 2023-12-07T15:22:16.247557+0000 mgr.a (mgr.24293) 13308 : audit 0 from='client.267576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:17 smithi027 bash[31536]: cluster 2023-12-07T15:22:16.061069+0000 mgr.a (mgr.24293) 13307 : cluster 0 pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:17 smithi027 bash[31536]: audit 2023-12-07T15:22:16.247557+0000 mgr.a (mgr.24293) 13308 : audit 0 from='client.267576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:19 smithi022 bash[28554]: cluster 2023-12-07T15:22:18.061787+0000 mgr.a (mgr.24293) 13309 : cluster 0 pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:19 smithi044 bash[32620]: cluster 2023-12-07T15:22:18.061787+0000 mgr.a (mgr.24293) 13309 : cluster 0 pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:19 smithi027 bash[31536]: cluster 2023-12-07T15:22:18.061787+0000 mgr.a (mgr.24293) 13309 : cluster 0 pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:20 smithi044 bash[32620]: audit 2023-12-07T15:22:20.273213+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:22:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:20 smithi022 bash[28554]: audit 2023-12-07T15:22:20.273213+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:22:21.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:20 smithi027 bash[31536]: audit 2023-12-07T15:22:20.273213+0000 mon.a (mon.0) 2286 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:22:21.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:21.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:21.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:21 smithi022 bash[28554]: cluster 2023-12-07T15:22:20.062355+0000 mgr.a (mgr.24293) 13310 : cluster 0 pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:21 smithi044 bash[32620]: cluster 2023-12-07T15:22:20.062355+0000 mgr.a (mgr.24293) 13310 : cluster 0 pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:21 smithi027 bash[31536]: cluster 2023-12-07T15:22:20.062355+0000 mgr.a (mgr.24293) 13310 : cluster 0 pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:22.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:22.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:22.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:22.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:22.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:23 smithi044 bash[32620]: cluster 2023-12-07T15:22:22.063133+0000 mgr.a (mgr.24293) 13311 : cluster 0 pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:23 smithi044 bash[32620]: audit 2023-12-07T15:22:22.188315+0000 mgr.a (mgr.24293) 13312 : audit 0 from='client.267651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:23 smithi022 bash[28554]: cluster 2023-12-07T15:22:22.063133+0000 mgr.a (mgr.24293) 13311 : cluster 0 pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:24.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:23 smithi022 bash[28554]: audit 2023-12-07T15:22:22.188315+0000 mgr.a (mgr.24293) 13312 : audit 0 from='client.267651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:23 smithi027 bash[31536]: cluster 2023-12-07T15:22:22.063133+0000 mgr.a (mgr.24293) 13311 : cluster 0 pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:23 smithi027 bash[31536]: audit 2023-12-07T15:22:22.188315+0000 mgr.a (mgr.24293) 13312 : audit 0 from='client.267651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:25 smithi022 bash[28554]: cluster 2023-12-07T15:22:24.063820+0000 mgr.a (mgr.24293) 13313 : 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-07T15:22:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:25 smithi027 bash[31536]: cluster 2023-12-07T15:22:24.063820+0000 mgr.a (mgr.24293) 13313 : 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-07T15:22:26.231 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:25 smithi044 bash[32620]: cluster 2023-12-07T15:22:24.063820+0000 mgr.a (mgr.24293) 13313 : 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-07T15:22:27.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:27.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:27.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:27 smithi022 bash[28554]: cluster 2023-12-07T15:22:26.064615+0000 mgr.a (mgr.24293) 13314 : cluster 0 pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:27 smithi044 bash[32620]: cluster 2023-12-07T15:22:26.064615+0000 mgr.a (mgr.24293) 13314 : cluster 0 pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:27 smithi027 bash[31536]: cluster 2023-12-07T15:22:26.064615+0000 mgr.a (mgr.24293) 13314 : cluster 0 pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:28.611 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:28.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:29 smithi044 bash[32620]: cluster 2023-12-07T15:22:28.065162+0000 mgr.a (mgr.24293) 13315 : cluster 0 pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:29 smithi044 bash[32620]: audit 2023-12-07T15:22:28.119192+0000 mgr.a (mgr.24293) 13316 : audit 0 from='client.267726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:29 smithi022 bash[28554]: cluster 2023-12-07T15:22:28.065162+0000 mgr.a (mgr.24293) 13315 : cluster 0 pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:29 smithi022 bash[28554]: audit 2023-12-07T15:22:28.119192+0000 mgr.a (mgr.24293) 13316 : audit 0 from='client.267726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:29 smithi027 bash[31536]: cluster 2023-12-07T15:22:28.065162+0000 mgr.a (mgr.24293) 13315 : cluster 0 pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:29 smithi027 bash[31536]: audit 2023-12-07T15:22:28.119192+0000 mgr.a (mgr.24293) 13316 : audit 0 from='client.267726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:31 smithi022 bash[28554]: cluster 2023-12-07T15:22:30.065841+0000 mgr.a (mgr.24293) 13317 : cluster 0 pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:31 smithi022 bash[28554]: audit 2023-12-07T15:22:30.838663+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:31 smithi022 bash[28554]: audit 2023-12-07T15:22:30.844827+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:31 smithi022 bash[28554]: audit 2023-12-07T15:22:30.846424+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:31 smithi022 bash[28554]: audit 2023-12-07T15:22:30.848482+0000 mon.a (mon.0) 2290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:31 smithi022 bash[28554]: audit 2023-12-07T15:22:30.857034+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:31 smithi044 bash[32620]: cluster 2023-12-07T15:22:30.065841+0000 mgr.a (mgr.24293) 13317 : cluster 0 pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:31 smithi044 bash[32620]: audit 2023-12-07T15:22:30.838663+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:31 smithi044 bash[32620]: audit 2023-12-07T15:22:30.844827+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:31 smithi044 bash[32620]: audit 2023-12-07T15:22:30.846424+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:31 smithi044 bash[32620]: audit 2023-12-07T15:22:30.848482+0000 mon.a (mon.0) 2290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:22:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:31 smithi044 bash[32620]: audit 2023-12-07T15:22:30.857034+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:31 smithi027 bash[31536]: cluster 2023-12-07T15:22:30.065841+0000 mgr.a (mgr.24293) 13317 : cluster 0 pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:31 smithi027 bash[31536]: audit 2023-12-07T15:22:30.838663+0000 mon.a (mon.0) 2287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:31 smithi027 bash[31536]: audit 2023-12-07T15:22:30.844827+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:31 smithi027 bash[31536]: audit 2023-12-07T15:22:30.846424+0000 mon.a (mon.0) 2289 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:22:32.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:31 smithi027 bash[31536]: audit 2023-12-07T15:22:30.848482+0000 mon.a (mon.0) 2290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:22:32.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:31 smithi027 bash[31536]: audit 2023-12-07T15:22:30.857034+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:22:33.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:33.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:33.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:34.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:33 smithi044 bash[32620]: cluster 2023-12-07T15:22:32.066678+0000 mgr.a (mgr.24293) 13318 : cluster 0 pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:34.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:33 smithi022 bash[28554]: cluster 2023-12-07T15:22:32.066678+0000 mgr.a (mgr.24293) 13318 : cluster 0 pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:33 smithi027 bash[31536]: cluster 2023-12-07T15:22:32.066678+0000 mgr.a (mgr.24293) 13318 : cluster 0 pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:34.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:34.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:34.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:34.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:34.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:35 smithi022 bash[28554]: audit 2023-12-07T15:22:34.034243+0000 mgr.a (mgr.24293) 13319 : audit 0 from='client.267801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:35 smithi022 bash[28554]: cluster 2023-12-07T15:22:34.067469+0000 mgr.a (mgr.24293) 13320 : cluster 0 pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:35 smithi044 bash[32620]: audit 2023-12-07T15:22:34.034243+0000 mgr.a (mgr.24293) 13319 : audit 0 from='client.267801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:35 smithi044 bash[32620]: cluster 2023-12-07T15:22:34.067469+0000 mgr.a (mgr.24293) 13320 : cluster 0 pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:35 smithi027 bash[31536]: audit 2023-12-07T15:22:34.034243+0000 mgr.a (mgr.24293) 13319 : audit 0 from='client.267801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:35 smithi027 bash[31536]: cluster 2023-12-07T15:22:34.067469+0000 mgr.a (mgr.24293) 13320 : cluster 0 pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:37 smithi044 bash[32620]: cluster 2023-12-07T15:22:36.068413+0000 mgr.a (mgr.24293) 13321 : cluster 0 pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:37 smithi022 bash[28554]: cluster 2023-12-07T15:22:36.068413+0000 mgr.a (mgr.24293) 13321 : cluster 0 pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:37 smithi027 bash[31536]: cluster 2023-12-07T15:22:36.068413+0000 mgr.a (mgr.24293) 13321 : cluster 0 pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:39.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:39.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:39.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:39 smithi022 bash[28554]: cluster 2023-12-07T15:22:38.068967+0000 mgr.a (mgr.24293) 13322 : cluster 0 pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:39 smithi044 bash[32620]: cluster 2023-12-07T15:22:38.068967+0000 mgr.a (mgr.24293) 13322 : cluster 0 pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:39 smithi027 bash[31536]: cluster 2023-12-07T15:22:38.068967+0000 mgr.a (mgr.24293) 13322 : cluster 0 pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:40.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:40.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:40.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:40.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:40.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:41 smithi022 bash[28554]: audit 2023-12-07T15:22:39.950831+0000 mgr.a (mgr.24293) 13323 : audit 0 from='client.267876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:41 smithi022 bash[28554]: cluster 2023-12-07T15:22:40.069665+0000 mgr.a (mgr.24293) 13324 : cluster 0 pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:41 smithi044 bash[32620]: audit 2023-12-07T15:22:39.950831+0000 mgr.a (mgr.24293) 13323 : audit 0 from='client.267876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:41 smithi044 bash[32620]: cluster 2023-12-07T15:22:40.069665+0000 mgr.a (mgr.24293) 13324 : cluster 0 pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:41 smithi027 bash[31536]: audit 2023-12-07T15:22:39.950831+0000 mgr.a (mgr.24293) 13323 : audit 0 from='client.267876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:41 smithi027 bash[31536]: cluster 2023-12-07T15:22:40.069665+0000 mgr.a (mgr.24293) 13324 : cluster 0 pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:43 smithi022 bash[28554]: cluster 2023-12-07T15:22:42.070729+0000 mgr.a (mgr.24293) 13325 : cluster 0 pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:22:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:43 smithi044 bash[32620]: cluster 2023-12-07T15:22:42.070729+0000 mgr.a (mgr.24293) 13325 : cluster 0 pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:22:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:43 smithi027 bash[31536]: cluster 2023-12-07T15:22:42.070729+0000 mgr.a (mgr.24293) 13325 : cluster 0 pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:22:45.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:45.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:45.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:45 smithi022 bash[28554]: cluster 2023-12-07T15:22:44.071296+0000 mgr.a (mgr.24293) 13326 : cluster 0 pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:22:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:45 smithi044 bash[32620]: cluster 2023-12-07T15:22:44.071296+0000 mgr.a (mgr.24293) 13326 : cluster 0 pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:22:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:45 smithi027 bash[31536]: cluster 2023-12-07T15:22:44.071296+0000 mgr.a (mgr.24293) 13326 : cluster 0 pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:22:46.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:46.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:46.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:46.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:46.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:46 smithi022 bash[28554]: audit 2023-12-07T15:22:45.895162+0000 mgr.a (mgr.24293) 13327 : audit 0 from='client.267954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:46 smithi044 bash[32620]: audit 2023-12-07T15:22:45.895162+0000 mgr.a (mgr.24293) 13327 : audit 0 from='client.267954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:46 smithi027 bash[31536]: audit 2023-12-07T15:22:45.895162+0000 mgr.a (mgr.24293) 13327 : audit 0 from='client.267954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:47 smithi022 bash[28554]: cluster 2023-12-07T15:22:46.072312+0000 mgr.a (mgr.24293) 13328 : cluster 0 pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:47 smithi044 bash[32620]: cluster 2023-12-07T15:22:46.072312+0000 mgr.a (mgr.24293) 13328 : cluster 0 pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:47 smithi027 bash[31536]: cluster 2023-12-07T15:22:46.072312+0000 mgr.a (mgr.24293) 13328 : cluster 0 pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:49 smithi044 bash[32620]: cluster 2023-12-07T15:22:48.072958+0000 mgr.a (mgr.24293) 13329 : cluster 0 pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:49 smithi022 bash[28554]: cluster 2023-12-07T15:22:48.072958+0000 mgr.a (mgr.24293) 13329 : cluster 0 pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:49 smithi027 bash[31536]: cluster 2023-12-07T15:22:48.072958+0000 mgr.a (mgr.24293) 13329 : cluster 0 pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:51.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:51.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:51.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:51 smithi022 bash[28554]: cluster 2023-12-07T15:22:50.073539+0000 mgr.a (mgr.24293) 13330 : cluster 0 pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:51 smithi044 bash[32620]: cluster 2023-12-07T15:22:50.073539+0000 mgr.a (mgr.24293) 13330 : cluster 0 pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:51 smithi027 bash[31536]: cluster 2023-12-07T15:22:50.073539+0000 mgr.a (mgr.24293) 13330 : cluster 0 pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:52.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:52.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:52.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:52.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:52.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:52 smithi044 bash[32620]: audit 2023-12-07T15:22:51.826178+0000 mgr.a (mgr.24293) 13331 : audit 0 from='client.268032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:52 smithi022 bash[28554]: audit 2023-12-07T15:22:51.826178+0000 mgr.a (mgr.24293) 13331 : audit 0 from='client.268032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:52 smithi027 bash[31536]: audit 2023-12-07T15:22:51.826178+0000 mgr.a (mgr.24293) 13331 : audit 0 from='client.268032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:53 smithi044 bash[32620]: cluster 2023-12-07T15:22:52.074230+0000 mgr.a (mgr.24293) 13332 : cluster 0 pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:53 smithi022 bash[28554]: cluster 2023-12-07T15:22:52.074230+0000 mgr.a (mgr.24293) 13332 : cluster 0 pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:53 smithi027 bash[31536]: cluster 2023-12-07T15:22:52.074230+0000 mgr.a (mgr.24293) 13332 : cluster 0 pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:55 smithi022 bash[28554]: cluster 2023-12-07T15:22:54.074947+0000 mgr.a (mgr.24293) 13333 : cluster 0 pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:22:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:55 smithi044 bash[32620]: cluster 2023-12-07T15:22:54.074947+0000 mgr.a (mgr.24293) 13333 : cluster 0 pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:22:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:55 smithi027 bash[31536]: cluster 2023-12-07T15:22:54.074947+0000 mgr.a (mgr.24293) 13333 : cluster 0 pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:22:57.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:22:57.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:57.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:57 smithi022 bash[28554]: cluster 2023-12-07T15:22:56.075824+0000 mgr.a (mgr.24293) 13334 : cluster 0 pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:22:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:57 smithi044 bash[32620]: cluster 2023-12-07T15:22:56.075824+0000 mgr.a (mgr.24293) 13334 : cluster 0 pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:22:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:57 smithi027 bash[31536]: cluster 2023-12-07T15:22:56.075824+0000 mgr.a (mgr.24293) 13334 : cluster 0 pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:22:58.297 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:22:58.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:22:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:58 smithi022 bash[28554]: audit 2023-12-07T15:22:57.774995+0000 mgr.a (mgr.24293) 13335 : audit 0 from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:58 smithi044 bash[32620]: audit 2023-12-07T15:22:57.774995+0000 mgr.a (mgr.24293) 13335 : audit 0 from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:58 smithi027 bash[31536]: audit 2023-12-07T15:22:57.774995+0000 mgr.a (mgr.24293) 13335 : audit 0 from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:22:59 smithi044 bash[32620]: cluster 2023-12-07T15:22:58.076577+0000 mgr.a (mgr.24293) 13336 : 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-07T15:23:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:22:59 smithi022 bash[28554]: cluster 2023-12-07T15:22:58.076577+0000 mgr.a (mgr.24293) 13336 : 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-07T15:23:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:22:59 smithi027 bash[31536]: cluster 2023-12-07T15:22:58.076577+0000 mgr.a (mgr.24293) 13336 : 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-07T15:23:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:00 smithi044 bash[32620]: cluster 2023-12-07T15:23:00.077257+0000 mgr.a (mgr.24293) 13337 : 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-07T15:23:01.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:00 smithi022 bash[28554]: cluster 2023-12-07T15:23:00.077257+0000 mgr.a (mgr.24293) 13337 : 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-07T15:23:01.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:00 smithi027 bash[31536]: cluster 2023-12-07T15:23:00.077257+0000 mgr.a (mgr.24293) 13337 : 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-07T15:23:03.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:03.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:03.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:03.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:03 smithi044 bash[32620]: cluster 2023-12-07T15:23:02.078124+0000 mgr.a (mgr.24293) 13338 : cluster 0 pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:03 smithi022 bash[28554]: cluster 2023-12-07T15:23:02.078124+0000 mgr.a (mgr.24293) 13338 : cluster 0 pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:03.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:03 smithi027 bash[31536]: cluster 2023-12-07T15:23:02.078124+0000 mgr.a (mgr.24293) 13338 : cluster 0 pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:04.237 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:04.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:04.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:04.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:04.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:04 smithi044 bash[32620]: audit 2023-12-07T15:23:03.716595+0000 mgr.a (mgr.24293) 13339 : audit 0 from='client.268182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:04 smithi022 bash[28554]: audit 2023-12-07T15:23:03.716595+0000 mgr.a (mgr.24293) 13339 : audit 0 from='client.268182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:04.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:04 smithi027 bash[31536]: audit 2023-12-07T15:23:03.716595+0000 mgr.a (mgr.24293) 13339 : audit 0 from='client.268182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:05 smithi022 bash[28554]: cluster 2023-12-07T15:23:04.078693+0000 mgr.a (mgr.24293) 13340 : cluster 0 pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:05 smithi044 bash[32620]: cluster 2023-12-07T15:23:04.078693+0000 mgr.a (mgr.24293) 13340 : cluster 0 pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:05 smithi027 bash[31536]: cluster 2023-12-07T15:23:04.078693+0000 mgr.a (mgr.24293) 13340 : cluster 0 pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:08.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:07 smithi022 bash[28554]: cluster 2023-12-07T15:23:06.079624+0000 mgr.a (mgr.24293) 13341 : cluster 0 pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:08.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:07 smithi044 bash[32620]: cluster 2023-12-07T15:23:06.079624+0000 mgr.a (mgr.24293) 13341 : cluster 0 pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:07 smithi027 bash[31536]: cluster 2023-12-07T15:23:06.079624+0000 mgr.a (mgr.24293) 13341 : cluster 0 pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:09.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:09.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:09.241 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:09 smithi022 bash[28554]: cluster 2023-12-07T15:23:08.080221+0000 mgr.a (mgr.24293) 13342 : cluster 0 pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:09 smithi044 bash[32620]: cluster 2023-12-07T15:23:08.080221+0000 mgr.a (mgr.24293) 13342 : cluster 0 pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:10.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:10.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:10.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:10.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:10.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:09 smithi027 bash[31536]: cluster 2023-12-07T15:23:08.080221+0000 mgr.a (mgr.24293) 13342 : cluster 0 pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:10 smithi022 bash[28554]: audit 2023-12-07T15:23:09.660405+0000 mgr.a (mgr.24293) 13343 : audit 0 from='client.268254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:10 smithi044 bash[32620]: audit 2023-12-07T15:23:09.660405+0000 mgr.a (mgr.24293) 13343 : audit 0 from='client.268254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:10 smithi027 bash[31536]: audit 2023-12-07T15:23:09.660405+0000 mgr.a (mgr.24293) 13343 : audit 0 from='client.268254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:11 smithi022 bash[28554]: cluster 2023-12-07T15:23:10.080967+0000 mgr.a (mgr.24293) 13344 : cluster 0 pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:11 smithi044 bash[32620]: cluster 2023-12-07T15:23:10.080967+0000 mgr.a (mgr.24293) 13344 : cluster 0 pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:11 smithi027 bash[31536]: cluster 2023-12-07T15:23:10.080967+0000 mgr.a (mgr.24293) 13344 : cluster 0 pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:13 smithi022 bash[28554]: cluster 2023-12-07T15:23:12.081769+0000 mgr.a (mgr.24293) 13345 : cluster 0 pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:13 smithi044 bash[32620]: cluster 2023-12-07T15:23:12.081769+0000 mgr.a (mgr.24293) 13345 : cluster 0 pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:13 smithi027 bash[31536]: cluster 2023-12-07T15:23:12.081769+0000 mgr.a (mgr.24293) 13345 : cluster 0 pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:15.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:15.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:15.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:16.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:16.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:16.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:15 smithi044 bash[32620]: cluster 2023-12-07T15:23:14.082344+0000 mgr.a (mgr.24293) 13346 : 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-07T15:23:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:15 smithi022 bash[28554]: cluster 2023-12-07T15:23:14.082344+0000 mgr.a (mgr.24293) 13346 : 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-07T15:23:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:15 smithi027 bash[31536]: cluster 2023-12-07T15:23:14.082344+0000 mgr.a (mgr.24293) 13346 : 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-07T15:23:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:16 smithi044 bash[32620]: audit 2023-12-07T15:23:15.601306+0000 mgr.a (mgr.24293) 13347 : audit 0 from='client.268329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:16 smithi022 bash[28554]: audit 2023-12-07T15:23:15.601306+0000 mgr.a (mgr.24293) 13347 : audit 0 from='client.268329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:16 smithi027 bash[31536]: audit 2023-12-07T15:23:15.601306+0000 mgr.a (mgr.24293) 13347 : audit 0 from='client.268329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:17 smithi044 bash[32620]: cluster 2023-12-07T15:23:16.083126+0000 mgr.a (mgr.24293) 13348 : cluster 0 pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:17 smithi022 bash[28554]: cluster 2023-12-07T15:23:16.083126+0000 mgr.a (mgr.24293) 13348 : cluster 0 pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:17 smithi027 bash[31536]: cluster 2023-12-07T15:23:16.083126+0000 mgr.a (mgr.24293) 13348 : cluster 0 pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:19 smithi022 bash[28554]: cluster 2023-12-07T15:23:18.083681+0000 mgr.a (mgr.24293) 13349 : cluster 0 pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:19 smithi044 bash[32620]: cluster 2023-12-07T15:23:18.083681+0000 mgr.a (mgr.24293) 13349 : cluster 0 pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:19 smithi027 bash[31536]: cluster 2023-12-07T15:23:18.083681+0000 mgr.a (mgr.24293) 13349 : cluster 0 pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:21.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:22.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:22.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:22.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:22.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:22.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:21 smithi022 bash[28554]: cluster 2023-12-07T15:23:20.084287+0000 mgr.a (mgr.24293) 13350 : cluster 0 pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:21 smithi044 bash[32620]: cluster 2023-12-07T15:23:20.084287+0000 mgr.a (mgr.24293) 13350 : cluster 0 pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:21 smithi027 bash[31536]: cluster 2023-12-07T15:23:20.084287+0000 mgr.a (mgr.24293) 13350 : cluster 0 pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:22 smithi022 bash[28554]: audit 2023-12-07T15:23:21.550726+0000 mgr.a (mgr.24293) 13351 : audit 0 from='client.268401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:22 smithi044 bash[32620]: audit 2023-12-07T15:23:21.550726+0000 mgr.a (mgr.24293) 13351 : audit 0 from='client.268401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:22 smithi027 bash[31536]: audit 2023-12-07T15:23:21.550726+0000 mgr.a (mgr.24293) 13351 : audit 0 from='client.268401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:23 smithi044 bash[32620]: cluster 2023-12-07T15:23:22.085358+0000 mgr.a (mgr.24293) 13352 : cluster 0 pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:23 smithi022 bash[28554]: cluster 2023-12-07T15:23:22.085358+0000 mgr.a (mgr.24293) 13352 : cluster 0 pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:23 smithi027 bash[31536]: cluster 2023-12-07T15:23:22.085358+0000 mgr.a (mgr.24293) 13352 : cluster 0 pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:25 smithi044 bash[32620]: cluster 2023-12-07T15:23:24.085973+0000 mgr.a (mgr.24293) 13353 : cluster 0 pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:25 smithi022 bash[28554]: cluster 2023-12-07T15:23:24.085973+0000 mgr.a (mgr.24293) 13353 : cluster 0 pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:25 smithi027 bash[31536]: cluster 2023-12-07T15:23:24.085973+0000 mgr.a (mgr.24293) 13353 : cluster 0 pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:27.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:27.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:27.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:28.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:28.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:28.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:28.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:28.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:27 smithi022 bash[28554]: cluster 2023-12-07T15:23:26.086727+0000 mgr.a (mgr.24293) 13354 : cluster 0 pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:27 smithi044 bash[32620]: cluster 2023-12-07T15:23:26.086727+0000 mgr.a (mgr.24293) 13354 : cluster 0 pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:27 smithi027 bash[31536]: cluster 2023-12-07T15:23:26.086727+0000 mgr.a (mgr.24293) 13354 : cluster 0 pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:28 smithi022 bash[28554]: audit 2023-12-07T15:23:27.473134+0000 mgr.a (mgr.24293) 13355 : audit 0 from='client.268479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:28 smithi044 bash[32620]: audit 2023-12-07T15:23:27.473134+0000 mgr.a (mgr.24293) 13355 : audit 0 from='client.268479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:28 smithi027 bash[31536]: audit 2023-12-07T15:23:27.473134+0000 mgr.a (mgr.24293) 13355 : audit 0 from='client.268479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:29 smithi044 bash[32620]: cluster 2023-12-07T15:23:28.087498+0000 mgr.a (mgr.24293) 13356 : 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-07T15:23:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:29 smithi022 bash[28554]: cluster 2023-12-07T15:23:28.087498+0000 mgr.a (mgr.24293) 13356 : 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-07T15:23:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:29 smithi027 bash[31536]: cluster 2023-12-07T15:23:28.087498+0000 mgr.a (mgr.24293) 13356 : 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-07T15:23:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:31 smithi044 bash[32620]: cluster 2023-12-07T15:23:30.088066+0000 mgr.a (mgr.24293) 13357 : 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-07T15:23:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:31 smithi044 bash[32620]: audit 2023-12-07T15:23:30.960609+0000 mon.a (mon.0) 2292 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:23:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:31 smithi022 bash[28554]: cluster 2023-12-07T15:23:30.088066+0000 mgr.a (mgr.24293) 13357 : 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-07T15:23:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:31 smithi022 bash[28554]: audit 2023-12-07T15:23:30.960609+0000 mon.a (mon.0) 2292 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:23:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:31 smithi027 bash[31536]: cluster 2023-12-07T15:23:30.088066+0000 mgr.a (mgr.24293) 13357 : 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-07T15:23:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:31 smithi027 bash[31536]: audit 2023-12-07T15:23:30.960609+0000 mon.a (mon.0) 2292 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:23:33.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:33.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:33.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: cluster 2023-12-07T15:23:32.088852+0000 mgr.a (mgr.24293) 13358 : cluster 0 pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.165806+0000 mon.a (mon.0) 2293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.171816+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.217398+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.222279+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.226417+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.232684+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.233946+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.235187+0000 mon.a (mon.0) 2300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:33 smithi044 bash[32620]: audit 2023-12-07T15:23:32.241582+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: cluster 2023-12-07T15:23:32.088852+0000 mgr.a (mgr.24293) 13358 : cluster 0 pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.165806+0000 mon.a (mon.0) 2293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.171816+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.217398+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.222279+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.226417+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.232684+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.233946+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:23:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.235187+0000 mon.a (mon.0) 2300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:23:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:33 smithi022 bash[28554]: audit 2023-12-07T15:23:32.241582+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: cluster 2023-12-07T15:23:32.088852+0000 mgr.a (mgr.24293) 13358 : cluster 0 pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.165806+0000 mon.a (mon.0) 2293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.171816+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.217398+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.222279+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.226417+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.232684+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.233946+0000 mon.a (mon.0) 2299 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:23:33.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.235187+0000 mon.a (mon.0) 2300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:23:33.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:33 smithi027 bash[31536]: audit 2023-12-07T15:23:32.241582+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:23:33.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:33.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:33.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:33.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:33.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:34.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:34 smithi027 bash[31536]: audit 2023-12-07T15:23:33.436407+0000 mgr.a (mgr.24293) 13359 : audit 0 from='client.268551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:34 smithi022 bash[28554]: audit 2023-12-07T15:23:33.436407+0000 mgr.a (mgr.24293) 13359 : audit 0 from='client.268551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:34 smithi044 bash[32620]: audit 2023-12-07T15:23:33.436407+0000 mgr.a (mgr.24293) 13359 : audit 0 from='client.268551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:35 smithi022 bash[28554]: cluster 2023-12-07T15:23:34.089621+0000 mgr.a (mgr.24293) 13360 : cluster 0 pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:35 smithi044 bash[32620]: cluster 2023-12-07T15:23:34.089621+0000 mgr.a (mgr.24293) 13360 : cluster 0 pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:35 smithi027 bash[31536]: cluster 2023-12-07T15:23:34.089621+0000 mgr.a (mgr.24293) 13360 : cluster 0 pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:37 smithi022 bash[28554]: cluster 2023-12-07T15:23:36.090480+0000 mgr.a (mgr.24293) 13361 : cluster 0 pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:37 smithi044 bash[32620]: cluster 2023-12-07T15:23:36.090480+0000 mgr.a (mgr.24293) 13361 : cluster 0 pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:37 smithi027 bash[31536]: cluster 2023-12-07T15:23:36.090480+0000 mgr.a (mgr.24293) 13361 : cluster 0 pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:38.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:38.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:38.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:39.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:39.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:39.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:39.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:39.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:39 smithi022 bash[28554]: cluster 2023-12-07T15:23:38.091013+0000 mgr.a (mgr.24293) 13362 : cluster 0 pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:39 smithi044 bash[32620]: cluster 2023-12-07T15:23:38.091013+0000 mgr.a (mgr.24293) 13362 : cluster 0 pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:39 smithi027 bash[31536]: cluster 2023-12-07T15:23:38.091013+0000 mgr.a (mgr.24293) 13362 : cluster 0 pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:40 smithi022 bash[28554]: audit 2023-12-07T15:23:39.360202+0000 mgr.a (mgr.24293) 13363 : audit 0 from='client.268626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:40 smithi044 bash[32620]: audit 2023-12-07T15:23:39.360202+0000 mgr.a (mgr.24293) 13363 : audit 0 from='client.268626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:40 smithi027 bash[31536]: audit 2023-12-07T15:23:39.360202+0000 mgr.a (mgr.24293) 13363 : audit 0 from='client.268626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:41 smithi022 bash[28554]: cluster 2023-12-07T15:23:40.091772+0000 mgr.a (mgr.24293) 13364 : cluster 0 pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:41 smithi044 bash[32620]: cluster 2023-12-07T15:23:40.091772+0000 mgr.a (mgr.24293) 13364 : cluster 0 pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:41 smithi027 bash[31536]: cluster 2023-12-07T15:23:40.091772+0000 mgr.a (mgr.24293) 13364 : cluster 0 pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:43 smithi044 bash[32620]: cluster 2023-12-07T15:23:42.092744+0000 mgr.a (mgr.24293) 13365 : cluster 0 pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:43 smithi022 bash[28554]: cluster 2023-12-07T15:23:42.092744+0000 mgr.a (mgr.24293) 13365 : cluster 0 pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:43 smithi027 bash[31536]: cluster 2023-12-07T15:23:42.092744+0000 mgr.a (mgr.24293) 13365 : cluster 0 pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:44.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:44.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:44.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:45.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:45 smithi022 bash[28554]: cluster 2023-12-07T15:23:44.093504+0000 mgr.a (mgr.24293) 13366 : cluster 0 pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:45 smithi044 bash[32620]: cluster 2023-12-07T15:23:44.093504+0000 mgr.a (mgr.24293) 13366 : cluster 0 pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:45 smithi027 bash[31536]: cluster 2023-12-07T15:23:44.093504+0000 mgr.a (mgr.24293) 13366 : cluster 0 pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:46 smithi022 bash[28554]: audit 2023-12-07T15:23:45.329477+0000 mgr.a (mgr.24293) 13367 : audit 0 from='client.268701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:46 smithi044 bash[32620]: audit 2023-12-07T15:23:45.329477+0000 mgr.a (mgr.24293) 13367 : audit 0 from='client.268701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:47.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:46 smithi027 bash[31536]: audit 2023-12-07T15:23:45.329477+0000 mgr.a (mgr.24293) 13367 : audit 0 from='client.268701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:47 smithi022 bash[28554]: cluster 2023-12-07T15:23:46.094535+0000 mgr.a (mgr.24293) 13368 : cluster 0 pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:47 smithi044 bash[32620]: cluster 2023-12-07T15:23:46.094535+0000 mgr.a (mgr.24293) 13368 : cluster 0 pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:47 smithi027 bash[31536]: cluster 2023-12-07T15:23:46.094535+0000 mgr.a (mgr.24293) 13368 : cluster 0 pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:49 smithi022 bash[28554]: cluster 2023-12-07T15:23:48.095103+0000 mgr.a (mgr.24293) 13369 : cluster 0 pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:49 smithi044 bash[32620]: cluster 2023-12-07T15:23:48.095103+0000 mgr.a (mgr.24293) 13369 : cluster 0 pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:49 smithi027 bash[31536]: cluster 2023-12-07T15:23:48.095103+0000 mgr.a (mgr.24293) 13369 : cluster 0 pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:50.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:50.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:51.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:51.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:51.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:51.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:51.804 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:51 smithi044 bash[32620]: cluster 2023-12-07T15:23:50.095701+0000 mgr.a (mgr.24293) 13370 : cluster 0 pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:51 smithi022 bash[28554]: cluster 2023-12-07T15:23:50.095701+0000 mgr.a (mgr.24293) 13370 : cluster 0 pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:51 smithi027 bash[31536]: cluster 2023-12-07T15:23:50.095701+0000 mgr.a (mgr.24293) 13370 : cluster 0 pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:52 smithi022 bash[28554]: audit 2023-12-07T15:23:51.258096+0000 mgr.a (mgr.24293) 13371 : audit 0 from='client.268776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:52 smithi044 bash[32620]: audit 2023-12-07T15:23:51.258096+0000 mgr.a (mgr.24293) 13371 : audit 0 from='client.268776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:53.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:52 smithi027 bash[31536]: audit 2023-12-07T15:23:51.258096+0000 mgr.a (mgr.24293) 13371 : audit 0 from='client.268776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:53 smithi044 bash[32620]: cluster 2023-12-07T15:23:52.096681+0000 mgr.a (mgr.24293) 13372 : cluster 0 pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:53 smithi022 bash[28554]: cluster 2023-12-07T15:23:52.096681+0000 mgr.a (mgr.24293) 13372 : cluster 0 pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:53 smithi027 bash[31536]: cluster 2023-12-07T15:23:52.096681+0000 mgr.a (mgr.24293) 13372 : cluster 0 pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:55 smithi044 bash[32620]: cluster 2023-12-07T15:23:54.097289+0000 mgr.a (mgr.24293) 13373 : cluster 0 pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:55 smithi022 bash[28554]: cluster 2023-12-07T15:23:54.097289+0000 mgr.a (mgr.24293) 13373 : cluster 0 pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:55 smithi027 bash[31536]: cluster 2023-12-07T15:23:54.097289+0000 mgr.a (mgr.24293) 13373 : cluster 0 pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:56.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:23:56.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:56.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:57.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:23:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:23:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:57 smithi044 bash[32620]: cluster 2023-12-07T15:23:56.098007+0000 mgr.a (mgr.24293) 13374 : cluster 0 pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:57 smithi022 bash[28554]: cluster 2023-12-07T15:23:56.098007+0000 mgr.a (mgr.24293) 13374 : cluster 0 pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:57 smithi027 bash[31536]: cluster 2023-12-07T15:23:56.098007+0000 mgr.a (mgr.24293) 13374 : cluster 0 pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:58 smithi044 bash[32620]: audit 2023-12-07T15:23:57.220154+0000 mgr.a (mgr.24293) 13375 : audit 0 from='client.268854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:58 smithi022 bash[28554]: audit 2023-12-07T15:23:57.220154+0000 mgr.a (mgr.24293) 13375 : audit 0 from='client.268854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:59.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:58 smithi027 bash[31536]: audit 2023-12-07T15:23:57.220154+0000 mgr.a (mgr.24293) 13375 : audit 0 from='client.268854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:23:59 smithi044 bash[32620]: cluster 2023-12-07T15:23:58.098853+0000 mgr.a (mgr.24293) 13376 : 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-07T15:24:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:23:59 smithi022 bash[28554]: cluster 2023-12-07T15:23:58.098853+0000 mgr.a (mgr.24293) 13376 : 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-07T15:24:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:23:59 smithi027 bash[31536]: cluster 2023-12-07T15:23:58.098853+0000 mgr.a (mgr.24293) 13376 : 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-07T15:24:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:01 smithi044 bash[32620]: cluster 2023-12-07T15:24:00.099484+0000 mgr.a (mgr.24293) 13377 : 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-07T15:24:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:01 smithi022 bash[28554]: cluster 2023-12-07T15:24:00.099484+0000 mgr.a (mgr.24293) 13377 : 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-07T15:24:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:01 smithi027 bash[31536]: cluster 2023-12-07T15:24:00.099484+0000 mgr.a (mgr.24293) 13377 : 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-07T15:24:02.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:02.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:02.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:03.696 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:03.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:03 smithi044 bash[32620]: cluster 2023-12-07T15:24:02.100469+0000 mgr.a (mgr.24293) 13378 : 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-07T15:24:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:03 smithi022 bash[28554]: cluster 2023-12-07T15:24:02.100469+0000 mgr.a (mgr.24293) 13378 : 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-07T15:24:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:03 smithi027 bash[31536]: cluster 2023-12-07T15:24:02.100469+0000 mgr.a (mgr.24293) 13378 : 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-07T15:24:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:04 smithi022 bash[28554]: audit 2023-12-07T15:24:03.163504+0000 mgr.a (mgr.24293) 13379 : audit 0 from='client.268932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:04 smithi044 bash[32620]: audit 2023-12-07T15:24:03.163504+0000 mgr.a (mgr.24293) 13379 : audit 0 from='client.268932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:05.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:04 smithi027 bash[31536]: audit 2023-12-07T15:24:03.163504+0000 mgr.a (mgr.24293) 13379 : audit 0 from='client.268932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:05 smithi022 bash[28554]: cluster 2023-12-07T15:24:04.101267+0000 mgr.a (mgr.24293) 13380 : 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-07T15:24:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:05 smithi044 bash[32620]: cluster 2023-12-07T15:24:04.101267+0000 mgr.a (mgr.24293) 13380 : 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-07T15:24:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:05 smithi027 bash[31536]: cluster 2023-12-07T15:24:04.101267+0000 mgr.a (mgr.24293) 13380 : 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-07T15:24:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:07 smithi044 bash[32620]: cluster 2023-12-07T15:24:06.102125+0000 mgr.a (mgr.24293) 13381 : cluster 0 pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:07 smithi022 bash[28554]: cluster 2023-12-07T15:24:06.102125+0000 mgr.a (mgr.24293) 13381 : cluster 0 pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:07 smithi027 bash[31536]: cluster 2023-12-07T15:24:06.102125+0000 mgr.a (mgr.24293) 13381 : cluster 0 pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:08.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:08.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:08.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:09.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:09.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:09.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:09.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:09.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:09 smithi022 bash[28554]: cluster 2023-12-07T15:24:08.102704+0000 mgr.a (mgr.24293) 13382 : cluster 0 pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:09 smithi044 bash[32620]: cluster 2023-12-07T15:24:08.102704+0000 mgr.a (mgr.24293) 13382 : cluster 0 pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:09 smithi027 bash[31536]: cluster 2023-12-07T15:24:08.102704+0000 mgr.a (mgr.24293) 13382 : cluster 0 pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:10 smithi044 bash[32620]: audit 2023-12-07T15:24:09.107321+0000 mgr.a (mgr.24293) 13383 : audit 0 from='client.269010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:10 smithi022 bash[28554]: audit 2023-12-07T15:24:09.107321+0000 mgr.a (mgr.24293) 13383 : audit 0 from='client.269010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:10 smithi027 bash[31536]: audit 2023-12-07T15:24:09.107321+0000 mgr.a (mgr.24293) 13383 : audit 0 from='client.269010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:11 smithi022 bash[28554]: cluster 2023-12-07T15:24:10.103550+0000 mgr.a (mgr.24293) 13384 : cluster 0 pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:11 smithi044 bash[32620]: cluster 2023-12-07T15:24:10.103550+0000 mgr.a (mgr.24293) 13384 : cluster 0 pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:11 smithi027 bash[31536]: cluster 2023-12-07T15:24:10.103550+0000 mgr.a (mgr.24293) 13384 : cluster 0 pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:13 smithi044 bash[32620]: cluster 2023-12-07T15:24:12.104368+0000 mgr.a (mgr.24293) 13385 : cluster 0 pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:13 smithi022 bash[28554]: cluster 2023-12-07T15:24:12.104368+0000 mgr.a (mgr.24293) 13385 : cluster 0 pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:13 smithi027 bash[31536]: cluster 2023-12-07T15:24:12.104368+0000 mgr.a (mgr.24293) 13385 : cluster 0 pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:14.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:14.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:14.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:15.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:15.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:15.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:15.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:15.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:15 smithi044 bash[32620]: cluster 2023-12-07T15:24:14.104939+0000 mgr.a (mgr.24293) 13386 : cluster 0 pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:15 smithi022 bash[28554]: cluster 2023-12-07T15:24:14.104939+0000 mgr.a (mgr.24293) 13386 : cluster 0 pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:15 smithi027 bash[31536]: cluster 2023-12-07T15:24:14.104939+0000 mgr.a (mgr.24293) 13386 : cluster 0 pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:16 smithi044 bash[32620]: audit 2023-12-07T15:24:15.027432+0000 mgr.a (mgr.24293) 13387 : audit 0 from='client.269082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:16 smithi022 bash[28554]: audit 2023-12-07T15:24:15.027432+0000 mgr.a (mgr.24293) 13387 : audit 0 from='client.269082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:16 smithi027 bash[31536]: audit 2023-12-07T15:24:15.027432+0000 mgr.a (mgr.24293) 13387 : audit 0 from='client.269082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:17 smithi022 bash[28554]: cluster 2023-12-07T15:24:16.106012+0000 mgr.a (mgr.24293) 13388 : cluster 0 pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:24:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:17 smithi044 bash[32620]: cluster 2023-12-07T15:24:16.106012+0000 mgr.a (mgr.24293) 13388 : cluster 0 pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:24:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:17 smithi027 bash[31536]: cluster 2023-12-07T15:24:16.106012+0000 mgr.a (mgr.24293) 13388 : cluster 0 pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:24:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:19 smithi044 bash[32620]: cluster 2023-12-07T15:24:18.106580+0000 mgr.a (mgr.24293) 13389 : cluster 0 pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:24:20.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:19 smithi022 bash[28554]: cluster 2023-12-07T15:24:18.106580+0000 mgr.a (mgr.24293) 13389 : cluster 0 pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:24:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:19 smithi027 bash[31536]: cluster 2023-12-07T15:24:18.106580+0000 mgr.a (mgr.24293) 13389 : cluster 0 pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:24:20.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:20.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:20.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:21.444 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:21 smithi022 bash[28554]: cluster 2023-12-07T15:24:20.107231+0000 mgr.a (mgr.24293) 13390 : cluster 0 pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:24:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:21 smithi044 bash[32620]: cluster 2023-12-07T15:24:20.107231+0000 mgr.a (mgr.24293) 13390 : cluster 0 pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:24:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:21 smithi027 bash[31536]: cluster 2023-12-07T15:24:20.107231+0000 mgr.a (mgr.24293) 13390 : cluster 0 pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:24:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:22 smithi044 bash[32620]: audit 2023-12-07T15:24:20.931041+0000 mgr.a (mgr.24293) 13391 : audit 0 from='client.269160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:22 smithi022 bash[28554]: audit 2023-12-07T15:24:20.931041+0000 mgr.a (mgr.24293) 13391 : audit 0 from='client.269160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:22 smithi027 bash[31536]: audit 2023-12-07T15:24:20.931041+0000 mgr.a (mgr.24293) 13391 : audit 0 from='client.269160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:24.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:23 smithi044 bash[32620]: cluster 2023-12-07T15:24:22.108475+0000 mgr.a (mgr.24293) 13392 : cluster 0 pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:24.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:23 smithi022 bash[28554]: cluster 2023-12-07T15:24:22.108475+0000 mgr.a (mgr.24293) 13392 : cluster 0 pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:23 smithi027 bash[31536]: cluster 2023-12-07T15:24:22.108475+0000 mgr.a (mgr.24293) 13392 : cluster 0 pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:25 smithi044 bash[32620]: cluster 2023-12-07T15:24:24.109110+0000 mgr.a (mgr.24293) 13393 : cluster 0 pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:25 smithi022 bash[28554]: cluster 2023-12-07T15:24:24.109110+0000 mgr.a (mgr.24293) 13393 : cluster 0 pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:25 smithi027 bash[31536]: cluster 2023-12-07T15:24:24.109110+0000 mgr.a (mgr.24293) 13393 : cluster 0 pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:26.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:26.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:26.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:27.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:27.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:27.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:27.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:27.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:27 smithi044 bash[32620]: cluster 2023-12-07T15:24:26.109853+0000 mgr.a (mgr.24293) 13394 : cluster 0 pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:27 smithi044 bash[32620]: audit 2023-12-07T15:24:26.854664+0000 mgr.a (mgr.24293) 13395 : audit 0 from='client.269232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:27 smithi022 bash[28554]: cluster 2023-12-07T15:24:26.109853+0000 mgr.a (mgr.24293) 13394 : cluster 0 pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:27 smithi022 bash[28554]: audit 2023-12-07T15:24:26.854664+0000 mgr.a (mgr.24293) 13395 : audit 0 from='client.269232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:27 smithi027 bash[31536]: cluster 2023-12-07T15:24:26.109853+0000 mgr.a (mgr.24293) 13394 : cluster 0 pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:27 smithi027 bash[31536]: audit 2023-12-07T15:24:26.854664+0000 mgr.a (mgr.24293) 13395 : audit 0 from='client.269232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:29 smithi044 bash[32620]: cluster 2023-12-07T15:24:28.110575+0000 mgr.a (mgr.24293) 13396 : cluster 0 pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:24:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:29 smithi022 bash[28554]: cluster 2023-12-07T15:24:28.110575+0000 mgr.a (mgr.24293) 13396 : cluster 0 pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:24:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:29 smithi027 bash[31536]: cluster 2023-12-07T15:24:28.110575+0000 mgr.a (mgr.24293) 13396 : cluster 0 pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:24:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:31 smithi027 bash[31536]: cluster 2023-12-07T15:24:30.111171+0000 mgr.a (mgr.24293) 13397 : cluster 0 pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:24:32.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:32.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:32.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:31 smithi044 bash[32620]: cluster 2023-12-07T15:24:30.111171+0000 mgr.a (mgr.24293) 13397 : cluster 0 pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:24:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:31 smithi022 bash[28554]: cluster 2023-12-07T15:24:30.111171+0000 mgr.a (mgr.24293) 13397 : cluster 0 pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:24:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:32 smithi027 bash[31536]: audit 2023-12-07T15:24:32.343474+0000 mon.a (mon.0) 2302 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:24:33.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:33.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:33.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:33.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:33.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:32 smithi022 bash[28554]: audit 2023-12-07T15:24:32.343474+0000 mon.a (mon.0) 2302 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:24:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:32 smithi044 bash[32620]: audit 2023-12-07T15:24:32.343474+0000 mon.a (mon.0) 2302 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:24:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:33 smithi027 bash[31536]: cluster 2023-12-07T15:24:32.112055+0000 mgr.a (mgr.24293) 13398 : cluster 0 pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:24:34.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:33 smithi027 bash[31536]: audit 2023-12-07T15:24:32.804443+0000 mgr.a (mgr.24293) 13399 : audit 0 from='client.269310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:33 smithi044 bash[32620]: cluster 2023-12-07T15:24:32.112055+0000 mgr.a (mgr.24293) 13398 : cluster 0 pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:24:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:33 smithi044 bash[32620]: audit 2023-12-07T15:24:32.804443+0000 mgr.a (mgr.24293) 13399 : audit 0 from='client.269310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:33 smithi022 bash[28554]: cluster 2023-12-07T15:24:32.112055+0000 mgr.a (mgr.24293) 13398 : cluster 0 pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:24:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:33 smithi022 bash[28554]: audit 2023-12-07T15:24:32.804443+0000 mgr.a (mgr.24293) 13399 : audit 0 from='client.269310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:35 smithi044 bash[32620]: cluster 2023-12-07T15:24:34.112765+0000 mgr.a (mgr.24293) 13400 : 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-07T15:24:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:35 smithi022 bash[28554]: cluster 2023-12-07T15:24:34.112765+0000 mgr.a (mgr.24293) 13400 : 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-07T15:24:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:35 smithi027 bash[31536]: cluster 2023-12-07T15:24:34.112765+0000 mgr.a (mgr.24293) 13400 : 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-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: cluster 2023-12-07T15:24:36.113578+0000 mgr.a (mgr.24293) 13401 : cluster 0 pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: audit 2023-12-07T15:24:37.696250+0000 mon.a (mon.0) 2303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: audit 2023-12-07T15:24:37.704581+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: audit 2023-12-07T15:24:37.749486+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: audit 2023-12-07T15:24:37.754791+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: audit 2023-12-07T15:24:37.759077+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:37 smithi022 bash[28554]: audit 2023-12-07T15:24:37.762344+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: cluster 2023-12-07T15:24:36.113578+0000 mgr.a (mgr.24293) 13401 : cluster 0 pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: audit 2023-12-07T15:24:37.696250+0000 mon.a (mon.0) 2303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: audit 2023-12-07T15:24:37.704581+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: audit 2023-12-07T15:24:37.749486+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: audit 2023-12-07T15:24:37.754791+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: audit 2023-12-07T15:24:37.759077+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:37 smithi044 bash[32620]: audit 2023-12-07T15:24:37.762344+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: cluster 2023-12-07T15:24:36.113578+0000 mgr.a (mgr.24293) 13401 : cluster 0 pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: audit 2023-12-07T15:24:37.696250+0000 mon.a (mon.0) 2303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: audit 2023-12-07T15:24:37.704581+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: audit 2023-12-07T15:24:37.749486+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: audit 2023-12-07T15:24:37.754791+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: audit 2023-12-07T15:24:37.759077+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:37 smithi027 bash[31536]: audit 2023-12-07T15:24:37.762344+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:38.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:38 smithi022 bash[28554]: audit 2023-12-07T15:24:38.494928+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:24:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:38 smithi022 bash[28554]: audit 2023-12-07T15:24:38.496737+0000 mon.a (mon.0) 2310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:24:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:38 smithi022 bash[28554]: audit 2023-12-07T15:24:38.505595+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:38 smithi044 bash[32620]: audit 2023-12-07T15:24:38.494928+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:24:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:38 smithi044 bash[32620]: audit 2023-12-07T15:24:38.496737+0000 mon.a (mon.0) 2310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:24:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:38 smithi044 bash[32620]: audit 2023-12-07T15:24:38.505595+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:38 smithi027 bash[31536]: audit 2023-12-07T15:24:38.494928+0000 mon.a (mon.0) 2309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:24:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:38 smithi027 bash[31536]: audit 2023-12-07T15:24:38.496737+0000 mon.a (mon.0) 2310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:24:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:38 smithi027 bash[31536]: audit 2023-12-07T15:24:38.505595+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:24:39.289 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:39.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:39.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:39.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:39.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:39 smithi022 bash[28554]: cluster 2023-12-07T15:24:38.114148+0000 mgr.a (mgr.24293) 13402 : cluster 0 pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:39 smithi022 bash[28554]: audit 2023-12-07T15:24:38.744524+0000 mgr.a (mgr.24293) 13403 : audit 0 from='client.269385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:39 smithi044 bash[32620]: cluster 2023-12-07T15:24:38.114148+0000 mgr.a (mgr.24293) 13402 : cluster 0 pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:39 smithi044 bash[32620]: audit 2023-12-07T15:24:38.744524+0000 mgr.a (mgr.24293) 13403 : audit 0 from='client.269385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:39 smithi027 bash[31536]: cluster 2023-12-07T15:24:38.114148+0000 mgr.a (mgr.24293) 13402 : cluster 0 pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:39 smithi027 bash[31536]: audit 2023-12-07T15:24:38.744524+0000 mgr.a (mgr.24293) 13403 : audit 0 from='client.269385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:41 smithi044 bash[32620]: cluster 2023-12-07T15:24:40.114824+0000 mgr.a (mgr.24293) 13404 : cluster 0 pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:41 smithi022 bash[28554]: cluster 2023-12-07T15:24:40.114824+0000 mgr.a (mgr.24293) 13404 : cluster 0 pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:41 smithi027 bash[31536]: cluster 2023-12-07T15:24:40.114824+0000 mgr.a (mgr.24293) 13404 : cluster 0 pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:43 smithi044 bash[32620]: cluster 2023-12-07T15:24:42.115699+0000 mgr.a (mgr.24293) 13405 : cluster 0 pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:43 smithi022 bash[28554]: cluster 2023-12-07T15:24:42.115699+0000 mgr.a (mgr.24293) 13405 : cluster 0 pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:43 smithi027 bash[31536]: cluster 2023-12-07T15:24:42.115699+0000 mgr.a (mgr.24293) 13405 : cluster 0 pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:44.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:44.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:44.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:45.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:45.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:45.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:45.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:45.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:45 smithi022 bash[28554]: cluster 2023-12-07T15:24:44.116313+0000 mgr.a (mgr.24293) 13406 : cluster 0 pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:45 smithi022 bash[28554]: audit 2023-12-07T15:24:44.695097+0000 mgr.a (mgr.24293) 13407 : audit 0 from='client.269463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:45 smithi044 bash[32620]: cluster 2023-12-07T15:24:44.116313+0000 mgr.a (mgr.24293) 13406 : cluster 0 pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:45 smithi044 bash[32620]: audit 2023-12-07T15:24:44.695097+0000 mgr.a (mgr.24293) 13407 : audit 0 from='client.269463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:45 smithi027 bash[31536]: cluster 2023-12-07T15:24:44.116313+0000 mgr.a (mgr.24293) 13406 : cluster 0 pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:45 smithi027 bash[31536]: audit 2023-12-07T15:24:44.695097+0000 mgr.a (mgr.24293) 13407 : audit 0 from='client.269463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:47 smithi022 bash[28554]: cluster 2023-12-07T15:24:46.117331+0000 mgr.a (mgr.24293) 13408 : cluster 0 pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:47 smithi044 bash[32620]: cluster 2023-12-07T15:24:46.117331+0000 mgr.a (mgr.24293) 13408 : cluster 0 pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:47 smithi027 bash[31536]: cluster 2023-12-07T15:24:46.117331+0000 mgr.a (mgr.24293) 13408 : cluster 0 pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:49 smithi022 bash[28554]: cluster 2023-12-07T15:24:48.117962+0000 mgr.a (mgr.24293) 13409 : cluster 0 pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:49 smithi044 bash[32620]: cluster 2023-12-07T15:24:48.117962+0000 mgr.a (mgr.24293) 13409 : cluster 0 pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:49 smithi027 bash[31536]: cluster 2023-12-07T15:24:48.117962+0000 mgr.a (mgr.24293) 13409 : cluster 0 pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:50.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:50.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:50.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:51.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:51.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:51.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:51.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:51.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:51 smithi044 bash[32620]: cluster 2023-12-07T15:24:50.118552+0000 mgr.a (mgr.24293) 13410 : cluster 0 pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:51 smithi044 bash[32620]: audit 2023-12-07T15:24:50.613005+0000 mgr.a (mgr.24293) 13411 : audit 0 from='client.269535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:51 smithi022 bash[28554]: cluster 2023-12-07T15:24:50.118552+0000 mgr.a (mgr.24293) 13410 : cluster 0 pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:51 smithi022 bash[28554]: audit 2023-12-07T15:24:50.613005+0000 mgr.a (mgr.24293) 13411 : audit 0 from='client.269535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:51 smithi027 bash[31536]: cluster 2023-12-07T15:24:50.118552+0000 mgr.a (mgr.24293) 13410 : cluster 0 pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:51 smithi027 bash[31536]: audit 2023-12-07T15:24:50.613005+0000 mgr.a (mgr.24293) 13411 : audit 0 from='client.269535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:53 smithi044 bash[32620]: cluster 2023-12-07T15:24:52.119606+0000 mgr.a (mgr.24293) 13412 : cluster 0 pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:53 smithi022 bash[28554]: cluster 2023-12-07T15:24:52.119606+0000 mgr.a (mgr.24293) 13412 : cluster 0 pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:53 smithi027 bash[31536]: cluster 2023-12-07T15:24:52.119606+0000 mgr.a (mgr.24293) 13412 : cluster 0 pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:56.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:24:56.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:56.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:55 smithi022 bash[28554]: cluster 2023-12-07T15:24:54.120198+0000 mgr.a (mgr.24293) 13413 : cluster 0 pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:55 smithi044 bash[32620]: cluster 2023-12-07T15:24:54.120198+0000 mgr.a (mgr.24293) 13413 : cluster 0 pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:55 smithi027 bash[31536]: cluster 2023-12-07T15:24:54.120198+0000 mgr.a (mgr.24293) 13413 : cluster 0 pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:57.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:24:57.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:57.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:57.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:57.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:24:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:57 smithi044 bash[32620]: cluster 2023-12-07T15:24:56.120948+0000 mgr.a (mgr.24293) 13414 : cluster 0 pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:57 smithi044 bash[32620]: audit 2023-12-07T15:24:56.542810+0000 mgr.a (mgr.24293) 13415 : audit 0 from='client.269613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:57 smithi022 bash[28554]: cluster 2023-12-07T15:24:56.120948+0000 mgr.a (mgr.24293) 13414 : cluster 0 pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:57 smithi022 bash[28554]: audit 2023-12-07T15:24:56.542810+0000 mgr.a (mgr.24293) 13415 : audit 0 from='client.269613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:57 smithi027 bash[31536]: cluster 2023-12-07T15:24:56.120948+0000 mgr.a (mgr.24293) 13414 : cluster 0 pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:57 smithi027 bash[31536]: audit 2023-12-07T15:24:56.542810+0000 mgr.a (mgr.24293) 13415 : audit 0 from='client.269613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:24:59 smithi044 bash[32620]: cluster 2023-12-07T15:24:58.121589+0000 mgr.a (mgr.24293) 13416 : cluster 0 pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:24:59 smithi022 bash[28554]: cluster 2023-12-07T15:24:58.121589+0000 mgr.a (mgr.24293) 13416 : cluster 0 pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:24:59 smithi027 bash[31536]: cluster 2023-12-07T15:24:58.121589+0000 mgr.a (mgr.24293) 13416 : cluster 0 pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:01 smithi044 bash[32620]: cluster 2023-12-07T15:25:00.122162+0000 mgr.a (mgr.24293) 13417 : cluster 0 pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:01 smithi027 bash[31536]: cluster 2023-12-07T15:25:00.122162+0000 mgr.a (mgr.24293) 13417 : cluster 0 pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:02.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:02.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:02.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:01 smithi022 bash[28554]: cluster 2023-12-07T15:25:00.122162+0000 mgr.a (mgr.24293) 13417 : cluster 0 pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:02.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:02.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:02.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:02.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:02.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:03 smithi044 bash[32620]: cluster 2023-12-07T15:25:02.122988+0000 mgr.a (mgr.24293) 13418 : cluster 0 pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:03 smithi044 bash[32620]: audit 2023-12-07T15:25:02.462037+0000 mgr.a (mgr.24293) 13419 : audit 0 from='client.269691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:03 smithi022 bash[28554]: cluster 2023-12-07T15:25:02.122988+0000 mgr.a (mgr.24293) 13418 : cluster 0 pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:03 smithi022 bash[28554]: audit 2023-12-07T15:25:02.462037+0000 mgr.a (mgr.24293) 13419 : audit 0 from='client.269691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:03 smithi027 bash[31536]: cluster 2023-12-07T15:25:02.122988+0000 mgr.a (mgr.24293) 13418 : cluster 0 pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:03 smithi027 bash[31536]: audit 2023-12-07T15:25:02.462037+0000 mgr.a (mgr.24293) 13419 : audit 0 from='client.269691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:05 smithi022 bash[28554]: cluster 2023-12-07T15:25:04.123680+0000 mgr.a (mgr.24293) 13420 : 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-07T15:25:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:05 smithi044 bash[32620]: cluster 2023-12-07T15:25:04.123680+0000 mgr.a (mgr.24293) 13420 : 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-07T15:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:05 smithi027 bash[31536]: cluster 2023-12-07T15:25:04.123680+0000 mgr.a (mgr.24293) 13420 : 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-07T15:25:07.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:07.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:07.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:07 smithi022 bash[28554]: cluster 2023-12-07T15:25:06.124599+0000 mgr.a (mgr.24293) 13421 : 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-07T15:25:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:07 smithi044 bash[32620]: cluster 2023-12-07T15:25:06.124599+0000 mgr.a (mgr.24293) 13421 : 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-07T15:25:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:07 smithi027 bash[31536]: cluster 2023-12-07T15:25:06.124599+0000 mgr.a (mgr.24293) 13421 : 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-07T15:25:08.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:08.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:08.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:08.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:08.939 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:09 smithi022 bash[28554]: cluster 2023-12-07T15:25:08.125255+0000 mgr.a (mgr.24293) 13422 : 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-07T15:25:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:09 smithi022 bash[28554]: audit 2023-12-07T15:25:08.408037+0000 mgr.a (mgr.24293) 13423 : audit 0 from='client.269769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:09 smithi044 bash[32620]: cluster 2023-12-07T15:25:08.125255+0000 mgr.a (mgr.24293) 13422 : 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-07T15:25:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:09 smithi044 bash[32620]: audit 2023-12-07T15:25:08.408037+0000 mgr.a (mgr.24293) 13423 : audit 0 from='client.269769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:09 smithi027 bash[31536]: cluster 2023-12-07T15:25:08.125255+0000 mgr.a (mgr.24293) 13422 : 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-07T15:25:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:09 smithi027 bash[31536]: audit 2023-12-07T15:25:08.408037+0000 mgr.a (mgr.24293) 13423 : audit 0 from='client.269769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:11 smithi044 bash[32620]: cluster 2023-12-07T15:25:10.125863+0000 mgr.a (mgr.24293) 13424 : 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-07T15:25:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:11 smithi022 bash[28554]: cluster 2023-12-07T15:25:10.125863+0000 mgr.a (mgr.24293) 13424 : 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-07T15:25:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:11 smithi027 bash[31536]: cluster 2023-12-07T15:25:10.125863+0000 mgr.a (mgr.24293) 13424 : 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-07T15:25:13.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:13.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:13.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:13 smithi022 bash[28554]: cluster 2023-12-07T15:25:12.126686+0000 mgr.a (mgr.24293) 13425 : cluster 0 pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:13 smithi044 bash[32620]: cluster 2023-12-07T15:25:12.126686+0000 mgr.a (mgr.24293) 13425 : cluster 0 pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:13 smithi027 bash[31536]: cluster 2023-12-07T15:25:12.126686+0000 mgr.a (mgr.24293) 13425 : cluster 0 pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:14.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:14.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:14.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:14.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:14.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:15 smithi022 bash[28554]: cluster 2023-12-07T15:25:14.127356+0000 mgr.a (mgr.24293) 13426 : cluster 0 pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:15 smithi022 bash[28554]: audit 2023-12-07T15:25:14.349159+0000 mgr.a (mgr.24293) 13427 : audit 0 from='client.269847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:15 smithi044 bash[32620]: cluster 2023-12-07T15:25:14.127356+0000 mgr.a (mgr.24293) 13426 : cluster 0 pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:15 smithi044 bash[32620]: audit 2023-12-07T15:25:14.349159+0000 mgr.a (mgr.24293) 13427 : audit 0 from='client.269847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:15 smithi027 bash[31536]: cluster 2023-12-07T15:25:14.127356+0000 mgr.a (mgr.24293) 13426 : cluster 0 pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:15 smithi027 bash[31536]: audit 2023-12-07T15:25:14.349159+0000 mgr.a (mgr.24293) 13427 : audit 0 from='client.269847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:17 smithi044 bash[32620]: cluster 2023-12-07T15:25:16.128435+0000 mgr.a (mgr.24293) 13428 : cluster 0 pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:17 smithi022 bash[28554]: cluster 2023-12-07T15:25:16.128435+0000 mgr.a (mgr.24293) 13428 : cluster 0 pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:17 smithi027 bash[31536]: cluster 2023-12-07T15:25:16.128435+0000 mgr.a (mgr.24293) 13428 : cluster 0 pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:19.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:19.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:19.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:19 smithi022 bash[28554]: cluster 2023-12-07T15:25:18.129001+0000 mgr.a (mgr.24293) 13429 : cluster 0 pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:19 smithi044 bash[32620]: cluster 2023-12-07T15:25:18.129001+0000 mgr.a (mgr.24293) 13429 : cluster 0 pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:19 smithi027 bash[31536]: cluster 2023-12-07T15:25:18.129001+0000 mgr.a (mgr.24293) 13429 : cluster 0 pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:20.808 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:20.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:20.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:20.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:20.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:21 smithi022 bash[28554]: cluster 2023-12-07T15:25:20.129562+0000 mgr.a (mgr.24293) 13430 : cluster 0 pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:21 smithi022 bash[28554]: audit 2023-12-07T15:25:20.274443+0000 mgr.a (mgr.24293) 13431 : audit 0 from='client.269925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:21 smithi044 bash[32620]: cluster 2023-12-07T15:25:20.129562+0000 mgr.a (mgr.24293) 13430 : cluster 0 pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:21 smithi044 bash[32620]: audit 2023-12-07T15:25:20.274443+0000 mgr.a (mgr.24293) 13431 : audit 0 from='client.269925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:21 smithi027 bash[31536]: cluster 2023-12-07T15:25:20.129562+0000 mgr.a (mgr.24293) 13430 : cluster 0 pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:21 smithi027 bash[31536]: audit 2023-12-07T15:25:20.274443+0000 mgr.a (mgr.24293) 13431 : audit 0 from='client.269925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:23 smithi022 bash[28554]: cluster 2023-12-07T15:25:22.130587+0000 mgr.a (mgr.24293) 13432 : 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-07T15:25:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:23 smithi044 bash[32620]: cluster 2023-12-07T15:25:22.130587+0000 mgr.a (mgr.24293) 13432 : 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-07T15:25:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:23 smithi027 bash[31536]: cluster 2023-12-07T15:25:22.130587+0000 mgr.a (mgr.24293) 13432 : 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-07T15:25:25.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:25.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:25.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:26.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:25 smithi022 bash[28554]: cluster 2023-12-07T15:25:24.131332+0000 mgr.a (mgr.24293) 13433 : cluster 0 pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:26.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:25 smithi044 bash[32620]: cluster 2023-12-07T15:25:24.131332+0000 mgr.a (mgr.24293) 13433 : cluster 0 pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:25 smithi027 bash[31536]: cluster 2023-12-07T15:25:24.131332+0000 mgr.a (mgr.24293) 13433 : cluster 0 pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:26.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:26.762 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:27 smithi044 bash[32620]: cluster 2023-12-07T15:25:26.132088+0000 mgr.a (mgr.24293) 13434 : cluster 0 pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:27 smithi044 bash[32620]: audit 2023-12-07T15:25:26.226790+0000 mgr.a (mgr.24293) 13435 : audit 0 from='client.269997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:27 smithi022 bash[28554]: cluster 2023-12-07T15:25:26.132088+0000 mgr.a (mgr.24293) 13434 : cluster 0 pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:27 smithi022 bash[28554]: audit 2023-12-07T15:25:26.226790+0000 mgr.a (mgr.24293) 13435 : audit 0 from='client.269997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:27 smithi027 bash[31536]: cluster 2023-12-07T15:25:26.132088+0000 mgr.a (mgr.24293) 13434 : cluster 0 pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:27 smithi027 bash[31536]: audit 2023-12-07T15:25:26.226790+0000 mgr.a (mgr.24293) 13435 : audit 0 from='client.269997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:29 smithi022 bash[28554]: cluster 2023-12-07T15:25:28.132933+0000 mgr.a (mgr.24293) 13436 : cluster 0 pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:29 smithi044 bash[32620]: cluster 2023-12-07T15:25:28.132933+0000 mgr.a (mgr.24293) 13436 : cluster 0 pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:29 smithi027 bash[31536]: cluster 2023-12-07T15:25:28.132933+0000 mgr.a (mgr.24293) 13436 : cluster 0 pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:31.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:31.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:31.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:31 smithi044 bash[32620]: cluster 2023-12-07T15:25:30.133558+0000 mgr.a (mgr.24293) 13437 : cluster 0 pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:31 smithi022 bash[28554]: cluster 2023-12-07T15:25:30.133558+0000 mgr.a (mgr.24293) 13437 : cluster 0 pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:31 smithi027 bash[31536]: cluster 2023-12-07T15:25:30.133558+0000 mgr.a (mgr.24293) 13437 : cluster 0 pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:32.693 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:32.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:32.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:32.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:32.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:33 smithi044 bash[32620]: cluster 2023-12-07T15:25:32.134330+0000 mgr.a (mgr.24293) 13438 : cluster 0 pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:33 smithi044 bash[32620]: audit 2023-12-07T15:25:32.168725+0000 mgr.a (mgr.24293) 13439 : audit 0 from='client.270075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:33 smithi022 bash[28554]: cluster 2023-12-07T15:25:32.134330+0000 mgr.a (mgr.24293) 13438 : cluster 0 pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:34.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:33 smithi022 bash[28554]: audit 2023-12-07T15:25:32.168725+0000 mgr.a (mgr.24293) 13439 : audit 0 from='client.270075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:33 smithi027 bash[31536]: cluster 2023-12-07T15:25:32.134330+0000 mgr.a (mgr.24293) 13438 : cluster 0 pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:33 smithi027 bash[31536]: audit 2023-12-07T15:25:32.168725+0000 mgr.a (mgr.24293) 13439 : audit 0 from='client.270075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:35 smithi044 bash[32620]: cluster 2023-12-07T15:25:34.134988+0000 mgr.a (mgr.24293) 13440 : 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-07T15:25:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:35 smithi022 bash[28554]: cluster 2023-12-07T15:25:34.134988+0000 mgr.a (mgr.24293) 13440 : 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-07T15:25:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:35 smithi027 bash[31536]: cluster 2023-12-07T15:25:34.134988+0000 mgr.a (mgr.24293) 13440 : 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-07T15:25:37.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:37.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:37.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:37 smithi022 bash[28554]: cluster 2023-12-07T15:25:36.135834+0000 mgr.a (mgr.24293) 13441 : 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-07T15:25:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:37 smithi044 bash[32620]: cluster 2023-12-07T15:25:36.135834+0000 mgr.a (mgr.24293) 13441 : 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-07T15:25:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:37 smithi027 bash[31536]: cluster 2023-12-07T15:25:36.135834+0000 mgr.a (mgr.24293) 13441 : 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-07T15:25:38.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:38.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:38.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:38.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:38.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:38 smithi022 bash[28554]: audit 2023-12-07T15:25:38.608770+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:25:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:38 smithi027 bash[31536]: audit 2023-12-07T15:25:38.608770+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:25:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:38 smithi044 bash[32620]: audit 2023-12-07T15:25:38.608770+0000 mon.a (mon.0) 2312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:25:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:39 smithi027 bash[31536]: audit 2023-12-07T15:25:38.109596+0000 mgr.a (mgr.24293) 13442 : audit 0 from='client.270153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:39 smithi027 bash[31536]: cluster 2023-12-07T15:25:38.136576+0000 mgr.a (mgr.24293) 13443 : 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-07T15:25:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:39 smithi027 bash[31536]: audit 2023-12-07T15:25:39.397504+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:25:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:39 smithi027 bash[31536]: audit 2023-12-07T15:25:39.399448+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:25:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:39 smithi027 bash[31536]: audit 2023-12-07T15:25:39.409611+0000 mon.a (mon.0) 2315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:25:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:39 smithi022 bash[28554]: audit 2023-12-07T15:25:38.109596+0000 mgr.a (mgr.24293) 13442 : audit 0 from='client.270153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:39 smithi022 bash[28554]: cluster 2023-12-07T15:25:38.136576+0000 mgr.a (mgr.24293) 13443 : 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-07T15:25:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:39 smithi022 bash[28554]: audit 2023-12-07T15:25:39.397504+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:25:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:39 smithi022 bash[28554]: audit 2023-12-07T15:25:39.399448+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:25:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:39 smithi022 bash[28554]: audit 2023-12-07T15:25:39.409611+0000 mon.a (mon.0) 2315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:25:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:39 smithi044 bash[32620]: audit 2023-12-07T15:25:38.109596+0000 mgr.a (mgr.24293) 13442 : audit 0 from='client.270153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:39 smithi044 bash[32620]: cluster 2023-12-07T15:25:38.136576+0000 mgr.a (mgr.24293) 13443 : 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-07T15:25:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:39 smithi044 bash[32620]: audit 2023-12-07T15:25:39.397504+0000 mon.a (mon.0) 2313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:25:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:39 smithi044 bash[32620]: audit 2023-12-07T15:25:39.399448+0000 mon.a (mon.0) 2314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:25:40.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:39 smithi044 bash[32620]: audit 2023-12-07T15:25:39.409611+0000 mon.a (mon.0) 2315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:25:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:41 smithi027 bash[31536]: cluster 2023-12-07T15:25:40.137259+0000 mgr.a (mgr.24293) 13444 : 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-07T15:25:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:41 smithi044 bash[32620]: cluster 2023-12-07T15:25:40.137259+0000 mgr.a (mgr.24293) 13444 : 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-07T15:25:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:41 smithi022 bash[28554]: cluster 2023-12-07T15:25:40.137259+0000 mgr.a (mgr.24293) 13444 : 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-07T15:25:43.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:43.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:43.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:43 smithi027 bash[31536]: cluster 2023-12-07T15:25:42.138065+0000 mgr.a (mgr.24293) 13445 : cluster 0 pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:43 smithi022 bash[28554]: cluster 2023-12-07T15:25:42.138065+0000 mgr.a (mgr.24293) 13445 : cluster 0 pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:43 smithi044 bash[32620]: cluster 2023-12-07T15:25:42.138065+0000 mgr.a (mgr.24293) 13445 : cluster 0 pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:44.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:44.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:44.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:44.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:44.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:45 smithi027 bash[31536]: audit 2023-12-07T15:25:44.042858+0000 mgr.a (mgr.24293) 13446 : audit 0 from='client.270231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:45 smithi027 bash[31536]: cluster 2023-12-07T15:25:44.138732+0000 mgr.a (mgr.24293) 13447 : cluster 0 pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:45 smithi044 bash[32620]: audit 2023-12-07T15:25:44.042858+0000 mgr.a (mgr.24293) 13446 : audit 0 from='client.270231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:45 smithi044 bash[32620]: cluster 2023-12-07T15:25:44.138732+0000 mgr.a (mgr.24293) 13447 : cluster 0 pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:45 smithi022 bash[28554]: audit 2023-12-07T15:25:44.042858+0000 mgr.a (mgr.24293) 13446 : audit 0 from='client.270231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:45 smithi022 bash[28554]: cluster 2023-12-07T15:25:44.138732+0000 mgr.a (mgr.24293) 13447 : cluster 0 pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:47 smithi027 bash[31536]: cluster 2023-12-07T15:25:46.139696+0000 mgr.a (mgr.24293) 13448 : cluster 0 pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:48.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:47 smithi022 bash[28554]: cluster 2023-12-07T15:25:46.139696+0000 mgr.a (mgr.24293) 13448 : cluster 0 pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:47 smithi044 bash[32620]: cluster 2023-12-07T15:25:46.139696+0000 mgr.a (mgr.24293) 13448 : cluster 0 pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:49.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:49.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:49.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:49 smithi027 bash[31536]: cluster 2023-12-07T15:25:48.140260+0000 mgr.a (mgr.24293) 13449 : cluster 0 pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:49 smithi022 bash[28554]: cluster 2023-12-07T15:25:48.140260+0000 mgr.a (mgr.24293) 13449 : cluster 0 pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:49 smithi044 bash[32620]: cluster 2023-12-07T15:25:48.140260+0000 mgr.a (mgr.24293) 13449 : cluster 0 pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:50.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:50.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:50.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:50.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:50.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:50 smithi044 bash[32620]: audit 2023-12-07T15:25:49.974827+0000 mgr.a (mgr.24293) 13450 : audit 0 from='client.270309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:51.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:50 smithi044 bash[32620]: cluster 2023-12-07T15:25:50.141063+0000 mgr.a (mgr.24293) 13451 : cluster 0 pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:50 smithi022 bash[28554]: audit 2023-12-07T15:25:49.974827+0000 mgr.a (mgr.24293) 13450 : audit 0 from='client.270309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:51.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:50 smithi022 bash[28554]: cluster 2023-12-07T15:25:50.141063+0000 mgr.a (mgr.24293) 13451 : cluster 0 pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:50 smithi027 bash[31536]: audit 2023-12-07T15:25:49.974827+0000 mgr.a (mgr.24293) 13450 : audit 0 from='client.270309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:51.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:50 smithi027 bash[31536]: cluster 2023-12-07T15:25:50.141063+0000 mgr.a (mgr.24293) 13451 : cluster 0 pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:53.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:53 smithi027 bash[31536]: cluster 2023-12-07T15:25:52.142172+0000 mgr.a (mgr.24293) 13452 : cluster 0 pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:25:53.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:53 smithi022 bash[28554]: cluster 2023-12-07T15:25:52.142172+0000 mgr.a (mgr.24293) 13452 : cluster 0 pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:25:53.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:53 smithi044 bash[32620]: cluster 2023-12-07T15:25:52.142172+0000 mgr.a (mgr.24293) 13452 : cluster 0 pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:25:55.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:25:55.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:55.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:55 smithi022 bash[28554]: cluster 2023-12-07T15:25:54.142779+0000 mgr.a (mgr.24293) 13453 : cluster 0 pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:25:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:55 smithi044 bash[32620]: cluster 2023-12-07T15:25:54.142779+0000 mgr.a (mgr.24293) 13453 : cluster 0 pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:25:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:55 smithi027 bash[31536]: cluster 2023-12-07T15:25:54.142779+0000 mgr.a (mgr.24293) 13453 : cluster 0 pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:25:56.444 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:25:56.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:56.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:56.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:56.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:25:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:56 smithi022 bash[28554]: audit 2023-12-07T15:25:55.931227+0000 mgr.a (mgr.24293) 13454 : audit 0 from='client.270387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:56 smithi044 bash[32620]: audit 2023-12-07T15:25:55.931227+0000 mgr.a (mgr.24293) 13454 : audit 0 from='client.270387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:56 smithi027 bash[31536]: audit 2023-12-07T15:25:55.931227+0000 mgr.a (mgr.24293) 13454 : audit 0 from='client.270387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:57 smithi044 bash[32620]: cluster 2023-12-07T15:25:56.143635+0000 mgr.a (mgr.24293) 13455 : cluster 0 pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:57 smithi022 bash[28554]: cluster 2023-12-07T15:25:56.143635+0000 mgr.a (mgr.24293) 13455 : cluster 0 pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:58.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:57 smithi027 bash[31536]: cluster 2023-12-07T15:25:56.143635+0000 mgr.a (mgr.24293) 13455 : cluster 0 pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:25:59 smithi044 bash[32620]: cluster 2023-12-07T15:25:58.144363+0000 mgr.a (mgr.24293) 13456 : cluster 0 pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:25:59 smithi022 bash[28554]: cluster 2023-12-07T15:25:58.144363+0000 mgr.a (mgr.24293) 13456 : cluster 0 pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:25:59 smithi027 bash[31536]: cluster 2023-12-07T15:25:58.144363+0000 mgr.a (mgr.24293) 13456 : cluster 0 pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:01.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:01.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:01.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:01 smithi044 bash[32620]: cluster 2023-12-07T15:26:00.144923+0000 mgr.a (mgr.24293) 13457 : cluster 0 pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:01 smithi022 bash[28554]: cluster 2023-12-07T15:26:00.144923+0000 mgr.a (mgr.24293) 13457 : cluster 0 pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:01 smithi027 bash[31536]: cluster 2023-12-07T15:26:00.144923+0000 mgr.a (mgr.24293) 13457 : cluster 0 pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:02.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:02.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:02.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:02.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:02.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:02 smithi044 bash[32620]: audit 2023-12-07T15:26:01.860369+0000 mgr.a (mgr.24293) 13458 : audit 0 from='client.270459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:02 smithi022 bash[28554]: audit 2023-12-07T15:26:01.860369+0000 mgr.a (mgr.24293) 13458 : audit 0 from='client.270459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:02 smithi027 bash[31536]: audit 2023-12-07T15:26:01.860369+0000 mgr.a (mgr.24293) 13458 : audit 0 from='client.270459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:03 smithi044 bash[32620]: cluster 2023-12-07T15:26:02.146238+0000 mgr.a (mgr.24293) 13459 : cluster 0 pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:03 smithi022 bash[28554]: cluster 2023-12-07T15:26:02.146238+0000 mgr.a (mgr.24293) 13459 : cluster 0 pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:03 smithi027 bash[31536]: cluster 2023-12-07T15:26:02.146238+0000 mgr.a (mgr.24293) 13459 : cluster 0 pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:05 smithi022 bash[28554]: cluster 2023-12-07T15:26:04.146959+0000 mgr.a (mgr.24293) 13460 : cluster 0 pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:26:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:05 smithi044 bash[32620]: cluster 2023-12-07T15:26:04.146959+0000 mgr.a (mgr.24293) 13460 : cluster 0 pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:26:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:05 smithi027 bash[31536]: cluster 2023-12-07T15:26:04.146959+0000 mgr.a (mgr.24293) 13460 : cluster 0 pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:26:07.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:07.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:07.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:07 smithi022 bash[28554]: cluster 2023-12-07T15:26:06.147769+0000 mgr.a (mgr.24293) 13461 : cluster 0 pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:26:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:07 smithi044 bash[32620]: cluster 2023-12-07T15:26:06.147769+0000 mgr.a (mgr.24293) 13461 : cluster 0 pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:26:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:07 smithi027 bash[31536]: cluster 2023-12-07T15:26:06.147769+0000 mgr.a (mgr.24293) 13461 : cluster 0 pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:26:08.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:08.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:08.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:08.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:08.350 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:08 smithi022 bash[28554]: audit 2023-12-07T15:26:07.815139+0000 mgr.a (mgr.24293) 13462 : audit 0 from='client.270537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:08 smithi044 bash[32620]: audit 2023-12-07T15:26:07.815139+0000 mgr.a (mgr.24293) 13462 : audit 0 from='client.270537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:08 smithi027 bash[31536]: audit 2023-12-07T15:26:07.815139+0000 mgr.a (mgr.24293) 13462 : audit 0 from='client.270537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:09 smithi022 bash[28554]: cluster 2023-12-07T15:26:08.148355+0000 mgr.a (mgr.24293) 13463 : 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-07T15:26:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:09 smithi044 bash[32620]: cluster 2023-12-07T15:26:08.148355+0000 mgr.a (mgr.24293) 13463 : 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-07T15:26:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:09 smithi027 bash[31536]: cluster 2023-12-07T15:26:08.148355+0000 mgr.a (mgr.24293) 13463 : 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-07T15:26:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:11 smithi022 bash[28554]: cluster 2023-12-07T15:26:10.148994+0000 mgr.a (mgr.24293) 13464 : 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-07T15:26:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:11 smithi044 bash[32620]: cluster 2023-12-07T15:26:10.148994+0000 mgr.a (mgr.24293) 13464 : 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-07T15:26:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:11 smithi027 bash[31536]: cluster 2023-12-07T15:26:10.148994+0000 mgr.a (mgr.24293) 13464 : 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-07T15:26:13.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:13.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:13.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:13 smithi022 bash[28554]: cluster 2023-12-07T15:26:12.149814+0000 mgr.a (mgr.24293) 13465 : 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-07T15:26:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:13 smithi044 bash[32620]: cluster 2023-12-07T15:26:12.149814+0000 mgr.a (mgr.24293) 13465 : 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-07T15:26:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:13 smithi027 bash[31536]: cluster 2023-12-07T15:26:12.149814+0000 mgr.a (mgr.24293) 13465 : 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-07T15:26:14.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:14.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:14.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:14.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:14.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:14 smithi022 bash[28554]: audit 2023-12-07T15:26:13.762557+0000 mgr.a (mgr.24293) 13466 : audit 0 from='client.270615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:14 smithi044 bash[32620]: audit 2023-12-07T15:26:13.762557+0000 mgr.a (mgr.24293) 13466 : audit 0 from='client.270615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:14 smithi027 bash[31536]: audit 2023-12-07T15:26:13.762557+0000 mgr.a (mgr.24293) 13466 : audit 0 from='client.270615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:15 smithi044 bash[32620]: cluster 2023-12-07T15:26:14.161934+0000 mgr.a (mgr.24293) 13467 : 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-07T15:26:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:15 smithi022 bash[28554]: cluster 2023-12-07T15:26:14.161934+0000 mgr.a (mgr.24293) 13467 : 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-07T15:26:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:15 smithi027 bash[31536]: cluster 2023-12-07T15:26:14.161934+0000 mgr.a (mgr.24293) 13467 : 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-07T15:26:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:17 smithi022 bash[28554]: cluster 2023-12-07T15:26:16.162933+0000 mgr.a (mgr.24293) 13468 : cluster 0 pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:17 smithi044 bash[32620]: cluster 2023-12-07T15:26:16.162933+0000 mgr.a (mgr.24293) 13468 : cluster 0 pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:17 smithi027 bash[31536]: cluster 2023-12-07T15:26:16.162933+0000 mgr.a (mgr.24293) 13468 : cluster 0 pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:19.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:19.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:19 smithi022 bash[28554]: cluster 2023-12-07T15:26:18.163456+0000 mgr.a (mgr.24293) 13469 : cluster 0 pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:19 smithi044 bash[32620]: cluster 2023-12-07T15:26:18.163456+0000 mgr.a (mgr.24293) 13469 : cluster 0 pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:19 smithi027 bash[31536]: cluster 2023-12-07T15:26:18.163456+0000 mgr.a (mgr.24293) 13469 : cluster 0 pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:20.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:20.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:20 smithi044 bash[32620]: audit 2023-12-07T15:26:19.706602+0000 mgr.a (mgr.24293) 13470 : audit 0 from='client.270690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:20 smithi022 bash[28554]: audit 2023-12-07T15:26:19.706602+0000 mgr.a (mgr.24293) 13470 : audit 0 from='client.270690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:20 smithi027 bash[31536]: audit 2023-12-07T15:26:19.706602+0000 mgr.a (mgr.24293) 13470 : audit 0 from='client.270690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:21 smithi022 bash[28554]: cluster 2023-12-07T15:26:20.164041+0000 mgr.a (mgr.24293) 13471 : cluster 0 pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:21 smithi044 bash[32620]: cluster 2023-12-07T15:26:20.164041+0000 mgr.a (mgr.24293) 13471 : cluster 0 pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:22.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:21 smithi027 bash[31536]: cluster 2023-12-07T15:26:20.164041+0000 mgr.a (mgr.24293) 13471 : cluster 0 pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:23 smithi022 bash[28554]: cluster 2023-12-07T15:26:22.164846+0000 mgr.a (mgr.24293) 13472 : cluster 0 pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:23 smithi044 bash[32620]: cluster 2023-12-07T15:26:22.164846+0000 mgr.a (mgr.24293) 13472 : cluster 0 pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:24.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:23 smithi027 bash[31536]: cluster 2023-12-07T15:26:22.164846+0000 mgr.a (mgr.24293) 13472 : cluster 0 pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:25.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:25.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:25.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:25 smithi022 bash[28554]: cluster 2023-12-07T15:26:24.165444+0000 mgr.a (mgr.24293) 13473 : cluster 0 pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:25 smithi044 bash[32620]: cluster 2023-12-07T15:26:24.165444+0000 mgr.a (mgr.24293) 13473 : cluster 0 pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:26.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:26.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:26.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:26.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:25 smithi027 bash[31536]: cluster 2023-12-07T15:26:24.165444+0000 mgr.a (mgr.24293) 13473 : cluster 0 pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:26 smithi044 bash[32620]: audit 2023-12-07T15:26:25.652759+0000 mgr.a (mgr.24293) 13474 : audit 0 from='client.270768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:26 smithi022 bash[28554]: audit 2023-12-07T15:26:25.652759+0000 mgr.a (mgr.24293) 13474 : audit 0 from='client.270768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:26 smithi027 bash[31536]: audit 2023-12-07T15:26:25.652759+0000 mgr.a (mgr.24293) 13474 : audit 0 from='client.270768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:27 smithi022 bash[28554]: cluster 2023-12-07T15:26:26.166516+0000 mgr.a (mgr.24293) 13475 : 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-07T15:26:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:27 smithi044 bash[32620]: cluster 2023-12-07T15:26:26.166516+0000 mgr.a (mgr.24293) 13475 : 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-07T15:26:28.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:27 smithi027 bash[31536]: cluster 2023-12-07T15:26:26.166516+0000 mgr.a (mgr.24293) 13475 : 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-07T15:26:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:29 smithi044 bash[32620]: cluster 2023-12-07T15:26:28.167081+0000 mgr.a (mgr.24293) 13476 : cluster 0 pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:29 smithi022 bash[28554]: cluster 2023-12-07T15:26:28.167081+0000 mgr.a (mgr.24293) 13476 : cluster 0 pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:30.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:29 smithi027 bash[31536]: cluster 2023-12-07T15:26:28.167081+0000 mgr.a (mgr.24293) 13476 : cluster 0 pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:31.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:31.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:31.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:32.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:32.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:32.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:32.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:32.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:32.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:31 smithi044 bash[32620]: cluster 2023-12-07T15:26:30.167666+0000 mgr.a (mgr.24293) 13477 : cluster 0 pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:32.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:31 smithi022 bash[28554]: cluster 2023-12-07T15:26:30.167666+0000 mgr.a (mgr.24293) 13477 : cluster 0 pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:32.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:31 smithi027 bash[31536]: cluster 2023-12-07T15:26:30.167666+0000 mgr.a (mgr.24293) 13477 : cluster 0 pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:32 smithi027 bash[31536]: audit 2023-12-07T15:26:31.601518+0000 mgr.a (mgr.24293) 13478 : audit 0 from='client.218219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:32 smithi022 bash[28554]: audit 2023-12-07T15:26:31.601518+0000 mgr.a (mgr.24293) 13478 : audit 0 from='client.218219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:33.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:32 smithi044 bash[32620]: audit 2023-12-07T15:26:31.601518+0000 mgr.a (mgr.24293) 13478 : audit 0 from='client.218219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:33 smithi027 bash[31536]: cluster 2023-12-07T15:26:32.168835+0000 mgr.a (mgr.24293) 13479 : cluster 0 pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:33 smithi022 bash[28554]: cluster 2023-12-07T15:26:32.168835+0000 mgr.a (mgr.24293) 13479 : cluster 0 pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:34.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:33 smithi044 bash[32620]: cluster 2023-12-07T15:26:32.168835+0000 mgr.a (mgr.24293) 13479 : cluster 0 pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:35 smithi027 bash[31536]: cluster 2023-12-07T15:26:34.169486+0000 mgr.a (mgr.24293) 13480 : cluster 0 pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:35 smithi044 bash[32620]: cluster 2023-12-07T15:26:34.169486+0000 mgr.a (mgr.24293) 13480 : cluster 0 pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:35 smithi022 bash[28554]: cluster 2023-12-07T15:26:34.169486+0000 mgr.a (mgr.24293) 13480 : cluster 0 pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:37.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:37.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:37.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:38.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:38.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:38.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:38.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:38.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:37 smithi027 bash[31536]: cluster 2023-12-07T15:26:36.170253+0000 mgr.a (mgr.24293) 13481 : cluster 0 pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:37 smithi044 bash[32620]: cluster 2023-12-07T15:26:36.170253+0000 mgr.a (mgr.24293) 13481 : cluster 0 pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:37 smithi022 bash[28554]: cluster 2023-12-07T15:26:36.170253+0000 mgr.a (mgr.24293) 13481 : cluster 0 pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:38 smithi027 bash[31536]: audit 2023-12-07T15:26:37.543855+0000 mgr.a (mgr.24293) 13482 : audit 0 from='client.270921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:39.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:38 smithi022 bash[28554]: audit 2023-12-07T15:26:37.543855+0000 mgr.a (mgr.24293) 13482 : audit 0 from='client.270921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:38 smithi044 bash[32620]: audit 2023-12-07T15:26:37.543855+0000 mgr.a (mgr.24293) 13482 : audit 0 from='client.270921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:39 smithi022 bash[28554]: cluster 2023-12-07T15:26:38.171026+0000 mgr.a (mgr.24293) 13483 : 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-07T15:26:40.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:39 smithi022 bash[28554]: audit 2023-12-07T15:26:39.513707+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:26:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:39 smithi044 bash[32620]: cluster 2023-12-07T15:26:38.171026+0000 mgr.a (mgr.24293) 13483 : 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-07T15:26:40.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:39 smithi044 bash[32620]: audit 2023-12-07T15:26:39.513707+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:26:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:39 smithi027 bash[31536]: cluster 2023-12-07T15:26:38.171026+0000 mgr.a (mgr.24293) 13483 : 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-07T15:26:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:39 smithi027 bash[31536]: audit 2023-12-07T15:26:39.513707+0000 mon.a (mon.0) 2316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:26:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:40 smithi044 bash[32620]: audit 2023-12-07T15:26:40.312245+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:26:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:40 smithi044 bash[32620]: audit 2023-12-07T15:26:40.314446+0000 mon.a (mon.0) 2318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:26:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:40 smithi044 bash[32620]: audit 2023-12-07T15:26:40.325028+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:26:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:40 smithi022 bash[28554]: audit 2023-12-07T15:26:40.312245+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:26:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:40 smithi022 bash[28554]: audit 2023-12-07T15:26:40.314446+0000 mon.a (mon.0) 2318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:26:41.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:40 smithi022 bash[28554]: audit 2023-12-07T15:26:40.325028+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:26:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:40 smithi027 bash[31536]: audit 2023-12-07T15:26:40.312245+0000 mon.a (mon.0) 2317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:26:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:40 smithi027 bash[31536]: audit 2023-12-07T15:26:40.314446+0000 mon.a (mon.0) 2318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:26:41.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:40 smithi027 bash[31536]: audit 2023-12-07T15:26:40.325028+0000 mon.a (mon.0) 2319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:26:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:41 smithi044 bash[32620]: cluster 2023-12-07T15:26:40.171617+0000 mgr.a (mgr.24293) 13484 : 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-07T15:26:42.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:41 smithi022 bash[28554]: cluster 2023-12-07T15:26:40.171617+0000 mgr.a (mgr.24293) 13484 : 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-07T15:26:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:41 smithi027 bash[31536]: cluster 2023-12-07T15:26:40.171617+0000 mgr.a (mgr.24293) 13484 : 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-07T15:26:43.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:43.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:43.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:42 smithi022 bash[28554]: cluster 2023-12-07T15:26:42.172384+0000 mgr.a (mgr.24293) 13485 : 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-07T15:26:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:42 smithi044 bash[32620]: cluster 2023-12-07T15:26:42.172384+0000 mgr.a (mgr.24293) 13485 : 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-07T15:26:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:42 smithi027 bash[31536]: cluster 2023-12-07T15:26:42.172384+0000 mgr.a (mgr.24293) 13485 : 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-07T15:26:44.043 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:44.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:44.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:44.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:44.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:43 smithi022 bash[28554]: audit 2023-12-07T15:26:43.494503+0000 mgr.a (mgr.24293) 13486 : audit 0 from='client.270996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:43 smithi044 bash[32620]: audit 2023-12-07T15:26:43.494503+0000 mgr.a (mgr.24293) 13486 : audit 0 from='client.270996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:43 smithi027 bash[31536]: audit 2023-12-07T15:26:43.494503+0000 mgr.a (mgr.24293) 13486 : audit 0 from='client.270996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:45 smithi044 bash[32620]: cluster 2023-12-07T15:26:44.173141+0000 mgr.a (mgr.24293) 13487 : 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-07T15:26:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:45 smithi022 bash[28554]: cluster 2023-12-07T15:26:44.173141+0000 mgr.a (mgr.24293) 13487 : 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-07T15:26:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:45 smithi027 bash[31536]: cluster 2023-12-07T15:26:44.173141+0000 mgr.a (mgr.24293) 13487 : 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-07T15:26:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:47 smithi044 bash[32620]: cluster 2023-12-07T15:26:46.173949+0000 mgr.a (mgr.24293) 13488 : cluster 0 pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:47 smithi022 bash[28554]: cluster 2023-12-07T15:26:46.173949+0000 mgr.a (mgr.24293) 13488 : cluster 0 pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:48.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:47 smithi027 bash[31536]: cluster 2023-12-07T15:26:46.173949+0000 mgr.a (mgr.24293) 13488 : cluster 0 pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:49.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:49.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:49.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:49.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:49.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:49.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:49.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:49.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:49 smithi022 bash[28554]: cluster 2023-12-07T15:26:48.174525+0000 mgr.a (mgr.24293) 13489 : cluster 0 pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:49 smithi044 bash[32620]: cluster 2023-12-07T15:26:48.174525+0000 mgr.a (mgr.24293) 13489 : cluster 0 pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:49 smithi027 bash[31536]: cluster 2023-12-07T15:26:48.174525+0000 mgr.a (mgr.24293) 13489 : cluster 0 pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:50 smithi022 bash[28554]: audit 2023-12-07T15:26:49.452605+0000 mgr.a (mgr.24293) 13490 : audit 0 from='client.271071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:50 smithi044 bash[32620]: audit 2023-12-07T15:26:49.452605+0000 mgr.a (mgr.24293) 13490 : audit 0 from='client.271071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:50 smithi027 bash[31536]: audit 2023-12-07T15:26:49.452605+0000 mgr.a (mgr.24293) 13490 : audit 0 from='client.271071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:51 smithi022 bash[28554]: cluster 2023-12-07T15:26:50.175238+0000 mgr.a (mgr.24293) 13491 : cluster 0 pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:51 smithi044 bash[32620]: cluster 2023-12-07T15:26:50.175238+0000 mgr.a (mgr.24293) 13491 : cluster 0 pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:51 smithi027 bash[31536]: cluster 2023-12-07T15:26:50.175238+0000 mgr.a (mgr.24293) 13491 : cluster 0 pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:53 smithi022 bash[28554]: cluster 2023-12-07T15:26:52.176088+0000 mgr.a (mgr.24293) 13492 : cluster 0 pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:53 smithi044 bash[32620]: cluster 2023-12-07T15:26:52.176088+0000 mgr.a (mgr.24293) 13492 : cluster 0 pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:53 smithi027 bash[31536]: cluster 2023-12-07T15:26:52.176088+0000 mgr.a (mgr.24293) 13492 : cluster 0 pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:54.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:26:54.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:54.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:55.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:26:55.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:55.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:55.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:55.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:26:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:55 smithi022 bash[28554]: cluster 2023-12-07T15:26:54.176719+0000 mgr.a (mgr.24293) 13493 : cluster 0 pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:55 smithi044 bash[32620]: cluster 2023-12-07T15:26:54.176719+0000 mgr.a (mgr.24293) 13493 : cluster 0 pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:55 smithi027 bash[31536]: cluster 2023-12-07T15:26:54.176719+0000 mgr.a (mgr.24293) 13493 : cluster 0 pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:56 smithi022 bash[28554]: audit 2023-12-07T15:26:55.369440+0000 mgr.a (mgr.24293) 13494 : audit 0 from='client.271143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:56 smithi044 bash[32620]: audit 2023-12-07T15:26:55.369440+0000 mgr.a (mgr.24293) 13494 : audit 0 from='client.271143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:56 smithi027 bash[31536]: audit 2023-12-07T15:26:55.369440+0000 mgr.a (mgr.24293) 13494 : audit 0 from='client.271143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:57 smithi044 bash[32620]: cluster 2023-12-07T15:26:56.177692+0000 mgr.a (mgr.24293) 13495 : 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-07T15:26:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:57 smithi022 bash[28554]: cluster 2023-12-07T15:26:56.177692+0000 mgr.a (mgr.24293) 13495 : 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-07T15:26:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:57 smithi027 bash[31536]: cluster 2023-12-07T15:26:56.177692+0000 mgr.a (mgr.24293) 13495 : 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-07T15:27:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:26:59 smithi022 bash[28554]: cluster 2023-12-07T15:26:58.178267+0000 mgr.a (mgr.24293) 13496 : cluster 0 pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:26:59 smithi044 bash[32620]: cluster 2023-12-07T15:26:58.178267+0000 mgr.a (mgr.24293) 13496 : cluster 0 pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:26:59 smithi027 bash[31536]: cluster 2023-12-07T15:26:58.178267+0000 mgr.a (mgr.24293) 13496 : cluster 0 pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:00.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:00.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:00.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:01.824 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:01.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:01.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:01.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:01.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:01 smithi044 bash[32620]: cluster 2023-12-07T15:27:00.178824+0000 mgr.a (mgr.24293) 13497 : cluster 0 pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:01 smithi022 bash[28554]: cluster 2023-12-07T15:27:00.178824+0000 mgr.a (mgr.24293) 13497 : cluster 0 pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:01 smithi027 bash[31536]: cluster 2023-12-07T15:27:00.178824+0000 mgr.a (mgr.24293) 13497 : cluster 0 pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:02 smithi022 bash[28554]: audit 2023-12-07T15:27:01.308331+0000 mgr.a (mgr.24293) 13498 : audit 0 from='client.271221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:02 smithi044 bash[32620]: audit 2023-12-07T15:27:01.308331+0000 mgr.a (mgr.24293) 13498 : audit 0 from='client.271221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:02 smithi027 bash[31536]: audit 2023-12-07T15:27:01.308331+0000 mgr.a (mgr.24293) 13498 : audit 0 from='client.271221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:03 smithi044 bash[32620]: cluster 2023-12-07T15:27:02.179923+0000 mgr.a (mgr.24293) 13499 : cluster 0 pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:04.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:03 smithi022 bash[28554]: cluster 2023-12-07T15:27:02.179923+0000 mgr.a (mgr.24293) 13499 : cluster 0 pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:03 smithi027 bash[31536]: cluster 2023-12-07T15:27:02.179923+0000 mgr.a (mgr.24293) 13499 : cluster 0 pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:05 smithi044 bash[32620]: cluster 2023-12-07T15:27:04.180513+0000 mgr.a (mgr.24293) 13500 : cluster 0 pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:05 smithi022 bash[28554]: cluster 2023-12-07T15:27:04.180513+0000 mgr.a (mgr.24293) 13500 : cluster 0 pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:05 smithi027 bash[31536]: cluster 2023-12-07T15:27:04.180513+0000 mgr.a (mgr.24293) 13500 : cluster 0 pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:06.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:06.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:06.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:07.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:07.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:07.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:07.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:07.726 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:07 smithi022 bash[28554]: cluster 2023-12-07T15:27:06.181291+0000 mgr.a (mgr.24293) 13501 : cluster 0 pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:07 smithi044 bash[32620]: cluster 2023-12-07T15:27:06.181291+0000 mgr.a (mgr.24293) 13501 : cluster 0 pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:07 smithi027 bash[31536]: cluster 2023-12-07T15:27:06.181291+0000 mgr.a (mgr.24293) 13501 : cluster 0 pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:08 smithi044 bash[32620]: audit 2023-12-07T15:27:07.234002+0000 mgr.a (mgr.24293) 13502 : audit 0 from='client.271290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:08 smithi022 bash[28554]: audit 2023-12-07T15:27:07.234002+0000 mgr.a (mgr.24293) 13502 : audit 0 from='client.271290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:08 smithi027 bash[31536]: audit 2023-12-07T15:27:07.234002+0000 mgr.a (mgr.24293) 13502 : audit 0 from='client.271290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:09 smithi044 bash[32620]: cluster 2023-12-07T15:27:08.182047+0000 mgr.a (mgr.24293) 13503 : 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-07T15:27:10.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:09 smithi022 bash[28554]: cluster 2023-12-07T15:27:08.182047+0000 mgr.a (mgr.24293) 13503 : 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-07T15:27:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:09 smithi027 bash[31536]: cluster 2023-12-07T15:27:08.182047+0000 mgr.a (mgr.24293) 13503 : 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-07T15:27:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:11 smithi044 bash[32620]: cluster 2023-12-07T15:27:10.182658+0000 mgr.a (mgr.24293) 13504 : 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-07T15:27:12.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:11 smithi022 bash[28554]: cluster 2023-12-07T15:27:10.182658+0000 mgr.a (mgr.24293) 13504 : 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-07T15:27:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:11 smithi027 bash[31536]: cluster 2023-12-07T15:27:10.182658+0000 mgr.a (mgr.24293) 13504 : 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-07T15:27:12.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:12.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:12.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:13.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:13.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:13.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:13.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:13.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:13 smithi027 bash[31536]: cluster 2023-12-07T15:27:12.183507+0000 mgr.a (mgr.24293) 13505 : 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-07T15:27:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:13 smithi022 bash[28554]: cluster 2023-12-07T15:27:12.183507+0000 mgr.a (mgr.24293) 13505 : 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-07T15:27:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:13 smithi044 bash[32620]: cluster 2023-12-07T15:27:12.183507+0000 mgr.a (mgr.24293) 13505 : 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-07T15:27:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:14 smithi027 bash[31536]: audit 2023-12-07T15:27:13.140240+0000 mgr.a (mgr.24293) 13506 : audit 0 from='client.271362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:14 smithi044 bash[32620]: audit 2023-12-07T15:27:13.140240+0000 mgr.a (mgr.24293) 13506 : audit 0 from='client.271362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:15.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:14 smithi022 bash[28554]: audit 2023-12-07T15:27:13.140240+0000 mgr.a (mgr.24293) 13506 : audit 0 from='client.271362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:15 smithi027 bash[31536]: cluster 2023-12-07T15:27:14.184249+0000 mgr.a (mgr.24293) 13507 : 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-07T15:27:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:15 smithi044 bash[32620]: cluster 2023-12-07T15:27:14.184249+0000 mgr.a (mgr.24293) 13507 : 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-07T15:27:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:15 smithi022 bash[28554]: cluster 2023-12-07T15:27:14.184249+0000 mgr.a (mgr.24293) 13507 : 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-07T15:27:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:17 smithi027 bash[31536]: cluster 2023-12-07T15:27:16.185216+0000 mgr.a (mgr.24293) 13508 : 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-07T15:27:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:17 smithi044 bash[32620]: cluster 2023-12-07T15:27:16.185216+0000 mgr.a (mgr.24293) 13508 : 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-07T15:27:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:17 smithi022 bash[28554]: cluster 2023-12-07T15:27:16.185216+0000 mgr.a (mgr.24293) 13508 : 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-07T15:27:18.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:18.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:18.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:19.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:19.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:19.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:19.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:19.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:19 smithi027 bash[31536]: cluster 2023-12-07T15:27:18.185826+0000 mgr.a (mgr.24293) 13509 : 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-07T15:27:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:19 smithi022 bash[28554]: cluster 2023-12-07T15:27:18.185826+0000 mgr.a (mgr.24293) 13509 : 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-07T15:27:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:19 smithi044 bash[32620]: cluster 2023-12-07T15:27:18.185826+0000 mgr.a (mgr.24293) 13509 : 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-07T15:27:21.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:20 smithi044 bash[32620]: audit 2023-12-07T15:27:19.063705+0000 mgr.a (mgr.24293) 13510 : audit 0 from='client.271437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:20 smithi022 bash[28554]: audit 2023-12-07T15:27:19.063705+0000 mgr.a (mgr.24293) 13510 : audit 0 from='client.271437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:20 smithi027 bash[31536]: audit 2023-12-07T15:27:19.063705+0000 mgr.a (mgr.24293) 13510 : audit 0 from='client.271437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:21 smithi044 bash[32620]: cluster 2023-12-07T15:27:20.186691+0000 mgr.a (mgr.24293) 13511 : 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-07T15:27:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:21 smithi022 bash[28554]: cluster 2023-12-07T15:27:20.186691+0000 mgr.a (mgr.24293) 13511 : 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-07T15:27:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:21 smithi027 bash[31536]: cluster 2023-12-07T15:27:20.186691+0000 mgr.a (mgr.24293) 13511 : 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-07T15:27:24.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:23 smithi044 bash[32620]: cluster 2023-12-07T15:27:22.187511+0000 mgr.a (mgr.24293) 13512 : cluster 0 pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:23 smithi022 bash[28554]: cluster 2023-12-07T15:27:22.187511+0000 mgr.a (mgr.24293) 13512 : cluster 0 pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:23 smithi027 bash[31536]: cluster 2023-12-07T15:27:22.187511+0000 mgr.a (mgr.24293) 13512 : cluster 0 pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:24.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:25.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:25.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:25.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:25.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:25.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:25 smithi044 bash[32620]: cluster 2023-12-07T15:27:24.188210+0000 mgr.a (mgr.24293) 13513 : cluster 0 pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:25 smithi022 bash[28554]: cluster 2023-12-07T15:27:24.188210+0000 mgr.a (mgr.24293) 13513 : cluster 0 pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:25 smithi027 bash[31536]: cluster 2023-12-07T15:27:24.188210+0000 mgr.a (mgr.24293) 13513 : cluster 0 pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:26 smithi022 bash[28554]: audit 2023-12-07T15:27:25.000185+0000 mgr.a (mgr.24293) 13514 : audit 0 from='client.271515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:27.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:26 smithi044 bash[32620]: audit 2023-12-07T15:27:25.000185+0000 mgr.a (mgr.24293) 13514 : audit 0 from='client.271515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:26 smithi027 bash[31536]: audit 2023-12-07T15:27:25.000185+0000 mgr.a (mgr.24293) 13514 : audit 0 from='client.271515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:27 smithi044 bash[32620]: cluster 2023-12-07T15:27:26.189254+0000 mgr.a (mgr.24293) 13515 : cluster 0 pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:27:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:27 smithi022 bash[28554]: cluster 2023-12-07T15:27:26.189254+0000 mgr.a (mgr.24293) 13515 : cluster 0 pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:27:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:27 smithi027 bash[31536]: cluster 2023-12-07T15:27:26.189254+0000 mgr.a (mgr.24293) 13515 : cluster 0 pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:27:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:28 smithi022 bash[28554]: cluster 2023-12-07T15:27:28.189882+0000 mgr.a (mgr.24293) 13516 : cluster 0 pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:27:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:28 smithi044 bash[32620]: cluster 2023-12-07T15:27:28.189882+0000 mgr.a (mgr.24293) 13516 : cluster 0 pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:27:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:28 smithi027 bash[31536]: cluster 2023-12-07T15:27:28.189882+0000 mgr.a (mgr.24293) 13516 : cluster 0 pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:27:30.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:30.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:30.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:31.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:31.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:31.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:31.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:31.464 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:31 smithi022 bash[28554]: cluster 2023-12-07T15:27:30.190476+0000 mgr.a (mgr.24293) 13517 : cluster 0 pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:27:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:31 smithi022 bash[28554]: audit 2023-12-07T15:27:30.950068+0000 mgr.a (mgr.24293) 13518 : audit 0 from='client.271587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:31 smithi044 bash[32620]: cluster 2023-12-07T15:27:30.190476+0000 mgr.a (mgr.24293) 13517 : cluster 0 pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:27:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:31 smithi044 bash[32620]: audit 2023-12-07T15:27:30.950068+0000 mgr.a (mgr.24293) 13518 : audit 0 from='client.271587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:31 smithi027 bash[31536]: cluster 2023-12-07T15:27:30.190476+0000 mgr.a (mgr.24293) 13517 : cluster 0 pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:27:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:31 smithi027 bash[31536]: audit 2023-12-07T15:27:30.950068+0000 mgr.a (mgr.24293) 13518 : audit 0 from='client.271587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:33 smithi022 bash[28554]: cluster 2023-12-07T15:27:32.191737+0000 mgr.a (mgr.24293) 13519 : 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-07T15:27:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:33 smithi044 bash[32620]: cluster 2023-12-07T15:27:32.191737+0000 mgr.a (mgr.24293) 13519 : 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-07T15:27:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:33 smithi027 bash[31536]: cluster 2023-12-07T15:27:32.191737+0000 mgr.a (mgr.24293) 13519 : 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-07T15:27:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:35 smithi044 bash[32620]: cluster 2023-12-07T15:27:34.192466+0000 mgr.a (mgr.24293) 13520 : cluster 0 pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:35 smithi022 bash[28554]: cluster 2023-12-07T15:27:34.192466+0000 mgr.a (mgr.24293) 13520 : cluster 0 pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:35 smithi027 bash[31536]: cluster 2023-12-07T15:27:34.192466+0000 mgr.a (mgr.24293) 13520 : cluster 0 pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:36.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:36.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:36.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:37.415 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:37.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:37.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:37.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:37.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:37 smithi044 bash[32620]: cluster 2023-12-07T15:27:36.193401+0000 mgr.a (mgr.24293) 13521 : cluster 0 pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:37 smithi044 bash[32620]: audit 2023-12-07T15:27:36.879659+0000 mgr.a (mgr.24293) 13522 : audit 0 from='client.224494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:37 smithi022 bash[28554]: cluster 2023-12-07T15:27:36.193401+0000 mgr.a (mgr.24293) 13521 : cluster 0 pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:38.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:37 smithi022 bash[28554]: audit 2023-12-07T15:27:36.879659+0000 mgr.a (mgr.24293) 13522 : audit 0 from='client.224494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:37 smithi027 bash[31536]: cluster 2023-12-07T15:27:36.193401+0000 mgr.a (mgr.24293) 13521 : cluster 0 pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:37 smithi027 bash[31536]: audit 2023-12-07T15:27:36.879659+0000 mgr.a (mgr.24293) 13522 : audit 0 from='client.224494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:39 smithi044 bash[32620]: cluster 2023-12-07T15:27:38.194340+0000 mgr.a (mgr.24293) 13523 : cluster 0 pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:27:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:39 smithi022 bash[28554]: cluster 2023-12-07T15:27:38.194340+0000 mgr.a (mgr.24293) 13523 : cluster 0 pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:27:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:39 smithi027 bash[31536]: cluster 2023-12-07T15:27:38.194340+0000 mgr.a (mgr.24293) 13523 : cluster 0 pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:27:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:40 smithi022 bash[28554]: audit 2023-12-07T15:27:40.427600+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:27:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:40 smithi044 bash[32620]: audit 2023-12-07T15:27:40.427600+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:27:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:40 smithi027 bash[31536]: audit 2023-12-07T15:27:40.427600+0000 mon.a (mon.0) 2320 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:41 smithi044 bash[32620]: cluster 2023-12-07T15:27:40.195117+0000 mgr.a (mgr.24293) 13524 : cluster 0 pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:41 smithi044 bash[32620]: audit 2023-12-07T15:27:41.219752+0000 mon.a (mon.0) 2321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:41 smithi044 bash[32620]: audit 2023-12-07T15:27:41.221632+0000 mon.a (mon.0) 2322 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:41 smithi044 bash[32620]: audit 2023-12-07T15:27:41.231178+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:41 smithi022 bash[28554]: cluster 2023-12-07T15:27:40.195117+0000 mgr.a (mgr.24293) 13524 : cluster 0 pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:41 smithi022 bash[28554]: audit 2023-12-07T15:27:41.219752+0000 mon.a (mon.0) 2321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:41 smithi022 bash[28554]: audit 2023-12-07T15:27:41.221632+0000 mon.a (mon.0) 2322 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:27:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:41 smithi022 bash[28554]: audit 2023-12-07T15:27:41.231178+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:27:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:41 smithi027 bash[31536]: cluster 2023-12-07T15:27:40.195117+0000 mgr.a (mgr.24293) 13524 : cluster 0 pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:27:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:41 smithi027 bash[31536]: audit 2023-12-07T15:27:41.219752+0000 mon.a (mon.0) 2321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:27:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:41 smithi027 bash[31536]: audit 2023-12-07T15:27:41.221632+0000 mon.a (mon.0) 2322 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:27:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:41 smithi027 bash[31536]: audit 2023-12-07T15:27:41.231178+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:27:42.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:42.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:42.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:43.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:43.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:43.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:43.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:43.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:43 smithi022 bash[28554]: cluster 2023-12-07T15:27:42.196127+0000 mgr.a (mgr.24293) 13525 : cluster 0 pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:27:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:43 smithi022 bash[28554]: audit 2023-12-07T15:27:42.828173+0000 mgr.a (mgr.24293) 13526 : audit 0 from='client.271740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:43 smithi044 bash[32620]: cluster 2023-12-07T15:27:42.196127+0000 mgr.a (mgr.24293) 13525 : cluster 0 pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:27:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:43 smithi044 bash[32620]: audit 2023-12-07T15:27:42.828173+0000 mgr.a (mgr.24293) 13526 : audit 0 from='client.271740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:43 smithi027 bash[31536]: cluster 2023-12-07T15:27:42.196127+0000 mgr.a (mgr.24293) 13525 : cluster 0 pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:27:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:43 smithi027 bash[31536]: audit 2023-12-07T15:27:42.828173+0000 mgr.a (mgr.24293) 13526 : audit 0 from='client.271740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:45 smithi044 bash[32620]: cluster 2023-12-07T15:27:44.196900+0000 mgr.a (mgr.24293) 13527 : 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-07T15:27:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:45 smithi022 bash[28554]: cluster 2023-12-07T15:27:44.196900+0000 mgr.a (mgr.24293) 13527 : 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-07T15:27:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:45 smithi027 bash[31536]: cluster 2023-12-07T15:27:44.196900+0000 mgr.a (mgr.24293) 13527 : 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-07T15:27:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:47 smithi022 bash[28554]: cluster 2023-12-07T15:27:46.197747+0000 mgr.a (mgr.24293) 13528 : 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-07T15:27:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:47 smithi044 bash[32620]: cluster 2023-12-07T15:27:46.197747+0000 mgr.a (mgr.24293) 13528 : 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-07T15:27:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:47 smithi027 bash[31536]: cluster 2023-12-07T15:27:46.197747+0000 mgr.a (mgr.24293) 13528 : 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-07T15:27:48.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:48.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:48.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:49.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:49.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:49.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:49.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:49.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:49 smithi044 bash[32620]: cluster 2023-12-07T15:27:48.198294+0000 mgr.a (mgr.24293) 13529 : 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-07T15:27:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:49 smithi044 bash[32620]: audit 2023-12-07T15:27:48.777933+0000 mgr.a (mgr.24293) 13530 : audit 0 from='client.271812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:49 smithi022 bash[28554]: cluster 2023-12-07T15:27:48.198294+0000 mgr.a (mgr.24293) 13529 : 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-07T15:27:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:49 smithi022 bash[28554]: audit 2023-12-07T15:27:48.777933+0000 mgr.a (mgr.24293) 13530 : audit 0 from='client.271812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:49 smithi027 bash[31536]: cluster 2023-12-07T15:27:48.198294+0000 mgr.a (mgr.24293) 13529 : 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-07T15:27:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:49 smithi027 bash[31536]: audit 2023-12-07T15:27:48.777933+0000 mgr.a (mgr.24293) 13530 : audit 0 from='client.271812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:51 smithi044 bash[32620]: cluster 2023-12-07T15:27:50.199002+0000 mgr.a (mgr.24293) 13531 : 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-07T15:27:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:51 smithi022 bash[28554]: cluster 2023-12-07T15:27:50.199002+0000 mgr.a (mgr.24293) 13531 : 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-07T15:27:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:51 smithi027 bash[31536]: cluster 2023-12-07T15:27:50.199002+0000 mgr.a (mgr.24293) 13531 : 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-07T15:27:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:53 smithi044 bash[32620]: cluster 2023-12-07T15:27:52.199857+0000 mgr.a (mgr.24293) 13532 : cluster 0 pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:54.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:53 smithi022 bash[28554]: cluster 2023-12-07T15:27:52.199857+0000 mgr.a (mgr.24293) 13532 : cluster 0 pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:53 smithi027 bash[31536]: cluster 2023-12-07T15:27:52.199857+0000 mgr.a (mgr.24293) 13532 : cluster 0 pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:54.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:27:54.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:54.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:55.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:27:55.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:55.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:55.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:55.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:27:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:55 smithi022 bash[28554]: cluster 2023-12-07T15:27:54.200454+0000 mgr.a (mgr.24293) 13533 : cluster 0 pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:55 smithi022 bash[28554]: audit 2023-12-07T15:27:54.719563+0000 mgr.a (mgr.24293) 13534 : audit 0 from='client.271890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:55 smithi044 bash[32620]: cluster 2023-12-07T15:27:54.200454+0000 mgr.a (mgr.24293) 13533 : cluster 0 pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:55 smithi044 bash[32620]: audit 2023-12-07T15:27:54.719563+0000 mgr.a (mgr.24293) 13534 : audit 0 from='client.271890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:55 smithi027 bash[31536]: cluster 2023-12-07T15:27:54.200454+0000 mgr.a (mgr.24293) 13533 : cluster 0 pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:55 smithi027 bash[31536]: audit 2023-12-07T15:27:54.719563+0000 mgr.a (mgr.24293) 13534 : audit 0 from='client.271890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:57 smithi022 bash[28554]: cluster 2023-12-07T15:27:56.201361+0000 mgr.a (mgr.24293) 13535 : cluster 0 pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:57 smithi044 bash[32620]: cluster 2023-12-07T15:27:56.201361+0000 mgr.a (mgr.24293) 13535 : cluster 0 pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:57 smithi027 bash[31536]: cluster 2023-12-07T15:27:56.201361+0000 mgr.a (mgr.24293) 13535 : cluster 0 pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:27:59 smithi027 bash[31536]: cluster 2023-12-07T15:27:58.201965+0000 mgr.a (mgr.24293) 13536 : cluster 0 pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:00.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:00.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:00.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:27:59 smithi022 bash[28554]: cluster 2023-12-07T15:27:58.201965+0000 mgr.a (mgr.24293) 13536 : cluster 0 pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:27:59 smithi044 bash[32620]: cluster 2023-12-07T15:27:58.201965+0000 mgr.a (mgr.24293) 13536 : cluster 0 pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:01.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:01.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:01.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:01.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:01.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:01 smithi027 bash[31536]: cluster 2023-12-07T15:28:00.202588+0000 mgr.a (mgr.24293) 13537 : cluster 0 pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:01 smithi027 bash[31536]: audit 2023-12-07T15:28:00.650202+0000 mgr.a (mgr.24293) 13538 : audit 0 from='client.271968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:01 smithi044 bash[32620]: cluster 2023-12-07T15:28:00.202588+0000 mgr.a (mgr.24293) 13537 : cluster 0 pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:01 smithi044 bash[32620]: audit 2023-12-07T15:28:00.650202+0000 mgr.a (mgr.24293) 13538 : audit 0 from='client.271968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:01 smithi022 bash[28554]: cluster 2023-12-07T15:28:00.202588+0000 mgr.a (mgr.24293) 13537 : cluster 0 pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:01 smithi022 bash[28554]: audit 2023-12-07T15:28:00.650202+0000 mgr.a (mgr.24293) 13538 : audit 0 from='client.271968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:03 smithi027 bash[31536]: cluster 2023-12-07T15:28:02.203602+0000 mgr.a (mgr.24293) 13539 : 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-07T15:28:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:03 smithi044 bash[32620]: cluster 2023-12-07T15:28:02.203602+0000 mgr.a (mgr.24293) 13539 : 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-07T15:28:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:03 smithi022 bash[28554]: cluster 2023-12-07T15:28:02.203602+0000 mgr.a (mgr.24293) 13539 : 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-07T15:28:06.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:06.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:06.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:05 smithi027 bash[31536]: cluster 2023-12-07T15:28:04.204145+0000 mgr.a (mgr.24293) 13540 : cluster 0 pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:05 smithi022 bash[28554]: cluster 2023-12-07T15:28:04.204145+0000 mgr.a (mgr.24293) 13540 : cluster 0 pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:05 smithi044 bash[32620]: cluster 2023-12-07T15:28:04.204145+0000 mgr.a (mgr.24293) 13540 : cluster 0 pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:07.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:07.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:07.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:07.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:07.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:07 smithi027 bash[31536]: cluster 2023-12-07T15:28:06.204953+0000 mgr.a (mgr.24293) 13541 : cluster 0 pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:07 smithi027 bash[31536]: audit 2023-12-07T15:28:06.599894+0000 mgr.a (mgr.24293) 13542 : audit 0 from='client.272046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:07 smithi044 bash[32620]: cluster 2023-12-07T15:28:06.204953+0000 mgr.a (mgr.24293) 13541 : cluster 0 pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:07 smithi044 bash[32620]: audit 2023-12-07T15:28:06.599894+0000 mgr.a (mgr.24293) 13542 : audit 0 from='client.272046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:07 smithi022 bash[28554]: cluster 2023-12-07T15:28:06.204953+0000 mgr.a (mgr.24293) 13541 : cluster 0 pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:07 smithi022 bash[28554]: audit 2023-12-07T15:28:06.599894+0000 mgr.a (mgr.24293) 13542 : audit 0 from='client.272046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:09 smithi044 bash[32620]: cluster 2023-12-07T15:28:08.205752+0000 mgr.a (mgr.24293) 13543 : cluster 0 pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:09 smithi022 bash[28554]: cluster 2023-12-07T15:28:08.205752+0000 mgr.a (mgr.24293) 13543 : cluster 0 pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:09 smithi027 bash[31536]: cluster 2023-12-07T15:28:08.205752+0000 mgr.a (mgr.24293) 13543 : cluster 0 pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:12.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:12.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:12.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:11 smithi022 bash[28554]: cluster 2023-12-07T15:28:10.206363+0000 mgr.a (mgr.24293) 13544 : cluster 0 pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:11 smithi044 bash[32620]: cluster 2023-12-07T15:28:10.206363+0000 mgr.a (mgr.24293) 13544 : cluster 0 pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:11 smithi027 bash[31536]: cluster 2023-12-07T15:28:10.206363+0000 mgr.a (mgr.24293) 13544 : cluster 0 pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:13.079 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:13.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:13.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:13.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:13.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:13 smithi044 bash[32620]: cluster 2023-12-07T15:28:12.207300+0000 mgr.a (mgr.24293) 13545 : cluster 0 pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:14.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:13 smithi044 bash[32620]: audit 2023-12-07T15:28:12.547938+0000 mgr.a (mgr.24293) 13546 : audit 0 from='client.272124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:13 smithi022 bash[28554]: cluster 2023-12-07T15:28:12.207300+0000 mgr.a (mgr.24293) 13545 : cluster 0 pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:13 smithi022 bash[28554]: audit 2023-12-07T15:28:12.547938+0000 mgr.a (mgr.24293) 13546 : audit 0 from='client.272124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:13 smithi027 bash[31536]: cluster 2023-12-07T15:28:12.207300+0000 mgr.a (mgr.24293) 13545 : cluster 0 pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:14.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:13 smithi027 bash[31536]: audit 2023-12-07T15:28:12.547938+0000 mgr.a (mgr.24293) 13546 : audit 0 from='client.272124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:15 smithi044 bash[32620]: cluster 2023-12-07T15:28:14.207994+0000 mgr.a (mgr.24293) 13547 : 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-07T15:28:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:15 smithi022 bash[28554]: cluster 2023-12-07T15:28:14.207994+0000 mgr.a (mgr.24293) 13547 : 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-07T15:28:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:15 smithi027 bash[31536]: cluster 2023-12-07T15:28:14.207994+0000 mgr.a (mgr.24293) 13547 : 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-07T15:28:18.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:18.082 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:18.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:17 smithi022 bash[28554]: cluster 2023-12-07T15:28:16.208822+0000 mgr.a (mgr.24293) 13548 : 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-07T15:28:18.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:17 smithi044 bash[32620]: cluster 2023-12-07T15:28:16.208822+0000 mgr.a (mgr.24293) 13548 : 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-07T15:28:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:17 smithi027 bash[31536]: cluster 2023-12-07T15:28:16.208822+0000 mgr.a (mgr.24293) 13548 : 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-07T15:28:19.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:19.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:19.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:19.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:19.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:19 smithi022 bash[28554]: cluster 2023-12-07T15:28:18.209190+0000 mgr.a (mgr.24293) 13549 : 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-07T15:28:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:19 smithi022 bash[28554]: audit 2023-12-07T15:28:18.495207+0000 mgr.a (mgr.24293) 13550 : audit 0 from='client.272202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:19 smithi044 bash[32620]: cluster 2023-12-07T15:28:18.209190+0000 mgr.a (mgr.24293) 13549 : 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-07T15:28:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:19 smithi044 bash[32620]: audit 2023-12-07T15:28:18.495207+0000 mgr.a (mgr.24293) 13550 : audit 0 from='client.272202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:19 smithi027 bash[31536]: cluster 2023-12-07T15:28:18.209190+0000 mgr.a (mgr.24293) 13549 : 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-07T15:28:20.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:19 smithi027 bash[31536]: audit 2023-12-07T15:28:18.495207+0000 mgr.a (mgr.24293) 13550 : audit 0 from='client.272202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:21 smithi044 bash[32620]: cluster 2023-12-07T15:28:20.209978+0000 mgr.a (mgr.24293) 13551 : 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-07T15:28:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:21 smithi022 bash[28554]: cluster 2023-12-07T15:28:20.209978+0000 mgr.a (mgr.24293) 13551 : 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-07T15:28:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:21 smithi027 bash[31536]: cluster 2023-12-07T15:28:20.209978+0000 mgr.a (mgr.24293) 13551 : 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-07T15:28:24.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:24.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:24.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:23 smithi022 bash[28554]: cluster 2023-12-07T15:28:22.210913+0000 mgr.a (mgr.24293) 13552 : 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-07T15:28:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:23 smithi044 bash[32620]: cluster 2023-12-07T15:28:22.210913+0000 mgr.a (mgr.24293) 13552 : 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-07T15:28:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:23 smithi027 bash[31536]: cluster 2023-12-07T15:28:22.210913+0000 mgr.a (mgr.24293) 13552 : 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-07T15:28:24.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:24.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:24.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:24.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:24.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:25 smithi044 bash[32620]: cluster 2023-12-07T15:28:24.211363+0000 mgr.a (mgr.24293) 13553 : 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-07T15:28:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:25 smithi044 bash[32620]: audit 2023-12-07T15:28:24.445198+0000 mgr.a (mgr.24293) 13554 : audit 0 from='client.272277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:25 smithi022 bash[28554]: cluster 2023-12-07T15:28:24.211363+0000 mgr.a (mgr.24293) 13553 : 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-07T15:28:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:25 smithi022 bash[28554]: audit 2023-12-07T15:28:24.445198+0000 mgr.a (mgr.24293) 13554 : audit 0 from='client.272277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:25 smithi027 bash[31536]: cluster 2023-12-07T15:28:24.211363+0000 mgr.a (mgr.24293) 13553 : 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-07T15:28:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:25 smithi027 bash[31536]: audit 2023-12-07T15:28:24.445198+0000 mgr.a (mgr.24293) 13554 : audit 0 from='client.272277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:27 smithi044 bash[32620]: cluster 2023-12-07T15:28:26.212243+0000 mgr.a (mgr.24293) 13555 : cluster 0 pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:27 smithi022 bash[28554]: cluster 2023-12-07T15:28:26.212243+0000 mgr.a (mgr.24293) 13555 : cluster 0 pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:27 smithi027 bash[31536]: cluster 2023-12-07T15:28:26.212243+0000 mgr.a (mgr.24293) 13555 : cluster 0 pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:29 smithi044 bash[32620]: cluster 2023-12-07T15:28:28.212813+0000 mgr.a (mgr.24293) 13556 : cluster 0 pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:30.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:29 smithi022 bash[28554]: cluster 2023-12-07T15:28:28.212813+0000 mgr.a (mgr.24293) 13556 : cluster 0 pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:29 smithi027 bash[31536]: cluster 2023-12-07T15:28:28.212813+0000 mgr.a (mgr.24293) 13556 : cluster 0 pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:30.942 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:30.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:30.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:30.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:30.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:31 smithi044 bash[32620]: cluster 2023-12-07T15:28:30.213353+0000 mgr.a (mgr.24293) 13557 : cluster 0 pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:31 smithi044 bash[32620]: audit 2023-12-07T15:28:30.385922+0000 mgr.a (mgr.24293) 13558 : audit 0 from='client.272352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:31 smithi022 bash[28554]: cluster 2023-12-07T15:28:30.213353+0000 mgr.a (mgr.24293) 13557 : cluster 0 pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:31 smithi022 bash[28554]: audit 2023-12-07T15:28:30.385922+0000 mgr.a (mgr.24293) 13558 : audit 0 from='client.272352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:31 smithi027 bash[31536]: cluster 2023-12-07T15:28:30.213353+0000 mgr.a (mgr.24293) 13557 : cluster 0 pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:32.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:31 smithi027 bash[31536]: audit 2023-12-07T15:28:30.385922+0000 mgr.a (mgr.24293) 13558 : audit 0 from='client.272352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:34 smithi044 bash[32620]: cluster 2023-12-07T15:28:32.214367+0000 mgr.a (mgr.24293) 13559 : 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-07T15:28:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:33 smithi022 bash[28554]: cluster 2023-12-07T15:28:32.214367+0000 mgr.a (mgr.24293) 13559 : 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-07T15:28:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:34 smithi027 bash[31536]: cluster 2023-12-07T15:28:32.214367+0000 mgr.a (mgr.24293) 13559 : 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-07T15:28:35.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:35.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:35.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:36 smithi022 bash[28554]: cluster 2023-12-07T15:28:34.214939+0000 mgr.a (mgr.24293) 13560 : 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-07T15:28:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:36 smithi044 bash[32620]: cluster 2023-12-07T15:28:34.214939+0000 mgr.a (mgr.24293) 13560 : 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-07T15:28:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:36 smithi027 bash[31536]: cluster 2023-12-07T15:28:34.214939+0000 mgr.a (mgr.24293) 13560 : 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-07T15:28:36.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:36.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:36.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:36.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:36.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:37 smithi044 bash[32620]: cluster 2023-12-07T15:28:36.215832+0000 mgr.a (mgr.24293) 13561 : 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-07T15:28:37.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:37 smithi044 bash[32620]: audit 2023-12-07T15:28:36.359786+0000 mgr.a (mgr.24293) 13562 : audit 0 from='client.272427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:37 smithi022 bash[28554]: cluster 2023-12-07T15:28:36.215832+0000 mgr.a (mgr.24293) 13561 : 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-07T15:28:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:37 smithi022 bash[28554]: audit 2023-12-07T15:28:36.359786+0000 mgr.a (mgr.24293) 13562 : audit 0 from='client.272427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:37 smithi027 bash[31536]: cluster 2023-12-07T15:28:36.215832+0000 mgr.a (mgr.24293) 13561 : 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-07T15:28:37.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:37 smithi027 bash[31536]: audit 2023-12-07T15:28:36.359786+0000 mgr.a (mgr.24293) 13562 : audit 0 from='client.272427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:39 smithi022 bash[28554]: cluster 2023-12-07T15:28:38.216521+0000 mgr.a (mgr.24293) 13563 : cluster 0 pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:39 smithi044 bash[32620]: cluster 2023-12-07T15:28:38.216521+0000 mgr.a (mgr.24293) 13563 : cluster 0 pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:39 smithi027 bash[31536]: cluster 2023-12-07T15:28:38.216521+0000 mgr.a (mgr.24293) 13563 : cluster 0 pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:41.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:41.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:41.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:41 smithi022 bash[28554]: cluster 2023-12-07T15:28:40.217133+0000 mgr.a (mgr.24293) 13564 : cluster 0 pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:41 smithi022 bash[28554]: audit 2023-12-07T15:28:41.334440+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:28:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:41 smithi022 bash[28554]: audit 2023-12-07T15:28:41.864719+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:41 smithi022 bash[28554]: audit 2023-12-07T15:28:41.875063+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:41 smithi044 bash[32620]: cluster 2023-12-07T15:28:40.217133+0000 mgr.a (mgr.24293) 13564 : cluster 0 pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:41 smithi044 bash[32620]: audit 2023-12-07T15:28:41.334440+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:28:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:41 smithi044 bash[32620]: audit 2023-12-07T15:28:41.864719+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:41 smithi044 bash[32620]: audit 2023-12-07T15:28:41.875063+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:41 smithi027 bash[31536]: cluster 2023-12-07T15:28:40.217133+0000 mgr.a (mgr.24293) 13564 : cluster 0 pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:28:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:41 smithi027 bash[31536]: audit 2023-12-07T15:28:41.334440+0000 mon.a (mon.0) 2324 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:28:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:41 smithi027 bash[31536]: audit 2023-12-07T15:28:41.864719+0000 mon.a (mon.0) 2325 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:41 smithi027 bash[31536]: audit 2023-12-07T15:28:41.875063+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:42.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:42.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:42.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:42.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:42.833 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:42 smithi044 bash[32620]: audit 2023-12-07T15:28:42.675034+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:28:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:42 smithi044 bash[32620]: audit 2023-12-07T15:28:42.677274+0000 mon.a (mon.0) 2328 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:28:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:42 smithi044 bash[32620]: audit 2023-12-07T15:28:42.685019+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:42 smithi022 bash[28554]: audit 2023-12-07T15:28:42.675034+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:28:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:42 smithi022 bash[28554]: audit 2023-12-07T15:28:42.677274+0000 mon.a (mon.0) 2328 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:28:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:42 smithi022 bash[28554]: audit 2023-12-07T15:28:42.685019+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:42 smithi027 bash[31536]: audit 2023-12-07T15:28:42.675034+0000 mon.a (mon.0) 2327 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:28:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:42 smithi027 bash[31536]: audit 2023-12-07T15:28:42.677274+0000 mon.a (mon.0) 2328 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:28:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:42 smithi027 bash[31536]: audit 2023-12-07T15:28:42.685019+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:28:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:43 smithi044 bash[32620]: cluster 2023-12-07T15:28:42.217927+0000 mgr.a (mgr.24293) 13565 : cluster 0 pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:43 smithi044 bash[32620]: audit 2023-12-07T15:28:42.300329+0000 mgr.a (mgr.24293) 13566 : audit 0 from='client.272502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:43 smithi022 bash[28554]: cluster 2023-12-07T15:28:42.217927+0000 mgr.a (mgr.24293) 13565 : cluster 0 pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:44.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:43 smithi022 bash[28554]: audit 2023-12-07T15:28:42.300329+0000 mgr.a (mgr.24293) 13566 : audit 0 from='client.272502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:43 smithi027 bash[31536]: cluster 2023-12-07T15:28:42.217927+0000 mgr.a (mgr.24293) 13565 : cluster 0 pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:43 smithi027 bash[31536]: audit 2023-12-07T15:28:42.300329+0000 mgr.a (mgr.24293) 13566 : audit 0 from='client.272502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:45 smithi044 bash[32620]: cluster 2023-12-07T15:28:44.218600+0000 mgr.a (mgr.24293) 13567 : 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-07T15:28:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:45 smithi022 bash[28554]: cluster 2023-12-07T15:28:44.218600+0000 mgr.a (mgr.24293) 13567 : 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-07T15:28:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:45 smithi027 bash[31536]: cluster 2023-12-07T15:28:44.218600+0000 mgr.a (mgr.24293) 13567 : 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-07T15:28:47.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:47.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:47.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:47 smithi022 bash[28554]: cluster 2023-12-07T15:28:46.219402+0000 mgr.a (mgr.24293) 13568 : 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-07T15:28:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:47 smithi044 bash[32620]: cluster 2023-12-07T15:28:46.219402+0000 mgr.a (mgr.24293) 13568 : 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-07T15:28:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:47 smithi027 bash[31536]: cluster 2023-12-07T15:28:46.219402+0000 mgr.a (mgr.24293) 13568 : 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-07T15:28:48.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:48.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:48.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:48.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:48.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:49 smithi022 bash[28554]: cluster 2023-12-07T15:28:48.219947+0000 mgr.a (mgr.24293) 13569 : 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-07T15:28:50.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:49 smithi022 bash[28554]: audit 2023-12-07T15:28:48.251578+0000 mgr.a (mgr.24293) 13570 : audit 0 from='client.272580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:49 smithi044 bash[32620]: cluster 2023-12-07T15:28:48.219947+0000 mgr.a (mgr.24293) 13569 : 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-07T15:28:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:49 smithi044 bash[32620]: audit 2023-12-07T15:28:48.251578+0000 mgr.a (mgr.24293) 13570 : audit 0 from='client.272580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:49 smithi027 bash[31536]: cluster 2023-12-07T15:28:48.219947+0000 mgr.a (mgr.24293) 13569 : 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-07T15:28:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:49 smithi027 bash[31536]: audit 2023-12-07T15:28:48.251578+0000 mgr.a (mgr.24293) 13570 : audit 0 from='client.272580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:51 smithi044 bash[32620]: cluster 2023-12-07T15:28:50.220630+0000 mgr.a (mgr.24293) 13571 : 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-07T15:28:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:51 smithi022 bash[28554]: cluster 2023-12-07T15:28:50.220630+0000 mgr.a (mgr.24293) 13571 : 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-07T15:28:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:51 smithi027 bash[31536]: cluster 2023-12-07T15:28:50.220630+0000 mgr.a (mgr.24293) 13571 : 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-07T15:28:53.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:53.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:53.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:53 smithi022 bash[28554]: cluster 2023-12-07T15:28:52.221477+0000 mgr.a (mgr.24293) 13572 : 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-07T15:28:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:53 smithi044 bash[32620]: cluster 2023-12-07T15:28:52.221477+0000 mgr.a (mgr.24293) 13572 : 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-07T15:28:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:53 smithi027 bash[31536]: cluster 2023-12-07T15:28:52.221477+0000 mgr.a (mgr.24293) 13572 : 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-07T15:28:54.718 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:28:54.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:54.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:54.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:54.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:28:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:55 smithi044 bash[32620]: audit 2023-12-07T15:28:54.187212+0000 mgr.a (mgr.24293) 13573 : audit 0 from='client.272658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:55 smithi044 bash[32620]: cluster 2023-12-07T15:28:54.222235+0000 mgr.a (mgr.24293) 13574 : 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-07T15:28:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:55 smithi022 bash[28554]: audit 2023-12-07T15:28:54.187212+0000 mgr.a (mgr.24293) 13573 : audit 0 from='client.272658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:55 smithi022 bash[28554]: cluster 2023-12-07T15:28:54.222235+0000 mgr.a (mgr.24293) 13574 : 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-07T15:28:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:55 smithi027 bash[31536]: audit 2023-12-07T15:28:54.187212+0000 mgr.a (mgr.24293) 13573 : audit 0 from='client.272658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:55 smithi027 bash[31536]: cluster 2023-12-07T15:28:54.222235+0000 mgr.a (mgr.24293) 13574 : 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-07T15:28:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:57 smithi027 bash[31536]: cluster 2023-12-07T15:28:56.223276+0000 mgr.a (mgr.24293) 13575 : cluster 0 pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:57 smithi022 bash[28554]: cluster 2023-12-07T15:28:56.223276+0000 mgr.a (mgr.24293) 13575 : cluster 0 pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:57 smithi044 bash[32620]: cluster 2023-12-07T15:28:56.223276+0000 mgr.a (mgr.24293) 13575 : cluster 0 pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:28:59.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:28:59.722 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:59.722 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:28:59 smithi027 bash[31536]: cluster 2023-12-07T15:28:58.224035+0000 mgr.a (mgr.24293) 13576 : cluster 0 pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:28:59 smithi022 bash[28554]: cluster 2023-12-07T15:28:58.224035+0000 mgr.a (mgr.24293) 13576 : cluster 0 pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:28:59 smithi044 bash[32620]: cluster 2023-12-07T15:28:58.224035+0000 mgr.a (mgr.24293) 13576 : cluster 0 pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:00.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:00.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:01 smithi027 bash[31536]: audit 2023-12-07T15:29:00.138831+0000 mgr.a (mgr.24293) 13577 : audit 0 from='client.272736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:01 smithi027 bash[31536]: cluster 2023-12-07T15:29:00.224691+0000 mgr.a (mgr.24293) 13578 : cluster 0 pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:01 smithi044 bash[32620]: audit 2023-12-07T15:29:00.138831+0000 mgr.a (mgr.24293) 13577 : audit 0 from='client.272736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:01 smithi044 bash[32620]: cluster 2023-12-07T15:29:00.224691+0000 mgr.a (mgr.24293) 13578 : cluster 0 pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:01 smithi022 bash[28554]: audit 2023-12-07T15:29:00.138831+0000 mgr.a (mgr.24293) 13577 : audit 0 from='client.272736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:01 smithi022 bash[28554]: cluster 2023-12-07T15:29:00.224691+0000 mgr.a (mgr.24293) 13578 : cluster 0 pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:03 smithi027 bash[31536]: cluster 2023-12-07T15:29:02.225651+0000 mgr.a (mgr.24293) 13579 : cluster 0 pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:29:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:03 smithi044 bash[32620]: cluster 2023-12-07T15:29:02.225651+0000 mgr.a (mgr.24293) 13579 : cluster 0 pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:29:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:03 smithi022 bash[28554]: cluster 2023-12-07T15:29:02.225651+0000 mgr.a (mgr.24293) 13579 : cluster 0 pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:29:05.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:05.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:05.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:05 smithi027 bash[31536]: cluster 2023-12-07T15:29:04.226244+0000 mgr.a (mgr.24293) 13580 : cluster 0 pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:05 smithi044 bash[32620]: cluster 2023-12-07T15:29:04.226244+0000 mgr.a (mgr.24293) 13580 : cluster 0 pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:05 smithi022 bash[28554]: cluster 2023-12-07T15:29:04.226244+0000 mgr.a (mgr.24293) 13580 : cluster 0 pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:06.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:06.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:06.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:06.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:06.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:07 smithi044 bash[32620]: audit 2023-12-07T15:29:06.073787+0000 mgr.a (mgr.24293) 13581 : audit 0 from='client.272814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:07 smithi044 bash[32620]: cluster 2023-12-07T15:29:06.227851+0000 mgr.a (mgr.24293) 13582 : 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-07T15:29:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:07 smithi022 bash[28554]: audit 2023-12-07T15:29:06.073787+0000 mgr.a (mgr.24293) 13581 : audit 0 from='client.272814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:08.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:07 smithi022 bash[28554]: cluster 2023-12-07T15:29:06.227851+0000 mgr.a (mgr.24293) 13582 : 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-07T15:29:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:07 smithi027 bash[31536]: audit 2023-12-07T15:29:06.073787+0000 mgr.a (mgr.24293) 13581 : audit 0 from='client.272814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:08.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:07 smithi027 bash[31536]: cluster 2023-12-07T15:29:06.227851+0000 mgr.a (mgr.24293) 13582 : 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-07T15:29:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:09 smithi044 bash[32620]: cluster 2023-12-07T15:29:08.228568+0000 mgr.a (mgr.24293) 13583 : cluster 0 pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:10.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:09 smithi022 bash[28554]: cluster 2023-12-07T15:29:08.228568+0000 mgr.a (mgr.24293) 13583 : cluster 0 pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:10.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:09 smithi027 bash[31536]: cluster 2023-12-07T15:29:08.228568+0000 mgr.a (mgr.24293) 13583 : cluster 0 pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:11.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:11.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:11.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:11 smithi022 bash[28554]: cluster 2023-12-07T15:29:10.229177+0000 mgr.a (mgr.24293) 13584 : cluster 0 pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:11 smithi044 bash[32620]: cluster 2023-12-07T15:29:10.229177+0000 mgr.a (mgr.24293) 13584 : cluster 0 pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:11 smithi027 bash[31536]: cluster 2023-12-07T15:29:10.229177+0000 mgr.a (mgr.24293) 13584 : cluster 0 pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:12.495 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:12.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:12.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:12.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:12.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:12 smithi044 bash[32620]: audit 2023-12-07T15:29:11.985697+0000 mgr.a (mgr.24293) 13585 : audit 0 from='client.272892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:12 smithi022 bash[28554]: audit 2023-12-07T15:29:11.985697+0000 mgr.a (mgr.24293) 13585 : audit 0 from='client.272892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:12 smithi027 bash[31536]: audit 2023-12-07T15:29:11.985697+0000 mgr.a (mgr.24293) 13585 : audit 0 from='client.272892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:13 smithi044 bash[32620]: cluster 2023-12-07T15:29:12.242311+0000 mgr.a (mgr.24293) 13586 : cluster 0 pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:13 smithi022 bash[28554]: cluster 2023-12-07T15:29:12.242311+0000 mgr.a (mgr.24293) 13586 : cluster 0 pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:13 smithi027 bash[31536]: cluster 2023-12-07T15:29:12.242311+0000 mgr.a (mgr.24293) 13586 : cluster 0 pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:15 smithi044 bash[32620]: cluster 2023-12-07T15:29:14.243085+0000 mgr.a (mgr.24293) 13587 : cluster 0 pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:15 smithi022 bash[28554]: cluster 2023-12-07T15:29:14.243085+0000 mgr.a (mgr.24293) 13587 : cluster 0 pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:15 smithi027 bash[31536]: cluster 2023-12-07T15:29:14.243085+0000 mgr.a (mgr.24293) 13587 : cluster 0 pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:17.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:17.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:17.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:18.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:18.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:18.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:18.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:18.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:17 smithi044 bash[32620]: cluster 2023-12-07T15:29:16.243935+0000 mgr.a (mgr.24293) 13588 : cluster 0 pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:29:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:17 smithi022 bash[28554]: cluster 2023-12-07T15:29:16.243935+0000 mgr.a (mgr.24293) 13588 : cluster 0 pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:29:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:17 smithi027 bash[31536]: cluster 2023-12-07T15:29:16.243935+0000 mgr.a (mgr.24293) 13588 : cluster 0 pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:29:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:18 smithi022 bash[28554]: audit 2023-12-07T15:29:17.904572+0000 mgr.a (mgr.24293) 13589 : audit 0 from='client.272967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:19.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:18 smithi044 bash[32620]: audit 2023-12-07T15:29:17.904572+0000 mgr.a (mgr.24293) 13589 : audit 0 from='client.272967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:18 smithi027 bash[31536]: audit 2023-12-07T15:29:17.904572+0000 mgr.a (mgr.24293) 13589 : audit 0 from='client.272967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:19 smithi044 bash[32620]: cluster 2023-12-07T15:29:18.244548+0000 mgr.a (mgr.24293) 13590 : 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-07T15:29:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:19 smithi022 bash[28554]: cluster 2023-12-07T15:29:18.244548+0000 mgr.a (mgr.24293) 13590 : 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-07T15:29:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:19 smithi027 bash[31536]: cluster 2023-12-07T15:29:18.244548+0000 mgr.a (mgr.24293) 13590 : 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-07T15:29:22.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:21 smithi044 bash[32620]: cluster 2023-12-07T15:29:20.245241+0000 mgr.a (mgr.24293) 13591 : 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-07T15:29:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:21 smithi022 bash[28554]: cluster 2023-12-07T15:29:20.245241+0000 mgr.a (mgr.24293) 13591 : 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-07T15:29:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:21 smithi027 bash[31536]: cluster 2023-12-07T15:29:20.245241+0000 mgr.a (mgr.24293) 13591 : 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-07T15:29:23.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:23.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:23.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:24.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:24.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:24.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:24.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:24.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:23 smithi044 bash[32620]: cluster 2023-12-07T15:29:22.246069+0000 mgr.a (mgr.24293) 13592 : 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-07T15:29:24.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:23 smithi022 bash[28554]: cluster 2023-12-07T15:29:22.246069+0000 mgr.a (mgr.24293) 13592 : 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-07T15:29:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:23 smithi027 bash[31536]: cluster 2023-12-07T15:29:22.246069+0000 mgr.a (mgr.24293) 13592 : 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-07T15:29:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:24 smithi022 bash[28554]: audit 2023-12-07T15:29:23.819071+0000 mgr.a (mgr.24293) 13593 : audit 0 from='client.273045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:24 smithi044 bash[32620]: audit 2023-12-07T15:29:23.819071+0000 mgr.a (mgr.24293) 13593 : audit 0 from='client.273045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:25.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:24 smithi027 bash[31536]: audit 2023-12-07T15:29:23.819071+0000 mgr.a (mgr.24293) 13593 : audit 0 from='client.273045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:26 smithi044 bash[32620]: cluster 2023-12-07T15:29:24.246790+0000 mgr.a (mgr.24293) 13594 : 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-07T15:29:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:26 smithi022 bash[28554]: cluster 2023-12-07T15:29:24.246790+0000 mgr.a (mgr.24293) 13594 : 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-07T15:29:26.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:26 smithi027 bash[31536]: cluster 2023-12-07T15:29:24.246790+0000 mgr.a (mgr.24293) 13594 : 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-07T15:29:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:28 smithi044 bash[32620]: cluster 2023-12-07T15:29:26.247736+0000 mgr.a (mgr.24293) 13595 : 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-07T15:29:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:28 smithi022 bash[28554]: cluster 2023-12-07T15:29:26.247736+0000 mgr.a (mgr.24293) 13595 : 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-07T15:29:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:28 smithi027 bash[31536]: cluster 2023-12-07T15:29:26.247736+0000 mgr.a (mgr.24293) 13595 : 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-07T15:29:29.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:29.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:29.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:30.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:30.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:30.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:30.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:30.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:30 smithi044 bash[32620]: cluster 2023-12-07T15:29:28.248286+0000 mgr.a (mgr.24293) 13596 : 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-07T15:29:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:30 smithi022 bash[28554]: cluster 2023-12-07T15:29:28.248286+0000 mgr.a (mgr.24293) 13596 : 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-07T15:29:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:30 smithi027 bash[31536]: cluster 2023-12-07T15:29:28.248286+0000 mgr.a (mgr.24293) 13596 : 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-07T15:29:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:31 smithi044 bash[32620]: audit 2023-12-07T15:29:29.745707+0000 mgr.a (mgr.24293) 13597 : audit 0 from='client.273123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:31.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:31 smithi022 bash[28554]: audit 2023-12-07T15:29:29.745707+0000 mgr.a (mgr.24293) 13597 : audit 0 from='client.273123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:31 smithi027 bash[31536]: audit 2023-12-07T15:29:29.745707+0000 mgr.a (mgr.24293) 13597 : audit 0 from='client.273123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:32 smithi044 bash[32620]: cluster 2023-12-07T15:29:30.248726+0000 mgr.a (mgr.24293) 13598 : 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-07T15:29:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:32 smithi022 bash[28554]: cluster 2023-12-07T15:29:30.248726+0000 mgr.a (mgr.24293) 13598 : 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-07T15:29:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:32 smithi027 bash[31536]: cluster 2023-12-07T15:29:30.248726+0000 mgr.a (mgr.24293) 13598 : 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-07T15:29:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:33 smithi044 bash[32620]: cluster 2023-12-07T15:29:32.249584+0000 mgr.a (mgr.24293) 13599 : cluster 0 pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:29:33.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:33 smithi022 bash[28554]: cluster 2023-12-07T15:29:32.249584+0000 mgr.a (mgr.24293) 13599 : cluster 0 pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:29:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:33 smithi027 bash[31536]: cluster 2023-12-07T15:29:32.249584+0000 mgr.a (mgr.24293) 13599 : cluster 0 pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:29:35.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:35.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:35.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:35 smithi022 bash[28554]: cluster 2023-12-07T15:29:34.250304+0000 mgr.a (mgr.24293) 13600 : cluster 0 pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:35 smithi044 bash[32620]: cluster 2023-12-07T15:29:34.250304+0000 mgr.a (mgr.24293) 13600 : cluster 0 pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:35 smithi027 bash[31536]: cluster 2023-12-07T15:29:34.250304+0000 mgr.a (mgr.24293) 13600 : cluster 0 pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:36.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:36.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:36.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:36.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:36.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:36 smithi022 bash[28554]: audit 2023-12-07T15:29:35.694633+0000 mgr.a (mgr.24293) 13601 : audit 0 from='client.273201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:36 smithi044 bash[32620]: audit 2023-12-07T15:29:35.694633+0000 mgr.a (mgr.24293) 13601 : audit 0 from='client.273201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:36 smithi027 bash[31536]: audit 2023-12-07T15:29:35.694633+0000 mgr.a (mgr.24293) 13601 : audit 0 from='client.273201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:37 smithi022 bash[28554]: cluster 2023-12-07T15:29:36.251390+0000 mgr.a (mgr.24293) 13602 : 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-07T15:29:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:37 smithi044 bash[32620]: cluster 2023-12-07T15:29:36.251390+0000 mgr.a (mgr.24293) 13602 : 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-07T15:29:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:37 smithi027 bash[31536]: cluster 2023-12-07T15:29:36.251390+0000 mgr.a (mgr.24293) 13602 : 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-07T15:29:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:39 smithi022 bash[28554]: cluster 2023-12-07T15:29:38.252097+0000 mgr.a (mgr.24293) 13603 : 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-07T15:29:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:39 smithi044 bash[32620]: cluster 2023-12-07T15:29:38.252097+0000 mgr.a (mgr.24293) 13603 : 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-07T15:29:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:39 smithi027 bash[31536]: cluster 2023-12-07T15:29:38.252097+0000 mgr.a (mgr.24293) 13603 : 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-07T15:29:41.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:41.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:41.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:42.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:42.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:42.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:42.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:42.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:41 smithi022 bash[28554]: cluster 2023-12-07T15:29:40.252681+0000 mgr.a (mgr.24293) 13604 : 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-07T15:29:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:41 smithi044 bash[32620]: cluster 2023-12-07T15:29:40.252681+0000 mgr.a (mgr.24293) 13604 : 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-07T15:29:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:41 smithi027 bash[31536]: cluster 2023-12-07T15:29:40.252681+0000 mgr.a (mgr.24293) 13604 : 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-07T15:29:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:42 smithi027 bash[31536]: audit 2023-12-07T15:29:41.640307+0000 mgr.a (mgr.24293) 13605 : audit 0 from='client.273276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:42 smithi027 bash[31536]: audit 2023-12-07T15:29:42.798384+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:29:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:42 smithi022 bash[28554]: audit 2023-12-07T15:29:41.640307+0000 mgr.a (mgr.24293) 13605 : audit 0 from='client.273276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:42 smithi022 bash[28554]: audit 2023-12-07T15:29:42.798384+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:29:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:42 smithi044 bash[32620]: audit 2023-12-07T15:29:41.640307+0000 mgr.a (mgr.24293) 13605 : audit 0 from='client.273276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:42 smithi044 bash[32620]: audit 2023-12-07T15:29:42.798384+0000 mon.a (mon.0) 2330 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:29:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:43 smithi027 bash[31536]: cluster 2023-12-07T15:29:42.253636+0000 mgr.a (mgr.24293) 13606 : 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-07T15:29:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:43 smithi027 bash[31536]: audit 2023-12-07T15:29:43.328303+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:43 smithi027 bash[31536]: audit 2023-12-07T15:29:43.332072+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:43 smithi027 bash[31536]: audit 2023-12-07T15:29:43.336287+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:43 smithi027 bash[31536]: audit 2023-12-07T15:29:43.339757+0000 mon.a (mon.0) 2334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:43 smithi022 bash[28554]: cluster 2023-12-07T15:29:42.253636+0000 mgr.a (mgr.24293) 13606 : 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-07T15:29:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:43 smithi022 bash[28554]: audit 2023-12-07T15:29:43.328303+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:43 smithi022 bash[28554]: audit 2023-12-07T15:29:43.332072+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:43 smithi022 bash[28554]: audit 2023-12-07T15:29:43.336287+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:43 smithi022 bash[28554]: audit 2023-12-07T15:29:43.339757+0000 mon.a (mon.0) 2334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:43 smithi044 bash[32620]: cluster 2023-12-07T15:29:42.253636+0000 mgr.a (mgr.24293) 13606 : 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-07T15:29:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:43 smithi044 bash[32620]: audit 2023-12-07T15:29:43.328303+0000 mon.a (mon.0) 2331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:43 smithi044 bash[32620]: audit 2023-12-07T15:29:43.332072+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:43 smithi044 bash[32620]: audit 2023-12-07T15:29:43.336287+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:43 smithi044 bash[32620]: audit 2023-12-07T15:29:43.339757+0000 mon.a (mon.0) 2334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:44 smithi027 bash[31536]: audit 2023-12-07T15:29:44.069233+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:29:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:44 smithi027 bash[31536]: audit 2023-12-07T15:29:44.071044+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:29:45.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:44 smithi027 bash[31536]: audit 2023-12-07T15:29:44.079757+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:44 smithi044 bash[32620]: audit 2023-12-07T15:29:44.069233+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:29:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:44 smithi044 bash[32620]: audit 2023-12-07T15:29:44.071044+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:29:45.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:44 smithi044 bash[32620]: audit 2023-12-07T15:29:44.079757+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:44 smithi022 bash[28554]: audit 2023-12-07T15:29:44.069233+0000 mon.a (mon.0) 2335 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:29:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:44 smithi022 bash[28554]: audit 2023-12-07T15:29:44.071044+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:29:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:44 smithi022 bash[28554]: audit 2023-12-07T15:29:44.079757+0000 mon.a (mon.0) 2337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:29:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:45 smithi027 bash[31536]: cluster 2023-12-07T15:29:44.254315+0000 mgr.a (mgr.24293) 13607 : cluster 0 pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:45 smithi044 bash[32620]: cluster 2023-12-07T15:29:44.254315+0000 mgr.a (mgr.24293) 13607 : cluster 0 pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:46.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:45 smithi022 bash[28554]: cluster 2023-12-07T15:29:44.254315+0000 mgr.a (mgr.24293) 13607 : cluster 0 pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:29:47.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:47.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:47.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:48.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:48.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:48.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:48.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:48.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:47 smithi027 bash[31536]: cluster 2023-12-07T15:29:46.255101+0000 mgr.a (mgr.24293) 13608 : cluster 0 pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:47 smithi044 bash[32620]: cluster 2023-12-07T15:29:46.255101+0000 mgr.a (mgr.24293) 13608 : cluster 0 pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:47 smithi022 bash[28554]: cluster 2023-12-07T15:29:46.255101+0000 mgr.a (mgr.24293) 13608 : cluster 0 pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:29:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:48 smithi027 bash[31536]: audit 2023-12-07T15:29:47.564397+0000 mgr.a (mgr.24293) 13609 : audit 0 from='client.273354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:48 smithi044 bash[32620]: audit 2023-12-07T15:29:47.564397+0000 mgr.a (mgr.24293) 13609 : audit 0 from='client.273354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:48 smithi022 bash[28554]: audit 2023-12-07T15:29:47.564397+0000 mgr.a (mgr.24293) 13609 : audit 0 from='client.273354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:49 smithi044 bash[32620]: cluster 2023-12-07T15:29:48.255931+0000 mgr.a (mgr.24293) 13610 : 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-07T15:29:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:49 smithi022 bash[28554]: cluster 2023-12-07T15:29:48.255931+0000 mgr.a (mgr.24293) 13610 : 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-07T15:29:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:49 smithi027 bash[31536]: cluster 2023-12-07T15:29:48.255931+0000 mgr.a (mgr.24293) 13610 : 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-07T15:29:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:51 smithi044 bash[32620]: cluster 2023-12-07T15:29:50.256711+0000 mgr.a (mgr.24293) 13611 : 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-07T15:29:52.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:51 smithi022 bash[28554]: cluster 2023-12-07T15:29:50.256711+0000 mgr.a (mgr.24293) 13611 : 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-07T15:29:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:51 smithi027 bash[31536]: cluster 2023-12-07T15:29:50.256711+0000 mgr.a (mgr.24293) 13611 : 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-07T15:29:53.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:53.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:53.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:54.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:29:54.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:54.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:54.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:54.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:53 smithi022 bash[28554]: cluster 2023-12-07T15:29:52.257578+0000 mgr.a (mgr.24293) 13612 : 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-07T15:29:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:53 smithi044 bash[32620]: cluster 2023-12-07T15:29:52.257578+0000 mgr.a (mgr.24293) 13612 : 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-07T15:29:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:53 smithi027 bash[31536]: cluster 2023-12-07T15:29:52.257578+0000 mgr.a (mgr.24293) 13612 : 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-07T15:29:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:54 smithi022 bash[28554]: audit 2023-12-07T15:29:53.506557+0000 mgr.a (mgr.24293) 13613 : audit 0 from='client.273429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:54 smithi044 bash[32620]: audit 2023-12-07T15:29:53.506557+0000 mgr.a (mgr.24293) 13613 : audit 0 from='client.273429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:54 smithi027 bash[31536]: audit 2023-12-07T15:29:53.506557+0000 mgr.a (mgr.24293) 13613 : audit 0 from='client.273429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:55 smithi044 bash[32620]: cluster 2023-12-07T15:29:54.258279+0000 mgr.a (mgr.24293) 13614 : 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-07T15:29:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:55 smithi022 bash[28554]: cluster 2023-12-07T15:29:54.258279+0000 mgr.a (mgr.24293) 13614 : 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-07T15:29:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:55 smithi027 bash[31536]: cluster 2023-12-07T15:29:54.258279+0000 mgr.a (mgr.24293) 13614 : 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-07T15:29:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:57 smithi044 bash[32620]: cluster 2023-12-07T15:29:56.259129+0000 mgr.a (mgr.24293) 13615 : 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-07T15:29:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:57 smithi022 bash[28554]: cluster 2023-12-07T15:29:56.259129+0000 mgr.a (mgr.24293) 13615 : 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-07T15:29:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:57 smithi027 bash[31536]: cluster 2023-12-07T15:29:56.259129+0000 mgr.a (mgr.24293) 13615 : 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-07T15:29:59.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:29:59.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:59.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:59.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:59.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:59.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:59.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:29:59.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:29:59 smithi044 bash[32620]: cluster 2023-12-07T15:29:58.259741+0000 mgr.a (mgr.24293) 13616 : 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-07T15:30:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:29:59 smithi022 bash[28554]: cluster 2023-12-07T15:29:58.259741+0000 mgr.a (mgr.24293) 13616 : 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-07T15:30:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:29:59 smithi027 bash[31536]: cluster 2023-12-07T15:29:58.259741+0000 mgr.a (mgr.24293) 13616 : 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-07T15:30:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:00 smithi022 bash[28554]: audit 2023-12-07T15:29:59.465790+0000 mgr.a (mgr.24293) 13617 : audit 0 from='client.273501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:00 smithi022 bash[28554]: cluster 2023-12-07T15:30:00.000152+0000 mon.a (mon.0) 2338 : cluster 1 overall HEALTH_OK 2023-12-07T15:30:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:00 smithi044 bash[32620]: audit 2023-12-07T15:29:59.465790+0000 mgr.a (mgr.24293) 13617 : audit 0 from='client.273501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:00 smithi044 bash[32620]: cluster 2023-12-07T15:30:00.000152+0000 mon.a (mon.0) 2338 : cluster 1 overall HEALTH_OK 2023-12-07T15:30:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:00 smithi027 bash[31536]: audit 2023-12-07T15:29:59.465790+0000 mgr.a (mgr.24293) 13617 : audit 0 from='client.273501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:00 smithi027 bash[31536]: cluster 2023-12-07T15:30:00.000152+0000 mon.a (mon.0) 2338 : cluster 1 overall HEALTH_OK 2023-12-07T15:30:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:01 smithi044 bash[32620]: cluster 2023-12-07T15:30:00.260461+0000 mgr.a (mgr.24293) 13618 : 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-07T15:30:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:01 smithi022 bash[28554]: cluster 2023-12-07T15:30:00.260461+0000 mgr.a (mgr.24293) 13618 : 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-07T15:30:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:01 smithi027 bash[31536]: cluster 2023-12-07T15:30:00.260461+0000 mgr.a (mgr.24293) 13618 : 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-07T15:30:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:03 smithi044 bash[32620]: cluster 2023-12-07T15:30:02.261310+0000 mgr.a (mgr.24293) 13619 : cluster 0 pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:30:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:03 smithi022 bash[28554]: cluster 2023-12-07T15:30:02.261310+0000 mgr.a (mgr.24293) 13619 : cluster 0 pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:30:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:03 smithi027 bash[31536]: cluster 2023-12-07T15:30:02.261310+0000 mgr.a (mgr.24293) 13619 : cluster 0 pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:30:04.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:04.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:04.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:05.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:05.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:05.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:05.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:05.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:05 smithi044 bash[32620]: cluster 2023-12-07T15:30:04.261980+0000 mgr.a (mgr.24293) 13620 : cluster 0 pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:05 smithi022 bash[28554]: cluster 2023-12-07T15:30:04.261980+0000 mgr.a (mgr.24293) 13620 : cluster 0 pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:05 smithi027 bash[31536]: cluster 2023-12-07T15:30:04.261980+0000 mgr.a (mgr.24293) 13620 : cluster 0 pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:07 smithi044 bash[32620]: audit 2023-12-07T15:30:05.403197+0000 mgr.a (mgr.24293) 13621 : audit 0 from='client.273579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:07 smithi022 bash[28554]: audit 2023-12-07T15:30:05.403197+0000 mgr.a (mgr.24293) 13621 : audit 0 from='client.273579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:07 smithi027 bash[31536]: audit 2023-12-07T15:30:05.403197+0000 mgr.a (mgr.24293) 13621 : audit 0 from='client.273579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:08 smithi022 bash[28554]: cluster 2023-12-07T15:30:06.263085+0000 mgr.a (mgr.24293) 13622 : 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-07T15:30:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:08 smithi044 bash[32620]: cluster 2023-12-07T15:30:06.263085+0000 mgr.a (mgr.24293) 13622 : 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-07T15:30:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:08 smithi027 bash[31536]: cluster 2023-12-07T15:30:06.263085+0000 mgr.a (mgr.24293) 13622 : 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-07T15:30:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:10 smithi044 bash[32620]: cluster 2023-12-07T15:30:08.263703+0000 mgr.a (mgr.24293) 13623 : 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-07T15:30:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:10 smithi022 bash[28554]: cluster 2023-12-07T15:30:08.263703+0000 mgr.a (mgr.24293) 13623 : 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-07T15:30:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:10 smithi027 bash[31536]: cluster 2023-12-07T15:30:08.263703+0000 mgr.a (mgr.24293) 13623 : 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-07T15:30:10.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:10.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:10.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:11.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:11.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:11.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:11.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:11.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:12 smithi044 bash[32620]: cluster 2023-12-07T15:30:10.264288+0000 mgr.a (mgr.24293) 13624 : 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-07T15:30:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:12 smithi022 bash[28554]: cluster 2023-12-07T15:30:10.264288+0000 mgr.a (mgr.24293) 13624 : 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-07T15:30:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:12 smithi027 bash[31536]: cluster 2023-12-07T15:30:10.264288+0000 mgr.a (mgr.24293) 13624 : 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-07T15:30:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:13 smithi022 bash[28554]: audit 2023-12-07T15:30:11.317262+0000 mgr.a (mgr.24293) 13625 : audit 0 from='client.273651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:13.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:13 smithi044 bash[32620]: audit 2023-12-07T15:30:11.317262+0000 mgr.a (mgr.24293) 13625 : audit 0 from='client.273651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:13 smithi027 bash[31536]: audit 2023-12-07T15:30:11.317262+0000 mgr.a (mgr.24293) 13625 : audit 0 from='client.273651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:14 smithi044 bash[32620]: cluster 2023-12-07T15:30:12.265484+0000 mgr.a (mgr.24293) 13626 : 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-07T15:30:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:14 smithi022 bash[28554]: cluster 2023-12-07T15:30:12.265484+0000 mgr.a (mgr.24293) 13626 : 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-07T15:30:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:14 smithi027 bash[31536]: cluster 2023-12-07T15:30:12.265484+0000 mgr.a (mgr.24293) 13626 : 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-07T15:30:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:16 smithi044 bash[32620]: cluster 2023-12-07T15:30:14.266110+0000 mgr.a (mgr.24293) 13627 : cluster 0 pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:16 smithi022 bash[28554]: cluster 2023-12-07T15:30:14.266110+0000 mgr.a (mgr.24293) 13627 : cluster 0 pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:16.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:16 smithi027 bash[31536]: cluster 2023-12-07T15:30:14.266110+0000 mgr.a (mgr.24293) 13627 : cluster 0 pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:16.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:16.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:16.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:17 smithi022 bash[28554]: cluster 2023-12-07T15:30:16.266877+0000 mgr.a (mgr.24293) 13628 : cluster 0 pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:17.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:17 smithi044 bash[32620]: cluster 2023-12-07T15:30:16.266877+0000 mgr.a (mgr.24293) 13628 : cluster 0 pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:17 smithi027 bash[31536]: cluster 2023-12-07T15:30:16.266877+0000 mgr.a (mgr.24293) 13628 : cluster 0 pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:17.786 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:17.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:17.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:17.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:17.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:18 smithi044 bash[32620]: audit 2023-12-07T15:30:17.261333+0000 mgr.a (mgr.24293) 13629 : audit 0 from='client.273723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:18 smithi022 bash[28554]: audit 2023-12-07T15:30:17.261333+0000 mgr.a (mgr.24293) 13629 : audit 0 from='client.273723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:18 smithi027 bash[31536]: audit 2023-12-07T15:30:17.261333+0000 mgr.a (mgr.24293) 13629 : audit 0 from='client.273723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:19 smithi044 bash[32620]: cluster 2023-12-07T15:30:18.267645+0000 mgr.a (mgr.24293) 13630 : 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-07T15:30:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:19 smithi022 bash[28554]: cluster 2023-12-07T15:30:18.267645+0000 mgr.a (mgr.24293) 13630 : 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-07T15:30:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:19 smithi027 bash[31536]: cluster 2023-12-07T15:30:18.267645+0000 mgr.a (mgr.24293) 13630 : 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-07T15:30:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:21 smithi022 bash[28554]: cluster 2023-12-07T15:30:20.268183+0000 mgr.a (mgr.24293) 13631 : 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-07T15:30:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:21 smithi044 bash[32620]: cluster 2023-12-07T15:30:20.268183+0000 mgr.a (mgr.24293) 13631 : 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-07T15:30:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:21 smithi027 bash[31536]: cluster 2023-12-07T15:30:20.268183+0000 mgr.a (mgr.24293) 13631 : 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-07T15:30:22.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:22.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:22.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:23.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:23 smithi022 bash[28554]: cluster 2023-12-07T15:30:22.268997+0000 mgr.a (mgr.24293) 13632 : 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-07T15:30:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:23 smithi044 bash[32620]: cluster 2023-12-07T15:30:22.268997+0000 mgr.a (mgr.24293) 13632 : 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-07T15:30:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:23 smithi027 bash[31536]: cluster 2023-12-07T15:30:22.268997+0000 mgr.a (mgr.24293) 13632 : 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-07T15:30:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:24 smithi027 bash[31536]: audit 2023-12-07T15:30:23.205591+0000 mgr.a (mgr.24293) 13633 : audit 0 from='client.273798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:24 smithi044 bash[32620]: audit 2023-12-07T15:30:23.205591+0000 mgr.a (mgr.24293) 13633 : audit 0 from='client.273798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:25.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:24 smithi022 bash[28554]: audit 2023-12-07T15:30:23.205591+0000 mgr.a (mgr.24293) 13633 : audit 0 from='client.273798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:25 smithi027 bash[31536]: cluster 2023-12-07T15:30:24.269707+0000 mgr.a (mgr.24293) 13634 : 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-07T15:30:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:25 smithi022 bash[28554]: cluster 2023-12-07T15:30:24.269707+0000 mgr.a (mgr.24293) 13634 : 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-07T15:30:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:25 smithi044 bash[32620]: cluster 2023-12-07T15:30:24.269707+0000 mgr.a (mgr.24293) 13634 : 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-07T15:30:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:27 smithi027 bash[31536]: cluster 2023-12-07T15:30:26.270559+0000 mgr.a (mgr.24293) 13635 : 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-07T15:30:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:27 smithi044 bash[32620]: cluster 2023-12-07T15:30:26.270559+0000 mgr.a (mgr.24293) 13635 : 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-07T15:30:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:27 smithi022 bash[28554]: cluster 2023-12-07T15:30:26.270559+0000 mgr.a (mgr.24293) 13635 : 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-07T15:30:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:28.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:28.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:29.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:29.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:29 smithi027 bash[31536]: cluster 2023-12-07T15:30:28.271118+0000 mgr.a (mgr.24293) 13636 : 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-07T15:30:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:29 smithi022 bash[28554]: cluster 2023-12-07T15:30:28.271118+0000 mgr.a (mgr.24293) 13636 : 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-07T15:30:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:29 smithi044 bash[32620]: cluster 2023-12-07T15:30:28.271118+0000 mgr.a (mgr.24293) 13636 : 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-07T15:30:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:30 smithi027 bash[31536]: audit 2023-12-07T15:30:29.183039+0000 mgr.a (mgr.24293) 13637 : audit 0 from='client.273873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:30 smithi044 bash[32620]: audit 2023-12-07T15:30:29.183039+0000 mgr.a (mgr.24293) 13637 : audit 0 from='client.273873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:30 smithi022 bash[28554]: audit 2023-12-07T15:30:29.183039+0000 mgr.a (mgr.24293) 13637 : audit 0 from='client.273873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:31 smithi022 bash[28554]: cluster 2023-12-07T15:30:30.271856+0000 mgr.a (mgr.24293) 13638 : 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-07T15:30:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:31 smithi044 bash[32620]: cluster 2023-12-07T15:30:30.271856+0000 mgr.a (mgr.24293) 13638 : 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-07T15:30:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:31 smithi027 bash[31536]: cluster 2023-12-07T15:30:30.271856+0000 mgr.a (mgr.24293) 13638 : 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-07T15:30:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:33 smithi044 bash[32620]: cluster 2023-12-07T15:30:32.272654+0000 mgr.a (mgr.24293) 13639 : 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-07T15:30:34.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:33 smithi022 bash[28554]: cluster 2023-12-07T15:30:32.272654+0000 mgr.a (mgr.24293) 13639 : 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-07T15:30:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:33 smithi027 bash[31536]: cluster 2023-12-07T15:30:32.272654+0000 mgr.a (mgr.24293) 13639 : 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-07T15:30:34.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:34.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:34.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:35.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:35.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:35.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:35.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:35.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:35 smithi022 bash[28554]: cluster 2023-12-07T15:30:34.273258+0000 mgr.a (mgr.24293) 13640 : 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-07T15:30:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:35 smithi044 bash[32620]: cluster 2023-12-07T15:30:34.273258+0000 mgr.a (mgr.24293) 13640 : 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-07T15:30:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:35 smithi027 bash[31536]: cluster 2023-12-07T15:30:34.273258+0000 mgr.a (mgr.24293) 13640 : 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-07T15:30:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:36 smithi044 bash[32620]: audit 2023-12-07T15:30:35.127592+0000 mgr.a (mgr.24293) 13641 : audit 0 from='client.273948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:37.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:36 smithi022 bash[28554]: audit 2023-12-07T15:30:35.127592+0000 mgr.a (mgr.24293) 13641 : audit 0 from='client.273948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:36 smithi027 bash[31536]: audit 2023-12-07T15:30:35.127592+0000 mgr.a (mgr.24293) 13641 : audit 0 from='client.273948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:38.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:37 smithi044 bash[32620]: cluster 2023-12-07T15:30:36.274338+0000 mgr.a (mgr.24293) 13642 : cluster 0 pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:30:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:37 smithi022 bash[28554]: cluster 2023-12-07T15:30:36.274338+0000 mgr.a (mgr.24293) 13642 : cluster 0 pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:30:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:37 smithi027 bash[31536]: cluster 2023-12-07T15:30:36.274338+0000 mgr.a (mgr.24293) 13642 : cluster 0 pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:30:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:39 smithi022 bash[28554]: cluster 2023-12-07T15:30:38.274915+0000 mgr.a (mgr.24293) 13643 : cluster 0 pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:30:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:39 smithi044 bash[32620]: cluster 2023-12-07T15:30:38.274915+0000 mgr.a (mgr.24293) 13643 : cluster 0 pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:30:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:39 smithi027 bash[31536]: cluster 2023-12-07T15:30:38.274915+0000 mgr.a (mgr.24293) 13643 : cluster 0 pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:30:40.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:40.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:40.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:41.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:41.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:41.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:41.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:41.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:41 smithi044 bash[32620]: cluster 2023-12-07T15:30:40.275518+0000 mgr.a (mgr.24293) 13644 : cluster 0 pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:30:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:41 smithi022 bash[28554]: cluster 2023-12-07T15:30:40.275518+0000 mgr.a (mgr.24293) 13644 : cluster 0 pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:30:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:41 smithi027 bash[31536]: cluster 2023-12-07T15:30:40.275518+0000 mgr.a (mgr.24293) 13644 : cluster 0 pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:30:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:42 smithi022 bash[28554]: audit 2023-12-07T15:30:41.065425+0000 mgr.a (mgr.24293) 13645 : audit 0 from='client.274020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:43.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:42 smithi044 bash[32620]: audit 2023-12-07T15:30:41.065425+0000 mgr.a (mgr.24293) 13645 : audit 0 from='client.274020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:42 smithi027 bash[31536]: audit 2023-12-07T15:30:41.065425+0000 mgr.a (mgr.24293) 13645 : audit 0 from='client.274020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:43 smithi022 bash[28554]: cluster 2023-12-07T15:30:42.276555+0000 mgr.a (mgr.24293) 13646 : 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-07T15:30:44.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:43 smithi044 bash[32620]: cluster 2023-12-07T15:30:42.276555+0000 mgr.a (mgr.24293) 13646 : 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-07T15:30:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:43 smithi027 bash[31536]: cluster 2023-12-07T15:30:42.276555+0000 mgr.a (mgr.24293) 13646 : 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-07T15:30:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:45 smithi022 bash[28554]: audit 2023-12-07T15:30:44.183051+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:30:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:45 smithi022 bash[28554]: audit 2023-12-07T15:30:44.927764+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:30:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:45 smithi022 bash[28554]: audit 2023-12-07T15:30:44.929338+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:30:45.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:45 smithi022 bash[28554]: audit 2023-12-07T15:30:44.936026+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:30:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:45 smithi044 bash[32620]: audit 2023-12-07T15:30:44.183051+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:30:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:45 smithi044 bash[32620]: audit 2023-12-07T15:30:44.927764+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:30:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:45 smithi044 bash[32620]: audit 2023-12-07T15:30:44.929338+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:30:45.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:45 smithi044 bash[32620]: audit 2023-12-07T15:30:44.936026+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:30:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:45 smithi027 bash[31536]: audit 2023-12-07T15:30:44.183051+0000 mon.a (mon.0) 2339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:30:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:45 smithi027 bash[31536]: audit 2023-12-07T15:30:44.927764+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:30:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:45 smithi027 bash[31536]: audit 2023-12-07T15:30:44.929338+0000 mon.a (mon.0) 2341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:30:45.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:45 smithi027 bash[31536]: audit 2023-12-07T15:30:44.936026+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:30:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:46 smithi022 bash[28554]: cluster 2023-12-07T15:30:44.277116+0000 mgr.a (mgr.24293) 13647 : 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-07T15:30:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:46 smithi044 bash[32620]: cluster 2023-12-07T15:30:44.277116+0000 mgr.a (mgr.24293) 13647 : 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-07T15:30:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:46 smithi027 bash[31536]: cluster 2023-12-07T15:30:44.277116+0000 mgr.a (mgr.24293) 13647 : 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-07T15:30:46.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:46.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:46.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:47.530 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:47.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:47.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:47.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:47.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:48 smithi022 bash[28554]: cluster 2023-12-07T15:30:46.277868+0000 mgr.a (mgr.24293) 13648 : 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-07T15:30:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:48 smithi022 bash[28554]: audit 2023-12-07T15:30:47.012960+0000 mgr.a (mgr.24293) 13649 : audit 0 from='client.274095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:48 smithi044 bash[32620]: cluster 2023-12-07T15:30:46.277868+0000 mgr.a (mgr.24293) 13648 : 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-07T15:30:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:48 smithi044 bash[32620]: audit 2023-12-07T15:30:47.012960+0000 mgr.a (mgr.24293) 13649 : audit 0 from='client.274095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:48 smithi027 bash[31536]: cluster 2023-12-07T15:30:46.277868+0000 mgr.a (mgr.24293) 13648 : 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-07T15:30:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:48 smithi027 bash[31536]: audit 2023-12-07T15:30:47.012960+0000 mgr.a (mgr.24293) 13649 : audit 0 from='client.274095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:50.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:50 smithi022 bash[28554]: cluster 2023-12-07T15:30:48.278558+0000 mgr.a (mgr.24293) 13650 : cluster 0 pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:30:50.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:50 smithi044 bash[32620]: cluster 2023-12-07T15:30:48.278558+0000 mgr.a (mgr.24293) 13650 : cluster 0 pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:30:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:50 smithi027 bash[31536]: cluster 2023-12-07T15:30:48.278558+0000 mgr.a (mgr.24293) 13650 : cluster 0 pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:30:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:52 smithi044 bash[32620]: cluster 2023-12-07T15:30:50.279134+0000 mgr.a (mgr.24293) 13651 : cluster 0 pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:30:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:52 smithi022 bash[28554]: cluster 2023-12-07T15:30:50.279134+0000 mgr.a (mgr.24293) 13651 : cluster 0 pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:30:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:52 smithi027 bash[31536]: cluster 2023-12-07T15:30:50.279134+0000 mgr.a (mgr.24293) 13651 : cluster 0 pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:30:52.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:52.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:52.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:53.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:53.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:53.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:53.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:53.478 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:30:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:54 smithi022 bash[28554]: cluster 2023-12-07T15:30:52.280014+0000 mgr.a (mgr.24293) 13652 : cluster 0 pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:30:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:54 smithi022 bash[28554]: audit 2023-12-07T15:30:52.939694+0000 mgr.a (mgr.24293) 13653 : audit 0 from='client.274170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:54 smithi044 bash[32620]: cluster 2023-12-07T15:30:52.280014+0000 mgr.a (mgr.24293) 13652 : cluster 0 pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:30:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:54 smithi044 bash[32620]: audit 2023-12-07T15:30:52.939694+0000 mgr.a (mgr.24293) 13653 : audit 0 from='client.274170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:54 smithi027 bash[31536]: cluster 2023-12-07T15:30:52.280014+0000 mgr.a (mgr.24293) 13652 : cluster 0 pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:30:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:54 smithi027 bash[31536]: audit 2023-12-07T15:30:52.939694+0000 mgr.a (mgr.24293) 13653 : audit 0 from='client.274170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:56 smithi022 bash[28554]: cluster 2023-12-07T15:30:54.280735+0000 mgr.a (mgr.24293) 13654 : 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-07T15:30:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:56 smithi044 bash[32620]: cluster 2023-12-07T15:30:54.280735+0000 mgr.a (mgr.24293) 13654 : 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-07T15:30:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:56 smithi027 bash[31536]: cluster 2023-12-07T15:30:54.280735+0000 mgr.a (mgr.24293) 13654 : 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-07T15:30:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:30:58 smithi022 bash[28554]: cluster 2023-12-07T15:30:56.281583+0000 mgr.a (mgr.24293) 13655 : 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-07T15:30:58.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:30:58 smithi044 bash[32620]: cluster 2023-12-07T15:30:56.281583+0000 mgr.a (mgr.24293) 13655 : 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-07T15:30:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:30:58 smithi027 bash[31536]: cluster 2023-12-07T15:30:56.281583+0000 mgr.a (mgr.24293) 13655 : 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-07T15:30:58.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:30:58.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:58.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:59.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:59.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:59.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:59.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:30:59.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:00 smithi022 bash[28554]: cluster 2023-12-07T15:30:58.282156+0000 mgr.a (mgr.24293) 13656 : 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-07T15:31:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:00 smithi022 bash[28554]: audit 2023-12-07T15:30:58.895693+0000 mgr.a (mgr.24293) 13657 : audit 0 from='client.274248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:00 smithi044 bash[32620]: cluster 2023-12-07T15:30:58.282156+0000 mgr.a (mgr.24293) 13656 : 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-07T15:31:00.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:00 smithi044 bash[32620]: audit 2023-12-07T15:30:58.895693+0000 mgr.a (mgr.24293) 13657 : audit 0 from='client.274248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:00 smithi027 bash[31536]: cluster 2023-12-07T15:30:58.282156+0000 mgr.a (mgr.24293) 13656 : 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-07T15:31:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:00 smithi027 bash[31536]: audit 2023-12-07T15:30:58.895693+0000 mgr.a (mgr.24293) 13657 : audit 0 from='client.274248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:02 smithi022 bash[28554]: cluster 2023-12-07T15:31:00.282906+0000 mgr.a (mgr.24293) 13658 : 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-07T15:31:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:02 smithi044 bash[32620]: cluster 2023-12-07T15:31:00.282906+0000 mgr.a (mgr.24293) 13658 : 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-07T15:31:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:02 smithi027 bash[31536]: cluster 2023-12-07T15:31:00.282906+0000 mgr.a (mgr.24293) 13658 : 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-07T15:31:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:03 smithi022 bash[28554]: cluster 2023-12-07T15:31:02.283774+0000 mgr.a (mgr.24293) 13659 : 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-07T15:31:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:03 smithi044 bash[32620]: cluster 2023-12-07T15:31:02.283774+0000 mgr.a (mgr.24293) 13659 : 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-07T15:31:03.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:03 smithi027 bash[31536]: cluster 2023-12-07T15:31:02.283774+0000 mgr.a (mgr.24293) 13659 : 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-07T15:31:04.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:04.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:04.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:05.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:05.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:05.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:05.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:05.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:05 smithi027 bash[31536]: cluster 2023-12-07T15:31:04.284356+0000 mgr.a (mgr.24293) 13660 : 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-07T15:31:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:05 smithi027 bash[31536]: audit 2023-12-07T15:31:04.852921+0000 mgr.a (mgr.24293) 13661 : audit 0 from='client.274317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:05 smithi022 bash[28554]: cluster 2023-12-07T15:31:04.284356+0000 mgr.a (mgr.24293) 13660 : 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-07T15:31:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:05 smithi022 bash[28554]: audit 2023-12-07T15:31:04.852921+0000 mgr.a (mgr.24293) 13661 : audit 0 from='client.274317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:05 smithi044 bash[32620]: cluster 2023-12-07T15:31:04.284356+0000 mgr.a (mgr.24293) 13660 : 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-07T15:31:06.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:05 smithi044 bash[32620]: audit 2023-12-07T15:31:04.852921+0000 mgr.a (mgr.24293) 13661 : audit 0 from='client.274317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:07 smithi027 bash[31536]: cluster 2023-12-07T15:31:06.285296+0000 mgr.a (mgr.24293) 13662 : cluster 0 pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:07 smithi044 bash[32620]: cluster 2023-12-07T15:31:06.285296+0000 mgr.a (mgr.24293) 13662 : cluster 0 pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:07 smithi022 bash[28554]: cluster 2023-12-07T15:31:06.285296+0000 mgr.a (mgr.24293) 13662 : cluster 0 pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:09 smithi027 bash[31536]: cluster 2023-12-07T15:31:08.285897+0000 mgr.a (mgr.24293) 13663 : cluster 0 pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:10.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:10.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:10.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:09 smithi044 bash[32620]: cluster 2023-12-07T15:31:08.285897+0000 mgr.a (mgr.24293) 13663 : cluster 0 pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:09 smithi022 bash[28554]: cluster 2023-12-07T15:31:08.285897+0000 mgr.a (mgr.24293) 13663 : cluster 0 pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:11.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:11.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:11.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:11.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:11.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:11 smithi027 bash[31536]: cluster 2023-12-07T15:31:10.286465+0000 mgr.a (mgr.24293) 13664 : cluster 0 pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:11 smithi027 bash[31536]: audit 2023-12-07T15:31:10.775968+0000 mgr.a (mgr.24293) 13665 : audit 0 from='client.274395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:11 smithi044 bash[32620]: cluster 2023-12-07T15:31:10.286465+0000 mgr.a (mgr.24293) 13664 : cluster 0 pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:11 smithi044 bash[32620]: audit 2023-12-07T15:31:10.775968+0000 mgr.a (mgr.24293) 13665 : audit 0 from='client.274395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:11 smithi022 bash[28554]: cluster 2023-12-07T15:31:10.286465+0000 mgr.a (mgr.24293) 13664 : cluster 0 pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:11 smithi022 bash[28554]: audit 2023-12-07T15:31:10.775968+0000 mgr.a (mgr.24293) 13665 : audit 0 from='client.274395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:13 smithi027 bash[31536]: cluster 2023-12-07T15:31:12.287587+0000 mgr.a (mgr.24293) 13666 : 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-07T15:31:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:13 smithi044 bash[32620]: cluster 2023-12-07T15:31:12.287587+0000 mgr.a (mgr.24293) 13666 : 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-07T15:31:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:13 smithi022 bash[28554]: cluster 2023-12-07T15:31:12.287587+0000 mgr.a (mgr.24293) 13666 : 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-07T15:31:16.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:16.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:16.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:15 smithi044 bash[32620]: cluster 2023-12-07T15:31:14.288202+0000 mgr.a (mgr.24293) 13667 : 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-07T15:31:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:15 smithi022 bash[28554]: cluster 2023-12-07T15:31:14.288202+0000 mgr.a (mgr.24293) 13667 : 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-07T15:31:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:15 smithi027 bash[31536]: cluster 2023-12-07T15:31:14.288202+0000 mgr.a (mgr.24293) 13667 : 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-07T15:31:17.209 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:17.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:17.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:17.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:17.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:17 smithi044 bash[32620]: cluster 2023-12-07T15:31:16.288980+0000 mgr.a (mgr.24293) 13668 : 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-07T15:31:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:17 smithi044 bash[32620]: audit 2023-12-07T15:31:16.708845+0000 mgr.a (mgr.24293) 13669 : audit 0 from='client.274467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:17 smithi022 bash[28554]: cluster 2023-12-07T15:31:16.288980+0000 mgr.a (mgr.24293) 13668 : 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-07T15:31:18.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:17 smithi022 bash[28554]: audit 2023-12-07T15:31:16.708845+0000 mgr.a (mgr.24293) 13669 : audit 0 from='client.274467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:17 smithi027 bash[31536]: cluster 2023-12-07T15:31:16.288980+0000 mgr.a (mgr.24293) 13668 : 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-07T15:31:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:17 smithi027 bash[31536]: audit 2023-12-07T15:31:16.708845+0000 mgr.a (mgr.24293) 13669 : audit 0 from='client.274467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:19 smithi022 bash[28554]: cluster 2023-12-07T15:31:18.289674+0000 mgr.a (mgr.24293) 13670 : cluster 0 pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:19 smithi044 bash[32620]: cluster 2023-12-07T15:31:18.289674+0000 mgr.a (mgr.24293) 13670 : cluster 0 pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:20.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:19 smithi027 bash[31536]: cluster 2023-12-07T15:31:18.289674+0000 mgr.a (mgr.24293) 13670 : cluster 0 pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:22.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:22.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:22.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:21 smithi044 bash[32620]: cluster 2023-12-07T15:31:20.290246+0000 mgr.a (mgr.24293) 13671 : cluster 0 pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:21 smithi022 bash[28554]: cluster 2023-12-07T15:31:20.290246+0000 mgr.a (mgr.24293) 13671 : cluster 0 pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:21 smithi027 bash[31536]: cluster 2023-12-07T15:31:20.290246+0000 mgr.a (mgr.24293) 13671 : cluster 0 pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:23.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:23.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:23.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:23.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:23.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:23 smithi022 bash[28554]: cluster 2023-12-07T15:31:22.291049+0000 mgr.a (mgr.24293) 13672 : cluster 0 pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:23 smithi022 bash[28554]: audit 2023-12-07T15:31:22.622262+0000 mgr.a (mgr.24293) 13673 : audit 0 from='client.274539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:23 smithi044 bash[32620]: cluster 2023-12-07T15:31:22.291049+0000 mgr.a (mgr.24293) 13672 : cluster 0 pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:23 smithi044 bash[32620]: audit 2023-12-07T15:31:22.622262+0000 mgr.a (mgr.24293) 13673 : audit 0 from='client.274539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:23 smithi027 bash[31536]: cluster 2023-12-07T15:31:22.291049+0000 mgr.a (mgr.24293) 13672 : cluster 0 pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:23 smithi027 bash[31536]: audit 2023-12-07T15:31:22.622262+0000 mgr.a (mgr.24293) 13673 : audit 0 from='client.274539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:25 smithi044 bash[32620]: cluster 2023-12-07T15:31:24.291737+0000 mgr.a (mgr.24293) 13674 : 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-07T15:31:26.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:25 smithi022 bash[28554]: cluster 2023-12-07T15:31:24.291737+0000 mgr.a (mgr.24293) 13674 : 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-07T15:31:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:25 smithi027 bash[31536]: cluster 2023-12-07T15:31:24.291737+0000 mgr.a (mgr.24293) 13674 : 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-07T15:31:28.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:28.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:28.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:27 smithi044 bash[32620]: cluster 2023-12-07T15:31:26.292560+0000 mgr.a (mgr.24293) 13675 : 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-07T15:31:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:27 smithi022 bash[28554]: cluster 2023-12-07T15:31:26.292560+0000 mgr.a (mgr.24293) 13675 : 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-07T15:31:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:27 smithi027 bash[31536]: cluster 2023-12-07T15:31:26.292560+0000 mgr.a (mgr.24293) 13675 : 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-07T15:31:29.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:29.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:29.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:29.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:29.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:29 smithi022 bash[28554]: cluster 2023-12-07T15:31:28.293002+0000 mgr.a (mgr.24293) 13676 : 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-07T15:31:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:29 smithi022 bash[28554]: audit 2023-12-07T15:31:28.548694+0000 mgr.a (mgr.24293) 13677 : audit 0 from='client.274617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:29 smithi044 bash[32620]: cluster 2023-12-07T15:31:28.293002+0000 mgr.a (mgr.24293) 13676 : 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-07T15:31:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:29 smithi044 bash[32620]: audit 2023-12-07T15:31:28.548694+0000 mgr.a (mgr.24293) 13677 : audit 0 from='client.274617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:29 smithi027 bash[31536]: cluster 2023-12-07T15:31:28.293002+0000 mgr.a (mgr.24293) 13676 : 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-07T15:31:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:29 smithi027 bash[31536]: audit 2023-12-07T15:31:28.548694+0000 mgr.a (mgr.24293) 13677 : audit 0 from='client.274617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:31 smithi022 bash[28554]: cluster 2023-12-07T15:31:30.293696+0000 mgr.a (mgr.24293) 13678 : 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-07T15:31:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:31 smithi044 bash[32620]: cluster 2023-12-07T15:31:30.293696+0000 mgr.a (mgr.24293) 13678 : 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-07T15:31:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:31 smithi027 bash[31536]: cluster 2023-12-07T15:31:30.293696+0000 mgr.a (mgr.24293) 13678 : 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-07T15:31:34.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:34.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:34.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:33 smithi022 bash[28554]: cluster 2023-12-07T15:31:32.294575+0000 mgr.a (mgr.24293) 13679 : 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-07T15:31:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:33 smithi044 bash[32620]: cluster 2023-12-07T15:31:32.294575+0000 mgr.a (mgr.24293) 13679 : 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-07T15:31:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:33 smithi027 bash[31536]: cluster 2023-12-07T15:31:32.294575+0000 mgr.a (mgr.24293) 13679 : 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-07T15:31:34.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:34.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:34.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:34.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:34.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:35 smithi044 bash[32620]: cluster 2023-12-07T15:31:34.295002+0000 mgr.a (mgr.24293) 13680 : 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-07T15:31:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:35 smithi044 bash[32620]: audit 2023-12-07T15:31:34.485637+0000 mgr.a (mgr.24293) 13681 : audit 0 from='client.274689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:35 smithi022 bash[28554]: cluster 2023-12-07T15:31:34.295002+0000 mgr.a (mgr.24293) 13680 : 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-07T15:31:36.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:35 smithi022 bash[28554]: audit 2023-12-07T15:31:34.485637+0000 mgr.a (mgr.24293) 13681 : audit 0 from='client.274689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:35 smithi027 bash[31536]: cluster 2023-12-07T15:31:34.295002+0000 mgr.a (mgr.24293) 13680 : 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-07T15:31:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:35 smithi027 bash[31536]: audit 2023-12-07T15:31:34.485637+0000 mgr.a (mgr.24293) 13681 : audit 0 from='client.274689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:37 smithi044 bash[32620]: cluster 2023-12-07T15:31:36.295945+0000 mgr.a (mgr.24293) 13682 : 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-07T15:31:38.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:37 smithi022 bash[28554]: cluster 2023-12-07T15:31:36.295945+0000 mgr.a (mgr.24293) 13682 : 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-07T15:31:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:37 smithi027 bash[31536]: cluster 2023-12-07T15:31:36.295945+0000 mgr.a (mgr.24293) 13682 : 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-07T15:31:39.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:40.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:40.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:40 smithi022 bash[28554]: cluster 2023-12-07T15:31:38.296582+0000 mgr.a (mgr.24293) 13683 : 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-07T15:31:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:40 smithi044 bash[32620]: cluster 2023-12-07T15:31:38.296582+0000 mgr.a (mgr.24293) 13683 : 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-07T15:31:40.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:40 smithi027 bash[31536]: cluster 2023-12-07T15:31:38.296582+0000 mgr.a (mgr.24293) 13683 : 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-07T15:31:40.931 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:40.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:40.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:40.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:40.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:42 smithi022 bash[28554]: cluster 2023-12-07T15:31:40.296975+0000 mgr.a (mgr.24293) 13684 : 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-07T15:31:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:42 smithi022 bash[28554]: audit 2023-12-07T15:31:40.406596+0000 mgr.a (mgr.24293) 13685 : audit 0 from='client.274761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:42 smithi044 bash[32620]: cluster 2023-12-07T15:31:40.296975+0000 mgr.a (mgr.24293) 13684 : 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-07T15:31:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:42 smithi044 bash[32620]: audit 2023-12-07T15:31:40.406596+0000 mgr.a (mgr.24293) 13685 : audit 0 from='client.274761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:42 smithi027 bash[31536]: cluster 2023-12-07T15:31:40.296975+0000 mgr.a (mgr.24293) 13684 : 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-07T15:31:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:42 smithi027 bash[31536]: audit 2023-12-07T15:31:40.406596+0000 mgr.a (mgr.24293) 13685 : audit 0 from='client.274761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:44 smithi022 bash[28554]: cluster 2023-12-07T15:31:42.297933+0000 mgr.a (mgr.24293) 13686 : 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-07T15:31:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:44 smithi044 bash[32620]: cluster 2023-12-07T15:31:42.297933+0000 mgr.a (mgr.24293) 13686 : 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-07T15:31:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:44 smithi027 bash[31536]: cluster 2023-12-07T15:31:42.297933+0000 mgr.a (mgr.24293) 13686 : 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-07T15:31:45.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:45.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:45.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:46 smithi022 bash[28554]: cluster 2023-12-07T15:31:44.298529+0000 mgr.a (mgr.24293) 13687 : 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-07T15:31:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:46 smithi022 bash[28554]: audit 2023-12-07T15:31:45.040340+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:31:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:46 smithi022 bash[28554]: audit 2023-12-07T15:31:45.837161+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:31:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:46 smithi022 bash[28554]: audit 2023-12-07T15:31:45.839094+0000 mon.a (mon.0) 2345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:31:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:46 smithi022 bash[28554]: audit 2023-12-07T15:31:45.849618+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:31:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:46 smithi044 bash[32620]: cluster 2023-12-07T15:31:44.298529+0000 mgr.a (mgr.24293) 13687 : 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-07T15:31:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:46 smithi044 bash[32620]: audit 2023-12-07T15:31:45.040340+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:31:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:46 smithi044 bash[32620]: audit 2023-12-07T15:31:45.837161+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:31:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:46 smithi044 bash[32620]: audit 2023-12-07T15:31:45.839094+0000 mon.a (mon.0) 2345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:31:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:46 smithi044 bash[32620]: audit 2023-12-07T15:31:45.849618+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:31:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:46 smithi027 bash[31536]: cluster 2023-12-07T15:31:44.298529+0000 mgr.a (mgr.24293) 13687 : 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-07T15:31:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:46 smithi027 bash[31536]: audit 2023-12-07T15:31:45.040340+0000 mon.a (mon.0) 2343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:31:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:46 smithi027 bash[31536]: audit 2023-12-07T15:31:45.837161+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:31:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:46 smithi027 bash[31536]: audit 2023-12-07T15:31:45.839094+0000 mon.a (mon.0) 2345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:31:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:46 smithi027 bash[31536]: audit 2023-12-07T15:31:45.849618+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:31:46.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:46.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:46.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:46.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:46.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:48 smithi022 bash[28554]: cluster 2023-12-07T15:31:46.299270+0000 mgr.a (mgr.24293) 13688 : 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-07T15:31:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:48 smithi022 bash[28554]: audit 2023-12-07T15:31:46.339813+0000 mgr.a (mgr.24293) 13689 : audit 0 from='client.274836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:48 smithi044 bash[32620]: cluster 2023-12-07T15:31:46.299270+0000 mgr.a (mgr.24293) 13688 : 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-07T15:31:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:48 smithi044 bash[32620]: audit 2023-12-07T15:31:46.339813+0000 mgr.a (mgr.24293) 13689 : audit 0 from='client.274836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:48 smithi027 bash[31536]: cluster 2023-12-07T15:31:46.299270+0000 mgr.a (mgr.24293) 13688 : 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-07T15:31:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:48 smithi027 bash[31536]: audit 2023-12-07T15:31:46.339813+0000 mgr.a (mgr.24293) 13689 : audit 0 from='client.274836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:50 smithi022 bash[28554]: cluster 2023-12-07T15:31:48.299948+0000 mgr.a (mgr.24293) 13690 : 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-07T15:31:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:50 smithi044 bash[32620]: cluster 2023-12-07T15:31:48.299948+0000 mgr.a (mgr.24293) 13690 : 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-07T15:31:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:50 smithi027 bash[31536]: cluster 2023-12-07T15:31:48.299948+0000 mgr.a (mgr.24293) 13690 : 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-07T15:31:51.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:51.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:51.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:52 smithi022 bash[28554]: cluster 2023-12-07T15:31:50.300495+0000 mgr.a (mgr.24293) 13691 : 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-07T15:31:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:52 smithi044 bash[32620]: cluster 2023-12-07T15:31:50.300495+0000 mgr.a (mgr.24293) 13691 : 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-07T15:31:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:52 smithi027 bash[31536]: cluster 2023-12-07T15:31:50.300495+0000 mgr.a (mgr.24293) 13691 : 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-07T15:31:52.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:52.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:52.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:52.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:52.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:31:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:54 smithi044 bash[32620]: audit 2023-12-07T15:31:52.285833+0000 mgr.a (mgr.24293) 13692 : audit 0 from='client.221225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:54 smithi044 bash[32620]: cluster 2023-12-07T15:31:52.302231+0000 mgr.a (mgr.24293) 13693 : 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-07T15:31:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:54 smithi022 bash[28554]: audit 2023-12-07T15:31:52.285833+0000 mgr.a (mgr.24293) 13692 : audit 0 from='client.221225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:54 smithi022 bash[28554]: cluster 2023-12-07T15:31:52.302231+0000 mgr.a (mgr.24293) 13693 : 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-07T15:31:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:54 smithi027 bash[31536]: audit 2023-12-07T15:31:52.285833+0000 mgr.a (mgr.24293) 13692 : audit 0 from='client.221225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:54 smithi027 bash[31536]: cluster 2023-12-07T15:31:52.302231+0000 mgr.a (mgr.24293) 13693 : 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-07T15:31:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:56 smithi044 bash[32620]: cluster 2023-12-07T15:31:54.303199+0000 mgr.a (mgr.24293) 13694 : 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-07T15:31:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:56 smithi022 bash[28554]: cluster 2023-12-07T15:31:54.303199+0000 mgr.a (mgr.24293) 13694 : 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-07T15:31:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:56 smithi027 bash[31536]: cluster 2023-12-07T15:31:54.303199+0000 mgr.a (mgr.24293) 13694 : 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-07T15:31:57.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:31:57.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:57.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:31:58 smithi022 bash[28554]: cluster 2023-12-07T15:31:56.304110+0000 mgr.a (mgr.24293) 13695 : 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-07T15:31:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:31:58 smithi044 bash[32620]: cluster 2023-12-07T15:31:56.304110+0000 mgr.a (mgr.24293) 13695 : 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-07T15:31:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:31:58 smithi027 bash[31536]: cluster 2023-12-07T15:31:56.304110+0000 mgr.a (mgr.24293) 13695 : 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-07T15:31:58.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:31:58.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:58.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:58.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:58.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:00 smithi022 bash[28554]: audit 2023-12-07T15:31:58.205784+0000 mgr.a (mgr.24293) 13696 : audit 0 from='client.274983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:00 smithi022 bash[28554]: cluster 2023-12-07T15:31:58.304599+0000 mgr.a (mgr.24293) 13697 : 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-07T15:32:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:00 smithi044 bash[32620]: audit 2023-12-07T15:31:58.205784+0000 mgr.a (mgr.24293) 13696 : audit 0 from='client.274983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:00 smithi044 bash[32620]: cluster 2023-12-07T15:31:58.304599+0000 mgr.a (mgr.24293) 13697 : 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-07T15:32:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:00 smithi027 bash[31536]: audit 2023-12-07T15:31:58.205784+0000 mgr.a (mgr.24293) 13696 : audit 0 from='client.274983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:00 smithi027 bash[31536]: cluster 2023-12-07T15:31:58.304599+0000 mgr.a (mgr.24293) 13697 : 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-07T15:32:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:02 smithi022 bash[28554]: cluster 2023-12-07T15:32:00.305282+0000 mgr.a (mgr.24293) 13698 : 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-07T15:32:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:02 smithi044 bash[32620]: cluster 2023-12-07T15:32:00.305282+0000 mgr.a (mgr.24293) 13698 : 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-07T15:32:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:02 smithi027 bash[31536]: cluster 2023-12-07T15:32:00.305282+0000 mgr.a (mgr.24293) 13698 : 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-07T15:32:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:03 smithi022 bash[28554]: cluster 2023-12-07T15:32:02.306264+0000 mgr.a (mgr.24293) 13699 : 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-07T15:32:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:03 smithi044 bash[32620]: cluster 2023-12-07T15:32:02.306264+0000 mgr.a (mgr.24293) 13699 : 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-07T15:32:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:03 smithi027 bash[31536]: cluster 2023-12-07T15:32:02.306264+0000 mgr.a (mgr.24293) 13699 : 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-07T15:32:03.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:03.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:03.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:04.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:04.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:04.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:04.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:04.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:05 smithi044 bash[32620]: audit 2023-12-07T15:32:04.127520+0000 mgr.a (mgr.24293) 13700 : audit 0 from='client.275061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:05 smithi044 bash[32620]: cluster 2023-12-07T15:32:04.306837+0000 mgr.a (mgr.24293) 13701 : 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-07T15:32:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:05 smithi022 bash[28554]: audit 2023-12-07T15:32:04.127520+0000 mgr.a (mgr.24293) 13700 : audit 0 from='client.275061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:06.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:05 smithi022 bash[28554]: cluster 2023-12-07T15:32:04.306837+0000 mgr.a (mgr.24293) 13701 : 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-07T15:32:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:05 smithi027 bash[31536]: audit 2023-12-07T15:32:04.127520+0000 mgr.a (mgr.24293) 13700 : audit 0 from='client.275061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:05 smithi027 bash[31536]: cluster 2023-12-07T15:32:04.306837+0000 mgr.a (mgr.24293) 13701 : 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-07T15:32:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:07 smithi022 bash[28554]: cluster 2023-12-07T15:32:06.307775+0000 mgr.a (mgr.24293) 13702 : 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-07T15:32:08.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:07 smithi044 bash[32620]: cluster 2023-12-07T15:32:06.307775+0000 mgr.a (mgr.24293) 13702 : 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-07T15:32:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:07 smithi027 bash[31536]: cluster 2023-12-07T15:32:06.307775+0000 mgr.a (mgr.24293) 13702 : 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-07T15:32:09.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:09.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:09.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:09 smithi022 bash[28554]: cluster 2023-12-07T15:32:08.308311+0000 mgr.a (mgr.24293) 13703 : 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-07T15:32:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:09 smithi044 bash[32620]: cluster 2023-12-07T15:32:08.308311+0000 mgr.a (mgr.24293) 13703 : 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-07T15:32:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:09 smithi027 bash[31536]: cluster 2023-12-07T15:32:08.308311+0000 mgr.a (mgr.24293) 13703 : 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-07T15:32:10.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:10.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:10.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:10.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:10.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:11 smithi022 bash[28554]: audit 2023-12-07T15:32:10.063644+0000 mgr.a (mgr.24293) 13704 : audit 0 from='client.275136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:11 smithi022 bash[28554]: cluster 2023-12-07T15:32:10.308850+0000 mgr.a (mgr.24293) 13705 : 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-07T15:32:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:11 smithi044 bash[32620]: audit 2023-12-07T15:32:10.063644+0000 mgr.a (mgr.24293) 13704 : audit 0 from='client.275136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:12.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:11 smithi044 bash[32620]: cluster 2023-12-07T15:32:10.308850+0000 mgr.a (mgr.24293) 13705 : 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-07T15:32:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:11 smithi027 bash[31536]: audit 2023-12-07T15:32:10.063644+0000 mgr.a (mgr.24293) 13704 : audit 0 from='client.275136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:11 smithi027 bash[31536]: cluster 2023-12-07T15:32:10.308850+0000 mgr.a (mgr.24293) 13705 : 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-07T15:32:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:13 smithi022 bash[28554]: cluster 2023-12-07T15:32:12.309791+0000 mgr.a (mgr.24293) 13706 : cluster 0 pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:32:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:13 smithi044 bash[32620]: cluster 2023-12-07T15:32:12.309791+0000 mgr.a (mgr.24293) 13706 : cluster 0 pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:32:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:13 smithi027 bash[31536]: cluster 2023-12-07T15:32:12.309791+0000 mgr.a (mgr.24293) 13706 : cluster 0 pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:32:15.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:15.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:15.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:15 smithi022 bash[28554]: cluster 2023-12-07T15:32:14.310392+0000 mgr.a (mgr.24293) 13707 : cluster 0 pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:32:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:15 smithi044 bash[32620]: cluster 2023-12-07T15:32:14.310392+0000 mgr.a (mgr.24293) 13707 : cluster 0 pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:32:16.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:15 smithi027 bash[31536]: cluster 2023-12-07T15:32:14.310392+0000 mgr.a (mgr.24293) 13707 : cluster 0 pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:32:16.501 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:16.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:16.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:16.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:16.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:16 smithi044 bash[32620]: audit 2023-12-07T15:32:15.987127+0000 mgr.a (mgr.24293) 13708 : audit 0 from='client.275214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:16 smithi022 bash[28554]: audit 2023-12-07T15:32:15.987127+0000 mgr.a (mgr.24293) 13708 : audit 0 from='client.275214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:16 smithi027 bash[31536]: audit 2023-12-07T15:32:15.987127+0000 mgr.a (mgr.24293) 13708 : audit 0 from='client.275214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:17 smithi022 bash[28554]: cluster 2023-12-07T15:32:16.311182+0000 mgr.a (mgr.24293) 13709 : 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-07T15:32:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:17 smithi044 bash[32620]: cluster 2023-12-07T15:32:16.311182+0000 mgr.a (mgr.24293) 13709 : 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-07T15:32:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:17 smithi027 bash[31536]: cluster 2023-12-07T15:32:16.311182+0000 mgr.a (mgr.24293) 13709 : 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-07T15:32:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:19 smithi022 bash[28554]: cluster 2023-12-07T15:32:18.311893+0000 mgr.a (mgr.24293) 13710 : 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-07T15:32:20.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:19 smithi044 bash[32620]: cluster 2023-12-07T15:32:18.311893+0000 mgr.a (mgr.24293) 13710 : 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-07T15:32:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:19 smithi027 bash[31536]: cluster 2023-12-07T15:32:18.311893+0000 mgr.a (mgr.24293) 13710 : 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-07T15:32:21.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:21.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:21.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:21 smithi022 bash[28554]: cluster 2023-12-07T15:32:20.312474+0000 mgr.a (mgr.24293) 13711 : 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-07T15:32:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:21 smithi044 bash[32620]: cluster 2023-12-07T15:32:20.312474+0000 mgr.a (mgr.24293) 13711 : 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-07T15:32:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:21 smithi027 bash[31536]: cluster 2023-12-07T15:32:20.312474+0000 mgr.a (mgr.24293) 13711 : 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-07T15:32:22.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:22.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:22.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:22.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:22.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:22 smithi022 bash[28554]: audit 2023-12-07T15:32:21.910618+0000 mgr.a (mgr.24293) 13712 : audit 0 from='client.275289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:23 smithi044 bash[32620]: audit 2023-12-07T15:32:21.910618+0000 mgr.a (mgr.24293) 13712 : audit 0 from='client.275289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:23 smithi027 bash[31536]: audit 2023-12-07T15:32:21.910618+0000 mgr.a (mgr.24293) 13712 : audit 0 from='client.275289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:24 smithi022 bash[28554]: cluster 2023-12-07T15:32:22.320973+0000 mgr.a (mgr.24293) 13713 : 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-07T15:32:24.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:24 smithi044 bash[32620]: cluster 2023-12-07T15:32:22.320973+0000 mgr.a (mgr.24293) 13713 : 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-07T15:32:24.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:24 smithi027 bash[31536]: cluster 2023-12-07T15:32:22.320973+0000 mgr.a (mgr.24293) 13713 : 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-07T15:32:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:26 smithi044 bash[32620]: cluster 2023-12-07T15:32:24.321680+0000 mgr.a (mgr.24293) 13714 : cluster 0 pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:32:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:26 smithi022 bash[28554]: cluster 2023-12-07T15:32:24.321680+0000 mgr.a (mgr.24293) 13714 : cluster 0 pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:32:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:26 smithi027 bash[31536]: cluster 2023-12-07T15:32:24.321680+0000 mgr.a (mgr.24293) 13714 : cluster 0 pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:32:27.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:27.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:27.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:28.424 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:28.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:28.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:28.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:28.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:28 smithi022 bash[28554]: cluster 2023-12-07T15:32:26.322467+0000 mgr.a (mgr.24293) 13715 : cluster 0 pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:32:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:28 smithi044 bash[32620]: cluster 2023-12-07T15:32:26.322467+0000 mgr.a (mgr.24293) 13715 : cluster 0 pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:32:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:28 smithi027 bash[31536]: cluster 2023-12-07T15:32:26.322467+0000 mgr.a (mgr.24293) 13715 : cluster 0 pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:32:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:29 smithi022 bash[28554]: audit 2023-12-07T15:32:27.877679+0000 mgr.a (mgr.24293) 13716 : audit 0 from='client.275364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:29.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:29 smithi044 bash[32620]: audit 2023-12-07T15:32:27.877679+0000 mgr.a (mgr.24293) 13716 : audit 0 from='client.275364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:29 smithi027 bash[31536]: audit 2023-12-07T15:32:27.877679+0000 mgr.a (mgr.24293) 13716 : audit 0 from='client.275364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:30 smithi044 bash[32620]: cluster 2023-12-07T15:32:28.323279+0000 mgr.a (mgr.24293) 13717 : 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-07T15:32:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:30 smithi022 bash[28554]: cluster 2023-12-07T15:32:28.323279+0000 mgr.a (mgr.24293) 13717 : 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-07T15:32:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:30 smithi027 bash[31536]: cluster 2023-12-07T15:32:28.323279+0000 mgr.a (mgr.24293) 13717 : 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-07T15:32:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:32 smithi022 bash[28554]: cluster 2023-12-07T15:32:30.323927+0000 mgr.a (mgr.24293) 13718 : 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-07T15:32:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:32 smithi044 bash[32620]: cluster 2023-12-07T15:32:30.323927+0000 mgr.a (mgr.24293) 13718 : 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-07T15:32:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:32 smithi027 bash[31536]: cluster 2023-12-07T15:32:30.323927+0000 mgr.a (mgr.24293) 13718 : 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-07T15:32:33.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:33.428 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:33.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:34.363 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:34.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:34.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:34.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:34.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:34 smithi022 bash[28554]: cluster 2023-12-07T15:32:32.324789+0000 mgr.a (mgr.24293) 13719 : 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-07T15:32:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:34 smithi044 bash[32620]: cluster 2023-12-07T15:32:32.324789+0000 mgr.a (mgr.24293) 13719 : 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-07T15:32:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:34 smithi027 bash[31536]: cluster 2023-12-07T15:32:32.324789+0000 mgr.a (mgr.24293) 13719 : 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-07T15:32:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:35 smithi044 bash[32620]: audit 2023-12-07T15:32:33.833257+0000 mgr.a (mgr.24293) 13720 : audit 0 from='client.275442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:35 smithi022 bash[28554]: audit 2023-12-07T15:32:33.833257+0000 mgr.a (mgr.24293) 13720 : audit 0 from='client.275442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:35 smithi027 bash[31536]: audit 2023-12-07T15:32:33.833257+0000 mgr.a (mgr.24293) 13720 : audit 0 from='client.275442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:36 smithi044 bash[32620]: cluster 2023-12-07T15:32:34.325389+0000 mgr.a (mgr.24293) 13721 : 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-07T15:32:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:36 smithi022 bash[28554]: cluster 2023-12-07T15:32:34.325389+0000 mgr.a (mgr.24293) 13721 : 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-07T15:32:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:36 smithi027 bash[31536]: cluster 2023-12-07T15:32:34.325389+0000 mgr.a (mgr.24293) 13721 : 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-07T15:32:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:38 smithi044 bash[32620]: cluster 2023-12-07T15:32:36.326208+0000 mgr.a (mgr.24293) 13722 : 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-07T15:32:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:38 smithi022 bash[28554]: cluster 2023-12-07T15:32:36.326208+0000 mgr.a (mgr.24293) 13722 : 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-07T15:32:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:38 smithi027 bash[31536]: cluster 2023-12-07T15:32:36.326208+0000 mgr.a (mgr.24293) 13722 : 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-07T15:32:39.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:39.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:39.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:40.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:40.296 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:40 smithi044 bash[32620]: cluster 2023-12-07T15:32:38.326771+0000 mgr.a (mgr.24293) 13723 : 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-07T15:32:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:40 smithi022 bash[28554]: cluster 2023-12-07T15:32:38.326771+0000 mgr.a (mgr.24293) 13723 : 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-07T15:32:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:40 smithi027 bash[31536]: cluster 2023-12-07T15:32:38.326771+0000 mgr.a (mgr.24293) 13723 : 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-07T15:32:41.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:41 smithi022 bash[28554]: audit 2023-12-07T15:32:39.769249+0000 mgr.a (mgr.24293) 13724 : audit 0 from='client.275520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:41 smithi044 bash[32620]: audit 2023-12-07T15:32:39.769249+0000 mgr.a (mgr.24293) 13724 : audit 0 from='client.275520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:41 smithi027 bash[31536]: audit 2023-12-07T15:32:39.769249+0000 mgr.a (mgr.24293) 13724 : audit 0 from='client.275520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:42 smithi022 bash[28554]: cluster 2023-12-07T15:32:40.327689+0000 mgr.a (mgr.24293) 13725 : 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-07T15:32:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:42 smithi044 bash[32620]: cluster 2023-12-07T15:32:40.327689+0000 mgr.a (mgr.24293) 13725 : 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-07T15:32:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:42 smithi027 bash[31536]: cluster 2023-12-07T15:32:40.327689+0000 mgr.a (mgr.24293) 13725 : 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-07T15:32:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:43 smithi022 bash[28554]: cluster 2023-12-07T15:32:42.328577+0000 mgr.a (mgr.24293) 13726 : 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-07T15:32:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:43 smithi044 bash[32620]: cluster 2023-12-07T15:32:42.328577+0000 mgr.a (mgr.24293) 13726 : 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-07T15:32:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:43 smithi027 bash[31536]: cluster 2023-12-07T15:32:42.328577+0000 mgr.a (mgr.24293) 13726 : 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-07T15:32:45.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:45.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:45.300 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:46.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:46.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:46.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:46.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:46.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:45 smithi022 bash[28554]: cluster 2023-12-07T15:32:44.329133+0000 mgr.a (mgr.24293) 13727 : 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-07T15:32:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:45 smithi022 bash[28554]: audit 2023-12-07T15:32:45.951298+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:32:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:45 smithi044 bash[32620]: cluster 2023-12-07T15:32:44.329133+0000 mgr.a (mgr.24293) 13727 : 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-07T15:32:46.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:45 smithi044 bash[32620]: audit 2023-12-07T15:32:45.951298+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:32:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:45 smithi027 bash[31536]: cluster 2023-12-07T15:32:44.329133+0000 mgr.a (mgr.24293) 13727 : 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-07T15:32:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:45 smithi027 bash[31536]: audit 2023-12-07T15:32:45.951298+0000 mon.a (mon.0) 2347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:32:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:46 smithi022 bash[28554]: audit 2023-12-07T15:32:45.705219+0000 mgr.a (mgr.24293) 13728 : audit 0 from='client.275598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:46 smithi022 bash[28554]: audit 2023-12-07T15:32:46.790382+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:32:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:46 smithi022 bash[28554]: audit 2023-12-07T15:32:46.792554+0000 mon.a (mon.0) 2349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:32:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:46 smithi022 bash[28554]: audit 2023-12-07T15:32:46.802229+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:32:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:46 smithi044 bash[32620]: audit 2023-12-07T15:32:45.705219+0000 mgr.a (mgr.24293) 13728 : audit 0 from='client.275598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:46 smithi044 bash[32620]: audit 2023-12-07T15:32:46.790382+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:32:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:46 smithi044 bash[32620]: audit 2023-12-07T15:32:46.792554+0000 mon.a (mon.0) 2349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:32:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:46 smithi044 bash[32620]: audit 2023-12-07T15:32:46.802229+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:32:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:46 smithi027 bash[31536]: audit 2023-12-07T15:32:45.705219+0000 mgr.a (mgr.24293) 13728 : audit 0 from='client.275598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:46 smithi027 bash[31536]: audit 2023-12-07T15:32:46.790382+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:32:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:46 smithi027 bash[31536]: audit 2023-12-07T15:32:46.792554+0000 mon.a (mon.0) 2349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:32:47.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:46 smithi027 bash[31536]: audit 2023-12-07T15:32:46.802229+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:32:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:47 smithi044 bash[32620]: cluster 2023-12-07T15:32:46.330342+0000 mgr.a (mgr.24293) 13729 : 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-07T15:32:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:47 smithi022 bash[28554]: cluster 2023-12-07T15:32:46.330342+0000 mgr.a (mgr.24293) 13729 : 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-07T15:32:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:47 smithi027 bash[31536]: cluster 2023-12-07T15:32:46.330342+0000 mgr.a (mgr.24293) 13729 : 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-07T15:32:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:49 smithi022 bash[28554]: cluster 2023-12-07T15:32:48.331137+0000 mgr.a (mgr.24293) 13730 : 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-07T15:32:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:49 smithi044 bash[32620]: cluster 2023-12-07T15:32:48.331137+0000 mgr.a (mgr.24293) 13730 : 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-07T15:32:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:49 smithi027 bash[31536]: cluster 2023-12-07T15:32:48.331137+0000 mgr.a (mgr.24293) 13730 : 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-07T15:32:51.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:51.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:51.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:52.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:52.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:52.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:52.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:52.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:51 smithi022 bash[28554]: cluster 2023-12-07T15:32:50.331770+0000 mgr.a (mgr.24293) 13731 : 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-07T15:32:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:51 smithi044 bash[32620]: cluster 2023-12-07T15:32:50.331770+0000 mgr.a (mgr.24293) 13731 : 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-07T15:32:52.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:51 smithi027 bash[31536]: cluster 2023-12-07T15:32:50.331770+0000 mgr.a (mgr.24293) 13731 : 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-07T15:32:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:52 smithi044 bash[32620]: audit 2023-12-07T15:32:51.665086+0000 mgr.a (mgr.24293) 13732 : audit 0 from='client.275676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:52 smithi022 bash[28554]: audit 2023-12-07T15:32:51.665086+0000 mgr.a (mgr.24293) 13732 : audit 0 from='client.275676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:52 smithi027 bash[31536]: audit 2023-12-07T15:32:51.665086+0000 mgr.a (mgr.24293) 13732 : audit 0 from='client.275676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:53 smithi044 bash[32620]: cluster 2023-12-07T15:32:52.332813+0000 mgr.a (mgr.24293) 13733 : 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-07T15:32:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:53 smithi022 bash[28554]: cluster 2023-12-07T15:32:52.332813+0000 mgr.a (mgr.24293) 13733 : 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-07T15:32:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:53 smithi027 bash[31536]: cluster 2023-12-07T15:32:52.332813+0000 mgr.a (mgr.24293) 13733 : 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-07T15:32:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:55 smithi044 bash[32620]: cluster 2023-12-07T15:32:54.333547+0000 mgr.a (mgr.24293) 13734 : 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-07T15:32:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:55 smithi022 bash[28554]: cluster 2023-12-07T15:32:54.333547+0000 mgr.a (mgr.24293) 13734 : 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-07T15:32:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:55 smithi027 bash[31536]: cluster 2023-12-07T15:32:54.333547+0000 mgr.a (mgr.24293) 13734 : 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-07T15:32:57.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:32:57.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:57.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:58.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:32:58.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:58.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:58.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:58.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:32:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:58 smithi044 bash[32620]: cluster 2023-12-07T15:32:56.334475+0000 mgr.a (mgr.24293) 13735 : 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-07T15:32:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:58 smithi022 bash[28554]: cluster 2023-12-07T15:32:56.334475+0000 mgr.a (mgr.24293) 13735 : 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-07T15:32:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:58 smithi027 bash[31536]: cluster 2023-12-07T15:32:56.334475+0000 mgr.a (mgr.24293) 13735 : 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-07T15:32:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:32:59 smithi022 bash[28554]: audit 2023-12-07T15:32:57.590867+0000 mgr.a (mgr.24293) 13736 : audit 0 from='client.275751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:32:59 smithi044 bash[32620]: audit 2023-12-07T15:32:57.590867+0000 mgr.a (mgr.24293) 13736 : audit 0 from='client.275751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:32:59 smithi027 bash[31536]: audit 2023-12-07T15:32:57.590867+0000 mgr.a (mgr.24293) 13736 : audit 0 from='client.275751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:00 smithi044 bash[32620]: cluster 2023-12-07T15:32:58.335192+0000 mgr.a (mgr.24293) 13737 : 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-07T15:33:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:00 smithi022 bash[28554]: cluster 2023-12-07T15:32:58.335192+0000 mgr.a (mgr.24293) 13737 : 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-07T15:33:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:00 smithi027 bash[31536]: cluster 2023-12-07T15:32:58.335192+0000 mgr.a (mgr.24293) 13737 : 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-07T15:33:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:02 smithi044 bash[32620]: cluster 2023-12-07T15:33:00.335797+0000 mgr.a (mgr.24293) 13738 : 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-07T15:33:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:02 smithi022 bash[28554]: cluster 2023-12-07T15:33:00.335797+0000 mgr.a (mgr.24293) 13738 : 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-07T15:33:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:02 smithi027 bash[31536]: cluster 2023-12-07T15:33:00.335797+0000 mgr.a (mgr.24293) 13738 : 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-07T15:33:03.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:03.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:03.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:04.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:04.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:04.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:04.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:04.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:04 smithi044 bash[32620]: cluster 2023-12-07T15:33:02.336588+0000 mgr.a (mgr.24293) 13739 : 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-07T15:33:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:04 smithi022 bash[28554]: cluster 2023-12-07T15:33:02.336588+0000 mgr.a (mgr.24293) 13739 : 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-07T15:33:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:04 smithi027 bash[31536]: cluster 2023-12-07T15:33:02.336588+0000 mgr.a (mgr.24293) 13739 : 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-07T15:33:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:05 smithi022 bash[28554]: audit 2023-12-07T15:33:03.552776+0000 mgr.a (mgr.24293) 13740 : audit 0 from='client.275829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:05 smithi044 bash[32620]: audit 2023-12-07T15:33:03.552776+0000 mgr.a (mgr.24293) 13740 : audit 0 from='client.275829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:05 smithi027 bash[31536]: audit 2023-12-07T15:33:03.552776+0000 mgr.a (mgr.24293) 13740 : audit 0 from='client.275829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:06 smithi044 bash[32620]: cluster 2023-12-07T15:33:04.337381+0000 mgr.a (mgr.24293) 13741 : 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-07T15:33:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:06 smithi022 bash[28554]: cluster 2023-12-07T15:33:04.337381+0000 mgr.a (mgr.24293) 13741 : 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-07T15:33:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:06 smithi027 bash[31536]: cluster 2023-12-07T15:33:04.337381+0000 mgr.a (mgr.24293) 13741 : 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-07T15:33:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:08 smithi044 bash[32620]: cluster 2023-12-07T15:33:06.338252+0000 mgr.a (mgr.24293) 13742 : 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-07T15:33:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:08 smithi022 bash[28554]: cluster 2023-12-07T15:33:06.338252+0000 mgr.a (mgr.24293) 13742 : 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-07T15:33:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:08 smithi027 bash[31536]: cluster 2023-12-07T15:33:06.338252+0000 mgr.a (mgr.24293) 13742 : 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-07T15:33:09.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:09.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:09.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:10.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:10.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:10.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:10.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:10.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:10 smithi044 bash[32620]: cluster 2023-12-07T15:33:08.338874+0000 mgr.a (mgr.24293) 13743 : 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-07T15:33:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:10 smithi022 bash[28554]: cluster 2023-12-07T15:33:08.338874+0000 mgr.a (mgr.24293) 13743 : 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-07T15:33:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:10 smithi027 bash[31536]: cluster 2023-12-07T15:33:08.338874+0000 mgr.a (mgr.24293) 13743 : 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-07T15:33:11.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:11 smithi022 bash[28554]: audit 2023-12-07T15:33:09.496622+0000 mgr.a (mgr.24293) 13744 : audit 0 from='client.275904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:11 smithi044 bash[32620]: audit 2023-12-07T15:33:09.496622+0000 mgr.a (mgr.24293) 13744 : audit 0 from='client.275904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:11.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:11 smithi027 bash[31536]: audit 2023-12-07T15:33:09.496622+0000 mgr.a (mgr.24293) 13744 : audit 0 from='client.275904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:12 smithi044 bash[32620]: cluster 2023-12-07T15:33:10.339497+0000 mgr.a (mgr.24293) 13745 : 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-07T15:33:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:12 smithi022 bash[28554]: cluster 2023-12-07T15:33:10.339497+0000 mgr.a (mgr.24293) 13745 : 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-07T15:33:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:12 smithi027 bash[31536]: cluster 2023-12-07T15:33:10.339497+0000 mgr.a (mgr.24293) 13745 : 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-07T15:33:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:14 smithi044 bash[32620]: cluster 2023-12-07T15:33:12.340345+0000 mgr.a (mgr.24293) 13746 : 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-07T15:33:14.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:14 smithi022 bash[28554]: cluster 2023-12-07T15:33:12.340345+0000 mgr.a (mgr.24293) 13746 : 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-07T15:33:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:14 smithi027 bash[31536]: cluster 2023-12-07T15:33:12.340345+0000 mgr.a (mgr.24293) 13746 : 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-07T15:33:15.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:15.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:15.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:15.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:15.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:15.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:15.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:15.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:16 smithi044 bash[32620]: cluster 2023-12-07T15:33:14.341037+0000 mgr.a (mgr.24293) 13747 : 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-07T15:33:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:16 smithi022 bash[28554]: cluster 2023-12-07T15:33:14.341037+0000 mgr.a (mgr.24293) 13747 : 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-07T15:33:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:16 smithi027 bash[31536]: cluster 2023-12-07T15:33:14.341037+0000 mgr.a (mgr.24293) 13747 : 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-07T15:33:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:17 smithi022 bash[28554]: audit 2023-12-07T15:33:15.426968+0000 mgr.a (mgr.24293) 13748 : audit 0 from='client.275982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:17 smithi044 bash[32620]: audit 2023-12-07T15:33:15.426968+0000 mgr.a (mgr.24293) 13748 : audit 0 from='client.275982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:17.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:17 smithi027 bash[31536]: audit 2023-12-07T15:33:15.426968+0000 mgr.a (mgr.24293) 13748 : audit 0 from='client.275982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:18 smithi044 bash[32620]: cluster 2023-12-07T15:33:16.342094+0000 mgr.a (mgr.24293) 13749 : cluster 0 pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:18 smithi022 bash[28554]: cluster 2023-12-07T15:33:16.342094+0000 mgr.a (mgr.24293) 13749 : cluster 0 pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:18 smithi027 bash[31536]: cluster 2023-12-07T15:33:16.342094+0000 mgr.a (mgr.24293) 13749 : cluster 0 pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:19 smithi022 bash[28554]: cluster 2023-12-07T15:33:18.342641+0000 mgr.a (mgr.24293) 13750 : cluster 0 pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:19 smithi044 bash[32620]: cluster 2023-12-07T15:33:18.342641+0000 mgr.a (mgr.24293) 13750 : cluster 0 pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:19 smithi027 bash[31536]: cluster 2023-12-07T15:33:18.342641+0000 mgr.a (mgr.24293) 13750 : cluster 0 pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:20.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:20.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:20.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:21.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:21.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:21.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:21.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:21.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:21 smithi022 bash[28554]: cluster 2023-12-07T15:33:20.343220+0000 mgr.a (mgr.24293) 13751 : cluster 0 pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:21 smithi044 bash[32620]: cluster 2023-12-07T15:33:20.343220+0000 mgr.a (mgr.24293) 13751 : cluster 0 pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:21 smithi027 bash[31536]: cluster 2023-12-07T15:33:20.343220+0000 mgr.a (mgr.24293) 13751 : cluster 0 pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:23.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:22 smithi022 bash[28554]: audit 2023-12-07T15:33:21.381365+0000 mgr.a (mgr.24293) 13752 : audit 0 from='client.276060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:22 smithi044 bash[32620]: audit 2023-12-07T15:33:21.381365+0000 mgr.a (mgr.24293) 13752 : audit 0 from='client.276060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:22 smithi027 bash[31536]: audit 2023-12-07T15:33:21.381365+0000 mgr.a (mgr.24293) 13752 : audit 0 from='client.276060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:23 smithi022 bash[28554]: cluster 2023-12-07T15:33:22.344326+0000 mgr.a (mgr.24293) 13753 : 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-07T15:33:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:23 smithi044 bash[32620]: cluster 2023-12-07T15:33:22.344326+0000 mgr.a (mgr.24293) 13753 : 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-07T15:33:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:23 smithi027 bash[31536]: cluster 2023-12-07T15:33:22.344326+0000 mgr.a (mgr.24293) 13753 : 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-07T15:33:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:25 smithi022 bash[28554]: cluster 2023-12-07T15:33:24.344900+0000 mgr.a (mgr.24293) 13754 : 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-07T15:33:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:25 smithi044 bash[32620]: cluster 2023-12-07T15:33:24.344900+0000 mgr.a (mgr.24293) 13754 : 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-07T15:33:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:25 smithi027 bash[31536]: cluster 2023-12-07T15:33:24.344900+0000 mgr.a (mgr.24293) 13754 : 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-07T15:33:26.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:26.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:26.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:27.856 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:27.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:28 smithi044 bash[32620]: cluster 2023-12-07T15:33:26.345682+0000 mgr.a (mgr.24293) 13755 : 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-07T15:33:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:27 smithi022 bash[28554]: cluster 2023-12-07T15:33:26.345682+0000 mgr.a (mgr.24293) 13755 : 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-07T15:33:28.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:28 smithi027 bash[31536]: cluster 2023-12-07T15:33:26.345682+0000 mgr.a (mgr.24293) 13755 : 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-07T15:33:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:29 smithi022 bash[28554]: audit 2023-12-07T15:33:27.317761+0000 mgr.a (mgr.24293) 13756 : audit 0 from='client.276138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:29 smithi044 bash[32620]: audit 2023-12-07T15:33:27.317761+0000 mgr.a (mgr.24293) 13756 : audit 0 from='client.276138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:29 smithi027 bash[31536]: audit 2023-12-07T15:33:27.317761+0000 mgr.a (mgr.24293) 13756 : audit 0 from='client.276138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:30 smithi044 bash[32620]: cluster 2023-12-07T15:33:28.346431+0000 mgr.a (mgr.24293) 13757 : cluster 0 pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:30 smithi022 bash[28554]: cluster 2023-12-07T15:33:28.346431+0000 mgr.a (mgr.24293) 13757 : cluster 0 pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:30 smithi027 bash[31536]: cluster 2023-12-07T15:33:28.346431+0000 mgr.a (mgr.24293) 13757 : cluster 0 pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:32 smithi022 bash[28554]: cluster 2023-12-07T15:33:30.347012+0000 mgr.a (mgr.24293) 13758 : cluster 0 pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:32 smithi044 bash[32620]: cluster 2023-12-07T15:33:30.347012+0000 mgr.a (mgr.24293) 13758 : cluster 0 pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:32 smithi027 bash[31536]: cluster 2023-12-07T15:33:30.347012+0000 mgr.a (mgr.24293) 13758 : cluster 0 pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:32.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:32.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:32.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:33.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:33.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:33.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:33.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:33.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:34 smithi044 bash[32620]: cluster 2023-12-07T15:33:32.347854+0000 mgr.a (mgr.24293) 13759 : cluster 0 pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:34 smithi022 bash[28554]: cluster 2023-12-07T15:33:32.347854+0000 mgr.a (mgr.24293) 13759 : cluster 0 pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:34 smithi027 bash[31536]: cluster 2023-12-07T15:33:32.347854+0000 mgr.a (mgr.24293) 13759 : cluster 0 pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:35 smithi044 bash[32620]: audit 2023-12-07T15:33:33.265402+0000 mgr.a (mgr.24293) 13760 : audit 0 from='client.276216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:35.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:35 smithi022 bash[28554]: audit 2023-12-07T15:33:33.265402+0000 mgr.a (mgr.24293) 13760 : audit 0 from='client.276216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:35 smithi027 bash[31536]: audit 2023-12-07T15:33:33.265402+0000 mgr.a (mgr.24293) 13760 : audit 0 from='client.276216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:36 smithi022 bash[28554]: cluster 2023-12-07T15:33:34.348564+0000 mgr.a (mgr.24293) 13761 : 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-07T15:33:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:36 smithi044 bash[32620]: cluster 2023-12-07T15:33:34.348564+0000 mgr.a (mgr.24293) 13761 : 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-07T15:33:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:36 smithi027 bash[31536]: cluster 2023-12-07T15:33:34.348564+0000 mgr.a (mgr.24293) 13761 : 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-07T15:33:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:38 smithi044 bash[32620]: cluster 2023-12-07T15:33:36.349387+0000 mgr.a (mgr.24293) 13762 : 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-07T15:33:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:38 smithi022 bash[28554]: cluster 2023-12-07T15:33:36.349387+0000 mgr.a (mgr.24293) 13762 : 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-07T15:33:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:38 smithi027 bash[31536]: cluster 2023-12-07T15:33:36.349387+0000 mgr.a (mgr.24293) 13762 : 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-07T15:33:38.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:38.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:38.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:39.738 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:39.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:39.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:39.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:39.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:40 smithi044 bash[32620]: cluster 2023-12-07T15:33:38.349974+0000 mgr.a (mgr.24293) 13763 : 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-07T15:33:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:40 smithi022 bash[28554]: cluster 2023-12-07T15:33:38.349974+0000 mgr.a (mgr.24293) 13763 : 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-07T15:33:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:40 smithi027 bash[31536]: cluster 2023-12-07T15:33:38.349974+0000 mgr.a (mgr.24293) 13763 : 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-07T15:33:41.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:41 smithi022 bash[28554]: audit 2023-12-07T15:33:39.212989+0000 mgr.a (mgr.24293) 13764 : audit 0 from='client.276294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:41 smithi044 bash[32620]: audit 2023-12-07T15:33:39.212989+0000 mgr.a (mgr.24293) 13764 : audit 0 from='client.276294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:41 smithi027 bash[31536]: audit 2023-12-07T15:33:39.212989+0000 mgr.a (mgr.24293) 13764 : audit 0 from='client.276294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:42 smithi022 bash[28554]: cluster 2023-12-07T15:33:40.350672+0000 mgr.a (mgr.24293) 13765 : 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-07T15:33:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:42 smithi044 bash[32620]: cluster 2023-12-07T15:33:40.350672+0000 mgr.a (mgr.24293) 13765 : 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-07T15:33:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:42 smithi027 bash[31536]: cluster 2023-12-07T15:33:40.350672+0000 mgr.a (mgr.24293) 13765 : 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-07T15:33:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:44 smithi022 bash[28554]: cluster 2023-12-07T15:33:42.351511+0000 mgr.a (mgr.24293) 13766 : 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-07T15:33:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:44 smithi044 bash[32620]: cluster 2023-12-07T15:33:42.351511+0000 mgr.a (mgr.24293) 13766 : 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-07T15:33:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:44 smithi027 bash[31536]: cluster 2023-12-07T15:33:42.351511+0000 mgr.a (mgr.24293) 13766 : 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-07T15:33:44.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:44.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:44.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:45.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:45.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:45.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:45.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:45.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:46 smithi022 bash[28554]: cluster 2023-12-07T15:33:44.352049+0000 mgr.a (mgr.24293) 13767 : 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-07T15:33:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:46 smithi044 bash[32620]: cluster 2023-12-07T15:33:44.352049+0000 mgr.a (mgr.24293) 13767 : 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-07T15:33:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:46 smithi027 bash[31536]: cluster 2023-12-07T15:33:44.352049+0000 mgr.a (mgr.24293) 13767 : 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-07T15:33:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:47 smithi022 bash[28554]: audit 2023-12-07T15:33:45.158304+0000 mgr.a (mgr.24293) 13768 : audit 0 from='client.276369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:47.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:47 smithi022 bash[28554]: audit 2023-12-07T15:33:46.905468+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:33:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:47 smithi044 bash[32620]: audit 2023-12-07T15:33:45.158304+0000 mgr.a (mgr.24293) 13768 : audit 0 from='client.276369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:47 smithi044 bash[32620]: audit 2023-12-07T15:33:46.905468+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:33:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:47 smithi027 bash[31536]: audit 2023-12-07T15:33:45.158304+0000 mgr.a (mgr.24293) 13768 : audit 0 from='client.276369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:47 smithi027 bash[31536]: audit 2023-12-07T15:33:46.905468+0000 mon.a (mon.0) 2351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:33:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:48 smithi022 bash[28554]: cluster 2023-12-07T15:33:46.353048+0000 mgr.a (mgr.24293) 13769 : cluster 0 pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:33:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:48 smithi022 bash[28554]: audit 2023-12-07T15:33:47.689845+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:33:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:48 smithi022 bash[28554]: audit 2023-12-07T15:33:47.691744+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:33:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:48 smithi022 bash[28554]: audit 2023-12-07T15:33:47.701780+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:33:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:48 smithi044 bash[32620]: cluster 2023-12-07T15:33:46.353048+0000 mgr.a (mgr.24293) 13769 : cluster 0 pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:33:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:48 smithi044 bash[32620]: audit 2023-12-07T15:33:47.689845+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:33:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:48 smithi044 bash[32620]: audit 2023-12-07T15:33:47.691744+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:33:48.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:48 smithi044 bash[32620]: audit 2023-12-07T15:33:47.701780+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:33:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:48 smithi027 bash[31536]: cluster 2023-12-07T15:33:46.353048+0000 mgr.a (mgr.24293) 13769 : cluster 0 pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:33:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:48 smithi027 bash[31536]: audit 2023-12-07T15:33:47.689845+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:33:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:48 smithi027 bash[31536]: audit 2023-12-07T15:33:47.691744+0000 mon.a (mon.0) 2353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:33:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:48 smithi027 bash[31536]: audit 2023-12-07T15:33:47.701780+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:33:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:50 smithi022 bash[28554]: cluster 2023-12-07T15:33:48.353626+0000 mgr.a (mgr.24293) 13770 : cluster 0 pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:33:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:50 smithi044 bash[32620]: cluster 2023-12-07T15:33:48.353626+0000 mgr.a (mgr.24293) 13770 : cluster 0 pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:33:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:50 smithi027 bash[31536]: cluster 2023-12-07T15:33:48.353626+0000 mgr.a (mgr.24293) 13770 : cluster 0 pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:33:50.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:50.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:50.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:51.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:51.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:51.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:51.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:51.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:52 smithi044 bash[32620]: cluster 2023-12-07T15:33:50.354224+0000 mgr.a (mgr.24293) 13771 : cluster 0 pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:33:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:52 smithi022 bash[28554]: cluster 2023-12-07T15:33:50.354224+0000 mgr.a (mgr.24293) 13771 : cluster 0 pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:33:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:52 smithi027 bash[31536]: cluster 2023-12-07T15:33:50.354224+0000 mgr.a (mgr.24293) 13771 : cluster 0 pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:33:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:53 smithi022 bash[28554]: audit 2023-12-07T15:33:51.109298+0000 mgr.a (mgr.24293) 13772 : audit 0 from='client.276444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:53 smithi022 bash[28554]: cluster 2023-12-07T15:33:52.355304+0000 mgr.a (mgr.24293) 13773 : 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-07T15:33:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:53 smithi044 bash[32620]: audit 2023-12-07T15:33:51.109298+0000 mgr.a (mgr.24293) 13772 : audit 0 from='client.276444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:53 smithi044 bash[32620]: cluster 2023-12-07T15:33:52.355304+0000 mgr.a (mgr.24293) 13773 : 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-07T15:33:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:53 smithi027 bash[31536]: audit 2023-12-07T15:33:51.109298+0000 mgr.a (mgr.24293) 13772 : audit 0 from='client.276444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:53 smithi027 bash[31536]: cluster 2023-12-07T15:33:52.355304+0000 mgr.a (mgr.24293) 13773 : 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-07T15:33:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:55 smithi044 bash[32620]: cluster 2023-12-07T15:33:54.355906+0000 mgr.a (mgr.24293) 13774 : 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-07T15:33:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:55 smithi022 bash[28554]: cluster 2023-12-07T15:33:54.355906+0000 mgr.a (mgr.24293) 13774 : 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-07T15:33:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:55 smithi027 bash[31536]: cluster 2023-12-07T15:33:54.355906+0000 mgr.a (mgr.24293) 13774 : 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-07T15:33:56.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:33:56.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:56.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:57.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:33:57.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:57.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:57.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:57.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:33:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:58 smithi044 bash[32620]: cluster 2023-12-07T15:33:56.356708+0000 mgr.a (mgr.24293) 13775 : 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-07T15:33:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:33:58 smithi044 bash[32620]: audit 2023-12-07T15:33:57.060152+0000 mgr.a (mgr.24293) 13776 : audit 0 from='client.276522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:57 smithi022 bash[28554]: cluster 2023-12-07T15:33:56.356708+0000 mgr.a (mgr.24293) 13775 : 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-07T15:33:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:33:57 smithi022 bash[28554]: audit 2023-12-07T15:33:57.060152+0000 mgr.a (mgr.24293) 13776 : audit 0 from='client.276522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:58 smithi027 bash[31536]: cluster 2023-12-07T15:33:56.356708+0000 mgr.a (mgr.24293) 13775 : 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-07T15:33:58.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:33:58 smithi027 bash[31536]: audit 2023-12-07T15:33:57.060152+0000 mgr.a (mgr.24293) 13776 : audit 0 from='client.276522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:00 smithi044 bash[32620]: cluster 2023-12-07T15:33:58.357487+0000 mgr.a (mgr.24293) 13777 : cluster 0 pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:34:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:00 smithi022 bash[28554]: cluster 2023-12-07T15:33:58.357487+0000 mgr.a (mgr.24293) 13777 : cluster 0 pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:34:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:00 smithi027 bash[31536]: cluster 2023-12-07T15:33:58.357487+0000 mgr.a (mgr.24293) 13777 : cluster 0 pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:34:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:02 smithi044 bash[32620]: cluster 2023-12-07T15:34:00.358222+0000 mgr.a (mgr.24293) 13778 : cluster 0 pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:34:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:02 smithi022 bash[28554]: cluster 2023-12-07T15:34:00.358222+0000 mgr.a (mgr.24293) 13778 : cluster 0 pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:34:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:02 smithi027 bash[31536]: cluster 2023-12-07T15:34:00.358222+0000 mgr.a (mgr.24293) 13778 : cluster 0 pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:34:02.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:02.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:02.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:03.511 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:03.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:03.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:03.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:03.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:04 smithi022 bash[28554]: cluster 2023-12-07T15:34:02.359236+0000 mgr.a (mgr.24293) 13779 : cluster 0 pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:34:04.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:04 smithi022 bash[28554]: audit 2023-12-07T15:34:02.986657+0000 mgr.a (mgr.24293) 13780 : audit 0 from='client.276594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:04 smithi044 bash[32620]: cluster 2023-12-07T15:34:02.359236+0000 mgr.a (mgr.24293) 13779 : cluster 0 pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:34:04.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:04 smithi044 bash[32620]: audit 2023-12-07T15:34:02.986657+0000 mgr.a (mgr.24293) 13780 : audit 0 from='client.276594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:04 smithi027 bash[31536]: cluster 2023-12-07T15:34:02.359236+0000 mgr.a (mgr.24293) 13779 : cluster 0 pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:34:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:04 smithi027 bash[31536]: audit 2023-12-07T15:34:02.986657+0000 mgr.a (mgr.24293) 13780 : audit 0 from='client.276594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:06 smithi022 bash[28554]: cluster 2023-12-07T15:34:04.359971+0000 mgr.a (mgr.24293) 13781 : 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-07T15:34:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:06 smithi044 bash[32620]: cluster 2023-12-07T15:34:04.359971+0000 mgr.a (mgr.24293) 13781 : 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-07T15:34:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:06 smithi027 bash[31536]: cluster 2023-12-07T15:34:04.359971+0000 mgr.a (mgr.24293) 13781 : 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-07T15:34:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:08 smithi022 bash[28554]: cluster 2023-12-07T15:34:06.360826+0000 mgr.a (mgr.24293) 13782 : 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-07T15:34:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:08 smithi044 bash[32620]: cluster 2023-12-07T15:34:06.360826+0000 mgr.a (mgr.24293) 13782 : 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-07T15:34:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:08 smithi027 bash[31536]: cluster 2023-12-07T15:34:06.360826+0000 mgr.a (mgr.24293) 13782 : 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-07T15:34:08.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:08.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:08.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:09.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:09.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:09.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:09.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:09.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:10 smithi022 bash[28554]: cluster 2023-12-07T15:34:08.361398+0000 mgr.a (mgr.24293) 13783 : 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-07T15:34:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:10 smithi022 bash[28554]: audit 2023-12-07T15:34:08.918602+0000 mgr.a (mgr.24293) 13784 : audit 0 from='client.276669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:10 smithi044 bash[32620]: cluster 2023-12-07T15:34:08.361398+0000 mgr.a (mgr.24293) 13783 : 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-07T15:34:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:10 smithi044 bash[32620]: audit 2023-12-07T15:34:08.918602+0000 mgr.a (mgr.24293) 13784 : audit 0 from='client.276669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:10 smithi027 bash[31536]: cluster 2023-12-07T15:34:08.361398+0000 mgr.a (mgr.24293) 13783 : 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-07T15:34:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:10 smithi027 bash[31536]: audit 2023-12-07T15:34:08.918602+0000 mgr.a (mgr.24293) 13784 : audit 0 from='client.276669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:12 smithi044 bash[32620]: cluster 2023-12-07T15:34:10.362130+0000 mgr.a (mgr.24293) 13785 : 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-07T15:34:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:12 smithi022 bash[28554]: cluster 2023-12-07T15:34:10.362130+0000 mgr.a (mgr.24293) 13785 : 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-07T15:34:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:12 smithi027 bash[31536]: cluster 2023-12-07T15:34:10.362130+0000 mgr.a (mgr.24293) 13785 : 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-07T15:34:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:14 smithi044 bash[32620]: cluster 2023-12-07T15:34:12.362963+0000 mgr.a (mgr.24293) 13786 : 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-07T15:34:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:14 smithi022 bash[28554]: cluster 2023-12-07T15:34:12.362963+0000 mgr.a (mgr.24293) 13786 : 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-07T15:34:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:14 smithi027 bash[31536]: cluster 2023-12-07T15:34:12.362963+0000 mgr.a (mgr.24293) 13786 : 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-07T15:34:14.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:14.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:14.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:15.392 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:15.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:16 smithi044 bash[32620]: cluster 2023-12-07T15:34:14.363725+0000 mgr.a (mgr.24293) 13787 : 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-07T15:34:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:16 smithi044 bash[32620]: audit 2023-12-07T15:34:14.873757+0000 mgr.a (mgr.24293) 13788 : audit 0 from='client.276741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:16 smithi022 bash[28554]: cluster 2023-12-07T15:34:14.363725+0000 mgr.a (mgr.24293) 13787 : 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-07T15:34:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:16 smithi022 bash[28554]: audit 2023-12-07T15:34:14.873757+0000 mgr.a (mgr.24293) 13788 : audit 0 from='client.276741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:16 smithi027 bash[31536]: cluster 2023-12-07T15:34:14.363725+0000 mgr.a (mgr.24293) 13787 : 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-07T15:34:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:16 smithi027 bash[31536]: audit 2023-12-07T15:34:14.873757+0000 mgr.a (mgr.24293) 13788 : audit 0 from='client.276741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:18 smithi044 bash[32620]: cluster 2023-12-07T15:34:16.364668+0000 mgr.a (mgr.24293) 13789 : 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-07T15:34:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:18 smithi022 bash[28554]: cluster 2023-12-07T15:34:16.364668+0000 mgr.a (mgr.24293) 13789 : 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-07T15:34:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:18 smithi027 bash[31536]: cluster 2023-12-07T15:34:16.364668+0000 mgr.a (mgr.24293) 13789 : 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-07T15:34:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:20.395 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:20 smithi044 bash[32620]: cluster 2023-12-07T15:34:18.365246+0000 mgr.a (mgr.24293) 13790 : 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-07T15:34:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:20 smithi022 bash[28554]: cluster 2023-12-07T15:34:18.365246+0000 mgr.a (mgr.24293) 13790 : 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-07T15:34:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:20 smithi027 bash[31536]: cluster 2023-12-07T15:34:18.365246+0000 mgr.a (mgr.24293) 13790 : 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-07T15:34:21.330 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:21.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:22 smithi022 bash[28554]: cluster 2023-12-07T15:34:20.365809+0000 mgr.a (mgr.24293) 13791 : 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-07T15:34:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:22 smithi022 bash[28554]: audit 2023-12-07T15:34:20.802798+0000 mgr.a (mgr.24293) 13792 : audit 0 from='client.276813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:22 smithi044 bash[32620]: cluster 2023-12-07T15:34:20.365809+0000 mgr.a (mgr.24293) 13791 : 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-07T15:34:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:22 smithi044 bash[32620]: audit 2023-12-07T15:34:20.802798+0000 mgr.a (mgr.24293) 13792 : audit 0 from='client.276813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:22 smithi027 bash[31536]: cluster 2023-12-07T15:34:20.365809+0000 mgr.a (mgr.24293) 13791 : 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-07T15:34:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:22 smithi027 bash[31536]: audit 2023-12-07T15:34:20.802798+0000 mgr.a (mgr.24293) 13792 : audit 0 from='client.276813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:24 smithi044 bash[32620]: cluster 2023-12-07T15:34:22.366879+0000 mgr.a (mgr.24293) 13793 : cluster 0 pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:24 smithi022 bash[28554]: cluster 2023-12-07T15:34:22.366879+0000 mgr.a (mgr.24293) 13793 : cluster 0 pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:24.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:24 smithi027 bash[31536]: cluster 2023-12-07T15:34:22.366879+0000 mgr.a (mgr.24293) 13793 : cluster 0 pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:26.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:26.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:26.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:26 smithi022 bash[28554]: cluster 2023-12-07T15:34:24.367460+0000 mgr.a (mgr.24293) 13794 : cluster 0 pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:26 smithi044 bash[32620]: cluster 2023-12-07T15:34:24.367460+0000 mgr.a (mgr.24293) 13794 : cluster 0 pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:26 smithi027 bash[31536]: cluster 2023-12-07T15:34:24.367460+0000 mgr.a (mgr.24293) 13794 : cluster 0 pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:27.283 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:27.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:27.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:27.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:27.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:28 smithi022 bash[28554]: cluster 2023-12-07T15:34:26.368204+0000 mgr.a (mgr.24293) 13795 : 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-07T15:34:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:28 smithi022 bash[28554]: audit 2023-12-07T15:34:26.750866+0000 mgr.a (mgr.24293) 13796 : audit 0 from='client.276891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:28 smithi044 bash[32620]: cluster 2023-12-07T15:34:26.368204+0000 mgr.a (mgr.24293) 13795 : 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-07T15:34:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:28 smithi044 bash[32620]: audit 2023-12-07T15:34:26.750866+0000 mgr.a (mgr.24293) 13796 : audit 0 from='client.276891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:28 smithi027 bash[31536]: cluster 2023-12-07T15:34:26.368204+0000 mgr.a (mgr.24293) 13795 : 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-07T15:34:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:28 smithi027 bash[31536]: audit 2023-12-07T15:34:26.750866+0000 mgr.a (mgr.24293) 13796 : audit 0 from='client.276891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:30 smithi022 bash[28554]: cluster 2023-12-07T15:34:28.368919+0000 mgr.a (mgr.24293) 13797 : 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-07T15:34:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:30 smithi044 bash[32620]: cluster 2023-12-07T15:34:28.368919+0000 mgr.a (mgr.24293) 13797 : 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-07T15:34:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:30 smithi027 bash[31536]: cluster 2023-12-07T15:34:28.368919+0000 mgr.a (mgr.24293) 13797 : 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-07T15:34:32.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:32.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:32.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:32 smithi022 bash[28554]: cluster 2023-12-07T15:34:30.369464+0000 mgr.a (mgr.24293) 13798 : 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-07T15:34:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:32 smithi044 bash[32620]: cluster 2023-12-07T15:34:30.369464+0000 mgr.a (mgr.24293) 13798 : 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-07T15:34:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:32 smithi027 bash[31536]: cluster 2023-12-07T15:34:30.369464+0000 mgr.a (mgr.24293) 13798 : 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-07T15:34:33.212 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:33.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:33.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:33.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:33.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:34 smithi022 bash[28554]: cluster 2023-12-07T15:34:32.370244+0000 mgr.a (mgr.24293) 13799 : 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-07T15:34:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:34 smithi022 bash[28554]: audit 2023-12-07T15:34:32.698054+0000 mgr.a (mgr.24293) 13800 : audit 0 from='client.276966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:34 smithi044 bash[32620]: cluster 2023-12-07T15:34:32.370244+0000 mgr.a (mgr.24293) 13799 : 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-07T15:34:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:34 smithi044 bash[32620]: audit 2023-12-07T15:34:32.698054+0000 mgr.a (mgr.24293) 13800 : audit 0 from='client.276966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:34 smithi027 bash[31536]: cluster 2023-12-07T15:34:32.370244+0000 mgr.a (mgr.24293) 13799 : 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-07T15:34:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:34 smithi027 bash[31536]: audit 2023-12-07T15:34:32.698054+0000 mgr.a (mgr.24293) 13800 : audit 0 from='client.276966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:36 smithi022 bash[28554]: cluster 2023-12-07T15:34:34.370979+0000 mgr.a (mgr.24293) 13801 : cluster 0 pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:36 smithi044 bash[32620]: cluster 2023-12-07T15:34:34.370979+0000 mgr.a (mgr.24293) 13801 : cluster 0 pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:36 smithi027 bash[31536]: cluster 2023-12-07T15:34:34.370979+0000 mgr.a (mgr.24293) 13801 : cluster 0 pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:38.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:38.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:38.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:38 smithi044 bash[32620]: cluster 2023-12-07T15:34:36.371820+0000 mgr.a (mgr.24293) 13802 : cluster 0 pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:38 smithi022 bash[28554]: cluster 2023-12-07T15:34:36.371820+0000 mgr.a (mgr.24293) 13802 : cluster 0 pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:38 smithi027 bash[31536]: cluster 2023-12-07T15:34:36.371820+0000 mgr.a (mgr.24293) 13802 : cluster 0 pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:39.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:39.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:39.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:39.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:39.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:40 smithi044 bash[32620]: cluster 2023-12-07T15:34:38.372321+0000 mgr.a (mgr.24293) 13803 : 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-07T15:34:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:40 smithi044 bash[32620]: audit 2023-12-07T15:34:38.628361+0000 mgr.a (mgr.24293) 13804 : audit 0 from='client.277044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:40 smithi022 bash[28554]: cluster 2023-12-07T15:34:38.372321+0000 mgr.a (mgr.24293) 13803 : 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-07T15:34:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:40 smithi022 bash[28554]: audit 2023-12-07T15:34:38.628361+0000 mgr.a (mgr.24293) 13804 : audit 0 from='client.277044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:40 smithi027 bash[31536]: cluster 2023-12-07T15:34:38.372321+0000 mgr.a (mgr.24293) 13803 : 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-07T15:34:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:40 smithi027 bash[31536]: audit 2023-12-07T15:34:38.628361+0000 mgr.a (mgr.24293) 13804 : audit 0 from='client.277044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:42 smithi044 bash[32620]: cluster 2023-12-07T15:34:40.373567+0000 mgr.a (mgr.24293) 13805 : 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-07T15:34:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:42 smithi022 bash[28554]: cluster 2023-12-07T15:34:40.373567+0000 mgr.a (mgr.24293) 13805 : 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-07T15:34:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:42 smithi027 bash[31536]: cluster 2023-12-07T15:34:40.373567+0000 mgr.a (mgr.24293) 13805 : 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-07T15:34:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:43 smithi044 bash[32620]: cluster 2023-12-07T15:34:42.374424+0000 mgr.a (mgr.24293) 13806 : 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-07T15:34:43.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:43 smithi022 bash[28554]: cluster 2023-12-07T15:34:42.374424+0000 mgr.a (mgr.24293) 13806 : 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-07T15:34:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:43 smithi027 bash[31536]: cluster 2023-12-07T15:34:42.374424+0000 mgr.a (mgr.24293) 13806 : 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-07T15:34:44.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:44.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:44.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:45.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:45.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:45.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:45.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:45.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:46 smithi044 bash[32620]: cluster 2023-12-07T15:34:44.374982+0000 mgr.a (mgr.24293) 13807 : 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-07T15:34:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:46 smithi044 bash[32620]: audit 2023-12-07T15:34:44.583882+0000 mgr.a (mgr.24293) 13808 : audit 0 from='client.277122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:46 smithi022 bash[28554]: cluster 2023-12-07T15:34:44.374982+0000 mgr.a (mgr.24293) 13807 : 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-07T15:34:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:46 smithi022 bash[28554]: audit 2023-12-07T15:34:44.583882+0000 mgr.a (mgr.24293) 13808 : audit 0 from='client.277122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:46 smithi027 bash[31536]: cluster 2023-12-07T15:34:44.374982+0000 mgr.a (mgr.24293) 13807 : 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-07T15:34:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:46 smithi027 bash[31536]: audit 2023-12-07T15:34:44.583882+0000 mgr.a (mgr.24293) 13808 : audit 0 from='client.277122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:48 smithi022 bash[28554]: cluster 2023-12-07T15:34:46.375868+0000 mgr.a (mgr.24293) 13809 : 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-07T15:34:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:48 smithi022 bash[28554]: audit 2023-12-07T15:34:47.805325+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:34:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:48 smithi044 bash[32620]: cluster 2023-12-07T15:34:46.375868+0000 mgr.a (mgr.24293) 13809 : 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-07T15:34:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:48 smithi044 bash[32620]: audit 2023-12-07T15:34:47.805325+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:34:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:48 smithi027 bash[31536]: cluster 2023-12-07T15:34:46.375868+0000 mgr.a (mgr.24293) 13809 : 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-07T15:34:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:48 smithi027 bash[31536]: audit 2023-12-07T15:34:47.805325+0000 mon.a (mon.0) 2355 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:34:50.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:50.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:50.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:50 smithi022 bash[28554]: cluster 2023-12-07T15:34:48.376592+0000 mgr.a (mgr.24293) 13810 : 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-07T15:34:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:50 smithi044 bash[32620]: cluster 2023-12-07T15:34:48.376592+0000 mgr.a (mgr.24293) 13810 : 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-07T15:34:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:50 smithi027 bash[31536]: cluster 2023-12-07T15:34:48.376592+0000 mgr.a (mgr.24293) 13810 : 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-07T15:34:51.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:51.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:52 smithi044 bash[32620]: cluster 2023-12-07T15:34:50.377320+0000 mgr.a (mgr.24293) 13811 : 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-07T15:34:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:52 smithi044 bash[32620]: audit 2023-12-07T15:34:50.519716+0000 mgr.a (mgr.24293) 13812 : audit 0 from='client.277197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:52 smithi022 bash[28554]: cluster 2023-12-07T15:34:50.377320+0000 mgr.a (mgr.24293) 13811 : 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-07T15:34:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:52 smithi022 bash[28554]: audit 2023-12-07T15:34:50.519716+0000 mgr.a (mgr.24293) 13812 : audit 0 from='client.277197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:52 smithi027 bash[31536]: cluster 2023-12-07T15:34:50.377320+0000 mgr.a (mgr.24293) 13811 : 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-07T15:34:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:52 smithi027 bash[31536]: audit 2023-12-07T15:34:50.519716+0000 mgr.a (mgr.24293) 13812 : audit 0 from='client.277197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: cluster 2023-12-07T15:34:52.378328+0000 mgr.a (mgr.24293) 13813 : cluster 0 pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.158568+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.163951+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.210732+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.214921+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.219558+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.223137+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.898791+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.900812+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:54 smithi022 bash[28554]: audit 2023-12-07T15:34:53.911078+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: cluster 2023-12-07T15:34:52.378328+0000 mgr.a (mgr.24293) 13813 : cluster 0 pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.158568+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.163951+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.210732+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.214921+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.219558+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.223137+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.898791+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:34:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.900812+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:34:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:54 smithi044 bash[32620]: audit 2023-12-07T15:34:53.911078+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: cluster 2023-12-07T15:34:52.378328+0000 mgr.a (mgr.24293) 13813 : cluster 0 pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.158568+0000 mon.a (mon.0) 2356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.163951+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.210732+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.214921+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.219558+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.223137+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.898791+0000 mon.a (mon.0) 2362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.900812+0000 mon.a (mon.0) 2363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:34:54.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:54 smithi027 bash[31536]: audit 2023-12-07T15:34:53.911078+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:34:56.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:34:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:56 smithi022 bash[28554]: cluster 2023-12-07T15:34:54.379057+0000 mgr.a (mgr.24293) 13814 : cluster 0 pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:56 smithi044 bash[32620]: cluster 2023-12-07T15:34:54.379057+0000 mgr.a (mgr.24293) 13814 : cluster 0 pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:56 smithi027 bash[31536]: cluster 2023-12-07T15:34:54.379057+0000 mgr.a (mgr.24293) 13814 : cluster 0 pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:56.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:34:56.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:56.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:56.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:56.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:34:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:58 smithi044 bash[32620]: cluster 2023-12-07T15:34:56.380010+0000 mgr.a (mgr.24293) 13815 : 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-07T15:34:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:34:58 smithi044 bash[32620]: audit 2023-12-07T15:34:56.452597+0000 mgr.a (mgr.24293) 13816 : audit 0 from='client.277272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:58 smithi022 bash[28554]: cluster 2023-12-07T15:34:56.380010+0000 mgr.a (mgr.24293) 13815 : 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-07T15:34:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:34:58 smithi022 bash[28554]: audit 2023-12-07T15:34:56.452597+0000 mgr.a (mgr.24293) 13816 : audit 0 from='client.277272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:58 smithi027 bash[31536]: cluster 2023-12-07T15:34:56.380010+0000 mgr.a (mgr.24293) 13815 : 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-07T15:34:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:34:58 smithi027 bash[31536]: audit 2023-12-07T15:34:56.452597+0000 mgr.a (mgr.24293) 13816 : audit 0 from='client.277272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:00 smithi022 bash[28554]: cluster 2023-12-07T15:34:58.380734+0000 mgr.a (mgr.24293) 13817 : 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-07T15:35:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:00 smithi044 bash[32620]: cluster 2023-12-07T15:34:58.380734+0000 mgr.a (mgr.24293) 13817 : 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-07T15:35:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:00 smithi027 bash[31536]: cluster 2023-12-07T15:34:58.380734+0000 mgr.a (mgr.24293) 13817 : 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-07T15:35:01.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:01.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:01.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:02 smithi022 bash[28554]: cluster 2023-12-07T15:35:00.381322+0000 mgr.a (mgr.24293) 13818 : 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-07T15:35:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:02 smithi044 bash[32620]: cluster 2023-12-07T15:35:00.381322+0000 mgr.a (mgr.24293) 13818 : 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-07T15:35:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:02 smithi027 bash[31536]: cluster 2023-12-07T15:35:00.381322+0000 mgr.a (mgr.24293) 13818 : 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-07T15:35:02.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:02.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:02.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:02.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:02.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:04 smithi022 bash[28554]: audit 2023-12-07T15:35:02.377697+0000 mgr.a (mgr.24293) 13819 : audit 0 from='client.277347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:04 smithi022 bash[28554]: cluster 2023-12-07T15:35:02.396123+0000 mgr.a (mgr.24293) 13820 : 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-07T15:35:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:04 smithi044 bash[32620]: audit 2023-12-07T15:35:02.377697+0000 mgr.a (mgr.24293) 13819 : audit 0 from='client.277347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:04 smithi044 bash[32620]: cluster 2023-12-07T15:35:02.396123+0000 mgr.a (mgr.24293) 13820 : 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-07T15:35:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:04 smithi027 bash[31536]: audit 2023-12-07T15:35:02.377697+0000 mgr.a (mgr.24293) 13819 : audit 0 from='client.277347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:04 smithi027 bash[31536]: cluster 2023-12-07T15:35:02.396123+0000 mgr.a (mgr.24293) 13820 : 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-07T15:35:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:06 smithi022 bash[28554]: cluster 2023-12-07T15:35:04.397049+0000 mgr.a (mgr.24293) 13821 : cluster 0 pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:06 smithi044 bash[32620]: cluster 2023-12-07T15:35:04.397049+0000 mgr.a (mgr.24293) 13821 : cluster 0 pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:06 smithi027 bash[31536]: cluster 2023-12-07T15:35:04.397049+0000 mgr.a (mgr.24293) 13821 : cluster 0 pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:07.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:07.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:07.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:08 smithi022 bash[28554]: cluster 2023-12-07T15:35:06.397948+0000 mgr.a (mgr.24293) 13822 : cluster 0 pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:08 smithi044 bash[32620]: cluster 2023-12-07T15:35:06.397948+0000 mgr.a (mgr.24293) 13822 : cluster 0 pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:08 smithi027 bash[31536]: cluster 2023-12-07T15:35:06.397948+0000 mgr.a (mgr.24293) 13822 : cluster 0 pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:08.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:08.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:08.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:08.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:08.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:10 smithi022 bash[28554]: audit 2023-12-07T15:35:08.303512+0000 mgr.a (mgr.24293) 13823 : audit 0 from='client.277422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:10 smithi022 bash[28554]: cluster 2023-12-07T15:35:08.398512+0000 mgr.a (mgr.24293) 13824 : 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-07T15:35:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:10 smithi044 bash[32620]: audit 2023-12-07T15:35:08.303512+0000 mgr.a (mgr.24293) 13823 : audit 0 from='client.277422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:10 smithi044 bash[32620]: cluster 2023-12-07T15:35:08.398512+0000 mgr.a (mgr.24293) 13824 : 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-07T15:35:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:10 smithi027 bash[31536]: audit 2023-12-07T15:35:08.303512+0000 mgr.a (mgr.24293) 13823 : audit 0 from='client.277422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:10 smithi027 bash[31536]: cluster 2023-12-07T15:35:08.398512+0000 mgr.a (mgr.24293) 13824 : 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-07T15:35:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:12 smithi044 bash[32620]: cluster 2023-12-07T15:35:10.399258+0000 mgr.a (mgr.24293) 13825 : 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-07T15:35:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:12 smithi022 bash[28554]: cluster 2023-12-07T15:35:10.399258+0000 mgr.a (mgr.24293) 13825 : 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-07T15:35:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:12 smithi027 bash[31536]: cluster 2023-12-07T15:35:10.399258+0000 mgr.a (mgr.24293) 13825 : 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-07T15:35:13.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:13.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:13.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:14 smithi022 bash[28554]: cluster 2023-12-07T15:35:12.400290+0000 mgr.a (mgr.24293) 13826 : 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-07T15:35:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:14 smithi044 bash[32620]: cluster 2023-12-07T15:35:12.400290+0000 mgr.a (mgr.24293) 13826 : 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-07T15:35:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:14 smithi027 bash[31536]: cluster 2023-12-07T15:35:12.400290+0000 mgr.a (mgr.24293) 13826 : 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-07T15:35:14.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:14.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:14.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:14.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:14.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:16 smithi044 bash[32620]: audit 2023-12-07T15:35:14.240841+0000 mgr.a (mgr.24293) 13827 : audit 0 from='client.277500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:16 smithi044 bash[32620]: cluster 2023-12-07T15:35:14.400925+0000 mgr.a (mgr.24293) 13828 : 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-07T15:35:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:16 smithi022 bash[28554]: audit 2023-12-07T15:35:14.240841+0000 mgr.a (mgr.24293) 13827 : audit 0 from='client.277500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:16.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:16 smithi022 bash[28554]: cluster 2023-12-07T15:35:14.400925+0000 mgr.a (mgr.24293) 13828 : 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-07T15:35:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:16 smithi027 bash[31536]: audit 2023-12-07T15:35:14.240841+0000 mgr.a (mgr.24293) 13827 : audit 0 from='client.277500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:16 smithi027 bash[31536]: cluster 2023-12-07T15:35:14.400925+0000 mgr.a (mgr.24293) 13828 : 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-07T15:35:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:18 smithi022 bash[28554]: cluster 2023-12-07T15:35:16.401847+0000 mgr.a (mgr.24293) 13829 : 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-07T15:35:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:18 smithi044 bash[32620]: cluster 2023-12-07T15:35:16.401847+0000 mgr.a (mgr.24293) 13829 : 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-07T15:35:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:18 smithi027 bash[31536]: cluster 2023-12-07T15:35:16.401847+0000 mgr.a (mgr.24293) 13829 : 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-07T15:35:19.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:19.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:19.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:20 smithi022 bash[28554]: cluster 2023-12-07T15:35:18.402416+0000 mgr.a (mgr.24293) 13830 : 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-07T15:35:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:20 smithi044 bash[32620]: cluster 2023-12-07T15:35:18.402416+0000 mgr.a (mgr.24293) 13830 : 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-07T15:35:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:20 smithi027 bash[31536]: cluster 2023-12-07T15:35:18.402416+0000 mgr.a (mgr.24293) 13830 : 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-07T15:35:20.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:20.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:20.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:20.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:20.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:22 smithi044 bash[32620]: audit 2023-12-07T15:35:20.178010+0000 mgr.a (mgr.24293) 13831 : audit 0 from='client.277578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:22 smithi044 bash[32620]: cluster 2023-12-07T15:35:20.402943+0000 mgr.a (mgr.24293) 13832 : 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-07T15:35:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:22 smithi022 bash[28554]: audit 2023-12-07T15:35:20.178010+0000 mgr.a (mgr.24293) 13831 : audit 0 from='client.277578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:22 smithi022 bash[28554]: cluster 2023-12-07T15:35:20.402943+0000 mgr.a (mgr.24293) 13832 : 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-07T15:35:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:22 smithi027 bash[31536]: audit 2023-12-07T15:35:20.178010+0000 mgr.a (mgr.24293) 13831 : audit 0 from='client.277578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:22 smithi027 bash[31536]: cluster 2023-12-07T15:35:20.402943+0000 mgr.a (mgr.24293) 13832 : 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-07T15:35:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:24 smithi044 bash[32620]: cluster 2023-12-07T15:35:22.403968+0000 mgr.a (mgr.24293) 13833 : cluster 0 pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:35:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:24 smithi022 bash[28554]: cluster 2023-12-07T15:35:22.403968+0000 mgr.a (mgr.24293) 13833 : cluster 0 pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:35:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:24 smithi027 bash[31536]: cluster 2023-12-07T15:35:22.403968+0000 mgr.a (mgr.24293) 13833 : cluster 0 pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:35:25.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:25.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:25.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:26 smithi044 bash[32620]: cluster 2023-12-07T15:35:24.404529+0000 mgr.a (mgr.24293) 13834 : cluster 0 pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:35:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:26 smithi022 bash[28554]: cluster 2023-12-07T15:35:24.404529+0000 mgr.a (mgr.24293) 13834 : cluster 0 pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:35:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:26 smithi027 bash[31536]: cluster 2023-12-07T15:35:24.404529+0000 mgr.a (mgr.24293) 13834 : cluster 0 pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:35:26.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:26.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:26.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:26.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:26.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:27 smithi044 bash[32620]: audit 2023-12-07T15:35:26.131791+0000 mgr.a (mgr.24293) 13835 : audit 0 from='client.277653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:27 smithi044 bash[32620]: cluster 2023-12-07T15:35:26.406106+0000 mgr.a (mgr.24293) 13836 : cluster 0 pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:27 smithi022 bash[28554]: audit 2023-12-07T15:35:26.131791+0000 mgr.a (mgr.24293) 13835 : audit 0 from='client.277653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:27 smithi022 bash[28554]: cluster 2023-12-07T15:35:26.406106+0000 mgr.a (mgr.24293) 13836 : cluster 0 pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:27 smithi027 bash[31536]: audit 2023-12-07T15:35:26.131791+0000 mgr.a (mgr.24293) 13835 : audit 0 from='client.277653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:27 smithi027 bash[31536]: cluster 2023-12-07T15:35:26.406106+0000 mgr.a (mgr.24293) 13836 : cluster 0 pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:29 smithi022 bash[28554]: cluster 2023-12-07T15:35:28.406767+0000 mgr.a (mgr.24293) 13837 : cluster 0 pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:29.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:29 smithi044 bash[32620]: cluster 2023-12-07T15:35:28.406767+0000 mgr.a (mgr.24293) 13837 : cluster 0 pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:29 smithi027 bash[31536]: cluster 2023-12-07T15:35:28.406767+0000 mgr.a (mgr.24293) 13837 : cluster 0 pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:31.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:31.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:31.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:32 smithi022 bash[28554]: cluster 2023-12-07T15:35:30.407350+0000 mgr.a (mgr.24293) 13838 : cluster 0 pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:32 smithi044 bash[32620]: cluster 2023-12-07T15:35:30.407350+0000 mgr.a (mgr.24293) 13838 : cluster 0 pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:32 smithi027 bash[31536]: cluster 2023-12-07T15:35:30.407350+0000 mgr.a (mgr.24293) 13838 : cluster 0 pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:32.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:32.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:33 smithi022 bash[28554]: audit 2023-12-07T15:35:32.074771+0000 mgr.a (mgr.24293) 13839 : audit 0 from='client.277725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:33 smithi044 bash[32620]: audit 2023-12-07T15:35:32.074771+0000 mgr.a (mgr.24293) 13839 : audit 0 from='client.277725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:33 smithi027 bash[31536]: audit 2023-12-07T15:35:32.074771+0000 mgr.a (mgr.24293) 13839 : audit 0 from='client.277725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:34 smithi044 bash[32620]: cluster 2023-12-07T15:35:32.408387+0000 mgr.a (mgr.24293) 13840 : 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-07T15:35:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:34 smithi022 bash[28554]: cluster 2023-12-07T15:35:32.408387+0000 mgr.a (mgr.24293) 13840 : 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-07T15:35:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:34 smithi027 bash[31536]: cluster 2023-12-07T15:35:32.408387+0000 mgr.a (mgr.24293) 13840 : 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-07T15:35:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:36 smithi022 bash[28554]: cluster 2023-12-07T15:35:34.409239+0000 mgr.a (mgr.24293) 13841 : cluster 0 pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:35:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:36 smithi044 bash[32620]: cluster 2023-12-07T15:35:34.409239+0000 mgr.a (mgr.24293) 13841 : cluster 0 pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:35:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:36 smithi027 bash[31536]: cluster 2023-12-07T15:35:34.409239+0000 mgr.a (mgr.24293) 13841 : cluster 0 pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:35:37.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:37.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:37.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:38 smithi022 bash[28554]: cluster 2023-12-07T15:35:36.410099+0000 mgr.a (mgr.24293) 13842 : cluster 0 pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:38 smithi044 bash[32620]: cluster 2023-12-07T15:35:36.410099+0000 mgr.a (mgr.24293) 13842 : cluster 0 pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:38 smithi027 bash[31536]: cluster 2023-12-07T15:35:36.410099+0000 mgr.a (mgr.24293) 13842 : cluster 0 pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:38.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:38.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:38.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:38.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:38.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:39.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:39 smithi022 bash[28554]: audit 2023-12-07T15:35:37.998419+0000 mgr.a (mgr.24293) 13843 : audit 0 from='client.277800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:39 smithi044 bash[32620]: audit 2023-12-07T15:35:37.998419+0000 mgr.a (mgr.24293) 13843 : audit 0 from='client.277800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:39 smithi027 bash[31536]: audit 2023-12-07T15:35:37.998419+0000 mgr.a (mgr.24293) 13843 : audit 0 from='client.277800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:40 smithi044 bash[32620]: cluster 2023-12-07T15:35:38.411078+0000 mgr.a (mgr.24293) 13844 : cluster 0 pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:40 smithi022 bash[28554]: cluster 2023-12-07T15:35:38.411078+0000 mgr.a (mgr.24293) 13844 : cluster 0 pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:40 smithi027 bash[31536]: cluster 2023-12-07T15:35:38.411078+0000 mgr.a (mgr.24293) 13844 : cluster 0 pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:42 smithi044 bash[32620]: cluster 2023-12-07T15:35:40.411700+0000 mgr.a (mgr.24293) 13845 : cluster 0 pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:42 smithi022 bash[28554]: cluster 2023-12-07T15:35:40.411700+0000 mgr.a (mgr.24293) 13845 : cluster 0 pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:42 smithi027 bash[31536]: cluster 2023-12-07T15:35:40.411700+0000 mgr.a (mgr.24293) 13845 : cluster 0 pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:43.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:43.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:43.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:44 smithi022 bash[28554]: cluster 2023-12-07T15:35:42.412592+0000 mgr.a (mgr.24293) 13846 : cluster 0 pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:44 smithi044 bash[32620]: cluster 2023-12-07T15:35:42.412592+0000 mgr.a (mgr.24293) 13846 : cluster 0 pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:44 smithi027 bash[31536]: cluster 2023-12-07T15:35:42.412592+0000 mgr.a (mgr.24293) 13846 : cluster 0 pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:44.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:44.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:44.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:44.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:44.488 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:45.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:45 smithi022 bash[28554]: audit 2023-12-07T15:35:43.970943+0000 mgr.a (mgr.24293) 13847 : audit 0 from='client.277878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:45 smithi044 bash[32620]: audit 2023-12-07T15:35:43.970943+0000 mgr.a (mgr.24293) 13847 : audit 0 from='client.277878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:45 smithi027 bash[31536]: audit 2023-12-07T15:35:43.970943+0000 mgr.a (mgr.24293) 13847 : audit 0 from='client.277878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:46 smithi022 bash[28554]: cluster 2023-12-07T15:35:44.413359+0000 mgr.a (mgr.24293) 13848 : 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-07T15:35:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:46 smithi044 bash[32620]: cluster 2023-12-07T15:35:44.413359+0000 mgr.a (mgr.24293) 13848 : 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-07T15:35:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:46 smithi027 bash[31536]: cluster 2023-12-07T15:35:44.413359+0000 mgr.a (mgr.24293) 13848 : 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-07T15:35:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:48 smithi022 bash[28554]: cluster 2023-12-07T15:35:46.414214+0000 mgr.a (mgr.24293) 13849 : 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-07T15:35:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:48 smithi044 bash[32620]: cluster 2023-12-07T15:35:46.414214+0000 mgr.a (mgr.24293) 13849 : 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-07T15:35:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:48 smithi027 bash[31536]: cluster 2023-12-07T15:35:46.414214+0000 mgr.a (mgr.24293) 13849 : 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-07T15:35:49.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:49.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:49.492 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:50.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:50.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:50.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:50.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:50.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:50 smithi022 bash[28554]: cluster 2023-12-07T15:35:48.414762+0000 mgr.a (mgr.24293) 13850 : 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-07T15:35:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:50 smithi044 bash[32620]: cluster 2023-12-07T15:35:48.414762+0000 mgr.a (mgr.24293) 13850 : 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-07T15:35:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:50 smithi027 bash[31536]: cluster 2023-12-07T15:35:48.414762+0000 mgr.a (mgr.24293) 13850 : 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-07T15:35:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:51 smithi044 bash[32620]: audit 2023-12-07T15:35:49.894754+0000 mgr.a (mgr.24293) 13851 : audit 0 from='client.277953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:51 smithi022 bash[28554]: audit 2023-12-07T15:35:49.894754+0000 mgr.a (mgr.24293) 13851 : audit 0 from='client.277953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:51 smithi027 bash[31536]: audit 2023-12-07T15:35:49.894754+0000 mgr.a (mgr.24293) 13851 : audit 0 from='client.277953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:52 smithi022 bash[28554]: cluster 2023-12-07T15:35:50.415269+0000 mgr.a (mgr.24293) 13852 : cluster 0 pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:52 smithi044 bash[32620]: cluster 2023-12-07T15:35:50.415269+0000 mgr.a (mgr.24293) 13852 : cluster 0 pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:52 smithi027 bash[31536]: cluster 2023-12-07T15:35:50.415269+0000 mgr.a (mgr.24293) 13852 : cluster 0 pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:53.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:53 smithi022 bash[28554]: cluster 2023-12-07T15:35:52.415855+0000 mgr.a (mgr.24293) 13853 : cluster 0 pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:53 smithi044 bash[32620]: cluster 2023-12-07T15:35:52.415855+0000 mgr.a (mgr.24293) 13853 : cluster 0 pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:53 smithi027 bash[31536]: cluster 2023-12-07T15:35:52.415855+0000 mgr.a (mgr.24293) 13853 : cluster 0 pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:35:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:54 smithi022 bash[28554]: audit 2023-12-07T15:35:54.013794+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:35:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:54 smithi044 bash[32620]: audit 2023-12-07T15:35:54.013794+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:35:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:54 smithi027 bash[31536]: audit 2023-12-07T15:35:54.013794+0000 mon.a (mon.0) 2365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:35:55.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:35:55.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:55.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:55 smithi022 bash[28554]: cluster 2023-12-07T15:35:54.416436+0000 mgr.a (mgr.24293) 13854 : cluster 0 pgmap v10357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:55 smithi022 bash[28554]: audit 2023-12-07T15:35:54.801059+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:55 smithi022 bash[28554]: audit 2023-12-07T15:35:54.802895+0000 mon.a (mon.0) 2367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:55 smithi022 bash[28554]: audit 2023-12-07T15:35:54.812673+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:55 smithi044 bash[32620]: cluster 2023-12-07T15:35:54.416436+0000 mgr.a (mgr.24293) 13854 : cluster 0 pgmap v10357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:55 smithi044 bash[32620]: audit 2023-12-07T15:35:54.801059+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:35:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:55 smithi044 bash[32620]: audit 2023-12-07T15:35:54.802895+0000 mon.a (mon.0) 2367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:35:55.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:55 smithi044 bash[32620]: audit 2023-12-07T15:35:54.812673+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:35:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:55 smithi027 bash[31536]: cluster 2023-12-07T15:35:54.416436+0000 mgr.a (mgr.24293) 13854 : cluster 0 pgmap v10357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:35:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:55 smithi027 bash[31536]: audit 2023-12-07T15:35:54.801059+0000 mon.a (mon.0) 2366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:35:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:55 smithi027 bash[31536]: audit 2023-12-07T15:35:54.802895+0000 mon.a (mon.0) 2367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:35:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:55 smithi027 bash[31536]: audit 2023-12-07T15:35:54.812673+0000 mon.a (mon.0) 2368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:35:56.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:56.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:56.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:35:56.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:56.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:35:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:56 smithi022 bash[28554]: audit 2023-12-07T15:35:55.823433+0000 mgr.a (mgr.24293) 13855 : audit 0 from='client.278031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:56 smithi044 bash[32620]: audit 2023-12-07T15:35:55.823433+0000 mgr.a (mgr.24293) 13855 : audit 0 from='client.278031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:56 smithi027 bash[31536]: audit 2023-12-07T15:35:55.823433+0000 mgr.a (mgr.24293) 13855 : audit 0 from='client.278031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:57 smithi044 bash[32620]: cluster 2023-12-07T15:35:56.417579+0000 mgr.a (mgr.24293) 13856 : cluster 0 pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:57 smithi022 bash[28554]: cluster 2023-12-07T15:35:56.417579+0000 mgr.a (mgr.24293) 13856 : cluster 0 pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:57 smithi027 bash[31536]: cluster 2023-12-07T15:35:56.417579+0000 mgr.a (mgr.24293) 13856 : cluster 0 pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:35:59 smithi044 bash[32620]: cluster 2023-12-07T15:35:58.418177+0000 mgr.a (mgr.24293) 13857 : cluster 0 pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:35:59 smithi022 bash[28554]: cluster 2023-12-07T15:35:58.418177+0000 mgr.a (mgr.24293) 13857 : cluster 0 pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:35:59 smithi027 bash[31536]: cluster 2023-12-07T15:35:58.418177+0000 mgr.a (mgr.24293) 13857 : cluster 0 pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:01.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:01.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:01.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:02.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:02.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:02.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:02 smithi022 bash[28554]: cluster 2023-12-07T15:36:00.418950+0000 mgr.a (mgr.24293) 13858 : 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-07T15:36:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:02 smithi044 bash[32620]: cluster 2023-12-07T15:36:00.418950+0000 mgr.a (mgr.24293) 13858 : 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-07T15:36:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:02 smithi027 bash[31536]: cluster 2023-12-07T15:36:00.418950+0000 mgr.a (mgr.24293) 13858 : 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-07T15:36:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:03 smithi022 bash[28554]: audit 2023-12-07T15:36:01.777549+0000 mgr.a (mgr.24293) 13859 : audit 0 from='client.278103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:03 smithi044 bash[32620]: audit 2023-12-07T15:36:01.777549+0000 mgr.a (mgr.24293) 13859 : audit 0 from='client.278103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:03 smithi027 bash[31536]: audit 2023-12-07T15:36:01.777549+0000 mgr.a (mgr.24293) 13859 : audit 0 from='client.278103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:04 smithi044 bash[32620]: cluster 2023-12-07T15:36:02.419746+0000 mgr.a (mgr.24293) 13860 : cluster 0 pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:36:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:04 smithi022 bash[28554]: cluster 2023-12-07T15:36:02.419746+0000 mgr.a (mgr.24293) 13860 : cluster 0 pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:36:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:04 smithi027 bash[31536]: cluster 2023-12-07T15:36:02.419746+0000 mgr.a (mgr.24293) 13860 : cluster 0 pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:36:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:06 smithi022 bash[28554]: cluster 2023-12-07T15:36:04.420446+0000 mgr.a (mgr.24293) 13861 : cluster 0 pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:36:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:06 smithi044 bash[32620]: cluster 2023-12-07T15:36:04.420446+0000 mgr.a (mgr.24293) 13861 : cluster 0 pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:36:06.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:06 smithi027 bash[31536]: cluster 2023-12-07T15:36:04.420446+0000 mgr.a (mgr.24293) 13861 : cluster 0 pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:36:07.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:07.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:07.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:08.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:08.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:08.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:08.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:08.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:08 smithi022 bash[28554]: cluster 2023-12-07T15:36:06.421303+0000 mgr.a (mgr.24293) 13862 : cluster 0 pgmap v10363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:36:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:08 smithi044 bash[32620]: cluster 2023-12-07T15:36:06.421303+0000 mgr.a (mgr.24293) 13862 : cluster 0 pgmap v10363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:36:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:08 smithi027 bash[31536]: cluster 2023-12-07T15:36:06.421303+0000 mgr.a (mgr.24293) 13862 : cluster 0 pgmap v10363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:36:09.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:09 smithi022 bash[28554]: audit 2023-12-07T15:36:07.716355+0000 mgr.a (mgr.24293) 13863 : audit 0 from='client.278181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:09 smithi044 bash[32620]: audit 2023-12-07T15:36:07.716355+0000 mgr.a (mgr.24293) 13863 : audit 0 from='client.278181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:09 smithi027 bash[31536]: audit 2023-12-07T15:36:07.716355+0000 mgr.a (mgr.24293) 13863 : audit 0 from='client.278181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:10 smithi022 bash[28554]: cluster 2023-12-07T15:36:08.422095+0000 mgr.a (mgr.24293) 13864 : cluster 0 pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:10 smithi044 bash[32620]: cluster 2023-12-07T15:36:08.422095+0000 mgr.a (mgr.24293) 13864 : cluster 0 pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:10 smithi027 bash[31536]: cluster 2023-12-07T15:36:08.422095+0000 mgr.a (mgr.24293) 13864 : cluster 0 pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:12 smithi044 bash[32620]: cluster 2023-12-07T15:36:10.422914+0000 mgr.a (mgr.24293) 13865 : cluster 0 pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:12 smithi022 bash[28554]: cluster 2023-12-07T15:36:10.422914+0000 mgr.a (mgr.24293) 13865 : cluster 0 pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:12 smithi027 bash[31536]: cluster 2023-12-07T15:36:10.422914+0000 mgr.a (mgr.24293) 13865 : cluster 0 pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:13.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:13.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:13.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:14.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:14.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:14.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:14.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:14.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:14 smithi044 bash[32620]: cluster 2023-12-07T15:36:12.423515+0000 mgr.a (mgr.24293) 13866 : 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-07T15:36:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:14 smithi022 bash[28554]: cluster 2023-12-07T15:36:12.423515+0000 mgr.a (mgr.24293) 13866 : 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-07T15:36:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:14 smithi027 bash[31536]: cluster 2023-12-07T15:36:12.423515+0000 mgr.a (mgr.24293) 13866 : 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-07T15:36:15.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:15 smithi022 bash[28554]: audit 2023-12-07T15:36:13.662853+0000 mgr.a (mgr.24293) 13867 : audit 0 from='client.278259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:15 smithi044 bash[32620]: audit 2023-12-07T15:36:13.662853+0000 mgr.a (mgr.24293) 13867 : audit 0 from='client.278259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:15.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:15 smithi027 bash[31536]: audit 2023-12-07T15:36:13.662853+0000 mgr.a (mgr.24293) 13867 : audit 0 from='client.278259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:16 smithi022 bash[28554]: cluster 2023-12-07T15:36:14.424394+0000 mgr.a (mgr.24293) 13868 : 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-07T15:36:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:16 smithi044 bash[32620]: cluster 2023-12-07T15:36:14.424394+0000 mgr.a (mgr.24293) 13868 : 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-07T15:36:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:16 smithi027 bash[31536]: cluster 2023-12-07T15:36:14.424394+0000 mgr.a (mgr.24293) 13868 : 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-07T15:36:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:18 smithi022 bash[28554]: cluster 2023-12-07T15:36:16.425281+0000 mgr.a (mgr.24293) 13869 : 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-07T15:36:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:18 smithi044 bash[32620]: cluster 2023-12-07T15:36:16.425281+0000 mgr.a (mgr.24293) 13869 : 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-07T15:36:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:18 smithi027 bash[31536]: cluster 2023-12-07T15:36:16.425281+0000 mgr.a (mgr.24293) 13869 : 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-07T15:36:19.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:19.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:19.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:20.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:20.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:20.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:20.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:20.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:20 smithi022 bash[28554]: cluster 2023-12-07T15:36:18.425965+0000 mgr.a (mgr.24293) 13870 : 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-07T15:36:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:20 smithi044 bash[32620]: cluster 2023-12-07T15:36:18.425965+0000 mgr.a (mgr.24293) 13870 : 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-07T15:36:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:20 smithi027 bash[31536]: cluster 2023-12-07T15:36:18.425965+0000 mgr.a (mgr.24293) 13870 : 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-07T15:36:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:21 smithi044 bash[32620]: audit 2023-12-07T15:36:19.612917+0000 mgr.a (mgr.24293) 13871 : audit 0 from='client.278337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:21 smithi022 bash[28554]: audit 2023-12-07T15:36:19.612917+0000 mgr.a (mgr.24293) 13871 : audit 0 from='client.278337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:21 smithi027 bash[31536]: audit 2023-12-07T15:36:19.612917+0000 mgr.a (mgr.24293) 13871 : audit 0 from='client.278337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:22 smithi044 bash[32620]: cluster 2023-12-07T15:36:20.426945+0000 mgr.a (mgr.24293) 13872 : cluster 0 pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:22 smithi022 bash[28554]: cluster 2023-12-07T15:36:20.426945+0000 mgr.a (mgr.24293) 13872 : cluster 0 pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:22 smithi027 bash[31536]: cluster 2023-12-07T15:36:20.426945+0000 mgr.a (mgr.24293) 13872 : cluster 0 pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:24 smithi044 bash[32620]: cluster 2023-12-07T15:36:22.427491+0000 mgr.a (mgr.24293) 13873 : cluster 0 pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:24 smithi022 bash[28554]: cluster 2023-12-07T15:36:22.427491+0000 mgr.a (mgr.24293) 13873 : cluster 0 pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:24 smithi027 bash[31536]: cluster 2023-12-07T15:36:22.427491+0000 mgr.a (mgr.24293) 13873 : cluster 0 pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:25.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:25.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:25.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:26.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:26.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:26.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:26.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:26.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:26 smithi044 bash[32620]: cluster 2023-12-07T15:36:24.428054+0000 mgr.a (mgr.24293) 13874 : 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-07T15:36:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:26 smithi022 bash[28554]: cluster 2023-12-07T15:36:24.428054+0000 mgr.a (mgr.24293) 13874 : 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-07T15:36:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:26 smithi027 bash[31536]: cluster 2023-12-07T15:36:24.428054+0000 mgr.a (mgr.24293) 13874 : 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-07T15:36:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:27 smithi044 bash[32620]: audit 2023-12-07T15:36:25.577029+0000 mgr.a (mgr.24293) 13875 : audit 0 from='client.278412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:27.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:27 smithi022 bash[28554]: audit 2023-12-07T15:36:25.577029+0000 mgr.a (mgr.24293) 13875 : audit 0 from='client.278412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:27 smithi027 bash[31536]: audit 2023-12-07T15:36:25.577029+0000 mgr.a (mgr.24293) 13875 : audit 0 from='client.278412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:28 smithi044 bash[32620]: cluster 2023-12-07T15:36:26.429052+0000 mgr.a (mgr.24293) 13876 : cluster 0 pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:28.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:28 smithi022 bash[28554]: cluster 2023-12-07T15:36:26.429052+0000 mgr.a (mgr.24293) 13876 : cluster 0 pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:28 smithi027 bash[31536]: cluster 2023-12-07T15:36:26.429052+0000 mgr.a (mgr.24293) 13876 : cluster 0 pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:29.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:29 smithi022 bash[28554]: cluster 2023-12-07T15:36:28.429625+0000 mgr.a (mgr.24293) 13877 : cluster 0 pgmap v10374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:29.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:29 smithi044 bash[32620]: cluster 2023-12-07T15:36:28.429625+0000 mgr.a (mgr.24293) 13877 : cluster 0 pgmap v10374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:29 smithi027 bash[31536]: cluster 2023-12-07T15:36:28.429625+0000 mgr.a (mgr.24293) 13877 : cluster 0 pgmap v10374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:31.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:31.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:31.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:32.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:32.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:32.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:32.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:32.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:32 smithi022 bash[28554]: cluster 2023-12-07T15:36:30.430377+0000 mgr.a (mgr.24293) 13878 : cluster 0 pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:32 smithi044 bash[32620]: cluster 2023-12-07T15:36:30.430377+0000 mgr.a (mgr.24293) 13878 : cluster 0 pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:32 smithi027 bash[31536]: cluster 2023-12-07T15:36:30.430377+0000 mgr.a (mgr.24293) 13878 : cluster 0 pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:33.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:33 smithi022 bash[28554]: audit 2023-12-07T15:36:31.518117+0000 mgr.a (mgr.24293) 13879 : audit 0 from='client.278490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:33.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:33 smithi044 bash[32620]: audit 2023-12-07T15:36:31.518117+0000 mgr.a (mgr.24293) 13879 : audit 0 from='client.278490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:33.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:33 smithi027 bash[31536]: audit 2023-12-07T15:36:31.518117+0000 mgr.a (mgr.24293) 13879 : audit 0 from='client.278490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:34 smithi044 bash[32620]: cluster 2023-12-07T15:36:32.431048+0000 mgr.a (mgr.24293) 13880 : cluster 0 pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:34 smithi022 bash[28554]: cluster 2023-12-07T15:36:32.431048+0000 mgr.a (mgr.24293) 13880 : cluster 0 pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:34 smithi027 bash[31536]: cluster 2023-12-07T15:36:32.431048+0000 mgr.a (mgr.24293) 13880 : cluster 0 pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:36 smithi022 bash[28554]: cluster 2023-12-07T15:36:34.431654+0000 mgr.a (mgr.24293) 13881 : cluster 0 pgmap v10377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:36 smithi044 bash[32620]: cluster 2023-12-07T15:36:34.431654+0000 mgr.a (mgr.24293) 13881 : cluster 0 pgmap v10377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:36 smithi027 bash[31536]: cluster 2023-12-07T15:36:34.431654+0000 mgr.a (mgr.24293) 13881 : cluster 0 pgmap v10377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:37.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:37.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:37.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:37.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:37.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:37.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:37.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:37.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:38 smithi022 bash[28554]: cluster 2023-12-07T15:36:36.432404+0000 mgr.a (mgr.24293) 13882 : 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-07T15:36:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:38 smithi044 bash[32620]: cluster 2023-12-07T15:36:36.432404+0000 mgr.a (mgr.24293) 13882 : 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-07T15:36:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:38 smithi027 bash[31536]: cluster 2023-12-07T15:36:36.432404+0000 mgr.a (mgr.24293) 13882 : 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-07T15:36:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:39 smithi044 bash[32620]: audit 2023-12-07T15:36:37.449562+0000 mgr.a (mgr.24293) 13883 : audit 0 from='client.278568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:39.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:39 smithi022 bash[28554]: audit 2023-12-07T15:36:37.449562+0000 mgr.a (mgr.24293) 13883 : audit 0 from='client.278568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:39.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:39 smithi027 bash[31536]: audit 2023-12-07T15:36:37.449562+0000 mgr.a (mgr.24293) 13883 : audit 0 from='client.278568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:40 smithi044 bash[32620]: cluster 2023-12-07T15:36:38.433116+0000 mgr.a (mgr.24293) 13884 : cluster 0 pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:40 smithi022 bash[28554]: cluster 2023-12-07T15:36:38.433116+0000 mgr.a (mgr.24293) 13884 : cluster 0 pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:40 smithi027 bash[31536]: cluster 2023-12-07T15:36:38.433116+0000 mgr.a (mgr.24293) 13884 : cluster 0 pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:42 smithi022 bash[28554]: cluster 2023-12-07T15:36:40.433926+0000 mgr.a (mgr.24293) 13885 : cluster 0 pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:42 smithi044 bash[32620]: cluster 2023-12-07T15:36:40.433926+0000 mgr.a (mgr.24293) 13885 : cluster 0 pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:42 smithi027 bash[31536]: cluster 2023-12-07T15:36:40.433926+0000 mgr.a (mgr.24293) 13885 : cluster 0 pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:42.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:42.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:42.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:43.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:43.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:44 smithi044 bash[32620]: cluster 2023-12-07T15:36:42.434499+0000 mgr.a (mgr.24293) 13886 : cluster 0 pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:44 smithi022 bash[28554]: cluster 2023-12-07T15:36:42.434499+0000 mgr.a (mgr.24293) 13886 : cluster 0 pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:44 smithi027 bash[31536]: cluster 2023-12-07T15:36:42.434499+0000 mgr.a (mgr.24293) 13886 : cluster 0 pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:45 smithi044 bash[32620]: audit 2023-12-07T15:36:43.372818+0000 mgr.a (mgr.24293) 13887 : audit 0 from='client.278646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:45.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:45 smithi022 bash[28554]: audit 2023-12-07T15:36:43.372818+0000 mgr.a (mgr.24293) 13887 : audit 0 from='client.278646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:45.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:45 smithi027 bash[31536]: audit 2023-12-07T15:36:43.372818+0000 mgr.a (mgr.24293) 13887 : audit 0 from='client.278646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:46 smithi044 bash[32620]: cluster 2023-12-07T15:36:44.435170+0000 mgr.a (mgr.24293) 13888 : cluster 0 pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:46 smithi022 bash[28554]: cluster 2023-12-07T15:36:44.435170+0000 mgr.a (mgr.24293) 13888 : cluster 0 pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:46 smithi027 bash[31536]: cluster 2023-12-07T15:36:44.435170+0000 mgr.a (mgr.24293) 13888 : cluster 0 pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:48 smithi022 bash[28554]: cluster 2023-12-07T15:36:46.436148+0000 mgr.a (mgr.24293) 13889 : cluster 0 pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:48 smithi044 bash[32620]: cluster 2023-12-07T15:36:46.436148+0000 mgr.a (mgr.24293) 13889 : cluster 0 pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:48 smithi027 bash[31536]: cluster 2023-12-07T15:36:46.436148+0000 mgr.a (mgr.24293) 13889 : cluster 0 pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:48.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:48.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:48.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:49.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:49.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:50 smithi022 bash[28554]: cluster 2023-12-07T15:36:48.436780+0000 mgr.a (mgr.24293) 13890 : 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-07T15:36:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:50 smithi044 bash[32620]: cluster 2023-12-07T15:36:48.436780+0000 mgr.a (mgr.24293) 13890 : 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-07T15:36:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:50 smithi027 bash[31536]: cluster 2023-12-07T15:36:48.436780+0000 mgr.a (mgr.24293) 13890 : 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-07T15:36:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:51 smithi044 bash[32620]: audit 2023-12-07T15:36:49.329080+0000 mgr.a (mgr.24293) 13891 : audit 0 from='client.278724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:51 smithi022 bash[28554]: audit 2023-12-07T15:36:49.329080+0000 mgr.a (mgr.24293) 13891 : audit 0 from='client.278724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:51.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:51 smithi027 bash[31536]: audit 2023-12-07T15:36:49.329080+0000 mgr.a (mgr.24293) 13891 : audit 0 from='client.278724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:52 smithi022 bash[28554]: cluster 2023-12-07T15:36:50.437699+0000 mgr.a (mgr.24293) 13892 : cluster 0 pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:52 smithi044 bash[32620]: cluster 2023-12-07T15:36:50.437699+0000 mgr.a (mgr.24293) 13892 : cluster 0 pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:52 smithi027 bash[31536]: cluster 2023-12-07T15:36:50.437699+0000 mgr.a (mgr.24293) 13892 : cluster 0 pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:54 smithi022 bash[28554]: cluster 2023-12-07T15:36:52.438412+0000 mgr.a (mgr.24293) 13893 : cluster 0 pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:54 smithi044 bash[32620]: cluster 2023-12-07T15:36:52.438412+0000 mgr.a (mgr.24293) 13893 : cluster 0 pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:54.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:54 smithi027 bash[31536]: cluster 2023-12-07T15:36:52.438412+0000 mgr.a (mgr.24293) 13893 : cluster 0 pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:54.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:36:54.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:54.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:55 smithi022 bash[28554]: audit 2023-12-07T15:36:54.918219+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:36:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:55 smithi044 bash[32620]: audit 2023-12-07T15:36:54.918219+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:36:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:55 smithi027 bash[31536]: audit 2023-12-07T15:36:54.918219+0000 mon.a (mon.0) 2369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:36:55.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:55.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:55.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:55.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:36:55.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:36:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:56 smithi022 bash[28554]: cluster 2023-12-07T15:36:54.439021+0000 mgr.a (mgr.24293) 13894 : 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-07T15:36:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:56 smithi022 bash[28554]: audit 2023-12-07T15:36:55.296056+0000 mgr.a (mgr.24293) 13895 : audit 0 from='client.278802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:56 smithi022 bash[28554]: audit 2023-12-07T15:36:55.756885+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:36:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:56 smithi022 bash[28554]: audit 2023-12-07T15:36:55.758577+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:36:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:56 smithi022 bash[28554]: audit 2023-12-07T15:36:55.766074+0000 mon.a (mon.0) 2372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:36:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:56 smithi044 bash[32620]: cluster 2023-12-07T15:36:54.439021+0000 mgr.a (mgr.24293) 13894 : 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-07T15:36:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:56 smithi044 bash[32620]: audit 2023-12-07T15:36:55.296056+0000 mgr.a (mgr.24293) 13895 : audit 0 from='client.278802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:56 smithi044 bash[32620]: audit 2023-12-07T15:36:55.756885+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:36:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:56 smithi044 bash[32620]: audit 2023-12-07T15:36:55.758577+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:36:56.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:56 smithi044 bash[32620]: audit 2023-12-07T15:36:55.766074+0000 mon.a (mon.0) 2372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:36:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:56 smithi027 bash[31536]: cluster 2023-12-07T15:36:54.439021+0000 mgr.a (mgr.24293) 13894 : 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-07T15:36:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:56 smithi027 bash[31536]: audit 2023-12-07T15:36:55.296056+0000 mgr.a (mgr.24293) 13895 : audit 0 from='client.278802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:56 smithi027 bash[31536]: audit 2023-12-07T15:36:55.756885+0000 mon.a (mon.0) 2370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:36:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:56 smithi027 bash[31536]: audit 2023-12-07T15:36:55.758577+0000 mon.a (mon.0) 2371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:36:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:56 smithi027 bash[31536]: audit 2023-12-07T15:36:55.766074+0000 mon.a (mon.0) 2372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:36:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:57 smithi044 bash[32620]: cluster 2023-12-07T15:36:56.440087+0000 mgr.a (mgr.24293) 13896 : cluster 0 pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:57 smithi022 bash[28554]: cluster 2023-12-07T15:36:56.440087+0000 mgr.a (mgr.24293) 13896 : cluster 0 pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:57 smithi027 bash[31536]: cluster 2023-12-07T15:36:56.440087+0000 mgr.a (mgr.24293) 13896 : cluster 0 pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:36:59 smithi022 bash[28554]: cluster 2023-12-07T15:36:58.440677+0000 mgr.a (mgr.24293) 13897 : cluster 0 pgmap v10389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:36:59 smithi044 bash[32620]: cluster 2023-12-07T15:36:58.440677+0000 mgr.a (mgr.24293) 13897 : cluster 0 pgmap v10389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:36:59 smithi027 bash[31536]: cluster 2023-12-07T15:36:58.440677+0000 mgr.a (mgr.24293) 13897 : cluster 0 pgmap v10389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:00.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:00.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:00.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:01.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:01.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:01.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:01.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:01.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:02 smithi022 bash[28554]: cluster 2023-12-07T15:37:00.441571+0000 mgr.a (mgr.24293) 13898 : cluster 0 pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:02 smithi044 bash[32620]: cluster 2023-12-07T15:37:00.441571+0000 mgr.a (mgr.24293) 13898 : cluster 0 pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:02 smithi027 bash[31536]: cluster 2023-12-07T15:37:00.441571+0000 mgr.a (mgr.24293) 13898 : cluster 0 pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:03 smithi022 bash[28554]: audit 2023-12-07T15:37:01.228303+0000 mgr.a (mgr.24293) 13899 : audit 0 from='client.278880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:03 smithi044 bash[32620]: audit 2023-12-07T15:37:01.228303+0000 mgr.a (mgr.24293) 13899 : audit 0 from='client.278880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:03.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:03 smithi027 bash[31536]: audit 2023-12-07T15:37:01.228303+0000 mgr.a (mgr.24293) 13899 : audit 0 from='client.278880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:04 smithi044 bash[32620]: cluster 2023-12-07T15:37:02.442353+0000 mgr.a (mgr.24293) 13900 : cluster 0 pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:04 smithi022 bash[28554]: cluster 2023-12-07T15:37:02.442353+0000 mgr.a (mgr.24293) 13900 : cluster 0 pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:04 smithi027 bash[31536]: cluster 2023-12-07T15:37:02.442353+0000 mgr.a (mgr.24293) 13900 : cluster 0 pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:06 smithi044 bash[32620]: cluster 2023-12-07T15:37:04.442945+0000 mgr.a (mgr.24293) 13901 : cluster 0 pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:06 smithi022 bash[28554]: cluster 2023-12-07T15:37:04.442945+0000 mgr.a (mgr.24293) 13901 : cluster 0 pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:06 smithi027 bash[31536]: cluster 2023-12-07T15:37:04.442945+0000 mgr.a (mgr.24293) 13901 : cluster 0 pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:06.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:06.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:06.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:07.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:07.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:07.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:07.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:07.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:08 smithi044 bash[32620]: cluster 2023-12-07T15:37:06.443719+0000 mgr.a (mgr.24293) 13902 : 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-07T15:37:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:08 smithi022 bash[28554]: cluster 2023-12-07T15:37:06.443719+0000 mgr.a (mgr.24293) 13902 : 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-07T15:37:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:08 smithi027 bash[31536]: cluster 2023-12-07T15:37:06.443719+0000 mgr.a (mgr.24293) 13902 : 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-07T15:37:09.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:09 smithi022 bash[28554]: audit 2023-12-07T15:37:07.172279+0000 mgr.a (mgr.24293) 13903 : audit 0 from='client.278955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:09 smithi044 bash[32620]: audit 2023-12-07T15:37:07.172279+0000 mgr.a (mgr.24293) 13903 : audit 0 from='client.278955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:09.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:09 smithi027 bash[31536]: audit 2023-12-07T15:37:07.172279+0000 mgr.a (mgr.24293) 13903 : audit 0 from='client.278955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:10 smithi022 bash[28554]: cluster 2023-12-07T15:37:08.444569+0000 mgr.a (mgr.24293) 13904 : cluster 0 pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:10 smithi044 bash[32620]: cluster 2023-12-07T15:37:08.444569+0000 mgr.a (mgr.24293) 13904 : cluster 0 pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:10.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:10 smithi027 bash[31536]: cluster 2023-12-07T15:37:08.444569+0000 mgr.a (mgr.24293) 13904 : cluster 0 pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:12 smithi022 bash[28554]: cluster 2023-12-07T15:37:10.445433+0000 mgr.a (mgr.24293) 13905 : cluster 0 pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:12 smithi044 bash[32620]: cluster 2023-12-07T15:37:10.445433+0000 mgr.a (mgr.24293) 13905 : cluster 0 pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:12 smithi027 bash[31536]: cluster 2023-12-07T15:37:10.445433+0000 mgr.a (mgr.24293) 13905 : cluster 0 pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:12.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:12.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:12.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:13.646 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:13.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:13.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:13.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:13.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:14 smithi044 bash[32620]: cluster 2023-12-07T15:37:12.446035+0000 mgr.a (mgr.24293) 13906 : cluster 0 pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:14 smithi044 bash[32620]: audit 2023-12-07T15:37:13.111131+0000 mgr.a (mgr.24293) 13907 : audit 0 from='client.279024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:14 smithi022 bash[28554]: cluster 2023-12-07T15:37:12.446035+0000 mgr.a (mgr.24293) 13906 : cluster 0 pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:14 smithi022 bash[28554]: audit 2023-12-07T15:37:13.111131+0000 mgr.a (mgr.24293) 13907 : audit 0 from='client.279024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:14 smithi027 bash[31536]: cluster 2023-12-07T15:37:12.446035+0000 mgr.a (mgr.24293) 13906 : cluster 0 pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:14 smithi027 bash[31536]: audit 2023-12-07T15:37:13.111131+0000 mgr.a (mgr.24293) 13907 : audit 0 from='client.279024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:16 smithi022 bash[28554]: cluster 2023-12-07T15:37:14.446900+0000 mgr.a (mgr.24293) 13908 : cluster 0 pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:16 smithi044 bash[32620]: cluster 2023-12-07T15:37:14.446900+0000 mgr.a (mgr.24293) 13908 : cluster 0 pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:16 smithi027 bash[31536]: cluster 2023-12-07T15:37:14.446900+0000 mgr.a (mgr.24293) 13908 : cluster 0 pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:18.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:18 smithi044 bash[32620]: cluster 2023-12-07T15:37:16.447689+0000 mgr.a (mgr.24293) 13909 : cluster 0 pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:18.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:18 smithi022 bash[28554]: cluster 2023-12-07T15:37:16.447689+0000 mgr.a (mgr.24293) 13909 : cluster 0 pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:18 smithi027 bash[31536]: cluster 2023-12-07T15:37:16.447689+0000 mgr.a (mgr.24293) 13909 : cluster 0 pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:18.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:18.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:18.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:19.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:19.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:19.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:19.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:19.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:20 smithi022 bash[28554]: cluster 2023-12-07T15:37:18.448216+0000 mgr.a (mgr.24293) 13910 : 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-07T15:37:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:20 smithi022 bash[28554]: audit 2023-12-07T15:37:19.063180+0000 mgr.a (mgr.24293) 13911 : audit 0 from='client.279102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:20 smithi044 bash[32620]: cluster 2023-12-07T15:37:18.448216+0000 mgr.a (mgr.24293) 13910 : 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-07T15:37:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:20 smithi044 bash[32620]: audit 2023-12-07T15:37:19.063180+0000 mgr.a (mgr.24293) 13911 : audit 0 from='client.279102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:20 smithi027 bash[31536]: cluster 2023-12-07T15:37:18.448216+0000 mgr.a (mgr.24293) 13910 : 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-07T15:37:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:20 smithi027 bash[31536]: audit 2023-12-07T15:37:19.063180+0000 mgr.a (mgr.24293) 13911 : audit 0 from='client.279102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:22 smithi022 bash[28554]: cluster 2023-12-07T15:37:20.449291+0000 mgr.a (mgr.24293) 13912 : cluster 0 pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:22 smithi044 bash[32620]: cluster 2023-12-07T15:37:20.449291+0000 mgr.a (mgr.24293) 13912 : cluster 0 pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:22 smithi027 bash[31536]: cluster 2023-12-07T15:37:20.449291+0000 mgr.a (mgr.24293) 13912 : cluster 0 pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:24 smithi044 bash[32620]: cluster 2023-12-07T15:37:22.449908+0000 mgr.a (mgr.24293) 13913 : cluster 0 pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:24.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:24 smithi022 bash[28554]: cluster 2023-12-07T15:37:22.449908+0000 mgr.a (mgr.24293) 13913 : cluster 0 pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:24 smithi027 bash[31536]: cluster 2023-12-07T15:37:22.449908+0000 mgr.a (mgr.24293) 13913 : cluster 0 pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:24.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:24.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:24.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:25.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:25.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:25.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:25.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:25.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:26 smithi022 bash[28554]: cluster 2023-12-07T15:37:24.450445+0000 mgr.a (mgr.24293) 13914 : 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-07T15:37:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:26 smithi022 bash[28554]: audit 2023-12-07T15:37:24.999908+0000 mgr.a (mgr.24293) 13915 : audit 0 from='client.279177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:26 smithi044 bash[32620]: cluster 2023-12-07T15:37:24.450445+0000 mgr.a (mgr.24293) 13914 : 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-07T15:37:26.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:26 smithi044 bash[32620]: audit 2023-12-07T15:37:24.999908+0000 mgr.a (mgr.24293) 13915 : audit 0 from='client.279177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:26 smithi027 bash[31536]: cluster 2023-12-07T15:37:24.450445+0000 mgr.a (mgr.24293) 13914 : 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-07T15:37:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:26 smithi027 bash[31536]: audit 2023-12-07T15:37:24.999908+0000 mgr.a (mgr.24293) 13915 : audit 0 from='client.279177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:28 smithi044 bash[32620]: cluster 2023-12-07T15:37:26.451535+0000 mgr.a (mgr.24293) 13916 : cluster 0 pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:37:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:28 smithi022 bash[28554]: cluster 2023-12-07T15:37:26.451535+0000 mgr.a (mgr.24293) 13916 : cluster 0 pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:37:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:28 smithi027 bash[31536]: cluster 2023-12-07T15:37:26.451535+0000 mgr.a (mgr.24293) 13916 : cluster 0 pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:37:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:30 smithi022 bash[28554]: cluster 2023-12-07T15:37:28.452159+0000 mgr.a (mgr.24293) 13917 : cluster 0 pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:30 smithi044 bash[32620]: cluster 2023-12-07T15:37:28.452159+0000 mgr.a (mgr.24293) 13917 : cluster 0 pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:30 smithi027 bash[31536]: cluster 2023-12-07T15:37:28.452159+0000 mgr.a (mgr.24293) 13917 : cluster 0 pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:30.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:30.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:30.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:31 smithi027 bash[31536]: cluster 2023-12-07T15:37:30.452923+0000 mgr.a (mgr.24293) 13918 : cluster 0 pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:31 smithi027 bash[31536]: audit 2023-12-07T15:37:30.963135+0000 mgr.a (mgr.24293) 13919 : audit 0 from='client.279252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:31.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:31.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:31.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:31.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:31.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:31 smithi044 bash[32620]: cluster 2023-12-07T15:37:30.452923+0000 mgr.a (mgr.24293) 13918 : cluster 0 pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:31 smithi044 bash[32620]: audit 2023-12-07T15:37:30.963135+0000 mgr.a (mgr.24293) 13919 : audit 0 from='client.279252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:31 smithi022 bash[28554]: cluster 2023-12-07T15:37:30.452923+0000 mgr.a (mgr.24293) 13918 : cluster 0 pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:31 smithi022 bash[28554]: audit 2023-12-07T15:37:30.963135+0000 mgr.a (mgr.24293) 13919 : audit 0 from='client.279252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:33 smithi044 bash[32620]: cluster 2023-12-07T15:37:32.453646+0000 mgr.a (mgr.24293) 13920 : cluster 0 pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:33 smithi022 bash[28554]: cluster 2023-12-07T15:37:32.453646+0000 mgr.a (mgr.24293) 13920 : cluster 0 pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:33 smithi027 bash[31536]: cluster 2023-12-07T15:37:32.453646+0000 mgr.a (mgr.24293) 13920 : cluster 0 pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:36 smithi022 bash[28554]: cluster 2023-12-07T15:37:34.454209+0000 mgr.a (mgr.24293) 13921 : cluster 0 pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:36 smithi044 bash[32620]: cluster 2023-12-07T15:37:34.454209+0000 mgr.a (mgr.24293) 13921 : cluster 0 pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:36 smithi027 bash[31536]: cluster 2023-12-07T15:37:34.454209+0000 mgr.a (mgr.24293) 13921 : cluster 0 pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:36.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:36.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:36.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:37.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:37.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:37.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:37.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:37.409 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:38 smithi022 bash[28554]: cluster 2023-12-07T15:37:36.455042+0000 mgr.a (mgr.24293) 13922 : cluster 0 pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:38 smithi022 bash[28554]: audit 2023-12-07T15:37:36.875762+0000 mgr.a (mgr.24293) 13923 : audit 0 from='client.279330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:38 smithi044 bash[32620]: cluster 2023-12-07T15:37:36.455042+0000 mgr.a (mgr.24293) 13922 : cluster 0 pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:38 smithi044 bash[32620]: audit 2023-12-07T15:37:36.875762+0000 mgr.a (mgr.24293) 13923 : audit 0 from='client.279330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:38 smithi027 bash[31536]: cluster 2023-12-07T15:37:36.455042+0000 mgr.a (mgr.24293) 13922 : cluster 0 pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:38 smithi027 bash[31536]: audit 2023-12-07T15:37:36.875762+0000 mgr.a (mgr.24293) 13923 : audit 0 from='client.279330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:40 smithi022 bash[28554]: cluster 2023-12-07T15:37:38.455816+0000 mgr.a (mgr.24293) 13924 : 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-07T15:37:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:40 smithi044 bash[32620]: cluster 2023-12-07T15:37:38.455816+0000 mgr.a (mgr.24293) 13924 : 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-07T15:37:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:40 smithi027 bash[31536]: cluster 2023-12-07T15:37:38.455816+0000 mgr.a (mgr.24293) 13924 : 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-07T15:37:42.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:42.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:42.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:42 smithi022 bash[28554]: cluster 2023-12-07T15:37:40.456783+0000 mgr.a (mgr.24293) 13925 : cluster 0 pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:37:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:42 smithi044 bash[32620]: cluster 2023-12-07T15:37:40.456783+0000 mgr.a (mgr.24293) 13925 : cluster 0 pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:37:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:42 smithi027 bash[31536]: cluster 2023-12-07T15:37:40.456783+0000 mgr.a (mgr.24293) 13925 : cluster 0 pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:37:43.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:43.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:43.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:43.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:43.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:44 smithi044 bash[32620]: cluster 2023-12-07T15:37:42.457408+0000 mgr.a (mgr.24293) 13926 : cluster 0 pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:44 smithi044 bash[32620]: audit 2023-12-07T15:37:42.817101+0000 mgr.a (mgr.24293) 13927 : audit 0 from='client.279408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:44 smithi022 bash[28554]: cluster 2023-12-07T15:37:42.457408+0000 mgr.a (mgr.24293) 13926 : cluster 0 pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:44 smithi022 bash[28554]: audit 2023-12-07T15:37:42.817101+0000 mgr.a (mgr.24293) 13927 : audit 0 from='client.279408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:44 smithi027 bash[31536]: cluster 2023-12-07T15:37:42.457408+0000 mgr.a (mgr.24293) 13926 : cluster 0 pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:44.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:44 smithi027 bash[31536]: audit 2023-12-07T15:37:42.817101+0000 mgr.a (mgr.24293) 13927 : audit 0 from='client.279408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:46 smithi044 bash[32620]: cluster 2023-12-07T15:37:44.458132+0000 mgr.a (mgr.24293) 13928 : cluster 0 pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:46 smithi022 bash[28554]: cluster 2023-12-07T15:37:44.458132+0000 mgr.a (mgr.24293) 13928 : cluster 0 pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:46 smithi027 bash[31536]: cluster 2023-12-07T15:37:44.458132+0000 mgr.a (mgr.24293) 13928 : cluster 0 pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:48.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:48.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:48.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:48 smithi022 bash[28554]: cluster 2023-12-07T15:37:46.459147+0000 mgr.a (mgr.24293) 13929 : cluster 0 pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:48 smithi044 bash[32620]: cluster 2023-12-07T15:37:46.459147+0000 mgr.a (mgr.24293) 13929 : cluster 0 pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:48 smithi027 bash[31536]: cluster 2023-12-07T15:37:46.459147+0000 mgr.a (mgr.24293) 13929 : cluster 0 pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:49.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:49.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:49.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:49.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:49.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:50 smithi044 bash[32620]: cluster 2023-12-07T15:37:48.459868+0000 mgr.a (mgr.24293) 13930 : cluster 0 pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:50 smithi044 bash[32620]: audit 2023-12-07T15:37:48.751910+0000 mgr.a (mgr.24293) 13931 : audit 0 from='client.279483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:50 smithi022 bash[28554]: cluster 2023-12-07T15:37:48.459868+0000 mgr.a (mgr.24293) 13930 : cluster 0 pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:50 smithi022 bash[28554]: audit 2023-12-07T15:37:48.751910+0000 mgr.a (mgr.24293) 13931 : audit 0 from='client.279483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:50 smithi027 bash[31536]: cluster 2023-12-07T15:37:48.459868+0000 mgr.a (mgr.24293) 13930 : cluster 0 pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:50 smithi027 bash[31536]: audit 2023-12-07T15:37:48.751910+0000 mgr.a (mgr.24293) 13931 : audit 0 from='client.279483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:52 smithi044 bash[32620]: cluster 2023-12-07T15:37:50.460796+0000 mgr.a (mgr.24293) 13932 : cluster 0 pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:52 smithi022 bash[28554]: cluster 2023-12-07T15:37:50.460796+0000 mgr.a (mgr.24293) 13932 : cluster 0 pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:52.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:52 smithi027 bash[31536]: cluster 2023-12-07T15:37:50.460796+0000 mgr.a (mgr.24293) 13932 : cluster 0 pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:54.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:37:54.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:54.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:54 smithi022 bash[28554]: cluster 2023-12-07T15:37:52.461299+0000 mgr.a (mgr.24293) 13933 : cluster 0 pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:54 smithi044 bash[32620]: cluster 2023-12-07T15:37:52.461299+0000 mgr.a (mgr.24293) 13933 : cluster 0 pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:54 smithi027 bash[31536]: cluster 2023-12-07T15:37:52.461299+0000 mgr.a (mgr.24293) 13933 : cluster 0 pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:55.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:37:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:37:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:56 smithi044 bash[32620]: cluster 2023-12-07T15:37:54.461828+0000 mgr.a (mgr.24293) 13934 : 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-07T15:37:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:56 smithi044 bash[32620]: audit 2023-12-07T15:37:54.677909+0000 mgr.a (mgr.24293) 13935 : audit 0 from='client.279558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:56 smithi044 bash[32620]: audit 2023-12-07T15:37:55.868993+0000 mon.a (mon.0) 2373 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:56 smithi022 bash[28554]: cluster 2023-12-07T15:37:54.461828+0000 mgr.a (mgr.24293) 13934 : 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-07T15:37:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:56 smithi022 bash[28554]: audit 2023-12-07T15:37:54.677909+0000 mgr.a (mgr.24293) 13935 : audit 0 from='client.279558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:56 smithi022 bash[28554]: audit 2023-12-07T15:37:55.868993+0000 mon.a (mon.0) 2373 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:56 smithi027 bash[31536]: cluster 2023-12-07T15:37:54.461828+0000 mgr.a (mgr.24293) 13934 : 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-07T15:37:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:56 smithi027 bash[31536]: audit 2023-12-07T15:37:54.677909+0000 mgr.a (mgr.24293) 13935 : audit 0 from='client.279558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:56 smithi027 bash[31536]: audit 2023-12-07T15:37:55.868993+0000 mon.a (mon.0) 2373 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:57 smithi022 bash[28554]: audit 2023-12-07T15:37:56.659405+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:57 smithi022 bash[28554]: audit 2023-12-07T15:37:56.661252+0000 mon.a (mon.0) 2375 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:37:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:57 smithi022 bash[28554]: audit 2023-12-07T15:37:56.670204+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:37:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:57 smithi044 bash[32620]: audit 2023-12-07T15:37:56.659405+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:57 smithi044 bash[32620]: audit 2023-12-07T15:37:56.661252+0000 mon.a (mon.0) 2375 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:37:57.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:57 smithi044 bash[32620]: audit 2023-12-07T15:37:56.670204+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:37:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:57 smithi027 bash[31536]: audit 2023-12-07T15:37:56.659405+0000 mon.a (mon.0) 2374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:57 smithi027 bash[31536]: audit 2023-12-07T15:37:56.661252+0000 mon.a (mon.0) 2375 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:37:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:57 smithi027 bash[31536]: audit 2023-12-07T15:37:56.670204+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:37:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:37:58 smithi044 bash[32620]: cluster 2023-12-07T15:37:56.462648+0000 mgr.a (mgr.24293) 13936 : 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-07T15:37:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:37:58 smithi022 bash[28554]: cluster 2023-12-07T15:37:56.462648+0000 mgr.a (mgr.24293) 13936 : 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-07T15:37:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:37:58 smithi027 bash[31536]: cluster 2023-12-07T15:37:56.462648+0000 mgr.a (mgr.24293) 13936 : 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-07T15:38:00.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:00.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:00.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:00 smithi022 bash[28554]: cluster 2023-12-07T15:37:58.463243+0000 mgr.a (mgr.24293) 13937 : 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-07T15:38:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:00 smithi044 bash[32620]: cluster 2023-12-07T15:37:58.463243+0000 mgr.a (mgr.24293) 13937 : 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-07T15:38:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:00 smithi027 bash[31536]: cluster 2023-12-07T15:37:58.463243+0000 mgr.a (mgr.24293) 13937 : 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-07T15:38:01.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:01.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:01.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:01.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:01.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:02 smithi044 bash[32620]: cluster 2023-12-07T15:38:00.464017+0000 mgr.a (mgr.24293) 13938 : cluster 0 pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:02 smithi044 bash[32620]: audit 2023-12-07T15:38:00.608324+0000 mgr.a (mgr.24293) 13939 : audit 0 from='client.279633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:02 smithi022 bash[28554]: cluster 2023-12-07T15:38:00.464017+0000 mgr.a (mgr.24293) 13938 : cluster 0 pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:02 smithi022 bash[28554]: audit 2023-12-07T15:38:00.608324+0000 mgr.a (mgr.24293) 13939 : audit 0 from='client.279633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:02 smithi027 bash[31536]: cluster 2023-12-07T15:38:00.464017+0000 mgr.a (mgr.24293) 13938 : cluster 0 pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:02 smithi027 bash[31536]: audit 2023-12-07T15:38:00.608324+0000 mgr.a (mgr.24293) 13939 : audit 0 from='client.279633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:04 smithi044 bash[32620]: cluster 2023-12-07T15:38:02.464691+0000 mgr.a (mgr.24293) 13940 : cluster 0 pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:04 smithi022 bash[28554]: cluster 2023-12-07T15:38:02.464691+0000 mgr.a (mgr.24293) 13940 : cluster 0 pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:04 smithi027 bash[31536]: cluster 2023-12-07T15:38:02.464691+0000 mgr.a (mgr.24293) 13940 : cluster 0 pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:06.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:06.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:06.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:06 smithi022 bash[28554]: cluster 2023-12-07T15:38:04.465278+0000 mgr.a (mgr.24293) 13941 : cluster 0 pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:06 smithi044 bash[32620]: cluster 2023-12-07T15:38:04.465278+0000 mgr.a (mgr.24293) 13941 : cluster 0 pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:06 smithi027 bash[31536]: cluster 2023-12-07T15:38:04.465278+0000 mgr.a (mgr.24293) 13941 : cluster 0 pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:07.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:07.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:07.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:07.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:07.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:07 smithi027 bash[31536]: cluster 2023-12-07T15:38:06.465822+0000 mgr.a (mgr.24293) 13942 : cluster 0 pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:07 smithi027 bash[31536]: audit 2023-12-07T15:38:06.576264+0000 mgr.a (mgr.24293) 13943 : audit 0 from='client.279708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:07 smithi044 bash[32620]: cluster 2023-12-07T15:38:06.465822+0000 mgr.a (mgr.24293) 13942 : cluster 0 pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:07 smithi044 bash[32620]: audit 2023-12-07T15:38:06.576264+0000 mgr.a (mgr.24293) 13943 : audit 0 from='client.279708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:07 smithi022 bash[28554]: cluster 2023-12-07T15:38:06.465822+0000 mgr.a (mgr.24293) 13942 : cluster 0 pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:07 smithi022 bash[28554]: audit 2023-12-07T15:38:06.576264+0000 mgr.a (mgr.24293) 13943 : audit 0 from='client.279708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:09 smithi022 bash[28554]: cluster 2023-12-07T15:38:08.466445+0000 mgr.a (mgr.24293) 13944 : cluster 0 pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:09 smithi044 bash[32620]: cluster 2023-12-07T15:38:08.466445+0000 mgr.a (mgr.24293) 13944 : cluster 0 pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:09 smithi027 bash[31536]: cluster 2023-12-07T15:38:08.466445+0000 mgr.a (mgr.24293) 13944 : cluster 0 pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:12.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:12.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:12.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:12 smithi044 bash[32620]: cluster 2023-12-07T15:38:10.467249+0000 mgr.a (mgr.24293) 13945 : 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-07T15:38:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:12 smithi022 bash[28554]: cluster 2023-12-07T15:38:10.467249+0000 mgr.a (mgr.24293) 13945 : 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-07T15:38:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:12 smithi027 bash[31536]: cluster 2023-12-07T15:38:10.467249+0000 mgr.a (mgr.24293) 13945 : 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-07T15:38:13.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:13.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:13.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:13.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:13.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:14 smithi022 bash[28554]: cluster 2023-12-07T15:38:12.467820+0000 mgr.a (mgr.24293) 13946 : cluster 0 pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:14 smithi022 bash[28554]: audit 2023-12-07T15:38:12.494839+0000 mgr.a (mgr.24293) 13947 : audit 0 from='client.279786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:14 smithi044 bash[32620]: cluster 2023-12-07T15:38:12.467820+0000 mgr.a (mgr.24293) 13946 : cluster 0 pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:14 smithi044 bash[32620]: audit 2023-12-07T15:38:12.494839+0000 mgr.a (mgr.24293) 13947 : audit 0 from='client.279786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:14 smithi027 bash[31536]: cluster 2023-12-07T15:38:12.467820+0000 mgr.a (mgr.24293) 13946 : cluster 0 pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:14 smithi027 bash[31536]: audit 2023-12-07T15:38:12.494839+0000 mgr.a (mgr.24293) 13947 : audit 0 from='client.279786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:16 smithi044 bash[32620]: cluster 2023-12-07T15:38:14.468472+0000 mgr.a (mgr.24293) 13948 : cluster 0 pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:16 smithi022 bash[28554]: cluster 2023-12-07T15:38:14.468472+0000 mgr.a (mgr.24293) 13948 : cluster 0 pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:16 smithi027 bash[31536]: cluster 2023-12-07T15:38:14.468472+0000 mgr.a (mgr.24293) 13948 : cluster 0 pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:18.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:18.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:18.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:18 smithi044 bash[32620]: cluster 2023-12-07T15:38:16.469282+0000 mgr.a (mgr.24293) 13949 : cluster 0 pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:18 smithi022 bash[28554]: cluster 2023-12-07T15:38:16.469282+0000 mgr.a (mgr.24293) 13949 : cluster 0 pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:18 smithi027 bash[31536]: cluster 2023-12-07T15:38:16.469282+0000 mgr.a (mgr.24293) 13949 : cluster 0 pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:18.973 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:18.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:18.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:18.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:18.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:20 smithi044 bash[32620]: audit 2023-12-07T15:38:18.453574+0000 mgr.a (mgr.24293) 13950 : audit 0 from='client.279864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:20 smithi044 bash[32620]: cluster 2023-12-07T15:38:18.470019+0000 mgr.a (mgr.24293) 13951 : cluster 0 pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:20 smithi022 bash[28554]: audit 2023-12-07T15:38:18.453574+0000 mgr.a (mgr.24293) 13950 : audit 0 from='client.279864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:20 smithi022 bash[28554]: cluster 2023-12-07T15:38:18.470019+0000 mgr.a (mgr.24293) 13951 : cluster 0 pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:20 smithi027 bash[31536]: audit 2023-12-07T15:38:18.453574+0000 mgr.a (mgr.24293) 13950 : audit 0 from='client.279864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:20 smithi027 bash[31536]: cluster 2023-12-07T15:38:18.470019+0000 mgr.a (mgr.24293) 13951 : cluster 0 pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:22.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:22 smithi022 bash[28554]: cluster 2023-12-07T15:38:20.470924+0000 mgr.a (mgr.24293) 13952 : cluster 0 pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:22 smithi044 bash[32620]: cluster 2023-12-07T15:38:20.470924+0000 mgr.a (mgr.24293) 13952 : cluster 0 pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:22 smithi027 bash[31536]: cluster 2023-12-07T15:38:20.470924+0000 mgr.a (mgr.24293) 13952 : cluster 0 pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:23.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:23.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:23.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:24 smithi022 bash[28554]: cluster 2023-12-07T15:38:22.471478+0000 mgr.a (mgr.24293) 13953 : 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-07T15:38:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:24 smithi044 bash[32620]: cluster 2023-12-07T15:38:22.471478+0000 mgr.a (mgr.24293) 13953 : 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-07T15:38:24.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:24 smithi027 bash[31536]: cluster 2023-12-07T15:38:22.471478+0000 mgr.a (mgr.24293) 13953 : 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-07T15:38:24.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:24.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:24.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:24.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:24.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:26 smithi044 bash[32620]: audit 2023-12-07T15:38:24.380276+0000 mgr.a (mgr.24293) 13954 : audit 0 from='client.279939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:26 smithi044 bash[32620]: cluster 2023-12-07T15:38:24.472068+0000 mgr.a (mgr.24293) 13955 : 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-07T15:38:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:26 smithi022 bash[28554]: audit 2023-12-07T15:38:24.380276+0000 mgr.a (mgr.24293) 13954 : audit 0 from='client.279939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:26 smithi022 bash[28554]: cluster 2023-12-07T15:38:24.472068+0000 mgr.a (mgr.24293) 13955 : 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-07T15:38:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:26 smithi027 bash[31536]: audit 2023-12-07T15:38:24.380276+0000 mgr.a (mgr.24293) 13954 : audit 0 from='client.279939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:26 smithi027 bash[31536]: cluster 2023-12-07T15:38:24.472068+0000 mgr.a (mgr.24293) 13955 : 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-07T15:38:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:28 smithi022 bash[28554]: cluster 2023-12-07T15:38:26.472984+0000 mgr.a (mgr.24293) 13956 : 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-07T15:38:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:28 smithi044 bash[32620]: cluster 2023-12-07T15:38:26.472984+0000 mgr.a (mgr.24293) 13956 : 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-07T15:38:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:28 smithi027 bash[31536]: cluster 2023-12-07T15:38:26.472984+0000 mgr.a (mgr.24293) 13956 : 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-07T15:38:29.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:29.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:29.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:30 smithi022 bash[28554]: cluster 2023-12-07T15:38:28.473574+0000 mgr.a (mgr.24293) 13957 : 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-07T15:38:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:30 smithi044 bash[32620]: cluster 2023-12-07T15:38:28.473574+0000 mgr.a (mgr.24293) 13957 : 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-07T15:38:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:30 smithi027 bash[31536]: cluster 2023-12-07T15:38:28.473574+0000 mgr.a (mgr.24293) 13957 : 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-07T15:38:30.859 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:30.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:30.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:30.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:30.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:32 smithi022 bash[28554]: audit 2023-12-07T15:38:30.323384+0000 mgr.a (mgr.24293) 13958 : audit 0 from='client.280017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:32 smithi022 bash[28554]: cluster 2023-12-07T15:38:30.477365+0000 mgr.a (mgr.24293) 13959 : cluster 0 pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:32 smithi044 bash[32620]: audit 2023-12-07T15:38:30.323384+0000 mgr.a (mgr.24293) 13958 : audit 0 from='client.280017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:32 smithi044 bash[32620]: cluster 2023-12-07T15:38:30.477365+0000 mgr.a (mgr.24293) 13959 : cluster 0 pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:32 smithi027 bash[31536]: audit 2023-12-07T15:38:30.323384+0000 mgr.a (mgr.24293) 13958 : audit 0 from='client.280017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:32 smithi027 bash[31536]: cluster 2023-12-07T15:38:30.477365+0000 mgr.a (mgr.24293) 13959 : cluster 0 pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:34 smithi022 bash[28554]: cluster 2023-12-07T15:38:32.478140+0000 mgr.a (mgr.24293) 13960 : cluster 0 pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:34 smithi044 bash[32620]: cluster 2023-12-07T15:38:32.478140+0000 mgr.a (mgr.24293) 13960 : cluster 0 pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:34 smithi027 bash[31536]: cluster 2023-12-07T15:38:32.478140+0000 mgr.a (mgr.24293) 13960 : cluster 0 pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:35.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:35.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:35.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:36 smithi022 bash[28554]: cluster 2023-12-07T15:38:34.478726+0000 mgr.a (mgr.24293) 13961 : cluster 0 pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:36 smithi044 bash[32620]: cluster 2023-12-07T15:38:34.478726+0000 mgr.a (mgr.24293) 13961 : cluster 0 pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:36 smithi027 bash[31536]: cluster 2023-12-07T15:38:34.478726+0000 mgr.a (mgr.24293) 13961 : cluster 0 pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:36.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:36.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:36.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:36.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:36.792 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:38 smithi044 bash[32620]: audit 2023-12-07T15:38:36.276319+0000 mgr.a (mgr.24293) 13962 : audit 0 from='client.280095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:38 smithi044 bash[32620]: cluster 2023-12-07T15:38:36.479889+0000 mgr.a (mgr.24293) 13963 : cluster 0 pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:38 smithi022 bash[28554]: audit 2023-12-07T15:38:36.276319+0000 mgr.a (mgr.24293) 13962 : audit 0 from='client.280095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:38 smithi022 bash[28554]: cluster 2023-12-07T15:38:36.479889+0000 mgr.a (mgr.24293) 13963 : cluster 0 pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:38 smithi027 bash[31536]: audit 2023-12-07T15:38:36.276319+0000 mgr.a (mgr.24293) 13962 : audit 0 from='client.280095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:38 smithi027 bash[31536]: cluster 2023-12-07T15:38:36.479889+0000 mgr.a (mgr.24293) 13963 : cluster 0 pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:40 smithi022 bash[28554]: cluster 2023-12-07T15:38:38.480608+0000 mgr.a (mgr.24293) 13964 : cluster 0 pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:40 smithi044 bash[32620]: cluster 2023-12-07T15:38:38.480608+0000 mgr.a (mgr.24293) 13964 : cluster 0 pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:40 smithi027 bash[31536]: cluster 2023-12-07T15:38:38.480608+0000 mgr.a (mgr.24293) 13964 : cluster 0 pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:41 smithi044 bash[32620]: cluster 2023-12-07T15:38:40.481440+0000 mgr.a (mgr.24293) 13965 : cluster 0 pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:41 smithi022 bash[28554]: cluster 2023-12-07T15:38:40.481440+0000 mgr.a (mgr.24293) 13965 : cluster 0 pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:41 smithi027 bash[31536]: cluster 2023-12-07T15:38:40.481440+0000 mgr.a (mgr.24293) 13965 : cluster 0 pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:41.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:41.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:41.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:42.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:42.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:42.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:42.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:42.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:43 smithi022 bash[28554]: audit 2023-12-07T15:38:42.209097+0000 mgr.a (mgr.24293) 13966 : audit 0 from='client.225107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:43 smithi022 bash[28554]: cluster 2023-12-07T15:38:42.482725+0000 mgr.a (mgr.24293) 13967 : cluster 0 pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:43 smithi044 bash[32620]: audit 2023-12-07T15:38:42.209097+0000 mgr.a (mgr.24293) 13966 : audit 0 from='client.225107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:43 smithi044 bash[32620]: cluster 2023-12-07T15:38:42.482725+0000 mgr.a (mgr.24293) 13967 : cluster 0 pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:43 smithi027 bash[31536]: audit 2023-12-07T15:38:42.209097+0000 mgr.a (mgr.24293) 13966 : audit 0 from='client.225107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:43.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:43 smithi027 bash[31536]: cluster 2023-12-07T15:38:42.482725+0000 mgr.a (mgr.24293) 13967 : cluster 0 pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:46 smithi044 bash[32620]: cluster 2023-12-07T15:38:44.483562+0000 mgr.a (mgr.24293) 13968 : cluster 0 pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:46 smithi022 bash[28554]: cluster 2023-12-07T15:38:44.483562+0000 mgr.a (mgr.24293) 13968 : cluster 0 pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:46 smithi027 bash[31536]: cluster 2023-12-07T15:38:44.483562+0000 mgr.a (mgr.24293) 13968 : cluster 0 pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:47.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:47.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:47.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:48 smithi044 bash[32620]: cluster 2023-12-07T15:38:46.484402+0000 mgr.a (mgr.24293) 13969 : cluster 0 pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:48 smithi022 bash[28554]: cluster 2023-12-07T15:38:46.484402+0000 mgr.a (mgr.24293) 13969 : cluster 0 pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:48 smithi027 bash[31536]: cluster 2023-12-07T15:38:46.484402+0000 mgr.a (mgr.24293) 13969 : cluster 0 pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:48.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:48.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:48.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:48.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:48.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:50 smithi022 bash[28554]: audit 2023-12-07T15:38:48.152141+0000 mgr.a (mgr.24293) 13970 : audit 0 from='client.280248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:50 smithi022 bash[28554]: cluster 2023-12-07T15:38:48.485974+0000 mgr.a (mgr.24293) 13971 : cluster 0 pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:50 smithi044 bash[32620]: audit 2023-12-07T15:38:48.152141+0000 mgr.a (mgr.24293) 13970 : audit 0 from='client.280248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:50 smithi044 bash[32620]: cluster 2023-12-07T15:38:48.485974+0000 mgr.a (mgr.24293) 13971 : cluster 0 pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:50 smithi027 bash[31536]: audit 2023-12-07T15:38:48.152141+0000 mgr.a (mgr.24293) 13970 : audit 0 from='client.280248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:50 smithi027 bash[31536]: cluster 2023-12-07T15:38:48.485974+0000 mgr.a (mgr.24293) 13971 : cluster 0 pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:52 smithi022 bash[28554]: cluster 2023-12-07T15:38:50.486884+0000 mgr.a (mgr.24293) 13972 : cluster 0 pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:52 smithi044 bash[32620]: cluster 2023-12-07T15:38:50.486884+0000 mgr.a (mgr.24293) 13972 : cluster 0 pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:52 smithi027 bash[31536]: cluster 2023-12-07T15:38:50.486884+0000 mgr.a (mgr.24293) 13972 : cluster 0 pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:53.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:53.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:53.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:54 smithi022 bash[28554]: cluster 2023-12-07T15:38:52.487474+0000 mgr.a (mgr.24293) 13973 : cluster 0 pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:54 smithi044 bash[32620]: cluster 2023-12-07T15:38:52.487474+0000 mgr.a (mgr.24293) 13973 : cluster 0 pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:54 smithi027 bash[31536]: cluster 2023-12-07T15:38:52.487474+0000 mgr.a (mgr.24293) 13973 : cluster 0 pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:54.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:38:54.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:54.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:54.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:54.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:38:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:55 smithi044 bash[32620]: audit 2023-12-07T15:38:54.063514+0000 mgr.a (mgr.24293) 13974 : audit 0 from='client.280323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:55 smithi022 bash[28554]: audit 2023-12-07T15:38:54.063514+0000 mgr.a (mgr.24293) 13974 : audit 0 from='client.280323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:55 smithi027 bash[31536]: audit 2023-12-07T15:38:54.063514+0000 mgr.a (mgr.24293) 13974 : audit 0 from='client.280323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:56 smithi044 bash[32620]: cluster 2023-12-07T15:38:54.488242+0000 mgr.a (mgr.24293) 13975 : cluster 0 pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:56 smithi022 bash[28554]: cluster 2023-12-07T15:38:54.488242+0000 mgr.a (mgr.24293) 13975 : cluster 0 pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:56 smithi027 bash[31536]: cluster 2023-12-07T15:38:54.488242+0000 mgr.a (mgr.24293) 13975 : cluster 0 pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:57 smithi022 bash[28554]: audit 2023-12-07T15:38:56.773886+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:57 smithi044 bash[32620]: audit 2023-12-07T15:38:56.773886+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:57.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:57 smithi027 bash[31536]: audit 2023-12-07T15:38:56.773886+0000 mon.a (mon.0) 2377 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:58 smithi044 bash[32620]: cluster 2023-12-07T15:38:56.489043+0000 mgr.a (mgr.24293) 13976 : cluster 0 pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:58 smithi044 bash[32620]: audit 2023-12-07T15:38:57.303493+0000 mon.a (mon.0) 2378 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:58 smithi044 bash[32620]: audit 2023-12-07T15:38:57.308912+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:58 smithi044 bash[32620]: audit 2023-12-07T15:38:58.054139+0000 mon.a (mon.0) 2380 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:58 smithi044 bash[32620]: audit 2023-12-07T15:38:58.056079+0000 mon.a (mon.0) 2381 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:38:58 smithi044 bash[32620]: audit 2023-12-07T15:38:58.065757+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:58 smithi022 bash[28554]: cluster 2023-12-07T15:38:56.489043+0000 mgr.a (mgr.24293) 13976 : cluster 0 pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:58 smithi022 bash[28554]: audit 2023-12-07T15:38:57.303493+0000 mon.a (mon.0) 2378 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:58 smithi022 bash[28554]: audit 2023-12-07T15:38:57.308912+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:58 smithi022 bash[28554]: audit 2023-12-07T15:38:58.054139+0000 mon.a (mon.0) 2380 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:58 smithi022 bash[28554]: audit 2023-12-07T15:38:58.056079+0000 mon.a (mon.0) 2381 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:58.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:38:58 smithi022 bash[28554]: audit 2023-12-07T15:38:58.065757+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:58 smithi027 bash[31536]: cluster 2023-12-07T15:38:56.489043+0000 mgr.a (mgr.24293) 13976 : cluster 0 pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:58 smithi027 bash[31536]: audit 2023-12-07T15:38:57.303493+0000 mon.a (mon.0) 2378 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:58 smithi027 bash[31536]: audit 2023-12-07T15:38:57.308912+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:58 smithi027 bash[31536]: audit 2023-12-07T15:38:58.054139+0000 mon.a (mon.0) 2380 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:58 smithi027 bash[31536]: audit 2023-12-07T15:38:58.056079+0000 mon.a (mon.0) 2381 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:38:58 smithi027 bash[31536]: audit 2023-12-07T15:38:58.065757+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:38:59.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:38:59.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:59.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:00 smithi022 bash[28554]: cluster 2023-12-07T15:38:58.489781+0000 mgr.a (mgr.24293) 13977 : 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-07T15:39:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:00 smithi044 bash[32620]: cluster 2023-12-07T15:38:58.489781+0000 mgr.a (mgr.24293) 13977 : 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-07T15:39:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:00 smithi027 bash[31536]: cluster 2023-12-07T15:38:58.489781+0000 mgr.a (mgr.24293) 13977 : 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-07T15:39:00.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:00.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:00.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:00.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:00.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:01 smithi044 bash[32620]: audit 2023-12-07T15:39:00.011910+0000 mgr.a (mgr.24293) 13978 : audit 0 from='client.280398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:01.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:01 smithi022 bash[28554]: audit 2023-12-07T15:39:00.011910+0000 mgr.a (mgr.24293) 13978 : audit 0 from='client.280398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:01 smithi027 bash[31536]: audit 2023-12-07T15:39:00.011910+0000 mgr.a (mgr.24293) 13978 : audit 0 from='client.280398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:02 smithi044 bash[32620]: cluster 2023-12-07T15:39:00.490425+0000 mgr.a (mgr.24293) 13979 : cluster 0 pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:39:02.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:02 smithi022 bash[28554]: cluster 2023-12-07T15:39:00.490425+0000 mgr.a (mgr.24293) 13979 : cluster 0 pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:39:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:02 smithi027 bash[31536]: cluster 2023-12-07T15:39:00.490425+0000 mgr.a (mgr.24293) 13979 : cluster 0 pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:39:04.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:04 smithi044 bash[32620]: cluster 2023-12-07T15:39:02.490961+0000 mgr.a (mgr.24293) 13980 : cluster 0 pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:39:04.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:04 smithi022 bash[28554]: cluster 2023-12-07T15:39:02.490961+0000 mgr.a (mgr.24293) 13980 : cluster 0 pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:39:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:04 smithi027 bash[31536]: cluster 2023-12-07T15:39:02.490961+0000 mgr.a (mgr.24293) 13980 : cluster 0 pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:39:05.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:05.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:05.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:06 smithi022 bash[28554]: cluster 2023-12-07T15:39:04.491560+0000 mgr.a (mgr.24293) 13981 : cluster 0 pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:39:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:06 smithi044 bash[32620]: cluster 2023-12-07T15:39:04.491560+0000 mgr.a (mgr.24293) 13981 : cluster 0 pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:39:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:06 smithi027 bash[31536]: cluster 2023-12-07T15:39:04.491560+0000 mgr.a (mgr.24293) 13981 : cluster 0 pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:39:06.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:06.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:06.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:06.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:06.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:07 smithi044 bash[32620]: audit 2023-12-07T15:39:05.971672+0000 mgr.a (mgr.24293) 13982 : audit 0 from='client.280473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:07 smithi022 bash[28554]: audit 2023-12-07T15:39:05.971672+0000 mgr.a (mgr.24293) 13982 : audit 0 from='client.280473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:07 smithi027 bash[31536]: audit 2023-12-07T15:39:05.971672+0000 mgr.a (mgr.24293) 13982 : audit 0 from='client.280473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:08 smithi044 bash[32620]: cluster 2023-12-07T15:39:06.492451+0000 mgr.a (mgr.24293) 13983 : cluster 0 pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:08 smithi022 bash[28554]: cluster 2023-12-07T15:39:06.492451+0000 mgr.a (mgr.24293) 13983 : cluster 0 pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:08 smithi027 bash[31536]: cluster 2023-12-07T15:39:06.492451+0000 mgr.a (mgr.24293) 13983 : cluster 0 pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:10.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:10 smithi022 bash[28554]: cluster 2023-12-07T15:39:08.493013+0000 mgr.a (mgr.24293) 13984 : cluster 0 pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:10 smithi044 bash[32620]: cluster 2023-12-07T15:39:08.493013+0000 mgr.a (mgr.24293) 13984 : cluster 0 pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:10 smithi027 bash[31536]: cluster 2023-12-07T15:39:08.493013+0000 mgr.a (mgr.24293) 13984 : cluster 0 pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:11.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:11.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:11.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:12 smithi044 bash[32620]: cluster 2023-12-07T15:39:10.493795+0000 mgr.a (mgr.24293) 13985 : cluster 0 pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:12 smithi022 bash[28554]: cluster 2023-12-07T15:39:10.493795+0000 mgr.a (mgr.24293) 13985 : cluster 0 pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:12.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:12 smithi027 bash[31536]: cluster 2023-12-07T15:39:10.493795+0000 mgr.a (mgr.24293) 13985 : cluster 0 pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:13 smithi044 bash[32620]: audit 2023-12-07T15:39:11.910667+0000 mgr.a (mgr.24293) 13986 : audit 0 from='client.280545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:13.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:13 smithi022 bash[28554]: audit 2023-12-07T15:39:11.910667+0000 mgr.a (mgr.24293) 13986 : audit 0 from='client.280545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:13 smithi027 bash[31536]: audit 2023-12-07T15:39:11.910667+0000 mgr.a (mgr.24293) 13986 : audit 0 from='client.280545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:14 smithi022 bash[28554]: cluster 2023-12-07T15:39:12.494527+0000 mgr.a (mgr.24293) 13987 : cluster 0 pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:14 smithi044 bash[32620]: cluster 2023-12-07T15:39:12.494527+0000 mgr.a (mgr.24293) 13987 : cluster 0 pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:14 smithi027 bash[31536]: cluster 2023-12-07T15:39:12.494527+0000 mgr.a (mgr.24293) 13987 : cluster 0 pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:16 smithi022 bash[28554]: cluster 2023-12-07T15:39:14.495095+0000 mgr.a (mgr.24293) 13988 : cluster 0 pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:16 smithi044 bash[32620]: cluster 2023-12-07T15:39:14.495095+0000 mgr.a (mgr.24293) 13988 : cluster 0 pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:16 smithi027 bash[31536]: cluster 2023-12-07T15:39:14.495095+0000 mgr.a (mgr.24293) 13988 : cluster 0 pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:17.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:18.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:18.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:18.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:18.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:18.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:18 smithi044 bash[32620]: cluster 2023-12-07T15:39:16.495901+0000 mgr.a (mgr.24293) 13989 : cluster 0 pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:39:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:18 smithi022 bash[28554]: cluster 2023-12-07T15:39:16.495901+0000 mgr.a (mgr.24293) 13989 : cluster 0 pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:39:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:18 smithi027 bash[31536]: cluster 2023-12-07T15:39:16.495901+0000 mgr.a (mgr.24293) 13989 : cluster 0 pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:39:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:19 smithi044 bash[32620]: audit 2023-12-07T15:39:17.858923+0000 mgr.a (mgr.24293) 13990 : audit 0 from='client.280620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:19.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:19 smithi022 bash[28554]: audit 2023-12-07T15:39:17.858923+0000 mgr.a (mgr.24293) 13990 : audit 0 from='client.280620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:19 smithi027 bash[31536]: audit 2023-12-07T15:39:17.858923+0000 mgr.a (mgr.24293) 13990 : audit 0 from='client.280620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:20 smithi022 bash[28554]: cluster 2023-12-07T15:39:18.496750+0000 mgr.a (mgr.24293) 13991 : cluster 0 pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:20 smithi044 bash[32620]: cluster 2023-12-07T15:39:18.496750+0000 mgr.a (mgr.24293) 13991 : cluster 0 pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:20 smithi027 bash[31536]: cluster 2023-12-07T15:39:18.496750+0000 mgr.a (mgr.24293) 13991 : cluster 0 pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:21 smithi022 bash[28554]: cluster 2023-12-07T15:39:20.497616+0000 mgr.a (mgr.24293) 13992 : cluster 0 pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:21 smithi044 bash[32620]: cluster 2023-12-07T15:39:20.497616+0000 mgr.a (mgr.24293) 13992 : cluster 0 pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:21 smithi027 bash[31536]: cluster 2023-12-07T15:39:20.497616+0000 mgr.a (mgr.24293) 13992 : cluster 0 pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:23.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:23.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:23.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:23 smithi022 bash[28554]: cluster 2023-12-07T15:39:22.498183+0000 mgr.a (mgr.24293) 13993 : cluster 0 pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:23 smithi044 bash[32620]: cluster 2023-12-07T15:39:22.498183+0000 mgr.a (mgr.24293) 13993 : cluster 0 pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:23 smithi027 bash[31536]: cluster 2023-12-07T15:39:22.498183+0000 mgr.a (mgr.24293) 13993 : cluster 0 pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:24.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:24.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:24.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:24.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:24.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:24 smithi022 bash[28554]: audit 2023-12-07T15:39:23.809983+0000 mgr.a (mgr.24293) 13994 : audit 0 from='client.280692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:24 smithi044 bash[32620]: audit 2023-12-07T15:39:23.809983+0000 mgr.a (mgr.24293) 13994 : audit 0 from='client.280692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:24 smithi027 bash[31536]: audit 2023-12-07T15:39:23.809983+0000 mgr.a (mgr.24293) 13994 : audit 0 from='client.280692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:26 smithi022 bash[28554]: cluster 2023-12-07T15:39:24.498958+0000 mgr.a (mgr.24293) 13995 : cluster 0 pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:26 smithi044 bash[32620]: cluster 2023-12-07T15:39:24.498958+0000 mgr.a (mgr.24293) 13995 : cluster 0 pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:26 smithi027 bash[31536]: cluster 2023-12-07T15:39:24.498958+0000 mgr.a (mgr.24293) 13995 : cluster 0 pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:28 smithi044 bash[32620]: cluster 2023-12-07T15:39:26.499859+0000 mgr.a (mgr.24293) 13996 : cluster 0 pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:28 smithi022 bash[28554]: cluster 2023-12-07T15:39:26.499859+0000 mgr.a (mgr.24293) 13996 : cluster 0 pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:28 smithi027 bash[31536]: cluster 2023-12-07T15:39:26.499859+0000 mgr.a (mgr.24293) 13996 : cluster 0 pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:29.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:29.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:29.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:30.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:30.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:30.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:30.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:30.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:30 smithi044 bash[32620]: cluster 2023-12-07T15:39:28.500395+0000 mgr.a (mgr.24293) 13997 : 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-07T15:39:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:30 smithi022 bash[28554]: cluster 2023-12-07T15:39:28.500395+0000 mgr.a (mgr.24293) 13997 : 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-07T15:39:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:30 smithi027 bash[31536]: cluster 2023-12-07T15:39:28.500395+0000 mgr.a (mgr.24293) 13997 : 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-07T15:39:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:31 smithi044 bash[32620]: audit 2023-12-07T15:39:29.748956+0000 mgr.a (mgr.24293) 13998 : audit 0 from='client.280770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:31 smithi022 bash[28554]: audit 2023-12-07T15:39:29.748956+0000 mgr.a (mgr.24293) 13998 : audit 0 from='client.280770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:31 smithi027 bash[31536]: audit 2023-12-07T15:39:29.748956+0000 mgr.a (mgr.24293) 13998 : audit 0 from='client.280770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:32 smithi044 bash[32620]: cluster 2023-12-07T15:39:30.501342+0000 mgr.a (mgr.24293) 13999 : 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-07T15:39:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:32 smithi022 bash[28554]: cluster 2023-12-07T15:39:30.501342+0000 mgr.a (mgr.24293) 13999 : 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-07T15:39:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:32 smithi027 bash[31536]: cluster 2023-12-07T15:39:30.501342+0000 mgr.a (mgr.24293) 13999 : 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-07T15:39:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:34 smithi044 bash[32620]: cluster 2023-12-07T15:39:32.501859+0000 mgr.a (mgr.24293) 14000 : 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-07T15:39:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:34 smithi022 bash[28554]: cluster 2023-12-07T15:39:32.501859+0000 mgr.a (mgr.24293) 14000 : 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-07T15:39:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:34 smithi027 bash[31536]: cluster 2023-12-07T15:39:32.501859+0000 mgr.a (mgr.24293) 14000 : 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-07T15:39:35.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:35.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:35.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:36.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:36.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:36.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:36.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:36.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:36 smithi022 bash[28554]: cluster 2023-12-07T15:39:34.502533+0000 mgr.a (mgr.24293) 14001 : 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-07T15:39:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:36 smithi044 bash[32620]: cluster 2023-12-07T15:39:34.502533+0000 mgr.a (mgr.24293) 14001 : 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-07T15:39:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:36 smithi027 bash[31536]: cluster 2023-12-07T15:39:34.502533+0000 mgr.a (mgr.24293) 14001 : 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-07T15:39:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:37 smithi022 bash[28554]: audit 2023-12-07T15:39:35.706140+0000 mgr.a (mgr.24293) 14002 : audit 0 from='client.280845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:37 smithi044 bash[32620]: audit 2023-12-07T15:39:35.706140+0000 mgr.a (mgr.24293) 14002 : audit 0 from='client.280845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:37 smithi027 bash[31536]: audit 2023-12-07T15:39:35.706140+0000 mgr.a (mgr.24293) 14002 : audit 0 from='client.280845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:38 smithi044 bash[32620]: cluster 2023-12-07T15:39:36.503645+0000 mgr.a (mgr.24293) 14003 : cluster 0 pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:38 smithi022 bash[28554]: cluster 2023-12-07T15:39:36.503645+0000 mgr.a (mgr.24293) 14003 : cluster 0 pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:38 smithi027 bash[31536]: cluster 2023-12-07T15:39:36.503645+0000 mgr.a (mgr.24293) 14003 : cluster 0 pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:40.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:40 smithi022 bash[28554]: cluster 2023-12-07T15:39:38.504197+0000 mgr.a (mgr.24293) 14004 : cluster 0 pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:40 smithi044 bash[32620]: cluster 2023-12-07T15:39:38.504197+0000 mgr.a (mgr.24293) 14004 : cluster 0 pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:40 smithi027 bash[31536]: cluster 2023-12-07T15:39:38.504197+0000 mgr.a (mgr.24293) 14004 : cluster 0 pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:41.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:41.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:41.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:42.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:42.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:42 smithi044 bash[32620]: cluster 2023-12-07T15:39:40.504915+0000 mgr.a (mgr.24293) 14005 : cluster 0 pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:42 smithi022 bash[28554]: cluster 2023-12-07T15:39:40.504915+0000 mgr.a (mgr.24293) 14005 : cluster 0 pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:42 smithi027 bash[31536]: cluster 2023-12-07T15:39:40.504915+0000 mgr.a (mgr.24293) 14005 : cluster 0 pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:43 smithi044 bash[32620]: audit 2023-12-07T15:39:41.668176+0000 mgr.a (mgr.24293) 14006 : audit 0 from='client.280920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:43.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:43 smithi022 bash[28554]: audit 2023-12-07T15:39:41.668176+0000 mgr.a (mgr.24293) 14006 : audit 0 from='client.280920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:43.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:43 smithi027 bash[31536]: audit 2023-12-07T15:39:41.668176+0000 mgr.a (mgr.24293) 14006 : audit 0 from='client.280920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:44 smithi044 bash[32620]: cluster 2023-12-07T15:39:42.505755+0000 mgr.a (mgr.24293) 14007 : cluster 0 pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:44 smithi022 bash[28554]: cluster 2023-12-07T15:39:42.505755+0000 mgr.a (mgr.24293) 14007 : cluster 0 pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:44.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:44 smithi027 bash[31536]: cluster 2023-12-07T15:39:42.505755+0000 mgr.a (mgr.24293) 14007 : cluster 0 pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:46 smithi044 bash[32620]: cluster 2023-12-07T15:39:44.506349+0000 mgr.a (mgr.24293) 14008 : cluster 0 pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:46 smithi022 bash[28554]: cluster 2023-12-07T15:39:44.506349+0000 mgr.a (mgr.24293) 14008 : cluster 0 pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:46 smithi027 bash[31536]: cluster 2023-12-07T15:39:44.506349+0000 mgr.a (mgr.24293) 14008 : cluster 0 pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:47.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:47.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:47.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:48.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:48.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:48.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:48.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:48.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:48 smithi044 bash[32620]: cluster 2023-12-07T15:39:46.507136+0000 mgr.a (mgr.24293) 14009 : cluster 0 pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:48 smithi022 bash[28554]: cluster 2023-12-07T15:39:46.507136+0000 mgr.a (mgr.24293) 14009 : cluster 0 pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:48 smithi027 bash[31536]: cluster 2023-12-07T15:39:46.507136+0000 mgr.a (mgr.24293) 14009 : cluster 0 pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:49 smithi044 bash[32620]: audit 2023-12-07T15:39:47.599971+0000 mgr.a (mgr.24293) 14010 : audit 0 from='client.280998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:49 smithi022 bash[28554]: audit 2023-12-07T15:39:47.599971+0000 mgr.a (mgr.24293) 14010 : audit 0 from='client.280998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:49 smithi027 bash[31536]: audit 2023-12-07T15:39:47.599971+0000 mgr.a (mgr.24293) 14010 : audit 0 from='client.280998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:50 smithi022 bash[28554]: cluster 2023-12-07T15:39:48.507853+0000 mgr.a (mgr.24293) 14011 : cluster 0 pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:50 smithi044 bash[32620]: cluster 2023-12-07T15:39:48.507853+0000 mgr.a (mgr.24293) 14011 : cluster 0 pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:50 smithi027 bash[31536]: cluster 2023-12-07T15:39:48.507853+0000 mgr.a (mgr.24293) 14011 : cluster 0 pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:52 smithi022 bash[28554]: cluster 2023-12-07T15:39:50.508616+0000 mgr.a (mgr.24293) 14012 : cluster 0 pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:52 smithi044 bash[32620]: cluster 2023-12-07T15:39:50.508616+0000 mgr.a (mgr.24293) 14012 : cluster 0 pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:52 smithi027 bash[31536]: cluster 2023-12-07T15:39:50.508616+0000 mgr.a (mgr.24293) 14012 : cluster 0 pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:53.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:53.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:53.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:54.069 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:54.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:54.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:54.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:54.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:39:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:54 smithi022 bash[28554]: cluster 2023-12-07T15:39:52.509157+0000 mgr.a (mgr.24293) 14013 : cluster 0 pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:54 smithi044 bash[32620]: cluster 2023-12-07T15:39:52.509157+0000 mgr.a (mgr.24293) 14013 : cluster 0 pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:54 smithi027 bash[31536]: cluster 2023-12-07T15:39:52.509157+0000 mgr.a (mgr.24293) 14013 : cluster 0 pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:55 smithi044 bash[32620]: audit 2023-12-07T15:39:53.551117+0000 mgr.a (mgr.24293) 14014 : audit 0 from='client.281070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:55.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:55 smithi022 bash[28554]: audit 2023-12-07T15:39:53.551117+0000 mgr.a (mgr.24293) 14014 : audit 0 from='client.281070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:55.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:55 smithi027 bash[31536]: audit 2023-12-07T15:39:53.551117+0000 mgr.a (mgr.24293) 14014 : audit 0 from='client.281070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:56 smithi044 bash[32620]: cluster 2023-12-07T15:39:54.509809+0000 mgr.a (mgr.24293) 14015 : cluster 0 pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:56 smithi022 bash[28554]: cluster 2023-12-07T15:39:54.509809+0000 mgr.a (mgr.24293) 14015 : cluster 0 pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:56 smithi027 bash[31536]: cluster 2023-12-07T15:39:54.509809+0000 mgr.a (mgr.24293) 14015 : cluster 0 pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:58 smithi044 bash[32620]: cluster 2023-12-07T15:39:56.510621+0000 mgr.a (mgr.24293) 14016 : cluster 0 pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:58 smithi022 bash[28554]: cluster 2023-12-07T15:39:56.510621+0000 mgr.a (mgr.24293) 14016 : cluster 0 pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:58 smithi027 bash[31536]: cluster 2023-12-07T15:39:56.510621+0000 mgr.a (mgr.24293) 14016 : cluster 0 pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:59.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:39:59.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:59.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:59 smithi022 bash[28554]: audit 2023-12-07T15:39:58.169278+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:59 smithi022 bash[28554]: audit 2023-12-07T15:39:58.696914+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:59 smithi022 bash[28554]: audit 2023-12-07T15:39:58.703332+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:59 smithi022 bash[28554]: audit 2023-12-07T15:39:58.709097+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:39:59 smithi022 bash[28554]: audit 2023-12-07T15:39:58.715285+0000 mon.a (mon.0) 2387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:59 smithi044 bash[32620]: audit 2023-12-07T15:39:58.169278+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:59 smithi044 bash[32620]: audit 2023-12-07T15:39:58.696914+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:59 smithi044 bash[32620]: audit 2023-12-07T15:39:58.703332+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:59 smithi044 bash[32620]: audit 2023-12-07T15:39:58.709097+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:39:59 smithi044 bash[32620]: audit 2023-12-07T15:39:58.715285+0000 mon.a (mon.0) 2387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:59 smithi027 bash[31536]: audit 2023-12-07T15:39:58.169278+0000 mon.a (mon.0) 2383 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:59 smithi027 bash[31536]: audit 2023-12-07T15:39:58.696914+0000 mon.a (mon.0) 2384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:59 smithi027 bash[31536]: audit 2023-12-07T15:39:58.703332+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:59 smithi027 bash[31536]: audit 2023-12-07T15:39:58.709097+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:39:59 smithi027 bash[31536]: audit 2023-12-07T15:39:58.715285+0000 mon.a (mon.0) 2387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:39:59.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:39:59.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:59.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:59.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:59.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:00 smithi044 bash[32620]: cluster 2023-12-07T15:39:58.511181+0000 mgr.a (mgr.24293) 14017 : cluster 0 pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:00 smithi044 bash[32620]: audit 2023-12-07T15:39:59.463909+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:00 smithi044 bash[32620]: audit 2023-12-07T15:39:59.465649+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:00 smithi044 bash[32620]: audit 2023-12-07T15:39:59.471845+0000 mgr.a (mgr.24293) 14018 : audit 0 from='client.281148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:00 smithi044 bash[32620]: audit 2023-12-07T15:39:59.474850+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:00 smithi044 bash[32620]: cluster 2023-12-07T15:40:00.000174+0000 mon.a (mon.0) 2391 : cluster 1 overall HEALTH_OK 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:00 smithi022 bash[28554]: cluster 2023-12-07T15:39:58.511181+0000 mgr.a (mgr.24293) 14017 : cluster 0 pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:00 smithi022 bash[28554]: audit 2023-12-07T15:39:59.463909+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:00 smithi022 bash[28554]: audit 2023-12-07T15:39:59.465649+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:00 smithi022 bash[28554]: audit 2023-12-07T15:39:59.471845+0000 mgr.a (mgr.24293) 14018 : audit 0 from='client.281148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:00 smithi022 bash[28554]: audit 2023-12-07T15:39:59.474850+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:40:00.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:00 smithi022 bash[28554]: cluster 2023-12-07T15:40:00.000174+0000 mon.a (mon.0) 2391 : cluster 1 overall HEALTH_OK 2023-12-07T15:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:00 smithi027 bash[31536]: cluster 2023-12-07T15:39:58.511181+0000 mgr.a (mgr.24293) 14017 : cluster 0 pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:00 smithi027 bash[31536]: audit 2023-12-07T15:39:59.463909+0000 mon.a (mon.0) 2388 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:00 smithi027 bash[31536]: audit 2023-12-07T15:39:59.465649+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:00 smithi027 bash[31536]: audit 2023-12-07T15:39:59.471845+0000 mgr.a (mgr.24293) 14018 : audit 0 from='client.281148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:00 smithi027 bash[31536]: audit 2023-12-07T15:39:59.474850+0000 mon.a (mon.0) 2390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:40:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:00 smithi027 bash[31536]: cluster 2023-12-07T15:40:00.000174+0000 mon.a (mon.0) 2391 : cluster 1 overall HEALTH_OK 2023-12-07T15:40:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:01 smithi027 bash[31536]: cluster 2023-12-07T15:40:00.512078+0000 mgr.a (mgr.24293) 14019 : cluster 0 pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:01 smithi022 bash[28554]: cluster 2023-12-07T15:40:00.512078+0000 mgr.a (mgr.24293) 14019 : cluster 0 pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:01 smithi044 bash[32620]: cluster 2023-12-07T15:40:00.512078+0000 mgr.a (mgr.24293) 14019 : cluster 0 pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:03 smithi044 bash[32620]: cluster 2023-12-07T15:40:02.512621+0000 mgr.a (mgr.24293) 14020 : 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-07T15:40:03.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:03 smithi022 bash[28554]: cluster 2023-12-07T15:40:02.512621+0000 mgr.a (mgr.24293) 14020 : 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-07T15:40:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:03 smithi027 bash[31536]: cluster 2023-12-07T15:40:02.512621+0000 mgr.a (mgr.24293) 14020 : 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-07T15:40:04.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:04.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:04.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:05.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:05.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:05.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:05.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:05.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:06 smithi044 bash[32620]: cluster 2023-12-07T15:40:04.513101+0000 mgr.a (mgr.24293) 14021 : 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-07T15:40:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:06 smithi022 bash[28554]: cluster 2023-12-07T15:40:04.513101+0000 mgr.a (mgr.24293) 14021 : 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-07T15:40:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:06 smithi027 bash[31536]: cluster 2023-12-07T15:40:04.513101+0000 mgr.a (mgr.24293) 14021 : 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-07T15:40:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:07 smithi022 bash[28554]: audit 2023-12-07T15:40:05.390381+0000 mgr.a (mgr.24293) 14022 : audit 0 from='client.281226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:07 smithi044 bash[32620]: audit 2023-12-07T15:40:05.390381+0000 mgr.a (mgr.24293) 14022 : audit 0 from='client.281226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:07 smithi027 bash[31536]: audit 2023-12-07T15:40:05.390381+0000 mgr.a (mgr.24293) 14022 : audit 0 from='client.281226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:08 smithi022 bash[28554]: cluster 2023-12-07T15:40:06.514087+0000 mgr.a (mgr.24293) 14023 : cluster 0 pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:08 smithi044 bash[32620]: cluster 2023-12-07T15:40:06.514087+0000 mgr.a (mgr.24293) 14023 : cluster 0 pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:08 smithi027 bash[31536]: cluster 2023-12-07T15:40:06.514087+0000 mgr.a (mgr.24293) 14023 : cluster 0 pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:10 smithi022 bash[28554]: cluster 2023-12-07T15:40:08.514644+0000 mgr.a (mgr.24293) 14024 : cluster 0 pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:10 smithi044 bash[32620]: cluster 2023-12-07T15:40:08.514644+0000 mgr.a (mgr.24293) 14024 : cluster 0 pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:10 smithi027 bash[31536]: cluster 2023-12-07T15:40:08.514644+0000 mgr.a (mgr.24293) 14024 : cluster 0 pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:10.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:10.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:10.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:11.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:11.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:11.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:11.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:11.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:12 smithi044 bash[32620]: cluster 2023-12-07T15:40:10.515369+0000 mgr.a (mgr.24293) 14025 : cluster 0 pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:12 smithi022 bash[28554]: cluster 2023-12-07T15:40:10.515369+0000 mgr.a (mgr.24293) 14025 : cluster 0 pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:12 smithi027 bash[31536]: cluster 2023-12-07T15:40:10.515369+0000 mgr.a (mgr.24293) 14025 : cluster 0 pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:13 smithi022 bash[28554]: audit 2023-12-07T15:40:11.306931+0000 mgr.a (mgr.24293) 14026 : audit 0 from='client.281304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:13 smithi044 bash[32620]: audit 2023-12-07T15:40:11.306931+0000 mgr.a (mgr.24293) 14026 : audit 0 from='client.281304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:13.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:13 smithi027 bash[31536]: audit 2023-12-07T15:40:11.306931+0000 mgr.a (mgr.24293) 14026 : audit 0 from='client.281304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:14 smithi022 bash[28554]: cluster 2023-12-07T15:40:12.515966+0000 mgr.a (mgr.24293) 14027 : cluster 0 pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:14 smithi044 bash[32620]: cluster 2023-12-07T15:40:12.515966+0000 mgr.a (mgr.24293) 14027 : cluster 0 pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:14 smithi027 bash[31536]: cluster 2023-12-07T15:40:12.515966+0000 mgr.a (mgr.24293) 14027 : cluster 0 pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:16 smithi044 bash[32620]: cluster 2023-12-07T15:40:14.516509+0000 mgr.a (mgr.24293) 14028 : cluster 0 pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:16.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:16 smithi022 bash[28554]: cluster 2023-12-07T15:40:14.516509+0000 mgr.a (mgr.24293) 14028 : cluster 0 pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:16 smithi027 bash[31536]: cluster 2023-12-07T15:40:14.516509+0000 mgr.a (mgr.24293) 14028 : cluster 0 pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:16.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:16.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:16.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:17.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:17.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:17.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:17.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:17.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:18 smithi022 bash[28554]: cluster 2023-12-07T15:40:16.517315+0000 mgr.a (mgr.24293) 14029 : cluster 0 pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:18 smithi044 bash[32620]: cluster 2023-12-07T15:40:16.517315+0000 mgr.a (mgr.24293) 14029 : cluster 0 pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:18 smithi027 bash[31536]: cluster 2023-12-07T15:40:16.517315+0000 mgr.a (mgr.24293) 14029 : cluster 0 pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:19 smithi022 bash[28554]: audit 2023-12-07T15:40:17.263004+0000 mgr.a (mgr.24293) 14030 : audit 0 from='client.281382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:19 smithi044 bash[32620]: audit 2023-12-07T15:40:17.263004+0000 mgr.a (mgr.24293) 14030 : audit 0 from='client.281382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:19 smithi027 bash[31536]: audit 2023-12-07T15:40:17.263004+0000 mgr.a (mgr.24293) 14030 : audit 0 from='client.281382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:20 smithi044 bash[32620]: cluster 2023-12-07T15:40:18.518043+0000 mgr.a (mgr.24293) 14031 : 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-07T15:40:20.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:20 smithi022 bash[28554]: cluster 2023-12-07T15:40:18.518043+0000 mgr.a (mgr.24293) 14031 : 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-07T15:40:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:20 smithi027 bash[31536]: cluster 2023-12-07T15:40:18.518043+0000 mgr.a (mgr.24293) 14031 : 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-07T15:40:21.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:21 smithi027 bash[31536]: cluster 2023-12-07T15:40:20.518859+0000 mgr.a (mgr.24293) 14032 : cluster 0 pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:21 smithi022 bash[28554]: cluster 2023-12-07T15:40:20.518859+0000 mgr.a (mgr.24293) 14032 : cluster 0 pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:21 smithi044 bash[32620]: cluster 2023-12-07T15:40:20.518859+0000 mgr.a (mgr.24293) 14032 : cluster 0 pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:22.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:22.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:22.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:23.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:23.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:23.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:23.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:23.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:23 smithi044 bash[32620]: cluster 2023-12-07T15:40:22.519433+0000 mgr.a (mgr.24293) 14033 : cluster 0 pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:23 smithi022 bash[28554]: cluster 2023-12-07T15:40:22.519433+0000 mgr.a (mgr.24293) 14033 : cluster 0 pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:23 smithi027 bash[31536]: cluster 2023-12-07T15:40:22.519433+0000 mgr.a (mgr.24293) 14033 : cluster 0 pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:24 smithi022 bash[28554]: audit 2023-12-07T15:40:23.219683+0000 mgr.a (mgr.24293) 14034 : audit 0 from='client.281460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:24 smithi044 bash[32620]: audit 2023-12-07T15:40:23.219683+0000 mgr.a (mgr.24293) 14034 : audit 0 from='client.281460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:24 smithi027 bash[31536]: audit 2023-12-07T15:40:23.219683+0000 mgr.a (mgr.24293) 14034 : audit 0 from='client.281460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:26 smithi022 bash[28554]: cluster 2023-12-07T15:40:24.520198+0000 mgr.a (mgr.24293) 14035 : cluster 0 pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:26 smithi044 bash[32620]: cluster 2023-12-07T15:40:24.520198+0000 mgr.a (mgr.24293) 14035 : cluster 0 pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:26 smithi027 bash[31536]: cluster 2023-12-07T15:40:24.520198+0000 mgr.a (mgr.24293) 14035 : cluster 0 pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:28 smithi022 bash[28554]: cluster 2023-12-07T15:40:26.521079+0000 mgr.a (mgr.24293) 14036 : cluster 0 pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:28 smithi044 bash[32620]: cluster 2023-12-07T15:40:26.521079+0000 mgr.a (mgr.24293) 14036 : cluster 0 pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:28 smithi027 bash[31536]: cluster 2023-12-07T15:40:26.521079+0000 mgr.a (mgr.24293) 14036 : cluster 0 pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:28.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:28.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:28.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:29.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:29.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:29.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:29.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:29.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:30 smithi044 bash[32620]: cluster 2023-12-07T15:40:28.521664+0000 mgr.a (mgr.24293) 14037 : cluster 0 pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:30 smithi022 bash[28554]: cluster 2023-12-07T15:40:28.521664+0000 mgr.a (mgr.24293) 14037 : cluster 0 pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:30 smithi027 bash[31536]: cluster 2023-12-07T15:40:28.521664+0000 mgr.a (mgr.24293) 14037 : cluster 0 pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:31 smithi022 bash[28554]: audit 2023-12-07T15:40:29.170677+0000 mgr.a (mgr.24293) 14038 : audit 0 from='client.281538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:31 smithi044 bash[32620]: audit 2023-12-07T15:40:29.170677+0000 mgr.a (mgr.24293) 14038 : audit 0 from='client.281538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:31 smithi027 bash[31536]: audit 2023-12-07T15:40:29.170677+0000 mgr.a (mgr.24293) 14038 : audit 0 from='client.281538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:32 smithi022 bash[28554]: cluster 2023-12-07T15:40:30.522610+0000 mgr.a (mgr.24293) 14039 : cluster 0 pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:32 smithi044 bash[32620]: cluster 2023-12-07T15:40:30.522610+0000 mgr.a (mgr.24293) 14039 : cluster 0 pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:32 smithi027 bash[31536]: cluster 2023-12-07T15:40:30.522610+0000 mgr.a (mgr.24293) 14039 : cluster 0 pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:34 smithi022 bash[28554]: cluster 2023-12-07T15:40:32.523196+0000 mgr.a (mgr.24293) 14040 : 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-07T15:40:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:34 smithi044 bash[32620]: cluster 2023-12-07T15:40:32.523196+0000 mgr.a (mgr.24293) 14040 : 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-07T15:40:34.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:34 smithi027 bash[31536]: cluster 2023-12-07T15:40:32.523196+0000 mgr.a (mgr.24293) 14040 : 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-07T15:40:34.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:34.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:34.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:35.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:35.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:35.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:35.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:35.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:36 smithi022 bash[28554]: cluster 2023-12-07T15:40:34.523806+0000 mgr.a (mgr.24293) 14041 : 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-07T15:40:36.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:36 smithi022 bash[28554]: audit 2023-12-07T15:40:35.113136+0000 mgr.a (mgr.24293) 14042 : audit 0 from='client.281613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:36 smithi044 bash[32620]: cluster 2023-12-07T15:40:34.523806+0000 mgr.a (mgr.24293) 14041 : 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-07T15:40:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:36 smithi044 bash[32620]: audit 2023-12-07T15:40:35.113136+0000 mgr.a (mgr.24293) 14042 : audit 0 from='client.281613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:36 smithi027 bash[31536]: cluster 2023-12-07T15:40:34.523806+0000 mgr.a (mgr.24293) 14041 : 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-07T15:40:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:36 smithi027 bash[31536]: audit 2023-12-07T15:40:35.113136+0000 mgr.a (mgr.24293) 14042 : audit 0 from='client.281613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:38.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:38 smithi022 bash[28554]: cluster 2023-12-07T15:40:36.524852+0000 mgr.a (mgr.24293) 14043 : cluster 0 pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:40:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:38 smithi044 bash[32620]: cluster 2023-12-07T15:40:36.524852+0000 mgr.a (mgr.24293) 14043 : cluster 0 pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:40:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:38 smithi027 bash[31536]: cluster 2023-12-07T15:40:36.524852+0000 mgr.a (mgr.24293) 14043 : cluster 0 pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:40:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:40 smithi044 bash[32620]: cluster 2023-12-07T15:40:38.525594+0000 mgr.a (mgr.24293) 14044 : cluster 0 pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:40:40.464 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:40 smithi022 bash[28554]: cluster 2023-12-07T15:40:38.525594+0000 mgr.a (mgr.24293) 14044 : cluster 0 pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:40:40.465 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:40 smithi027 bash[31536]: cluster 2023-12-07T15:40:38.525594+0000 mgr.a (mgr.24293) 14044 : cluster 0 pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:40:40.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:40.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:40.628 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:41.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:41.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:41.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:41.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:41.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:42 smithi022 bash[28554]: cluster 2023-12-07T15:40:40.526344+0000 mgr.a (mgr.24293) 14045 : cluster 0 pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:42 smithi022 bash[28554]: audit 2023-12-07T15:40:41.041834+0000 mgr.a (mgr.24293) 14046 : audit 0 from='client.281688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:42 smithi044 bash[32620]: cluster 2023-12-07T15:40:40.526344+0000 mgr.a (mgr.24293) 14045 : cluster 0 pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:42.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:42 smithi044 bash[32620]: audit 2023-12-07T15:40:41.041834+0000 mgr.a (mgr.24293) 14046 : audit 0 from='client.281688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:42 smithi027 bash[31536]: cluster 2023-12-07T15:40:40.526344+0000 mgr.a (mgr.24293) 14045 : cluster 0 pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:42 smithi027 bash[31536]: audit 2023-12-07T15:40:41.041834+0000 mgr.a (mgr.24293) 14046 : audit 0 from='client.281688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:43 smithi044 bash[32620]: cluster 2023-12-07T15:40:42.527063+0000 mgr.a (mgr.24293) 14047 : cluster 0 pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:43 smithi022 bash[28554]: cluster 2023-12-07T15:40:42.527063+0000 mgr.a (mgr.24293) 14047 : cluster 0 pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:43 smithi027 bash[31536]: cluster 2023-12-07T15:40:42.527063+0000 mgr.a (mgr.24293) 14047 : cluster 0 pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:46 smithi022 bash[28554]: cluster 2023-12-07T15:40:44.527667+0000 mgr.a (mgr.24293) 14048 : cluster 0 pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:46 smithi044 bash[32620]: cluster 2023-12-07T15:40:44.527667+0000 mgr.a (mgr.24293) 14048 : cluster 0 pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:46.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:46 smithi027 bash[31536]: cluster 2023-12-07T15:40:44.527667+0000 mgr.a (mgr.24293) 14048 : cluster 0 pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:40:46.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:46.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:46.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:47.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:47.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:47.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:47.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:47.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:48 smithi022 bash[28554]: cluster 2023-12-07T15:40:46.528420+0000 mgr.a (mgr.24293) 14049 : cluster 0 pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:48 smithi022 bash[28554]: audit 2023-12-07T15:40:46.977337+0000 mgr.a (mgr.24293) 14050 : audit 0 from='client.281763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:48 smithi044 bash[32620]: cluster 2023-12-07T15:40:46.528420+0000 mgr.a (mgr.24293) 14049 : cluster 0 pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:48 smithi044 bash[32620]: audit 2023-12-07T15:40:46.977337+0000 mgr.a (mgr.24293) 14050 : audit 0 from='client.281763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:48 smithi027 bash[31536]: cluster 2023-12-07T15:40:46.528420+0000 mgr.a (mgr.24293) 14049 : cluster 0 pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:48 smithi027 bash[31536]: audit 2023-12-07T15:40:46.977337+0000 mgr.a (mgr.24293) 14050 : audit 0 from='client.281763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:50 smithi022 bash[28554]: cluster 2023-12-07T15:40:48.529074+0000 mgr.a (mgr.24293) 14051 : cluster 0 pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T15:40:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:50 smithi044 bash[32620]: cluster 2023-12-07T15:40:48.529074+0000 mgr.a (mgr.24293) 14051 : cluster 0 pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T15:40:50.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:50 smithi027 bash[31536]: cluster 2023-12-07T15:40:48.529074+0000 mgr.a (mgr.24293) 14051 : cluster 0 pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T15:40:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:52 smithi022 bash[28554]: cluster 2023-12-07T15:40:50.529901+0000 mgr.a (mgr.24293) 14052 : cluster 0 pgmap v10505: 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-07T15:40:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:52 smithi044 bash[32620]: cluster 2023-12-07T15:40:50.529901+0000 mgr.a (mgr.24293) 14052 : cluster 0 pgmap v10505: 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-07T15:40:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:52 smithi027 bash[31536]: cluster 2023-12-07T15:40:50.529901+0000 mgr.a (mgr.24293) 14052 : cluster 0 pgmap v10505: 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-07T15:40:52.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:52.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:52.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:53.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:53.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:53.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:53.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:53.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:40:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:54 smithi044 bash[32620]: cluster 2023-12-07T15:40:52.530478+0000 mgr.a (mgr.24293) 14053 : cluster 0 pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:54 smithi044 bash[32620]: audit 2023-12-07T15:40:52.917127+0000 mgr.a (mgr.24293) 14054 : audit 0 from='client.281838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:54 smithi022 bash[28554]: cluster 2023-12-07T15:40:52.530478+0000 mgr.a (mgr.24293) 14053 : cluster 0 pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:54.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:54 smithi022 bash[28554]: audit 2023-12-07T15:40:52.917127+0000 mgr.a (mgr.24293) 14054 : audit 0 from='client.281838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:54 smithi027 bash[31536]: cluster 2023-12-07T15:40:52.530478+0000 mgr.a (mgr.24293) 14053 : cluster 0 pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:54 smithi027 bash[31536]: audit 2023-12-07T15:40:52.917127+0000 mgr.a (mgr.24293) 14054 : audit 0 from='client.281838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:56 smithi044 bash[32620]: cluster 2023-12-07T15:40:54.531188+0000 mgr.a (mgr.24293) 14055 : cluster 0 pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:56.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:56 smithi022 bash[28554]: cluster 2023-12-07T15:40:54.531188+0000 mgr.a (mgr.24293) 14055 : cluster 0 pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:56 smithi027 bash[31536]: cluster 2023-12-07T15:40:54.531188+0000 mgr.a (mgr.24293) 14055 : cluster 0 pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:40:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:40:58 smithi044 bash[32620]: cluster 2023-12-07T15:40:56.532063+0000 mgr.a (mgr.24293) 14056 : cluster 0 pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:40:58 smithi022 bash[28554]: cluster 2023-12-07T15:40:56.532063+0000 mgr.a (mgr.24293) 14056 : cluster 0 pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:58.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:40:58.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:58.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:40:58 smithi027 bash[31536]: cluster 2023-12-07T15:40:56.532063+0000 mgr.a (mgr.24293) 14056 : cluster 0 pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:40:59.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:40:59.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:59.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:59.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:59.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:00 smithi044 bash[32620]: cluster 2023-12-07T15:40:58.532624+0000 mgr.a (mgr.24293) 14057 : cluster 0 pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:00 smithi044 bash[32620]: audit 2023-12-07T15:40:58.850645+0000 mgr.a (mgr.24293) 14058 : audit 0 from='client.281913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:00 smithi044 bash[32620]: audit 2023-12-07T15:40:59.593205+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:00 smithi022 bash[28554]: cluster 2023-12-07T15:40:58.532624+0000 mgr.a (mgr.24293) 14057 : cluster 0 pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:00 smithi022 bash[28554]: audit 2023-12-07T15:40:58.850645+0000 mgr.a (mgr.24293) 14058 : audit 0 from='client.281913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:00.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:00 smithi022 bash[28554]: audit 2023-12-07T15:40:59.593205+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:00 smithi027 bash[31536]: cluster 2023-12-07T15:40:58.532624+0000 mgr.a (mgr.24293) 14057 : cluster 0 pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:00 smithi027 bash[31536]: audit 2023-12-07T15:40:58.850645+0000 mgr.a (mgr.24293) 14058 : audit 0 from='client.281913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:00 smithi027 bash[31536]: audit 2023-12-07T15:40:59.593205+0000 mon.a (mon.0) 2392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:01 smithi027 bash[31536]: audit 2023-12-07T15:41:00.381312+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:01 smithi027 bash[31536]: audit 2023-12-07T15:41:00.383056+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:01 smithi027 bash[31536]: audit 2023-12-07T15:41:00.392807+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:41:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:01 smithi022 bash[28554]: audit 2023-12-07T15:41:00.381312+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:01 smithi022 bash[28554]: audit 2023-12-07T15:41:00.383056+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:01 smithi022 bash[28554]: audit 2023-12-07T15:41:00.392807+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:41:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:01 smithi044 bash[32620]: audit 2023-12-07T15:41:00.381312+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:01 smithi044 bash[32620]: audit 2023-12-07T15:41:00.383056+0000 mon.a (mon.0) 2394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:01 smithi044 bash[32620]: audit 2023-12-07T15:41:00.392807+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:41:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:02 smithi027 bash[31536]: cluster 2023-12-07T15:41:00.533560+0000 mgr.a (mgr.24293) 14059 : cluster 0 pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:02 smithi022 bash[28554]: cluster 2023-12-07T15:41:00.533560+0000 mgr.a (mgr.24293) 14059 : cluster 0 pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:02 smithi044 bash[32620]: cluster 2023-12-07T15:41:00.533560+0000 mgr.a (mgr.24293) 14059 : cluster 0 pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:04.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:04.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:04.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:04 smithi027 bash[31536]: cluster 2023-12-07T15:41:02.534119+0000 mgr.a (mgr.24293) 14060 : cluster 0 pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:04 smithi022 bash[28554]: cluster 2023-12-07T15:41:02.534119+0000 mgr.a (mgr.24293) 14060 : cluster 0 pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:04 smithi044 bash[32620]: cluster 2023-12-07T15:41:02.534119+0000 mgr.a (mgr.24293) 14060 : cluster 0 pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:05.345 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:05.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:05.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:05.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:05.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:06 smithi022 bash[28554]: cluster 2023-12-07T15:41:04.534561+0000 mgr.a (mgr.24293) 14061 : cluster 0 pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:06 smithi022 bash[28554]: audit 2023-12-07T15:41:04.809511+0000 mgr.a (mgr.24293) 14062 : audit 0 from='client.281991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:06 smithi044 bash[32620]: cluster 2023-12-07T15:41:04.534561+0000 mgr.a (mgr.24293) 14061 : cluster 0 pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:06 smithi044 bash[32620]: audit 2023-12-07T15:41:04.809511+0000 mgr.a (mgr.24293) 14062 : audit 0 from='client.281991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:06 smithi027 bash[31536]: cluster 2023-12-07T15:41:04.534561+0000 mgr.a (mgr.24293) 14061 : cluster 0 pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:06 smithi027 bash[31536]: audit 2023-12-07T15:41:04.809511+0000 mgr.a (mgr.24293) 14062 : audit 0 from='client.281991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:08 smithi022 bash[28554]: cluster 2023-12-07T15:41:06.535514+0000 mgr.a (mgr.24293) 14063 : cluster 0 pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:08 smithi044 bash[32620]: cluster 2023-12-07T15:41:06.535514+0000 mgr.a (mgr.24293) 14063 : cluster 0 pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:08 smithi027 bash[31536]: cluster 2023-12-07T15:41:06.535514+0000 mgr.a (mgr.24293) 14063 : cluster 0 pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:10.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:10.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:10.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:10 smithi022 bash[28554]: cluster 2023-12-07T15:41:08.536058+0000 mgr.a (mgr.24293) 14064 : 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-07T15:41:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:10 smithi044 bash[32620]: cluster 2023-12-07T15:41:08.536058+0000 mgr.a (mgr.24293) 14064 : 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-07T15:41:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:10 smithi027 bash[31536]: cluster 2023-12-07T15:41:08.536058+0000 mgr.a (mgr.24293) 14064 : 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-07T15:41:11.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:11.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:11.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:11.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:11.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:12 smithi022 bash[28554]: cluster 2023-12-07T15:41:10.536623+0000 mgr.a (mgr.24293) 14065 : cluster 0 pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:12.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:12 smithi022 bash[28554]: audit 2023-12-07T15:41:10.760818+0000 mgr.a (mgr.24293) 14066 : audit 0 from='client.282066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:12 smithi044 bash[32620]: cluster 2023-12-07T15:41:10.536623+0000 mgr.a (mgr.24293) 14065 : cluster 0 pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:12 smithi044 bash[32620]: audit 2023-12-07T15:41:10.760818+0000 mgr.a (mgr.24293) 14066 : audit 0 from='client.282066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:12 smithi027 bash[31536]: cluster 2023-12-07T15:41:10.536623+0000 mgr.a (mgr.24293) 14065 : cluster 0 pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:12 smithi027 bash[31536]: audit 2023-12-07T15:41:10.760818+0000 mgr.a (mgr.24293) 14066 : audit 0 from='client.282066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:14 smithi044 bash[32620]: cluster 2023-12-07T15:41:12.537350+0000 mgr.a (mgr.24293) 14067 : cluster 0 pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:14 smithi022 bash[28554]: cluster 2023-12-07T15:41:12.537350+0000 mgr.a (mgr.24293) 14067 : cluster 0 pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:14 smithi027 bash[31536]: cluster 2023-12-07T15:41:12.537350+0000 mgr.a (mgr.24293) 14067 : cluster 0 pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:16.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:16.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:16.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:16 smithi022 bash[28554]: cluster 2023-12-07T15:41:14.538062+0000 mgr.a (mgr.24293) 14068 : cluster 0 pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:16 smithi044 bash[32620]: cluster 2023-12-07T15:41:14.538062+0000 mgr.a (mgr.24293) 14068 : cluster 0 pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:16 smithi027 bash[31536]: cluster 2023-12-07T15:41:14.538062+0000 mgr.a (mgr.24293) 14068 : cluster 0 pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:17.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:17.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:17.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:17.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:17.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:18 smithi022 bash[28554]: cluster 2023-12-07T15:41:16.538882+0000 mgr.a (mgr.24293) 14069 : cluster 0 pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:18.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:18 smithi022 bash[28554]: audit 2023-12-07T15:41:16.735751+0000 mgr.a (mgr.24293) 14070 : audit 0 from='client.282141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:18 smithi027 bash[31536]: cluster 2023-12-07T15:41:16.538882+0000 mgr.a (mgr.24293) 14069 : cluster 0 pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:18 smithi027 bash[31536]: audit 2023-12-07T15:41:16.735751+0000 mgr.a (mgr.24293) 14070 : audit 0 from='client.282141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:18 smithi044 bash[32620]: cluster 2023-12-07T15:41:16.538882+0000 mgr.a (mgr.24293) 14069 : cluster 0 pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:18 smithi044 bash[32620]: audit 2023-12-07T15:41:16.735751+0000 mgr.a (mgr.24293) 14070 : audit 0 from='client.282141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:20 smithi027 bash[31536]: cluster 2023-12-07T15:41:18.539582+0000 mgr.a (mgr.24293) 14071 : cluster 0 pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:20 smithi022 bash[28554]: cluster 2023-12-07T15:41:18.539582+0000 mgr.a (mgr.24293) 14071 : cluster 0 pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:20 smithi044 bash[32620]: cluster 2023-12-07T15:41:18.539582+0000 mgr.a (mgr.24293) 14071 : cluster 0 pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:22.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:22.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:22.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:22 smithi027 bash[31536]: cluster 2023-12-07T15:41:20.540345+0000 mgr.a (mgr.24293) 14072 : cluster 0 pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:22 smithi044 bash[32620]: cluster 2023-12-07T15:41:20.540345+0000 mgr.a (mgr.24293) 14072 : cluster 0 pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:22 smithi022 bash[28554]: cluster 2023-12-07T15:41:20.540345+0000 mgr.a (mgr.24293) 14072 : cluster 0 pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:23.212 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:23.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:23.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:23.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:23.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:23 smithi044 bash[32620]: cluster 2023-12-07T15:41:22.540889+0000 mgr.a (mgr.24293) 14073 : 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-07T15:41:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:23 smithi044 bash[32620]: audit 2023-12-07T15:41:22.683799+0000 mgr.a (mgr.24293) 14074 : audit 0 from='client.282216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:23 smithi022 bash[28554]: cluster 2023-12-07T15:41:22.540889+0000 mgr.a (mgr.24293) 14073 : 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-07T15:41:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:23 smithi022 bash[28554]: audit 2023-12-07T15:41:22.683799+0000 mgr.a (mgr.24293) 14074 : audit 0 from='client.282216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:23 smithi027 bash[31536]: cluster 2023-12-07T15:41:22.540889+0000 mgr.a (mgr.24293) 14073 : 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-07T15:41:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:23 smithi027 bash[31536]: audit 2023-12-07T15:41:22.683799+0000 mgr.a (mgr.24293) 14074 : audit 0 from='client.282216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:26.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:26 smithi022 bash[28554]: cluster 2023-12-07T15:41:24.541535+0000 mgr.a (mgr.24293) 14075 : 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-07T15:41:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:26 smithi044 bash[32620]: cluster 2023-12-07T15:41:24.541535+0000 mgr.a (mgr.24293) 14075 : 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-07T15:41:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:26 smithi027 bash[31536]: cluster 2023-12-07T15:41:24.541535+0000 mgr.a (mgr.24293) 14075 : 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-07T15:41:28.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:28.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:28.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:28 smithi044 bash[32620]: cluster 2023-12-07T15:41:26.542364+0000 mgr.a (mgr.24293) 14076 : cluster 0 pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:28.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:28 smithi022 bash[28554]: cluster 2023-12-07T15:41:26.542364+0000 mgr.a (mgr.24293) 14076 : cluster 0 pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:28 smithi027 bash[31536]: cluster 2023-12-07T15:41:26.542364+0000 mgr.a (mgr.24293) 14076 : cluster 0 pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:29.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:29.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:30 smithi044 bash[32620]: cluster 2023-12-07T15:41:28.543007+0000 mgr.a (mgr.24293) 14077 : cluster 0 pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:30 smithi044 bash[32620]: audit 2023-12-07T15:41:28.621700+0000 mgr.a (mgr.24293) 14078 : audit 0 from='client.282291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:30 smithi022 bash[28554]: cluster 2023-12-07T15:41:28.543007+0000 mgr.a (mgr.24293) 14077 : cluster 0 pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:30.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:30 smithi022 bash[28554]: audit 2023-12-07T15:41:28.621700+0000 mgr.a (mgr.24293) 14078 : audit 0 from='client.282291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:30 smithi027 bash[31536]: cluster 2023-12-07T15:41:28.543007+0000 mgr.a (mgr.24293) 14077 : cluster 0 pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:30 smithi027 bash[31536]: audit 2023-12-07T15:41:28.621700+0000 mgr.a (mgr.24293) 14078 : audit 0 from='client.282291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:32 smithi044 bash[32620]: cluster 2023-12-07T15:41:30.544060+0000 mgr.a (mgr.24293) 14079 : cluster 0 pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:32.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:32 smithi022 bash[28554]: cluster 2023-12-07T15:41:30.544060+0000 mgr.a (mgr.24293) 14079 : cluster 0 pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:32 smithi027 bash[31536]: cluster 2023-12-07T15:41:30.544060+0000 mgr.a (mgr.24293) 14079 : cluster 0 pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:34.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:34.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:34.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:34 smithi044 bash[32620]: cluster 2023-12-07T15:41:32.544710+0000 mgr.a (mgr.24293) 14080 : cluster 0 pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:34.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:34 smithi022 bash[28554]: cluster 2023-12-07T15:41:32.544710+0000 mgr.a (mgr.24293) 14080 : cluster 0 pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:34 smithi027 bash[31536]: cluster 2023-12-07T15:41:32.544710+0000 mgr.a (mgr.24293) 14080 : cluster 0 pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:35.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:35.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:35.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:35.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:35.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:36 smithi027 bash[31536]: cluster 2023-12-07T15:41:34.545108+0000 mgr.a (mgr.24293) 14081 : cluster 0 pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:36 smithi027 bash[31536]: audit 2023-12-07T15:41:34.582240+0000 mgr.a (mgr.24293) 14082 : audit 0 from='client.282369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:36 smithi044 bash[32620]: cluster 2023-12-07T15:41:34.545108+0000 mgr.a (mgr.24293) 14081 : cluster 0 pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:36 smithi044 bash[32620]: audit 2023-12-07T15:41:34.582240+0000 mgr.a (mgr.24293) 14082 : audit 0 from='client.282369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:36 smithi022 bash[28554]: cluster 2023-12-07T15:41:34.545108+0000 mgr.a (mgr.24293) 14081 : cluster 0 pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:36 smithi022 bash[28554]: audit 2023-12-07T15:41:34.582240+0000 mgr.a (mgr.24293) 14082 : audit 0 from='client.282369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:38 smithi027 bash[31536]: cluster 2023-12-07T15:41:36.545982+0000 mgr.a (mgr.24293) 14083 : cluster 0 pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:38 smithi044 bash[32620]: cluster 2023-12-07T15:41:36.545982+0000 mgr.a (mgr.24293) 14083 : cluster 0 pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:38 smithi022 bash[28554]: cluster 2023-12-07T15:41:36.545982+0000 mgr.a (mgr.24293) 14083 : cluster 0 pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:40.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:40.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:40.139 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:40 smithi027 bash[31536]: cluster 2023-12-07T15:41:38.546570+0000 mgr.a (mgr.24293) 14084 : 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-07T15:41:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:40 smithi022 bash[28554]: cluster 2023-12-07T15:41:38.546570+0000 mgr.a (mgr.24293) 14084 : 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-07T15:41:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:40 smithi044 bash[32620]: cluster 2023-12-07T15:41:38.546570+0000 mgr.a (mgr.24293) 14084 : 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-07T15:41:41.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:41.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:41.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:41.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:41.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:41 smithi044 bash[32620]: cluster 2023-12-07T15:41:40.547284+0000 mgr.a (mgr.24293) 14085 : cluster 0 pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:41 smithi044 bash[32620]: audit 2023-12-07T15:41:40.552552+0000 mgr.a (mgr.24293) 14086 : audit 0 from='client.232729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:41 smithi022 bash[28554]: cluster 2023-12-07T15:41:40.547284+0000 mgr.a (mgr.24293) 14085 : cluster 0 pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:41 smithi022 bash[28554]: audit 2023-12-07T15:41:40.552552+0000 mgr.a (mgr.24293) 14086 : audit 0 from='client.232729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:41 smithi027 bash[31536]: cluster 2023-12-07T15:41:40.547284+0000 mgr.a (mgr.24293) 14085 : cluster 0 pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:41 smithi027 bash[31536]: audit 2023-12-07T15:41:40.552552+0000 mgr.a (mgr.24293) 14086 : audit 0 from='client.232729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:43 smithi022 bash[28554]: cluster 2023-12-07T15:41:42.547941+0000 mgr.a (mgr.24293) 14087 : cluster 0 pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:43 smithi044 bash[32620]: cluster 2023-12-07T15:41:42.547941+0000 mgr.a (mgr.24293) 14087 : cluster 0 pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:43.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:43 smithi027 bash[31536]: cluster 2023-12-07T15:41:42.547941+0000 mgr.a (mgr.24293) 14087 : cluster 0 pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:46.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:46.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:46.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:46 smithi044 bash[32620]: cluster 2023-12-07T15:41:44.548493+0000 mgr.a (mgr.24293) 14088 : cluster 0 pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:46.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:46 smithi022 bash[28554]: cluster 2023-12-07T15:41:44.548493+0000 mgr.a (mgr.24293) 14088 : cluster 0 pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:46 smithi027 bash[31536]: cluster 2023-12-07T15:41:44.548493+0000 mgr.a (mgr.24293) 14088 : cluster 0 pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:47.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:47.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:47.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:47.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:47.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:48 smithi022 bash[28554]: audit 2023-12-07T15:41:46.502560+0000 mgr.a (mgr.24293) 14089 : audit 0 from='client.282525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:48.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:48 smithi022 bash[28554]: cluster 2023-12-07T15:41:46.549622+0000 mgr.a (mgr.24293) 14090 : cluster 0 pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:48 smithi044 bash[32620]: audit 2023-12-07T15:41:46.502560+0000 mgr.a (mgr.24293) 14089 : audit 0 from='client.282525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:48 smithi044 bash[32620]: cluster 2023-12-07T15:41:46.549622+0000 mgr.a (mgr.24293) 14090 : cluster 0 pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:48 smithi027 bash[31536]: audit 2023-12-07T15:41:46.502560+0000 mgr.a (mgr.24293) 14089 : audit 0 from='client.282525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:48 smithi027 bash[31536]: cluster 2023-12-07T15:41:46.549622+0000 mgr.a (mgr.24293) 14090 : cluster 0 pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:50 smithi044 bash[32620]: cluster 2023-12-07T15:41:48.550400+0000 mgr.a (mgr.24293) 14091 : cluster 0 pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:50.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:50 smithi022 bash[28554]: cluster 2023-12-07T15:41:48.550400+0000 mgr.a (mgr.24293) 14091 : cluster 0 pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:50 smithi027 bash[31536]: cluster 2023-12-07T15:41:48.550400+0000 mgr.a (mgr.24293) 14091 : cluster 0 pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:52.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:52.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:52.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:52.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:52 smithi027 bash[31536]: cluster 2023-12-07T15:41:50.551245+0000 mgr.a (mgr.24293) 14092 : cluster 0 pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:52 smithi022 bash[28554]: cluster 2023-12-07T15:41:50.551245+0000 mgr.a (mgr.24293) 14092 : cluster 0 pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:52 smithi044 bash[32620]: cluster 2023-12-07T15:41:50.551245+0000 mgr.a (mgr.24293) 14092 : cluster 0 pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:52.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:54 smithi027 bash[31536]: audit 2023-12-07T15:41:52.421147+0000 mgr.a (mgr.24293) 14093 : audit 0 from='client.282600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:54 smithi027 bash[31536]: cluster 2023-12-07T15:41:52.552098+0000 mgr.a (mgr.24293) 14094 : 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-07T15:41:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:54 smithi022 bash[28554]: audit 2023-12-07T15:41:52.421147+0000 mgr.a (mgr.24293) 14093 : audit 0 from='client.282600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:54 smithi022 bash[28554]: cluster 2023-12-07T15:41:52.552098+0000 mgr.a (mgr.24293) 14094 : 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-07T15:41:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:54 smithi044 bash[32620]: audit 2023-12-07T15:41:52.421147+0000 mgr.a (mgr.24293) 14093 : audit 0 from='client.282600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:54 smithi044 bash[32620]: cluster 2023-12-07T15:41:52.552098+0000 mgr.a (mgr.24293) 14094 : 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-07T15:41:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:56 smithi027 bash[31536]: cluster 2023-12-07T15:41:54.553003+0000 mgr.a (mgr.24293) 14095 : 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-07T15:41:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:56 smithi044 bash[32620]: cluster 2023-12-07T15:41:54.553003+0000 mgr.a (mgr.24293) 14095 : 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-07T15:41:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:56 smithi022 bash[28554]: cluster 2023-12-07T15:41:54.553003+0000 mgr.a (mgr.24293) 14095 : 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-07T15:41:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:41:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:57.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:58 smithi027 bash[31536]: cluster 2023-12-07T15:41:56.553875+0000 mgr.a (mgr.24293) 14096 : cluster 0 pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:58 smithi022 bash[28554]: cluster 2023-12-07T15:41:56.553875+0000 mgr.a (mgr.24293) 14096 : cluster 0 pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:58 smithi044 bash[32620]: cluster 2023-12-07T15:41:56.553875+0000 mgr.a (mgr.24293) 14096 : cluster 0 pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:58.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:41:58.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:58.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:58.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:58.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:41:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:59 smithi022 bash[28554]: audit 2023-12-07T15:41:58.379980+0000 mgr.a (mgr.24293) 14097 : audit 0 from='client.282675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:59.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:41:59 smithi022 bash[28554]: cluster 2023-12-07T15:41:58.554700+0000 mgr.a (mgr.24293) 14098 : cluster 0 pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:59 smithi044 bash[32620]: audit 2023-12-07T15:41:58.379980+0000 mgr.a (mgr.24293) 14097 : audit 0 from='client.282675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:41:59 smithi044 bash[32620]: cluster 2023-12-07T15:41:58.554700+0000 mgr.a (mgr.24293) 14098 : cluster 0 pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:59 smithi027 bash[31536]: audit 2023-12-07T15:41:58.379980+0000 mgr.a (mgr.24293) 14097 : audit 0 from='client.282675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:41:59 smithi027 bash[31536]: cluster 2023-12-07T15:41:58.554700+0000 mgr.a (mgr.24293) 14098 : cluster 0 pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:01 smithi027 bash[31536]: audit 2023-12-07T15:42:00.496947+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:01 smithi022 bash[28554]: audit 2023-12-07T15:42:00.496947+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:01 smithi044 bash[32620]: audit 2023-12-07T15:42:00.496947+0000 mon.a (mon.0) 2396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:02 smithi027 bash[31536]: cluster 2023-12-07T15:42:00.555762+0000 mgr.a (mgr.24293) 14099 : cluster 0 pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:02 smithi027 bash[31536]: audit 2023-12-07T15:42:01.242519+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:02 smithi027 bash[31536]: audit 2023-12-07T15:42:01.244268+0000 mon.a (mon.0) 2398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:02 smithi027 bash[31536]: audit 2023-12-07T15:42:01.253791+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:02 smithi022 bash[28554]: cluster 2023-12-07T15:42:00.555762+0000 mgr.a (mgr.24293) 14099 : cluster 0 pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:02 smithi022 bash[28554]: audit 2023-12-07T15:42:01.242519+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:02 smithi022 bash[28554]: audit 2023-12-07T15:42:01.244268+0000 mon.a (mon.0) 2398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:02 smithi022 bash[28554]: audit 2023-12-07T15:42:01.253791+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:02 smithi044 bash[32620]: cluster 2023-12-07T15:42:00.555762+0000 mgr.a (mgr.24293) 14099 : cluster 0 pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:02 smithi044 bash[32620]: audit 2023-12-07T15:42:01.242519+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:02 smithi044 bash[32620]: audit 2023-12-07T15:42:01.244268+0000 mon.a (mon.0) 2398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:02 smithi044 bash[32620]: audit 2023-12-07T15:42:01.253791+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:42:03.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:03.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:03.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:04.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:04 smithi027 bash[31536]: cluster 2023-12-07T15:42:02.556389+0000 mgr.a (mgr.24293) 14100 : cluster 0 pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:04 smithi022 bash[28554]: cluster 2023-12-07T15:42:02.556389+0000 mgr.a (mgr.24293) 14100 : cluster 0 pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:04 smithi044 bash[32620]: cluster 2023-12-07T15:42:02.556389+0000 mgr.a (mgr.24293) 14100 : cluster 0 pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:04.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:04.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:04.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:04.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:04.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:06 smithi027 bash[31536]: audit 2023-12-07T15:42:04.333178+0000 mgr.a (mgr.24293) 14101 : audit 0 from='client.282747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:06 smithi027 bash[31536]: cluster 2023-12-07T15:42:04.557036+0000 mgr.a (mgr.24293) 14102 : cluster 0 pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:06 smithi044 bash[32620]: audit 2023-12-07T15:42:04.333178+0000 mgr.a (mgr.24293) 14101 : audit 0 from='client.282747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:06 smithi044 bash[32620]: cluster 2023-12-07T15:42:04.557036+0000 mgr.a (mgr.24293) 14102 : cluster 0 pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:06 smithi022 bash[28554]: audit 2023-12-07T15:42:04.333178+0000 mgr.a (mgr.24293) 14101 : audit 0 from='client.282747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:06 smithi022 bash[28554]: cluster 2023-12-07T15:42:04.557036+0000 mgr.a (mgr.24293) 14102 : cluster 0 pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:08.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:08 smithi027 bash[31536]: cluster 2023-12-07T15:42:06.557937+0000 mgr.a (mgr.24293) 14103 : cluster 0 pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:08 smithi044 bash[32620]: cluster 2023-12-07T15:42:06.557937+0000 mgr.a (mgr.24293) 14103 : cluster 0 pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:08 smithi022 bash[28554]: cluster 2023-12-07T15:42:06.557937+0000 mgr.a (mgr.24293) 14103 : cluster 0 pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:09 smithi044 bash[32620]: cluster 2023-12-07T15:42:08.558506+0000 mgr.a (mgr.24293) 14104 : cluster 0 pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:09.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:09 smithi022 bash[28554]: cluster 2023-12-07T15:42:08.558506+0000 mgr.a (mgr.24293) 14104 : cluster 0 pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:09.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:09 smithi027 bash[31536]: cluster 2023-12-07T15:42:08.558506+0000 mgr.a (mgr.24293) 14104 : cluster 0 pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:09.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:09.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:09.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:10.808 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:10.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:10.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:10.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:10.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:12 smithi027 bash[31536]: audit 2023-12-07T15:42:10.264231+0000 mgr.a (mgr.24293) 14105 : audit 0 from='client.282822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:12 smithi027 bash[31536]: cluster 2023-12-07T15:42:10.559742+0000 mgr.a (mgr.24293) 14106 : cluster 0 pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:42:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:12 smithi022 bash[28554]: audit 2023-12-07T15:42:10.264231+0000 mgr.a (mgr.24293) 14105 : audit 0 from='client.282822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:12 smithi022 bash[28554]: cluster 2023-12-07T15:42:10.559742+0000 mgr.a (mgr.24293) 14106 : cluster 0 pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:42:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:12 smithi044 bash[32620]: audit 2023-12-07T15:42:10.264231+0000 mgr.a (mgr.24293) 14105 : audit 0 from='client.282822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:12 smithi044 bash[32620]: cluster 2023-12-07T15:42:10.559742+0000 mgr.a (mgr.24293) 14106 : cluster 0 pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:42:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:14 smithi027 bash[31536]: cluster 2023-12-07T15:42:12.560460+0000 mgr.a (mgr.24293) 14107 : cluster 0 pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:42:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:14 smithi022 bash[28554]: cluster 2023-12-07T15:42:12.560460+0000 mgr.a (mgr.24293) 14107 : cluster 0 pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:42:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:14 smithi044 bash[32620]: cluster 2023-12-07T15:42:12.560460+0000 mgr.a (mgr.24293) 14107 : cluster 0 pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:42:15.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:15.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:15.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:16 smithi027 bash[31536]: cluster 2023-12-07T15:42:14.561044+0000 mgr.a (mgr.24293) 14108 : cluster 0 pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:42:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:16 smithi022 bash[28554]: cluster 2023-12-07T15:42:14.561044+0000 mgr.a (mgr.24293) 14108 : cluster 0 pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:42:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:16 smithi044 bash[32620]: cluster 2023-12-07T15:42:14.561044+0000 mgr.a (mgr.24293) 14108 : cluster 0 pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:42:16.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:16.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:16.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:18 smithi027 bash[31536]: audit 2023-12-07T15:42:16.224203+0000 mgr.a (mgr.24293) 14109 : audit 0 from='client.282900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:18 smithi027 bash[31536]: cluster 2023-12-07T15:42:16.561928+0000 mgr.a (mgr.24293) 14110 : cluster 0 pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:18 smithi022 bash[28554]: audit 2023-12-07T15:42:16.224203+0000 mgr.a (mgr.24293) 14109 : audit 0 from='client.282900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:18 smithi022 bash[28554]: cluster 2023-12-07T15:42:16.561928+0000 mgr.a (mgr.24293) 14110 : cluster 0 pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:18 smithi044 bash[32620]: audit 2023-12-07T15:42:16.224203+0000 mgr.a (mgr.24293) 14109 : audit 0 from='client.282900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:18 smithi044 bash[32620]: cluster 2023-12-07T15:42:16.561928+0000 mgr.a (mgr.24293) 14110 : cluster 0 pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:20.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:20 smithi027 bash[31536]: cluster 2023-12-07T15:42:18.562584+0000 mgr.a (mgr.24293) 14111 : cluster 0 pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:20 smithi022 bash[28554]: cluster 2023-12-07T15:42:18.562584+0000 mgr.a (mgr.24293) 14111 : cluster 0 pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:20.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:20 smithi044 bash[32620]: cluster 2023-12-07T15:42:18.562584+0000 mgr.a (mgr.24293) 14111 : cluster 0 pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:21.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:21.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:21.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:22.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:22 smithi027 bash[31536]: cluster 2023-12-07T15:42:20.563416+0000 mgr.a (mgr.24293) 14112 : cluster 0 pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:22 smithi044 bash[32620]: cluster 2023-12-07T15:42:20.563416+0000 mgr.a (mgr.24293) 14112 : cluster 0 pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:22 smithi022 bash[28554]: cluster 2023-12-07T15:42:20.563416+0000 mgr.a (mgr.24293) 14112 : cluster 0 pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:22.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:22.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:22.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:22.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:22.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:23 smithi027 bash[31536]: audit 2023-12-07T15:42:22.160538+0000 mgr.a (mgr.24293) 14113 : audit 0 from='client.282978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:23.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:23 smithi027 bash[31536]: cluster 2023-12-07T15:42:22.564123+0000 mgr.a (mgr.24293) 14114 : cluster 0 pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:42:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:23 smithi044 bash[32620]: audit 2023-12-07T15:42:22.160538+0000 mgr.a (mgr.24293) 14113 : audit 0 from='client.282978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:23 smithi044 bash[32620]: cluster 2023-12-07T15:42:22.564123+0000 mgr.a (mgr.24293) 14114 : cluster 0 pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:42:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:23 smithi022 bash[28554]: audit 2023-12-07T15:42:22.160538+0000 mgr.a (mgr.24293) 14113 : audit 0 from='client.282978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:23.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:23 smithi022 bash[28554]: cluster 2023-12-07T15:42:22.564123+0000 mgr.a (mgr.24293) 14114 : cluster 0 pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:42:26.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:26 smithi027 bash[31536]: cluster 2023-12-07T15:42:24.564712+0000 mgr.a (mgr.24293) 14115 : cluster 0 pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:42:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:26 smithi044 bash[32620]: cluster 2023-12-07T15:42:24.564712+0000 mgr.a (mgr.24293) 14115 : cluster 0 pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:42:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:26 smithi022 bash[28554]: cluster 2023-12-07T15:42:24.564712+0000 mgr.a (mgr.24293) 14115 : cluster 0 pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:42:27.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:27.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:27.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:28.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:28 smithi027 bash[31536]: cluster 2023-12-07T15:42:26.565557+0000 mgr.a (mgr.24293) 14116 : cluster 0 pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:42:28.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:28.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:28.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:28.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:28.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:28 smithi022 bash[28554]: cluster 2023-12-07T15:42:26.565557+0000 mgr.a (mgr.24293) 14116 : cluster 0 pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:42:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:28 smithi044 bash[32620]: cluster 2023-12-07T15:42:26.565557+0000 mgr.a (mgr.24293) 14116 : cluster 0 pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:42:29.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:29 smithi027 bash[31536]: audit 2023-12-07T15:42:28.094290+0000 mgr.a (mgr.24293) 14117 : audit 0 from='client.283053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:29 smithi022 bash[28554]: audit 2023-12-07T15:42:28.094290+0000 mgr.a (mgr.24293) 14117 : audit 0 from='client.283053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:29 smithi044 bash[32620]: audit 2023-12-07T15:42:28.094290+0000 mgr.a (mgr.24293) 14117 : audit 0 from='client.283053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:30.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:30 smithi027 bash[31536]: cluster 2023-12-07T15:42:28.566059+0000 mgr.a (mgr.24293) 14118 : 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-07T15:42:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:30 smithi022 bash[28554]: cluster 2023-12-07T15:42:28.566059+0000 mgr.a (mgr.24293) 14118 : 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-07T15:42:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:30 smithi044 bash[32620]: cluster 2023-12-07T15:42:28.566059+0000 mgr.a (mgr.24293) 14118 : 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-07T15:42:32.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:32 smithi027 bash[31536]: cluster 2023-12-07T15:42:30.566823+0000 mgr.a (mgr.24293) 14119 : cluster 0 pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:32 smithi022 bash[28554]: cluster 2023-12-07T15:42:30.566823+0000 mgr.a (mgr.24293) 14119 : cluster 0 pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:32 smithi044 bash[32620]: cluster 2023-12-07T15:42:30.566823+0000 mgr.a (mgr.24293) 14119 : cluster 0 pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:33.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:33.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:33.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:33 smithi022 bash[28554]: cluster 2023-12-07T15:42:32.567405+0000 mgr.a (mgr.24293) 14120 : cluster 0 pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:33 smithi044 bash[32620]: cluster 2023-12-07T15:42:32.567405+0000 mgr.a (mgr.24293) 14120 : cluster 0 pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:33.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:33 smithi027 bash[31536]: cluster 2023-12-07T15:42:32.567405+0000 mgr.a (mgr.24293) 14120 : cluster 0 pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:34.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:34.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:34.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:34.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:34.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:34 smithi022 bash[28554]: audit 2023-12-07T15:42:34.021044+0000 mgr.a (mgr.24293) 14121 : audit 0 from='client.283131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:34 smithi044 bash[32620]: audit 2023-12-07T15:42:34.021044+0000 mgr.a (mgr.24293) 14121 : audit 0 from='client.283131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:34 smithi027 bash[31536]: audit 2023-12-07T15:42:34.021044+0000 mgr.a (mgr.24293) 14121 : audit 0 from='client.283131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:36.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:36 smithi027 bash[31536]: cluster 2023-12-07T15:42:34.568311+0000 mgr.a (mgr.24293) 14122 : cluster 0 pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:36 smithi022 bash[28554]: cluster 2023-12-07T15:42:34.568311+0000 mgr.a (mgr.24293) 14122 : cluster 0 pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:36 smithi044 bash[32620]: cluster 2023-12-07T15:42:34.568311+0000 mgr.a (mgr.24293) 14122 : cluster 0 pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:38.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:38 smithi027 bash[31536]: cluster 2023-12-07T15:42:36.569151+0000 mgr.a (mgr.24293) 14123 : cluster 0 pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:38 smithi044 bash[32620]: cluster 2023-12-07T15:42:36.569151+0000 mgr.a (mgr.24293) 14123 : cluster 0 pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:38 smithi022 bash[28554]: cluster 2023-12-07T15:42:36.569151+0000 mgr.a (mgr.24293) 14123 : cluster 0 pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:39.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:39.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:39.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:40.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:40 smithi027 bash[31536]: cluster 2023-12-07T15:42:38.569733+0000 mgr.a (mgr.24293) 14124 : cluster 0 pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:40.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:40 smithi022 bash[28554]: cluster 2023-12-07T15:42:38.569733+0000 mgr.a (mgr.24293) 14124 : cluster 0 pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:40 smithi044 bash[32620]: cluster 2023-12-07T15:42:38.569733+0000 mgr.a (mgr.24293) 14124 : cluster 0 pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:41.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:41 smithi027 bash[31536]: audit 2023-12-07T15:42:39.979965+0000 mgr.a (mgr.24293) 14125 : audit 0 from='client.283209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:41 smithi044 bash[32620]: audit 2023-12-07T15:42:39.979965+0000 mgr.a (mgr.24293) 14125 : audit 0 from='client.283209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:41 smithi022 bash[28554]: audit 2023-12-07T15:42:39.979965+0000 mgr.a (mgr.24293) 14125 : audit 0 from='client.283209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:42 smithi044 bash[32620]: cluster 2023-12-07T15:42:40.570717+0000 mgr.a (mgr.24293) 14126 : cluster 0 pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:42:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:42 smithi022 bash[28554]: cluster 2023-12-07T15:42:40.570717+0000 mgr.a (mgr.24293) 14126 : cluster 0 pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:42:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:42 smithi027 bash[31536]: cluster 2023-12-07T15:42:40.570717+0000 mgr.a (mgr.24293) 14126 : cluster 0 pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:42:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:43 smithi044 bash[32620]: cluster 2023-12-07T15:42:42.571331+0000 mgr.a (mgr.24293) 14127 : cluster 0 pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:43 smithi022 bash[28554]: cluster 2023-12-07T15:42:42.571331+0000 mgr.a (mgr.24293) 14127 : cluster 0 pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:43 smithi027 bash[31536]: cluster 2023-12-07T15:42:42.571331+0000 mgr.a (mgr.24293) 14127 : cluster 0 pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:45.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:45.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:45.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:46.444 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:46.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:46.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:46.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:46.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:46 smithi027 bash[31536]: cluster 2023-12-07T15:42:44.572034+0000 mgr.a (mgr.24293) 14128 : cluster 0 pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:46 smithi022 bash[28554]: cluster 2023-12-07T15:42:44.572034+0000 mgr.a (mgr.24293) 14128 : cluster 0 pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:46 smithi044 bash[32620]: cluster 2023-12-07T15:42:44.572034+0000 mgr.a (mgr.24293) 14128 : cluster 0 pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:47 smithi027 bash[31536]: audit 2023-12-07T15:42:45.922642+0000 mgr.a (mgr.24293) 14129 : audit 0 from='client.283281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:47 smithi044 bash[32620]: audit 2023-12-07T15:42:45.922642+0000 mgr.a (mgr.24293) 14129 : audit 0 from='client.283281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:47 smithi022 bash[28554]: audit 2023-12-07T15:42:45.922642+0000 mgr.a (mgr.24293) 14129 : audit 0 from='client.283281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:48.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:48 smithi027 bash[31536]: cluster 2023-12-07T15:42:46.573147+0000 mgr.a (mgr.24293) 14130 : cluster 0 pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:48 smithi022 bash[28554]: cluster 2023-12-07T15:42:46.573147+0000 mgr.a (mgr.24293) 14130 : cluster 0 pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:48 smithi044 bash[32620]: cluster 2023-12-07T15:42:46.573147+0000 mgr.a (mgr.24293) 14130 : cluster 0 pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:50 smithi044 bash[32620]: cluster 2023-12-07T15:42:48.573754+0000 mgr.a (mgr.24293) 14131 : cluster 0 pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:50 smithi022 bash[28554]: cluster 2023-12-07T15:42:48.573754+0000 mgr.a (mgr.24293) 14131 : cluster 0 pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:50 smithi027 bash[31536]: cluster 2023-12-07T15:42:48.573754+0000 mgr.a (mgr.24293) 14131 : cluster 0 pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:51.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:51.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:51.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:51 smithi022 bash[28554]: cluster 2023-12-07T15:42:50.574517+0000 mgr.a (mgr.24293) 14132 : cluster 0 pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:51 smithi044 bash[32620]: cluster 2023-12-07T15:42:50.574517+0000 mgr.a (mgr.24293) 14132 : cluster 0 pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:51 smithi027 bash[31536]: cluster 2023-12-07T15:42:50.574517+0000 mgr.a (mgr.24293) 14132 : cluster 0 pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:52.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:52.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:52.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:52.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:52.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:52 smithi044 bash[32620]: audit 2023-12-07T15:42:51.859254+0000 mgr.a (mgr.24293) 14133 : audit 0 from='client.283356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:52 smithi022 bash[28554]: audit 2023-12-07T15:42:51.859254+0000 mgr.a (mgr.24293) 14133 : audit 0 from='client.283356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:52 smithi027 bash[31536]: audit 2023-12-07T15:42:51.859254+0000 mgr.a (mgr.24293) 14133 : audit 0 from='client.283356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:53 smithi044 bash[32620]: cluster 2023-12-07T15:42:52.575319+0000 mgr.a (mgr.24293) 14134 : cluster 0 pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:53 smithi022 bash[28554]: cluster 2023-12-07T15:42:52.575319+0000 mgr.a (mgr.24293) 14134 : cluster 0 pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:53 smithi027 bash[31536]: cluster 2023-12-07T15:42:52.575319+0000 mgr.a (mgr.24293) 14134 : cluster 0 pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:56 smithi027 bash[31536]: cluster 2023-12-07T15:42:54.575901+0000 mgr.a (mgr.24293) 14135 : cluster 0 pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:56 smithi022 bash[28554]: cluster 2023-12-07T15:42:54.575901+0000 mgr.a (mgr.24293) 14135 : cluster 0 pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:56 smithi044 bash[32620]: cluster 2023-12-07T15:42:54.575901+0000 mgr.a (mgr.24293) 14135 : cluster 0 pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:57.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:42:57.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:57.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:58.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:42:58.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:58.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:58.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:58.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:42:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:58 smithi027 bash[31536]: cluster 2023-12-07T15:42:56.576800+0000 mgr.a (mgr.24293) 14136 : cluster 0 pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:42:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:58 smithi044 bash[32620]: cluster 2023-12-07T15:42:56.576800+0000 mgr.a (mgr.24293) 14136 : cluster 0 pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:42:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:58 smithi022 bash[28554]: cluster 2023-12-07T15:42:56.576800+0000 mgr.a (mgr.24293) 14136 : cluster 0 pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:42:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:42:59 smithi022 bash[28554]: audit 2023-12-07T15:42:57.787781+0000 mgr.a (mgr.24293) 14137 : audit 0 from='client.283428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:59.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:42:59 smithi044 bash[32620]: audit 2023-12-07T15:42:57.787781+0000 mgr.a (mgr.24293) 14137 : audit 0 from='client.283428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:42:59 smithi027 bash[31536]: audit 2023-12-07T15:42:57.787781+0000 mgr.a (mgr.24293) 14137 : audit 0 from='client.283428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:00 smithi022 bash[28554]: cluster 2023-12-07T15:42:58.577512+0000 mgr.a (mgr.24293) 14138 : 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-07T15:43:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:00 smithi044 bash[32620]: cluster 2023-12-07T15:42:58.577512+0000 mgr.a (mgr.24293) 14138 : 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-07T15:43:00.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:00 smithi027 bash[31536]: cluster 2023-12-07T15:42:58.577512+0000 mgr.a (mgr.24293) 14138 : 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-07T15:43:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:01 smithi022 bash[28554]: cluster 2023-12-07T15:43:00.578330+0000 mgr.a (mgr.24293) 14139 : cluster 0 pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:01 smithi044 bash[32620]: cluster 2023-12-07T15:43:00.578330+0000 mgr.a (mgr.24293) 14139 : cluster 0 pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:01 smithi027 bash[31536]: cluster 2023-12-07T15:43:00.578330+0000 mgr.a (mgr.24293) 14139 : cluster 0 pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:02 smithi022 bash[28554]: audit 2023-12-07T15:43:01.356132+0000 mon.a (mon.0) 2400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:02 smithi022 bash[28554]: audit 2023-12-07T15:43:02.148455+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:02 smithi022 bash[28554]: audit 2023-12-07T15:43:02.150493+0000 mon.a (mon.0) 2402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:02 smithi022 bash[28554]: audit 2023-12-07T15:43:02.159586+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:02 smithi044 bash[32620]: audit 2023-12-07T15:43:01.356132+0000 mon.a (mon.0) 2400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:02 smithi044 bash[32620]: audit 2023-12-07T15:43:02.148455+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:02 smithi044 bash[32620]: audit 2023-12-07T15:43:02.150493+0000 mon.a (mon.0) 2402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:02 smithi044 bash[32620]: audit 2023-12-07T15:43:02.159586+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:43:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:02 smithi027 bash[31536]: audit 2023-12-07T15:43:01.356132+0000 mon.a (mon.0) 2400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:02 smithi027 bash[31536]: audit 2023-12-07T15:43:02.148455+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:02 smithi027 bash[31536]: audit 2023-12-07T15:43:02.150493+0000 mon.a (mon.0) 2402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:02.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:02 smithi027 bash[31536]: audit 2023-12-07T15:43:02.159586+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:43:03.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:03.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:03.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:03 smithi022 bash[28554]: cluster 2023-12-07T15:43:02.578898+0000 mgr.a (mgr.24293) 14140 : cluster 0 pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:03 smithi044 bash[32620]: cluster 2023-12-07T15:43:02.578898+0000 mgr.a (mgr.24293) 14140 : cluster 0 pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:03 smithi027 bash[31536]: cluster 2023-12-07T15:43:02.578898+0000 mgr.a (mgr.24293) 14140 : cluster 0 pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:04.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:04.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:04.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:04.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:04.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:04 smithi022 bash[28554]: audit 2023-12-07T15:43:03.696849+0000 mgr.a (mgr.24293) 14141 : audit 0 from='client.283506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:04 smithi044 bash[32620]: audit 2023-12-07T15:43:03.696849+0000 mgr.a (mgr.24293) 14141 : audit 0 from='client.283506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:04 smithi027 bash[31536]: audit 2023-12-07T15:43:03.696849+0000 mgr.a (mgr.24293) 14141 : audit 0 from='client.283506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:06 smithi027 bash[31536]: cluster 2023-12-07T15:43:04.579815+0000 mgr.a (mgr.24293) 14142 : cluster 0 pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:06 smithi044 bash[32620]: cluster 2023-12-07T15:43:04.579815+0000 mgr.a (mgr.24293) 14142 : cluster 0 pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:06 smithi022 bash[28554]: cluster 2023-12-07T15:43:04.579815+0000 mgr.a (mgr.24293) 14142 : cluster 0 pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:08.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:08 smithi027 bash[31536]: cluster 2023-12-07T15:43:06.580672+0000 mgr.a (mgr.24293) 14143 : cluster 0 pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:08 smithi044 bash[32620]: cluster 2023-12-07T15:43:06.580672+0000 mgr.a (mgr.24293) 14143 : cluster 0 pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:08 smithi022 bash[28554]: cluster 2023-12-07T15:43:06.580672+0000 mgr.a (mgr.24293) 14143 : cluster 0 pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:09.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:09.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:09.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:10.174 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:10.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:10.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:10.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:10.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:10 smithi022 bash[28554]: cluster 2023-12-07T15:43:08.581237+0000 mgr.a (mgr.24293) 14144 : cluster 0 pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:10 smithi044 bash[32620]: cluster 2023-12-07T15:43:08.581237+0000 mgr.a (mgr.24293) 14144 : cluster 0 pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:10 smithi027 bash[31536]: cluster 2023-12-07T15:43:08.581237+0000 mgr.a (mgr.24293) 14144 : cluster 0 pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:11 smithi022 bash[28554]: audit 2023-12-07T15:43:09.634161+0000 mgr.a (mgr.24293) 14145 : audit 0 from='client.283584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:11 smithi044 bash[32620]: audit 2023-12-07T15:43:09.634161+0000 mgr.a (mgr.24293) 14145 : audit 0 from='client.283584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:11 smithi027 bash[31536]: audit 2023-12-07T15:43:09.634161+0000 mgr.a (mgr.24293) 14145 : audit 0 from='client.283584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:12 smithi044 bash[32620]: cluster 2023-12-07T15:43:10.582102+0000 mgr.a (mgr.24293) 14146 : cluster 0 pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:12 smithi022 bash[28554]: cluster 2023-12-07T15:43:10.582102+0000 mgr.a (mgr.24293) 14146 : cluster 0 pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:12 smithi027 bash[31536]: cluster 2023-12-07T15:43:10.582102+0000 mgr.a (mgr.24293) 14146 : cluster 0 pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:13 smithi044 bash[32620]: cluster 2023-12-07T15:43:12.582572+0000 mgr.a (mgr.24293) 14147 : cluster 0 pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:13 smithi022 bash[28554]: cluster 2023-12-07T15:43:12.582572+0000 mgr.a (mgr.24293) 14147 : cluster 0 pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:13 smithi027 bash[31536]: cluster 2023-12-07T15:43:12.582572+0000 mgr.a (mgr.24293) 14147 : cluster 0 pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:15.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:15.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:15.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:16.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:16.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:16.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:16.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:16.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:16 smithi044 bash[32620]: cluster 2023-12-07T15:43:14.583181+0000 mgr.a (mgr.24293) 14148 : cluster 0 pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:16 smithi022 bash[28554]: cluster 2023-12-07T15:43:14.583181+0000 mgr.a (mgr.24293) 14148 : cluster 0 pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:16 smithi027 bash[31536]: cluster 2023-12-07T15:43:14.583181+0000 mgr.a (mgr.24293) 14148 : cluster 0 pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:17 smithi022 bash[28554]: audit 2023-12-07T15:43:15.595019+0000 mgr.a (mgr.24293) 14149 : audit 0 from='client.283659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:17 smithi044 bash[32620]: audit 2023-12-07T15:43:15.595019+0000 mgr.a (mgr.24293) 14149 : audit 0 from='client.283659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:17 smithi027 bash[31536]: audit 2023-12-07T15:43:15.595019+0000 mgr.a (mgr.24293) 14149 : audit 0 from='client.283659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:18 smithi022 bash[28554]: cluster 2023-12-07T15:43:16.584218+0000 mgr.a (mgr.24293) 14150 : cluster 0 pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:18 smithi044 bash[32620]: cluster 2023-12-07T15:43:16.584218+0000 mgr.a (mgr.24293) 14150 : cluster 0 pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:18 smithi027 bash[31536]: cluster 2023-12-07T15:43:16.584218+0000 mgr.a (mgr.24293) 14150 : cluster 0 pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:19.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:19 smithi022 bash[28554]: cluster 2023-12-07T15:43:18.584943+0000 mgr.a (mgr.24293) 14151 : cluster 0 pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:19 smithi044 bash[32620]: cluster 2023-12-07T15:43:18.584943+0000 mgr.a (mgr.24293) 14151 : cluster 0 pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:19.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:19 smithi027 bash[31536]: cluster 2023-12-07T15:43:18.584943+0000 mgr.a (mgr.24293) 14151 : cluster 0 pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:21.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:21.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:21.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:22.081 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:22.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:22.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:22.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:22.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:22 smithi022 bash[28554]: cluster 2023-12-07T15:43:20.585783+0000 mgr.a (mgr.24293) 14152 : cluster 0 pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:22 smithi044 bash[32620]: cluster 2023-12-07T15:43:20.585783+0000 mgr.a (mgr.24293) 14152 : cluster 0 pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:22 smithi027 bash[31536]: cluster 2023-12-07T15:43:20.585783+0000 mgr.a (mgr.24293) 14152 : cluster 0 pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:23 smithi022 bash[28554]: audit 2023-12-07T15:43:21.565938+0000 mgr.a (mgr.24293) 14153 : audit 0 from='client.283737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:23.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:23 smithi044 bash[32620]: audit 2023-12-07T15:43:21.565938+0000 mgr.a (mgr.24293) 14153 : audit 0 from='client.283737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:23 smithi027 bash[31536]: audit 2023-12-07T15:43:21.565938+0000 mgr.a (mgr.24293) 14153 : audit 0 from='client.283737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:24 smithi044 bash[32620]: cluster 2023-12-07T15:43:22.586437+0000 mgr.a (mgr.24293) 14154 : cluster 0 pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:24.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:24 smithi022 bash[28554]: cluster 2023-12-07T15:43:22.586437+0000 mgr.a (mgr.24293) 14154 : cluster 0 pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:24 smithi027 bash[31536]: cluster 2023-12-07T15:43:22.586437+0000 mgr.a (mgr.24293) 14154 : cluster 0 pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:26 smithi022 bash[28554]: cluster 2023-12-07T15:43:24.586996+0000 mgr.a (mgr.24293) 14155 : cluster 0 pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:26 smithi044 bash[32620]: cluster 2023-12-07T15:43:24.586996+0000 mgr.a (mgr.24293) 14155 : cluster 0 pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:26 smithi027 bash[31536]: cluster 2023-12-07T15:43:24.586996+0000 mgr.a (mgr.24293) 14155 : cluster 0 pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:27.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:27.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:27.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:28.019 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:28.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:28.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:28.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:28.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:28 smithi044 bash[32620]: cluster 2023-12-07T15:43:26.587829+0000 mgr.a (mgr.24293) 14156 : cluster 0 pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:28.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:28 smithi022 bash[28554]: cluster 2023-12-07T15:43:26.587829+0000 mgr.a (mgr.24293) 14156 : cluster 0 pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:28 smithi027 bash[31536]: cluster 2023-12-07T15:43:26.587829+0000 mgr.a (mgr.24293) 14156 : cluster 0 pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:29 smithi022 bash[28554]: audit 2023-12-07T15:43:27.490631+0000 mgr.a (mgr.24293) 14157 : audit 0 from='client.233803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:29 smithi044 bash[32620]: audit 2023-12-07T15:43:27.490631+0000 mgr.a (mgr.24293) 14157 : audit 0 from='client.233803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:29 smithi027 bash[31536]: audit 2023-12-07T15:43:27.490631+0000 mgr.a (mgr.24293) 14157 : audit 0 from='client.233803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:30 smithi022 bash[28554]: cluster 2023-12-07T15:43:28.588329+0000 mgr.a (mgr.24293) 14158 : 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-07T15:43:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:30 smithi044 bash[32620]: cluster 2023-12-07T15:43:28.588329+0000 mgr.a (mgr.24293) 14158 : 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-07T15:43:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:30 smithi027 bash[31536]: cluster 2023-12-07T15:43:28.588329+0000 mgr.a (mgr.24293) 14158 : 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-07T15:43:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:31 smithi022 bash[28554]: cluster 2023-12-07T15:43:30.589120+0000 mgr.a (mgr.24293) 14159 : 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-07T15:43:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:31 smithi044 bash[32620]: cluster 2023-12-07T15:43:30.589120+0000 mgr.a (mgr.24293) 14159 : 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-07T15:43:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:31 smithi027 bash[31536]: cluster 2023-12-07T15:43:30.589120+0000 mgr.a (mgr.24293) 14159 : 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-07T15:43:33.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:33.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:33.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:33 smithi022 bash[28554]: cluster 2023-12-07T15:43:32.589695+0000 mgr.a (mgr.24293) 14160 : 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-07T15:43:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:33 smithi044 bash[32620]: cluster 2023-12-07T15:43:32.589695+0000 mgr.a (mgr.24293) 14160 : 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-07T15:43:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:33 smithi027 bash[31536]: cluster 2023-12-07T15:43:32.589695+0000 mgr.a (mgr.24293) 14160 : 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-07T15:43:33.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:33.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:33.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:33.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:33.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:34 smithi044 bash[32620]: audit 2023-12-07T15:43:33.427120+0000 mgr.a (mgr.24293) 14161 : audit 0 from='client.283890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:34 smithi022 bash[28554]: audit 2023-12-07T15:43:33.427120+0000 mgr.a (mgr.24293) 14161 : audit 0 from='client.283890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:34.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:34 smithi027 bash[31536]: audit 2023-12-07T15:43:33.427120+0000 mgr.a (mgr.24293) 14161 : audit 0 from='client.283890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:36 smithi022 bash[28554]: cluster 2023-12-07T15:43:34.590362+0000 mgr.a (mgr.24293) 14162 : 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-07T15:43:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:36 smithi044 bash[32620]: cluster 2023-12-07T15:43:34.590362+0000 mgr.a (mgr.24293) 14162 : 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-07T15:43:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:36 smithi027 bash[31536]: cluster 2023-12-07T15:43:34.590362+0000 mgr.a (mgr.24293) 14162 : 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-07T15:43:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:38 smithi044 bash[32620]: cluster 2023-12-07T15:43:36.591119+0000 mgr.a (mgr.24293) 14163 : cluster 0 pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:38 smithi022 bash[28554]: cluster 2023-12-07T15:43:36.591119+0000 mgr.a (mgr.24293) 14163 : cluster 0 pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:38 smithi027 bash[31536]: cluster 2023-12-07T15:43:36.591119+0000 mgr.a (mgr.24293) 14163 : cluster 0 pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:38.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:38.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:38.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:39 smithi022 bash[28554]: cluster 2023-12-07T15:43:38.591748+0000 mgr.a (mgr.24293) 14164 : cluster 0 pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:39 smithi044 bash[32620]: cluster 2023-12-07T15:43:38.591748+0000 mgr.a (mgr.24293) 14164 : cluster 0 pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:39 smithi027 bash[31536]: cluster 2023-12-07T15:43:38.591748+0000 mgr.a (mgr.24293) 14164 : cluster 0 pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:39.871 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:39.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:39.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:39.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:39.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:41 smithi022 bash[28554]: audit 2023-12-07T15:43:39.366586+0000 mgr.a (mgr.24293) 14165 : audit 0 from='client.283965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:41 smithi044 bash[32620]: audit 2023-12-07T15:43:39.366586+0000 mgr.a (mgr.24293) 14165 : audit 0 from='client.283965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:41.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:41 smithi027 bash[31536]: audit 2023-12-07T15:43:39.366586+0000 mgr.a (mgr.24293) 14165 : audit 0 from='client.283965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:42 smithi022 bash[28554]: cluster 2023-12-07T15:43:40.592623+0000 mgr.a (mgr.24293) 14166 : cluster 0 pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:42 smithi044 bash[32620]: cluster 2023-12-07T15:43:40.592623+0000 mgr.a (mgr.24293) 14166 : cluster 0 pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:42 smithi027 bash[31536]: cluster 2023-12-07T15:43:40.592623+0000 mgr.a (mgr.24293) 14166 : cluster 0 pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:43.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:43 smithi044 bash[32620]: cluster 2023-12-07T15:43:42.593181+0000 mgr.a (mgr.24293) 14167 : cluster 0 pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:43 smithi022 bash[28554]: cluster 2023-12-07T15:43:42.593181+0000 mgr.a (mgr.24293) 14167 : cluster 0 pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:43.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:43 smithi027 bash[31536]: cluster 2023-12-07T15:43:42.593181+0000 mgr.a (mgr.24293) 14167 : cluster 0 pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:44.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:44.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:44.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:45.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:45.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:45.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:45.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:45.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:46 smithi022 bash[28554]: cluster 2023-12-07T15:43:44.593653+0000 mgr.a (mgr.24293) 14168 : cluster 0 pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:46 smithi044 bash[32620]: cluster 2023-12-07T15:43:44.593653+0000 mgr.a (mgr.24293) 14168 : cluster 0 pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:46 smithi027 bash[31536]: cluster 2023-12-07T15:43:44.593653+0000 mgr.a (mgr.24293) 14168 : cluster 0 pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:47.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:47 smithi022 bash[28554]: audit 2023-12-07T15:43:45.284699+0000 mgr.a (mgr.24293) 14169 : audit 0 from='client.284043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:47.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:47 smithi044 bash[32620]: audit 2023-12-07T15:43:45.284699+0000 mgr.a (mgr.24293) 14169 : audit 0 from='client.284043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:47.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:47 smithi027 bash[31536]: audit 2023-12-07T15:43:45.284699+0000 mgr.a (mgr.24293) 14169 : audit 0 from='client.284043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:48 smithi022 bash[28554]: cluster 2023-12-07T15:43:46.594676+0000 mgr.a (mgr.24293) 14170 : cluster 0 pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:43:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:48 smithi044 bash[32620]: cluster 2023-12-07T15:43:46.594676+0000 mgr.a (mgr.24293) 14170 : cluster 0 pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:43:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:48 smithi027 bash[31536]: cluster 2023-12-07T15:43:46.594676+0000 mgr.a (mgr.24293) 14170 : cluster 0 pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:43:49.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:49 smithi022 bash[28554]: cluster 2023-12-07T15:43:48.595258+0000 mgr.a (mgr.24293) 14171 : cluster 0 pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:43:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:49 smithi044 bash[32620]: cluster 2023-12-07T15:43:48.595258+0000 mgr.a (mgr.24293) 14171 : cluster 0 pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:43:49.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:49 smithi027 bash[31536]: cluster 2023-12-07T15:43:48.595258+0000 mgr.a (mgr.24293) 14171 : cluster 0 pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:43:50.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:50.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:50.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:51.756 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:51.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:51.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:51.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:51.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:52 smithi022 bash[28554]: cluster 2023-12-07T15:43:50.595962+0000 mgr.a (mgr.24293) 14172 : cluster 0 pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:52 smithi044 bash[32620]: cluster 2023-12-07T15:43:50.595962+0000 mgr.a (mgr.24293) 14172 : cluster 0 pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:52 smithi027 bash[31536]: cluster 2023-12-07T15:43:50.595962+0000 mgr.a (mgr.24293) 14172 : cluster 0 pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:53 smithi044 bash[32620]: audit 2023-12-07T15:43:51.233488+0000 mgr.a (mgr.24293) 14173 : audit 0 from='client.284115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:53 smithi044 bash[32620]: cluster 2023-12-07T15:43:52.596646+0000 mgr.a (mgr.24293) 14174 : cluster 0 pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:53 smithi022 bash[28554]: audit 2023-12-07T15:43:51.233488+0000 mgr.a (mgr.24293) 14173 : audit 0 from='client.284115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:53 smithi022 bash[28554]: cluster 2023-12-07T15:43:52.596646+0000 mgr.a (mgr.24293) 14174 : cluster 0 pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:53 smithi027 bash[31536]: audit 2023-12-07T15:43:51.233488+0000 mgr.a (mgr.24293) 14173 : audit 0 from='client.284115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:53.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:53 smithi027 bash[31536]: cluster 2023-12-07T15:43:52.596646+0000 mgr.a (mgr.24293) 14174 : cluster 0 pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:56 smithi044 bash[32620]: cluster 2023-12-07T15:43:54.597186+0000 mgr.a (mgr.24293) 14175 : cluster 0 pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:56 smithi022 bash[28554]: cluster 2023-12-07T15:43:54.597186+0000 mgr.a (mgr.24293) 14175 : cluster 0 pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:56 smithi027 bash[31536]: cluster 2023-12-07T15:43:54.597186+0000 mgr.a (mgr.24293) 14175 : cluster 0 pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:56.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:43:56.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:56.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:57 smithi022 bash[28554]: cluster 2023-12-07T15:43:56.598067+0000 mgr.a (mgr.24293) 14176 : cluster 0 pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:57 smithi022 bash[28554]: audit 2023-12-07T15:43:57.167272+0000 mgr.a (mgr.24293) 14177 : audit 0 from='client.284190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:57 smithi044 bash[32620]: cluster 2023-12-07T15:43:56.598067+0000 mgr.a (mgr.24293) 14176 : cluster 0 pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:57 smithi044 bash[32620]: audit 2023-12-07T15:43:57.167272+0000 mgr.a (mgr.24293) 14177 : audit 0 from='client.284190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:57.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:43:57.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:57.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:57.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:57.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:43:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:57 smithi027 bash[31536]: cluster 2023-12-07T15:43:56.598067+0000 mgr.a (mgr.24293) 14176 : cluster 0 pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:57 smithi027 bash[31536]: audit 2023-12-07T15:43:57.167272+0000 mgr.a (mgr.24293) 14177 : audit 0 from='client.284190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:59.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:43:59 smithi022 bash[28554]: cluster 2023-12-07T15:43:58.598804+0000 mgr.a (mgr.24293) 14178 : cluster 0 pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:43:59.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:43:59 smithi044 bash[32620]: cluster 2023-12-07T15:43:58.598804+0000 mgr.a (mgr.24293) 14178 : cluster 0 pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:43:59.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:43:59 smithi027 bash[31536]: cluster 2023-12-07T15:43:58.598804+0000 mgr.a (mgr.24293) 14178 : cluster 0 pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:44:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:01 smithi044 bash[32620]: cluster 2023-12-07T15:44:00.599583+0000 mgr.a (mgr.24293) 14179 : cluster 0 pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:44:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:01 smithi022 bash[28554]: cluster 2023-12-07T15:44:00.599583+0000 mgr.a (mgr.24293) 14179 : cluster 0 pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:44:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:01 smithi027 bash[31536]: cluster 2023-12-07T15:44:00.599583+0000 mgr.a (mgr.24293) 14179 : cluster 0 pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:44:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:02 smithi044 bash[32620]: audit 2023-12-07T15:44:02.262988+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:02 smithi022 bash[28554]: audit 2023-12-07T15:44:02.262988+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:02.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:02.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:02.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:02 smithi027 bash[31536]: audit 2023-12-07T15:44:02.262988+0000 mon.a (mon.0) 2404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:03.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:03.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:03.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:03.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:03.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:03 smithi022 bash[28554]: cluster 2023-12-07T15:44:02.599975+0000 mgr.a (mgr.24293) 14180 : 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-07T15:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:03 smithi022 bash[28554]: audit 2023-12-07T15:44:03.058604+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:03 smithi022 bash[28554]: audit 2023-12-07T15:44:03.060488+0000 mon.a (mon.0) 2406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:03 smithi022 bash[28554]: audit 2023-12-07T15:44:03.070120+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:03 smithi022 bash[28554]: audit 2023-12-07T15:44:03.081184+0000 mgr.a (mgr.24293) 14181 : audit 0 from='client.284265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:03 smithi044 bash[32620]: cluster 2023-12-07T15:44:02.599975+0000 mgr.a (mgr.24293) 14180 : 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-07T15:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:03 smithi044 bash[32620]: audit 2023-12-07T15:44:03.058604+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:03 smithi044 bash[32620]: audit 2023-12-07T15:44:03.060488+0000 mon.a (mon.0) 2406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:03 smithi044 bash[32620]: audit 2023-12-07T15:44:03.070120+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:44:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:03 smithi044 bash[32620]: audit 2023-12-07T15:44:03.081184+0000 mgr.a (mgr.24293) 14181 : audit 0 from='client.284265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:03 smithi027 bash[31536]: cluster 2023-12-07T15:44:02.599975+0000 mgr.a (mgr.24293) 14180 : 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-07T15:44:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:03 smithi027 bash[31536]: audit 2023-12-07T15:44:03.058604+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:03 smithi027 bash[31536]: audit 2023-12-07T15:44:03.060488+0000 mon.a (mon.0) 2406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:03 smithi027 bash[31536]: audit 2023-12-07T15:44:03.070120+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:44:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:03 smithi027 bash[31536]: audit 2023-12-07T15:44:03.081184+0000 mgr.a (mgr.24293) 14181 : audit 0 from='client.284265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:06 smithi022 bash[28554]: cluster 2023-12-07T15:44:04.600663+0000 mgr.a (mgr.24293) 14182 : 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-07T15:44:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:06 smithi044 bash[32620]: cluster 2023-12-07T15:44:04.600663+0000 mgr.a (mgr.24293) 14182 : 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-07T15:44:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:06 smithi027 bash[31536]: cluster 2023-12-07T15:44:04.600663+0000 mgr.a (mgr.24293) 14182 : 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-07T15:44:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:07 smithi044 bash[32620]: cluster 2023-12-07T15:44:06.601530+0000 mgr.a (mgr.24293) 14183 : cluster 0 pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:07 smithi022 bash[28554]: cluster 2023-12-07T15:44:06.601530+0000 mgr.a (mgr.24293) 14183 : cluster 0 pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:07 smithi027 bash[31536]: cluster 2023-12-07T15:44:06.601530+0000 mgr.a (mgr.24293) 14183 : cluster 0 pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:08.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:08.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:08.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:09.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:09.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:09.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:09.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:09.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:09 smithi022 bash[28554]: cluster 2023-12-07T15:44:08.602104+0000 mgr.a (mgr.24293) 14184 : cluster 0 pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:09 smithi022 bash[28554]: audit 2023-12-07T15:44:08.985534+0000 mgr.a (mgr.24293) 14185 : audit 0 from='client.284343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:09 smithi044 bash[32620]: cluster 2023-12-07T15:44:08.602104+0000 mgr.a (mgr.24293) 14184 : cluster 0 pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:09.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:09 smithi044 bash[32620]: audit 2023-12-07T15:44:08.985534+0000 mgr.a (mgr.24293) 14185 : audit 0 from='client.284343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:09 smithi027 bash[31536]: cluster 2023-12-07T15:44:08.602104+0000 mgr.a (mgr.24293) 14184 : cluster 0 pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:09 smithi027 bash[31536]: audit 2023-12-07T15:44:08.985534+0000 mgr.a (mgr.24293) 14185 : audit 0 from='client.284343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:12 smithi022 bash[28554]: cluster 2023-12-07T15:44:10.603051+0000 mgr.a (mgr.24293) 14186 : cluster 0 pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:12 smithi044 bash[32620]: cluster 2023-12-07T15:44:10.603051+0000 mgr.a (mgr.24293) 14186 : cluster 0 pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:12 smithi027 bash[31536]: cluster 2023-12-07T15:44:10.603051+0000 mgr.a (mgr.24293) 14186 : cluster 0 pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:13 smithi022 bash[28554]: cluster 2023-12-07T15:44:12.603647+0000 mgr.a (mgr.24293) 14187 : cluster 0 pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:13.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:13 smithi044 bash[32620]: cluster 2023-12-07T15:44:12.603647+0000 mgr.a (mgr.24293) 14187 : cluster 0 pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:13.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:13 smithi027 bash[31536]: cluster 2023-12-07T15:44:12.603647+0000 mgr.a (mgr.24293) 14187 : cluster 0 pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:14.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:14.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:14.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:15.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:15.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:16 smithi022 bash[28554]: cluster 2023-12-07T15:44:14.604217+0000 mgr.a (mgr.24293) 14188 : cluster 0 pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:16 smithi022 bash[28554]: audit 2023-12-07T15:44:14.937781+0000 mgr.a (mgr.24293) 14189 : audit 0 from='client.284421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:16 smithi044 bash[32620]: cluster 2023-12-07T15:44:14.604217+0000 mgr.a (mgr.24293) 14188 : cluster 0 pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:16 smithi044 bash[32620]: audit 2023-12-07T15:44:14.937781+0000 mgr.a (mgr.24293) 14189 : audit 0 from='client.284421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:16 smithi027 bash[31536]: cluster 2023-12-07T15:44:14.604217+0000 mgr.a (mgr.24293) 14188 : cluster 0 pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:16 smithi027 bash[31536]: audit 2023-12-07T15:44:14.937781+0000 mgr.a (mgr.24293) 14189 : audit 0 from='client.284421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:17 smithi022 bash[28554]: cluster 2023-12-07T15:44:16.605201+0000 mgr.a (mgr.24293) 14190 : cluster 0 pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:44:17.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:17 smithi044 bash[32620]: cluster 2023-12-07T15:44:16.605201+0000 mgr.a (mgr.24293) 14190 : cluster 0 pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:44:17.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:17 smithi027 bash[31536]: cluster 2023-12-07T15:44:16.605201+0000 mgr.a (mgr.24293) 14190 : cluster 0 pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:44:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:19 smithi044 bash[32620]: cluster 2023-12-07T15:44:18.605786+0000 mgr.a (mgr.24293) 14191 : cluster 0 pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:44:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:19 smithi022 bash[28554]: cluster 2023-12-07T15:44:18.605786+0000 mgr.a (mgr.24293) 14191 : cluster 0 pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:44:19.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:19 smithi027 bash[31536]: cluster 2023-12-07T15:44:18.605786+0000 mgr.a (mgr.24293) 14191 : cluster 0 pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:44:20.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:20.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:20.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:21.420 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:21.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:21.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:21.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:21.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:21 smithi044 bash[32620]: cluster 2023-12-07T15:44:20.606562+0000 mgr.a (mgr.24293) 14192 : cluster 0 pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:21 smithi044 bash[32620]: audit 2023-12-07T15:44:20.903806+0000 mgr.a (mgr.24293) 14193 : audit 0 from='client.284499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:21 smithi022 bash[28554]: cluster 2023-12-07T15:44:20.606562+0000 mgr.a (mgr.24293) 14192 : cluster 0 pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:21 smithi022 bash[28554]: audit 2023-12-07T15:44:20.903806+0000 mgr.a (mgr.24293) 14193 : audit 0 from='client.284499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:21 smithi027 bash[31536]: cluster 2023-12-07T15:44:20.606562+0000 mgr.a (mgr.24293) 14192 : cluster 0 pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:21 smithi027 bash[31536]: audit 2023-12-07T15:44:20.903806+0000 mgr.a (mgr.24293) 14193 : audit 0 from='client.284499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:23 smithi022 bash[28554]: cluster 2023-12-07T15:44:22.607307+0000 mgr.a (mgr.24293) 14194 : cluster 0 pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:23.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:23 smithi044 bash[32620]: cluster 2023-12-07T15:44:22.607307+0000 mgr.a (mgr.24293) 14194 : cluster 0 pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:23.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:23 smithi027 bash[31536]: cluster 2023-12-07T15:44:22.607307+0000 mgr.a (mgr.24293) 14194 : cluster 0 pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:26.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:26 smithi022 bash[28554]: cluster 2023-12-07T15:44:24.607889+0000 mgr.a (mgr.24293) 14195 : cluster 0 pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:26 smithi044 bash[32620]: cluster 2023-12-07T15:44:24.607889+0000 mgr.a (mgr.24293) 14195 : cluster 0 pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:26 smithi027 bash[31536]: cluster 2023-12-07T15:44:24.607889+0000 mgr.a (mgr.24293) 14195 : cluster 0 pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:27.363 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:27.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:27.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:27.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:27.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:28 smithi022 bash[28554]: cluster 2023-12-07T15:44:26.608613+0000 mgr.a (mgr.24293) 14196 : cluster 0 pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:28 smithi022 bash[28554]: audit 2023-12-07T15:44:26.844365+0000 mgr.a (mgr.24293) 14197 : audit 0 from='client.284571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:28 smithi044 bash[32620]: cluster 2023-12-07T15:44:26.608613+0000 mgr.a (mgr.24293) 14196 : cluster 0 pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:28 smithi044 bash[32620]: audit 2023-12-07T15:44:26.844365+0000 mgr.a (mgr.24293) 14197 : audit 0 from='client.284571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:28 smithi027 bash[31536]: cluster 2023-12-07T15:44:26.608613+0000 mgr.a (mgr.24293) 14196 : cluster 0 pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:28 smithi027 bash[31536]: audit 2023-12-07T15:44:26.844365+0000 mgr.a (mgr.24293) 14197 : audit 0 from='client.284571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:30 smithi044 bash[32620]: cluster 2023-12-07T15:44:28.609331+0000 mgr.a (mgr.24293) 14198 : cluster 0 pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:44:30.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:30 smithi022 bash[28554]: cluster 2023-12-07T15:44:28.609331+0000 mgr.a (mgr.24293) 14198 : cluster 0 pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:44:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:30 smithi027 bash[31536]: cluster 2023-12-07T15:44:28.609331+0000 mgr.a (mgr.24293) 14198 : cluster 0 pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:44:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:31 smithi022 bash[28554]: cluster 2023-12-07T15:44:30.610174+0000 mgr.a (mgr.24293) 14199 : cluster 0 pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:44:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:31 smithi044 bash[32620]: cluster 2023-12-07T15:44:30.610174+0000 mgr.a (mgr.24293) 14199 : cluster 0 pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:44:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:31 smithi027 bash[31536]: cluster 2023-12-07T15:44:30.610174+0000 mgr.a (mgr.24293) 14199 : cluster 0 pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:44:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:33.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:33.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:33.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:33.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:33.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:33 smithi022 bash[28554]: cluster 2023-12-07T15:44:32.610662+0000 mgr.a (mgr.24293) 14200 : 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-07T15:44:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:33 smithi022 bash[28554]: audit 2023-12-07T15:44:32.775640+0000 mgr.a (mgr.24293) 14201 : audit 0 from='client.284649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:33 smithi044 bash[32620]: cluster 2023-12-07T15:44:32.610662+0000 mgr.a (mgr.24293) 14200 : 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-07T15:44:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:33 smithi044 bash[32620]: audit 2023-12-07T15:44:32.775640+0000 mgr.a (mgr.24293) 14201 : audit 0 from='client.284649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:33 smithi027 bash[31536]: cluster 2023-12-07T15:44:32.610662+0000 mgr.a (mgr.24293) 14200 : 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-07T15:44:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:33 smithi027 bash[31536]: audit 2023-12-07T15:44:32.775640+0000 mgr.a (mgr.24293) 14201 : audit 0 from='client.284649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:36 smithi022 bash[28554]: cluster 2023-12-07T15:44:34.611384+0000 mgr.a (mgr.24293) 14202 : 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-07T15:44:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:36 smithi044 bash[32620]: cluster 2023-12-07T15:44:34.611384+0000 mgr.a (mgr.24293) 14202 : 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-07T15:44:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:36 smithi027 bash[31536]: cluster 2023-12-07T15:44:34.611384+0000 mgr.a (mgr.24293) 14202 : 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-07T15:44:38.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:38.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:38.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:38 smithi022 bash[28554]: cluster 2023-12-07T15:44:36.612224+0000 mgr.a (mgr.24293) 14203 : 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-07T15:44:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:38 smithi044 bash[32620]: cluster 2023-12-07T15:44:36.612224+0000 mgr.a (mgr.24293) 14203 : 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-07T15:44:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:38 smithi027 bash[31536]: cluster 2023-12-07T15:44:36.612224+0000 mgr.a (mgr.24293) 14203 : 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-07T15:44:39.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:39.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:39.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:39.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:39.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:39 smithi044 bash[32620]: cluster 2023-12-07T15:44:38.612651+0000 mgr.a (mgr.24293) 14204 : 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-07T15:44:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:39 smithi044 bash[32620]: audit 2023-12-07T15:44:38.706532+0000 mgr.a (mgr.24293) 14205 : audit 0 from='client.284727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:39 smithi022 bash[28554]: cluster 2023-12-07T15:44:38.612651+0000 mgr.a (mgr.24293) 14204 : 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-07T15:44:39.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:39 smithi022 bash[28554]: audit 2023-12-07T15:44:38.706532+0000 mgr.a (mgr.24293) 14205 : audit 0 from='client.284727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:39 smithi027 bash[31536]: cluster 2023-12-07T15:44:38.612651+0000 mgr.a (mgr.24293) 14204 : 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-07T15:44:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:39 smithi027 bash[31536]: audit 2023-12-07T15:44:38.706532+0000 mgr.a (mgr.24293) 14205 : audit 0 from='client.284727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:42 smithi022 bash[28554]: cluster 2023-12-07T15:44:40.613491+0000 mgr.a (mgr.24293) 14206 : cluster 0 pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:42 smithi044 bash[32620]: cluster 2023-12-07T15:44:40.613491+0000 mgr.a (mgr.24293) 14206 : cluster 0 pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:42 smithi027 bash[31536]: cluster 2023-12-07T15:44:40.613491+0000 mgr.a (mgr.24293) 14206 : cluster 0 pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:44.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:44.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:44.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:44 smithi044 bash[32620]: cluster 2023-12-07T15:44:42.614086+0000 mgr.a (mgr.24293) 14207 : cluster 0 pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:44 smithi022 bash[28554]: cluster 2023-12-07T15:44:42.614086+0000 mgr.a (mgr.24293) 14207 : cluster 0 pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:44 smithi027 bash[31536]: cluster 2023-12-07T15:44:42.614086+0000 mgr.a (mgr.24293) 14207 : cluster 0 pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:45.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:46 smithi044 bash[32620]: cluster 2023-12-07T15:44:44.614495+0000 mgr.a (mgr.24293) 14208 : cluster 0 pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:46 smithi044 bash[32620]: audit 2023-12-07T15:44:44.652102+0000 mgr.a (mgr.24293) 14209 : audit 0 from='client.284805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:46 smithi022 bash[28554]: cluster 2023-12-07T15:44:44.614495+0000 mgr.a (mgr.24293) 14208 : cluster 0 pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:46 smithi022 bash[28554]: audit 2023-12-07T15:44:44.652102+0000 mgr.a (mgr.24293) 14209 : audit 0 from='client.284805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:46 smithi027 bash[31536]: cluster 2023-12-07T15:44:44.614495+0000 mgr.a (mgr.24293) 14208 : cluster 0 pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:46 smithi027 bash[31536]: audit 2023-12-07T15:44:44.652102+0000 mgr.a (mgr.24293) 14209 : audit 0 from='client.284805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:48 smithi044 bash[32620]: cluster 2023-12-07T15:44:46.615333+0000 mgr.a (mgr.24293) 14210 : cluster 0 pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:48 smithi022 bash[28554]: cluster 2023-12-07T15:44:46.615333+0000 mgr.a (mgr.24293) 14210 : cluster 0 pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:48 smithi027 bash[31536]: cluster 2023-12-07T15:44:46.615333+0000 mgr.a (mgr.24293) 14210 : cluster 0 pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:49 smithi044 bash[32620]: cluster 2023-12-07T15:44:48.615962+0000 mgr.a (mgr.24293) 14211 : cluster 0 pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:49 smithi022 bash[28554]: cluster 2023-12-07T15:44:48.615962+0000 mgr.a (mgr.24293) 14211 : cluster 0 pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:49 smithi027 bash[31536]: cluster 2023-12-07T15:44:48.615962+0000 mgr.a (mgr.24293) 14211 : cluster 0 pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:50.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:50.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:50.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:51.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:51.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:51.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:51.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:51.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:52 smithi022 bash[28554]: audit 2023-12-07T15:44:50.578572+0000 mgr.a (mgr.24293) 14212 : audit 0 from='client.284883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:52 smithi022 bash[28554]: cluster 2023-12-07T15:44:50.617238+0000 mgr.a (mgr.24293) 14213 : 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-07T15:44:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:52 smithi044 bash[32620]: audit 2023-12-07T15:44:50.578572+0000 mgr.a (mgr.24293) 14212 : audit 0 from='client.284883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:52.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:52 smithi044 bash[32620]: cluster 2023-12-07T15:44:50.617238+0000 mgr.a (mgr.24293) 14213 : 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-07T15:44:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:52 smithi027 bash[31536]: audit 2023-12-07T15:44:50.578572+0000 mgr.a (mgr.24293) 14212 : audit 0 from='client.284883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:52 smithi027 bash[31536]: cluster 2023-12-07T15:44:50.617238+0000 mgr.a (mgr.24293) 14213 : 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-07T15:44:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:53 smithi022 bash[28554]: cluster 2023-12-07T15:44:52.617964+0000 mgr.a (mgr.24293) 14214 : cluster 0 pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:53 smithi044 bash[32620]: cluster 2023-12-07T15:44:52.617964+0000 mgr.a (mgr.24293) 14214 : cluster 0 pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:53 smithi027 bash[31536]: cluster 2023-12-07T15:44:52.617964+0000 mgr.a (mgr.24293) 14214 : cluster 0 pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:56.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:44:56.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:56.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:56 smithi022 bash[28554]: cluster 2023-12-07T15:44:54.618535+0000 mgr.a (mgr.24293) 14215 : cluster 0 pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:56 smithi044 bash[32620]: cluster 2023-12-07T15:44:54.618535+0000 mgr.a (mgr.24293) 14215 : cluster 0 pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:56 smithi027 bash[31536]: cluster 2023-12-07T15:44:54.618535+0000 mgr.a (mgr.24293) 14215 : cluster 0 pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:57.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:44:57.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:57.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:57.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:57.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:44:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:57 smithi022 bash[28554]: audit 2023-12-07T15:44:56.509314+0000 mgr.a (mgr.24293) 14216 : audit 0 from='client.284961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:57 smithi022 bash[28554]: cluster 2023-12-07T15:44:56.619707+0000 mgr.a (mgr.24293) 14217 : cluster 0 pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:57 smithi044 bash[32620]: audit 2023-12-07T15:44:56.509314+0000 mgr.a (mgr.24293) 14216 : audit 0 from='client.284961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:57 smithi044 bash[32620]: cluster 2023-12-07T15:44:56.619707+0000 mgr.a (mgr.24293) 14217 : cluster 0 pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:57.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:57 smithi027 bash[31536]: audit 2023-12-07T15:44:56.509314+0000 mgr.a (mgr.24293) 14216 : audit 0 from='client.284961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:57 smithi027 bash[31536]: cluster 2023-12-07T15:44:56.619707+0000 mgr.a (mgr.24293) 14217 : cluster 0 pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:44:59 smithi027 bash[31536]: cluster 2023-12-07T15:44:58.620363+0000 mgr.a (mgr.24293) 14218 : cluster 0 pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:44:59 smithi022 bash[28554]: cluster 2023-12-07T15:44:58.620363+0000 mgr.a (mgr.24293) 14218 : cluster 0 pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:44:59 smithi044 bash[32620]: cluster 2023-12-07T15:44:58.620363+0000 mgr.a (mgr.24293) 14218 : cluster 0 pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:02.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:02.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:02.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:02 smithi022 bash[28554]: cluster 2023-12-07T15:45:00.621168+0000 mgr.a (mgr.24293) 14219 : cluster 0 pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:02 smithi044 bash[32620]: cluster 2023-12-07T15:45:00.621168+0000 mgr.a (mgr.24293) 14219 : cluster 0 pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:02 smithi027 bash[31536]: cluster 2023-12-07T15:45:00.621168+0000 mgr.a (mgr.24293) 14219 : cluster 0 pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:02.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:02.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:02.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:02.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:02.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:03 smithi044 bash[32620]: audit 2023-12-07T15:45:02.465461+0000 mgr.a (mgr.24293) 14220 : audit 0 from='client.285039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:03 smithi044 bash[32620]: cluster 2023-12-07T15:45:02.621969+0000 mgr.a (mgr.24293) 14221 : 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-07T15:45:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:03 smithi044 bash[32620]: audit 2023-12-07T15:45:03.223288+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:03 smithi022 bash[28554]: audit 2023-12-07T15:45:02.465461+0000 mgr.a (mgr.24293) 14220 : audit 0 from='client.285039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:03 smithi022 bash[28554]: cluster 2023-12-07T15:45:02.621969+0000 mgr.a (mgr.24293) 14221 : 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-07T15:45:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:03 smithi022 bash[28554]: audit 2023-12-07T15:45:03.223288+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:03.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:03 smithi027 bash[31536]: audit 2023-12-07T15:45:02.465461+0000 mgr.a (mgr.24293) 14220 : audit 0 from='client.285039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:03 smithi027 bash[31536]: cluster 2023-12-07T15:45:02.621969+0000 mgr.a (mgr.24293) 14221 : 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-07T15:45:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:03 smithi027 bash[31536]: audit 2023-12-07T15:45:03.223288+0000 mon.a (mon.0) 2408 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:06 smithi022 bash[28554]: cluster 2023-12-07T15:45:04.622686+0000 mgr.a (mgr.24293) 14222 : 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-07T15:45:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:06 smithi044 bash[32620]: cluster 2023-12-07T15:45:04.622686+0000 mgr.a (mgr.24293) 14222 : 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-07T15:45:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:06 smithi027 bash[31536]: cluster 2023-12-07T15:45:04.622686+0000 mgr.a (mgr.24293) 14222 : 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-07T15:45:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:07 smithi044 bash[32620]: cluster 2023-12-07T15:45:06.623506+0000 mgr.a (mgr.24293) 14223 : 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-07T15:45:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:07 smithi022 bash[28554]: cluster 2023-12-07T15:45:06.623506+0000 mgr.a (mgr.24293) 14223 : 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-07T15:45:07.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:07 smithi027 bash[31536]: cluster 2023-12-07T15:45:06.623506+0000 mgr.a (mgr.24293) 14223 : 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-07T15:45:07.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:07.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:07.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:08.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:08.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:08.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:08.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:08.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:09.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.414507+0000 mgr.a (mgr.24293) 14224 : audit 0 from='client.285117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.568097+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.585230+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.620282+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: cluster 2023-12-07T15:45:08.624048+0000 mgr.a (mgr.24293) 14225 : 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-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.627052+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.631926+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:08.637207+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:09.372223+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:09.374154+0000 mon.a (mon.0) 2416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:09 smithi022 bash[28554]: audit 2023-12-07T15:45:09.383676+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.414507+0000 mgr.a (mgr.24293) 14224 : audit 0 from='client.285117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.568097+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.585230+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.620282+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: cluster 2023-12-07T15:45:08.624048+0000 mgr.a (mgr.24293) 14225 : 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-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.627052+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.631926+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:08.637207+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:09.372223+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:09.374154+0000 mon.a (mon.0) 2416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:09 smithi044 bash[32620]: audit 2023-12-07T15:45:09.383676+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.414507+0000 mgr.a (mgr.24293) 14224 : audit 0 from='client.285117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.568097+0000 mon.a (mon.0) 2409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.585230+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.620282+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: cluster 2023-12-07T15:45:08.624048+0000 mgr.a (mgr.24293) 14225 : 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-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.627052+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.631926+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:08.637207+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:09.372223+0000 mon.a (mon.0) 2415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:09.374154+0000 mon.a (mon.0) 2416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:09.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:09 smithi027 bash[31536]: audit 2023-12-07T15:45:09.383676+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:45:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:11 smithi022 bash[28554]: cluster 2023-12-07T15:45:10.625029+0000 mgr.a (mgr.24293) 14226 : cluster 0 pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:11 smithi044 bash[32620]: cluster 2023-12-07T15:45:10.625029+0000 mgr.a (mgr.24293) 14226 : cluster 0 pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:11 smithi027 bash[31536]: cluster 2023-12-07T15:45:10.625029+0000 mgr.a (mgr.24293) 14226 : cluster 0 pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:13.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:13 smithi027 bash[31536]: cluster 2023-12-07T15:45:12.625771+0000 mgr.a (mgr.24293) 14227 : cluster 0 pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:13.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:13.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:13.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:13 smithi022 bash[28554]: cluster 2023-12-07T15:45:12.625771+0000 mgr.a (mgr.24293) 14227 : cluster 0 pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:13 smithi044 bash[32620]: cluster 2023-12-07T15:45:12.625771+0000 mgr.a (mgr.24293) 14227 : cluster 0 pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:14.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:14.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:14.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:14.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:14.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:16 smithi044 bash[32620]: audit 2023-12-07T15:45:14.378115+0000 mgr.a (mgr.24293) 14228 : audit 0 from='client.285189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:16 smithi044 bash[32620]: cluster 2023-12-07T15:45:14.626361+0000 mgr.a (mgr.24293) 14229 : cluster 0 pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:16 smithi022 bash[28554]: audit 2023-12-07T15:45:14.378115+0000 mgr.a (mgr.24293) 14228 : audit 0 from='client.285189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:16 smithi022 bash[28554]: cluster 2023-12-07T15:45:14.626361+0000 mgr.a (mgr.24293) 14229 : cluster 0 pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:16 smithi027 bash[31536]: audit 2023-12-07T15:45:14.378115+0000 mgr.a (mgr.24293) 14228 : audit 0 from='client.285189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:16 smithi027 bash[31536]: cluster 2023-12-07T15:45:14.626361+0000 mgr.a (mgr.24293) 14229 : cluster 0 pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:17 smithi044 bash[32620]: cluster 2023-12-07T15:45:16.627230+0000 mgr.a (mgr.24293) 14230 : cluster 0 pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:17 smithi022 bash[28554]: cluster 2023-12-07T15:45:16.627230+0000 mgr.a (mgr.24293) 14230 : cluster 0 pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:17.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:17 smithi027 bash[31536]: cluster 2023-12-07T15:45:16.627230+0000 mgr.a (mgr.24293) 14230 : cluster 0 pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:19.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:19.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:19.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:19.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:19 smithi027 bash[31536]: cluster 2023-12-07T15:45:18.627781+0000 mgr.a (mgr.24293) 14231 : cluster 0 pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:19 smithi044 bash[32620]: cluster 2023-12-07T15:45:18.627781+0000 mgr.a (mgr.24293) 14231 : cluster 0 pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:19 smithi022 bash[28554]: cluster 2023-12-07T15:45:18.627781+0000 mgr.a (mgr.24293) 14231 : cluster 0 pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:20.865 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:20.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:20.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:20.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:20.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:21 smithi044 bash[32620]: audit 2023-12-07T15:45:20.335112+0000 mgr.a (mgr.24293) 14232 : audit 0 from='client.285264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:21 smithi044 bash[32620]: cluster 2023-12-07T15:45:20.628923+0000 mgr.a (mgr.24293) 14233 : 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-07T15:45:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:21 smithi022 bash[28554]: audit 2023-12-07T15:45:20.335112+0000 mgr.a (mgr.24293) 14232 : audit 0 from='client.285264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:21 smithi022 bash[28554]: cluster 2023-12-07T15:45:20.628923+0000 mgr.a (mgr.24293) 14233 : 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-07T15:45:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:21 smithi027 bash[31536]: audit 2023-12-07T15:45:20.335112+0000 mgr.a (mgr.24293) 14232 : audit 0 from='client.285264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:21.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:21 smithi027 bash[31536]: cluster 2023-12-07T15:45:20.628923+0000 mgr.a (mgr.24293) 14233 : 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-07T15:45:23.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:23 smithi027 bash[31536]: cluster 2023-12-07T15:45:22.629611+0000 mgr.a (mgr.24293) 14234 : cluster 0 pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:23 smithi022 bash[28554]: cluster 2023-12-07T15:45:22.629611+0000 mgr.a (mgr.24293) 14234 : cluster 0 pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:23 smithi044 bash[32620]: cluster 2023-12-07T15:45:22.629611+0000 mgr.a (mgr.24293) 14234 : cluster 0 pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:25.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:25.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:25.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:25.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:25 smithi027 bash[31536]: cluster 2023-12-07T15:45:24.630163+0000 mgr.a (mgr.24293) 14235 : cluster 0 pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:25 smithi022 bash[28554]: cluster 2023-12-07T15:45:24.630163+0000 mgr.a (mgr.24293) 14235 : cluster 0 pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:25 smithi044 bash[32620]: cluster 2023-12-07T15:45:24.630163+0000 mgr.a (mgr.24293) 14235 : cluster 0 pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:26.807 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:26.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:26.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:26.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:26.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:27 smithi027 bash[31536]: audit 2023-12-07T15:45:26.282350+0000 mgr.a (mgr.24293) 14236 : audit 0 from='client.285339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:27 smithi027 bash[31536]: cluster 2023-12-07T15:45:26.630879+0000 mgr.a (mgr.24293) 14237 : cluster 0 pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:27 smithi044 bash[32620]: audit 2023-12-07T15:45:26.282350+0000 mgr.a (mgr.24293) 14236 : audit 0 from='client.285339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:27 smithi044 bash[32620]: cluster 2023-12-07T15:45:26.630879+0000 mgr.a (mgr.24293) 14237 : cluster 0 pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:27 smithi022 bash[28554]: audit 2023-12-07T15:45:26.282350+0000 mgr.a (mgr.24293) 14236 : audit 0 from='client.285339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:27 smithi022 bash[28554]: cluster 2023-12-07T15:45:26.630879+0000 mgr.a (mgr.24293) 14237 : cluster 0 pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:29.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:29 smithi027 bash[31536]: cluster 2023-12-07T15:45:28.631510+0000 mgr.a (mgr.24293) 14238 : cluster 0 pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:29 smithi022 bash[28554]: cluster 2023-12-07T15:45:28.631510+0000 mgr.a (mgr.24293) 14238 : cluster 0 pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:29 smithi044 bash[32620]: cluster 2023-12-07T15:45:28.631510+0000 mgr.a (mgr.24293) 14238 : cluster 0 pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:31 smithi022 bash[28554]: cluster 2023-12-07T15:45:30.632302+0000 mgr.a (mgr.24293) 14239 : cluster 0 pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:31 smithi044 bash[32620]: cluster 2023-12-07T15:45:30.632302+0000 mgr.a (mgr.24293) 14239 : cluster 0 pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:31 smithi027 bash[31536]: cluster 2023-12-07T15:45:30.632302+0000 mgr.a (mgr.24293) 14239 : cluster 0 pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:31.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:31.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:31.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:32 smithi022 bash[28554]: audit 2023-12-07T15:45:32.219274+0000 mgr.a (mgr.24293) 14240 : audit 0 from='client.285414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:32 smithi044 bash[32620]: audit 2023-12-07T15:45:32.219274+0000 mgr.a (mgr.24293) 14240 : audit 0 from='client.285414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:32 smithi027 bash[31536]: audit 2023-12-07T15:45:32.219274+0000 mgr.a (mgr.24293) 14240 : audit 0 from='client.285414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:32.751 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:33.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:33 smithi044 bash[32620]: cluster 2023-12-07T15:45:32.632852+0000 mgr.a (mgr.24293) 14241 : 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-07T15:45:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:33 smithi022 bash[28554]: cluster 2023-12-07T15:45:32.632852+0000 mgr.a (mgr.24293) 14241 : 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-07T15:45:33.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:33 smithi027 bash[31536]: cluster 2023-12-07T15:45:32.632852+0000 mgr.a (mgr.24293) 14241 : 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-07T15:45:35.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:35 smithi027 bash[31536]: cluster 2023-12-07T15:45:34.633415+0000 mgr.a (mgr.24293) 14242 : 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-07T15:45:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:35 smithi022 bash[28554]: cluster 2023-12-07T15:45:34.633415+0000 mgr.a (mgr.24293) 14242 : 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-07T15:45:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:35 smithi044 bash[32620]: cluster 2023-12-07T15:45:34.633415+0000 mgr.a (mgr.24293) 14242 : 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-07T15:45:37.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:37.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:37.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:37.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:37 smithi027 bash[31536]: cluster 2023-12-07T15:45:36.634312+0000 mgr.a (mgr.24293) 14243 : 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-07T15:45:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:37 smithi022 bash[28554]: cluster 2023-12-07T15:45:36.634312+0000 mgr.a (mgr.24293) 14243 : 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-07T15:45:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:37 smithi044 bash[32620]: cluster 2023-12-07T15:45:36.634312+0000 mgr.a (mgr.24293) 14243 : 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-07T15:45:38.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:38.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:38 smithi027 bash[31536]: audit 2023-12-07T15:45:38.167315+0000 mgr.a (mgr.24293) 14244 : audit 0 from='client.285492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:38 smithi022 bash[28554]: audit 2023-12-07T15:45:38.167315+0000 mgr.a (mgr.24293) 14244 : audit 0 from='client.285492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:38 smithi044 bash[32620]: audit 2023-12-07T15:45:38.167315+0000 mgr.a (mgr.24293) 14244 : audit 0 from='client.285492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:39 smithi044 bash[32620]: cluster 2023-12-07T15:45:38.634953+0000 mgr.a (mgr.24293) 14245 : 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-07T15:45:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:39 smithi022 bash[28554]: cluster 2023-12-07T15:45:38.634953+0000 mgr.a (mgr.24293) 14245 : 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-07T15:45:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:39 smithi027 bash[31536]: cluster 2023-12-07T15:45:38.634953+0000 mgr.a (mgr.24293) 14245 : 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-07T15:45:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:41 smithi022 bash[28554]: cluster 2023-12-07T15:45:40.635968+0000 mgr.a (mgr.24293) 14246 : 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-07T15:45:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:41 smithi044 bash[32620]: cluster 2023-12-07T15:45:40.635968+0000 mgr.a (mgr.24293) 14246 : 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-07T15:45:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:41 smithi027 bash[31536]: cluster 2023-12-07T15:45:40.635968+0000 mgr.a (mgr.24293) 14246 : 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-07T15:45:43.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:43.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:43.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:43.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:43 smithi027 bash[31536]: cluster 2023-12-07T15:45:42.636709+0000 mgr.a (mgr.24293) 14247 : 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-07T15:45:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:43 smithi022 bash[28554]: cluster 2023-12-07T15:45:42.636709+0000 mgr.a (mgr.24293) 14247 : 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-07T15:45:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:43 smithi044 bash[32620]: cluster 2023-12-07T15:45:42.636709+0000 mgr.a (mgr.24293) 14247 : 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-07T15:45:44.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:44.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:44 smithi044 bash[32620]: audit 2023-12-07T15:45:44.119576+0000 mgr.a (mgr.24293) 14248 : audit 0 from='client.285570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:44 smithi022 bash[28554]: audit 2023-12-07T15:45:44.119576+0000 mgr.a (mgr.24293) 14248 : audit 0 from='client.285570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:44 smithi027 bash[31536]: audit 2023-12-07T15:45:44.119576+0000 mgr.a (mgr.24293) 14248 : audit 0 from='client.285570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:45 smithi044 bash[32620]: cluster 2023-12-07T15:45:44.637322+0000 mgr.a (mgr.24293) 14249 : 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-07T15:45:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:45 smithi022 bash[28554]: cluster 2023-12-07T15:45:44.637322+0000 mgr.a (mgr.24293) 14249 : 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-07T15:45:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:45 smithi027 bash[31536]: cluster 2023-12-07T15:45:44.637322+0000 mgr.a (mgr.24293) 14249 : 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-07T15:45:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:47 smithi044 bash[32620]: cluster 2023-12-07T15:45:46.638145+0000 mgr.a (mgr.24293) 14250 : cluster 0 pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:47 smithi022 bash[28554]: cluster 2023-12-07T15:45:46.638145+0000 mgr.a (mgr.24293) 14250 : cluster 0 pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:47 smithi027 bash[31536]: cluster 2023-12-07T15:45:46.638145+0000 mgr.a (mgr.24293) 14250 : cluster 0 pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:49.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:49.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:49.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:49 smithi044 bash[32620]: cluster 2023-12-07T15:45:48.638706+0000 mgr.a (mgr.24293) 14251 : cluster 0 pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:49 smithi022 bash[28554]: cluster 2023-12-07T15:45:48.638706+0000 mgr.a (mgr.24293) 14251 : cluster 0 pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:49 smithi027 bash[31536]: cluster 2023-12-07T15:45:48.638706+0000 mgr.a (mgr.24293) 14251 : cluster 0 pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:50.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:50.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:50.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:50.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:50.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:50 smithi022 bash[28554]: audit 2023-12-07T15:45:50.060782+0000 mgr.a (mgr.24293) 14252 : audit 0 from='client.285645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:50 smithi044 bash[32620]: audit 2023-12-07T15:45:50.060782+0000 mgr.a (mgr.24293) 14252 : audit 0 from='client.285645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:50 smithi027 bash[31536]: audit 2023-12-07T15:45:50.060782+0000 mgr.a (mgr.24293) 14252 : audit 0 from='client.285645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:51 smithi044 bash[32620]: cluster 2023-12-07T15:45:50.639828+0000 mgr.a (mgr.24293) 14253 : cluster 0 pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:45:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:51 smithi022 bash[28554]: cluster 2023-12-07T15:45:50.639828+0000 mgr.a (mgr.24293) 14253 : cluster 0 pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:45:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:51 smithi027 bash[31536]: cluster 2023-12-07T15:45:50.639828+0000 mgr.a (mgr.24293) 14253 : cluster 0 pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:45:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:53 smithi044 bash[32620]: cluster 2023-12-07T15:45:52.640408+0000 mgr.a (mgr.24293) 14254 : cluster 0 pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:45:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:53 smithi022 bash[28554]: cluster 2023-12-07T15:45:52.640408+0000 mgr.a (mgr.24293) 14254 : cluster 0 pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:45:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:53 smithi027 bash[31536]: cluster 2023-12-07T15:45:52.640408+0000 mgr.a (mgr.24293) 14254 : cluster 0 pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:45:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:45:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:55.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:55 smithi022 bash[28554]: cluster 2023-12-07T15:45:54.640998+0000 mgr.a (mgr.24293) 14255 : cluster 0 pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:45:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:55 smithi044 bash[32620]: cluster 2023-12-07T15:45:54.640998+0000 mgr.a (mgr.24293) 14255 : cluster 0 pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:45:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:55 smithi027 bash[31536]: cluster 2023-12-07T15:45:54.640998+0000 mgr.a (mgr.24293) 14255 : cluster 0 pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:45:56.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:45:56.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:56.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:56.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:56.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:45:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:56 smithi022 bash[28554]: audit 2023-12-07T15:45:55.989734+0000 mgr.a (mgr.24293) 14256 : audit 0 from='client.285720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:56 smithi044 bash[32620]: audit 2023-12-07T15:45:55.989734+0000 mgr.a (mgr.24293) 14256 : audit 0 from='client.285720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:56 smithi027 bash[31536]: audit 2023-12-07T15:45:55.989734+0000 mgr.a (mgr.24293) 14256 : audit 0 from='client.285720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:57 smithi022 bash[28554]: cluster 2023-12-07T15:45:56.642121+0000 mgr.a (mgr.24293) 14257 : 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-07T15:45:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:57 smithi044 bash[32620]: cluster 2023-12-07T15:45:56.642121+0000 mgr.a (mgr.24293) 14257 : 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-07T15:45:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:57 smithi027 bash[31536]: cluster 2023-12-07T15:45:56.642121+0000 mgr.a (mgr.24293) 14257 : 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-07T15:46:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:45:59 smithi044 bash[32620]: cluster 2023-12-07T15:45:58.642722+0000 mgr.a (mgr.24293) 14258 : cluster 0 pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:45:59 smithi022 bash[28554]: cluster 2023-12-07T15:45:58.642722+0000 mgr.a (mgr.24293) 14258 : cluster 0 pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:45:59 smithi027 bash[31536]: cluster 2023-12-07T15:45:58.642722+0000 mgr.a (mgr.24293) 14258 : cluster 0 pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:01.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:01.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:01.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:02.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:02.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:02.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:02.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:02.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:02 smithi022 bash[28554]: cluster 2023-12-07T15:46:00.643467+0000 mgr.a (mgr.24293) 14259 : cluster 0 pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:02.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:02 smithi044 bash[32620]: cluster 2023-12-07T15:46:00.643467+0000 mgr.a (mgr.24293) 14259 : cluster 0 pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:02 smithi027 bash[31536]: cluster 2023-12-07T15:46:00.643467+0000 mgr.a (mgr.24293) 14259 : cluster 0 pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:03 smithi044 bash[32620]: audit 2023-12-07T15:46:01.944209+0000 mgr.a (mgr.24293) 14260 : audit 0 from='client.285798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:03 smithi044 bash[32620]: cluster 2023-12-07T15:46:02.644268+0000 mgr.a (mgr.24293) 14261 : cluster 0 pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:46:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:03 smithi022 bash[28554]: audit 2023-12-07T15:46:01.944209+0000 mgr.a (mgr.24293) 14260 : audit 0 from='client.285798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:03.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:03 smithi022 bash[28554]: cluster 2023-12-07T15:46:02.644268+0000 mgr.a (mgr.24293) 14261 : cluster 0 pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:46:03.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:03 smithi027 bash[31536]: audit 2023-12-07T15:46:01.944209+0000 mgr.a (mgr.24293) 14260 : audit 0 from='client.285798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:03.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:03 smithi027 bash[31536]: cluster 2023-12-07T15:46:02.644268+0000 mgr.a (mgr.24293) 14261 : cluster 0 pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:46:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:06 smithi022 bash[28554]: cluster 2023-12-07T15:46:04.644852+0000 mgr.a (mgr.24293) 14262 : cluster 0 pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:46:06.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:06 smithi044 bash[32620]: cluster 2023-12-07T15:46:04.644852+0000 mgr.a (mgr.24293) 14262 : cluster 0 pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:46:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:06 smithi027 bash[31536]: cluster 2023-12-07T15:46:04.644852+0000 mgr.a (mgr.24293) 14262 : cluster 0 pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:46:07.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:07.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:07.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:07 smithi022 bash[28554]: cluster 2023-12-07T15:46:06.645622+0000 mgr.a (mgr.24293) 14263 : cluster 0 pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:46:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:07 smithi044 bash[32620]: cluster 2023-12-07T15:46:06.645622+0000 mgr.a (mgr.24293) 14263 : cluster 0 pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:46:07.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:07 smithi027 bash[31536]: cluster 2023-12-07T15:46:06.645622+0000 mgr.a (mgr.24293) 14263 : cluster 0 pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:46:08.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:08.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:08.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:08.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:08.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:08 smithi022 bash[28554]: audit 2023-12-07T15:46:07.911135+0000 mgr.a (mgr.24293) 14264 : audit 0 from='client.285870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:08 smithi044 bash[32620]: audit 2023-12-07T15:46:07.911135+0000 mgr.a (mgr.24293) 14264 : audit 0 from='client.285870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:08 smithi027 bash[31536]: audit 2023-12-07T15:46:07.911135+0000 mgr.a (mgr.24293) 14264 : audit 0 from='client.285870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:09.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:09 smithi044 bash[32620]: cluster 2023-12-07T15:46:08.646368+0000 mgr.a (mgr.24293) 14265 : 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-07T15:46:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:09 smithi022 bash[28554]: cluster 2023-12-07T15:46:08.646368+0000 mgr.a (mgr.24293) 14265 : 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-07T15:46:09.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:09 smithi027 bash[31536]: cluster 2023-12-07T15:46:08.646368+0000 mgr.a (mgr.24293) 14265 : 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-07T15:46:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:10 smithi022 bash[28554]: audit 2023-12-07T15:46:09.487077+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:10 smithi022 bash[28554]: audit 2023-12-07T15:46:10.274065+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:10 smithi022 bash[28554]: audit 2023-12-07T15:46:10.275870+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:10 smithi022 bash[28554]: audit 2023-12-07T15:46:10.283427+0000 mon.a (mon.0) 2421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:10 smithi044 bash[32620]: audit 2023-12-07T15:46:09.487077+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:10 smithi044 bash[32620]: audit 2023-12-07T15:46:10.274065+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:10 smithi044 bash[32620]: audit 2023-12-07T15:46:10.275870+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:10 smithi044 bash[32620]: audit 2023-12-07T15:46:10.283427+0000 mon.a (mon.0) 2421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:46:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:10 smithi027 bash[31536]: audit 2023-12-07T15:46:09.487077+0000 mon.a (mon.0) 2418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:10 smithi027 bash[31536]: audit 2023-12-07T15:46:10.274065+0000 mon.a (mon.0) 2419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:10 smithi027 bash[31536]: audit 2023-12-07T15:46:10.275870+0000 mon.a (mon.0) 2420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:10 smithi027 bash[31536]: audit 2023-12-07T15:46:10.283427+0000 mon.a (mon.0) 2421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:46:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:11 smithi044 bash[32620]: cluster 2023-12-07T15:46:10.647141+0000 mgr.a (mgr.24293) 14266 : 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-07T15:46:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:11 smithi022 bash[28554]: cluster 2023-12-07T15:46:10.647141+0000 mgr.a (mgr.24293) 14266 : 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-07T15:46:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:11 smithi027 bash[31536]: cluster 2023-12-07T15:46:10.647141+0000 mgr.a (mgr.24293) 14266 : 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-07T15:46:13.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:13.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:13.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:13 smithi044 bash[32620]: cluster 2023-12-07T15:46:12.647714+0000 mgr.a (mgr.24293) 14267 : 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-07T15:46:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:13 smithi022 bash[28554]: cluster 2023-12-07T15:46:12.647714+0000 mgr.a (mgr.24293) 14267 : 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-07T15:46:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:13 smithi027 bash[31536]: cluster 2023-12-07T15:46:12.647714+0000 mgr.a (mgr.24293) 14267 : 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-07T15:46:14.360 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:14.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:14.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:14.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:14.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:14 smithi044 bash[32620]: audit 2023-12-07T15:46:13.827975+0000 mgr.a (mgr.24293) 14268 : audit 0 from='client.285948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:14 smithi022 bash[28554]: audit 2023-12-07T15:46:13.827975+0000 mgr.a (mgr.24293) 14268 : audit 0 from='client.285948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:14 smithi027 bash[31536]: audit 2023-12-07T15:46:13.827975+0000 mgr.a (mgr.24293) 14268 : audit 0 from='client.285948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:16 smithi044 bash[32620]: cluster 2023-12-07T15:46:14.648479+0000 mgr.a (mgr.24293) 14269 : 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-07T15:46:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:16 smithi022 bash[28554]: cluster 2023-12-07T15:46:14.648479+0000 mgr.a (mgr.24293) 14269 : 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-07T15:46:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:16 smithi027 bash[31536]: cluster 2023-12-07T15:46:14.648479+0000 mgr.a (mgr.24293) 14269 : 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-07T15:46:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:17 smithi044 bash[32620]: cluster 2023-12-07T15:46:16.649333+0000 mgr.a (mgr.24293) 14270 : cluster 0 pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:17 smithi022 bash[28554]: cluster 2023-12-07T15:46:16.649333+0000 mgr.a (mgr.24293) 14270 : cluster 0 pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:17.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:17 smithi027 bash[31536]: cluster 2023-12-07T15:46:16.649333+0000 mgr.a (mgr.24293) 14270 : cluster 0 pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:19.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:19.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:19.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:19 smithi022 bash[28554]: cluster 2023-12-07T15:46:18.649889+0000 mgr.a (mgr.24293) 14271 : cluster 0 pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:19 smithi044 bash[32620]: cluster 2023-12-07T15:46:18.649889+0000 mgr.a (mgr.24293) 14271 : cluster 0 pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:19 smithi027 bash[31536]: cluster 2023-12-07T15:46:18.649889+0000 mgr.a (mgr.24293) 14271 : cluster 0 pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:20.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:20.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:20.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:20.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:20.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:20 smithi022 bash[28554]: audit 2023-12-07T15:46:19.769906+0000 mgr.a (mgr.24293) 14272 : audit 0 from='client.286023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:20 smithi044 bash[32620]: audit 2023-12-07T15:46:19.769906+0000 mgr.a (mgr.24293) 14272 : audit 0 from='client.286023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:20 smithi027 bash[31536]: audit 2023-12-07T15:46:19.769906+0000 mgr.a (mgr.24293) 14272 : audit 0 from='client.286023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:21 smithi044 bash[32620]: cluster 2023-12-07T15:46:20.650701+0000 mgr.a (mgr.24293) 14273 : cluster 0 pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:21 smithi022 bash[28554]: cluster 2023-12-07T15:46:20.650701+0000 mgr.a (mgr.24293) 14273 : cluster 0 pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:21 smithi027 bash[31536]: cluster 2023-12-07T15:46:20.650701+0000 mgr.a (mgr.24293) 14273 : cluster 0 pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:23 smithi044 bash[32620]: cluster 2023-12-07T15:46:22.651287+0000 mgr.a (mgr.24293) 14274 : cluster 0 pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:23 smithi022 bash[28554]: cluster 2023-12-07T15:46:22.651287+0000 mgr.a (mgr.24293) 14274 : cluster 0 pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:23 smithi027 bash[31536]: cluster 2023-12-07T15:46:22.651287+0000 mgr.a (mgr.24293) 14274 : cluster 0 pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:25.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:25.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:25.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:25 smithi022 bash[28554]: cluster 2023-12-07T15:46:24.651842+0000 mgr.a (mgr.24293) 14275 : cluster 0 pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:25 smithi044 bash[32620]: cluster 2023-12-07T15:46:24.651842+0000 mgr.a (mgr.24293) 14275 : cluster 0 pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:26.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:26.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:26.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:26.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:26.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:25 smithi027 bash[31536]: cluster 2023-12-07T15:46:24.651842+0000 mgr.a (mgr.24293) 14275 : cluster 0 pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:26 smithi022 bash[28554]: audit 2023-12-07T15:46:25.658151+0000 mgr.a (mgr.24293) 14276 : audit 0 from='client.286095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:26 smithi044 bash[32620]: audit 2023-12-07T15:46:25.658151+0000 mgr.a (mgr.24293) 14276 : audit 0 from='client.286095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:27.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:26 smithi027 bash[31536]: audit 2023-12-07T15:46:25.658151+0000 mgr.a (mgr.24293) 14276 : audit 0 from='client.286095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:27 smithi022 bash[28554]: cluster 2023-12-07T15:46:26.652801+0000 mgr.a (mgr.24293) 14277 : 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-07T15:46:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:27 smithi044 bash[32620]: cluster 2023-12-07T15:46:26.652801+0000 mgr.a (mgr.24293) 14277 : 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-07T15:46:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:27 smithi027 bash[31536]: cluster 2023-12-07T15:46:26.652801+0000 mgr.a (mgr.24293) 14277 : 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-07T15:46:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:29 smithi022 bash[28554]: cluster 2023-12-07T15:46:28.653386+0000 mgr.a (mgr.24293) 14278 : cluster 0 pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:29 smithi044 bash[32620]: cluster 2023-12-07T15:46:28.653386+0000 mgr.a (mgr.24293) 14278 : cluster 0 pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:29 smithi027 bash[31536]: cluster 2023-12-07T15:46:28.653386+0000 mgr.a (mgr.24293) 14278 : cluster 0 pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:31.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:31.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:31.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:31 smithi022 bash[28554]: cluster 2023-12-07T15:46:30.654107+0000 mgr.a (mgr.24293) 14279 : cluster 0 pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:31 smithi044 bash[32620]: cluster 2023-12-07T15:46:30.654107+0000 mgr.a (mgr.24293) 14279 : cluster 0 pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:31 smithi027 bash[31536]: cluster 2023-12-07T15:46:30.654107+0000 mgr.a (mgr.24293) 14279 : cluster 0 pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:32.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:32.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:32.125 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:32.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:32.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:32 smithi022 bash[28554]: audit 2023-12-07T15:46:31.602678+0000 mgr.a (mgr.24293) 14280 : audit 0 from='client.286173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:32.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:32 smithi044 bash[32620]: audit 2023-12-07T15:46:31.602678+0000 mgr.a (mgr.24293) 14280 : audit 0 from='client.286173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:32.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:32 smithi027 bash[31536]: audit 2023-12-07T15:46:31.602678+0000 mgr.a (mgr.24293) 14280 : audit 0 from='client.286173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:33.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:33 smithi022 bash[28554]: cluster 2023-12-07T15:46:32.654761+0000 mgr.a (mgr.24293) 14281 : cluster 0 pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:33.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:33 smithi044 bash[32620]: cluster 2023-12-07T15:46:32.654761+0000 mgr.a (mgr.24293) 14281 : cluster 0 pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:33.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:33 smithi027 bash[31536]: cluster 2023-12-07T15:46:32.654761+0000 mgr.a (mgr.24293) 14281 : cluster 0 pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:35 smithi044 bash[32620]: cluster 2023-12-07T15:46:34.655330+0000 mgr.a (mgr.24293) 14282 : cluster 0 pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:35 smithi022 bash[28554]: cluster 2023-12-07T15:46:34.655330+0000 mgr.a (mgr.24293) 14282 : cluster 0 pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:35 smithi027 bash[31536]: cluster 2023-12-07T15:46:34.655330+0000 mgr.a (mgr.24293) 14282 : cluster 0 pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:37.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:37.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:37.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:38.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:38.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:38.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:38.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:38.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:37 smithi022 bash[28554]: cluster 2023-12-07T15:46:36.656176+0000 mgr.a (mgr.24293) 14283 : cluster 0 pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:37 smithi044 bash[32620]: cluster 2023-12-07T15:46:36.656176+0000 mgr.a (mgr.24293) 14283 : cluster 0 pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:37 smithi027 bash[31536]: cluster 2023-12-07T15:46:36.656176+0000 mgr.a (mgr.24293) 14283 : cluster 0 pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:38 smithi044 bash[32620]: audit 2023-12-07T15:46:37.531645+0000 mgr.a (mgr.24293) 14284 : audit 0 from='client.286248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:38 smithi022 bash[28554]: audit 2023-12-07T15:46:37.531645+0000 mgr.a (mgr.24293) 14284 : audit 0 from='client.286248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:39.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:38 smithi027 bash[31536]: audit 2023-12-07T15:46:37.531645+0000 mgr.a (mgr.24293) 14284 : audit 0 from='client.286248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:39 smithi044 bash[32620]: cluster 2023-12-07T15:46:38.656843+0000 mgr.a (mgr.24293) 14285 : 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-07T15:46:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:39 smithi022 bash[28554]: cluster 2023-12-07T15:46:38.656843+0000 mgr.a (mgr.24293) 14285 : 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-07T15:46:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:39 smithi027 bash[31536]: cluster 2023-12-07T15:46:38.656843+0000 mgr.a (mgr.24293) 14285 : 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-07T15:46:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:41 smithi044 bash[32620]: cluster 2023-12-07T15:46:40.657648+0000 mgr.a (mgr.24293) 14286 : 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-07T15:46:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:41 smithi022 bash[28554]: cluster 2023-12-07T15:46:40.657648+0000 mgr.a (mgr.24293) 14286 : 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-07T15:46:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:41 smithi027 bash[31536]: cluster 2023-12-07T15:46:40.657648+0000 mgr.a (mgr.24293) 14286 : 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-07T15:46:43.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:43.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:43.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:44.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:44.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:44.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:44.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:44.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:43 smithi022 bash[28554]: cluster 2023-12-07T15:46:42.658195+0000 mgr.a (mgr.24293) 14287 : 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-07T15:46:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:43 smithi044 bash[32620]: cluster 2023-12-07T15:46:42.658195+0000 mgr.a (mgr.24293) 14287 : 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-07T15:46:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:43 smithi027 bash[31536]: cluster 2023-12-07T15:46:42.658195+0000 mgr.a (mgr.24293) 14287 : 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-07T15:46:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:44 smithi044 bash[32620]: audit 2023-12-07T15:46:43.478143+0000 mgr.a (mgr.24293) 14288 : audit 0 from='client.286326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:44 smithi022 bash[28554]: audit 2023-12-07T15:46:43.478143+0000 mgr.a (mgr.24293) 14288 : audit 0 from='client.286326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:44 smithi027 bash[31536]: audit 2023-12-07T15:46:43.478143+0000 mgr.a (mgr.24293) 14288 : audit 0 from='client.286326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:45 smithi044 bash[32620]: cluster 2023-12-07T15:46:44.658854+0000 mgr.a (mgr.24293) 14289 : 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-07T15:46:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:45 smithi022 bash[28554]: cluster 2023-12-07T15:46:44.658854+0000 mgr.a (mgr.24293) 14289 : 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-07T15:46:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:45 smithi027 bash[31536]: cluster 2023-12-07T15:46:44.658854+0000 mgr.a (mgr.24293) 14289 : 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-07T15:46:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:47 smithi044 bash[32620]: cluster 2023-12-07T15:46:46.659708+0000 mgr.a (mgr.24293) 14290 : 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-07T15:46:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:47 smithi022 bash[28554]: cluster 2023-12-07T15:46:46.659708+0000 mgr.a (mgr.24293) 14290 : 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-07T15:46:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:47 smithi027 bash[31536]: cluster 2023-12-07T15:46:46.659708+0000 mgr.a (mgr.24293) 14290 : 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-07T15:46:49.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:49.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:49.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:49.970 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:49.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:49.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:49.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:49.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:49 smithi044 bash[32620]: cluster 2023-12-07T15:46:48.660265+0000 mgr.a (mgr.24293) 14291 : 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-07T15:46:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:49 smithi022 bash[28554]: cluster 2023-12-07T15:46:48.660265+0000 mgr.a (mgr.24293) 14291 : 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-07T15:46:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:49 smithi027 bash[31536]: cluster 2023-12-07T15:46:48.660265+0000 mgr.a (mgr.24293) 14291 : 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-07T15:46:51.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:50 smithi044 bash[32620]: audit 2023-12-07T15:46:49.419650+0000 mgr.a (mgr.24293) 14292 : audit 0 from='client.286398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:50 smithi022 bash[28554]: audit 2023-12-07T15:46:49.419650+0000 mgr.a (mgr.24293) 14292 : audit 0 from='client.286398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:50 smithi027 bash[31536]: audit 2023-12-07T15:46:49.419650+0000 mgr.a (mgr.24293) 14292 : audit 0 from='client.286398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:51 smithi044 bash[32620]: cluster 2023-12-07T15:46:50.661125+0000 mgr.a (mgr.24293) 14293 : cluster 0 pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:51 smithi022 bash[28554]: cluster 2023-12-07T15:46:50.661125+0000 mgr.a (mgr.24293) 14293 : cluster 0 pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:51 smithi027 bash[31536]: cluster 2023-12-07T15:46:50.661125+0000 mgr.a (mgr.24293) 14293 : cluster 0 pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:53 smithi044 bash[32620]: cluster 2023-12-07T15:46:52.661683+0000 mgr.a (mgr.24293) 14294 : cluster 0 pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:53 smithi022 bash[28554]: cluster 2023-12-07T15:46:52.661683+0000 mgr.a (mgr.24293) 14294 : cluster 0 pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:53 smithi027 bash[31536]: cluster 2023-12-07T15:46:52.661683+0000 mgr.a (mgr.24293) 14294 : cluster 0 pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:54.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:46:54.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:54.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:55.895 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:46:55.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:55.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:55.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:55.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:46:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:55 smithi022 bash[28554]: cluster 2023-12-07T15:46:54.662357+0000 mgr.a (mgr.24293) 14295 : cluster 0 pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:55 smithi044 bash[32620]: cluster 2023-12-07T15:46:54.662357+0000 mgr.a (mgr.24293) 14295 : cluster 0 pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:55 smithi027 bash[31536]: cluster 2023-12-07T15:46:54.662357+0000 mgr.a (mgr.24293) 14295 : cluster 0 pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:57.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:56 smithi044 bash[32620]: audit 2023-12-07T15:46:55.383920+0000 mgr.a (mgr.24293) 14296 : audit 0 from='client.286473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:56 smithi022 bash[28554]: audit 2023-12-07T15:46:55.383920+0000 mgr.a (mgr.24293) 14296 : audit 0 from='client.286473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:56 smithi027 bash[31536]: audit 2023-12-07T15:46:55.383920+0000 mgr.a (mgr.24293) 14296 : audit 0 from='client.286473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:57 smithi022 bash[28554]: cluster 2023-12-07T15:46:56.663394+0000 mgr.a (mgr.24293) 14297 : 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-07T15:46:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:57 smithi044 bash[32620]: cluster 2023-12-07T15:46:56.663394+0000 mgr.a (mgr.24293) 14297 : 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-07T15:46:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:57 smithi027 bash[31536]: cluster 2023-12-07T15:46:56.663394+0000 mgr.a (mgr.24293) 14297 : 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-07T15:47:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:46:59 smithi022 bash[28554]: cluster 2023-12-07T15:46:58.663955+0000 mgr.a (mgr.24293) 14298 : 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-07T15:47:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:46:59 smithi044 bash[32620]: cluster 2023-12-07T15:46:58.663955+0000 mgr.a (mgr.24293) 14298 : 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-07T15:47:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:46:59 smithi027 bash[31536]: cluster 2023-12-07T15:46:58.663955+0000 mgr.a (mgr.24293) 14298 : 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-07T15:47:00.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:00.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:00.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:01 smithi022 bash[28554]: cluster 2023-12-07T15:47:00.664710+0000 mgr.a (mgr.24293) 14299 : 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-07T15:47:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:01 smithi044 bash[32620]: cluster 2023-12-07T15:47:00.664710+0000 mgr.a (mgr.24293) 14299 : 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-07T15:47:01.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:01 smithi027 bash[31536]: cluster 2023-12-07T15:47:00.664710+0000 mgr.a (mgr.24293) 14299 : 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-07T15:47:01.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:01.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:01.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:01.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:01.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:02 smithi044 bash[32620]: audit 2023-12-07T15:47:01.309938+0000 mgr.a (mgr.24293) 14300 : audit 0 from='client.286545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:02 smithi022 bash[28554]: audit 2023-12-07T15:47:01.309938+0000 mgr.a (mgr.24293) 14300 : audit 0 from='client.286545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:02 smithi027 bash[31536]: audit 2023-12-07T15:47:01.309938+0000 mgr.a (mgr.24293) 14300 : audit 0 from='client.286545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:03 smithi044 bash[32620]: cluster 2023-12-07T15:47:02.665384+0000 mgr.a (mgr.24293) 14301 : cluster 0 pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:03 smithi022 bash[28554]: cluster 2023-12-07T15:47:02.665384+0000 mgr.a (mgr.24293) 14301 : cluster 0 pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:03.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:03 smithi027 bash[31536]: cluster 2023-12-07T15:47:02.665384+0000 mgr.a (mgr.24293) 14301 : cluster 0 pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:05 smithi044 bash[32620]: cluster 2023-12-07T15:47:04.665942+0000 mgr.a (mgr.24293) 14302 : cluster 0 pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:05 smithi022 bash[28554]: cluster 2023-12-07T15:47:04.665942+0000 mgr.a (mgr.24293) 14302 : cluster 0 pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:05 smithi027 bash[31536]: cluster 2023-12-07T15:47:04.665942+0000 mgr.a (mgr.24293) 14302 : cluster 0 pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:06.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:06.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:06.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:07.804 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:07.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:07.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:07.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:07.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:07 smithi044 bash[32620]: cluster 2023-12-07T15:47:06.666759+0000 mgr.a (mgr.24293) 14303 : cluster 0 pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:07 smithi022 bash[28554]: cluster 2023-12-07T15:47:06.666759+0000 mgr.a (mgr.24293) 14303 : cluster 0 pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:07 smithi027 bash[31536]: cluster 2023-12-07T15:47:06.666759+0000 mgr.a (mgr.24293) 14303 : cluster 0 pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:08 smithi022 bash[28554]: audit 2023-12-07T15:47:07.279121+0000 mgr.a (mgr.24293) 14304 : audit 0 from='client.286623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:08 smithi044 bash[32620]: audit 2023-12-07T15:47:07.279121+0000 mgr.a (mgr.24293) 14304 : audit 0 from='client.286623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:09.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:08 smithi027 bash[31536]: audit 2023-12-07T15:47:07.279121+0000 mgr.a (mgr.24293) 14304 : audit 0 from='client.286623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:09 smithi022 bash[28554]: cluster 2023-12-07T15:47:08.667396+0000 mgr.a (mgr.24293) 14305 : 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-07T15:47:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:09 smithi044 bash[32620]: cluster 2023-12-07T15:47:08.667396+0000 mgr.a (mgr.24293) 14305 : 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-07T15:47:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:09 smithi027 bash[31536]: cluster 2023-12-07T15:47:08.667396+0000 mgr.a (mgr.24293) 14305 : 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-07T15:47:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:11 smithi044 bash[32620]: audit 2023-12-07T15:47:10.386559+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:11 smithi044 bash[32620]: cluster 2023-12-07T15:47:10.668164+0000 mgr.a (mgr.24293) 14306 : 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-07T15:47:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:11 smithi044 bash[32620]: audit 2023-12-07T15:47:11.170572+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:11 smithi044 bash[32620]: audit 2023-12-07T15:47:11.172357+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:11 smithi044 bash[32620]: audit 2023-12-07T15:47:11.181470+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:47:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:11 smithi022 bash[28554]: audit 2023-12-07T15:47:10.386559+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:11 smithi022 bash[28554]: cluster 2023-12-07T15:47:10.668164+0000 mgr.a (mgr.24293) 14306 : 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-07T15:47:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:11 smithi022 bash[28554]: audit 2023-12-07T15:47:11.170572+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:11 smithi022 bash[28554]: audit 2023-12-07T15:47:11.172357+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:11.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:11 smithi022 bash[28554]: audit 2023-12-07T15:47:11.181470+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:47:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:11 smithi027 bash[31536]: audit 2023-12-07T15:47:10.386559+0000 mon.a (mon.0) 2422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:11 smithi027 bash[31536]: cluster 2023-12-07T15:47:10.668164+0000 mgr.a (mgr.24293) 14306 : 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-07T15:47:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:11 smithi027 bash[31536]: audit 2023-12-07T15:47:11.170572+0000 mon.a (mon.0) 2423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:11 smithi027 bash[31536]: audit 2023-12-07T15:47:11.172357+0000 mon.a (mon.0) 2424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:11 smithi027 bash[31536]: audit 2023-12-07T15:47:11.181470+0000 mon.a (mon.0) 2425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:47:12.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:12.808 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:12.808 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:13.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:13.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:13.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:13.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:13.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:13 smithi022 bash[28554]: cluster 2023-12-07T15:47:12.668759+0000 mgr.a (mgr.24293) 14307 : 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-07T15:47:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:13 smithi022 bash[28554]: audit 2023-12-07T15:47:13.219745+0000 mgr.a (mgr.24293) 14308 : audit 0 from='client.286692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:13 smithi044 bash[32620]: cluster 2023-12-07T15:47:12.668759+0000 mgr.a (mgr.24293) 14307 : 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-07T15:47:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:13 smithi044 bash[32620]: audit 2023-12-07T15:47:13.219745+0000 mgr.a (mgr.24293) 14308 : audit 0 from='client.286692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:13 smithi027 bash[31536]: cluster 2023-12-07T15:47:12.668759+0000 mgr.a (mgr.24293) 14307 : 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-07T15:47:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:13 smithi027 bash[31536]: audit 2023-12-07T15:47:13.219745+0000 mgr.a (mgr.24293) 14308 : audit 0 from='client.286692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:15 smithi022 bash[28554]: cluster 2023-12-07T15:47:14.669479+0000 mgr.a (mgr.24293) 14309 : 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-07T15:47:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:15 smithi044 bash[32620]: cluster 2023-12-07T15:47:14.669479+0000 mgr.a (mgr.24293) 14309 : 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-07T15:47:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:15 smithi027 bash[31536]: cluster 2023-12-07T15:47:14.669479+0000 mgr.a (mgr.24293) 14309 : 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-07T15:47:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:17 smithi022 bash[28554]: cluster 2023-12-07T15:47:16.670318+0000 mgr.a (mgr.24293) 14310 : 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-07T15:47:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:17 smithi044 bash[32620]: cluster 2023-12-07T15:47:16.670318+0000 mgr.a (mgr.24293) 14310 : 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-07T15:47:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:17 smithi027 bash[31536]: cluster 2023-12-07T15:47:16.670318+0000 mgr.a (mgr.24293) 14310 : 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-07T15:47:18.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:18.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:18.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:19.637 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:19.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:19.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:19.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:19.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:19 smithi044 bash[32620]: cluster 2023-12-07T15:47:18.670849+0000 mgr.a (mgr.24293) 14311 : 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-07T15:47:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:19 smithi044 bash[32620]: audit 2023-12-07T15:47:19.133446+0000 mgr.a (mgr.24293) 14312 : audit 0 from='client.286767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:19 smithi022 bash[28554]: cluster 2023-12-07T15:47:18.670849+0000 mgr.a (mgr.24293) 14311 : 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-07T15:47:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:19 smithi022 bash[28554]: audit 2023-12-07T15:47:19.133446+0000 mgr.a (mgr.24293) 14312 : audit 0 from='client.286767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:19 smithi027 bash[31536]: cluster 2023-12-07T15:47:18.670849+0000 mgr.a (mgr.24293) 14311 : 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-07T15:47:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:19 smithi027 bash[31536]: audit 2023-12-07T15:47:19.133446+0000 mgr.a (mgr.24293) 14312 : audit 0 from='client.286767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:21 smithi022 bash[28554]: cluster 2023-12-07T15:47:20.671931+0000 mgr.a (mgr.24293) 14313 : cluster 0 pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:21 smithi044 bash[32620]: cluster 2023-12-07T15:47:20.671931+0000 mgr.a (mgr.24293) 14313 : cluster 0 pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:21 smithi027 bash[31536]: cluster 2023-12-07T15:47:20.671931+0000 mgr.a (mgr.24293) 14313 : cluster 0 pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:23 smithi022 bash[28554]: cluster 2023-12-07T15:47:22.672611+0000 mgr.a (mgr.24293) 14314 : cluster 0 pgmap v10701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:23 smithi044 bash[32620]: cluster 2023-12-07T15:47:22.672611+0000 mgr.a (mgr.24293) 14314 : cluster 0 pgmap v10701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:23 smithi027 bash[31536]: cluster 2023-12-07T15:47:22.672611+0000 mgr.a (mgr.24293) 14314 : cluster 0 pgmap v10701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:24.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:24.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:24.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:25.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:25.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:25.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:25.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:25.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:25 smithi022 bash[28554]: cluster 2023-12-07T15:47:24.673366+0000 mgr.a (mgr.24293) 14315 : cluster 0 pgmap v10702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:25 smithi022 bash[28554]: audit 2023-12-07T15:47:25.058647+0000 mgr.a (mgr.24293) 14316 : audit 0 from='client.286842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:25 smithi044 bash[32620]: cluster 2023-12-07T15:47:24.673366+0000 mgr.a (mgr.24293) 14315 : cluster 0 pgmap v10702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:25 smithi044 bash[32620]: audit 2023-12-07T15:47:25.058647+0000 mgr.a (mgr.24293) 14316 : audit 0 from='client.286842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:25 smithi027 bash[31536]: cluster 2023-12-07T15:47:24.673366+0000 mgr.a (mgr.24293) 14315 : cluster 0 pgmap v10702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:25 smithi027 bash[31536]: audit 2023-12-07T15:47:25.058647+0000 mgr.a (mgr.24293) 14316 : audit 0 from='client.286842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:27 smithi022 bash[28554]: cluster 2023-12-07T15:47:26.674469+0000 mgr.a (mgr.24293) 14317 : cluster 0 pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:47:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:27 smithi044 bash[32620]: cluster 2023-12-07T15:47:26.674469+0000 mgr.a (mgr.24293) 14317 : cluster 0 pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:47:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:27 smithi027 bash[31536]: cluster 2023-12-07T15:47:26.674469+0000 mgr.a (mgr.24293) 14317 : cluster 0 pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:47:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:29 smithi022 bash[28554]: cluster 2023-12-07T15:47:28.675062+0000 mgr.a (mgr.24293) 14318 : cluster 0 pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:47:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:29 smithi044 bash[32620]: cluster 2023-12-07T15:47:28.675062+0000 mgr.a (mgr.24293) 14318 : cluster 0 pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:47:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:29 smithi027 bash[31536]: cluster 2023-12-07T15:47:28.675062+0000 mgr.a (mgr.24293) 14318 : cluster 0 pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T15:47:30.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:30.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:30.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:31.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:31.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:31.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:31.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:31.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:31 smithi022 bash[28554]: cluster 2023-12-07T15:47:30.675818+0000 mgr.a (mgr.24293) 14319 : 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-07T15:47:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:31 smithi022 bash[28554]: audit 2023-12-07T15:47:31.007770+0000 mgr.a (mgr.24293) 14320 : audit 0 from='client.286917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:31 smithi044 bash[32620]: cluster 2023-12-07T15:47:30.675818+0000 mgr.a (mgr.24293) 14319 : 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-07T15:47:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:31 smithi044 bash[32620]: audit 2023-12-07T15:47:31.007770+0000 mgr.a (mgr.24293) 14320 : audit 0 from='client.286917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:31 smithi027 bash[31536]: cluster 2023-12-07T15:47:30.675818+0000 mgr.a (mgr.24293) 14319 : 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-07T15:47:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:31 smithi027 bash[31536]: audit 2023-12-07T15:47:31.007770+0000 mgr.a (mgr.24293) 14320 : audit 0 from='client.286917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:33 smithi022 bash[28554]: cluster 2023-12-07T15:47:32.676568+0000 mgr.a (mgr.24293) 14321 : cluster 0 pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:33 smithi044 bash[32620]: cluster 2023-12-07T15:47:32.676568+0000 mgr.a (mgr.24293) 14321 : cluster 0 pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:33 smithi027 bash[31536]: cluster 2023-12-07T15:47:32.676568+0000 mgr.a (mgr.24293) 14321 : cluster 0 pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:35 smithi022 bash[28554]: cluster 2023-12-07T15:47:34.677075+0000 mgr.a (mgr.24293) 14322 : cluster 0 pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:35 smithi044 bash[32620]: cluster 2023-12-07T15:47:34.677075+0000 mgr.a (mgr.24293) 14322 : cluster 0 pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:35 smithi027 bash[31536]: cluster 2023-12-07T15:47:34.677075+0000 mgr.a (mgr.24293) 14322 : cluster 0 pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:36.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:36.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:36.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:37.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:37.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:37.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:37.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:37.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:37 smithi022 bash[28554]: cluster 2023-12-07T15:47:36.677961+0000 mgr.a (mgr.24293) 14323 : cluster 0 pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:37 smithi022 bash[28554]: audit 2023-12-07T15:47:36.943868+0000 mgr.a (mgr.24293) 14324 : audit 0 from='client.286992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:37 smithi044 bash[32620]: cluster 2023-12-07T15:47:36.677961+0000 mgr.a (mgr.24293) 14323 : cluster 0 pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:37 smithi044 bash[32620]: audit 2023-12-07T15:47:36.943868+0000 mgr.a (mgr.24293) 14324 : audit 0 from='client.286992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:37 smithi027 bash[31536]: cluster 2023-12-07T15:47:36.677961+0000 mgr.a (mgr.24293) 14323 : cluster 0 pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:37 smithi027 bash[31536]: audit 2023-12-07T15:47:36.943868+0000 mgr.a (mgr.24293) 14324 : audit 0 from='client.286992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:39 smithi022 bash[28554]: cluster 2023-12-07T15:47:38.678709+0000 mgr.a (mgr.24293) 14325 : cluster 0 pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:47:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:39 smithi044 bash[32620]: cluster 2023-12-07T15:47:38.678709+0000 mgr.a (mgr.24293) 14325 : cluster 0 pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:47:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:39 smithi027 bash[31536]: cluster 2023-12-07T15:47:38.678709+0000 mgr.a (mgr.24293) 14325 : cluster 0 pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T15:47:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:41 smithi022 bash[28554]: cluster 2023-12-07T15:47:40.679525+0000 mgr.a (mgr.24293) 14326 : cluster 0 pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:47:41.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:41 smithi044 bash[32620]: cluster 2023-12-07T15:47:40.679525+0000 mgr.a (mgr.24293) 14326 : cluster 0 pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:47:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:41 smithi027 bash[31536]: cluster 2023-12-07T15:47:40.679525+0000 mgr.a (mgr.24293) 14326 : cluster 0 pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:47:42.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:42.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:42.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:43.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:43.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:43.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:43.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:43.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:43 smithi044 bash[32620]: cluster 2023-12-07T15:47:42.679945+0000 mgr.a (mgr.24293) 14327 : 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-07T15:47:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:43 smithi044 bash[32620]: audit 2023-12-07T15:47:42.854710+0000 mgr.a (mgr.24293) 14328 : audit 0 from='client.287067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:43 smithi022 bash[28554]: cluster 2023-12-07T15:47:42.679945+0000 mgr.a (mgr.24293) 14327 : 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-07T15:47:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:43 smithi022 bash[28554]: audit 2023-12-07T15:47:42.854710+0000 mgr.a (mgr.24293) 14328 : audit 0 from='client.287067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:43 smithi027 bash[31536]: cluster 2023-12-07T15:47:42.679945+0000 mgr.a (mgr.24293) 14327 : 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-07T15:47:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:43 smithi027 bash[31536]: audit 2023-12-07T15:47:42.854710+0000 mgr.a (mgr.24293) 14328 : audit 0 from='client.287067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:45 smithi044 bash[32620]: cluster 2023-12-07T15:47:44.680623+0000 mgr.a (mgr.24293) 14329 : 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-07T15:47:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:45 smithi022 bash[28554]: cluster 2023-12-07T15:47:44.680623+0000 mgr.a (mgr.24293) 14329 : 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-07T15:47:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:45 smithi027 bash[31536]: cluster 2023-12-07T15:47:44.680623+0000 mgr.a (mgr.24293) 14329 : 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-07T15:47:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:47 smithi022 bash[28554]: cluster 2023-12-07T15:47:46.681473+0000 mgr.a (mgr.24293) 14330 : 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-07T15:47:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:47 smithi044 bash[32620]: cluster 2023-12-07T15:47:46.681473+0000 mgr.a (mgr.24293) 14330 : 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-07T15:47:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:47 smithi027 bash[31536]: cluster 2023-12-07T15:47:46.681473+0000 mgr.a (mgr.24293) 14330 : 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-07T15:47:48.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:48.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:48.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:49.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:49.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:49.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:49 smithi044 bash[32620]: cluster 2023-12-07T15:47:48.682015+0000 mgr.a (mgr.24293) 14331 : 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-07T15:47:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:49 smithi044 bash[32620]: audit 2023-12-07T15:47:48.776254+0000 mgr.a (mgr.24293) 14332 : audit 0 from='client.287142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:49 smithi022 bash[28554]: cluster 2023-12-07T15:47:48.682015+0000 mgr.a (mgr.24293) 14331 : 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-07T15:47:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:49 smithi022 bash[28554]: audit 2023-12-07T15:47:48.776254+0000 mgr.a (mgr.24293) 14332 : audit 0 from='client.287142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:49 smithi027 bash[31536]: cluster 2023-12-07T15:47:48.682015+0000 mgr.a (mgr.24293) 14331 : 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-07T15:47:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:49 smithi027 bash[31536]: audit 2023-12-07T15:47:48.776254+0000 mgr.a (mgr.24293) 14332 : audit 0 from='client.287142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:51 smithi022 bash[28554]: cluster 2023-12-07T15:47:50.682926+0000 mgr.a (mgr.24293) 14333 : 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-07T15:47:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:51 smithi044 bash[32620]: cluster 2023-12-07T15:47:50.682926+0000 mgr.a (mgr.24293) 14333 : 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-07T15:47:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:51 smithi027 bash[31536]: cluster 2023-12-07T15:47:50.682926+0000 mgr.a (mgr.24293) 14333 : 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-07T15:47:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:53 smithi022 bash[28554]: cluster 2023-12-07T15:47:52.683560+0000 mgr.a (mgr.24293) 14334 : 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-07T15:47:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:53 smithi044 bash[32620]: cluster 2023-12-07T15:47:52.683560+0000 mgr.a (mgr.24293) 14334 : 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-07T15:47:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:53 smithi027 bash[31536]: cluster 2023-12-07T15:47:52.683560+0000 mgr.a (mgr.24293) 14334 : 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-07T15:47:54.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:47:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:55.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:47:55.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:55.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:55.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:55.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:47:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:55 smithi022 bash[28554]: cluster 2023-12-07T15:47:54.684071+0000 mgr.a (mgr.24293) 14335 : 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-07T15:47:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:55 smithi022 bash[28554]: audit 2023-12-07T15:47:54.704998+0000 mgr.a (mgr.24293) 14336 : audit 0 from='client.287217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:55 smithi044 bash[32620]: cluster 2023-12-07T15:47:54.684071+0000 mgr.a (mgr.24293) 14335 : 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-07T15:47:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:55 smithi044 bash[32620]: audit 2023-12-07T15:47:54.704998+0000 mgr.a (mgr.24293) 14336 : audit 0 from='client.287217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:55 smithi027 bash[31536]: cluster 2023-12-07T15:47:54.684071+0000 mgr.a (mgr.24293) 14335 : 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-07T15:47:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:55 smithi027 bash[31536]: audit 2023-12-07T15:47:54.704998+0000 mgr.a (mgr.24293) 14336 : audit 0 from='client.287217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:57 smithi022 bash[28554]: cluster 2023-12-07T15:47:56.684985+0000 mgr.a (mgr.24293) 14337 : cluster 0 pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:57 smithi044 bash[32620]: cluster 2023-12-07T15:47:56.684985+0000 mgr.a (mgr.24293) 14337 : cluster 0 pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:57 smithi027 bash[31536]: cluster 2023-12-07T15:47:56.684985+0000 mgr.a (mgr.24293) 14337 : cluster 0 pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:47:59 smithi022 bash[28554]: cluster 2023-12-07T15:47:58.685493+0000 mgr.a (mgr.24293) 14338 : cluster 0 pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:47:59 smithi044 bash[32620]: cluster 2023-12-07T15:47:58.685493+0000 mgr.a (mgr.24293) 14338 : cluster 0 pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:47:59 smithi027 bash[31536]: cluster 2023-12-07T15:47:58.685493+0000 mgr.a (mgr.24293) 14338 : cluster 0 pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:00.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:00.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:00.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:01.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:01.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:01.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:01.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:01.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:01 smithi022 bash[28554]: audit 2023-12-07T15:48:00.661979+0000 mgr.a (mgr.24293) 14339 : audit 0 from='client.287295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:01 smithi022 bash[28554]: cluster 2023-12-07T15:48:00.686635+0000 mgr.a (mgr.24293) 14340 : 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-07T15:48:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:01 smithi044 bash[32620]: audit 2023-12-07T15:48:00.661979+0000 mgr.a (mgr.24293) 14339 : audit 0 from='client.287295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:01.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:01 smithi044 bash[32620]: cluster 2023-12-07T15:48:00.686635+0000 mgr.a (mgr.24293) 14340 : 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-07T15:48:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:01 smithi027 bash[31536]: audit 2023-12-07T15:48:00.661979+0000 mgr.a (mgr.24293) 14339 : audit 0 from='client.287295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:01 smithi027 bash[31536]: cluster 2023-12-07T15:48:00.686635+0000 mgr.a (mgr.24293) 14340 : 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-07T15:48:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:03 smithi022 bash[28554]: cluster 2023-12-07T15:48:02.687373+0000 mgr.a (mgr.24293) 14341 : 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-07T15:48:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:03 smithi044 bash[32620]: cluster 2023-12-07T15:48:02.687373+0000 mgr.a (mgr.24293) 14341 : 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-07T15:48:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:03 smithi027 bash[31536]: cluster 2023-12-07T15:48:02.687373+0000 mgr.a (mgr.24293) 14341 : 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-07T15:48:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:05 smithi022 bash[28554]: cluster 2023-12-07T15:48:04.687982+0000 mgr.a (mgr.24293) 14342 : 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-07T15:48:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:05 smithi044 bash[32620]: cluster 2023-12-07T15:48:04.687982+0000 mgr.a (mgr.24293) 14342 : 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-07T15:48:06.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:06.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:06.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:05 smithi027 bash[31536]: cluster 2023-12-07T15:48:04.687982+0000 mgr.a (mgr.24293) 14342 : 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-07T15:48:07.120 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:07 smithi022 bash[28554]: audit 2023-12-07T15:48:06.605033+0000 mgr.a (mgr.24293) 14343 : audit 0 from='client.287370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:07 smithi022 bash[28554]: cluster 2023-12-07T15:48:06.689003+0000 mgr.a (mgr.24293) 14344 : 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-07T15:48:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:07 smithi044 bash[32620]: audit 2023-12-07T15:48:06.605033+0000 mgr.a (mgr.24293) 14343 : audit 0 from='client.287370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:07 smithi044 bash[32620]: cluster 2023-12-07T15:48:06.689003+0000 mgr.a (mgr.24293) 14344 : 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-07T15:48:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:07 smithi027 bash[31536]: audit 2023-12-07T15:48:06.605033+0000 mgr.a (mgr.24293) 14343 : audit 0 from='client.287370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:07 smithi027 bash[31536]: cluster 2023-12-07T15:48:06.689003+0000 mgr.a (mgr.24293) 14344 : 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-07T15:48:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:09 smithi022 bash[28554]: cluster 2023-12-07T15:48:08.689802+0000 mgr.a (mgr.24293) 14345 : cluster 0 pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:09 smithi044 bash[32620]: cluster 2023-12-07T15:48:08.689802+0000 mgr.a (mgr.24293) 14345 : cluster 0 pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:09 smithi027 bash[31536]: cluster 2023-12-07T15:48:08.689802+0000 mgr.a (mgr.24293) 14345 : cluster 0 pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:11 smithi022 bash[28554]: cluster 2023-12-07T15:48:10.690789+0000 mgr.a (mgr.24293) 14346 : cluster 0 pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:11 smithi022 bash[28554]: audit 2023-12-07T15:48:11.284906+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:11 smithi044 bash[32620]: cluster 2023-12-07T15:48:10.690789+0000 mgr.a (mgr.24293) 14346 : cluster 0 pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:11 smithi044 bash[32620]: audit 2023-12-07T15:48:11.284906+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:11 smithi027 bash[31536]: cluster 2023-12-07T15:48:10.690789+0000 mgr.a (mgr.24293) 14346 : cluster 0 pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:11 smithi027 bash[31536]: audit 2023-12-07T15:48:11.284906+0000 mon.a (mon.0) 2426 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:12.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:12.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:12.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:12 smithi022 bash[28554]: audit 2023-12-07T15:48:12.073968+0000 mon.a (mon.0) 2427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:12 smithi022 bash[28554]: audit 2023-12-07T15:48:12.075899+0000 mon.a (mon.0) 2428 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:12 smithi022 bash[28554]: audit 2023-12-07T15:48:12.085740+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:48:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:12 smithi044 bash[32620]: audit 2023-12-07T15:48:12.073968+0000 mon.a (mon.0) 2427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:12 smithi044 bash[32620]: audit 2023-12-07T15:48:12.075899+0000 mon.a (mon.0) 2428 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:12 smithi044 bash[32620]: audit 2023-12-07T15:48:12.085740+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:48:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:12 smithi027 bash[31536]: audit 2023-12-07T15:48:12.073968+0000 mon.a (mon.0) 2427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:12 smithi027 bash[31536]: audit 2023-12-07T15:48:12.075899+0000 mon.a (mon.0) 2428 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:12 smithi027 bash[31536]: audit 2023-12-07T15:48:12.085740+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:48:13.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:13.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:13.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:13.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:13.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:13 smithi044 bash[32620]: audit 2023-12-07T15:48:12.529044+0000 mgr.a (mgr.24293) 14347 : audit 0 from='client.287448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:13 smithi044 bash[32620]: cluster 2023-12-07T15:48:12.691629+0000 mgr.a (mgr.24293) 14348 : 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-07T15:48:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:13 smithi022 bash[28554]: audit 2023-12-07T15:48:12.529044+0000 mgr.a (mgr.24293) 14347 : audit 0 from='client.287448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:13.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:13 smithi022 bash[28554]: cluster 2023-12-07T15:48:12.691629+0000 mgr.a (mgr.24293) 14348 : 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-07T15:48:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:13 smithi027 bash[31536]: audit 2023-12-07T15:48:12.529044+0000 mgr.a (mgr.24293) 14347 : audit 0 from='client.287448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:13 smithi027 bash[31536]: cluster 2023-12-07T15:48:12.691629+0000 mgr.a (mgr.24293) 14348 : 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-07T15:48:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:15 smithi022 bash[28554]: cluster 2023-12-07T15:48:14.692273+0000 mgr.a (mgr.24293) 14349 : 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-07T15:48:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:15 smithi044 bash[32620]: cluster 2023-12-07T15:48:14.692273+0000 mgr.a (mgr.24293) 14349 : 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-07T15:48:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:15 smithi027 bash[31536]: cluster 2023-12-07T15:48:14.692273+0000 mgr.a (mgr.24293) 14349 : 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-07T15:48:18.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:18.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:18.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:17 smithi022 bash[28554]: cluster 2023-12-07T15:48:16.693139+0000 mgr.a (mgr.24293) 14350 : 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-07T15:48:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:17 smithi044 bash[32620]: cluster 2023-12-07T15:48:16.693139+0000 mgr.a (mgr.24293) 14350 : 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-07T15:48:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:17 smithi027 bash[31536]: cluster 2023-12-07T15:48:16.693139+0000 mgr.a (mgr.24293) 14350 : 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-07T15:48:18.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:18.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:18.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:18.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:18.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:19 smithi044 bash[32620]: audit 2023-12-07T15:48:18.462702+0000 mgr.a (mgr.24293) 14351 : audit 0 from='client.287520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:19 smithi044 bash[32620]: cluster 2023-12-07T15:48:18.693662+0000 mgr.a (mgr.24293) 14352 : 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-07T15:48:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:19 smithi022 bash[28554]: audit 2023-12-07T15:48:18.462702+0000 mgr.a (mgr.24293) 14351 : audit 0 from='client.287520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:19 smithi022 bash[28554]: cluster 2023-12-07T15:48:18.693662+0000 mgr.a (mgr.24293) 14352 : 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-07T15:48:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:19 smithi027 bash[31536]: audit 2023-12-07T15:48:18.462702+0000 mgr.a (mgr.24293) 14351 : audit 0 from='client.287520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:19 smithi027 bash[31536]: cluster 2023-12-07T15:48:18.693662+0000 mgr.a (mgr.24293) 14352 : 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-07T15:48:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:21 smithi022 bash[28554]: cluster 2023-12-07T15:48:20.694549+0000 mgr.a (mgr.24293) 14353 : 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-07T15:48:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:21 smithi044 bash[32620]: cluster 2023-12-07T15:48:20.694549+0000 mgr.a (mgr.24293) 14353 : 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-07T15:48:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:21 smithi027 bash[31536]: cluster 2023-12-07T15:48:20.694549+0000 mgr.a (mgr.24293) 14353 : 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-07T15:48:23.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:23.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:23.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:23 smithi044 bash[32620]: cluster 2023-12-07T15:48:22.695133+0000 mgr.a (mgr.24293) 14354 : 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-07T15:48:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:23 smithi022 bash[28554]: cluster 2023-12-07T15:48:22.695133+0000 mgr.a (mgr.24293) 14354 : 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-07T15:48:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:23 smithi027 bash[31536]: cluster 2023-12-07T15:48:22.695133+0000 mgr.a (mgr.24293) 14354 : 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-07T15:48:24.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:24.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:25 smithi022 bash[28554]: audit 2023-12-07T15:48:24.397877+0000 mgr.a (mgr.24293) 14355 : audit 0 from='client.287595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:25 smithi022 bash[28554]: cluster 2023-12-07T15:48:24.695980+0000 mgr.a (mgr.24293) 14356 : 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-07T15:48:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:25 smithi044 bash[32620]: audit 2023-12-07T15:48:24.397877+0000 mgr.a (mgr.24293) 14355 : audit 0 from='client.287595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:25 smithi044 bash[32620]: cluster 2023-12-07T15:48:24.695980+0000 mgr.a (mgr.24293) 14356 : 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-07T15:48:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:25 smithi027 bash[31536]: audit 2023-12-07T15:48:24.397877+0000 mgr.a (mgr.24293) 14355 : audit 0 from='client.287595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:25 smithi027 bash[31536]: cluster 2023-12-07T15:48:24.695980+0000 mgr.a (mgr.24293) 14356 : 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-07T15:48:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:27 smithi022 bash[28554]: cluster 2023-12-07T15:48:26.696933+0000 mgr.a (mgr.24293) 14357 : 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-07T15:48:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:27 smithi044 bash[32620]: cluster 2023-12-07T15:48:26.696933+0000 mgr.a (mgr.24293) 14357 : 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-07T15:48:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:27 smithi027 bash[31536]: cluster 2023-12-07T15:48:26.696933+0000 mgr.a (mgr.24293) 14357 : 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-07T15:48:29.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:29.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:29.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:29 smithi044 bash[32620]: cluster 2023-12-07T15:48:28.697511+0000 mgr.a (mgr.24293) 14358 : 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-07T15:48:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:29 smithi022 bash[28554]: cluster 2023-12-07T15:48:28.697511+0000 mgr.a (mgr.24293) 14358 : 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-07T15:48:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:29 smithi027 bash[31536]: cluster 2023-12-07T15:48:28.697511+0000 mgr.a (mgr.24293) 14358 : 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-07T15:48:30.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:30.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:30.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:30.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:30.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:31 smithi044 bash[32620]: audit 2023-12-07T15:48:30.355871+0000 mgr.a (mgr.24293) 14359 : audit 0 from='client.287670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:31 smithi044 bash[32620]: cluster 2023-12-07T15:48:30.698346+0000 mgr.a (mgr.24293) 14360 : 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-07T15:48:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:31 smithi022 bash[28554]: audit 2023-12-07T15:48:30.355871+0000 mgr.a (mgr.24293) 14359 : audit 0 from='client.287670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:31.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:31 smithi022 bash[28554]: cluster 2023-12-07T15:48:30.698346+0000 mgr.a (mgr.24293) 14360 : 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-07T15:48:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:31 smithi027 bash[31536]: audit 2023-12-07T15:48:30.355871+0000 mgr.a (mgr.24293) 14359 : audit 0 from='client.287670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:31 smithi027 bash[31536]: cluster 2023-12-07T15:48:30.698346+0000 mgr.a (mgr.24293) 14360 : 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-07T15:48:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:33 smithi044 bash[32620]: cluster 2023-12-07T15:48:32.699024+0000 mgr.a (mgr.24293) 14361 : 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-07T15:48:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:33 smithi022 bash[28554]: cluster 2023-12-07T15:48:32.699024+0000 mgr.a (mgr.24293) 14361 : 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-07T15:48:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:33 smithi027 bash[31536]: cluster 2023-12-07T15:48:32.699024+0000 mgr.a (mgr.24293) 14361 : 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-07T15:48:35.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:35.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:35.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:35 smithi022 bash[28554]: cluster 2023-12-07T15:48:34.699614+0000 mgr.a (mgr.24293) 14362 : 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-07T15:48:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:35 smithi044 bash[32620]: cluster 2023-12-07T15:48:34.699614+0000 mgr.a (mgr.24293) 14362 : 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-07T15:48:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:35 smithi027 bash[31536]: cluster 2023-12-07T15:48:34.699614+0000 mgr.a (mgr.24293) 14362 : 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-07T15:48:36.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:36.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:36.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:36.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:36.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:36 smithi022 bash[28554]: audit 2023-12-07T15:48:36.288811+0000 mgr.a (mgr.24293) 14363 : audit 0 from='client.287739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:36 smithi044 bash[32620]: audit 2023-12-07T15:48:36.288811+0000 mgr.a (mgr.24293) 14363 : audit 0 from='client.287739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:37.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:36 smithi027 bash[31536]: audit 2023-12-07T15:48:36.288811+0000 mgr.a (mgr.24293) 14363 : audit 0 from='client.287739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:37 smithi022 bash[28554]: cluster 2023-12-07T15:48:36.700773+0000 mgr.a (mgr.24293) 14364 : 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-07T15:48:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:37 smithi044 bash[32620]: cluster 2023-12-07T15:48:36.700773+0000 mgr.a (mgr.24293) 14364 : 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-07T15:48:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:37 smithi027 bash[31536]: cluster 2023-12-07T15:48:36.700773+0000 mgr.a (mgr.24293) 14364 : 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-07T15:48:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:39 smithi022 bash[28554]: cluster 2023-12-07T15:48:38.701396+0000 mgr.a (mgr.24293) 14365 : 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-07T15:48:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:39 smithi044 bash[32620]: cluster 2023-12-07T15:48:38.701396+0000 mgr.a (mgr.24293) 14365 : 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-07T15:48:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:39 smithi027 bash[31536]: cluster 2023-12-07T15:48:38.701396+0000 mgr.a (mgr.24293) 14365 : 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-07T15:48:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:41 smithi044 bash[32620]: cluster 2023-12-07T15:48:40.702121+0000 mgr.a (mgr.24293) 14366 : 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-07T15:48:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:41 smithi022 bash[28554]: cluster 2023-12-07T15:48:40.702121+0000 mgr.a (mgr.24293) 14366 : 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-07T15:48:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:41 smithi027 bash[31536]: cluster 2023-12-07T15:48:40.702121+0000 mgr.a (mgr.24293) 14366 : 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-07T15:48:41.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:41.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:41.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:42 smithi044 bash[32620]: audit 2023-12-07T15:48:42.235490+0000 mgr.a (mgr.24293) 14367 : audit 0 from='client.287817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:42 smithi022 bash[28554]: audit 2023-12-07T15:48:42.235490+0000 mgr.a (mgr.24293) 14367 : audit 0 from='client.287817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:42 smithi027 bash[31536]: audit 2023-12-07T15:48:42.235490+0000 mgr.a (mgr.24293) 14367 : audit 0 from='client.287817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:42.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:42.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:42.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:42.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:42.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:43 smithi044 bash[32620]: cluster 2023-12-07T15:48:42.702589+0000 mgr.a (mgr.24293) 14368 : 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-07T15:48:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:43 smithi022 bash[28554]: cluster 2023-12-07T15:48:42.702589+0000 mgr.a (mgr.24293) 14368 : 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-07T15:48:43.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:43 smithi027 bash[31536]: cluster 2023-12-07T15:48:42.702589+0000 mgr.a (mgr.24293) 14368 : 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-07T15:48:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:45 smithi022 bash[28554]: cluster 2023-12-07T15:48:44.703126+0000 mgr.a (mgr.24293) 14369 : 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-07T15:48:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:45 smithi044 bash[32620]: cluster 2023-12-07T15:48:44.703126+0000 mgr.a (mgr.24293) 14369 : 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-07T15:48:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:45 smithi027 bash[31536]: cluster 2023-12-07T15:48:44.703126+0000 mgr.a (mgr.24293) 14369 : 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-07T15:48:47.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:47.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:47.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:47 smithi022 bash[28554]: cluster 2023-12-07T15:48:46.703971+0000 mgr.a (mgr.24293) 14370 : 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-07T15:48:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:47 smithi044 bash[32620]: cluster 2023-12-07T15:48:46.703971+0000 mgr.a (mgr.24293) 14370 : 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-07T15:48:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:47 smithi027 bash[31536]: cluster 2023-12-07T15:48:46.703971+0000 mgr.a (mgr.24293) 14370 : 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-07T15:48:48.675 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:48.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:48.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:48.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:48.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:48 smithi022 bash[28554]: audit 2023-12-07T15:48:48.146843+0000 mgr.a (mgr.24293) 14371 : audit 0 from='client.287892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:48 smithi044 bash[32620]: audit 2023-12-07T15:48:48.146843+0000 mgr.a (mgr.24293) 14371 : audit 0 from='client.287892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:48 smithi027 bash[31536]: audit 2023-12-07T15:48:48.146843+0000 mgr.a (mgr.24293) 14371 : audit 0 from='client.287892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:49 smithi044 bash[32620]: cluster 2023-12-07T15:48:48.704673+0000 mgr.a (mgr.24293) 14372 : 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-07T15:48:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:49 smithi022 bash[28554]: cluster 2023-12-07T15:48:48.704673+0000 mgr.a (mgr.24293) 14372 : 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-07T15:48:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:49 smithi027 bash[31536]: cluster 2023-12-07T15:48:48.704673+0000 mgr.a (mgr.24293) 14372 : 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-07T15:48:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:51 smithi022 bash[28554]: cluster 2023-12-07T15:48:50.705470+0000 mgr.a (mgr.24293) 14373 : 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-07T15:48:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:51 smithi044 bash[32620]: cluster 2023-12-07T15:48:50.705470+0000 mgr.a (mgr.24293) 14373 : 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-07T15:48:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:51 smithi027 bash[31536]: cluster 2023-12-07T15:48:50.705470+0000 mgr.a (mgr.24293) 14373 : 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-07T15:48:53.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:53.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:53.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:53 smithi022 bash[28554]: cluster 2023-12-07T15:48:52.706079+0000 mgr.a (mgr.24293) 14374 : 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-07T15:48:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:53 smithi044 bash[32620]: cluster 2023-12-07T15:48:52.706079+0000 mgr.a (mgr.24293) 14374 : 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-07T15:48:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:53 smithi027 bash[31536]: cluster 2023-12-07T15:48:52.706079+0000 mgr.a (mgr.24293) 14374 : 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-07T15:48:54.631 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:48:54.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:54.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:54.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:54.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:48:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:54 smithi044 bash[32620]: audit 2023-12-07T15:48:54.093339+0000 mgr.a (mgr.24293) 14375 : audit 0 from='client.287970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:54 smithi022 bash[28554]: audit 2023-12-07T15:48:54.093339+0000 mgr.a (mgr.24293) 14375 : audit 0 from='client.287970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:55.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:54 smithi027 bash[31536]: audit 2023-12-07T15:48:54.093339+0000 mgr.a (mgr.24293) 14375 : audit 0 from='client.287970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:55 smithi022 bash[28554]: cluster 2023-12-07T15:48:54.706862+0000 mgr.a (mgr.24293) 14376 : 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-07T15:48:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:55 smithi044 bash[32620]: cluster 2023-12-07T15:48:54.706862+0000 mgr.a (mgr.24293) 14376 : 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-07T15:48:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:55 smithi027 bash[31536]: cluster 2023-12-07T15:48:54.706862+0000 mgr.a (mgr.24293) 14376 : 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-07T15:48:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:57 smithi044 bash[32620]: cluster 2023-12-07T15:48:56.707790+0000 mgr.a (mgr.24293) 14377 : 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-07T15:48:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:57 smithi022 bash[28554]: cluster 2023-12-07T15:48:56.707790+0000 mgr.a (mgr.24293) 14377 : 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-07T15:48:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:57 smithi027 bash[31536]: cluster 2023-12-07T15:48:56.707790+0000 mgr.a (mgr.24293) 14377 : 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-07T15:48:59.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:48:59.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:59.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:48:59 smithi022 bash[28554]: cluster 2023-12-07T15:48:58.708363+0000 mgr.a (mgr.24293) 14378 : 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-07T15:49:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:48:59 smithi044 bash[32620]: cluster 2023-12-07T15:48:58.708363+0000 mgr.a (mgr.24293) 14378 : 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-07T15:49:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:48:59 smithi027 bash[31536]: cluster 2023-12-07T15:48:58.708363+0000 mgr.a (mgr.24293) 14378 : 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-07T15:49:00.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:00.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:00.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:00.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:00.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:00 smithi044 bash[32620]: audit 2023-12-07T15:49:00.047811+0000 mgr.a (mgr.24293) 14379 : audit 0 from='client.288045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:00 smithi022 bash[28554]: audit 2023-12-07T15:49:00.047811+0000 mgr.a (mgr.24293) 14379 : audit 0 from='client.288045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:00 smithi027 bash[31536]: audit 2023-12-07T15:49:00.047811+0000 mgr.a (mgr.24293) 14379 : audit 0 from='client.288045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:01 smithi022 bash[28554]: cluster 2023-12-07T15:49:00.709364+0000 mgr.a (mgr.24293) 14380 : cluster 0 pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:49:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:01 smithi044 bash[32620]: cluster 2023-12-07T15:49:00.709364+0000 mgr.a (mgr.24293) 14380 : cluster 0 pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:49:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:01 smithi027 bash[31536]: cluster 2023-12-07T15:49:00.709364+0000 mgr.a (mgr.24293) 14380 : cluster 0 pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:49:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:03 smithi044 bash[32620]: cluster 2023-12-07T15:49:02.709977+0000 mgr.a (mgr.24293) 14381 : cluster 0 pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:03 smithi022 bash[28554]: cluster 2023-12-07T15:49:02.709977+0000 mgr.a (mgr.24293) 14381 : cluster 0 pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:03 smithi027 bash[31536]: cluster 2023-12-07T15:49:02.709977+0000 mgr.a (mgr.24293) 14381 : cluster 0 pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:05.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:05.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:05.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:05 smithi044 bash[32620]: cluster 2023-12-07T15:49:04.710504+0000 mgr.a (mgr.24293) 14382 : cluster 0 pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:05 smithi022 bash[28554]: cluster 2023-12-07T15:49:04.710504+0000 mgr.a (mgr.24293) 14382 : cluster 0 pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:05 smithi027 bash[31536]: cluster 2023-12-07T15:49:04.710504+0000 mgr.a (mgr.24293) 14382 : cluster 0 pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:06.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:06.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:06.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:06.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:06.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:06 smithi044 bash[32620]: audit 2023-12-07T15:49:05.985754+0000 mgr.a (mgr.24293) 14383 : audit 0 from='client.231158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:06 smithi022 bash[28554]: audit 2023-12-07T15:49:05.985754+0000 mgr.a (mgr.24293) 14383 : audit 0 from='client.231158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:07.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:06 smithi027 bash[31536]: audit 2023-12-07T15:49:05.985754+0000 mgr.a (mgr.24293) 14383 : audit 0 from='client.231158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:07 smithi022 bash[28554]: cluster 2023-12-07T15:49:06.711700+0000 mgr.a (mgr.24293) 14384 : 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-07T15:49:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:07 smithi044 bash[32620]: cluster 2023-12-07T15:49:06.711700+0000 mgr.a (mgr.24293) 14384 : 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-07T15:49:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:07 smithi027 bash[31536]: cluster 2023-12-07T15:49:06.711700+0000 mgr.a (mgr.24293) 14384 : 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-07T15:49:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:09 smithi022 bash[28554]: cluster 2023-12-07T15:49:08.712288+0000 mgr.a (mgr.24293) 14385 : 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-07T15:49:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:09 smithi044 bash[32620]: cluster 2023-12-07T15:49:08.712288+0000 mgr.a (mgr.24293) 14385 : 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-07T15:49:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:09 smithi027 bash[31536]: cluster 2023-12-07T15:49:08.712288+0000 mgr.a (mgr.24293) 14385 : 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-07T15:49:11.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:11.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:11.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:11 smithi044 bash[32620]: cluster 2023-12-07T15:49:10.713050+0000 mgr.a (mgr.24293) 14386 : 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-07T15:49:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:11 smithi022 bash[28554]: cluster 2023-12-07T15:49:10.713050+0000 mgr.a (mgr.24293) 14386 : 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-07T15:49:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:11 smithi027 bash[31536]: cluster 2023-12-07T15:49:10.713050+0000 mgr.a (mgr.24293) 14386 : 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-07T15:49:12.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:12.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:12.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:12.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:12.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:12 smithi022 bash[28554]: audit 2023-12-07T15:49:11.938505+0000 mgr.a (mgr.24293) 14387 : audit 0 from='client.288195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:12 smithi022 bash[28554]: audit 2023-12-07T15:49:12.188880+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:12 smithi044 bash[32620]: audit 2023-12-07T15:49:11.938505+0000 mgr.a (mgr.24293) 14387 : audit 0 from='client.288195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:12 smithi044 bash[32620]: audit 2023-12-07T15:49:12.188880+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:12 smithi027 bash[31536]: audit 2023-12-07T15:49:11.938505+0000 mgr.a (mgr.24293) 14387 : audit 0 from='client.288195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:12 smithi027 bash[31536]: audit 2023-12-07T15:49:12.188880+0000 mon.a (mon.0) 2430 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:13 smithi044 bash[32620]: cluster 2023-12-07T15:49:12.713759+0000 mgr.a (mgr.24293) 14388 : cluster 0 pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:13 smithi044 bash[32620]: audit 2023-12-07T15:49:12.781209+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:13 smithi044 bash[32620]: audit 2023-12-07T15:49:12.793605+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:13 smithi044 bash[32620]: audit 2023-12-07T15:49:13.542373+0000 mon.a (mon.0) 2433 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:13 smithi044 bash[32620]: audit 2023-12-07T15:49:13.544600+0000 mon.a (mon.0) 2434 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:13 smithi044 bash[32620]: audit 2023-12-07T15:49:13.555028+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:13 smithi022 bash[28554]: cluster 2023-12-07T15:49:12.713759+0000 mgr.a (mgr.24293) 14388 : cluster 0 pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:13 smithi022 bash[28554]: audit 2023-12-07T15:49:12.781209+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:13 smithi022 bash[28554]: audit 2023-12-07T15:49:12.793605+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:13 smithi022 bash[28554]: audit 2023-12-07T15:49:13.542373+0000 mon.a (mon.0) 2433 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:13 smithi022 bash[28554]: audit 2023-12-07T15:49:13.544600+0000 mon.a (mon.0) 2434 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:13 smithi022 bash[28554]: audit 2023-12-07T15:49:13.555028+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:13 smithi027 bash[31536]: cluster 2023-12-07T15:49:12.713759+0000 mgr.a (mgr.24293) 14388 : cluster 0 pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:13 smithi027 bash[31536]: audit 2023-12-07T15:49:12.781209+0000 mon.a (mon.0) 2431 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:13 smithi027 bash[31536]: audit 2023-12-07T15:49:12.793605+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:13 smithi027 bash[31536]: audit 2023-12-07T15:49:13.542373+0000 mon.a (mon.0) 2433 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:13 smithi027 bash[31536]: audit 2023-12-07T15:49:13.544600+0000 mon.a (mon.0) 2434 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:13 smithi027 bash[31536]: audit 2023-12-07T15:49:13.555028+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:49:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:15 smithi044 bash[32620]: cluster 2023-12-07T15:49:14.714342+0000 mgr.a (mgr.24293) 14389 : cluster 0 pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:15 smithi022 bash[28554]: cluster 2023-12-07T15:49:14.714342+0000 mgr.a (mgr.24293) 14389 : cluster 0 pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:15 smithi027 bash[31536]: cluster 2023-12-07T15:49:14.714342+0000 mgr.a (mgr.24293) 14389 : cluster 0 pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:17.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:17.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:17.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:17 smithi044 bash[32620]: cluster 2023-12-07T15:49:16.715133+0000 mgr.a (mgr.24293) 14390 : cluster 0 pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:49:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:17 smithi022 bash[28554]: cluster 2023-12-07T15:49:16.715133+0000 mgr.a (mgr.24293) 14390 : cluster 0 pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:49:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:17 smithi027 bash[31536]: cluster 2023-12-07T15:49:16.715133+0000 mgr.a (mgr.24293) 14390 : cluster 0 pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:49:18.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:18.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:18.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:18.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:18.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:18 smithi044 bash[32620]: audit 2023-12-07T15:49:17.881430+0000 mgr.a (mgr.24293) 14391 : audit 0 from='client.288270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:18 smithi022 bash[28554]: audit 2023-12-07T15:49:17.881430+0000 mgr.a (mgr.24293) 14391 : audit 0 from='client.288270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:19.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:18 smithi027 bash[31536]: audit 2023-12-07T15:49:17.881430+0000 mgr.a (mgr.24293) 14391 : audit 0 from='client.288270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:19 smithi044 bash[32620]: cluster 2023-12-07T15:49:18.715921+0000 mgr.a (mgr.24293) 14392 : 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-07T15:49:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:19 smithi022 bash[28554]: cluster 2023-12-07T15:49:18.715921+0000 mgr.a (mgr.24293) 14392 : 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-07T15:49:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:19 smithi027 bash[31536]: cluster 2023-12-07T15:49:18.715921+0000 mgr.a (mgr.24293) 14392 : 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-07T15:49:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:21 smithi022 bash[28554]: cluster 2023-12-07T15:49:20.716783+0000 mgr.a (mgr.24293) 14393 : 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-07T15:49:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:21 smithi044 bash[32620]: cluster 2023-12-07T15:49:20.716783+0000 mgr.a (mgr.24293) 14393 : 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-07T15:49:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:21 smithi027 bash[31536]: cluster 2023-12-07T15:49:20.716783+0000 mgr.a (mgr.24293) 14393 : 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-07T15:49:23.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:23.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:23.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:23 smithi044 bash[32620]: cluster 2023-12-07T15:49:22.717336+0000 mgr.a (mgr.24293) 14394 : 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-07T15:49:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:23 smithi022 bash[28554]: cluster 2023-12-07T15:49:22.717336+0000 mgr.a (mgr.24293) 14394 : 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-07T15:49:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:23 smithi027 bash[31536]: cluster 2023-12-07T15:49:22.717336+0000 mgr.a (mgr.24293) 14394 : 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-07T15:49:24.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:24.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:24.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:24.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:24.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:24 smithi022 bash[28554]: audit 2023-12-07T15:49:23.816521+0000 mgr.a (mgr.24293) 14395 : audit 0 from='client.288345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:24 smithi044 bash[32620]: audit 2023-12-07T15:49:23.816521+0000 mgr.a (mgr.24293) 14395 : audit 0 from='client.288345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:25.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:24 smithi027 bash[31536]: audit 2023-12-07T15:49:23.816521+0000 mgr.a (mgr.24293) 14395 : audit 0 from='client.288345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:25 smithi044 bash[32620]: cluster 2023-12-07T15:49:24.718100+0000 mgr.a (mgr.24293) 14396 : 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-07T15:49:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:25 smithi022 bash[28554]: cluster 2023-12-07T15:49:24.718100+0000 mgr.a (mgr.24293) 14396 : 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-07T15:49:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:25 smithi027 bash[31536]: cluster 2023-12-07T15:49:24.718100+0000 mgr.a (mgr.24293) 14396 : 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-07T15:49:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:27 smithi044 bash[32620]: cluster 2023-12-07T15:49:26.718965+0000 mgr.a (mgr.24293) 14397 : 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-07T15:49:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:27 smithi022 bash[28554]: cluster 2023-12-07T15:49:26.718965+0000 mgr.a (mgr.24293) 14397 : 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-07T15:49:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:27 smithi027 bash[31536]: cluster 2023-12-07T15:49:26.718965+0000 mgr.a (mgr.24293) 14397 : 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-07T15:49:29.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:29.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:29.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:29 smithi022 bash[28554]: cluster 2023-12-07T15:49:28.719523+0000 mgr.a (mgr.24293) 14398 : 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-07T15:49:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:29 smithi044 bash[32620]: cluster 2023-12-07T15:49:28.719523+0000 mgr.a (mgr.24293) 14398 : 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-07T15:49:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:29 smithi027 bash[31536]: cluster 2023-12-07T15:49:28.719523+0000 mgr.a (mgr.24293) 14398 : 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-07T15:49:30.310 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:30.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:30.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:30.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:30.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:30 smithi044 bash[32620]: audit 2023-12-07T15:49:29.770514+0000 mgr.a (mgr.24293) 14399 : audit 0 from='client.288423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:30 smithi022 bash[28554]: audit 2023-12-07T15:49:29.770514+0000 mgr.a (mgr.24293) 14399 : audit 0 from='client.288423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:30 smithi027 bash[31536]: audit 2023-12-07T15:49:29.770514+0000 mgr.a (mgr.24293) 14399 : audit 0 from='client.288423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:31 smithi044 bash[32620]: cluster 2023-12-07T15:49:30.720422+0000 mgr.a (mgr.24293) 14400 : 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-07T15:49:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:31 smithi022 bash[28554]: cluster 2023-12-07T15:49:30.720422+0000 mgr.a (mgr.24293) 14400 : 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-07T15:49:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:31 smithi027 bash[31536]: cluster 2023-12-07T15:49:30.720422+0000 mgr.a (mgr.24293) 14400 : 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-07T15:49:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:33 smithi022 bash[28554]: cluster 2023-12-07T15:49:32.720978+0000 mgr.a (mgr.24293) 14401 : 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-07T15:49:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:33 smithi044 bash[32620]: cluster 2023-12-07T15:49:32.720978+0000 mgr.a (mgr.24293) 14401 : 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-07T15:49:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:33 smithi027 bash[31536]: cluster 2023-12-07T15:49:32.720978+0000 mgr.a (mgr.24293) 14401 : 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-07T15:49:35.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:35.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:35.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:35 smithi022 bash[28554]: cluster 2023-12-07T15:49:34.721549+0000 mgr.a (mgr.24293) 14402 : 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-07T15:49:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:35 smithi044 bash[32620]: cluster 2023-12-07T15:49:34.721549+0000 mgr.a (mgr.24293) 14402 : 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-07T15:49:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:35 smithi027 bash[31536]: cluster 2023-12-07T15:49:34.721549+0000 mgr.a (mgr.24293) 14402 : 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-07T15:49:36.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:36.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:36.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:36.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:36.262 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:36 smithi022 bash[28554]: audit 2023-12-07T15:49:35.729178+0000 mgr.a (mgr.24293) 14403 : audit 0 from='client.288498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:37.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:36 smithi044 bash[32620]: audit 2023-12-07T15:49:35.729178+0000 mgr.a (mgr.24293) 14403 : audit 0 from='client.288498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:37.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:36 smithi027 bash[31536]: audit 2023-12-07T15:49:35.729178+0000 mgr.a (mgr.24293) 14403 : audit 0 from='client.288498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:37 smithi044 bash[32620]: cluster 2023-12-07T15:49:36.722733+0000 mgr.a (mgr.24293) 14404 : 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-07T15:49:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:37 smithi022 bash[28554]: cluster 2023-12-07T15:49:36.722733+0000 mgr.a (mgr.24293) 14404 : 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-07T15:49:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:37 smithi027 bash[31536]: cluster 2023-12-07T15:49:36.722733+0000 mgr.a (mgr.24293) 14404 : 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-07T15:49:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:39 smithi044 bash[32620]: cluster 2023-12-07T15:49:38.723344+0000 mgr.a (mgr.24293) 14405 : 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-07T15:49:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:39 smithi022 bash[28554]: cluster 2023-12-07T15:49:38.723344+0000 mgr.a (mgr.24293) 14405 : 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-07T15:49:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:39 smithi027 bash[31536]: cluster 2023-12-07T15:49:38.723344+0000 mgr.a (mgr.24293) 14405 : 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-07T15:49:41.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:41.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:41.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:41 smithi022 bash[28554]: cluster 2023-12-07T15:49:40.724113+0000 mgr.a (mgr.24293) 14406 : 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-07T15:49:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:41 smithi044 bash[32620]: cluster 2023-12-07T15:49:40.724113+0000 mgr.a (mgr.24293) 14406 : 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-07T15:49:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:41 smithi027 bash[31536]: cluster 2023-12-07T15:49:40.724113+0000 mgr.a (mgr.24293) 14406 : 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-07T15:49:42.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:42.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:42.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:42.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:42.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:42 smithi022 bash[28554]: audit 2023-12-07T15:49:41.678730+0000 mgr.a (mgr.24293) 14407 : audit 0 from='client.288570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:42 smithi044 bash[32620]: audit 2023-12-07T15:49:41.678730+0000 mgr.a (mgr.24293) 14407 : audit 0 from='client.288570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:42 smithi027 bash[31536]: audit 2023-12-07T15:49:41.678730+0000 mgr.a (mgr.24293) 14407 : audit 0 from='client.288570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:43 smithi044 bash[32620]: cluster 2023-12-07T15:49:42.724747+0000 mgr.a (mgr.24293) 14408 : 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-07T15:49:43.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:43 smithi022 bash[28554]: cluster 2023-12-07T15:49:42.724747+0000 mgr.a (mgr.24293) 14408 : 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-07T15:49:43.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:43 smithi027 bash[31536]: cluster 2023-12-07T15:49:42.724747+0000 mgr.a (mgr.24293) 14408 : 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-07T15:49:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:45 smithi022 bash[28554]: cluster 2023-12-07T15:49:44.725302+0000 mgr.a (mgr.24293) 14409 : 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-07T15:49:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:45 smithi044 bash[32620]: cluster 2023-12-07T15:49:44.725302+0000 mgr.a (mgr.24293) 14409 : 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-07T15:49:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:45 smithi027 bash[31536]: cluster 2023-12-07T15:49:44.725302+0000 mgr.a (mgr.24293) 14409 : 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-07T15:49:47.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:47.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:47.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:48.152 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:48.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:48.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:48.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:48.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:47 smithi022 bash[28554]: cluster 2023-12-07T15:49:46.726105+0000 mgr.a (mgr.24293) 14410 : 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-07T15:49:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:47 smithi044 bash[32620]: cluster 2023-12-07T15:49:46.726105+0000 mgr.a (mgr.24293) 14410 : 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-07T15:49:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:47 smithi027 bash[31536]: cluster 2023-12-07T15:49:46.726105+0000 mgr.a (mgr.24293) 14410 : 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-07T15:49:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:48 smithi044 bash[32620]: audit 2023-12-07T15:49:47.614949+0000 mgr.a (mgr.24293) 14411 : audit 0 from='client.288645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:48 smithi022 bash[28554]: audit 2023-12-07T15:49:47.614949+0000 mgr.a (mgr.24293) 14411 : audit 0 from='client.288645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:48 smithi027 bash[31536]: audit 2023-12-07T15:49:47.614949+0000 mgr.a (mgr.24293) 14411 : audit 0 from='client.288645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:49 smithi022 bash[28554]: cluster 2023-12-07T15:49:48.726774+0000 mgr.a (mgr.24293) 14412 : 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-07T15:49:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:49 smithi044 bash[32620]: cluster 2023-12-07T15:49:48.726774+0000 mgr.a (mgr.24293) 14412 : 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-07T15:49:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:49 smithi027 bash[31536]: cluster 2023-12-07T15:49:48.726774+0000 mgr.a (mgr.24293) 14412 : 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-07T15:49:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:51 smithi022 bash[28554]: cluster 2023-12-07T15:49:50.727590+0000 mgr.a (mgr.24293) 14413 : 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-07T15:49:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:51 smithi044 bash[32620]: cluster 2023-12-07T15:49:50.727590+0000 mgr.a (mgr.24293) 14413 : 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-07T15:49:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:51 smithi027 bash[31536]: cluster 2023-12-07T15:49:50.727590+0000 mgr.a (mgr.24293) 14413 : 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-07T15:49:53.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:53.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:53.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:54.101 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:49:54.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:54.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:54.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:54.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:49:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:53 smithi022 bash[28554]: cluster 2023-12-07T15:49:52.728098+0000 mgr.a (mgr.24293) 14414 : 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-07T15:49:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:53 smithi044 bash[32620]: cluster 2023-12-07T15:49:52.728098+0000 mgr.a (mgr.24293) 14414 : 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-07T15:49:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:53 smithi027 bash[31536]: cluster 2023-12-07T15:49:52.728098+0000 mgr.a (mgr.24293) 14414 : 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-07T15:49:55.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:54 smithi044 bash[32620]: audit 2023-12-07T15:49:53.574033+0000 mgr.a (mgr.24293) 14415 : audit 0 from='client.231626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:55.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:54 smithi022 bash[28554]: audit 2023-12-07T15:49:53.574033+0000 mgr.a (mgr.24293) 14415 : audit 0 from='client.231626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:55.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:54 smithi027 bash[31536]: audit 2023-12-07T15:49:53.574033+0000 mgr.a (mgr.24293) 14415 : audit 0 from='client.231626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:55 smithi022 bash[28554]: cluster 2023-12-07T15:49:54.728763+0000 mgr.a (mgr.24293) 14416 : 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-07T15:49:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:55 smithi044 bash[32620]: cluster 2023-12-07T15:49:54.728763+0000 mgr.a (mgr.24293) 14416 : 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-07T15:49:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:55 smithi027 bash[31536]: cluster 2023-12-07T15:49:54.728763+0000 mgr.a (mgr.24293) 14416 : 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-07T15:49:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:57 smithi022 bash[28554]: cluster 2023-12-07T15:49:56.729582+0000 mgr.a (mgr.24293) 14417 : 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-07T15:49:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:57 smithi044 bash[32620]: cluster 2023-12-07T15:49:56.729582+0000 mgr.a (mgr.24293) 14417 : 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-07T15:49:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:57 smithi027 bash[31536]: cluster 2023-12-07T15:49:56.729582+0000 mgr.a (mgr.24293) 14417 : 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-07T15:49:59.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:49:59.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:59.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:00.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:00.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:49:59 smithi022 bash[28554]: cluster 2023-12-07T15:49:58.730113+0000 mgr.a (mgr.24293) 14418 : 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-07T15:50:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:49:59 smithi044 bash[32620]: cluster 2023-12-07T15:49:58.730113+0000 mgr.a (mgr.24293) 14418 : 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-07T15:50:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:49:59 smithi027 bash[31536]: cluster 2023-12-07T15:49:58.730113+0000 mgr.a (mgr.24293) 14418 : 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-07T15:50:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:00 smithi044 bash[32620]: audit 2023-12-07T15:49:59.508032+0000 mgr.a (mgr.24293) 14419 : audit 0 from='client.288801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:00 smithi044 bash[32620]: cluster 2023-12-07T15:50:00.000116+0000 mon.a (mon.0) 2436 : cluster 1 overall HEALTH_OK 2023-12-07T15:50:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:00 smithi022 bash[28554]: audit 2023-12-07T15:49:59.508032+0000 mgr.a (mgr.24293) 14419 : audit 0 from='client.288801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:00 smithi022 bash[28554]: cluster 2023-12-07T15:50:00.000116+0000 mon.a (mon.0) 2436 : cluster 1 overall HEALTH_OK 2023-12-07T15:50:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:00 smithi027 bash[31536]: audit 2023-12-07T15:49:59.508032+0000 mgr.a (mgr.24293) 14419 : audit 0 from='client.288801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:00 smithi027 bash[31536]: cluster 2023-12-07T15:50:00.000116+0000 mon.a (mon.0) 2436 : cluster 1 overall HEALTH_OK 2023-12-07T15:50:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:01 smithi022 bash[28554]: cluster 2023-12-07T15:50:00.730967+0000 mgr.a (mgr.24293) 14420 : 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-07T15:50:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:01 smithi044 bash[32620]: cluster 2023-12-07T15:50:00.730967+0000 mgr.a (mgr.24293) 14420 : 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-07T15:50:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:01 smithi027 bash[31536]: cluster 2023-12-07T15:50:00.730967+0000 mgr.a (mgr.24293) 14420 : 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-07T15:50:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:03 smithi044 bash[32620]: cluster 2023-12-07T15:50:02.731560+0000 mgr.a (mgr.24293) 14421 : 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-07T15:50:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:03 smithi022 bash[28554]: cluster 2023-12-07T15:50:02.731560+0000 mgr.a (mgr.24293) 14421 : 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-07T15:50:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:03 smithi027 bash[31536]: cluster 2023-12-07T15:50:02.731560+0000 mgr.a (mgr.24293) 14421 : 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-07T15:50:05.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:05.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:05.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:05.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:05.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:05.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:05.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:05.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:05 smithi044 bash[32620]: cluster 2023-12-07T15:50:04.732147+0000 mgr.a (mgr.24293) 14422 : 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-07T15:50:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:05 smithi022 bash[28554]: cluster 2023-12-07T15:50:04.732147+0000 mgr.a (mgr.24293) 14422 : 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-07T15:50:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:05 smithi027 bash[31536]: cluster 2023-12-07T15:50:04.732147+0000 mgr.a (mgr.24293) 14422 : 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-07T15:50:07.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:06 smithi044 bash[32620]: audit 2023-12-07T15:50:05.444816+0000 mgr.a (mgr.24293) 14423 : audit 0 from='client.288879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:07.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:06 smithi022 bash[28554]: audit 2023-12-07T15:50:05.444816+0000 mgr.a (mgr.24293) 14423 : audit 0 from='client.288879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:07.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:06 smithi027 bash[31536]: audit 2023-12-07T15:50:05.444816+0000 mgr.a (mgr.24293) 14423 : audit 0 from='client.288879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:07 smithi044 bash[32620]: cluster 2023-12-07T15:50:06.733148+0000 mgr.a (mgr.24293) 14424 : cluster 0 pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:07 smithi022 bash[28554]: cluster 2023-12-07T15:50:06.733148+0000 mgr.a (mgr.24293) 14424 : cluster 0 pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:07 smithi027 bash[31536]: cluster 2023-12-07T15:50:06.733148+0000 mgr.a (mgr.24293) 14424 : cluster 0 pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:09 smithi022 bash[28554]: cluster 2023-12-07T15:50:08.733725+0000 mgr.a (mgr.24293) 14425 : cluster 0 pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:09 smithi044 bash[32620]: cluster 2023-12-07T15:50:08.733725+0000 mgr.a (mgr.24293) 14425 : cluster 0 pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:09 smithi027 bash[31536]: cluster 2023-12-07T15:50:08.733725+0000 mgr.a (mgr.24293) 14425 : cluster 0 pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:10.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:10.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:10.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:11 smithi044 bash[32620]: cluster 2023-12-07T15:50:10.734425+0000 mgr.a (mgr.24293) 14426 : 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-07T15:50:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:11 smithi022 bash[28554]: cluster 2023-12-07T15:50:10.734425+0000 mgr.a (mgr.24293) 14426 : 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-07T15:50:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:11 smithi027 bash[31536]: cluster 2023-12-07T15:50:10.734425+0000 mgr.a (mgr.24293) 14426 : 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-07T15:50:11.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:11.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:11.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:11.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:11.895 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:12 smithi044 bash[32620]: audit 2023-12-07T15:50:11.390768+0000 mgr.a (mgr.24293) 14427 : audit 0 from='client.288957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:12 smithi022 bash[28554]: audit 2023-12-07T15:50:11.390768+0000 mgr.a (mgr.24293) 14427 : audit 0 from='client.288957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:12 smithi027 bash[31536]: audit 2023-12-07T15:50:11.390768+0000 mgr.a (mgr.24293) 14427 : audit 0 from='client.288957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:13.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:13 smithi022 bash[28554]: cluster 2023-12-07T15:50:12.735074+0000 mgr.a (mgr.24293) 14428 : 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-07T15:50:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:13 smithi044 bash[32620]: cluster 2023-12-07T15:50:12.735074+0000 mgr.a (mgr.24293) 14428 : 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-07T15:50:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:13 smithi027 bash[31536]: cluster 2023-12-07T15:50:12.735074+0000 mgr.a (mgr.24293) 14428 : 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-07T15:50:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:14 smithi022 bash[28554]: audit 2023-12-07T15:50:13.659536+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:14 smithi022 bash[28554]: audit 2023-12-07T15:50:14.191227+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:14 smithi022 bash[28554]: audit 2023-12-07T15:50:14.196795+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:14 smithi022 bash[28554]: audit 2023-12-07T15:50:14.202091+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:14 smithi022 bash[28554]: audit 2023-12-07T15:50:14.206764+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:14 smithi044 bash[32620]: audit 2023-12-07T15:50:13.659536+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:14 smithi044 bash[32620]: audit 2023-12-07T15:50:14.191227+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:14 smithi044 bash[32620]: audit 2023-12-07T15:50:14.196795+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:14 smithi044 bash[32620]: audit 2023-12-07T15:50:14.202091+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:14 smithi044 bash[32620]: audit 2023-12-07T15:50:14.206764+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:14 smithi027 bash[31536]: audit 2023-12-07T15:50:13.659536+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:14 smithi027 bash[31536]: audit 2023-12-07T15:50:14.191227+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:14 smithi027 bash[31536]: audit 2023-12-07T15:50:14.196795+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:14 smithi027 bash[31536]: audit 2023-12-07T15:50:14.202091+0000 mon.a (mon.0) 2440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:14 smithi027 bash[31536]: audit 2023-12-07T15:50:14.206764+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:15 smithi044 bash[32620]: cluster 2023-12-07T15:50:14.735704+0000 mgr.a (mgr.24293) 14429 : 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-07T15:50:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:15 smithi022 bash[28554]: cluster 2023-12-07T15:50:14.735704+0000 mgr.a (mgr.24293) 14429 : 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-07T15:50:15.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:15 smithi027 bash[31536]: cluster 2023-12-07T15:50:14.735704+0000 mgr.a (mgr.24293) 14429 : 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-07T15:50:16.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:16.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:16.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:17.812 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:17.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:17.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:17.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:17.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:17 smithi022 bash[28554]: cluster 2023-12-07T15:50:16.736464+0000 mgr.a (mgr.24293) 14430 : 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-07T15:50:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:17 smithi022 bash[28554]: audit 2023-12-07T15:50:17.308312+0000 mgr.a (mgr.24293) 14431 : audit 0 from='client.289032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:17 smithi044 bash[32620]: cluster 2023-12-07T15:50:16.736464+0000 mgr.a (mgr.24293) 14430 : 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-07T15:50:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:17 smithi044 bash[32620]: audit 2023-12-07T15:50:17.308312+0000 mgr.a (mgr.24293) 14431 : audit 0 from='client.289032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:17 smithi027 bash[31536]: cluster 2023-12-07T15:50:16.736464+0000 mgr.a (mgr.24293) 14430 : 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-07T15:50:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:17 smithi027 bash[31536]: audit 2023-12-07T15:50:17.308312+0000 mgr.a (mgr.24293) 14431 : audit 0 from='client.289032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:19.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:19 smithi022 bash[28554]: cluster 2023-12-07T15:50:18.736938+0000 mgr.a (mgr.24293) 14432 : cluster 0 pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:19 smithi044 bash[32620]: cluster 2023-12-07T15:50:18.736938+0000 mgr.a (mgr.24293) 14432 : cluster 0 pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:19 smithi027 bash[31536]: cluster 2023-12-07T15:50:18.736938+0000 mgr.a (mgr.24293) 14432 : cluster 0 pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:21 smithi044 bash[32620]: cluster 2023-12-07T15:50:20.737789+0000 mgr.a (mgr.24293) 14433 : cluster 0 pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:21 smithi022 bash[28554]: cluster 2023-12-07T15:50:20.737789+0000 mgr.a (mgr.24293) 14433 : cluster 0 pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:21 smithi027 bash[31536]: cluster 2023-12-07T15:50:20.737789+0000 mgr.a (mgr.24293) 14433 : cluster 0 pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:22.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:22.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:22.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:23.786 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:23 smithi022 bash[28554]: cluster 2023-12-07T15:50:22.738417+0000 mgr.a (mgr.24293) 14434 : 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-07T15:50:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:23 smithi022 bash[28554]: audit 2023-12-07T15:50:23.222416+0000 mgr.a (mgr.24293) 14435 : audit 0 from='client.289110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:23 smithi044 bash[32620]: cluster 2023-12-07T15:50:22.738417+0000 mgr.a (mgr.24293) 14434 : 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-07T15:50:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:23 smithi044 bash[32620]: audit 2023-12-07T15:50:23.222416+0000 mgr.a (mgr.24293) 14435 : audit 0 from='client.289110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:23 smithi027 bash[31536]: cluster 2023-12-07T15:50:22.738417+0000 mgr.a (mgr.24293) 14434 : 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-07T15:50:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:23 smithi027 bash[31536]: audit 2023-12-07T15:50:23.222416+0000 mgr.a (mgr.24293) 14435 : audit 0 from='client.289110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:25 smithi022 bash[28554]: audit 2023-12-07T15:50:24.525284+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:25 smithi022 bash[28554]: audit 2023-12-07T15:50:24.532012+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:25 smithi022 bash[28554]: audit 2023-12-07T15:50:24.533703+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:25 smithi022 bash[28554]: audit 2023-12-07T15:50:24.535424+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:25.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:25 smithi022 bash[28554]: audit 2023-12-07T15:50:24.544236+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:25 smithi022 bash[28554]: cluster 2023-12-07T15:50:24.739059+0000 mgr.a (mgr.24293) 14436 : 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-07T15:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:25 smithi044 bash[32620]: audit 2023-12-07T15:50:24.525284+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:25 smithi044 bash[32620]: audit 2023-12-07T15:50:24.532012+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:25 smithi044 bash[32620]: audit 2023-12-07T15:50:24.533703+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:25 smithi044 bash[32620]: audit 2023-12-07T15:50:24.535424+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:25 smithi044 bash[32620]: audit 2023-12-07T15:50:24.544236+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:25 smithi044 bash[32620]: cluster 2023-12-07T15:50:24.739059+0000 mgr.a (mgr.24293) 14436 : 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-07T15:50:25.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:25 smithi027 bash[31536]: audit 2023-12-07T15:50:24.525284+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:25 smithi027 bash[31536]: audit 2023-12-07T15:50:24.532012+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:25 smithi027 bash[31536]: audit 2023-12-07T15:50:24.533703+0000 mon.a (mon.0) 2444 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:25 smithi027 bash[31536]: audit 2023-12-07T15:50:24.535424+0000 mon.a (mon.0) 2445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:25 smithi027 bash[31536]: audit 2023-12-07T15:50:24.544236+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:50:25.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:25 smithi027 bash[31536]: cluster 2023-12-07T15:50:24.739059+0000 mgr.a (mgr.24293) 14436 : 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-07T15:50:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:27 smithi022 bash[28554]: cluster 2023-12-07T15:50:26.739976+0000 mgr.a (mgr.24293) 14437 : 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-07T15:50:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:27 smithi044 bash[32620]: cluster 2023-12-07T15:50:26.739976+0000 mgr.a (mgr.24293) 14437 : 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-07T15:50:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:27 smithi027 bash[31536]: cluster 2023-12-07T15:50:26.739976+0000 mgr.a (mgr.24293) 14437 : 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-07T15:50:28.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:28.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:28.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:29.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:29.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:29.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:29.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:29.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:29 smithi022 bash[28554]: cluster 2023-12-07T15:50:28.740527+0000 mgr.a (mgr.24293) 14438 : 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-07T15:50:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:29 smithi022 bash[28554]: audit 2023-12-07T15:50:29.198131+0000 mgr.a (mgr.24293) 14439 : audit 0 from='client.289185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:29 smithi044 bash[32620]: cluster 2023-12-07T15:50:28.740527+0000 mgr.a (mgr.24293) 14438 : 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-07T15:50:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:29 smithi044 bash[32620]: audit 2023-12-07T15:50:29.198131+0000 mgr.a (mgr.24293) 14439 : audit 0 from='client.289185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:29 smithi027 bash[31536]: cluster 2023-12-07T15:50:28.740527+0000 mgr.a (mgr.24293) 14438 : 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-07T15:50:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:29 smithi027 bash[31536]: audit 2023-12-07T15:50:29.198131+0000 mgr.a (mgr.24293) 14439 : audit 0 from='client.289185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:31 smithi022 bash[28554]: cluster 2023-12-07T15:50:30.741328+0000 mgr.a (mgr.24293) 14440 : 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-07T15:50:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:31 smithi044 bash[32620]: cluster 2023-12-07T15:50:30.741328+0000 mgr.a (mgr.24293) 14440 : 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-07T15:50:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:31 smithi027 bash[31536]: cluster 2023-12-07T15:50:30.741328+0000 mgr.a (mgr.24293) 14440 : 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-07T15:50:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:33 smithi044 bash[32620]: cluster 2023-12-07T15:50:32.741869+0000 mgr.a (mgr.24293) 14441 : 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-07T15:50:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:33 smithi022 bash[28554]: cluster 2023-12-07T15:50:32.741869+0000 mgr.a (mgr.24293) 14441 : 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-07T15:50:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:33 smithi027 bash[31536]: cluster 2023-12-07T15:50:32.741869+0000 mgr.a (mgr.24293) 14441 : 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-07T15:50:34.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:34.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:34.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:35.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:35.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:35.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:35.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:35.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:35 smithi022 bash[28554]: cluster 2023-12-07T15:50:34.742562+0000 mgr.a (mgr.24293) 14442 : 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-07T15:50:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:35 smithi022 bash[28554]: audit 2023-12-07T15:50:35.114237+0000 mgr.a (mgr.24293) 14443 : audit 0 from='client.289263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:35 smithi044 bash[32620]: cluster 2023-12-07T15:50:34.742562+0000 mgr.a (mgr.24293) 14442 : 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-07T15:50:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:35 smithi044 bash[32620]: audit 2023-12-07T15:50:35.114237+0000 mgr.a (mgr.24293) 14443 : audit 0 from='client.289263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:35 smithi027 bash[31536]: cluster 2023-12-07T15:50:34.742562+0000 mgr.a (mgr.24293) 14442 : 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-07T15:50:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:35 smithi027 bash[31536]: audit 2023-12-07T15:50:35.114237+0000 mgr.a (mgr.24293) 14443 : audit 0 from='client.289263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:37 smithi022 bash[28554]: cluster 2023-12-07T15:50:36.743630+0000 mgr.a (mgr.24293) 14444 : cluster 0 pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:50:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:37 smithi044 bash[32620]: cluster 2023-12-07T15:50:36.743630+0000 mgr.a (mgr.24293) 14444 : cluster 0 pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:50:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:37 smithi027 bash[31536]: cluster 2023-12-07T15:50:36.743630+0000 mgr.a (mgr.24293) 14444 : cluster 0 pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:50:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:39 smithi044 bash[32620]: cluster 2023-12-07T15:50:38.744192+0000 mgr.a (mgr.24293) 14445 : cluster 0 pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:50:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:39 smithi022 bash[28554]: cluster 2023-12-07T15:50:38.744192+0000 mgr.a (mgr.24293) 14445 : cluster 0 pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:50:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:39 smithi027 bash[31536]: cluster 2023-12-07T15:50:38.744192+0000 mgr.a (mgr.24293) 14445 : cluster 0 pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:50:40.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:40.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:40.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:41.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:41.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:41.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:41.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:41.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:41 smithi044 bash[32620]: cluster 2023-12-07T15:50:40.744870+0000 mgr.a (mgr.24293) 14446 : 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-07T15:50:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:41 smithi044 bash[32620]: audit 2023-12-07T15:50:41.074824+0000 mgr.a (mgr.24293) 14447 : audit 0 from='client.289341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:41 smithi022 bash[28554]: cluster 2023-12-07T15:50:40.744870+0000 mgr.a (mgr.24293) 14446 : 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-07T15:50:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:41 smithi022 bash[28554]: audit 2023-12-07T15:50:41.074824+0000 mgr.a (mgr.24293) 14447 : audit 0 from='client.289341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:41 smithi027 bash[31536]: cluster 2023-12-07T15:50:40.744870+0000 mgr.a (mgr.24293) 14446 : 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-07T15:50:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:41 smithi027 bash[31536]: audit 2023-12-07T15:50:41.074824+0000 mgr.a (mgr.24293) 14447 : audit 0 from='client.289341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:43 smithi022 bash[28554]: cluster 2023-12-07T15:50:42.745743+0000 mgr.a (mgr.24293) 14448 : 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-07T15:50:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:43 smithi044 bash[32620]: cluster 2023-12-07T15:50:42.745743+0000 mgr.a (mgr.24293) 14448 : 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-07T15:50:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:43 smithi027 bash[31536]: cluster 2023-12-07T15:50:42.745743+0000 mgr.a (mgr.24293) 14448 : 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-07T15:50:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:45 smithi022 bash[28554]: cluster 2023-12-07T15:50:44.746391+0000 mgr.a (mgr.24293) 14449 : 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-07T15:50:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:45 smithi044 bash[32620]: cluster 2023-12-07T15:50:44.746391+0000 mgr.a (mgr.24293) 14449 : 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-07T15:50:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:45 smithi027 bash[31536]: cluster 2023-12-07T15:50:44.746391+0000 mgr.a (mgr.24293) 14449 : 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-07T15:50:46.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:46.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:46.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:47.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:47.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:47.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:47.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:47.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:47 smithi044 bash[32620]: cluster 2023-12-07T15:50:46.746909+0000 mgr.a (mgr.24293) 14450 : 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-07T15:50:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:47 smithi044 bash[32620]: audit 2023-12-07T15:50:47.022310+0000 mgr.a (mgr.24293) 14451 : audit 0 from='client.289416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:47 smithi022 bash[28554]: cluster 2023-12-07T15:50:46.746909+0000 mgr.a (mgr.24293) 14450 : 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-07T15:50:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:47 smithi022 bash[28554]: audit 2023-12-07T15:50:47.022310+0000 mgr.a (mgr.24293) 14451 : audit 0 from='client.289416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:47 smithi027 bash[31536]: cluster 2023-12-07T15:50:46.746909+0000 mgr.a (mgr.24293) 14450 : 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-07T15:50:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:47 smithi027 bash[31536]: audit 2023-12-07T15:50:47.022310+0000 mgr.a (mgr.24293) 14451 : audit 0 from='client.289416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:49 smithi044 bash[32620]: cluster 2023-12-07T15:50:48.747623+0000 mgr.a (mgr.24293) 14452 : cluster 0 pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:49 smithi022 bash[28554]: cluster 2023-12-07T15:50:48.747623+0000 mgr.a (mgr.24293) 14452 : cluster 0 pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:49 smithi027 bash[31536]: cluster 2023-12-07T15:50:48.747623+0000 mgr.a (mgr.24293) 14452 : cluster 0 pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:51 smithi044 bash[32620]: cluster 2023-12-07T15:50:50.748389+0000 mgr.a (mgr.24293) 14453 : cluster 0 pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:50:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:51 smithi022 bash[28554]: cluster 2023-12-07T15:50:50.748389+0000 mgr.a (mgr.24293) 14453 : cluster 0 pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:50:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:51 smithi027 bash[31536]: cluster 2023-12-07T15:50:50.748389+0000 mgr.a (mgr.24293) 14453 : cluster 0 pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:50:52.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:52.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:52.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:53.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:53.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:53.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:53.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:53.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:50:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:53 smithi044 bash[32620]: cluster 2023-12-07T15:50:52.748818+0000 mgr.a (mgr.24293) 14454 : 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-07T15:50:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:53 smithi044 bash[32620]: audit 2023-12-07T15:50:52.983802+0000 mgr.a (mgr.24293) 14455 : audit 0 from='client.289491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:53 smithi022 bash[28554]: cluster 2023-12-07T15:50:52.748818+0000 mgr.a (mgr.24293) 14454 : 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-07T15:50:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:53 smithi022 bash[28554]: audit 2023-12-07T15:50:52.983802+0000 mgr.a (mgr.24293) 14455 : audit 0 from='client.289491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:53 smithi027 bash[31536]: cluster 2023-12-07T15:50:52.748818+0000 mgr.a (mgr.24293) 14454 : 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-07T15:50:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:53 smithi027 bash[31536]: audit 2023-12-07T15:50:52.983802+0000 mgr.a (mgr.24293) 14455 : audit 0 from='client.289491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:55 smithi044 bash[32620]: cluster 2023-12-07T15:50:54.749514+0000 mgr.a (mgr.24293) 14456 : 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-07T15:50:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:55 smithi022 bash[28554]: cluster 2023-12-07T15:50:54.749514+0000 mgr.a (mgr.24293) 14456 : 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-07T15:50:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:55 smithi027 bash[31536]: cluster 2023-12-07T15:50:54.749514+0000 mgr.a (mgr.24293) 14456 : 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-07T15:50:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:57 smithi022 bash[28554]: cluster 2023-12-07T15:50:56.750510+0000 mgr.a (mgr.24293) 14457 : 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-07T15:50:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:57 smithi044 bash[32620]: cluster 2023-12-07T15:50:56.750510+0000 mgr.a (mgr.24293) 14457 : 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-07T15:50:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:57 smithi027 bash[31536]: cluster 2023-12-07T15:50:56.750510+0000 mgr.a (mgr.24293) 14457 : 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-07T15:50:58.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:50:58.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:58.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:59.466 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:50:59.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:59.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:59.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:59.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:59 smithi044 bash[32620]: cluster 2023-12-07T15:50:58.750959+0000 mgr.a (mgr.24293) 14458 : 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-07T15:51:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:50:59 smithi044 bash[32620]: audit 2023-12-07T15:50:58.919874+0000 mgr.a (mgr.24293) 14459 : audit 0 from='client.289566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:59 smithi022 bash[28554]: cluster 2023-12-07T15:50:58.750959+0000 mgr.a (mgr.24293) 14458 : 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-07T15:51:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:50:59 smithi022 bash[28554]: audit 2023-12-07T15:50:58.919874+0000 mgr.a (mgr.24293) 14459 : audit 0 from='client.289566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:59 smithi027 bash[31536]: cluster 2023-12-07T15:50:58.750959+0000 mgr.a (mgr.24293) 14458 : 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-07T15:51:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:50:59 smithi027 bash[31536]: audit 2023-12-07T15:50:58.919874+0000 mgr.a (mgr.24293) 14459 : audit 0 from='client.289566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:01 smithi044 bash[32620]: cluster 2023-12-07T15:51:00.752025+0000 mgr.a (mgr.24293) 14460 : 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-07T15:51:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:01 smithi022 bash[28554]: cluster 2023-12-07T15:51:00.752025+0000 mgr.a (mgr.24293) 14460 : 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-07T15:51:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:01 smithi027 bash[31536]: cluster 2023-12-07T15:51:00.752025+0000 mgr.a (mgr.24293) 14460 : 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-07T15:51:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:03 smithi044 bash[32620]: cluster 2023-12-07T15:51:02.752614+0000 mgr.a (mgr.24293) 14461 : 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-07T15:51:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:03 smithi022 bash[28554]: cluster 2023-12-07T15:51:02.752614+0000 mgr.a (mgr.24293) 14461 : 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-07T15:51:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:03 smithi027 bash[31536]: cluster 2023-12-07T15:51:02.752614+0000 mgr.a (mgr.24293) 14461 : 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-07T15:51:04.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:04.469 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:04.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:05.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:05.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:05.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:05.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:05.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:05 smithi022 bash[28554]: cluster 2023-12-07T15:51:04.753168+0000 mgr.a (mgr.24293) 14462 : 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-07T15:51:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:05 smithi022 bash[28554]: audit 2023-12-07T15:51:04.884165+0000 mgr.a (mgr.24293) 14463 : audit 0 from='client.289644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:05 smithi044 bash[32620]: cluster 2023-12-07T15:51:04.753168+0000 mgr.a (mgr.24293) 14462 : 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-07T15:51:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:05 smithi044 bash[32620]: audit 2023-12-07T15:51:04.884165+0000 mgr.a (mgr.24293) 14463 : audit 0 from='client.289644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:05 smithi027 bash[31536]: cluster 2023-12-07T15:51:04.753168+0000 mgr.a (mgr.24293) 14462 : 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-07T15:51:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:05 smithi027 bash[31536]: audit 2023-12-07T15:51:04.884165+0000 mgr.a (mgr.24293) 14463 : audit 0 from='client.289644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:07 smithi044 bash[32620]: cluster 2023-12-07T15:51:06.754122+0000 mgr.a (mgr.24293) 14464 : cluster 0 pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:07 smithi022 bash[28554]: cluster 2023-12-07T15:51:06.754122+0000 mgr.a (mgr.24293) 14464 : cluster 0 pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:07 smithi027 bash[31536]: cluster 2023-12-07T15:51:06.754122+0000 mgr.a (mgr.24293) 14464 : cluster 0 pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:09 smithi044 bash[32620]: cluster 2023-12-07T15:51:08.754707+0000 mgr.a (mgr.24293) 14465 : cluster 0 pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:51:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:09 smithi022 bash[28554]: cluster 2023-12-07T15:51:08.754707+0000 mgr.a (mgr.24293) 14465 : cluster 0 pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:51:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:09 smithi027 bash[31536]: cluster 2023-12-07T15:51:08.754707+0000 mgr.a (mgr.24293) 14465 : cluster 0 pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:51:10.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:10.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:10.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:11.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:11.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:11.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:11.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:11.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:11 smithi044 bash[32620]: cluster 2023-12-07T15:51:10.755455+0000 mgr.a (mgr.24293) 14466 : 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-07T15:51:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:11 smithi044 bash[32620]: audit 2023-12-07T15:51:10.856336+0000 mgr.a (mgr.24293) 14467 : audit 0 from='client.289722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:11 smithi022 bash[28554]: cluster 2023-12-07T15:51:10.755455+0000 mgr.a (mgr.24293) 14466 : 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-07T15:51:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:11 smithi022 bash[28554]: audit 2023-12-07T15:51:10.856336+0000 mgr.a (mgr.24293) 14467 : audit 0 from='client.289722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:11 smithi027 bash[31536]: cluster 2023-12-07T15:51:10.755455+0000 mgr.a (mgr.24293) 14466 : 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-07T15:51:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:11 smithi027 bash[31536]: audit 2023-12-07T15:51:10.856336+0000 mgr.a (mgr.24293) 14467 : audit 0 from='client.289722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:13 smithi044 bash[32620]: cluster 2023-12-07T15:51:12.756225+0000 mgr.a (mgr.24293) 14468 : cluster 0 pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:13 smithi022 bash[28554]: cluster 2023-12-07T15:51:12.756225+0000 mgr.a (mgr.24293) 14468 : cluster 0 pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:13 smithi027 bash[31536]: cluster 2023-12-07T15:51:12.756225+0000 mgr.a (mgr.24293) 14468 : cluster 0 pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:15 smithi044 bash[32620]: cluster 2023-12-07T15:51:14.756844+0000 mgr.a (mgr.24293) 14469 : cluster 0 pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:15 smithi022 bash[28554]: cluster 2023-12-07T15:51:14.756844+0000 mgr.a (mgr.24293) 14469 : cluster 0 pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:15 smithi027 bash[31536]: cluster 2023-12-07T15:51:14.756844+0000 mgr.a (mgr.24293) 14469 : cluster 0 pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:16.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:16.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:16.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:17.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:17.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:17.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:17.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:17.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:17 smithi044 bash[32620]: cluster 2023-12-07T15:51:16.757411+0000 mgr.a (mgr.24293) 14470 : 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-07T15:51:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:17 smithi044 bash[32620]: audit 2023-12-07T15:51:16.783604+0000 mgr.a (mgr.24293) 14471 : audit 0 from='client.289797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:17 smithi022 bash[28554]: cluster 2023-12-07T15:51:16.757411+0000 mgr.a (mgr.24293) 14470 : 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-07T15:51:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:17 smithi022 bash[28554]: audit 2023-12-07T15:51:16.783604+0000 mgr.a (mgr.24293) 14471 : audit 0 from='client.289797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:17 smithi027 bash[31536]: cluster 2023-12-07T15:51:16.757411+0000 mgr.a (mgr.24293) 14470 : 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-07T15:51:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:17 smithi027 bash[31536]: audit 2023-12-07T15:51:16.783604+0000 mgr.a (mgr.24293) 14471 : audit 0 from='client.289797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:19 smithi044 bash[32620]: cluster 2023-12-07T15:51:18.758135+0000 mgr.a (mgr.24293) 14472 : cluster 0 pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:19 smithi022 bash[28554]: cluster 2023-12-07T15:51:18.758135+0000 mgr.a (mgr.24293) 14472 : cluster 0 pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:19 smithi027 bash[31536]: cluster 2023-12-07T15:51:18.758135+0000 mgr.a (mgr.24293) 14472 : cluster 0 pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:21 smithi044 bash[32620]: cluster 2023-12-07T15:51:20.758964+0000 mgr.a (mgr.24293) 14473 : cluster 0 pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:21 smithi022 bash[28554]: cluster 2023-12-07T15:51:20.758964+0000 mgr.a (mgr.24293) 14473 : cluster 0 pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:21 smithi027 bash[31536]: cluster 2023-12-07T15:51:20.758964+0000 mgr.a (mgr.24293) 14473 : cluster 0 pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:22.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:22.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:22.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:23.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:23.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:23.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:23.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:23.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:23 smithi022 bash[28554]: audit 2023-12-07T15:51:22.743990+0000 mgr.a (mgr.24293) 14474 : audit 0 from='client.289872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:23 smithi022 bash[28554]: cluster 2023-12-07T15:51:22.760084+0000 mgr.a (mgr.24293) 14475 : 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-07T15:51:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:23 smithi044 bash[32620]: audit 2023-12-07T15:51:22.743990+0000 mgr.a (mgr.24293) 14474 : audit 0 from='client.289872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:23 smithi044 bash[32620]: cluster 2023-12-07T15:51:22.760084+0000 mgr.a (mgr.24293) 14475 : 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-07T15:51:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:23 smithi027 bash[31536]: audit 2023-12-07T15:51:22.743990+0000 mgr.a (mgr.24293) 14474 : audit 0 from='client.289872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:23 smithi027 bash[31536]: cluster 2023-12-07T15:51:22.760084+0000 mgr.a (mgr.24293) 14475 : 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-07T15:51:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:24 smithi044 bash[32620]: audit 2023-12-07T15:51:24.648408+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:24 smithi022 bash[28554]: audit 2023-12-07T15:51:24.648408+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:25.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:24 smithi027 bash[31536]: audit 2023-12-07T15:51:24.648408+0000 mon.a (mon.0) 2447 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:25 smithi044 bash[32620]: cluster 2023-12-07T15:51:24.760813+0000 mgr.a (mgr.24293) 14476 : 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-07T15:51:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:25 smithi022 bash[28554]: cluster 2023-12-07T15:51:24.760813+0000 mgr.a (mgr.24293) 14476 : 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-07T15:51:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:25 smithi027 bash[31536]: cluster 2023-12-07T15:51:24.760813+0000 mgr.a (mgr.24293) 14476 : 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-07T15:51:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:27 smithi044 bash[32620]: cluster 2023-12-07T15:51:26.761626+0000 mgr.a (mgr.24293) 14477 : 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-07T15:51:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:27 smithi022 bash[28554]: cluster 2023-12-07T15:51:26.761626+0000 mgr.a (mgr.24293) 14477 : 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-07T15:51:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:27 smithi027 bash[31536]: cluster 2023-12-07T15:51:26.761626+0000 mgr.a (mgr.24293) 14477 : 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-07T15:51:28.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:28.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:28.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:29.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:29.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:29.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:29.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:29.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:29 smithi044 bash[32620]: audit 2023-12-07T15:51:28.682029+0000 mgr.a (mgr.24293) 14478 : audit 0 from='client.289938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:29 smithi044 bash[32620]: cluster 2023-12-07T15:51:28.762514+0000 mgr.a (mgr.24293) 14479 : 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-07T15:51:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:29 smithi022 bash[28554]: audit 2023-12-07T15:51:28.682029+0000 mgr.a (mgr.24293) 14478 : audit 0 from='client.289938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:29 smithi022 bash[28554]: cluster 2023-12-07T15:51:28.762514+0000 mgr.a (mgr.24293) 14479 : 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-07T15:51:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:29 smithi027 bash[31536]: audit 2023-12-07T15:51:28.682029+0000 mgr.a (mgr.24293) 14478 : audit 0 from='client.289938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:29 smithi027 bash[31536]: cluster 2023-12-07T15:51:28.762514+0000 mgr.a (mgr.24293) 14479 : 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-07T15:51:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:31 smithi022 bash[28554]: cluster 2023-12-07T15:51:30.763432+0000 mgr.a (mgr.24293) 14480 : 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-07T15:51:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:31 smithi044 bash[32620]: cluster 2023-12-07T15:51:30.763432+0000 mgr.a (mgr.24293) 14480 : 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-07T15:51:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:31 smithi027 bash[31536]: cluster 2023-12-07T15:51:30.763432+0000 mgr.a (mgr.24293) 14480 : 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-07T15:51:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:33 smithi044 bash[32620]: cluster 2023-12-07T15:51:32.764013+0000 mgr.a (mgr.24293) 14481 : 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-07T15:51:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:33 smithi022 bash[28554]: cluster 2023-12-07T15:51:32.764013+0000 mgr.a (mgr.24293) 14481 : 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-07T15:51:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:33 smithi027 bash[31536]: cluster 2023-12-07T15:51:32.764013+0000 mgr.a (mgr.24293) 14481 : 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-07T15:51:34.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:34.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:34.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:35.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:35.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:35.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:35.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:35.169 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: audit 2023-12-07T15:51:34.637672+0000 mgr.a (mgr.24293) 14482 : audit 0 from='client.290016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: cluster 2023-12-07T15:51:34.764735+0000 mgr.a (mgr.24293) 14483 : 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-07T15:51:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: audit 2023-12-07T15:51:35.593117+0000 mon.a (mon.0) 2448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: audit 2023-12-07T15:51:35.599907+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: audit 2023-12-07T15:51:35.601485+0000 mon.a (mon.0) 2450 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: audit 2023-12-07T15:51:35.603469+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:35 smithi044 bash[32620]: audit 2023-12-07T15:51:35.611500+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: audit 2023-12-07T15:51:34.637672+0000 mgr.a (mgr.24293) 14482 : audit 0 from='client.290016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: cluster 2023-12-07T15:51:34.764735+0000 mgr.a (mgr.24293) 14483 : 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-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: audit 2023-12-07T15:51:35.593117+0000 mon.a (mon.0) 2448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: audit 2023-12-07T15:51:35.599907+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: audit 2023-12-07T15:51:35.601485+0000 mon.a (mon.0) 2450 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: audit 2023-12-07T15:51:35.603469+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:35 smithi022 bash[28554]: audit 2023-12-07T15:51:35.611500+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: audit 2023-12-07T15:51:34.637672+0000 mgr.a (mgr.24293) 14482 : audit 0 from='client.290016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: cluster 2023-12-07T15:51:34.764735+0000 mgr.a (mgr.24293) 14483 : 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-07T15:51:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: audit 2023-12-07T15:51:35.593117+0000 mon.a (mon.0) 2448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: audit 2023-12-07T15:51:35.599907+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: audit 2023-12-07T15:51:35.601485+0000 mon.a (mon.0) 2450 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: audit 2023-12-07T15:51:35.603469+0000 mon.a (mon.0) 2451 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:35 smithi027 bash[31536]: audit 2023-12-07T15:51:35.611500+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:51:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:37 smithi044 bash[32620]: cluster 2023-12-07T15:51:36.765650+0000 mgr.a (mgr.24293) 14484 : 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-07T15:51:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:37 smithi022 bash[28554]: cluster 2023-12-07T15:51:36.765650+0000 mgr.a (mgr.24293) 14484 : 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-07T15:51:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:37 smithi027 bash[31536]: cluster 2023-12-07T15:51:36.765650+0000 mgr.a (mgr.24293) 14484 : 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-07T15:51:40.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:40.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:40.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:39 smithi022 bash[28554]: cluster 2023-12-07T15:51:38.766261+0000 mgr.a (mgr.24293) 14485 : 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-07T15:51:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:39 smithi044 bash[32620]: cluster 2023-12-07T15:51:38.766261+0000 mgr.a (mgr.24293) 14485 : 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-07T15:51:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:39 smithi027 bash[31536]: cluster 2023-12-07T15:51:38.766261+0000 mgr.a (mgr.24293) 14485 : 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-07T15:51:41.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:41.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:41.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:41.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:41.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:41 smithi044 bash[32620]: audit 2023-12-07T15:51:40.583704+0000 mgr.a (mgr.24293) 14486 : audit 0 from='client.290094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:41 smithi044 bash[32620]: cluster 2023-12-07T15:51:40.767659+0000 mgr.a (mgr.24293) 14487 : cluster 0 pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:41 smithi022 bash[28554]: audit 2023-12-07T15:51:40.583704+0000 mgr.a (mgr.24293) 14486 : audit 0 from='client.290094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:41 smithi022 bash[28554]: cluster 2023-12-07T15:51:40.767659+0000 mgr.a (mgr.24293) 14487 : cluster 0 pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:41 smithi027 bash[31536]: audit 2023-12-07T15:51:40.583704+0000 mgr.a (mgr.24293) 14486 : audit 0 from='client.290094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:41 smithi027 bash[31536]: cluster 2023-12-07T15:51:40.767659+0000 mgr.a (mgr.24293) 14487 : cluster 0 pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:43 smithi044 bash[32620]: cluster 2023-12-07T15:51:42.768393+0000 mgr.a (mgr.24293) 14488 : cluster 0 pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:43 smithi022 bash[28554]: cluster 2023-12-07T15:51:42.768393+0000 mgr.a (mgr.24293) 14488 : cluster 0 pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:43 smithi027 bash[31536]: cluster 2023-12-07T15:51:42.768393+0000 mgr.a (mgr.24293) 14488 : cluster 0 pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:46.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:46.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:46.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:45 smithi044 bash[32620]: cluster 2023-12-07T15:51:44.769055+0000 mgr.a (mgr.24293) 14489 : cluster 0 pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:45 smithi022 bash[28554]: cluster 2023-12-07T15:51:44.769055+0000 mgr.a (mgr.24293) 14489 : cluster 0 pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:45 smithi027 bash[31536]: cluster 2023-12-07T15:51:44.769055+0000 mgr.a (mgr.24293) 14489 : cluster 0 pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:47.045 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:47.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:47.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:47.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:47.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:47 smithi022 bash[28554]: audit 2023-12-07T15:51:46.520137+0000 mgr.a (mgr.24293) 14490 : audit 0 from='client.290166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:47 smithi022 bash[28554]: cluster 2023-12-07T15:51:46.770302+0000 mgr.a (mgr.24293) 14491 : 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-07T15:51:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:47 smithi044 bash[32620]: audit 2023-12-07T15:51:46.520137+0000 mgr.a (mgr.24293) 14490 : audit 0 from='client.290166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:47 smithi044 bash[32620]: cluster 2023-12-07T15:51:46.770302+0000 mgr.a (mgr.24293) 14491 : 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-07T15:51:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:47 smithi027 bash[31536]: audit 2023-12-07T15:51:46.520137+0000 mgr.a (mgr.24293) 14490 : audit 0 from='client.290166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:47 smithi027 bash[31536]: cluster 2023-12-07T15:51:46.770302+0000 mgr.a (mgr.24293) 14491 : 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-07T15:51:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:49 smithi044 bash[32620]: cluster 2023-12-07T15:51:48.770960+0000 mgr.a (mgr.24293) 14492 : 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-07T15:51:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:49 smithi022 bash[28554]: cluster 2023-12-07T15:51:48.770960+0000 mgr.a (mgr.24293) 14492 : 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-07T15:51:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:49 smithi027 bash[31536]: cluster 2023-12-07T15:51:48.770960+0000 mgr.a (mgr.24293) 14492 : 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-07T15:51:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:51 smithi044 bash[32620]: cluster 2023-12-07T15:51:50.771773+0000 mgr.a (mgr.24293) 14493 : 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-07T15:51:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:51 smithi022 bash[28554]: cluster 2023-12-07T15:51:50.771773+0000 mgr.a (mgr.24293) 14493 : 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-07T15:51:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:51 smithi027 bash[31536]: cluster 2023-12-07T15:51:50.771773+0000 mgr.a (mgr.24293) 14493 : 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-07T15:51:52.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:52.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:52.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:52.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:52.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:52.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:52.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:52.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:51:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:53 smithi044 bash[32620]: audit 2023-12-07T15:51:52.458221+0000 mgr.a (mgr.24293) 14494 : audit 0 from='client.290241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:53 smithi044 bash[32620]: cluster 2023-12-07T15:51:52.772518+0000 mgr.a (mgr.24293) 14495 : cluster 0 pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:53 smithi022 bash[28554]: audit 2023-12-07T15:51:52.458221+0000 mgr.a (mgr.24293) 14494 : audit 0 from='client.290241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:53 smithi022 bash[28554]: cluster 2023-12-07T15:51:52.772518+0000 mgr.a (mgr.24293) 14495 : cluster 0 pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:53 smithi027 bash[31536]: audit 2023-12-07T15:51:52.458221+0000 mgr.a (mgr.24293) 14494 : audit 0 from='client.290241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:53 smithi027 bash[31536]: cluster 2023-12-07T15:51:52.772518+0000 mgr.a (mgr.24293) 14495 : cluster 0 pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:55 smithi022 bash[28554]: cluster 2023-12-07T15:51:54.773378+0000 mgr.a (mgr.24293) 14496 : cluster 0 pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:55 smithi044 bash[32620]: cluster 2023-12-07T15:51:54.773378+0000 mgr.a (mgr.24293) 14496 : cluster 0 pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:55 smithi027 bash[31536]: cluster 2023-12-07T15:51:54.773378+0000 mgr.a (mgr.24293) 14496 : cluster 0 pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:57.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:51:57.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:57.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:57 smithi022 bash[28554]: cluster 2023-12-07T15:51:56.774452+0000 mgr.a (mgr.24293) 14497 : cluster 0 pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:51:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:57 smithi044 bash[32620]: cluster 2023-12-07T15:51:56.774452+0000 mgr.a (mgr.24293) 14497 : cluster 0 pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:51:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:57 smithi027 bash[31536]: cluster 2023-12-07T15:51:56.774452+0000 mgr.a (mgr.24293) 14497 : cluster 0 pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:51:58.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:51:58.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:58.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:58.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:58.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:59 smithi044 bash[32620]: audit 2023-12-07T15:51:58.397067+0000 mgr.a (mgr.24293) 14498 : audit 0 from='client.290316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:51:59 smithi044 bash[32620]: cluster 2023-12-07T15:51:58.776017+0000 mgr.a (mgr.24293) 14499 : 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-07T15:52:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:59 smithi022 bash[28554]: audit 2023-12-07T15:51:58.397067+0000 mgr.a (mgr.24293) 14498 : audit 0 from='client.290316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:51:59 smithi022 bash[28554]: cluster 2023-12-07T15:51:58.776017+0000 mgr.a (mgr.24293) 14499 : 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-07T15:52:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:59 smithi027 bash[31536]: audit 2023-12-07T15:51:58.397067+0000 mgr.a (mgr.24293) 14498 : audit 0 from='client.290316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:51:59 smithi027 bash[31536]: cluster 2023-12-07T15:51:58.776017+0000 mgr.a (mgr.24293) 14499 : 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-07T15:52:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:01 smithi022 bash[28554]: cluster 2023-12-07T15:52:00.776944+0000 mgr.a (mgr.24293) 14500 : 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-07T15:52:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:01 smithi044 bash[32620]: cluster 2023-12-07T15:52:00.776944+0000 mgr.a (mgr.24293) 14500 : 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-07T15:52:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:01 smithi027 bash[31536]: cluster 2023-12-07T15:52:00.776944+0000 mgr.a (mgr.24293) 14500 : 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-07T15:52:03.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:03.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:03.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:03 smithi022 bash[28554]: cluster 2023-12-07T15:52:02.777506+0000 mgr.a (mgr.24293) 14501 : 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-07T15:52:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:03 smithi044 bash[32620]: cluster 2023-12-07T15:52:02.777506+0000 mgr.a (mgr.24293) 14501 : 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-07T15:52:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:03 smithi027 bash[31536]: cluster 2023-12-07T15:52:02.777506+0000 mgr.a (mgr.24293) 14501 : 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-07T15:52:04.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:04.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:04.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:04.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:04.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:04 smithi044 bash[32620]: audit 2023-12-07T15:52:04.318496+0000 mgr.a (mgr.24293) 14502 : audit 0 from='client.290391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:04 smithi022 bash[28554]: audit 2023-12-07T15:52:04.318496+0000 mgr.a (mgr.24293) 14502 : audit 0 from='client.290391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:05.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:04 smithi027 bash[31536]: audit 2023-12-07T15:52:04.318496+0000 mgr.a (mgr.24293) 14502 : audit 0 from='client.290391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:05 smithi022 bash[28554]: cluster 2023-12-07T15:52:04.778168+0000 mgr.a (mgr.24293) 14503 : 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-07T15:52:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:05 smithi044 bash[32620]: cluster 2023-12-07T15:52:04.778168+0000 mgr.a (mgr.24293) 14503 : 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-07T15:52:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:05 smithi027 bash[31536]: cluster 2023-12-07T15:52:04.778168+0000 mgr.a (mgr.24293) 14503 : 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-07T15:52:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:07 smithi044 bash[32620]: cluster 2023-12-07T15:52:06.778999+0000 mgr.a (mgr.24293) 14504 : 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-07T15:52:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:07 smithi022 bash[28554]: cluster 2023-12-07T15:52:06.778999+0000 mgr.a (mgr.24293) 14504 : 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-07T15:52:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:07 smithi027 bash[31536]: cluster 2023-12-07T15:52:06.778999+0000 mgr.a (mgr.24293) 14504 : 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-07T15:52:09.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:09.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:09.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:09 smithi044 bash[32620]: cluster 2023-12-07T15:52:08.779587+0000 mgr.a (mgr.24293) 14505 : 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-07T15:52:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:09 smithi022 bash[28554]: cluster 2023-12-07T15:52:08.779587+0000 mgr.a (mgr.24293) 14505 : 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-07T15:52:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:09 smithi027 bash[31536]: cluster 2023-12-07T15:52:08.779587+0000 mgr.a (mgr.24293) 14505 : 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-07T15:52:10.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:10.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:10.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:10.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:10.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:10 smithi044 bash[32620]: audit 2023-12-07T15:52:10.264055+0000 mgr.a (mgr.24293) 14506 : audit 0 from='client.290469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:10 smithi022 bash[28554]: audit 2023-12-07T15:52:10.264055+0000 mgr.a (mgr.24293) 14506 : audit 0 from='client.290469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:11.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:10 smithi027 bash[31536]: audit 2023-12-07T15:52:10.264055+0000 mgr.a (mgr.24293) 14506 : audit 0 from='client.290469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:11 smithi044 bash[32620]: cluster 2023-12-07T15:52:10.780423+0000 mgr.a (mgr.24293) 14507 : cluster 0 pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:11 smithi022 bash[28554]: cluster 2023-12-07T15:52:10.780423+0000 mgr.a (mgr.24293) 14507 : cluster 0 pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:11 smithi027 bash[31536]: cluster 2023-12-07T15:52:10.780423+0000 mgr.a (mgr.24293) 14507 : cluster 0 pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:13 smithi022 bash[28554]: cluster 2023-12-07T15:52:12.781043+0000 mgr.a (mgr.24293) 14508 : cluster 0 pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:13 smithi044 bash[32620]: cluster 2023-12-07T15:52:12.781043+0000 mgr.a (mgr.24293) 14508 : cluster 0 pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:13 smithi027 bash[31536]: cluster 2023-12-07T15:52:12.781043+0000 mgr.a (mgr.24293) 14508 : cluster 0 pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:15.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:15.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:15.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:15 smithi022 bash[28554]: cluster 2023-12-07T15:52:14.781592+0000 mgr.a (mgr.24293) 14509 : cluster 0 pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:15 smithi044 bash[32620]: cluster 2023-12-07T15:52:14.781592+0000 mgr.a (mgr.24293) 14509 : cluster 0 pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:15 smithi027 bash[31536]: cluster 2023-12-07T15:52:14.781592+0000 mgr.a (mgr.24293) 14509 : cluster 0 pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:16.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:16.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:16.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:16.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:16.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:16 smithi022 bash[28554]: audit 2023-12-07T15:52:16.199318+0000 mgr.a (mgr.24293) 14510 : audit 0 from='client.290544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:16 smithi044 bash[32620]: audit 2023-12-07T15:52:16.199318+0000 mgr.a (mgr.24293) 14510 : audit 0 from='client.290544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:17.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:16 smithi027 bash[31536]: audit 2023-12-07T15:52:16.199318+0000 mgr.a (mgr.24293) 14510 : audit 0 from='client.290544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:17 smithi022 bash[28554]: cluster 2023-12-07T15:52:16.782716+0000 mgr.a (mgr.24293) 14511 : 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-07T15:52:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:17 smithi044 bash[32620]: cluster 2023-12-07T15:52:16.782716+0000 mgr.a (mgr.24293) 14511 : 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-07T15:52:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:17 smithi027 bash[31536]: cluster 2023-12-07T15:52:16.782716+0000 mgr.a (mgr.24293) 14511 : 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-07T15:52:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:19 smithi022 bash[28554]: cluster 2023-12-07T15:52:18.783367+0000 mgr.a (mgr.24293) 14512 : 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-07T15:52:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:19 smithi044 bash[32620]: cluster 2023-12-07T15:52:18.783367+0000 mgr.a (mgr.24293) 14512 : 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-07T15:52:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:19 smithi027 bash[31536]: cluster 2023-12-07T15:52:18.783367+0000 mgr.a (mgr.24293) 14512 : 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-07T15:52:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:21 smithi044 bash[32620]: cluster 2023-12-07T15:52:20.784140+0000 mgr.a (mgr.24293) 14513 : 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-07T15:52:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:21 smithi022 bash[28554]: cluster 2023-12-07T15:52:20.784140+0000 mgr.a (mgr.24293) 14513 : 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-07T15:52:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:21 smithi027 bash[31536]: cluster 2023-12-07T15:52:20.784140+0000 mgr.a (mgr.24293) 14513 : 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-07T15:52:21.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:21.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:21.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:22.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:22.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:22.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:22.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:22.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:22 smithi022 bash[28554]: audit 2023-12-07T15:52:22.136889+0000 mgr.a (mgr.24293) 14514 : audit 0 from='client.290613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:22 smithi044 bash[32620]: audit 2023-12-07T15:52:22.136889+0000 mgr.a (mgr.24293) 14514 : audit 0 from='client.290613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:22 smithi027 bash[31536]: audit 2023-12-07T15:52:22.136889+0000 mgr.a (mgr.24293) 14514 : audit 0 from='client.290613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:23 smithi022 bash[28554]: cluster 2023-12-07T15:52:22.784931+0000 mgr.a (mgr.24293) 14515 : cluster 0 pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:23 smithi044 bash[32620]: cluster 2023-12-07T15:52:22.784931+0000 mgr.a (mgr.24293) 14515 : cluster 0 pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:23.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:23 smithi027 bash[31536]: cluster 2023-12-07T15:52:22.784931+0000 mgr.a (mgr.24293) 14515 : cluster 0 pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:25 smithi044 bash[32620]: cluster 2023-12-07T15:52:24.785578+0000 mgr.a (mgr.24293) 14516 : cluster 0 pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:25 smithi022 bash[28554]: cluster 2023-12-07T15:52:24.785578+0000 mgr.a (mgr.24293) 14516 : cluster 0 pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:25 smithi027 bash[31536]: cluster 2023-12-07T15:52:24.785578+0000 mgr.a (mgr.24293) 14516 : cluster 0 pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:27.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:27.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:27.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:27 smithi044 bash[32620]: cluster 2023-12-07T15:52:26.786333+0000 mgr.a (mgr.24293) 14517 : cluster 0 pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:27 smithi022 bash[28554]: cluster 2023-12-07T15:52:26.786333+0000 mgr.a (mgr.24293) 14517 : cluster 0 pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:27 smithi027 bash[31536]: cluster 2023-12-07T15:52:26.786333+0000 mgr.a (mgr.24293) 14517 : cluster 0 pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:28.556 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:28.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:28.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:28.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:28.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:28 smithi022 bash[28554]: audit 2023-12-07T15:52:28.067264+0000 mgr.a (mgr.24293) 14518 : audit 0 from='client.290691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:28 smithi044 bash[32620]: audit 2023-12-07T15:52:28.067264+0000 mgr.a (mgr.24293) 14518 : audit 0 from='client.290691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:28 smithi027 bash[31536]: audit 2023-12-07T15:52:28.067264+0000 mgr.a (mgr.24293) 14518 : audit 0 from='client.290691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:29 smithi044 bash[32620]: cluster 2023-12-07T15:52:28.787104+0000 mgr.a (mgr.24293) 14519 : 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-07T15:52:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:29 smithi022 bash[28554]: cluster 2023-12-07T15:52:28.787104+0000 mgr.a (mgr.24293) 14519 : 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-07T15:52:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:29 smithi027 bash[31536]: cluster 2023-12-07T15:52:28.787104+0000 mgr.a (mgr.24293) 14519 : 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-07T15:52:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:31 smithi044 bash[32620]: cluster 2023-12-07T15:52:30.787968+0000 mgr.a (mgr.24293) 14520 : 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-07T15:52:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:31 smithi022 bash[28554]: cluster 2023-12-07T15:52:30.787968+0000 mgr.a (mgr.24293) 14520 : 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-07T15:52:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:31 smithi027 bash[31536]: cluster 2023-12-07T15:52:30.787968+0000 mgr.a (mgr.24293) 14520 : 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-07T15:52:33.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:33.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:33.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:33 smithi022 bash[28554]: cluster 2023-12-07T15:52:32.788576+0000 mgr.a (mgr.24293) 14521 : 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-07T15:52:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:33 smithi044 bash[32620]: cluster 2023-12-07T15:52:32.788576+0000 mgr.a (mgr.24293) 14521 : 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-07T15:52:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:33 smithi027 bash[31536]: cluster 2023-12-07T15:52:32.788576+0000 mgr.a (mgr.24293) 14521 : 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-07T15:52:34.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:34 smithi044 bash[32620]: audit 2023-12-07T15:52:33.970226+0000 mgr.a (mgr.24293) 14522 : audit 0 from='client.290769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:34 smithi022 bash[28554]: audit 2023-12-07T15:52:33.970226+0000 mgr.a (mgr.24293) 14522 : audit 0 from='client.290769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:35.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:34 smithi027 bash[31536]: audit 2023-12-07T15:52:33.970226+0000 mgr.a (mgr.24293) 14522 : audit 0 from='client.290769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:35 smithi022 bash[28554]: cluster 2023-12-07T15:52:34.789472+0000 mgr.a (mgr.24293) 14523 : 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-07T15:52:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:35 smithi022 bash[28554]: audit 2023-12-07T15:52:35.717102+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:35 smithi044 bash[32620]: cluster 2023-12-07T15:52:34.789472+0000 mgr.a (mgr.24293) 14523 : 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-07T15:52:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:35 smithi044 bash[32620]: audit 2023-12-07T15:52:35.717102+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:35 smithi027 bash[31536]: cluster 2023-12-07T15:52:34.789472+0000 mgr.a (mgr.24293) 14523 : 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-07T15:52:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:35 smithi027 bash[31536]: audit 2023-12-07T15:52:35.717102+0000 mon.a (mon.0) 2453 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:37 smithi044 bash[32620]: cluster 2023-12-07T15:52:36.790405+0000 mgr.a (mgr.24293) 14524 : 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-07T15:52:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:37 smithi022 bash[28554]: cluster 2023-12-07T15:52:36.790405+0000 mgr.a (mgr.24293) 14524 : 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-07T15:52:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:37 smithi027 bash[31536]: cluster 2023-12-07T15:52:36.790405+0000 mgr.a (mgr.24293) 14524 : 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-07T15:52:39.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:39.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:39.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:39 smithi022 bash[28554]: cluster 2023-12-07T15:52:38.790957+0000 mgr.a (mgr.24293) 14525 : 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-07T15:52:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:39 smithi044 bash[32620]: cluster 2023-12-07T15:52:38.790957+0000 mgr.a (mgr.24293) 14525 : 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-07T15:52:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:39 smithi027 bash[31536]: cluster 2023-12-07T15:52:38.790957+0000 mgr.a (mgr.24293) 14525 : 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-07T15:52:40.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:40.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:40.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:40.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:40.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:40 smithi022 bash[28554]: audit 2023-12-07T15:52:39.933592+0000 mgr.a (mgr.24293) 14526 : audit 0 from='client.290847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:40 smithi044 bash[32620]: audit 2023-12-07T15:52:39.933592+0000 mgr.a (mgr.24293) 14526 : audit 0 from='client.290847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:40 smithi027 bash[31536]: audit 2023-12-07T15:52:39.933592+0000 mgr.a (mgr.24293) 14526 : audit 0 from='client.290847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:41 smithi022 bash[28554]: cluster 2023-12-07T15:52:40.792063+0000 mgr.a (mgr.24293) 14527 : cluster 0 pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:41 smithi044 bash[32620]: cluster 2023-12-07T15:52:40.792063+0000 mgr.a (mgr.24293) 14527 : cluster 0 pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:41 smithi027 bash[31536]: cluster 2023-12-07T15:52:40.792063+0000 mgr.a (mgr.24293) 14527 : cluster 0 pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:43 smithi022 bash[28554]: cluster 2023-12-07T15:52:42.792807+0000 mgr.a (mgr.24293) 14528 : cluster 0 pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:43 smithi044 bash[32620]: cluster 2023-12-07T15:52:42.792807+0000 mgr.a (mgr.24293) 14528 : cluster 0 pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:43 smithi027 bash[31536]: cluster 2023-12-07T15:52:42.792807+0000 mgr.a (mgr.24293) 14528 : cluster 0 pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:45.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:45.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:45.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:45 smithi044 bash[32620]: cluster 2023-12-07T15:52:44.793551+0000 mgr.a (mgr.24293) 14529 : cluster 0 pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:45 smithi022 bash[28554]: cluster 2023-12-07T15:52:44.793551+0000 mgr.a (mgr.24293) 14529 : cluster 0 pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:45 smithi027 bash[31536]: cluster 2023-12-07T15:52:44.793551+0000 mgr.a (mgr.24293) 14529 : cluster 0 pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:46.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:46.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:46.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:46.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:46.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:46 smithi022 bash[28554]: audit 2023-12-07T15:52:45.842413+0000 mgr.a (mgr.24293) 14530 : audit 0 from='client.290922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:46 smithi022 bash[28554]: audit 2023-12-07T15:52:46.706470+0000 mon.a (mon.0) 2454 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:46 smithi022 bash[28554]: audit 2023-12-07T15:52:46.712180+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:46 smithi022 bash[28554]: audit 2023-12-07T15:52:46.713920+0000 mon.a (mon.0) 2456 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:46 smithi022 bash[28554]: audit 2023-12-07T15:52:46.715612+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:46 smithi022 bash[28554]: audit 2023-12-07T15:52:46.723327+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:46 smithi044 bash[32620]: audit 2023-12-07T15:52:45.842413+0000 mgr.a (mgr.24293) 14530 : audit 0 from='client.290922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:46 smithi044 bash[32620]: audit 2023-12-07T15:52:46.706470+0000 mon.a (mon.0) 2454 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:46 smithi044 bash[32620]: audit 2023-12-07T15:52:46.712180+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:46 smithi044 bash[32620]: audit 2023-12-07T15:52:46.713920+0000 mon.a (mon.0) 2456 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:46 smithi044 bash[32620]: audit 2023-12-07T15:52:46.715612+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:46 smithi044 bash[32620]: audit 2023-12-07T15:52:46.723327+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:46 smithi027 bash[31536]: audit 2023-12-07T15:52:45.842413+0000 mgr.a (mgr.24293) 14530 : audit 0 from='client.290922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:46 smithi027 bash[31536]: audit 2023-12-07T15:52:46.706470+0000 mon.a (mon.0) 2454 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:46 smithi027 bash[31536]: audit 2023-12-07T15:52:46.712180+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:46 smithi027 bash[31536]: audit 2023-12-07T15:52:46.713920+0000 mon.a (mon.0) 2456 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:46 smithi027 bash[31536]: audit 2023-12-07T15:52:46.715612+0000 mon.a (mon.0) 2457 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:46 smithi027 bash[31536]: audit 2023-12-07T15:52:46.723327+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:52:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:47 smithi044 bash[32620]: cluster 2023-12-07T15:52:46.794750+0000 mgr.a (mgr.24293) 14531 : cluster 0 pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:47 smithi022 bash[28554]: cluster 2023-12-07T15:52:46.794750+0000 mgr.a (mgr.24293) 14531 : cluster 0 pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:47 smithi027 bash[31536]: cluster 2023-12-07T15:52:46.794750+0000 mgr.a (mgr.24293) 14531 : cluster 0 pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:49 smithi022 bash[28554]: cluster 2023-12-07T15:52:48.795514+0000 mgr.a (mgr.24293) 14532 : cluster 0 pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:49 smithi044 bash[32620]: cluster 2023-12-07T15:52:48.795514+0000 mgr.a (mgr.24293) 14532 : cluster 0 pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:49 smithi027 bash[31536]: cluster 2023-12-07T15:52:48.795514+0000 mgr.a (mgr.24293) 14532 : cluster 0 pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:51.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:51.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:51.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:51 smithi022 bash[28554]: cluster 2023-12-07T15:52:50.796448+0000 mgr.a (mgr.24293) 14533 : 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-07T15:52:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:51 smithi044 bash[32620]: cluster 2023-12-07T15:52:50.796448+0000 mgr.a (mgr.24293) 14533 : 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-07T15:52:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:51 smithi027 bash[31536]: cluster 2023-12-07T15:52:50.796448+0000 mgr.a (mgr.24293) 14533 : 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-07T15:52:52.313 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:52.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:52.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:52.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:52.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:52 smithi044 bash[32620]: audit 2023-12-07T15:52:51.789993+0000 mgr.a (mgr.24293) 14534 : audit 0 from='client.291000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:52.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:52 smithi022 bash[28554]: audit 2023-12-07T15:52:51.789993+0000 mgr.a (mgr.24293) 14534 : audit 0 from='client.291000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:52 smithi027 bash[31536]: audit 2023-12-07T15:52:51.789993+0000 mgr.a (mgr.24293) 14534 : audit 0 from='client.291000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:53 smithi027 bash[31536]: cluster 2023-12-07T15:52:52.797361+0000 mgr.a (mgr.24293) 14535 : cluster 0 pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:53 smithi044 bash[32620]: cluster 2023-12-07T15:52:52.797361+0000 mgr.a (mgr.24293) 14535 : cluster 0 pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:53 smithi022 bash[28554]: cluster 2023-12-07T15:52:52.797361+0000 mgr.a (mgr.24293) 14535 : cluster 0 pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:55 smithi022 bash[28554]: cluster 2023-12-07T15:52:54.797915+0000 mgr.a (mgr.24293) 14536 : cluster 0 pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:55 smithi044 bash[32620]: cluster 2023-12-07T15:52:54.797915+0000 mgr.a (mgr.24293) 14536 : cluster 0 pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:55 smithi027 bash[31536]: cluster 2023-12-07T15:52:54.797915+0000 mgr.a (mgr.24293) 14536 : cluster 0 pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:57.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:52:57.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:57.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:57 smithi022 bash[28554]: cluster 2023-12-07T15:52:56.798710+0000 mgr.a (mgr.24293) 14537 : cluster 0 pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:57 smithi044 bash[32620]: cluster 2023-12-07T15:52:56.798710+0000 mgr.a (mgr.24293) 14537 : cluster 0 pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:57 smithi027 bash[31536]: cluster 2023-12-07T15:52:56.798710+0000 mgr.a (mgr.24293) 14537 : cluster 0 pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:58.261 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:52:58.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:58.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:58.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:58.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:52:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:58 smithi044 bash[32620]: audit 2023-12-07T15:52:57.719808+0000 mgr.a (mgr.24293) 14538 : audit 0 from='client.291078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:58 smithi022 bash[28554]: audit 2023-12-07T15:52:57.719808+0000 mgr.a (mgr.24293) 14538 : audit 0 from='client.291078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:59.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:58 smithi027 bash[31536]: audit 2023-12-07T15:52:57.719808+0000 mgr.a (mgr.24293) 14538 : audit 0 from='client.291078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:52:59 smithi022 bash[28554]: cluster 2023-12-07T15:52:58.799451+0000 mgr.a (mgr.24293) 14539 : cluster 0 pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:52:59 smithi044 bash[32620]: cluster 2023-12-07T15:52:58.799451+0000 mgr.a (mgr.24293) 14539 : cluster 0 pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:52:59 smithi027 bash[31536]: cluster 2023-12-07T15:52:58.799451+0000 mgr.a (mgr.24293) 14539 : cluster 0 pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:01 smithi044 bash[32620]: cluster 2023-12-07T15:53:00.800196+0000 mgr.a (mgr.24293) 14540 : cluster 0 pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:53:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:01 smithi022 bash[28554]: cluster 2023-12-07T15:53:00.800196+0000 mgr.a (mgr.24293) 14540 : cluster 0 pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:53:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:01 smithi027 bash[31536]: cluster 2023-12-07T15:53:00.800196+0000 mgr.a (mgr.24293) 14540 : cluster 0 pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:53:03.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:03.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:03.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:03 smithi022 bash[28554]: cluster 2023-12-07T15:53:02.800869+0000 mgr.a (mgr.24293) 14541 : 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-07T15:53:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:03 smithi044 bash[32620]: cluster 2023-12-07T15:53:02.800869+0000 mgr.a (mgr.24293) 14541 : 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-07T15:53:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:03 smithi027 bash[31536]: cluster 2023-12-07T15:53:02.800869+0000 mgr.a (mgr.24293) 14541 : 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-07T15:53:04.223 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:04.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:04.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:04.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:04.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:04 smithi044 bash[32620]: audit 2023-12-07T15:53:03.676475+0000 mgr.a (mgr.24293) 14542 : audit 0 from='client.291156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:04 smithi022 bash[28554]: audit 2023-12-07T15:53:03.676475+0000 mgr.a (mgr.24293) 14542 : audit 0 from='client.291156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:05.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:04 smithi027 bash[31536]: audit 2023-12-07T15:53:03.676475+0000 mgr.a (mgr.24293) 14542 : audit 0 from='client.291156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:05 smithi044 bash[32620]: cluster 2023-12-07T15:53:04.801579+0000 mgr.a (mgr.24293) 14543 : 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-07T15:53:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:05 smithi022 bash[28554]: cluster 2023-12-07T15:53:04.801579+0000 mgr.a (mgr.24293) 14543 : 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-07T15:53:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:05 smithi027 bash[31536]: cluster 2023-12-07T15:53:04.801579+0000 mgr.a (mgr.24293) 14543 : 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-07T15:53:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:07 smithi044 bash[32620]: cluster 2023-12-07T15:53:06.802401+0000 mgr.a (mgr.24293) 14544 : 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-07T15:53:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:07 smithi022 bash[28554]: cluster 2023-12-07T15:53:06.802401+0000 mgr.a (mgr.24293) 14544 : 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-07T15:53:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:07 smithi027 bash[31536]: cluster 2023-12-07T15:53:06.802401+0000 mgr.a (mgr.24293) 14544 : 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-07T15:53:09.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:09.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:09.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:09 smithi022 bash[28554]: cluster 2023-12-07T15:53:08.802956+0000 mgr.a (mgr.24293) 14545 : 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-07T15:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:09 smithi044 bash[32620]: cluster 2023-12-07T15:53:08.802956+0000 mgr.a (mgr.24293) 14545 : 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-07T15:53:10.199 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:10.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:10.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:10.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:10.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:09 smithi027 bash[31536]: cluster 2023-12-07T15:53:08.802956+0000 mgr.a (mgr.24293) 14545 : 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-07T15:53:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:10 smithi044 bash[32620]: audit 2023-12-07T15:53:09.643570+0000 mgr.a (mgr.24293) 14546 : audit 0 from='client.291231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:10 smithi022 bash[28554]: audit 2023-12-07T15:53:09.643570+0000 mgr.a (mgr.24293) 14546 : audit 0 from='client.291231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:11.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:10 smithi027 bash[31536]: audit 2023-12-07T15:53:09.643570+0000 mgr.a (mgr.24293) 14546 : audit 0 from='client.291231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:11 smithi044 bash[32620]: cluster 2023-12-07T15:53:10.803825+0000 mgr.a (mgr.24293) 14547 : 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-07T15:53:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:11 smithi022 bash[28554]: cluster 2023-12-07T15:53:10.803825+0000 mgr.a (mgr.24293) 14547 : 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-07T15:53:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:11 smithi027 bash[31536]: cluster 2023-12-07T15:53:10.803825+0000 mgr.a (mgr.24293) 14547 : 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-07T15:53:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:13 smithi022 bash[28554]: cluster 2023-12-07T15:53:12.804391+0000 mgr.a (mgr.24293) 14548 : 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-07T15:53:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:13 smithi044 bash[32620]: cluster 2023-12-07T15:53:12.804391+0000 mgr.a (mgr.24293) 14548 : 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-07T15:53:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:13 smithi027 bash[31536]: cluster 2023-12-07T15:53:12.804391+0000 mgr.a (mgr.24293) 14548 : 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-07T15:53:15.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:15.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:15.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:16.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:16.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:16.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:16.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:16.148 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:15 smithi044 bash[32620]: cluster 2023-12-07T15:53:14.804945+0000 mgr.a (mgr.24293) 14549 : 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-07T15:53:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:15 smithi022 bash[28554]: cluster 2023-12-07T15:53:14.804945+0000 mgr.a (mgr.24293) 14549 : 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-07T15:53:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:15 smithi027 bash[31536]: cluster 2023-12-07T15:53:14.804945+0000 mgr.a (mgr.24293) 14549 : 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-07T15:53:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:16 smithi022 bash[28554]: audit 2023-12-07T15:53:15.617220+0000 mgr.a (mgr.24293) 14550 : audit 0 from='client.291306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:17.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:16 smithi044 bash[32620]: audit 2023-12-07T15:53:15.617220+0000 mgr.a (mgr.24293) 14550 : audit 0 from='client.291306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:17.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:16 smithi027 bash[31536]: audit 2023-12-07T15:53:15.617220+0000 mgr.a (mgr.24293) 14550 : audit 0 from='client.291306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:17 smithi022 bash[28554]: cluster 2023-12-07T15:53:16.805910+0000 mgr.a (mgr.24293) 14551 : cluster 0 pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:17 smithi044 bash[32620]: cluster 2023-12-07T15:53:16.805910+0000 mgr.a (mgr.24293) 14551 : cluster 0 pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:17 smithi027 bash[31536]: cluster 2023-12-07T15:53:16.805910+0000 mgr.a (mgr.24293) 14551 : cluster 0 pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:19 smithi022 bash[28554]: cluster 2023-12-07T15:53:18.806470+0000 mgr.a (mgr.24293) 14552 : cluster 0 pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:19 smithi044 bash[32620]: cluster 2023-12-07T15:53:18.806470+0000 mgr.a (mgr.24293) 14552 : cluster 0 pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:19 smithi027 bash[31536]: cluster 2023-12-07T15:53:18.806470+0000 mgr.a (mgr.24293) 14552 : cluster 0 pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:21.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:21.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:21.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:21 smithi027 bash[31536]: cluster 2023-12-07T15:53:20.807390+0000 mgr.a (mgr.24293) 14553 : 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-07T15:53:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:21 smithi044 bash[32620]: cluster 2023-12-07T15:53:20.807390+0000 mgr.a (mgr.24293) 14553 : 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-07T15:53:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:21 smithi022 bash[28554]: cluster 2023-12-07T15:53:20.807390+0000 mgr.a (mgr.24293) 14553 : 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-07T15:53:22.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:22.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:22.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:22.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:22.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:22 smithi027 bash[31536]: audit 2023-12-07T15:53:21.560839+0000 mgr.a (mgr.24293) 14554 : audit 0 from='client.291378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:22 smithi022 bash[28554]: audit 2023-12-07T15:53:21.560839+0000 mgr.a (mgr.24293) 14554 : audit 0 from='client.291378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:22 smithi044 bash[32620]: audit 2023-12-07T15:53:21.560839+0000 mgr.a (mgr.24293) 14554 : audit 0 from='client.291378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:23.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:23 smithi027 bash[31536]: cluster 2023-12-07T15:53:22.808211+0000 mgr.a (mgr.24293) 14555 : 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-07T15:53:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:23 smithi022 bash[28554]: cluster 2023-12-07T15:53:22.808211+0000 mgr.a (mgr.24293) 14555 : 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-07T15:53:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:23 smithi044 bash[32620]: cluster 2023-12-07T15:53:22.808211+0000 mgr.a (mgr.24293) 14555 : 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-07T15:53:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:25 smithi022 bash[28554]: cluster 2023-12-07T15:53:24.808988+0000 mgr.a (mgr.24293) 14556 : 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-07T15:53:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:25 smithi044 bash[32620]: cluster 2023-12-07T15:53:24.808988+0000 mgr.a (mgr.24293) 14556 : 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-07T15:53:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:25 smithi027 bash[31536]: cluster 2023-12-07T15:53:24.808988+0000 mgr.a (mgr.24293) 14556 : 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-07T15:53:27.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:27.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:27.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:28.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:28.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:28.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:28.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:28.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:27 smithi022 bash[28554]: cluster 2023-12-07T15:53:26.809929+0000 mgr.a (mgr.24293) 14557 : 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-07T15:53:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:27 smithi044 bash[32620]: cluster 2023-12-07T15:53:26.809929+0000 mgr.a (mgr.24293) 14557 : 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-07T15:53:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:27 smithi027 bash[31536]: cluster 2023-12-07T15:53:26.809929+0000 mgr.a (mgr.24293) 14557 : 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-07T15:53:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:28 smithi022 bash[28554]: audit 2023-12-07T15:53:27.465728+0000 mgr.a (mgr.24293) 14558 : audit 0 from='client.239764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:29.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:28 smithi044 bash[32620]: audit 2023-12-07T15:53:27.465728+0000 mgr.a (mgr.24293) 14558 : audit 0 from='client.239764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:28 smithi027 bash[31536]: audit 2023-12-07T15:53:27.465728+0000 mgr.a (mgr.24293) 14558 : audit 0 from='client.239764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:29 smithi044 bash[32620]: cluster 2023-12-07T15:53:28.810616+0000 mgr.a (mgr.24293) 14559 : cluster 0 pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:29 smithi022 bash[28554]: cluster 2023-12-07T15:53:28.810616+0000 mgr.a (mgr.24293) 14559 : cluster 0 pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:29 smithi027 bash[31536]: cluster 2023-12-07T15:53:28.810616+0000 mgr.a (mgr.24293) 14559 : cluster 0 pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:31.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:31 smithi027 bash[31536]: cluster 2023-12-07T15:53:30.811418+0000 mgr.a (mgr.24293) 14560 : cluster 0 pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:53:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:31 smithi044 bash[32620]: cluster 2023-12-07T15:53:30.811418+0000 mgr.a (mgr.24293) 14560 : cluster 0 pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:53:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:31 smithi022 bash[28554]: cluster 2023-12-07T15:53:30.811418+0000 mgr.a (mgr.24293) 14560 : cluster 0 pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:53:33.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:33.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:33.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:33.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:33.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:33.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:33.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:33.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:33 smithi022 bash[28554]: cluster 2023-12-07T15:53:32.811988+0000 mgr.a (mgr.24293) 14561 : 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-07T15:53:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:33 smithi044 bash[32620]: cluster 2023-12-07T15:53:32.811988+0000 mgr.a (mgr.24293) 14561 : 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-07T15:53:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:33 smithi027 bash[31536]: cluster 2023-12-07T15:53:32.811988+0000 mgr.a (mgr.24293) 14561 : 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-07T15:53:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:34 smithi044 bash[32620]: audit 2023-12-07T15:53:33.431376+0000 mgr.a (mgr.24293) 14562 : audit 0 from='client.291531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:34 smithi022 bash[28554]: audit 2023-12-07T15:53:33.431376+0000 mgr.a (mgr.24293) 14562 : audit 0 from='client.291531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:35.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:34 smithi027 bash[31536]: audit 2023-12-07T15:53:33.431376+0000 mgr.a (mgr.24293) 14562 : audit 0 from='client.291531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:35 smithi022 bash[28554]: cluster 2023-12-07T15:53:34.812586+0000 mgr.a (mgr.24293) 14563 : 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-07T15:53:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:35 smithi044 bash[32620]: cluster 2023-12-07T15:53:34.812586+0000 mgr.a (mgr.24293) 14563 : 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-07T15:53:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:35 smithi027 bash[31536]: cluster 2023-12-07T15:53:34.812586+0000 mgr.a (mgr.24293) 14563 : 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-07T15:53:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:37 smithi044 bash[32620]: cluster 2023-12-07T15:53:36.813396+0000 mgr.a (mgr.24293) 14564 : 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-07T15:53:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:37 smithi022 bash[28554]: cluster 2023-12-07T15:53:36.813396+0000 mgr.a (mgr.24293) 14564 : 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-07T15:53:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:37 smithi027 bash[31536]: cluster 2023-12-07T15:53:36.813396+0000 mgr.a (mgr.24293) 14564 : 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-07T15:53:38.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:38.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:38.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:39.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:39.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:39.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:39.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:39.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:39 smithi022 bash[28554]: cluster 2023-12-07T15:53:38.814080+0000 mgr.a (mgr.24293) 14565 : 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-07T15:53:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:39 smithi022 bash[28554]: audit 2023-12-07T15:53:39.369602+0000 mgr.a (mgr.24293) 14566 : audit 0 from='client.291603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:39 smithi044 bash[32620]: cluster 2023-12-07T15:53:38.814080+0000 mgr.a (mgr.24293) 14565 : 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-07T15:53:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:39 smithi044 bash[32620]: audit 2023-12-07T15:53:39.369602+0000 mgr.a (mgr.24293) 14566 : audit 0 from='client.291603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:39 smithi027 bash[31536]: cluster 2023-12-07T15:53:38.814080+0000 mgr.a (mgr.24293) 14565 : 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-07T15:53:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:39 smithi027 bash[31536]: audit 2023-12-07T15:53:39.369602+0000 mgr.a (mgr.24293) 14566 : audit 0 from='client.291603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:41.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:41 smithi027 bash[31536]: cluster 2023-12-07T15:53:40.815050+0000 mgr.a (mgr.24293) 14567 : 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-07T15:53:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:41 smithi044 bash[32620]: cluster 2023-12-07T15:53:40.815050+0000 mgr.a (mgr.24293) 14567 : 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-07T15:53:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:41 smithi022 bash[28554]: cluster 2023-12-07T15:53:40.815050+0000 mgr.a (mgr.24293) 14567 : 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-07T15:53:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:43 smithi022 bash[28554]: cluster 2023-12-07T15:53:42.815644+0000 mgr.a (mgr.24293) 14568 : 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-07T15:53:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:43 smithi044 bash[32620]: cluster 2023-12-07T15:53:42.815644+0000 mgr.a (mgr.24293) 14568 : 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-07T15:53:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:43 smithi027 bash[31536]: cluster 2023-12-07T15:53:42.815644+0000 mgr.a (mgr.24293) 14568 : 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-07T15:53:44.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:44.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:44.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:45.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:45 smithi022 bash[28554]: cluster 2023-12-07T15:53:44.816142+0000 mgr.a (mgr.24293) 14569 : 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-07T15:53:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:45 smithi022 bash[28554]: audit 2023-12-07T15:53:45.317798+0000 mgr.a (mgr.24293) 14570 : audit 0 from='client.291681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:45 smithi044 bash[32620]: cluster 2023-12-07T15:53:44.816142+0000 mgr.a (mgr.24293) 14569 : 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-07T15:53:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:45 smithi044 bash[32620]: audit 2023-12-07T15:53:45.317798+0000 mgr.a (mgr.24293) 14570 : audit 0 from='client.291681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:45 smithi027 bash[31536]: cluster 2023-12-07T15:53:44.816142+0000 mgr.a (mgr.24293) 14569 : 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-07T15:53:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:45 smithi027 bash[31536]: audit 2023-12-07T15:53:45.317798+0000 mgr.a (mgr.24293) 14570 : audit 0 from='client.291681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:46 smithi022 bash[28554]: audit 2023-12-07T15:53:46.826685+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:46 smithi044 bash[32620]: audit 2023-12-07T15:53:46.826685+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:47.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:46 smithi027 bash[31536]: audit 2023-12-07T15:53:46.826685+0000 mon.a (mon.0) 2459 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:47 smithi044 bash[32620]: cluster 2023-12-07T15:53:46.817095+0000 mgr.a (mgr.24293) 14571 : cluster 0 pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:53:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:47 smithi022 bash[28554]: cluster 2023-12-07T15:53:46.817095+0000 mgr.a (mgr.24293) 14571 : cluster 0 pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:53:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:47 smithi027 bash[31536]: cluster 2023-12-07T15:53:46.817095+0000 mgr.a (mgr.24293) 14571 : cluster 0 pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:53:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.088637+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.093183+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.098426+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.103923+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.108564+0000 mon.a (mon.0) 2464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.112885+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.114004+0000 mon.a (mon.0) 2466 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.115279+0000 mon.a (mon.0) 2467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:49 smithi022 bash[28554]: audit 2023-12-07T15:53:48.121915+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.088637+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.093183+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.098426+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.103923+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.108564+0000 mon.a (mon.0) 2464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.112885+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.114004+0000 mon.a (mon.0) 2466 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.115279+0000 mon.a (mon.0) 2467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:49 smithi044 bash[32620]: audit 2023-12-07T15:53:48.121915+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.088637+0000 mon.a (mon.0) 2460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.093183+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.098426+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.103923+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.108564+0000 mon.a (mon.0) 2464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.112885+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.114004+0000 mon.a (mon.0) 2466 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.115279+0000 mon.a (mon.0) 2467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:49.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:49 smithi027 bash[31536]: audit 2023-12-07T15:53:48.121915+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:53:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:50 smithi022 bash[28554]: cluster 2023-12-07T15:53:48.817664+0000 mgr.a (mgr.24293) 14572 : cluster 0 pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:53:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:50 smithi044 bash[32620]: cluster 2023-12-07T15:53:48.817664+0000 mgr.a (mgr.24293) 14572 : cluster 0 pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:53:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:50 smithi027 bash[31536]: cluster 2023-12-07T15:53:48.817664+0000 mgr.a (mgr.24293) 14572 : cluster 0 pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:53:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:51 smithi027 bash[31536]: cluster 2023-12-07T15:53:50.818421+0000 mgr.a (mgr.24293) 14573 : cluster 0 pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:51.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:51 smithi027 bash[31536]: audit 2023-12-07T15:53:51.259483+0000 mgr.a (mgr.24293) 14574 : audit 0 from='client.291759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:51.779 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:51.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:51.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:51.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:51.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:51 smithi022 bash[28554]: cluster 2023-12-07T15:53:50.818421+0000 mgr.a (mgr.24293) 14573 : cluster 0 pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:51 smithi022 bash[28554]: audit 2023-12-07T15:53:51.259483+0000 mgr.a (mgr.24293) 14574 : audit 0 from='client.291759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:51 smithi044 bash[32620]: cluster 2023-12-07T15:53:50.818421+0000 mgr.a (mgr.24293) 14573 : cluster 0 pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:53:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:51 smithi044 bash[32620]: audit 2023-12-07T15:53:51.259483+0000 mgr.a (mgr.24293) 14574 : audit 0 from='client.291759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:53 smithi044 bash[32620]: cluster 2023-12-07T15:53:52.819071+0000 mgr.a (mgr.24293) 14575 : cluster 0 pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:53 smithi022 bash[28554]: cluster 2023-12-07T15:53:52.819071+0000 mgr.a (mgr.24293) 14575 : cluster 0 pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:53 smithi027 bash[31536]: cluster 2023-12-07T15:53:52.819071+0000 mgr.a (mgr.24293) 14575 : cluster 0 pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:55 smithi022 bash[28554]: cluster 2023-12-07T15:53:54.819702+0000 mgr.a (mgr.24293) 14576 : cluster 0 pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:55 smithi044 bash[32620]: cluster 2023-12-07T15:53:54.819702+0000 mgr.a (mgr.24293) 14576 : cluster 0 pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:55 smithi027 bash[31536]: cluster 2023-12-07T15:53:54.819702+0000 mgr.a (mgr.24293) 14576 : cluster 0 pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:53:56.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:53:56.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:56.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:57.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:53:57.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:57.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:57.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:57.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:53:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:57 smithi044 bash[32620]: cluster 2023-12-07T15:53:56.820662+0000 mgr.a (mgr.24293) 14577 : 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-07T15:53:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:57 smithi044 bash[32620]: audit 2023-12-07T15:53:57.197692+0000 mgr.a (mgr.24293) 14578 : audit 0 from='client.291834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:57 smithi022 bash[28554]: cluster 2023-12-07T15:53:56.820662+0000 mgr.a (mgr.24293) 14577 : 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-07T15:53:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:57 smithi022 bash[28554]: audit 2023-12-07T15:53:57.197692+0000 mgr.a (mgr.24293) 14578 : audit 0 from='client.291834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:57 smithi027 bash[31536]: cluster 2023-12-07T15:53:56.820662+0000 mgr.a (mgr.24293) 14577 : 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-07T15:53:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:57 smithi027 bash[31536]: audit 2023-12-07T15:53:57.197692+0000 mgr.a (mgr.24293) 14578 : audit 0 from='client.291834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:53:59 smithi022 bash[28554]: cluster 2023-12-07T15:53:58.821368+0000 mgr.a (mgr.24293) 14579 : cluster 0 pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:54:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:53:59 smithi044 bash[32620]: cluster 2023-12-07T15:53:58.821368+0000 mgr.a (mgr.24293) 14579 : cluster 0 pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:54:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:53:59 smithi027 bash[31536]: cluster 2023-12-07T15:53:58.821368+0000 mgr.a (mgr.24293) 14579 : cluster 0 pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:54:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:01 smithi027 bash[31536]: cluster 2023-12-07T15:54:00.822172+0000 mgr.a (mgr.24293) 14580 : cluster 0 pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:54:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:01 smithi022 bash[28554]: cluster 2023-12-07T15:54:00.822172+0000 mgr.a (mgr.24293) 14580 : cluster 0 pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:54:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:01 smithi044 bash[32620]: cluster 2023-12-07T15:54:00.822172+0000 mgr.a (mgr.24293) 14580 : cluster 0 pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:54:02.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:02.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:02.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:03.623 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:03.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:03.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:03.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:03.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:03 smithi044 bash[32620]: cluster 2023-12-07T15:54:02.822701+0000 mgr.a (mgr.24293) 14581 : cluster 0 pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:03 smithi044 bash[32620]: audit 2023-12-07T15:54:03.109909+0000 mgr.a (mgr.24293) 14582 : audit 0 from='client.291909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:03 smithi022 bash[28554]: cluster 2023-12-07T15:54:02.822701+0000 mgr.a (mgr.24293) 14581 : cluster 0 pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:03 smithi022 bash[28554]: audit 2023-12-07T15:54:03.109909+0000 mgr.a (mgr.24293) 14582 : audit 0 from='client.291909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:03 smithi027 bash[31536]: cluster 2023-12-07T15:54:02.822701+0000 mgr.a (mgr.24293) 14581 : cluster 0 pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:03 smithi027 bash[31536]: audit 2023-12-07T15:54:03.109909+0000 mgr.a (mgr.24293) 14582 : audit 0 from='client.291909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:05 smithi022 bash[28554]: cluster 2023-12-07T15:54:04.823348+0000 mgr.a (mgr.24293) 14583 : cluster 0 pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:05 smithi044 bash[32620]: cluster 2023-12-07T15:54:04.823348+0000 mgr.a (mgr.24293) 14583 : cluster 0 pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:05 smithi027 bash[31536]: cluster 2023-12-07T15:54:04.823348+0000 mgr.a (mgr.24293) 14583 : cluster 0 pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:07 smithi022 bash[28554]: cluster 2023-12-07T15:54:06.824148+0000 mgr.a (mgr.24293) 14584 : cluster 0 pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:07 smithi044 bash[32620]: cluster 2023-12-07T15:54:06.824148+0000 mgr.a (mgr.24293) 14584 : cluster 0 pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:07 smithi027 bash[31536]: cluster 2023-12-07T15:54:06.824148+0000 mgr.a (mgr.24293) 14584 : cluster 0 pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:08.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:08.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:08.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:09.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:09.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:09.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:09.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:09.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:09 smithi022 bash[28554]: cluster 2023-12-07T15:54:08.824677+0000 mgr.a (mgr.24293) 14585 : 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-07T15:54:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:09 smithi022 bash[28554]: audit 2023-12-07T15:54:09.033756+0000 mgr.a (mgr.24293) 14586 : audit 0 from='client.291987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:09 smithi044 bash[32620]: cluster 2023-12-07T15:54:08.824677+0000 mgr.a (mgr.24293) 14585 : 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-07T15:54:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:09 smithi044 bash[32620]: audit 2023-12-07T15:54:09.033756+0000 mgr.a (mgr.24293) 14586 : audit 0 from='client.291987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:09 smithi027 bash[31536]: cluster 2023-12-07T15:54:08.824677+0000 mgr.a (mgr.24293) 14585 : 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-07T15:54:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:09 smithi027 bash[31536]: audit 2023-12-07T15:54:09.033756+0000 mgr.a (mgr.24293) 14586 : audit 0 from='client.291987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:11.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:11 smithi027 bash[31536]: cluster 2023-12-07T15:54:10.825529+0000 mgr.a (mgr.24293) 14587 : 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-07T15:54:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:11 smithi022 bash[28554]: cluster 2023-12-07T15:54:10.825529+0000 mgr.a (mgr.24293) 14587 : 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-07T15:54:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:11 smithi044 bash[32620]: cluster 2023-12-07T15:54:10.825529+0000 mgr.a (mgr.24293) 14587 : 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-07T15:54:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:13 smithi022 bash[28554]: cluster 2023-12-07T15:54:12.826117+0000 mgr.a (mgr.24293) 14588 : 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-07T15:54:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:13 smithi044 bash[32620]: cluster 2023-12-07T15:54:12.826117+0000 mgr.a (mgr.24293) 14588 : 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-07T15:54:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:13 smithi027 bash[31536]: cluster 2023-12-07T15:54:12.826117+0000 mgr.a (mgr.24293) 14588 : 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-07T15:54:14.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:14.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:14.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:15.493 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:15.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:15.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:15.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:15.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:15 smithi022 bash[28554]: cluster 2023-12-07T15:54:14.826792+0000 mgr.a (mgr.24293) 14589 : 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-07T15:54:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:15 smithi022 bash[28554]: audit 2023-12-07T15:54:14.965715+0000 mgr.a (mgr.24293) 14590 : audit 0 from='client.292065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:15 smithi044 bash[32620]: cluster 2023-12-07T15:54:14.826792+0000 mgr.a (mgr.24293) 14589 : 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-07T15:54:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:15 smithi044 bash[32620]: audit 2023-12-07T15:54:14.965715+0000 mgr.a (mgr.24293) 14590 : audit 0 from='client.292065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:15 smithi027 bash[31536]: cluster 2023-12-07T15:54:14.826792+0000 mgr.a (mgr.24293) 14589 : 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-07T15:54:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:15 smithi027 bash[31536]: audit 2023-12-07T15:54:14.965715+0000 mgr.a (mgr.24293) 14590 : audit 0 from='client.292065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:17 smithi044 bash[32620]: cluster 2023-12-07T15:54:16.827898+0000 mgr.a (mgr.24293) 14591 : cluster 0 pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:54:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:17 smithi022 bash[28554]: cluster 2023-12-07T15:54:16.827898+0000 mgr.a (mgr.24293) 14591 : cluster 0 pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:54:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:17 smithi027 bash[31536]: cluster 2023-12-07T15:54:16.827898+0000 mgr.a (mgr.24293) 14591 : cluster 0 pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:54:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:19 smithi022 bash[28554]: cluster 2023-12-07T15:54:18.828531+0000 mgr.a (mgr.24293) 14592 : cluster 0 pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:54:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:19 smithi044 bash[32620]: cluster 2023-12-07T15:54:18.828531+0000 mgr.a (mgr.24293) 14592 : cluster 0 pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:54:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:19 smithi027 bash[31536]: cluster 2023-12-07T15:54:18.828531+0000 mgr.a (mgr.24293) 14592 : cluster 0 pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:54:20.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:20.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:20.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:21.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:21.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:21.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:21.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:21.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:21 smithi027 bash[31536]: cluster 2023-12-07T15:54:20.829063+0000 mgr.a (mgr.24293) 14593 : cluster 0 pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:21 smithi027 bash[31536]: audit 2023-12-07T15:54:20.902896+0000 mgr.a (mgr.24293) 14594 : audit 0 from='client.292140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:21 smithi022 bash[28554]: cluster 2023-12-07T15:54:20.829063+0000 mgr.a (mgr.24293) 14593 : cluster 0 pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:21 smithi022 bash[28554]: audit 2023-12-07T15:54:20.902896+0000 mgr.a (mgr.24293) 14594 : audit 0 from='client.292140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:21 smithi044 bash[32620]: cluster 2023-12-07T15:54:20.829063+0000 mgr.a (mgr.24293) 14593 : cluster 0 pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:21 smithi044 bash[32620]: audit 2023-12-07T15:54:20.902896+0000 mgr.a (mgr.24293) 14594 : audit 0 from='client.292140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:23 smithi044 bash[32620]: cluster 2023-12-07T15:54:22.829923+0000 mgr.a (mgr.24293) 14595 : cluster 0 pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:23 smithi022 bash[28554]: cluster 2023-12-07T15:54:22.829923+0000 mgr.a (mgr.24293) 14595 : cluster 0 pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:23 smithi027 bash[31536]: cluster 2023-12-07T15:54:22.829923+0000 mgr.a (mgr.24293) 14595 : cluster 0 pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:25 smithi022 bash[28554]: cluster 2023-12-07T15:54:24.830569+0000 mgr.a (mgr.24293) 14596 : cluster 0 pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:26.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:25 smithi044 bash[32620]: cluster 2023-12-07T15:54:24.830569+0000 mgr.a (mgr.24293) 14596 : cluster 0 pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:25 smithi027 bash[31536]: cluster 2023-12-07T15:54:24.830569+0000 mgr.a (mgr.24293) 14596 : cluster 0 pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:26.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:26.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:26.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:27.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:27.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:27.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:27.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:27.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:27 smithi022 bash[28554]: cluster 2023-12-07T15:54:26.831501+0000 mgr.a (mgr.24293) 14597 : 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-07T15:54:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:27 smithi022 bash[28554]: audit 2023-12-07T15:54:26.847269+0000 mgr.a (mgr.24293) 14598 : audit 0 from='client.292215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:27 smithi044 bash[32620]: cluster 2023-12-07T15:54:26.831501+0000 mgr.a (mgr.24293) 14597 : 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-07T15:54:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:27 smithi044 bash[32620]: audit 2023-12-07T15:54:26.847269+0000 mgr.a (mgr.24293) 14598 : audit 0 from='client.292215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:27 smithi027 bash[31536]: cluster 2023-12-07T15:54:26.831501+0000 mgr.a (mgr.24293) 14597 : 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-07T15:54:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:27 smithi027 bash[31536]: audit 2023-12-07T15:54:26.847269+0000 mgr.a (mgr.24293) 14598 : audit 0 from='client.292215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:29 smithi022 bash[28554]: cluster 2023-12-07T15:54:28.832331+0000 mgr.a (mgr.24293) 14599 : cluster 0 pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:54:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:29 smithi044 bash[32620]: cluster 2023-12-07T15:54:28.832331+0000 mgr.a (mgr.24293) 14599 : cluster 0 pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:54:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:29 smithi027 bash[31536]: cluster 2023-12-07T15:54:28.832331+0000 mgr.a (mgr.24293) 14599 : cluster 0 pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:54:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:31 smithi022 bash[28554]: cluster 2023-12-07T15:54:30.833143+0000 mgr.a (mgr.24293) 14600 : cluster 0 pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:54:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:31 smithi044 bash[32620]: cluster 2023-12-07T15:54:30.833143+0000 mgr.a (mgr.24293) 14600 : cluster 0 pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:54:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:31 smithi027 bash[31536]: cluster 2023-12-07T15:54:30.833143+0000 mgr.a (mgr.24293) 14600 : cluster 0 pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:54:32.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:32.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:32.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:33.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:33.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:33.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:33.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:33.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:33 smithi022 bash[28554]: audit 2023-12-07T15:54:32.789827+0000 mgr.a (mgr.24293) 14601 : audit 0 from='client.292293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:33 smithi022 bash[28554]: cluster 2023-12-07T15:54:32.833889+0000 mgr.a (mgr.24293) 14602 : cluster 0 pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:33 smithi044 bash[32620]: audit 2023-12-07T15:54:32.789827+0000 mgr.a (mgr.24293) 14601 : audit 0 from='client.292293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:33 smithi044 bash[32620]: cluster 2023-12-07T15:54:32.833889+0000 mgr.a (mgr.24293) 14602 : cluster 0 pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:33 smithi027 bash[31536]: audit 2023-12-07T15:54:32.789827+0000 mgr.a (mgr.24293) 14601 : audit 0 from='client.292293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:33 smithi027 bash[31536]: cluster 2023-12-07T15:54:32.833889+0000 mgr.a (mgr.24293) 14602 : cluster 0 pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:35 smithi022 bash[28554]: cluster 2023-12-07T15:54:34.834673+0000 mgr.a (mgr.24293) 14603 : cluster 0 pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:35 smithi044 bash[32620]: cluster 2023-12-07T15:54:34.834673+0000 mgr.a (mgr.24293) 14603 : cluster 0 pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:35 smithi027 bash[31536]: cluster 2023-12-07T15:54:34.834673+0000 mgr.a (mgr.24293) 14603 : cluster 0 pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:37 smithi022 bash[28554]: cluster 2023-12-07T15:54:36.835562+0000 mgr.a (mgr.24293) 14604 : cluster 0 pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:37 smithi044 bash[32620]: cluster 2023-12-07T15:54:36.835562+0000 mgr.a (mgr.24293) 14604 : cluster 0 pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:37 smithi027 bash[31536]: cluster 2023-12-07T15:54:36.835562+0000 mgr.a (mgr.24293) 14604 : cluster 0 pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:38.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:38.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:38.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:39.239 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:39.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:39.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:39.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:39.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:39 smithi044 bash[32620]: audit 2023-12-07T15:54:38.711636+0000 mgr.a (mgr.24293) 14605 : audit 0 from='client.292371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:39 smithi044 bash[32620]: cluster 2023-12-07T15:54:38.836138+0000 mgr.a (mgr.24293) 14606 : 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-07T15:54:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:39 smithi022 bash[28554]: audit 2023-12-07T15:54:38.711636+0000 mgr.a (mgr.24293) 14605 : audit 0 from='client.292371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:39 smithi022 bash[28554]: cluster 2023-12-07T15:54:38.836138+0000 mgr.a (mgr.24293) 14606 : 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-07T15:54:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:39 smithi027 bash[31536]: audit 2023-12-07T15:54:38.711636+0000 mgr.a (mgr.24293) 14605 : audit 0 from='client.292371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:39 smithi027 bash[31536]: cluster 2023-12-07T15:54:38.836138+0000 mgr.a (mgr.24293) 14606 : 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-07T15:54:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:41 smithi022 bash[28554]: cluster 2023-12-07T15:54:40.837171+0000 mgr.a (mgr.24293) 14607 : 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-07T15:54:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:41 smithi044 bash[32620]: cluster 2023-12-07T15:54:40.837171+0000 mgr.a (mgr.24293) 14607 : 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-07T15:54:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:41 smithi027 bash[31536]: cluster 2023-12-07T15:54:40.837171+0000 mgr.a (mgr.24293) 14607 : 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-07T15:54:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:43 smithi022 bash[28554]: cluster 2023-12-07T15:54:42.837792+0000 mgr.a (mgr.24293) 14608 : 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-07T15:54:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:43 smithi044 bash[32620]: cluster 2023-12-07T15:54:42.837792+0000 mgr.a (mgr.24293) 14608 : 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-07T15:54:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:43 smithi027 bash[31536]: cluster 2023-12-07T15:54:42.837792+0000 mgr.a (mgr.24293) 14608 : 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-07T15:54:44.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:44.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:44.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:45.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:45.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:45.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:45.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:45.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:45 smithi044 bash[32620]: audit 2023-12-07T15:54:44.653309+0000 mgr.a (mgr.24293) 14609 : audit 0 from='client.292446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:45 smithi044 bash[32620]: cluster 2023-12-07T15:54:44.838530+0000 mgr.a (mgr.24293) 14610 : 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-07T15:54:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:45 smithi022 bash[28554]: audit 2023-12-07T15:54:44.653309+0000 mgr.a (mgr.24293) 14609 : audit 0 from='client.292446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:45 smithi022 bash[28554]: cluster 2023-12-07T15:54:44.838530+0000 mgr.a (mgr.24293) 14610 : 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-07T15:54:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:45 smithi027 bash[31536]: audit 2023-12-07T15:54:44.653309+0000 mgr.a (mgr.24293) 14609 : audit 0 from='client.292446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:45 smithi027 bash[31536]: cluster 2023-12-07T15:54:44.838530+0000 mgr.a (mgr.24293) 14610 : 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-07T15:54:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:47 smithi022 bash[28554]: cluster 2023-12-07T15:54:46.839490+0000 mgr.a (mgr.24293) 14611 : 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-07T15:54:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:47 smithi044 bash[32620]: cluster 2023-12-07T15:54:46.839490+0000 mgr.a (mgr.24293) 14611 : 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-07T15:54:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:47 smithi027 bash[31536]: cluster 2023-12-07T15:54:46.839490+0000 mgr.a (mgr.24293) 14611 : 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-07T15:54:49.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:48 smithi044 bash[32620]: audit 2023-12-07T15:54:48.224736+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:48 smithi022 bash[28554]: audit 2023-12-07T15:54:48.224736+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:48 smithi027 bash[31536]: audit 2023-12-07T15:54:48.224736+0000 mon.a (mon.0) 2469 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:49 smithi044 bash[32620]: cluster 2023-12-07T15:54:48.840173+0000 mgr.a (mgr.24293) 14612 : 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-07T15:54:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:49 smithi044 bash[32620]: audit 2023-12-07T15:54:49.007843+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:49 smithi044 bash[32620]: audit 2023-12-07T15:54:49.009665+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:49 smithi044 bash[32620]: audit 2023-12-07T15:54:49.019451+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:54:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:49 smithi022 bash[28554]: cluster 2023-12-07T15:54:48.840173+0000 mgr.a (mgr.24293) 14612 : 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-07T15:54:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:49 smithi022 bash[28554]: audit 2023-12-07T15:54:49.007843+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:49 smithi022 bash[28554]: audit 2023-12-07T15:54:49.009665+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:49 smithi022 bash[28554]: audit 2023-12-07T15:54:49.019451+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:54:50.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:50.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:50.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:49 smithi027 bash[31536]: cluster 2023-12-07T15:54:48.840173+0000 mgr.a (mgr.24293) 14612 : 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-07T15:54:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:49 smithi027 bash[31536]: audit 2023-12-07T15:54:49.007843+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:49 smithi027 bash[31536]: audit 2023-12-07T15:54:49.009665+0000 mon.a (mon.0) 2471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:49 smithi027 bash[31536]: audit 2023-12-07T15:54:49.019451+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:54:51.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:51.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:51.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:51.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:51.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:51 smithi022 bash[28554]: audit 2023-12-07T15:54:50.592451+0000 mgr.a (mgr.24293) 14613 : audit 0 from='client.292521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:51 smithi022 bash[28554]: cluster 2023-12-07T15:54:50.840939+0000 mgr.a (mgr.24293) 14614 : cluster 0 pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:51 smithi044 bash[32620]: audit 2023-12-07T15:54:50.592451+0000 mgr.a (mgr.24293) 14613 : audit 0 from='client.292521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:51 smithi044 bash[32620]: cluster 2023-12-07T15:54:50.840939+0000 mgr.a (mgr.24293) 14614 : cluster 0 pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:51 smithi027 bash[31536]: audit 2023-12-07T15:54:50.592451+0000 mgr.a (mgr.24293) 14613 : audit 0 from='client.292521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:51 smithi027 bash[31536]: cluster 2023-12-07T15:54:50.840939+0000 mgr.a (mgr.24293) 14614 : cluster 0 pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:53 smithi022 bash[28554]: cluster 2023-12-07T15:54:52.841593+0000 mgr.a (mgr.24293) 14615 : cluster 0 pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:53 smithi044 bash[32620]: cluster 2023-12-07T15:54:52.841593+0000 mgr.a (mgr.24293) 14615 : cluster 0 pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:53 smithi027 bash[31536]: cluster 2023-12-07T15:54:52.841593+0000 mgr.a (mgr.24293) 14615 : cluster 0 pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:56.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:54:56.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:56.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:56.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:55 smithi044 bash[32620]: cluster 2023-12-07T15:54:54.842171+0000 mgr.a (mgr.24293) 14616 : cluster 0 pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:55 smithi022 bash[28554]: cluster 2023-12-07T15:54:54.842171+0000 mgr.a (mgr.24293) 14616 : cluster 0 pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:55 smithi027 bash[31536]: cluster 2023-12-07T15:54:54.842171+0000 mgr.a (mgr.24293) 14616 : cluster 0 pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:57.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:54:57.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:57.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:57.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:57.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:54:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:57 smithi044 bash[32620]: audit 2023-12-07T15:54:56.537588+0000 mgr.a (mgr.24293) 14617 : audit 0 from='client.292599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:57 smithi044 bash[32620]: cluster 2023-12-07T15:54:56.843458+0000 mgr.a (mgr.24293) 14618 : cluster 0 pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:57 smithi022 bash[28554]: audit 2023-12-07T15:54:56.537588+0000 mgr.a (mgr.24293) 14617 : audit 0 from='client.292599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:57 smithi022 bash[28554]: cluster 2023-12-07T15:54:56.843458+0000 mgr.a (mgr.24293) 14618 : cluster 0 pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:57 smithi027 bash[31536]: audit 2023-12-07T15:54:56.537588+0000 mgr.a (mgr.24293) 14617 : audit 0 from='client.292599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:57 smithi027 bash[31536]: cluster 2023-12-07T15:54:56.843458+0000 mgr.a (mgr.24293) 14618 : cluster 0 pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:54:59 smithi022 bash[28554]: cluster 2023-12-07T15:54:58.844385+0000 mgr.a (mgr.24293) 14619 : cluster 0 pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:54:59 smithi044 bash[32620]: cluster 2023-12-07T15:54:58.844385+0000 mgr.a (mgr.24293) 14619 : cluster 0 pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:54:59 smithi027 bash[31536]: cluster 2023-12-07T15:54:58.844385+0000 mgr.a (mgr.24293) 14619 : cluster 0 pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:01.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:01 smithi022 bash[28554]: cluster 2023-12-07T15:55:00.845243+0000 mgr.a (mgr.24293) 14620 : 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-07T15:55:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:01 smithi044 bash[32620]: cluster 2023-12-07T15:55:00.845243+0000 mgr.a (mgr.24293) 14620 : 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-07T15:55:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:01 smithi027 bash[31536]: cluster 2023-12-07T15:55:00.845243+0000 mgr.a (mgr.24293) 14620 : 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-07T15:55:02.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:02.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:02.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:03.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:03.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:03.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:03.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:03.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:03 smithi044 bash[32620]: audit 2023-12-07T15:55:02.500239+0000 mgr.a (mgr.24293) 14621 : audit 0 from='client.292677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:03 smithi044 bash[32620]: cluster 2023-12-07T15:55:02.846096+0000 mgr.a (mgr.24293) 14622 : cluster 0 pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:03 smithi022 bash[28554]: audit 2023-12-07T15:55:02.500239+0000 mgr.a (mgr.24293) 14621 : audit 0 from='client.292677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:03 smithi022 bash[28554]: cluster 2023-12-07T15:55:02.846096+0000 mgr.a (mgr.24293) 14622 : cluster 0 pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:03 smithi027 bash[31536]: audit 2023-12-07T15:55:02.500239+0000 mgr.a (mgr.24293) 14621 : audit 0 from='client.292677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:03 smithi027 bash[31536]: cluster 2023-12-07T15:55:02.846096+0000 mgr.a (mgr.24293) 14622 : cluster 0 pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:05 smithi022 bash[28554]: cluster 2023-12-07T15:55:04.846831+0000 mgr.a (mgr.24293) 14623 : cluster 0 pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:05 smithi044 bash[32620]: cluster 2023-12-07T15:55:04.846831+0000 mgr.a (mgr.24293) 14623 : cluster 0 pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:05 smithi027 bash[31536]: cluster 2023-12-07T15:55:04.846831+0000 mgr.a (mgr.24293) 14623 : cluster 0 pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:08.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:08.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:08.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:07 smithi022 bash[28554]: cluster 2023-12-07T15:55:06.847703+0000 mgr.a (mgr.24293) 14624 : cluster 0 pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:07 smithi044 bash[32620]: cluster 2023-12-07T15:55:06.847703+0000 mgr.a (mgr.24293) 14624 : cluster 0 pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:07 smithi027 bash[31536]: cluster 2023-12-07T15:55:06.847703+0000 mgr.a (mgr.24293) 14624 : cluster 0 pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:08.973 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:08.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:08.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:08.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:08.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:09 smithi044 bash[32620]: audit 2023-12-07T15:55:08.448575+0000 mgr.a (mgr.24293) 14625 : audit 0 from='client.292755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:09 smithi044 bash[32620]: cluster 2023-12-07T15:55:08.848448+0000 mgr.a (mgr.24293) 14626 : cluster 0 pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:09 smithi022 bash[28554]: audit 2023-12-07T15:55:08.448575+0000 mgr.a (mgr.24293) 14625 : audit 0 from='client.292755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:09 smithi022 bash[28554]: cluster 2023-12-07T15:55:08.848448+0000 mgr.a (mgr.24293) 14626 : cluster 0 pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:09 smithi027 bash[31536]: audit 2023-12-07T15:55:08.448575+0000 mgr.a (mgr.24293) 14625 : audit 0 from='client.292755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:09 smithi027 bash[31536]: cluster 2023-12-07T15:55:08.848448+0000 mgr.a (mgr.24293) 14626 : cluster 0 pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:11 smithi044 bash[32620]: cluster 2023-12-07T15:55:10.849460+0000 mgr.a (mgr.24293) 14627 : cluster 0 pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:11 smithi022 bash[28554]: cluster 2023-12-07T15:55:10.849460+0000 mgr.a (mgr.24293) 14627 : cluster 0 pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:11 smithi027 bash[31536]: cluster 2023-12-07T15:55:10.849460+0000 mgr.a (mgr.24293) 14627 : cluster 0 pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:13.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:13.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:13.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:13 smithi022 bash[28554]: cluster 2023-12-07T15:55:12.850224+0000 mgr.a (mgr.24293) 14628 : 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-07T15:55:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:13 smithi044 bash[32620]: cluster 2023-12-07T15:55:12.850224+0000 mgr.a (mgr.24293) 14628 : 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-07T15:55:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:13 smithi027 bash[31536]: cluster 2023-12-07T15:55:12.850224+0000 mgr.a (mgr.24293) 14628 : 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-07T15:55:14.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:14.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:14.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:14.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:14.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:14 smithi044 bash[32620]: audit 2023-12-07T15:55:14.386898+0000 mgr.a (mgr.24293) 14629 : audit 0 from='client.292830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:14 smithi022 bash[28554]: audit 2023-12-07T15:55:14.386898+0000 mgr.a (mgr.24293) 14629 : audit 0 from='client.292830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:14 smithi027 bash[31536]: audit 2023-12-07T15:55:14.386898+0000 mgr.a (mgr.24293) 14629 : audit 0 from='client.292830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:15 smithi022 bash[28554]: cluster 2023-12-07T15:55:14.850777+0000 mgr.a (mgr.24293) 14630 : 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-07T15:55:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:15 smithi044 bash[32620]: cluster 2023-12-07T15:55:14.850777+0000 mgr.a (mgr.24293) 14630 : 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-07T15:55:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:15 smithi027 bash[31536]: cluster 2023-12-07T15:55:14.850777+0000 mgr.a (mgr.24293) 14630 : 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-07T15:55:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:17 smithi022 bash[28554]: cluster 2023-12-07T15:55:16.851592+0000 mgr.a (mgr.24293) 14631 : 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-07T15:55:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:17 smithi044 bash[32620]: cluster 2023-12-07T15:55:16.851592+0000 mgr.a (mgr.24293) 14631 : 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-07T15:55:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:17 smithi027 bash[31536]: cluster 2023-12-07T15:55:16.851592+0000 mgr.a (mgr.24293) 14631 : 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-07T15:55:19.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:19.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:19.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:19 smithi044 bash[32620]: cluster 2023-12-07T15:55:18.852112+0000 mgr.a (mgr.24293) 14632 : 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-07T15:55:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:19 smithi022 bash[28554]: cluster 2023-12-07T15:55:18.852112+0000 mgr.a (mgr.24293) 14632 : 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-07T15:55:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:19 smithi027 bash[31536]: cluster 2023-12-07T15:55:18.852112+0000 mgr.a (mgr.24293) 14632 : 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-07T15:55:20.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:20.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:20.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:20.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:20.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:20 smithi027 bash[31536]: audit 2023-12-07T15:55:20.308850+0000 mgr.a (mgr.24293) 14633 : audit 0 from='client.292905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:20 smithi044 bash[32620]: audit 2023-12-07T15:55:20.308850+0000 mgr.a (mgr.24293) 14633 : audit 0 from='client.292905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:20 smithi022 bash[28554]: audit 2023-12-07T15:55:20.308850+0000 mgr.a (mgr.24293) 14633 : audit 0 from='client.292905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:21 smithi027 bash[31536]: cluster 2023-12-07T15:55:20.853160+0000 mgr.a (mgr.24293) 14634 : cluster 0 pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:21 smithi044 bash[32620]: cluster 2023-12-07T15:55:20.853160+0000 mgr.a (mgr.24293) 14634 : cluster 0 pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:55:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:21 smithi022 bash[28554]: cluster 2023-12-07T15:55:20.853160+0000 mgr.a (mgr.24293) 14634 : cluster 0 pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:55:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:23 smithi027 bash[31536]: cluster 2023-12-07T15:55:22.853748+0000 mgr.a (mgr.24293) 14635 : cluster 0 pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:55:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:23 smithi044 bash[32620]: cluster 2023-12-07T15:55:22.853748+0000 mgr.a (mgr.24293) 14635 : cluster 0 pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:55:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:23 smithi022 bash[28554]: cluster 2023-12-07T15:55:22.853748+0000 mgr.a (mgr.24293) 14635 : cluster 0 pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:55:25.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:25.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:25.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:25 smithi027 bash[31536]: cluster 2023-12-07T15:55:24.854254+0000 mgr.a (mgr.24293) 14636 : cluster 0 pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:55:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:25 smithi022 bash[28554]: cluster 2023-12-07T15:55:24.854254+0000 mgr.a (mgr.24293) 14636 : cluster 0 pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:55:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:25 smithi044 bash[32620]: cluster 2023-12-07T15:55:24.854254+0000 mgr.a (mgr.24293) 14636 : cluster 0 pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:55:26.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:26.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:26.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:26.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:26.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:27.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:26 smithi027 bash[31536]: audit 2023-12-07T15:55:26.265326+0000 mgr.a (mgr.24293) 14637 : audit 0 from='client.292980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:26 smithi022 bash[28554]: audit 2023-12-07T15:55:26.265326+0000 mgr.a (mgr.24293) 14637 : audit 0 from='client.292980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:26 smithi044 bash[32620]: audit 2023-12-07T15:55:26.265326+0000 mgr.a (mgr.24293) 14637 : audit 0 from='client.292980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:27 smithi027 bash[31536]: cluster 2023-12-07T15:55:26.855404+0000 mgr.a (mgr.24293) 14638 : cluster 0 pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:27 smithi044 bash[32620]: cluster 2023-12-07T15:55:26.855404+0000 mgr.a (mgr.24293) 14638 : cluster 0 pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:27 smithi022 bash[28554]: cluster 2023-12-07T15:55:26.855404+0000 mgr.a (mgr.24293) 14638 : cluster 0 pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:29 smithi022 bash[28554]: cluster 2023-12-07T15:55:28.856016+0000 mgr.a (mgr.24293) 14639 : cluster 0 pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:30.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:29 smithi044 bash[32620]: cluster 2023-12-07T15:55:28.856016+0000 mgr.a (mgr.24293) 14639 : cluster 0 pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:29 smithi027 bash[31536]: cluster 2023-12-07T15:55:28.856016+0000 mgr.a (mgr.24293) 14639 : cluster 0 pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:31.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:31.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:31.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:31 smithi022 bash[28554]: cluster 2023-12-07T15:55:30.856708+0000 mgr.a (mgr.24293) 14640 : 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-07T15:55:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:31 smithi044 bash[32620]: cluster 2023-12-07T15:55:30.856708+0000 mgr.a (mgr.24293) 14640 : 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-07T15:55:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:31 smithi027 bash[31536]: cluster 2023-12-07T15:55:30.856708+0000 mgr.a (mgr.24293) 14640 : 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-07T15:55:32.735 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:32.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:32.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:32.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:32.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:32 smithi044 bash[32620]: audit 2023-12-07T15:55:32.218241+0000 mgr.a (mgr.24293) 14641 : audit 0 from='client.293055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:32 smithi022 bash[28554]: audit 2023-12-07T15:55:32.218241+0000 mgr.a (mgr.24293) 14641 : audit 0 from='client.293055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:32 smithi027 bash[31536]: audit 2023-12-07T15:55:32.218241+0000 mgr.a (mgr.24293) 14641 : audit 0 from='client.293055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:33 smithi044 bash[32620]: cluster 2023-12-07T15:55:32.857461+0000 mgr.a (mgr.24293) 14642 : cluster 0 pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:33 smithi022 bash[28554]: cluster 2023-12-07T15:55:32.857461+0000 mgr.a (mgr.24293) 14642 : cluster 0 pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:33.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:33 smithi027 bash[31536]: cluster 2023-12-07T15:55:32.857461+0000 mgr.a (mgr.24293) 14642 : cluster 0 pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:35 smithi044 bash[32620]: cluster 2023-12-07T15:55:34.858041+0000 mgr.a (mgr.24293) 14643 : cluster 0 pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:35 smithi022 bash[28554]: cluster 2023-12-07T15:55:34.858041+0000 mgr.a (mgr.24293) 14643 : cluster 0 pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:35 smithi027 bash[31536]: cluster 2023-12-07T15:55:34.858041+0000 mgr.a (mgr.24293) 14643 : cluster 0 pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:37.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:37.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:37.739 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:37 smithi022 bash[28554]: cluster 2023-12-07T15:55:36.858886+0000 mgr.a (mgr.24293) 14644 : cluster 0 pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:55:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:37 smithi044 bash[32620]: cluster 2023-12-07T15:55:36.858886+0000 mgr.a (mgr.24293) 14644 : cluster 0 pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:55:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:37 smithi027 bash[31536]: cluster 2023-12-07T15:55:36.858886+0000 mgr.a (mgr.24293) 14644 : cluster 0 pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:55:38.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:38.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:38.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:38.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:38.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:38 smithi044 bash[32620]: audit 2023-12-07T15:55:38.144200+0000 mgr.a (mgr.24293) 14645 : audit 0 from='client.293130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:38 smithi022 bash[28554]: audit 2023-12-07T15:55:38.144200+0000 mgr.a (mgr.24293) 14645 : audit 0 from='client.293130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:39.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:38 smithi027 bash[31536]: audit 2023-12-07T15:55:38.144200+0000 mgr.a (mgr.24293) 14645 : audit 0 from='client.293130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:39 smithi027 bash[31536]: cluster 2023-12-07T15:55:38.859667+0000 mgr.a (mgr.24293) 14646 : cluster 0 pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:39 smithi044 bash[32620]: cluster 2023-12-07T15:55:38.859667+0000 mgr.a (mgr.24293) 14646 : cluster 0 pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:39 smithi022 bash[28554]: cluster 2023-12-07T15:55:38.859667+0000 mgr.a (mgr.24293) 14646 : cluster 0 pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:41 smithi044 bash[32620]: cluster 2023-12-07T15:55:40.860422+0000 mgr.a (mgr.24293) 14647 : cluster 0 pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:41 smithi022 bash[28554]: cluster 2023-12-07T15:55:40.860422+0000 mgr.a (mgr.24293) 14647 : cluster 0 pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:41 smithi027 bash[31536]: cluster 2023-12-07T15:55:40.860422+0000 mgr.a (mgr.24293) 14647 : cluster 0 pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:43.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:43.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:43.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:43 smithi022 bash[28554]: cluster 2023-12-07T15:55:42.860997+0000 mgr.a (mgr.24293) 14648 : 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-07T15:55:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:43 smithi044 bash[32620]: cluster 2023-12-07T15:55:42.860997+0000 mgr.a (mgr.24293) 14648 : 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-07T15:55:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:43 smithi027 bash[31536]: cluster 2023-12-07T15:55:42.860997+0000 mgr.a (mgr.24293) 14648 : 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-07T15:55:44.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:44.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:44.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:44.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:44.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:44 smithi044 bash[32620]: audit 2023-12-07T15:55:44.072847+0000 mgr.a (mgr.24293) 14649 : audit 0 from='client.293208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:44 smithi022 bash[28554]: audit 2023-12-07T15:55:44.072847+0000 mgr.a (mgr.24293) 14649 : audit 0 from='client.293208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:44 smithi027 bash[31536]: audit 2023-12-07T15:55:44.072847+0000 mgr.a (mgr.24293) 14649 : audit 0 from='client.293208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:45 smithi027 bash[31536]: cluster 2023-12-07T15:55:44.861767+0000 mgr.a (mgr.24293) 14650 : 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-07T15:55:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:45 smithi044 bash[32620]: cluster 2023-12-07T15:55:44.861767+0000 mgr.a (mgr.24293) 14650 : 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-07T15:55:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:45 smithi022 bash[28554]: cluster 2023-12-07T15:55:44.861767+0000 mgr.a (mgr.24293) 14650 : 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-07T15:55:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:47 smithi027 bash[31536]: cluster 2023-12-07T15:55:46.862619+0000 mgr.a (mgr.24293) 14651 : 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-07T15:55:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:47 smithi044 bash[32620]: cluster 2023-12-07T15:55:46.862619+0000 mgr.a (mgr.24293) 14651 : 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-07T15:55:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:47 smithi022 bash[28554]: cluster 2023-12-07T15:55:46.862619+0000 mgr.a (mgr.24293) 14651 : 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-07T15:55:49.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:49.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:49.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:49 smithi027 bash[31536]: cluster 2023-12-07T15:55:48.863200+0000 mgr.a (mgr.24293) 14652 : 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-07T15:55:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:49 smithi027 bash[31536]: audit 2023-12-07T15:55:49.124500+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:49 smithi022 bash[28554]: cluster 2023-12-07T15:55:48.863200+0000 mgr.a (mgr.24293) 14652 : 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-07T15:55:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:49 smithi022 bash[28554]: audit 2023-12-07T15:55:49.124500+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:49 smithi044 bash[32620]: cluster 2023-12-07T15:55:48.863200+0000 mgr.a (mgr.24293) 14652 : 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-07T15:55:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:49 smithi044 bash[32620]: audit 2023-12-07T15:55:49.124500+0000 mon.a (mon.0) 2473 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:50.532 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:50.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:50.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:50.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:50.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:50 smithi027 bash[31536]: audit 2023-12-07T15:55:50.008208+0000 mgr.a (mgr.24293) 14653 : audit 0 from='client.293283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:51.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:50 smithi022 bash[28554]: audit 2023-12-07T15:55:50.008208+0000 mgr.a (mgr.24293) 14653 : audit 0 from='client.293283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:50 smithi044 bash[32620]: audit 2023-12-07T15:55:50.008208+0000 mgr.a (mgr.24293) 14653 : audit 0 from='client.293283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:51 smithi027 bash[31536]: cluster 2023-12-07T15:55:50.864214+0000 mgr.a (mgr.24293) 14654 : cluster 0 pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:55:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:51 smithi044 bash[32620]: cluster 2023-12-07T15:55:50.864214+0000 mgr.a (mgr.24293) 14654 : cluster 0 pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:55:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:51 smithi022 bash[28554]: cluster 2023-12-07T15:55:50.864214+0000 mgr.a (mgr.24293) 14654 : cluster 0 pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:55:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:53 smithi027 bash[31536]: cluster 2023-12-07T15:55:52.864832+0000 mgr.a (mgr.24293) 14655 : cluster 0 pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:53 smithi044 bash[32620]: cluster 2023-12-07T15:55:52.864832+0000 mgr.a (mgr.24293) 14655 : cluster 0 pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:53 smithi022 bash[28554]: cluster 2023-12-07T15:55:52.864832+0000 mgr.a (mgr.24293) 14655 : cluster 0 pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:55.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:55:55.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:55.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:54.469103+0000 mon.a (mon.0) 2474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:54.481850+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:54.522171+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:54.527857+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:54.575001+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:54.580777+0000 mon.a (mon.0) 2479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: cluster 2023-12-07T15:55:54.865424+0000 mgr.a (mgr.24293) 14656 : cluster 0 pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:55.271527+0000 mon.a (mon.0) 2480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:55.273391+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:55 smithi044 bash[32620]: audit 2023-12-07T15:55:55.282875+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:54.469103+0000 mon.a (mon.0) 2474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:54.481850+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:54.522171+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:54.527857+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:54.575001+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:54.580777+0000 mon.a (mon.0) 2479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: cluster 2023-12-07T15:55:54.865424+0000 mgr.a (mgr.24293) 14656 : cluster 0 pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:55.271527+0000 mon.a (mon.0) 2480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:55.273391+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:55 smithi022 bash[28554]: audit 2023-12-07T15:55:55.282875+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:54.469103+0000 mon.a (mon.0) 2474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:54.481850+0000 mon.a (mon.0) 2475 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:54.522171+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:54.527857+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:54.575001+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:54.580777+0000 mon.a (mon.0) 2479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: cluster 2023-12-07T15:55:54.865424+0000 mgr.a (mgr.24293) 14656 : cluster 0 pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:55.271527+0000 mon.a (mon.0) 2480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:55.273391+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:55.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:55 smithi027 bash[31536]: audit 2023-12-07T15:55:55.282875+0000 mon.a (mon.0) 2482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:55:56.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:55:56.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:56.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:56.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:56.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:55:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:56 smithi022 bash[28554]: audit 2023-12-07T15:55:55.937655+0000 mgr.a (mgr.24293) 14657 : audit 0 from='client.293358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:56 smithi044 bash[32620]: audit 2023-12-07T15:55:55.937655+0000 mgr.a (mgr.24293) 14657 : audit 0 from='client.293358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:56.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:56 smithi027 bash[31536]: audit 2023-12-07T15:55:55.937655+0000 mgr.a (mgr.24293) 14657 : audit 0 from='client.293358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:57.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:57 smithi044 bash[32620]: cluster 2023-12-07T15:55:56.866633+0000 mgr.a (mgr.24293) 14658 : cluster 0 pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:57.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:57 smithi022 bash[28554]: cluster 2023-12-07T15:55:56.866633+0000 mgr.a (mgr.24293) 14658 : cluster 0 pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:57.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:57 smithi027 bash[31536]: cluster 2023-12-07T15:55:56.866633+0000 mgr.a (mgr.24293) 14658 : cluster 0 pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:55:59 smithi022 bash[28554]: cluster 2023-12-07T15:55:58.867266+0000 mgr.a (mgr.24293) 14659 : cluster 0 pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:55:59 smithi044 bash[32620]: cluster 2023-12-07T15:55:58.867266+0000 mgr.a (mgr.24293) 14659 : cluster 0 pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:55:59 smithi027 bash[31536]: cluster 2023-12-07T15:55:58.867266+0000 mgr.a (mgr.24293) 14659 : cluster 0 pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:01.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:01.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:01.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:01 smithi044 bash[32620]: cluster 2023-12-07T15:56:00.868081+0000 mgr.a (mgr.24293) 14660 : cluster 0 pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:01 smithi022 bash[28554]: cluster 2023-12-07T15:56:00.868081+0000 mgr.a (mgr.24293) 14660 : cluster 0 pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:01 smithi027 bash[31536]: cluster 2023-12-07T15:56:00.868081+0000 mgr.a (mgr.24293) 14660 : cluster 0 pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:02.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:02.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:02.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:02.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:02.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:02 smithi044 bash[32620]: audit 2023-12-07T15:56:01.867260+0000 mgr.a (mgr.24293) 14661 : audit 0 from='client.293433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:02 smithi022 bash[28554]: audit 2023-12-07T15:56:01.867260+0000 mgr.a (mgr.24293) 14661 : audit 0 from='client.293433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:02 smithi027 bash[31536]: audit 2023-12-07T15:56:01.867260+0000 mgr.a (mgr.24293) 14661 : audit 0 from='client.293433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:03 smithi044 bash[32620]: cluster 2023-12-07T15:56:02.868831+0000 mgr.a (mgr.24293) 14662 : cluster 0 pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:03 smithi022 bash[28554]: cluster 2023-12-07T15:56:02.868831+0000 mgr.a (mgr.24293) 14662 : cluster 0 pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:03 smithi027 bash[31536]: cluster 2023-12-07T15:56:02.868831+0000 mgr.a (mgr.24293) 14662 : cluster 0 pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:05 smithi044 bash[32620]: cluster 2023-12-07T15:56:04.869408+0000 mgr.a (mgr.24293) 14663 : cluster 0 pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:05 smithi022 bash[28554]: cluster 2023-12-07T15:56:04.869408+0000 mgr.a (mgr.24293) 14663 : cluster 0 pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:05 smithi027 bash[31536]: cluster 2023-12-07T15:56:04.869408+0000 mgr.a (mgr.24293) 14663 : cluster 0 pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:56:07.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:07.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:07.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:07 smithi027 bash[31536]: cluster 2023-12-07T15:56:06.870199+0000 mgr.a (mgr.24293) 14664 : cluster 0 pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:08.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:08.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:08.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:08.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:08.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:07 smithi044 bash[32620]: cluster 2023-12-07T15:56:06.870199+0000 mgr.a (mgr.24293) 14664 : cluster 0 pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:07 smithi022 bash[28554]: cluster 2023-12-07T15:56:06.870199+0000 mgr.a (mgr.24293) 14664 : cluster 0 pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:09.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:08 smithi027 bash[31536]: audit 2023-12-07T15:56:07.797636+0000 mgr.a (mgr.24293) 14665 : audit 0 from='client.293508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:09.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:08 smithi022 bash[28554]: audit 2023-12-07T15:56:07.797636+0000 mgr.a (mgr.24293) 14665 : audit 0 from='client.293508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:08 smithi044 bash[32620]: audit 2023-12-07T15:56:07.797636+0000 mgr.a (mgr.24293) 14665 : audit 0 from='client.293508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:09 smithi027 bash[31536]: cluster 2023-12-07T15:56:08.870849+0000 mgr.a (mgr.24293) 14666 : cluster 0 pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:09 smithi022 bash[28554]: cluster 2023-12-07T15:56:08.870849+0000 mgr.a (mgr.24293) 14666 : cluster 0 pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:09 smithi044 bash[32620]: cluster 2023-12-07T15:56:08.870849+0000 mgr.a (mgr.24293) 14666 : cluster 0 pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:11 smithi044 bash[32620]: cluster 2023-12-07T15:56:10.871705+0000 mgr.a (mgr.24293) 14667 : cluster 0 pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:11 smithi022 bash[28554]: cluster 2023-12-07T15:56:10.871705+0000 mgr.a (mgr.24293) 14667 : cluster 0 pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:11 smithi027 bash[31536]: cluster 2023-12-07T15:56:10.871705+0000 mgr.a (mgr.24293) 14667 : cluster 0 pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:13.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:13.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:13.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:13 smithi027 bash[31536]: cluster 2023-12-07T15:56:12.872308+0000 mgr.a (mgr.24293) 14668 : cluster 0 pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:14.250 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:14.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:14.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:14.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:14.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:13 smithi044 bash[32620]: cluster 2023-12-07T15:56:12.872308+0000 mgr.a (mgr.24293) 14668 : cluster 0 pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:13 smithi022 bash[28554]: cluster 2023-12-07T15:56:12.872308+0000 mgr.a (mgr.24293) 14668 : cluster 0 pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:14 smithi027 bash[31536]: audit 2023-12-07T15:56:13.738381+0000 mgr.a (mgr.24293) 14669 : audit 0 from='client.293586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:14 smithi022 bash[28554]: audit 2023-12-07T15:56:13.738381+0000 mgr.a (mgr.24293) 14669 : audit 0 from='client.293586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:14 smithi044 bash[32620]: audit 2023-12-07T15:56:13.738381+0000 mgr.a (mgr.24293) 14669 : audit 0 from='client.293586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:15 smithi027 bash[31536]: cluster 2023-12-07T15:56:14.873036+0000 mgr.a (mgr.24293) 14670 : cluster 0 pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:15 smithi044 bash[32620]: cluster 2023-12-07T15:56:14.873036+0000 mgr.a (mgr.24293) 14670 : cluster 0 pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:15 smithi022 bash[28554]: cluster 2023-12-07T15:56:14.873036+0000 mgr.a (mgr.24293) 14670 : cluster 0 pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:17 smithi027 bash[31536]: cluster 2023-12-07T15:56:16.873799+0000 mgr.a (mgr.24293) 14671 : cluster 0 pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:17 smithi022 bash[28554]: cluster 2023-12-07T15:56:16.873799+0000 mgr.a (mgr.24293) 14671 : cluster 0 pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:17 smithi044 bash[32620]: cluster 2023-12-07T15:56:16.873799+0000 mgr.a (mgr.24293) 14671 : cluster 0 pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:19.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:19.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:19.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:19 smithi027 bash[31536]: cluster 2023-12-07T15:56:18.874369+0000 mgr.a (mgr.24293) 14672 : 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-07T15:56:20.205 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:20.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:20.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:20.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:20.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:19 smithi044 bash[32620]: cluster 2023-12-07T15:56:18.874369+0000 mgr.a (mgr.24293) 14672 : 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-07T15:56:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:19 smithi022 bash[28554]: cluster 2023-12-07T15:56:18.874369+0000 mgr.a (mgr.24293) 14672 : 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-07T15:56:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:20 smithi027 bash[31536]: audit 2023-12-07T15:56:19.668563+0000 mgr.a (mgr.24293) 14673 : audit 0 from='client.293664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:20 smithi022 bash[28554]: audit 2023-12-07T15:56:19.668563+0000 mgr.a (mgr.24293) 14673 : audit 0 from='client.293664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:20 smithi044 bash[32620]: audit 2023-12-07T15:56:19.668563+0000 mgr.a (mgr.24293) 14673 : audit 0 from='client.293664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:21 smithi044 bash[32620]: cluster 2023-12-07T15:56:20.875375+0000 mgr.a (mgr.24293) 14674 : 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-07T15:56:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:21 smithi022 bash[28554]: cluster 2023-12-07T15:56:20.875375+0000 mgr.a (mgr.24293) 14674 : 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-07T15:56:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:21 smithi027 bash[31536]: cluster 2023-12-07T15:56:20.875375+0000 mgr.a (mgr.24293) 14674 : 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-07T15:56:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:23 smithi022 bash[28554]: cluster 2023-12-07T15:56:22.876113+0000 mgr.a (mgr.24293) 14675 : 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-07T15:56:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:23 smithi044 bash[32620]: cluster 2023-12-07T15:56:22.876113+0000 mgr.a (mgr.24293) 14675 : 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-07T15:56:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:23 smithi027 bash[31536]: cluster 2023-12-07T15:56:22.876113+0000 mgr.a (mgr.24293) 14675 : 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-07T15:56:25.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:25.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:25.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:26.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:26.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:26.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:26.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:26.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:25 smithi022 bash[28554]: cluster 2023-12-07T15:56:24.876841+0000 mgr.a (mgr.24293) 14676 : 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-07T15:56:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:25 smithi044 bash[32620]: cluster 2023-12-07T15:56:24.876841+0000 mgr.a (mgr.24293) 14676 : 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-07T15:56:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:25 smithi027 bash[31536]: cluster 2023-12-07T15:56:24.876841+0000 mgr.a (mgr.24293) 14676 : 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-07T15:56:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:26 smithi022 bash[28554]: audit 2023-12-07T15:56:25.619698+0000 mgr.a (mgr.24293) 14677 : audit 0 from='client.293742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:26 smithi044 bash[32620]: audit 2023-12-07T15:56:25.619698+0000 mgr.a (mgr.24293) 14677 : audit 0 from='client.293742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:26 smithi027 bash[31536]: audit 2023-12-07T15:56:25.619698+0000 mgr.a (mgr.24293) 14677 : audit 0 from='client.293742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:27 smithi044 bash[32620]: cluster 2023-12-07T15:56:26.877846+0000 mgr.a (mgr.24293) 14678 : cluster 0 pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:27 smithi022 bash[28554]: cluster 2023-12-07T15:56:26.877846+0000 mgr.a (mgr.24293) 14678 : cluster 0 pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:27 smithi027 bash[31536]: cluster 2023-12-07T15:56:26.877846+0000 mgr.a (mgr.24293) 14678 : cluster 0 pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:29 smithi022 bash[28554]: cluster 2023-12-07T15:56:28.878456+0000 mgr.a (mgr.24293) 14679 : cluster 0 pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:29 smithi044 bash[32620]: cluster 2023-12-07T15:56:28.878456+0000 mgr.a (mgr.24293) 14679 : cluster 0 pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:29 smithi027 bash[31536]: cluster 2023-12-07T15:56:28.878456+0000 mgr.a (mgr.24293) 14679 : cluster 0 pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:31.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:31.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:31.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:31 smithi044 bash[32620]: cluster 2023-12-07T15:56:30.879232+0000 mgr.a (mgr.24293) 14680 : cluster 0 pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:31 smithi022 bash[28554]: cluster 2023-12-07T15:56:30.879232+0000 mgr.a (mgr.24293) 14680 : cluster 0 pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:31 smithi027 bash[31536]: cluster 2023-12-07T15:56:30.879232+0000 mgr.a (mgr.24293) 14680 : cluster 0 pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:32.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:32.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:32.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:32.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:32.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:32 smithi044 bash[32620]: audit 2023-12-07T15:56:31.560202+0000 mgr.a (mgr.24293) 14681 : audit 0 from='client.241591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:32 smithi022 bash[28554]: audit 2023-12-07T15:56:31.560202+0000 mgr.a (mgr.24293) 14681 : audit 0 from='client.241591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:32 smithi027 bash[31536]: audit 2023-12-07T15:56:31.560202+0000 mgr.a (mgr.24293) 14681 : audit 0 from='client.241591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:33.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:33 smithi044 bash[32620]: cluster 2023-12-07T15:56:32.880075+0000 mgr.a (mgr.24293) 14682 : cluster 0 pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:33 smithi022 bash[28554]: cluster 2023-12-07T15:56:32.880075+0000 mgr.a (mgr.24293) 14682 : cluster 0 pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:33.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:33 smithi027 bash[31536]: cluster 2023-12-07T15:56:32.880075+0000 mgr.a (mgr.24293) 14682 : cluster 0 pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:35 smithi027 bash[31536]: cluster 2023-12-07T15:56:34.880716+0000 mgr.a (mgr.24293) 14683 : cluster 0 pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:35 smithi044 bash[32620]: cluster 2023-12-07T15:56:34.880716+0000 mgr.a (mgr.24293) 14683 : cluster 0 pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:35 smithi022 bash[28554]: cluster 2023-12-07T15:56:34.880716+0000 mgr.a (mgr.24293) 14683 : cluster 0 pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:37.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:37.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:37.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:38.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:38.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:38.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:38.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:38.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:37 smithi027 bash[31536]: cluster 2023-12-07T15:56:36.881520+0000 mgr.a (mgr.24293) 14684 : 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-07T15:56:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:37 smithi044 bash[32620]: cluster 2023-12-07T15:56:36.881520+0000 mgr.a (mgr.24293) 14684 : 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-07T15:56:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:37 smithi022 bash[28554]: cluster 2023-12-07T15:56:36.881520+0000 mgr.a (mgr.24293) 14684 : 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-07T15:56:39.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:38 smithi027 bash[31536]: audit 2023-12-07T15:56:37.495896+0000 mgr.a (mgr.24293) 14685 : audit 0 from='client.293895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:38 smithi044 bash[32620]: audit 2023-12-07T15:56:37.495896+0000 mgr.a (mgr.24293) 14685 : audit 0 from='client.293895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:38 smithi022 bash[28554]: audit 2023-12-07T15:56:37.495896+0000 mgr.a (mgr.24293) 14685 : audit 0 from='client.293895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:39 smithi044 bash[32620]: cluster 2023-12-07T15:56:38.882169+0000 mgr.a (mgr.24293) 14686 : cluster 0 pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:39 smithi022 bash[28554]: cluster 2023-12-07T15:56:38.882169+0000 mgr.a (mgr.24293) 14686 : cluster 0 pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:39 smithi027 bash[31536]: cluster 2023-12-07T15:56:38.882169+0000 mgr.a (mgr.24293) 14686 : cluster 0 pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:41 smithi044 bash[32620]: cluster 2023-12-07T15:56:40.883000+0000 mgr.a (mgr.24293) 14687 : cluster 0 pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:41 smithi022 bash[28554]: cluster 2023-12-07T15:56:40.883000+0000 mgr.a (mgr.24293) 14687 : cluster 0 pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:41 smithi027 bash[31536]: cluster 2023-12-07T15:56:40.883000+0000 mgr.a (mgr.24293) 14687 : cluster 0 pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:43.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:43.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:43.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:43.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:43.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:43.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:43.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:43.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:43 smithi027 bash[31536]: cluster 2023-12-07T15:56:42.883582+0000 mgr.a (mgr.24293) 14688 : cluster 0 pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:43 smithi022 bash[28554]: cluster 2023-12-07T15:56:42.883582+0000 mgr.a (mgr.24293) 14688 : cluster 0 pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:43 smithi044 bash[32620]: cluster 2023-12-07T15:56:42.883582+0000 mgr.a (mgr.24293) 14688 : cluster 0 pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:44 smithi027 bash[31536]: audit 2023-12-07T15:56:43.425718+0000 mgr.a (mgr.24293) 14689 : audit 0 from='client.293970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:44 smithi044 bash[32620]: audit 2023-12-07T15:56:43.425718+0000 mgr.a (mgr.24293) 14689 : audit 0 from='client.293970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:44 smithi022 bash[28554]: audit 2023-12-07T15:56:43.425718+0000 mgr.a (mgr.24293) 14689 : audit 0 from='client.293970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:45 smithi022 bash[28554]: cluster 2023-12-07T15:56:44.884158+0000 mgr.a (mgr.24293) 14690 : cluster 0 pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:45 smithi044 bash[32620]: cluster 2023-12-07T15:56:44.884158+0000 mgr.a (mgr.24293) 14690 : cluster 0 pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:45 smithi027 bash[31536]: cluster 2023-12-07T15:56:44.884158+0000 mgr.a (mgr.24293) 14690 : cluster 0 pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:47 smithi044 bash[32620]: cluster 2023-12-07T15:56:46.884962+0000 mgr.a (mgr.24293) 14691 : cluster 0 pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:47 smithi022 bash[28554]: cluster 2023-12-07T15:56:46.884962+0000 mgr.a (mgr.24293) 14691 : cluster 0 pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:47 smithi027 bash[31536]: cluster 2023-12-07T15:56:46.884962+0000 mgr.a (mgr.24293) 14691 : cluster 0 pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:48.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:48.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:48.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:49.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:49.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:49.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:49.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:49.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:49 smithi044 bash[32620]: cluster 2023-12-07T15:56:48.885544+0000 mgr.a (mgr.24293) 14692 : 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-07T15:56:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:49 smithi044 bash[32620]: audit 2023-12-07T15:56:49.363971+0000 mgr.a (mgr.24293) 14693 : audit 0 from='client.294045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:49 smithi022 bash[28554]: cluster 2023-12-07T15:56:48.885544+0000 mgr.a (mgr.24293) 14692 : 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-07T15:56:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:49 smithi022 bash[28554]: audit 2023-12-07T15:56:49.363971+0000 mgr.a (mgr.24293) 14693 : audit 0 from='client.294045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:49 smithi027 bash[31536]: cluster 2023-12-07T15:56:48.885544+0000 mgr.a (mgr.24293) 14692 : 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-07T15:56:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:49 smithi027 bash[31536]: audit 2023-12-07T15:56:49.363971+0000 mgr.a (mgr.24293) 14693 : audit 0 from='client.294045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:51 smithi022 bash[28554]: cluster 2023-12-07T15:56:50.886426+0000 mgr.a (mgr.24293) 14694 : 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-07T15:56:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:51 smithi044 bash[32620]: cluster 2023-12-07T15:56:50.886426+0000 mgr.a (mgr.24293) 14694 : 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-07T15:56:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:51 smithi027 bash[31536]: cluster 2023-12-07T15:56:50.886426+0000 mgr.a (mgr.24293) 14694 : 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-07T15:56:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:53 smithi027 bash[31536]: cluster 2023-12-07T15:56:52.886974+0000 mgr.a (mgr.24293) 14695 : 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-07T15:56:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:53 smithi022 bash[28554]: cluster 2023-12-07T15:56:52.886974+0000 mgr.a (mgr.24293) 14695 : 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-07T15:56:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:53 smithi044 bash[32620]: cluster 2023-12-07T15:56:52.886974+0000 mgr.a (mgr.24293) 14695 : 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-07T15:56:54.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:55.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:56:55.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:55.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:55.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:55.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:56:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:55 smithi027 bash[31536]: cluster 2023-12-07T15:56:54.887566+0000 mgr.a (mgr.24293) 14696 : 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-07T15:56:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:55 smithi027 bash[31536]: audit 2023-12-07T15:56:55.315983+0000 mgr.a (mgr.24293) 14697 : audit 0 from='client.294117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:55 smithi027 bash[31536]: audit 2023-12-07T15:56:55.386177+0000 mon.a (mon.0) 2483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:55 smithi044 bash[32620]: cluster 2023-12-07T15:56:54.887566+0000 mgr.a (mgr.24293) 14696 : 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-07T15:56:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:55 smithi044 bash[32620]: audit 2023-12-07T15:56:55.315983+0000 mgr.a (mgr.24293) 14697 : audit 0 from='client.294117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:55 smithi044 bash[32620]: audit 2023-12-07T15:56:55.386177+0000 mon.a (mon.0) 2483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:55 smithi022 bash[28554]: cluster 2023-12-07T15:56:54.887566+0000 mgr.a (mgr.24293) 14696 : 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-07T15:56:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:55 smithi022 bash[28554]: audit 2023-12-07T15:56:55.315983+0000 mgr.a (mgr.24293) 14697 : audit 0 from='client.294117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:55 smithi022 bash[28554]: audit 2023-12-07T15:56:55.386177+0000 mon.a (mon.0) 2483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:56 smithi044 bash[32620]: audit 2023-12-07T15:56:56.170024+0000 mon.a (mon.0) 2484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:56 smithi044 bash[32620]: audit 2023-12-07T15:56:56.172186+0000 mon.a (mon.0) 2485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:56 smithi044 bash[32620]: audit 2023-12-07T15:56:56.182132+0000 mon.a (mon.0) 2486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:56:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:56 smithi022 bash[28554]: audit 2023-12-07T15:56:56.170024+0000 mon.a (mon.0) 2484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:56 smithi022 bash[28554]: audit 2023-12-07T15:56:56.172186+0000 mon.a (mon.0) 2485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:56 smithi022 bash[28554]: audit 2023-12-07T15:56:56.182132+0000 mon.a (mon.0) 2486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:56:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:56 smithi027 bash[31536]: audit 2023-12-07T15:56:56.170024+0000 mon.a (mon.0) 2484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:56 smithi027 bash[31536]: audit 2023-12-07T15:56:56.172186+0000 mon.a (mon.0) 2485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:56 smithi027 bash[31536]: audit 2023-12-07T15:56:56.182132+0000 mon.a (mon.0) 2486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:56:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:56:58 smithi027 bash[31536]: cluster 2023-12-07T15:56:56.888565+0000 mgr.a (mgr.24293) 14698 : cluster 0 pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:56:58 smithi044 bash[32620]: cluster 2023-12-07T15:56:56.888565+0000 mgr.a (mgr.24293) 14698 : cluster 0 pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:56:58 smithi022 bash[28554]: cluster 2023-12-07T15:56:56.888565+0000 mgr.a (mgr.24293) 14698 : cluster 0 pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:57:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:00 smithi027 bash[31536]: cluster 2023-12-07T15:56:58.889127+0000 mgr.a (mgr.24293) 14699 : cluster 0 pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:57:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:00 smithi044 bash[32620]: cluster 2023-12-07T15:56:58.889127+0000 mgr.a (mgr.24293) 14699 : cluster 0 pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:57:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:00 smithi022 bash[28554]: cluster 2023-12-07T15:56:58.889127+0000 mgr.a (mgr.24293) 14699 : cluster 0 pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:57:00.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:00.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:00.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:01.744 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:01.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:01.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:01.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:01.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:01 smithi044 bash[32620]: cluster 2023-12-07T15:57:00.889903+0000 mgr.a (mgr.24293) 14700 : cluster 0 pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:01 smithi044 bash[32620]: audit 2023-12-07T15:57:01.235038+0000 mgr.a (mgr.24293) 14701 : audit 0 from='client.294192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:01 smithi022 bash[28554]: cluster 2023-12-07T15:57:00.889903+0000 mgr.a (mgr.24293) 14700 : cluster 0 pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:01 smithi022 bash[28554]: audit 2023-12-07T15:57:01.235038+0000 mgr.a (mgr.24293) 14701 : audit 0 from='client.294192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:01 smithi027 bash[31536]: cluster 2023-12-07T15:57:00.889903+0000 mgr.a (mgr.24293) 14700 : cluster 0 pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:01 smithi027 bash[31536]: audit 2023-12-07T15:57:01.235038+0000 mgr.a (mgr.24293) 14701 : audit 0 from='client.294192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:03 smithi027 bash[31536]: cluster 2023-12-07T15:57:02.890570+0000 mgr.a (mgr.24293) 14702 : cluster 0 pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:03 smithi022 bash[28554]: cluster 2023-12-07T15:57:02.890570+0000 mgr.a (mgr.24293) 14702 : cluster 0 pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:03 smithi044 bash[32620]: cluster 2023-12-07T15:57:02.890570+0000 mgr.a (mgr.24293) 14702 : cluster 0 pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:05 smithi022 bash[28554]: cluster 2023-12-07T15:57:04.891131+0000 mgr.a (mgr.24293) 14703 : cluster 0 pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:05 smithi044 bash[32620]: cluster 2023-12-07T15:57:04.891131+0000 mgr.a (mgr.24293) 14703 : cluster 0 pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:05 smithi027 bash[31536]: cluster 2023-12-07T15:57:04.891131+0000 mgr.a (mgr.24293) 14703 : cluster 0 pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:06.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:06.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:06.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:07.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:07.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:07.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:07.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:07.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:07 smithi044 bash[32620]: cluster 2023-12-07T15:57:06.891781+0000 mgr.a (mgr.24293) 14704 : cluster 0 pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:07 smithi044 bash[32620]: audit 2023-12-07T15:57:07.166268+0000 mgr.a (mgr.24293) 14705 : audit 0 from='client.294267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:07 smithi022 bash[28554]: cluster 2023-12-07T15:57:06.891781+0000 mgr.a (mgr.24293) 14704 : cluster 0 pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:08.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:07 smithi022 bash[28554]: audit 2023-12-07T15:57:07.166268+0000 mgr.a (mgr.24293) 14705 : audit 0 from='client.294267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:07 smithi027 bash[31536]: cluster 2023-12-07T15:57:06.891781+0000 mgr.a (mgr.24293) 14704 : cluster 0 pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:07 smithi027 bash[31536]: audit 2023-12-07T15:57:07.166268+0000 mgr.a (mgr.24293) 14705 : audit 0 from='client.294267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:09 smithi044 bash[32620]: cluster 2023-12-07T15:57:08.892386+0000 mgr.a (mgr.24293) 14706 : cluster 0 pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:57:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:09 smithi022 bash[28554]: cluster 2023-12-07T15:57:08.892386+0000 mgr.a (mgr.24293) 14706 : cluster 0 pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:57:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:09 smithi027 bash[31536]: cluster 2023-12-07T15:57:08.892386+0000 mgr.a (mgr.24293) 14706 : cluster 0 pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:57:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:11 smithi044 bash[32620]: cluster 2023-12-07T15:57:10.893150+0000 mgr.a (mgr.24293) 14707 : cluster 0 pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:57:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:11 smithi022 bash[28554]: cluster 2023-12-07T15:57:10.893150+0000 mgr.a (mgr.24293) 14707 : cluster 0 pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:57:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:11 smithi027 bash[31536]: cluster 2023-12-07T15:57:10.893150+0000 mgr.a (mgr.24293) 14707 : cluster 0 pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:57:12.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:12.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:12.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:13.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:13.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:13.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:13.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:13.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:13 smithi022 bash[28554]: cluster 2023-12-07T15:57:12.893698+0000 mgr.a (mgr.24293) 14708 : cluster 0 pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:13 smithi022 bash[28554]: audit 2023-12-07T15:57:13.107725+0000 mgr.a (mgr.24293) 14709 : audit 0 from='client.294339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:13 smithi044 bash[32620]: cluster 2023-12-07T15:57:12.893698+0000 mgr.a (mgr.24293) 14708 : cluster 0 pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:13 smithi044 bash[32620]: audit 2023-12-07T15:57:13.107725+0000 mgr.a (mgr.24293) 14709 : audit 0 from='client.294339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:13 smithi027 bash[31536]: cluster 2023-12-07T15:57:12.893698+0000 mgr.a (mgr.24293) 14708 : cluster 0 pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:13 smithi027 bash[31536]: audit 2023-12-07T15:57:13.107725+0000 mgr.a (mgr.24293) 14709 : audit 0 from='client.294339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:15 smithi044 bash[32620]: cluster 2023-12-07T15:57:14.894351+0000 mgr.a (mgr.24293) 14710 : cluster 0 pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:15 smithi022 bash[28554]: cluster 2023-12-07T15:57:14.894351+0000 mgr.a (mgr.24293) 14710 : cluster 0 pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:15 smithi027 bash[31536]: cluster 2023-12-07T15:57:14.894351+0000 mgr.a (mgr.24293) 14710 : cluster 0 pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:17 smithi044 bash[32620]: cluster 2023-12-07T15:57:16.895200+0000 mgr.a (mgr.24293) 14711 : cluster 0 pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:17 smithi022 bash[28554]: cluster 2023-12-07T15:57:16.895200+0000 mgr.a (mgr.24293) 14711 : cluster 0 pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:17 smithi027 bash[31536]: cluster 2023-12-07T15:57:16.895200+0000 mgr.a (mgr.24293) 14711 : cluster 0 pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:18.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:18.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:18.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:19.549 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:19 smithi044 bash[32620]: cluster 2023-12-07T15:57:18.895634+0000 mgr.a (mgr.24293) 14712 : cluster 0 pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:19 smithi044 bash[32620]: audit 2023-12-07T15:57:19.026957+0000 mgr.a (mgr.24293) 14713 : audit 0 from='client.294414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:19 smithi022 bash[28554]: cluster 2023-12-07T15:57:18.895634+0000 mgr.a (mgr.24293) 14712 : cluster 0 pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:19 smithi022 bash[28554]: audit 2023-12-07T15:57:19.026957+0000 mgr.a (mgr.24293) 14713 : audit 0 from='client.294414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:19 smithi027 bash[31536]: cluster 2023-12-07T15:57:18.895634+0000 mgr.a (mgr.24293) 14712 : cluster 0 pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:19 smithi027 bash[31536]: audit 2023-12-07T15:57:19.026957+0000 mgr.a (mgr.24293) 14713 : audit 0 from='client.294414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:21 smithi044 bash[32620]: cluster 2023-12-07T15:57:20.896518+0000 mgr.a (mgr.24293) 14714 : cluster 0 pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:21 smithi022 bash[28554]: cluster 2023-12-07T15:57:20.896518+0000 mgr.a (mgr.24293) 14714 : cluster 0 pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:21 smithi027 bash[31536]: cluster 2023-12-07T15:57:20.896518+0000 mgr.a (mgr.24293) 14714 : cluster 0 pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:23 smithi044 bash[32620]: cluster 2023-12-07T15:57:22.897076+0000 mgr.a (mgr.24293) 14715 : 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-07T15:57:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:23 smithi022 bash[28554]: cluster 2023-12-07T15:57:22.897076+0000 mgr.a (mgr.24293) 14715 : 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-07T15:57:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:23 smithi027 bash[31536]: cluster 2023-12-07T15:57:22.897076+0000 mgr.a (mgr.24293) 14715 : 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-07T15:57:24.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:24.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:24.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:25.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:25.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:25.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:25.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:25.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:25 smithi044 bash[32620]: cluster 2023-12-07T15:57:24.897604+0000 mgr.a (mgr.24293) 14716 : 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-07T15:57:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:25 smithi044 bash[32620]: audit 2023-12-07T15:57:24.966072+0000 mgr.a (mgr.24293) 14717 : audit 0 from='client.294492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:25 smithi022 bash[28554]: cluster 2023-12-07T15:57:24.897604+0000 mgr.a (mgr.24293) 14716 : 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-07T15:57:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:25 smithi022 bash[28554]: audit 2023-12-07T15:57:24.966072+0000 mgr.a (mgr.24293) 14717 : audit 0 from='client.294492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:25 smithi027 bash[31536]: cluster 2023-12-07T15:57:24.897604+0000 mgr.a (mgr.24293) 14716 : 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-07T15:57:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:25 smithi027 bash[31536]: audit 2023-12-07T15:57:24.966072+0000 mgr.a (mgr.24293) 14717 : audit 0 from='client.294492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:27 smithi022 bash[28554]: cluster 2023-12-07T15:57:26.898500+0000 mgr.a (mgr.24293) 14718 : cluster 0 pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:57:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:27 smithi044 bash[32620]: cluster 2023-12-07T15:57:26.898500+0000 mgr.a (mgr.24293) 14718 : cluster 0 pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:57:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:27 smithi027 bash[31536]: cluster 2023-12-07T15:57:26.898500+0000 mgr.a (mgr.24293) 14718 : cluster 0 pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:57:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:29 smithi044 bash[32620]: cluster 2023-12-07T15:57:28.899048+0000 mgr.a (mgr.24293) 14719 : cluster 0 pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:57:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:29 smithi022 bash[28554]: cluster 2023-12-07T15:57:28.899048+0000 mgr.a (mgr.24293) 14719 : cluster 0 pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:57:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:29 smithi027 bash[31536]: cluster 2023-12-07T15:57:28.899048+0000 mgr.a (mgr.24293) 14719 : cluster 0 pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:57:30.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:30.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:30.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:31.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:31 smithi044 bash[32620]: cluster 2023-12-07T15:57:30.899734+0000 mgr.a (mgr.24293) 14720 : cluster 0 pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:31 smithi044 bash[32620]: audit 2023-12-07T15:57:30.915001+0000 mgr.a (mgr.24293) 14721 : audit 0 from='client.294564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:31 smithi022 bash[28554]: cluster 2023-12-07T15:57:30.899734+0000 mgr.a (mgr.24293) 14720 : cluster 0 pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:31 smithi022 bash[28554]: audit 2023-12-07T15:57:30.915001+0000 mgr.a (mgr.24293) 14721 : audit 0 from='client.294564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:31 smithi027 bash[31536]: cluster 2023-12-07T15:57:30.899734+0000 mgr.a (mgr.24293) 14720 : cluster 0 pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:31 smithi027 bash[31536]: audit 2023-12-07T15:57:30.915001+0000 mgr.a (mgr.24293) 14721 : audit 0 from='client.294564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:33 smithi044 bash[32620]: cluster 2023-12-07T15:57:32.900356+0000 mgr.a (mgr.24293) 14722 : cluster 0 pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:33 smithi022 bash[28554]: cluster 2023-12-07T15:57:32.900356+0000 mgr.a (mgr.24293) 14722 : cluster 0 pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:33 smithi027 bash[31536]: cluster 2023-12-07T15:57:32.900356+0000 mgr.a (mgr.24293) 14722 : cluster 0 pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:35 smithi044 bash[32620]: cluster 2023-12-07T15:57:34.901072+0000 mgr.a (mgr.24293) 14723 : cluster 0 pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:35 smithi022 bash[28554]: cluster 2023-12-07T15:57:34.901072+0000 mgr.a (mgr.24293) 14723 : cluster 0 pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:36.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:36.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:36.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:35 smithi027 bash[31536]: cluster 2023-12-07T15:57:34.901072+0000 mgr.a (mgr.24293) 14723 : cluster 0 pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:37.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:37.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:37.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:37.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:37.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:37 smithi044 bash[32620]: audit 2023-12-07T15:57:36.855646+0000 mgr.a (mgr.24293) 14724 : audit 0 from='client.294636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:37 smithi044 bash[32620]: cluster 2023-12-07T15:57:36.902009+0000 mgr.a (mgr.24293) 14725 : cluster 0 pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:37 smithi022 bash[28554]: audit 2023-12-07T15:57:36.855646+0000 mgr.a (mgr.24293) 14724 : audit 0 from='client.294636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:37 smithi022 bash[28554]: cluster 2023-12-07T15:57:36.902009+0000 mgr.a (mgr.24293) 14725 : cluster 0 pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:37 smithi027 bash[31536]: audit 2023-12-07T15:57:36.855646+0000 mgr.a (mgr.24293) 14724 : audit 0 from='client.294636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:37 smithi027 bash[31536]: cluster 2023-12-07T15:57:36.902009+0000 mgr.a (mgr.24293) 14725 : cluster 0 pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:39 smithi044 bash[32620]: cluster 2023-12-07T15:57:38.902774+0000 mgr.a (mgr.24293) 14726 : cluster 0 pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:57:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:39 smithi022 bash[28554]: cluster 2023-12-07T15:57:38.902774+0000 mgr.a (mgr.24293) 14726 : cluster 0 pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:57:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:39 smithi027 bash[31536]: cluster 2023-12-07T15:57:38.902774+0000 mgr.a (mgr.24293) 14726 : cluster 0 pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:57:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:41 smithi044 bash[32620]: cluster 2023-12-07T15:57:40.903625+0000 mgr.a (mgr.24293) 14727 : cluster 0 pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:57:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:41 smithi022 bash[28554]: cluster 2023-12-07T15:57:40.903625+0000 mgr.a (mgr.24293) 14727 : cluster 0 pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:57:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:41 smithi027 bash[31536]: cluster 2023-12-07T15:57:40.903625+0000 mgr.a (mgr.24293) 14727 : cluster 0 pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:57:42.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:42.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:42.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:43.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:43.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:43.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:43.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:43.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:43 smithi044 bash[32620]: audit 2023-12-07T15:57:42.791789+0000 mgr.a (mgr.24293) 14728 : audit 0 from='client.294714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:43 smithi044 bash[32620]: cluster 2023-12-07T15:57:42.904321+0000 mgr.a (mgr.24293) 14729 : cluster 0 pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:43 smithi022 bash[28554]: audit 2023-12-07T15:57:42.791789+0000 mgr.a (mgr.24293) 14728 : audit 0 from='client.294714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:43 smithi022 bash[28554]: cluster 2023-12-07T15:57:42.904321+0000 mgr.a (mgr.24293) 14729 : cluster 0 pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:43 smithi027 bash[31536]: audit 2023-12-07T15:57:42.791789+0000 mgr.a (mgr.24293) 14728 : audit 0 from='client.294714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:43 smithi027 bash[31536]: cluster 2023-12-07T15:57:42.904321+0000 mgr.a (mgr.24293) 14729 : cluster 0 pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:45 smithi044 bash[32620]: cluster 2023-12-07T15:57:44.905215+0000 mgr.a (mgr.24293) 14730 : cluster 0 pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:45 smithi022 bash[28554]: cluster 2023-12-07T15:57:44.905215+0000 mgr.a (mgr.24293) 14730 : cluster 0 pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:45 smithi027 bash[31536]: cluster 2023-12-07T15:57:44.905215+0000 mgr.a (mgr.24293) 14730 : cluster 0 pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:48.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:48.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:48.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:47 smithi022 bash[28554]: cluster 2023-12-07T15:57:46.906080+0000 mgr.a (mgr.24293) 14731 : cluster 0 pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:47 smithi044 bash[32620]: cluster 2023-12-07T15:57:46.906080+0000 mgr.a (mgr.24293) 14731 : cluster 0 pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:47 smithi027 bash[31536]: cluster 2023-12-07T15:57:46.906080+0000 mgr.a (mgr.24293) 14731 : cluster 0 pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:49.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:49 smithi022 bash[28554]: audit 2023-12-07T15:57:48.742342+0000 mgr.a (mgr.24293) 14732 : audit 0 from='client.294792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:49 smithi022 bash[28554]: cluster 2023-12-07T15:57:48.906894+0000 mgr.a (mgr.24293) 14733 : cluster 0 pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:49 smithi044 bash[32620]: audit 2023-12-07T15:57:48.742342+0000 mgr.a (mgr.24293) 14732 : audit 0 from='client.294792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:49 smithi044 bash[32620]: cluster 2023-12-07T15:57:48.906894+0000 mgr.a (mgr.24293) 14733 : cluster 0 pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:49 smithi027 bash[31536]: audit 2023-12-07T15:57:48.742342+0000 mgr.a (mgr.24293) 14732 : audit 0 from='client.294792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:49 smithi027 bash[31536]: cluster 2023-12-07T15:57:48.906894+0000 mgr.a (mgr.24293) 14733 : cluster 0 pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:51 smithi044 bash[32620]: cluster 2023-12-07T15:57:50.907891+0000 mgr.a (mgr.24293) 14734 : cluster 0 pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:51 smithi022 bash[28554]: cluster 2023-12-07T15:57:50.907891+0000 mgr.a (mgr.24293) 14734 : cluster 0 pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:51 smithi027 bash[31536]: cluster 2023-12-07T15:57:50.907891+0000 mgr.a (mgr.24293) 14734 : cluster 0 pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:54.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:57:54.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:54.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:53 smithi044 bash[32620]: cluster 2023-12-07T15:57:52.908495+0000 mgr.a (mgr.24293) 14735 : 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-07T15:57:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:53 smithi022 bash[28554]: cluster 2023-12-07T15:57:52.908495+0000 mgr.a (mgr.24293) 14735 : 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-07T15:57:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:53 smithi027 bash[31536]: cluster 2023-12-07T15:57:52.908495+0000 mgr.a (mgr.24293) 14735 : 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-07T15:57:55.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:55.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:55.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:55.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:57:55.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:57:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:55 smithi044 bash[32620]: audit 2023-12-07T15:57:54.708377+0000 mgr.a (mgr.24293) 14736 : audit 0 from='client.294867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:55 smithi044 bash[32620]: cluster 2023-12-07T15:57:54.909346+0000 mgr.a (mgr.24293) 14737 : 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-07T15:57:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:55 smithi022 bash[28554]: audit 2023-12-07T15:57:54.708377+0000 mgr.a (mgr.24293) 14736 : audit 0 from='client.294867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:55 smithi022 bash[28554]: cluster 2023-12-07T15:57:54.909346+0000 mgr.a (mgr.24293) 14737 : 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-07T15:57:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:55 smithi027 bash[31536]: audit 2023-12-07T15:57:54.708377+0000 mgr.a (mgr.24293) 14736 : audit 0 from='client.294867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:55 smithi027 bash[31536]: cluster 2023-12-07T15:57:54.909346+0000 mgr.a (mgr.24293) 14737 : 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-07T15:57:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:56 smithi022 bash[28554]: audit 2023-12-07T15:57:56.286273+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:56 smithi044 bash[32620]: audit 2023-12-07T15:57:56.286273+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:56 smithi027 bash[31536]: audit 2023-12-07T15:57:56.286273+0000 mon.a (mon.0) 2487 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:57 smithi022 bash[28554]: cluster 2023-12-07T15:57:56.910321+0000 mgr.a (mgr.24293) 14738 : 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-07T15:57:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:57 smithi022 bash[28554]: audit 2023-12-07T15:57:57.075917+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:57 smithi022 bash[28554]: audit 2023-12-07T15:57:57.077812+0000 mon.a (mon.0) 2489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:57 smithi022 bash[28554]: audit 2023-12-07T15:57:57.087339+0000 mon.a (mon.0) 2490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:57:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:57 smithi044 bash[32620]: cluster 2023-12-07T15:57:56.910321+0000 mgr.a (mgr.24293) 14738 : 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-07T15:57:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:57 smithi044 bash[32620]: audit 2023-12-07T15:57:57.075917+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:57 smithi044 bash[32620]: audit 2023-12-07T15:57:57.077812+0000 mon.a (mon.0) 2489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:57 smithi044 bash[32620]: audit 2023-12-07T15:57:57.087339+0000 mon.a (mon.0) 2490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:57:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:57 smithi027 bash[31536]: cluster 2023-12-07T15:57:56.910321+0000 mgr.a (mgr.24293) 14738 : 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-07T15:57:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:57 smithi027 bash[31536]: audit 2023-12-07T15:57:57.075917+0000 mon.a (mon.0) 2488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:57 smithi027 bash[31536]: audit 2023-12-07T15:57:57.077812+0000 mon.a (mon.0) 2489 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:57 smithi027 bash[31536]: audit 2023-12-07T15:57:57.087339+0000 mon.a (mon.0) 2490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:58:00.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:00.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:00.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:57:59 smithi022 bash[28554]: cluster 2023-12-07T15:57:58.910911+0000 mgr.a (mgr.24293) 14739 : 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-07T15:58:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:57:59 smithi044 bash[32620]: cluster 2023-12-07T15:57:58.910911+0000 mgr.a (mgr.24293) 14739 : 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-07T15:58:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:57:59 smithi027 bash[31536]: cluster 2023-12-07T15:57:58.910911+0000 mgr.a (mgr.24293) 14739 : 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-07T15:58:01.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:01.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:01.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:01.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:01.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:01 smithi044 bash[32620]: audit 2023-12-07T15:58:00.677909+0000 mgr.a (mgr.24293) 14740 : audit 0 from='client.294942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:01 smithi044 bash[32620]: cluster 2023-12-07T15:58:00.911501+0000 mgr.a (mgr.24293) 14741 : cluster 0 pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:01 smithi022 bash[28554]: audit 2023-12-07T15:58:00.677909+0000 mgr.a (mgr.24293) 14740 : audit 0 from='client.294942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:01 smithi022 bash[28554]: cluster 2023-12-07T15:58:00.911501+0000 mgr.a (mgr.24293) 14741 : cluster 0 pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:01 smithi027 bash[31536]: audit 2023-12-07T15:58:00.677909+0000 mgr.a (mgr.24293) 14740 : audit 0 from='client.294942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:01 smithi027 bash[31536]: cluster 2023-12-07T15:58:00.911501+0000 mgr.a (mgr.24293) 14741 : cluster 0 pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:03 smithi022 bash[28554]: cluster 2023-12-07T15:58:02.912176+0000 mgr.a (mgr.24293) 14742 : cluster 0 pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:03 smithi044 bash[32620]: cluster 2023-12-07T15:58:02.912176+0000 mgr.a (mgr.24293) 14742 : cluster 0 pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:03 smithi027 bash[31536]: cluster 2023-12-07T15:58:02.912176+0000 mgr.a (mgr.24293) 14742 : cluster 0 pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:06.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:06.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:06.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:05 smithi022 bash[28554]: cluster 2023-12-07T15:58:04.912782+0000 mgr.a (mgr.24293) 14743 : cluster 0 pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:05 smithi044 bash[32620]: cluster 2023-12-07T15:58:04.912782+0000 mgr.a (mgr.24293) 14743 : cluster 0 pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:05 smithi027 bash[31536]: cluster 2023-12-07T15:58:04.912782+0000 mgr.a (mgr.24293) 14743 : cluster 0 pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:07.109 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:07.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:07.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:07.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:07.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:07 smithi022 bash[28554]: audit 2023-12-07T15:58:06.616579+0000 mgr.a (mgr.24293) 14744 : audit 0 from='client.295017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:07 smithi022 bash[28554]: cluster 2023-12-07T15:58:06.913646+0000 mgr.a (mgr.24293) 14745 : cluster 0 pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:07 smithi044 bash[32620]: audit 2023-12-07T15:58:06.616579+0000 mgr.a (mgr.24293) 14744 : audit 0 from='client.295017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:07 smithi044 bash[32620]: cluster 2023-12-07T15:58:06.913646+0000 mgr.a (mgr.24293) 14745 : cluster 0 pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:07 smithi027 bash[31536]: audit 2023-12-07T15:58:06.616579+0000 mgr.a (mgr.24293) 14744 : audit 0 from='client.295017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:07 smithi027 bash[31536]: cluster 2023-12-07T15:58:06.913646+0000 mgr.a (mgr.24293) 14745 : cluster 0 pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:09 smithi044 bash[32620]: cluster 2023-12-07T15:58:08.914380+0000 mgr.a (mgr.24293) 14746 : cluster 0 pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:09 smithi022 bash[28554]: cluster 2023-12-07T15:58:08.914380+0000 mgr.a (mgr.24293) 14746 : cluster 0 pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:09 smithi027 bash[31536]: cluster 2023-12-07T15:58:08.914380+0000 mgr.a (mgr.24293) 14746 : cluster 0 pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:11 smithi044 bash[32620]: cluster 2023-12-07T15:58:10.915197+0000 mgr.a (mgr.24293) 14747 : cluster 0 pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:11 smithi022 bash[28554]: cluster 2023-12-07T15:58:10.915197+0000 mgr.a (mgr.24293) 14747 : cluster 0 pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:11 smithi027 bash[31536]: cluster 2023-12-07T15:58:10.915197+0000 mgr.a (mgr.24293) 14747 : cluster 0 pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:12.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:12.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:12.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:13.059 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:13.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:13.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:13.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:13.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:13 smithi044 bash[32620]: audit 2023-12-07T15:58:12.521873+0000 mgr.a (mgr.24293) 14748 : audit 0 from='client.295095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:13 smithi044 bash[32620]: cluster 2023-12-07T15:58:12.915984+0000 mgr.a (mgr.24293) 14749 : cluster 0 pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:13 smithi022 bash[28554]: audit 2023-12-07T15:58:12.521873+0000 mgr.a (mgr.24293) 14748 : audit 0 from='client.295095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:13 smithi022 bash[28554]: cluster 2023-12-07T15:58:12.915984+0000 mgr.a (mgr.24293) 14749 : cluster 0 pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:13 smithi027 bash[31536]: audit 2023-12-07T15:58:12.521873+0000 mgr.a (mgr.24293) 14748 : audit 0 from='client.295095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:13 smithi027 bash[31536]: cluster 2023-12-07T15:58:12.915984+0000 mgr.a (mgr.24293) 14749 : cluster 0 pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:15 smithi044 bash[32620]: cluster 2023-12-07T15:58:14.916695+0000 mgr.a (mgr.24293) 14750 : cluster 0 pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:15 smithi022 bash[28554]: cluster 2023-12-07T15:58:14.916695+0000 mgr.a (mgr.24293) 14750 : cluster 0 pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:15 smithi027 bash[31536]: cluster 2023-12-07T15:58:14.916695+0000 mgr.a (mgr.24293) 14750 : cluster 0 pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:18.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:18.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:18.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:17 smithi022 bash[28554]: cluster 2023-12-07T15:58:16.917629+0000 mgr.a (mgr.24293) 14751 : cluster 0 pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:17 smithi044 bash[32620]: cluster 2023-12-07T15:58:16.917629+0000 mgr.a (mgr.24293) 14751 : cluster 0 pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:17 smithi027 bash[31536]: cluster 2023-12-07T15:58:16.917629+0000 mgr.a (mgr.24293) 14751 : cluster 0 pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:19.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:19.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:19.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:19.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:19.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:19 smithi044 bash[32620]: audit 2023-12-07T15:58:18.473228+0000 mgr.a (mgr.24293) 14752 : audit 0 from='client.295170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:19 smithi044 bash[32620]: cluster 2023-12-07T15:58:18.918427+0000 mgr.a (mgr.24293) 14753 : cluster 0 pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:19 smithi022 bash[28554]: audit 2023-12-07T15:58:18.473228+0000 mgr.a (mgr.24293) 14752 : audit 0 from='client.295170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:19 smithi022 bash[28554]: cluster 2023-12-07T15:58:18.918427+0000 mgr.a (mgr.24293) 14753 : cluster 0 pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:19 smithi027 bash[31536]: audit 2023-12-07T15:58:18.473228+0000 mgr.a (mgr.24293) 14752 : audit 0 from='client.295170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:19 smithi027 bash[31536]: cluster 2023-12-07T15:58:18.918427+0000 mgr.a (mgr.24293) 14753 : cluster 0 pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:21 smithi022 bash[28554]: cluster 2023-12-07T15:58:20.919264+0000 mgr.a (mgr.24293) 14754 : cluster 0 pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:21 smithi044 bash[32620]: cluster 2023-12-07T15:58:20.919264+0000 mgr.a (mgr.24293) 14754 : cluster 0 pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:21 smithi027 bash[31536]: cluster 2023-12-07T15:58:20.919264+0000 mgr.a (mgr.24293) 14754 : cluster 0 pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:24.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:24.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:24.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:23 smithi044 bash[32620]: cluster 2023-12-07T15:58:22.919915+0000 mgr.a (mgr.24293) 14755 : cluster 0 pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:23 smithi022 bash[28554]: cluster 2023-12-07T15:58:22.919915+0000 mgr.a (mgr.24293) 14755 : cluster 0 pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:23 smithi027 bash[31536]: cluster 2023-12-07T15:58:22.919915+0000 mgr.a (mgr.24293) 14755 : cluster 0 pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:24.947 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:24.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:24.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:24.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:24.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:24 smithi044 bash[32620]: audit 2023-12-07T15:58:24.434284+0000 mgr.a (mgr.24293) 14756 : audit 0 from='client.295242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:24 smithi022 bash[28554]: audit 2023-12-07T15:58:24.434284+0000 mgr.a (mgr.24293) 14756 : audit 0 from='client.295242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:24 smithi027 bash[31536]: audit 2023-12-07T15:58:24.434284+0000 mgr.a (mgr.24293) 14756 : audit 0 from='client.295242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:25 smithi044 bash[32620]: cluster 2023-12-07T15:58:24.920387+0000 mgr.a (mgr.24293) 14757 : cluster 0 pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:25 smithi022 bash[28554]: cluster 2023-12-07T15:58:24.920387+0000 mgr.a (mgr.24293) 14757 : cluster 0 pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:25 smithi027 bash[31536]: cluster 2023-12-07T15:58:24.920387+0000 mgr.a (mgr.24293) 14757 : cluster 0 pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:27 smithi044 bash[32620]: cluster 2023-12-07T15:58:26.921367+0000 mgr.a (mgr.24293) 14758 : cluster 0 pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:27 smithi022 bash[28554]: cluster 2023-12-07T15:58:26.921367+0000 mgr.a (mgr.24293) 14758 : cluster 0 pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:27 smithi027 bash[31536]: cluster 2023-12-07T15:58:26.921367+0000 mgr.a (mgr.24293) 14758 : cluster 0 pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:29.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:29.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:29.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:29 smithi022 bash[28554]: cluster 2023-12-07T15:58:28.922143+0000 mgr.a (mgr.24293) 14759 : 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-07T15:58:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:29 smithi044 bash[32620]: cluster 2023-12-07T15:58:28.922143+0000 mgr.a (mgr.24293) 14759 : 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-07T15:58:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:29 smithi027 bash[31536]: cluster 2023-12-07T15:58:28.922143+0000 mgr.a (mgr.24293) 14759 : 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-07T15:58:30.914 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:30.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:30.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:30.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:30.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:30 smithi022 bash[28554]: audit 2023-12-07T15:58:30.363757+0000 mgr.a (mgr.24293) 14760 : audit 0 from='client.295317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:30 smithi044 bash[32620]: audit 2023-12-07T15:58:30.363757+0000 mgr.a (mgr.24293) 14760 : audit 0 from='client.295317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:31.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:30 smithi027 bash[31536]: audit 2023-12-07T15:58:30.363757+0000 mgr.a (mgr.24293) 14760 : audit 0 from='client.295317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:31 smithi022 bash[28554]: cluster 2023-12-07T15:58:30.923247+0000 mgr.a (mgr.24293) 14761 : cluster 0 pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:58:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:31 smithi044 bash[32620]: cluster 2023-12-07T15:58:30.923247+0000 mgr.a (mgr.24293) 14761 : cluster 0 pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:58:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:32 smithi027 bash[31536]: cluster 2023-12-07T15:58:30.923247+0000 mgr.a (mgr.24293) 14761 : cluster 0 pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:58:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:34 smithi044 bash[32620]: cluster 2023-12-07T15:58:32.923884+0000 mgr.a (mgr.24293) 14762 : cluster 0 pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:34 smithi022 bash[28554]: cluster 2023-12-07T15:58:32.923884+0000 mgr.a (mgr.24293) 14762 : cluster 0 pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:34 smithi027 bash[31536]: cluster 2023-12-07T15:58:32.923884+0000 mgr.a (mgr.24293) 14762 : cluster 0 pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:35.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:35.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:35.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:36 smithi044 bash[32620]: cluster 2023-12-07T15:58:34.924483+0000 mgr.a (mgr.24293) 14763 : cluster 0 pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:36 smithi022 bash[28554]: cluster 2023-12-07T15:58:34.924483+0000 mgr.a (mgr.24293) 14763 : cluster 0 pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:36 smithi027 bash[31536]: cluster 2023-12-07T15:58:34.924483+0000 mgr.a (mgr.24293) 14763 : cluster 0 pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:58:36.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:36.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:36.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:36.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:36.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:37 smithi044 bash[32620]: audit 2023-12-07T15:58:36.317620+0000 mgr.a (mgr.24293) 14764 : audit 0 from='client.295392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:37 smithi022 bash[28554]: audit 2023-12-07T15:58:36.317620+0000 mgr.a (mgr.24293) 14764 : audit 0 from='client.295392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:37 smithi027 bash[31536]: audit 2023-12-07T15:58:36.317620+0000 mgr.a (mgr.24293) 14764 : audit 0 from='client.295392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:38 smithi044 bash[32620]: cluster 2023-12-07T15:58:36.925606+0000 mgr.a (mgr.24293) 14765 : cluster 0 pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:38 smithi022 bash[28554]: cluster 2023-12-07T15:58:36.925606+0000 mgr.a (mgr.24293) 14765 : cluster 0 pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:38 smithi027 bash[31536]: cluster 2023-12-07T15:58:36.925606+0000 mgr.a (mgr.24293) 14765 : cluster 0 pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:40 smithi044 bash[32620]: cluster 2023-12-07T15:58:38.926217+0000 mgr.a (mgr.24293) 14766 : cluster 0 pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:40 smithi022 bash[28554]: cluster 2023-12-07T15:58:38.926217+0000 mgr.a (mgr.24293) 14766 : cluster 0 pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:40 smithi027 bash[31536]: cluster 2023-12-07T15:58:38.926217+0000 mgr.a (mgr.24293) 14766 : cluster 0 pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:41.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:41.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:41.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:41 smithi044 bash[32620]: cluster 2023-12-07T15:58:40.926978+0000 mgr.a (mgr.24293) 14767 : cluster 0 pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:41 smithi022 bash[28554]: cluster 2023-12-07T15:58:40.926978+0000 mgr.a (mgr.24293) 14767 : cluster 0 pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:41 smithi027 bash[31536]: cluster 2023-12-07T15:58:40.926978+0000 mgr.a (mgr.24293) 14767 : cluster 0 pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:42.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:42.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:42.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:42.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:42.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:42 smithi044 bash[32620]: audit 2023-12-07T15:58:42.254490+0000 mgr.a (mgr.24293) 14768 : audit 0 from='client.295470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:42 smithi022 bash[28554]: audit 2023-12-07T15:58:42.254490+0000 mgr.a (mgr.24293) 14768 : audit 0 from='client.295470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:42.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:42 smithi027 bash[31536]: audit 2023-12-07T15:58:42.254490+0000 mgr.a (mgr.24293) 14768 : audit 0 from='client.295470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:43 smithi044 bash[32620]: cluster 2023-12-07T15:58:42.927725+0000 mgr.a (mgr.24293) 14769 : cluster 0 pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:58:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:43 smithi022 bash[28554]: cluster 2023-12-07T15:58:42.927725+0000 mgr.a (mgr.24293) 14769 : cluster 0 pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:58:43.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:43 smithi027 bash[31536]: cluster 2023-12-07T15:58:42.927725+0000 mgr.a (mgr.24293) 14769 : cluster 0 pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:58:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:45 smithi044 bash[32620]: cluster 2023-12-07T15:58:44.928474+0000 mgr.a (mgr.24293) 14770 : cluster 0 pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:58:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:45 smithi022 bash[28554]: cluster 2023-12-07T15:58:44.928474+0000 mgr.a (mgr.24293) 14770 : cluster 0 pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:58:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:45 smithi027 bash[31536]: cluster 2023-12-07T15:58:44.928474+0000 mgr.a (mgr.24293) 14770 : cluster 0 pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:58:47.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:47.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:47.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:47 smithi022 bash[28554]: cluster 2023-12-07T15:58:46.929314+0000 mgr.a (mgr.24293) 14771 : cluster 0 pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:58:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:47 smithi044 bash[32620]: cluster 2023-12-07T15:58:46.929314+0000 mgr.a (mgr.24293) 14771 : cluster 0 pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:58:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:47 smithi027 bash[31536]: cluster 2023-12-07T15:58:46.929314+0000 mgr.a (mgr.24293) 14771 : cluster 0 pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:58:48.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:48.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:48.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:48.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:48.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:48 smithi044 bash[32620]: audit 2023-12-07T15:58:48.191724+0000 mgr.a (mgr.24293) 14772 : audit 0 from='client.295548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:48 smithi022 bash[28554]: audit 2023-12-07T15:58:48.191724+0000 mgr.a (mgr.24293) 14772 : audit 0 from='client.295548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:48 smithi027 bash[31536]: audit 2023-12-07T15:58:48.191724+0000 mgr.a (mgr.24293) 14772 : audit 0 from='client.295548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:50 smithi044 bash[32620]: cluster 2023-12-07T15:58:48.930065+0000 mgr.a (mgr.24293) 14773 : cluster 0 pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:49 smithi022 bash[28554]: cluster 2023-12-07T15:58:48.930065+0000 mgr.a (mgr.24293) 14773 : cluster 0 pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:50 smithi027 bash[31536]: cluster 2023-12-07T15:58:48.930065+0000 mgr.a (mgr.24293) 14773 : cluster 0 pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:51 smithi044 bash[32620]: cluster 2023-12-07T15:58:50.930914+0000 mgr.a (mgr.24293) 14774 : cluster 0 pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:51 smithi022 bash[28554]: cluster 2023-12-07T15:58:50.930914+0000 mgr.a (mgr.24293) 14774 : cluster 0 pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:51 smithi027 bash[31536]: cluster 2023-12-07T15:58:50.930914+0000 mgr.a (mgr.24293) 14774 : cluster 0 pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:53.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:53.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:53.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:53 smithi044 bash[32620]: cluster 2023-12-07T15:58:52.931481+0000 mgr.a (mgr.24293) 14775 : cluster 0 pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:53 smithi022 bash[28554]: cluster 2023-12-07T15:58:52.931481+0000 mgr.a (mgr.24293) 14775 : cluster 0 pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:53 smithi027 bash[31536]: cluster 2023-12-07T15:58:52.931481+0000 mgr.a (mgr.24293) 14775 : cluster 0 pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:54.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:58:54.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:54.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:54.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:54.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:58:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:54 smithi044 bash[32620]: audit 2023-12-07T15:58:54.132909+0000 mgr.a (mgr.24293) 14776 : audit 0 from='client.295623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:54 smithi022 bash[28554]: audit 2023-12-07T15:58:54.132909+0000 mgr.a (mgr.24293) 14776 : audit 0 from='client.295623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:54 smithi027 bash[31536]: audit 2023-12-07T15:58:54.132909+0000 mgr.a (mgr.24293) 14776 : audit 0 from='client.295623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:55 smithi022 bash[28554]: cluster 2023-12-07T15:58:54.932222+0000 mgr.a (mgr.24293) 14777 : cluster 0 pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:55 smithi044 bash[32620]: cluster 2023-12-07T15:58:54.932222+0000 mgr.a (mgr.24293) 14777 : cluster 0 pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:55 smithi027 bash[31536]: cluster 2023-12-07T15:58:54.932222+0000 mgr.a (mgr.24293) 14777 : cluster 0 pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:58 smithi044 bash[32620]: cluster 2023-12-07T15:58:56.933109+0000 mgr.a (mgr.24293) 14778 : cluster 0 pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:58 smithi044 bash[32620]: audit 2023-12-07T15:58:57.190778+0000 mon.a (mon.0) 2491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:58 smithi044 bash[32620]: audit 2023-12-07T15:58:57.977934+0000 mon.a (mon.0) 2492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:58 smithi044 bash[32620]: audit 2023-12-07T15:58:57.979756+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:58:58 smithi044 bash[32620]: audit 2023-12-07T15:58:57.989185+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:58 smithi022 bash[28554]: cluster 2023-12-07T15:58:56.933109+0000 mgr.a (mgr.24293) 14778 : cluster 0 pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:58 smithi022 bash[28554]: audit 2023-12-07T15:58:57.190778+0000 mon.a (mon.0) 2491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:58 smithi022 bash[28554]: audit 2023-12-07T15:58:57.977934+0000 mon.a (mon.0) 2492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:58 smithi022 bash[28554]: audit 2023-12-07T15:58:57.979756+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:58.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:58:58 smithi022 bash[28554]: audit 2023-12-07T15:58:57.989185+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:58:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:58 smithi027 bash[31536]: cluster 2023-12-07T15:58:56.933109+0000 mgr.a (mgr.24293) 14778 : cluster 0 pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:58 smithi027 bash[31536]: audit 2023-12-07T15:58:57.190778+0000 mon.a (mon.0) 2491 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:58 smithi027 bash[31536]: audit 2023-12-07T15:58:57.977934+0000 mon.a (mon.0) 2492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:58 smithi027 bash[31536]: audit 2023-12-07T15:58:57.979756+0000 mon.a (mon.0) 2493 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:58:58 smithi027 bash[31536]: audit 2023-12-07T15:58:57.989185+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:58:59.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:58:59.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:59.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:00 smithi022 bash[28554]: cluster 2023-12-07T15:58:58.933693+0000 mgr.a (mgr.24293) 14779 : 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-07T15:59:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:00 smithi044 bash[32620]: cluster 2023-12-07T15:58:58.933693+0000 mgr.a (mgr.24293) 14779 : 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-07T15:59:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:00 smithi027 bash[31536]: cluster 2023-12-07T15:58:58.933693+0000 mgr.a (mgr.24293) 14779 : 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-07T15:59:00.602 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:00.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:00.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:00.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:00.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:01.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:01 smithi022 bash[28554]: audit 2023-12-07T15:59:00.061440+0000 mgr.a (mgr.24293) 14780 : audit 0 from='client.295695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:01 smithi044 bash[32620]: audit 2023-12-07T15:59:00.061440+0000 mgr.a (mgr.24293) 14780 : audit 0 from='client.295695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:01 smithi027 bash[31536]: audit 2023-12-07T15:59:00.061440+0000 mgr.a (mgr.24293) 14780 : audit 0 from='client.295695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:02 smithi022 bash[28554]: cluster 2023-12-07T15:59:00.934721+0000 mgr.a (mgr.24293) 14781 : cluster 0 pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:59:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:02 smithi044 bash[32620]: cluster 2023-12-07T15:59:00.934721+0000 mgr.a (mgr.24293) 14781 : cluster 0 pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:59:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:02 smithi027 bash[31536]: cluster 2023-12-07T15:59:00.934721+0000 mgr.a (mgr.24293) 14781 : cluster 0 pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:59:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:04 smithi022 bash[28554]: cluster 2023-12-07T15:59:02.935311+0000 mgr.a (mgr.24293) 14782 : cluster 0 pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:04 smithi044 bash[32620]: cluster 2023-12-07T15:59:02.935311+0000 mgr.a (mgr.24293) 14782 : cluster 0 pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:04 smithi027 bash[31536]: cluster 2023-12-07T15:59:02.935311+0000 mgr.a (mgr.24293) 14782 : cluster 0 pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:05.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:05.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:05.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:06 smithi022 bash[28554]: cluster 2023-12-07T15:59:04.935898+0000 mgr.a (mgr.24293) 14783 : cluster 0 pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:06 smithi044 bash[32620]: cluster 2023-12-07T15:59:04.935898+0000 mgr.a (mgr.24293) 14783 : cluster 0 pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:06 smithi027 bash[31536]: cluster 2023-12-07T15:59:04.935898+0000 mgr.a (mgr.24293) 14783 : cluster 0 pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:06.535 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:06.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:06.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:06.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:06.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:07 smithi044 bash[32620]: audit 2023-12-07T15:59:06.014838+0000 mgr.a (mgr.24293) 14784 : audit 0 from='client.295767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:07 smithi022 bash[28554]: audit 2023-12-07T15:59:06.014838+0000 mgr.a (mgr.24293) 14784 : audit 0 from='client.295767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:07 smithi027 bash[31536]: audit 2023-12-07T15:59:06.014838+0000 mgr.a (mgr.24293) 14784 : audit 0 from='client.295767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:08 smithi022 bash[28554]: cluster 2023-12-07T15:59:06.937027+0000 mgr.a (mgr.24293) 14785 : cluster 0 pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:08 smithi044 bash[32620]: cluster 2023-12-07T15:59:06.937027+0000 mgr.a (mgr.24293) 14785 : cluster 0 pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:08 smithi027 bash[31536]: cluster 2023-12-07T15:59:06.937027+0000 mgr.a (mgr.24293) 14785 : cluster 0 pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:10 smithi022 bash[28554]: cluster 2023-12-07T15:59:08.937784+0000 mgr.a (mgr.24293) 14786 : cluster 0 pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:10 smithi044 bash[32620]: cluster 2023-12-07T15:59:08.937784+0000 mgr.a (mgr.24293) 14786 : cluster 0 pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:10 smithi027 bash[31536]: cluster 2023-12-07T15:59:08.937784+0000 mgr.a (mgr.24293) 14786 : cluster 0 pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:11.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:11.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:11.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:11 smithi022 bash[28554]: cluster 2023-12-07T15:59:10.938744+0000 mgr.a (mgr.24293) 14787 : cluster 0 pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:11 smithi044 bash[32620]: cluster 2023-12-07T15:59:10.938744+0000 mgr.a (mgr.24293) 14787 : cluster 0 pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:11 smithi027 bash[31536]: cluster 2023-12-07T15:59:10.938744+0000 mgr.a (mgr.24293) 14787 : cluster 0 pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:12.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:12.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:12.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:12.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:12.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:12 smithi044 bash[32620]: audit 2023-12-07T15:59:11.951332+0000 mgr.a (mgr.24293) 14788 : audit 0 from='client.295842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:12 smithi022 bash[28554]: audit 2023-12-07T15:59:11.951332+0000 mgr.a (mgr.24293) 14788 : audit 0 from='client.295842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:12.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:12 smithi027 bash[31536]: audit 2023-12-07T15:59:11.951332+0000 mgr.a (mgr.24293) 14788 : audit 0 from='client.295842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:13 smithi044 bash[32620]: cluster 2023-12-07T15:59:12.939699+0000 mgr.a (mgr.24293) 14789 : cluster 0 pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:13.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:13 smithi022 bash[28554]: cluster 2023-12-07T15:59:12.939699+0000 mgr.a (mgr.24293) 14789 : cluster 0 pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:13.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:13 smithi027 bash[31536]: cluster 2023-12-07T15:59:12.939699+0000 mgr.a (mgr.24293) 14789 : cluster 0 pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:15 smithi044 bash[32620]: cluster 2023-12-07T15:59:14.940448+0000 mgr.a (mgr.24293) 14790 : cluster 0 pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:15 smithi022 bash[28554]: cluster 2023-12-07T15:59:14.940448+0000 mgr.a (mgr.24293) 14790 : cluster 0 pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:15 smithi027 bash[31536]: cluster 2023-12-07T15:59:14.940448+0000 mgr.a (mgr.24293) 14790 : cluster 0 pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:17.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:17.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:17.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:18.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:18.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:18.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:18.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:18.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:18 smithi044 bash[32620]: cluster 2023-12-07T15:59:16.941285+0000 mgr.a (mgr.24293) 14791 : cluster 0 pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:59:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:17 smithi022 bash[28554]: cluster 2023-12-07T15:59:16.941285+0000 mgr.a (mgr.24293) 14791 : cluster 0 pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:59:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:18 smithi027 bash[31536]: cluster 2023-12-07T15:59:16.941285+0000 mgr.a (mgr.24293) 14791 : cluster 0 pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:59:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:19 smithi044 bash[32620]: audit 2023-12-07T15:59:17.883789+0000 mgr.a (mgr.24293) 14792 : audit 0 from='client.295917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:19 smithi022 bash[28554]: audit 2023-12-07T15:59:17.883789+0000 mgr.a (mgr.24293) 14792 : audit 0 from='client.295917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:19 smithi027 bash[31536]: audit 2023-12-07T15:59:17.883789+0000 mgr.a (mgr.24293) 14792 : audit 0 from='client.295917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:20 smithi044 bash[32620]: cluster 2023-12-07T15:59:18.942017+0000 mgr.a (mgr.24293) 14793 : cluster 0 pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:20 smithi022 bash[28554]: cluster 2023-12-07T15:59:18.942017+0000 mgr.a (mgr.24293) 14793 : cluster 0 pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:20 smithi027 bash[31536]: cluster 2023-12-07T15:59:18.942017+0000 mgr.a (mgr.24293) 14793 : cluster 0 pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:21 smithi044 bash[32620]: cluster 2023-12-07T15:59:20.942827+0000 mgr.a (mgr.24293) 14794 : cluster 0 pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:21 smithi022 bash[28554]: cluster 2023-12-07T15:59:20.942827+0000 mgr.a (mgr.24293) 14794 : cluster 0 pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:21 smithi027 bash[31536]: cluster 2023-12-07T15:59:20.942827+0000 mgr.a (mgr.24293) 14794 : cluster 0 pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:23.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:23.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:23.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:24.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:24.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:24.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:24.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:24.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:23 smithi022 bash[28554]: cluster 2023-12-07T15:59:22.943371+0000 mgr.a (mgr.24293) 14795 : cluster 0 pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:24 smithi044 bash[32620]: cluster 2023-12-07T15:59:22.943371+0000 mgr.a (mgr.24293) 14795 : cluster 0 pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:24 smithi027 bash[31536]: cluster 2023-12-07T15:59:22.943371+0000 mgr.a (mgr.24293) 14795 : cluster 0 pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:25 smithi022 bash[28554]: audit 2023-12-07T15:59:23.828897+0000 mgr.a (mgr.24293) 14796 : audit 0 from='client.295995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:25 smithi044 bash[32620]: audit 2023-12-07T15:59:23.828897+0000 mgr.a (mgr.24293) 14796 : audit 0 from='client.295995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:25 smithi027 bash[31536]: audit 2023-12-07T15:59:23.828897+0000 mgr.a (mgr.24293) 14796 : audit 0 from='client.295995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:26 smithi044 bash[32620]: cluster 2023-12-07T15:59:24.944139+0000 mgr.a (mgr.24293) 14797 : cluster 0 pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:26 smithi022 bash[28554]: cluster 2023-12-07T15:59:24.944139+0000 mgr.a (mgr.24293) 14797 : cluster 0 pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:26 smithi027 bash[31536]: cluster 2023-12-07T15:59:24.944139+0000 mgr.a (mgr.24293) 14797 : cluster 0 pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:28 smithi022 bash[28554]: cluster 2023-12-07T15:59:26.944947+0000 mgr.a (mgr.24293) 14798 : cluster 0 pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:28 smithi044 bash[32620]: cluster 2023-12-07T15:59:26.944947+0000 mgr.a (mgr.24293) 14798 : cluster 0 pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:28 smithi027 bash[31536]: cluster 2023-12-07T15:59:26.944947+0000 mgr.a (mgr.24293) 14798 : cluster 0 pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:29.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:29.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:29.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:30.323 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:30.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:30.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:30.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:30.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:30 smithi044 bash[32620]: cluster 2023-12-07T15:59:28.945508+0000 mgr.a (mgr.24293) 14799 : cluster 0 pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:30 smithi022 bash[28554]: cluster 2023-12-07T15:59:28.945508+0000 mgr.a (mgr.24293) 14799 : cluster 0 pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:30 smithi027 bash[31536]: cluster 2023-12-07T15:59:28.945508+0000 mgr.a (mgr.24293) 14799 : cluster 0 pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:31 smithi022 bash[28554]: audit 2023-12-07T15:59:29.793586+0000 mgr.a (mgr.24293) 14800 : audit 0 from='client.296073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:31 smithi044 bash[32620]: audit 2023-12-07T15:59:29.793586+0000 mgr.a (mgr.24293) 14800 : audit 0 from='client.296073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:31.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:31 smithi027 bash[31536]: audit 2023-12-07T15:59:29.793586+0000 mgr.a (mgr.24293) 14800 : audit 0 from='client.296073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:32 smithi044 bash[32620]: cluster 2023-12-07T15:59:30.946461+0000 mgr.a (mgr.24293) 14801 : cluster 0 pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:32 smithi022 bash[28554]: cluster 2023-12-07T15:59:30.946461+0000 mgr.a (mgr.24293) 14801 : cluster 0 pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:32 smithi027 bash[31536]: cluster 2023-12-07T15:59:30.946461+0000 mgr.a (mgr.24293) 14801 : cluster 0 pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:34 smithi022 bash[28554]: cluster 2023-12-07T15:59:32.947020+0000 mgr.a (mgr.24293) 14802 : 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-07T15:59:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:34 smithi044 bash[32620]: cluster 2023-12-07T15:59:32.947020+0000 mgr.a (mgr.24293) 14802 : 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-07T15:59:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:34 smithi027 bash[31536]: cluster 2023-12-07T15:59:32.947020+0000 mgr.a (mgr.24293) 14802 : 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-07T15:59:35.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:35.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:35.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:36.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:36.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:36.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:36.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:36.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:36 smithi022 bash[28554]: cluster 2023-12-07T15:59:34.947625+0000 mgr.a (mgr.24293) 14803 : 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-07T15:59:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:36 smithi044 bash[32620]: cluster 2023-12-07T15:59:34.947625+0000 mgr.a (mgr.24293) 14803 : 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-07T15:59:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:36 smithi027 bash[31536]: cluster 2023-12-07T15:59:34.947625+0000 mgr.a (mgr.24293) 14803 : 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-07T15:59:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:37 smithi044 bash[32620]: audit 2023-12-07T15:59:35.730613+0000 mgr.a (mgr.24293) 14804 : audit 0 from='client.296151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:37 smithi022 bash[28554]: audit 2023-12-07T15:59:35.730613+0000 mgr.a (mgr.24293) 14804 : audit 0 from='client.296151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:37 smithi027 bash[31536]: audit 2023-12-07T15:59:35.730613+0000 mgr.a (mgr.24293) 14804 : audit 0 from='client.296151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:38 smithi044 bash[32620]: cluster 2023-12-07T15:59:36.948575+0000 mgr.a (mgr.24293) 14805 : cluster 0 pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:38 smithi022 bash[28554]: cluster 2023-12-07T15:59:36.948575+0000 mgr.a (mgr.24293) 14805 : cluster 0 pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:38 smithi027 bash[31536]: cluster 2023-12-07T15:59:36.948575+0000 mgr.a (mgr.24293) 14805 : cluster 0 pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:40 smithi044 bash[32620]: cluster 2023-12-07T15:59:38.949157+0000 mgr.a (mgr.24293) 14806 : cluster 0 pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:40 smithi022 bash[28554]: cluster 2023-12-07T15:59:38.949157+0000 mgr.a (mgr.24293) 14806 : cluster 0 pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:40 smithi027 bash[31536]: cluster 2023-12-07T15:59:38.949157+0000 mgr.a (mgr.24293) 14806 : cluster 0 pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:41.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:41.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:41.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:41 smithi022 bash[28554]: cluster 2023-12-07T15:59:40.949909+0000 mgr.a (mgr.24293) 14807 : cluster 0 pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:41 smithi044 bash[32620]: cluster 2023-12-07T15:59:40.949909+0000 mgr.a (mgr.24293) 14807 : cluster 0 pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:41 smithi027 bash[31536]: cluster 2023-12-07T15:59:40.949909+0000 mgr.a (mgr.24293) 14807 : cluster 0 pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:42.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:42.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:42 smithi022 bash[28554]: audit 2023-12-07T15:59:41.678693+0000 mgr.a (mgr.24293) 14808 : audit 0 from='client.296226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:42 smithi044 bash[32620]: audit 2023-12-07T15:59:41.678693+0000 mgr.a (mgr.24293) 14808 : audit 0 from='client.296226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:42.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:42 smithi027 bash[31536]: audit 2023-12-07T15:59:41.678693+0000 mgr.a (mgr.24293) 14808 : audit 0 from='client.296226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:43 smithi044 bash[32620]: cluster 2023-12-07T15:59:42.950569+0000 mgr.a (mgr.24293) 14809 : cluster 0 pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:43 smithi022 bash[28554]: cluster 2023-12-07T15:59:42.950569+0000 mgr.a (mgr.24293) 14809 : cluster 0 pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:43.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:43 smithi027 bash[31536]: cluster 2023-12-07T15:59:42.950569+0000 mgr.a (mgr.24293) 14809 : cluster 0 pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:46 smithi044 bash[32620]: cluster 2023-12-07T15:59:44.951090+0000 mgr.a (mgr.24293) 14810 : cluster 0 pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:46 smithi022 bash[28554]: cluster 2023-12-07T15:59:44.951090+0000 mgr.a (mgr.24293) 14810 : cluster 0 pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:46 smithi027 bash[31536]: cluster 2023-12-07T15:59:44.951090+0000 mgr.a (mgr.24293) 14810 : cluster 0 pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:47.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:47.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:47.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:48.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:48.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:48.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:48.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:48.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:48 smithi044 bash[32620]: cluster 2023-12-07T15:59:46.952064+0000 mgr.a (mgr.24293) 14811 : cluster 0 pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:48 smithi022 bash[28554]: cluster 2023-12-07T15:59:46.952064+0000 mgr.a (mgr.24293) 14811 : cluster 0 pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:48 smithi027 bash[31536]: cluster 2023-12-07T15:59:46.952064+0000 mgr.a (mgr.24293) 14811 : cluster 0 pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:49 smithi022 bash[28554]: audit 2023-12-07T15:59:47.636354+0000 mgr.a (mgr.24293) 14812 : audit 0 from='client.296304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:49 smithi044 bash[32620]: audit 2023-12-07T15:59:47.636354+0000 mgr.a (mgr.24293) 14812 : audit 0 from='client.296304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:49 smithi027 bash[31536]: audit 2023-12-07T15:59:47.636354+0000 mgr.a (mgr.24293) 14812 : audit 0 from='client.296304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:50 smithi044 bash[32620]: cluster 2023-12-07T15:59:48.952741+0000 mgr.a (mgr.24293) 14813 : 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-07T15:59:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:50 smithi022 bash[28554]: cluster 2023-12-07T15:59:48.952741+0000 mgr.a (mgr.24293) 14813 : 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-07T15:59:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:50 smithi027 bash[31536]: cluster 2023-12-07T15:59:48.952741+0000 mgr.a (mgr.24293) 14813 : 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-07T15:59:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:51 smithi044 bash[32620]: cluster 2023-12-07T15:59:50.953563+0000 mgr.a (mgr.24293) 14814 : cluster 0 pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:51 smithi022 bash[28554]: cluster 2023-12-07T15:59:50.953563+0000 mgr.a (mgr.24293) 14814 : cluster 0 pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:51 smithi027 bash[31536]: cluster 2023-12-07T15:59:50.953563+0000 mgr.a (mgr.24293) 14814 : cluster 0 pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:53.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:53.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:53.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:54.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:54.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:54.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:54.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T15:59:54.105 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T15:59:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:54 smithi022 bash[28554]: cluster 2023-12-07T15:59:52.954130+0000 mgr.a (mgr.24293) 14815 : cluster 0 pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:54 smithi044 bash[32620]: cluster 2023-12-07T15:59:52.954130+0000 mgr.a (mgr.24293) 14815 : cluster 0 pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:54 smithi027 bash[31536]: cluster 2023-12-07T15:59:52.954130+0000 mgr.a (mgr.24293) 14815 : cluster 0 pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:55 smithi044 bash[32620]: audit 2023-12-07T15:59:53.566374+0000 mgr.a (mgr.24293) 14816 : audit 0 from='client.296382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:55 smithi022 bash[28554]: audit 2023-12-07T15:59:53.566374+0000 mgr.a (mgr.24293) 14816 : audit 0 from='client.296382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:55 smithi027 bash[31536]: audit 2023-12-07T15:59:53.566374+0000 mgr.a (mgr.24293) 14816 : audit 0 from='client.296382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:56.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:56 smithi022 bash[28554]: cluster 2023-12-07T15:59:54.954763+0000 mgr.a (mgr.24293) 14817 : cluster 0 pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:56 smithi044 bash[32620]: cluster 2023-12-07T15:59:54.954763+0000 mgr.a (mgr.24293) 14817 : cluster 0 pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:56 smithi027 bash[31536]: cluster 2023-12-07T15:59:54.954763+0000 mgr.a (mgr.24293) 14817 : cluster 0 pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:58 smithi022 bash[28554]: cluster 2023-12-07T15:59:56.955735+0000 mgr.a (mgr.24293) 14818 : cluster 0 pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:58 smithi044 bash[32620]: cluster 2023-12-07T15:59:56.955735+0000 mgr.a (mgr.24293) 14818 : cluster 0 pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:58 smithi027 bash[31536]: cluster 2023-12-07T15:59:56.955735+0000 mgr.a (mgr.24293) 14818 : cluster 0 pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:59.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T15:59:59.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:59.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:59.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:59 smithi022 bash[28554]: audit 2023-12-07T15:59:58.092004+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:59 smithi022 bash[28554]: audit 2023-12-07T15:59:58.623971+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:59:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 15:59:59 smithi022 bash[28554]: audit 2023-12-07T15:59:58.630019+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:59:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:59 smithi044 bash[32620]: audit 2023-12-07T15:59:58.092004+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:59 smithi044 bash[32620]: audit 2023-12-07T15:59:58.623971+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:59:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 15:59:59 smithi044 bash[32620]: audit 2023-12-07T15:59:58.630019+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:59:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:59 smithi027 bash[31536]: audit 2023-12-07T15:59:58.092004+0000 mon.a (mon.0) 2495 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:59 smithi027 bash[31536]: audit 2023-12-07T15:59:58.623971+0000 mon.a (mon.0) 2496 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T15:59:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 15:59:59 smithi027 bash[31536]: audit 2023-12-07T15:59:58.630019+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:00:00.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:00.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:00.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:00.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:00.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:00 smithi022 bash[28554]: cluster 2023-12-07T15:59:58.956298+0000 mgr.a (mgr.24293) 14819 : cluster 0 pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:00 smithi022 bash[28554]: audit 2023-12-07T15:59:59.359290+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:00 smithi022 bash[28554]: audit 2023-12-07T15:59:59.361235+0000 mon.a (mon.0) 2499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:00 smithi022 bash[28554]: audit 2023-12-07T15:59:59.370543+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:00 smithi022 bash[28554]: cluster 2023-12-07T16:00:00.000147+0000 mon.a (mon.0) 2501 : cluster 1 overall HEALTH_OK 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:00 smithi044 bash[32620]: cluster 2023-12-07T15:59:58.956298+0000 mgr.a (mgr.24293) 14819 : cluster 0 pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:00 smithi044 bash[32620]: audit 2023-12-07T15:59:59.359290+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:00 smithi044 bash[32620]: audit 2023-12-07T15:59:59.361235+0000 mon.a (mon.0) 2499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:00 smithi044 bash[32620]: audit 2023-12-07T15:59:59.370543+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:00:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:00 smithi044 bash[32620]: cluster 2023-12-07T16:00:00.000147+0000 mon.a (mon.0) 2501 : cluster 1 overall HEALTH_OK 2023-12-07T16:00:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:00 smithi027 bash[31536]: cluster 2023-12-07T15:59:58.956298+0000 mgr.a (mgr.24293) 14819 : cluster 0 pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:00 smithi027 bash[31536]: audit 2023-12-07T15:59:59.359290+0000 mon.a (mon.0) 2498 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:00 smithi027 bash[31536]: audit 2023-12-07T15:59:59.361235+0000 mon.a (mon.0) 2499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:00 smithi027 bash[31536]: audit 2023-12-07T15:59:59.370543+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:00:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:00 smithi027 bash[31536]: cluster 2023-12-07T16:00:00.000147+0000 mon.a (mon.0) 2501 : cluster 1 overall HEALTH_OK 2023-12-07T16:00:01.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:01 smithi022 bash[28554]: audit 2023-12-07T15:59:59.520653+0000 mgr.a (mgr.24293) 14820 : audit 0 from='client.296457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:01 smithi044 bash[32620]: audit 2023-12-07T15:59:59.520653+0000 mgr.a (mgr.24293) 14820 : audit 0 from='client.296457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:01 smithi027 bash[31536]: audit 2023-12-07T15:59:59.520653+0000 mgr.a (mgr.24293) 14820 : audit 0 from='client.296457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:02 smithi044 bash[32620]: cluster 2023-12-07T16:00:00.957186+0000 mgr.a (mgr.24293) 14821 : cluster 0 pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:02 smithi022 bash[28554]: cluster 2023-12-07T16:00:00.957186+0000 mgr.a (mgr.24293) 14821 : cluster 0 pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:02 smithi027 bash[31536]: cluster 2023-12-07T16:00:00.957186+0000 mgr.a (mgr.24293) 14821 : cluster 0 pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:04 smithi022 bash[28554]: cluster 2023-12-07T16:00:02.957757+0000 mgr.a (mgr.24293) 14822 : 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-07T16:00:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:04 smithi044 bash[32620]: cluster 2023-12-07T16:00:02.957757+0000 mgr.a (mgr.24293) 14822 : 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-07T16:00:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:04 smithi027 bash[31536]: cluster 2023-12-07T16:00:02.957757+0000 mgr.a (mgr.24293) 14822 : 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-07T16:00:05.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:05.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:05.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:06.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:06.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:06.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:06.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:06.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:06 smithi044 bash[32620]: cluster 2023-12-07T16:00:04.958311+0000 mgr.a (mgr.24293) 14823 : 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-07T16:00:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:06 smithi022 bash[28554]: cluster 2023-12-07T16:00:04.958311+0000 mgr.a (mgr.24293) 14823 : 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-07T16:00:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:06 smithi027 bash[31536]: cluster 2023-12-07T16:00:04.958311+0000 mgr.a (mgr.24293) 14823 : 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-07T16:00:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:07 smithi044 bash[32620]: audit 2023-12-07T16:00:05.490074+0000 mgr.a (mgr.24293) 14824 : audit 0 from='client.296526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:07 smithi022 bash[28554]: audit 2023-12-07T16:00:05.490074+0000 mgr.a (mgr.24293) 14824 : audit 0 from='client.296526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:07 smithi027 bash[31536]: audit 2023-12-07T16:00:05.490074+0000 mgr.a (mgr.24293) 14824 : audit 0 from='client.296526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:08 smithi044 bash[32620]: cluster 2023-12-07T16:00:06.959291+0000 mgr.a (mgr.24293) 14825 : cluster 0 pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:08 smithi022 bash[28554]: cluster 2023-12-07T16:00:06.959291+0000 mgr.a (mgr.24293) 14825 : cluster 0 pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:08 smithi027 bash[31536]: cluster 2023-12-07T16:00:06.959291+0000 mgr.a (mgr.24293) 14825 : cluster 0 pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:10 smithi044 bash[32620]: cluster 2023-12-07T16:00:08.959864+0000 mgr.a (mgr.24293) 14826 : cluster 0 pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:10 smithi022 bash[28554]: cluster 2023-12-07T16:00:08.959864+0000 mgr.a (mgr.24293) 14826 : cluster 0 pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:10.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:10 smithi027 bash[31536]: cluster 2023-12-07T16:00:08.959864+0000 mgr.a (mgr.24293) 14826 : cluster 0 pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:11.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:11.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:11.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:11 smithi022 bash[28554]: cluster 2023-12-07T16:00:10.960645+0000 mgr.a (mgr.24293) 14827 : cluster 0 pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:11 smithi022 bash[28554]: audit 2023-12-07T16:00:11.439836+0000 mgr.a (mgr.24293) 14828 : audit 0 from='client.296598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:11 smithi044 bash[32620]: cluster 2023-12-07T16:00:10.960645+0000 mgr.a (mgr.24293) 14827 : cluster 0 pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:11 smithi044 bash[32620]: audit 2023-12-07T16:00:11.439836+0000 mgr.a (mgr.24293) 14828 : audit 0 from='client.296598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:11.946 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:11 smithi027 bash[31536]: cluster 2023-12-07T16:00:10.960645+0000 mgr.a (mgr.24293) 14827 : cluster 0 pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:11 smithi027 bash[31536]: audit 2023-12-07T16:00:11.439836+0000 mgr.a (mgr.24293) 14828 : audit 0 from='client.296598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:14 smithi044 bash[32620]: cluster 2023-12-07T16:00:12.961327+0000 mgr.a (mgr.24293) 14829 : cluster 0 pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:14 smithi022 bash[28554]: cluster 2023-12-07T16:00:12.961327+0000 mgr.a (mgr.24293) 14829 : cluster 0 pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:14 smithi027 bash[31536]: cluster 2023-12-07T16:00:12.961327+0000 mgr.a (mgr.24293) 14829 : cluster 0 pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:16 smithi044 bash[32620]: cluster 2023-12-07T16:00:14.961869+0000 mgr.a (mgr.24293) 14830 : cluster 0 pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:16 smithi022 bash[28554]: cluster 2023-12-07T16:00:14.961869+0000 mgr.a (mgr.24293) 14830 : cluster 0 pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:16 smithi027 bash[31536]: cluster 2023-12-07T16:00:14.961869+0000 mgr.a (mgr.24293) 14830 : cluster 0 pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:16.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:16.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:16.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:17.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:17.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:17.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:17.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:17.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:18 smithi044 bash[32620]: cluster 2023-12-07T16:00:16.962556+0000 mgr.a (mgr.24293) 14831 : cluster 0 pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:18 smithi044 bash[32620]: audit 2023-12-07T16:00:17.368939+0000 mgr.a (mgr.24293) 14832 : audit 0 from='client.296670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:18 smithi022 bash[28554]: cluster 2023-12-07T16:00:16.962556+0000 mgr.a (mgr.24293) 14831 : cluster 0 pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:18 smithi022 bash[28554]: audit 2023-12-07T16:00:17.368939+0000 mgr.a (mgr.24293) 14832 : audit 0 from='client.296670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:18 smithi027 bash[31536]: cluster 2023-12-07T16:00:16.962556+0000 mgr.a (mgr.24293) 14831 : cluster 0 pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:18 smithi027 bash[31536]: audit 2023-12-07T16:00:17.368939+0000 mgr.a (mgr.24293) 14832 : audit 0 from='client.296670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:20 smithi044 bash[32620]: cluster 2023-12-07T16:00:18.963277+0000 mgr.a (mgr.24293) 14833 : 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-07T16:00:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:20 smithi022 bash[28554]: cluster 2023-12-07T16:00:18.963277+0000 mgr.a (mgr.24293) 14833 : 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-07T16:00:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:20 smithi027 bash[31536]: cluster 2023-12-07T16:00:18.963277+0000 mgr.a (mgr.24293) 14833 : 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-07T16:00:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:21 smithi044 bash[32620]: cluster 2023-12-07T16:00:20.964064+0000 mgr.a (mgr.24293) 14834 : cluster 0 pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:21 smithi022 bash[28554]: cluster 2023-12-07T16:00:20.964064+0000 mgr.a (mgr.24293) 14834 : cluster 0 pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:21 smithi027 bash[31536]: cluster 2023-12-07T16:00:20.964064+0000 mgr.a (mgr.24293) 14834 : cluster 0 pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:22.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:22.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:22.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:23.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:23.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:24 smithi022 bash[28554]: cluster 2023-12-07T16:00:22.964630+0000 mgr.a (mgr.24293) 14835 : cluster 0 pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:24 smithi022 bash[28554]: audit 2023-12-07T16:00:23.326376+0000 mgr.a (mgr.24293) 14836 : audit 0 from='client.296742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:24 smithi044 bash[32620]: cluster 2023-12-07T16:00:22.964630+0000 mgr.a (mgr.24293) 14835 : cluster 0 pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:24 smithi044 bash[32620]: audit 2023-12-07T16:00:23.326376+0000 mgr.a (mgr.24293) 14836 : audit 0 from='client.296742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:24 smithi027 bash[31536]: cluster 2023-12-07T16:00:22.964630+0000 mgr.a (mgr.24293) 14835 : cluster 0 pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:24 smithi027 bash[31536]: audit 2023-12-07T16:00:23.326376+0000 mgr.a (mgr.24293) 14836 : audit 0 from='client.296742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:26 smithi044 bash[32620]: cluster 2023-12-07T16:00:24.965293+0000 mgr.a (mgr.24293) 14837 : cluster 0 pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:26 smithi022 bash[28554]: cluster 2023-12-07T16:00:24.965293+0000 mgr.a (mgr.24293) 14837 : cluster 0 pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:26 smithi027 bash[31536]: cluster 2023-12-07T16:00:24.965293+0000 mgr.a (mgr.24293) 14837 : cluster 0 pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:28 smithi044 bash[32620]: cluster 2023-12-07T16:00:26.966103+0000 mgr.a (mgr.24293) 14838 : cluster 0 pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:28 smithi022 bash[28554]: cluster 2023-12-07T16:00:26.966103+0000 mgr.a (mgr.24293) 14838 : cluster 0 pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:28 smithi027 bash[31536]: cluster 2023-12-07T16:00:26.966103+0000 mgr.a (mgr.24293) 14838 : cluster 0 pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:28.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:28.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:28.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:29.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:29.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:29.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:29.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:29.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:30 smithi044 bash[32620]: cluster 2023-12-07T16:00:28.966535+0000 mgr.a (mgr.24293) 14839 : cluster 0 pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:30 smithi044 bash[32620]: audit 2023-12-07T16:00:29.287946+0000 mgr.a (mgr.24293) 14840 : audit 0 from='client.296820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:30 smithi022 bash[28554]: cluster 2023-12-07T16:00:28.966535+0000 mgr.a (mgr.24293) 14839 : cluster 0 pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:30 smithi022 bash[28554]: audit 2023-12-07T16:00:29.287946+0000 mgr.a (mgr.24293) 14840 : audit 0 from='client.296820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:30 smithi027 bash[31536]: cluster 2023-12-07T16:00:28.966535+0000 mgr.a (mgr.24293) 14839 : cluster 0 pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:30 smithi027 bash[31536]: audit 2023-12-07T16:00:29.287946+0000 mgr.a (mgr.24293) 14840 : audit 0 from='client.296820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:31 smithi044 bash[32620]: cluster 2023-12-07T16:00:30.967397+0000 mgr.a (mgr.24293) 14841 : cluster 0 pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:31 smithi022 bash[28554]: cluster 2023-12-07T16:00:30.967397+0000 mgr.a (mgr.24293) 14841 : cluster 0 pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:31 smithi027 bash[31536]: cluster 2023-12-07T16:00:30.967397+0000 mgr.a (mgr.24293) 14841 : cluster 0 pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:34 smithi022 bash[28554]: cluster 2023-12-07T16:00:32.968113+0000 mgr.a (mgr.24293) 14842 : cluster 0 pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:34 smithi044 bash[32620]: cluster 2023-12-07T16:00:32.968113+0000 mgr.a (mgr.24293) 14842 : cluster 0 pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:34 smithi027 bash[31536]: cluster 2023-12-07T16:00:32.968113+0000 mgr.a (mgr.24293) 14842 : cluster 0 pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:34.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:34.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:34.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:35.746 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:35.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:35.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:35.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:35.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:36 smithi044 bash[32620]: cluster 2023-12-07T16:00:34.968784+0000 mgr.a (mgr.24293) 14843 : cluster 0 pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:36 smithi044 bash[32620]: audit 2023-12-07T16:00:35.201743+0000 mgr.a (mgr.24293) 14844 : audit 0 from='client.296898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:36 smithi022 bash[28554]: cluster 2023-12-07T16:00:34.968784+0000 mgr.a (mgr.24293) 14843 : cluster 0 pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:36 smithi022 bash[28554]: audit 2023-12-07T16:00:35.201743+0000 mgr.a (mgr.24293) 14844 : audit 0 from='client.296898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:36 smithi027 bash[31536]: cluster 2023-12-07T16:00:34.968784+0000 mgr.a (mgr.24293) 14843 : cluster 0 pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:36 smithi027 bash[31536]: audit 2023-12-07T16:00:35.201743+0000 mgr.a (mgr.24293) 14844 : audit 0 from='client.296898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:38 smithi044 bash[32620]: cluster 2023-12-07T16:00:36.969778+0000 mgr.a (mgr.24293) 14845 : cluster 0 pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T16:00:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:38 smithi022 bash[28554]: cluster 2023-12-07T16:00:36.969778+0000 mgr.a (mgr.24293) 14845 : cluster 0 pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T16:00:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:38 smithi027 bash[31536]: cluster 2023-12-07T16:00:36.969778+0000 mgr.a (mgr.24293) 14845 : cluster 0 pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T16:00:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:40 smithi022 bash[28554]: cluster 2023-12-07T16:00:38.970381+0000 mgr.a (mgr.24293) 14846 : cluster 0 pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T16:00:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:40 smithi044 bash[32620]: cluster 2023-12-07T16:00:38.970381+0000 mgr.a (mgr.24293) 14846 : cluster 0 pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T16:00:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:40 smithi027 bash[31536]: cluster 2023-12-07T16:00:38.970381+0000 mgr.a (mgr.24293) 14846 : cluster 0 pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T16:00:40.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:40.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:40.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:41.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:41.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:41.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:41.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:41.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:41 smithi044 bash[32620]: cluster 2023-12-07T16:00:40.971142+0000 mgr.a (mgr.24293) 14847 : cluster 0 pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:41 smithi044 bash[32620]: audit 2023-12-07T16:00:41.159328+0000 mgr.a (mgr.24293) 14848 : audit 0 from='client.296976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:41 smithi022 bash[28554]: cluster 2023-12-07T16:00:40.971142+0000 mgr.a (mgr.24293) 14847 : cluster 0 pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:41 smithi022 bash[28554]: audit 2023-12-07T16:00:41.159328+0000 mgr.a (mgr.24293) 14848 : audit 0 from='client.296976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:41 smithi027 bash[31536]: cluster 2023-12-07T16:00:40.971142+0000 mgr.a (mgr.24293) 14847 : cluster 0 pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:41 smithi027 bash[31536]: audit 2023-12-07T16:00:41.159328+0000 mgr.a (mgr.24293) 14848 : audit 0 from='client.296976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:44 smithi044 bash[32620]: cluster 2023-12-07T16:00:42.971870+0000 mgr.a (mgr.24293) 14849 : cluster 0 pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:44 smithi022 bash[28554]: cluster 2023-12-07T16:00:42.971870+0000 mgr.a (mgr.24293) 14849 : cluster 0 pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:44 smithi027 bash[31536]: cluster 2023-12-07T16:00:42.971870+0000 mgr.a (mgr.24293) 14849 : cluster 0 pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:46 smithi022 bash[28554]: cluster 2023-12-07T16:00:44.972469+0000 mgr.a (mgr.24293) 14850 : cluster 0 pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:46 smithi044 bash[32620]: cluster 2023-12-07T16:00:44.972469+0000 mgr.a (mgr.24293) 14850 : cluster 0 pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:46 smithi027 bash[31536]: cluster 2023-12-07T16:00:44.972469+0000 mgr.a (mgr.24293) 14850 : cluster 0 pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:46.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:46.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:46.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:47.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:47.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:48 smithi022 bash[28554]: cluster 2023-12-07T16:00:46.973244+0000 mgr.a (mgr.24293) 14851 : cluster 0 pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:48 smithi022 bash[28554]: audit 2023-12-07T16:00:47.109657+0000 mgr.a (mgr.24293) 14852 : audit 0 from='client.297054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:48 smithi044 bash[32620]: cluster 2023-12-07T16:00:46.973244+0000 mgr.a (mgr.24293) 14851 : cluster 0 pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:48 smithi044 bash[32620]: audit 2023-12-07T16:00:47.109657+0000 mgr.a (mgr.24293) 14852 : audit 0 from='client.297054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:48 smithi027 bash[31536]: cluster 2023-12-07T16:00:46.973244+0000 mgr.a (mgr.24293) 14851 : cluster 0 pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:48 smithi027 bash[31536]: audit 2023-12-07T16:00:47.109657+0000 mgr.a (mgr.24293) 14852 : audit 0 from='client.297054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:50 smithi022 bash[28554]: cluster 2023-12-07T16:00:48.973930+0000 mgr.a (mgr.24293) 14853 : cluster 0 pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T16:00:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:50 smithi044 bash[32620]: cluster 2023-12-07T16:00:48.973930+0000 mgr.a (mgr.24293) 14853 : cluster 0 pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T16:00:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:50 smithi027 bash[31536]: cluster 2023-12-07T16:00:48.973930+0000 mgr.a (mgr.24293) 14853 : cluster 0 pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T16:00:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:51 smithi022 bash[28554]: cluster 2023-12-07T16:00:50.974732+0000 mgr.a (mgr.24293) 14854 : cluster 0 pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T16:00:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:51 smithi044 bash[32620]: cluster 2023-12-07T16:00:50.974732+0000 mgr.a (mgr.24293) 14854 : cluster 0 pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T16:00:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:51 smithi027 bash[31536]: cluster 2023-12-07T16:00:50.974732+0000 mgr.a (mgr.24293) 14854 : cluster 0 pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T16:00:52.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:52.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:52.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:53.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:53.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:53.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:53.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:53.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:00:54.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:54 smithi044 bash[32620]: cluster 2023-12-07T16:00:52.975241+0000 mgr.a (mgr.24293) 14855 : 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-07T16:00:54.496 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:54 smithi044 bash[32620]: audit 2023-12-07T16:00:53.032431+0000 mgr.a (mgr.24293) 14856 : audit 0 from='client.297132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:54.497 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:54 smithi022 bash[28554]: cluster 2023-12-07T16:00:52.975241+0000 mgr.a (mgr.24293) 14855 : 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-07T16:00:54.497 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:54 smithi022 bash[28554]: audit 2023-12-07T16:00:53.032431+0000 mgr.a (mgr.24293) 14856 : audit 0 from='client.297132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:54.497 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:54 smithi027 bash[31536]: cluster 2023-12-07T16:00:52.975241+0000 mgr.a (mgr.24293) 14855 : 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-07T16:00:54.498 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:54 smithi027 bash[31536]: audit 2023-12-07T16:00:53.032431+0000 mgr.a (mgr.24293) 14856 : audit 0 from='client.297132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:56 smithi022 bash[28554]: cluster 2023-12-07T16:00:54.975910+0000 mgr.a (mgr.24293) 14857 : 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-07T16:00:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:56 smithi044 bash[32620]: cluster 2023-12-07T16:00:54.975910+0000 mgr.a (mgr.24293) 14857 : 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-07T16:00:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:56 smithi027 bash[31536]: cluster 2023-12-07T16:00:54.975910+0000 mgr.a (mgr.24293) 14857 : 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-07T16:00:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:00:58 smithi044 bash[32620]: cluster 2023-12-07T16:00:56.976760+0000 mgr.a (mgr.24293) 14858 : cluster 0 pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:00:58 smithi022 bash[28554]: cluster 2023-12-07T16:00:56.976760+0000 mgr.a (mgr.24293) 14858 : cluster 0 pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:00:58 smithi027 bash[31536]: cluster 2023-12-07T16:00:56.976760+0000 mgr.a (mgr.24293) 14858 : cluster 0 pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:58.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:00:58.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:58.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:59.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:00:59.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:59.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:59.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:59.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: cluster 2023-12-07T16:00:58.977305+0000 mgr.a (mgr.24293) 14859 : cluster 0 pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: audit 2023-12-07T16:00:58.989582+0000 mgr.a (mgr.24293) 14860 : audit 0 from='client.297210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: audit 2023-12-07T16:00:59.471708+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: audit 2023-12-07T16:00:59.998119+0000 mon.a (mon.0) 2503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: audit 2023-12-07T16:01:00.004510+0000 mon.a (mon.0) 2504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: audit 2023-12-07T16:01:00.008963+0000 mon.a (mon.0) 2505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:00 smithi022 bash[28554]: audit 2023-12-07T16:01:00.014147+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: cluster 2023-12-07T16:00:58.977305+0000 mgr.a (mgr.24293) 14859 : cluster 0 pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: audit 2023-12-07T16:00:58.989582+0000 mgr.a (mgr.24293) 14860 : audit 0 from='client.297210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: audit 2023-12-07T16:00:59.471708+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: audit 2023-12-07T16:00:59.998119+0000 mon.a (mon.0) 2503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: audit 2023-12-07T16:01:00.004510+0000 mon.a (mon.0) 2504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: audit 2023-12-07T16:01:00.008963+0000 mon.a (mon.0) 2505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:00 smithi044 bash[32620]: audit 2023-12-07T16:01:00.014147+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: cluster 2023-12-07T16:00:58.977305+0000 mgr.a (mgr.24293) 14859 : cluster 0 pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: audit 2023-12-07T16:00:58.989582+0000 mgr.a (mgr.24293) 14860 : audit 0 from='client.297210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: audit 2023-12-07T16:00:59.471708+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: audit 2023-12-07T16:00:59.998119+0000 mon.a (mon.0) 2503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: audit 2023-12-07T16:01:00.004510+0000 mon.a (mon.0) 2504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: audit 2023-12-07T16:01:00.008963+0000 mon.a (mon.0) 2505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:00 smithi027 bash[31536]: audit 2023-12-07T16:01:00.014147+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:01 smithi022 bash[28554]: audit 2023-12-07T16:01:00.752041+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:01 smithi022 bash[28554]: audit 2023-12-07T16:01:00.754025+0000 mon.a (mon.0) 2508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:01 smithi022 bash[28554]: audit 2023-12-07T16:01:00.763702+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:01 smithi022 bash[28554]: cluster 2023-12-07T16:01:00.978261+0000 mgr.a (mgr.24293) 14861 : cluster 0 pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:01 smithi044 bash[32620]: audit 2023-12-07T16:01:00.752041+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:01 smithi044 bash[32620]: audit 2023-12-07T16:01:00.754025+0000 mon.a (mon.0) 2508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:01 smithi044 bash[32620]: audit 2023-12-07T16:01:00.763702+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:01 smithi044 bash[32620]: cluster 2023-12-07T16:01:00.978261+0000 mgr.a (mgr.24293) 14861 : cluster 0 pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:01 smithi027 bash[31536]: audit 2023-12-07T16:01:00.752041+0000 mon.a (mon.0) 2507 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:01 smithi027 bash[31536]: audit 2023-12-07T16:01:00.754025+0000 mon.a (mon.0) 2508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:01 smithi027 bash[31536]: audit 2023-12-07T16:01:00.763702+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:01:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:01 smithi027 bash[31536]: cluster 2023-12-07T16:01:00.978261+0000 mgr.a (mgr.24293) 14861 : cluster 0 pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:04 smithi044 bash[32620]: cluster 2023-12-07T16:01:02.978895+0000 mgr.a (mgr.24293) 14862 : cluster 0 pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:04 smithi022 bash[28554]: cluster 2023-12-07T16:01:02.978895+0000 mgr.a (mgr.24293) 14862 : cluster 0 pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:04 smithi027 bash[31536]: cluster 2023-12-07T16:01:02.978895+0000 mgr.a (mgr.24293) 14862 : cluster 0 pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:04.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:04.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:04.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:05.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:05.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:05.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:05.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:05.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:06 smithi022 bash[28554]: audit 2023-12-07T16:01:04.941585+0000 mgr.a (mgr.24293) 14863 : audit 0 from='client.297285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:06 smithi022 bash[28554]: cluster 2023-12-07T16:01:04.979709+0000 mgr.a (mgr.24293) 14864 : cluster 0 pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:06 smithi044 bash[32620]: audit 2023-12-07T16:01:04.941585+0000 mgr.a (mgr.24293) 14863 : audit 0 from='client.297285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:06 smithi044 bash[32620]: cluster 2023-12-07T16:01:04.979709+0000 mgr.a (mgr.24293) 14864 : cluster 0 pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:06 smithi027 bash[31536]: audit 2023-12-07T16:01:04.941585+0000 mgr.a (mgr.24293) 14863 : audit 0 from='client.297285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:06 smithi027 bash[31536]: cluster 2023-12-07T16:01:04.979709+0000 mgr.a (mgr.24293) 14864 : cluster 0 pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:08 smithi044 bash[32620]: cluster 2023-12-07T16:01:06.980606+0000 mgr.a (mgr.24293) 14865 : cluster 0 pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:08 smithi022 bash[28554]: cluster 2023-12-07T16:01:06.980606+0000 mgr.a (mgr.24293) 14865 : cluster 0 pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:08 smithi027 bash[31536]: cluster 2023-12-07T16:01:06.980606+0000 mgr.a (mgr.24293) 14865 : cluster 0 pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:10 smithi044 bash[32620]: cluster 2023-12-07T16:01:08.981202+0000 mgr.a (mgr.24293) 14866 : 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-07T16:01:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:10 smithi022 bash[28554]: cluster 2023-12-07T16:01:08.981202+0000 mgr.a (mgr.24293) 14866 : 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-07T16:01:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:10 smithi027 bash[31536]: cluster 2023-12-07T16:01:08.981202+0000 mgr.a (mgr.24293) 14866 : 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-07T16:01:10.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:11.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:11.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:11.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:11.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:11.420 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:11 smithi022 bash[28554]: audit 2023-12-07T16:01:10.872070+0000 mgr.a (mgr.24293) 14867 : audit 0 from='client.297360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:11 smithi022 bash[28554]: cluster 2023-12-07T16:01:10.981988+0000 mgr.a (mgr.24293) 14868 : cluster 0 pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:11 smithi044 bash[32620]: audit 2023-12-07T16:01:10.872070+0000 mgr.a (mgr.24293) 14867 : audit 0 from='client.297360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:11 smithi044 bash[32620]: cluster 2023-12-07T16:01:10.981988+0000 mgr.a (mgr.24293) 14868 : cluster 0 pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:11 smithi027 bash[31536]: audit 2023-12-07T16:01:10.872070+0000 mgr.a (mgr.24293) 14867 : audit 0 from='client.297360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:11 smithi027 bash[31536]: cluster 2023-12-07T16:01:10.981988+0000 mgr.a (mgr.24293) 14868 : cluster 0 pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:14 smithi022 bash[28554]: cluster 2023-12-07T16:01:12.982705+0000 mgr.a (mgr.24293) 14869 : cluster 0 pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:14 smithi044 bash[32620]: cluster 2023-12-07T16:01:12.982705+0000 mgr.a (mgr.24293) 14869 : cluster 0 pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:14 smithi027 bash[31536]: cluster 2023-12-07T16:01:12.982705+0000 mgr.a (mgr.24293) 14869 : cluster 0 pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:16.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:16.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:16.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:16 smithi044 bash[32620]: cluster 2023-12-07T16:01:14.983330+0000 mgr.a (mgr.24293) 14870 : cluster 0 pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:16.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:16 smithi022 bash[28554]: cluster 2023-12-07T16:01:14.983330+0000 mgr.a (mgr.24293) 14870 : cluster 0 pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:16 smithi027 bash[31536]: cluster 2023-12-07T16:01:14.983330+0000 mgr.a (mgr.24293) 14870 : cluster 0 pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:17.378 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:17.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:17.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:17.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:17.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:18 smithi044 bash[32620]: audit 2023-12-07T16:01:16.836816+0000 mgr.a (mgr.24293) 14871 : audit 0 from='client.297435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:18 smithi044 bash[32620]: cluster 2023-12-07T16:01:16.993894+0000 mgr.a (mgr.24293) 14872 : cluster 0 pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:18 smithi022 bash[28554]: audit 2023-12-07T16:01:16.836816+0000 mgr.a (mgr.24293) 14871 : audit 0 from='client.297435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:18 smithi022 bash[28554]: cluster 2023-12-07T16:01:16.993894+0000 mgr.a (mgr.24293) 14872 : cluster 0 pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:18 smithi027 bash[31536]: audit 2023-12-07T16:01:16.836816+0000 mgr.a (mgr.24293) 14871 : audit 0 from='client.297435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:18 smithi027 bash[31536]: cluster 2023-12-07T16:01:16.993894+0000 mgr.a (mgr.24293) 14872 : cluster 0 pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:20 smithi044 bash[32620]: cluster 2023-12-07T16:01:18.994711+0000 mgr.a (mgr.24293) 14873 : cluster 0 pgmap v11119: 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-07T16:01:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:20 smithi022 bash[28554]: cluster 2023-12-07T16:01:18.994711+0000 mgr.a (mgr.24293) 14873 : cluster 0 pgmap v11119: 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-07T16:01:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:20 smithi027 bash[31536]: cluster 2023-12-07T16:01:18.994711+0000 mgr.a (mgr.24293) 14873 : cluster 0 pgmap v11119: 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-07T16:01:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:21 smithi022 bash[28554]: cluster 2023-12-07T16:01:20.995572+0000 mgr.a (mgr.24293) 14874 : cluster 0 pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:21 smithi044 bash[32620]: cluster 2023-12-07T16:01:20.995572+0000 mgr.a (mgr.24293) 14874 : cluster 0 pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:21 smithi027 bash[31536]: cluster 2023-12-07T16:01:20.995572+0000 mgr.a (mgr.24293) 14874 : cluster 0 pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:22.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:22.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:22.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:23.313 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:23.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:23.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:23.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:23.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:24 smithi044 bash[32620]: audit 2023-12-07T16:01:22.789924+0000 mgr.a (mgr.24293) 14875 : audit 0 from='client.297507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:24 smithi044 bash[32620]: cluster 2023-12-07T16:01:22.996373+0000 mgr.a (mgr.24293) 14876 : 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-07T16:01:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:24 smithi022 bash[28554]: audit 2023-12-07T16:01:22.789924+0000 mgr.a (mgr.24293) 14875 : audit 0 from='client.297507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:24 smithi022 bash[28554]: cluster 2023-12-07T16:01:22.996373+0000 mgr.a (mgr.24293) 14876 : 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-07T16:01:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:24 smithi027 bash[31536]: audit 2023-12-07T16:01:22.789924+0000 mgr.a (mgr.24293) 14875 : audit 0 from='client.297507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:24 smithi027 bash[31536]: cluster 2023-12-07T16:01:22.996373+0000 mgr.a (mgr.24293) 14876 : 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-07T16:01:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:26 smithi044 bash[32620]: cluster 2023-12-07T16:01:24.997098+0000 mgr.a (mgr.24293) 14877 : 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-07T16:01:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:26 smithi022 bash[28554]: cluster 2023-12-07T16:01:24.997098+0000 mgr.a (mgr.24293) 14877 : 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-07T16:01:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:26 smithi027 bash[31536]: cluster 2023-12-07T16:01:24.997098+0000 mgr.a (mgr.24293) 14877 : 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-07T16:01:28.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:28.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:28.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:28 smithi022 bash[28554]: cluster 2023-12-07T16:01:26.997919+0000 mgr.a (mgr.24293) 14878 : cluster 0 pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:28 smithi044 bash[32620]: cluster 2023-12-07T16:01:26.997919+0000 mgr.a (mgr.24293) 14878 : cluster 0 pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:28 smithi027 bash[31536]: cluster 2023-12-07T16:01:26.997919+0000 mgr.a (mgr.24293) 14878 : cluster 0 pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:29.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:29.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:29.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:29.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:29.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:30 smithi022 bash[28554]: audit 2023-12-07T16:01:28.743939+0000 mgr.a (mgr.24293) 14879 : audit 0 from='client.297585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:30 smithi022 bash[28554]: cluster 2023-12-07T16:01:29.007436+0000 mgr.a (mgr.24293) 14880 : cluster 0 pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:30 smithi044 bash[32620]: audit 2023-12-07T16:01:28.743939+0000 mgr.a (mgr.24293) 14879 : audit 0 from='client.297585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:30 smithi044 bash[32620]: cluster 2023-12-07T16:01:29.007436+0000 mgr.a (mgr.24293) 14880 : cluster 0 pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:30 smithi027 bash[31536]: audit 2023-12-07T16:01:28.743939+0000 mgr.a (mgr.24293) 14879 : audit 0 from='client.297585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:30 smithi027 bash[31536]: cluster 2023-12-07T16:01:29.007436+0000 mgr.a (mgr.24293) 14880 : cluster 0 pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:31 smithi044 bash[32620]: cluster 2023-12-07T16:01:31.008683+0000 mgr.a (mgr.24293) 14881 : cluster 0 pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:31 smithi022 bash[28554]: cluster 2023-12-07T16:01:31.008683+0000 mgr.a (mgr.24293) 14881 : cluster 0 pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:31 smithi027 bash[31536]: cluster 2023-12-07T16:01:31.008683+0000 mgr.a (mgr.24293) 14881 : cluster 0 pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:34.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:34.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:34.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:34 smithi022 bash[28554]: cluster 2023-12-07T16:01:33.009288+0000 mgr.a (mgr.24293) 14882 : cluster 0 pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:34 smithi044 bash[32620]: cluster 2023-12-07T16:01:33.009288+0000 mgr.a (mgr.24293) 14882 : cluster 0 pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:34 smithi027 bash[31536]: cluster 2023-12-07T16:01:33.009288+0000 mgr.a (mgr.24293) 14882 : cluster 0 pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:35.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:35.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:35.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:35.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:35.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:36 smithi044 bash[32620]: audit 2023-12-07T16:01:34.659672+0000 mgr.a (mgr.24293) 14883 : audit 0 from='client.297657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:36 smithi044 bash[32620]: cluster 2023-12-07T16:01:35.009897+0000 mgr.a (mgr.24293) 14884 : cluster 0 pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:36 smithi022 bash[28554]: audit 2023-12-07T16:01:34.659672+0000 mgr.a (mgr.24293) 14883 : audit 0 from='client.297657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:36 smithi022 bash[28554]: cluster 2023-12-07T16:01:35.009897+0000 mgr.a (mgr.24293) 14884 : cluster 0 pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:36 smithi027 bash[31536]: audit 2023-12-07T16:01:34.659672+0000 mgr.a (mgr.24293) 14883 : audit 0 from='client.297657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:36 smithi027 bash[31536]: cluster 2023-12-07T16:01:35.009897+0000 mgr.a (mgr.24293) 14884 : cluster 0 pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:38 smithi022 bash[28554]: cluster 2023-12-07T16:01:37.010823+0000 mgr.a (mgr.24293) 14885 : cluster 0 pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:38 smithi044 bash[32620]: cluster 2023-12-07T16:01:37.010823+0000 mgr.a (mgr.24293) 14885 : cluster 0 pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:38 smithi027 bash[31536]: cluster 2023-12-07T16:01:37.010823+0000 mgr.a (mgr.24293) 14885 : cluster 0 pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:40.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:40.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:40.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:40 smithi022 bash[28554]: cluster 2023-12-07T16:01:39.011453+0000 mgr.a (mgr.24293) 14886 : cluster 0 pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:40 smithi044 bash[32620]: cluster 2023-12-07T16:01:39.011453+0000 mgr.a (mgr.24293) 14886 : cluster 0 pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:40 smithi027 bash[31536]: cluster 2023-12-07T16:01:39.011453+0000 mgr.a (mgr.24293) 14886 : cluster 0 pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:41.116 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:41.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:41.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:41.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:41.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:41 smithi022 bash[28554]: audit 2023-12-07T16:01:40.598841+0000 mgr.a (mgr.24293) 14887 : audit 0 from='client.297735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:41 smithi022 bash[28554]: cluster 2023-12-07T16:01:41.012584+0000 mgr.a (mgr.24293) 14888 : cluster 0 pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:41 smithi044 bash[32620]: audit 2023-12-07T16:01:40.598841+0000 mgr.a (mgr.24293) 14887 : audit 0 from='client.297735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:41 smithi044 bash[32620]: cluster 2023-12-07T16:01:41.012584+0000 mgr.a (mgr.24293) 14888 : cluster 0 pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:41 smithi027 bash[31536]: audit 2023-12-07T16:01:40.598841+0000 mgr.a (mgr.24293) 14887 : audit 0 from='client.297735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:41 smithi027 bash[31536]: cluster 2023-12-07T16:01:41.012584+0000 mgr.a (mgr.24293) 14888 : cluster 0 pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:44 smithi022 bash[28554]: cluster 2023-12-07T16:01:43.013204+0000 mgr.a (mgr.24293) 14889 : cluster 0 pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:44 smithi044 bash[32620]: cluster 2023-12-07T16:01:43.013204+0000 mgr.a (mgr.24293) 14889 : cluster 0 pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:44 smithi027 bash[31536]: cluster 2023-12-07T16:01:43.013204+0000 mgr.a (mgr.24293) 14889 : cluster 0 pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:46.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:46.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:46.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:46 smithi044 bash[32620]: cluster 2023-12-07T16:01:45.013782+0000 mgr.a (mgr.24293) 14890 : cluster 0 pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:46 smithi022 bash[28554]: cluster 2023-12-07T16:01:45.013782+0000 mgr.a (mgr.24293) 14890 : cluster 0 pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:46 smithi027 bash[31536]: cluster 2023-12-07T16:01:45.013782+0000 mgr.a (mgr.24293) 14890 : cluster 0 pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:47.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:47.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:47.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:47.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:47.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:48 smithi044 bash[32620]: audit 2023-12-07T16:01:46.525817+0000 mgr.a (mgr.24293) 14891 : audit 0 from='client.297813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:48 smithi044 bash[32620]: cluster 2023-12-07T16:01:47.014839+0000 mgr.a (mgr.24293) 14892 : cluster 0 pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:48 smithi022 bash[28554]: audit 2023-12-07T16:01:46.525817+0000 mgr.a (mgr.24293) 14891 : audit 0 from='client.297813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:48 smithi022 bash[28554]: cluster 2023-12-07T16:01:47.014839+0000 mgr.a (mgr.24293) 14892 : cluster 0 pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:48 smithi027 bash[31536]: audit 2023-12-07T16:01:46.525817+0000 mgr.a (mgr.24293) 14891 : audit 0 from='client.297813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:48 smithi027 bash[31536]: cluster 2023-12-07T16:01:47.014839+0000 mgr.a (mgr.24293) 14892 : cluster 0 pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:50 smithi044 bash[32620]: cluster 2023-12-07T16:01:49.015577+0000 mgr.a (mgr.24293) 14893 : cluster 0 pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:50 smithi022 bash[28554]: cluster 2023-12-07T16:01:49.015577+0000 mgr.a (mgr.24293) 14893 : cluster 0 pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:50 smithi027 bash[31536]: cluster 2023-12-07T16:01:49.015577+0000 mgr.a (mgr.24293) 14893 : cluster 0 pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:51 smithi044 bash[32620]: cluster 2023-12-07T16:01:51.016462+0000 mgr.a (mgr.24293) 14894 : cluster 0 pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:51 smithi022 bash[28554]: cluster 2023-12-07T16:01:51.016462+0000 mgr.a (mgr.24293) 14894 : cluster 0 pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:51 smithi027 bash[31536]: cluster 2023-12-07T16:01:51.016462+0000 mgr.a (mgr.24293) 14894 : cluster 0 pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:52.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:52.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:52.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:52 smithi044 bash[32620]: audit 2023-12-07T16:01:52.477252+0000 mgr.a (mgr.24293) 14895 : audit 0 from='client.297885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:52 smithi022 bash[28554]: audit 2023-12-07T16:01:52.477252+0000 mgr.a (mgr.24293) 14895 : audit 0 from='client.297885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:52.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:52 smithi027 bash[31536]: audit 2023-12-07T16:01:52.477252+0000 mgr.a (mgr.24293) 14895 : audit 0 from='client.297885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:52.990 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:52.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:52.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:52.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:52.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:53 smithi022 bash[28554]: cluster 2023-12-07T16:01:53.017177+0000 mgr.a (mgr.24293) 14896 : 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-07T16:01:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:53 smithi044 bash[32620]: cluster 2023-12-07T16:01:53.017177+0000 mgr.a (mgr.24293) 14896 : 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-07T16:01:53.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:53 smithi027 bash[31536]: cluster 2023-12-07T16:01:53.017177+0000 mgr.a (mgr.24293) 14896 : 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-07T16:01:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:56 smithi044 bash[32620]: cluster 2023-12-07T16:01:55.017764+0000 mgr.a (mgr.24293) 14897 : 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-07T16:01:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:56 smithi022 bash[28554]: cluster 2023-12-07T16:01:55.017764+0000 mgr.a (mgr.24293) 14897 : 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-07T16:01:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:56 smithi027 bash[31536]: cluster 2023-12-07T16:01:55.017764+0000 mgr.a (mgr.24293) 14897 : 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-07T16:01:57.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:01:57.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:57.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:58 smithi022 bash[28554]: cluster 2023-12-07T16:01:57.018657+0000 mgr.a (mgr.24293) 14898 : 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-07T16:01:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:58 smithi044 bash[32620]: cluster 2023-12-07T16:01:57.018657+0000 mgr.a (mgr.24293) 14898 : 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-07T16:01:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:58 smithi027 bash[31536]: cluster 2023-12-07T16:01:57.018657+0000 mgr.a (mgr.24293) 14898 : 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-07T16:01:58.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:01:58.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:58.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:58.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:58.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:01:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:01:59 smithi044 bash[32620]: audit 2023-12-07T16:01:58.403749+0000 mgr.a (mgr.24293) 14899 : audit 0 from='client.297963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:59.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:01:59 smithi022 bash[28554]: audit 2023-12-07T16:01:58.403749+0000 mgr.a (mgr.24293) 14899 : audit 0 from='client.297963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:01:59 smithi027 bash[31536]: audit 2023-12-07T16:01:58.403749+0000 mgr.a (mgr.24293) 14899 : audit 0 from='client.297963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:00 smithi044 bash[32620]: cluster 2023-12-07T16:01:59.019416+0000 mgr.a (mgr.24293) 14900 : 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-07T16:02:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:00 smithi022 bash[28554]: cluster 2023-12-07T16:01:59.019416+0000 mgr.a (mgr.24293) 14900 : 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-07T16:02:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:00 smithi027 bash[31536]: cluster 2023-12-07T16:01:59.019416+0000 mgr.a (mgr.24293) 14900 : 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-07T16:02:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:01 smithi044 bash[32620]: audit 2023-12-07T16:02:00.869090+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:01 smithi044 bash[32620]: cluster 2023-12-07T16:02:01.020270+0000 mgr.a (mgr.24293) 14901 : cluster 0 pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:01 smithi022 bash[28554]: audit 2023-12-07T16:02:00.869090+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:01 smithi022 bash[28554]: cluster 2023-12-07T16:02:01.020270+0000 mgr.a (mgr.24293) 14901 : cluster 0 pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:01 smithi027 bash[31536]: audit 2023-12-07T16:02:00.869090+0000 mon.a (mon.0) 2510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:01 smithi027 bash[31536]: cluster 2023-12-07T16:02:01.020270+0000 mgr.a (mgr.24293) 14901 : cluster 0 pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:02 smithi044 bash[32620]: audit 2023-12-07T16:02:01.655479+0000 mon.a (mon.0) 2511 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:02 smithi044 bash[32620]: audit 2023-12-07T16:02:01.657373+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:02 smithi044 bash[32620]: audit 2023-12-07T16:02:01.667225+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:02:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:02 smithi022 bash[28554]: audit 2023-12-07T16:02:01.655479+0000 mon.a (mon.0) 2511 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:02 smithi022 bash[28554]: audit 2023-12-07T16:02:01.657373+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:02 smithi022 bash[28554]: audit 2023-12-07T16:02:01.667225+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:02:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:02 smithi027 bash[31536]: audit 2023-12-07T16:02:01.655479+0000 mon.a (mon.0) 2511 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:02 smithi027 bash[31536]: audit 2023-12-07T16:02:01.657373+0000 mon.a (mon.0) 2512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:02 smithi027 bash[31536]: audit 2023-12-07T16:02:01.667225+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:02:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:03 smithi044 bash[32620]: cluster 2023-12-07T16:02:03.020845+0000 mgr.a (mgr.24293) 14902 : cluster 0 pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:03 smithi022 bash[28554]: cluster 2023-12-07T16:02:03.020845+0000 mgr.a (mgr.24293) 14902 : cluster 0 pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:03.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:03.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:03.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:03 smithi027 bash[31536]: cluster 2023-12-07T16:02:03.020845+0000 mgr.a (mgr.24293) 14902 : cluster 0 pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:04.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:04.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:04.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:04.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:04.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:04 smithi044 bash[32620]: audit 2023-12-07T16:02:04.352459+0000 mgr.a (mgr.24293) 14903 : audit 0 from='client.298041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:04 smithi022 bash[28554]: audit 2023-12-07T16:02:04.352459+0000 mgr.a (mgr.24293) 14903 : audit 0 from='client.298041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:04 smithi027 bash[31536]: audit 2023-12-07T16:02:04.352459+0000 mgr.a (mgr.24293) 14903 : audit 0 from='client.298041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:05 smithi044 bash[32620]: cluster 2023-12-07T16:02:05.021565+0000 mgr.a (mgr.24293) 14904 : cluster 0 pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:05 smithi022 bash[28554]: cluster 2023-12-07T16:02:05.021565+0000 mgr.a (mgr.24293) 14904 : cluster 0 pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:05.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:05 smithi027 bash[31536]: cluster 2023-12-07T16:02:05.021565+0000 mgr.a (mgr.24293) 14904 : cluster 0 pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:08 smithi044 bash[32620]: cluster 2023-12-07T16:02:07.022560+0000 mgr.a (mgr.24293) 14905 : cluster 0 pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:08 smithi022 bash[28554]: cluster 2023-12-07T16:02:07.022560+0000 mgr.a (mgr.24293) 14905 : cluster 0 pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:08 smithi027 bash[31536]: cluster 2023-12-07T16:02:07.022560+0000 mgr.a (mgr.24293) 14905 : cluster 0 pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:09.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:09.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:09.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:10 smithi044 bash[32620]: cluster 2023-12-07T16:02:09.023187+0000 mgr.a (mgr.24293) 14906 : cluster 0 pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:10 smithi022 bash[28554]: cluster 2023-12-07T16:02:09.023187+0000 mgr.a (mgr.24293) 14906 : cluster 0 pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:10 smithi027 bash[31536]: cluster 2023-12-07T16:02:09.023187+0000 mgr.a (mgr.24293) 14906 : cluster 0 pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:10.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:11 smithi044 bash[32620]: audit 2023-12-07T16:02:10.300650+0000 mgr.a (mgr.24293) 14907 : audit 0 from='client.298119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:11.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:11 smithi022 bash[28554]: audit 2023-12-07T16:02:10.300650+0000 mgr.a (mgr.24293) 14907 : audit 0 from='client.298119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:11 smithi027 bash[31536]: audit 2023-12-07T16:02:10.300650+0000 mgr.a (mgr.24293) 14907 : audit 0 from='client.298119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:12 smithi022 bash[28554]: cluster 2023-12-07T16:02:11.024444+0000 mgr.a (mgr.24293) 14908 : cluster 0 pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:02:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:12 smithi044 bash[32620]: cluster 2023-12-07T16:02:11.024444+0000 mgr.a (mgr.24293) 14908 : cluster 0 pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:02:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:12 smithi027 bash[31536]: cluster 2023-12-07T16:02:11.024444+0000 mgr.a (mgr.24293) 14908 : cluster 0 pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:02:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:14 smithi044 bash[32620]: cluster 2023-12-07T16:02:13.025244+0000 mgr.a (mgr.24293) 14909 : cluster 0 pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:14 smithi022 bash[28554]: cluster 2023-12-07T16:02:13.025244+0000 mgr.a (mgr.24293) 14909 : cluster 0 pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:14 smithi027 bash[31536]: cluster 2023-12-07T16:02:13.025244+0000 mgr.a (mgr.24293) 14909 : cluster 0 pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:15.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:15.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:15.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:16 smithi044 bash[32620]: cluster 2023-12-07T16:02:15.026001+0000 mgr.a (mgr.24293) 14910 : cluster 0 pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:16 smithi022 bash[28554]: cluster 2023-12-07T16:02:15.026001+0000 mgr.a (mgr.24293) 14910 : cluster 0 pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:16 smithi027 bash[31536]: cluster 2023-12-07T16:02:15.026001+0000 mgr.a (mgr.24293) 14910 : cluster 0 pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:02:16.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:16.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:16.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:16.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:16.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:17 smithi044 bash[32620]: audit 2023-12-07T16:02:16.243453+0000 mgr.a (mgr.24293) 14911 : audit 0 from='client.298194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:17 smithi022 bash[28554]: audit 2023-12-07T16:02:16.243453+0000 mgr.a (mgr.24293) 14911 : audit 0 from='client.298194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:17 smithi027 bash[31536]: audit 2023-12-07T16:02:16.243453+0000 mgr.a (mgr.24293) 14911 : audit 0 from='client.298194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:18 smithi044 bash[32620]: cluster 2023-12-07T16:02:17.027090+0000 mgr.a (mgr.24293) 14912 : cluster 0 pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:18 smithi022 bash[28554]: cluster 2023-12-07T16:02:17.027090+0000 mgr.a (mgr.24293) 14912 : cluster 0 pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:18 smithi027 bash[31536]: cluster 2023-12-07T16:02:17.027090+0000 mgr.a (mgr.24293) 14912 : cluster 0 pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:20 smithi044 bash[32620]: cluster 2023-12-07T16:02:19.027702+0000 mgr.a (mgr.24293) 14913 : cluster 0 pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:20 smithi022 bash[28554]: cluster 2023-12-07T16:02:19.027702+0000 mgr.a (mgr.24293) 14913 : cluster 0 pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:20 smithi027 bash[31536]: cluster 2023-12-07T16:02:19.027702+0000 mgr.a (mgr.24293) 14913 : cluster 0 pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:21.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:21.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:21.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:21 smithi022 bash[28554]: cluster 2023-12-07T16:02:21.028446+0000 mgr.a (mgr.24293) 14914 : cluster 0 pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:21 smithi044 bash[32620]: cluster 2023-12-07T16:02:21.028446+0000 mgr.a (mgr.24293) 14914 : cluster 0 pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:21 smithi027 bash[31536]: cluster 2023-12-07T16:02:21.028446+0000 mgr.a (mgr.24293) 14914 : cluster 0 pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:22.699 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:22.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:22.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:22.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:22.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:22 smithi044 bash[32620]: audit 2023-12-07T16:02:22.180258+0000 mgr.a (mgr.24293) 14915 : audit 0 from='client.298269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:22 smithi022 bash[28554]: audit 2023-12-07T16:02:22.180258+0000 mgr.a (mgr.24293) 14915 : audit 0 from='client.298269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:22.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:22 smithi027 bash[31536]: audit 2023-12-07T16:02:22.180258+0000 mgr.a (mgr.24293) 14915 : audit 0 from='client.298269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:23 smithi044 bash[32620]: cluster 2023-12-07T16:02:23.029349+0000 mgr.a (mgr.24293) 14916 : cluster 0 pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:02:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:23 smithi022 bash[28554]: cluster 2023-12-07T16:02:23.029349+0000 mgr.a (mgr.24293) 14916 : cluster 0 pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:02:23.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:23 smithi027 bash[31536]: cluster 2023-12-07T16:02:23.029349+0000 mgr.a (mgr.24293) 14916 : cluster 0 pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:02:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:26 smithi044 bash[32620]: cluster 2023-12-07T16:02:25.029990+0000 mgr.a (mgr.24293) 14917 : cluster 0 pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:02:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:26 smithi022 bash[28554]: cluster 2023-12-07T16:02:25.029990+0000 mgr.a (mgr.24293) 14917 : cluster 0 pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:02:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:26 smithi027 bash[31536]: cluster 2023-12-07T16:02:25.029990+0000 mgr.a (mgr.24293) 14917 : cluster 0 pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:02:27.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:27.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:27.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:28 smithi022 bash[28554]: cluster 2023-12-07T16:02:27.030896+0000 mgr.a (mgr.24293) 14918 : cluster 0 pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:02:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:28 smithi044 bash[32620]: cluster 2023-12-07T16:02:27.030896+0000 mgr.a (mgr.24293) 14918 : cluster 0 pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:02:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:28 smithi027 bash[31536]: cluster 2023-12-07T16:02:27.030896+0000 mgr.a (mgr.24293) 14918 : cluster 0 pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:02:28.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:28.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:28.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:28.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:28.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:29 smithi044 bash[32620]: audit 2023-12-07T16:02:28.104645+0000 mgr.a (mgr.24293) 14919 : audit 0 from='client.298341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:29.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:29 smithi022 bash[28554]: audit 2023-12-07T16:02:28.104645+0000 mgr.a (mgr.24293) 14919 : audit 0 from='client.298341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:29 smithi027 bash[31536]: audit 2023-12-07T16:02:28.104645+0000 mgr.a (mgr.24293) 14919 : audit 0 from='client.298341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:30 smithi044 bash[32620]: cluster 2023-12-07T16:02:29.031691+0000 mgr.a (mgr.24293) 14920 : 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-07T16:02:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:30 smithi022 bash[28554]: cluster 2023-12-07T16:02:29.031691+0000 mgr.a (mgr.24293) 14920 : 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-07T16:02:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:30 smithi027 bash[31536]: cluster 2023-12-07T16:02:29.031691+0000 mgr.a (mgr.24293) 14920 : 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-07T16:02:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:31 smithi044 bash[32620]: cluster 2023-12-07T16:02:31.032481+0000 mgr.a (mgr.24293) 14921 : cluster 0 pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:31 smithi022 bash[28554]: cluster 2023-12-07T16:02:31.032481+0000 mgr.a (mgr.24293) 14921 : cluster 0 pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:31 smithi027 bash[31536]: cluster 2023-12-07T16:02:31.032481+0000 mgr.a (mgr.24293) 14921 : cluster 0 pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:33.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:33.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:33.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:34 smithi044 bash[32620]: cluster 2023-12-07T16:02:33.033041+0000 mgr.a (mgr.24293) 14922 : cluster 0 pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:34 smithi022 bash[28554]: cluster 2023-12-07T16:02:33.033041+0000 mgr.a (mgr.24293) 14922 : cluster 0 pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:34 smithi027 bash[31536]: cluster 2023-12-07T16:02:33.033041+0000 mgr.a (mgr.24293) 14922 : cluster 0 pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:34.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:34.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:34.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:34.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:34.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:35 smithi044 bash[32620]: audit 2023-12-07T16:02:34.029591+0000 mgr.a (mgr.24293) 14923 : audit 0 from='client.298416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:35 smithi022 bash[28554]: audit 2023-12-07T16:02:34.029591+0000 mgr.a (mgr.24293) 14923 : audit 0 from='client.298416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:35 smithi027 bash[31536]: audit 2023-12-07T16:02:34.029591+0000 mgr.a (mgr.24293) 14923 : audit 0 from='client.298416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:36 smithi022 bash[28554]: cluster 2023-12-07T16:02:35.033796+0000 mgr.a (mgr.24293) 14924 : cluster 0 pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:36 smithi044 bash[32620]: cluster 2023-12-07T16:02:35.033796+0000 mgr.a (mgr.24293) 14924 : cluster 0 pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:36 smithi027 bash[31536]: cluster 2023-12-07T16:02:35.033796+0000 mgr.a (mgr.24293) 14924 : cluster 0 pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:38 smithi022 bash[28554]: cluster 2023-12-07T16:02:37.034654+0000 mgr.a (mgr.24293) 14925 : cluster 0 pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:38 smithi044 bash[32620]: cluster 2023-12-07T16:02:37.034654+0000 mgr.a (mgr.24293) 14925 : cluster 0 pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:38 smithi027 bash[31536]: cluster 2023-12-07T16:02:37.034654+0000 mgr.a (mgr.24293) 14925 : cluster 0 pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:39.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:39.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:39.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:40 smithi022 bash[28554]: cluster 2023-12-07T16:02:39.035207+0000 mgr.a (mgr.24293) 14926 : cluster 0 pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:40 smithi044 bash[32620]: cluster 2023-12-07T16:02:39.035207+0000 mgr.a (mgr.24293) 14926 : cluster 0 pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:40 smithi027 bash[31536]: cluster 2023-12-07T16:02:39.035207+0000 mgr.a (mgr.24293) 14926 : cluster 0 pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:40.508 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:40.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:40.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:40.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:40.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:41 smithi044 bash[32620]: audit 2023-12-07T16:02:39.982799+0000 mgr.a (mgr.24293) 14927 : audit 0 from='client.298494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:41 smithi022 bash[28554]: audit 2023-12-07T16:02:39.982799+0000 mgr.a (mgr.24293) 14927 : audit 0 from='client.298494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:41.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:41 smithi027 bash[31536]: audit 2023-12-07T16:02:39.982799+0000 mgr.a (mgr.24293) 14927 : audit 0 from='client.298494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:42 smithi022 bash[28554]: cluster 2023-12-07T16:02:41.036110+0000 mgr.a (mgr.24293) 14928 : cluster 0 pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:02:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:42 smithi044 bash[32620]: cluster 2023-12-07T16:02:41.036110+0000 mgr.a (mgr.24293) 14928 : cluster 0 pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:02:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:42 smithi027 bash[31536]: cluster 2023-12-07T16:02:41.036110+0000 mgr.a (mgr.24293) 14928 : cluster 0 pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:02:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:44 smithi022 bash[28554]: cluster 2023-12-07T16:02:43.036814+0000 mgr.a (mgr.24293) 14929 : cluster 0 pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:02:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:44 smithi044 bash[32620]: cluster 2023-12-07T16:02:43.036814+0000 mgr.a (mgr.24293) 14929 : cluster 0 pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:02:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:44 smithi027 bash[31536]: cluster 2023-12-07T16:02:43.036814+0000 mgr.a (mgr.24293) 14929 : cluster 0 pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:02:45.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:45.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:45.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:46.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:46 smithi022 bash[28554]: cluster 2023-12-07T16:02:45.037446+0000 mgr.a (mgr.24293) 14930 : cluster 0 pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:02:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:46 smithi044 bash[32620]: cluster 2023-12-07T16:02:45.037446+0000 mgr.a (mgr.24293) 14930 : cluster 0 pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:02:46.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:46.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:46.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:46.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:46.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:46 smithi027 bash[31536]: cluster 2023-12-07T16:02:45.037446+0000 mgr.a (mgr.24293) 14930 : cluster 0 pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:02:47.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:47 smithi022 bash[28554]: audit 2023-12-07T16:02:45.926609+0000 mgr.a (mgr.24293) 14931 : audit 0 from='client.298569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:47.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:47 smithi044 bash[32620]: audit 2023-12-07T16:02:45.926609+0000 mgr.a (mgr.24293) 14931 : audit 0 from='client.298569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:47 smithi027 bash[31536]: audit 2023-12-07T16:02:45.926609+0000 mgr.a (mgr.24293) 14931 : audit 0 from='client.298569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:48 smithi022 bash[28554]: cluster 2023-12-07T16:02:47.038650+0000 mgr.a (mgr.24293) 14932 : cluster 0 pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:48 smithi044 bash[32620]: cluster 2023-12-07T16:02:47.038650+0000 mgr.a (mgr.24293) 14932 : cluster 0 pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:48 smithi027 bash[31536]: cluster 2023-12-07T16:02:47.038650+0000 mgr.a (mgr.24293) 14932 : cluster 0 pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:50 smithi022 bash[28554]: cluster 2023-12-07T16:02:49.039431+0000 mgr.a (mgr.24293) 14933 : cluster 0 pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:50 smithi044 bash[32620]: cluster 2023-12-07T16:02:49.039431+0000 mgr.a (mgr.24293) 14933 : cluster 0 pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:50 smithi027 bash[31536]: cluster 2023-12-07T16:02:49.039431+0000 mgr.a (mgr.24293) 14933 : cluster 0 pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:51.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:51.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:51.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:51 smithi022 bash[28554]: cluster 2023-12-07T16:02:51.040223+0000 mgr.a (mgr.24293) 14934 : cluster 0 pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:51 smithi044 bash[32620]: cluster 2023-12-07T16:02:51.040223+0000 mgr.a (mgr.24293) 14934 : cluster 0 pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:51 smithi027 bash[31536]: cluster 2023-12-07T16:02:51.040223+0000 mgr.a (mgr.24293) 14934 : cluster 0 pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:52.371 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:52.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:52.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:52.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:52.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:52.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:52 smithi022 bash[28554]: audit 2023-12-07T16:02:51.848113+0000 mgr.a (mgr.24293) 14935 : audit 0 from='client.298647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:52 smithi044 bash[32620]: audit 2023-12-07T16:02:51.848113+0000 mgr.a (mgr.24293) 14935 : audit 0 from='client.298647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:52.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:52 smithi027 bash[31536]: audit 2023-12-07T16:02:51.848113+0000 mgr.a (mgr.24293) 14935 : audit 0 from='client.298647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:53 smithi044 bash[32620]: cluster 2023-12-07T16:02:53.040970+0000 mgr.a (mgr.24293) 14936 : cluster 0 pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:53 smithi022 bash[28554]: cluster 2023-12-07T16:02:53.040970+0000 mgr.a (mgr.24293) 14936 : cluster 0 pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:53.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:53 smithi027 bash[31536]: cluster 2023-12-07T16:02:53.040970+0000 mgr.a (mgr.24293) 14936 : cluster 0 pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:56 smithi044 bash[32620]: cluster 2023-12-07T16:02:55.041547+0000 mgr.a (mgr.24293) 14937 : cluster 0 pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:56 smithi022 bash[28554]: cluster 2023-12-07T16:02:55.041547+0000 mgr.a (mgr.24293) 14937 : cluster 0 pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:56 smithi027 bash[31536]: cluster 2023-12-07T16:02:55.041547+0000 mgr.a (mgr.24293) 14937 : cluster 0 pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:02:57.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:02:57.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:57.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:58.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:02:58.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:58.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:58.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:58.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:02:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:58 smithi044 bash[32620]: cluster 2023-12-07T16:02:57.042504+0000 mgr.a (mgr.24293) 14938 : cluster 0 pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:02:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:58 smithi022 bash[28554]: cluster 2023-12-07T16:02:57.042504+0000 mgr.a (mgr.24293) 14938 : cluster 0 pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:02:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:58 smithi027 bash[31536]: cluster 2023-12-07T16:02:57.042504+0000 mgr.a (mgr.24293) 14938 : cluster 0 pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:02:59.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:02:59 smithi022 bash[28554]: audit 2023-12-07T16:02:57.786989+0000 mgr.a (mgr.24293) 14939 : audit 0 from='client.298722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:02:59 smithi044 bash[32620]: audit 2023-12-07T16:02:57.786989+0000 mgr.a (mgr.24293) 14939 : audit 0 from='client.298722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:02:59 smithi027 bash[31536]: audit 2023-12-07T16:02:57.786989+0000 mgr.a (mgr.24293) 14939 : audit 0 from='client.298722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:00 smithi022 bash[28554]: cluster 2023-12-07T16:02:59.043274+0000 mgr.a (mgr.24293) 14940 : 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-07T16:03:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:00 smithi044 bash[32620]: cluster 2023-12-07T16:02:59.043274+0000 mgr.a (mgr.24293) 14940 : 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-07T16:03:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:00 smithi027 bash[31536]: cluster 2023-12-07T16:02:59.043274+0000 mgr.a (mgr.24293) 14940 : 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-07T16:03:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:01 smithi022 bash[28554]: cluster 2023-12-07T16:03:01.044130+0000 mgr.a (mgr.24293) 14941 : 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-07T16:03:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:01 smithi044 bash[32620]: cluster 2023-12-07T16:03:01.044130+0000 mgr.a (mgr.24293) 14941 : 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-07T16:03:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:01 smithi027 bash[31536]: cluster 2023-12-07T16:03:01.044130+0000 mgr.a (mgr.24293) 14941 : 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-07T16:03:02.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:02 smithi022 bash[28554]: audit 2023-12-07T16:03:01.769973+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:02.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:02 smithi022 bash[28554]: audit 2023-12-07T16:03:02.505982+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:02 smithi022 bash[28554]: audit 2023-12-07T16:03:02.507929+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:02 smithi022 bash[28554]: audit 2023-12-07T16:03:02.518009+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:03:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:02 smithi044 bash[32620]: audit 2023-12-07T16:03:01.769973+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:02 smithi044 bash[32620]: audit 2023-12-07T16:03:02.505982+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:02 smithi044 bash[32620]: audit 2023-12-07T16:03:02.507929+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:02 smithi044 bash[32620]: audit 2023-12-07T16:03:02.518009+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:03:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:02 smithi027 bash[31536]: audit 2023-12-07T16:03:01.769973+0000 mon.a (mon.0) 2514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:02 smithi027 bash[31536]: audit 2023-12-07T16:03:02.505982+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:02 smithi027 bash[31536]: audit 2023-12-07T16:03:02.507929+0000 mon.a (mon.0) 2516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:02 smithi027 bash[31536]: audit 2023-12-07T16:03:02.518009+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:03:03.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:03.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:03.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:03.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:03 smithi022 bash[28554]: cluster 2023-12-07T16:03:03.044629+0000 mgr.a (mgr.24293) 14942 : 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-07T16:03:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:03 smithi044 bash[32620]: cluster 2023-12-07T16:03:03.044629+0000 mgr.a (mgr.24293) 14942 : 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-07T16:03:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:03 smithi027 bash[31536]: cluster 2023-12-07T16:03:03.044629+0000 mgr.a (mgr.24293) 14942 : 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-07T16:03:04.280 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:04.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:04.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:04.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:04.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:04 smithi044 bash[32620]: audit 2023-12-07T16:03:03.744747+0000 mgr.a (mgr.24293) 14943 : audit 0 from='client.298800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:04 smithi022 bash[28554]: audit 2023-12-07T16:03:03.744747+0000 mgr.a (mgr.24293) 14943 : audit 0 from='client.298800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:04 smithi027 bash[31536]: audit 2023-12-07T16:03:03.744747+0000 mgr.a (mgr.24293) 14943 : audit 0 from='client.298800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:05 smithi044 bash[32620]: cluster 2023-12-07T16:03:05.045477+0000 mgr.a (mgr.24293) 14944 : 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-07T16:03:05.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:05 smithi022 bash[28554]: cluster 2023-12-07T16:03:05.045477+0000 mgr.a (mgr.24293) 14944 : 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-07T16:03:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:05 smithi027 bash[31536]: cluster 2023-12-07T16:03:05.045477+0000 mgr.a (mgr.24293) 14944 : 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-07T16:03:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:08 smithi044 bash[32620]: cluster 2023-12-07T16:03:07.046327+0000 mgr.a (mgr.24293) 14945 : cluster 0 pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:08 smithi022 bash[28554]: cluster 2023-12-07T16:03:07.046327+0000 mgr.a (mgr.24293) 14945 : cluster 0 pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:08 smithi027 bash[31536]: cluster 2023-12-07T16:03:07.046327+0000 mgr.a (mgr.24293) 14945 : cluster 0 pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:09.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:09.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:09.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:10.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:10.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:10.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:10.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:10.208 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:10 smithi044 bash[32620]: cluster 2023-12-07T16:03:09.047015+0000 mgr.a (mgr.24293) 14946 : cluster 0 pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:10 smithi022 bash[28554]: cluster 2023-12-07T16:03:09.047015+0000 mgr.a (mgr.24293) 14946 : cluster 0 pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:10 smithi027 bash[31536]: cluster 2023-12-07T16:03:09.047015+0000 mgr.a (mgr.24293) 14946 : cluster 0 pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:11 smithi044 bash[32620]: audit 2023-12-07T16:03:09.692354+0000 mgr.a (mgr.24293) 14947 : audit 0 from='client.298878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:11 smithi022 bash[28554]: audit 2023-12-07T16:03:09.692354+0000 mgr.a (mgr.24293) 14947 : audit 0 from='client.298878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:11 smithi027 bash[31536]: audit 2023-12-07T16:03:09.692354+0000 mgr.a (mgr.24293) 14947 : audit 0 from='client.298878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:12 smithi022 bash[28554]: cluster 2023-12-07T16:03:11.047974+0000 mgr.a (mgr.24293) 14948 : cluster 0 pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:12 smithi044 bash[32620]: cluster 2023-12-07T16:03:11.047974+0000 mgr.a (mgr.24293) 14948 : cluster 0 pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:12 smithi027 bash[31536]: cluster 2023-12-07T16:03:11.047974+0000 mgr.a (mgr.24293) 14948 : cluster 0 pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:14 smithi044 bash[32620]: cluster 2023-12-07T16:03:13.048575+0000 mgr.a (mgr.24293) 14949 : cluster 0 pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:14.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:14 smithi022 bash[28554]: cluster 2023-12-07T16:03:13.048575+0000 mgr.a (mgr.24293) 14949 : cluster 0 pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:14 smithi027 bash[31536]: cluster 2023-12-07T16:03:13.048575+0000 mgr.a (mgr.24293) 14949 : cluster 0 pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:15.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:15.212 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:15.212 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:16.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:16.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:16.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:16.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:16.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:16.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:16 smithi022 bash[28554]: cluster 2023-12-07T16:03:15.049169+0000 mgr.a (mgr.24293) 14950 : cluster 0 pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:16 smithi044 bash[32620]: cluster 2023-12-07T16:03:15.049169+0000 mgr.a (mgr.24293) 14950 : cluster 0 pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:16 smithi027 bash[31536]: cluster 2023-12-07T16:03:15.049169+0000 mgr.a (mgr.24293) 14950 : cluster 0 pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:17 smithi044 bash[32620]: audit 2023-12-07T16:03:15.627689+0000 mgr.a (mgr.24293) 14951 : audit 0 from='client.298956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:17 smithi022 bash[28554]: audit 2023-12-07T16:03:15.627689+0000 mgr.a (mgr.24293) 14951 : audit 0 from='client.298956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:17 smithi027 bash[31536]: audit 2023-12-07T16:03:15.627689+0000 mgr.a (mgr.24293) 14951 : audit 0 from='client.298956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:18 smithi022 bash[28554]: cluster 2023-12-07T16:03:17.050224+0000 mgr.a (mgr.24293) 14952 : 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-07T16:03:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:18 smithi044 bash[32620]: cluster 2023-12-07T16:03:17.050224+0000 mgr.a (mgr.24293) 14952 : 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-07T16:03:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:18 smithi027 bash[31536]: cluster 2023-12-07T16:03:17.050224+0000 mgr.a (mgr.24293) 14952 : 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-07T16:03:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:20 smithi044 bash[32620]: cluster 2023-12-07T16:03:19.050792+0000 mgr.a (mgr.24293) 14953 : cluster 0 pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:20 smithi022 bash[28554]: cluster 2023-12-07T16:03:19.050792+0000 mgr.a (mgr.24293) 14953 : cluster 0 pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:20 smithi027 bash[31536]: cluster 2023-12-07T16:03:19.050792+0000 mgr.a (mgr.24293) 14953 : cluster 0 pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:21.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:21.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:21.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:21 smithi022 bash[28554]: cluster 2023-12-07T16:03:21.051606+0000 mgr.a (mgr.24293) 14954 : cluster 0 pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:21 smithi044 bash[32620]: cluster 2023-12-07T16:03:21.051606+0000 mgr.a (mgr.24293) 14954 : cluster 0 pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:21 smithi027 bash[31536]: cluster 2023-12-07T16:03:21.051606+0000 mgr.a (mgr.24293) 14954 : cluster 0 pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:22.118 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:22.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:22.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:22.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:22.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:22.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:22 smithi022 bash[28554]: audit 2023-12-07T16:03:21.591930+0000 mgr.a (mgr.24293) 14955 : audit 0 from='client.299034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:22 smithi044 bash[32620]: audit 2023-12-07T16:03:21.591930+0000 mgr.a (mgr.24293) 14955 : audit 0 from='client.299034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:22.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:22 smithi027 bash[31536]: audit 2023-12-07T16:03:21.591930+0000 mgr.a (mgr.24293) 14955 : audit 0 from='client.299034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:23.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:23 smithi022 bash[28554]: cluster 2023-12-07T16:03:23.052238+0000 mgr.a (mgr.24293) 14956 : cluster 0 pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:23 smithi044 bash[32620]: cluster 2023-12-07T16:03:23.052238+0000 mgr.a (mgr.24293) 14956 : cluster 0 pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:23.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:23 smithi027 bash[31536]: cluster 2023-12-07T16:03:23.052238+0000 mgr.a (mgr.24293) 14956 : cluster 0 pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:26.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:26 smithi022 bash[28554]: cluster 2023-12-07T16:03:25.052801+0000 mgr.a (mgr.24293) 14957 : cluster 0 pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:26 smithi044 bash[32620]: cluster 2023-12-07T16:03:25.052801+0000 mgr.a (mgr.24293) 14957 : cluster 0 pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:26 smithi027 bash[31536]: cluster 2023-12-07T16:03:25.052801+0000 mgr.a (mgr.24293) 14957 : cluster 0 pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:27.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:27.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:27.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:28.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:28.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:28.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:28.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:28.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:28 smithi022 bash[28554]: cluster 2023-12-07T16:03:27.053592+0000 mgr.a (mgr.24293) 14958 : cluster 0 pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:28 smithi022 bash[28554]: audit 2023-12-07T16:03:27.534562+0000 mgr.a (mgr.24293) 14959 : audit 0 from='client.299112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:28 smithi044 bash[32620]: cluster 2023-12-07T16:03:27.053592+0000 mgr.a (mgr.24293) 14958 : cluster 0 pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:28 smithi044 bash[32620]: audit 2023-12-07T16:03:27.534562+0000 mgr.a (mgr.24293) 14959 : audit 0 from='client.299112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:28 smithi027 bash[31536]: cluster 2023-12-07T16:03:27.053592+0000 mgr.a (mgr.24293) 14958 : cluster 0 pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:28 smithi027 bash[31536]: audit 2023-12-07T16:03:27.534562+0000 mgr.a (mgr.24293) 14959 : audit 0 from='client.299112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:30 smithi022 bash[28554]: cluster 2023-12-07T16:03:29.054202+0000 mgr.a (mgr.24293) 14960 : 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-07T16:03:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:30 smithi044 bash[32620]: cluster 2023-12-07T16:03:29.054202+0000 mgr.a (mgr.24293) 14960 : 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-07T16:03:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:30 smithi027 bash[31536]: cluster 2023-12-07T16:03:29.054202+0000 mgr.a (mgr.24293) 14960 : 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-07T16:03:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:31 smithi044 bash[32620]: cluster 2023-12-07T16:03:31.055041+0000 mgr.a (mgr.24293) 14961 : 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-07T16:03:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:31 smithi022 bash[28554]: cluster 2023-12-07T16:03:31.055041+0000 mgr.a (mgr.24293) 14961 : 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-07T16:03:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:31 smithi027 bash[31536]: cluster 2023-12-07T16:03:31.055041+0000 mgr.a (mgr.24293) 14961 : 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-07T16:03:33.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:33.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:33.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:34.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:34.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:34.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:34.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:34.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:34 smithi022 bash[28554]: cluster 2023-12-07T16:03:33.055615+0000 mgr.a (mgr.24293) 14962 : 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-07T16:03:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:34 smithi022 bash[28554]: audit 2023-12-07T16:03:33.500268+0000 mgr.a (mgr.24293) 14963 : audit 0 from='client.299187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:34 smithi044 bash[32620]: cluster 2023-12-07T16:03:33.055615+0000 mgr.a (mgr.24293) 14962 : 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-07T16:03:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:34 smithi044 bash[32620]: audit 2023-12-07T16:03:33.500268+0000 mgr.a (mgr.24293) 14963 : audit 0 from='client.299187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:34 smithi027 bash[31536]: cluster 2023-12-07T16:03:33.055615+0000 mgr.a (mgr.24293) 14962 : 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-07T16:03:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:34 smithi027 bash[31536]: audit 2023-12-07T16:03:33.500268+0000 mgr.a (mgr.24293) 14963 : audit 0 from='client.299187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:36 smithi044 bash[32620]: cluster 2023-12-07T16:03:35.056215+0000 mgr.a (mgr.24293) 14964 : 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-07T16:03:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:36 smithi022 bash[28554]: cluster 2023-12-07T16:03:35.056215+0000 mgr.a (mgr.24293) 14964 : 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-07T16:03:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:36 smithi027 bash[31536]: cluster 2023-12-07T16:03:35.056215+0000 mgr.a (mgr.24293) 14964 : 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-07T16:03:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:38 smithi044 bash[32620]: cluster 2023-12-07T16:03:37.057031+0000 mgr.a (mgr.24293) 14965 : cluster 0 pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:38.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:38 smithi022 bash[28554]: cluster 2023-12-07T16:03:37.057031+0000 mgr.a (mgr.24293) 14965 : cluster 0 pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:38 smithi027 bash[31536]: cluster 2023-12-07T16:03:37.057031+0000 mgr.a (mgr.24293) 14965 : cluster 0 pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:39.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:39.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:39.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:39.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:39.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:39.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:39.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:39.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:40 smithi022 bash[28554]: cluster 2023-12-07T16:03:39.057606+0000 mgr.a (mgr.24293) 14966 : cluster 0 pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:40 smithi022 bash[28554]: audit 2023-12-07T16:03:39.445751+0000 mgr.a (mgr.24293) 14967 : audit 0 from='client.299265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:40 smithi044 bash[32620]: cluster 2023-12-07T16:03:39.057606+0000 mgr.a (mgr.24293) 14966 : cluster 0 pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:40 smithi044 bash[32620]: audit 2023-12-07T16:03:39.445751+0000 mgr.a (mgr.24293) 14967 : audit 0 from='client.299265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:40 smithi027 bash[31536]: cluster 2023-12-07T16:03:39.057606+0000 mgr.a (mgr.24293) 14966 : cluster 0 pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:40 smithi027 bash[31536]: audit 2023-12-07T16:03:39.445751+0000 mgr.a (mgr.24293) 14967 : audit 0 from='client.299265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:41 smithi044 bash[32620]: cluster 2023-12-07T16:03:41.058534+0000 mgr.a (mgr.24293) 14968 : cluster 0 pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:41.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:41 smithi022 bash[28554]: cluster 2023-12-07T16:03:41.058534+0000 mgr.a (mgr.24293) 14968 : cluster 0 pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:41 smithi027 bash[31536]: cluster 2023-12-07T16:03:41.058534+0000 mgr.a (mgr.24293) 14968 : cluster 0 pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:44 smithi044 bash[32620]: cluster 2023-12-07T16:03:43.059110+0000 mgr.a (mgr.24293) 14969 : cluster 0 pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:44 smithi022 bash[28554]: cluster 2023-12-07T16:03:43.059110+0000 mgr.a (mgr.24293) 14969 : cluster 0 pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:44 smithi027 bash[31536]: cluster 2023-12-07T16:03:43.059110+0000 mgr.a (mgr.24293) 14969 : cluster 0 pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:44.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:44.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:44.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:45.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:45.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:45.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:45.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:45.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:46 smithi044 bash[32620]: cluster 2023-12-07T16:03:45.059708+0000 mgr.a (mgr.24293) 14970 : cluster 0 pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:46 smithi044 bash[32620]: audit 2023-12-07T16:03:45.364057+0000 mgr.a (mgr.24293) 14971 : audit 0 from='client.299343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:46 smithi022 bash[28554]: cluster 2023-12-07T16:03:45.059708+0000 mgr.a (mgr.24293) 14970 : cluster 0 pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:46 smithi022 bash[28554]: audit 2023-12-07T16:03:45.364057+0000 mgr.a (mgr.24293) 14971 : audit 0 from='client.299343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:46 smithi027 bash[31536]: cluster 2023-12-07T16:03:45.059708+0000 mgr.a (mgr.24293) 14970 : cluster 0 pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:46 smithi027 bash[31536]: audit 2023-12-07T16:03:45.364057+0000 mgr.a (mgr.24293) 14971 : audit 0 from='client.299343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:48 smithi022 bash[28554]: cluster 2023-12-07T16:03:47.060622+0000 mgr.a (mgr.24293) 14972 : cluster 0 pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:03:48.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:48 smithi044 bash[32620]: cluster 2023-12-07T16:03:47.060622+0000 mgr.a (mgr.24293) 14972 : cluster 0 pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:03:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:48 smithi027 bash[31536]: cluster 2023-12-07T16:03:47.060622+0000 mgr.a (mgr.24293) 14972 : cluster 0 pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:03:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:50 smithi022 bash[28554]: cluster 2023-12-07T16:03:49.061162+0000 mgr.a (mgr.24293) 14973 : cluster 0 pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:03:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:50 smithi044 bash[32620]: cluster 2023-12-07T16:03:49.061162+0000 mgr.a (mgr.24293) 14973 : cluster 0 pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:03:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:50 smithi027 bash[31536]: cluster 2023-12-07T16:03:49.061162+0000 mgr.a (mgr.24293) 14973 : cluster 0 pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:03:50.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:50.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:50.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:51.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:51.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:51.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:51.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:51.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:51 smithi022 bash[28554]: cluster 2023-12-07T16:03:51.061891+0000 mgr.a (mgr.24293) 14974 : cluster 0 pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:51 smithi022 bash[28554]: audit 2023-12-07T16:03:51.310761+0000 mgr.a (mgr.24293) 14975 : audit 0 from='client.299418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:51 smithi044 bash[32620]: cluster 2023-12-07T16:03:51.061891+0000 mgr.a (mgr.24293) 14974 : cluster 0 pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:51.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:51 smithi044 bash[32620]: audit 2023-12-07T16:03:51.310761+0000 mgr.a (mgr.24293) 14975 : audit 0 from='client.299418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:51 smithi027 bash[31536]: cluster 2023-12-07T16:03:51.061891+0000 mgr.a (mgr.24293) 14974 : cluster 0 pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:51 smithi027 bash[31536]: audit 2023-12-07T16:03:51.310761+0000 mgr.a (mgr.24293) 14975 : audit 0 from='client.299418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:54 smithi044 bash[32620]: cluster 2023-12-07T16:03:53.062572+0000 mgr.a (mgr.24293) 14976 : cluster 0 pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:54 smithi022 bash[28554]: cluster 2023-12-07T16:03:53.062572+0000 mgr.a (mgr.24293) 14976 : cluster 0 pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:54 smithi027 bash[31536]: cluster 2023-12-07T16:03:53.062572+0000 mgr.a (mgr.24293) 14976 : cluster 0 pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:56.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:56 smithi022 bash[28554]: cluster 2023-12-07T16:03:55.063163+0000 mgr.a (mgr.24293) 14977 : cluster 0 pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:56 smithi044 bash[32620]: cluster 2023-12-07T16:03:55.063163+0000 mgr.a (mgr.24293) 14977 : cluster 0 pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:56 smithi027 bash[31536]: cluster 2023-12-07T16:03:55.063163+0000 mgr.a (mgr.24293) 14977 : cluster 0 pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:56.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:03:56.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:56.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:57.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:03:57.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:57.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:57.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:57.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:03:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:58 smithi044 bash[32620]: cluster 2023-12-07T16:03:57.063964+0000 mgr.a (mgr.24293) 14978 : cluster 0 pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:03:58 smithi044 bash[32620]: audit 2023-12-07T16:03:57.228867+0000 mgr.a (mgr.24293) 14979 : audit 0 from='client.299493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:58 smithi022 bash[28554]: cluster 2023-12-07T16:03:57.063964+0000 mgr.a (mgr.24293) 14978 : cluster 0 pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:03:58 smithi022 bash[28554]: audit 2023-12-07T16:03:57.228867+0000 mgr.a (mgr.24293) 14979 : audit 0 from='client.299493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:58 smithi027 bash[31536]: cluster 2023-12-07T16:03:57.063964+0000 mgr.a (mgr.24293) 14978 : cluster 0 pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:03:58 smithi027 bash[31536]: audit 2023-12-07T16:03:57.228867+0000 mgr.a (mgr.24293) 14979 : audit 0 from='client.299493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:00 smithi044 bash[32620]: cluster 2023-12-07T16:03:59.064608+0000 mgr.a (mgr.24293) 14980 : cluster 0 pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:04:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:00 smithi022 bash[28554]: cluster 2023-12-07T16:03:59.064608+0000 mgr.a (mgr.24293) 14980 : cluster 0 pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:04:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:00 smithi027 bash[31536]: cluster 2023-12-07T16:03:59.064608+0000 mgr.a (mgr.24293) 14980 : cluster 0 pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:04:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:01 smithi044 bash[32620]: cluster 2023-12-07T16:04:01.065374+0000 mgr.a (mgr.24293) 14981 : cluster 0 pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:04:01.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:01 smithi022 bash[28554]: cluster 2023-12-07T16:04:01.065374+0000 mgr.a (mgr.24293) 14981 : cluster 0 pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:04:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:01 smithi027 bash[31536]: cluster 2023-12-07T16:04:01.065374+0000 mgr.a (mgr.24293) 14981 : cluster 0 pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:04:02.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:02.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:02.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:02.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:02 smithi044 bash[32620]: audit 2023-12-07T16:04:02.620598+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:02 smithi022 bash[28554]: audit 2023-12-07T16:04:02.620598+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:02 smithi027 bash[31536]: audit 2023-12-07T16:04:02.620598+0000 mon.a (mon.0) 2518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:03.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:03.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:03.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:03.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:03.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:03 smithi044 bash[32620]: cluster 2023-12-07T16:04:03.065926+0000 mgr.a (mgr.24293) 14982 : 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-07T16:04:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:03 smithi044 bash[32620]: audit 2023-12-07T16:04:03.153229+0000 mgr.a (mgr.24293) 14983 : audit 0 from='client.299568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:03 smithi044 bash[32620]: audit 2023-12-07T16:04:03.447291+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:03 smithi044 bash[32620]: audit 2023-12-07T16:04:03.449764+0000 mon.a (mon.0) 2520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:03 smithi044 bash[32620]: audit 2023-12-07T16:04:03.459272+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:03 smithi022 bash[28554]: cluster 2023-12-07T16:04:03.065926+0000 mgr.a (mgr.24293) 14982 : 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-07T16:04:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:03 smithi022 bash[28554]: audit 2023-12-07T16:04:03.153229+0000 mgr.a (mgr.24293) 14983 : audit 0 from='client.299568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:03 smithi022 bash[28554]: audit 2023-12-07T16:04:03.447291+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:03 smithi022 bash[28554]: audit 2023-12-07T16:04:03.449764+0000 mon.a (mon.0) 2520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:03 smithi022 bash[28554]: audit 2023-12-07T16:04:03.459272+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:04:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:03 smithi027 bash[31536]: cluster 2023-12-07T16:04:03.065926+0000 mgr.a (mgr.24293) 14982 : 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-07T16:04:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:03 smithi027 bash[31536]: audit 2023-12-07T16:04:03.153229+0000 mgr.a (mgr.24293) 14983 : audit 0 from='client.299568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:03 smithi027 bash[31536]: audit 2023-12-07T16:04:03.447291+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:03 smithi027 bash[31536]: audit 2023-12-07T16:04:03.449764+0000 mon.a (mon.0) 2520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:03.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:03 smithi027 bash[31536]: audit 2023-12-07T16:04:03.459272+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:04:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:06 smithi022 bash[28554]: cluster 2023-12-07T16:04:05.066738+0000 mgr.a (mgr.24293) 14984 : 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-07T16:04:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:06 smithi044 bash[32620]: cluster 2023-12-07T16:04:05.066738+0000 mgr.a (mgr.24293) 14984 : 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-07T16:04:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:06 smithi027 bash[31536]: cluster 2023-12-07T16:04:05.066738+0000 mgr.a (mgr.24293) 14984 : 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-07T16:04:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:08 smithi022 bash[28554]: cluster 2023-12-07T16:04:07.067668+0000 mgr.a (mgr.24293) 14985 : 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-07T16:04:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:08 smithi044 bash[32620]: cluster 2023-12-07T16:04:07.067668+0000 mgr.a (mgr.24293) 14985 : 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-07T16:04:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:08 smithi027 bash[31536]: cluster 2023-12-07T16:04:07.067668+0000 mgr.a (mgr.24293) 14985 : 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-07T16:04:08.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:08.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:08.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:09.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:09.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:09.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:09.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:09.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:10 smithi022 bash[28554]: cluster 2023-12-07T16:04:09.068333+0000 mgr.a (mgr.24293) 14986 : 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-07T16:04:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:10 smithi022 bash[28554]: audit 2023-12-07T16:04:09.118887+0000 mgr.a (mgr.24293) 14987 : audit 0 from='client.299643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:10 smithi044 bash[32620]: cluster 2023-12-07T16:04:09.068333+0000 mgr.a (mgr.24293) 14986 : 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-07T16:04:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:10 smithi044 bash[32620]: audit 2023-12-07T16:04:09.118887+0000 mgr.a (mgr.24293) 14987 : audit 0 from='client.299643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:10 smithi027 bash[31536]: cluster 2023-12-07T16:04:09.068333+0000 mgr.a (mgr.24293) 14986 : 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-07T16:04:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:10 smithi027 bash[31536]: audit 2023-12-07T16:04:09.118887+0000 mgr.a (mgr.24293) 14987 : audit 0 from='client.299643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:11 smithi044 bash[32620]: cluster 2023-12-07T16:04:11.069252+0000 mgr.a (mgr.24293) 14988 : cluster 0 pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:11.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:11 smithi022 bash[28554]: cluster 2023-12-07T16:04:11.069252+0000 mgr.a (mgr.24293) 14988 : cluster 0 pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:11 smithi027 bash[31536]: cluster 2023-12-07T16:04:11.069252+0000 mgr.a (mgr.24293) 14988 : cluster 0 pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:14 smithi044 bash[32620]: cluster 2023-12-07T16:04:13.069872+0000 mgr.a (mgr.24293) 14989 : cluster 0 pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:14 smithi022 bash[28554]: cluster 2023-12-07T16:04:13.069872+0000 mgr.a (mgr.24293) 14989 : cluster 0 pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:14 smithi027 bash[31536]: cluster 2023-12-07T16:04:13.069872+0000 mgr.a (mgr.24293) 14989 : cluster 0 pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:14.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:14.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:14.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:15.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:16 smithi044 bash[32620]: cluster 2023-12-07T16:04:15.070556+0000 mgr.a (mgr.24293) 14990 : cluster 0 pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:16 smithi044 bash[32620]: audit 2023-12-07T16:04:15.077009+0000 mgr.a (mgr.24293) 14991 : audit 0 from='client.299718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:16 smithi022 bash[28554]: cluster 2023-12-07T16:04:15.070556+0000 mgr.a (mgr.24293) 14990 : cluster 0 pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:16 smithi022 bash[28554]: audit 2023-12-07T16:04:15.077009+0000 mgr.a (mgr.24293) 14991 : audit 0 from='client.299718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:16 smithi027 bash[31536]: cluster 2023-12-07T16:04:15.070556+0000 mgr.a (mgr.24293) 14990 : cluster 0 pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:16 smithi027 bash[31536]: audit 2023-12-07T16:04:15.077009+0000 mgr.a (mgr.24293) 14991 : audit 0 from='client.299718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:18 smithi044 bash[32620]: cluster 2023-12-07T16:04:17.071482+0000 mgr.a (mgr.24293) 14992 : cluster 0 pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:04:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:18 smithi022 bash[28554]: cluster 2023-12-07T16:04:17.071482+0000 mgr.a (mgr.24293) 14992 : cluster 0 pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:04:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:18 smithi027 bash[31536]: cluster 2023-12-07T16:04:17.071482+0000 mgr.a (mgr.24293) 14992 : cluster 0 pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:04:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:20 smithi022 bash[28554]: cluster 2023-12-07T16:04:19.072023+0000 mgr.a (mgr.24293) 14993 : cluster 0 pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:04:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:20 smithi044 bash[32620]: cluster 2023-12-07T16:04:19.072023+0000 mgr.a (mgr.24293) 14993 : cluster 0 pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:04:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:20 smithi027 bash[31536]: cluster 2023-12-07T16:04:19.072023+0000 mgr.a (mgr.24293) 14993 : cluster 0 pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:04:20.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:20.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:20.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:21.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:21 smithi044 bash[32620]: audit 2023-12-07T16:04:21.012890+0000 mgr.a (mgr.24293) 14994 : audit 0 from='client.299793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:21.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:21 smithi044 bash[32620]: cluster 2023-12-07T16:04:21.073069+0000 mgr.a (mgr.24293) 14995 : 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-07T16:04:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:21 smithi022 bash[28554]: audit 2023-12-07T16:04:21.012890+0000 mgr.a (mgr.24293) 14994 : audit 0 from='client.299793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:21.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:21 smithi022 bash[28554]: cluster 2023-12-07T16:04:21.073069+0000 mgr.a (mgr.24293) 14995 : 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-07T16:04:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:21 smithi027 bash[31536]: audit 2023-12-07T16:04:21.012890+0000 mgr.a (mgr.24293) 14994 : audit 0 from='client.299793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:21.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:21 smithi027 bash[31536]: cluster 2023-12-07T16:04:21.073069+0000 mgr.a (mgr.24293) 14995 : 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-07T16:04:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:24 smithi022 bash[28554]: cluster 2023-12-07T16:04:23.073806+0000 mgr.a (mgr.24293) 14996 : cluster 0 pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:24 smithi044 bash[32620]: cluster 2023-12-07T16:04:23.073806+0000 mgr.a (mgr.24293) 14996 : cluster 0 pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:24 smithi027 bash[31536]: cluster 2023-12-07T16:04:23.073806+0000 mgr.a (mgr.24293) 14996 : cluster 0 pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:26 smithi022 bash[28554]: cluster 2023-12-07T16:04:25.074383+0000 mgr.a (mgr.24293) 14997 : cluster 0 pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:26 smithi044 bash[32620]: cluster 2023-12-07T16:04:25.074383+0000 mgr.a (mgr.24293) 14997 : cluster 0 pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:26 smithi027 bash[31536]: cluster 2023-12-07T16:04:25.074383+0000 mgr.a (mgr.24293) 14997 : cluster 0 pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:26.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:26.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:26.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:27.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:28 smithi022 bash[28554]: audit 2023-12-07T16:04:26.953779+0000 mgr.a (mgr.24293) 14998 : audit 0 from='client.299868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:28 smithi022 bash[28554]: cluster 2023-12-07T16:04:27.075467+0000 mgr.a (mgr.24293) 14999 : cluster 0 pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:28 smithi044 bash[32620]: audit 2023-12-07T16:04:26.953779+0000 mgr.a (mgr.24293) 14998 : audit 0 from='client.299868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:28 smithi044 bash[32620]: cluster 2023-12-07T16:04:27.075467+0000 mgr.a (mgr.24293) 14999 : cluster 0 pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:28 smithi027 bash[31536]: audit 2023-12-07T16:04:26.953779+0000 mgr.a (mgr.24293) 14998 : audit 0 from='client.299868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:28 smithi027 bash[31536]: cluster 2023-12-07T16:04:27.075467+0000 mgr.a (mgr.24293) 14999 : cluster 0 pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:30 smithi022 bash[28554]: cluster 2023-12-07T16:04:29.076172+0000 mgr.a (mgr.24293) 15000 : cluster 0 pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:04:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:30 smithi044 bash[32620]: cluster 2023-12-07T16:04:29.076172+0000 mgr.a (mgr.24293) 15000 : cluster 0 pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:04:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:30 smithi027 bash[31536]: cluster 2023-12-07T16:04:29.076172+0000 mgr.a (mgr.24293) 15000 : cluster 0 pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:04:31.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:31 smithi022 bash[28554]: cluster 2023-12-07T16:04:31.077155+0000 mgr.a (mgr.24293) 15001 : cluster 0 pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:04:31.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:31 smithi044 bash[32620]: cluster 2023-12-07T16:04:31.077155+0000 mgr.a (mgr.24293) 15001 : cluster 0 pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:04:31.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:31 smithi027 bash[31536]: cluster 2023-12-07T16:04:31.077155+0000 mgr.a (mgr.24293) 15001 : cluster 0 pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:04:32.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:32.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:32.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:33.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:33.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:33.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:33.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:33.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:34 smithi044 bash[32620]: audit 2023-12-07T16:04:32.897813+0000 mgr.a (mgr.24293) 15002 : audit 0 from='client.299946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:34 smithi044 bash[32620]: cluster 2023-12-07T16:04:33.077885+0000 mgr.a (mgr.24293) 15003 : 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-07T16:04:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:34 smithi022 bash[28554]: audit 2023-12-07T16:04:32.897813+0000 mgr.a (mgr.24293) 15002 : audit 0 from='client.299946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:34 smithi022 bash[28554]: cluster 2023-12-07T16:04:33.077885+0000 mgr.a (mgr.24293) 15003 : 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-07T16:04:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:34 smithi027 bash[31536]: audit 2023-12-07T16:04:32.897813+0000 mgr.a (mgr.24293) 15002 : audit 0 from='client.299946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:34 smithi027 bash[31536]: cluster 2023-12-07T16:04:33.077885+0000 mgr.a (mgr.24293) 15003 : 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-07T16:04:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:36 smithi044 bash[32620]: cluster 2023-12-07T16:04:35.078655+0000 mgr.a (mgr.24293) 15004 : 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-07T16:04:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:36 smithi022 bash[28554]: cluster 2023-12-07T16:04:35.078655+0000 mgr.a (mgr.24293) 15004 : 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-07T16:04:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:36 smithi027 bash[31536]: cluster 2023-12-07T16:04:35.078655+0000 mgr.a (mgr.24293) 15004 : 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-07T16:04:38.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:38.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:38.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:38 smithi044 bash[32620]: cluster 2023-12-07T16:04:37.079682+0000 mgr.a (mgr.24293) 15005 : 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-07T16:04:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:38 smithi022 bash[28554]: cluster 2023-12-07T16:04:37.079682+0000 mgr.a (mgr.24293) 15005 : 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-07T16:04:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:38 smithi027 bash[31536]: cluster 2023-12-07T16:04:37.079682+0000 mgr.a (mgr.24293) 15005 : 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-07T16:04:39.357 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:39.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:40 smithi044 bash[32620]: audit 2023-12-07T16:04:38.826149+0000 mgr.a (mgr.24293) 15006 : audit 0 from='client.300021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:40 smithi044 bash[32620]: cluster 2023-12-07T16:04:39.080213+0000 mgr.a (mgr.24293) 15007 : 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-07T16:04:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:40 smithi022 bash[28554]: audit 2023-12-07T16:04:38.826149+0000 mgr.a (mgr.24293) 15006 : audit 0 from='client.300021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:40 smithi022 bash[28554]: cluster 2023-12-07T16:04:39.080213+0000 mgr.a (mgr.24293) 15007 : 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-07T16:04:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:40 smithi027 bash[31536]: audit 2023-12-07T16:04:38.826149+0000 mgr.a (mgr.24293) 15006 : audit 0 from='client.300021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:40 smithi027 bash[31536]: cluster 2023-12-07T16:04:39.080213+0000 mgr.a (mgr.24293) 15007 : 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-07T16:04:41.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:41 smithi022 bash[28554]: cluster 2023-12-07T16:04:41.081270+0000 mgr.a (mgr.24293) 15008 : cluster 0 pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:41.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:41 smithi044 bash[32620]: cluster 2023-12-07T16:04:41.081270+0000 mgr.a (mgr.24293) 15008 : cluster 0 pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:41 smithi027 bash[31536]: cluster 2023-12-07T16:04:41.081270+0000 mgr.a (mgr.24293) 15008 : cluster 0 pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:44.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:44.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:44.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:44 smithi022 bash[28554]: cluster 2023-12-07T16:04:43.081842+0000 mgr.a (mgr.24293) 15009 : cluster 0 pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:44 smithi044 bash[32620]: cluster 2023-12-07T16:04:43.081842+0000 mgr.a (mgr.24293) 15009 : cluster 0 pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:44 smithi027 bash[31536]: cluster 2023-12-07T16:04:43.081842+0000 mgr.a (mgr.24293) 15009 : cluster 0 pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:45.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:45.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:46 smithi044 bash[32620]: audit 2023-12-07T16:04:44.771830+0000 mgr.a (mgr.24293) 15010 : audit 0 from='client.300096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:46 smithi044 bash[32620]: cluster 2023-12-07T16:04:45.082628+0000 mgr.a (mgr.24293) 15011 : cluster 0 pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:46 smithi022 bash[28554]: audit 2023-12-07T16:04:44.771830+0000 mgr.a (mgr.24293) 15010 : audit 0 from='client.300096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:46 smithi022 bash[28554]: cluster 2023-12-07T16:04:45.082628+0000 mgr.a (mgr.24293) 15011 : cluster 0 pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:46 smithi027 bash[31536]: audit 2023-12-07T16:04:44.771830+0000 mgr.a (mgr.24293) 15010 : audit 0 from='client.300096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:46 smithi027 bash[31536]: cluster 2023-12-07T16:04:45.082628+0000 mgr.a (mgr.24293) 15011 : cluster 0 pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:48 smithi044 bash[32620]: cluster 2023-12-07T16:04:47.083783+0000 mgr.a (mgr.24293) 15012 : cluster 0 pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:48 smithi022 bash[28554]: cluster 2023-12-07T16:04:47.083783+0000 mgr.a (mgr.24293) 15012 : cluster 0 pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:48 smithi027 bash[31536]: cluster 2023-12-07T16:04:47.083783+0000 mgr.a (mgr.24293) 15012 : cluster 0 pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:50.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:50.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:50.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:50 smithi022 bash[28554]: cluster 2023-12-07T16:04:49.084468+0000 mgr.a (mgr.24293) 15013 : cluster 0 pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:50 smithi044 bash[32620]: cluster 2023-12-07T16:04:49.084468+0000 mgr.a (mgr.24293) 15013 : cluster 0 pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:50 smithi027 bash[31536]: cluster 2023-12-07T16:04:49.084468+0000 mgr.a (mgr.24293) 15013 : cluster 0 pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:51.240 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:51.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:51.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:51.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:51.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:51 smithi027 bash[31536]: audit 2023-12-07T16:04:50.723263+0000 mgr.a (mgr.24293) 15014 : audit 0 from='client.300171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:51.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:51 smithi027 bash[31536]: cluster 2023-12-07T16:04:51.085509+0000 mgr.a (mgr.24293) 15015 : 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-07T16:04:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:51 smithi022 bash[28554]: audit 2023-12-07T16:04:50.723263+0000 mgr.a (mgr.24293) 15014 : audit 0 from='client.300171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:51 smithi022 bash[28554]: cluster 2023-12-07T16:04:51.085509+0000 mgr.a (mgr.24293) 15015 : 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-07T16:04:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:51 smithi044 bash[32620]: audit 2023-12-07T16:04:50.723263+0000 mgr.a (mgr.24293) 15014 : audit 0 from='client.300171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:51 smithi044 bash[32620]: cluster 2023-12-07T16:04:51.085509+0000 mgr.a (mgr.24293) 15015 : 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-07T16:04:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:54 smithi022 bash[28554]: cluster 2023-12-07T16:04:53.086240+0000 mgr.a (mgr.24293) 15016 : cluster 0 pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:54 smithi044 bash[32620]: cluster 2023-12-07T16:04:53.086240+0000 mgr.a (mgr.24293) 15016 : cluster 0 pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:54 smithi027 bash[31536]: cluster 2023-12-07T16:04:53.086240+0000 mgr.a (mgr.24293) 15016 : cluster 0 pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:56.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:04:56.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:56.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:56 smithi044 bash[32620]: cluster 2023-12-07T16:04:55.086828+0000 mgr.a (mgr.24293) 15017 : cluster 0 pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:56.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:56 smithi022 bash[28554]: cluster 2023-12-07T16:04:55.086828+0000 mgr.a (mgr.24293) 15017 : cluster 0 pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:56 smithi027 bash[31536]: cluster 2023-12-07T16:04:55.086828+0000 mgr.a (mgr.24293) 15017 : cluster 0 pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:57.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:04:57.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:57.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:57.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:57.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:04:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:58 smithi044 bash[32620]: audit 2023-12-07T16:04:56.658353+0000 mgr.a (mgr.24293) 15018 : audit 0 from='client.300246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:04:58 smithi044 bash[32620]: cluster 2023-12-07T16:04:57.087675+0000 mgr.a (mgr.24293) 15019 : cluster 0 pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:58 smithi022 bash[28554]: audit 2023-12-07T16:04:56.658353+0000 mgr.a (mgr.24293) 15018 : audit 0 from='client.300246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:04:58 smithi022 bash[28554]: cluster 2023-12-07T16:04:57.087675+0000 mgr.a (mgr.24293) 15019 : cluster 0 pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:58 smithi027 bash[31536]: audit 2023-12-07T16:04:56.658353+0000 mgr.a (mgr.24293) 15018 : audit 0 from='client.300246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:04:58 smithi027 bash[31536]: cluster 2023-12-07T16:04:57.087675+0000 mgr.a (mgr.24293) 15019 : cluster 0 pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:00 smithi044 bash[32620]: cluster 2023-12-07T16:04:59.088260+0000 mgr.a (mgr.24293) 15020 : cluster 0 pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:00 smithi022 bash[28554]: cluster 2023-12-07T16:04:59.088260+0000 mgr.a (mgr.24293) 15020 : cluster 0 pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:00 smithi027 bash[31536]: cluster 2023-12-07T16:04:59.088260+0000 mgr.a (mgr.24293) 15020 : cluster 0 pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:01 smithi027 bash[31536]: cluster 2023-12-07T16:05:01.089051+0000 mgr.a (mgr.24293) 15021 : cluster 0 pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:02.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:02.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:02.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:01 smithi022 bash[28554]: cluster 2023-12-07T16:05:01.089051+0000 mgr.a (mgr.24293) 15021 : cluster 0 pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:01 smithi044 bash[32620]: cluster 2023-12-07T16:05:01.089051+0000 mgr.a (mgr.24293) 15021 : cluster 0 pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:03.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:03.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:03.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:03.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:03.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:04 smithi022 bash[28554]: audit 2023-12-07T16:05:02.574855+0000 mgr.a (mgr.24293) 15022 : audit 0 from='client.300321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:04 smithi022 bash[28554]: cluster 2023-12-07T16:05:03.089654+0000 mgr.a (mgr.24293) 15023 : 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-07T16:05:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:04 smithi022 bash[28554]: audit 2023-12-07T16:05:03.600215+0000 mon.a (mon.0) 2522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:04 smithi044 bash[32620]: audit 2023-12-07T16:05:02.574855+0000 mgr.a (mgr.24293) 15022 : audit 0 from='client.300321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:04 smithi044 bash[32620]: cluster 2023-12-07T16:05:03.089654+0000 mgr.a (mgr.24293) 15023 : 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-07T16:05:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:04 smithi044 bash[32620]: audit 2023-12-07T16:05:03.600215+0000 mon.a (mon.0) 2522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:04 smithi027 bash[31536]: audit 2023-12-07T16:05:02.574855+0000 mgr.a (mgr.24293) 15022 : audit 0 from='client.300321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:04 smithi027 bash[31536]: cluster 2023-12-07T16:05:03.089654+0000 mgr.a (mgr.24293) 15023 : 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-07T16:05:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:04 smithi027 bash[31536]: audit 2023-12-07T16:05:03.600215+0000 mon.a (mon.0) 2522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:05 smithi022 bash[28554]: audit 2023-12-07T16:05:04.389041+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:05 smithi022 bash[28554]: audit 2023-12-07T16:05:04.391096+0000 mon.a (mon.0) 2524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:05 smithi022 bash[28554]: audit 2023-12-07T16:05:04.401637+0000 mon.a (mon.0) 2525 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:05:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:05 smithi044 bash[32620]: audit 2023-12-07T16:05:04.389041+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:05 smithi044 bash[32620]: audit 2023-12-07T16:05:04.391096+0000 mon.a (mon.0) 2524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:05 smithi044 bash[32620]: audit 2023-12-07T16:05:04.401637+0000 mon.a (mon.0) 2525 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:05:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:05 smithi027 bash[31536]: audit 2023-12-07T16:05:04.389041+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:05 smithi027 bash[31536]: audit 2023-12-07T16:05:04.391096+0000 mon.a (mon.0) 2524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:05 smithi027 bash[31536]: audit 2023-12-07T16:05:04.401637+0000 mon.a (mon.0) 2525 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:05:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:06 smithi044 bash[32620]: cluster 2023-12-07T16:05:05.090262+0000 mgr.a (mgr.24293) 15024 : 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-07T16:05:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:06 smithi022 bash[28554]: cluster 2023-12-07T16:05:05.090262+0000 mgr.a (mgr.24293) 15024 : 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-07T16:05:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:06 smithi027 bash[31536]: cluster 2023-12-07T16:05:05.090262+0000 mgr.a (mgr.24293) 15024 : 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-07T16:05:08.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:08.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:08.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:08 smithi044 bash[32620]: cluster 2023-12-07T16:05:07.091126+0000 mgr.a (mgr.24293) 15025 : 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-07T16:05:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:08 smithi022 bash[28554]: cluster 2023-12-07T16:05:07.091126+0000 mgr.a (mgr.24293) 15025 : 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-07T16:05:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:08 smithi027 bash[31536]: cluster 2023-12-07T16:05:07.091126+0000 mgr.a (mgr.24293) 15025 : 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-07T16:05:09.027 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:09.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:09.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:09.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:09.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:09 smithi044 bash[32620]: audit 2023-12-07T16:05:08.519179+0000 mgr.a (mgr.24293) 15026 : audit 0 from='client.300399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:09 smithi022 bash[28554]: audit 2023-12-07T16:05:08.519179+0000 mgr.a (mgr.24293) 15026 : audit 0 from='client.300399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:09 smithi027 bash[31536]: audit 2023-12-07T16:05:08.519179+0000 mgr.a (mgr.24293) 15026 : audit 0 from='client.300399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:10 smithi044 bash[32620]: cluster 2023-12-07T16:05:09.091946+0000 mgr.a (mgr.24293) 15027 : 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-07T16:05:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:10 smithi022 bash[28554]: cluster 2023-12-07T16:05:09.091946+0000 mgr.a (mgr.24293) 15027 : 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-07T16:05:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:10 smithi027 bash[31536]: cluster 2023-12-07T16:05:09.091946+0000 mgr.a (mgr.24293) 15027 : 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-07T16:05:11.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:11 smithi027 bash[31536]: cluster 2023-12-07T16:05:11.092745+0000 mgr.a (mgr.24293) 15028 : 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-07T16:05:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:11 smithi022 bash[28554]: cluster 2023-12-07T16:05:11.092745+0000 mgr.a (mgr.24293) 15028 : 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-07T16:05:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:11 smithi044 bash[32620]: cluster 2023-12-07T16:05:11.092745+0000 mgr.a (mgr.24293) 15028 : 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-07T16:05:14.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:14.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:14.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:14 smithi022 bash[28554]: cluster 2023-12-07T16:05:13.093305+0000 mgr.a (mgr.24293) 15029 : 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-07T16:05:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:14 smithi044 bash[32620]: cluster 2023-12-07T16:05:13.093305+0000 mgr.a (mgr.24293) 15029 : 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-07T16:05:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:14 smithi027 bash[31536]: cluster 2023-12-07T16:05:13.093305+0000 mgr.a (mgr.24293) 15029 : 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-07T16:05:14.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:14.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:14.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:14.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:14.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:15 smithi044 bash[32620]: audit 2023-12-07T16:05:14.442801+0000 mgr.a (mgr.24293) 15030 : audit 0 from='client.300477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:15 smithi022 bash[28554]: audit 2023-12-07T16:05:14.442801+0000 mgr.a (mgr.24293) 15030 : audit 0 from='client.300477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:15 smithi027 bash[31536]: audit 2023-12-07T16:05:14.442801+0000 mgr.a (mgr.24293) 15030 : audit 0 from='client.300477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:16 smithi044 bash[32620]: cluster 2023-12-07T16:05:15.094075+0000 mgr.a (mgr.24293) 15031 : 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-07T16:05:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:16 smithi022 bash[28554]: cluster 2023-12-07T16:05:15.094075+0000 mgr.a (mgr.24293) 15031 : 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-07T16:05:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:16 smithi027 bash[31536]: cluster 2023-12-07T16:05:15.094075+0000 mgr.a (mgr.24293) 15031 : 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-07T16:05:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:18 smithi022 bash[28554]: cluster 2023-12-07T16:05:17.094972+0000 mgr.a (mgr.24293) 15032 : cluster 0 pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:18 smithi044 bash[32620]: cluster 2023-12-07T16:05:17.094972+0000 mgr.a (mgr.24293) 15032 : cluster 0 pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:18 smithi027 bash[31536]: cluster 2023-12-07T16:05:17.094972+0000 mgr.a (mgr.24293) 15032 : cluster 0 pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:19.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:19.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:19.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:20 smithi022 bash[28554]: cluster 2023-12-07T16:05:19.095489+0000 mgr.a (mgr.24293) 15033 : cluster 0 pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:20 smithi044 bash[32620]: cluster 2023-12-07T16:05:19.095489+0000 mgr.a (mgr.24293) 15033 : cluster 0 pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:20 smithi027 bash[31536]: cluster 2023-12-07T16:05:19.095489+0000 mgr.a (mgr.24293) 15033 : cluster 0 pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:20.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:20.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:20.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:20.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:20.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:21 smithi044 bash[32620]: audit 2023-12-07T16:05:20.367281+0000 mgr.a (mgr.24293) 15034 : audit 0 from='client.300555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:21.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:21 smithi022 bash[28554]: audit 2023-12-07T16:05:20.367281+0000 mgr.a (mgr.24293) 15034 : audit 0 from='client.300555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:21 smithi027 bash[31536]: audit 2023-12-07T16:05:20.367281+0000 mgr.a (mgr.24293) 15034 : audit 0 from='client.300555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:22 smithi044 bash[32620]: cluster 2023-12-07T16:05:21.096741+0000 mgr.a (mgr.24293) 15035 : cluster 0 pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:05:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:22 smithi022 bash[28554]: cluster 2023-12-07T16:05:21.096741+0000 mgr.a (mgr.24293) 15035 : cluster 0 pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:05:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:22 smithi027 bash[31536]: cluster 2023-12-07T16:05:21.096741+0000 mgr.a (mgr.24293) 15035 : cluster 0 pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:05:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:24 smithi022 bash[28554]: cluster 2023-12-07T16:05:23.097515+0000 mgr.a (mgr.24293) 15036 : cluster 0 pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:24 smithi027 bash[31536]: cluster 2023-12-07T16:05:23.097515+0000 mgr.a (mgr.24293) 15036 : cluster 0 pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:24 smithi044 bash[32620]: cluster 2023-12-07T16:05:23.097515+0000 mgr.a (mgr.24293) 15036 : cluster 0 pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:25.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:26 smithi027 bash[31536]: cluster 2023-12-07T16:05:25.098275+0000 mgr.a (mgr.24293) 15037 : cluster 0 pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:26 smithi022 bash[28554]: cluster 2023-12-07T16:05:25.098275+0000 mgr.a (mgr.24293) 15037 : cluster 0 pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:26 smithi044 bash[32620]: cluster 2023-12-07T16:05:25.098275+0000 mgr.a (mgr.24293) 15037 : cluster 0 pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:26.843 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:26.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:26.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:26.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:26.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:27 smithi027 bash[31536]: audit 2023-12-07T16:05:26.320181+0000 mgr.a (mgr.24293) 15038 : audit 0 from='client.300630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:27 smithi044 bash[32620]: audit 2023-12-07T16:05:26.320181+0000 mgr.a (mgr.24293) 15038 : audit 0 from='client.300630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:27 smithi022 bash[28554]: audit 2023-12-07T16:05:26.320181+0000 mgr.a (mgr.24293) 15038 : audit 0 from='client.300630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:28 smithi027 bash[31536]: cluster 2023-12-07T16:05:27.099450+0000 mgr.a (mgr.24293) 15039 : 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-07T16:05:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:28 smithi022 bash[28554]: cluster 2023-12-07T16:05:27.099450+0000 mgr.a (mgr.24293) 15039 : 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-07T16:05:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:28 smithi044 bash[32620]: cluster 2023-12-07T16:05:27.099450+0000 mgr.a (mgr.24293) 15039 : 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-07T16:05:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:30 smithi027 bash[31536]: cluster 2023-12-07T16:05:29.100067+0000 mgr.a (mgr.24293) 15040 : cluster 0 pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:30 smithi022 bash[28554]: cluster 2023-12-07T16:05:29.100067+0000 mgr.a (mgr.24293) 15040 : cluster 0 pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:30 smithi044 bash[32620]: cluster 2023-12-07T16:05:29.100067+0000 mgr.a (mgr.24293) 15040 : cluster 0 pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:31.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:31.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:31.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:31 smithi027 bash[31536]: cluster 2023-12-07T16:05:31.100898+0000 mgr.a (mgr.24293) 15041 : cluster 0 pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:31 smithi022 bash[28554]: cluster 2023-12-07T16:05:31.100898+0000 mgr.a (mgr.24293) 15041 : cluster 0 pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:31 smithi044 bash[32620]: cluster 2023-12-07T16:05:31.100898+0000 mgr.a (mgr.24293) 15041 : cluster 0 pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:32.759 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:32.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:32.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:32.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:32.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:32 smithi027 bash[31536]: audit 2023-12-07T16:05:32.251906+0000 mgr.a (mgr.24293) 15042 : audit 0 from='client.300705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:32 smithi022 bash[28554]: audit 2023-12-07T16:05:32.251906+0000 mgr.a (mgr.24293) 15042 : audit 0 from='client.300705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:32 smithi044 bash[32620]: audit 2023-12-07T16:05:32.251906+0000 mgr.a (mgr.24293) 15042 : audit 0 from='client.300705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:33 smithi022 bash[28554]: cluster 2023-12-07T16:05:33.101645+0000 mgr.a (mgr.24293) 15043 : cluster 0 pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:05:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:33 smithi044 bash[32620]: cluster 2023-12-07T16:05:33.101645+0000 mgr.a (mgr.24293) 15043 : cluster 0 pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:05:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:33 smithi027 bash[31536]: cluster 2023-12-07T16:05:33.101645+0000 mgr.a (mgr.24293) 15043 : cluster 0 pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:05:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:36 smithi022 bash[28554]: cluster 2023-12-07T16:05:35.102261+0000 mgr.a (mgr.24293) 15044 : cluster 0 pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:05:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:36 smithi044 bash[32620]: cluster 2023-12-07T16:05:35.102261+0000 mgr.a (mgr.24293) 15044 : cluster 0 pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:05:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:36 smithi027 bash[31536]: cluster 2023-12-07T16:05:35.102261+0000 mgr.a (mgr.24293) 15044 : cluster 0 pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:05:37.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:37.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:37.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:38 smithi022 bash[28554]: cluster 2023-12-07T16:05:37.103114+0000 mgr.a (mgr.24293) 15045 : cluster 0 pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:05:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:38 smithi044 bash[32620]: cluster 2023-12-07T16:05:37.103114+0000 mgr.a (mgr.24293) 15045 : cluster 0 pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:05:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:38 smithi027 bash[31536]: cluster 2023-12-07T16:05:37.103114+0000 mgr.a (mgr.24293) 15045 : cluster 0 pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:05:38.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:38.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:38.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:38.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:38.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:39 smithi044 bash[32620]: audit 2023-12-07T16:05:38.172580+0000 mgr.a (mgr.24293) 15046 : audit 0 from='client.300780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:39.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:39 smithi022 bash[28554]: audit 2023-12-07T16:05:38.172580+0000 mgr.a (mgr.24293) 15046 : audit 0 from='client.300780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:39.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:39 smithi027 bash[31536]: audit 2023-12-07T16:05:38.172580+0000 mgr.a (mgr.24293) 15046 : audit 0 from='client.300780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:40 smithi044 bash[32620]: cluster 2023-12-07T16:05:39.103866+0000 mgr.a (mgr.24293) 15047 : 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-07T16:05:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:40 smithi022 bash[28554]: cluster 2023-12-07T16:05:39.103866+0000 mgr.a (mgr.24293) 15047 : 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-07T16:05:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:40 smithi027 bash[31536]: cluster 2023-12-07T16:05:39.103866+0000 mgr.a (mgr.24293) 15047 : 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-07T16:05:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:41 smithi027 bash[31536]: cluster 2023-12-07T16:05:41.104739+0000 mgr.a (mgr.24293) 15048 : 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-07T16:05:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:41 smithi044 bash[32620]: cluster 2023-12-07T16:05:41.104739+0000 mgr.a (mgr.24293) 15048 : 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-07T16:05:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:41 smithi022 bash[28554]: cluster 2023-12-07T16:05:41.104739+0000 mgr.a (mgr.24293) 15048 : 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-07T16:05:43.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:43.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:43.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:44 smithi044 bash[32620]: cluster 2023-12-07T16:05:43.105316+0000 mgr.a (mgr.24293) 15049 : 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-07T16:05:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:44 smithi022 bash[28554]: cluster 2023-12-07T16:05:43.105316+0000 mgr.a (mgr.24293) 15049 : 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-07T16:05:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:44 smithi027 bash[31536]: cluster 2023-12-07T16:05:43.105316+0000 mgr.a (mgr.24293) 15049 : 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-07T16:05:44.643 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:44.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:44.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:44.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:44.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:45 smithi044 bash[32620]: audit 2023-12-07T16:05:44.129816+0000 mgr.a (mgr.24293) 15050 : audit 0 from='client.300855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:45 smithi022 bash[28554]: audit 2023-12-07T16:05:44.129816+0000 mgr.a (mgr.24293) 15050 : audit 0 from='client.300855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:45 smithi027 bash[31536]: audit 2023-12-07T16:05:44.129816+0000 mgr.a (mgr.24293) 15050 : audit 0 from='client.300855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:46 smithi044 bash[32620]: cluster 2023-12-07T16:05:45.106071+0000 mgr.a (mgr.24293) 15051 : 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-07T16:05:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:46 smithi022 bash[28554]: cluster 2023-12-07T16:05:45.106071+0000 mgr.a (mgr.24293) 15051 : 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-07T16:05:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:46 smithi027 bash[31536]: cluster 2023-12-07T16:05:45.106071+0000 mgr.a (mgr.24293) 15051 : 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-07T16:05:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:48 smithi044 bash[32620]: cluster 2023-12-07T16:05:47.107093+0000 mgr.a (mgr.24293) 15052 : cluster 0 pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:48 smithi022 bash[28554]: cluster 2023-12-07T16:05:47.107093+0000 mgr.a (mgr.24293) 15052 : cluster 0 pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:48 smithi027 bash[31536]: cluster 2023-12-07T16:05:47.107093+0000 mgr.a (mgr.24293) 15052 : cluster 0 pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:49.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:49.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:49.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:50 smithi027 bash[31536]: cluster 2023-12-07T16:05:49.107721+0000 mgr.a (mgr.24293) 15053 : cluster 0 pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:50.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:50.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:50.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:50.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:50.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:50 smithi022 bash[28554]: cluster 2023-12-07T16:05:49.107721+0000 mgr.a (mgr.24293) 15053 : cluster 0 pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:50 smithi044 bash[32620]: cluster 2023-12-07T16:05:49.107721+0000 mgr.a (mgr.24293) 15053 : cluster 0 pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:51 smithi027 bash[31536]: audit 2023-12-07T16:05:50.062534+0000 mgr.a (mgr.24293) 15054 : audit 0 from='client.300933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:51 smithi044 bash[32620]: audit 2023-12-07T16:05:50.062534+0000 mgr.a (mgr.24293) 15054 : audit 0 from='client.300933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:51 smithi022 bash[28554]: audit 2023-12-07T16:05:50.062534+0000 mgr.a (mgr.24293) 15054 : audit 0 from='client.300933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:52 smithi027 bash[31536]: cluster 2023-12-07T16:05:51.108824+0000 mgr.a (mgr.24293) 15055 : cluster 0 pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:05:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:52 smithi044 bash[32620]: cluster 2023-12-07T16:05:51.108824+0000 mgr.a (mgr.24293) 15055 : cluster 0 pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:05:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:52 smithi022 bash[28554]: cluster 2023-12-07T16:05:51.108824+0000 mgr.a (mgr.24293) 15055 : cluster 0 pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:05:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:54 smithi027 bash[31536]: cluster 2023-12-07T16:05:53.109575+0000 mgr.a (mgr.24293) 15056 : cluster 0 pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:54 smithi022 bash[28554]: cluster 2023-12-07T16:05:53.109575+0000 mgr.a (mgr.24293) 15056 : cluster 0 pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:54 smithi044 bash[32620]: cluster 2023-12-07T16:05:53.109575+0000 mgr.a (mgr.24293) 15056 : cluster 0 pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:55.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:05:55.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:55.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:56 smithi027 bash[31536]: cluster 2023-12-07T16:05:55.110338+0000 mgr.a (mgr.24293) 15057 : cluster 0 pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:56.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:56.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:56.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:56.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:05:56.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:05:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:56 smithi044 bash[32620]: cluster 2023-12-07T16:05:55.110338+0000 mgr.a (mgr.24293) 15057 : cluster 0 pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:56 smithi022 bash[28554]: cluster 2023-12-07T16:05:55.110338+0000 mgr.a (mgr.24293) 15057 : cluster 0 pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:05:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:57 smithi044 bash[32620]: audit 2023-12-07T16:05:56.006166+0000 mgr.a (mgr.24293) 15058 : audit 0 from='client.301011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:57 smithi022 bash[28554]: audit 2023-12-07T16:05:56.006166+0000 mgr.a (mgr.24293) 15058 : audit 0 from='client.301011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:57 smithi027 bash[31536]: audit 2023-12-07T16:05:56.006166+0000 mgr.a (mgr.24293) 15058 : audit 0 from='client.301011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:05:58 smithi044 bash[32620]: cluster 2023-12-07T16:05:57.111631+0000 mgr.a (mgr.24293) 15059 : 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-07T16:05:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:05:58 smithi022 bash[28554]: cluster 2023-12-07T16:05:57.111631+0000 mgr.a (mgr.24293) 15059 : 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-07T16:05:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:05:58 smithi027 bash[31536]: cluster 2023-12-07T16:05:57.111631+0000 mgr.a (mgr.24293) 15059 : 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-07T16:06:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:00 smithi044 bash[32620]: cluster 2023-12-07T16:05:59.112208+0000 mgr.a (mgr.24293) 15060 : cluster 0 pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:00 smithi022 bash[28554]: cluster 2023-12-07T16:05:59.112208+0000 mgr.a (mgr.24293) 15060 : cluster 0 pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:00 smithi027 bash[31536]: cluster 2023-12-07T16:05:59.112208+0000 mgr.a (mgr.24293) 15060 : cluster 0 pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:01.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:01.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:01.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:01 smithi022 bash[28554]: cluster 2023-12-07T16:06:01.113150+0000 mgr.a (mgr.24293) 15061 : cluster 0 pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:01 smithi044 bash[32620]: cluster 2023-12-07T16:06:01.113150+0000 mgr.a (mgr.24293) 15061 : cluster 0 pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:01 smithi027 bash[31536]: cluster 2023-12-07T16:06:01.113150+0000 mgr.a (mgr.24293) 15061 : cluster 0 pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:02.497 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:02.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:02.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:02.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:02.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:02 smithi044 bash[32620]: audit 2023-12-07T16:06:01.978117+0000 mgr.a (mgr.24293) 15062 : audit 0 from='client.301086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:03.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:02 smithi022 bash[28554]: audit 2023-12-07T16:06:01.978117+0000 mgr.a (mgr.24293) 15062 : audit 0 from='client.301086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:02 smithi027 bash[31536]: audit 2023-12-07T16:06:01.978117+0000 mgr.a (mgr.24293) 15062 : audit 0 from='client.301086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:03 smithi044 bash[32620]: cluster 2023-12-07T16:06:03.113907+0000 mgr.a (mgr.24293) 15063 : cluster 0 pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:06:04.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:03 smithi022 bash[28554]: cluster 2023-12-07T16:06:03.113907+0000 mgr.a (mgr.24293) 15063 : cluster 0 pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:06:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:03 smithi027 bash[31536]: cluster 2023-12-07T16:06:03.113907+0000 mgr.a (mgr.24293) 15063 : cluster 0 pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:06:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:04 smithi044 bash[32620]: audit 2023-12-07T16:06:04.504543+0000 mon.a (mon.0) 2526 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:04 smithi022 bash[28554]: audit 2023-12-07T16:06:04.504543+0000 mon.a (mon.0) 2526 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:04 smithi027 bash[31536]: audit 2023-12-07T16:06:04.504543+0000 mon.a (mon.0) 2526 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:05 smithi044 bash[32620]: cluster 2023-12-07T16:06:05.114533+0000 mgr.a (mgr.24293) 15064 : cluster 0 pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:06:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:05 smithi022 bash[28554]: cluster 2023-12-07T16:06:05.114533+0000 mgr.a (mgr.24293) 15064 : cluster 0 pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:06:06.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:05 smithi027 bash[31536]: cluster 2023-12-07T16:06:05.114533+0000 mgr.a (mgr.24293) 15064 : cluster 0 pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:06:07.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:07.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:07.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:08 smithi022 bash[28554]: cluster 2023-12-07T16:06:07.115359+0000 mgr.a (mgr.24293) 15065 : cluster 0 pgmap v11263: 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-07T16:06:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:08 smithi044 bash[32620]: cluster 2023-12-07T16:06:07.115359+0000 mgr.a (mgr.24293) 15065 : cluster 0 pgmap v11263: 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-07T16:06:08.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:08.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:08.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:08.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:08.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:08 smithi027 bash[31536]: cluster 2023-12-07T16:06:07.115359+0000 mgr.a (mgr.24293) 15065 : cluster 0 pgmap v11263: 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-07T16:06:09.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:09 smithi027 bash[31536]: audit 2023-12-07T16:06:07.905498+0000 mgr.a (mgr.24293) 15066 : audit 0 from='client.301155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:09 smithi022 bash[28554]: audit 2023-12-07T16:06:07.905498+0000 mgr.a (mgr.24293) 15066 : audit 0 from='client.301155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:09 smithi044 bash[32620]: audit 2023-12-07T16:06:07.905498+0000 mgr.a (mgr.24293) 15066 : audit 0 from='client.301155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: cluster 2023-12-07T16:06:09.116130+0000 mgr.a (mgr.24293) 15067 : 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-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: audit 2023-12-07T16:06:09.846556+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: audit 2023-12-07T16:06:09.858458+0000 mon.a (mon.0) 2528 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: audit 2023-12-07T16:06:09.896927+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: audit 2023-12-07T16:06:09.903038+0000 mon.a (mon.0) 2530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: audit 2023-12-07T16:06:09.944509+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:10 smithi027 bash[31536]: audit 2023-12-07T16:06:09.951486+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: cluster 2023-12-07T16:06:09.116130+0000 mgr.a (mgr.24293) 15067 : 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-07T16:06:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: audit 2023-12-07T16:06:09.846556+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: audit 2023-12-07T16:06:09.858458+0000 mon.a (mon.0) 2528 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: audit 2023-12-07T16:06:09.896927+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: audit 2023-12-07T16:06:09.903038+0000 mon.a (mon.0) 2530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: audit 2023-12-07T16:06:09.944509+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:10 smithi022 bash[28554]: audit 2023-12-07T16:06:09.951486+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: cluster 2023-12-07T16:06:09.116130+0000 mgr.a (mgr.24293) 15067 : 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-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: audit 2023-12-07T16:06:09.846556+0000 mon.a (mon.0) 2527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: audit 2023-12-07T16:06:09.858458+0000 mon.a (mon.0) 2528 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: audit 2023-12-07T16:06:09.896927+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: audit 2023-12-07T16:06:09.903038+0000 mon.a (mon.0) 2530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: audit 2023-12-07T16:06:09.944509+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:10 smithi044 bash[32620]: audit 2023-12-07T16:06:09.951486+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:11 smithi027 bash[31536]: audit 2023-12-07T16:06:10.648290+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:11 smithi027 bash[31536]: audit 2023-12-07T16:06:10.650241+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:11 smithi027 bash[31536]: audit 2023-12-07T16:06:10.659605+0000 mon.a (mon.0) 2535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:11 smithi022 bash[28554]: audit 2023-12-07T16:06:10.648290+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:11 smithi022 bash[28554]: audit 2023-12-07T16:06:10.650241+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:11 smithi022 bash[28554]: audit 2023-12-07T16:06:10.659605+0000 mon.a (mon.0) 2535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:11 smithi044 bash[32620]: audit 2023-12-07T16:06:10.648290+0000 mon.a (mon.0) 2533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:11 smithi044 bash[32620]: audit 2023-12-07T16:06:10.650241+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:11 smithi044 bash[32620]: audit 2023-12-07T16:06:10.659605+0000 mon.a (mon.0) 2535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:06:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:12 smithi027 bash[31536]: cluster 2023-12-07T16:06:11.116997+0000 mgr.a (mgr.24293) 15068 : 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-07T16:06:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:12 smithi022 bash[28554]: cluster 2023-12-07T16:06:11.116997+0000 mgr.a (mgr.24293) 15068 : 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-07T16:06:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:12 smithi044 bash[32620]: cluster 2023-12-07T16:06:11.116997+0000 mgr.a (mgr.24293) 15068 : 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-07T16:06:13.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:13.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:13.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:14.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:14.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:14.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:14.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:14.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:14 smithi027 bash[31536]: cluster 2023-12-07T16:06:13.117574+0000 mgr.a (mgr.24293) 15069 : 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-07T16:06:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:14 smithi022 bash[28554]: cluster 2023-12-07T16:06:13.117574+0000 mgr.a (mgr.24293) 15069 : 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-07T16:06:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:14 smithi044 bash[32620]: cluster 2023-12-07T16:06:13.117574+0000 mgr.a (mgr.24293) 15069 : 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-07T16:06:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:15 smithi027 bash[31536]: audit 2023-12-07T16:06:13.852601+0000 mgr.a (mgr.24293) 15070 : audit 0 from='client.301230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:15 smithi022 bash[28554]: audit 2023-12-07T16:06:13.852601+0000 mgr.a (mgr.24293) 15070 : audit 0 from='client.301230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:15 smithi044 bash[32620]: audit 2023-12-07T16:06:13.852601+0000 mgr.a (mgr.24293) 15070 : audit 0 from='client.301230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:16 smithi022 bash[28554]: cluster 2023-12-07T16:06:15.118357+0000 mgr.a (mgr.24293) 15071 : 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-07T16:06:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:16 smithi044 bash[32620]: cluster 2023-12-07T16:06:15.118357+0000 mgr.a (mgr.24293) 15071 : 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-07T16:06:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:16 smithi027 bash[31536]: cluster 2023-12-07T16:06:15.118357+0000 mgr.a (mgr.24293) 15071 : 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-07T16:06:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:18 smithi044 bash[32620]: cluster 2023-12-07T16:06:17.119234+0000 mgr.a (mgr.24293) 15072 : 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-07T16:06:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:18 smithi022 bash[28554]: cluster 2023-12-07T16:06:17.119234+0000 mgr.a (mgr.24293) 15072 : 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-07T16:06:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:18 smithi027 bash[31536]: cluster 2023-12-07T16:06:17.119234+0000 mgr.a (mgr.24293) 15072 : 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-07T16:06:19.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:19.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:19.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:20.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:20.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:20.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:20.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:20.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:20 smithi044 bash[32620]: cluster 2023-12-07T16:06:19.119833+0000 mgr.a (mgr.24293) 15073 : 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-07T16:06:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:20 smithi022 bash[28554]: cluster 2023-12-07T16:06:19.119833+0000 mgr.a (mgr.24293) 15073 : 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-07T16:06:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:20 smithi027 bash[31536]: cluster 2023-12-07T16:06:19.119833+0000 mgr.a (mgr.24293) 15073 : 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-07T16:06:21.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:21 smithi022 bash[28554]: audit 2023-12-07T16:06:19.798782+0000 mgr.a (mgr.24293) 15074 : audit 0 from='client.301308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:21.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:21 smithi044 bash[32620]: audit 2023-12-07T16:06:19.798782+0000 mgr.a (mgr.24293) 15074 : audit 0 from='client.301308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:21 smithi027 bash[31536]: audit 2023-12-07T16:06:19.798782+0000 mgr.a (mgr.24293) 15074 : audit 0 from='client.301308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:22 smithi044 bash[32620]: cluster 2023-12-07T16:06:21.120778+0000 mgr.a (mgr.24293) 15075 : cluster 0 pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:22 smithi022 bash[28554]: cluster 2023-12-07T16:06:21.120778+0000 mgr.a (mgr.24293) 15075 : cluster 0 pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:22 smithi027 bash[31536]: cluster 2023-12-07T16:06:21.120778+0000 mgr.a (mgr.24293) 15075 : cluster 0 pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:24 smithi022 bash[28554]: cluster 2023-12-07T16:06:23.121327+0000 mgr.a (mgr.24293) 15076 : cluster 0 pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:24 smithi044 bash[32620]: cluster 2023-12-07T16:06:23.121327+0000 mgr.a (mgr.24293) 15076 : cluster 0 pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:24 smithi027 bash[31536]: cluster 2023-12-07T16:06:23.121327+0000 mgr.a (mgr.24293) 15076 : cluster 0 pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:25.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:25.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:25.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:26.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:26.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:26.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:26.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:26.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:26 smithi044 bash[32620]: cluster 2023-12-07T16:06:25.121936+0000 mgr.a (mgr.24293) 15077 : cluster 0 pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:26 smithi022 bash[28554]: cluster 2023-12-07T16:06:25.121936+0000 mgr.a (mgr.24293) 15077 : cluster 0 pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:26 smithi027 bash[31536]: cluster 2023-12-07T16:06:25.121936+0000 mgr.a (mgr.24293) 15077 : cluster 0 pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:27 smithi044 bash[32620]: audit 2023-12-07T16:06:25.762981+0000 mgr.a (mgr.24293) 15078 : audit 0 from='client.301383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:27 smithi022 bash[28554]: audit 2023-12-07T16:06:25.762981+0000 mgr.a (mgr.24293) 15078 : audit 0 from='client.301383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:27 smithi027 bash[31536]: audit 2023-12-07T16:06:25.762981+0000 mgr.a (mgr.24293) 15078 : audit 0 from='client.301383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:28 smithi022 bash[28554]: cluster 2023-12-07T16:06:27.122994+0000 mgr.a (mgr.24293) 15079 : 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-07T16:06:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:28 smithi044 bash[32620]: cluster 2023-12-07T16:06:27.122994+0000 mgr.a (mgr.24293) 15079 : 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-07T16:06:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:28 smithi027 bash[31536]: cluster 2023-12-07T16:06:27.122994+0000 mgr.a (mgr.24293) 15079 : 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-07T16:06:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:30 smithi044 bash[32620]: cluster 2023-12-07T16:06:29.123594+0000 mgr.a (mgr.24293) 15080 : 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-07T16:06:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:30 smithi022 bash[28554]: cluster 2023-12-07T16:06:29.123594+0000 mgr.a (mgr.24293) 15080 : 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-07T16:06:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:30 smithi027 bash[31536]: cluster 2023-12-07T16:06:29.123594+0000 mgr.a (mgr.24293) 15080 : 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-07T16:06:31.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:31.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:31.283 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:31 smithi022 bash[28554]: cluster 2023-12-07T16:06:31.124302+0000 mgr.a (mgr.24293) 15081 : 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-07T16:06:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:31 smithi044 bash[32620]: cluster 2023-12-07T16:06:31.124302+0000 mgr.a (mgr.24293) 15081 : 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-07T16:06:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:31 smithi027 bash[31536]: cluster 2023-12-07T16:06:31.124302+0000 mgr.a (mgr.24293) 15081 : 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-07T16:06:32.205 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:32.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:32.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:32 smithi022 bash[28554]: audit 2023-12-07T16:06:31.696697+0000 mgr.a (mgr.24293) 15082 : audit 0 from='client.301461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:32 smithi044 bash[32620]: audit 2023-12-07T16:06:31.696697+0000 mgr.a (mgr.24293) 15082 : audit 0 from='client.301461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:32 smithi027 bash[31536]: audit 2023-12-07T16:06:31.696697+0000 mgr.a (mgr.24293) 15082 : audit 0 from='client.301461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:33 smithi022 bash[28554]: cluster 2023-12-07T16:06:33.124994+0000 mgr.a (mgr.24293) 15083 : cluster 0 pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:33 smithi044 bash[32620]: cluster 2023-12-07T16:06:33.124994+0000 mgr.a (mgr.24293) 15083 : cluster 0 pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:33 smithi027 bash[31536]: cluster 2023-12-07T16:06:33.124994+0000 mgr.a (mgr.24293) 15083 : cluster 0 pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:36 smithi027 bash[31536]: cluster 2023-12-07T16:06:35.125559+0000 mgr.a (mgr.24293) 15084 : cluster 0 pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:36 smithi044 bash[32620]: cluster 2023-12-07T16:06:35.125559+0000 mgr.a (mgr.24293) 15084 : cluster 0 pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:36 smithi022 bash[28554]: cluster 2023-12-07T16:06:35.125559+0000 mgr.a (mgr.24293) 15084 : cluster 0 pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:37.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:37.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:37.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:38.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:38.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:38.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:38.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:38.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:38 smithi027 bash[31536]: cluster 2023-12-07T16:06:37.126568+0000 mgr.a (mgr.24293) 15085 : cluster 0 pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:38 smithi044 bash[32620]: cluster 2023-12-07T16:06:37.126568+0000 mgr.a (mgr.24293) 15085 : cluster 0 pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:38 smithi022 bash[28554]: cluster 2023-12-07T16:06:37.126568+0000 mgr.a (mgr.24293) 15085 : cluster 0 pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:39 smithi027 bash[31536]: audit 2023-12-07T16:06:37.623654+0000 mgr.a (mgr.24293) 15086 : audit 0 from='client.301539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:39 smithi022 bash[28554]: audit 2023-12-07T16:06:37.623654+0000 mgr.a (mgr.24293) 15086 : audit 0 from='client.301539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:39 smithi044 bash[32620]: audit 2023-12-07T16:06:37.623654+0000 mgr.a (mgr.24293) 15086 : audit 0 from='client.301539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:40 smithi027 bash[31536]: cluster 2023-12-07T16:06:39.127303+0000 mgr.a (mgr.24293) 15087 : 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-07T16:06:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:40 smithi022 bash[28554]: cluster 2023-12-07T16:06:39.127303+0000 mgr.a (mgr.24293) 15087 : 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-07T16:06:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:40 smithi044 bash[32620]: cluster 2023-12-07T16:06:39.127303+0000 mgr.a (mgr.24293) 15087 : 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-07T16:06:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:41 smithi022 bash[28554]: cluster 2023-12-07T16:06:41.128316+0000 mgr.a (mgr.24293) 15088 : 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-07T16:06:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:41 smithi044 bash[32620]: cluster 2023-12-07T16:06:41.128316+0000 mgr.a (mgr.24293) 15088 : 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-07T16:06:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:41 smithi027 bash[31536]: cluster 2023-12-07T16:06:41.128316+0000 mgr.a (mgr.24293) 15088 : 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-07T16:06:43.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:43.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:43.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:44.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:44.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:44.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:44.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:44.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:44 smithi027 bash[31536]: cluster 2023-12-07T16:06:43.128939+0000 mgr.a (mgr.24293) 15089 : 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-07T16:06:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:44 smithi027 bash[31536]: audit 2023-12-07T16:06:43.560623+0000 mgr.a (mgr.24293) 15090 : audit 0 from='client.301611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:44 smithi022 bash[28554]: cluster 2023-12-07T16:06:43.128939+0000 mgr.a (mgr.24293) 15089 : 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-07T16:06:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:44 smithi022 bash[28554]: audit 2023-12-07T16:06:43.560623+0000 mgr.a (mgr.24293) 15090 : audit 0 from='client.301611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:44 smithi044 bash[32620]: cluster 2023-12-07T16:06:43.128939+0000 mgr.a (mgr.24293) 15089 : 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-07T16:06:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:44 smithi044 bash[32620]: audit 2023-12-07T16:06:43.560623+0000 mgr.a (mgr.24293) 15090 : audit 0 from='client.301611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:46 smithi027 bash[31536]: cluster 2023-12-07T16:06:45.129625+0000 mgr.a (mgr.24293) 15091 : 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-07T16:06:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:46 smithi022 bash[28554]: cluster 2023-12-07T16:06:45.129625+0000 mgr.a (mgr.24293) 15091 : 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-07T16:06:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:46 smithi044 bash[32620]: cluster 2023-12-07T16:06:45.129625+0000 mgr.a (mgr.24293) 15091 : 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-07T16:06:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:48 smithi027 bash[31536]: cluster 2023-12-07T16:06:47.130555+0000 mgr.a (mgr.24293) 15092 : 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-07T16:06:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:48 smithi022 bash[28554]: cluster 2023-12-07T16:06:47.130555+0000 mgr.a (mgr.24293) 15092 : 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-07T16:06:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:48 smithi044 bash[32620]: cluster 2023-12-07T16:06:47.130555+0000 mgr.a (mgr.24293) 15092 : 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-07T16:06:49.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:49.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:49.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:50.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:50.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:50.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:50.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:50.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:50 smithi027 bash[31536]: cluster 2023-12-07T16:06:49.131122+0000 mgr.a (mgr.24293) 15093 : 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-07T16:06:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:50 smithi027 bash[31536]: audit 2023-12-07T16:06:49.480149+0000 mgr.a (mgr.24293) 15094 : audit 0 from='client.301689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:50 smithi044 bash[32620]: cluster 2023-12-07T16:06:49.131122+0000 mgr.a (mgr.24293) 15093 : 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-07T16:06:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:50 smithi044 bash[32620]: audit 2023-12-07T16:06:49.480149+0000 mgr.a (mgr.24293) 15094 : audit 0 from='client.301689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:50 smithi022 bash[28554]: cluster 2023-12-07T16:06:49.131122+0000 mgr.a (mgr.24293) 15093 : 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-07T16:06:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:50 smithi022 bash[28554]: audit 2023-12-07T16:06:49.480149+0000 mgr.a (mgr.24293) 15094 : audit 0 from='client.301689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:51 smithi022 bash[28554]: cluster 2023-12-07T16:06:51.132035+0000 mgr.a (mgr.24293) 15095 : cluster 0 pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:51 smithi044 bash[32620]: cluster 2023-12-07T16:06:51.132035+0000 mgr.a (mgr.24293) 15095 : cluster 0 pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:51 smithi027 bash[31536]: cluster 2023-12-07T16:06:51.132035+0000 mgr.a (mgr.24293) 15095 : cluster 0 pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:54 smithi027 bash[31536]: cluster 2023-12-07T16:06:53.132609+0000 mgr.a (mgr.24293) 15096 : cluster 0 pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:54 smithi044 bash[32620]: cluster 2023-12-07T16:06:53.132609+0000 mgr.a (mgr.24293) 15096 : cluster 0 pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:54 smithi022 bash[28554]: cluster 2023-12-07T16:06:53.132609+0000 mgr.a (mgr.24293) 15096 : cluster 0 pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:55.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:06:55.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:55.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:55.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:06:55.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:55.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:55.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:55.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:06:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:56 smithi027 bash[31536]: cluster 2023-12-07T16:06:55.133158+0000 mgr.a (mgr.24293) 15097 : cluster 0 pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:56 smithi027 bash[31536]: audit 2023-12-07T16:06:55.424835+0000 mgr.a (mgr.24293) 15098 : audit 0 from='client.301764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:56 smithi022 bash[28554]: cluster 2023-12-07T16:06:55.133158+0000 mgr.a (mgr.24293) 15097 : cluster 0 pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:56 smithi022 bash[28554]: audit 2023-12-07T16:06:55.424835+0000 mgr.a (mgr.24293) 15098 : audit 0 from='client.301764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:56 smithi044 bash[32620]: cluster 2023-12-07T16:06:55.133158+0000 mgr.a (mgr.24293) 15097 : cluster 0 pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:56 smithi044 bash[32620]: audit 2023-12-07T16:06:55.424835+0000 mgr.a (mgr.24293) 15098 : audit 0 from='client.301764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:06:58 smithi027 bash[31536]: cluster 2023-12-07T16:06:57.134189+0000 mgr.a (mgr.24293) 15099 : 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-07T16:06:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:06:58 smithi022 bash[28554]: cluster 2023-12-07T16:06:57.134189+0000 mgr.a (mgr.24293) 15099 : 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-07T16:06:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:06:58 smithi044 bash[32620]: cluster 2023-12-07T16:06:57.134189+0000 mgr.a (mgr.24293) 15099 : 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-07T16:07:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:00 smithi022 bash[28554]: cluster 2023-12-07T16:06:59.134755+0000 mgr.a (mgr.24293) 15100 : 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-07T16:07:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:00 smithi044 bash[32620]: cluster 2023-12-07T16:06:59.134755+0000 mgr.a (mgr.24293) 15100 : 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-07T16:07:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:00 smithi027 bash[31536]: cluster 2023-12-07T16:06:59.134755+0000 mgr.a (mgr.24293) 15100 : 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-07T16:07:00.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:00.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:00.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:01.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:01.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:01.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:01.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:01.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:01 smithi044 bash[32620]: cluster 2023-12-07T16:07:01.135504+0000 mgr.a (mgr.24293) 15101 : 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-07T16:07:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:01 smithi044 bash[32620]: audit 2023-12-07T16:07:01.372817+0000 mgr.a (mgr.24293) 15102 : audit 0 from='client.301842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:01 smithi022 bash[28554]: cluster 2023-12-07T16:07:01.135504+0000 mgr.a (mgr.24293) 15101 : 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-07T16:07:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:01 smithi022 bash[28554]: audit 2023-12-07T16:07:01.372817+0000 mgr.a (mgr.24293) 15102 : audit 0 from='client.301842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:01 smithi027 bash[31536]: cluster 2023-12-07T16:07:01.135504+0000 mgr.a (mgr.24293) 15101 : 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-07T16:07:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:01 smithi027 bash[31536]: audit 2023-12-07T16:07:01.372817+0000 mgr.a (mgr.24293) 15102 : audit 0 from='client.301842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:04 smithi027 bash[31536]: cluster 2023-12-07T16:07:03.136199+0000 mgr.a (mgr.24293) 15103 : cluster 0 pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:04 smithi022 bash[28554]: cluster 2023-12-07T16:07:03.136199+0000 mgr.a (mgr.24293) 15103 : cluster 0 pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:04 smithi044 bash[32620]: cluster 2023-12-07T16:07:03.136199+0000 mgr.a (mgr.24293) 15103 : cluster 0 pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:06 smithi027 bash[31536]: cluster 2023-12-07T16:07:05.136785+0000 mgr.a (mgr.24293) 15104 : cluster 0 pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:06 smithi022 bash[28554]: cluster 2023-12-07T16:07:05.136785+0000 mgr.a (mgr.24293) 15104 : cluster 0 pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:06 smithi044 bash[32620]: cluster 2023-12-07T16:07:05.136785+0000 mgr.a (mgr.24293) 15104 : cluster 0 pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:06.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:07.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:07.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:08 smithi022 bash[28554]: cluster 2023-12-07T16:07:07.137582+0000 mgr.a (mgr.24293) 15105 : cluster 0 pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:08 smithi022 bash[28554]: audit 2023-12-07T16:07:07.304465+0000 mgr.a (mgr.24293) 15106 : audit 0 from='client.301917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:08 smithi044 bash[32620]: cluster 2023-12-07T16:07:07.137582+0000 mgr.a (mgr.24293) 15105 : cluster 0 pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:08 smithi044 bash[32620]: audit 2023-12-07T16:07:07.304465+0000 mgr.a (mgr.24293) 15106 : audit 0 from='client.301917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:08 smithi027 bash[31536]: cluster 2023-12-07T16:07:07.137582+0000 mgr.a (mgr.24293) 15105 : cluster 0 pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:08 smithi027 bash[31536]: audit 2023-12-07T16:07:07.304465+0000 mgr.a (mgr.24293) 15106 : audit 0 from='client.301917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:10 smithi022 bash[28554]: cluster 2023-12-07T16:07:09.138272+0000 mgr.a (mgr.24293) 15107 : 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-07T16:07:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:10 smithi044 bash[32620]: cluster 2023-12-07T16:07:09.138272+0000 mgr.a (mgr.24293) 15107 : 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-07T16:07:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:10 smithi027 bash[31536]: cluster 2023-12-07T16:07:09.138272+0000 mgr.a (mgr.24293) 15107 : 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-07T16:07:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:11 smithi044 bash[32620]: audit 2023-12-07T16:07:10.762829+0000 mon.a (mon.0) 2536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:11 smithi044 bash[32620]: cluster 2023-12-07T16:07:11.139088+0000 mgr.a (mgr.24293) 15108 : 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-07T16:07:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:11 smithi044 bash[32620]: audit 2023-12-07T16:07:11.557325+0000 mon.a (mon.0) 2537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:11 smithi044 bash[32620]: audit 2023-12-07T16:07:11.559224+0000 mon.a (mon.0) 2538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:11 smithi044 bash[32620]: audit 2023-12-07T16:07:11.569661+0000 mon.a (mon.0) 2539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:07:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:11 smithi022 bash[28554]: audit 2023-12-07T16:07:10.762829+0000 mon.a (mon.0) 2536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:11 smithi022 bash[28554]: cluster 2023-12-07T16:07:11.139088+0000 mgr.a (mgr.24293) 15108 : 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-07T16:07:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:11 smithi022 bash[28554]: audit 2023-12-07T16:07:11.557325+0000 mon.a (mon.0) 2537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:11 smithi022 bash[28554]: audit 2023-12-07T16:07:11.559224+0000 mon.a (mon.0) 2538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:11 smithi022 bash[28554]: audit 2023-12-07T16:07:11.569661+0000 mon.a (mon.0) 2539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:07:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:11 smithi027 bash[31536]: audit 2023-12-07T16:07:10.762829+0000 mon.a (mon.0) 2536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:11 smithi027 bash[31536]: cluster 2023-12-07T16:07:11.139088+0000 mgr.a (mgr.24293) 15108 : 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-07T16:07:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:11 smithi027 bash[31536]: audit 2023-12-07T16:07:11.557325+0000 mon.a (mon.0) 2537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:11 smithi027 bash[31536]: audit 2023-12-07T16:07:11.559224+0000 mon.a (mon.0) 2538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:11 smithi027 bash[31536]: audit 2023-12-07T16:07:11.569661+0000 mon.a (mon.0) 2539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:07:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:12.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:12.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:13.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:13.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:13.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:13.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:13.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:14 smithi027 bash[31536]: cluster 2023-12-07T16:07:13.139728+0000 mgr.a (mgr.24293) 15109 : 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-07T16:07:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:14 smithi027 bash[31536]: audit 2023-12-07T16:07:13.262210+0000 mgr.a (mgr.24293) 15110 : audit 0 from='client.301995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:14 smithi022 bash[28554]: cluster 2023-12-07T16:07:13.139728+0000 mgr.a (mgr.24293) 15109 : 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-07T16:07:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:14 smithi022 bash[28554]: audit 2023-12-07T16:07:13.262210+0000 mgr.a (mgr.24293) 15110 : audit 0 from='client.301995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:14 smithi044 bash[32620]: cluster 2023-12-07T16:07:13.139728+0000 mgr.a (mgr.24293) 15109 : 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-07T16:07:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:14 smithi044 bash[32620]: audit 2023-12-07T16:07:13.262210+0000 mgr.a (mgr.24293) 15110 : audit 0 from='client.301995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:16 smithi044 bash[32620]: cluster 2023-12-07T16:07:15.140327+0000 mgr.a (mgr.24293) 15111 : 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-07T16:07:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:16 smithi022 bash[28554]: cluster 2023-12-07T16:07:15.140327+0000 mgr.a (mgr.24293) 15111 : 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-07T16:07:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:16 smithi027 bash[31536]: cluster 2023-12-07T16:07:15.140327+0000 mgr.a (mgr.24293) 15111 : 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-07T16:07:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:18 smithi044 bash[32620]: cluster 2023-12-07T16:07:17.141141+0000 mgr.a (mgr.24293) 15112 : 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-07T16:07:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:18 smithi022 bash[28554]: cluster 2023-12-07T16:07:17.141141+0000 mgr.a (mgr.24293) 15112 : 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-07T16:07:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:18 smithi027 bash[31536]: cluster 2023-12-07T16:07:17.141141+0000 mgr.a (mgr.24293) 15112 : 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-07T16:07:18.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:18.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:18.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:19.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:19.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:19.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:19.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:19.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:20 smithi022 bash[28554]: cluster 2023-12-07T16:07:19.141679+0000 mgr.a (mgr.24293) 15113 : 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-07T16:07:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:20 smithi022 bash[28554]: audit 2023-12-07T16:07:19.201057+0000 mgr.a (mgr.24293) 15114 : audit 0 from='client.302070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:20 smithi044 bash[32620]: cluster 2023-12-07T16:07:19.141679+0000 mgr.a (mgr.24293) 15113 : 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-07T16:07:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:20 smithi044 bash[32620]: audit 2023-12-07T16:07:19.201057+0000 mgr.a (mgr.24293) 15114 : audit 0 from='client.302070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:20 smithi027 bash[31536]: cluster 2023-12-07T16:07:19.141679+0000 mgr.a (mgr.24293) 15113 : 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-07T16:07:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:20 smithi027 bash[31536]: audit 2023-12-07T16:07:19.201057+0000 mgr.a (mgr.24293) 15114 : audit 0 from='client.302070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:21 smithi044 bash[32620]: cluster 2023-12-07T16:07:21.142563+0000 mgr.a (mgr.24293) 15115 : cluster 0 pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:21 smithi022 bash[28554]: cluster 2023-12-07T16:07:21.142563+0000 mgr.a (mgr.24293) 15115 : cluster 0 pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:21 smithi027 bash[31536]: cluster 2023-12-07T16:07:21.142563+0000 mgr.a (mgr.24293) 15115 : cluster 0 pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:24 smithi027 bash[31536]: cluster 2023-12-07T16:07:23.143099+0000 mgr.a (mgr.24293) 15116 : cluster 0 pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:24 smithi022 bash[28554]: cluster 2023-12-07T16:07:23.143099+0000 mgr.a (mgr.24293) 15116 : cluster 0 pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:24 smithi044 bash[32620]: cluster 2023-12-07T16:07:23.143099+0000 mgr.a (mgr.24293) 15116 : cluster 0 pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:24.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:24.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:24.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:25.691 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:25.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:25.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:25.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:25.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:26 smithi044 bash[32620]: audit 2023-12-07T16:07:25.138005+0000 mgr.a (mgr.24293) 15117 : audit 0 from='client.302148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:26 smithi044 bash[32620]: cluster 2023-12-07T16:07:25.153468+0000 mgr.a (mgr.24293) 15118 : cluster 0 pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:26 smithi022 bash[28554]: audit 2023-12-07T16:07:25.138005+0000 mgr.a (mgr.24293) 15117 : audit 0 from='client.302148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:26 smithi022 bash[28554]: cluster 2023-12-07T16:07:25.153468+0000 mgr.a (mgr.24293) 15118 : cluster 0 pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:26 smithi027 bash[31536]: audit 2023-12-07T16:07:25.138005+0000 mgr.a (mgr.24293) 15117 : audit 0 from='client.302148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:26 smithi027 bash[31536]: cluster 2023-12-07T16:07:25.153468+0000 mgr.a (mgr.24293) 15118 : cluster 0 pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:28 smithi044 bash[32620]: cluster 2023-12-07T16:07:27.154736+0000 mgr.a (mgr.24293) 15119 : cluster 0 pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:07:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:28 smithi022 bash[28554]: cluster 2023-12-07T16:07:27.154736+0000 mgr.a (mgr.24293) 15119 : cluster 0 pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:07:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:28 smithi027 bash[31536]: cluster 2023-12-07T16:07:27.154736+0000 mgr.a (mgr.24293) 15119 : cluster 0 pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:07:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:30 smithi044 bash[32620]: cluster 2023-12-07T16:07:29.155317+0000 mgr.a (mgr.24293) 15120 : cluster 0 pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:07:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:30 smithi022 bash[28554]: cluster 2023-12-07T16:07:29.155317+0000 mgr.a (mgr.24293) 15120 : cluster 0 pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:07:30.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:30.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:30.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:30 smithi027 bash[31536]: cluster 2023-12-07T16:07:29.155317+0000 mgr.a (mgr.24293) 15120 : cluster 0 pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:07:31.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:31.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:31.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:31.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:31.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:31 smithi044 bash[32620]: audit 2023-12-07T16:07:31.117065+0000 mgr.a (mgr.24293) 15121 : audit 0 from='client.302223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:31 smithi044 bash[32620]: cluster 2023-12-07T16:07:31.156522+0000 mgr.a (mgr.24293) 15122 : 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-07T16:07:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:31 smithi022 bash[28554]: audit 2023-12-07T16:07:31.117065+0000 mgr.a (mgr.24293) 15121 : audit 0 from='client.302223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:31 smithi022 bash[28554]: cluster 2023-12-07T16:07:31.156522+0000 mgr.a (mgr.24293) 15122 : 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-07T16:07:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:31 smithi027 bash[31536]: audit 2023-12-07T16:07:31.117065+0000 mgr.a (mgr.24293) 15121 : audit 0 from='client.302223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:31 smithi027 bash[31536]: cluster 2023-12-07T16:07:31.156522+0000 mgr.a (mgr.24293) 15122 : 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-07T16:07:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:34 smithi044 bash[32620]: cluster 2023-12-07T16:07:33.157206+0000 mgr.a (mgr.24293) 15123 : cluster 0 pgmap v11306: 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-07T16:07:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:34 smithi022 bash[28554]: cluster 2023-12-07T16:07:33.157206+0000 mgr.a (mgr.24293) 15123 : cluster 0 pgmap v11306: 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-07T16:07:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:34 smithi027 bash[31536]: cluster 2023-12-07T16:07:33.157206+0000 mgr.a (mgr.24293) 15123 : cluster 0 pgmap v11306: 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-07T16:07:36.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:36.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:36.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:36 smithi022 bash[28554]: cluster 2023-12-07T16:07:35.157761+0000 mgr.a (mgr.24293) 15124 : cluster 0 pgmap v11307: 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-07T16:07:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:36 smithi044 bash[32620]: cluster 2023-12-07T16:07:35.157761+0000 mgr.a (mgr.24293) 15124 : cluster 0 pgmap v11307: 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-07T16:07:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:36 smithi027 bash[31536]: cluster 2023-12-07T16:07:35.157761+0000 mgr.a (mgr.24293) 15124 : cluster 0 pgmap v11307: 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-07T16:07:37.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:37.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:37.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:37.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:37.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:38 smithi022 bash[28554]: audit 2023-12-07T16:07:37.071332+0000 mgr.a (mgr.24293) 15125 : audit 0 from='client.302301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:38 smithi022 bash[28554]: cluster 2023-12-07T16:07:37.158627+0000 mgr.a (mgr.24293) 15126 : cluster 0 pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:38 smithi044 bash[32620]: audit 2023-12-07T16:07:37.071332+0000 mgr.a (mgr.24293) 15125 : audit 0 from='client.302301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:38 smithi044 bash[32620]: cluster 2023-12-07T16:07:37.158627+0000 mgr.a (mgr.24293) 15126 : cluster 0 pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:38 smithi027 bash[31536]: audit 2023-12-07T16:07:37.071332+0000 mgr.a (mgr.24293) 15125 : audit 0 from='client.302301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:38 smithi027 bash[31536]: cluster 2023-12-07T16:07:37.158627+0000 mgr.a (mgr.24293) 15126 : cluster 0 pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:40 smithi022 bash[28554]: cluster 2023-12-07T16:07:39.159284+0000 mgr.a (mgr.24293) 15127 : cluster 0 pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:40 smithi044 bash[32620]: cluster 2023-12-07T16:07:39.159284+0000 mgr.a (mgr.24293) 15127 : cluster 0 pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:40 smithi027 bash[31536]: cluster 2023-12-07T16:07:39.159284+0000 mgr.a (mgr.24293) 15127 : cluster 0 pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:41 smithi022 bash[28554]: cluster 2023-12-07T16:07:41.160122+0000 mgr.a (mgr.24293) 15128 : cluster 0 pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:07:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:41 smithi044 bash[32620]: cluster 2023-12-07T16:07:41.160122+0000 mgr.a (mgr.24293) 15128 : cluster 0 pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:07:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:41 smithi027 bash[31536]: cluster 2023-12-07T16:07:41.160122+0000 mgr.a (mgr.24293) 15128 : cluster 0 pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:07:42.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:42.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:42.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:43.537 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:43.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:43.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:43.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:43.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:44 smithi022 bash[28554]: audit 2023-12-07T16:07:43.022927+0000 mgr.a (mgr.24293) 15129 : audit 0 from='client.302376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:44 smithi022 bash[28554]: cluster 2023-12-07T16:07:43.171516+0000 mgr.a (mgr.24293) 15130 : 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-07T16:07:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:44 smithi044 bash[32620]: audit 2023-12-07T16:07:43.022927+0000 mgr.a (mgr.24293) 15129 : audit 0 from='client.302376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:44 smithi044 bash[32620]: cluster 2023-12-07T16:07:43.171516+0000 mgr.a (mgr.24293) 15130 : 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-07T16:07:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:44 smithi027 bash[31536]: audit 2023-12-07T16:07:43.022927+0000 mgr.a (mgr.24293) 15129 : audit 0 from='client.302376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:44 smithi027 bash[31536]: cluster 2023-12-07T16:07:43.171516+0000 mgr.a (mgr.24293) 15130 : 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-07T16:07:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:46 smithi044 bash[32620]: cluster 2023-12-07T16:07:45.172475+0000 mgr.a (mgr.24293) 15131 : 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-07T16:07:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:46 smithi022 bash[28554]: cluster 2023-12-07T16:07:45.172475+0000 mgr.a (mgr.24293) 15131 : 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-07T16:07:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:46 smithi027 bash[31536]: cluster 2023-12-07T16:07:45.172475+0000 mgr.a (mgr.24293) 15131 : 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-07T16:07:48.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:48.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:48.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:48 smithi022 bash[28554]: cluster 2023-12-07T16:07:47.173279+0000 mgr.a (mgr.24293) 15132 : 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-07T16:07:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:48 smithi044 bash[32620]: cluster 2023-12-07T16:07:47.173279+0000 mgr.a (mgr.24293) 15132 : 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-07T16:07:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:48 smithi027 bash[31536]: cluster 2023-12-07T16:07:47.173279+0000 mgr.a (mgr.24293) 15132 : 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-07T16:07:49.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:49.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:49.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:49.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:49.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:50 smithi044 bash[32620]: audit 2023-12-07T16:07:48.953385+0000 mgr.a (mgr.24293) 15133 : audit 0 from='client.302451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:50 smithi044 bash[32620]: cluster 2023-12-07T16:07:49.173856+0000 mgr.a (mgr.24293) 15134 : 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-07T16:07:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:50 smithi022 bash[28554]: audit 2023-12-07T16:07:48.953385+0000 mgr.a (mgr.24293) 15133 : audit 0 from='client.302451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:50 smithi022 bash[28554]: cluster 2023-12-07T16:07:49.173856+0000 mgr.a (mgr.24293) 15134 : 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-07T16:07:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:50 smithi027 bash[31536]: audit 2023-12-07T16:07:48.953385+0000 mgr.a (mgr.24293) 15133 : audit 0 from='client.302451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:50 smithi027 bash[31536]: cluster 2023-12-07T16:07:49.173856+0000 mgr.a (mgr.24293) 15134 : 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-07T16:07:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:51 smithi022 bash[28554]: cluster 2023-12-07T16:07:51.174767+0000 mgr.a (mgr.24293) 15135 : 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-07T16:07:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:51 smithi044 bash[32620]: cluster 2023-12-07T16:07:51.174767+0000 mgr.a (mgr.24293) 15135 : 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-07T16:07:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:51 smithi027 bash[31536]: cluster 2023-12-07T16:07:51.174767+0000 mgr.a (mgr.24293) 15135 : 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-07T16:07:54.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:07:54.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:54.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:54 smithi022 bash[28554]: cluster 2023-12-07T16:07:53.175347+0000 mgr.a (mgr.24293) 15136 : 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-07T16:07:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:54 smithi044 bash[32620]: cluster 2023-12-07T16:07:53.175347+0000 mgr.a (mgr.24293) 15136 : 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-07T16:07:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:54 smithi027 bash[31536]: cluster 2023-12-07T16:07:53.175347+0000 mgr.a (mgr.24293) 15136 : 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-07T16:07:55.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:07:55.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:55.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:55.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:55.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:07:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:56 smithi044 bash[32620]: audit 2023-12-07T16:07:54.922483+0000 mgr.a (mgr.24293) 15137 : audit 0 from='client.302529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:56 smithi044 bash[32620]: cluster 2023-12-07T16:07:55.175826+0000 mgr.a (mgr.24293) 15138 : 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-07T16:07:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:56 smithi022 bash[28554]: audit 2023-12-07T16:07:54.922483+0000 mgr.a (mgr.24293) 15137 : audit 0 from='client.302529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:56 smithi022 bash[28554]: cluster 2023-12-07T16:07:55.175826+0000 mgr.a (mgr.24293) 15138 : 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-07T16:07:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:56 smithi027 bash[31536]: audit 2023-12-07T16:07:54.922483+0000 mgr.a (mgr.24293) 15137 : audit 0 from='client.302529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:56 smithi027 bash[31536]: cluster 2023-12-07T16:07:55.175826+0000 mgr.a (mgr.24293) 15138 : 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-07T16:07:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:07:58 smithi022 bash[28554]: cluster 2023-12-07T16:07:57.176667+0000 mgr.a (mgr.24293) 15139 : cluster 0 pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:07:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:07:58 smithi044 bash[32620]: cluster 2023-12-07T16:07:57.176667+0000 mgr.a (mgr.24293) 15139 : cluster 0 pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:07:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:07:58 smithi027 bash[31536]: cluster 2023-12-07T16:07:57.176667+0000 mgr.a (mgr.24293) 15139 : cluster 0 pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:08:00.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:00.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:00.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:00 smithi044 bash[32620]: cluster 2023-12-07T16:07:59.177265+0000 mgr.a (mgr.24293) 15140 : cluster 0 pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:08:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:00 smithi022 bash[28554]: cluster 2023-12-07T16:07:59.177265+0000 mgr.a (mgr.24293) 15140 : cluster 0 pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:08:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:00 smithi027 bash[31536]: cluster 2023-12-07T16:07:59.177265+0000 mgr.a (mgr.24293) 15140 : cluster 0 pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:08:01.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:01.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:01.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:01.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:01.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:01 smithi022 bash[28554]: audit 2023-12-07T16:08:00.876628+0000 mgr.a (mgr.24293) 15141 : audit 0 from='client.302604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:01 smithi022 bash[28554]: cluster 2023-12-07T16:08:01.178048+0000 mgr.a (mgr.24293) 15142 : 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-07T16:08:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:01 smithi044 bash[32620]: audit 2023-12-07T16:08:00.876628+0000 mgr.a (mgr.24293) 15141 : audit 0 from='client.302604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:01 smithi044 bash[32620]: cluster 2023-12-07T16:08:01.178048+0000 mgr.a (mgr.24293) 15142 : 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-07T16:08:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:01 smithi027 bash[31536]: audit 2023-12-07T16:08:00.876628+0000 mgr.a (mgr.24293) 15141 : audit 0 from='client.302604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:01 smithi027 bash[31536]: cluster 2023-12-07T16:08:01.178048+0000 mgr.a (mgr.24293) 15142 : 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-07T16:08:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:04 smithi022 bash[28554]: cluster 2023-12-07T16:08:03.178768+0000 mgr.a (mgr.24293) 15143 : 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-07T16:08:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:04 smithi044 bash[32620]: cluster 2023-12-07T16:08:03.178768+0000 mgr.a (mgr.24293) 15143 : 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-07T16:08:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:04 smithi027 bash[31536]: cluster 2023-12-07T16:08:03.178768+0000 mgr.a (mgr.24293) 15143 : 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-07T16:08:06.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:06 smithi044 bash[32620]: cluster 2023-12-07T16:08:05.179358+0000 mgr.a (mgr.24293) 15144 : 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-07T16:08:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:06 smithi022 bash[28554]: cluster 2023-12-07T16:08:05.179358+0000 mgr.a (mgr.24293) 15144 : 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-07T16:08:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:06 smithi027 bash[31536]: cluster 2023-12-07T16:08:05.179358+0000 mgr.a (mgr.24293) 15144 : 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-07T16:08:07.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:07.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:07.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:07.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:07.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:08 smithi044 bash[32620]: audit 2023-12-07T16:08:06.809379+0000 mgr.a (mgr.24293) 15145 : audit 0 from='client.302682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:08 smithi044 bash[32620]: cluster 2023-12-07T16:08:07.180143+0000 mgr.a (mgr.24293) 15146 : 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-07T16:08:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:08 smithi022 bash[28554]: audit 2023-12-07T16:08:06.809379+0000 mgr.a (mgr.24293) 15145 : audit 0 from='client.302682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:08 smithi022 bash[28554]: cluster 2023-12-07T16:08:07.180143+0000 mgr.a (mgr.24293) 15146 : 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-07T16:08:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:08 smithi027 bash[31536]: audit 2023-12-07T16:08:06.809379+0000 mgr.a (mgr.24293) 15145 : audit 0 from='client.302682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:08 smithi027 bash[31536]: cluster 2023-12-07T16:08:07.180143+0000 mgr.a (mgr.24293) 15146 : 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-07T16:08:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:10 smithi022 bash[28554]: cluster 2023-12-07T16:08:09.180812+0000 mgr.a (mgr.24293) 15147 : cluster 0 pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:10 smithi044 bash[32620]: cluster 2023-12-07T16:08:09.180812+0000 mgr.a (mgr.24293) 15147 : cluster 0 pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:10 smithi027 bash[31536]: cluster 2023-12-07T16:08:09.180812+0000 mgr.a (mgr.24293) 15147 : cluster 0 pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:08:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:11 smithi044 bash[32620]: cluster 2023-12-07T16:08:11.181653+0000 mgr.a (mgr.24293) 15148 : cluster 0 pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:08:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:11 smithi044 bash[32620]: audit 2023-12-07T16:08:11.673791+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:11 smithi022 bash[28554]: cluster 2023-12-07T16:08:11.181653+0000 mgr.a (mgr.24293) 15148 : cluster 0 pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:08:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:11 smithi022 bash[28554]: audit 2023-12-07T16:08:11.673791+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:11 smithi027 bash[31536]: cluster 2023-12-07T16:08:11.181653+0000 mgr.a (mgr.24293) 15148 : cluster 0 pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:08:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:11 smithi027 bash[31536]: audit 2023-12-07T16:08:11.673791+0000 mon.a (mon.0) 2540 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:12.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:12.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:12.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:12 smithi044 bash[32620]: audit 2023-12-07T16:08:12.461384+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:12 smithi044 bash[32620]: audit 2023-12-07T16:08:12.462949+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:12 smithi044 bash[32620]: audit 2023-12-07T16:08:12.477759+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:08:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:12 smithi022 bash[28554]: audit 2023-12-07T16:08:12.461384+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:12 smithi022 bash[28554]: audit 2023-12-07T16:08:12.462949+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:12 smithi022 bash[28554]: audit 2023-12-07T16:08:12.477759+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:08:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:12 smithi027 bash[31536]: audit 2023-12-07T16:08:12.461384+0000 mon.a (mon.0) 2541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:12 smithi027 bash[31536]: audit 2023-12-07T16:08:12.462949+0000 mon.a (mon.0) 2542 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:12 smithi027 bash[31536]: audit 2023-12-07T16:08:12.477759+0000 mon.a (mon.0) 2543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:08:13.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:13.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:13.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:13.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:13.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:13 smithi044 bash[32620]: audit 2023-12-07T16:08:12.738778+0000 mgr.a (mgr.24293) 15149 : audit 0 from='client.302760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:13 smithi044 bash[32620]: cluster 2023-12-07T16:08:13.182540+0000 mgr.a (mgr.24293) 15150 : 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-07T16:08:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:13 smithi022 bash[28554]: audit 2023-12-07T16:08:12.738778+0000 mgr.a (mgr.24293) 15149 : audit 0 from='client.302760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:13 smithi022 bash[28554]: cluster 2023-12-07T16:08:13.182540+0000 mgr.a (mgr.24293) 15150 : 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-07T16:08:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:13 smithi027 bash[31536]: audit 2023-12-07T16:08:12.738778+0000 mgr.a (mgr.24293) 15149 : audit 0 from='client.302760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:13 smithi027 bash[31536]: cluster 2023-12-07T16:08:13.182540+0000 mgr.a (mgr.24293) 15150 : 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-07T16:08:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:16 smithi044 bash[32620]: cluster 2023-12-07T16:08:15.183184+0000 mgr.a (mgr.24293) 15151 : 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-07T16:08:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:16 smithi022 bash[28554]: cluster 2023-12-07T16:08:15.183184+0000 mgr.a (mgr.24293) 15151 : 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-07T16:08:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:16 smithi027 bash[31536]: cluster 2023-12-07T16:08:15.183184+0000 mgr.a (mgr.24293) 15151 : 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-07T16:08:18.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:18.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:18.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:18 smithi044 bash[32620]: cluster 2023-12-07T16:08:17.184030+0000 mgr.a (mgr.24293) 15152 : 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-07T16:08:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:18 smithi022 bash[28554]: cluster 2023-12-07T16:08:17.184030+0000 mgr.a (mgr.24293) 15152 : 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-07T16:08:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:18 smithi027 bash[31536]: cluster 2023-12-07T16:08:17.184030+0000 mgr.a (mgr.24293) 15152 : 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-07T16:08:19.222 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:19.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:19.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:19.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:19.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:20 smithi044 bash[32620]: audit 2023-12-07T16:08:18.695315+0000 mgr.a (mgr.24293) 15153 : audit 0 from='client.302835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:20 smithi044 bash[32620]: cluster 2023-12-07T16:08:19.184520+0000 mgr.a (mgr.24293) 15154 : 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-07T16:08:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:20 smithi022 bash[28554]: audit 2023-12-07T16:08:18.695315+0000 mgr.a (mgr.24293) 15153 : audit 0 from='client.302835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:20 smithi022 bash[28554]: cluster 2023-12-07T16:08:19.184520+0000 mgr.a (mgr.24293) 15154 : 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-07T16:08:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:20 smithi027 bash[31536]: audit 2023-12-07T16:08:18.695315+0000 mgr.a (mgr.24293) 15153 : audit 0 from='client.302835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:20 smithi027 bash[31536]: cluster 2023-12-07T16:08:19.184520+0000 mgr.a (mgr.24293) 15154 : 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-07T16:08:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:21 smithi044 bash[32620]: cluster 2023-12-07T16:08:21.185313+0000 mgr.a (mgr.24293) 15155 : 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-07T16:08:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:21 smithi022 bash[28554]: cluster 2023-12-07T16:08:21.185313+0000 mgr.a (mgr.24293) 15155 : 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-07T16:08:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:21 smithi027 bash[31536]: cluster 2023-12-07T16:08:21.185313+0000 mgr.a (mgr.24293) 15155 : 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-07T16:08:24.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:24.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:24.227 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:24 smithi022 bash[28554]: cluster 2023-12-07T16:08:23.185883+0000 mgr.a (mgr.24293) 15156 : 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-07T16:08:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:24 smithi044 bash[32620]: cluster 2023-12-07T16:08:23.185883+0000 mgr.a (mgr.24293) 15156 : 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-07T16:08:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:24 smithi027 bash[31536]: cluster 2023-12-07T16:08:23.185883+0000 mgr.a (mgr.24293) 15156 : 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-07T16:08:25.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:25.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:25.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:25.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:25.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:26 smithi022 bash[28554]: audit 2023-12-07T16:08:24.643961+0000 mgr.a (mgr.24293) 15157 : audit 0 from='client.302913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:26 smithi022 bash[28554]: cluster 2023-12-07T16:08:25.186750+0000 mgr.a (mgr.24293) 15158 : 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-07T16:08:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:26 smithi044 bash[32620]: audit 2023-12-07T16:08:24.643961+0000 mgr.a (mgr.24293) 15157 : audit 0 from='client.302913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:26 smithi044 bash[32620]: cluster 2023-12-07T16:08:25.186750+0000 mgr.a (mgr.24293) 15158 : 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-07T16:08:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:26 smithi027 bash[31536]: audit 2023-12-07T16:08:24.643961+0000 mgr.a (mgr.24293) 15157 : audit 0 from='client.302913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:26 smithi027 bash[31536]: cluster 2023-12-07T16:08:25.186750+0000 mgr.a (mgr.24293) 15158 : 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-07T16:08:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:28 smithi022 bash[28554]: cluster 2023-12-07T16:08:27.187771+0000 mgr.a (mgr.24293) 15159 : cluster 0 pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:28 smithi044 bash[32620]: cluster 2023-12-07T16:08:27.187771+0000 mgr.a (mgr.24293) 15159 : cluster 0 pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:28 smithi027 bash[31536]: cluster 2023-12-07T16:08:27.187771+0000 mgr.a (mgr.24293) 15159 : cluster 0 pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:30.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:30.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:30.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:30 smithi044 bash[32620]: cluster 2023-12-07T16:08:29.188481+0000 mgr.a (mgr.24293) 15160 : cluster 0 pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:30 smithi022 bash[28554]: cluster 2023-12-07T16:08:29.188481+0000 mgr.a (mgr.24293) 15160 : cluster 0 pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:30 smithi027 bash[31536]: cluster 2023-12-07T16:08:29.188481+0000 mgr.a (mgr.24293) 15160 : cluster 0 pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:31.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:31.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:31.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:31.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:31.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:31 smithi044 bash[32620]: audit 2023-12-07T16:08:30.585057+0000 mgr.a (mgr.24293) 15161 : audit 0 from='client.302991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:31 smithi022 bash[28554]: audit 2023-12-07T16:08:30.585057+0000 mgr.a (mgr.24293) 15161 : audit 0 from='client.302991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:31 smithi027 bash[31536]: audit 2023-12-07T16:08:30.585057+0000 mgr.a (mgr.24293) 15161 : audit 0 from='client.302991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:32 smithi022 bash[28554]: cluster 2023-12-07T16:08:31.189636+0000 mgr.a (mgr.24293) 15162 : 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-07T16:08:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:32 smithi044 bash[32620]: cluster 2023-12-07T16:08:31.189636+0000 mgr.a (mgr.24293) 15162 : 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-07T16:08:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:32 smithi027 bash[31536]: cluster 2023-12-07T16:08:31.189636+0000 mgr.a (mgr.24293) 15162 : 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-07T16:08:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:34 smithi022 bash[28554]: cluster 2023-12-07T16:08:33.190280+0000 mgr.a (mgr.24293) 15163 : 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-07T16:08:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:34 smithi044 bash[32620]: cluster 2023-12-07T16:08:33.190280+0000 mgr.a (mgr.24293) 15163 : 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-07T16:08:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:34 smithi027 bash[31536]: cluster 2023-12-07T16:08:33.190280+0000 mgr.a (mgr.24293) 15163 : 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-07T16:08:36.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:36.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:36.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:36 smithi044 bash[32620]: cluster 2023-12-07T16:08:35.190849+0000 mgr.a (mgr.24293) 15164 : 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-07T16:08:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:36 smithi022 bash[28554]: cluster 2023-12-07T16:08:35.190849+0000 mgr.a (mgr.24293) 15164 : 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-07T16:08:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:36 smithi027 bash[31536]: cluster 2023-12-07T16:08:35.190849+0000 mgr.a (mgr.24293) 15164 : 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-07T16:08:37.012 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:37.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:37.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:37.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:37.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:37 smithi044 bash[32620]: audit 2023-12-07T16:08:36.497644+0000 mgr.a (mgr.24293) 15165 : audit 0 from='client.303069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:37 smithi022 bash[28554]: audit 2023-12-07T16:08:36.497644+0000 mgr.a (mgr.24293) 15165 : audit 0 from='client.303069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:37 smithi027 bash[31536]: audit 2023-12-07T16:08:36.497644+0000 mgr.a (mgr.24293) 15165 : audit 0 from='client.303069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:38 smithi044 bash[32620]: cluster 2023-12-07T16:08:37.191981+0000 mgr.a (mgr.24293) 15166 : 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-07T16:08:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:38 smithi022 bash[28554]: cluster 2023-12-07T16:08:37.191981+0000 mgr.a (mgr.24293) 15166 : 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-07T16:08:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:38 smithi027 bash[31536]: cluster 2023-12-07T16:08:37.191981+0000 mgr.a (mgr.24293) 15166 : 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-07T16:08:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:40 smithi022 bash[28554]: cluster 2023-12-07T16:08:39.192570+0000 mgr.a (mgr.24293) 15167 : cluster 0 pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:40 smithi044 bash[32620]: cluster 2023-12-07T16:08:39.192570+0000 mgr.a (mgr.24293) 15167 : cluster 0 pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:40 smithi027 bash[31536]: cluster 2023-12-07T16:08:39.192570+0000 mgr.a (mgr.24293) 15167 : cluster 0 pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:42.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:42.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:42.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:41 smithi044 bash[32620]: cluster 2023-12-07T16:08:41.193334+0000 mgr.a (mgr.24293) 15168 : cluster 0 pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:41 smithi022 bash[28554]: cluster 2023-12-07T16:08:41.193334+0000 mgr.a (mgr.24293) 15168 : cluster 0 pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:41 smithi027 bash[31536]: cluster 2023-12-07T16:08:41.193334+0000 mgr.a (mgr.24293) 15168 : cluster 0 pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:42.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:42.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:42.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:42.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:42.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:42 smithi044 bash[32620]: audit 2023-12-07T16:08:42.425069+0000 mgr.a (mgr.24293) 15169 : audit 0 from='client.303141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:43.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:42 smithi022 bash[28554]: audit 2023-12-07T16:08:42.425069+0000 mgr.a (mgr.24293) 15169 : audit 0 from='client.303141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:42 smithi027 bash[31536]: audit 2023-12-07T16:08:42.425069+0000 mgr.a (mgr.24293) 15169 : audit 0 from='client.303141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:43 smithi044 bash[32620]: cluster 2023-12-07T16:08:43.194087+0000 mgr.a (mgr.24293) 15170 : 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-07T16:08:44.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:43 smithi022 bash[28554]: cluster 2023-12-07T16:08:43.194087+0000 mgr.a (mgr.24293) 15170 : 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-07T16:08:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:43 smithi027 bash[31536]: cluster 2023-12-07T16:08:43.194087+0000 mgr.a (mgr.24293) 15170 : 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-07T16:08:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:46 smithi022 bash[28554]: cluster 2023-12-07T16:08:45.194672+0000 mgr.a (mgr.24293) 15171 : 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-07T16:08:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:46 smithi044 bash[32620]: cluster 2023-12-07T16:08:45.194672+0000 mgr.a (mgr.24293) 15171 : 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-07T16:08:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:46 smithi027 bash[31536]: cluster 2023-12-07T16:08:45.194672+0000 mgr.a (mgr.24293) 15171 : 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-07T16:08:47.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:47.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:47.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:48 smithi022 bash[28554]: cluster 2023-12-07T16:08:47.195488+0000 mgr.a (mgr.24293) 15172 : 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-07T16:08:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:48 smithi044 bash[32620]: cluster 2023-12-07T16:08:47.195488+0000 mgr.a (mgr.24293) 15172 : 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-07T16:08:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:48 smithi027 bash[31536]: cluster 2023-12-07T16:08:47.195488+0000 mgr.a (mgr.24293) 15172 : 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-07T16:08:48.915 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:49 smithi022 bash[28554]: audit 2023-12-07T16:08:48.396509+0000 mgr.a (mgr.24293) 15173 : audit 0 from='client.303219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:49 smithi044 bash[32620]: audit 2023-12-07T16:08:48.396509+0000 mgr.a (mgr.24293) 15173 : audit 0 from='client.303219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:49 smithi027 bash[31536]: audit 2023-12-07T16:08:48.396509+0000 mgr.a (mgr.24293) 15173 : audit 0 from='client.303219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:50 smithi022 bash[28554]: cluster 2023-12-07T16:08:49.196169+0000 mgr.a (mgr.24293) 15174 : 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-07T16:08:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:50 smithi044 bash[32620]: cluster 2023-12-07T16:08:49.196169+0000 mgr.a (mgr.24293) 15174 : 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-07T16:08:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:50 smithi027 bash[31536]: cluster 2023-12-07T16:08:49.196169+0000 mgr.a (mgr.24293) 15174 : 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-07T16:08:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:51 smithi044 bash[32620]: cluster 2023-12-07T16:08:51.197045+0000 mgr.a (mgr.24293) 15175 : 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-07T16:08:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:51 smithi022 bash[28554]: cluster 2023-12-07T16:08:51.197045+0000 mgr.a (mgr.24293) 15175 : 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-07T16:08:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:51 smithi027 bash[31536]: cluster 2023-12-07T16:08:51.197045+0000 mgr.a (mgr.24293) 15175 : 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-07T16:08:53.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:53.918 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:53.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:54 smithi022 bash[28554]: cluster 2023-12-07T16:08:53.197625+0000 mgr.a (mgr.24293) 15176 : 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-07T16:08:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:54 smithi044 bash[32620]: cluster 2023-12-07T16:08:53.197625+0000 mgr.a (mgr.24293) 15176 : 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-07T16:08:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:54 smithi027 bash[31536]: cluster 2023-12-07T16:08:53.197625+0000 mgr.a (mgr.24293) 15176 : 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-07T16:08:54.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:08:54.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:54.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:54.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:54.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:08:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:55 smithi022 bash[28554]: audit 2023-12-07T16:08:54.342110+0000 mgr.a (mgr.24293) 15177 : audit 0 from='client.303294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:55 smithi044 bash[32620]: audit 2023-12-07T16:08:54.342110+0000 mgr.a (mgr.24293) 15177 : audit 0 from='client.303294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:55 smithi027 bash[31536]: audit 2023-12-07T16:08:54.342110+0000 mgr.a (mgr.24293) 15177 : audit 0 from='client.303294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:56 smithi022 bash[28554]: cluster 2023-12-07T16:08:55.198536+0000 mgr.a (mgr.24293) 15178 : 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-07T16:08:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:56 smithi044 bash[32620]: cluster 2023-12-07T16:08:55.198536+0000 mgr.a (mgr.24293) 15178 : 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-07T16:08:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:56 smithi027 bash[31536]: cluster 2023-12-07T16:08:55.198536+0000 mgr.a (mgr.24293) 15178 : 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-07T16:08:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:08:58 smithi022 bash[28554]: cluster 2023-12-07T16:08:57.199440+0000 mgr.a (mgr.24293) 15179 : 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-07T16:08:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:08:58 smithi044 bash[32620]: cluster 2023-12-07T16:08:57.199440+0000 mgr.a (mgr.24293) 15179 : 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-07T16:08:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:08:58 smithi027 bash[31536]: cluster 2023-12-07T16:08:57.199440+0000 mgr.a (mgr.24293) 15179 : 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-07T16:08:59.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:08:59.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:59.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:00 smithi022 bash[28554]: cluster 2023-12-07T16:08:59.199964+0000 mgr.a (mgr.24293) 15180 : 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-07T16:09:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:00 smithi044 bash[32620]: cluster 2023-12-07T16:08:59.199964+0000 mgr.a (mgr.24293) 15180 : 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-07T16:09:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:00 smithi027 bash[31536]: cluster 2023-12-07T16:08:59.199964+0000 mgr.a (mgr.24293) 15180 : 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-07T16:09:00.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:00.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:00.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:00.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:00.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:01 smithi022 bash[28554]: audit 2023-12-07T16:09:00.268067+0000 mgr.a (mgr.24293) 15181 : audit 0 from='client.303369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:01 smithi044 bash[32620]: audit 2023-12-07T16:09:00.268067+0000 mgr.a (mgr.24293) 15181 : audit 0 from='client.303369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:01.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:01 smithi027 bash[31536]: audit 2023-12-07T16:09:00.268067+0000 mgr.a (mgr.24293) 15181 : audit 0 from='client.303369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:02 smithi022 bash[28554]: cluster 2023-12-07T16:09:01.201032+0000 mgr.a (mgr.24293) 15182 : 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-07T16:09:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:02 smithi044 bash[32620]: cluster 2023-12-07T16:09:01.201032+0000 mgr.a (mgr.24293) 15182 : 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-07T16:09:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:02 smithi027 bash[31536]: cluster 2023-12-07T16:09:01.201032+0000 mgr.a (mgr.24293) 15182 : 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-07T16:09:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:04 smithi022 bash[28554]: cluster 2023-12-07T16:09:03.201664+0000 mgr.a (mgr.24293) 15183 : 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-07T16:09:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:04 smithi044 bash[32620]: cluster 2023-12-07T16:09:03.201664+0000 mgr.a (mgr.24293) 15183 : 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-07T16:09:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:04 smithi027 bash[31536]: cluster 2023-12-07T16:09:03.201664+0000 mgr.a (mgr.24293) 15183 : 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-07T16:09:05.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:05.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:05.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:06 smithi022 bash[28554]: cluster 2023-12-07T16:09:05.202208+0000 mgr.a (mgr.24293) 15184 : 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-07T16:09:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:06 smithi044 bash[32620]: cluster 2023-12-07T16:09:05.202208+0000 mgr.a (mgr.24293) 15184 : 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-07T16:09:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:06 smithi027 bash[31536]: cluster 2023-12-07T16:09:05.202208+0000 mgr.a (mgr.24293) 15184 : 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-07T16:09:06.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:06.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:06.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:06.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:06.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:07 smithi044 bash[32620]: audit 2023-12-07T16:09:06.206640+0000 mgr.a (mgr.24293) 15185 : audit 0 from='client.303441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:07.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:07 smithi022 bash[28554]: audit 2023-12-07T16:09:06.206640+0000 mgr.a (mgr.24293) 15185 : audit 0 from='client.303441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:07 smithi027 bash[31536]: audit 2023-12-07T16:09:06.206640+0000 mgr.a (mgr.24293) 15185 : audit 0 from='client.303441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:08 smithi044 bash[32620]: cluster 2023-12-07T16:09:07.203288+0000 mgr.a (mgr.24293) 15186 : 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-07T16:09:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:08 smithi022 bash[28554]: cluster 2023-12-07T16:09:07.203288+0000 mgr.a (mgr.24293) 15186 : 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-07T16:09:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:08 smithi027 bash[31536]: cluster 2023-12-07T16:09:07.203288+0000 mgr.a (mgr.24293) 15186 : 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-07T16:09:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:10 smithi022 bash[28554]: cluster 2023-12-07T16:09:09.204015+0000 mgr.a (mgr.24293) 15187 : 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-07T16:09:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:10 smithi044 bash[32620]: cluster 2023-12-07T16:09:09.204015+0000 mgr.a (mgr.24293) 15187 : 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-07T16:09:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:10 smithi027 bash[31536]: cluster 2023-12-07T16:09:09.204015+0000 mgr.a (mgr.24293) 15187 : 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-07T16:09:11.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:11.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:11.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:11 smithi022 bash[28554]: cluster 2023-12-07T16:09:11.204988+0000 mgr.a (mgr.24293) 15188 : 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-07T16:09:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:11 smithi044 bash[32620]: cluster 2023-12-07T16:09:11.204988+0000 mgr.a (mgr.24293) 15188 : 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-07T16:09:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:11 smithi027 bash[31536]: cluster 2023-12-07T16:09:11.204988+0000 mgr.a (mgr.24293) 15188 : 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-07T16:09:12.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:12.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:12.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:12.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:12.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:13.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:12 smithi022 bash[28554]: audit 2023-12-07T16:09:12.170938+0000 mgr.a (mgr.24293) 15189 : audit 0 from='client.303519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:13.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:12 smithi022 bash[28554]: audit 2023-12-07T16:09:12.580657+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:12 smithi044 bash[32620]: audit 2023-12-07T16:09:12.170938+0000 mgr.a (mgr.24293) 15189 : audit 0 from='client.303519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:12 smithi044 bash[32620]: audit 2023-12-07T16:09:12.580657+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:12 smithi027 bash[31536]: audit 2023-12-07T16:09:12.170938+0000 mgr.a (mgr.24293) 15189 : audit 0 from='client.303519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:12 smithi027 bash[31536]: audit 2023-12-07T16:09:12.580657+0000 mon.a (mon.0) 2544 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:13 smithi044 bash[32620]: cluster 2023-12-07T16:09:13.205693+0000 mgr.a (mgr.24293) 15190 : 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-07T16:09:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:13 smithi044 bash[32620]: audit 2023-12-07T16:09:13.365256+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:13 smithi044 bash[32620]: audit 2023-12-07T16:09:13.367122+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:13 smithi044 bash[32620]: audit 2023-12-07T16:09:13.376198+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:09:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:13 smithi022 bash[28554]: cluster 2023-12-07T16:09:13.205693+0000 mgr.a (mgr.24293) 15190 : 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-07T16:09:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:13 smithi022 bash[28554]: audit 2023-12-07T16:09:13.365256+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:13 smithi022 bash[28554]: audit 2023-12-07T16:09:13.367122+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:13 smithi022 bash[28554]: audit 2023-12-07T16:09:13.376198+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:09:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:13 smithi027 bash[31536]: cluster 2023-12-07T16:09:13.205693+0000 mgr.a (mgr.24293) 15190 : 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-07T16:09:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:13 smithi027 bash[31536]: audit 2023-12-07T16:09:13.365256+0000 mon.a (mon.0) 2545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:13 smithi027 bash[31536]: audit 2023-12-07T16:09:13.367122+0000 mon.a (mon.0) 2546 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:13 smithi027 bash[31536]: audit 2023-12-07T16:09:13.376198+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:09:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:16 smithi044 bash[32620]: cluster 2023-12-07T16:09:15.206242+0000 mgr.a (mgr.24293) 15191 : 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-07T16:09:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:16 smithi022 bash[28554]: cluster 2023-12-07T16:09:15.206242+0000 mgr.a (mgr.24293) 15191 : 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-07T16:09:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:16 smithi027 bash[31536]: cluster 2023-12-07T16:09:15.206242+0000 mgr.a (mgr.24293) 15191 : 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-07T16:09:17.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:17.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:17.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:18.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:18.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:18.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:18.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:18.597 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:18 smithi044 bash[32620]: cluster 2023-12-07T16:09:17.207074+0000 mgr.a (mgr.24293) 15192 : 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-07T16:09:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:18 smithi022 bash[28554]: cluster 2023-12-07T16:09:17.207074+0000 mgr.a (mgr.24293) 15192 : 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-07T16:09:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:18 smithi027 bash[31536]: cluster 2023-12-07T16:09:17.207074+0000 mgr.a (mgr.24293) 15192 : 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-07T16:09:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:19 smithi044 bash[32620]: audit 2023-12-07T16:09:18.111528+0000 mgr.a (mgr.24293) 15193 : audit 0 from='client.303594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:19 smithi022 bash[28554]: audit 2023-12-07T16:09:18.111528+0000 mgr.a (mgr.24293) 15193 : audit 0 from='client.303594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:19 smithi027 bash[31536]: audit 2023-12-07T16:09:18.111528+0000 mgr.a (mgr.24293) 15193 : audit 0 from='client.303594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:20 smithi044 bash[32620]: cluster 2023-12-07T16:09:19.207841+0000 mgr.a (mgr.24293) 15194 : 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-07T16:09:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:20 smithi022 bash[28554]: cluster 2023-12-07T16:09:19.207841+0000 mgr.a (mgr.24293) 15194 : 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-07T16:09:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:20 smithi027 bash[31536]: cluster 2023-12-07T16:09:19.207841+0000 mgr.a (mgr.24293) 15194 : 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-07T16:09:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:21 smithi044 bash[32620]: cluster 2023-12-07T16:09:21.208841+0000 mgr.a (mgr.24293) 15195 : 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-07T16:09:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:21 smithi022 bash[28554]: cluster 2023-12-07T16:09:21.208841+0000 mgr.a (mgr.24293) 15195 : 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-07T16:09:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:21 smithi027 bash[31536]: cluster 2023-12-07T16:09:21.208841+0000 mgr.a (mgr.24293) 15195 : 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-07T16:09:23.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:23.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:23.601 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:24.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:24.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:24.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:24.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:24.547 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:24 smithi044 bash[32620]: cluster 2023-12-07T16:09:23.209570+0000 mgr.a (mgr.24293) 15196 : 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-07T16:09:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:24 smithi022 bash[28554]: cluster 2023-12-07T16:09:23.209570+0000 mgr.a (mgr.24293) 15196 : 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-07T16:09:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:24 smithi027 bash[31536]: cluster 2023-12-07T16:09:23.209570+0000 mgr.a (mgr.24293) 15196 : 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-07T16:09:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:25 smithi044 bash[32620]: audit 2023-12-07T16:09:24.011971+0000 mgr.a (mgr.24293) 15197 : audit 0 from='client.303669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:25 smithi022 bash[28554]: audit 2023-12-07T16:09:24.011971+0000 mgr.a (mgr.24293) 15197 : audit 0 from='client.303669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:25 smithi027 bash[31536]: audit 2023-12-07T16:09:24.011971+0000 mgr.a (mgr.24293) 15197 : audit 0 from='client.303669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:26 smithi022 bash[28554]: cluster 2023-12-07T16:09:25.210299+0000 mgr.a (mgr.24293) 15198 : 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-07T16:09:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:26 smithi044 bash[32620]: cluster 2023-12-07T16:09:25.210299+0000 mgr.a (mgr.24293) 15198 : 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-07T16:09:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:26 smithi027 bash[31536]: cluster 2023-12-07T16:09:25.210299+0000 mgr.a (mgr.24293) 15198 : 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-07T16:09:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:28 smithi022 bash[28554]: cluster 2023-12-07T16:09:27.211178+0000 mgr.a (mgr.24293) 15199 : 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-07T16:09:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:28 smithi044 bash[32620]: cluster 2023-12-07T16:09:27.211178+0000 mgr.a (mgr.24293) 15199 : 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-07T16:09:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:28 smithi027 bash[31536]: cluster 2023-12-07T16:09:27.211178+0000 mgr.a (mgr.24293) 15199 : 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-07T16:09:29.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:29.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:29.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:30.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:30.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:30.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:30.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:30.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:30 smithi044 bash[32620]: cluster 2023-12-07T16:09:29.211780+0000 mgr.a (mgr.24293) 15200 : 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-07T16:09:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:30 smithi022 bash[28554]: cluster 2023-12-07T16:09:29.211780+0000 mgr.a (mgr.24293) 15200 : 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-07T16:09:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:30 smithi027 bash[31536]: cluster 2023-12-07T16:09:29.211780+0000 mgr.a (mgr.24293) 15200 : 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-07T16:09:31.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:31 smithi022 bash[28554]: audit 2023-12-07T16:09:29.964751+0000 mgr.a (mgr.24293) 15201 : audit 0 from='client.303747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:31.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:31 smithi044 bash[32620]: audit 2023-12-07T16:09:29.964751+0000 mgr.a (mgr.24293) 15201 : audit 0 from='client.303747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:31 smithi027 bash[31536]: audit 2023-12-07T16:09:29.964751+0000 mgr.a (mgr.24293) 15201 : audit 0 from='client.303747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:32 smithi044 bash[32620]: cluster 2023-12-07T16:09:31.212775+0000 mgr.a (mgr.24293) 15202 : cluster 0 pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:09:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:32 smithi022 bash[28554]: cluster 2023-12-07T16:09:31.212775+0000 mgr.a (mgr.24293) 15202 : cluster 0 pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:09:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:32 smithi027 bash[31536]: cluster 2023-12-07T16:09:31.212775+0000 mgr.a (mgr.24293) 15202 : cluster 0 pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:09:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:34 smithi044 bash[32620]: cluster 2023-12-07T16:09:33.213368+0000 mgr.a (mgr.24293) 15203 : cluster 0 pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:09:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:34 smithi022 bash[28554]: cluster 2023-12-07T16:09:33.213368+0000 mgr.a (mgr.24293) 15203 : cluster 0 pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:09:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:34 smithi027 bash[31536]: cluster 2023-12-07T16:09:33.213368+0000 mgr.a (mgr.24293) 15203 : cluster 0 pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:09:35.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:35.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:35.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:36.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:36.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:36 smithi022 bash[28554]: cluster 2023-12-07T16:09:35.213954+0000 mgr.a (mgr.24293) 15204 : cluster 0 pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:09:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:36 smithi027 bash[31536]: cluster 2023-12-07T16:09:35.213954+0000 mgr.a (mgr.24293) 15204 : cluster 0 pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:09:36.700 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:36 smithi044 bash[32620]: cluster 2023-12-07T16:09:35.213954+0000 mgr.a (mgr.24293) 15204 : cluster 0 pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:09:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:37 smithi044 bash[32620]: audit 2023-12-07T16:09:35.905553+0000 mgr.a (mgr.24293) 15205 : audit 0 from='client.303822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:37 smithi022 bash[28554]: audit 2023-12-07T16:09:35.905553+0000 mgr.a (mgr.24293) 15205 : audit 0 from='client.303822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:37 smithi027 bash[31536]: audit 2023-12-07T16:09:35.905553+0000 mgr.a (mgr.24293) 15205 : audit 0 from='client.303822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:38 smithi044 bash[32620]: cluster 2023-12-07T16:09:37.215060+0000 mgr.a (mgr.24293) 15206 : 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-07T16:09:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:38 smithi022 bash[28554]: cluster 2023-12-07T16:09:37.215060+0000 mgr.a (mgr.24293) 15206 : 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-07T16:09:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:38 smithi027 bash[31536]: cluster 2023-12-07T16:09:37.215060+0000 mgr.a (mgr.24293) 15206 : 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-07T16:09:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:40 smithi044 bash[32620]: cluster 2023-12-07T16:09:39.215799+0000 mgr.a (mgr.24293) 15207 : 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-07T16:09:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:40 smithi022 bash[28554]: cluster 2023-12-07T16:09:39.215799+0000 mgr.a (mgr.24293) 15207 : 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-07T16:09:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:40 smithi027 bash[31536]: cluster 2023-12-07T16:09:39.215799+0000 mgr.a (mgr.24293) 15207 : 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-07T16:09:41.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:41.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:41.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:41 smithi022 bash[28554]: cluster 2023-12-07T16:09:41.216577+0000 mgr.a (mgr.24293) 15208 : 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-07T16:09:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:41 smithi044 bash[32620]: cluster 2023-12-07T16:09:41.216577+0000 mgr.a (mgr.24293) 15208 : 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-07T16:09:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:41 smithi027 bash[31536]: cluster 2023-12-07T16:09:41.216577+0000 mgr.a (mgr.24293) 15208 : 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-07T16:09:42.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:42.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:42.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:42.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:42.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:43.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:42 smithi022 bash[28554]: audit 2023-12-07T16:09:41.872883+0000 mgr.a (mgr.24293) 15209 : audit 0 from='client.303897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:42 smithi044 bash[32620]: audit 2023-12-07T16:09:41.872883+0000 mgr.a (mgr.24293) 15209 : audit 0 from='client.303897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:42 smithi027 bash[31536]: audit 2023-12-07T16:09:41.872883+0000 mgr.a (mgr.24293) 15209 : audit 0 from='client.303897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:44.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:43 smithi022 bash[28554]: cluster 2023-12-07T16:09:43.217299+0000 mgr.a (mgr.24293) 15210 : cluster 0 pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:09:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:43 smithi044 bash[32620]: cluster 2023-12-07T16:09:43.217299+0000 mgr.a (mgr.24293) 15210 : cluster 0 pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:09:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:43 smithi027 bash[31536]: cluster 2023-12-07T16:09:43.217299+0000 mgr.a (mgr.24293) 15210 : cluster 0 pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:09:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:46 smithi022 bash[28554]: cluster 2023-12-07T16:09:45.217813+0000 mgr.a (mgr.24293) 15211 : cluster 0 pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:09:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:46 smithi044 bash[32620]: cluster 2023-12-07T16:09:45.217813+0000 mgr.a (mgr.24293) 15211 : cluster 0 pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:09:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:46 smithi027 bash[31536]: cluster 2023-12-07T16:09:45.217813+0000 mgr.a (mgr.24293) 15211 : cluster 0 pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:09:47.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:47.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:47.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:48.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:48.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:48.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:48.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:48.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:48 smithi022 bash[28554]: cluster 2023-12-07T16:09:47.218640+0000 mgr.a (mgr.24293) 15212 : cluster 0 pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:09:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:48 smithi044 bash[32620]: cluster 2023-12-07T16:09:47.218640+0000 mgr.a (mgr.24293) 15212 : cluster 0 pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:09:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:48 smithi027 bash[31536]: cluster 2023-12-07T16:09:47.218640+0000 mgr.a (mgr.24293) 15212 : cluster 0 pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:09:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:49 smithi022 bash[28554]: audit 2023-12-07T16:09:47.817235+0000 mgr.a (mgr.24293) 15213 : audit 0 from='client.303975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:49 smithi044 bash[32620]: audit 2023-12-07T16:09:47.817235+0000 mgr.a (mgr.24293) 15213 : audit 0 from='client.303975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:49 smithi027 bash[31536]: audit 2023-12-07T16:09:47.817235+0000 mgr.a (mgr.24293) 15213 : audit 0 from='client.303975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:50 smithi022 bash[28554]: cluster 2023-12-07T16:09:49.219339+0000 mgr.a (mgr.24293) 15214 : 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-07T16:09:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:50 smithi044 bash[32620]: cluster 2023-12-07T16:09:49.219339+0000 mgr.a (mgr.24293) 15214 : 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-07T16:09:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:50 smithi027 bash[31536]: cluster 2023-12-07T16:09:49.219339+0000 mgr.a (mgr.24293) 15214 : 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-07T16:09:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:51 smithi022 bash[28554]: cluster 2023-12-07T16:09:51.220207+0000 mgr.a (mgr.24293) 15215 : 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-07T16:09:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:51 smithi044 bash[32620]: cluster 2023-12-07T16:09:51.220207+0000 mgr.a (mgr.24293) 15215 : 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-07T16:09:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:51 smithi027 bash[31536]: cluster 2023-12-07T16:09:51.220207+0000 mgr.a (mgr.24293) 15215 : 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-07T16:09:53.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:53.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:53.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:54.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:09:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:09:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:54 smithi022 bash[28554]: cluster 2023-12-07T16:09:53.220806+0000 mgr.a (mgr.24293) 15216 : 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-07T16:09:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:54 smithi044 bash[32620]: cluster 2023-12-07T16:09:53.220806+0000 mgr.a (mgr.24293) 15216 : 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-07T16:09:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:54 smithi027 bash[31536]: cluster 2023-12-07T16:09:53.220806+0000 mgr.a (mgr.24293) 15216 : 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-07T16:09:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:55 smithi022 bash[28554]: audit 2023-12-07T16:09:53.759319+0000 mgr.a (mgr.24293) 15217 : audit 0 from='client.304053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:55 smithi044 bash[32620]: audit 2023-12-07T16:09:53.759319+0000 mgr.a (mgr.24293) 15217 : audit 0 from='client.304053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:55 smithi027 bash[31536]: audit 2023-12-07T16:09:53.759319+0000 mgr.a (mgr.24293) 15217 : audit 0 from='client.304053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:56 smithi044 bash[32620]: cluster 2023-12-07T16:09:55.221480+0000 mgr.a (mgr.24293) 15218 : 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-07T16:09:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:56 smithi022 bash[28554]: cluster 2023-12-07T16:09:55.221480+0000 mgr.a (mgr.24293) 15218 : 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-07T16:09:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:56 smithi027 bash[31536]: cluster 2023-12-07T16:09:55.221480+0000 mgr.a (mgr.24293) 15218 : 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-07T16:09:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:09:58 smithi044 bash[32620]: cluster 2023-12-07T16:09:57.222268+0000 mgr.a (mgr.24293) 15219 : 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-07T16:09:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:09:58 smithi022 bash[28554]: cluster 2023-12-07T16:09:57.222268+0000 mgr.a (mgr.24293) 15219 : 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-07T16:09:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:09:58 smithi027 bash[31536]: cluster 2023-12-07T16:09:57.222268+0000 mgr.a (mgr.24293) 15219 : 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-07T16:09:59.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:09:59.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:59.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:00.191 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:00.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:00.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:00.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:00.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:00 smithi044 bash[32620]: cluster 2023-12-07T16:09:59.222858+0000 mgr.a (mgr.24293) 15220 : 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-07T16:10:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:00 smithi044 bash[32620]: cluster 2023-12-07T16:10:00.000136+0000 mon.a (mon.0) 2548 : cluster 1 overall HEALTH_OK 2023-12-07T16:10:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:00 smithi022 bash[28554]: cluster 2023-12-07T16:09:59.222858+0000 mgr.a (mgr.24293) 15220 : 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-07T16:10:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:00 smithi022 bash[28554]: cluster 2023-12-07T16:10:00.000136+0000 mon.a (mon.0) 2548 : cluster 1 overall HEALTH_OK 2023-12-07T16:10:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:00 smithi027 bash[31536]: cluster 2023-12-07T16:09:59.222858+0000 mgr.a (mgr.24293) 15220 : 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-07T16:10:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:00 smithi027 bash[31536]: cluster 2023-12-07T16:10:00.000136+0000 mon.a (mon.0) 2548 : cluster 1 overall HEALTH_OK 2023-12-07T16:10:01.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:01 smithi022 bash[28554]: audit 2023-12-07T16:09:59.701843+0000 mgr.a (mgr.24293) 15221 : audit 0 from='client.304131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:01 smithi044 bash[32620]: audit 2023-12-07T16:09:59.701843+0000 mgr.a (mgr.24293) 15221 : audit 0 from='client.304131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:01 smithi027 bash[31536]: audit 2023-12-07T16:09:59.701843+0000 mgr.a (mgr.24293) 15221 : audit 0 from='client.304131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:02 smithi044 bash[32620]: cluster 2023-12-07T16:10:01.223715+0000 mgr.a (mgr.24293) 15222 : 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-07T16:10:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:02 smithi022 bash[28554]: cluster 2023-12-07T16:10:01.223715+0000 mgr.a (mgr.24293) 15222 : 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-07T16:10:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:02 smithi027 bash[31536]: cluster 2023-12-07T16:10:01.223715+0000 mgr.a (mgr.24293) 15222 : 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-07T16:10:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:04 smithi022 bash[28554]: cluster 2023-12-07T16:10:03.224273+0000 mgr.a (mgr.24293) 15223 : 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-07T16:10:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:04 smithi044 bash[32620]: cluster 2023-12-07T16:10:03.224273+0000 mgr.a (mgr.24293) 15223 : 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-07T16:10:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:04 smithi027 bash[31536]: cluster 2023-12-07T16:10:03.224273+0000 mgr.a (mgr.24293) 15223 : 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-07T16:10:05.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:05.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:05.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:06.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:06.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:06.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:06.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:06.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:06 smithi044 bash[32620]: cluster 2023-12-07T16:10:05.224845+0000 mgr.a (mgr.24293) 15224 : 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-07T16:10:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:06 smithi044 bash[32620]: audit 2023-12-07T16:10:05.597968+0000 mgr.a (mgr.24293) 15225 : audit 0 from='client.304209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:06 smithi022 bash[28554]: cluster 2023-12-07T16:10:05.224845+0000 mgr.a (mgr.24293) 15224 : 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-07T16:10:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:06 smithi022 bash[28554]: audit 2023-12-07T16:10:05.597968+0000 mgr.a (mgr.24293) 15225 : audit 0 from='client.304209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:06 smithi027 bash[31536]: cluster 2023-12-07T16:10:05.224845+0000 mgr.a (mgr.24293) 15224 : 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-07T16:10:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:06 smithi027 bash[31536]: audit 2023-12-07T16:10:05.597968+0000 mgr.a (mgr.24293) 15225 : audit 0 from='client.304209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:08 smithi044 bash[32620]: cluster 2023-12-07T16:10:07.225862+0000 mgr.a (mgr.24293) 15226 : 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-07T16:10:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:08 smithi022 bash[28554]: cluster 2023-12-07T16:10:07.225862+0000 mgr.a (mgr.24293) 15226 : 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-07T16:10:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:08 smithi027 bash[31536]: cluster 2023-12-07T16:10:07.225862+0000 mgr.a (mgr.24293) 15226 : 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-07T16:10:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:10 smithi022 bash[28554]: cluster 2023-12-07T16:10:09.226418+0000 mgr.a (mgr.24293) 15227 : 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-07T16:10:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:10 smithi044 bash[32620]: cluster 2023-12-07T16:10:09.226418+0000 mgr.a (mgr.24293) 15227 : 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-07T16:10:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:10 smithi027 bash[31536]: cluster 2023-12-07T16:10:09.226418+0000 mgr.a (mgr.24293) 15227 : 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-07T16:10:11.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:11.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:11.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:12.031 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:12.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:12.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:12.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:12.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:11 smithi044 bash[32620]: cluster 2023-12-07T16:10:11.227186+0000 mgr.a (mgr.24293) 15228 : 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-07T16:10:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:11 smithi044 bash[32620]: audit 2023-12-07T16:10:11.538430+0000 mgr.a (mgr.24293) 15229 : audit 0 from='client.304284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:11 smithi022 bash[28554]: cluster 2023-12-07T16:10:11.227186+0000 mgr.a (mgr.24293) 15228 : 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-07T16:10:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:11 smithi022 bash[28554]: audit 2023-12-07T16:10:11.538430+0000 mgr.a (mgr.24293) 15229 : audit 0 from='client.304284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:11 smithi027 bash[31536]: cluster 2023-12-07T16:10:11.227186+0000 mgr.a (mgr.24293) 15228 : 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-07T16:10:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:11 smithi027 bash[31536]: audit 2023-12-07T16:10:11.538430+0000 mgr.a (mgr.24293) 15229 : audit 0 from='client.304284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:14 smithi022 bash[28554]: cluster 2023-12-07T16:10:13.227835+0000 mgr.a (mgr.24293) 15230 : 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-07T16:10:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:14 smithi022 bash[28554]: audit 2023-12-07T16:10:13.479042+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:14 smithi022 bash[28554]: audit 2023-12-07T16:10:14.007613+0000 mon.a (mon.0) 2550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:14 smithi022 bash[28554]: audit 2023-12-07T16:10:14.014491+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:14 smithi044 bash[32620]: cluster 2023-12-07T16:10:13.227835+0000 mgr.a (mgr.24293) 15230 : 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-07T16:10:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:14 smithi044 bash[32620]: audit 2023-12-07T16:10:13.479042+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:14 smithi044 bash[32620]: audit 2023-12-07T16:10:14.007613+0000 mon.a (mon.0) 2550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:14 smithi044 bash[32620]: audit 2023-12-07T16:10:14.014491+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:14 smithi027 bash[31536]: cluster 2023-12-07T16:10:13.227835+0000 mgr.a (mgr.24293) 15230 : 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-07T16:10:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:14 smithi027 bash[31536]: audit 2023-12-07T16:10:13.479042+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:14 smithi027 bash[31536]: audit 2023-12-07T16:10:14.007613+0000 mon.a (mon.0) 2550 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:14 smithi027 bash[31536]: audit 2023-12-07T16:10:14.014491+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:15 smithi044 bash[32620]: audit 2023-12-07T16:10:14.756548+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:15 smithi044 bash[32620]: audit 2023-12-07T16:10:14.758621+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:15 smithi044 bash[32620]: audit 2023-12-07T16:10:14.768590+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:15 smithi022 bash[28554]: audit 2023-12-07T16:10:14.756548+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:15 smithi022 bash[28554]: audit 2023-12-07T16:10:14.758621+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:15 smithi022 bash[28554]: audit 2023-12-07T16:10:14.768590+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:15 smithi027 bash[31536]: audit 2023-12-07T16:10:14.756548+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:15 smithi027 bash[31536]: audit 2023-12-07T16:10:14.758621+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:15 smithi027 bash[31536]: audit 2023-12-07T16:10:14.768590+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:10:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:16 smithi044 bash[32620]: cluster 2023-12-07T16:10:15.228580+0000 mgr.a (mgr.24293) 15231 : 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-07T16:10:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:16 smithi022 bash[28554]: cluster 2023-12-07T16:10:15.228580+0000 mgr.a (mgr.24293) 15231 : 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-07T16:10:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:16 smithi027 bash[31536]: cluster 2023-12-07T16:10:15.228580+0000 mgr.a (mgr.24293) 15231 : 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-07T16:10:17.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:17.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:17.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:17.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:17.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:17.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:17.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:17.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:18 smithi044 bash[32620]: cluster 2023-12-07T16:10:17.229406+0000 mgr.a (mgr.24293) 15232 : 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-07T16:10:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:18 smithi044 bash[32620]: audit 2023-12-07T16:10:17.449259+0000 mgr.a (mgr.24293) 15233 : audit 0 from='client.304362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:18 smithi022 bash[28554]: cluster 2023-12-07T16:10:17.229406+0000 mgr.a (mgr.24293) 15232 : 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-07T16:10:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:18 smithi022 bash[28554]: audit 2023-12-07T16:10:17.449259+0000 mgr.a (mgr.24293) 15233 : audit 0 from='client.304362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:18 smithi027 bash[31536]: cluster 2023-12-07T16:10:17.229406+0000 mgr.a (mgr.24293) 15232 : 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-07T16:10:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:18 smithi027 bash[31536]: audit 2023-12-07T16:10:17.449259+0000 mgr.a (mgr.24293) 15233 : audit 0 from='client.304362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:20 smithi044 bash[32620]: cluster 2023-12-07T16:10:19.230079+0000 mgr.a (mgr.24293) 15234 : 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-07T16:10:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:20 smithi022 bash[28554]: cluster 2023-12-07T16:10:19.230079+0000 mgr.a (mgr.24293) 15234 : 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-07T16:10:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:20 smithi027 bash[31536]: cluster 2023-12-07T16:10:19.230079+0000 mgr.a (mgr.24293) 15234 : 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-07T16:10:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:21 smithi044 bash[32620]: cluster 2023-12-07T16:10:21.230939+0000 mgr.a (mgr.24293) 15235 : 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-07T16:10:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:21 smithi022 bash[28554]: cluster 2023-12-07T16:10:21.230939+0000 mgr.a (mgr.24293) 15235 : 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-07T16:10:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:21 smithi027 bash[31536]: cluster 2023-12-07T16:10:21.230939+0000 mgr.a (mgr.24293) 15235 : 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-07T16:10:22.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:22.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:22.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:23.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:23.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:23.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:23.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:23.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:24 smithi044 bash[32620]: cluster 2023-12-07T16:10:23.231347+0000 mgr.a (mgr.24293) 15236 : 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-07T16:10:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:24 smithi044 bash[32620]: audit 2023-12-07T16:10:23.389611+0000 mgr.a (mgr.24293) 15237 : audit 0 from='client.304440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:24 smithi022 bash[28554]: cluster 2023-12-07T16:10:23.231347+0000 mgr.a (mgr.24293) 15236 : 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-07T16:10:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:24 smithi022 bash[28554]: audit 2023-12-07T16:10:23.389611+0000 mgr.a (mgr.24293) 15237 : audit 0 from='client.304440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:24 smithi027 bash[31536]: cluster 2023-12-07T16:10:23.231347+0000 mgr.a (mgr.24293) 15236 : 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-07T16:10:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:24 smithi027 bash[31536]: audit 2023-12-07T16:10:23.389611+0000 mgr.a (mgr.24293) 15237 : audit 0 from='client.304440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:26 smithi044 bash[32620]: cluster 2023-12-07T16:10:25.231981+0000 mgr.a (mgr.24293) 15238 : 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-07T16:10:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:26 smithi022 bash[28554]: cluster 2023-12-07T16:10:25.231981+0000 mgr.a (mgr.24293) 15238 : 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-07T16:10:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:26 smithi027 bash[31536]: cluster 2023-12-07T16:10:25.231981+0000 mgr.a (mgr.24293) 15238 : 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-07T16:10:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:28 smithi044 bash[32620]: cluster 2023-12-07T16:10:27.232754+0000 mgr.a (mgr.24293) 15239 : 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-07T16:10:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:28 smithi022 bash[28554]: cluster 2023-12-07T16:10:27.232754+0000 mgr.a (mgr.24293) 15239 : 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-07T16:10:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:28 smithi027 bash[31536]: cluster 2023-12-07T16:10:27.232754+0000 mgr.a (mgr.24293) 15239 : 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-07T16:10:28.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:28.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:28.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:29.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:29.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:29.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:29.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:29.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:30 smithi044 bash[32620]: cluster 2023-12-07T16:10:29.233347+0000 mgr.a (mgr.24293) 15240 : 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-07T16:10:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:30 smithi044 bash[32620]: audit 2023-12-07T16:10:29.309596+0000 mgr.a (mgr.24293) 15241 : audit 0 from='client.304515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:30 smithi022 bash[28554]: cluster 2023-12-07T16:10:29.233347+0000 mgr.a (mgr.24293) 15240 : 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-07T16:10:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:30 smithi022 bash[28554]: audit 2023-12-07T16:10:29.309596+0000 mgr.a (mgr.24293) 15241 : audit 0 from='client.304515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:30 smithi027 bash[31536]: cluster 2023-12-07T16:10:29.233347+0000 mgr.a (mgr.24293) 15240 : 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-07T16:10:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:30 smithi027 bash[31536]: audit 2023-12-07T16:10:29.309596+0000 mgr.a (mgr.24293) 15241 : audit 0 from='client.304515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:31 smithi044 bash[32620]: cluster 2023-12-07T16:10:31.234265+0000 mgr.a (mgr.24293) 15242 : 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-07T16:10:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:31 smithi022 bash[28554]: cluster 2023-12-07T16:10:31.234265+0000 mgr.a (mgr.24293) 15242 : 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-07T16:10:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:31 smithi027 bash[31536]: cluster 2023-12-07T16:10:31.234265+0000 mgr.a (mgr.24293) 15242 : 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-07T16:10:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:34 smithi044 bash[32620]: cluster 2023-12-07T16:10:33.234850+0000 mgr.a (mgr.24293) 15243 : 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-07T16:10:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:34 smithi022 bash[28554]: cluster 2023-12-07T16:10:33.234850+0000 mgr.a (mgr.24293) 15243 : 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-07T16:10:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:34 smithi027 bash[31536]: cluster 2023-12-07T16:10:33.234850+0000 mgr.a (mgr.24293) 15243 : 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-07T16:10:34.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:34.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:34.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:35.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:36 smithi044 bash[32620]: audit 2023-12-07T16:10:35.228039+0000 mgr.a (mgr.24293) 15244 : audit 0 from='client.304593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:36 smithi044 bash[32620]: cluster 2023-12-07T16:10:35.244084+0000 mgr.a (mgr.24293) 15245 : 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-07T16:10:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:36 smithi022 bash[28554]: audit 2023-12-07T16:10:35.228039+0000 mgr.a (mgr.24293) 15244 : audit 0 from='client.304593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:36 smithi022 bash[28554]: cluster 2023-12-07T16:10:35.244084+0000 mgr.a (mgr.24293) 15245 : 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-07T16:10:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:36 smithi027 bash[31536]: audit 2023-12-07T16:10:35.228039+0000 mgr.a (mgr.24293) 15244 : audit 0 from='client.304593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:36 smithi027 bash[31536]: cluster 2023-12-07T16:10:35.244084+0000 mgr.a (mgr.24293) 15245 : 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-07T16:10:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:38 smithi022 bash[28554]: cluster 2023-12-07T16:10:37.245177+0000 mgr.a (mgr.24293) 15246 : cluster 0 pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:10:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:38 smithi044 bash[32620]: cluster 2023-12-07T16:10:37.245177+0000 mgr.a (mgr.24293) 15246 : cluster 0 pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:10:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:38 smithi027 bash[31536]: cluster 2023-12-07T16:10:37.245177+0000 mgr.a (mgr.24293) 15246 : cluster 0 pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:10:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:40 smithi022 bash[28554]: cluster 2023-12-07T16:10:39.245759+0000 mgr.a (mgr.24293) 15247 : cluster 0 pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:10:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:40 smithi044 bash[32620]: cluster 2023-12-07T16:10:39.245759+0000 mgr.a (mgr.24293) 15247 : cluster 0 pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:10:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:40 smithi027 bash[31536]: cluster 2023-12-07T16:10:39.245759+0000 mgr.a (mgr.24293) 15247 : cluster 0 pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:10:40.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:40.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:40.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:41.662 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:41.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:41.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:41.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:41.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:41 smithi022 bash[28554]: audit 2023-12-07T16:10:41.149447+0000 mgr.a (mgr.24293) 15248 : audit 0 from='client.304668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:41 smithi022 bash[28554]: cluster 2023-12-07T16:10:41.246672+0000 mgr.a (mgr.24293) 15249 : 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-07T16:10:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:41 smithi044 bash[32620]: audit 2023-12-07T16:10:41.149447+0000 mgr.a (mgr.24293) 15248 : audit 0 from='client.304668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:41 smithi044 bash[32620]: cluster 2023-12-07T16:10:41.246672+0000 mgr.a (mgr.24293) 15249 : 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-07T16:10:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:41 smithi027 bash[31536]: audit 2023-12-07T16:10:41.149447+0000 mgr.a (mgr.24293) 15248 : audit 0 from='client.304668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:41 smithi027 bash[31536]: cluster 2023-12-07T16:10:41.246672+0000 mgr.a (mgr.24293) 15249 : 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-07T16:10:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:44 smithi044 bash[32620]: cluster 2023-12-07T16:10:43.247346+0000 mgr.a (mgr.24293) 15250 : cluster 0 pgmap v11401: 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-07T16:10:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:44 smithi022 bash[28554]: cluster 2023-12-07T16:10:43.247346+0000 mgr.a (mgr.24293) 15250 : cluster 0 pgmap v11401: 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-07T16:10:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:44 smithi027 bash[31536]: cluster 2023-12-07T16:10:43.247346+0000 mgr.a (mgr.24293) 15250 : cluster 0 pgmap v11401: 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-07T16:10:46.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:46.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:46.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:46 smithi022 bash[28554]: cluster 2023-12-07T16:10:45.247894+0000 mgr.a (mgr.24293) 15251 : cluster 0 pgmap v11402: 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-07T16:10:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:46 smithi044 bash[32620]: cluster 2023-12-07T16:10:45.247894+0000 mgr.a (mgr.24293) 15251 : cluster 0 pgmap v11402: 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-07T16:10:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:46 smithi027 bash[31536]: cluster 2023-12-07T16:10:45.247894+0000 mgr.a (mgr.24293) 15251 : cluster 0 pgmap v11402: 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-07T16:10:47.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:48 smithi022 bash[28554]: audit 2023-12-07T16:10:47.072060+0000 mgr.a (mgr.24293) 15252 : audit 0 from='client.304740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:48 smithi022 bash[28554]: cluster 2023-12-07T16:10:47.248991+0000 mgr.a (mgr.24293) 15253 : 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-07T16:10:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:48 smithi044 bash[32620]: audit 2023-12-07T16:10:47.072060+0000 mgr.a (mgr.24293) 15252 : audit 0 from='client.304740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:48 smithi044 bash[32620]: cluster 2023-12-07T16:10:47.248991+0000 mgr.a (mgr.24293) 15253 : 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-07T16:10:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:48 smithi027 bash[31536]: audit 2023-12-07T16:10:47.072060+0000 mgr.a (mgr.24293) 15252 : audit 0 from='client.304740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:48 smithi027 bash[31536]: cluster 2023-12-07T16:10:47.248991+0000 mgr.a (mgr.24293) 15253 : 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-07T16:10:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:50 smithi022 bash[28554]: cluster 2023-12-07T16:10:49.249658+0000 mgr.a (mgr.24293) 15254 : cluster 0 pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:10:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:50 smithi044 bash[32620]: cluster 2023-12-07T16:10:49.249658+0000 mgr.a (mgr.24293) 15254 : cluster 0 pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:10:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:50 smithi027 bash[31536]: cluster 2023-12-07T16:10:49.249658+0000 mgr.a (mgr.24293) 15254 : cluster 0 pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:10:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:51 smithi044 bash[32620]: cluster 2023-12-07T16:10:51.250491+0000 mgr.a (mgr.24293) 15255 : cluster 0 pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:10:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:51 smithi022 bash[28554]: cluster 2023-12-07T16:10:51.250491+0000 mgr.a (mgr.24293) 15255 : cluster 0 pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:10:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:51 smithi027 bash[31536]: cluster 2023-12-07T16:10:51.250491+0000 mgr.a (mgr.24293) 15255 : cluster 0 pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:10:52.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:52.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:52.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:53.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:10:53.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:53.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:53.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:53.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:54 smithi044 bash[32620]: audit 2023-12-07T16:10:52.979928+0000 mgr.a (mgr.24293) 15256 : audit 0 from='client.304812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:54 smithi044 bash[32620]: cluster 2023-12-07T16:10:53.253484+0000 mgr.a (mgr.24293) 15257 : 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-07T16:10:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:54 smithi022 bash[28554]: audit 2023-12-07T16:10:52.979928+0000 mgr.a (mgr.24293) 15256 : audit 0 from='client.304812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:54 smithi022 bash[28554]: cluster 2023-12-07T16:10:53.253484+0000 mgr.a (mgr.24293) 15257 : 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-07T16:10:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:54 smithi027 bash[31536]: audit 2023-12-07T16:10:52.979928+0000 mgr.a (mgr.24293) 15256 : audit 0 from='client.304812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:54 smithi027 bash[31536]: cluster 2023-12-07T16:10:53.253484+0000 mgr.a (mgr.24293) 15257 : 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-07T16:10:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:56 smithi044 bash[32620]: cluster 2023-12-07T16:10:55.254199+0000 mgr.a (mgr.24293) 15258 : 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-07T16:10:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:56 smithi022 bash[28554]: cluster 2023-12-07T16:10:55.254199+0000 mgr.a (mgr.24293) 15258 : 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-07T16:10:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:56 smithi027 bash[31536]: cluster 2023-12-07T16:10:55.254199+0000 mgr.a (mgr.24293) 15258 : 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-07T16:10:58.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:10:58.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:58.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:10:58 smithi022 bash[28554]: cluster 2023-12-07T16:10:57.254948+0000 mgr.a (mgr.24293) 15259 : 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-07T16:10:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:10:58 smithi044 bash[32620]: cluster 2023-12-07T16:10:57.254948+0000 mgr.a (mgr.24293) 15259 : 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-07T16:10:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:10:58 smithi027 bash[31536]: cluster 2023-12-07T16:10:57.254948+0000 mgr.a (mgr.24293) 15259 : 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-07T16:10:59.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:59.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:59.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:59.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:10:59.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:00 smithi022 bash[28554]: audit 2023-12-07T16:10:58.939574+0000 mgr.a (mgr.24293) 15260 : audit 0 from='client.304890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:00 smithi022 bash[28554]: cluster 2023-12-07T16:10:59.255711+0000 mgr.a (mgr.24293) 15261 : 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-07T16:11:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:00 smithi044 bash[32620]: audit 2023-12-07T16:10:58.939574+0000 mgr.a (mgr.24293) 15260 : audit 0 from='client.304890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:00 smithi044 bash[32620]: cluster 2023-12-07T16:10:59.255711+0000 mgr.a (mgr.24293) 15261 : 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-07T16:11:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:00 smithi027 bash[31536]: audit 2023-12-07T16:10:58.939574+0000 mgr.a (mgr.24293) 15260 : audit 0 from='client.304890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:00 smithi027 bash[31536]: cluster 2023-12-07T16:10:59.255711+0000 mgr.a (mgr.24293) 15261 : 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-07T16:11:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:01 smithi044 bash[32620]: cluster 2023-12-07T16:11:01.256608+0000 mgr.a (mgr.24293) 15262 : 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-07T16:11:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:01 smithi022 bash[28554]: cluster 2023-12-07T16:11:01.256608+0000 mgr.a (mgr.24293) 15262 : 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-07T16:11:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:01 smithi027 bash[31536]: cluster 2023-12-07T16:11:01.256608+0000 mgr.a (mgr.24293) 15262 : 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-07T16:11:04.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:04.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:04.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:04 smithi022 bash[28554]: cluster 2023-12-07T16:11:03.257287+0000 mgr.a (mgr.24293) 15263 : 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-07T16:11:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:04 smithi044 bash[32620]: cluster 2023-12-07T16:11:03.257287+0000 mgr.a (mgr.24293) 15263 : 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-07T16:11:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:04 smithi027 bash[31536]: cluster 2023-12-07T16:11:03.257287+0000 mgr.a (mgr.24293) 15263 : 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-07T16:11:05.407 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:05.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:05.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:05.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:05.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:06 smithi022 bash[28554]: audit 2023-12-07T16:11:04.884327+0000 mgr.a (mgr.24293) 15264 : audit 0 from='client.304959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:06 smithi022 bash[28554]: cluster 2023-12-07T16:11:05.257875+0000 mgr.a (mgr.24293) 15265 : 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-07T16:11:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:06 smithi044 bash[32620]: audit 2023-12-07T16:11:04.884327+0000 mgr.a (mgr.24293) 15264 : audit 0 from='client.304959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:06 smithi044 bash[32620]: cluster 2023-12-07T16:11:05.257875+0000 mgr.a (mgr.24293) 15265 : 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-07T16:11:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:06 smithi027 bash[31536]: audit 2023-12-07T16:11:04.884327+0000 mgr.a (mgr.24293) 15264 : audit 0 from='client.304959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:06 smithi027 bash[31536]: cluster 2023-12-07T16:11:05.257875+0000 mgr.a (mgr.24293) 15265 : 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-07T16:11:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:08 smithi044 bash[32620]: cluster 2023-12-07T16:11:07.258769+0000 mgr.a (mgr.24293) 15266 : cluster 0 pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:11:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:08 smithi022 bash[28554]: cluster 2023-12-07T16:11:07.258769+0000 mgr.a (mgr.24293) 15266 : cluster 0 pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:11:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:08 smithi027 bash[31536]: cluster 2023-12-07T16:11:07.258769+0000 mgr.a (mgr.24293) 15266 : cluster 0 pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:11:10.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:10.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:10.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:10 smithi022 bash[28554]: cluster 2023-12-07T16:11:09.259352+0000 mgr.a (mgr.24293) 15267 : cluster 0 pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:11:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:10 smithi044 bash[32620]: cluster 2023-12-07T16:11:09.259352+0000 mgr.a (mgr.24293) 15267 : cluster 0 pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:11:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:10 smithi027 bash[31536]: cluster 2023-12-07T16:11:09.259352+0000 mgr.a (mgr.24293) 15267 : cluster 0 pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:11:11.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:11.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:11.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:11.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:11.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:11 smithi044 bash[32620]: audit 2023-12-07T16:11:10.827240+0000 mgr.a (mgr.24293) 15268 : audit 0 from='client.305034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:11 smithi044 bash[32620]: cluster 2023-12-07T16:11:11.260518+0000 mgr.a (mgr.24293) 15269 : 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-07T16:11:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:11 smithi022 bash[28554]: audit 2023-12-07T16:11:10.827240+0000 mgr.a (mgr.24293) 15268 : audit 0 from='client.305034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:11 smithi022 bash[28554]: cluster 2023-12-07T16:11:11.260518+0000 mgr.a (mgr.24293) 15269 : 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-07T16:11:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:11 smithi027 bash[31536]: audit 2023-12-07T16:11:10.827240+0000 mgr.a (mgr.24293) 15268 : audit 0 from='client.305034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:11 smithi027 bash[31536]: cluster 2023-12-07T16:11:11.260518+0000 mgr.a (mgr.24293) 15269 : 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-07T16:11:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:14 smithi044 bash[32620]: cluster 2023-12-07T16:11:13.261116+0000 mgr.a (mgr.24293) 15270 : 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-07T16:11:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:14 smithi022 bash[28554]: cluster 2023-12-07T16:11:13.261116+0000 mgr.a (mgr.24293) 15270 : 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-07T16:11:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:14 smithi027 bash[31536]: cluster 2023-12-07T16:11:13.261116+0000 mgr.a (mgr.24293) 15270 : 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-07T16:11:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:15 smithi044 bash[32620]: audit 2023-12-07T16:11:14.871975+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:11:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:15 smithi022 bash[28554]: audit 2023-12-07T16:11:14.871975+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:11:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:15 smithi027 bash[31536]: audit 2023-12-07T16:11:14.871975+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:11:16.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:16.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:16.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: cluster 2023-12-07T16:11:15.261607+0000 mgr.a (mgr.24293) 15271 : 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-07T16:11:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:15.401861+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:15.407231+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:15.452365+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:15.463181+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:16.158758+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:16.160618+0000 mon.a (mon.0) 2561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:16 smithi044 bash[32620]: audit 2023-12-07T16:11:16.170271+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: cluster 2023-12-07T16:11:15.261607+0000 mgr.a (mgr.24293) 15271 : 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-07T16:11:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:15.401861+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:15.407231+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:15.452365+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:15.463181+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:16.158758+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:16.160618+0000 mon.a (mon.0) 2561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:16 smithi022 bash[28554]: audit 2023-12-07T16:11:16.170271+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: cluster 2023-12-07T16:11:15.261607+0000 mgr.a (mgr.24293) 15271 : 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-07T16:11:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:15.401861+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:15.407231+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:15.452365+0000 mon.a (mon.0) 2558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:15.463181+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:16.158758+0000 mon.a (mon.0) 2560 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:16.160618+0000 mon.a (mon.0) 2561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:16 smithi027 bash[31536]: audit 2023-12-07T16:11:16.170271+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:11:17.286 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:18 smithi022 bash[28554]: audit 2023-12-07T16:11:16.774986+0000 mgr.a (mgr.24293) 15272 : audit 0 from='client.305109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:18 smithi022 bash[28554]: cluster 2023-12-07T16:11:17.262312+0000 mgr.a (mgr.24293) 15273 : 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-07T16:11:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:18 smithi044 bash[32620]: audit 2023-12-07T16:11:16.774986+0000 mgr.a (mgr.24293) 15272 : audit 0 from='client.305109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:18 smithi044 bash[32620]: cluster 2023-12-07T16:11:17.262312+0000 mgr.a (mgr.24293) 15273 : 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-07T16:11:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:18 smithi027 bash[31536]: audit 2023-12-07T16:11:16.774986+0000 mgr.a (mgr.24293) 15272 : audit 0 from='client.305109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:18 smithi027 bash[31536]: cluster 2023-12-07T16:11:17.262312+0000 mgr.a (mgr.24293) 15273 : 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-07T16:11:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:20 smithi044 bash[32620]: cluster 2023-12-07T16:11:19.262868+0000 mgr.a (mgr.24293) 15274 : cluster 0 pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:11:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:20 smithi022 bash[28554]: cluster 2023-12-07T16:11:19.262868+0000 mgr.a (mgr.24293) 15274 : cluster 0 pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:11:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:20 smithi027 bash[31536]: cluster 2023-12-07T16:11:19.262868+0000 mgr.a (mgr.24293) 15274 : cluster 0 pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:11:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:21 smithi044 bash[32620]: cluster 2023-12-07T16:11:21.263720+0000 mgr.a (mgr.24293) 15275 : cluster 0 pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:11:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:21 smithi022 bash[28554]: cluster 2023-12-07T16:11:21.263720+0000 mgr.a (mgr.24293) 15275 : cluster 0 pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:11:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:21 smithi027 bash[31536]: cluster 2023-12-07T16:11:21.263720+0000 mgr.a (mgr.24293) 15275 : cluster 0 pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:11:22.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:22.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:22.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:23.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:23.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:23.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:23.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:23.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:24 smithi044 bash[32620]: audit 2023-12-07T16:11:22.704036+0000 mgr.a (mgr.24293) 15276 : audit 0 from='client.305187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:24 smithi044 bash[32620]: cluster 2023-12-07T16:11:23.264376+0000 mgr.a (mgr.24293) 15277 : 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-07T16:11:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:24 smithi022 bash[28554]: audit 2023-12-07T16:11:22.704036+0000 mgr.a (mgr.24293) 15276 : audit 0 from='client.305187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:24 smithi022 bash[28554]: cluster 2023-12-07T16:11:23.264376+0000 mgr.a (mgr.24293) 15277 : 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-07T16:11:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:24 smithi027 bash[31536]: audit 2023-12-07T16:11:22.704036+0000 mgr.a (mgr.24293) 15276 : audit 0 from='client.305187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:24 smithi027 bash[31536]: cluster 2023-12-07T16:11:23.264376+0000 mgr.a (mgr.24293) 15277 : 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-07T16:11:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:26 smithi022 bash[28554]: cluster 2023-12-07T16:11:25.264971+0000 mgr.a (mgr.24293) 15278 : 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-07T16:11:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:26 smithi044 bash[32620]: cluster 2023-12-07T16:11:25.264971+0000 mgr.a (mgr.24293) 15278 : 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-07T16:11:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:26 smithi027 bash[31536]: cluster 2023-12-07T16:11:25.264971+0000 mgr.a (mgr.24293) 15278 : 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-07T16:11:28.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:28.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:28.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:28 smithi044 bash[32620]: cluster 2023-12-07T16:11:27.265960+0000 mgr.a (mgr.24293) 15279 : 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-07T16:11:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:28 smithi022 bash[28554]: cluster 2023-12-07T16:11:27.265960+0000 mgr.a (mgr.24293) 15279 : 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-07T16:11:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:28 smithi027 bash[31536]: cluster 2023-12-07T16:11:27.265960+0000 mgr.a (mgr.24293) 15279 : 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-07T16:11:29.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:29.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:29.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:29.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:29.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:29 smithi044 bash[32620]: audit 2023-12-07T16:11:28.633284+0000 mgr.a (mgr.24293) 15280 : audit 0 from='client.305262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:29 smithi022 bash[28554]: audit 2023-12-07T16:11:28.633284+0000 mgr.a (mgr.24293) 15280 : audit 0 from='client.305262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:29 smithi027 bash[31536]: audit 2023-12-07T16:11:28.633284+0000 mgr.a (mgr.24293) 15280 : audit 0 from='client.305262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:30 smithi044 bash[32620]: cluster 2023-12-07T16:11:29.266690+0000 mgr.a (mgr.24293) 15281 : 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-07T16:11:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:30 smithi022 bash[28554]: cluster 2023-12-07T16:11:29.266690+0000 mgr.a (mgr.24293) 15281 : 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-07T16:11:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:30 smithi027 bash[31536]: cluster 2023-12-07T16:11:29.266690+0000 mgr.a (mgr.24293) 15281 : 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-07T16:11:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:31 smithi044 bash[32620]: cluster 2023-12-07T16:11:31.267744+0000 mgr.a (mgr.24293) 15282 : 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-07T16:11:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:31 smithi022 bash[28554]: cluster 2023-12-07T16:11:31.267744+0000 mgr.a (mgr.24293) 15282 : 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-07T16:11:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:31 smithi027 bash[31536]: cluster 2023-12-07T16:11:31.267744+0000 mgr.a (mgr.24293) 15282 : 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-07T16:11:34.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:34.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:34.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:34 smithi044 bash[32620]: cluster 2023-12-07T16:11:33.268472+0000 mgr.a (mgr.24293) 15283 : 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-07T16:11:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:34 smithi022 bash[28554]: cluster 2023-12-07T16:11:33.268472+0000 mgr.a (mgr.24293) 15283 : 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-07T16:11:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:34 smithi027 bash[31536]: cluster 2023-12-07T16:11:33.268472+0000 mgr.a (mgr.24293) 15283 : 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-07T16:11:35.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:35.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:35.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:35.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:35.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:35 smithi044 bash[32620]: audit 2023-12-07T16:11:34.578270+0000 mgr.a (mgr.24293) 15284 : audit 0 from='client.305337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:35 smithi022 bash[28554]: audit 2023-12-07T16:11:34.578270+0000 mgr.a (mgr.24293) 15284 : audit 0 from='client.305337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:35 smithi027 bash[31536]: audit 2023-12-07T16:11:34.578270+0000 mgr.a (mgr.24293) 15284 : audit 0 from='client.305337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:36 smithi022 bash[28554]: cluster 2023-12-07T16:11:35.269247+0000 mgr.a (mgr.24293) 15285 : 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-07T16:11:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:36 smithi044 bash[32620]: cluster 2023-12-07T16:11:35.269247+0000 mgr.a (mgr.24293) 15285 : 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-07T16:11:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:36 smithi027 bash[31536]: cluster 2023-12-07T16:11:35.269247+0000 mgr.a (mgr.24293) 15285 : 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-07T16:11:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:38 smithi044 bash[32620]: cluster 2023-12-07T16:11:37.270101+0000 mgr.a (mgr.24293) 15286 : 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-07T16:11:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:38 smithi022 bash[28554]: cluster 2023-12-07T16:11:37.270101+0000 mgr.a (mgr.24293) 15286 : 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-07T16:11:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:38 smithi027 bash[31536]: cluster 2023-12-07T16:11:37.270101+0000 mgr.a (mgr.24293) 15286 : 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-07T16:11:40.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:40.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:40.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:40 smithi022 bash[28554]: cluster 2023-12-07T16:11:39.270697+0000 mgr.a (mgr.24293) 15287 : 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-07T16:11:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:40 smithi044 bash[32620]: cluster 2023-12-07T16:11:39.270697+0000 mgr.a (mgr.24293) 15287 : 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-07T16:11:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:40 smithi027 bash[31536]: cluster 2023-12-07T16:11:39.270697+0000 mgr.a (mgr.24293) 15287 : 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-07T16:11:41.045 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:41.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:41.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:41.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:41.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:41 smithi044 bash[32620]: audit 2023-12-07T16:11:40.524126+0000 mgr.a (mgr.24293) 15288 : audit 0 from='client.305412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:41 smithi022 bash[28554]: audit 2023-12-07T16:11:40.524126+0000 mgr.a (mgr.24293) 15288 : audit 0 from='client.305412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:41 smithi027 bash[31536]: audit 2023-12-07T16:11:40.524126+0000 mgr.a (mgr.24293) 15288 : audit 0 from='client.305412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:42 smithi022 bash[28554]: cluster 2023-12-07T16:11:41.271816+0000 mgr.a (mgr.24293) 15289 : cluster 0 pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:42 smithi044 bash[32620]: cluster 2023-12-07T16:11:41.271816+0000 mgr.a (mgr.24293) 15289 : cluster 0 pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:42 smithi027 bash[31536]: cluster 2023-12-07T16:11:41.271816+0000 mgr.a (mgr.24293) 15289 : cluster 0 pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:44 smithi022 bash[28554]: cluster 2023-12-07T16:11:43.272409+0000 mgr.a (mgr.24293) 15290 : cluster 0 pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:44.694 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:44 smithi044 bash[32620]: cluster 2023-12-07T16:11:43.272409+0000 mgr.a (mgr.24293) 15290 : cluster 0 pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:44 smithi027 bash[31536]: cluster 2023-12-07T16:11:43.272409+0000 mgr.a (mgr.24293) 15290 : cluster 0 pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:46.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:46.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:46.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:46 smithi022 bash[28554]: cluster 2023-12-07T16:11:45.272990+0000 mgr.a (mgr.24293) 15291 : cluster 0 pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:46 smithi044 bash[32620]: cluster 2023-12-07T16:11:45.272990+0000 mgr.a (mgr.24293) 15291 : cluster 0 pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:46 smithi027 bash[31536]: cluster 2023-12-07T16:11:45.272990+0000 mgr.a (mgr.24293) 15291 : cluster 0 pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:47.000 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:47.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:47.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:47.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:47.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:47 smithi022 bash[28554]: audit 2023-12-07T16:11:46.474331+0000 mgr.a (mgr.24293) 15292 : audit 0 from='client.305490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:47 smithi044 bash[32620]: audit 2023-12-07T16:11:46.474331+0000 mgr.a (mgr.24293) 15292 : audit 0 from='client.305490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:47 smithi027 bash[31536]: audit 2023-12-07T16:11:46.474331+0000 mgr.a (mgr.24293) 15292 : audit 0 from='client.305490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:48 smithi044 bash[32620]: cluster 2023-12-07T16:11:47.274095+0000 mgr.a (mgr.24293) 15293 : 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-07T16:11:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:48 smithi022 bash[28554]: cluster 2023-12-07T16:11:47.274095+0000 mgr.a (mgr.24293) 15293 : 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-07T16:11:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:48 smithi027 bash[31536]: cluster 2023-12-07T16:11:47.274095+0000 mgr.a (mgr.24293) 15293 : 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-07T16:11:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:50 smithi044 bash[32620]: cluster 2023-12-07T16:11:49.274708+0000 mgr.a (mgr.24293) 15294 : 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-07T16:11:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:50 smithi022 bash[28554]: cluster 2023-12-07T16:11:49.274708+0000 mgr.a (mgr.24293) 15294 : 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-07T16:11:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:50 smithi027 bash[31536]: cluster 2023-12-07T16:11:49.274708+0000 mgr.a (mgr.24293) 15294 : 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-07T16:11:52.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:52.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:52.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:51 smithi022 bash[28554]: cluster 2023-12-07T16:11:51.275461+0000 mgr.a (mgr.24293) 15295 : 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-07T16:11:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:51 smithi044 bash[32620]: cluster 2023-12-07T16:11:51.275461+0000 mgr.a (mgr.24293) 15295 : 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-07T16:11:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:51 smithi027 bash[31536]: cluster 2023-12-07T16:11:51.275461+0000 mgr.a (mgr.24293) 15295 : 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-07T16:11:52.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:52.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:52.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:52.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:52.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:52 smithi044 bash[32620]: audit 2023-12-07T16:11:52.427887+0000 mgr.a (mgr.24293) 15296 : audit 0 from='client.305562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:53.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:52 smithi022 bash[28554]: audit 2023-12-07T16:11:52.427887+0000 mgr.a (mgr.24293) 15296 : audit 0 from='client.305562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:52 smithi027 bash[31536]: audit 2023-12-07T16:11:52.427887+0000 mgr.a (mgr.24293) 15296 : audit 0 from='client.305562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:54.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:53 smithi022 bash[28554]: cluster 2023-12-07T16:11:53.276222+0000 mgr.a (mgr.24293) 15297 : cluster 0 pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:53 smithi044 bash[32620]: cluster 2023-12-07T16:11:53.276222+0000 mgr.a (mgr.24293) 15297 : cluster 0 pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:53 smithi027 bash[31536]: cluster 2023-12-07T16:11:53.276222+0000 mgr.a (mgr.24293) 15297 : cluster 0 pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:56 smithi022 bash[28554]: cluster 2023-12-07T16:11:55.276936+0000 mgr.a (mgr.24293) 15298 : cluster 0 pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:56 smithi044 bash[32620]: cluster 2023-12-07T16:11:55.276936+0000 mgr.a (mgr.24293) 15298 : cluster 0 pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:56 smithi027 bash[31536]: cluster 2023-12-07T16:11:55.276936+0000 mgr.a (mgr.24293) 15298 : cluster 0 pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:57.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:11:57.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:57.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:58 smithi022 bash[28554]: cluster 2023-12-07T16:11:57.277923+0000 mgr.a (mgr.24293) 15299 : cluster 0 pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:58 smithi044 bash[32620]: cluster 2023-12-07T16:11:57.277923+0000 mgr.a (mgr.24293) 15299 : cluster 0 pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:58 smithi027 bash[31536]: cluster 2023-12-07T16:11:57.277923+0000 mgr.a (mgr.24293) 15299 : cluster 0 pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:58.882 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:58.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:11:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:11:59 smithi044 bash[32620]: audit 2023-12-07T16:11:58.350161+0000 mgr.a (mgr.24293) 15300 : audit 0 from='client.305640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:11:59 smithi022 bash[28554]: audit 2023-12-07T16:11:58.350161+0000 mgr.a (mgr.24293) 15300 : audit 0 from='client.305640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:11:59 smithi027 bash[31536]: audit 2023-12-07T16:11:58.350161+0000 mgr.a (mgr.24293) 15300 : audit 0 from='client.305640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:00 smithi044 bash[32620]: cluster 2023-12-07T16:11:59.278732+0000 mgr.a (mgr.24293) 15301 : 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-07T16:12:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:00 smithi022 bash[28554]: cluster 2023-12-07T16:11:59.278732+0000 mgr.a (mgr.24293) 15301 : 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-07T16:12:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:00 smithi027 bash[31536]: cluster 2023-12-07T16:11:59.278732+0000 mgr.a (mgr.24293) 15301 : 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-07T16:12:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:01 smithi022 bash[28554]: cluster 2023-12-07T16:12:01.279614+0000 mgr.a (mgr.24293) 15302 : 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-07T16:12:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:01 smithi044 bash[32620]: cluster 2023-12-07T16:12:01.279614+0000 mgr.a (mgr.24293) 15302 : 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-07T16:12:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:01 smithi027 bash[31536]: cluster 2023-12-07T16:12:01.279614+0000 mgr.a (mgr.24293) 15302 : 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-07T16:12:03.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:03.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:03.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:04 smithi022 bash[28554]: cluster 2023-12-07T16:12:03.280140+0000 mgr.a (mgr.24293) 15303 : 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-07T16:12:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:04 smithi044 bash[32620]: cluster 2023-12-07T16:12:03.280140+0000 mgr.a (mgr.24293) 15303 : 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-07T16:12:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:04 smithi027 bash[31536]: cluster 2023-12-07T16:12:03.280140+0000 mgr.a (mgr.24293) 15303 : 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-07T16:12:04.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:04.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:04.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:04.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:04.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:05 smithi022 bash[28554]: audit 2023-12-07T16:12:04.301190+0000 mgr.a (mgr.24293) 15304 : audit 0 from='client.305715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:05 smithi044 bash[32620]: audit 2023-12-07T16:12:04.301190+0000 mgr.a (mgr.24293) 15304 : audit 0 from='client.305715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:05 smithi027 bash[31536]: audit 2023-12-07T16:12:04.301190+0000 mgr.a (mgr.24293) 15304 : audit 0 from='client.305715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:06 smithi044 bash[32620]: cluster 2023-12-07T16:12:05.280606+0000 mgr.a (mgr.24293) 15305 : 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-07T16:12:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:06 smithi022 bash[28554]: cluster 2023-12-07T16:12:05.280606+0000 mgr.a (mgr.24293) 15305 : 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-07T16:12:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:06 smithi027 bash[31536]: cluster 2023-12-07T16:12:05.280606+0000 mgr.a (mgr.24293) 15305 : 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-07T16:12:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:08 smithi044 bash[32620]: cluster 2023-12-07T16:12:07.281434+0000 mgr.a (mgr.24293) 15306 : 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-07T16:12:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:08 smithi022 bash[28554]: cluster 2023-12-07T16:12:07.281434+0000 mgr.a (mgr.24293) 15306 : 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-07T16:12:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:08 smithi027 bash[31536]: cluster 2023-12-07T16:12:07.281434+0000 mgr.a (mgr.24293) 15306 : 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-07T16:12:09.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:09.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:09.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:10 smithi022 bash[28554]: cluster 2023-12-07T16:12:09.282050+0000 mgr.a (mgr.24293) 15307 : 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-07T16:12:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:10 smithi044 bash[32620]: cluster 2023-12-07T16:12:09.282050+0000 mgr.a (mgr.24293) 15307 : 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-07T16:12:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:10 smithi027 bash[31536]: cluster 2023-12-07T16:12:09.282050+0000 mgr.a (mgr.24293) 15307 : 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-07T16:12:10.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:10.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:10.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:10.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:10.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:11 smithi022 bash[28554]: audit 2023-12-07T16:12:10.232956+0000 mgr.a (mgr.24293) 15308 : audit 0 from='client.305793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:11 smithi044 bash[32620]: audit 2023-12-07T16:12:10.232956+0000 mgr.a (mgr.24293) 15308 : audit 0 from='client.305793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:11 smithi027 bash[31536]: audit 2023-12-07T16:12:10.232956+0000 mgr.a (mgr.24293) 15308 : audit 0 from='client.305793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:12 smithi044 bash[32620]: cluster 2023-12-07T16:12:11.283149+0000 mgr.a (mgr.24293) 15309 : cluster 0 pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:12:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:12 smithi022 bash[28554]: cluster 2023-12-07T16:12:11.283149+0000 mgr.a (mgr.24293) 15309 : cluster 0 pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:12:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:12 smithi027 bash[31536]: cluster 2023-12-07T16:12:11.283149+0000 mgr.a (mgr.24293) 15309 : cluster 0 pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:12:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:14 smithi022 bash[28554]: cluster 2023-12-07T16:12:13.283766+0000 mgr.a (mgr.24293) 15310 : cluster 0 pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:12:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:14 smithi044 bash[32620]: cluster 2023-12-07T16:12:13.283766+0000 mgr.a (mgr.24293) 15310 : cluster 0 pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:12:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:14 smithi027 bash[31536]: cluster 2023-12-07T16:12:13.283766+0000 mgr.a (mgr.24293) 15310 : cluster 0 pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:12:15.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:15.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:15.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:16 smithi022 bash[28554]: cluster 2023-12-07T16:12:15.284379+0000 mgr.a (mgr.24293) 15311 : cluster 0 pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:12:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:16 smithi022 bash[28554]: audit 2023-12-07T16:12:16.273599+0000 mon.a (mon.0) 2563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:12:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:16 smithi044 bash[32620]: cluster 2023-12-07T16:12:15.284379+0000 mgr.a (mgr.24293) 15311 : cluster 0 pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:12:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:16 smithi044 bash[32620]: audit 2023-12-07T16:12:16.273599+0000 mon.a (mon.0) 2563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:12:16.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:16.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:16.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:16.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:16.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:16 smithi027 bash[31536]: cluster 2023-12-07T16:12:15.284379+0000 mgr.a (mgr.24293) 15311 : cluster 0 pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:12:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:16 smithi027 bash[31536]: audit 2023-12-07T16:12:16.273599+0000 mon.a (mon.0) 2563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:12:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:17 smithi022 bash[28554]: audit 2023-12-07T16:12:16.171703+0000 mgr.a (mgr.24293) 15312 : audit 0 from='client.305868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:17 smithi022 bash[28554]: audit 2023-12-07T16:12:17.073976+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:12:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:17 smithi022 bash[28554]: audit 2023-12-07T16:12:17.076228+0000 mon.a (mon.0) 2565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:12:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:17 smithi022 bash[28554]: audit 2023-12-07T16:12:17.085265+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:12:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:17 smithi044 bash[32620]: audit 2023-12-07T16:12:16.171703+0000 mgr.a (mgr.24293) 15312 : audit 0 from='client.305868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:17 smithi044 bash[32620]: audit 2023-12-07T16:12:17.073976+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:12:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:17 smithi044 bash[32620]: audit 2023-12-07T16:12:17.076228+0000 mon.a (mon.0) 2565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:12:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:17 smithi044 bash[32620]: audit 2023-12-07T16:12:17.085265+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:12:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:17 smithi027 bash[31536]: audit 2023-12-07T16:12:16.171703+0000 mgr.a (mgr.24293) 15312 : audit 0 from='client.305868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:17 smithi027 bash[31536]: audit 2023-12-07T16:12:17.073976+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:12:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:17 smithi027 bash[31536]: audit 2023-12-07T16:12:17.076228+0000 mon.a (mon.0) 2565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:12:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:17 smithi027 bash[31536]: audit 2023-12-07T16:12:17.085265+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:12:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:18 smithi044 bash[32620]: cluster 2023-12-07T16:12:17.285410+0000 mgr.a (mgr.24293) 15313 : 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-07T16:12:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:18 smithi022 bash[28554]: cluster 2023-12-07T16:12:17.285410+0000 mgr.a (mgr.24293) 15313 : 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-07T16:12:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:18 smithi027 bash[31536]: cluster 2023-12-07T16:12:17.285410+0000 mgr.a (mgr.24293) 15313 : 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-07T16:12:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:20 smithi044 bash[32620]: cluster 2023-12-07T16:12:19.285978+0000 mgr.a (mgr.24293) 15314 : 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-07T16:12:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:20 smithi022 bash[28554]: cluster 2023-12-07T16:12:19.285978+0000 mgr.a (mgr.24293) 15314 : 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-07T16:12:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:20 smithi027 bash[31536]: cluster 2023-12-07T16:12:19.285978+0000 mgr.a (mgr.24293) 15314 : 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-07T16:12:21.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:21.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:21.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:21 smithi022 bash[28554]: cluster 2023-12-07T16:12:21.286766+0000 mgr.a (mgr.24293) 15315 : 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-07T16:12:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:21 smithi044 bash[32620]: cluster 2023-12-07T16:12:21.286766+0000 mgr.a (mgr.24293) 15315 : 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-07T16:12:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:21 smithi027 bash[31536]: cluster 2023-12-07T16:12:21.286766+0000 mgr.a (mgr.24293) 15315 : 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-07T16:12:22.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:22.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:22.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:22.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:22.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:22 smithi044 bash[32620]: audit 2023-12-07T16:12:22.084104+0000 mgr.a (mgr.24293) 15316 : audit 0 from='client.305946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:23.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:22 smithi022 bash[28554]: audit 2023-12-07T16:12:22.084104+0000 mgr.a (mgr.24293) 15316 : audit 0 from='client.305946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:22 smithi027 bash[31536]: audit 2023-12-07T16:12:22.084104+0000 mgr.a (mgr.24293) 15316 : audit 0 from='client.305946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:24.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:23 smithi022 bash[28554]: cluster 2023-12-07T16:12:23.287496+0000 mgr.a (mgr.24293) 15317 : cluster 0 pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:12:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:23 smithi044 bash[32620]: cluster 2023-12-07T16:12:23.287496+0000 mgr.a (mgr.24293) 15317 : cluster 0 pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:12:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:23 smithi027 bash[31536]: cluster 2023-12-07T16:12:23.287496+0000 mgr.a (mgr.24293) 15317 : cluster 0 pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:12:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:26 smithi044 bash[32620]: cluster 2023-12-07T16:12:25.288071+0000 mgr.a (mgr.24293) 15318 : cluster 0 pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:12:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:26 smithi022 bash[28554]: cluster 2023-12-07T16:12:25.288071+0000 mgr.a (mgr.24293) 15318 : cluster 0 pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:12:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:26 smithi027 bash[31536]: cluster 2023-12-07T16:12:25.288071+0000 mgr.a (mgr.24293) 15318 : cluster 0 pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:12:27.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:27.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:27.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:28.546 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:28.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:28.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:28.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:28.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:28 smithi022 bash[28554]: cluster 2023-12-07T16:12:27.288919+0000 mgr.a (mgr.24293) 15319 : cluster 0 pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:12:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:28 smithi044 bash[32620]: cluster 2023-12-07T16:12:27.288919+0000 mgr.a (mgr.24293) 15319 : cluster 0 pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:12:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:28 smithi027 bash[31536]: cluster 2023-12-07T16:12:27.288919+0000 mgr.a (mgr.24293) 15319 : cluster 0 pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:12:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:29 smithi044 bash[32620]: audit 2023-12-07T16:12:28.013559+0000 mgr.a (mgr.24293) 15320 : audit 0 from='client.306021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:29 smithi022 bash[28554]: audit 2023-12-07T16:12:28.013559+0000 mgr.a (mgr.24293) 15320 : audit 0 from='client.306021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:29 smithi027 bash[31536]: audit 2023-12-07T16:12:28.013559+0000 mgr.a (mgr.24293) 15320 : audit 0 from='client.306021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:30 smithi022 bash[28554]: cluster 2023-12-07T16:12:29.289838+0000 mgr.a (mgr.24293) 15321 : 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-07T16:12:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:30 smithi044 bash[32620]: cluster 2023-12-07T16:12:29.289838+0000 mgr.a (mgr.24293) 15321 : 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-07T16:12:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:30 smithi027 bash[31536]: cluster 2023-12-07T16:12:29.289838+0000 mgr.a (mgr.24293) 15321 : 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-07T16:12:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:31 smithi022 bash[28554]: cluster 2023-12-07T16:12:31.290899+0000 mgr.a (mgr.24293) 15322 : 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-07T16:12:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:31 smithi044 bash[32620]: cluster 2023-12-07T16:12:31.290899+0000 mgr.a (mgr.24293) 15322 : 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-07T16:12:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:31 smithi027 bash[31536]: cluster 2023-12-07T16:12:31.290899+0000 mgr.a (mgr.24293) 15322 : 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-07T16:12:33.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:33.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:33.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:34.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:34.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:34.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:34.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:34.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:34 smithi044 bash[32620]: cluster 2023-12-07T16:12:33.291685+0000 mgr.a (mgr.24293) 15323 : 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-07T16:12:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:34 smithi022 bash[28554]: cluster 2023-12-07T16:12:33.291685+0000 mgr.a (mgr.24293) 15323 : 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-07T16:12:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:34 smithi027 bash[31536]: cluster 2023-12-07T16:12:33.291685+0000 mgr.a (mgr.24293) 15323 : 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-07T16:12:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:35 smithi022 bash[28554]: audit 2023-12-07T16:12:33.963711+0000 mgr.a (mgr.24293) 15324 : audit 0 from='client.306099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:35 smithi044 bash[32620]: audit 2023-12-07T16:12:33.963711+0000 mgr.a (mgr.24293) 15324 : audit 0 from='client.306099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:35 smithi027 bash[31536]: audit 2023-12-07T16:12:33.963711+0000 mgr.a (mgr.24293) 15324 : audit 0 from='client.306099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:36 smithi044 bash[32620]: cluster 2023-12-07T16:12:35.292461+0000 mgr.a (mgr.24293) 15325 : 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-07T16:12:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:36 smithi022 bash[28554]: cluster 2023-12-07T16:12:35.292461+0000 mgr.a (mgr.24293) 15325 : 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-07T16:12:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:36 smithi027 bash[31536]: cluster 2023-12-07T16:12:35.292461+0000 mgr.a (mgr.24293) 15325 : 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-07T16:12:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:38 smithi044 bash[32620]: cluster 2023-12-07T16:12:37.293473+0000 mgr.a (mgr.24293) 15326 : 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-07T16:12:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:38 smithi022 bash[28554]: cluster 2023-12-07T16:12:37.293473+0000 mgr.a (mgr.24293) 15326 : 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-07T16:12:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:38 smithi027 bash[31536]: cluster 2023-12-07T16:12:37.293473+0000 mgr.a (mgr.24293) 15326 : 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-07T16:12:39.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:39.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:39.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:40.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:40.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:40.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:40.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:40.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:40 smithi022 bash[28554]: cluster 2023-12-07T16:12:39.294233+0000 mgr.a (mgr.24293) 15327 : 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-07T16:12:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:40 smithi044 bash[32620]: cluster 2023-12-07T16:12:39.294233+0000 mgr.a (mgr.24293) 15327 : 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-07T16:12:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:40 smithi027 bash[31536]: cluster 2023-12-07T16:12:39.294233+0000 mgr.a (mgr.24293) 15327 : 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-07T16:12:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:41 smithi022 bash[28554]: audit 2023-12-07T16:12:39.916074+0000 mgr.a (mgr.24293) 15328 : audit 0 from='client.306174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:41 smithi044 bash[32620]: audit 2023-12-07T16:12:39.916074+0000 mgr.a (mgr.24293) 15328 : audit 0 from='client.306174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:41 smithi027 bash[31536]: audit 2023-12-07T16:12:39.916074+0000 mgr.a (mgr.24293) 15328 : audit 0 from='client.306174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:42 smithi044 bash[32620]: cluster 2023-12-07T16:12:41.295248+0000 mgr.a (mgr.24293) 15329 : cluster 0 pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:12:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:42 smithi022 bash[28554]: cluster 2023-12-07T16:12:41.295248+0000 mgr.a (mgr.24293) 15329 : cluster 0 pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:12:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:42 smithi027 bash[31536]: cluster 2023-12-07T16:12:41.295248+0000 mgr.a (mgr.24293) 15329 : cluster 0 pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:12:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:44 smithi044 bash[32620]: cluster 2023-12-07T16:12:43.295970+0000 mgr.a (mgr.24293) 15330 : cluster 0 pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:12:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:44 smithi022 bash[28554]: cluster 2023-12-07T16:12:43.295970+0000 mgr.a (mgr.24293) 15330 : cluster 0 pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:12:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:44 smithi027 bash[31536]: cluster 2023-12-07T16:12:43.295970+0000 mgr.a (mgr.24293) 15330 : cluster 0 pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:12:45.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:45.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:45.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:46.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:46.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:46.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:46.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:46.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:46 smithi022 bash[28554]: cluster 2023-12-07T16:12:45.296632+0000 mgr.a (mgr.24293) 15331 : cluster 0 pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:12:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:46 smithi044 bash[32620]: cluster 2023-12-07T16:12:45.296632+0000 mgr.a (mgr.24293) 15331 : cluster 0 pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:12:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:46 smithi027 bash[31536]: cluster 2023-12-07T16:12:45.296632+0000 mgr.a (mgr.24293) 15331 : cluster 0 pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:12:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:47 smithi044 bash[32620]: audit 2023-12-07T16:12:45.876395+0000 mgr.a (mgr.24293) 15332 : audit 0 from='client.306249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:47 smithi022 bash[28554]: audit 2023-12-07T16:12:45.876395+0000 mgr.a (mgr.24293) 15332 : audit 0 from='client.306249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:47 smithi027 bash[31536]: audit 2023-12-07T16:12:45.876395+0000 mgr.a (mgr.24293) 15332 : audit 0 from='client.306249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:48 smithi022 bash[28554]: cluster 2023-12-07T16:12:47.297710+0000 mgr.a (mgr.24293) 15333 : cluster 0 pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:48 smithi044 bash[32620]: cluster 2023-12-07T16:12:47.297710+0000 mgr.a (mgr.24293) 15333 : cluster 0 pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:48 smithi027 bash[31536]: cluster 2023-12-07T16:12:47.297710+0000 mgr.a (mgr.24293) 15333 : cluster 0 pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:50 smithi044 bash[32620]: cluster 2023-12-07T16:12:49.298402+0000 mgr.a (mgr.24293) 15334 : cluster 0 pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:50 smithi022 bash[28554]: cluster 2023-12-07T16:12:49.298402+0000 mgr.a (mgr.24293) 15334 : cluster 0 pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:50 smithi027 bash[31536]: cluster 2023-12-07T16:12:49.298402+0000 mgr.a (mgr.24293) 15334 : cluster 0 pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:51.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:51.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:51.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:51 smithi022 bash[28554]: cluster 2023-12-07T16:12:51.299347+0000 mgr.a (mgr.24293) 15335 : 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-07T16:12:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:51 smithi044 bash[32620]: cluster 2023-12-07T16:12:51.299347+0000 mgr.a (mgr.24293) 15335 : 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-07T16:12:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:51 smithi027 bash[31536]: cluster 2023-12-07T16:12:51.299347+0000 mgr.a (mgr.24293) 15335 : 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-07T16:12:52.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:52.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:52.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:52.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:52.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:53.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:52 smithi022 bash[28554]: audit 2023-12-07T16:12:51.824979+0000 mgr.a (mgr.24293) 15336 : audit 0 from='client.306327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:52 smithi044 bash[32620]: audit 2023-12-07T16:12:51.824979+0000 mgr.a (mgr.24293) 15336 : audit 0 from='client.306327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:52 smithi027 bash[31536]: audit 2023-12-07T16:12:51.824979+0000 mgr.a (mgr.24293) 15336 : audit 0 from='client.306327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:54.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:53 smithi022 bash[28554]: cluster 2023-12-07T16:12:53.300123+0000 mgr.a (mgr.24293) 15337 : cluster 0 pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:12:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:53 smithi044 bash[32620]: cluster 2023-12-07T16:12:53.300123+0000 mgr.a (mgr.24293) 15337 : cluster 0 pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:12:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:53 smithi027 bash[31536]: cluster 2023-12-07T16:12:53.300123+0000 mgr.a (mgr.24293) 15337 : cluster 0 pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:12:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:56 smithi044 bash[32620]: cluster 2023-12-07T16:12:55.300793+0000 mgr.a (mgr.24293) 15338 : cluster 0 pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:12:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:56 smithi022 bash[28554]: cluster 2023-12-07T16:12:55.300793+0000 mgr.a (mgr.24293) 15338 : cluster 0 pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:12:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:56 smithi027 bash[31536]: cluster 2023-12-07T16:12:55.300793+0000 mgr.a (mgr.24293) 15338 : cluster 0 pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:12:57.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:12:57.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:57.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:58.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:12:58.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:58.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:58.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:58.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:12:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:58 smithi044 bash[32620]: cluster 2023-12-07T16:12:57.301630+0000 mgr.a (mgr.24293) 15339 : cluster 0 pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:12:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:58 smithi022 bash[28554]: cluster 2023-12-07T16:12:57.301630+0000 mgr.a (mgr.24293) 15339 : cluster 0 pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:12:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:58 smithi027 bash[31536]: cluster 2023-12-07T16:12:57.301630+0000 mgr.a (mgr.24293) 15339 : cluster 0 pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:12:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:12:59 smithi044 bash[32620]: audit 2023-12-07T16:12:57.772656+0000 mgr.a (mgr.24293) 15340 : audit 0 from='client.306402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:12:59 smithi022 bash[28554]: audit 2023-12-07T16:12:57.772656+0000 mgr.a (mgr.24293) 15340 : audit 0 from='client.306402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:12:59 smithi027 bash[31536]: audit 2023-12-07T16:12:57.772656+0000 mgr.a (mgr.24293) 15340 : audit 0 from='client.306402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:00 smithi022 bash[28554]: cluster 2023-12-07T16:12:59.302287+0000 mgr.a (mgr.24293) 15341 : cluster 0 pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:00 smithi044 bash[32620]: cluster 2023-12-07T16:12:59.302287+0000 mgr.a (mgr.24293) 15341 : cluster 0 pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:00 smithi027 bash[31536]: cluster 2023-12-07T16:12:59.302287+0000 mgr.a (mgr.24293) 15341 : cluster 0 pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:01 smithi044 bash[32620]: cluster 2023-12-07T16:13:01.303123+0000 mgr.a (mgr.24293) 15342 : cluster 0 pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:01 smithi022 bash[28554]: cluster 2023-12-07T16:13:01.303123+0000 mgr.a (mgr.24293) 15342 : cluster 0 pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:01 smithi027 bash[31536]: cluster 2023-12-07T16:13:01.303123+0000 mgr.a (mgr.24293) 15342 : cluster 0 pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:03.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:03.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:03.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:04.227 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:04.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:04.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:04.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:04.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:04 smithi044 bash[32620]: cluster 2023-12-07T16:13:03.303784+0000 mgr.a (mgr.24293) 15343 : 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-07T16:13:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:04 smithi022 bash[28554]: cluster 2023-12-07T16:13:03.303784+0000 mgr.a (mgr.24293) 15343 : 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-07T16:13:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:04 smithi027 bash[31536]: cluster 2023-12-07T16:13:03.303784+0000 mgr.a (mgr.24293) 15343 : 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-07T16:13:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:05 smithi022 bash[28554]: audit 2023-12-07T16:13:03.692161+0000 mgr.a (mgr.24293) 15344 : audit 0 from='client.306477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:05 smithi044 bash[32620]: audit 2023-12-07T16:13:03.692161+0000 mgr.a (mgr.24293) 15344 : audit 0 from='client.306477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:05 smithi027 bash[31536]: audit 2023-12-07T16:13:03.692161+0000 mgr.a (mgr.24293) 15344 : audit 0 from='client.306477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:06 smithi022 bash[28554]: cluster 2023-12-07T16:13:05.304478+0000 mgr.a (mgr.24293) 15345 : 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-07T16:13:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:06 smithi044 bash[32620]: cluster 2023-12-07T16:13:05.304478+0000 mgr.a (mgr.24293) 15345 : 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-07T16:13:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:06 smithi027 bash[31536]: cluster 2023-12-07T16:13:05.304478+0000 mgr.a (mgr.24293) 15345 : 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-07T16:13:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:08 smithi044 bash[32620]: cluster 2023-12-07T16:13:07.305313+0000 mgr.a (mgr.24293) 15346 : 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-07T16:13:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:08 smithi022 bash[28554]: cluster 2023-12-07T16:13:07.305313+0000 mgr.a (mgr.24293) 15346 : 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-07T16:13:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:08 smithi027 bash[31536]: cluster 2023-12-07T16:13:07.305313+0000 mgr.a (mgr.24293) 15346 : 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-07T16:13:09.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:09.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:09.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:10.189 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:10.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:10.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:10.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:10.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:10 smithi044 bash[32620]: cluster 2023-12-07T16:13:09.305902+0000 mgr.a (mgr.24293) 15347 : 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-07T16:13:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:10 smithi044 bash[32620]: audit 2023-12-07T16:13:09.643411+0000 mgr.a (mgr.24293) 15348 : audit 0 from='client.306555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:10 smithi022 bash[28554]: cluster 2023-12-07T16:13:09.305902+0000 mgr.a (mgr.24293) 15347 : 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-07T16:13:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:10 smithi022 bash[28554]: audit 2023-12-07T16:13:09.643411+0000 mgr.a (mgr.24293) 15348 : audit 0 from='client.306555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:10 smithi027 bash[31536]: cluster 2023-12-07T16:13:09.305902+0000 mgr.a (mgr.24293) 15347 : 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-07T16:13:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:10 smithi027 bash[31536]: audit 2023-12-07T16:13:09.643411+0000 mgr.a (mgr.24293) 15348 : audit 0 from='client.306555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:11 smithi044 bash[32620]: cluster 2023-12-07T16:13:11.306805+0000 mgr.a (mgr.24293) 15349 : 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-07T16:13:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:11 smithi022 bash[28554]: cluster 2023-12-07T16:13:11.306805+0000 mgr.a (mgr.24293) 15349 : 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-07T16:13:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:11 smithi027 bash[31536]: cluster 2023-12-07T16:13:11.306805+0000 mgr.a (mgr.24293) 15349 : 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-07T16:13:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:14 smithi022 bash[28554]: cluster 2023-12-07T16:13:13.307424+0000 mgr.a (mgr.24293) 15350 : 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-07T16:13:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:14 smithi044 bash[32620]: cluster 2023-12-07T16:13:13.307424+0000 mgr.a (mgr.24293) 15350 : 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-07T16:13:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:14 smithi027 bash[31536]: cluster 2023-12-07T16:13:13.307424+0000 mgr.a (mgr.24293) 15350 : 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-07T16:13:15.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:15.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:15.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:16.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:16.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:16.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:16.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:16.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:16 smithi044 bash[32620]: cluster 2023-12-07T16:13:15.307847+0000 mgr.a (mgr.24293) 15351 : 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-07T16:13:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:16 smithi044 bash[32620]: audit 2023-12-07T16:13:15.606884+0000 mgr.a (mgr.24293) 15352 : audit 0 from='client.306633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:16 smithi022 bash[28554]: cluster 2023-12-07T16:13:15.307847+0000 mgr.a (mgr.24293) 15351 : 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-07T16:13:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:16 smithi022 bash[28554]: audit 2023-12-07T16:13:15.606884+0000 mgr.a (mgr.24293) 15352 : audit 0 from='client.306633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:16 smithi027 bash[31536]: cluster 2023-12-07T16:13:15.307847+0000 mgr.a (mgr.24293) 15351 : 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-07T16:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:16 smithi027 bash[31536]: audit 2023-12-07T16:13:15.606884+0000 mgr.a (mgr.24293) 15352 : audit 0 from='client.306633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:17 smithi044 bash[32620]: audit 2023-12-07T16:13:17.189259+0000 mon.a (mon.0) 2567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:13:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:17 smithi022 bash[28554]: audit 2023-12-07T16:13:17.189259+0000 mon.a (mon.0) 2567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:13:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:17 smithi027 bash[31536]: audit 2023-12-07T16:13:17.189259+0000 mon.a (mon.0) 2567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:13:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:18 smithi044 bash[32620]: cluster 2023-12-07T16:13:17.308752+0000 mgr.a (mgr.24293) 15353 : cluster 0 pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:18 smithi044 bash[32620]: audit 2023-12-07T16:13:17.982367+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:13:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:18 smithi044 bash[32620]: audit 2023-12-07T16:13:17.983884+0000 mon.a (mon.0) 2569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:13:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:18 smithi044 bash[32620]: audit 2023-12-07T16:13:17.993201+0000 mon.a (mon.0) 2570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:13:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:18 smithi022 bash[28554]: cluster 2023-12-07T16:13:17.308752+0000 mgr.a (mgr.24293) 15353 : cluster 0 pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:18 smithi022 bash[28554]: audit 2023-12-07T16:13:17.982367+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:13:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:18 smithi022 bash[28554]: audit 2023-12-07T16:13:17.983884+0000 mon.a (mon.0) 2569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:13:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:18 smithi022 bash[28554]: audit 2023-12-07T16:13:17.993201+0000 mon.a (mon.0) 2570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:13:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:18 smithi027 bash[31536]: cluster 2023-12-07T16:13:17.308752+0000 mgr.a (mgr.24293) 15353 : cluster 0 pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:18 smithi027 bash[31536]: audit 2023-12-07T16:13:17.982367+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:13:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:18 smithi027 bash[31536]: audit 2023-12-07T16:13:17.983884+0000 mon.a (mon.0) 2569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:13:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:18 smithi027 bash[31536]: audit 2023-12-07T16:13:17.993201+0000 mon.a (mon.0) 2570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:13:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:20 smithi022 bash[28554]: cluster 2023-12-07T16:13:19.309326+0000 mgr.a (mgr.24293) 15354 : cluster 0 pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:20 smithi044 bash[32620]: cluster 2023-12-07T16:13:19.309326+0000 mgr.a (mgr.24293) 15354 : cluster 0 pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:20 smithi027 bash[31536]: cluster 2023-12-07T16:13:19.309326+0000 mgr.a (mgr.24293) 15354 : cluster 0 pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:21.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:21.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:21.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:22.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:22.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:22.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:22.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:22.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:21 smithi022 bash[28554]: cluster 2023-12-07T16:13:21.310075+0000 mgr.a (mgr.24293) 15355 : 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-07T16:13:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:21 smithi022 bash[28554]: audit 2023-12-07T16:13:21.550964+0000 mgr.a (mgr.24293) 15356 : audit 0 from='client.306711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:21 smithi044 bash[32620]: cluster 2023-12-07T16:13:21.310075+0000 mgr.a (mgr.24293) 15355 : 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-07T16:13:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:21 smithi044 bash[32620]: audit 2023-12-07T16:13:21.550964+0000 mgr.a (mgr.24293) 15356 : audit 0 from='client.306711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:21 smithi027 bash[31536]: cluster 2023-12-07T16:13:21.310075+0000 mgr.a (mgr.24293) 15355 : 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-07T16:13:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:21 smithi027 bash[31536]: audit 2023-12-07T16:13:21.550964+0000 mgr.a (mgr.24293) 15356 : audit 0 from='client.306711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:24 smithi044 bash[32620]: cluster 2023-12-07T16:13:23.310750+0000 mgr.a (mgr.24293) 15357 : 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-07T16:13:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:24 smithi022 bash[28554]: cluster 2023-12-07T16:13:23.310750+0000 mgr.a (mgr.24293) 15357 : 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-07T16:13:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:24 smithi027 bash[31536]: cluster 2023-12-07T16:13:23.310750+0000 mgr.a (mgr.24293) 15357 : 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-07T16:13:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:26 smithi044 bash[32620]: cluster 2023-12-07T16:13:25.311305+0000 mgr.a (mgr.24293) 15358 : 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-07T16:13:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:26 smithi022 bash[28554]: cluster 2023-12-07T16:13:25.311305+0000 mgr.a (mgr.24293) 15358 : 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-07T16:13:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:26 smithi027 bash[31536]: cluster 2023-12-07T16:13:25.311305+0000 mgr.a (mgr.24293) 15358 : 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-07T16:13:27.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:27.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:27.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:28.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:28.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:28.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:28.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:28.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:28 smithi022 bash[28554]: cluster 2023-12-07T16:13:27.312111+0000 mgr.a (mgr.24293) 15359 : 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-07T16:13:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:28 smithi022 bash[28554]: audit 2023-12-07T16:13:27.513600+0000 mgr.a (mgr.24293) 15360 : audit 0 from='client.306783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:28 smithi044 bash[32620]: cluster 2023-12-07T16:13:27.312111+0000 mgr.a (mgr.24293) 15359 : 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-07T16:13:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:28 smithi044 bash[32620]: audit 2023-12-07T16:13:27.513600+0000 mgr.a (mgr.24293) 15360 : audit 0 from='client.306783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:28 smithi027 bash[31536]: cluster 2023-12-07T16:13:27.312111+0000 mgr.a (mgr.24293) 15359 : 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-07T16:13:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:28 smithi027 bash[31536]: audit 2023-12-07T16:13:27.513600+0000 mgr.a (mgr.24293) 15360 : audit 0 from='client.306783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:30 smithi022 bash[28554]: cluster 2023-12-07T16:13:29.312753+0000 mgr.a (mgr.24293) 15361 : cluster 0 pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:30 smithi044 bash[32620]: cluster 2023-12-07T16:13:29.312753+0000 mgr.a (mgr.24293) 15361 : cluster 0 pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:30 smithi027 bash[31536]: cluster 2023-12-07T16:13:29.312753+0000 mgr.a (mgr.24293) 15361 : cluster 0 pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:31 smithi044 bash[32620]: cluster 2023-12-07T16:13:31.313575+0000 mgr.a (mgr.24293) 15362 : cluster 0 pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:31 smithi022 bash[28554]: cluster 2023-12-07T16:13:31.313575+0000 mgr.a (mgr.24293) 15362 : cluster 0 pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:31 smithi027 bash[31536]: cluster 2023-12-07T16:13:31.313575+0000 mgr.a (mgr.24293) 15362 : cluster 0 pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:33.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:33.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:33.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:33.970 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:33.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:33.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:33.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:33.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:34 smithi044 bash[32620]: cluster 2023-12-07T16:13:33.314123+0000 mgr.a (mgr.24293) 15363 : 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-07T16:13:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:34 smithi044 bash[32620]: audit 2023-12-07T16:13:33.448155+0000 mgr.a (mgr.24293) 15364 : audit 0 from='client.306858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:34 smithi022 bash[28554]: cluster 2023-12-07T16:13:33.314123+0000 mgr.a (mgr.24293) 15363 : 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-07T16:13:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:34 smithi022 bash[28554]: audit 2023-12-07T16:13:33.448155+0000 mgr.a (mgr.24293) 15364 : audit 0 from='client.306858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:34 smithi027 bash[31536]: cluster 2023-12-07T16:13:33.314123+0000 mgr.a (mgr.24293) 15363 : 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-07T16:13:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:34 smithi027 bash[31536]: audit 2023-12-07T16:13:33.448155+0000 mgr.a (mgr.24293) 15364 : audit 0 from='client.306858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:36 smithi044 bash[32620]: cluster 2023-12-07T16:13:35.314801+0000 mgr.a (mgr.24293) 15365 : 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-07T16:13:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:36 smithi022 bash[28554]: cluster 2023-12-07T16:13:35.314801+0000 mgr.a (mgr.24293) 15365 : 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-07T16:13:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:36 smithi027 bash[31536]: cluster 2023-12-07T16:13:35.314801+0000 mgr.a (mgr.24293) 15365 : 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-07T16:13:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:38 smithi044 bash[32620]: cluster 2023-12-07T16:13:37.315656+0000 mgr.a (mgr.24293) 15366 : 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-07T16:13:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:38 smithi022 bash[28554]: cluster 2023-12-07T16:13:37.315656+0000 mgr.a (mgr.24293) 15366 : 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-07T16:13:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:38 smithi027 bash[31536]: cluster 2023-12-07T16:13:37.315656+0000 mgr.a (mgr.24293) 15366 : 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-07T16:13:38.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:38.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:38.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:39.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:39.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:39.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:39.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:39.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:40 smithi022 bash[28554]: cluster 2023-12-07T16:13:39.316164+0000 mgr.a (mgr.24293) 15367 : 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-07T16:13:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:40 smithi022 bash[28554]: audit 2023-12-07T16:13:39.389545+0000 mgr.a (mgr.24293) 15368 : audit 0 from='client.306936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:40 smithi044 bash[32620]: cluster 2023-12-07T16:13:39.316164+0000 mgr.a (mgr.24293) 15367 : 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-07T16:13:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:40 smithi044 bash[32620]: audit 2023-12-07T16:13:39.389545+0000 mgr.a (mgr.24293) 15368 : audit 0 from='client.306936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:40 smithi027 bash[31536]: cluster 2023-12-07T16:13:39.316164+0000 mgr.a (mgr.24293) 15367 : 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-07T16:13:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:40 smithi027 bash[31536]: audit 2023-12-07T16:13:39.389545+0000 mgr.a (mgr.24293) 15368 : audit 0 from='client.306936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:41 smithi044 bash[32620]: cluster 2023-12-07T16:13:41.317037+0000 mgr.a (mgr.24293) 15369 : 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-07T16:13:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:41 smithi022 bash[28554]: cluster 2023-12-07T16:13:41.317037+0000 mgr.a (mgr.24293) 15369 : 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-07T16:13:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:41 smithi027 bash[31536]: cluster 2023-12-07T16:13:41.317037+0000 mgr.a (mgr.24293) 15369 : 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-07T16:13:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:44 smithi022 bash[28554]: cluster 2023-12-07T16:13:43.317531+0000 mgr.a (mgr.24293) 15370 : 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-07T16:13:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:44 smithi044 bash[32620]: cluster 2023-12-07T16:13:43.317531+0000 mgr.a (mgr.24293) 15370 : 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-07T16:13:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:44 smithi027 bash[31536]: cluster 2023-12-07T16:13:43.317531+0000 mgr.a (mgr.24293) 15370 : 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-07T16:13:44.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:44.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:44.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:45.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:45.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:45.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:46 smithi022 bash[28554]: cluster 2023-12-07T16:13:45.318068+0000 mgr.a (mgr.24293) 15371 : 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-07T16:13:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:46 smithi022 bash[28554]: audit 2023-12-07T16:13:45.327282+0000 mgr.a (mgr.24293) 15372 : audit 0 from='client.307011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:46 smithi044 bash[32620]: cluster 2023-12-07T16:13:45.318068+0000 mgr.a (mgr.24293) 15371 : 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-07T16:13:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:46 smithi044 bash[32620]: audit 2023-12-07T16:13:45.327282+0000 mgr.a (mgr.24293) 15372 : audit 0 from='client.307011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:46 smithi027 bash[31536]: cluster 2023-12-07T16:13:45.318068+0000 mgr.a (mgr.24293) 15371 : 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-07T16:13:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:46 smithi027 bash[31536]: audit 2023-12-07T16:13:45.327282+0000 mgr.a (mgr.24293) 15372 : audit 0 from='client.307011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:48 smithi022 bash[28554]: cluster 2023-12-07T16:13:47.319037+0000 mgr.a (mgr.24293) 15373 : cluster 0 pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:48 smithi044 bash[32620]: cluster 2023-12-07T16:13:47.319037+0000 mgr.a (mgr.24293) 15373 : cluster 0 pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:48 smithi027 bash[31536]: cluster 2023-12-07T16:13:47.319037+0000 mgr.a (mgr.24293) 15373 : cluster 0 pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:50 smithi044 bash[32620]: cluster 2023-12-07T16:13:49.319582+0000 mgr.a (mgr.24293) 15374 : cluster 0 pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:50 smithi022 bash[28554]: cluster 2023-12-07T16:13:49.319582+0000 mgr.a (mgr.24293) 15374 : cluster 0 pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:50 smithi027 bash[31536]: cluster 2023-12-07T16:13:49.319582+0000 mgr.a (mgr.24293) 15374 : cluster 0 pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:50.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:50.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:51.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:51.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:51.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:51.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:51.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:51 smithi022 bash[28554]: audit 2023-12-07T16:13:51.261641+0000 mgr.a (mgr.24293) 15375 : audit 0 from='client.307089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:51 smithi022 bash[28554]: cluster 2023-12-07T16:13:51.320526+0000 mgr.a (mgr.24293) 15376 : cluster 0 pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:51 smithi044 bash[32620]: audit 2023-12-07T16:13:51.261641+0000 mgr.a (mgr.24293) 15375 : audit 0 from='client.307089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:51 smithi044 bash[32620]: cluster 2023-12-07T16:13:51.320526+0000 mgr.a (mgr.24293) 15376 : cluster 0 pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:51 smithi027 bash[31536]: audit 2023-12-07T16:13:51.261641+0000 mgr.a (mgr.24293) 15375 : audit 0 from='client.307089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:51 smithi027 bash[31536]: cluster 2023-12-07T16:13:51.320526+0000 mgr.a (mgr.24293) 15376 : cluster 0 pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:54 smithi022 bash[28554]: cluster 2023-12-07T16:13:53.321327+0000 mgr.a (mgr.24293) 15377 : cluster 0 pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:54 smithi044 bash[32620]: cluster 2023-12-07T16:13:53.321327+0000 mgr.a (mgr.24293) 15377 : cluster 0 pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:54 smithi027 bash[31536]: cluster 2023-12-07T16:13:53.321327+0000 mgr.a (mgr.24293) 15377 : cluster 0 pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:56 smithi022 bash[28554]: cluster 2023-12-07T16:13:55.322063+0000 mgr.a (mgr.24293) 15378 : cluster 0 pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:56 smithi044 bash[32620]: cluster 2023-12-07T16:13:55.322063+0000 mgr.a (mgr.24293) 15378 : cluster 0 pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:56 smithi027 bash[31536]: cluster 2023-12-07T16:13:55.322063+0000 mgr.a (mgr.24293) 15378 : cluster 0 pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:56.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:13:56.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:56.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:57.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:13:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:57.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:13:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:58 smithi022 bash[28554]: audit 2023-12-07T16:13:57.212239+0000 mgr.a (mgr.24293) 15379 : audit 0 from='client.307161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:13:58 smithi022 bash[28554]: cluster 2023-12-07T16:13:57.322981+0000 mgr.a (mgr.24293) 15380 : 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-07T16:13:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:58 smithi044 bash[32620]: audit 2023-12-07T16:13:57.212239+0000 mgr.a (mgr.24293) 15379 : audit 0 from='client.307161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:13:58 smithi044 bash[32620]: cluster 2023-12-07T16:13:57.322981+0000 mgr.a (mgr.24293) 15380 : 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-07T16:13:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:58 smithi027 bash[31536]: audit 2023-12-07T16:13:57.212239+0000 mgr.a (mgr.24293) 15379 : audit 0 from='client.307161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:13:58 smithi027 bash[31536]: cluster 2023-12-07T16:13:57.322981+0000 mgr.a (mgr.24293) 15380 : 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-07T16:14:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:00 smithi044 bash[32620]: cluster 2023-12-07T16:13:59.323665+0000 mgr.a (mgr.24293) 15381 : cluster 0 pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:00 smithi022 bash[28554]: cluster 2023-12-07T16:13:59.323665+0000 mgr.a (mgr.24293) 15381 : cluster 0 pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:00 smithi027 bash[31536]: cluster 2023-12-07T16:13:59.323665+0000 mgr.a (mgr.24293) 15381 : cluster 0 pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:01 smithi044 bash[32620]: cluster 2023-12-07T16:14:01.324522+0000 mgr.a (mgr.24293) 15382 : cluster 0 pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:01 smithi022 bash[28554]: cluster 2023-12-07T16:14:01.324522+0000 mgr.a (mgr.24293) 15382 : cluster 0 pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:01 smithi027 bash[31536]: cluster 2023-12-07T16:14:01.324522+0000 mgr.a (mgr.24293) 15382 : cluster 0 pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:02.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:02.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:02.755 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:03.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:03.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:03.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:03.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:03.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:04 smithi044 bash[32620]: audit 2023-12-07T16:14:03.163181+0000 mgr.a (mgr.24293) 15383 : audit 0 from='client.307236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:04 smithi044 bash[32620]: cluster 2023-12-07T16:14:03.325257+0000 mgr.a (mgr.24293) 15384 : cluster 0 pgmap v11501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:04 smithi022 bash[28554]: audit 2023-12-07T16:14:03.163181+0000 mgr.a (mgr.24293) 15383 : audit 0 from='client.307236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:04 smithi022 bash[28554]: cluster 2023-12-07T16:14:03.325257+0000 mgr.a (mgr.24293) 15384 : cluster 0 pgmap v11501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:04 smithi027 bash[31536]: audit 2023-12-07T16:14:03.163181+0000 mgr.a (mgr.24293) 15383 : audit 0 from='client.307236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:04 smithi027 bash[31536]: cluster 2023-12-07T16:14:03.325257+0000 mgr.a (mgr.24293) 15384 : cluster 0 pgmap v11501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:06 smithi022 bash[28554]: cluster 2023-12-07T16:14:05.325958+0000 mgr.a (mgr.24293) 15385 : cluster 0 pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:06 smithi044 bash[32620]: cluster 2023-12-07T16:14:05.325958+0000 mgr.a (mgr.24293) 15385 : cluster 0 pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:06 smithi027 bash[31536]: cluster 2023-12-07T16:14:05.325958+0000 mgr.a (mgr.24293) 15385 : cluster 0 pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:08 smithi044 bash[32620]: cluster 2023-12-07T16:14:07.326801+0000 mgr.a (mgr.24293) 15386 : cluster 0 pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:08 smithi022 bash[28554]: cluster 2023-12-07T16:14:07.326801+0000 mgr.a (mgr.24293) 15386 : cluster 0 pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:08.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:08.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:08.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:08 smithi027 bash[31536]: cluster 2023-12-07T16:14:07.326801+0000 mgr.a (mgr.24293) 15386 : cluster 0 pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:09.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:09.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:09.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:09.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:09.631 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:10 smithi044 bash[32620]: audit 2023-12-07T16:14:09.104621+0000 mgr.a (mgr.24293) 15387 : audit 0 from='client.251920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:10 smithi044 bash[32620]: cluster 2023-12-07T16:14:09.327295+0000 mgr.a (mgr.24293) 15388 : 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-07T16:14:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:10 smithi022 bash[28554]: audit 2023-12-07T16:14:09.104621+0000 mgr.a (mgr.24293) 15387 : audit 0 from='client.251920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:10 smithi022 bash[28554]: cluster 2023-12-07T16:14:09.327295+0000 mgr.a (mgr.24293) 15388 : 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-07T16:14:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:10 smithi027 bash[31536]: audit 2023-12-07T16:14:09.104621+0000 mgr.a (mgr.24293) 15387 : audit 0 from='client.251920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:10 smithi027 bash[31536]: cluster 2023-12-07T16:14:09.327295+0000 mgr.a (mgr.24293) 15388 : 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-07T16:14:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:11 smithi044 bash[32620]: cluster 2023-12-07T16:14:11.328240+0000 mgr.a (mgr.24293) 15389 : 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-07T16:14:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:11 smithi022 bash[28554]: cluster 2023-12-07T16:14:11.328240+0000 mgr.a (mgr.24293) 15389 : 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-07T16:14:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:11 smithi027 bash[31536]: cluster 2023-12-07T16:14:11.328240+0000 mgr.a (mgr.24293) 15389 : 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-07T16:14:14.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:14.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:14.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:14 smithi044 bash[32620]: cluster 2023-12-07T16:14:13.328813+0000 mgr.a (mgr.24293) 15390 : 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-07T16:14:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:14 smithi022 bash[28554]: cluster 2023-12-07T16:14:13.328813+0000 mgr.a (mgr.24293) 15390 : 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-07T16:14:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:14 smithi027 bash[31536]: cluster 2023-12-07T16:14:13.328813+0000 mgr.a (mgr.24293) 15390 : 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-07T16:14:15.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:15.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:15.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:15.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:15.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:16 smithi044 bash[32620]: audit 2023-12-07T16:14:15.047510+0000 mgr.a (mgr.24293) 15391 : audit 0 from='client.307386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:16 smithi044 bash[32620]: cluster 2023-12-07T16:14:15.329505+0000 mgr.a (mgr.24293) 15392 : 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-07T16:14:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:16 smithi022 bash[28554]: audit 2023-12-07T16:14:15.047510+0000 mgr.a (mgr.24293) 15391 : audit 0 from='client.307386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:16 smithi022 bash[28554]: cluster 2023-12-07T16:14:15.329505+0000 mgr.a (mgr.24293) 15392 : 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-07T16:14:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:16 smithi027 bash[31536]: audit 2023-12-07T16:14:15.047510+0000 mgr.a (mgr.24293) 15391 : audit 0 from='client.307386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:16 smithi027 bash[31536]: cluster 2023-12-07T16:14:15.329505+0000 mgr.a (mgr.24293) 15392 : 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-07T16:14:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:18 smithi022 bash[28554]: cluster 2023-12-07T16:14:17.330528+0000 mgr.a (mgr.24293) 15393 : cluster 0 pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:14:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:18 smithi022 bash[28554]: audit 2023-12-07T16:14:18.097168+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:14:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:18 smithi044 bash[32620]: cluster 2023-12-07T16:14:17.330528+0000 mgr.a (mgr.24293) 15393 : cluster 0 pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:14:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:18 smithi044 bash[32620]: audit 2023-12-07T16:14:18.097168+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:14:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:18 smithi027 bash[31536]: cluster 2023-12-07T16:14:17.330528+0000 mgr.a (mgr.24293) 15393 : cluster 0 pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:14:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:18 smithi027 bash[31536]: audit 2023-12-07T16:14:18.097168+0000 mon.a (mon.0) 2571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:14:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:19 smithi022 bash[28554]: audit 2023-12-07T16:14:18.890405+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:14:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:19 smithi022 bash[28554]: audit 2023-12-07T16:14:18.892274+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:14:19.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:19 smithi022 bash[28554]: audit 2023-12-07T16:14:18.901517+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:14:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:19 smithi044 bash[32620]: audit 2023-12-07T16:14:18.890405+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:14:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:19 smithi044 bash[32620]: audit 2023-12-07T16:14:18.892274+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:14:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:19 smithi044 bash[32620]: audit 2023-12-07T16:14:18.901517+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:14:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:19 smithi027 bash[31536]: audit 2023-12-07T16:14:18.890405+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:14:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:19 smithi027 bash[31536]: audit 2023-12-07T16:14:18.892274+0000 mon.a (mon.0) 2573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:14:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:19 smithi027 bash[31536]: audit 2023-12-07T16:14:18.901517+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:14:20.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:20.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:20.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:20 smithi022 bash[28554]: cluster 2023-12-07T16:14:19.331103+0000 mgr.a (mgr.24293) 15394 : cluster 0 pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:14:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:20 smithi044 bash[32620]: cluster 2023-12-07T16:14:19.331103+0000 mgr.a (mgr.24293) 15394 : cluster 0 pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:14:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:20 smithi027 bash[31536]: cluster 2023-12-07T16:14:19.331103+0000 mgr.a (mgr.24293) 15394 : cluster 0 pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:14:21.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:21.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:21 smithi022 bash[28554]: audit 2023-12-07T16:14:20.986133+0000 mgr.a (mgr.24293) 15395 : audit 0 from='client.307455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:21 smithi022 bash[28554]: cluster 2023-12-07T16:14:21.332022+0000 mgr.a (mgr.24293) 15396 : cluster 0 pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:21 smithi044 bash[32620]: audit 2023-12-07T16:14:20.986133+0000 mgr.a (mgr.24293) 15395 : audit 0 from='client.307455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:21 smithi044 bash[32620]: cluster 2023-12-07T16:14:21.332022+0000 mgr.a (mgr.24293) 15396 : cluster 0 pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:21 smithi027 bash[31536]: audit 2023-12-07T16:14:20.986133+0000 mgr.a (mgr.24293) 15395 : audit 0 from='client.307455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:22.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:21 smithi027 bash[31536]: cluster 2023-12-07T16:14:21.332022+0000 mgr.a (mgr.24293) 15396 : cluster 0 pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:24 smithi044 bash[32620]: cluster 2023-12-07T16:14:23.332827+0000 mgr.a (mgr.24293) 15397 : cluster 0 pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:24 smithi022 bash[28554]: cluster 2023-12-07T16:14:23.332827+0000 mgr.a (mgr.24293) 15397 : cluster 0 pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:24 smithi027 bash[31536]: cluster 2023-12-07T16:14:23.332827+0000 mgr.a (mgr.24293) 15397 : cluster 0 pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:26.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:26.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:26.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:26 smithi022 bash[28554]: cluster 2023-12-07T16:14:25.333419+0000 mgr.a (mgr.24293) 15398 : cluster 0 pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:26 smithi044 bash[32620]: cluster 2023-12-07T16:14:25.333419+0000 mgr.a (mgr.24293) 15398 : cluster 0 pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:26 smithi027 bash[31536]: cluster 2023-12-07T16:14:25.333419+0000 mgr.a (mgr.24293) 15398 : cluster 0 pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:27.421 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:27.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:27.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:27.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:27.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:28 smithi022 bash[28554]: audit 2023-12-07T16:14:26.910118+0000 mgr.a (mgr.24293) 15399 : audit 0 from='client.307530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:28 smithi022 bash[28554]: cluster 2023-12-07T16:14:27.334570+0000 mgr.a (mgr.24293) 15400 : 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-07T16:14:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:28 smithi044 bash[32620]: audit 2023-12-07T16:14:26.910118+0000 mgr.a (mgr.24293) 15399 : audit 0 from='client.307530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:28 smithi044 bash[32620]: cluster 2023-12-07T16:14:27.334570+0000 mgr.a (mgr.24293) 15400 : 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-07T16:14:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:28 smithi027 bash[31536]: audit 2023-12-07T16:14:26.910118+0000 mgr.a (mgr.24293) 15399 : audit 0 from='client.307530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:28 smithi027 bash[31536]: cluster 2023-12-07T16:14:27.334570+0000 mgr.a (mgr.24293) 15400 : 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-07T16:14:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:30 smithi044 bash[32620]: cluster 2023-12-07T16:14:29.335087+0000 mgr.a (mgr.24293) 15401 : cluster 0 pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:14:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:30 smithi022 bash[28554]: cluster 2023-12-07T16:14:29.335087+0000 mgr.a (mgr.24293) 15401 : cluster 0 pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:14:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:30 smithi027 bash[31536]: cluster 2023-12-07T16:14:29.335087+0000 mgr.a (mgr.24293) 15401 : cluster 0 pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:14:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:31 smithi022 bash[28554]: cluster 2023-12-07T16:14:31.335886+0000 mgr.a (mgr.24293) 15402 : cluster 0 pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:14:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:31 smithi044 bash[32620]: cluster 2023-12-07T16:14:31.335886+0000 mgr.a (mgr.24293) 15402 : cluster 0 pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:14:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:31 smithi027 bash[31536]: cluster 2023-12-07T16:14:31.335886+0000 mgr.a (mgr.24293) 15402 : cluster 0 pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:14:32.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:32.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:32.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:33.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:33.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:33.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:33.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:33.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:34 smithi022 bash[28554]: audit 2023-12-07T16:14:32.835935+0000 mgr.a (mgr.24293) 15403 : audit 0 from='client.307605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:34 smithi022 bash[28554]: cluster 2023-12-07T16:14:33.336434+0000 mgr.a (mgr.24293) 15404 : cluster 0 pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:34 smithi044 bash[32620]: audit 2023-12-07T16:14:32.835935+0000 mgr.a (mgr.24293) 15403 : audit 0 from='client.307605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:34 smithi044 bash[32620]: cluster 2023-12-07T16:14:33.336434+0000 mgr.a (mgr.24293) 15404 : cluster 0 pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:34 smithi027 bash[31536]: audit 2023-12-07T16:14:32.835935+0000 mgr.a (mgr.24293) 15403 : audit 0 from='client.307605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:34 smithi027 bash[31536]: cluster 2023-12-07T16:14:33.336434+0000 mgr.a (mgr.24293) 15404 : cluster 0 pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:36 smithi022 bash[28554]: cluster 2023-12-07T16:14:35.336964+0000 mgr.a (mgr.24293) 15405 : cluster 0 pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:36 smithi044 bash[32620]: cluster 2023-12-07T16:14:35.336964+0000 mgr.a (mgr.24293) 15405 : cluster 0 pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:36 smithi027 bash[31536]: cluster 2023-12-07T16:14:35.336964+0000 mgr.a (mgr.24293) 15405 : cluster 0 pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:38.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:38.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:38.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:38 smithi044 bash[32620]: cluster 2023-12-07T16:14:37.337782+0000 mgr.a (mgr.24293) 15406 : cluster 0 pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:38 smithi022 bash[28554]: cluster 2023-12-07T16:14:37.337782+0000 mgr.a (mgr.24293) 15406 : cluster 0 pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:38 smithi027 bash[31536]: cluster 2023-12-07T16:14:37.337782+0000 mgr.a (mgr.24293) 15406 : cluster 0 pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:39.306 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:39.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:39.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:39.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:39.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:40 smithi022 bash[28554]: audit 2023-12-07T16:14:38.777240+0000 mgr.a (mgr.24293) 15407 : audit 0 from='client.307683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:40 smithi022 bash[28554]: cluster 2023-12-07T16:14:39.338611+0000 mgr.a (mgr.24293) 15408 : 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-07T16:14:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:40 smithi044 bash[32620]: audit 2023-12-07T16:14:38.777240+0000 mgr.a (mgr.24293) 15407 : audit 0 from='client.307683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:40 smithi044 bash[32620]: cluster 2023-12-07T16:14:39.338611+0000 mgr.a (mgr.24293) 15408 : 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-07T16:14:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:40 smithi027 bash[31536]: audit 2023-12-07T16:14:38.777240+0000 mgr.a (mgr.24293) 15407 : audit 0 from='client.307683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:40 smithi027 bash[31536]: cluster 2023-12-07T16:14:39.338611+0000 mgr.a (mgr.24293) 15408 : 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-07T16:14:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:41 smithi022 bash[28554]: cluster 2023-12-07T16:14:41.339441+0000 mgr.a (mgr.24293) 15409 : 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-07T16:14:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:41 smithi044 bash[32620]: cluster 2023-12-07T16:14:41.339441+0000 mgr.a (mgr.24293) 15409 : 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-07T16:14:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:41 smithi027 bash[31536]: cluster 2023-12-07T16:14:41.339441+0000 mgr.a (mgr.24293) 15409 : 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-07T16:14:44.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:44.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:44.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:44 smithi022 bash[28554]: cluster 2023-12-07T16:14:43.339999+0000 mgr.a (mgr.24293) 15410 : 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-07T16:14:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:44 smithi044 bash[32620]: cluster 2023-12-07T16:14:43.339999+0000 mgr.a (mgr.24293) 15410 : 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-07T16:14:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:44 smithi027 bash[31536]: cluster 2023-12-07T16:14:43.339999+0000 mgr.a (mgr.24293) 15410 : 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-07T16:14:45.260 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:45.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:45.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:45.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:45.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:46 smithi022 bash[28554]: audit 2023-12-07T16:14:44.728918+0000 mgr.a (mgr.24293) 15411 : audit 0 from='client.307758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:46 smithi022 bash[28554]: cluster 2023-12-07T16:14:45.340680+0000 mgr.a (mgr.24293) 15412 : 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-07T16:14:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:46 smithi044 bash[32620]: audit 2023-12-07T16:14:44.728918+0000 mgr.a (mgr.24293) 15411 : audit 0 from='client.307758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:46 smithi044 bash[32620]: cluster 2023-12-07T16:14:45.340680+0000 mgr.a (mgr.24293) 15412 : 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-07T16:14:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:46 smithi027 bash[31536]: audit 2023-12-07T16:14:44.728918+0000 mgr.a (mgr.24293) 15411 : audit 0 from='client.307758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:46 smithi027 bash[31536]: cluster 2023-12-07T16:14:45.340680+0000 mgr.a (mgr.24293) 15412 : 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-07T16:14:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:48 smithi044 bash[32620]: cluster 2023-12-07T16:14:47.341495+0000 mgr.a (mgr.24293) 15413 : 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-07T16:14:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:48 smithi022 bash[28554]: cluster 2023-12-07T16:14:47.341495+0000 mgr.a (mgr.24293) 15413 : 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-07T16:14:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:48 smithi027 bash[31536]: cluster 2023-12-07T16:14:47.341495+0000 mgr.a (mgr.24293) 15413 : 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-07T16:14:50.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:50.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:50.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:50 smithi022 bash[28554]: cluster 2023-12-07T16:14:49.342089+0000 mgr.a (mgr.24293) 15414 : 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-07T16:14:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:50 smithi044 bash[32620]: cluster 2023-12-07T16:14:49.342089+0000 mgr.a (mgr.24293) 15414 : 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-07T16:14:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:50 smithi027 bash[31536]: cluster 2023-12-07T16:14:49.342089+0000 mgr.a (mgr.24293) 15414 : 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-07T16:14:51.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:51.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:51.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:51.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:51.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:51 smithi044 bash[32620]: audit 2023-12-07T16:14:50.681716+0000 mgr.a (mgr.24293) 15415 : audit 0 from='client.307833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:51.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:51 smithi022 bash[28554]: audit 2023-12-07T16:14:50.681716+0000 mgr.a (mgr.24293) 15415 : audit 0 from='client.307833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:51 smithi027 bash[31536]: audit 2023-12-07T16:14:50.681716+0000 mgr.a (mgr.24293) 15415 : audit 0 from='client.307833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:52 smithi044 bash[32620]: cluster 2023-12-07T16:14:51.343085+0000 mgr.a (mgr.24293) 15416 : cluster 0 pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:52 smithi022 bash[28554]: cluster 2023-12-07T16:14:51.343085+0000 mgr.a (mgr.24293) 15416 : cluster 0 pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:52 smithi027 bash[31536]: cluster 2023-12-07T16:14:51.343085+0000 mgr.a (mgr.24293) 15416 : cluster 0 pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:54 smithi022 bash[28554]: cluster 2023-12-07T16:14:53.343676+0000 mgr.a (mgr.24293) 15417 : cluster 0 pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:54 smithi044 bash[32620]: cluster 2023-12-07T16:14:53.343676+0000 mgr.a (mgr.24293) 15417 : cluster 0 pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:54 smithi027 bash[31536]: cluster 2023-12-07T16:14:53.343676+0000 mgr.a (mgr.24293) 15417 : cluster 0 pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:56.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:14:56.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:56.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:56 smithi022 bash[28554]: cluster 2023-12-07T16:14:55.344340+0000 mgr.a (mgr.24293) 15418 : cluster 0 pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:56 smithi044 bash[32620]: cluster 2023-12-07T16:14:55.344340+0000 mgr.a (mgr.24293) 15418 : cluster 0 pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:56 smithi027 bash[31536]: cluster 2023-12-07T16:14:55.344340+0000 mgr.a (mgr.24293) 15418 : cluster 0 pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:57.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:14:57.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:57.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:57.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:57.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:14:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:57 smithi027 bash[31536]: audit 2023-12-07T16:14:56.623566+0000 mgr.a (mgr.24293) 15419 : audit 0 from='client.307908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:57 smithi022 bash[28554]: audit 2023-12-07T16:14:56.623566+0000 mgr.a (mgr.24293) 15419 : audit 0 from='client.307908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:57 smithi044 bash[32620]: audit 2023-12-07T16:14:56.623566+0000 mgr.a (mgr.24293) 15419 : audit 0 from='client.307908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:14:58 smithi027 bash[31536]: cluster 2023-12-07T16:14:57.345500+0000 mgr.a (mgr.24293) 15420 : cluster 0 pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:14:58 smithi044 bash[32620]: cluster 2023-12-07T16:14:57.345500+0000 mgr.a (mgr.24293) 15420 : cluster 0 pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:14:58 smithi022 bash[28554]: cluster 2023-12-07T16:14:57.345500+0000 mgr.a (mgr.24293) 15420 : cluster 0 pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:00 smithi027 bash[31536]: cluster 2023-12-07T16:14:59.346118+0000 mgr.a (mgr.24293) 15421 : cluster 0 pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:00 smithi022 bash[28554]: cluster 2023-12-07T16:14:59.346118+0000 mgr.a (mgr.24293) 15421 : cluster 0 pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:00 smithi044 bash[32620]: cluster 2023-12-07T16:14:59.346118+0000 mgr.a (mgr.24293) 15421 : cluster 0 pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:02.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:02.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:02.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:02.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:01 smithi044 bash[32620]: cluster 2023-12-07T16:15:01.346890+0000 mgr.a (mgr.24293) 15422 : 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-07T16:15:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:01 smithi022 bash[28554]: cluster 2023-12-07T16:15:01.346890+0000 mgr.a (mgr.24293) 15422 : 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-07T16:15:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:01 smithi027 bash[31536]: cluster 2023-12-07T16:15:01.346890+0000 mgr.a (mgr.24293) 15422 : 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-07T16:15:03.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:03.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:03.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:03.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:03.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:02 smithi022 bash[28554]: audit 2023-12-07T16:15:02.546774+0000 mgr.a (mgr.24293) 15423 : audit 0 from='client.307986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:02 smithi044 bash[32620]: audit 2023-12-07T16:15:02.546774+0000 mgr.a (mgr.24293) 15423 : audit 0 from='client.307986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:02 smithi027 bash[31536]: audit 2023-12-07T16:15:02.546774+0000 mgr.a (mgr.24293) 15423 : audit 0 from='client.307986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:03 smithi022 bash[28554]: cluster 2023-12-07T16:15:03.347698+0000 mgr.a (mgr.24293) 15424 : cluster 0 pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:03 smithi044 bash[32620]: cluster 2023-12-07T16:15:03.347698+0000 mgr.a (mgr.24293) 15424 : cluster 0 pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:03 smithi027 bash[31536]: cluster 2023-12-07T16:15:03.347698+0000 mgr.a (mgr.24293) 15424 : cluster 0 pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:06 smithi022 bash[28554]: cluster 2023-12-07T16:15:05.348309+0000 mgr.a (mgr.24293) 15425 : cluster 0 pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:06 smithi044 bash[32620]: cluster 2023-12-07T16:15:05.348309+0000 mgr.a (mgr.24293) 15425 : cluster 0 pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:06 smithi027 bash[31536]: cluster 2023-12-07T16:15:05.348309+0000 mgr.a (mgr.24293) 15425 : cluster 0 pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:08.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:08.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:08.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:08 smithi022 bash[28554]: cluster 2023-12-07T16:15:07.349161+0000 mgr.a (mgr.24293) 15426 : cluster 0 pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:08 smithi044 bash[32620]: cluster 2023-12-07T16:15:07.349161+0000 mgr.a (mgr.24293) 15426 : cluster 0 pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:08 smithi027 bash[31536]: cluster 2023-12-07T16:15:07.349161+0000 mgr.a (mgr.24293) 15426 : cluster 0 pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:09.048 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:09.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:09.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:09.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:09.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:09.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:09 smithi022 bash[28554]: audit 2023-12-07T16:15:08.503946+0000 mgr.a (mgr.24293) 15427 : audit 0 from='client.308061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:09 smithi044 bash[32620]: audit 2023-12-07T16:15:08.503946+0000 mgr.a (mgr.24293) 15427 : audit 0 from='client.308061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:09 smithi027 bash[31536]: audit 2023-12-07T16:15:08.503946+0000 mgr.a (mgr.24293) 15427 : audit 0 from='client.308061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:10 smithi022 bash[28554]: cluster 2023-12-07T16:15:09.349930+0000 mgr.a (mgr.24293) 15428 : cluster 0 pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:10 smithi044 bash[32620]: cluster 2023-12-07T16:15:09.349930+0000 mgr.a (mgr.24293) 15428 : cluster 0 pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:10 smithi027 bash[31536]: cluster 2023-12-07T16:15:09.349930+0000 mgr.a (mgr.24293) 15428 : cluster 0 pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:11 smithi044 bash[32620]: cluster 2023-12-07T16:15:11.350815+0000 mgr.a (mgr.24293) 15429 : cluster 0 pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:11 smithi022 bash[28554]: cluster 2023-12-07T16:15:11.350815+0000 mgr.a (mgr.24293) 15429 : cluster 0 pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:11 smithi027 bash[31536]: cluster 2023-12-07T16:15:11.350815+0000 mgr.a (mgr.24293) 15429 : cluster 0 pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:14.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:14.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:14.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:14 smithi022 bash[28554]: cluster 2023-12-07T16:15:13.351341+0000 mgr.a (mgr.24293) 15430 : 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-07T16:15:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:14 smithi044 bash[32620]: cluster 2023-12-07T16:15:13.351341+0000 mgr.a (mgr.24293) 15430 : 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-07T16:15:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:14 smithi027 bash[31536]: cluster 2023-12-07T16:15:13.351341+0000 mgr.a (mgr.24293) 15430 : 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-07T16:15:15.003 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:15.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:15.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:15.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:15.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:15 smithi022 bash[28554]: audit 2023-12-07T16:15:14.468671+0000 mgr.a (mgr.24293) 15431 : audit 0 from='client.308136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:15 smithi044 bash[32620]: audit 2023-12-07T16:15:14.468671+0000 mgr.a (mgr.24293) 15431 : audit 0 from='client.308136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:15 smithi027 bash[31536]: audit 2023-12-07T16:15:14.468671+0000 mgr.a (mgr.24293) 15431 : audit 0 from='client.308136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:16 smithi022 bash[28554]: cluster 2023-12-07T16:15:15.352094+0000 mgr.a (mgr.24293) 15432 : 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-07T16:15:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:16 smithi044 bash[32620]: cluster 2023-12-07T16:15:15.352094+0000 mgr.a (mgr.24293) 15432 : 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-07T16:15:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:16 smithi027 bash[31536]: cluster 2023-12-07T16:15:15.352094+0000 mgr.a (mgr.24293) 15432 : 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-07T16:15:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:18 smithi022 bash[28554]: cluster 2023-12-07T16:15:17.352973+0000 mgr.a (mgr.24293) 15433 : 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-07T16:15:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:18 smithi044 bash[32620]: cluster 2023-12-07T16:15:17.352973+0000 mgr.a (mgr.24293) 15433 : 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-07T16:15:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:18 smithi027 bash[31536]: cluster 2023-12-07T16:15:17.352973+0000 mgr.a (mgr.24293) 15433 : 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-07T16:15:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:19 smithi027 bash[31536]: audit 2023-12-07T16:15:19.005144+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:15:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:19 smithi022 bash[28554]: audit 2023-12-07T16:15:19.005144+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:15:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:19 smithi044 bash[32620]: audit 2023-12-07T16:15:19.005144+0000 mon.a (mon.0) 2575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:15:20.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:20.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:20.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:20 smithi027 bash[31536]: cluster 2023-12-07T16:15:19.353508+0000 mgr.a (mgr.24293) 15434 : 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-07T16:15:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:20 smithi027 bash[31536]: audit 2023-12-07T16:15:19.801703+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:15:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:20 smithi027 bash[31536]: audit 2023-12-07T16:15:19.803585+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:15:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:20 smithi027 bash[31536]: audit 2023-12-07T16:15:19.813110+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:15:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:20 smithi022 bash[28554]: cluster 2023-12-07T16:15:19.353508+0000 mgr.a (mgr.24293) 15434 : 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-07T16:15:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:20 smithi022 bash[28554]: audit 2023-12-07T16:15:19.801703+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:15:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:20 smithi022 bash[28554]: audit 2023-12-07T16:15:19.803585+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:15:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:20 smithi022 bash[28554]: audit 2023-12-07T16:15:19.813110+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:15:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:20 smithi044 bash[32620]: cluster 2023-12-07T16:15:19.353508+0000 mgr.a (mgr.24293) 15434 : 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-07T16:15:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:20 smithi044 bash[32620]: audit 2023-12-07T16:15:19.801703+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:15:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:20 smithi044 bash[32620]: audit 2023-12-07T16:15:19.803585+0000 mon.a (mon.0) 2577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:15:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:20 smithi044 bash[32620]: audit 2023-12-07T16:15:19.813110+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:15:20.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:20.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:20.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:20.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:20.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:21 smithi027 bash[31536]: audit 2023-12-07T16:15:20.423487+0000 mgr.a (mgr.24293) 15435 : audit 0 from='client.308208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:21.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:21 smithi022 bash[28554]: audit 2023-12-07T16:15:20.423487+0000 mgr.a (mgr.24293) 15435 : audit 0 from='client.308208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:21 smithi044 bash[32620]: audit 2023-12-07T16:15:20.423487+0000 mgr.a (mgr.24293) 15435 : audit 0 from='client.308208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:22 smithi027 bash[31536]: cluster 2023-12-07T16:15:21.354571+0000 mgr.a (mgr.24293) 15436 : cluster 0 pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:22 smithi022 bash[28554]: cluster 2023-12-07T16:15:21.354571+0000 mgr.a (mgr.24293) 15436 : cluster 0 pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:22 smithi044 bash[32620]: cluster 2023-12-07T16:15:21.354571+0000 mgr.a (mgr.24293) 15436 : cluster 0 pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:24 smithi027 bash[31536]: cluster 2023-12-07T16:15:23.355167+0000 mgr.a (mgr.24293) 15437 : cluster 0 pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:24 smithi022 bash[28554]: cluster 2023-12-07T16:15:23.355167+0000 mgr.a (mgr.24293) 15437 : cluster 0 pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:24 smithi044 bash[32620]: cluster 2023-12-07T16:15:23.355167+0000 mgr.a (mgr.24293) 15437 : cluster 0 pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:25.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:25.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:25.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:26 smithi027 bash[31536]: cluster 2023-12-07T16:15:25.355736+0000 mgr.a (mgr.24293) 15438 : cluster 0 pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:26.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:26.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:26 smithi022 bash[28554]: cluster 2023-12-07T16:15:25.355736+0000 mgr.a (mgr.24293) 15438 : cluster 0 pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:26 smithi044 bash[32620]: cluster 2023-12-07T16:15:25.355736+0000 mgr.a (mgr.24293) 15438 : cluster 0 pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:27 smithi027 bash[31536]: audit 2023-12-07T16:15:26.352386+0000 mgr.a (mgr.24293) 15439 : audit 0 from='client.308283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:27 smithi022 bash[28554]: audit 2023-12-07T16:15:26.352386+0000 mgr.a (mgr.24293) 15439 : audit 0 from='client.308283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:27 smithi044 bash[32620]: audit 2023-12-07T16:15:26.352386+0000 mgr.a (mgr.24293) 15439 : audit 0 from='client.308283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:28 smithi022 bash[28554]: cluster 2023-12-07T16:15:27.356791+0000 mgr.a (mgr.24293) 15440 : cluster 0 pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:28 smithi044 bash[32620]: cluster 2023-12-07T16:15:27.356791+0000 mgr.a (mgr.24293) 15440 : cluster 0 pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:28 smithi027 bash[31536]: cluster 2023-12-07T16:15:27.356791+0000 mgr.a (mgr.24293) 15440 : cluster 0 pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:30 smithi022 bash[28554]: cluster 2023-12-07T16:15:29.357391+0000 mgr.a (mgr.24293) 15441 : cluster 0 pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:30 smithi044 bash[32620]: cluster 2023-12-07T16:15:29.357391+0000 mgr.a (mgr.24293) 15441 : cluster 0 pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:30 smithi027 bash[31536]: cluster 2023-12-07T16:15:29.357391+0000 mgr.a (mgr.24293) 15441 : cluster 0 pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:31.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:31.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:31.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:31 smithi022 bash[28554]: cluster 2023-12-07T16:15:31.358138+0000 mgr.a (mgr.24293) 15442 : 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-07T16:15:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:31 smithi044 bash[32620]: cluster 2023-12-07T16:15:31.358138+0000 mgr.a (mgr.24293) 15442 : 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-07T16:15:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:31 smithi027 bash[31536]: cluster 2023-12-07T16:15:31.358138+0000 mgr.a (mgr.24293) 15442 : 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-07T16:15:32.812 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:32.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:32.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:32.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:32.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:32 smithi022 bash[28554]: audit 2023-12-07T16:15:32.294075+0000 mgr.a (mgr.24293) 15443 : audit 0 from='client.308355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:32 smithi044 bash[32620]: audit 2023-12-07T16:15:32.294075+0000 mgr.a (mgr.24293) 15443 : audit 0 from='client.308355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:32 smithi027 bash[31536]: audit 2023-12-07T16:15:32.294075+0000 mgr.a (mgr.24293) 15443 : audit 0 from='client.308355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:33 smithi044 bash[32620]: cluster 2023-12-07T16:15:33.358881+0000 mgr.a (mgr.24293) 15444 : cluster 0 pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:33 smithi022 bash[28554]: cluster 2023-12-07T16:15:33.358881+0000 mgr.a (mgr.24293) 15444 : cluster 0 pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:33 smithi027 bash[31536]: cluster 2023-12-07T16:15:33.358881+0000 mgr.a (mgr.24293) 15444 : cluster 0 pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:36 smithi022 bash[28554]: cluster 2023-12-07T16:15:35.359464+0000 mgr.a (mgr.24293) 15445 : cluster 0 pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:36 smithi044 bash[32620]: cluster 2023-12-07T16:15:35.359464+0000 mgr.a (mgr.24293) 15445 : cluster 0 pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:36 smithi027 bash[31536]: cluster 2023-12-07T16:15:35.359464+0000 mgr.a (mgr.24293) 15445 : cluster 0 pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:37.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:37.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:37.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:38 smithi022 bash[28554]: cluster 2023-12-07T16:15:37.360307+0000 mgr.a (mgr.24293) 15446 : cluster 0 pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:38 smithi044 bash[32620]: cluster 2023-12-07T16:15:37.360307+0000 mgr.a (mgr.24293) 15446 : cluster 0 pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:38 smithi027 bash[31536]: cluster 2023-12-07T16:15:37.360307+0000 mgr.a (mgr.24293) 15446 : cluster 0 pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:38.751 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:38.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:38.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:38.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:38.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:39 smithi027 bash[31536]: audit 2023-12-07T16:15:38.219705+0000 mgr.a (mgr.24293) 15447 : audit 0 from='client.308433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:39 smithi022 bash[28554]: audit 2023-12-07T16:15:38.219705+0000 mgr.a (mgr.24293) 15447 : audit 0 from='client.308433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:39.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:39 smithi044 bash[32620]: audit 2023-12-07T16:15:38.219705+0000 mgr.a (mgr.24293) 15447 : audit 0 from='client.308433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:40 smithi027 bash[31536]: cluster 2023-12-07T16:15:39.361217+0000 mgr.a (mgr.24293) 15448 : cluster 0 pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:40 smithi022 bash[28554]: cluster 2023-12-07T16:15:39.361217+0000 mgr.a (mgr.24293) 15448 : cluster 0 pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:40 smithi044 bash[32620]: cluster 2023-12-07T16:15:39.361217+0000 mgr.a (mgr.24293) 15448 : cluster 0 pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:41 smithi022 bash[28554]: cluster 2023-12-07T16:15:41.362241+0000 mgr.a (mgr.24293) 15449 : cluster 0 pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:41 smithi044 bash[32620]: cluster 2023-12-07T16:15:41.362241+0000 mgr.a (mgr.24293) 15449 : cluster 0 pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:41 smithi027 bash[31536]: cluster 2023-12-07T16:15:41.362241+0000 mgr.a (mgr.24293) 15449 : cluster 0 pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:43.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:43.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:43.756 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:44.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:44.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:44.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:44.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:44.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:44 smithi022 bash[28554]: cluster 2023-12-07T16:15:43.362964+0000 mgr.a (mgr.24293) 15450 : 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-07T16:15:44.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:44 smithi044 bash[32620]: cluster 2023-12-07T16:15:43.362964+0000 mgr.a (mgr.24293) 15450 : 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-07T16:15:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:44 smithi027 bash[31536]: cluster 2023-12-07T16:15:43.362964+0000 mgr.a (mgr.24293) 15450 : 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-07T16:15:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:45 smithi022 bash[28554]: audit 2023-12-07T16:15:44.160690+0000 mgr.a (mgr.24293) 15451 : audit 0 from='client.308511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:45 smithi027 bash[31536]: audit 2023-12-07T16:15:44.160690+0000 mgr.a (mgr.24293) 15451 : audit 0 from='client.308511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:45 smithi044 bash[32620]: audit 2023-12-07T16:15:44.160690+0000 mgr.a (mgr.24293) 15451 : audit 0 from='client.308511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:46 smithi027 bash[31536]: cluster 2023-12-07T16:15:45.363993+0000 mgr.a (mgr.24293) 15452 : 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-07T16:15:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:46 smithi044 bash[32620]: cluster 2023-12-07T16:15:45.363993+0000 mgr.a (mgr.24293) 15452 : 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-07T16:15:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:46 smithi022 bash[28554]: cluster 2023-12-07T16:15:45.363993+0000 mgr.a (mgr.24293) 15452 : 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-07T16:15:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:48 smithi027 bash[31536]: cluster 2023-12-07T16:15:47.364827+0000 mgr.a (mgr.24293) 15453 : 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-07T16:15:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:48 smithi022 bash[28554]: cluster 2023-12-07T16:15:47.364827+0000 mgr.a (mgr.24293) 15453 : 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-07T16:15:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:48 smithi044 bash[32620]: cluster 2023-12-07T16:15:47.364827+0000 mgr.a (mgr.24293) 15453 : 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-07T16:15:49.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:49.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:49.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:50.610 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:50.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:50.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:50.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:50.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:50 smithi027 bash[31536]: cluster 2023-12-07T16:15:49.365379+0000 mgr.a (mgr.24293) 15454 : 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-07T16:15:50.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:50 smithi044 bash[32620]: cluster 2023-12-07T16:15:49.365379+0000 mgr.a (mgr.24293) 15454 : 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-07T16:15:50.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:50 smithi022 bash[28554]: cluster 2023-12-07T16:15:49.365379+0000 mgr.a (mgr.24293) 15454 : 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-07T16:15:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:51 smithi027 bash[31536]: audit 2023-12-07T16:15:50.085336+0000 mgr.a (mgr.24293) 15455 : audit 0 from='client.308586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:51 smithi022 bash[28554]: audit 2023-12-07T16:15:50.085336+0000 mgr.a (mgr.24293) 15455 : audit 0 from='client.308586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:51 smithi044 bash[32620]: audit 2023-12-07T16:15:50.085336+0000 mgr.a (mgr.24293) 15455 : audit 0 from='client.308586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:52 smithi027 bash[31536]: cluster 2023-12-07T16:15:51.366431+0000 mgr.a (mgr.24293) 15456 : cluster 0 pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:15:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:52 smithi022 bash[28554]: cluster 2023-12-07T16:15:51.366431+0000 mgr.a (mgr.24293) 15456 : cluster 0 pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:15:52.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:52 smithi044 bash[32620]: cluster 2023-12-07T16:15:51.366431+0000 mgr.a (mgr.24293) 15456 : cluster 0 pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:15:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:54 smithi027 bash[31536]: cluster 2023-12-07T16:15:53.366966+0000 mgr.a (mgr.24293) 15457 : cluster 0 pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:15:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:54 smithi044 bash[32620]: cluster 2023-12-07T16:15:53.366966+0000 mgr.a (mgr.24293) 15457 : cluster 0 pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:15:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:54 smithi022 bash[28554]: cluster 2023-12-07T16:15:53.366966+0000 mgr.a (mgr.24293) 15457 : cluster 0 pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:15:55.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:15:55.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:55.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:56.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:56.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:56.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:56.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:15:56.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:15:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:56 smithi027 bash[31536]: cluster 2023-12-07T16:15:55.367561+0000 mgr.a (mgr.24293) 15458 : cluster 0 pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:15:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:56 smithi044 bash[32620]: cluster 2023-12-07T16:15:55.367561+0000 mgr.a (mgr.24293) 15458 : cluster 0 pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:15:56.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:56 smithi022 bash[28554]: cluster 2023-12-07T16:15:55.367561+0000 mgr.a (mgr.24293) 15458 : cluster 0 pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:15:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:57 smithi022 bash[28554]: audit 2023-12-07T16:15:56.025567+0000 mgr.a (mgr.24293) 15459 : audit 0 from='client.308655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:57 smithi044 bash[32620]: audit 2023-12-07T16:15:56.025567+0000 mgr.a (mgr.24293) 15459 : audit 0 from='client.308655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:57 smithi027 bash[31536]: audit 2023-12-07T16:15:56.025567+0000 mgr.a (mgr.24293) 15459 : audit 0 from='client.308655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:15:58 smithi044 bash[32620]: cluster 2023-12-07T16:15:57.368586+0000 mgr.a (mgr.24293) 15460 : cluster 0 pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:58.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:15:58 smithi022 bash[28554]: cluster 2023-12-07T16:15:57.368586+0000 mgr.a (mgr.24293) 15460 : cluster 0 pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:15:58 smithi027 bash[31536]: cluster 2023-12-07T16:15:57.368586+0000 mgr.a (mgr.24293) 15460 : cluster 0 pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:00 smithi022 bash[28554]: cluster 2023-12-07T16:15:59.369153+0000 mgr.a (mgr.24293) 15461 : cluster 0 pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:00 smithi044 bash[32620]: cluster 2023-12-07T16:15:59.369153+0000 mgr.a (mgr.24293) 15461 : cluster 0 pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:00 smithi027 bash[31536]: cluster 2023-12-07T16:15:59.369153+0000 mgr.a (mgr.24293) 15461 : cluster 0 pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:01.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:01.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:01.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:01 smithi022 bash[28554]: cluster 2023-12-07T16:16:01.369913+0000 mgr.a (mgr.24293) 15462 : cluster 0 pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:01 smithi044 bash[32620]: cluster 2023-12-07T16:16:01.369913+0000 mgr.a (mgr.24293) 15462 : cluster 0 pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:01 smithi027 bash[31536]: cluster 2023-12-07T16:16:01.369913+0000 mgr.a (mgr.24293) 15462 : cluster 0 pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:02.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:02.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:02.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:02.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:02.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:02 smithi022 bash[28554]: audit 2023-12-07T16:16:01.974401+0000 mgr.a (mgr.24293) 15463 : audit 0 from='client.308730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:02 smithi044 bash[32620]: audit 2023-12-07T16:16:01.974401+0000 mgr.a (mgr.24293) 15463 : audit 0 from='client.308730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:02 smithi027 bash[31536]: audit 2023-12-07T16:16:01.974401+0000 mgr.a (mgr.24293) 15463 : audit 0 from='client.308730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:03 smithi027 bash[31536]: cluster 2023-12-07T16:16:03.370655+0000 mgr.a (mgr.24293) 15464 : cluster 0 pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:16:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:03 smithi022 bash[28554]: cluster 2023-12-07T16:16:03.370655+0000 mgr.a (mgr.24293) 15464 : cluster 0 pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:16:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:03 smithi044 bash[32620]: cluster 2023-12-07T16:16:03.370655+0000 mgr.a (mgr.24293) 15464 : cluster 0 pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:16:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:06 smithi027 bash[31536]: cluster 2023-12-07T16:16:05.371215+0000 mgr.a (mgr.24293) 15465 : cluster 0 pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:16:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:06 smithi022 bash[28554]: cluster 2023-12-07T16:16:05.371215+0000 mgr.a (mgr.24293) 15465 : cluster 0 pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:16:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:06 smithi044 bash[32620]: cluster 2023-12-07T16:16:05.371215+0000 mgr.a (mgr.24293) 15465 : cluster 0 pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:16:07.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:07.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:07.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:08.466 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:08.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:08 smithi027 bash[31536]: cluster 2023-12-07T16:16:07.372052+0000 mgr.a (mgr.24293) 15466 : cluster 0 pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:16:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:08 smithi022 bash[28554]: cluster 2023-12-07T16:16:07.372052+0000 mgr.a (mgr.24293) 15466 : cluster 0 pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:16:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:08 smithi044 bash[32620]: cluster 2023-12-07T16:16:07.372052+0000 mgr.a (mgr.24293) 15466 : cluster 0 pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:16:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:09 smithi027 bash[31536]: audit 2023-12-07T16:16:07.927074+0000 mgr.a (mgr.24293) 15467 : audit 0 from='client.308802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:09 smithi022 bash[28554]: audit 2023-12-07T16:16:07.927074+0000 mgr.a (mgr.24293) 15467 : audit 0 from='client.308802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:09 smithi044 bash[32620]: audit 2023-12-07T16:16:07.927074+0000 mgr.a (mgr.24293) 15467 : audit 0 from='client.308802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:10 smithi027 bash[31536]: cluster 2023-12-07T16:16:09.372832+0000 mgr.a (mgr.24293) 15468 : cluster 0 pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:10 smithi044 bash[32620]: cluster 2023-12-07T16:16:09.372832+0000 mgr.a (mgr.24293) 15468 : cluster 0 pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:10.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:10 smithi022 bash[28554]: cluster 2023-12-07T16:16:09.372832+0000 mgr.a (mgr.24293) 15468 : cluster 0 pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:11 smithi022 bash[28554]: cluster 2023-12-07T16:16:11.373610+0000 mgr.a (mgr.24293) 15469 : cluster 0 pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:11 smithi044 bash[32620]: cluster 2023-12-07T16:16:11.373610+0000 mgr.a (mgr.24293) 15469 : cluster 0 pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:12.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:11 smithi027 bash[31536]: cluster 2023-12-07T16:16:11.373610+0000 mgr.a (mgr.24293) 15469 : cluster 0 pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:13.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:13.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:13.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:14.425 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:14.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:14.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:14.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:14.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:14 smithi027 bash[31536]: cluster 2023-12-07T16:16:13.374165+0000 mgr.a (mgr.24293) 15470 : cluster 0 pgmap v11566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:14 smithi022 bash[28554]: cluster 2023-12-07T16:16:13.374165+0000 mgr.a (mgr.24293) 15470 : cluster 0 pgmap v11566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:14 smithi044 bash[32620]: cluster 2023-12-07T16:16:13.374165+0000 mgr.a (mgr.24293) 15470 : cluster 0 pgmap v11566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:15 smithi027 bash[31536]: audit 2023-12-07T16:16:13.893189+0000 mgr.a (mgr.24293) 15471 : audit 0 from='client.308877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:15 smithi022 bash[28554]: audit 2023-12-07T16:16:13.893189+0000 mgr.a (mgr.24293) 15471 : audit 0 from='client.308877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:15 smithi044 bash[32620]: audit 2023-12-07T16:16:13.893189+0000 mgr.a (mgr.24293) 15471 : audit 0 from='client.308877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:16 smithi027 bash[31536]: cluster 2023-12-07T16:16:15.374874+0000 mgr.a (mgr.24293) 15472 : cluster 0 pgmap v11567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:16 smithi022 bash[28554]: cluster 2023-12-07T16:16:15.374874+0000 mgr.a (mgr.24293) 15472 : cluster 0 pgmap v11567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:16 smithi044 bash[32620]: cluster 2023-12-07T16:16:15.374874+0000 mgr.a (mgr.24293) 15472 : cluster 0 pgmap v11567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:18 smithi027 bash[31536]: cluster 2023-12-07T16:16:17.375728+0000 mgr.a (mgr.24293) 15473 : cluster 0 pgmap v11568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:18 smithi022 bash[28554]: cluster 2023-12-07T16:16:17.375728+0000 mgr.a (mgr.24293) 15473 : cluster 0 pgmap v11568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:18 smithi044 bash[32620]: cluster 2023-12-07T16:16:17.375728+0000 mgr.a (mgr.24293) 15473 : cluster 0 pgmap v11568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:19.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:19.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:19.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:20.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:20.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:20.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:20.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:20.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:20 smithi027 bash[31536]: cluster 2023-12-07T16:16:19.376319+0000 mgr.a (mgr.24293) 15474 : 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-07T16:16:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:20 smithi027 bash[31536]: audit 2023-12-07T16:16:19.915942+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:16:20.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:20 smithi044 bash[32620]: cluster 2023-12-07T16:16:19.376319+0000 mgr.a (mgr.24293) 15474 : 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-07T16:16:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:20 smithi044 bash[32620]: audit 2023-12-07T16:16:19.915942+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:16:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:20 smithi022 bash[28554]: cluster 2023-12-07T16:16:19.376319+0000 mgr.a (mgr.24293) 15474 : 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-07T16:16:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:20 smithi022 bash[28554]: audit 2023-12-07T16:16:19.915942+0000 mon.a (mon.0) 2579 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:16:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:21 smithi022 bash[28554]: audit 2023-12-07T16:16:19.839694+0000 mgr.a (mgr.24293) 15475 : audit 0 from='client.308955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:21 smithi044 bash[32620]: audit 2023-12-07T16:16:19.839694+0000 mgr.a (mgr.24293) 15475 : audit 0 from='client.308955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:21 smithi027 bash[31536]: audit 2023-12-07T16:16:19.839694+0000 mgr.a (mgr.24293) 15475 : audit 0 from='client.308955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:22 smithi022 bash[28554]: cluster 2023-12-07T16:16:21.377210+0000 mgr.a (mgr.24293) 15476 : 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-07T16:16:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:22 smithi044 bash[32620]: cluster 2023-12-07T16:16:21.377210+0000 mgr.a (mgr.24293) 15476 : 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-07T16:16:22.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:22 smithi027 bash[31536]: cluster 2023-12-07T16:16:21.377210+0000 mgr.a (mgr.24293) 15476 : 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-07T16:16:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:24 smithi044 bash[32620]: cluster 2023-12-07T16:16:23.377870+0000 mgr.a (mgr.24293) 15477 : 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-07T16:16:24.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:24 smithi022 bash[28554]: cluster 2023-12-07T16:16:23.377870+0000 mgr.a (mgr.24293) 15477 : 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-07T16:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:24 smithi027 bash[31536]: cluster 2023-12-07T16:16:23.377870+0000 mgr.a (mgr.24293) 15477 : 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-07T16:16:25.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:25.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:25.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:26.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:26.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:26.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:26.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:26.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:25.316197+0000 mon.a (mon.0) 2580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:25.320621+0000 mon.a (mon.0) 2581 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:25.324988+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:25.331511+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:25.337131+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:25.340423+0000 mon.a (mon.0) 2585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: cluster 2023-12-07T16:16:25.378259+0000 mgr.a (mgr.24293) 15478 : 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-07T16:16:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:26.234494+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:16:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:26.236202+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:16:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:26 smithi022 bash[28554]: audit 2023-12-07T16:16:26.244557+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:25.316197+0000 mon.a (mon.0) 2580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:25.320621+0000 mon.a (mon.0) 2581 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:25.324988+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:25.331511+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:25.337131+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:25.340423+0000 mon.a (mon.0) 2585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: cluster 2023-12-07T16:16:25.378259+0000 mgr.a (mgr.24293) 15478 : 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-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:26.234494+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:26.236202+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:16:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:26 smithi044 bash[32620]: audit 2023-12-07T16:16:26.244557+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:25.316197+0000 mon.a (mon.0) 2580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:25.320621+0000 mon.a (mon.0) 2581 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:25.324988+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:25.331511+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:25.337131+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:25.340423+0000 mon.a (mon.0) 2585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: cluster 2023-12-07T16:16:25.378259+0000 mgr.a (mgr.24293) 15478 : 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-07T16:16:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:26.234494+0000 mon.a (mon.0) 2586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:16:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:26.236202+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:16:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:26 smithi027 bash[31536]: audit 2023-12-07T16:16:26.244557+0000 mon.a (mon.0) 2588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:16:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:27 smithi022 bash[28554]: audit 2023-12-07T16:16:25.739014+0000 mgr.a (mgr.24293) 15479 : audit 0 from='client.309030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:27 smithi044 bash[32620]: audit 2023-12-07T16:16:25.739014+0000 mgr.a (mgr.24293) 15479 : audit 0 from='client.309030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:27 smithi027 bash[31536]: audit 2023-12-07T16:16:25.739014+0000 mgr.a (mgr.24293) 15479 : audit 0 from='client.309030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:28 smithi022 bash[28554]: cluster 2023-12-07T16:16:27.379174+0000 mgr.a (mgr.24293) 15480 : cluster 0 pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:28 smithi044 bash[32620]: cluster 2023-12-07T16:16:27.379174+0000 mgr.a (mgr.24293) 15480 : cluster 0 pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:28 smithi027 bash[31536]: cluster 2023-12-07T16:16:27.379174+0000 mgr.a (mgr.24293) 15480 : cluster 0 pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:30 smithi027 bash[31536]: cluster 2023-12-07T16:16:29.379790+0000 mgr.a (mgr.24293) 15481 : cluster 0 pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:30 smithi022 bash[28554]: cluster 2023-12-07T16:16:29.379790+0000 mgr.a (mgr.24293) 15481 : cluster 0 pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:30 smithi044 bash[32620]: cluster 2023-12-07T16:16:29.379790+0000 mgr.a (mgr.24293) 15481 : cluster 0 pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:31.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:31.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:31.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:31 smithi027 bash[31536]: cluster 2023-12-07T16:16:31.380322+0000 mgr.a (mgr.24293) 15482 : cluster 0 pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:31 smithi027 bash[31536]: audit 2023-12-07T16:16:31.703716+0000 mgr.a (mgr.24293) 15483 : audit 0 from='client.309108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:32.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:32.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:32.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:32.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:32.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:31 smithi022 bash[28554]: cluster 2023-12-07T16:16:31.380322+0000 mgr.a (mgr.24293) 15482 : cluster 0 pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:31 smithi022 bash[28554]: audit 2023-12-07T16:16:31.703716+0000 mgr.a (mgr.24293) 15483 : audit 0 from='client.309108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:31 smithi044 bash[32620]: cluster 2023-12-07T16:16:31.380322+0000 mgr.a (mgr.24293) 15482 : cluster 0 pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:31 smithi044 bash[32620]: audit 2023-12-07T16:16:31.703716+0000 mgr.a (mgr.24293) 15483 : audit 0 from='client.309108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:34 smithi027 bash[31536]: cluster 2023-12-07T16:16:33.380962+0000 mgr.a (mgr.24293) 15484 : cluster 0 pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:34 smithi022 bash[28554]: cluster 2023-12-07T16:16:33.380962+0000 mgr.a (mgr.24293) 15484 : cluster 0 pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:34 smithi044 bash[32620]: cluster 2023-12-07T16:16:33.380962+0000 mgr.a (mgr.24293) 15484 : cluster 0 pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:36 smithi027 bash[31536]: cluster 2023-12-07T16:16:35.381534+0000 mgr.a (mgr.24293) 15485 : cluster 0 pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:36 smithi022 bash[28554]: cluster 2023-12-07T16:16:35.381534+0000 mgr.a (mgr.24293) 15485 : cluster 0 pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:36 smithi044 bash[32620]: cluster 2023-12-07T16:16:35.381534+0000 mgr.a (mgr.24293) 15485 : cluster 0 pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:37.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:37.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:37.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:38.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:38.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:38.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:38.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:38.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:38 smithi027 bash[31536]: cluster 2023-12-07T16:16:37.382142+0000 mgr.a (mgr.24293) 15486 : 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-07T16:16:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:38 smithi027 bash[31536]: audit 2023-12-07T16:16:37.650040+0000 mgr.a (mgr.24293) 15487 : audit 0 from='client.309180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:38 smithi022 bash[28554]: cluster 2023-12-07T16:16:37.382142+0000 mgr.a (mgr.24293) 15486 : 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-07T16:16:38.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:38 smithi022 bash[28554]: audit 2023-12-07T16:16:37.650040+0000 mgr.a (mgr.24293) 15487 : audit 0 from='client.309180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:38 smithi044 bash[32620]: cluster 2023-12-07T16:16:37.382142+0000 mgr.a (mgr.24293) 15486 : 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-07T16:16:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:38 smithi044 bash[32620]: audit 2023-12-07T16:16:37.650040+0000 mgr.a (mgr.24293) 15487 : audit 0 from='client.309180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:40 smithi027 bash[31536]: cluster 2023-12-07T16:16:39.382827+0000 mgr.a (mgr.24293) 15488 : cluster 0 pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:40 smithi022 bash[28554]: cluster 2023-12-07T16:16:39.382827+0000 mgr.a (mgr.24293) 15488 : cluster 0 pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:40 smithi044 bash[32620]: cluster 2023-12-07T16:16:39.382827+0000 mgr.a (mgr.24293) 15488 : cluster 0 pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:41 smithi027 bash[31536]: cluster 2023-12-07T16:16:41.383687+0000 mgr.a (mgr.24293) 15489 : cluster 0 pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:41 smithi044 bash[32620]: cluster 2023-12-07T16:16:41.383687+0000 mgr.a (mgr.24293) 15489 : cluster 0 pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:41 smithi022 bash[28554]: cluster 2023-12-07T16:16:41.383687+0000 mgr.a (mgr.24293) 15489 : cluster 0 pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:43.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:43.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:43.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:44.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:44.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:44.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:44.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:44.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:44 smithi027 bash[31536]: cluster 2023-12-07T16:16:43.384256+0000 mgr.a (mgr.24293) 15490 : cluster 0 pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:44 smithi027 bash[31536]: audit 2023-12-07T16:16:43.599243+0000 mgr.a (mgr.24293) 15491 : audit 0 from='client.309258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:44 smithi022 bash[28554]: cluster 2023-12-07T16:16:43.384256+0000 mgr.a (mgr.24293) 15490 : cluster 0 pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:44.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:44 smithi022 bash[28554]: audit 2023-12-07T16:16:43.599243+0000 mgr.a (mgr.24293) 15491 : audit 0 from='client.309258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:44 smithi044 bash[32620]: cluster 2023-12-07T16:16:43.384256+0000 mgr.a (mgr.24293) 15490 : cluster 0 pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:44 smithi044 bash[32620]: audit 2023-12-07T16:16:43.599243+0000 mgr.a (mgr.24293) 15491 : audit 0 from='client.309258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:46 smithi027 bash[31536]: cluster 2023-12-07T16:16:45.384894+0000 mgr.a (mgr.24293) 15492 : cluster 0 pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:46 smithi022 bash[28554]: cluster 2023-12-07T16:16:45.384894+0000 mgr.a (mgr.24293) 15492 : cluster 0 pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:46 smithi044 bash[32620]: cluster 2023-12-07T16:16:45.384894+0000 mgr.a (mgr.24293) 15492 : cluster 0 pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:48 smithi027 bash[31536]: cluster 2023-12-07T16:16:47.385722+0000 mgr.a (mgr.24293) 15493 : cluster 0 pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:48 smithi022 bash[28554]: cluster 2023-12-07T16:16:47.385722+0000 mgr.a (mgr.24293) 15493 : cluster 0 pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:48 smithi044 bash[32620]: cluster 2023-12-07T16:16:47.385722+0000 mgr.a (mgr.24293) 15493 : cluster 0 pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:49.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:49.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:49.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:50.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:50.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:50.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:50.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:50.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:50 smithi044 bash[32620]: cluster 2023-12-07T16:16:49.386082+0000 mgr.a (mgr.24293) 15494 : 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-07T16:16:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:50 smithi044 bash[32620]: audit 2023-12-07T16:16:49.559141+0000 mgr.a (mgr.24293) 15495 : audit 0 from='client.309333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:50.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:50 smithi022 bash[28554]: cluster 2023-12-07T16:16:49.386082+0000 mgr.a (mgr.24293) 15494 : 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-07T16:16:50.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:50 smithi022 bash[28554]: audit 2023-12-07T16:16:49.559141+0000 mgr.a (mgr.24293) 15495 : audit 0 from='client.309333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:50 smithi027 bash[31536]: cluster 2023-12-07T16:16:49.386082+0000 mgr.a (mgr.24293) 15494 : 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-07T16:16:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:50 smithi027 bash[31536]: audit 2023-12-07T16:16:49.559141+0000 mgr.a (mgr.24293) 15495 : audit 0 from='client.309333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:51 smithi022 bash[28554]: cluster 2023-12-07T16:16:51.386980+0000 mgr.a (mgr.24293) 15496 : 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-07T16:16:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:51 smithi044 bash[32620]: cluster 2023-12-07T16:16:51.386980+0000 mgr.a (mgr.24293) 15496 : 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-07T16:16:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:51 smithi027 bash[31536]: cluster 2023-12-07T16:16:51.386980+0000 mgr.a (mgr.24293) 15496 : 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-07T16:16:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:54 smithi027 bash[31536]: cluster 2023-12-07T16:16:53.387636+0000 mgr.a (mgr.24293) 15497 : 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-07T16:16:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:54 smithi022 bash[28554]: cluster 2023-12-07T16:16:53.387636+0000 mgr.a (mgr.24293) 15497 : 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-07T16:16:54.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:54 smithi044 bash[32620]: cluster 2023-12-07T16:16:53.387636+0000 mgr.a (mgr.24293) 15497 : 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-07T16:16:55.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:16:55.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:55.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:56.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:56.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:56.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:56.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:16:56.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:16:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:56 smithi027 bash[31536]: cluster 2023-12-07T16:16:55.388025+0000 mgr.a (mgr.24293) 15498 : 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-07T16:16:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:56 smithi027 bash[31536]: audit 2023-12-07T16:16:55.517525+0000 mgr.a (mgr.24293) 15499 : audit 0 from='client.309411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:56 smithi022 bash[28554]: cluster 2023-12-07T16:16:55.388025+0000 mgr.a (mgr.24293) 15498 : 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-07T16:16:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:56 smithi022 bash[28554]: audit 2023-12-07T16:16:55.517525+0000 mgr.a (mgr.24293) 15499 : audit 0 from='client.309411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:56 smithi044 bash[32620]: cluster 2023-12-07T16:16:55.388025+0000 mgr.a (mgr.24293) 15498 : 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-07T16:16:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:56 smithi044 bash[32620]: audit 2023-12-07T16:16:55.517525+0000 mgr.a (mgr.24293) 15499 : audit 0 from='client.309411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:16:58 smithi022 bash[28554]: cluster 2023-12-07T16:16:57.388992+0000 mgr.a (mgr.24293) 15500 : cluster 0 pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:16:58 smithi044 bash[32620]: cluster 2023-12-07T16:16:57.388992+0000 mgr.a (mgr.24293) 15500 : cluster 0 pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:16:58 smithi027 bash[31536]: cluster 2023-12-07T16:16:57.388992+0000 mgr.a (mgr.24293) 15500 : cluster 0 pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:00 smithi022 bash[28554]: cluster 2023-12-07T16:16:59.389570+0000 mgr.a (mgr.24293) 15501 : cluster 0 pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:00 smithi044 bash[32620]: cluster 2023-12-07T16:16:59.389570+0000 mgr.a (mgr.24293) 15501 : cluster 0 pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:00 smithi027 bash[31536]: cluster 2023-12-07T16:16:59.389570+0000 mgr.a (mgr.24293) 15501 : cluster 0 pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:01.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:01.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:01.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:02.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:02.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:02.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:02.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:02.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:02.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:01 smithi044 bash[32620]: cluster 2023-12-07T16:17:01.390301+0000 mgr.a (mgr.24293) 15502 : cluster 0 pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:01 smithi044 bash[32620]: audit 2023-12-07T16:17:01.465917+0000 mgr.a (mgr.24293) 15503 : audit 0 from='client.309486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:01 smithi027 bash[31536]: cluster 2023-12-07T16:17:01.390301+0000 mgr.a (mgr.24293) 15502 : cluster 0 pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:01 smithi027 bash[31536]: audit 2023-12-07T16:17:01.465917+0000 mgr.a (mgr.24293) 15503 : audit 0 from='client.309486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:01 smithi022 bash[28554]: cluster 2023-12-07T16:17:01.390301+0000 mgr.a (mgr.24293) 15502 : cluster 0 pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:01 smithi022 bash[28554]: audit 2023-12-07T16:17:01.465917+0000 mgr.a (mgr.24293) 15503 : audit 0 from='client.309486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:04 smithi027 bash[31536]: cluster 2023-12-07T16:17:03.390957+0000 mgr.a (mgr.24293) 15504 : cluster 0 pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:04 smithi022 bash[28554]: cluster 2023-12-07T16:17:03.390957+0000 mgr.a (mgr.24293) 15504 : cluster 0 pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:04 smithi044 bash[32620]: cluster 2023-12-07T16:17:03.390957+0000 mgr.a (mgr.24293) 15504 : cluster 0 pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:06 smithi022 bash[28554]: cluster 2023-12-07T16:17:05.391534+0000 mgr.a (mgr.24293) 15505 : cluster 0 pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:06 smithi044 bash[32620]: cluster 2023-12-07T16:17:05.391534+0000 mgr.a (mgr.24293) 15505 : cluster 0 pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:06 smithi027 bash[31536]: cluster 2023-12-07T16:17:05.391534+0000 mgr.a (mgr.24293) 15505 : cluster 0 pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:07.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:07.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:07.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:07.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:07.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:07.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:07.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:07.962 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:08 smithi022 bash[28554]: cluster 2023-12-07T16:17:07.392563+0000 mgr.a (mgr.24293) 15506 : cluster 0 pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:08 smithi022 bash[28554]: audit 2023-12-07T16:17:07.424872+0000 mgr.a (mgr.24293) 15507 : audit 0 from='client.309564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:08 smithi044 bash[32620]: cluster 2023-12-07T16:17:07.392563+0000 mgr.a (mgr.24293) 15506 : cluster 0 pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:08 smithi044 bash[32620]: audit 2023-12-07T16:17:07.424872+0000 mgr.a (mgr.24293) 15507 : audit 0 from='client.309564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:08 smithi027 bash[31536]: cluster 2023-12-07T16:17:07.392563+0000 mgr.a (mgr.24293) 15506 : cluster 0 pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:08 smithi027 bash[31536]: audit 2023-12-07T16:17:07.424872+0000 mgr.a (mgr.24293) 15507 : audit 0 from='client.309564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:10 smithi022 bash[28554]: cluster 2023-12-07T16:17:09.393294+0000 mgr.a (mgr.24293) 15508 : cluster 0 pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:10 smithi044 bash[32620]: cluster 2023-12-07T16:17:09.393294+0000 mgr.a (mgr.24293) 15508 : cluster 0 pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:10 smithi027 bash[31536]: cluster 2023-12-07T16:17:09.393294+0000 mgr.a (mgr.24293) 15508 : cluster 0 pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:11 smithi022 bash[28554]: cluster 2023-12-07T16:17:11.394082+0000 mgr.a (mgr.24293) 15509 : cluster 0 pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:11 smithi044 bash[32620]: cluster 2023-12-07T16:17:11.394082+0000 mgr.a (mgr.24293) 15509 : cluster 0 pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:11 smithi027 bash[31536]: cluster 2023-12-07T16:17:11.394082+0000 mgr.a (mgr.24293) 15509 : cluster 0 pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:12.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:12.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:12.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:13.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:13.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:13.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:13.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:13.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:14 smithi022 bash[28554]: audit 2023-12-07T16:17:13.384160+0000 mgr.a (mgr.24293) 15510 : audit 0 from='client.309639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:14 smithi022 bash[28554]: cluster 2023-12-07T16:17:13.400660+0000 mgr.a (mgr.24293) 15511 : cluster 0 pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:14 smithi044 bash[32620]: audit 2023-12-07T16:17:13.384160+0000 mgr.a (mgr.24293) 15510 : audit 0 from='client.309639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:14 smithi044 bash[32620]: cluster 2023-12-07T16:17:13.400660+0000 mgr.a (mgr.24293) 15511 : cluster 0 pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:14 smithi027 bash[31536]: audit 2023-12-07T16:17:13.384160+0000 mgr.a (mgr.24293) 15510 : audit 0 from='client.309639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:14 smithi027 bash[31536]: cluster 2023-12-07T16:17:13.400660+0000 mgr.a (mgr.24293) 15511 : cluster 0 pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:16 smithi022 bash[28554]: cluster 2023-12-07T16:17:15.401390+0000 mgr.a (mgr.24293) 15512 : cluster 0 pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:16 smithi044 bash[32620]: cluster 2023-12-07T16:17:15.401390+0000 mgr.a (mgr.24293) 15512 : cluster 0 pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:16 smithi027 bash[31536]: cluster 2023-12-07T16:17:15.401390+0000 mgr.a (mgr.24293) 15512 : cluster 0 pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:18.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:18.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:18.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:18 smithi022 bash[28554]: cluster 2023-12-07T16:17:17.402221+0000 mgr.a (mgr.24293) 15513 : cluster 0 pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:18 smithi044 bash[32620]: cluster 2023-12-07T16:17:17.402221+0000 mgr.a (mgr.24293) 15513 : cluster 0 pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:18 smithi027 bash[31536]: cluster 2023-12-07T16:17:17.402221+0000 mgr.a (mgr.24293) 15513 : cluster 0 pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:19.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:19.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:19.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:19.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:19.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:20 smithi022 bash[28554]: audit 2023-12-07T16:17:19.331625+0000 mgr.a (mgr.24293) 15514 : audit 0 from='client.309714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:20 smithi022 bash[28554]: cluster 2023-12-07T16:17:19.402837+0000 mgr.a (mgr.24293) 15515 : cluster 0 pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:20 smithi044 bash[32620]: audit 2023-12-07T16:17:19.331625+0000 mgr.a (mgr.24293) 15514 : audit 0 from='client.309714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:20 smithi044 bash[32620]: cluster 2023-12-07T16:17:19.402837+0000 mgr.a (mgr.24293) 15515 : cluster 0 pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:20 smithi027 bash[31536]: audit 2023-12-07T16:17:19.331625+0000 mgr.a (mgr.24293) 15514 : audit 0 from='client.309714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:20 smithi027 bash[31536]: cluster 2023-12-07T16:17:19.402837+0000 mgr.a (mgr.24293) 15515 : cluster 0 pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:21 smithi022 bash[28554]: cluster 2023-12-07T16:17:21.403774+0000 mgr.a (mgr.24293) 15516 : cluster 0 pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:21 smithi044 bash[32620]: cluster 2023-12-07T16:17:21.403774+0000 mgr.a (mgr.24293) 15516 : cluster 0 pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:21 smithi027 bash[31536]: cluster 2023-12-07T16:17:21.403774+0000 mgr.a (mgr.24293) 15516 : cluster 0 pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:24.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:24.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:24.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:24 smithi022 bash[28554]: cluster 2023-12-07T16:17:23.404337+0000 mgr.a (mgr.24293) 15517 : 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-07T16:17:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:24 smithi044 bash[32620]: cluster 2023-12-07T16:17:23.404337+0000 mgr.a (mgr.24293) 15517 : 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-07T16:17:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:24 smithi027 bash[31536]: cluster 2023-12-07T16:17:23.404337+0000 mgr.a (mgr.24293) 15517 : 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-07T16:17:25.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:25.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:25.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:25.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:25.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:26 smithi022 bash[28554]: audit 2023-12-07T16:17:25.274808+0000 mgr.a (mgr.24293) 15518 : audit 0 from='client.309789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:26 smithi022 bash[28554]: cluster 2023-12-07T16:17:25.404870+0000 mgr.a (mgr.24293) 15519 : 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-07T16:17:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:26 smithi022 bash[28554]: audit 2023-12-07T16:17:26.348491+0000 mon.a (mon.0) 2589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:17:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:26 smithi044 bash[32620]: audit 2023-12-07T16:17:25.274808+0000 mgr.a (mgr.24293) 15518 : audit 0 from='client.309789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:26 smithi044 bash[32620]: cluster 2023-12-07T16:17:25.404870+0000 mgr.a (mgr.24293) 15519 : 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-07T16:17:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:26 smithi044 bash[32620]: audit 2023-12-07T16:17:26.348491+0000 mon.a (mon.0) 2589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:17:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:26 smithi027 bash[31536]: audit 2023-12-07T16:17:25.274808+0000 mgr.a (mgr.24293) 15518 : audit 0 from='client.309789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:26 smithi027 bash[31536]: cluster 2023-12-07T16:17:25.404870+0000 mgr.a (mgr.24293) 15519 : 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-07T16:17:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:26 smithi027 bash[31536]: audit 2023-12-07T16:17:26.348491+0000 mon.a (mon.0) 2589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:17:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:27 smithi022 bash[28554]: audit 2023-12-07T16:17:27.134187+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:17:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:27 smithi022 bash[28554]: audit 2023-12-07T16:17:27.136070+0000 mon.a (mon.0) 2591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:17:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:27 smithi022 bash[28554]: audit 2023-12-07T16:17:27.146302+0000 mon.a (mon.0) 2592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:17:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:27 smithi044 bash[32620]: audit 2023-12-07T16:17:27.134187+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:17:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:27 smithi044 bash[32620]: audit 2023-12-07T16:17:27.136070+0000 mon.a (mon.0) 2591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:17:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:27 smithi044 bash[32620]: audit 2023-12-07T16:17:27.146302+0000 mon.a (mon.0) 2592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:17:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:27 smithi027 bash[31536]: audit 2023-12-07T16:17:27.134187+0000 mon.a (mon.0) 2590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:17:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:27 smithi027 bash[31536]: audit 2023-12-07T16:17:27.136070+0000 mon.a (mon.0) 2591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:17:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:27 smithi027 bash[31536]: audit 2023-12-07T16:17:27.146302+0000 mon.a (mon.0) 2592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:17:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:28 smithi022 bash[28554]: cluster 2023-12-07T16:17:27.405865+0000 mgr.a (mgr.24293) 15520 : cluster 0 pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:17:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:28 smithi044 bash[32620]: cluster 2023-12-07T16:17:27.405865+0000 mgr.a (mgr.24293) 15520 : cluster 0 pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:17:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:28 smithi027 bash[31536]: cluster 2023-12-07T16:17:27.405865+0000 mgr.a (mgr.24293) 15520 : cluster 0 pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:17:30.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:30.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:30.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:30 smithi022 bash[28554]: cluster 2023-12-07T16:17:29.406443+0000 mgr.a (mgr.24293) 15521 : cluster 0 pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:17:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:30 smithi044 bash[32620]: cluster 2023-12-07T16:17:29.406443+0000 mgr.a (mgr.24293) 15521 : cluster 0 pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:17:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:30 smithi027 bash[31536]: cluster 2023-12-07T16:17:29.406443+0000 mgr.a (mgr.24293) 15521 : cluster 0 pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:17:31.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:31.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:31.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:31.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:31.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:31 smithi022 bash[28554]: audit 2023-12-07T16:17:31.199172+0000 mgr.a (mgr.24293) 15522 : audit 0 from='client.309864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:31 smithi022 bash[28554]: cluster 2023-12-07T16:17:31.407321+0000 mgr.a (mgr.24293) 15523 : cluster 0 pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:31 smithi044 bash[32620]: audit 2023-12-07T16:17:31.199172+0000 mgr.a (mgr.24293) 15522 : audit 0 from='client.309864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:31 smithi044 bash[32620]: cluster 2023-12-07T16:17:31.407321+0000 mgr.a (mgr.24293) 15523 : cluster 0 pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:31 smithi027 bash[31536]: audit 2023-12-07T16:17:31.199172+0000 mgr.a (mgr.24293) 15522 : audit 0 from='client.309864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:31 smithi027 bash[31536]: cluster 2023-12-07T16:17:31.407321+0000 mgr.a (mgr.24293) 15523 : cluster 0 pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:34 smithi022 bash[28554]: cluster 2023-12-07T16:17:33.408014+0000 mgr.a (mgr.24293) 15524 : cluster 0 pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:34 smithi044 bash[32620]: cluster 2023-12-07T16:17:33.408014+0000 mgr.a (mgr.24293) 15524 : cluster 0 pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:34 smithi027 bash[31536]: cluster 2023-12-07T16:17:33.408014+0000 mgr.a (mgr.24293) 15524 : cluster 0 pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:36.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:36.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:36.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:36 smithi022 bash[28554]: cluster 2023-12-07T16:17:35.408596+0000 mgr.a (mgr.24293) 15525 : cluster 0 pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:36 smithi044 bash[32620]: cluster 2023-12-07T16:17:35.408596+0000 mgr.a (mgr.24293) 15525 : cluster 0 pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:36 smithi027 bash[31536]: cluster 2023-12-07T16:17:35.408596+0000 mgr.a (mgr.24293) 15525 : cluster 0 pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:17:37.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:37.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:37.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:37.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:37.668 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:38 smithi022 bash[28554]: audit 2023-12-07T16:17:37.131067+0000 mgr.a (mgr.24293) 15526 : audit 0 from='client.309939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:38 smithi022 bash[28554]: cluster 2023-12-07T16:17:37.410439+0000 mgr.a (mgr.24293) 15527 : cluster 0 pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:38 smithi044 bash[32620]: audit 2023-12-07T16:17:37.131067+0000 mgr.a (mgr.24293) 15526 : audit 0 from='client.309939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:38 smithi044 bash[32620]: cluster 2023-12-07T16:17:37.410439+0000 mgr.a (mgr.24293) 15527 : cluster 0 pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:38 smithi027 bash[31536]: audit 2023-12-07T16:17:37.131067+0000 mgr.a (mgr.24293) 15526 : audit 0 from='client.309939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:38.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:38 smithi027 bash[31536]: cluster 2023-12-07T16:17:37.410439+0000 mgr.a (mgr.24293) 15527 : cluster 0 pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:40 smithi022 bash[28554]: cluster 2023-12-07T16:17:39.411189+0000 mgr.a (mgr.24293) 15528 : cluster 0 pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:17:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:40 smithi044 bash[32620]: cluster 2023-12-07T16:17:39.411189+0000 mgr.a (mgr.24293) 15528 : cluster 0 pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:17:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:40 smithi027 bash[31536]: cluster 2023-12-07T16:17:39.411189+0000 mgr.a (mgr.24293) 15528 : cluster 0 pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:17:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:41 smithi022 bash[28554]: cluster 2023-12-07T16:17:41.412047+0000 mgr.a (mgr.24293) 15529 : cluster 0 pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:17:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:41 smithi044 bash[32620]: cluster 2023-12-07T16:17:41.412047+0000 mgr.a (mgr.24293) 15529 : cluster 0 pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:17:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:41 smithi027 bash[31536]: cluster 2023-12-07T16:17:41.412047+0000 mgr.a (mgr.24293) 15529 : cluster 0 pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:17:42.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:42.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:42.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:43.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:43.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:43.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:43.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:43.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:44 smithi022 bash[28554]: audit 2023-12-07T16:17:43.086523+0000 mgr.a (mgr.24293) 15530 : audit 0 from='client.310014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:44 smithi022 bash[28554]: cluster 2023-12-07T16:17:43.412521+0000 mgr.a (mgr.24293) 15531 : cluster 0 pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:44 smithi044 bash[32620]: audit 2023-12-07T16:17:43.086523+0000 mgr.a (mgr.24293) 15530 : audit 0 from='client.310014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:44 smithi044 bash[32620]: cluster 2023-12-07T16:17:43.412521+0000 mgr.a (mgr.24293) 15531 : cluster 0 pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:44.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:44 smithi027 bash[31536]: audit 2023-12-07T16:17:43.086523+0000 mgr.a (mgr.24293) 15530 : audit 0 from='client.310014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:44.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:44 smithi027 bash[31536]: cluster 2023-12-07T16:17:43.412521+0000 mgr.a (mgr.24293) 15531 : cluster 0 pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:46 smithi022 bash[28554]: cluster 2023-12-07T16:17:45.412989+0000 mgr.a (mgr.24293) 15532 : cluster 0 pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:46.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:46 smithi044 bash[32620]: cluster 2023-12-07T16:17:45.412989+0000 mgr.a (mgr.24293) 15532 : cluster 0 pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:46 smithi027 bash[31536]: cluster 2023-12-07T16:17:45.412989+0000 mgr.a (mgr.24293) 15532 : cluster 0 pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:48.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:48.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:48.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:48 smithi022 bash[28554]: cluster 2023-12-07T16:17:47.413794+0000 mgr.a (mgr.24293) 15533 : cluster 0 pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:48 smithi044 bash[32620]: cluster 2023-12-07T16:17:47.413794+0000 mgr.a (mgr.24293) 15533 : cluster 0 pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:48 smithi027 bash[31536]: cluster 2023-12-07T16:17:47.413794+0000 mgr.a (mgr.24293) 15533 : cluster 0 pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:49.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:49.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:49.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:49.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:49.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:50 smithi022 bash[28554]: audit 2023-12-07T16:17:49.040848+0000 mgr.a (mgr.24293) 15534 : audit 0 from='client.310092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:50 smithi022 bash[28554]: cluster 2023-12-07T16:17:49.414344+0000 mgr.a (mgr.24293) 15535 : cluster 0 pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:50 smithi044 bash[32620]: audit 2023-12-07T16:17:49.040848+0000 mgr.a (mgr.24293) 15534 : audit 0 from='client.310092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:50 smithi044 bash[32620]: cluster 2023-12-07T16:17:49.414344+0000 mgr.a (mgr.24293) 15535 : cluster 0 pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:50 smithi027 bash[31536]: audit 2023-12-07T16:17:49.040848+0000 mgr.a (mgr.24293) 15534 : audit 0 from='client.310092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:50 smithi027 bash[31536]: cluster 2023-12-07T16:17:49.414344+0000 mgr.a (mgr.24293) 15535 : cluster 0 pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:17:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:51 smithi022 bash[28554]: cluster 2023-12-07T16:17:51.415408+0000 mgr.a (mgr.24293) 15536 : cluster 0 pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:51 smithi044 bash[32620]: cluster 2023-12-07T16:17:51.415408+0000 mgr.a (mgr.24293) 15536 : cluster 0 pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:51 smithi027 bash[31536]: cluster 2023-12-07T16:17:51.415408+0000 mgr.a (mgr.24293) 15536 : cluster 0 pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:17:54.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:17:54.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:54.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:54 smithi022 bash[28554]: cluster 2023-12-07T16:17:53.415995+0000 mgr.a (mgr.24293) 15537 : 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-07T16:17:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:54 smithi044 bash[32620]: cluster 2023-12-07T16:17:53.415995+0000 mgr.a (mgr.24293) 15537 : 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-07T16:17:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:54 smithi027 bash[31536]: cluster 2023-12-07T16:17:53.415995+0000 mgr.a (mgr.24293) 15537 : 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-07T16:17:55.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:17:55.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:55.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:55.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:55.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:17:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:56 smithi022 bash[28554]: audit 2023-12-07T16:17:54.980941+0000 mgr.a (mgr.24293) 15538 : audit 0 from='client.310170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:56.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:56 smithi022 bash[28554]: cluster 2023-12-07T16:17:55.416688+0000 mgr.a (mgr.24293) 15539 : 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-07T16:17:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:56 smithi044 bash[32620]: audit 2023-12-07T16:17:54.980941+0000 mgr.a (mgr.24293) 15538 : audit 0 from='client.310170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:56 smithi044 bash[32620]: cluster 2023-12-07T16:17:55.416688+0000 mgr.a (mgr.24293) 15539 : 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-07T16:17:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:56 smithi027 bash[31536]: audit 2023-12-07T16:17:54.980941+0000 mgr.a (mgr.24293) 15538 : audit 0 from='client.310170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:56 smithi027 bash[31536]: cluster 2023-12-07T16:17:55.416688+0000 mgr.a (mgr.24293) 15539 : 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-07T16:17:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:17:58 smithi022 bash[28554]: cluster 2023-12-07T16:17:57.417526+0000 mgr.a (mgr.24293) 15540 : cluster 0 pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:17:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:17:58 smithi044 bash[32620]: cluster 2023-12-07T16:17:57.417526+0000 mgr.a (mgr.24293) 15540 : cluster 0 pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:17:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:17:58 smithi027 bash[31536]: cluster 2023-12-07T16:17:57.417526+0000 mgr.a (mgr.24293) 15540 : cluster 0 pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:18:00.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:00.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:00.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:00 smithi022 bash[28554]: cluster 2023-12-07T16:17:59.418069+0000 mgr.a (mgr.24293) 15541 : cluster 0 pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:18:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:00 smithi044 bash[32620]: cluster 2023-12-07T16:17:59.418069+0000 mgr.a (mgr.24293) 15541 : cluster 0 pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:18:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:00 smithi027 bash[31536]: cluster 2023-12-07T16:17:59.418069+0000 mgr.a (mgr.24293) 15541 : cluster 0 pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:18:01.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:01.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:01.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:01.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:01.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:01 smithi022 bash[28554]: audit 2023-12-07T16:18:00.933543+0000 mgr.a (mgr.24293) 15542 : audit 0 from='client.310245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:01 smithi022 bash[28554]: cluster 2023-12-07T16:18:01.418718+0000 mgr.a (mgr.24293) 15543 : cluster 0 pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:01 smithi044 bash[32620]: audit 2023-12-07T16:18:00.933543+0000 mgr.a (mgr.24293) 15542 : audit 0 from='client.310245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:01 smithi044 bash[32620]: cluster 2023-12-07T16:18:01.418718+0000 mgr.a (mgr.24293) 15543 : cluster 0 pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:01 smithi027 bash[31536]: audit 2023-12-07T16:18:00.933543+0000 mgr.a (mgr.24293) 15542 : audit 0 from='client.310245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:01 smithi027 bash[31536]: cluster 2023-12-07T16:18:01.418718+0000 mgr.a (mgr.24293) 15543 : cluster 0 pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:04 smithi022 bash[28554]: cluster 2023-12-07T16:18:03.419276+0000 mgr.a (mgr.24293) 15544 : cluster 0 pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:04 smithi044 bash[32620]: cluster 2023-12-07T16:18:03.419276+0000 mgr.a (mgr.24293) 15544 : cluster 0 pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:04 smithi027 bash[31536]: cluster 2023-12-07T16:18:03.419276+0000 mgr.a (mgr.24293) 15544 : cluster 0 pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:06.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:06.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:06.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:06 smithi022 bash[28554]: cluster 2023-12-07T16:18:05.419842+0000 mgr.a (mgr.24293) 15545 : cluster 0 pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:06 smithi044 bash[32620]: cluster 2023-12-07T16:18:05.419842+0000 mgr.a (mgr.24293) 15545 : cluster 0 pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:06 smithi027 bash[31536]: cluster 2023-12-07T16:18:05.419842+0000 mgr.a (mgr.24293) 15545 : cluster 0 pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:07.422 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:07.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:07.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:07.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:07.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:08 smithi022 bash[28554]: audit 2023-12-07T16:18:06.879304+0000 mgr.a (mgr.24293) 15546 : audit 0 from='client.310320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:08.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:08 smithi022 bash[28554]: cluster 2023-12-07T16:18:07.420706+0000 mgr.a (mgr.24293) 15547 : cluster 0 pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:08 smithi044 bash[32620]: audit 2023-12-07T16:18:06.879304+0000 mgr.a (mgr.24293) 15546 : audit 0 from='client.310320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:08 smithi044 bash[32620]: cluster 2023-12-07T16:18:07.420706+0000 mgr.a (mgr.24293) 15547 : cluster 0 pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:08 smithi027 bash[31536]: audit 2023-12-07T16:18:06.879304+0000 mgr.a (mgr.24293) 15546 : audit 0 from='client.310320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:08 smithi027 bash[31536]: cluster 2023-12-07T16:18:07.420706+0000 mgr.a (mgr.24293) 15547 : cluster 0 pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:10 smithi022 bash[28554]: cluster 2023-12-07T16:18:09.421273+0000 mgr.a (mgr.24293) 15548 : cluster 0 pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:18:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:10 smithi044 bash[32620]: cluster 2023-12-07T16:18:09.421273+0000 mgr.a (mgr.24293) 15548 : cluster 0 pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:18:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:10 smithi027 bash[31536]: cluster 2023-12-07T16:18:09.421273+0000 mgr.a (mgr.24293) 15548 : cluster 0 pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:18:12.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:11 smithi022 bash[28554]: cluster 2023-12-07T16:18:11.421997+0000 mgr.a (mgr.24293) 15549 : 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-07T16:18:12.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:12.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:11 smithi044 bash[32620]: cluster 2023-12-07T16:18:11.421997+0000 mgr.a (mgr.24293) 15549 : 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-07T16:18:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:11 smithi027 bash[31536]: cluster 2023-12-07T16:18:11.421997+0000 mgr.a (mgr.24293) 15549 : 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-07T16:18:13.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:13.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:13.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:13.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:13.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:14.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:14 smithi022 bash[28554]: audit 2023-12-07T16:18:12.831739+0000 mgr.a (mgr.24293) 15550 : audit 0 from='client.310392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:14.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:14 smithi022 bash[28554]: cluster 2023-12-07T16:18:13.422688+0000 mgr.a (mgr.24293) 15551 : cluster 0 pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:14 smithi044 bash[32620]: audit 2023-12-07T16:18:12.831739+0000 mgr.a (mgr.24293) 15550 : audit 0 from='client.310392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:14 smithi044 bash[32620]: cluster 2023-12-07T16:18:13.422688+0000 mgr.a (mgr.24293) 15551 : cluster 0 pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:14 smithi027 bash[31536]: audit 2023-12-07T16:18:12.831739+0000 mgr.a (mgr.24293) 15550 : audit 0 from='client.310392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:14 smithi027 bash[31536]: cluster 2023-12-07T16:18:13.422688+0000 mgr.a (mgr.24293) 15551 : cluster 0 pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:16 smithi022 bash[28554]: cluster 2023-12-07T16:18:15.423255+0000 mgr.a (mgr.24293) 15552 : cluster 0 pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:16 smithi044 bash[32620]: cluster 2023-12-07T16:18:15.423255+0000 mgr.a (mgr.24293) 15552 : cluster 0 pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:16 smithi027 bash[31536]: cluster 2023-12-07T16:18:15.423255+0000 mgr.a (mgr.24293) 15552 : cluster 0 pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:18.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:18.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:18.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:18 smithi022 bash[28554]: cluster 2023-12-07T16:18:17.424050+0000 mgr.a (mgr.24293) 15553 : cluster 0 pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:18 smithi044 bash[32620]: cluster 2023-12-07T16:18:17.424050+0000 mgr.a (mgr.24293) 15553 : cluster 0 pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:18 smithi027 bash[31536]: cluster 2023-12-07T16:18:17.424050+0000 mgr.a (mgr.24293) 15553 : cluster 0 pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:19.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:19.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:19.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:19.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:19.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:20 smithi022 bash[28554]: audit 2023-12-07T16:18:18.774446+0000 mgr.a (mgr.24293) 15554 : audit 0 from='client.310467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:20 smithi022 bash[28554]: cluster 2023-12-07T16:18:19.424794+0000 mgr.a (mgr.24293) 15555 : cluster 0 pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:20 smithi044 bash[32620]: audit 2023-12-07T16:18:18.774446+0000 mgr.a (mgr.24293) 15554 : audit 0 from='client.310467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:20 smithi044 bash[32620]: cluster 2023-12-07T16:18:19.424794+0000 mgr.a (mgr.24293) 15555 : cluster 0 pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:20 smithi027 bash[31536]: audit 2023-12-07T16:18:18.774446+0000 mgr.a (mgr.24293) 15554 : audit 0 from='client.310467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:20 smithi027 bash[31536]: cluster 2023-12-07T16:18:19.424794+0000 mgr.a (mgr.24293) 15555 : cluster 0 pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:21 smithi022 bash[28554]: cluster 2023-12-07T16:18:21.425618+0000 mgr.a (mgr.24293) 15556 : cluster 0 pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:21 smithi044 bash[32620]: cluster 2023-12-07T16:18:21.425618+0000 mgr.a (mgr.24293) 15556 : cluster 0 pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:21 smithi027 bash[31536]: cluster 2023-12-07T16:18:21.425618+0000 mgr.a (mgr.24293) 15556 : cluster 0 pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:24.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:24.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:24.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:24 smithi022 bash[28554]: cluster 2023-12-07T16:18:23.426187+0000 mgr.a (mgr.24293) 15557 : cluster 0 pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:24 smithi044 bash[32620]: cluster 2023-12-07T16:18:23.426187+0000 mgr.a (mgr.24293) 15557 : cluster 0 pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:24 smithi027 bash[31536]: cluster 2023-12-07T16:18:23.426187+0000 mgr.a (mgr.24293) 15557 : cluster 0 pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:25.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:25.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:25.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:25.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:25.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:25 smithi022 bash[28554]: audit 2023-12-07T16:18:24.708277+0000 mgr.a (mgr.24293) 15558 : audit 0 from='client.310542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:25 smithi044 bash[32620]: audit 2023-12-07T16:18:24.708277+0000 mgr.a (mgr.24293) 15558 : audit 0 from='client.310542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:25 smithi027 bash[31536]: audit 2023-12-07T16:18:24.708277+0000 mgr.a (mgr.24293) 15558 : audit 0 from='client.310542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:26 smithi022 bash[28554]: cluster 2023-12-07T16:18:25.426886+0000 mgr.a (mgr.24293) 15559 : cluster 0 pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:26 smithi044 bash[32620]: cluster 2023-12-07T16:18:25.426886+0000 mgr.a (mgr.24293) 15559 : cluster 0 pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:26 smithi027 bash[31536]: cluster 2023-12-07T16:18:25.426886+0000 mgr.a (mgr.24293) 15559 : cluster 0 pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:27 smithi022 bash[28554]: audit 2023-12-07T16:18:27.250077+0000 mon.a (mon.0) 2593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:18:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:27 smithi044 bash[32620]: audit 2023-12-07T16:18:27.250077+0000 mon.a (mon.0) 2593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:18:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:27 smithi027 bash[31536]: audit 2023-12-07T16:18:27.250077+0000 mon.a (mon.0) 2593 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:18:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:28 smithi022 bash[28554]: cluster 2023-12-07T16:18:27.427723+0000 mgr.a (mgr.24293) 15560 : cluster 0 pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:28 smithi022 bash[28554]: audit 2023-12-07T16:18:28.042729+0000 mon.a (mon.0) 2594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:18:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:28 smithi022 bash[28554]: audit 2023-12-07T16:18:28.044798+0000 mon.a (mon.0) 2595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:18:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:28 smithi022 bash[28554]: audit 2023-12-07T16:18:28.053782+0000 mon.a (mon.0) 2596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:18:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:28 smithi044 bash[32620]: cluster 2023-12-07T16:18:27.427723+0000 mgr.a (mgr.24293) 15560 : cluster 0 pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:28 smithi044 bash[32620]: audit 2023-12-07T16:18:28.042729+0000 mon.a (mon.0) 2594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:18:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:28 smithi044 bash[32620]: audit 2023-12-07T16:18:28.044798+0000 mon.a (mon.0) 2595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:18:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:28 smithi044 bash[32620]: audit 2023-12-07T16:18:28.053782+0000 mon.a (mon.0) 2596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:18:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:28 smithi027 bash[31536]: cluster 2023-12-07T16:18:27.427723+0000 mgr.a (mgr.24293) 15560 : cluster 0 pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:28 smithi027 bash[31536]: audit 2023-12-07T16:18:28.042729+0000 mon.a (mon.0) 2594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:18:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:28 smithi027 bash[31536]: audit 2023-12-07T16:18:28.044798+0000 mon.a (mon.0) 2595 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:18:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:28 smithi027 bash[31536]: audit 2023-12-07T16:18:28.053782+0000 mon.a (mon.0) 2596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:18:30.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:30.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:30.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:30 smithi022 bash[28554]: cluster 2023-12-07T16:18:29.428309+0000 mgr.a (mgr.24293) 15561 : 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-07T16:18:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:30 smithi044 bash[32620]: cluster 2023-12-07T16:18:29.428309+0000 mgr.a (mgr.24293) 15561 : 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-07T16:18:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:30 smithi027 bash[31536]: cluster 2023-12-07T16:18:29.428309+0000 mgr.a (mgr.24293) 15561 : 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-07T16:18:31.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:31.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:31.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:31.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:31.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:31 smithi022 bash[28554]: audit 2023-12-07T16:18:30.647682+0000 mgr.a (mgr.24293) 15562 : audit 0 from='client.310614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:31.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:31 smithi044 bash[32620]: audit 2023-12-07T16:18:30.647682+0000 mgr.a (mgr.24293) 15562 : audit 0 from='client.310614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:31 smithi027 bash[31536]: audit 2023-12-07T16:18:30.647682+0000 mgr.a (mgr.24293) 15562 : audit 0 from='client.310614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:32 smithi022 bash[28554]: cluster 2023-12-07T16:18:31.429455+0000 mgr.a (mgr.24293) 15563 : cluster 0 pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:32.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:32 smithi044 bash[32620]: cluster 2023-12-07T16:18:31.429455+0000 mgr.a (mgr.24293) 15563 : cluster 0 pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:32 smithi027 bash[31536]: cluster 2023-12-07T16:18:31.429455+0000 mgr.a (mgr.24293) 15563 : cluster 0 pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:34 smithi022 bash[28554]: cluster 2023-12-07T16:18:33.430057+0000 mgr.a (mgr.24293) 15564 : cluster 0 pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:34 smithi044 bash[32620]: cluster 2023-12-07T16:18:33.430057+0000 mgr.a (mgr.24293) 15564 : cluster 0 pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:34 smithi027 bash[31536]: cluster 2023-12-07T16:18:33.430057+0000 mgr.a (mgr.24293) 15564 : cluster 0 pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:36.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:36.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:36.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:36 smithi022 bash[28554]: cluster 2023-12-07T16:18:35.430578+0000 mgr.a (mgr.24293) 15565 : cluster 0 pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:36 smithi044 bash[32620]: cluster 2023-12-07T16:18:35.430578+0000 mgr.a (mgr.24293) 15565 : cluster 0 pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:36 smithi027 bash[31536]: cluster 2023-12-07T16:18:35.430578+0000 mgr.a (mgr.24293) 15565 : cluster 0 pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:37.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:37.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:37.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:37.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:37.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:37 smithi022 bash[28554]: audit 2023-12-07T16:18:36.600000+0000 mgr.a (mgr.24293) 15566 : audit 0 from='client.310689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:37.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:37 smithi044 bash[32620]: audit 2023-12-07T16:18:36.600000+0000 mgr.a (mgr.24293) 15566 : audit 0 from='client.310689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:37 smithi027 bash[31536]: audit 2023-12-07T16:18:36.600000+0000 mgr.a (mgr.24293) 15566 : audit 0 from='client.310689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:38 smithi022 bash[28554]: cluster 2023-12-07T16:18:37.431746+0000 mgr.a (mgr.24293) 15567 : cluster 0 pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:38 smithi044 bash[32620]: cluster 2023-12-07T16:18:37.431746+0000 mgr.a (mgr.24293) 15567 : cluster 0 pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:38 smithi027 bash[31536]: cluster 2023-12-07T16:18:37.431746+0000 mgr.a (mgr.24293) 15567 : cluster 0 pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:40 smithi022 bash[28554]: cluster 2023-12-07T16:18:39.432472+0000 mgr.a (mgr.24293) 15568 : cluster 0 pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:40 smithi044 bash[32620]: cluster 2023-12-07T16:18:39.432472+0000 mgr.a (mgr.24293) 15568 : cluster 0 pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:40 smithi027 bash[31536]: cluster 2023-12-07T16:18:39.432472+0000 mgr.a (mgr.24293) 15568 : cluster 0 pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:42.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:42.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:42.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:41 smithi022 bash[28554]: cluster 2023-12-07T16:18:41.433454+0000 mgr.a (mgr.24293) 15569 : cluster 0 pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:41 smithi044 bash[32620]: cluster 2023-12-07T16:18:41.433454+0000 mgr.a (mgr.24293) 15569 : cluster 0 pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:41 smithi027 bash[31536]: cluster 2023-12-07T16:18:41.433454+0000 mgr.a (mgr.24293) 15569 : cluster 0 pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:43.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:43.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:43.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:43.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:43.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:42 smithi022 bash[28554]: audit 2023-12-07T16:18:42.519559+0000 mgr.a (mgr.24293) 15570 : audit 0 from='client.310758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:43.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:42 smithi044 bash[32620]: audit 2023-12-07T16:18:42.519559+0000 mgr.a (mgr.24293) 15570 : audit 0 from='client.310758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:42 smithi027 bash[31536]: audit 2023-12-07T16:18:42.519559+0000 mgr.a (mgr.24293) 15570 : audit 0 from='client.310758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:43 smithi022 bash[28554]: cluster 2023-12-07T16:18:43.434231+0000 mgr.a (mgr.24293) 15571 : 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-07T16:18:44.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:43 smithi044 bash[32620]: cluster 2023-12-07T16:18:43.434231+0000 mgr.a (mgr.24293) 15571 : 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-07T16:18:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:43 smithi027 bash[31536]: cluster 2023-12-07T16:18:43.434231+0000 mgr.a (mgr.24293) 15571 : 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-07T16:18:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:46 smithi022 bash[28554]: cluster 2023-12-07T16:18:45.434953+0000 mgr.a (mgr.24293) 15572 : 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-07T16:18:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:46 smithi044 bash[32620]: cluster 2023-12-07T16:18:45.434953+0000 mgr.a (mgr.24293) 15572 : 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-07T16:18:46.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:46 smithi027 bash[31536]: cluster 2023-12-07T16:18:45.434953+0000 mgr.a (mgr.24293) 15572 : 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-07T16:18:48.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:48.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:48.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:48 smithi022 bash[28554]: cluster 2023-12-07T16:18:47.436017+0000 mgr.a (mgr.24293) 15573 : cluster 0 pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:48 smithi044 bash[32620]: cluster 2023-12-07T16:18:47.436017+0000 mgr.a (mgr.24293) 15573 : cluster 0 pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:48 smithi027 bash[31536]: cluster 2023-12-07T16:18:47.436017+0000 mgr.a (mgr.24293) 15573 : cluster 0 pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:49.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:49.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:49.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:49.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:49.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:49 smithi022 bash[28554]: audit 2023-12-07T16:18:48.480822+0000 mgr.a (mgr.24293) 15574 : audit 0 from='client.310836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:49 smithi044 bash[32620]: audit 2023-12-07T16:18:48.480822+0000 mgr.a (mgr.24293) 15574 : audit 0 from='client.310836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:49 smithi027 bash[31536]: audit 2023-12-07T16:18:48.480822+0000 mgr.a (mgr.24293) 15574 : audit 0 from='client.310836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:50 smithi022 bash[28554]: cluster 2023-12-07T16:18:49.436817+0000 mgr.a (mgr.24293) 15575 : cluster 0 pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:50 smithi044 bash[32620]: cluster 2023-12-07T16:18:49.436817+0000 mgr.a (mgr.24293) 15575 : cluster 0 pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:50 smithi027 bash[31536]: cluster 2023-12-07T16:18:49.436817+0000 mgr.a (mgr.24293) 15575 : cluster 0 pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:51 smithi022 bash[28554]: cluster 2023-12-07T16:18:51.437670+0000 mgr.a (mgr.24293) 15576 : cluster 0 pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:51 smithi044 bash[32620]: cluster 2023-12-07T16:18:51.437670+0000 mgr.a (mgr.24293) 15576 : cluster 0 pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:51 smithi027 bash[31536]: cluster 2023-12-07T16:18:51.437670+0000 mgr.a (mgr.24293) 15576 : cluster 0 pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:54.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:54.042 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:54.042 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:54 smithi022 bash[28554]: cluster 2023-12-07T16:18:53.438228+0000 mgr.a (mgr.24293) 15577 : cluster 0 pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:54 smithi044 bash[32620]: cluster 2023-12-07T16:18:53.438228+0000 mgr.a (mgr.24293) 15577 : cluster 0 pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:54 smithi027 bash[31536]: cluster 2023-12-07T16:18:53.438228+0000 mgr.a (mgr.24293) 15577 : cluster 0 pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:54.964 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:18:54.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:54.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:54.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:54.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:18:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:55 smithi022 bash[28554]: audit 2023-12-07T16:18:54.443749+0000 mgr.a (mgr.24293) 15578 : audit 0 from='client.310911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:55 smithi044 bash[32620]: audit 2023-12-07T16:18:54.443749+0000 mgr.a (mgr.24293) 15578 : audit 0 from='client.310911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:55 smithi027 bash[31536]: audit 2023-12-07T16:18:54.443749+0000 mgr.a (mgr.24293) 15578 : audit 0 from='client.310911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:56 smithi022 bash[28554]: cluster 2023-12-07T16:18:55.438941+0000 mgr.a (mgr.24293) 15579 : cluster 0 pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:56 smithi044 bash[32620]: cluster 2023-12-07T16:18:55.438941+0000 mgr.a (mgr.24293) 15579 : cluster 0 pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:56 smithi027 bash[31536]: cluster 2023-12-07T16:18:55.438941+0000 mgr.a (mgr.24293) 15579 : cluster 0 pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:18:58 smithi022 bash[28554]: cluster 2023-12-07T16:18:57.439832+0000 mgr.a (mgr.24293) 15580 : cluster 0 pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:18:58 smithi044 bash[32620]: cluster 2023-12-07T16:18:57.439832+0000 mgr.a (mgr.24293) 15580 : cluster 0 pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:18:58 smithi027 bash[31536]: cluster 2023-12-07T16:18:57.439832+0000 mgr.a (mgr.24293) 15580 : cluster 0 pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:59.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:18:59.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:59.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:00 smithi022 bash[28554]: cluster 2023-12-07T16:18:59.440370+0000 mgr.a (mgr.24293) 15581 : 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-07T16:19:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:00 smithi044 bash[32620]: cluster 2023-12-07T16:18:59.440370+0000 mgr.a (mgr.24293) 15581 : 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-07T16:19:00.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:00.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:00.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:00.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:00.931 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:00 smithi027 bash[31536]: cluster 2023-12-07T16:18:59.440370+0000 mgr.a (mgr.24293) 15581 : 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-07T16:19:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:01 smithi022 bash[28554]: audit 2023-12-07T16:19:00.376693+0000 mgr.a (mgr.24293) 15582 : audit 0 from='client.310989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:01 smithi044 bash[32620]: audit 2023-12-07T16:19:00.376693+0000 mgr.a (mgr.24293) 15582 : audit 0 from='client.310989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:01.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:01 smithi027 bash[31536]: audit 2023-12-07T16:19:00.376693+0000 mgr.a (mgr.24293) 15582 : audit 0 from='client.310989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:02 smithi022 bash[28554]: cluster 2023-12-07T16:19:01.441615+0000 mgr.a (mgr.24293) 15583 : cluster 0 pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:02 smithi044 bash[32620]: cluster 2023-12-07T16:19:01.441615+0000 mgr.a (mgr.24293) 15583 : cluster 0 pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:02 smithi027 bash[31536]: cluster 2023-12-07T16:19:01.441615+0000 mgr.a (mgr.24293) 15583 : cluster 0 pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:04 smithi022 bash[28554]: cluster 2023-12-07T16:19:03.442200+0000 mgr.a (mgr.24293) 15584 : cluster 0 pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:04.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:04 smithi044 bash[32620]: cluster 2023-12-07T16:19:03.442200+0000 mgr.a (mgr.24293) 15584 : cluster 0 pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:04 smithi027 bash[31536]: cluster 2023-12-07T16:19:03.442200+0000 mgr.a (mgr.24293) 15584 : cluster 0 pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:05.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:05.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:05.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:06.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:06.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:06.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:06.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:06.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:06 smithi022 bash[28554]: cluster 2023-12-07T16:19:05.442747+0000 mgr.a (mgr.24293) 15585 : cluster 0 pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:06 smithi044 bash[32620]: cluster 2023-12-07T16:19:05.442747+0000 mgr.a (mgr.24293) 15585 : cluster 0 pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:06 smithi027 bash[31536]: cluster 2023-12-07T16:19:05.442747+0000 mgr.a (mgr.24293) 15585 : cluster 0 pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:07 smithi022 bash[28554]: audit 2023-12-07T16:19:06.338849+0000 mgr.a (mgr.24293) 15586 : audit 0 from='client.311058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:07.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:07 smithi044 bash[32620]: audit 2023-12-07T16:19:06.338849+0000 mgr.a (mgr.24293) 15586 : audit 0 from='client.311058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:07 smithi027 bash[31536]: audit 2023-12-07T16:19:06.338849+0000 mgr.a (mgr.24293) 15586 : audit 0 from='client.311058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:08 smithi022 bash[28554]: cluster 2023-12-07T16:19:07.443866+0000 mgr.a (mgr.24293) 15587 : cluster 0 pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:08 smithi044 bash[32620]: cluster 2023-12-07T16:19:07.443866+0000 mgr.a (mgr.24293) 15587 : cluster 0 pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:08 smithi027 bash[31536]: cluster 2023-12-07T16:19:07.443866+0000 mgr.a (mgr.24293) 15587 : cluster 0 pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:10 smithi022 bash[28554]: cluster 2023-12-07T16:19:09.444435+0000 mgr.a (mgr.24293) 15588 : cluster 0 pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:10 smithi044 bash[32620]: cluster 2023-12-07T16:19:09.444435+0000 mgr.a (mgr.24293) 15588 : cluster 0 pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:10 smithi027 bash[31536]: cluster 2023-12-07T16:19:09.444435+0000 mgr.a (mgr.24293) 15588 : cluster 0 pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:11.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:11.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:11.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:11 smithi022 bash[28554]: cluster 2023-12-07T16:19:11.445187+0000 mgr.a (mgr.24293) 15589 : cluster 0 pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:11 smithi044 bash[32620]: cluster 2023-12-07T16:19:11.445187+0000 mgr.a (mgr.24293) 15589 : cluster 0 pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:11 smithi027 bash[31536]: cluster 2023-12-07T16:19:11.445187+0000 mgr.a (mgr.24293) 15589 : cluster 0 pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:12.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:12.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:12.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:12.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:12.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:12 smithi022 bash[28554]: audit 2023-12-07T16:19:12.317373+0000 mgr.a (mgr.24293) 15590 : audit 0 from='client.311130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:12 smithi044 bash[32620]: audit 2023-12-07T16:19:12.317373+0000 mgr.a (mgr.24293) 15590 : audit 0 from='client.311130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:12 smithi027 bash[31536]: audit 2023-12-07T16:19:12.317373+0000 mgr.a (mgr.24293) 15590 : audit 0 from='client.311130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:13 smithi022 bash[28554]: cluster 2023-12-07T16:19:13.445936+0000 mgr.a (mgr.24293) 15591 : 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-07T16:19:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:14 smithi044 bash[32620]: cluster 2023-12-07T16:19:13.445936+0000 mgr.a (mgr.24293) 15591 : 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-07T16:19:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:14 smithi027 bash[31536]: cluster 2023-12-07T16:19:13.445936+0000 mgr.a (mgr.24293) 15591 : 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-07T16:19:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:16 smithi022 bash[28554]: cluster 2023-12-07T16:19:15.446615+0000 mgr.a (mgr.24293) 15592 : 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-07T16:19:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:16 smithi044 bash[32620]: cluster 2023-12-07T16:19:15.446615+0000 mgr.a (mgr.24293) 15592 : 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-07T16:19:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:16 smithi027 bash[31536]: cluster 2023-12-07T16:19:15.446615+0000 mgr.a (mgr.24293) 15592 : 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-07T16:19:17.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:17.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:17.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:18.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:18.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:18 smithi022 bash[28554]: cluster 2023-12-07T16:19:17.447440+0000 mgr.a (mgr.24293) 15593 : cluster 0 pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:18 smithi044 bash[32620]: cluster 2023-12-07T16:19:17.447440+0000 mgr.a (mgr.24293) 15593 : cluster 0 pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:18 smithi027 bash[31536]: cluster 2023-12-07T16:19:17.447440+0000 mgr.a (mgr.24293) 15593 : cluster 0 pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:19 smithi022 bash[28554]: audit 2023-12-07T16:19:18.268084+0000 mgr.a (mgr.24293) 15594 : audit 0 from='client.311205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:19 smithi044 bash[32620]: audit 2023-12-07T16:19:18.268084+0000 mgr.a (mgr.24293) 15594 : audit 0 from='client.311205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:19 smithi027 bash[31536]: audit 2023-12-07T16:19:18.268084+0000 mgr.a (mgr.24293) 15594 : audit 0 from='client.311205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:20 smithi022 bash[28554]: cluster 2023-12-07T16:19:19.448187+0000 mgr.a (mgr.24293) 15595 : cluster 0 pgmap v11659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:20 smithi044 bash[32620]: cluster 2023-12-07T16:19:19.448187+0000 mgr.a (mgr.24293) 15595 : cluster 0 pgmap v11659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:20 smithi027 bash[31536]: cluster 2023-12-07T16:19:19.448187+0000 mgr.a (mgr.24293) 15595 : cluster 0 pgmap v11659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:21 smithi022 bash[28554]: cluster 2023-12-07T16:19:21.449019+0000 mgr.a (mgr.24293) 15596 : cluster 0 pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:21 smithi044 bash[32620]: cluster 2023-12-07T16:19:21.449019+0000 mgr.a (mgr.24293) 15596 : cluster 0 pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:21 smithi027 bash[31536]: cluster 2023-12-07T16:19:21.449019+0000 mgr.a (mgr.24293) 15596 : cluster 0 pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:23.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:23.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:23.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:24.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:24.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:24.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:24.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:24.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:24 smithi022 bash[28554]: cluster 2023-12-07T16:19:23.449582+0000 mgr.a (mgr.24293) 15597 : cluster 0 pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:24 smithi044 bash[32620]: cluster 2023-12-07T16:19:23.449582+0000 mgr.a (mgr.24293) 15597 : cluster 0 pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:24 smithi027 bash[31536]: cluster 2023-12-07T16:19:23.449582+0000 mgr.a (mgr.24293) 15597 : cluster 0 pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:25 smithi022 bash[28554]: audit 2023-12-07T16:19:24.206510+0000 mgr.a (mgr.24293) 15598 : audit 0 from='client.311280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:25 smithi044 bash[32620]: audit 2023-12-07T16:19:24.206510+0000 mgr.a (mgr.24293) 15598 : audit 0 from='client.311280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:25 smithi027 bash[31536]: audit 2023-12-07T16:19:24.206510+0000 mgr.a (mgr.24293) 15598 : audit 0 from='client.311280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:26 smithi022 bash[28554]: cluster 2023-12-07T16:19:25.450325+0000 mgr.a (mgr.24293) 15599 : cluster 0 pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:26 smithi044 bash[32620]: cluster 2023-12-07T16:19:25.450325+0000 mgr.a (mgr.24293) 15599 : cluster 0 pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:26 smithi027 bash[31536]: cluster 2023-12-07T16:19:25.450325+0000 mgr.a (mgr.24293) 15599 : cluster 0 pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:28 smithi022 bash[28554]: cluster 2023-12-07T16:19:27.451179+0000 mgr.a (mgr.24293) 15600 : cluster 0 pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:28 smithi022 bash[28554]: audit 2023-12-07T16:19:28.156954+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:19:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:28 smithi044 bash[32620]: cluster 2023-12-07T16:19:27.451179+0000 mgr.a (mgr.24293) 15600 : cluster 0 pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:28 smithi044 bash[32620]: audit 2023-12-07T16:19:28.156954+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:19:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:28 smithi027 bash[31536]: cluster 2023-12-07T16:19:27.451179+0000 mgr.a (mgr.24293) 15600 : cluster 0 pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:28 smithi027 bash[31536]: audit 2023-12-07T16:19:28.156954+0000 mon.a (mon.0) 2597 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:19:29.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:29.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:29.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:29 smithi022 bash[28554]: audit 2023-12-07T16:19:28.952503+0000 mon.a (mon.0) 2598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:19:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:29 smithi022 bash[28554]: audit 2023-12-07T16:19:28.954323+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:19:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:29 smithi022 bash[28554]: audit 2023-12-07T16:19:28.964404+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:19:29.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:29 smithi044 bash[32620]: audit 2023-12-07T16:19:28.952503+0000 mon.a (mon.0) 2598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:19:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:29 smithi044 bash[32620]: audit 2023-12-07T16:19:28.954323+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:19:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:29 smithi044 bash[32620]: audit 2023-12-07T16:19:28.964404+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:19:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:29 smithi027 bash[31536]: audit 2023-12-07T16:19:28.952503+0000 mon.a (mon.0) 2598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:19:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:29 smithi027 bash[31536]: audit 2023-12-07T16:19:28.954323+0000 mon.a (mon.0) 2599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:19:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:29 smithi027 bash[31536]: audit 2023-12-07T16:19:28.964404+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:19:30.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:30.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:30.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:30.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:30.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:30 smithi022 bash[28554]: cluster 2023-12-07T16:19:29.451788+0000 mgr.a (mgr.24293) 15601 : cluster 0 pgmap v11664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:30 smithi044 bash[32620]: cluster 2023-12-07T16:19:29.451788+0000 mgr.a (mgr.24293) 15601 : cluster 0 pgmap v11664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:30 smithi027 bash[31536]: cluster 2023-12-07T16:19:29.451788+0000 mgr.a (mgr.24293) 15601 : cluster 0 pgmap v11664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:31 smithi022 bash[28554]: audit 2023-12-07T16:19:30.131596+0000 mgr.a (mgr.24293) 15602 : audit 0 from='client.311352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:31.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:31 smithi044 bash[32620]: audit 2023-12-07T16:19:30.131596+0000 mgr.a (mgr.24293) 15602 : audit 0 from='client.311352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:31 smithi027 bash[31536]: audit 2023-12-07T16:19:30.131596+0000 mgr.a (mgr.24293) 15602 : audit 0 from='client.311352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:32 smithi022 bash[28554]: cluster 2023-12-07T16:19:31.452843+0000 mgr.a (mgr.24293) 15603 : cluster 0 pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:19:32.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:32 smithi044 bash[32620]: cluster 2023-12-07T16:19:31.452843+0000 mgr.a (mgr.24293) 15603 : cluster 0 pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:19:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:32 smithi027 bash[31536]: cluster 2023-12-07T16:19:31.452843+0000 mgr.a (mgr.24293) 15603 : cluster 0 pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:19:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:34 smithi022 bash[28554]: cluster 2023-12-07T16:19:33.453435+0000 mgr.a (mgr.24293) 15604 : cluster 0 pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:19:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:34 smithi044 bash[32620]: cluster 2023-12-07T16:19:33.453435+0000 mgr.a (mgr.24293) 15604 : cluster 0 pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:19:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:34 smithi027 bash[31536]: cluster 2023-12-07T16:19:33.453435+0000 mgr.a (mgr.24293) 15604 : cluster 0 pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:19:35.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:35.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:35.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:36.626 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:36 smithi022 bash[28554]: cluster 2023-12-07T16:19:35.454093+0000 mgr.a (mgr.24293) 15605 : cluster 0 pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:36 smithi044 bash[32620]: cluster 2023-12-07T16:19:35.454093+0000 mgr.a (mgr.24293) 15605 : cluster 0 pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:36 smithi027 bash[31536]: cluster 2023-12-07T16:19:35.454093+0000 mgr.a (mgr.24293) 15605 : cluster 0 pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:37 smithi022 bash[28554]: audit 2023-12-07T16:19:36.090708+0000 mgr.a (mgr.24293) 15606 : audit 0 from='client.311424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:37 smithi044 bash[32620]: audit 2023-12-07T16:19:36.090708+0000 mgr.a (mgr.24293) 15606 : audit 0 from='client.311424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:37 smithi027 bash[31536]: audit 2023-12-07T16:19:36.090708+0000 mgr.a (mgr.24293) 15606 : audit 0 from='client.311424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:38 smithi022 bash[28554]: cluster 2023-12-07T16:19:37.455076+0000 mgr.a (mgr.24293) 15607 : cluster 0 pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:38 smithi044 bash[32620]: cluster 2023-12-07T16:19:37.455076+0000 mgr.a (mgr.24293) 15607 : cluster 0 pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:38 smithi027 bash[31536]: cluster 2023-12-07T16:19:37.455076+0000 mgr.a (mgr.24293) 15607 : cluster 0 pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:40 smithi022 bash[28554]: cluster 2023-12-07T16:19:39.455640+0000 mgr.a (mgr.24293) 15608 : cluster 0 pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:40 smithi044 bash[32620]: cluster 2023-12-07T16:19:39.455640+0000 mgr.a (mgr.24293) 15608 : cluster 0 pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:40 smithi027 bash[31536]: cluster 2023-12-07T16:19:39.455640+0000 mgr.a (mgr.24293) 15608 : cluster 0 pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:41.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:41.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:41.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:42 smithi022 bash[28554]: cluster 2023-12-07T16:19:41.456432+0000 mgr.a (mgr.24293) 15609 : cluster 0 pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:42 smithi044 bash[32620]: cluster 2023-12-07T16:19:41.456432+0000 mgr.a (mgr.24293) 15609 : cluster 0 pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:42 smithi027 bash[31536]: cluster 2023-12-07T16:19:41.456432+0000 mgr.a (mgr.24293) 15609 : cluster 0 pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:42.589 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:42.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:42.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:42.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:42.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:43 smithi022 bash[28554]: audit 2023-12-07T16:19:42.043769+0000 mgr.a (mgr.24293) 15610 : audit 0 from='client.311502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:43 smithi044 bash[32620]: audit 2023-12-07T16:19:42.043769+0000 mgr.a (mgr.24293) 15610 : audit 0 from='client.311502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:43 smithi027 bash[31536]: audit 2023-12-07T16:19:42.043769+0000 mgr.a (mgr.24293) 15610 : audit 0 from='client.311502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:44 smithi022 bash[28554]: cluster 2023-12-07T16:19:43.457172+0000 mgr.a (mgr.24293) 15611 : cluster 0 pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:19:44.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:44 smithi044 bash[32620]: cluster 2023-12-07T16:19:43.457172+0000 mgr.a (mgr.24293) 15611 : cluster 0 pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:19:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:44 smithi027 bash[31536]: cluster 2023-12-07T16:19:43.457172+0000 mgr.a (mgr.24293) 15611 : cluster 0 pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:19:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:46 smithi022 bash[28554]: cluster 2023-12-07T16:19:45.457868+0000 mgr.a (mgr.24293) 15612 : cluster 0 pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T16:19:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:46 smithi044 bash[32620]: cluster 2023-12-07T16:19:45.457868+0000 mgr.a (mgr.24293) 15612 : cluster 0 pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T16:19:46.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:46 smithi027 bash[31536]: cluster 2023-12-07T16:19:45.457868+0000 mgr.a (mgr.24293) 15612 : cluster 0 pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T16:19:47.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:47.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:47.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:48.512 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:48.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:48.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:48.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:48.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:48 smithi022 bash[28554]: cluster 2023-12-07T16:19:47.458603+0000 mgr.a (mgr.24293) 15613 : cluster 0 pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:19:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:48 smithi044 bash[32620]: cluster 2023-12-07T16:19:47.458603+0000 mgr.a (mgr.24293) 15613 : cluster 0 pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:19:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:48 smithi027 bash[31536]: cluster 2023-12-07T16:19:47.458603+0000 mgr.a (mgr.24293) 15613 : cluster 0 pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:19:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:49 smithi022 bash[28554]: audit 2023-12-07T16:19:48.005433+0000 mgr.a (mgr.24293) 15614 : audit 0 from='client.311574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:49.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:49 smithi044 bash[32620]: audit 2023-12-07T16:19:48.005433+0000 mgr.a (mgr.24293) 15614 : audit 0 from='client.311574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:49 smithi027 bash[31536]: audit 2023-12-07T16:19:48.005433+0000 mgr.a (mgr.24293) 15614 : audit 0 from='client.311574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:50 smithi022 bash[28554]: cluster 2023-12-07T16:19:49.459339+0000 mgr.a (mgr.24293) 15615 : 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-07T16:19:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:50 smithi044 bash[32620]: cluster 2023-12-07T16:19:49.459339+0000 mgr.a (mgr.24293) 15615 : 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-07T16:19:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:50 smithi027 bash[31536]: cluster 2023-12-07T16:19:49.459339+0000 mgr.a (mgr.24293) 15615 : 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-07T16:19:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:52 smithi022 bash[28554]: cluster 2023-12-07T16:19:51.460190+0000 mgr.a (mgr.24293) 15616 : cluster 0 pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:52 smithi044 bash[32620]: cluster 2023-12-07T16:19:51.460190+0000 mgr.a (mgr.24293) 15616 : cluster 0 pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:52 smithi027 bash[31536]: cluster 2023-12-07T16:19:51.460190+0000 mgr.a (mgr.24293) 15616 : cluster 0 pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:53.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:53.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:53.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:54.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:19:54.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:54.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:54.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:54.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:19:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:54 smithi022 bash[28554]: cluster 2023-12-07T16:19:53.460789+0000 mgr.a (mgr.24293) 15617 : cluster 0 pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:54.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:54 smithi044 bash[32620]: cluster 2023-12-07T16:19:53.460789+0000 mgr.a (mgr.24293) 15617 : cluster 0 pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:54 smithi027 bash[31536]: cluster 2023-12-07T16:19:53.460789+0000 mgr.a (mgr.24293) 15617 : cluster 0 pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:55 smithi022 bash[28554]: audit 2023-12-07T16:19:53.926670+0000 mgr.a (mgr.24293) 15618 : audit 0 from='client.311649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:55 smithi044 bash[32620]: audit 2023-12-07T16:19:53.926670+0000 mgr.a (mgr.24293) 15618 : audit 0 from='client.311649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:55 smithi027 bash[31536]: audit 2023-12-07T16:19:53.926670+0000 mgr.a (mgr.24293) 15618 : audit 0 from='client.311649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:56 smithi022 bash[28554]: cluster 2023-12-07T16:19:55.461584+0000 mgr.a (mgr.24293) 15619 : cluster 0 pgmap v11677: 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-07T16:19:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:56 smithi044 bash[32620]: cluster 2023-12-07T16:19:55.461584+0000 mgr.a (mgr.24293) 15619 : cluster 0 pgmap v11677: 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-07T16:19:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:56 smithi027 bash[31536]: cluster 2023-12-07T16:19:55.461584+0000 mgr.a (mgr.24293) 15619 : cluster 0 pgmap v11677: 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-07T16:19:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:19:58 smithi022 bash[28554]: cluster 2023-12-07T16:19:57.462348+0000 mgr.a (mgr.24293) 15620 : cluster 0 pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:19:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:19:58 smithi044 bash[32620]: cluster 2023-12-07T16:19:57.462348+0000 mgr.a (mgr.24293) 15620 : cluster 0 pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:19:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:19:58 smithi027 bash[31536]: cluster 2023-12-07T16:19:57.462348+0000 mgr.a (mgr.24293) 15620 : cluster 0 pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:19:59.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:19:59.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:59.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:00.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:00.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:00.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:00.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:00.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:00 smithi022 bash[28554]: cluster 2023-12-07T16:19:59.462971+0000 mgr.a (mgr.24293) 15621 : cluster 0 pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:00 smithi022 bash[28554]: cluster 2023-12-07T16:20:00.000111+0000 mon.a (mon.0) 2601 : cluster 1 overall HEALTH_OK 2023-12-07T16:20:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:00 smithi044 bash[32620]: cluster 2023-12-07T16:19:59.462971+0000 mgr.a (mgr.24293) 15621 : cluster 0 pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:00 smithi044 bash[32620]: cluster 2023-12-07T16:20:00.000111+0000 mon.a (mon.0) 2601 : cluster 1 overall HEALTH_OK 2023-12-07T16:20:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:00 smithi027 bash[31536]: cluster 2023-12-07T16:19:59.462971+0000 mgr.a (mgr.24293) 15621 : cluster 0 pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:00 smithi027 bash[31536]: cluster 2023-12-07T16:20:00.000111+0000 mon.a (mon.0) 2601 : cluster 1 overall HEALTH_OK 2023-12-07T16:20:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:01 smithi022 bash[28554]: audit 2023-12-07T16:19:59.866257+0000 mgr.a (mgr.24293) 15622 : audit 0 from='client.311724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:01 smithi044 bash[32620]: audit 2023-12-07T16:19:59.866257+0000 mgr.a (mgr.24293) 15622 : audit 0 from='client.311724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:01 smithi027 bash[31536]: audit 2023-12-07T16:19:59.866257+0000 mgr.a (mgr.24293) 15622 : audit 0 from='client.311724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:02 smithi022 bash[28554]: cluster 2023-12-07T16:20:01.463945+0000 mgr.a (mgr.24293) 15623 : cluster 0 pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:02 smithi044 bash[32620]: cluster 2023-12-07T16:20:01.463945+0000 mgr.a (mgr.24293) 15623 : cluster 0 pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:02 smithi027 bash[31536]: cluster 2023-12-07T16:20:01.463945+0000 mgr.a (mgr.24293) 15623 : cluster 0 pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:04 smithi022 bash[28554]: cluster 2023-12-07T16:20:03.464542+0000 mgr.a (mgr.24293) 15624 : 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-07T16:20:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:04 smithi044 bash[32620]: cluster 2023-12-07T16:20:03.464542+0000 mgr.a (mgr.24293) 15624 : 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-07T16:20:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:04 smithi027 bash[31536]: cluster 2023-12-07T16:20:03.464542+0000 mgr.a (mgr.24293) 15624 : 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-07T16:20:05.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:06.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:06.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:06.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:06.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:06.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:06 smithi022 bash[28554]: cluster 2023-12-07T16:20:05.465169+0000 mgr.a (mgr.24293) 15625 : 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-07T16:20:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:06 smithi044 bash[32620]: cluster 2023-12-07T16:20:05.465169+0000 mgr.a (mgr.24293) 15625 : 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-07T16:20:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:06 smithi027 bash[31536]: cluster 2023-12-07T16:20:05.465169+0000 mgr.a (mgr.24293) 15625 : 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-07T16:20:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:07 smithi022 bash[28554]: audit 2023-12-07T16:20:05.799610+0000 mgr.a (mgr.24293) 15626 : audit 0 from='client.311799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:07 smithi044 bash[32620]: audit 2023-12-07T16:20:05.799610+0000 mgr.a (mgr.24293) 15626 : audit 0 from='client.311799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:07 smithi027 bash[31536]: audit 2023-12-07T16:20:05.799610+0000 mgr.a (mgr.24293) 15626 : audit 0 from='client.311799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:08 smithi022 bash[28554]: cluster 2023-12-07T16:20:07.466139+0000 mgr.a (mgr.24293) 15627 : cluster 0 pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:20:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:08 smithi044 bash[32620]: cluster 2023-12-07T16:20:07.466139+0000 mgr.a (mgr.24293) 15627 : cluster 0 pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:20:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:08 smithi027 bash[31536]: cluster 2023-12-07T16:20:07.466139+0000 mgr.a (mgr.24293) 15627 : cluster 0 pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:20:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:10 smithi022 bash[28554]: cluster 2023-12-07T16:20:09.466701+0000 mgr.a (mgr.24293) 15628 : cluster 0 pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:10 smithi044 bash[32620]: cluster 2023-12-07T16:20:09.466701+0000 mgr.a (mgr.24293) 15628 : cluster 0 pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:10 smithi027 bash[31536]: cluster 2023-12-07T16:20:09.466701+0000 mgr.a (mgr.24293) 15628 : cluster 0 pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:11.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:11.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:11.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:12.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:12.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:12.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:12.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:12.264 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:12 smithi022 bash[28554]: cluster 2023-12-07T16:20:11.467176+0000 mgr.a (mgr.24293) 15629 : cluster 0 pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:12 smithi022 bash[28554]: audit 2023-12-07T16:20:11.729623+0000 mgr.a (mgr.24293) 15630 : audit 0 from='client.311871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:12 smithi044 bash[32620]: cluster 2023-12-07T16:20:11.467176+0000 mgr.a (mgr.24293) 15629 : cluster 0 pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:12 smithi044 bash[32620]: audit 2023-12-07T16:20:11.729623+0000 mgr.a (mgr.24293) 15630 : audit 0 from='client.311871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:12 smithi027 bash[31536]: cluster 2023-12-07T16:20:11.467176+0000 mgr.a (mgr.24293) 15629 : cluster 0 pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:12 smithi027 bash[31536]: audit 2023-12-07T16:20:11.729623+0000 mgr.a (mgr.24293) 15630 : audit 0 from='client.311871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:14 smithi022 bash[28554]: cluster 2023-12-07T16:20:13.467821+0000 mgr.a (mgr.24293) 15631 : cluster 0 pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:14 smithi044 bash[32620]: cluster 2023-12-07T16:20:13.467821+0000 mgr.a (mgr.24293) 15631 : cluster 0 pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:14 smithi027 bash[31536]: cluster 2023-12-07T16:20:13.467821+0000 mgr.a (mgr.24293) 15631 : cluster 0 pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:16 smithi022 bash[28554]: cluster 2023-12-07T16:20:15.468495+0000 mgr.a (mgr.24293) 15632 : cluster 0 pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:20:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:16 smithi044 bash[32620]: cluster 2023-12-07T16:20:15.468495+0000 mgr.a (mgr.24293) 15632 : cluster 0 pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:20:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:16 smithi027 bash[31536]: cluster 2023-12-07T16:20:15.468495+0000 mgr.a (mgr.24293) 15632 : cluster 0 pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:20:17.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:17.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:17.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:18.212 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:18.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:18.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:18.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:18.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:18 smithi022 bash[28554]: cluster 2023-12-07T16:20:17.469182+0000 mgr.a (mgr.24293) 15633 : cluster 0 pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:18 smithi022 bash[28554]: audit 2023-12-07T16:20:17.684155+0000 mgr.a (mgr.24293) 15634 : audit 0 from='client.311949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:18 smithi044 bash[32620]: cluster 2023-12-07T16:20:17.469182+0000 mgr.a (mgr.24293) 15633 : cluster 0 pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:18 smithi044 bash[32620]: audit 2023-12-07T16:20:17.684155+0000 mgr.a (mgr.24293) 15634 : audit 0 from='client.311949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:18 smithi027 bash[31536]: cluster 2023-12-07T16:20:17.469182+0000 mgr.a (mgr.24293) 15633 : cluster 0 pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:18 smithi027 bash[31536]: audit 2023-12-07T16:20:17.684155+0000 mgr.a (mgr.24293) 15634 : audit 0 from='client.311949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:20 smithi022 bash[28554]: cluster 2023-12-07T16:20:19.469857+0000 mgr.a (mgr.24293) 15635 : 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-07T16:20:20.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:20 smithi044 bash[32620]: cluster 2023-12-07T16:20:19.469857+0000 mgr.a (mgr.24293) 15635 : 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-07T16:20:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:20 smithi027 bash[31536]: cluster 2023-12-07T16:20:19.469857+0000 mgr.a (mgr.24293) 15635 : 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-07T16:20:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:22 smithi022 bash[28554]: cluster 2023-12-07T16:20:21.470675+0000 mgr.a (mgr.24293) 15636 : cluster 0 pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:22 smithi044 bash[32620]: cluster 2023-12-07T16:20:21.470675+0000 mgr.a (mgr.24293) 15636 : cluster 0 pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:22 smithi027 bash[31536]: cluster 2023-12-07T16:20:21.470675+0000 mgr.a (mgr.24293) 15636 : cluster 0 pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:23.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:23.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:23.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:24.149 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:24.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:24.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:24.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:24.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:24 smithi022 bash[28554]: cluster 2023-12-07T16:20:23.471070+0000 mgr.a (mgr.24293) 15637 : cluster 0 pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:24 smithi022 bash[28554]: audit 2023-12-07T16:20:23.630742+0000 mgr.a (mgr.24293) 15638 : audit 0 from='client.312027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:24 smithi044 bash[32620]: cluster 2023-12-07T16:20:23.471070+0000 mgr.a (mgr.24293) 15637 : cluster 0 pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:24 smithi044 bash[32620]: audit 2023-12-07T16:20:23.630742+0000 mgr.a (mgr.24293) 15638 : audit 0 from='client.312027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:24 smithi027 bash[31536]: cluster 2023-12-07T16:20:23.471070+0000 mgr.a (mgr.24293) 15637 : cluster 0 pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:24 smithi027 bash[31536]: audit 2023-12-07T16:20:23.630742+0000 mgr.a (mgr.24293) 15638 : audit 0 from='client.312027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:26 smithi022 bash[28554]: cluster 2023-12-07T16:20:25.471851+0000 mgr.a (mgr.24293) 15639 : cluster 0 pgmap v11692: 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-07T16:20:26.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:26 smithi044 bash[32620]: cluster 2023-12-07T16:20:25.471851+0000 mgr.a (mgr.24293) 15639 : cluster 0 pgmap v11692: 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-07T16:20:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:26 smithi027 bash[31536]: cluster 2023-12-07T16:20:25.471851+0000 mgr.a (mgr.24293) 15639 : cluster 0 pgmap v11692: 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-07T16:20:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:28 smithi022 bash[28554]: cluster 2023-12-07T16:20:27.472519+0000 mgr.a (mgr.24293) 15640 : cluster 0 pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:20:28.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:28 smithi044 bash[32620]: cluster 2023-12-07T16:20:27.472519+0000 mgr.a (mgr.24293) 15640 : cluster 0 pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:20:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:28 smithi027 bash[31536]: cluster 2023-12-07T16:20:27.472519+0000 mgr.a (mgr.24293) 15640 : cluster 0 pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:20:29.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:29.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:29.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:29 smithi022 bash[28554]: audit 2023-12-07T16:20:29.067317+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:20:29.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:29 smithi044 bash[32620]: audit 2023-12-07T16:20:29.067317+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:20:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:29 smithi027 bash[31536]: audit 2023-12-07T16:20:29.067317+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:20:30.069 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:30.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:30.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:30 smithi022 bash[28554]: cluster 2023-12-07T16:20:29.472916+0000 mgr.a (mgr.24293) 15641 : cluster 0 pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:30 smithi022 bash[28554]: audit 2023-12-07T16:20:29.572809+0000 mgr.a (mgr.24293) 15642 : audit 0 from='client.312102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:30 smithi022 bash[28554]: audit 2023-12-07T16:20:29.654923+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:30 smithi022 bash[28554]: audit 2023-12-07T16:20:29.661917+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:30 smithi044 bash[32620]: cluster 2023-12-07T16:20:29.472916+0000 mgr.a (mgr.24293) 15641 : cluster 0 pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:30 smithi044 bash[32620]: audit 2023-12-07T16:20:29.572809+0000 mgr.a (mgr.24293) 15642 : audit 0 from='client.312102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:30 smithi044 bash[32620]: audit 2023-12-07T16:20:29.654923+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:30 smithi044 bash[32620]: audit 2023-12-07T16:20:29.661917+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:30 smithi027 bash[31536]: cluster 2023-12-07T16:20:29.472916+0000 mgr.a (mgr.24293) 15641 : cluster 0 pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:30 smithi027 bash[31536]: audit 2023-12-07T16:20:29.572809+0000 mgr.a (mgr.24293) 15642 : audit 0 from='client.312102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:30 smithi027 bash[31536]: audit 2023-12-07T16:20:29.654923+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:30 smithi027 bash[31536]: audit 2023-12-07T16:20:29.661917+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:32 smithi022 bash[28554]: cluster 2023-12-07T16:20:31.473797+0000 mgr.a (mgr.24293) 15643 : cluster 0 pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:32 smithi044 bash[32620]: cluster 2023-12-07T16:20:31.473797+0000 mgr.a (mgr.24293) 15643 : cluster 0 pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:32 smithi027 bash[31536]: cluster 2023-12-07T16:20:31.473797+0000 mgr.a (mgr.24293) 15643 : cluster 0 pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:34 smithi022 bash[28554]: cluster 2023-12-07T16:20:33.474404+0000 mgr.a (mgr.24293) 15644 : cluster 0 pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:34 smithi044 bash[32620]: cluster 2023-12-07T16:20:33.474404+0000 mgr.a (mgr.24293) 15644 : cluster 0 pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:34 smithi027 bash[31536]: cluster 2023-12-07T16:20:33.474404+0000 mgr.a (mgr.24293) 15644 : cluster 0 pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:35.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:35.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:35.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:35.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:35.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:35.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:35.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:35.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:36 smithi022 bash[28554]: cluster 2023-12-07T16:20:35.474847+0000 mgr.a (mgr.24293) 15645 : cluster 0 pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:36 smithi022 bash[28554]: audit 2023-12-07T16:20:35.492826+0000 mgr.a (mgr.24293) 15646 : audit 0 from='client.312174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:36 smithi044 bash[32620]: cluster 2023-12-07T16:20:35.474847+0000 mgr.a (mgr.24293) 15645 : cluster 0 pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:36 smithi044 bash[32620]: audit 2023-12-07T16:20:35.492826+0000 mgr.a (mgr.24293) 15646 : audit 0 from='client.312174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:36 smithi027 bash[31536]: cluster 2023-12-07T16:20:35.474847+0000 mgr.a (mgr.24293) 15645 : cluster 0 pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:36 smithi027 bash[31536]: audit 2023-12-07T16:20:35.492826+0000 mgr.a (mgr.24293) 15646 : audit 0 from='client.312174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:38 smithi022 bash[28554]: cluster 2023-12-07T16:20:37.475573+0000 mgr.a (mgr.24293) 15647 : cluster 0 pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:20:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:38 smithi044 bash[32620]: cluster 2023-12-07T16:20:37.475573+0000 mgr.a (mgr.24293) 15647 : cluster 0 pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:20:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:38 smithi027 bash[31536]: cluster 2023-12-07T16:20:37.475573+0000 mgr.a (mgr.24293) 15647 : cluster 0 pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:20:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:40 smithi022 bash[28554]: cluster 2023-12-07T16:20:39.476244+0000 mgr.a (mgr.24293) 15648 : cluster 0 pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:40 smithi022 bash[28554]: audit 2023-12-07T16:20:40.277619+0000 mon.a (mon.0) 2605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:40 smithi022 bash[28554]: audit 2023-12-07T16:20:40.283870+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:40 smithi022 bash[28554]: audit 2023-12-07T16:20:40.285485+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:20:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:40 smithi022 bash[28554]: audit 2023-12-07T16:20:40.286885+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:20:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:40 smithi022 bash[28554]: audit 2023-12-07T16:20:40.293947+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:40 smithi044 bash[32620]: cluster 2023-12-07T16:20:39.476244+0000 mgr.a (mgr.24293) 15648 : cluster 0 pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:40 smithi044 bash[32620]: audit 2023-12-07T16:20:40.277619+0000 mon.a (mon.0) 2605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:40 smithi044 bash[32620]: audit 2023-12-07T16:20:40.283870+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:40 smithi044 bash[32620]: audit 2023-12-07T16:20:40.285485+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:20:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:40 smithi044 bash[32620]: audit 2023-12-07T16:20:40.286885+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:20:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:40 smithi044 bash[32620]: audit 2023-12-07T16:20:40.293947+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:40 smithi027 bash[31536]: cluster 2023-12-07T16:20:39.476244+0000 mgr.a (mgr.24293) 15648 : cluster 0 pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:40 smithi027 bash[31536]: audit 2023-12-07T16:20:40.277619+0000 mon.a (mon.0) 2605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:40 smithi027 bash[31536]: audit 2023-12-07T16:20:40.283870+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:40 smithi027 bash[31536]: audit 2023-12-07T16:20:40.285485+0000 mon.a (mon.0) 2607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:20:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:40 smithi027 bash[31536]: audit 2023-12-07T16:20:40.286885+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:20:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:40 smithi027 bash[31536]: audit 2023-12-07T16:20:40.293947+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:20:40.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:40.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:40.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:41.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:41.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:41.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:41.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:41.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:42 smithi022 bash[28554]: audit 2023-12-07T16:20:41.398384+0000 mgr.a (mgr.24293) 15649 : audit 0 from='client.249191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:42 smithi022 bash[28554]: cluster 2023-12-07T16:20:41.477424+0000 mgr.a (mgr.24293) 15650 : cluster 0 pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:42 smithi044 bash[32620]: audit 2023-12-07T16:20:41.398384+0000 mgr.a (mgr.24293) 15649 : audit 0 from='client.249191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:42 smithi044 bash[32620]: cluster 2023-12-07T16:20:41.477424+0000 mgr.a (mgr.24293) 15650 : cluster 0 pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:42 smithi027 bash[31536]: audit 2023-12-07T16:20:41.398384+0000 mgr.a (mgr.24293) 15649 : audit 0 from='client.249191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:42 smithi027 bash[31536]: cluster 2023-12-07T16:20:41.477424+0000 mgr.a (mgr.24293) 15650 : cluster 0 pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:44 smithi022 bash[28554]: cluster 2023-12-07T16:20:43.478141+0000 mgr.a (mgr.24293) 15651 : cluster 0 pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:44 smithi044 bash[32620]: cluster 2023-12-07T16:20:43.478141+0000 mgr.a (mgr.24293) 15651 : cluster 0 pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:44 smithi027 bash[31536]: cluster 2023-12-07T16:20:43.478141+0000 mgr.a (mgr.24293) 15651 : cluster 0 pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:46 smithi022 bash[28554]: cluster 2023-12-07T16:20:45.479104+0000 mgr.a (mgr.24293) 15652 : cluster 0 pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:46.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:46 smithi044 bash[32620]: cluster 2023-12-07T16:20:45.479104+0000 mgr.a (mgr.24293) 15652 : cluster 0 pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:46.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:46.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:46 smithi027 bash[31536]: cluster 2023-12-07T16:20:45.479104+0000 mgr.a (mgr.24293) 15652 : cluster 0 pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:47.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:47.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:47.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:47.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:47.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:48 smithi022 bash[28554]: audit 2023-12-07T16:20:47.335169+0000 mgr.a (mgr.24293) 15653 : audit 0 from='client.312324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:48 smithi022 bash[28554]: cluster 2023-12-07T16:20:47.489644+0000 mgr.a (mgr.24293) 15654 : cluster 0 pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:48 smithi044 bash[32620]: audit 2023-12-07T16:20:47.335169+0000 mgr.a (mgr.24293) 15653 : audit 0 from='client.312324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:48 smithi044 bash[32620]: cluster 2023-12-07T16:20:47.489644+0000 mgr.a (mgr.24293) 15654 : cluster 0 pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:48 smithi027 bash[31536]: audit 2023-12-07T16:20:47.335169+0000 mgr.a (mgr.24293) 15653 : audit 0 from='client.312324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:48 smithi027 bash[31536]: cluster 2023-12-07T16:20:47.489644+0000 mgr.a (mgr.24293) 15654 : cluster 0 pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:50 smithi022 bash[28554]: cluster 2023-12-07T16:20:49.490579+0000 mgr.a (mgr.24293) 15655 : 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-07T16:20:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:50 smithi044 bash[32620]: cluster 2023-12-07T16:20:49.490579+0000 mgr.a (mgr.24293) 15655 : 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-07T16:20:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:50 smithi027 bash[31536]: cluster 2023-12-07T16:20:49.490579+0000 mgr.a (mgr.24293) 15655 : 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-07T16:20:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:52 smithi022 bash[28554]: cluster 2023-12-07T16:20:51.491529+0000 mgr.a (mgr.24293) 15656 : 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-07T16:20:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:52 smithi044 bash[32620]: cluster 2023-12-07T16:20:51.491529+0000 mgr.a (mgr.24293) 15656 : 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-07T16:20:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:52 smithi027 bash[31536]: cluster 2023-12-07T16:20:51.491529+0000 mgr.a (mgr.24293) 15656 : 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-07T16:20:52.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:52.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:52.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:53.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:53.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:53.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:53.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:20:53.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:54 smithi022 bash[28554]: audit 2023-12-07T16:20:53.267718+0000 mgr.a (mgr.24293) 15657 : audit 0 from='client.312402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:54 smithi022 bash[28554]: cluster 2023-12-07T16:20:53.492502+0000 mgr.a (mgr.24293) 15658 : 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-07T16:20:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:54 smithi044 bash[32620]: audit 2023-12-07T16:20:53.267718+0000 mgr.a (mgr.24293) 15657 : audit 0 from='client.312402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:54 smithi044 bash[32620]: cluster 2023-12-07T16:20:53.492502+0000 mgr.a (mgr.24293) 15658 : 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-07T16:20:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:54 smithi027 bash[31536]: audit 2023-12-07T16:20:53.267718+0000 mgr.a (mgr.24293) 15657 : audit 0 from='client.312402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:54 smithi027 bash[31536]: cluster 2023-12-07T16:20:53.492502+0000 mgr.a (mgr.24293) 15658 : 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-07T16:20:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:56 smithi022 bash[28554]: cluster 2023-12-07T16:20:55.493431+0000 mgr.a (mgr.24293) 15659 : cluster 0 pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:56 smithi044 bash[32620]: cluster 2023-12-07T16:20:55.493431+0000 mgr.a (mgr.24293) 15659 : cluster 0 pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:56 smithi027 bash[31536]: cluster 2023-12-07T16:20:55.493431+0000 mgr.a (mgr.24293) 15659 : cluster 0 pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:58.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:20:58.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:58.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:20:58 smithi022 bash[28554]: cluster 2023-12-07T16:20:57.494009+0000 mgr.a (mgr.24293) 15660 : cluster 0 pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:20:58 smithi044 bash[32620]: cluster 2023-12-07T16:20:57.494009+0000 mgr.a (mgr.24293) 15660 : cluster 0 pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:20:58 smithi027 bash[31536]: cluster 2023-12-07T16:20:57.494009+0000 mgr.a (mgr.24293) 15660 : cluster 0 pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:59.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:20:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:00 smithi022 bash[28554]: audit 2023-12-07T16:20:59.214094+0000 mgr.a (mgr.24293) 15661 : audit 0 from='client.312477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:00 smithi022 bash[28554]: cluster 2023-12-07T16:20:59.494856+0000 mgr.a (mgr.24293) 15662 : cluster 0 pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:00 smithi044 bash[32620]: audit 2023-12-07T16:20:59.214094+0000 mgr.a (mgr.24293) 15661 : audit 0 from='client.312477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:00 smithi044 bash[32620]: cluster 2023-12-07T16:20:59.494856+0000 mgr.a (mgr.24293) 15662 : cluster 0 pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:00 smithi027 bash[31536]: audit 2023-12-07T16:20:59.214094+0000 mgr.a (mgr.24293) 15661 : audit 0 from='client.312477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:00 smithi027 bash[31536]: cluster 2023-12-07T16:20:59.494856+0000 mgr.a (mgr.24293) 15662 : cluster 0 pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:02 smithi022 bash[28554]: cluster 2023-12-07T16:21:01.496006+0000 mgr.a (mgr.24293) 15663 : cluster 0 pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:02 smithi044 bash[32620]: cluster 2023-12-07T16:21:01.496006+0000 mgr.a (mgr.24293) 15663 : cluster 0 pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:02 smithi027 bash[31536]: cluster 2023-12-07T16:21:01.496006+0000 mgr.a (mgr.24293) 15663 : cluster 0 pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:04.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:04.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:04.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:04 smithi022 bash[28554]: cluster 2023-12-07T16:21:03.496725+0000 mgr.a (mgr.24293) 15664 : cluster 0 pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:04.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:04 smithi044 bash[32620]: cluster 2023-12-07T16:21:03.496725+0000 mgr.a (mgr.24293) 15664 : cluster 0 pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:04 smithi027 bash[31536]: cluster 2023-12-07T16:21:03.496725+0000 mgr.a (mgr.24293) 15664 : cluster 0 pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:05.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:05.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:05.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:05.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:05.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:06 smithi022 bash[28554]: audit 2023-12-07T16:21:05.129330+0000 mgr.a (mgr.24293) 15665 : audit 0 from='client.312549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:06 smithi022 bash[28554]: cluster 2023-12-07T16:21:05.497417+0000 mgr.a (mgr.24293) 15666 : cluster 0 pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:21:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:06 smithi044 bash[32620]: audit 2023-12-07T16:21:05.129330+0000 mgr.a (mgr.24293) 15665 : audit 0 from='client.312549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:06 smithi044 bash[32620]: cluster 2023-12-07T16:21:05.497417+0000 mgr.a (mgr.24293) 15666 : cluster 0 pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:21:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:06 smithi027 bash[31536]: audit 2023-12-07T16:21:05.129330+0000 mgr.a (mgr.24293) 15665 : audit 0 from='client.312549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:06 smithi027 bash[31536]: cluster 2023-12-07T16:21:05.497417+0000 mgr.a (mgr.24293) 15666 : cluster 0 pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:21:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:08 smithi022 bash[28554]: cluster 2023-12-07T16:21:07.498075+0000 mgr.a (mgr.24293) 15667 : cluster 0 pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:08 smithi044 bash[32620]: cluster 2023-12-07T16:21:07.498075+0000 mgr.a (mgr.24293) 15667 : cluster 0 pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:08 smithi027 bash[31536]: cluster 2023-12-07T16:21:07.498075+0000 mgr.a (mgr.24293) 15667 : cluster 0 pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:10.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:10.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:10.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:10 smithi022 bash[28554]: cluster 2023-12-07T16:21:09.498651+0000 mgr.a (mgr.24293) 15668 : cluster 0 pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:10 smithi044 bash[32620]: cluster 2023-12-07T16:21:09.498651+0000 mgr.a (mgr.24293) 15668 : cluster 0 pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:10 smithi027 bash[31536]: cluster 2023-12-07T16:21:09.498651+0000 mgr.a (mgr.24293) 15668 : cluster 0 pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:11.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:11.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:11.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:11.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:11.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:12 smithi022 bash[28554]: audit 2023-12-07T16:21:11.069411+0000 mgr.a (mgr.24293) 15669 : audit 0 from='client.312624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:12 smithi022 bash[28554]: cluster 2023-12-07T16:21:11.499713+0000 mgr.a (mgr.24293) 15670 : cluster 0 pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:12 smithi044 bash[32620]: audit 2023-12-07T16:21:11.069411+0000 mgr.a (mgr.24293) 15669 : audit 0 from='client.312624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:12 smithi044 bash[32620]: cluster 2023-12-07T16:21:11.499713+0000 mgr.a (mgr.24293) 15670 : cluster 0 pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:12 smithi027 bash[31536]: audit 2023-12-07T16:21:11.069411+0000 mgr.a (mgr.24293) 15669 : audit 0 from='client.312624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:12 smithi027 bash[31536]: cluster 2023-12-07T16:21:11.499713+0000 mgr.a (mgr.24293) 15670 : cluster 0 pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:14 smithi022 bash[28554]: cluster 2023-12-07T16:21:13.500278+0000 mgr.a (mgr.24293) 15671 : cluster 0 pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:14 smithi044 bash[32620]: cluster 2023-12-07T16:21:13.500278+0000 mgr.a (mgr.24293) 15671 : cluster 0 pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:14 smithi027 bash[31536]: cluster 2023-12-07T16:21:13.500278+0000 mgr.a (mgr.24293) 15671 : cluster 0 pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:16.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:16.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:16.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:16 smithi022 bash[28554]: cluster 2023-12-07T16:21:15.501012+0000 mgr.a (mgr.24293) 15672 : cluster 0 pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:16.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:16 smithi044 bash[32620]: cluster 2023-12-07T16:21:15.501012+0000 mgr.a (mgr.24293) 15672 : cluster 0 pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:16 smithi027 bash[31536]: cluster 2023-12-07T16:21:15.501012+0000 mgr.a (mgr.24293) 15672 : cluster 0 pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:17.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:17.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:17.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:17.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:17.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:18 smithi022 bash[28554]: audit 2023-12-07T16:21:16.995151+0000 mgr.a (mgr.24293) 15673 : audit 0 from='client.312699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:18 smithi022 bash[28554]: cluster 2023-12-07T16:21:17.501579+0000 mgr.a (mgr.24293) 15674 : cluster 0 pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:18 smithi044 bash[32620]: audit 2023-12-07T16:21:16.995151+0000 mgr.a (mgr.24293) 15673 : audit 0 from='client.312699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:18 smithi044 bash[32620]: cluster 2023-12-07T16:21:17.501579+0000 mgr.a (mgr.24293) 15674 : cluster 0 pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:18 smithi027 bash[31536]: audit 2023-12-07T16:21:16.995151+0000 mgr.a (mgr.24293) 15673 : audit 0 from='client.312699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:18 smithi027 bash[31536]: cluster 2023-12-07T16:21:17.501579+0000 mgr.a (mgr.24293) 15674 : cluster 0 pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:20 smithi022 bash[28554]: cluster 2023-12-07T16:21:19.502238+0000 mgr.a (mgr.24293) 15675 : cluster 0 pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:20 smithi044 bash[32620]: cluster 2023-12-07T16:21:19.502238+0000 mgr.a (mgr.24293) 15675 : cluster 0 pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:20 smithi027 bash[31536]: cluster 2023-12-07T16:21:19.502238+0000 mgr.a (mgr.24293) 15675 : cluster 0 pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:22 smithi022 bash[28554]: cluster 2023-12-07T16:21:21.503075+0000 mgr.a (mgr.24293) 15676 : cluster 0 pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:21:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:22 smithi044 bash[32620]: cluster 2023-12-07T16:21:21.503075+0000 mgr.a (mgr.24293) 15676 : cluster 0 pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:21:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:22 smithi027 bash[31536]: cluster 2023-12-07T16:21:21.503075+0000 mgr.a (mgr.24293) 15676 : cluster 0 pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:21:22.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:22.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:22.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:23.486 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:23.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:23.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:23.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:23.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:24 smithi022 bash[28554]: audit 2023-12-07T16:21:22.943813+0000 mgr.a (mgr.24293) 15677 : audit 0 from='client.312774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:24 smithi022 bash[28554]: cluster 2023-12-07T16:21:23.503862+0000 mgr.a (mgr.24293) 15678 : 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-07T16:21:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:24 smithi044 bash[32620]: audit 2023-12-07T16:21:22.943813+0000 mgr.a (mgr.24293) 15677 : audit 0 from='client.312774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:24 smithi044 bash[32620]: cluster 2023-12-07T16:21:23.503862+0000 mgr.a (mgr.24293) 15678 : 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-07T16:21:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:24 smithi027 bash[31536]: audit 2023-12-07T16:21:22.943813+0000 mgr.a (mgr.24293) 15677 : audit 0 from='client.312774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:24 smithi027 bash[31536]: cluster 2023-12-07T16:21:23.503862+0000 mgr.a (mgr.24293) 15678 : 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-07T16:21:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:26 smithi022 bash[28554]: cluster 2023-12-07T16:21:25.504781+0000 mgr.a (mgr.24293) 15679 : cluster 0 pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:26.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:26 smithi044 bash[32620]: cluster 2023-12-07T16:21:25.504781+0000 mgr.a (mgr.24293) 15679 : cluster 0 pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:26 smithi027 bash[31536]: cluster 2023-12-07T16:21:25.504781+0000 mgr.a (mgr.24293) 15679 : cluster 0 pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:28.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:28.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:28.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:28 smithi022 bash[28554]: cluster 2023-12-07T16:21:27.505348+0000 mgr.a (mgr.24293) 15680 : cluster 0 pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:28.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:28 smithi044 bash[32620]: cluster 2023-12-07T16:21:27.505348+0000 mgr.a (mgr.24293) 15680 : cluster 0 pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:28 smithi027 bash[31536]: cluster 2023-12-07T16:21:27.505348+0000 mgr.a (mgr.24293) 15680 : cluster 0 pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:29.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:29.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:29.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:29.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:29.436 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:30 smithi022 bash[28554]: audit 2023-12-07T16:21:28.905546+0000 mgr.a (mgr.24293) 15681 : audit 0 from='client.312852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:30 smithi022 bash[28554]: cluster 2023-12-07T16:21:29.506070+0000 mgr.a (mgr.24293) 15682 : cluster 0 pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:30 smithi044 bash[32620]: audit 2023-12-07T16:21:28.905546+0000 mgr.a (mgr.24293) 15681 : audit 0 from='client.312852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:30 smithi044 bash[32620]: cluster 2023-12-07T16:21:29.506070+0000 mgr.a (mgr.24293) 15682 : cluster 0 pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:30 smithi027 bash[31536]: audit 2023-12-07T16:21:28.905546+0000 mgr.a (mgr.24293) 15681 : audit 0 from='client.312852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:30 smithi027 bash[31536]: cluster 2023-12-07T16:21:29.506070+0000 mgr.a (mgr.24293) 15682 : cluster 0 pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:32 smithi022 bash[28554]: cluster 2023-12-07T16:21:31.506958+0000 mgr.a (mgr.24293) 15683 : cluster 0 pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:32 smithi044 bash[32620]: cluster 2023-12-07T16:21:31.506958+0000 mgr.a (mgr.24293) 15683 : cluster 0 pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:32 smithi027 bash[31536]: cluster 2023-12-07T16:21:31.506958+0000 mgr.a (mgr.24293) 15683 : cluster 0 pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:34.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:34.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:34.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:34 smithi022 bash[28554]: cluster 2023-12-07T16:21:33.507581+0000 mgr.a (mgr.24293) 15684 : cluster 0 pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:34 smithi044 bash[32620]: cluster 2023-12-07T16:21:33.507581+0000 mgr.a (mgr.24293) 15684 : cluster 0 pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:34 smithi027 bash[31536]: cluster 2023-12-07T16:21:33.507581+0000 mgr.a (mgr.24293) 15684 : cluster 0 pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:35.378 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:35.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:35.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:35.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:35.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:36 smithi022 bash[28554]: audit 2023-12-07T16:21:34.849962+0000 mgr.a (mgr.24293) 15685 : audit 0 from='client.312930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:36 smithi022 bash[28554]: cluster 2023-12-07T16:21:35.508457+0000 mgr.a (mgr.24293) 15686 : cluster 0 pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:21:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:36 smithi044 bash[32620]: audit 2023-12-07T16:21:34.849962+0000 mgr.a (mgr.24293) 15685 : audit 0 from='client.312930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:36 smithi044 bash[32620]: cluster 2023-12-07T16:21:35.508457+0000 mgr.a (mgr.24293) 15686 : cluster 0 pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:21:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:36 smithi027 bash[31536]: audit 2023-12-07T16:21:34.849962+0000 mgr.a (mgr.24293) 15685 : audit 0 from='client.312930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:36 smithi027 bash[31536]: cluster 2023-12-07T16:21:35.508457+0000 mgr.a (mgr.24293) 15686 : cluster 0 pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:21:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:38 smithi022 bash[28554]: cluster 2023-12-07T16:21:37.509193+0000 mgr.a (mgr.24293) 15687 : cluster 0 pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:21:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:38 smithi044 bash[32620]: cluster 2023-12-07T16:21:37.509193+0000 mgr.a (mgr.24293) 15687 : cluster 0 pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:21:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:38 smithi027 bash[31536]: cluster 2023-12-07T16:21:37.509193+0000 mgr.a (mgr.24293) 15687 : cluster 0 pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:21:40.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:40.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:40.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:40 smithi022 bash[28554]: cluster 2023-12-07T16:21:39.509918+0000 mgr.a (mgr.24293) 15688 : cluster 0 pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:21:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:40 smithi022 bash[28554]: audit 2023-12-07T16:21:40.397813+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:21:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:40 smithi044 bash[32620]: cluster 2023-12-07T16:21:39.509918+0000 mgr.a (mgr.24293) 15688 : cluster 0 pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:21:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:40 smithi044 bash[32620]: audit 2023-12-07T16:21:40.397813+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:21:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:40 smithi027 bash[31536]: cluster 2023-12-07T16:21:39.509918+0000 mgr.a (mgr.24293) 15688 : cluster 0 pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:21:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:40 smithi027 bash[31536]: audit 2023-12-07T16:21:40.397813+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:21:41.325 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:41.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:41.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:41.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:41.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:41 smithi027 bash[31536]: audit 2023-12-07T16:21:40.812969+0000 mgr.a (mgr.24293) 15689 : audit 0 from='client.313008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:41 smithi027 bash[31536]: audit 2023-12-07T16:21:40.933996+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:41 smithi027 bash[31536]: audit 2023-12-07T16:21:40.939799+0000 mon.a (mon.0) 2612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:41 smithi027 bash[31536]: audit 2023-12-07T16:21:40.944461+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:41 smithi027 bash[31536]: audit 2023-12-07T16:21:40.948289+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:41 smithi027 bash[31536]: cluster 2023-12-07T16:21:41.510957+0000 mgr.a (mgr.24293) 15690 : cluster 0 pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:41 smithi022 bash[28554]: audit 2023-12-07T16:21:40.812969+0000 mgr.a (mgr.24293) 15689 : audit 0 from='client.313008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:41 smithi022 bash[28554]: audit 2023-12-07T16:21:40.933996+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:41 smithi022 bash[28554]: audit 2023-12-07T16:21:40.939799+0000 mon.a (mon.0) 2612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:41 smithi022 bash[28554]: audit 2023-12-07T16:21:40.944461+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:41 smithi022 bash[28554]: audit 2023-12-07T16:21:40.948289+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:41 smithi022 bash[28554]: cluster 2023-12-07T16:21:41.510957+0000 mgr.a (mgr.24293) 15690 : cluster 0 pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:41 smithi044 bash[32620]: audit 2023-12-07T16:21:40.812969+0000 mgr.a (mgr.24293) 15689 : audit 0 from='client.313008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:41 smithi044 bash[32620]: audit 2023-12-07T16:21:40.933996+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:41 smithi044 bash[32620]: audit 2023-12-07T16:21:40.939799+0000 mon.a (mon.0) 2612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:41 smithi044 bash[32620]: audit 2023-12-07T16:21:40.944461+0000 mon.a (mon.0) 2613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:41 smithi044 bash[32620]: audit 2023-12-07T16:21:40.948289+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:41 smithi044 bash[32620]: cluster 2023-12-07T16:21:41.510957+0000 mgr.a (mgr.24293) 15690 : cluster 0 pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:44 smithi022 bash[28554]: cluster 2023-12-07T16:21:43.511529+0000 mgr.a (mgr.24293) 15691 : cluster 0 pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:44.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:44 smithi044 bash[32620]: cluster 2023-12-07T16:21:43.511529+0000 mgr.a (mgr.24293) 15691 : cluster 0 pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:44 smithi027 bash[31536]: cluster 2023-12-07T16:21:43.511529+0000 mgr.a (mgr.24293) 15691 : cluster 0 pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:46.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:46.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:46.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:46.883 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:46 smithi027 bash[31536]: cluster 2023-12-07T16:21:45.512374+0000 mgr.a (mgr.24293) 15692 : cluster 0 pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:46 smithi022 bash[28554]: cluster 2023-12-07T16:21:45.512374+0000 mgr.a (mgr.24293) 15692 : cluster 0 pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:46.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:46 smithi044 bash[32620]: cluster 2023-12-07T16:21:45.512374+0000 mgr.a (mgr.24293) 15692 : cluster 0 pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:47.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:47.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:47.869 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:47 smithi027 bash[31536]: audit 2023-12-07T16:21:46.741307+0000 mgr.a (mgr.24293) 15693 : audit 0 from='client.313083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:47 smithi022 bash[28554]: audit 2023-12-07T16:21:46.741307+0000 mgr.a (mgr.24293) 15693 : audit 0 from='client.313083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:47.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:47 smithi044 bash[32620]: audit 2023-12-07T16:21:46.741307+0000 mgr.a (mgr.24293) 15693 : audit 0 from='client.313083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:48 smithi022 bash[28554]: cluster 2023-12-07T16:21:47.513034+0000 mgr.a (mgr.24293) 15694 : cluster 0 pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:21:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:48 smithi044 bash[32620]: cluster 2023-12-07T16:21:47.513034+0000 mgr.a (mgr.24293) 15694 : cluster 0 pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:21:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:48 smithi027 bash[31536]: cluster 2023-12-07T16:21:47.513034+0000 mgr.a (mgr.24293) 15694 : cluster 0 pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:21:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:50 smithi022 bash[28554]: cluster 2023-12-07T16:21:49.513715+0000 mgr.a (mgr.24293) 15695 : cluster 0 pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:21:50.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:50 smithi044 bash[32620]: cluster 2023-12-07T16:21:49.513715+0000 mgr.a (mgr.24293) 15695 : cluster 0 pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:21:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:50 smithi027 bash[31536]: cluster 2023-12-07T16:21:49.513715+0000 mgr.a (mgr.24293) 15695 : cluster 0 pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:21:52.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:52.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:52.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:52 smithi022 bash[28554]: cluster 2023-12-07T16:21:51.514551+0000 mgr.a (mgr.24293) 15696 : cluster 0 pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:21:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:52 smithi022 bash[28554]: audit 2023-12-07T16:21:51.800196+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:52 smithi022 bash[28554]: audit 2023-12-07T16:21:51.806741+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:52 smithi022 bash[28554]: audit 2023-12-07T16:21:51.808379+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:21:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:52 smithi022 bash[28554]: audit 2023-12-07T16:21:51.810007+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:21:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:52 smithi022 bash[28554]: audit 2023-12-07T16:21:51.818292+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:52 smithi044 bash[32620]: cluster 2023-12-07T16:21:51.514551+0000 mgr.a (mgr.24293) 15696 : cluster 0 pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:21:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:52 smithi044 bash[32620]: audit 2023-12-07T16:21:51.800196+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:52 smithi044 bash[32620]: audit 2023-12-07T16:21:51.806741+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:52 smithi044 bash[32620]: audit 2023-12-07T16:21:51.808379+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:21:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:52 smithi044 bash[32620]: audit 2023-12-07T16:21:51.810007+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:21:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:52 smithi044 bash[32620]: audit 2023-12-07T16:21:51.818292+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:53.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:53.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:53.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:53.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:52 smithi027 bash[31536]: cluster 2023-12-07T16:21:51.514551+0000 mgr.a (mgr.24293) 15696 : cluster 0 pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:21:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:52 smithi027 bash[31536]: audit 2023-12-07T16:21:51.800196+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:52 smithi027 bash[31536]: audit 2023-12-07T16:21:51.806741+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:52 smithi027 bash[31536]: audit 2023-12-07T16:21:51.808379+0000 mon.a (mon.0) 2617 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:21:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:52 smithi027 bash[31536]: audit 2023-12-07T16:21:51.810007+0000 mon.a (mon.0) 2618 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:21:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:52 smithi027 bash[31536]: audit 2023-12-07T16:21:51.818292+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:21:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:53 smithi022 bash[28554]: audit 2023-12-07T16:21:52.700049+0000 mgr.a (mgr.24293) 15697 : audit 0 from='client.313161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:54.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:53 smithi044 bash[32620]: audit 2023-12-07T16:21:52.700049+0000 mgr.a (mgr.24293) 15697 : audit 0 from='client.313161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:53 smithi027 bash[31536]: audit 2023-12-07T16:21:52.700049+0000 mgr.a (mgr.24293) 15697 : audit 0 from='client.313161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:54 smithi022 bash[28554]: cluster 2023-12-07T16:21:53.515328+0000 mgr.a (mgr.24293) 15698 : 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-07T16:21:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:54 smithi044 bash[32620]: cluster 2023-12-07T16:21:53.515328+0000 mgr.a (mgr.24293) 15698 : 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-07T16:21:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:54 smithi027 bash[31536]: cluster 2023-12-07T16:21:53.515328+0000 mgr.a (mgr.24293) 15698 : 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-07T16:21:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:56 smithi022 bash[28554]: cluster 2023-12-07T16:21:55.516188+0000 mgr.a (mgr.24293) 15699 : cluster 0 pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:56 smithi044 bash[32620]: cluster 2023-12-07T16:21:55.516188+0000 mgr.a (mgr.24293) 15699 : cluster 0 pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:56 smithi027 bash[31536]: cluster 2023-12-07T16:21:55.516188+0000 mgr.a (mgr.24293) 15699 : cluster 0 pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:57 smithi022 bash[28554]: cluster 2023-12-07T16:21:57.516739+0000 mgr.a (mgr.24293) 15700 : 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-07T16:21:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:57 smithi044 bash[32620]: cluster 2023-12-07T16:21:57.516739+0000 mgr.a (mgr.24293) 15700 : 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-07T16:21:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:57 smithi027 bash[31536]: cluster 2023-12-07T16:21:57.516739+0000 mgr.a (mgr.24293) 15700 : 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-07T16:21:58.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:21:58.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:58.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:59.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:59.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:21:59.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:59.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:59.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:21:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:58 smithi022 bash[28554]: audit 2023-12-07T16:21:58.609013+0000 mgr.a (mgr.24293) 15701 : audit 0 from='client.313233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:58 smithi044 bash[32620]: audit 2023-12-07T16:21:58.609013+0000 mgr.a (mgr.24293) 15701 : audit 0 from='client.313233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:58 smithi027 bash[31536]: audit 2023-12-07T16:21:58.609013+0000 mgr.a (mgr.24293) 15701 : audit 0 from='client.313233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:21:59 smithi022 bash[28554]: cluster 2023-12-07T16:21:59.517523+0000 mgr.a (mgr.24293) 15702 : cluster 0 pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:00.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:21:59 smithi044 bash[32620]: cluster 2023-12-07T16:21:59.517523+0000 mgr.a (mgr.24293) 15702 : cluster 0 pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:21:59 smithi027 bash[31536]: cluster 2023-12-07T16:21:59.517523+0000 mgr.a (mgr.24293) 15702 : cluster 0 pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:02 smithi022 bash[28554]: cluster 2023-12-07T16:22:01.518388+0000 mgr.a (mgr.24293) 15703 : cluster 0 pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:02 smithi044 bash[32620]: cluster 2023-12-07T16:22:01.518388+0000 mgr.a (mgr.24293) 15703 : cluster 0 pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:02 smithi027 bash[31536]: cluster 2023-12-07T16:22:01.518388+0000 mgr.a (mgr.24293) 15703 : cluster 0 pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:04.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:04.125 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:04.125 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:04 smithi022 bash[28554]: cluster 2023-12-07T16:22:03.518979+0000 mgr.a (mgr.24293) 15704 : cluster 0 pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:04.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:04 smithi044 bash[32620]: cluster 2023-12-07T16:22:03.518979+0000 mgr.a (mgr.24293) 15704 : cluster 0 pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:04 smithi027 bash[31536]: cluster 2023-12-07T16:22:03.518979+0000 mgr.a (mgr.24293) 15704 : cluster 0 pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:05.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:05.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:05.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:05.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:05.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:05 smithi022 bash[28554]: audit 2023-12-07T16:22:04.542308+0000 mgr.a (mgr.24293) 15705 : audit 0 from='client.313308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:05 smithi044 bash[32620]: audit 2023-12-07T16:22:04.542308+0000 mgr.a (mgr.24293) 15705 : audit 0 from='client.313308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:05 smithi027 bash[31536]: audit 2023-12-07T16:22:04.542308+0000 mgr.a (mgr.24293) 15705 : audit 0 from='client.313308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:06 smithi022 bash[28554]: cluster 2023-12-07T16:22:05.520053+0000 mgr.a (mgr.24293) 15706 : cluster 0 pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:06 smithi044 bash[32620]: cluster 2023-12-07T16:22:05.520053+0000 mgr.a (mgr.24293) 15706 : cluster 0 pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:06 smithi027 bash[31536]: cluster 2023-12-07T16:22:05.520053+0000 mgr.a (mgr.24293) 15706 : cluster 0 pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:08 smithi022 bash[28554]: cluster 2023-12-07T16:22:07.520787+0000 mgr.a (mgr.24293) 15707 : cluster 0 pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:08 smithi044 bash[32620]: cluster 2023-12-07T16:22:07.520787+0000 mgr.a (mgr.24293) 15707 : cluster 0 pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:08 smithi027 bash[31536]: cluster 2023-12-07T16:22:07.520787+0000 mgr.a (mgr.24293) 15707 : cluster 0 pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:10.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:10.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:10.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:10 smithi022 bash[28554]: cluster 2023-12-07T16:22:09.521514+0000 mgr.a (mgr.24293) 15708 : cluster 0 pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:10 smithi044 bash[32620]: cluster 2023-12-07T16:22:09.521514+0000 mgr.a (mgr.24293) 15708 : cluster 0 pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:10 smithi027 bash[31536]: cluster 2023-12-07T16:22:09.521514+0000 mgr.a (mgr.24293) 15708 : cluster 0 pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:10.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:10.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:10.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:10.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:10.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:11 smithi022 bash[28554]: audit 2023-12-07T16:22:10.474068+0000 mgr.a (mgr.24293) 15709 : audit 0 from='client.313383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:11 smithi044 bash[32620]: audit 2023-12-07T16:22:10.474068+0000 mgr.a (mgr.24293) 15709 : audit 0 from='client.313383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:11 smithi027 bash[31536]: audit 2023-12-07T16:22:10.474068+0000 mgr.a (mgr.24293) 15709 : audit 0 from='client.313383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:12 smithi022 bash[28554]: cluster 2023-12-07T16:22:11.522646+0000 mgr.a (mgr.24293) 15710 : cluster 0 pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:12.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:12 smithi044 bash[32620]: cluster 2023-12-07T16:22:11.522646+0000 mgr.a (mgr.24293) 15710 : cluster 0 pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:12 smithi027 bash[31536]: cluster 2023-12-07T16:22:11.522646+0000 mgr.a (mgr.24293) 15710 : cluster 0 pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:14 smithi022 bash[28554]: cluster 2023-12-07T16:22:13.523222+0000 mgr.a (mgr.24293) 15711 : cluster 0 pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:14 smithi044 bash[32620]: cluster 2023-12-07T16:22:13.523222+0000 mgr.a (mgr.24293) 15711 : cluster 0 pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:14 smithi027 bash[31536]: cluster 2023-12-07T16:22:13.523222+0000 mgr.a (mgr.24293) 15711 : cluster 0 pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:16.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:16.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:16.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:16 smithi022 bash[28554]: cluster 2023-12-07T16:22:15.524012+0000 mgr.a (mgr.24293) 15712 : cluster 0 pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:16 smithi044 bash[32620]: cluster 2023-12-07T16:22:15.524012+0000 mgr.a (mgr.24293) 15712 : cluster 0 pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:16.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:16.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:16.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:16.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:16.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:16 smithi027 bash[31536]: cluster 2023-12-07T16:22:15.524012+0000 mgr.a (mgr.24293) 15712 : cluster 0 pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:17 smithi022 bash[28554]: audit 2023-12-07T16:22:16.415233+0000 mgr.a (mgr.24293) 15713 : audit 0 from='client.313455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:17 smithi044 bash[32620]: audit 2023-12-07T16:22:16.415233+0000 mgr.a (mgr.24293) 15713 : audit 0 from='client.313455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:17 smithi027 bash[31536]: audit 2023-12-07T16:22:16.415233+0000 mgr.a (mgr.24293) 15713 : audit 0 from='client.313455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:18 smithi022 bash[28554]: cluster 2023-12-07T16:22:17.524772+0000 mgr.a (mgr.24293) 15714 : cluster 0 pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:18 smithi044 bash[32620]: cluster 2023-12-07T16:22:17.524772+0000 mgr.a (mgr.24293) 15714 : cluster 0 pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:18 smithi027 bash[31536]: cluster 2023-12-07T16:22:17.524772+0000 mgr.a (mgr.24293) 15714 : cluster 0 pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:20 smithi022 bash[28554]: cluster 2023-12-07T16:22:19.525387+0000 mgr.a (mgr.24293) 15715 : cluster 0 pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:20 smithi044 bash[32620]: cluster 2023-12-07T16:22:19.525387+0000 mgr.a (mgr.24293) 15715 : cluster 0 pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:20 smithi027 bash[31536]: cluster 2023-12-07T16:22:19.525387+0000 mgr.a (mgr.24293) 15715 : cluster 0 pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:21.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:21.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:21.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:22 smithi022 bash[28554]: cluster 2023-12-07T16:22:21.526193+0000 mgr.a (mgr.24293) 15716 : cluster 0 pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:22 smithi044 bash[32620]: cluster 2023-12-07T16:22:21.526193+0000 mgr.a (mgr.24293) 15716 : cluster 0 pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:22 smithi027 bash[31536]: cluster 2023-12-07T16:22:21.526193+0000 mgr.a (mgr.24293) 15716 : cluster 0 pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:22.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:22.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:22.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:22.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:22.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:23 smithi022 bash[28554]: audit 2023-12-07T16:22:22.360746+0000 mgr.a (mgr.24293) 15717 : audit 0 from='client.313530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:23.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:23 smithi044 bash[32620]: audit 2023-12-07T16:22:22.360746+0000 mgr.a (mgr.24293) 15717 : audit 0 from='client.313530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:23 smithi027 bash[31536]: audit 2023-12-07T16:22:22.360746+0000 mgr.a (mgr.24293) 15717 : audit 0 from='client.313530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:24 smithi022 bash[28554]: cluster 2023-12-07T16:22:23.526957+0000 mgr.a (mgr.24293) 15718 : 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-07T16:22:24.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:24 smithi044 bash[32620]: cluster 2023-12-07T16:22:23.526957+0000 mgr.a (mgr.24293) 15718 : 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-07T16:22:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:24 smithi027 bash[31536]: cluster 2023-12-07T16:22:23.526957+0000 mgr.a (mgr.24293) 15718 : 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-07T16:22:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:26 smithi022 bash[28554]: cluster 2023-12-07T16:22:25.527934+0000 mgr.a (mgr.24293) 15719 : 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-07T16:22:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:26 smithi044 bash[32620]: cluster 2023-12-07T16:22:25.527934+0000 mgr.a (mgr.24293) 15719 : 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-07T16:22:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:26 smithi027 bash[31536]: cluster 2023-12-07T16:22:25.527934+0000 mgr.a (mgr.24293) 15719 : 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-07T16:22:27.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:27.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:27.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:28.819 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:28.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:28.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:28.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:28.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:28 smithi022 bash[28554]: cluster 2023-12-07T16:22:27.528667+0000 mgr.a (mgr.24293) 15720 : cluster 0 pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:28.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:28 smithi044 bash[32620]: cluster 2023-12-07T16:22:27.528667+0000 mgr.a (mgr.24293) 15720 : cluster 0 pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:28 smithi027 bash[31536]: cluster 2023-12-07T16:22:27.528667+0000 mgr.a (mgr.24293) 15720 : cluster 0 pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:29 smithi022 bash[28554]: audit 2023-12-07T16:22:28.301883+0000 mgr.a (mgr.24293) 15721 : audit 0 from='client.313605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:29.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:29 smithi044 bash[32620]: audit 2023-12-07T16:22:28.301883+0000 mgr.a (mgr.24293) 15721 : audit 0 from='client.313605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:29 smithi027 bash[31536]: audit 2023-12-07T16:22:28.301883+0000 mgr.a (mgr.24293) 15721 : audit 0 from='client.313605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:30 smithi022 bash[28554]: cluster 2023-12-07T16:22:29.529439+0000 mgr.a (mgr.24293) 15722 : 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-07T16:22:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:30 smithi044 bash[32620]: cluster 2023-12-07T16:22:29.529439+0000 mgr.a (mgr.24293) 15722 : 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-07T16:22:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:30 smithi027 bash[31536]: cluster 2023-12-07T16:22:29.529439+0000 mgr.a (mgr.24293) 15722 : 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-07T16:22:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:32 smithi022 bash[28554]: cluster 2023-12-07T16:22:31.530299+0000 mgr.a (mgr.24293) 15723 : cluster 0 pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:32 smithi044 bash[32620]: cluster 2023-12-07T16:22:31.530299+0000 mgr.a (mgr.24293) 15723 : cluster 0 pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:32 smithi027 bash[31536]: cluster 2023-12-07T16:22:31.530299+0000 mgr.a (mgr.24293) 15723 : cluster 0 pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:33.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:33.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:33.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:34.759 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:34.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:34.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:34.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:34.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:34 smithi022 bash[28554]: cluster 2023-12-07T16:22:33.530814+0000 mgr.a (mgr.24293) 15724 : cluster 0 pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:34 smithi044 bash[32620]: cluster 2023-12-07T16:22:33.530814+0000 mgr.a (mgr.24293) 15724 : cluster 0 pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:34 smithi027 bash[31536]: cluster 2023-12-07T16:22:33.530814+0000 mgr.a (mgr.24293) 15724 : cluster 0 pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:35 smithi022 bash[28554]: audit 2023-12-07T16:22:34.238249+0000 mgr.a (mgr.24293) 15725 : audit 0 from='client.256966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:35.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:35 smithi044 bash[32620]: audit 2023-12-07T16:22:34.238249+0000 mgr.a (mgr.24293) 15725 : audit 0 from='client.256966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:35 smithi027 bash[31536]: audit 2023-12-07T16:22:34.238249+0000 mgr.a (mgr.24293) 15725 : audit 0 from='client.256966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:36 smithi022 bash[28554]: cluster 2023-12-07T16:22:35.531790+0000 mgr.a (mgr.24293) 15726 : cluster 0 pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:36 smithi044 bash[32620]: cluster 2023-12-07T16:22:35.531790+0000 mgr.a (mgr.24293) 15726 : cluster 0 pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:36 smithi027 bash[31536]: cluster 2023-12-07T16:22:35.531790+0000 mgr.a (mgr.24293) 15726 : cluster 0 pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:38 smithi022 bash[28554]: cluster 2023-12-07T16:22:37.532386+0000 mgr.a (mgr.24293) 15727 : cluster 0 pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:38 smithi044 bash[32620]: cluster 2023-12-07T16:22:37.532386+0000 mgr.a (mgr.24293) 15727 : cluster 0 pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:38 smithi027 bash[31536]: cluster 2023-12-07T16:22:37.532386+0000 mgr.a (mgr.24293) 15727 : cluster 0 pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:39.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:39.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:39.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:40.703 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:40.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:40.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:40.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:40.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:40 smithi022 bash[28554]: cluster 2023-12-07T16:22:39.532992+0000 mgr.a (mgr.24293) 15728 : cluster 0 pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:40 smithi044 bash[32620]: cluster 2023-12-07T16:22:39.532992+0000 mgr.a (mgr.24293) 15728 : cluster 0 pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:40 smithi027 bash[31536]: cluster 2023-12-07T16:22:39.532992+0000 mgr.a (mgr.24293) 15728 : cluster 0 pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:41 smithi022 bash[28554]: audit 2023-12-07T16:22:40.180870+0000 mgr.a (mgr.24293) 15729 : audit 0 from='client.313755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:41.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:41 smithi044 bash[32620]: audit 2023-12-07T16:22:40.180870+0000 mgr.a (mgr.24293) 15729 : audit 0 from='client.313755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:41 smithi027 bash[31536]: audit 2023-12-07T16:22:40.180870+0000 mgr.a (mgr.24293) 15729 : audit 0 from='client.313755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:42 smithi022 bash[28554]: cluster 2023-12-07T16:22:41.534079+0000 mgr.a (mgr.24293) 15730 : cluster 0 pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:22:42.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:42 smithi044 bash[32620]: cluster 2023-12-07T16:22:41.534079+0000 mgr.a (mgr.24293) 15730 : cluster 0 pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:22:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:42 smithi027 bash[31536]: cluster 2023-12-07T16:22:41.534079+0000 mgr.a (mgr.24293) 15730 : cluster 0 pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:22:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:44 smithi022 bash[28554]: cluster 2023-12-07T16:22:43.534672+0000 mgr.a (mgr.24293) 15731 : cluster 0 pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:22:44.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:44 smithi044 bash[32620]: cluster 2023-12-07T16:22:43.534672+0000 mgr.a (mgr.24293) 15731 : cluster 0 pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:22:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:44 smithi027 bash[31536]: cluster 2023-12-07T16:22:43.534672+0000 mgr.a (mgr.24293) 15731 : cluster 0 pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:22:45.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:45.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:45.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:46.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:46.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:46.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:46.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:46.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:46 smithi022 bash[28554]: cluster 2023-12-07T16:22:45.535386+0000 mgr.a (mgr.24293) 15732 : cluster 0 pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:46.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:46 smithi044 bash[32620]: cluster 2023-12-07T16:22:45.535386+0000 mgr.a (mgr.24293) 15732 : cluster 0 pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:46 smithi027 bash[31536]: cluster 2023-12-07T16:22:45.535386+0000 mgr.a (mgr.24293) 15732 : cluster 0 pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:47 smithi022 bash[28554]: audit 2023-12-07T16:22:46.125817+0000 mgr.a (mgr.24293) 15733 : audit 0 from='client.313833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:47.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:47 smithi044 bash[32620]: audit 2023-12-07T16:22:46.125817+0000 mgr.a (mgr.24293) 15733 : audit 0 from='client.313833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:47 smithi027 bash[31536]: audit 2023-12-07T16:22:46.125817+0000 mgr.a (mgr.24293) 15733 : audit 0 from='client.313833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:48 smithi022 bash[28554]: cluster 2023-12-07T16:22:47.536141+0000 mgr.a (mgr.24293) 15734 : cluster 0 pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:48 smithi044 bash[32620]: cluster 2023-12-07T16:22:47.536141+0000 mgr.a (mgr.24293) 15734 : cluster 0 pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:48 smithi027 bash[31536]: cluster 2023-12-07T16:22:47.536141+0000 mgr.a (mgr.24293) 15734 : cluster 0 pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:50 smithi022 bash[28554]: cluster 2023-12-07T16:22:49.536709+0000 mgr.a (mgr.24293) 15735 : cluster 0 pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:50.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:50 smithi044 bash[32620]: cluster 2023-12-07T16:22:49.536709+0000 mgr.a (mgr.24293) 15735 : cluster 0 pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:50 smithi027 bash[31536]: cluster 2023-12-07T16:22:49.536709+0000 mgr.a (mgr.24293) 15735 : cluster 0 pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:51.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:51.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:51.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:52.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:52 smithi022 bash[28554]: cluster 2023-12-07T16:22:51.537689+0000 mgr.a (mgr.24293) 15736 : cluster 0 pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:52 smithi022 bash[28554]: audit 2023-12-07T16:22:51.921029+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:22:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:52 smithi044 bash[32620]: cluster 2023-12-07T16:22:51.537689+0000 mgr.a (mgr.24293) 15736 : cluster 0 pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:52 smithi044 bash[32620]: audit 2023-12-07T16:22:51.921029+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:22:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:52 smithi027 bash[31536]: cluster 2023-12-07T16:22:51.537689+0000 mgr.a (mgr.24293) 15736 : cluster 0 pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:52 smithi027 bash[31536]: audit 2023-12-07T16:22:51.921029+0000 mon.a (mon.0) 2620 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:22:52.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:52.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:52.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:52.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:52.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:53 smithi022 bash[28554]: audit 2023-12-07T16:22:52.100282+0000 mgr.a (mgr.24293) 15737 : audit 0 from='client.313911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:53.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:53 smithi044 bash[32620]: audit 2023-12-07T16:22:52.100282+0000 mgr.a (mgr.24293) 15737 : audit 0 from='client.313911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:53 smithi027 bash[31536]: audit 2023-12-07T16:22:52.100282+0000 mgr.a (mgr.24293) 15737 : audit 0 from='client.313911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:54 smithi022 bash[28554]: cluster 2023-12-07T16:22:53.538596+0000 mgr.a (mgr.24293) 15738 : cluster 0 pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:22:54.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:54 smithi044 bash[32620]: cluster 2023-12-07T16:22:53.538596+0000 mgr.a (mgr.24293) 15738 : cluster 0 pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:22:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:54 smithi027 bash[31536]: cluster 2023-12-07T16:22:53.538596+0000 mgr.a (mgr.24293) 15738 : cluster 0 pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:22:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:56 smithi022 bash[28554]: cluster 2023-12-07T16:22:55.539459+0000 mgr.a (mgr.24293) 15739 : cluster 0 pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:22:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:56 smithi044 bash[32620]: cluster 2023-12-07T16:22:55.539459+0000 mgr.a (mgr.24293) 15739 : cluster 0 pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:22:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:56 smithi027 bash[31536]: cluster 2023-12-07T16:22:55.539459+0000 mgr.a (mgr.24293) 15739 : cluster 0 pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:22:57.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:22:57.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:57.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:58.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:22:58.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:58.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:58.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:58.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:22:58.787 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:58 smithi044 bash[32620]: cluster 2023-12-07T16:22:57.540075+0000 mgr.a (mgr.24293) 15740 : 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-07T16:22:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:58 smithi022 bash[28554]: cluster 2023-12-07T16:22:57.540075+0000 mgr.a (mgr.24293) 15740 : 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-07T16:22:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:58 smithi027 bash[31536]: cluster 2023-12-07T16:22:57.540075+0000 mgr.a (mgr.24293) 15740 : 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-07T16:22:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:22:59 smithi022 bash[28554]: audit 2023-12-07T16:22:58.030962+0000 mgr.a (mgr.24293) 15741 : audit 0 from='client.313983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:59.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:22:59 smithi044 bash[32620]: audit 2023-12-07T16:22:58.030962+0000 mgr.a (mgr.24293) 15741 : audit 0 from='client.313983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:22:59 smithi027 bash[31536]: audit 2023-12-07T16:22:58.030962+0000 mgr.a (mgr.24293) 15741 : audit 0 from='client.313983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:00.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:00 smithi044 bash[32620]: cluster 2023-12-07T16:22:59.540801+0000 mgr.a (mgr.24293) 15742 : 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-07T16:23:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:00 smithi022 bash[28554]: cluster 2023-12-07T16:22:59.540801+0000 mgr.a (mgr.24293) 15742 : 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-07T16:23:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:00 smithi027 bash[31536]: cluster 2023-12-07T16:22:59.540801+0000 mgr.a (mgr.24293) 15742 : 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-07T16:23:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:02 smithi022 bash[28554]: cluster 2023-12-07T16:23:01.541659+0000 mgr.a (mgr.24293) 15743 : cluster 0 pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:02 smithi044 bash[32620]: cluster 2023-12-07T16:23:01.541659+0000 mgr.a (mgr.24293) 15743 : cluster 0 pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:02 smithi027 bash[31536]: cluster 2023-12-07T16:23:01.541659+0000 mgr.a (mgr.24293) 15743 : cluster 0 pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:03.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:03.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:03.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:03 smithi022 bash[28554]: audit 2023-12-07T16:23:02.808093+0000 mon.a (mon.0) 2621 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:03 smithi022 bash[28554]: audit 2023-12-07T16:23:02.814564+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:03 smithi022 bash[28554]: audit 2023-12-07T16:23:02.815913+0000 mon.a (mon.0) 2623 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:23:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:03 smithi022 bash[28554]: audit 2023-12-07T16:23:02.817557+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:23:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:03 smithi022 bash[28554]: audit 2023-12-07T16:23:02.825519+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:03 smithi044 bash[32620]: audit 2023-12-07T16:23:02.808093+0000 mon.a (mon.0) 2621 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:03 smithi044 bash[32620]: audit 2023-12-07T16:23:02.814564+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:03 smithi044 bash[32620]: audit 2023-12-07T16:23:02.815913+0000 mon.a (mon.0) 2623 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:23:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:03 smithi044 bash[32620]: audit 2023-12-07T16:23:02.817557+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:23:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:03 smithi044 bash[32620]: audit 2023-12-07T16:23:02.825519+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:03 smithi027 bash[31536]: audit 2023-12-07T16:23:02.808093+0000 mon.a (mon.0) 2621 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:03 smithi027 bash[31536]: audit 2023-12-07T16:23:02.814564+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:03 smithi027 bash[31536]: audit 2023-12-07T16:23:02.815913+0000 mon.a (mon.0) 2623 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:23:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:03 smithi027 bash[31536]: audit 2023-12-07T16:23:02.817557+0000 mon.a (mon.0) 2624 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:23:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:03 smithi027 bash[31536]: audit 2023-12-07T16:23:02.825519+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:23:04.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:04.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:04.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:04.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:04.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:04 smithi022 bash[28554]: cluster 2023-12-07T16:23:03.542176+0000 mgr.a (mgr.24293) 15744 : cluster 0 pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:05.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:04 smithi044 bash[32620]: cluster 2023-12-07T16:23:03.542176+0000 mgr.a (mgr.24293) 15744 : cluster 0 pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:04 smithi027 bash[31536]: cluster 2023-12-07T16:23:03.542176+0000 mgr.a (mgr.24293) 15744 : cluster 0 pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:05 smithi022 bash[28554]: audit 2023-12-07T16:23:03.971017+0000 mgr.a (mgr.24293) 15745 : audit 0 from='client.314061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:06.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:05 smithi044 bash[32620]: audit 2023-12-07T16:23:03.971017+0000 mgr.a (mgr.24293) 15745 : audit 0 from='client.314061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:05 smithi027 bash[31536]: audit 2023-12-07T16:23:03.971017+0000 mgr.a (mgr.24293) 15745 : audit 0 from='client.314061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:06 smithi022 bash[28554]: cluster 2023-12-07T16:23:05.543079+0000 mgr.a (mgr.24293) 15746 : cluster 0 pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:06 smithi044 bash[32620]: cluster 2023-12-07T16:23:05.543079+0000 mgr.a (mgr.24293) 15746 : cluster 0 pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:06 smithi027 bash[31536]: cluster 2023-12-07T16:23:05.543079+0000 mgr.a (mgr.24293) 15746 : cluster 0 pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:07 smithi022 bash[28554]: cluster 2023-12-07T16:23:07.543684+0000 mgr.a (mgr.24293) 15747 : cluster 0 pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:08.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:07 smithi044 bash[32620]: cluster 2023-12-07T16:23:07.543684+0000 mgr.a (mgr.24293) 15747 : cluster 0 pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:07 smithi027 bash[31536]: cluster 2023-12-07T16:23:07.543684+0000 mgr.a (mgr.24293) 15747 : cluster 0 pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:09.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:09.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:09.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:10.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:10.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:10.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:10.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:10.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:10 smithi022 bash[28554]: cluster 2023-12-07T16:23:09.544226+0000 mgr.a (mgr.24293) 15748 : cluster 0 pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:10 smithi044 bash[32620]: cluster 2023-12-07T16:23:09.544226+0000 mgr.a (mgr.24293) 15748 : cluster 0 pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:10 smithi027 bash[31536]: cluster 2023-12-07T16:23:09.544226+0000 mgr.a (mgr.24293) 15748 : cluster 0 pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:11 smithi022 bash[28554]: audit 2023-12-07T16:23:09.940495+0000 mgr.a (mgr.24293) 15749 : audit 0 from='client.314136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:11.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:11 smithi044 bash[32620]: audit 2023-12-07T16:23:09.940495+0000 mgr.a (mgr.24293) 15749 : audit 0 from='client.314136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:11 smithi027 bash[31536]: audit 2023-12-07T16:23:09.940495+0000 mgr.a (mgr.24293) 15749 : audit 0 from='client.314136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:12 smithi022 bash[28554]: cluster 2023-12-07T16:23:11.545342+0000 mgr.a (mgr.24293) 15750 : cluster 0 pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:23:12.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:12 smithi044 bash[32620]: cluster 2023-12-07T16:23:11.545342+0000 mgr.a (mgr.24293) 15750 : cluster 0 pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:23:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:12 smithi027 bash[31536]: cluster 2023-12-07T16:23:11.545342+0000 mgr.a (mgr.24293) 15750 : cluster 0 pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:23:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:14 smithi022 bash[28554]: cluster 2023-12-07T16:23:13.545944+0000 mgr.a (mgr.24293) 15751 : cluster 0 pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:14 smithi044 bash[32620]: cluster 2023-12-07T16:23:13.545944+0000 mgr.a (mgr.24293) 15751 : cluster 0 pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:14 smithi027 bash[31536]: cluster 2023-12-07T16:23:13.545944+0000 mgr.a (mgr.24293) 15751 : cluster 0 pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:15.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:15.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:15.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:16.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:16.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:16.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:16 smithi022 bash[28554]: cluster 2023-12-07T16:23:15.546700+0000 mgr.a (mgr.24293) 15752 : cluster 0 pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:16.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:16 smithi044 bash[32620]: cluster 2023-12-07T16:23:15.546700+0000 mgr.a (mgr.24293) 15752 : cluster 0 pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:16 smithi027 bash[31536]: cluster 2023-12-07T16:23:15.546700+0000 mgr.a (mgr.24293) 15752 : cluster 0 pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:17 smithi022 bash[28554]: audit 2023-12-07T16:23:15.890593+0000 mgr.a (mgr.24293) 15753 : audit 0 from='client.257350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:17.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:17 smithi044 bash[32620]: audit 2023-12-07T16:23:15.890593+0000 mgr.a (mgr.24293) 15753 : audit 0 from='client.257350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:17 smithi027 bash[31536]: audit 2023-12-07T16:23:15.890593+0000 mgr.a (mgr.24293) 15753 : audit 0 from='client.257350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:18 smithi022 bash[28554]: cluster 2023-12-07T16:23:17.547385+0000 mgr.a (mgr.24293) 15754 : cluster 0 pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:18 smithi044 bash[32620]: cluster 2023-12-07T16:23:17.547385+0000 mgr.a (mgr.24293) 15754 : cluster 0 pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:18 smithi027 bash[31536]: cluster 2023-12-07T16:23:17.547385+0000 mgr.a (mgr.24293) 15754 : cluster 0 pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:20 smithi022 bash[28554]: cluster 2023-12-07T16:23:19.548024+0000 mgr.a (mgr.24293) 15755 : cluster 0 pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:20.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:20 smithi044 bash[32620]: cluster 2023-12-07T16:23:19.548024+0000 mgr.a (mgr.24293) 15755 : cluster 0 pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:20 smithi027 bash[31536]: cluster 2023-12-07T16:23:19.548024+0000 mgr.a (mgr.24293) 15755 : cluster 0 pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:21.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:21.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:21.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:22.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:22.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:22.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:22.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:22.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:22 smithi022 bash[28554]: cluster 2023-12-07T16:23:21.548825+0000 mgr.a (mgr.24293) 15756 : cluster 0 pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:22 smithi022 bash[28554]: audit 2023-12-07T16:23:21.829554+0000 mgr.a (mgr.24293) 15757 : audit 0 from='client.314286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:22 smithi044 bash[32620]: cluster 2023-12-07T16:23:21.548825+0000 mgr.a (mgr.24293) 15756 : cluster 0 pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:22 smithi044 bash[32620]: audit 2023-12-07T16:23:21.829554+0000 mgr.a (mgr.24293) 15757 : audit 0 from='client.314286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:22 smithi027 bash[31536]: cluster 2023-12-07T16:23:21.548825+0000 mgr.a (mgr.24293) 15756 : cluster 0 pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:22 smithi027 bash[31536]: audit 2023-12-07T16:23:21.829554+0000 mgr.a (mgr.24293) 15757 : audit 0 from='client.314286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:24 smithi022 bash[28554]: cluster 2023-12-07T16:23:23.549522+0000 mgr.a (mgr.24293) 15758 : cluster 0 pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:24 smithi044 bash[32620]: cluster 2023-12-07T16:23:23.549522+0000 mgr.a (mgr.24293) 15758 : cluster 0 pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:24 smithi027 bash[31536]: cluster 2023-12-07T16:23:23.549522+0000 mgr.a (mgr.24293) 15758 : cluster 0 pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:26 smithi022 bash[28554]: cluster 2023-12-07T16:23:25.550372+0000 mgr.a (mgr.24293) 15759 : cluster 0 pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:23:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:26 smithi044 bash[32620]: cluster 2023-12-07T16:23:25.550372+0000 mgr.a (mgr.24293) 15759 : cluster 0 pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:23:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:26 smithi027 bash[31536]: cluster 2023-12-07T16:23:25.550372+0000 mgr.a (mgr.24293) 15759 : cluster 0 pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:23:27.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:27.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:27.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:28.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:28.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:28.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:28.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:28.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:28 smithi022 bash[28554]: cluster 2023-12-07T16:23:27.550924+0000 mgr.a (mgr.24293) 15760 : 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-07T16:23:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:28 smithi022 bash[28554]: audit 2023-12-07T16:23:27.781563+0000 mgr.a (mgr.24293) 15761 : audit 0 from='client.314361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:28 smithi044 bash[32620]: cluster 2023-12-07T16:23:27.550924+0000 mgr.a (mgr.24293) 15760 : 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-07T16:23:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:28 smithi044 bash[32620]: audit 2023-12-07T16:23:27.781563+0000 mgr.a (mgr.24293) 15761 : audit 0 from='client.314361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:28 smithi027 bash[31536]: cluster 2023-12-07T16:23:27.550924+0000 mgr.a (mgr.24293) 15760 : 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-07T16:23:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:28 smithi027 bash[31536]: audit 2023-12-07T16:23:27.781563+0000 mgr.a (mgr.24293) 15761 : audit 0 from='client.314361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:30 smithi022 bash[28554]: cluster 2023-12-07T16:23:29.551658+0000 mgr.a (mgr.24293) 15762 : 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-07T16:23:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:30 smithi044 bash[32620]: cluster 2023-12-07T16:23:29.551658+0000 mgr.a (mgr.24293) 15762 : 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-07T16:23:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:30 smithi027 bash[31536]: cluster 2023-12-07T16:23:29.551658+0000 mgr.a (mgr.24293) 15762 : 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-07T16:23:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:32 smithi022 bash[28554]: cluster 2023-12-07T16:23:31.552575+0000 mgr.a (mgr.24293) 15763 : 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-07T16:23:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:32 smithi044 bash[32620]: cluster 2023-12-07T16:23:31.552575+0000 mgr.a (mgr.24293) 15763 : 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-07T16:23:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:32 smithi027 bash[31536]: cluster 2023-12-07T16:23:31.552575+0000 mgr.a (mgr.24293) 15763 : 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-07T16:23:33.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:33.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:33.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:34.205 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:34 smithi022 bash[28554]: cluster 2023-12-07T16:23:33.553150+0000 mgr.a (mgr.24293) 15764 : 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-07T16:23:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:34 smithi022 bash[28554]: audit 2023-12-07T16:23:33.696167+0000 mgr.a (mgr.24293) 15765 : audit 0 from='client.314436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:34 smithi044 bash[32620]: cluster 2023-12-07T16:23:33.553150+0000 mgr.a (mgr.24293) 15764 : 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-07T16:23:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:34 smithi044 bash[32620]: audit 2023-12-07T16:23:33.696167+0000 mgr.a (mgr.24293) 15765 : audit 0 from='client.314436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:34 smithi027 bash[31536]: cluster 2023-12-07T16:23:33.553150+0000 mgr.a (mgr.24293) 15764 : 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-07T16:23:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:34 smithi027 bash[31536]: audit 2023-12-07T16:23:33.696167+0000 mgr.a (mgr.24293) 15765 : audit 0 from='client.314436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:36 smithi022 bash[28554]: cluster 2023-12-07T16:23:35.554042+0000 mgr.a (mgr.24293) 15766 : cluster 0 pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:36 smithi044 bash[32620]: cluster 2023-12-07T16:23:35.554042+0000 mgr.a (mgr.24293) 15766 : cluster 0 pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:36 smithi027 bash[31536]: cluster 2023-12-07T16:23:35.554042+0000 mgr.a (mgr.24293) 15766 : cluster 0 pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:38 smithi022 bash[28554]: cluster 2023-12-07T16:23:37.554764+0000 mgr.a (mgr.24293) 15767 : cluster 0 pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:38 smithi044 bash[32620]: cluster 2023-12-07T16:23:37.554764+0000 mgr.a (mgr.24293) 15767 : cluster 0 pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:38 smithi027 bash[31536]: cluster 2023-12-07T16:23:37.554764+0000 mgr.a (mgr.24293) 15767 : cluster 0 pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:39.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:40.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:40.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:40.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:40.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:40.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:40 smithi022 bash[28554]: cluster 2023-12-07T16:23:39.555308+0000 mgr.a (mgr.24293) 15768 : cluster 0 pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:40 smithi022 bash[28554]: audit 2023-12-07T16:23:39.623152+0000 mgr.a (mgr.24293) 15769 : audit 0 from='client.314511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:40 smithi044 bash[32620]: cluster 2023-12-07T16:23:39.555308+0000 mgr.a (mgr.24293) 15768 : cluster 0 pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:40 smithi044 bash[32620]: audit 2023-12-07T16:23:39.623152+0000 mgr.a (mgr.24293) 15769 : audit 0 from='client.314511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:40 smithi027 bash[31536]: cluster 2023-12-07T16:23:39.555308+0000 mgr.a (mgr.24293) 15768 : cluster 0 pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:40 smithi027 bash[31536]: audit 2023-12-07T16:23:39.623152+0000 mgr.a (mgr.24293) 15769 : audit 0 from='client.314511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:42 smithi022 bash[28554]: cluster 2023-12-07T16:23:41.556173+0000 mgr.a (mgr.24293) 15770 : cluster 0 pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:42 smithi044 bash[32620]: cluster 2023-12-07T16:23:41.556173+0000 mgr.a (mgr.24293) 15770 : cluster 0 pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:42 smithi027 bash[31536]: cluster 2023-12-07T16:23:41.556173+0000 mgr.a (mgr.24293) 15770 : cluster 0 pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:44 smithi022 bash[28554]: cluster 2023-12-07T16:23:43.556741+0000 mgr.a (mgr.24293) 15771 : cluster 0 pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:44 smithi044 bash[32620]: cluster 2023-12-07T16:23:43.556741+0000 mgr.a (mgr.24293) 15771 : cluster 0 pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:44 smithi027 bash[31536]: cluster 2023-12-07T16:23:43.556741+0000 mgr.a (mgr.24293) 15771 : cluster 0 pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:45.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:45.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:45.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:46.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:46.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:46.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:46.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:46.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:46 smithi022 bash[28554]: cluster 2023-12-07T16:23:45.557434+0000 mgr.a (mgr.24293) 15772 : 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-07T16:23:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:46 smithi022 bash[28554]: audit 2023-12-07T16:23:45.568785+0000 mgr.a (mgr.24293) 15773 : audit 0 from='client.314589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:46.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:46 smithi044 bash[32620]: cluster 2023-12-07T16:23:45.557434+0000 mgr.a (mgr.24293) 15772 : 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-07T16:23:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:46 smithi044 bash[32620]: audit 2023-12-07T16:23:45.568785+0000 mgr.a (mgr.24293) 15773 : audit 0 from='client.314589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:46 smithi027 bash[31536]: cluster 2023-12-07T16:23:45.557434+0000 mgr.a (mgr.24293) 15772 : 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-07T16:23:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:46 smithi027 bash[31536]: audit 2023-12-07T16:23:45.568785+0000 mgr.a (mgr.24293) 15773 : audit 0 from='client.314589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:48 smithi022 bash[28554]: cluster 2023-12-07T16:23:47.558155+0000 mgr.a (mgr.24293) 15774 : cluster 0 pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:48 smithi044 bash[32620]: cluster 2023-12-07T16:23:47.558155+0000 mgr.a (mgr.24293) 15774 : cluster 0 pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:48 smithi027 bash[31536]: cluster 2023-12-07T16:23:47.558155+0000 mgr.a (mgr.24293) 15774 : cluster 0 pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:50 smithi022 bash[28554]: cluster 2023-12-07T16:23:49.558898+0000 mgr.a (mgr.24293) 15775 : cluster 0 pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:50.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:50 smithi044 bash[32620]: cluster 2023-12-07T16:23:49.558898+0000 mgr.a (mgr.24293) 15775 : cluster 0 pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:50 smithi027 bash[31536]: cluster 2023-12-07T16:23:49.558898+0000 mgr.a (mgr.24293) 15775 : cluster 0 pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:51.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:51.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:51.091 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:52.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:52.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:52.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:52.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:52.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:52 smithi022 bash[28554]: audit 2023-12-07T16:23:51.499028+0000 mgr.a (mgr.24293) 15776 : audit 0 from='client.314667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:52 smithi022 bash[28554]: cluster 2023-12-07T16:23:51.560148+0000 mgr.a (mgr.24293) 15777 : cluster 0 pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:52 smithi044 bash[32620]: audit 2023-12-07T16:23:51.499028+0000 mgr.a (mgr.24293) 15776 : audit 0 from='client.314667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:52 smithi044 bash[32620]: cluster 2023-12-07T16:23:51.560148+0000 mgr.a (mgr.24293) 15777 : cluster 0 pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:52 smithi027 bash[31536]: audit 2023-12-07T16:23:51.499028+0000 mgr.a (mgr.24293) 15776 : audit 0 from='client.314667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:52 smithi027 bash[31536]: cluster 2023-12-07T16:23:51.560148+0000 mgr.a (mgr.24293) 15777 : cluster 0 pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:54 smithi022 bash[28554]: cluster 2023-12-07T16:23:53.560863+0000 mgr.a (mgr.24293) 15778 : cluster 0 pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:54.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:54 smithi044 bash[32620]: cluster 2023-12-07T16:23:53.560863+0000 mgr.a (mgr.24293) 15778 : cluster 0 pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:54 smithi027 bash[31536]: cluster 2023-12-07T16:23:53.560863+0000 mgr.a (mgr.24293) 15778 : cluster 0 pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:56 smithi022 bash[28554]: cluster 2023-12-07T16:23:55.561668+0000 mgr.a (mgr.24293) 15779 : cluster 0 pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:56.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:56 smithi044 bash[32620]: cluster 2023-12-07T16:23:55.561668+0000 mgr.a (mgr.24293) 15779 : cluster 0 pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:56 smithi027 bash[31536]: cluster 2023-12-07T16:23:55.561668+0000 mgr.a (mgr.24293) 15779 : cluster 0 pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:57.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:23:57.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:57.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:57.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:57.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:57.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:57.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:23:57.970 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:23:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:58 smithi022 bash[28554]: audit 2023-12-07T16:23:57.436884+0000 mgr.a (mgr.24293) 15780 : audit 0 from='client.314742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:23:58 smithi022 bash[28554]: cluster 2023-12-07T16:23:57.562316+0000 mgr.a (mgr.24293) 15781 : 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-07T16:23:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:58 smithi044 bash[32620]: audit 2023-12-07T16:23:57.436884+0000 mgr.a (mgr.24293) 15780 : audit 0 from='client.314742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:23:58 smithi044 bash[32620]: cluster 2023-12-07T16:23:57.562316+0000 mgr.a (mgr.24293) 15781 : 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-07T16:23:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:58 smithi027 bash[31536]: audit 2023-12-07T16:23:57.436884+0000 mgr.a (mgr.24293) 15780 : audit 0 from='client.314742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:23:58 smithi027 bash[31536]: cluster 2023-12-07T16:23:57.562316+0000 mgr.a (mgr.24293) 15781 : 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-07T16:24:00.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:00 smithi022 bash[28554]: cluster 2023-12-07T16:23:59.562998+0000 mgr.a (mgr.24293) 15782 : 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-07T16:24:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:00 smithi044 bash[32620]: cluster 2023-12-07T16:23:59.562998+0000 mgr.a (mgr.24293) 15782 : 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-07T16:24:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:00 smithi027 bash[31536]: cluster 2023-12-07T16:23:59.562998+0000 mgr.a (mgr.24293) 15782 : 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-07T16:24:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:02 smithi022 bash[28554]: cluster 2023-12-07T16:24:01.564028+0000 mgr.a (mgr.24293) 15783 : 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-07T16:24:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:02 smithi044 bash[32620]: cluster 2023-12-07T16:24:01.564028+0000 mgr.a (mgr.24293) 15783 : 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-07T16:24:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:02 smithi027 bash[31536]: cluster 2023-12-07T16:24:01.564028+0000 mgr.a (mgr.24293) 15783 : 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-07T16:24:02.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:02.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:02.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:03 smithi022 bash[28554]: audit 2023-12-07T16:24:02.928659+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:24:03.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:03 smithi044 bash[32620]: audit 2023-12-07T16:24:02.928659+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:24:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:03 smithi027 bash[31536]: audit 2023-12-07T16:24:02.928659+0000 mon.a (mon.0) 2626 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:24:03.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:03.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:03.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:03.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:03.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:04 smithi022 bash[28554]: audit 2023-12-07T16:24:03.384487+0000 mgr.a (mgr.24293) 15784 : audit 0 from='client.314817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:04 smithi022 bash[28554]: cluster 2023-12-07T16:24:03.564917+0000 mgr.a (mgr.24293) 15785 : 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-07T16:24:04.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:04 smithi044 bash[32620]: audit 2023-12-07T16:24:03.384487+0000 mgr.a (mgr.24293) 15784 : audit 0 from='client.314817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:04.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:04 smithi044 bash[32620]: cluster 2023-12-07T16:24:03.564917+0000 mgr.a (mgr.24293) 15785 : 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-07T16:24:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:04 smithi027 bash[31536]: audit 2023-12-07T16:24:03.384487+0000 mgr.a (mgr.24293) 15784 : audit 0 from='client.314817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:04 smithi027 bash[31536]: cluster 2023-12-07T16:24:03.564917+0000 mgr.a (mgr.24293) 15785 : 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-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.298998+0000 mon.a (mon.0) 2627 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.304060+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.308004+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.313974+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.319657+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.323837+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.324992+0000 mon.a (mon.0) 2633 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.326482+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:24:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:05 smithi022 bash[28554]: audit 2023-12-07T16:24:04.334440+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.298998+0000 mon.a (mon.0) 2627 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.304060+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.308004+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.313974+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.319657+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.323837+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.324992+0000 mon.a (mon.0) 2633 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.326482+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:24:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:05 smithi044 bash[32620]: audit 2023-12-07T16:24:04.334440+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.298998+0000 mon.a (mon.0) 2627 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.304060+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.308004+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.313974+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.319657+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.323837+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.324992+0000 mon.a (mon.0) 2633 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:24:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.326482+0000 mon.a (mon.0) 2634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:24:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:05 smithi027 bash[31536]: audit 2023-12-07T16:24:04.334440+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:24:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:06 smithi022 bash[28554]: cluster 2023-12-07T16:24:05.565870+0000 mgr.a (mgr.24293) 15786 : cluster 0 pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:06 smithi044 bash[32620]: cluster 2023-12-07T16:24:05.565870+0000 mgr.a (mgr.24293) 15786 : cluster 0 pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:06 smithi027 bash[31536]: cluster 2023-12-07T16:24:05.565870+0000 mgr.a (mgr.24293) 15786 : cluster 0 pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:08 smithi022 bash[28554]: cluster 2023-12-07T16:24:07.566438+0000 mgr.a (mgr.24293) 15787 : cluster 0 pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:08 smithi044 bash[32620]: cluster 2023-12-07T16:24:07.566438+0000 mgr.a (mgr.24293) 15787 : cluster 0 pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:08 smithi027 bash[31536]: cluster 2023-12-07T16:24:07.566438+0000 mgr.a (mgr.24293) 15787 : cluster 0 pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:08.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:08.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:08.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:09.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:09.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:09.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:09.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:09.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:10 smithi022 bash[28554]: audit 2023-12-07T16:24:09.371970+0000 mgr.a (mgr.24293) 15788 : audit 0 from='client.314892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:10 smithi022 bash[28554]: cluster 2023-12-07T16:24:09.566961+0000 mgr.a (mgr.24293) 15789 : cluster 0 pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:10 smithi044 bash[32620]: audit 2023-12-07T16:24:09.371970+0000 mgr.a (mgr.24293) 15788 : audit 0 from='client.314892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:10 smithi044 bash[32620]: cluster 2023-12-07T16:24:09.566961+0000 mgr.a (mgr.24293) 15789 : cluster 0 pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:10 smithi027 bash[31536]: audit 2023-12-07T16:24:09.371970+0000 mgr.a (mgr.24293) 15788 : audit 0 from='client.314892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:10 smithi027 bash[31536]: cluster 2023-12-07T16:24:09.566961+0000 mgr.a (mgr.24293) 15789 : cluster 0 pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:12 smithi022 bash[28554]: cluster 2023-12-07T16:24:11.567908+0000 mgr.a (mgr.24293) 15790 : cluster 0 pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:12 smithi044 bash[32620]: cluster 2023-12-07T16:24:11.567908+0000 mgr.a (mgr.24293) 15790 : cluster 0 pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:12 smithi027 bash[31536]: cluster 2023-12-07T16:24:11.567908+0000 mgr.a (mgr.24293) 15790 : cluster 0 pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:14.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:14.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:14.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:14 smithi022 bash[28554]: cluster 2023-12-07T16:24:13.568491+0000 mgr.a (mgr.24293) 15791 : cluster 0 pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:14 smithi044 bash[32620]: cluster 2023-12-07T16:24:13.568491+0000 mgr.a (mgr.24293) 15791 : cluster 0 pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:14 smithi027 bash[31536]: cluster 2023-12-07T16:24:13.568491+0000 mgr.a (mgr.24293) 15791 : cluster 0 pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:15.814 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:15.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:15.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:15.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:15.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:16 smithi022 bash[28554]: audit 2023-12-07T16:24:15.328154+0000 mgr.a (mgr.24293) 15792 : audit 0 from='client.314967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:16 smithi022 bash[28554]: cluster 2023-12-07T16:24:15.570521+0000 mgr.a (mgr.24293) 15793 : cluster 0 pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:24:16.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:16 smithi044 bash[32620]: audit 2023-12-07T16:24:15.328154+0000 mgr.a (mgr.24293) 15792 : audit 0 from='client.314967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:16.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:16 smithi044 bash[32620]: cluster 2023-12-07T16:24:15.570521+0000 mgr.a (mgr.24293) 15793 : cluster 0 pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:24:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:16 smithi027 bash[31536]: audit 2023-12-07T16:24:15.328154+0000 mgr.a (mgr.24293) 15792 : audit 0 from='client.314967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:16 smithi027 bash[31536]: cluster 2023-12-07T16:24:15.570521+0000 mgr.a (mgr.24293) 15793 : cluster 0 pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:24:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:18 smithi022 bash[28554]: cluster 2023-12-07T16:24:17.571218+0000 mgr.a (mgr.24293) 15794 : cluster 0 pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:18 smithi044 bash[32620]: cluster 2023-12-07T16:24:17.571218+0000 mgr.a (mgr.24293) 15794 : cluster 0 pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:18 smithi027 bash[31536]: cluster 2023-12-07T16:24:17.571218+0000 mgr.a (mgr.24293) 15794 : cluster 0 pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:20.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:20.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:20.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:20 smithi022 bash[28554]: cluster 2023-12-07T16:24:19.571856+0000 mgr.a (mgr.24293) 15795 : cluster 0 pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:20.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:20 smithi044 bash[32620]: cluster 2023-12-07T16:24:19.571856+0000 mgr.a (mgr.24293) 15795 : cluster 0 pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:20 smithi027 bash[31536]: cluster 2023-12-07T16:24:19.571856+0000 mgr.a (mgr.24293) 15795 : cluster 0 pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:21.744 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:21.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:21.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:21.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:21.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:22 smithi022 bash[28554]: audit 2023-12-07T16:24:21.229856+0000 mgr.a (mgr.24293) 15796 : audit 0 from='client.315045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:22 smithi022 bash[28554]: cluster 2023-12-07T16:24:21.572549+0000 mgr.a (mgr.24293) 15797 : cluster 0 pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:22 smithi044 bash[32620]: audit 2023-12-07T16:24:21.229856+0000 mgr.a (mgr.24293) 15796 : audit 0 from='client.315045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:22 smithi044 bash[32620]: cluster 2023-12-07T16:24:21.572549+0000 mgr.a (mgr.24293) 15797 : cluster 0 pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:22 smithi027 bash[31536]: audit 2023-12-07T16:24:21.229856+0000 mgr.a (mgr.24293) 15796 : audit 0 from='client.315045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:22 smithi027 bash[31536]: cluster 2023-12-07T16:24:21.572549+0000 mgr.a (mgr.24293) 15797 : cluster 0 pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:24 smithi022 bash[28554]: cluster 2023-12-07T16:24:23.573320+0000 mgr.a (mgr.24293) 15798 : cluster 0 pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:24 smithi044 bash[32620]: cluster 2023-12-07T16:24:23.573320+0000 mgr.a (mgr.24293) 15798 : cluster 0 pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:24 smithi027 bash[31536]: cluster 2023-12-07T16:24:23.573320+0000 mgr.a (mgr.24293) 15798 : cluster 0 pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:26.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:26.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:26.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:26 smithi022 bash[28554]: cluster 2023-12-07T16:24:25.574166+0000 mgr.a (mgr.24293) 15799 : cluster 0 pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:26.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:26 smithi044 bash[32620]: cluster 2023-12-07T16:24:25.574166+0000 mgr.a (mgr.24293) 15799 : cluster 0 pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:26 smithi027 bash[31536]: cluster 2023-12-07T16:24:25.574166+0000 mgr.a (mgr.24293) 15799 : cluster 0 pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:27.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:27.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:27.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:27.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:27.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:28 smithi022 bash[28554]: audit 2023-12-07T16:24:27.156049+0000 mgr.a (mgr.24293) 15800 : audit 0 from='client.315123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:28 smithi022 bash[28554]: cluster 2023-12-07T16:24:27.574956+0000 mgr.a (mgr.24293) 15801 : cluster 0 pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:28.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:28 smithi044 bash[32620]: audit 2023-12-07T16:24:27.156049+0000 mgr.a (mgr.24293) 15800 : audit 0 from='client.315123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:28.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:28 smithi044 bash[32620]: cluster 2023-12-07T16:24:27.574956+0000 mgr.a (mgr.24293) 15801 : cluster 0 pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:28 smithi027 bash[31536]: audit 2023-12-07T16:24:27.156049+0000 mgr.a (mgr.24293) 15800 : audit 0 from='client.315123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:28 smithi027 bash[31536]: cluster 2023-12-07T16:24:27.574956+0000 mgr.a (mgr.24293) 15801 : cluster 0 pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:30 smithi022 bash[28554]: cluster 2023-12-07T16:24:29.575613+0000 mgr.a (mgr.24293) 15802 : cluster 0 pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:30 smithi044 bash[32620]: cluster 2023-12-07T16:24:29.575613+0000 mgr.a (mgr.24293) 15802 : cluster 0 pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:30 smithi027 bash[31536]: cluster 2023-12-07T16:24:29.575613+0000 mgr.a (mgr.24293) 15802 : cluster 0 pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:32 smithi022 bash[28554]: cluster 2023-12-07T16:24:31.576430+0000 mgr.a (mgr.24293) 15803 : cluster 0 pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:24:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:32 smithi044 bash[32620]: cluster 2023-12-07T16:24:31.576430+0000 mgr.a (mgr.24293) 15803 : cluster 0 pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:24:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:32 smithi027 bash[31536]: cluster 2023-12-07T16:24:31.576430+0000 mgr.a (mgr.24293) 15803 : cluster 0 pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:24:32.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:32.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:32.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:33.624 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:34 smithi022 bash[28554]: audit 2023-12-07T16:24:33.098511+0000 mgr.a (mgr.24293) 15804 : audit 0 from='client.315201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:34 smithi022 bash[28554]: cluster 2023-12-07T16:24:33.577023+0000 mgr.a (mgr.24293) 15805 : 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-07T16:24:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:34 smithi044 bash[32620]: audit 2023-12-07T16:24:33.098511+0000 mgr.a (mgr.24293) 15804 : audit 0 from='client.315201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:34 smithi044 bash[32620]: cluster 2023-12-07T16:24:33.577023+0000 mgr.a (mgr.24293) 15805 : 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-07T16:24:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:34 smithi027 bash[31536]: audit 2023-12-07T16:24:33.098511+0000 mgr.a (mgr.24293) 15804 : audit 0 from='client.315201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:34 smithi027 bash[31536]: cluster 2023-12-07T16:24:33.577023+0000 mgr.a (mgr.24293) 15805 : 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-07T16:24:36.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:36 smithi022 bash[28554]: cluster 2023-12-07T16:24:35.577837+0000 mgr.a (mgr.24293) 15806 : 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-07T16:24:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:36 smithi044 bash[32620]: cluster 2023-12-07T16:24:35.577837+0000 mgr.a (mgr.24293) 15806 : 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-07T16:24:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:36 smithi027 bash[31536]: cluster 2023-12-07T16:24:35.577837+0000 mgr.a (mgr.24293) 15806 : 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-07T16:24:38.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:38.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:38.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:38 smithi022 bash[28554]: cluster 2023-12-07T16:24:37.578368+0000 mgr.a (mgr.24293) 15807 : 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-07T16:24:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:38 smithi044 bash[32620]: cluster 2023-12-07T16:24:37.578368+0000 mgr.a (mgr.24293) 15807 : 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-07T16:24:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:38 smithi027 bash[31536]: cluster 2023-12-07T16:24:37.578368+0000 mgr.a (mgr.24293) 15807 : 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-07T16:24:39.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:39.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:39.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:39.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:39.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:40 smithi022 bash[28554]: audit 2023-12-07T16:24:39.037607+0000 mgr.a (mgr.24293) 15808 : audit 0 from='client.315276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:40 smithi022 bash[28554]: cluster 2023-12-07T16:24:39.579269+0000 mgr.a (mgr.24293) 15809 : 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-07T16:24:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:40 smithi044 bash[32620]: audit 2023-12-07T16:24:39.037607+0000 mgr.a (mgr.24293) 15808 : audit 0 from='client.315276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:40 smithi044 bash[32620]: cluster 2023-12-07T16:24:39.579269+0000 mgr.a (mgr.24293) 15809 : 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-07T16:24:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:40 smithi027 bash[31536]: audit 2023-12-07T16:24:39.037607+0000 mgr.a (mgr.24293) 15808 : audit 0 from='client.315276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:40 smithi027 bash[31536]: cluster 2023-12-07T16:24:39.579269+0000 mgr.a (mgr.24293) 15809 : 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-07T16:24:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:42 smithi022 bash[28554]: cluster 2023-12-07T16:24:41.580158+0000 mgr.a (mgr.24293) 15810 : cluster 0 pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:42 smithi044 bash[32620]: cluster 2023-12-07T16:24:41.580158+0000 mgr.a (mgr.24293) 15810 : cluster 0 pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:42 smithi027 bash[31536]: cluster 2023-12-07T16:24:41.580158+0000 mgr.a (mgr.24293) 15810 : cluster 0 pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:44.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:44.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:44.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:44 smithi022 bash[28554]: cluster 2023-12-07T16:24:43.580790+0000 mgr.a (mgr.24293) 15811 : cluster 0 pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:44.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:44 smithi044 bash[32620]: cluster 2023-12-07T16:24:43.580790+0000 mgr.a (mgr.24293) 15811 : cluster 0 pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:44 smithi027 bash[31536]: cluster 2023-12-07T16:24:43.580790+0000 mgr.a (mgr.24293) 15811 : cluster 0 pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:45.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:45.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:45.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:45.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:45.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:46 smithi022 bash[28554]: audit 2023-12-07T16:24:44.973879+0000 mgr.a (mgr.24293) 15812 : audit 0 from='client.315351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:46 smithi022 bash[28554]: cluster 2023-12-07T16:24:45.581699+0000 mgr.a (mgr.24293) 15813 : cluster 0 pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:24:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:46 smithi044 bash[32620]: audit 2023-12-07T16:24:44.973879+0000 mgr.a (mgr.24293) 15812 : audit 0 from='client.315351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:46 smithi044 bash[32620]: cluster 2023-12-07T16:24:45.581699+0000 mgr.a (mgr.24293) 15813 : cluster 0 pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:24:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:46 smithi027 bash[31536]: audit 2023-12-07T16:24:44.973879+0000 mgr.a (mgr.24293) 15812 : audit 0 from='client.315351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:46 smithi027 bash[31536]: cluster 2023-12-07T16:24:45.581699+0000 mgr.a (mgr.24293) 15813 : cluster 0 pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:24:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:48 smithi022 bash[28554]: cluster 2023-12-07T16:24:47.582444+0000 mgr.a (mgr.24293) 15814 : cluster 0 pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:48 smithi044 bash[32620]: cluster 2023-12-07T16:24:47.582444+0000 mgr.a (mgr.24293) 15814 : cluster 0 pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:48 smithi027 bash[31536]: cluster 2023-12-07T16:24:47.582444+0000 mgr.a (mgr.24293) 15814 : cluster 0 pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:50.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:50.492 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:50.492 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:50 smithi022 bash[28554]: cluster 2023-12-07T16:24:49.583182+0000 mgr.a (mgr.24293) 15815 : cluster 0 pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:50.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:50 smithi044 bash[32620]: cluster 2023-12-07T16:24:49.583182+0000 mgr.a (mgr.24293) 15815 : cluster 0 pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:50 smithi027 bash[31536]: cluster 2023-12-07T16:24:49.583182+0000 mgr.a (mgr.24293) 15815 : cluster 0 pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:24:51.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:51.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:51.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:51.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:51.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:52.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:52 smithi022 bash[28554]: audit 2023-12-07T16:24:50.906320+0000 mgr.a (mgr.24293) 15816 : audit 0 from='client.315426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:52 smithi022 bash[28554]: cluster 2023-12-07T16:24:51.584282+0000 mgr.a (mgr.24293) 15817 : 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-07T16:24:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:52 smithi044 bash[32620]: audit 2023-12-07T16:24:50.906320+0000 mgr.a (mgr.24293) 15816 : audit 0 from='client.315426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:52 smithi044 bash[32620]: cluster 2023-12-07T16:24:51.584282+0000 mgr.a (mgr.24293) 15817 : 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-07T16:24:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:52 smithi027 bash[31536]: audit 2023-12-07T16:24:50.906320+0000 mgr.a (mgr.24293) 15816 : audit 0 from='client.315426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:52 smithi027 bash[31536]: cluster 2023-12-07T16:24:51.584282+0000 mgr.a (mgr.24293) 15817 : 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-07T16:24:54.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:54 smithi022 bash[28554]: cluster 2023-12-07T16:24:53.584852+0000 mgr.a (mgr.24293) 15818 : cluster 0 pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:54.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:54 smithi044 bash[32620]: cluster 2023-12-07T16:24:53.584852+0000 mgr.a (mgr.24293) 15818 : cluster 0 pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:54 smithi027 bash[31536]: cluster 2023-12-07T16:24:53.584852+0000 mgr.a (mgr.24293) 15818 : cluster 0 pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:56.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:24:56.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:56.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:56.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:56 smithi022 bash[28554]: cluster 2023-12-07T16:24:55.585613+0000 mgr.a (mgr.24293) 15819 : cluster 0 pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:56.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:56 smithi044 bash[32620]: cluster 2023-12-07T16:24:55.585613+0000 mgr.a (mgr.24293) 15819 : cluster 0 pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:56 smithi027 bash[31536]: cluster 2023-12-07T16:24:55.585613+0000 mgr.a (mgr.24293) 15819 : cluster 0 pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:57.387 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:24:57.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:57.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:57.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:57.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:24:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:57 smithi022 bash[28554]: audit 2023-12-07T16:24:56.850237+0000 mgr.a (mgr.24293) 15820 : audit 0 from='client.315504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:57.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:57 smithi044 bash[32620]: audit 2023-12-07T16:24:56.850237+0000 mgr.a (mgr.24293) 15820 : audit 0 from='client.315504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:57 smithi027 bash[31536]: audit 2023-12-07T16:24:56.850237+0000 mgr.a (mgr.24293) 15820 : audit 0 from='client.315504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:24:58 smithi022 bash[28554]: cluster 2023-12-07T16:24:57.586457+0000 mgr.a (mgr.24293) 15821 : cluster 0 pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:24:58 smithi044 bash[32620]: cluster 2023-12-07T16:24:57.586457+0000 mgr.a (mgr.24293) 15821 : cluster 0 pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:24:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:24:58 smithi027 bash[31536]: cluster 2023-12-07T16:24:57.586457+0000 mgr.a (mgr.24293) 15821 : cluster 0 pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:00.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:00 smithi022 bash[28554]: cluster 2023-12-07T16:24:59.587211+0000 mgr.a (mgr.24293) 15822 : cluster 0 pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:00 smithi044 bash[32620]: cluster 2023-12-07T16:24:59.587211+0000 mgr.a (mgr.24293) 15822 : cluster 0 pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:00 smithi027 bash[31536]: cluster 2023-12-07T16:24:59.587211+0000 mgr.a (mgr.24293) 15822 : cluster 0 pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:02.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:02.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:02.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:02 smithi022 bash[28554]: cluster 2023-12-07T16:25:01.588077+0000 mgr.a (mgr.24293) 15823 : cluster 0 pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:25:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:02 smithi044 bash[32620]: cluster 2023-12-07T16:25:01.588077+0000 mgr.a (mgr.24293) 15823 : cluster 0 pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:25:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:02 smithi027 bash[31536]: cluster 2023-12-07T16:25:01.588077+0000 mgr.a (mgr.24293) 15823 : cluster 0 pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:25:03.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:03.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:03.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:03.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:03.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:03.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:03 smithi022 bash[28554]: audit 2023-12-07T16:25:02.814861+0000 mgr.a (mgr.24293) 15824 : audit 0 from='client.315582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:03.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:03 smithi044 bash[32620]: audit 2023-12-07T16:25:02.814861+0000 mgr.a (mgr.24293) 15824 : audit 0 from='client.315582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:03 smithi027 bash[31536]: audit 2023-12-07T16:25:02.814861+0000 mgr.a (mgr.24293) 15824 : audit 0 from='client.315582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:04 smithi022 bash[28554]: cluster 2023-12-07T16:25:03.588896+0000 mgr.a (mgr.24293) 15825 : 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-07T16:25:04.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:04 smithi044 bash[32620]: cluster 2023-12-07T16:25:03.588896+0000 mgr.a (mgr.24293) 15825 : 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-07T16:25:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:04 smithi027 bash[31536]: cluster 2023-12-07T16:25:03.588896+0000 mgr.a (mgr.24293) 15825 : 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-07T16:25:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:05 smithi022 bash[28554]: audit 2023-12-07T16:25:04.439106+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:25:05.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:05 smithi044 bash[32620]: audit 2023-12-07T16:25:04.439106+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:25:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:05 smithi027 bash[31536]: audit 2023-12-07T16:25:04.439106+0000 mon.a (mon.0) 2636 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:25:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:06 smithi022 bash[28554]: audit 2023-12-07T16:25:05.233597+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:25:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:06 smithi022 bash[28554]: audit 2023-12-07T16:25:05.235485+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:25:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:06 smithi022 bash[28554]: audit 2023-12-07T16:25:05.245594+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:25:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:06 smithi022 bash[28554]: cluster 2023-12-07T16:25:05.589802+0000 mgr.a (mgr.24293) 15826 : 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-07T16:25:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:06 smithi044 bash[32620]: audit 2023-12-07T16:25:05.233597+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:25:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:06 smithi044 bash[32620]: audit 2023-12-07T16:25:05.235485+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:25:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:06 smithi044 bash[32620]: audit 2023-12-07T16:25:05.245594+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:25:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:06 smithi044 bash[32620]: cluster 2023-12-07T16:25:05.589802+0000 mgr.a (mgr.24293) 15826 : 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-07T16:25:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:06 smithi027 bash[31536]: audit 2023-12-07T16:25:05.233597+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:25:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:06 smithi027 bash[31536]: audit 2023-12-07T16:25:05.235485+0000 mon.a (mon.0) 2638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:25:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:06 smithi027 bash[31536]: audit 2023-12-07T16:25:05.245594+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:25:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:06 smithi027 bash[31536]: cluster 2023-12-07T16:25:05.589802+0000 mgr.a (mgr.24293) 15826 : 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-07T16:25:08.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:08.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:08.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:08.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:08 smithi022 bash[28554]: cluster 2023-12-07T16:25:07.590374+0000 mgr.a (mgr.24293) 15827 : 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-07T16:25:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:08 smithi044 bash[32620]: cluster 2023-12-07T16:25:07.590374+0000 mgr.a (mgr.24293) 15827 : 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-07T16:25:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:08 smithi027 bash[31536]: cluster 2023-12-07T16:25:07.590374+0000 mgr.a (mgr.24293) 15827 : 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-07T16:25:09.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:09.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:09.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:09.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:09.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:09.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:09 smithi022 bash[28554]: audit 2023-12-07T16:25:08.778566+0000 mgr.a (mgr.24293) 15828 : audit 0 from='client.315657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:09.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:09 smithi044 bash[32620]: audit 2023-12-07T16:25:08.778566+0000 mgr.a (mgr.24293) 15828 : audit 0 from='client.315657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:09 smithi027 bash[31536]: audit 2023-12-07T16:25:08.778566+0000 mgr.a (mgr.24293) 15828 : audit 0 from='client.315657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:10 smithi022 bash[28554]: cluster 2023-12-07T16:25:09.591034+0000 mgr.a (mgr.24293) 15829 : 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-07T16:25:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:10 smithi044 bash[32620]: cluster 2023-12-07T16:25:09.591034+0000 mgr.a (mgr.24293) 15829 : 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-07T16:25:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:10 smithi027 bash[31536]: cluster 2023-12-07T16:25:09.591034+0000 mgr.a (mgr.24293) 15829 : 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-07T16:25:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:12 smithi022 bash[28554]: cluster 2023-12-07T16:25:11.591891+0000 mgr.a (mgr.24293) 15830 : cluster 0 pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:12 smithi044 bash[32620]: cluster 2023-12-07T16:25:11.591891+0000 mgr.a (mgr.24293) 15830 : cluster 0 pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:12 smithi027 bash[31536]: cluster 2023-12-07T16:25:11.591891+0000 mgr.a (mgr.24293) 15830 : cluster 0 pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:14.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:14.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:14.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:14 smithi022 bash[28554]: cluster 2023-12-07T16:25:13.592464+0000 mgr.a (mgr.24293) 15831 : cluster 0 pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:14 smithi044 bash[32620]: cluster 2023-12-07T16:25:13.592464+0000 mgr.a (mgr.24293) 15831 : cluster 0 pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:14 smithi027 bash[31536]: cluster 2023-12-07T16:25:13.592464+0000 mgr.a (mgr.24293) 15831 : cluster 0 pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:15.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:15.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:15.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:15.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:15.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:15.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:15 smithi022 bash[28554]: audit 2023-12-07T16:25:14.719226+0000 mgr.a (mgr.24293) 15832 : audit 0 from='client.315735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:15.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:15 smithi044 bash[32620]: audit 2023-12-07T16:25:14.719226+0000 mgr.a (mgr.24293) 15832 : audit 0 from='client.315735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:15 smithi027 bash[31536]: audit 2023-12-07T16:25:14.719226+0000 mgr.a (mgr.24293) 15832 : audit 0 from='client.315735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:16 smithi022 bash[28554]: cluster 2023-12-07T16:25:15.593473+0000 mgr.a (mgr.24293) 15833 : cluster 0 pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:16.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:16 smithi044 bash[32620]: cluster 2023-12-07T16:25:15.593473+0000 mgr.a (mgr.24293) 15833 : cluster 0 pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:16 smithi027 bash[31536]: cluster 2023-12-07T16:25:15.593473+0000 mgr.a (mgr.24293) 15833 : cluster 0 pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:18.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:18 smithi022 bash[28554]: cluster 2023-12-07T16:25:17.594012+0000 mgr.a (mgr.24293) 15834 : cluster 0 pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:18.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:18 smithi044 bash[32620]: cluster 2023-12-07T16:25:17.594012+0000 mgr.a (mgr.24293) 15834 : cluster 0 pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:18 smithi027 bash[31536]: cluster 2023-12-07T16:25:17.594012+0000 mgr.a (mgr.24293) 15834 : cluster 0 pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:20.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:20.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:20.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:20 smithi022 bash[28554]: cluster 2023-12-07T16:25:19.594584+0000 mgr.a (mgr.24293) 15835 : cluster 0 pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:20.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:20 smithi044 bash[32620]: cluster 2023-12-07T16:25:19.594584+0000 mgr.a (mgr.24293) 15835 : cluster 0 pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:20 smithi027 bash[31536]: cluster 2023-12-07T16:25:19.594584+0000 mgr.a (mgr.24293) 15835 : cluster 0 pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:21.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:21.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:21.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:21.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:21.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:21 smithi022 bash[28554]: audit 2023-12-07T16:25:20.686682+0000 mgr.a (mgr.24293) 15836 : audit 0 from='client.315810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:21.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:21 smithi044 bash[32620]: audit 2023-12-07T16:25:20.686682+0000 mgr.a (mgr.24293) 15836 : audit 0 from='client.315810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:21 smithi027 bash[31536]: audit 2023-12-07T16:25:20.686682+0000 mgr.a (mgr.24293) 15836 : audit 0 from='client.315810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:22 smithi022 bash[28554]: cluster 2023-12-07T16:25:21.595720+0000 mgr.a (mgr.24293) 15837 : 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-07T16:25:22.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:22 smithi044 bash[32620]: cluster 2023-12-07T16:25:21.595720+0000 mgr.a (mgr.24293) 15837 : 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-07T16:25:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:22 smithi027 bash[31536]: cluster 2023-12-07T16:25:21.595720+0000 mgr.a (mgr.24293) 15837 : 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-07T16:25:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:24 smithi022 bash[28554]: cluster 2023-12-07T16:25:23.596333+0000 mgr.a (mgr.24293) 15838 : cluster 0 pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:24.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:24 smithi044 bash[32620]: cluster 2023-12-07T16:25:23.596333+0000 mgr.a (mgr.24293) 15838 : cluster 0 pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:24 smithi027 bash[31536]: cluster 2023-12-07T16:25:23.596333+0000 mgr.a (mgr.24293) 15838 : cluster 0 pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:26.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:26.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:26.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:26 smithi027 bash[31536]: cluster 2023-12-07T16:25:25.597098+0000 mgr.a (mgr.24293) 15839 : cluster 0 pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:26 smithi022 bash[28554]: cluster 2023-12-07T16:25:25.597098+0000 mgr.a (mgr.24293) 15839 : cluster 0 pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:26 smithi044 bash[32620]: cluster 2023-12-07T16:25:25.597098+0000 mgr.a (mgr.24293) 15839 : cluster 0 pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:27.178 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:27.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:27.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:27.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:27.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:27 smithi027 bash[31536]: audit 2023-12-07T16:25:26.630663+0000 mgr.a (mgr.24293) 15840 : audit 0 from='client.315888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:27 smithi022 bash[28554]: audit 2023-12-07T16:25:26.630663+0000 mgr.a (mgr.24293) 15840 : audit 0 from='client.315888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:28.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:27 smithi044 bash[32620]: audit 2023-12-07T16:25:26.630663+0000 mgr.a (mgr.24293) 15840 : audit 0 from='client.315888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:28 smithi027 bash[31536]: cluster 2023-12-07T16:25:27.597825+0000 mgr.a (mgr.24293) 15841 : cluster 0 pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:28 smithi022 bash[28554]: cluster 2023-12-07T16:25:27.597825+0000 mgr.a (mgr.24293) 15841 : cluster 0 pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:28 smithi044 bash[32620]: cluster 2023-12-07T16:25:27.597825+0000 mgr.a (mgr.24293) 15841 : cluster 0 pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:30 smithi027 bash[31536]: cluster 2023-12-07T16:25:29.598630+0000 mgr.a (mgr.24293) 15842 : cluster 0 pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:30 smithi022 bash[28554]: cluster 2023-12-07T16:25:29.598630+0000 mgr.a (mgr.24293) 15842 : cluster 0 pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:30 smithi044 bash[32620]: cluster 2023-12-07T16:25:29.598630+0000 mgr.a (mgr.24293) 15842 : cluster 0 pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:32.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:32.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:32.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:32 smithi022 bash[28554]: cluster 2023-12-07T16:25:31.599635+0000 mgr.a (mgr.24293) 15843 : cluster 0 pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:32.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:32 smithi044 bash[32620]: cluster 2023-12-07T16:25:31.599635+0000 mgr.a (mgr.24293) 15843 : cluster 0 pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:32 smithi027 bash[31536]: cluster 2023-12-07T16:25:31.599635+0000 mgr.a (mgr.24293) 15843 : cluster 0 pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:33.120 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:33.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:33.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:33.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:33.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:33 smithi022 bash[28554]: audit 2023-12-07T16:25:32.597726+0000 mgr.a (mgr.24293) 15844 : audit 0 from='client.315966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:33.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:33 smithi044 bash[32620]: audit 2023-12-07T16:25:32.597726+0000 mgr.a (mgr.24293) 15844 : audit 0 from='client.315966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:33 smithi027 bash[31536]: audit 2023-12-07T16:25:32.597726+0000 mgr.a (mgr.24293) 15844 : audit 0 from='client.315966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:34.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:34 smithi022 bash[28554]: cluster 2023-12-07T16:25:33.600366+0000 mgr.a (mgr.24293) 15845 : 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-07T16:25:34.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:34 smithi044 bash[32620]: cluster 2023-12-07T16:25:33.600366+0000 mgr.a (mgr.24293) 15845 : 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-07T16:25:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:34 smithi027 bash[31536]: cluster 2023-12-07T16:25:33.600366+0000 mgr.a (mgr.24293) 15845 : 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-07T16:25:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:36 smithi022 bash[28554]: cluster 2023-12-07T16:25:35.601213+0000 mgr.a (mgr.24293) 15846 : 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-07T16:25:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:36 smithi044 bash[32620]: cluster 2023-12-07T16:25:35.601213+0000 mgr.a (mgr.24293) 15846 : 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-07T16:25:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:36 smithi027 bash[31536]: cluster 2023-12-07T16:25:35.601213+0000 mgr.a (mgr.24293) 15846 : 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-07T16:25:38.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:38.125 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:38.125 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:38 smithi022 bash[28554]: cluster 2023-12-07T16:25:37.601813+0000 mgr.a (mgr.24293) 15847 : 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-07T16:25:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:38 smithi044 bash[32620]: cluster 2023-12-07T16:25:37.601813+0000 mgr.a (mgr.24293) 15847 : 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-07T16:25:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:38 smithi027 bash[31536]: cluster 2023-12-07T16:25:37.601813+0000 mgr.a (mgr.24293) 15847 : 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-07T16:25:39.056 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:39.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:39.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:39.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:39.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:39 smithi022 bash[28554]: audit 2023-12-07T16:25:38.540623+0000 mgr.a (mgr.24293) 15848 : audit 0 from='client.316044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:39.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:39 smithi044 bash[32620]: audit 2023-12-07T16:25:38.540623+0000 mgr.a (mgr.24293) 15848 : audit 0 from='client.316044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:39 smithi027 bash[31536]: audit 2023-12-07T16:25:38.540623+0000 mgr.a (mgr.24293) 15848 : audit 0 from='client.316044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:40 smithi022 bash[28554]: cluster 2023-12-07T16:25:39.602704+0000 mgr.a (mgr.24293) 15849 : 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-07T16:25:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:40 smithi044 bash[32620]: cluster 2023-12-07T16:25:39.602704+0000 mgr.a (mgr.24293) 15849 : 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-07T16:25:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:40 smithi027 bash[31536]: cluster 2023-12-07T16:25:39.602704+0000 mgr.a (mgr.24293) 15849 : 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-07T16:25:42.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:42 smithi022 bash[28554]: cluster 2023-12-07T16:25:41.603612+0000 mgr.a (mgr.24293) 15850 : 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-07T16:25:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:42 smithi044 bash[32620]: cluster 2023-12-07T16:25:41.603612+0000 mgr.a (mgr.24293) 15850 : 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-07T16:25:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:42 smithi027 bash[31536]: cluster 2023-12-07T16:25:41.603612+0000 mgr.a (mgr.24293) 15850 : 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-07T16:25:44.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:44.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:44.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:44.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:44 smithi022 bash[28554]: cluster 2023-12-07T16:25:43.604127+0000 mgr.a (mgr.24293) 15851 : 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-07T16:25:44.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:44 smithi044 bash[32620]: cluster 2023-12-07T16:25:43.604127+0000 mgr.a (mgr.24293) 15851 : 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-07T16:25:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:44 smithi027 bash[31536]: cluster 2023-12-07T16:25:43.604127+0000 mgr.a (mgr.24293) 15851 : 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-07T16:25:45.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:45.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:45.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:45.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:45.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:45.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:45 smithi022 bash[28554]: audit 2023-12-07T16:25:44.474609+0000 mgr.a (mgr.24293) 15852 : audit 0 from='client.316122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:45.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:45 smithi044 bash[32620]: audit 2023-12-07T16:25:44.474609+0000 mgr.a (mgr.24293) 15852 : audit 0 from='client.316122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:45 smithi027 bash[31536]: audit 2023-12-07T16:25:44.474609+0000 mgr.a (mgr.24293) 15852 : audit 0 from='client.316122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:46 smithi022 bash[28554]: cluster 2023-12-07T16:25:45.605072+0000 mgr.a (mgr.24293) 15853 : cluster 0 pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:46.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:46 smithi044 bash[32620]: cluster 2023-12-07T16:25:45.605072+0000 mgr.a (mgr.24293) 15853 : cluster 0 pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:46 smithi027 bash[31536]: cluster 2023-12-07T16:25:45.605072+0000 mgr.a (mgr.24293) 15853 : cluster 0 pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:48 smithi022 bash[28554]: cluster 2023-12-07T16:25:47.605674+0000 mgr.a (mgr.24293) 15854 : cluster 0 pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:48 smithi044 bash[32620]: cluster 2023-12-07T16:25:47.605674+0000 mgr.a (mgr.24293) 15854 : cluster 0 pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:48 smithi027 bash[31536]: cluster 2023-12-07T16:25:47.605674+0000 mgr.a (mgr.24293) 15854 : cluster 0 pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:50.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:50.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:50.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:50 smithi027 bash[31536]: cluster 2023-12-07T16:25:49.606234+0000 mgr.a (mgr.24293) 15855 : cluster 0 pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:50.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:50.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:50.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:50.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:50.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:50 smithi022 bash[28554]: cluster 2023-12-07T16:25:49.606234+0000 mgr.a (mgr.24293) 15855 : cluster 0 pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:51.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:50 smithi044 bash[32620]: cluster 2023-12-07T16:25:49.606234+0000 mgr.a (mgr.24293) 15855 : cluster 0 pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:51 smithi027 bash[31536]: audit 2023-12-07T16:25:50.428045+0000 mgr.a (mgr.24293) 15856 : audit 0 from='client.316197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:51 smithi022 bash[28554]: audit 2023-12-07T16:25:50.428045+0000 mgr.a (mgr.24293) 15856 : audit 0 from='client.316197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:52.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:51 smithi044 bash[32620]: audit 2023-12-07T16:25:50.428045+0000 mgr.a (mgr.24293) 15856 : audit 0 from='client.316197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:52 smithi027 bash[31536]: cluster 2023-12-07T16:25:51.607321+0000 mgr.a (mgr.24293) 15857 : cluster 0 pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:25:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:52 smithi022 bash[28554]: cluster 2023-12-07T16:25:51.607321+0000 mgr.a (mgr.24293) 15857 : cluster 0 pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:25:53.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:52 smithi044 bash[32620]: cluster 2023-12-07T16:25:51.607321+0000 mgr.a (mgr.24293) 15857 : cluster 0 pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:25:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:54 smithi027 bash[31536]: cluster 2023-12-07T16:25:53.607941+0000 mgr.a (mgr.24293) 15858 : cluster 0 pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:54 smithi022 bash[28554]: cluster 2023-12-07T16:25:53.607941+0000 mgr.a (mgr.24293) 15858 : cluster 0 pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:54 smithi044 bash[32620]: cluster 2023-12-07T16:25:53.607941+0000 mgr.a (mgr.24293) 15858 : cluster 0 pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:25:55.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:25:55.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:55.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:56.923 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:25:56.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:56.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:56.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:56.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:25:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:56 smithi027 bash[31536]: cluster 2023-12-07T16:25:55.608866+0000 mgr.a (mgr.24293) 15859 : 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-07T16:25:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:56 smithi022 bash[28554]: cluster 2023-12-07T16:25:55.608866+0000 mgr.a (mgr.24293) 15859 : 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-07T16:25:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:56 smithi044 bash[32620]: cluster 2023-12-07T16:25:55.608866+0000 mgr.a (mgr.24293) 15859 : 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-07T16:25:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:57 smithi027 bash[31536]: audit 2023-12-07T16:25:56.380178+0000 mgr.a (mgr.24293) 15860 : audit 0 from='client.316275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:57 smithi022 bash[28554]: audit 2023-12-07T16:25:56.380178+0000 mgr.a (mgr.24293) 15860 : audit 0 from='client.316275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:58.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:57 smithi044 bash[32620]: audit 2023-12-07T16:25:56.380178+0000 mgr.a (mgr.24293) 15860 : audit 0 from='client.316275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:25:58 smithi022 bash[28554]: cluster 2023-12-07T16:25:57.609642+0000 mgr.a (mgr.24293) 15861 : cluster 0 pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:25:58 smithi044 bash[32620]: cluster 2023-12-07T16:25:57.609642+0000 mgr.a (mgr.24293) 15861 : cluster 0 pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:25:58 smithi027 bash[31536]: cluster 2023-12-07T16:25:57.609642+0000 mgr.a (mgr.24293) 15861 : cluster 0 pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:00 smithi022 bash[28554]: cluster 2023-12-07T16:25:59.610263+0000 mgr.a (mgr.24293) 15862 : cluster 0 pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:00 smithi044 bash[32620]: cluster 2023-12-07T16:25:59.610263+0000 mgr.a (mgr.24293) 15862 : cluster 0 pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:00 smithi027 bash[31536]: cluster 2023-12-07T16:25:59.610263+0000 mgr.a (mgr.24293) 15862 : cluster 0 pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:01.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:01.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:01.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:02 smithi022 bash[28554]: cluster 2023-12-07T16:26:01.611084+0000 mgr.a (mgr.24293) 15863 : cluster 0 pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:02 smithi044 bash[32620]: cluster 2023-12-07T16:26:01.611084+0000 mgr.a (mgr.24293) 15863 : cluster 0 pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:02 smithi027 bash[31536]: cluster 2023-12-07T16:26:01.611084+0000 mgr.a (mgr.24293) 15863 : cluster 0 pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:02.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:02.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:02.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:02.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:02.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:03.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:03 smithi022 bash[28554]: audit 2023-12-07T16:26:02.334731+0000 mgr.a (mgr.24293) 15864 : audit 0 from='client.316350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:03.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:03 smithi044 bash[32620]: audit 2023-12-07T16:26:02.334731+0000 mgr.a (mgr.24293) 15864 : audit 0 from='client.316350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:03 smithi027 bash[31536]: audit 2023-12-07T16:26:02.334731+0000 mgr.a (mgr.24293) 15864 : audit 0 from='client.316350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:04 smithi022 bash[28554]: cluster 2023-12-07T16:26:03.611857+0000 mgr.a (mgr.24293) 15865 : cluster 0 pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:26:04.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:04 smithi044 bash[32620]: cluster 2023-12-07T16:26:03.611857+0000 mgr.a (mgr.24293) 15865 : cluster 0 pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:26:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:04 smithi027 bash[31536]: cluster 2023-12-07T16:26:03.611857+0000 mgr.a (mgr.24293) 15865 : cluster 0 pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:26:05.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:05 smithi022 bash[28554]: audit 2023-12-07T16:26:05.348549+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:26:05.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:05 smithi044 bash[32620]: audit 2023-12-07T16:26:05.348549+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:26:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:05 smithi027 bash[31536]: audit 2023-12-07T16:26:05.348549+0000 mon.a (mon.0) 2640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:26:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:06 smithi022 bash[28554]: cluster 2023-12-07T16:26:05.612626+0000 mgr.a (mgr.24293) 15866 : cluster 0 pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:26:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:06 smithi022 bash[28554]: audit 2023-12-07T16:26:06.142733+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:26:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:06 smithi022 bash[28554]: audit 2023-12-07T16:26:06.144219+0000 mon.a (mon.0) 2642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:26:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:06 smithi022 bash[28554]: audit 2023-12-07T16:26:06.153537+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:26:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:06 smithi044 bash[32620]: cluster 2023-12-07T16:26:05.612626+0000 mgr.a (mgr.24293) 15866 : cluster 0 pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:26:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:06 smithi044 bash[32620]: audit 2023-12-07T16:26:06.142733+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:26:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:06 smithi044 bash[32620]: audit 2023-12-07T16:26:06.144219+0000 mon.a (mon.0) 2642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:26:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:06 smithi044 bash[32620]: audit 2023-12-07T16:26:06.153537+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:26:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:06 smithi027 bash[31536]: cluster 2023-12-07T16:26:05.612626+0000 mgr.a (mgr.24293) 15866 : cluster 0 pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:26:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:06 smithi027 bash[31536]: audit 2023-12-07T16:26:06.142733+0000 mon.a (mon.0) 2641 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:26:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:06 smithi027 bash[31536]: audit 2023-12-07T16:26:06.144219+0000 mon.a (mon.0) 2642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:26:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:06 smithi027 bash[31536]: audit 2023-12-07T16:26:06.153537+0000 mon.a (mon.0) 2643 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:26:07.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:07.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:07.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:08.807 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:08.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:08.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:08.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:08.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:08.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:08 smithi022 bash[28554]: cluster 2023-12-07T16:26:07.613215+0000 mgr.a (mgr.24293) 15867 : 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-07T16:26:08.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:08 smithi044 bash[32620]: cluster 2023-12-07T16:26:07.613215+0000 mgr.a (mgr.24293) 15867 : 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-07T16:26:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:08 smithi027 bash[31536]: cluster 2023-12-07T16:26:07.613215+0000 mgr.a (mgr.24293) 15867 : 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-07T16:26:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:09 smithi027 bash[31536]: audit 2023-12-07T16:26:08.276888+0000 mgr.a (mgr.24293) 15868 : audit 0 from='client.316428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:09 smithi022 bash[28554]: audit 2023-12-07T16:26:08.276888+0000 mgr.a (mgr.24293) 15868 : audit 0 from='client.316428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:10.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:09 smithi044 bash[32620]: audit 2023-12-07T16:26:08.276888+0000 mgr.a (mgr.24293) 15868 : audit 0 from='client.316428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:10 smithi027 bash[31536]: cluster 2023-12-07T16:26:09.613978+0000 mgr.a (mgr.24293) 15869 : 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-07T16:26:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:10 smithi022 bash[28554]: cluster 2023-12-07T16:26:09.613978+0000 mgr.a (mgr.24293) 15869 : 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-07T16:26:11.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:10 smithi044 bash[32620]: cluster 2023-12-07T16:26:09.613978+0000 mgr.a (mgr.24293) 15869 : 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-07T16:26:12.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:12 smithi022 bash[28554]: cluster 2023-12-07T16:26:11.614799+0000 mgr.a (mgr.24293) 15870 : 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-07T16:26:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:12 smithi044 bash[32620]: cluster 2023-12-07T16:26:11.614799+0000 mgr.a (mgr.24293) 15870 : 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-07T16:26:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:12 smithi027 bash[31536]: cluster 2023-12-07T16:26:11.614799+0000 mgr.a (mgr.24293) 15870 : 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-07T16:26:13.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:13.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:13.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:14.769 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:14.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:14.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:14.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:14.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:14 smithi022 bash[28554]: cluster 2023-12-07T16:26:13.615390+0000 mgr.a (mgr.24293) 15871 : 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-07T16:26:14.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:14 smithi044 bash[32620]: cluster 2023-12-07T16:26:13.615390+0000 mgr.a (mgr.24293) 15871 : 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-07T16:26:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:14 smithi027 bash[31536]: cluster 2023-12-07T16:26:13.615390+0000 mgr.a (mgr.24293) 15871 : 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-07T16:26:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:15 smithi027 bash[31536]: audit 2023-12-07T16:26:14.229923+0000 mgr.a (mgr.24293) 15872 : audit 0 from='client.316503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:15 smithi022 bash[28554]: audit 2023-12-07T16:26:14.229923+0000 mgr.a (mgr.24293) 15872 : audit 0 from='client.316503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:16.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:15 smithi044 bash[32620]: audit 2023-12-07T16:26:14.229923+0000 mgr.a (mgr.24293) 15872 : audit 0 from='client.316503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:16 smithi027 bash[31536]: cluster 2023-12-07T16:26:15.616306+0000 mgr.a (mgr.24293) 15873 : cluster 0 pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:26:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:16 smithi022 bash[28554]: cluster 2023-12-07T16:26:15.616306+0000 mgr.a (mgr.24293) 15873 : cluster 0 pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:26:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:16 smithi044 bash[32620]: cluster 2023-12-07T16:26:15.616306+0000 mgr.a (mgr.24293) 15873 : cluster 0 pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:26:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:18 smithi027 bash[31536]: cluster 2023-12-07T16:26:17.616905+0000 mgr.a (mgr.24293) 15874 : cluster 0 pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:18 smithi022 bash[28554]: cluster 2023-12-07T16:26:17.616905+0000 mgr.a (mgr.24293) 15874 : cluster 0 pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:18 smithi044 bash[32620]: cluster 2023-12-07T16:26:17.616905+0000 mgr.a (mgr.24293) 15874 : cluster 0 pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:19.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:19.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:19.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:20.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:20.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:20.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:20.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:20.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:20 smithi027 bash[31536]: cluster 2023-12-07T16:26:19.617505+0000 mgr.a (mgr.24293) 15875 : cluster 0 pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:20 smithi022 bash[28554]: cluster 2023-12-07T16:26:19.617505+0000 mgr.a (mgr.24293) 15875 : cluster 0 pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:20 smithi044 bash[32620]: cluster 2023-12-07T16:26:19.617505+0000 mgr.a (mgr.24293) 15875 : cluster 0 pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:21 smithi027 bash[31536]: audit 2023-12-07T16:26:20.176419+0000 mgr.a (mgr.24293) 15876 : audit 0 from='client.316581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:21 smithi022 bash[28554]: audit 2023-12-07T16:26:20.176419+0000 mgr.a (mgr.24293) 15876 : audit 0 from='client.316581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:22.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:21 smithi044 bash[32620]: audit 2023-12-07T16:26:20.176419+0000 mgr.a (mgr.24293) 15876 : audit 0 from='client.316581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:22 smithi027 bash[31536]: cluster 2023-12-07T16:26:21.618537+0000 mgr.a (mgr.24293) 15877 : cluster 0 pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:26:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:22 smithi022 bash[28554]: cluster 2023-12-07T16:26:21.618537+0000 mgr.a (mgr.24293) 15877 : cluster 0 pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:26:23.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:22 smithi044 bash[32620]: cluster 2023-12-07T16:26:21.618537+0000 mgr.a (mgr.24293) 15877 : cluster 0 pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:26:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:24 smithi022 bash[28554]: cluster 2023-12-07T16:26:23.619116+0000 mgr.a (mgr.24293) 15878 : cluster 0 pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:26:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:24 smithi044 bash[32620]: cluster 2023-12-07T16:26:23.619116+0000 mgr.a (mgr.24293) 15878 : cluster 0 pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:26:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:24 smithi027 bash[31536]: cluster 2023-12-07T16:26:23.619116+0000 mgr.a (mgr.24293) 15878 : cluster 0 pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:26:25.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:25.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:25.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:26.645 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:26.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:26.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:26 smithi022 bash[28554]: cluster 2023-12-07T16:26:25.619883+0000 mgr.a (mgr.24293) 15879 : 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-07T16:26:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:26 smithi044 bash[32620]: cluster 2023-12-07T16:26:25.619883+0000 mgr.a (mgr.24293) 15879 : 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-07T16:26:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:26 smithi027 bash[31536]: cluster 2023-12-07T16:26:25.619883+0000 mgr.a (mgr.24293) 15879 : 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-07T16:26:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:27 smithi022 bash[28554]: audit 2023-12-07T16:26:26.112758+0000 mgr.a (mgr.24293) 15880 : audit 0 from='client.316653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:28.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:27 smithi044 bash[32620]: audit 2023-12-07T16:26:26.112758+0000 mgr.a (mgr.24293) 15880 : audit 0 from='client.316653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:27 smithi027 bash[31536]: audit 2023-12-07T16:26:26.112758+0000 mgr.a (mgr.24293) 15880 : audit 0 from='client.316653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:28 smithi022 bash[28554]: cluster 2023-12-07T16:26:27.620565+0000 mgr.a (mgr.24293) 15881 : cluster 0 pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:28 smithi044 bash[32620]: cluster 2023-12-07T16:26:27.620565+0000 mgr.a (mgr.24293) 15881 : cluster 0 pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:28 smithi027 bash[31536]: cluster 2023-12-07T16:26:27.620565+0000 mgr.a (mgr.24293) 15881 : cluster 0 pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:30 smithi022 bash[28554]: cluster 2023-12-07T16:26:29.621325+0000 mgr.a (mgr.24293) 15882 : cluster 0 pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:30 smithi044 bash[32620]: cluster 2023-12-07T16:26:29.621325+0000 mgr.a (mgr.24293) 15882 : cluster 0 pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:30 smithi027 bash[31536]: cluster 2023-12-07T16:26:29.621325+0000 mgr.a (mgr.24293) 15882 : cluster 0 pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:26:31.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:31.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:31.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:32 smithi022 bash[28554]: cluster 2023-12-07T16:26:31.622301+0000 mgr.a (mgr.24293) 15883 : cluster 0 pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:32 smithi044 bash[32620]: cluster 2023-12-07T16:26:31.622301+0000 mgr.a (mgr.24293) 15883 : cluster 0 pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:32 smithi027 bash[31536]: cluster 2023-12-07T16:26:31.622301+0000 mgr.a (mgr.24293) 15883 : cluster 0 pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:32.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:32.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:32.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:32.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:32.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:33 smithi022 bash[28554]: audit 2023-12-07T16:26:32.066287+0000 mgr.a (mgr.24293) 15884 : audit 0 from='client.316728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:33.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:33 smithi044 bash[32620]: audit 2023-12-07T16:26:32.066287+0000 mgr.a (mgr.24293) 15884 : audit 0 from='client.316728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:33 smithi027 bash[31536]: audit 2023-12-07T16:26:32.066287+0000 mgr.a (mgr.24293) 15884 : audit 0 from='client.316728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:34 smithi022 bash[28554]: cluster 2023-12-07T16:26:33.623249+0000 mgr.a (mgr.24293) 15885 : cluster 0 pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:26:34.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:34 smithi044 bash[32620]: cluster 2023-12-07T16:26:33.623249+0000 mgr.a (mgr.24293) 15885 : cluster 0 pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:26:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:34 smithi027 bash[31536]: cluster 2023-12-07T16:26:33.623249+0000 mgr.a (mgr.24293) 15885 : cluster 0 pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:26:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:36 smithi027 bash[31536]: cluster 2023-12-07T16:26:35.624288+0000 mgr.a (mgr.24293) 15886 : cluster 0 pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:26:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:36 smithi022 bash[28554]: cluster 2023-12-07T16:26:35.624288+0000 mgr.a (mgr.24293) 15886 : cluster 0 pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:26:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:36 smithi044 bash[32620]: cluster 2023-12-07T16:26:35.624288+0000 mgr.a (mgr.24293) 15886 : cluster 0 pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:26:37.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:37.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:37.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:38.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:38.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:38.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:38.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:38.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:38 smithi027 bash[31536]: cluster 2023-12-07T16:26:37.624883+0000 mgr.a (mgr.24293) 15887 : 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-07T16:26:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:38 smithi022 bash[28554]: cluster 2023-12-07T16:26:37.624883+0000 mgr.a (mgr.24293) 15887 : 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-07T16:26:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:38 smithi044 bash[32620]: cluster 2023-12-07T16:26:37.624883+0000 mgr.a (mgr.24293) 15887 : 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-07T16:26:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:39 smithi027 bash[31536]: audit 2023-12-07T16:26:37.996658+0000 mgr.a (mgr.24293) 15888 : audit 0 from='client.316803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:39 smithi022 bash[28554]: audit 2023-12-07T16:26:37.996658+0000 mgr.a (mgr.24293) 15888 : audit 0 from='client.316803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:40.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:39 smithi044 bash[32620]: audit 2023-12-07T16:26:37.996658+0000 mgr.a (mgr.24293) 15888 : audit 0 from='client.316803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:40 smithi027 bash[31536]: cluster 2023-12-07T16:26:39.625590+0000 mgr.a (mgr.24293) 15889 : 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-07T16:26:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:40 smithi022 bash[28554]: cluster 2023-12-07T16:26:39.625590+0000 mgr.a (mgr.24293) 15889 : 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-07T16:26:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:40 smithi044 bash[32620]: cluster 2023-12-07T16:26:39.625590+0000 mgr.a (mgr.24293) 15889 : 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-07T16:26:42.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:42 smithi022 bash[28554]: cluster 2023-12-07T16:26:41.626434+0000 mgr.a (mgr.24293) 15890 : 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-07T16:26:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:42 smithi044 bash[32620]: cluster 2023-12-07T16:26:41.626434+0000 mgr.a (mgr.24293) 15890 : 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-07T16:26:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:42 smithi027 bash[31536]: cluster 2023-12-07T16:26:41.626434+0000 mgr.a (mgr.24293) 15890 : 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-07T16:26:43.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:43.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:43.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:44.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:44.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:44.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:44.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:44.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:44 smithi027 bash[31536]: cluster 2023-12-07T16:26:43.627002+0000 mgr.a (mgr.24293) 15891 : 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-07T16:26:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:44 smithi022 bash[28554]: cluster 2023-12-07T16:26:43.627002+0000 mgr.a (mgr.24293) 15891 : 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-07T16:26:45.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:44 smithi044 bash[32620]: cluster 2023-12-07T16:26:43.627002+0000 mgr.a (mgr.24293) 15891 : 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-07T16:26:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:45 smithi027 bash[31536]: audit 2023-12-07T16:26:43.942229+0000 mgr.a (mgr.24293) 15892 : audit 0 from='client.316878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:46.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:45 smithi022 bash[28554]: audit 2023-12-07T16:26:43.942229+0000 mgr.a (mgr.24293) 15892 : audit 0 from='client.316878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:46.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:45 smithi044 bash[32620]: audit 2023-12-07T16:26:43.942229+0000 mgr.a (mgr.24293) 15892 : audit 0 from='client.316878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:46 smithi027 bash[31536]: cluster 2023-12-07T16:26:45.627881+0000 mgr.a (mgr.24293) 15893 : 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-07T16:26:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:46 smithi022 bash[28554]: cluster 2023-12-07T16:26:45.627881+0000 mgr.a (mgr.24293) 15893 : 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-07T16:26:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:46 smithi044 bash[32620]: cluster 2023-12-07T16:26:45.627881+0000 mgr.a (mgr.24293) 15893 : 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-07T16:26:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:48 smithi027 bash[31536]: cluster 2023-12-07T16:26:47.628403+0000 mgr.a (mgr.24293) 15894 : 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-07T16:26:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:48 smithi022 bash[28554]: cluster 2023-12-07T16:26:47.628403+0000 mgr.a (mgr.24293) 15894 : 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-07T16:26:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:48 smithi044 bash[32620]: cluster 2023-12-07T16:26:47.628403+0000 mgr.a (mgr.24293) 15894 : 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-07T16:26:49.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:49.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:49.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:50.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:50.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:50.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:50.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:50.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:50 smithi022 bash[28554]: cluster 2023-12-07T16:26:49.628972+0000 mgr.a (mgr.24293) 15895 : 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-07T16:26:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:50 smithi022 bash[28554]: audit 2023-12-07T16:26:49.879991+0000 mgr.a (mgr.24293) 15896 : audit 0 from='client.316956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:50 smithi044 bash[32620]: cluster 2023-12-07T16:26:49.628972+0000 mgr.a (mgr.24293) 15895 : 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-07T16:26:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:50 smithi044 bash[32620]: audit 2023-12-07T16:26:49.879991+0000 mgr.a (mgr.24293) 15896 : audit 0 from='client.316956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:50 smithi027 bash[31536]: cluster 2023-12-07T16:26:49.628972+0000 mgr.a (mgr.24293) 15895 : 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-07T16:26:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:50 smithi027 bash[31536]: audit 2023-12-07T16:26:49.879991+0000 mgr.a (mgr.24293) 15896 : audit 0 from='client.316956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:52.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:52 smithi022 bash[28554]: cluster 2023-12-07T16:26:51.629871+0000 mgr.a (mgr.24293) 15897 : cluster 0 pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:26:52.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:52 smithi044 bash[32620]: cluster 2023-12-07T16:26:51.629871+0000 mgr.a (mgr.24293) 15897 : cluster 0 pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:26:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:52 smithi027 bash[31536]: cluster 2023-12-07T16:26:51.629871+0000 mgr.a (mgr.24293) 15897 : cluster 0 pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:26:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:54 smithi027 bash[31536]: cluster 2023-12-07T16:26:53.630418+0000 mgr.a (mgr.24293) 15898 : cluster 0 pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:54 smithi022 bash[28554]: cluster 2023-12-07T16:26:53.630418+0000 mgr.a (mgr.24293) 15898 : cluster 0 pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:54 smithi044 bash[32620]: cluster 2023-12-07T16:26:53.630418+0000 mgr.a (mgr.24293) 15898 : cluster 0 pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:26:55.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:26:55.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:26:55.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:26:56.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:26:56.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:26:56.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:26:56.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:26:56.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:26:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:56 smithi027 bash[31536]: cluster 2023-12-07T16:26:55.631172+0000 mgr.a (mgr.24293) 15899 : 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-07T16:26:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:56 smithi027 bash[31536]: audit 2023-12-07T16:26:55.821931+0000 mgr.a (mgr.24293) 15900 : audit 0 from='client.317031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:56 smithi022 bash[28554]: cluster 2023-12-07T16:26:55.631172+0000 mgr.a (mgr.24293) 15899 : 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-07T16:26:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:56 smithi022 bash[28554]: audit 2023-12-07T16:26:55.821931+0000 mgr.a (mgr.24293) 15900 : audit 0 from='client.317031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:57.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:56 smithi044 bash[32620]: cluster 2023-12-07T16:26:55.631172+0000 mgr.a (mgr.24293) 15899 : 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-07T16:26:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:56 smithi044 bash[32620]: audit 2023-12-07T16:26:55.821931+0000 mgr.a (mgr.24293) 15900 : audit 0 from='client.317031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:26:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:26:58 smithi027 bash[31536]: cluster 2023-12-07T16:26:57.632037+0000 mgr.a (mgr.24293) 15901 : 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-07T16:26:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:26:58 smithi022 bash[28554]: cluster 2023-12-07T16:26:57.632037+0000 mgr.a (mgr.24293) 15901 : 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-07T16:26:59.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:26:58 smithi044 bash[32620]: cluster 2023-12-07T16:26:57.632037+0000 mgr.a (mgr.24293) 15901 : 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-07T16:27:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:00 smithi027 bash[31536]: cluster 2023-12-07T16:26:59.632805+0000 mgr.a (mgr.24293) 15902 : 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-07T16:27:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:00 smithi022 bash[28554]: cluster 2023-12-07T16:26:59.632805+0000 mgr.a (mgr.24293) 15902 : 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-07T16:27:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:00 smithi044 bash[32620]: cluster 2023-12-07T16:26:59.632805+0000 mgr.a (mgr.24293) 15902 : 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-07T16:27:01.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:01.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:01.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:02.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:02.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:02.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:02.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:02.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:02 smithi022 bash[28554]: cluster 2023-12-07T16:27:01.633653+0000 mgr.a (mgr.24293) 15903 : 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-07T16:27:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:02 smithi022 bash[28554]: audit 2023-12-07T16:27:01.776717+0000 mgr.a (mgr.24293) 15904 : audit 0 from='client.317109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:02 smithi044 bash[32620]: cluster 2023-12-07T16:27:01.633653+0000 mgr.a (mgr.24293) 15903 : 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-07T16:27:02.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:02 smithi044 bash[32620]: audit 2023-12-07T16:27:01.776717+0000 mgr.a (mgr.24293) 15904 : audit 0 from='client.317109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:02 smithi027 bash[31536]: cluster 2023-12-07T16:27:01.633653+0000 mgr.a (mgr.24293) 15903 : 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-07T16:27:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:02 smithi027 bash[31536]: audit 2023-12-07T16:27:01.776717+0000 mgr.a (mgr.24293) 15904 : audit 0 from='client.317109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:04 smithi027 bash[31536]: cluster 2023-12-07T16:27:03.634329+0000 mgr.a (mgr.24293) 15905 : cluster 0 pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:27:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:04 smithi022 bash[28554]: cluster 2023-12-07T16:27:03.634329+0000 mgr.a (mgr.24293) 15905 : cluster 0 pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:27:05.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:04 smithi044 bash[32620]: cluster 2023-12-07T16:27:03.634329+0000 mgr.a (mgr.24293) 15905 : cluster 0 pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:27:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:06 smithi027 bash[31536]: cluster 2023-12-07T16:27:05.635142+0000 mgr.a (mgr.24293) 15906 : cluster 0 pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:06 smithi027 bash[31536]: audit 2023-12-07T16:27:06.258047+0000 mon.a (mon.0) 2644 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:27:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:06 smithi022 bash[28554]: cluster 2023-12-07T16:27:05.635142+0000 mgr.a (mgr.24293) 15906 : cluster 0 pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:06 smithi022 bash[28554]: audit 2023-12-07T16:27:06.258047+0000 mon.a (mon.0) 2644 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:27:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:06 smithi044 bash[32620]: cluster 2023-12-07T16:27:05.635142+0000 mgr.a (mgr.24293) 15906 : cluster 0 pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:06 smithi044 bash[32620]: audit 2023-12-07T16:27:06.258047+0000 mon.a (mon.0) 2644 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:27:07.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:07.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:07.312 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:08.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:08.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:08.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:08.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:08.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:08 smithi027 bash[31536]: cluster 2023-12-07T16:27:07.635548+0000 mgr.a (mgr.24293) 15907 : 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-07T16:27:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:08 smithi027 bash[31536]: audit 2023-12-07T16:27:07.724627+0000 mgr.a (mgr.24293) 15908 : audit 0 from='client.317184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:08 smithi022 bash[28554]: cluster 2023-12-07T16:27:07.635548+0000 mgr.a (mgr.24293) 15907 : 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-07T16:27:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:08 smithi022 bash[28554]: audit 2023-12-07T16:27:07.724627+0000 mgr.a (mgr.24293) 15908 : audit 0 from='client.317184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:08 smithi044 bash[32620]: cluster 2023-12-07T16:27:07.635548+0000 mgr.a (mgr.24293) 15907 : 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-07T16:27:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:08 smithi044 bash[32620]: audit 2023-12-07T16:27:07.724627+0000 mgr.a (mgr.24293) 15908 : audit 0 from='client.317184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:10 smithi022 bash[28554]: cluster 2023-12-07T16:27:09.636181+0000 mgr.a (mgr.24293) 15909 : 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-07T16:27:11.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:10 smithi044 bash[32620]: cluster 2023-12-07T16:27:09.636181+0000 mgr.a (mgr.24293) 15909 : 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-07T16:27:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:10 smithi027 bash[31536]: cluster 2023-12-07T16:27:09.636181+0000 mgr.a (mgr.24293) 15909 : 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-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:11.604097+0000 mon.a (mon.0) 2645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:11.612838+0000 mon.a (mon.0) 2646 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: cluster 2023-12-07T16:27:11.636950+0000 mgr.a (mgr.24293) 15910 : 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-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:11.657961+0000 mon.a (mon.0) 2647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:11.663510+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:11.668171+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:11.671942+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:12.351132+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:12.352868+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:12 smithi022 bash[28554]: audit 2023-12-07T16:27:12.362669+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:11.604097+0000 mon.a (mon.0) 2645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:11.612838+0000 mon.a (mon.0) 2646 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: cluster 2023-12-07T16:27:11.636950+0000 mgr.a (mgr.24293) 15910 : 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-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:11.657961+0000 mon.a (mon.0) 2647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:11.663510+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:11.668171+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:11.671942+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:12.351132+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:12.352868+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:12 smithi044 bash[32620]: audit 2023-12-07T16:27:12.362669+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:11.604097+0000 mon.a (mon.0) 2645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:11.612838+0000 mon.a (mon.0) 2646 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: cluster 2023-12-07T16:27:11.636950+0000 mgr.a (mgr.24293) 15910 : 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-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:11.657961+0000 mon.a (mon.0) 2647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:11.663510+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:11.668171+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:11.671942+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:12.351132+0000 mon.a (mon.0) 2651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:27:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:12.352868+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:27:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:12 smithi027 bash[31536]: audit 2023-12-07T16:27:12.362669+0000 mon.a (mon.0) 2653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:27:13.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:13.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:13.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:14.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:14.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:14.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:14.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:14.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:14 smithi027 bash[31536]: cluster 2023-12-07T16:27:13.637494+0000 mgr.a (mgr.24293) 15911 : 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-07T16:27:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:14 smithi027 bash[31536]: audit 2023-12-07T16:27:13.645736+0000 mgr.a (mgr.24293) 15912 : audit 0 from='client.317262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:14 smithi022 bash[28554]: cluster 2023-12-07T16:27:13.637494+0000 mgr.a (mgr.24293) 15911 : 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-07T16:27:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:14 smithi022 bash[28554]: audit 2023-12-07T16:27:13.645736+0000 mgr.a (mgr.24293) 15912 : audit 0 from='client.317262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:15.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:14 smithi044 bash[32620]: cluster 2023-12-07T16:27:13.637494+0000 mgr.a (mgr.24293) 15911 : 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-07T16:27:15.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:14 smithi044 bash[32620]: audit 2023-12-07T16:27:13.645736+0000 mgr.a (mgr.24293) 15912 : audit 0 from='client.317262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:16 smithi027 bash[31536]: cluster 2023-12-07T16:27:15.638389+0000 mgr.a (mgr.24293) 15913 : 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-07T16:27:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:16 smithi022 bash[28554]: cluster 2023-12-07T16:27:15.638389+0000 mgr.a (mgr.24293) 15913 : 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-07T16:27:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:16 smithi044 bash[32620]: cluster 2023-12-07T16:27:15.638389+0000 mgr.a (mgr.24293) 15913 : 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-07T16:27:19.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:19.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:19.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:18 smithi022 bash[28554]: cluster 2023-12-07T16:27:17.638967+0000 mgr.a (mgr.24293) 15914 : 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-07T16:27:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:18 smithi044 bash[32620]: cluster 2023-12-07T16:27:17.638967+0000 mgr.a (mgr.24293) 15914 : 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-07T16:27:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:18 smithi027 bash[31536]: cluster 2023-12-07T16:27:17.638967+0000 mgr.a (mgr.24293) 15914 : 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-07T16:27:20.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:20.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:20 smithi022 bash[28554]: audit 2023-12-07T16:27:19.589209+0000 mgr.a (mgr.24293) 15915 : audit 0 from='client.317340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:20 smithi022 bash[28554]: cluster 2023-12-07T16:27:19.639379+0000 mgr.a (mgr.24293) 15916 : 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-07T16:27:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:20 smithi044 bash[32620]: audit 2023-12-07T16:27:19.589209+0000 mgr.a (mgr.24293) 15915 : audit 0 from='client.317340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:20 smithi044 bash[32620]: cluster 2023-12-07T16:27:19.639379+0000 mgr.a (mgr.24293) 15916 : 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-07T16:27:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:20 smithi027 bash[31536]: audit 2023-12-07T16:27:19.589209+0000 mgr.a (mgr.24293) 15915 : audit 0 from='client.317340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:20 smithi027 bash[31536]: cluster 2023-12-07T16:27:19.639379+0000 mgr.a (mgr.24293) 15916 : 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-07T16:27:22.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:22 smithi022 bash[28554]: cluster 2023-12-07T16:27:21.640257+0000 mgr.a (mgr.24293) 15917 : cluster 0 pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:27:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:22 smithi044 bash[32620]: cluster 2023-12-07T16:27:21.640257+0000 mgr.a (mgr.24293) 15917 : cluster 0 pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:27:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:22 smithi027 bash[31536]: cluster 2023-12-07T16:27:21.640257+0000 mgr.a (mgr.24293) 15917 : cluster 0 pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:27:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:24 smithi027 bash[31536]: cluster 2023-12-07T16:27:23.640942+0000 mgr.a (mgr.24293) 15918 : cluster 0 pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:25.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:25.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:25.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:24 smithi022 bash[28554]: cluster 2023-12-07T16:27:23.640942+0000 mgr.a (mgr.24293) 15918 : cluster 0 pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:25.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:24 smithi044 bash[32620]: cluster 2023-12-07T16:27:23.640942+0000 mgr.a (mgr.24293) 15918 : cluster 0 pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:26.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:26.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:26.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:26.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:26.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:26 smithi022 bash[28554]: audit 2023-12-07T16:27:25.513604+0000 mgr.a (mgr.24293) 15919 : audit 0 from='client.317418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:26 smithi022 bash[28554]: cluster 2023-12-07T16:27:25.641863+0000 mgr.a (mgr.24293) 15920 : 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-07T16:27:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:26 smithi044 bash[32620]: audit 2023-12-07T16:27:25.513604+0000 mgr.a (mgr.24293) 15919 : audit 0 from='client.317418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:26 smithi044 bash[32620]: cluster 2023-12-07T16:27:25.641863+0000 mgr.a (mgr.24293) 15920 : 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-07T16:27:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:26 smithi027 bash[31536]: audit 2023-12-07T16:27:25.513604+0000 mgr.a (mgr.24293) 15919 : audit 0 from='client.317418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:26 smithi027 bash[31536]: cluster 2023-12-07T16:27:25.641863+0000 mgr.a (mgr.24293) 15920 : 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-07T16:27:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:28 smithi022 bash[28554]: cluster 2023-12-07T16:27:27.642738+0000 mgr.a (mgr.24293) 15921 : 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-07T16:27:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:28 smithi044 bash[32620]: cluster 2023-12-07T16:27:27.642738+0000 mgr.a (mgr.24293) 15921 : 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-07T16:27:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:28 smithi027 bash[31536]: cluster 2023-12-07T16:27:27.642738+0000 mgr.a (mgr.24293) 15921 : 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-07T16:27:31.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:31.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:31.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:30 smithi022 bash[28554]: cluster 2023-12-07T16:27:29.643502+0000 mgr.a (mgr.24293) 15922 : 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-07T16:27:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:30 smithi044 bash[32620]: cluster 2023-12-07T16:27:29.643502+0000 mgr.a (mgr.24293) 15922 : 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-07T16:27:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:30 smithi027 bash[31536]: cluster 2023-12-07T16:27:29.643502+0000 mgr.a (mgr.24293) 15922 : 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-07T16:27:31.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:31.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:31.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:31.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:31.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:32 smithi022 bash[28554]: audit 2023-12-07T16:27:31.464214+0000 mgr.a (mgr.24293) 15923 : audit 0 from='client.317490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:32 smithi022 bash[28554]: cluster 2023-12-07T16:27:31.644669+0000 mgr.a (mgr.24293) 15924 : 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-07T16:27:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:32 smithi044 bash[32620]: audit 2023-12-07T16:27:31.464214+0000 mgr.a (mgr.24293) 15923 : audit 0 from='client.317490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:32 smithi044 bash[32620]: cluster 2023-12-07T16:27:31.644669+0000 mgr.a (mgr.24293) 15924 : 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-07T16:27:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:32 smithi027 bash[31536]: audit 2023-12-07T16:27:31.464214+0000 mgr.a (mgr.24293) 15923 : audit 0 from='client.317490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:32 smithi027 bash[31536]: cluster 2023-12-07T16:27:31.644669+0000 mgr.a (mgr.24293) 15924 : 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-07T16:27:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:34 smithi022 bash[28554]: cluster 2023-12-07T16:27:33.645353+0000 mgr.a (mgr.24293) 15925 : cluster 0 pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:27:35.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:34 smithi044 bash[32620]: cluster 2023-12-07T16:27:33.645353+0000 mgr.a (mgr.24293) 15925 : cluster 0 pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:27:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:34 smithi027 bash[31536]: cluster 2023-12-07T16:27:33.645353+0000 mgr.a (mgr.24293) 15925 : cluster 0 pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:27:36.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:36.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:36.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:36 smithi022 bash[28554]: cluster 2023-12-07T16:27:35.646293+0000 mgr.a (mgr.24293) 15926 : cluster 0 pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:36 smithi044 bash[32620]: cluster 2023-12-07T16:27:35.646293+0000 mgr.a (mgr.24293) 15926 : cluster 0 pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:36 smithi027 bash[31536]: cluster 2023-12-07T16:27:35.646293+0000 mgr.a (mgr.24293) 15926 : cluster 0 pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:27:37.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:37.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:37.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:37.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:37.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:38 smithi022 bash[28554]: audit 2023-12-07T16:27:37.419514+0000 mgr.a (mgr.24293) 15927 : audit 0 from='client.317562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:38 smithi022 bash[28554]: cluster 2023-12-07T16:27:37.646915+0000 mgr.a (mgr.24293) 15928 : 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-07T16:27:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:38 smithi044 bash[32620]: audit 2023-12-07T16:27:37.419514+0000 mgr.a (mgr.24293) 15927 : audit 0 from='client.317562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:38 smithi044 bash[32620]: cluster 2023-12-07T16:27:37.646915+0000 mgr.a (mgr.24293) 15928 : 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-07T16:27:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:38 smithi027 bash[31536]: audit 2023-12-07T16:27:37.419514+0000 mgr.a (mgr.24293) 15927 : audit 0 from='client.317562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:38 smithi027 bash[31536]: cluster 2023-12-07T16:27:37.646915+0000 mgr.a (mgr.24293) 15928 : 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-07T16:27:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:40 smithi022 bash[28554]: cluster 2023-12-07T16:27:39.647640+0000 mgr.a (mgr.24293) 15929 : 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-07T16:27:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:40 smithi044 bash[32620]: cluster 2023-12-07T16:27:39.647640+0000 mgr.a (mgr.24293) 15929 : 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-07T16:27:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:40 smithi027 bash[31536]: cluster 2023-12-07T16:27:39.647640+0000 mgr.a (mgr.24293) 15929 : 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-07T16:27:42.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:42 smithi022 bash[28554]: cluster 2023-12-07T16:27:41.648615+0000 mgr.a (mgr.24293) 15930 : 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-07T16:27:42.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:42 smithi044 bash[32620]: cluster 2023-12-07T16:27:41.648615+0000 mgr.a (mgr.24293) 15930 : 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-07T16:27:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:42 smithi027 bash[31536]: cluster 2023-12-07T16:27:41.648615+0000 mgr.a (mgr.24293) 15930 : 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-07T16:27:42.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:42.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:42.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:43.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:43.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:43.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:43.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:43.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:44 smithi022 bash[28554]: audit 2023-12-07T16:27:43.372690+0000 mgr.a (mgr.24293) 15931 : audit 0 from='client.317634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:44 smithi022 bash[28554]: cluster 2023-12-07T16:27:43.649464+0000 mgr.a (mgr.24293) 15932 : 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-07T16:27:45.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:44 smithi044 bash[32620]: audit 2023-12-07T16:27:43.372690+0000 mgr.a (mgr.24293) 15931 : audit 0 from='client.317634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:45.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:44 smithi044 bash[32620]: cluster 2023-12-07T16:27:43.649464+0000 mgr.a (mgr.24293) 15932 : 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-07T16:27:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:44 smithi027 bash[31536]: audit 2023-12-07T16:27:43.372690+0000 mgr.a (mgr.24293) 15931 : audit 0 from='client.317634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:44 smithi027 bash[31536]: cluster 2023-12-07T16:27:43.649464+0000 mgr.a (mgr.24293) 15932 : 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-07T16:27:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:46 smithi022 bash[28554]: cluster 2023-12-07T16:27:45.650383+0000 mgr.a (mgr.24293) 15933 : 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-07T16:27:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:46 smithi044 bash[32620]: cluster 2023-12-07T16:27:45.650383+0000 mgr.a (mgr.24293) 15933 : 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-07T16:27:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:46 smithi027 bash[31536]: cluster 2023-12-07T16:27:45.650383+0000 mgr.a (mgr.24293) 15933 : 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-07T16:27:48.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:48.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:48.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:48 smithi022 bash[28554]: cluster 2023-12-07T16:27:47.650936+0000 mgr.a (mgr.24293) 15934 : 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-07T16:27:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:48 smithi044 bash[32620]: cluster 2023-12-07T16:27:47.650936+0000 mgr.a (mgr.24293) 15934 : 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-07T16:27:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:48 smithi027 bash[31536]: cluster 2023-12-07T16:27:47.650936+0000 mgr.a (mgr.24293) 15934 : 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-07T16:27:49.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:49.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:50 smithi022 bash[28554]: audit 2023-12-07T16:27:49.314371+0000 mgr.a (mgr.24293) 15935 : audit 0 from='client.317709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:50 smithi022 bash[28554]: cluster 2023-12-07T16:27:49.651489+0000 mgr.a (mgr.24293) 15936 : 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-07T16:27:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:50 smithi044 bash[32620]: audit 2023-12-07T16:27:49.314371+0000 mgr.a (mgr.24293) 15935 : audit 0 from='client.317709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:50 smithi044 bash[32620]: cluster 2023-12-07T16:27:49.651489+0000 mgr.a (mgr.24293) 15936 : 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-07T16:27:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:50 smithi027 bash[31536]: audit 2023-12-07T16:27:49.314371+0000 mgr.a (mgr.24293) 15935 : audit 0 from='client.317709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:50 smithi027 bash[31536]: cluster 2023-12-07T16:27:49.651489+0000 mgr.a (mgr.24293) 15936 : 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-07T16:27:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:52 smithi027 bash[31536]: cluster 2023-12-07T16:27:51.652381+0000 mgr.a (mgr.24293) 15937 : 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-07T16:27:52.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:52 smithi044 bash[32620]: cluster 2023-12-07T16:27:51.652381+0000 mgr.a (mgr.24293) 15937 : 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-07T16:27:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:52 smithi022 bash[28554]: cluster 2023-12-07T16:27:51.652381+0000 mgr.a (mgr.24293) 15937 : 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-07T16:27:54.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:27:54.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:27:54.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:27:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:54 smithi022 bash[28554]: cluster 2023-12-07T16:27:53.652926+0000 mgr.a (mgr.24293) 15938 : 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-07T16:27:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:54 smithi044 bash[32620]: cluster 2023-12-07T16:27:53.652926+0000 mgr.a (mgr.24293) 15938 : 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-07T16:27:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:54 smithi027 bash[31536]: cluster 2023-12-07T16:27:53.652926+0000 mgr.a (mgr.24293) 15938 : 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-07T16:27:55.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:27:55.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:27:55.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:27:55.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:27:55.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:27:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:56 smithi022 bash[28554]: audit 2023-12-07T16:27:55.251837+0000 mgr.a (mgr.24293) 15939 : audit 0 from='client.317787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:56 smithi022 bash[28554]: cluster 2023-12-07T16:27:55.654080+0000 mgr.a (mgr.24293) 15940 : cluster 0 pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:27:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:56 smithi044 bash[32620]: audit 2023-12-07T16:27:55.251837+0000 mgr.a (mgr.24293) 15939 : audit 0 from='client.317787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:56 smithi044 bash[32620]: cluster 2023-12-07T16:27:55.654080+0000 mgr.a (mgr.24293) 15940 : cluster 0 pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:27:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:56 smithi027 bash[31536]: audit 2023-12-07T16:27:55.251837+0000 mgr.a (mgr.24293) 15939 : audit 0 from='client.317787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:27:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:56 smithi027 bash[31536]: cluster 2023-12-07T16:27:55.654080+0000 mgr.a (mgr.24293) 15940 : cluster 0 pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:27:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:27:58 smithi022 bash[28554]: cluster 2023-12-07T16:27:57.654822+0000 mgr.a (mgr.24293) 15941 : cluster 0 pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:27:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:27:58 smithi044 bash[32620]: cluster 2023-12-07T16:27:57.654822+0000 mgr.a (mgr.24293) 15941 : cluster 0 pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:27:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:27:58 smithi027 bash[31536]: cluster 2023-12-07T16:27:57.654822+0000 mgr.a (mgr.24293) 15941 : cluster 0 pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:28:00.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:00.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:00.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:00 smithi022 bash[28554]: cluster 2023-12-07T16:27:59.655520+0000 mgr.a (mgr.24293) 15942 : cluster 0 pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:28:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:00 smithi044 bash[32620]: cluster 2023-12-07T16:27:59.655520+0000 mgr.a (mgr.24293) 15942 : cluster 0 pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:28:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:00 smithi027 bash[31536]: cluster 2023-12-07T16:27:59.655520+0000 mgr.a (mgr.24293) 15942 : cluster 0 pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:28:01.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:01.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:01.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:01.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:01.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:02 smithi027 bash[31536]: audit 2023-12-07T16:28:01.175736+0000 mgr.a (mgr.24293) 15943 : audit 0 from='client.317862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:02 smithi027 bash[31536]: cluster 2023-12-07T16:28:01.656391+0000 mgr.a (mgr.24293) 15944 : 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-07T16:28:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:02 smithi022 bash[28554]: audit 2023-12-07T16:28:01.175736+0000 mgr.a (mgr.24293) 15943 : audit 0 from='client.317862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:02 smithi022 bash[28554]: cluster 2023-12-07T16:28:01.656391+0000 mgr.a (mgr.24293) 15944 : 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-07T16:28:02.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:02 smithi044 bash[32620]: audit 2023-12-07T16:28:01.175736+0000 mgr.a (mgr.24293) 15943 : audit 0 from='client.317862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:02.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:02 smithi044 bash[32620]: cluster 2023-12-07T16:28:01.656391+0000 mgr.a (mgr.24293) 15944 : 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-07T16:28:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:04 smithi022 bash[28554]: cluster 2023-12-07T16:28:03.656936+0000 mgr.a (mgr.24293) 15945 : 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-07T16:28:05.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:04 smithi044 bash[32620]: cluster 2023-12-07T16:28:03.656936+0000 mgr.a (mgr.24293) 15945 : 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-07T16:28:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:04 smithi027 bash[31536]: cluster 2023-12-07T16:28:03.656936+0000 mgr.a (mgr.24293) 15945 : 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-07T16:28:06.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:06.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:06.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:06 smithi022 bash[28554]: cluster 2023-12-07T16:28:05.657684+0000 mgr.a (mgr.24293) 15946 : 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-07T16:28:07.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:06 smithi044 bash[32620]: cluster 2023-12-07T16:28:05.657684+0000 mgr.a (mgr.24293) 15946 : 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-07T16:28:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:06 smithi027 bash[31536]: cluster 2023-12-07T16:28:05.657684+0000 mgr.a (mgr.24293) 15946 : 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-07T16:28:07.623 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:07.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:07.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:07.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:07.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:08 smithi022 bash[28554]: audit 2023-12-07T16:28:07.090188+0000 mgr.a (mgr.24293) 15947 : audit 0 from='client.317940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:08 smithi022 bash[28554]: cluster 2023-12-07T16:28:07.658423+0000 mgr.a (mgr.24293) 15948 : cluster 0 pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:28:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:08 smithi044 bash[32620]: audit 2023-12-07T16:28:07.090188+0000 mgr.a (mgr.24293) 15947 : audit 0 from='client.317940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:08 smithi044 bash[32620]: cluster 2023-12-07T16:28:07.658423+0000 mgr.a (mgr.24293) 15948 : cluster 0 pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:28:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:08 smithi027 bash[31536]: audit 2023-12-07T16:28:07.090188+0000 mgr.a (mgr.24293) 15947 : audit 0 from='client.317940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:08 smithi027 bash[31536]: cluster 2023-12-07T16:28:07.658423+0000 mgr.a (mgr.24293) 15948 : cluster 0 pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:28:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:10 smithi022 bash[28554]: cluster 2023-12-07T16:28:09.659042+0000 mgr.a (mgr.24293) 15949 : cluster 0 pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:28:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:10 smithi044 bash[32620]: cluster 2023-12-07T16:28:09.659042+0000 mgr.a (mgr.24293) 15949 : cluster 0 pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:28:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:10 smithi027 bash[31536]: cluster 2023-12-07T16:28:09.659042+0000 mgr.a (mgr.24293) 15949 : cluster 0 pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:28:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:12 smithi027 bash[31536]: cluster 2023-12-07T16:28:11.659848+0000 mgr.a (mgr.24293) 15950 : cluster 0 pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:28:12.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:12.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:12.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:12 smithi022 bash[28554]: cluster 2023-12-07T16:28:11.659848+0000 mgr.a (mgr.24293) 15950 : cluster 0 pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:28:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:12 smithi044 bash[32620]: cluster 2023-12-07T16:28:11.659848+0000 mgr.a (mgr.24293) 15950 : cluster 0 pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:28:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:13 smithi027 bash[31536]: audit 2023-12-07T16:28:12.466405+0000 mon.a (mon.0) 2654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:28:13.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:13.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:13.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:13 smithi022 bash[28554]: audit 2023-12-07T16:28:12.466405+0000 mon.a (mon.0) 2654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:28:13.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:13 smithi044 bash[32620]: audit 2023-12-07T16:28:12.466405+0000 mon.a (mon.0) 2654 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:28:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:14 smithi027 bash[31536]: audit 2023-12-07T16:28:13.036053+0000 mgr.a (mgr.24293) 15951 : audit 0 from='client.318018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:14 smithi027 bash[31536]: audit 2023-12-07T16:28:13.370294+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:28:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:14 smithi027 bash[31536]: audit 2023-12-07T16:28:13.372125+0000 mon.a (mon.0) 2656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:28:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:14 smithi027 bash[31536]: audit 2023-12-07T16:28:13.380733+0000 mon.a (mon.0) 2657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:28:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:14 smithi027 bash[31536]: cluster 2023-12-07T16:28:13.660721+0000 mgr.a (mgr.24293) 15952 : 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-07T16:28:14.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:14 smithi022 bash[28554]: audit 2023-12-07T16:28:13.036053+0000 mgr.a (mgr.24293) 15951 : audit 0 from='client.318018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:14 smithi022 bash[28554]: audit 2023-12-07T16:28:13.370294+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:28:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:14 smithi022 bash[28554]: audit 2023-12-07T16:28:13.372125+0000 mon.a (mon.0) 2656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:28:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:14 smithi022 bash[28554]: audit 2023-12-07T16:28:13.380733+0000 mon.a (mon.0) 2657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:28:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:14 smithi022 bash[28554]: cluster 2023-12-07T16:28:13.660721+0000 mgr.a (mgr.24293) 15952 : 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-07T16:28:14.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:14 smithi044 bash[32620]: audit 2023-12-07T16:28:13.036053+0000 mgr.a (mgr.24293) 15951 : audit 0 from='client.318018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:14 smithi044 bash[32620]: audit 2023-12-07T16:28:13.370294+0000 mon.a (mon.0) 2655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:28:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:14 smithi044 bash[32620]: audit 2023-12-07T16:28:13.372125+0000 mon.a (mon.0) 2656 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:28:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:14 smithi044 bash[32620]: audit 2023-12-07T16:28:13.380733+0000 mon.a (mon.0) 2657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:28:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:14 smithi044 bash[32620]: cluster 2023-12-07T16:28:13.660721+0000 mgr.a (mgr.24293) 15952 : 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-07T16:28:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:16 smithi022 bash[28554]: cluster 2023-12-07T16:28:15.661607+0000 mgr.a (mgr.24293) 15953 : 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-07T16:28:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:16 smithi044 bash[32620]: cluster 2023-12-07T16:28:15.661607+0000 mgr.a (mgr.24293) 15953 : 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-07T16:28:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:16 smithi027 bash[31536]: cluster 2023-12-07T16:28:15.661607+0000 mgr.a (mgr.24293) 15953 : 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-07T16:28:18.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:18.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:18.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:18 smithi022 bash[28554]: cluster 2023-12-07T16:28:17.662175+0000 mgr.a (mgr.24293) 15954 : 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-07T16:28:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:18 smithi044 bash[32620]: cluster 2023-12-07T16:28:17.662175+0000 mgr.a (mgr.24293) 15954 : 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-07T16:28:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:18 smithi027 bash[31536]: cluster 2023-12-07T16:28:17.662175+0000 mgr.a (mgr.24293) 15954 : 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-07T16:28:19.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:19.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:19.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:19.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:19.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:20 smithi022 bash[28554]: audit 2023-12-07T16:28:18.981079+0000 mgr.a (mgr.24293) 15955 : audit 0 from='client.318093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:21.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:20 smithi022 bash[28554]: cluster 2023-12-07T16:28:19.662902+0000 mgr.a (mgr.24293) 15956 : 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-07T16:28:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:20 smithi044 bash[32620]: audit 2023-12-07T16:28:18.981079+0000 mgr.a (mgr.24293) 15955 : audit 0 from='client.318093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:20 smithi044 bash[32620]: cluster 2023-12-07T16:28:19.662902+0000 mgr.a (mgr.24293) 15956 : 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-07T16:28:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:20 smithi027 bash[31536]: audit 2023-12-07T16:28:18.981079+0000 mgr.a (mgr.24293) 15955 : audit 0 from='client.318093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:20 smithi027 bash[31536]: cluster 2023-12-07T16:28:19.662902+0000 mgr.a (mgr.24293) 15956 : 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-07T16:28:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:22 smithi027 bash[31536]: cluster 2023-12-07T16:28:21.663775+0000 mgr.a (mgr.24293) 15957 : 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-07T16:28:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:22 smithi022 bash[28554]: cluster 2023-12-07T16:28:21.663775+0000 mgr.a (mgr.24293) 15957 : 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-07T16:28:22.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:22 smithi044 bash[32620]: cluster 2023-12-07T16:28:21.663775+0000 mgr.a (mgr.24293) 15957 : 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-07T16:28:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:24 smithi022 bash[28554]: cluster 2023-12-07T16:28:23.664319+0000 mgr.a (mgr.24293) 15958 : 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-07T16:28:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:24 smithi044 bash[32620]: cluster 2023-12-07T16:28:23.664319+0000 mgr.a (mgr.24293) 15958 : 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-07T16:28:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:24 smithi027 bash[31536]: cluster 2023-12-07T16:28:23.664319+0000 mgr.a (mgr.24293) 15958 : 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-07T16:28:25.479 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:25.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:25.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:25.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:25.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:26 smithi022 bash[28554]: audit 2023-12-07T16:28:24.940288+0000 mgr.a (mgr.24293) 15959 : audit 0 from='client.253637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:26 smithi022 bash[28554]: cluster 2023-12-07T16:28:25.665217+0000 mgr.a (mgr.24293) 15960 : cluster 0 pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:28:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:26 smithi044 bash[32620]: audit 2023-12-07T16:28:24.940288+0000 mgr.a (mgr.24293) 15959 : audit 0 from='client.253637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:26 smithi044 bash[32620]: cluster 2023-12-07T16:28:25.665217+0000 mgr.a (mgr.24293) 15960 : cluster 0 pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:28:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:26 smithi027 bash[31536]: audit 2023-12-07T16:28:24.940288+0000 mgr.a (mgr.24293) 15959 : audit 0 from='client.253637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:26 smithi027 bash[31536]: cluster 2023-12-07T16:28:25.665217+0000 mgr.a (mgr.24293) 15960 : cluster 0 pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:28:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:28 smithi022 bash[28554]: cluster 2023-12-07T16:28:27.665783+0000 mgr.a (mgr.24293) 15961 : cluster 0 pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:28:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:28 smithi044 bash[32620]: cluster 2023-12-07T16:28:27.665783+0000 mgr.a (mgr.24293) 15961 : cluster 0 pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:28:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:28 smithi027 bash[31536]: cluster 2023-12-07T16:28:27.665783+0000 mgr.a (mgr.24293) 15961 : cluster 0 pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:28:30.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:30 smithi022 bash[28554]: cluster 2023-12-07T16:28:29.666364+0000 mgr.a (mgr.24293) 15962 : cluster 0 pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:28:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:30 smithi044 bash[32620]: cluster 2023-12-07T16:28:29.666364+0000 mgr.a (mgr.24293) 15962 : cluster 0 pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:28:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:30 smithi027 bash[31536]: cluster 2023-12-07T16:28:29.666364+0000 mgr.a (mgr.24293) 15962 : cluster 0 pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:28:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:31.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:31.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:31 smithi022 bash[28554]: audit 2023-12-07T16:28:30.896465+0000 mgr.a (mgr.24293) 15963 : audit 0 from='client.318240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:32.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:31 smithi044 bash[32620]: audit 2023-12-07T16:28:30.896465+0000 mgr.a (mgr.24293) 15963 : audit 0 from='client.318240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:31 smithi027 bash[31536]: audit 2023-12-07T16:28:30.896465+0000 mgr.a (mgr.24293) 15963 : audit 0 from='client.318240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:32 smithi022 bash[28554]: cluster 2023-12-07T16:28:31.667335+0000 mgr.a (mgr.24293) 15964 : 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-07T16:28:33.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:32 smithi044 bash[32620]: cluster 2023-12-07T16:28:31.667335+0000 mgr.a (mgr.24293) 15964 : 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-07T16:28:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:32 smithi027 bash[31536]: cluster 2023-12-07T16:28:31.667335+0000 mgr.a (mgr.24293) 15964 : 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-07T16:28:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:34 smithi022 bash[28554]: cluster 2023-12-07T16:28:33.667932+0000 mgr.a (mgr.24293) 15965 : 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-07T16:28:35.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:34 smithi044 bash[32620]: cluster 2023-12-07T16:28:33.667932+0000 mgr.a (mgr.24293) 15965 : 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-07T16:28:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:34 smithi027 bash[31536]: cluster 2023-12-07T16:28:33.667932+0000 mgr.a (mgr.24293) 15965 : 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-07T16:28:36.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:36.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:36.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:36 smithi022 bash[28554]: cluster 2023-12-07T16:28:35.668688+0000 mgr.a (mgr.24293) 15966 : 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-07T16:28:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:36 smithi044 bash[32620]: cluster 2023-12-07T16:28:35.668688+0000 mgr.a (mgr.24293) 15966 : 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-07T16:28:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:36 smithi027 bash[31536]: cluster 2023-12-07T16:28:35.668688+0000 mgr.a (mgr.24293) 15966 : 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-07T16:28:37.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:37.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:37.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:37.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:37.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:37 smithi022 bash[28554]: audit 2023-12-07T16:28:36.847904+0000 mgr.a (mgr.24293) 15967 : audit 0 from='client.318312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:38.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:37 smithi044 bash[32620]: audit 2023-12-07T16:28:36.847904+0000 mgr.a (mgr.24293) 15967 : audit 0 from='client.318312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:37 smithi027 bash[31536]: audit 2023-12-07T16:28:36.847904+0000 mgr.a (mgr.24293) 15967 : audit 0 from='client.318312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:38 smithi022 bash[28554]: cluster 2023-12-07T16:28:37.669348+0000 mgr.a (mgr.24293) 15968 : cluster 0 pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:28:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:38 smithi044 bash[32620]: cluster 2023-12-07T16:28:37.669348+0000 mgr.a (mgr.24293) 15968 : cluster 0 pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:28:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:38 smithi027 bash[31536]: cluster 2023-12-07T16:28:37.669348+0000 mgr.a (mgr.24293) 15968 : cluster 0 pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:28:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:40 smithi022 bash[28554]: cluster 2023-12-07T16:28:39.669978+0000 mgr.a (mgr.24293) 15969 : cluster 0 pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:28:41.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:40 smithi044 bash[32620]: cluster 2023-12-07T16:28:39.669978+0000 mgr.a (mgr.24293) 15969 : cluster 0 pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:28:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:40 smithi027 bash[31536]: cluster 2023-12-07T16:28:39.669978+0000 mgr.a (mgr.24293) 15969 : cluster 0 pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:28:42.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:42.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:42.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:42 smithi027 bash[31536]: cluster 2023-12-07T16:28:41.670800+0000 mgr.a (mgr.24293) 15970 : cluster 0 pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:28:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:42 smithi022 bash[28554]: cluster 2023-12-07T16:28:41.670800+0000 mgr.a (mgr.24293) 15970 : cluster 0 pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:28:42.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:42 smithi044 bash[32620]: cluster 2023-12-07T16:28:41.670800+0000 mgr.a (mgr.24293) 15970 : cluster 0 pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:28:43.335 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:43.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:43 smithi027 bash[31536]: audit 2023-12-07T16:28:42.822559+0000 mgr.a (mgr.24293) 15971 : audit 0 from='client.318387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:43.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:43 smithi022 bash[28554]: audit 2023-12-07T16:28:42.822559+0000 mgr.a (mgr.24293) 15971 : audit 0 from='client.318387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:43.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:43 smithi044 bash[32620]: audit 2023-12-07T16:28:42.822559+0000 mgr.a (mgr.24293) 15971 : audit 0 from='client.318387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:44.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:44 smithi022 bash[28554]: cluster 2023-12-07T16:28:43.671476+0000 mgr.a (mgr.24293) 15972 : 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-07T16:28:44.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:44 smithi044 bash[32620]: cluster 2023-12-07T16:28:43.671476+0000 mgr.a (mgr.24293) 15972 : 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-07T16:28:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:44 smithi027 bash[31536]: cluster 2023-12-07T16:28:43.671476+0000 mgr.a (mgr.24293) 15972 : 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-07T16:28:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:46 smithi022 bash[28554]: cluster 2023-12-07T16:28:45.672227+0000 mgr.a (mgr.24293) 15973 : 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-07T16:28:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:46 smithi044 bash[32620]: cluster 2023-12-07T16:28:45.672227+0000 mgr.a (mgr.24293) 15973 : 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-07T16:28:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:46 smithi027 bash[31536]: cluster 2023-12-07T16:28:45.672227+0000 mgr.a (mgr.24293) 15973 : 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-07T16:28:48.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:48.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:48.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:48 smithi022 bash[28554]: cluster 2023-12-07T16:28:47.672808+0000 mgr.a (mgr.24293) 15974 : 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-07T16:28:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:48 smithi044 bash[32620]: cluster 2023-12-07T16:28:47.672808+0000 mgr.a (mgr.24293) 15974 : 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-07T16:28:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:48 smithi027 bash[31536]: cluster 2023-12-07T16:28:47.672808+0000 mgr.a (mgr.24293) 15974 : 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-07T16:28:49.286 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:49.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:49.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:49.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:49.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:50.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:49 smithi022 bash[28554]: audit 2023-12-07T16:28:48.747136+0000 mgr.a (mgr.24293) 15975 : audit 0 from='client.318459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:50.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:49 smithi044 bash[32620]: audit 2023-12-07T16:28:48.747136+0000 mgr.a (mgr.24293) 15975 : audit 0 from='client.318459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:49 smithi027 bash[31536]: audit 2023-12-07T16:28:48.747136+0000 mgr.a (mgr.24293) 15975 : audit 0 from='client.318459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:50 smithi022 bash[28554]: cluster 2023-12-07T16:28:49.673608+0000 mgr.a (mgr.24293) 15976 : 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-07T16:28:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:50 smithi044 bash[32620]: cluster 2023-12-07T16:28:49.673608+0000 mgr.a (mgr.24293) 15976 : 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-07T16:28:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:50 smithi027 bash[31536]: cluster 2023-12-07T16:28:49.673608+0000 mgr.a (mgr.24293) 15976 : 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-07T16:28:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:52 smithi027 bash[31536]: cluster 2023-12-07T16:28:51.674482+0000 mgr.a (mgr.24293) 15977 : 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-07T16:28:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:52 smithi022 bash[28554]: cluster 2023-12-07T16:28:51.674482+0000 mgr.a (mgr.24293) 15977 : 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-07T16:28:52.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:52 smithi044 bash[32620]: cluster 2023-12-07T16:28:51.674482+0000 mgr.a (mgr.24293) 15977 : 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-07T16:28:54.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:28:54.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:28:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:28:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:54 smithi022 bash[28554]: cluster 2023-12-07T16:28:53.675017+0000 mgr.a (mgr.24293) 15978 : 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-07T16:28:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:54 smithi044 bash[32620]: cluster 2023-12-07T16:28:53.675017+0000 mgr.a (mgr.24293) 15978 : 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-07T16:28:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:54 smithi027 bash[31536]: cluster 2023-12-07T16:28:53.675017+0000 mgr.a (mgr.24293) 15978 : 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-07T16:28:55.212 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:28:55.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:28:55.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:28:55.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:28:55.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:28:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:55 smithi022 bash[28554]: audit 2023-12-07T16:28:54.698493+0000 mgr.a (mgr.24293) 15979 : audit 0 from='client.318537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:56.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:55 smithi044 bash[32620]: audit 2023-12-07T16:28:54.698493+0000 mgr.a (mgr.24293) 15979 : audit 0 from='client.318537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:55 smithi027 bash[31536]: audit 2023-12-07T16:28:54.698493+0000 mgr.a (mgr.24293) 15979 : audit 0 from='client.318537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:28:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:56 smithi022 bash[28554]: cluster 2023-12-07T16:28:55.675965+0000 mgr.a (mgr.24293) 15980 : 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-07T16:28:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:56 smithi044 bash[32620]: cluster 2023-12-07T16:28:55.675965+0000 mgr.a (mgr.24293) 15980 : 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-07T16:28:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:56 smithi027 bash[31536]: cluster 2023-12-07T16:28:55.675965+0000 mgr.a (mgr.24293) 15980 : 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-07T16:28:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:28:58 smithi022 bash[28554]: cluster 2023-12-07T16:28:57.676540+0000 mgr.a (mgr.24293) 15981 : 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-07T16:28:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:28:58 smithi044 bash[32620]: cluster 2023-12-07T16:28:57.676540+0000 mgr.a (mgr.24293) 15981 : 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-07T16:28:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:28:58 smithi027 bash[31536]: cluster 2023-12-07T16:28:57.676540+0000 mgr.a (mgr.24293) 15981 : 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-07T16:29:00.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:00.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:00.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:01.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:01.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:01.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:01.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:01.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:00 smithi022 bash[28554]: cluster 2023-12-07T16:28:59.677120+0000 mgr.a (mgr.24293) 15982 : 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-07T16:29:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:00 smithi044 bash[32620]: cluster 2023-12-07T16:28:59.677120+0000 mgr.a (mgr.24293) 15982 : 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-07T16:29:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:00 smithi027 bash[31536]: cluster 2023-12-07T16:28:59.677120+0000 mgr.a (mgr.24293) 15982 : 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-07T16:29:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:01 smithi022 bash[28554]: audit 2023-12-07T16:29:00.631880+0000 mgr.a (mgr.24293) 15983 : audit 0 from='client.318609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:02.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:01 smithi044 bash[32620]: audit 2023-12-07T16:29:00.631880+0000 mgr.a (mgr.24293) 15983 : audit 0 from='client.318609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:01 smithi027 bash[31536]: audit 2023-12-07T16:29:00.631880+0000 mgr.a (mgr.24293) 15983 : audit 0 from='client.318609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:02 smithi022 bash[28554]: cluster 2023-12-07T16:29:01.678113+0000 mgr.a (mgr.24293) 15984 : 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-07T16:29:03.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:02 smithi044 bash[32620]: cluster 2023-12-07T16:29:01.678113+0000 mgr.a (mgr.24293) 15984 : 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-07T16:29:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:02 smithi027 bash[31536]: cluster 2023-12-07T16:29:01.678113+0000 mgr.a (mgr.24293) 15984 : 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-07T16:29:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:04 smithi022 bash[28554]: cluster 2023-12-07T16:29:03.678669+0000 mgr.a (mgr.24293) 15985 : 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-07T16:29:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:04 smithi044 bash[32620]: cluster 2023-12-07T16:29:03.678669+0000 mgr.a (mgr.24293) 15985 : 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-07T16:29:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:04 smithi027 bash[31536]: cluster 2023-12-07T16:29:03.678669+0000 mgr.a (mgr.24293) 15985 : 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-07T16:29:06.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:06.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:06.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:07.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:07.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:07.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:07.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:07.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:06 smithi022 bash[28554]: cluster 2023-12-07T16:29:05.679385+0000 mgr.a (mgr.24293) 15986 : 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-07T16:29:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:06 smithi044 bash[32620]: cluster 2023-12-07T16:29:05.679385+0000 mgr.a (mgr.24293) 15986 : 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-07T16:29:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:06 smithi027 bash[31536]: cluster 2023-12-07T16:29:05.679385+0000 mgr.a (mgr.24293) 15986 : 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-07T16:29:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:07 smithi022 bash[28554]: audit 2023-12-07T16:29:06.589203+0000 mgr.a (mgr.24293) 15987 : audit 0 from='client.318681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:08.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:07 smithi044 bash[32620]: audit 2023-12-07T16:29:06.589203+0000 mgr.a (mgr.24293) 15987 : audit 0 from='client.318681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:07 smithi027 bash[31536]: audit 2023-12-07T16:29:06.589203+0000 mgr.a (mgr.24293) 15987 : audit 0 from='client.318681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:08 smithi022 bash[28554]: cluster 2023-12-07T16:29:07.680146+0000 mgr.a (mgr.24293) 15988 : 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-07T16:29:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:08 smithi044 bash[32620]: cluster 2023-12-07T16:29:07.680146+0000 mgr.a (mgr.24293) 15988 : 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-07T16:29:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:08 smithi027 bash[31536]: cluster 2023-12-07T16:29:07.680146+0000 mgr.a (mgr.24293) 15988 : 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-07T16:29:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:10 smithi022 bash[28554]: cluster 2023-12-07T16:29:09.680753+0000 mgr.a (mgr.24293) 15989 : 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-07T16:29:11.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:10 smithi044 bash[32620]: cluster 2023-12-07T16:29:09.680753+0000 mgr.a (mgr.24293) 15989 : 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-07T16:29:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:10 smithi027 bash[31536]: cluster 2023-12-07T16:29:09.680753+0000 mgr.a (mgr.24293) 15989 : 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-07T16:29:12.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:12.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:12.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:12 smithi022 bash[28554]: cluster 2023-12-07T16:29:11.681598+0000 mgr.a (mgr.24293) 15990 : 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-07T16:29:12.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:12 smithi044 bash[32620]: cluster 2023-12-07T16:29:11.681598+0000 mgr.a (mgr.24293) 15990 : 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-07T16:29:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:12 smithi027 bash[31536]: cluster 2023-12-07T16:29:11.681598+0000 mgr.a (mgr.24293) 15990 : 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-07T16:29:13.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:13.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:13.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:13.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:13.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:13.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:13 smithi022 bash[28554]: audit 2023-12-07T16:29:12.531680+0000 mgr.a (mgr.24293) 15991 : audit 0 from='client.318756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:13.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:13 smithi044 bash[32620]: audit 2023-12-07T16:29:12.531680+0000 mgr.a (mgr.24293) 15991 : audit 0 from='client.318756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:13 smithi027 bash[31536]: audit 2023-12-07T16:29:12.531680+0000 mgr.a (mgr.24293) 15991 : audit 0 from='client.318756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:14 smithi022 bash[28554]: audit 2023-12-07T16:29:13.496045+0000 mon.a (mon.0) 2658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:29:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:14 smithi022 bash[28554]: cluster 2023-12-07T16:29:13.682291+0000 mgr.a (mgr.24293) 15992 : 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-07T16:29:14.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:14 smithi044 bash[32620]: audit 2023-12-07T16:29:13.496045+0000 mon.a (mon.0) 2658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:29:14.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:14 smithi044 bash[32620]: cluster 2023-12-07T16:29:13.682291+0000 mgr.a (mgr.24293) 15992 : 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-07T16:29:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:14 smithi027 bash[31536]: audit 2023-12-07T16:29:13.496045+0000 mon.a (mon.0) 2658 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:29:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:14 smithi027 bash[31536]: cluster 2023-12-07T16:29:13.682291+0000 mgr.a (mgr.24293) 15992 : 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-07T16:29:15.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:15 smithi022 bash[28554]: audit 2023-12-07T16:29:14.282619+0000 mon.a (mon.0) 2659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:29:15.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:15 smithi022 bash[28554]: audit 2023-12-07T16:29:14.284359+0000 mon.a (mon.0) 2660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:29:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:15 smithi022 bash[28554]: audit 2023-12-07T16:29:14.294206+0000 mon.a (mon.0) 2661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:29:15.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:15 smithi044 bash[32620]: audit 2023-12-07T16:29:14.282619+0000 mon.a (mon.0) 2659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:29:15.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:15 smithi044 bash[32620]: audit 2023-12-07T16:29:14.284359+0000 mon.a (mon.0) 2660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:29:15.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:15 smithi044 bash[32620]: audit 2023-12-07T16:29:14.294206+0000 mon.a (mon.0) 2661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:29:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:15 smithi027 bash[31536]: audit 2023-12-07T16:29:14.282619+0000 mon.a (mon.0) 2659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:29:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:15 smithi027 bash[31536]: audit 2023-12-07T16:29:14.284359+0000 mon.a (mon.0) 2660 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:29:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:15 smithi027 bash[31536]: audit 2023-12-07T16:29:14.294206+0000 mon.a (mon.0) 2661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:29:16.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:16 smithi022 bash[28554]: cluster 2023-12-07T16:29:15.683084+0000 mgr.a (mgr.24293) 15993 : 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-07T16:29:16.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:16 smithi044 bash[32620]: cluster 2023-12-07T16:29:15.683084+0000 mgr.a (mgr.24293) 15993 : 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-07T16:29:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:16 smithi027 bash[31536]: cluster 2023-12-07T16:29:15.683084+0000 mgr.a (mgr.24293) 15993 : 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-07T16:29:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:18.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:18.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:18.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:18.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:18.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:18.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:18 smithi022 bash[28554]: cluster 2023-12-07T16:29:17.683662+0000 mgr.a (mgr.24293) 15994 : 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-07T16:29:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:18 smithi044 bash[32620]: cluster 2023-12-07T16:29:17.683662+0000 mgr.a (mgr.24293) 15994 : 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-07T16:29:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:18 smithi027 bash[31536]: cluster 2023-12-07T16:29:17.683662+0000 mgr.a (mgr.24293) 15994 : 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-07T16:29:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:19 smithi022 bash[28554]: audit 2023-12-07T16:29:18.467149+0000 mgr.a (mgr.24293) 15995 : audit 0 from='client.318834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:20.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:19 smithi044 bash[32620]: audit 2023-12-07T16:29:18.467149+0000 mgr.a (mgr.24293) 15995 : audit 0 from='client.318834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:19 smithi027 bash[31536]: audit 2023-12-07T16:29:18.467149+0000 mgr.a (mgr.24293) 15995 : audit 0 from='client.318834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:20 smithi022 bash[28554]: cluster 2023-12-07T16:29:19.684426+0000 mgr.a (mgr.24293) 15996 : 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-07T16:29:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:20 smithi044 bash[32620]: cluster 2023-12-07T16:29:19.684426+0000 mgr.a (mgr.24293) 15996 : 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-07T16:29:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:20 smithi027 bash[31536]: cluster 2023-12-07T16:29:19.684426+0000 mgr.a (mgr.24293) 15996 : 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-07T16:29:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:22 smithi022 bash[28554]: cluster 2023-12-07T16:29:21.685309+0000 mgr.a (mgr.24293) 15997 : 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-07T16:29:22.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:22 smithi044 bash[32620]: cluster 2023-12-07T16:29:21.685309+0000 mgr.a (mgr.24293) 15997 : 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-07T16:29:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:22 smithi027 bash[31536]: cluster 2023-12-07T16:29:21.685309+0000 mgr.a (mgr.24293) 15997 : 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-07T16:29:23.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:23.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:23.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:24.914 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:24.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:24.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:24.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:24.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:24 smithi022 bash[28554]: cluster 2023-12-07T16:29:23.685845+0000 mgr.a (mgr.24293) 15998 : 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-07T16:29:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:24 smithi044 bash[32620]: cluster 2023-12-07T16:29:23.685845+0000 mgr.a (mgr.24293) 15998 : 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-07T16:29:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:24 smithi027 bash[31536]: cluster 2023-12-07T16:29:23.685845+0000 mgr.a (mgr.24293) 15998 : 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-07T16:29:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:25 smithi022 bash[28554]: audit 2023-12-07T16:29:24.390644+0000 mgr.a (mgr.24293) 15999 : audit 0 from='client.318909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:26.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:25 smithi044 bash[32620]: audit 2023-12-07T16:29:24.390644+0000 mgr.a (mgr.24293) 15999 : audit 0 from='client.318909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:25 smithi027 bash[31536]: audit 2023-12-07T16:29:24.390644+0000 mgr.a (mgr.24293) 15999 : audit 0 from='client.318909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:26 smithi022 bash[28554]: cluster 2023-12-07T16:29:25.686769+0000 mgr.a (mgr.24293) 16000 : 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-07T16:29:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:26 smithi044 bash[32620]: cluster 2023-12-07T16:29:25.686769+0000 mgr.a (mgr.24293) 16000 : 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-07T16:29:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:26 smithi027 bash[31536]: cluster 2023-12-07T16:29:25.686769+0000 mgr.a (mgr.24293) 16000 : 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-07T16:29:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:28 smithi022 bash[28554]: cluster 2023-12-07T16:29:27.687291+0000 mgr.a (mgr.24293) 16001 : 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-07T16:29:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:28 smithi044 bash[32620]: cluster 2023-12-07T16:29:27.687291+0000 mgr.a (mgr.24293) 16001 : 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-07T16:29:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:28 smithi027 bash[31536]: cluster 2023-12-07T16:29:27.687291+0000 mgr.a (mgr.24293) 16001 : 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-07T16:29:29.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:29.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:29.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:30.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:30.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:30.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:30.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:30.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:30 smithi022 bash[28554]: cluster 2023-12-07T16:29:29.687897+0000 mgr.a (mgr.24293) 16002 : 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-07T16:29:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:30 smithi044 bash[32620]: cluster 2023-12-07T16:29:29.687897+0000 mgr.a (mgr.24293) 16002 : 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-07T16:29:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:30 smithi027 bash[31536]: cluster 2023-12-07T16:29:29.687897+0000 mgr.a (mgr.24293) 16002 : 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-07T16:29:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:31 smithi022 bash[28554]: audit 2023-12-07T16:29:30.325260+0000 mgr.a (mgr.24293) 16003 : audit 0 from='client.318984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:32.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:31 smithi044 bash[32620]: audit 2023-12-07T16:29:30.325260+0000 mgr.a (mgr.24293) 16003 : audit 0 from='client.318984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:31 smithi027 bash[31536]: audit 2023-12-07T16:29:30.325260+0000 mgr.a (mgr.24293) 16003 : audit 0 from='client.318984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:32 smithi022 bash[28554]: cluster 2023-12-07T16:29:31.689073+0000 mgr.a (mgr.24293) 16004 : cluster 0 pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:29:33.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:32 smithi044 bash[32620]: cluster 2023-12-07T16:29:31.689073+0000 mgr.a (mgr.24293) 16004 : cluster 0 pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:29:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:32 smithi027 bash[31536]: cluster 2023-12-07T16:29:31.689073+0000 mgr.a (mgr.24293) 16004 : cluster 0 pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:29:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:34 smithi022 bash[28554]: cluster 2023-12-07T16:29:33.689901+0000 mgr.a (mgr.24293) 16005 : cluster 0 pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:29:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:34 smithi044 bash[32620]: cluster 2023-12-07T16:29:33.689901+0000 mgr.a (mgr.24293) 16005 : cluster 0 pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:29:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:34 smithi027 bash[31536]: cluster 2023-12-07T16:29:33.689901+0000 mgr.a (mgr.24293) 16005 : cluster 0 pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:29:35.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:35.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:35.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:36.769 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:36.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:36.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:36.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:36.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:36 smithi022 bash[28554]: cluster 2023-12-07T16:29:35.690670+0000 mgr.a (mgr.24293) 16006 : 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-07T16:29:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:36 smithi044 bash[32620]: cluster 2023-12-07T16:29:35.690670+0000 mgr.a (mgr.24293) 16006 : 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-07T16:29:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:36 smithi027 bash[31536]: cluster 2023-12-07T16:29:35.690670+0000 mgr.a (mgr.24293) 16006 : 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-07T16:29:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:37 smithi022 bash[28554]: audit 2023-12-07T16:29:36.269704+0000 mgr.a (mgr.24293) 16007 : audit 0 from='client.319059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:38.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:37 smithi044 bash[32620]: audit 2023-12-07T16:29:36.269704+0000 mgr.a (mgr.24293) 16007 : audit 0 from='client.319059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:37 smithi027 bash[31536]: audit 2023-12-07T16:29:36.269704+0000 mgr.a (mgr.24293) 16007 : audit 0 from='client.319059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:38 smithi022 bash[28554]: cluster 2023-12-07T16:29:37.691350+0000 mgr.a (mgr.24293) 16008 : 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-07T16:29:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:38 smithi044 bash[32620]: cluster 2023-12-07T16:29:37.691350+0000 mgr.a (mgr.24293) 16008 : 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-07T16:29:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:38 smithi027 bash[31536]: cluster 2023-12-07T16:29:37.691350+0000 mgr.a (mgr.24293) 16008 : 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-07T16:29:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:40 smithi022 bash[28554]: cluster 2023-12-07T16:29:39.691947+0000 mgr.a (mgr.24293) 16009 : 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-07T16:29:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:40 smithi044 bash[32620]: cluster 2023-12-07T16:29:39.691947+0000 mgr.a (mgr.24293) 16009 : 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-07T16:29:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:40 smithi027 bash[31536]: cluster 2023-12-07T16:29:39.691947+0000 mgr.a (mgr.24293) 16009 : 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-07T16:29:41.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:41.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:41.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:42 smithi022 bash[28554]: cluster 2023-12-07T16:29:41.692733+0000 mgr.a (mgr.24293) 16010 : 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-07T16:29:42.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:42 smithi044 bash[32620]: cluster 2023-12-07T16:29:41.692733+0000 mgr.a (mgr.24293) 16010 : 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-07T16:29:42.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:42.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:42.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:42.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:42.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:42 smithi027 bash[31536]: cluster 2023-12-07T16:29:41.692733+0000 mgr.a (mgr.24293) 16010 : 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-07T16:29:43.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:43 smithi022 bash[28554]: audit 2023-12-07T16:29:42.184144+0000 mgr.a (mgr.24293) 16011 : audit 0 from='client.319131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:43.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:43 smithi044 bash[32620]: audit 2023-12-07T16:29:42.184144+0000 mgr.a (mgr.24293) 16011 : audit 0 from='client.319131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:43 smithi027 bash[31536]: audit 2023-12-07T16:29:42.184144+0000 mgr.a (mgr.24293) 16011 : audit 0 from='client.319131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:44.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:44 smithi022 bash[28554]: cluster 2023-12-07T16:29:43.693467+0000 mgr.a (mgr.24293) 16012 : cluster 0 pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:29:44.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:44 smithi044 bash[32620]: cluster 2023-12-07T16:29:43.693467+0000 mgr.a (mgr.24293) 16012 : cluster 0 pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:29:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:44 smithi027 bash[31536]: cluster 2023-12-07T16:29:43.693467+0000 mgr.a (mgr.24293) 16012 : cluster 0 pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:29:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:46 smithi022 bash[28554]: cluster 2023-12-07T16:29:45.694249+0000 mgr.a (mgr.24293) 16013 : cluster 0 pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:29:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:46 smithi044 bash[32620]: cluster 2023-12-07T16:29:45.694249+0000 mgr.a (mgr.24293) 16013 : cluster 0 pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:29:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:46 smithi027 bash[31536]: cluster 2023-12-07T16:29:45.694249+0000 mgr.a (mgr.24293) 16013 : cluster 0 pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:29:47.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:47.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:47.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:48.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:48.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:48.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:48.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:48.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:48 smithi022 bash[28554]: cluster 2023-12-07T16:29:47.694770+0000 mgr.a (mgr.24293) 16014 : 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-07T16:29:49.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:48 smithi044 bash[32620]: cluster 2023-12-07T16:29:47.694770+0000 mgr.a (mgr.24293) 16014 : 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-07T16:29:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:48 smithi027 bash[31536]: cluster 2023-12-07T16:29:47.694770+0000 mgr.a (mgr.24293) 16014 : 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-07T16:29:50.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:49 smithi022 bash[28554]: audit 2023-12-07T16:29:48.106574+0000 mgr.a (mgr.24293) 16015 : audit 0 from='client.319206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:50.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:49 smithi044 bash[32620]: audit 2023-12-07T16:29:48.106574+0000 mgr.a (mgr.24293) 16015 : audit 0 from='client.319206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:49 smithi027 bash[31536]: audit 2023-12-07T16:29:48.106574+0000 mgr.a (mgr.24293) 16015 : audit 0 from='client.319206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:50 smithi022 bash[28554]: cluster 2023-12-07T16:29:49.695521+0000 mgr.a (mgr.24293) 16016 : 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-07T16:29:51.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:50 smithi044 bash[32620]: cluster 2023-12-07T16:29:49.695521+0000 mgr.a (mgr.24293) 16016 : 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-07T16:29:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:50 smithi027 bash[31536]: cluster 2023-12-07T16:29:49.695521+0000 mgr.a (mgr.24293) 16016 : 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-07T16:29:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:52 smithi022 bash[28554]: cluster 2023-12-07T16:29:51.696378+0000 mgr.a (mgr.24293) 16017 : 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-07T16:29:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:52 smithi044 bash[32620]: cluster 2023-12-07T16:29:51.696378+0000 mgr.a (mgr.24293) 16017 : 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-07T16:29:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:52 smithi027 bash[31536]: cluster 2023-12-07T16:29:51.696378+0000 mgr.a (mgr.24293) 16017 : 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-07T16:29:53.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:53.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:53.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:29:54.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:29:54.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:29:54.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:29:54.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:29:54.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:29:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:54 smithi022 bash[28554]: cluster 2023-12-07T16:29:53.696994+0000 mgr.a (mgr.24293) 16018 : 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-07T16:29:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:54 smithi044 bash[32620]: cluster 2023-12-07T16:29:53.696994+0000 mgr.a (mgr.24293) 16018 : 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-07T16:29:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:54 smithi027 bash[31536]: cluster 2023-12-07T16:29:53.696994+0000 mgr.a (mgr.24293) 16018 : 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-07T16:29:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:55 smithi022 bash[28554]: audit 2023-12-07T16:29:54.042980+0000 mgr.a (mgr.24293) 16019 : audit 0 from='client.319281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:56.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:55 smithi044 bash[32620]: audit 2023-12-07T16:29:54.042980+0000 mgr.a (mgr.24293) 16019 : audit 0 from='client.319281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:55 smithi027 bash[31536]: audit 2023-12-07T16:29:54.042980+0000 mgr.a (mgr.24293) 16019 : audit 0 from='client.319281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:29:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:56 smithi022 bash[28554]: cluster 2023-12-07T16:29:55.697944+0000 mgr.a (mgr.24293) 16020 : 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-07T16:29:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:56 smithi044 bash[32620]: cluster 2023-12-07T16:29:55.697944+0000 mgr.a (mgr.24293) 16020 : 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-07T16:29:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:56 smithi027 bash[31536]: cluster 2023-12-07T16:29:55.697944+0000 mgr.a (mgr.24293) 16020 : 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-07T16:29:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:29:58 smithi022 bash[28554]: cluster 2023-12-07T16:29:57.698555+0000 mgr.a (mgr.24293) 16021 : 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-07T16:29:59.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:29:58 smithi044 bash[32620]: cluster 2023-12-07T16:29:57.698555+0000 mgr.a (mgr.24293) 16021 : 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-07T16:29:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:29:58 smithi027 bash[31536]: cluster 2023-12-07T16:29:57.698555+0000 mgr.a (mgr.24293) 16021 : 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-07T16:29:59.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:29:59.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:29:59.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:00.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:00.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:00.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:00.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:00.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:00 smithi022 bash[28554]: cluster 2023-12-07T16:29:59.698958+0000 mgr.a (mgr.24293) 16022 : 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-07T16:30:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:00 smithi022 bash[28554]: cluster 2023-12-07T16:30:00.000115+0000 mon.a (mon.0) 2662 : cluster 1 overall HEALTH_OK 2023-12-07T16:30:01.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:00 smithi044 bash[32620]: cluster 2023-12-07T16:29:59.698958+0000 mgr.a (mgr.24293) 16022 : 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-07T16:30:01.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:00 smithi044 bash[32620]: cluster 2023-12-07T16:30:00.000115+0000 mon.a (mon.0) 2662 : cluster 1 overall HEALTH_OK 2023-12-07T16:30:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:00 smithi027 bash[31536]: cluster 2023-12-07T16:29:59.698958+0000 mgr.a (mgr.24293) 16022 : 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-07T16:30:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:00 smithi027 bash[31536]: cluster 2023-12-07T16:30:00.000115+0000 mon.a (mon.0) 2662 : cluster 1 overall HEALTH_OK 2023-12-07T16:30:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:01 smithi022 bash[28554]: audit 2023-12-07T16:29:59.979174+0000 mgr.a (mgr.24293) 16023 : audit 0 from='client.319359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:02.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:01 smithi044 bash[32620]: audit 2023-12-07T16:29:59.979174+0000 mgr.a (mgr.24293) 16023 : audit 0 from='client.319359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:01 smithi027 bash[31536]: audit 2023-12-07T16:29:59.979174+0000 mgr.a (mgr.24293) 16023 : audit 0 from='client.319359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:02 smithi022 bash[28554]: cluster 2023-12-07T16:30:01.699796+0000 mgr.a (mgr.24293) 16024 : cluster 0 pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:30:03.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:02 smithi044 bash[32620]: cluster 2023-12-07T16:30:01.699796+0000 mgr.a (mgr.24293) 16024 : cluster 0 pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:30:03.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:02 smithi027 bash[31536]: cluster 2023-12-07T16:30:01.699796+0000 mgr.a (mgr.24293) 16024 : cluster 0 pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:30:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:04 smithi022 bash[28554]: cluster 2023-12-07T16:30:03.700382+0000 mgr.a (mgr.24293) 16025 : cluster 0 pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:30:05.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:04 smithi044 bash[32620]: cluster 2023-12-07T16:30:03.700382+0000 mgr.a (mgr.24293) 16025 : cluster 0 pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:30:05.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:04 smithi027 bash[31536]: cluster 2023-12-07T16:30:03.700382+0000 mgr.a (mgr.24293) 16025 : cluster 0 pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:30:05.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:06.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:06.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:06.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:06.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:06.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:06 smithi022 bash[28554]: cluster 2023-12-07T16:30:05.701110+0000 mgr.a (mgr.24293) 16026 : 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-07T16:30:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:06 smithi022 bash[28554]: audit 2023-12-07T16:30:05.916068+0000 mgr.a (mgr.24293) 16027 : audit 0 from='client.319434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:07.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:06 smithi044 bash[32620]: cluster 2023-12-07T16:30:05.701110+0000 mgr.a (mgr.24293) 16026 : 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-07T16:30:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:06 smithi044 bash[32620]: audit 2023-12-07T16:30:05.916068+0000 mgr.a (mgr.24293) 16027 : audit 0 from='client.319434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:06 smithi027 bash[31536]: cluster 2023-12-07T16:30:05.701110+0000 mgr.a (mgr.24293) 16026 : 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-07T16:30:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:06 smithi027 bash[31536]: audit 2023-12-07T16:30:05.916068+0000 mgr.a (mgr.24293) 16027 : audit 0 from='client.319434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:08 smithi022 bash[28554]: cluster 2023-12-07T16:30:07.701729+0000 mgr.a (mgr.24293) 16028 : 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-07T16:30:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:08 smithi044 bash[32620]: cluster 2023-12-07T16:30:07.701729+0000 mgr.a (mgr.24293) 16028 : 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-07T16:30:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:08 smithi027 bash[31536]: cluster 2023-12-07T16:30:07.701729+0000 mgr.a (mgr.24293) 16028 : 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-07T16:30:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:10 smithi022 bash[28554]: cluster 2023-12-07T16:30:09.702324+0000 mgr.a (mgr.24293) 16029 : 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-07T16:30:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:10 smithi044 bash[32620]: cluster 2023-12-07T16:30:09.702324+0000 mgr.a (mgr.24293) 16029 : 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-07T16:30:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:10 smithi027 bash[31536]: cluster 2023-12-07T16:30:09.702324+0000 mgr.a (mgr.24293) 16029 : 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-07T16:30:11.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:11.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:11.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:12.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:12.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:12.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:12.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:12.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:12 smithi022 bash[28554]: cluster 2023-12-07T16:30:11.703146+0000 mgr.a (mgr.24293) 16030 : 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-07T16:30:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:12 smithi022 bash[28554]: audit 2023-12-07T16:30:11.852120+0000 mgr.a (mgr.24293) 16031 : audit 0 from='client.319509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:12 smithi044 bash[32620]: cluster 2023-12-07T16:30:11.703146+0000 mgr.a (mgr.24293) 16030 : 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-07T16:30:12.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:12 smithi044 bash[32620]: audit 2023-12-07T16:30:11.852120+0000 mgr.a (mgr.24293) 16031 : audit 0 from='client.319509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:12 smithi027 bash[31536]: cluster 2023-12-07T16:30:11.703146+0000 mgr.a (mgr.24293) 16030 : 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-07T16:30:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:12 smithi027 bash[31536]: audit 2023-12-07T16:30:11.852120+0000 mgr.a (mgr.24293) 16031 : audit 0 from='client.319509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:14 smithi022 bash[28554]: cluster 2023-12-07T16:30:13.703883+0000 mgr.a (mgr.24293) 16032 : cluster 0 pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:30:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:14 smithi022 bash[28554]: audit 2023-12-07T16:30:14.396422+0000 mon.a (mon.0) 2663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:30:15.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:14 smithi044 bash[32620]: cluster 2023-12-07T16:30:13.703883+0000 mgr.a (mgr.24293) 16032 : cluster 0 pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:30:15.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:14 smithi044 bash[32620]: audit 2023-12-07T16:30:14.396422+0000 mon.a (mon.0) 2663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:30:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:14 smithi027 bash[31536]: cluster 2023-12-07T16:30:13.703883+0000 mgr.a (mgr.24293) 16032 : cluster 0 pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:30:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:14 smithi027 bash[31536]: audit 2023-12-07T16:30:14.396422+0000 mon.a (mon.0) 2663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:30:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:15 smithi022 bash[28554]: audit 2023-12-07T16:30:15.185847+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:30:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:15 smithi022 bash[28554]: audit 2023-12-07T16:30:15.187798+0000 mon.a (mon.0) 2665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:30:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:15 smithi022 bash[28554]: audit 2023-12-07T16:30:15.196869+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:30:16.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:15 smithi044 bash[32620]: audit 2023-12-07T16:30:15.185847+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:30:16.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:15 smithi044 bash[32620]: audit 2023-12-07T16:30:15.187798+0000 mon.a (mon.0) 2665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:30:16.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:15 smithi044 bash[32620]: audit 2023-12-07T16:30:15.196869+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:30:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:15 smithi027 bash[31536]: audit 2023-12-07T16:30:15.185847+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:30:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:15 smithi027 bash[31536]: audit 2023-12-07T16:30:15.187798+0000 mon.a (mon.0) 2665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:30:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:15 smithi027 bash[31536]: audit 2023-12-07T16:30:15.196869+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:30:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:16 smithi022 bash[28554]: cluster 2023-12-07T16:30:15.704665+0000 mgr.a (mgr.24293) 16033 : cluster 0 pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:30:17.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:16 smithi044 bash[32620]: cluster 2023-12-07T16:30:15.704665+0000 mgr.a (mgr.24293) 16033 : cluster 0 pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:30:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:16 smithi027 bash[31536]: cluster 2023-12-07T16:30:15.704665+0000 mgr.a (mgr.24293) 16033 : cluster 0 pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:30:17.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:17.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:17.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:18.319 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:18.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:18.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:18.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:18.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:18 smithi022 bash[28554]: cluster 2023-12-07T16:30:17.705362+0000 mgr.a (mgr.24293) 16034 : 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-07T16:30:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:18 smithi022 bash[28554]: audit 2023-12-07T16:30:17.790361+0000 mgr.a (mgr.24293) 16035 : audit 0 from='client.319581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:18 smithi044 bash[32620]: cluster 2023-12-07T16:30:17.705362+0000 mgr.a (mgr.24293) 16034 : 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-07T16:30:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:18 smithi044 bash[32620]: audit 2023-12-07T16:30:17.790361+0000 mgr.a (mgr.24293) 16035 : audit 0 from='client.319581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:18 smithi027 bash[31536]: cluster 2023-12-07T16:30:17.705362+0000 mgr.a (mgr.24293) 16034 : 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-07T16:30:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:18 smithi027 bash[31536]: audit 2023-12-07T16:30:17.790361+0000 mgr.a (mgr.24293) 16035 : audit 0 from='client.319581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:20 smithi022 bash[28554]: cluster 2023-12-07T16:30:19.706236+0000 mgr.a (mgr.24293) 16036 : 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-07T16:30:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:20 smithi044 bash[32620]: cluster 2023-12-07T16:30:19.706236+0000 mgr.a (mgr.24293) 16036 : 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-07T16:30:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:20 smithi027 bash[31536]: cluster 2023-12-07T16:30:19.706236+0000 mgr.a (mgr.24293) 16036 : 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-07T16:30:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:22 smithi022 bash[28554]: cluster 2023-12-07T16:30:21.707246+0000 mgr.a (mgr.24293) 16037 : 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-07T16:30:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:22 smithi044 bash[32620]: cluster 2023-12-07T16:30:21.707246+0000 mgr.a (mgr.24293) 16037 : 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-07T16:30:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:22 smithi027 bash[31536]: cluster 2023-12-07T16:30:21.707246+0000 mgr.a (mgr.24293) 16037 : 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-07T16:30:23.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:23.322 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:23.322 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:24.286 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:24.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:24.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:24.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:24.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:24 smithi022 bash[28554]: cluster 2023-12-07T16:30:23.707975+0000 mgr.a (mgr.24293) 16038 : 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-07T16:30:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:24 smithi022 bash[28554]: audit 2023-12-07T16:30:23.742823+0000 mgr.a (mgr.24293) 16039 : audit 0 from='client.319659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:24 smithi044 bash[32620]: cluster 2023-12-07T16:30:23.707975+0000 mgr.a (mgr.24293) 16038 : 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-07T16:30:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:24 smithi044 bash[32620]: audit 2023-12-07T16:30:23.742823+0000 mgr.a (mgr.24293) 16039 : audit 0 from='client.319659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:24 smithi027 bash[31536]: cluster 2023-12-07T16:30:23.707975+0000 mgr.a (mgr.24293) 16038 : 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-07T16:30:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:24 smithi027 bash[31536]: audit 2023-12-07T16:30:23.742823+0000 mgr.a (mgr.24293) 16039 : audit 0 from='client.319659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:26 smithi022 bash[28554]: cluster 2023-12-07T16:30:25.709011+0000 mgr.a (mgr.24293) 16040 : 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-07T16:30:27.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:26 smithi044 bash[32620]: cluster 2023-12-07T16:30:25.709011+0000 mgr.a (mgr.24293) 16040 : 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-07T16:30:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:26 smithi027 bash[31536]: cluster 2023-12-07T16:30:25.709011+0000 mgr.a (mgr.24293) 16040 : 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-07T16:30:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:28 smithi022 bash[28554]: cluster 2023-12-07T16:30:27.709621+0000 mgr.a (mgr.24293) 16041 : 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-07T16:30:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:28 smithi044 bash[32620]: cluster 2023-12-07T16:30:27.709621+0000 mgr.a (mgr.24293) 16041 : 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-07T16:30:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:28 smithi027 bash[31536]: cluster 2023-12-07T16:30:27.709621+0000 mgr.a (mgr.24293) 16041 : 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-07T16:30:29.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:29.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:29.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:30.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:30.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:30.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:30.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:30.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:30 smithi022 bash[28554]: audit 2023-12-07T16:30:29.690199+0000 mgr.a (mgr.24293) 16042 : audit 0 from='client.319734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:30 smithi022 bash[28554]: cluster 2023-12-07T16:30:29.710405+0000 mgr.a (mgr.24293) 16043 : 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-07T16:30:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:30 smithi044 bash[32620]: audit 2023-12-07T16:30:29.690199+0000 mgr.a (mgr.24293) 16042 : audit 0 from='client.319734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:30 smithi044 bash[32620]: cluster 2023-12-07T16:30:29.710405+0000 mgr.a (mgr.24293) 16043 : 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-07T16:30:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:30 smithi027 bash[31536]: audit 2023-12-07T16:30:29.690199+0000 mgr.a (mgr.24293) 16042 : audit 0 from='client.319734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:30 smithi027 bash[31536]: cluster 2023-12-07T16:30:29.710405+0000 mgr.a (mgr.24293) 16043 : 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-07T16:30:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:32 smithi022 bash[28554]: cluster 2023-12-07T16:30:31.711469+0000 mgr.a (mgr.24293) 16044 : 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-07T16:30:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:32 smithi044 bash[32620]: cluster 2023-12-07T16:30:31.711469+0000 mgr.a (mgr.24293) 16044 : 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-07T16:30:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:32 smithi027 bash[31536]: cluster 2023-12-07T16:30:31.711469+0000 mgr.a (mgr.24293) 16044 : 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-07T16:30:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:34 smithi022 bash[28554]: cluster 2023-12-07T16:30:33.712136+0000 mgr.a (mgr.24293) 16045 : 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-07T16:30:35.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:34 smithi044 bash[32620]: cluster 2023-12-07T16:30:33.712136+0000 mgr.a (mgr.24293) 16045 : 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-07T16:30:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:34 smithi027 bash[31536]: cluster 2023-12-07T16:30:33.712136+0000 mgr.a (mgr.24293) 16045 : 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-07T16:30:35.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:35.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:35.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:36.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:36.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:36.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:36.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:36.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:36 smithi022 bash[28554]: audit 2023-12-07T16:30:35.635119+0000 mgr.a (mgr.24293) 16046 : audit 0 from='client.319806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:36 smithi022 bash[28554]: cluster 2023-12-07T16:30:35.713158+0000 mgr.a (mgr.24293) 16047 : cluster 0 pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:36 smithi044 bash[32620]: audit 2023-12-07T16:30:35.635119+0000 mgr.a (mgr.24293) 16046 : audit 0 from='client.319806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:36 smithi044 bash[32620]: cluster 2023-12-07T16:30:35.713158+0000 mgr.a (mgr.24293) 16047 : cluster 0 pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:36 smithi027 bash[31536]: audit 2023-12-07T16:30:35.635119+0000 mgr.a (mgr.24293) 16046 : audit 0 from='client.319806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:36 smithi027 bash[31536]: cluster 2023-12-07T16:30:35.713158+0000 mgr.a (mgr.24293) 16047 : cluster 0 pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:38 smithi022 bash[28554]: cluster 2023-12-07T16:30:37.713850+0000 mgr.a (mgr.24293) 16048 : cluster 0 pgmap v11998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:30:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:38 smithi044 bash[32620]: cluster 2023-12-07T16:30:37.713850+0000 mgr.a (mgr.24293) 16048 : cluster 0 pgmap v11998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:30:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:38 smithi027 bash[31536]: cluster 2023-12-07T16:30:37.713850+0000 mgr.a (mgr.24293) 16048 : cluster 0 pgmap v11998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:30:41.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:41.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:41.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:40 smithi022 bash[28554]: cluster 2023-12-07T16:30:39.714554+0000 mgr.a (mgr.24293) 16049 : cluster 0 pgmap v11999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:30:41.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:40 smithi044 bash[32620]: cluster 2023-12-07T16:30:39.714554+0000 mgr.a (mgr.24293) 16049 : cluster 0 pgmap v11999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:30:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:40 smithi027 bash[31536]: cluster 2023-12-07T16:30:39.714554+0000 mgr.a (mgr.24293) 16049 : cluster 0 pgmap v11999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:30:42.106 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:42.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:42.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:42.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:42.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:42 smithi022 bash[28554]: audit 2023-12-07T16:30:41.568641+0000 mgr.a (mgr.24293) 16050 : audit 0 from='client.261799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:42 smithi022 bash[28554]: cluster 2023-12-07T16:30:41.725958+0000 mgr.a (mgr.24293) 16051 : 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-07T16:30:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:42 smithi044 bash[32620]: audit 2023-12-07T16:30:41.568641+0000 mgr.a (mgr.24293) 16050 : audit 0 from='client.261799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:42 smithi044 bash[32620]: cluster 2023-12-07T16:30:41.725958+0000 mgr.a (mgr.24293) 16051 : 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-07T16:30:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:42 smithi027 bash[31536]: audit 2023-12-07T16:30:41.568641+0000 mgr.a (mgr.24293) 16050 : audit 0 from='client.261799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:42 smithi027 bash[31536]: cluster 2023-12-07T16:30:41.725958+0000 mgr.a (mgr.24293) 16051 : 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-07T16:30:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:44 smithi022 bash[28554]: cluster 2023-12-07T16:30:43.726838+0000 mgr.a (mgr.24293) 16052 : cluster 0 pgmap v12001: 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-07T16:30:45.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:44 smithi044 bash[32620]: cluster 2023-12-07T16:30:43.726838+0000 mgr.a (mgr.24293) 16052 : cluster 0 pgmap v12001: 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-07T16:30:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:44 smithi027 bash[31536]: cluster 2023-12-07T16:30:43.726838+0000 mgr.a (mgr.24293) 16052 : cluster 0 pgmap v12001: 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-07T16:30:47.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:47.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:47.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:46 smithi022 bash[28554]: cluster 2023-12-07T16:30:45.727724+0000 mgr.a (mgr.24293) 16053 : 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-07T16:30:47.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:46 smithi044 bash[32620]: cluster 2023-12-07T16:30:45.727724+0000 mgr.a (mgr.24293) 16053 : 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-07T16:30:47.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:46 smithi027 bash[31536]: cluster 2023-12-07T16:30:45.727724+0000 mgr.a (mgr.24293) 16053 : 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-07T16:30:48.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:48.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:48.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:48.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:48.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:48 smithi022 bash[28554]: audit 2023-12-07T16:30:47.521454+0000 mgr.a (mgr.24293) 16054 : audit 0 from='client.319962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:48 smithi022 bash[28554]: cluster 2023-12-07T16:30:47.728502+0000 mgr.a (mgr.24293) 16055 : cluster 0 pgmap v12003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:48 smithi044 bash[32620]: audit 2023-12-07T16:30:47.521454+0000 mgr.a (mgr.24293) 16054 : audit 0 from='client.319962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:48 smithi044 bash[32620]: cluster 2023-12-07T16:30:47.728502+0000 mgr.a (mgr.24293) 16055 : cluster 0 pgmap v12003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:48 smithi027 bash[31536]: audit 2023-12-07T16:30:47.521454+0000 mgr.a (mgr.24293) 16054 : audit 0 from='client.319962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:48 smithi027 bash[31536]: cluster 2023-12-07T16:30:47.728502+0000 mgr.a (mgr.24293) 16055 : cluster 0 pgmap v12003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:50 smithi022 bash[28554]: cluster 2023-12-07T16:30:49.729197+0000 mgr.a (mgr.24293) 16056 : cluster 0 pgmap v12004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:50 smithi044 bash[32620]: cluster 2023-12-07T16:30:49.729197+0000 mgr.a (mgr.24293) 16056 : cluster 0 pgmap v12004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:50 smithi027 bash[31536]: cluster 2023-12-07T16:30:49.729197+0000 mgr.a (mgr.24293) 16056 : cluster 0 pgmap v12004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:30:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:52 smithi022 bash[28554]: cluster 2023-12-07T16:30:51.730013+0000 mgr.a (mgr.24293) 16057 : cluster 0 pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:30:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:52 smithi044 bash[32620]: cluster 2023-12-07T16:30:51.730013+0000 mgr.a (mgr.24293) 16057 : cluster 0 pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:30:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:52 smithi027 bash[31536]: cluster 2023-12-07T16:30:51.730013+0000 mgr.a (mgr.24293) 16057 : cluster 0 pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:30:53.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:53.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:53.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:53.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:53.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:53.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:53.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:53.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:30:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:54 smithi022 bash[28554]: audit 2023-12-07T16:30:53.434917+0000 mgr.a (mgr.24293) 16058 : audit 0 from='client.320034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:54 smithi022 bash[28554]: cluster 2023-12-07T16:30:53.730800+0000 mgr.a (mgr.24293) 16059 : 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-07T16:30:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:54 smithi044 bash[32620]: audit 2023-12-07T16:30:53.434917+0000 mgr.a (mgr.24293) 16058 : audit 0 from='client.320034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:55.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:54 smithi044 bash[32620]: cluster 2023-12-07T16:30:53.730800+0000 mgr.a (mgr.24293) 16059 : 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-07T16:30:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:54 smithi027 bash[31536]: audit 2023-12-07T16:30:53.434917+0000 mgr.a (mgr.24293) 16058 : audit 0 from='client.320034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:30:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:54 smithi027 bash[31536]: cluster 2023-12-07T16:30:53.730800+0000 mgr.a (mgr.24293) 16059 : 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-07T16:30:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:56 smithi022 bash[28554]: cluster 2023-12-07T16:30:55.731722+0000 mgr.a (mgr.24293) 16060 : 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-07T16:30:57.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:56 smithi044 bash[32620]: cluster 2023-12-07T16:30:55.731722+0000 mgr.a (mgr.24293) 16060 : 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-07T16:30:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:56 smithi027 bash[31536]: cluster 2023-12-07T16:30:55.731722+0000 mgr.a (mgr.24293) 16060 : 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-07T16:30:58.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:30:58.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:30:58.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:30:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:30:58 smithi022 bash[28554]: cluster 2023-12-07T16:30:57.732263+0000 mgr.a (mgr.24293) 16061 : 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-07T16:30:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:30:58 smithi044 bash[32620]: cluster 2023-12-07T16:30:57.732263+0000 mgr.a (mgr.24293) 16061 : 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-07T16:30:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:30:58 smithi027 bash[31536]: cluster 2023-12-07T16:30:57.732263+0000 mgr.a (mgr.24293) 16061 : 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-07T16:30:59.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:30:59.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:30:59.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:30:59.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:30:59.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:00 smithi022 bash[28554]: audit 2023-12-07T16:30:59.390705+0000 mgr.a (mgr.24293) 16062 : audit 0 from='client.255161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:00 smithi022 bash[28554]: cluster 2023-12-07T16:30:59.732789+0000 mgr.a (mgr.24293) 16063 : 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-07T16:31:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:00 smithi044 bash[32620]: audit 2023-12-07T16:30:59.390705+0000 mgr.a (mgr.24293) 16062 : audit 0 from='client.255161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:00 smithi044 bash[32620]: cluster 2023-12-07T16:30:59.732789+0000 mgr.a (mgr.24293) 16063 : 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-07T16:31:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:00 smithi027 bash[31536]: audit 2023-12-07T16:30:59.390705+0000 mgr.a (mgr.24293) 16062 : audit 0 from='client.255161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:00 smithi027 bash[31536]: cluster 2023-12-07T16:30:59.732789+0000 mgr.a (mgr.24293) 16063 : 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-07T16:31:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:02 smithi022 bash[28554]: cluster 2023-12-07T16:31:01.733700+0000 mgr.a (mgr.24293) 16064 : 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-07T16:31:02.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:02 smithi044 bash[32620]: cluster 2023-12-07T16:31:01.733700+0000 mgr.a (mgr.24293) 16064 : 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-07T16:31:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:02 smithi027 bash[31536]: cluster 2023-12-07T16:31:01.733700+0000 mgr.a (mgr.24293) 16064 : 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-07T16:31:04.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:04.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:04.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:04 smithi022 bash[28554]: cluster 2023-12-07T16:31:03.734287+0000 mgr.a (mgr.24293) 16065 : 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-07T16:31:05.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:04 smithi044 bash[32620]: cluster 2023-12-07T16:31:03.734287+0000 mgr.a (mgr.24293) 16065 : 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-07T16:31:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:04 smithi027 bash[31536]: cluster 2023-12-07T16:31:03.734287+0000 mgr.a (mgr.24293) 16065 : 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-07T16:31:05.843 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:05.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:05.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:05.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:05.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:06 smithi022 bash[28554]: audit 2023-12-07T16:31:05.314026+0000 mgr.a (mgr.24293) 16066 : audit 0 from='client.320187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:06 smithi022 bash[28554]: cluster 2023-12-07T16:31:05.735514+0000 mgr.a (mgr.24293) 16067 : cluster 0 pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:31:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:06 smithi044 bash[32620]: audit 2023-12-07T16:31:05.314026+0000 mgr.a (mgr.24293) 16066 : audit 0 from='client.320187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:06 smithi044 bash[32620]: cluster 2023-12-07T16:31:05.735514+0000 mgr.a (mgr.24293) 16067 : cluster 0 pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:31:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:06 smithi027 bash[31536]: audit 2023-12-07T16:31:05.314026+0000 mgr.a (mgr.24293) 16066 : audit 0 from='client.320187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:06 smithi027 bash[31536]: cluster 2023-12-07T16:31:05.735514+0000 mgr.a (mgr.24293) 16067 : cluster 0 pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:31:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:08 smithi022 bash[28554]: cluster 2023-12-07T16:31:07.736225+0000 mgr.a (mgr.24293) 16068 : cluster 0 pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:31:09.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:08 smithi044 bash[32620]: cluster 2023-12-07T16:31:07.736225+0000 mgr.a (mgr.24293) 16068 : cluster 0 pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:31:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:08 smithi027 bash[31536]: cluster 2023-12-07T16:31:07.736225+0000 mgr.a (mgr.24293) 16068 : cluster 0 pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:31:10.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:10.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:10.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:10 smithi022 bash[28554]: cluster 2023-12-07T16:31:09.736836+0000 mgr.a (mgr.24293) 16069 : cluster 0 pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:31:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:10 smithi044 bash[32620]: cluster 2023-12-07T16:31:09.736836+0000 mgr.a (mgr.24293) 16069 : cluster 0 pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:31:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:10 smithi027 bash[31536]: cluster 2023-12-07T16:31:09.736836+0000 mgr.a (mgr.24293) 16069 : cluster 0 pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:31:11.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:11.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:11.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:11.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:11.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:12 smithi044 bash[32620]: audit 2023-12-07T16:31:11.264787+0000 mgr.a (mgr.24293) 16070 : audit 0 from='client.320259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:12.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:12 smithi044 bash[32620]: cluster 2023-12-07T16:31:11.737596+0000 mgr.a (mgr.24293) 16071 : 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-07T16:31:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:12 smithi022 bash[28554]: audit 2023-12-07T16:31:11.264787+0000 mgr.a (mgr.24293) 16070 : audit 0 from='client.320259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:12 smithi022 bash[28554]: cluster 2023-12-07T16:31:11.737596+0000 mgr.a (mgr.24293) 16071 : 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-07T16:31:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:12 smithi027 bash[31536]: audit 2023-12-07T16:31:11.264787+0000 mgr.a (mgr.24293) 16070 : audit 0 from='client.320259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:12 smithi027 bash[31536]: cluster 2023-12-07T16:31:11.737596+0000 mgr.a (mgr.24293) 16071 : 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-07T16:31:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:14 smithi022 bash[28554]: cluster 2023-12-07T16:31:13.738170+0000 mgr.a (mgr.24293) 16072 : 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-07T16:31:15.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:14 smithi044 bash[32620]: cluster 2023-12-07T16:31:13.738170+0000 mgr.a (mgr.24293) 16072 : 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-07T16:31:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:14 smithi027 bash[31536]: cluster 2023-12-07T16:31:13.738170+0000 mgr.a (mgr.24293) 16072 : 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-07T16:31:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:15 smithi022 bash[28554]: audit 2023-12-07T16:31:15.299378+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:31:16.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:15 smithi044 bash[32620]: audit 2023-12-07T16:31:15.299378+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:31:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:15 smithi027 bash[31536]: audit 2023-12-07T16:31:15.299378+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:31:16.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:16.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:16.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:16 smithi022 bash[28554]: cluster 2023-12-07T16:31:15.738707+0000 mgr.a (mgr.24293) 16073 : 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-07T16:31:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:16 smithi022 bash[28554]: audit 2023-12-07T16:31:15.890226+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:16 smithi022 bash[28554]: audit 2023-12-07T16:31:15.901129+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:16 smithi022 bash[28554]: audit 2023-12-07T16:31:16.597492+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:31:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:16 smithi022 bash[28554]: audit 2023-12-07T16:31:16.599494+0000 mon.a (mon.0) 2671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:31:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:16 smithi022 bash[28554]: audit 2023-12-07T16:31:16.609464+0000 mon.a (mon.0) 2672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:16 smithi044 bash[32620]: cluster 2023-12-07T16:31:15.738707+0000 mgr.a (mgr.24293) 16073 : 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-07T16:31:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:16 smithi044 bash[32620]: audit 2023-12-07T16:31:15.890226+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:16 smithi044 bash[32620]: audit 2023-12-07T16:31:15.901129+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:16 smithi044 bash[32620]: audit 2023-12-07T16:31:16.597492+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:31:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:16 smithi044 bash[32620]: audit 2023-12-07T16:31:16.599494+0000 mon.a (mon.0) 2671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:31:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:16 smithi044 bash[32620]: audit 2023-12-07T16:31:16.609464+0000 mon.a (mon.0) 2672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:16 smithi027 bash[31536]: cluster 2023-12-07T16:31:15.738707+0000 mgr.a (mgr.24293) 16073 : 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-07T16:31:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:16 smithi027 bash[31536]: audit 2023-12-07T16:31:15.890226+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:16 smithi027 bash[31536]: audit 2023-12-07T16:31:15.901129+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:16 smithi027 bash[31536]: audit 2023-12-07T16:31:16.597492+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:31:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:16 smithi027 bash[31536]: audit 2023-12-07T16:31:16.599494+0000 mon.a (mon.0) 2671 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:31:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:16 smithi027 bash[31536]: audit 2023-12-07T16:31:16.609464+0000 mon.a (mon.0) 2672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:31:17.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:17.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:17.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:17.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:17.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:18 smithi022 bash[28554]: audit 2023-12-07T16:31:17.195686+0000 mgr.a (mgr.24293) 16074 : audit 0 from='client.320334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:18 smithi022 bash[28554]: cluster 2023-12-07T16:31:17.739415+0000 mgr.a (mgr.24293) 16075 : cluster 0 pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:31:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:18 smithi044 bash[32620]: audit 2023-12-07T16:31:17.195686+0000 mgr.a (mgr.24293) 16074 : audit 0 from='client.320334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:18 smithi044 bash[32620]: cluster 2023-12-07T16:31:17.739415+0000 mgr.a (mgr.24293) 16075 : cluster 0 pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:31:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:18 smithi027 bash[31536]: audit 2023-12-07T16:31:17.195686+0000 mgr.a (mgr.24293) 16074 : audit 0 from='client.320334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:18 smithi027 bash[31536]: cluster 2023-12-07T16:31:17.739415+0000 mgr.a (mgr.24293) 16075 : cluster 0 pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:31:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:20 smithi022 bash[28554]: cluster 2023-12-07T16:31:19.740013+0000 mgr.a (mgr.24293) 16076 : cluster 0 pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:31:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:20 smithi044 bash[32620]: cluster 2023-12-07T16:31:19.740013+0000 mgr.a (mgr.24293) 16076 : cluster 0 pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:31:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:20 smithi027 bash[31536]: cluster 2023-12-07T16:31:19.740013+0000 mgr.a (mgr.24293) 16076 : cluster 0 pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:31:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:22 smithi022 bash[28554]: cluster 2023-12-07T16:31:21.740815+0000 mgr.a (mgr.24293) 16077 : cluster 0 pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:31:22.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:22 smithi044 bash[32620]: cluster 2023-12-07T16:31:21.740815+0000 mgr.a (mgr.24293) 16077 : cluster 0 pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:31:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:22 smithi027 bash[31536]: cluster 2023-12-07T16:31:21.740815+0000 mgr.a (mgr.24293) 16077 : cluster 0 pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:31:22.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:22.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:22.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:23.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:23.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:23.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:23.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:23.667 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:24 smithi022 bash[28554]: audit 2023-12-07T16:31:23.126075+0000 mgr.a (mgr.24293) 16078 : audit 0 from='client.320412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:24 smithi022 bash[28554]: cluster 2023-12-07T16:31:23.741568+0000 mgr.a (mgr.24293) 16079 : 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-07T16:31:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:24 smithi044 bash[32620]: audit 2023-12-07T16:31:23.126075+0000 mgr.a (mgr.24293) 16078 : audit 0 from='client.320412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:25.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:24 smithi044 bash[32620]: cluster 2023-12-07T16:31:23.741568+0000 mgr.a (mgr.24293) 16079 : 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-07T16:31:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:24 smithi027 bash[31536]: audit 2023-12-07T16:31:23.126075+0000 mgr.a (mgr.24293) 16078 : audit 0 from='client.320412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:24 smithi027 bash[31536]: cluster 2023-12-07T16:31:23.741568+0000 mgr.a (mgr.24293) 16079 : 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-07T16:31:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:26 smithi022 bash[28554]: cluster 2023-12-07T16:31:25.742392+0000 mgr.a (mgr.24293) 16080 : 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-07T16:31:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:26 smithi044 bash[32620]: cluster 2023-12-07T16:31:25.742392+0000 mgr.a (mgr.24293) 16080 : 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-07T16:31:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:26 smithi027 bash[31536]: cluster 2023-12-07T16:31:25.742392+0000 mgr.a (mgr.24293) 16080 : 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-07T16:31:28.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:28.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:28.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:28 smithi022 bash[28554]: cluster 2023-12-07T16:31:27.742983+0000 mgr.a (mgr.24293) 16081 : 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-07T16:31:29.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:28 smithi044 bash[32620]: cluster 2023-12-07T16:31:27.742983+0000 mgr.a (mgr.24293) 16081 : 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-07T16:31:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:28 smithi027 bash[31536]: cluster 2023-12-07T16:31:27.742983+0000 mgr.a (mgr.24293) 16081 : 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-07T16:31:29.606 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:30 smithi022 bash[28554]: audit 2023-12-07T16:31:29.085389+0000 mgr.a (mgr.24293) 16082 : audit 0 from='client.320490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:30 smithi022 bash[28554]: cluster 2023-12-07T16:31:29.743777+0000 mgr.a (mgr.24293) 16083 : 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-07T16:31:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:30 smithi044 bash[32620]: audit 2023-12-07T16:31:29.085389+0000 mgr.a (mgr.24293) 16082 : audit 0 from='client.320490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:31.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:30 smithi044 bash[32620]: cluster 2023-12-07T16:31:29.743777+0000 mgr.a (mgr.24293) 16083 : 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-07T16:31:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:30 smithi027 bash[31536]: audit 2023-12-07T16:31:29.085389+0000 mgr.a (mgr.24293) 16082 : audit 0 from='client.320490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:30 smithi027 bash[31536]: cluster 2023-12-07T16:31:29.743777+0000 mgr.a (mgr.24293) 16083 : 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-07T16:31:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:32 smithi022 bash[28554]: cluster 2023-12-07T16:31:31.744619+0000 mgr.a (mgr.24293) 16084 : 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-07T16:31:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:32 smithi044 bash[32620]: cluster 2023-12-07T16:31:31.744619+0000 mgr.a (mgr.24293) 16084 : 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-07T16:31:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:32 smithi027 bash[31536]: cluster 2023-12-07T16:31:31.744619+0000 mgr.a (mgr.24293) 16084 : 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-07T16:31:34.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:34.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:34.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:34 smithi022 bash[28554]: cluster 2023-12-07T16:31:33.745167+0000 mgr.a (mgr.24293) 16085 : 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-07T16:31:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:34 smithi044 bash[32620]: cluster 2023-12-07T16:31:33.745167+0000 mgr.a (mgr.24293) 16085 : 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-07T16:31:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:34 smithi027 bash[31536]: cluster 2023-12-07T16:31:33.745167+0000 mgr.a (mgr.24293) 16085 : 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-07T16:31:35.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:35.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:35.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:35.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:35.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:36 smithi022 bash[28554]: audit 2023-12-07T16:31:35.027872+0000 mgr.a (mgr.24293) 16086 : audit 0 from='client.320565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:36 smithi022 bash[28554]: cluster 2023-12-07T16:31:35.746243+0000 mgr.a (mgr.24293) 16087 : cluster 0 pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:31:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:36 smithi044 bash[32620]: audit 2023-12-07T16:31:35.027872+0000 mgr.a (mgr.24293) 16086 : audit 0 from='client.320565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:36 smithi044 bash[32620]: cluster 2023-12-07T16:31:35.746243+0000 mgr.a (mgr.24293) 16087 : cluster 0 pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:31:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:36 smithi027 bash[31536]: audit 2023-12-07T16:31:35.027872+0000 mgr.a (mgr.24293) 16086 : audit 0 from='client.320565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:36 smithi027 bash[31536]: cluster 2023-12-07T16:31:35.746243+0000 mgr.a (mgr.24293) 16087 : cluster 0 pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:31:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:38 smithi022 bash[28554]: cluster 2023-12-07T16:31:37.747008+0000 mgr.a (mgr.24293) 16088 : cluster 0 pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:31:39.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:38 smithi044 bash[32620]: cluster 2023-12-07T16:31:37.747008+0000 mgr.a (mgr.24293) 16088 : cluster 0 pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:31:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:38 smithi027 bash[31536]: cluster 2023-12-07T16:31:37.747008+0000 mgr.a (mgr.24293) 16088 : cluster 0 pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:31:40.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:40.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:40.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:40 smithi022 bash[28554]: cluster 2023-12-07T16:31:39.747758+0000 mgr.a (mgr.24293) 16089 : cluster 0 pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:31:41.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:40 smithi044 bash[32620]: cluster 2023-12-07T16:31:39.747758+0000 mgr.a (mgr.24293) 16089 : cluster 0 pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:31:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:40 smithi027 bash[31536]: cluster 2023-12-07T16:31:39.747758+0000 mgr.a (mgr.24293) 16089 : cluster 0 pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:31:41.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:41.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:41.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:41 smithi022 bash[28554]: audit 2023-12-07T16:31:40.937930+0000 mgr.a (mgr.24293) 16090 : audit 0 from='client.320643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:42.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:41 smithi044 bash[32620]: audit 2023-12-07T16:31:40.937930+0000 mgr.a (mgr.24293) 16090 : audit 0 from='client.320643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:41 smithi027 bash[31536]: audit 2023-12-07T16:31:40.937930+0000 mgr.a (mgr.24293) 16090 : audit 0 from='client.320643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:42 smithi022 bash[28554]: cluster 2023-12-07T16:31:41.748989+0000 mgr.a (mgr.24293) 16091 : cluster 0 pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:31:43.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:42 smithi044 bash[32620]: cluster 2023-12-07T16:31:41.748989+0000 mgr.a (mgr.24293) 16091 : cluster 0 pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:31:43.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:42 smithi027 bash[31536]: cluster 2023-12-07T16:31:41.748989+0000 mgr.a (mgr.24293) 16091 : cluster 0 pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:31:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:44 smithi022 bash[28554]: cluster 2023-12-07T16:31:43.749628+0000 mgr.a (mgr.24293) 16092 : cluster 0 pgmap v12031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:31:45.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:44 smithi044 bash[32620]: cluster 2023-12-07T16:31:43.749628+0000 mgr.a (mgr.24293) 16092 : cluster 0 pgmap v12031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:31:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:44 smithi027 bash[31536]: cluster 2023-12-07T16:31:43.749628+0000 mgr.a (mgr.24293) 16092 : cluster 0 pgmap v12031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:31:46.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:46.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:46.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:46 smithi022 bash[28554]: cluster 2023-12-07T16:31:45.750366+0000 mgr.a (mgr.24293) 16093 : 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-07T16:31:47.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:46 smithi044 bash[32620]: cluster 2023-12-07T16:31:45.750366+0000 mgr.a (mgr.24293) 16093 : 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-07T16:31:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:46 smithi027 bash[31536]: cluster 2023-12-07T16:31:45.750366+0000 mgr.a (mgr.24293) 16093 : 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-07T16:31:47.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:47 smithi022 bash[28554]: audit 2023-12-07T16:31:46.908220+0000 mgr.a (mgr.24293) 16094 : audit 0 from='client.320721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:48.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:47 smithi044 bash[32620]: audit 2023-12-07T16:31:46.908220+0000 mgr.a (mgr.24293) 16094 : audit 0 from='client.320721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:47 smithi027 bash[31536]: audit 2023-12-07T16:31:46.908220+0000 mgr.a (mgr.24293) 16094 : audit 0 from='client.320721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:48 smithi022 bash[28554]: cluster 2023-12-07T16:31:47.751040+0000 mgr.a (mgr.24293) 16095 : cluster 0 pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:31:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:48 smithi044 bash[32620]: cluster 2023-12-07T16:31:47.751040+0000 mgr.a (mgr.24293) 16095 : cluster 0 pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:31:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:48 smithi027 bash[31536]: cluster 2023-12-07T16:31:47.751040+0000 mgr.a (mgr.24293) 16095 : cluster 0 pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:31:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:50 smithi022 bash[28554]: cluster 2023-12-07T16:31:49.751623+0000 mgr.a (mgr.24293) 16096 : cluster 0 pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:31:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:50 smithi044 bash[32620]: cluster 2023-12-07T16:31:49.751623+0000 mgr.a (mgr.24293) 16096 : cluster 0 pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:31:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:50 smithi027 bash[31536]: cluster 2023-12-07T16:31:49.751623+0000 mgr.a (mgr.24293) 16096 : cluster 0 pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:31:52.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:52.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:52.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:52 smithi022 bash[28554]: cluster 2023-12-07T16:31:51.752374+0000 mgr.a (mgr.24293) 16097 : cluster 0 pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:31:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:52 smithi044 bash[32620]: cluster 2023-12-07T16:31:51.752374+0000 mgr.a (mgr.24293) 16097 : cluster 0 pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:31:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:52 smithi027 bash[31536]: cluster 2023-12-07T16:31:51.752374+0000 mgr.a (mgr.24293) 16097 : cluster 0 pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:31:53.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:53.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:53.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:53.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:53.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:31:53.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:53 smithi022 bash[28554]: audit 2023-12-07T16:31:52.853434+0000 mgr.a (mgr.24293) 16098 : audit 0 from='client.320796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:53.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:53 smithi044 bash[32620]: audit 2023-12-07T16:31:52.853434+0000 mgr.a (mgr.24293) 16098 : audit 0 from='client.320796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:53 smithi027 bash[31536]: audit 2023-12-07T16:31:52.853434+0000 mgr.a (mgr.24293) 16098 : audit 0 from='client.320796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:31:54.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:54 smithi022 bash[28554]: cluster 2023-12-07T16:31:53.753013+0000 mgr.a (mgr.24293) 16099 : cluster 0 pgmap v12036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:31:54.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:54 smithi044 bash[32620]: cluster 2023-12-07T16:31:53.753013+0000 mgr.a (mgr.24293) 16099 : cluster 0 pgmap v12036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:31:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:54 smithi027 bash[31536]: cluster 2023-12-07T16:31:53.753013+0000 mgr.a (mgr.24293) 16099 : cluster 0 pgmap v12036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:31:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:56 smithi022 bash[28554]: cluster 2023-12-07T16:31:55.753833+0000 mgr.a (mgr.24293) 16100 : cluster 0 pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:31:57.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:56 smithi044 bash[32620]: cluster 2023-12-07T16:31:55.753833+0000 mgr.a (mgr.24293) 16100 : cluster 0 pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:31:57.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:56 smithi027 bash[31536]: cluster 2023-12-07T16:31:55.753833+0000 mgr.a (mgr.24293) 16100 : cluster 0 pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:31:58.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:31:58.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:31:58.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:31:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:58 smithi022 bash[28554]: cluster 2023-12-07T16:31:57.754524+0000 mgr.a (mgr.24293) 16101 : 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-07T16:31:59.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:58 smithi044 bash[32620]: cluster 2023-12-07T16:31:57.754524+0000 mgr.a (mgr.24293) 16101 : 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-07T16:31:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:58 smithi027 bash[31536]: cluster 2023-12-07T16:31:57.754524+0000 mgr.a (mgr.24293) 16101 : 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-07T16:31:59.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:31:59.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:31:59.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:31:59.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:31:59.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:31:59 smithi022 bash[28554]: audit 2023-12-07T16:31:58.809716+0000 mgr.a (mgr.24293) 16102 : audit 0 from='client.320868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:00.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:31:59 smithi044 bash[32620]: audit 2023-12-07T16:31:58.809716+0000 mgr.a (mgr.24293) 16102 : audit 0 from='client.320868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:31:59 smithi027 bash[31536]: audit 2023-12-07T16:31:58.809716+0000 mgr.a (mgr.24293) 16102 : audit 0 from='client.320868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:00 smithi022 bash[28554]: cluster 2023-12-07T16:31:59.755152+0000 mgr.a (mgr.24293) 16103 : 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-07T16:32:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:00 smithi044 bash[32620]: cluster 2023-12-07T16:31:59.755152+0000 mgr.a (mgr.24293) 16103 : 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-07T16:32:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:00 smithi027 bash[31536]: cluster 2023-12-07T16:31:59.755152+0000 mgr.a (mgr.24293) 16103 : 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-07T16:32:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:02 smithi022 bash[28554]: cluster 2023-12-07T16:32:01.755994+0000 mgr.a (mgr.24293) 16104 : 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-07T16:32:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:02 smithi044 bash[32620]: cluster 2023-12-07T16:32:01.755994+0000 mgr.a (mgr.24293) 16104 : 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-07T16:32:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:02 smithi027 bash[31536]: cluster 2023-12-07T16:32:01.755994+0000 mgr.a (mgr.24293) 16104 : 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-07T16:32:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:04.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:04.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:04 smithi022 bash[28554]: cluster 2023-12-07T16:32:03.756569+0000 mgr.a (mgr.24293) 16105 : 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-07T16:32:05.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:04 smithi044 bash[32620]: cluster 2023-12-07T16:32:03.756569+0000 mgr.a (mgr.24293) 16105 : 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-07T16:32:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:04 smithi027 bash[31536]: cluster 2023-12-07T16:32:03.756569+0000 mgr.a (mgr.24293) 16105 : 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-07T16:32:05.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:05.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:05.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:05.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:05.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:05 smithi022 bash[28554]: audit 2023-12-07T16:32:04.750291+0000 mgr.a (mgr.24293) 16106 : audit 0 from='client.320946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:06.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:05 smithi044 bash[32620]: audit 2023-12-07T16:32:04.750291+0000 mgr.a (mgr.24293) 16106 : audit 0 from='client.320946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:05 smithi027 bash[31536]: audit 2023-12-07T16:32:04.750291+0000 mgr.a (mgr.24293) 16106 : audit 0 from='client.320946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:06 smithi022 bash[28554]: cluster 2023-12-07T16:32:05.757446+0000 mgr.a (mgr.24293) 16107 : 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-07T16:32:07.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:06 smithi044 bash[32620]: cluster 2023-12-07T16:32:05.757446+0000 mgr.a (mgr.24293) 16107 : 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-07T16:32:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:06 smithi027 bash[31536]: cluster 2023-12-07T16:32:05.757446+0000 mgr.a (mgr.24293) 16107 : 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-07T16:32:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:08 smithi022 bash[28554]: cluster 2023-12-07T16:32:07.758149+0000 mgr.a (mgr.24293) 16108 : 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-07T16:32:09.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:08 smithi044 bash[32620]: cluster 2023-12-07T16:32:07.758149+0000 mgr.a (mgr.24293) 16108 : 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-07T16:32:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:08 smithi027 bash[31536]: cluster 2023-12-07T16:32:07.758149+0000 mgr.a (mgr.24293) 16108 : 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-07T16:32:10.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:10.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:10.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:10 smithi022 bash[28554]: cluster 2023-12-07T16:32:09.758872+0000 mgr.a (mgr.24293) 16109 : 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-07T16:32:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:10 smithi044 bash[32620]: cluster 2023-12-07T16:32:09.758872+0000 mgr.a (mgr.24293) 16109 : 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-07T16:32:11.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:11.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:11.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:11.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:11.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:10 smithi027 bash[31536]: cluster 2023-12-07T16:32:09.758872+0000 mgr.a (mgr.24293) 16109 : 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-07T16:32:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:11 smithi022 bash[28554]: audit 2023-12-07T16:32:10.676176+0000 mgr.a (mgr.24293) 16110 : audit 0 from='client.321024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:12.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:11 smithi044 bash[32620]: audit 2023-12-07T16:32:10.676176+0000 mgr.a (mgr.24293) 16110 : audit 0 from='client.321024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:11 smithi027 bash[31536]: audit 2023-12-07T16:32:10.676176+0000 mgr.a (mgr.24293) 16110 : audit 0 from='client.321024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:12 smithi022 bash[28554]: cluster 2023-12-07T16:32:11.760074+0000 mgr.a (mgr.24293) 16111 : cluster 0 pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:13.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:12 smithi044 bash[32620]: cluster 2023-12-07T16:32:11.760074+0000 mgr.a (mgr.24293) 16111 : cluster 0 pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:12 smithi027 bash[31536]: cluster 2023-12-07T16:32:11.760074+0000 mgr.a (mgr.24293) 16111 : cluster 0 pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:14 smithi022 bash[28554]: cluster 2023-12-07T16:32:13.760813+0000 mgr.a (mgr.24293) 16112 : cluster 0 pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:15.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:14 smithi044 bash[32620]: cluster 2023-12-07T16:32:13.760813+0000 mgr.a (mgr.24293) 16112 : cluster 0 pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:14 smithi027 bash[31536]: cluster 2023-12-07T16:32:13.760813+0000 mgr.a (mgr.24293) 16112 : cluster 0 pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:16.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:16.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:16.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:17.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:17.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:17.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:17.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:17.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:16 smithi022 bash[28554]: cluster 2023-12-07T16:32:15.761759+0000 mgr.a (mgr.24293) 16113 : 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-07T16:32:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:16 smithi022 bash[28554]: audit 2023-12-07T16:32:16.712538+0000 mon.a (mon.0) 2673 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:32:17.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:16 smithi044 bash[32620]: cluster 2023-12-07T16:32:15.761759+0000 mgr.a (mgr.24293) 16113 : 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-07T16:32:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:16 smithi044 bash[32620]: audit 2023-12-07T16:32:16.712538+0000 mon.a (mon.0) 2673 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:32:17.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:16 smithi027 bash[31536]: cluster 2023-12-07T16:32:15.761759+0000 mgr.a (mgr.24293) 16113 : 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-07T16:32:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:16 smithi027 bash[31536]: audit 2023-12-07T16:32:16.712538+0000 mon.a (mon.0) 2673 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:32:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:17 smithi022 bash[28554]: audit 2023-12-07T16:32:16.612809+0000 mgr.a (mgr.24293) 16114 : audit 0 from='client.321102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:17 smithi022 bash[28554]: audit 2023-12-07T16:32:17.291405+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:17 smithi022 bash[28554]: audit 2023-12-07T16:32:17.297729+0000 mon.a (mon.0) 2675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:17 smithi022 bash[28554]: audit 2023-12-07T16:32:17.314820+0000 mon.a (mon.0) 2676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:17 smithi022 bash[28554]: audit 2023-12-07T16:32:17.320821+0000 mon.a (mon.0) 2677 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:17 smithi044 bash[32620]: audit 2023-12-07T16:32:16.612809+0000 mgr.a (mgr.24293) 16114 : audit 0 from='client.321102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:18.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:17 smithi044 bash[32620]: audit 2023-12-07T16:32:17.291405+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:17 smithi044 bash[32620]: audit 2023-12-07T16:32:17.297729+0000 mon.a (mon.0) 2675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:17 smithi044 bash[32620]: audit 2023-12-07T16:32:17.314820+0000 mon.a (mon.0) 2676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:17 smithi044 bash[32620]: audit 2023-12-07T16:32:17.320821+0000 mon.a (mon.0) 2677 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:17 smithi027 bash[31536]: audit 2023-12-07T16:32:16.612809+0000 mgr.a (mgr.24293) 16114 : audit 0 from='client.321102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:17 smithi027 bash[31536]: audit 2023-12-07T16:32:17.291405+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:17 smithi027 bash[31536]: audit 2023-12-07T16:32:17.297729+0000 mon.a (mon.0) 2675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:17 smithi027 bash[31536]: audit 2023-12-07T16:32:17.314820+0000 mon.a (mon.0) 2676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:17 smithi027 bash[31536]: audit 2023-12-07T16:32:17.320821+0000 mon.a (mon.0) 2677 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:18 smithi022 bash[28554]: cluster 2023-12-07T16:32:17.762464+0000 mgr.a (mgr.24293) 16115 : 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-07T16:32:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:18 smithi022 bash[28554]: audit 2023-12-07T16:32:18.058192+0000 mon.a (mon.0) 2678 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:32:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:18 smithi022 bash[28554]: audit 2023-12-07T16:32:18.060059+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:32:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:18 smithi022 bash[28554]: audit 2023-12-07T16:32:18.070578+0000 mon.a (mon.0) 2680 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:18 smithi044 bash[32620]: cluster 2023-12-07T16:32:17.762464+0000 mgr.a (mgr.24293) 16115 : 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-07T16:32:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:18 smithi044 bash[32620]: audit 2023-12-07T16:32:18.058192+0000 mon.a (mon.0) 2678 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:32:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:18 smithi044 bash[32620]: audit 2023-12-07T16:32:18.060059+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:32:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:18 smithi044 bash[32620]: audit 2023-12-07T16:32:18.070578+0000 mon.a (mon.0) 2680 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:19.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:18 smithi027 bash[31536]: cluster 2023-12-07T16:32:17.762464+0000 mgr.a (mgr.24293) 16115 : 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-07T16:32:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:18 smithi027 bash[31536]: audit 2023-12-07T16:32:18.058192+0000 mon.a (mon.0) 2678 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:32:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:18 smithi027 bash[31536]: audit 2023-12-07T16:32:18.060059+0000 mon.a (mon.0) 2679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:32:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:18 smithi027 bash[31536]: audit 2023-12-07T16:32:18.070578+0000 mon.a (mon.0) 2680 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:32:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:20 smithi022 bash[28554]: cluster 2023-12-07T16:32:19.763056+0000 mgr.a (mgr.24293) 16116 : 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-07T16:32:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:20 smithi044 bash[32620]: cluster 2023-12-07T16:32:19.763056+0000 mgr.a (mgr.24293) 16116 : 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-07T16:32:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:20 smithi027 bash[31536]: cluster 2023-12-07T16:32:19.763056+0000 mgr.a (mgr.24293) 16116 : 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-07T16:32:22.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:22.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:22.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:22 smithi022 bash[28554]: cluster 2023-12-07T16:32:21.764035+0000 mgr.a (mgr.24293) 16117 : 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-07T16:32:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:22 smithi044 bash[32620]: cluster 2023-12-07T16:32:21.764035+0000 mgr.a (mgr.24293) 16117 : 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-07T16:32:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:22 smithi027 bash[31536]: cluster 2023-12-07T16:32:21.764035+0000 mgr.a (mgr.24293) 16117 : 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-07T16:32:23.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:23.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:23.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:23.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:23.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:23.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:23 smithi022 bash[28554]: audit 2023-12-07T16:32:22.551921+0000 mgr.a (mgr.24293) 16118 : audit 0 from='client.321180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:23.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:23 smithi044 bash[32620]: audit 2023-12-07T16:32:22.551921+0000 mgr.a (mgr.24293) 16118 : audit 0 from='client.321180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:23.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:23 smithi027 bash[31536]: audit 2023-12-07T16:32:22.551921+0000 mgr.a (mgr.24293) 16118 : audit 0 from='client.321180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:24.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:24 smithi022 bash[28554]: cluster 2023-12-07T16:32:23.764770+0000 mgr.a (mgr.24293) 16119 : cluster 0 pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:24.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:24 smithi044 bash[32620]: cluster 2023-12-07T16:32:23.764770+0000 mgr.a (mgr.24293) 16119 : cluster 0 pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:24.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:24 smithi027 bash[31536]: cluster 2023-12-07T16:32:23.764770+0000 mgr.a (mgr.24293) 16119 : cluster 0 pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:27.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:26 smithi022 bash[28554]: cluster 2023-12-07T16:32:25.765604+0000 mgr.a (mgr.24293) 16120 : cluster 0 pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:32:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:26 smithi044 bash[32620]: cluster 2023-12-07T16:32:25.765604+0000 mgr.a (mgr.24293) 16120 : cluster 0 pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:32:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:26 smithi027 bash[31536]: cluster 2023-12-07T16:32:25.765604+0000 mgr.a (mgr.24293) 16120 : cluster 0 pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:32:28.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:28.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:28.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:29.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:29.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:29.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:29.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:29.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:28 smithi022 bash[28554]: cluster 2023-12-07T16:32:27.766184+0000 mgr.a (mgr.24293) 16121 : 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-07T16:32:29.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:28 smithi044 bash[32620]: cluster 2023-12-07T16:32:27.766184+0000 mgr.a (mgr.24293) 16121 : 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-07T16:32:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:28 smithi027 bash[31536]: cluster 2023-12-07T16:32:27.766184+0000 mgr.a (mgr.24293) 16121 : 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-07T16:32:30.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:29 smithi022 bash[28554]: audit 2023-12-07T16:32:28.506505+0000 mgr.a (mgr.24293) 16122 : audit 0 from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:30.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:29 smithi044 bash[32620]: audit 2023-12-07T16:32:28.506505+0000 mgr.a (mgr.24293) 16122 : audit 0 from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:30.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:29 smithi027 bash[31536]: audit 2023-12-07T16:32:28.506505+0000 mgr.a (mgr.24293) 16122 : audit 0 from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:30 smithi022 bash[28554]: cluster 2023-12-07T16:32:29.766961+0000 mgr.a (mgr.24293) 16123 : 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-07T16:32:31.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:30 smithi044 bash[32620]: cluster 2023-12-07T16:32:29.766961+0000 mgr.a (mgr.24293) 16123 : 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-07T16:32:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:30 smithi027 bash[31536]: cluster 2023-12-07T16:32:29.766961+0000 mgr.a (mgr.24293) 16123 : 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-07T16:32:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:32 smithi022 bash[28554]: cluster 2023-12-07T16:32:31.767791+0000 mgr.a (mgr.24293) 16124 : 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-07T16:32:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:32 smithi044 bash[32620]: cluster 2023-12-07T16:32:31.767791+0000 mgr.a (mgr.24293) 16124 : 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-07T16:32:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:32 smithi027 bash[31536]: cluster 2023-12-07T16:32:31.767791+0000 mgr.a (mgr.24293) 16124 : 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-07T16:32:34.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:34.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:34.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:34.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:34.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:34.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:34.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:34.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:34 smithi022 bash[28554]: cluster 2023-12-07T16:32:33.768396+0000 mgr.a (mgr.24293) 16125 : 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-07T16:32:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:34 smithi044 bash[32620]: cluster 2023-12-07T16:32:33.768396+0000 mgr.a (mgr.24293) 16125 : 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-07T16:32:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:34 smithi027 bash[31536]: cluster 2023-12-07T16:32:33.768396+0000 mgr.a (mgr.24293) 16125 : 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-07T16:32:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:35 smithi022 bash[28554]: audit 2023-12-07T16:32:34.425390+0000 mgr.a (mgr.24293) 16126 : audit 0 from='client.321333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:36.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:35 smithi044 bash[32620]: audit 2023-12-07T16:32:34.425390+0000 mgr.a (mgr.24293) 16126 : audit 0 from='client.321333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:35 smithi027 bash[31536]: audit 2023-12-07T16:32:34.425390+0000 mgr.a (mgr.24293) 16126 : audit 0 from='client.321333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:36 smithi022 bash[28554]: cluster 2023-12-07T16:32:35.769318+0000 mgr.a (mgr.24293) 16127 : 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-07T16:32:37.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:36 smithi044 bash[32620]: cluster 2023-12-07T16:32:35.769318+0000 mgr.a (mgr.24293) 16127 : 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-07T16:32:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:36 smithi027 bash[31536]: cluster 2023-12-07T16:32:35.769318+0000 mgr.a (mgr.24293) 16127 : 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-07T16:32:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:38 smithi022 bash[28554]: cluster 2023-12-07T16:32:37.769867+0000 mgr.a (mgr.24293) 16128 : 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-07T16:32:39.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:38 smithi044 bash[32620]: cluster 2023-12-07T16:32:37.769867+0000 mgr.a (mgr.24293) 16128 : 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-07T16:32:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:38 smithi027 bash[31536]: cluster 2023-12-07T16:32:37.769867+0000 mgr.a (mgr.24293) 16128 : 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-07T16:32:39.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:39.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:39.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:40.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:40.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:40.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:40.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:40.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:40 smithi022 bash[28554]: cluster 2023-12-07T16:32:39.770447+0000 mgr.a (mgr.24293) 16129 : 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-07T16:32:41.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:40 smithi044 bash[32620]: cluster 2023-12-07T16:32:39.770447+0000 mgr.a (mgr.24293) 16129 : 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-07T16:32:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:40 smithi027 bash[31536]: cluster 2023-12-07T16:32:39.770447+0000 mgr.a (mgr.24293) 16129 : 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-07T16:32:42.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:41 smithi022 bash[28554]: audit 2023-12-07T16:32:40.350130+0000 mgr.a (mgr.24293) 16130 : audit 0 from='client.321411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:42.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:41 smithi044 bash[32620]: audit 2023-12-07T16:32:40.350130+0000 mgr.a (mgr.24293) 16130 : audit 0 from='client.321411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:42.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:41 smithi027 bash[31536]: audit 2023-12-07T16:32:40.350130+0000 mgr.a (mgr.24293) 16130 : audit 0 from='client.321411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:42 smithi022 bash[28554]: cluster 2023-12-07T16:32:41.771512+0000 mgr.a (mgr.24293) 16131 : cluster 0 pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:32:43.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:42 smithi044 bash[32620]: cluster 2023-12-07T16:32:41.771512+0000 mgr.a (mgr.24293) 16131 : cluster 0 pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:32:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:42 smithi027 bash[31536]: cluster 2023-12-07T16:32:41.771512+0000 mgr.a (mgr.24293) 16131 : cluster 0 pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:32:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:44 smithi022 bash[28554]: cluster 2023-12-07T16:32:43.772074+0000 mgr.a (mgr.24293) 16132 : cluster 0 pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:32:45.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:44 smithi044 bash[32620]: cluster 2023-12-07T16:32:43.772074+0000 mgr.a (mgr.24293) 16132 : cluster 0 pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:32:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:44 smithi027 bash[31536]: cluster 2023-12-07T16:32:43.772074+0000 mgr.a (mgr.24293) 16132 : cluster 0 pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:32:45.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:45.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:45.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:46.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:46.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:46.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:46.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:46.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:46 smithi022 bash[28554]: cluster 2023-12-07T16:32:45.772802+0000 mgr.a (mgr.24293) 16133 : cluster 0 pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:47.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:46 smithi044 bash[32620]: cluster 2023-12-07T16:32:45.772802+0000 mgr.a (mgr.24293) 16133 : cluster 0 pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:46 smithi027 bash[31536]: cluster 2023-12-07T16:32:45.772802+0000 mgr.a (mgr.24293) 16133 : cluster 0 pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:47 smithi022 bash[28554]: audit 2023-12-07T16:32:46.309357+0000 mgr.a (mgr.24293) 16134 : audit 0 from='client.256187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:48.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:47 smithi044 bash[32620]: audit 2023-12-07T16:32:46.309357+0000 mgr.a (mgr.24293) 16134 : audit 0 from='client.256187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:47 smithi027 bash[31536]: audit 2023-12-07T16:32:46.309357+0000 mgr.a (mgr.24293) 16134 : audit 0 from='client.256187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:48 smithi022 bash[28554]: cluster 2023-12-07T16:32:47.773544+0000 mgr.a (mgr.24293) 16135 : cluster 0 pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:49.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:48 smithi044 bash[32620]: cluster 2023-12-07T16:32:47.773544+0000 mgr.a (mgr.24293) 16135 : cluster 0 pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:48 smithi027 bash[31536]: cluster 2023-12-07T16:32:47.773544+0000 mgr.a (mgr.24293) 16135 : cluster 0 pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:50 smithi022 bash[28554]: cluster 2023-12-07T16:32:49.774152+0000 mgr.a (mgr.24293) 16136 : cluster 0 pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:51.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:50 smithi044 bash[32620]: cluster 2023-12-07T16:32:49.774152+0000 mgr.a (mgr.24293) 16136 : cluster 0 pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:50 smithi027 bash[31536]: cluster 2023-12-07T16:32:49.774152+0000 mgr.a (mgr.24293) 16136 : cluster 0 pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:32:51.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:51.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:51.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:52.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:52 smithi022 bash[28554]: cluster 2023-12-07T16:32:51.775091+0000 mgr.a (mgr.24293) 16137 : 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-07T16:32:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:52 smithi044 bash[32620]: cluster 2023-12-07T16:32:51.775091+0000 mgr.a (mgr.24293) 16137 : 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-07T16:32:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:52 smithi027 bash[31536]: cluster 2023-12-07T16:32:51.775091+0000 mgr.a (mgr.24293) 16137 : 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-07T16:32:52.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:52.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:52.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:52.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:52.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:53.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:53 smithi022 bash[28554]: audit 2023-12-07T16:32:52.238270+0000 mgr.a (mgr.24293) 16138 : audit 0 from='client.321558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:53.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:53 smithi044 bash[32620]: audit 2023-12-07T16:32:52.238270+0000 mgr.a (mgr.24293) 16138 : audit 0 from='client.321558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:53.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:53 smithi027 bash[31536]: audit 2023-12-07T16:32:52.238270+0000 mgr.a (mgr.24293) 16138 : audit 0 from='client.321558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:32:54.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:54 smithi022 bash[28554]: cluster 2023-12-07T16:32:53.776021+0000 mgr.a (mgr.24293) 16139 : cluster 0 pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:32:54.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:54 smithi044 bash[32620]: cluster 2023-12-07T16:32:53.776021+0000 mgr.a (mgr.24293) 16139 : cluster 0 pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:32:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:54 smithi027 bash[31536]: cluster 2023-12-07T16:32:53.776021+0000 mgr.a (mgr.24293) 16139 : cluster 0 pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:32:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:56 smithi022 bash[28554]: cluster 2023-12-07T16:32:55.776886+0000 mgr.a (mgr.24293) 16140 : cluster 0 pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:32:57.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:56 smithi044 bash[32620]: cluster 2023-12-07T16:32:55.776886+0000 mgr.a (mgr.24293) 16140 : cluster 0 pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:32:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:56 smithi027 bash[31536]: cluster 2023-12-07T16:32:55.776886+0000 mgr.a (mgr.24293) 16140 : cluster 0 pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:32:57.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:32:57.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:32:57.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:32:58.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:32:58.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:32:58.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:32:58.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:32:58.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:32:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:58 smithi022 bash[28554]: cluster 2023-12-07T16:32:57.777496+0000 mgr.a (mgr.24293) 16141 : cluster 0 pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:59.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:58 smithi044 bash[32620]: cluster 2023-12-07T16:32:57.777496+0000 mgr.a (mgr.24293) 16141 : cluster 0 pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:32:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:58 smithi027 bash[31536]: cluster 2023-12-07T16:32:57.777496+0000 mgr.a (mgr.24293) 16141 : cluster 0 pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:00.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:32:59 smithi022 bash[28554]: audit 2023-12-07T16:32:58.160073+0000 mgr.a (mgr.24293) 16142 : audit 0 from='client.321636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:00.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:32:59 smithi044 bash[32620]: audit 2023-12-07T16:32:58.160073+0000 mgr.a (mgr.24293) 16142 : audit 0 from='client.321636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:32:59 smithi027 bash[31536]: audit 2023-12-07T16:32:58.160073+0000 mgr.a (mgr.24293) 16142 : audit 0 from='client.321636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:00 smithi022 bash[28554]: cluster 2023-12-07T16:32:59.778193+0000 mgr.a (mgr.24293) 16143 : cluster 0 pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:01.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:00 smithi044 bash[32620]: cluster 2023-12-07T16:32:59.778193+0000 mgr.a (mgr.24293) 16143 : cluster 0 pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:01.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:00 smithi027 bash[31536]: cluster 2023-12-07T16:32:59.778193+0000 mgr.a (mgr.24293) 16143 : cluster 0 pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:02 smithi022 bash[28554]: cluster 2023-12-07T16:33:01.778999+0000 mgr.a (mgr.24293) 16144 : cluster 0 pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:33:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:02 smithi044 bash[32620]: cluster 2023-12-07T16:33:01.778999+0000 mgr.a (mgr.24293) 16144 : cluster 0 pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:33:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:02 smithi027 bash[31536]: cluster 2023-12-07T16:33:01.778999+0000 mgr.a (mgr.24293) 16144 : cluster 0 pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:33:03.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:03.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:03.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:04.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:04.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:04.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:04.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:04.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:04 smithi022 bash[28554]: cluster 2023-12-07T16:33:03.779716+0000 mgr.a (mgr.24293) 16145 : 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-07T16:33:05.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:04 smithi044 bash[32620]: cluster 2023-12-07T16:33:03.779716+0000 mgr.a (mgr.24293) 16145 : 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-07T16:33:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:04 smithi027 bash[31536]: cluster 2023-12-07T16:33:03.779716+0000 mgr.a (mgr.24293) 16145 : 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-07T16:33:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:05 smithi022 bash[28554]: audit 2023-12-07T16:33:04.072624+0000 mgr.a (mgr.24293) 16146 : audit 0 from='client.321714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:06.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:05 smithi044 bash[32620]: audit 2023-12-07T16:33:04.072624+0000 mgr.a (mgr.24293) 16146 : audit 0 from='client.321714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:05 smithi027 bash[31536]: audit 2023-12-07T16:33:04.072624+0000 mgr.a (mgr.24293) 16146 : audit 0 from='client.321714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:06 smithi022 bash[28554]: cluster 2023-12-07T16:33:05.780672+0000 mgr.a (mgr.24293) 16147 : 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-07T16:33:07.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:06 smithi044 bash[32620]: cluster 2023-12-07T16:33:05.780672+0000 mgr.a (mgr.24293) 16147 : 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-07T16:33:07.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:06 smithi027 bash[31536]: cluster 2023-12-07T16:33:05.780672+0000 mgr.a (mgr.24293) 16147 : 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-07T16:33:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:08 smithi022 bash[28554]: cluster 2023-12-07T16:33:07.781182+0000 mgr.a (mgr.24293) 16148 : 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-07T16:33:09.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:08 smithi044 bash[32620]: cluster 2023-12-07T16:33:07.781182+0000 mgr.a (mgr.24293) 16148 : 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-07T16:33:09.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:08 smithi027 bash[31536]: cluster 2023-12-07T16:33:07.781182+0000 mgr.a (mgr.24293) 16148 : 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-07T16:33:09.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:09.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:09.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:10.532 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:10.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:10.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:10.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:10.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:10 smithi022 bash[28554]: cluster 2023-12-07T16:33:09.781720+0000 mgr.a (mgr.24293) 16149 : 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-07T16:33:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:10 smithi044 bash[32620]: cluster 2023-12-07T16:33:09.781720+0000 mgr.a (mgr.24293) 16149 : 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-07T16:33:11.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:10 smithi027 bash[31536]: cluster 2023-12-07T16:33:09.781720+0000 mgr.a (mgr.24293) 16149 : 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-07T16:33:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:11 smithi022 bash[28554]: audit 2023-12-07T16:33:10.018204+0000 mgr.a (mgr.24293) 16150 : audit 0 from='client.321792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:12.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:11 smithi044 bash[32620]: audit 2023-12-07T16:33:10.018204+0000 mgr.a (mgr.24293) 16150 : audit 0 from='client.321792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:12.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:11 smithi027 bash[31536]: audit 2023-12-07T16:33:10.018204+0000 mgr.a (mgr.24293) 16150 : audit 0 from='client.321792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:12 smithi022 bash[28554]: cluster 2023-12-07T16:33:11.782788+0000 mgr.a (mgr.24293) 16151 : cluster 0 pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:33:13.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:12 smithi044 bash[32620]: cluster 2023-12-07T16:33:11.782788+0000 mgr.a (mgr.24293) 16151 : cluster 0 pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:33:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:12 smithi027 bash[31536]: cluster 2023-12-07T16:33:11.782788+0000 mgr.a (mgr.24293) 16151 : cluster 0 pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:33:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:14 smithi022 bash[28554]: cluster 2023-12-07T16:33:13.783591+0000 mgr.a (mgr.24293) 16152 : cluster 0 pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:33:15.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:14 smithi044 bash[32620]: cluster 2023-12-07T16:33:13.783591+0000 mgr.a (mgr.24293) 16152 : cluster 0 pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:33:15.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:14 smithi027 bash[31536]: cluster 2023-12-07T16:33:13.783591+0000 mgr.a (mgr.24293) 16152 : cluster 0 pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:33:15.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:15.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:15.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:16.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:16.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:16.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:16.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:16.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:16 smithi022 bash[28554]: cluster 2023-12-07T16:33:15.784326+0000 mgr.a (mgr.24293) 16153 : cluster 0 pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:16 smithi022 bash[28554]: audit 2023-12-07T16:33:15.944998+0000 mgr.a (mgr.24293) 16154 : audit 0 from='client.321870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:16 smithi044 bash[32620]: cluster 2023-12-07T16:33:15.784326+0000 mgr.a (mgr.24293) 16153 : cluster 0 pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:16 smithi044 bash[32620]: audit 2023-12-07T16:33:15.944998+0000 mgr.a (mgr.24293) 16154 : audit 0 from='client.321870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:16 smithi027 bash[31536]: cluster 2023-12-07T16:33:15.784326+0000 mgr.a (mgr.24293) 16153 : cluster 0 pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:16 smithi027 bash[31536]: audit 2023-12-07T16:33:15.944998+0000 mgr.a (mgr.24293) 16154 : audit 0 from='client.321870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:18 smithi022 bash[28554]: cluster 2023-12-07T16:33:17.785014+0000 mgr.a (mgr.24293) 16155 : cluster 0 pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:18 smithi022 bash[28554]: audit 2023-12-07T16:33:18.175129+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:33:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:18 smithi044 bash[32620]: cluster 2023-12-07T16:33:17.785014+0000 mgr.a (mgr.24293) 16155 : cluster 0 pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:19.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:18 smithi044 bash[32620]: audit 2023-12-07T16:33:18.175129+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:33:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:18 smithi027 bash[31536]: cluster 2023-12-07T16:33:17.785014+0000 mgr.a (mgr.24293) 16155 : cluster 0 pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:18 smithi027 bash[31536]: audit 2023-12-07T16:33:18.175129+0000 mon.a (mon.0) 2681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:33:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:19 smithi022 bash[28554]: audit 2023-12-07T16:33:18.972744+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:33:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:19 smithi022 bash[28554]: audit 2023-12-07T16:33:18.974504+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:33:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:19 smithi022 bash[28554]: audit 2023-12-07T16:33:18.984338+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:33:20.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:19 smithi044 bash[32620]: audit 2023-12-07T16:33:18.972744+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:33:20.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:19 smithi044 bash[32620]: audit 2023-12-07T16:33:18.974504+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:33:20.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:19 smithi044 bash[32620]: audit 2023-12-07T16:33:18.984338+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:33:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:19 smithi027 bash[31536]: audit 2023-12-07T16:33:18.972744+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:33:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:19 smithi027 bash[31536]: audit 2023-12-07T16:33:18.974504+0000 mon.a (mon.0) 2683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:33:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:19 smithi027 bash[31536]: audit 2023-12-07T16:33:18.984338+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:33:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:20 smithi022 bash[28554]: cluster 2023-12-07T16:33:19.785591+0000 mgr.a (mgr.24293) 16156 : cluster 0 pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:21.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:20 smithi044 bash[32620]: cluster 2023-12-07T16:33:19.785591+0000 mgr.a (mgr.24293) 16156 : cluster 0 pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:20 smithi027 bash[31536]: cluster 2023-12-07T16:33:19.785591+0000 mgr.a (mgr.24293) 16156 : cluster 0 pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:21.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:21.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:21.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:22.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:22.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:22.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:22.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:22.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:22 smithi022 bash[28554]: cluster 2023-12-07T16:33:21.786367+0000 mgr.a (mgr.24293) 16157 : 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-07T16:33:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:22 smithi022 bash[28554]: audit 2023-12-07T16:33:21.877746+0000 mgr.a (mgr.24293) 16158 : audit 0 from='client.321945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:22 smithi044 bash[32620]: cluster 2023-12-07T16:33:21.786367+0000 mgr.a (mgr.24293) 16157 : 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-07T16:33:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:22 smithi044 bash[32620]: audit 2023-12-07T16:33:21.877746+0000 mgr.a (mgr.24293) 16158 : audit 0 from='client.321945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:22 smithi027 bash[31536]: cluster 2023-12-07T16:33:21.786367+0000 mgr.a (mgr.24293) 16157 : 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-07T16:33:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:22 smithi027 bash[31536]: audit 2023-12-07T16:33:21.877746+0000 mgr.a (mgr.24293) 16158 : audit 0 from='client.321945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:24 smithi022 bash[28554]: cluster 2023-12-07T16:33:23.787189+0000 mgr.a (mgr.24293) 16159 : cluster 0 pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:33:25.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:24 smithi044 bash[32620]: cluster 2023-12-07T16:33:23.787189+0000 mgr.a (mgr.24293) 16159 : cluster 0 pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:33:25.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:24 smithi027 bash[31536]: cluster 2023-12-07T16:33:23.787189+0000 mgr.a (mgr.24293) 16159 : cluster 0 pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:33:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:26 smithi022 bash[28554]: cluster 2023-12-07T16:33:25.788052+0000 mgr.a (mgr.24293) 16160 : cluster 0 pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:33:27.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:26 smithi044 bash[32620]: cluster 2023-12-07T16:33:25.788052+0000 mgr.a (mgr.24293) 16160 : cluster 0 pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:33:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:26 smithi027 bash[31536]: cluster 2023-12-07T16:33:25.788052+0000 mgr.a (mgr.24293) 16160 : cluster 0 pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:33:27.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:27.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:27.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:28.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:28.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:28 smithi022 bash[28554]: cluster 2023-12-07T16:33:27.788434+0000 mgr.a (mgr.24293) 16161 : cluster 0 pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:28 smithi022 bash[28554]: audit 2023-12-07T16:33:27.831067+0000 mgr.a (mgr.24293) 16162 : audit 0 from='client.322023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:28 smithi044 bash[32620]: cluster 2023-12-07T16:33:27.788434+0000 mgr.a (mgr.24293) 16161 : cluster 0 pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:28 smithi044 bash[32620]: audit 2023-12-07T16:33:27.831067+0000 mgr.a (mgr.24293) 16162 : audit 0 from='client.322023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:28 smithi027 bash[31536]: cluster 2023-12-07T16:33:27.788434+0000 mgr.a (mgr.24293) 16161 : cluster 0 pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:28 smithi027 bash[31536]: audit 2023-12-07T16:33:27.831067+0000 mgr.a (mgr.24293) 16162 : audit 0 from='client.322023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:30 smithi022 bash[28554]: cluster 2023-12-07T16:33:29.789184+0000 mgr.a (mgr.24293) 16163 : cluster 0 pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:31.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:30 smithi044 bash[32620]: cluster 2023-12-07T16:33:29.789184+0000 mgr.a (mgr.24293) 16163 : cluster 0 pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:31.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:30 smithi027 bash[31536]: cluster 2023-12-07T16:33:29.789184+0000 mgr.a (mgr.24293) 16163 : cluster 0 pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:32 smithi022 bash[28554]: cluster 2023-12-07T16:33:31.790249+0000 mgr.a (mgr.24293) 16164 : cluster 0 pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:33:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:32 smithi044 bash[32620]: cluster 2023-12-07T16:33:31.790249+0000 mgr.a (mgr.24293) 16164 : cluster 0 pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:33:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:32 smithi027 bash[31536]: cluster 2023-12-07T16:33:31.790249+0000 mgr.a (mgr.24293) 16164 : cluster 0 pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:33:33.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:33.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:33.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:34.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:34.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:34.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:34.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:34.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:34 smithi022 bash[28554]: audit 2023-12-07T16:33:33.770034+0000 mgr.a (mgr.24293) 16165 : audit 0 from='client.322101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:34 smithi022 bash[28554]: cluster 2023-12-07T16:33:33.791083+0000 mgr.a (mgr.24293) 16166 : 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-07T16:33:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:34 smithi044 bash[32620]: audit 2023-12-07T16:33:33.770034+0000 mgr.a (mgr.24293) 16165 : audit 0 from='client.322101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:34 smithi044 bash[32620]: cluster 2023-12-07T16:33:33.791083+0000 mgr.a (mgr.24293) 16166 : 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-07T16:33:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:34 smithi027 bash[31536]: audit 2023-12-07T16:33:33.770034+0000 mgr.a (mgr.24293) 16165 : audit 0 from='client.322101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:34 smithi027 bash[31536]: cluster 2023-12-07T16:33:33.791083+0000 mgr.a (mgr.24293) 16166 : 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-07T16:33:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:36 smithi022 bash[28554]: cluster 2023-12-07T16:33:35.792035+0000 mgr.a (mgr.24293) 16167 : 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-07T16:33:37.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:36 smithi044 bash[32620]: cluster 2023-12-07T16:33:35.792035+0000 mgr.a (mgr.24293) 16167 : 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-07T16:33:37.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:36 smithi027 bash[31536]: cluster 2023-12-07T16:33:35.792035+0000 mgr.a (mgr.24293) 16167 : 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-07T16:33:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:38 smithi022 bash[28554]: cluster 2023-12-07T16:33:37.792607+0000 mgr.a (mgr.24293) 16168 : 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-07T16:33:39.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:38 smithi044 bash[32620]: cluster 2023-12-07T16:33:37.792607+0000 mgr.a (mgr.24293) 16168 : 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-07T16:33:39.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:38 smithi027 bash[31536]: cluster 2023-12-07T16:33:37.792607+0000 mgr.a (mgr.24293) 16168 : 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-07T16:33:39.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:39.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:39.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:40.209 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:40.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:40.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:40.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:40.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:40 smithi022 bash[28554]: audit 2023-12-07T16:33:39.697853+0000 mgr.a (mgr.24293) 16169 : audit 0 from='client.322176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:40 smithi022 bash[28554]: cluster 2023-12-07T16:33:39.793208+0000 mgr.a (mgr.24293) 16170 : 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-07T16:33:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:40 smithi044 bash[32620]: audit 2023-12-07T16:33:39.697853+0000 mgr.a (mgr.24293) 16169 : audit 0 from='client.322176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:40 smithi044 bash[32620]: cluster 2023-12-07T16:33:39.793208+0000 mgr.a (mgr.24293) 16170 : 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-07T16:33:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:40 smithi027 bash[31536]: audit 2023-12-07T16:33:39.697853+0000 mgr.a (mgr.24293) 16169 : audit 0 from='client.322176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:40 smithi027 bash[31536]: cluster 2023-12-07T16:33:39.793208+0000 mgr.a (mgr.24293) 16170 : 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-07T16:33:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:42 smithi022 bash[28554]: cluster 2023-12-07T16:33:41.794244+0000 mgr.a (mgr.24293) 16171 : 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-07T16:33:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:42 smithi044 bash[32620]: cluster 2023-12-07T16:33:41.794244+0000 mgr.a (mgr.24293) 16171 : 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-07T16:33:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:42 smithi027 bash[31536]: cluster 2023-12-07T16:33:41.794244+0000 mgr.a (mgr.24293) 16171 : 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-07T16:33:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:44 smithi022 bash[28554]: cluster 2023-12-07T16:33:43.795007+0000 mgr.a (mgr.24293) 16172 : 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-07T16:33:45.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:44 smithi044 bash[32620]: cluster 2023-12-07T16:33:43.795007+0000 mgr.a (mgr.24293) 16172 : 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-07T16:33:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:44 smithi027 bash[31536]: cluster 2023-12-07T16:33:43.795007+0000 mgr.a (mgr.24293) 16172 : 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-07T16:33:45.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:45.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:45.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:46.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:46.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:46.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:46.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:46.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:46 smithi022 bash[28554]: audit 2023-12-07T16:33:45.626065+0000 mgr.a (mgr.24293) 16173 : audit 0 from='client.322251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:46 smithi022 bash[28554]: cluster 2023-12-07T16:33:45.795834+0000 mgr.a (mgr.24293) 16174 : cluster 0 pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:46 smithi044 bash[32620]: audit 2023-12-07T16:33:45.626065+0000 mgr.a (mgr.24293) 16173 : audit 0 from='client.322251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:46 smithi044 bash[32620]: cluster 2023-12-07T16:33:45.795834+0000 mgr.a (mgr.24293) 16174 : cluster 0 pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:46 smithi027 bash[31536]: audit 2023-12-07T16:33:45.626065+0000 mgr.a (mgr.24293) 16173 : audit 0 from='client.322251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:46 smithi027 bash[31536]: cluster 2023-12-07T16:33:45.795834+0000 mgr.a (mgr.24293) 16174 : cluster 0 pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:48 smithi022 bash[28554]: cluster 2023-12-07T16:33:47.796519+0000 mgr.a (mgr.24293) 16175 : cluster 0 pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:49.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:48 smithi044 bash[32620]: cluster 2023-12-07T16:33:47.796519+0000 mgr.a (mgr.24293) 16175 : cluster 0 pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:49.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:48 smithi027 bash[31536]: cluster 2023-12-07T16:33:47.796519+0000 mgr.a (mgr.24293) 16175 : cluster 0 pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:51.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:51.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:51.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:50 smithi022 bash[28554]: cluster 2023-12-07T16:33:49.797126+0000 mgr.a (mgr.24293) 16176 : cluster 0 pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:51.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:50 smithi044 bash[32620]: cluster 2023-12-07T16:33:49.797126+0000 mgr.a (mgr.24293) 16176 : cluster 0 pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:51.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:50 smithi027 bash[31536]: cluster 2023-12-07T16:33:49.797126+0000 mgr.a (mgr.24293) 16176 : cluster 0 pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:52.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:52.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:52.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:52.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:52.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:52.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:52 smithi022 bash[28554]: audit 2023-12-07T16:33:51.552480+0000 mgr.a (mgr.24293) 16177 : audit 0 from='client.322329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:52 smithi022 bash[28554]: cluster 2023-12-07T16:33:51.797925+0000 mgr.a (mgr.24293) 16178 : cluster 0 pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:52 smithi044 bash[32620]: audit 2023-12-07T16:33:51.552480+0000 mgr.a (mgr.24293) 16177 : audit 0 from='client.322329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:52 smithi044 bash[32620]: cluster 2023-12-07T16:33:51.797925+0000 mgr.a (mgr.24293) 16178 : cluster 0 pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:52 smithi027 bash[31536]: audit 2023-12-07T16:33:51.552480+0000 mgr.a (mgr.24293) 16177 : audit 0 from='client.322329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:52 smithi027 bash[31536]: cluster 2023-12-07T16:33:51.797925+0000 mgr.a (mgr.24293) 16178 : cluster 0 pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:55.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:54 smithi022 bash[28554]: cluster 2023-12-07T16:33:53.798579+0000 mgr.a (mgr.24293) 16179 : cluster 0 pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:54 smithi044 bash[32620]: cluster 2023-12-07T16:33:53.798579+0000 mgr.a (mgr.24293) 16179 : cluster 0 pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:54 smithi027 bash[31536]: cluster 2023-12-07T16:33:53.798579+0000 mgr.a (mgr.24293) 16179 : cluster 0 pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:33:57.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:33:57.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:33:57.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:33:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:56 smithi022 bash[28554]: cluster 2023-12-07T16:33:55.799391+0000 mgr.a (mgr.24293) 16180 : 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-07T16:33:57.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:56 smithi044 bash[32620]: cluster 2023-12-07T16:33:55.799391+0000 mgr.a (mgr.24293) 16180 : 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-07T16:33:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:56 smithi027 bash[31536]: cluster 2023-12-07T16:33:55.799391+0000 mgr.a (mgr.24293) 16180 : 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-07T16:33:58.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:33:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:33:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:33:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:33:58.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:33:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:58 smithi022 bash[28554]: audit 2023-12-07T16:33:57.495933+0000 mgr.a (mgr.24293) 16181 : audit 0 from='client.322404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:33:58 smithi022 bash[28554]: cluster 2023-12-07T16:33:57.800277+0000 mgr.a (mgr.24293) 16182 : cluster 0 pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:58 smithi044 bash[32620]: audit 2023-12-07T16:33:57.495933+0000 mgr.a (mgr.24293) 16181 : audit 0 from='client.322404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:59.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:33:58 smithi044 bash[32620]: cluster 2023-12-07T16:33:57.800277+0000 mgr.a (mgr.24293) 16182 : cluster 0 pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:33:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:58 smithi027 bash[31536]: audit 2023-12-07T16:33:57.495933+0000 mgr.a (mgr.24293) 16181 : audit 0 from='client.322404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:33:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:33:58 smithi027 bash[31536]: cluster 2023-12-07T16:33:57.800277+0000 mgr.a (mgr.24293) 16182 : cluster 0 pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:00 smithi022 bash[28554]: cluster 2023-12-07T16:33:59.801017+0000 mgr.a (mgr.24293) 16183 : cluster 0 pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:01.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:00 smithi044 bash[32620]: cluster 2023-12-07T16:33:59.801017+0000 mgr.a (mgr.24293) 16183 : cluster 0 pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:00 smithi027 bash[31536]: cluster 2023-12-07T16:33:59.801017+0000 mgr.a (mgr.24293) 16183 : cluster 0 pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:02 smithi022 bash[28554]: cluster 2023-12-07T16:34:01.801844+0000 mgr.a (mgr.24293) 16184 : cluster 0 pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:02 smithi044 bash[32620]: cluster 2023-12-07T16:34:01.801844+0000 mgr.a (mgr.24293) 16184 : cluster 0 pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:02 smithi027 bash[31536]: cluster 2023-12-07T16:34:01.801844+0000 mgr.a (mgr.24293) 16184 : cluster 0 pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:03.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:03.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:03.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:03.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:03.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:03.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:03.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:03.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:04 smithi022 bash[28554]: audit 2023-12-07T16:34:03.431398+0000 mgr.a (mgr.24293) 16185 : audit 0 from='client.322479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:04 smithi022 bash[28554]: cluster 2023-12-07T16:34:03.802267+0000 mgr.a (mgr.24293) 16186 : cluster 0 pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:05.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:04 smithi044 bash[32620]: audit 2023-12-07T16:34:03.431398+0000 mgr.a (mgr.24293) 16185 : audit 0 from='client.322479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:05.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:04 smithi044 bash[32620]: cluster 2023-12-07T16:34:03.802267+0000 mgr.a (mgr.24293) 16186 : cluster 0 pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:05.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:04 smithi027 bash[31536]: audit 2023-12-07T16:34:03.431398+0000 mgr.a (mgr.24293) 16185 : audit 0 from='client.322479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:04 smithi027 bash[31536]: cluster 2023-12-07T16:34:03.802267+0000 mgr.a (mgr.24293) 16186 : cluster 0 pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:06 smithi022 bash[28554]: cluster 2023-12-07T16:34:05.803112+0000 mgr.a (mgr.24293) 16187 : cluster 0 pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:07.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:06 smithi044 bash[32620]: cluster 2023-12-07T16:34:05.803112+0000 mgr.a (mgr.24293) 16187 : cluster 0 pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:07.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:06 smithi027 bash[31536]: cluster 2023-12-07T16:34:05.803112+0000 mgr.a (mgr.24293) 16187 : cluster 0 pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:08.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:08.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:08.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:08 smithi022 bash[28554]: cluster 2023-12-07T16:34:07.803716+0000 mgr.a (mgr.24293) 16188 : 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-07T16:34:09.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:08 smithi044 bash[32620]: cluster 2023-12-07T16:34:07.803716+0000 mgr.a (mgr.24293) 16188 : 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-07T16:34:09.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:08 smithi027 bash[31536]: cluster 2023-12-07T16:34:07.803716+0000 mgr.a (mgr.24293) 16188 : 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-07T16:34:09.923 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:09.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:10 smithi022 bash[28554]: audit 2023-12-07T16:34:09.396116+0000 mgr.a (mgr.24293) 16189 : audit 0 from='client.322551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:10 smithi022 bash[28554]: cluster 2023-12-07T16:34:09.804489+0000 mgr.a (mgr.24293) 16190 : 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-07T16:34:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:10 smithi044 bash[32620]: audit 2023-12-07T16:34:09.396116+0000 mgr.a (mgr.24293) 16189 : audit 0 from='client.322551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:10 smithi044 bash[32620]: cluster 2023-12-07T16:34:09.804489+0000 mgr.a (mgr.24293) 16190 : 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-07T16:34:11.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:10 smithi027 bash[31536]: audit 2023-12-07T16:34:09.396116+0000 mgr.a (mgr.24293) 16189 : audit 0 from='client.322551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:11.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:10 smithi027 bash[31536]: cluster 2023-12-07T16:34:09.804489+0000 mgr.a (mgr.24293) 16190 : 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-07T16:34:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:12 smithi022 bash[28554]: cluster 2023-12-07T16:34:11.805339+0000 mgr.a (mgr.24293) 16191 : 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-07T16:34:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:12 smithi044 bash[32620]: cluster 2023-12-07T16:34:11.805339+0000 mgr.a (mgr.24293) 16191 : 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-07T16:34:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:12 smithi027 bash[31536]: cluster 2023-12-07T16:34:11.805339+0000 mgr.a (mgr.24293) 16191 : 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-07T16:34:14.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:14.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:14.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:14 smithi022 bash[28554]: cluster 2023-12-07T16:34:13.805911+0000 mgr.a (mgr.24293) 16192 : 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-07T16:34:15.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:14 smithi044 bash[32620]: cluster 2023-12-07T16:34:13.805911+0000 mgr.a (mgr.24293) 16192 : 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-07T16:34:15.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:14 smithi027 bash[31536]: cluster 2023-12-07T16:34:13.805911+0000 mgr.a (mgr.24293) 16192 : 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-07T16:34:15.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:15.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:15.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:15.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:15.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:16 smithi022 bash[28554]: audit 2023-12-07T16:34:15.339570+0000 mgr.a (mgr.24293) 16193 : audit 0 from='client.322626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:16 smithi022 bash[28554]: cluster 2023-12-07T16:34:15.806802+0000 mgr.a (mgr.24293) 16194 : cluster 0 pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:34:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:16 smithi044 bash[32620]: audit 2023-12-07T16:34:15.339570+0000 mgr.a (mgr.24293) 16193 : audit 0 from='client.322626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:17.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:16 smithi044 bash[32620]: cluster 2023-12-07T16:34:15.806802+0000 mgr.a (mgr.24293) 16194 : cluster 0 pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:34:17.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:16 smithi027 bash[31536]: audit 2023-12-07T16:34:15.339570+0000 mgr.a (mgr.24293) 16193 : audit 0 from='client.322626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:16 smithi027 bash[31536]: cluster 2023-12-07T16:34:15.806802+0000 mgr.a (mgr.24293) 16194 : cluster 0 pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:34:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:18 smithi022 bash[28554]: cluster 2023-12-07T16:34:17.807381+0000 mgr.a (mgr.24293) 16195 : cluster 0 pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:34:19.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:18 smithi044 bash[32620]: cluster 2023-12-07T16:34:17.807381+0000 mgr.a (mgr.24293) 16195 : cluster 0 pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:34:19.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:18 smithi027 bash[31536]: cluster 2023-12-07T16:34:17.807381+0000 mgr.a (mgr.24293) 16195 : cluster 0 pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:34:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:19 smithi022 bash[28554]: audit 2023-12-07T16:34:19.087315+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:34:20.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:19 smithi044 bash[32620]: audit 2023-12-07T16:34:19.087315+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:34:20.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:19 smithi027 bash[31536]: audit 2023-12-07T16:34:19.087315+0000 mon.a (mon.0) 2685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:34:20.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:20.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:20.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:20 smithi022 bash[28554]: cluster 2023-12-07T16:34:19.807887+0000 mgr.a (mgr.24293) 16196 : cluster 0 pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:34:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:20 smithi022 bash[28554]: audit 2023-12-07T16:34:19.881463+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:34:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:20 smithi022 bash[28554]: audit 2023-12-07T16:34:19.882942+0000 mon.a (mon.0) 2687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:34:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:20 smithi022 bash[28554]: audit 2023-12-07T16:34:19.890982+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:34:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:20 smithi044 bash[32620]: cluster 2023-12-07T16:34:19.807887+0000 mgr.a (mgr.24293) 16196 : cluster 0 pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:34:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:20 smithi044 bash[32620]: audit 2023-12-07T16:34:19.881463+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:34:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:20 smithi044 bash[32620]: audit 2023-12-07T16:34:19.882942+0000 mon.a (mon.0) 2687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:34:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:20 smithi044 bash[32620]: audit 2023-12-07T16:34:19.890982+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:34:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:20 smithi027 bash[31536]: cluster 2023-12-07T16:34:19.807887+0000 mgr.a (mgr.24293) 16196 : cluster 0 pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:34:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:20 smithi027 bash[31536]: audit 2023-12-07T16:34:19.881463+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:34:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:20 smithi027 bash[31536]: audit 2023-12-07T16:34:19.882942+0000 mon.a (mon.0) 2687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:34:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:20 smithi027 bash[31536]: audit 2023-12-07T16:34:19.890982+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:34:21.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:21.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:21.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:21.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:21.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:22 smithi022 bash[28554]: audit 2023-12-07T16:34:21.253870+0000 mgr.a (mgr.24293) 16197 : audit 0 from='client.322701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:22 smithi022 bash[28554]: cluster 2023-12-07T16:34:21.808946+0000 mgr.a (mgr.24293) 16198 : cluster 0 pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:22 smithi044 bash[32620]: audit 2023-12-07T16:34:21.253870+0000 mgr.a (mgr.24293) 16197 : audit 0 from='client.322701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:22 smithi044 bash[32620]: cluster 2023-12-07T16:34:21.808946+0000 mgr.a (mgr.24293) 16198 : cluster 0 pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:22 smithi027 bash[31536]: audit 2023-12-07T16:34:21.253870+0000 mgr.a (mgr.24293) 16197 : audit 0 from='client.322701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:22 smithi027 bash[31536]: cluster 2023-12-07T16:34:21.808946+0000 mgr.a (mgr.24293) 16198 : cluster 0 pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:24 smithi022 bash[28554]: cluster 2023-12-07T16:34:23.809569+0000 mgr.a (mgr.24293) 16199 : cluster 0 pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:34:25.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:24 smithi044 bash[32620]: cluster 2023-12-07T16:34:23.809569+0000 mgr.a (mgr.24293) 16199 : cluster 0 pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:34:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:24 smithi027 bash[31536]: cluster 2023-12-07T16:34:23.809569+0000 mgr.a (mgr.24293) 16199 : cluster 0 pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:34:26.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:26.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:26.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:26 smithi022 bash[28554]: cluster 2023-12-07T16:34:25.810367+0000 mgr.a (mgr.24293) 16200 : 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-07T16:34:27.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:26 smithi044 bash[32620]: cluster 2023-12-07T16:34:25.810367+0000 mgr.a (mgr.24293) 16200 : 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-07T16:34:27.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:26 smithi027 bash[31536]: cluster 2023-12-07T16:34:25.810367+0000 mgr.a (mgr.24293) 16200 : 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-07T16:34:27.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:27.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:27.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:27.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:27.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:28 smithi022 bash[28554]: audit 2023-12-07T16:34:27.207426+0000 mgr.a (mgr.24293) 16201 : audit 0 from='client.264079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:28 smithi022 bash[28554]: cluster 2023-12-07T16:34:27.811117+0000 mgr.a (mgr.24293) 16202 : cluster 0 pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:34:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:28 smithi044 bash[32620]: audit 2023-12-07T16:34:27.207426+0000 mgr.a (mgr.24293) 16201 : audit 0 from='client.264079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:28 smithi044 bash[32620]: cluster 2023-12-07T16:34:27.811117+0000 mgr.a (mgr.24293) 16202 : cluster 0 pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:34:29.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:28 smithi027 bash[31536]: audit 2023-12-07T16:34:27.207426+0000 mgr.a (mgr.24293) 16201 : audit 0 from='client.264079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:28 smithi027 bash[31536]: cluster 2023-12-07T16:34:27.811117+0000 mgr.a (mgr.24293) 16202 : cluster 0 pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:34:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:30 smithi022 bash[28554]: cluster 2023-12-07T16:34:29.811708+0000 mgr.a (mgr.24293) 16203 : cluster 0 pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:34:31.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:30 smithi044 bash[32620]: cluster 2023-12-07T16:34:29.811708+0000 mgr.a (mgr.24293) 16203 : cluster 0 pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:34:31.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:30 smithi027 bash[31536]: cluster 2023-12-07T16:34:29.811708+0000 mgr.a (mgr.24293) 16203 : cluster 0 pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:34:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:32 smithi022 bash[28554]: cluster 2023-12-07T16:34:31.812516+0000 mgr.a (mgr.24293) 16204 : cluster 0 pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:34:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:32 smithi044 bash[32620]: cluster 2023-12-07T16:34:31.812516+0000 mgr.a (mgr.24293) 16204 : cluster 0 pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:34:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:32 smithi027 bash[31536]: cluster 2023-12-07T16:34:31.812516+0000 mgr.a (mgr.24293) 16204 : cluster 0 pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:34:32.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:32.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:32.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:33.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:33.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:33.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:33.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:33.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:34 smithi022 bash[28554]: audit 2023-12-07T16:34:33.169982+0000 mgr.a (mgr.24293) 16205 : audit 0 from='client.322854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:34 smithi022 bash[28554]: cluster 2023-12-07T16:34:33.813238+0000 mgr.a (mgr.24293) 16206 : cluster 0 pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:34 smithi044 bash[32620]: audit 2023-12-07T16:34:33.169982+0000 mgr.a (mgr.24293) 16205 : audit 0 from='client.322854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:34 smithi044 bash[32620]: cluster 2023-12-07T16:34:33.813238+0000 mgr.a (mgr.24293) 16206 : cluster 0 pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:35.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:34 smithi027 bash[31536]: audit 2023-12-07T16:34:33.169982+0000 mgr.a (mgr.24293) 16205 : audit 0 from='client.322854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:34 smithi027 bash[31536]: cluster 2023-12-07T16:34:33.813238+0000 mgr.a (mgr.24293) 16206 : cluster 0 pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:36 smithi022 bash[28554]: cluster 2023-12-07T16:34:35.814202+0000 mgr.a (mgr.24293) 16207 : cluster 0 pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:37.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:36 smithi044 bash[32620]: cluster 2023-12-07T16:34:35.814202+0000 mgr.a (mgr.24293) 16207 : cluster 0 pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:37.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:36 smithi027 bash[31536]: cluster 2023-12-07T16:34:35.814202+0000 mgr.a (mgr.24293) 16207 : cluster 0 pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:34:38.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:38.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:38.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:38 smithi022 bash[28554]: cluster 2023-12-07T16:34:37.814853+0000 mgr.a (mgr.24293) 16208 : 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-07T16:34:39.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:38 smithi044 bash[32620]: cluster 2023-12-07T16:34:37.814853+0000 mgr.a (mgr.24293) 16208 : 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-07T16:34:39.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:38 smithi027 bash[31536]: cluster 2023-12-07T16:34:37.814853+0000 mgr.a (mgr.24293) 16208 : 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-07T16:34:39.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:39.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:39.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:39.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:39.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:40 smithi022 bash[28554]: audit 2023-12-07T16:34:39.131705+0000 mgr.a (mgr.24293) 16209 : audit 0 from='client.322926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:40 smithi022 bash[28554]: cluster 2023-12-07T16:34:39.815641+0000 mgr.a (mgr.24293) 16210 : 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-07T16:34:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:40 smithi044 bash[32620]: audit 2023-12-07T16:34:39.131705+0000 mgr.a (mgr.24293) 16209 : audit 0 from='client.322926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:41.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:40 smithi044 bash[32620]: cluster 2023-12-07T16:34:39.815641+0000 mgr.a (mgr.24293) 16210 : 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-07T16:34:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:40 smithi027 bash[31536]: audit 2023-12-07T16:34:39.131705+0000 mgr.a (mgr.24293) 16209 : audit 0 from='client.322926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:40 smithi027 bash[31536]: cluster 2023-12-07T16:34:39.815641+0000 mgr.a (mgr.24293) 16210 : 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-07T16:34:42.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:42 smithi022 bash[28554]: cluster 2023-12-07T16:34:41.816524+0000 mgr.a (mgr.24293) 16211 : 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-07T16:34:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:42 smithi044 bash[32620]: cluster 2023-12-07T16:34:41.816524+0000 mgr.a (mgr.24293) 16211 : 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-07T16:34:42.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:42 smithi027 bash[31536]: cluster 2023-12-07T16:34:41.816524+0000 mgr.a (mgr.24293) 16211 : 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-07T16:34:44.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:44.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:44.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:45.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:44 smithi022 bash[28554]: cluster 2023-12-07T16:34:43.817071+0000 mgr.a (mgr.24293) 16212 : 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-07T16:34:45.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:44 smithi044 bash[32620]: cluster 2023-12-07T16:34:43.817071+0000 mgr.a (mgr.24293) 16212 : 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-07T16:34:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:44 smithi027 bash[31536]: cluster 2023-12-07T16:34:43.817071+0000 mgr.a (mgr.24293) 16212 : 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-07T16:34:45.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:45.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:45.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:45.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:45.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:46 smithi022 bash[28554]: audit 2023-12-07T16:34:45.078821+0000 mgr.a (mgr.24293) 16213 : audit 0 from='client.323004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:46 smithi022 bash[28554]: cluster 2023-12-07T16:34:45.818043+0000 mgr.a (mgr.24293) 16214 : cluster 0 pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:34:47.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:46 smithi044 bash[32620]: audit 2023-12-07T16:34:45.078821+0000 mgr.a (mgr.24293) 16213 : audit 0 from='client.323004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:47.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:46 smithi044 bash[32620]: cluster 2023-12-07T16:34:45.818043+0000 mgr.a (mgr.24293) 16214 : cluster 0 pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:34:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:46 smithi027 bash[31536]: audit 2023-12-07T16:34:45.078821+0000 mgr.a (mgr.24293) 16213 : audit 0 from='client.323004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:46 smithi027 bash[31536]: cluster 2023-12-07T16:34:45.818043+0000 mgr.a (mgr.24293) 16214 : cluster 0 pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:34:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:48 smithi022 bash[28554]: cluster 2023-12-07T16:34:47.818733+0000 mgr.a (mgr.24293) 16215 : cluster 0 pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:34:49.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:48 smithi044 bash[32620]: cluster 2023-12-07T16:34:47.818733+0000 mgr.a (mgr.24293) 16215 : cluster 0 pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:34:49.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:48 smithi027 bash[31536]: cluster 2023-12-07T16:34:47.818733+0000 mgr.a (mgr.24293) 16215 : cluster 0 pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:34:50.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:50.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:50.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:51.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:50 smithi022 bash[28554]: cluster 2023-12-07T16:34:49.819317+0000 mgr.a (mgr.24293) 16216 : cluster 0 pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:34:51.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:50 smithi044 bash[32620]: cluster 2023-12-07T16:34:49.819317+0000 mgr.a (mgr.24293) 16216 : cluster 0 pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:34:51.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:50 smithi027 bash[31536]: cluster 2023-12-07T16:34:49.819317+0000 mgr.a (mgr.24293) 16216 : cluster 0 pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:34:51.553 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:51.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:51.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:51.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:51.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:52.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:51 smithi022 bash[28554]: audit 2023-12-07T16:34:51.026085+0000 mgr.a (mgr.24293) 16217 : audit 0 from='client.257375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:52.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:51 smithi044 bash[32620]: audit 2023-12-07T16:34:51.026085+0000 mgr.a (mgr.24293) 16217 : audit 0 from='client.257375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:52.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:51 smithi027 bash[31536]: audit 2023-12-07T16:34:51.026085+0000 mgr.a (mgr.24293) 16217 : audit 0 from='client.257375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:52 smithi022 bash[28554]: cluster 2023-12-07T16:34:51.820616+0000 mgr.a (mgr.24293) 16218 : cluster 0 pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:53.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:52 smithi044 bash[32620]: cluster 2023-12-07T16:34:51.820616+0000 mgr.a (mgr.24293) 16218 : cluster 0 pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:53.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:52 smithi027 bash[31536]: cluster 2023-12-07T16:34:51.820616+0000 mgr.a (mgr.24293) 16218 : cluster 0 pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:54 smithi022 bash[28554]: cluster 2023-12-07T16:34:53.821352+0000 mgr.a (mgr.24293) 16219 : cluster 0 pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:34:55.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:54 smithi044 bash[32620]: cluster 2023-12-07T16:34:53.821352+0000 mgr.a (mgr.24293) 16219 : cluster 0 pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:34:55.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:54 smithi027 bash[31536]: cluster 2023-12-07T16:34:53.821352+0000 mgr.a (mgr.24293) 16219 : cluster 0 pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:34:56.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:34:56.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:34:56.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:34:57.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:56 smithi022 bash[28554]: cluster 2023-12-07T16:34:55.822320+0000 mgr.a (mgr.24293) 16220 : cluster 0 pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:57.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:56 smithi044 bash[32620]: cluster 2023-12-07T16:34:55.822320+0000 mgr.a (mgr.24293) 16220 : cluster 0 pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:57.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:56 smithi027 bash[31536]: cluster 2023-12-07T16:34:55.822320+0000 mgr.a (mgr.24293) 16220 : cluster 0 pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:34:57.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:34:57.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:34:57.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:34:57.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:34:57.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:34:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:57 smithi022 bash[28554]: audit 2023-12-07T16:34:56.974414+0000 mgr.a (mgr.24293) 16221 : audit 0 from='client.323157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:58.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:57 smithi044 bash[32620]: audit 2023-12-07T16:34:56.974414+0000 mgr.a (mgr.24293) 16221 : audit 0 from='client.323157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:58.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:57 smithi027 bash[31536]: audit 2023-12-07T16:34:56.974414+0000 mgr.a (mgr.24293) 16221 : audit 0 from='client.323157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:34:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:34:58 smithi022 bash[28554]: cluster 2023-12-07T16:34:57.823177+0000 mgr.a (mgr.24293) 16222 : cluster 0 pgmap v12128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:34:59.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:34:58 smithi044 bash[32620]: cluster 2023-12-07T16:34:57.823177+0000 mgr.a (mgr.24293) 16222 : cluster 0 pgmap v12128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:34:59.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:34:58 smithi027 bash[31536]: cluster 2023-12-07T16:34:57.823177+0000 mgr.a (mgr.24293) 16222 : cluster 0 pgmap v12128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:35:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:00 smithi022 bash[28554]: cluster 2023-12-07T16:34:59.823954+0000 mgr.a (mgr.24293) 16223 : cluster 0 pgmap v12129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:35:01.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:00 smithi044 bash[32620]: cluster 2023-12-07T16:34:59.823954+0000 mgr.a (mgr.24293) 16223 : cluster 0 pgmap v12129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:35:01.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:00 smithi027 bash[31536]: cluster 2023-12-07T16:34:59.823954+0000 mgr.a (mgr.24293) 16223 : cluster 0 pgmap v12129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:35:02.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:02.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:02.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:02 smithi022 bash[28554]: cluster 2023-12-07T16:35:01.824918+0000 mgr.a (mgr.24293) 16224 : cluster 0 pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:35:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:02 smithi044 bash[32620]: cluster 2023-12-07T16:35:01.824918+0000 mgr.a (mgr.24293) 16224 : cluster 0 pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:35:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:02 smithi027 bash[31536]: cluster 2023-12-07T16:35:01.824918+0000 mgr.a (mgr.24293) 16224 : cluster 0 pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:35:03.383 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:03.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:03.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:03.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:03.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:03.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:03 smithi022 bash[28554]: audit 2023-12-07T16:35:02.888781+0000 mgr.a (mgr.24293) 16225 : audit 0 from='client.323232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:03.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:03 smithi044 bash[32620]: audit 2023-12-07T16:35:02.888781+0000 mgr.a (mgr.24293) 16225 : audit 0 from='client.323232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:03 smithi027 bash[31536]: audit 2023-12-07T16:35:02.888781+0000 mgr.a (mgr.24293) 16225 : audit 0 from='client.323232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:04 smithi022 bash[28554]: cluster 2023-12-07T16:35:03.825652+0000 mgr.a (mgr.24293) 16226 : cluster 0 pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:04.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:04 smithi044 bash[32620]: cluster 2023-12-07T16:35:03.825652+0000 mgr.a (mgr.24293) 16226 : cluster 0 pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:04 smithi027 bash[31536]: cluster 2023-12-07T16:35:03.825652+0000 mgr.a (mgr.24293) 16226 : cluster 0 pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:06 smithi022 bash[28554]: cluster 2023-12-07T16:35:05.826465+0000 mgr.a (mgr.24293) 16227 : cluster 0 pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:07.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:06 smithi044 bash[32620]: cluster 2023-12-07T16:35:05.826465+0000 mgr.a (mgr.24293) 16227 : cluster 0 pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:06 smithi027 bash[31536]: cluster 2023-12-07T16:35:05.826465+0000 mgr.a (mgr.24293) 16227 : cluster 0 pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:08.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:08.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:08.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:08 smithi022 bash[28554]: cluster 2023-12-07T16:35:07.827014+0000 mgr.a (mgr.24293) 16228 : cluster 0 pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:09.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:08 smithi044 bash[32620]: cluster 2023-12-07T16:35:07.827014+0000 mgr.a (mgr.24293) 16228 : cluster 0 pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:08 smithi027 bash[31536]: cluster 2023-12-07T16:35:07.827014+0000 mgr.a (mgr.24293) 16228 : cluster 0 pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:09.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:09.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:09.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:09.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:09.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:09 smithi022 bash[28554]: audit 2023-12-07T16:35:08.792806+0000 mgr.a (mgr.24293) 16229 : audit 0 from='client.323310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:10.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:09 smithi044 bash[32620]: audit 2023-12-07T16:35:08.792806+0000 mgr.a (mgr.24293) 16229 : audit 0 from='client.323310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:10.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:09 smithi027 bash[31536]: audit 2023-12-07T16:35:08.792806+0000 mgr.a (mgr.24293) 16229 : audit 0 from='client.323310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:10 smithi022 bash[28554]: cluster 2023-12-07T16:35:09.827692+0000 mgr.a (mgr.24293) 16230 : cluster 0 pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:10 smithi044 bash[32620]: cluster 2023-12-07T16:35:09.827692+0000 mgr.a (mgr.24293) 16230 : cluster 0 pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:10 smithi027 bash[31536]: cluster 2023-12-07T16:35:09.827692+0000 mgr.a (mgr.24293) 16230 : cluster 0 pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:12 smithi022 bash[28554]: cluster 2023-12-07T16:35:11.828501+0000 mgr.a (mgr.24293) 16231 : cluster 0 pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:12 smithi044 bash[32620]: cluster 2023-12-07T16:35:11.828501+0000 mgr.a (mgr.24293) 16231 : cluster 0 pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:12 smithi027 bash[31536]: cluster 2023-12-07T16:35:11.828501+0000 mgr.a (mgr.24293) 16231 : cluster 0 pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:14.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:14.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:14.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:14 smithi022 bash[28554]: cluster 2023-12-07T16:35:13.829085+0000 mgr.a (mgr.24293) 16232 : 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-07T16:35:15.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:14 smithi044 bash[32620]: cluster 2023-12-07T16:35:13.829085+0000 mgr.a (mgr.24293) 16232 : 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-07T16:35:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:14 smithi027 bash[31536]: cluster 2023-12-07T16:35:13.829085+0000 mgr.a (mgr.24293) 16232 : 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-07T16:35:15.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:15.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:15.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:15.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:15.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:15 smithi022 bash[28554]: audit 2023-12-07T16:35:14.722536+0000 mgr.a (mgr.24293) 16233 : audit 0 from='client.323385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:16.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:15 smithi044 bash[32620]: audit 2023-12-07T16:35:14.722536+0000 mgr.a (mgr.24293) 16233 : audit 0 from='client.323385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:16.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:15 smithi027 bash[31536]: audit 2023-12-07T16:35:14.722536+0000 mgr.a (mgr.24293) 16233 : audit 0 from='client.323385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:16 smithi022 bash[28554]: cluster 2023-12-07T16:35:15.829941+0000 mgr.a (mgr.24293) 16234 : 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-07T16:35:17.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:16 smithi044 bash[32620]: cluster 2023-12-07T16:35:15.829941+0000 mgr.a (mgr.24293) 16234 : 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-07T16:35:17.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:16 smithi027 bash[31536]: cluster 2023-12-07T16:35:15.829941+0000 mgr.a (mgr.24293) 16234 : 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-07T16:35:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:18 smithi022 bash[28554]: cluster 2023-12-07T16:35:17.830515+0000 mgr.a (mgr.24293) 16235 : 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-07T16:35:19.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:18 smithi044 bash[32620]: cluster 2023-12-07T16:35:17.830515+0000 mgr.a (mgr.24293) 16235 : 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-07T16:35:19.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:18 smithi027 bash[31536]: cluster 2023-12-07T16:35:17.830515+0000 mgr.a (mgr.24293) 16235 : 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-07T16:35:20.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:20.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:20.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:20 smithi022 bash[28554]: cluster 2023-12-07T16:35:19.831072+0000 mgr.a (mgr.24293) 16236 : 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-07T16:35:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:20 smithi022 bash[28554]: audit 2023-12-07T16:35:19.995595+0000 mon.a (mon.0) 2689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:35:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:20 smithi022 bash[28554]: audit 2023-12-07T16:35:20.783066+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:35:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:20 smithi022 bash[28554]: audit 2023-12-07T16:35:20.784772+0000 mon.a (mon.0) 2691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:35:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:20 smithi022 bash[28554]: audit 2023-12-07T16:35:20.792369+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:35:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:20 smithi044 bash[32620]: cluster 2023-12-07T16:35:19.831072+0000 mgr.a (mgr.24293) 16236 : 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-07T16:35:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:20 smithi044 bash[32620]: audit 2023-12-07T16:35:19.995595+0000 mon.a (mon.0) 2689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:35:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:20 smithi044 bash[32620]: audit 2023-12-07T16:35:20.783066+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:35:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:20 smithi044 bash[32620]: audit 2023-12-07T16:35:20.784772+0000 mon.a (mon.0) 2691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:35:21.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:20 smithi044 bash[32620]: audit 2023-12-07T16:35:20.792369+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:35:21.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:20 smithi027 bash[31536]: cluster 2023-12-07T16:35:19.831072+0000 mgr.a (mgr.24293) 16236 : 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-07T16:35:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:20 smithi027 bash[31536]: audit 2023-12-07T16:35:19.995595+0000 mon.a (mon.0) 2689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:35:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:20 smithi027 bash[31536]: audit 2023-12-07T16:35:20.783066+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:35:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:20 smithi027 bash[31536]: audit 2023-12-07T16:35:20.784772+0000 mon.a (mon.0) 2691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:35:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:20 smithi027 bash[31536]: audit 2023-12-07T16:35:20.792369+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:35:21.240 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:21.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:21.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:21.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:21.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:22.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:21 smithi022 bash[28554]: audit 2023-12-07T16:35:20.692518+0000 mgr.a (mgr.24293) 16237 : audit 0 from='client.323460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:22.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:21 smithi044 bash[32620]: audit 2023-12-07T16:35:20.692518+0000 mgr.a (mgr.24293) 16237 : audit 0 from='client.323460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:22.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:21 smithi027 bash[31536]: audit 2023-12-07T16:35:20.692518+0000 mgr.a (mgr.24293) 16237 : audit 0 from='client.323460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:23.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:22 smithi044 bash[32620]: cluster 2023-12-07T16:35:21.832192+0000 mgr.a (mgr.24293) 16238 : cluster 0 pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:23.193 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:22 smithi022 bash[28554]: cluster 2023-12-07T16:35:21.832192+0000 mgr.a (mgr.24293) 16238 : cluster 0 pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:23.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:22 smithi027 bash[31536]: cluster 2023-12-07T16:35:21.832192+0000 mgr.a (mgr.24293) 16238 : cluster 0 pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:24 smithi022 bash[28554]: cluster 2023-12-07T16:35:23.832910+0000 mgr.a (mgr.24293) 16239 : cluster 0 pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:25.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:24 smithi044 bash[32620]: cluster 2023-12-07T16:35:23.832910+0000 mgr.a (mgr.24293) 16239 : cluster 0 pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:25.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:24 smithi027 bash[31536]: cluster 2023-12-07T16:35:23.832910+0000 mgr.a (mgr.24293) 16239 : cluster 0 pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:26.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:26.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:26.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:26 smithi022 bash[28554]: cluster 2023-12-07T16:35:25.833839+0000 mgr.a (mgr.24293) 16240 : cluster 0 pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:27.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:26 smithi044 bash[32620]: cluster 2023-12-07T16:35:25.833839+0000 mgr.a (mgr.24293) 16240 : cluster 0 pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:27.195 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:27.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:27.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:27.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:27.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:27.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:26 smithi027 bash[31536]: cluster 2023-12-07T16:35:25.833839+0000 mgr.a (mgr.24293) 16240 : cluster 0 pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:27 smithi027 bash[31536]: audit 2023-12-07T16:35:26.661220+0000 mgr.a (mgr.24293) 16241 : audit 0 from='client.323535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:27 smithi022 bash[28554]: audit 2023-12-07T16:35:26.661220+0000 mgr.a (mgr.24293) 16241 : audit 0 from='client.323535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:28.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:27 smithi044 bash[32620]: audit 2023-12-07T16:35:26.661220+0000 mgr.a (mgr.24293) 16241 : audit 0 from='client.323535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:29.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:28 smithi027 bash[31536]: cluster 2023-12-07T16:35:27.834542+0000 mgr.a (mgr.24293) 16242 : cluster 0 pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:28 smithi022 bash[28554]: cluster 2023-12-07T16:35:27.834542+0000 mgr.a (mgr.24293) 16242 : cluster 0 pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:28 smithi044 bash[32620]: cluster 2023-12-07T16:35:27.834542+0000 mgr.a (mgr.24293) 16242 : cluster 0 pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:30 smithi027 bash[31536]: cluster 2023-12-07T16:35:29.835121+0000 mgr.a (mgr.24293) 16243 : cluster 0 pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:30 smithi022 bash[28554]: cluster 2023-12-07T16:35:29.835121+0000 mgr.a (mgr.24293) 16243 : cluster 0 pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:30 smithi044 bash[32620]: cluster 2023-12-07T16:35:29.835121+0000 mgr.a (mgr.24293) 16243 : cluster 0 pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:32.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:32.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:32.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:32 smithi022 bash[28554]: cluster 2023-12-07T16:35:31.835921+0000 mgr.a (mgr.24293) 16244 : 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-07T16:35:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:32 smithi044 bash[32620]: cluster 2023-12-07T16:35:31.835921+0000 mgr.a (mgr.24293) 16244 : 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-07T16:35:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:32 smithi027 bash[31536]: cluster 2023-12-07T16:35:31.835921+0000 mgr.a (mgr.24293) 16244 : 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-07T16:35:33.150 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:33.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:33.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:33.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:33.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:33.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:33 smithi022 bash[28554]: audit 2023-12-07T16:35:32.617278+0000 mgr.a (mgr.24293) 16245 : audit 0 from='client.323613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:33.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:33 smithi044 bash[32620]: audit 2023-12-07T16:35:32.617278+0000 mgr.a (mgr.24293) 16245 : audit 0 from='client.323613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:33 smithi027 bash[31536]: audit 2023-12-07T16:35:32.617278+0000 mgr.a (mgr.24293) 16245 : audit 0 from='client.323613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:34.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:34 smithi022 bash[28554]: cluster 2023-12-07T16:35:33.836567+0000 mgr.a (mgr.24293) 16246 : cluster 0 pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:34.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:34 smithi044 bash[32620]: cluster 2023-12-07T16:35:33.836567+0000 mgr.a (mgr.24293) 16246 : cluster 0 pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:34 smithi027 bash[31536]: cluster 2023-12-07T16:35:33.836567+0000 mgr.a (mgr.24293) 16246 : cluster 0 pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:36 smithi022 bash[28554]: cluster 2023-12-07T16:35:35.837312+0000 mgr.a (mgr.24293) 16247 : cluster 0 pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:37.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:36 smithi044 bash[32620]: cluster 2023-12-07T16:35:35.837312+0000 mgr.a (mgr.24293) 16247 : cluster 0 pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:37.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:36 smithi027 bash[31536]: cluster 2023-12-07T16:35:35.837312+0000 mgr.a (mgr.24293) 16247 : cluster 0 pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:38.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:38.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:38.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:39.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:39.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:39.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:39.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:39.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:38 smithi022 bash[28554]: cluster 2023-12-07T16:35:37.837854+0000 mgr.a (mgr.24293) 16248 : cluster 0 pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:39.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:38 smithi044 bash[32620]: cluster 2023-12-07T16:35:37.837854+0000 mgr.a (mgr.24293) 16248 : cluster 0 pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:39.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:38 smithi027 bash[31536]: cluster 2023-12-07T16:35:37.837854+0000 mgr.a (mgr.24293) 16248 : cluster 0 pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:39 smithi022 bash[28554]: audit 2023-12-07T16:35:38.566799+0000 mgr.a (mgr.24293) 16249 : audit 0 from='client.323688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:40.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:39 smithi044 bash[32620]: audit 2023-12-07T16:35:38.566799+0000 mgr.a (mgr.24293) 16249 : audit 0 from='client.323688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:40.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:39 smithi027 bash[31536]: audit 2023-12-07T16:35:38.566799+0000 mgr.a (mgr.24293) 16249 : audit 0 from='client.323688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:41.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:40 smithi022 bash[28554]: cluster 2023-12-07T16:35:39.838498+0000 mgr.a (mgr.24293) 16250 : cluster 0 pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:41.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:40 smithi044 bash[32620]: cluster 2023-12-07T16:35:39.838498+0000 mgr.a (mgr.24293) 16250 : cluster 0 pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:41.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:40 smithi027 bash[31536]: cluster 2023-12-07T16:35:39.838498+0000 mgr.a (mgr.24293) 16250 : cluster 0 pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:42 smithi022 bash[28554]: cluster 2023-12-07T16:35:41.839344+0000 mgr.a (mgr.24293) 16251 : cluster 0 pgmap v12150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:42 smithi044 bash[32620]: cluster 2023-12-07T16:35:41.839344+0000 mgr.a (mgr.24293) 16251 : cluster 0 pgmap v12150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:42.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:42 smithi027 bash[31536]: cluster 2023-12-07T16:35:41.839344+0000 mgr.a (mgr.24293) 16251 : cluster 0 pgmap v12150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:35:44.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:44.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:44.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:45.033 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:45.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:45.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:45.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:45.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:45.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:44 smithi022 bash[28554]: cluster 2023-12-07T16:35:43.839948+0000 mgr.a (mgr.24293) 16252 : 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-07T16:35:45.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:44 smithi044 bash[32620]: cluster 2023-12-07T16:35:43.839948+0000 mgr.a (mgr.24293) 16252 : 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-07T16:35:45.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:44 smithi027 bash[31536]: cluster 2023-12-07T16:35:43.839948+0000 mgr.a (mgr.24293) 16252 : 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-07T16:35:46.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:45 smithi022 bash[28554]: audit 2023-12-07T16:35:44.517127+0000 mgr.a (mgr.24293) 16253 : audit 0 from='client.323763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:46.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:45 smithi044 bash[32620]: audit 2023-12-07T16:35:44.517127+0000 mgr.a (mgr.24293) 16253 : audit 0 from='client.323763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:46.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:45 smithi027 bash[31536]: audit 2023-12-07T16:35:44.517127+0000 mgr.a (mgr.24293) 16253 : audit 0 from='client.323763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:46 smithi022 bash[28554]: cluster 2023-12-07T16:35:45.840885+0000 mgr.a (mgr.24293) 16254 : 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-07T16:35:47.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:46 smithi044 bash[32620]: cluster 2023-12-07T16:35:45.840885+0000 mgr.a (mgr.24293) 16254 : 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-07T16:35:47.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:46 smithi027 bash[31536]: cluster 2023-12-07T16:35:45.840885+0000 mgr.a (mgr.24293) 16254 : 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-07T16:35:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:48 smithi022 bash[28554]: cluster 2023-12-07T16:35:47.841417+0000 mgr.a (mgr.24293) 16255 : 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-07T16:35:49.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:48 smithi044 bash[32620]: cluster 2023-12-07T16:35:47.841417+0000 mgr.a (mgr.24293) 16255 : 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-07T16:35:49.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:48 smithi027 bash[31536]: cluster 2023-12-07T16:35:47.841417+0000 mgr.a (mgr.24293) 16255 : 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-07T16:35:50.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:50.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:50.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:50.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:50.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:50.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:50.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:50.978 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:51.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:50 smithi022 bash[28554]: cluster 2023-12-07T16:35:49.842013+0000 mgr.a (mgr.24293) 16256 : 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-07T16:35:51.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:50 smithi044 bash[32620]: cluster 2023-12-07T16:35:49.842013+0000 mgr.a (mgr.24293) 16256 : 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-07T16:35:51.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:50 smithi027 bash[31536]: cluster 2023-12-07T16:35:49.842013+0000 mgr.a (mgr.24293) 16256 : 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-07T16:35:52.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:51 smithi022 bash[28554]: audit 2023-12-07T16:35:50.450143+0000 mgr.a (mgr.24293) 16257 : audit 0 from='client.323835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:52.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:51 smithi044 bash[32620]: audit 2023-12-07T16:35:50.450143+0000 mgr.a (mgr.24293) 16257 : audit 0 from='client.323835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:52.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:51 smithi027 bash[31536]: audit 2023-12-07T16:35:50.450143+0000 mgr.a (mgr.24293) 16257 : audit 0 from='client.323835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:53.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:52 smithi022 bash[28554]: cluster 2023-12-07T16:35:51.843085+0000 mgr.a (mgr.24293) 16258 : cluster 0 pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:53.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:52 smithi044 bash[32620]: cluster 2023-12-07T16:35:51.843085+0000 mgr.a (mgr.24293) 16258 : cluster 0 pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:53.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:52 smithi027 bash[31536]: cluster 2023-12-07T16:35:51.843085+0000 mgr.a (mgr.24293) 16258 : cluster 0 pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:54 smithi022 bash[28554]: cluster 2023-12-07T16:35:53.843701+0000 mgr.a (mgr.24293) 16259 : cluster 0 pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:55.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:54 smithi044 bash[32620]: cluster 2023-12-07T16:35:53.843701+0000 mgr.a (mgr.24293) 16259 : cluster 0 pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:55.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:54 smithi027 bash[31536]: cluster 2023-12-07T16:35:53.843701+0000 mgr.a (mgr.24293) 16259 : cluster 0 pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:55.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:35:55.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:35:55.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:35:56.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:35:56.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:35:56.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:35:56.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:35:56.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:35:57.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:56 smithi022 bash[28554]: cluster 2023-12-07T16:35:55.844528+0000 mgr.a (mgr.24293) 16260 : cluster 0 pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:57.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:56 smithi044 bash[32620]: cluster 2023-12-07T16:35:55.844528+0000 mgr.a (mgr.24293) 16260 : cluster 0 pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:57.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:56 smithi027 bash[31536]: cluster 2023-12-07T16:35:55.844528+0000 mgr.a (mgr.24293) 16260 : cluster 0 pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:35:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:57 smithi027 bash[31536]: audit 2023-12-07T16:35:56.402616+0000 mgr.a (mgr.24293) 16261 : audit 0 from='client.264955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:58.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:57 smithi022 bash[28554]: audit 2023-12-07T16:35:56.402616+0000 mgr.a (mgr.24293) 16261 : audit 0 from='client.264955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:58.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:57 smithi044 bash[32620]: audit 2023-12-07T16:35:56.402616+0000 mgr.a (mgr.24293) 16261 : audit 0 from='client.264955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:35:59.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:35:58 smithi027 bash[31536]: cluster 2023-12-07T16:35:57.845303+0000 mgr.a (mgr.24293) 16262 : cluster 0 pgmap v12158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:35:58 smithi022 bash[28554]: cluster 2023-12-07T16:35:57.845303+0000 mgr.a (mgr.24293) 16262 : cluster 0 pgmap v12158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:35:59.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:35:58 smithi044 bash[32620]: cluster 2023-12-07T16:35:57.845303+0000 mgr.a (mgr.24293) 16262 : cluster 0 pgmap v12158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:00 smithi027 bash[31536]: cluster 2023-12-07T16:35:59.845904+0000 mgr.a (mgr.24293) 16263 : cluster 0 pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:00 smithi022 bash[28554]: cluster 2023-12-07T16:35:59.845904+0000 mgr.a (mgr.24293) 16263 : cluster 0 pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:00 smithi044 bash[32620]: cluster 2023-12-07T16:35:59.845904+0000 mgr.a (mgr.24293) 16263 : cluster 0 pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:01.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:01.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:01.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:02.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:02 smithi022 bash[28554]: cluster 2023-12-07T16:36:01.846764+0000 mgr.a (mgr.24293) 16264 : cluster 0 pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:02 smithi044 bash[32620]: cluster 2023-12-07T16:36:01.846764+0000 mgr.a (mgr.24293) 16264 : cluster 0 pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:02 smithi027 bash[31536]: cluster 2023-12-07T16:36:01.846764+0000 mgr.a (mgr.24293) 16264 : cluster 0 pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:02.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:02.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:02.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:02.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:02.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:03.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:03 smithi022 bash[28554]: audit 2023-12-07T16:36:02.355385+0000 mgr.a (mgr.24293) 16265 : audit 0 from='client.323991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:03.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:03 smithi044 bash[32620]: audit 2023-12-07T16:36:02.355385+0000 mgr.a (mgr.24293) 16265 : audit 0 from='client.323991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:03.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:03 smithi027 bash[31536]: audit 2023-12-07T16:36:02.355385+0000 mgr.a (mgr.24293) 16265 : audit 0 from='client.323991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:04 smithi022 bash[28554]: cluster 2023-12-07T16:36:03.847499+0000 mgr.a (mgr.24293) 16266 : cluster 0 pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:04.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:04 smithi044 bash[32620]: cluster 2023-12-07T16:36:03.847499+0000 mgr.a (mgr.24293) 16266 : cluster 0 pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:04.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:04 smithi027 bash[31536]: cluster 2023-12-07T16:36:03.847499+0000 mgr.a (mgr.24293) 16266 : cluster 0 pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:06 smithi022 bash[28554]: cluster 2023-12-07T16:36:05.848521+0000 mgr.a (mgr.24293) 16267 : cluster 0 pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:07.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:06 smithi044 bash[32620]: cluster 2023-12-07T16:36:05.848521+0000 mgr.a (mgr.24293) 16267 : cluster 0 pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:07.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:06 smithi027 bash[31536]: cluster 2023-12-07T16:36:05.848521+0000 mgr.a (mgr.24293) 16267 : cluster 0 pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:07.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:07.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:07.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:08.820 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:09.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:08 smithi022 bash[28554]: cluster 2023-12-07T16:36:07.849153+0000 mgr.a (mgr.24293) 16268 : cluster 0 pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:09.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:08 smithi044 bash[32620]: cluster 2023-12-07T16:36:07.849153+0000 mgr.a (mgr.24293) 16268 : cluster 0 pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:09.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:08 smithi027 bash[31536]: cluster 2023-12-07T16:36:07.849153+0000 mgr.a (mgr.24293) 16268 : cluster 0 pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:09 smithi022 bash[28554]: audit 2023-12-07T16:36:08.307686+0000 mgr.a (mgr.24293) 16269 : audit 0 from='client.324066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:10.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:09 smithi044 bash[32620]: audit 2023-12-07T16:36:08.307686+0000 mgr.a (mgr.24293) 16269 : audit 0 from='client.324066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:10.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:09 smithi027 bash[31536]: audit 2023-12-07T16:36:08.307686+0000 mgr.a (mgr.24293) 16269 : audit 0 from='client.324066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:11.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:10 smithi022 bash[28554]: cluster 2023-12-07T16:36:09.849902+0000 mgr.a (mgr.24293) 16270 : cluster 0 pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:11.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:10 smithi044 bash[32620]: cluster 2023-12-07T16:36:09.849902+0000 mgr.a (mgr.24293) 16270 : cluster 0 pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:11.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:10 smithi027 bash[31536]: cluster 2023-12-07T16:36:09.849902+0000 mgr.a (mgr.24293) 16270 : cluster 0 pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:12 smithi022 bash[28554]: cluster 2023-12-07T16:36:11.850895+0000 mgr.a (mgr.24293) 16271 : cluster 0 pgmap v12165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:12 smithi044 bash[32620]: cluster 2023-12-07T16:36:11.850895+0000 mgr.a (mgr.24293) 16271 : cluster 0 pgmap v12165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:12.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:12 smithi027 bash[31536]: cluster 2023-12-07T16:36:11.850895+0000 mgr.a (mgr.24293) 16271 : cluster 0 pgmap v12165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:13.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:13.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:13.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:14.769 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:14.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:14.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:14.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:14.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:14 smithi022 bash[28554]: cluster 2023-12-07T16:36:13.851395+0000 mgr.a (mgr.24293) 16272 : cluster 0 pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:15.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:14 smithi044 bash[32620]: cluster 2023-12-07T16:36:13.851395+0000 mgr.a (mgr.24293) 16272 : cluster 0 pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:15.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:14 smithi027 bash[31536]: cluster 2023-12-07T16:36:13.851395+0000 mgr.a (mgr.24293) 16272 : cluster 0 pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:15 smithi022 bash[28554]: audit 2023-12-07T16:36:14.241820+0000 mgr.a (mgr.24293) 16273 : audit 0 from='client.324144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:16.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:15 smithi044 bash[32620]: audit 2023-12-07T16:36:14.241820+0000 mgr.a (mgr.24293) 16273 : audit 0 from='client.324144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:16.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:15 smithi027 bash[31536]: audit 2023-12-07T16:36:14.241820+0000 mgr.a (mgr.24293) 16273 : audit 0 from='client.324144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:16 smithi022 bash[28554]: cluster 2023-12-07T16:36:15.852350+0000 mgr.a (mgr.24293) 16274 : cluster 0 pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:17.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:16 smithi044 bash[32620]: cluster 2023-12-07T16:36:15.852350+0000 mgr.a (mgr.24293) 16274 : cluster 0 pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:17.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:16 smithi027 bash[31536]: cluster 2023-12-07T16:36:15.852350+0000 mgr.a (mgr.24293) 16274 : cluster 0 pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:18 smithi022 bash[28554]: cluster 2023-12-07T16:36:17.852957+0000 mgr.a (mgr.24293) 16275 : 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-07T16:36:19.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:18 smithi044 bash[32620]: cluster 2023-12-07T16:36:17.852957+0000 mgr.a (mgr.24293) 16275 : 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-07T16:36:19.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:18 smithi027 bash[31536]: cluster 2023-12-07T16:36:17.852957+0000 mgr.a (mgr.24293) 16275 : 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-07T16:36:19.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:19.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:19.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:20.693 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:20.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:20.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:20.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:20.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:21.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:20 smithi022 bash[28554]: cluster 2023-12-07T16:36:19.853672+0000 mgr.a (mgr.24293) 16276 : 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-07T16:36:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:20 smithi022 bash[28554]: audit 2023-12-07T16:36:20.914023+0000 mon.a (mon.0) 2693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:36:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:20 smithi044 bash[32620]: cluster 2023-12-07T16:36:19.853672+0000 mgr.a (mgr.24293) 16276 : 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-07T16:36:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:20 smithi044 bash[32620]: audit 2023-12-07T16:36:20.914023+0000 mon.a (mon.0) 2693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:36:21.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:20 smithi027 bash[31536]: cluster 2023-12-07T16:36:19.853672+0000 mgr.a (mgr.24293) 16276 : 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-07T16:36:21.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:20 smithi027 bash[31536]: audit 2023-12-07T16:36:20.914023+0000 mon.a (mon.0) 2693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:36:22.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:21 smithi027 bash[31536]: audit 2023-12-07T16:36:20.184167+0000 mgr.a (mgr.24293) 16277 : audit 0 from='client.324222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:21 smithi027 bash[31536]: audit 2023-12-07T16:36:21.702068+0000 mon.a (mon.0) 2694 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:36:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:21 smithi027 bash[31536]: audit 2023-12-07T16:36:21.704139+0000 mon.a (mon.0) 2695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:36:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:21 smithi027 bash[31536]: audit 2023-12-07T16:36:21.715040+0000 mon.a (mon.0) 2696 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:36:22.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:21 smithi022 bash[28554]: audit 2023-12-07T16:36:20.184167+0000 mgr.a (mgr.24293) 16277 : audit 0 from='client.324222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:21 smithi022 bash[28554]: audit 2023-12-07T16:36:21.702068+0000 mon.a (mon.0) 2694 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:21 smithi022 bash[28554]: audit 2023-12-07T16:36:21.704139+0000 mon.a (mon.0) 2695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:21 smithi022 bash[28554]: audit 2023-12-07T16:36:21.715040+0000 mon.a (mon.0) 2696 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:21 smithi044 bash[32620]: audit 2023-12-07T16:36:20.184167+0000 mgr.a (mgr.24293) 16277 : audit 0 from='client.324222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:21 smithi044 bash[32620]: audit 2023-12-07T16:36:21.702068+0000 mon.a (mon.0) 2694 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:21 smithi044 bash[32620]: audit 2023-12-07T16:36:21.704139+0000 mon.a (mon.0) 2695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:36:22.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:21 smithi044 bash[32620]: audit 2023-12-07T16:36:21.715040+0000 mon.a (mon.0) 2696 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:36:23.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:22 smithi027 bash[31536]: cluster 2023-12-07T16:36:21.854728+0000 mgr.a (mgr.24293) 16278 : cluster 0 pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:36:23.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:22 smithi022 bash[28554]: cluster 2023-12-07T16:36:21.854728+0000 mgr.a (mgr.24293) 16278 : cluster 0 pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:36:23.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:22 smithi044 bash[32620]: cluster 2023-12-07T16:36:21.854728+0000 mgr.a (mgr.24293) 16278 : cluster 0 pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:36:25.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:24 smithi027 bash[31536]: cluster 2023-12-07T16:36:23.855359+0000 mgr.a (mgr.24293) 16279 : cluster 0 pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:36:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:24 smithi022 bash[28554]: cluster 2023-12-07T16:36:23.855359+0000 mgr.a (mgr.24293) 16279 : cluster 0 pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:36:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:24 smithi044 bash[32620]: cluster 2023-12-07T16:36:23.855359+0000 mgr.a (mgr.24293) 16279 : cluster 0 pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:36:25.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:25.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:25.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:26.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:27.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:26 smithi027 bash[31536]: cluster 2023-12-07T16:36:25.856101+0000 mgr.a (mgr.24293) 16280 : cluster 0 pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:26 smithi022 bash[28554]: cluster 2023-12-07T16:36:25.856101+0000 mgr.a (mgr.24293) 16280 : cluster 0 pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:27.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:26 smithi044 bash[32620]: cluster 2023-12-07T16:36:25.856101+0000 mgr.a (mgr.24293) 16280 : cluster 0 pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:27 smithi027 bash[31536]: audit 2023-12-07T16:36:26.113549+0000 mgr.a (mgr.24293) 16281 : audit 0 from='client.324297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:27 smithi022 bash[28554]: audit 2023-12-07T16:36:26.113549+0000 mgr.a (mgr.24293) 16281 : audit 0 from='client.324297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:28.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:27 smithi044 bash[32620]: audit 2023-12-07T16:36:26.113549+0000 mgr.a (mgr.24293) 16281 : audit 0 from='client.324297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:28 smithi027 bash[31536]: cluster 2023-12-07T16:36:27.856849+0000 mgr.a (mgr.24293) 16282 : cluster 0 pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:28 smithi022 bash[28554]: cluster 2023-12-07T16:36:27.856849+0000 mgr.a (mgr.24293) 16282 : cluster 0 pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:28 smithi044 bash[32620]: cluster 2023-12-07T16:36:27.856849+0000 mgr.a (mgr.24293) 16282 : cluster 0 pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:30 smithi022 bash[28554]: cluster 2023-12-07T16:36:29.857468+0000 mgr.a (mgr.24293) 16283 : cluster 0 pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:30 smithi044 bash[32620]: cluster 2023-12-07T16:36:29.857468+0000 mgr.a (mgr.24293) 16283 : cluster 0 pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:30 smithi027 bash[31536]: cluster 2023-12-07T16:36:29.857468+0000 mgr.a (mgr.24293) 16283 : cluster 0 pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:31.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:31.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:31.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:32.587 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:32.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:32.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:32.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:32.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:32 smithi022 bash[28554]: cluster 2023-12-07T16:36:31.858356+0000 mgr.a (mgr.24293) 16284 : cluster 0 pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:32 smithi022 bash[28554]: audit 2023-12-07T16:36:32.062074+0000 mgr.a (mgr.24293) 16285 : audit 0 from='client.324372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:32 smithi044 bash[32620]: cluster 2023-12-07T16:36:31.858356+0000 mgr.a (mgr.24293) 16284 : cluster 0 pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:32 smithi044 bash[32620]: audit 2023-12-07T16:36:32.062074+0000 mgr.a (mgr.24293) 16285 : audit 0 from='client.324372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:32 smithi027 bash[31536]: cluster 2023-12-07T16:36:31.858356+0000 mgr.a (mgr.24293) 16284 : cluster 0 pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:32 smithi027 bash[31536]: audit 2023-12-07T16:36:32.062074+0000 mgr.a (mgr.24293) 16285 : audit 0 from='client.324372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:34 smithi022 bash[28554]: cluster 2023-12-07T16:36:33.859173+0000 mgr.a (mgr.24293) 16286 : cluster 0 pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:36:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:34 smithi044 bash[32620]: cluster 2023-12-07T16:36:33.859173+0000 mgr.a (mgr.24293) 16286 : cluster 0 pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:36:35.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:34 smithi027 bash[31536]: cluster 2023-12-07T16:36:33.859173+0000 mgr.a (mgr.24293) 16286 : cluster 0 pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:36:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:36 smithi022 bash[28554]: cluster 2023-12-07T16:36:35.860050+0000 mgr.a (mgr.24293) 16287 : cluster 0 pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:36:37.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:36 smithi044 bash[32620]: cluster 2023-12-07T16:36:35.860050+0000 mgr.a (mgr.24293) 16287 : cluster 0 pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:36:37.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:36 smithi027 bash[31536]: cluster 2023-12-07T16:36:35.860050+0000 mgr.a (mgr.24293) 16287 : cluster 0 pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:36:37.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:37.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:37.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:38.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:38.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:38.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:38.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:38.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:38 smithi022 bash[28554]: cluster 2023-12-07T16:36:37.860457+0000 mgr.a (mgr.24293) 16288 : cluster 0 pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:38 smithi022 bash[28554]: audit 2023-12-07T16:36:38.010478+0000 mgr.a (mgr.24293) 16289 : audit 0 from='client.324450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:39.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:38 smithi044 bash[32620]: cluster 2023-12-07T16:36:37.860457+0000 mgr.a (mgr.24293) 16288 : cluster 0 pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:39.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:38 smithi044 bash[32620]: audit 2023-12-07T16:36:38.010478+0000 mgr.a (mgr.24293) 16289 : audit 0 from='client.324450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:39.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:38 smithi027 bash[31536]: cluster 2023-12-07T16:36:37.860457+0000 mgr.a (mgr.24293) 16288 : cluster 0 pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:38 smithi027 bash[31536]: audit 2023-12-07T16:36:38.010478+0000 mgr.a (mgr.24293) 16289 : audit 0 from='client.324450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:41.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:40 smithi027 bash[31536]: cluster 2023-12-07T16:36:39.861101+0000 mgr.a (mgr.24293) 16290 : cluster 0 pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:40 smithi022 bash[28554]: cluster 2023-12-07T16:36:39.861101+0000 mgr.a (mgr.24293) 16290 : cluster 0 pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:41.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:40 smithi044 bash[32620]: cluster 2023-12-07T16:36:39.861101+0000 mgr.a (mgr.24293) 16290 : cluster 0 pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:42.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:42 smithi022 bash[28554]: cluster 2023-12-07T16:36:41.862113+0000 mgr.a (mgr.24293) 16291 : cluster 0 pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:42 smithi044 bash[32620]: cluster 2023-12-07T16:36:41.862113+0000 mgr.a (mgr.24293) 16291 : cluster 0 pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:42.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:42 smithi027 bash[31536]: cluster 2023-12-07T16:36:41.862113+0000 mgr.a (mgr.24293) 16291 : cluster 0 pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:43.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:43.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:43.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:44.476 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:44.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:44.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:44.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:44.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:45.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:44 smithi022 bash[28554]: cluster 2023-12-07T16:36:43.862702+0000 mgr.a (mgr.24293) 16292 : cluster 0 pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:44 smithi022 bash[28554]: audit 2023-12-07T16:36:43.946096+0000 mgr.a (mgr.24293) 16293 : audit 0 from='client.324528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:45.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:44 smithi044 bash[32620]: cluster 2023-12-07T16:36:43.862702+0000 mgr.a (mgr.24293) 16292 : cluster 0 pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:45.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:44 smithi044 bash[32620]: audit 2023-12-07T16:36:43.946096+0000 mgr.a (mgr.24293) 16293 : audit 0 from='client.324528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:45.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:44 smithi027 bash[31536]: cluster 2023-12-07T16:36:43.862702+0000 mgr.a (mgr.24293) 16292 : cluster 0 pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:44 smithi027 bash[31536]: audit 2023-12-07T16:36:43.946096+0000 mgr.a (mgr.24293) 16293 : audit 0 from='client.324528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:46 smithi022 bash[28554]: cluster 2023-12-07T16:36:45.863743+0000 mgr.a (mgr.24293) 16294 : cluster 0 pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:47.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:46 smithi044 bash[32620]: cluster 2023-12-07T16:36:45.863743+0000 mgr.a (mgr.24293) 16294 : cluster 0 pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:47.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:46 smithi027 bash[31536]: cluster 2023-12-07T16:36:45.863743+0000 mgr.a (mgr.24293) 16294 : cluster 0 pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:36:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:48 smithi027 bash[31536]: cluster 2023-12-07T16:36:47.864336+0000 mgr.a (mgr.24293) 16295 : 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-07T16:36:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:48 smithi022 bash[28554]: cluster 2023-12-07T16:36:47.864336+0000 mgr.a (mgr.24293) 16295 : 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-07T16:36:49.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:48 smithi044 bash[32620]: cluster 2023-12-07T16:36:47.864336+0000 mgr.a (mgr.24293) 16295 : 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-07T16:36:49.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:49.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:49.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:50.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:50.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:50.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:50.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:50.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:51.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:50 smithi027 bash[31536]: cluster 2023-12-07T16:36:49.864864+0000 mgr.a (mgr.24293) 16296 : 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-07T16:36:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:50 smithi027 bash[31536]: audit 2023-12-07T16:36:49.890528+0000 mgr.a (mgr.24293) 16297 : audit 0 from='client.324606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:50 smithi022 bash[28554]: cluster 2023-12-07T16:36:49.864864+0000 mgr.a (mgr.24293) 16296 : 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-07T16:36:51.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:50 smithi022 bash[28554]: audit 2023-12-07T16:36:49.890528+0000 mgr.a (mgr.24293) 16297 : audit 0 from='client.324606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:51.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:50 smithi044 bash[32620]: cluster 2023-12-07T16:36:49.864864+0000 mgr.a (mgr.24293) 16296 : 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-07T16:36:51.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:50 smithi044 bash[32620]: audit 2023-12-07T16:36:49.890528+0000 mgr.a (mgr.24293) 16297 : audit 0 from='client.324606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:52.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:52 smithi022 bash[28554]: cluster 2023-12-07T16:36:51.865920+0000 mgr.a (mgr.24293) 16298 : cluster 0 pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:36:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:52 smithi044 bash[32620]: cluster 2023-12-07T16:36:51.865920+0000 mgr.a (mgr.24293) 16298 : cluster 0 pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:36:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:52 smithi027 bash[31536]: cluster 2023-12-07T16:36:51.865920+0000 mgr.a (mgr.24293) 16298 : cluster 0 pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:36:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:54 smithi022 bash[28554]: cluster 2023-12-07T16:36:53.866532+0000 mgr.a (mgr.24293) 16299 : cluster 0 pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:36:55.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:54 smithi044 bash[32620]: cluster 2023-12-07T16:36:53.866532+0000 mgr.a (mgr.24293) 16299 : cluster 0 pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:36:55.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:54 smithi027 bash[31536]: cluster 2023-12-07T16:36:53.866532+0000 mgr.a (mgr.24293) 16299 : cluster 0 pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:36:55.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:36:55.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:36:55.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:36:56.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:36:56.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:36:56.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:36:56.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:36:56.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:36:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:56 smithi022 bash[28554]: audit 2023-12-07T16:36:55.800664+0000 mgr.a (mgr.24293) 16300 : audit 0 from='client.324684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:56 smithi022 bash[28554]: cluster 2023-12-07T16:36:55.867278+0000 mgr.a (mgr.24293) 16301 : cluster 0 pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:57.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:56 smithi027 bash[31536]: audit 2023-12-07T16:36:55.800664+0000 mgr.a (mgr.24293) 16300 : audit 0 from='client.324684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:56 smithi027 bash[31536]: cluster 2023-12-07T16:36:55.867278+0000 mgr.a (mgr.24293) 16301 : cluster 0 pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:56 smithi044 bash[32620]: audit 2023-12-07T16:36:55.800664+0000 mgr.a (mgr.24293) 16300 : audit 0 from='client.324684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:36:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:56 smithi044 bash[32620]: cluster 2023-12-07T16:36:55.867278+0000 mgr.a (mgr.24293) 16301 : cluster 0 pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:36:59.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:36:58 smithi027 bash[31536]: cluster 2023-12-07T16:36:57.867918+0000 mgr.a (mgr.24293) 16302 : cluster 0 pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:36:58 smithi022 bash[28554]: cluster 2023-12-07T16:36:57.867918+0000 mgr.a (mgr.24293) 16302 : cluster 0 pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:36:59.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:36:58 smithi044 bash[32620]: cluster 2023-12-07T16:36:57.867918+0000 mgr.a (mgr.24293) 16302 : cluster 0 pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:01.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:00 smithi027 bash[31536]: cluster 2023-12-07T16:36:59.868506+0000 mgr.a (mgr.24293) 16303 : cluster 0 pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:01.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:01.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:01.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:00 smithi022 bash[28554]: cluster 2023-12-07T16:36:59.868506+0000 mgr.a (mgr.24293) 16303 : cluster 0 pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:00 smithi044 bash[32620]: cluster 2023-12-07T16:36:59.868506+0000 mgr.a (mgr.24293) 16303 : cluster 0 pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:02.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:02.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:02.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:02.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:02.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:02 smithi022 bash[28554]: audit 2023-12-07T16:37:01.754681+0000 mgr.a (mgr.24293) 16304 : audit 0 from='client.324759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:02 smithi022 bash[28554]: cluster 2023-12-07T16:37:01.869507+0000 mgr.a (mgr.24293) 16305 : cluster 0 pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:02 smithi044 bash[32620]: audit 2023-12-07T16:37:01.754681+0000 mgr.a (mgr.24293) 16304 : audit 0 from='client.324759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:02 smithi044 bash[32620]: cluster 2023-12-07T16:37:01.869507+0000 mgr.a (mgr.24293) 16305 : cluster 0 pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:02 smithi027 bash[31536]: audit 2023-12-07T16:37:01.754681+0000 mgr.a (mgr.24293) 16304 : audit 0 from='client.324759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:02 smithi027 bash[31536]: cluster 2023-12-07T16:37:01.869507+0000 mgr.a (mgr.24293) 16305 : cluster 0 pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:04 smithi022 bash[28554]: cluster 2023-12-07T16:37:03.870196+0000 mgr.a (mgr.24293) 16306 : cluster 0 pgmap v12191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:37:05.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:04 smithi044 bash[32620]: cluster 2023-12-07T16:37:03.870196+0000 mgr.a (mgr.24293) 16306 : cluster 0 pgmap v12191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:37:05.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:04 smithi027 bash[31536]: cluster 2023-12-07T16:37:03.870196+0000 mgr.a (mgr.24293) 16306 : cluster 0 pgmap v12191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:37:07.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:06 smithi027 bash[31536]: cluster 2023-12-07T16:37:05.871036+0000 mgr.a (mgr.24293) 16307 : cluster 0 pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:37:07.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:07.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:07.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:06 smithi022 bash[28554]: cluster 2023-12-07T16:37:05.871036+0000 mgr.a (mgr.24293) 16307 : cluster 0 pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:37:07.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:06 smithi044 bash[32620]: cluster 2023-12-07T16:37:05.871036+0000 mgr.a (mgr.24293) 16307 : cluster 0 pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:37:08.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:08.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:08.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:08.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:08.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:08 smithi027 bash[31536]: audit 2023-12-07T16:37:07.690416+0000 mgr.a (mgr.24293) 16308 : audit 0 from='client.265675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:08 smithi027 bash[31536]: cluster 2023-12-07T16:37:07.871846+0000 mgr.a (mgr.24293) 16309 : cluster 0 pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:08 smithi022 bash[28554]: audit 2023-12-07T16:37:07.690416+0000 mgr.a (mgr.24293) 16308 : audit 0 from='client.265675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:08 smithi022 bash[28554]: cluster 2023-12-07T16:37:07.871846+0000 mgr.a (mgr.24293) 16309 : cluster 0 pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:09.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:08 smithi044 bash[32620]: audit 2023-12-07T16:37:07.690416+0000 mgr.a (mgr.24293) 16308 : audit 0 from='client.265675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:09.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:08 smithi044 bash[32620]: cluster 2023-12-07T16:37:07.871846+0000 mgr.a (mgr.24293) 16309 : cluster 0 pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:10 smithi027 bash[31536]: cluster 2023-12-07T16:37:09.872688+0000 mgr.a (mgr.24293) 16310 : cluster 0 pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:10 smithi022 bash[28554]: cluster 2023-12-07T16:37:09.872688+0000 mgr.a (mgr.24293) 16310 : cluster 0 pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:11.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:10 smithi044 bash[32620]: cluster 2023-12-07T16:37:09.872688+0000 mgr.a (mgr.24293) 16310 : cluster 0 pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:12 smithi022 bash[28554]: cluster 2023-12-07T16:37:11.873689+0000 mgr.a (mgr.24293) 16311 : cluster 0 pgmap v12195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:12 smithi044 bash[32620]: cluster 2023-12-07T16:37:11.873689+0000 mgr.a (mgr.24293) 16311 : cluster 0 pgmap v12195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:12.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:12 smithi027 bash[31536]: cluster 2023-12-07T16:37:11.873689+0000 mgr.a (mgr.24293) 16311 : cluster 0 pgmap v12195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:13.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:13.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:13.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:14.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:14.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:14.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:14.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:14.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:15.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:14 smithi027 bash[31536]: audit 2023-12-07T16:37:13.644519+0000 mgr.a (mgr.24293) 16312 : audit 0 from='client.324912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:15.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:14 smithi027 bash[31536]: cluster 2023-12-07T16:37:13.874263+0000 mgr.a (mgr.24293) 16313 : cluster 0 pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:14 smithi022 bash[28554]: audit 2023-12-07T16:37:13.644519+0000 mgr.a (mgr.24293) 16312 : audit 0 from='client.324912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:14 smithi022 bash[28554]: cluster 2023-12-07T16:37:13.874263+0000 mgr.a (mgr.24293) 16313 : cluster 0 pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:15.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:14 smithi044 bash[32620]: audit 2023-12-07T16:37:13.644519+0000 mgr.a (mgr.24293) 16312 : audit 0 from='client.324912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:15.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:14 smithi044 bash[32620]: cluster 2023-12-07T16:37:13.874263+0000 mgr.a (mgr.24293) 16313 : cluster 0 pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:16 smithi027 bash[31536]: cluster 2023-12-07T16:37:15.875167+0000 mgr.a (mgr.24293) 16314 : cluster 0 pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:16 smithi022 bash[28554]: cluster 2023-12-07T16:37:15.875167+0000 mgr.a (mgr.24293) 16314 : cluster 0 pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:17.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:16 smithi044 bash[32620]: cluster 2023-12-07T16:37:15.875167+0000 mgr.a (mgr.24293) 16314 : cluster 0 pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:19.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:19.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:19.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:19.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:18 smithi027 bash[31536]: cluster 2023-12-07T16:37:17.875748+0000 mgr.a (mgr.24293) 16315 : cluster 0 pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:18 smithi022 bash[28554]: cluster 2023-12-07T16:37:17.875748+0000 mgr.a (mgr.24293) 16315 : cluster 0 pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:18 smithi044 bash[32620]: cluster 2023-12-07T16:37:17.875748+0000 mgr.a (mgr.24293) 16315 : cluster 0 pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:20.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:20.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:20.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:20.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:20.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:21.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:20 smithi027 bash[31536]: audit 2023-12-07T16:37:19.600223+0000 mgr.a (mgr.24293) 16316 : audit 0 from='client.324990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:21.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:20 smithi027 bash[31536]: cluster 2023-12-07T16:37:19.876542+0000 mgr.a (mgr.24293) 16317 : cluster 0 pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:20 smithi022 bash[28554]: audit 2023-12-07T16:37:19.600223+0000 mgr.a (mgr.24293) 16316 : audit 0 from='client.324990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:20 smithi022 bash[28554]: cluster 2023-12-07T16:37:19.876542+0000 mgr.a (mgr.24293) 16317 : cluster 0 pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:21.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:20 smithi044 bash[32620]: audit 2023-12-07T16:37:19.600223+0000 mgr.a (mgr.24293) 16316 : audit 0 from='client.324990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:21.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:20 smithi044 bash[32620]: cluster 2023-12-07T16:37:19.876542+0000 mgr.a (mgr.24293) 16317 : cluster 0 pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:22 smithi022 bash[28554]: audit 2023-12-07T16:37:21.818570+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:37:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:22 smithi022 bash[28554]: cluster 2023-12-07T16:37:21.877215+0000 mgr.a (mgr.24293) 16318 : cluster 0 pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:22 smithi044 bash[32620]: audit 2023-12-07T16:37:21.818570+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:37:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:22 smithi044 bash[32620]: cluster 2023-12-07T16:37:21.877215+0000 mgr.a (mgr.24293) 16318 : cluster 0 pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:22 smithi027 bash[31536]: audit 2023-12-07T16:37:21.818570+0000 mon.a (mon.0) 2697 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:37:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:22 smithi027 bash[31536]: cluster 2023-12-07T16:37:21.877215+0000 mgr.a (mgr.24293) 16318 : cluster 0 pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:25.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:25.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:25.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:25.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:24 smithi027 bash[31536]: cluster 2023-12-07T16:37:23.877916+0000 mgr.a (mgr.24293) 16319 : 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-07T16:37:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:24 smithi022 bash[28554]: cluster 2023-12-07T16:37:23.877916+0000 mgr.a (mgr.24293) 16319 : 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-07T16:37:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:24 smithi044 bash[32620]: cluster 2023-12-07T16:37:23.877916+0000 mgr.a (mgr.24293) 16319 : 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-07T16:37:26.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:26.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:26.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:26.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:26.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:27.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:26 smithi027 bash[31536]: audit 2023-12-07T16:37:25.523282+0000 mgr.a (mgr.24293) 16320 : audit 0 from='client.325065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:27.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:26 smithi027 bash[31536]: cluster 2023-12-07T16:37:25.878717+0000 mgr.a (mgr.24293) 16321 : cluster 0 pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:26 smithi022 bash[28554]: audit 2023-12-07T16:37:25.523282+0000 mgr.a (mgr.24293) 16320 : audit 0 from='client.325065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:26 smithi022 bash[28554]: cluster 2023-12-07T16:37:25.878717+0000 mgr.a (mgr.24293) 16321 : cluster 0 pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:27.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:26 smithi044 bash[32620]: audit 2023-12-07T16:37:25.523282+0000 mgr.a (mgr.24293) 16320 : audit 0 from='client.325065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:27.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:26 smithi044 bash[32620]: cluster 2023-12-07T16:37:25.878717+0000 mgr.a (mgr.24293) 16321 : cluster 0 pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:28.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.162500+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.167700+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.211859+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.216274+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.219744+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.223665+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: cluster 2023-12-07T16:37:27.879157+0000 mgr.a (mgr.24293) 16322 : cluster 0 pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.955292+0000 mon.a (mon.0) 2704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.957036+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:28 smithi022 bash[28554]: audit 2023-12-07T16:37:27.965984+0000 mon.a (mon.0) 2706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.162500+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.167700+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.211859+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.216274+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.219744+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.223665+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: cluster 2023-12-07T16:37:27.879157+0000 mgr.a (mgr.24293) 16322 : cluster 0 pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.955292+0000 mon.a (mon.0) 2704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.957036+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:37:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:28 smithi044 bash[32620]: audit 2023-12-07T16:37:27.965984+0000 mon.a (mon.0) 2706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.162500+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.167700+0000 mon.a (mon.0) 2699 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.211859+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.216274+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.219744+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.223665+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: cluster 2023-12-07T16:37:27.879157+0000 mgr.a (mgr.24293) 16322 : cluster 0 pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.955292+0000 mon.a (mon.0) 2704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:37:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.957036+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:37:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:28 smithi027 bash[31536]: audit 2023-12-07T16:37:27.965984+0000 mon.a (mon.0) 2706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:37:31.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:31.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:31.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:31.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:30 smithi027 bash[31536]: cluster 2023-12-07T16:37:29.879657+0000 mgr.a (mgr.24293) 16323 : cluster 0 pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:30 smithi022 bash[28554]: cluster 2023-12-07T16:37:29.879657+0000 mgr.a (mgr.24293) 16323 : cluster 0 pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:30 smithi044 bash[32620]: cluster 2023-12-07T16:37:29.879657+0000 mgr.a (mgr.24293) 16323 : cluster 0 pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:31.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:32.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:32.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:32.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:32.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:32 smithi022 bash[28554]: audit 2023-12-07T16:37:31.475975+0000 mgr.a (mgr.24293) 16324 : audit 0 from='client.325137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:32 smithi022 bash[28554]: cluster 2023-12-07T16:37:31.880686+0000 mgr.a (mgr.24293) 16325 : cluster 0 pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:32 smithi044 bash[32620]: audit 2023-12-07T16:37:31.475975+0000 mgr.a (mgr.24293) 16324 : audit 0 from='client.325137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:32 smithi044 bash[32620]: cluster 2023-12-07T16:37:31.880686+0000 mgr.a (mgr.24293) 16325 : cluster 0 pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:32 smithi027 bash[31536]: audit 2023-12-07T16:37:31.475975+0000 mgr.a (mgr.24293) 16324 : audit 0 from='client.325137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:32 smithi027 bash[31536]: cluster 2023-12-07T16:37:31.880686+0000 mgr.a (mgr.24293) 16325 : cluster 0 pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:35.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:34 smithi027 bash[31536]: cluster 2023-12-07T16:37:33.881282+0000 mgr.a (mgr.24293) 16326 : cluster 0 pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:34 smithi022 bash[28554]: cluster 2023-12-07T16:37:33.881282+0000 mgr.a (mgr.24293) 16326 : cluster 0 pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:35.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:34 smithi044 bash[32620]: cluster 2023-12-07T16:37:33.881282+0000 mgr.a (mgr.24293) 16326 : cluster 0 pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:37.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:36 smithi027 bash[31536]: cluster 2023-12-07T16:37:35.882069+0000 mgr.a (mgr.24293) 16327 : cluster 0 pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:36 smithi022 bash[28554]: cluster 2023-12-07T16:37:35.882069+0000 mgr.a (mgr.24293) 16327 : cluster 0 pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:37.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:36 smithi044 bash[32620]: cluster 2023-12-07T16:37:35.882069+0000 mgr.a (mgr.24293) 16327 : cluster 0 pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:37.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:37.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:37.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:37.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:37.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:39.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:38 smithi027 bash[31536]: audit 2023-12-07T16:37:37.411887+0000 mgr.a (mgr.24293) 16328 : audit 0 from='client.325212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:39.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:38 smithi027 bash[31536]: cluster 2023-12-07T16:37:37.882843+0000 mgr.a (mgr.24293) 16329 : 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-07T16:37:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:38 smithi022 bash[28554]: audit 2023-12-07T16:37:37.411887+0000 mgr.a (mgr.24293) 16328 : audit 0 from='client.325212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:39.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:38 smithi022 bash[28554]: cluster 2023-12-07T16:37:37.882843+0000 mgr.a (mgr.24293) 16329 : 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-07T16:37:39.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:38 smithi044 bash[32620]: audit 2023-12-07T16:37:37.411887+0000 mgr.a (mgr.24293) 16328 : audit 0 from='client.325212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:39.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:38 smithi044 bash[32620]: cluster 2023-12-07T16:37:37.882843+0000 mgr.a (mgr.24293) 16329 : 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-07T16:37:41.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:40 smithi027 bash[31536]: cluster 2023-12-07T16:37:39.883555+0000 mgr.a (mgr.24293) 16330 : 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-07T16:37:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:40 smithi022 bash[28554]: cluster 2023-12-07T16:37:39.883555+0000 mgr.a (mgr.24293) 16330 : 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-07T16:37:41.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:40 smithi044 bash[32620]: cluster 2023-12-07T16:37:39.883555+0000 mgr.a (mgr.24293) 16330 : 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-07T16:37:42.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:42 smithi022 bash[28554]: cluster 2023-12-07T16:37:41.884361+0000 mgr.a (mgr.24293) 16331 : cluster 0 pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:42 smithi044 bash[32620]: cluster 2023-12-07T16:37:41.884361+0000 mgr.a (mgr.24293) 16331 : cluster 0 pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:42.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:42 smithi027 bash[31536]: cluster 2023-12-07T16:37:41.884361+0000 mgr.a (mgr.24293) 16331 : cluster 0 pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:42.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:42.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:42.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:43.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:43.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:45.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:44 smithi027 bash[31536]: audit 2023-12-07T16:37:43.375567+0000 mgr.a (mgr.24293) 16332 : audit 0 from='client.325287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:45.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:44 smithi027 bash[31536]: cluster 2023-12-07T16:37:43.885031+0000 mgr.a (mgr.24293) 16333 : cluster 0 pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:44 smithi022 bash[28554]: audit 2023-12-07T16:37:43.375567+0000 mgr.a (mgr.24293) 16332 : audit 0 from='client.325287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:45.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:44 smithi022 bash[28554]: cluster 2023-12-07T16:37:43.885031+0000 mgr.a (mgr.24293) 16333 : cluster 0 pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:45.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:44 smithi044 bash[32620]: audit 2023-12-07T16:37:43.375567+0000 mgr.a (mgr.24293) 16332 : audit 0 from='client.325287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:45.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:44 smithi044 bash[32620]: cluster 2023-12-07T16:37:43.885031+0000 mgr.a (mgr.24293) 16333 : cluster 0 pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:47.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:46 smithi027 bash[31536]: cluster 2023-12-07T16:37:45.885895+0000 mgr.a (mgr.24293) 16334 : cluster 0 pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:46 smithi022 bash[28554]: cluster 2023-12-07T16:37:45.885895+0000 mgr.a (mgr.24293) 16334 : cluster 0 pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:47.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:46 smithi044 bash[32620]: cluster 2023-12-07T16:37:45.885895+0000 mgr.a (mgr.24293) 16334 : cluster 0 pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:48.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:48.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:48.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:49.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:48 smithi027 bash[31536]: cluster 2023-12-07T16:37:47.886459+0000 mgr.a (mgr.24293) 16335 : cluster 0 pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:48 smithi022 bash[28554]: cluster 2023-12-07T16:37:47.886459+0000 mgr.a (mgr.24293) 16335 : cluster 0 pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:48 smithi044 bash[32620]: cluster 2023-12-07T16:37:47.886459+0000 mgr.a (mgr.24293) 16335 : cluster 0 pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:49.827 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:49.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:49.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:49.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:49.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:50 smithi022 bash[28554]: audit 2023-12-07T16:37:49.309504+0000 mgr.a (mgr.24293) 16336 : audit 0 from='client.325365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:50 smithi022 bash[28554]: cluster 2023-12-07T16:37:49.887119+0000 mgr.a (mgr.24293) 16337 : cluster 0 pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:51.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:50 smithi044 bash[32620]: audit 2023-12-07T16:37:49.309504+0000 mgr.a (mgr.24293) 16336 : audit 0 from='client.325365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:51.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:50 smithi044 bash[32620]: cluster 2023-12-07T16:37:49.887119+0000 mgr.a (mgr.24293) 16337 : cluster 0 pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:50 smithi027 bash[31536]: audit 2023-12-07T16:37:49.309504+0000 mgr.a (mgr.24293) 16336 : audit 0 from='client.325365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:50 smithi027 bash[31536]: cluster 2023-12-07T16:37:49.887119+0000 mgr.a (mgr.24293) 16337 : cluster 0 pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:52.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:52 smithi022 bash[28554]: cluster 2023-12-07T16:37:51.888096+0000 mgr.a (mgr.24293) 16338 : cluster 0 pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:52 smithi044 bash[32620]: cluster 2023-12-07T16:37:51.888096+0000 mgr.a (mgr.24293) 16338 : cluster 0 pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:52 smithi027 bash[31536]: cluster 2023-12-07T16:37:51.888096+0000 mgr.a (mgr.24293) 16338 : cluster 0 pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:37:54.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:37:54.831 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:37:54.831 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:37:55.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:54 smithi027 bash[31536]: cluster 2023-12-07T16:37:53.888670+0000 mgr.a (mgr.24293) 16339 : 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-07T16:37:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:54 smithi022 bash[28554]: cluster 2023-12-07T16:37:53.888670+0000 mgr.a (mgr.24293) 16339 : 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-07T16:37:55.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:54 smithi044 bash[32620]: cluster 2023-12-07T16:37:53.888670+0000 mgr.a (mgr.24293) 16339 : 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-07T16:37:55.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:37:55.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:37:55.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:37:55.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:37:55.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:37:57.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:56 smithi027 bash[31536]: audit 2023-12-07T16:37:55.235467+0000 mgr.a (mgr.24293) 16340 : audit 0 from='client.325443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:57.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:56 smithi027 bash[31536]: cluster 2023-12-07T16:37:55.889699+0000 mgr.a (mgr.24293) 16341 : cluster 0 pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:56 smithi022 bash[28554]: audit 2023-12-07T16:37:55.235467+0000 mgr.a (mgr.24293) 16340 : audit 0 from='client.325443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:56 smithi022 bash[28554]: cluster 2023-12-07T16:37:55.889699+0000 mgr.a (mgr.24293) 16341 : cluster 0 pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:56 smithi044 bash[32620]: audit 2023-12-07T16:37:55.235467+0000 mgr.a (mgr.24293) 16340 : audit 0 from='client.325443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:37:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:56 smithi044 bash[32620]: cluster 2023-12-07T16:37:55.889699+0000 mgr.a (mgr.24293) 16341 : cluster 0 pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:37:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:37:58 smithi022 bash[28554]: cluster 2023-12-07T16:37:57.890304+0000 mgr.a (mgr.24293) 16342 : cluster 0 pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:59.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:37:58 smithi044 bash[32620]: cluster 2023-12-07T16:37:57.890304+0000 mgr.a (mgr.24293) 16342 : cluster 0 pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:37:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:37:58 smithi027 bash[31536]: cluster 2023-12-07T16:37:57.890304+0000 mgr.a (mgr.24293) 16342 : cluster 0 pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:00.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:00.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:00.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:00 smithi022 bash[28554]: cluster 2023-12-07T16:37:59.890884+0000 mgr.a (mgr.24293) 16343 : cluster 0 pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:00 smithi044 bash[32620]: cluster 2023-12-07T16:37:59.890884+0000 mgr.a (mgr.24293) 16343 : cluster 0 pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:00 smithi027 bash[31536]: cluster 2023-12-07T16:37:59.890884+0000 mgr.a (mgr.24293) 16343 : cluster 0 pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:01.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:01.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:01.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:01.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:01.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:02.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:02 smithi022 bash[28554]: audit 2023-12-07T16:38:01.181513+0000 mgr.a (mgr.24293) 16344 : audit 0 from='client.325518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:02.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:02 smithi022 bash[28554]: cluster 2023-12-07T16:38:01.892015+0000 mgr.a (mgr.24293) 16345 : cluster 0 pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:02 smithi044 bash[32620]: audit 2023-12-07T16:38:01.181513+0000 mgr.a (mgr.24293) 16344 : audit 0 from='client.325518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:02 smithi044 bash[32620]: cluster 2023-12-07T16:38:01.892015+0000 mgr.a (mgr.24293) 16345 : cluster 0 pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:02 smithi027 bash[31536]: audit 2023-12-07T16:38:01.181513+0000 mgr.a (mgr.24293) 16344 : audit 0 from='client.325518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:02 smithi027 bash[31536]: cluster 2023-12-07T16:38:01.892015+0000 mgr.a (mgr.24293) 16345 : cluster 0 pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:05.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:04 smithi027 bash[31536]: cluster 2023-12-07T16:38:03.892611+0000 mgr.a (mgr.24293) 16346 : cluster 0 pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:04 smithi022 bash[28554]: cluster 2023-12-07T16:38:03.892611+0000 mgr.a (mgr.24293) 16346 : cluster 0 pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:05.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:04 smithi044 bash[32620]: cluster 2023-12-07T16:38:03.892611+0000 mgr.a (mgr.24293) 16346 : cluster 0 pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:06.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:06.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:06.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:06 smithi022 bash[28554]: cluster 2023-12-07T16:38:05.893282+0000 mgr.a (mgr.24293) 16347 : cluster 0 pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:06 smithi044 bash[32620]: cluster 2023-12-07T16:38:05.893282+0000 mgr.a (mgr.24293) 16347 : cluster 0 pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:06 smithi027 bash[31536]: cluster 2023-12-07T16:38:05.893282+0000 mgr.a (mgr.24293) 16347 : cluster 0 pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:07.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:07.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:07.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:07.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:07.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:08 smithi022 bash[28554]: audit 2023-12-07T16:38:07.148539+0000 mgr.a (mgr.24293) 16348 : audit 0 from='client.325596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:08 smithi022 bash[28554]: cluster 2023-12-07T16:38:07.894023+0000 mgr.a (mgr.24293) 16349 : 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-07T16:38:09.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:08 smithi044 bash[32620]: audit 2023-12-07T16:38:07.148539+0000 mgr.a (mgr.24293) 16348 : audit 0 from='client.325596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:09.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:08 smithi044 bash[32620]: cluster 2023-12-07T16:38:07.894023+0000 mgr.a (mgr.24293) 16349 : 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-07T16:38:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:08 smithi027 bash[31536]: audit 2023-12-07T16:38:07.148539+0000 mgr.a (mgr.24293) 16348 : audit 0 from='client.325596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:08 smithi027 bash[31536]: cluster 2023-12-07T16:38:07.894023+0000 mgr.a (mgr.24293) 16349 : 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-07T16:38:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:10 smithi022 bash[28554]: cluster 2023-12-07T16:38:09.894608+0000 mgr.a (mgr.24293) 16350 : 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-07T16:38:11.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:10 smithi044 bash[32620]: cluster 2023-12-07T16:38:09.894608+0000 mgr.a (mgr.24293) 16350 : 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-07T16:38:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:10 smithi027 bash[31536]: cluster 2023-12-07T16:38:09.894608+0000 mgr.a (mgr.24293) 16350 : 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-07T16:38:12.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:12 smithi022 bash[28554]: cluster 2023-12-07T16:38:11.895501+0000 mgr.a (mgr.24293) 16351 : cluster 0 pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:12.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:12 smithi044 bash[32620]: cluster 2023-12-07T16:38:11.895501+0000 mgr.a (mgr.24293) 16351 : cluster 0 pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:12.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:12.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:12.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:12 smithi027 bash[31536]: cluster 2023-12-07T16:38:11.895501+0000 mgr.a (mgr.24293) 16351 : cluster 0 pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:13.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:13.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:13.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:13.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:13.622 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:13.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:13 smithi022 bash[28554]: audit 2023-12-07T16:38:13.088685+0000 mgr.a (mgr.24293) 16352 : audit 0 from='client.325671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:13.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:13 smithi044 bash[32620]: audit 2023-12-07T16:38:13.088685+0000 mgr.a (mgr.24293) 16352 : audit 0 from='client.325671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:13.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:13 smithi027 bash[31536]: audit 2023-12-07T16:38:13.088685+0000 mgr.a (mgr.24293) 16352 : audit 0 from='client.325671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:14.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:14 smithi022 bash[28554]: cluster 2023-12-07T16:38:13.896232+0000 mgr.a (mgr.24293) 16353 : cluster 0 pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:14.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:14 smithi044 bash[32620]: cluster 2023-12-07T16:38:13.896232+0000 mgr.a (mgr.24293) 16353 : cluster 0 pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:14.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:14 smithi027 bash[31536]: cluster 2023-12-07T16:38:13.896232+0000 mgr.a (mgr.24293) 16353 : cluster 0 pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:16 smithi022 bash[28554]: cluster 2023-12-07T16:38:15.897000+0000 mgr.a (mgr.24293) 16354 : cluster 0 pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:17.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:16 smithi044 bash[32620]: cluster 2023-12-07T16:38:15.897000+0000 mgr.a (mgr.24293) 16354 : cluster 0 pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:16 smithi027 bash[31536]: cluster 2023-12-07T16:38:15.897000+0000 mgr.a (mgr.24293) 16354 : cluster 0 pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:18.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:18.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:18.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:18 smithi022 bash[28554]: cluster 2023-12-07T16:38:17.897563+0000 mgr.a (mgr.24293) 16355 : cluster 0 pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:18 smithi044 bash[32620]: cluster 2023-12-07T16:38:17.897563+0000 mgr.a (mgr.24293) 16355 : cluster 0 pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:18 smithi027 bash[31536]: cluster 2023-12-07T16:38:17.897563+0000 mgr.a (mgr.24293) 16355 : cluster 0 pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:19.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:19.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:19.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:19.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:19.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:20.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:19 smithi022 bash[28554]: audit 2023-12-07T16:38:19.040360+0000 mgr.a (mgr.24293) 16356 : audit 0 from='client.325743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:20.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:19 smithi044 bash[32620]: audit 2023-12-07T16:38:19.040360+0000 mgr.a (mgr.24293) 16356 : audit 0 from='client.325743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:20.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:19 smithi027 bash[31536]: audit 2023-12-07T16:38:19.040360+0000 mgr.a (mgr.24293) 16356 : audit 0 from='client.325743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:20 smithi022 bash[28554]: cluster 2023-12-07T16:38:19.898315+0000 mgr.a (mgr.24293) 16357 : cluster 0 pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:21.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:20 smithi044 bash[32620]: cluster 2023-12-07T16:38:19.898315+0000 mgr.a (mgr.24293) 16357 : cluster 0 pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:20 smithi027 bash[31536]: cluster 2023-12-07T16:38:19.898315+0000 mgr.a (mgr.24293) 16357 : cluster 0 pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:22 smithi022 bash[28554]: cluster 2023-12-07T16:38:21.899177+0000 mgr.a (mgr.24293) 16358 : cluster 0 pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:22 smithi044 bash[32620]: cluster 2023-12-07T16:38:21.899177+0000 mgr.a (mgr.24293) 16358 : cluster 0 pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:22 smithi027 bash[31536]: cluster 2023-12-07T16:38:21.899177+0000 mgr.a (mgr.24293) 16358 : cluster 0 pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:24.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:24.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:24.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:24 smithi022 bash[28554]: cluster 2023-12-07T16:38:23.899750+0000 mgr.a (mgr.24293) 16359 : cluster 0 pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:24 smithi044 bash[32620]: cluster 2023-12-07T16:38:23.899750+0000 mgr.a (mgr.24293) 16359 : cluster 0 pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:25.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:24 smithi027 bash[31536]: cluster 2023-12-07T16:38:23.899750+0000 mgr.a (mgr.24293) 16359 : cluster 0 pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:25.528 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:25.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:25.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:25.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:25.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:26.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:25 smithi022 bash[28554]: audit 2023-12-07T16:38:25.011126+0000 mgr.a (mgr.24293) 16360 : audit 0 from='client.325815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:26.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:25 smithi044 bash[32620]: audit 2023-12-07T16:38:25.011126+0000 mgr.a (mgr.24293) 16360 : audit 0 from='client.325815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:26.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:25 smithi027 bash[31536]: audit 2023-12-07T16:38:25.011126+0000 mgr.a (mgr.24293) 16360 : audit 0 from='client.325815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:26 smithi022 bash[28554]: cluster 2023-12-07T16:38:25.900779+0000 mgr.a (mgr.24293) 16361 : cluster 0 pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:38:27.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:26 smithi044 bash[32620]: cluster 2023-12-07T16:38:25.900779+0000 mgr.a (mgr.24293) 16361 : cluster 0 pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:38:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:26 smithi027 bash[31536]: cluster 2023-12-07T16:38:25.900779+0000 mgr.a (mgr.24293) 16361 : cluster 0 pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:38:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:28 smithi022 bash[28554]: cluster 2023-12-07T16:38:27.901365+0000 mgr.a (mgr.24293) 16362 : cluster 0 pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:28 smithi022 bash[28554]: audit 2023-12-07T16:38:28.070702+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:28 smithi022 bash[28554]: audit 2023-12-07T16:38:28.855430+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:28 smithi022 bash[28554]: audit 2023-12-07T16:38:28.857259+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:28 smithi022 bash[28554]: audit 2023-12-07T16:38:28.867272+0000 mon.a (mon.0) 2710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:28 smithi044 bash[32620]: cluster 2023-12-07T16:38:27.901365+0000 mgr.a (mgr.24293) 16362 : cluster 0 pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:28 smithi044 bash[32620]: audit 2023-12-07T16:38:28.070702+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:28 smithi044 bash[32620]: audit 2023-12-07T16:38:28.855430+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:28 smithi044 bash[32620]: audit 2023-12-07T16:38:28.857259+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:38:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:28 smithi044 bash[32620]: audit 2023-12-07T16:38:28.867272+0000 mon.a (mon.0) 2710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:38:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:28 smithi027 bash[31536]: cluster 2023-12-07T16:38:27.901365+0000 mgr.a (mgr.24293) 16362 : cluster 0 pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:38:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:28 smithi027 bash[31536]: audit 2023-12-07T16:38:28.070702+0000 mon.a (mon.0) 2707 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:38:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:28 smithi027 bash[31536]: audit 2023-12-07T16:38:28.855430+0000 mon.a (mon.0) 2708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:38:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:28 smithi027 bash[31536]: audit 2023-12-07T16:38:28.857259+0000 mon.a (mon.0) 2709 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:38:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:28 smithi027 bash[31536]: audit 2023-12-07T16:38:28.867272+0000 mon.a (mon.0) 2710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:38:30.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:30.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:30.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:30 smithi022 bash[28554]: cluster 2023-12-07T16:38:29.901948+0000 mgr.a (mgr.24293) 16363 : cluster 0 pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:38:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:30 smithi044 bash[32620]: cluster 2023-12-07T16:38:29.901948+0000 mgr.a (mgr.24293) 16363 : cluster 0 pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:38:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:30 smithi027 bash[31536]: cluster 2023-12-07T16:38:29.901948+0000 mgr.a (mgr.24293) 16363 : cluster 0 pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:38:31.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:31.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:31.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:31.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:31.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:32.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:31 smithi022 bash[28554]: audit 2023-12-07T16:38:30.955524+0000 mgr.a (mgr.24293) 16364 : audit 0 from='client.325890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:31 smithi044 bash[32620]: audit 2023-12-07T16:38:30.955524+0000 mgr.a (mgr.24293) 16364 : audit 0 from='client.325890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:32.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:31 smithi027 bash[31536]: audit 2023-12-07T16:38:30.955524+0000 mgr.a (mgr.24293) 16364 : audit 0 from='client.325890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:33.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:32 smithi022 bash[28554]: cluster 2023-12-07T16:38:31.902905+0000 mgr.a (mgr.24293) 16365 : cluster 0 pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:33.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:32 smithi044 bash[32620]: cluster 2023-12-07T16:38:31.902905+0000 mgr.a (mgr.24293) 16365 : cluster 0 pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:33.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:32 smithi027 bash[31536]: cluster 2023-12-07T16:38:31.902905+0000 mgr.a (mgr.24293) 16365 : cluster 0 pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:34 smithi022 bash[28554]: cluster 2023-12-07T16:38:33.903508+0000 mgr.a (mgr.24293) 16366 : cluster 0 pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:34 smithi044 bash[32620]: cluster 2023-12-07T16:38:33.903508+0000 mgr.a (mgr.24293) 16366 : cluster 0 pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:35.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:34 smithi027 bash[31536]: cluster 2023-12-07T16:38:33.903508+0000 mgr.a (mgr.24293) 16366 : cluster 0 pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:38:36.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:36.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:36.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:37.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:37.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:37.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:37.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:37.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:36 smithi022 bash[28554]: cluster 2023-12-07T16:38:35.904303+0000 mgr.a (mgr.24293) 16367 : cluster 0 pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:36 smithi044 bash[32620]: cluster 2023-12-07T16:38:35.904303+0000 mgr.a (mgr.24293) 16367 : cluster 0 pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:36 smithi027 bash[31536]: cluster 2023-12-07T16:38:35.904303+0000 mgr.a (mgr.24293) 16367 : cluster 0 pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:38.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:37 smithi022 bash[28554]: audit 2023-12-07T16:38:36.879914+0000 mgr.a (mgr.24293) 16368 : audit 0 from='client.325965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:38.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:37 smithi044 bash[32620]: audit 2023-12-07T16:38:36.879914+0000 mgr.a (mgr.24293) 16368 : audit 0 from='client.325965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:37 smithi027 bash[31536]: audit 2023-12-07T16:38:36.879914+0000 mgr.a (mgr.24293) 16368 : audit 0 from='client.325965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:38 smithi022 bash[28554]: cluster 2023-12-07T16:38:37.904914+0000 mgr.a (mgr.24293) 16369 : cluster 0 pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:38:39.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:38 smithi044 bash[32620]: cluster 2023-12-07T16:38:37.904914+0000 mgr.a (mgr.24293) 16369 : cluster 0 pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:38:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:38 smithi027 bash[31536]: cluster 2023-12-07T16:38:37.904914+0000 mgr.a (mgr.24293) 16369 : cluster 0 pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:38:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:41 smithi022 bash[28554]: cluster 2023-12-07T16:38:39.905488+0000 mgr.a (mgr.24293) 16370 : cluster 0 pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:38:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:41 smithi044 bash[32620]: cluster 2023-12-07T16:38:39.905488+0000 mgr.a (mgr.24293) 16370 : cluster 0 pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:38:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:41 smithi027 bash[31536]: cluster 2023-12-07T16:38:39.905488+0000 mgr.a (mgr.24293) 16370 : cluster 0 pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:38:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:42.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:42.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:42.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:42 smithi022 bash[28554]: cluster 2023-12-07T16:38:41.906302+0000 mgr.a (mgr.24293) 16371 : cluster 0 pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:38:42.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:42 smithi044 bash[32620]: cluster 2023-12-07T16:38:41.906302+0000 mgr.a (mgr.24293) 16371 : cluster 0 pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:38:42.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:42 smithi027 bash[31536]: cluster 2023-12-07T16:38:41.906302+0000 mgr.a (mgr.24293) 16371 : cluster 0 pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:38:43.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:43.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:43 smithi022 bash[28554]: audit 2023-12-07T16:38:42.829689+0000 mgr.a (mgr.24293) 16372 : audit 0 from='client.326043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:43.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:43 smithi044 bash[32620]: audit 2023-12-07T16:38:42.829689+0000 mgr.a (mgr.24293) 16372 : audit 0 from='client.326043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:43.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:43 smithi027 bash[31536]: audit 2023-12-07T16:38:42.829689+0000 mgr.a (mgr.24293) 16372 : audit 0 from='client.326043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:44.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:44 smithi022 bash[28554]: cluster 2023-12-07T16:38:43.906955+0000 mgr.a (mgr.24293) 16373 : 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-07T16:38:44.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:44 smithi044 bash[32620]: cluster 2023-12-07T16:38:43.906955+0000 mgr.a (mgr.24293) 16373 : 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-07T16:38:44.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:44 smithi027 bash[31536]: cluster 2023-12-07T16:38:43.906955+0000 mgr.a (mgr.24293) 16373 : 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-07T16:38:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:46 smithi022 bash[28554]: cluster 2023-12-07T16:38:45.907776+0000 mgr.a (mgr.24293) 16374 : cluster 0 pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:46 smithi044 bash[32620]: cluster 2023-12-07T16:38:45.907776+0000 mgr.a (mgr.24293) 16374 : cluster 0 pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:46 smithi027 bash[31536]: cluster 2023-12-07T16:38:45.907776+0000 mgr.a (mgr.24293) 16374 : cluster 0 pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:48.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:48.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:48.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:49.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:49.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:48 smithi022 bash[28554]: cluster 2023-12-07T16:38:47.908325+0000 mgr.a (mgr.24293) 16375 : cluster 0 pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:48 smithi044 bash[32620]: cluster 2023-12-07T16:38:47.908325+0000 mgr.a (mgr.24293) 16375 : cluster 0 pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:48 smithi027 bash[31536]: cluster 2023-12-07T16:38:47.908325+0000 mgr.a (mgr.24293) 16375 : cluster 0 pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:50.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:49 smithi022 bash[28554]: audit 2023-12-07T16:38:48.759388+0000 mgr.a (mgr.24293) 16376 : audit 0 from='client.326121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:50.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:49 smithi044 bash[32620]: audit 2023-12-07T16:38:48.759388+0000 mgr.a (mgr.24293) 16376 : audit 0 from='client.326121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:50.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:49 smithi027 bash[31536]: audit 2023-12-07T16:38:48.759388+0000 mgr.a (mgr.24293) 16376 : audit 0 from='client.326121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:50 smithi022 bash[28554]: cluster 2023-12-07T16:38:49.909157+0000 mgr.a (mgr.24293) 16377 : cluster 0 pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:51.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:50 smithi044 bash[32620]: cluster 2023-12-07T16:38:49.909157+0000 mgr.a (mgr.24293) 16377 : cluster 0 pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:50 smithi027 bash[31536]: cluster 2023-12-07T16:38:49.909157+0000 mgr.a (mgr.24293) 16377 : cluster 0 pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:52.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:52 smithi022 bash[28554]: cluster 2023-12-07T16:38:51.910034+0000 mgr.a (mgr.24293) 16378 : cluster 0 pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:52.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:52 smithi044 bash[32620]: cluster 2023-12-07T16:38:51.910034+0000 mgr.a (mgr.24293) 16378 : cluster 0 pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:52 smithi027 bash[31536]: cluster 2023-12-07T16:38:51.910034+0000 mgr.a (mgr.24293) 16378 : cluster 0 pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:54.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:38:54.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:38:54.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:38:55.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:38:55.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:38:55.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:38:55.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:38:55.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:38:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:54 smithi022 bash[28554]: cluster 2023-12-07T16:38:53.910585+0000 mgr.a (mgr.24293) 16379 : cluster 0 pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:55.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:54 smithi044 bash[32620]: cluster 2023-12-07T16:38:53.910585+0000 mgr.a (mgr.24293) 16379 : cluster 0 pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:55.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:54 smithi027 bash[31536]: cluster 2023-12-07T16:38:53.910585+0000 mgr.a (mgr.24293) 16379 : cluster 0 pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:38:56.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:55 smithi022 bash[28554]: audit 2023-12-07T16:38:54.690281+0000 mgr.a (mgr.24293) 16380 : audit 0 from='client.326196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:56.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:55 smithi044 bash[32620]: audit 2023-12-07T16:38:54.690281+0000 mgr.a (mgr.24293) 16380 : audit 0 from='client.326196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:56.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:55 smithi027 bash[31536]: audit 2023-12-07T16:38:54.690281+0000 mgr.a (mgr.24293) 16380 : audit 0 from='client.326196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:38:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:56 smithi022 bash[28554]: cluster 2023-12-07T16:38:55.911477+0000 mgr.a (mgr.24293) 16381 : cluster 0 pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:56 smithi044 bash[32620]: cluster 2023-12-07T16:38:55.911477+0000 mgr.a (mgr.24293) 16381 : cluster 0 pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:56 smithi027 bash[31536]: cluster 2023-12-07T16:38:55.911477+0000 mgr.a (mgr.24293) 16381 : cluster 0 pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:38:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:38:58 smithi022 bash[28554]: cluster 2023-12-07T16:38:57.912048+0000 mgr.a (mgr.24293) 16382 : 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-07T16:38:59.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:38:58 smithi044 bash[32620]: cluster 2023-12-07T16:38:57.912048+0000 mgr.a (mgr.24293) 16382 : 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-07T16:38:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:38:58 smithi027 bash[31536]: cluster 2023-12-07T16:38:57.912048+0000 mgr.a (mgr.24293) 16382 : 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-07T16:39:00.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:01.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:01.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:01.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:01.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:01.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:00 smithi022 bash[28554]: cluster 2023-12-07T16:38:59.912575+0000 mgr.a (mgr.24293) 16383 : 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-07T16:39:01.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:00 smithi044 bash[32620]: cluster 2023-12-07T16:38:59.912575+0000 mgr.a (mgr.24293) 16383 : 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-07T16:39:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:00 smithi027 bash[31536]: cluster 2023-12-07T16:38:59.912575+0000 mgr.a (mgr.24293) 16383 : 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-07T16:39:02.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:01 smithi022 bash[28554]: audit 2023-12-07T16:39:00.632789+0000 mgr.a (mgr.24293) 16384 : audit 0 from='client.326268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:02.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:01 smithi044 bash[32620]: audit 2023-12-07T16:39:00.632789+0000 mgr.a (mgr.24293) 16384 : audit 0 from='client.326268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:02.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:01 smithi027 bash[31536]: audit 2023-12-07T16:39:00.632789+0000 mgr.a (mgr.24293) 16384 : audit 0 from='client.326268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:03.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:02 smithi022 bash[28554]: cluster 2023-12-07T16:39:01.913601+0000 mgr.a (mgr.24293) 16385 : cluster 0 pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:03.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:02 smithi044 bash[32620]: cluster 2023-12-07T16:39:01.913601+0000 mgr.a (mgr.24293) 16385 : cluster 0 pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:03.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:02 smithi027 bash[31536]: cluster 2023-12-07T16:39:01.913601+0000 mgr.a (mgr.24293) 16385 : cluster 0 pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:04 smithi022 bash[28554]: cluster 2023-12-07T16:39:03.914165+0000 mgr.a (mgr.24293) 16386 : cluster 0 pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:05.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:04 smithi044 bash[32620]: cluster 2023-12-07T16:39:03.914165+0000 mgr.a (mgr.24293) 16386 : cluster 0 pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:04 smithi027 bash[31536]: cluster 2023-12-07T16:39:03.914165+0000 mgr.a (mgr.24293) 16386 : cluster 0 pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:06.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:06.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:06.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:07.120 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:07.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:06 smithi022 bash[28554]: cluster 2023-12-07T16:39:05.914961+0000 mgr.a (mgr.24293) 16387 : cluster 0 pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:07.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:06 smithi044 bash[32620]: cluster 2023-12-07T16:39:05.914961+0000 mgr.a (mgr.24293) 16387 : cluster 0 pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:06 smithi027 bash[31536]: cluster 2023-12-07T16:39:05.914961+0000 mgr.a (mgr.24293) 16387 : cluster 0 pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:08.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:08 smithi022 bash[28554]: audit 2023-12-07T16:39:06.593201+0000 mgr.a (mgr.24293) 16388 : audit 0 from='client.326343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:08.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:08 smithi044 bash[32620]: audit 2023-12-07T16:39:06.593201+0000 mgr.a (mgr.24293) 16388 : audit 0 from='client.326343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:08.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:08 smithi027 bash[31536]: audit 2023-12-07T16:39:06.593201+0000 mgr.a (mgr.24293) 16388 : audit 0 from='client.326343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:09 smithi022 bash[28554]: cluster 2023-12-07T16:39:07.915748+0000 mgr.a (mgr.24293) 16389 : cluster 0 pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:09 smithi044 bash[32620]: cluster 2023-12-07T16:39:07.915748+0000 mgr.a (mgr.24293) 16389 : cluster 0 pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:09 smithi027 bash[31536]: cluster 2023-12-07T16:39:07.915748+0000 mgr.a (mgr.24293) 16389 : cluster 0 pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:11 smithi022 bash[28554]: cluster 2023-12-07T16:39:09.916462+0000 mgr.a (mgr.24293) 16390 : cluster 0 pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:11 smithi044 bash[32620]: cluster 2023-12-07T16:39:09.916462+0000 mgr.a (mgr.24293) 16390 : cluster 0 pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:11 smithi027 bash[31536]: cluster 2023-12-07T16:39:09.916462+0000 mgr.a (mgr.24293) 16390 : cluster 0 pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:12.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:12.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:12.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:12.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:12 smithi022 bash[28554]: cluster 2023-12-07T16:39:11.917472+0000 mgr.a (mgr.24293) 16391 : cluster 0 pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:12.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:12 smithi044 bash[32620]: cluster 2023-12-07T16:39:11.917472+0000 mgr.a (mgr.24293) 16391 : cluster 0 pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:12.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:12 smithi027 bash[31536]: cluster 2023-12-07T16:39:11.917472+0000 mgr.a (mgr.24293) 16391 : cluster 0 pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:13.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:13.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:13.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:13.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:13.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:13.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:13 smithi022 bash[28554]: audit 2023-12-07T16:39:12.535441+0000 mgr.a (mgr.24293) 16392 : audit 0 from='client.326421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:13.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:13 smithi044 bash[32620]: audit 2023-12-07T16:39:12.535441+0000 mgr.a (mgr.24293) 16392 : audit 0 from='client.326421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:13.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:13 smithi027 bash[31536]: audit 2023-12-07T16:39:12.535441+0000 mgr.a (mgr.24293) 16392 : audit 0 from='client.326421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:14.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:14 smithi027 bash[31536]: cluster 2023-12-07T16:39:13.918273+0000 mgr.a (mgr.24293) 16393 : 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-07T16:39:14.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:14 smithi022 bash[28554]: cluster 2023-12-07T16:39:13.918273+0000 mgr.a (mgr.24293) 16393 : 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-07T16:39:14.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:14 smithi044 bash[32620]: cluster 2023-12-07T16:39:13.918273+0000 mgr.a (mgr.24293) 16393 : 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-07T16:39:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:16 smithi022 bash[28554]: cluster 2023-12-07T16:39:15.919084+0000 mgr.a (mgr.24293) 16394 : cluster 0 pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:17.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:16 smithi044 bash[32620]: cluster 2023-12-07T16:39:15.919084+0000 mgr.a (mgr.24293) 16394 : cluster 0 pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:16 smithi027 bash[31536]: cluster 2023-12-07T16:39:15.919084+0000 mgr.a (mgr.24293) 16394 : cluster 0 pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:18.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:18.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:18.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:18.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:18.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:18.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:18.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:18.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:18 smithi022 bash[28554]: cluster 2023-12-07T16:39:17.919775+0000 mgr.a (mgr.24293) 16395 : cluster 0 pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:18 smithi044 bash[32620]: cluster 2023-12-07T16:39:17.919775+0000 mgr.a (mgr.24293) 16395 : cluster 0 pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:18 smithi027 bash[31536]: cluster 2023-12-07T16:39:17.919775+0000 mgr.a (mgr.24293) 16395 : cluster 0 pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:20.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:19 smithi022 bash[28554]: audit 2023-12-07T16:39:18.474495+0000 mgr.a (mgr.24293) 16396 : audit 0 from='client.326499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:20.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:19 smithi044 bash[32620]: audit 2023-12-07T16:39:18.474495+0000 mgr.a (mgr.24293) 16396 : audit 0 from='client.326499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:20.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:19 smithi027 bash[31536]: audit 2023-12-07T16:39:18.474495+0000 mgr.a (mgr.24293) 16396 : audit 0 from='client.326499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:20 smithi022 bash[28554]: cluster 2023-12-07T16:39:19.920504+0000 mgr.a (mgr.24293) 16397 : cluster 0 pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:21.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:20 smithi044 bash[32620]: cluster 2023-12-07T16:39:19.920504+0000 mgr.a (mgr.24293) 16397 : cluster 0 pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:20 smithi027 bash[31536]: cluster 2023-12-07T16:39:19.920504+0000 mgr.a (mgr.24293) 16397 : cluster 0 pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:22 smithi022 bash[28554]: cluster 2023-12-07T16:39:21.921354+0000 mgr.a (mgr.24293) 16398 : cluster 0 pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:22 smithi044 bash[32620]: cluster 2023-12-07T16:39:21.921354+0000 mgr.a (mgr.24293) 16398 : cluster 0 pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:22 smithi027 bash[31536]: cluster 2023-12-07T16:39:21.921354+0000 mgr.a (mgr.24293) 16398 : cluster 0 pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:24.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:24.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:24.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:24.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:24.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:24.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:24.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:24.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:24 smithi022 bash[28554]: cluster 2023-12-07T16:39:23.921926+0000 mgr.a (mgr.24293) 16399 : cluster 0 pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:25.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:24 smithi044 bash[32620]: cluster 2023-12-07T16:39:23.921926+0000 mgr.a (mgr.24293) 16399 : cluster 0 pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:25.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:24 smithi027 bash[31536]: cluster 2023-12-07T16:39:23.921926+0000 mgr.a (mgr.24293) 16399 : cluster 0 pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:26.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:25 smithi022 bash[28554]: audit 2023-12-07T16:39:24.420079+0000 mgr.a (mgr.24293) 16400 : audit 0 from='client.326577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:26.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:25 smithi044 bash[32620]: audit 2023-12-07T16:39:24.420079+0000 mgr.a (mgr.24293) 16400 : audit 0 from='client.326577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:26.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:25 smithi027 bash[31536]: audit 2023-12-07T16:39:24.420079+0000 mgr.a (mgr.24293) 16400 : audit 0 from='client.326577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:26 smithi022 bash[28554]: cluster 2023-12-07T16:39:25.922825+0000 mgr.a (mgr.24293) 16401 : cluster 0 pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:26 smithi044 bash[32620]: cluster 2023-12-07T16:39:25.922825+0000 mgr.a (mgr.24293) 16401 : cluster 0 pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:26 smithi027 bash[31536]: cluster 2023-12-07T16:39:25.922825+0000 mgr.a (mgr.24293) 16401 : cluster 0 pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:28 smithi022 bash[28554]: cluster 2023-12-07T16:39:27.923406+0000 mgr.a (mgr.24293) 16402 : cluster 0 pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:28 smithi022 bash[28554]: audit 2023-12-07T16:39:28.970901+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:39:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:28 smithi044 bash[32620]: cluster 2023-12-07T16:39:27.923406+0000 mgr.a (mgr.24293) 16402 : cluster 0 pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:29.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:28 smithi044 bash[32620]: audit 2023-12-07T16:39:28.970901+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:39:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:28 smithi027 bash[31536]: cluster 2023-12-07T16:39:27.923406+0000 mgr.a (mgr.24293) 16402 : cluster 0 pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:28 smithi027 bash[31536]: audit 2023-12-07T16:39:28.970901+0000 mon.a (mon.0) 2711 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:39:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:29.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:29.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:30.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:29 smithi022 bash[28554]: audit 2023-12-07T16:39:29.767670+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:39:30.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:29 smithi022 bash[28554]: audit 2023-12-07T16:39:29.769450+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:39:30.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:29 smithi022 bash[28554]: audit 2023-12-07T16:39:29.779111+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:39:30.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:29 smithi044 bash[32620]: audit 2023-12-07T16:39:29.767670+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:39:30.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:29 smithi044 bash[32620]: audit 2023-12-07T16:39:29.769450+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:39:30.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:29 smithi044 bash[32620]: audit 2023-12-07T16:39:29.779111+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:39:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:29 smithi027 bash[31536]: audit 2023-12-07T16:39:29.767670+0000 mon.a (mon.0) 2712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:39:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:29 smithi027 bash[31536]: audit 2023-12-07T16:39:29.769450+0000 mon.a (mon.0) 2713 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:39:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:29 smithi027 bash[31536]: audit 2023-12-07T16:39:29.779111+0000 mon.a (mon.0) 2714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:39:30.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:30.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:30.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:30.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:30.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:30 smithi022 bash[28554]: cluster 2023-12-07T16:39:29.923971+0000 mgr.a (mgr.24293) 16403 : cluster 0 pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:31.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:30 smithi044 bash[32620]: cluster 2023-12-07T16:39:29.923971+0000 mgr.a (mgr.24293) 16403 : cluster 0 pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:30 smithi027 bash[31536]: cluster 2023-12-07T16:39:29.923971+0000 mgr.a (mgr.24293) 16403 : cluster 0 pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:32.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:31 smithi022 bash[28554]: audit 2023-12-07T16:39:30.349990+0000 mgr.a (mgr.24293) 16404 : audit 0 from='client.326652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:31 smithi044 bash[32620]: audit 2023-12-07T16:39:30.349990+0000 mgr.a (mgr.24293) 16404 : audit 0 from='client.326652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:32.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:31 smithi027 bash[31536]: audit 2023-12-07T16:39:30.349990+0000 mgr.a (mgr.24293) 16404 : audit 0 from='client.326652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:33.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:33 smithi022 bash[28554]: cluster 2023-12-07T16:39:31.925009+0000 mgr.a (mgr.24293) 16405 : cluster 0 pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:33.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:33 smithi044 bash[32620]: cluster 2023-12-07T16:39:31.925009+0000 mgr.a (mgr.24293) 16405 : cluster 0 pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:33.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:33 smithi027 bash[31536]: cluster 2023-12-07T16:39:31.925009+0000 mgr.a (mgr.24293) 16405 : cluster 0 pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:35 smithi022 bash[28554]: cluster 2023-12-07T16:39:33.925612+0000 mgr.a (mgr.24293) 16406 : cluster 0 pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:35.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:35 smithi044 bash[32620]: cluster 2023-12-07T16:39:33.925612+0000 mgr.a (mgr.24293) 16406 : cluster 0 pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:35.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:35 smithi027 bash[31536]: cluster 2023-12-07T16:39:33.925612+0000 mgr.a (mgr.24293) 16406 : cluster 0 pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:35.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:35.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:35.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:36.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:36.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:36.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:36.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:36.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:37 smithi022 bash[28554]: cluster 2023-12-07T16:39:35.926460+0000 mgr.a (mgr.24293) 16407 : cluster 0 pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:37 smithi044 bash[32620]: cluster 2023-12-07T16:39:35.926460+0000 mgr.a (mgr.24293) 16407 : cluster 0 pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:37 smithi027 bash[31536]: cluster 2023-12-07T16:39:35.926460+0000 mgr.a (mgr.24293) 16407 : cluster 0 pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:38.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:38 smithi022 bash[28554]: audit 2023-12-07T16:39:36.303815+0000 mgr.a (mgr.24293) 16408 : audit 0 from='client.326730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:38.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:38 smithi044 bash[32620]: audit 2023-12-07T16:39:36.303815+0000 mgr.a (mgr.24293) 16408 : audit 0 from='client.326730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:38 smithi027 bash[31536]: audit 2023-12-07T16:39:36.303815+0000 mgr.a (mgr.24293) 16408 : audit 0 from='client.326730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:39 smithi022 bash[28554]: cluster 2023-12-07T16:39:37.927241+0000 mgr.a (mgr.24293) 16409 : cluster 0 pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:39.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:39 smithi044 bash[32620]: cluster 2023-12-07T16:39:37.927241+0000 mgr.a (mgr.24293) 16409 : cluster 0 pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:39 smithi027 bash[31536]: cluster 2023-12-07T16:39:37.927241+0000 mgr.a (mgr.24293) 16409 : cluster 0 pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:41 smithi022 bash[28554]: cluster 2023-12-07T16:39:39.927843+0000 mgr.a (mgr.24293) 16410 : cluster 0 pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:41.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:41 smithi044 bash[32620]: cluster 2023-12-07T16:39:39.927843+0000 mgr.a (mgr.24293) 16410 : cluster 0 pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:41 smithi027 bash[31536]: cluster 2023-12-07T16:39:39.927843+0000 mgr.a (mgr.24293) 16410 : cluster 0 pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:39:41.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:41.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:41.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:42.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:42 smithi027 bash[31536]: cluster 2023-12-07T16:39:41.928624+0000 mgr.a (mgr.24293) 16411 : cluster 0 pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:42.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:42.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:42.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:42.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:42.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:42 smithi022 bash[28554]: cluster 2023-12-07T16:39:41.928624+0000 mgr.a (mgr.24293) 16411 : cluster 0 pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:42 smithi044 bash[32620]: cluster 2023-12-07T16:39:41.928624+0000 mgr.a (mgr.24293) 16411 : cluster 0 pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:43.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:43 smithi027 bash[31536]: audit 2023-12-07T16:39:42.275072+0000 mgr.a (mgr.24293) 16412 : audit 0 from='client.326802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:43 smithi022 bash[28554]: audit 2023-12-07T16:39:42.275072+0000 mgr.a (mgr.24293) 16412 : audit 0 from='client.326802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:43 smithi044 bash[32620]: audit 2023-12-07T16:39:42.275072+0000 mgr.a (mgr.24293) 16412 : audit 0 from='client.326802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:44.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:44 smithi027 bash[31536]: cluster 2023-12-07T16:39:43.929336+0000 mgr.a (mgr.24293) 16413 : 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-07T16:39:44.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:44 smithi022 bash[28554]: cluster 2023-12-07T16:39:43.929336+0000 mgr.a (mgr.24293) 16413 : 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-07T16:39:44.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:44 smithi044 bash[32620]: cluster 2023-12-07T16:39:43.929336+0000 mgr.a (mgr.24293) 16413 : 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-07T16:39:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:46 smithi022 bash[28554]: cluster 2023-12-07T16:39:45.930153+0000 mgr.a (mgr.24293) 16414 : 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-07T16:39:47.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:46 smithi044 bash[32620]: cluster 2023-12-07T16:39:45.930153+0000 mgr.a (mgr.24293) 16414 : 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-07T16:39:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:46 smithi027 bash[31536]: cluster 2023-12-07T16:39:45.930153+0000 mgr.a (mgr.24293) 16414 : 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-07T16:39:47.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:47.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:47.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:48.746 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:48.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:48.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:48.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:48.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:48 smithi022 bash[28554]: cluster 2023-12-07T16:39:47.930613+0000 mgr.a (mgr.24293) 16415 : 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-07T16:39:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:48 smithi044 bash[32620]: cluster 2023-12-07T16:39:47.930613+0000 mgr.a (mgr.24293) 16415 : 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-07T16:39:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:48 smithi027 bash[31536]: cluster 2023-12-07T16:39:47.930613+0000 mgr.a (mgr.24293) 16415 : 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-07T16:39:50.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:49 smithi022 bash[28554]: audit 2023-12-07T16:39:48.211064+0000 mgr.a (mgr.24293) 16416 : audit 0 from='client.326874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:50.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:49 smithi044 bash[32620]: audit 2023-12-07T16:39:48.211064+0000 mgr.a (mgr.24293) 16416 : audit 0 from='client.326874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:50.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:50 smithi027 bash[31536]: audit 2023-12-07T16:39:48.211064+0000 mgr.a (mgr.24293) 16416 : audit 0 from='client.326874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:50 smithi022 bash[28554]: cluster 2023-12-07T16:39:49.931322+0000 mgr.a (mgr.24293) 16417 : 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-07T16:39:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:51 smithi044 bash[32620]: cluster 2023-12-07T16:39:49.931322+0000 mgr.a (mgr.24293) 16417 : 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-07T16:39:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:51 smithi027 bash[31536]: cluster 2023-12-07T16:39:49.931322+0000 mgr.a (mgr.24293) 16417 : 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-07T16:39:52.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:52 smithi027 bash[31536]: cluster 2023-12-07T16:39:51.932187+0000 mgr.a (mgr.24293) 16418 : cluster 0 pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:52 smithi022 bash[28554]: cluster 2023-12-07T16:39:51.932187+0000 mgr.a (mgr.24293) 16418 : cluster 0 pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:52 smithi044 bash[32620]: cluster 2023-12-07T16:39:51.932187+0000 mgr.a (mgr.24293) 16418 : cluster 0 pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:53.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:53.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:53.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:39:54.699 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:39:54.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:39:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:39:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:39:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:39:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:54 smithi022 bash[28554]: cluster 2023-12-07T16:39:53.932849+0000 mgr.a (mgr.24293) 16419 : cluster 0 pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:55.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:54 smithi044 bash[32620]: cluster 2023-12-07T16:39:53.932849+0000 mgr.a (mgr.24293) 16419 : cluster 0 pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:55.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:54 smithi027 bash[31536]: cluster 2023-12-07T16:39:53.932849+0000 mgr.a (mgr.24293) 16419 : cluster 0 pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:56.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:55 smithi022 bash[28554]: audit 2023-12-07T16:39:54.168907+0000 mgr.a (mgr.24293) 16420 : audit 0 from='client.326946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:56.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:55 smithi044 bash[32620]: audit 2023-12-07T16:39:54.168907+0000 mgr.a (mgr.24293) 16420 : audit 0 from='client.326946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:56.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:55 smithi027 bash[31536]: audit 2023-12-07T16:39:54.168907+0000 mgr.a (mgr.24293) 16420 : audit 0 from='client.326946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:39:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:56 smithi022 bash[28554]: cluster 2023-12-07T16:39:55.933859+0000 mgr.a (mgr.24293) 16421 : cluster 0 pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:57 smithi044 bash[32620]: cluster 2023-12-07T16:39:55.933859+0000 mgr.a (mgr.24293) 16421 : cluster 0 pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:57 smithi027 bash[31536]: cluster 2023-12-07T16:39:55.933859+0000 mgr.a (mgr.24293) 16421 : cluster 0 pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:39:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:39:59 smithi022 bash[28554]: cluster 2023-12-07T16:39:57.934461+0000 mgr.a (mgr.24293) 16422 : cluster 0 pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:39:59 smithi044 bash[32620]: cluster 2023-12-07T16:39:57.934461+0000 mgr.a (mgr.24293) 16422 : cluster 0 pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:39:59 smithi027 bash[31536]: cluster 2023-12-07T16:39:57.934461+0000 mgr.a (mgr.24293) 16422 : cluster 0 pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:39:59.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:39:59.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:39:59.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:00.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:00 smithi022 bash[28554]: cluster 2023-12-07T16:40:00.000141+0000 mon.a (mon.0) 2715 : cluster 1 overall HEALTH_OK 2023-12-07T16:40:00.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:00 smithi044 bash[32620]: cluster 2023-12-07T16:40:00.000141+0000 mon.a (mon.0) 2715 : cluster 1 overall HEALTH_OK 2023-12-07T16:40:00.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:00 smithi027 bash[31536]: cluster 2023-12-07T16:40:00.000141+0000 mon.a (mon.0) 2715 : cluster 1 overall HEALTH_OK 2023-12-07T16:40:00.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:00.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:00.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:00.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:00.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:01 smithi022 bash[28554]: cluster 2023-12-07T16:39:59.934872+0000 mgr.a (mgr.24293) 16423 : cluster 0 pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:01 smithi022 bash[28554]: audit 2023-12-07T16:40:00.121253+0000 mgr.a (mgr.24293) 16424 : audit 0 from='client.327024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:01 smithi044 bash[32620]: cluster 2023-12-07T16:39:59.934872+0000 mgr.a (mgr.24293) 16423 : cluster 0 pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:01 smithi044 bash[32620]: audit 2023-12-07T16:40:00.121253+0000 mgr.a (mgr.24293) 16424 : audit 0 from='client.327024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:01 smithi027 bash[31536]: cluster 2023-12-07T16:39:59.934872+0000 mgr.a (mgr.24293) 16423 : cluster 0 pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:01 smithi027 bash[31536]: audit 2023-12-07T16:40:00.121253+0000 mgr.a (mgr.24293) 16424 : audit 0 from='client.327024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:02.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:02 smithi027 bash[31536]: cluster 2023-12-07T16:40:01.935916+0000 mgr.a (mgr.24293) 16425 : cluster 0 pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:40:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:02 smithi022 bash[28554]: cluster 2023-12-07T16:40:01.935916+0000 mgr.a (mgr.24293) 16425 : cluster 0 pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:40:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:02 smithi044 bash[32620]: cluster 2023-12-07T16:40:01.935916+0000 mgr.a (mgr.24293) 16425 : cluster 0 pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:40:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:04 smithi022 bash[28554]: cluster 2023-12-07T16:40:03.936485+0000 mgr.a (mgr.24293) 16426 : cluster 0 pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:40:05.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:04 smithi044 bash[32620]: cluster 2023-12-07T16:40:03.936485+0000 mgr.a (mgr.24293) 16426 : cluster 0 pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:40:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:04 smithi027 bash[31536]: cluster 2023-12-07T16:40:03.936485+0000 mgr.a (mgr.24293) 16426 : cluster 0 pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:40:05.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:05.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:05.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:06.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:06.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:06.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:06.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:06.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:06 smithi022 bash[28554]: cluster 2023-12-07T16:40:05.937249+0000 mgr.a (mgr.24293) 16427 : cluster 0 pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:06 smithi022 bash[28554]: audit 2023-12-07T16:40:06.072447+0000 mgr.a (mgr.24293) 16428 : audit 0 from='client.327102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:07.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:06 smithi044 bash[32620]: cluster 2023-12-07T16:40:05.937249+0000 mgr.a (mgr.24293) 16427 : cluster 0 pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:07.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:06 smithi044 bash[32620]: audit 2023-12-07T16:40:06.072447+0000 mgr.a (mgr.24293) 16428 : audit 0 from='client.327102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:06 smithi027 bash[31536]: cluster 2023-12-07T16:40:05.937249+0000 mgr.a (mgr.24293) 16427 : cluster 0 pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:06 smithi027 bash[31536]: audit 2023-12-07T16:40:06.072447+0000 mgr.a (mgr.24293) 16428 : audit 0 from='client.327102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:09 smithi022 bash[28554]: cluster 2023-12-07T16:40:07.937957+0000 mgr.a (mgr.24293) 16429 : cluster 0 pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:09 smithi044 bash[32620]: cluster 2023-12-07T16:40:07.937957+0000 mgr.a (mgr.24293) 16429 : cluster 0 pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:09 smithi027 bash[31536]: cluster 2023-12-07T16:40:07.937957+0000 mgr.a (mgr.24293) 16429 : cluster 0 pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:11 smithi022 bash[28554]: cluster 2023-12-07T16:40:09.938575+0000 mgr.a (mgr.24293) 16430 : cluster 0 pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:11.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:11 smithi044 bash[32620]: cluster 2023-12-07T16:40:09.938575+0000 mgr.a (mgr.24293) 16430 : cluster 0 pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:11 smithi027 bash[31536]: cluster 2023-12-07T16:40:09.938575+0000 mgr.a (mgr.24293) 16430 : cluster 0 pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:11.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:11.598 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:11.598 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:12.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:12.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:12.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:12.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:12.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:12.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:12 smithi027 bash[31536]: cluster 2023-12-07T16:40:11.939381+0000 mgr.a (mgr.24293) 16431 : cluster 0 pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:12.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:12 smithi027 bash[31536]: audit 2023-12-07T16:40:12.010578+0000 mgr.a (mgr.24293) 16432 : audit 0 from='client.327180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:12 smithi022 bash[28554]: cluster 2023-12-07T16:40:11.939381+0000 mgr.a (mgr.24293) 16431 : cluster 0 pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:12 smithi022 bash[28554]: audit 2023-12-07T16:40:12.010578+0000 mgr.a (mgr.24293) 16432 : audit 0 from='client.327180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:12.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:12 smithi044 bash[32620]: cluster 2023-12-07T16:40:11.939381+0000 mgr.a (mgr.24293) 16431 : cluster 0 pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:12.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:12 smithi044 bash[32620]: audit 2023-12-07T16:40:12.010578+0000 mgr.a (mgr.24293) 16432 : audit 0 from='client.327180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:14 smithi022 bash[28554]: cluster 2023-12-07T16:40:13.940062+0000 mgr.a (mgr.24293) 16433 : cluster 0 pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:40:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:14 smithi044 bash[32620]: cluster 2023-12-07T16:40:13.940062+0000 mgr.a (mgr.24293) 16433 : cluster 0 pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:40:15.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:14 smithi027 bash[31536]: cluster 2023-12-07T16:40:13.940062+0000 mgr.a (mgr.24293) 16433 : cluster 0 pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:40:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:17 smithi022 bash[28554]: cluster 2023-12-07T16:40:15.940902+0000 mgr.a (mgr.24293) 16434 : cluster 0 pgmap v12287: 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-07T16:40:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:17 smithi044 bash[32620]: cluster 2023-12-07T16:40:15.940902+0000 mgr.a (mgr.24293) 16434 : cluster 0 pgmap v12287: 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-07T16:40:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:17 smithi027 bash[31536]: cluster 2023-12-07T16:40:15.940902+0000 mgr.a (mgr.24293) 16434 : cluster 0 pgmap v12287: 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-07T16:40:17.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:17.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:17.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:18.466 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:19 smithi022 bash[28554]: cluster 2023-12-07T16:40:17.941460+0000 mgr.a (mgr.24293) 16435 : 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-07T16:40:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:19 smithi022 bash[28554]: audit 2023-12-07T16:40:17.956961+0000 mgr.a (mgr.24293) 16436 : audit 0 from='client.327255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:19 smithi044 bash[32620]: cluster 2023-12-07T16:40:17.941460+0000 mgr.a (mgr.24293) 16435 : 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-07T16:40:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:19 smithi044 bash[32620]: audit 2023-12-07T16:40:17.956961+0000 mgr.a (mgr.24293) 16436 : audit 0 from='client.327255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:19 smithi027 bash[31536]: cluster 2023-12-07T16:40:17.941460+0000 mgr.a (mgr.24293) 16435 : 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-07T16:40:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:19 smithi027 bash[31536]: audit 2023-12-07T16:40:17.956961+0000 mgr.a (mgr.24293) 16436 : audit 0 from='client.327255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:21 smithi022 bash[28554]: cluster 2023-12-07T16:40:19.942120+0000 mgr.a (mgr.24293) 16437 : 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-07T16:40:21.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:21 smithi044 bash[32620]: cluster 2023-12-07T16:40:19.942120+0000 mgr.a (mgr.24293) 16437 : 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-07T16:40:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:21 smithi027 bash[31536]: cluster 2023-12-07T16:40:19.942120+0000 mgr.a (mgr.24293) 16437 : 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-07T16:40:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:22 smithi027 bash[31536]: cluster 2023-12-07T16:40:21.943027+0000 mgr.a (mgr.24293) 16438 : cluster 0 pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:22.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:22 smithi022 bash[28554]: cluster 2023-12-07T16:40:21.943027+0000 mgr.a (mgr.24293) 16438 : cluster 0 pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:22 smithi044 bash[32620]: cluster 2023-12-07T16:40:21.943027+0000 mgr.a (mgr.24293) 16438 : cluster 0 pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:23.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:23.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:23.470 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:24.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:24.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:24.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:24.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:24.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:24 smithi022 bash[28554]: audit 2023-12-07T16:40:23.880982+0000 mgr.a (mgr.24293) 16439 : audit 0 from='client.327330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:24 smithi022 bash[28554]: cluster 2023-12-07T16:40:23.943770+0000 mgr.a (mgr.24293) 16440 : cluster 0 pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:25 smithi044 bash[32620]: audit 2023-12-07T16:40:23.880982+0000 mgr.a (mgr.24293) 16439 : audit 0 from='client.327330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:25 smithi044 bash[32620]: cluster 2023-12-07T16:40:23.943770+0000 mgr.a (mgr.24293) 16440 : cluster 0 pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:25.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:25 smithi027 bash[31536]: audit 2023-12-07T16:40:23.880982+0000 mgr.a (mgr.24293) 16439 : audit 0 from='client.327330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:25.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:25 smithi027 bash[31536]: cluster 2023-12-07T16:40:23.943770+0000 mgr.a (mgr.24293) 16440 : cluster 0 pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:27 smithi022 bash[28554]: cluster 2023-12-07T16:40:25.944659+0000 mgr.a (mgr.24293) 16441 : cluster 0 pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:27 smithi044 bash[32620]: cluster 2023-12-07T16:40:25.944659+0000 mgr.a (mgr.24293) 16441 : cluster 0 pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:27 smithi027 bash[31536]: cluster 2023-12-07T16:40:25.944659+0000 mgr.a (mgr.24293) 16441 : cluster 0 pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:29.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:29.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:29.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:29 smithi022 bash[28554]: cluster 2023-12-07T16:40:27.945220+0000 mgr.a (mgr.24293) 16442 : cluster 0 pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:29 smithi044 bash[32620]: cluster 2023-12-07T16:40:27.945220+0000 mgr.a (mgr.24293) 16442 : cluster 0 pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:29 smithi027 bash[31536]: cluster 2023-12-07T16:40:27.945220+0000 mgr.a (mgr.24293) 16442 : cluster 0 pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:30.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:30.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:30.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:30.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:30.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:30.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:30 smithi022 bash[28554]: audit 2023-12-07T16:40:29.883427+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:40:30.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:30 smithi044 bash[32620]: audit 2023-12-07T16:40:29.883427+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:40:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:30 smithi027 bash[31536]: audit 2023-12-07T16:40:29.883427+0000 mon.a (mon.0) 2716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:40:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:31 smithi022 bash[28554]: audit 2023-12-07T16:40:29.809708+0000 mgr.a (mgr.24293) 16443 : audit 0 from='client.327408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:31 smithi022 bash[28554]: cluster 2023-12-07T16:40:29.945784+0000 mgr.a (mgr.24293) 16444 : cluster 0 pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:31 smithi022 bash[28554]: audit 2023-12-07T16:40:30.683204+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:40:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:31 smithi022 bash[28554]: audit 2023-12-07T16:40:30.685285+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:40:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:31 smithi022 bash[28554]: audit 2023-12-07T16:40:30.695683+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:40:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:31 smithi044 bash[32620]: audit 2023-12-07T16:40:29.809708+0000 mgr.a (mgr.24293) 16443 : audit 0 from='client.327408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:31.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:31 smithi044 bash[32620]: cluster 2023-12-07T16:40:29.945784+0000 mgr.a (mgr.24293) 16444 : cluster 0 pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:31.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:31 smithi044 bash[32620]: audit 2023-12-07T16:40:30.683204+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:40:31.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:31 smithi044 bash[32620]: audit 2023-12-07T16:40:30.685285+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:40:31.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:31 smithi044 bash[32620]: audit 2023-12-07T16:40:30.695683+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:40:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:31 smithi027 bash[31536]: audit 2023-12-07T16:40:29.809708+0000 mgr.a (mgr.24293) 16443 : audit 0 from='client.327408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:31 smithi027 bash[31536]: cluster 2023-12-07T16:40:29.945784+0000 mgr.a (mgr.24293) 16444 : cluster 0 pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:31 smithi027 bash[31536]: audit 2023-12-07T16:40:30.683204+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:40:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:31 smithi027 bash[31536]: audit 2023-12-07T16:40:30.685285+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:40:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:31 smithi027 bash[31536]: audit 2023-12-07T16:40:30.695683+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:40:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:32 smithi027 bash[31536]: cluster 2023-12-07T16:40:31.946696+0000 mgr.a (mgr.24293) 16445 : cluster 0 pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:32.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:32 smithi022 bash[28554]: cluster 2023-12-07T16:40:31.946696+0000 mgr.a (mgr.24293) 16445 : cluster 0 pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:32 smithi044 bash[32620]: cluster 2023-12-07T16:40:31.946696+0000 mgr.a (mgr.24293) 16445 : cluster 0 pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:35.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:35.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:35.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:35 smithi022 bash[28554]: cluster 2023-12-07T16:40:33.947456+0000 mgr.a (mgr.24293) 16446 : cluster 0 pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:35 smithi044 bash[32620]: cluster 2023-12-07T16:40:33.947456+0000 mgr.a (mgr.24293) 16446 : cluster 0 pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:35.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:35 smithi027 bash[31536]: cluster 2023-12-07T16:40:33.947456+0000 mgr.a (mgr.24293) 16446 : cluster 0 pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:36.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:37 smithi022 bash[28554]: audit 2023-12-07T16:40:35.728063+0000 mgr.a (mgr.24293) 16447 : audit 0 from='client.327486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:37 smithi022 bash[28554]: cluster 2023-12-07T16:40:35.948545+0000 mgr.a (mgr.24293) 16448 : cluster 0 pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:37.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:37 smithi044 bash[32620]: audit 2023-12-07T16:40:35.728063+0000 mgr.a (mgr.24293) 16447 : audit 0 from='client.327486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:37.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:37 smithi044 bash[32620]: cluster 2023-12-07T16:40:35.948545+0000 mgr.a (mgr.24293) 16448 : cluster 0 pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:37 smithi027 bash[31536]: audit 2023-12-07T16:40:35.728063+0000 mgr.a (mgr.24293) 16447 : audit 0 from='client.327486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:37 smithi027 bash[31536]: cluster 2023-12-07T16:40:35.948545+0000 mgr.a (mgr.24293) 16448 : cluster 0 pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:39 smithi022 bash[28554]: cluster 2023-12-07T16:40:37.949417+0000 mgr.a (mgr.24293) 16449 : cluster 0 pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:39.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:39 smithi044 bash[32620]: cluster 2023-12-07T16:40:37.949417+0000 mgr.a (mgr.24293) 16449 : cluster 0 pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:39 smithi027 bash[31536]: cluster 2023-12-07T16:40:37.949417+0000 mgr.a (mgr.24293) 16449 : cluster 0 pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:41.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:41.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:41.268 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:41 smithi022 bash[28554]: cluster 2023-12-07T16:40:39.950160+0000 mgr.a (mgr.24293) 16450 : cluster 0 pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:41 smithi044 bash[32620]: cluster 2023-12-07T16:40:39.950160+0000 mgr.a (mgr.24293) 16450 : cluster 0 pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:41 smithi027 bash[31536]: cluster 2023-12-07T16:40:39.950160+0000 mgr.a (mgr.24293) 16450 : cluster 0 pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:40:42.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:42.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:42.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:42.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:42.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:42 smithi022 bash[28554]: audit 2023-12-07T16:40:41.689417+0000 mgr.a (mgr.24293) 16451 : audit 0 from='client.327564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:42 smithi022 bash[28554]: cluster 2023-12-07T16:40:41.957936+0000 mgr.a (mgr.24293) 16452 : cluster 0 pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:42 smithi044 bash[32620]: audit 2023-12-07T16:40:41.689417+0000 mgr.a (mgr.24293) 16451 : audit 0 from='client.327564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:42 smithi044 bash[32620]: cluster 2023-12-07T16:40:41.957936+0000 mgr.a (mgr.24293) 16452 : cluster 0 pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:42 smithi027 bash[31536]: audit 2023-12-07T16:40:41.689417+0000 mgr.a (mgr.24293) 16451 : audit 0 from='client.327564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:42 smithi027 bash[31536]: cluster 2023-12-07T16:40:41.957936+0000 mgr.a (mgr.24293) 16452 : cluster 0 pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:45 smithi022 bash[28554]: cluster 2023-12-07T16:40:43.958722+0000 mgr.a (mgr.24293) 16453 : cluster 0 pgmap v12301: 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-07T16:40:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:45 smithi044 bash[32620]: cluster 2023-12-07T16:40:43.958722+0000 mgr.a (mgr.24293) 16453 : cluster 0 pgmap v12301: 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-07T16:40:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:45 smithi027 bash[31536]: cluster 2023-12-07T16:40:43.958722+0000 mgr.a (mgr.24293) 16453 : cluster 0 pgmap v12301: 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-07T16:40:47.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:47.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:47.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:47 smithi022 bash[28554]: cluster 2023-12-07T16:40:45.959560+0000 mgr.a (mgr.24293) 16454 : cluster 0 pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:47 smithi044 bash[32620]: cluster 2023-12-07T16:40:45.959560+0000 mgr.a (mgr.24293) 16454 : cluster 0 pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:47 smithi027 bash[31536]: cluster 2023-12-07T16:40:45.959560+0000 mgr.a (mgr.24293) 16454 : cluster 0 pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:48.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:48.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:49 smithi022 bash[28554]: audit 2023-12-07T16:40:47.641987+0000 mgr.a (mgr.24293) 16455 : audit 0 from='client.260858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:49 smithi022 bash[28554]: cluster 2023-12-07T16:40:47.960144+0000 mgr.a (mgr.24293) 16456 : 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-07T16:40:49.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:49 smithi044 bash[32620]: audit 2023-12-07T16:40:47.641987+0000 mgr.a (mgr.24293) 16455 : audit 0 from='client.260858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:49.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:49 smithi044 bash[32620]: cluster 2023-12-07T16:40:47.960144+0000 mgr.a (mgr.24293) 16456 : 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-07T16:40:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:49 smithi027 bash[31536]: audit 2023-12-07T16:40:47.641987+0000 mgr.a (mgr.24293) 16455 : audit 0 from='client.260858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:49 smithi027 bash[31536]: cluster 2023-12-07T16:40:47.960144+0000 mgr.a (mgr.24293) 16456 : 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-07T16:40:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:51 smithi022 bash[28554]: cluster 2023-12-07T16:40:49.960838+0000 mgr.a (mgr.24293) 16457 : 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-07T16:40:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:51 smithi044 bash[32620]: cluster 2023-12-07T16:40:49.960838+0000 mgr.a (mgr.24293) 16457 : 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-07T16:40:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:51 smithi027 bash[31536]: cluster 2023-12-07T16:40:49.960838+0000 mgr.a (mgr.24293) 16457 : 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-07T16:40:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:52 smithi022 bash[28554]: cluster 2023-12-07T16:40:51.961695+0000 mgr.a (mgr.24293) 16458 : cluster 0 pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:52 smithi044 bash[32620]: cluster 2023-12-07T16:40:51.961695+0000 mgr.a (mgr.24293) 16458 : cluster 0 pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:52 smithi027 bash[31536]: cluster 2023-12-07T16:40:51.961695+0000 mgr.a (mgr.24293) 16458 : cluster 0 pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:53.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:53.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:53.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:54.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:40:54.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:40:54.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:40:54.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:40:54.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:40:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:55 smithi022 bash[28554]: audit 2023-12-07T16:40:53.577046+0000 mgr.a (mgr.24293) 16459 : audit 0 from='client.327714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:55 smithi022 bash[28554]: cluster 2023-12-07T16:40:53.962472+0000 mgr.a (mgr.24293) 16460 : cluster 0 pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:55.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:55 smithi044 bash[32620]: audit 2023-12-07T16:40:53.577046+0000 mgr.a (mgr.24293) 16459 : audit 0 from='client.327714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:55.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:55 smithi044 bash[32620]: cluster 2023-12-07T16:40:53.962472+0000 mgr.a (mgr.24293) 16460 : cluster 0 pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:55.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:55 smithi027 bash[31536]: audit 2023-12-07T16:40:53.577046+0000 mgr.a (mgr.24293) 16459 : audit 0 from='client.327714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:40:55.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:55 smithi027 bash[31536]: cluster 2023-12-07T16:40:53.962472+0000 mgr.a (mgr.24293) 16460 : cluster 0 pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:57 smithi022 bash[28554]: cluster 2023-12-07T16:40:55.963453+0000 mgr.a (mgr.24293) 16461 : cluster 0 pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:57 smithi044 bash[32620]: cluster 2023-12-07T16:40:55.963453+0000 mgr.a (mgr.24293) 16461 : cluster 0 pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:57 smithi027 bash[31536]: cluster 2023-12-07T16:40:55.963453+0000 mgr.a (mgr.24293) 16461 : cluster 0 pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:40:59.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:40:59.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:40:59.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:40:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:40:59 smithi022 bash[28554]: cluster 2023-12-07T16:40:57.964137+0000 mgr.a (mgr.24293) 16462 : cluster 0 pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:40:59 smithi044 bash[32620]: cluster 2023-12-07T16:40:57.964137+0000 mgr.a (mgr.24293) 16462 : cluster 0 pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:40:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:40:59 smithi027 bash[31536]: cluster 2023-12-07T16:40:57.964137+0000 mgr.a (mgr.24293) 16462 : cluster 0 pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:00.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:00.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:00.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:00.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:00.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:01 smithi022 bash[28554]: audit 2023-12-07T16:40:59.499097+0000 mgr.a (mgr.24293) 16463 : audit 0 from='client.327789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:01 smithi022 bash[28554]: cluster 2023-12-07T16:40:59.964724+0000 mgr.a (mgr.24293) 16464 : cluster 0 pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:01 smithi044 bash[32620]: audit 2023-12-07T16:40:59.499097+0000 mgr.a (mgr.24293) 16463 : audit 0 from='client.327789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:01 smithi044 bash[32620]: cluster 2023-12-07T16:40:59.964724+0000 mgr.a (mgr.24293) 16464 : cluster 0 pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:01 smithi027 bash[31536]: audit 2023-12-07T16:40:59.499097+0000 mgr.a (mgr.24293) 16463 : audit 0 from='client.327789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:01 smithi027 bash[31536]: cluster 2023-12-07T16:40:59.964724+0000 mgr.a (mgr.24293) 16464 : cluster 0 pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:02 smithi022 bash[28554]: cluster 2023-12-07T16:41:01.965543+0000 mgr.a (mgr.24293) 16465 : cluster 0 pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:02 smithi044 bash[32620]: cluster 2023-12-07T16:41:01.965543+0000 mgr.a (mgr.24293) 16465 : cluster 0 pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:02.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:02 smithi027 bash[31536]: cluster 2023-12-07T16:41:01.965543+0000 mgr.a (mgr.24293) 16465 : cluster 0 pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:05.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:05.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:05.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:05 smithi022 bash[28554]: cluster 2023-12-07T16:41:03.966039+0000 mgr.a (mgr.24293) 16466 : cluster 0 pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:05.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:05 smithi044 bash[32620]: cluster 2023-12-07T16:41:03.966039+0000 mgr.a (mgr.24293) 16466 : cluster 0 pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:05 smithi027 bash[31536]: cluster 2023-12-07T16:41:03.966039+0000 mgr.a (mgr.24293) 16466 : cluster 0 pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:05.942 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:07 smithi022 bash[28554]: audit 2023-12-07T16:41:05.436752+0000 mgr.a (mgr.24293) 16467 : audit 0 from='client.327867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:07 smithi022 bash[28554]: cluster 2023-12-07T16:41:05.967114+0000 mgr.a (mgr.24293) 16468 : cluster 0 pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:07 smithi044 bash[32620]: audit 2023-12-07T16:41:05.436752+0000 mgr.a (mgr.24293) 16467 : audit 0 from='client.327867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:07.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:07 smithi044 bash[32620]: cluster 2023-12-07T16:41:05.967114+0000 mgr.a (mgr.24293) 16468 : cluster 0 pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:07 smithi027 bash[31536]: audit 2023-12-07T16:41:05.436752+0000 mgr.a (mgr.24293) 16467 : audit 0 from='client.327867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:07 smithi027 bash[31536]: cluster 2023-12-07T16:41:05.967114+0000 mgr.a (mgr.24293) 16468 : cluster 0 pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:09 smithi022 bash[28554]: cluster 2023-12-07T16:41:07.967876+0000 mgr.a (mgr.24293) 16469 : cluster 0 pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:09 smithi044 bash[32620]: cluster 2023-12-07T16:41:07.967876+0000 mgr.a (mgr.24293) 16469 : cluster 0 pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:09 smithi027 bash[31536]: cluster 2023-12-07T16:41:07.967876+0000 mgr.a (mgr.24293) 16469 : cluster 0 pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:10.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:10.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:10.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:11 smithi022 bash[28554]: cluster 2023-12-07T16:41:09.968604+0000 mgr.a (mgr.24293) 16470 : cluster 0 pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:11 smithi044 bash[32620]: cluster 2023-12-07T16:41:09.968604+0000 mgr.a (mgr.24293) 16470 : cluster 0 pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:11 smithi027 bash[31536]: cluster 2023-12-07T16:41:09.968604+0000 mgr.a (mgr.24293) 16470 : cluster 0 pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:11.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:11.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:11.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:11.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:11.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:12 smithi022 bash[28554]: audit 2023-12-07T16:41:11.363598+0000 mgr.a (mgr.24293) 16471 : audit 0 from='client.327945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:12 smithi022 bash[28554]: cluster 2023-12-07T16:41:11.969759+0000 mgr.a (mgr.24293) 16472 : cluster 0 pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:12 smithi044 bash[32620]: audit 2023-12-07T16:41:11.363598+0000 mgr.a (mgr.24293) 16471 : audit 0 from='client.327945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:12 smithi044 bash[32620]: cluster 2023-12-07T16:41:11.969759+0000 mgr.a (mgr.24293) 16472 : cluster 0 pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:12.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:12 smithi027 bash[31536]: audit 2023-12-07T16:41:11.363598+0000 mgr.a (mgr.24293) 16471 : audit 0 from='client.327945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:12.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:12 smithi027 bash[31536]: cluster 2023-12-07T16:41:11.969759+0000 mgr.a (mgr.24293) 16472 : cluster 0 pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:15 smithi022 bash[28554]: cluster 2023-12-07T16:41:13.970483+0000 mgr.a (mgr.24293) 16473 : cluster 0 pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:15.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:15 smithi044 bash[32620]: cluster 2023-12-07T16:41:13.970483+0000 mgr.a (mgr.24293) 16473 : cluster 0 pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:15.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:15 smithi027 bash[31536]: cluster 2023-12-07T16:41:13.970483+0000 mgr.a (mgr.24293) 16473 : cluster 0 pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:16.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:16.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:16.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:17 smithi022 bash[28554]: cluster 2023-12-07T16:41:15.971236+0000 mgr.a (mgr.24293) 16474 : cluster 0 pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:17 smithi044 bash[32620]: cluster 2023-12-07T16:41:15.971236+0000 mgr.a (mgr.24293) 16474 : cluster 0 pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:17 smithi027 bash[31536]: cluster 2023-12-07T16:41:15.971236+0000 mgr.a (mgr.24293) 16474 : cluster 0 pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:17.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:17.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:17.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:17.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:17.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:19 smithi022 bash[28554]: audit 2023-12-07T16:41:17.318395+0000 mgr.a (mgr.24293) 16475 : audit 0 from='client.328023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:19 smithi022 bash[28554]: cluster 2023-12-07T16:41:17.972039+0000 mgr.a (mgr.24293) 16476 : cluster 0 pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:19 smithi044 bash[32620]: audit 2023-12-07T16:41:17.318395+0000 mgr.a (mgr.24293) 16475 : audit 0 from='client.328023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:19.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:19 smithi044 bash[32620]: cluster 2023-12-07T16:41:17.972039+0000 mgr.a (mgr.24293) 16476 : cluster 0 pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:19 smithi027 bash[31536]: audit 2023-12-07T16:41:17.318395+0000 mgr.a (mgr.24293) 16475 : audit 0 from='client.328023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:19 smithi027 bash[31536]: cluster 2023-12-07T16:41:17.972039+0000 mgr.a (mgr.24293) 16476 : cluster 0 pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:21 smithi022 bash[28554]: cluster 2023-12-07T16:41:19.972612+0000 mgr.a (mgr.24293) 16477 : cluster 0 pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:21.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:21 smithi044 bash[32620]: cluster 2023-12-07T16:41:19.972612+0000 mgr.a (mgr.24293) 16477 : cluster 0 pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:21 smithi027 bash[31536]: cluster 2023-12-07T16:41:19.972612+0000 mgr.a (mgr.24293) 16477 : cluster 0 pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:22.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:22.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:22.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:22.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:22 smithi022 bash[28554]: cluster 2023-12-07T16:41:21.973440+0000 mgr.a (mgr.24293) 16478 : cluster 0 pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:22 smithi044 bash[32620]: cluster 2023-12-07T16:41:21.973440+0000 mgr.a (mgr.24293) 16478 : cluster 0 pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:22.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:22 smithi027 bash[31536]: cluster 2023-12-07T16:41:21.973440+0000 mgr.a (mgr.24293) 16478 : cluster 0 pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:23.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:23.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:23.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:23.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:23.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:25 smithi022 bash[28554]: audit 2023-12-07T16:41:23.256911+0000 mgr.a (mgr.24293) 16479 : audit 0 from='client.328098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:25 smithi022 bash[28554]: cluster 2023-12-07T16:41:23.974094+0000 mgr.a (mgr.24293) 16480 : cluster 0 pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:25 smithi044 bash[32620]: audit 2023-12-07T16:41:23.256911+0000 mgr.a (mgr.24293) 16479 : audit 0 from='client.328098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:25.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:25 smithi044 bash[32620]: cluster 2023-12-07T16:41:23.974094+0000 mgr.a (mgr.24293) 16480 : cluster 0 pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:25.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:25 smithi027 bash[31536]: audit 2023-12-07T16:41:23.256911+0000 mgr.a (mgr.24293) 16479 : audit 0 from='client.328098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:25.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:25 smithi027 bash[31536]: cluster 2023-12-07T16:41:23.974094+0000 mgr.a (mgr.24293) 16480 : cluster 0 pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:27 smithi022 bash[28554]: cluster 2023-12-07T16:41:25.974888+0000 mgr.a (mgr.24293) 16481 : cluster 0 pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:27.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:27 smithi044 bash[32620]: cluster 2023-12-07T16:41:25.974888+0000 mgr.a (mgr.24293) 16481 : cluster 0 pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:27 smithi027 bash[31536]: cluster 2023-12-07T16:41:25.974888+0000 mgr.a (mgr.24293) 16481 : cluster 0 pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:28.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:28.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:28.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:29 smithi022 bash[28554]: cluster 2023-12-07T16:41:27.975478+0000 mgr.a (mgr.24293) 16482 : cluster 0 pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:29 smithi044 bash[32620]: cluster 2023-12-07T16:41:27.975478+0000 mgr.a (mgr.24293) 16482 : cluster 0 pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:29 smithi027 bash[31536]: cluster 2023-12-07T16:41:27.975478+0000 mgr.a (mgr.24293) 16482 : cluster 0 pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:29.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:29.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:31 smithi022 bash[28554]: audit 2023-12-07T16:41:29.216273+0000 mgr.a (mgr.24293) 16483 : audit 0 from='client.328170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:31 smithi022 bash[28554]: cluster 2023-12-07T16:41:29.976351+0000 mgr.a (mgr.24293) 16484 : cluster 0 pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:31 smithi022 bash[28554]: audit 2023-12-07T16:41:30.799687+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:41:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:31 smithi044 bash[32620]: audit 2023-12-07T16:41:29.216273+0000 mgr.a (mgr.24293) 16483 : audit 0 from='client.328170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:31 smithi044 bash[32620]: cluster 2023-12-07T16:41:29.976351+0000 mgr.a (mgr.24293) 16484 : cluster 0 pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:31.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:31 smithi044 bash[32620]: audit 2023-12-07T16:41:30.799687+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:41:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:31 smithi027 bash[31536]: audit 2023-12-07T16:41:29.216273+0000 mgr.a (mgr.24293) 16483 : audit 0 from='client.328170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:31 smithi027 bash[31536]: cluster 2023-12-07T16:41:29.976351+0000 mgr.a (mgr.24293) 16484 : cluster 0 pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:31 smithi027 bash[31536]: audit 2023-12-07T16:41:30.799687+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:41:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:32 smithi022 bash[28554]: audit 2023-12-07T16:41:31.330509+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:32 smithi022 bash[28554]: audit 2023-12-07T16:41:31.336697+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:32 smithi022 bash[28554]: cluster 2023-12-07T16:41:31.977335+0000 mgr.a (mgr.24293) 16485 : cluster 0 pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:32 smithi022 bash[28554]: audit 2023-12-07T16:41:32.120900+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:41:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:32 smithi022 bash[28554]: audit 2023-12-07T16:41:32.122841+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:41:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:32 smithi022 bash[28554]: audit 2023-12-07T16:41:32.132605+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:32 smithi044 bash[32620]: audit 2023-12-07T16:41:31.330509+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:32 smithi044 bash[32620]: audit 2023-12-07T16:41:31.336697+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:32 smithi044 bash[32620]: cluster 2023-12-07T16:41:31.977335+0000 mgr.a (mgr.24293) 16485 : cluster 0 pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:32 smithi044 bash[32620]: audit 2023-12-07T16:41:32.120900+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:41:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:32 smithi044 bash[32620]: audit 2023-12-07T16:41:32.122841+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:41:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:32 smithi044 bash[32620]: audit 2023-12-07T16:41:32.132605+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:32 smithi027 bash[31536]: audit 2023-12-07T16:41:31.330509+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:32 smithi027 bash[31536]: audit 2023-12-07T16:41:31.336697+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:32 smithi027 bash[31536]: cluster 2023-12-07T16:41:31.977335+0000 mgr.a (mgr.24293) 16485 : cluster 0 pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:32 smithi027 bash[31536]: audit 2023-12-07T16:41:32.120900+0000 mon.a (mon.0) 2723 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:41:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:32 smithi027 bash[31536]: audit 2023-12-07T16:41:32.122841+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:41:32.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:32 smithi027 bash[31536]: audit 2023-12-07T16:41:32.132605+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:41:34.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:34.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:34.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:35 smithi022 bash[28554]: cluster 2023-12-07T16:41:33.977911+0000 mgr.a (mgr.24293) 16486 : cluster 0 pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:35 smithi044 bash[32620]: cluster 2023-12-07T16:41:33.977911+0000 mgr.a (mgr.24293) 16486 : cluster 0 pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:35.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:35 smithi027 bash[31536]: cluster 2023-12-07T16:41:33.977911+0000 mgr.a (mgr.24293) 16486 : cluster 0 pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:35.689 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:35.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:35.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:35.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:35.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:37 smithi022 bash[28554]: audit 2023-12-07T16:41:35.176758+0000 mgr.a (mgr.24293) 16487 : audit 0 from='client.328248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:37 smithi022 bash[28554]: cluster 2023-12-07T16:41:35.979147+0000 mgr.a (mgr.24293) 16488 : cluster 0 pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:41:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:37 smithi044 bash[32620]: audit 2023-12-07T16:41:35.176758+0000 mgr.a (mgr.24293) 16487 : audit 0 from='client.328248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:37.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:37 smithi044 bash[32620]: cluster 2023-12-07T16:41:35.979147+0000 mgr.a (mgr.24293) 16488 : cluster 0 pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:41:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:37 smithi027 bash[31536]: audit 2023-12-07T16:41:35.176758+0000 mgr.a (mgr.24293) 16487 : audit 0 from='client.328248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:37 smithi027 bash[31536]: cluster 2023-12-07T16:41:35.979147+0000 mgr.a (mgr.24293) 16488 : cluster 0 pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:41:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:39 smithi022 bash[28554]: cluster 2023-12-07T16:41:37.979949+0000 mgr.a (mgr.24293) 16489 : cluster 0 pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:41:39.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:39 smithi044 bash[32620]: cluster 2023-12-07T16:41:37.979949+0000 mgr.a (mgr.24293) 16489 : cluster 0 pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:41:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:39 smithi027 bash[31536]: cluster 2023-12-07T16:41:37.979949+0000 mgr.a (mgr.24293) 16489 : cluster 0 pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:41:40.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:40.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:40.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:41 smithi022 bash[28554]: cluster 2023-12-07T16:41:39.980676+0000 mgr.a (mgr.24293) 16490 : cluster 0 pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:41:41.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:41 smithi044 bash[32620]: cluster 2023-12-07T16:41:39.980676+0000 mgr.a (mgr.24293) 16490 : cluster 0 pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:41:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:41 smithi027 bash[31536]: cluster 2023-12-07T16:41:39.980676+0000 mgr.a (mgr.24293) 16490 : cluster 0 pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:41:41.639 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:41.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:41.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:41.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:41.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:42.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:42 smithi022 bash[28554]: audit 2023-12-07T16:41:41.108495+0000 mgr.a (mgr.24293) 16491 : audit 0 from='client.328323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:42.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:42 smithi044 bash[32620]: audit 2023-12-07T16:41:41.108495+0000 mgr.a (mgr.24293) 16491 : audit 0 from='client.328323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:42.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:42 smithi027 bash[31536]: audit 2023-12-07T16:41:41.108495+0000 mgr.a (mgr.24293) 16491 : audit 0 from='client.328323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:43.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:43 smithi022 bash[28554]: cluster 2023-12-07T16:41:41.981757+0000 mgr.a (mgr.24293) 16492 : cluster 0 pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:43.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:43 smithi044 bash[32620]: cluster 2023-12-07T16:41:41.981757+0000 mgr.a (mgr.24293) 16492 : cluster 0 pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:43.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:43 smithi027 bash[31536]: cluster 2023-12-07T16:41:41.981757+0000 mgr.a (mgr.24293) 16492 : cluster 0 pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:45 smithi022 bash[28554]: cluster 2023-12-07T16:41:43.982348+0000 mgr.a (mgr.24293) 16493 : cluster 0 pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:45.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:45 smithi044 bash[32620]: cluster 2023-12-07T16:41:43.982348+0000 mgr.a (mgr.24293) 16493 : cluster 0 pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:45 smithi027 bash[31536]: cluster 2023-12-07T16:41:43.982348+0000 mgr.a (mgr.24293) 16493 : cluster 0 pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:41:46.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:46.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:46.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:47 smithi022 bash[28554]: cluster 2023-12-07T16:41:45.983075+0000 mgr.a (mgr.24293) 16494 : cluster 0 pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:47 smithi044 bash[32620]: cluster 2023-12-07T16:41:45.983075+0000 mgr.a (mgr.24293) 16494 : cluster 0 pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:47 smithi027 bash[31536]: cluster 2023-12-07T16:41:45.983075+0000 mgr.a (mgr.24293) 16494 : cluster 0 pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:47.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:47.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:47.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:47.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:47.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:48.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:48 smithi022 bash[28554]: audit 2023-12-07T16:41:47.054097+0000 mgr.a (mgr.24293) 16495 : audit 0 from='client.328401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:48.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:48 smithi044 bash[32620]: audit 2023-12-07T16:41:47.054097+0000 mgr.a (mgr.24293) 16495 : audit 0 from='client.328401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:48.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:48 smithi027 bash[31536]: audit 2023-12-07T16:41:47.054097+0000 mgr.a (mgr.24293) 16495 : audit 0 from='client.328401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:49 smithi022 bash[28554]: cluster 2023-12-07T16:41:47.983775+0000 mgr.a (mgr.24293) 16496 : cluster 0 pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:41:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:49 smithi044 bash[32620]: cluster 2023-12-07T16:41:47.983775+0000 mgr.a (mgr.24293) 16496 : cluster 0 pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:41:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:49 smithi027 bash[31536]: cluster 2023-12-07T16:41:47.983775+0000 mgr.a (mgr.24293) 16496 : cluster 0 pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:41:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:51 smithi022 bash[28554]: cluster 2023-12-07T16:41:49.984331+0000 mgr.a (mgr.24293) 16497 : cluster 0 pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:41:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:51 smithi044 bash[32620]: cluster 2023-12-07T16:41:49.984331+0000 mgr.a (mgr.24293) 16497 : cluster 0 pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:41:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:51 smithi027 bash[31536]: cluster 2023-12-07T16:41:49.984331+0000 mgr.a (mgr.24293) 16497 : cluster 0 pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:41:52.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:52.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:52.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:52 smithi022 bash[28554]: cluster 2023-12-07T16:41:51.985122+0000 mgr.a (mgr.24293) 16498 : cluster 0 pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:41:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:52 smithi044 bash[32620]: cluster 2023-12-07T16:41:51.985122+0000 mgr.a (mgr.24293) 16498 : cluster 0 pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:41:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:52 smithi027 bash[31536]: cluster 2023-12-07T16:41:51.985122+0000 mgr.a (mgr.24293) 16498 : cluster 0 pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:41:53.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:53.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:53.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:53.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:53.547 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:41:53.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:53 smithi022 bash[28554]: audit 2023-12-07T16:41:53.007988+0000 mgr.a (mgr.24293) 16499 : audit 0 from='client.328476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:53.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:53 smithi044 bash[32620]: audit 2023-12-07T16:41:53.007988+0000 mgr.a (mgr.24293) 16499 : audit 0 from='client.328476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:53.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:53 smithi027 bash[31536]: audit 2023-12-07T16:41:53.007988+0000 mgr.a (mgr.24293) 16499 : audit 0 from='client.328476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:41:54.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:54 smithi022 bash[28554]: cluster 2023-12-07T16:41:53.985778+0000 mgr.a (mgr.24293) 16500 : cluster 0 pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:54.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:54 smithi044 bash[32620]: cluster 2023-12-07T16:41:53.985778+0000 mgr.a (mgr.24293) 16500 : cluster 0 pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:54.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:54 smithi027 bash[31536]: cluster 2023-12-07T16:41:53.985778+0000 mgr.a (mgr.24293) 16500 : cluster 0 pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:57 smithi022 bash[28554]: cluster 2023-12-07T16:41:55.986600+0000 mgr.a (mgr.24293) 16501 : cluster 0 pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:57.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:57 smithi044 bash[32620]: cluster 2023-12-07T16:41:55.986600+0000 mgr.a (mgr.24293) 16501 : cluster 0 pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:57 smithi027 bash[31536]: cluster 2023-12-07T16:41:55.986600+0000 mgr.a (mgr.24293) 16501 : cluster 0 pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:41:58.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:41:58.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:41:58.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:41:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:41:59 smithi022 bash[28554]: cluster 2023-12-07T16:41:57.987159+0000 mgr.a (mgr.24293) 16502 : cluster 0 pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:41:59 smithi044 bash[32620]: cluster 2023-12-07T16:41:57.987159+0000 mgr.a (mgr.24293) 16502 : cluster 0 pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:41:59 smithi027 bash[31536]: cluster 2023-12-07T16:41:57.987159+0000 mgr.a (mgr.24293) 16502 : cluster 0 pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:41:59.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:41:59.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:41:59.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:41:59.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:41:59.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:00.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:00 smithi022 bash[28554]: audit 2023-12-07T16:41:58.967652+0000 mgr.a (mgr.24293) 16503 : audit 0 from='client.328551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:00.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:00 smithi044 bash[32620]: audit 2023-12-07T16:41:58.967652+0000 mgr.a (mgr.24293) 16503 : audit 0 from='client.328551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:00.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:00 smithi027 bash[31536]: audit 2023-12-07T16:41:58.967652+0000 mgr.a (mgr.24293) 16503 : audit 0 from='client.328551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:01 smithi022 bash[28554]: cluster 2023-12-07T16:41:59.987843+0000 mgr.a (mgr.24293) 16504 : cluster 0 pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:01.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:01 smithi044 bash[32620]: cluster 2023-12-07T16:41:59.987843+0000 mgr.a (mgr.24293) 16504 : cluster 0 pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:01 smithi027 bash[31536]: cluster 2023-12-07T16:41:59.987843+0000 mgr.a (mgr.24293) 16504 : cluster 0 pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:02 smithi022 bash[28554]: cluster 2023-12-07T16:42:01.988633+0000 mgr.a (mgr.24293) 16505 : cluster 0 pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:02 smithi044 bash[32620]: cluster 2023-12-07T16:42:01.988633+0000 mgr.a (mgr.24293) 16505 : cluster 0 pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:02.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:02 smithi027 bash[31536]: cluster 2023-12-07T16:42:01.988633+0000 mgr.a (mgr.24293) 16505 : cluster 0 pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:04.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:04.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:04.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:05 smithi022 bash[28554]: cluster 2023-12-07T16:42:03.989183+0000 mgr.a (mgr.24293) 16506 : cluster 0 pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:05.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:05 smithi044 bash[32620]: cluster 2023-12-07T16:42:03.989183+0000 mgr.a (mgr.24293) 16506 : cluster 0 pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:05 smithi027 bash[31536]: cluster 2023-12-07T16:42:03.989183+0000 mgr.a (mgr.24293) 16506 : cluster 0 pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:05.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:05.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:05.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:05.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:05.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:06.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:06 smithi022 bash[28554]: audit 2023-12-07T16:42:04.923919+0000 mgr.a (mgr.24293) 16507 : audit 0 from='client.328629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:06.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:06 smithi044 bash[32620]: audit 2023-12-07T16:42:04.923919+0000 mgr.a (mgr.24293) 16507 : audit 0 from='client.328629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:06.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:06 smithi027 bash[31536]: audit 2023-12-07T16:42:04.923919+0000 mgr.a (mgr.24293) 16507 : audit 0 from='client.328629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:07 smithi022 bash[28554]: cluster 2023-12-07T16:42:05.990122+0000 mgr.a (mgr.24293) 16508 : cluster 0 pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:42:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:07 smithi044 bash[32620]: cluster 2023-12-07T16:42:05.990122+0000 mgr.a (mgr.24293) 16508 : cluster 0 pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:42:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:07 smithi027 bash[31536]: cluster 2023-12-07T16:42:05.990122+0000 mgr.a (mgr.24293) 16508 : cluster 0 pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:42:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:09 smithi022 bash[28554]: cluster 2023-12-07T16:42:07.990683+0000 mgr.a (mgr.24293) 16509 : cluster 0 pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:42:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:09 smithi044 bash[32620]: cluster 2023-12-07T16:42:07.990683+0000 mgr.a (mgr.24293) 16509 : cluster 0 pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:42:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:09 smithi027 bash[31536]: cluster 2023-12-07T16:42:07.990683+0000 mgr.a (mgr.24293) 16509 : cluster 0 pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:42:10.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:10.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:11.400 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:11.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:11.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:11.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:11.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:11 smithi022 bash[28554]: cluster 2023-12-07T16:42:09.991340+0000 mgr.a (mgr.24293) 16510 : cluster 0 pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:42:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:11 smithi044 bash[32620]: cluster 2023-12-07T16:42:09.991340+0000 mgr.a (mgr.24293) 16510 : cluster 0 pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:42:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:11 smithi027 bash[31536]: cluster 2023-12-07T16:42:09.991340+0000 mgr.a (mgr.24293) 16510 : cluster 0 pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:42:12.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:12 smithi022 bash[28554]: audit 2023-12-07T16:42:10.877958+0000 mgr.a (mgr.24293) 16511 : audit 0 from='client.328704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:12.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:12 smithi044 bash[32620]: audit 2023-12-07T16:42:10.877958+0000 mgr.a (mgr.24293) 16511 : audit 0 from='client.328704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:12.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:12 smithi027 bash[31536]: audit 2023-12-07T16:42:10.877958+0000 mgr.a (mgr.24293) 16511 : audit 0 from='client.328704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:13.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:13 smithi022 bash[28554]: cluster 2023-12-07T16:42:11.992368+0000 mgr.a (mgr.24293) 16512 : cluster 0 pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:13.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:13 smithi044 bash[32620]: cluster 2023-12-07T16:42:11.992368+0000 mgr.a (mgr.24293) 16512 : cluster 0 pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:13.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:13 smithi027 bash[31536]: cluster 2023-12-07T16:42:11.992368+0000 mgr.a (mgr.24293) 16512 : cluster 0 pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:15 smithi022 bash[28554]: cluster 2023-12-07T16:42:13.992930+0000 mgr.a (mgr.24293) 16513 : cluster 0 pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:15 smithi044 bash[32620]: cluster 2023-12-07T16:42:13.992930+0000 mgr.a (mgr.24293) 16513 : cluster 0 pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:15.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:15 smithi027 bash[31536]: cluster 2023-12-07T16:42:13.992930+0000 mgr.a (mgr.24293) 16513 : cluster 0 pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:16.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:16.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:16.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:17.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:17.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:17.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:17.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:17.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:17 smithi022 bash[28554]: cluster 2023-12-07T16:42:15.993688+0000 mgr.a (mgr.24293) 16514 : cluster 0 pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:17 smithi044 bash[32620]: cluster 2023-12-07T16:42:15.993688+0000 mgr.a (mgr.24293) 16514 : cluster 0 pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:17.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:17 smithi027 bash[31536]: cluster 2023-12-07T16:42:15.993688+0000 mgr.a (mgr.24293) 16514 : cluster 0 pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:18.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:18 smithi022 bash[28554]: audit 2023-12-07T16:42:16.821395+0000 mgr.a (mgr.24293) 16515 : audit 0 from='client.268762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:18.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:18 smithi044 bash[32620]: audit 2023-12-07T16:42:16.821395+0000 mgr.a (mgr.24293) 16515 : audit 0 from='client.268762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:18.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:18 smithi027 bash[31536]: audit 2023-12-07T16:42:16.821395+0000 mgr.a (mgr.24293) 16515 : audit 0 from='client.268762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:19 smithi022 bash[28554]: cluster 2023-12-07T16:42:17.994344+0000 mgr.a (mgr.24293) 16516 : cluster 0 pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:42:19.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:19 smithi044 bash[32620]: cluster 2023-12-07T16:42:17.994344+0000 mgr.a (mgr.24293) 16516 : cluster 0 pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:42:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:19 smithi027 bash[31536]: cluster 2023-12-07T16:42:17.994344+0000 mgr.a (mgr.24293) 16516 : cluster 0 pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:42:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:21 smithi022 bash[28554]: cluster 2023-12-07T16:42:19.995037+0000 mgr.a (mgr.24293) 16517 : cluster 0 pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:42:21.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:21 smithi044 bash[32620]: cluster 2023-12-07T16:42:19.995037+0000 mgr.a (mgr.24293) 16517 : cluster 0 pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:42:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:21 smithi027 bash[31536]: cluster 2023-12-07T16:42:19.995037+0000 mgr.a (mgr.24293) 16517 : cluster 0 pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:42:22.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:22.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:22.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:22.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:22 smithi022 bash[28554]: cluster 2023-12-07T16:42:21.996071+0000 mgr.a (mgr.24293) 16518 : cluster 0 pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:42:22.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:22 smithi044 bash[32620]: cluster 2023-12-07T16:42:21.996071+0000 mgr.a (mgr.24293) 16518 : cluster 0 pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:42:22.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:22 smithi027 bash[31536]: cluster 2023-12-07T16:42:21.996071+0000 mgr.a (mgr.24293) 16518 : cluster 0 pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:42:23.278 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:23.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:23.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:23.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:23.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:23.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:23 smithi022 bash[28554]: audit 2023-12-07T16:42:22.768543+0000 mgr.a (mgr.24293) 16519 : audit 0 from='client.328848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:23.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:23 smithi044 bash[32620]: audit 2023-12-07T16:42:22.768543+0000 mgr.a (mgr.24293) 16519 : audit 0 from='client.328848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:23.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:23 smithi027 bash[31536]: audit 2023-12-07T16:42:22.768543+0000 mgr.a (mgr.24293) 16519 : audit 0 from='client.328848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:24.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:24 smithi022 bash[28554]: cluster 2023-12-07T16:42:23.996773+0000 mgr.a (mgr.24293) 16520 : cluster 0 pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:24.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:24 smithi044 bash[32620]: cluster 2023-12-07T16:42:23.996773+0000 mgr.a (mgr.24293) 16520 : cluster 0 pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:24.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:24 smithi027 bash[31536]: cluster 2023-12-07T16:42:23.996773+0000 mgr.a (mgr.24293) 16520 : cluster 0 pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:27 smithi022 bash[28554]: cluster 2023-12-07T16:42:25.997597+0000 mgr.a (mgr.24293) 16521 : cluster 0 pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:27 smithi044 bash[32620]: cluster 2023-12-07T16:42:25.997597+0000 mgr.a (mgr.24293) 16521 : cluster 0 pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:27 smithi027 bash[31536]: cluster 2023-12-07T16:42:25.997597+0000 mgr.a (mgr.24293) 16521 : cluster 0 pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:29.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:29 smithi022 bash[28554]: cluster 2023-12-07T16:42:27.998199+0000 mgr.a (mgr.24293) 16522 : cluster 0 pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:29 smithi044 bash[32620]: cluster 2023-12-07T16:42:27.998199+0000 mgr.a (mgr.24293) 16522 : cluster 0 pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:29 smithi027 bash[31536]: cluster 2023-12-07T16:42:27.998199+0000 mgr.a (mgr.24293) 16522 : cluster 0 pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:30.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:30 smithi022 bash[28554]: audit 2023-12-07T16:42:28.701178+0000 mgr.a (mgr.24293) 16523 : audit 0 from='client.328926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:30.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:30 smithi044 bash[32620]: audit 2023-12-07T16:42:28.701178+0000 mgr.a (mgr.24293) 16523 : audit 0 from='client.328926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:30 smithi027 bash[31536]: audit 2023-12-07T16:42:28.701178+0000 mgr.a (mgr.24293) 16523 : audit 0 from='client.328926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:31 smithi022 bash[28554]: cluster 2023-12-07T16:42:29.998912+0000 mgr.a (mgr.24293) 16524 : cluster 0 pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:31.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:31 smithi044 bash[32620]: cluster 2023-12-07T16:42:29.998912+0000 mgr.a (mgr.24293) 16524 : cluster 0 pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:31 smithi027 bash[31536]: cluster 2023-12-07T16:42:29.998912+0000 mgr.a (mgr.24293) 16524 : cluster 0 pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:32.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:32 smithi022 bash[28554]: cluster 2023-12-07T16:42:31.999763+0000 mgr.a (mgr.24293) 16525 : cluster 0 pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:32.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:32 smithi022 bash[28554]: audit 2023-12-07T16:42:32.235762+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:42:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:32 smithi044 bash[32620]: cluster 2023-12-07T16:42:31.999763+0000 mgr.a (mgr.24293) 16525 : cluster 0 pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:32.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:32 smithi044 bash[32620]: audit 2023-12-07T16:42:32.235762+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:42:32.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:32 smithi027 bash[31536]: cluster 2023-12-07T16:42:31.999763+0000 mgr.a (mgr.24293) 16525 : cluster 0 pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:32.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:32 smithi027 bash[31536]: audit 2023-12-07T16:42:32.235762+0000 mon.a (mon.0) 2726 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:42:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:32.766767+0000 mon.a (mon.0) 2727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:32.772890+0000 mon.a (mon.0) 2728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:32.777730+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:32.782573+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:33.525704+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:42:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:33.527776+0000 mon.a (mon.0) 2732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:33 smithi022 bash[28554]: audit 2023-12-07T16:42:33.537435+0000 mon.a (mon.0) 2733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:32.766767+0000 mon.a (mon.0) 2727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:32.772890+0000 mon.a (mon.0) 2728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:32.777730+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:32.782573+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:33.525704+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:33.527776+0000 mon.a (mon.0) 2732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:42:34.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:33 smithi044 bash[32620]: audit 2023-12-07T16:42:33.537435+0000 mon.a (mon.0) 2733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:32.766767+0000 mon.a (mon.0) 2727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:32.772890+0000 mon.a (mon.0) 2728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:32.777730+0000 mon.a (mon.0) 2729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:32.782573+0000 mon.a (mon.0) 2730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:33.525704+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:42:34.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:33.527776+0000 mon.a (mon.0) 2732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:42:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:33 smithi027 bash[31536]: audit 2023-12-07T16:42:33.537435+0000 mon.a (mon.0) 2733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:42:34.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:34.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:34.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:35.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:35.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:35.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:35.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:35.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:35.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:34 smithi022 bash[28554]: cluster 2023-12-07T16:42:34.000374+0000 mgr.a (mgr.24293) 16526 : cluster 0 pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:35.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:34 smithi044 bash[32620]: cluster 2023-12-07T16:42:34.000374+0000 mgr.a (mgr.24293) 16526 : cluster 0 pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:35.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:34 smithi027 bash[31536]: cluster 2023-12-07T16:42:34.000374+0000 mgr.a (mgr.24293) 16526 : cluster 0 pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:36.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:35 smithi022 bash[28554]: audit 2023-12-07T16:42:34.625807+0000 mgr.a (mgr.24293) 16527 : audit 0 from='client.329001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:36.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:35 smithi044 bash[32620]: audit 2023-12-07T16:42:34.625807+0000 mgr.a (mgr.24293) 16527 : audit 0 from='client.329001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:36.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:35 smithi027 bash[31536]: audit 2023-12-07T16:42:34.625807+0000 mgr.a (mgr.24293) 16527 : audit 0 from='client.329001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:37.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:36 smithi022 bash[28554]: cluster 2023-12-07T16:42:36.001274+0000 mgr.a (mgr.24293) 16528 : cluster 0 pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:37.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:36 smithi044 bash[32620]: cluster 2023-12-07T16:42:36.001274+0000 mgr.a (mgr.24293) 16528 : cluster 0 pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:37.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:36 smithi027 bash[31536]: cluster 2023-12-07T16:42:36.001274+0000 mgr.a (mgr.24293) 16528 : cluster 0 pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:39 smithi022 bash[28554]: cluster 2023-12-07T16:42:38.001808+0000 mgr.a (mgr.24293) 16529 : cluster 0 pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:39.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:39 smithi044 bash[32620]: cluster 2023-12-07T16:42:38.001808+0000 mgr.a (mgr.24293) 16529 : cluster 0 pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:39 smithi027 bash[31536]: cluster 2023-12-07T16:42:38.001808+0000 mgr.a (mgr.24293) 16529 : cluster 0 pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:40.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:40.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:40.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:41.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:41.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:41.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:41.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:41.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:41 smithi022 bash[28554]: cluster 2023-12-07T16:42:40.002326+0000 mgr.a (mgr.24293) 16530 : cluster 0 pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:41 smithi044 bash[32620]: cluster 2023-12-07T16:42:40.002326+0000 mgr.a (mgr.24293) 16530 : cluster 0 pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:41 smithi027 bash[31536]: cluster 2023-12-07T16:42:40.002326+0000 mgr.a (mgr.24293) 16530 : cluster 0 pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:42.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:42 smithi022 bash[28554]: audit 2023-12-07T16:42:40.585647+0000 mgr.a (mgr.24293) 16531 : audit 0 from='client.329079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:42.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:42 smithi044 bash[32620]: audit 2023-12-07T16:42:40.585647+0000 mgr.a (mgr.24293) 16531 : audit 0 from='client.329079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:42.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:42 smithi027 bash[31536]: audit 2023-12-07T16:42:40.585647+0000 mgr.a (mgr.24293) 16531 : audit 0 from='client.329079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:43.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:43 smithi022 bash[28554]: cluster 2023-12-07T16:42:42.003375+0000 mgr.a (mgr.24293) 16532 : cluster 0 pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:43.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:43 smithi044 bash[32620]: cluster 2023-12-07T16:42:42.003375+0000 mgr.a (mgr.24293) 16532 : cluster 0 pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:43.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:43 smithi027 bash[31536]: cluster 2023-12-07T16:42:42.003375+0000 mgr.a (mgr.24293) 16532 : cluster 0 pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:45 smithi022 bash[28554]: cluster 2023-12-07T16:42:44.003996+0000 mgr.a (mgr.24293) 16533 : cluster 0 pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:45.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:45 smithi044 bash[32620]: cluster 2023-12-07T16:42:44.003996+0000 mgr.a (mgr.24293) 16533 : cluster 0 pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:45 smithi027 bash[31536]: cluster 2023-12-07T16:42:44.003996+0000 mgr.a (mgr.24293) 16533 : cluster 0 pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:46.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:46.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:46.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:47.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:47 smithi022 bash[28554]: cluster 2023-12-07T16:42:46.004765+0000 mgr.a (mgr.24293) 16534 : cluster 0 pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:47 smithi044 bash[32620]: cluster 2023-12-07T16:42:46.004765+0000 mgr.a (mgr.24293) 16534 : cluster 0 pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:47 smithi027 bash[31536]: cluster 2023-12-07T16:42:46.004765+0000 mgr.a (mgr.24293) 16534 : cluster 0 pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:48.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:48 smithi022 bash[28554]: audit 2023-12-07T16:42:46.515992+0000 mgr.a (mgr.24293) 16535 : audit 0 from='client.329151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:48.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:48 smithi044 bash[32620]: audit 2023-12-07T16:42:46.515992+0000 mgr.a (mgr.24293) 16535 : audit 0 from='client.329151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:48.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:48 smithi027 bash[31536]: audit 2023-12-07T16:42:46.515992+0000 mgr.a (mgr.24293) 16535 : audit 0 from='client.329151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:49 smithi022 bash[28554]: cluster 2023-12-07T16:42:48.005504+0000 mgr.a (mgr.24293) 16536 : cluster 0 pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:49 smithi044 bash[32620]: cluster 2023-12-07T16:42:48.005504+0000 mgr.a (mgr.24293) 16536 : cluster 0 pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:49 smithi027 bash[31536]: cluster 2023-12-07T16:42:48.005504+0000 mgr.a (mgr.24293) 16536 : cluster 0 pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:51 smithi022 bash[28554]: cluster 2023-12-07T16:42:50.006140+0000 mgr.a (mgr.24293) 16537 : cluster 0 pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:51 smithi044 bash[32620]: cluster 2023-12-07T16:42:50.006140+0000 mgr.a (mgr.24293) 16537 : cluster 0 pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:51 smithi027 bash[31536]: cluster 2023-12-07T16:42:50.006140+0000 mgr.a (mgr.24293) 16537 : cluster 0 pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:42:52.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:52.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:52.066 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:52 smithi022 bash[28554]: cluster 2023-12-07T16:42:52.007011+0000 mgr.a (mgr.24293) 16538 : cluster 0 pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:52 smithi044 bash[32620]: cluster 2023-12-07T16:42:52.007011+0000 mgr.a (mgr.24293) 16538 : cluster 0 pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:52 smithi027 bash[31536]: cluster 2023-12-07T16:42:52.007011+0000 mgr.a (mgr.24293) 16538 : cluster 0 pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:53.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:53.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:53.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:53.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:53.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:53.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:53 smithi022 bash[28554]: audit 2023-12-07T16:42:52.483401+0000 mgr.a (mgr.24293) 16539 : audit 0 from='client.329226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:53.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:53 smithi044 bash[32620]: audit 2023-12-07T16:42:52.483401+0000 mgr.a (mgr.24293) 16539 : audit 0 from='client.329226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:53.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:53 smithi027 bash[31536]: audit 2023-12-07T16:42:52.483401+0000 mgr.a (mgr.24293) 16539 : audit 0 from='client.329226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:42:54.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:54 smithi022 bash[28554]: cluster 2023-12-07T16:42:54.007765+0000 mgr.a (mgr.24293) 16540 : cluster 0 pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:54.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:54 smithi044 bash[32620]: cluster 2023-12-07T16:42:54.007765+0000 mgr.a (mgr.24293) 16540 : cluster 0 pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:54.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:54 smithi027 bash[31536]: cluster 2023-12-07T16:42:54.007765+0000 mgr.a (mgr.24293) 16540 : cluster 0 pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:57 smithi022 bash[28554]: cluster 2023-12-07T16:42:56.008601+0000 mgr.a (mgr.24293) 16541 : cluster 0 pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:57 smithi044 bash[32620]: cluster 2023-12-07T16:42:56.008601+0000 mgr.a (mgr.24293) 16541 : cluster 0 pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:57 smithi027 bash[31536]: cluster 2023-12-07T16:42:56.008601+0000 mgr.a (mgr.24293) 16541 : cluster 0 pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:42:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:42:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:42:58.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:42:58.962 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:42:58.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:42:58.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:42:58.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:42:58.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:42:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:42:59 smithi022 bash[28554]: cluster 2023-12-07T16:42:58.009170+0000 mgr.a (mgr.24293) 16542 : cluster 0 pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:42:59 smithi044 bash[32620]: cluster 2023-12-07T16:42:58.009170+0000 mgr.a (mgr.24293) 16542 : cluster 0 pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:42:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:42:59 smithi027 bash[31536]: cluster 2023-12-07T16:42:58.009170+0000 mgr.a (mgr.24293) 16542 : cluster 0 pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:00.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:00 smithi022 bash[28554]: audit 2023-12-07T16:42:58.437995+0000 mgr.a (mgr.24293) 16543 : audit 0 from='client.329304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:00.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:00 smithi044 bash[32620]: audit 2023-12-07T16:42:58.437995+0000 mgr.a (mgr.24293) 16543 : audit 0 from='client.329304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:00.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:00 smithi027 bash[31536]: audit 2023-12-07T16:42:58.437995+0000 mgr.a (mgr.24293) 16543 : audit 0 from='client.329304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:01 smithi022 bash[28554]: cluster 2023-12-07T16:43:00.010053+0000 mgr.a (mgr.24293) 16544 : cluster 0 pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:01.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:01 smithi044 bash[32620]: cluster 2023-12-07T16:43:00.010053+0000 mgr.a (mgr.24293) 16544 : cluster 0 pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:01 smithi027 bash[31536]: cluster 2023-12-07T16:43:00.010053+0000 mgr.a (mgr.24293) 16544 : cluster 0 pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:02 smithi022 bash[28554]: cluster 2023-12-07T16:43:02.011090+0000 mgr.a (mgr.24293) 16545 : cluster 0 pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:02 smithi044 bash[32620]: cluster 2023-12-07T16:43:02.011090+0000 mgr.a (mgr.24293) 16545 : cluster 0 pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:02.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:02 smithi027 bash[31536]: cluster 2023-12-07T16:43:02.011090+0000 mgr.a (mgr.24293) 16545 : cluster 0 pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:03.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:03.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:03.966 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:04.914 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:04.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:04.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:04.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:04.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:05 smithi022 bash[28554]: cluster 2023-12-07T16:43:04.011598+0000 mgr.a (mgr.24293) 16546 : cluster 0 pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:05.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:05 smithi044 bash[32620]: cluster 2023-12-07T16:43:04.011598+0000 mgr.a (mgr.24293) 16546 : cluster 0 pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:05 smithi027 bash[31536]: cluster 2023-12-07T16:43:04.011598+0000 mgr.a (mgr.24293) 16546 : cluster 0 pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:06.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:06 smithi022 bash[28554]: audit 2023-12-07T16:43:04.382465+0000 mgr.a (mgr.24293) 16547 : audit 0 from='client.329376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:06.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:06 smithi044 bash[32620]: audit 2023-12-07T16:43:04.382465+0000 mgr.a (mgr.24293) 16547 : audit 0 from='client.329376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:06.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:06 smithi027 bash[31536]: audit 2023-12-07T16:43:04.382465+0000 mgr.a (mgr.24293) 16547 : audit 0 from='client.329376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:07 smithi022 bash[28554]: cluster 2023-12-07T16:43:06.012508+0000 mgr.a (mgr.24293) 16548 : cluster 0 pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:07 smithi044 bash[32620]: cluster 2023-12-07T16:43:06.012508+0000 mgr.a (mgr.24293) 16548 : cluster 0 pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:07 smithi027 bash[31536]: cluster 2023-12-07T16:43:06.012508+0000 mgr.a (mgr.24293) 16548 : cluster 0 pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:09 smithi022 bash[28554]: cluster 2023-12-07T16:43:08.013083+0000 mgr.a (mgr.24293) 16549 : cluster 0 pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:09 smithi044 bash[32620]: cluster 2023-12-07T16:43:08.013083+0000 mgr.a (mgr.24293) 16549 : cluster 0 pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:09 smithi027 bash[31536]: cluster 2023-12-07T16:43:08.013083+0000 mgr.a (mgr.24293) 16549 : cluster 0 pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:09.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:09.918 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:09.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:10.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:10.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:10.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:10.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:10.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:11 smithi022 bash[28554]: cluster 2023-12-07T16:43:10.013633+0000 mgr.a (mgr.24293) 16550 : cluster 0 pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:11.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:11 smithi044 bash[32620]: cluster 2023-12-07T16:43:10.013633+0000 mgr.a (mgr.24293) 16550 : cluster 0 pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:11 smithi027 bash[31536]: cluster 2023-12-07T16:43:10.013633+0000 mgr.a (mgr.24293) 16550 : cluster 0 pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:12.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:12 smithi022 bash[28554]: audit 2023-12-07T16:43:10.334649+0000 mgr.a (mgr.24293) 16551 : audit 0 from='client.329451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:12.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:12 smithi044 bash[32620]: audit 2023-12-07T16:43:10.334649+0000 mgr.a (mgr.24293) 16551 : audit 0 from='client.329451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:12.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:12 smithi027 bash[31536]: audit 2023-12-07T16:43:10.334649+0000 mgr.a (mgr.24293) 16551 : audit 0 from='client.329451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:13.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:13 smithi022 bash[28554]: cluster 2023-12-07T16:43:12.014870+0000 mgr.a (mgr.24293) 16552 : cluster 0 pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:13.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:13 smithi044 bash[32620]: cluster 2023-12-07T16:43:12.014870+0000 mgr.a (mgr.24293) 16552 : cluster 0 pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:13.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:13 smithi027 bash[31536]: cluster 2023-12-07T16:43:12.014870+0000 mgr.a (mgr.24293) 16552 : cluster 0 pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:15 smithi022 bash[28554]: cluster 2023-12-07T16:43:14.015566+0000 mgr.a (mgr.24293) 16553 : cluster 0 pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:15 smithi044 bash[32620]: cluster 2023-12-07T16:43:14.015566+0000 mgr.a (mgr.24293) 16553 : cluster 0 pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:15.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:15 smithi027 bash[31536]: cluster 2023-12-07T16:43:14.015566+0000 mgr.a (mgr.24293) 16553 : cluster 0 pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:15.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:15.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:15.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:16.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:16.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:16.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:16.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:16.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:17 smithi022 bash[28554]: cluster 2023-12-07T16:43:16.016408+0000 mgr.a (mgr.24293) 16554 : cluster 0 pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:17 smithi044 bash[32620]: cluster 2023-12-07T16:43:16.016408+0000 mgr.a (mgr.24293) 16554 : cluster 0 pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:17 smithi027 bash[31536]: cluster 2023-12-07T16:43:16.016408+0000 mgr.a (mgr.24293) 16554 : cluster 0 pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:18.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:18 smithi022 bash[28554]: audit 2023-12-07T16:43:16.274273+0000 mgr.a (mgr.24293) 16555 : audit 0 from='client.329523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:18.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:18 smithi044 bash[32620]: audit 2023-12-07T16:43:16.274273+0000 mgr.a (mgr.24293) 16555 : audit 0 from='client.329523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:18.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:18 smithi027 bash[31536]: audit 2023-12-07T16:43:16.274273+0000 mgr.a (mgr.24293) 16555 : audit 0 from='client.329523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:19 smithi022 bash[28554]: cluster 2023-12-07T16:43:18.017163+0000 mgr.a (mgr.24293) 16556 : cluster 0 pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:19.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:19 smithi044 bash[32620]: cluster 2023-12-07T16:43:18.017163+0000 mgr.a (mgr.24293) 16556 : cluster 0 pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:19 smithi027 bash[31536]: cluster 2023-12-07T16:43:18.017163+0000 mgr.a (mgr.24293) 16556 : cluster 0 pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:21 smithi022 bash[28554]: cluster 2023-12-07T16:43:20.017741+0000 mgr.a (mgr.24293) 16557 : cluster 0 pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:21.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:21 smithi044 bash[32620]: cluster 2023-12-07T16:43:20.017741+0000 mgr.a (mgr.24293) 16557 : cluster 0 pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:21 smithi027 bash[31536]: cluster 2023-12-07T16:43:20.017741+0000 mgr.a (mgr.24293) 16557 : cluster 0 pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:21.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:21.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:21.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:22.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:22.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:22 smithi022 bash[28554]: cluster 2023-12-07T16:43:22.018509+0000 mgr.a (mgr.24293) 16558 : cluster 0 pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:22 smithi044 bash[32620]: cluster 2023-12-07T16:43:22.018509+0000 mgr.a (mgr.24293) 16558 : cluster 0 pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:22.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:22 smithi027 bash[31536]: cluster 2023-12-07T16:43:22.018509+0000 mgr.a (mgr.24293) 16558 : cluster 0 pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:23.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:23 smithi022 bash[28554]: audit 2023-12-07T16:43:22.211155+0000 mgr.a (mgr.24293) 16559 : audit 0 from='client.329598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:23.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:23 smithi044 bash[32620]: audit 2023-12-07T16:43:22.211155+0000 mgr.a (mgr.24293) 16559 : audit 0 from='client.329598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:23.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:23 smithi027 bash[31536]: audit 2023-12-07T16:43:22.211155+0000 mgr.a (mgr.24293) 16559 : audit 0 from='client.329598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:24.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:24 smithi022 bash[28554]: cluster 2023-12-07T16:43:24.019242+0000 mgr.a (mgr.24293) 16560 : cluster 0 pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:24.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:24 smithi044 bash[32620]: cluster 2023-12-07T16:43:24.019242+0000 mgr.a (mgr.24293) 16560 : cluster 0 pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:24.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:24 smithi027 bash[31536]: cluster 2023-12-07T16:43:24.019242+0000 mgr.a (mgr.24293) 16560 : cluster 0 pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:27 smithi022 bash[28554]: cluster 2023-12-07T16:43:26.020055+0000 mgr.a (mgr.24293) 16561 : cluster 0 pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:27 smithi044 bash[32620]: cluster 2023-12-07T16:43:26.020055+0000 mgr.a (mgr.24293) 16561 : cluster 0 pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:27 smithi027 bash[31536]: cluster 2023-12-07T16:43:26.020055+0000 mgr.a (mgr.24293) 16561 : cluster 0 pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:27.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:27.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:27.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:28.678 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:28.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:28.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:28.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:28.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:29 smithi022 bash[28554]: cluster 2023-12-07T16:43:28.020588+0000 mgr.a (mgr.24293) 16562 : cluster 0 pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:29 smithi022 bash[28554]: audit 2023-12-07T16:43:28.153856+0000 mgr.a (mgr.24293) 16563 : audit 0 from='client.329676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:29 smithi044 bash[32620]: cluster 2023-12-07T16:43:28.020588+0000 mgr.a (mgr.24293) 16562 : cluster 0 pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:29 smithi044 bash[32620]: audit 2023-12-07T16:43:28.153856+0000 mgr.a (mgr.24293) 16563 : audit 0 from='client.329676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:29 smithi027 bash[31536]: cluster 2023-12-07T16:43:28.020588+0000 mgr.a (mgr.24293) 16562 : cluster 0 pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:29 smithi027 bash[31536]: audit 2023-12-07T16:43:28.153856+0000 mgr.a (mgr.24293) 16563 : audit 0 from='client.329676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:31 smithi022 bash[28554]: cluster 2023-12-07T16:43:30.021338+0000 mgr.a (mgr.24293) 16564 : cluster 0 pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:31.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:31 smithi044 bash[32620]: cluster 2023-12-07T16:43:30.021338+0000 mgr.a (mgr.24293) 16564 : cluster 0 pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:31 smithi027 bash[31536]: cluster 2023-12-07T16:43:30.021338+0000 mgr.a (mgr.24293) 16564 : cluster 0 pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:32 smithi022 bash[28554]: cluster 2023-12-07T16:43:32.022246+0000 mgr.a (mgr.24293) 16565 : cluster 0 pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:32.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:32 smithi044 bash[32620]: cluster 2023-12-07T16:43:32.022246+0000 mgr.a (mgr.24293) 16565 : cluster 0 pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:32.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:32 smithi027 bash[31536]: cluster 2023-12-07T16:43:32.022246+0000 mgr.a (mgr.24293) 16565 : cluster 0 pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:33.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:33.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:33.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:33.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:33 smithi027 bash[31536]: audit 2023-12-07T16:43:33.640441+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:43:34.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:33 smithi022 bash[28554]: audit 2023-12-07T16:43:33.640441+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:43:34.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:33 smithi044 bash[32620]: audit 2023-12-07T16:43:33.640441+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:43:34.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:34.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:34.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:34.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:34.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:34.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:34 smithi027 bash[31536]: cluster 2023-12-07T16:43:34.022931+0000 mgr.a (mgr.24293) 16566 : cluster 0 pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:34.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:34 smithi027 bash[31536]: audit 2023-12-07T16:43:34.084344+0000 mgr.a (mgr.24293) 16567 : audit 0 from='client.329754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:34.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:34 smithi027 bash[31536]: audit 2023-12-07T16:43:34.484568+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:43:34.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:34 smithi027 bash[31536]: audit 2023-12-07T16:43:34.486670+0000 mon.a (mon.0) 2736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:43:34.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:34 smithi027 bash[31536]: audit 2023-12-07T16:43:34.496151+0000 mon.a (mon.0) 2737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:43:35.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:34 smithi022 bash[28554]: cluster 2023-12-07T16:43:34.022931+0000 mgr.a (mgr.24293) 16566 : cluster 0 pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:35.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:34 smithi022 bash[28554]: audit 2023-12-07T16:43:34.084344+0000 mgr.a (mgr.24293) 16567 : audit 0 from='client.329754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:35.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:34 smithi022 bash[28554]: audit 2023-12-07T16:43:34.484568+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:43:35.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:34 smithi022 bash[28554]: audit 2023-12-07T16:43:34.486670+0000 mon.a (mon.0) 2736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:43:35.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:34 smithi022 bash[28554]: audit 2023-12-07T16:43:34.496151+0000 mon.a (mon.0) 2737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:43:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:34 smithi044 bash[32620]: cluster 2023-12-07T16:43:34.022931+0000 mgr.a (mgr.24293) 16566 : cluster 0 pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:34 smithi044 bash[32620]: audit 2023-12-07T16:43:34.084344+0000 mgr.a (mgr.24293) 16567 : audit 0 from='client.329754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:34 smithi044 bash[32620]: audit 2023-12-07T16:43:34.484568+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:43:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:34 smithi044 bash[32620]: audit 2023-12-07T16:43:34.486670+0000 mon.a (mon.0) 2736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:43:35.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:34 smithi044 bash[32620]: audit 2023-12-07T16:43:34.496151+0000 mon.a (mon.0) 2737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:43:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:37 smithi022 bash[28554]: cluster 2023-12-07T16:43:36.023876+0000 mgr.a (mgr.24293) 16568 : cluster 0 pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:37 smithi044 bash[32620]: cluster 2023-12-07T16:43:36.023876+0000 mgr.a (mgr.24293) 16568 : cluster 0 pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:37.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:37 smithi027 bash[31536]: cluster 2023-12-07T16:43:36.023876+0000 mgr.a (mgr.24293) 16568 : cluster 0 pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:43:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:39 smithi022 bash[28554]: cluster 2023-12-07T16:43:38.024500+0000 mgr.a (mgr.24293) 16569 : cluster 0 pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:39.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:39 smithi044 bash[32620]: cluster 2023-12-07T16:43:38.024500+0000 mgr.a (mgr.24293) 16569 : cluster 0 pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:39 smithi027 bash[31536]: cluster 2023-12-07T16:43:38.024500+0000 mgr.a (mgr.24293) 16569 : cluster 0 pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:39.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:39.598 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:39.598 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:40.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:40.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:40.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:40.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:40.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:41 smithi022 bash[28554]: audit 2023-12-07T16:43:40.010771+0000 mgr.a (mgr.24293) 16570 : audit 0 from='client.329823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:41 smithi022 bash[28554]: cluster 2023-12-07T16:43:40.028308+0000 mgr.a (mgr.24293) 16571 : cluster 0 pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:41 smithi044 bash[32620]: audit 2023-12-07T16:43:40.010771+0000 mgr.a (mgr.24293) 16570 : audit 0 from='client.329823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:41 smithi044 bash[32620]: cluster 2023-12-07T16:43:40.028308+0000 mgr.a (mgr.24293) 16571 : cluster 0 pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:41 smithi027 bash[31536]: audit 2023-12-07T16:43:40.010771+0000 mgr.a (mgr.24293) 16570 : audit 0 from='client.329823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:41 smithi027 bash[31536]: cluster 2023-12-07T16:43:40.028308+0000 mgr.a (mgr.24293) 16571 : cluster 0 pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:42 smithi022 bash[28554]: cluster 2023-12-07T16:43:42.029491+0000 mgr.a (mgr.24293) 16572 : cluster 0 pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:43:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:42 smithi044 bash[32620]: cluster 2023-12-07T16:43:42.029491+0000 mgr.a (mgr.24293) 16572 : cluster 0 pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:43:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:42 smithi027 bash[31536]: cluster 2023-12-07T16:43:42.029491+0000 mgr.a (mgr.24293) 16572 : cluster 0 pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:43:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:45 smithi022 bash[28554]: cluster 2023-12-07T16:43:44.030081+0000 mgr.a (mgr.24293) 16573 : cluster 0 pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:43:45.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:45 smithi044 bash[32620]: cluster 2023-12-07T16:43:44.030081+0000 mgr.a (mgr.24293) 16573 : cluster 0 pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:43:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:45 smithi027 bash[31536]: cluster 2023-12-07T16:43:44.030081+0000 mgr.a (mgr.24293) 16573 : cluster 0 pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:43:45.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:45.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:45.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:46.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:46.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:46.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:46.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:46.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:47 smithi022 bash[28554]: audit 2023-12-07T16:43:45.956729+0000 mgr.a (mgr.24293) 16574 : audit 0 from='client.329901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:47 smithi022 bash[28554]: cluster 2023-12-07T16:43:46.031029+0000 mgr.a (mgr.24293) 16575 : cluster 0 pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:47 smithi044 bash[32620]: audit 2023-12-07T16:43:45.956729+0000 mgr.a (mgr.24293) 16574 : audit 0 from='client.329901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:47 smithi044 bash[32620]: cluster 2023-12-07T16:43:46.031029+0000 mgr.a (mgr.24293) 16575 : cluster 0 pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:47 smithi027 bash[31536]: audit 2023-12-07T16:43:45.956729+0000 mgr.a (mgr.24293) 16574 : audit 0 from='client.329901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:47 smithi027 bash[31536]: cluster 2023-12-07T16:43:46.031029+0000 mgr.a (mgr.24293) 16575 : cluster 0 pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:49 smithi022 bash[28554]: cluster 2023-12-07T16:43:48.031757+0000 mgr.a (mgr.24293) 16576 : cluster 0 pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:49 smithi044 bash[32620]: cluster 2023-12-07T16:43:48.031757+0000 mgr.a (mgr.24293) 16576 : cluster 0 pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:49.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:49 smithi027 bash[31536]: cluster 2023-12-07T16:43:48.031757+0000 mgr.a (mgr.24293) 16576 : cluster 0 pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:51 smithi022 bash[28554]: cluster 2023-12-07T16:43:50.032331+0000 mgr.a (mgr.24293) 16577 : cluster 0 pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:51 smithi044 bash[32620]: cluster 2023-12-07T16:43:50.032331+0000 mgr.a (mgr.24293) 16577 : cluster 0 pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:51.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:51 smithi027 bash[31536]: cluster 2023-12-07T16:43:50.032331+0000 mgr.a (mgr.24293) 16577 : cluster 0 pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:43:51.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:51.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:51.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:52.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:52.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:52.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:52.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:52.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:52 smithi022 bash[28554]: audit 2023-12-07T16:43:51.927747+0000 mgr.a (mgr.24293) 16578 : audit 0 from='client.269716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:52 smithi022 bash[28554]: cluster 2023-12-07T16:43:52.033167+0000 mgr.a (mgr.24293) 16579 : cluster 0 pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:52 smithi044 bash[32620]: audit 2023-12-07T16:43:51.927747+0000 mgr.a (mgr.24293) 16578 : audit 0 from='client.269716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:52 smithi044 bash[32620]: cluster 2023-12-07T16:43:52.033167+0000 mgr.a (mgr.24293) 16579 : cluster 0 pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:52 smithi027 bash[31536]: audit 2023-12-07T16:43:51.927747+0000 mgr.a (mgr.24293) 16578 : audit 0 from='client.269716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:52 smithi027 bash[31536]: cluster 2023-12-07T16:43:52.033167+0000 mgr.a (mgr.24293) 16579 : cluster 0 pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:55 smithi022 bash[28554]: cluster 2023-12-07T16:43:54.033841+0000 mgr.a (mgr.24293) 16580 : cluster 0 pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:43:55.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:55 smithi044 bash[32620]: cluster 2023-12-07T16:43:54.033841+0000 mgr.a (mgr.24293) 16580 : cluster 0 pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:43:55.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:55 smithi027 bash[31536]: cluster 2023-12-07T16:43:54.033841+0000 mgr.a (mgr.24293) 16580 : cluster 0 pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:43:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:57 smithi022 bash[28554]: cluster 2023-12-07T16:43:56.034633+0000 mgr.a (mgr.24293) 16581 : cluster 0 pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:43:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:57 smithi044 bash[32620]: cluster 2023-12-07T16:43:56.034633+0000 mgr.a (mgr.24293) 16581 : cluster 0 pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:43:57.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:43:57.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:43:57.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:43:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:57 smithi027 bash[31536]: cluster 2023-12-07T16:43:56.034633+0000 mgr.a (mgr.24293) 16581 : cluster 0 pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:43:58.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:43:58.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:43:58.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:43:58.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:43:58.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:43:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:59 smithi022 bash[28554]: audit 2023-12-07T16:43:57.861901+0000 mgr.a (mgr.24293) 16582 : audit 0 from='client.330057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:43:59 smithi022 bash[28554]: cluster 2023-12-07T16:43:58.035456+0000 mgr.a (mgr.24293) 16583 : cluster 0 pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:59 smithi044 bash[32620]: audit 2023-12-07T16:43:57.861901+0000 mgr.a (mgr.24293) 16582 : audit 0 from='client.330057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:43:59 smithi044 bash[32620]: cluster 2023-12-07T16:43:58.035456+0000 mgr.a (mgr.24293) 16583 : cluster 0 pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:43:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:59 smithi027 bash[31536]: audit 2023-12-07T16:43:57.861901+0000 mgr.a (mgr.24293) 16582 : audit 0 from='client.330057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:43:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:43:59 smithi027 bash[31536]: cluster 2023-12-07T16:43:58.035456+0000 mgr.a (mgr.24293) 16583 : cluster 0 pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:01 smithi022 bash[28554]: cluster 2023-12-07T16:44:00.036162+0000 mgr.a (mgr.24293) 16584 : cluster 0 pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:01.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:01 smithi044 bash[32620]: cluster 2023-12-07T16:44:00.036162+0000 mgr.a (mgr.24293) 16584 : cluster 0 pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:01.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:01 smithi027 bash[31536]: cluster 2023-12-07T16:44:00.036162+0000 mgr.a (mgr.24293) 16584 : cluster 0 pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:02 smithi022 bash[28554]: cluster 2023-12-07T16:44:02.036973+0000 mgr.a (mgr.24293) 16585 : cluster 0 pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:02 smithi044 bash[32620]: cluster 2023-12-07T16:44:02.036973+0000 mgr.a (mgr.24293) 16585 : cluster 0 pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:02.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:02 smithi027 bash[31536]: cluster 2023-12-07T16:44:02.036973+0000 mgr.a (mgr.24293) 16585 : cluster 0 pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:03.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:03.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:03.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:04.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:04.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:05 smithi022 bash[28554]: audit 2023-12-07T16:44:03.817757+0000 mgr.a (mgr.24293) 16586 : audit 0 from='client.330135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:05 smithi022 bash[28554]: cluster 2023-12-07T16:44:04.037867+0000 mgr.a (mgr.24293) 16587 : cluster 0 pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:05.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:05 smithi044 bash[32620]: audit 2023-12-07T16:44:03.817757+0000 mgr.a (mgr.24293) 16586 : audit 0 from='client.330135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:05.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:05 smithi044 bash[32620]: cluster 2023-12-07T16:44:04.037867+0000 mgr.a (mgr.24293) 16587 : cluster 0 pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:05 smithi027 bash[31536]: audit 2023-12-07T16:44:03.817757+0000 mgr.a (mgr.24293) 16586 : audit 0 from='client.330135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:05 smithi027 bash[31536]: cluster 2023-12-07T16:44:04.037867+0000 mgr.a (mgr.24293) 16587 : cluster 0 pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:07 smithi022 bash[28554]: cluster 2023-12-07T16:44:06.038849+0000 mgr.a (mgr.24293) 16588 : cluster 0 pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:07 smithi044 bash[32620]: cluster 2023-12-07T16:44:06.038849+0000 mgr.a (mgr.24293) 16588 : cluster 0 pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:07.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:07 smithi027 bash[31536]: cluster 2023-12-07T16:44:06.038849+0000 mgr.a (mgr.24293) 16588 : cluster 0 pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:09.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:09.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:09.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:09 smithi022 bash[28554]: cluster 2023-12-07T16:44:08.039407+0000 mgr.a (mgr.24293) 16589 : cluster 0 pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:09 smithi044 bash[32620]: cluster 2023-12-07T16:44:08.039407+0000 mgr.a (mgr.24293) 16589 : cluster 0 pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:09.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:09 smithi027 bash[31536]: cluster 2023-12-07T16:44:08.039407+0000 mgr.a (mgr.24293) 16589 : cluster 0 pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:10.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:10.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:10.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:10.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:10.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:11 smithi022 bash[28554]: audit 2023-12-07T16:44:09.757017+0000 mgr.a (mgr.24293) 16590 : audit 0 from='client.330213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:11 smithi022 bash[28554]: cluster 2023-12-07T16:44:10.040209+0000 mgr.a (mgr.24293) 16591 : cluster 0 pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:11 smithi044 bash[32620]: audit 2023-12-07T16:44:09.757017+0000 mgr.a (mgr.24293) 16590 : audit 0 from='client.330213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:11.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:11 smithi044 bash[32620]: cluster 2023-12-07T16:44:10.040209+0000 mgr.a (mgr.24293) 16591 : cluster 0 pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:11 smithi027 bash[31536]: audit 2023-12-07T16:44:09.757017+0000 mgr.a (mgr.24293) 16590 : audit 0 from='client.330213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:11.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:11 smithi027 bash[31536]: cluster 2023-12-07T16:44:10.040209+0000 mgr.a (mgr.24293) 16591 : cluster 0 pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:12 smithi022 bash[28554]: cluster 2023-12-07T16:44:12.041157+0000 mgr.a (mgr.24293) 16592 : cluster 0 pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:12 smithi044 bash[32620]: cluster 2023-12-07T16:44:12.041157+0000 mgr.a (mgr.24293) 16592 : cluster 0 pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:12 smithi027 bash[31536]: cluster 2023-12-07T16:44:12.041157+0000 mgr.a (mgr.24293) 16592 : cluster 0 pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:15.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:15.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:15.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:15.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:15 smithi022 bash[28554]: cluster 2023-12-07T16:44:14.041721+0000 mgr.a (mgr.24293) 16593 : cluster 0 pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:15 smithi044 bash[32620]: cluster 2023-12-07T16:44:14.041721+0000 mgr.a (mgr.24293) 16593 : cluster 0 pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:15.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:15 smithi027 bash[31536]: cluster 2023-12-07T16:44:14.041721+0000 mgr.a (mgr.24293) 16593 : cluster 0 pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:16.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:16.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:16.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:16.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:16.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:17 smithi022 bash[28554]: audit 2023-12-07T16:44:15.669846+0000 mgr.a (mgr.24293) 16594 : audit 0 from='client.330288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:17 smithi022 bash[28554]: cluster 2023-12-07T16:44:16.042396+0000 mgr.a (mgr.24293) 16595 : cluster 0 pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:17.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:17 smithi044 bash[32620]: audit 2023-12-07T16:44:15.669846+0000 mgr.a (mgr.24293) 16594 : audit 0 from='client.330288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:17.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:17 smithi044 bash[32620]: cluster 2023-12-07T16:44:16.042396+0000 mgr.a (mgr.24293) 16595 : cluster 0 pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:17 smithi027 bash[31536]: audit 2023-12-07T16:44:15.669846+0000 mgr.a (mgr.24293) 16594 : audit 0 from='client.330288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:17.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:17 smithi027 bash[31536]: cluster 2023-12-07T16:44:16.042396+0000 mgr.a (mgr.24293) 16595 : cluster 0 pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:19 smithi022 bash[28554]: cluster 2023-12-07T16:44:18.043074+0000 mgr.a (mgr.24293) 16596 : cluster 0 pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:19.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:19 smithi044 bash[32620]: cluster 2023-12-07T16:44:18.043074+0000 mgr.a (mgr.24293) 16596 : cluster 0 pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:19 smithi027 bash[31536]: cluster 2023-12-07T16:44:18.043074+0000 mgr.a (mgr.24293) 16596 : cluster 0 pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:21.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:21.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:21.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:21 smithi022 bash[28554]: cluster 2023-12-07T16:44:20.043675+0000 mgr.a (mgr.24293) 16597 : cluster 0 pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:21.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:21 smithi044 bash[32620]: cluster 2023-12-07T16:44:20.043675+0000 mgr.a (mgr.24293) 16597 : cluster 0 pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:21 smithi027 bash[31536]: cluster 2023-12-07T16:44:20.043675+0000 mgr.a (mgr.24293) 16597 : cluster 0 pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:22.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:22.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:22.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:22.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:22.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:22.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:22 smithi022 bash[28554]: audit 2023-12-07T16:44:21.603310+0000 mgr.a (mgr.24293) 16598 : audit 0 from='client.330366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:22.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:22 smithi022 bash[28554]: cluster 2023-12-07T16:44:22.045094+0000 mgr.a (mgr.24293) 16599 : cluster 0 pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:22 smithi044 bash[32620]: audit 2023-12-07T16:44:21.603310+0000 mgr.a (mgr.24293) 16598 : audit 0 from='client.330366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:22 smithi044 bash[32620]: cluster 2023-12-07T16:44:22.045094+0000 mgr.a (mgr.24293) 16599 : cluster 0 pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:22.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:22 smithi027 bash[31536]: audit 2023-12-07T16:44:21.603310+0000 mgr.a (mgr.24293) 16598 : audit 0 from='client.330366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:22.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:22 smithi027 bash[31536]: cluster 2023-12-07T16:44:22.045094+0000 mgr.a (mgr.24293) 16599 : cluster 0 pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:25 smithi022 bash[28554]: cluster 2023-12-07T16:44:24.045712+0000 mgr.a (mgr.24293) 16600 : cluster 0 pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:25.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:25 smithi044 bash[32620]: cluster 2023-12-07T16:44:24.045712+0000 mgr.a (mgr.24293) 16600 : cluster 0 pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:25.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:25 smithi027 bash[31536]: cluster 2023-12-07T16:44:24.045712+0000 mgr.a (mgr.24293) 16600 : cluster 0 pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:27.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:27.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:27.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:27 smithi022 bash[28554]: cluster 2023-12-07T16:44:26.046494+0000 mgr.a (mgr.24293) 16601 : cluster 0 pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:27 smithi044 bash[32620]: cluster 2023-12-07T16:44:26.046494+0000 mgr.a (mgr.24293) 16601 : cluster 0 pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:27 smithi027 bash[31536]: cluster 2023-12-07T16:44:26.046494+0000 mgr.a (mgr.24293) 16601 : cluster 0 pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:28.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:28.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:28.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:28.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:28.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:29 smithi022 bash[28554]: audit 2023-12-07T16:44:27.552554+0000 mgr.a (mgr.24293) 16602 : audit 0 from='client.330438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:29 smithi022 bash[28554]: cluster 2023-12-07T16:44:28.047067+0000 mgr.a (mgr.24293) 16603 : cluster 0 pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:29 smithi044 bash[32620]: audit 2023-12-07T16:44:27.552554+0000 mgr.a (mgr.24293) 16602 : audit 0 from='client.330438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:29 smithi044 bash[32620]: cluster 2023-12-07T16:44:28.047067+0000 mgr.a (mgr.24293) 16603 : cluster 0 pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:29.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:29 smithi027 bash[31536]: audit 2023-12-07T16:44:27.552554+0000 mgr.a (mgr.24293) 16602 : audit 0 from='client.330438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:29 smithi027 bash[31536]: cluster 2023-12-07T16:44:28.047067+0000 mgr.a (mgr.24293) 16603 : cluster 0 pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:31 smithi022 bash[28554]: cluster 2023-12-07T16:44:30.047692+0000 mgr.a (mgr.24293) 16604 : cluster 0 pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:31.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:31 smithi044 bash[32620]: cluster 2023-12-07T16:44:30.047692+0000 mgr.a (mgr.24293) 16604 : cluster 0 pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:31 smithi027 bash[31536]: cluster 2023-12-07T16:44:30.047692+0000 mgr.a (mgr.24293) 16604 : cluster 0 pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:32.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:32 smithi022 bash[28554]: cluster 2023-12-07T16:44:32.048476+0000 mgr.a (mgr.24293) 16605 : cluster 0 pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:32 smithi044 bash[32620]: cluster 2023-12-07T16:44:32.048476+0000 mgr.a (mgr.24293) 16605 : cluster 0 pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:32.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:32 smithi027 bash[31536]: cluster 2023-12-07T16:44:32.048476+0000 mgr.a (mgr.24293) 16605 : cluster 0 pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:33.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:33.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:33.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:34.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:34.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:34.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:34.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:34.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:35 smithi022 bash[28554]: audit 2023-12-07T16:44:33.512005+0000 mgr.a (mgr.24293) 16606 : audit 0 from='client.330510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:35 smithi022 bash[28554]: cluster 2023-12-07T16:44:34.049187+0000 mgr.a (mgr.24293) 16607 : cluster 0 pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:35 smithi022 bash[28554]: audit 2023-12-07T16:44:34.600077+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:44:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:35 smithi044 bash[32620]: audit 2023-12-07T16:44:33.512005+0000 mgr.a (mgr.24293) 16606 : audit 0 from='client.330510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:35 smithi044 bash[32620]: cluster 2023-12-07T16:44:34.049187+0000 mgr.a (mgr.24293) 16607 : cluster 0 pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:35 smithi044 bash[32620]: audit 2023-12-07T16:44:34.600077+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:44:35.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:35 smithi027 bash[31536]: audit 2023-12-07T16:44:33.512005+0000 mgr.a (mgr.24293) 16606 : audit 0 from='client.330510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:35.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:35 smithi027 bash[31536]: cluster 2023-12-07T16:44:34.049187+0000 mgr.a (mgr.24293) 16607 : cluster 0 pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:35.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:35 smithi027 bash[31536]: audit 2023-12-07T16:44:34.600077+0000 mon.a (mon.0) 2738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:44:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:36 smithi022 bash[28554]: audit 2023-12-07T16:44:35.392923+0000 mon.a (mon.0) 2739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:44:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:36 smithi022 bash[28554]: audit 2023-12-07T16:44:35.394900+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:44:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:36 smithi022 bash[28554]: audit 2023-12-07T16:44:35.404444+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:44:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:36 smithi044 bash[32620]: audit 2023-12-07T16:44:35.392923+0000 mon.a (mon.0) 2739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:44:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:36 smithi044 bash[32620]: audit 2023-12-07T16:44:35.394900+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:44:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:36 smithi044 bash[32620]: audit 2023-12-07T16:44:35.404444+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:44:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:36 smithi027 bash[31536]: audit 2023-12-07T16:44:35.392923+0000 mon.a (mon.0) 2739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:44:36.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:36 smithi027 bash[31536]: audit 2023-12-07T16:44:35.394900+0000 mon.a (mon.0) 2740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:44:36.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:36 smithi027 bash[31536]: audit 2023-12-07T16:44:35.404444+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:44:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:37 smithi022 bash[28554]: cluster 2023-12-07T16:44:36.050097+0000 mgr.a (mgr.24293) 16608 : cluster 0 pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:37 smithi044 bash[32620]: cluster 2023-12-07T16:44:36.050097+0000 mgr.a (mgr.24293) 16608 : cluster 0 pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:37.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:37 smithi027 bash[31536]: cluster 2023-12-07T16:44:36.050097+0000 mgr.a (mgr.24293) 16608 : cluster 0 pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:39.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:39.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:39.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:39 smithi022 bash[28554]: cluster 2023-12-07T16:44:38.050643+0000 mgr.a (mgr.24293) 16609 : cluster 0 pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:39.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:39 smithi044 bash[32620]: cluster 2023-12-07T16:44:38.050643+0000 mgr.a (mgr.24293) 16609 : cluster 0 pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:39 smithi027 bash[31536]: cluster 2023-12-07T16:44:38.050643+0000 mgr.a (mgr.24293) 16609 : cluster 0 pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:39.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:39.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:39.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:39.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:39.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:41 smithi022 bash[28554]: audit 2023-12-07T16:44:39.466807+0000 mgr.a (mgr.24293) 16610 : audit 0 from='client.330585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:41 smithi022 bash[28554]: cluster 2023-12-07T16:44:40.051403+0000 mgr.a (mgr.24293) 16611 : cluster 0 pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:41 smithi044 bash[32620]: audit 2023-12-07T16:44:39.466807+0000 mgr.a (mgr.24293) 16610 : audit 0 from='client.330585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:41 smithi044 bash[32620]: cluster 2023-12-07T16:44:40.051403+0000 mgr.a (mgr.24293) 16611 : cluster 0 pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:41.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:41 smithi027 bash[31536]: audit 2023-12-07T16:44:39.466807+0000 mgr.a (mgr.24293) 16610 : audit 0 from='client.330585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:41.474 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:41 smithi027 bash[31536]: cluster 2023-12-07T16:44:40.051403+0000 mgr.a (mgr.24293) 16611 : cluster 0 pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:42 smithi022 bash[28554]: cluster 2023-12-07T16:44:42.052247+0000 mgr.a (mgr.24293) 16612 : cluster 0 pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:42 smithi044 bash[32620]: cluster 2023-12-07T16:44:42.052247+0000 mgr.a (mgr.24293) 16612 : cluster 0 pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:42.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:42 smithi027 bash[31536]: cluster 2023-12-07T16:44:42.052247+0000 mgr.a (mgr.24293) 16612 : cluster 0 pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:44:44.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:44.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:44.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:45 smithi022 bash[28554]: cluster 2023-12-07T16:44:44.052801+0000 mgr.a (mgr.24293) 16613 : cluster 0 pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:45.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:45 smithi044 bash[32620]: cluster 2023-12-07T16:44:44.052801+0000 mgr.a (mgr.24293) 16613 : cluster 0 pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:45.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:45 smithi027 bash[31536]: cluster 2023-12-07T16:44:44.052801+0000 mgr.a (mgr.24293) 16613 : cluster 0 pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:45.923 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:45.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:45.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:45.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:45.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:47 smithi022 bash[28554]: audit 2023-12-07T16:44:45.404734+0000 mgr.a (mgr.24293) 16614 : audit 0 from='client.330657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:47 smithi022 bash[28554]: cluster 2023-12-07T16:44:46.054079+0000 mgr.a (mgr.24293) 16615 : cluster 0 pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:47.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:47 smithi044 bash[32620]: audit 2023-12-07T16:44:45.404734+0000 mgr.a (mgr.24293) 16614 : audit 0 from='client.330657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:47.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:47 smithi044 bash[32620]: cluster 2023-12-07T16:44:46.054079+0000 mgr.a (mgr.24293) 16615 : cluster 0 pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:47 smithi027 bash[31536]: audit 2023-12-07T16:44:45.404734+0000 mgr.a (mgr.24293) 16614 : audit 0 from='client.330657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:47 smithi027 bash[31536]: cluster 2023-12-07T16:44:46.054079+0000 mgr.a (mgr.24293) 16615 : cluster 0 pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:49 smithi022 bash[28554]: cluster 2023-12-07T16:44:48.054713+0000 mgr.a (mgr.24293) 16616 : cluster 0 pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:49 smithi044 bash[32620]: cluster 2023-12-07T16:44:48.054713+0000 mgr.a (mgr.24293) 16616 : cluster 0 pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:49.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:49 smithi027 bash[31536]: cluster 2023-12-07T16:44:48.054713+0000 mgr.a (mgr.24293) 16616 : cluster 0 pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:50.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:50.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:50.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:51.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:51 smithi022 bash[28554]: cluster 2023-12-07T16:44:50.055274+0000 mgr.a (mgr.24293) 16617 : cluster 0 pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:51 smithi044 bash[32620]: cluster 2023-12-07T16:44:50.055274+0000 mgr.a (mgr.24293) 16617 : cluster 0 pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:51 smithi027 bash[31536]: cluster 2023-12-07T16:44:50.055274+0000 mgr.a (mgr.24293) 16617 : cluster 0 pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:51.860 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:51.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:51.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:51.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:51.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:52 smithi022 bash[28554]: audit 2023-12-07T16:44:51.343275+0000 mgr.a (mgr.24293) 16618 : audit 0 from='client.270289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:52.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:52 smithi022 bash[28554]: cluster 2023-12-07T16:44:52.056312+0000 mgr.a (mgr.24293) 16619 : cluster 0 pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:52 smithi044 bash[32620]: audit 2023-12-07T16:44:51.343275+0000 mgr.a (mgr.24293) 16618 : audit 0 from='client.270289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:52 smithi044 bash[32620]: cluster 2023-12-07T16:44:52.056312+0000 mgr.a (mgr.24293) 16619 : cluster 0 pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:52 smithi027 bash[31536]: audit 2023-12-07T16:44:51.343275+0000 mgr.a (mgr.24293) 16618 : audit 0 from='client.270289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:52 smithi027 bash[31536]: cluster 2023-12-07T16:44:52.056312+0000 mgr.a (mgr.24293) 16619 : cluster 0 pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:55 smithi022 bash[28554]: cluster 2023-12-07T16:44:54.056887+0000 mgr.a (mgr.24293) 16620 : cluster 0 pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:55.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:55 smithi044 bash[32620]: cluster 2023-12-07T16:44:54.056887+0000 mgr.a (mgr.24293) 16620 : cluster 0 pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:55.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:55 smithi027 bash[31536]: cluster 2023-12-07T16:44:54.056887+0000 mgr.a (mgr.24293) 16620 : cluster 0 pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:44:56.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:44:56.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:44:56.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:44:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:57 smithi022 bash[28554]: cluster 2023-12-07T16:44:56.057647+0000 mgr.a (mgr.24293) 16621 : cluster 0 pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:57 smithi044 bash[32620]: cluster 2023-12-07T16:44:56.057647+0000 mgr.a (mgr.24293) 16621 : cluster 0 pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:57 smithi027 bash[31536]: cluster 2023-12-07T16:44:56.057647+0000 mgr.a (mgr.24293) 16621 : cluster 0 pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:57.791 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:44:57.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:44:57.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:44:57.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:44:57.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:44:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:59 smithi022 bash[28554]: audit 2023-12-07T16:44:57.277687+0000 mgr.a (mgr.24293) 16622 : audit 0 from='client.330807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:44:59 smithi022 bash[28554]: cluster 2023-12-07T16:44:58.058435+0000 mgr.a (mgr.24293) 16623 : cluster 0 pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:59 smithi044 bash[32620]: audit 2023-12-07T16:44:57.277687+0000 mgr.a (mgr.24293) 16622 : audit 0 from='client.330807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:44:59 smithi044 bash[32620]: cluster 2023-12-07T16:44:58.058435+0000 mgr.a (mgr.24293) 16623 : cluster 0 pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:44:59.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:59 smithi027 bash[31536]: audit 2023-12-07T16:44:57.277687+0000 mgr.a (mgr.24293) 16622 : audit 0 from='client.330807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:44:59.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:44:59 smithi027 bash[31536]: cluster 2023-12-07T16:44:58.058435+0000 mgr.a (mgr.24293) 16623 : cluster 0 pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:01.376 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:01 smithi022 bash[28554]: cluster 2023-12-07T16:45:00.059045+0000 mgr.a (mgr.24293) 16624 : cluster 0 pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:01.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:01 smithi044 bash[32620]: cluster 2023-12-07T16:45:00.059045+0000 mgr.a (mgr.24293) 16624 : cluster 0 pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:01 smithi027 bash[31536]: cluster 2023-12-07T16:45:00.059045+0000 mgr.a (mgr.24293) 16624 : cluster 0 pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:02.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:02.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:02.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:02.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:02 smithi022 bash[28554]: cluster 2023-12-07T16:45:02.059893+0000 mgr.a (mgr.24293) 16625 : cluster 0 pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:02 smithi044 bash[32620]: cluster 2023-12-07T16:45:02.059893+0000 mgr.a (mgr.24293) 16625 : cluster 0 pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:02.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:02 smithi027 bash[31536]: cluster 2023-12-07T16:45:02.059893+0000 mgr.a (mgr.24293) 16625 : cluster 0 pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:03.732 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:05 smithi022 bash[28554]: audit 2023-12-07T16:45:03.205089+0000 mgr.a (mgr.24293) 16626 : audit 0 from='client.330882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:05 smithi022 bash[28554]: cluster 2023-12-07T16:45:04.060801+0000 mgr.a (mgr.24293) 16627 : cluster 0 pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:05.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:05 smithi044 bash[32620]: audit 2023-12-07T16:45:03.205089+0000 mgr.a (mgr.24293) 16626 : audit 0 from='client.330882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:05.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:05 smithi044 bash[32620]: cluster 2023-12-07T16:45:04.060801+0000 mgr.a (mgr.24293) 16627 : cluster 0 pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:05 smithi027 bash[31536]: audit 2023-12-07T16:45:03.205089+0000 mgr.a (mgr.24293) 16626 : audit 0 from='client.330882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:05.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:05 smithi027 bash[31536]: cluster 2023-12-07T16:45:04.060801+0000 mgr.a (mgr.24293) 16627 : cluster 0 pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:07 smithi022 bash[28554]: cluster 2023-12-07T16:45:06.061663+0000 mgr.a (mgr.24293) 16628 : cluster 0 pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:07 smithi044 bash[32620]: cluster 2023-12-07T16:45:06.061663+0000 mgr.a (mgr.24293) 16628 : cluster 0 pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:07.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:07 smithi027 bash[31536]: cluster 2023-12-07T16:45:06.061663+0000 mgr.a (mgr.24293) 16628 : cluster 0 pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:08.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:08.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:08.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:09 smithi022 bash[28554]: cluster 2023-12-07T16:45:08.062248+0000 mgr.a (mgr.24293) 16629 : cluster 0 pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:09 smithi044 bash[32620]: cluster 2023-12-07T16:45:08.062248+0000 mgr.a (mgr.24293) 16629 : cluster 0 pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:09.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:09 smithi027 bash[31536]: cluster 2023-12-07T16:45:08.062248+0000 mgr.a (mgr.24293) 16629 : cluster 0 pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:09.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:09.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:09.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:09.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:09.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:10.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:10 smithi022 bash[28554]: audit 2023-12-07T16:45:09.145728+0000 mgr.a (mgr.24293) 16630 : audit 0 from='client.330960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:10.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:10 smithi044 bash[32620]: audit 2023-12-07T16:45:09.145728+0000 mgr.a (mgr.24293) 16630 : audit 0 from='client.330960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:10.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:10 smithi027 bash[31536]: audit 2023-12-07T16:45:09.145728+0000 mgr.a (mgr.24293) 16630 : audit 0 from='client.330960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:11.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:11 smithi022 bash[28554]: cluster 2023-12-07T16:45:10.063101+0000 mgr.a (mgr.24293) 16631 : cluster 0 pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:11 smithi044 bash[32620]: cluster 2023-12-07T16:45:10.063101+0000 mgr.a (mgr.24293) 16631 : cluster 0 pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:11.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:11 smithi027 bash[31536]: cluster 2023-12-07T16:45:10.063101+0000 mgr.a (mgr.24293) 16631 : cluster 0 pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:12 smithi022 bash[28554]: cluster 2023-12-07T16:45:12.064029+0000 mgr.a (mgr.24293) 16632 : cluster 0 pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:12 smithi044 bash[32620]: cluster 2023-12-07T16:45:12.064029+0000 mgr.a (mgr.24293) 16632 : cluster 0 pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:12 smithi027 bash[31536]: cluster 2023-12-07T16:45:12.064029+0000 mgr.a (mgr.24293) 16632 : cluster 0 pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:14.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:14.659 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:14.660 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:15 smithi022 bash[28554]: cluster 2023-12-07T16:45:14.064589+0000 mgr.a (mgr.24293) 16633 : cluster 0 pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:15 smithi044 bash[32620]: cluster 2023-12-07T16:45:14.064589+0000 mgr.a (mgr.24293) 16633 : cluster 0 pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:15.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:15 smithi027 bash[31536]: cluster 2023-12-07T16:45:14.064589+0000 mgr.a (mgr.24293) 16633 : cluster 0 pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:15.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:15.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:15.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:15.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:15.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:16.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:16 smithi022 bash[28554]: audit 2023-12-07T16:45:15.076700+0000 mgr.a (mgr.24293) 16634 : audit 0 from='client.331038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:16.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:16 smithi044 bash[32620]: audit 2023-12-07T16:45:15.076700+0000 mgr.a (mgr.24293) 16634 : audit 0 from='client.331038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:16.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:16 smithi027 bash[31536]: audit 2023-12-07T16:45:15.076700+0000 mgr.a (mgr.24293) 16634 : audit 0 from='client.331038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:17 smithi022 bash[28554]: cluster 2023-12-07T16:45:16.065622+0000 mgr.a (mgr.24293) 16635 : cluster 0 pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:45:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:17 smithi044 bash[32620]: cluster 2023-12-07T16:45:16.065622+0000 mgr.a (mgr.24293) 16635 : cluster 0 pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:45:17.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:17 smithi027 bash[31536]: cluster 2023-12-07T16:45:16.065622+0000 mgr.a (mgr.24293) 16635 : cluster 0 pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:45:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:19 smithi022 bash[28554]: cluster 2023-12-07T16:45:18.066180+0000 mgr.a (mgr.24293) 16636 : cluster 0 pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:45:19.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:19 smithi044 bash[32620]: cluster 2023-12-07T16:45:18.066180+0000 mgr.a (mgr.24293) 16636 : cluster 0 pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:45:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:19 smithi027 bash[31536]: cluster 2023-12-07T16:45:18.066180+0000 mgr.a (mgr.24293) 16636 : cluster 0 pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:45:20.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:20.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:20.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:21.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:21 smithi022 bash[28554]: cluster 2023-12-07T16:45:20.066772+0000 mgr.a (mgr.24293) 16637 : cluster 0 pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:45:21.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:21 smithi044 bash[32620]: cluster 2023-12-07T16:45:20.066772+0000 mgr.a (mgr.24293) 16637 : cluster 0 pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:45:21.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:21 smithi027 bash[31536]: cluster 2023-12-07T16:45:20.066772+0000 mgr.a (mgr.24293) 16637 : cluster 0 pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:45:21.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:21.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:21.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:21.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:21.523 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:22.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:22 smithi022 bash[28554]: audit 2023-12-07T16:45:21.009657+0000 mgr.a (mgr.24293) 16638 : audit 0 from='client.331116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:22.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:22 smithi044 bash[32620]: audit 2023-12-07T16:45:21.009657+0000 mgr.a (mgr.24293) 16638 : audit 0 from='client.331116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:22.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:22 smithi027 bash[31536]: audit 2023-12-07T16:45:21.009657+0000 mgr.a (mgr.24293) 16638 : audit 0 from='client.331116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:23.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:23 smithi022 bash[28554]: cluster 2023-12-07T16:45:22.067826+0000 mgr.a (mgr.24293) 16639 : cluster 0 pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:23.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:23 smithi044 bash[32620]: cluster 2023-12-07T16:45:22.067826+0000 mgr.a (mgr.24293) 16639 : cluster 0 pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:23.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:23 smithi027 bash[31536]: cluster 2023-12-07T16:45:22.067826+0000 mgr.a (mgr.24293) 16639 : cluster 0 pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:25.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:25 smithi022 bash[28554]: cluster 2023-12-07T16:45:24.068390+0000 mgr.a (mgr.24293) 16640 : cluster 0 pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:25.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:25 smithi044 bash[32620]: cluster 2023-12-07T16:45:24.068390+0000 mgr.a (mgr.24293) 16640 : cluster 0 pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:25.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:25 smithi027 bash[31536]: cluster 2023-12-07T16:45:24.068390+0000 mgr.a (mgr.24293) 16640 : cluster 0 pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:26.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:26.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:26.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:27.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:27 smithi022 bash[28554]: cluster 2023-12-07T16:45:26.069164+0000 mgr.a (mgr.24293) 16641 : cluster 0 pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:27 smithi044 bash[32620]: cluster 2023-12-07T16:45:26.069164+0000 mgr.a (mgr.24293) 16641 : cluster 0 pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:27.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:27 smithi027 bash[31536]: cluster 2023-12-07T16:45:26.069164+0000 mgr.a (mgr.24293) 16641 : cluster 0 pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:27.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:27.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:27.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:27.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:27.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:28.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:28 smithi022 bash[28554]: audit 2023-12-07T16:45:26.940923+0000 mgr.a (mgr.24293) 16642 : audit 0 from='client.263522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:28.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:28 smithi044 bash[32620]: audit 2023-12-07T16:45:26.940923+0000 mgr.a (mgr.24293) 16642 : audit 0 from='client.263522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:28.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:28 smithi027 bash[31536]: audit 2023-12-07T16:45:26.940923+0000 mgr.a (mgr.24293) 16642 : audit 0 from='client.263522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:29.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:29 smithi022 bash[28554]: cluster 2023-12-07T16:45:28.069815+0000 mgr.a (mgr.24293) 16643 : cluster 0 pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:45:29.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:29 smithi044 bash[32620]: cluster 2023-12-07T16:45:28.069815+0000 mgr.a (mgr.24293) 16643 : cluster 0 pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:45:29.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:29 smithi027 bash[31536]: cluster 2023-12-07T16:45:28.069815+0000 mgr.a (mgr.24293) 16643 : cluster 0 pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:45:31.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:31 smithi022 bash[28554]: cluster 2023-12-07T16:45:30.070549+0000 mgr.a (mgr.24293) 16644 : cluster 0 pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:45:31.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:31 smithi044 bash[32620]: cluster 2023-12-07T16:45:30.070549+0000 mgr.a (mgr.24293) 16644 : cluster 0 pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:45:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:31 smithi027 bash[31536]: cluster 2023-12-07T16:45:30.070549+0000 mgr.a (mgr.24293) 16644 : cluster 0 pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:45:32.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:32.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:32.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:32.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:32 smithi022 bash[28554]: cluster 2023-12-07T16:45:32.071530+0000 mgr.a (mgr.24293) 16645 : cluster 0 pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:45:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:32 smithi044 bash[32620]: cluster 2023-12-07T16:45:32.071530+0000 mgr.a (mgr.24293) 16645 : cluster 0 pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:45:32.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:32 smithi027 bash[31536]: cluster 2023-12-07T16:45:32.071530+0000 mgr.a (mgr.24293) 16645 : cluster 0 pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:45:33.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:33.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:33.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:33.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:33 smithi022 bash[28554]: audit 2023-12-07T16:45:32.884273+0000 mgr.a (mgr.24293) 16646 : audit 0 from='client.331269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:33.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:33 smithi044 bash[32620]: audit 2023-12-07T16:45:32.884273+0000 mgr.a (mgr.24293) 16646 : audit 0 from='client.331269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:33.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:33 smithi027 bash[31536]: audit 2023-12-07T16:45:32.884273+0000 mgr.a (mgr.24293) 16646 : audit 0 from='client.331269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:34.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:34 smithi022 bash[28554]: cluster 2023-12-07T16:45:34.072195+0000 mgr.a (mgr.24293) 16647 : cluster 0 pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:34.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:34 smithi044 bash[32620]: cluster 2023-12-07T16:45:34.072195+0000 mgr.a (mgr.24293) 16647 : cluster 0 pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:34.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:34 smithi027 bash[31536]: cluster 2023-12-07T16:45:34.072195+0000 mgr.a (mgr.24293) 16647 : cluster 0 pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:35.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:35 smithi022 bash[28554]: audit 2023-12-07T16:45:35.508386+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:45:35.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:35 smithi044 bash[32620]: audit 2023-12-07T16:45:35.508386+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:45:35.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:35 smithi027 bash[31536]: audit 2023-12-07T16:45:35.508386+0000 mon.a (mon.0) 2742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:45:36.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:36 smithi022 bash[28554]: cluster 2023-12-07T16:45:36.073055+0000 mgr.a (mgr.24293) 16648 : cluster 0 pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:36.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:36 smithi022 bash[28554]: audit 2023-12-07T16:45:36.299755+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:45:36.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:36 smithi022 bash[28554]: audit 2023-12-07T16:45:36.301700+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:45:36.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:36 smithi022 bash[28554]: audit 2023-12-07T16:45:36.311278+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:45:36.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:36 smithi044 bash[32620]: cluster 2023-12-07T16:45:36.073055+0000 mgr.a (mgr.24293) 16648 : cluster 0 pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:36.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:36 smithi044 bash[32620]: audit 2023-12-07T16:45:36.299755+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:45:36.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:36 smithi044 bash[32620]: audit 2023-12-07T16:45:36.301700+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:45:36.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:36 smithi044 bash[32620]: audit 2023-12-07T16:45:36.311278+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:45:36.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:36 smithi027 bash[31536]: cluster 2023-12-07T16:45:36.073055+0000 mgr.a (mgr.24293) 16648 : cluster 0 pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:36.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:36 smithi027 bash[31536]: audit 2023-12-07T16:45:36.299755+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:45:36.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:36 smithi027 bash[31536]: audit 2023-12-07T16:45:36.301700+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:45:36.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:36 smithi027 bash[31536]: audit 2023-12-07T16:45:36.311278+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:45:38.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:38.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:38.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:39.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:39.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:39.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:39.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:39.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:39.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:39 smithi022 bash[28554]: cluster 2023-12-07T16:45:38.073594+0000 mgr.a (mgr.24293) 16649 : cluster 0 pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:39.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:39 smithi044 bash[32620]: cluster 2023-12-07T16:45:38.073594+0000 mgr.a (mgr.24293) 16649 : cluster 0 pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:39 smithi027 bash[31536]: cluster 2023-12-07T16:45:38.073594+0000 mgr.a (mgr.24293) 16649 : cluster 0 pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:40.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:40 smithi022 bash[28554]: audit 2023-12-07T16:45:38.828798+0000 mgr.a (mgr.24293) 16650 : audit 0 from='client.331344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:40.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:40 smithi044 bash[32620]: audit 2023-12-07T16:45:38.828798+0000 mgr.a (mgr.24293) 16650 : audit 0 from='client.331344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:40.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:40 smithi027 bash[31536]: audit 2023-12-07T16:45:38.828798+0000 mgr.a (mgr.24293) 16650 : audit 0 from='client.331344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:41.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:41 smithi022 bash[28554]: cluster 2023-12-07T16:45:40.074315+0000 mgr.a (mgr.24293) 16651 : cluster 0 pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:41.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:41 smithi044 bash[32620]: cluster 2023-12-07T16:45:40.074315+0000 mgr.a (mgr.24293) 16651 : cluster 0 pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:41 smithi027 bash[31536]: cluster 2023-12-07T16:45:40.074315+0000 mgr.a (mgr.24293) 16651 : cluster 0 pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:42 smithi022 bash[28554]: cluster 2023-12-07T16:45:42.075109+0000 mgr.a (mgr.24293) 16652 : cluster 0 pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:42.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:42 smithi044 bash[32620]: cluster 2023-12-07T16:45:42.075109+0000 mgr.a (mgr.24293) 16652 : cluster 0 pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:42.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:42 smithi027 bash[31536]: cluster 2023-12-07T16:45:42.075109+0000 mgr.a (mgr.24293) 16652 : cluster 0 pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:44.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:44.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:44.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:45.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:45.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:45.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:45.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:45.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:45 smithi022 bash[28554]: cluster 2023-12-07T16:45:44.075621+0000 mgr.a (mgr.24293) 16653 : cluster 0 pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:45.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:45 smithi044 bash[32620]: cluster 2023-12-07T16:45:44.075621+0000 mgr.a (mgr.24293) 16653 : cluster 0 pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:45 smithi027 bash[31536]: cluster 2023-12-07T16:45:44.075621+0000 mgr.a (mgr.24293) 16653 : cluster 0 pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:46.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:46 smithi022 bash[28554]: audit 2023-12-07T16:45:44.748726+0000 mgr.a (mgr.24293) 16654 : audit 0 from='client.331422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:46.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:46 smithi044 bash[32620]: audit 2023-12-07T16:45:44.748726+0000 mgr.a (mgr.24293) 16654 : audit 0 from='client.331422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:46.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:46 smithi027 bash[31536]: audit 2023-12-07T16:45:44.748726+0000 mgr.a (mgr.24293) 16654 : audit 0 from='client.331422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:47 smithi022 bash[28554]: cluster 2023-12-07T16:45:46.076451+0000 mgr.a (mgr.24293) 16655 : cluster 0 pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:47 smithi044 bash[32620]: cluster 2023-12-07T16:45:46.076451+0000 mgr.a (mgr.24293) 16655 : cluster 0 pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:47.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:47 smithi027 bash[31536]: cluster 2023-12-07T16:45:46.076451+0000 mgr.a (mgr.24293) 16655 : cluster 0 pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:45:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:49 smithi022 bash[28554]: cluster 2023-12-07T16:45:48.077040+0000 mgr.a (mgr.24293) 16656 : cluster 0 pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:49 smithi044 bash[32620]: cluster 2023-12-07T16:45:48.077040+0000 mgr.a (mgr.24293) 16656 : cluster 0 pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:49 smithi027 bash[31536]: cluster 2023-12-07T16:45:48.077040+0000 mgr.a (mgr.24293) 16656 : cluster 0 pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:50.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:50.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:50.267 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:51.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:51.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:51.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:51.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:51.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:51 smithi022 bash[28554]: cluster 2023-12-07T16:45:50.077576+0000 mgr.a (mgr.24293) 16657 : cluster 0 pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:51 smithi044 bash[32620]: cluster 2023-12-07T16:45:50.077576+0000 mgr.a (mgr.24293) 16657 : cluster 0 pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:51.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:51 smithi027 bash[31536]: cluster 2023-12-07T16:45:50.077576+0000 mgr.a (mgr.24293) 16657 : cluster 0 pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:52.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:52 smithi022 bash[28554]: audit 2023-12-07T16:45:50.680800+0000 mgr.a (mgr.24293) 16658 : audit 0 from='client.331497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:52.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:52 smithi044 bash[32620]: audit 2023-12-07T16:45:50.680800+0000 mgr.a (mgr.24293) 16658 : audit 0 from='client.331497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:52.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:52 smithi027 bash[31536]: audit 2023-12-07T16:45:50.680800+0000 mgr.a (mgr.24293) 16658 : audit 0 from='client.331497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:53.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:53 smithi022 bash[28554]: cluster 2023-12-07T16:45:52.078583+0000 mgr.a (mgr.24293) 16659 : cluster 0 pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:53.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:53 smithi044 bash[32620]: cluster 2023-12-07T16:45:52.078583+0000 mgr.a (mgr.24293) 16659 : cluster 0 pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:53.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:53 smithi027 bash[31536]: cluster 2023-12-07T16:45:52.078583+0000 mgr.a (mgr.24293) 16659 : cluster 0 pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:55.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:55 smithi022 bash[28554]: cluster 2023-12-07T16:45:54.079158+0000 mgr.a (mgr.24293) 16660 : cluster 0 pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:55.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:55 smithi044 bash[32620]: cluster 2023-12-07T16:45:54.079158+0000 mgr.a (mgr.24293) 16660 : cluster 0 pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:55.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:55 smithi027 bash[31536]: cluster 2023-12-07T16:45:54.079158+0000 mgr.a (mgr.24293) 16660 : cluster 0 pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:56.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:45:56.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:45:56.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:45:57.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:45:57.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:45:57.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:45:57.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:45:57.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:45:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:57 smithi022 bash[28554]: cluster 2023-12-07T16:45:56.079955+0000 mgr.a (mgr.24293) 16661 : cluster 0 pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:57 smithi044 bash[32620]: cluster 2023-12-07T16:45:56.079955+0000 mgr.a (mgr.24293) 16661 : cluster 0 pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:57.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:57 smithi027 bash[31536]: cluster 2023-12-07T16:45:56.079955+0000 mgr.a (mgr.24293) 16661 : cluster 0 pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:45:58.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:58 smithi022 bash[28554]: audit 2023-12-07T16:45:56.616079+0000 mgr.a (mgr.24293) 16662 : audit 0 from='client.331566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:58.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:58 smithi044 bash[32620]: audit 2023-12-07T16:45:56.616079+0000 mgr.a (mgr.24293) 16662 : audit 0 from='client.331566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:58.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:58 smithi027 bash[31536]: audit 2023-12-07T16:45:56.616079+0000 mgr.a (mgr.24293) 16662 : audit 0 from='client.331566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:45:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:45:59 smithi022 bash[28554]: cluster 2023-12-07T16:45:58.080665+0000 mgr.a (mgr.24293) 16663 : cluster 0 pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:45:59 smithi044 bash[32620]: cluster 2023-12-07T16:45:58.080665+0000 mgr.a (mgr.24293) 16663 : cluster 0 pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:45:59.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:45:59 smithi027 bash[31536]: cluster 2023-12-07T16:45:58.080665+0000 mgr.a (mgr.24293) 16663 : cluster 0 pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:01.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:01 smithi022 bash[28554]: cluster 2023-12-07T16:46:00.081227+0000 mgr.a (mgr.24293) 16664 : cluster 0 pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:01.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:01 smithi044 bash[32620]: cluster 2023-12-07T16:46:00.081227+0000 mgr.a (mgr.24293) 16664 : cluster 0 pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:01.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:01 smithi027 bash[31536]: cluster 2023-12-07T16:46:00.081227+0000 mgr.a (mgr.24293) 16664 : cluster 0 pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:02.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:02.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:02.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:02.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:02 smithi022 bash[28554]: cluster 2023-12-07T16:46:02.082176+0000 mgr.a (mgr.24293) 16665 : cluster 0 pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:02 smithi044 bash[32620]: cluster 2023-12-07T16:46:02.082176+0000 mgr.a (mgr.24293) 16665 : cluster 0 pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:02.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:02 smithi027 bash[31536]: cluster 2023-12-07T16:46:02.082176+0000 mgr.a (mgr.24293) 16665 : cluster 0 pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:03.076 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:03.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:03.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:03.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:03.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:03.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:03 smithi022 bash[28554]: audit 2023-12-07T16:46:02.560588+0000 mgr.a (mgr.24293) 16666 : audit 0 from='client.331635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:03.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:03 smithi044 bash[32620]: audit 2023-12-07T16:46:02.560588+0000 mgr.a (mgr.24293) 16666 : audit 0 from='client.331635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:03.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:03 smithi027 bash[31536]: audit 2023-12-07T16:46:02.560588+0000 mgr.a (mgr.24293) 16666 : audit 0 from='client.331635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:04.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:04 smithi022 bash[28554]: cluster 2023-12-07T16:46:04.083061+0000 mgr.a (mgr.24293) 16667 : cluster 0 pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:04.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:04 smithi044 bash[32620]: cluster 2023-12-07T16:46:04.083061+0000 mgr.a (mgr.24293) 16667 : cluster 0 pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:04.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:04 smithi027 bash[31536]: cluster 2023-12-07T16:46:04.083061+0000 mgr.a (mgr.24293) 16667 : cluster 0 pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:07.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:07 smithi022 bash[28554]: cluster 2023-12-07T16:46:06.083929+0000 mgr.a (mgr.24293) 16668 : cluster 0 pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:07 smithi044 bash[32620]: cluster 2023-12-07T16:46:06.083929+0000 mgr.a (mgr.24293) 16668 : cluster 0 pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:07.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:07 smithi027 bash[31536]: cluster 2023-12-07T16:46:06.083929+0000 mgr.a (mgr.24293) 16668 : cluster 0 pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:08.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:08.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:08.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:09.027 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:09.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:09.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:09.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:09.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:09 smithi022 bash[28554]: cluster 2023-12-07T16:46:08.084648+0000 mgr.a (mgr.24293) 16669 : cluster 0 pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:09 smithi044 bash[32620]: cluster 2023-12-07T16:46:08.084648+0000 mgr.a (mgr.24293) 16669 : cluster 0 pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:09.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:09 smithi027 bash[31536]: cluster 2023-12-07T16:46:08.084648+0000 mgr.a (mgr.24293) 16669 : cluster 0 pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:10.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:10 smithi022 bash[28554]: audit 2023-12-07T16:46:08.498146+0000 mgr.a (mgr.24293) 16670 : audit 0 from='client.331707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:10.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:10 smithi044 bash[32620]: audit 2023-12-07T16:46:08.498146+0000 mgr.a (mgr.24293) 16670 : audit 0 from='client.331707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:10.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:10 smithi027 bash[31536]: audit 2023-12-07T16:46:08.498146+0000 mgr.a (mgr.24293) 16670 : audit 0 from='client.331707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:11.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:11 smithi022 bash[28554]: cluster 2023-12-07T16:46:10.085483+0000 mgr.a (mgr.24293) 16671 : cluster 0 pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:11 smithi044 bash[32620]: cluster 2023-12-07T16:46:10.085483+0000 mgr.a (mgr.24293) 16671 : cluster 0 pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:11.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:11 smithi027 bash[31536]: cluster 2023-12-07T16:46:10.085483+0000 mgr.a (mgr.24293) 16671 : cluster 0 pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:12 smithi022 bash[28554]: cluster 2023-12-07T16:46:12.086517+0000 mgr.a (mgr.24293) 16672 : cluster 0 pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:12 smithi044 bash[32620]: cluster 2023-12-07T16:46:12.086517+0000 mgr.a (mgr.24293) 16672 : cluster 0 pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:12.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:12 smithi027 bash[31536]: cluster 2023-12-07T16:46:12.086517+0000 mgr.a (mgr.24293) 16672 : cluster 0 pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:14.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:14.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:14.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:14.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:14.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:14.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:14.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:14.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:15.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:15 smithi022 bash[28554]: cluster 2023-12-07T16:46:14.087273+0000 mgr.a (mgr.24293) 16673 : cluster 0 pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:15 smithi044 bash[32620]: cluster 2023-12-07T16:46:14.087273+0000 mgr.a (mgr.24293) 16673 : cluster 0 pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:15.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:15 smithi027 bash[31536]: cluster 2023-12-07T16:46:14.087273+0000 mgr.a (mgr.24293) 16673 : cluster 0 pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:16.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:16 smithi022 bash[28554]: audit 2023-12-07T16:46:14.443915+0000 mgr.a (mgr.24293) 16674 : audit 0 from='client.331785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:16.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:16 smithi044 bash[32620]: audit 2023-12-07T16:46:14.443915+0000 mgr.a (mgr.24293) 16674 : audit 0 from='client.331785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:16.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:16 smithi027 bash[31536]: audit 2023-12-07T16:46:14.443915+0000 mgr.a (mgr.24293) 16674 : audit 0 from='client.331785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:17.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:17 smithi022 bash[28554]: cluster 2023-12-07T16:46:16.088267+0000 mgr.a (mgr.24293) 16675 : cluster 0 pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:17 smithi044 bash[32620]: cluster 2023-12-07T16:46:16.088267+0000 mgr.a (mgr.24293) 16675 : cluster 0 pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:17.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:17 smithi027 bash[31536]: cluster 2023-12-07T16:46:16.088267+0000 mgr.a (mgr.24293) 16675 : cluster 0 pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:19.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:19 smithi022 bash[28554]: cluster 2023-12-07T16:46:18.088902+0000 mgr.a (mgr.24293) 16676 : cluster 0 pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:19.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:19 smithi044 bash[32620]: cluster 2023-12-07T16:46:18.088902+0000 mgr.a (mgr.24293) 16676 : cluster 0 pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:19.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:19 smithi027 bash[31536]: cluster 2023-12-07T16:46:18.088902+0000 mgr.a (mgr.24293) 16676 : cluster 0 pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:19.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:19.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:19.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:20.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:20.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:20.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:20.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:20.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:21.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:21 smithi022 bash[28554]: cluster 2023-12-07T16:46:20.089508+0000 mgr.a (mgr.24293) 16677 : cluster 0 pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:21.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:21 smithi044 bash[32620]: cluster 2023-12-07T16:46:20.089508+0000 mgr.a (mgr.24293) 16677 : cluster 0 pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:21.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:21 smithi027 bash[31536]: cluster 2023-12-07T16:46:20.089508+0000 mgr.a (mgr.24293) 16677 : cluster 0 pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:22.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:22 smithi022 bash[28554]: audit 2023-12-07T16:46:20.372508+0000 mgr.a (mgr.24293) 16678 : audit 0 from='client.331857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:22.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:22 smithi044 bash[32620]: audit 2023-12-07T16:46:20.372508+0000 mgr.a (mgr.24293) 16678 : audit 0 from='client.331857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:22.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:22 smithi027 bash[31536]: audit 2023-12-07T16:46:20.372508+0000 mgr.a (mgr.24293) 16678 : audit 0 from='client.331857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:23.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:23 smithi022 bash[28554]: cluster 2023-12-07T16:46:22.090596+0000 mgr.a (mgr.24293) 16679 : cluster 0 pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:23.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:23 smithi044 bash[32620]: cluster 2023-12-07T16:46:22.090596+0000 mgr.a (mgr.24293) 16679 : cluster 0 pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:23.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:23 smithi027 bash[31536]: cluster 2023-12-07T16:46:22.090596+0000 mgr.a (mgr.24293) 16679 : cluster 0 pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:25.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:25 smithi022 bash[28554]: cluster 2023-12-07T16:46:24.091153+0000 mgr.a (mgr.24293) 16680 : cluster 0 pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:25.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:25 smithi044 bash[32620]: cluster 2023-12-07T16:46:24.091153+0000 mgr.a (mgr.24293) 16680 : cluster 0 pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:25.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:25 smithi027 bash[31536]: cluster 2023-12-07T16:46:24.091153+0000 mgr.a (mgr.24293) 16680 : cluster 0 pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:25.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:25.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:25.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:26.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:26.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:26.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:26.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:26.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:27.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:27 smithi022 bash[28554]: cluster 2023-12-07T16:46:26.091963+0000 mgr.a (mgr.24293) 16681 : cluster 0 pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:27 smithi044 bash[32620]: cluster 2023-12-07T16:46:26.091963+0000 mgr.a (mgr.24293) 16681 : cluster 0 pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:27.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:27 smithi027 bash[31536]: cluster 2023-12-07T16:46:26.091963+0000 mgr.a (mgr.24293) 16681 : cluster 0 pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:28 smithi027 bash[31536]: audit 2023-12-07T16:46:26.292011+0000 mgr.a (mgr.24293) 16682 : audit 0 from='client.331932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:28.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:28 smithi022 bash[28554]: audit 2023-12-07T16:46:26.292011+0000 mgr.a (mgr.24293) 16682 : audit 0 from='client.331932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:28.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:28 smithi044 bash[32620]: audit 2023-12-07T16:46:26.292011+0000 mgr.a (mgr.24293) 16682 : audit 0 from='client.331932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:29.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:29 smithi027 bash[31536]: cluster 2023-12-07T16:46:28.092703+0000 mgr.a (mgr.24293) 16683 : cluster 0 pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:29.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:29 smithi022 bash[28554]: cluster 2023-12-07T16:46:28.092703+0000 mgr.a (mgr.24293) 16683 : cluster 0 pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:29 smithi044 bash[32620]: cluster 2023-12-07T16:46:28.092703+0000 mgr.a (mgr.24293) 16683 : cluster 0 pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:31.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:31 smithi027 bash[31536]: cluster 2023-12-07T16:46:30.093323+0000 mgr.a (mgr.24293) 16684 : cluster 0 pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:31 smithi022 bash[28554]: cluster 2023-12-07T16:46:30.093323+0000 mgr.a (mgr.24293) 16684 : cluster 0 pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:31 smithi044 bash[32620]: cluster 2023-12-07T16:46:30.093323+0000 mgr.a (mgr.24293) 16684 : cluster 0 pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:31.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:31.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:31.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:32.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:32.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:32.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:32 smithi022 bash[28554]: cluster 2023-12-07T16:46:32.094102+0000 mgr.a (mgr.24293) 16685 : cluster 0 pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:32 smithi044 bash[32620]: cluster 2023-12-07T16:46:32.094102+0000 mgr.a (mgr.24293) 16685 : cluster 0 pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:32.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:32 smithi027 bash[31536]: cluster 2023-12-07T16:46:32.094102+0000 mgr.a (mgr.24293) 16685 : cluster 0 pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:33.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:33 smithi022 bash[28554]: audit 2023-12-07T16:46:32.238882+0000 mgr.a (mgr.24293) 16686 : audit 0 from='client.332007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:33.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:33 smithi044 bash[32620]: audit 2023-12-07T16:46:32.238882+0000 mgr.a (mgr.24293) 16686 : audit 0 from='client.332007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:33.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:33 smithi027 bash[31536]: audit 2023-12-07T16:46:32.238882+0000 mgr.a (mgr.24293) 16686 : audit 0 from='client.332007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:34.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:34 smithi022 bash[28554]: cluster 2023-12-07T16:46:34.094904+0000 mgr.a (mgr.24293) 16687 : cluster 0 pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:34.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:34 smithi044 bash[32620]: cluster 2023-12-07T16:46:34.094904+0000 mgr.a (mgr.24293) 16687 : cluster 0 pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:34.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:34 smithi027 bash[31536]: cluster 2023-12-07T16:46:34.094904+0000 mgr.a (mgr.24293) 16687 : cluster 0 pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:37 smithi022 bash[28554]: cluster 2023-12-07T16:46:36.095941+0000 mgr.a (mgr.24293) 16688 : cluster 0 pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:37.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:37 smithi022 bash[28554]: audit 2023-12-07T16:46:36.416334+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:46:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:37 smithi044 bash[32620]: cluster 2023-12-07T16:46:36.095941+0000 mgr.a (mgr.24293) 16688 : cluster 0 pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:37.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:37 smithi044 bash[32620]: audit 2023-12-07T16:46:36.416334+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:46:37.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:37 smithi027 bash[31536]: cluster 2023-12-07T16:46:36.095941+0000 mgr.a (mgr.24293) 16688 : cluster 0 pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:37.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:37 smithi027 bash[31536]: audit 2023-12-07T16:46:36.416334+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:46:37.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:37.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:37.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:38.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:38 smithi022 bash[28554]: audit 2023-12-07T16:46:37.205352+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:46:38.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:38 smithi022 bash[28554]: audit 2023-12-07T16:46:37.207488+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:46:38.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:38 smithi022 bash[28554]: audit 2023-12-07T16:46:37.216869+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:46:38.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:38 smithi044 bash[32620]: audit 2023-12-07T16:46:37.205352+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:46:38.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:38 smithi044 bash[32620]: audit 2023-12-07T16:46:37.207488+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:46:38.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:38 smithi044 bash[32620]: audit 2023-12-07T16:46:37.216869+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:46:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:38 smithi027 bash[31536]: audit 2023-12-07T16:46:37.205352+0000 mon.a (mon.0) 2747 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:46:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:38 smithi027 bash[31536]: audit 2023-12-07T16:46:37.207488+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:46:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:38 smithi027 bash[31536]: audit 2023-12-07T16:46:37.216869+0000 mon.a (mon.0) 2749 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:46:38.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:38.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:38.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:38.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:38.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:39.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:39 smithi022 bash[28554]: cluster 2023-12-07T16:46:38.096664+0000 mgr.a (mgr.24293) 16689 : cluster 0 pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:39.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:39 smithi022 bash[28554]: audit 2023-12-07T16:46:38.183067+0000 mgr.a (mgr.24293) 16690 : audit 0 from='client.332082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:39 smithi044 bash[32620]: cluster 2023-12-07T16:46:38.096664+0000 mgr.a (mgr.24293) 16689 : cluster 0 pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:39 smithi044 bash[32620]: audit 2023-12-07T16:46:38.183067+0000 mgr.a (mgr.24293) 16690 : audit 0 from='client.332082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:39.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:39 smithi027 bash[31536]: cluster 2023-12-07T16:46:38.096664+0000 mgr.a (mgr.24293) 16689 : cluster 0 pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:39.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:39 smithi027 bash[31536]: audit 2023-12-07T16:46:38.183067+0000 mgr.a (mgr.24293) 16690 : audit 0 from='client.332082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:41.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:41 smithi022 bash[28554]: cluster 2023-12-07T16:46:40.097420+0000 mgr.a (mgr.24293) 16691 : cluster 0 pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:41 smithi044 bash[32620]: cluster 2023-12-07T16:46:40.097420+0000 mgr.a (mgr.24293) 16691 : cluster 0 pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:41 smithi027 bash[31536]: cluster 2023-12-07T16:46:40.097420+0000 mgr.a (mgr.24293) 16691 : cluster 0 pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:42 smithi022 bash[28554]: cluster 2023-12-07T16:46:42.098265+0000 mgr.a (mgr.24293) 16692 : cluster 0 pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:42 smithi044 bash[32620]: cluster 2023-12-07T16:46:42.098265+0000 mgr.a (mgr.24293) 16692 : cluster 0 pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:42.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:42 smithi027 bash[31536]: cluster 2023-12-07T16:46:42.098265+0000 mgr.a (mgr.24293) 16692 : cluster 0 pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:43.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:43.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:43.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:44.612 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:44.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:44.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:44.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:44.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:45 smithi022 bash[28554]: cluster 2023-12-07T16:46:44.098800+0000 mgr.a (mgr.24293) 16693 : cluster 0 pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:45.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:45 smithi022 bash[28554]: audit 2023-12-07T16:46:44.120063+0000 mgr.a (mgr.24293) 16694 : audit 0 from='client.332160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:45.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:45 smithi044 bash[32620]: cluster 2023-12-07T16:46:44.098800+0000 mgr.a (mgr.24293) 16693 : cluster 0 pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:45.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:45 smithi044 bash[32620]: audit 2023-12-07T16:46:44.120063+0000 mgr.a (mgr.24293) 16694 : audit 0 from='client.332160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:45 smithi027 bash[31536]: cluster 2023-12-07T16:46:44.098800+0000 mgr.a (mgr.24293) 16693 : cluster 0 pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:45.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:45 smithi027 bash[31536]: audit 2023-12-07T16:46:44.120063+0000 mgr.a (mgr.24293) 16694 : audit 0 from='client.332160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:47.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:47 smithi022 bash[28554]: cluster 2023-12-07T16:46:46.099908+0000 mgr.a (mgr.24293) 16695 : cluster 0 pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:47.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:47 smithi044 bash[32620]: cluster 2023-12-07T16:46:46.099908+0000 mgr.a (mgr.24293) 16695 : cluster 0 pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:47.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:47 smithi027 bash[31536]: cluster 2023-12-07T16:46:46.099908+0000 mgr.a (mgr.24293) 16695 : cluster 0 pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:46:49.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:49 smithi022 bash[28554]: cluster 2023-12-07T16:46:48.100691+0000 mgr.a (mgr.24293) 16696 : cluster 0 pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:49.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:49 smithi044 bash[32620]: cluster 2023-12-07T16:46:48.100691+0000 mgr.a (mgr.24293) 16696 : cluster 0 pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:49.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:49 smithi027 bash[31536]: cluster 2023-12-07T16:46:48.100691+0000 mgr.a (mgr.24293) 16696 : cluster 0 pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:49.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:49.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:49.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:50.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:50.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:50.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:50.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:50.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:51 smithi022 bash[28554]: audit 2023-12-07T16:46:50.021219+0000 mgr.a (mgr.24293) 16697 : audit 0 from='client.332238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:51 smithi022 bash[28554]: cluster 2023-12-07T16:46:50.101267+0000 mgr.a (mgr.24293) 16698 : cluster 0 pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:51 smithi044 bash[32620]: audit 2023-12-07T16:46:50.021219+0000 mgr.a (mgr.24293) 16697 : audit 0 from='client.332238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:51.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:51 smithi044 bash[32620]: cluster 2023-12-07T16:46:50.101267+0000 mgr.a (mgr.24293) 16698 : cluster 0 pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:51 smithi027 bash[31536]: audit 2023-12-07T16:46:50.021219+0000 mgr.a (mgr.24293) 16697 : audit 0 from='client.332238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:51 smithi027 bash[31536]: cluster 2023-12-07T16:46:50.101267+0000 mgr.a (mgr.24293) 16698 : cluster 0 pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:52.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:52 smithi022 bash[28554]: cluster 2023-12-07T16:46:52.102172+0000 mgr.a (mgr.24293) 16699 : cluster 0 pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:46:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:52 smithi044 bash[32620]: cluster 2023-12-07T16:46:52.102172+0000 mgr.a (mgr.24293) 16699 : cluster 0 pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:46:52.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:52 smithi027 bash[31536]: cluster 2023-12-07T16:46:52.102172+0000 mgr.a (mgr.24293) 16699 : cluster 0 pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:46:55.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:55 smithi022 bash[28554]: cluster 2023-12-07T16:46:54.102741+0000 mgr.a (mgr.24293) 16700 : cluster 0 pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:46:55.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:55 smithi044 bash[32620]: cluster 2023-12-07T16:46:54.102741+0000 mgr.a (mgr.24293) 16700 : cluster 0 pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:46:55.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:55 smithi027 bash[31536]: cluster 2023-12-07T16:46:54.102741+0000 mgr.a (mgr.24293) 16700 : cluster 0 pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:46:55.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:46:55.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:46:55.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:46:56.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:46:56.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:46:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:46:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:46:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:46:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:57 smithi022 bash[28554]: audit 2023-12-07T16:46:55.944793+0000 mgr.a (mgr.24293) 16701 : audit 0 from='client.332316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:57.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:57 smithi022 bash[28554]: cluster 2023-12-07T16:46:56.104174+0000 mgr.a (mgr.24293) 16702 : cluster 0 pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:57 smithi044 bash[32620]: audit 2023-12-07T16:46:55.944793+0000 mgr.a (mgr.24293) 16701 : audit 0 from='client.332316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:57.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:57 smithi044 bash[32620]: cluster 2023-12-07T16:46:56.104174+0000 mgr.a (mgr.24293) 16702 : cluster 0 pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:57.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:57 smithi027 bash[31536]: audit 2023-12-07T16:46:55.944793+0000 mgr.a (mgr.24293) 16701 : audit 0 from='client.332316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:46:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:57 smithi027 bash[31536]: cluster 2023-12-07T16:46:56.104174+0000 mgr.a (mgr.24293) 16702 : cluster 0 pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:46:59.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:46:59 smithi022 bash[28554]: cluster 2023-12-07T16:46:58.104876+0000 mgr.a (mgr.24293) 16703 : cluster 0 pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:59.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:46:59 smithi044 bash[32620]: cluster 2023-12-07T16:46:58.104876+0000 mgr.a (mgr.24293) 16703 : cluster 0 pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:46:59.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:46:59 smithi027 bash[31536]: cluster 2023-12-07T16:46:58.104876+0000 mgr.a (mgr.24293) 16703 : cluster 0 pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:01.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:01 smithi022 bash[28554]: cluster 2023-12-07T16:47:00.105458+0000 mgr.a (mgr.24293) 16704 : cluster 0 pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:01.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:01 smithi044 bash[32620]: cluster 2023-12-07T16:47:00.105458+0000 mgr.a (mgr.24293) 16704 : cluster 0 pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:01.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:01 smithi027 bash[31536]: cluster 2023-12-07T16:47:00.105458+0000 mgr.a (mgr.24293) 16704 : cluster 0 pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:01.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:01.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:01.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:02.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:02.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:02.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:02.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:02.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:02.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:02 smithi022 bash[28554]: audit 2023-12-07T16:47:01.871713+0000 mgr.a (mgr.24293) 16705 : audit 0 from='client.332391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:02 smithi022 bash[28554]: cluster 2023-12-07T16:47:02.106435+0000 mgr.a (mgr.24293) 16706 : cluster 0 pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:02 smithi044 bash[32620]: audit 2023-12-07T16:47:01.871713+0000 mgr.a (mgr.24293) 16705 : audit 0 from='client.332391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:02 smithi044 bash[32620]: cluster 2023-12-07T16:47:02.106435+0000 mgr.a (mgr.24293) 16706 : cluster 0 pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:02.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:02 smithi027 bash[31536]: audit 2023-12-07T16:47:01.871713+0000 mgr.a (mgr.24293) 16705 : audit 0 from='client.332391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:02.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:02 smithi027 bash[31536]: cluster 2023-12-07T16:47:02.106435+0000 mgr.a (mgr.24293) 16706 : cluster 0 pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:05.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:05 smithi022 bash[28554]: cluster 2023-12-07T16:47:04.107084+0000 mgr.a (mgr.24293) 16707 : cluster 0 pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:47:05.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:05 smithi044 bash[32620]: cluster 2023-12-07T16:47:04.107084+0000 mgr.a (mgr.24293) 16707 : cluster 0 pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:47:05.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:05 smithi027 bash[31536]: cluster 2023-12-07T16:47:04.107084+0000 mgr.a (mgr.24293) 16707 : cluster 0 pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:47:07.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:07.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:07.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:07.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:07 smithi022 bash[28554]: cluster 2023-12-07T16:47:06.107930+0000 mgr.a (mgr.24293) 16708 : cluster 0 pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:47:07.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:07 smithi044 bash[32620]: cluster 2023-12-07T16:47:06.107930+0000 mgr.a (mgr.24293) 16708 : cluster 0 pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:47:07.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:07 smithi027 bash[31536]: cluster 2023-12-07T16:47:06.107930+0000 mgr.a (mgr.24293) 16708 : cluster 0 pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:47:08.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:08.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:08.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:08.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:08.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:09 smithi022 bash[28554]: audit 2023-12-07T16:47:07.821679+0000 mgr.a (mgr.24293) 16709 : audit 0 from='client.332463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:09.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:09 smithi022 bash[28554]: cluster 2023-12-07T16:47:08.108651+0000 mgr.a (mgr.24293) 16710 : cluster 0 pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:09 smithi044 bash[32620]: audit 2023-12-07T16:47:07.821679+0000 mgr.a (mgr.24293) 16709 : audit 0 from='client.332463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:09.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:09 smithi044 bash[32620]: cluster 2023-12-07T16:47:08.108651+0000 mgr.a (mgr.24293) 16710 : cluster 0 pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:09.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:09 smithi027 bash[31536]: audit 2023-12-07T16:47:07.821679+0000 mgr.a (mgr.24293) 16709 : audit 0 from='client.332463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:09.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:09 smithi027 bash[31536]: cluster 2023-12-07T16:47:08.108651+0000 mgr.a (mgr.24293) 16710 : cluster 0 pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:11.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:11 smithi022 bash[28554]: cluster 2023-12-07T16:47:10.109356+0000 mgr.a (mgr.24293) 16711 : cluster 0 pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:11.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:11 smithi044 bash[32620]: cluster 2023-12-07T16:47:10.109356+0000 mgr.a (mgr.24293) 16711 : cluster 0 pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:11.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:11 smithi027 bash[31536]: cluster 2023-12-07T16:47:10.109356+0000 mgr.a (mgr.24293) 16711 : cluster 0 pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:12.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:12 smithi022 bash[28554]: cluster 2023-12-07T16:47:12.110170+0000 mgr.a (mgr.24293) 16712 : cluster 0 pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:12 smithi044 bash[32620]: cluster 2023-12-07T16:47:12.110170+0000 mgr.a (mgr.24293) 16712 : cluster 0 pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:12 smithi027 bash[31536]: cluster 2023-12-07T16:47:12.110170+0000 mgr.a (mgr.24293) 16712 : cluster 0 pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:13.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:13.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:13.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:14.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:14.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:14.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:14.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:14.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:15.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:15 smithi022 bash[28554]: audit 2023-12-07T16:47:13.753058+0000 mgr.a (mgr.24293) 16713 : audit 0 from='client.332541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:15.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:15 smithi022 bash[28554]: cluster 2023-12-07T16:47:14.110721+0000 mgr.a (mgr.24293) 16714 : cluster 0 pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:15 smithi044 bash[32620]: audit 2023-12-07T16:47:13.753058+0000 mgr.a (mgr.24293) 16713 : audit 0 from='client.332541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:15 smithi044 bash[32620]: cluster 2023-12-07T16:47:14.110721+0000 mgr.a (mgr.24293) 16714 : cluster 0 pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:15.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:15 smithi027 bash[31536]: audit 2023-12-07T16:47:13.753058+0000 mgr.a (mgr.24293) 16713 : audit 0 from='client.332541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:15.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:15 smithi027 bash[31536]: cluster 2023-12-07T16:47:14.110721+0000 mgr.a (mgr.24293) 16714 : cluster 0 pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:17.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:17 smithi022 bash[28554]: cluster 2023-12-07T16:47:16.111688+0000 mgr.a (mgr.24293) 16715 : cluster 0 pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:17.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:17 smithi044 bash[32620]: cluster 2023-12-07T16:47:16.111688+0000 mgr.a (mgr.24293) 16715 : cluster 0 pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:17.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:17 smithi027 bash[31536]: cluster 2023-12-07T16:47:16.111688+0000 mgr.a (mgr.24293) 16715 : cluster 0 pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:19.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:19.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:19.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:19.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:19 smithi022 bash[28554]: cluster 2023-12-07T16:47:18.112312+0000 mgr.a (mgr.24293) 16716 : cluster 0 pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:19.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:19 smithi044 bash[32620]: cluster 2023-12-07T16:47:18.112312+0000 mgr.a (mgr.24293) 16716 : cluster 0 pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:19.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:19 smithi027 bash[31536]: cluster 2023-12-07T16:47:18.112312+0000 mgr.a (mgr.24293) 16716 : cluster 0 pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:20.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:20.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:20.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:21.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:21 smithi027 bash[31536]: audit 2023-12-07T16:47:19.682817+0000 mgr.a (mgr.24293) 16717 : audit 0 from='client.332619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:21.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:21 smithi027 bash[31536]: cluster 2023-12-07T16:47:20.113097+0000 mgr.a (mgr.24293) 16718 : cluster 0 pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:21.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:21 smithi022 bash[28554]: audit 2023-12-07T16:47:19.682817+0000 mgr.a (mgr.24293) 16717 : audit 0 from='client.332619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:21.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:21 smithi022 bash[28554]: cluster 2023-12-07T16:47:20.113097+0000 mgr.a (mgr.24293) 16718 : cluster 0 pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:21 smithi044 bash[32620]: audit 2023-12-07T16:47:19.682817+0000 mgr.a (mgr.24293) 16717 : audit 0 from='client.332619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:21 smithi044 bash[32620]: cluster 2023-12-07T16:47:20.113097+0000 mgr.a (mgr.24293) 16718 : cluster 0 pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:22.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:22 smithi022 bash[28554]: cluster 2023-12-07T16:47:22.113991+0000 mgr.a (mgr.24293) 16719 : cluster 0 pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:22 smithi044 bash[32620]: cluster 2023-12-07T16:47:22.113991+0000 mgr.a (mgr.24293) 16719 : cluster 0 pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:22.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:22 smithi027 bash[31536]: cluster 2023-12-07T16:47:22.113991+0000 mgr.a (mgr.24293) 16719 : cluster 0 pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:25.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:25.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:25.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:25.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:25 smithi022 bash[28554]: cluster 2023-12-07T16:47:24.114590+0000 mgr.a (mgr.24293) 16720 : cluster 0 pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:25.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:25 smithi044 bash[32620]: cluster 2023-12-07T16:47:24.114590+0000 mgr.a (mgr.24293) 16720 : cluster 0 pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:25.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:25 smithi027 bash[31536]: cluster 2023-12-07T16:47:24.114590+0000 mgr.a (mgr.24293) 16720 : cluster 0 pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:26.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:26.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:26.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:26.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:26.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:27.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:27 smithi022 bash[28554]: audit 2023-12-07T16:47:25.644356+0000 mgr.a (mgr.24293) 16721 : audit 0 from='client.332697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:27.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:27 smithi022 bash[28554]: cluster 2023-12-07T16:47:26.115239+0000 mgr.a (mgr.24293) 16722 : cluster 0 pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:27 smithi044 bash[32620]: audit 2023-12-07T16:47:25.644356+0000 mgr.a (mgr.24293) 16721 : audit 0 from='client.332697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:27.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:27 smithi044 bash[32620]: cluster 2023-12-07T16:47:26.115239+0000 mgr.a (mgr.24293) 16722 : cluster 0 pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:27.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:27 smithi027 bash[31536]: audit 2023-12-07T16:47:25.644356+0000 mgr.a (mgr.24293) 16721 : audit 0 from='client.332697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:27.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:27 smithi027 bash[31536]: cluster 2023-12-07T16:47:26.115239+0000 mgr.a (mgr.24293) 16722 : cluster 0 pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:29.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:29 smithi027 bash[31536]: cluster 2023-12-07T16:47:28.115815+0000 mgr.a (mgr.24293) 16723 : cluster 0 pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:29.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:29 smithi022 bash[28554]: cluster 2023-12-07T16:47:28.115815+0000 mgr.a (mgr.24293) 16723 : cluster 0 pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:29 smithi044 bash[32620]: cluster 2023-12-07T16:47:28.115815+0000 mgr.a (mgr.24293) 16723 : cluster 0 pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:31.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:31.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:31.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:31.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:31 smithi027 bash[31536]: cluster 2023-12-07T16:47:30.116412+0000 mgr.a (mgr.24293) 16724 : cluster 0 pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:31 smithi022 bash[28554]: cluster 2023-12-07T16:47:30.116412+0000 mgr.a (mgr.24293) 16724 : cluster 0 pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:31 smithi044 bash[32620]: cluster 2023-12-07T16:47:30.116412+0000 mgr.a (mgr.24293) 16724 : cluster 0 pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:32.117 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:32.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:32.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:32.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:32.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:32.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:32 smithi022 bash[28554]: audit 2023-12-07T16:47:31.601875+0000 mgr.a (mgr.24293) 16725 : audit 0 from='client.332772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:32.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:32 smithi022 bash[28554]: cluster 2023-12-07T16:47:32.117509+0000 mgr.a (mgr.24293) 16726 : cluster 0 pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:32 smithi044 bash[32620]: audit 2023-12-07T16:47:31.601875+0000 mgr.a (mgr.24293) 16725 : audit 0 from='client.332772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:32 smithi044 bash[32620]: cluster 2023-12-07T16:47:32.117509+0000 mgr.a (mgr.24293) 16726 : cluster 0 pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:32.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:32 smithi027 bash[31536]: audit 2023-12-07T16:47:31.601875+0000 mgr.a (mgr.24293) 16725 : audit 0 from='client.332772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:32.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:32 smithi027 bash[31536]: cluster 2023-12-07T16:47:32.117509+0000 mgr.a (mgr.24293) 16726 : cluster 0 pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:35.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:35 smithi022 bash[28554]: cluster 2023-12-07T16:47:34.118114+0000 mgr.a (mgr.24293) 16727 : cluster 0 pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:35 smithi044 bash[32620]: cluster 2023-12-07T16:47:34.118114+0000 mgr.a (mgr.24293) 16727 : cluster 0 pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:35.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:35 smithi027 bash[31536]: cluster 2023-12-07T16:47:34.118114+0000 mgr.a (mgr.24293) 16727 : cluster 0 pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:47:37.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:37.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:37.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:37.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:37 smithi027 bash[31536]: cluster 2023-12-07T16:47:36.118806+0000 mgr.a (mgr.24293) 16728 : cluster 0 pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:37 smithi022 bash[28554]: cluster 2023-12-07T16:47:36.118806+0000 mgr.a (mgr.24293) 16728 : cluster 0 pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:37 smithi044 bash[32620]: cluster 2023-12-07T16:47:36.118806+0000 mgr.a (mgr.24293) 16728 : cluster 0 pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:38.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:38.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:38.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:38.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:38.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:38.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:38 smithi027 bash[31536]: audit 2023-12-07T16:47:37.319529+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:47:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:38 smithi022 bash[28554]: audit 2023-12-07T16:47:37.319529+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:47:38.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:38 smithi044 bash[32620]: audit 2023-12-07T16:47:37.319529+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:47:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:39 smithi027 bash[31536]: audit 2023-12-07T16:47:37.539161+0000 mgr.a (mgr.24293) 16729 : audit 0 from='client.332847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:39.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:39 smithi027 bash[31536]: cluster 2023-12-07T16:47:38.119595+0000 mgr.a (mgr.24293) 16730 : cluster 0 pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:39 smithi022 bash[28554]: audit 2023-12-07T16:47:37.539161+0000 mgr.a (mgr.24293) 16729 : audit 0 from='client.332847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:39.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:39 smithi022 bash[28554]: cluster 2023-12-07T16:47:38.119595+0000 mgr.a (mgr.24293) 16730 : cluster 0 pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:39 smithi044 bash[32620]: audit 2023-12-07T16:47:37.539161+0000 mgr.a (mgr.24293) 16729 : audit 0 from='client.332847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:39 smithi044 bash[32620]: cluster 2023-12-07T16:47:38.119595+0000 mgr.a (mgr.24293) 16730 : cluster 0 pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:41.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:41 smithi027 bash[31536]: cluster 2023-12-07T16:47:40.120163+0000 mgr.a (mgr.24293) 16731 : cluster 0 pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:41 smithi022 bash[28554]: cluster 2023-12-07T16:47:40.120163+0000 mgr.a (mgr.24293) 16731 : cluster 0 pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:41 smithi044 bash[32620]: cluster 2023-12-07T16:47:40.120163+0000 mgr.a (mgr.24293) 16731 : cluster 0 pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:42.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:42 smithi022 bash[28554]: cluster 2023-12-07T16:47:42.120983+0000 mgr.a (mgr.24293) 16732 : cluster 0 pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:42 smithi044 bash[32620]: cluster 2023-12-07T16:47:42.120983+0000 mgr.a (mgr.24293) 16732 : cluster 0 pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:42 smithi027 bash[31536]: cluster 2023-12-07T16:47:42.120983+0000 mgr.a (mgr.24293) 16732 : cluster 0 pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:43.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:43.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:43.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:42.668973+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:42.679765+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:42.720269+0000 mon.a (mon.0) 2753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:42.724628+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:42.729828+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:42.734337+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:43.464806+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:43.466435+0000 mon.a (mon.0) 2758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:47:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:43 smithi022 bash[28554]: audit 2023-12-07T16:47:43.493855+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:42.668973+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:42.679765+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:42.720269+0000 mon.a (mon.0) 2753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:42.724628+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:42.729828+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:42.734337+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:43.464806+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:43.466435+0000 mon.a (mon.0) 2758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:47:43.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:43 smithi044 bash[32620]: audit 2023-12-07T16:47:43.493855+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:42.668973+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:42.679765+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:42.720269+0000 mon.a (mon.0) 2753 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:42.724628+0000 mon.a (mon.0) 2754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:42.729828+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:42.734337+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:43.464806+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:43.466435+0000 mon.a (mon.0) 2758 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:47:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:43 smithi027 bash[31536]: audit 2023-12-07T16:47:43.493855+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:47:43.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:43.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:43.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:43.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:43.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:44 smithi022 bash[28554]: audit 2023-12-07T16:47:43.466760+0000 mgr.a (mgr.24293) 16733 : audit 0 from='client.332922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:44.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:44 smithi022 bash[28554]: cluster 2023-12-07T16:47:44.121760+0000 mgr.a (mgr.24293) 16734 : cluster 0 pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:44 smithi044 bash[32620]: audit 2023-12-07T16:47:43.466760+0000 mgr.a (mgr.24293) 16733 : audit 0 from='client.332922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:44 smithi044 bash[32620]: cluster 2023-12-07T16:47:44.121760+0000 mgr.a (mgr.24293) 16734 : cluster 0 pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:44.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:44 smithi027 bash[31536]: audit 2023-12-07T16:47:43.466760+0000 mgr.a (mgr.24293) 16733 : audit 0 from='client.332922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:44.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:44 smithi027 bash[31536]: cluster 2023-12-07T16:47:44.121760+0000 mgr.a (mgr.24293) 16734 : cluster 0 pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:47.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:47 smithi027 bash[31536]: cluster 2023-12-07T16:47:46.122603+0000 mgr.a (mgr.24293) 16735 : cluster 0 pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:47.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:47 smithi022 bash[28554]: cluster 2023-12-07T16:47:46.122603+0000 mgr.a (mgr.24293) 16735 : cluster 0 pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:47.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:47 smithi044 bash[32620]: cluster 2023-12-07T16:47:46.122603+0000 mgr.a (mgr.24293) 16735 : cluster 0 pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:48.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:48.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:48.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:49.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:49 smithi027 bash[31536]: cluster 2023-12-07T16:47:48.123190+0000 mgr.a (mgr.24293) 16736 : cluster 0 pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:49 smithi022 bash[28554]: cluster 2023-12-07T16:47:48.123190+0000 mgr.a (mgr.24293) 16736 : cluster 0 pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:49 smithi044 bash[32620]: cluster 2023-12-07T16:47:48.123190+0000 mgr.a (mgr.24293) 16736 : cluster 0 pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:49.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:49.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:49.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:49.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:49.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:51.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:51 smithi027 bash[31536]: audit 2023-12-07T16:47:49.398528+0000 mgr.a (mgr.24293) 16737 : audit 0 from='client.333000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:51.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:51 smithi027 bash[31536]: cluster 2023-12-07T16:47:50.123965+0000 mgr.a (mgr.24293) 16738 : cluster 0 pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:51.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:51 smithi022 bash[28554]: audit 2023-12-07T16:47:49.398528+0000 mgr.a (mgr.24293) 16737 : audit 0 from='client.333000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:51.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:51 smithi022 bash[28554]: cluster 2023-12-07T16:47:50.123965+0000 mgr.a (mgr.24293) 16738 : cluster 0 pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:51 smithi044 bash[32620]: audit 2023-12-07T16:47:49.398528+0000 mgr.a (mgr.24293) 16737 : audit 0 from='client.333000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:51 smithi044 bash[32620]: cluster 2023-12-07T16:47:50.123965+0000 mgr.a (mgr.24293) 16738 : cluster 0 pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:52.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:52 smithi022 bash[28554]: cluster 2023-12-07T16:47:52.124759+0000 mgr.a (mgr.24293) 16739 : cluster 0 pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:52 smithi044 bash[32620]: cluster 2023-12-07T16:47:52.124759+0000 mgr.a (mgr.24293) 16739 : cluster 0 pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:52.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:52 smithi027 bash[31536]: cluster 2023-12-07T16:47:52.124759+0000 mgr.a (mgr.24293) 16739 : cluster 0 pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:47:54.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:47:54.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:47:54.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:47:55.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:55 smithi027 bash[31536]: cluster 2023-12-07T16:47:54.125333+0000 mgr.a (mgr.24293) 16740 : cluster 0 pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:55.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:55 smithi022 bash[28554]: cluster 2023-12-07T16:47:54.125333+0000 mgr.a (mgr.24293) 16740 : cluster 0 pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:55.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:55 smithi044 bash[32620]: cluster 2023-12-07T16:47:54.125333+0000 mgr.a (mgr.24293) 16740 : cluster 0 pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:47:55.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:47:55.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:47:55.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:47:55.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:47:55.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:47:57.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:57 smithi027 bash[31536]: audit 2023-12-07T16:47:55.330570+0000 mgr.a (mgr.24293) 16741 : audit 0 from='client.333075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:57.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:57 smithi027 bash[31536]: cluster 2023-12-07T16:47:56.126421+0000 mgr.a (mgr.24293) 16742 : cluster 0 pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:47:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:57 smithi022 bash[28554]: audit 2023-12-07T16:47:55.330570+0000 mgr.a (mgr.24293) 16741 : audit 0 from='client.333075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:57 smithi022 bash[28554]: cluster 2023-12-07T16:47:56.126421+0000 mgr.a (mgr.24293) 16742 : cluster 0 pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:47:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:57 smithi044 bash[32620]: audit 2023-12-07T16:47:55.330570+0000 mgr.a (mgr.24293) 16741 : audit 0 from='client.333075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:47:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:57 smithi044 bash[32620]: cluster 2023-12-07T16:47:56.126421+0000 mgr.a (mgr.24293) 16742 : cluster 0 pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:47:59.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:47:59 smithi027 bash[31536]: cluster 2023-12-07T16:47:58.127046+0000 mgr.a (mgr.24293) 16743 : cluster 0 pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:47:59.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:47:59 smithi022 bash[28554]: cluster 2023-12-07T16:47:58.127046+0000 mgr.a (mgr.24293) 16743 : cluster 0 pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:47:59.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:47:59 smithi044 bash[32620]: cluster 2023-12-07T16:47:58.127046+0000 mgr.a (mgr.24293) 16743 : cluster 0 pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:48:00.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:00.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:00.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:01.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:01 smithi027 bash[31536]: cluster 2023-12-07T16:48:00.127636+0000 mgr.a (mgr.24293) 16744 : cluster 0 pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:48:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:01 smithi022 bash[28554]: cluster 2023-12-07T16:48:00.127636+0000 mgr.a (mgr.24293) 16744 : cluster 0 pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:48:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:01 smithi044 bash[32620]: cluster 2023-12-07T16:48:00.127636+0000 mgr.a (mgr.24293) 16744 : cluster 0 pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:48:01.814 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:01.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:01.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:01.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:01.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:02 smithi022 bash[28554]: audit 2023-12-07T16:48:01.283840+0000 mgr.a (mgr.24293) 16745 : audit 0 from='client.333150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:02.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:02 smithi022 bash[28554]: cluster 2023-12-07T16:48:02.128860+0000 mgr.a (mgr.24293) 16746 : cluster 0 pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:02.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:02 smithi044 bash[32620]: audit 2023-12-07T16:48:01.283840+0000 mgr.a (mgr.24293) 16745 : audit 0 from='client.333150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:02.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:02 smithi044 bash[32620]: cluster 2023-12-07T16:48:02.128860+0000 mgr.a (mgr.24293) 16746 : cluster 0 pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:02.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:02 smithi027 bash[31536]: audit 2023-12-07T16:48:01.283840+0000 mgr.a (mgr.24293) 16745 : audit 0 from='client.333150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:02.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:02 smithi027 bash[31536]: cluster 2023-12-07T16:48:02.128860+0000 mgr.a (mgr.24293) 16746 : cluster 0 pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:05.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:05 smithi027 bash[31536]: cluster 2023-12-07T16:48:04.129583+0000 mgr.a (mgr.24293) 16747 : cluster 0 pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:48:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:05 smithi022 bash[28554]: cluster 2023-12-07T16:48:04.129583+0000 mgr.a (mgr.24293) 16747 : cluster 0 pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:48:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:05 smithi044 bash[32620]: cluster 2023-12-07T16:48:04.129583+0000 mgr.a (mgr.24293) 16747 : cluster 0 pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:48:06.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:06.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:06.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:07.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:07 smithi027 bash[31536]: cluster 2023-12-07T16:48:06.130520+0000 mgr.a (mgr.24293) 16748 : cluster 0 pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:07 smithi022 bash[28554]: cluster 2023-12-07T16:48:06.130520+0000 mgr.a (mgr.24293) 16748 : cluster 0 pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:07 smithi044 bash[32620]: cluster 2023-12-07T16:48:06.130520+0000 mgr.a (mgr.24293) 16748 : cluster 0 pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:07.740 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:07.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:07.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:07.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:07.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:08 smithi022 bash[28554]: audit 2023-12-07T16:48:07.233449+0000 mgr.a (mgr.24293) 16749 : audit 0 from='client.333222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:08.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:08 smithi044 bash[32620]: audit 2023-12-07T16:48:07.233449+0000 mgr.a (mgr.24293) 16749 : audit 0 from='client.333222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:08.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:08 smithi027 bash[31536]: audit 2023-12-07T16:48:07.233449+0000 mgr.a (mgr.24293) 16749 : audit 0 from='client.333222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:09 smithi022 bash[28554]: cluster 2023-12-07T16:48:08.131282+0000 mgr.a (mgr.24293) 16750 : cluster 0 pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:48:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:09 smithi044 bash[32620]: cluster 2023-12-07T16:48:08.131282+0000 mgr.a (mgr.24293) 16750 : cluster 0 pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:48:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:09 smithi027 bash[31536]: cluster 2023-12-07T16:48:08.131282+0000 mgr.a (mgr.24293) 16750 : cluster 0 pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:48:11.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:11 smithi022 bash[28554]: cluster 2023-12-07T16:48:10.132036+0000 mgr.a (mgr.24293) 16751 : cluster 0 pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:48:11.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:11 smithi044 bash[32620]: cluster 2023-12-07T16:48:10.132036+0000 mgr.a (mgr.24293) 16751 : cluster 0 pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:48:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:11 smithi027 bash[31536]: cluster 2023-12-07T16:48:10.132036+0000 mgr.a (mgr.24293) 16751 : cluster 0 pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:48:12.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:12.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:12.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:12.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:12 smithi022 bash[28554]: cluster 2023-12-07T16:48:12.132875+0000 mgr.a (mgr.24293) 16752 : cluster 0 pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:48:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:12 smithi044 bash[32620]: cluster 2023-12-07T16:48:12.132875+0000 mgr.a (mgr.24293) 16752 : cluster 0 pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:48:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:12 smithi027 bash[31536]: cluster 2023-12-07T16:48:12.132875+0000 mgr.a (mgr.24293) 16752 : cluster 0 pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:48:13.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:13.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:13 smithi022 bash[28554]: audit 2023-12-07T16:48:13.154414+0000 mgr.a (mgr.24293) 16753 : audit 0 from='client.333300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:13.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:13 smithi044 bash[32620]: audit 2023-12-07T16:48:13.154414+0000 mgr.a (mgr.24293) 16753 : audit 0 from='client.333300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:13.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:13 smithi027 bash[31536]: audit 2023-12-07T16:48:13.154414+0000 mgr.a (mgr.24293) 16753 : audit 0 from='client.333300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:14.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:14 smithi044 bash[32620]: cluster 2023-12-07T16:48:14.133615+0000 mgr.a (mgr.24293) 16754 : cluster 0 pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:14.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:14 smithi022 bash[28554]: cluster 2023-12-07T16:48:14.133615+0000 mgr.a (mgr.24293) 16754 : cluster 0 pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:14.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:14 smithi027 bash[31536]: cluster 2023-12-07T16:48:14.133615+0000 mgr.a (mgr.24293) 16754 : cluster 0 pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:17.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:17 smithi027 bash[31536]: cluster 2023-12-07T16:48:16.134430+0000 mgr.a (mgr.24293) 16755 : cluster 0 pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:17 smithi022 bash[28554]: cluster 2023-12-07T16:48:16.134430+0000 mgr.a (mgr.24293) 16755 : cluster 0 pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:17.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:17 smithi044 bash[32620]: cluster 2023-12-07T16:48:16.134430+0000 mgr.a (mgr.24293) 16755 : cluster 0 pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:18.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:18.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:18.691 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:19.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:19 smithi027 bash[31536]: cluster 2023-12-07T16:48:18.134995+0000 mgr.a (mgr.24293) 16756 : cluster 0 pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:19.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:19.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:19.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:19.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:19.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:19.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:19 smithi022 bash[28554]: cluster 2023-12-07T16:48:18.134995+0000 mgr.a (mgr.24293) 16756 : cluster 0 pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:19 smithi044 bash[32620]: cluster 2023-12-07T16:48:18.134995+0000 mgr.a (mgr.24293) 16756 : cluster 0 pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:20.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:20 smithi022 bash[28554]: audit 2023-12-07T16:48:19.110234+0000 mgr.a (mgr.24293) 16757 : audit 0 from='client.333375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:20.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:20 smithi044 bash[32620]: audit 2023-12-07T16:48:19.110234+0000 mgr.a (mgr.24293) 16757 : audit 0 from='client.333375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:20.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:20 smithi027 bash[31536]: audit 2023-12-07T16:48:19.110234+0000 mgr.a (mgr.24293) 16757 : audit 0 from='client.333375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:21.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:21 smithi022 bash[28554]: cluster 2023-12-07T16:48:20.135742+0000 mgr.a (mgr.24293) 16758 : cluster 0 pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:21 smithi044 bash[32620]: cluster 2023-12-07T16:48:20.135742+0000 mgr.a (mgr.24293) 16758 : cluster 0 pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:21.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:21 smithi027 bash[31536]: cluster 2023-12-07T16:48:20.135742+0000 mgr.a (mgr.24293) 16758 : cluster 0 pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:22.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:22 smithi022 bash[28554]: cluster 2023-12-07T16:48:22.136524+0000 mgr.a (mgr.24293) 16759 : cluster 0 pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:22 smithi044 bash[32620]: cluster 2023-12-07T16:48:22.136524+0000 mgr.a (mgr.24293) 16759 : cluster 0 pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:22.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:22 smithi027 bash[31536]: cluster 2023-12-07T16:48:22.136524+0000 mgr.a (mgr.24293) 16759 : cluster 0 pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:24.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:24.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:24.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:25.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:25 smithi027 bash[31536]: cluster 2023-12-07T16:48:24.137068+0000 mgr.a (mgr.24293) 16760 : cluster 0 pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:25.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:25.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:25.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:25.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:25.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:25 smithi022 bash[28554]: cluster 2023-12-07T16:48:24.137068+0000 mgr.a (mgr.24293) 16760 : cluster 0 pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:25 smithi044 bash[32620]: cluster 2023-12-07T16:48:24.137068+0000 mgr.a (mgr.24293) 16760 : cluster 0 pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:26.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:26 smithi022 bash[28554]: audit 2023-12-07T16:48:25.050878+0000 mgr.a (mgr.24293) 16761 : audit 0 from='client.333450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:26.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:26 smithi044 bash[32620]: audit 2023-12-07T16:48:25.050878+0000 mgr.a (mgr.24293) 16761 : audit 0 from='client.333450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:26.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:26 smithi027 bash[31536]: audit 2023-12-07T16:48:25.050878+0000 mgr.a (mgr.24293) 16761 : audit 0 from='client.333450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:27.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:27 smithi022 bash[28554]: cluster 2023-12-07T16:48:26.137999+0000 mgr.a (mgr.24293) 16762 : cluster 0 pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:48:27.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:27 smithi044 bash[32620]: cluster 2023-12-07T16:48:26.137999+0000 mgr.a (mgr.24293) 16762 : cluster 0 pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:48:27.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:27 smithi027 bash[31536]: cluster 2023-12-07T16:48:26.137999+0000 mgr.a (mgr.24293) 16762 : cluster 0 pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:48:29.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:29 smithi022 bash[28554]: cluster 2023-12-07T16:48:28.138717+0000 mgr.a (mgr.24293) 16763 : cluster 0 pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:48:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:29 smithi044 bash[32620]: cluster 2023-12-07T16:48:28.138717+0000 mgr.a (mgr.24293) 16763 : cluster 0 pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:48:29.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:29 smithi027 bash[31536]: cluster 2023-12-07T16:48:28.138717+0000 mgr.a (mgr.24293) 16763 : cluster 0 pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:48:30.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:30.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:30.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:31.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:31.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:31.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:31.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:31.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:31 smithi022 bash[28554]: cluster 2023-12-07T16:48:30.139456+0000 mgr.a (mgr.24293) 16764 : cluster 0 pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:48:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:31 smithi044 bash[32620]: cluster 2023-12-07T16:48:30.139456+0000 mgr.a (mgr.24293) 16764 : cluster 0 pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:48:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:31 smithi027 bash[31536]: cluster 2023-12-07T16:48:30.139456+0000 mgr.a (mgr.24293) 16764 : cluster 0 pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:48:32.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:32 smithi022 bash[28554]: audit 2023-12-07T16:48:30.982815+0000 mgr.a (mgr.24293) 16765 : audit 0 from='client.333519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:32.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:32 smithi044 bash[32620]: audit 2023-12-07T16:48:30.982815+0000 mgr.a (mgr.24293) 16765 : audit 0 from='client.333519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:32.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:32 smithi027 bash[31536]: audit 2023-12-07T16:48:30.982815+0000 mgr.a (mgr.24293) 16765 : audit 0 from='client.333519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:33.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:33 smithi022 bash[28554]: cluster 2023-12-07T16:48:32.140445+0000 mgr.a (mgr.24293) 16766 : cluster 0 pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:33.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:33 smithi044 bash[32620]: cluster 2023-12-07T16:48:32.140445+0000 mgr.a (mgr.24293) 16766 : cluster 0 pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:33.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:33 smithi027 bash[31536]: cluster 2023-12-07T16:48:32.140445+0000 mgr.a (mgr.24293) 16766 : cluster 0 pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:35 smithi022 bash[28554]: cluster 2023-12-07T16:48:34.140977+0000 mgr.a (mgr.24293) 16767 : cluster 0 pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:48:35.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:35 smithi044 bash[32620]: cluster 2023-12-07T16:48:34.140977+0000 mgr.a (mgr.24293) 16767 : cluster 0 pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:48:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:35 smithi027 bash[31536]: cluster 2023-12-07T16:48:34.140977+0000 mgr.a (mgr.24293) 16767 : cluster 0 pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:48:36.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:36.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:36.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:37.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:37.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:37.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:37.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:37.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:37 smithi022 bash[28554]: cluster 2023-12-07T16:48:36.141726+0000 mgr.a (mgr.24293) 16768 : cluster 0 pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:37 smithi044 bash[32620]: cluster 2023-12-07T16:48:36.141726+0000 mgr.a (mgr.24293) 16768 : cluster 0 pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:37 smithi027 bash[31536]: cluster 2023-12-07T16:48:36.141726+0000 mgr.a (mgr.24293) 16768 : cluster 0 pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:38.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:38 smithi022 bash[28554]: audit 2023-12-07T16:48:36.907664+0000 mgr.a (mgr.24293) 16769 : audit 0 from='client.333597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:38.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:38 smithi044 bash[32620]: audit 2023-12-07T16:48:36.907664+0000 mgr.a (mgr.24293) 16769 : audit 0 from='client.333597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:38 smithi027 bash[31536]: audit 2023-12-07T16:48:36.907664+0000 mgr.a (mgr.24293) 16769 : audit 0 from='client.333597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:39 smithi022 bash[28554]: cluster 2023-12-07T16:48:38.142402+0000 mgr.a (mgr.24293) 16770 : cluster 0 pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:48:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:39 smithi044 bash[32620]: cluster 2023-12-07T16:48:38.142402+0000 mgr.a (mgr.24293) 16770 : cluster 0 pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:48:39.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:39 smithi027 bash[31536]: cluster 2023-12-07T16:48:38.142402+0000 mgr.a (mgr.24293) 16770 : cluster 0 pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:48:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:41 smithi022 bash[28554]: cluster 2023-12-07T16:48:40.142985+0000 mgr.a (mgr.24293) 16771 : cluster 0 pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:48:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:41 smithi044 bash[32620]: cluster 2023-12-07T16:48:40.142985+0000 mgr.a (mgr.24293) 16771 : cluster 0 pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:48:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:41 smithi027 bash[31536]: cluster 2023-12-07T16:48:40.142985+0000 mgr.a (mgr.24293) 16771 : cluster 0 pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:48:42.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:42.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:42.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:42.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:42 smithi022 bash[28554]: cluster 2023-12-07T16:48:42.143773+0000 mgr.a (mgr.24293) 16772 : cluster 0 pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:48:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:42 smithi044 bash[32620]: cluster 2023-12-07T16:48:42.143773+0000 mgr.a (mgr.24293) 16772 : cluster 0 pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:48:42.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:42 smithi027 bash[31536]: cluster 2023-12-07T16:48:42.143773+0000 mgr.a (mgr.24293) 16772 : cluster 0 pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:48:43.385 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:43.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:43.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:43.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:43.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:43.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:43 smithi022 bash[28554]: audit 2023-12-07T16:48:42.852832+0000 mgr.a (mgr.24293) 16773 : audit 0 from='client.333672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:43.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:43 smithi022 bash[28554]: audit 2023-12-07T16:48:43.598608+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:48:43.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:43 smithi044 bash[32620]: audit 2023-12-07T16:48:42.852832+0000 mgr.a (mgr.24293) 16773 : audit 0 from='client.333672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:43.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:43 smithi044 bash[32620]: audit 2023-12-07T16:48:43.598608+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:48:43.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:43 smithi027 bash[31536]: audit 2023-12-07T16:48:42.852832+0000 mgr.a (mgr.24293) 16773 : audit 0 from='client.333672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:43.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:43 smithi027 bash[31536]: audit 2023-12-07T16:48:43.598608+0000 mon.a (mon.0) 2760 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:48:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:44 smithi022 bash[28554]: cluster 2023-12-07T16:48:44.144470+0000 mgr.a (mgr.24293) 16774 : cluster 0 pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:44 smithi022 bash[28554]: audit 2023-12-07T16:48:44.396863+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:44 smithi022 bash[28554]: audit 2023-12-07T16:48:44.398713+0000 mon.a (mon.0) 2762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:44 smithi022 bash[28554]: audit 2023-12-07T16:48:44.409282+0000 mon.a (mon.0) 2763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:44 smithi044 bash[32620]: cluster 2023-12-07T16:48:44.144470+0000 mgr.a (mgr.24293) 16774 : cluster 0 pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:44 smithi044 bash[32620]: audit 2023-12-07T16:48:44.396863+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:44 smithi044 bash[32620]: audit 2023-12-07T16:48:44.398713+0000 mon.a (mon.0) 2762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:48:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:44 smithi044 bash[32620]: audit 2023-12-07T16:48:44.409282+0000 mon.a (mon.0) 2763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:48:44.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:44 smithi027 bash[31536]: cluster 2023-12-07T16:48:44.144470+0000 mgr.a (mgr.24293) 16774 : cluster 0 pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:44.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:44 smithi027 bash[31536]: audit 2023-12-07T16:48:44.396863+0000 mon.a (mon.0) 2761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:48:44.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:44 smithi027 bash[31536]: audit 2023-12-07T16:48:44.398713+0000 mon.a (mon.0) 2762 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:48:44.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:44 smithi027 bash[31536]: audit 2023-12-07T16:48:44.409282+0000 mon.a (mon.0) 2763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:48:47.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:47 smithi044 bash[32620]: cluster 2023-12-07T16:48:46.145265+0000 mgr.a (mgr.24293) 16775 : cluster 0 pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:47.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:47 smithi022 bash[28554]: cluster 2023-12-07T16:48:46.145265+0000 mgr.a (mgr.24293) 16775 : cluster 0 pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:47.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:47 smithi027 bash[31536]: cluster 2023-12-07T16:48:46.145265+0000 mgr.a (mgr.24293) 16775 : cluster 0 pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:48.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:48.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:48.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:49.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:49.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:49.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:49.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:49.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:49 smithi022 bash[28554]: cluster 2023-12-07T16:48:48.145818+0000 mgr.a (mgr.24293) 16776 : cluster 0 pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:49 smithi044 bash[32620]: cluster 2023-12-07T16:48:48.145818+0000 mgr.a (mgr.24293) 16776 : cluster 0 pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:49 smithi027 bash[31536]: cluster 2023-12-07T16:48:48.145818+0000 mgr.a (mgr.24293) 16776 : cluster 0 pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:50.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:50 smithi022 bash[28554]: audit 2023-12-07T16:48:48.804398+0000 mgr.a (mgr.24293) 16777 : audit 0 from='client.333747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:50.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:50 smithi044 bash[32620]: audit 2023-12-07T16:48:48.804398+0000 mgr.a (mgr.24293) 16777 : audit 0 from='client.333747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:50 smithi027 bash[31536]: audit 2023-12-07T16:48:48.804398+0000 mgr.a (mgr.24293) 16777 : audit 0 from='client.333747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:51.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:51 smithi022 bash[28554]: cluster 2023-12-07T16:48:50.146474+0000 mgr.a (mgr.24293) 16778 : cluster 0 pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:51 smithi044 bash[32620]: cluster 2023-12-07T16:48:50.146474+0000 mgr.a (mgr.24293) 16778 : cluster 0 pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:51 smithi027 bash[31536]: cluster 2023-12-07T16:48:50.146474+0000 mgr.a (mgr.24293) 16778 : cluster 0 pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:52.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:52 smithi022 bash[28554]: cluster 2023-12-07T16:48:52.147293+0000 mgr.a (mgr.24293) 16779 : cluster 0 pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:52 smithi044 bash[32620]: cluster 2023-12-07T16:48:52.147293+0000 mgr.a (mgr.24293) 16779 : cluster 0 pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:52.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:52 smithi027 bash[31536]: cluster 2023-12-07T16:48:52.147293+0000 mgr.a (mgr.24293) 16779 : cluster 0 pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:54.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:48:54.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:48:54.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:48:55.244 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:48:55.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:48:55.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:48:55.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:48:55.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:48:55.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:55 smithi022 bash[28554]: cluster 2023-12-07T16:48:54.147857+0000 mgr.a (mgr.24293) 16780 : cluster 0 pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:55.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:55 smithi044 bash[32620]: cluster 2023-12-07T16:48:54.147857+0000 mgr.a (mgr.24293) 16780 : cluster 0 pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:55.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:55 smithi027 bash[31536]: cluster 2023-12-07T16:48:54.147857+0000 mgr.a (mgr.24293) 16780 : cluster 0 pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:56.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:56 smithi022 bash[28554]: audit 2023-12-07T16:48:54.746914+0000 mgr.a (mgr.24293) 16781 : audit 0 from='client.333825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:56.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:56 smithi044 bash[32620]: audit 2023-12-07T16:48:54.746914+0000 mgr.a (mgr.24293) 16781 : audit 0 from='client.333825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:56 smithi027 bash[31536]: audit 2023-12-07T16:48:54.746914+0000 mgr.a (mgr.24293) 16781 : audit 0 from='client.333825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:48:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:57 smithi022 bash[28554]: cluster 2023-12-07T16:48:56.148709+0000 mgr.a (mgr.24293) 16782 : cluster 0 pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:57 smithi044 bash[32620]: cluster 2023-12-07T16:48:56.148709+0000 mgr.a (mgr.24293) 16782 : cluster 0 pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:57.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:57 smithi027 bash[31536]: cluster 2023-12-07T16:48:56.148709+0000 mgr.a (mgr.24293) 16782 : cluster 0 pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:48:59.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:48:59 smithi022 bash[28554]: cluster 2023-12-07T16:48:58.149268+0000 mgr.a (mgr.24293) 16783 : cluster 0 pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:59.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:48:59 smithi044 bash[32620]: cluster 2023-12-07T16:48:58.149268+0000 mgr.a (mgr.24293) 16783 : cluster 0 pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:48:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:48:59 smithi027 bash[31536]: cluster 2023-12-07T16:48:58.149268+0000 mgr.a (mgr.24293) 16783 : cluster 0 pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:00.246 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:01.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:01.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:01.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:01.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:01.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:01 smithi022 bash[28554]: cluster 2023-12-07T16:49:00.149820+0000 mgr.a (mgr.24293) 16784 : cluster 0 pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:01 smithi044 bash[32620]: cluster 2023-12-07T16:49:00.149820+0000 mgr.a (mgr.24293) 16784 : cluster 0 pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:01 smithi027 bash[31536]: cluster 2023-12-07T16:49:00.149820+0000 mgr.a (mgr.24293) 16784 : cluster 0 pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:02.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:02 smithi022 bash[28554]: audit 2023-12-07T16:49:00.654953+0000 mgr.a (mgr.24293) 16785 : audit 0 from='client.333900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:02.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:02 smithi044 bash[32620]: audit 2023-12-07T16:49:00.654953+0000 mgr.a (mgr.24293) 16785 : audit 0 from='client.333900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:02.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:02 smithi027 bash[31536]: audit 2023-12-07T16:49:00.654953+0000 mgr.a (mgr.24293) 16785 : audit 0 from='client.333900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:03.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:03 smithi022 bash[28554]: cluster 2023-12-07T16:49:02.150810+0000 mgr.a (mgr.24293) 16786 : cluster 0 pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:03.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:03 smithi044 bash[32620]: cluster 2023-12-07T16:49:02.150810+0000 mgr.a (mgr.24293) 16786 : cluster 0 pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:03.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:03 smithi027 bash[31536]: cluster 2023-12-07T16:49:02.150810+0000 mgr.a (mgr.24293) 16786 : cluster 0 pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:05 smithi022 bash[28554]: cluster 2023-12-07T16:49:04.151348+0000 mgr.a (mgr.24293) 16787 : cluster 0 pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:05 smithi044 bash[32620]: cluster 2023-12-07T16:49:04.151348+0000 mgr.a (mgr.24293) 16787 : cluster 0 pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:05 smithi027 bash[31536]: cluster 2023-12-07T16:49:04.151348+0000 mgr.a (mgr.24293) 16787 : cluster 0 pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:06.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:06.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:06.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:07.139 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:07.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:07.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:07.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:07.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:07 smithi022 bash[28554]: cluster 2023-12-07T16:49:06.152123+0000 mgr.a (mgr.24293) 16788 : cluster 0 pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:07 smithi044 bash[32620]: cluster 2023-12-07T16:49:06.152123+0000 mgr.a (mgr.24293) 16788 : cluster 0 pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:07 smithi027 bash[31536]: cluster 2023-12-07T16:49:06.152123+0000 mgr.a (mgr.24293) 16788 : cluster 0 pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:08 smithi022 bash[28554]: audit 2023-12-07T16:49:06.605171+0000 mgr.a (mgr.24293) 16789 : audit 0 from='client.333978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:08.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:08 smithi044 bash[32620]: audit 2023-12-07T16:49:06.605171+0000 mgr.a (mgr.24293) 16789 : audit 0 from='client.333978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:08.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:08 smithi027 bash[31536]: audit 2023-12-07T16:49:06.605171+0000 mgr.a (mgr.24293) 16789 : audit 0 from='client.333978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:09 smithi022 bash[28554]: cluster 2023-12-07T16:49:08.152772+0000 mgr.a (mgr.24293) 16790 : cluster 0 pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:09 smithi044 bash[32620]: cluster 2023-12-07T16:49:08.152772+0000 mgr.a (mgr.24293) 16790 : cluster 0 pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:09 smithi027 bash[31536]: cluster 2023-12-07T16:49:08.152772+0000 mgr.a (mgr.24293) 16790 : cluster 0 pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:11.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:11 smithi022 bash[28554]: cluster 2023-12-07T16:49:10.153301+0000 mgr.a (mgr.24293) 16791 : cluster 0 pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:11.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:11 smithi044 bash[32620]: cluster 2023-12-07T16:49:10.153301+0000 mgr.a (mgr.24293) 16791 : cluster 0 pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:11 smithi027 bash[31536]: cluster 2023-12-07T16:49:10.153301+0000 mgr.a (mgr.24293) 16791 : cluster 0 pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:12.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:12.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:12.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:12 smithi022 bash[28554]: cluster 2023-12-07T16:49:12.154296+0000 mgr.a (mgr.24293) 16792 : cluster 0 pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:12.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:12 smithi044 bash[32620]: cluster 2023-12-07T16:49:12.154296+0000 mgr.a (mgr.24293) 16792 : cluster 0 pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:12 smithi027 bash[31536]: cluster 2023-12-07T16:49:12.154296+0000 mgr.a (mgr.24293) 16792 : cluster 0 pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:13.076 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:13.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:13.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:13.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:13 smithi022 bash[28554]: audit 2023-12-07T16:49:12.550842+0000 mgr.a (mgr.24293) 16793 : audit 0 from='client.334056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:13.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:13 smithi044 bash[32620]: audit 2023-12-07T16:49:12.550842+0000 mgr.a (mgr.24293) 16793 : audit 0 from='client.334056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:13.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:13 smithi027 bash[31536]: audit 2023-12-07T16:49:12.550842+0000 mgr.a (mgr.24293) 16793 : audit 0 from='client.334056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:14 smithi022 bash[28554]: cluster 2023-12-07T16:49:14.154996+0000 mgr.a (mgr.24293) 16794 : cluster 0 pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:14 smithi044 bash[32620]: cluster 2023-12-07T16:49:14.154996+0000 mgr.a (mgr.24293) 16794 : cluster 0 pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:14.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:14 smithi027 bash[31536]: cluster 2023-12-07T16:49:14.154996+0000 mgr.a (mgr.24293) 16794 : cluster 0 pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:17.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:17 smithi044 bash[32620]: cluster 2023-12-07T16:49:16.155832+0000 mgr.a (mgr.24293) 16795 : cluster 0 pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:17.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:17 smithi022 bash[28554]: cluster 2023-12-07T16:49:16.155832+0000 mgr.a (mgr.24293) 16795 : cluster 0 pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:17.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:17 smithi027 bash[31536]: cluster 2023-12-07T16:49:16.155832+0000 mgr.a (mgr.24293) 16795 : cluster 0 pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:18.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:18.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:18.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:19.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:19.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:19.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:19 smithi044 bash[32620]: cluster 2023-12-07T16:49:18.156421+0000 mgr.a (mgr.24293) 16796 : cluster 0 pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:19.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:19 smithi022 bash[28554]: cluster 2023-12-07T16:49:18.156421+0000 mgr.a (mgr.24293) 16796 : cluster 0 pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:19 smithi027 bash[31536]: cluster 2023-12-07T16:49:18.156421+0000 mgr.a (mgr.24293) 16796 : cluster 0 pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:20.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:20 smithi022 bash[28554]: audit 2023-12-07T16:49:18.494010+0000 mgr.a (mgr.24293) 16797 : audit 0 from='client.334131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:20.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:20 smithi044 bash[32620]: audit 2023-12-07T16:49:18.494010+0000 mgr.a (mgr.24293) 16797 : audit 0 from='client.334131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:20 smithi027 bash[31536]: audit 2023-12-07T16:49:18.494010+0000 mgr.a (mgr.24293) 16797 : audit 0 from='client.334131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:21.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:21 smithi022 bash[28554]: cluster 2023-12-07T16:49:20.157139+0000 mgr.a (mgr.24293) 16798 : cluster 0 pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:21 smithi044 bash[32620]: cluster 2023-12-07T16:49:20.157139+0000 mgr.a (mgr.24293) 16798 : cluster 0 pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:21.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:21 smithi027 bash[31536]: cluster 2023-12-07T16:49:20.157139+0000 mgr.a (mgr.24293) 16798 : cluster 0 pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:22.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:22 smithi022 bash[28554]: cluster 2023-12-07T16:49:22.157970+0000 mgr.a (mgr.24293) 16799 : cluster 0 pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:22 smithi044 bash[32620]: cluster 2023-12-07T16:49:22.157970+0000 mgr.a (mgr.24293) 16799 : cluster 0 pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:22.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:22 smithi027 bash[31536]: cluster 2023-12-07T16:49:22.157970+0000 mgr.a (mgr.24293) 16799 : cluster 0 pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:24.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:24.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:24.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:24.971 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:24.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:24.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:24.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:24.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:25 smithi022 bash[28554]: cluster 2023-12-07T16:49:24.158524+0000 mgr.a (mgr.24293) 16800 : cluster 0 pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:25 smithi044 bash[32620]: cluster 2023-12-07T16:49:24.158524+0000 mgr.a (mgr.24293) 16800 : cluster 0 pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:25.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:25 smithi027 bash[31536]: cluster 2023-12-07T16:49:24.158524+0000 mgr.a (mgr.24293) 16800 : cluster 0 pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:26.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:26 smithi022 bash[28554]: audit 2023-12-07T16:49:24.453123+0000 mgr.a (mgr.24293) 16801 : audit 0 from='client.334209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:26.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:26 smithi044 bash[32620]: audit 2023-12-07T16:49:24.453123+0000 mgr.a (mgr.24293) 16801 : audit 0 from='client.334209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:26 smithi027 bash[31536]: audit 2023-12-07T16:49:24.453123+0000 mgr.a (mgr.24293) 16801 : audit 0 from='client.334209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:27.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:27 smithi022 bash[28554]: cluster 2023-12-07T16:49:26.159600+0000 mgr.a (mgr.24293) 16802 : cluster 0 pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:27.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:27 smithi044 bash[32620]: cluster 2023-12-07T16:49:26.159600+0000 mgr.a (mgr.24293) 16802 : cluster 0 pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:27.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:27 smithi027 bash[31536]: cluster 2023-12-07T16:49:26.159600+0000 mgr.a (mgr.24293) 16802 : cluster 0 pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:29.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:29 smithi022 bash[28554]: cluster 2023-12-07T16:49:28.160139+0000 mgr.a (mgr.24293) 16803 : cluster 0 pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:29 smithi044 bash[32620]: cluster 2023-12-07T16:49:28.160139+0000 mgr.a (mgr.24293) 16803 : cluster 0 pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:29 smithi027 bash[31536]: cluster 2023-12-07T16:49:28.160139+0000 mgr.a (mgr.24293) 16803 : cluster 0 pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:29.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:29.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:29.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:30.922 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:30.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:30.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:30.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:30.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:31.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:31 smithi022 bash[28554]: cluster 2023-12-07T16:49:30.160665+0000 mgr.a (mgr.24293) 16804 : cluster 0 pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:31 smithi044 bash[32620]: cluster 2023-12-07T16:49:30.160665+0000 mgr.a (mgr.24293) 16804 : cluster 0 pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:31 smithi027 bash[31536]: cluster 2023-12-07T16:49:30.160665+0000 mgr.a (mgr.24293) 16804 : cluster 0 pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:32.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:32 smithi022 bash[28554]: audit 2023-12-07T16:49:30.386444+0000 mgr.a (mgr.24293) 16805 : audit 0 from='client.334287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:32.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:32 smithi044 bash[32620]: audit 2023-12-07T16:49:30.386444+0000 mgr.a (mgr.24293) 16805 : audit 0 from='client.334287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:32.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:32 smithi027 bash[31536]: audit 2023-12-07T16:49:30.386444+0000 mgr.a (mgr.24293) 16805 : audit 0 from='client.334287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:33.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:33 smithi022 bash[28554]: cluster 2023-12-07T16:49:32.161851+0000 mgr.a (mgr.24293) 16806 : cluster 0 pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:33.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:33 smithi044 bash[32620]: cluster 2023-12-07T16:49:32.161851+0000 mgr.a (mgr.24293) 16806 : cluster 0 pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:33.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:33 smithi027 bash[31536]: cluster 2023-12-07T16:49:32.161851+0000 mgr.a (mgr.24293) 16806 : cluster 0 pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:35 smithi022 bash[28554]: cluster 2023-12-07T16:49:34.162600+0000 mgr.a (mgr.24293) 16807 : cluster 0 pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:35.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:35 smithi044 bash[32620]: cluster 2023-12-07T16:49:34.162600+0000 mgr.a (mgr.24293) 16807 : cluster 0 pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:35 smithi027 bash[31536]: cluster 2023-12-07T16:49:34.162600+0000 mgr.a (mgr.24293) 16807 : cluster 0 pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:35.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:35.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:35.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:36.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:36.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:36.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:36.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:36.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:37 smithi022 bash[28554]: cluster 2023-12-07T16:49:36.163508+0000 mgr.a (mgr.24293) 16808 : cluster 0 pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:37 smithi044 bash[32620]: cluster 2023-12-07T16:49:36.163508+0000 mgr.a (mgr.24293) 16808 : cluster 0 pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:37.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:37 smithi027 bash[31536]: cluster 2023-12-07T16:49:36.163508+0000 mgr.a (mgr.24293) 16808 : cluster 0 pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:38 smithi022 bash[28554]: audit 2023-12-07T16:49:36.345275+0000 mgr.a (mgr.24293) 16809 : audit 0 from='client.265940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:38.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:38 smithi044 bash[32620]: audit 2023-12-07T16:49:36.345275+0000 mgr.a (mgr.24293) 16809 : audit 0 from='client.265940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:38 smithi027 bash[31536]: audit 2023-12-07T16:49:36.345275+0000 mgr.a (mgr.24293) 16809 : audit 0 from='client.265940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:39 smithi022 bash[28554]: cluster 2023-12-07T16:49:38.164277+0000 mgr.a (mgr.24293) 16810 : cluster 0 pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:39 smithi044 bash[32620]: cluster 2023-12-07T16:49:38.164277+0000 mgr.a (mgr.24293) 16810 : cluster 0 pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:39.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:39 smithi027 bash[31536]: cluster 2023-12-07T16:49:38.164277+0000 mgr.a (mgr.24293) 16810 : cluster 0 pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:41 smithi022 bash[28554]: cluster 2023-12-07T16:49:40.164909+0000 mgr.a (mgr.24293) 16811 : cluster 0 pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:41 smithi044 bash[32620]: cluster 2023-12-07T16:49:40.164909+0000 mgr.a (mgr.24293) 16811 : cluster 0 pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:41 smithi027 bash[31536]: cluster 2023-12-07T16:49:40.164909+0000 mgr.a (mgr.24293) 16811 : cluster 0 pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:49:41.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:41.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:41.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:42.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:42.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:42.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:42.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:42 smithi022 bash[28554]: cluster 2023-12-07T16:49:42.165721+0000 mgr.a (mgr.24293) 16812 : cluster 0 pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:42 smithi044 bash[32620]: cluster 2023-12-07T16:49:42.165721+0000 mgr.a (mgr.24293) 16812 : cluster 0 pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:42 smithi027 bash[31536]: cluster 2023-12-07T16:49:42.165721+0000 mgr.a (mgr.24293) 16812 : cluster 0 pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:43.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:43 smithi022 bash[28554]: audit 2023-12-07T16:49:42.292376+0000 mgr.a (mgr.24293) 16813 : audit 0 from='client.334443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:43.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:43 smithi044 bash[32620]: audit 2023-12-07T16:49:42.292376+0000 mgr.a (mgr.24293) 16813 : audit 0 from='client.334443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:43.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:43 smithi027 bash[31536]: audit 2023-12-07T16:49:42.292376+0000 mgr.a (mgr.24293) 16813 : audit 0 from='client.334443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:44 smithi022 bash[28554]: cluster 2023-12-07T16:49:44.166651+0000 mgr.a (mgr.24293) 16814 : cluster 0 pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:44 smithi022 bash[28554]: audit 2023-12-07T16:49:44.512250+0000 mon.a (mon.0) 2764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:49:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:44 smithi044 bash[32620]: cluster 2023-12-07T16:49:44.166651+0000 mgr.a (mgr.24293) 16814 : cluster 0 pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:44.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:44 smithi044 bash[32620]: audit 2023-12-07T16:49:44.512250+0000 mon.a (mon.0) 2764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:49:44.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:44 smithi027 bash[31536]: cluster 2023-12-07T16:49:44.166651+0000 mgr.a (mgr.24293) 16814 : cluster 0 pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:44.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:44 smithi027 bash[31536]: audit 2023-12-07T16:49:44.512250+0000 mon.a (mon.0) 2764 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:49:45.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:45 smithi022 bash[28554]: audit 2023-12-07T16:49:45.308181+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:49:45.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:45 smithi022 bash[28554]: audit 2023-12-07T16:49:45.309969+0000 mon.a (mon.0) 2766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:49:45.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:45 smithi022 bash[28554]: audit 2023-12-07T16:49:45.320066+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:49:45.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:45 smithi044 bash[32620]: audit 2023-12-07T16:49:45.308181+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:49:45.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:45 smithi044 bash[32620]: audit 2023-12-07T16:49:45.309969+0000 mon.a (mon.0) 2766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:49:45.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:45 smithi044 bash[32620]: audit 2023-12-07T16:49:45.320066+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:49:45.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:45 smithi027 bash[31536]: audit 2023-12-07T16:49:45.308181+0000 mon.a (mon.0) 2765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:49:45.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:45 smithi027 bash[31536]: audit 2023-12-07T16:49:45.309969+0000 mon.a (mon.0) 2766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:49:45.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:45 smithi027 bash[31536]: audit 2023-12-07T16:49:45.320066+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:49:46.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:46 smithi022 bash[28554]: cluster 2023-12-07T16:49:46.167737+0000 mgr.a (mgr.24293) 16815 : cluster 0 pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:46.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:46 smithi044 bash[32620]: cluster 2023-12-07T16:49:46.167737+0000 mgr.a (mgr.24293) 16815 : cluster 0 pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:46.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:46 smithi027 bash[31536]: cluster 2023-12-07T16:49:46.167737+0000 mgr.a (mgr.24293) 16815 : cluster 0 pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:47.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:47.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:47.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:48.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:48.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:48.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:48.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:48.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:49 smithi022 bash[28554]: cluster 2023-12-07T16:49:48.168316+0000 mgr.a (mgr.24293) 16816 : cluster 0 pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:49.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:49 smithi022 bash[28554]: audit 2023-12-07T16:49:48.256122+0000 mgr.a (mgr.24293) 16817 : audit 0 from='client.334521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:49 smithi044 bash[32620]: cluster 2023-12-07T16:49:48.168316+0000 mgr.a (mgr.24293) 16816 : cluster 0 pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:49 smithi044 bash[32620]: audit 2023-12-07T16:49:48.256122+0000 mgr.a (mgr.24293) 16817 : audit 0 from='client.334521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:49 smithi027 bash[31536]: cluster 2023-12-07T16:49:48.168316+0000 mgr.a (mgr.24293) 16816 : cluster 0 pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:49.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:49 smithi027 bash[31536]: audit 2023-12-07T16:49:48.256122+0000 mgr.a (mgr.24293) 16817 : audit 0 from='client.334521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:51.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:51 smithi022 bash[28554]: cluster 2023-12-07T16:49:50.169217+0000 mgr.a (mgr.24293) 16818 : cluster 0 pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:51 smithi044 bash[32620]: cluster 2023-12-07T16:49:50.169217+0000 mgr.a (mgr.24293) 16818 : cluster 0 pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:51 smithi027 bash[31536]: cluster 2023-12-07T16:49:50.169217+0000 mgr.a (mgr.24293) 16818 : cluster 0 pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:52.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:52 smithi022 bash[28554]: cluster 2023-12-07T16:49:52.170107+0000 mgr.a (mgr.24293) 16819 : cluster 0 pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:52 smithi044 bash[32620]: cluster 2023-12-07T16:49:52.170107+0000 mgr.a (mgr.24293) 16819 : cluster 0 pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:52 smithi027 bash[31536]: cluster 2023-12-07T16:49:52.170107+0000 mgr.a (mgr.24293) 16819 : cluster 0 pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:53.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:53.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:53.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:49:54.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:49:54.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:49:54.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:49:54.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:49:54.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:49:55.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:55 smithi044 bash[32620]: cluster 2023-12-07T16:49:54.170773+0000 mgr.a (mgr.24293) 16820 : cluster 0 pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:55.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:55 smithi044 bash[32620]: audit 2023-12-07T16:49:54.183877+0000 mgr.a (mgr.24293) 16821 : audit 0 from='client.334593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:55 smithi022 bash[28554]: cluster 2023-12-07T16:49:54.170773+0000 mgr.a (mgr.24293) 16820 : cluster 0 pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:55 smithi022 bash[28554]: audit 2023-12-07T16:49:54.183877+0000 mgr.a (mgr.24293) 16821 : audit 0 from='client.334593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:55.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:55 smithi027 bash[31536]: cluster 2023-12-07T16:49:54.170773+0000 mgr.a (mgr.24293) 16820 : cluster 0 pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:55.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:55 smithi027 bash[31536]: audit 2023-12-07T16:49:54.183877+0000 mgr.a (mgr.24293) 16821 : audit 0 from='client.334593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:49:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:57 smithi022 bash[28554]: cluster 2023-12-07T16:49:56.171755+0000 mgr.a (mgr.24293) 16822 : cluster 0 pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:57 smithi044 bash[32620]: cluster 2023-12-07T16:49:56.171755+0000 mgr.a (mgr.24293) 16822 : cluster 0 pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:57.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:57 smithi027 bash[31536]: cluster 2023-12-07T16:49:56.171755+0000 mgr.a (mgr.24293) 16822 : cluster 0 pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:49:59.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:49:59 smithi022 bash[28554]: cluster 2023-12-07T16:49:58.172296+0000 mgr.a (mgr.24293) 16823 : cluster 0 pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:59.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:49:59 smithi044 bash[32620]: cluster 2023-12-07T16:49:58.172296+0000 mgr.a (mgr.24293) 16823 : cluster 0 pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:49:59 smithi027 bash[31536]: cluster 2023-12-07T16:49:58.172296+0000 mgr.a (mgr.24293) 16823 : cluster 0 pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:49:59.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:49:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:49:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:00 smithi022 bash[28554]: cluster 2023-12-07T16:50:00.000105+0000 mon.a (mon.0) 2768 : cluster 1 overall HEALTH_OK 2023-12-07T16:50:00.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:00 smithi044 bash[32620]: cluster 2023-12-07T16:50:00.000105+0000 mon.a (mon.0) 2768 : cluster 1 overall HEALTH_OK 2023-12-07T16:50:00.696 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:00.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:00.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:00.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:00.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:00.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:00 smithi027 bash[31536]: cluster 2023-12-07T16:50:00.000105+0000 mon.a (mon.0) 2768 : cluster 1 overall HEALTH_OK 2023-12-07T16:50:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:01 smithi022 bash[28554]: cluster 2023-12-07T16:50:00.172829+0000 mgr.a (mgr.24293) 16824 : cluster 0 pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:01 smithi022 bash[28554]: audit 2023-12-07T16:50:00.191869+0000 mgr.a (mgr.24293) 16825 : audit 0 from='client.334665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:01 smithi044 bash[32620]: cluster 2023-12-07T16:50:00.172829+0000 mgr.a (mgr.24293) 16824 : cluster 0 pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:01 smithi044 bash[32620]: audit 2023-12-07T16:50:00.191869+0000 mgr.a (mgr.24293) 16825 : audit 0 from='client.334665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:01 smithi027 bash[31536]: cluster 2023-12-07T16:50:00.172829+0000 mgr.a (mgr.24293) 16824 : cluster 0 pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:01 smithi027 bash[31536]: audit 2023-12-07T16:50:00.191869+0000 mgr.a (mgr.24293) 16825 : audit 0 from='client.334665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:02.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:02 smithi022 bash[28554]: cluster 2023-12-07T16:50:02.173884+0000 mgr.a (mgr.24293) 16826 : cluster 0 pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:50:02.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:02 smithi044 bash[32620]: cluster 2023-12-07T16:50:02.173884+0000 mgr.a (mgr.24293) 16826 : cluster 0 pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:50:02.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:02 smithi027 bash[31536]: cluster 2023-12-07T16:50:02.173884+0000 mgr.a (mgr.24293) 16826 : cluster 0 pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:50:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:05 smithi022 bash[28554]: cluster 2023-12-07T16:50:04.174487+0000 mgr.a (mgr.24293) 16827 : cluster 0 pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:50:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:05 smithi044 bash[32620]: cluster 2023-12-07T16:50:04.174487+0000 mgr.a (mgr.24293) 16827 : cluster 0 pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:50:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:05 smithi027 bash[31536]: cluster 2023-12-07T16:50:04.174487+0000 mgr.a (mgr.24293) 16827 : cluster 0 pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:50:05.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:05.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:05.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:06.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:06.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:06.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:06.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:06.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:07 smithi022 bash[28554]: audit 2023-12-07T16:50:06.120516+0000 mgr.a (mgr.24293) 16828 : audit 0 from='client.334743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:07.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:07 smithi022 bash[28554]: cluster 2023-12-07T16:50:06.175625+0000 mgr.a (mgr.24293) 16829 : cluster 0 pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:07 smithi044 bash[32620]: audit 2023-12-07T16:50:06.120516+0000 mgr.a (mgr.24293) 16828 : audit 0 from='client.334743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:07 smithi044 bash[32620]: cluster 2023-12-07T16:50:06.175625+0000 mgr.a (mgr.24293) 16829 : cluster 0 pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:07 smithi027 bash[31536]: audit 2023-12-07T16:50:06.120516+0000 mgr.a (mgr.24293) 16828 : audit 0 from='client.334743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:07 smithi027 bash[31536]: cluster 2023-12-07T16:50:06.175625+0000 mgr.a (mgr.24293) 16829 : cluster 0 pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:09 smithi022 bash[28554]: cluster 2023-12-07T16:50:08.176346+0000 mgr.a (mgr.24293) 16830 : cluster 0 pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:09 smithi044 bash[32620]: cluster 2023-12-07T16:50:08.176346+0000 mgr.a (mgr.24293) 16830 : cluster 0 pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:09 smithi027 bash[31536]: cluster 2023-12-07T16:50:08.176346+0000 mgr.a (mgr.24293) 16830 : cluster 0 pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:11.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:11.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:11.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:11.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:11 smithi022 bash[28554]: cluster 2023-12-07T16:50:10.177025+0000 mgr.a (mgr.24293) 16831 : cluster 0 pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:11.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:11 smithi044 bash[32620]: cluster 2023-12-07T16:50:10.177025+0000 mgr.a (mgr.24293) 16831 : cluster 0 pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:11.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:11 smithi027 bash[31536]: cluster 2023-12-07T16:50:10.177025+0000 mgr.a (mgr.24293) 16831 : cluster 0 pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:12.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:12.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:12.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:12.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:12.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:12 smithi022 bash[28554]: audit 2023-12-07T16:50:12.050473+0000 mgr.a (mgr.24293) 16832 : audit 0 from='client.334818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:12.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:12 smithi022 bash[28554]: cluster 2023-12-07T16:50:12.177927+0000 mgr.a (mgr.24293) 16833 : cluster 0 pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:12.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:12 smithi044 bash[32620]: audit 2023-12-07T16:50:12.050473+0000 mgr.a (mgr.24293) 16832 : audit 0 from='client.334818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:12.924 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:12 smithi044 bash[32620]: cluster 2023-12-07T16:50:12.177927+0000 mgr.a (mgr.24293) 16833 : cluster 0 pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:12 smithi027 bash[31536]: audit 2023-12-07T16:50:12.050473+0000 mgr.a (mgr.24293) 16832 : audit 0 from='client.334818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:12.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:12 smithi027 bash[31536]: cluster 2023-12-07T16:50:12.177927+0000 mgr.a (mgr.24293) 16833 : cluster 0 pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:15.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:15 smithi022 bash[28554]: cluster 2023-12-07T16:50:14.178574+0000 mgr.a (mgr.24293) 16834 : cluster 0 pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:50:15.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:15 smithi044 bash[32620]: cluster 2023-12-07T16:50:14.178574+0000 mgr.a (mgr.24293) 16834 : cluster 0 pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:50:15.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:15 smithi027 bash[31536]: cluster 2023-12-07T16:50:14.178574+0000 mgr.a (mgr.24293) 16834 : cluster 0 pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:50:17.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:17.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:17.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:17 smithi022 bash[28554]: cluster 2023-12-07T16:50:16.179402+0000 mgr.a (mgr.24293) 16835 : cluster 0 pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:50:17.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:17 smithi044 bash[32620]: cluster 2023-12-07T16:50:16.179402+0000 mgr.a (mgr.24293) 16835 : cluster 0 pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:50:17.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:17 smithi027 bash[31536]: cluster 2023-12-07T16:50:16.179402+0000 mgr.a (mgr.24293) 16835 : cluster 0 pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:50:18.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:18.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:18.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:18.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:18.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:19.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:19 smithi022 bash[28554]: audit 2023-12-07T16:50:17.980098+0000 mgr.a (mgr.24293) 16836 : audit 0 from='client.334896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:19.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:19 smithi022 bash[28554]: cluster 2023-12-07T16:50:18.180249+0000 mgr.a (mgr.24293) 16837 : cluster 0 pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:19 smithi044 bash[32620]: audit 2023-12-07T16:50:17.980098+0000 mgr.a (mgr.24293) 16836 : audit 0 from='client.334896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:19 smithi044 bash[32620]: cluster 2023-12-07T16:50:18.180249+0000 mgr.a (mgr.24293) 16837 : cluster 0 pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:19 smithi027 bash[31536]: audit 2023-12-07T16:50:17.980098+0000 mgr.a (mgr.24293) 16836 : audit 0 from='client.334896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:19 smithi027 bash[31536]: cluster 2023-12-07T16:50:18.180249+0000 mgr.a (mgr.24293) 16837 : cluster 0 pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:21.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:21 smithi022 bash[28554]: cluster 2023-12-07T16:50:20.180963+0000 mgr.a (mgr.24293) 16838 : cluster 0 pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:21 smithi044 bash[32620]: cluster 2023-12-07T16:50:20.180963+0000 mgr.a (mgr.24293) 16838 : cluster 0 pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:21.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:21 smithi027 bash[31536]: cluster 2023-12-07T16:50:20.180963+0000 mgr.a (mgr.24293) 16838 : cluster 0 pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:22.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:22 smithi022 bash[28554]: cluster 2023-12-07T16:50:22.181957+0000 mgr.a (mgr.24293) 16839 : cluster 0 pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:22.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:22 smithi044 bash[32620]: cluster 2023-12-07T16:50:22.181957+0000 mgr.a (mgr.24293) 16839 : cluster 0 pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:22.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:22 smithi027 bash[31536]: cluster 2023-12-07T16:50:22.181957+0000 mgr.a (mgr.24293) 16839 : cluster 0 pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:23.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:23.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:23.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:24.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:24.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:24.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:24.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:24.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:25 smithi022 bash[28554]: audit 2023-12-07T16:50:23.932317+0000 mgr.a (mgr.24293) 16840 : audit 0 from='client.334974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:25 smithi022 bash[28554]: cluster 2023-12-07T16:50:24.182620+0000 mgr.a (mgr.24293) 16841 : cluster 0 pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:25 smithi044 bash[32620]: audit 2023-12-07T16:50:23.932317+0000 mgr.a (mgr.24293) 16840 : audit 0 from='client.334974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:25 smithi044 bash[32620]: cluster 2023-12-07T16:50:24.182620+0000 mgr.a (mgr.24293) 16841 : cluster 0 pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:25.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:25 smithi027 bash[31536]: audit 2023-12-07T16:50:23.932317+0000 mgr.a (mgr.24293) 16840 : audit 0 from='client.334974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:25.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:25 smithi027 bash[31536]: cluster 2023-12-07T16:50:24.182620+0000 mgr.a (mgr.24293) 16841 : cluster 0 pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:27.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:27 smithi022 bash[28554]: cluster 2023-12-07T16:50:26.183512+0000 mgr.a (mgr.24293) 16842 : cluster 0 pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:27.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:27 smithi044 bash[32620]: cluster 2023-12-07T16:50:26.183512+0000 mgr.a (mgr.24293) 16842 : cluster 0 pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:27.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:27 smithi027 bash[31536]: cluster 2023-12-07T16:50:26.183512+0000 mgr.a (mgr.24293) 16842 : cluster 0 pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:29.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:29.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:29.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:29.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:29 smithi022 bash[28554]: cluster 2023-12-07T16:50:28.184060+0000 mgr.a (mgr.24293) 16843 : cluster 0 pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:29 smithi044 bash[32620]: cluster 2023-12-07T16:50:28.184060+0000 mgr.a (mgr.24293) 16843 : cluster 0 pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:29 smithi027 bash[31536]: cluster 2023-12-07T16:50:28.184060+0000 mgr.a (mgr.24293) 16843 : cluster 0 pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:30.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:30.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:31 smithi022 bash[28554]: audit 2023-12-07T16:50:29.881532+0000 mgr.a (mgr.24293) 16844 : audit 0 from='client.335049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:31 smithi022 bash[28554]: cluster 2023-12-07T16:50:30.184831+0000 mgr.a (mgr.24293) 16845 : cluster 0 pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:31 smithi044 bash[32620]: audit 2023-12-07T16:50:29.881532+0000 mgr.a (mgr.24293) 16844 : audit 0 from='client.335049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:31 smithi044 bash[32620]: cluster 2023-12-07T16:50:30.184831+0000 mgr.a (mgr.24293) 16845 : cluster 0 pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:31 smithi027 bash[31536]: audit 2023-12-07T16:50:29.881532+0000 mgr.a (mgr.24293) 16844 : audit 0 from='client.335049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:31 smithi027 bash[31536]: cluster 2023-12-07T16:50:30.184831+0000 mgr.a (mgr.24293) 16845 : cluster 0 pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:32.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:32 smithi022 bash[28554]: cluster 2023-12-07T16:50:32.185790+0000 mgr.a (mgr.24293) 16846 : cluster 0 pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:32.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:32 smithi044 bash[32620]: cluster 2023-12-07T16:50:32.185790+0000 mgr.a (mgr.24293) 16846 : cluster 0 pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:32 smithi027 bash[31536]: cluster 2023-12-07T16:50:32.185790+0000 mgr.a (mgr.24293) 16846 : cluster 0 pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:35.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:35.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:35.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:35 smithi022 bash[28554]: cluster 2023-12-07T16:50:34.186360+0000 mgr.a (mgr.24293) 16847 : cluster 0 pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:35.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:35 smithi044 bash[32620]: cluster 2023-12-07T16:50:34.186360+0000 mgr.a (mgr.24293) 16847 : cluster 0 pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:35 smithi027 bash[31536]: cluster 2023-12-07T16:50:34.186360+0000 mgr.a (mgr.24293) 16847 : cluster 0 pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:36.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:36.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:36.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:36.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:36.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:37 smithi022 bash[28554]: audit 2023-12-07T16:50:35.823022+0000 mgr.a (mgr.24293) 16848 : audit 0 from='client.335121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:37 smithi022 bash[28554]: cluster 2023-12-07T16:50:36.187083+0000 mgr.a (mgr.24293) 16849 : cluster 0 pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:37 smithi044 bash[32620]: audit 2023-12-07T16:50:35.823022+0000 mgr.a (mgr.24293) 16848 : audit 0 from='client.335121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:37 smithi044 bash[32620]: cluster 2023-12-07T16:50:36.187083+0000 mgr.a (mgr.24293) 16849 : cluster 0 pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:37 smithi027 bash[31536]: audit 2023-12-07T16:50:35.823022+0000 mgr.a (mgr.24293) 16848 : audit 0 from='client.335121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:37 smithi027 bash[31536]: cluster 2023-12-07T16:50:36.187083+0000 mgr.a (mgr.24293) 16849 : cluster 0 pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:39 smithi022 bash[28554]: cluster 2023-12-07T16:50:38.187796+0000 mgr.a (mgr.24293) 16850 : cluster 0 pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:39 smithi044 bash[32620]: cluster 2023-12-07T16:50:38.187796+0000 mgr.a (mgr.24293) 16850 : cluster 0 pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:39.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:39 smithi027 bash[31536]: cluster 2023-12-07T16:50:38.187796+0000 mgr.a (mgr.24293) 16850 : cluster 0 pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:41.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:41.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:41 smithi022 bash[28554]: cluster 2023-12-07T16:50:40.188375+0000 mgr.a (mgr.24293) 16851 : cluster 0 pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:41 smithi044 bash[32620]: cluster 2023-12-07T16:50:40.188375+0000 mgr.a (mgr.24293) 16851 : cluster 0 pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:41 smithi027 bash[31536]: cluster 2023-12-07T16:50:40.188375+0000 mgr.a (mgr.24293) 16851 : cluster 0 pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:42.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:42.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:42.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:42.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:42.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:42.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:42 smithi022 bash[28554]: audit 2023-12-07T16:50:41.768971+0000 mgr.a (mgr.24293) 16852 : audit 0 from='client.335199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:42.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:42 smithi022 bash[28554]: cluster 2023-12-07T16:50:42.188975+0000 mgr.a (mgr.24293) 16853 : cluster 0 pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:42 smithi044 bash[32620]: audit 2023-12-07T16:50:41.768971+0000 mgr.a (mgr.24293) 16852 : audit 0 from='client.335199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:42.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:42 smithi044 bash[32620]: cluster 2023-12-07T16:50:42.188975+0000 mgr.a (mgr.24293) 16853 : cluster 0 pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:42 smithi027 bash[31536]: audit 2023-12-07T16:50:41.768971+0000 mgr.a (mgr.24293) 16852 : audit 0 from='client.335199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:42.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:42 smithi027 bash[31536]: cluster 2023-12-07T16:50:42.188975+0000 mgr.a (mgr.24293) 16853 : cluster 0 pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:45.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:45 smithi022 bash[28554]: cluster 2023-12-07T16:50:44.189495+0000 mgr.a (mgr.24293) 16854 : cluster 0 pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:45.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:45 smithi044 bash[32620]: cluster 2023-12-07T16:50:44.189495+0000 mgr.a (mgr.24293) 16854 : cluster 0 pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:45.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:45 smithi027 bash[31536]: cluster 2023-12-07T16:50:44.189495+0000 mgr.a (mgr.24293) 16854 : cluster 0 pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:50:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:46 smithi022 bash[28554]: audit 2023-12-07T16:50:45.423155+0000 mon.a (mon.0) 2769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:50:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:46 smithi044 bash[32620]: audit 2023-12-07T16:50:45.423155+0000 mon.a (mon.0) 2769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:50:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:46 smithi027 bash[31536]: audit 2023-12-07T16:50:45.423155+0000 mon.a (mon.0) 2769 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:50:47.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:47.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:47.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:47.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:47 smithi022 bash[28554]: cluster 2023-12-07T16:50:46.190240+0000 mgr.a (mgr.24293) 16855 : cluster 0 pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:47.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:47 smithi044 bash[32620]: cluster 2023-12-07T16:50:46.190240+0000 mgr.a (mgr.24293) 16855 : cluster 0 pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:47.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:47 smithi027 bash[31536]: cluster 2023-12-07T16:50:46.190240+0000 mgr.a (mgr.24293) 16855 : cluster 0 pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:48.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:48.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:48.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:48.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:48.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:49 smithi022 bash[28554]: audit 2023-12-07T16:50:47.701642+0000 mgr.a (mgr.24293) 16856 : audit 0 from='client.335274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:49 smithi022 bash[28554]: cluster 2023-12-07T16:50:48.190845+0000 mgr.a (mgr.24293) 16857 : cluster 0 pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:49 smithi044 bash[32620]: audit 2023-12-07T16:50:47.701642+0000 mgr.a (mgr.24293) 16856 : audit 0 from='client.335274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:49 smithi044 bash[32620]: cluster 2023-12-07T16:50:48.190845+0000 mgr.a (mgr.24293) 16857 : cluster 0 pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:49 smithi027 bash[31536]: audit 2023-12-07T16:50:47.701642+0000 mgr.a (mgr.24293) 16856 : audit 0 from='client.335274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:49 smithi027 bash[31536]: cluster 2023-12-07T16:50:48.190845+0000 mgr.a (mgr.24293) 16857 : cluster 0 pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:51.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:51 smithi022 bash[28554]: cluster 2023-12-07T16:50:50.191440+0000 mgr.a (mgr.24293) 16858 : cluster 0 pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:51 smithi044 bash[32620]: cluster 2023-12-07T16:50:50.191440+0000 mgr.a (mgr.24293) 16858 : cluster 0 pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:51 smithi027 bash[31536]: cluster 2023-12-07T16:50:50.191440+0000 mgr.a (mgr.24293) 16858 : cluster 0 pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:52.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:52 smithi022 bash[28554]: cluster 2023-12-07T16:50:52.192295+0000 mgr.a (mgr.24293) 16859 : cluster 0 pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:52.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:52 smithi044 bash[32620]: cluster 2023-12-07T16:50:52.192295+0000 mgr.a (mgr.24293) 16859 : cluster 0 pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:52.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:52 smithi027 bash[31536]: cluster 2023-12-07T16:50:52.192295+0000 mgr.a (mgr.24293) 16859 : cluster 0 pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:53.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:53.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:53.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:54.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:50:54.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:50:54.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:50:54.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:50:54.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:50:55.533 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:55 smithi022 bash[28554]: audit 2023-12-07T16:50:53.636656+0000 mgr.a (mgr.24293) 16860 : audit 0 from='client.335352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:55.533 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:55 smithi022 bash[28554]: cluster 2023-12-07T16:50:54.193026+0000 mgr.a (mgr.24293) 16861 : cluster 0 pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:55.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:55 smithi044 bash[32620]: audit 2023-12-07T16:50:53.636656+0000 mgr.a (mgr.24293) 16860 : audit 0 from='client.335352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:55.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:55 smithi044 bash[32620]: cluster 2023-12-07T16:50:54.193026+0000 mgr.a (mgr.24293) 16861 : cluster 0 pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:55.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:55 smithi027 bash[31536]: audit 2023-12-07T16:50:53.636656+0000 mgr.a (mgr.24293) 16860 : audit 0 from='client.335352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:50:55.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:55 smithi027 bash[31536]: cluster 2023-12-07T16:50:54.193026+0000 mgr.a (mgr.24293) 16861 : cluster 0 pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:57 smithi022 bash[28554]: cluster 2023-12-07T16:50:56.193999+0000 mgr.a (mgr.24293) 16862 : cluster 0 pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:57 smithi022 bash[28554]: audit 2023-12-07T16:50:56.316042+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:57 smithi022 bash[28554]: audit 2023-12-07T16:50:56.322719+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:57 smithi022 bash[28554]: audit 2023-12-07T16:50:56.324308+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:50:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:57 smithi022 bash[28554]: audit 2023-12-07T16:50:56.326100+0000 mon.a (mon.0) 2773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:50:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:57 smithi022 bash[28554]: audit 2023-12-07T16:50:56.334724+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:57 smithi044 bash[32620]: cluster 2023-12-07T16:50:56.193999+0000 mgr.a (mgr.24293) 16862 : cluster 0 pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:57 smithi044 bash[32620]: audit 2023-12-07T16:50:56.316042+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:57 smithi044 bash[32620]: audit 2023-12-07T16:50:56.322719+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:57 smithi044 bash[32620]: audit 2023-12-07T16:50:56.324308+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:50:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:57 smithi044 bash[32620]: audit 2023-12-07T16:50:56.326100+0000 mon.a (mon.0) 2773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:50:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:57 smithi044 bash[32620]: audit 2023-12-07T16:50:56.334724+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:57 smithi027 bash[31536]: cluster 2023-12-07T16:50:56.193999+0000 mgr.a (mgr.24293) 16862 : cluster 0 pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:50:57.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:57 smithi027 bash[31536]: audit 2023-12-07T16:50:56.316042+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:57 smithi027 bash[31536]: audit 2023-12-07T16:50:56.322719+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:57.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:57 smithi027 bash[31536]: audit 2023-12-07T16:50:56.324308+0000 mon.a (mon.0) 2772 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:50:57.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:57 smithi027 bash[31536]: audit 2023-12-07T16:50:56.326100+0000 mon.a (mon.0) 2773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:50:57.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:57 smithi027 bash[31536]: audit 2023-12-07T16:50:56.334724+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:50:59.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:50:59.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:50:59.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:50:59.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:50:59 smithi022 bash[28554]: cluster 2023-12-07T16:50:58.194623+0000 mgr.a (mgr.24293) 16863 : cluster 0 pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:59.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:50:59 smithi044 bash[32620]: cluster 2023-12-07T16:50:58.194623+0000 mgr.a (mgr.24293) 16863 : cluster 0 pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:50:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:50:59 smithi027 bash[31536]: cluster 2023-12-07T16:50:58.194623+0000 mgr.a (mgr.24293) 16863 : cluster 0 pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:00.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:00.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:00.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:00.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:00.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:01 smithi022 bash[28554]: audit 2023-12-07T16:50:59.558104+0000 mgr.a (mgr.24293) 16864 : audit 0 from='client.335427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:01 smithi022 bash[28554]: cluster 2023-12-07T16:51:00.195374+0000 mgr.a (mgr.24293) 16865 : cluster 0 pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:01 smithi044 bash[32620]: audit 2023-12-07T16:50:59.558104+0000 mgr.a (mgr.24293) 16864 : audit 0 from='client.335427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:01 smithi044 bash[32620]: cluster 2023-12-07T16:51:00.195374+0000 mgr.a (mgr.24293) 16865 : cluster 0 pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:01 smithi027 bash[31536]: audit 2023-12-07T16:50:59.558104+0000 mgr.a (mgr.24293) 16864 : audit 0 from='client.335427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:01 smithi027 bash[31536]: cluster 2023-12-07T16:51:00.195374+0000 mgr.a (mgr.24293) 16865 : cluster 0 pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:02 smithi027 bash[31536]: cluster 2023-12-07T16:51:02.196225+0000 mgr.a (mgr.24293) 16866 : cluster 0 pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:02 smithi022 bash[28554]: cluster 2023-12-07T16:51:02.196225+0000 mgr.a (mgr.24293) 16866 : cluster 0 pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:02 smithi044 bash[32620]: cluster 2023-12-07T16:51:02.196225+0000 mgr.a (mgr.24293) 16866 : cluster 0 pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:05.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:05.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:05.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:05.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:05 smithi044 bash[32620]: cluster 2023-12-07T16:51:04.196822+0000 mgr.a (mgr.24293) 16867 : cluster 0 pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:05 smithi022 bash[28554]: cluster 2023-12-07T16:51:04.196822+0000 mgr.a (mgr.24293) 16867 : cluster 0 pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:05 smithi027 bash[31536]: cluster 2023-12-07T16:51:04.196822+0000 mgr.a (mgr.24293) 16867 : cluster 0 pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:06.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:07 smithi022 bash[28554]: audit 2023-12-07T16:51:05.494556+0000 mgr.a (mgr.24293) 16868 : audit 0 from='client.335505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:07 smithi022 bash[28554]: cluster 2023-12-07T16:51:06.197932+0000 mgr.a (mgr.24293) 16869 : cluster 0 pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:07 smithi044 bash[32620]: audit 2023-12-07T16:51:05.494556+0000 mgr.a (mgr.24293) 16868 : audit 0 from='client.335505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:07 smithi044 bash[32620]: cluster 2023-12-07T16:51:06.197932+0000 mgr.a (mgr.24293) 16869 : cluster 0 pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:07 smithi027 bash[31536]: audit 2023-12-07T16:51:05.494556+0000 mgr.a (mgr.24293) 16868 : audit 0 from='client.335505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:07 smithi027 bash[31536]: cluster 2023-12-07T16:51:06.197932+0000 mgr.a (mgr.24293) 16869 : cluster 0 pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:09 smithi022 bash[28554]: cluster 2023-12-07T16:51:08.198600+0000 mgr.a (mgr.24293) 16870 : cluster 0 pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:09 smithi044 bash[32620]: cluster 2023-12-07T16:51:08.198600+0000 mgr.a (mgr.24293) 16870 : cluster 0 pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:09 smithi027 bash[31536]: cluster 2023-12-07T16:51:08.198600+0000 mgr.a (mgr.24293) 16870 : cluster 0 pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:11.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:11.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:11.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:11.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:11 smithi022 bash[28554]: cluster 2023-12-07T16:51:10.199176+0000 mgr.a (mgr.24293) 16871 : cluster 0 pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:11.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:11 smithi044 bash[32620]: cluster 2023-12-07T16:51:10.199176+0000 mgr.a (mgr.24293) 16871 : cluster 0 pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:11 smithi027 bash[31536]: cluster 2023-12-07T16:51:10.199176+0000 mgr.a (mgr.24293) 16871 : cluster 0 pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:11.934 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:11.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:11.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:12 smithi027 bash[31536]: audit 2023-12-07T16:51:11.426595+0000 mgr.a (mgr.24293) 16872 : audit 0 from='client.335583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:12 smithi027 bash[31536]: cluster 2023-12-07T16:51:12.200323+0000 mgr.a (mgr.24293) 16873 : cluster 0 pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:12 smithi022 bash[28554]: audit 2023-12-07T16:51:11.426595+0000 mgr.a (mgr.24293) 16872 : audit 0 from='client.335583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:12 smithi022 bash[28554]: cluster 2023-12-07T16:51:12.200323+0000 mgr.a (mgr.24293) 16873 : cluster 0 pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:13.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:12 smithi044 bash[32620]: audit 2023-12-07T16:51:11.426595+0000 mgr.a (mgr.24293) 16872 : audit 0 from='client.335583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:13.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:12 smithi044 bash[32620]: cluster 2023-12-07T16:51:12.200323+0000 mgr.a (mgr.24293) 16873 : cluster 0 pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:15.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:15 smithi022 bash[28554]: cluster 2023-12-07T16:51:14.200916+0000 mgr.a (mgr.24293) 16874 : cluster 0 pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:15.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:15 smithi044 bash[32620]: cluster 2023-12-07T16:51:14.200916+0000 mgr.a (mgr.24293) 16874 : cluster 0 pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:15.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:15 smithi027 bash[31536]: cluster 2023-12-07T16:51:14.200916+0000 mgr.a (mgr.24293) 16874 : cluster 0 pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:16.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:16.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:16.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:17 smithi022 bash[28554]: cluster 2023-12-07T16:51:16.201713+0000 mgr.a (mgr.24293) 16875 : cluster 0 pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:17.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:17 smithi044 bash[32620]: cluster 2023-12-07T16:51:16.201713+0000 mgr.a (mgr.24293) 16875 : cluster 0 pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:17.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:17 smithi027 bash[31536]: cluster 2023-12-07T16:51:16.201713+0000 mgr.a (mgr.24293) 16875 : cluster 0 pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:17.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:17.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:17.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:17.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:17.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:19.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:19 smithi022 bash[28554]: audit 2023-12-07T16:51:17.357415+0000 mgr.a (mgr.24293) 16876 : audit 0 from='client.335655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:19.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:19 smithi022 bash[28554]: cluster 2023-12-07T16:51:18.202459+0000 mgr.a (mgr.24293) 16877 : cluster 0 pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:19 smithi044 bash[32620]: audit 2023-12-07T16:51:17.357415+0000 mgr.a (mgr.24293) 16876 : audit 0 from='client.335655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:19 smithi044 bash[32620]: cluster 2023-12-07T16:51:18.202459+0000 mgr.a (mgr.24293) 16877 : cluster 0 pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:19 smithi027 bash[31536]: audit 2023-12-07T16:51:17.357415+0000 mgr.a (mgr.24293) 16876 : audit 0 from='client.335655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:19 smithi027 bash[31536]: cluster 2023-12-07T16:51:18.202459+0000 mgr.a (mgr.24293) 16877 : cluster 0 pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:21.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:21 smithi022 bash[28554]: cluster 2023-12-07T16:51:20.203087+0000 mgr.a (mgr.24293) 16878 : cluster 0 pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:21 smithi044 bash[32620]: cluster 2023-12-07T16:51:20.203087+0000 mgr.a (mgr.24293) 16878 : cluster 0 pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:21.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:21 smithi027 bash[31536]: cluster 2023-12-07T16:51:20.203087+0000 mgr.a (mgr.24293) 16878 : cluster 0 pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:22.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:22.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:22.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:22.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:22 smithi027 bash[31536]: cluster 2023-12-07T16:51:22.203913+0000 mgr.a (mgr.24293) 16879 : cluster 0 pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:22 smithi044 bash[32620]: cluster 2023-12-07T16:51:22.203913+0000 mgr.a (mgr.24293) 16879 : cluster 0 pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:22 smithi022 bash[28554]: cluster 2023-12-07T16:51:22.203913+0000 mgr.a (mgr.24293) 16879 : cluster 0 pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:23.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:23.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:23.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:23.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:23.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:25 smithi022 bash[28554]: audit 2023-12-07T16:51:23.311974+0000 mgr.a (mgr.24293) 16880 : audit 0 from='client.335733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:25 smithi022 bash[28554]: cluster 2023-12-07T16:51:24.204643+0000 mgr.a (mgr.24293) 16881 : cluster 0 pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:25 smithi044 bash[32620]: audit 2023-12-07T16:51:23.311974+0000 mgr.a (mgr.24293) 16880 : audit 0 from='client.335733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:25 smithi044 bash[32620]: cluster 2023-12-07T16:51:24.204643+0000 mgr.a (mgr.24293) 16881 : cluster 0 pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:25.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:25 smithi027 bash[31536]: audit 2023-12-07T16:51:23.311974+0000 mgr.a (mgr.24293) 16880 : audit 0 from='client.335733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:25.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:25 smithi027 bash[31536]: cluster 2023-12-07T16:51:24.204643+0000 mgr.a (mgr.24293) 16881 : cluster 0 pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:27.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:27 smithi022 bash[28554]: cluster 2023-12-07T16:51:26.205478+0000 mgr.a (mgr.24293) 16882 : cluster 0 pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:27.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:27 smithi044 bash[32620]: cluster 2023-12-07T16:51:26.205478+0000 mgr.a (mgr.24293) 16882 : cluster 0 pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:27.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:27 smithi027 bash[31536]: cluster 2023-12-07T16:51:26.205478+0000 mgr.a (mgr.24293) 16882 : cluster 0 pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:28.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:28.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:29.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:29 smithi044 bash[32620]: cluster 2023-12-07T16:51:28.206071+0000 mgr.a (mgr.24293) 16883 : cluster 0 pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:29 smithi022 bash[28554]: cluster 2023-12-07T16:51:28.206071+0000 mgr.a (mgr.24293) 16883 : cluster 0 pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:29 smithi027 bash[31536]: cluster 2023-12-07T16:51:28.206071+0000 mgr.a (mgr.24293) 16883 : cluster 0 pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:29.754 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:29.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:29.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:29.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:29.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:30.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:30 smithi022 bash[28554]: audit 2023-12-07T16:51:29.250328+0000 mgr.a (mgr.24293) 16884 : audit 0 from='client.335811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:30.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:30 smithi044 bash[32620]: audit 2023-12-07T16:51:29.250328+0000 mgr.a (mgr.24293) 16884 : audit 0 from='client.335811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:30 smithi027 bash[31536]: audit 2023-12-07T16:51:29.250328+0000 mgr.a (mgr.24293) 16884 : audit 0 from='client.335811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:31 smithi022 bash[28554]: cluster 2023-12-07T16:51:30.206750+0000 mgr.a (mgr.24293) 16885 : cluster 0 pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:31 smithi044 bash[32620]: cluster 2023-12-07T16:51:30.206750+0000 mgr.a (mgr.24293) 16885 : cluster 0 pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:31 smithi027 bash[31536]: cluster 2023-12-07T16:51:30.206750+0000 mgr.a (mgr.24293) 16885 : cluster 0 pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:32.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:32 smithi027 bash[31536]: cluster 2023-12-07T16:51:32.207637+0000 mgr.a (mgr.24293) 16886 : cluster 0 pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:32 smithi022 bash[28554]: cluster 2023-12-07T16:51:32.207637+0000 mgr.a (mgr.24293) 16886 : cluster 0 pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:33.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:32 smithi044 bash[32620]: cluster 2023-12-07T16:51:32.207637+0000 mgr.a (mgr.24293) 16886 : cluster 0 pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:34.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:34.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:34.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:35 smithi022 bash[28554]: cluster 2023-12-07T16:51:34.208164+0000 mgr.a (mgr.24293) 16887 : cluster 0 pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:35.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:35 smithi044 bash[32620]: cluster 2023-12-07T16:51:34.208164+0000 mgr.a (mgr.24293) 16887 : cluster 0 pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:35.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:35.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:35.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:35.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:35.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:35 smithi027 bash[31536]: cluster 2023-12-07T16:51:34.208164+0000 mgr.a (mgr.24293) 16887 : cluster 0 pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:36 smithi022 bash[28554]: audit 2023-12-07T16:51:35.173932+0000 mgr.a (mgr.24293) 16888 : audit 0 from='client.335886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:36.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:36 smithi044 bash[32620]: audit 2023-12-07T16:51:35.173932+0000 mgr.a (mgr.24293) 16888 : audit 0 from='client.335886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:36 smithi027 bash[31536]: audit 2023-12-07T16:51:35.173932+0000 mgr.a (mgr.24293) 16888 : audit 0 from='client.335886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:37 smithi022 bash[28554]: cluster 2023-12-07T16:51:36.209266+0000 mgr.a (mgr.24293) 16889 : cluster 0 pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:51:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:37 smithi044 bash[32620]: cluster 2023-12-07T16:51:36.209266+0000 mgr.a (mgr.24293) 16889 : cluster 0 pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:51:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:37 smithi027 bash[31536]: cluster 2023-12-07T16:51:36.209266+0000 mgr.a (mgr.24293) 16889 : cluster 0 pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:51:39.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:39 smithi044 bash[32620]: cluster 2023-12-07T16:51:38.209877+0000 mgr.a (mgr.24293) 16890 : cluster 0 pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:51:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:39 smithi022 bash[28554]: cluster 2023-12-07T16:51:38.209877+0000 mgr.a (mgr.24293) 16890 : cluster 0 pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:51:39.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:39 smithi027 bash[31536]: cluster 2023-12-07T16:51:38.209877+0000 mgr.a (mgr.24293) 16890 : cluster 0 pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:51:40.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:40.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:40.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:41.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:41.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:41.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:41.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:41.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:41 smithi022 bash[28554]: cluster 2023-12-07T16:51:40.210455+0000 mgr.a (mgr.24293) 16891 : cluster 0 pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:51:41.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:41 smithi044 bash[32620]: cluster 2023-12-07T16:51:40.210455+0000 mgr.a (mgr.24293) 16891 : cluster 0 pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:51:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:41 smithi027 bash[31536]: cluster 2023-12-07T16:51:40.210455+0000 mgr.a (mgr.24293) 16891 : cluster 0 pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:51:42.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:42 smithi022 bash[28554]: audit 2023-12-07T16:51:41.093135+0000 mgr.a (mgr.24293) 16892 : audit 0 from='client.335958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:42.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:42 smithi044 bash[32620]: audit 2023-12-07T16:51:41.093135+0000 mgr.a (mgr.24293) 16892 : audit 0 from='client.335958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:42.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:42 smithi027 bash[31536]: audit 2023-12-07T16:51:41.093135+0000 mgr.a (mgr.24293) 16892 : audit 0 from='client.335958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:43.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:43 smithi022 bash[28554]: cluster 2023-12-07T16:51:42.211475+0000 mgr.a (mgr.24293) 16893 : cluster 0 pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:43.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:43 smithi044 bash[32620]: cluster 2023-12-07T16:51:42.211475+0000 mgr.a (mgr.24293) 16893 : cluster 0 pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:43.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:43 smithi027 bash[31536]: cluster 2023-12-07T16:51:42.211475+0000 mgr.a (mgr.24293) 16893 : cluster 0 pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:45.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:45 smithi022 bash[28554]: cluster 2023-12-07T16:51:44.212153+0000 mgr.a (mgr.24293) 16894 : cluster 0 pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:45.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:45 smithi044 bash[32620]: cluster 2023-12-07T16:51:44.212153+0000 mgr.a (mgr.24293) 16894 : cluster 0 pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:45.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:45 smithi027 bash[31536]: cluster 2023-12-07T16:51:44.212153+0000 mgr.a (mgr.24293) 16894 : cluster 0 pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:51:46.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:46.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:46.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:47.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:47.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:47.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:47.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:47.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:47.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:47 smithi022 bash[28554]: cluster 2023-12-07T16:51:46.213125+0000 mgr.a (mgr.24293) 16895 : cluster 0 pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:47.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:47 smithi044 bash[32620]: cluster 2023-12-07T16:51:46.213125+0000 mgr.a (mgr.24293) 16895 : cluster 0 pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:47.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:47 smithi027 bash[31536]: cluster 2023-12-07T16:51:46.213125+0000 mgr.a (mgr.24293) 16895 : cluster 0 pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:48.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:48 smithi022 bash[28554]: audit 2023-12-07T16:51:47.065821+0000 mgr.a (mgr.24293) 16896 : audit 0 from='client.336036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:48.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:48 smithi044 bash[32620]: audit 2023-12-07T16:51:47.065821+0000 mgr.a (mgr.24293) 16896 : audit 0 from='client.336036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:48.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:48 smithi027 bash[31536]: audit 2023-12-07T16:51:47.065821+0000 mgr.a (mgr.24293) 16896 : audit 0 from='client.336036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:49.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:49 smithi022 bash[28554]: cluster 2023-12-07T16:51:48.213797+0000 mgr.a (mgr.24293) 16897 : cluster 0 pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:51:49.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:49 smithi044 bash[32620]: cluster 2023-12-07T16:51:48.213797+0000 mgr.a (mgr.24293) 16897 : cluster 0 pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:51:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:49 smithi027 bash[31536]: cluster 2023-12-07T16:51:48.213797+0000 mgr.a (mgr.24293) 16897 : cluster 0 pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:51:50.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:50 smithi022 bash[28554]: cluster 2023-12-07T16:51:50.214378+0000 mgr.a (mgr.24293) 16898 : cluster 0 pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:51:50.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:50 smithi044 bash[32620]: cluster 2023-12-07T16:51:50.214378+0000 mgr.a (mgr.24293) 16898 : cluster 0 pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:51:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:50 smithi027 bash[31536]: cluster 2023-12-07T16:51:50.214378+0000 mgr.a (mgr.24293) 16898 : cluster 0 pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:51:52.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:52.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:52.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:52.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:52 smithi027 bash[31536]: cluster 2023-12-07T16:51:52.215127+0000 mgr.a (mgr.24293) 16899 : cluster 0 pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:51:53.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:52 smithi022 bash[28554]: cluster 2023-12-07T16:51:52.215127+0000 mgr.a (mgr.24293) 16899 : cluster 0 pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:51:53.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:52 smithi044 bash[32620]: cluster 2023-12-07T16:51:52.215127+0000 mgr.a (mgr.24293) 16899 : cluster 0 pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:51:53.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:53.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:53.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:53.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:53.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:53 smithi027 bash[31536]: audit 2023-12-07T16:51:53.015365+0000 mgr.a (mgr.24293) 16900 : audit 0 from='client.336111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:54.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:53 smithi022 bash[28554]: audit 2023-12-07T16:51:53.015365+0000 mgr.a (mgr.24293) 16900 : audit 0 from='client.336111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:54.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:53 smithi044 bash[32620]: audit 2023-12-07T16:51:53.015365+0000 mgr.a (mgr.24293) 16900 : audit 0 from='client.336111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:51:55.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:54 smithi044 bash[32620]: cluster 2023-12-07T16:51:54.215836+0000 mgr.a (mgr.24293) 16901 : cluster 0 pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:54 smithi022 bash[28554]: cluster 2023-12-07T16:51:54.215836+0000 mgr.a (mgr.24293) 16901 : cluster 0 pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:55.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:54 smithi027 bash[31536]: cluster 2023-12-07T16:51:54.215836+0000 mgr.a (mgr.24293) 16901 : cluster 0 pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:57 smithi022 bash[28554]: cluster 2023-12-07T16:51:56.216652+0000 mgr.a (mgr.24293) 16902 : cluster 0 pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:57 smithi022 bash[28554]: audit 2023-12-07T16:51:56.438256+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:51:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:57 smithi022 bash[28554]: audit 2023-12-07T16:51:56.968980+0000 mon.a (mon.0) 2776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:51:57.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:57 smithi022 bash[28554]: audit 2023-12-07T16:51:56.974830+0000 mon.a (mon.0) 2777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:51:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:57 smithi044 bash[32620]: cluster 2023-12-07T16:51:56.216652+0000 mgr.a (mgr.24293) 16902 : cluster 0 pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:57 smithi044 bash[32620]: audit 2023-12-07T16:51:56.438256+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:51:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:57 smithi044 bash[32620]: audit 2023-12-07T16:51:56.968980+0000 mon.a (mon.0) 2776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:51:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:57 smithi044 bash[32620]: audit 2023-12-07T16:51:56.974830+0000 mon.a (mon.0) 2777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:51:57.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:57 smithi027 bash[31536]: cluster 2023-12-07T16:51:56.216652+0000 mgr.a (mgr.24293) 16902 : cluster 0 pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:51:57.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:57 smithi027 bash[31536]: audit 2023-12-07T16:51:56.438256+0000 mon.a (mon.0) 2775 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:51:57.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:57 smithi027 bash[31536]: audit 2023-12-07T16:51:56.968980+0000 mon.a (mon.0) 2776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:51:57.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:57 smithi027 bash[31536]: audit 2023-12-07T16:51:56.974830+0000 mon.a (mon.0) 2777 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:51:58.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:51:58.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:51:58.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:51:59.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:51:59.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:51:59.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:51:59.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:51:59.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:51:59.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:51:59 smithi022 bash[28554]: cluster 2023-12-07T16:51:58.217231+0000 mgr.a (mgr.24293) 16903 : cluster 0 pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:59.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:51:59 smithi044 bash[32620]: cluster 2023-12-07T16:51:58.217231+0000 mgr.a (mgr.24293) 16903 : cluster 0 pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:51:59.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:51:59 smithi027 bash[31536]: cluster 2023-12-07T16:51:58.217231+0000 mgr.a (mgr.24293) 16903 : cluster 0 pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:00 smithi022 bash[28554]: audit 2023-12-07T16:51:58.963476+0000 mgr.a (mgr.24293) 16904 : audit 0 from='client.336186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:00.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:00 smithi044 bash[32620]: audit 2023-12-07T16:51:58.963476+0000 mgr.a (mgr.24293) 16904 : audit 0 from='client.336186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:00.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:00 smithi027 bash[31536]: audit 2023-12-07T16:51:58.963476+0000 mgr.a (mgr.24293) 16904 : audit 0 from='client.336186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:01 smithi022 bash[28554]: cluster 2023-12-07T16:52:00.217887+0000 mgr.a (mgr.24293) 16905 : cluster 0 pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:01 smithi044 bash[32620]: cluster 2023-12-07T16:52:00.217887+0000 mgr.a (mgr.24293) 16905 : cluster 0 pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:01 smithi027 bash[31536]: cluster 2023-12-07T16:52:00.217887+0000 mgr.a (mgr.24293) 16905 : cluster 0 pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:02.989 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:02 smithi027 bash[31536]: cluster 2023-12-07T16:52:02.218719+0000 mgr.a (mgr.24293) 16906 : cluster 0 pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:02 smithi022 bash[28554]: cluster 2023-12-07T16:52:02.218719+0000 mgr.a (mgr.24293) 16906 : cluster 0 pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:02 smithi044 bash[32620]: cluster 2023-12-07T16:52:02.218719+0000 mgr.a (mgr.24293) 16906 : cluster 0 pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:04.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:04.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:04.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:05.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:05.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:05.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:05.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:05.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:05 smithi022 bash[28554]: cluster 2023-12-07T16:52:04.219305+0000 mgr.a (mgr.24293) 16907 : cluster 0 pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:05 smithi044 bash[32620]: cluster 2023-12-07T16:52:04.219305+0000 mgr.a (mgr.24293) 16907 : cluster 0 pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:05 smithi027 bash[31536]: cluster 2023-12-07T16:52:04.219305+0000 mgr.a (mgr.24293) 16907 : cluster 0 pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:06.533 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:06 smithi027 bash[31536]: audit 2023-12-07T16:52:04.911221+0000 mgr.a (mgr.24293) 16908 : audit 0 from='client.336264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:06.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:06 smithi022 bash[28554]: audit 2023-12-07T16:52:04.911221+0000 mgr.a (mgr.24293) 16908 : audit 0 from='client.336264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:06.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:06 smithi044 bash[32620]: audit 2023-12-07T16:52:04.911221+0000 mgr.a (mgr.24293) 16908 : audit 0 from='client.336264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:07 smithi022 bash[28554]: cluster 2023-12-07T16:52:06.220204+0000 mgr.a (mgr.24293) 16909 : cluster 0 pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:07 smithi022 bash[28554]: audit 2023-12-07T16:52:07.024354+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:07 smithi022 bash[28554]: audit 2023-12-07T16:52:07.030578+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:07 smithi022 bash[28554]: audit 2023-12-07T16:52:07.032261+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:07 smithi022 bash[28554]: audit 2023-12-07T16:52:07.034063+0000 mon.a (mon.0) 2781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:07 smithi022 bash[28554]: audit 2023-12-07T16:52:07.042739+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:07 smithi044 bash[32620]: cluster 2023-12-07T16:52:06.220204+0000 mgr.a (mgr.24293) 16909 : cluster 0 pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:07 smithi044 bash[32620]: audit 2023-12-07T16:52:07.024354+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:07 smithi044 bash[32620]: audit 2023-12-07T16:52:07.030578+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:07 smithi044 bash[32620]: audit 2023-12-07T16:52:07.032261+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:52:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:07 smithi044 bash[32620]: audit 2023-12-07T16:52:07.034063+0000 mon.a (mon.0) 2781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:52:07.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:07 smithi044 bash[32620]: audit 2023-12-07T16:52:07.042739+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:07 smithi027 bash[31536]: cluster 2023-12-07T16:52:06.220204+0000 mgr.a (mgr.24293) 16909 : cluster 0 pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:52:07.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:07 smithi027 bash[31536]: audit 2023-12-07T16:52:07.024354+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:07 smithi027 bash[31536]: audit 2023-12-07T16:52:07.030578+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:07.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:07 smithi027 bash[31536]: audit 2023-12-07T16:52:07.032261+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:52:07.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:07 smithi027 bash[31536]: audit 2023-12-07T16:52:07.034063+0000 mon.a (mon.0) 2781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:52:07.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:07 smithi027 bash[31536]: audit 2023-12-07T16:52:07.042739+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:52:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:09 smithi022 bash[28554]: cluster 2023-12-07T16:52:08.220751+0000 mgr.a (mgr.24293) 16910 : cluster 0 pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:52:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:09 smithi044 bash[32620]: cluster 2023-12-07T16:52:08.220751+0000 mgr.a (mgr.24293) 16910 : cluster 0 pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:52:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:09 smithi027 bash[31536]: cluster 2023-12-07T16:52:08.220751+0000 mgr.a (mgr.24293) 16910 : cluster 0 pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:52:10.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:10.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:10.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:11.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:11.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:11.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:11.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:11.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:11.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:11 smithi022 bash[28554]: cluster 2023-12-07T16:52:10.221336+0000 mgr.a (mgr.24293) 16911 : cluster 0 pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:52:11.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:11 smithi044 bash[32620]: cluster 2023-12-07T16:52:10.221336+0000 mgr.a (mgr.24293) 16911 : cluster 0 pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:52:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:11 smithi027 bash[31536]: cluster 2023-12-07T16:52:10.221336+0000 mgr.a (mgr.24293) 16911 : cluster 0 pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:52:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:12 smithi044 bash[32620]: audit 2023-12-07T16:52:10.837409+0000 mgr.a (mgr.24293) 16912 : audit 0 from='client.336336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:12 smithi022 bash[28554]: audit 2023-12-07T16:52:10.837409+0000 mgr.a (mgr.24293) 16912 : audit 0 from='client.336336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:12.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:12 smithi027 bash[31536]: audit 2023-12-07T16:52:10.837409+0000 mgr.a (mgr.24293) 16912 : audit 0 from='client.336336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:13.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:13 smithi022 bash[28554]: cluster 2023-12-07T16:52:12.222294+0000 mgr.a (mgr.24293) 16913 : cluster 0 pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:13.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:13 smithi044 bash[32620]: cluster 2023-12-07T16:52:12.222294+0000 mgr.a (mgr.24293) 16913 : cluster 0 pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:13.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:13 smithi027 bash[31536]: cluster 2023-12-07T16:52:12.222294+0000 mgr.a (mgr.24293) 16913 : cluster 0 pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:15.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:15 smithi022 bash[28554]: cluster 2023-12-07T16:52:14.222846+0000 mgr.a (mgr.24293) 16914 : cluster 0 pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:15.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:15 smithi044 bash[32620]: cluster 2023-12-07T16:52:14.222846+0000 mgr.a (mgr.24293) 16914 : cluster 0 pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:15.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:15 smithi027 bash[31536]: cluster 2023-12-07T16:52:14.222846+0000 mgr.a (mgr.24293) 16914 : cluster 0 pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:16.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:16.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:16.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:17.308 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:17.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:17.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:17.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:17.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:17 smithi022 bash[28554]: cluster 2023-12-07T16:52:16.223819+0000 mgr.a (mgr.24293) 16915 : cluster 0 pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:17.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:17 smithi044 bash[32620]: cluster 2023-12-07T16:52:16.223819+0000 mgr.a (mgr.24293) 16915 : cluster 0 pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:17.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:17 smithi027 bash[31536]: cluster 2023-12-07T16:52:16.223819+0000 mgr.a (mgr.24293) 16915 : cluster 0 pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:18.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:18 smithi022 bash[28554]: audit 2023-12-07T16:52:16.781045+0000 mgr.a (mgr.24293) 16916 : audit 0 from='client.336414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:18.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:18 smithi044 bash[32620]: audit 2023-12-07T16:52:16.781045+0000 mgr.a (mgr.24293) 16916 : audit 0 from='client.336414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:18 smithi027 bash[31536]: audit 2023-12-07T16:52:16.781045+0000 mgr.a (mgr.24293) 16916 : audit 0 from='client.336414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:19.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:19 smithi022 bash[28554]: cluster 2023-12-07T16:52:18.224481+0000 mgr.a (mgr.24293) 16917 : cluster 0 pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:52:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:19 smithi044 bash[32620]: cluster 2023-12-07T16:52:18.224481+0000 mgr.a (mgr.24293) 16917 : cluster 0 pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:52:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:19 smithi027 bash[31536]: cluster 2023-12-07T16:52:18.224481+0000 mgr.a (mgr.24293) 16917 : cluster 0 pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:52:20.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:20 smithi022 bash[28554]: cluster 2023-12-07T16:52:20.225069+0000 mgr.a (mgr.24293) 16918 : cluster 0 pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:52:20.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:20 smithi044 bash[32620]: cluster 2023-12-07T16:52:20.225069+0000 mgr.a (mgr.24293) 16918 : cluster 0 pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:52:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:20 smithi027 bash[31536]: cluster 2023-12-07T16:52:20.225069+0000 mgr.a (mgr.24293) 16918 : cluster 0 pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:52:22.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:22.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:22.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:23.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:22 smithi022 bash[28554]: cluster 2023-12-07T16:52:22.225885+0000 mgr.a (mgr.24293) 16919 : cluster 0 pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:52:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:22 smithi044 bash[32620]: cluster 2023-12-07T16:52:22.225885+0000 mgr.a (mgr.24293) 16919 : cluster 0 pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:52:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:22 smithi027 bash[31536]: cluster 2023-12-07T16:52:22.225885+0000 mgr.a (mgr.24293) 16919 : cluster 0 pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:52:23.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:23.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:23.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:23.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:23.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:24.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:23 smithi022 bash[28554]: audit 2023-12-07T16:52:22.726537+0000 mgr.a (mgr.24293) 16920 : audit 0 from='client.336492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:24.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:23 smithi044 bash[32620]: audit 2023-12-07T16:52:22.726537+0000 mgr.a (mgr.24293) 16920 : audit 0 from='client.336492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:24.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:23 smithi027 bash[31536]: audit 2023-12-07T16:52:22.726537+0000 mgr.a (mgr.24293) 16920 : audit 0 from='client.336492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:25.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:24 smithi022 bash[28554]: cluster 2023-12-07T16:52:24.226536+0000 mgr.a (mgr.24293) 16921 : cluster 0 pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:25.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:24 smithi044 bash[32620]: cluster 2023-12-07T16:52:24.226536+0000 mgr.a (mgr.24293) 16921 : cluster 0 pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:25.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:24 smithi027 bash[31536]: cluster 2023-12-07T16:52:24.226536+0000 mgr.a (mgr.24293) 16921 : cluster 0 pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:27.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:27 smithi022 bash[28554]: cluster 2023-12-07T16:52:26.227357+0000 mgr.a (mgr.24293) 16922 : cluster 0 pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:27.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:27 smithi044 bash[32620]: cluster 2023-12-07T16:52:26.227357+0000 mgr.a (mgr.24293) 16922 : cluster 0 pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:27.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:27 smithi027 bash[31536]: cluster 2023-12-07T16:52:26.227357+0000 mgr.a (mgr.24293) 16922 : cluster 0 pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:28.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:28.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:28.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:29.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:29.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:29.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:29.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:29.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:29.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:29 smithi044 bash[32620]: cluster 2023-12-07T16:52:28.227912+0000 mgr.a (mgr.24293) 16923 : cluster 0 pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:29 smithi022 bash[28554]: cluster 2023-12-07T16:52:28.227912+0000 mgr.a (mgr.24293) 16923 : cluster 0 pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:29 smithi027 bash[31536]: cluster 2023-12-07T16:52:28.227912+0000 mgr.a (mgr.24293) 16923 : cluster 0 pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:30.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:30 smithi022 bash[28554]: audit 2023-12-07T16:52:28.666488+0000 mgr.a (mgr.24293) 16924 : audit 0 from='client.336570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:30.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:30 smithi044 bash[32620]: audit 2023-12-07T16:52:28.666488+0000 mgr.a (mgr.24293) 16924 : audit 0 from='client.336570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:30.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:30 smithi027 bash[31536]: audit 2023-12-07T16:52:28.666488+0000 mgr.a (mgr.24293) 16924 : audit 0 from='client.336570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:31.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:31 smithi044 bash[32620]: cluster 2023-12-07T16:52:30.228534+0000 mgr.a (mgr.24293) 16925 : cluster 0 pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:31 smithi022 bash[28554]: cluster 2023-12-07T16:52:30.228534+0000 mgr.a (mgr.24293) 16925 : cluster 0 pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:31 smithi027 bash[31536]: cluster 2023-12-07T16:52:30.228534+0000 mgr.a (mgr.24293) 16925 : cluster 0 pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:32 smithi022 bash[28554]: cluster 2023-12-07T16:52:32.229432+0000 mgr.a (mgr.24293) 16926 : cluster 0 pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:33.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:32 smithi044 bash[32620]: cluster 2023-12-07T16:52:32.229432+0000 mgr.a (mgr.24293) 16926 : cluster 0 pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:32 smithi027 bash[31536]: cluster 2023-12-07T16:52:32.229432+0000 mgr.a (mgr.24293) 16926 : cluster 0 pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:34.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:35.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:35.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:35.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:35.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:35.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:35 smithi044 bash[32620]: cluster 2023-12-07T16:52:34.230060+0000 mgr.a (mgr.24293) 16927 : cluster 0 pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:35 smithi022 bash[28554]: cluster 2023-12-07T16:52:34.230060+0000 mgr.a (mgr.24293) 16927 : cluster 0 pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:35 smithi027 bash[31536]: cluster 2023-12-07T16:52:34.230060+0000 mgr.a (mgr.24293) 16927 : cluster 0 pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:36 smithi022 bash[28554]: audit 2023-12-07T16:52:34.620278+0000 mgr.a (mgr.24293) 16928 : audit 0 from='client.336642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:36.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:36 smithi044 bash[32620]: audit 2023-12-07T16:52:34.620278+0000 mgr.a (mgr.24293) 16928 : audit 0 from='client.336642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:36 smithi027 bash[31536]: audit 2023-12-07T16:52:34.620278+0000 mgr.a (mgr.24293) 16928 : audit 0 from='client.336642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:37 smithi022 bash[28554]: cluster 2023-12-07T16:52:36.230932+0000 mgr.a (mgr.24293) 16929 : cluster 0 pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:37 smithi044 bash[32620]: cluster 2023-12-07T16:52:36.230932+0000 mgr.a (mgr.24293) 16929 : cluster 0 pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:37 smithi027 bash[31536]: cluster 2023-12-07T16:52:36.230932+0000 mgr.a (mgr.24293) 16929 : cluster 0 pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:39 smithi022 bash[28554]: cluster 2023-12-07T16:52:38.231497+0000 mgr.a (mgr.24293) 16930 : cluster 0 pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:39 smithi044 bash[32620]: cluster 2023-12-07T16:52:38.231497+0000 mgr.a (mgr.24293) 16930 : cluster 0 pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:39.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:39 smithi027 bash[31536]: cluster 2023-12-07T16:52:38.231497+0000 mgr.a (mgr.24293) 16930 : cluster 0 pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:40.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:40.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:40.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:41.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:41 smithi022 bash[28554]: cluster 2023-12-07T16:52:40.232026+0000 mgr.a (mgr.24293) 16931 : cluster 0 pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:41 smithi044 bash[32620]: cluster 2023-12-07T16:52:40.232026+0000 mgr.a (mgr.24293) 16931 : cluster 0 pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:41 smithi027 bash[31536]: cluster 2023-12-07T16:52:40.232026+0000 mgr.a (mgr.24293) 16931 : cluster 0 pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:42.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:42 smithi022 bash[28554]: audit 2023-12-07T16:52:40.526433+0000 mgr.a (mgr.24293) 16932 : audit 0 from='client.336720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:42.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:42 smithi044 bash[32620]: audit 2023-12-07T16:52:40.526433+0000 mgr.a (mgr.24293) 16932 : audit 0 from='client.336720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:42.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:42 smithi027 bash[31536]: audit 2023-12-07T16:52:40.526433+0000 mgr.a (mgr.24293) 16932 : audit 0 from='client.336720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:43.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:43 smithi022 bash[28554]: cluster 2023-12-07T16:52:42.233023+0000 mgr.a (mgr.24293) 16933 : cluster 0 pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:43.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:43 smithi044 bash[32620]: cluster 2023-12-07T16:52:42.233023+0000 mgr.a (mgr.24293) 16933 : cluster 0 pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:43.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:43 smithi027 bash[31536]: cluster 2023-12-07T16:52:42.233023+0000 mgr.a (mgr.24293) 16933 : cluster 0 pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:45.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:45 smithi022 bash[28554]: cluster 2023-12-07T16:52:44.233569+0000 mgr.a (mgr.24293) 16934 : cluster 0 pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:45.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:45 smithi044 bash[32620]: cluster 2023-12-07T16:52:44.233569+0000 mgr.a (mgr.24293) 16934 : cluster 0 pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:45.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:45 smithi027 bash[31536]: cluster 2023-12-07T16:52:44.233569+0000 mgr.a (mgr.24293) 16934 : cluster 0 pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:46.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:46.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:46 smithi022 bash[28554]: cluster 2023-12-07T16:52:46.234278+0000 mgr.a (mgr.24293) 16935 : cluster 0 pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:46 smithi044 bash[32620]: cluster 2023-12-07T16:52:46.234278+0000 mgr.a (mgr.24293) 16935 : cluster 0 pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:46.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:46 smithi027 bash[31536]: cluster 2023-12-07T16:52:46.234278+0000 mgr.a (mgr.24293) 16935 : cluster 0 pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:47.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:47.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:47.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:47.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:47.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:48.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:47 smithi022 bash[28554]: audit 2023-12-07T16:52:46.496977+0000 mgr.a (mgr.24293) 16936 : audit 0 from='client.336792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:48.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:47 smithi044 bash[32620]: audit 2023-12-07T16:52:46.496977+0000 mgr.a (mgr.24293) 16936 : audit 0 from='client.336792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:48.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:47 smithi027 bash[31536]: audit 2023-12-07T16:52:46.496977+0000 mgr.a (mgr.24293) 16936 : audit 0 from='client.336792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:49.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:48 smithi022 bash[28554]: cluster 2023-12-07T16:52:48.234933+0000 mgr.a (mgr.24293) 16937 : cluster 0 pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:49.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:48 smithi044 bash[32620]: cluster 2023-12-07T16:52:48.234933+0000 mgr.a (mgr.24293) 16937 : cluster 0 pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:49.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:48 smithi027 bash[31536]: cluster 2023-12-07T16:52:48.234933+0000 mgr.a (mgr.24293) 16937 : cluster 0 pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:51.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:51 smithi022 bash[28554]: cluster 2023-12-07T16:52:50.235519+0000 mgr.a (mgr.24293) 16938 : cluster 0 pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:51 smithi044 bash[32620]: cluster 2023-12-07T16:52:50.235519+0000 mgr.a (mgr.24293) 16938 : cluster 0 pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:51 smithi027 bash[31536]: cluster 2023-12-07T16:52:50.235519+0000 mgr.a (mgr.24293) 16938 : cluster 0 pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:52:52.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:52.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:52.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:52.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:52.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:52.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:52.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:52.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:53.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:52 smithi022 bash[28554]: cluster 2023-12-07T16:52:52.236316+0000 mgr.a (mgr.24293) 16939 : cluster 0 pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:53.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:52 smithi044 bash[32620]: cluster 2023-12-07T16:52:52.236316+0000 mgr.a (mgr.24293) 16939 : cluster 0 pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:53.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:52 smithi027 bash[31536]: cluster 2023-12-07T16:52:52.236316+0000 mgr.a (mgr.24293) 16939 : cluster 0 pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:54.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:53 smithi022 bash[28554]: audit 2023-12-07T16:52:52.450818+0000 mgr.a (mgr.24293) 16940 : audit 0 from='client.336867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:54.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:53 smithi044 bash[32620]: audit 2023-12-07T16:52:52.450818+0000 mgr.a (mgr.24293) 16940 : audit 0 from='client.336867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:54.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:53 smithi027 bash[31536]: audit 2023-12-07T16:52:52.450818+0000 mgr.a (mgr.24293) 16940 : audit 0 from='client.336867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:52:55.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:54 smithi022 bash[28554]: cluster 2023-12-07T16:52:54.236999+0000 mgr.a (mgr.24293) 16941 : cluster 0 pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:55.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:54 smithi044 bash[32620]: cluster 2023-12-07T16:52:54.236999+0000 mgr.a (mgr.24293) 16941 : cluster 0 pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:55.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:54 smithi027 bash[31536]: cluster 2023-12-07T16:52:54.236999+0000 mgr.a (mgr.24293) 16941 : cluster 0 pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:57 smithi022 bash[28554]: cluster 2023-12-07T16:52:56.237863+0000 mgr.a (mgr.24293) 16942 : cluster 0 pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:57 smithi044 bash[32620]: cluster 2023-12-07T16:52:56.237863+0000 mgr.a (mgr.24293) 16942 : cluster 0 pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:57 smithi027 bash[31536]: cluster 2023-12-07T16:52:56.237863+0000 mgr.a (mgr.24293) 16942 : cluster 0 pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:52:57.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:52:57.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:52:57.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:52:58.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:52:58.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:52:58.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:52:58.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:52:58.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:52:59.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:52:59 smithi022 bash[28554]: cluster 2023-12-07T16:52:58.238336+0000 mgr.a (mgr.24293) 16943 : cluster 0 pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:59.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:52:59 smithi044 bash[32620]: cluster 2023-12-07T16:52:58.238336+0000 mgr.a (mgr.24293) 16943 : cluster 0 pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:52:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:52:59 smithi027 bash[31536]: cluster 2023-12-07T16:52:58.238336+0000 mgr.a (mgr.24293) 16943 : cluster 0 pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:00 smithi022 bash[28554]: audit 2023-12-07T16:52:58.390331+0000 mgr.a (mgr.24293) 16944 : audit 0 from='client.275083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:00.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:00 smithi044 bash[32620]: audit 2023-12-07T16:52:58.390331+0000 mgr.a (mgr.24293) 16944 : audit 0 from='client.275083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:00 smithi027 bash[31536]: audit 2023-12-07T16:52:58.390331+0000 mgr.a (mgr.24293) 16944 : audit 0 from='client.275083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:01.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:01 smithi022 bash[28554]: cluster 2023-12-07T16:53:00.238990+0000 mgr.a (mgr.24293) 16945 : cluster 0 pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:01.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:01 smithi044 bash[32620]: cluster 2023-12-07T16:53:00.238990+0000 mgr.a (mgr.24293) 16945 : cluster 0 pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:01.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:01 smithi027 bash[31536]: cluster 2023-12-07T16:53:00.238990+0000 mgr.a (mgr.24293) 16945 : cluster 0 pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:02 smithi022 bash[28554]: cluster 2023-12-07T16:53:02.239822+0000 mgr.a (mgr.24293) 16946 : cluster 0 pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:02 smithi044 bash[32620]: cluster 2023-12-07T16:53:02.239822+0000 mgr.a (mgr.24293) 16946 : cluster 0 pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:02 smithi027 bash[31536]: cluster 2023-12-07T16:53:02.239822+0000 mgr.a (mgr.24293) 16946 : cluster 0 pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:03.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:03.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:03.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:04.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:04.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:04.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:04.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:04.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:05 smithi022 bash[28554]: cluster 2023-12-07T16:53:04.240366+0000 mgr.a (mgr.24293) 16947 : cluster 0 pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:05 smithi044 bash[32620]: cluster 2023-12-07T16:53:04.240366+0000 mgr.a (mgr.24293) 16947 : cluster 0 pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:05 smithi027 bash[31536]: cluster 2023-12-07T16:53:04.240366+0000 mgr.a (mgr.24293) 16947 : cluster 0 pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:06.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:06 smithi044 bash[32620]: audit 2023-12-07T16:53:04.327418+0000 mgr.a (mgr.24293) 16948 : audit 0 from='client.337020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:06 smithi022 bash[28554]: audit 2023-12-07T16:53:04.327418+0000 mgr.a (mgr.24293) 16948 : audit 0 from='client.337020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:06.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:06 smithi027 bash[31536]: audit 2023-12-07T16:53:04.327418+0000 mgr.a (mgr.24293) 16948 : audit 0 from='client.337020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:07 smithi044 bash[32620]: cluster 2023-12-07T16:53:06.241304+0000 mgr.a (mgr.24293) 16949 : cluster 0 pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:07.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:07 smithi044 bash[32620]: audit 2023-12-07T16:53:07.145587+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:53:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:07 smithi022 bash[28554]: cluster 2023-12-07T16:53:06.241304+0000 mgr.a (mgr.24293) 16949 : cluster 0 pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:07 smithi022 bash[28554]: audit 2023-12-07T16:53:07.145587+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:53:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:07 smithi027 bash[31536]: cluster 2023-12-07T16:53:06.241304+0000 mgr.a (mgr.24293) 16949 : cluster 0 pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:07 smithi027 bash[31536]: audit 2023-12-07T16:53:07.145587+0000 mon.a (mon.0) 2783 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:53:08.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:08 smithi022 bash[28554]: audit 2023-12-07T16:53:07.676581+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:08 smithi022 bash[28554]: audit 2023-12-07T16:53:07.681432+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:08 smithi022 bash[28554]: audit 2023-12-07T16:53:07.684330+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:08 smithi022 bash[28554]: audit 2023-12-07T16:53:07.690566+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:08 smithi022 bash[28554]: cluster 2023-12-07T16:53:08.241880+0000 mgr.a (mgr.24293) 16950 : cluster 0 pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:08 smithi044 bash[32620]: audit 2023-12-07T16:53:07.676581+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:08 smithi044 bash[32620]: audit 2023-12-07T16:53:07.681432+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:08 smithi044 bash[32620]: audit 2023-12-07T16:53:07.684330+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:08 smithi044 bash[32620]: audit 2023-12-07T16:53:07.690566+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:08 smithi044 bash[32620]: cluster 2023-12-07T16:53:08.241880+0000 mgr.a (mgr.24293) 16950 : cluster 0 pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:08.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:08 smithi027 bash[31536]: audit 2023-12-07T16:53:07.676581+0000 mon.a (mon.0) 2784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:08 smithi027 bash[31536]: audit 2023-12-07T16:53:07.681432+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:08 smithi027 bash[31536]: audit 2023-12-07T16:53:07.684330+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:08 smithi027 bash[31536]: audit 2023-12-07T16:53:07.690566+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:08.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:08 smithi027 bash[31536]: cluster 2023-12-07T16:53:08.241880+0000 mgr.a (mgr.24293) 16950 : cluster 0 pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:09.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:09.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:09.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:10.770 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:10.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:10.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:10.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:10.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:11 smithi044 bash[32620]: cluster 2023-12-07T16:53:10.242375+0000 mgr.a (mgr.24293) 16951 : cluster 0 pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:11 smithi044 bash[32620]: audit 2023-12-07T16:53:10.252641+0000 mgr.a (mgr.24293) 16952 : audit 0 from='client.337098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:11 smithi022 bash[28554]: cluster 2023-12-07T16:53:10.242375+0000 mgr.a (mgr.24293) 16951 : cluster 0 pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:11.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:11 smithi022 bash[28554]: audit 2023-12-07T16:53:10.252641+0000 mgr.a (mgr.24293) 16952 : audit 0 from='client.337098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:11 smithi027 bash[31536]: cluster 2023-12-07T16:53:10.242375+0000 mgr.a (mgr.24293) 16951 : cluster 0 pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:11 smithi027 bash[31536]: audit 2023-12-07T16:53:10.252641+0000 mgr.a (mgr.24293) 16952 : audit 0 from='client.337098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:12 smithi022 bash[28554]: cluster 2023-12-07T16:53:12.243424+0000 mgr.a (mgr.24293) 16953 : cluster 0 pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:13.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:12 smithi044 bash[32620]: cluster 2023-12-07T16:53:12.243424+0000 mgr.a (mgr.24293) 16953 : cluster 0 pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:13.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:12 smithi027 bash[31536]: cluster 2023-12-07T16:53:12.243424+0000 mgr.a (mgr.24293) 16953 : cluster 0 pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:15.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:15 smithi044 bash[32620]: cluster 2023-12-07T16:53:14.244001+0000 mgr.a (mgr.24293) 16954 : cluster 0 pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:15.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:15 smithi022 bash[28554]: cluster 2023-12-07T16:53:14.244001+0000 mgr.a (mgr.24293) 16954 : cluster 0 pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:15.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:15 smithi027 bash[31536]: cluster 2023-12-07T16:53:14.244001+0000 mgr.a (mgr.24293) 16954 : cluster 0 pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:15.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:15.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:15.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:16.710 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:16.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:16.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:16.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:16.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:17.569 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:17 smithi044 bash[32620]: audit 2023-12-07T16:53:16.188502+0000 mgr.a (mgr.24293) 16955 : audit 0 from='client.337173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:17.569 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:17 smithi044 bash[32620]: cluster 2023-12-07T16:53:16.245173+0000 mgr.a (mgr.24293) 16956 : cluster 0 pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:17 smithi022 bash[28554]: audit 2023-12-07T16:53:16.188502+0000 mgr.a (mgr.24293) 16955 : audit 0 from='client.337173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:17 smithi022 bash[28554]: cluster 2023-12-07T16:53:16.245173+0000 mgr.a (mgr.24293) 16956 : cluster 0 pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:17.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:17 smithi027 bash[31536]: audit 2023-12-07T16:53:16.188502+0000 mgr.a (mgr.24293) 16955 : audit 0 from='client.337173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:17.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:17 smithi027 bash[31536]: cluster 2023-12-07T16:53:16.245173+0000 mgr.a (mgr.24293) 16956 : cluster 0 pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:19 smithi044 bash[32620]: cluster 2023-12-07T16:53:18.245939+0000 mgr.a (mgr.24293) 16957 : cluster 0 pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:19 smithi044 bash[32620]: audit 2023-12-07T16:53:18.313434+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:19 smithi044 bash[32620]: audit 2023-12-07T16:53:18.318410+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:19 smithi044 bash[32620]: audit 2023-12-07T16:53:18.320308+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:53:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:19 smithi044 bash[32620]: audit 2023-12-07T16:53:18.321923+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:53:19.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:19 smithi044 bash[32620]: audit 2023-12-07T16:53:18.331156+0000 mon.a (mon.0) 2792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:19 smithi022 bash[28554]: cluster 2023-12-07T16:53:18.245939+0000 mgr.a (mgr.24293) 16957 : cluster 0 pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:19 smithi022 bash[28554]: audit 2023-12-07T16:53:18.313434+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:19 smithi022 bash[28554]: audit 2023-12-07T16:53:18.318410+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:19 smithi022 bash[28554]: audit 2023-12-07T16:53:18.320308+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:53:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:19 smithi022 bash[28554]: audit 2023-12-07T16:53:18.321923+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:53:19.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:19 smithi022 bash[28554]: audit 2023-12-07T16:53:18.331156+0000 mon.a (mon.0) 2792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:19 smithi027 bash[31536]: cluster 2023-12-07T16:53:18.245939+0000 mgr.a (mgr.24293) 16957 : cluster 0 pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:19 smithi027 bash[31536]: audit 2023-12-07T16:53:18.313434+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:19 smithi027 bash[31536]: audit 2023-12-07T16:53:18.318410+0000 mon.a (mon.0) 2789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:19 smithi027 bash[31536]: audit 2023-12-07T16:53:18.320308+0000 mon.a (mon.0) 2790 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:53:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:19 smithi027 bash[31536]: audit 2023-12-07T16:53:18.321923+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:53:19.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:19 smithi027 bash[31536]: audit 2023-12-07T16:53:18.331156+0000 mon.a (mon.0) 2792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:53:21.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:21 smithi044 bash[32620]: cluster 2023-12-07T16:53:20.246478+0000 mgr.a (mgr.24293) 16958 : cluster 0 pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:21 smithi022 bash[28554]: cluster 2023-12-07T16:53:20.246478+0000 mgr.a (mgr.24293) 16958 : cluster 0 pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:21.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:21 smithi027 bash[31536]: cluster 2023-12-07T16:53:20.246478+0000 mgr.a (mgr.24293) 16958 : cluster 0 pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:21.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:21.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:21.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:22.647 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:22 smithi044 bash[32620]: audit 2023-12-07T16:53:22.125664+0000 mgr.a (mgr.24293) 16959 : audit 0 from='client.337248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:22 smithi044 bash[32620]: cluster 2023-12-07T16:53:22.247448+0000 mgr.a (mgr.24293) 16960 : cluster 0 pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:22 smithi022 bash[28554]: audit 2023-12-07T16:53:22.125664+0000 mgr.a (mgr.24293) 16959 : audit 0 from='client.337248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:22 smithi022 bash[28554]: cluster 2023-12-07T16:53:22.247448+0000 mgr.a (mgr.24293) 16960 : cluster 0 pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:22 smithi027 bash[31536]: audit 2023-12-07T16:53:22.125664+0000 mgr.a (mgr.24293) 16959 : audit 0 from='client.337248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:22 smithi027 bash[31536]: cluster 2023-12-07T16:53:22.247448+0000 mgr.a (mgr.24293) 16960 : cluster 0 pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:25 smithi022 bash[28554]: cluster 2023-12-07T16:53:24.248251+0000 mgr.a (mgr.24293) 16961 : cluster 0 pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:25 smithi044 bash[32620]: cluster 2023-12-07T16:53:24.248251+0000 mgr.a (mgr.24293) 16961 : cluster 0 pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:25 smithi027 bash[31536]: cluster 2023-12-07T16:53:24.248251+0000 mgr.a (mgr.24293) 16961 : cluster 0 pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:27.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:27.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:27.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:27.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:27 smithi044 bash[32620]: cluster 2023-12-07T16:53:26.249127+0000 mgr.a (mgr.24293) 16962 : cluster 0 pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:27.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:27 smithi022 bash[28554]: cluster 2023-12-07T16:53:26.249127+0000 mgr.a (mgr.24293) 16962 : cluster 0 pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:27.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:27 smithi027 bash[31536]: cluster 2023-12-07T16:53:26.249127+0000 mgr.a (mgr.24293) 16962 : cluster 0 pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:28.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:28.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:28.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:28.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:28.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:29.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:29 smithi022 bash[28554]: audit 2023-12-07T16:53:28.060523+0000 mgr.a (mgr.24293) 16963 : audit 0 from='client.337326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:29.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:29 smithi022 bash[28554]: cluster 2023-12-07T16:53:28.249649+0000 mgr.a (mgr.24293) 16964 : cluster 0 pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:29 smithi044 bash[32620]: audit 2023-12-07T16:53:28.060523+0000 mgr.a (mgr.24293) 16963 : audit 0 from='client.337326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:29.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:29 smithi044 bash[32620]: cluster 2023-12-07T16:53:28.249649+0000 mgr.a (mgr.24293) 16964 : cluster 0 pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:29 smithi027 bash[31536]: audit 2023-12-07T16:53:28.060523+0000 mgr.a (mgr.24293) 16963 : audit 0 from='client.337326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:29 smithi027 bash[31536]: cluster 2023-12-07T16:53:28.249649+0000 mgr.a (mgr.24293) 16964 : cluster 0 pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:31.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:31 smithi022 bash[28554]: cluster 2023-12-07T16:53:30.250508+0000 mgr.a (mgr.24293) 16965 : cluster 0 pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:31.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:31 smithi044 bash[32620]: cluster 2023-12-07T16:53:30.250508+0000 mgr.a (mgr.24293) 16965 : cluster 0 pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:31 smithi027 bash[31536]: cluster 2023-12-07T16:53:30.250508+0000 mgr.a (mgr.24293) 16965 : cluster 0 pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:32 smithi022 bash[28554]: cluster 2023-12-07T16:53:32.251502+0000 mgr.a (mgr.24293) 16966 : cluster 0 pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:33.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:32 smithi044 bash[32620]: cluster 2023-12-07T16:53:32.251502+0000 mgr.a (mgr.24293) 16966 : cluster 0 pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:32 smithi027 bash[31536]: cluster 2023-12-07T16:53:32.251502+0000 mgr.a (mgr.24293) 16966 : cluster 0 pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:33.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:33.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:33.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:34.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:34.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:35 smithi022 bash[28554]: audit 2023-12-07T16:53:33.991484+0000 mgr.a (mgr.24293) 16967 : audit 0 from='client.337404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:35 smithi022 bash[28554]: cluster 2023-12-07T16:53:34.264906+0000 mgr.a (mgr.24293) 16968 : cluster 0 pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:35.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:35 smithi044 bash[32620]: audit 2023-12-07T16:53:33.991484+0000 mgr.a (mgr.24293) 16967 : audit 0 from='client.337404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:35.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:35 smithi044 bash[32620]: cluster 2023-12-07T16:53:34.264906+0000 mgr.a (mgr.24293) 16968 : cluster 0 pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:35 smithi027 bash[31536]: audit 2023-12-07T16:53:33.991484+0000 mgr.a (mgr.24293) 16967 : audit 0 from='client.337404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:35 smithi027 bash[31536]: cluster 2023-12-07T16:53:34.264906+0000 mgr.a (mgr.24293) 16968 : cluster 0 pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:37 smithi022 bash[28554]: cluster 2023-12-07T16:53:36.266057+0000 mgr.a (mgr.24293) 16969 : cluster 0 pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:37.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:37 smithi044 bash[32620]: cluster 2023-12-07T16:53:36.266057+0000 mgr.a (mgr.24293) 16969 : cluster 0 pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:37 smithi027 bash[31536]: cluster 2023-12-07T16:53:36.266057+0000 mgr.a (mgr.24293) 16969 : cluster 0 pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:53:39.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:39.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:39.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:39 smithi022 bash[28554]: cluster 2023-12-07T16:53:38.266699+0000 mgr.a (mgr.24293) 16970 : cluster 0 pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:39 smithi044 bash[32620]: cluster 2023-12-07T16:53:38.266699+0000 mgr.a (mgr.24293) 16970 : cluster 0 pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:39.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:39 smithi027 bash[31536]: cluster 2023-12-07T16:53:38.266699+0000 mgr.a (mgr.24293) 16970 : cluster 0 pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:40.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:41 smithi022 bash[28554]: audit 2023-12-07T16:53:39.932586+0000 mgr.a (mgr.24293) 16971 : audit 0 from='client.337479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:41 smithi022 bash[28554]: cluster 2023-12-07T16:53:40.267284+0000 mgr.a (mgr.24293) 16972 : cluster 0 pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:41 smithi044 bash[32620]: audit 2023-12-07T16:53:39.932586+0000 mgr.a (mgr.24293) 16971 : audit 0 from='client.337479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:41.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:41 smithi044 bash[32620]: cluster 2023-12-07T16:53:40.267284+0000 mgr.a (mgr.24293) 16972 : cluster 0 pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:41 smithi027 bash[31536]: audit 2023-12-07T16:53:39.932586+0000 mgr.a (mgr.24293) 16971 : audit 0 from='client.337479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:41 smithi027 bash[31536]: cluster 2023-12-07T16:53:40.267284+0000 mgr.a (mgr.24293) 16972 : cluster 0 pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:43.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:42 smithi022 bash[28554]: cluster 2023-12-07T16:53:42.268195+0000 mgr.a (mgr.24293) 16973 : cluster 0 pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:53:43.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:42 smithi044 bash[32620]: cluster 2023-12-07T16:53:42.268195+0000 mgr.a (mgr.24293) 16973 : cluster 0 pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:53:43.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:42 smithi027 bash[31536]: cluster 2023-12-07T16:53:42.268195+0000 mgr.a (mgr.24293) 16973 : cluster 0 pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:53:45.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:45.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:45 smithi022 bash[28554]: cluster 2023-12-07T16:53:44.268792+0000 mgr.a (mgr.24293) 16974 : cluster 0 pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:53:45.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:45 smithi044 bash[32620]: cluster 2023-12-07T16:53:44.268792+0000 mgr.a (mgr.24293) 16974 : cluster 0 pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:53:45.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:45 smithi027 bash[31536]: cluster 2023-12-07T16:53:44.268792+0000 mgr.a (mgr.24293) 16974 : cluster 0 pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:53:46.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:46.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:46.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:46.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:46.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:47.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:47 smithi022 bash[28554]: audit 2023-12-07T16:53:45.855189+0000 mgr.a (mgr.24293) 16975 : audit 0 from='client.337557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:47.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:47 smithi022 bash[28554]: cluster 2023-12-07T16:53:46.269941+0000 mgr.a (mgr.24293) 16976 : cluster 0 pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:47.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:47 smithi044 bash[32620]: audit 2023-12-07T16:53:45.855189+0000 mgr.a (mgr.24293) 16975 : audit 0 from='client.337557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:47.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:47 smithi044 bash[32620]: cluster 2023-12-07T16:53:46.269941+0000 mgr.a (mgr.24293) 16976 : cluster 0 pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:47.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:47 smithi027 bash[31536]: audit 2023-12-07T16:53:45.855189+0000 mgr.a (mgr.24293) 16975 : audit 0 from='client.337557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:47.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:47 smithi027 bash[31536]: cluster 2023-12-07T16:53:46.269941+0000 mgr.a (mgr.24293) 16976 : cluster 0 pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:49 smithi022 bash[28554]: cluster 2023-12-07T16:53:48.270573+0000 mgr.a (mgr.24293) 16977 : cluster 0 pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:49.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:49 smithi044 bash[32620]: cluster 2023-12-07T16:53:48.270573+0000 mgr.a (mgr.24293) 16977 : cluster 0 pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:49 smithi027 bash[31536]: cluster 2023-12-07T16:53:48.270573+0000 mgr.a (mgr.24293) 16977 : cluster 0 pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:51.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:51.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:51.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:51.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:51 smithi022 bash[28554]: cluster 2023-12-07T16:53:50.271129+0000 mgr.a (mgr.24293) 16978 : cluster 0 pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:51.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:51 smithi044 bash[32620]: cluster 2023-12-07T16:53:50.271129+0000 mgr.a (mgr.24293) 16978 : cluster 0 pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:51 smithi027 bash[31536]: cluster 2023-12-07T16:53:50.271129+0000 mgr.a (mgr.24293) 16978 : cluster 0 pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:53:52.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:52.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:52.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:52.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:52.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:52 smithi044 bash[32620]: audit 2023-12-07T16:53:51.800571+0000 mgr.a (mgr.24293) 16979 : audit 0 from='client.337635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:52 smithi044 bash[32620]: cluster 2023-12-07T16:53:52.271928+0000 mgr.a (mgr.24293) 16980 : cluster 0 pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:53.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:52 smithi022 bash[28554]: audit 2023-12-07T16:53:51.800571+0000 mgr.a (mgr.24293) 16979 : audit 0 from='client.337635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:53.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:52 smithi022 bash[28554]: cluster 2023-12-07T16:53:52.271928+0000 mgr.a (mgr.24293) 16980 : cluster 0 pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:53.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:52 smithi027 bash[31536]: audit 2023-12-07T16:53:51.800571+0000 mgr.a (mgr.24293) 16979 : audit 0 from='client.337635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:53.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:52 smithi027 bash[31536]: cluster 2023-12-07T16:53:52.271928+0000 mgr.a (mgr.24293) 16980 : cluster 0 pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:55.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:55 smithi022 bash[28554]: cluster 2023-12-07T16:53:54.272670+0000 mgr.a (mgr.24293) 16981 : cluster 0 pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:53:55.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:55 smithi044 bash[32620]: cluster 2023-12-07T16:53:54.272670+0000 mgr.a (mgr.24293) 16981 : cluster 0 pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:53:55.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:55 smithi027 bash[31536]: cluster 2023-12-07T16:53:54.272670+0000 mgr.a (mgr.24293) 16981 : cluster 0 pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:53:57.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:53:57.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:53:57.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:53:57.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:57 smithi022 bash[28554]: cluster 2023-12-07T16:53:56.273628+0000 mgr.a (mgr.24293) 16982 : cluster 0 pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:53:57.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:57 smithi044 bash[32620]: cluster 2023-12-07T16:53:56.273628+0000 mgr.a (mgr.24293) 16982 : cluster 0 pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:53:57.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:57 smithi027 bash[31536]: cluster 2023-12-07T16:53:56.273628+0000 mgr.a (mgr.24293) 16982 : cluster 0 pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:53:58.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:53:58.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:53:58.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:53:58.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:53:58.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:53:59.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:59 smithi044 bash[32620]: audit 2023-12-07T16:53:57.709983+0000 mgr.a (mgr.24293) 16983 : audit 0 from='client.337710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:59.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:53:59 smithi044 bash[32620]: cluster 2023-12-07T16:53:58.274408+0000 mgr.a (mgr.24293) 16984 : cluster 0 pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:59 smithi022 bash[28554]: audit 2023-12-07T16:53:57.709983+0000 mgr.a (mgr.24293) 16983 : audit 0 from='client.337710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:53:59 smithi022 bash[28554]: cluster 2023-12-07T16:53:58.274408+0000 mgr.a (mgr.24293) 16984 : cluster 0 pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:53:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:59 smithi027 bash[31536]: audit 2023-12-07T16:53:57.709983+0000 mgr.a (mgr.24293) 16983 : audit 0 from='client.337710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:53:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:53:59 smithi027 bash[31536]: cluster 2023-12-07T16:53:58.274408+0000 mgr.a (mgr.24293) 16984 : cluster 0 pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:00 smithi022 bash[28554]: cluster 2023-12-07T16:54:00.275024+0000 mgr.a (mgr.24293) 16985 : cluster 0 pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:00.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:00 smithi044 bash[32620]: cluster 2023-12-07T16:54:00.275024+0000 mgr.a (mgr.24293) 16985 : cluster 0 pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:00.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:00 smithi027 bash[31536]: cluster 2023-12-07T16:54:00.275024+0000 mgr.a (mgr.24293) 16985 : cluster 0 pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:02 smithi022 bash[28554]: cluster 2023-12-07T16:54:02.275887+0000 mgr.a (mgr.24293) 16986 : cluster 0 pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:02 smithi044 bash[32620]: cluster 2023-12-07T16:54:02.275887+0000 mgr.a (mgr.24293) 16986 : cluster 0 pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:02 smithi027 bash[31536]: cluster 2023-12-07T16:54:02.275887+0000 mgr.a (mgr.24293) 16986 : cluster 0 pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:03.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:03.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:03.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:04.165 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:04.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:04.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:04.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:04.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:05 smithi022 bash[28554]: audit 2023-12-07T16:54:03.641746+0000 mgr.a (mgr.24293) 16987 : audit 0 from='client.337785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:05.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:05 smithi022 bash[28554]: cluster 2023-12-07T16:54:04.276615+0000 mgr.a (mgr.24293) 16988 : cluster 0 pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:05 smithi044 bash[32620]: audit 2023-12-07T16:54:03.641746+0000 mgr.a (mgr.24293) 16987 : audit 0 from='client.337785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:05.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:05 smithi044 bash[32620]: cluster 2023-12-07T16:54:04.276615+0000 mgr.a (mgr.24293) 16988 : cluster 0 pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:05 smithi027 bash[31536]: audit 2023-12-07T16:54:03.641746+0000 mgr.a (mgr.24293) 16987 : audit 0 from='client.337785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:05 smithi027 bash[31536]: cluster 2023-12-07T16:54:04.276615+0000 mgr.a (mgr.24293) 16988 : cluster 0 pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:07.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:07 smithi022 bash[28554]: cluster 2023-12-07T16:54:06.277445+0000 mgr.a (mgr.24293) 16989 : cluster 0 pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:07.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:07 smithi044 bash[32620]: cluster 2023-12-07T16:54:06.277445+0000 mgr.a (mgr.24293) 16989 : cluster 0 pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:07.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:07 smithi027 bash[31536]: cluster 2023-12-07T16:54:06.277445+0000 mgr.a (mgr.24293) 16989 : cluster 0 pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:09.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:09.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:09.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:09 smithi022 bash[28554]: cluster 2023-12-07T16:54:08.278023+0000 mgr.a (mgr.24293) 16990 : cluster 0 pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:09 smithi044 bash[32620]: cluster 2023-12-07T16:54:08.278023+0000 mgr.a (mgr.24293) 16990 : cluster 0 pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:09 smithi027 bash[31536]: cluster 2023-12-07T16:54:08.278023+0000 mgr.a (mgr.24293) 16990 : cluster 0 pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:10.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:10.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:10.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:10.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:10.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:10 smithi022 bash[28554]: audit 2023-12-07T16:54:09.590841+0000 mgr.a (mgr.24293) 16991 : audit 0 from='client.275782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:10 smithi022 bash[28554]: cluster 2023-12-07T16:54:10.278758+0000 mgr.a (mgr.24293) 16992 : cluster 0 pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:10.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:10 smithi044 bash[32620]: audit 2023-12-07T16:54:09.590841+0000 mgr.a (mgr.24293) 16991 : audit 0 from='client.275782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:10.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:10 smithi044 bash[32620]: cluster 2023-12-07T16:54:10.278758+0000 mgr.a (mgr.24293) 16992 : cluster 0 pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:10 smithi027 bash[31536]: audit 2023-12-07T16:54:09.590841+0000 mgr.a (mgr.24293) 16991 : audit 0 from='client.275782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:10 smithi027 bash[31536]: cluster 2023-12-07T16:54:10.278758+0000 mgr.a (mgr.24293) 16992 : cluster 0 pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:12 smithi022 bash[28554]: cluster 2023-12-07T16:54:12.279696+0000 mgr.a (mgr.24293) 16993 : cluster 0 pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:13.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:12 smithi044 bash[32620]: cluster 2023-12-07T16:54:12.279696+0000 mgr.a (mgr.24293) 16993 : cluster 0 pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:12 smithi027 bash[31536]: cluster 2023-12-07T16:54:12.279696+0000 mgr.a (mgr.24293) 16993 : cluster 0 pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:15.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:15.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:15.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:15.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:15 smithi022 bash[28554]: cluster 2023-12-07T16:54:14.280236+0000 mgr.a (mgr.24293) 16994 : cluster 0 pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:15.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:15 smithi044 bash[32620]: cluster 2023-12-07T16:54:14.280236+0000 mgr.a (mgr.24293) 16994 : cluster 0 pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:15.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:15 smithi027 bash[31536]: cluster 2023-12-07T16:54:14.280236+0000 mgr.a (mgr.24293) 16994 : cluster 0 pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:16.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:16.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:16.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:16.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:16.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:17 smithi022 bash[28554]: audit 2023-12-07T16:54:15.530113+0000 mgr.a (mgr.24293) 16995 : audit 0 from='client.337938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:17.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:17 smithi022 bash[28554]: cluster 2023-12-07T16:54:16.281494+0000 mgr.a (mgr.24293) 16996 : cluster 0 pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:17.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:17 smithi044 bash[32620]: audit 2023-12-07T16:54:15.530113+0000 mgr.a (mgr.24293) 16995 : audit 0 from='client.337938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:17.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:17 smithi044 bash[32620]: cluster 2023-12-07T16:54:16.281494+0000 mgr.a (mgr.24293) 16996 : cluster 0 pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:17 smithi027 bash[31536]: audit 2023-12-07T16:54:15.530113+0000 mgr.a (mgr.24293) 16995 : audit 0 from='client.337938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:17 smithi027 bash[31536]: cluster 2023-12-07T16:54:16.281494+0000 mgr.a (mgr.24293) 16996 : cluster 0 pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:18.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:18 smithi022 bash[28554]: cluster 2023-12-07T16:54:18.282156+0000 mgr.a (mgr.24293) 16997 : cluster 0 pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:18.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:18 smithi044 bash[32620]: cluster 2023-12-07T16:54:18.282156+0000 mgr.a (mgr.24293) 16997 : cluster 0 pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:18.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:18 smithi027 bash[31536]: cluster 2023-12-07T16:54:18.282156+0000 mgr.a (mgr.24293) 16997 : cluster 0 pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:19.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:19 smithi022 bash[28554]: audit 2023-12-07T16:54:18.434726+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:54:19.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:19 smithi044 bash[32620]: audit 2023-12-07T16:54:18.434726+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:54:19.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:19 smithi027 bash[31536]: audit 2023-12-07T16:54:18.434726+0000 mon.a (mon.0) 2793 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:54:20.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.688758+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.694709+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.698546+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.704063+0000 mon.a (mon.0) 2797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.709963+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.715647+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.717007+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:54:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.718373+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:54:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: audit 2023-12-07T16:54:19.725247+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:20 smithi027 bash[31536]: cluster 2023-12-07T16:54:20.282731+0000 mgr.a (mgr.24293) 16998 : cluster 0 pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:21.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:21.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:21.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.688758+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.694709+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.698546+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.704063+0000 mon.a (mon.0) 2797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.709963+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.715647+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.717007+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.718373+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: audit 2023-12-07T16:54:19.725247+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:20 smithi022 bash[28554]: cluster 2023-12-07T16:54:20.282731+0000 mgr.a (mgr.24293) 16998 : cluster 0 pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.688758+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.694709+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.698546+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.704063+0000 mon.a (mon.0) 2797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.709963+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.715647+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.717007+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:54:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.718373+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:54:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: audit 2023-12-07T16:54:19.725247+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:54:21.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:20 smithi044 bash[32620]: cluster 2023-12-07T16:54:20.282731+0000 mgr.a (mgr.24293) 16998 : cluster 0 pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:21.963 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:21.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:21.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:21.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:21.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:23.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:22 smithi022 bash[28554]: audit 2023-12-07T16:54:21.442899+0000 mgr.a (mgr.24293) 16999 : audit 0 from='client.338010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:23.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:22 smithi022 bash[28554]: cluster 2023-12-07T16:54:22.283887+0000 mgr.a (mgr.24293) 17000 : cluster 0 pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:22 smithi044 bash[32620]: audit 2023-12-07T16:54:21.442899+0000 mgr.a (mgr.24293) 16999 : audit 0 from='client.338010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:22 smithi044 bash[32620]: cluster 2023-12-07T16:54:22.283887+0000 mgr.a (mgr.24293) 17000 : cluster 0 pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:22 smithi027 bash[31536]: audit 2023-12-07T16:54:21.442899+0000 mgr.a (mgr.24293) 16999 : audit 0 from='client.338010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:22 smithi027 bash[31536]: cluster 2023-12-07T16:54:22.283887+0000 mgr.a (mgr.24293) 17000 : cluster 0 pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:25.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:25 smithi022 bash[28554]: cluster 2023-12-07T16:54:24.284507+0000 mgr.a (mgr.24293) 17001 : cluster 0 pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:25.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:25 smithi044 bash[32620]: cluster 2023-12-07T16:54:24.284507+0000 mgr.a (mgr.24293) 17001 : cluster 0 pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:25 smithi027 bash[31536]: cluster 2023-12-07T16:54:24.284507+0000 mgr.a (mgr.24293) 17001 : cluster 0 pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:26.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:26.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:26.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:27.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:27 smithi022 bash[28554]: cluster 2023-12-07T16:54:26.285428+0000 mgr.a (mgr.24293) 17002 : cluster 0 pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:27.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:27 smithi044 bash[32620]: cluster 2023-12-07T16:54:26.285428+0000 mgr.a (mgr.24293) 17002 : cluster 0 pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:27.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:27 smithi027 bash[31536]: cluster 2023-12-07T16:54:26.285428+0000 mgr.a (mgr.24293) 17002 : cluster 0 pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:27.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:27.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:27.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:27.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:27.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:28.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:28 smithi044 bash[32620]: audit 2023-12-07T16:54:27.378551+0000 mgr.a (mgr.24293) 17003 : audit 0 from='client.338085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:28.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:28 smithi044 bash[32620]: cluster 2023-12-07T16:54:28.286218+0000 mgr.a (mgr.24293) 17004 : cluster 0 pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:28.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:28 smithi022 bash[28554]: audit 2023-12-07T16:54:27.378551+0000 mgr.a (mgr.24293) 17003 : audit 0 from='client.338085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:28.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:28 smithi022 bash[28554]: cluster 2023-12-07T16:54:28.286218+0000 mgr.a (mgr.24293) 17004 : cluster 0 pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:28 smithi027 bash[31536]: audit 2023-12-07T16:54:27.378551+0000 mgr.a (mgr.24293) 17003 : audit 0 from='client.338085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:28 smithi027 bash[31536]: cluster 2023-12-07T16:54:28.286218+0000 mgr.a (mgr.24293) 17004 : cluster 0 pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:31.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:31 smithi044 bash[32620]: cluster 2023-12-07T16:54:30.286810+0000 mgr.a (mgr.24293) 17005 : cluster 0 pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:31 smithi022 bash[28554]: cluster 2023-12-07T16:54:30.286810+0000 mgr.a (mgr.24293) 17005 : cluster 0 pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:31.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:31 smithi027 bash[31536]: cluster 2023-12-07T16:54:30.286810+0000 mgr.a (mgr.24293) 17005 : cluster 0 pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:32.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:32.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:32.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:32 smithi022 bash[28554]: cluster 2023-12-07T16:54:32.287686+0000 mgr.a (mgr.24293) 17006 : cluster 0 pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:33.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:32 smithi044 bash[32620]: cluster 2023-12-07T16:54:32.287686+0000 mgr.a (mgr.24293) 17006 : cluster 0 pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:33.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:32 smithi027 bash[31536]: cluster 2023-12-07T16:54:32.287686+0000 mgr.a (mgr.24293) 17006 : cluster 0 pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:33.860 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:33.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:33.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:33.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:33.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:34.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:33 smithi022 bash[28554]: audit 2023-12-07T16:54:33.328845+0000 mgr.a (mgr.24293) 17007 : audit 0 from='client.338160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:34.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:33 smithi044 bash[32620]: audit 2023-12-07T16:54:33.328845+0000 mgr.a (mgr.24293) 17007 : audit 0 from='client.338160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:34.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:33 smithi027 bash[31536]: audit 2023-12-07T16:54:33.328845+0000 mgr.a (mgr.24293) 17007 : audit 0 from='client.338160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:34 smithi044 bash[32620]: cluster 2023-12-07T16:54:34.288401+0000 mgr.a (mgr.24293) 17008 : cluster 0 pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:34 smithi022 bash[28554]: cluster 2023-12-07T16:54:34.288401+0000 mgr.a (mgr.24293) 17008 : cluster 0 pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:35.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:34 smithi027 bash[31536]: cluster 2023-12-07T16:54:34.288401+0000 mgr.a (mgr.24293) 17008 : cluster 0 pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:37 smithi044 bash[32620]: cluster 2023-12-07T16:54:36.289217+0000 mgr.a (mgr.24293) 17009 : cluster 0 pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:37 smithi022 bash[28554]: cluster 2023-12-07T16:54:36.289217+0000 mgr.a (mgr.24293) 17009 : cluster 0 pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:37 smithi027 bash[31536]: cluster 2023-12-07T16:54:36.289217+0000 mgr.a (mgr.24293) 17009 : cluster 0 pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:38 smithi022 bash[28554]: cluster 2023-12-07T16:54:38.289917+0000 mgr.a (mgr.24293) 17010 : cluster 0 pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:38.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:38 smithi044 bash[32620]: cluster 2023-12-07T16:54:38.289917+0000 mgr.a (mgr.24293) 17010 : cluster 0 pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:38 smithi027 bash[31536]: cluster 2023-12-07T16:54:38.289917+0000 mgr.a (mgr.24293) 17010 : cluster 0 pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:38.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:38.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:38.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:39 smithi022 bash[28554]: audit 2023-12-07T16:54:39.278160+0000 mgr.a (mgr.24293) 17011 : audit 0 from='client.338235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:39.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:39 smithi044 bash[32620]: audit 2023-12-07T16:54:39.278160+0000 mgr.a (mgr.24293) 17011 : audit 0 from='client.338235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:39.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:39 smithi027 bash[31536]: audit 2023-12-07T16:54:39.278160+0000 mgr.a (mgr.24293) 17011 : audit 0 from='client.338235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:39.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:39.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:39.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:39.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:39.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:40.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:40 smithi022 bash[28554]: cluster 2023-12-07T16:54:40.290693+0000 mgr.a (mgr.24293) 17012 : cluster 0 pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:40.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:40 smithi044 bash[32620]: cluster 2023-12-07T16:54:40.290693+0000 mgr.a (mgr.24293) 17012 : cluster 0 pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:40 smithi027 bash[31536]: cluster 2023-12-07T16:54:40.290693+0000 mgr.a (mgr.24293) 17012 : cluster 0 pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:43.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:42 smithi022 bash[28554]: cluster 2023-12-07T16:54:42.291528+0000 mgr.a (mgr.24293) 17013 : cluster 0 pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:43.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:42 smithi044 bash[32620]: cluster 2023-12-07T16:54:42.291528+0000 mgr.a (mgr.24293) 17013 : cluster 0 pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:43.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:42 smithi027 bash[31536]: cluster 2023-12-07T16:54:42.291528+0000 mgr.a (mgr.24293) 17013 : cluster 0 pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:54:44.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:44.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:44.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:45.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:45 smithi022 bash[28554]: cluster 2023-12-07T16:54:44.292125+0000 mgr.a (mgr.24293) 17014 : cluster 0 pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:45.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:45 smithi044 bash[32620]: cluster 2023-12-07T16:54:44.292125+0000 mgr.a (mgr.24293) 17014 : cluster 0 pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:45.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:45 smithi027 bash[31536]: cluster 2023-12-07T16:54:44.292125+0000 mgr.a (mgr.24293) 17014 : cluster 0 pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:45.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:45.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:45.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:45.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:45.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:46 smithi022 bash[28554]: audit 2023-12-07T16:54:45.210357+0000 mgr.a (mgr.24293) 17015 : audit 0 from='client.338313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:46 smithi022 bash[28554]: cluster 2023-12-07T16:54:46.293181+0000 mgr.a (mgr.24293) 17016 : cluster 0 pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:54:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:46 smithi044 bash[32620]: audit 2023-12-07T16:54:45.210357+0000 mgr.a (mgr.24293) 17015 : audit 0 from='client.338313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:46 smithi044 bash[32620]: cluster 2023-12-07T16:54:46.293181+0000 mgr.a (mgr.24293) 17016 : cluster 0 pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:54:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:46 smithi027 bash[31536]: audit 2023-12-07T16:54:45.210357+0000 mgr.a (mgr.24293) 17015 : audit 0 from='client.338313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:46 smithi027 bash[31536]: cluster 2023-12-07T16:54:46.293181+0000 mgr.a (mgr.24293) 17016 : cluster 0 pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:54:49.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:49 smithi022 bash[28554]: cluster 2023-12-07T16:54:48.293799+0000 mgr.a (mgr.24293) 17017 : cluster 0 pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:54:49.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:49 smithi044 bash[32620]: cluster 2023-12-07T16:54:48.293799+0000 mgr.a (mgr.24293) 17017 : cluster 0 pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:54:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:49 smithi027 bash[31536]: cluster 2023-12-07T16:54:48.293799+0000 mgr.a (mgr.24293) 17017 : cluster 0 pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:54:50.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:50 smithi022 bash[28554]: cluster 2023-12-07T16:54:50.294384+0000 mgr.a (mgr.24293) 17018 : cluster 0 pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:54:50.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:50 smithi044 bash[32620]: cluster 2023-12-07T16:54:50.294384+0000 mgr.a (mgr.24293) 17018 : cluster 0 pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:54:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:50 smithi027 bash[31536]: cluster 2023-12-07T16:54:50.294384+0000 mgr.a (mgr.24293) 17018 : cluster 0 pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:54:50.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:50.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:50.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:51.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:51.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:51.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:51.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:51.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:51.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:51 smithi022 bash[28554]: audit 2023-12-07T16:54:51.154837+0000 mgr.a (mgr.24293) 17019 : audit 0 from='client.338388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:51.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:51 smithi044 bash[32620]: audit 2023-12-07T16:54:51.154837+0000 mgr.a (mgr.24293) 17019 : audit 0 from='client.338388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:51 smithi027 bash[31536]: audit 2023-12-07T16:54:51.154837+0000 mgr.a (mgr.24293) 17019 : audit 0 from='client.338388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:53.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:52 smithi022 bash[28554]: cluster 2023-12-07T16:54:52.295482+0000 mgr.a (mgr.24293) 17020 : cluster 0 pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:53.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:52 smithi044 bash[32620]: cluster 2023-12-07T16:54:52.295482+0000 mgr.a (mgr.24293) 17020 : cluster 0 pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:52 smithi027 bash[31536]: cluster 2023-12-07T16:54:52.295482+0000 mgr.a (mgr.24293) 17020 : cluster 0 pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:54.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:54 smithi022 bash[28554]: cluster 2023-12-07T16:54:54.296057+0000 mgr.a (mgr.24293) 17021 : cluster 0 pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:54.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:54 smithi044 bash[32620]: cluster 2023-12-07T16:54:54.296057+0000 mgr.a (mgr.24293) 17021 : cluster 0 pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:54.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:54 smithi027 bash[31536]: cluster 2023-12-07T16:54:54.296057+0000 mgr.a (mgr.24293) 17021 : cluster 0 pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:54:56.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:54:56.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:56 smithi022 bash[28554]: cluster 2023-12-07T16:54:56.296838+0000 mgr.a (mgr.24293) 17022 : cluster 0 pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:56.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:54:56.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:54:56.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:56 smithi044 bash[32620]: cluster 2023-12-07T16:54:56.296838+0000 mgr.a (mgr.24293) 17022 : cluster 0 pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:56 smithi027 bash[31536]: cluster 2023-12-07T16:54:56.296838+0000 mgr.a (mgr.24293) 17022 : cluster 0 pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:54:57.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:54:57.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:54:57.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:54:57.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:54:57.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:54:58.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:57 smithi044 bash[32620]: audit 2023-12-07T16:54:57.092875+0000 mgr.a (mgr.24293) 17023 : audit 0 from='client.338463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:57 smithi022 bash[28554]: audit 2023-12-07T16:54:57.092875+0000 mgr.a (mgr.24293) 17023 : audit 0 from='client.338463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:58.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:57 smithi027 bash[31536]: audit 2023-12-07T16:54:57.092875+0000 mgr.a (mgr.24293) 17023 : audit 0 from='client.338463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:54:59.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:54:58 smithi022 bash[28554]: cluster 2023-12-07T16:54:58.297600+0000 mgr.a (mgr.24293) 17024 : cluster 0 pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:54:59.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:54:58 smithi044 bash[32620]: cluster 2023-12-07T16:54:58.297600+0000 mgr.a (mgr.24293) 17024 : cluster 0 pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:54:59.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:54:58 smithi027 bash[31536]: cluster 2023-12-07T16:54:58.297600+0000 mgr.a (mgr.24293) 17024 : cluster 0 pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:55:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:00 smithi022 bash[28554]: cluster 2023-12-07T16:55:00.298214+0000 mgr.a (mgr.24293) 17025 : cluster 0 pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:55:00.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:00 smithi044 bash[32620]: cluster 2023-12-07T16:55:00.298214+0000 mgr.a (mgr.24293) 17025 : cluster 0 pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:55:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:00 smithi027 bash[31536]: cluster 2023-12-07T16:55:00.298214+0000 mgr.a (mgr.24293) 17025 : cluster 0 pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:55:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:02 smithi044 bash[32620]: cluster 2023-12-07T16:55:02.298971+0000 mgr.a (mgr.24293) 17026 : cluster 0 pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:55:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:02 smithi022 bash[28554]: cluster 2023-12-07T16:55:02.298971+0000 mgr.a (mgr.24293) 17026 : cluster 0 pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:55:03.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:02 smithi027 bash[31536]: cluster 2023-12-07T16:55:02.298971+0000 mgr.a (mgr.24293) 17026 : cluster 0 pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:55:03.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:03.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:03.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:03.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:03.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:03 smithi044 bash[32620]: audit 2023-12-07T16:55:03.046514+0000 mgr.a (mgr.24293) 17027 : audit 0 from='client.338535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:04.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:03 smithi022 bash[28554]: audit 2023-12-07T16:55:03.046514+0000 mgr.a (mgr.24293) 17027 : audit 0 from='client.338535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:04.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:03 smithi027 bash[31536]: audit 2023-12-07T16:55:03.046514+0000 mgr.a (mgr.24293) 17027 : audit 0 from='client.338535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:05.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:04 smithi022 bash[28554]: cluster 2023-12-07T16:55:04.299698+0000 mgr.a (mgr.24293) 17028 : cluster 0 pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:05.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:04 smithi044 bash[32620]: cluster 2023-12-07T16:55:04.299698+0000 mgr.a (mgr.24293) 17028 : cluster 0 pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:04 smithi027 bash[31536]: cluster 2023-12-07T16:55:04.299698+0000 mgr.a (mgr.24293) 17028 : cluster 0 pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:06.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:06 smithi044 bash[32620]: cluster 2023-12-07T16:55:06.300448+0000 mgr.a (mgr.24293) 17029 : cluster 0 pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:06 smithi022 bash[28554]: cluster 2023-12-07T16:55:06.300448+0000 mgr.a (mgr.24293) 17029 : cluster 0 pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:06.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:06 smithi027 bash[31536]: cluster 2023-12-07T16:55:06.300448+0000 mgr.a (mgr.24293) 17029 : cluster 0 pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:08.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:08.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:08.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:08 smithi022 bash[28554]: cluster 2023-12-07T16:55:08.301156+0000 mgr.a (mgr.24293) 17030 : cluster 0 pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:08.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:08 smithi044 bash[32620]: cluster 2023-12-07T16:55:08.301156+0000 mgr.a (mgr.24293) 17030 : cluster 0 pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:08.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:08 smithi027 bash[31536]: cluster 2023-12-07T16:55:08.301156+0000 mgr.a (mgr.24293) 17030 : cluster 0 pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:09.497 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:09.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:09.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:09.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:09.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:09 smithi022 bash[28554]: audit 2023-12-07T16:55:08.998458+0000 mgr.a (mgr.24293) 17031 : audit 0 from='client.338610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:09.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:09 smithi044 bash[32620]: audit 2023-12-07T16:55:08.998458+0000 mgr.a (mgr.24293) 17031 : audit 0 from='client.338610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:09 smithi027 bash[31536]: audit 2023-12-07T16:55:08.998458+0000 mgr.a (mgr.24293) 17031 : audit 0 from='client.338610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:10 smithi022 bash[28554]: cluster 2023-12-07T16:55:10.301867+0000 mgr.a (mgr.24293) 17032 : cluster 0 pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:10.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:10 smithi044 bash[32620]: cluster 2023-12-07T16:55:10.301867+0000 mgr.a (mgr.24293) 17032 : cluster 0 pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:10 smithi027 bash[31536]: cluster 2023-12-07T16:55:10.301867+0000 mgr.a (mgr.24293) 17032 : cluster 0 pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:12 smithi022 bash[28554]: cluster 2023-12-07T16:55:12.302698+0000 mgr.a (mgr.24293) 17033 : cluster 0 pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:13.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:12 smithi044 bash[32620]: cluster 2023-12-07T16:55:12.302698+0000 mgr.a (mgr.24293) 17033 : cluster 0 pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:13.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:12 smithi027 bash[31536]: cluster 2023-12-07T16:55:12.302698+0000 mgr.a (mgr.24293) 17033 : cluster 0 pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:14.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:14.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:14.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:14.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:14 smithi022 bash[28554]: cluster 2023-12-07T16:55:14.303243+0000 mgr.a (mgr.24293) 17034 : cluster 0 pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:14 smithi044 bash[32620]: cluster 2023-12-07T16:55:14.303243+0000 mgr.a (mgr.24293) 17034 : cluster 0 pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:14 smithi027 bash[31536]: cluster 2023-12-07T16:55:14.303243+0000 mgr.a (mgr.24293) 17034 : cluster 0 pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:15.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:15.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:15.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:15.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:15.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:15.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:15 smithi022 bash[28554]: audit 2023-12-07T16:55:14.912838+0000 mgr.a (mgr.24293) 17035 : audit 0 from='client.338682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:15.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:15 smithi044 bash[32620]: audit 2023-12-07T16:55:14.912838+0000 mgr.a (mgr.24293) 17035 : audit 0 from='client.338682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:15.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:15 smithi027 bash[31536]: audit 2023-12-07T16:55:14.912838+0000 mgr.a (mgr.24293) 17035 : audit 0 from='client.338682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:16.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:16 smithi022 bash[28554]: cluster 2023-12-07T16:55:16.304141+0000 mgr.a (mgr.24293) 17036 : cluster 0 pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:55:16.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:16 smithi044 bash[32620]: cluster 2023-12-07T16:55:16.304141+0000 mgr.a (mgr.24293) 17036 : cluster 0 pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:55:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:16 smithi027 bash[31536]: cluster 2023-12-07T16:55:16.304141+0000 mgr.a (mgr.24293) 17036 : cluster 0 pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:55:18.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:18 smithi022 bash[28554]: cluster 2023-12-07T16:55:18.304708+0000 mgr.a (mgr.24293) 17037 : cluster 0 pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:55:18.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:18 smithi044 bash[32620]: cluster 2023-12-07T16:55:18.304708+0000 mgr.a (mgr.24293) 17037 : cluster 0 pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:55:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:18 smithi027 bash[31536]: cluster 2023-12-07T16:55:18.304708+0000 mgr.a (mgr.24293) 17037 : cluster 0 pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:55:20.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:19 smithi022 bash[28554]: audit 2023-12-07T16:55:19.828363+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:55:20.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:19 smithi044 bash[32620]: audit 2023-12-07T16:55:19.828363+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:55:20.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:19 smithi027 bash[31536]: audit 2023-12-07T16:55:19.828363+0000 mon.a (mon.0) 2803 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:55:20.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:20.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:20.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:20 smithi022 bash[28554]: cluster 2023-12-07T16:55:20.305274+0000 mgr.a (mgr.24293) 17038 : cluster 0 pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:55:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:20 smithi022 bash[28554]: audit 2023-12-07T16:55:20.568456+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:55:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:20 smithi022 bash[28554]: audit 2023-12-07T16:55:20.569595+0000 mon.a (mon.0) 2805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:55:21.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:20 smithi022 bash[28554]: audit 2023-12-07T16:55:20.585479+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:55:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:20 smithi044 bash[32620]: cluster 2023-12-07T16:55:20.305274+0000 mgr.a (mgr.24293) 17038 : cluster 0 pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:55:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:20 smithi044 bash[32620]: audit 2023-12-07T16:55:20.568456+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:55:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:20 smithi044 bash[32620]: audit 2023-12-07T16:55:20.569595+0000 mon.a (mon.0) 2805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:55:21.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:20 smithi044 bash[32620]: audit 2023-12-07T16:55:20.585479+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:55:21.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:20 smithi027 bash[31536]: cluster 2023-12-07T16:55:20.305274+0000 mgr.a (mgr.24293) 17038 : cluster 0 pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:55:21.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:20 smithi027 bash[31536]: audit 2023-12-07T16:55:20.568456+0000 mon.a (mon.0) 2804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:55:21.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:20 smithi027 bash[31536]: audit 2023-12-07T16:55:20.569595+0000 mon.a (mon.0) 2805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:55:21.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:20 smithi027 bash[31536]: audit 2023-12-07T16:55:20.585479+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:55:21.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:21.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:21.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:21.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:21.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:22.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:21 smithi044 bash[32620]: audit 2023-12-07T16:55:20.879712+0000 mgr.a (mgr.24293) 17039 : audit 0 from='client.338760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:22.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:21 smithi022 bash[28554]: audit 2023-12-07T16:55:20.879712+0000 mgr.a (mgr.24293) 17039 : audit 0 from='client.338760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:22.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:21 smithi027 bash[31536]: audit 2023-12-07T16:55:20.879712+0000 mgr.a (mgr.24293) 17039 : audit 0 from='client.338760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:23.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:22 smithi022 bash[28554]: cluster 2023-12-07T16:55:22.306314+0000 mgr.a (mgr.24293) 17040 : cluster 0 pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:22 smithi044 bash[32620]: cluster 2023-12-07T16:55:22.306314+0000 mgr.a (mgr.24293) 17040 : cluster 0 pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:22 smithi027 bash[31536]: cluster 2023-12-07T16:55:22.306314+0000 mgr.a (mgr.24293) 17040 : cluster 0 pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:24.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:24 smithi022 bash[28554]: cluster 2023-12-07T16:55:24.307052+0000 mgr.a (mgr.24293) 17041 : cluster 0 pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:24.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:24 smithi044 bash[32620]: cluster 2023-12-07T16:55:24.307052+0000 mgr.a (mgr.24293) 17041 : cluster 0 pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:24.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:24 smithi027 bash[31536]: cluster 2023-12-07T16:55:24.307052+0000 mgr.a (mgr.24293) 17041 : cluster 0 pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:26.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:26.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:26.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:26.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:26 smithi022 bash[28554]: cluster 2023-12-07T16:55:26.307866+0000 mgr.a (mgr.24293) 17042 : cluster 0 pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:26.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:26 smithi044 bash[32620]: cluster 2023-12-07T16:55:26.307866+0000 mgr.a (mgr.24293) 17042 : cluster 0 pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:26 smithi027 bash[31536]: cluster 2023-12-07T16:55:26.307866+0000 mgr.a (mgr.24293) 17042 : cluster 0 pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:27.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:27.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:27.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:27.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:27.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:28.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:27 smithi022 bash[28554]: audit 2023-12-07T16:55:26.815412+0000 mgr.a (mgr.24293) 17043 : audit 0 from='client.338832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:28.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:27 smithi044 bash[32620]: audit 2023-12-07T16:55:26.815412+0000 mgr.a (mgr.24293) 17043 : audit 0 from='client.338832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:28.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:27 smithi027 bash[31536]: audit 2023-12-07T16:55:26.815412+0000 mgr.a (mgr.24293) 17043 : audit 0 from='client.338832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:29.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:28 smithi022 bash[28554]: cluster 2023-12-07T16:55:28.308596+0000 mgr.a (mgr.24293) 17044 : cluster 0 pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:55:29.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:28 smithi044 bash[32620]: cluster 2023-12-07T16:55:28.308596+0000 mgr.a (mgr.24293) 17044 : cluster 0 pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:55:29.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:28 smithi027 bash[31536]: cluster 2023-12-07T16:55:28.308596+0000 mgr.a (mgr.24293) 17044 : cluster 0 pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:55:30.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:30 smithi022 bash[28554]: cluster 2023-12-07T16:55:30.309207+0000 mgr.a (mgr.24293) 17045 : cluster 0 pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:55:30.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:30 smithi044 bash[32620]: cluster 2023-12-07T16:55:30.309207+0000 mgr.a (mgr.24293) 17045 : cluster 0 pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:55:30.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:30 smithi027 bash[31536]: cluster 2023-12-07T16:55:30.309207+0000 mgr.a (mgr.24293) 17045 : cluster 0 pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:55:32.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:32.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:32.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:32 smithi022 bash[28554]: cluster 2023-12-07T16:55:32.310001+0000 mgr.a (mgr.24293) 17046 : cluster 0 pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:55:33.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:32 smithi044 bash[32620]: cluster 2023-12-07T16:55:32.310001+0000 mgr.a (mgr.24293) 17046 : cluster 0 pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:55:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:32 smithi027 bash[31536]: cluster 2023-12-07T16:55:32.310001+0000 mgr.a (mgr.24293) 17046 : cluster 0 pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:55:33.272 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:33.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:33.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:33.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:33.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:34.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:33 smithi022 bash[28554]: audit 2023-12-07T16:55:32.757231+0000 mgr.a (mgr.24293) 17047 : audit 0 from='client.338910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:34.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:33 smithi044 bash[32620]: audit 2023-12-07T16:55:32.757231+0000 mgr.a (mgr.24293) 17047 : audit 0 from='client.338910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:34.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:33 smithi027 bash[31536]: audit 2023-12-07T16:55:32.757231+0000 mgr.a (mgr.24293) 17047 : audit 0 from='client.338910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:35.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:34 smithi022 bash[28554]: cluster 2023-12-07T16:55:34.310740+0000 mgr.a (mgr.24293) 17048 : cluster 0 pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:35.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:34 smithi044 bash[32620]: cluster 2023-12-07T16:55:34.310740+0000 mgr.a (mgr.24293) 17048 : cluster 0 pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:35.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:34 smithi027 bash[31536]: cluster 2023-12-07T16:55:34.310740+0000 mgr.a (mgr.24293) 17048 : cluster 0 pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:36 smithi022 bash[28554]: cluster 2023-12-07T16:55:36.311605+0000 mgr.a (mgr.24293) 17049 : cluster 0 pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:36.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:36 smithi044 bash[32620]: cluster 2023-12-07T16:55:36.311605+0000 mgr.a (mgr.24293) 17049 : cluster 0 pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:36 smithi027 bash[31536]: cluster 2023-12-07T16:55:36.311605+0000 mgr.a (mgr.24293) 17049 : cluster 0 pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:38.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:38.276 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:38.276 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:38 smithi022 bash[28554]: cluster 2023-12-07T16:55:38.312143+0000 mgr.a (mgr.24293) 17050 : cluster 0 pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:38.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:38 smithi044 bash[32620]: cluster 2023-12-07T16:55:38.312143+0000 mgr.a (mgr.24293) 17050 : cluster 0 pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:38 smithi027 bash[31536]: cluster 2023-12-07T16:55:38.312143+0000 mgr.a (mgr.24293) 17050 : cluster 0 pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:39.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:39.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:39.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:39.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:39.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:39.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:39 smithi022 bash[28554]: audit 2023-12-07T16:55:38.696580+0000 mgr.a (mgr.24293) 17051 : audit 0 from='client.338988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:39.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:39 smithi044 bash[32620]: audit 2023-12-07T16:55:38.696580+0000 mgr.a (mgr.24293) 17051 : audit 0 from='client.338988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:39.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:39 smithi027 bash[31536]: audit 2023-12-07T16:55:38.696580+0000 mgr.a (mgr.24293) 17051 : audit 0 from='client.338988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:40.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:40 smithi022 bash[28554]: cluster 2023-12-07T16:55:40.312815+0000 mgr.a (mgr.24293) 17052 : cluster 0 pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:40.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:40 smithi044 bash[32620]: cluster 2023-12-07T16:55:40.312815+0000 mgr.a (mgr.24293) 17052 : cluster 0 pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:40 smithi027 bash[31536]: cluster 2023-12-07T16:55:40.312815+0000 mgr.a (mgr.24293) 17052 : cluster 0 pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:43.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:42 smithi022 bash[28554]: cluster 2023-12-07T16:55:42.313703+0000 mgr.a (mgr.24293) 17053 : cluster 0 pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:43.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:42 smithi044 bash[32620]: cluster 2023-12-07T16:55:42.313703+0000 mgr.a (mgr.24293) 17053 : cluster 0 pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:43.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:42 smithi027 bash[31536]: cluster 2023-12-07T16:55:42.313703+0000 mgr.a (mgr.24293) 17053 : cluster 0 pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:44.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:44.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:44.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:44.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:44 smithi022 bash[28554]: cluster 2023-12-07T16:55:44.314420+0000 mgr.a (mgr.24293) 17054 : cluster 0 pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:44.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:44 smithi044 bash[32620]: cluster 2023-12-07T16:55:44.314420+0000 mgr.a (mgr.24293) 17054 : cluster 0 pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:44 smithi027 bash[31536]: cluster 2023-12-07T16:55:44.314420+0000 mgr.a (mgr.24293) 17054 : cluster 0 pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:45.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:45.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:45.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:45 smithi022 bash[28554]: audit 2023-12-07T16:55:44.643435+0000 mgr.a (mgr.24293) 17055 : audit 0 from='client.339063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:45.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:45 smithi044 bash[32620]: audit 2023-12-07T16:55:44.643435+0000 mgr.a (mgr.24293) 17055 : audit 0 from='client.339063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:45.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:45 smithi027 bash[31536]: audit 2023-12-07T16:55:44.643435+0000 mgr.a (mgr.24293) 17055 : audit 0 from='client.339063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:46 smithi022 bash[28554]: cluster 2023-12-07T16:55:46.315377+0000 mgr.a (mgr.24293) 17056 : cluster 0 pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:46 smithi044 bash[32620]: cluster 2023-12-07T16:55:46.315377+0000 mgr.a (mgr.24293) 17056 : cluster 0 pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:46 smithi027 bash[31536]: cluster 2023-12-07T16:55:46.315377+0000 mgr.a (mgr.24293) 17056 : cluster 0 pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:55:48.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:48 smithi022 bash[28554]: cluster 2023-12-07T16:55:48.315927+0000 mgr.a (mgr.24293) 17057 : cluster 0 pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:48.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:48 smithi044 bash[32620]: cluster 2023-12-07T16:55:48.315927+0000 mgr.a (mgr.24293) 17057 : cluster 0 pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:48.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:48 smithi027 bash[31536]: cluster 2023-12-07T16:55:48.315927+0000 mgr.a (mgr.24293) 17057 : cluster 0 pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:50.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:50.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:50.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:50.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:50 smithi044 bash[32620]: cluster 2023-12-07T16:55:50.316389+0000 mgr.a (mgr.24293) 17058 : cluster 0 pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:50 smithi022 bash[28554]: cluster 2023-12-07T16:55:50.316389+0000 mgr.a (mgr.24293) 17058 : cluster 0 pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:50 smithi027 bash[31536]: cluster 2023-12-07T16:55:50.316389+0000 mgr.a (mgr.24293) 17058 : cluster 0 pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:51.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:51.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:51.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:51.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:51.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:51.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:51 smithi022 bash[28554]: audit 2023-12-07T16:55:50.581914+0000 mgr.a (mgr.24293) 17059 : audit 0 from='client.339141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:51.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:51 smithi044 bash[32620]: audit 2023-12-07T16:55:50.581914+0000 mgr.a (mgr.24293) 17059 : audit 0 from='client.339141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:51 smithi027 bash[31536]: audit 2023-12-07T16:55:50.581914+0000 mgr.a (mgr.24293) 17059 : audit 0 from='client.339141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:53.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:52 smithi022 bash[28554]: cluster 2023-12-07T16:55:52.317353+0000 mgr.a (mgr.24293) 17060 : cluster 0 pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:53.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:52 smithi044 bash[32620]: cluster 2023-12-07T16:55:52.317353+0000 mgr.a (mgr.24293) 17060 : cluster 0 pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:53.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:52 smithi027 bash[31536]: cluster 2023-12-07T16:55:52.317353+0000 mgr.a (mgr.24293) 17060 : cluster 0 pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:54.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:54 smithi022 bash[28554]: cluster 2023-12-07T16:55:54.317915+0000 mgr.a (mgr.24293) 17061 : cluster 0 pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:54.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:54 smithi044 bash[32620]: cluster 2023-12-07T16:55:54.317915+0000 mgr.a (mgr.24293) 17061 : cluster 0 pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:54.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:54 smithi027 bash[31536]: cluster 2023-12-07T16:55:54.317915+0000 mgr.a (mgr.24293) 17061 : cluster 0 pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:56.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:55:56.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:55:56.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:55:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:56 smithi044 bash[32620]: cluster 2023-12-07T16:55:56.318669+0000 mgr.a (mgr.24293) 17062 : cluster 0 pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:56 smithi022 bash[28554]: cluster 2023-12-07T16:55:56.318669+0000 mgr.a (mgr.24293) 17062 : cluster 0 pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:56 smithi027 bash[31536]: cluster 2023-12-07T16:55:56.318669+0000 mgr.a (mgr.24293) 17062 : cluster 0 pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:55:57.008 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:55:57.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:55:57.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:55:57.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:55:57.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:55:58.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:57 smithi022 bash[28554]: audit 2023-12-07T16:55:56.490607+0000 mgr.a (mgr.24293) 17063 : audit 0 from='client.339216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:58.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:57 smithi044 bash[32620]: audit 2023-12-07T16:55:56.490607+0000 mgr.a (mgr.24293) 17063 : audit 0 from='client.339216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:58.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:57 smithi027 bash[31536]: audit 2023-12-07T16:55:56.490607+0000 mgr.a (mgr.24293) 17063 : audit 0 from='client.339216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:55:59.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:55:58 smithi022 bash[28554]: cluster 2023-12-07T16:55:58.319337+0000 mgr.a (mgr.24293) 17064 : cluster 0 pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:59.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:55:58 smithi044 bash[32620]: cluster 2023-12-07T16:55:58.319337+0000 mgr.a (mgr.24293) 17064 : cluster 0 pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:55:59.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:55:58 smithi027 bash[31536]: cluster 2023-12-07T16:55:58.319337+0000 mgr.a (mgr.24293) 17064 : cluster 0 pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:00 smithi022 bash[28554]: cluster 2023-12-07T16:56:00.319920+0000 mgr.a (mgr.24293) 17065 : cluster 0 pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:00.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:00 smithi044 bash[32620]: cluster 2023-12-07T16:56:00.319920+0000 mgr.a (mgr.24293) 17065 : cluster 0 pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:00.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:00 smithi027 bash[31536]: cluster 2023-12-07T16:56:00.319920+0000 mgr.a (mgr.24293) 17065 : cluster 0 pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:02.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:02.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:02.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:02.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:02.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:02.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:02.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:02.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:02 smithi022 bash[28554]: cluster 2023-12-07T16:56:02.320753+0000 mgr.a (mgr.24293) 17066 : cluster 0 pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:02 smithi044 bash[32620]: cluster 2023-12-07T16:56:02.320753+0000 mgr.a (mgr.24293) 17066 : cluster 0 pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:03.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:02 smithi027 bash[31536]: cluster 2023-12-07T16:56:02.320753+0000 mgr.a (mgr.24293) 17066 : cluster 0 pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:04.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:03 smithi022 bash[28554]: audit 2023-12-07T16:56:02.429485+0000 mgr.a (mgr.24293) 17067 : audit 0 from='client.339294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:04.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:03 smithi044 bash[32620]: audit 2023-12-07T16:56:02.429485+0000 mgr.a (mgr.24293) 17067 : audit 0 from='client.339294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:04.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:03 smithi027 bash[31536]: audit 2023-12-07T16:56:02.429485+0000 mgr.a (mgr.24293) 17067 : audit 0 from='client.339294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:05.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:04 smithi022 bash[28554]: cluster 2023-12-07T16:56:04.321548+0000 mgr.a (mgr.24293) 17068 : cluster 0 pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:05.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:04 smithi044 bash[32620]: cluster 2023-12-07T16:56:04.321548+0000 mgr.a (mgr.24293) 17068 : cluster 0 pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:05.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:04 smithi027 bash[31536]: cluster 2023-12-07T16:56:04.321548+0000 mgr.a (mgr.24293) 17068 : cluster 0 pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:06.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:06 smithi022 bash[28554]: cluster 2023-12-07T16:56:06.322500+0000 mgr.a (mgr.24293) 17069 : cluster 0 pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:06.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:06 smithi044 bash[32620]: cluster 2023-12-07T16:56:06.322500+0000 mgr.a (mgr.24293) 17069 : cluster 0 pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:06.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:06 smithi027 bash[31536]: cluster 2023-12-07T16:56:06.322500+0000 mgr.a (mgr.24293) 17069 : cluster 0 pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:07.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:07.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:07.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:08 smithi022 bash[28554]: cluster 2023-12-07T16:56:08.323172+0000 mgr.a (mgr.24293) 17070 : cluster 0 pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:08.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:08 smithi044 bash[32620]: cluster 2023-12-07T16:56:08.323172+0000 mgr.a (mgr.24293) 17070 : cluster 0 pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:08 smithi027 bash[31536]: cluster 2023-12-07T16:56:08.323172+0000 mgr.a (mgr.24293) 17070 : cluster 0 pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:08.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:08.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:08.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:08.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:08.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:09.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:09 smithi022 bash[28554]: audit 2023-12-07T16:56:08.371662+0000 mgr.a (mgr.24293) 17071 : audit 0 from='client.339372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:09.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:09 smithi044 bash[32620]: audit 2023-12-07T16:56:08.371662+0000 mgr.a (mgr.24293) 17071 : audit 0 from='client.339372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:09.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:09 smithi027 bash[31536]: audit 2023-12-07T16:56:08.371662+0000 mgr.a (mgr.24293) 17071 : audit 0 from='client.339372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:10 smithi022 bash[28554]: cluster 2023-12-07T16:56:10.323900+0000 mgr.a (mgr.24293) 17072 : cluster 0 pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:10.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:10 smithi044 bash[32620]: cluster 2023-12-07T16:56:10.323900+0000 mgr.a (mgr.24293) 17072 : cluster 0 pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:10 smithi027 bash[31536]: cluster 2023-12-07T16:56:10.323900+0000 mgr.a (mgr.24293) 17072 : cluster 0 pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:12 smithi022 bash[28554]: cluster 2023-12-07T16:56:12.324707+0000 mgr.a (mgr.24293) 17073 : cluster 0 pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:13.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:12 smithi044 bash[32620]: cluster 2023-12-07T16:56:12.324707+0000 mgr.a (mgr.24293) 17073 : cluster 0 pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:13.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:12 smithi027 bash[31536]: cluster 2023-12-07T16:56:12.324707+0000 mgr.a (mgr.24293) 17073 : cluster 0 pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:13.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:13.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:13.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:14.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:14 smithi022 bash[28554]: audit 2023-12-07T16:56:14.278862+0000 mgr.a (mgr.24293) 17074 : audit 0 from='client.339450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:14.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:14 smithi022 bash[28554]: cluster 2023-12-07T16:56:14.325196+0000 mgr.a (mgr.24293) 17075 : cluster 0 pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:14.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:14 smithi044 bash[32620]: audit 2023-12-07T16:56:14.278862+0000 mgr.a (mgr.24293) 17074 : audit 0 from='client.339450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:14.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:14 smithi044 bash[32620]: cluster 2023-12-07T16:56:14.325196+0000 mgr.a (mgr.24293) 17075 : cluster 0 pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:14 smithi027 bash[31536]: audit 2023-12-07T16:56:14.278862+0000 mgr.a (mgr.24293) 17074 : audit 0 from='client.339450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:14 smithi027 bash[31536]: cluster 2023-12-07T16:56:14.325196+0000 mgr.a (mgr.24293) 17075 : cluster 0 pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:14.805 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:14.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:14.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:14.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:14.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:16.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:16 smithi022 bash[28554]: cluster 2023-12-07T16:56:16.326086+0000 mgr.a (mgr.24293) 17076 : cluster 0 pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:16.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:16 smithi044 bash[32620]: cluster 2023-12-07T16:56:16.326086+0000 mgr.a (mgr.24293) 17076 : cluster 0 pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:16 smithi027 bash[31536]: cluster 2023-12-07T16:56:16.326086+0000 mgr.a (mgr.24293) 17076 : cluster 0 pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:18.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:18 smithi022 bash[28554]: cluster 2023-12-07T16:56:18.326633+0000 mgr.a (mgr.24293) 17077 : cluster 0 pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:18.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:18 smithi044 bash[32620]: cluster 2023-12-07T16:56:18.326633+0000 mgr.a (mgr.24293) 17077 : cluster 0 pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:18 smithi027 bash[31536]: cluster 2023-12-07T16:56:18.326633+0000 mgr.a (mgr.24293) 17077 : cluster 0 pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:19.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:19.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:19.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:20.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:20 smithi022 bash[28554]: audit 2023-12-07T16:56:20.232887+0000 mgr.a (mgr.24293) 17078 : audit 0 from='client.339522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:20.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:20 smithi022 bash[28554]: cluster 2023-12-07T16:56:20.327043+0000 mgr.a (mgr.24293) 17079 : cluster 0 pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:20.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:20 smithi044 bash[32620]: audit 2023-12-07T16:56:20.232887+0000 mgr.a (mgr.24293) 17078 : audit 0 from='client.339522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:20.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:20 smithi044 bash[32620]: cluster 2023-12-07T16:56:20.327043+0000 mgr.a (mgr.24293) 17079 : cluster 0 pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:20 smithi027 bash[31536]: audit 2023-12-07T16:56:20.232887+0000 mgr.a (mgr.24293) 17078 : audit 0 from='client.339522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:20 smithi027 bash[31536]: cluster 2023-12-07T16:56:20.327043+0000 mgr.a (mgr.24293) 17079 : cluster 0 pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:20.757 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:20.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:20.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:20.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:20.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:21.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:21 smithi022 bash[28554]: audit 2023-12-07T16:56:20.687189+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:56:21.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:21 smithi044 bash[32620]: audit 2023-12-07T16:56:20.687189+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:56:21.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:21 smithi027 bash[31536]: audit 2023-12-07T16:56:20.687189+0000 mon.a (mon.0) 2807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:56:22.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:22 smithi022 bash[28554]: audit 2023-12-07T16:56:21.430409+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:22 smithi022 bash[28554]: audit 2023-12-07T16:56:21.431831+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:22 smithi022 bash[28554]: audit 2023-12-07T16:56:21.438954+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:22 smithi022 bash[28554]: cluster 2023-12-07T16:56:22.328008+0000 mgr.a (mgr.24293) 17080 : cluster 0 pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:22 smithi044 bash[32620]: audit 2023-12-07T16:56:21.430409+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:22 smithi044 bash[32620]: audit 2023-12-07T16:56:21.431831+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:22 smithi044 bash[32620]: audit 2023-12-07T16:56:21.438954+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:56:22.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:22 smithi044 bash[32620]: cluster 2023-12-07T16:56:22.328008+0000 mgr.a (mgr.24293) 17080 : cluster 0 pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:56:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:22 smithi027 bash[31536]: audit 2023-12-07T16:56:21.430409+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:56:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:22 smithi027 bash[31536]: audit 2023-12-07T16:56:21.431831+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:56:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:22 smithi027 bash[31536]: audit 2023-12-07T16:56:21.438954+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:56:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:22 smithi027 bash[31536]: cluster 2023-12-07T16:56:22.328008+0000 mgr.a (mgr.24293) 17080 : cluster 0 pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:56:24.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:24 smithi022 bash[28554]: cluster 2023-12-07T16:56:24.328559+0000 mgr.a (mgr.24293) 17081 : cluster 0 pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:56:24.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:24 smithi044 bash[32620]: cluster 2023-12-07T16:56:24.328559+0000 mgr.a (mgr.24293) 17081 : cluster 0 pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:56:24.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:24 smithi027 bash[31536]: cluster 2023-12-07T16:56:24.328559+0000 mgr.a (mgr.24293) 17081 : cluster 0 pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:56:25.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:25.760 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:25.760 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:26.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:26 smithi022 bash[28554]: audit 2023-12-07T16:56:26.175377+0000 mgr.a (mgr.24293) 17082 : audit 0 from='client.339591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:26.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:26 smithi022 bash[28554]: cluster 2023-12-07T16:56:26.329844+0000 mgr.a (mgr.24293) 17083 : cluster 0 pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:26.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:26 smithi044 bash[32620]: audit 2023-12-07T16:56:26.175377+0000 mgr.a (mgr.24293) 17082 : audit 0 from='client.339591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:26.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:26 smithi044 bash[32620]: cluster 2023-12-07T16:56:26.329844+0000 mgr.a (mgr.24293) 17083 : cluster 0 pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:26 smithi027 bash[31536]: audit 2023-12-07T16:56:26.175377+0000 mgr.a (mgr.24293) 17082 : audit 0 from='client.339591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:26 smithi027 bash[31536]: cluster 2023-12-07T16:56:26.329844+0000 mgr.a (mgr.24293) 17083 : cluster 0 pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:26.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:26.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:26.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:26.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:26.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:28.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:28 smithi022 bash[28554]: cluster 2023-12-07T16:56:28.330500+0000 mgr.a (mgr.24293) 17084 : cluster 0 pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:28.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:28 smithi044 bash[32620]: cluster 2023-12-07T16:56:28.330500+0000 mgr.a (mgr.24293) 17084 : cluster 0 pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:28.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:28 smithi027 bash[31536]: cluster 2023-12-07T16:56:28.330500+0000 mgr.a (mgr.24293) 17084 : cluster 0 pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:30.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:30 smithi022 bash[28554]: cluster 2023-12-07T16:56:30.331102+0000 mgr.a (mgr.24293) 17085 : cluster 0 pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:30.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:30 smithi044 bash[32620]: cluster 2023-12-07T16:56:30.331102+0000 mgr.a (mgr.24293) 17085 : cluster 0 pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:30.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:30 smithi027 bash[31536]: cluster 2023-12-07T16:56:30.331102+0000 mgr.a (mgr.24293) 17085 : cluster 0 pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:31.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:31.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:31.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:32.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:32.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:32.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:32.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:32.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:33.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:32 smithi044 bash[32620]: audit 2023-12-07T16:56:32.132886+0000 mgr.a (mgr.24293) 17086 : audit 0 from='client.339669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:33.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:32 smithi044 bash[32620]: cluster 2023-12-07T16:56:32.332178+0000 mgr.a (mgr.24293) 17087 : cluster 0 pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:32 smithi022 bash[28554]: audit 2023-12-07T16:56:32.132886+0000 mgr.a (mgr.24293) 17086 : audit 0 from='client.339669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:32 smithi022 bash[28554]: cluster 2023-12-07T16:56:32.332178+0000 mgr.a (mgr.24293) 17087 : cluster 0 pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:32 smithi027 bash[31536]: audit 2023-12-07T16:56:32.132886+0000 mgr.a (mgr.24293) 17086 : audit 0 from='client.339669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:32 smithi027 bash[31536]: cluster 2023-12-07T16:56:32.332178+0000 mgr.a (mgr.24293) 17087 : cluster 0 pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:34 smithi022 bash[28554]: cluster 2023-12-07T16:56:34.332936+0000 mgr.a (mgr.24293) 17088 : cluster 0 pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:56:34.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:34 smithi044 bash[32620]: cluster 2023-12-07T16:56:34.332936+0000 mgr.a (mgr.24293) 17088 : cluster 0 pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:56:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:34 smithi027 bash[31536]: cluster 2023-12-07T16:56:34.332936+0000 mgr.a (mgr.24293) 17088 : cluster 0 pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:56:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:36 smithi022 bash[28554]: cluster 2023-12-07T16:56:36.333789+0000 mgr.a (mgr.24293) 17089 : cluster 0 pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:56:36.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:36 smithi044 bash[32620]: cluster 2023-12-07T16:56:36.333789+0000 mgr.a (mgr.24293) 17089 : cluster 0 pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:56:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:36 smithi027 bash[31536]: cluster 2023-12-07T16:56:36.333789+0000 mgr.a (mgr.24293) 17089 : cluster 0 pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:56:37.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:37.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:37.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:38.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:38 smithi022 bash[28554]: audit 2023-12-07T16:56:38.071478+0000 mgr.a (mgr.24293) 17090 : audit 0 from='client.339744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:38 smithi022 bash[28554]: cluster 2023-12-07T16:56:38.334857+0000 mgr.a (mgr.24293) 17091 : cluster 0 pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:38.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:38 smithi044 bash[32620]: audit 2023-12-07T16:56:38.071478+0000 mgr.a (mgr.24293) 17090 : audit 0 from='client.339744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:38.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:38 smithi044 bash[32620]: cluster 2023-12-07T16:56:38.334857+0000 mgr.a (mgr.24293) 17091 : cluster 0 pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:38 smithi027 bash[31536]: audit 2023-12-07T16:56:38.071478+0000 mgr.a (mgr.24293) 17090 : audit 0 from='client.339744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:38 smithi027 bash[31536]: cluster 2023-12-07T16:56:38.334857+0000 mgr.a (mgr.24293) 17091 : cluster 0 pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:40.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:40 smithi044 bash[32620]: cluster 2023-12-07T16:56:40.335665+0000 mgr.a (mgr.24293) 17092 : cluster 0 pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:40 smithi022 bash[28554]: cluster 2023-12-07T16:56:40.335665+0000 mgr.a (mgr.24293) 17092 : cluster 0 pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:40 smithi027 bash[31536]: cluster 2023-12-07T16:56:40.335665+0000 mgr.a (mgr.24293) 17092 : cluster 0 pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:43.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:42 smithi022 bash[28554]: cluster 2023-12-07T16:56:42.336439+0000 mgr.a (mgr.24293) 17093 : cluster 0 pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:43.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:42 smithi044 bash[32620]: cluster 2023-12-07T16:56:42.336439+0000 mgr.a (mgr.24293) 17093 : cluster 0 pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:43.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:42 smithi027 bash[31536]: cluster 2023-12-07T16:56:42.336439+0000 mgr.a (mgr.24293) 17093 : cluster 0 pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:43.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:43.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:43.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:44.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:44.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:44.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:44.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:44.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:44 smithi027 bash[31536]: audit 2023-12-07T16:56:43.989974+0000 mgr.a (mgr.24293) 17094 : audit 0 from='client.339822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:44 smithi027 bash[31536]: cluster 2023-12-07T16:56:44.336958+0000 mgr.a (mgr.24293) 17095 : cluster 0 pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:44 smithi022 bash[28554]: audit 2023-12-07T16:56:43.989974+0000 mgr.a (mgr.24293) 17094 : audit 0 from='client.339822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:44 smithi022 bash[28554]: cluster 2023-12-07T16:56:44.336958+0000 mgr.a (mgr.24293) 17095 : cluster 0 pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:44.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:44 smithi044 bash[32620]: audit 2023-12-07T16:56:43.989974+0000 mgr.a (mgr.24293) 17094 : audit 0 from='client.339822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:44.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:44 smithi044 bash[32620]: cluster 2023-12-07T16:56:44.336958+0000 mgr.a (mgr.24293) 17095 : cluster 0 pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:46 smithi027 bash[31536]: cluster 2023-12-07T16:56:46.337835+0000 mgr.a (mgr.24293) 17096 : cluster 0 pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:46.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:46 smithi022 bash[28554]: cluster 2023-12-07T16:56:46.337835+0000 mgr.a (mgr.24293) 17096 : cluster 0 pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:46.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:46 smithi044 bash[32620]: cluster 2023-12-07T16:56:46.337835+0000 mgr.a (mgr.24293) 17096 : cluster 0 pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:56:48.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:48 smithi027 bash[31536]: cluster 2023-12-07T16:56:48.338546+0000 mgr.a (mgr.24293) 17097 : cluster 0 pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:48.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:48 smithi022 bash[28554]: cluster 2023-12-07T16:56:48.338546+0000 mgr.a (mgr.24293) 17097 : cluster 0 pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:48.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:48 smithi044 bash[32620]: cluster 2023-12-07T16:56:48.338546+0000 mgr.a (mgr.24293) 17097 : cluster 0 pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:49.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:49.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:50.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:50.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:50.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:50.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:50.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:50 smithi027 bash[31536]: audit 2023-12-07T16:56:49.923322+0000 mgr.a (mgr.24293) 17098 : audit 0 from='client.339897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:50 smithi027 bash[31536]: cluster 2023-12-07T16:56:50.339324+0000 mgr.a (mgr.24293) 17099 : cluster 0 pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:50.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:50 smithi022 bash[28554]: audit 2023-12-07T16:56:49.923322+0000 mgr.a (mgr.24293) 17098 : audit 0 from='client.339897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:50.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:50 smithi022 bash[28554]: cluster 2023-12-07T16:56:50.339324+0000 mgr.a (mgr.24293) 17099 : cluster 0 pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:50.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:50 smithi044 bash[32620]: audit 2023-12-07T16:56:49.923322+0000 mgr.a (mgr.24293) 17098 : audit 0 from='client.339897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:50.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:50 smithi044 bash[32620]: cluster 2023-12-07T16:56:50.339324+0000 mgr.a (mgr.24293) 17099 : cluster 0 pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:53.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:52 smithi022 bash[28554]: cluster 2023-12-07T16:56:52.340190+0000 mgr.a (mgr.24293) 17100 : cluster 0 pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:56:53.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:52 smithi044 bash[32620]: cluster 2023-12-07T16:56:52.340190+0000 mgr.a (mgr.24293) 17100 : cluster 0 pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:56:53.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:52 smithi027 bash[31536]: cluster 2023-12-07T16:56:52.340190+0000 mgr.a (mgr.24293) 17100 : cluster 0 pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:56:54.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:54 smithi027 bash[31536]: cluster 2023-12-07T16:56:54.340935+0000 mgr.a (mgr.24293) 17101 : cluster 0 pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:56:54.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:54 smithi022 bash[28554]: cluster 2023-12-07T16:56:54.340935+0000 mgr.a (mgr.24293) 17101 : cluster 0 pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:56:54.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:54 smithi044 bash[32620]: cluster 2023-12-07T16:56:54.340935+0000 mgr.a (mgr.24293) 17101 : cluster 0 pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:56:55.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:56:55.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:56:55.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:56:56.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:56:56.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:56:56.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:56:56.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:56:56.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:56:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:56 smithi027 bash[31536]: audit 2023-12-07T16:56:55.868715+0000 mgr.a (mgr.24293) 17102 : audit 0 from='client.339972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:56 smithi027 bash[31536]: cluster 2023-12-07T16:56:56.341722+0000 mgr.a (mgr.24293) 17103 : cluster 0 pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:56.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:56 smithi022 bash[28554]: audit 2023-12-07T16:56:55.868715+0000 mgr.a (mgr.24293) 17102 : audit 0 from='client.339972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:56.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:56 smithi022 bash[28554]: cluster 2023-12-07T16:56:56.341722+0000 mgr.a (mgr.24293) 17103 : cluster 0 pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:56.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:56 smithi044 bash[32620]: audit 2023-12-07T16:56:55.868715+0000 mgr.a (mgr.24293) 17102 : audit 0 from='client.339972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:56:56.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:56 smithi044 bash[32620]: cluster 2023-12-07T16:56:56.341722+0000 mgr.a (mgr.24293) 17103 : cluster 0 pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:56:58.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:56:58 smithi027 bash[31536]: cluster 2023-12-07T16:56:58.342271+0000 mgr.a (mgr.24293) 17104 : cluster 0 pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:58.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:56:58 smithi022 bash[28554]: cluster 2023-12-07T16:56:58.342271+0000 mgr.a (mgr.24293) 17104 : cluster 0 pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:56:58.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:56:58 smithi044 bash[32620]: cluster 2023-12-07T16:56:58.342271+0000 mgr.a (mgr.24293) 17104 : cluster 0 pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:00.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:00 smithi027 bash[31536]: cluster 2023-12-07T16:57:00.342867+0000 mgr.a (mgr.24293) 17105 : cluster 0 pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:00 smithi044 bash[32620]: cluster 2023-12-07T16:57:00.342867+0000 mgr.a (mgr.24293) 17105 : cluster 0 pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:00 smithi022 bash[28554]: cluster 2023-12-07T16:57:00.342867+0000 mgr.a (mgr.24293) 17105 : cluster 0 pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:01.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:01.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:01.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:02.317 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:02.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:02.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:02.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:02.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:02 smithi022 bash[28554]: audit 2023-12-07T16:57:01.788072+0000 mgr.a (mgr.24293) 17106 : audit 0 from='client.340047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:02 smithi022 bash[28554]: cluster 2023-12-07T16:57:02.344012+0000 mgr.a (mgr.24293) 17107 : cluster 0 pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:03.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:02 smithi044 bash[32620]: audit 2023-12-07T16:57:01.788072+0000 mgr.a (mgr.24293) 17106 : audit 0 from='client.340047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:02 smithi044 bash[32620]: cluster 2023-12-07T16:57:02.344012+0000 mgr.a (mgr.24293) 17107 : cluster 0 pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:03.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:02 smithi027 bash[31536]: audit 2023-12-07T16:57:01.788072+0000 mgr.a (mgr.24293) 17106 : audit 0 from='client.340047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:03.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:02 smithi027 bash[31536]: cluster 2023-12-07T16:57:02.344012+0000 mgr.a (mgr.24293) 17107 : cluster 0 pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:04.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:04 smithi027 bash[31536]: cluster 2023-12-07T16:57:04.344606+0000 mgr.a (mgr.24293) 17108 : cluster 0 pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:57:04.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:04 smithi022 bash[28554]: cluster 2023-12-07T16:57:04.344606+0000 mgr.a (mgr.24293) 17108 : cluster 0 pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:57:04.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:04 smithi044 bash[32620]: cluster 2023-12-07T16:57:04.344606+0000 mgr.a (mgr.24293) 17108 : cluster 0 pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:57:06.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:06 smithi027 bash[31536]: cluster 2023-12-07T16:57:06.345470+0000 mgr.a (mgr.24293) 17109 : cluster 0 pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:57:06.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:06 smithi022 bash[28554]: cluster 2023-12-07T16:57:06.345470+0000 mgr.a (mgr.24293) 17109 : cluster 0 pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:57:06.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:06 smithi044 bash[32620]: cluster 2023-12-07T16:57:06.345470+0000 mgr.a (mgr.24293) 17109 : cluster 0 pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:57:07.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:07.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:07.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:08.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:08.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:08.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:08.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:08.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:08 smithi027 bash[31536]: audit 2023-12-07T16:57:07.740493+0000 mgr.a (mgr.24293) 17110 : audit 0 from='client.340125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:08 smithi027 bash[31536]: cluster 2023-12-07T16:57:08.346262+0000 mgr.a (mgr.24293) 17111 : cluster 0 pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:08.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:08 smithi022 bash[28554]: audit 2023-12-07T16:57:07.740493+0000 mgr.a (mgr.24293) 17110 : audit 0 from='client.340125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:08.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:08 smithi022 bash[28554]: cluster 2023-12-07T16:57:08.346262+0000 mgr.a (mgr.24293) 17111 : cluster 0 pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:08 smithi044 bash[32620]: audit 2023-12-07T16:57:07.740493+0000 mgr.a (mgr.24293) 17110 : audit 0 from='client.340125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:08.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:08 smithi044 bash[32620]: cluster 2023-12-07T16:57:08.346262+0000 mgr.a (mgr.24293) 17111 : cluster 0 pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:10 smithi027 bash[31536]: cluster 2023-12-07T16:57:10.347009+0000 mgr.a (mgr.24293) 17112 : cluster 0 pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:10.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:10 smithi022 bash[28554]: cluster 2023-12-07T16:57:10.347009+0000 mgr.a (mgr.24293) 17112 : cluster 0 pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:10.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:10 smithi044 bash[32620]: cluster 2023-12-07T16:57:10.347009+0000 mgr.a (mgr.24293) 17112 : cluster 0 pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:13.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:12 smithi022 bash[28554]: cluster 2023-12-07T16:57:12.347814+0000 mgr.a (mgr.24293) 17113 : cluster 0 pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:13.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:12 smithi044 bash[32620]: cluster 2023-12-07T16:57:12.347814+0000 mgr.a (mgr.24293) 17113 : cluster 0 pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:13.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:12 smithi027 bash[31536]: cluster 2023-12-07T16:57:12.347814+0000 mgr.a (mgr.24293) 17113 : cluster 0 pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:13.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:13.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:13.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:14.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:14.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:14.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:14.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:14.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:14 smithi027 bash[31536]: audit 2023-12-07T16:57:13.682027+0000 mgr.a (mgr.24293) 17114 : audit 0 from='client.340200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:14.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:14 smithi027 bash[31536]: cluster 2023-12-07T16:57:14.348573+0000 mgr.a (mgr.24293) 17115 : cluster 0 pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:14.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:14 smithi022 bash[28554]: audit 2023-12-07T16:57:13.682027+0000 mgr.a (mgr.24293) 17114 : audit 0 from='client.340200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:14.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:14 smithi022 bash[28554]: cluster 2023-12-07T16:57:14.348573+0000 mgr.a (mgr.24293) 17115 : cluster 0 pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:14.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:14 smithi044 bash[32620]: audit 2023-12-07T16:57:13.682027+0000 mgr.a (mgr.24293) 17114 : audit 0 from='client.340200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:14.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:14 smithi044 bash[32620]: cluster 2023-12-07T16:57:14.348573+0000 mgr.a (mgr.24293) 17115 : cluster 0 pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:16 smithi027 bash[31536]: cluster 2023-12-07T16:57:16.349348+0000 mgr.a (mgr.24293) 17116 : cluster 0 pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:16.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:16 smithi022 bash[28554]: cluster 2023-12-07T16:57:16.349348+0000 mgr.a (mgr.24293) 17116 : cluster 0 pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:16.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:16 smithi044 bash[32620]: cluster 2023-12-07T16:57:16.349348+0000 mgr.a (mgr.24293) 17116 : cluster 0 pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:18 smithi027 bash[31536]: cluster 2023-12-07T16:57:18.349904+0000 mgr.a (mgr.24293) 17117 : cluster 0 pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:18.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:18 smithi044 bash[32620]: cluster 2023-12-07T16:57:18.349904+0000 mgr.a (mgr.24293) 17117 : cluster 0 pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:18.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:18 smithi022 bash[28554]: cluster 2023-12-07T16:57:18.349904+0000 mgr.a (mgr.24293) 17117 : cluster 0 pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:19.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:19.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:19.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:20.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:20.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:20.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:20.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:20.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:20 smithi027 bash[31536]: audit 2023-12-07T16:57:19.619013+0000 mgr.a (mgr.24293) 17118 : audit 0 from='client.340275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:20 smithi027 bash[31536]: cluster 2023-12-07T16:57:20.350657+0000 mgr.a (mgr.24293) 17119 : cluster 0 pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:20.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:20 smithi044 bash[32620]: audit 2023-12-07T16:57:19.619013+0000 mgr.a (mgr.24293) 17118 : audit 0 from='client.340275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:20.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:20 smithi044 bash[32620]: cluster 2023-12-07T16:57:20.350657+0000 mgr.a (mgr.24293) 17119 : cluster 0 pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:20.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:20 smithi022 bash[28554]: audit 2023-12-07T16:57:19.619013+0000 mgr.a (mgr.24293) 17118 : audit 0 from='client.340275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:20.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:20 smithi022 bash[28554]: cluster 2023-12-07T16:57:20.350657+0000 mgr.a (mgr.24293) 17119 : cluster 0 pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:21.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:21 smithi022 bash[28554]: audit 2023-12-07T16:57:21.541720+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:57:21.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:21 smithi044 bash[32620]: audit 2023-12-07T16:57:21.541720+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:57:21.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:21 smithi027 bash[31536]: audit 2023-12-07T16:57:21.541720+0000 mon.a (mon.0) 2811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:57:23.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:22 smithi022 bash[28554]: audit 2023-12-07T16:57:22.336254+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:22 smithi022 bash[28554]: audit 2023-12-07T16:57:22.337977+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:22 smithi022 bash[28554]: audit 2023-12-07T16:57:22.347349+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:22 smithi022 bash[28554]: cluster 2023-12-07T16:57:22.351305+0000 mgr.a (mgr.24293) 17120 : cluster 0 pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:22 smithi044 bash[32620]: audit 2023-12-07T16:57:22.336254+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:22 smithi044 bash[32620]: audit 2023-12-07T16:57:22.337977+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:22 smithi044 bash[32620]: audit 2023-12-07T16:57:22.347349+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:57:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:22 smithi044 bash[32620]: cluster 2023-12-07T16:57:22.351305+0000 mgr.a (mgr.24293) 17120 : cluster 0 pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:22 smithi027 bash[31536]: audit 2023-12-07T16:57:22.336254+0000 mon.a (mon.0) 2812 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:57:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:22 smithi027 bash[31536]: audit 2023-12-07T16:57:22.337977+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:57:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:22 smithi027 bash[31536]: audit 2023-12-07T16:57:22.347349+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:57:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:22 smithi027 bash[31536]: cluster 2023-12-07T16:57:22.351305+0000 mgr.a (mgr.24293) 17120 : cluster 0 pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:24.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:24 smithi027 bash[31536]: cluster 2023-12-07T16:57:24.351905+0000 mgr.a (mgr.24293) 17121 : cluster 0 pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:24.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:24 smithi044 bash[32620]: cluster 2023-12-07T16:57:24.351905+0000 mgr.a (mgr.24293) 17121 : cluster 0 pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:24 smithi022 bash[28554]: cluster 2023-12-07T16:57:24.351905+0000 mgr.a (mgr.24293) 17121 : cluster 0 pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:25.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:25.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:25.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:26.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:26.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:26.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:26.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:26.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:26.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:26 smithi027 bash[31536]: audit 2023-12-07T16:57:25.551255+0000 mgr.a (mgr.24293) 17122 : audit 0 from='client.340347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:26.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:26 smithi027 bash[31536]: cluster 2023-12-07T16:57:26.353053+0000 mgr.a (mgr.24293) 17123 : cluster 0 pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:26.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:26 smithi022 bash[28554]: audit 2023-12-07T16:57:25.551255+0000 mgr.a (mgr.24293) 17122 : audit 0 from='client.340347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:26.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:26 smithi022 bash[28554]: cluster 2023-12-07T16:57:26.353053+0000 mgr.a (mgr.24293) 17123 : cluster 0 pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:26.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:26 smithi044 bash[32620]: audit 2023-12-07T16:57:25.551255+0000 mgr.a (mgr.24293) 17122 : audit 0 from='client.340347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:26.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:26 smithi044 bash[32620]: cluster 2023-12-07T16:57:26.353053+0000 mgr.a (mgr.24293) 17123 : cluster 0 pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:28.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:28 smithi027 bash[31536]: cluster 2023-12-07T16:57:28.353642+0000 mgr.a (mgr.24293) 17124 : cluster 0 pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:28.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:28 smithi044 bash[32620]: cluster 2023-12-07T16:57:28.353642+0000 mgr.a (mgr.24293) 17124 : cluster 0 pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:28.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:28 smithi022 bash[28554]: cluster 2023-12-07T16:57:28.353642+0000 mgr.a (mgr.24293) 17124 : cluster 0 pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:30.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:30 smithi027 bash[31536]: cluster 2023-12-07T16:57:30.354223+0000 mgr.a (mgr.24293) 17125 : cluster 0 pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:30.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:30 smithi022 bash[28554]: cluster 2023-12-07T16:57:30.354223+0000 mgr.a (mgr.24293) 17125 : cluster 0 pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:30.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:30 smithi044 bash[32620]: cluster 2023-12-07T16:57:30.354223+0000 mgr.a (mgr.24293) 17125 : cluster 0 pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:31.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:31.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:31.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:32.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:32.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:32.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:32.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:32.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:32 smithi022 bash[28554]: audit 2023-12-07T16:57:31.515096+0000 mgr.a (mgr.24293) 17126 : audit 0 from='client.340419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:32 smithi022 bash[28554]: cluster 2023-12-07T16:57:32.355466+0000 mgr.a (mgr.24293) 17127 : cluster 0 pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:33.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:32 smithi044 bash[32620]: audit 2023-12-07T16:57:31.515096+0000 mgr.a (mgr.24293) 17126 : audit 0 from='client.340419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:33.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:32 smithi044 bash[32620]: cluster 2023-12-07T16:57:32.355466+0000 mgr.a (mgr.24293) 17127 : cluster 0 pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:32 smithi027 bash[31536]: audit 2023-12-07T16:57:31.515096+0000 mgr.a (mgr.24293) 17126 : audit 0 from='client.340419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:32 smithi027 bash[31536]: cluster 2023-12-07T16:57:32.355466+0000 mgr.a (mgr.24293) 17127 : cluster 0 pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:34 smithi027 bash[31536]: cluster 2023-12-07T16:57:34.356208+0000 mgr.a (mgr.24293) 17128 : cluster 0 pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:34.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:34 smithi022 bash[28554]: cluster 2023-12-07T16:57:34.356208+0000 mgr.a (mgr.24293) 17128 : cluster 0 pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:34.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:34 smithi044 bash[32620]: cluster 2023-12-07T16:57:34.356208+0000 mgr.a (mgr.24293) 17128 : cluster 0 pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:57:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:36 smithi027 bash[31536]: cluster 2023-12-07T16:57:36.357145+0000 mgr.a (mgr.24293) 17129 : cluster 0 pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:36.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:36 smithi022 bash[28554]: cluster 2023-12-07T16:57:36.357145+0000 mgr.a (mgr.24293) 17129 : cluster 0 pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:36.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:36 smithi044 bash[32620]: cluster 2023-12-07T16:57:36.357145+0000 mgr.a (mgr.24293) 17129 : cluster 0 pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:37.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:37.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:37.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:37.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:37.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:37.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:37.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:37.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:38 smithi027 bash[31536]: audit 2023-12-07T16:57:37.436597+0000 mgr.a (mgr.24293) 17130 : audit 0 from='client.340497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:38 smithi027 bash[31536]: cluster 2023-12-07T16:57:38.357911+0000 mgr.a (mgr.24293) 17131 : cluster 0 pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:38.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:38 smithi022 bash[28554]: audit 2023-12-07T16:57:37.436597+0000 mgr.a (mgr.24293) 17130 : audit 0 from='client.340497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:38.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:38 smithi022 bash[28554]: cluster 2023-12-07T16:57:38.357911+0000 mgr.a (mgr.24293) 17131 : cluster 0 pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:38.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:38 smithi044 bash[32620]: audit 2023-12-07T16:57:37.436597+0000 mgr.a (mgr.24293) 17130 : audit 0 from='client.340497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:38.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:38 smithi044 bash[32620]: cluster 2023-12-07T16:57:38.357911+0000 mgr.a (mgr.24293) 17131 : cluster 0 pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:40 smithi027 bash[31536]: cluster 2023-12-07T16:57:40.358525+0000 mgr.a (mgr.24293) 17132 : cluster 0 pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:40.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:40 smithi022 bash[28554]: cluster 2023-12-07T16:57:40.358525+0000 mgr.a (mgr.24293) 17132 : cluster 0 pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:40.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:40 smithi044 bash[32620]: cluster 2023-12-07T16:57:40.358525+0000 mgr.a (mgr.24293) 17132 : cluster 0 pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:42.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:43.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:42 smithi022 bash[28554]: cluster 2023-12-07T16:57:42.359345+0000 mgr.a (mgr.24293) 17133 : cluster 0 pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:43.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:42 smithi044 bash[32620]: cluster 2023-12-07T16:57:42.359345+0000 mgr.a (mgr.24293) 17133 : cluster 0 pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:43.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:42 smithi027 bash[31536]: cluster 2023-12-07T16:57:42.359345+0000 mgr.a (mgr.24293) 17133 : cluster 0 pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:43.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:44 smithi027 bash[31536]: audit 2023-12-07T16:57:43.398916+0000 mgr.a (mgr.24293) 17134 : audit 0 from='client.340575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:44 smithi027 bash[31536]: cluster 2023-12-07T16:57:44.360089+0000 mgr.a (mgr.24293) 17135 : cluster 0 pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:44 smithi022 bash[28554]: audit 2023-12-07T16:57:43.398916+0000 mgr.a (mgr.24293) 17134 : audit 0 from='client.340575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:44 smithi022 bash[28554]: cluster 2023-12-07T16:57:44.360089+0000 mgr.a (mgr.24293) 17135 : cluster 0 pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:44.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:44 smithi044 bash[32620]: audit 2023-12-07T16:57:43.398916+0000 mgr.a (mgr.24293) 17134 : audit 0 from='client.340575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:44.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:44 smithi044 bash[32620]: cluster 2023-12-07T16:57:44.360089+0000 mgr.a (mgr.24293) 17135 : cluster 0 pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:46 smithi027 bash[31536]: cluster 2023-12-07T16:57:46.360911+0000 mgr.a (mgr.24293) 17136 : cluster 0 pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:46.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:46 smithi022 bash[28554]: cluster 2023-12-07T16:57:46.360911+0000 mgr.a (mgr.24293) 17136 : cluster 0 pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:46.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:46 smithi044 bash[32620]: cluster 2023-12-07T16:57:46.360911+0000 mgr.a (mgr.24293) 17136 : cluster 0 pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:48.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:48 smithi027 bash[31536]: cluster 2023-12-07T16:57:48.361475+0000 mgr.a (mgr.24293) 17137 : cluster 0 pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:48.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:48.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:48.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:48.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:48 smithi022 bash[28554]: cluster 2023-12-07T16:57:48.361475+0000 mgr.a (mgr.24293) 17137 : cluster 0 pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:48.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:48 smithi044 bash[32620]: cluster 2023-12-07T16:57:48.361475+0000 mgr.a (mgr.24293) 17137 : cluster 0 pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:49.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:49 smithi027 bash[31536]: audit 2023-12-07T16:57:49.328451+0000 mgr.a (mgr.24293) 17138 : audit 0 from='client.340650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:49.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:49.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:49.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:49 smithi022 bash[28554]: audit 2023-12-07T16:57:49.328451+0000 mgr.a (mgr.24293) 17138 : audit 0 from='client.340650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:49.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:49 smithi044 bash[32620]: audit 2023-12-07T16:57:49.328451+0000 mgr.a (mgr.24293) 17138 : audit 0 from='client.340650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:50.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:50 smithi022 bash[28554]: cluster 2023-12-07T16:57:50.362253+0000 mgr.a (mgr.24293) 17139 : cluster 0 pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:50.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:50 smithi044 bash[32620]: cluster 2023-12-07T16:57:50.362253+0000 mgr.a (mgr.24293) 17139 : cluster 0 pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:50.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:50 smithi027 bash[31536]: cluster 2023-12-07T16:57:50.362253+0000 mgr.a (mgr.24293) 17139 : cluster 0 pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:53.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:52 smithi044 bash[32620]: cluster 2023-12-07T16:57:52.363110+0000 mgr.a (mgr.24293) 17140 : cluster 0 pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:53.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:52 smithi022 bash[28554]: cluster 2023-12-07T16:57:52.363110+0000 mgr.a (mgr.24293) 17140 : cluster 0 pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:52 smithi027 bash[31536]: cluster 2023-12-07T16:57:52.363110+0000 mgr.a (mgr.24293) 17140 : cluster 0 pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:57:54.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:54 smithi027 bash[31536]: cluster 2023-12-07T16:57:54.363707+0000 mgr.a (mgr.24293) 17141 : cluster 0 pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:54.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:57:54.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:57:54.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:57:54.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:54 smithi022 bash[28554]: cluster 2023-12-07T16:57:54.363707+0000 mgr.a (mgr.24293) 17141 : cluster 0 pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:54.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:54 smithi044 bash[32620]: cluster 2023-12-07T16:57:54.363707+0000 mgr.a (mgr.24293) 17141 : cluster 0 pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:57:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:55 smithi027 bash[31536]: audit 2023-12-07T16:57:55.273943+0000 mgr.a (mgr.24293) 17142 : audit 0 from='client.340722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:55.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:57:55.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:57:55.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:57:55.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:57:55.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:57:55.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:55 smithi022 bash[28554]: audit 2023-12-07T16:57:55.273943+0000 mgr.a (mgr.24293) 17142 : audit 0 from='client.340722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:55.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:55 smithi044 bash[32620]: audit 2023-12-07T16:57:55.273943+0000 mgr.a (mgr.24293) 17142 : audit 0 from='client.340722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:57:56.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:56 smithi022 bash[28554]: cluster 2023-12-07T16:57:56.364842+0000 mgr.a (mgr.24293) 17143 : cluster 0 pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:57:56.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:56 smithi044 bash[32620]: cluster 2023-12-07T16:57:56.364842+0000 mgr.a (mgr.24293) 17143 : cluster 0 pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:57:56.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:56 smithi027 bash[31536]: cluster 2023-12-07T16:57:56.364842+0000 mgr.a (mgr.24293) 17143 : cluster 0 pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:57:58.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:57:58 smithi027 bash[31536]: cluster 2023-12-07T16:57:58.365417+0000 mgr.a (mgr.24293) 17144 : cluster 0 pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:57:58.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:57:58 smithi022 bash[28554]: cluster 2023-12-07T16:57:58.365417+0000 mgr.a (mgr.24293) 17144 : cluster 0 pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:57:58.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:57:58 smithi044 bash[32620]: cluster 2023-12-07T16:57:58.365417+0000 mgr.a (mgr.24293) 17144 : cluster 0 pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:58:00.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:00 smithi027 bash[31536]: cluster 2023-12-07T16:58:00.365949+0000 mgr.a (mgr.24293) 17145 : cluster 0 pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:58:00.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:00.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:00.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:00.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:00 smithi022 bash[28554]: cluster 2023-12-07T16:58:00.365949+0000 mgr.a (mgr.24293) 17145 : cluster 0 pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:58:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:00 smithi044 bash[32620]: cluster 2023-12-07T16:58:00.365949+0000 mgr.a (mgr.24293) 17145 : cluster 0 pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:58:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:01 smithi027 bash[31536]: audit 2023-12-07T16:58:01.219211+0000 mgr.a (mgr.24293) 17146 : audit 0 from='client.340797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:01.763 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:01.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:01.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:01.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:01.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:01.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:01 smithi022 bash[28554]: audit 2023-12-07T16:58:01.219211+0000 mgr.a (mgr.24293) 17146 : audit 0 from='client.340797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:01.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:01 smithi044 bash[32620]: audit 2023-12-07T16:58:01.219211+0000 mgr.a (mgr.24293) 17146 : audit 0 from='client.340797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:03.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:02 smithi022 bash[28554]: cluster 2023-12-07T16:58:02.366980+0000 mgr.a (mgr.24293) 17147 : cluster 0 pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:02 smithi044 bash[32620]: cluster 2023-12-07T16:58:02.366980+0000 mgr.a (mgr.24293) 17147 : cluster 0 pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:03.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:02 smithi027 bash[31536]: cluster 2023-12-07T16:58:02.366980+0000 mgr.a (mgr.24293) 17147 : cluster 0 pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:04.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:04 smithi027 bash[31536]: cluster 2023-12-07T16:58:04.367613+0000 mgr.a (mgr.24293) 17148 : cluster 0 pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:58:04.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:04 smithi022 bash[28554]: cluster 2023-12-07T16:58:04.367613+0000 mgr.a (mgr.24293) 17148 : cluster 0 pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:58:04.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:04 smithi044 bash[32620]: cluster 2023-12-07T16:58:04.367613+0000 mgr.a (mgr.24293) 17148 : cluster 0 pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:58:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:06 smithi027 bash[31536]: cluster 2023-12-07T16:58:06.368351+0000 mgr.a (mgr.24293) 17149 : cluster 0 pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:06.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:06.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:06.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:06.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:06 smithi022 bash[28554]: cluster 2023-12-07T16:58:06.368351+0000 mgr.a (mgr.24293) 17149 : cluster 0 pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:06.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:06 smithi044 bash[32620]: cluster 2023-12-07T16:58:06.368351+0000 mgr.a (mgr.24293) 17149 : cluster 0 pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:07.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:07.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:07.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:07.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:07.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:08.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:07 smithi022 bash[28554]: audit 2023-12-07T16:58:07.181260+0000 mgr.a (mgr.24293) 17150 : audit 0 from='client.340872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:08.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:07 smithi044 bash[32620]: audit 2023-12-07T16:58:07.181260+0000 mgr.a (mgr.24293) 17150 : audit 0 from='client.340872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:08.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:07 smithi027 bash[31536]: audit 2023-12-07T16:58:07.181260+0000 mgr.a (mgr.24293) 17150 : audit 0 from='client.340872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:09.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:08 smithi022 bash[28554]: cluster 2023-12-07T16:58:08.369101+0000 mgr.a (mgr.24293) 17151 : cluster 0 pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:58:09.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:08 smithi044 bash[32620]: cluster 2023-12-07T16:58:08.369101+0000 mgr.a (mgr.24293) 17151 : cluster 0 pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:58:09.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:08 smithi027 bash[31536]: cluster 2023-12-07T16:58:08.369101+0000 mgr.a (mgr.24293) 17151 : cluster 0 pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:58:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:10 smithi027 bash[31536]: cluster 2023-12-07T16:58:10.369647+0000 mgr.a (mgr.24293) 17152 : cluster 0 pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:58:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:10 smithi044 bash[32620]: cluster 2023-12-07T16:58:10.369647+0000 mgr.a (mgr.24293) 17152 : cluster 0 pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:58:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:10 smithi022 bash[28554]: cluster 2023-12-07T16:58:10.369647+0000 mgr.a (mgr.24293) 17152 : cluster 0 pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:58:12.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:12.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:12.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:13.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:12 smithi022 bash[28554]: cluster 2023-12-07T16:58:12.370429+0000 mgr.a (mgr.24293) 17153 : cluster 0 pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:58:13.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:12 smithi044 bash[32620]: cluster 2023-12-07T16:58:12.370429+0000 mgr.a (mgr.24293) 17153 : cluster 0 pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:58:13.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:12 smithi027 bash[31536]: cluster 2023-12-07T16:58:12.370429+0000 mgr.a (mgr.24293) 17153 : cluster 0 pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:58:13.638 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:13.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:13.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:13.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:13.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:14.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:13 smithi044 bash[32620]: audit 2023-12-07T16:58:13.110933+0000 mgr.a (mgr.24293) 17154 : audit 0 from='client.340950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:14.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:13 smithi022 bash[28554]: audit 2023-12-07T16:58:13.110933+0000 mgr.a (mgr.24293) 17154 : audit 0 from='client.340950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:14.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:13 smithi027 bash[31536]: audit 2023-12-07T16:58:13.110933+0000 mgr.a (mgr.24293) 17154 : audit 0 from='client.340950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:15.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:14 smithi022 bash[28554]: cluster 2023-12-07T16:58:14.371135+0000 mgr.a (mgr.24293) 17155 : cluster 0 pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:15.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:14 smithi044 bash[32620]: cluster 2023-12-07T16:58:14.371135+0000 mgr.a (mgr.24293) 17155 : cluster 0 pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:15.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:14 smithi027 bash[31536]: cluster 2023-12-07T16:58:14.371135+0000 mgr.a (mgr.24293) 17155 : cluster 0 pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:16 smithi027 bash[31536]: cluster 2023-12-07T16:58:16.372041+0000 mgr.a (mgr.24293) 17156 : cluster 0 pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:16.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:16 smithi022 bash[28554]: cluster 2023-12-07T16:58:16.372041+0000 mgr.a (mgr.24293) 17156 : cluster 0 pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:16.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:16 smithi044 bash[32620]: cluster 2023-12-07T16:58:16.372041+0000 mgr.a (mgr.24293) 17156 : cluster 0 pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:18.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:18.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:18.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:18 smithi027 bash[31536]: cluster 2023-12-07T16:58:18.372593+0000 mgr.a (mgr.24293) 17157 : cluster 0 pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:18.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:18 smithi022 bash[28554]: cluster 2023-12-07T16:58:18.372593+0000 mgr.a (mgr.24293) 17157 : cluster 0 pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:18.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:18 smithi044 bash[32620]: cluster 2023-12-07T16:58:18.372593+0000 mgr.a (mgr.24293) 17157 : cluster 0 pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:19.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:19.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:19.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:19.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:19.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:19.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:19 smithi022 bash[28554]: audit 2023-12-07T16:58:19.051071+0000 mgr.a (mgr.24293) 17158 : audit 0 from='client.341025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:19.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:19 smithi044 bash[32620]: audit 2023-12-07T16:58:19.051071+0000 mgr.a (mgr.24293) 17158 : audit 0 from='client.341025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:19 smithi027 bash[31536]: audit 2023-12-07T16:58:19.051071+0000 mgr.a (mgr.24293) 17158 : audit 0 from='client.341025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:20.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:20 smithi022 bash[28554]: cluster 2023-12-07T16:58:20.373242+0000 mgr.a (mgr.24293) 17159 : cluster 0 pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:20.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:20 smithi044 bash[32620]: cluster 2023-12-07T16:58:20.373242+0000 mgr.a (mgr.24293) 17159 : cluster 0 pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:20 smithi027 bash[31536]: cluster 2023-12-07T16:58:20.373242+0000 mgr.a (mgr.24293) 17159 : cluster 0 pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:23.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:22 smithi022 bash[28554]: cluster 2023-12-07T16:58:22.374035+0000 mgr.a (mgr.24293) 17160 : cluster 0 pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:23.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:22 smithi022 bash[28554]: audit 2023-12-07T16:58:22.451130+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:58:23.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:22 smithi044 bash[32620]: cluster 2023-12-07T16:58:22.374035+0000 mgr.a (mgr.24293) 17160 : cluster 0 pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:23.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:22 smithi044 bash[32620]: audit 2023-12-07T16:58:22.451130+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:58:23.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:22 smithi027 bash[31536]: cluster 2023-12-07T16:58:22.374035+0000 mgr.a (mgr.24293) 17160 : cluster 0 pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:22 smithi027 bash[31536]: audit 2023-12-07T16:58:22.451130+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:58:24.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:24.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:24.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:24.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:24 smithi022 bash[28554]: cluster 2023-12-07T16:58:24.374633+0000 mgr.a (mgr.24293) 17161 : cluster 0 pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:24.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:24 smithi044 bash[32620]: cluster 2023-12-07T16:58:24.374633+0000 mgr.a (mgr.24293) 17161 : cluster 0 pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:24.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:24 smithi027 bash[31536]: cluster 2023-12-07T16:58:24.374633+0000 mgr.a (mgr.24293) 17161 : cluster 0 pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:25.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:25.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:25.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:25.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:25.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:25.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:25 smithi022 bash[28554]: audit 2023-12-07T16:58:25.008157+0000 mgr.a (mgr.24293) 17162 : audit 0 from='client.341100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:25.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:25 smithi044 bash[32620]: audit 2023-12-07T16:58:25.008157+0000 mgr.a (mgr.24293) 17162 : audit 0 from='client.341100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:25.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:25 smithi027 bash[31536]: audit 2023-12-07T16:58:25.008157+0000 mgr.a (mgr.24293) 17162 : audit 0 from='client.341100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:26.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:26 smithi022 bash[28554]: cluster 2023-12-07T16:58:26.375597+0000 mgr.a (mgr.24293) 17163 : cluster 0 pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:58:26.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:26 smithi044 bash[32620]: cluster 2023-12-07T16:58:26.375597+0000 mgr.a (mgr.24293) 17163 : cluster 0 pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:58:26.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:26 smithi027 bash[31536]: cluster 2023-12-07T16:58:26.375597+0000 mgr.a (mgr.24293) 17163 : cluster 0 pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:58:29.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:27.808624+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:27.814077+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:27.857508+0000 mon.a (mon.0) 2818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:27.861020+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:27.864323+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:27.869231+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: cluster 2023-12-07T16:58:28.376112+0000 mgr.a (mgr.24293) 17164 : cluster 0 pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:28.552597+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:28.554644+0000 mon.a (mon.0) 2823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:28 smithi022 bash[28554]: audit 2023-12-07T16:58:28.564231+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:27.808624+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:27.814077+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:27.857508+0000 mon.a (mon.0) 2818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:27.861020+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:27.864323+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:27.869231+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: cluster 2023-12-07T16:58:28.376112+0000 mgr.a (mgr.24293) 17164 : cluster 0 pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:58:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:28.552597+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:58:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:28.554644+0000 mon.a (mon.0) 2823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:58:29.175 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:28 smithi044 bash[32620]: audit 2023-12-07T16:58:28.564231+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:27.808624+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:27.814077+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:27.857508+0000 mon.a (mon.0) 2818 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:27.861020+0000 mon.a (mon.0) 2819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:27.864323+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:27.869231+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: cluster 2023-12-07T16:58:28.376112+0000 mgr.a (mgr.24293) 17164 : cluster 0 pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:28.552597+0000 mon.a (mon.0) 2822 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:28.554644+0000 mon.a (mon.0) 2823 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:58:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:28 smithi027 bash[31536]: audit 2023-12-07T16:58:28.564231+0000 mon.a (mon.0) 2824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:58:30.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:30.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:30.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:30.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:30 smithi022 bash[28554]: cluster 2023-12-07T16:58:30.376688+0000 mgr.a (mgr.24293) 17165 : cluster 0 pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:58:30.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:30 smithi044 bash[32620]: cluster 2023-12-07T16:58:30.376688+0000 mgr.a (mgr.24293) 17165 : cluster 0 pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:58:30.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:30 smithi027 bash[31536]: cluster 2023-12-07T16:58:30.376688+0000 mgr.a (mgr.24293) 17165 : cluster 0 pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:58:31.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:31.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:31.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:31.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:31.464 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:31.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:31 smithi022 bash[28554]: audit 2023-12-07T16:58:30.935079+0000 mgr.a (mgr.24293) 17166 : audit 0 from='client.341178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:31.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:31 smithi044 bash[32620]: audit 2023-12-07T16:58:30.935079+0000 mgr.a (mgr.24293) 17166 : audit 0 from='client.341178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:31.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:31 smithi027 bash[31536]: audit 2023-12-07T16:58:30.935079+0000 mgr.a (mgr.24293) 17166 : audit 0 from='client.341178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:32 smithi044 bash[32620]: cluster 2023-12-07T16:58:32.377719+0000 mgr.a (mgr.24293) 17167 : cluster 0 pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:32 smithi022 bash[28554]: cluster 2023-12-07T16:58:32.377719+0000 mgr.a (mgr.24293) 17167 : cluster 0 pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:32 smithi027 bash[31536]: cluster 2023-12-07T16:58:32.377719+0000 mgr.a (mgr.24293) 17167 : cluster 0 pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:34 smithi044 bash[32620]: cluster 2023-12-07T16:58:34.378314+0000 mgr.a (mgr.24293) 17168 : cluster 0 pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:58:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:34 smithi022 bash[28554]: cluster 2023-12-07T16:58:34.378314+0000 mgr.a (mgr.24293) 17168 : cluster 0 pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:58:34.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:34 smithi027 bash[31536]: cluster 2023-12-07T16:58:34.378314+0000 mgr.a (mgr.24293) 17168 : cluster 0 pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:58:36.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:36.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:36.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:36.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:36 smithi022 bash[28554]: cluster 2023-12-07T16:58:36.379100+0000 mgr.a (mgr.24293) 17169 : cluster 0 pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:36.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:36 smithi044 bash[32620]: cluster 2023-12-07T16:58:36.379100+0000 mgr.a (mgr.24293) 17169 : cluster 0 pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:36.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:36 smithi027 bash[31536]: cluster 2023-12-07T16:58:36.379100+0000 mgr.a (mgr.24293) 17169 : cluster 0 pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:37.412 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:37.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:37.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:37.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:37.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:38.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:37 smithi022 bash[28554]: audit 2023-12-07T16:58:36.894110+0000 mgr.a (mgr.24293) 17170 : audit 0 from='client.341250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:38.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:37 smithi044 bash[32620]: audit 2023-12-07T16:58:36.894110+0000 mgr.a (mgr.24293) 17170 : audit 0 from='client.341250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:38.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:37 smithi027 bash[31536]: audit 2023-12-07T16:58:36.894110+0000 mgr.a (mgr.24293) 17170 : audit 0 from='client.341250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:38 smithi044 bash[32620]: cluster 2023-12-07T16:58:38.379762+0000 mgr.a (mgr.24293) 17171 : cluster 0 pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:58:39.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:38 smithi022 bash[28554]: cluster 2023-12-07T16:58:38.379762+0000 mgr.a (mgr.24293) 17171 : cluster 0 pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:58:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:38 smithi027 bash[31536]: cluster 2023-12-07T16:58:38.379762+0000 mgr.a (mgr.24293) 17171 : cluster 0 pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:58:40.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:40 smithi022 bash[28554]: cluster 2023-12-07T16:58:40.380347+0000 mgr.a (mgr.24293) 17172 : cluster 0 pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:58:40.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:40 smithi044 bash[32620]: cluster 2023-12-07T16:58:40.380347+0000 mgr.a (mgr.24293) 17172 : cluster 0 pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:58:40.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:40 smithi027 bash[31536]: cluster 2023-12-07T16:58:40.380347+0000 mgr.a (mgr.24293) 17172 : cluster 0 pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:58:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:43.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:42 smithi022 bash[28554]: cluster 2023-12-07T16:58:42.381122+0000 mgr.a (mgr.24293) 17173 : cluster 0 pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:58:43.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:42 smithi044 bash[32620]: cluster 2023-12-07T16:58:42.381122+0000 mgr.a (mgr.24293) 17173 : cluster 0 pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:58:43.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:42 smithi027 bash[31536]: cluster 2023-12-07T16:58:42.381122+0000 mgr.a (mgr.24293) 17173 : cluster 0 pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:58:43.350 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:43.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:43.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:43.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:43.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:44.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:43 smithi022 bash[28554]: audit 2023-12-07T16:58:42.829558+0000 mgr.a (mgr.24293) 17174 : audit 0 from='client.271208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:44.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:43 smithi044 bash[32620]: audit 2023-12-07T16:58:42.829558+0000 mgr.a (mgr.24293) 17174 : audit 0 from='client.271208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:44.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:43 smithi027 bash[31536]: audit 2023-12-07T16:58:42.829558+0000 mgr.a (mgr.24293) 17174 : audit 0 from='client.271208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:45.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:44 smithi044 bash[32620]: cluster 2023-12-07T16:58:44.381801+0000 mgr.a (mgr.24293) 17175 : cluster 0 pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:44 smithi022 bash[28554]: cluster 2023-12-07T16:58:44.381801+0000 mgr.a (mgr.24293) 17175 : cluster 0 pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:45.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:44 smithi027 bash[31536]: cluster 2023-12-07T16:58:44.381801+0000 mgr.a (mgr.24293) 17175 : cluster 0 pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:46.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:46 smithi022 bash[28554]: cluster 2023-12-07T16:58:46.382617+0000 mgr.a (mgr.24293) 17176 : cluster 0 pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:46.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:46 smithi044 bash[32620]: cluster 2023-12-07T16:58:46.382617+0000 mgr.a (mgr.24293) 17176 : cluster 0 pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:46.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:46 smithi027 bash[31536]: cluster 2023-12-07T16:58:46.382617+0000 mgr.a (mgr.24293) 17176 : cluster 0 pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:48.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:48.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:48.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:48.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:48 smithi022 bash[28554]: cluster 2023-12-07T16:58:48.383202+0000 mgr.a (mgr.24293) 17177 : cluster 0 pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:48.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:48 smithi044 bash[32620]: cluster 2023-12-07T16:58:48.383202+0000 mgr.a (mgr.24293) 17177 : cluster 0 pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:48.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:48 smithi027 bash[31536]: cluster 2023-12-07T16:58:48.383202+0000 mgr.a (mgr.24293) 17177 : cluster 0 pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:49.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:49.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:49.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:49.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:49.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:49.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:49 smithi022 bash[28554]: audit 2023-12-07T16:58:48.776751+0000 mgr.a (mgr.24293) 17178 : audit 0 from='client.341406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:49.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:49 smithi044 bash[32620]: audit 2023-12-07T16:58:48.776751+0000 mgr.a (mgr.24293) 17178 : audit 0 from='client.341406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:49.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:49 smithi027 bash[31536]: audit 2023-12-07T16:58:48.776751+0000 mgr.a (mgr.24293) 17178 : audit 0 from='client.341406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:50.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:50 smithi022 bash[28554]: cluster 2023-12-07T16:58:50.383865+0000 mgr.a (mgr.24293) 17179 : cluster 0 pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:50.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:50 smithi044 bash[32620]: cluster 2023-12-07T16:58:50.383865+0000 mgr.a (mgr.24293) 17179 : cluster 0 pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:50.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:50 smithi027 bash[31536]: cluster 2023-12-07T16:58:50.383865+0000 mgr.a (mgr.24293) 17179 : cluster 0 pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:53.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:52 smithi022 bash[28554]: cluster 2023-12-07T16:58:52.384693+0000 mgr.a (mgr.24293) 17180 : cluster 0 pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:53.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:52 smithi044 bash[32620]: cluster 2023-12-07T16:58:52.384693+0000 mgr.a (mgr.24293) 17180 : cluster 0 pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:52 smithi027 bash[31536]: cluster 2023-12-07T16:58:52.384693+0000 mgr.a (mgr.24293) 17180 : cluster 0 pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:54.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:58:54.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:58:54.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:58:54.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:54 smithi044 bash[32620]: cluster 2023-12-07T16:58:54.385281+0000 mgr.a (mgr.24293) 17181 : cluster 0 pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:54.923 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:54 smithi022 bash[28554]: cluster 2023-12-07T16:58:54.385281+0000 mgr.a (mgr.24293) 17181 : cluster 0 pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:54.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:54 smithi027 bash[31536]: cluster 2023-12-07T16:58:54.385281+0000 mgr.a (mgr.24293) 17181 : cluster 0 pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:55.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:58:55.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:58:55.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:58:55.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:58:55.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:58:55.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:55 smithi022 bash[28554]: audit 2023-12-07T16:58:54.692228+0000 mgr.a (mgr.24293) 17182 : audit 0 from='client.341481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:55.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:55 smithi044 bash[32620]: audit 2023-12-07T16:58:54.692228+0000 mgr.a (mgr.24293) 17182 : audit 0 from='client.341481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:55.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:55 smithi027 bash[31536]: audit 2023-12-07T16:58:54.692228+0000 mgr.a (mgr.24293) 17182 : audit 0 from='client.341481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:58:56.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:56 smithi022 bash[28554]: cluster 2023-12-07T16:58:56.386165+0000 mgr.a (mgr.24293) 17183 : cluster 0 pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:56.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:56 smithi044 bash[32620]: cluster 2023-12-07T16:58:56.386165+0000 mgr.a (mgr.24293) 17183 : cluster 0 pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:56.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:56 smithi027 bash[31536]: cluster 2023-12-07T16:58:56.386165+0000 mgr.a (mgr.24293) 17183 : cluster 0 pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:58:58.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:58:58 smithi022 bash[28554]: cluster 2023-12-07T16:58:58.386770+0000 mgr.a (mgr.24293) 17184 : cluster 0 pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:58.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:58:58 smithi044 bash[32620]: cluster 2023-12-07T16:58:58.386770+0000 mgr.a (mgr.24293) 17184 : cluster 0 pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:58:58.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:58:58 smithi027 bash[31536]: cluster 2023-12-07T16:58:58.386770+0000 mgr.a (mgr.24293) 17184 : cluster 0 pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:00.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:00.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:00.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:00 smithi022 bash[28554]: cluster 2023-12-07T16:59:00.387282+0000 mgr.a (mgr.24293) 17185 : cluster 0 pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:00.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:00 smithi044 bash[32620]: cluster 2023-12-07T16:59:00.387282+0000 mgr.a (mgr.24293) 17185 : cluster 0 pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:00.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:00 smithi027 bash[31536]: cluster 2023-12-07T16:59:00.387282+0000 mgr.a (mgr.24293) 17185 : cluster 0 pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:01.156 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:01.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:01.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:01.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:01.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:01.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:01 smithi022 bash[28554]: audit 2023-12-07T16:59:00.630812+0000 mgr.a (mgr.24293) 17186 : audit 0 from='client.341559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:01.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:01 smithi044 bash[32620]: audit 2023-12-07T16:59:00.630812+0000 mgr.a (mgr.24293) 17186 : audit 0 from='client.341559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:01.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:01 smithi027 bash[31536]: audit 2023-12-07T16:59:00.630812+0000 mgr.a (mgr.24293) 17186 : audit 0 from='client.341559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:03.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:02 smithi044 bash[32620]: cluster 2023-12-07T16:59:02.388244+0000 mgr.a (mgr.24293) 17187 : cluster 0 pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:02 smithi022 bash[28554]: cluster 2023-12-07T16:59:02.388244+0000 mgr.a (mgr.24293) 17187 : cluster 0 pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:02 smithi027 bash[31536]: cluster 2023-12-07T16:59:02.388244+0000 mgr.a (mgr.24293) 17187 : cluster 0 pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:04.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:04 smithi022 bash[28554]: cluster 2023-12-07T16:59:04.388805+0000 mgr.a (mgr.24293) 17188 : cluster 0 pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:04.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:04 smithi044 bash[32620]: cluster 2023-12-07T16:59:04.388805+0000 mgr.a (mgr.24293) 17188 : cluster 0 pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:04.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:04 smithi027 bash[31536]: cluster 2023-12-07T16:59:04.388805+0000 mgr.a (mgr.24293) 17188 : cluster 0 pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:06.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:06.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:06.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:06.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:06 smithi022 bash[28554]: cluster 2023-12-07T16:59:06.389584+0000 mgr.a (mgr.24293) 17189 : cluster 0 pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:06.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:06 smithi044 bash[32620]: cluster 2023-12-07T16:59:06.389584+0000 mgr.a (mgr.24293) 17189 : cluster 0 pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:06.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:06 smithi027 bash[31536]: cluster 2023-12-07T16:59:06.389584+0000 mgr.a (mgr.24293) 17189 : cluster 0 pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:07.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:07.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:07.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:07.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:07.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:08.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:07 smithi044 bash[32620]: audit 2023-12-07T16:59:06.582997+0000 mgr.a (mgr.24293) 17190 : audit 0 from='client.278707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:08.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:07 smithi022 bash[28554]: audit 2023-12-07T16:59:06.582997+0000 mgr.a (mgr.24293) 17190 : audit 0 from='client.278707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:08.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:07 smithi027 bash[31536]: audit 2023-12-07T16:59:06.582997+0000 mgr.a (mgr.24293) 17190 : audit 0 from='client.278707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:09.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:08 smithi022 bash[28554]: cluster 2023-12-07T16:59:08.390276+0000 mgr.a (mgr.24293) 17191 : cluster 0 pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:09.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:08 smithi044 bash[32620]: cluster 2023-12-07T16:59:08.390276+0000 mgr.a (mgr.24293) 17191 : cluster 0 pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:09.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:08 smithi027 bash[31536]: cluster 2023-12-07T16:59:08.390276+0000 mgr.a (mgr.24293) 17191 : cluster 0 pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:10.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:10 smithi022 bash[28554]: cluster 2023-12-07T16:59:10.390840+0000 mgr.a (mgr.24293) 17192 : cluster 0 pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:10.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:10 smithi044 bash[32620]: cluster 2023-12-07T16:59:10.390840+0000 mgr.a (mgr.24293) 17192 : cluster 0 pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:10.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:10 smithi027 bash[31536]: cluster 2023-12-07T16:59:10.390840+0000 mgr.a (mgr.24293) 17192 : cluster 0 pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:12.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:12.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:12.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:13.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:13.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:13.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:13.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:13.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:13.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:12 smithi044 bash[32620]: cluster 2023-12-07T16:59:12.391651+0000 mgr.a (mgr.24293) 17193 : cluster 0 pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:12 smithi022 bash[28554]: cluster 2023-12-07T16:59:12.391651+0000 mgr.a (mgr.24293) 17193 : cluster 0 pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:13.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:12 smithi027 bash[31536]: cluster 2023-12-07T16:59:12.391651+0000 mgr.a (mgr.24293) 17193 : cluster 0 pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:14.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:13 smithi022 bash[28554]: audit 2023-12-07T16:59:12.512323+0000 mgr.a (mgr.24293) 17194 : audit 0 from='client.341715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:14.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:13 smithi044 bash[32620]: audit 2023-12-07T16:59:12.512323+0000 mgr.a (mgr.24293) 17194 : audit 0 from='client.341715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:14.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:13 smithi027 bash[31536]: audit 2023-12-07T16:59:12.512323+0000 mgr.a (mgr.24293) 17194 : audit 0 from='client.341715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:15.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:14 smithi022 bash[28554]: cluster 2023-12-07T16:59:14.392306+0000 mgr.a (mgr.24293) 17195 : cluster 0 pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:15.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:14 smithi044 bash[32620]: cluster 2023-12-07T16:59:14.392306+0000 mgr.a (mgr.24293) 17195 : cluster 0 pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:15.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:14 smithi027 bash[31536]: cluster 2023-12-07T16:59:14.392306+0000 mgr.a (mgr.24293) 17195 : cluster 0 pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:16.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:16 smithi022 bash[28554]: cluster 2023-12-07T16:59:16.393104+0000 mgr.a (mgr.24293) 17196 : cluster 0 pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:16.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:16 smithi044 bash[32620]: cluster 2023-12-07T16:59:16.393104+0000 mgr.a (mgr.24293) 17196 : cluster 0 pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:16.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:16 smithi027 bash[31536]: cluster 2023-12-07T16:59:16.393104+0000 mgr.a (mgr.24293) 17196 : cluster 0 pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:18.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:18.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:18.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:18.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:18 smithi022 bash[28554]: cluster 2023-12-07T16:59:18.393647+0000 mgr.a (mgr.24293) 17197 : cluster 0 pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:18.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:18 smithi044 bash[32620]: cluster 2023-12-07T16:59:18.393647+0000 mgr.a (mgr.24293) 17197 : cluster 0 pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:18.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:18 smithi027 bash[31536]: cluster 2023-12-07T16:59:18.393647+0000 mgr.a (mgr.24293) 17197 : cluster 0 pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:18.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:18.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:18.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:18.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:18.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:19.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:19 smithi022 bash[28554]: audit 2023-12-07T16:59:18.460676+0000 mgr.a (mgr.24293) 17198 : audit 0 from='client.341793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:19.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:19 smithi044 bash[32620]: audit 2023-12-07T16:59:18.460676+0000 mgr.a (mgr.24293) 17198 : audit 0 from='client.341793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:19.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:19 smithi027 bash[31536]: audit 2023-12-07T16:59:18.460676+0000 mgr.a (mgr.24293) 17198 : audit 0 from='client.341793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:20.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:20 smithi022 bash[28554]: cluster 2023-12-07T16:59:20.394286+0000 mgr.a (mgr.24293) 17199 : cluster 0 pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:20.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:20 smithi044 bash[32620]: cluster 2023-12-07T16:59:20.394286+0000 mgr.a (mgr.24293) 17199 : cluster 0 pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:20.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:20 smithi027 bash[31536]: cluster 2023-12-07T16:59:20.394286+0000 mgr.a (mgr.24293) 17199 : cluster 0 pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:23.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:22 smithi022 bash[28554]: cluster 2023-12-07T16:59:22.395117+0000 mgr.a (mgr.24293) 17200 : cluster 0 pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:23.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:22 smithi044 bash[32620]: cluster 2023-12-07T16:59:22.395117+0000 mgr.a (mgr.24293) 17200 : cluster 0 pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:23.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:22 smithi027 bash[31536]: cluster 2023-12-07T16:59:22.395117+0000 mgr.a (mgr.24293) 17200 : cluster 0 pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:23.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:23.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:23.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:24.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:24 smithi022 bash[28554]: audit 2023-12-07T16:59:24.392158+0000 mgr.a (mgr.24293) 17201 : audit 0 from='client.341868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:24.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:24 smithi022 bash[28554]: cluster 2023-12-07T16:59:24.406096+0000 mgr.a (mgr.24293) 17202 : cluster 0 pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:24.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:24 smithi044 bash[32620]: audit 2023-12-07T16:59:24.392158+0000 mgr.a (mgr.24293) 17201 : audit 0 from='client.341868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:24.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:24 smithi044 bash[32620]: cluster 2023-12-07T16:59:24.406096+0000 mgr.a (mgr.24293) 17202 : cluster 0 pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:24.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:24.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:24.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:24.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:24.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:24.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:24 smithi027 bash[31536]: audit 2023-12-07T16:59:24.392158+0000 mgr.a (mgr.24293) 17201 : audit 0 from='client.341868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:24.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:24 smithi027 bash[31536]: cluster 2023-12-07T16:59:24.406096+0000 mgr.a (mgr.24293) 17202 : cluster 0 pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:26.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:26 smithi022 bash[28554]: cluster 2023-12-07T16:59:26.407031+0000 mgr.a (mgr.24293) 17203 : cluster 0 pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:26.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:26 smithi044 bash[32620]: cluster 2023-12-07T16:59:26.407031+0000 mgr.a (mgr.24293) 17203 : cluster 0 pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:26.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:26 smithi027 bash[31536]: cluster 2023-12-07T16:59:26.407031+0000 mgr.a (mgr.24293) 17203 : cluster 0 pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:28.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:28 smithi022 bash[28554]: cluster 2023-12-07T16:59:28.407629+0000 mgr.a (mgr.24293) 17204 : cluster 0 pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:28.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:28 smithi044 bash[32620]: cluster 2023-12-07T16:59:28.407629+0000 mgr.a (mgr.24293) 17204 : cluster 0 pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:28.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:28 smithi027 bash[31536]: cluster 2023-12-07T16:59:28.407629+0000 mgr.a (mgr.24293) 17204 : cluster 0 pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:29.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:29 smithi022 bash[28554]: audit 2023-12-07T16:59:28.668777+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:59:29.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:29 smithi022 bash[28554]: audit 2023-12-07T16:59:29.459681+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:59:29.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:29 smithi022 bash[28554]: audit 2023-12-07T16:59:29.461366+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:59:29.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:29 smithi044 bash[32620]: audit 2023-12-07T16:59:28.668777+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:59:29.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:29 smithi044 bash[32620]: audit 2023-12-07T16:59:29.459681+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:59:29.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:29 smithi044 bash[32620]: audit 2023-12-07T16:59:29.461366+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:59:29.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:29.944 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:29.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:29.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:29 smithi027 bash[31536]: audit 2023-12-07T16:59:28.668777+0000 mon.a (mon.0) 2825 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:59:29.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:29 smithi027 bash[31536]: audit 2023-12-07T16:59:29.459681+0000 mon.a (mon.0) 2826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:59:29.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:29 smithi027 bash[31536]: audit 2023-12-07T16:59:29.461366+0000 mon.a (mon.0) 2827 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:59:30.876 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:30.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:30.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:30.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:30.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:30.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:30 smithi022 bash[28554]: audit 2023-12-07T16:59:29.471108+0000 mon.a (mon.0) 2828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:59:30.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:30 smithi022 bash[28554]: audit 2023-12-07T16:59:30.350081+0000 mgr.a (mgr.24293) 17205 : audit 0 from='client.341940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:30.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:30 smithi022 bash[28554]: cluster 2023-12-07T16:59:30.408294+0000 mgr.a (mgr.24293) 17206 : cluster 0 pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:30.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:30 smithi044 bash[32620]: audit 2023-12-07T16:59:29.471108+0000 mon.a (mon.0) 2828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:59:30.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:30 smithi044 bash[32620]: audit 2023-12-07T16:59:30.350081+0000 mgr.a (mgr.24293) 17205 : audit 0 from='client.341940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:30.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:30 smithi044 bash[32620]: cluster 2023-12-07T16:59:30.408294+0000 mgr.a (mgr.24293) 17206 : cluster 0 pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:30.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:30 smithi027 bash[31536]: audit 2023-12-07T16:59:29.471108+0000 mon.a (mon.0) 2828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T16:59:30.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:30 smithi027 bash[31536]: audit 2023-12-07T16:59:30.350081+0000 mgr.a (mgr.24293) 17205 : audit 0 from='client.341940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:30.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:30 smithi027 bash[31536]: cluster 2023-12-07T16:59:30.408294+0000 mgr.a (mgr.24293) 17206 : cluster 0 pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:33.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:32 smithi022 bash[28554]: cluster 2023-12-07T16:59:32.409174+0000 mgr.a (mgr.24293) 17207 : cluster 0 pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:33.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:32 smithi044 bash[32620]: cluster 2023-12-07T16:59:32.409174+0000 mgr.a (mgr.24293) 17207 : cluster 0 pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:33.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:32 smithi027 bash[31536]: cluster 2023-12-07T16:59:32.409174+0000 mgr.a (mgr.24293) 17207 : cluster 0 pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:34.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:34 smithi022 bash[28554]: cluster 2023-12-07T16:59:34.409729+0000 mgr.a (mgr.24293) 17208 : cluster 0 pgmap v12866: 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-07T16:59:34.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:34 smithi044 bash[32620]: cluster 2023-12-07T16:59:34.409729+0000 mgr.a (mgr.24293) 17208 : cluster 0 pgmap v12866: 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-07T16:59:34.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:34 smithi027 bash[31536]: cluster 2023-12-07T16:59:34.409729+0000 mgr.a (mgr.24293) 17208 : cluster 0 pgmap v12866: 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-07T16:59:35.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:35.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:35.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:36.822 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:36.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:36.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:36.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:36.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:36.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:36 smithi022 bash[28554]: audit 2023-12-07T16:59:36.297891+0000 mgr.a (mgr.24293) 17209 : audit 0 from='client.342012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:36.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:36 smithi022 bash[28554]: cluster 2023-12-07T16:59:36.410626+0000 mgr.a (mgr.24293) 17210 : cluster 0 pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:36 smithi044 bash[32620]: audit 2023-12-07T16:59:36.297891+0000 mgr.a (mgr.24293) 17209 : audit 0 from='client.342012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:36 smithi044 bash[32620]: cluster 2023-12-07T16:59:36.410626+0000 mgr.a (mgr.24293) 17210 : cluster 0 pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:36.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:36 smithi027 bash[31536]: audit 2023-12-07T16:59:36.297891+0000 mgr.a (mgr.24293) 17209 : audit 0 from='client.342012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:36.947 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:36 smithi027 bash[31536]: cluster 2023-12-07T16:59:36.410626+0000 mgr.a (mgr.24293) 17210 : cluster 0 pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:38.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:38 smithi022 bash[28554]: cluster 2023-12-07T16:59:38.411279+0000 mgr.a (mgr.24293) 17211 : cluster 0 pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:38.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:38 smithi044 bash[32620]: cluster 2023-12-07T16:59:38.411279+0000 mgr.a (mgr.24293) 17211 : cluster 0 pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:38.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:38 smithi027 bash[31536]: cluster 2023-12-07T16:59:38.411279+0000 mgr.a (mgr.24293) 17211 : cluster 0 pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:59:40.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:40 smithi022 bash[28554]: cluster 2023-12-07T16:59:40.411983+0000 mgr.a (mgr.24293) 17212 : cluster 0 pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:59:40.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:40 smithi044 bash[32620]: cluster 2023-12-07T16:59:40.411983+0000 mgr.a (mgr.24293) 17212 : cluster 0 pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:59:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:40 smithi027 bash[31536]: cluster 2023-12-07T16:59:40.411983+0000 mgr.a (mgr.24293) 17212 : cluster 0 pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T16:59:41.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:41.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:41.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:42.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:42.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:42.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:42.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:42.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:42 smithi022 bash[28554]: audit 2023-12-07T16:59:42.243819+0000 mgr.a (mgr.24293) 17213 : audit 0 from='client.342084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:43.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:42 smithi044 bash[32620]: audit 2023-12-07T16:59:42.243819+0000 mgr.a (mgr.24293) 17213 : audit 0 from='client.342084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:43.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:42 smithi027 bash[31536]: audit 2023-12-07T16:59:42.243819+0000 mgr.a (mgr.24293) 17213 : audit 0 from='client.342084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:44.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:43 smithi022 bash[28554]: cluster 2023-12-07T16:59:42.413174+0000 mgr.a (mgr.24293) 17214 : cluster 0 pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:44.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:43 smithi044 bash[32620]: cluster 2023-12-07T16:59:42.413174+0000 mgr.a (mgr.24293) 17214 : cluster 0 pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:44.197 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:43 smithi027 bash[31536]: cluster 2023-12-07T16:59:42.413174+0000 mgr.a (mgr.24293) 17214 : cluster 0 pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:46.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:45 smithi044 bash[32620]: cluster 2023-12-07T16:59:44.413847+0000 mgr.a (mgr.24293) 17215 : cluster 0 pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:46.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:45 smithi022 bash[28554]: cluster 2023-12-07T16:59:44.413847+0000 mgr.a (mgr.24293) 17215 : cluster 0 pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:46.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:45 smithi027 bash[31536]: cluster 2023-12-07T16:59:44.413847+0000 mgr.a (mgr.24293) 17215 : cluster 0 pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:47.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:47.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:47.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:48.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:47 smithi022 bash[28554]: cluster 2023-12-07T16:59:46.414606+0000 mgr.a (mgr.24293) 17216 : cluster 0 pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:48.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:47 smithi044 bash[32620]: cluster 2023-12-07T16:59:46.414606+0000 mgr.a (mgr.24293) 17216 : cluster 0 pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:48.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:47 smithi027 bash[31536]: cluster 2023-12-07T16:59:46.414606+0000 mgr.a (mgr.24293) 17216 : cluster 0 pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:48.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:48.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:48.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:48.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:48.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:49.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:48 smithi044 bash[32620]: audit 2023-12-07T16:59:48.196762+0000 mgr.a (mgr.24293) 17217 : audit 0 from='client.342162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:48 smithi022 bash[28554]: audit 2023-12-07T16:59:48.196762+0000 mgr.a (mgr.24293) 17217 : audit 0 from='client.342162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:49.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:48 smithi027 bash[31536]: audit 2023-12-07T16:59:48.196762+0000 mgr.a (mgr.24293) 17217 : audit 0 from='client.342162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:50.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:49 smithi022 bash[28554]: cluster 2023-12-07T16:59:48.415161+0000 mgr.a (mgr.24293) 17218 : cluster 0 pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:50.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:49 smithi044 bash[32620]: cluster 2023-12-07T16:59:48.415161+0000 mgr.a (mgr.24293) 17218 : cluster 0 pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:50.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:49 smithi027 bash[31536]: cluster 2023-12-07T16:59:48.415161+0000 mgr.a (mgr.24293) 17218 : cluster 0 pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:52.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:51 smithi044 bash[32620]: cluster 2023-12-07T16:59:50.415946+0000 mgr.a (mgr.24293) 17219 : cluster 0 pgmap v12874: 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-07T16:59:52.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:51 smithi022 bash[28554]: cluster 2023-12-07T16:59:50.415946+0000 mgr.a (mgr.24293) 17219 : cluster 0 pgmap v12874: 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-07T16:59:52.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:51 smithi027 bash[31536]: cluster 2023-12-07T16:59:50.415946+0000 mgr.a (mgr.24293) 17219 : cluster 0 pgmap v12874: 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-07T16:59:53.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:53.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:53.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T16:59:54.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:53 smithi044 bash[32620]: cluster 2023-12-07T16:59:52.416638+0000 mgr.a (mgr.24293) 17220 : cluster 0 pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:59:54.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:53 smithi022 bash[28554]: cluster 2023-12-07T16:59:52.416638+0000 mgr.a (mgr.24293) 17220 : cluster 0 pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:59:54.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:53 smithi027 bash[31536]: cluster 2023-12-07T16:59:52.416638+0000 mgr.a (mgr.24293) 17220 : cluster 0 pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:59:54.687 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T16:59:54.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:59:54.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T16:59:54.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:59:54.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T16:59:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:54 smithi022 bash[28554]: audit 2023-12-07T16:59:54.157957+0000 mgr.a (mgr.24293) 17221 : audit 0 from='client.342237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:55.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:54 smithi044 bash[32620]: audit 2023-12-07T16:59:54.157957+0000 mgr.a (mgr.24293) 17221 : audit 0 from='client.342237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:55.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:54 smithi027 bash[31536]: audit 2023-12-07T16:59:54.157957+0000 mgr.a (mgr.24293) 17221 : audit 0 from='client.342237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:59:56.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:55 smithi022 bash[28554]: cluster 2023-12-07T16:59:54.417185+0000 mgr.a (mgr.24293) 17222 : cluster 0 pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:56.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:55 smithi044 bash[32620]: cluster 2023-12-07T16:59:54.417185+0000 mgr.a (mgr.24293) 17222 : cluster 0 pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:56.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:55 smithi027 bash[31536]: cluster 2023-12-07T16:59:54.417185+0000 mgr.a (mgr.24293) 17222 : cluster 0 pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:59:58.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:57 smithi044 bash[32620]: cluster 2023-12-07T16:59:56.418272+0000 mgr.a (mgr.24293) 17223 : cluster 0 pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:58.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:57 smithi022 bash[28554]: cluster 2023-12-07T16:59:56.418272+0000 mgr.a (mgr.24293) 17223 : cluster 0 pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:58.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:57 smithi027 bash[31536]: cluster 2023-12-07T16:59:56.418272+0000 mgr.a (mgr.24293) 17223 : cluster 0 pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:59:59.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T16:59:59.688 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T16:59:59.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 16:59:59 smithi044 bash[32620]: cluster 2023-12-07T16:59:58.419025+0000 mgr.a (mgr.24293) 17224 : cluster 0 pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 16:59:59 smithi022 bash[28554]: cluster 2023-12-07T16:59:58.419025+0000 mgr.a (mgr.24293) 17224 : cluster 0 pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:00.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 16:59:59 smithi027 bash[31536]: cluster 2023-12-07T16:59:58.419025+0000 mgr.a (mgr.24293) 17224 : cluster 0 pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:00.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:00.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:00.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:00.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:00.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:01.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:00 smithi044 bash[32620]: cluster 2023-12-07T17:00:00.000117+0000 mon.a (mon.0) 2829 : cluster 1 overall HEALTH_OK 2023-12-07T17:00:01.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:00 smithi044 bash[32620]: audit 2023-12-07T17:00:00.094029+0000 mgr.a (mgr.24293) 17225 : audit 0 from='client.342312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:01.173 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:00 smithi022 bash[28554]: cluster 2023-12-07T17:00:00.000117+0000 mon.a (mon.0) 2829 : cluster 1 overall HEALTH_OK 2023-12-07T17:00:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:00 smithi022 bash[28554]: audit 2023-12-07T17:00:00.094029+0000 mgr.a (mgr.24293) 17225 : audit 0 from='client.342312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:01.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:00 smithi027 bash[31536]: cluster 2023-12-07T17:00:00.000117+0000 mon.a (mon.0) 2829 : cluster 1 overall HEALTH_OK 2023-12-07T17:00:01.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:00 smithi027 bash[31536]: audit 2023-12-07T17:00:00.094029+0000 mgr.a (mgr.24293) 17225 : audit 0 from='client.342312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:02.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:01 smithi022 bash[28554]: cluster 2023-12-07T17:00:00.419829+0000 mgr.a (mgr.24293) 17226 : cluster 0 pgmap v12879: 33 pgs: 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:00:02.174 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:01 smithi044 bash[32620]: cluster 2023-12-07T17:00:00.419829+0000 mgr.a (mgr.24293) 17226 : cluster 0 pgmap v12879: 33 pgs: 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:00:02.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:01 smithi027 bash[31536]: cluster 2023-12-07T17:00:00.419829+0000 mgr.a (mgr.24293) 17226 : cluster 0 pgmap v12879: 33 pgs: 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:00:04.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:03 smithi022 bash[28554]: cluster 2023-12-07T17:00:02.420764+0000 mgr.a (mgr.24293) 17227 : cluster 0 pgmap v12880: 33 pgs: 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:00:04.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:03 smithi044 bash[32620]: cluster 2023-12-07T17:00:02.420764+0000 mgr.a (mgr.24293) 17227 : cluster 0 pgmap v12880: 33 pgs: 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:00:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:03 smithi027 bash[31536]: cluster 2023-12-07T17:00:02.420764+0000 mgr.a (mgr.24293) 17227 : cluster 0 pgmap v12880: 33 pgs: 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:00:05.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:05.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:05.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:06.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:05 smithi027 bash[31536]: cluster 2023-12-07T17:00:04.421351+0000 mgr.a (mgr.24293) 17228 : cluster 0 pgmap v12881: 33 pgs: 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:00:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:05 smithi044 bash[32620]: cluster 2023-12-07T17:00:04.421351+0000 mgr.a (mgr.24293) 17228 : cluster 0 pgmap v12881: 33 pgs: 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:00:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:05 smithi022 bash[28554]: cluster 2023-12-07T17:00:04.421351+0000 mgr.a (mgr.24293) 17228 : cluster 0 pgmap v12881: 33 pgs: 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:00:06.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:06.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:06.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:06.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:06.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:07.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:06 smithi027 bash[31536]: audit 2023-12-07T17:00:06.052753+0000 mgr.a (mgr.24293) 17229 : audit 0 from='client.342387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:07.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:06 smithi022 bash[28554]: audit 2023-12-07T17:00:06.052753+0000 mgr.a (mgr.24293) 17229 : audit 0 from='client.342387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:07.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:06 smithi044 bash[32620]: audit 2023-12-07T17:00:06.052753+0000 mgr.a (mgr.24293) 17229 : audit 0 from='client.342387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:08.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:07 smithi027 bash[31536]: cluster 2023-12-07T17:00:06.422019+0000 mgr.a (mgr.24293) 17230 : cluster 0 pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:08.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:07 smithi044 bash[32620]: cluster 2023-12-07T17:00:06.422019+0000 mgr.a (mgr.24293) 17230 : cluster 0 pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:08.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:07 smithi022 bash[28554]: cluster 2023-12-07T17:00:06.422019+0000 mgr.a (mgr.24293) 17230 : cluster 0 pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:10.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:09 smithi027 bash[31536]: cluster 2023-12-07T17:00:08.422654+0000 mgr.a (mgr.24293) 17231 : cluster 0 pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:10.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:09 smithi022 bash[28554]: cluster 2023-12-07T17:00:08.422654+0000 mgr.a (mgr.24293) 17231 : cluster 0 pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:10.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:09 smithi044 bash[32620]: cluster 2023-12-07T17:00:08.422654+0000 mgr.a (mgr.24293) 17231 : cluster 0 pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:11.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:11.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:11.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:12.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:11 smithi027 bash[31536]: cluster 2023-12-07T17:00:10.423376+0000 mgr.a (mgr.24293) 17232 : cluster 0 pgmap v12884: 33 pgs: 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:00:12.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:11 smithi022 bash[28554]: cluster 2023-12-07T17:00:10.423376+0000 mgr.a (mgr.24293) 17232 : cluster 0 pgmap v12884: 33 pgs: 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:00:12.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:11 smithi044 bash[32620]: cluster 2023-12-07T17:00:10.423376+0000 mgr.a (mgr.24293) 17232 : cluster 0 pgmap v12884: 33 pgs: 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:00:12.472 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:12.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:12.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:12.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:12.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:13.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:12 smithi022 bash[28554]: audit 2023-12-07T17:00:11.986859+0000 mgr.a (mgr.24293) 17233 : audit 0 from='client.342465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:13.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:12 smithi044 bash[32620]: audit 2023-12-07T17:00:11.986859+0000 mgr.a (mgr.24293) 17233 : audit 0 from='client.342465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:13.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:12 smithi027 bash[31536]: audit 2023-12-07T17:00:11.986859+0000 mgr.a (mgr.24293) 17233 : audit 0 from='client.342465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:14.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:13 smithi022 bash[28554]: cluster 2023-12-07T17:00:12.424074+0000 mgr.a (mgr.24293) 17234 : cluster 0 pgmap v12885: 33 pgs: 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:00:14.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:13 smithi044 bash[32620]: cluster 2023-12-07T17:00:12.424074+0000 mgr.a (mgr.24293) 17234 : cluster 0 pgmap v12885: 33 pgs: 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:00:14.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:13 smithi027 bash[31536]: cluster 2023-12-07T17:00:12.424074+0000 mgr.a (mgr.24293) 17234 : cluster 0 pgmap v12885: 33 pgs: 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:00:16.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:15 smithi044 bash[32620]: cluster 2023-12-07T17:00:14.424622+0000 mgr.a (mgr.24293) 17235 : cluster 0 pgmap v12886: 33 pgs: 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:00:16.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:15 smithi022 bash[28554]: cluster 2023-12-07T17:00:14.424622+0000 mgr.a (mgr.24293) 17235 : cluster 0 pgmap v12886: 33 pgs: 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:00:16.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:15 smithi027 bash[31536]: cluster 2023-12-07T17:00:14.424622+0000 mgr.a (mgr.24293) 17235 : cluster 0 pgmap v12886: 33 pgs: 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:00:17.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:17.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:17.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:18.407 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:18.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:18.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:17 smithi022 bash[28554]: cluster 2023-12-07T17:00:16.425415+0000 mgr.a (mgr.24293) 17236 : cluster 0 pgmap v12887: 33 pgs: 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:00:18.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:17 smithi044 bash[32620]: cluster 2023-12-07T17:00:16.425415+0000 mgr.a (mgr.24293) 17236 : cluster 0 pgmap v12887: 33 pgs: 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:00:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:17 smithi027 bash[31536]: cluster 2023-12-07T17:00:16.425415+0000 mgr.a (mgr.24293) 17236 : cluster 0 pgmap v12887: 33 pgs: 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:00:19.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:18 smithi022 bash[28554]: audit 2023-12-07T17:00:17.891410+0000 mgr.a (mgr.24293) 17237 : audit 0 from='client.272117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:19.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:18 smithi044 bash[32620]: audit 2023-12-07T17:00:17.891410+0000 mgr.a (mgr.24293) 17237 : audit 0 from='client.272117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:19.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:18 smithi027 bash[31536]: audit 2023-12-07T17:00:17.891410+0000 mgr.a (mgr.24293) 17237 : audit 0 from='client.272117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:20.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:19 smithi022 bash[28554]: cluster 2023-12-07T17:00:18.426153+0000 mgr.a (mgr.24293) 17238 : cluster 0 pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:20.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:19 smithi044 bash[32620]: cluster 2023-12-07T17:00:18.426153+0000 mgr.a (mgr.24293) 17238 : cluster 0 pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:20.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:19 smithi027 bash[31536]: cluster 2023-12-07T17:00:18.426153+0000 mgr.a (mgr.24293) 17238 : cluster 0 pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:22.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:21 smithi022 bash[28554]: cluster 2023-12-07T17:00:20.426935+0000 mgr.a (mgr.24293) 17239 : cluster 0 pgmap v12889: 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:00:22.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:21 smithi044 bash[32620]: cluster 2023-12-07T17:00:20.426935+0000 mgr.a (mgr.24293) 17239 : cluster 0 pgmap v12889: 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:00:22.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:21 smithi027 bash[31536]: cluster 2023-12-07T17:00:20.426935+0000 mgr.a (mgr.24293) 17239 : cluster 0 pgmap v12889: 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:00:23.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:23.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:23.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:24.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:24.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:24.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:24.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:24.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:24.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:23 smithi044 bash[32620]: cluster 2023-12-07T17:00:22.427659+0000 mgr.a (mgr.24293) 17240 : cluster 0 pgmap v12890: 33 pgs: 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:00:24.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:23 smithi022 bash[28554]: cluster 2023-12-07T17:00:22.427659+0000 mgr.a (mgr.24293) 17240 : cluster 0 pgmap v12890: 33 pgs: 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:00:24.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:23 smithi027 bash[31536]: cluster 2023-12-07T17:00:22.427659+0000 mgr.a (mgr.24293) 17240 : cluster 0 pgmap v12890: 33 pgs: 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:00:25.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:24 smithi022 bash[28554]: audit 2023-12-07T17:00:23.820256+0000 mgr.a (mgr.24293) 17241 : audit 0 from='client.342621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:25.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:24 smithi044 bash[32620]: audit 2023-12-07T17:00:23.820256+0000 mgr.a (mgr.24293) 17241 : audit 0 from='client.342621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:25.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:24 smithi027 bash[31536]: audit 2023-12-07T17:00:23.820256+0000 mgr.a (mgr.24293) 17241 : audit 0 from='client.342621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:26.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:25 smithi022 bash[28554]: cluster 2023-12-07T17:00:24.428357+0000 mgr.a (mgr.24293) 17242 : cluster 0 pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:26.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:26 smithi044 bash[32620]: cluster 2023-12-07T17:00:24.428357+0000 mgr.a (mgr.24293) 17242 : cluster 0 pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:26.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:26 smithi027 bash[31536]: cluster 2023-12-07T17:00:24.428357+0000 mgr.a (mgr.24293) 17242 : cluster 0 pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:28.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:28 smithi022 bash[28554]: cluster 2023-12-07T17:00:26.429246+0000 mgr.a (mgr.24293) 17243 : cluster 0 pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:00:28.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:28 smithi044 bash[32620]: cluster 2023-12-07T17:00:26.429246+0000 mgr.a (mgr.24293) 17243 : cluster 0 pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:00:28.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:28 smithi027 bash[31536]: cluster 2023-12-07T17:00:26.429246+0000 mgr.a (mgr.24293) 17243 : cluster 0 pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:00:29.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:29.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:29.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:30.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:30.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:30.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:30.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:30.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:30.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:30 smithi044 bash[32620]: cluster 2023-12-07T17:00:28.429816+0000 mgr.a (mgr.24293) 17244 : cluster 0 pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:30.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:30 smithi044 bash[32620]: audit 2023-12-07T17:00:29.573782+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:00:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:30 smithi022 bash[28554]: cluster 2023-12-07T17:00:28.429816+0000 mgr.a (mgr.24293) 17244 : cluster 0 pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:30 smithi022 bash[28554]: audit 2023-12-07T17:00:29.573782+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:00:30.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:30 smithi027 bash[31536]: cluster 2023-12-07T17:00:28.429816+0000 mgr.a (mgr.24293) 17244 : cluster 0 pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:30.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:30 smithi027 bash[31536]: audit 2023-12-07T17:00:29.573782+0000 mon.a (mon.0) 2830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:00:31.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:31 smithi044 bash[32620]: audit 2023-12-07T17:00:29.793970+0000 mgr.a (mgr.24293) 17245 : audit 0 from='client.342699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:31 smithi044 bash[32620]: audit 2023-12-07T17:00:30.378055+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:00:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:31 smithi044 bash[32620]: audit 2023-12-07T17:00:30.380123+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:00:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:31 smithi044 bash[32620]: audit 2023-12-07T17:00:30.390564+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:00:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:31 smithi022 bash[28554]: audit 2023-12-07T17:00:29.793970+0000 mgr.a (mgr.24293) 17245 : audit 0 from='client.342699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:31 smithi022 bash[28554]: audit 2023-12-07T17:00:30.378055+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:00:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:31 smithi022 bash[28554]: audit 2023-12-07T17:00:30.380123+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:00:31.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:31 smithi022 bash[28554]: audit 2023-12-07T17:00:30.390564+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:00:31.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:31 smithi027 bash[31536]: audit 2023-12-07T17:00:29.793970+0000 mgr.a (mgr.24293) 17245 : audit 0 from='client.342699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:31.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:31 smithi027 bash[31536]: audit 2023-12-07T17:00:30.378055+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:00:31.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:31 smithi027 bash[31536]: audit 2023-12-07T17:00:30.380123+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:00:31.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:31 smithi027 bash[31536]: audit 2023-12-07T17:00:30.390564+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:00:32.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:32 smithi022 bash[28554]: cluster 2023-12-07T17:00:30.430691+0000 mgr.a (mgr.24293) 17246 : cluster 0 pgmap v12894: 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:00:32.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:32 smithi044 bash[32620]: cluster 2023-12-07T17:00:30.430691+0000 mgr.a (mgr.24293) 17246 : cluster 0 pgmap v12894: 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:00:32.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:32 smithi027 bash[31536]: cluster 2023-12-07T17:00:30.430691+0000 mgr.a (mgr.24293) 17246 : cluster 0 pgmap v12894: 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:00:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:34 smithi022 bash[28554]: cluster 2023-12-07T17:00:32.431504+0000 mgr.a (mgr.24293) 17247 : cluster 0 pgmap v12895: 33 pgs: 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:00:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:34 smithi044 bash[32620]: cluster 2023-12-07T17:00:32.431504+0000 mgr.a (mgr.24293) 17247 : cluster 0 pgmap v12895: 33 pgs: 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:00:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:34 smithi027 bash[31536]: cluster 2023-12-07T17:00:32.431504+0000 mgr.a (mgr.24293) 17247 : cluster 0 pgmap v12895: 33 pgs: 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:00:35.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:35.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:35.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:36.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:36.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:36.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:36.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:36.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:36 smithi022 bash[28554]: cluster 2023-12-07T17:00:34.432264+0000 mgr.a (mgr.24293) 17248 : cluster 0 pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:36.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:36 smithi044 bash[32620]: cluster 2023-12-07T17:00:34.432264+0000 mgr.a (mgr.24293) 17248 : cluster 0 pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:36 smithi027 bash[31536]: cluster 2023-12-07T17:00:34.432264+0000 mgr.a (mgr.24293) 17248 : cluster 0 pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:37.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:37 smithi022 bash[28554]: audit 2023-12-07T17:00:35.723581+0000 mgr.a (mgr.24293) 17249 : audit 0 from='client.342771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:37.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:37 smithi044 bash[32620]: audit 2023-12-07T17:00:35.723581+0000 mgr.a (mgr.24293) 17249 : audit 0 from='client.342771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:37.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:37 smithi027 bash[31536]: audit 2023-12-07T17:00:35.723581+0000 mgr.a (mgr.24293) 17249 : audit 0 from='client.342771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:38 smithi022 bash[28554]: cluster 2023-12-07T17:00:36.433280+0000 mgr.a (mgr.24293) 17250 : cluster 0 pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:38.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:38 smithi044 bash[32620]: cluster 2023-12-07T17:00:36.433280+0000 mgr.a (mgr.24293) 17250 : cluster 0 pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:38 smithi027 bash[31536]: cluster 2023-12-07T17:00:36.433280+0000 mgr.a (mgr.24293) 17250 : cluster 0 pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:40 smithi044 bash[32620]: cluster 2023-12-07T17:00:38.433849+0000 mgr.a (mgr.24293) 17251 : cluster 0 pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:40.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:40 smithi022 bash[28554]: cluster 2023-12-07T17:00:38.433849+0000 mgr.a (mgr.24293) 17251 : cluster 0 pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:40 smithi027 bash[31536]: cluster 2023-12-07T17:00:38.433849+0000 mgr.a (mgr.24293) 17251 : cluster 0 pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:41.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:41.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:41.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:42.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:42.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:42.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:42.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:42.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:42.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:42 smithi022 bash[28554]: cluster 2023-12-07T17:00:40.434518+0000 mgr.a (mgr.24293) 17252 : cluster 0 pgmap v12899: 33 pgs: 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:00:42.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:42 smithi044 bash[32620]: cluster 2023-12-07T17:00:40.434518+0000 mgr.a (mgr.24293) 17252 : cluster 0 pgmap v12899: 33 pgs: 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:00:42.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:42 smithi027 bash[31536]: cluster 2023-12-07T17:00:40.434518+0000 mgr.a (mgr.24293) 17252 : cluster 0 pgmap v12899: 33 pgs: 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:00:43.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:43 smithi022 bash[28554]: audit 2023-12-07T17:00:41.631949+0000 mgr.a (mgr.24293) 17253 : audit 0 from='client.342849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:43.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:43 smithi044 bash[32620]: audit 2023-12-07T17:00:41.631949+0000 mgr.a (mgr.24293) 17253 : audit 0 from='client.342849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:43.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:43 smithi027 bash[31536]: audit 2023-12-07T17:00:41.631949+0000 mgr.a (mgr.24293) 17253 : audit 0 from='client.342849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:44 smithi027 bash[31536]: cluster 2023-12-07T17:00:42.435372+0000 mgr.a (mgr.24293) 17254 : cluster 0 pgmap v12900: 33 pgs: 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:00:44.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:44 smithi022 bash[28554]: cluster 2023-12-07T17:00:42.435372+0000 mgr.a (mgr.24293) 17254 : cluster 0 pgmap v12900: 33 pgs: 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:00:44.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:44 smithi044 bash[32620]: cluster 2023-12-07T17:00:42.435372+0000 mgr.a (mgr.24293) 17254 : cluster 0 pgmap v12900: 33 pgs: 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:00:45.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:45 smithi027 bash[31536]: cluster 2023-12-07T17:00:44.435958+0000 mgr.a (mgr.24293) 17255 : cluster 0 pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:45.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:45 smithi022 bash[28554]: cluster 2023-12-07T17:00:44.435958+0000 mgr.a (mgr.24293) 17255 : cluster 0 pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:45.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:45 smithi044 bash[32620]: cluster 2023-12-07T17:00:44.435958+0000 mgr.a (mgr.24293) 17255 : cluster 0 pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:00:47.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:47.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:47.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:48.078 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:48.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:48.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:48.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:48.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:48.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:47 smithi022 bash[28554]: cluster 2023-12-07T17:00:46.436681+0000 mgr.a (mgr.24293) 17256 : cluster 0 pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:48.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:47 smithi044 bash[32620]: cluster 2023-12-07T17:00:46.436681+0000 mgr.a (mgr.24293) 17256 : cluster 0 pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:48.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:47 smithi027 bash[31536]: cluster 2023-12-07T17:00:46.436681+0000 mgr.a (mgr.24293) 17256 : cluster 0 pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:49.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:48 smithi022 bash[28554]: audit 2023-12-07T17:00:47.558486+0000 mgr.a (mgr.24293) 17257 : audit 0 from='client.342921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:49.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:48 smithi044 bash[32620]: audit 2023-12-07T17:00:47.558486+0000 mgr.a (mgr.24293) 17257 : audit 0 from='client.342921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:49.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:48 smithi027 bash[31536]: audit 2023-12-07T17:00:47.558486+0000 mgr.a (mgr.24293) 17257 : audit 0 from='client.342921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:50.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:49 smithi022 bash[28554]: cluster 2023-12-07T17:00:48.437360+0000 mgr.a (mgr.24293) 17258 : cluster 0 pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:50.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:49 smithi044 bash[32620]: cluster 2023-12-07T17:00:48.437360+0000 mgr.a (mgr.24293) 17258 : cluster 0 pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:50.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:49 smithi027 bash[31536]: cluster 2023-12-07T17:00:48.437360+0000 mgr.a (mgr.24293) 17258 : cluster 0 pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:52.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:51 smithi022 bash[28554]: cluster 2023-12-07T17:00:50.438104+0000 mgr.a (mgr.24293) 17259 : cluster 0 pgmap v12904: 33 pgs: 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:00:52.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:51 smithi044 bash[32620]: cluster 2023-12-07T17:00:50.438104+0000 mgr.a (mgr.24293) 17259 : cluster 0 pgmap v12904: 33 pgs: 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:00:52.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:51 smithi027 bash[31536]: cluster 2023-12-07T17:00:50.438104+0000 mgr.a (mgr.24293) 17259 : cluster 0 pgmap v12904: 33 pgs: 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:00:53.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:53.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:53.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:54.033 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:54.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:54.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:54.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:54.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:00:54.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:53 smithi022 bash[28554]: cluster 2023-12-07T17:00:52.438742+0000 mgr.a (mgr.24293) 17260 : cluster 0 pgmap v12905: 33 pgs: 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:00:54.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:53 smithi044 bash[32620]: cluster 2023-12-07T17:00:52.438742+0000 mgr.a (mgr.24293) 17260 : cluster 0 pgmap v12905: 33 pgs: 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:00:54.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:53 smithi027 bash[31536]: cluster 2023-12-07T17:00:52.438742+0000 mgr.a (mgr.24293) 17260 : cluster 0 pgmap v12905: 33 pgs: 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:00:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:54 smithi044 bash[32620]: audit 2023-12-07T17:00:53.509613+0000 mgr.a (mgr.24293) 17261 : audit 0 from='client.342996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:55.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:54 smithi022 bash[28554]: audit 2023-12-07T17:00:53.509613+0000 mgr.a (mgr.24293) 17261 : audit 0 from='client.342996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:55.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:54 smithi027 bash[31536]: audit 2023-12-07T17:00:53.509613+0000 mgr.a (mgr.24293) 17261 : audit 0 from='client.342996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:00:56.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:55 smithi022 bash[28554]: cluster 2023-12-07T17:00:54.439515+0000 mgr.a (mgr.24293) 17262 : cluster 0 pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:56.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:55 smithi044 bash[32620]: cluster 2023-12-07T17:00:54.439515+0000 mgr.a (mgr.24293) 17262 : cluster 0 pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:56.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:55 smithi027 bash[31536]: cluster 2023-12-07T17:00:54.439515+0000 mgr.a (mgr.24293) 17262 : cluster 0 pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:00:58.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:57 smithi022 bash[28554]: cluster 2023-12-07T17:00:56.440373+0000 mgr.a (mgr.24293) 17263 : cluster 0 pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:00:58.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:57 smithi044 bash[32620]: cluster 2023-12-07T17:00:56.440373+0000 mgr.a (mgr.24293) 17263 : cluster 0 pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:00:58.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:57 smithi027 bash[31536]: cluster 2023-12-07T17:00:56.440373+0000 mgr.a (mgr.24293) 17263 : cluster 0 pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:00:59.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:00:59.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:00:59.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:00:59.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:00:59.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:00:59.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:00:59.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:00:59.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:00.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:00:59 smithi022 bash[28554]: cluster 2023-12-07T17:00:58.440934+0000 mgr.a (mgr.24293) 17264 : cluster 0 pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:00.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:00:59 smithi044 bash[32620]: cluster 2023-12-07T17:00:58.440934+0000 mgr.a (mgr.24293) 17264 : cluster 0 pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:00.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:00:59 smithi027 bash[31536]: cluster 2023-12-07T17:00:58.440934+0000 mgr.a (mgr.24293) 17264 : cluster 0 pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:01.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:00 smithi022 bash[28554]: audit 2023-12-07T17:00:59.450049+0000 mgr.a (mgr.24293) 17265 : audit 0 from='client.343071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:01.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:00 smithi044 bash[32620]: audit 2023-12-07T17:00:59.450049+0000 mgr.a (mgr.24293) 17265 : audit 0 from='client.343071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:01.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:00 smithi027 bash[31536]: audit 2023-12-07T17:00:59.450049+0000 mgr.a (mgr.24293) 17265 : audit 0 from='client.343071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:02.172 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:01 smithi022 bash[28554]: cluster 2023-12-07T17:01:00.441753+0000 mgr.a (mgr.24293) 17266 : cluster 0 pgmap v12909: 33 pgs: 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:01:02.172 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:01 smithi044 bash[32620]: cluster 2023-12-07T17:01:00.441753+0000 mgr.a (mgr.24293) 17266 : cluster 0 pgmap v12909: 33 pgs: 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:01:02.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:01 smithi027 bash[31536]: cluster 2023-12-07T17:01:00.441753+0000 mgr.a (mgr.24293) 17266 : cluster 0 pgmap v12909: 33 pgs: 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:01:04.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:03 smithi027 bash[31536]: cluster 2023-12-07T17:01:02.442408+0000 mgr.a (mgr.24293) 17267 : cluster 0 pgmap v12910: 33 pgs: 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:01:04.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:03 smithi022 bash[28554]: cluster 2023-12-07T17:01:02.442408+0000 mgr.a (mgr.24293) 17267 : cluster 0 pgmap v12910: 33 pgs: 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:01:04.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:03 smithi044 bash[32620]: cluster 2023-12-07T17:01:02.442408+0000 mgr.a (mgr.24293) 17267 : cluster 0 pgmap v12910: 33 pgs: 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:01:04.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:04.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:04.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:05.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:05.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:05.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:05.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:05.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:06.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:05 smithi027 bash[31536]: cluster 2023-12-07T17:01:04.443023+0000 mgr.a (mgr.24293) 17268 : cluster 0 pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:06.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:05 smithi027 bash[31536]: audit 2023-12-07T17:01:05.374127+0000 mgr.a (mgr.24293) 17269 : audit 0 from='client.343149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:06.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:05 smithi022 bash[28554]: cluster 2023-12-07T17:01:04.443023+0000 mgr.a (mgr.24293) 17268 : cluster 0 pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:06.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:05 smithi022 bash[28554]: audit 2023-12-07T17:01:05.374127+0000 mgr.a (mgr.24293) 17269 : audit 0 from='client.343149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:06.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:05 smithi044 bash[32620]: cluster 2023-12-07T17:01:04.443023+0000 mgr.a (mgr.24293) 17268 : cluster 0 pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:06.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:05 smithi044 bash[32620]: audit 2023-12-07T17:01:05.374127+0000 mgr.a (mgr.24293) 17269 : audit 0 from='client.343149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:07 smithi027 bash[31536]: cluster 2023-12-07T17:01:06.444131+0000 mgr.a (mgr.24293) 17270 : cluster 0 pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:08.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:07 smithi022 bash[28554]: cluster 2023-12-07T17:01:06.444131+0000 mgr.a (mgr.24293) 17270 : cluster 0 pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:08.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:07 smithi044 bash[32620]: cluster 2023-12-07T17:01:06.444131+0000 mgr.a (mgr.24293) 17270 : cluster 0 pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:10.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:09 smithi027 bash[31536]: cluster 2023-12-07T17:01:08.444702+0000 mgr.a (mgr.24293) 17271 : cluster 0 pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:10.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:09 smithi022 bash[28554]: cluster 2023-12-07T17:01:08.444702+0000 mgr.a (mgr.24293) 17271 : cluster 0 pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:10.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:09 smithi044 bash[32620]: cluster 2023-12-07T17:01:08.444702+0000 mgr.a (mgr.24293) 17271 : cluster 0 pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:10.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:11.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:11.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:11.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:11.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:11.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:12.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:11 smithi027 bash[31536]: cluster 2023-12-07T17:01:10.445534+0000 mgr.a (mgr.24293) 17272 : cluster 0 pgmap v12914: 33 pgs: 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:01:12.196 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:11 smithi027 bash[31536]: audit 2023-12-07T17:01:11.339042+0000 mgr.a (mgr.24293) 17273 : audit 0 from='client.343227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:12.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:11 smithi022 bash[28554]: cluster 2023-12-07T17:01:10.445534+0000 mgr.a (mgr.24293) 17272 : cluster 0 pgmap v12914: 33 pgs: 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:01:12.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:11 smithi022 bash[28554]: audit 2023-12-07T17:01:11.339042+0000 mgr.a (mgr.24293) 17273 : audit 0 from='client.343227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:12.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:11 smithi044 bash[32620]: cluster 2023-12-07T17:01:10.445534+0000 mgr.a (mgr.24293) 17272 : cluster 0 pgmap v12914: 33 pgs: 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:01:12.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:11 smithi044 bash[32620]: audit 2023-12-07T17:01:11.339042+0000 mgr.a (mgr.24293) 17273 : audit 0 from='client.343227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:14.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:13 smithi022 bash[28554]: cluster 2023-12-07T17:01:12.446423+0000 mgr.a (mgr.24293) 17274 : cluster 0 pgmap v12915: 33 pgs: 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:01:14.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:13 smithi044 bash[32620]: cluster 2023-12-07T17:01:12.446423+0000 mgr.a (mgr.24293) 17274 : cluster 0 pgmap v12915: 33 pgs: 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:01:14.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:13 smithi027 bash[31536]: cluster 2023-12-07T17:01:12.446423+0000 mgr.a (mgr.24293) 17274 : cluster 0 pgmap v12915: 33 pgs: 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:01:16.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:15 smithi044 bash[32620]: cluster 2023-12-07T17:01:14.447180+0000 mgr.a (mgr.24293) 17275 : cluster 0 pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:16.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:15 smithi022 bash[28554]: cluster 2023-12-07T17:01:14.447180+0000 mgr.a (mgr.24293) 17275 : cluster 0 pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:16.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:15 smithi027 bash[31536]: cluster 2023-12-07T17:01:14.447180+0000 mgr.a (mgr.24293) 17275 : cluster 0 pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:16.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:16.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:16.864 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:17.834 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:18.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:17 smithi022 bash[28554]: cluster 2023-12-07T17:01:16.448196+0000 mgr.a (mgr.24293) 17276 : cluster 0 pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:18.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:17 smithi022 bash[28554]: audit 2023-12-07T17:01:17.282629+0000 mgr.a (mgr.24293) 17277 : audit 0 from='client.343305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:18.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:17 smithi044 bash[32620]: cluster 2023-12-07T17:01:16.448196+0000 mgr.a (mgr.24293) 17276 : cluster 0 pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:18.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:17 smithi044 bash[32620]: audit 2023-12-07T17:01:17.282629+0000 mgr.a (mgr.24293) 17277 : audit 0 from='client.343305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:18.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:17 smithi027 bash[31536]: cluster 2023-12-07T17:01:16.448196+0000 mgr.a (mgr.24293) 17276 : cluster 0 pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:18.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:17 smithi027 bash[31536]: audit 2023-12-07T17:01:17.282629+0000 mgr.a (mgr.24293) 17277 : audit 0 from='client.343305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:20.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:19 smithi022 bash[28554]: cluster 2023-12-07T17:01:18.448989+0000 mgr.a (mgr.24293) 17278 : cluster 0 pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:20.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:19 smithi044 bash[32620]: cluster 2023-12-07T17:01:18.448989+0000 mgr.a (mgr.24293) 17278 : cluster 0 pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:20.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:19 smithi027 bash[31536]: cluster 2023-12-07T17:01:18.448989+0000 mgr.a (mgr.24293) 17278 : cluster 0 pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:22.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:21 smithi022 bash[28554]: cluster 2023-12-07T17:01:20.449754+0000 mgr.a (mgr.24293) 17279 : cluster 0 pgmap v12919: 33 pgs: 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:01:22.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:21 smithi044 bash[32620]: cluster 2023-12-07T17:01:20.449754+0000 mgr.a (mgr.24293) 17279 : cluster 0 pgmap v12919: 33 pgs: 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:01:22.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:21 smithi027 bash[31536]: cluster 2023-12-07T17:01:20.449754+0000 mgr.a (mgr.24293) 17279 : cluster 0 pgmap v12919: 33 pgs: 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:01:22.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:22.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:22.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:23.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:24.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:23 smithi022 bash[28554]: cluster 2023-12-07T17:01:22.450406+0000 mgr.a (mgr.24293) 17280 : cluster 0 pgmap v12920: 33 pgs: 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:01:24.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:23 smithi022 bash[28554]: audit 2023-12-07T17:01:23.260373+0000 mgr.a (mgr.24293) 17281 : audit 0 from='client.343383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:24.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:23 smithi044 bash[32620]: cluster 2023-12-07T17:01:22.450406+0000 mgr.a (mgr.24293) 17280 : cluster 0 pgmap v12920: 33 pgs: 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:01:24.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:23 smithi044 bash[32620]: audit 2023-12-07T17:01:23.260373+0000 mgr.a (mgr.24293) 17281 : audit 0 from='client.343383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:24.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:23 smithi027 bash[31536]: cluster 2023-12-07T17:01:22.450406+0000 mgr.a (mgr.24293) 17280 : cluster 0 pgmap v12920: 33 pgs: 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:01:24.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:23 smithi027 bash[31536]: audit 2023-12-07T17:01:23.260373+0000 mgr.a (mgr.24293) 17281 : audit 0 from='client.343383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:26.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:25 smithi022 bash[28554]: cluster 2023-12-07T17:01:24.451148+0000 mgr.a (mgr.24293) 17282 : cluster 0 pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:26.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:25 smithi044 bash[32620]: cluster 2023-12-07T17:01:24.451148+0000 mgr.a (mgr.24293) 17282 : cluster 0 pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:26.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:25 smithi027 bash[31536]: cluster 2023-12-07T17:01:24.451148+0000 mgr.a (mgr.24293) 17282 : cluster 0 pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:28.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:27 smithi022 bash[28554]: cluster 2023-12-07T17:01:26.452031+0000 mgr.a (mgr.24293) 17283 : cluster 0 pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:01:28.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:27 smithi044 bash[32620]: cluster 2023-12-07T17:01:26.452031+0000 mgr.a (mgr.24293) 17283 : cluster 0 pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:01:28.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:27 smithi027 bash[31536]: cluster 2023-12-07T17:01:26.452031+0000 mgr.a (mgr.24293) 17283 : cluster 0 pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:01:28.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:28.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:28.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:29.750 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:29.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:29.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:29.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:29.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:30.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:29 smithi022 bash[28554]: cluster 2023-12-07T17:01:28.452591+0000 mgr.a (mgr.24293) 17284 : cluster 0 pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:30.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:29 smithi022 bash[28554]: audit 2023-12-07T17:01:29.205496+0000 mgr.a (mgr.24293) 17285 : audit 0 from='client.343461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:30.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:29 smithi044 bash[32620]: cluster 2023-12-07T17:01:28.452591+0000 mgr.a (mgr.24293) 17284 : cluster 0 pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:30.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:29 smithi044 bash[32620]: audit 2023-12-07T17:01:29.205496+0000 mgr.a (mgr.24293) 17285 : audit 0 from='client.343461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:30.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:29 smithi027 bash[31536]: cluster 2023-12-07T17:01:28.452591+0000 mgr.a (mgr.24293) 17284 : cluster 0 pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:29 smithi027 bash[31536]: audit 2023-12-07T17:01:29.205496+0000 mgr.a (mgr.24293) 17285 : audit 0 from='client.343461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:31.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:30 smithi022 bash[28554]: audit 2023-12-07T17:01:30.495131+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:01:31.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:30 smithi044 bash[32620]: audit 2023-12-07T17:01:30.495131+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:01:31.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:30 smithi027 bash[31536]: audit 2023-12-07T17:01:30.495131+0000 mon.a (mon.0) 2834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:01:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:31 smithi022 bash[28554]: cluster 2023-12-07T17:01:30.453497+0000 mgr.a (mgr.24293) 17286 : cluster 0 pgmap v12924: 33 pgs: 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:01:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:31 smithi022 bash[28554]: audit 2023-12-07T17:01:31.283908+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:01:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:31 smithi022 bash[28554]: audit 2023-12-07T17:01:31.285734+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:01:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:31 smithi022 bash[28554]: audit 2023-12-07T17:01:31.295102+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:01:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:31 smithi044 bash[32620]: cluster 2023-12-07T17:01:30.453497+0000 mgr.a (mgr.24293) 17286 : cluster 0 pgmap v12924: 33 pgs: 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:01:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:31 smithi044 bash[32620]: audit 2023-12-07T17:01:31.283908+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:01:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:31 smithi044 bash[32620]: audit 2023-12-07T17:01:31.285734+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:01:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:31 smithi044 bash[32620]: audit 2023-12-07T17:01:31.295102+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:01:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:31 smithi027 bash[31536]: cluster 2023-12-07T17:01:30.453497+0000 mgr.a (mgr.24293) 17286 : cluster 0 pgmap v12924: 33 pgs: 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:01:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:31 smithi027 bash[31536]: audit 2023-12-07T17:01:31.283908+0000 mon.a (mon.0) 2835 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:01:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:31 smithi027 bash[31536]: audit 2023-12-07T17:01:31.285734+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:01:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:31 smithi027 bash[31536]: audit 2023-12-07T17:01:31.295102+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:01:34.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:33 smithi022 bash[28554]: cluster 2023-12-07T17:01:32.454154+0000 mgr.a (mgr.24293) 17287 : cluster 0 pgmap v12925: 33 pgs: 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:01:34.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:33 smithi044 bash[32620]: cluster 2023-12-07T17:01:32.454154+0000 mgr.a (mgr.24293) 17287 : cluster 0 pgmap v12925: 33 pgs: 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:01:34.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:33 smithi027 bash[31536]: cluster 2023-12-07T17:01:32.454154+0000 mgr.a (mgr.24293) 17287 : cluster 0 pgmap v12925: 33 pgs: 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:01:34.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:34.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:34.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:35.688 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:35.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:35.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:35.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:35.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:36.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:36 smithi022 bash[28554]: cluster 2023-12-07T17:01:34.454716+0000 mgr.a (mgr.24293) 17288 : cluster 0 pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:36.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:36 smithi022 bash[28554]: audit 2023-12-07T17:01:35.175692+0000 mgr.a (mgr.24293) 17289 : audit 0 from='client.343536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:36 smithi044 bash[32620]: cluster 2023-12-07T17:01:34.454716+0000 mgr.a (mgr.24293) 17288 : cluster 0 pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:36 smithi044 bash[32620]: audit 2023-12-07T17:01:35.175692+0000 mgr.a (mgr.24293) 17289 : audit 0 from='client.343536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:36 smithi027 bash[31536]: cluster 2023-12-07T17:01:34.454716+0000 mgr.a (mgr.24293) 17288 : cluster 0 pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:36 smithi027 bash[31536]: audit 2023-12-07T17:01:35.175692+0000 mgr.a (mgr.24293) 17289 : audit 0 from='client.343536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:38.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:38 smithi022 bash[28554]: cluster 2023-12-07T17:01:36.455787+0000 mgr.a (mgr.24293) 17290 : cluster 0 pgmap v12927: 33 pgs: 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:01:38.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:38 smithi044 bash[32620]: cluster 2023-12-07T17:01:36.455787+0000 mgr.a (mgr.24293) 17290 : cluster 0 pgmap v12927: 33 pgs: 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:01:38.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:38 smithi027 bash[31536]: cluster 2023-12-07T17:01:36.455787+0000 mgr.a (mgr.24293) 17290 : cluster 0 pgmap v12927: 33 pgs: 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:01:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:40 smithi022 bash[28554]: cluster 2023-12-07T17:01:38.456390+0000 mgr.a (mgr.24293) 17291 : cluster 0 pgmap v12928: 33 pgs: 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:01:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:40 smithi044 bash[32620]: cluster 2023-12-07T17:01:38.456390+0000 mgr.a (mgr.24293) 17291 : cluster 0 pgmap v12928: 33 pgs: 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:01:40.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:40 smithi027 bash[31536]: cluster 2023-12-07T17:01:38.456390+0000 mgr.a (mgr.24293) 17291 : cluster 0 pgmap v12928: 33 pgs: 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:01:40.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:40.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:40.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:41.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:41.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:41.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:41.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:41.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:42.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:42 smithi022 bash[28554]: cluster 2023-12-07T17:01:40.457149+0000 mgr.a (mgr.24293) 17292 : cluster 0 pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:42.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:42 smithi022 bash[28554]: audit 2023-12-07T17:01:41.108332+0000 mgr.a (mgr.24293) 17293 : audit 0 from='client.343614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:42.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:42 smithi044 bash[32620]: cluster 2023-12-07T17:01:40.457149+0000 mgr.a (mgr.24293) 17292 : cluster 0 pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:42.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:42 smithi044 bash[32620]: audit 2023-12-07T17:01:41.108332+0000 mgr.a (mgr.24293) 17293 : audit 0 from='client.343614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:42.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:42 smithi027 bash[31536]: cluster 2023-12-07T17:01:40.457149+0000 mgr.a (mgr.24293) 17292 : cluster 0 pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:42.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:42 smithi027 bash[31536]: audit 2023-12-07T17:01:41.108332+0000 mgr.a (mgr.24293) 17293 : audit 0 from='client.343614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:44.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:44 smithi022 bash[28554]: cluster 2023-12-07T17:01:42.457877+0000 mgr.a (mgr.24293) 17294 : cluster 0 pgmap v12930: 33 pgs: 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:01:44.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:44 smithi044 bash[32620]: cluster 2023-12-07T17:01:42.457877+0000 mgr.a (mgr.24293) 17294 : cluster 0 pgmap v12930: 33 pgs: 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:01:44.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:44 smithi027 bash[31536]: cluster 2023-12-07T17:01:42.457877+0000 mgr.a (mgr.24293) 17294 : cluster 0 pgmap v12930: 33 pgs: 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:01:46.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:46 smithi022 bash[28554]: cluster 2023-12-07T17:01:44.458488+0000 mgr.a (mgr.24293) 17295 : cluster 0 pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:46.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:46 smithi044 bash[32620]: cluster 2023-12-07T17:01:44.458488+0000 mgr.a (mgr.24293) 17295 : cluster 0 pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:46.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:46 smithi027 bash[31536]: cluster 2023-12-07T17:01:44.458488+0000 mgr.a (mgr.24293) 17295 : cluster 0 pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:01:46.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:46.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:46.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:47.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:47.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:47.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:47.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:47.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:48.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:48 smithi022 bash[28554]: cluster 2023-12-07T17:01:46.459301+0000 mgr.a (mgr.24293) 17296 : cluster 0 pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:48.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:48 smithi022 bash[28554]: audit 2023-12-07T17:01:47.018529+0000 mgr.a (mgr.24293) 17297 : audit 0 from='client.343692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:48.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:48 smithi044 bash[32620]: cluster 2023-12-07T17:01:46.459301+0000 mgr.a (mgr.24293) 17296 : cluster 0 pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:48.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:48 smithi044 bash[32620]: audit 2023-12-07T17:01:47.018529+0000 mgr.a (mgr.24293) 17297 : audit 0 from='client.343692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:48.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:48 smithi027 bash[31536]: cluster 2023-12-07T17:01:46.459301+0000 mgr.a (mgr.24293) 17296 : cluster 0 pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:48.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:48 smithi027 bash[31536]: audit 2023-12-07T17:01:47.018529+0000 mgr.a (mgr.24293) 17297 : audit 0 from='client.343692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:50.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:50 smithi022 bash[28554]: cluster 2023-12-07T17:01:48.460094+0000 mgr.a (mgr.24293) 17298 : cluster 0 pgmap v12933: 33 pgs: 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:01:50.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:50 smithi044 bash[32620]: cluster 2023-12-07T17:01:48.460094+0000 mgr.a (mgr.24293) 17298 : cluster 0 pgmap v12933: 33 pgs: 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:01:50.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:50 smithi027 bash[31536]: cluster 2023-12-07T17:01:48.460094+0000 mgr.a (mgr.24293) 17298 : cluster 0 pgmap v12933: 33 pgs: 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:01:52.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:52 smithi022 bash[28554]: cluster 2023-12-07T17:01:50.461087+0000 mgr.a (mgr.24293) 17299 : cluster 0 pgmap v12934: 33 pgs: 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:01:52.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:52 smithi044 bash[32620]: cluster 2023-12-07T17:01:50.461087+0000 mgr.a (mgr.24293) 17299 : cluster 0 pgmap v12934: 33 pgs: 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:01:52.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:52 smithi027 bash[31536]: cluster 2023-12-07T17:01:50.461087+0000 mgr.a (mgr.24293) 17299 : cluster 0 pgmap v12934: 33 pgs: 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:01:52.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:52.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:52.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:53.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:53.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:53.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:53.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:53.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:01:54.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:54 smithi022 bash[28554]: cluster 2023-12-07T17:01:52.461844+0000 mgr.a (mgr.24293) 17300 : cluster 0 pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:54.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:54 smithi022 bash[28554]: audit 2023-12-07T17:01:52.960421+0000 mgr.a (mgr.24293) 17301 : audit 0 from='client.343770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:54.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:54 smithi044 bash[32620]: cluster 2023-12-07T17:01:52.461844+0000 mgr.a (mgr.24293) 17300 : cluster 0 pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:54.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:54 smithi044 bash[32620]: audit 2023-12-07T17:01:52.960421+0000 mgr.a (mgr.24293) 17301 : audit 0 from='client.343770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:54.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:54 smithi027 bash[31536]: cluster 2023-12-07T17:01:52.461844+0000 mgr.a (mgr.24293) 17300 : cluster 0 pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:54.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:54 smithi027 bash[31536]: audit 2023-12-07T17:01:52.960421+0000 mgr.a (mgr.24293) 17301 : audit 0 from='client.343770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:01:56.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:56 smithi022 bash[28554]: cluster 2023-12-07T17:01:54.462643+0000 mgr.a (mgr.24293) 17302 : cluster 0 pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:56.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:56 smithi044 bash[32620]: cluster 2023-12-07T17:01:54.462643+0000 mgr.a (mgr.24293) 17302 : cluster 0 pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:56.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:56 smithi027 bash[31536]: cluster 2023-12-07T17:01:54.462643+0000 mgr.a (mgr.24293) 17302 : cluster 0 pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:01:58.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:01:58 smithi022 bash[28554]: cluster 2023-12-07T17:01:56.463656+0000 mgr.a (mgr.24293) 17303 : cluster 0 pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:01:58.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:01:58 smithi044 bash[32620]: cluster 2023-12-07T17:01:56.463656+0000 mgr.a (mgr.24293) 17303 : cluster 0 pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:01:58.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:01:58 smithi027 bash[31536]: cluster 2023-12-07T17:01:56.463656+0000 mgr.a (mgr.24293) 17303 : cluster 0 pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:01:58.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:01:58.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:01:58.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:01:59.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:01:59.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:01:59.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:01:59.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:01:59.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:00.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:00 smithi022 bash[28554]: cluster 2023-12-07T17:01:58.464181+0000 mgr.a (mgr.24293) 17304 : cluster 0 pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:00.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:00 smithi022 bash[28554]: audit 2023-12-07T17:01:58.885325+0000 mgr.a (mgr.24293) 17305 : audit 0 from='client.343845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:00.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:00 smithi044 bash[32620]: cluster 2023-12-07T17:01:58.464181+0000 mgr.a (mgr.24293) 17304 : cluster 0 pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:00.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:00 smithi044 bash[32620]: audit 2023-12-07T17:01:58.885325+0000 mgr.a (mgr.24293) 17305 : audit 0 from='client.343845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:00.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:00 smithi027 bash[31536]: cluster 2023-12-07T17:01:58.464181+0000 mgr.a (mgr.24293) 17304 : cluster 0 pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:00.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:00 smithi027 bash[31536]: audit 2023-12-07T17:01:58.885325+0000 mgr.a (mgr.24293) 17305 : audit 0 from='client.343845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:02.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:02 smithi044 bash[32620]: cluster 2023-12-07T17:02:00.465201+0000 mgr.a (mgr.24293) 17306 : cluster 0 pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:02.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:02 smithi022 bash[28554]: cluster 2023-12-07T17:02:00.465201+0000 mgr.a (mgr.24293) 17306 : cluster 0 pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:02.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:02 smithi027 bash[31536]: cluster 2023-12-07T17:02:00.465201+0000 mgr.a (mgr.24293) 17306 : cluster 0 pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:04.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:04.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:04.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:04.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:04 smithi022 bash[28554]: cluster 2023-12-07T17:02:02.465940+0000 mgr.a (mgr.24293) 17307 : cluster 0 pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:04.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:04 smithi044 bash[32620]: cluster 2023-12-07T17:02:02.465940+0000 mgr.a (mgr.24293) 17307 : cluster 0 pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:04.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:04 smithi027 bash[31536]: cluster 2023-12-07T17:02:02.465940+0000 mgr.a (mgr.24293) 17307 : cluster 0 pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:05.343 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:05.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:05.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:05.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:05.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:06.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:06 smithi022 bash[28554]: cluster 2023-12-07T17:02:04.466575+0000 mgr.a (mgr.24293) 17308 : cluster 0 pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:06.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:06 smithi022 bash[28554]: audit 2023-12-07T17:02:04.827724+0000 mgr.a (mgr.24293) 17309 : audit 0 from='client.343923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:06.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:06 smithi044 bash[32620]: cluster 2023-12-07T17:02:04.466575+0000 mgr.a (mgr.24293) 17308 : cluster 0 pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:06.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:06 smithi044 bash[32620]: audit 2023-12-07T17:02:04.827724+0000 mgr.a (mgr.24293) 17309 : audit 0 from='client.343923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:06.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:06 smithi027 bash[31536]: cluster 2023-12-07T17:02:04.466575+0000 mgr.a (mgr.24293) 17308 : cluster 0 pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:06.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:06 smithi027 bash[31536]: audit 2023-12-07T17:02:04.827724+0000 mgr.a (mgr.24293) 17309 : audit 0 from='client.343923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:08.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:08 smithi022 bash[28554]: cluster 2023-12-07T17:02:06.467514+0000 mgr.a (mgr.24293) 17310 : cluster 0 pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:08.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:08 smithi044 bash[32620]: cluster 2023-12-07T17:02:06.467514+0000 mgr.a (mgr.24293) 17310 : cluster 0 pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:08.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:08 smithi027 bash[31536]: cluster 2023-12-07T17:02:06.467514+0000 mgr.a (mgr.24293) 17310 : cluster 0 pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:10.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:10.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:10.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:10.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:10 smithi022 bash[28554]: cluster 2023-12-07T17:02:08.468062+0000 mgr.a (mgr.24293) 17311 : cluster 0 pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:10.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:10 smithi044 bash[32620]: cluster 2023-12-07T17:02:08.468062+0000 mgr.a (mgr.24293) 17311 : cluster 0 pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:10.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:10 smithi027 bash[31536]: cluster 2023-12-07T17:02:08.468062+0000 mgr.a (mgr.24293) 17311 : cluster 0 pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:11.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:11.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:11.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:11.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:11.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:12.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:12 smithi022 bash[28554]: cluster 2023-12-07T17:02:10.468902+0000 mgr.a (mgr.24293) 17312 : cluster 0 pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:12.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:12 smithi022 bash[28554]: audit 2023-12-07T17:02:10.762262+0000 mgr.a (mgr.24293) 17313 : audit 0 from='client.343998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:12.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:12 smithi044 bash[32620]: cluster 2023-12-07T17:02:10.468902+0000 mgr.a (mgr.24293) 17312 : cluster 0 pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:12.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:12 smithi044 bash[32620]: audit 2023-12-07T17:02:10.762262+0000 mgr.a (mgr.24293) 17313 : audit 0 from='client.343998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:12.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:12 smithi027 bash[31536]: cluster 2023-12-07T17:02:10.468902+0000 mgr.a (mgr.24293) 17312 : cluster 0 pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:12.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:12 smithi027 bash[31536]: audit 2023-12-07T17:02:10.762262+0000 mgr.a (mgr.24293) 17313 : audit 0 from='client.343998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:14.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:14 smithi022 bash[28554]: cluster 2023-12-07T17:02:12.469596+0000 mgr.a (mgr.24293) 17314 : cluster 0 pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:14.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:14 smithi044 bash[32620]: cluster 2023-12-07T17:02:12.469596+0000 mgr.a (mgr.24293) 17314 : cluster 0 pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:14.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:14 smithi027 bash[31536]: cluster 2023-12-07T17:02:12.469596+0000 mgr.a (mgr.24293) 17314 : cluster 0 pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:16.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:16.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:16.321 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:16.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:16 smithi022 bash[28554]: cluster 2023-12-07T17:02:14.470161+0000 mgr.a (mgr.24293) 17315 : cluster 0 pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:16.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:16 smithi044 bash[32620]: cluster 2023-12-07T17:02:14.470161+0000 mgr.a (mgr.24293) 17315 : cluster 0 pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:16.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:16 smithi027 bash[31536]: cluster 2023-12-07T17:02:14.470161+0000 mgr.a (mgr.24293) 17315 : cluster 0 pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:17.263 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:17.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:17.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:17.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:17.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:18.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:18 smithi022 bash[28554]: cluster 2023-12-07T17:02:16.470839+0000 mgr.a (mgr.24293) 17316 : cluster 0 pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:18.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:18 smithi022 bash[28554]: audit 2023-12-07T17:02:16.739258+0000 mgr.a (mgr.24293) 17317 : audit 0 from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:18.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:18 smithi044 bash[32620]: cluster 2023-12-07T17:02:16.470839+0000 mgr.a (mgr.24293) 17316 : cluster 0 pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:18.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:18 smithi044 bash[32620]: audit 2023-12-07T17:02:16.739258+0000 mgr.a (mgr.24293) 17317 : audit 0 from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:18.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:18 smithi027 bash[31536]: cluster 2023-12-07T17:02:16.470839+0000 mgr.a (mgr.24293) 17316 : cluster 0 pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:18.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:18 smithi027 bash[31536]: audit 2023-12-07T17:02:16.739258+0000 mgr.a (mgr.24293) 17317 : audit 0 from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:20.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:20 smithi022 bash[28554]: cluster 2023-12-07T17:02:18.471484+0000 mgr.a (mgr.24293) 17318 : cluster 0 pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:20.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:20 smithi044 bash[32620]: cluster 2023-12-07T17:02:18.471484+0000 mgr.a (mgr.24293) 17318 : cluster 0 pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:20.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:20 smithi027 bash[31536]: cluster 2023-12-07T17:02:18.471484+0000 mgr.a (mgr.24293) 17318 : cluster 0 pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:22.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:22.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:22.266 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:22.421 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:22 smithi022 bash[28554]: cluster 2023-12-07T17:02:20.472279+0000 mgr.a (mgr.24293) 17319 : cluster 0 pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:22.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:22 smithi044 bash[32620]: cluster 2023-12-07T17:02:20.472279+0000 mgr.a (mgr.24293) 17319 : cluster 0 pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:22.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:22 smithi027 bash[31536]: cluster 2023-12-07T17:02:20.472279+0000 mgr.a (mgr.24293) 17319 : cluster 0 pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:23.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:23.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:23.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:23.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:23.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:24.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:24 smithi022 bash[28554]: cluster 2023-12-07T17:02:22.472812+0000 mgr.a (mgr.24293) 17320 : cluster 0 pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:24.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:24 smithi022 bash[28554]: audit 2023-12-07T17:02:22.688946+0000 mgr.a (mgr.24293) 17321 : audit 0 from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:24.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:24 smithi044 bash[32620]: cluster 2023-12-07T17:02:22.472812+0000 mgr.a (mgr.24293) 17320 : cluster 0 pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:24.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:24 smithi044 bash[32620]: audit 2023-12-07T17:02:22.688946+0000 mgr.a (mgr.24293) 17321 : audit 0 from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:24.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:24 smithi027 bash[31536]: cluster 2023-12-07T17:02:22.472812+0000 mgr.a (mgr.24293) 17320 : cluster 0 pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:24.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:24 smithi027 bash[31536]: audit 2023-12-07T17:02:22.688946+0000 mgr.a (mgr.24293) 17321 : audit 0 from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:26.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:26 smithi022 bash[28554]: cluster 2023-12-07T17:02:24.473474+0000 mgr.a (mgr.24293) 17322 : cluster 0 pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:26.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:26 smithi044 bash[32620]: cluster 2023-12-07T17:02:24.473474+0000 mgr.a (mgr.24293) 17322 : cluster 0 pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:26.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:26 smithi027 bash[31536]: cluster 2023-12-07T17:02:24.473474+0000 mgr.a (mgr.24293) 17322 : cluster 0 pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:28.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:28.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:28.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:28.421 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:28 smithi022 bash[28554]: cluster 2023-12-07T17:02:26.474288+0000 mgr.a (mgr.24293) 17323 : cluster 0 pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:28.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:28 smithi044 bash[32620]: cluster 2023-12-07T17:02:26.474288+0000 mgr.a (mgr.24293) 17323 : cluster 0 pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:28.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:28 smithi027 bash[31536]: cluster 2023-12-07T17:02:26.474288+0000 mgr.a (mgr.24293) 17323 : cluster 0 pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:29.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:30.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:30 smithi022 bash[28554]: cluster 2023-12-07T17:02:28.474721+0000 mgr.a (mgr.24293) 17324 : cluster 0 pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:30.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:30 smithi022 bash[28554]: audit 2023-12-07T17:02:28.632231+0000 mgr.a (mgr.24293) 17325 : audit 0 from='client.344226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:30.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:30 smithi044 bash[32620]: cluster 2023-12-07T17:02:28.474721+0000 mgr.a (mgr.24293) 17324 : cluster 0 pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:30.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:30 smithi044 bash[32620]: audit 2023-12-07T17:02:28.632231+0000 mgr.a (mgr.24293) 17325 : audit 0 from='client.344226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:30.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:30 smithi027 bash[31536]: cluster 2023-12-07T17:02:28.474721+0000 mgr.a (mgr.24293) 17324 : cluster 0 pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:30 smithi027 bash[31536]: audit 2023-12-07T17:02:28.632231+0000 mgr.a (mgr.24293) 17325 : audit 0 from='client.344226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:32 smithi022 bash[28554]: cluster 2023-12-07T17:02:30.475799+0000 mgr.a (mgr.24293) 17326 : cluster 0 pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:32 smithi022 bash[28554]: audit 2023-12-07T17:02:31.398895+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:02:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:32 smithi022 bash[28554]: audit 2023-12-07T17:02:31.924912+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:32 smithi022 bash[28554]: audit 2023-12-07T17:02:31.930624+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:32 smithi044 bash[32620]: cluster 2023-12-07T17:02:30.475799+0000 mgr.a (mgr.24293) 17326 : cluster 0 pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:32 smithi044 bash[32620]: audit 2023-12-07T17:02:31.398895+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:02:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:32 smithi044 bash[32620]: audit 2023-12-07T17:02:31.924912+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:32 smithi044 bash[32620]: audit 2023-12-07T17:02:31.930624+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:32 smithi027 bash[31536]: cluster 2023-12-07T17:02:30.475799+0000 mgr.a (mgr.24293) 17326 : cluster 0 pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:32 smithi027 bash[31536]: audit 2023-12-07T17:02:31.398895+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:02:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:32 smithi027 bash[31536]: audit 2023-12-07T17:02:31.924912+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:32.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:32 smithi027 bash[31536]: audit 2023-12-07T17:02:31.930624+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:33.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:33 smithi022 bash[28554]: audit 2023-12-07T17:02:32.671460+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:02:33.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:33 smithi022 bash[28554]: audit 2023-12-07T17:02:32.673127+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:02:33.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:33 smithi022 bash[28554]: audit 2023-12-07T17:02:32.683123+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:33.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:33 smithi044 bash[32620]: audit 2023-12-07T17:02:32.671460+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:02:33.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:33 smithi044 bash[32620]: audit 2023-12-07T17:02:32.673127+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:02:33.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:33 smithi044 bash[32620]: audit 2023-12-07T17:02:32.683123+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:33.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:33 smithi027 bash[31536]: audit 2023-12-07T17:02:32.671460+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:02:33.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:33 smithi027 bash[31536]: audit 2023-12-07T17:02:32.673127+0000 mon.a (mon.0) 2842 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:02:33.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:33 smithi027 bash[31536]: audit 2023-12-07T17:02:32.683123+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:02:34.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:34.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:34.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:34.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:34 smithi022 bash[28554]: cluster 2023-12-07T17:02:32.476367+0000 mgr.a (mgr.24293) 17327 : cluster 0 pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:34.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:34 smithi044 bash[32620]: cluster 2023-12-07T17:02:32.476367+0000 mgr.a (mgr.24293) 17327 : cluster 0 pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:34.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:34 smithi027 bash[31536]: cluster 2023-12-07T17:02:32.476367+0000 mgr.a (mgr.24293) 17327 : cluster 0 pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:35.118 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:35.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:35.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:35.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:35.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:36.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:36 smithi022 bash[28554]: cluster 2023-12-07T17:02:34.476904+0000 mgr.a (mgr.24293) 17328 : cluster 0 pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:36.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:36 smithi022 bash[28554]: audit 2023-12-07T17:02:34.580640+0000 mgr.a (mgr.24293) 17329 : audit 0 from='client.344301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:36.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:36 smithi044 bash[32620]: cluster 2023-12-07T17:02:34.476904+0000 mgr.a (mgr.24293) 17328 : cluster 0 pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:36.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:36 smithi044 bash[32620]: audit 2023-12-07T17:02:34.580640+0000 mgr.a (mgr.24293) 17329 : audit 0 from='client.344301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:36 smithi027 bash[31536]: cluster 2023-12-07T17:02:34.476904+0000 mgr.a (mgr.24293) 17328 : cluster 0 pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:36 smithi027 bash[31536]: audit 2023-12-07T17:02:34.580640+0000 mgr.a (mgr.24293) 17329 : audit 0 from='client.344301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:38.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:38 smithi022 bash[28554]: cluster 2023-12-07T17:02:36.477810+0000 mgr.a (mgr.24293) 17330 : cluster 0 pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:38.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:38 smithi044 bash[32620]: cluster 2023-12-07T17:02:36.477810+0000 mgr.a (mgr.24293) 17330 : cluster 0 pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:38 smithi027 bash[31536]: cluster 2023-12-07T17:02:36.477810+0000 mgr.a (mgr.24293) 17330 : cluster 0 pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:40.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:40.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:40.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:40.421 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:40 smithi022 bash[28554]: cluster 2023-12-07T17:02:38.478387+0000 mgr.a (mgr.24293) 17331 : cluster 0 pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:40.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:40 smithi044 bash[32620]: cluster 2023-12-07T17:02:38.478387+0000 mgr.a (mgr.24293) 17331 : cluster 0 pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:40.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:40 smithi027 bash[31536]: cluster 2023-12-07T17:02:38.478387+0000 mgr.a (mgr.24293) 17331 : cluster 0 pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:41.072 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:41.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:41.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:42.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:42 smithi022 bash[28554]: cluster 2023-12-07T17:02:40.479109+0000 mgr.a (mgr.24293) 17332 : cluster 0 pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:42.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:42 smithi022 bash[28554]: audit 2023-12-07T17:02:40.540364+0000 mgr.a (mgr.24293) 17333 : audit 0 from='client.344376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:42.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:42 smithi044 bash[32620]: cluster 2023-12-07T17:02:40.479109+0000 mgr.a (mgr.24293) 17332 : cluster 0 pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:42.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:42 smithi044 bash[32620]: audit 2023-12-07T17:02:40.540364+0000 mgr.a (mgr.24293) 17333 : audit 0 from='client.344376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:42.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:42 smithi027 bash[31536]: cluster 2023-12-07T17:02:40.479109+0000 mgr.a (mgr.24293) 17332 : cluster 0 pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:42.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:42 smithi027 bash[31536]: audit 2023-12-07T17:02:40.540364+0000 mgr.a (mgr.24293) 17333 : audit 0 from='client.344376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:44.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:44 smithi022 bash[28554]: cluster 2023-12-07T17:02:42.479822+0000 mgr.a (mgr.24293) 17334 : cluster 0 pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:44.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:44 smithi044 bash[32620]: cluster 2023-12-07T17:02:42.479822+0000 mgr.a (mgr.24293) 17334 : cluster 0 pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:44.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:44 smithi027 bash[31536]: cluster 2023-12-07T17:02:42.479822+0000 mgr.a (mgr.24293) 17334 : cluster 0 pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:46.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:46.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:46 smithi022 bash[28554]: cluster 2023-12-07T17:02:44.480361+0000 mgr.a (mgr.24293) 17335 : cluster 0 pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:46.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:46 smithi044 bash[32620]: cluster 2023-12-07T17:02:44.480361+0000 mgr.a (mgr.24293) 17335 : cluster 0 pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:46.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:46 smithi027 bash[31536]: cluster 2023-12-07T17:02:44.480361+0000 mgr.a (mgr.24293) 17335 : cluster 0 pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:47.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:47.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:47.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:47.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:47.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:48.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:48 smithi022 bash[28554]: cluster 2023-12-07T17:02:46.481094+0000 mgr.a (mgr.24293) 17336 : cluster 0 pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:48.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:48 smithi022 bash[28554]: audit 2023-12-07T17:02:46.502128+0000 mgr.a (mgr.24293) 17337 : audit 0 from='client.344448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:48.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:48 smithi044 bash[32620]: cluster 2023-12-07T17:02:46.481094+0000 mgr.a (mgr.24293) 17336 : cluster 0 pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:48.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:48 smithi044 bash[32620]: audit 2023-12-07T17:02:46.502128+0000 mgr.a (mgr.24293) 17337 : audit 0 from='client.344448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:48.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:48 smithi027 bash[31536]: cluster 2023-12-07T17:02:46.481094+0000 mgr.a (mgr.24293) 17336 : cluster 0 pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:48.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:48 smithi027 bash[31536]: audit 2023-12-07T17:02:46.502128+0000 mgr.a (mgr.24293) 17337 : audit 0 from='client.344448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:50.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:50 smithi022 bash[28554]: cluster 2023-12-07T17:02:48.481870+0000 mgr.a (mgr.24293) 17338 : cluster 0 pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:50.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:50 smithi044 bash[32620]: cluster 2023-12-07T17:02:48.481870+0000 mgr.a (mgr.24293) 17338 : cluster 0 pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:50.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:50 smithi027 bash[31536]: cluster 2023-12-07T17:02:48.481870+0000 mgr.a (mgr.24293) 17338 : cluster 0 pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:02:52.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:52.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:52.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:52.421 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:52 smithi022 bash[28554]: cluster 2023-12-07T17:02:50.482727+0000 mgr.a (mgr.24293) 17339 : cluster 0 pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:52.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:52 smithi044 bash[32620]: cluster 2023-12-07T17:02:50.482727+0000 mgr.a (mgr.24293) 17339 : cluster 0 pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:52.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:52 smithi027 bash[31536]: cluster 2023-12-07T17:02:50.482727+0000 mgr.a (mgr.24293) 17339 : cluster 0 pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:52.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:52.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:52.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:52.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:52.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:53.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:53 smithi022 bash[28554]: audit 2023-12-07T17:02:52.448775+0000 mgr.a (mgr.24293) 17340 : audit 0 from='client.344526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:53.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:53 smithi044 bash[32620]: audit 2023-12-07T17:02:52.448775+0000 mgr.a (mgr.24293) 17340 : audit 0 from='client.344526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:53.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:53 smithi027 bash[31536]: audit 2023-12-07T17:02:52.448775+0000 mgr.a (mgr.24293) 17340 : audit 0 from='client.344526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:54.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:54 smithi022 bash[28554]: cluster 2023-12-07T17:02:52.483461+0000 mgr.a (mgr.24293) 17341 : cluster 0 pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:54.422 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:54 smithi044 bash[32620]: cluster 2023-12-07T17:02:52.483461+0000 mgr.a (mgr.24293) 17341 : cluster 0 pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:54.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:54 smithi027 bash[31536]: cluster 2023-12-07T17:02:52.483461+0000 mgr.a (mgr.24293) 17341 : cluster 0 pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:56.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:56 smithi027 bash[31536]: cluster 2023-12-07T17:02:54.484203+0000 mgr.a (mgr.24293) 17342 : cluster 0 pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:56.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:56 smithi022 bash[28554]: cluster 2023-12-07T17:02:54.484203+0000 mgr.a (mgr.24293) 17342 : cluster 0 pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:56.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:56 smithi044 bash[32620]: cluster 2023-12-07T17:02:54.484203+0000 mgr.a (mgr.24293) 17342 : cluster 0 pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:02:57.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:02:57.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:02:57.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:02:58.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:58 smithi027 bash[31536]: cluster 2023-12-07T17:02:56.485044+0000 mgr.a (mgr.24293) 17343 : cluster 0 pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:58.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:58 smithi022 bash[28554]: cluster 2023-12-07T17:02:56.485044+0000 mgr.a (mgr.24293) 17343 : cluster 0 pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:58.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:58 smithi044 bash[32620]: cluster 2023-12-07T17:02:56.485044+0000 mgr.a (mgr.24293) 17343 : cluster 0 pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:02:58.880 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:02:58.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:02:58.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:02:58.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:02:58.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:02:59.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:02:59 smithi027 bash[31536]: audit 2023-12-07T17:02:58.366432+0000 mgr.a (mgr.24293) 17344 : audit 0 from='client.344595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:59.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:02:59 smithi022 bash[28554]: audit 2023-12-07T17:02:58.366432+0000 mgr.a (mgr.24293) 17344 : audit 0 from='client.344595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:02:59.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:02:59 smithi044 bash[32620]: audit 2023-12-07T17:02:58.366432+0000 mgr.a (mgr.24293) 17344 : audit 0 from='client.344595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:00.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:00 smithi027 bash[31536]: cluster 2023-12-07T17:02:58.485717+0000 mgr.a (mgr.24293) 17345 : cluster 0 pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:00 smithi022 bash[28554]: cluster 2023-12-07T17:02:58.485717+0000 mgr.a (mgr.24293) 17345 : cluster 0 pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:00.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:00 smithi044 bash[32620]: cluster 2023-12-07T17:02:58.485717+0000 mgr.a (mgr.24293) 17345 : cluster 0 pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:02.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:02 smithi027 bash[31536]: cluster 2023-12-07T17:03:00.486606+0000 mgr.a (mgr.24293) 17346 : cluster 0 pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:02.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:02 smithi022 bash[28554]: cluster 2023-12-07T17:03:00.486606+0000 mgr.a (mgr.24293) 17346 : cluster 0 pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:02.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:02 smithi044 bash[32620]: cluster 2023-12-07T17:03:00.486606+0000 mgr.a (mgr.24293) 17346 : cluster 0 pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:03.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:03.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:03.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:04.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:04 smithi027 bash[31536]: cluster 2023-12-07T17:03:02.487189+0000 mgr.a (mgr.24293) 17347 : cluster 0 pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:04.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:04 smithi022 bash[28554]: cluster 2023-12-07T17:03:02.487189+0000 mgr.a (mgr.24293) 17347 : cluster 0 pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:04.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:04 smithi044 bash[32620]: cluster 2023-12-07T17:03:02.487189+0000 mgr.a (mgr.24293) 17347 : cluster 0 pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:04.834 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:04.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:04.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:04.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:04.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:05 smithi022 bash[28554]: audit 2023-12-07T17:03:04.302464+0000 mgr.a (mgr.24293) 17348 : audit 0 from='client.344670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:05.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:05 smithi044 bash[32620]: audit 2023-12-07T17:03:04.302464+0000 mgr.a (mgr.24293) 17348 : audit 0 from='client.344670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:05 smithi027 bash[31536]: audit 2023-12-07T17:03:04.302464+0000 mgr.a (mgr.24293) 17348 : audit 0 from='client.344670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:06.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:06 smithi022 bash[28554]: cluster 2023-12-07T17:03:04.487974+0000 mgr.a (mgr.24293) 17349 : cluster 0 pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:06.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:06 smithi044 bash[32620]: cluster 2023-12-07T17:03:04.487974+0000 mgr.a (mgr.24293) 17349 : cluster 0 pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:06.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:06 smithi027 bash[31536]: cluster 2023-12-07T17:03:04.487974+0000 mgr.a (mgr.24293) 17349 : cluster 0 pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:08 smithi022 bash[28554]: cluster 2023-12-07T17:03:06.488991+0000 mgr.a (mgr.24293) 17350 : cluster 0 pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:08.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:08 smithi044 bash[32620]: cluster 2023-12-07T17:03:06.488991+0000 mgr.a (mgr.24293) 17350 : cluster 0 pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:08.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:08 smithi027 bash[31536]: cluster 2023-12-07T17:03:06.488991+0000 mgr.a (mgr.24293) 17350 : cluster 0 pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:09.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:09.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:09.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:10.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:10 smithi022 bash[28554]: cluster 2023-12-07T17:03:08.489656+0000 mgr.a (mgr.24293) 17351 : cluster 0 pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:10.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:10 smithi044 bash[32620]: cluster 2023-12-07T17:03:08.489656+0000 mgr.a (mgr.24293) 17351 : cluster 0 pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:10 smithi027 bash[31536]: cluster 2023-12-07T17:03:08.489656+0000 mgr.a (mgr.24293) 17351 : cluster 0 pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:10.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:10.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:10.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:10.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:10.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:11.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:11 smithi022 bash[28554]: audit 2023-12-07T17:03:10.257309+0000 mgr.a (mgr.24293) 17352 : audit 0 from='client.344748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:11.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:11 smithi044 bash[32620]: audit 2023-12-07T17:03:10.257309+0000 mgr.a (mgr.24293) 17352 : audit 0 from='client.344748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:11 smithi027 bash[31536]: audit 2023-12-07T17:03:10.257309+0000 mgr.a (mgr.24293) 17352 : audit 0 from='client.344748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:12 smithi044 bash[32620]: cluster 2023-12-07T17:03:10.490388+0000 mgr.a (mgr.24293) 17353 : cluster 0 pgmap v12974: 33 pgs: 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:03:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:12 smithi022 bash[28554]: cluster 2023-12-07T17:03:10.490388+0000 mgr.a (mgr.24293) 17353 : cluster 0 pgmap v12974: 33 pgs: 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:03:12.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:12 smithi027 bash[31536]: cluster 2023-12-07T17:03:10.490388+0000 mgr.a (mgr.24293) 17353 : cluster 0 pgmap v12974: 33 pgs: 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:03:14.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:14 smithi022 bash[28554]: cluster 2023-12-07T17:03:12.491033+0000 mgr.a (mgr.24293) 17354 : cluster 0 pgmap v12975: 33 pgs: 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:03:14.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:14 smithi044 bash[32620]: cluster 2023-12-07T17:03:12.491033+0000 mgr.a (mgr.24293) 17354 : cluster 0 pgmap v12975: 33 pgs: 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:03:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:14 smithi027 bash[31536]: cluster 2023-12-07T17:03:12.491033+0000 mgr.a (mgr.24293) 17354 : cluster 0 pgmap v12975: 33 pgs: 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:03:15.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:15.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:15.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:16.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:16 smithi022 bash[28554]: cluster 2023-12-07T17:03:14.491632+0000 mgr.a (mgr.24293) 17355 : cluster 0 pgmap v12976: 33 pgs: 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:03:16.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:16 smithi044 bash[32620]: cluster 2023-12-07T17:03:14.491632+0000 mgr.a (mgr.24293) 17355 : cluster 0 pgmap v12976: 33 pgs: 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:03:16.692 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:16.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:16.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:16.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:16.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:16 smithi027 bash[31536]: cluster 2023-12-07T17:03:14.491632+0000 mgr.a (mgr.24293) 17355 : cluster 0 pgmap v12976: 33 pgs: 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:03:17.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:17 smithi022 bash[28554]: audit 2023-12-07T17:03:16.193750+0000 mgr.a (mgr.24293) 17356 : audit 0 from='client.344823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:17.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:17 smithi044 bash[32620]: audit 2023-12-07T17:03:16.193750+0000 mgr.a (mgr.24293) 17356 : audit 0 from='client.344823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:17.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:17 smithi027 bash[31536]: audit 2023-12-07T17:03:16.193750+0000 mgr.a (mgr.24293) 17356 : audit 0 from='client.344823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:18.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:18 smithi022 bash[28554]: cluster 2023-12-07T17:03:16.492674+0000 mgr.a (mgr.24293) 17357 : cluster 0 pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:18.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:18 smithi044 bash[32620]: cluster 2023-12-07T17:03:16.492674+0000 mgr.a (mgr.24293) 17357 : cluster 0 pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:18 smithi027 bash[31536]: cluster 2023-12-07T17:03:16.492674+0000 mgr.a (mgr.24293) 17357 : cluster 0 pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:20.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:20 smithi022 bash[28554]: cluster 2023-12-07T17:03:18.493337+0000 mgr.a (mgr.24293) 17358 : cluster 0 pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:20.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:20 smithi044 bash[32620]: cluster 2023-12-07T17:03:18.493337+0000 mgr.a (mgr.24293) 17358 : cluster 0 pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:20 smithi027 bash[31536]: cluster 2023-12-07T17:03:18.493337+0000 mgr.a (mgr.24293) 17358 : cluster 0 pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:21.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:21.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:21.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:22.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:22.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:22.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:22.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:22.624 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:22.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:22 smithi022 bash[28554]: cluster 2023-12-07T17:03:20.494169+0000 mgr.a (mgr.24293) 17359 : cluster 0 pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:22.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:22 smithi044 bash[32620]: cluster 2023-12-07T17:03:20.494169+0000 mgr.a (mgr.24293) 17359 : cluster 0 pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:22.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:22 smithi027 bash[31536]: cluster 2023-12-07T17:03:20.494169+0000 mgr.a (mgr.24293) 17359 : cluster 0 pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:23.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:23 smithi022 bash[28554]: audit 2023-12-07T17:03:22.114287+0000 mgr.a (mgr.24293) 17360 : audit 0 from='client.344898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:23.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:23 smithi044 bash[32620]: audit 2023-12-07T17:03:22.114287+0000 mgr.a (mgr.24293) 17360 : audit 0 from='client.344898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:23.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:23 smithi027 bash[31536]: audit 2023-12-07T17:03:22.114287+0000 mgr.a (mgr.24293) 17360 : audit 0 from='client.344898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:24.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:24 smithi022 bash[28554]: cluster 2023-12-07T17:03:22.499706+0000 mgr.a (mgr.24293) 17361 : cluster 0 pgmap v12980: 33 pgs: 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:03:24.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:24 smithi044 bash[32620]: cluster 2023-12-07T17:03:22.499706+0000 mgr.a (mgr.24293) 17361 : cluster 0 pgmap v12980: 33 pgs: 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:03:24.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:24 smithi027 bash[31536]: cluster 2023-12-07T17:03:22.499706+0000 mgr.a (mgr.24293) 17361 : cluster 0 pgmap v12980: 33 pgs: 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:03:26.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:26 smithi022 bash[28554]: cluster 2023-12-07T17:03:24.500486+0000 mgr.a (mgr.24293) 17362 : cluster 0 pgmap v12981: 33 pgs: 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:03:26.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:26 smithi044 bash[32620]: cluster 2023-12-07T17:03:24.500486+0000 mgr.a (mgr.24293) 17362 : cluster 0 pgmap v12981: 33 pgs: 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:03:26.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:26 smithi027 bash[31536]: cluster 2023-12-07T17:03:24.500486+0000 mgr.a (mgr.24293) 17362 : cluster 0 pgmap v12981: 33 pgs: 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:03:27.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:27.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:27.627 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:28.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:28.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:28 smithi044 bash[32620]: cluster 2023-12-07T17:03:26.501274+0000 mgr.a (mgr.24293) 17363 : cluster 0 pgmap v12982: 33 pgs: 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:03:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:28 smithi022 bash[28554]: cluster 2023-12-07T17:03:26.501274+0000 mgr.a (mgr.24293) 17363 : cluster 0 pgmap v12982: 33 pgs: 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:03:28.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:28 smithi027 bash[31536]: cluster 2023-12-07T17:03:26.501274+0000 mgr.a (mgr.24293) 17363 : cluster 0 pgmap v12982: 33 pgs: 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:03:29.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:29 smithi022 bash[28554]: audit 2023-12-07T17:03:28.035826+0000 mgr.a (mgr.24293) 17364 : audit 0 from='client.344970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:29.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:29 smithi044 bash[32620]: audit 2023-12-07T17:03:28.035826+0000 mgr.a (mgr.24293) 17364 : audit 0 from='client.344970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:29.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:29 smithi027 bash[31536]: audit 2023-12-07T17:03:28.035826+0000 mgr.a (mgr.24293) 17364 : audit 0 from='client.344970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:30.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:30 smithi022 bash[28554]: cluster 2023-12-07T17:03:28.501803+0000 mgr.a (mgr.24293) 17365 : cluster 0 pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:30.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:30 smithi044 bash[32620]: cluster 2023-12-07T17:03:28.501803+0000 mgr.a (mgr.24293) 17365 : cluster 0 pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:30.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:30 smithi027 bash[31536]: cluster 2023-12-07T17:03:28.501803+0000 mgr.a (mgr.24293) 17365 : cluster 0 pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:32.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:32 smithi022 bash[28554]: cluster 2023-12-07T17:03:30.502581+0000 mgr.a (mgr.24293) 17366 : cluster 0 pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:32 smithi044 bash[32620]: cluster 2023-12-07T17:03:30.502581+0000 mgr.a (mgr.24293) 17366 : cluster 0 pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:32.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:32 smithi027 bash[31536]: cluster 2023-12-07T17:03:30.502581+0000 mgr.a (mgr.24293) 17366 : cluster 0 pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:33.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:33.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:33.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:33.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:33 smithi022 bash[28554]: audit 2023-12-07T17:03:32.787832+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:03:33.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:33 smithi044 bash[32620]: audit 2023-12-07T17:03:32.787832+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:03:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:33 smithi027 bash[31536]: audit 2023-12-07T17:03:32.787832+0000 mon.a (mon.0) 2844 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:03:34.512 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:34.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:34.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:34.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:34.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: cluster 2023-12-07T17:03:32.503140+0000 mgr.a (mgr.24293) 17367 : cluster 0 pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:33.313959+0000 mon.a (mon.0) 2845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:33.316872+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:33.322484+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:33.328516+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:34.114677+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:34.116108+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:03:34.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:34 smithi022 bash[28554]: audit 2023-12-07T17:03:34.125213+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: cluster 2023-12-07T17:03:32.503140+0000 mgr.a (mgr.24293) 17367 : cluster 0 pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:33.313959+0000 mon.a (mon.0) 2845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:33.316872+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:33.322484+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:33.328516+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:34.114677+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:34.116108+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:03:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:34 smithi044 bash[32620]: audit 2023-12-07T17:03:34.125213+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: cluster 2023-12-07T17:03:32.503140+0000 mgr.a (mgr.24293) 17367 : cluster 0 pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:33.313959+0000 mon.a (mon.0) 2845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:33.316872+0000 mon.a (mon.0) 2846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:33.322484+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:33.328516+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:34.114677+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:03:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:34.116108+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:03:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:34 smithi027 bash[31536]: audit 2023-12-07T17:03:34.125213+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:03:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:35 smithi022 bash[28554]: audit 2023-12-07T17:03:33.963229+0000 mgr.a (mgr.24293) 17368 : audit 0 from='client.345039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:35.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:35 smithi044 bash[32620]: audit 2023-12-07T17:03:33.963229+0000 mgr.a (mgr.24293) 17368 : audit 0 from='client.345039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:35 smithi027 bash[31536]: audit 2023-12-07T17:03:33.963229+0000 mgr.a (mgr.24293) 17368 : audit 0 from='client.345039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:36 smithi022 bash[28554]: cluster 2023-12-07T17:03:34.503874+0000 mgr.a (mgr.24293) 17369 : cluster 0 pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:36.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:36 smithi044 bash[32620]: cluster 2023-12-07T17:03:34.503874+0000 mgr.a (mgr.24293) 17369 : cluster 0 pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:36 smithi027 bash[31536]: cluster 2023-12-07T17:03:34.503874+0000 mgr.a (mgr.24293) 17369 : cluster 0 pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:38 smithi022 bash[28554]: cluster 2023-12-07T17:03:36.504765+0000 mgr.a (mgr.24293) 17370 : cluster 0 pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:38.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:38 smithi044 bash[32620]: cluster 2023-12-07T17:03:36.504765+0000 mgr.a (mgr.24293) 17370 : cluster 0 pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:38 smithi027 bash[31536]: cluster 2023-12-07T17:03:36.504765+0000 mgr.a (mgr.24293) 17370 : cluster 0 pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:39.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:39.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:39.516 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:40.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:40.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:40.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:40.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:40.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:40.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:40 smithi022 bash[28554]: cluster 2023-12-07T17:03:38.505332+0000 mgr.a (mgr.24293) 17371 : cluster 0 pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:40.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:40 smithi044 bash[32620]: cluster 2023-12-07T17:03:38.505332+0000 mgr.a (mgr.24293) 17371 : cluster 0 pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:40 smithi027 bash[31536]: cluster 2023-12-07T17:03:38.505332+0000 mgr.a (mgr.24293) 17371 : cluster 0 pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:41.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:41 smithi022 bash[28554]: audit 2023-12-07T17:03:39.933642+0000 mgr.a (mgr.24293) 17372 : audit 0 from='client.345111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:41.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:41 smithi044 bash[32620]: audit 2023-12-07T17:03:39.933642+0000 mgr.a (mgr.24293) 17372 : audit 0 from='client.345111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:41.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:41 smithi027 bash[31536]: audit 2023-12-07T17:03:39.933642+0000 mgr.a (mgr.24293) 17372 : audit 0 from='client.345111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:42.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:42 smithi022 bash[28554]: cluster 2023-12-07T17:03:40.506360+0000 mgr.a (mgr.24293) 17373 : cluster 0 pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:42.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:42 smithi044 bash[32620]: cluster 2023-12-07T17:03:40.506360+0000 mgr.a (mgr.24293) 17373 : cluster 0 pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:42.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:42 smithi027 bash[31536]: cluster 2023-12-07T17:03:40.506360+0000 mgr.a (mgr.24293) 17373 : cluster 0 pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:03:44.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:44 smithi022 bash[28554]: cluster 2023-12-07T17:03:42.507011+0000 mgr.a (mgr.24293) 17374 : cluster 0 pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:44.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:44 smithi044 bash[32620]: cluster 2023-12-07T17:03:42.507011+0000 mgr.a (mgr.24293) 17374 : cluster 0 pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:44.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:44 smithi027 bash[31536]: cluster 2023-12-07T17:03:42.507011+0000 mgr.a (mgr.24293) 17374 : cluster 0 pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:45.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:45.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:45.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:46.420 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:46.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:46.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:46.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:46.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:46 smithi022 bash[28554]: cluster 2023-12-07T17:03:44.507743+0000 mgr.a (mgr.24293) 17375 : cluster 0 pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:46.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:46 smithi044 bash[32620]: cluster 2023-12-07T17:03:44.507743+0000 mgr.a (mgr.24293) 17375 : cluster 0 pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:46 smithi027 bash[31536]: cluster 2023-12-07T17:03:44.507743+0000 mgr.a (mgr.24293) 17375 : cluster 0 pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:47.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:47 smithi022 bash[28554]: audit 2023-12-07T17:03:45.870386+0000 mgr.a (mgr.24293) 17376 : audit 0 from='client.345186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:47.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:47 smithi044 bash[32620]: audit 2023-12-07T17:03:45.870386+0000 mgr.a (mgr.24293) 17376 : audit 0 from='client.345186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:47.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:47 smithi027 bash[31536]: audit 2023-12-07T17:03:45.870386+0000 mgr.a (mgr.24293) 17376 : audit 0 from='client.345186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:48.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:48 smithi022 bash[28554]: cluster 2023-12-07T17:03:46.508795+0000 mgr.a (mgr.24293) 17377 : cluster 0 pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:48.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:48 smithi044 bash[32620]: cluster 2023-12-07T17:03:46.508795+0000 mgr.a (mgr.24293) 17377 : cluster 0 pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:48.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:48 smithi027 bash[31536]: cluster 2023-12-07T17:03:46.508795+0000 mgr.a (mgr.24293) 17377 : cluster 0 pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:50.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:50 smithi022 bash[28554]: cluster 2023-12-07T17:03:48.509423+0000 mgr.a (mgr.24293) 17378 : cluster 0 pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:50.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:50 smithi044 bash[32620]: cluster 2023-12-07T17:03:48.509423+0000 mgr.a (mgr.24293) 17378 : cluster 0 pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:50 smithi027 bash[31536]: cluster 2023-12-07T17:03:48.509423+0000 mgr.a (mgr.24293) 17378 : cluster 0 pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:51.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:51.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:51.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:52.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:52.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:52.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:52.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:52.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:52.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:52 smithi022 bash[28554]: cluster 2023-12-07T17:03:50.510167+0000 mgr.a (mgr.24293) 17379 : cluster 0 pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:52.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:52 smithi044 bash[32620]: cluster 2023-12-07T17:03:50.510167+0000 mgr.a (mgr.24293) 17379 : cluster 0 pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:52.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:52 smithi027 bash[31536]: cluster 2023-12-07T17:03:50.510167+0000 mgr.a (mgr.24293) 17379 : cluster 0 pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:53.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:53 smithi022 bash[28554]: audit 2023-12-07T17:03:51.838871+0000 mgr.a (mgr.24293) 17380 : audit 0 from='client.345261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:53.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:53 smithi044 bash[32620]: audit 2023-12-07T17:03:51.838871+0000 mgr.a (mgr.24293) 17380 : audit 0 from='client.345261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:53.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:53 smithi027 bash[31536]: audit 2023-12-07T17:03:51.838871+0000 mgr.a (mgr.24293) 17380 : audit 0 from='client.345261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:54.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:54 smithi022 bash[28554]: cluster 2023-12-07T17:03:52.510903+0000 mgr.a (mgr.24293) 17381 : cluster 0 pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:54.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:54 smithi044 bash[32620]: cluster 2023-12-07T17:03:52.510903+0000 mgr.a (mgr.24293) 17381 : cluster 0 pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:54.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:54 smithi027 bash[31536]: cluster 2023-12-07T17:03:52.510903+0000 mgr.a (mgr.24293) 17381 : cluster 0 pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:56.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:56 smithi022 bash[28554]: cluster 2023-12-07T17:03:54.511477+0000 mgr.a (mgr.24293) 17382 : cluster 0 pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:56.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:56 smithi044 bash[32620]: cluster 2023-12-07T17:03:54.511477+0000 mgr.a (mgr.24293) 17382 : cluster 0 pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:56 smithi027 bash[31536]: cluster 2023-12-07T17:03:54.511477+0000 mgr.a (mgr.24293) 17382 : cluster 0 pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:03:57.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:03:57.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:03:57.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:03:58.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:03:58.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:03:58.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:03:58.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:03:58.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:03:58.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:58 smithi022 bash[28554]: cluster 2023-12-07T17:03:56.512439+0000 mgr.a (mgr.24293) 17383 : cluster 0 pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:58.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:58 smithi044 bash[32620]: cluster 2023-12-07T17:03:56.512439+0000 mgr.a (mgr.24293) 17383 : cluster 0 pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:58.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:58 smithi027 bash[31536]: cluster 2023-12-07T17:03:56.512439+0000 mgr.a (mgr.24293) 17383 : cluster 0 pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:03:59.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:03:59 smithi022 bash[28554]: audit 2023-12-07T17:03:57.783275+0000 mgr.a (mgr.24293) 17384 : audit 0 from='client.345339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:59.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:03:59 smithi044 bash[32620]: audit 2023-12-07T17:03:57.783275+0000 mgr.a (mgr.24293) 17384 : audit 0 from='client.345339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:03:59.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:03:59 smithi027 bash[31536]: audit 2023-12-07T17:03:57.783275+0000 mgr.a (mgr.24293) 17384 : audit 0 from='client.345339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:00 smithi022 bash[28554]: cluster 2023-12-07T17:03:58.513162+0000 mgr.a (mgr.24293) 17385 : cluster 0 pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:00.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:00 smithi044 bash[32620]: cluster 2023-12-07T17:03:58.513162+0000 mgr.a (mgr.24293) 17385 : cluster 0 pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:00.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:00 smithi027 bash[31536]: cluster 2023-12-07T17:03:58.513162+0000 mgr.a (mgr.24293) 17385 : cluster 0 pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:02.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:02 smithi022 bash[28554]: cluster 2023-12-07T17:04:00.513977+0000 mgr.a (mgr.24293) 17386 : cluster 0 pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:02.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:02 smithi044 bash[32620]: cluster 2023-12-07T17:04:00.513977+0000 mgr.a (mgr.24293) 17386 : cluster 0 pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:02.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:02 smithi027 bash[31536]: cluster 2023-12-07T17:04:00.513977+0000 mgr.a (mgr.24293) 17386 : cluster 0 pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:03.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:03.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:03.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:04.260 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:04.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:04.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:04.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:04.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:04.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:04 smithi022 bash[28554]: cluster 2023-12-07T17:04:02.514589+0000 mgr.a (mgr.24293) 17387 : cluster 0 pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:04.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:04 smithi044 bash[32620]: cluster 2023-12-07T17:04:02.514589+0000 mgr.a (mgr.24293) 17387 : cluster 0 pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:04.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:04 smithi027 bash[31536]: cluster 2023-12-07T17:04:02.514589+0000 mgr.a (mgr.24293) 17387 : cluster 0 pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:05.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:05 smithi022 bash[28554]: audit 2023-12-07T17:04:03.752951+0000 mgr.a (mgr.24293) 17388 : audit 0 from='client.345417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:05.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:05 smithi044 bash[32620]: audit 2023-12-07T17:04:03.752951+0000 mgr.a (mgr.24293) 17388 : audit 0 from='client.345417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:05.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:05 smithi027 bash[31536]: audit 2023-12-07T17:04:03.752951+0000 mgr.a (mgr.24293) 17388 : audit 0 from='client.345417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:06.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:06 smithi022 bash[28554]: cluster 2023-12-07T17:04:04.515299+0000 mgr.a (mgr.24293) 17389 : cluster 0 pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:06.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:06 smithi044 bash[32620]: cluster 2023-12-07T17:04:04.515299+0000 mgr.a (mgr.24293) 17389 : cluster 0 pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:06.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:06 smithi027 bash[31536]: cluster 2023-12-07T17:04:04.515299+0000 mgr.a (mgr.24293) 17389 : cluster 0 pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:08 smithi022 bash[28554]: cluster 2023-12-07T17:04:06.516181+0000 mgr.a (mgr.24293) 17390 : cluster 0 pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:08.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:08 smithi044 bash[32620]: cluster 2023-12-07T17:04:06.516181+0000 mgr.a (mgr.24293) 17390 : cluster 0 pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:08.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:08 smithi027 bash[31536]: cluster 2023-12-07T17:04:06.516181+0000 mgr.a (mgr.24293) 17390 : cluster 0 pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:09.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:09.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:09.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:10.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:10.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:10.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:10.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:10.207 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:10 smithi022 bash[28554]: cluster 2023-12-07T17:04:08.516770+0000 mgr.a (mgr.24293) 17391 : cluster 0 pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:10.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:10 smithi044 bash[32620]: cluster 2023-12-07T17:04:08.516770+0000 mgr.a (mgr.24293) 17391 : cluster 0 pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:10 smithi027 bash[31536]: cluster 2023-12-07T17:04:08.516770+0000 mgr.a (mgr.24293) 17391 : cluster 0 pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:11.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:11 smithi027 bash[31536]: audit 2023-12-07T17:04:09.681739+0000 mgr.a (mgr.24293) 17392 : audit 0 from='client.345495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:11.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:11 smithi022 bash[28554]: audit 2023-12-07T17:04:09.681739+0000 mgr.a (mgr.24293) 17392 : audit 0 from='client.345495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:11.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:11 smithi044 bash[32620]: audit 2023-12-07T17:04:09.681739+0000 mgr.a (mgr.24293) 17392 : audit 0 from='client.345495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:12.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:12 smithi027 bash[31536]: cluster 2023-12-07T17:04:10.517853+0000 mgr.a (mgr.24293) 17393 : cluster 0 pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:12.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:12 smithi022 bash[28554]: cluster 2023-12-07T17:04:10.517853+0000 mgr.a (mgr.24293) 17393 : cluster 0 pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:12.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:12 smithi044 bash[32620]: cluster 2023-12-07T17:04:10.517853+0000 mgr.a (mgr.24293) 17393 : cluster 0 pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:14 smithi027 bash[31536]: cluster 2023-12-07T17:04:12.518602+0000 mgr.a (mgr.24293) 17394 : cluster 0 pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:14.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:14 smithi022 bash[28554]: cluster 2023-12-07T17:04:12.518602+0000 mgr.a (mgr.24293) 17394 : cluster 0 pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:14.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:14 smithi044 bash[32620]: cluster 2023-12-07T17:04:12.518602+0000 mgr.a (mgr.24293) 17394 : cluster 0 pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:15.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:15.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:15.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:16.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:16.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:16.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:16.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:16 smithi027 bash[31536]: cluster 2023-12-07T17:04:14.519215+0000 mgr.a (mgr.24293) 17395 : cluster 0 pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:16.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:16 smithi022 bash[28554]: cluster 2023-12-07T17:04:14.519215+0000 mgr.a (mgr.24293) 17395 : cluster 0 pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:16.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:16 smithi044 bash[32620]: cluster 2023-12-07T17:04:14.519215+0000 mgr.a (mgr.24293) 17395 : cluster 0 pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:17.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:17 smithi022 bash[28554]: audit 2023-12-07T17:04:15.630981+0000 mgr.a (mgr.24293) 17396 : audit 0 from='client.345567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:17.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:17 smithi044 bash[32620]: audit 2023-12-07T17:04:15.630981+0000 mgr.a (mgr.24293) 17396 : audit 0 from='client.345567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:17.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:17 smithi027 bash[31536]: audit 2023-12-07T17:04:15.630981+0000 mgr.a (mgr.24293) 17396 : audit 0 from='client.345567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:18.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:18 smithi022 bash[28554]: cluster 2023-12-07T17:04:16.520262+0000 mgr.a (mgr.24293) 17397 : cluster 0 pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:18.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:18 smithi044 bash[32620]: cluster 2023-12-07T17:04:16.520262+0000 mgr.a (mgr.24293) 17397 : cluster 0 pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:18.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:18 smithi027 bash[31536]: cluster 2023-12-07T17:04:16.520262+0000 mgr.a (mgr.24293) 17397 : cluster 0 pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:20.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:20 smithi022 bash[28554]: cluster 2023-12-07T17:04:18.520839+0000 mgr.a (mgr.24293) 17398 : cluster 0 pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:20.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:20 smithi044 bash[32620]: cluster 2023-12-07T17:04:18.520839+0000 mgr.a (mgr.24293) 17398 : cluster 0 pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:20.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:20 smithi027 bash[31536]: cluster 2023-12-07T17:04:18.520839+0000 mgr.a (mgr.24293) 17398 : cluster 0 pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:21.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:21.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:21.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:22.087 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:22.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:22.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:22.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:22.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:22.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:22 smithi022 bash[28554]: cluster 2023-12-07T17:04:20.521592+0000 mgr.a (mgr.24293) 17399 : cluster 0 pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:22.922 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:22 smithi044 bash[32620]: cluster 2023-12-07T17:04:20.521592+0000 mgr.a (mgr.24293) 17399 : cluster 0 pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:22.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:22 smithi027 bash[31536]: cluster 2023-12-07T17:04:20.521592+0000 mgr.a (mgr.24293) 17399 : cluster 0 pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:23.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:23 smithi022 bash[28554]: audit 2023-12-07T17:04:21.577597+0000 mgr.a (mgr.24293) 17400 : audit 0 from='client.345639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:23.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:23 smithi044 bash[32620]: audit 2023-12-07T17:04:21.577597+0000 mgr.a (mgr.24293) 17400 : audit 0 from='client.345639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:23.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:23 smithi027 bash[31536]: audit 2023-12-07T17:04:21.577597+0000 mgr.a (mgr.24293) 17400 : audit 0 from='client.345639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:24.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:24 smithi022 bash[28554]: cluster 2023-12-07T17:04:22.522314+0000 mgr.a (mgr.24293) 17401 : cluster 0 pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:24.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:24 smithi044 bash[32620]: cluster 2023-12-07T17:04:22.522314+0000 mgr.a (mgr.24293) 17401 : cluster 0 pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:24.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:24 smithi027 bash[31536]: cluster 2023-12-07T17:04:22.522314+0000 mgr.a (mgr.24293) 17401 : cluster 0 pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:26.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:26 smithi022 bash[28554]: cluster 2023-12-07T17:04:24.522907+0000 mgr.a (mgr.24293) 17402 : cluster 0 pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:26.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:26 smithi044 bash[32620]: cluster 2023-12-07T17:04:24.522907+0000 mgr.a (mgr.24293) 17402 : cluster 0 pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:26.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:26 smithi027 bash[31536]: cluster 2023-12-07T17:04:24.522907+0000 mgr.a (mgr.24293) 17402 : cluster 0 pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:27.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:27.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:27.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:28.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:28.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:28.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:28.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:28.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:28.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:28 smithi022 bash[28554]: cluster 2023-12-07T17:04:26.523772+0000 mgr.a (mgr.24293) 17403 : cluster 0 pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:28.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:28 smithi044 bash[32620]: cluster 2023-12-07T17:04:26.523772+0000 mgr.a (mgr.24293) 17403 : cluster 0 pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:28.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:28 smithi027 bash[31536]: cluster 2023-12-07T17:04:26.523772+0000 mgr.a (mgr.24293) 17403 : cluster 0 pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:29.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:29 smithi022 bash[28554]: audit 2023-12-07T17:04:27.508398+0000 mgr.a (mgr.24293) 17404 : audit 0 from='client.345711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:29.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:29 smithi044 bash[32620]: audit 2023-12-07T17:04:27.508398+0000 mgr.a (mgr.24293) 17404 : audit 0 from='client.345711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:29.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:29 smithi027 bash[31536]: audit 2023-12-07T17:04:27.508398+0000 mgr.a (mgr.24293) 17404 : audit 0 from='client.345711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:30.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:30 smithi022 bash[28554]: cluster 2023-12-07T17:04:28.524392+0000 mgr.a (mgr.24293) 17405 : cluster 0 pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:30.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:30 smithi044 bash[32620]: cluster 2023-12-07T17:04:28.524392+0000 mgr.a (mgr.24293) 17405 : cluster 0 pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:30.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:30 smithi027 bash[31536]: cluster 2023-12-07T17:04:28.524392+0000 mgr.a (mgr.24293) 17405 : cluster 0 pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:31.922 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:31 smithi022 bash[28554]: cluster 2023-12-07T17:04:30.525223+0000 mgr.a (mgr.24293) 17406 : cluster 0 pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:31.923 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:31 smithi044 bash[32620]: cluster 2023-12-07T17:04:30.525223+0000 mgr.a (mgr.24293) 17406 : cluster 0 pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:31.946 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:31 smithi027 bash[31536]: cluster 2023-12-07T17:04:30.525223+0000 mgr.a (mgr.24293) 17406 : cluster 0 pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:33.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:33.987 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:33.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:33.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:33.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:33.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:34.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:33 smithi022 bash[28554]: cluster 2023-12-07T17:04:32.525817+0000 mgr.a (mgr.24293) 17407 : cluster 0 pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:34.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:33 smithi022 bash[28554]: audit 2023-12-07T17:04:33.452360+0000 mgr.a (mgr.24293) 17408 : audit 0 from='client.345789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:34.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:33 smithi044 bash[32620]: cluster 2023-12-07T17:04:32.525817+0000 mgr.a (mgr.24293) 17407 : cluster 0 pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:34.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:33 smithi044 bash[32620]: audit 2023-12-07T17:04:33.452360+0000 mgr.a (mgr.24293) 17408 : audit 0 from='client.345789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:34.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:33 smithi027 bash[31536]: cluster 2023-12-07T17:04:32.525817+0000 mgr.a (mgr.24293) 17407 : cluster 0 pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:34.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:33 smithi027 bash[31536]: audit 2023-12-07T17:04:33.452360+0000 mgr.a (mgr.24293) 17408 : audit 0 from='client.345789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:35.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:34 smithi022 bash[28554]: audit 2023-12-07T17:04:34.257719+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:04:35.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:34 smithi044 bash[32620]: audit 2023-12-07T17:04:34.257719+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:04:35.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:34 smithi027 bash[31536]: audit 2023-12-07T17:04:34.257719+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:04:36.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:35 smithi022 bash[28554]: cluster 2023-12-07T17:04:34.526512+0000 mgr.a (mgr.24293) 17409 : cluster 0 pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:35 smithi022 bash[28554]: audit 2023-12-07T17:04:35.046074+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:04:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:35 smithi022 bash[28554]: audit 2023-12-07T17:04:35.048027+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:04:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:35 smithi022 bash[28554]: audit 2023-12-07T17:04:35.057854+0000 mon.a (mon.0) 2855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:04:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:35 smithi044 bash[32620]: cluster 2023-12-07T17:04:34.526512+0000 mgr.a (mgr.24293) 17409 : cluster 0 pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:35 smithi044 bash[32620]: audit 2023-12-07T17:04:35.046074+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:04:36.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:35 smithi044 bash[32620]: audit 2023-12-07T17:04:35.048027+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:04:36.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:35 smithi044 bash[32620]: audit 2023-12-07T17:04:35.057854+0000 mon.a (mon.0) 2855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:04:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:35 smithi027 bash[31536]: cluster 2023-12-07T17:04:34.526512+0000 mgr.a (mgr.24293) 17409 : cluster 0 pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:35 smithi027 bash[31536]: audit 2023-12-07T17:04:35.046074+0000 mon.a (mon.0) 2853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:04:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:35 smithi027 bash[31536]: audit 2023-12-07T17:04:35.048027+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:04:36.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:35 smithi027 bash[31536]: audit 2023-12-07T17:04:35.057854+0000 mon.a (mon.0) 2855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:04:38.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:37 smithi022 bash[28554]: cluster 2023-12-07T17:04:36.527368+0000 mgr.a (mgr.24293) 17410 : cluster 0 pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:38.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:37 smithi044 bash[32620]: cluster 2023-12-07T17:04:36.527368+0000 mgr.a (mgr.24293) 17410 : cluster 0 pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:38.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:37 smithi027 bash[31536]: cluster 2023-12-07T17:04:36.527368+0000 mgr.a (mgr.24293) 17410 : cluster 0 pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:38.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:38.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:38.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:39.934 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:39.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:39.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:39.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:39.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:40.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:39 smithi022 bash[28554]: cluster 2023-12-07T17:04:38.527960+0000 mgr.a (mgr.24293) 17411 : cluster 0 pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:40.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:39 smithi022 bash[28554]: audit 2023-12-07T17:04:39.410835+0000 mgr.a (mgr.24293) 17412 : audit 0 from='client.345858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:40.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:39 smithi044 bash[32620]: cluster 2023-12-07T17:04:38.527960+0000 mgr.a (mgr.24293) 17411 : cluster 0 pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:40.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:39 smithi044 bash[32620]: audit 2023-12-07T17:04:39.410835+0000 mgr.a (mgr.24293) 17412 : audit 0 from='client.345858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:40.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:39 smithi027 bash[31536]: cluster 2023-12-07T17:04:38.527960+0000 mgr.a (mgr.24293) 17411 : cluster 0 pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:40.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:39 smithi027 bash[31536]: audit 2023-12-07T17:04:39.410835+0000 mgr.a (mgr.24293) 17412 : audit 0 from='client.345858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:42.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:41 smithi022 bash[28554]: cluster 2023-12-07T17:04:40.528936+0000 mgr.a (mgr.24293) 17413 : cluster 0 pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:42.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:41 smithi044 bash[32620]: cluster 2023-12-07T17:04:40.528936+0000 mgr.a (mgr.24293) 17413 : cluster 0 pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:42.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:41 smithi027 bash[31536]: cluster 2023-12-07T17:04:40.528936+0000 mgr.a (mgr.24293) 17413 : cluster 0 pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:04:44.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:43 smithi022 bash[28554]: cluster 2023-12-07T17:04:42.529564+0000 mgr.a (mgr.24293) 17414 : cluster 0 pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:44.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:43 smithi044 bash[32620]: cluster 2023-12-07T17:04:42.529564+0000 mgr.a (mgr.24293) 17414 : cluster 0 pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:44.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:43 smithi027 bash[31536]: cluster 2023-12-07T17:04:42.529564+0000 mgr.a (mgr.24293) 17414 : cluster 0 pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:44.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:44.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:44.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:45.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:45.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:45.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:45.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:45.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:46.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:46 smithi022 bash[28554]: cluster 2023-12-07T17:04:44.530131+0000 mgr.a (mgr.24293) 17415 : cluster 0 pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:46.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:46 smithi022 bash[28554]: audit 2023-12-07T17:04:45.358383+0000 mgr.a (mgr.24293) 17416 : audit 0 from='client.345933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:46.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:46 smithi044 bash[32620]: cluster 2023-12-07T17:04:44.530131+0000 mgr.a (mgr.24293) 17415 : cluster 0 pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:46.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:46 smithi044 bash[32620]: audit 2023-12-07T17:04:45.358383+0000 mgr.a (mgr.24293) 17416 : audit 0 from='client.345933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:46.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:46 smithi027 bash[31536]: cluster 2023-12-07T17:04:44.530131+0000 mgr.a (mgr.24293) 17415 : cluster 0 pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:46.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:46 smithi027 bash[31536]: audit 2023-12-07T17:04:45.358383+0000 mgr.a (mgr.24293) 17416 : audit 0 from='client.345933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:48.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:48 smithi022 bash[28554]: cluster 2023-12-07T17:04:46.531302+0000 mgr.a (mgr.24293) 17417 : cluster 0 pgmap v13022: 33 pgs: 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:04:48.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:48 smithi044 bash[32620]: cluster 2023-12-07T17:04:46.531302+0000 mgr.a (mgr.24293) 17417 : cluster 0 pgmap v13022: 33 pgs: 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:04:48.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:48 smithi027 bash[31536]: cluster 2023-12-07T17:04:46.531302+0000 mgr.a (mgr.24293) 17417 : cluster 0 pgmap v13022: 33 pgs: 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:04:50.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:50 smithi022 bash[28554]: cluster 2023-12-07T17:04:48.531914+0000 mgr.a (mgr.24293) 17418 : cluster 0 pgmap v13023: 33 pgs: 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:04:50.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:50 smithi044 bash[32620]: cluster 2023-12-07T17:04:48.531914+0000 mgr.a (mgr.24293) 17418 : cluster 0 pgmap v13023: 33 pgs: 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:04:50.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:50 smithi027 bash[31536]: cluster 2023-12-07T17:04:48.531914+0000 mgr.a (mgr.24293) 17418 : cluster 0 pgmap v13023: 33 pgs: 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:04:50.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:50.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:50.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:51.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:51.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:51.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:51.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:51.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:52.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:52 smithi022 bash[28554]: cluster 2023-12-07T17:04:50.532735+0000 mgr.a (mgr.24293) 17419 : cluster 0 pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:52.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:52 smithi022 bash[28554]: audit 2023-12-07T17:04:51.326112+0000 mgr.a (mgr.24293) 17420 : audit 0 from='client.346011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:52.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:52 smithi044 bash[32620]: cluster 2023-12-07T17:04:50.532735+0000 mgr.a (mgr.24293) 17419 : cluster 0 pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:52.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:52 smithi044 bash[32620]: audit 2023-12-07T17:04:51.326112+0000 mgr.a (mgr.24293) 17420 : audit 0 from='client.346011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:52.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:52 smithi027 bash[31536]: cluster 2023-12-07T17:04:50.532735+0000 mgr.a (mgr.24293) 17419 : cluster 0 pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:52.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:52 smithi027 bash[31536]: audit 2023-12-07T17:04:51.326112+0000 mgr.a (mgr.24293) 17420 : audit 0 from='client.346011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:54.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:54 smithi022 bash[28554]: cluster 2023-12-07T17:04:52.533470+0000 mgr.a (mgr.24293) 17421 : cluster 0 pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:54.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:54 smithi044 bash[32620]: cluster 2023-12-07T17:04:52.533470+0000 mgr.a (mgr.24293) 17421 : cluster 0 pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:54.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:54 smithi027 bash[31536]: cluster 2023-12-07T17:04:52.533470+0000 mgr.a (mgr.24293) 17421 : cluster 0 pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:56.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:56 smithi022 bash[28554]: cluster 2023-12-07T17:04:54.534094+0000 mgr.a (mgr.24293) 17422 : cluster 0 pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:56.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:56 smithi044 bash[32620]: cluster 2023-12-07T17:04:54.534094+0000 mgr.a (mgr.24293) 17422 : cluster 0 pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:56.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:56 smithi027 bash[31536]: cluster 2023-12-07T17:04:54.534094+0000 mgr.a (mgr.24293) 17422 : cluster 0 pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:04:56.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:04:56.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:04:56.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:04:57.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:04:57.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:04:57.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:04:57.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:04:57.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:04:58.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:58 smithi022 bash[28554]: cluster 2023-12-07T17:04:56.534946+0000 mgr.a (mgr.24293) 17423 : cluster 0 pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:58.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:04:58 smithi022 bash[28554]: audit 2023-12-07T17:04:57.275172+0000 mgr.a (mgr.24293) 17424 : audit 0 from='client.346086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:58.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:58 smithi044 bash[32620]: cluster 2023-12-07T17:04:56.534946+0000 mgr.a (mgr.24293) 17423 : cluster 0 pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:58.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:04:58 smithi044 bash[32620]: audit 2023-12-07T17:04:57.275172+0000 mgr.a (mgr.24293) 17424 : audit 0 from='client.346086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:04:58.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:58 smithi027 bash[31536]: cluster 2023-12-07T17:04:56.534946+0000 mgr.a (mgr.24293) 17423 : cluster 0 pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:04:58.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:04:58 smithi027 bash[31536]: audit 2023-12-07T17:04:57.275172+0000 mgr.a (mgr.24293) 17424 : audit 0 from='client.346086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:00.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:00 smithi022 bash[28554]: cluster 2023-12-07T17:04:58.535696+0000 mgr.a (mgr.24293) 17425 : cluster 0 pgmap v13028: 33 pgs: 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:05:00.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:00 smithi044 bash[32620]: cluster 2023-12-07T17:04:58.535696+0000 mgr.a (mgr.24293) 17425 : cluster 0 pgmap v13028: 33 pgs: 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:05:00.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:00 smithi027 bash[31536]: cluster 2023-12-07T17:04:58.535696+0000 mgr.a (mgr.24293) 17425 : cluster 0 pgmap v13028: 33 pgs: 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:05:02.173 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:02 smithi044 bash[32620]: cluster 2023-12-07T17:05:00.536542+0000 mgr.a (mgr.24293) 17426 : cluster 0 pgmap v13029: 33 pgs: 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:05:02.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:02 smithi022 bash[28554]: cluster 2023-12-07T17:05:00.536542+0000 mgr.a (mgr.24293) 17426 : cluster 0 pgmap v13029: 33 pgs: 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:05:02.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:02 smithi027 bash[31536]: cluster 2023-12-07T17:05:00.536542+0000 mgr.a (mgr.24293) 17426 : cluster 0 pgmap v13029: 33 pgs: 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:05:02.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:02.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:02.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:03.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:03.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:03.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:03.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:03.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:04.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:04 smithi022 bash[28554]: cluster 2023-12-07T17:05:02.537133+0000 mgr.a (mgr.24293) 17427 : cluster 0 pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:04.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:04 smithi022 bash[28554]: audit 2023-12-07T17:05:03.202840+0000 mgr.a (mgr.24293) 17428 : audit 0 from='client.346164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:04.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:04 smithi044 bash[32620]: cluster 2023-12-07T17:05:02.537133+0000 mgr.a (mgr.24293) 17427 : cluster 0 pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:04.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:04 smithi044 bash[32620]: audit 2023-12-07T17:05:03.202840+0000 mgr.a (mgr.24293) 17428 : audit 0 from='client.346164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:04.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:04 smithi027 bash[31536]: cluster 2023-12-07T17:05:02.537133+0000 mgr.a (mgr.24293) 17427 : cluster 0 pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:04.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:04 smithi027 bash[31536]: audit 2023-12-07T17:05:03.202840+0000 mgr.a (mgr.24293) 17428 : audit 0 from='client.346164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:06.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:06 smithi022 bash[28554]: cluster 2023-12-07T17:05:04.537853+0000 mgr.a (mgr.24293) 17429 : cluster 0 pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:06.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:06 smithi044 bash[32620]: cluster 2023-12-07T17:05:04.537853+0000 mgr.a (mgr.24293) 17429 : cluster 0 pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:06.446 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:06 smithi027 bash[31536]: cluster 2023-12-07T17:05:04.537853+0000 mgr.a (mgr.24293) 17429 : cluster 0 pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:08.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:08 smithi022 bash[28554]: cluster 2023-12-07T17:05:06.538715+0000 mgr.a (mgr.24293) 17430 : cluster 0 pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:08.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:08 smithi044 bash[32620]: cluster 2023-12-07T17:05:06.538715+0000 mgr.a (mgr.24293) 17430 : cluster 0 pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:08.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:08 smithi027 bash[31536]: cluster 2023-12-07T17:05:06.538715+0000 mgr.a (mgr.24293) 17430 : cluster 0 pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:08.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:08.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:08.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:09.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:09.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:09.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:09.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:09.647 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:10.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:10 smithi022 bash[28554]: cluster 2023-12-07T17:05:08.539273+0000 mgr.a (mgr.24293) 17431 : cluster 0 pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:10.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:10 smithi022 bash[28554]: audit 2023-12-07T17:05:09.123916+0000 mgr.a (mgr.24293) 17432 : audit 0 from='client.346236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:10.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:10 smithi044 bash[32620]: cluster 2023-12-07T17:05:08.539273+0000 mgr.a (mgr.24293) 17431 : cluster 0 pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:10.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:10 smithi044 bash[32620]: audit 2023-12-07T17:05:09.123916+0000 mgr.a (mgr.24293) 17432 : audit 0 from='client.346236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:10.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:10 smithi027 bash[31536]: cluster 2023-12-07T17:05:08.539273+0000 mgr.a (mgr.24293) 17431 : cluster 0 pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:10.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:10 smithi027 bash[31536]: audit 2023-12-07T17:05:09.123916+0000 mgr.a (mgr.24293) 17432 : audit 0 from='client.346236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:12.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:12 smithi022 bash[28554]: cluster 2023-12-07T17:05:10.540191+0000 mgr.a (mgr.24293) 17433 : cluster 0 pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:12.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:12 smithi044 bash[32620]: cluster 2023-12-07T17:05:10.540191+0000 mgr.a (mgr.24293) 17433 : cluster 0 pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:12.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:12 smithi027 bash[31536]: cluster 2023-12-07T17:05:10.540191+0000 mgr.a (mgr.24293) 17433 : cluster 0 pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:14.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:14 smithi022 bash[28554]: cluster 2023-12-07T17:05:12.540779+0000 mgr.a (mgr.24293) 17434 : cluster 0 pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:14.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:14 smithi044 bash[32620]: cluster 2023-12-07T17:05:12.540779+0000 mgr.a (mgr.24293) 17434 : cluster 0 pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:14.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:14 smithi027 bash[31536]: cluster 2023-12-07T17:05:12.540779+0000 mgr.a (mgr.24293) 17434 : cluster 0 pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:14.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:14.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:14.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:15.588 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:15.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:15.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:15.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:15.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:16.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:16 smithi022 bash[28554]: cluster 2023-12-07T17:05:14.541294+0000 mgr.a (mgr.24293) 17435 : cluster 0 pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:16.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:16 smithi022 bash[28554]: audit 2023-12-07T17:05:15.064300+0000 mgr.a (mgr.24293) 17436 : audit 0 from='client.346305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:16.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:16 smithi044 bash[32620]: cluster 2023-12-07T17:05:14.541294+0000 mgr.a (mgr.24293) 17435 : cluster 0 pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:16.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:16 smithi044 bash[32620]: audit 2023-12-07T17:05:15.064300+0000 mgr.a (mgr.24293) 17436 : audit 0 from='client.346305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:16.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:16 smithi027 bash[31536]: cluster 2023-12-07T17:05:14.541294+0000 mgr.a (mgr.24293) 17435 : cluster 0 pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:16.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:16 smithi027 bash[31536]: audit 2023-12-07T17:05:15.064300+0000 mgr.a (mgr.24293) 17436 : audit 0 from='client.346305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:18.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:18 smithi022 bash[28554]: cluster 2023-12-07T17:05:16.542212+0000 mgr.a (mgr.24293) 17437 : cluster 0 pgmap v13037: 33 pgs: 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:05:18.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:18 smithi044 bash[32620]: cluster 2023-12-07T17:05:16.542212+0000 mgr.a (mgr.24293) 17437 : cluster 0 pgmap v13037: 33 pgs: 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:05:18.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:18 smithi027 bash[31536]: cluster 2023-12-07T17:05:16.542212+0000 mgr.a (mgr.24293) 17437 : cluster 0 pgmap v13037: 33 pgs: 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:05:20.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:20 smithi022 bash[28554]: cluster 2023-12-07T17:05:18.542799+0000 mgr.a (mgr.24293) 17438 : cluster 0 pgmap v13038: 33 pgs: 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:05:20.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:20 smithi044 bash[32620]: cluster 2023-12-07T17:05:18.542799+0000 mgr.a (mgr.24293) 17438 : cluster 0 pgmap v13038: 33 pgs: 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:05:20.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:20 smithi027 bash[31536]: cluster 2023-12-07T17:05:18.542799+0000 mgr.a (mgr.24293) 17438 : cluster 0 pgmap v13038: 33 pgs: 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:05:20.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:20.592 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:20.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:21.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:21.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:21.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:21.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:21.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:22.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:22 smithi022 bash[28554]: cluster 2023-12-07T17:05:20.543586+0000 mgr.a (mgr.24293) 17439 : cluster 0 pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:22.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:22 smithi022 bash[28554]: audit 2023-12-07T17:05:21.013727+0000 mgr.a (mgr.24293) 17440 : audit 0 from='client.275054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:22.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:22 smithi044 bash[32620]: cluster 2023-12-07T17:05:20.543586+0000 mgr.a (mgr.24293) 17439 : cluster 0 pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:22.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:22 smithi044 bash[32620]: audit 2023-12-07T17:05:21.013727+0000 mgr.a (mgr.24293) 17440 : audit 0 from='client.275054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:22.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:22 smithi027 bash[31536]: cluster 2023-12-07T17:05:20.543586+0000 mgr.a (mgr.24293) 17439 : cluster 0 pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:22.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:22 smithi027 bash[31536]: audit 2023-12-07T17:05:21.013727+0000 mgr.a (mgr.24293) 17440 : audit 0 from='client.275054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:24.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:24 smithi022 bash[28554]: cluster 2023-12-07T17:05:22.544188+0000 mgr.a (mgr.24293) 17441 : cluster 0 pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:24.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:24 smithi044 bash[32620]: cluster 2023-12-07T17:05:22.544188+0000 mgr.a (mgr.24293) 17441 : cluster 0 pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:24.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:24 smithi027 bash[31536]: cluster 2023-12-07T17:05:22.544188+0000 mgr.a (mgr.24293) 17441 : cluster 0 pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:26.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:26 smithi022 bash[28554]: cluster 2023-12-07T17:05:24.544789+0000 mgr.a (mgr.24293) 17442 : cluster 0 pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:26.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:26 smithi044 bash[32620]: cluster 2023-12-07T17:05:24.544789+0000 mgr.a (mgr.24293) 17442 : cluster 0 pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:26.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:26 smithi027 bash[31536]: cluster 2023-12-07T17:05:24.544789+0000 mgr.a (mgr.24293) 17442 : cluster 0 pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:26.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:26.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:26.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:27.483 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:27.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:28.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:28 smithi022 bash[28554]: cluster 2023-12-07T17:05:26.545657+0000 mgr.a (mgr.24293) 17443 : cluster 0 pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:28.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:28 smithi022 bash[28554]: audit 2023-12-07T17:05:26.962388+0000 mgr.a (mgr.24293) 17444 : audit 0 from='client.346455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:28.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:28 smithi044 bash[32620]: cluster 2023-12-07T17:05:26.545657+0000 mgr.a (mgr.24293) 17443 : cluster 0 pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:28.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:28 smithi044 bash[32620]: audit 2023-12-07T17:05:26.962388+0000 mgr.a (mgr.24293) 17444 : audit 0 from='client.346455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:28 smithi027 bash[31536]: cluster 2023-12-07T17:05:26.545657+0000 mgr.a (mgr.24293) 17443 : cluster 0 pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:28.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:28 smithi027 bash[31536]: audit 2023-12-07T17:05:26.962388+0000 mgr.a (mgr.24293) 17444 : audit 0 from='client.346455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:30.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:30 smithi022 bash[28554]: cluster 2023-12-07T17:05:28.546458+0000 mgr.a (mgr.24293) 17445 : cluster 0 pgmap v13043: 33 pgs: 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:05:30.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:30 smithi044 bash[32620]: cluster 2023-12-07T17:05:28.546458+0000 mgr.a (mgr.24293) 17445 : cluster 0 pgmap v13043: 33 pgs: 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:05:30.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:30 smithi027 bash[31536]: cluster 2023-12-07T17:05:28.546458+0000 mgr.a (mgr.24293) 17445 : cluster 0 pgmap v13043: 33 pgs: 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:05:32.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:32 smithi022 bash[28554]: cluster 2023-12-07T17:05:30.547371+0000 mgr.a (mgr.24293) 17446 : cluster 0 pgmap v13044: 33 pgs: 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:05:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:32 smithi044 bash[32620]: cluster 2023-12-07T17:05:30.547371+0000 mgr.a (mgr.24293) 17446 : cluster 0 pgmap v13044: 33 pgs: 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:05:32.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:32 smithi027 bash[31536]: cluster 2023-12-07T17:05:30.547371+0000 mgr.a (mgr.24293) 17446 : cluster 0 pgmap v13044: 33 pgs: 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:05:32.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:32.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:32.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:33.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:33.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:33.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:33.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:33.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:34.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:34 smithi022 bash[28554]: cluster 2023-12-07T17:05:32.547926+0000 mgr.a (mgr.24293) 17447 : cluster 0 pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:34.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:34 smithi022 bash[28554]: audit 2023-12-07T17:05:32.900536+0000 mgr.a (mgr.24293) 17448 : audit 0 from='client.346530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:34.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:34 smithi044 bash[32620]: cluster 2023-12-07T17:05:32.547926+0000 mgr.a (mgr.24293) 17447 : cluster 0 pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:34.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:34 smithi044 bash[32620]: audit 2023-12-07T17:05:32.900536+0000 mgr.a (mgr.24293) 17448 : audit 0 from='client.346530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:34.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:34 smithi027 bash[31536]: cluster 2023-12-07T17:05:32.547926+0000 mgr.a (mgr.24293) 17447 : cluster 0 pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:34.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:34 smithi027 bash[31536]: audit 2023-12-07T17:05:32.900536+0000 mgr.a (mgr.24293) 17448 : audit 0 from='client.346530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:36 smithi022 bash[28554]: cluster 2023-12-07T17:05:34.548599+0000 mgr.a (mgr.24293) 17449 : cluster 0 pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:36 smithi022 bash[28554]: audit 2023-12-07T17:05:35.160770+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:05:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:36 smithi022 bash[28554]: audit 2023-12-07T17:05:35.951139+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:05:36.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:36 smithi022 bash[28554]: audit 2023-12-07T17:05:35.952940+0000 mon.a (mon.0) 2858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:05:36.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:36 smithi022 bash[28554]: audit 2023-12-07T17:05:35.962474+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:05:36.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:36 smithi044 bash[32620]: cluster 2023-12-07T17:05:34.548599+0000 mgr.a (mgr.24293) 17449 : cluster 0 pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:36.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:36 smithi044 bash[32620]: audit 2023-12-07T17:05:35.160770+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:05:36.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:36 smithi044 bash[32620]: audit 2023-12-07T17:05:35.951139+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:05:36.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:36 smithi044 bash[32620]: audit 2023-12-07T17:05:35.952940+0000 mon.a (mon.0) 2858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:05:36.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:36 smithi044 bash[32620]: audit 2023-12-07T17:05:35.962474+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:05:36.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:36 smithi027 bash[31536]: cluster 2023-12-07T17:05:34.548599+0000 mgr.a (mgr.24293) 17449 : cluster 0 pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:36.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:36 smithi027 bash[31536]: audit 2023-12-07T17:05:35.160770+0000 mon.a (mon.0) 2856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:05:36.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:36 smithi027 bash[31536]: audit 2023-12-07T17:05:35.951139+0000 mon.a (mon.0) 2857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:05:36.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:36 smithi027 bash[31536]: audit 2023-12-07T17:05:35.952940+0000 mon.a (mon.0) 2858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:05:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:36 smithi027 bash[31536]: audit 2023-12-07T17:05:35.962474+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:05:38.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:38 smithi022 bash[28554]: cluster 2023-12-07T17:05:36.549435+0000 mgr.a (mgr.24293) 17450 : cluster 0 pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:38.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:38 smithi044 bash[32620]: cluster 2023-12-07T17:05:36.549435+0000 mgr.a (mgr.24293) 17450 : cluster 0 pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:38.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:38 smithi027 bash[31536]: cluster 2023-12-07T17:05:36.549435+0000 mgr.a (mgr.24293) 17450 : cluster 0 pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:38.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:38.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:38.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:39.368 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:39.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:39.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:39.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:39.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:40.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:40 smithi022 bash[28554]: cluster 2023-12-07T17:05:38.550008+0000 mgr.a (mgr.24293) 17451 : cluster 0 pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:40.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:40 smithi022 bash[28554]: audit 2023-12-07T17:05:38.858269+0000 mgr.a (mgr.24293) 17452 : audit 0 from='client.346608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:40.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:40 smithi044 bash[32620]: cluster 2023-12-07T17:05:38.550008+0000 mgr.a (mgr.24293) 17451 : cluster 0 pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:40.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:40 smithi044 bash[32620]: audit 2023-12-07T17:05:38.858269+0000 mgr.a (mgr.24293) 17452 : audit 0 from='client.346608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:40.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:40 smithi027 bash[31536]: cluster 2023-12-07T17:05:38.550008+0000 mgr.a (mgr.24293) 17451 : cluster 0 pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:40.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:40 smithi027 bash[31536]: audit 2023-12-07T17:05:38.858269+0000 mgr.a (mgr.24293) 17452 : audit 0 from='client.346608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:42.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:42 smithi022 bash[28554]: cluster 2023-12-07T17:05:40.550894+0000 mgr.a (mgr.24293) 17453 : cluster 0 pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:42.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:42 smithi044 bash[32620]: cluster 2023-12-07T17:05:40.550894+0000 mgr.a (mgr.24293) 17453 : cluster 0 pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:42.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:42 smithi027 bash[31536]: cluster 2023-12-07T17:05:40.550894+0000 mgr.a (mgr.24293) 17453 : cluster 0 pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:44.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:44.372 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:44.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:44.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:44 smithi022 bash[28554]: cluster 2023-12-07T17:05:42.551507+0000 mgr.a (mgr.24293) 17454 : cluster 0 pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:44.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:44 smithi044 bash[32620]: cluster 2023-12-07T17:05:42.551507+0000 mgr.a (mgr.24293) 17454 : cluster 0 pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:44.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:44 smithi027 bash[31536]: cluster 2023-12-07T17:05:42.551507+0000 mgr.a (mgr.24293) 17454 : cluster 0 pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:45.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:45.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:45.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:45.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:45.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:46.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:46 smithi022 bash[28554]: cluster 2023-12-07T17:05:44.552039+0000 mgr.a (mgr.24293) 17455 : cluster 0 pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:46.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:46 smithi022 bash[28554]: audit 2023-12-07T17:05:44.781770+0000 mgr.a (mgr.24293) 17456 : audit 0 from='client.346683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:46.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:46 smithi044 bash[32620]: cluster 2023-12-07T17:05:44.552039+0000 mgr.a (mgr.24293) 17455 : cluster 0 pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:46.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:46 smithi044 bash[32620]: audit 2023-12-07T17:05:44.781770+0000 mgr.a (mgr.24293) 17456 : audit 0 from='client.346683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:46.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:46 smithi027 bash[31536]: cluster 2023-12-07T17:05:44.552039+0000 mgr.a (mgr.24293) 17455 : cluster 0 pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:46.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:46 smithi027 bash[31536]: audit 2023-12-07T17:05:44.781770+0000 mgr.a (mgr.24293) 17456 : audit 0 from='client.346683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:48.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:48 smithi022 bash[28554]: cluster 2023-12-07T17:05:46.552917+0000 mgr.a (mgr.24293) 17457 : cluster 0 pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:48.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:48 smithi044 bash[32620]: cluster 2023-12-07T17:05:46.552917+0000 mgr.a (mgr.24293) 17457 : cluster 0 pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:48.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:48 smithi027 bash[31536]: cluster 2023-12-07T17:05:46.552917+0000 mgr.a (mgr.24293) 17457 : cluster 0 pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:05:50.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:50.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:50.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:50.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:50 smithi022 bash[28554]: cluster 2023-12-07T17:05:48.553481+0000 mgr.a (mgr.24293) 17458 : cluster 0 pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:50.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:50 smithi044 bash[32620]: cluster 2023-12-07T17:05:48.553481+0000 mgr.a (mgr.24293) 17458 : cluster 0 pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:50.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:50 smithi027 bash[31536]: cluster 2023-12-07T17:05:48.553481+0000 mgr.a (mgr.24293) 17458 : cluster 0 pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:51.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:51.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:52.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:52 smithi022 bash[28554]: cluster 2023-12-07T17:05:50.554240+0000 mgr.a (mgr.24293) 17459 : cluster 0 pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:52.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:52 smithi022 bash[28554]: audit 2023-12-07T17:05:50.724421+0000 mgr.a (mgr.24293) 17460 : audit 0 from='client.346758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:52.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:52 smithi044 bash[32620]: cluster 2023-12-07T17:05:50.554240+0000 mgr.a (mgr.24293) 17459 : cluster 0 pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:52.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:52 smithi044 bash[32620]: audit 2023-12-07T17:05:50.724421+0000 mgr.a (mgr.24293) 17460 : audit 0 from='client.346758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:52.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:52 smithi027 bash[31536]: cluster 2023-12-07T17:05:50.554240+0000 mgr.a (mgr.24293) 17459 : cluster 0 pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:52.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:52 smithi027 bash[31536]: audit 2023-12-07T17:05:50.724421+0000 mgr.a (mgr.24293) 17460 : audit 0 from='client.346758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:54.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:54 smithi022 bash[28554]: cluster 2023-12-07T17:05:52.554938+0000 mgr.a (mgr.24293) 17461 : cluster 0 pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:54.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:54 smithi044 bash[32620]: cluster 2023-12-07T17:05:52.554938+0000 mgr.a (mgr.24293) 17461 : cluster 0 pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:54.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:54 smithi027 bash[31536]: cluster 2023-12-07T17:05:52.554938+0000 mgr.a (mgr.24293) 17461 : cluster 0 pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:56.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:05:56.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:05:56.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:05:56.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:56 smithi022 bash[28554]: cluster 2023-12-07T17:05:54.555519+0000 mgr.a (mgr.24293) 17462 : cluster 0 pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:56.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:56 smithi044 bash[32620]: cluster 2023-12-07T17:05:54.555519+0000 mgr.a (mgr.24293) 17462 : cluster 0 pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:56.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:56 smithi027 bash[31536]: cluster 2023-12-07T17:05:54.555519+0000 mgr.a (mgr.24293) 17462 : cluster 0 pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:05:57.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:05:57.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:05:57.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:05:57.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:05:57.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:05:58.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:58 smithi022 bash[28554]: cluster 2023-12-07T17:05:56.556400+0000 mgr.a (mgr.24293) 17463 : cluster 0 pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:58.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:05:58 smithi022 bash[28554]: audit 2023-12-07T17:05:56.678979+0000 mgr.a (mgr.24293) 17464 : audit 0 from='client.346833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:58.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:58 smithi044 bash[32620]: cluster 2023-12-07T17:05:56.556400+0000 mgr.a (mgr.24293) 17463 : cluster 0 pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:58.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:05:58 smithi044 bash[32620]: audit 2023-12-07T17:05:56.678979+0000 mgr.a (mgr.24293) 17464 : audit 0 from='client.346833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:05:58.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:58 smithi027 bash[31536]: cluster 2023-12-07T17:05:56.556400+0000 mgr.a (mgr.24293) 17463 : cluster 0 pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:05:58.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:05:58 smithi027 bash[31536]: audit 2023-12-07T17:05:56.678979+0000 mgr.a (mgr.24293) 17464 : audit 0 from='client.346833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:00.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:00 smithi022 bash[28554]: cluster 2023-12-07T17:05:58.557075+0000 mgr.a (mgr.24293) 17465 : cluster 0 pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:00.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:00 smithi044 bash[32620]: cluster 2023-12-07T17:05:58.557075+0000 mgr.a (mgr.24293) 17465 : cluster 0 pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:00.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:00 smithi027 bash[31536]: cluster 2023-12-07T17:05:58.557075+0000 mgr.a (mgr.24293) 17465 : cluster 0 pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:02.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:02.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:02.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:02.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:02 smithi022 bash[28554]: cluster 2023-12-07T17:06:00.557864+0000 mgr.a (mgr.24293) 17466 : cluster 0 pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:02.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:02 smithi044 bash[32620]: cluster 2023-12-07T17:06:00.557864+0000 mgr.a (mgr.24293) 17466 : cluster 0 pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:02.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:02 smithi027 bash[31536]: cluster 2023-12-07T17:06:00.557864+0000 mgr.a (mgr.24293) 17466 : cluster 0 pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:03.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:03.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:03.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:03.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:03.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:04.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:04 smithi022 bash[28554]: cluster 2023-12-07T17:06:02.558431+0000 mgr.a (mgr.24293) 17467 : cluster 0 pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:04.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:04 smithi022 bash[28554]: audit 2023-12-07T17:06:02.614994+0000 mgr.a (mgr.24293) 17468 : audit 0 from='client.346908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:04.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:04 smithi044 bash[32620]: cluster 2023-12-07T17:06:02.558431+0000 mgr.a (mgr.24293) 17467 : cluster 0 pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:04.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:04 smithi044 bash[32620]: audit 2023-12-07T17:06:02.614994+0000 mgr.a (mgr.24293) 17468 : audit 0 from='client.346908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:04.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:04 smithi027 bash[31536]: cluster 2023-12-07T17:06:02.558431+0000 mgr.a (mgr.24293) 17467 : cluster 0 pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:04.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:04 smithi027 bash[31536]: audit 2023-12-07T17:06:02.614994+0000 mgr.a (mgr.24293) 17468 : audit 0 from='client.346908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:06.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:06 smithi022 bash[28554]: cluster 2023-12-07T17:06:04.559101+0000 mgr.a (mgr.24293) 17469 : cluster 0 pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:06.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:06 smithi044 bash[32620]: cluster 2023-12-07T17:06:04.559101+0000 mgr.a (mgr.24293) 17469 : cluster 0 pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:06.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:06 smithi027 bash[31536]: cluster 2023-12-07T17:06:04.559101+0000 mgr.a (mgr.24293) 17469 : cluster 0 pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:08.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:08.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:08.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:08.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:08 smithi022 bash[28554]: cluster 2023-12-07T17:06:06.559963+0000 mgr.a (mgr.24293) 17470 : cluster 0 pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:08.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:08 smithi044 bash[32620]: cluster 2023-12-07T17:06:06.559963+0000 mgr.a (mgr.24293) 17470 : cluster 0 pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:08.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:08 smithi027 bash[31536]: cluster 2023-12-07T17:06:06.559963+0000 mgr.a (mgr.24293) 17470 : cluster 0 pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:09.081 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:09.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:09.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:09.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:09.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:10.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:10 smithi022 bash[28554]: audit 2023-12-07T17:06:08.558499+0000 mgr.a (mgr.24293) 17471 : audit 0 from='client.346977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:10 smithi022 bash[28554]: cluster 2023-12-07T17:06:08.571614+0000 mgr.a (mgr.24293) 17472 : cluster 0 pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:10.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:10 smithi044 bash[32620]: audit 2023-12-07T17:06:08.558499+0000 mgr.a (mgr.24293) 17471 : audit 0 from='client.346977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:10.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:10 smithi044 bash[32620]: cluster 2023-12-07T17:06:08.571614+0000 mgr.a (mgr.24293) 17472 : cluster 0 pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:10.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:10 smithi027 bash[31536]: audit 2023-12-07T17:06:08.558499+0000 mgr.a (mgr.24293) 17471 : audit 0 from='client.346977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:10.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:10 smithi027 bash[31536]: cluster 2023-12-07T17:06:08.571614+0000 mgr.a (mgr.24293) 17472 : cluster 0 pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:12.423 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:12 smithi022 bash[28554]: cluster 2023-12-07T17:06:10.572593+0000 mgr.a (mgr.24293) 17473 : cluster 0 pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:12.424 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:12 smithi044 bash[32620]: cluster 2023-12-07T17:06:10.572593+0000 mgr.a (mgr.24293) 17473 : cluster 0 pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:12.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:12 smithi027 bash[31536]: cluster 2023-12-07T17:06:10.572593+0000 mgr.a (mgr.24293) 17473 : cluster 0 pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:14.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:14.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:14.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:14 smithi027 bash[31536]: cluster 2023-12-07T17:06:12.573153+0000 mgr.a (mgr.24293) 17474 : cluster 0 pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:14.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:14 smithi022 bash[28554]: cluster 2023-12-07T17:06:12.573153+0000 mgr.a (mgr.24293) 17474 : cluster 0 pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:14.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:14 smithi044 bash[32620]: cluster 2023-12-07T17:06:12.573153+0000 mgr.a (mgr.24293) 17474 : cluster 0 pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:15.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:15.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:15.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:15.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:15.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:15.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:15 smithi027 bash[31536]: audit 2023-12-07T17:06:14.506740+0000 mgr.a (mgr.24293) 17475 : audit 0 from='client.347046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:15.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:15 smithi022 bash[28554]: audit 2023-12-07T17:06:14.506740+0000 mgr.a (mgr.24293) 17475 : audit 0 from='client.347046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:15.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:15 smithi044 bash[32620]: audit 2023-12-07T17:06:14.506740+0000 mgr.a (mgr.24293) 17475 : audit 0 from='client.347046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:16.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:16 smithi027 bash[31536]: cluster 2023-12-07T17:06:14.573865+0000 mgr.a (mgr.24293) 17476 : cluster 0 pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:16.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:16 smithi022 bash[28554]: cluster 2023-12-07T17:06:14.573865+0000 mgr.a (mgr.24293) 17476 : cluster 0 pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:16.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:16 smithi044 bash[32620]: cluster 2023-12-07T17:06:14.573865+0000 mgr.a (mgr.24293) 17476 : cluster 0 pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:18.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:18 smithi027 bash[31536]: cluster 2023-12-07T17:06:16.574854+0000 mgr.a (mgr.24293) 17477 : cluster 0 pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:18.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:18 smithi022 bash[28554]: cluster 2023-12-07T17:06:16.574854+0000 mgr.a (mgr.24293) 17477 : cluster 0 pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:18.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:18 smithi044 bash[32620]: cluster 2023-12-07T17:06:16.574854+0000 mgr.a (mgr.24293) 17477 : cluster 0 pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:20.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:20.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:20.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:20.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:20 smithi027 bash[31536]: cluster 2023-12-07T17:06:18.575452+0000 mgr.a (mgr.24293) 17478 : cluster 0 pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:20.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:20 smithi022 bash[28554]: cluster 2023-12-07T17:06:18.575452+0000 mgr.a (mgr.24293) 17478 : cluster 0 pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:20.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:20 smithi044 bash[32620]: cluster 2023-12-07T17:06:18.575452+0000 mgr.a (mgr.24293) 17478 : cluster 0 pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:20.941 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:20.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:20.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:20.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:20.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:21 smithi027 bash[31536]: audit 2023-12-07T17:06:20.433282+0000 mgr.a (mgr.24293) 17479 : audit 0 from='client.347118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:21.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:21 smithi022 bash[28554]: audit 2023-12-07T17:06:20.433282+0000 mgr.a (mgr.24293) 17479 : audit 0 from='client.347118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:21.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:21 smithi044 bash[32620]: audit 2023-12-07T17:06:20.433282+0000 mgr.a (mgr.24293) 17479 : audit 0 from='client.347118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:22.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:22 smithi022 bash[28554]: cluster 2023-12-07T17:06:20.582836+0000 mgr.a (mgr.24293) 17480 : cluster 0 pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:22.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:22 smithi044 bash[32620]: cluster 2023-12-07T17:06:20.582836+0000 mgr.a (mgr.24293) 17480 : cluster 0 pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:22.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:22 smithi027 bash[31536]: cluster 2023-12-07T17:06:20.582836+0000 mgr.a (mgr.24293) 17480 : cluster 0 pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:24.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:24 smithi022 bash[28554]: cluster 2023-12-07T17:06:22.583811+0000 mgr.a (mgr.24293) 17481 : cluster 0 pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:24.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:24 smithi044 bash[32620]: cluster 2023-12-07T17:06:22.583811+0000 mgr.a (mgr.24293) 17481 : cluster 0 pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:24.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:24 smithi027 bash[31536]: cluster 2023-12-07T17:06:22.583811+0000 mgr.a (mgr.24293) 17481 : cluster 0 pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:25.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:25.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:25.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:26.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:26 smithi022 bash[28554]: cluster 2023-12-07T17:06:24.584526+0000 mgr.a (mgr.24293) 17482 : cluster 0 pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:26.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:26 smithi044 bash[32620]: cluster 2023-12-07T17:06:24.584526+0000 mgr.a (mgr.24293) 17482 : cluster 0 pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:26 smithi027 bash[31536]: cluster 2023-12-07T17:06:24.584526+0000 mgr.a (mgr.24293) 17482 : cluster 0 pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:06:26.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:26.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:26.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:26.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:26.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:27.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:27 smithi022 bash[28554]: audit 2023-12-07T17:06:26.362123+0000 mgr.a (mgr.24293) 17483 : audit 0 from='client.347190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:27.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:27 smithi044 bash[32620]: audit 2023-12-07T17:06:26.362123+0000 mgr.a (mgr.24293) 17483 : audit 0 from='client.347190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:27.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:27 smithi027 bash[31536]: audit 2023-12-07T17:06:26.362123+0000 mgr.a (mgr.24293) 17483 : audit 0 from='client.347190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:28.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:28 smithi022 bash[28554]: cluster 2023-12-07T17:06:26.585837+0000 mgr.a (mgr.24293) 17484 : cluster 0 pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:28.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:28 smithi044 bash[32620]: cluster 2023-12-07T17:06:26.585837+0000 mgr.a (mgr.24293) 17484 : cluster 0 pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:28 smithi027 bash[31536]: cluster 2023-12-07T17:06:26.585837+0000 mgr.a (mgr.24293) 17484 : cluster 0 pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:30.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:30 smithi022 bash[28554]: cluster 2023-12-07T17:06:28.586570+0000 mgr.a (mgr.24293) 17485 : cluster 0 pgmap v13073: 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:06:30.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:30 smithi044 bash[32620]: cluster 2023-12-07T17:06:28.586570+0000 mgr.a (mgr.24293) 17485 : cluster 0 pgmap v13073: 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:06:30.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:30 smithi027 bash[31536]: cluster 2023-12-07T17:06:28.586570+0000 mgr.a (mgr.24293) 17485 : cluster 0 pgmap v13073: 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:06:31.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:31.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:31.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:32.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:32 smithi022 bash[28554]: cluster 2023-12-07T17:06:30.587371+0000 mgr.a (mgr.24293) 17486 : cluster 0 pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:32.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:32 smithi044 bash[32620]: cluster 2023-12-07T17:06:30.587371+0000 mgr.a (mgr.24293) 17486 : cluster 0 pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:32 smithi027 bash[31536]: cluster 2023-12-07T17:06:30.587371+0000 mgr.a (mgr.24293) 17486 : cluster 0 pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:32.869 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:33.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:33 smithi022 bash[28554]: audit 2023-12-07T17:06:32.323385+0000 mgr.a (mgr.24293) 17487 : audit 0 from='client.347265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:33.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:33 smithi044 bash[32620]: audit 2023-12-07T17:06:32.323385+0000 mgr.a (mgr.24293) 17487 : audit 0 from='client.347265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:33 smithi027 bash[31536]: audit 2023-12-07T17:06:32.323385+0000 mgr.a (mgr.24293) 17487 : audit 0 from='client.347265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:34.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:34 smithi022 bash[28554]: cluster 2023-12-07T17:06:32.587907+0000 mgr.a (mgr.24293) 17488 : cluster 0 pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:34.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:34 smithi044 bash[32620]: cluster 2023-12-07T17:06:32.587907+0000 mgr.a (mgr.24293) 17488 : cluster 0 pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:34 smithi027 bash[31536]: cluster 2023-12-07T17:06:32.587907+0000 mgr.a (mgr.24293) 17488 : cluster 0 pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:36.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:36 smithi022 bash[28554]: cluster 2023-12-07T17:06:34.588542+0000 mgr.a (mgr.24293) 17489 : cluster 0 pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:36.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:36 smithi022 bash[28554]: audit 2023-12-07T17:06:36.067503+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:06:36.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:36 smithi044 bash[32620]: cluster 2023-12-07T17:06:34.588542+0000 mgr.a (mgr.24293) 17489 : cluster 0 pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:36.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:36 smithi044 bash[32620]: audit 2023-12-07T17:06:36.067503+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:06:36.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:36 smithi027 bash[31536]: cluster 2023-12-07T17:06:34.588542+0000 mgr.a (mgr.24293) 17489 : cluster 0 pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:36 smithi027 bash[31536]: audit 2023-12-07T17:06:36.067503+0000 mon.a (mon.0) 2860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:06:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:37 smithi022 bash[28554]: audit 2023-12-07T17:06:36.805552+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:06:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:37 smithi022 bash[28554]: audit 2023-12-07T17:06:36.807466+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:06:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:37 smithi022 bash[28554]: audit 2023-12-07T17:06:36.818211+0000 mon.a (mon.0) 2863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:06:37.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:37 smithi044 bash[32620]: audit 2023-12-07T17:06:36.805552+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:06:37.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:37 smithi044 bash[32620]: audit 2023-12-07T17:06:36.807466+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:06:37.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:37 smithi044 bash[32620]: audit 2023-12-07T17:06:36.818211+0000 mon.a (mon.0) 2863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:06:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:37 smithi027 bash[31536]: audit 2023-12-07T17:06:36.805552+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:06:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:37 smithi027 bash[31536]: audit 2023-12-07T17:06:36.807466+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:06:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:37 smithi027 bash[31536]: audit 2023-12-07T17:06:36.818211+0000 mon.a (mon.0) 2863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:06:37.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:37.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:37.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:38.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:38 smithi022 bash[28554]: cluster 2023-12-07T17:06:36.589362+0000 mgr.a (mgr.24293) 17490 : cluster 0 pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:38.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:38 smithi044 bash[32620]: cluster 2023-12-07T17:06:36.589362+0000 mgr.a (mgr.24293) 17490 : cluster 0 pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:38 smithi027 bash[31536]: cluster 2023-12-07T17:06:36.589362+0000 mgr.a (mgr.24293) 17490 : cluster 0 pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:38.801 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:38.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:38.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:38.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:38.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:39.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:39 smithi022 bash[28554]: audit 2023-12-07T17:06:38.286996+0000 mgr.a (mgr.24293) 17491 : audit 0 from='client.347343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:39.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:39 smithi044 bash[32620]: audit 2023-12-07T17:06:38.286996+0000 mgr.a (mgr.24293) 17491 : audit 0 from='client.347343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:39 smithi027 bash[31536]: audit 2023-12-07T17:06:38.286996+0000 mgr.a (mgr.24293) 17491 : audit 0 from='client.347343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:40.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:40 smithi022 bash[28554]: cluster 2023-12-07T17:06:38.590111+0000 mgr.a (mgr.24293) 17492 : cluster 0 pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:40.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:40 smithi044 bash[32620]: cluster 2023-12-07T17:06:38.590111+0000 mgr.a (mgr.24293) 17492 : cluster 0 pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:40 smithi027 bash[31536]: cluster 2023-12-07T17:06:38.590111+0000 mgr.a (mgr.24293) 17492 : cluster 0 pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:42 smithi022 bash[28554]: cluster 2023-12-07T17:06:40.591031+0000 mgr.a (mgr.24293) 17493 : cluster 0 pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:42.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:42 smithi044 bash[32620]: cluster 2023-12-07T17:06:40.591031+0000 mgr.a (mgr.24293) 17493 : cluster 0 pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:42 smithi027 bash[31536]: cluster 2023-12-07T17:06:40.591031+0000 mgr.a (mgr.24293) 17493 : cluster 0 pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:43.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:43.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:43.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:44.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:44 smithi022 bash[28554]: cluster 2023-12-07T17:06:42.591625+0000 mgr.a (mgr.24293) 17494 : cluster 0 pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:44.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:44 smithi044 bash[32620]: cluster 2023-12-07T17:06:42.591625+0000 mgr.a (mgr.24293) 17494 : cluster 0 pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:44.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:44 smithi027 bash[31536]: cluster 2023-12-07T17:06:42.591625+0000 mgr.a (mgr.24293) 17494 : cluster 0 pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:44.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:44.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:44.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:44.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:44.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:45.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:45 smithi022 bash[28554]: audit 2023-12-07T17:06:44.218950+0000 mgr.a (mgr.24293) 17495 : audit 0 from='client.283270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:45.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:45 smithi044 bash[32620]: audit 2023-12-07T17:06:44.218950+0000 mgr.a (mgr.24293) 17495 : audit 0 from='client.283270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:45 smithi027 bash[31536]: audit 2023-12-07T17:06:44.218950+0000 mgr.a (mgr.24293) 17495 : audit 0 from='client.283270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:46.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:46 smithi022 bash[28554]: cluster 2023-12-07T17:06:44.592158+0000 mgr.a (mgr.24293) 17496 : cluster 0 pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:46.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:46 smithi044 bash[32620]: cluster 2023-12-07T17:06:44.592158+0000 mgr.a (mgr.24293) 17496 : cluster 0 pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:46 smithi027 bash[31536]: cluster 2023-12-07T17:06:44.592158+0000 mgr.a (mgr.24293) 17496 : cluster 0 pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:48.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:48 smithi022 bash[28554]: cluster 2023-12-07T17:06:46.593116+0000 mgr.a (mgr.24293) 17497 : cluster 0 pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:48.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:48 smithi044 bash[32620]: cluster 2023-12-07T17:06:46.593116+0000 mgr.a (mgr.24293) 17497 : cluster 0 pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:48.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:48 smithi027 bash[31536]: cluster 2023-12-07T17:06:46.593116+0000 mgr.a (mgr.24293) 17497 : cluster 0 pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:06:49.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:49.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:49.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:50.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:50 smithi022 bash[28554]: cluster 2023-12-07T17:06:48.593692+0000 mgr.a (mgr.24293) 17498 : cluster 0 pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:50.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:50 smithi044 bash[32620]: cluster 2023-12-07T17:06:48.593692+0000 mgr.a (mgr.24293) 17498 : cluster 0 pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:50.686 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:50.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:50.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:50.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:50.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:50 smithi027 bash[31536]: cluster 2023-12-07T17:06:48.593692+0000 mgr.a (mgr.24293) 17498 : cluster 0 pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:51.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:51 smithi022 bash[28554]: audit 2023-12-07T17:06:50.181419+0000 mgr.a (mgr.24293) 17499 : audit 0 from='client.347493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:51.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:51 smithi044 bash[32620]: audit 2023-12-07T17:06:50.181419+0000 mgr.a (mgr.24293) 17499 : audit 0 from='client.347493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:51 smithi027 bash[31536]: audit 2023-12-07T17:06:50.181419+0000 mgr.a (mgr.24293) 17499 : audit 0 from='client.347493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:52 smithi022 bash[28554]: cluster 2023-12-07T17:06:50.594759+0000 mgr.a (mgr.24293) 17500 : cluster 0 pgmap v13084: 33 pgs: 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:06:52.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:52 smithi044 bash[32620]: cluster 2023-12-07T17:06:50.594759+0000 mgr.a (mgr.24293) 17500 : cluster 0 pgmap v13084: 33 pgs: 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:06:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:52 smithi027 bash[31536]: cluster 2023-12-07T17:06:50.594759+0000 mgr.a (mgr.24293) 17500 : cluster 0 pgmap v13084: 33 pgs: 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:06:54.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:54 smithi022 bash[28554]: cluster 2023-12-07T17:06:52.595360+0000 mgr.a (mgr.24293) 17501 : cluster 0 pgmap v13085: 33 pgs: 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:06:54.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:54 smithi044 bash[32620]: cluster 2023-12-07T17:06:52.595360+0000 mgr.a (mgr.24293) 17501 : cluster 0 pgmap v13085: 33 pgs: 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:06:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:54 smithi027 bash[31536]: cluster 2023-12-07T17:06:52.595360+0000 mgr.a (mgr.24293) 17501 : cluster 0 pgmap v13085: 33 pgs: 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:06:55.689 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:06:55.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:06:55.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:06:56.622 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:06:56.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:06:56.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:06:56.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:06:56.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:06:56.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:56 smithi022 bash[28554]: cluster 2023-12-07T17:06:54.595902+0000 mgr.a (mgr.24293) 17502 : cluster 0 pgmap v13086: 33 pgs: 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:06:56.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:56 smithi044 bash[32620]: cluster 2023-12-07T17:06:54.595902+0000 mgr.a (mgr.24293) 17502 : cluster 0 pgmap v13086: 33 pgs: 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:06:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:56 smithi027 bash[31536]: cluster 2023-12-07T17:06:54.595902+0000 mgr.a (mgr.24293) 17502 : cluster 0 pgmap v13086: 33 pgs: 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:06:57.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:57 smithi022 bash[28554]: audit 2023-12-07T17:06:56.110900+0000 mgr.a (mgr.24293) 17503 : audit 0 from='client.347568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:57.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:57 smithi044 bash[32620]: audit 2023-12-07T17:06:56.110900+0000 mgr.a (mgr.24293) 17503 : audit 0 from='client.347568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:57 smithi027 bash[31536]: audit 2023-12-07T17:06:56.110900+0000 mgr.a (mgr.24293) 17503 : audit 0 from='client.347568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:06:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:06:58 smithi022 bash[28554]: cluster 2023-12-07T17:06:56.596572+0000 mgr.a (mgr.24293) 17504 : cluster 0 pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:58.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:06:58 smithi044 bash[32620]: cluster 2023-12-07T17:06:56.596572+0000 mgr.a (mgr.24293) 17504 : cluster 0 pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:06:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:06:58 smithi027 bash[31536]: cluster 2023-12-07T17:06:56.596572+0000 mgr.a (mgr.24293) 17504 : cluster 0 pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:00.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:00 smithi022 bash[28554]: cluster 2023-12-07T17:06:58.597137+0000 mgr.a (mgr.24293) 17505 : cluster 0 pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:07:00.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:00 smithi044 bash[32620]: cluster 2023-12-07T17:06:58.597137+0000 mgr.a (mgr.24293) 17505 : cluster 0 pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:07:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:00 smithi027 bash[31536]: cluster 2023-12-07T17:06:58.597137+0000 mgr.a (mgr.24293) 17505 : cluster 0 pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:07:01.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:01.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:01.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:02.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:02.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:02.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:02.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:02.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:02 smithi022 bash[28554]: cluster 2023-12-07T17:07:00.597902+0000 mgr.a (mgr.24293) 17506 : cluster 0 pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:02.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:02 smithi044 bash[32620]: cluster 2023-12-07T17:07:00.597902+0000 mgr.a (mgr.24293) 17506 : cluster 0 pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:02 smithi027 bash[31536]: cluster 2023-12-07T17:07:00.597902+0000 mgr.a (mgr.24293) 17506 : cluster 0 pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:03.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:03 smithi022 bash[28554]: audit 2023-12-07T17:07:02.039060+0000 mgr.a (mgr.24293) 17507 : audit 0 from='client.347646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:03.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:03 smithi044 bash[32620]: audit 2023-12-07T17:07:02.039060+0000 mgr.a (mgr.24293) 17507 : audit 0 from='client.347646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:03 smithi027 bash[31536]: audit 2023-12-07T17:07:02.039060+0000 mgr.a (mgr.24293) 17507 : audit 0 from='client.347646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:04 smithi022 bash[28554]: cluster 2023-12-07T17:07:02.598617+0000 mgr.a (mgr.24293) 17508 : cluster 0 pgmap v13090: 33 pgs: 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:07:04.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:04 smithi044 bash[32620]: cluster 2023-12-07T17:07:02.598617+0000 mgr.a (mgr.24293) 17508 : cluster 0 pgmap v13090: 33 pgs: 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:07:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:04 smithi027 bash[31536]: cluster 2023-12-07T17:07:02.598617+0000 mgr.a (mgr.24293) 17508 : cluster 0 pgmap v13090: 33 pgs: 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:07:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:06 smithi022 bash[28554]: cluster 2023-12-07T17:07:04.599208+0000 mgr.a (mgr.24293) 17509 : cluster 0 pgmap v13091: 33 pgs: 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:07:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:06 smithi044 bash[32620]: cluster 2023-12-07T17:07:04.599208+0000 mgr.a (mgr.24293) 17509 : cluster 0 pgmap v13091: 33 pgs: 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:07:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:06 smithi027 bash[31536]: cluster 2023-12-07T17:07:04.599208+0000 mgr.a (mgr.24293) 17509 : cluster 0 pgmap v13091: 33 pgs: 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:07:07.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:07.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:07.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:08.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:08.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:08.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:08.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:08.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:08.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:08 smithi022 bash[28554]: cluster 2023-12-07T17:07:06.600047+0000 mgr.a (mgr.24293) 17510 : cluster 0 pgmap v13092: 33 pgs: 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:07:08.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:08 smithi044 bash[32620]: cluster 2023-12-07T17:07:06.600047+0000 mgr.a (mgr.24293) 17510 : cluster 0 pgmap v13092: 33 pgs: 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:07:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:08 smithi027 bash[31536]: cluster 2023-12-07T17:07:06.600047+0000 mgr.a (mgr.24293) 17510 : cluster 0 pgmap v13092: 33 pgs: 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:07:09.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:09 smithi022 bash[28554]: audit 2023-12-07T17:07:07.980073+0000 mgr.a (mgr.24293) 17511 : audit 0 from='client.347724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:09.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:09 smithi044 bash[32620]: audit 2023-12-07T17:07:07.980073+0000 mgr.a (mgr.24293) 17511 : audit 0 from='client.347724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:09 smithi027 bash[31536]: audit 2023-12-07T17:07:07.980073+0000 mgr.a (mgr.24293) 17511 : audit 0 from='client.347724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:10.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:10 smithi022 bash[28554]: cluster 2023-12-07T17:07:08.600765+0000 mgr.a (mgr.24293) 17512 : cluster 0 pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:10.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:10 smithi044 bash[32620]: cluster 2023-12-07T17:07:08.600765+0000 mgr.a (mgr.24293) 17512 : cluster 0 pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:10 smithi027 bash[31536]: cluster 2023-12-07T17:07:08.600765+0000 mgr.a (mgr.24293) 17512 : cluster 0 pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:12 smithi022 bash[28554]: cluster 2023-12-07T17:07:10.601612+0000 mgr.a (mgr.24293) 17513 : cluster 0 pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:12.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:12 smithi044 bash[32620]: cluster 2023-12-07T17:07:10.601612+0000 mgr.a (mgr.24293) 17513 : cluster 0 pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:12 smithi027 bash[31536]: cluster 2023-12-07T17:07:10.601612+0000 mgr.a (mgr.24293) 17513 : cluster 0 pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:14.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:14.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:14.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:14.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:14.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:14.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:14 smithi022 bash[28554]: cluster 2023-12-07T17:07:12.602252+0000 mgr.a (mgr.24293) 17514 : cluster 0 pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:14.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:14 smithi044 bash[32620]: cluster 2023-12-07T17:07:12.602252+0000 mgr.a (mgr.24293) 17514 : cluster 0 pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:14 smithi027 bash[31536]: cluster 2023-12-07T17:07:12.602252+0000 mgr.a (mgr.24293) 17514 : cluster 0 pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:15.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:15 smithi022 bash[28554]: audit 2023-12-07T17:07:13.918902+0000 mgr.a (mgr.24293) 17515 : audit 0 from='client.347799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:15.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:15 smithi044 bash[32620]: audit 2023-12-07T17:07:13.918902+0000 mgr.a (mgr.24293) 17515 : audit 0 from='client.347799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:15 smithi027 bash[31536]: audit 2023-12-07T17:07:13.918902+0000 mgr.a (mgr.24293) 17515 : audit 0 from='client.347799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:16.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:16 smithi022 bash[28554]: cluster 2023-12-07T17:07:14.603023+0000 mgr.a (mgr.24293) 17516 : cluster 0 pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:16.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:16 smithi044 bash[32620]: cluster 2023-12-07T17:07:14.603023+0000 mgr.a (mgr.24293) 17516 : cluster 0 pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:16 smithi027 bash[31536]: cluster 2023-12-07T17:07:14.603023+0000 mgr.a (mgr.24293) 17516 : cluster 0 pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:18.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:18 smithi022 bash[28554]: cluster 2023-12-07T17:07:16.603898+0000 mgr.a (mgr.24293) 17517 : cluster 0 pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:18.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:18 smithi044 bash[32620]: cluster 2023-12-07T17:07:16.603898+0000 mgr.a (mgr.24293) 17517 : cluster 0 pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:18 smithi027 bash[31536]: cluster 2023-12-07T17:07:16.603898+0000 mgr.a (mgr.24293) 17517 : cluster 0 pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:19.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:19.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:19.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:20.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:20.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:20.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:20.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:20.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:20.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:20 smithi022 bash[28554]: cluster 2023-12-07T17:07:18.604472+0000 mgr.a (mgr.24293) 17518 : cluster 0 pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:20.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:20 smithi044 bash[32620]: cluster 2023-12-07T17:07:18.604472+0000 mgr.a (mgr.24293) 17518 : cluster 0 pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:20 smithi027 bash[31536]: cluster 2023-12-07T17:07:18.604472+0000 mgr.a (mgr.24293) 17518 : cluster 0 pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:21.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:21 smithi022 bash[28554]: audit 2023-12-07T17:07:19.860793+0000 mgr.a (mgr.24293) 17519 : audit 0 from='client.347877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:21.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:21 smithi044 bash[32620]: audit 2023-12-07T17:07:19.860793+0000 mgr.a (mgr.24293) 17519 : audit 0 from='client.347877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:21 smithi027 bash[31536]: audit 2023-12-07T17:07:19.860793+0000 mgr.a (mgr.24293) 17519 : audit 0 from='client.347877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:22 smithi022 bash[28554]: cluster 2023-12-07T17:07:20.605471+0000 mgr.a (mgr.24293) 17520 : cluster 0 pgmap v13099: 33 pgs: 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:07:22.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:22 smithi044 bash[32620]: cluster 2023-12-07T17:07:20.605471+0000 mgr.a (mgr.24293) 17520 : cluster 0 pgmap v13099: 33 pgs: 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:07:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:22 smithi027 bash[31536]: cluster 2023-12-07T17:07:20.605471+0000 mgr.a (mgr.24293) 17520 : cluster 0 pgmap v13099: 33 pgs: 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:07:24.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:24 smithi022 bash[28554]: cluster 2023-12-07T17:07:22.606074+0000 mgr.a (mgr.24293) 17521 : cluster 0 pgmap v13100: 33 pgs: 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:07:24.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:24 smithi044 bash[32620]: cluster 2023-12-07T17:07:22.606074+0000 mgr.a (mgr.24293) 17521 : cluster 0 pgmap v13100: 33 pgs: 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:07:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:24 smithi027 bash[31536]: cluster 2023-12-07T17:07:22.606074+0000 mgr.a (mgr.24293) 17521 : cluster 0 pgmap v13100: 33 pgs: 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:07:25.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:25.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:25.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:26.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:26.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:26.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:26.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:26.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:26.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:26 smithi022 bash[28554]: cluster 2023-12-07T17:07:24.606632+0000 mgr.a (mgr.24293) 17522 : cluster 0 pgmap v13101: 33 pgs: 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:07:26.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:26 smithi044 bash[32620]: cluster 2023-12-07T17:07:24.606632+0000 mgr.a (mgr.24293) 17522 : cluster 0 pgmap v13101: 33 pgs: 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:07:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:26 smithi027 bash[31536]: cluster 2023-12-07T17:07:24.606632+0000 mgr.a (mgr.24293) 17522 : cluster 0 pgmap v13101: 33 pgs: 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:07:27.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:27 smithi022 bash[28554]: audit 2023-12-07T17:07:25.808143+0000 mgr.a (mgr.24293) 17523 : audit 0 from='client.347952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:27.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:27 smithi044 bash[32620]: audit 2023-12-07T17:07:25.808143+0000 mgr.a (mgr.24293) 17523 : audit 0 from='client.347952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:27 smithi027 bash[31536]: audit 2023-12-07T17:07:25.808143+0000 mgr.a (mgr.24293) 17523 : audit 0 from='client.347952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:28.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:28 smithi022 bash[28554]: cluster 2023-12-07T17:07:26.607741+0000 mgr.a (mgr.24293) 17524 : cluster 0 pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:28.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:28 smithi044 bash[32620]: cluster 2023-12-07T17:07:26.607741+0000 mgr.a (mgr.24293) 17524 : cluster 0 pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:28 smithi027 bash[31536]: cluster 2023-12-07T17:07:26.607741+0000 mgr.a (mgr.24293) 17524 : cluster 0 pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:30 smithi027 bash[31536]: cluster 2023-12-07T17:07:28.608335+0000 mgr.a (mgr.24293) 17525 : cluster 0 pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:07:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:30 smithi022 bash[28554]: cluster 2023-12-07T17:07:28.608335+0000 mgr.a (mgr.24293) 17525 : cluster 0 pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:07:30.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:30 smithi044 bash[32620]: cluster 2023-12-07T17:07:28.608335+0000 mgr.a (mgr.24293) 17525 : cluster 0 pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:07:31.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:31.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:31.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:32.278 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:32.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:32.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:32.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:32.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:32 smithi027 bash[31536]: cluster 2023-12-07T17:07:30.609137+0000 mgr.a (mgr.24293) 17526 : cluster 0 pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:32 smithi022 bash[28554]: cluster 2023-12-07T17:07:30.609137+0000 mgr.a (mgr.24293) 17526 : cluster 0 pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:32.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:32 smithi044 bash[32620]: cluster 2023-12-07T17:07:30.609137+0000 mgr.a (mgr.24293) 17526 : cluster 0 pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:33 smithi027 bash[31536]: audit 2023-12-07T17:07:31.747063+0000 mgr.a (mgr.24293) 17527 : audit 0 from='client.348030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:33.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:33 smithi022 bash[28554]: audit 2023-12-07T17:07:31.747063+0000 mgr.a (mgr.24293) 17527 : audit 0 from='client.348030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:33.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:33 smithi044 bash[32620]: audit 2023-12-07T17:07:31.747063+0000 mgr.a (mgr.24293) 17527 : audit 0 from='client.348030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:34 smithi027 bash[31536]: cluster 2023-12-07T17:07:32.609852+0000 mgr.a (mgr.24293) 17528 : cluster 0 pgmap v13105: 33 pgs: 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:07:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:34 smithi022 bash[28554]: cluster 2023-12-07T17:07:32.609852+0000 mgr.a (mgr.24293) 17528 : cluster 0 pgmap v13105: 33 pgs: 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:07:34.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:34 smithi044 bash[32620]: cluster 2023-12-07T17:07:32.609852+0000 mgr.a (mgr.24293) 17528 : cluster 0 pgmap v13105: 33 pgs: 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:07:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:36 smithi027 bash[31536]: cluster 2023-12-07T17:07:34.610439+0000 mgr.a (mgr.24293) 17529 : cluster 0 pgmap v13106: 33 pgs: 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:07:36.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:36 smithi022 bash[28554]: cluster 2023-12-07T17:07:34.610439+0000 mgr.a (mgr.24293) 17529 : cluster 0 pgmap v13106: 33 pgs: 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:07:36.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:36 smithi044 bash[32620]: cluster 2023-12-07T17:07:34.610439+0000 mgr.a (mgr.24293) 17529 : cluster 0 pgmap v13106: 33 pgs: 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:07:37.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:37.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:37.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:37.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:37 smithi022 bash[28554]: audit 2023-12-07T17:07:36.921351+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:37.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:37 smithi044 bash[32620]: audit 2023-12-07T17:07:36.921351+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:37 smithi027 bash[31536]: audit 2023-12-07T17:07:36.921351+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:38.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:38.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:38.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:38.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:38.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:38 smithi022 bash[28554]: cluster 2023-12-07T17:07:36.611291+0000 mgr.a (mgr.24293) 17530 : cluster 0 pgmap v13107: 33 pgs: 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:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:38 smithi022 bash[28554]: audit 2023-12-07T17:07:37.714908+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:38 smithi022 bash[28554]: audit 2023-12-07T17:07:37.716539+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:38 smithi022 bash[28554]: audit 2023-12-07T17:07:37.725418+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:07:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:38 smithi044 bash[32620]: cluster 2023-12-07T17:07:36.611291+0000 mgr.a (mgr.24293) 17530 : cluster 0 pgmap v13107: 33 pgs: 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:07:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:38 smithi044 bash[32620]: audit 2023-12-07T17:07:37.714908+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:07:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:38 smithi044 bash[32620]: audit 2023-12-07T17:07:37.716539+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:07:38.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:38 smithi044 bash[32620]: audit 2023-12-07T17:07:37.725418+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:38 smithi027 bash[31536]: cluster 2023-12-07T17:07:36.611291+0000 mgr.a (mgr.24293) 17530 : cluster 0 pgmap v13107: 33 pgs: 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:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:38 smithi027 bash[31536]: audit 2023-12-07T17:07:37.714908+0000 mon.a (mon.0) 2865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:38 smithi027 bash[31536]: audit 2023-12-07T17:07:37.716539+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:38 smithi027 bash[31536]: audit 2023-12-07T17:07:37.725418+0000 mon.a (mon.0) 2867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:07:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:39 smithi022 bash[28554]: audit 2023-12-07T17:07:37.717787+0000 mgr.a (mgr.24293) 17531 : audit 0 from='client.348108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:39.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:39 smithi044 bash[32620]: audit 2023-12-07T17:07:37.717787+0000 mgr.a (mgr.24293) 17531 : audit 0 from='client.348108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:39 smithi027 bash[31536]: audit 2023-12-07T17:07:37.717787+0000 mgr.a (mgr.24293) 17531 : audit 0 from='client.348108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:40 smithi022 bash[28554]: cluster 2023-12-07T17:07:38.612059+0000 mgr.a (mgr.24293) 17532 : cluster 0 pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:40.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:40 smithi044 bash[32620]: cluster 2023-12-07T17:07:38.612059+0000 mgr.a (mgr.24293) 17532 : cluster 0 pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:40 smithi027 bash[31536]: cluster 2023-12-07T17:07:38.612059+0000 mgr.a (mgr.24293) 17532 : cluster 0 pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:42.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:42 smithi022 bash[28554]: cluster 2023-12-07T17:07:40.612859+0000 mgr.a (mgr.24293) 17533 : cluster 0 pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:42.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:42 smithi044 bash[32620]: cluster 2023-12-07T17:07:40.612859+0000 mgr.a (mgr.24293) 17533 : cluster 0 pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:42 smithi027 bash[31536]: cluster 2023-12-07T17:07:40.612859+0000 mgr.a (mgr.24293) 17533 : cluster 0 pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:43.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:43.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:43.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:44.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:44.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:44.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:44.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:44.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:44.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:44 smithi022 bash[28554]: cluster 2023-12-07T17:07:42.613444+0000 mgr.a (mgr.24293) 17534 : cluster 0 pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:44.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:44 smithi044 bash[32620]: cluster 2023-12-07T17:07:42.613444+0000 mgr.a (mgr.24293) 17534 : cluster 0 pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:44 smithi027 bash[31536]: cluster 2023-12-07T17:07:42.613444+0000 mgr.a (mgr.24293) 17534 : cluster 0 pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:45.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:45 smithi022 bash[28554]: audit 2023-12-07T17:07:43.676336+0000 mgr.a (mgr.24293) 17535 : audit 0 from='client.348183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:45.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:45 smithi044 bash[32620]: audit 2023-12-07T17:07:43.676336+0000 mgr.a (mgr.24293) 17535 : audit 0 from='client.348183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:45 smithi027 bash[31536]: audit 2023-12-07T17:07:43.676336+0000 mgr.a (mgr.24293) 17535 : audit 0 from='client.348183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:46 smithi022 bash[28554]: cluster 2023-12-07T17:07:44.614182+0000 mgr.a (mgr.24293) 17536 : cluster 0 pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:46.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:46 smithi044 bash[32620]: cluster 2023-12-07T17:07:44.614182+0000 mgr.a (mgr.24293) 17536 : cluster 0 pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:46 smithi027 bash[31536]: cluster 2023-12-07T17:07:44.614182+0000 mgr.a (mgr.24293) 17536 : cluster 0 pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:48 smithi022 bash[28554]: cluster 2023-12-07T17:07:46.614997+0000 mgr.a (mgr.24293) 17537 : cluster 0 pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:48.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:48 smithi044 bash[32620]: cluster 2023-12-07T17:07:46.614997+0000 mgr.a (mgr.24293) 17537 : cluster 0 pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:48 smithi027 bash[31536]: cluster 2023-12-07T17:07:46.614997+0000 mgr.a (mgr.24293) 17537 : cluster 0 pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:49.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:49.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:49.210 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:50.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:50.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:50.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:50.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:50.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:50 smithi022 bash[28554]: cluster 2023-12-07T17:07:48.615588+0000 mgr.a (mgr.24293) 17538 : cluster 0 pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:50.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:50 smithi044 bash[32620]: cluster 2023-12-07T17:07:48.615588+0000 mgr.a (mgr.24293) 17538 : cluster 0 pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:50 smithi027 bash[31536]: cluster 2023-12-07T17:07:48.615588+0000 mgr.a (mgr.24293) 17538 : cluster 0 pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:51.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:51 smithi022 bash[28554]: audit 2023-12-07T17:07:49.613437+0000 mgr.a (mgr.24293) 17539 : audit 0 from='client.348261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:51.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:51 smithi044 bash[32620]: audit 2023-12-07T17:07:49.613437+0000 mgr.a (mgr.24293) 17539 : audit 0 from='client.348261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:51 smithi027 bash[31536]: audit 2023-12-07T17:07:49.613437+0000 mgr.a (mgr.24293) 17539 : audit 0 from='client.348261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:52 smithi022 bash[28554]: cluster 2023-12-07T17:07:50.616470+0000 mgr.a (mgr.24293) 17540 : cluster 0 pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:52.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:52 smithi044 bash[32620]: cluster 2023-12-07T17:07:50.616470+0000 mgr.a (mgr.24293) 17540 : cluster 0 pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:52 smithi027 bash[31536]: cluster 2023-12-07T17:07:50.616470+0000 mgr.a (mgr.24293) 17540 : cluster 0 pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:07:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:54 smithi022 bash[28554]: cluster 2023-12-07T17:07:52.617044+0000 mgr.a (mgr.24293) 17541 : cluster 0 pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:54.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:54 smithi044 bash[32620]: cluster 2023-12-07T17:07:52.617044+0000 mgr.a (mgr.24293) 17541 : cluster 0 pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:54 smithi027 bash[31536]: cluster 2023-12-07T17:07:52.617044+0000 mgr.a (mgr.24293) 17541 : cluster 0 pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:55.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:07:55.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:07:55.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:07:56.062 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:07:56.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:07:56.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:07:56.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:07:56.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:07:56.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:56 smithi022 bash[28554]: cluster 2023-12-07T17:07:54.617622+0000 mgr.a (mgr.24293) 17542 : cluster 0 pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:56 smithi022 bash[28554]: audit 2023-12-07T17:07:55.540398+0000 mgr.a (mgr.24293) 17543 : audit 0 from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:56.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:56 smithi044 bash[32620]: cluster 2023-12-07T17:07:54.617622+0000 mgr.a (mgr.24293) 17542 : cluster 0 pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:56.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:56 smithi044 bash[32620]: audit 2023-12-07T17:07:55.540398+0000 mgr.a (mgr.24293) 17543 : audit 0 from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:56 smithi027 bash[31536]: cluster 2023-12-07T17:07:54.617622+0000 mgr.a (mgr.24293) 17542 : cluster 0 pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:56 smithi027 bash[31536]: audit 2023-12-07T17:07:55.540398+0000 mgr.a (mgr.24293) 17543 : audit 0 from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:58.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:07:58 smithi022 bash[28554]: cluster 2023-12-07T17:07:56.618633+0000 mgr.a (mgr.24293) 17544 : cluster 0 pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:58.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:07:58 smithi044 bash[32620]: cluster 2023-12-07T17:07:56.618633+0000 mgr.a (mgr.24293) 17544 : cluster 0 pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:07:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:07:58 smithi027 bash[31536]: cluster 2023-12-07T17:07:56.618633+0000 mgr.a (mgr.24293) 17544 : cluster 0 pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:00.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:00 smithi022 bash[28554]: cluster 2023-12-07T17:07:58.619230+0000 mgr.a (mgr.24293) 17545 : cluster 0 pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:00.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:00 smithi044 bash[32620]: cluster 2023-12-07T17:07:58.619230+0000 mgr.a (mgr.24293) 17545 : cluster 0 pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:00 smithi027 bash[31536]: cluster 2023-12-07T17:07:58.619230+0000 mgr.a (mgr.24293) 17545 : cluster 0 pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:01.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:01.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:01.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:01.978 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:01.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:01.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:01.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:01.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:02 smithi022 bash[28554]: cluster 2023-12-07T17:08:00.620020+0000 mgr.a (mgr.24293) 17546 : cluster 0 pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:02 smithi022 bash[28554]: audit 2023-12-07T17:08:01.478843+0000 mgr.a (mgr.24293) 17547 : audit 0 from='client.348402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:02.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:02 smithi044 bash[32620]: cluster 2023-12-07T17:08:00.620020+0000 mgr.a (mgr.24293) 17546 : cluster 0 pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:02.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:02 smithi044 bash[32620]: audit 2023-12-07T17:08:01.478843+0000 mgr.a (mgr.24293) 17547 : audit 0 from='client.348402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:02 smithi027 bash[31536]: cluster 2023-12-07T17:08:00.620020+0000 mgr.a (mgr.24293) 17546 : cluster 0 pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:02 smithi027 bash[31536]: audit 2023-12-07T17:08:01.478843+0000 mgr.a (mgr.24293) 17547 : audit 0 from='client.348402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:04.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:04 smithi022 bash[28554]: cluster 2023-12-07T17:08:02.620737+0000 mgr.a (mgr.24293) 17548 : cluster 0 pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:04.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:04 smithi044 bash[32620]: cluster 2023-12-07T17:08:02.620737+0000 mgr.a (mgr.24293) 17548 : cluster 0 pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:04 smithi027 bash[31536]: cluster 2023-12-07T17:08:02.620737+0000 mgr.a (mgr.24293) 17548 : cluster 0 pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:06.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:06 smithi022 bash[28554]: cluster 2023-12-07T17:08:04.621349+0000 mgr.a (mgr.24293) 17549 : cluster 0 pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:06.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:06 smithi044 bash[32620]: cluster 2023-12-07T17:08:04.621349+0000 mgr.a (mgr.24293) 17549 : cluster 0 pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:06 smithi027 bash[31536]: cluster 2023-12-07T17:08:04.621349+0000 mgr.a (mgr.24293) 17549 : cluster 0 pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:06.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:06.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:06.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:07.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:07.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:07.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:07.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:07.883 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:08 smithi022 bash[28554]: cluster 2023-12-07T17:08:06.622180+0000 mgr.a (mgr.24293) 17550 : cluster 0 pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:08 smithi022 bash[28554]: audit 2023-12-07T17:08:07.390071+0000 mgr.a (mgr.24293) 17551 : audit 0 from='client.348477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:08 smithi044 bash[32620]: cluster 2023-12-07T17:08:06.622180+0000 mgr.a (mgr.24293) 17550 : cluster 0 pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:08.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:08 smithi044 bash[32620]: audit 2023-12-07T17:08:07.390071+0000 mgr.a (mgr.24293) 17551 : audit 0 from='client.348477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:08 smithi027 bash[31536]: cluster 2023-12-07T17:08:06.622180+0000 mgr.a (mgr.24293) 17550 : cluster 0 pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:08 smithi027 bash[31536]: audit 2023-12-07T17:08:07.390071+0000 mgr.a (mgr.24293) 17551 : audit 0 from='client.348477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:10 smithi022 bash[28554]: cluster 2023-12-07T17:08:08.622887+0000 mgr.a (mgr.24293) 17552 : cluster 0 pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:10.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:10 smithi044 bash[32620]: cluster 2023-12-07T17:08:08.622887+0000 mgr.a (mgr.24293) 17552 : cluster 0 pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:10 smithi027 bash[31536]: cluster 2023-12-07T17:08:08.622887+0000 mgr.a (mgr.24293) 17552 : cluster 0 pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:11.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:11 smithi022 bash[28554]: cluster 2023-12-07T17:08:10.623764+0000 mgr.a (mgr.24293) 17553 : cluster 0 pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:11.925 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:11 smithi044 bash[32620]: cluster 2023-12-07T17:08:10.623764+0000 mgr.a (mgr.24293) 17553 : cluster 0 pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:11 smithi027 bash[31536]: cluster 2023-12-07T17:08:10.623764+0000 mgr.a (mgr.24293) 17553 : cluster 0 pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:12.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:12.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:12.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:13.828 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:13.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:13.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:13.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:13.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:14 smithi022 bash[28554]: cluster 2023-12-07T17:08:12.624306+0000 mgr.a (mgr.24293) 17554 : cluster 0 pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:14 smithi022 bash[28554]: audit 2023-12-07T17:08:13.298717+0000 mgr.a (mgr.24293) 17555 : audit 0 from='client.348555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:14.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:14 smithi044 bash[32620]: cluster 2023-12-07T17:08:12.624306+0000 mgr.a (mgr.24293) 17554 : cluster 0 pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:14.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:14 smithi044 bash[32620]: audit 2023-12-07T17:08:13.298717+0000 mgr.a (mgr.24293) 17555 : audit 0 from='client.348555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:14 smithi027 bash[31536]: cluster 2023-12-07T17:08:12.624306+0000 mgr.a (mgr.24293) 17554 : cluster 0 pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:14 smithi027 bash[31536]: audit 2023-12-07T17:08:13.298717+0000 mgr.a (mgr.24293) 17555 : audit 0 from='client.348555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:16 smithi022 bash[28554]: cluster 2023-12-07T17:08:14.625172+0000 mgr.a (mgr.24293) 17556 : cluster 0 pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:16.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:16 smithi044 bash[32620]: cluster 2023-12-07T17:08:14.625172+0000 mgr.a (mgr.24293) 17556 : cluster 0 pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:16 smithi027 bash[31536]: cluster 2023-12-07T17:08:14.625172+0000 mgr.a (mgr.24293) 17556 : cluster 0 pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:18 smithi022 bash[28554]: cluster 2023-12-07T17:08:16.626099+0000 mgr.a (mgr.24293) 17557 : cluster 0 pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:18.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:18 smithi044 bash[32620]: cluster 2023-12-07T17:08:16.626099+0000 mgr.a (mgr.24293) 17557 : cluster 0 pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:18 smithi027 bash[31536]: cluster 2023-12-07T17:08:16.626099+0000 mgr.a (mgr.24293) 17557 : cluster 0 pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:18.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:18.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:18.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:19.743 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:20 smithi022 bash[28554]: cluster 2023-12-07T17:08:18.626703+0000 mgr.a (mgr.24293) 17558 : cluster 0 pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:20 smithi022 bash[28554]: audit 2023-12-07T17:08:19.241919+0000 mgr.a (mgr.24293) 17559 : audit 0 from='client.348630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:20.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:20 smithi044 bash[32620]: cluster 2023-12-07T17:08:18.626703+0000 mgr.a (mgr.24293) 17558 : cluster 0 pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:20.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:20 smithi044 bash[32620]: audit 2023-12-07T17:08:19.241919+0000 mgr.a (mgr.24293) 17559 : audit 0 from='client.348630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:20 smithi027 bash[31536]: cluster 2023-12-07T17:08:18.626703+0000 mgr.a (mgr.24293) 17558 : cluster 0 pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:20 smithi027 bash[31536]: audit 2023-12-07T17:08:19.241919+0000 mgr.a (mgr.24293) 17559 : audit 0 from='client.348630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:22 smithi022 bash[28554]: cluster 2023-12-07T17:08:20.627647+0000 mgr.a (mgr.24293) 17560 : cluster 0 pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:22.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:22 smithi044 bash[32620]: cluster 2023-12-07T17:08:20.627647+0000 mgr.a (mgr.24293) 17560 : cluster 0 pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:22 smithi027 bash[31536]: cluster 2023-12-07T17:08:20.627647+0000 mgr.a (mgr.24293) 17560 : cluster 0 pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:24 smithi022 bash[28554]: cluster 2023-12-07T17:08:22.628255+0000 mgr.a (mgr.24293) 17561 : cluster 0 pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:24.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:24 smithi044 bash[32620]: cluster 2023-12-07T17:08:22.628255+0000 mgr.a (mgr.24293) 17561 : cluster 0 pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:24 smithi027 bash[31536]: cluster 2023-12-07T17:08:22.628255+0000 mgr.a (mgr.24293) 17561 : cluster 0 pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:24.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:24.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:24.747 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:25.690 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:25.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:25.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:25.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:25.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:26 smithi022 bash[28554]: cluster 2023-12-07T17:08:24.628858+0000 mgr.a (mgr.24293) 17562 : cluster 0 pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:26 smithi022 bash[28554]: audit 2023-12-07T17:08:25.168979+0000 mgr.a (mgr.24293) 17563 : audit 0 from='client.348708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:26 smithi044 bash[32620]: cluster 2023-12-07T17:08:24.628858+0000 mgr.a (mgr.24293) 17562 : cluster 0 pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:26 smithi044 bash[32620]: audit 2023-12-07T17:08:25.168979+0000 mgr.a (mgr.24293) 17563 : audit 0 from='client.348708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:26 smithi027 bash[31536]: cluster 2023-12-07T17:08:24.628858+0000 mgr.a (mgr.24293) 17562 : cluster 0 pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:26 smithi027 bash[31536]: audit 2023-12-07T17:08:25.168979+0000 mgr.a (mgr.24293) 17563 : audit 0 from='client.348708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:28 smithi022 bash[28554]: cluster 2023-12-07T17:08:26.629918+0000 mgr.a (mgr.24293) 17564 : cluster 0 pgmap v13132: 33 pgs: 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:08:28.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:28 smithi044 bash[32620]: cluster 2023-12-07T17:08:26.629918+0000 mgr.a (mgr.24293) 17564 : cluster 0 pgmap v13132: 33 pgs: 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:08:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:28 smithi027 bash[31536]: cluster 2023-12-07T17:08:26.629918+0000 mgr.a (mgr.24293) 17564 : cluster 0 pgmap v13132: 33 pgs: 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:08:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:30 smithi022 bash[28554]: cluster 2023-12-07T17:08:28.630529+0000 mgr.a (mgr.24293) 17565 : cluster 0 pgmap v13133: 33 pgs: 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:08:30.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:30 smithi044 bash[32620]: cluster 2023-12-07T17:08:28.630529+0000 mgr.a (mgr.24293) 17565 : cluster 0 pgmap v13133: 33 pgs: 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:08:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:30 smithi027 bash[31536]: cluster 2023-12-07T17:08:28.630529+0000 mgr.a (mgr.24293) 17565 : cluster 0 pgmap v13133: 33 pgs: 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:08:30.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:30.694 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:30.694 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:31.610 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:31.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:31.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:31.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:31.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:32 smithi022 bash[28554]: cluster 2023-12-07T17:08:30.631308+0000 mgr.a (mgr.24293) 17566 : cluster 0 pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:32 smithi022 bash[28554]: audit 2023-12-07T17:08:31.103499+0000 mgr.a (mgr.24293) 17567 : audit 0 from='client.348786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:32 smithi044 bash[32620]: cluster 2023-12-07T17:08:30.631308+0000 mgr.a (mgr.24293) 17566 : cluster 0 pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:32.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:32 smithi044 bash[32620]: audit 2023-12-07T17:08:31.103499+0000 mgr.a (mgr.24293) 17567 : audit 0 from='client.348786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:32 smithi027 bash[31536]: cluster 2023-12-07T17:08:30.631308+0000 mgr.a (mgr.24293) 17566 : cluster 0 pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:32 smithi027 bash[31536]: audit 2023-12-07T17:08:31.103499+0000 mgr.a (mgr.24293) 17567 : audit 0 from='client.348786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:34 smithi022 bash[28554]: cluster 2023-12-07T17:08:32.632008+0000 mgr.a (mgr.24293) 17568 : cluster 0 pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:34.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:34 smithi044 bash[32620]: cluster 2023-12-07T17:08:32.632008+0000 mgr.a (mgr.24293) 17568 : cluster 0 pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:34 smithi027 bash[31536]: cluster 2023-12-07T17:08:32.632008+0000 mgr.a (mgr.24293) 17568 : cluster 0 pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:36 smithi022 bash[28554]: cluster 2023-12-07T17:08:34.632587+0000 mgr.a (mgr.24293) 17569 : cluster 0 pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:36.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:36 smithi044 bash[32620]: cluster 2023-12-07T17:08:34.632587+0000 mgr.a (mgr.24293) 17569 : cluster 0 pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:36 smithi027 bash[31536]: cluster 2023-12-07T17:08:34.632587+0000 mgr.a (mgr.24293) 17569 : cluster 0 pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:08:36.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:36.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:36.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:37.541 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:37.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:37.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:37.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:37.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:38 smithi022 bash[28554]: cluster 2023-12-07T17:08:36.633397+0000 mgr.a (mgr.24293) 17570 : cluster 0 pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:38 smithi022 bash[28554]: audit 2023-12-07T17:08:37.024242+0000 mgr.a (mgr.24293) 17571 : audit 0 from='client.348864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:38 smithi022 bash[28554]: audit 2023-12-07T17:08:37.841666+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:38.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:38 smithi044 bash[32620]: cluster 2023-12-07T17:08:36.633397+0000 mgr.a (mgr.24293) 17570 : cluster 0 pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:38.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:38 smithi044 bash[32620]: audit 2023-12-07T17:08:37.024242+0000 mgr.a (mgr.24293) 17571 : audit 0 from='client.348864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:38 smithi044 bash[32620]: audit 2023-12-07T17:08:37.841666+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:38 smithi027 bash[31536]: cluster 2023-12-07T17:08:36.633397+0000 mgr.a (mgr.24293) 17570 : cluster 0 pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:38 smithi027 bash[31536]: audit 2023-12-07T17:08:37.024242+0000 mgr.a (mgr.24293) 17571 : audit 0 from='client.348864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:38 smithi027 bash[31536]: audit 2023-12-07T17:08:37.841666+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:40 smithi022 bash[28554]: cluster 2023-12-07T17:08:38.634123+0000 mgr.a (mgr.24293) 17572 : cluster 0 pgmap v13138: 33 pgs: 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:08:40.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:40 smithi044 bash[32620]: cluster 2023-12-07T17:08:38.634123+0000 mgr.a (mgr.24293) 17572 : cluster 0 pgmap v13138: 33 pgs: 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:08:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:40 smithi027 bash[31536]: cluster 2023-12-07T17:08:38.634123+0000 mgr.a (mgr.24293) 17572 : cluster 0 pgmap v13138: 33 pgs: 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:08:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:42 smithi022 bash[28554]: cluster 2023-12-07T17:08:40.634902+0000 mgr.a (mgr.24293) 17573 : cluster 0 pgmap v13139: 33 pgs: 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:08:42.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:42 smithi044 bash[32620]: cluster 2023-12-07T17:08:40.634902+0000 mgr.a (mgr.24293) 17573 : cluster 0 pgmap v13139: 33 pgs: 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:08:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:42 smithi027 bash[31536]: cluster 2023-12-07T17:08:40.634902+0000 mgr.a (mgr.24293) 17573 : cluster 0 pgmap v13139: 33 pgs: 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:08:42.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:42.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:42.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:43.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:43.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:43.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:43.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:43.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: cluster 2023-12-07T17:08:42.635411+0000 mgr.a (mgr.24293) 17574 : cluster 0 pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:42.971026+0000 mgr.a (mgr.24293) 17575 : audit 0 from='client.277013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:43.198490+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:43.206327+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:43.262460+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:43.267935+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:43.273663+0000 mon.a (mon.0) 2873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:43.279386+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:44.018439+0000 mon.a (mon.0) 2875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:44.020677+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:08:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:44 smithi027 bash[31536]: audit 2023-12-07T17:08:44.030469+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: cluster 2023-12-07T17:08:42.635411+0000 mgr.a (mgr.24293) 17574 : cluster 0 pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:42.971026+0000 mgr.a (mgr.24293) 17575 : audit 0 from='client.277013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:43.198490+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:43.206327+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:43.262460+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:43.267935+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:43.273663+0000 mon.a (mon.0) 2873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:43.279386+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:44.018439+0000 mon.a (mon.0) 2875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:44.020677+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:44 smithi022 bash[28554]: audit 2023-12-07T17:08:44.030469+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: cluster 2023-12-07T17:08:42.635411+0000 mgr.a (mgr.24293) 17574 : cluster 0 pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:42.971026+0000 mgr.a (mgr.24293) 17575 : audit 0 from='client.277013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:43.198490+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:43.206327+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:43.262460+0000 mon.a (mon.0) 2871 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:43.267935+0000 mon.a (mon.0) 2872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:43.273663+0000 mon.a (mon.0) 2873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:43.279386+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:44.018439+0000 mon.a (mon.0) 2875 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:44.020677+0000 mon.a (mon.0) 2876 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:08:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:44 smithi044 bash[32620]: audit 2023-12-07T17:08:44.030469+0000 mon.a (mon.0) 2877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:08:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:46 smithi022 bash[28554]: cluster 2023-12-07T17:08:44.636087+0000 mgr.a (mgr.24293) 17576 : cluster 0 pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:46.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:46 smithi044 bash[32620]: cluster 2023-12-07T17:08:44.636087+0000 mgr.a (mgr.24293) 17576 : cluster 0 pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:46 smithi027 bash[31536]: cluster 2023-12-07T17:08:44.636087+0000 mgr.a (mgr.24293) 17576 : cluster 0 pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:48.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:48.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:48.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:48 smithi022 bash[28554]: cluster 2023-12-07T17:08:46.636854+0000 mgr.a (mgr.24293) 17577 : cluster 0 pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:48.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:48 smithi044 bash[32620]: cluster 2023-12-07T17:08:46.636854+0000 mgr.a (mgr.24293) 17577 : cluster 0 pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:48 smithi027 bash[31536]: cluster 2023-12-07T17:08:46.636854+0000 mgr.a (mgr.24293) 17577 : cluster 0 pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:49.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:49.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:49.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:49.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:49.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:50 smithi022 bash[28554]: cluster 2023-12-07T17:08:48.637339+0000 mgr.a (mgr.24293) 17578 : cluster 0 pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:50 smithi022 bash[28554]: audit 2023-12-07T17:08:48.917197+0000 mgr.a (mgr.24293) 17579 : audit 0 from='client.349011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:50.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:50 smithi044 bash[32620]: cluster 2023-12-07T17:08:48.637339+0000 mgr.a (mgr.24293) 17578 : cluster 0 pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:50 smithi044 bash[32620]: audit 2023-12-07T17:08:48.917197+0000 mgr.a (mgr.24293) 17579 : audit 0 from='client.349011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:50 smithi027 bash[31536]: cluster 2023-12-07T17:08:48.637339+0000 mgr.a (mgr.24293) 17578 : cluster 0 pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:50 smithi027 bash[31536]: audit 2023-12-07T17:08:48.917197+0000 mgr.a (mgr.24293) 17579 : audit 0 from='client.349011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:52 smithi022 bash[28554]: cluster 2023-12-07T17:08:50.638178+0000 mgr.a (mgr.24293) 17580 : cluster 0 pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:52.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:52 smithi044 bash[32620]: cluster 2023-12-07T17:08:50.638178+0000 mgr.a (mgr.24293) 17580 : cluster 0 pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:52 smithi027 bash[31536]: cluster 2023-12-07T17:08:50.638178+0000 mgr.a (mgr.24293) 17580 : cluster 0 pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:08:54.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:08:54.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:08:54.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:08:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:54 smithi022 bash[28554]: cluster 2023-12-07T17:08:52.638781+0000 mgr.a (mgr.24293) 17581 : cluster 0 pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:54.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:54 smithi044 bash[32620]: cluster 2023-12-07T17:08:52.638781+0000 mgr.a (mgr.24293) 17581 : cluster 0 pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:54 smithi027 bash[31536]: cluster 2023-12-07T17:08:52.638781+0000 mgr.a (mgr.24293) 17581 : cluster 0 pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:55.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:08:55.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:08:55.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:08:55.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:08:55.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:08:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:56 smithi022 bash[28554]: cluster 2023-12-07T17:08:54.639330+0000 mgr.a (mgr.24293) 17582 : cluster 0 pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:56 smithi022 bash[28554]: audit 2023-12-07T17:08:54.859959+0000 mgr.a (mgr.24293) 17583 : audit 0 from='client.349089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:56.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:56 smithi044 bash[32620]: cluster 2023-12-07T17:08:54.639330+0000 mgr.a (mgr.24293) 17582 : cluster 0 pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:56.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:56 smithi044 bash[32620]: audit 2023-12-07T17:08:54.859959+0000 mgr.a (mgr.24293) 17583 : audit 0 from='client.349089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:56 smithi027 bash[31536]: cluster 2023-12-07T17:08:54.639330+0000 mgr.a (mgr.24293) 17582 : cluster 0 pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:08:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:56 smithi027 bash[31536]: audit 2023-12-07T17:08:54.859959+0000 mgr.a (mgr.24293) 17583 : audit 0 from='client.349089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:08:58 smithi022 bash[28554]: cluster 2023-12-07T17:08:56.640247+0000 mgr.a (mgr.24293) 17584 : cluster 0 pgmap v13147: 33 pgs: 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:08:58.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:08:58 smithi044 bash[32620]: cluster 2023-12-07T17:08:56.640247+0000 mgr.a (mgr.24293) 17584 : cluster 0 pgmap v13147: 33 pgs: 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:08:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:08:58 smithi027 bash[31536]: cluster 2023-12-07T17:08:56.640247+0000 mgr.a (mgr.24293) 17584 : cluster 0 pgmap v13147: 33 pgs: 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:09:00.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:00.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:00.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:00 smithi022 bash[28554]: cluster 2023-12-07T17:08:58.640816+0000 mgr.a (mgr.24293) 17585 : cluster 0 pgmap v13148: 33 pgs: 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:09:00.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:00 smithi044 bash[32620]: cluster 2023-12-07T17:08:58.640816+0000 mgr.a (mgr.24293) 17585 : cluster 0 pgmap v13148: 33 pgs: 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:09:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:00 smithi027 bash[31536]: cluster 2023-12-07T17:08:58.640816+0000 mgr.a (mgr.24293) 17585 : cluster 0 pgmap v13148: 33 pgs: 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:09:01.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:01.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:01.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:01.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:01.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:02 smithi022 bash[28554]: cluster 2023-12-07T17:09:00.641553+0000 mgr.a (mgr.24293) 17586 : cluster 0 pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:02 smithi022 bash[28554]: audit 2023-12-07T17:09:00.799751+0000 mgr.a (mgr.24293) 17587 : audit 0 from='client.349167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:02.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:02 smithi044 bash[32620]: cluster 2023-12-07T17:09:00.641553+0000 mgr.a (mgr.24293) 17586 : cluster 0 pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:02 smithi044 bash[32620]: audit 2023-12-07T17:09:00.799751+0000 mgr.a (mgr.24293) 17587 : audit 0 from='client.349167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:02 smithi027 bash[31536]: cluster 2023-12-07T17:09:00.641553+0000 mgr.a (mgr.24293) 17586 : cluster 0 pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:02 smithi027 bash[31536]: audit 2023-12-07T17:09:00.799751+0000 mgr.a (mgr.24293) 17587 : audit 0 from='client.349167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:04 smithi022 bash[28554]: cluster 2023-12-07T17:09:02.642227+0000 mgr.a (mgr.24293) 17588 : cluster 0 pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:04.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:04 smithi044 bash[32620]: cluster 2023-12-07T17:09:02.642227+0000 mgr.a (mgr.24293) 17588 : cluster 0 pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:04 smithi027 bash[31536]: cluster 2023-12-07T17:09:02.642227+0000 mgr.a (mgr.24293) 17588 : cluster 0 pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:06.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:06.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:06.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:06 smithi022 bash[28554]: cluster 2023-12-07T17:09:04.642835+0000 mgr.a (mgr.24293) 17589 : cluster 0 pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:06 smithi044 bash[32620]: cluster 2023-12-07T17:09:04.642835+0000 mgr.a (mgr.24293) 17589 : cluster 0 pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:06 smithi027 bash[31536]: cluster 2023-12-07T17:09:04.642835+0000 mgr.a (mgr.24293) 17589 : cluster 0 pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:07.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:07.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:07.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:07.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:07.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:08 smithi022 bash[28554]: cluster 2023-12-07T17:09:06.643515+0000 mgr.a (mgr.24293) 17590 : cluster 0 pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:08 smithi022 bash[28554]: audit 2023-12-07T17:09:06.753308+0000 mgr.a (mgr.24293) 17591 : audit 0 from='client.349245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:08 smithi044 bash[32620]: cluster 2023-12-07T17:09:06.643515+0000 mgr.a (mgr.24293) 17590 : cluster 0 pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:08 smithi044 bash[32620]: audit 2023-12-07T17:09:06.753308+0000 mgr.a (mgr.24293) 17591 : audit 0 from='client.349245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:08 smithi027 bash[31536]: cluster 2023-12-07T17:09:06.643515+0000 mgr.a (mgr.24293) 17590 : cluster 0 pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:08 smithi027 bash[31536]: audit 2023-12-07T17:09:06.753308+0000 mgr.a (mgr.24293) 17591 : audit 0 from='client.349245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:10 smithi022 bash[28554]: cluster 2023-12-07T17:09:08.644144+0000 mgr.a (mgr.24293) 17592 : cluster 0 pgmap v13153: 33 pgs: 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:09:10.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:10 smithi044 bash[32620]: cluster 2023-12-07T17:09:08.644144+0000 mgr.a (mgr.24293) 17592 : cluster 0 pgmap v13153: 33 pgs: 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:09:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:10 smithi027 bash[31536]: cluster 2023-12-07T17:09:08.644144+0000 mgr.a (mgr.24293) 17592 : cluster 0 pgmap v13153: 33 pgs: 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:09:12.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:12.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:12.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:12 smithi022 bash[28554]: cluster 2023-12-07T17:09:10.644973+0000 mgr.a (mgr.24293) 17593 : cluster 0 pgmap v13154: 33 pgs: 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:09:12.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:12 smithi044 bash[32620]: cluster 2023-12-07T17:09:10.644973+0000 mgr.a (mgr.24293) 17593 : cluster 0 pgmap v13154: 33 pgs: 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:09:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:12 smithi027 bash[31536]: cluster 2023-12-07T17:09:10.644973+0000 mgr.a (mgr.24293) 17593 : cluster 0 pgmap v13154: 33 pgs: 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:09:13.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:13.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:13.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:13.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:13.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:14 smithi022 bash[28554]: cluster 2023-12-07T17:09:12.645501+0000 mgr.a (mgr.24293) 17594 : cluster 0 pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:14 smithi022 bash[28554]: audit 2023-12-07T17:09:12.674711+0000 mgr.a (mgr.24293) 17595 : audit 0 from='client.349320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:14 smithi044 bash[32620]: cluster 2023-12-07T17:09:12.645501+0000 mgr.a (mgr.24293) 17594 : cluster 0 pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:14 smithi044 bash[32620]: audit 2023-12-07T17:09:12.674711+0000 mgr.a (mgr.24293) 17595 : audit 0 from='client.349320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:14 smithi027 bash[31536]: cluster 2023-12-07T17:09:12.645501+0000 mgr.a (mgr.24293) 17594 : cluster 0 pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:14 smithi027 bash[31536]: audit 2023-12-07T17:09:12.674711+0000 mgr.a (mgr.24293) 17595 : audit 0 from='client.349320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:16 smithi022 bash[28554]: cluster 2023-12-07T17:09:14.646150+0000 mgr.a (mgr.24293) 17596 : cluster 0 pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:16.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:16 smithi044 bash[32620]: cluster 2023-12-07T17:09:14.646150+0000 mgr.a (mgr.24293) 17596 : cluster 0 pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:16 smithi027 bash[31536]: cluster 2023-12-07T17:09:14.646150+0000 mgr.a (mgr.24293) 17596 : cluster 0 pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:18.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:18.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:18.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:18 smithi022 bash[28554]: cluster 2023-12-07T17:09:16.647056+0000 mgr.a (mgr.24293) 17597 : cluster 0 pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:18.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:18 smithi044 bash[32620]: cluster 2023-12-07T17:09:16.647056+0000 mgr.a (mgr.24293) 17597 : cluster 0 pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:18 smithi027 bash[31536]: cluster 2023-12-07T17:09:16.647056+0000 mgr.a (mgr.24293) 17597 : cluster 0 pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:19.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:19.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:19.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:19.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:19.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:20 smithi022 bash[28554]: audit 2023-12-07T17:09:18.606988+0000 mgr.a (mgr.24293) 17598 : audit 0 from='client.349398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:20 smithi022 bash[28554]: cluster 2023-12-07T17:09:18.647869+0000 mgr.a (mgr.24293) 17599 : cluster 0 pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:20 smithi044 bash[32620]: audit 2023-12-07T17:09:18.606988+0000 mgr.a (mgr.24293) 17598 : audit 0 from='client.349398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:20 smithi044 bash[32620]: cluster 2023-12-07T17:09:18.647869+0000 mgr.a (mgr.24293) 17599 : cluster 0 pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:20 smithi027 bash[31536]: audit 2023-12-07T17:09:18.606988+0000 mgr.a (mgr.24293) 17598 : audit 0 from='client.349398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:20 smithi027 bash[31536]: cluster 2023-12-07T17:09:18.647869+0000 mgr.a (mgr.24293) 17599 : cluster 0 pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:22 smithi022 bash[28554]: cluster 2023-12-07T17:09:20.648745+0000 mgr.a (mgr.24293) 17600 : cluster 0 pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:22 smithi044 bash[32620]: cluster 2023-12-07T17:09:20.648745+0000 mgr.a (mgr.24293) 17600 : cluster 0 pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:22 smithi027 bash[31536]: cluster 2023-12-07T17:09:20.648745+0000 mgr.a (mgr.24293) 17600 : cluster 0 pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:24.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:24.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:24.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:24 smithi022 bash[28554]: cluster 2023-12-07T17:09:22.649339+0000 mgr.a (mgr.24293) 17601 : cluster 0 pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:24.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:24 smithi044 bash[32620]: cluster 2023-12-07T17:09:22.649339+0000 mgr.a (mgr.24293) 17601 : cluster 0 pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:24 smithi027 bash[31536]: cluster 2023-12-07T17:09:22.649339+0000 mgr.a (mgr.24293) 17601 : cluster 0 pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:25.092 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:25 smithi022 bash[28554]: audit 2023-12-07T17:09:24.570533+0000 mgr.a (mgr.24293) 17602 : audit 0 from='client.349473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:25.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:25 smithi044 bash[32620]: audit 2023-12-07T17:09:24.570533+0000 mgr.a (mgr.24293) 17602 : audit 0 from='client.349473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:25 smithi027 bash[31536]: audit 2023-12-07T17:09:24.570533+0000 mgr.a (mgr.24293) 17602 : audit 0 from='client.349473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:26 smithi022 bash[28554]: cluster 2023-12-07T17:09:24.649854+0000 mgr.a (mgr.24293) 17603 : cluster 0 pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:26 smithi044 bash[32620]: cluster 2023-12-07T17:09:24.649854+0000 mgr.a (mgr.24293) 17603 : cluster 0 pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:26 smithi027 bash[31536]: cluster 2023-12-07T17:09:24.649854+0000 mgr.a (mgr.24293) 17603 : cluster 0 pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:28 smithi022 bash[28554]: cluster 2023-12-07T17:09:26.650769+0000 mgr.a (mgr.24293) 17604 : cluster 0 pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:28 smithi044 bash[32620]: cluster 2023-12-07T17:09:26.650769+0000 mgr.a (mgr.24293) 17604 : cluster 0 pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:28 smithi027 bash[31536]: cluster 2023-12-07T17:09:26.650769+0000 mgr.a (mgr.24293) 17604 : cluster 0 pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:30.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:30.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:30.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:30 smithi022 bash[28554]: cluster 2023-12-07T17:09:28.651336+0000 mgr.a (mgr.24293) 17605 : cluster 0 pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:30 smithi044 bash[32620]: cluster 2023-12-07T17:09:28.651336+0000 mgr.a (mgr.24293) 17605 : cluster 0 pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:30 smithi027 bash[31536]: cluster 2023-12-07T17:09:28.651336+0000 mgr.a (mgr.24293) 17605 : cluster 0 pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:31.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:31.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:31.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:31.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:31.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:31 smithi022 bash[28554]: audit 2023-12-07T17:09:30.506156+0000 mgr.a (mgr.24293) 17606 : audit 0 from='client.349545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:31 smithi044 bash[32620]: audit 2023-12-07T17:09:30.506156+0000 mgr.a (mgr.24293) 17606 : audit 0 from='client.349545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:31 smithi027 bash[31536]: audit 2023-12-07T17:09:30.506156+0000 mgr.a (mgr.24293) 17606 : audit 0 from='client.349545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:32 smithi022 bash[28554]: cluster 2023-12-07T17:09:30.653351+0000 mgr.a (mgr.24293) 17607 : cluster 0 pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:32 smithi044 bash[32620]: cluster 2023-12-07T17:09:30.653351+0000 mgr.a (mgr.24293) 17607 : cluster 0 pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:32 smithi027 bash[31536]: cluster 2023-12-07T17:09:30.653351+0000 mgr.a (mgr.24293) 17607 : cluster 0 pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:34 smithi022 bash[28554]: cluster 2023-12-07T17:09:32.654327+0000 mgr.a (mgr.24293) 17608 : cluster 0 pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:34 smithi044 bash[32620]: cluster 2023-12-07T17:09:32.654327+0000 mgr.a (mgr.24293) 17608 : cluster 0 pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:34 smithi027 bash[31536]: cluster 2023-12-07T17:09:32.654327+0000 mgr.a (mgr.24293) 17608 : cluster 0 pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:36.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:36.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:36.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:36 smithi022 bash[28554]: cluster 2023-12-07T17:09:34.654922+0000 mgr.a (mgr.24293) 17609 : cluster 0 pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:36 smithi044 bash[32620]: cluster 2023-12-07T17:09:34.654922+0000 mgr.a (mgr.24293) 17609 : cluster 0 pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:36 smithi027 bash[31536]: cluster 2023-12-07T17:09:34.654922+0000 mgr.a (mgr.24293) 17609 : cluster 0 pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:37.003 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:37 smithi022 bash[28554]: audit 2023-12-07T17:09:36.454509+0000 mgr.a (mgr.24293) 17610 : audit 0 from='client.349620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:37 smithi044 bash[32620]: audit 2023-12-07T17:09:36.454509+0000 mgr.a (mgr.24293) 17610 : audit 0 from='client.349620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:37 smithi027 bash[31536]: audit 2023-12-07T17:09:36.454509+0000 mgr.a (mgr.24293) 17610 : audit 0 from='client.349620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:38 smithi022 bash[28554]: cluster 2023-12-07T17:09:36.656405+0000 mgr.a (mgr.24293) 17611 : cluster 0 pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:38 smithi044 bash[32620]: cluster 2023-12-07T17:09:36.656405+0000 mgr.a (mgr.24293) 17611 : cluster 0 pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:38 smithi027 bash[31536]: cluster 2023-12-07T17:09:36.656405+0000 mgr.a (mgr.24293) 17611 : cluster 0 pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:40 smithi022 bash[28554]: cluster 2023-12-07T17:09:38.657153+0000 mgr.a (mgr.24293) 17612 : cluster 0 pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:40 smithi044 bash[32620]: cluster 2023-12-07T17:09:38.657153+0000 mgr.a (mgr.24293) 17612 : cluster 0 pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:40 smithi027 bash[31536]: cluster 2023-12-07T17:09:38.657153+0000 mgr.a (mgr.24293) 17612 : cluster 0 pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:09:42.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:42 smithi022 bash[28554]: cluster 2023-12-07T17:09:40.657941+0000 mgr.a (mgr.24293) 17613 : cluster 0 pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:42 smithi044 bash[32620]: cluster 2023-12-07T17:09:40.657941+0000 mgr.a (mgr.24293) 17613 : cluster 0 pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:42 smithi027 bash[31536]: cluster 2023-12-07T17:09:40.657941+0000 mgr.a (mgr.24293) 17613 : cluster 0 pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:42.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:42.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:42.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:42.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:42.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:43 smithi022 bash[28554]: audit 2023-12-07T17:09:42.424330+0000 mgr.a (mgr.24293) 17614 : audit 0 from='client.349695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:43 smithi044 bash[32620]: audit 2023-12-07T17:09:42.424330+0000 mgr.a (mgr.24293) 17614 : audit 0 from='client.349695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:43 smithi027 bash[31536]: audit 2023-12-07T17:09:42.424330+0000 mgr.a (mgr.24293) 17614 : audit 0 from='client.349695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:44 smithi022 bash[28554]: cluster 2023-12-07T17:09:42.658386+0000 mgr.a (mgr.24293) 17615 : cluster 0 pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:44 smithi022 bash[28554]: audit 2023-12-07T17:09:44.135011+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:09:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:44 smithi044 bash[32620]: cluster 2023-12-07T17:09:42.658386+0000 mgr.a (mgr.24293) 17615 : cluster 0 pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:44 smithi044 bash[32620]: audit 2023-12-07T17:09:44.135011+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:09:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:44 smithi027 bash[31536]: cluster 2023-12-07T17:09:42.658386+0000 mgr.a (mgr.24293) 17615 : cluster 0 pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:44 smithi027 bash[31536]: audit 2023-12-07T17:09:44.135011+0000 mon.a (mon.0) 2878 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:09:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:45 smithi022 bash[28554]: audit 2023-12-07T17:09:44.925933+0000 mon.a (mon.0) 2879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:45 smithi022 bash[28554]: audit 2023-12-07T17:09:44.927284+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:09:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:45 smithi022 bash[28554]: audit 2023-12-07T17:09:44.936792+0000 mon.a (mon.0) 2881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:09:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:45 smithi044 bash[32620]: audit 2023-12-07T17:09:44.925933+0000 mon.a (mon.0) 2879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:45 smithi044 bash[32620]: audit 2023-12-07T17:09:44.927284+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:09:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:45 smithi044 bash[32620]: audit 2023-12-07T17:09:44.936792+0000 mon.a (mon.0) 2881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:09:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:45 smithi027 bash[31536]: audit 2023-12-07T17:09:44.925933+0000 mon.a (mon.0) 2879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:45 smithi027 bash[31536]: audit 2023-12-07T17:09:44.927284+0000 mon.a (mon.0) 2880 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:09:45.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:45 smithi027 bash[31536]: audit 2023-12-07T17:09:44.936792+0000 mon.a (mon.0) 2881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:09:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:46 smithi022 bash[28554]: cluster 2023-12-07T17:09:44.658960+0000 mgr.a (mgr.24293) 17616 : cluster 0 pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:46 smithi044 bash[32620]: cluster 2023-12-07T17:09:44.658960+0000 mgr.a (mgr.24293) 17616 : cluster 0 pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:46 smithi027 bash[31536]: cluster 2023-12-07T17:09:44.658960+0000 mgr.a (mgr.24293) 17616 : cluster 0 pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:47.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:47.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:47.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:48 smithi022 bash[28554]: cluster 2023-12-07T17:09:46.659981+0000 mgr.a (mgr.24293) 17617 : cluster 0 pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:48 smithi044 bash[32620]: cluster 2023-12-07T17:09:46.659981+0000 mgr.a (mgr.24293) 17617 : cluster 0 pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:48 smithi027 bash[31536]: cluster 2023-12-07T17:09:46.659981+0000 mgr.a (mgr.24293) 17617 : cluster 0 pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:48.858 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:48.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:48.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:48.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:48.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:49 smithi022 bash[28554]: audit 2023-12-07T17:09:48.357216+0000 mgr.a (mgr.24293) 17618 : audit 0 from='client.349773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:49 smithi044 bash[32620]: audit 2023-12-07T17:09:48.357216+0000 mgr.a (mgr.24293) 17618 : audit 0 from='client.349773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:49 smithi027 bash[31536]: audit 2023-12-07T17:09:48.357216+0000 mgr.a (mgr.24293) 17618 : audit 0 from='client.349773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:50 smithi022 bash[28554]: cluster 2023-12-07T17:09:48.660732+0000 mgr.a (mgr.24293) 17619 : cluster 0 pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:50 smithi044 bash[32620]: cluster 2023-12-07T17:09:48.660732+0000 mgr.a (mgr.24293) 17619 : cluster 0 pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:50 smithi027 bash[31536]: cluster 2023-12-07T17:09:48.660732+0000 mgr.a (mgr.24293) 17619 : cluster 0 pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:52 smithi022 bash[28554]: cluster 2023-12-07T17:09:50.661663+0000 mgr.a (mgr.24293) 17620 : cluster 0 pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:52 smithi044 bash[32620]: cluster 2023-12-07T17:09:50.661663+0000 mgr.a (mgr.24293) 17620 : cluster 0 pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:52 smithi027 bash[31536]: cluster 2023-12-07T17:09:50.661663+0000 mgr.a (mgr.24293) 17620 : cluster 0 pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:53.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:53.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:53.861 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:09:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:54 smithi022 bash[28554]: cluster 2023-12-07T17:09:52.662226+0000 mgr.a (mgr.24293) 17621 : cluster 0 pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:54 smithi044 bash[32620]: cluster 2023-12-07T17:09:52.662226+0000 mgr.a (mgr.24293) 17621 : cluster 0 pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:54 smithi027 bash[31536]: cluster 2023-12-07T17:09:52.662226+0000 mgr.a (mgr.24293) 17621 : cluster 0 pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:54.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:09:54.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:09:54.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:09:54.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:09:54.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:09:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:55 smithi022 bash[28554]: audit 2023-12-07T17:09:54.269580+0000 mgr.a (mgr.24293) 17622 : audit 0 from='client.349851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:55 smithi044 bash[32620]: audit 2023-12-07T17:09:54.269580+0000 mgr.a (mgr.24293) 17622 : audit 0 from='client.349851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:55 smithi027 bash[31536]: audit 2023-12-07T17:09:54.269580+0000 mgr.a (mgr.24293) 17622 : audit 0 from='client.349851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:56 smithi022 bash[28554]: cluster 2023-12-07T17:09:54.663080+0000 mgr.a (mgr.24293) 17623 : cluster 0 pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:56 smithi044 bash[32620]: cluster 2023-12-07T17:09:54.663080+0000 mgr.a (mgr.24293) 17623 : cluster 0 pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:56 smithi027 bash[31536]: cluster 2023-12-07T17:09:54.663080+0000 mgr.a (mgr.24293) 17623 : cluster 0 pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:09:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:09:58 smithi022 bash[28554]: cluster 2023-12-07T17:09:56.664105+0000 mgr.a (mgr.24293) 17624 : cluster 0 pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:09:58 smithi044 bash[32620]: cluster 2023-12-07T17:09:56.664105+0000 mgr.a (mgr.24293) 17624 : cluster 0 pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:09:58 smithi027 bash[31536]: cluster 2023-12-07T17:09:56.664105+0000 mgr.a (mgr.24293) 17624 : cluster 0 pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:09:59.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:09:59.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:09:59.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:00 smithi022 bash[28554]: cluster 2023-12-07T17:09:58.664698+0000 mgr.a (mgr.24293) 17625 : cluster 0 pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:00 smithi022 bash[28554]: cluster 2023-12-07T17:10:00.000157+0000 mon.a (mon.0) 2882 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:00 smithi044 bash[32620]: cluster 2023-12-07T17:09:58.664698+0000 mgr.a (mgr.24293) 17625 : cluster 0 pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:00 smithi044 bash[32620]: cluster 2023-12-07T17:10:00.000157+0000 mon.a (mon.0) 2882 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:00 smithi027 bash[31536]: cluster 2023-12-07T17:09:58.664698+0000 mgr.a (mgr.24293) 17625 : cluster 0 pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:00 smithi027 bash[31536]: cluster 2023-12-07T17:10:00.000157+0000 mon.a (mon.0) 2882 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:00.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:01 smithi022 bash[28554]: audit 2023-12-07T17:10:00.213282+0000 mgr.a (mgr.24293) 17626 : audit 0 from='client.349926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:01 smithi044 bash[32620]: audit 2023-12-07T17:10:00.213282+0000 mgr.a (mgr.24293) 17626 : audit 0 from='client.349926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:01 smithi027 bash[31536]: audit 2023-12-07T17:10:00.213282+0000 mgr.a (mgr.24293) 17626 : audit 0 from='client.349926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:02 smithi022 bash[28554]: cluster 2023-12-07T17:10:00.665877+0000 mgr.a (mgr.24293) 17627 : cluster 0 pgmap v13179: 33 pgs: 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:10:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:02 smithi044 bash[32620]: cluster 2023-12-07T17:10:00.665877+0000 mgr.a (mgr.24293) 17627 : cluster 0 pgmap v13179: 33 pgs: 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:10:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:02 smithi027 bash[31536]: cluster 2023-12-07T17:10:00.665877+0000 mgr.a (mgr.24293) 17627 : cluster 0 pgmap v13179: 33 pgs: 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:10:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:04 smithi022 bash[28554]: cluster 2023-12-07T17:10:02.666467+0000 mgr.a (mgr.24293) 17628 : cluster 0 pgmap v13180: 33 pgs: 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:10:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:04 smithi044 bash[32620]: cluster 2023-12-07T17:10:02.666467+0000 mgr.a (mgr.24293) 17628 : cluster 0 pgmap v13180: 33 pgs: 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:10:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:04 smithi027 bash[31536]: cluster 2023-12-07T17:10:02.666467+0000 mgr.a (mgr.24293) 17628 : cluster 0 pgmap v13180: 33 pgs: 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:10:05.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:05.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:05.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:06 smithi022 bash[28554]: cluster 2023-12-07T17:10:04.667036+0000 mgr.a (mgr.24293) 17629 : cluster 0 pgmap v13181: 33 pgs: 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:10:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:06 smithi044 bash[32620]: cluster 2023-12-07T17:10:04.667036+0000 mgr.a (mgr.24293) 17629 : cluster 0 pgmap v13181: 33 pgs: 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:10:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:06 smithi027 bash[31536]: cluster 2023-12-07T17:10:04.667036+0000 mgr.a (mgr.24293) 17629 : cluster 0 pgmap v13181: 33 pgs: 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:10:06.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:06.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:06.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:06.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:06.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:07 smithi027 bash[31536]: audit 2023-12-07T17:10:06.174724+0000 mgr.a (mgr.24293) 17630 : audit 0 from='client.350001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:07 smithi022 bash[28554]: audit 2023-12-07T17:10:06.174724+0000 mgr.a (mgr.24293) 17630 : audit 0 from='client.350001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:07 smithi044 bash[32620]: audit 2023-12-07T17:10:06.174724+0000 mgr.a (mgr.24293) 17630 : audit 0 from='client.350001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:08 smithi027 bash[31536]: cluster 2023-12-07T17:10:06.668171+0000 mgr.a (mgr.24293) 17631 : cluster 0 pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:08 smithi022 bash[28554]: cluster 2023-12-07T17:10:06.668171+0000 mgr.a (mgr.24293) 17631 : cluster 0 pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:08 smithi044 bash[32620]: cluster 2023-12-07T17:10:06.668171+0000 mgr.a (mgr.24293) 17631 : cluster 0 pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:10 smithi027 bash[31536]: cluster 2023-12-07T17:10:08.668879+0000 mgr.a (mgr.24293) 17632 : cluster 0 pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:10:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:10 smithi022 bash[28554]: cluster 2023-12-07T17:10:08.668879+0000 mgr.a (mgr.24293) 17632 : cluster 0 pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:10:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:10 smithi044 bash[32620]: cluster 2023-12-07T17:10:08.668879+0000 mgr.a (mgr.24293) 17632 : cluster 0 pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:10:11.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:11.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:11.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:12.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:12.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:12.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:12.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:12.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:12 smithi027 bash[31536]: cluster 2023-12-07T17:10:10.669763+0000 mgr.a (mgr.24293) 17633 : cluster 0 pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:12 smithi022 bash[28554]: cluster 2023-12-07T17:10:10.669763+0000 mgr.a (mgr.24293) 17633 : cluster 0 pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:12 smithi044 bash[32620]: cluster 2023-12-07T17:10:10.669763+0000 mgr.a (mgr.24293) 17633 : cluster 0 pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:13.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:13 smithi027 bash[31536]: audit 2023-12-07T17:10:12.136161+0000 mgr.a (mgr.24293) 17634 : audit 0 from='client.285310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:13 smithi022 bash[28554]: audit 2023-12-07T17:10:12.136161+0000 mgr.a (mgr.24293) 17634 : audit 0 from='client.285310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:13 smithi044 bash[32620]: audit 2023-12-07T17:10:12.136161+0000 mgr.a (mgr.24293) 17634 : audit 0 from='client.285310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:14 smithi022 bash[28554]: cluster 2023-12-07T17:10:12.670493+0000 mgr.a (mgr.24293) 17635 : cluster 0 pgmap v13185: 33 pgs: 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:10:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:14 smithi044 bash[32620]: cluster 2023-12-07T17:10:12.670493+0000 mgr.a (mgr.24293) 17635 : cluster 0 pgmap v13185: 33 pgs: 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:10:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:14 smithi027 bash[31536]: cluster 2023-12-07T17:10:12.670493+0000 mgr.a (mgr.24293) 17635 : cluster 0 pgmap v13185: 33 pgs: 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:10:16.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:16 smithi022 bash[28554]: cluster 2023-12-07T17:10:14.671050+0000 mgr.a (mgr.24293) 17636 : cluster 0 pgmap v13186: 33 pgs: 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:10:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:16 smithi044 bash[32620]: cluster 2023-12-07T17:10:14.671050+0000 mgr.a (mgr.24293) 17636 : cluster 0 pgmap v13186: 33 pgs: 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:10:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:16 smithi027 bash[31536]: cluster 2023-12-07T17:10:14.671050+0000 mgr.a (mgr.24293) 17636 : cluster 0 pgmap v13186: 33 pgs: 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:10:17.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:17.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:17.658 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:18.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:18.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:18.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:18.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:18.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:18.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:18 smithi022 bash[28554]: cluster 2023-12-07T17:10:16.671910+0000 mgr.a (mgr.24293) 17637 : cluster 0 pgmap v13187: 33 pgs: 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:10:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:18 smithi044 bash[32620]: cluster 2023-12-07T17:10:16.671910+0000 mgr.a (mgr.24293) 17637 : cluster 0 pgmap v13187: 33 pgs: 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:10:18.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:18 smithi027 bash[31536]: cluster 2023-12-07T17:10:16.671910+0000 mgr.a (mgr.24293) 17637 : cluster 0 pgmap v13187: 33 pgs: 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:10:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:19 smithi022 bash[28554]: audit 2023-12-07T17:10:18.074025+0000 mgr.a (mgr.24293) 17638 : audit 0 from='client.350154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:19 smithi044 bash[32620]: audit 2023-12-07T17:10:18.074025+0000 mgr.a (mgr.24293) 17638 : audit 0 from='client.350154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:19.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:19 smithi027 bash[31536]: audit 2023-12-07T17:10:18.074025+0000 mgr.a (mgr.24293) 17638 : audit 0 from='client.350154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:20 smithi022 bash[28554]: cluster 2023-12-07T17:10:18.672571+0000 mgr.a (mgr.24293) 17639 : cluster 0 pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:20 smithi044 bash[32620]: cluster 2023-12-07T17:10:18.672571+0000 mgr.a (mgr.24293) 17639 : cluster 0 pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:20.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:20 smithi027 bash[31536]: cluster 2023-12-07T17:10:18.672571+0000 mgr.a (mgr.24293) 17639 : cluster 0 pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:22.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:22 smithi022 bash[28554]: cluster 2023-12-07T17:10:20.673396+0000 mgr.a (mgr.24293) 17640 : cluster 0 pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:22 smithi044 bash[32620]: cluster 2023-12-07T17:10:20.673396+0000 mgr.a (mgr.24293) 17640 : cluster 0 pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:22.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:22 smithi027 bash[31536]: cluster 2023-12-07T17:10:20.673396+0000 mgr.a (mgr.24293) 17640 : cluster 0 pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:23.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:23.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:23.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:24.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:24.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:24.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:24.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:24.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:24 smithi022 bash[28554]: cluster 2023-12-07T17:10:22.673984+0000 mgr.a (mgr.24293) 17641 : cluster 0 pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:24 smithi044 bash[32620]: cluster 2023-12-07T17:10:22.673984+0000 mgr.a (mgr.24293) 17641 : cluster 0 pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:24 smithi027 bash[31536]: cluster 2023-12-07T17:10:22.673984+0000 mgr.a (mgr.24293) 17641 : cluster 0 pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:25 smithi022 bash[28554]: audit 2023-12-07T17:10:24.003062+0000 mgr.a (mgr.24293) 17642 : audit 0 from='client.350226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:25 smithi044 bash[32620]: audit 2023-12-07T17:10:24.003062+0000 mgr.a (mgr.24293) 17642 : audit 0 from='client.350226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:25 smithi027 bash[31536]: audit 2023-12-07T17:10:24.003062+0000 mgr.a (mgr.24293) 17642 : audit 0 from='client.350226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:26 smithi022 bash[28554]: cluster 2023-12-07T17:10:24.674699+0000 mgr.a (mgr.24293) 17643 : cluster 0 pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:26 smithi044 bash[32620]: cluster 2023-12-07T17:10:24.674699+0000 mgr.a (mgr.24293) 17643 : cluster 0 pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:26 smithi027 bash[31536]: cluster 2023-12-07T17:10:24.674699+0000 mgr.a (mgr.24293) 17643 : cluster 0 pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:28 smithi022 bash[28554]: cluster 2023-12-07T17:10:26.675528+0000 mgr.a (mgr.24293) 17644 : cluster 0 pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:28 smithi044 bash[32620]: cluster 2023-12-07T17:10:26.675528+0000 mgr.a (mgr.24293) 17644 : cluster 0 pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:28.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:28 smithi027 bash[31536]: cluster 2023-12-07T17:10:26.675528+0000 mgr.a (mgr.24293) 17644 : cluster 0 pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:29.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:29.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:29.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:30.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:30.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:30.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:30.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:30.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:30 smithi022 bash[28554]: cluster 2023-12-07T17:10:28.676156+0000 mgr.a (mgr.24293) 17645 : cluster 0 pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:30 smithi044 bash[32620]: cluster 2023-12-07T17:10:28.676156+0000 mgr.a (mgr.24293) 17645 : cluster 0 pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:30.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:30 smithi027 bash[31536]: cluster 2023-12-07T17:10:28.676156+0000 mgr.a (mgr.24293) 17645 : cluster 0 pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:31.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:31 smithi022 bash[28554]: audit 2023-12-07T17:10:29.929949+0000 mgr.a (mgr.24293) 17646 : audit 0 from='client.350301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:31 smithi044 bash[32620]: audit 2023-12-07T17:10:29.929949+0000 mgr.a (mgr.24293) 17646 : audit 0 from='client.350301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:31 smithi027 bash[31536]: audit 2023-12-07T17:10:29.929949+0000 mgr.a (mgr.24293) 17646 : audit 0 from='client.350301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:32 smithi022 bash[28554]: cluster 2023-12-07T17:10:30.677075+0000 mgr.a (mgr.24293) 17647 : cluster 0 pgmap v13194: 33 pgs: 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:10:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:32 smithi044 bash[32620]: cluster 2023-12-07T17:10:30.677075+0000 mgr.a (mgr.24293) 17647 : cluster 0 pgmap v13194: 33 pgs: 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:10:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:32 smithi027 bash[31536]: cluster 2023-12-07T17:10:30.677075+0000 mgr.a (mgr.24293) 17647 : cluster 0 pgmap v13194: 33 pgs: 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:10:34.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:34 smithi022 bash[28554]: cluster 2023-12-07T17:10:32.677691+0000 mgr.a (mgr.24293) 17648 : cluster 0 pgmap v13195: 33 pgs: 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:10:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:34 smithi044 bash[32620]: cluster 2023-12-07T17:10:32.677691+0000 mgr.a (mgr.24293) 17648 : cluster 0 pgmap v13195: 33 pgs: 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:10:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:34 smithi027 bash[31536]: cluster 2023-12-07T17:10:32.677691+0000 mgr.a (mgr.24293) 17648 : cluster 0 pgmap v13195: 33 pgs: 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:10:35.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:35.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:35.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:36.420 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:36.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:36.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:36.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:36.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:36.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:36 smithi022 bash[28554]: cluster 2023-12-07T17:10:34.678266+0000 mgr.a (mgr.24293) 17649 : cluster 0 pgmap v13196: 33 pgs: 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:10:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:36 smithi044 bash[32620]: cluster 2023-12-07T17:10:34.678266+0000 mgr.a (mgr.24293) 17649 : cluster 0 pgmap v13196: 33 pgs: 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:10:36.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:36 smithi027 bash[31536]: cluster 2023-12-07T17:10:34.678266+0000 mgr.a (mgr.24293) 17649 : cluster 0 pgmap v13196: 33 pgs: 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:10:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:37 smithi022 bash[28554]: audit 2023-12-07T17:10:35.898872+0000 mgr.a (mgr.24293) 17650 : audit 0 from='client.350376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:37 smithi044 bash[32620]: audit 2023-12-07T17:10:35.898872+0000 mgr.a (mgr.24293) 17650 : audit 0 from='client.350376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:37.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:37 smithi027 bash[31536]: audit 2023-12-07T17:10:35.898872+0000 mgr.a (mgr.24293) 17650 : audit 0 from='client.350376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:38.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:38 smithi022 bash[28554]: cluster 2023-12-07T17:10:36.679363+0000 mgr.a (mgr.24293) 17651 : cluster 0 pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:38 smithi044 bash[32620]: cluster 2023-12-07T17:10:36.679363+0000 mgr.a (mgr.24293) 17651 : cluster 0 pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:38.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:38 smithi027 bash[31536]: cluster 2023-12-07T17:10:36.679363+0000 mgr.a (mgr.24293) 17651 : cluster 0 pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:40 smithi022 bash[28554]: cluster 2023-12-07T17:10:38.679959+0000 mgr.a (mgr.24293) 17652 : cluster 0 pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:10:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:40 smithi044 bash[32620]: cluster 2023-12-07T17:10:38.679959+0000 mgr.a (mgr.24293) 17652 : cluster 0 pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:10:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:40 smithi027 bash[31536]: cluster 2023-12-07T17:10:38.679959+0000 mgr.a (mgr.24293) 17652 : cluster 0 pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:10:41.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:41.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:41.423 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:42.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:42.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:42.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:42.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:42.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:42 smithi022 bash[28554]: cluster 2023-12-07T17:10:40.680863+0000 mgr.a (mgr.24293) 17653 : cluster 0 pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:42 smithi044 bash[32620]: cluster 2023-12-07T17:10:40.680863+0000 mgr.a (mgr.24293) 17653 : cluster 0 pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:42 smithi027 bash[31536]: cluster 2023-12-07T17:10:40.680863+0000 mgr.a (mgr.24293) 17653 : cluster 0 pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:43.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:43 smithi022 bash[28554]: audit 2023-12-07T17:10:41.838307+0000 mgr.a (mgr.24293) 17654 : audit 0 from='client.350454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:43 smithi044 bash[32620]: audit 2023-12-07T17:10:41.838307+0000 mgr.a (mgr.24293) 17654 : audit 0 from='client.350454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:43.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:43 smithi027 bash[31536]: audit 2023-12-07T17:10:41.838307+0000 mgr.a (mgr.24293) 17654 : audit 0 from='client.350454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:44.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:44 smithi022 bash[28554]: cluster 2023-12-07T17:10:42.681631+0000 mgr.a (mgr.24293) 17655 : cluster 0 pgmap v13200: 33 pgs: 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:10:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:44 smithi044 bash[32620]: cluster 2023-12-07T17:10:42.681631+0000 mgr.a (mgr.24293) 17655 : cluster 0 pgmap v13200: 33 pgs: 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:10:44.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:44 smithi027 bash[31536]: cluster 2023-12-07T17:10:42.681631+0000 mgr.a (mgr.24293) 17655 : cluster 0 pgmap v13200: 33 pgs: 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:10:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:45 smithi022 bash[28554]: audit 2023-12-07T17:10:45.039301+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:45 smithi044 bash[32620]: audit 2023-12-07T17:10:45.039301+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:45 smithi027 bash[31536]: audit 2023-12-07T17:10:45.039301+0000 mon.a (mon.0) 2883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:46 smithi022 bash[28554]: cluster 2023-12-07T17:10:44.682202+0000 mgr.a (mgr.24293) 17656 : cluster 0 pgmap v13201: 33 pgs: 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:10:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:46 smithi022 bash[28554]: audit 2023-12-07T17:10:45.820453+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:46 smithi022 bash[28554]: audit 2023-12-07T17:10:45.822411+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:46 smithi022 bash[28554]: audit 2023-12-07T17:10:45.832280+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:10:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:46 smithi044 bash[32620]: cluster 2023-12-07T17:10:44.682202+0000 mgr.a (mgr.24293) 17656 : cluster 0 pgmap v13201: 33 pgs: 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:10:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:46 smithi044 bash[32620]: audit 2023-12-07T17:10:45.820453+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:46 smithi044 bash[32620]: audit 2023-12-07T17:10:45.822411+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:46 smithi044 bash[32620]: audit 2023-12-07T17:10:45.832280+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:10:46.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:46 smithi027 bash[31536]: cluster 2023-12-07T17:10:44.682202+0000 mgr.a (mgr.24293) 17656 : cluster 0 pgmap v13201: 33 pgs: 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:10:46.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:46 smithi027 bash[31536]: audit 2023-12-07T17:10:45.820453+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:46.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:46 smithi027 bash[31536]: audit 2023-12-07T17:10:45.822411+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:46.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:46 smithi027 bash[31536]: audit 2023-12-07T17:10:45.832280+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:10:47.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:47.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:47.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:48.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:48.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:48.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:48.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:48.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:48.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:48 smithi022 bash[28554]: cluster 2023-12-07T17:10:46.683159+0000 mgr.a (mgr.24293) 17657 : cluster 0 pgmap v13202: 33 pgs: 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:10:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:48 smithi044 bash[32620]: cluster 2023-12-07T17:10:46.683159+0000 mgr.a (mgr.24293) 17657 : cluster 0 pgmap v13202: 33 pgs: 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:10:48.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:48 smithi027 bash[31536]: cluster 2023-12-07T17:10:46.683159+0000 mgr.a (mgr.24293) 17657 : cluster 0 pgmap v13202: 33 pgs: 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:10:49.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:49 smithi022 bash[28554]: audit 2023-12-07T17:10:47.797892+0000 mgr.a (mgr.24293) 17658 : audit 0 from='client.350532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:49 smithi044 bash[32620]: audit 2023-12-07T17:10:47.797892+0000 mgr.a (mgr.24293) 17658 : audit 0 from='client.350532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:49.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:49 smithi027 bash[31536]: audit 2023-12-07T17:10:47.797892+0000 mgr.a (mgr.24293) 17658 : audit 0 from='client.350532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:50.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:50 smithi022 bash[28554]: cluster 2023-12-07T17:10:48.683932+0000 mgr.a (mgr.24293) 17659 : cluster 0 pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:50 smithi044 bash[32620]: cluster 2023-12-07T17:10:48.683932+0000 mgr.a (mgr.24293) 17659 : cluster 0 pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:50 smithi027 bash[31536]: cluster 2023-12-07T17:10:48.683932+0000 mgr.a (mgr.24293) 17659 : cluster 0 pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:52.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:52 smithi022 bash[28554]: cluster 2023-12-07T17:10:50.684829+0000 mgr.a (mgr.24293) 17660 : cluster 0 pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:52 smithi044 bash[32620]: cluster 2023-12-07T17:10:50.684829+0000 mgr.a (mgr.24293) 17660 : cluster 0 pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:52.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:52 smithi027 bash[31536]: cluster 2023-12-07T17:10:50.684829+0000 mgr.a (mgr.24293) 17660 : cluster 0 pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:53.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:53.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:53.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:10:54.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:10:54.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:10:54.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:10:54.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:10:54.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:10:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:54 smithi022 bash[28554]: cluster 2023-12-07T17:10:52.685407+0000 mgr.a (mgr.24293) 17661 : cluster 0 pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:54 smithi044 bash[32620]: cluster 2023-12-07T17:10:52.685407+0000 mgr.a (mgr.24293) 17661 : cluster 0 pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:54.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:54 smithi027 bash[31536]: cluster 2023-12-07T17:10:52.685407+0000 mgr.a (mgr.24293) 17661 : cluster 0 pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:55.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:55 smithi022 bash[28554]: audit 2023-12-07T17:10:53.730020+0000 mgr.a (mgr.24293) 17662 : audit 0 from='client.350604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:55 smithi044 bash[32620]: audit 2023-12-07T17:10:53.730020+0000 mgr.a (mgr.24293) 17662 : audit 0 from='client.350604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:55.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:55 smithi027 bash[31536]: audit 2023-12-07T17:10:53.730020+0000 mgr.a (mgr.24293) 17662 : audit 0 from='client.350604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:56.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:56 smithi022 bash[28554]: cluster 2023-12-07T17:10:54.686150+0000 mgr.a (mgr.24293) 17663 : cluster 0 pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:56 smithi044 bash[32620]: cluster 2023-12-07T17:10:54.686150+0000 mgr.a (mgr.24293) 17663 : cluster 0 pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:56.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:56 smithi027 bash[31536]: cluster 2023-12-07T17:10:54.686150+0000 mgr.a (mgr.24293) 17663 : cluster 0 pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:10:58.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:10:58 smithi022 bash[28554]: cluster 2023-12-07T17:10:56.686993+0000 mgr.a (mgr.24293) 17664 : cluster 0 pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:10:58 smithi044 bash[32620]: cluster 2023-12-07T17:10:56.686993+0000 mgr.a (mgr.24293) 17664 : cluster 0 pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:58.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:10:58 smithi027 bash[31536]: cluster 2023-12-07T17:10:56.686993+0000 mgr.a (mgr.24293) 17664 : cluster 0 pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:10:59.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:10:59.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:10:59.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:00.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:00.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:00.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:00.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:00.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:00 smithi022 bash[28554]: cluster 2023-12-07T17:10:58.687594+0000 mgr.a (mgr.24293) 17665 : cluster 0 pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:00.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:00 smithi044 bash[32620]: cluster 2023-12-07T17:10:58.687594+0000 mgr.a (mgr.24293) 17665 : cluster 0 pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:00.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:00 smithi027 bash[31536]: cluster 2023-12-07T17:10:58.687594+0000 mgr.a (mgr.24293) 17665 : cluster 0 pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:01.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:01 smithi022 bash[28554]: audit 2023-12-07T17:10:59.695376+0000 mgr.a (mgr.24293) 17666 : audit 0 from='client.350676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:01 smithi044 bash[32620]: audit 2023-12-07T17:10:59.695376+0000 mgr.a (mgr.24293) 17666 : audit 0 from='client.350676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:01.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:01 smithi027 bash[31536]: audit 2023-12-07T17:10:59.695376+0000 mgr.a (mgr.24293) 17666 : audit 0 from='client.350676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:02.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:02 smithi022 bash[28554]: cluster 2023-12-07T17:11:00.688495+0000 mgr.a (mgr.24293) 17667 : cluster 0 pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:02 smithi044 bash[32620]: cluster 2023-12-07T17:11:00.688495+0000 mgr.a (mgr.24293) 17667 : cluster 0 pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:02.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:02 smithi027 bash[31536]: cluster 2023-12-07T17:11:00.688495+0000 mgr.a (mgr.24293) 17667 : cluster 0 pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:04.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:04 smithi022 bash[28554]: cluster 2023-12-07T17:11:02.689049+0000 mgr.a (mgr.24293) 17668 : cluster 0 pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:04 smithi044 bash[32620]: cluster 2023-12-07T17:11:02.689049+0000 mgr.a (mgr.24293) 17668 : cluster 0 pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:04.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:04 smithi027 bash[31536]: cluster 2023-12-07T17:11:02.689049+0000 mgr.a (mgr.24293) 17668 : cluster 0 pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:05.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:05.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:05.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:06.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:06.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:06.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:06.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:06.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:06.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:06 smithi022 bash[28554]: cluster 2023-12-07T17:11:04.689619+0000 mgr.a (mgr.24293) 17669 : cluster 0 pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:06 smithi044 bash[32620]: cluster 2023-12-07T17:11:04.689619+0000 mgr.a (mgr.24293) 17669 : cluster 0 pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:06.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:06 smithi027 bash[31536]: cluster 2023-12-07T17:11:04.689619+0000 mgr.a (mgr.24293) 17669 : cluster 0 pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:07 smithi022 bash[28554]: audit 2023-12-07T17:11:05.634092+0000 mgr.a (mgr.24293) 17670 : audit 0 from='client.350748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:07 smithi022 bash[28554]: cluster 2023-12-07T17:11:06.690725+0000 mgr.a (mgr.24293) 17671 : cluster 0 pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:07 smithi044 bash[32620]: audit 2023-12-07T17:11:05.634092+0000 mgr.a (mgr.24293) 17670 : audit 0 from='client.350748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:07 smithi044 bash[32620]: cluster 2023-12-07T17:11:06.690725+0000 mgr.a (mgr.24293) 17671 : cluster 0 pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:07.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:07 smithi027 bash[31536]: audit 2023-12-07T17:11:05.634092+0000 mgr.a (mgr.24293) 17670 : audit 0 from='client.350748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:07.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:07 smithi027 bash[31536]: cluster 2023-12-07T17:11:06.690725+0000 mgr.a (mgr.24293) 17671 : cluster 0 pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:09 smithi022 bash[28554]: cluster 2023-12-07T17:11:08.691530+0000 mgr.a (mgr.24293) 17672 : cluster 0 pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:09 smithi044 bash[32620]: cluster 2023-12-07T17:11:08.691530+0000 mgr.a (mgr.24293) 17672 : cluster 0 pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:09 smithi027 bash[31536]: cluster 2023-12-07T17:11:08.691530+0000 mgr.a (mgr.24293) 17672 : cluster 0 pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:11.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:11.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:11.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:12.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:12.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:12.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:12.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:12.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:11 smithi022 bash[28554]: cluster 2023-12-07T17:11:10.692422+0000 mgr.a (mgr.24293) 17673 : cluster 0 pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:11 smithi022 bash[28554]: audit 2023-12-07T17:11:11.576879+0000 mgr.a (mgr.24293) 17674 : audit 0 from='client.350823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:11 smithi044 bash[32620]: cluster 2023-12-07T17:11:10.692422+0000 mgr.a (mgr.24293) 17673 : cluster 0 pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:11 smithi044 bash[32620]: audit 2023-12-07T17:11:11.576879+0000 mgr.a (mgr.24293) 17674 : audit 0 from='client.350823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:11 smithi027 bash[31536]: cluster 2023-12-07T17:11:10.692422+0000 mgr.a (mgr.24293) 17673 : cluster 0 pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:11 smithi027 bash[31536]: audit 2023-12-07T17:11:11.576879+0000 mgr.a (mgr.24293) 17674 : audit 0 from='client.350823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:14.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:14 smithi022 bash[28554]: cluster 2023-12-07T17:11:12.693187+0000 mgr.a (mgr.24293) 17675 : cluster 0 pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:14 smithi044 bash[32620]: cluster 2023-12-07T17:11:12.693187+0000 mgr.a (mgr.24293) 17675 : cluster 0 pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:14 smithi027 bash[31536]: cluster 2023-12-07T17:11:12.693187+0000 mgr.a (mgr.24293) 17675 : cluster 0 pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:16.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:16 smithi022 bash[28554]: cluster 2023-12-07T17:11:14.693779+0000 mgr.a (mgr.24293) 17676 : cluster 0 pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:16 smithi044 bash[32620]: cluster 2023-12-07T17:11:14.693779+0000 mgr.a (mgr.24293) 17676 : cluster 0 pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:16 smithi027 bash[31536]: cluster 2023-12-07T17:11:14.693779+0000 mgr.a (mgr.24293) 17676 : cluster 0 pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:17.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:17.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:17.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:18.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:18.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:18.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:18.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:18.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:18 smithi022 bash[28554]: cluster 2023-12-07T17:11:16.694597+0000 mgr.a (mgr.24293) 17677 : cluster 0 pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:18 smithi022 bash[28554]: audit 2023-12-07T17:11:17.504134+0000 mgr.a (mgr.24293) 17678 : audit 0 from='client.350901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:18 smithi044 bash[32620]: cluster 2023-12-07T17:11:16.694597+0000 mgr.a (mgr.24293) 17677 : cluster 0 pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:18 smithi044 bash[32620]: audit 2023-12-07T17:11:17.504134+0000 mgr.a (mgr.24293) 17678 : audit 0 from='client.350901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:18 smithi027 bash[31536]: cluster 2023-12-07T17:11:16.694597+0000 mgr.a (mgr.24293) 17677 : cluster 0 pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:18 smithi027 bash[31536]: audit 2023-12-07T17:11:17.504134+0000 mgr.a (mgr.24293) 17678 : audit 0 from='client.350901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:20 smithi022 bash[28554]: cluster 2023-12-07T17:11:18.695313+0000 mgr.a (mgr.24293) 17679 : cluster 0 pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:20 smithi044 bash[32620]: cluster 2023-12-07T17:11:18.695313+0000 mgr.a (mgr.24293) 17679 : cluster 0 pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:20 smithi027 bash[31536]: cluster 2023-12-07T17:11:18.695313+0000 mgr.a (mgr.24293) 17679 : cluster 0 pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:22 smithi022 bash[28554]: cluster 2023-12-07T17:11:20.696143+0000 mgr.a (mgr.24293) 17680 : cluster 0 pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:22 smithi044 bash[32620]: cluster 2023-12-07T17:11:20.696143+0000 mgr.a (mgr.24293) 17680 : cluster 0 pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:22 smithi027 bash[31536]: cluster 2023-12-07T17:11:20.696143+0000 mgr.a (mgr.24293) 17680 : cluster 0 pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:23.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:23.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:23.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:23.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:23.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:23.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:23.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:23.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:24 smithi022 bash[28554]: cluster 2023-12-07T17:11:22.696653+0000 mgr.a (mgr.24293) 17681 : cluster 0 pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:24 smithi022 bash[28554]: audit 2023-12-07T17:11:23.452074+0000 mgr.a (mgr.24293) 17682 : audit 0 from='client.350973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:24 smithi044 bash[32620]: cluster 2023-12-07T17:11:22.696653+0000 mgr.a (mgr.24293) 17681 : cluster 0 pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:24 smithi044 bash[32620]: audit 2023-12-07T17:11:23.452074+0000 mgr.a (mgr.24293) 17682 : audit 0 from='client.350973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:24 smithi027 bash[31536]: cluster 2023-12-07T17:11:22.696653+0000 mgr.a (mgr.24293) 17681 : cluster 0 pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:24 smithi027 bash[31536]: audit 2023-12-07T17:11:23.452074+0000 mgr.a (mgr.24293) 17682 : audit 0 from='client.350973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:26.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:26 smithi022 bash[28554]: cluster 2023-12-07T17:11:24.697384+0000 mgr.a (mgr.24293) 17683 : cluster 0 pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:26 smithi044 bash[32620]: cluster 2023-12-07T17:11:24.697384+0000 mgr.a (mgr.24293) 17683 : cluster 0 pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:26 smithi027 bash[31536]: cluster 2023-12-07T17:11:24.697384+0000 mgr.a (mgr.24293) 17683 : cluster 0 pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:28 smithi022 bash[28554]: cluster 2023-12-07T17:11:26.698258+0000 mgr.a (mgr.24293) 17684 : cluster 0 pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:28 smithi044 bash[32620]: cluster 2023-12-07T17:11:26.698258+0000 mgr.a (mgr.24293) 17684 : cluster 0 pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:28 smithi027 bash[31536]: cluster 2023-12-07T17:11:26.698258+0000 mgr.a (mgr.24293) 17684 : cluster 0 pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:28.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:28.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:28.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:29.938 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:29.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:30 smithi022 bash[28554]: cluster 2023-12-07T17:11:28.698896+0000 mgr.a (mgr.24293) 17685 : cluster 0 pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:30 smithi022 bash[28554]: audit 2023-12-07T17:11:29.407344+0000 mgr.a (mgr.24293) 17686 : audit 0 from='client.351048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:30 smithi044 bash[32620]: cluster 2023-12-07T17:11:28.698896+0000 mgr.a (mgr.24293) 17685 : cluster 0 pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:30 smithi044 bash[32620]: audit 2023-12-07T17:11:29.407344+0000 mgr.a (mgr.24293) 17686 : audit 0 from='client.351048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:30 smithi027 bash[31536]: cluster 2023-12-07T17:11:28.698896+0000 mgr.a (mgr.24293) 17685 : cluster 0 pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:30 smithi027 bash[31536]: audit 2023-12-07T17:11:29.407344+0000 mgr.a (mgr.24293) 17686 : audit 0 from='client.351048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:32 smithi022 bash[28554]: cluster 2023-12-07T17:11:30.699847+0000 mgr.a (mgr.24293) 17687 : cluster 0 pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:32 smithi044 bash[32620]: cluster 2023-12-07T17:11:30.699847+0000 mgr.a (mgr.24293) 17687 : cluster 0 pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:32 smithi027 bash[31536]: cluster 2023-12-07T17:11:30.699847+0000 mgr.a (mgr.24293) 17687 : cluster 0 pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:34 smithi022 bash[28554]: cluster 2023-12-07T17:11:32.700584+0000 mgr.a (mgr.24293) 17688 : cluster 0 pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:34 smithi044 bash[32620]: cluster 2023-12-07T17:11:32.700584+0000 mgr.a (mgr.24293) 17688 : cluster 0 pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:34 smithi027 bash[31536]: cluster 2023-12-07T17:11:32.700584+0000 mgr.a (mgr.24293) 17688 : cluster 0 pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:34.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:34.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:34.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:35.880 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:35.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:35.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:35.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:35.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:36 smithi022 bash[28554]: cluster 2023-12-07T17:11:34.701338+0000 mgr.a (mgr.24293) 17689 : cluster 0 pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:36 smithi022 bash[28554]: audit 2023-12-07T17:11:35.355173+0000 mgr.a (mgr.24293) 17690 : audit 0 from='client.351123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:36 smithi044 bash[32620]: cluster 2023-12-07T17:11:34.701338+0000 mgr.a (mgr.24293) 17689 : cluster 0 pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:36 smithi044 bash[32620]: audit 2023-12-07T17:11:35.355173+0000 mgr.a (mgr.24293) 17690 : audit 0 from='client.351123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:36 smithi027 bash[31536]: cluster 2023-12-07T17:11:34.701338+0000 mgr.a (mgr.24293) 17689 : cluster 0 pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:36 smithi027 bash[31536]: audit 2023-12-07T17:11:35.355173+0000 mgr.a (mgr.24293) 17690 : audit 0 from='client.351123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:38 smithi022 bash[28554]: cluster 2023-12-07T17:11:36.702458+0000 mgr.a (mgr.24293) 17691 : cluster 0 pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:38 smithi044 bash[32620]: cluster 2023-12-07T17:11:36.702458+0000 mgr.a (mgr.24293) 17691 : cluster 0 pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:38 smithi027 bash[31536]: cluster 2023-12-07T17:11:36.702458+0000 mgr.a (mgr.24293) 17691 : cluster 0 pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:40 smithi022 bash[28554]: cluster 2023-12-07T17:11:38.703089+0000 mgr.a (mgr.24293) 17692 : cluster 0 pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:40 smithi044 bash[32620]: cluster 2023-12-07T17:11:38.703089+0000 mgr.a (mgr.24293) 17692 : cluster 0 pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:40 smithi027 bash[31536]: cluster 2023-12-07T17:11:38.703089+0000 mgr.a (mgr.24293) 17692 : cluster 0 pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:40.883 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:40.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:40.884 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:41.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:41.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:42 smithi022 bash[28554]: cluster 2023-12-07T17:11:40.703867+0000 mgr.a (mgr.24293) 17693 : cluster 0 pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:42 smithi022 bash[28554]: audit 2023-12-07T17:11:41.299212+0000 mgr.a (mgr.24293) 17694 : audit 0 from='client.351201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:42 smithi044 bash[32620]: cluster 2023-12-07T17:11:40.703867+0000 mgr.a (mgr.24293) 17693 : cluster 0 pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:42 smithi044 bash[32620]: audit 2023-12-07T17:11:41.299212+0000 mgr.a (mgr.24293) 17694 : audit 0 from='client.351201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:42 smithi027 bash[31536]: cluster 2023-12-07T17:11:40.703867+0000 mgr.a (mgr.24293) 17693 : cluster 0 pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:42 smithi027 bash[31536]: audit 2023-12-07T17:11:41.299212+0000 mgr.a (mgr.24293) 17694 : audit 0 from='client.351201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:44 smithi022 bash[28554]: cluster 2023-12-07T17:11:42.704548+0000 mgr.a (mgr.24293) 17695 : cluster 0 pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:44 smithi044 bash[32620]: cluster 2023-12-07T17:11:42.704548+0000 mgr.a (mgr.24293) 17695 : cluster 0 pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:44 smithi027 bash[31536]: cluster 2023-12-07T17:11:42.704548+0000 mgr.a (mgr.24293) 17695 : cluster 0 pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:46.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:46 smithi022 bash[28554]: cluster 2023-12-07T17:11:44.705135+0000 mgr.a (mgr.24293) 17696 : cluster 0 pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:46.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:46 smithi022 bash[28554]: audit 2023-12-07T17:11:45.935341+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:46 smithi044 bash[32620]: cluster 2023-12-07T17:11:44.705135+0000 mgr.a (mgr.24293) 17696 : cluster 0 pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:46 smithi044 bash[32620]: audit 2023-12-07T17:11:45.935341+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:46 smithi027 bash[31536]: cluster 2023-12-07T17:11:44.705135+0000 mgr.a (mgr.24293) 17696 : cluster 0 pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:11:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:46 smithi027 bash[31536]: audit 2023-12-07T17:11:45.935341+0000 mon.a (mon.0) 2887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:46.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:46.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:46.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:47 smithi027 bash[31536]: audit 2023-12-07T17:11:46.664317+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:47 smithi027 bash[31536]: audit 2023-12-07T17:11:46.666052+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:47 smithi027 bash[31536]: audit 2023-12-07T17:11:46.674247+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:11:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:47 smithi022 bash[28554]: audit 2023-12-07T17:11:46.664317+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:47 smithi022 bash[28554]: audit 2023-12-07T17:11:46.666052+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:47 smithi022 bash[28554]: audit 2023-12-07T17:11:46.674247+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:11:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:47 smithi044 bash[32620]: audit 2023-12-07T17:11:46.664317+0000 mon.a (mon.0) 2888 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:47 smithi044 bash[32620]: audit 2023-12-07T17:11:46.666052+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:47 smithi044 bash[32620]: audit 2023-12-07T17:11:46.674247+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:11:47.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:47.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:47.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:47.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:47.734 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:48 smithi027 bash[31536]: cluster 2023-12-07T17:11:46.705812+0000 mgr.a (mgr.24293) 17697 : cluster 0 pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:48 smithi027 bash[31536]: audit 2023-12-07T17:11:47.236575+0000 mgr.a (mgr.24293) 17698 : audit 0 from='client.351279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:48 smithi022 bash[28554]: cluster 2023-12-07T17:11:46.705812+0000 mgr.a (mgr.24293) 17697 : cluster 0 pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:48 smithi022 bash[28554]: audit 2023-12-07T17:11:47.236575+0000 mgr.a (mgr.24293) 17698 : audit 0 from='client.351279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:48 smithi044 bash[32620]: cluster 2023-12-07T17:11:46.705812+0000 mgr.a (mgr.24293) 17697 : cluster 0 pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:48 smithi044 bash[32620]: audit 2023-12-07T17:11:47.236575+0000 mgr.a (mgr.24293) 17698 : audit 0 from='client.351279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:50 smithi027 bash[31536]: cluster 2023-12-07T17:11:48.706469+0000 mgr.a (mgr.24293) 17699 : cluster 0 pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:50 smithi022 bash[28554]: cluster 2023-12-07T17:11:48.706469+0000 mgr.a (mgr.24293) 17699 : cluster 0 pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:50 smithi044 bash[32620]: cluster 2023-12-07T17:11:48.706469+0000 mgr.a (mgr.24293) 17699 : cluster 0 pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:52 smithi027 bash[31536]: cluster 2023-12-07T17:11:50.707292+0000 mgr.a (mgr.24293) 17700 : cluster 0 pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:52 smithi022 bash[28554]: cluster 2023-12-07T17:11:50.707292+0000 mgr.a (mgr.24293) 17700 : cluster 0 pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:52 smithi044 bash[32620]: cluster 2023-12-07T17:11:50.707292+0000 mgr.a (mgr.24293) 17700 : cluster 0 pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:52.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:52.738 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:52.738 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:53.682 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:53.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:53.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:53.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:53.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:11:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:54 smithi027 bash[31536]: cluster 2023-12-07T17:11:52.707845+0000 mgr.a (mgr.24293) 17701 : cluster 0 pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:54 smithi027 bash[31536]: audit 2023-12-07T17:11:53.148703+0000 mgr.a (mgr.24293) 17702 : audit 0 from='client.351357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:54 smithi022 bash[28554]: cluster 2023-12-07T17:11:52.707845+0000 mgr.a (mgr.24293) 17701 : cluster 0 pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:54 smithi022 bash[28554]: audit 2023-12-07T17:11:53.148703+0000 mgr.a (mgr.24293) 17702 : audit 0 from='client.351357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:54 smithi044 bash[32620]: cluster 2023-12-07T17:11:52.707845+0000 mgr.a (mgr.24293) 17701 : cluster 0 pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:54 smithi044 bash[32620]: audit 2023-12-07T17:11:53.148703+0000 mgr.a (mgr.24293) 17702 : audit 0 from='client.351357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:56 smithi027 bash[31536]: cluster 2023-12-07T17:11:54.708505+0000 mgr.a (mgr.24293) 17703 : cluster 0 pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:56 smithi022 bash[28554]: cluster 2023-12-07T17:11:54.708505+0000 mgr.a (mgr.24293) 17703 : cluster 0 pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:56 smithi044 bash[32620]: cluster 2023-12-07T17:11:54.708505+0000 mgr.a (mgr.24293) 17703 : cluster 0 pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:11:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:11:58 smithi022 bash[28554]: cluster 2023-12-07T17:11:56.709510+0000 mgr.a (mgr.24293) 17704 : cluster 0 pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:11:58 smithi044 bash[32620]: cluster 2023-12-07T17:11:56.709510+0000 mgr.a (mgr.24293) 17704 : cluster 0 pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:58.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:11:58.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:11:58.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:11:58.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:11:58 smithi027 bash[31536]: cluster 2023-12-07T17:11:56.709510+0000 mgr.a (mgr.24293) 17704 : cluster 0 pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:11:59.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:11:59.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:11:59.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:11:59.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:11:59.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:00 smithi022 bash[28554]: cluster 2023-12-07T17:11:58.710097+0000 mgr.a (mgr.24293) 17705 : cluster 0 pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:00 smithi022 bash[28554]: audit 2023-12-07T17:11:59.095425+0000 mgr.a (mgr.24293) 17706 : audit 0 from='client.351429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:00 smithi044 bash[32620]: cluster 2023-12-07T17:11:58.710097+0000 mgr.a (mgr.24293) 17705 : cluster 0 pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:00 smithi044 bash[32620]: audit 2023-12-07T17:11:59.095425+0000 mgr.a (mgr.24293) 17706 : audit 0 from='client.351429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:00 smithi027 bash[31536]: cluster 2023-12-07T17:11:58.710097+0000 mgr.a (mgr.24293) 17705 : cluster 0 pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:00 smithi027 bash[31536]: audit 2023-12-07T17:11:59.095425+0000 mgr.a (mgr.24293) 17706 : audit 0 from='client.351429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:02 smithi022 bash[28554]: cluster 2023-12-07T17:12:00.710978+0000 mgr.a (mgr.24293) 17707 : cluster 0 pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:02 smithi044 bash[32620]: cluster 2023-12-07T17:12:00.710978+0000 mgr.a (mgr.24293) 17707 : cluster 0 pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:02 smithi027 bash[31536]: cluster 2023-12-07T17:12:00.710978+0000 mgr.a (mgr.24293) 17707 : cluster 0 pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:04.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:04.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:04.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:04 smithi022 bash[28554]: cluster 2023-12-07T17:12:02.711580+0000 mgr.a (mgr.24293) 17708 : cluster 0 pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:04 smithi044 bash[32620]: cluster 2023-12-07T17:12:02.711580+0000 mgr.a (mgr.24293) 17708 : cluster 0 pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:04 smithi027 bash[31536]: cluster 2023-12-07T17:12:02.711580+0000 mgr.a (mgr.24293) 17708 : cluster 0 pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:05.556 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:05.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:05.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:05.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:05.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:06 smithi022 bash[28554]: cluster 2023-12-07T17:12:04.712113+0000 mgr.a (mgr.24293) 17709 : cluster 0 pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:06.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:06 smithi022 bash[28554]: audit 2023-12-07T17:12:05.042153+0000 mgr.a (mgr.24293) 17710 : audit 0 from='client.351501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:06 smithi044 bash[32620]: cluster 2023-12-07T17:12:04.712113+0000 mgr.a (mgr.24293) 17709 : cluster 0 pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:06 smithi044 bash[32620]: audit 2023-12-07T17:12:05.042153+0000 mgr.a (mgr.24293) 17710 : audit 0 from='client.351501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:06 smithi027 bash[31536]: cluster 2023-12-07T17:12:04.712113+0000 mgr.a (mgr.24293) 17709 : cluster 0 pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:06 smithi027 bash[31536]: audit 2023-12-07T17:12:05.042153+0000 mgr.a (mgr.24293) 17710 : audit 0 from='client.351501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:08 smithi022 bash[28554]: cluster 2023-12-07T17:12:06.713177+0000 mgr.a (mgr.24293) 17711 : cluster 0 pgmap v13242: 33 pgs: 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:12:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:08 smithi044 bash[32620]: cluster 2023-12-07T17:12:06.713177+0000 mgr.a (mgr.24293) 17711 : cluster 0 pgmap v13242: 33 pgs: 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:12:08.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:08 smithi027 bash[31536]: cluster 2023-12-07T17:12:06.713177+0000 mgr.a (mgr.24293) 17711 : cluster 0 pgmap v13242: 33 pgs: 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:12:10.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:10.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:10.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:10 smithi022 bash[28554]: cluster 2023-12-07T17:12:08.713756+0000 mgr.a (mgr.24293) 17712 : cluster 0 pgmap v13243: 33 pgs: 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:12:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:10 smithi044 bash[32620]: cluster 2023-12-07T17:12:08.713756+0000 mgr.a (mgr.24293) 17712 : cluster 0 pgmap v13243: 33 pgs: 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:12:10.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:10 smithi027 bash[31536]: cluster 2023-12-07T17:12:08.713756+0000 mgr.a (mgr.24293) 17712 : cluster 0 pgmap v13243: 33 pgs: 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:12:11.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:11.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:11.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:11.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:11.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:12 smithi022 bash[28554]: cluster 2023-12-07T17:12:10.714325+0000 mgr.a (mgr.24293) 17713 : cluster 0 pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:12 smithi022 bash[28554]: audit 2023-12-07T17:12:10.972671+0000 mgr.a (mgr.24293) 17714 : audit 0 from='client.351579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:12 smithi044 bash[32620]: cluster 2023-12-07T17:12:10.714325+0000 mgr.a (mgr.24293) 17713 : cluster 0 pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:12 smithi044 bash[32620]: audit 2023-12-07T17:12:10.972671+0000 mgr.a (mgr.24293) 17714 : audit 0 from='client.351579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:12 smithi027 bash[31536]: cluster 2023-12-07T17:12:10.714325+0000 mgr.a (mgr.24293) 17713 : cluster 0 pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:12.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:12 smithi027 bash[31536]: audit 2023-12-07T17:12:10.972671+0000 mgr.a (mgr.24293) 17714 : audit 0 from='client.351579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:14 smithi022 bash[28554]: cluster 2023-12-07T17:12:12.714959+0000 mgr.a (mgr.24293) 17715 : cluster 0 pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:14 smithi044 bash[32620]: cluster 2023-12-07T17:12:12.714959+0000 mgr.a (mgr.24293) 17715 : cluster 0 pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:14.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:14 smithi027 bash[31536]: cluster 2023-12-07T17:12:12.714959+0000 mgr.a (mgr.24293) 17715 : cluster 0 pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:16.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:16.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:16.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:16 smithi022 bash[28554]: cluster 2023-12-07T17:12:14.715489+0000 mgr.a (mgr.24293) 17716 : cluster 0 pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:16 smithi044 bash[32620]: cluster 2023-12-07T17:12:14.715489+0000 mgr.a (mgr.24293) 17716 : cluster 0 pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:16 smithi027 bash[31536]: cluster 2023-12-07T17:12:14.715489+0000 mgr.a (mgr.24293) 17716 : cluster 0 pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:17.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:18 smithi022 bash[28554]: cluster 2023-12-07T17:12:16.716267+0000 mgr.a (mgr.24293) 17717 : cluster 0 pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:18 smithi022 bash[28554]: audit 2023-12-07T17:12:16.916735+0000 mgr.a (mgr.24293) 17718 : audit 0 from='client.351654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:18 smithi044 bash[32620]: cluster 2023-12-07T17:12:16.716267+0000 mgr.a (mgr.24293) 17717 : cluster 0 pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:18 smithi044 bash[32620]: audit 2023-12-07T17:12:16.916735+0000 mgr.a (mgr.24293) 17718 : audit 0 from='client.351654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:18 smithi027 bash[31536]: cluster 2023-12-07T17:12:16.716267+0000 mgr.a (mgr.24293) 17717 : cluster 0 pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:18 smithi027 bash[31536]: audit 2023-12-07T17:12:16.916735+0000 mgr.a (mgr.24293) 17718 : audit 0 from='client.351654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:20 smithi022 bash[28554]: cluster 2023-12-07T17:12:18.716922+0000 mgr.a (mgr.24293) 17719 : cluster 0 pgmap v13248: 33 pgs: 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:12:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:20 smithi044 bash[32620]: cluster 2023-12-07T17:12:18.716922+0000 mgr.a (mgr.24293) 17719 : cluster 0 pgmap v13248: 33 pgs: 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:12:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:20 smithi027 bash[31536]: cluster 2023-12-07T17:12:18.716922+0000 mgr.a (mgr.24293) 17719 : cluster 0 pgmap v13248: 33 pgs: 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:12:22.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:22.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:22.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:22 smithi022 bash[28554]: cluster 2023-12-07T17:12:20.717724+0000 mgr.a (mgr.24293) 17720 : cluster 0 pgmap v13249: 33 pgs: 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:12:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:22 smithi044 bash[32620]: cluster 2023-12-07T17:12:20.717724+0000 mgr.a (mgr.24293) 17720 : cluster 0 pgmap v13249: 33 pgs: 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:12:22.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:22 smithi027 bash[31536]: cluster 2023-12-07T17:12:20.717724+0000 mgr.a (mgr.24293) 17720 : cluster 0 pgmap v13249: 33 pgs: 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:12:23.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:23.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:23.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:23.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:23.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:24 smithi022 bash[28554]: cluster 2023-12-07T17:12:22.718283+0000 mgr.a (mgr.24293) 17721 : cluster 0 pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:24 smithi022 bash[28554]: audit 2023-12-07T17:12:22.860269+0000 mgr.a (mgr.24293) 17722 : audit 0 from='client.351732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:24 smithi044 bash[32620]: cluster 2023-12-07T17:12:22.718283+0000 mgr.a (mgr.24293) 17721 : cluster 0 pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:24 smithi044 bash[32620]: audit 2023-12-07T17:12:22.860269+0000 mgr.a (mgr.24293) 17722 : audit 0 from='client.351732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:24 smithi027 bash[31536]: cluster 2023-12-07T17:12:22.718283+0000 mgr.a (mgr.24293) 17721 : cluster 0 pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:24.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:24 smithi027 bash[31536]: audit 2023-12-07T17:12:22.860269+0000 mgr.a (mgr.24293) 17722 : audit 0 from='client.351732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:26 smithi022 bash[28554]: cluster 2023-12-07T17:12:24.718947+0000 mgr.a (mgr.24293) 17723 : cluster 0 pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:26 smithi044 bash[32620]: cluster 2023-12-07T17:12:24.718947+0000 mgr.a (mgr.24293) 17723 : cluster 0 pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:26.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:26 smithi027 bash[31536]: cluster 2023-12-07T17:12:24.718947+0000 mgr.a (mgr.24293) 17723 : cluster 0 pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:28.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:28.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:28.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:28 smithi022 bash[28554]: cluster 2023-12-07T17:12:26.719831+0000 mgr.a (mgr.24293) 17724 : cluster 0 pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:28 smithi044 bash[32620]: cluster 2023-12-07T17:12:26.719831+0000 mgr.a (mgr.24293) 17724 : cluster 0 pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:28.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:28 smithi027 bash[31536]: cluster 2023-12-07T17:12:26.719831+0000 mgr.a (mgr.24293) 17724 : cluster 0 pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:29.330 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:29.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:29.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:29.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:29.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:30 smithi022 bash[28554]: cluster 2023-12-07T17:12:28.720349+0000 mgr.a (mgr.24293) 17725 : cluster 0 pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:30 smithi022 bash[28554]: audit 2023-12-07T17:12:28.801480+0000 mgr.a (mgr.24293) 17726 : audit 0 from='client.351807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:30 smithi044 bash[32620]: cluster 2023-12-07T17:12:28.720349+0000 mgr.a (mgr.24293) 17725 : cluster 0 pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:30.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:30 smithi044 bash[32620]: audit 2023-12-07T17:12:28.801480+0000 mgr.a (mgr.24293) 17726 : audit 0 from='client.351807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:30 smithi027 bash[31536]: cluster 2023-12-07T17:12:28.720349+0000 mgr.a (mgr.24293) 17725 : cluster 0 pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:30.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:30 smithi027 bash[31536]: audit 2023-12-07T17:12:28.801480+0000 mgr.a (mgr.24293) 17726 : audit 0 from='client.351807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:32 smithi022 bash[28554]: cluster 2023-12-07T17:12:30.721278+0000 mgr.a (mgr.24293) 17727 : cluster 0 pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:32 smithi044 bash[32620]: cluster 2023-12-07T17:12:30.721278+0000 mgr.a (mgr.24293) 17727 : cluster 0 pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:32 smithi027 bash[31536]: cluster 2023-12-07T17:12:30.721278+0000 mgr.a (mgr.24293) 17727 : cluster 0 pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:34.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:34.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:34.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:34 smithi022 bash[28554]: cluster 2023-12-07T17:12:32.721848+0000 mgr.a (mgr.24293) 17728 : cluster 0 pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:34 smithi044 bash[32620]: cluster 2023-12-07T17:12:32.721848+0000 mgr.a (mgr.24293) 17728 : cluster 0 pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:34.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:34 smithi027 bash[31536]: cluster 2023-12-07T17:12:32.721848+0000 mgr.a (mgr.24293) 17728 : cluster 0 pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:35.269 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:35.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:35.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:35.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:35.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:36 smithi022 bash[28554]: cluster 2023-12-07T17:12:34.722582+0000 mgr.a (mgr.24293) 17729 : cluster 0 pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:36 smithi022 bash[28554]: audit 2023-12-07T17:12:34.745429+0000 mgr.a (mgr.24293) 17730 : audit 0 from='client.351879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:36 smithi044 bash[32620]: cluster 2023-12-07T17:12:34.722582+0000 mgr.a (mgr.24293) 17729 : cluster 0 pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:36 smithi044 bash[32620]: audit 2023-12-07T17:12:34.745429+0000 mgr.a (mgr.24293) 17730 : audit 0 from='client.351879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:36 smithi027 bash[31536]: cluster 2023-12-07T17:12:34.722582+0000 mgr.a (mgr.24293) 17729 : cluster 0 pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:36 smithi027 bash[31536]: audit 2023-12-07T17:12:34.745429+0000 mgr.a (mgr.24293) 17730 : audit 0 from='client.351879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:38 smithi022 bash[28554]: cluster 2023-12-07T17:12:36.723516+0000 mgr.a (mgr.24293) 17731 : cluster 0 pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:38 smithi044 bash[32620]: cluster 2023-12-07T17:12:36.723516+0000 mgr.a (mgr.24293) 17731 : cluster 0 pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:38.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:38 smithi027 bash[31536]: cluster 2023-12-07T17:12:36.723516+0000 mgr.a (mgr.24293) 17731 : cluster 0 pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:40.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:40.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:40.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:40 smithi022 bash[28554]: cluster 2023-12-07T17:12:38.724178+0000 mgr.a (mgr.24293) 17732 : cluster 0 pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:40 smithi044 bash[32620]: cluster 2023-12-07T17:12:38.724178+0000 mgr.a (mgr.24293) 17732 : cluster 0 pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:40.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:40 smithi027 bash[31536]: cluster 2023-12-07T17:12:38.724178+0000 mgr.a (mgr.24293) 17732 : cluster 0 pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:41.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:41.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:41.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:41.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:41.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:42 smithi022 bash[28554]: audit 2023-12-07T17:12:40.686851+0000 mgr.a (mgr.24293) 17733 : audit 0 from='client.351954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:42.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:42 smithi022 bash[28554]: cluster 2023-12-07T17:12:40.725387+0000 mgr.a (mgr.24293) 17734 : cluster 0 pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:42 smithi044 bash[32620]: audit 2023-12-07T17:12:40.686851+0000 mgr.a (mgr.24293) 17733 : audit 0 from='client.351954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:42 smithi044 bash[32620]: cluster 2023-12-07T17:12:40.725387+0000 mgr.a (mgr.24293) 17734 : cluster 0 pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:42.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:42 smithi027 bash[31536]: audit 2023-12-07T17:12:40.686851+0000 mgr.a (mgr.24293) 17733 : audit 0 from='client.351954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:42 smithi027 bash[31536]: cluster 2023-12-07T17:12:40.725387+0000 mgr.a (mgr.24293) 17734 : cluster 0 pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:44 smithi022 bash[28554]: cluster 2023-12-07T17:12:42.726216+0000 mgr.a (mgr.24293) 17735 : cluster 0 pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:44 smithi044 bash[32620]: cluster 2023-12-07T17:12:42.726216+0000 mgr.a (mgr.24293) 17735 : cluster 0 pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:44.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:44 smithi027 bash[31536]: cluster 2023-12-07T17:12:42.726216+0000 mgr.a (mgr.24293) 17735 : cluster 0 pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:46.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:46.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:46.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:46 smithi022 bash[28554]: cluster 2023-12-07T17:12:44.726864+0000 mgr.a (mgr.24293) 17736 : cluster 0 pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:46 smithi044 bash[32620]: cluster 2023-12-07T17:12:44.726864+0000 mgr.a (mgr.24293) 17736 : cluster 0 pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:46.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:46 smithi027 bash[31536]: cluster 2023-12-07T17:12:44.726864+0000 mgr.a (mgr.24293) 17736 : cluster 0 pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:47.165 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:47.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:47.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:47.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:47.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:47 smithi022 bash[28554]: audit 2023-12-07T17:12:46.619943+0000 mgr.a (mgr.24293) 17737 : audit 0 from='client.352032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:47 smithi022 bash[28554]: audit 2023-12-07T17:12:46.783062+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:47 smithi044 bash[32620]: audit 2023-12-07T17:12:46.619943+0000 mgr.a (mgr.24293) 17737 : audit 0 from='client.352032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:47 smithi044 bash[32620]: audit 2023-12-07T17:12:46.783062+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:47 smithi027 bash[31536]: audit 2023-12-07T17:12:46.619943+0000 mgr.a (mgr.24293) 17737 : audit 0 from='client.352032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:47 smithi027 bash[31536]: audit 2023-12-07T17:12:46.783062+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:48 smithi022 bash[28554]: cluster 2023-12-07T17:12:46.727888+0000 mgr.a (mgr.24293) 17738 : cluster 0 pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:48 smithi022 bash[28554]: audit 2023-12-07T17:12:47.383356+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:48 smithi022 bash[28554]: audit 2023-12-07T17:12:47.395210+0000 mon.a (mon.0) 2893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:48 smithi022 bash[28554]: audit 2023-12-07T17:12:48.100243+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:48 smithi022 bash[28554]: audit 2023-12-07T17:12:48.102515+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:48 smithi022 bash[28554]: audit 2023-12-07T17:12:48.113377+0000 mon.a (mon.0) 2896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:48 smithi044 bash[32620]: cluster 2023-12-07T17:12:46.727888+0000 mgr.a (mgr.24293) 17738 : cluster 0 pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:48 smithi044 bash[32620]: audit 2023-12-07T17:12:47.383356+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:48 smithi044 bash[32620]: audit 2023-12-07T17:12:47.395210+0000 mon.a (mon.0) 2893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:48 smithi044 bash[32620]: audit 2023-12-07T17:12:48.100243+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:48 smithi044 bash[32620]: audit 2023-12-07T17:12:48.102515+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:48 smithi044 bash[32620]: audit 2023-12-07T17:12:48.113377+0000 mon.a (mon.0) 2896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:48 smithi027 bash[31536]: cluster 2023-12-07T17:12:46.727888+0000 mgr.a (mgr.24293) 17738 : cluster 0 pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:48 smithi027 bash[31536]: audit 2023-12-07T17:12:47.383356+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:48 smithi027 bash[31536]: audit 2023-12-07T17:12:47.395210+0000 mon.a (mon.0) 2893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:48 smithi027 bash[31536]: audit 2023-12-07T17:12:48.100243+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:48 smithi027 bash[31536]: audit 2023-12-07T17:12:48.102515+0000 mon.a (mon.0) 2895 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:48 smithi027 bash[31536]: audit 2023-12-07T17:12:48.113377+0000 mon.a (mon.0) 2896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:12:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:50 smithi022 bash[28554]: cluster 2023-12-07T17:12:48.728573+0000 mgr.a (mgr.24293) 17739 : cluster 0 pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:50 smithi044 bash[32620]: cluster 2023-12-07T17:12:48.728573+0000 mgr.a (mgr.24293) 17739 : cluster 0 pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:50.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:50 smithi027 bash[31536]: cluster 2023-12-07T17:12:48.728573+0000 mgr.a (mgr.24293) 17739 : cluster 0 pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:12:52.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:52.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:52.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:52 smithi022 bash[28554]: cluster 2023-12-07T17:12:50.729418+0000 mgr.a (mgr.24293) 17740 : cluster 0 pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:52 smithi044 bash[32620]: cluster 2023-12-07T17:12:50.729418+0000 mgr.a (mgr.24293) 17740 : cluster 0 pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:52 smithi027 bash[31536]: cluster 2023-12-07T17:12:50.729418+0000 mgr.a (mgr.24293) 17740 : cluster 0 pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:53.117 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:53.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:53.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:53.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:53.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:53 smithi022 bash[28554]: audit 2023-12-07T17:12:52.577328+0000 mgr.a (mgr.24293) 17741 : audit 0 from='client.352107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:53 smithi044 bash[32620]: audit 2023-12-07T17:12:52.577328+0000 mgr.a (mgr.24293) 17741 : audit 0 from='client.352107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:53 smithi027 bash[31536]: audit 2023-12-07T17:12:52.577328+0000 mgr.a (mgr.24293) 17741 : audit 0 from='client.352107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:54 smithi022 bash[28554]: cluster 2023-12-07T17:12:52.733251+0000 mgr.a (mgr.24293) 17742 : cluster 0 pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:54 smithi044 bash[32620]: cluster 2023-12-07T17:12:52.733251+0000 mgr.a (mgr.24293) 17742 : cluster 0 pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:54.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:54 smithi027 bash[31536]: cluster 2023-12-07T17:12:52.733251+0000 mgr.a (mgr.24293) 17742 : cluster 0 pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:56 smithi022 bash[28554]: cluster 2023-12-07T17:12:54.734125+0000 mgr.a (mgr.24293) 17743 : cluster 0 pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:56 smithi044 bash[32620]: cluster 2023-12-07T17:12:54.734125+0000 mgr.a (mgr.24293) 17743 : cluster 0 pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:56 smithi027 bash[31536]: cluster 2023-12-07T17:12:54.734125+0000 mgr.a (mgr.24293) 17743 : cluster 0 pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:12:58.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:12:58.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:12:58.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:12:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:58 smithi022 bash[28554]: cluster 2023-12-07T17:12:56.734934+0000 mgr.a (mgr.24293) 17744 : cluster 0 pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:58 smithi044 bash[32620]: cluster 2023-12-07T17:12:56.734934+0000 mgr.a (mgr.24293) 17744 : cluster 0 pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:58 smithi027 bash[31536]: cluster 2023-12-07T17:12:56.734934+0000 mgr.a (mgr.24293) 17744 : cluster 0 pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:12:59.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:12:59.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:12:59.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:12:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:12:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:12:59.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:12:59 smithi022 bash[28554]: audit 2023-12-07T17:12:58.526505+0000 mgr.a (mgr.24293) 17745 : audit 0 from='client.352179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:12:59 smithi044 bash[32620]: audit 2023-12-07T17:12:58.526505+0000 mgr.a (mgr.24293) 17745 : audit 0 from='client.352179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:59.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:12:59 smithi027 bash[31536]: audit 2023-12-07T17:12:58.526505+0000 mgr.a (mgr.24293) 17745 : audit 0 from='client.352179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:00 smithi022 bash[28554]: cluster 2023-12-07T17:12:58.735731+0000 mgr.a (mgr.24293) 17746 : cluster 0 pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:00 smithi044 bash[32620]: cluster 2023-12-07T17:12:58.735731+0000 mgr.a (mgr.24293) 17746 : cluster 0 pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:00.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:00 smithi027 bash[31536]: cluster 2023-12-07T17:12:58.735731+0000 mgr.a (mgr.24293) 17746 : cluster 0 pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:02 smithi022 bash[28554]: cluster 2023-12-07T17:13:00.736635+0000 mgr.a (mgr.24293) 17747 : cluster 0 pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:02 smithi044 bash[32620]: cluster 2023-12-07T17:13:00.736635+0000 mgr.a (mgr.24293) 17747 : cluster 0 pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:02.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:02 smithi027 bash[31536]: cluster 2023-12-07T17:13:00.736635+0000 mgr.a (mgr.24293) 17747 : cluster 0 pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:04.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:04.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:04.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:04.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:04 smithi027 bash[31536]: cluster 2023-12-07T17:13:02.737193+0000 mgr.a (mgr.24293) 17748 : cluster 0 pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:04.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:04 smithi022 bash[28554]: cluster 2023-12-07T17:13:02.737193+0000 mgr.a (mgr.24293) 17748 : cluster 0 pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:04.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:04 smithi044 bash[32620]: cluster 2023-12-07T17:13:02.737193+0000 mgr.a (mgr.24293) 17748 : cluster 0 pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:05.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:05.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:05.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:05.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:05.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:05.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:05 smithi027 bash[31536]: audit 2023-12-07T17:13:04.471843+0000 mgr.a (mgr.24293) 17749 : audit 0 from='client.352257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:05.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:05 smithi022 bash[28554]: audit 2023-12-07T17:13:04.471843+0000 mgr.a (mgr.24293) 17749 : audit 0 from='client.352257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:05.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:05 smithi044 bash[32620]: audit 2023-12-07T17:13:04.471843+0000 mgr.a (mgr.24293) 17749 : audit 0 from='client.352257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:06.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:06 smithi027 bash[31536]: cluster 2023-12-07T17:13:04.737697+0000 mgr.a (mgr.24293) 17750 : cluster 0 pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:06.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:06 smithi022 bash[28554]: cluster 2023-12-07T17:13:04.737697+0000 mgr.a (mgr.24293) 17750 : cluster 0 pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:06.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:06 smithi044 bash[32620]: cluster 2023-12-07T17:13:04.737697+0000 mgr.a (mgr.24293) 17750 : cluster 0 pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:08 smithi027 bash[31536]: cluster 2023-12-07T17:13:06.738786+0000 mgr.a (mgr.24293) 17751 : cluster 0 pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:08 smithi022 bash[28554]: cluster 2023-12-07T17:13:06.738786+0000 mgr.a (mgr.24293) 17751 : cluster 0 pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:08 smithi044 bash[32620]: cluster 2023-12-07T17:13:06.738786+0000 mgr.a (mgr.24293) 17751 : cluster 0 pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:10.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:10.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:10.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:10 smithi027 bash[31536]: cluster 2023-12-07T17:13:08.739389+0000 mgr.a (mgr.24293) 17752 : cluster 0 pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:10.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:10 smithi022 bash[28554]: cluster 2023-12-07T17:13:08.739389+0000 mgr.a (mgr.24293) 17752 : cluster 0 pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:10 smithi044 bash[32620]: cluster 2023-12-07T17:13:08.739389+0000 mgr.a (mgr.24293) 17752 : cluster 0 pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:10.974 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:10.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:10.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:10.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:10.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:11.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:11 smithi022 bash[28554]: audit 2023-12-07T17:13:10.432828+0000 mgr.a (mgr.24293) 17753 : audit 0 from='client.287035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:11 smithi044 bash[32620]: audit 2023-12-07T17:13:10.432828+0000 mgr.a (mgr.24293) 17753 : audit 0 from='client.287035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:11.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:11 smithi027 bash[31536]: audit 2023-12-07T17:13:10.432828+0000 mgr.a (mgr.24293) 17753 : audit 0 from='client.287035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:12.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:12 smithi022 bash[28554]: cluster 2023-12-07T17:13:10.740599+0000 mgr.a (mgr.24293) 17754 : cluster 0 pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:12 smithi044 bash[32620]: cluster 2023-12-07T17:13:10.740599+0000 mgr.a (mgr.24293) 17754 : cluster 0 pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:12.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:12 smithi027 bash[31536]: cluster 2023-12-07T17:13:10.740599+0000 mgr.a (mgr.24293) 17754 : cluster 0 pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:14.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:14 smithi022 bash[28554]: cluster 2023-12-07T17:13:12.741289+0000 mgr.a (mgr.24293) 17755 : cluster 0 pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:14.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:14 smithi044 bash[32620]: cluster 2023-12-07T17:13:12.741289+0000 mgr.a (mgr.24293) 17755 : cluster 0 pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:14 smithi027 bash[31536]: cluster 2023-12-07T17:13:12.741289+0000 mgr.a (mgr.24293) 17755 : cluster 0 pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:15.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:15.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:15.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:16.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:16 smithi022 bash[28554]: cluster 2023-12-07T17:13:14.741870+0000 mgr.a (mgr.24293) 17756 : cluster 0 pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:16.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:16 smithi044 bash[32620]: cluster 2023-12-07T17:13:14.741870+0000 mgr.a (mgr.24293) 17756 : cluster 0 pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:16.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:16.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:16.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:16.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:16.941 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:16.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:16 smithi027 bash[31536]: cluster 2023-12-07T17:13:14.741870+0000 mgr.a (mgr.24293) 17756 : cluster 0 pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:17.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:17 smithi022 bash[28554]: audit 2023-12-07T17:13:16.392346+0000 mgr.a (mgr.24293) 17757 : audit 0 from='client.352410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:17.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:17 smithi044 bash[32620]: audit 2023-12-07T17:13:16.392346+0000 mgr.a (mgr.24293) 17757 : audit 0 from='client.352410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:17.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:17 smithi027 bash[31536]: audit 2023-12-07T17:13:16.392346+0000 mgr.a (mgr.24293) 17757 : audit 0 from='client.352410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:18.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:18 smithi022 bash[28554]: cluster 2023-12-07T17:13:16.742587+0000 mgr.a (mgr.24293) 17758 : cluster 0 pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:18 smithi044 bash[32620]: cluster 2023-12-07T17:13:16.742587+0000 mgr.a (mgr.24293) 17758 : cluster 0 pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:18.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:18 smithi027 bash[31536]: cluster 2023-12-07T17:13:16.742587+0000 mgr.a (mgr.24293) 17758 : cluster 0 pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:20.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:20 smithi022 bash[28554]: cluster 2023-12-07T17:13:18.743247+0000 mgr.a (mgr.24293) 17759 : cluster 0 pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:20.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:20 smithi044 bash[32620]: cluster 2023-12-07T17:13:18.743247+0000 mgr.a (mgr.24293) 17759 : cluster 0 pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:20.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:20 smithi027 bash[31536]: cluster 2023-12-07T17:13:18.743247+0000 mgr.a (mgr.24293) 17759 : cluster 0 pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:21.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:21.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:21.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:22.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:22.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:22.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:22.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:22.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:22.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:22 smithi022 bash[28554]: cluster 2023-12-07T17:13:20.744097+0000 mgr.a (mgr.24293) 17760 : cluster 0 pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:22.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:22 smithi044 bash[32620]: cluster 2023-12-07T17:13:20.744097+0000 mgr.a (mgr.24293) 17760 : cluster 0 pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:22 smithi027 bash[31536]: cluster 2023-12-07T17:13:20.744097+0000 mgr.a (mgr.24293) 17760 : cluster 0 pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:23.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:23 smithi022 bash[28554]: audit 2023-12-07T17:13:22.352263+0000 mgr.a (mgr.24293) 17761 : audit 0 from='client.352488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:23.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:23 smithi044 bash[32620]: audit 2023-12-07T17:13:22.352263+0000 mgr.a (mgr.24293) 17761 : audit 0 from='client.352488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:23.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:23 smithi027 bash[31536]: audit 2023-12-07T17:13:22.352263+0000 mgr.a (mgr.24293) 17761 : audit 0 from='client.352488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:24 smithi022 bash[28554]: cluster 2023-12-07T17:13:22.744716+0000 mgr.a (mgr.24293) 17762 : cluster 0 pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:24 smithi044 bash[32620]: cluster 2023-12-07T17:13:22.744716+0000 mgr.a (mgr.24293) 17762 : cluster 0 pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:24 smithi027 bash[31536]: cluster 2023-12-07T17:13:22.744716+0000 mgr.a (mgr.24293) 17762 : cluster 0 pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:26 smithi022 bash[28554]: cluster 2023-12-07T17:13:24.745335+0000 mgr.a (mgr.24293) 17763 : cluster 0 pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:26 smithi044 bash[32620]: cluster 2023-12-07T17:13:24.745335+0000 mgr.a (mgr.24293) 17763 : cluster 0 pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:26 smithi027 bash[31536]: cluster 2023-12-07T17:13:24.745335+0000 mgr.a (mgr.24293) 17763 : cluster 0 pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:27.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:27.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:27.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:28.856 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:28.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:28.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:28.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:28.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:28.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:28 smithi022 bash[28554]: cluster 2023-12-07T17:13:26.746164+0000 mgr.a (mgr.24293) 17764 : cluster 0 pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:28.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:28 smithi044 bash[32620]: cluster 2023-12-07T17:13:26.746164+0000 mgr.a (mgr.24293) 17764 : cluster 0 pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:28.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:28 smithi027 bash[31536]: cluster 2023-12-07T17:13:26.746164+0000 mgr.a (mgr.24293) 17764 : cluster 0 pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:29.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:29 smithi022 bash[28554]: audit 2023-12-07T17:13:28.312609+0000 mgr.a (mgr.24293) 17765 : audit 0 from='client.352557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:29.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:29 smithi044 bash[32620]: audit 2023-12-07T17:13:28.312609+0000 mgr.a (mgr.24293) 17765 : audit 0 from='client.352557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:29.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:29 smithi027 bash[31536]: audit 2023-12-07T17:13:28.312609+0000 mgr.a (mgr.24293) 17765 : audit 0 from='client.352557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:30 smithi022 bash[28554]: cluster 2023-12-07T17:13:28.746900+0000 mgr.a (mgr.24293) 17766 : cluster 0 pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:30 smithi044 bash[32620]: cluster 2023-12-07T17:13:28.746900+0000 mgr.a (mgr.24293) 17766 : cluster 0 pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:30 smithi027 bash[31536]: cluster 2023-12-07T17:13:28.746900+0000 mgr.a (mgr.24293) 17766 : cluster 0 pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:32 smithi022 bash[28554]: cluster 2023-12-07T17:13:30.747768+0000 mgr.a (mgr.24293) 17767 : cluster 0 pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:32.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:32 smithi044 bash[32620]: cluster 2023-12-07T17:13:30.747768+0000 mgr.a (mgr.24293) 17767 : cluster 0 pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:32.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:32 smithi027 bash[31536]: cluster 2023-12-07T17:13:30.747768+0000 mgr.a (mgr.24293) 17767 : cluster 0 pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:33.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:33.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:33.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:34.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:34.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:34.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:34.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:34.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:34.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:34 smithi022 bash[28554]: cluster 2023-12-07T17:13:32.748300+0000 mgr.a (mgr.24293) 17768 : cluster 0 pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:34.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:34 smithi044 bash[32620]: cluster 2023-12-07T17:13:32.748300+0000 mgr.a (mgr.24293) 17768 : cluster 0 pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:34 smithi027 bash[31536]: cluster 2023-12-07T17:13:32.748300+0000 mgr.a (mgr.24293) 17768 : cluster 0 pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:35 smithi022 bash[28554]: audit 2023-12-07T17:13:34.267789+0000 mgr.a (mgr.24293) 17769 : audit 0 from='client.352632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:35 smithi044 bash[32620]: audit 2023-12-07T17:13:34.267789+0000 mgr.a (mgr.24293) 17769 : audit 0 from='client.352632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:35.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:35 smithi027 bash[31536]: audit 2023-12-07T17:13:34.267789+0000 mgr.a (mgr.24293) 17769 : audit 0 from='client.352632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:36 smithi022 bash[28554]: cluster 2023-12-07T17:13:34.748983+0000 mgr.a (mgr.24293) 17770 : cluster 0 pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:36 smithi044 bash[32620]: cluster 2023-12-07T17:13:34.748983+0000 mgr.a (mgr.24293) 17770 : cluster 0 pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:36 smithi027 bash[31536]: cluster 2023-12-07T17:13:34.748983+0000 mgr.a (mgr.24293) 17770 : cluster 0 pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:38 smithi022 bash[28554]: cluster 2023-12-07T17:13:36.749841+0000 mgr.a (mgr.24293) 17771 : cluster 0 pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:38.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:38 smithi044 bash[32620]: cluster 2023-12-07T17:13:36.749841+0000 mgr.a (mgr.24293) 17771 : cluster 0 pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:38 smithi027 bash[31536]: cluster 2023-12-07T17:13:36.749841+0000 mgr.a (mgr.24293) 17771 : cluster 0 pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:39.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:39.794 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:39.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:40.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:40.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:40.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:40.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:40.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:40 smithi022 bash[28554]: cluster 2023-12-07T17:13:38.750514+0000 mgr.a (mgr.24293) 17772 : cluster 0 pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:40 smithi044 bash[32620]: cluster 2023-12-07T17:13:38.750514+0000 mgr.a (mgr.24293) 17772 : cluster 0 pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:40 smithi027 bash[31536]: cluster 2023-12-07T17:13:38.750514+0000 mgr.a (mgr.24293) 17772 : cluster 0 pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:41 smithi022 bash[28554]: audit 2023-12-07T17:13:40.197635+0000 mgr.a (mgr.24293) 17773 : audit 0 from='client.352710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:41 smithi044 bash[32620]: audit 2023-12-07T17:13:40.197635+0000 mgr.a (mgr.24293) 17773 : audit 0 from='client.352710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:41.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:41 smithi027 bash[31536]: audit 2023-12-07T17:13:40.197635+0000 mgr.a (mgr.24293) 17773 : audit 0 from='client.352710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:42 smithi022 bash[28554]: cluster 2023-12-07T17:13:40.751760+0000 mgr.a (mgr.24293) 17774 : cluster 0 pgmap v13289: 33 pgs: 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:13:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:42 smithi044 bash[32620]: cluster 2023-12-07T17:13:40.751760+0000 mgr.a (mgr.24293) 17774 : cluster 0 pgmap v13289: 33 pgs: 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:13:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:42 smithi027 bash[31536]: cluster 2023-12-07T17:13:40.751760+0000 mgr.a (mgr.24293) 17774 : cluster 0 pgmap v13289: 33 pgs: 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:13:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:44 smithi022 bash[28554]: cluster 2023-12-07T17:13:42.752394+0000 mgr.a (mgr.24293) 17775 : cluster 0 pgmap v13290: 33 pgs: 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:13:44.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:44 smithi044 bash[32620]: cluster 2023-12-07T17:13:42.752394+0000 mgr.a (mgr.24293) 17775 : cluster 0 pgmap v13290: 33 pgs: 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:13:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:44 smithi027 bash[31536]: cluster 2023-12-07T17:13:42.752394+0000 mgr.a (mgr.24293) 17775 : cluster 0 pgmap v13290: 33 pgs: 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:13:45.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:45.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:45.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:46.669 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:46.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:46.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:46.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:46.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:46.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:46 smithi022 bash[28554]: cluster 2023-12-07T17:13:44.752950+0000 mgr.a (mgr.24293) 17776 : cluster 0 pgmap v13291: 33 pgs: 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:13:46.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:46 smithi044 bash[32620]: cluster 2023-12-07T17:13:44.752950+0000 mgr.a (mgr.24293) 17776 : cluster 0 pgmap v13291: 33 pgs: 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:13:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:46 smithi027 bash[31536]: cluster 2023-12-07T17:13:44.752950+0000 mgr.a (mgr.24293) 17776 : cluster 0 pgmap v13291: 33 pgs: 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:13:47.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:47 smithi022 bash[28554]: audit 2023-12-07T17:13:46.134612+0000 mgr.a (mgr.24293) 17777 : audit 0 from='client.287389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:47.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:47 smithi044 bash[32620]: audit 2023-12-07T17:13:46.134612+0000 mgr.a (mgr.24293) 17777 : audit 0 from='client.287389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:47 smithi027 bash[31536]: audit 2023-12-07T17:13:46.134612+0000 mgr.a (mgr.24293) 17777 : audit 0 from='client.287389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:48 smithi022 bash[28554]: cluster 2023-12-07T17:13:46.753870+0000 mgr.a (mgr.24293) 17778 : cluster 0 pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:48 smithi022 bash[28554]: audit 2023-12-07T17:13:48.216511+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:48.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:48 smithi044 bash[32620]: cluster 2023-12-07T17:13:46.753870+0000 mgr.a (mgr.24293) 17778 : cluster 0 pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:48.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:48 smithi044 bash[32620]: audit 2023-12-07T17:13:48.216511+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:48 smithi027 bash[31536]: cluster 2023-12-07T17:13:46.753870+0000 mgr.a (mgr.24293) 17778 : cluster 0 pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:48 smithi027 bash[31536]: audit 2023-12-07T17:13:48.216511+0000 mon.a (mon.0) 2897 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:48.747637+0000 mon.a (mon.0) 2898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:48.752900+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: cluster 2023-12-07T17:13:48.754291+0000 mgr.a (mgr.24293) 17779 : cluster 0 pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:48.806979+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:48.815588+0000 mon.a (mon.0) 2901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:49.520412+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:49.522254+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:49 smithi022 bash[28554]: audit 2023-12-07T17:13:49.532085+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:48.747637+0000 mon.a (mon.0) 2898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:48.752900+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: cluster 2023-12-07T17:13:48.754291+0000 mgr.a (mgr.24293) 17779 : cluster 0 pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:48.806979+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:48.815588+0000 mon.a (mon.0) 2901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:49.520412+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:49.522254+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:49 smithi044 bash[32620]: audit 2023-12-07T17:13:49.532085+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:48.747637+0000 mon.a (mon.0) 2898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:48.752900+0000 mon.a (mon.0) 2899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: cluster 2023-12-07T17:13:48.754291+0000 mgr.a (mgr.24293) 17779 : cluster 0 pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:48.806979+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:48.815588+0000 mon.a (mon.0) 2901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:49.520412+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:49.522254+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:49 smithi027 bash[31536]: audit 2023-12-07T17:13:49.532085+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:13:51.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:51.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:51.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:51 smithi022 bash[28554]: cluster 2023-12-07T17:13:50.754991+0000 mgr.a (mgr.24293) 17780 : cluster 0 pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:51 smithi044 bash[32620]: cluster 2023-12-07T17:13:50.754991+0000 mgr.a (mgr.24293) 17780 : cluster 0 pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:51 smithi027 bash[31536]: cluster 2023-12-07T17:13:50.754991+0000 mgr.a (mgr.24293) 17780 : cluster 0 pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:52.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:52.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:52.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:52.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:52.622 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:53 smithi022 bash[28554]: audit 2023-12-07T17:13:52.084501+0000 mgr.a (mgr.24293) 17781 : audit 0 from='client.352866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:53 smithi044 bash[32620]: audit 2023-12-07T17:13:52.084501+0000 mgr.a (mgr.24293) 17781 : audit 0 from='client.352866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:53 smithi027 bash[31536]: audit 2023-12-07T17:13:52.084501+0000 mgr.a (mgr.24293) 17781 : audit 0 from='client.352866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:54 smithi022 bash[28554]: cluster 2023-12-07T17:13:52.755738+0000 mgr.a (mgr.24293) 17782 : cluster 0 pgmap v13295: 33 pgs: 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:13:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:54 smithi044 bash[32620]: cluster 2023-12-07T17:13:52.755738+0000 mgr.a (mgr.24293) 17782 : cluster 0 pgmap v13295: 33 pgs: 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:13:54.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:54 smithi027 bash[31536]: cluster 2023-12-07T17:13:52.755738+0000 mgr.a (mgr.24293) 17782 : cluster 0 pgmap v13295: 33 pgs: 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:13:56.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:56 smithi027 bash[31536]: cluster 2023-12-07T17:13:54.756330+0000 mgr.a (mgr.24293) 17783 : cluster 0 pgmap v13296: 33 pgs: 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:13:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:56 smithi022 bash[28554]: cluster 2023-12-07T17:13:54.756330+0000 mgr.a (mgr.24293) 17783 : cluster 0 pgmap v13296: 33 pgs: 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:13:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:56 smithi044 bash[32620]: cluster 2023-12-07T17:13:54.756330+0000 mgr.a (mgr.24293) 17783 : cluster 0 pgmap v13296: 33 pgs: 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:13:57.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:13:57.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:57.626 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:58.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:58 smithi027 bash[31536]: cluster 2023-12-07T17:13:56.757189+0000 mgr.a (mgr.24293) 17784 : cluster 0 pgmap v13297: 33 pgs: 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:13:58.541 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:13:58.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:58.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:58.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:58.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:13:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:58 smithi022 bash[28554]: cluster 2023-12-07T17:13:56.757189+0000 mgr.a (mgr.24293) 17784 : cluster 0 pgmap v13297: 33 pgs: 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:13:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:58 smithi044 bash[32620]: cluster 2023-12-07T17:13:56.757189+0000 mgr.a (mgr.24293) 17784 : cluster 0 pgmap v13297: 33 pgs: 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:13:59.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:13:59 smithi027 bash[31536]: audit 2023-12-07T17:13:58.034165+0000 mgr.a (mgr.24293) 17785 : audit 0 from='client.352941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:59.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:13:59 smithi022 bash[28554]: audit 2023-12-07T17:13:58.034165+0000 mgr.a (mgr.24293) 17785 : audit 0 from='client.352941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:13:59 smithi044 bash[32620]: audit 2023-12-07T17:13:58.034165+0000 mgr.a (mgr.24293) 17785 : audit 0 from='client.352941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:00.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:00 smithi027 bash[31536]: cluster 2023-12-07T17:13:58.757876+0000 mgr.a (mgr.24293) 17786 : cluster 0 pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:00 smithi022 bash[28554]: cluster 2023-12-07T17:13:58.757876+0000 mgr.a (mgr.24293) 17786 : cluster 0 pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:00 smithi044 bash[32620]: cluster 2023-12-07T17:13:58.757876+0000 mgr.a (mgr.24293) 17786 : cluster 0 pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:02.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:02 smithi027 bash[31536]: cluster 2023-12-07T17:14:00.758692+0000 mgr.a (mgr.24293) 17787 : cluster 0 pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:02 smithi022 bash[28554]: cluster 2023-12-07T17:14:00.758692+0000 mgr.a (mgr.24293) 17787 : cluster 0 pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:02 smithi044 bash[32620]: cluster 2023-12-07T17:14:00.758692+0000 mgr.a (mgr.24293) 17787 : cluster 0 pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:03.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:03.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:03.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:04.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:04.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:04.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:04.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:04.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:04 smithi022 bash[28554]: cluster 2023-12-07T17:14:02.759326+0000 mgr.a (mgr.24293) 17788 : cluster 0 pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:04 smithi044 bash[32620]: cluster 2023-12-07T17:14:02.759326+0000 mgr.a (mgr.24293) 17788 : cluster 0 pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:04 smithi027 bash[31536]: cluster 2023-12-07T17:14:02.759326+0000 mgr.a (mgr.24293) 17788 : cluster 0 pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:05.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:05 smithi022 bash[28554]: audit 2023-12-07T17:14:03.957102+0000 mgr.a (mgr.24293) 17789 : audit 0 from='client.353019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:05 smithi044 bash[32620]: audit 2023-12-07T17:14:03.957102+0000 mgr.a (mgr.24293) 17789 : audit 0 from='client.353019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:05.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:05 smithi027 bash[31536]: audit 2023-12-07T17:14:03.957102+0000 mgr.a (mgr.24293) 17789 : audit 0 from='client.353019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:06 smithi022 bash[28554]: cluster 2023-12-07T17:14:04.760116+0000 mgr.a (mgr.24293) 17790 : cluster 0 pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:06 smithi044 bash[32620]: cluster 2023-12-07T17:14:04.760116+0000 mgr.a (mgr.24293) 17790 : cluster 0 pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:06.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:06 smithi027 bash[31536]: cluster 2023-12-07T17:14:04.760116+0000 mgr.a (mgr.24293) 17790 : cluster 0 pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:08 smithi022 bash[28554]: cluster 2023-12-07T17:14:06.760982+0000 mgr.a (mgr.24293) 17791 : cluster 0 pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:08 smithi044 bash[32620]: cluster 2023-12-07T17:14:06.760982+0000 mgr.a (mgr.24293) 17791 : cluster 0 pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:08 smithi027 bash[31536]: cluster 2023-12-07T17:14:06.760982+0000 mgr.a (mgr.24293) 17791 : cluster 0 pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:09.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:09.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:09.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:10.404 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:10.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:10.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:10.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:10.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:10 smithi022 bash[28554]: cluster 2023-12-07T17:14:08.761584+0000 mgr.a (mgr.24293) 17792 : cluster 0 pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:10 smithi044 bash[32620]: cluster 2023-12-07T17:14:08.761584+0000 mgr.a (mgr.24293) 17792 : cluster 0 pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:10.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:10 smithi027 bash[31536]: cluster 2023-12-07T17:14:08.761584+0000 mgr.a (mgr.24293) 17792 : cluster 0 pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:11.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:11 smithi022 bash[28554]: audit 2023-12-07T17:14:09.889842+0000 mgr.a (mgr.24293) 17793 : audit 0 from='client.353097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:11.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:11 smithi044 bash[32620]: audit 2023-12-07T17:14:09.889842+0000 mgr.a (mgr.24293) 17793 : audit 0 from='client.353097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:11.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:11 smithi027 bash[31536]: audit 2023-12-07T17:14:09.889842+0000 mgr.a (mgr.24293) 17793 : audit 0 from='client.353097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:12 smithi022 bash[28554]: cluster 2023-12-07T17:14:10.762499+0000 mgr.a (mgr.24293) 17794 : cluster 0 pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:12 smithi044 bash[32620]: cluster 2023-12-07T17:14:10.762499+0000 mgr.a (mgr.24293) 17794 : cluster 0 pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:12.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:12 smithi027 bash[31536]: cluster 2023-12-07T17:14:10.762499+0000 mgr.a (mgr.24293) 17794 : cluster 0 pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:14 smithi022 bash[28554]: cluster 2023-12-07T17:14:12.763232+0000 mgr.a (mgr.24293) 17795 : cluster 0 pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:14 smithi044 bash[32620]: cluster 2023-12-07T17:14:12.763232+0000 mgr.a (mgr.24293) 17795 : cluster 0 pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:14 smithi027 bash[31536]: cluster 2023-12-07T17:14:12.763232+0000 mgr.a (mgr.24293) 17795 : cluster 0 pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:15.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:15.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:15.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:16.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:16.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:16.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:16.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:16.335 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:16 smithi022 bash[28554]: cluster 2023-12-07T17:14:14.763881+0000 mgr.a (mgr.24293) 17796 : cluster 0 pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:16 smithi044 bash[32620]: cluster 2023-12-07T17:14:14.763881+0000 mgr.a (mgr.24293) 17796 : cluster 0 pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:16.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:16 smithi027 bash[31536]: cluster 2023-12-07T17:14:14.763881+0000 mgr.a (mgr.24293) 17796 : cluster 0 pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:17.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:17 smithi022 bash[28554]: audit 2023-12-07T17:14:15.823018+0000 mgr.a (mgr.24293) 17797 : audit 0 from='client.353175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:17 smithi044 bash[32620]: audit 2023-12-07T17:14:15.823018+0000 mgr.a (mgr.24293) 17797 : audit 0 from='client.353175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:17.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:17 smithi027 bash[31536]: audit 2023-12-07T17:14:15.823018+0000 mgr.a (mgr.24293) 17797 : audit 0 from='client.353175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:18 smithi022 bash[28554]: cluster 2023-12-07T17:14:16.764902+0000 mgr.a (mgr.24293) 17798 : cluster 0 pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:18 smithi044 bash[32620]: cluster 2023-12-07T17:14:16.764902+0000 mgr.a (mgr.24293) 17798 : cluster 0 pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:18.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:18 smithi027 bash[31536]: cluster 2023-12-07T17:14:16.764902+0000 mgr.a (mgr.24293) 17798 : cluster 0 pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:20 smithi022 bash[28554]: cluster 2023-12-07T17:14:18.765422+0000 mgr.a (mgr.24293) 17799 : cluster 0 pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:20 smithi044 bash[32620]: cluster 2023-12-07T17:14:18.765422+0000 mgr.a (mgr.24293) 17799 : cluster 0 pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:20.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:20 smithi027 bash[31536]: cluster 2023-12-07T17:14:18.765422+0000 mgr.a (mgr.24293) 17799 : cluster 0 pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:21.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:21.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:21.339 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:22.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:22.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:22.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:22.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:22.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:22 smithi022 bash[28554]: cluster 2023-12-07T17:14:20.766145+0000 mgr.a (mgr.24293) 17800 : cluster 0 pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:22 smithi044 bash[32620]: cluster 2023-12-07T17:14:20.766145+0000 mgr.a (mgr.24293) 17800 : cluster 0 pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:22 smithi027 bash[31536]: cluster 2023-12-07T17:14:20.766145+0000 mgr.a (mgr.24293) 17800 : cluster 0 pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:23.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:23 smithi022 bash[28554]: audit 2023-12-07T17:14:21.750046+0000 mgr.a (mgr.24293) 17801 : audit 0 from='client.353253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:23 smithi044 bash[32620]: audit 2023-12-07T17:14:21.750046+0000 mgr.a (mgr.24293) 17801 : audit 0 from='client.353253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:23.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:23 smithi027 bash[31536]: audit 2023-12-07T17:14:21.750046+0000 mgr.a (mgr.24293) 17801 : audit 0 from='client.353253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:24 smithi022 bash[28554]: cluster 2023-12-07T17:14:22.766855+0000 mgr.a (mgr.24293) 17802 : cluster 0 pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:24 smithi044 bash[32620]: cluster 2023-12-07T17:14:22.766855+0000 mgr.a (mgr.24293) 17802 : cluster 0 pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:24.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:24 smithi027 bash[31536]: cluster 2023-12-07T17:14:22.766855+0000 mgr.a (mgr.24293) 17802 : cluster 0 pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:26.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:26 smithi022 bash[28554]: cluster 2023-12-07T17:14:24.767455+0000 mgr.a (mgr.24293) 17803 : cluster 0 pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:26 smithi044 bash[32620]: cluster 2023-12-07T17:14:24.767455+0000 mgr.a (mgr.24293) 17803 : cluster 0 pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:26 smithi027 bash[31536]: cluster 2023-12-07T17:14:24.767455+0000 mgr.a (mgr.24293) 17803 : cluster 0 pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:27.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:27.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:27.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:28.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:28 smithi022 bash[28554]: cluster 2023-12-07T17:14:26.768229+0000 mgr.a (mgr.24293) 17804 : cluster 0 pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:28 smithi044 bash[32620]: cluster 2023-12-07T17:14:26.768229+0000 mgr.a (mgr.24293) 17804 : cluster 0 pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:28.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:28 smithi027 bash[31536]: cluster 2023-12-07T17:14:26.768229+0000 mgr.a (mgr.24293) 17804 : cluster 0 pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:29.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:29 smithi022 bash[28554]: audit 2023-12-07T17:14:27.695329+0000 mgr.a (mgr.24293) 17805 : audit 0 from='client.353331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:29 smithi044 bash[32620]: audit 2023-12-07T17:14:27.695329+0000 mgr.a (mgr.24293) 17805 : audit 0 from='client.353331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:29.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:29 smithi027 bash[31536]: audit 2023-12-07T17:14:27.695329+0000 mgr.a (mgr.24293) 17805 : audit 0 from='client.353331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:30 smithi022 bash[28554]: cluster 2023-12-07T17:14:28.768916+0000 mgr.a (mgr.24293) 17806 : cluster 0 pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:30 smithi044 bash[32620]: cluster 2023-12-07T17:14:28.768916+0000 mgr.a (mgr.24293) 17806 : cluster 0 pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:30.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:30 smithi027 bash[31536]: cluster 2023-12-07T17:14:28.768916+0000 mgr.a (mgr.24293) 17806 : cluster 0 pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:32.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:32 smithi022 bash[28554]: cluster 2023-12-07T17:14:30.769734+0000 mgr.a (mgr.24293) 17807 : cluster 0 pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:32 smithi044 bash[32620]: cluster 2023-12-07T17:14:30.769734+0000 mgr.a (mgr.24293) 17807 : cluster 0 pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:32.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:32 smithi027 bash[31536]: cluster 2023-12-07T17:14:30.769734+0000 mgr.a (mgr.24293) 17807 : cluster 0 pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:33.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:33.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:33.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:34.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:34.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:34.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:34.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:34.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:34 smithi022 bash[28554]: cluster 2023-12-07T17:14:32.770334+0000 mgr.a (mgr.24293) 17808 : cluster 0 pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:34.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:34 smithi022 bash[28554]: audit 2023-12-07T17:14:33.625628+0000 mgr.a (mgr.24293) 17809 : audit 0 from='client.353409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:34 smithi044 bash[32620]: cluster 2023-12-07T17:14:32.770334+0000 mgr.a (mgr.24293) 17808 : cluster 0 pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:34.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:34 smithi044 bash[32620]: audit 2023-12-07T17:14:33.625628+0000 mgr.a (mgr.24293) 17809 : audit 0 from='client.353409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:34 smithi027 bash[31536]: cluster 2023-12-07T17:14:32.770334+0000 mgr.a (mgr.24293) 17808 : cluster 0 pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:34.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:34 smithi027 bash[31536]: audit 2023-12-07T17:14:33.625628+0000 mgr.a (mgr.24293) 17809 : audit 0 from='client.353409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:36 smithi022 bash[28554]: cluster 2023-12-07T17:14:34.771080+0000 mgr.a (mgr.24293) 17810 : cluster 0 pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:36 smithi044 bash[32620]: cluster 2023-12-07T17:14:34.771080+0000 mgr.a (mgr.24293) 17810 : cluster 0 pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:36.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:36 smithi027 bash[31536]: cluster 2023-12-07T17:14:34.771080+0000 mgr.a (mgr.24293) 17810 : cluster 0 pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:38.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:38 smithi022 bash[28554]: cluster 2023-12-07T17:14:36.772072+0000 mgr.a (mgr.24293) 17811 : cluster 0 pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:38 smithi044 bash[32620]: cluster 2023-12-07T17:14:36.772072+0000 mgr.a (mgr.24293) 17811 : cluster 0 pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:38.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:38 smithi027 bash[31536]: cluster 2023-12-07T17:14:36.772072+0000 mgr.a (mgr.24293) 17811 : cluster 0 pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:39.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:39.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:39.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:40.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:40.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:40.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:40.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:40.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:40 smithi022 bash[28554]: cluster 2023-12-07T17:14:38.772652+0000 mgr.a (mgr.24293) 17812 : cluster 0 pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:40 smithi022 bash[28554]: audit 2023-12-07T17:14:39.567989+0000 mgr.a (mgr.24293) 17813 : audit 0 from='client.353484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:40 smithi044 bash[32620]: cluster 2023-12-07T17:14:38.772652+0000 mgr.a (mgr.24293) 17812 : cluster 0 pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:40 smithi044 bash[32620]: audit 2023-12-07T17:14:39.567989+0000 mgr.a (mgr.24293) 17813 : audit 0 from='client.353484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:40 smithi027 bash[31536]: cluster 2023-12-07T17:14:38.772652+0000 mgr.a (mgr.24293) 17812 : cluster 0 pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:40 smithi027 bash[31536]: audit 2023-12-07T17:14:39.567989+0000 mgr.a (mgr.24293) 17813 : audit 0 from='client.353484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:42.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:42 smithi022 bash[28554]: cluster 2023-12-07T17:14:40.773603+0000 mgr.a (mgr.24293) 17814 : cluster 0 pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:42 smithi044 bash[32620]: cluster 2023-12-07T17:14:40.773603+0000 mgr.a (mgr.24293) 17814 : cluster 0 pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:42.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:42 smithi027 bash[31536]: cluster 2023-12-07T17:14:40.773603+0000 mgr.a (mgr.24293) 17814 : cluster 0 pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:44.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:44 smithi022 bash[28554]: cluster 2023-12-07T17:14:42.774195+0000 mgr.a (mgr.24293) 17815 : cluster 0 pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:44 smithi044 bash[32620]: cluster 2023-12-07T17:14:42.774195+0000 mgr.a (mgr.24293) 17815 : cluster 0 pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:44.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:44 smithi027 bash[31536]: cluster 2023-12-07T17:14:42.774195+0000 mgr.a (mgr.24293) 17815 : cluster 0 pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:45.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:45.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:45.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:46.049 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:46.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:46.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:46.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:46.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:46 smithi022 bash[28554]: cluster 2023-12-07T17:14:44.774779+0000 mgr.a (mgr.24293) 17816 : cluster 0 pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:46.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:46 smithi022 bash[28554]: audit 2023-12-07T17:14:45.531291+0000 mgr.a (mgr.24293) 17817 : audit 0 from='client.353559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:46 smithi044 bash[32620]: cluster 2023-12-07T17:14:44.774779+0000 mgr.a (mgr.24293) 17816 : cluster 0 pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:46 smithi044 bash[32620]: audit 2023-12-07T17:14:45.531291+0000 mgr.a (mgr.24293) 17817 : audit 0 from='client.353559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:46 smithi027 bash[31536]: cluster 2023-12-07T17:14:44.774779+0000 mgr.a (mgr.24293) 17816 : cluster 0 pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:46.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:46 smithi027 bash[31536]: audit 2023-12-07T17:14:45.531291+0000 mgr.a (mgr.24293) 17817 : audit 0 from='client.353559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:48 smithi022 bash[28554]: cluster 2023-12-07T17:14:46.775861+0000 mgr.a (mgr.24293) 17818 : cluster 0 pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:48 smithi044 bash[32620]: cluster 2023-12-07T17:14:46.775861+0000 mgr.a (mgr.24293) 17818 : cluster 0 pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:48.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:48 smithi027 bash[31536]: cluster 2023-12-07T17:14:46.775861+0000 mgr.a (mgr.24293) 17818 : cluster 0 pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:50 smithi022 bash[28554]: cluster 2023-12-07T17:14:48.776400+0000 mgr.a (mgr.24293) 17819 : cluster 0 pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:50.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:50 smithi022 bash[28554]: audit 2023-12-07T17:14:49.635328+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:50 smithi044 bash[32620]: cluster 2023-12-07T17:14:48.776400+0000 mgr.a (mgr.24293) 17819 : cluster 0 pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:50.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:50 smithi044 bash[32620]: audit 2023-12-07T17:14:49.635328+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:50 smithi027 bash[31536]: cluster 2023-12-07T17:14:48.776400+0000 mgr.a (mgr.24293) 17819 : cluster 0 pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:50.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:50 smithi027 bash[31536]: audit 2023-12-07T17:14:49.635328+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:51.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:51.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:51.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:51 smithi022 bash[28554]: audit 2023-12-07T17:14:50.421574+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:51.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:51 smithi022 bash[28554]: audit 2023-12-07T17:14:50.423063+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:51.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:51 smithi022 bash[28554]: audit 2023-12-07T17:14:50.432906+0000 mon.a (mon.0) 2908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:14:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:51 smithi044 bash[32620]: audit 2023-12-07T17:14:50.421574+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:51 smithi044 bash[32620]: audit 2023-12-07T17:14:50.423063+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:51 smithi044 bash[32620]: audit 2023-12-07T17:14:50.432906+0000 mon.a (mon.0) 2908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:14:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:51 smithi027 bash[31536]: audit 2023-12-07T17:14:50.421574+0000 mon.a (mon.0) 2906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:51 smithi027 bash[31536]: audit 2023-12-07T17:14:50.423063+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:51.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:51 smithi027 bash[31536]: audit 2023-12-07T17:14:50.432906+0000 mon.a (mon.0) 2908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:14:51.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:51.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:51.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:51.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:51.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:52 smithi027 bash[31536]: cluster 2023-12-07T17:14:50.777137+0000 mgr.a (mgr.24293) 17820 : cluster 0 pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:52.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:52 smithi027 bash[31536]: audit 2023-12-07T17:14:51.464336+0000 mgr.a (mgr.24293) 17821 : audit 0 from='client.353634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:52 smithi022 bash[28554]: cluster 2023-12-07T17:14:50.777137+0000 mgr.a (mgr.24293) 17820 : cluster 0 pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:52 smithi022 bash[28554]: audit 2023-12-07T17:14:51.464336+0000 mgr.a (mgr.24293) 17821 : audit 0 from='client.353634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:52 smithi044 bash[32620]: cluster 2023-12-07T17:14:50.777137+0000 mgr.a (mgr.24293) 17820 : cluster 0 pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:52.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:52 smithi044 bash[32620]: audit 2023-12-07T17:14:51.464336+0000 mgr.a (mgr.24293) 17821 : audit 0 from='client.353634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:54.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:54 smithi027 bash[31536]: cluster 2023-12-07T17:14:52.777873+0000 mgr.a (mgr.24293) 17822 : cluster 0 pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:54 smithi022 bash[28554]: cluster 2023-12-07T17:14:52.777873+0000 mgr.a (mgr.24293) 17822 : cluster 0 pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:54 smithi044 bash[32620]: cluster 2023-12-07T17:14:52.777873+0000 mgr.a (mgr.24293) 17822 : cluster 0 pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:56 smithi027 bash[31536]: cluster 2023-12-07T17:14:54.778438+0000 mgr.a (mgr.24293) 17823 : cluster 0 pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:56 smithi022 bash[28554]: cluster 2023-12-07T17:14:54.778438+0000 mgr.a (mgr.24293) 17823 : cluster 0 pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:56.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:56 smithi044 bash[32620]: cluster 2023-12-07T17:14:54.778438+0000 mgr.a (mgr.24293) 17823 : cluster 0 pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:57.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:14:57.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:57.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:57.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:14:57.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:57.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:57.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:57.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:14:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:58 smithi027 bash[31536]: cluster 2023-12-07T17:14:56.779333+0000 mgr.a (mgr.24293) 17824 : cluster 0 pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:58.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:14:58 smithi027 bash[31536]: audit 2023-12-07T17:14:57.413308+0000 mgr.a (mgr.24293) 17825 : audit 0 from='client.353712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:58 smithi022 bash[28554]: cluster 2023-12-07T17:14:56.779333+0000 mgr.a (mgr.24293) 17824 : cluster 0 pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:14:58 smithi022 bash[28554]: audit 2023-12-07T17:14:57.413308+0000 mgr.a (mgr.24293) 17825 : audit 0 from='client.353712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:58 smithi044 bash[32620]: cluster 2023-12-07T17:14:56.779333+0000 mgr.a (mgr.24293) 17824 : cluster 0 pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:58.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:14:58 smithi044 bash[32620]: audit 2023-12-07T17:14:57.413308+0000 mgr.a (mgr.24293) 17825 : audit 0 from='client.353712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:00 smithi022 bash[28554]: cluster 2023-12-07T17:14:58.780176+0000 mgr.a (mgr.24293) 17826 : cluster 0 pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:00.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:00 smithi044 bash[32620]: cluster 2023-12-07T17:14:58.780176+0000 mgr.a (mgr.24293) 17826 : cluster 0 pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:00 smithi027 bash[31536]: cluster 2023-12-07T17:14:58.780176+0000 mgr.a (mgr.24293) 17826 : cluster 0 pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:02 smithi022 bash[28554]: cluster 2023-12-07T17:15:00.781031+0000 mgr.a (mgr.24293) 17827 : cluster 0 pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:02.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:02 smithi044 bash[32620]: cluster 2023-12-07T17:15:00.781031+0000 mgr.a (mgr.24293) 17827 : cluster 0 pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:02.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:02.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:02 smithi027 bash[31536]: cluster 2023-12-07T17:15:00.781031+0000 mgr.a (mgr.24293) 17827 : cluster 0 pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:03.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:03.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:03.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:03.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:03.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:04 smithi022 bash[28554]: cluster 2023-12-07T17:15:02.781546+0000 mgr.a (mgr.24293) 17828 : cluster 0 pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:04 smithi022 bash[28554]: audit 2023-12-07T17:15:03.340969+0000 mgr.a (mgr.24293) 17829 : audit 0 from='client.353790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:04 smithi044 bash[32620]: cluster 2023-12-07T17:15:02.781546+0000 mgr.a (mgr.24293) 17828 : cluster 0 pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:04 smithi044 bash[32620]: audit 2023-12-07T17:15:03.340969+0000 mgr.a (mgr.24293) 17829 : audit 0 from='client.353790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:04 smithi027 bash[31536]: cluster 2023-12-07T17:15:02.781546+0000 mgr.a (mgr.24293) 17828 : cluster 0 pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:04 smithi027 bash[31536]: audit 2023-12-07T17:15:03.340969+0000 mgr.a (mgr.24293) 17829 : audit 0 from='client.353790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:06 smithi022 bash[28554]: cluster 2023-12-07T17:15:04.782429+0000 mgr.a (mgr.24293) 17830 : cluster 0 pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:06.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:06 smithi044 bash[32620]: cluster 2023-12-07T17:15:04.782429+0000 mgr.a (mgr.24293) 17830 : cluster 0 pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:06 smithi027 bash[31536]: cluster 2023-12-07T17:15:04.782429+0000 mgr.a (mgr.24293) 17830 : cluster 0 pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:08.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:08.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:08.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:08 smithi022 bash[28554]: cluster 2023-12-07T17:15:06.783371+0000 mgr.a (mgr.24293) 17831 : cluster 0 pgmap v13332: 33 pgs: 33 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:08.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:08 smithi044 bash[32620]: cluster 2023-12-07T17:15:06.783371+0000 mgr.a (mgr.24293) 17831 : cluster 0 pgmap v13332: 33 pgs: 33 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:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:08 smithi027 bash[31536]: cluster 2023-12-07T17:15:06.783371+0000 mgr.a (mgr.24293) 17831 : cluster 0 pgmap v13332: 33 pgs: 33 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:09.825 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:09.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:09.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:09.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:09.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:10 smithi022 bash[28554]: cluster 2023-12-07T17:15:08.783951+0000 mgr.a (mgr.24293) 17832 : cluster 0 pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:10 smithi022 bash[28554]: audit 2023-12-07T17:15:09.302942+0000 mgr.a (mgr.24293) 17833 : audit 0 from='client.353865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:10.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:10 smithi044 bash[32620]: cluster 2023-12-07T17:15:08.783951+0000 mgr.a (mgr.24293) 17832 : cluster 0 pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:10 smithi044 bash[32620]: audit 2023-12-07T17:15:09.302942+0000 mgr.a (mgr.24293) 17833 : audit 0 from='client.353865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:10 smithi027 bash[31536]: cluster 2023-12-07T17:15:08.783951+0000 mgr.a (mgr.24293) 17832 : cluster 0 pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:10 smithi027 bash[31536]: audit 2023-12-07T17:15:09.302942+0000 mgr.a (mgr.24293) 17833 : audit 0 from='client.353865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:12 smithi022 bash[28554]: cluster 2023-12-07T17:15:10.784914+0000 mgr.a (mgr.24293) 17834 : cluster 0 pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:12 smithi044 bash[32620]: cluster 2023-12-07T17:15:10.784914+0000 mgr.a (mgr.24293) 17834 : cluster 0 pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:12 smithi027 bash[31536]: cluster 2023-12-07T17:15:10.784914+0000 mgr.a (mgr.24293) 17834 : cluster 0 pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:14.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:14.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:14.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:14 smithi022 bash[28554]: cluster 2023-12-07T17:15:12.785497+0000 mgr.a (mgr.24293) 17835 : cluster 0 pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:14.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:14 smithi044 bash[32620]: cluster 2023-12-07T17:15:12.785497+0000 mgr.a (mgr.24293) 17835 : cluster 0 pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:14 smithi027 bash[31536]: cluster 2023-12-07T17:15:12.785497+0000 mgr.a (mgr.24293) 17835 : cluster 0 pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:15.783 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:15.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:15.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:15.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:15.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:16 smithi022 bash[28554]: cluster 2023-12-07T17:15:14.786092+0000 mgr.a (mgr.24293) 17836 : cluster 0 pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:16 smithi022 bash[28554]: audit 2023-12-07T17:15:15.237306+0000 mgr.a (mgr.24293) 17837 : audit 0 from='client.353940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:16.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:16 smithi044 bash[32620]: cluster 2023-12-07T17:15:14.786092+0000 mgr.a (mgr.24293) 17836 : cluster 0 pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:16 smithi044 bash[32620]: audit 2023-12-07T17:15:15.237306+0000 mgr.a (mgr.24293) 17837 : audit 0 from='client.353940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:16 smithi027 bash[31536]: cluster 2023-12-07T17:15:14.786092+0000 mgr.a (mgr.24293) 17836 : cluster 0 pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:16.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:16 smithi027 bash[31536]: audit 2023-12-07T17:15:15.237306+0000 mgr.a (mgr.24293) 17837 : audit 0 from='client.353940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:18.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:18 smithi022 bash[28554]: cluster 2023-12-07T17:15:16.787292+0000 mgr.a (mgr.24293) 17838 : cluster 0 pgmap v13337: 33 pgs: 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:15:18.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:18 smithi044 bash[32620]: cluster 2023-12-07T17:15:16.787292+0000 mgr.a (mgr.24293) 17838 : cluster 0 pgmap v13337: 33 pgs: 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:15:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:18 smithi027 bash[31536]: cluster 2023-12-07T17:15:16.787292+0000 mgr.a (mgr.24293) 17838 : cluster 0 pgmap v13337: 33 pgs: 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:15:20.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:20.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:20.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:20 smithi022 bash[28554]: cluster 2023-12-07T17:15:18.787946+0000 mgr.a (mgr.24293) 17839 : cluster 0 pgmap v13338: 33 pgs: 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:15:20.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:20 smithi044 bash[32620]: cluster 2023-12-07T17:15:18.787946+0000 mgr.a (mgr.24293) 17839 : cluster 0 pgmap v13338: 33 pgs: 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:15:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:20 smithi027 bash[31536]: cluster 2023-12-07T17:15:18.787946+0000 mgr.a (mgr.24293) 17839 : cluster 0 pgmap v13338: 33 pgs: 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:15:21.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:21.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:21.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:21.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:21.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:22 smithi022 bash[28554]: cluster 2023-12-07T17:15:20.788871+0000 mgr.a (mgr.24293) 17840 : cluster 0 pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:22 smithi022 bash[28554]: audit 2023-12-07T17:15:21.194142+0000 mgr.a (mgr.24293) 17841 : audit 0 from='client.354009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:22 smithi044 bash[32620]: cluster 2023-12-07T17:15:20.788871+0000 mgr.a (mgr.24293) 17840 : cluster 0 pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:22 smithi044 bash[32620]: audit 2023-12-07T17:15:21.194142+0000 mgr.a (mgr.24293) 17841 : audit 0 from='client.354009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:22 smithi027 bash[31536]: cluster 2023-12-07T17:15:20.788871+0000 mgr.a (mgr.24293) 17840 : cluster 0 pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:22 smithi027 bash[31536]: audit 2023-12-07T17:15:21.194142+0000 mgr.a (mgr.24293) 17841 : audit 0 from='client.354009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:24 smithi022 bash[28554]: cluster 2023-12-07T17:15:22.789710+0000 mgr.a (mgr.24293) 17842 : cluster 0 pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:24 smithi044 bash[32620]: cluster 2023-12-07T17:15:22.789710+0000 mgr.a (mgr.24293) 17842 : cluster 0 pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:24 smithi027 bash[31536]: cluster 2023-12-07T17:15:22.789710+0000 mgr.a (mgr.24293) 17842 : cluster 0 pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:26.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:26.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:26.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:26 smithi022 bash[28554]: cluster 2023-12-07T17:15:24.790337+0000 mgr.a (mgr.24293) 17843 : cluster 0 pgmap v13341: 33 pgs: 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:26 smithi044 bash[32620]: cluster 2023-12-07T17:15:24.790337+0000 mgr.a (mgr.24293) 17843 : cluster 0 pgmap v13341: 33 pgs: 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:26 smithi027 bash[31536]: cluster 2023-12-07T17:15:24.790337+0000 mgr.a (mgr.24293) 17843 : cluster 0 pgmap v13341: 33 pgs: 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:27.672 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:27.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:27.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:27.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:27.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:28 smithi022 bash[28554]: cluster 2023-12-07T17:15:26.791256+0000 mgr.a (mgr.24293) 17844 : cluster 0 pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:28 smithi022 bash[28554]: audit 2023-12-07T17:15:27.145302+0000 mgr.a (mgr.24293) 17845 : audit 0 from='client.354087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:28 smithi044 bash[32620]: cluster 2023-12-07T17:15:26.791256+0000 mgr.a (mgr.24293) 17844 : cluster 0 pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:28 smithi044 bash[32620]: audit 2023-12-07T17:15:27.145302+0000 mgr.a (mgr.24293) 17845 : audit 0 from='client.354087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:28 smithi027 bash[31536]: cluster 2023-12-07T17:15:26.791256+0000 mgr.a (mgr.24293) 17844 : cluster 0 pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:28 smithi027 bash[31536]: audit 2023-12-07T17:15:27.145302+0000 mgr.a (mgr.24293) 17845 : audit 0 from='client.354087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:30 smithi022 bash[28554]: cluster 2023-12-07T17:15:28.792004+0000 mgr.a (mgr.24293) 17846 : cluster 0 pgmap v13343: 33 pgs: 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:15:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:30 smithi044 bash[32620]: cluster 2023-12-07T17:15:28.792004+0000 mgr.a (mgr.24293) 17846 : cluster 0 pgmap v13343: 33 pgs: 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:15:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:30 smithi027 bash[31536]: cluster 2023-12-07T17:15:28.792004+0000 mgr.a (mgr.24293) 17846 : cluster 0 pgmap v13343: 33 pgs: 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:15:32.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:32.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:32.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:32 smithi022 bash[28554]: cluster 2023-12-07T17:15:30.792825+0000 mgr.a (mgr.24293) 17847 : cluster 0 pgmap v13344: 33 pgs: 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:15:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:32 smithi044 bash[32620]: cluster 2023-12-07T17:15:30.792825+0000 mgr.a (mgr.24293) 17847 : cluster 0 pgmap v13344: 33 pgs: 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:15:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:32 smithi027 bash[31536]: cluster 2023-12-07T17:15:30.792825+0000 mgr.a (mgr.24293) 17847 : cluster 0 pgmap v13344: 33 pgs: 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:15:33.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:33.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:33.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:33.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:33.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:34 smithi022 bash[28554]: cluster 2023-12-07T17:15:32.793396+0000 mgr.a (mgr.24293) 17848 : cluster 0 pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:34 smithi022 bash[28554]: audit 2023-12-07T17:15:33.075505+0000 mgr.a (mgr.24293) 17849 : audit 0 from='client.354159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:34 smithi044 bash[32620]: cluster 2023-12-07T17:15:32.793396+0000 mgr.a (mgr.24293) 17848 : cluster 0 pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:34 smithi044 bash[32620]: audit 2023-12-07T17:15:33.075505+0000 mgr.a (mgr.24293) 17849 : audit 0 from='client.354159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:34 smithi027 bash[31536]: cluster 2023-12-07T17:15:32.793396+0000 mgr.a (mgr.24293) 17848 : cluster 0 pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:34 smithi027 bash[31536]: audit 2023-12-07T17:15:33.075505+0000 mgr.a (mgr.24293) 17849 : audit 0 from='client.354159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:36 smithi022 bash[28554]: cluster 2023-12-07T17:15:34.794241+0000 mgr.a (mgr.24293) 17850 : cluster 0 pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:36 smithi044 bash[32620]: cluster 2023-12-07T17:15:34.794241+0000 mgr.a (mgr.24293) 17850 : cluster 0 pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:36 smithi027 bash[31536]: cluster 2023-12-07T17:15:34.794241+0000 mgr.a (mgr.24293) 17850 : cluster 0 pgmap v13346: 33 pgs: 33 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.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:38.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:38.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:38 smithi022 bash[28554]: cluster 2023-12-07T17:15:36.795148+0000 mgr.a (mgr.24293) 17851 : cluster 0 pgmap v13347: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:38 smithi044 bash[32620]: cluster 2023-12-07T17:15:36.795148+0000 mgr.a (mgr.24293) 17851 : cluster 0 pgmap v13347: 33 pgs: 33 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:38 smithi027 bash[31536]: cluster 2023-12-07T17:15:36.795148+0000 mgr.a (mgr.24293) 17851 : cluster 0 pgmap v13347: 33 pgs: 33 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:39.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:39.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:39.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:39.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:39.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:40 smithi022 bash[28554]: cluster 2023-12-07T17:15:38.795728+0000 mgr.a (mgr.24293) 17852 : cluster 0 pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:40 smithi022 bash[28554]: audit 2023-12-07T17:15:39.017769+0000 mgr.a (mgr.24293) 17853 : audit 0 from='client.354234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:40 smithi044 bash[32620]: cluster 2023-12-07T17:15:38.795728+0000 mgr.a (mgr.24293) 17852 : cluster 0 pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:40 smithi044 bash[32620]: audit 2023-12-07T17:15:39.017769+0000 mgr.a (mgr.24293) 17853 : audit 0 from='client.354234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:40 smithi027 bash[31536]: cluster 2023-12-07T17:15:38.795728+0000 mgr.a (mgr.24293) 17852 : cluster 0 pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:40.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:40 smithi027 bash[31536]: audit 2023-12-07T17:15:39.017769+0000 mgr.a (mgr.24293) 17853 : audit 0 from='client.354234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:42.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:42 smithi022 bash[28554]: cluster 2023-12-07T17:15:40.796659+0000 mgr.a (mgr.24293) 17854 : cluster 0 pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:42 smithi044 bash[32620]: cluster 2023-12-07T17:15:40.796659+0000 mgr.a (mgr.24293) 17854 : cluster 0 pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:42 smithi027 bash[31536]: cluster 2023-12-07T17:15:40.796659+0000 mgr.a (mgr.24293) 17854 : cluster 0 pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:44.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:44.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:44.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:44.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:44 smithi022 bash[28554]: cluster 2023-12-07T17:15:42.797246+0000 mgr.a (mgr.24293) 17855 : cluster 0 pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:44 smithi044 bash[32620]: cluster 2023-12-07T17:15:42.797246+0000 mgr.a (mgr.24293) 17855 : cluster 0 pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:44 smithi027 bash[31536]: cluster 2023-12-07T17:15:42.797246+0000 mgr.a (mgr.24293) 17855 : cluster 0 pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:45.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:45.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:45.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:45.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:45.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:46 smithi022 bash[28554]: cluster 2023-12-07T17:15:44.797785+0000 mgr.a (mgr.24293) 17856 : cluster 0 pgmap v13351: 33 pgs: 33 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.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:46 smithi022 bash[28554]: audit 2023-12-07T17:15:44.963586+0000 mgr.a (mgr.24293) 17857 : audit 0 from='client.354309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:46 smithi044 bash[32620]: cluster 2023-12-07T17:15:44.797785+0000 mgr.a (mgr.24293) 17856 : cluster 0 pgmap v13351: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:46 smithi044 bash[32620]: audit 2023-12-07T17:15:44.963586+0000 mgr.a (mgr.24293) 17857 : audit 0 from='client.354309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:46 smithi027 bash[31536]: cluster 2023-12-07T17:15:44.797785+0000 mgr.a (mgr.24293) 17856 : cluster 0 pgmap v13351: 33 pgs: 33 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:46 smithi027 bash[31536]: audit 2023-12-07T17:15:44.963586+0000 mgr.a (mgr.24293) 17857 : audit 0 from='client.354309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:48.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:48 smithi022 bash[28554]: cluster 2023-12-07T17:15:46.798684+0000 mgr.a (mgr.24293) 17858 : cluster 0 pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:48 smithi044 bash[32620]: cluster 2023-12-07T17:15:46.798684+0000 mgr.a (mgr.24293) 17858 : cluster 0 pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:48 smithi027 bash[31536]: cluster 2023-12-07T17:15:46.798684+0000 mgr.a (mgr.24293) 17858 : cluster 0 pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:50.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:50 smithi022 bash[28554]: cluster 2023-12-07T17:15:48.799278+0000 mgr.a (mgr.24293) 17859 : cluster 0 pgmap v13353: 33 pgs: 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:50.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:50 smithi022 bash[28554]: audit 2023-12-07T17:15:50.537186+0000 mon.a (mon.0) 2909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:50 smithi044 bash[32620]: cluster 2023-12-07T17:15:48.799278+0000 mgr.a (mgr.24293) 17859 : cluster 0 pgmap v13353: 33 pgs: 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:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:50 smithi044 bash[32620]: audit 2023-12-07T17:15:50.537186+0000 mon.a (mon.0) 2909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:50 smithi027 bash[31536]: cluster 2023-12-07T17:15:48.799278+0000 mgr.a (mgr.24293) 17859 : cluster 0 pgmap v13353: 33 pgs: 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:50.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:50 smithi027 bash[31536]: audit 2023-12-07T17:15:50.537186+0000 mon.a (mon.0) 2909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:51.516 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:51.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:51.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:51.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:51.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:51 smithi022 bash[28554]: audit 2023-12-07T17:15:51.401059+0000 mon.a (mon.0) 2910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:51 smithi022 bash[28554]: audit 2023-12-07T17:15:51.403395+0000 mon.a (mon.0) 2911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:51.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:51 smithi022 bash[28554]: audit 2023-12-07T17:15:51.413428+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:15:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:51 smithi044 bash[32620]: audit 2023-12-07T17:15:51.401059+0000 mon.a (mon.0) 2910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:51 smithi044 bash[32620]: audit 2023-12-07T17:15:51.403395+0000 mon.a (mon.0) 2911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:51 smithi044 bash[32620]: audit 2023-12-07T17:15:51.413428+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:15:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:51 smithi027 bash[31536]: audit 2023-12-07T17:15:51.401059+0000 mon.a (mon.0) 2910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:51.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:51 smithi027 bash[31536]: audit 2023-12-07T17:15:51.403395+0000 mon.a (mon.0) 2911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:51 smithi027 bash[31536]: audit 2023-12-07T17:15:51.413428+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:15:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:52 smithi022 bash[28554]: cluster 2023-12-07T17:15:50.800187+0000 mgr.a (mgr.24293) 17860 : cluster 0 pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:52.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:52 smithi022 bash[28554]: audit 2023-12-07T17:15:51.003584+0000 mgr.a (mgr.24293) 17861 : audit 0 from='client.354384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:52 smithi044 bash[32620]: cluster 2023-12-07T17:15:50.800187+0000 mgr.a (mgr.24293) 17860 : cluster 0 pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:52 smithi044 bash[32620]: audit 2023-12-07T17:15:51.003584+0000 mgr.a (mgr.24293) 17861 : audit 0 from='client.354384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:52 smithi027 bash[31536]: cluster 2023-12-07T17:15:50.800187+0000 mgr.a (mgr.24293) 17860 : cluster 0 pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:52.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:52 smithi027 bash[31536]: audit 2023-12-07T17:15:51.003584+0000 mgr.a (mgr.24293) 17861 : audit 0 from='client.354384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:54.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:54 smithi022 bash[28554]: cluster 2023-12-07T17:15:52.800880+0000 mgr.a (mgr.24293) 17862 : cluster 0 pgmap v13355: 33 pgs: 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:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:54 smithi044 bash[32620]: cluster 2023-12-07T17:15:52.800880+0000 mgr.a (mgr.24293) 17862 : cluster 0 pgmap v13355: 33 pgs: 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:54.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:54 smithi027 bash[31536]: cluster 2023-12-07T17:15:52.800880+0000 mgr.a (mgr.24293) 17862 : cluster 0 pgmap v13355: 33 pgs: 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:56.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:15:56.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:56.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:56.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:56 smithi022 bash[28554]: cluster 2023-12-07T17:15:54.801404+0000 mgr.a (mgr.24293) 17863 : cluster 0 pgmap v13356: 33 pgs: 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:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:56 smithi044 bash[32620]: cluster 2023-12-07T17:15:54.801404+0000 mgr.a (mgr.24293) 17863 : cluster 0 pgmap v13356: 33 pgs: 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:56.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:56 smithi027 bash[31536]: cluster 2023-12-07T17:15:54.801404+0000 mgr.a (mgr.24293) 17863 : cluster 0 pgmap v13356: 33 pgs: 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:57.472 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:15:57.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:57.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:57.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:57.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:15:58.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:58 smithi022 bash[28554]: cluster 2023-12-07T17:15:56.802352+0000 mgr.a (mgr.24293) 17864 : cluster 0 pgmap v13357: 33 pgs: 33 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.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:15:58 smithi022 bash[28554]: audit 2023-12-07T17:15:56.936354+0000 mgr.a (mgr.24293) 17865 : audit 0 from='client.354462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:58 smithi044 bash[32620]: cluster 2023-12-07T17:15:56.802352+0000 mgr.a (mgr.24293) 17864 : cluster 0 pgmap v13357: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:15:58 smithi044 bash[32620]: audit 2023-12-07T17:15:56.936354+0000 mgr.a (mgr.24293) 17865 : audit 0 from='client.354462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:58.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:58 smithi027 bash[31536]: cluster 2023-12-07T17:15:56.802352+0000 mgr.a (mgr.24293) 17864 : cluster 0 pgmap v13357: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:15:58 smithi027 bash[31536]: audit 2023-12-07T17:15:56.936354+0000 mgr.a (mgr.24293) 17865 : audit 0 from='client.354462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:00.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:00 smithi022 bash[28554]: cluster 2023-12-07T17:15:58.803057+0000 mgr.a (mgr.24293) 17866 : cluster 0 pgmap v13358: 33 pgs: 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:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:00 smithi044 bash[32620]: cluster 2023-12-07T17:15:58.803057+0000 mgr.a (mgr.24293) 17866 : cluster 0 pgmap v13358: 33 pgs: 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:00.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:00 smithi027 bash[31536]: cluster 2023-12-07T17:15:58.803057+0000 mgr.a (mgr.24293) 17866 : cluster 0 pgmap v13358: 33 pgs: 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:02.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:02.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:02.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:02.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:02 smithi022 bash[28554]: cluster 2023-12-07T17:16:00.803921+0000 mgr.a (mgr.24293) 17867 : cluster 0 pgmap v13359: 33 pgs: 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:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:02 smithi044 bash[32620]: cluster 2023-12-07T17:16:00.803921+0000 mgr.a (mgr.24293) 17867 : cluster 0 pgmap v13359: 33 pgs: 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:02.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:02 smithi027 bash[31536]: cluster 2023-12-07T17:16:00.803921+0000 mgr.a (mgr.24293) 17867 : cluster 0 pgmap v13359: 33 pgs: 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:03.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:03.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:03.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:03.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:03.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:04.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:04 smithi022 bash[28554]: cluster 2023-12-07T17:16:02.804464+0000 mgr.a (mgr.24293) 17868 : cluster 0 pgmap v13360: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:04 smithi022 bash[28554]: audit 2023-12-07T17:16:02.884333+0000 mgr.a (mgr.24293) 17869 : audit 0 from='client.354540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:04 smithi044 bash[32620]: cluster 2023-12-07T17:16:02.804464+0000 mgr.a (mgr.24293) 17868 : cluster 0 pgmap v13360: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:04 smithi044 bash[32620]: audit 2023-12-07T17:16:02.884333+0000 mgr.a (mgr.24293) 17869 : audit 0 from='client.354540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:04.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:04 smithi027 bash[31536]: cluster 2023-12-07T17:16:02.804464+0000 mgr.a (mgr.24293) 17868 : cluster 0 pgmap v13360: 33 pgs: 33 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:04 smithi027 bash[31536]: audit 2023-12-07T17:16:02.884333+0000 mgr.a (mgr.24293) 17869 : audit 0 from='client.354540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:06.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:06 smithi022 bash[28554]: cluster 2023-12-07T17:16:04.805162+0000 mgr.a (mgr.24293) 17870 : cluster 0 pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:06 smithi044 bash[32620]: cluster 2023-12-07T17:16:04.805162+0000 mgr.a (mgr.24293) 17870 : cluster 0 pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:06.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:06 smithi027 bash[31536]: cluster 2023-12-07T17:16:04.805162+0000 mgr.a (mgr.24293) 17870 : cluster 0 pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:08.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:08.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:08.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:08.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:08 smithi022 bash[28554]: cluster 2023-12-07T17:16:06.806008+0000 mgr.a (mgr.24293) 17871 : cluster 0 pgmap v13362: 33 pgs: 33 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:08.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:08 smithi044 bash[32620]: cluster 2023-12-07T17:16:06.806008+0000 mgr.a (mgr.24293) 17871 : cluster 0 pgmap v13362: 33 pgs: 33 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:08.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:08 smithi027 bash[31536]: cluster 2023-12-07T17:16:06.806008+0000 mgr.a (mgr.24293) 17871 : cluster 0 pgmap v13362: 33 pgs: 33 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:09.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:09.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:09.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:09.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:09.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:10.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:10 smithi022 bash[28554]: cluster 2023-12-07T17:16:08.806557+0000 mgr.a (mgr.24293) 17872 : cluster 0 pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:10 smithi022 bash[28554]: audit 2023-12-07T17:16:08.835605+0000 mgr.a (mgr.24293) 17873 : audit 0 from='client.354612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:10 smithi044 bash[32620]: cluster 2023-12-07T17:16:08.806557+0000 mgr.a (mgr.24293) 17872 : cluster 0 pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:10 smithi044 bash[32620]: audit 2023-12-07T17:16:08.835605+0000 mgr.a (mgr.24293) 17873 : audit 0 from='client.354612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:10.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:10 smithi027 bash[31536]: cluster 2023-12-07T17:16:08.806557+0000 mgr.a (mgr.24293) 17872 : cluster 0 pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:10 smithi027 bash[31536]: audit 2023-12-07T17:16:08.835605+0000 mgr.a (mgr.24293) 17873 : audit 0 from='client.354612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:12.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:12 smithi022 bash[28554]: cluster 2023-12-07T17:16:10.807601+0000 mgr.a (mgr.24293) 17874 : cluster 0 pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:12 smithi044 bash[32620]: cluster 2023-12-07T17:16:10.807601+0000 mgr.a (mgr.24293) 17874 : cluster 0 pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:12.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:12 smithi027 bash[31536]: cluster 2023-12-07T17:16:10.807601+0000 mgr.a (mgr.24293) 17874 : cluster 0 pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:14.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:14.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:14.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:14.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:14 smithi022 bash[28554]: cluster 2023-12-07T17:16:12.808168+0000 mgr.a (mgr.24293) 17875 : cluster 0 pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:14 smithi044 bash[32620]: cluster 2023-12-07T17:16:12.808168+0000 mgr.a (mgr.24293) 17875 : cluster 0 pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:14.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:14 smithi027 bash[31536]: cluster 2023-12-07T17:16:12.808168+0000 mgr.a (mgr.24293) 17875 : cluster 0 pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:15.297 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:15.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:15.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:15.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:15.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:16 smithi022 bash[28554]: audit 2023-12-07T17:16:14.777063+0000 mgr.a (mgr.24293) 17876 : audit 0 from='client.354690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:16.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:16 smithi022 bash[28554]: cluster 2023-12-07T17:16:14.809017+0000 mgr.a (mgr.24293) 17877 : cluster 0 pgmap v13366: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:16 smithi044 bash[32620]: audit 2023-12-07T17:16:14.777063+0000 mgr.a (mgr.24293) 17876 : audit 0 from='client.354690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:16 smithi044 bash[32620]: cluster 2023-12-07T17:16:14.809017+0000 mgr.a (mgr.24293) 17877 : cluster 0 pgmap v13366: 33 pgs: 33 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:16 smithi027 bash[31536]: audit 2023-12-07T17:16:14.777063+0000 mgr.a (mgr.24293) 17876 : audit 0 from='client.354690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:16 smithi027 bash[31536]: cluster 2023-12-07T17:16:14.809017+0000 mgr.a (mgr.24293) 17877 : cluster 0 pgmap v13366: 33 pgs: 33 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.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:18 smithi022 bash[28554]: cluster 2023-12-07T17:16:16.809969+0000 mgr.a (mgr.24293) 17878 : cluster 0 pgmap v13367: 33 pgs: 33 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:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:18 smithi044 bash[32620]: cluster 2023-12-07T17:16:16.809969+0000 mgr.a (mgr.24293) 17878 : cluster 0 pgmap v13367: 33 pgs: 33 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:18.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:18 smithi027 bash[31536]: cluster 2023-12-07T17:16:16.809969+0000 mgr.a (mgr.24293) 17878 : cluster 0 pgmap v13367: 33 pgs: 33 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:20.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:20.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:20 smithi022 bash[28554]: cluster 2023-12-07T17:16:18.810556+0000 mgr.a (mgr.24293) 17879 : cluster 0 pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:20 smithi044 bash[32620]: cluster 2023-12-07T17:16:18.810556+0000 mgr.a (mgr.24293) 17879 : cluster 0 pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:20.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:20 smithi027 bash[31536]: cluster 2023-12-07T17:16:18.810556+0000 mgr.a (mgr.24293) 17879 : cluster 0 pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:21.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:21.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:21.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:21.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:21.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:22 smithi022 bash[28554]: audit 2023-12-07T17:16:20.701753+0000 mgr.a (mgr.24293) 17880 : audit 0 from='client.354768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:22.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:22 smithi022 bash[28554]: cluster 2023-12-07T17:16:20.811675+0000 mgr.a (mgr.24293) 17881 : cluster 0 pgmap v13369: 33 pgs: 33 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:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:22 smithi044 bash[32620]: audit 2023-12-07T17:16:20.701753+0000 mgr.a (mgr.24293) 17880 : audit 0 from='client.354768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:22.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:22 smithi044 bash[32620]: cluster 2023-12-07T17:16:20.811675+0000 mgr.a (mgr.24293) 17881 : cluster 0 pgmap v13369: 33 pgs: 33 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:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:22 smithi027 bash[31536]: audit 2023-12-07T17:16:20.701753+0000 mgr.a (mgr.24293) 17880 : audit 0 from='client.354768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:22.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:22 smithi027 bash[31536]: cluster 2023-12-07T17:16:20.811675+0000 mgr.a (mgr.24293) 17881 : cluster 0 pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:24.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:24 smithi022 bash[28554]: cluster 2023-12-07T17:16:22.812309+0000 mgr.a (mgr.24293) 17882 : cluster 0 pgmap v13370: 33 pgs: 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:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:24 smithi044 bash[32620]: cluster 2023-12-07T17:16:22.812309+0000 mgr.a (mgr.24293) 17882 : cluster 0 pgmap v13370: 33 pgs: 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:24.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:24 smithi027 bash[31536]: cluster 2023-12-07T17:16:22.812309+0000 mgr.a (mgr.24293) 17882 : cluster 0 pgmap v13370: 33 pgs: 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:26.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:26.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:26.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:26.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:26 smithi022 bash[28554]: cluster 2023-12-07T17:16:24.812887+0000 mgr.a (mgr.24293) 17883 : cluster 0 pgmap v13371: 33 pgs: 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:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:26 smithi044 bash[32620]: cluster 2023-12-07T17:16:24.812887+0000 mgr.a (mgr.24293) 17883 : cluster 0 pgmap v13371: 33 pgs: 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:26.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:26 smithi027 bash[31536]: cluster 2023-12-07T17:16:24.812887+0000 mgr.a (mgr.24293) 17883 : cluster 0 pgmap v13371: 33 pgs: 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:27.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:27.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:27.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:27.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:27.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:27 smithi022 bash[28554]: audit 2023-12-07T17:16:26.621540+0000 mgr.a (mgr.24293) 17884 : audit 0 from='client.354843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:27 smithi044 bash[32620]: audit 2023-12-07T17:16:26.621540+0000 mgr.a (mgr.24293) 17884 : audit 0 from='client.354843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:27 smithi027 bash[31536]: audit 2023-12-07T17:16:26.621540+0000 mgr.a (mgr.24293) 17884 : audit 0 from='client.354843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:28.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:28 smithi022 bash[28554]: cluster 2023-12-07T17:16:26.813645+0000 mgr.a (mgr.24293) 17885 : cluster 0 pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:28 smithi044 bash[32620]: cluster 2023-12-07T17:16:26.813645+0000 mgr.a (mgr.24293) 17885 : cluster 0 pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:28 smithi027 bash[31536]: cluster 2023-12-07T17:16:26.813645+0000 mgr.a (mgr.24293) 17885 : cluster 0 pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:30 smithi022 bash[28554]: cluster 2023-12-07T17:16:28.814315+0000 mgr.a (mgr.24293) 17886 : cluster 0 pgmap v13373: 33 pgs: 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:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:30 smithi044 bash[32620]: cluster 2023-12-07T17:16:28.814315+0000 mgr.a (mgr.24293) 17886 : cluster 0 pgmap v13373: 33 pgs: 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:30.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:30 smithi027 bash[31536]: cluster 2023-12-07T17:16:28.814315+0000 mgr.a (mgr.24293) 17886 : cluster 0 pgmap v13373: 33 pgs: 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:32.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:32.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:32.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:32.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:32 smithi022 bash[28554]: cluster 2023-12-07T17:16:30.815153+0000 mgr.a (mgr.24293) 17887 : cluster 0 pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:32 smithi044 bash[32620]: cluster 2023-12-07T17:16:30.815153+0000 mgr.a (mgr.24293) 17887 : cluster 0 pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:32.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:32 smithi027 bash[31536]: cluster 2023-12-07T17:16:30.815153+0000 mgr.a (mgr.24293) 17887 : cluster 0 pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:33.122 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:33.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:33.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:33.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:33.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:33 smithi022 bash[28554]: audit 2023-12-07T17:16:32.591117+0000 mgr.a (mgr.24293) 17888 : audit 0 from='client.354918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:33 smithi044 bash[32620]: audit 2023-12-07T17:16:32.591117+0000 mgr.a (mgr.24293) 17888 : audit 0 from='client.354918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:33.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:33 smithi027 bash[31536]: audit 2023-12-07T17:16:32.591117+0000 mgr.a (mgr.24293) 17888 : audit 0 from='client.354918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:34 smithi022 bash[28554]: cluster 2023-12-07T17:16:32.815857+0000 mgr.a (mgr.24293) 17889 : cluster 0 pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:34 smithi044 bash[32620]: cluster 2023-12-07T17:16:32.815857+0000 mgr.a (mgr.24293) 17889 : cluster 0 pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:34 smithi027 bash[31536]: cluster 2023-12-07T17:16:32.815857+0000 mgr.a (mgr.24293) 17889 : cluster 0 pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:36.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:36 smithi022 bash[28554]: cluster 2023-12-07T17:16:34.816563+0000 mgr.a (mgr.24293) 17890 : cluster 0 pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:36 smithi044 bash[32620]: cluster 2023-12-07T17:16:34.816563+0000 mgr.a (mgr.24293) 17890 : cluster 0 pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:36.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:36 smithi027 bash[31536]: cluster 2023-12-07T17:16:34.816563+0000 mgr.a (mgr.24293) 17890 : cluster 0 pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:38.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:38.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:38.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:38 smithi022 bash[28554]: cluster 2023-12-07T17:16:36.817367+0000 mgr.a (mgr.24293) 17891 : cluster 0 pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:38 smithi044 bash[32620]: cluster 2023-12-07T17:16:36.817367+0000 mgr.a (mgr.24293) 17891 : cluster 0 pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:38.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:38 smithi027 bash[31536]: cluster 2023-12-07T17:16:36.817367+0000 mgr.a (mgr.24293) 17891 : cluster 0 pgmap v13377: 33 pgs: 33 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:39.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:39.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:39.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:39.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:39.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:39 smithi022 bash[28554]: audit 2023-12-07T17:16:38.529066+0000 mgr.a (mgr.24293) 17892 : audit 0 from='client.354993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:39.949 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:39 smithi044 bash[32620]: audit 2023-12-07T17:16:38.529066+0000 mgr.a (mgr.24293) 17892 : audit 0 from='client.354993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:39.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:39 smithi027 bash[31536]: audit 2023-12-07T17:16:38.529066+0000 mgr.a (mgr.24293) 17892 : audit 0 from='client.354993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:40 smithi027 bash[31536]: cluster 2023-12-07T17:16:38.818698+0000 mgr.a (mgr.24293) 17893 : cluster 0 pgmap v13378: 33 pgs: 33 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:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:40 smithi022 bash[28554]: cluster 2023-12-07T17:16:38.818698+0000 mgr.a (mgr.24293) 17893 : cluster 0 pgmap v13378: 33 pgs: 33 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:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:40 smithi044 bash[32620]: cluster 2023-12-07T17:16:38.818698+0000 mgr.a (mgr.24293) 17893 : cluster 0 pgmap v13378: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:42 smithi027 bash[31536]: cluster 2023-12-07T17:16:40.820012+0000 mgr.a (mgr.24293) 17894 : cluster 0 pgmap v13379: 33 pgs: 33 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:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:42 smithi022 bash[28554]: cluster 2023-12-07T17:16:40.820012+0000 mgr.a (mgr.24293) 17894 : cluster 0 pgmap v13379: 33 pgs: 33 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:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:42 smithi044 bash[32620]: cluster 2023-12-07T17:16:40.820012+0000 mgr.a (mgr.24293) 17894 : cluster 0 pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:44.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:44.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:44.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:44 smithi027 bash[31536]: cluster 2023-12-07T17:16:42.820733+0000 mgr.a (mgr.24293) 17895 : cluster 0 pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:45.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:45.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:45.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:45.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:45.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:44 smithi022 bash[28554]: cluster 2023-12-07T17:16:42.820733+0000 mgr.a (mgr.24293) 17895 : cluster 0 pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:44 smithi044 bash[32620]: cluster 2023-12-07T17:16:42.820733+0000 mgr.a (mgr.24293) 17895 : cluster 0 pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:45.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:45 smithi027 bash[31536]: audit 2023-12-07T17:16:44.483846+0000 mgr.a (mgr.24293) 17896 : audit 0 from='client.355068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:45 smithi022 bash[28554]: audit 2023-12-07T17:16:44.483846+0000 mgr.a (mgr.24293) 17896 : audit 0 from='client.355068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:45 smithi044 bash[32620]: audit 2023-12-07T17:16:44.483846+0000 mgr.a (mgr.24293) 17896 : audit 0 from='client.355068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:46.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:46 smithi027 bash[31536]: cluster 2023-12-07T17:16:44.821575+0000 mgr.a (mgr.24293) 17897 : cluster 0 pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:46 smithi022 bash[28554]: cluster 2023-12-07T17:16:44.821575+0000 mgr.a (mgr.24293) 17897 : cluster 0 pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:46 smithi044 bash[32620]: cluster 2023-12-07T17:16:44.821575+0000 mgr.a (mgr.24293) 17897 : cluster 0 pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:48.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:48 smithi027 bash[31536]: cluster 2023-12-07T17:16:46.822542+0000 mgr.a (mgr.24293) 17898 : cluster 0 pgmap v13382: 33 pgs: 33 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:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:48 smithi022 bash[28554]: cluster 2023-12-07T17:16:46.822542+0000 mgr.a (mgr.24293) 17898 : cluster 0 pgmap v13382: 33 pgs: 33 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:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:48 smithi044 bash[32620]: cluster 2023-12-07T17:16:46.822542+0000 mgr.a (mgr.24293) 17898 : cluster 0 pgmap v13382: 33 pgs: 33 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:50.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:50.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:50.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:49 smithi022 bash[28554]: cluster 2023-12-07T17:16:48.823106+0000 mgr.a (mgr.24293) 17899 : cluster 0 pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:49 smithi044 bash[32620]: cluster 2023-12-07T17:16:48.823106+0000 mgr.a (mgr.24293) 17899 : cluster 0 pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:49 smithi027 bash[31536]: cluster 2023-12-07T17:16:48.823106+0000 mgr.a (mgr.24293) 17899 : cluster 0 pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:50.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:50.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:50.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:50.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:50.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:50 smithi022 bash[28554]: audit 2023-12-07T17:16:50.425803+0000 mgr.a (mgr.24293) 17900 : audit 0 from='client.355143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:50 smithi044 bash[32620]: audit 2023-12-07T17:16:50.425803+0000 mgr.a (mgr.24293) 17900 : audit 0 from='client.355143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:51.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:50 smithi027 bash[31536]: audit 2023-12-07T17:16:50.425803+0000 mgr.a (mgr.24293) 17900 : audit 0 from='client.355143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:51 smithi022 bash[28554]: cluster 2023-12-07T17:16:50.824266+0000 mgr.a (mgr.24293) 17901 : cluster 0 pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:51 smithi022 bash[28554]: audit 2023-12-07T17:16:51.516154+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:51 smithi044 bash[32620]: cluster 2023-12-07T17:16:50.824266+0000 mgr.a (mgr.24293) 17901 : cluster 0 pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:51 smithi044 bash[32620]: audit 2023-12-07T17:16:51.516154+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:51 smithi027 bash[31536]: cluster 2023-12-07T17:16:50.824266+0000 mgr.a (mgr.24293) 17901 : cluster 0 pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:52.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:51 smithi027 bash[31536]: audit 2023-12-07T17:16:51.516154+0000 mon.a (mon.0) 2913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:53.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:53 smithi022 bash[28554]: audit 2023-12-07T17:16:52.308933+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:53 smithi022 bash[28554]: audit 2023-12-07T17:16:52.310786+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:53.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:53 smithi022 bash[28554]: audit 2023-12-07T17:16:52.321007+0000 mon.a (mon.0) 2916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:16:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:53 smithi044 bash[32620]: audit 2023-12-07T17:16:52.308933+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:53 smithi044 bash[32620]: audit 2023-12-07T17:16:52.310786+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:53.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:53 smithi044 bash[32620]: audit 2023-12-07T17:16:52.321007+0000 mon.a (mon.0) 2916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:16:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:53 smithi027 bash[31536]: audit 2023-12-07T17:16:52.308933+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:53 smithi027 bash[31536]: audit 2023-12-07T17:16:52.310786+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:53.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:53 smithi027 bash[31536]: audit 2023-12-07T17:16:52.321007+0000 mon.a (mon.0) 2916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:16:54.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:54 smithi022 bash[28554]: cluster 2023-12-07T17:16:52.824939+0000 mgr.a (mgr.24293) 17902 : cluster 0 pgmap v13385: 33 pgs: 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.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:54 smithi044 bash[32620]: cluster 2023-12-07T17:16:52.824939+0000 mgr.a (mgr.24293) 17902 : cluster 0 pgmap v13385: 33 pgs: 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.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:54 smithi027 bash[31536]: cluster 2023-12-07T17:16:52.824939+0000 mgr.a (mgr.24293) 17902 : cluster 0 pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:55.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:16:55.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:55.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:56 smithi022 bash[28554]: cluster 2023-12-07T17:16:54.825527+0000 mgr.a (mgr.24293) 17903 : cluster 0 pgmap v13386: 33 pgs: 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:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:56 smithi044 bash[32620]: cluster 2023-12-07T17:16:54.825527+0000 mgr.a (mgr.24293) 17903 : cluster 0 pgmap v13386: 33 pgs: 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:56.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:56 smithi027 bash[31536]: cluster 2023-12-07T17:16:54.825527+0000 mgr.a (mgr.24293) 17903 : cluster 0 pgmap v13386: 33 pgs: 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:56.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:16:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:56.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:16:57.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:57 smithi022 bash[28554]: audit 2023-12-07T17:16:56.320456+0000 mgr.a (mgr.24293) 17904 : audit 0 from='client.355221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:57.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:57 smithi044 bash[32620]: audit 2023-12-07T17:16:56.320456+0000 mgr.a (mgr.24293) 17904 : audit 0 from='client.355221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:57.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:57 smithi027 bash[31536]: audit 2023-12-07T17:16:56.320456+0000 mgr.a (mgr.24293) 17904 : audit 0 from='client.355221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:58.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:16:58 smithi022 bash[28554]: cluster 2023-12-07T17:16:56.826348+0000 mgr.a (mgr.24293) 17905 : cluster 0 pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:16:58 smithi044 bash[32620]: cluster 2023-12-07T17:16:56.826348+0000 mgr.a (mgr.24293) 17905 : cluster 0 pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:16:58 smithi027 bash[31536]: cluster 2023-12-07T17:16:56.826348+0000 mgr.a (mgr.24293) 17905 : cluster 0 pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:00.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:00 smithi022 bash[28554]: cluster 2023-12-07T17:16:58.826920+0000 mgr.a (mgr.24293) 17906 : cluster 0 pgmap v13388: 33 pgs: 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:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:00 smithi044 bash[32620]: cluster 2023-12-07T17:16:58.826920+0000 mgr.a (mgr.24293) 17906 : cluster 0 pgmap v13388: 33 pgs: 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:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:00 smithi027 bash[31536]: cluster 2023-12-07T17:16:58.826920+0000 mgr.a (mgr.24293) 17906 : cluster 0 pgmap v13388: 33 pgs: 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:01.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:01.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:01.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:02 smithi022 bash[28554]: cluster 2023-12-07T17:17:00.827720+0000 mgr.a (mgr.24293) 17907 : cluster 0 pgmap v13389: 33 pgs: 33 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.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:02 smithi044 bash[32620]: cluster 2023-12-07T17:17:00.827720+0000 mgr.a (mgr.24293) 17907 : cluster 0 pgmap v13389: 33 pgs: 33 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.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:02 smithi027 bash[31536]: cluster 2023-12-07T17:17:00.827720+0000 mgr.a (mgr.24293) 17907 : cluster 0 pgmap v13389: 33 pgs: 33 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.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:02.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:02.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:02.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:02.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:03.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:03 smithi022 bash[28554]: audit 2023-12-07T17:17:02.268125+0000 mgr.a (mgr.24293) 17908 : audit 0 from='client.355293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:03.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:03 smithi044 bash[32620]: audit 2023-12-07T17:17:02.268125+0000 mgr.a (mgr.24293) 17908 : audit 0 from='client.355293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:03 smithi027 bash[31536]: audit 2023-12-07T17:17:02.268125+0000 mgr.a (mgr.24293) 17908 : audit 0 from='client.355293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:04 smithi022 bash[28554]: cluster 2023-12-07T17:17:02.828376+0000 mgr.a (mgr.24293) 17909 : cluster 0 pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:04 smithi044 bash[32620]: cluster 2023-12-07T17:17:02.828376+0000 mgr.a (mgr.24293) 17909 : cluster 0 pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:04.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:04 smithi027 bash[31536]: cluster 2023-12-07T17:17:02.828376+0000 mgr.a (mgr.24293) 17909 : cluster 0 pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:06.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:06 smithi022 bash[28554]: cluster 2023-12-07T17:17:04.828984+0000 mgr.a (mgr.24293) 17910 : cluster 0 pgmap v13391: 33 pgs: 33 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.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:06 smithi044 bash[32620]: cluster 2023-12-07T17:17:04.828984+0000 mgr.a (mgr.24293) 17910 : cluster 0 pgmap v13391: 33 pgs: 33 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:06 smithi027 bash[31536]: cluster 2023-12-07T17:17:04.828984+0000 mgr.a (mgr.24293) 17910 : cluster 0 pgmap v13391: 33 pgs: 33 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:07.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:07.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:07.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:08.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:08 smithi022 bash[28554]: cluster 2023-12-07T17:17:06.829851+0000 mgr.a (mgr.24293) 17911 : cluster 0 pgmap v13392: 33 pgs: 33 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:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:08 smithi044 bash[32620]: cluster 2023-12-07T17:17:06.829851+0000 mgr.a (mgr.24293) 17911 : cluster 0 pgmap v13392: 33 pgs: 33 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:08.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:08 smithi027 bash[31536]: cluster 2023-12-07T17:17:06.829851+0000 mgr.a (mgr.24293) 17911 : cluster 0 pgmap v13392: 33 pgs: 33 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:08.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:08.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:08.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:08.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:08.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:09.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:09 smithi022 bash[28554]: audit 2023-12-07T17:17:08.202038+0000 mgr.a (mgr.24293) 17912 : audit 0 from='client.355365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:09.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:09 smithi044 bash[32620]: audit 2023-12-07T17:17:08.202038+0000 mgr.a (mgr.24293) 17912 : audit 0 from='client.355365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:09.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:09 smithi027 bash[31536]: audit 2023-12-07T17:17:08.202038+0000 mgr.a (mgr.24293) 17912 : audit 0 from='client.355365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:10 smithi022 bash[28554]: cluster 2023-12-07T17:17:08.830694+0000 mgr.a (mgr.24293) 17913 : cluster 0 pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:10 smithi044 bash[32620]: cluster 2023-12-07T17:17:08.830694+0000 mgr.a (mgr.24293) 17913 : cluster 0 pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:10 smithi027 bash[31536]: cluster 2023-12-07T17:17:08.830694+0000 mgr.a (mgr.24293) 17913 : cluster 0 pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:12.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:12 smithi022 bash[28554]: cluster 2023-12-07T17:17:10.831578+0000 mgr.a (mgr.24293) 17914 : cluster 0 pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:12 smithi044 bash[32620]: cluster 2023-12-07T17:17:10.831578+0000 mgr.a (mgr.24293) 17914 : cluster 0 pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:12 smithi027 bash[31536]: cluster 2023-12-07T17:17:10.831578+0000 mgr.a (mgr.24293) 17914 : cluster 0 pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:13.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:13.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:13.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:14.674 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:14.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:14.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:14.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:14.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:14.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:14 smithi022 bash[28554]: cluster 2023-12-07T17:17:12.832119+0000 mgr.a (mgr.24293) 17915 : cluster 0 pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:14.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:14 smithi044 bash[32620]: cluster 2023-12-07T17:17:12.832119+0000 mgr.a (mgr.24293) 17915 : cluster 0 pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:14 smithi027 bash[31536]: cluster 2023-12-07T17:17:12.832119+0000 mgr.a (mgr.24293) 17915 : cluster 0 pgmap v13395: 33 pgs: 33 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:15.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:15 smithi022 bash[28554]: audit 2023-12-07T17:17:14.132728+0000 mgr.a (mgr.24293) 17916 : audit 0 from='client.355440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:15.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:15 smithi044 bash[32620]: audit 2023-12-07T17:17:14.132728+0000 mgr.a (mgr.24293) 17916 : audit 0 from='client.355440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:15.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:15 smithi027 bash[31536]: audit 2023-12-07T17:17:14.132728+0000 mgr.a (mgr.24293) 17916 : audit 0 from='client.355440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:16 smithi022 bash[28554]: cluster 2023-12-07T17:17:14.832790+0000 mgr.a (mgr.24293) 17917 : cluster 0 pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:16.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:16 smithi044 bash[32620]: cluster 2023-12-07T17:17:14.832790+0000 mgr.a (mgr.24293) 17917 : cluster 0 pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:16 smithi027 bash[31536]: cluster 2023-12-07T17:17:14.832790+0000 mgr.a (mgr.24293) 17917 : cluster 0 pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:18.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:18 smithi022 bash[28554]: cluster 2023-12-07T17:17:16.833769+0000 mgr.a (mgr.24293) 17918 : cluster 0 pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:18.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:18 smithi044 bash[32620]: cluster 2023-12-07T17:17:16.833769+0000 mgr.a (mgr.24293) 17918 : cluster 0 pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:18 smithi027 bash[31536]: cluster 2023-12-07T17:17:16.833769+0000 mgr.a (mgr.24293) 17918 : cluster 0 pgmap v13397: 33 pgs: 33 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:19.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:19.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:19.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:20.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:20.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:20.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:20.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:20.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:20.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:20 smithi022 bash[28554]: cluster 2023-12-07T17:17:18.834330+0000 mgr.a (mgr.24293) 17919 : cluster 0 pgmap v13398: 33 pgs: 33 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.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:20 smithi044 bash[32620]: cluster 2023-12-07T17:17:18.834330+0000 mgr.a (mgr.24293) 17919 : cluster 0 pgmap v13398: 33 pgs: 33 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:20 smithi027 bash[31536]: cluster 2023-12-07T17:17:18.834330+0000 mgr.a (mgr.24293) 17919 : cluster 0 pgmap v13398: 33 pgs: 33 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:21.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:21 smithi022 bash[28554]: audit 2023-12-07T17:17:20.086633+0000 mgr.a (mgr.24293) 17920 : audit 0 from='client.355515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:21 smithi044 bash[32620]: audit 2023-12-07T17:17:20.086633+0000 mgr.a (mgr.24293) 17920 : audit 0 from='client.355515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:21.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:21 smithi027 bash[31536]: audit 2023-12-07T17:17:20.086633+0000 mgr.a (mgr.24293) 17920 : audit 0 from='client.355515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:22 smithi022 bash[28554]: cluster 2023-12-07T17:17:20.835246+0000 mgr.a (mgr.24293) 17921 : cluster 0 pgmap v13399: 33 pgs: 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:17:22.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:22 smithi044 bash[32620]: cluster 2023-12-07T17:17:20.835246+0000 mgr.a (mgr.24293) 17921 : cluster 0 pgmap v13399: 33 pgs: 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:17:22.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:22 smithi027 bash[31536]: cluster 2023-12-07T17:17:20.835246+0000 mgr.a (mgr.24293) 17921 : cluster 0 pgmap v13399: 33 pgs: 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:17:24.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:24 smithi022 bash[28554]: cluster 2023-12-07T17:17:22.835842+0000 mgr.a (mgr.24293) 17922 : cluster 0 pgmap v13400: 33 pgs: 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:17:24.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:24 smithi044 bash[32620]: cluster 2023-12-07T17:17:22.835842+0000 mgr.a (mgr.24293) 17922 : cluster 0 pgmap v13400: 33 pgs: 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:17:24.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:24 smithi027 bash[31536]: cluster 2023-12-07T17:17:22.835842+0000 mgr.a (mgr.24293) 17922 : cluster 0 pgmap v13400: 33 pgs: 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:17:25.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:25.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:25.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:26.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:26.550 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:26.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:26 smithi022 bash[28554]: cluster 2023-12-07T17:17:24.836504+0000 mgr.a (mgr.24293) 17923 : cluster 0 pgmap v13401: 33 pgs: 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:17:26.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:26 smithi044 bash[32620]: cluster 2023-12-07T17:17:24.836504+0000 mgr.a (mgr.24293) 17923 : cluster 0 pgmap v13401: 33 pgs: 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:17:26.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:26 smithi027 bash[31536]: cluster 2023-12-07T17:17:24.836504+0000 mgr.a (mgr.24293) 17923 : cluster 0 pgmap v13401: 33 pgs: 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:17:27.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:27 smithi022 bash[28554]: audit 2023-12-07T17:17:26.013598+0000 mgr.a (mgr.24293) 17924 : audit 0 from='client.355593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:27.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:27 smithi044 bash[32620]: audit 2023-12-07T17:17:26.013598+0000 mgr.a (mgr.24293) 17924 : audit 0 from='client.355593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:27.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:27 smithi027 bash[31536]: audit 2023-12-07T17:17:26.013598+0000 mgr.a (mgr.24293) 17924 : audit 0 from='client.355593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:28.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:28 smithi022 bash[28554]: cluster 2023-12-07T17:17:26.837659+0000 mgr.a (mgr.24293) 17925 : cluster 0 pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:28.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:28 smithi044 bash[32620]: cluster 2023-12-07T17:17:26.837659+0000 mgr.a (mgr.24293) 17925 : cluster 0 pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:28.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:28 smithi027 bash[31536]: cluster 2023-12-07T17:17:26.837659+0000 mgr.a (mgr.24293) 17925 : cluster 0 pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:30.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:30 smithi027 bash[31536]: cluster 2023-12-07T17:17:28.838206+0000 mgr.a (mgr.24293) 17926 : cluster 0 pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:30 smithi022 bash[28554]: cluster 2023-12-07T17:17:28.838206+0000 mgr.a (mgr.24293) 17926 : cluster 0 pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:30 smithi044 bash[32620]: cluster 2023-12-07T17:17:28.838206+0000 mgr.a (mgr.24293) 17926 : cluster 0 pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:31.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:31.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:31.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:32.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:32.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:32.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:32 smithi027 bash[31536]: cluster 2023-12-07T17:17:30.838897+0000 mgr.a (mgr.24293) 17927 : cluster 0 pgmap v13404: 33 pgs: 33 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.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:32 smithi022 bash[28554]: cluster 2023-12-07T17:17:30.838897+0000 mgr.a (mgr.24293) 17927 : cluster 0 pgmap v13404: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:32 smithi044 bash[32620]: cluster 2023-12-07T17:17:30.838897+0000 mgr.a (mgr.24293) 17927 : cluster 0 pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:33.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:33 smithi027 bash[31536]: audit 2023-12-07T17:17:31.963855+0000 mgr.a (mgr.24293) 17928 : audit 0 from='client.355671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:33.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:33 smithi022 bash[28554]: audit 2023-12-07T17:17:31.963855+0000 mgr.a (mgr.24293) 17928 : audit 0 from='client.355671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:33.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:33 smithi044 bash[32620]: audit 2023-12-07T17:17:31.963855+0000 mgr.a (mgr.24293) 17928 : audit 0 from='client.355671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:34.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:34 smithi027 bash[31536]: cluster 2023-12-07T17:17:32.839653+0000 mgr.a (mgr.24293) 17929 : cluster 0 pgmap v13405: 33 pgs: 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:17:34.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:34 smithi022 bash[28554]: cluster 2023-12-07T17:17:32.839653+0000 mgr.a (mgr.24293) 17929 : cluster 0 pgmap v13405: 33 pgs: 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:17:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:34 smithi044 bash[32620]: cluster 2023-12-07T17:17:32.839653+0000 mgr.a (mgr.24293) 17929 : cluster 0 pgmap v13405: 33 pgs: 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:17:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:36 smithi027 bash[31536]: cluster 2023-12-07T17:17:34.840193+0000 mgr.a (mgr.24293) 17930 : cluster 0 pgmap v13406: 33 pgs: 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:17:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:36 smithi022 bash[28554]: cluster 2023-12-07T17:17:34.840193+0000 mgr.a (mgr.24293) 17930 : cluster 0 pgmap v13406: 33 pgs: 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:17:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:36 smithi044 bash[32620]: cluster 2023-12-07T17:17:34.840193+0000 mgr.a (mgr.24293) 17930 : cluster 0 pgmap v13406: 33 pgs: 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:17:37.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:37.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:37.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:38.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:38.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:38.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:38.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:38.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:38.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:38 smithi022 bash[28554]: cluster 2023-12-07T17:17:36.841035+0000 mgr.a (mgr.24293) 17931 : cluster 0 pgmap v13407: 33 pgs: 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:17:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:38 smithi044 bash[32620]: cluster 2023-12-07T17:17:36.841035+0000 mgr.a (mgr.24293) 17931 : cluster 0 pgmap v13407: 33 pgs: 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:17:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:38 smithi027 bash[31536]: cluster 2023-12-07T17:17:36.841035+0000 mgr.a (mgr.24293) 17931 : cluster 0 pgmap v13407: 33 pgs: 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:17:39.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:39 smithi022 bash[28554]: audit 2023-12-07T17:17:37.917364+0000 mgr.a (mgr.24293) 17932 : audit 0 from='client.355749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:39.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:39 smithi044 bash[32620]: audit 2023-12-07T17:17:37.917364+0000 mgr.a (mgr.24293) 17932 : audit 0 from='client.355749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:39 smithi027 bash[31536]: audit 2023-12-07T17:17:37.917364+0000 mgr.a (mgr.24293) 17932 : audit 0 from='client.355749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:40 smithi022 bash[28554]: cluster 2023-12-07T17:17:38.841770+0000 mgr.a (mgr.24293) 17933 : cluster 0 pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:40 smithi044 bash[32620]: cluster 2023-12-07T17:17:38.841770+0000 mgr.a (mgr.24293) 17933 : cluster 0 pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:40 smithi027 bash[31536]: cluster 2023-12-07T17:17:38.841770+0000 mgr.a (mgr.24293) 17933 : cluster 0 pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:42 smithi022 bash[28554]: cluster 2023-12-07T17:17:40.842581+0000 mgr.a (mgr.24293) 17934 : cluster 0 pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:42 smithi044 bash[32620]: cluster 2023-12-07T17:17:40.842581+0000 mgr.a (mgr.24293) 17934 : cluster 0 pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:42 smithi027 bash[31536]: cluster 2023-12-07T17:17:40.842581+0000 mgr.a (mgr.24293) 17934 : cluster 0 pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:43.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:43.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:43.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:44.416 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:44.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:44.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:44.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:44.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:44 smithi022 bash[28554]: cluster 2023-12-07T17:17:42.843160+0000 mgr.a (mgr.24293) 17935 : cluster 0 pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:44 smithi044 bash[32620]: cluster 2023-12-07T17:17:42.843160+0000 mgr.a (mgr.24293) 17935 : cluster 0 pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:44 smithi027 bash[31536]: cluster 2023-12-07T17:17:42.843160+0000 mgr.a (mgr.24293) 17935 : cluster 0 pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:45 smithi022 bash[28554]: audit 2023-12-07T17:17:43.858154+0000 mgr.a (mgr.24293) 17936 : audit 0 from='client.355827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:45.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:45 smithi044 bash[32620]: audit 2023-12-07T17:17:43.858154+0000 mgr.a (mgr.24293) 17936 : audit 0 from='client.355827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:45.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:45 smithi027 bash[31536]: audit 2023-12-07T17:17:43.858154+0000 mgr.a (mgr.24293) 17936 : audit 0 from='client.355827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:46.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:46 smithi022 bash[28554]: cluster 2023-12-07T17:17:44.843897+0000 mgr.a (mgr.24293) 17937 : cluster 0 pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:46 smithi044 bash[32620]: cluster 2023-12-07T17:17:44.843897+0000 mgr.a (mgr.24293) 17937 : cluster 0 pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:46 smithi027 bash[31536]: cluster 2023-12-07T17:17:44.843897+0000 mgr.a (mgr.24293) 17937 : cluster 0 pgmap v13411: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:48 smithi022 bash[28554]: cluster 2023-12-07T17:17:46.844695+0000 mgr.a (mgr.24293) 17938 : cluster 0 pgmap v13412: 33 pgs: 33 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:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:48 smithi044 bash[32620]: cluster 2023-12-07T17:17:46.844695+0000 mgr.a (mgr.24293) 17938 : cluster 0 pgmap v13412: 33 pgs: 33 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:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:48 smithi027 bash[31536]: cluster 2023-12-07T17:17:46.844695+0000 mgr.a (mgr.24293) 17938 : cluster 0 pgmap v13412: 33 pgs: 33 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:49.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:49.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:49.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:50.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:50.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:50.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:50.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:50.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:50 smithi022 bash[28554]: cluster 2023-12-07T17:17:48.845194+0000 mgr.a (mgr.24293) 17939 : cluster 0 pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:50 smithi044 bash[32620]: cluster 2023-12-07T17:17:48.845194+0000 mgr.a (mgr.24293) 17939 : cluster 0 pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:50 smithi027 bash[31536]: cluster 2023-12-07T17:17:48.845194+0000 mgr.a (mgr.24293) 17939 : cluster 0 pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:51 smithi022 bash[28554]: audit 2023-12-07T17:17:49.823617+0000 mgr.a (mgr.24293) 17940 : audit 0 from='client.355905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:51.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:51 smithi044 bash[32620]: audit 2023-12-07T17:17:49.823617+0000 mgr.a (mgr.24293) 17940 : audit 0 from='client.355905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:51 smithi027 bash[31536]: audit 2023-12-07T17:17:49.823617+0000 mgr.a (mgr.24293) 17940 : audit 0 from='client.355905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:52 smithi022 bash[28554]: cluster 2023-12-07T17:17:50.846140+0000 mgr.a (mgr.24293) 17941 : cluster 0 pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:52 smithi022 bash[28554]: audit 2023-12-07T17:17:52.424818+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:52 smithi044 bash[32620]: cluster 2023-12-07T17:17:50.846140+0000 mgr.a (mgr.24293) 17941 : cluster 0 pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:52 smithi044 bash[32620]: audit 2023-12-07T17:17:52.424818+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:52 smithi027 bash[31536]: cluster 2023-12-07T17:17:50.846140+0000 mgr.a (mgr.24293) 17941 : cluster 0 pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:52 smithi027 bash[31536]: audit 2023-12-07T17:17:52.424818+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:53 smithi022 bash[28554]: audit 2023-12-07T17:17:53.210934+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:53 smithi022 bash[28554]: audit 2023-12-07T17:17:53.212794+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:53 smithi022 bash[28554]: audit 2023-12-07T17:17:53.223486+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:17:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:53 smithi044 bash[32620]: audit 2023-12-07T17:17:53.210934+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:53 smithi044 bash[32620]: audit 2023-12-07T17:17:53.212794+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:53 smithi044 bash[32620]: audit 2023-12-07T17:17:53.223486+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:17:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:53 smithi027 bash[31536]: audit 2023-12-07T17:17:53.210934+0000 mon.a (mon.0) 2918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:53 smithi027 bash[31536]: audit 2023-12-07T17:17:53.212794+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:53 smithi027 bash[31536]: audit 2023-12-07T17:17:53.223486+0000 mon.a (mon.0) 2920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:17:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:54 smithi022 bash[28554]: cluster 2023-12-07T17:17:52.846693+0000 mgr.a (mgr.24293) 17942 : cluster 0 pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:54 smithi044 bash[32620]: cluster 2023-12-07T17:17:52.846693+0000 mgr.a (mgr.24293) 17942 : cluster 0 pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:54 smithi027 bash[31536]: cluster 2023-12-07T17:17:52.846693+0000 mgr.a (mgr.24293) 17942 : cluster 0 pgmap v13415: 33 pgs: 33 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:55.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:17:55.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:55.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:56.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:17:56.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:56.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:56.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:56.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:17:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:56 smithi022 bash[28554]: cluster 2023-12-07T17:17:54.847283+0000 mgr.a (mgr.24293) 17943 : cluster 0 pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:56 smithi044 bash[32620]: cluster 2023-12-07T17:17:54.847283+0000 mgr.a (mgr.24293) 17943 : cluster 0 pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:56 smithi027 bash[31536]: cluster 2023-12-07T17:17:54.847283+0000 mgr.a (mgr.24293) 17943 : cluster 0 pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:57.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:57 smithi022 bash[28554]: audit 2023-12-07T17:17:55.760419+0000 mgr.a (mgr.24293) 17944 : audit 0 from='client.355983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:57.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:57 smithi044 bash[32620]: audit 2023-12-07T17:17:55.760419+0000 mgr.a (mgr.24293) 17944 : audit 0 from='client.355983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:57 smithi027 bash[31536]: audit 2023-12-07T17:17:55.760419+0000 mgr.a (mgr.24293) 17944 : audit 0 from='client.355983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:17:58 smithi022 bash[28554]: cluster 2023-12-07T17:17:56.848375+0000 mgr.a (mgr.24293) 17945 : cluster 0 pgmap v13417: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:17:58 smithi044 bash[32620]: cluster 2023-12-07T17:17:56.848375+0000 mgr.a (mgr.24293) 17945 : cluster 0 pgmap v13417: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:17:58 smithi027 bash[31536]: cluster 2023-12-07T17:17:56.848375+0000 mgr.a (mgr.24293) 17945 : cluster 0 pgmap v13417: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:00 smithi022 bash[28554]: cluster 2023-12-07T17:17:58.848964+0000 mgr.a (mgr.24293) 17946 : cluster 0 pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:00.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:00 smithi044 bash[32620]: cluster 2023-12-07T17:17:58.848964+0000 mgr.a (mgr.24293) 17946 : cluster 0 pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:00 smithi027 bash[31536]: cluster 2023-12-07T17:17:58.848964+0000 mgr.a (mgr.24293) 17946 : cluster 0 pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:01.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:01.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:01.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:02.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:02.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:02.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:02.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:02.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:02 smithi022 bash[28554]: cluster 2023-12-07T17:18:00.849729+0000 mgr.a (mgr.24293) 17947 : cluster 0 pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:02 smithi022 bash[28554]: audit 2023-12-07T17:18:01.696145+0000 mgr.a (mgr.24293) 17948 : audit 0 from='client.356058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:02 smithi044 bash[32620]: cluster 2023-12-07T17:18:00.849729+0000 mgr.a (mgr.24293) 17947 : cluster 0 pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:02.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:02 smithi044 bash[32620]: audit 2023-12-07T17:18:01.696145+0000 mgr.a (mgr.24293) 17948 : audit 0 from='client.356058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:02 smithi027 bash[31536]: cluster 2023-12-07T17:18:00.849729+0000 mgr.a (mgr.24293) 17947 : cluster 0 pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:02 smithi027 bash[31536]: audit 2023-12-07T17:18:01.696145+0000 mgr.a (mgr.24293) 17948 : audit 0 from='client.356058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:04.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:04 smithi022 bash[28554]: cluster 2023-12-07T17:18:02.850497+0000 mgr.a (mgr.24293) 17949 : cluster 0 pgmap v13420: 33 pgs: 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:04.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:04 smithi044 bash[32620]: cluster 2023-12-07T17:18:02.850497+0000 mgr.a (mgr.24293) 17949 : cluster 0 pgmap v13420: 33 pgs: 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:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:04 smithi027 bash[31536]: cluster 2023-12-07T17:18:02.850497+0000 mgr.a (mgr.24293) 17949 : cluster 0 pgmap v13420: 33 pgs: 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:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:06 smithi022 bash[28554]: cluster 2023-12-07T17:18:04.851136+0000 mgr.a (mgr.24293) 17950 : cluster 0 pgmap v13421: 33 pgs: 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:06.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:06 smithi044 bash[32620]: cluster 2023-12-07T17:18:04.851136+0000 mgr.a (mgr.24293) 17950 : cluster 0 pgmap v13421: 33 pgs: 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:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:06 smithi027 bash[31536]: cluster 2023-12-07T17:18:04.851136+0000 mgr.a (mgr.24293) 17950 : cluster 0 pgmap v13421: 33 pgs: 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:07.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:07.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:07.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:08.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:08.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:08.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:08.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:08.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:08 smithi022 bash[28554]: cluster 2023-12-07T17:18:06.851985+0000 mgr.a (mgr.24293) 17951 : cluster 0 pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:08.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:08 smithi022 bash[28554]: audit 2023-12-07T17:18:07.634157+0000 mgr.a (mgr.24293) 17952 : audit 0 from='client.356133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:08.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:08 smithi044 bash[32620]: cluster 2023-12-07T17:18:06.851985+0000 mgr.a (mgr.24293) 17951 : cluster 0 pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:08.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:08 smithi044 bash[32620]: audit 2023-12-07T17:18:07.634157+0000 mgr.a (mgr.24293) 17952 : audit 0 from='client.356133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:08 smithi027 bash[31536]: cluster 2023-12-07T17:18:06.851985+0000 mgr.a (mgr.24293) 17951 : cluster 0 pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:08 smithi027 bash[31536]: audit 2023-12-07T17:18:07.634157+0000 mgr.a (mgr.24293) 17952 : audit 0 from='client.356133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:10 smithi022 bash[28554]: cluster 2023-12-07T17:18:08.852830+0000 mgr.a (mgr.24293) 17953 : cluster 0 pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:10.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:10 smithi044 bash[32620]: cluster 2023-12-07T17:18:08.852830+0000 mgr.a (mgr.24293) 17953 : cluster 0 pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:10 smithi027 bash[31536]: cluster 2023-12-07T17:18:08.852830+0000 mgr.a (mgr.24293) 17953 : cluster 0 pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:12 smithi022 bash[28554]: cluster 2023-12-07T17:18:10.853846+0000 mgr.a (mgr.24293) 17954 : cluster 0 pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:12.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:12 smithi044 bash[32620]: cluster 2023-12-07T17:18:10.853846+0000 mgr.a (mgr.24293) 17954 : cluster 0 pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:12 smithi027 bash[31536]: cluster 2023-12-07T17:18:10.853846+0000 mgr.a (mgr.24293) 17954 : cluster 0 pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:13.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:13.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:13.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:14.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:14.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:14.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:14.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:14.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:14 smithi022 bash[28554]: cluster 2023-12-07T17:18:12.854612+0000 mgr.a (mgr.24293) 17955 : cluster 0 pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:14 smithi022 bash[28554]: audit 2023-12-07T17:18:13.596877+0000 mgr.a (mgr.24293) 17956 : audit 0 from='client.356208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:14 smithi044 bash[32620]: cluster 2023-12-07T17:18:12.854612+0000 mgr.a (mgr.24293) 17955 : cluster 0 pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:14 smithi044 bash[32620]: audit 2023-12-07T17:18:13.596877+0000 mgr.a (mgr.24293) 17956 : audit 0 from='client.356208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:14 smithi027 bash[31536]: cluster 2023-12-07T17:18:12.854612+0000 mgr.a (mgr.24293) 17955 : cluster 0 pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:14 smithi027 bash[31536]: audit 2023-12-07T17:18:13.596877+0000 mgr.a (mgr.24293) 17956 : audit 0 from='client.356208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:16 smithi022 bash[28554]: cluster 2023-12-07T17:18:14.855370+0000 mgr.a (mgr.24293) 17957 : cluster 0 pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:16 smithi044 bash[32620]: cluster 2023-12-07T17:18:14.855370+0000 mgr.a (mgr.24293) 17957 : cluster 0 pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:16.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:16 smithi027 bash[31536]: cluster 2023-12-07T17:18:14.855370+0000 mgr.a (mgr.24293) 17957 : cluster 0 pgmap v13426: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:18 smithi022 bash[28554]: cluster 2023-12-07T17:18:16.856380+0000 mgr.a (mgr.24293) 17958 : cluster 0 pgmap v13427: 33 pgs: 33 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:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:18 smithi044 bash[32620]: cluster 2023-12-07T17:18:16.856380+0000 mgr.a (mgr.24293) 17958 : cluster 0 pgmap v13427: 33 pgs: 33 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:18.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:18 smithi027 bash[31536]: cluster 2023-12-07T17:18:16.856380+0000 mgr.a (mgr.24293) 17958 : cluster 0 pgmap v13427: 33 pgs: 33 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:19.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:19.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:19.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:20.033 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:20.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:20.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:20.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:20.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:20 smithi022 bash[28554]: cluster 2023-12-07T17:18:18.856996+0000 mgr.a (mgr.24293) 17959 : cluster 0 pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:20 smithi022 bash[28554]: audit 2023-12-07T17:18:19.551074+0000 mgr.a (mgr.24293) 17960 : audit 0 from='client.282461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:20 smithi044 bash[32620]: cluster 2023-12-07T17:18:18.856996+0000 mgr.a (mgr.24293) 17959 : cluster 0 pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:20 smithi044 bash[32620]: audit 2023-12-07T17:18:19.551074+0000 mgr.a (mgr.24293) 17960 : audit 0 from='client.282461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:20 smithi027 bash[31536]: cluster 2023-12-07T17:18:18.856996+0000 mgr.a (mgr.24293) 17959 : cluster 0 pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:20 smithi027 bash[31536]: audit 2023-12-07T17:18:19.551074+0000 mgr.a (mgr.24293) 17960 : audit 0 from='client.282461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:22 smithi022 bash[28554]: cluster 2023-12-07T17:18:20.857908+0000 mgr.a (mgr.24293) 17961 : cluster 0 pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:22 smithi044 bash[32620]: cluster 2023-12-07T17:18:20.857908+0000 mgr.a (mgr.24293) 17961 : cluster 0 pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:22 smithi027 bash[31536]: cluster 2023-12-07T17:18:20.857908+0000 mgr.a (mgr.24293) 17961 : cluster 0 pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:24 smithi022 bash[28554]: cluster 2023-12-07T17:18:22.858645+0000 mgr.a (mgr.24293) 17962 : cluster 0 pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:24 smithi044 bash[32620]: cluster 2023-12-07T17:18:22.858645+0000 mgr.a (mgr.24293) 17962 : cluster 0 pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:24 smithi027 bash[31536]: cluster 2023-12-07T17:18:22.858645+0000 mgr.a (mgr.24293) 17962 : cluster 0 pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:25.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:25.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:25.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:25.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:25.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:25.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:25.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:25.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:26 smithi022 bash[28554]: cluster 2023-12-07T17:18:24.859354+0000 mgr.a (mgr.24293) 17963 : cluster 0 pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:26 smithi022 bash[28554]: audit 2023-12-07T17:18:25.453047+0000 mgr.a (mgr.24293) 17964 : audit 0 from='client.356364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:26 smithi044 bash[32620]: cluster 2023-12-07T17:18:24.859354+0000 mgr.a (mgr.24293) 17963 : cluster 0 pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:26 smithi044 bash[32620]: audit 2023-12-07T17:18:25.453047+0000 mgr.a (mgr.24293) 17964 : audit 0 from='client.356364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:26 smithi027 bash[31536]: cluster 2023-12-07T17:18:24.859354+0000 mgr.a (mgr.24293) 17963 : cluster 0 pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:26 smithi027 bash[31536]: audit 2023-12-07T17:18:25.453047+0000 mgr.a (mgr.24293) 17964 : audit 0 from='client.356364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:28 smithi022 bash[28554]: cluster 2023-12-07T17:18:26.860473+0000 mgr.a (mgr.24293) 17965 : cluster 0 pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:28 smithi044 bash[32620]: cluster 2023-12-07T17:18:26.860473+0000 mgr.a (mgr.24293) 17965 : cluster 0 pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:28 smithi027 bash[31536]: cluster 2023-12-07T17:18:26.860473+0000 mgr.a (mgr.24293) 17965 : cluster 0 pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:30 smithi022 bash[28554]: cluster 2023-12-07T17:18:28.861201+0000 mgr.a (mgr.24293) 17966 : cluster 0 pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:30.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:30 smithi044 bash[32620]: cluster 2023-12-07T17:18:28.861201+0000 mgr.a (mgr.24293) 17966 : cluster 0 pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:30 smithi027 bash[31536]: cluster 2023-12-07T17:18:28.861201+0000 mgr.a (mgr.24293) 17966 : cluster 0 pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:30.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:30.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:30.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:31.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:31.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:31.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:31.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:31.936 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:32 smithi022 bash[28554]: cluster 2023-12-07T17:18:30.862181+0000 mgr.a (mgr.24293) 17967 : cluster 0 pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:32 smithi022 bash[28554]: audit 2023-12-07T17:18:31.390096+0000 mgr.a (mgr.24293) 17968 : audit 0 from='client.356439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:32 smithi044 bash[32620]: cluster 2023-12-07T17:18:30.862181+0000 mgr.a (mgr.24293) 17967 : cluster 0 pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:32 smithi044 bash[32620]: audit 2023-12-07T17:18:31.390096+0000 mgr.a (mgr.24293) 17968 : audit 0 from='client.356439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:32 smithi027 bash[31536]: cluster 2023-12-07T17:18:30.862181+0000 mgr.a (mgr.24293) 17967 : cluster 0 pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:32 smithi027 bash[31536]: audit 2023-12-07T17:18:31.390096+0000 mgr.a (mgr.24293) 17968 : audit 0 from='client.356439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:34 smithi022 bash[28554]: cluster 2023-12-07T17:18:32.862902+0000 mgr.a (mgr.24293) 17969 : cluster 0 pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:34 smithi044 bash[32620]: cluster 2023-12-07T17:18:32.862902+0000 mgr.a (mgr.24293) 17969 : cluster 0 pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:34 smithi027 bash[31536]: cluster 2023-12-07T17:18:32.862902+0000 mgr.a (mgr.24293) 17969 : cluster 0 pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:36 smithi022 bash[28554]: cluster 2023-12-07T17:18:34.863527+0000 mgr.a (mgr.24293) 17970 : cluster 0 pgmap v13436: 33 pgs: 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:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:36 smithi044 bash[32620]: cluster 2023-12-07T17:18:34.863527+0000 mgr.a (mgr.24293) 17970 : cluster 0 pgmap v13436: 33 pgs: 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:36.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:36.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:36.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:36 smithi027 bash[31536]: cluster 2023-12-07T17:18:34.863527+0000 mgr.a (mgr.24293) 17970 : cluster 0 pgmap v13436: 33 pgs: 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:37.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:37.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:37.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:37.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:37.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:38 smithi022 bash[28554]: cluster 2023-12-07T17:18:36.864382+0000 mgr.a (mgr.24293) 17971 : cluster 0 pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:38 smithi022 bash[28554]: audit 2023-12-07T17:18:37.355886+0000 mgr.a (mgr.24293) 17972 : audit 0 from='client.356514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:38 smithi044 bash[32620]: cluster 2023-12-07T17:18:36.864382+0000 mgr.a (mgr.24293) 17971 : cluster 0 pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:38.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:38 smithi044 bash[32620]: audit 2023-12-07T17:18:37.355886+0000 mgr.a (mgr.24293) 17972 : audit 0 from='client.356514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:38 smithi027 bash[31536]: cluster 2023-12-07T17:18:36.864382+0000 mgr.a (mgr.24293) 17971 : cluster 0 pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:38 smithi027 bash[31536]: audit 2023-12-07T17:18:37.355886+0000 mgr.a (mgr.24293) 17972 : audit 0 from='client.356514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:40 smithi022 bash[28554]: cluster 2023-12-07T17:18:38.865130+0000 mgr.a (mgr.24293) 17973 : cluster 0 pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:40 smithi044 bash[32620]: cluster 2023-12-07T17:18:38.865130+0000 mgr.a (mgr.24293) 17973 : cluster 0 pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:40 smithi027 bash[31536]: cluster 2023-12-07T17:18:38.865130+0000 mgr.a (mgr.24293) 17973 : cluster 0 pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:42.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:42.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:42.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:42 smithi022 bash[28554]: cluster 2023-12-07T17:18:40.865965+0000 mgr.a (mgr.24293) 17974 : cluster 0 pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:42 smithi044 bash[32620]: cluster 2023-12-07T17:18:40.865965+0000 mgr.a (mgr.24293) 17974 : cluster 0 pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:42 smithi027 bash[31536]: cluster 2023-12-07T17:18:40.865965+0000 mgr.a (mgr.24293) 17974 : cluster 0 pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:43.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:43.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:43.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:43.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:43.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:44 smithi022 bash[28554]: cluster 2023-12-07T17:18:42.866553+0000 mgr.a (mgr.24293) 17975 : cluster 0 pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:44 smithi022 bash[28554]: audit 2023-12-07T17:18:43.309945+0000 mgr.a (mgr.24293) 17976 : audit 0 from='client.356586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:44 smithi044 bash[32620]: cluster 2023-12-07T17:18:42.866553+0000 mgr.a (mgr.24293) 17975 : cluster 0 pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:44 smithi044 bash[32620]: audit 2023-12-07T17:18:43.309945+0000 mgr.a (mgr.24293) 17976 : audit 0 from='client.356586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:44 smithi027 bash[31536]: cluster 2023-12-07T17:18:42.866553+0000 mgr.a (mgr.24293) 17975 : cluster 0 pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:44 smithi027 bash[31536]: audit 2023-12-07T17:18:43.309945+0000 mgr.a (mgr.24293) 17976 : audit 0 from='client.356586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:46 smithi022 bash[28554]: cluster 2023-12-07T17:18:44.867225+0000 mgr.a (mgr.24293) 17977 : cluster 0 pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:46 smithi044 bash[32620]: cluster 2023-12-07T17:18:44.867225+0000 mgr.a (mgr.24293) 17977 : cluster 0 pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:46 smithi027 bash[31536]: cluster 2023-12-07T17:18:44.867225+0000 mgr.a (mgr.24293) 17977 : cluster 0 pgmap v13441: 33 pgs: 33 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:48.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:48.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:48.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:48.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:48 smithi022 bash[28554]: cluster 2023-12-07T17:18:46.868108+0000 mgr.a (mgr.24293) 17978 : cluster 0 pgmap v13442: 33 pgs: 33 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:48.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:48 smithi044 bash[32620]: cluster 2023-12-07T17:18:46.868108+0000 mgr.a (mgr.24293) 17978 : cluster 0 pgmap v13442: 33 pgs: 33 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:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:48 smithi027 bash[31536]: cluster 2023-12-07T17:18:46.868108+0000 mgr.a (mgr.24293) 17978 : cluster 0 pgmap v13442: 33 pgs: 33 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:49.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:49.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:49.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:49.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:49.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:50 smithi022 bash[28554]: cluster 2023-12-07T17:18:48.868636+0000 mgr.a (mgr.24293) 17979 : cluster 0 pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:50 smithi022 bash[28554]: audit 2023-12-07T17:18:49.258494+0000 mgr.a (mgr.24293) 17980 : audit 0 from='client.356664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:50 smithi044 bash[32620]: cluster 2023-12-07T17:18:48.868636+0000 mgr.a (mgr.24293) 17979 : cluster 0 pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:50.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:50 smithi044 bash[32620]: audit 2023-12-07T17:18:49.258494+0000 mgr.a (mgr.24293) 17980 : audit 0 from='client.356664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:50 smithi027 bash[31536]: cluster 2023-12-07T17:18:48.868636+0000 mgr.a (mgr.24293) 17979 : cluster 0 pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:50 smithi027 bash[31536]: audit 2023-12-07T17:18:49.258494+0000 mgr.a (mgr.24293) 17980 : audit 0 from='client.356664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:52 smithi022 bash[28554]: cluster 2023-12-07T17:18:50.869557+0000 mgr.a (mgr.24293) 17981 : cluster 0 pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:52.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:52 smithi044 bash[32620]: cluster 2023-12-07T17:18:50.869557+0000 mgr.a (mgr.24293) 17981 : cluster 0 pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:52 smithi027 bash[31536]: cluster 2023-12-07T17:18:50.869557+0000 mgr.a (mgr.24293) 17981 : cluster 0 pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:53 smithi022 bash[28554]: audit 2023-12-07T17:18:53.326694+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:53 smithi044 bash[32620]: audit 2023-12-07T17:18:53.326694+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:53 smithi027 bash[31536]: audit 2023-12-07T17:18:53.326694+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:54.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:18:54.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:54.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:54 smithi022 bash[28554]: cluster 2023-12-07T17:18:52.870112+0000 mgr.a (mgr.24293) 17982 : cluster 0 pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:54.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:54 smithi044 bash[32620]: cluster 2023-12-07T17:18:52.870112+0000 mgr.a (mgr.24293) 17982 : cluster 0 pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:54 smithi027 bash[31536]: cluster 2023-12-07T17:18:52.870112+0000 mgr.a (mgr.24293) 17982 : cluster 0 pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:55.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:55.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:55.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:55.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:18:55.734 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:18:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:56 smithi022 bash[28554]: cluster 2023-12-07T17:18:54.870675+0000 mgr.a (mgr.24293) 17983 : cluster 0 pgmap v13446: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:56 smithi022 bash[28554]: audit 2023-12-07T17:18:55.193969+0000 mgr.a (mgr.24293) 17984 : audit 0 from='client.356739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:56.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:56 smithi044 bash[32620]: cluster 2023-12-07T17:18:54.870675+0000 mgr.a (mgr.24293) 17983 : cluster 0 pgmap v13446: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:56 smithi044 bash[32620]: audit 2023-12-07T17:18:55.193969+0000 mgr.a (mgr.24293) 17984 : audit 0 from='client.356739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:56 smithi027 bash[31536]: cluster 2023-12-07T17:18:54.870675+0000 mgr.a (mgr.24293) 17983 : cluster 0 pgmap v13446: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:56 smithi027 bash[31536]: audit 2023-12-07T17:18:55.193969+0000 mgr.a (mgr.24293) 17984 : audit 0 from='client.356739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:58 smithi022 bash[28554]: cluster 2023-12-07T17:18:56.871714+0000 mgr.a (mgr.24293) 17985 : cluster 0 pgmap v13447: 33 pgs: 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:18:58.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:58 smithi044 bash[32620]: cluster 2023-12-07T17:18:56.871714+0000 mgr.a (mgr.24293) 17985 : cluster 0 pgmap v13447: 33 pgs: 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:18:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:58 smithi027 bash[31536]: cluster 2023-12-07T17:18:56.871714+0000 mgr.a (mgr.24293) 17985 : cluster 0 pgmap v13447: 33 pgs: 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:18:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:58.679818+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:18:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:58.689635+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:18:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:58.730528+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:18:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:58.736022+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:18:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:58.742561+0000 mon.a (mon.0) 2926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:18:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:58.747487+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:18:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:59.478741+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:59.480654+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:18:59 smithi027 bash[31536]: audit 2023-12-07T17:18:59.490455+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:58.679818+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:58.689635+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:58.730528+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:58.736022+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:58.742561+0000 mon.a (mon.0) 2926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:58.747487+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:59.478741+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:59.480654+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:18:59 smithi022 bash[28554]: audit 2023-12-07T17:18:59.490455+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:58.679818+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:58.689635+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:58.730528+0000 mon.a (mon.0) 2924 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:58.736022+0000 mon.a (mon.0) 2925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:58.742561+0000 mon.a (mon.0) 2926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:58.747487+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:59.478741+0000 mon.a (mon.0) 2928 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:59.480654+0000 mon.a (mon.0) 2929 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:00.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:18:59 smithi044 bash[32620]: audit 2023-12-07T17:18:59.490455+0000 mon.a (mon.0) 2930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:19:00.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:00.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:00.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:00 smithi027 bash[31536]: cluster 2023-12-07T17:18:58.872251+0000 mgr.a (mgr.24293) 17986 : cluster 0 pgmap v13448: 33 pgs: 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:19:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:00 smithi022 bash[28554]: cluster 2023-12-07T17:18:58.872251+0000 mgr.a (mgr.24293) 17986 : cluster 0 pgmap v13448: 33 pgs: 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:19:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:00 smithi044 bash[32620]: cluster 2023-12-07T17:18:58.872251+0000 mgr.a (mgr.24293) 17986 : cluster 0 pgmap v13448: 33 pgs: 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:19:01.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:01.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:01.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:01.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:01.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:02 smithi027 bash[31536]: cluster 2023-12-07T17:19:00.872765+0000 mgr.a (mgr.24293) 17987 : cluster 0 pgmap v13449: 33 pgs: 33 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:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:02 smithi027 bash[31536]: audit 2023-12-07T17:19:01.146416+0000 mgr.a (mgr.24293) 17988 : audit 0 from='client.356814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:02 smithi022 bash[28554]: cluster 2023-12-07T17:19:00.872765+0000 mgr.a (mgr.24293) 17987 : cluster 0 pgmap v13449: 33 pgs: 33 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:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:02 smithi022 bash[28554]: audit 2023-12-07T17:19:01.146416+0000 mgr.a (mgr.24293) 17988 : audit 0 from='client.356814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:02 smithi044 bash[32620]: cluster 2023-12-07T17:19:00.872765+0000 mgr.a (mgr.24293) 17987 : cluster 0 pgmap v13449: 33 pgs: 33 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:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:02 smithi044 bash[32620]: audit 2023-12-07T17:19:01.146416+0000 mgr.a (mgr.24293) 17988 : audit 0 from='client.356814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:04 smithi027 bash[31536]: cluster 2023-12-07T17:19:02.873402+0000 mgr.a (mgr.24293) 17989 : cluster 0 pgmap v13450: 33 pgs: 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:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:04 smithi022 bash[28554]: cluster 2023-12-07T17:19:02.873402+0000 mgr.a (mgr.24293) 17989 : cluster 0 pgmap v13450: 33 pgs: 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:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:04 smithi044 bash[32620]: cluster 2023-12-07T17:19:02.873402+0000 mgr.a (mgr.24293) 17989 : cluster 0 pgmap v13450: 33 pgs: 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:06.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:06.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:06.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:06 smithi027 bash[31536]: cluster 2023-12-07T17:19:04.874034+0000 mgr.a (mgr.24293) 17990 : cluster 0 pgmap v13451: 33 pgs: 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:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:06 smithi022 bash[28554]: cluster 2023-12-07T17:19:04.874034+0000 mgr.a (mgr.24293) 17990 : cluster 0 pgmap v13451: 33 pgs: 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:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:06 smithi044 bash[32620]: cluster 2023-12-07T17:19:04.874034+0000 mgr.a (mgr.24293) 17990 : cluster 0 pgmap v13451: 33 pgs: 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:07.606 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:07.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:07.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:07.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:07.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:08 smithi027 bash[31536]: cluster 2023-12-07T17:19:06.874986+0000 mgr.a (mgr.24293) 17991 : cluster 0 pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:08 smithi027 bash[31536]: audit 2023-12-07T17:19:07.090122+0000 mgr.a (mgr.24293) 17992 : audit 0 from='client.356886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:08 smithi022 bash[28554]: cluster 2023-12-07T17:19:06.874986+0000 mgr.a (mgr.24293) 17991 : cluster 0 pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:08 smithi022 bash[28554]: audit 2023-12-07T17:19:07.090122+0000 mgr.a (mgr.24293) 17992 : audit 0 from='client.356886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:08 smithi044 bash[32620]: cluster 2023-12-07T17:19:06.874986+0000 mgr.a (mgr.24293) 17991 : cluster 0 pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:08 smithi044 bash[32620]: audit 2023-12-07T17:19:07.090122+0000 mgr.a (mgr.24293) 17992 : audit 0 from='client.356886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:10 smithi022 bash[28554]: cluster 2023-12-07T17:19:08.875708+0000 mgr.a (mgr.24293) 17993 : cluster 0 pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:19:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:10 smithi044 bash[32620]: cluster 2023-12-07T17:19:08.875708+0000 mgr.a (mgr.24293) 17993 : cluster 0 pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:19:11.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:10 smithi027 bash[31536]: cluster 2023-12-07T17:19:08.875708+0000 mgr.a (mgr.24293) 17993 : cluster 0 pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:19:12.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:12.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:12.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:12 smithi022 bash[28554]: cluster 2023-12-07T17:19:10.876687+0000 mgr.a (mgr.24293) 17994 : cluster 0 pgmap v13454: 33 pgs: 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:19:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:12 smithi044 bash[32620]: cluster 2023-12-07T17:19:10.876687+0000 mgr.a (mgr.24293) 17994 : cluster 0 pgmap v13454: 33 pgs: 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:19:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:12 smithi027 bash[31536]: cluster 2023-12-07T17:19:10.876687+0000 mgr.a (mgr.24293) 17994 : cluster 0 pgmap v13454: 33 pgs: 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:19:13.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:13.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:13.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:13.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:13.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:14 smithi022 bash[28554]: cluster 2023-12-07T17:19:12.877427+0000 mgr.a (mgr.24293) 17995 : cluster 0 pgmap v13455: 33 pgs: 33 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:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:14 smithi022 bash[28554]: audit 2023-12-07T17:19:13.020062+0000 mgr.a (mgr.24293) 17996 : audit 0 from='client.356964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:14 smithi044 bash[32620]: cluster 2023-12-07T17:19:12.877427+0000 mgr.a (mgr.24293) 17995 : cluster 0 pgmap v13455: 33 pgs: 33 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:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:14 smithi044 bash[32620]: audit 2023-12-07T17:19:13.020062+0000 mgr.a (mgr.24293) 17996 : audit 0 from='client.356964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:14 smithi027 bash[31536]: cluster 2023-12-07T17:19:12.877427+0000 mgr.a (mgr.24293) 17995 : cluster 0 pgmap v13455: 33 pgs: 33 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:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:14 smithi027 bash[31536]: audit 2023-12-07T17:19:13.020062+0000 mgr.a (mgr.24293) 17996 : audit 0 from='client.356964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:16 smithi022 bash[28554]: cluster 2023-12-07T17:19:14.878116+0000 mgr.a (mgr.24293) 17997 : cluster 0 pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:16 smithi044 bash[32620]: cluster 2023-12-07T17:19:14.878116+0000 mgr.a (mgr.24293) 17997 : cluster 0 pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:16 smithi027 bash[31536]: cluster 2023-12-07T17:19:14.878116+0000 mgr.a (mgr.24293) 17997 : cluster 0 pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:18.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:18.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:18.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:18 smithi022 bash[28554]: cluster 2023-12-07T17:19:16.879118+0000 mgr.a (mgr.24293) 17998 : cluster 0 pgmap v13457: 33 pgs: 33 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:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:18 smithi044 bash[32620]: cluster 2023-12-07T17:19:16.879118+0000 mgr.a (mgr.24293) 17998 : cluster 0 pgmap v13457: 33 pgs: 33 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:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:18 smithi027 bash[31536]: cluster 2023-12-07T17:19:16.879118+0000 mgr.a (mgr.24293) 17998 : cluster 0 pgmap v13457: 33 pgs: 33 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:19.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:19.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:19.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:19.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:19.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:20 smithi022 bash[28554]: cluster 2023-12-07T17:19:18.879923+0000 mgr.a (mgr.24293) 17999 : cluster 0 pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:20 smithi022 bash[28554]: audit 2023-12-07T17:19:18.978570+0000 mgr.a (mgr.24293) 18000 : audit 0 from='client.357042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:20 smithi044 bash[32620]: cluster 2023-12-07T17:19:18.879923+0000 mgr.a (mgr.24293) 17999 : cluster 0 pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:20 smithi044 bash[32620]: audit 2023-12-07T17:19:18.978570+0000 mgr.a (mgr.24293) 18000 : audit 0 from='client.357042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:20 smithi027 bash[31536]: cluster 2023-12-07T17:19:18.879923+0000 mgr.a (mgr.24293) 17999 : cluster 0 pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:20 smithi027 bash[31536]: audit 2023-12-07T17:19:18.978570+0000 mgr.a (mgr.24293) 18000 : audit 0 from='client.357042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:22 smithi022 bash[28554]: cluster 2023-12-07T17:19:20.880887+0000 mgr.a (mgr.24293) 18001 : cluster 0 pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:22 smithi044 bash[32620]: cluster 2023-12-07T17:19:20.880887+0000 mgr.a (mgr.24293) 18001 : cluster 0 pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:22 smithi027 bash[31536]: cluster 2023-12-07T17:19:20.880887+0000 mgr.a (mgr.24293) 18001 : cluster 0 pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:24.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:24.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:24.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:24 smithi022 bash[28554]: cluster 2023-12-07T17:19:22.881473+0000 mgr.a (mgr.24293) 18002 : cluster 0 pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:24 smithi044 bash[32620]: cluster 2023-12-07T17:19:22.881473+0000 mgr.a (mgr.24293) 18002 : cluster 0 pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:24 smithi027 bash[31536]: cluster 2023-12-07T17:19:22.881473+0000 mgr.a (mgr.24293) 18002 : cluster 0 pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:25.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:25.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:25.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:25.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:25.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:26 smithi022 bash[28554]: cluster 2023-12-07T17:19:24.882028+0000 mgr.a (mgr.24293) 18003 : cluster 0 pgmap v13461: 33 pgs: 33 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:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:26 smithi022 bash[28554]: audit 2023-12-07T17:19:24.908228+0000 mgr.a (mgr.24293) 18004 : audit 0 from='client.357117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:26 smithi044 bash[32620]: cluster 2023-12-07T17:19:24.882028+0000 mgr.a (mgr.24293) 18003 : cluster 0 pgmap v13461: 33 pgs: 33 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:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:26 smithi044 bash[32620]: audit 2023-12-07T17:19:24.908228+0000 mgr.a (mgr.24293) 18004 : audit 0 from='client.357117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:26 smithi027 bash[31536]: cluster 2023-12-07T17:19:24.882028+0000 mgr.a (mgr.24293) 18003 : cluster 0 pgmap v13461: 33 pgs: 33 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:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:26 smithi027 bash[31536]: audit 2023-12-07T17:19:24.908228+0000 mgr.a (mgr.24293) 18004 : audit 0 from='client.357117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:28 smithi022 bash[28554]: cluster 2023-12-07T17:19:26.882855+0000 mgr.a (mgr.24293) 18005 : cluster 0 pgmap v13462: 33 pgs: 33 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:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:28 smithi044 bash[32620]: cluster 2023-12-07T17:19:26.882855+0000 mgr.a (mgr.24293) 18005 : cluster 0 pgmap v13462: 33 pgs: 33 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:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:28 smithi027 bash[31536]: cluster 2023-12-07T17:19:26.882855+0000 mgr.a (mgr.24293) 18005 : cluster 0 pgmap v13462: 33 pgs: 33 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:30.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:30.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:30.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:30 smithi022 bash[28554]: cluster 2023-12-07T17:19:28.883435+0000 mgr.a (mgr.24293) 18006 : cluster 0 pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:30 smithi044 bash[32620]: cluster 2023-12-07T17:19:28.883435+0000 mgr.a (mgr.24293) 18006 : cluster 0 pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:30 smithi027 bash[31536]: cluster 2023-12-07T17:19:28.883435+0000 mgr.a (mgr.24293) 18006 : cluster 0 pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:31.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:31.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:31.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:31.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:31.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:31 smithi022 bash[28554]: audit 2023-12-07T17:19:30.853384+0000 mgr.a (mgr.24293) 18007 : audit 0 from='client.357195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:31 smithi022 bash[28554]: cluster 2023-12-07T17:19:30.884700+0000 mgr.a (mgr.24293) 18008 : cluster 0 pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:31 smithi044 bash[32620]: audit 2023-12-07T17:19:30.853384+0000 mgr.a (mgr.24293) 18007 : audit 0 from='client.357195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:31 smithi044 bash[32620]: cluster 2023-12-07T17:19:30.884700+0000 mgr.a (mgr.24293) 18008 : cluster 0 pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:31 smithi027 bash[31536]: audit 2023-12-07T17:19:30.853384+0000 mgr.a (mgr.24293) 18007 : audit 0 from='client.357195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:31 smithi027 bash[31536]: cluster 2023-12-07T17:19:30.884700+0000 mgr.a (mgr.24293) 18008 : cluster 0 pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:34.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:34 smithi022 bash[28554]: cluster 2023-12-07T17:19:32.885541+0000 mgr.a (mgr.24293) 18009 : cluster 0 pgmap v13465: 33 pgs: 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.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:34 smithi044 bash[32620]: cluster 2023-12-07T17:19:32.885541+0000 mgr.a (mgr.24293) 18009 : cluster 0 pgmap v13465: 33 pgs: 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:34 smithi027 bash[31536]: cluster 2023-12-07T17:19:32.885541+0000 mgr.a (mgr.24293) 18009 : cluster 0 pgmap v13465: 33 pgs: 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:36.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:36.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:36.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:36 smithi022 bash[28554]: cluster 2023-12-07T17:19:34.886127+0000 mgr.a (mgr.24293) 18010 : cluster 0 pgmap v13466: 33 pgs: 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:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:36 smithi044 bash[32620]: cluster 2023-12-07T17:19:34.886127+0000 mgr.a (mgr.24293) 18010 : cluster 0 pgmap v13466: 33 pgs: 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:36.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:36 smithi027 bash[31536]: cluster 2023-12-07T17:19:34.886127+0000 mgr.a (mgr.24293) 18010 : cluster 0 pgmap v13466: 33 pgs: 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:37.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:37.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:37.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:37.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:37.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:38 smithi022 bash[28554]: audit 2023-12-07T17:19:36.803001+0000 mgr.a (mgr.24293) 18011 : audit 0 from='client.357267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:38 smithi022 bash[28554]: cluster 2023-12-07T17:19:36.886777+0000 mgr.a (mgr.24293) 18012 : cluster 0 pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:38.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:38 smithi044 bash[32620]: audit 2023-12-07T17:19:36.803001+0000 mgr.a (mgr.24293) 18011 : audit 0 from='client.357267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:38 smithi044 bash[32620]: cluster 2023-12-07T17:19:36.886777+0000 mgr.a (mgr.24293) 18012 : cluster 0 pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:38 smithi027 bash[31536]: audit 2023-12-07T17:19:36.803001+0000 mgr.a (mgr.24293) 18011 : audit 0 from='client.357267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:38 smithi027 bash[31536]: cluster 2023-12-07T17:19:36.886777+0000 mgr.a (mgr.24293) 18012 : cluster 0 pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:40 smithi022 bash[28554]: cluster 2023-12-07T17:19:38.887423+0000 mgr.a (mgr.24293) 18013 : cluster 0 pgmap v13468: 33 pgs: 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:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:40 smithi044 bash[32620]: cluster 2023-12-07T17:19:38.887423+0000 mgr.a (mgr.24293) 18013 : cluster 0 pgmap v13468: 33 pgs: 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:40.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:40 smithi027 bash[31536]: cluster 2023-12-07T17:19:38.887423+0000 mgr.a (mgr.24293) 18013 : cluster 0 pgmap v13468: 33 pgs: 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:42.336 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:42.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:42.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:42 smithi022 bash[28554]: cluster 2023-12-07T17:19:40.888253+0000 mgr.a (mgr.24293) 18014 : cluster 0 pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:42.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:42 smithi044 bash[32620]: cluster 2023-12-07T17:19:40.888253+0000 mgr.a (mgr.24293) 18014 : cluster 0 pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:42.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:42 smithi027 bash[31536]: cluster 2023-12-07T17:19:40.888253+0000 mgr.a (mgr.24293) 18014 : cluster 0 pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:43.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:43.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:43.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:43.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:43.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:44 smithi022 bash[28554]: audit 2023-12-07T17:19:42.747703+0000 mgr.a (mgr.24293) 18015 : audit 0 from='client.357345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:44 smithi022 bash[28554]: cluster 2023-12-07T17:19:42.897942+0000 mgr.a (mgr.24293) 18016 : cluster 0 pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:44 smithi044 bash[32620]: audit 2023-12-07T17:19:42.747703+0000 mgr.a (mgr.24293) 18015 : audit 0 from='client.357345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:44 smithi044 bash[32620]: cluster 2023-12-07T17:19:42.897942+0000 mgr.a (mgr.24293) 18016 : cluster 0 pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:44 smithi027 bash[31536]: audit 2023-12-07T17:19:42.747703+0000 mgr.a (mgr.24293) 18015 : audit 0 from='client.357345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:44.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:44 smithi027 bash[31536]: cluster 2023-12-07T17:19:42.897942+0000 mgr.a (mgr.24293) 18016 : cluster 0 pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:46 smithi022 bash[28554]: cluster 2023-12-07T17:19:44.898788+0000 mgr.a (mgr.24293) 18017 : cluster 0 pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:46.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:46 smithi044 bash[32620]: cluster 2023-12-07T17:19:44.898788+0000 mgr.a (mgr.24293) 18017 : cluster 0 pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:46 smithi027 bash[31536]: cluster 2023-12-07T17:19:44.898788+0000 mgr.a (mgr.24293) 18017 : cluster 0 pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:48.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:48.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:48.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:48 smithi022 bash[28554]: cluster 2023-12-07T17:19:46.899646+0000 mgr.a (mgr.24293) 18018 : cluster 0 pgmap v13472: 33 pgs: 33 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:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:48 smithi044 bash[32620]: cluster 2023-12-07T17:19:46.899646+0000 mgr.a (mgr.24293) 18018 : cluster 0 pgmap v13472: 33 pgs: 33 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:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:48 smithi027 bash[31536]: cluster 2023-12-07T17:19:46.899646+0000 mgr.a (mgr.24293) 18018 : cluster 0 pgmap v13472: 33 pgs: 33 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:49.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:49.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:49.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:49.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:49.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:49.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:49 smithi022 bash[28554]: audit 2023-12-07T17:19:48.692339+0000 mgr.a (mgr.24293) 18019 : audit 0 from='client.357420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:49.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:49 smithi044 bash[32620]: audit 2023-12-07T17:19:48.692339+0000 mgr.a (mgr.24293) 18019 : audit 0 from='client.357420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:49.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:49 smithi027 bash[31536]: audit 2023-12-07T17:19:48.692339+0000 mgr.a (mgr.24293) 18019 : audit 0 from='client.357420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:50 smithi022 bash[28554]: cluster 2023-12-07T17:19:48.900150+0000 mgr.a (mgr.24293) 18020 : cluster 0 pgmap v13473: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:50 smithi044 bash[32620]: cluster 2023-12-07T17:19:48.900150+0000 mgr.a (mgr.24293) 18020 : cluster 0 pgmap v13473: 33 pgs: 33 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:50 smithi027 bash[31536]: cluster 2023-12-07T17:19:48.900150+0000 mgr.a (mgr.24293) 18020 : cluster 0 pgmap v13473: 33 pgs: 33 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.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:52 smithi022 bash[28554]: cluster 2023-12-07T17:19:50.900976+0000 mgr.a (mgr.24293) 18021 : cluster 0 pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:52.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:52 smithi044 bash[32620]: cluster 2023-12-07T17:19:50.900976+0000 mgr.a (mgr.24293) 18021 : cluster 0 pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:52 smithi027 bash[31536]: cluster 2023-12-07T17:19:50.900976+0000 mgr.a (mgr.24293) 18021 : cluster 0 pgmap v13474: 33 pgs: 33 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:54.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:19:54.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:54.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:54 smithi022 bash[28554]: cluster 2023-12-07T17:19:52.901528+0000 mgr.a (mgr.24293) 18022 : cluster 0 pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:54 smithi044 bash[32620]: cluster 2023-12-07T17:19:52.901528+0000 mgr.a (mgr.24293) 18022 : cluster 0 pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:54 smithi027 bash[31536]: cluster 2023-12-07T17:19:52.901528+0000 mgr.a (mgr.24293) 18022 : cluster 0 pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:55.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:19:55.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:55.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:55.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:55.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:19:55.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:55 smithi022 bash[28554]: audit 2023-12-07T17:19:54.662944+0000 mgr.a (mgr.24293) 18023 : audit 0 from='client.357489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:55.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:55 smithi044 bash[32620]: audit 2023-12-07T17:19:54.662944+0000 mgr.a (mgr.24293) 18023 : audit 0 from='client.357489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:55.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:55 smithi027 bash[31536]: audit 2023-12-07T17:19:54.662944+0000 mgr.a (mgr.24293) 18023 : audit 0 from='client.357489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:56 smithi022 bash[28554]: cluster 2023-12-07T17:19:54.902083+0000 mgr.a (mgr.24293) 18024 : cluster 0 pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:56 smithi044 bash[32620]: cluster 2023-12-07T17:19:54.902083+0000 mgr.a (mgr.24293) 18024 : cluster 0 pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:56 smithi027 bash[31536]: cluster 2023-12-07T17:19:54.902083+0000 mgr.a (mgr.24293) 18024 : cluster 0 pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:19:58 smithi022 bash[28554]: cluster 2023-12-07T17:19:56.902952+0000 mgr.a (mgr.24293) 18025 : cluster 0 pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:58.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:19:58 smithi044 bash[32620]: cluster 2023-12-07T17:19:56.902952+0000 mgr.a (mgr.24293) 18025 : cluster 0 pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:19:58 smithi027 bash[31536]: cluster 2023-12-07T17:19:56.902952+0000 mgr.a (mgr.24293) 18025 : cluster 0 pgmap v13477: 33 pgs: 33 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:00.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:00.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:00.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:00 smithi022 bash[28554]: cluster 2023-12-07T17:19:58.903618+0000 mgr.a (mgr.24293) 18026 : cluster 0 pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:00 smithi022 bash[28554]: audit 2023-12-07T17:19:59.594154+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:00.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:00 smithi022 bash[28554]: cluster 2023-12-07T17:20:00.000117+0000 mon.a (mon.0) 2932 : cluster 1 overall HEALTH_OK 2023-12-07T17:20:00.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:00 smithi044 bash[32620]: cluster 2023-12-07T17:19:58.903618+0000 mgr.a (mgr.24293) 18026 : cluster 0 pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:00 smithi044 bash[32620]: audit 2023-12-07T17:19:59.594154+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:00.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:00 smithi044 bash[32620]: cluster 2023-12-07T17:20:00.000117+0000 mon.a (mon.0) 2932 : cluster 1 overall HEALTH_OK 2023-12-07T17:20:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:00 smithi027 bash[31536]: cluster 2023-12-07T17:19:58.903618+0000 mgr.a (mgr.24293) 18026 : cluster 0 pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:00 smithi027 bash[31536]: audit 2023-12-07T17:19:59.594154+0000 mon.a (mon.0) 2931 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:00.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:00 smithi027 bash[31536]: cluster 2023-12-07T17:20:00.000117+0000 mon.a (mon.0) 2932 : cluster 1 overall HEALTH_OK 2023-12-07T17:20:01.117 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:01.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:01.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:01.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:01.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:01 smithi022 bash[28554]: audit 2023-12-07T17:20:00.387471+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:01 smithi022 bash[28554]: audit 2023-12-07T17:20:00.389047+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:01 smithi022 bash[28554]: audit 2023-12-07T17:20:00.397975+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:20:01.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:01 smithi022 bash[28554]: audit 2023-12-07T17:20:00.590150+0000 mgr.a (mgr.24293) 18027 : audit 0 from='client.357564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:01 smithi044 bash[32620]: audit 2023-12-07T17:20:00.387471+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:01 smithi044 bash[32620]: audit 2023-12-07T17:20:00.389047+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:01 smithi044 bash[32620]: audit 2023-12-07T17:20:00.397975+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:20:01.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:01 smithi044 bash[32620]: audit 2023-12-07T17:20:00.590150+0000 mgr.a (mgr.24293) 18027 : audit 0 from='client.357564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:01 smithi027 bash[31536]: audit 2023-12-07T17:20:00.387471+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:01 smithi027 bash[31536]: audit 2023-12-07T17:20:00.389047+0000 mon.a (mon.0) 2934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:01.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:01 smithi027 bash[31536]: audit 2023-12-07T17:20:00.397975+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:20:01.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:01 smithi027 bash[31536]: audit 2023-12-07T17:20:00.590150+0000 mgr.a (mgr.24293) 18027 : audit 0 from='client.357564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:02 smithi022 bash[28554]: cluster 2023-12-07T17:20:00.904399+0000 mgr.a (mgr.24293) 18028 : cluster 0 pgmap v13479: 33 pgs: 33 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:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:02 smithi044 bash[32620]: cluster 2023-12-07T17:20:00.904399+0000 mgr.a (mgr.24293) 18028 : cluster 0 pgmap v13479: 33 pgs: 33 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:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:02 smithi027 bash[31536]: cluster 2023-12-07T17:20:00.904399+0000 mgr.a (mgr.24293) 18028 : cluster 0 pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:04 smithi022 bash[28554]: cluster 2023-12-07T17:20:02.905033+0000 mgr.a (mgr.24293) 18029 : cluster 0 pgmap v13480: 33 pgs: 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:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:04 smithi044 bash[32620]: cluster 2023-12-07T17:20:02.905033+0000 mgr.a (mgr.24293) 18029 : cluster 0 pgmap v13480: 33 pgs: 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:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:04 smithi027 bash[31536]: cluster 2023-12-07T17:20:02.905033+0000 mgr.a (mgr.24293) 18029 : cluster 0 pgmap v13480: 33 pgs: 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:06.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:06.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:06.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:06.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:06 smithi022 bash[28554]: cluster 2023-12-07T17:20:04.905561+0000 mgr.a (mgr.24293) 18030 : cluster 0 pgmap v13481: 33 pgs: 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:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:06 smithi044 bash[32620]: cluster 2023-12-07T17:20:04.905561+0000 mgr.a (mgr.24293) 18030 : cluster 0 pgmap v13481: 33 pgs: 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:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:06 smithi027 bash[31536]: cluster 2023-12-07T17:20:04.905561+0000 mgr.a (mgr.24293) 18030 : cluster 0 pgmap v13481: 33 pgs: 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.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:07.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:07.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:07.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:07.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:07 smithi022 bash[28554]: audit 2023-12-07T17:20:06.534362+0000 mgr.a (mgr.24293) 18031 : audit 0 from='client.357642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:07.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:07 smithi044 bash[32620]: audit 2023-12-07T17:20:06.534362+0000 mgr.a (mgr.24293) 18031 : audit 0 from='client.357642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:07.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:07 smithi027 bash[31536]: audit 2023-12-07T17:20:06.534362+0000 mgr.a (mgr.24293) 18031 : audit 0 from='client.357642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:08 smithi022 bash[28554]: cluster 2023-12-07T17:20:06.906448+0000 mgr.a (mgr.24293) 18032 : cluster 0 pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:08.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:08 smithi044 bash[32620]: cluster 2023-12-07T17:20:06.906448+0000 mgr.a (mgr.24293) 18032 : cluster 0 pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:08 smithi027 bash[31536]: cluster 2023-12-07T17:20:06.906448+0000 mgr.a (mgr.24293) 18032 : cluster 0 pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:10 smithi022 bash[28554]: cluster 2023-12-07T17:20:08.907063+0000 mgr.a (mgr.24293) 18033 : cluster 0 pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:10 smithi044 bash[32620]: cluster 2023-12-07T17:20:08.907063+0000 mgr.a (mgr.24293) 18033 : cluster 0 pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:10 smithi027 bash[31536]: cluster 2023-12-07T17:20:08.907063+0000 mgr.a (mgr.24293) 18033 : cluster 0 pgmap v13483: 33 pgs: 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:12.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:12.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:12.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:12 smithi022 bash[28554]: cluster 2023-12-07T17:20:10.907894+0000 mgr.a (mgr.24293) 18034 : cluster 0 pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:12.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:12 smithi044 bash[32620]: cluster 2023-12-07T17:20:10.907894+0000 mgr.a (mgr.24293) 18034 : cluster 0 pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:12 smithi027 bash[31536]: cluster 2023-12-07T17:20:10.907894+0000 mgr.a (mgr.24293) 18034 : cluster 0 pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:12.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:12.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:12.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:12.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:12.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:13.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:13 smithi027 bash[31536]: audit 2023-12-07T17:20:12.477180+0000 mgr.a (mgr.24293) 18035 : audit 0 from='client.357714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:13 smithi022 bash[28554]: audit 2023-12-07T17:20:12.477180+0000 mgr.a (mgr.24293) 18035 : audit 0 from='client.357714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:13 smithi044 bash[32620]: audit 2023-12-07T17:20:12.477180+0000 mgr.a (mgr.24293) 18035 : audit 0 from='client.357714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:14 smithi027 bash[31536]: cluster 2023-12-07T17:20:12.908667+0000 mgr.a (mgr.24293) 18036 : cluster 0 pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:14 smithi022 bash[28554]: cluster 2023-12-07T17:20:12.908667+0000 mgr.a (mgr.24293) 18036 : cluster 0 pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:14.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:14 smithi044 bash[32620]: cluster 2023-12-07T17:20:12.908667+0000 mgr.a (mgr.24293) 18036 : cluster 0 pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:16 smithi027 bash[31536]: cluster 2023-12-07T17:20:14.909326+0000 mgr.a (mgr.24293) 18037 : cluster 0 pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:16 smithi022 bash[28554]: cluster 2023-12-07T17:20:14.909326+0000 mgr.a (mgr.24293) 18037 : cluster 0 pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:16.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:16 smithi044 bash[32620]: cluster 2023-12-07T17:20:14.909326+0000 mgr.a (mgr.24293) 18037 : cluster 0 pgmap v13486: 33 pgs: 33 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.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:18.002 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:18.002 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:18 smithi027 bash[31536]: cluster 2023-12-07T17:20:16.910166+0000 mgr.a (mgr.24293) 18038 : cluster 0 pgmap v13487: 33 pgs: 33 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:18.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:18 smithi022 bash[28554]: cluster 2023-12-07T17:20:16.910166+0000 mgr.a (mgr.24293) 18038 : cluster 0 pgmap v13487: 33 pgs: 33 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:18.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:18 smithi044 bash[32620]: cluster 2023-12-07T17:20:16.910166+0000 mgr.a (mgr.24293) 18038 : cluster 0 pgmap v13487: 33 pgs: 33 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:18.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:18.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:18.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:18.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:18.932 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:19 smithi022 bash[28554]: audit 2023-12-07T17:20:18.405953+0000 mgr.a (mgr.24293) 18039 : audit 0 from='client.357792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:19.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:19 smithi044 bash[32620]: audit 2023-12-07T17:20:18.405953+0000 mgr.a (mgr.24293) 18039 : audit 0 from='client.357792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:19 smithi027 bash[31536]: audit 2023-12-07T17:20:18.405953+0000 mgr.a (mgr.24293) 18039 : audit 0 from='client.357792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:20 smithi022 bash[28554]: cluster 2023-12-07T17:20:18.910825+0000 mgr.a (mgr.24293) 18040 : cluster 0 pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:20.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:20 smithi044 bash[32620]: cluster 2023-12-07T17:20:18.910825+0000 mgr.a (mgr.24293) 18040 : cluster 0 pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:20 smithi027 bash[31536]: cluster 2023-12-07T17:20:18.910825+0000 mgr.a (mgr.24293) 18040 : cluster 0 pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:22 smithi022 bash[28554]: cluster 2023-12-07T17:20:20.911702+0000 mgr.a (mgr.24293) 18041 : cluster 0 pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:22 smithi044 bash[32620]: cluster 2023-12-07T17:20:20.911702+0000 mgr.a (mgr.24293) 18041 : cluster 0 pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:22 smithi027 bash[31536]: cluster 2023-12-07T17:20:20.911702+0000 mgr.a (mgr.24293) 18041 : cluster 0 pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:23.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:23.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:23.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:24.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:24.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:24.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:24.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:24.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:24 smithi022 bash[28554]: cluster 2023-12-07T17:20:22.912256+0000 mgr.a (mgr.24293) 18042 : cluster 0 pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:24.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:24 smithi044 bash[32620]: cluster 2023-12-07T17:20:22.912256+0000 mgr.a (mgr.24293) 18042 : cluster 0 pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:24 smithi027 bash[31536]: cluster 2023-12-07T17:20:22.912256+0000 mgr.a (mgr.24293) 18042 : cluster 0 pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:25 smithi022 bash[28554]: audit 2023-12-07T17:20:24.345599+0000 mgr.a (mgr.24293) 18043 : audit 0 from='client.357870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:25.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:25 smithi044 bash[32620]: audit 2023-12-07T17:20:24.345599+0000 mgr.a (mgr.24293) 18043 : audit 0 from='client.357870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:25 smithi027 bash[31536]: audit 2023-12-07T17:20:24.345599+0000 mgr.a (mgr.24293) 18043 : audit 0 from='client.357870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:26 smithi022 bash[28554]: cluster 2023-12-07T17:20:24.913016+0000 mgr.a (mgr.24293) 18044 : cluster 0 pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:26.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:26 smithi044 bash[32620]: cluster 2023-12-07T17:20:24.913016+0000 mgr.a (mgr.24293) 18044 : cluster 0 pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:26 smithi027 bash[31536]: cluster 2023-12-07T17:20:24.913016+0000 mgr.a (mgr.24293) 18044 : cluster 0 pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:28 smithi022 bash[28554]: cluster 2023-12-07T17:20:26.913861+0000 mgr.a (mgr.24293) 18045 : cluster 0 pgmap v13492: 33 pgs: 33 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:28.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:28 smithi044 bash[32620]: cluster 2023-12-07T17:20:26.913861+0000 mgr.a (mgr.24293) 18045 : cluster 0 pgmap v13492: 33 pgs: 33 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:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:28 smithi027 bash[31536]: cluster 2023-12-07T17:20:26.913861+0000 mgr.a (mgr.24293) 18045 : cluster 0 pgmap v13492: 33 pgs: 33 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:29.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:29.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:29.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:30.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:30.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:30.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:30.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:30.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:30 smithi022 bash[28554]: cluster 2023-12-07T17:20:28.914456+0000 mgr.a (mgr.24293) 18046 : cluster 0 pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:30 smithi044 bash[32620]: cluster 2023-12-07T17:20:28.914456+0000 mgr.a (mgr.24293) 18046 : cluster 0 pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:30 smithi027 bash[31536]: cluster 2023-12-07T17:20:28.914456+0000 mgr.a (mgr.24293) 18046 : cluster 0 pgmap v13493: 33 pgs: 33 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:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:31 smithi022 bash[28554]: audit 2023-12-07T17:20:30.299959+0000 mgr.a (mgr.24293) 18047 : audit 0 from='client.357939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:31.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:31 smithi044 bash[32620]: audit 2023-12-07T17:20:30.299959+0000 mgr.a (mgr.24293) 18047 : audit 0 from='client.357939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:31 smithi027 bash[31536]: audit 2023-12-07T17:20:30.299959+0000 mgr.a (mgr.24293) 18047 : audit 0 from='client.357939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:32 smithi022 bash[28554]: cluster 2023-12-07T17:20:30.915474+0000 mgr.a (mgr.24293) 18048 : cluster 0 pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:20:32.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:32 smithi044 bash[32620]: cluster 2023-12-07T17:20:30.915474+0000 mgr.a (mgr.24293) 18048 : cluster 0 pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:20:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:32 smithi027 bash[31536]: cluster 2023-12-07T17:20:30.915474+0000 mgr.a (mgr.24293) 18048 : cluster 0 pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:20:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:34 smithi022 bash[28554]: cluster 2023-12-07T17:20:32.916070+0000 mgr.a (mgr.24293) 18049 : cluster 0 pgmap v13495: 33 pgs: 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:20:34.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:34 smithi044 bash[32620]: cluster 2023-12-07T17:20:32.916070+0000 mgr.a (mgr.24293) 18049 : cluster 0 pgmap v13495: 33 pgs: 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:20:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:34 smithi027 bash[31536]: cluster 2023-12-07T17:20:32.916070+0000 mgr.a (mgr.24293) 18049 : cluster 0 pgmap v13495: 33 pgs: 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:20:35.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:35.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:35.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:36.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:36.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:36.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:36.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:36.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:36 smithi022 bash[28554]: cluster 2023-12-07T17:20:34.916633+0000 mgr.a (mgr.24293) 18050 : cluster 0 pgmap v13496: 33 pgs: 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:20:36.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:36 smithi044 bash[32620]: cluster 2023-12-07T17:20:34.916633+0000 mgr.a (mgr.24293) 18050 : cluster 0 pgmap v13496: 33 pgs: 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:20:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:36 smithi027 bash[31536]: cluster 2023-12-07T17:20:34.916633+0000 mgr.a (mgr.24293) 18050 : cluster 0 pgmap v13496: 33 pgs: 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:20:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:37 smithi022 bash[28554]: audit 2023-12-07T17:20:36.233834+0000 mgr.a (mgr.24293) 18051 : audit 0 from='client.358014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:37 smithi044 bash[32620]: audit 2023-12-07T17:20:36.233834+0000 mgr.a (mgr.24293) 18051 : audit 0 from='client.358014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:37 smithi027 bash[31536]: audit 2023-12-07T17:20:36.233834+0000 mgr.a (mgr.24293) 18051 : audit 0 from='client.358014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:38 smithi022 bash[28554]: cluster 2023-12-07T17:20:36.917659+0000 mgr.a (mgr.24293) 18052 : cluster 0 pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:38 smithi044 bash[32620]: cluster 2023-12-07T17:20:36.917659+0000 mgr.a (mgr.24293) 18052 : cluster 0 pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:38 smithi027 bash[31536]: cluster 2023-12-07T17:20:36.917659+0000 mgr.a (mgr.24293) 18052 : cluster 0 pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:40 smithi022 bash[28554]: cluster 2023-12-07T17:20:38.918307+0000 mgr.a (mgr.24293) 18053 : cluster 0 pgmap v13498: 33 pgs: 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:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:40 smithi044 bash[32620]: cluster 2023-12-07T17:20:38.918307+0000 mgr.a (mgr.24293) 18053 : cluster 0 pgmap v13498: 33 pgs: 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:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:40 smithi027 bash[31536]: cluster 2023-12-07T17:20:38.918307+0000 mgr.a (mgr.24293) 18053 : cluster 0 pgmap v13498: 33 pgs: 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.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:41.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:41.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:42.682 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:42.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:42.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:42.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:42.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:42 smithi022 bash[28554]: cluster 2023-12-07T17:20:40.919087+0000 mgr.a (mgr.24293) 18054 : cluster 0 pgmap v13499: 33 pgs: 33 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:42.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:42 smithi044 bash[32620]: cluster 2023-12-07T17:20:40.919087+0000 mgr.a (mgr.24293) 18054 : cluster 0 pgmap v13499: 33 pgs: 33 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:42.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:42 smithi027 bash[31536]: cluster 2023-12-07T17:20:40.919087+0000 mgr.a (mgr.24293) 18054 : cluster 0 pgmap v13499: 33 pgs: 33 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:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:43 smithi022 bash[28554]: audit 2023-12-07T17:20:42.156888+0000 mgr.a (mgr.24293) 18055 : audit 0 from='client.358092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:43 smithi044 bash[32620]: audit 2023-12-07T17:20:42.156888+0000 mgr.a (mgr.24293) 18055 : audit 0 from='client.358092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:43 smithi027 bash[31536]: audit 2023-12-07T17:20:42.156888+0000 mgr.a (mgr.24293) 18055 : audit 0 from='client.358092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:44 smithi022 bash[28554]: cluster 2023-12-07T17:20:42.919783+0000 mgr.a (mgr.24293) 18056 : cluster 0 pgmap v13500: 33 pgs: 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:20:44.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:44 smithi044 bash[32620]: cluster 2023-12-07T17:20:42.919783+0000 mgr.a (mgr.24293) 18056 : cluster 0 pgmap v13500: 33 pgs: 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:20:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:44 smithi027 bash[31536]: cluster 2023-12-07T17:20:42.919783+0000 mgr.a (mgr.24293) 18056 : cluster 0 pgmap v13500: 33 pgs: 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:20:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:46 smithi022 bash[28554]: cluster 2023-12-07T17:20:44.920335+0000 mgr.a (mgr.24293) 18057 : cluster 0 pgmap v13501: 33 pgs: 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:20:46.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:46 smithi044 bash[32620]: cluster 2023-12-07T17:20:44.920335+0000 mgr.a (mgr.24293) 18057 : cluster 0 pgmap v13501: 33 pgs: 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:20:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:46 smithi027 bash[31536]: cluster 2023-12-07T17:20:44.920335+0000 mgr.a (mgr.24293) 18057 : cluster 0 pgmap v13501: 33 pgs: 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:20:47.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:47.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:47.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:48.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:48.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:48.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:48.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:48.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:48.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:48 smithi022 bash[28554]: cluster 2023-12-07T17:20:46.921158+0000 mgr.a (mgr.24293) 18058 : cluster 0 pgmap v13502: 33 pgs: 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:20:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:48 smithi044 bash[32620]: cluster 2023-12-07T17:20:46.921158+0000 mgr.a (mgr.24293) 18058 : cluster 0 pgmap v13502: 33 pgs: 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:20:48.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:48 smithi027 bash[31536]: cluster 2023-12-07T17:20:46.921158+0000 mgr.a (mgr.24293) 18058 : cluster 0 pgmap v13502: 33 pgs: 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:20:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:49 smithi022 bash[28554]: audit 2023-12-07T17:20:48.094534+0000 mgr.a (mgr.24293) 18059 : audit 0 from='client.358170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:49 smithi044 bash[32620]: audit 2023-12-07T17:20:48.094534+0000 mgr.a (mgr.24293) 18059 : audit 0 from='client.358170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:49 smithi027 bash[31536]: audit 2023-12-07T17:20:48.094534+0000 mgr.a (mgr.24293) 18059 : audit 0 from='client.358170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:50 smithi022 bash[28554]: cluster 2023-12-07T17:20:48.921887+0000 mgr.a (mgr.24293) 18060 : cluster 0 pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:50 smithi044 bash[32620]: cluster 2023-12-07T17:20:48.921887+0000 mgr.a (mgr.24293) 18060 : cluster 0 pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:50 smithi027 bash[31536]: cluster 2023-12-07T17:20:48.921887+0000 mgr.a (mgr.24293) 18060 : cluster 0 pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:52 smithi022 bash[28554]: cluster 2023-12-07T17:20:50.922726+0000 mgr.a (mgr.24293) 18061 : cluster 0 pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:52 smithi044 bash[32620]: cluster 2023-12-07T17:20:50.922726+0000 mgr.a (mgr.24293) 18061 : cluster 0 pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:52 smithi027 bash[31536]: cluster 2023-12-07T17:20:50.922726+0000 mgr.a (mgr.24293) 18061 : cluster 0 pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:53.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:53.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:53.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:54.567 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:20:54.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:54.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:54.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:54.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:20:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:54 smithi022 bash[28554]: cluster 2023-12-07T17:20:52.923330+0000 mgr.a (mgr.24293) 18062 : cluster 0 pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:54 smithi044 bash[32620]: cluster 2023-12-07T17:20:52.923330+0000 mgr.a (mgr.24293) 18062 : cluster 0 pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:54 smithi027 bash[31536]: cluster 2023-12-07T17:20:52.923330+0000 mgr.a (mgr.24293) 18062 : cluster 0 pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:55 smithi022 bash[28554]: audit 2023-12-07T17:20:54.031238+0000 mgr.a (mgr.24293) 18063 : audit 0 from='client.358248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:55 smithi044 bash[32620]: audit 2023-12-07T17:20:54.031238+0000 mgr.a (mgr.24293) 18063 : audit 0 from='client.358248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:55 smithi027 bash[31536]: audit 2023-12-07T17:20:54.031238+0000 mgr.a (mgr.24293) 18063 : audit 0 from='client.358248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:56 smithi022 bash[28554]: cluster 2023-12-07T17:20:54.924114+0000 mgr.a (mgr.24293) 18064 : cluster 0 pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:56 smithi044 bash[32620]: cluster 2023-12-07T17:20:54.924114+0000 mgr.a (mgr.24293) 18064 : cluster 0 pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:56 smithi027 bash[31536]: cluster 2023-12-07T17:20:54.924114+0000 mgr.a (mgr.24293) 18064 : cluster 0 pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:20:58 smithi022 bash[28554]: cluster 2023-12-07T17:20:56.924963+0000 mgr.a (mgr.24293) 18065 : cluster 0 pgmap v13507: 33 pgs: 33 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:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:20:58 smithi044 bash[32620]: cluster 2023-12-07T17:20:56.924963+0000 mgr.a (mgr.24293) 18065 : cluster 0 pgmap v13507: 33 pgs: 33 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:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:20:58 smithi027 bash[31536]: cluster 2023-12-07T17:20:56.924963+0000 mgr.a (mgr.24293) 18065 : cluster 0 pgmap v13507: 33 pgs: 33 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:59.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:20:59.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:59.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:00.517 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:00.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:00.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:00.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:00.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:00 smithi022 bash[28554]: cluster 2023-12-07T17:20:58.925583+0000 mgr.a (mgr.24293) 18066 : cluster 0 pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:00 smithi022 bash[28554]: audit 2023-12-07T17:21:00.499228+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:00 smithi044 bash[32620]: cluster 2023-12-07T17:20:58.925583+0000 mgr.a (mgr.24293) 18066 : cluster 0 pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:00 smithi044 bash[32620]: audit 2023-12-07T17:21:00.499228+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:00 smithi027 bash[31536]: cluster 2023-12-07T17:20:58.925583+0000 mgr.a (mgr.24293) 18066 : cluster 0 pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:00 smithi027 bash[31536]: audit 2023-12-07T17:21:00.499228+0000 mon.a (mon.0) 2936 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:01 smithi022 bash[28554]: audit 2023-12-07T17:20:59.983617+0000 mgr.a (mgr.24293) 18067 : audit 0 from='client.358323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:01 smithi044 bash[32620]: audit 2023-12-07T17:20:59.983617+0000 mgr.a (mgr.24293) 18067 : audit 0 from='client.358323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:01 smithi027 bash[31536]: audit 2023-12-07T17:20:59.983617+0000 mgr.a (mgr.24293) 18067 : audit 0 from='client.358323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:02 smithi022 bash[28554]: cluster 2023-12-07T17:21:00.926625+0000 mgr.a (mgr.24293) 18068 : cluster 0 pgmap v13509: 33 pgs: 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:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:02 smithi044 bash[32620]: cluster 2023-12-07T17:21:00.926625+0000 mgr.a (mgr.24293) 18068 : cluster 0 pgmap v13509: 33 pgs: 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:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:02 smithi027 bash[31536]: cluster 2023-12-07T17:21:00.926625+0000 mgr.a (mgr.24293) 18068 : cluster 0 pgmap v13509: 33 pgs: 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:04.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:04 smithi022 bash[28554]: cluster 2023-12-07T17:21:02.927342+0000 mgr.a (mgr.24293) 18069 : cluster 0 pgmap v13510: 33 pgs: 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:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:04 smithi044 bash[32620]: cluster 2023-12-07T17:21:02.927342+0000 mgr.a (mgr.24293) 18069 : cluster 0 pgmap v13510: 33 pgs: 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:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:04 smithi027 bash[31536]: cluster 2023-12-07T17:21:02.927342+0000 mgr.a (mgr.24293) 18069 : cluster 0 pgmap v13510: 33 pgs: 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:05.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:05.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:05.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:06.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:06.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:06.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:06.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:06.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:06.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:06 smithi022 bash[28554]: cluster 2023-12-07T17:21:04.928026+0000 mgr.a (mgr.24293) 18070 : cluster 0 pgmap v13511: 33 pgs: 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:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:06 smithi044 bash[32620]: cluster 2023-12-07T17:21:04.928026+0000 mgr.a (mgr.24293) 18070 : cluster 0 pgmap v13511: 33 pgs: 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:06.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:06 smithi027 bash[31536]: cluster 2023-12-07T17:21:04.928026+0000 mgr.a (mgr.24293) 18070 : cluster 0 pgmap v13511: 33 pgs: 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:07.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:07 smithi022 bash[28554]: audit 2023-12-07T17:21:05.936905+0000 mgr.a (mgr.24293) 18071 : audit 0 from='client.358401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:07 smithi044 bash[32620]: audit 2023-12-07T17:21:05.936905+0000 mgr.a (mgr.24293) 18071 : audit 0 from='client.358401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:07 smithi027 bash[31536]: audit 2023-12-07T17:21:05.936905+0000 mgr.a (mgr.24293) 18071 : audit 0 from='client.358401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:08.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:08 smithi022 bash[28554]: cluster 2023-12-07T17:21:06.928745+0000 mgr.a (mgr.24293) 18072 : cluster 0 pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:08 smithi044 bash[32620]: cluster 2023-12-07T17:21:06.928745+0000 mgr.a (mgr.24293) 18072 : cluster 0 pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:08.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:08 smithi027 bash[31536]: cluster 2023-12-07T17:21:06.928745+0000 mgr.a (mgr.24293) 18072 : cluster 0 pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:10 smithi022 bash[28554]: cluster 2023-12-07T17:21:08.929316+0000 mgr.a (mgr.24293) 18073 : cluster 0 pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:10 smithi044 bash[32620]: cluster 2023-12-07T17:21:08.929316+0000 mgr.a (mgr.24293) 18073 : cluster 0 pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:10 smithi027 bash[31536]: cluster 2023-12-07T17:21:08.929316+0000 mgr.a (mgr.24293) 18073 : cluster 0 pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:11.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:11.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:11.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:12.418 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:12.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:12.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:12.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:12.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:12.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:12 smithi027 bash[31536]: cluster 2023-12-07T17:21:10.930223+0000 mgr.a (mgr.24293) 18074 : cluster 0 pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:12 smithi027 bash[31536]: audit 2023-12-07T17:21:11.696719+0000 mon.a (mon.0) 2937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:12 smithi027 bash[31536]: audit 2023-12-07T17:21:11.702579+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:12 smithi027 bash[31536]: audit 2023-12-07T17:21:11.703956+0000 mon.a (mon.0) 2939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:12 smithi027 bash[31536]: audit 2023-12-07T17:21:11.705400+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:12 smithi027 bash[31536]: audit 2023-12-07T17:21:11.712965+0000 mon.a (mon.0) 2941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:12 smithi022 bash[28554]: cluster 2023-12-07T17:21:10.930223+0000 mgr.a (mgr.24293) 18074 : cluster 0 pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:12 smithi022 bash[28554]: audit 2023-12-07T17:21:11.696719+0000 mon.a (mon.0) 2937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:12 smithi022 bash[28554]: audit 2023-12-07T17:21:11.702579+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:12 smithi022 bash[28554]: audit 2023-12-07T17:21:11.703956+0000 mon.a (mon.0) 2939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:12 smithi022 bash[28554]: audit 2023-12-07T17:21:11.705400+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:12 smithi022 bash[28554]: audit 2023-12-07T17:21:11.712965+0000 mon.a (mon.0) 2941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:12 smithi044 bash[32620]: cluster 2023-12-07T17:21:10.930223+0000 mgr.a (mgr.24293) 18074 : cluster 0 pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:12 smithi044 bash[32620]: audit 2023-12-07T17:21:11.696719+0000 mon.a (mon.0) 2937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:12 smithi044 bash[32620]: audit 2023-12-07T17:21:11.702579+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:12 smithi044 bash[32620]: audit 2023-12-07T17:21:11.703956+0000 mon.a (mon.0) 2939 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:12 smithi044 bash[32620]: audit 2023-12-07T17:21:11.705400+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:12 smithi044 bash[32620]: audit 2023-12-07T17:21:11.712965+0000 mon.a (mon.0) 2941 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:21:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:13 smithi022 bash[28554]: audit 2023-12-07T17:21:11.879932+0000 mgr.a (mgr.24293) 18075 : audit 0 from='client.358476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:13 smithi044 bash[32620]: audit 2023-12-07T17:21:11.879932+0000 mgr.a (mgr.24293) 18075 : audit 0 from='client.358476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:13 smithi027 bash[31536]: audit 2023-12-07T17:21:11.879932+0000 mgr.a (mgr.24293) 18075 : audit 0 from='client.358476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:15.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:14 smithi022 bash[28554]: cluster 2023-12-07T17:21:12.930991+0000 mgr.a (mgr.24293) 18076 : cluster 0 pgmap v13515: 33 pgs: 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:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:14 smithi044 bash[32620]: cluster 2023-12-07T17:21:12.930991+0000 mgr.a (mgr.24293) 18076 : cluster 0 pgmap v13515: 33 pgs: 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:15.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:14 smithi027 bash[31536]: cluster 2023-12-07T17:21:12.930991+0000 mgr.a (mgr.24293) 18076 : cluster 0 pgmap v13515: 33 pgs: 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:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:16 smithi022 bash[28554]: cluster 2023-12-07T17:21:14.931600+0000 mgr.a (mgr.24293) 18077 : cluster 0 pgmap v13516: 33 pgs: 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:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:16 smithi044 bash[32620]: cluster 2023-12-07T17:21:14.931600+0000 mgr.a (mgr.24293) 18077 : cluster 0 pgmap v13516: 33 pgs: 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:17.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:16 smithi027 bash[31536]: cluster 2023-12-07T17:21:14.931600+0000 mgr.a (mgr.24293) 18077 : cluster 0 pgmap v13516: 33 pgs: 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:17.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:17.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:17.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:18.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:18.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:18.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:18.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:18.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:18 smithi022 bash[28554]: cluster 2023-12-07T17:21:16.932384+0000 mgr.a (mgr.24293) 18078 : cluster 0 pgmap v13517: 33 pgs: 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:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:18 smithi044 bash[32620]: cluster 2023-12-07T17:21:16.932384+0000 mgr.a (mgr.24293) 18078 : cluster 0 pgmap v13517: 33 pgs: 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:19.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:18 smithi027 bash[31536]: cluster 2023-12-07T17:21:16.932384+0000 mgr.a (mgr.24293) 18078 : cluster 0 pgmap v13517: 33 pgs: 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:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:19 smithi022 bash[28554]: audit 2023-12-07T17:21:17.827115+0000 mgr.a (mgr.24293) 18079 : audit 0 from='client.358545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:19 smithi044 bash[32620]: audit 2023-12-07T17:21:17.827115+0000 mgr.a (mgr.24293) 18079 : audit 0 from='client.358545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:19 smithi027 bash[31536]: audit 2023-12-07T17:21:17.827115+0000 mgr.a (mgr.24293) 18079 : audit 0 from='client.358545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:21.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:20 smithi022 bash[28554]: cluster 2023-12-07T17:21:18.933113+0000 mgr.a (mgr.24293) 18080 : cluster 0 pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:20 smithi044 bash[32620]: cluster 2023-12-07T17:21:18.933113+0000 mgr.a (mgr.24293) 18080 : cluster 0 pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:21.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:20 smithi027 bash[31536]: cluster 2023-12-07T17:21:18.933113+0000 mgr.a (mgr.24293) 18080 : cluster 0 pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:23.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:22 smithi022 bash[28554]: cluster 2023-12-07T17:21:20.933974+0000 mgr.a (mgr.24293) 18081 : cluster 0 pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:22 smithi044 bash[32620]: cluster 2023-12-07T17:21:20.933974+0000 mgr.a (mgr.24293) 18081 : cluster 0 pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:23.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:22 smithi027 bash[31536]: cluster 2023-12-07T17:21:20.933974+0000 mgr.a (mgr.24293) 18081 : cluster 0 pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:23.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:23.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:23.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:24.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:24.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:24.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:24.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:24.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:24 smithi022 bash[28554]: cluster 2023-12-07T17:21:22.934562+0000 mgr.a (mgr.24293) 18082 : cluster 0 pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:24 smithi044 bash[32620]: cluster 2023-12-07T17:21:22.934562+0000 mgr.a (mgr.24293) 18082 : cluster 0 pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:25.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:24 smithi027 bash[31536]: cluster 2023-12-07T17:21:22.934562+0000 mgr.a (mgr.24293) 18082 : cluster 0 pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:25 smithi022 bash[28554]: audit 2023-12-07T17:21:23.767164+0000 mgr.a (mgr.24293) 18083 : audit 0 from='client.358617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:25 smithi044 bash[32620]: audit 2023-12-07T17:21:23.767164+0000 mgr.a (mgr.24293) 18083 : audit 0 from='client.358617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:25 smithi027 bash[31536]: audit 2023-12-07T17:21:23.767164+0000 mgr.a (mgr.24293) 18083 : audit 0 from='client.358617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:26 smithi022 bash[28554]: cluster 2023-12-07T17:21:24.935319+0000 mgr.a (mgr.24293) 18084 : cluster 0 pgmap v13521: 33 pgs: 33 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:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:26 smithi044 bash[32620]: cluster 2023-12-07T17:21:24.935319+0000 mgr.a (mgr.24293) 18084 : cluster 0 pgmap v13521: 33 pgs: 33 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:27.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:26 smithi027 bash[31536]: cluster 2023-12-07T17:21:24.935319+0000 mgr.a (mgr.24293) 18084 : cluster 0 pgmap v13521: 33 pgs: 33 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:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:28 smithi022 bash[28554]: cluster 2023-12-07T17:21:26.936205+0000 mgr.a (mgr.24293) 18085 : cluster 0 pgmap v13522: 33 pgs: 33 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:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:28 smithi044 bash[32620]: cluster 2023-12-07T17:21:26.936205+0000 mgr.a (mgr.24293) 18085 : cluster 0 pgmap v13522: 33 pgs: 33 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:29.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:28 smithi027 bash[31536]: cluster 2023-12-07T17:21:26.936205+0000 mgr.a (mgr.24293) 18085 : cluster 0 pgmap v13522: 33 pgs: 33 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:29.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:29.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:29.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:30.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:30.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:30.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:30.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:30.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:30 smithi022 bash[28554]: cluster 2023-12-07T17:21:28.936780+0000 mgr.a (mgr.24293) 18086 : cluster 0 pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:30 smithi022 bash[28554]: audit 2023-12-07T17:21:29.696503+0000 mgr.a (mgr.24293) 18087 : audit 0 from='client.358695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:30 smithi044 bash[32620]: cluster 2023-12-07T17:21:28.936780+0000 mgr.a (mgr.24293) 18086 : cluster 0 pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:30 smithi044 bash[32620]: audit 2023-12-07T17:21:29.696503+0000 mgr.a (mgr.24293) 18087 : audit 0 from='client.358695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:30 smithi027 bash[31536]: cluster 2023-12-07T17:21:28.936780+0000 mgr.a (mgr.24293) 18086 : cluster 0 pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:31.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:30 smithi027 bash[31536]: audit 2023-12-07T17:21:29.696503+0000 mgr.a (mgr.24293) 18087 : audit 0 from='client.358695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:32 smithi022 bash[28554]: cluster 2023-12-07T17:21:30.937765+0000 mgr.a (mgr.24293) 18088 : cluster 0 pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:32 smithi044 bash[32620]: cluster 2023-12-07T17:21:30.937765+0000 mgr.a (mgr.24293) 18088 : cluster 0 pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:32 smithi027 bash[31536]: cluster 2023-12-07T17:21:30.937765+0000 mgr.a (mgr.24293) 18088 : cluster 0 pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:34 smithi022 bash[28554]: cluster 2023-12-07T17:21:32.938377+0000 mgr.a (mgr.24293) 18089 : cluster 0 pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:34 smithi044 bash[32620]: cluster 2023-12-07T17:21:32.938377+0000 mgr.a (mgr.24293) 18089 : cluster 0 pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:34 smithi027 bash[31536]: cluster 2023-12-07T17:21:32.938377+0000 mgr.a (mgr.24293) 18089 : cluster 0 pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:35.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:35.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:35.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:36.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:36.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:36.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:36.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:36.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:36 smithi022 bash[28554]: cluster 2023-12-07T17:21:34.938948+0000 mgr.a (mgr.24293) 18090 : cluster 0 pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:36 smithi022 bash[28554]: audit 2023-12-07T17:21:35.623228+0000 mgr.a (mgr.24293) 18091 : audit 0 from='client.358770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:36 smithi044 bash[32620]: cluster 2023-12-07T17:21:34.938948+0000 mgr.a (mgr.24293) 18090 : cluster 0 pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:36 smithi044 bash[32620]: audit 2023-12-07T17:21:35.623228+0000 mgr.a (mgr.24293) 18091 : audit 0 from='client.358770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:37.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:36 smithi027 bash[31536]: cluster 2023-12-07T17:21:34.938948+0000 mgr.a (mgr.24293) 18090 : cluster 0 pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:37.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:36 smithi027 bash[31536]: audit 2023-12-07T17:21:35.623228+0000 mgr.a (mgr.24293) 18091 : audit 0 from='client.358770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:38 smithi022 bash[28554]: cluster 2023-12-07T17:21:36.940225+0000 mgr.a (mgr.24293) 18092 : cluster 0 pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:38 smithi044 bash[32620]: cluster 2023-12-07T17:21:36.940225+0000 mgr.a (mgr.24293) 18092 : cluster 0 pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:38 smithi027 bash[31536]: cluster 2023-12-07T17:21:36.940225+0000 mgr.a (mgr.24293) 18092 : cluster 0 pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:39 smithi022 bash[28554]: cluster 2023-12-07T17:21:38.940856+0000 mgr.a (mgr.24293) 18093 : cluster 0 pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:39 smithi044 bash[32620]: cluster 2023-12-07T17:21:38.940856+0000 mgr.a (mgr.24293) 18093 : cluster 0 pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:39 smithi027 bash[31536]: cluster 2023-12-07T17:21:38.940856+0000 mgr.a (mgr.24293) 18093 : cluster 0 pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:41.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:41.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:41.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:42.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:42.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:42.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:42.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:42.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:41 smithi022 bash[28554]: cluster 2023-12-07T17:21:40.941617+0000 mgr.a (mgr.24293) 18094 : cluster 0 pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:42.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:41 smithi022 bash[28554]: audit 2023-12-07T17:21:41.563854+0000 mgr.a (mgr.24293) 18095 : audit 0 from='client.358848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:41 smithi044 bash[32620]: cluster 2023-12-07T17:21:40.941617+0000 mgr.a (mgr.24293) 18094 : cluster 0 pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:42.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:41 smithi044 bash[32620]: audit 2023-12-07T17:21:41.563854+0000 mgr.a (mgr.24293) 18095 : audit 0 from='client.358848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:42.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:41 smithi027 bash[31536]: cluster 2023-12-07T17:21:40.941617+0000 mgr.a (mgr.24293) 18094 : cluster 0 pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:42.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:41 smithi027 bash[31536]: audit 2023-12-07T17:21:41.563854+0000 mgr.a (mgr.24293) 18095 : audit 0 from='client.358848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:44.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:44 smithi022 bash[28554]: cluster 2023-12-07T17:21:42.942333+0000 mgr.a (mgr.24293) 18096 : cluster 0 pgmap v13530: 33 pgs: 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.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:44 smithi044 bash[32620]: cluster 2023-12-07T17:21:42.942333+0000 mgr.a (mgr.24293) 18096 : cluster 0 pgmap v13530: 33 pgs: 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:44 smithi027 bash[31536]: cluster 2023-12-07T17:21:42.942333+0000 mgr.a (mgr.24293) 18096 : cluster 0 pgmap v13530: 33 pgs: 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:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:46 smithi022 bash[28554]: cluster 2023-12-07T17:21:44.942940+0000 mgr.a (mgr.24293) 18097 : cluster 0 pgmap v13531: 33 pgs: 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:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:46 smithi044 bash[32620]: cluster 2023-12-07T17:21:44.942940+0000 mgr.a (mgr.24293) 18097 : cluster 0 pgmap v13531: 33 pgs: 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:46.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:46 smithi027 bash[31536]: cluster 2023-12-07T17:21:44.942940+0000 mgr.a (mgr.24293) 18097 : cluster 0 pgmap v13531: 33 pgs: 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:47.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:47.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:47.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:48.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:48.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:48.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:48.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:48.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:48.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:48 smithi022 bash[28554]: cluster 2023-12-07T17:21:46.943908+0000 mgr.a (mgr.24293) 18098 : cluster 0 pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:48.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:48 smithi022 bash[28554]: audit 2023-12-07T17:21:47.510044+0000 mgr.a (mgr.24293) 18099 : audit 0 from='client.358923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:48 smithi044 bash[32620]: cluster 2023-12-07T17:21:46.943908+0000 mgr.a (mgr.24293) 18098 : cluster 0 pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:48.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:48 smithi044 bash[32620]: audit 2023-12-07T17:21:47.510044+0000 mgr.a (mgr.24293) 18099 : audit 0 from='client.358923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:48 smithi027 bash[31536]: cluster 2023-12-07T17:21:46.943908+0000 mgr.a (mgr.24293) 18098 : cluster 0 pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:48.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:48 smithi027 bash[31536]: audit 2023-12-07T17:21:47.510044+0000 mgr.a (mgr.24293) 18099 : audit 0 from='client.358923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:50.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:50 smithi022 bash[28554]: cluster 2023-12-07T17:21:48.944562+0000 mgr.a (mgr.24293) 18100 : cluster 0 pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:50 smithi044 bash[32620]: cluster 2023-12-07T17:21:48.944562+0000 mgr.a (mgr.24293) 18100 : cluster 0 pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:50 smithi027 bash[31536]: cluster 2023-12-07T17:21:48.944562+0000 mgr.a (mgr.24293) 18100 : cluster 0 pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:52.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:52 smithi022 bash[28554]: cluster 2023-12-07T17:21:50.945401+0000 mgr.a (mgr.24293) 18101 : cluster 0 pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:52.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:52 smithi044 bash[32620]: cluster 2023-12-07T17:21:50.945401+0000 mgr.a (mgr.24293) 18101 : cluster 0 pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:52.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:52 smithi027 bash[31536]: cluster 2023-12-07T17:21:50.945401+0000 mgr.a (mgr.24293) 18101 : cluster 0 pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:53.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:53.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:53.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:53.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:53.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:53.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:21:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:54 smithi022 bash[28554]: cluster 2023-12-07T17:21:52.946107+0000 mgr.a (mgr.24293) 18102 : cluster 0 pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:54.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:54 smithi022 bash[28554]: audit 2023-12-07T17:21:53.444841+0000 mgr.a (mgr.24293) 18103 : audit 0 from='client.358998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:54 smithi044 bash[32620]: cluster 2023-12-07T17:21:52.946107+0000 mgr.a (mgr.24293) 18102 : cluster 0 pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:54.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:54 smithi044 bash[32620]: audit 2023-12-07T17:21:53.444841+0000 mgr.a (mgr.24293) 18103 : audit 0 from='client.358998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:54 smithi027 bash[31536]: cluster 2023-12-07T17:21:52.946107+0000 mgr.a (mgr.24293) 18102 : cluster 0 pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:54.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:54 smithi027 bash[31536]: audit 2023-12-07T17:21:53.444841+0000 mgr.a (mgr.24293) 18103 : audit 0 from='client.358998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:56.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:56 smithi022 bash[28554]: cluster 2023-12-07T17:21:54.946863+0000 mgr.a (mgr.24293) 18104 : cluster 0 pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:56.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:56 smithi044 bash[32620]: cluster 2023-12-07T17:21:54.946863+0000 mgr.a (mgr.24293) 18104 : cluster 0 pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:56.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:56 smithi027 bash[31536]: cluster 2023-12-07T17:21:54.946863+0000 mgr.a (mgr.24293) 18104 : cluster 0 pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:58.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:21:58 smithi022 bash[28554]: cluster 2023-12-07T17:21:56.947726+0000 mgr.a (mgr.24293) 18105 : cluster 0 pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:58.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:21:58 smithi044 bash[32620]: cluster 2023-12-07T17:21:56.947726+0000 mgr.a (mgr.24293) 18105 : cluster 0 pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:58.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:21:58 smithi027 bash[31536]: cluster 2023-12-07T17:21:56.947726+0000 mgr.a (mgr.24293) 18105 : cluster 0 pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:58.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:21:58.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:58.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:59.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:21:59.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:59.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:59.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:59.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:00.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:00 smithi044 bash[32620]: cluster 2023-12-07T17:21:58.948304+0000 mgr.a (mgr.24293) 18106 : cluster 0 pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:00.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:00 smithi044 bash[32620]: audit 2023-12-07T17:21:59.376756+0000 mgr.a (mgr.24293) 18107 : audit 0 from='client.359076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:00.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:00 smithi022 bash[28554]: cluster 2023-12-07T17:21:58.948304+0000 mgr.a (mgr.24293) 18106 : cluster 0 pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:00.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:00 smithi022 bash[28554]: audit 2023-12-07T17:21:59.376756+0000 mgr.a (mgr.24293) 18107 : audit 0 from='client.359076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:00.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:00 smithi027 bash[31536]: cluster 2023-12-07T17:21:58.948304+0000 mgr.a (mgr.24293) 18106 : cluster 0 pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:00.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:00 smithi027 bash[31536]: audit 2023-12-07T17:21:59.376756+0000 mgr.a (mgr.24293) 18107 : audit 0 from='client.359076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:02.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:02 smithi022 bash[28554]: cluster 2023-12-07T17:22:00.949181+0000 mgr.a (mgr.24293) 18108 : cluster 0 pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:02.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:02 smithi044 bash[32620]: cluster 2023-12-07T17:22:00.949181+0000 mgr.a (mgr.24293) 18108 : cluster 0 pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:02.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:02 smithi027 bash[31536]: cluster 2023-12-07T17:22:00.949181+0000 mgr.a (mgr.24293) 18108 : cluster 0 pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:04.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:04 smithi022 bash[28554]: cluster 2023-12-07T17:22:02.949923+0000 mgr.a (mgr.24293) 18109 : cluster 0 pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:04 smithi044 bash[32620]: cluster 2023-12-07T17:22:02.949923+0000 mgr.a (mgr.24293) 18109 : cluster 0 pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:04 smithi027 bash[31536]: cluster 2023-12-07T17:22:02.949923+0000 mgr.a (mgr.24293) 18109 : cluster 0 pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:04.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:04.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:05.890 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:05.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:05.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:05.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:05.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:06.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:06 smithi022 bash[28554]: cluster 2023-12-07T17:22:04.950663+0000 mgr.a (mgr.24293) 18110 : cluster 0 pgmap v13541: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:06 smithi022 bash[28554]: audit 2023-12-07T17:22:05.343380+0000 mgr.a (mgr.24293) 18111 : audit 0 from='client.359148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:06.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:06 smithi044 bash[32620]: cluster 2023-12-07T17:22:04.950663+0000 mgr.a (mgr.24293) 18110 : cluster 0 pgmap v13541: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:06 smithi044 bash[32620]: audit 2023-12-07T17:22:05.343380+0000 mgr.a (mgr.24293) 18111 : audit 0 from='client.359148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:06.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:06 smithi027 bash[31536]: cluster 2023-12-07T17:22:04.950663+0000 mgr.a (mgr.24293) 18110 : cluster 0 pgmap v13541: 33 pgs: 33 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.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:06 smithi027 bash[31536]: audit 2023-12-07T17:22:05.343380+0000 mgr.a (mgr.24293) 18111 : audit 0 from='client.359148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:08.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:08 smithi022 bash[28554]: cluster 2023-12-07T17:22:06.951780+0000 mgr.a (mgr.24293) 18112 : cluster 0 pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:08.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:08 smithi044 bash[32620]: cluster 2023-12-07T17:22:06.951780+0000 mgr.a (mgr.24293) 18112 : cluster 0 pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:08.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:08 smithi027 bash[31536]: cluster 2023-12-07T17:22:06.951780+0000 mgr.a (mgr.24293) 18112 : cluster 0 pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:10.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:10 smithi022 bash[28554]: cluster 2023-12-07T17:22:08.952322+0000 mgr.a (mgr.24293) 18113 : cluster 0 pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:10.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:10 smithi044 bash[32620]: cluster 2023-12-07T17:22:08.952322+0000 mgr.a (mgr.24293) 18113 : cluster 0 pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:10.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:10 smithi027 bash[31536]: cluster 2023-12-07T17:22:08.952322+0000 mgr.a (mgr.24293) 18113 : cluster 0 pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:10.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:10.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:10.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:11.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:11.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:11.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:11.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:11.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:12 smithi022 bash[28554]: cluster 2023-12-07T17:22:10.953116+0000 mgr.a (mgr.24293) 18114 : cluster 0 pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:12.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:12 smithi022 bash[28554]: audit 2023-12-07T17:22:11.297054+0000 mgr.a (mgr.24293) 18115 : audit 0 from='client.359226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:12.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:12 smithi022 bash[28554]: audit 2023-12-07T17:22:11.815426+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:12 smithi044 bash[32620]: cluster 2023-12-07T17:22:10.953116+0000 mgr.a (mgr.24293) 18114 : cluster 0 pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:12 smithi044 bash[32620]: audit 2023-12-07T17:22:11.297054+0000 mgr.a (mgr.24293) 18115 : audit 0 from='client.359226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:12.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:12 smithi044 bash[32620]: audit 2023-12-07T17:22:11.815426+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:12.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:12 smithi027 bash[31536]: cluster 2023-12-07T17:22:10.953116+0000 mgr.a (mgr.24293) 18114 : cluster 0 pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:12 smithi027 bash[31536]: audit 2023-12-07T17:22:11.297054+0000 mgr.a (mgr.24293) 18115 : audit 0 from='client.359226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:12.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:12 smithi027 bash[31536]: audit 2023-12-07T17:22:11.815426+0000 mon.a (mon.0) 2942 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:14.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:14 smithi022 bash[28554]: cluster 2023-12-07T17:22:12.953976+0000 mgr.a (mgr.24293) 18116 : cluster 0 pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:14.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:14 smithi044 bash[32620]: cluster 2023-12-07T17:22:12.953976+0000 mgr.a (mgr.24293) 18116 : cluster 0 pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:14 smithi027 bash[31536]: cluster 2023-12-07T17:22:12.953976+0000 mgr.a (mgr.24293) 18116 : cluster 0 pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:16.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:16 smithi022 bash[28554]: cluster 2023-12-07T17:22:14.954719+0000 mgr.a (mgr.24293) 18117 : cluster 0 pgmap v13546: 33 pgs: 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:16.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:16 smithi044 bash[32620]: cluster 2023-12-07T17:22:14.954719+0000 mgr.a (mgr.24293) 18117 : cluster 0 pgmap v13546: 33 pgs: 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:16.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:16 smithi027 bash[31536]: cluster 2023-12-07T17:22:14.954719+0000 mgr.a (mgr.24293) 18117 : cluster 0 pgmap v13546: 33 pgs: 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:16.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:16.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:16.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:17.779 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:17.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:17.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:17.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:17.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:18.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:18 smithi022 bash[28554]: cluster 2023-12-07T17:22:16.955291+0000 mgr.a (mgr.24293) 18118 : cluster 0 pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:18.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:18 smithi022 bash[28554]: audit 2023-12-07T17:22:17.235705+0000 mgr.a (mgr.24293) 18119 : audit 0 from='client.359301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:18 smithi044 bash[32620]: cluster 2023-12-07T17:22:16.955291+0000 mgr.a (mgr.24293) 18118 : cluster 0 pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:18.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:18 smithi044 bash[32620]: audit 2023-12-07T17:22:17.235705+0000 mgr.a (mgr.24293) 18119 : audit 0 from='client.359301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:18.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:18 smithi027 bash[31536]: cluster 2023-12-07T17:22:16.955291+0000 mgr.a (mgr.24293) 18118 : cluster 0 pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:18.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:18 smithi027 bash[31536]: audit 2023-12-07T17:22:17.235705+0000 mgr.a (mgr.24293) 18119 : audit 0 from='client.359301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:20.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:20 smithi022 bash[28554]: cluster 2023-12-07T17:22:18.956144+0000 mgr.a (mgr.24293) 18120 : cluster 0 pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:20.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:20 smithi044 bash[32620]: cluster 2023-12-07T17:22:18.956144+0000 mgr.a (mgr.24293) 18120 : cluster 0 pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:20.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:20 smithi027 bash[31536]: cluster 2023-12-07T17:22:18.956144+0000 mgr.a (mgr.24293) 18120 : cluster 0 pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:22.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:22 smithi022 bash[28554]: cluster 2023-12-07T17:22:20.957009+0000 mgr.a (mgr.24293) 18121 : cluster 0 pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:22.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:22 smithi044 bash[32620]: cluster 2023-12-07T17:22:20.957009+0000 mgr.a (mgr.24293) 18121 : cluster 0 pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:22 smithi027 bash[31536]: cluster 2023-12-07T17:22:20.957009+0000 mgr.a (mgr.24293) 18121 : cluster 0 pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:22.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:22.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:22.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:23.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:23.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:23.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:23.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:23.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:23 smithi022 bash[28554]: audit 2023-12-07T17:22:22.513270+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:23 smithi022 bash[28554]: audit 2023-12-07T17:22:22.518811+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:23 smithi022 bash[28554]: audit 2023-12-07T17:22:22.520304+0000 mon.a (mon.0) 2945 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:23 smithi022 bash[28554]: audit 2023-12-07T17:22:22.522222+0000 mon.a (mon.0) 2946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:23 smithi022 bash[28554]: audit 2023-12-07T17:22:22.530345+0000 mon.a (mon.0) 2947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:23 smithi044 bash[32620]: audit 2023-12-07T17:22:22.513270+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:23 smithi044 bash[32620]: audit 2023-12-07T17:22:22.518811+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:23 smithi044 bash[32620]: audit 2023-12-07T17:22:22.520304+0000 mon.a (mon.0) 2945 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:23 smithi044 bash[32620]: audit 2023-12-07T17:22:22.522222+0000 mon.a (mon.0) 2946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:23 smithi044 bash[32620]: audit 2023-12-07T17:22:22.530345+0000 mon.a (mon.0) 2947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:23 smithi027 bash[31536]: audit 2023-12-07T17:22:22.513270+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:23 smithi027 bash[31536]: audit 2023-12-07T17:22:22.518811+0000 mon.a (mon.0) 2944 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:23 smithi027 bash[31536]: audit 2023-12-07T17:22:22.520304+0000 mon.a (mon.0) 2945 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:23 smithi027 bash[31536]: audit 2023-12-07T17:22:22.522222+0000 mon.a (mon.0) 2946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:23 smithi027 bash[31536]: audit 2023-12-07T17:22:22.530345+0000 mon.a (mon.0) 2947 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:22:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:24 smithi022 bash[28554]: cluster 2023-12-07T17:22:22.957566+0000 mgr.a (mgr.24293) 18122 : cluster 0 pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:24 smithi022 bash[28554]: audit 2023-12-07T17:22:23.198122+0000 mgr.a (mgr.24293) 18123 : audit 0 from='client.359379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:24 smithi044 bash[32620]: cluster 2023-12-07T17:22:22.957566+0000 mgr.a (mgr.24293) 18122 : cluster 0 pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:24 smithi044 bash[32620]: audit 2023-12-07T17:22:23.198122+0000 mgr.a (mgr.24293) 18123 : audit 0 from='client.359379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:24 smithi027 bash[31536]: cluster 2023-12-07T17:22:22.957566+0000 mgr.a (mgr.24293) 18122 : cluster 0 pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:24 smithi027 bash[31536]: audit 2023-12-07T17:22:23.198122+0000 mgr.a (mgr.24293) 18123 : audit 0 from='client.359379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:26 smithi022 bash[28554]: cluster 2023-12-07T17:22:24.958294+0000 mgr.a (mgr.24293) 18124 : cluster 0 pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:26 smithi044 bash[32620]: cluster 2023-12-07T17:22:24.958294+0000 mgr.a (mgr.24293) 18124 : cluster 0 pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:26 smithi027 bash[31536]: cluster 2023-12-07T17:22:24.958294+0000 mgr.a (mgr.24293) 18124 : cluster 0 pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:28.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:28.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:28.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:28.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:28 smithi022 bash[28554]: cluster 2023-12-07T17:22:26.959142+0000 mgr.a (mgr.24293) 18125 : cluster 0 pgmap v13552: 33 pgs: 33 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:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:28 smithi044 bash[32620]: cluster 2023-12-07T17:22:26.959142+0000 mgr.a (mgr.24293) 18125 : cluster 0 pgmap v13552: 33 pgs: 33 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:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:28 smithi027 bash[31536]: cluster 2023-12-07T17:22:26.959142+0000 mgr.a (mgr.24293) 18125 : cluster 0 pgmap v13552: 33 pgs: 33 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:29.709 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:29.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:29.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:29.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:29.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:30.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:30 smithi022 bash[28554]: cluster 2023-12-07T17:22:28.959721+0000 mgr.a (mgr.24293) 18126 : cluster 0 pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:30 smithi022 bash[28554]: audit 2023-12-07T17:22:29.172731+0000 mgr.a (mgr.24293) 18127 : audit 0 from='client.292501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:30 smithi044 bash[32620]: cluster 2023-12-07T17:22:28.959721+0000 mgr.a (mgr.24293) 18126 : cluster 0 pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:30 smithi044 bash[32620]: audit 2023-12-07T17:22:29.172731+0000 mgr.a (mgr.24293) 18127 : audit 0 from='client.292501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:30.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:30 smithi027 bash[31536]: cluster 2023-12-07T17:22:28.959721+0000 mgr.a (mgr.24293) 18126 : cluster 0 pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:30 smithi027 bash[31536]: audit 2023-12-07T17:22:29.172731+0000 mgr.a (mgr.24293) 18127 : audit 0 from='client.292501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:32.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:32 smithi022 bash[28554]: cluster 2023-12-07T17:22:30.960639+0000 mgr.a (mgr.24293) 18128 : cluster 0 pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:32 smithi044 bash[32620]: cluster 2023-12-07T17:22:30.960639+0000 mgr.a (mgr.24293) 18128 : cluster 0 pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:32.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:32 smithi027 bash[31536]: cluster 2023-12-07T17:22:30.960639+0000 mgr.a (mgr.24293) 18128 : cluster 0 pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:34.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:34.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:34.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:34.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:34 smithi022 bash[28554]: cluster 2023-12-07T17:22:32.961542+0000 mgr.a (mgr.24293) 18129 : cluster 0 pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:34 smithi044 bash[32620]: cluster 2023-12-07T17:22:32.961542+0000 mgr.a (mgr.24293) 18129 : cluster 0 pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:34 smithi027 bash[31536]: cluster 2023-12-07T17:22:32.961542+0000 mgr.a (mgr.24293) 18129 : cluster 0 pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:35.664 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:35.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:35.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:35.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:35.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:36.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:36 smithi022 bash[28554]: cluster 2023-12-07T17:22:34.962124+0000 mgr.a (mgr.24293) 18130 : cluster 0 pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:36 smithi022 bash[28554]: audit 2023-12-07T17:22:35.122875+0000 mgr.a (mgr.24293) 18131 : audit 0 from='client.359526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:36 smithi044 bash[32620]: cluster 2023-12-07T17:22:34.962124+0000 mgr.a (mgr.24293) 18130 : cluster 0 pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:36 smithi044 bash[32620]: audit 2023-12-07T17:22:35.122875+0000 mgr.a (mgr.24293) 18131 : audit 0 from='client.359526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:36.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:36 smithi027 bash[31536]: cluster 2023-12-07T17:22:34.962124+0000 mgr.a (mgr.24293) 18130 : cluster 0 pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:36.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:36 smithi027 bash[31536]: audit 2023-12-07T17:22:35.122875+0000 mgr.a (mgr.24293) 18131 : audit 0 from='client.359526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:38.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:38 smithi022 bash[28554]: cluster 2023-12-07T17:22:36.963159+0000 mgr.a (mgr.24293) 18132 : cluster 0 pgmap v13557: 33 pgs: 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:22:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:38 smithi044 bash[32620]: cluster 2023-12-07T17:22:36.963159+0000 mgr.a (mgr.24293) 18132 : cluster 0 pgmap v13557: 33 pgs: 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:22:38.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:38 smithi027 bash[31536]: cluster 2023-12-07T17:22:36.963159+0000 mgr.a (mgr.24293) 18132 : cluster 0 pgmap v13557: 33 pgs: 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:22:40.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:40.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:40.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:40.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:40 smithi022 bash[28554]: cluster 2023-12-07T17:22:38.963769+0000 mgr.a (mgr.24293) 18133 : cluster 0 pgmap v13558: 33 pgs: 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:22:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:40 smithi044 bash[32620]: cluster 2023-12-07T17:22:38.963769+0000 mgr.a (mgr.24293) 18133 : cluster 0 pgmap v13558: 33 pgs: 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:22:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:40 smithi027 bash[31536]: cluster 2023-12-07T17:22:38.963769+0000 mgr.a (mgr.24293) 18133 : cluster 0 pgmap v13558: 33 pgs: 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:22:41.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:41.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:41.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:41.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:41.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:42.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:42 smithi022 bash[28554]: cluster 2023-12-07T17:22:40.964588+0000 mgr.a (mgr.24293) 18134 : cluster 0 pgmap v13559: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:42 smithi022 bash[28554]: audit 2023-12-07T17:22:41.076510+0000 mgr.a (mgr.24293) 18135 : audit 0 from='client.359601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:42 smithi044 bash[32620]: cluster 2023-12-07T17:22:40.964588+0000 mgr.a (mgr.24293) 18134 : cluster 0 pgmap v13559: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:42 smithi044 bash[32620]: audit 2023-12-07T17:22:41.076510+0000 mgr.a (mgr.24293) 18135 : audit 0 from='client.359601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:42 smithi027 bash[31536]: cluster 2023-12-07T17:22:40.964588+0000 mgr.a (mgr.24293) 18134 : cluster 0 pgmap v13559: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:42 smithi027 bash[31536]: audit 2023-12-07T17:22:41.076510+0000 mgr.a (mgr.24293) 18135 : audit 0 from='client.359601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:44 smithi022 bash[28554]: cluster 2023-12-07T17:22:42.965248+0000 mgr.a (mgr.24293) 18136 : cluster 0 pgmap v13560: 33 pgs: 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:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:44 smithi044 bash[32620]: cluster 2023-12-07T17:22:42.965248+0000 mgr.a (mgr.24293) 18136 : cluster 0 pgmap v13560: 33 pgs: 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:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:44 smithi027 bash[31536]: cluster 2023-12-07T17:22:42.965248+0000 mgr.a (mgr.24293) 18136 : cluster 0 pgmap v13560: 33 pgs: 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:46.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:46.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:46.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:46.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:46 smithi022 bash[28554]: cluster 2023-12-07T17:22:44.965797+0000 mgr.a (mgr.24293) 18137 : cluster 0 pgmap v13561: 33 pgs: 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:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:46 smithi044 bash[32620]: cluster 2023-12-07T17:22:44.965797+0000 mgr.a (mgr.24293) 18137 : cluster 0 pgmap v13561: 33 pgs: 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:46.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:46 smithi027 bash[31536]: cluster 2023-12-07T17:22:44.965797+0000 mgr.a (mgr.24293) 18137 : cluster 0 pgmap v13561: 33 pgs: 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:47.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:47.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:47.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:47.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:47.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:48 smithi022 bash[28554]: cluster 2023-12-07T17:22:46.966360+0000 mgr.a (mgr.24293) 18138 : cluster 0 pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:48 smithi022 bash[28554]: audit 2023-12-07T17:22:47.052746+0000 mgr.a (mgr.24293) 18139 : audit 0 from='client.359679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:48 smithi044 bash[32620]: cluster 2023-12-07T17:22:46.966360+0000 mgr.a (mgr.24293) 18138 : cluster 0 pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:48 smithi044 bash[32620]: audit 2023-12-07T17:22:47.052746+0000 mgr.a (mgr.24293) 18139 : audit 0 from='client.359679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:48.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:48 smithi027 bash[31536]: cluster 2023-12-07T17:22:46.966360+0000 mgr.a (mgr.24293) 18138 : cluster 0 pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:48.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:48 smithi027 bash[31536]: audit 2023-12-07T17:22:47.052746+0000 mgr.a (mgr.24293) 18139 : audit 0 from='client.359679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:50 smithi022 bash[28554]: cluster 2023-12-07T17:22:48.966843+0000 mgr.a (mgr.24293) 18140 : cluster 0 pgmap v13563: 33 pgs: 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:22:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:50 smithi044 bash[32620]: cluster 2023-12-07T17:22:48.966843+0000 mgr.a (mgr.24293) 18140 : cluster 0 pgmap v13563: 33 pgs: 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:22:50.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:50 smithi027 bash[31536]: cluster 2023-12-07T17:22:48.966843+0000 mgr.a (mgr.24293) 18140 : cluster 0 pgmap v13563: 33 pgs: 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:22:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:52.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:52 smithi022 bash[28554]: cluster 2023-12-07T17:22:50.967693+0000 mgr.a (mgr.24293) 18141 : cluster 0 pgmap v13564: 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:22:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:52 smithi044 bash[32620]: cluster 2023-12-07T17:22:50.967693+0000 mgr.a (mgr.24293) 18141 : cluster 0 pgmap v13564: 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:22:52.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:52 smithi027 bash[31536]: cluster 2023-12-07T17:22:50.967693+0000 mgr.a (mgr.24293) 18141 : cluster 0 pgmap v13564: 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:22:53.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:53.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:53.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:53.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:53.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:22:54.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:54 smithi022 bash[28554]: cluster 2023-12-07T17:22:52.968271+0000 mgr.a (mgr.24293) 18142 : cluster 0 pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:54 smithi022 bash[28554]: audit 2023-12-07T17:22:52.980804+0000 mgr.a (mgr.24293) 18143 : audit 0 from='client.359754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:54 smithi044 bash[32620]: cluster 2023-12-07T17:22:52.968271+0000 mgr.a (mgr.24293) 18142 : cluster 0 pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:54 smithi044 bash[32620]: audit 2023-12-07T17:22:52.980804+0000 mgr.a (mgr.24293) 18143 : audit 0 from='client.359754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:54.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:54 smithi027 bash[31536]: cluster 2023-12-07T17:22:52.968271+0000 mgr.a (mgr.24293) 18142 : cluster 0 pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:54 smithi027 bash[31536]: audit 2023-12-07T17:22:52.980804+0000 mgr.a (mgr.24293) 18143 : audit 0 from='client.359754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:56.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:56 smithi022 bash[28554]: cluster 2023-12-07T17:22:54.968929+0000 mgr.a (mgr.24293) 18144 : cluster 0 pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:56 smithi044 bash[32620]: cluster 2023-12-07T17:22:54.968929+0000 mgr.a (mgr.24293) 18144 : cluster 0 pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:56 smithi027 bash[31536]: cluster 2023-12-07T17:22:54.968929+0000 mgr.a (mgr.24293) 18144 : cluster 0 pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:58.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:22:58.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:58.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:58.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:22:58 smithi022 bash[28554]: cluster 2023-12-07T17:22:56.969737+0000 mgr.a (mgr.24293) 18145 : cluster 0 pgmap v13567: 33 pgs: 33 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:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:22:58 smithi044 bash[32620]: cluster 2023-12-07T17:22:56.969737+0000 mgr.a (mgr.24293) 18145 : cluster 0 pgmap v13567: 33 pgs: 33 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:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:22:58 smithi027 bash[31536]: cluster 2023-12-07T17:22:56.969737+0000 mgr.a (mgr.24293) 18145 : cluster 0 pgmap v13567: 33 pgs: 33 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:59.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:22:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:00 smithi022 bash[28554]: audit 2023-12-07T17:22:58.924169+0000 mgr.a (mgr.24293) 18146 : audit 0 from='client.359832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:00 smithi022 bash[28554]: cluster 2023-12-07T17:22:58.970496+0000 mgr.a (mgr.24293) 18147 : cluster 0 pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:00 smithi044 bash[32620]: audit 2023-12-07T17:22:58.924169+0000 mgr.a (mgr.24293) 18146 : audit 0 from='client.359832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:00 smithi044 bash[32620]: cluster 2023-12-07T17:22:58.970496+0000 mgr.a (mgr.24293) 18147 : cluster 0 pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:00 smithi027 bash[31536]: audit 2023-12-07T17:22:58.924169+0000 mgr.a (mgr.24293) 18146 : audit 0 from='client.359832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:00 smithi027 bash[31536]: cluster 2023-12-07T17:22:58.970496+0000 mgr.a (mgr.24293) 18147 : cluster 0 pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:02 smithi022 bash[28554]: cluster 2023-12-07T17:23:00.971487+0000 mgr.a (mgr.24293) 18148 : cluster 0 pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:02 smithi044 bash[32620]: cluster 2023-12-07T17:23:00.971487+0000 mgr.a (mgr.24293) 18148 : cluster 0 pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:02.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:02 smithi027 bash[31536]: cluster 2023-12-07T17:23:00.971487+0000 mgr.a (mgr.24293) 18148 : cluster 0 pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:04.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:04.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:04.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:04.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:04 smithi022 bash[28554]: cluster 2023-12-07T17:23:02.972077+0000 mgr.a (mgr.24293) 18149 : cluster 0 pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:04 smithi044 bash[32620]: cluster 2023-12-07T17:23:02.972077+0000 mgr.a (mgr.24293) 18149 : cluster 0 pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:04 smithi027 bash[31536]: cluster 2023-12-07T17:23:02.972077+0000 mgr.a (mgr.24293) 18149 : cluster 0 pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:05.388 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:05.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:05.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:05.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:05.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:06 smithi022 bash[28554]: audit 2023-12-07T17:23:04.873849+0000 mgr.a (mgr.24293) 18150 : audit 0 from='client.359910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:06 smithi022 bash[28554]: cluster 2023-12-07T17:23:04.972616+0000 mgr.a (mgr.24293) 18151 : cluster 0 pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:06 smithi044 bash[32620]: audit 2023-12-07T17:23:04.873849+0000 mgr.a (mgr.24293) 18150 : audit 0 from='client.359910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:06 smithi044 bash[32620]: cluster 2023-12-07T17:23:04.972616+0000 mgr.a (mgr.24293) 18151 : cluster 0 pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:06.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:06 smithi027 bash[31536]: audit 2023-12-07T17:23:04.873849+0000 mgr.a (mgr.24293) 18150 : audit 0 from='client.359910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:06.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:06 smithi027 bash[31536]: cluster 2023-12-07T17:23:04.972616+0000 mgr.a (mgr.24293) 18151 : cluster 0 pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:08 smithi022 bash[28554]: cluster 2023-12-07T17:23:06.973712+0000 mgr.a (mgr.24293) 18152 : cluster 0 pgmap v13572: 33 pgs: 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:23:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:08 smithi044 bash[32620]: cluster 2023-12-07T17:23:06.973712+0000 mgr.a (mgr.24293) 18152 : cluster 0 pgmap v13572: 33 pgs: 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:23:08.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:08 smithi027 bash[31536]: cluster 2023-12-07T17:23:06.973712+0000 mgr.a (mgr.24293) 18152 : cluster 0 pgmap v13572: 33 pgs: 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:23:10.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:10.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:10.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:10.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:10 smithi022 bash[28554]: cluster 2023-12-07T17:23:08.974427+0000 mgr.a (mgr.24293) 18153 : cluster 0 pgmap v13573: 33 pgs: 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:23:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:10 smithi044 bash[32620]: cluster 2023-12-07T17:23:08.974427+0000 mgr.a (mgr.24293) 18153 : cluster 0 pgmap v13573: 33 pgs: 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:23:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:10 smithi027 bash[31536]: cluster 2023-12-07T17:23:08.974427+0000 mgr.a (mgr.24293) 18153 : cluster 0 pgmap v13573: 33 pgs: 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:23:11.306 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:11.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:11.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:11.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:11.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:11.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:11 smithi022 bash[28554]: audit 2023-12-07T17:23:10.799496+0000 mgr.a (mgr.24293) 18154 : audit 0 from='client.359985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:11 smithi044 bash[32620]: audit 2023-12-07T17:23:10.799496+0000 mgr.a (mgr.24293) 18154 : audit 0 from='client.359985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:11 smithi027 bash[31536]: audit 2023-12-07T17:23:10.799496+0000 mgr.a (mgr.24293) 18154 : audit 0 from='client.359985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:12 smithi022 bash[28554]: cluster 2023-12-07T17:23:10.975785+0000 mgr.a (mgr.24293) 18155 : cluster 0 pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:12 smithi044 bash[32620]: cluster 2023-12-07T17:23:10.975785+0000 mgr.a (mgr.24293) 18155 : cluster 0 pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:12 smithi027 bash[31536]: cluster 2023-12-07T17:23:10.975785+0000 mgr.a (mgr.24293) 18155 : cluster 0 pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:14 smithi022 bash[28554]: cluster 2023-12-07T17:23:12.976514+0000 mgr.a (mgr.24293) 18156 : cluster 0 pgmap v13575: 33 pgs: 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:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:14 smithi044 bash[32620]: cluster 2023-12-07T17:23:12.976514+0000 mgr.a (mgr.24293) 18156 : cluster 0 pgmap v13575: 33 pgs: 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:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:14 smithi027 bash[31536]: cluster 2023-12-07T17:23:12.976514+0000 mgr.a (mgr.24293) 18156 : cluster 0 pgmap v13575: 33 pgs: 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:16.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:16.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:16.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:16 smithi022 bash[28554]: cluster 2023-12-07T17:23:14.977201+0000 mgr.a (mgr.24293) 18157 : cluster 0 pgmap v13576: 33 pgs: 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:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:16 smithi044 bash[32620]: cluster 2023-12-07T17:23:14.977201+0000 mgr.a (mgr.24293) 18157 : cluster 0 pgmap v13576: 33 pgs: 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:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:16 smithi027 bash[31536]: cluster 2023-12-07T17:23:14.977201+0000 mgr.a (mgr.24293) 18157 : cluster 0 pgmap v13576: 33 pgs: 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:17.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:17.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:17.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:17.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:17.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:17 smithi022 bash[28554]: audit 2023-12-07T17:23:16.715931+0000 mgr.a (mgr.24293) 18158 : audit 0 from='client.360063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:17 smithi044 bash[32620]: audit 2023-12-07T17:23:16.715931+0000 mgr.a (mgr.24293) 18158 : audit 0 from='client.360063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:17 smithi027 bash[31536]: audit 2023-12-07T17:23:16.715931+0000 mgr.a (mgr.24293) 18158 : audit 0 from='client.360063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:18 smithi022 bash[28554]: cluster 2023-12-07T17:23:16.989050+0000 mgr.a (mgr.24293) 18159 : cluster 0 pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:18 smithi044 bash[32620]: cluster 2023-12-07T17:23:16.989050+0000 mgr.a (mgr.24293) 18159 : cluster 0 pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:18.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:18 smithi027 bash[31536]: cluster 2023-12-07T17:23:16.989050+0000 mgr.a (mgr.24293) 18159 : cluster 0 pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:20 smithi022 bash[28554]: cluster 2023-12-07T17:23:18.989790+0000 mgr.a (mgr.24293) 18160 : cluster 0 pgmap v13578: 33 pgs: 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:23:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:20 smithi044 bash[32620]: cluster 2023-12-07T17:23:18.989790+0000 mgr.a (mgr.24293) 18160 : cluster 0 pgmap v13578: 33 pgs: 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:23:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:20 smithi027 bash[31536]: cluster 2023-12-07T17:23:18.989790+0000 mgr.a (mgr.24293) 18160 : cluster 0 pgmap v13578: 33 pgs: 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:23:22.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:22.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:22.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:22.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:22 smithi022 bash[28554]: cluster 2023-12-07T17:23:20.990653+0000 mgr.a (mgr.24293) 18161 : cluster 0 pgmap v13579: 33 pgs: 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:23:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:22 smithi022 bash[28554]: audit 2023-12-07T17:23:22.633384+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:22 smithi044 bash[32620]: cluster 2023-12-07T17:23:20.990653+0000 mgr.a (mgr.24293) 18161 : cluster 0 pgmap v13579: 33 pgs: 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:23:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:22 smithi044 bash[32620]: audit 2023-12-07T17:23:22.633384+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:22 smithi027 bash[31536]: cluster 2023-12-07T17:23:20.990653+0000 mgr.a (mgr.24293) 18161 : cluster 0 pgmap v13579: 33 pgs: 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:23:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:22 smithi027 bash[31536]: audit 2023-12-07T17:23:22.633384+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:23.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:23.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:23.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:23.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:23.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:23 smithi022 bash[28554]: audit 2023-12-07T17:23:22.667503+0000 mgr.a (mgr.24293) 18162 : audit 0 from='client.293047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:23 smithi022 bash[28554]: audit 2023-12-07T17:23:23.181952+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:23 smithi022 bash[28554]: audit 2023-12-07T17:23:23.187713+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:23 smithi044 bash[32620]: audit 2023-12-07T17:23:22.667503+0000 mgr.a (mgr.24293) 18162 : audit 0 from='client.293047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:23 smithi044 bash[32620]: audit 2023-12-07T17:23:23.181952+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:23 smithi044 bash[32620]: audit 2023-12-07T17:23:23.187713+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:23 smithi027 bash[31536]: audit 2023-12-07T17:23:22.667503+0000 mgr.a (mgr.24293) 18162 : audit 0 from='client.293047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:23 smithi027 bash[31536]: audit 2023-12-07T17:23:23.181952+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:23 smithi027 bash[31536]: audit 2023-12-07T17:23:23.187713+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:24 smithi022 bash[28554]: cluster 2023-12-07T17:23:22.991129+0000 mgr.a (mgr.24293) 18163 : cluster 0 pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:24 smithi044 bash[32620]: cluster 2023-12-07T17:23:22.991129+0000 mgr.a (mgr.24293) 18163 : cluster 0 pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:24 smithi027 bash[31536]: cluster 2023-12-07T17:23:22.991129+0000 mgr.a (mgr.24293) 18163 : cluster 0 pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:26.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:26 smithi022 bash[28554]: cluster 2023-12-07T17:23:24.991802+0000 mgr.a (mgr.24293) 18164 : cluster 0 pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:26 smithi044 bash[32620]: cluster 2023-12-07T17:23:24.991802+0000 mgr.a (mgr.24293) 18164 : cluster 0 pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:26 smithi027 bash[31536]: cluster 2023-12-07T17:23:24.991802+0000 mgr.a (mgr.24293) 18164 : cluster 0 pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:28.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:28.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:28.173 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:28 smithi027 bash[31536]: cluster 2023-12-07T17:23:26.992618+0000 mgr.a (mgr.24293) 18165 : cluster 0 pgmap v13582: 33 pgs: 33 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:29.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:29.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:29.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:29.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:29.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:29.145 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:28 smithi044 bash[32620]: cluster 2023-12-07T17:23:26.992618+0000 mgr.a (mgr.24293) 18165 : cluster 0 pgmap v13582: 33 pgs: 33 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:29.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:28 smithi022 bash[28554]: cluster 2023-12-07T17:23:26.992618+0000 mgr.a (mgr.24293) 18165 : cluster 0 pgmap v13582: 33 pgs: 33 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:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:29 smithi044 bash[32620]: audit 2023-12-07T17:23:28.582477+0000 mgr.a (mgr.24293) 18166 : audit 0 from='client.360213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:29 smithi027 bash[31536]: audit 2023-12-07T17:23:28.582477+0000 mgr.a (mgr.24293) 18166 : audit 0 from='client.360213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:29 smithi022 bash[28554]: audit 2023-12-07T17:23:28.582477+0000 mgr.a (mgr.24293) 18166 : audit 0 from='client.360213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:30 smithi027 bash[31536]: cluster 2023-12-07T17:23:28.993409+0000 mgr.a (mgr.24293) 18167 : cluster 0 pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:31.055 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:30 smithi044 bash[32620]: cluster 2023-12-07T17:23:28.993409+0000 mgr.a (mgr.24293) 18167 : cluster 0 pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:30 smithi022 bash[28554]: cluster 2023-12-07T17:23:28.993409+0000 mgr.a (mgr.24293) 18167 : cluster 0 pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:32 smithi027 bash[31536]: cluster 2023-12-07T17:23:30.994294+0000 mgr.a (mgr.24293) 18168 : cluster 0 pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:33.049 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:32 smithi044 bash[32620]: cluster 2023-12-07T17:23:30.994294+0000 mgr.a (mgr.24293) 18168 : cluster 0 pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:32 smithi022 bash[28554]: cluster 2023-12-07T17:23:30.994294+0000 mgr.a (mgr.24293) 18168 : cluster 0 pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:34.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:34.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:34.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:34 smithi022 bash[28554]: cluster 2023-12-07T17:23:32.994892+0000 mgr.a (mgr.24293) 18169 : cluster 0 pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:34 smithi022 bash[28554]: audit 2023-12-07T17:23:33.384328+0000 mon.a (mon.0) 2951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:34 smithi022 bash[28554]: audit 2023-12-07T17:23:33.390435+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:34 smithi022 bash[28554]: audit 2023-12-07T17:23:33.392095+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:34 smithi022 bash[28554]: audit 2023-12-07T17:23:33.393722+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:34 smithi022 bash[28554]: audit 2023-12-07T17:23:33.401704+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:34 smithi044 bash[32620]: cluster 2023-12-07T17:23:32.994892+0000 mgr.a (mgr.24293) 18169 : cluster 0 pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:34 smithi044 bash[32620]: audit 2023-12-07T17:23:33.384328+0000 mon.a (mon.0) 2951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:34 smithi044 bash[32620]: audit 2023-12-07T17:23:33.390435+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:34 smithi044 bash[32620]: audit 2023-12-07T17:23:33.392095+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:34 smithi044 bash[32620]: audit 2023-12-07T17:23:33.393722+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:34.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:34 smithi044 bash[32620]: audit 2023-12-07T17:23:33.401704+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:34 smithi027 bash[31536]: cluster 2023-12-07T17:23:32.994892+0000 mgr.a (mgr.24293) 18169 : cluster 0 pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:34 smithi027 bash[31536]: audit 2023-12-07T17:23:33.384328+0000 mon.a (mon.0) 2951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:34 smithi027 bash[31536]: audit 2023-12-07T17:23:33.390435+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:34 smithi027 bash[31536]: audit 2023-12-07T17:23:33.392095+0000 mon.a (mon.0) 2953 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:34 smithi027 bash[31536]: audit 2023-12-07T17:23:33.393722+0000 mon.a (mon.0) 2954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:34 smithi027 bash[31536]: audit 2023-12-07T17:23:33.401704+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:23:35.014 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:35.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:35.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:35.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:35.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:35.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:35 smithi022 bash[28554]: audit 2023-12-07T17:23:34.505183+0000 mgr.a (mgr.24293) 18170 : audit 0 from='client.360288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:35.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:35 smithi044 bash[32620]: audit 2023-12-07T17:23:34.505183+0000 mgr.a (mgr.24293) 18170 : audit 0 from='client.360288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:35.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:35 smithi027 bash[31536]: audit 2023-12-07T17:23:34.505183+0000 mgr.a (mgr.24293) 18170 : audit 0 from='client.360288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:36.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:36 smithi022 bash[28554]: cluster 2023-12-07T17:23:34.995554+0000 mgr.a (mgr.24293) 18171 : cluster 0 pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:36.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:36 smithi044 bash[32620]: cluster 2023-12-07T17:23:34.995554+0000 mgr.a (mgr.24293) 18171 : cluster 0 pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:36.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:36 smithi027 bash[31536]: cluster 2023-12-07T17:23:34.995554+0000 mgr.a (mgr.24293) 18171 : cluster 0 pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:38.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:38 smithi022 bash[28554]: cluster 2023-12-07T17:23:36.996328+0000 mgr.a (mgr.24293) 18172 : cluster 0 pgmap v13587: 33 pgs: 33 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:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:38 smithi044 bash[32620]: cluster 2023-12-07T17:23:36.996328+0000 mgr.a (mgr.24293) 18172 : cluster 0 pgmap v13587: 33 pgs: 33 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:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:38 smithi027 bash[31536]: cluster 2023-12-07T17:23:36.996328+0000 mgr.a (mgr.24293) 18172 : cluster 0 pgmap v13587: 33 pgs: 33 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.017 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:40.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:40.018 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:40.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:40 smithi022 bash[28554]: cluster 2023-12-07T17:23:38.996902+0000 mgr.a (mgr.24293) 18173 : cluster 0 pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:40 smithi044 bash[32620]: cluster 2023-12-07T17:23:38.996902+0000 mgr.a (mgr.24293) 18173 : cluster 0 pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:40 smithi027 bash[31536]: cluster 2023-12-07T17:23:38.996902+0000 mgr.a (mgr.24293) 18173 : cluster 0 pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:40.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:40.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:40.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:40.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:41.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:41 smithi022 bash[28554]: audit 2023-12-07T17:23:40.422622+0000 mgr.a (mgr.24293) 18174 : audit 0 from='client.360363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:41 smithi044 bash[32620]: audit 2023-12-07T17:23:40.422622+0000 mgr.a (mgr.24293) 18174 : audit 0 from='client.360363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:41.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:41 smithi027 bash[31536]: audit 2023-12-07T17:23:40.422622+0000 mgr.a (mgr.24293) 18174 : audit 0 from='client.360363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:42.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:42 smithi022 bash[28554]: cluster 2023-12-07T17:23:40.998028+0000 mgr.a (mgr.24293) 18175 : cluster 0 pgmap v13589: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:42 smithi044 bash[32620]: cluster 2023-12-07T17:23:40.998028+0000 mgr.a (mgr.24293) 18175 : cluster 0 pgmap v13589: 33 pgs: 33 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.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:42 smithi027 bash[31536]: cluster 2023-12-07T17:23:40.998028+0000 mgr.a (mgr.24293) 18175 : cluster 0 pgmap v13589: 33 pgs: 33 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.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:44 smithi022 bash[28554]: cluster 2023-12-07T17:23:42.998632+0000 mgr.a (mgr.24293) 18176 : cluster 0 pgmap v13590: 33 pgs: 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:44.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:44 smithi044 bash[32620]: cluster 2023-12-07T17:23:42.998632+0000 mgr.a (mgr.24293) 18176 : cluster 0 pgmap v13590: 33 pgs: 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:44.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:44 smithi027 bash[31536]: cluster 2023-12-07T17:23:42.998632+0000 mgr.a (mgr.24293) 18176 : cluster 0 pgmap v13590: 33 pgs: 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:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:45.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:46.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:46 smithi022 bash[28554]: cluster 2023-12-07T17:23:44.999194+0000 mgr.a (mgr.24293) 18177 : cluster 0 pgmap v13591: 33 pgs: 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:46.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:46 smithi044 bash[32620]: cluster 2023-12-07T17:23:44.999194+0000 mgr.a (mgr.24293) 18177 : cluster 0 pgmap v13591: 33 pgs: 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:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:46 smithi027 bash[31536]: cluster 2023-12-07T17:23:44.999194+0000 mgr.a (mgr.24293) 18177 : cluster 0 pgmap v13591: 33 pgs: 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:46.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:46.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:46.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:46.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:46.901 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:47.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:47 smithi022 bash[28554]: audit 2023-12-07T17:23:46.370985+0000 mgr.a (mgr.24293) 18178 : audit 0 from='client.360441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:47.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:47 smithi044 bash[32620]: audit 2023-12-07T17:23:46.370985+0000 mgr.a (mgr.24293) 18178 : audit 0 from='client.360441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:47.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:47 smithi027 bash[31536]: audit 2023-12-07T17:23:46.370985+0000 mgr.a (mgr.24293) 18178 : audit 0 from='client.360441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:48.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:48 smithi027 bash[31536]: cluster 2023-12-07T17:23:47.000217+0000 mgr.a (mgr.24293) 18179 : cluster 0 pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:48 smithi022 bash[28554]: cluster 2023-12-07T17:23:47.000217+0000 mgr.a (mgr.24293) 18179 : cluster 0 pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:48 smithi044 bash[32620]: cluster 2023-12-07T17:23:47.000217+0000 mgr.a (mgr.24293) 18179 : cluster 0 pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:50.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:50 smithi027 bash[31536]: cluster 2023-12-07T17:23:49.000737+0000 mgr.a (mgr.24293) 18180 : cluster 0 pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:50 smithi022 bash[28554]: cluster 2023-12-07T17:23:49.000737+0000 mgr.a (mgr.24293) 18180 : cluster 0 pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:50 smithi044 bash[32620]: cluster 2023-12-07T17:23:49.000737+0000 mgr.a (mgr.24293) 18180 : cluster 0 pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:51.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:51.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:51.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:52.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:52 smithi027 bash[31536]: cluster 2023-12-07T17:23:51.001484+0000 mgr.a (mgr.24293) 18181 : cluster 0 pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:52.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:52.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:52 smithi022 bash[28554]: cluster 2023-12-07T17:23:51.001484+0000 mgr.a (mgr.24293) 18181 : cluster 0 pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:52 smithi044 bash[32620]: cluster 2023-12-07T17:23:51.001484+0000 mgr.a (mgr.24293) 18181 : cluster 0 pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:53 smithi027 bash[31536]: audit 2023-12-07T17:23:52.310877+0000 mgr.a (mgr.24293) 18182 : audit 0 from='client.360516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:53 smithi022 bash[28554]: audit 2023-12-07T17:23:52.310877+0000 mgr.a (mgr.24293) 18182 : audit 0 from='client.360516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:53 smithi044 bash[32620]: audit 2023-12-07T17:23:52.310877+0000 mgr.a (mgr.24293) 18182 : audit 0 from='client.360516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:54.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:54 smithi027 bash[31536]: cluster 2023-12-07T17:23:53.002164+0000 mgr.a (mgr.24293) 18183 : cluster 0 pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:54 smithi022 bash[28554]: cluster 2023-12-07T17:23:53.002164+0000 mgr.a (mgr.24293) 18183 : cluster 0 pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:54 smithi044 bash[32620]: cluster 2023-12-07T17:23:53.002164+0000 mgr.a (mgr.24293) 18183 : cluster 0 pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:56 smithi022 bash[28554]: cluster 2023-12-07T17:23:55.002770+0000 mgr.a (mgr.24293) 18184 : cluster 0 pgmap v13596: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:56 smithi044 bash[32620]: cluster 2023-12-07T17:23:55.002770+0000 mgr.a (mgr.24293) 18184 : cluster 0 pgmap v13596: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:56 smithi027 bash[31536]: cluster 2023-12-07T17:23:55.002770+0000 mgr.a (mgr.24293) 18184 : cluster 0 pgmap v13596: 33 pgs: 33 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:57.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:23:57.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:57.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:58.792 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:23:58.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:58.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:58.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:58.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:23:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:58 smithi022 bash[28554]: cluster 2023-12-07T17:23:57.003622+0000 mgr.a (mgr.24293) 18185 : cluster 0 pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:58 smithi044 bash[32620]: cluster 2023-12-07T17:23:57.003622+0000 mgr.a (mgr.24293) 18185 : cluster 0 pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:58 smithi027 bash[31536]: cluster 2023-12-07T17:23:57.003622+0000 mgr.a (mgr.24293) 18185 : cluster 0 pgmap v13597: 33 pgs: 33 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:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:23:59 smithi022 bash[28554]: audit 2023-12-07T17:23:58.260460+0000 mgr.a (mgr.24293) 18186 : audit 0 from='client.360591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:23:59 smithi044 bash[32620]: audit 2023-12-07T17:23:58.260460+0000 mgr.a (mgr.24293) 18186 : audit 0 from='client.360591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:23:59 smithi027 bash[31536]: audit 2023-12-07T17:23:58.260460+0000 mgr.a (mgr.24293) 18186 : audit 0 from='client.360591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:00 smithi044 bash[32620]: cluster 2023-12-07T17:23:59.004219+0000 mgr.a (mgr.24293) 18187 : cluster 0 pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:00 smithi022 bash[28554]: cluster 2023-12-07T17:23:59.004219+0000 mgr.a (mgr.24293) 18187 : cluster 0 pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:00 smithi027 bash[31536]: cluster 2023-12-07T17:23:59.004219+0000 mgr.a (mgr.24293) 18187 : cluster 0 pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:02.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:02 smithi022 bash[28554]: cluster 2023-12-07T17:24:01.005152+0000 mgr.a (mgr.24293) 18188 : cluster 0 pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:02 smithi044 bash[32620]: cluster 2023-12-07T17:24:01.005152+0000 mgr.a (mgr.24293) 18188 : cluster 0 pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:02 smithi027 bash[31536]: cluster 2023-12-07T17:24:01.005152+0000 mgr.a (mgr.24293) 18188 : cluster 0 pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:03.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:03.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:03.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:04.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:04.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:04.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:04.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:04.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:04 smithi022 bash[28554]: cluster 2023-12-07T17:24:03.005754+0000 mgr.a (mgr.24293) 18189 : cluster 0 pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:04 smithi044 bash[32620]: cluster 2023-12-07T17:24:03.005754+0000 mgr.a (mgr.24293) 18189 : cluster 0 pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:04 smithi027 bash[31536]: cluster 2023-12-07T17:24:03.005754+0000 mgr.a (mgr.24293) 18189 : cluster 0 pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:05 smithi022 bash[28554]: audit 2023-12-07T17:24:04.199718+0000 mgr.a (mgr.24293) 18190 : audit 0 from='client.360669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:05 smithi044 bash[32620]: audit 2023-12-07T17:24:04.199718+0000 mgr.a (mgr.24293) 18190 : audit 0 from='client.360669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:05 smithi027 bash[31536]: audit 2023-12-07T17:24:04.199718+0000 mgr.a (mgr.24293) 18190 : audit 0 from='client.360669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:06 smithi022 bash[28554]: cluster 2023-12-07T17:24:05.006397+0000 mgr.a (mgr.24293) 18191 : cluster 0 pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:06 smithi044 bash[32620]: cluster 2023-12-07T17:24:05.006397+0000 mgr.a (mgr.24293) 18191 : cluster 0 pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:06.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:06 smithi027 bash[31536]: cluster 2023-12-07T17:24:05.006397+0000 mgr.a (mgr.24293) 18191 : cluster 0 pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:08 smithi022 bash[28554]: cluster 2023-12-07T17:24:07.007266+0000 mgr.a (mgr.24293) 18192 : cluster 0 pgmap v13602: 33 pgs: 33 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:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:08 smithi044 bash[32620]: cluster 2023-12-07T17:24:07.007266+0000 mgr.a (mgr.24293) 18192 : cluster 0 pgmap v13602: 33 pgs: 33 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:08.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:08 smithi027 bash[31536]: cluster 2023-12-07T17:24:07.007266+0000 mgr.a (mgr.24293) 18192 : cluster 0 pgmap v13602: 33 pgs: 33 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:09.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:09.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:09.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:10.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:10.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:10 smithi022 bash[28554]: cluster 2023-12-07T17:24:09.007815+0000 mgr.a (mgr.24293) 18193 : cluster 0 pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:10.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:10 smithi044 bash[32620]: cluster 2023-12-07T17:24:09.007815+0000 mgr.a (mgr.24293) 18193 : cluster 0 pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:10 smithi027 bash[31536]: cluster 2023-12-07T17:24:09.007815+0000 mgr.a (mgr.24293) 18193 : cluster 0 pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:11 smithi022 bash[28554]: audit 2023-12-07T17:24:10.130993+0000 mgr.a (mgr.24293) 18194 : audit 0 from='client.360744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:11 smithi044 bash[32620]: audit 2023-12-07T17:24:10.130993+0000 mgr.a (mgr.24293) 18194 : audit 0 from='client.360744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:11 smithi027 bash[31536]: audit 2023-12-07T17:24:10.130993+0000 mgr.a (mgr.24293) 18194 : audit 0 from='client.360744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:12.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:12 smithi022 bash[28554]: cluster 2023-12-07T17:24:11.008844+0000 mgr.a (mgr.24293) 18195 : cluster 0 pgmap v13604: 33 pgs: 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:24:12.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:12 smithi044 bash[32620]: cluster 2023-12-07T17:24:11.008844+0000 mgr.a (mgr.24293) 18195 : cluster 0 pgmap v13604: 33 pgs: 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:24:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:12 smithi027 bash[31536]: cluster 2023-12-07T17:24:11.008844+0000 mgr.a (mgr.24293) 18195 : cluster 0 pgmap v13604: 33 pgs: 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:24:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:14 smithi022 bash[28554]: cluster 2023-12-07T17:24:13.009584+0000 mgr.a (mgr.24293) 18196 : cluster 0 pgmap v13605: 33 pgs: 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:24:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:14 smithi044 bash[32620]: cluster 2023-12-07T17:24:13.009584+0000 mgr.a (mgr.24293) 18196 : cluster 0 pgmap v13605: 33 pgs: 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:24:14.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:14 smithi027 bash[31536]: cluster 2023-12-07T17:24:13.009584+0000 mgr.a (mgr.24293) 18196 : cluster 0 pgmap v13605: 33 pgs: 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:24:15.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:15.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:15.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:16.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:16.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:16.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:16.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:16.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:16.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:16 smithi022 bash[28554]: cluster 2023-12-07T17:24:15.010315+0000 mgr.a (mgr.24293) 18197 : cluster 0 pgmap v13606: 33 pgs: 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:24:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:16 smithi044 bash[32620]: cluster 2023-12-07T17:24:15.010315+0000 mgr.a (mgr.24293) 18197 : cluster 0 pgmap v13606: 33 pgs: 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:24:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:16 smithi027 bash[31536]: cluster 2023-12-07T17:24:15.010315+0000 mgr.a (mgr.24293) 18197 : cluster 0 pgmap v13606: 33 pgs: 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:24:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:17 smithi022 bash[28554]: audit 2023-12-07T17:24:16.079214+0000 mgr.a (mgr.24293) 18198 : audit 0 from='client.360822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:17 smithi044 bash[32620]: audit 2023-12-07T17:24:16.079214+0000 mgr.a (mgr.24293) 18198 : audit 0 from='client.360822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:17 smithi027 bash[31536]: audit 2023-12-07T17:24:16.079214+0000 mgr.a (mgr.24293) 18198 : audit 0 from='client.360822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:18 smithi022 bash[28554]: cluster 2023-12-07T17:24:17.011352+0000 mgr.a (mgr.24293) 18199 : cluster 0 pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:18 smithi044 bash[32620]: cluster 2023-12-07T17:24:17.011352+0000 mgr.a (mgr.24293) 18199 : cluster 0 pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:18.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:18 smithi027 bash[31536]: cluster 2023-12-07T17:24:17.011352+0000 mgr.a (mgr.24293) 18199 : cluster 0 pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:20 smithi022 bash[28554]: cluster 2023-12-07T17:24:19.011957+0000 mgr.a (mgr.24293) 18200 : cluster 0 pgmap v13608: 33 pgs: 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:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:20 smithi044 bash[32620]: cluster 2023-12-07T17:24:19.011957+0000 mgr.a (mgr.24293) 18200 : cluster 0 pgmap v13608: 33 pgs: 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:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:20 smithi027 bash[31536]: cluster 2023-12-07T17:24:19.011957+0000 mgr.a (mgr.24293) 18200 : cluster 0 pgmap v13608: 33 pgs: 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:21.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:21.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:21.621 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:22.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:22.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:22.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:22.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:22.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:22 smithi022 bash[28554]: cluster 2023-12-07T17:24:21.012907+0000 mgr.a (mgr.24293) 18201 : cluster 0 pgmap v13609: 33 pgs: 33 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:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:22 smithi044 bash[32620]: cluster 2023-12-07T17:24:21.012907+0000 mgr.a (mgr.24293) 18201 : cluster 0 pgmap v13609: 33 pgs: 33 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:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:22 smithi027 bash[31536]: cluster 2023-12-07T17:24:21.012907+0000 mgr.a (mgr.24293) 18201 : cluster 0 pgmap v13609: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:23 smithi022 bash[28554]: audit 2023-12-07T17:24:22.036577+0000 mgr.a (mgr.24293) 18202 : audit 0 from='client.360900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:23 smithi044 bash[32620]: audit 2023-12-07T17:24:22.036577+0000 mgr.a (mgr.24293) 18202 : audit 0 from='client.360900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:23 smithi027 bash[31536]: audit 2023-12-07T17:24:22.036577+0000 mgr.a (mgr.24293) 18202 : audit 0 from='client.360900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:24 smithi022 bash[28554]: cluster 2023-12-07T17:24:23.013669+0000 mgr.a (mgr.24293) 18203 : cluster 0 pgmap v13610: 33 pgs: 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:24:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:24 smithi044 bash[32620]: cluster 2023-12-07T17:24:23.013669+0000 mgr.a (mgr.24293) 18203 : cluster 0 pgmap v13610: 33 pgs: 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:24:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:24 smithi027 bash[31536]: cluster 2023-12-07T17:24:23.013669+0000 mgr.a (mgr.24293) 18203 : cluster 0 pgmap v13610: 33 pgs: 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:24:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:26 smithi022 bash[28554]: cluster 2023-12-07T17:24:25.014278+0000 mgr.a (mgr.24293) 18204 : cluster 0 pgmap v13611: 33 pgs: 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:24:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:26 smithi044 bash[32620]: cluster 2023-12-07T17:24:25.014278+0000 mgr.a (mgr.24293) 18204 : cluster 0 pgmap v13611: 33 pgs: 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:24:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:26 smithi027 bash[31536]: cluster 2023-12-07T17:24:25.014278+0000 mgr.a (mgr.24293) 18204 : cluster 0 pgmap v13611: 33 pgs: 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:24:27.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:27.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:27.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:28.535 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:28.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:28.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:28.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:28.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:28 smithi022 bash[28554]: cluster 2023-12-07T17:24:27.015095+0000 mgr.a (mgr.24293) 18205 : cluster 0 pgmap v13612: 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:24:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:28 smithi044 bash[32620]: cluster 2023-12-07T17:24:27.015095+0000 mgr.a (mgr.24293) 18205 : cluster 0 pgmap v13612: 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:24:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:28 smithi027 bash[31536]: cluster 2023-12-07T17:24:27.015095+0000 mgr.a (mgr.24293) 18205 : cluster 0 pgmap v13612: 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:24:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:29 smithi022 bash[28554]: audit 2023-12-07T17:24:27.978865+0000 mgr.a (mgr.24293) 18206 : audit 0 from='client.360978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:29.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:29 smithi044 bash[32620]: audit 2023-12-07T17:24:27.978865+0000 mgr.a (mgr.24293) 18206 : audit 0 from='client.360978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:29 smithi027 bash[31536]: audit 2023-12-07T17:24:27.978865+0000 mgr.a (mgr.24293) 18206 : audit 0 from='client.360978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:30 smithi022 bash[28554]: cluster 2023-12-07T17:24:29.015840+0000 mgr.a (mgr.24293) 18207 : cluster 0 pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:30 smithi044 bash[32620]: cluster 2023-12-07T17:24:29.015840+0000 mgr.a (mgr.24293) 18207 : cluster 0 pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:30 smithi027 bash[31536]: cluster 2023-12-07T17:24:29.015840+0000 mgr.a (mgr.24293) 18207 : cluster 0 pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:32 smithi022 bash[28554]: cluster 2023-12-07T17:24:31.016848+0000 mgr.a (mgr.24293) 18208 : cluster 0 pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:32 smithi044 bash[32620]: cluster 2023-12-07T17:24:31.016848+0000 mgr.a (mgr.24293) 18208 : cluster 0 pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:32 smithi027 bash[31536]: cluster 2023-12-07T17:24:31.016848+0000 mgr.a (mgr.24293) 18208 : cluster 0 pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:33.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:33.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:33.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:33.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:33 smithi022 bash[28554]: audit 2023-12-07T17:24:33.507015+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:33 smithi044 bash[32620]: audit 2023-12-07T17:24:33.507015+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:33.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:33 smithi027 bash[31536]: audit 2023-12-07T17:24:33.507015+0000 mon.a (mon.0) 2956 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:34.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:34.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:34.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:34.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:34.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:34 smithi022 bash[28554]: cluster 2023-12-07T17:24:33.017564+0000 mgr.a (mgr.24293) 18209 : cluster 0 pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:34 smithi022 bash[28554]: audit 2023-12-07T17:24:34.036509+0000 mon.a (mon.0) 2957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:34 smithi022 bash[28554]: audit 2023-12-07T17:24:34.042646+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:34 smithi022 bash[28554]: audit 2023-12-07T17:24:34.048760+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:34 smithi022 bash[28554]: audit 2023-12-07T17:24:34.054418+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:34 smithi044 bash[32620]: cluster 2023-12-07T17:24:33.017564+0000 mgr.a (mgr.24293) 18209 : cluster 0 pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:34 smithi044 bash[32620]: audit 2023-12-07T17:24:34.036509+0000 mon.a (mon.0) 2957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:34 smithi044 bash[32620]: audit 2023-12-07T17:24:34.042646+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:34 smithi044 bash[32620]: audit 2023-12-07T17:24:34.048760+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:34 smithi044 bash[32620]: audit 2023-12-07T17:24:34.054418+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:34 smithi027 bash[31536]: cluster 2023-12-07T17:24:33.017564+0000 mgr.a (mgr.24293) 18209 : cluster 0 pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:34 smithi027 bash[31536]: audit 2023-12-07T17:24:34.036509+0000 mon.a (mon.0) 2957 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:34 smithi027 bash[31536]: audit 2023-12-07T17:24:34.042646+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:34 smithi027 bash[31536]: audit 2023-12-07T17:24:34.048760+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:34 smithi027 bash[31536]: audit 2023-12-07T17:24:34.054418+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:33.954326+0000 mgr.a (mgr.24293) 18210 : audit 0 from='client.361053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:34.714864+0000 mon.a (mon.0) 2961 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:34.727478+0000 mon.a (mon.0) 2962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.334536+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.341028+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.346040+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.351258+0000 mon.a (mon.0) 2966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.352662+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.354319+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:35 smithi022 bash[28554]: audit 2023-12-07T17:24:35.362132+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:33.954326+0000 mgr.a (mgr.24293) 18210 : audit 0 from='client.361053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:34.714864+0000 mon.a (mon.0) 2961 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:34.727478+0000 mon.a (mon.0) 2962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.334536+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.341028+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.346040+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.351258+0000 mon.a (mon.0) 2966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.352662+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.354319+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:36.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:35 smithi044 bash[32620]: audit 2023-12-07T17:24:35.362132+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:33.954326+0000 mgr.a (mgr.24293) 18210 : audit 0 from='client.361053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:36.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:34.714864+0000 mon.a (mon.0) 2961 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:34.727478+0000 mon.a (mon.0) 2962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.334536+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.341028+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.346040+0000 mon.a (mon.0) 2965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.351258+0000 mon.a (mon.0) 2966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.352662+0000 mon.a (mon.0) 2967 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.354319+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:35 smithi027 bash[31536]: audit 2023-12-07T17:24:35.362132+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:24:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:36 smithi022 bash[28554]: cluster 2023-12-07T17:24:35.018417+0000 mgr.a (mgr.24293) 18211 : cluster 0 pgmap v13616: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:36 smithi044 bash[32620]: cluster 2023-12-07T17:24:35.018417+0000 mgr.a (mgr.24293) 18211 : cluster 0 pgmap v13616: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:36 smithi027 bash[31536]: cluster 2023-12-07T17:24:35.018417+0000 mgr.a (mgr.24293) 18211 : cluster 0 pgmap v13616: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:38 smithi022 bash[28554]: cluster 2023-12-07T17:24:37.019425+0000 mgr.a (mgr.24293) 18212 : cluster 0 pgmap v13617: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:38 smithi044 bash[32620]: cluster 2023-12-07T17:24:37.019425+0000 mgr.a (mgr.24293) 18212 : cluster 0 pgmap v13617: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:38 smithi027 bash[31536]: cluster 2023-12-07T17:24:37.019425+0000 mgr.a (mgr.24293) 18212 : cluster 0 pgmap v13617: 33 pgs: 33 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.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:39.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:39.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:40.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:40.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:40.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:40.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:40.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:40 smithi022 bash[28554]: cluster 2023-12-07T17:24:39.020006+0000 mgr.a (mgr.24293) 18213 : cluster 0 pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:40 smithi044 bash[32620]: cluster 2023-12-07T17:24:39.020006+0000 mgr.a (mgr.24293) 18213 : cluster 0 pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:41.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:40 smithi027 bash[31536]: cluster 2023-12-07T17:24:39.020006+0000 mgr.a (mgr.24293) 18213 : cluster 0 pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:41 smithi022 bash[28554]: audit 2023-12-07T17:24:39.897358+0000 mgr.a (mgr.24293) 18214 : audit 0 from='client.361131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:41 smithi044 bash[32620]: audit 2023-12-07T17:24:39.897358+0000 mgr.a (mgr.24293) 18214 : audit 0 from='client.361131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:42.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:41 smithi027 bash[31536]: audit 2023-12-07T17:24:39.897358+0000 mgr.a (mgr.24293) 18214 : audit 0 from='client.361131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:42 smithi022 bash[28554]: cluster 2023-12-07T17:24:41.020947+0000 mgr.a (mgr.24293) 18215 : cluster 0 pgmap v13619: 33 pgs: 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:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:42 smithi044 bash[32620]: cluster 2023-12-07T17:24:41.020947+0000 mgr.a (mgr.24293) 18215 : cluster 0 pgmap v13619: 33 pgs: 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:43.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:42 smithi027 bash[31536]: cluster 2023-12-07T17:24:41.020947+0000 mgr.a (mgr.24293) 18215 : cluster 0 pgmap v13619: 33 pgs: 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:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:44 smithi022 bash[28554]: cluster 2023-12-07T17:24:43.021532+0000 mgr.a (mgr.24293) 18216 : cluster 0 pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:45.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:44 smithi044 bash[32620]: cluster 2023-12-07T17:24:43.021532+0000 mgr.a (mgr.24293) 18216 : cluster 0 pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:45.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:44 smithi027 bash[31536]: cluster 2023-12-07T17:24:43.021532+0000 mgr.a (mgr.24293) 18216 : cluster 0 pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:45.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:46.365 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:46.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:46.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:46.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:46.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:46 smithi022 bash[28554]: cluster 2023-12-07T17:24:45.022116+0000 mgr.a (mgr.24293) 18217 : cluster 0 pgmap v13621: 33 pgs: 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:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:46 smithi022 bash[28554]: audit 2023-12-07T17:24:45.819684+0000 mgr.a (mgr.24293) 18218 : audit 0 from='client.361203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:46 smithi044 bash[32620]: cluster 2023-12-07T17:24:45.022116+0000 mgr.a (mgr.24293) 18217 : cluster 0 pgmap v13621: 33 pgs: 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:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:46 smithi044 bash[32620]: audit 2023-12-07T17:24:45.819684+0000 mgr.a (mgr.24293) 18218 : audit 0 from='client.361203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:46 smithi027 bash[31536]: cluster 2023-12-07T17:24:45.022116+0000 mgr.a (mgr.24293) 18217 : cluster 0 pgmap v13621: 33 pgs: 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:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:46 smithi027 bash[31536]: audit 2023-12-07T17:24:45.819684+0000 mgr.a (mgr.24293) 18218 : audit 0 from='client.361203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:48 smithi022 bash[28554]: cluster 2023-12-07T17:24:47.023284+0000 mgr.a (mgr.24293) 18219 : cluster 0 pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:48 smithi044 bash[32620]: cluster 2023-12-07T17:24:47.023284+0000 mgr.a (mgr.24293) 18219 : cluster 0 pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:49.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:48 smithi027 bash[31536]: cluster 2023-12-07T17:24:47.023284+0000 mgr.a (mgr.24293) 18219 : cluster 0 pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:50 smithi022 bash[28554]: cluster 2023-12-07T17:24:49.023908+0000 mgr.a (mgr.24293) 18220 : cluster 0 pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:50 smithi044 bash[32620]: cluster 2023-12-07T17:24:49.023908+0000 mgr.a (mgr.24293) 18220 : cluster 0 pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:50 smithi027 bash[31536]: cluster 2023-12-07T17:24:49.023908+0000 mgr.a (mgr.24293) 18220 : cluster 0 pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:51.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:51.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:51.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:52.323 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:52.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:52.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:52.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:52.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:52 smithi022 bash[28554]: cluster 2023-12-07T17:24:51.024700+0000 mgr.a (mgr.24293) 18221 : cluster 0 pgmap v13624: 33 pgs: 33 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:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:52 smithi022 bash[28554]: audit 2023-12-07T17:24:51.777006+0000 mgr.a (mgr.24293) 18222 : audit 0 from='client.361278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:52 smithi044 bash[32620]: cluster 2023-12-07T17:24:51.024700+0000 mgr.a (mgr.24293) 18221 : cluster 0 pgmap v13624: 33 pgs: 33 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:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:52 smithi044 bash[32620]: audit 2023-12-07T17:24:51.777006+0000 mgr.a (mgr.24293) 18222 : audit 0 from='client.361278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:52 smithi027 bash[31536]: cluster 2023-12-07T17:24:51.024700+0000 mgr.a (mgr.24293) 18221 : cluster 0 pgmap v13624: 33 pgs: 33 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:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:52 smithi027 bash[31536]: audit 2023-12-07T17:24:51.777006+0000 mgr.a (mgr.24293) 18222 : audit 0 from='client.361278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:54 smithi022 bash[28554]: cluster 2023-12-07T17:24:53.025449+0000 mgr.a (mgr.24293) 18223 : cluster 0 pgmap v13625: 33 pgs: 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:24:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:54 smithi044 bash[32620]: cluster 2023-12-07T17:24:53.025449+0000 mgr.a (mgr.24293) 18223 : cluster 0 pgmap v13625: 33 pgs: 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:24:55.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:54 smithi027 bash[31536]: cluster 2023-12-07T17:24:53.025449+0000 mgr.a (mgr.24293) 18223 : cluster 0 pgmap v13625: 33 pgs: 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:24:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:56 smithi022 bash[28554]: cluster 2023-12-07T17:24:55.026024+0000 mgr.a (mgr.24293) 18224 : cluster 0 pgmap v13626: 33 pgs: 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:24:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:56 smithi044 bash[32620]: cluster 2023-12-07T17:24:55.026024+0000 mgr.a (mgr.24293) 18224 : cluster 0 pgmap v13626: 33 pgs: 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:24:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:56 smithi027 bash[31536]: cluster 2023-12-07T17:24:55.026024+0000 mgr.a (mgr.24293) 18224 : cluster 0 pgmap v13626: 33 pgs: 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:24:57.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:24:57.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:57.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:58.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:58.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:58.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:58.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:24:58.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:24:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:58 smithi022 bash[28554]: cluster 2023-12-07T17:24:57.026703+0000 mgr.a (mgr.24293) 18225 : cluster 0 pgmap v13627: 33 pgs: 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:24:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:24:58 smithi022 bash[28554]: audit 2023-12-07T17:24:57.733305+0000 mgr.a (mgr.24293) 18226 : audit 0 from='client.361356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:58 smithi044 bash[32620]: cluster 2023-12-07T17:24:57.026703+0000 mgr.a (mgr.24293) 18225 : cluster 0 pgmap v13627: 33 pgs: 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:24:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:24:58 smithi044 bash[32620]: audit 2023-12-07T17:24:57.733305+0000 mgr.a (mgr.24293) 18226 : audit 0 from='client.361356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:59.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:58 smithi027 bash[31536]: cluster 2023-12-07T17:24:57.026703+0000 mgr.a (mgr.24293) 18225 : cluster 0 pgmap v13627: 33 pgs: 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:24:59.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:24:58 smithi027 bash[31536]: audit 2023-12-07T17:24:57.733305+0000 mgr.a (mgr.24293) 18226 : audit 0 from='client.361356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:00 smithi022 bash[28554]: cluster 2023-12-07T17:24:59.027428+0000 mgr.a (mgr.24293) 18227 : cluster 0 pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:00 smithi044 bash[32620]: cluster 2023-12-07T17:24:59.027428+0000 mgr.a (mgr.24293) 18227 : cluster 0 pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:00 smithi027 bash[31536]: cluster 2023-12-07T17:24:59.027428+0000 mgr.a (mgr.24293) 18227 : cluster 0 pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:02 smithi022 bash[28554]: cluster 2023-12-07T17:25:01.028295+0000 mgr.a (mgr.24293) 18228 : cluster 0 pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:02 smithi044 bash[32620]: cluster 2023-12-07T17:25:01.028295+0000 mgr.a (mgr.24293) 18228 : cluster 0 pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:03.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:02 smithi027 bash[31536]: cluster 2023-12-07T17:25:01.028295+0000 mgr.a (mgr.24293) 18228 : cluster 0 pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:03.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:04.193 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:04.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:04.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:04.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:04.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:04 smithi022 bash[28554]: cluster 2023-12-07T17:25:03.028885+0000 mgr.a (mgr.24293) 18229 : cluster 0 pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:04 smithi022 bash[28554]: audit 2023-12-07T17:25:03.659721+0000 mgr.a (mgr.24293) 18230 : audit 0 from='client.361431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:04 smithi044 bash[32620]: cluster 2023-12-07T17:25:03.028885+0000 mgr.a (mgr.24293) 18229 : cluster 0 pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:04 smithi044 bash[32620]: audit 2023-12-07T17:25:03.659721+0000 mgr.a (mgr.24293) 18230 : audit 0 from='client.361431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:04 smithi027 bash[31536]: cluster 2023-12-07T17:25:03.028885+0000 mgr.a (mgr.24293) 18229 : cluster 0 pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:04 smithi027 bash[31536]: audit 2023-12-07T17:25:03.659721+0000 mgr.a (mgr.24293) 18230 : audit 0 from='client.361431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:06 smithi022 bash[28554]: cluster 2023-12-07T17:25:05.029621+0000 mgr.a (mgr.24293) 18231 : cluster 0 pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:06 smithi044 bash[32620]: cluster 2023-12-07T17:25:05.029621+0000 mgr.a (mgr.24293) 18231 : cluster 0 pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:06 smithi027 bash[31536]: cluster 2023-12-07T17:25:05.029621+0000 mgr.a (mgr.24293) 18231 : cluster 0 pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:08 smithi022 bash[28554]: cluster 2023-12-07T17:25:07.030491+0000 mgr.a (mgr.24293) 18232 : cluster 0 pgmap v13632: 33 pgs: 33 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:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:08 smithi044 bash[32620]: cluster 2023-12-07T17:25:07.030491+0000 mgr.a (mgr.24293) 18232 : cluster 0 pgmap v13632: 33 pgs: 33 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:09.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:09.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:09.196 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:09.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:08 smithi027 bash[31536]: cluster 2023-12-07T17:25:07.030491+0000 mgr.a (mgr.24293) 18232 : cluster 0 pgmap v13632: 33 pgs: 33 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:10.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:10.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:10.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:10.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:10.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:10 smithi022 bash[28554]: cluster 2023-12-07T17:25:09.031051+0000 mgr.a (mgr.24293) 18233 : cluster 0 pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:10 smithi022 bash[28554]: audit 2023-12-07T17:25:09.607165+0000 mgr.a (mgr.24293) 18234 : audit 0 from='client.361509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:10 smithi044 bash[32620]: cluster 2023-12-07T17:25:09.031051+0000 mgr.a (mgr.24293) 18233 : cluster 0 pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:10 smithi044 bash[32620]: audit 2023-12-07T17:25:09.607165+0000 mgr.a (mgr.24293) 18234 : audit 0 from='client.361509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:10 smithi027 bash[31536]: cluster 2023-12-07T17:25:09.031051+0000 mgr.a (mgr.24293) 18233 : cluster 0 pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:10 smithi027 bash[31536]: audit 2023-12-07T17:25:09.607165+0000 mgr.a (mgr.24293) 18234 : audit 0 from='client.361509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:12 smithi022 bash[28554]: cluster 2023-12-07T17:25:11.032032+0000 mgr.a (mgr.24293) 18235 : cluster 0 pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:12 smithi044 bash[32620]: cluster 2023-12-07T17:25:11.032032+0000 mgr.a (mgr.24293) 18235 : cluster 0 pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:12 smithi027 bash[31536]: cluster 2023-12-07T17:25:11.032032+0000 mgr.a (mgr.24293) 18235 : cluster 0 pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:15.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:15.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:15.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:14 smithi022 bash[28554]: cluster 2023-12-07T17:25:13.032593+0000 mgr.a (mgr.24293) 18236 : cluster 0 pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:14 smithi044 bash[32620]: cluster 2023-12-07T17:25:13.032593+0000 mgr.a (mgr.24293) 18236 : cluster 0 pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:14 smithi027 bash[31536]: cluster 2023-12-07T17:25:13.032593+0000 mgr.a (mgr.24293) 18236 : cluster 0 pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:16.086 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:16.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:16.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:16.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:16.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:16 smithi022 bash[28554]: cluster 2023-12-07T17:25:15.033325+0000 mgr.a (mgr.24293) 18237 : cluster 0 pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:16 smithi022 bash[28554]: audit 2023-12-07T17:25:15.549189+0000 mgr.a (mgr.24293) 18238 : audit 0 from='client.361587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:16 smithi044 bash[32620]: cluster 2023-12-07T17:25:15.033325+0000 mgr.a (mgr.24293) 18237 : cluster 0 pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:16 smithi044 bash[32620]: audit 2023-12-07T17:25:15.549189+0000 mgr.a (mgr.24293) 18238 : audit 0 from='client.361587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:16 smithi027 bash[31536]: cluster 2023-12-07T17:25:15.033325+0000 mgr.a (mgr.24293) 18237 : cluster 0 pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:16 smithi027 bash[31536]: audit 2023-12-07T17:25:15.549189+0000 mgr.a (mgr.24293) 18238 : audit 0 from='client.361587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:18 smithi022 bash[28554]: cluster 2023-12-07T17:25:17.034450+0000 mgr.a (mgr.24293) 18239 : cluster 0 pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:18 smithi044 bash[32620]: cluster 2023-12-07T17:25:17.034450+0000 mgr.a (mgr.24293) 18239 : cluster 0 pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:19.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:18 smithi027 bash[31536]: cluster 2023-12-07T17:25:17.034450+0000 mgr.a (mgr.24293) 18239 : cluster 0 pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:21.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:21.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:21.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:20 smithi022 bash[28554]: cluster 2023-12-07T17:25:19.035053+0000 mgr.a (mgr.24293) 18240 : cluster 0 pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:20 smithi044 bash[32620]: cluster 2023-12-07T17:25:19.035053+0000 mgr.a (mgr.24293) 18240 : cluster 0 pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:21.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:20 smithi027 bash[31536]: cluster 2023-12-07T17:25:19.035053+0000 mgr.a (mgr.24293) 18240 : cluster 0 pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:22.027 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:22.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:22.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:22.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:22.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:22 smithi022 bash[28554]: cluster 2023-12-07T17:25:21.035864+0000 mgr.a (mgr.24293) 18241 : cluster 0 pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:22 smithi022 bash[28554]: audit 2023-12-07T17:25:21.497208+0000 mgr.a (mgr.24293) 18242 : audit 0 from='client.361662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:22 smithi044 bash[32620]: cluster 2023-12-07T17:25:21.035864+0000 mgr.a (mgr.24293) 18241 : cluster 0 pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:22 smithi044 bash[32620]: audit 2023-12-07T17:25:21.497208+0000 mgr.a (mgr.24293) 18242 : audit 0 from='client.361662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:22 smithi027 bash[31536]: cluster 2023-12-07T17:25:21.035864+0000 mgr.a (mgr.24293) 18241 : cluster 0 pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:22 smithi027 bash[31536]: audit 2023-12-07T17:25:21.497208+0000 mgr.a (mgr.24293) 18242 : audit 0 from='client.361662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:24 smithi022 bash[28554]: cluster 2023-12-07T17:25:23.036561+0000 mgr.a (mgr.24293) 18243 : cluster 0 pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:24 smithi044 bash[32620]: cluster 2023-12-07T17:25:23.036561+0000 mgr.a (mgr.24293) 18243 : cluster 0 pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:25.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:24 smithi027 bash[31536]: cluster 2023-12-07T17:25:23.036561+0000 mgr.a (mgr.24293) 18243 : cluster 0 pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:27.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:27.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:27.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:26 smithi022 bash[28554]: cluster 2023-12-07T17:25:25.037126+0000 mgr.a (mgr.24293) 18244 : cluster 0 pgmap v13641: 33 pgs: 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:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:26 smithi044 bash[32620]: cluster 2023-12-07T17:25:25.037126+0000 mgr.a (mgr.24293) 18244 : cluster 0 pgmap v13641: 33 pgs: 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:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:26 smithi027 bash[31536]: cluster 2023-12-07T17:25:25.037126+0000 mgr.a (mgr.24293) 18244 : cluster 0 pgmap v13641: 33 pgs: 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:27.953 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:27.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:27.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:27.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:27.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:28 smithi022 bash[28554]: cluster 2023-12-07T17:25:27.037811+0000 mgr.a (mgr.24293) 18245 : cluster 0 pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:28 smithi022 bash[28554]: audit 2023-12-07T17:25:27.440173+0000 mgr.a (mgr.24293) 18246 : audit 0 from='client.361740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:28 smithi044 bash[32620]: cluster 2023-12-07T17:25:27.037811+0000 mgr.a (mgr.24293) 18245 : cluster 0 pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:28 smithi044 bash[32620]: audit 2023-12-07T17:25:27.440173+0000 mgr.a (mgr.24293) 18246 : audit 0 from='client.361740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:28 smithi027 bash[31536]: cluster 2023-12-07T17:25:27.037811+0000 mgr.a (mgr.24293) 18245 : cluster 0 pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:28 smithi027 bash[31536]: audit 2023-12-07T17:25:27.440173+0000 mgr.a (mgr.24293) 18246 : audit 0 from='client.361740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:29 smithi022 bash[28554]: cluster 2023-12-07T17:25:29.038561+0000 mgr.a (mgr.24293) 18247 : cluster 0 pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:29 smithi044 bash[32620]: cluster 2023-12-07T17:25:29.038561+0000 mgr.a (mgr.24293) 18247 : cluster 0 pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:29 smithi027 bash[31536]: cluster 2023-12-07T17:25:29.038561+0000 mgr.a (mgr.24293) 18247 : cluster 0 pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:32 smithi022 bash[28554]: cluster 2023-12-07T17:25:31.039368+0000 mgr.a (mgr.24293) 18248 : cluster 0 pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:32 smithi044 bash[32620]: cluster 2023-12-07T17:25:31.039368+0000 mgr.a (mgr.24293) 18248 : cluster 0 pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:32 smithi027 bash[31536]: cluster 2023-12-07T17:25:31.039368+0000 mgr.a (mgr.24293) 18248 : cluster 0 pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:32.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:32.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:32.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:33.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:33.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:33.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:33.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:33.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:34 smithi022 bash[28554]: cluster 2023-12-07T17:25:33.039936+0000 mgr.a (mgr.24293) 18249 : cluster 0 pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:34.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:34 smithi022 bash[28554]: audit 2023-12-07T17:25:33.366026+0000 mgr.a (mgr.24293) 18250 : audit 0 from='client.361818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:34 smithi044 bash[32620]: cluster 2023-12-07T17:25:33.039936+0000 mgr.a (mgr.24293) 18249 : cluster 0 pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:34.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:34 smithi044 bash[32620]: audit 2023-12-07T17:25:33.366026+0000 mgr.a (mgr.24293) 18250 : audit 0 from='client.361818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:34 smithi027 bash[31536]: cluster 2023-12-07T17:25:33.039936+0000 mgr.a (mgr.24293) 18249 : cluster 0 pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:34.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:34 smithi027 bash[31536]: audit 2023-12-07T17:25:33.366026+0000 mgr.a (mgr.24293) 18250 : audit 0 from='client.361818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:36 smithi022 bash[28554]: cluster 2023-12-07T17:25:35.040589+0000 mgr.a (mgr.24293) 18251 : cluster 0 pgmap v13646: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:36 smithi022 bash[28554]: audit 2023-12-07T17:25:35.466743+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:36 smithi022 bash[28554]: audit 2023-12-07T17:25:36.259173+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:36 smithi022 bash[28554]: audit 2023-12-07T17:25:36.261102+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:36.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:36 smithi022 bash[28554]: audit 2023-12-07T17:25:36.270628+0000 mon.a (mon.0) 2973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:25:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:36 smithi044 bash[32620]: cluster 2023-12-07T17:25:35.040589+0000 mgr.a (mgr.24293) 18251 : cluster 0 pgmap v13646: 33 pgs: 33 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.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:36 smithi044 bash[32620]: audit 2023-12-07T17:25:35.466743+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:36 smithi044 bash[32620]: audit 2023-12-07T17:25:36.259173+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:36 smithi044 bash[32620]: audit 2023-12-07T17:25:36.261102+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:36.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:36 smithi044 bash[32620]: audit 2023-12-07T17:25:36.270628+0000 mon.a (mon.0) 2973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:25:36.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:36 smithi027 bash[31536]: cluster 2023-12-07T17:25:35.040589+0000 mgr.a (mgr.24293) 18251 : cluster 0 pgmap v13646: 33 pgs: 33 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:36 smithi027 bash[31536]: audit 2023-12-07T17:25:35.466743+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:36.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:36 smithi027 bash[31536]: audit 2023-12-07T17:25:36.259173+0000 mon.a (mon.0) 2971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:36.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:36 smithi027 bash[31536]: audit 2023-12-07T17:25:36.261102+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:36.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:36 smithi027 bash[31536]: audit 2023-12-07T17:25:36.270628+0000 mon.a (mon.0) 2973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:25:38.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:38 smithi027 bash[31536]: cluster 2023-12-07T17:25:37.041405+0000 mgr.a (mgr.24293) 18252 : cluster 0 pgmap v13647: 33 pgs: 33 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:38.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:38.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:38.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:38 smithi022 bash[28554]: cluster 2023-12-07T17:25:37.041405+0000 mgr.a (mgr.24293) 18252 : cluster 0 pgmap v13647: 33 pgs: 33 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:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:38 smithi044 bash[32620]: cluster 2023-12-07T17:25:37.041405+0000 mgr.a (mgr.24293) 18252 : cluster 0 pgmap v13647: 33 pgs: 33 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:39.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:39.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:39.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:39.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:39.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:40 smithi027 bash[31536]: cluster 2023-12-07T17:25:39.042018+0000 mgr.a (mgr.24293) 18253 : cluster 0 pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:40 smithi027 bash[31536]: audit 2023-12-07T17:25:39.294824+0000 mgr.a (mgr.24293) 18254 : audit 0 from='client.361890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:40 smithi022 bash[28554]: cluster 2023-12-07T17:25:39.042018+0000 mgr.a (mgr.24293) 18253 : cluster 0 pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:40 smithi022 bash[28554]: audit 2023-12-07T17:25:39.294824+0000 mgr.a (mgr.24293) 18254 : audit 0 from='client.361890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:40 smithi044 bash[32620]: cluster 2023-12-07T17:25:39.042018+0000 mgr.a (mgr.24293) 18253 : cluster 0 pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:40 smithi044 bash[32620]: audit 2023-12-07T17:25:39.294824+0000 mgr.a (mgr.24293) 18254 : audit 0 from='client.361890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:42.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:42 smithi027 bash[31536]: cluster 2023-12-07T17:25:41.042932+0000 mgr.a (mgr.24293) 18255 : cluster 0 pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:42 smithi022 bash[28554]: cluster 2023-12-07T17:25:41.042932+0000 mgr.a (mgr.24293) 18255 : cluster 0 pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:42 smithi044 bash[32620]: cluster 2023-12-07T17:25:41.042932+0000 mgr.a (mgr.24293) 18255 : cluster 0 pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:44.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:44 smithi027 bash[31536]: cluster 2023-12-07T17:25:43.043516+0000 mgr.a (mgr.24293) 18256 : cluster 0 pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:44.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:44.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:44 smithi022 bash[28554]: cluster 2023-12-07T17:25:43.043516+0000 mgr.a (mgr.24293) 18256 : cluster 0 pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:44 smithi044 bash[32620]: cluster 2023-12-07T17:25:43.043516+0000 mgr.a (mgr.24293) 18256 : cluster 0 pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:45.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:45.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:45.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:45.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:45.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:46 smithi027 bash[31536]: cluster 2023-12-07T17:25:45.044214+0000 mgr.a (mgr.24293) 18257 : cluster 0 pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:46.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:46 smithi027 bash[31536]: audit 2023-12-07T17:25:45.228136+0000 mgr.a (mgr.24293) 18258 : audit 0 from='client.361965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:46 smithi022 bash[28554]: cluster 2023-12-07T17:25:45.044214+0000 mgr.a (mgr.24293) 18257 : cluster 0 pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:46 smithi022 bash[28554]: audit 2023-12-07T17:25:45.228136+0000 mgr.a (mgr.24293) 18258 : audit 0 from='client.361965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:46 smithi044 bash[32620]: cluster 2023-12-07T17:25:45.044214+0000 mgr.a (mgr.24293) 18257 : cluster 0 pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:46.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:46 smithi044 bash[32620]: audit 2023-12-07T17:25:45.228136+0000 mgr.a (mgr.24293) 18258 : audit 0 from='client.361965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:48 smithi022 bash[28554]: cluster 2023-12-07T17:25:47.045244+0000 mgr.a (mgr.24293) 18259 : cluster 0 pgmap v13652: 33 pgs: 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:25:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:48 smithi044 bash[32620]: cluster 2023-12-07T17:25:47.045244+0000 mgr.a (mgr.24293) 18259 : cluster 0 pgmap v13652: 33 pgs: 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:25:48.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:48 smithi027 bash[31536]: cluster 2023-12-07T17:25:47.045244+0000 mgr.a (mgr.24293) 18259 : cluster 0 pgmap v13652: 33 pgs: 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:25:50.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:50.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:50.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:50 smithi022 bash[28554]: cluster 2023-12-07T17:25:49.045812+0000 mgr.a (mgr.24293) 18260 : cluster 0 pgmap v13653: 33 pgs: 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:25:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:50 smithi044 bash[32620]: cluster 2023-12-07T17:25:49.045812+0000 mgr.a (mgr.24293) 18260 : cluster 0 pgmap v13653: 33 pgs: 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:25:50.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:50 smithi027 bash[31536]: cluster 2023-12-07T17:25:49.045812+0000 mgr.a (mgr.24293) 18260 : cluster 0 pgmap v13653: 33 pgs: 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:25:51.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:51.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:52 smithi022 bash[28554]: cluster 2023-12-07T17:25:51.046551+0000 mgr.a (mgr.24293) 18261 : cluster 0 pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:52 smithi022 bash[28554]: audit 2023-12-07T17:25:51.187302+0000 mgr.a (mgr.24293) 18262 : audit 0 from='client.362043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:52.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:52 smithi044 bash[32620]: cluster 2023-12-07T17:25:51.046551+0000 mgr.a (mgr.24293) 18261 : cluster 0 pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:52 smithi044 bash[32620]: audit 2023-12-07T17:25:51.187302+0000 mgr.a (mgr.24293) 18262 : audit 0 from='client.362043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:52 smithi027 bash[31536]: cluster 2023-12-07T17:25:51.046551+0000 mgr.a (mgr.24293) 18261 : cluster 0 pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:52 smithi027 bash[31536]: audit 2023-12-07T17:25:51.187302+0000 mgr.a (mgr.24293) 18262 : audit 0 from='client.362043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:54 smithi022 bash[28554]: cluster 2023-12-07T17:25:53.047213+0000 mgr.a (mgr.24293) 18263 : cluster 0 pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:54 smithi044 bash[32620]: cluster 2023-12-07T17:25:53.047213+0000 mgr.a (mgr.24293) 18263 : cluster 0 pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:54 smithi027 bash[31536]: cluster 2023-12-07T17:25:53.047213+0000 mgr.a (mgr.24293) 18263 : cluster 0 pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:56.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:25:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:56 smithi022 bash[28554]: cluster 2023-12-07T17:25:55.047845+0000 mgr.a (mgr.24293) 18264 : cluster 0 pgmap v13656: 33 pgs: 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:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:56 smithi044 bash[32620]: cluster 2023-12-07T17:25:55.047845+0000 mgr.a (mgr.24293) 18264 : cluster 0 pgmap v13656: 33 pgs: 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:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:56 smithi027 bash[31536]: cluster 2023-12-07T17:25:55.047845+0000 mgr.a (mgr.24293) 18264 : cluster 0 pgmap v13656: 33 pgs: 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:57.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:57.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:57.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:57.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:25:57.664 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:25:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:58 smithi022 bash[28554]: cluster 2023-12-07T17:25:57.048618+0000 mgr.a (mgr.24293) 18265 : cluster 0 pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:25:58 smithi022 bash[28554]: audit 2023-12-07T17:25:57.121848+0000 mgr.a (mgr.24293) 18266 : audit 0 from='client.362121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:58 smithi044 bash[32620]: cluster 2023-12-07T17:25:57.048618+0000 mgr.a (mgr.24293) 18265 : cluster 0 pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:25:58 smithi044 bash[32620]: audit 2023-12-07T17:25:57.121848+0000 mgr.a (mgr.24293) 18266 : audit 0 from='client.362121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:58 smithi027 bash[31536]: cluster 2023-12-07T17:25:57.048618+0000 mgr.a (mgr.24293) 18265 : cluster 0 pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:25:58 smithi027 bash[31536]: audit 2023-12-07T17:25:57.121848+0000 mgr.a (mgr.24293) 18266 : audit 0 from='client.362121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:00 smithi022 bash[28554]: cluster 2023-12-07T17:25:59.049294+0000 mgr.a (mgr.24293) 18267 : cluster 0 pgmap v13658: 33 pgs: 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:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:00 smithi044 bash[32620]: cluster 2023-12-07T17:25:59.049294+0000 mgr.a (mgr.24293) 18267 : cluster 0 pgmap v13658: 33 pgs: 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:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:00 smithi027 bash[31536]: cluster 2023-12-07T17:25:59.049294+0000 mgr.a (mgr.24293) 18267 : cluster 0 pgmap v13658: 33 pgs: 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.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:02.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:02.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:02 smithi022 bash[28554]: cluster 2023-12-07T17:26:01.050131+0000 mgr.a (mgr.24293) 18268 : cluster 0 pgmap v13659: 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:02 smithi044 bash[32620]: cluster 2023-12-07T17:26:01.050131+0000 mgr.a (mgr.24293) 18268 : cluster 0 pgmap v13659: 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:02 smithi027 bash[31536]: cluster 2023-12-07T17:26:01.050131+0000 mgr.a (mgr.24293) 18268 : cluster 0 pgmap v13659: 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:03.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:03.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:03.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:03.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:03.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:04 smithi044 bash[32620]: cluster 2023-12-07T17:26:03.050668+0000 mgr.a (mgr.24293) 18269 : cluster 0 pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:04.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:04 smithi044 bash[32620]: audit 2023-12-07T17:26:03.079412+0000 mgr.a (mgr.24293) 18270 : audit 0 from='client.362199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:04 smithi022 bash[28554]: cluster 2023-12-07T17:26:03.050668+0000 mgr.a (mgr.24293) 18269 : cluster 0 pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:04.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:04 smithi022 bash[28554]: audit 2023-12-07T17:26:03.079412+0000 mgr.a (mgr.24293) 18270 : audit 0 from='client.362199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:04 smithi027 bash[31536]: cluster 2023-12-07T17:26:03.050668+0000 mgr.a (mgr.24293) 18269 : cluster 0 pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:04 smithi027 bash[31536]: audit 2023-12-07T17:26:03.079412+0000 mgr.a (mgr.24293) 18270 : audit 0 from='client.362199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:06 smithi022 bash[28554]: cluster 2023-12-07T17:26:05.051360+0000 mgr.a (mgr.24293) 18271 : cluster 0 pgmap v13661: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:06 smithi044 bash[32620]: cluster 2023-12-07T17:26:05.051360+0000 mgr.a (mgr.24293) 18271 : cluster 0 pgmap v13661: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:06 smithi027 bash[31536]: cluster 2023-12-07T17:26:05.051360+0000 mgr.a (mgr.24293) 18271 : cluster 0 pgmap v13661: 33 pgs: 33 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:08.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:08.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:08.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:08 smithi022 bash[28554]: cluster 2023-12-07T17:26:07.052216+0000 mgr.a (mgr.24293) 18272 : cluster 0 pgmap v13662: 33 pgs: 33 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:08.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:08 smithi044 bash[32620]: cluster 2023-12-07T17:26:07.052216+0000 mgr.a (mgr.24293) 18272 : cluster 0 pgmap v13662: 33 pgs: 33 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:08.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:08 smithi027 bash[31536]: cluster 2023-12-07T17:26:07.052216+0000 mgr.a (mgr.24293) 18272 : cluster 0 pgmap v13662: 33 pgs: 33 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:09.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:09.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:09.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:09.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:09.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:10 smithi022 bash[28554]: audit 2023-12-07T17:26:09.049016+0000 mgr.a (mgr.24293) 18273 : audit 0 from='client.362274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:10 smithi022 bash[28554]: cluster 2023-12-07T17:26:09.060917+0000 mgr.a (mgr.24293) 18274 : cluster 0 pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:10 smithi044 bash[32620]: audit 2023-12-07T17:26:09.049016+0000 mgr.a (mgr.24293) 18273 : audit 0 from='client.362274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:10 smithi044 bash[32620]: cluster 2023-12-07T17:26:09.060917+0000 mgr.a (mgr.24293) 18274 : cluster 0 pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:10 smithi027 bash[31536]: audit 2023-12-07T17:26:09.049016+0000 mgr.a (mgr.24293) 18273 : audit 0 from='client.362274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:10 smithi027 bash[31536]: cluster 2023-12-07T17:26:09.060917+0000 mgr.a (mgr.24293) 18274 : cluster 0 pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:12 smithi022 bash[28554]: cluster 2023-12-07T17:26:11.061959+0000 mgr.a (mgr.24293) 18275 : cluster 0 pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:12 smithi044 bash[32620]: cluster 2023-12-07T17:26:11.061959+0000 mgr.a (mgr.24293) 18275 : cluster 0 pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:12 smithi027 bash[31536]: cluster 2023-12-07T17:26:11.061959+0000 mgr.a (mgr.24293) 18275 : cluster 0 pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:14.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:14.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:14.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:14 smithi044 bash[32620]: cluster 2023-12-07T17:26:13.062758+0000 mgr.a (mgr.24293) 18276 : cluster 0 pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:14.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:14 smithi022 bash[28554]: cluster 2023-12-07T17:26:13.062758+0000 mgr.a (mgr.24293) 18276 : cluster 0 pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:14.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:14 smithi027 bash[31536]: cluster 2023-12-07T17:26:13.062758+0000 mgr.a (mgr.24293) 18276 : cluster 0 pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:15.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:15.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:15.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:15.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:15.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:16 smithi022 bash[28554]: audit 2023-12-07T17:26:14.972554+0000 mgr.a (mgr.24293) 18277 : audit 0 from='client.362349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:16 smithi022 bash[28554]: cluster 2023-12-07T17:26:15.063400+0000 mgr.a (mgr.24293) 18278 : cluster 0 pgmap v13666: 33 pgs: 33 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:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:16 smithi044 bash[32620]: audit 2023-12-07T17:26:14.972554+0000 mgr.a (mgr.24293) 18277 : audit 0 from='client.362349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:16.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:16 smithi044 bash[32620]: cluster 2023-12-07T17:26:15.063400+0000 mgr.a (mgr.24293) 18278 : cluster 0 pgmap v13666: 33 pgs: 33 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:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:16 smithi027 bash[31536]: audit 2023-12-07T17:26:14.972554+0000 mgr.a (mgr.24293) 18277 : audit 0 from='client.362349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:16 smithi027 bash[31536]: cluster 2023-12-07T17:26:15.063400+0000 mgr.a (mgr.24293) 18278 : cluster 0 pgmap v13666: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:18 smithi022 bash[28554]: cluster 2023-12-07T17:26:17.064332+0000 mgr.a (mgr.24293) 18279 : cluster 0 pgmap v13667: 33 pgs: 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:26:18.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:18 smithi044 bash[32620]: cluster 2023-12-07T17:26:17.064332+0000 mgr.a (mgr.24293) 18279 : cluster 0 pgmap v13667: 33 pgs: 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:26:18.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:18 smithi027 bash[31536]: cluster 2023-12-07T17:26:17.064332+0000 mgr.a (mgr.24293) 18279 : cluster 0 pgmap v13667: 33 pgs: 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:26:20.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:20.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:20.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:20.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:20 smithi022 bash[28554]: cluster 2023-12-07T17:26:19.064896+0000 mgr.a (mgr.24293) 18280 : cluster 0 pgmap v13668: 33 pgs: 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:26:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:20 smithi044 bash[32620]: cluster 2023-12-07T17:26:19.064896+0000 mgr.a (mgr.24293) 18280 : cluster 0 pgmap v13668: 33 pgs: 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:26:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:20 smithi027 bash[31536]: cluster 2023-12-07T17:26:19.064896+0000 mgr.a (mgr.24293) 18280 : cluster 0 pgmap v13668: 33 pgs: 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:26:21.445 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:21.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:22 smithi022 bash[28554]: audit 2023-12-07T17:26:20.924131+0000 mgr.a (mgr.24293) 18281 : audit 0 from='client.294793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:22 smithi022 bash[28554]: cluster 2023-12-07T17:26:21.065615+0000 mgr.a (mgr.24293) 18282 : cluster 0 pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:22 smithi044 bash[32620]: audit 2023-12-07T17:26:20.924131+0000 mgr.a (mgr.24293) 18281 : audit 0 from='client.294793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:22 smithi044 bash[32620]: cluster 2023-12-07T17:26:21.065615+0000 mgr.a (mgr.24293) 18282 : cluster 0 pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:22 smithi027 bash[31536]: audit 2023-12-07T17:26:20.924131+0000 mgr.a (mgr.24293) 18281 : audit 0 from='client.294793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:22 smithi027 bash[31536]: cluster 2023-12-07T17:26:21.065615+0000 mgr.a (mgr.24293) 18282 : cluster 0 pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:24 smithi022 bash[28554]: cluster 2023-12-07T17:26:23.066298+0000 mgr.a (mgr.24293) 18283 : cluster 0 pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:24 smithi044 bash[32620]: cluster 2023-12-07T17:26:23.066298+0000 mgr.a (mgr.24293) 18283 : cluster 0 pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:24 smithi027 bash[31536]: cluster 2023-12-07T17:26:23.066298+0000 mgr.a (mgr.24293) 18283 : cluster 0 pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:26.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:26.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:26.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:26 smithi022 bash[28554]: cluster 2023-12-07T17:26:25.066898+0000 mgr.a (mgr.24293) 18284 : cluster 0 pgmap v13671: 33 pgs: 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:26.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:26 smithi044 bash[32620]: cluster 2023-12-07T17:26:25.066898+0000 mgr.a (mgr.24293) 18284 : cluster 0 pgmap v13671: 33 pgs: 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:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:26 smithi027 bash[31536]: cluster 2023-12-07T17:26:25.066898+0000 mgr.a (mgr.24293) 18284 : cluster 0 pgmap v13671: 33 pgs: 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:27.398 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:27.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:27.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:27.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:27.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:28 smithi022 bash[28554]: audit 2023-12-07T17:26:26.860706+0000 mgr.a (mgr.24293) 18285 : audit 0 from='client.362502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:28 smithi022 bash[28554]: cluster 2023-12-07T17:26:27.068382+0000 mgr.a (mgr.24293) 18286 : cluster 0 pgmap v13672: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:28 smithi044 bash[32620]: audit 2023-12-07T17:26:26.860706+0000 mgr.a (mgr.24293) 18285 : audit 0 from='client.362502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:28.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:28 smithi044 bash[32620]: cluster 2023-12-07T17:26:27.068382+0000 mgr.a (mgr.24293) 18286 : cluster 0 pgmap v13672: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:28 smithi027 bash[31536]: audit 2023-12-07T17:26:26.860706+0000 mgr.a (mgr.24293) 18285 : audit 0 from='client.362502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:28 smithi027 bash[31536]: cluster 2023-12-07T17:26:27.068382+0000 mgr.a (mgr.24293) 18286 : cluster 0 pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:30 smithi022 bash[28554]: cluster 2023-12-07T17:26:29.069077+0000 mgr.a (mgr.24293) 18287 : cluster 0 pgmap v13673: 33 pgs: 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:26:30.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:30 smithi044 bash[32620]: cluster 2023-12-07T17:26:29.069077+0000 mgr.a (mgr.24293) 18287 : cluster 0 pgmap v13673: 33 pgs: 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:26:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:30 smithi027 bash[31536]: cluster 2023-12-07T17:26:29.069077+0000 mgr.a (mgr.24293) 18287 : cluster 0 pgmap v13673: 33 pgs: 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:26:32.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:32.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:32.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:32 smithi022 bash[28554]: cluster 2023-12-07T17:26:31.069845+0000 mgr.a (mgr.24293) 18288 : cluster 0 pgmap v13674: 33 pgs: 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:26:32.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:32 smithi044 bash[32620]: cluster 2023-12-07T17:26:31.069845+0000 mgr.a (mgr.24293) 18288 : cluster 0 pgmap v13674: 33 pgs: 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:26:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:32 smithi027 bash[31536]: cluster 2023-12-07T17:26:31.069845+0000 mgr.a (mgr.24293) 18288 : cluster 0 pgmap v13674: 33 pgs: 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:26:33.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:33.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:33.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:33.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:33.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:33 smithi022 bash[28554]: audit 2023-12-07T17:26:32.816177+0000 mgr.a (mgr.24293) 18289 : audit 0 from='client.362577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:33 smithi044 bash[32620]: audit 2023-12-07T17:26:32.816177+0000 mgr.a (mgr.24293) 18289 : audit 0 from='client.362577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:33.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:33 smithi027 bash[31536]: audit 2023-12-07T17:26:32.816177+0000 mgr.a (mgr.24293) 18289 : audit 0 from='client.362577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:34 smithi022 bash[28554]: cluster 2023-12-07T17:26:33.070368+0000 mgr.a (mgr.24293) 18290 : cluster 0 pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:34 smithi044 bash[32620]: cluster 2023-12-07T17:26:33.070368+0000 mgr.a (mgr.24293) 18290 : cluster 0 pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:34 smithi027 bash[31536]: cluster 2023-12-07T17:26:33.070368+0000 mgr.a (mgr.24293) 18290 : cluster 0 pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:36 smithi022 bash[28554]: cluster 2023-12-07T17:26:35.071069+0000 mgr.a (mgr.24293) 18291 : cluster 0 pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:36 smithi022 bash[28554]: audit 2023-12-07T17:26:36.373791+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:36 smithi044 bash[32620]: cluster 2023-12-07T17:26:35.071069+0000 mgr.a (mgr.24293) 18291 : cluster 0 pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:36.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:36 smithi044 bash[32620]: audit 2023-12-07T17:26:36.373791+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:36.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:36 smithi027 bash[31536]: cluster 2023-12-07T17:26:35.071069+0000 mgr.a (mgr.24293) 18291 : cluster 0 pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:36.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:36 smithi027 bash[31536]: audit 2023-12-07T17:26:36.373791+0000 mon.a (mon.0) 2974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:37 smithi022 bash[28554]: audit 2023-12-07T17:26:37.159314+0000 mon.a (mon.0) 2975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:37 smithi022 bash[28554]: audit 2023-12-07T17:26:37.161291+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:37 smithi022 bash[28554]: audit 2023-12-07T17:26:37.170639+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:26:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:37 smithi044 bash[32620]: audit 2023-12-07T17:26:37.159314+0000 mon.a (mon.0) 2975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:37 smithi044 bash[32620]: audit 2023-12-07T17:26:37.161291+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:37 smithi044 bash[32620]: audit 2023-12-07T17:26:37.170639+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:26:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:37 smithi027 bash[31536]: audit 2023-12-07T17:26:37.159314+0000 mon.a (mon.0) 2975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:37 smithi027 bash[31536]: audit 2023-12-07T17:26:37.161291+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:37 smithi027 bash[31536]: audit 2023-12-07T17:26:37.170639+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:26:38.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:38.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:38.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:38 smithi022 bash[28554]: cluster 2023-12-07T17:26:37.071900+0000 mgr.a (mgr.24293) 18292 : cluster 0 pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:38.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:38 smithi044 bash[32620]: cluster 2023-12-07T17:26:37.071900+0000 mgr.a (mgr.24293) 18292 : cluster 0 pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:38 smithi027 bash[31536]: cluster 2023-12-07T17:26:37.071900+0000 mgr.a (mgr.24293) 18292 : cluster 0 pgmap v13677: 33 pgs: 33 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:39.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:39.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:39.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:39.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:39.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:39 smithi022 bash[28554]: audit 2023-12-07T17:26:38.767850+0000 mgr.a (mgr.24293) 18293 : audit 0 from='client.362652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:39 smithi044 bash[32620]: audit 2023-12-07T17:26:38.767850+0000 mgr.a (mgr.24293) 18293 : audit 0 from='client.362652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:39 smithi027 bash[31536]: audit 2023-12-07T17:26:38.767850+0000 mgr.a (mgr.24293) 18293 : audit 0 from='client.362652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:40 smithi022 bash[28554]: cluster 2023-12-07T17:26:39.072636+0000 mgr.a (mgr.24293) 18294 : cluster 0 pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:40 smithi044 bash[32620]: cluster 2023-12-07T17:26:39.072636+0000 mgr.a (mgr.24293) 18294 : cluster 0 pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:40 smithi027 bash[31536]: cluster 2023-12-07T17:26:39.072636+0000 mgr.a (mgr.24293) 18294 : cluster 0 pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:42 smithi022 bash[28554]: cluster 2023-12-07T17:26:41.073561+0000 mgr.a (mgr.24293) 18295 : cluster 0 pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:42 smithi044 bash[32620]: cluster 2023-12-07T17:26:41.073561+0000 mgr.a (mgr.24293) 18295 : cluster 0 pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:42 smithi027 bash[31536]: cluster 2023-12-07T17:26:41.073561+0000 mgr.a (mgr.24293) 18295 : cluster 0 pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:44.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:44.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:44.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:44 smithi022 bash[28554]: cluster 2023-12-07T17:26:43.074131+0000 mgr.a (mgr.24293) 18296 : cluster 0 pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:44 smithi044 bash[32620]: cluster 2023-12-07T17:26:43.074131+0000 mgr.a (mgr.24293) 18296 : cluster 0 pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:44 smithi027 bash[31536]: cluster 2023-12-07T17:26:43.074131+0000 mgr.a (mgr.24293) 18296 : cluster 0 pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:45.205 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:45.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:45.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:45.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:45.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:45 smithi022 bash[28554]: audit 2023-12-07T17:26:44.684487+0000 mgr.a (mgr.24293) 18297 : audit 0 from='client.362724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:45 smithi044 bash[32620]: audit 2023-12-07T17:26:44.684487+0000 mgr.a (mgr.24293) 18297 : audit 0 from='client.362724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:45 smithi027 bash[31536]: audit 2023-12-07T17:26:44.684487+0000 mgr.a (mgr.24293) 18297 : audit 0 from='client.362724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:46 smithi022 bash[28554]: cluster 2023-12-07T17:26:45.077031+0000 mgr.a (mgr.24293) 18298 : cluster 0 pgmap v13681: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:46 smithi044 bash[32620]: cluster 2023-12-07T17:26:45.077031+0000 mgr.a (mgr.24293) 18298 : cluster 0 pgmap v13681: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:46 smithi027 bash[31536]: cluster 2023-12-07T17:26:45.077031+0000 mgr.a (mgr.24293) 18298 : cluster 0 pgmap v13681: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:48 smithi022 bash[28554]: cluster 2023-12-07T17:26:47.077895+0000 mgr.a (mgr.24293) 18299 : cluster 0 pgmap v13682: 33 pgs: 33 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:48.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:48 smithi044 bash[32620]: cluster 2023-12-07T17:26:47.077895+0000 mgr.a (mgr.24293) 18299 : cluster 0 pgmap v13682: 33 pgs: 33 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:48.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:48 smithi027 bash[31536]: cluster 2023-12-07T17:26:47.077895+0000 mgr.a (mgr.24293) 18299 : cluster 0 pgmap v13682: 33 pgs: 33 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.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:50.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:50.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:50 smithi022 bash[28554]: cluster 2023-12-07T17:26:49.078448+0000 mgr.a (mgr.24293) 18300 : cluster 0 pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:50 smithi044 bash[32620]: cluster 2023-12-07T17:26:49.078448+0000 mgr.a (mgr.24293) 18300 : cluster 0 pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:50.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:50 smithi027 bash[31536]: cluster 2023-12-07T17:26:49.078448+0000 mgr.a (mgr.24293) 18300 : cluster 0 pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:51.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:51.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:51.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:51.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:51.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:51 smithi022 bash[28554]: audit 2023-12-07T17:26:50.611732+0000 mgr.a (mgr.24293) 18301 : audit 0 from='client.362802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:51 smithi044 bash[32620]: audit 2023-12-07T17:26:50.611732+0000 mgr.a (mgr.24293) 18301 : audit 0 from='client.362802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:51.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:51 smithi027 bash[31536]: audit 2023-12-07T17:26:50.611732+0000 mgr.a (mgr.24293) 18301 : audit 0 from='client.362802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:52 smithi022 bash[28554]: cluster 2023-12-07T17:26:51.079305+0000 mgr.a (mgr.24293) 18302 : cluster 0 pgmap v13684: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:52 smithi044 bash[32620]: cluster 2023-12-07T17:26:51.079305+0000 mgr.a (mgr.24293) 18302 : cluster 0 pgmap v13684: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:52 smithi027 bash[31536]: cluster 2023-12-07T17:26:51.079305+0000 mgr.a (mgr.24293) 18302 : cluster 0 pgmap v13684: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:54 smithi022 bash[28554]: cluster 2023-12-07T17:26:53.079956+0000 mgr.a (mgr.24293) 18303 : cluster 0 pgmap v13685: 33 pgs: 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:54.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:54 smithi044 bash[32620]: cluster 2023-12-07T17:26:53.079956+0000 mgr.a (mgr.24293) 18303 : cluster 0 pgmap v13685: 33 pgs: 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:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:54 smithi027 bash[31536]: cluster 2023-12-07T17:26:53.079956+0000 mgr.a (mgr.24293) 18303 : cluster 0 pgmap v13685: 33 pgs: 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:56.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:26:56.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:56.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:56 smithi022 bash[28554]: cluster 2023-12-07T17:26:55.080663+0000 mgr.a (mgr.24293) 18304 : cluster 0 pgmap v13686: 33 pgs: 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:56.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:56 smithi044 bash[32620]: cluster 2023-12-07T17:26:55.080663+0000 mgr.a (mgr.24293) 18304 : cluster 0 pgmap v13686: 33 pgs: 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:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:56 smithi027 bash[31536]: cluster 2023-12-07T17:26:55.080663+0000 mgr.a (mgr.24293) 18304 : cluster 0 pgmap v13686: 33 pgs: 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:57.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:26:57.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:57.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:57.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:57.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:26:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:57 smithi022 bash[28554]: audit 2023-12-07T17:26:56.563926+0000 mgr.a (mgr.24293) 18305 : audit 0 from='client.287513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:57.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:57 smithi044 bash[32620]: audit 2023-12-07T17:26:56.563926+0000 mgr.a (mgr.24293) 18305 : audit 0 from='client.287513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:57 smithi027 bash[31536]: audit 2023-12-07T17:26:56.563926+0000 mgr.a (mgr.24293) 18305 : audit 0 from='client.287513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:26:58 smithi022 bash[28554]: cluster 2023-12-07T17:26:57.081598+0000 mgr.a (mgr.24293) 18306 : cluster 0 pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:26:58 smithi044 bash[32620]: cluster 2023-12-07T17:26:57.081598+0000 mgr.a (mgr.24293) 18306 : cluster 0 pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:26:58 smithi027 bash[31536]: cluster 2023-12-07T17:26:57.081598+0000 mgr.a (mgr.24293) 18306 : cluster 0 pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:00 smithi022 bash[28554]: cluster 2023-12-07T17:26:59.082156+0000 mgr.a (mgr.24293) 18307 : cluster 0 pgmap v13688: 33 pgs: 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:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:00 smithi044 bash[32620]: cluster 2023-12-07T17:26:59.082156+0000 mgr.a (mgr.24293) 18307 : cluster 0 pgmap v13688: 33 pgs: 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:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:00 smithi027 bash[31536]: cluster 2023-12-07T17:26:59.082156+0000 mgr.a (mgr.24293) 18307 : cluster 0 pgmap v13688: 33 pgs: 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:02.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:02.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:02.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:02 smithi022 bash[28554]: cluster 2023-12-07T17:27:01.082890+0000 mgr.a (mgr.24293) 18308 : cluster 0 pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:02.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:02 smithi044 bash[32620]: cluster 2023-12-07T17:27:01.082890+0000 mgr.a (mgr.24293) 18308 : cluster 0 pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:02 smithi027 bash[31536]: cluster 2023-12-07T17:27:01.082890+0000 mgr.a (mgr.24293) 18308 : cluster 0 pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:03.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:03.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:03.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:03.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:03.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:03 smithi022 bash[28554]: audit 2023-12-07T17:27:02.512583+0000 mgr.a (mgr.24293) 18309 : audit 0 from='client.362952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:03 smithi044 bash[32620]: audit 2023-12-07T17:27:02.512583+0000 mgr.a (mgr.24293) 18309 : audit 0 from='client.362952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:03 smithi027 bash[31536]: audit 2023-12-07T17:27:02.512583+0000 mgr.a (mgr.24293) 18309 : audit 0 from='client.362952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:04 smithi022 bash[28554]: cluster 2023-12-07T17:27:03.083649+0000 mgr.a (mgr.24293) 18310 : cluster 0 pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:04.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:04 smithi044 bash[32620]: cluster 2023-12-07T17:27:03.083649+0000 mgr.a (mgr.24293) 18310 : cluster 0 pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:04 smithi027 bash[31536]: cluster 2023-12-07T17:27:03.083649+0000 mgr.a (mgr.24293) 18310 : cluster 0 pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:06 smithi022 bash[28554]: cluster 2023-12-07T17:27:05.084346+0000 mgr.a (mgr.24293) 18311 : cluster 0 pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:06 smithi044 bash[32620]: cluster 2023-12-07T17:27:05.084346+0000 mgr.a (mgr.24293) 18311 : cluster 0 pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:06.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:06 smithi027 bash[31536]: cluster 2023-12-07T17:27:05.084346+0000 mgr.a (mgr.24293) 18311 : cluster 0 pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:08.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:08.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:08.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:08 smithi022 bash[28554]: cluster 2023-12-07T17:27:07.085190+0000 mgr.a (mgr.24293) 18312 : cluster 0 pgmap v13692: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:08 smithi044 bash[32620]: cluster 2023-12-07T17:27:07.085190+0000 mgr.a (mgr.24293) 18312 : cluster 0 pgmap v13692: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:08 smithi027 bash[31536]: cluster 2023-12-07T17:27:07.085190+0000 mgr.a (mgr.24293) 18312 : cluster 0 pgmap v13692: 33 pgs: 33 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:09.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:09.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:09.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:09.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:09.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:09 smithi022 bash[28554]: audit 2023-12-07T17:27:08.464480+0000 mgr.a (mgr.24293) 18313 : audit 0 from='client.363030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:09 smithi044 bash[32620]: audit 2023-12-07T17:27:08.464480+0000 mgr.a (mgr.24293) 18313 : audit 0 from='client.363030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:09.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:09 smithi027 bash[31536]: audit 2023-12-07T17:27:08.464480+0000 mgr.a (mgr.24293) 18313 : audit 0 from='client.363030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:10 smithi022 bash[28554]: cluster 2023-12-07T17:27:09.085930+0000 mgr.a (mgr.24293) 18314 : cluster 0 pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:10.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:10 smithi044 bash[32620]: cluster 2023-12-07T17:27:09.085930+0000 mgr.a (mgr.24293) 18314 : cluster 0 pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:10 smithi027 bash[31536]: cluster 2023-12-07T17:27:09.085930+0000 mgr.a (mgr.24293) 18314 : cluster 0 pgmap v13693: 33 pgs: 33 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:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:12 smithi022 bash[28554]: cluster 2023-12-07T17:27:11.086784+0000 mgr.a (mgr.24293) 18315 : cluster 0 pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:12 smithi027 bash[31536]: cluster 2023-12-07T17:27:11.086784+0000 mgr.a (mgr.24293) 18315 : cluster 0 pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:12 smithi044 bash[32620]: cluster 2023-12-07T17:27:11.086784+0000 mgr.a (mgr.24293) 18315 : cluster 0 pgmap v13694: 33 pgs: 33 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:14.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:14.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:14.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:14.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:14 smithi027 bash[31536]: cluster 2023-12-07T17:27:13.087323+0000 mgr.a (mgr.24293) 18316 : cluster 0 pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:14.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:14.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:14.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:14.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:14.971 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:14 smithi022 bash[28554]: cluster 2023-12-07T17:27:13.087323+0000 mgr.a (mgr.24293) 18316 : cluster 0 pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:15.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:14 smithi044 bash[32620]: cluster 2023-12-07T17:27:13.087323+0000 mgr.a (mgr.24293) 18316 : cluster 0 pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:15 smithi027 bash[31536]: audit 2023-12-07T17:27:14.418166+0000 mgr.a (mgr.24293) 18317 : audit 0 from='client.363108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:16.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:15 smithi022 bash[28554]: audit 2023-12-07T17:27:14.418166+0000 mgr.a (mgr.24293) 18317 : audit 0 from='client.363108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:15 smithi044 bash[32620]: audit 2023-12-07T17:27:14.418166+0000 mgr.a (mgr.24293) 18317 : audit 0 from='client.363108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:16 smithi027 bash[31536]: cluster 2023-12-07T17:27:15.088057+0000 mgr.a (mgr.24293) 18318 : cluster 0 pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:16 smithi022 bash[28554]: cluster 2023-12-07T17:27:15.088057+0000 mgr.a (mgr.24293) 18318 : cluster 0 pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:16 smithi044 bash[32620]: cluster 2023-12-07T17:27:15.088057+0000 mgr.a (mgr.24293) 18318 : cluster 0 pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:18.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:18 smithi027 bash[31536]: cluster 2023-12-07T17:27:17.088878+0000 mgr.a (mgr.24293) 18319 : cluster 0 pgmap v13697: 33 pgs: 33 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:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:18 smithi022 bash[28554]: cluster 2023-12-07T17:27:17.088878+0000 mgr.a (mgr.24293) 18319 : cluster 0 pgmap v13697: 33 pgs: 33 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:19.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:18 smithi044 bash[32620]: cluster 2023-12-07T17:27:17.088878+0000 mgr.a (mgr.24293) 18319 : cluster 0 pgmap v13697: 33 pgs: 33 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:19.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:19.974 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:19.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:20.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:20.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:20.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:20.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:20.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:20 smithi027 bash[31536]: cluster 2023-12-07T17:27:19.089422+0000 mgr.a (mgr.24293) 18320 : cluster 0 pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:20 smithi022 bash[28554]: cluster 2023-12-07T17:27:19.089422+0000 mgr.a (mgr.24293) 18320 : cluster 0 pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:21.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:20 smithi044 bash[32620]: cluster 2023-12-07T17:27:19.089422+0000 mgr.a (mgr.24293) 18320 : cluster 0 pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:21 smithi022 bash[28554]: audit 2023-12-07T17:27:20.373570+0000 mgr.a (mgr.24293) 18321 : audit 0 from='client.363180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:21 smithi044 bash[32620]: audit 2023-12-07T17:27:20.373570+0000 mgr.a (mgr.24293) 18321 : audit 0 from='client.363180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:22.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:21 smithi027 bash[31536]: audit 2023-12-07T17:27:20.373570+0000 mgr.a (mgr.24293) 18321 : audit 0 from='client.363180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:22 smithi022 bash[28554]: cluster 2023-12-07T17:27:21.090454+0000 mgr.a (mgr.24293) 18322 : cluster 0 pgmap v13699: 33 pgs: 33 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:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:22 smithi044 bash[32620]: cluster 2023-12-07T17:27:21.090454+0000 mgr.a (mgr.24293) 18322 : cluster 0 pgmap v13699: 33 pgs: 33 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:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:22 smithi027 bash[31536]: cluster 2023-12-07T17:27:21.090454+0000 mgr.a (mgr.24293) 18322 : cluster 0 pgmap v13699: 33 pgs: 33 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:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:24 smithi022 bash[28554]: cluster 2023-12-07T17:27:23.091018+0000 mgr.a (mgr.24293) 18323 : cluster 0 pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:25.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:24 smithi044 bash[32620]: cluster 2023-12-07T17:27:23.091018+0000 mgr.a (mgr.24293) 18323 : cluster 0 pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:25.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:24 smithi027 bash[31536]: cluster 2023-12-07T17:27:23.091018+0000 mgr.a (mgr.24293) 18323 : cluster 0 pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:25.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:25.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:25.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:26.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:26.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:26.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:26.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:26.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:26 smithi022 bash[28554]: cluster 2023-12-07T17:27:25.091495+0000 mgr.a (mgr.24293) 18324 : cluster 0 pgmap v13701: 33 pgs: 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:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:26 smithi044 bash[32620]: cluster 2023-12-07T17:27:25.091495+0000 mgr.a (mgr.24293) 18324 : cluster 0 pgmap v13701: 33 pgs: 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:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:26 smithi027 bash[31536]: cluster 2023-12-07T17:27:25.091495+0000 mgr.a (mgr.24293) 18324 : cluster 0 pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:28.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:27 smithi022 bash[28554]: audit 2023-12-07T17:27:26.311671+0000 mgr.a (mgr.24293) 18325 : audit 0 from='client.363258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:27 smithi044 bash[32620]: audit 2023-12-07T17:27:26.311671+0000 mgr.a (mgr.24293) 18325 : audit 0 from='client.363258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:28.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:27 smithi027 bash[31536]: audit 2023-12-07T17:27:26.311671+0000 mgr.a (mgr.24293) 18325 : audit 0 from='client.363258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:28 smithi022 bash[28554]: cluster 2023-12-07T17:27:27.092553+0000 mgr.a (mgr.24293) 18326 : cluster 0 pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:29.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:28 smithi044 bash[32620]: cluster 2023-12-07T17:27:27.092553+0000 mgr.a (mgr.24293) 18326 : cluster 0 pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:28 smithi027 bash[31536]: cluster 2023-12-07T17:27:27.092553+0000 mgr.a (mgr.24293) 18326 : cluster 0 pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:30 smithi022 bash[28554]: cluster 2023-12-07T17:27:29.093137+0000 mgr.a (mgr.24293) 18327 : cluster 0 pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:31.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:30 smithi044 bash[32620]: cluster 2023-12-07T17:27:29.093137+0000 mgr.a (mgr.24293) 18327 : cluster 0 pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:31.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:30 smithi027 bash[31536]: cluster 2023-12-07T17:27:29.093137+0000 mgr.a (mgr.24293) 18327 : cluster 0 pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:31.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:31.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:31.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:32.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:32.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:32 smithi022 bash[28554]: cluster 2023-12-07T17:27:31.093912+0000 mgr.a (mgr.24293) 18328 : cluster 0 pgmap v13704: 33 pgs: 33 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:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:32 smithi044 bash[32620]: cluster 2023-12-07T17:27:31.093912+0000 mgr.a (mgr.24293) 18328 : cluster 0 pgmap v13704: 33 pgs: 33 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:33.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:32 smithi027 bash[31536]: cluster 2023-12-07T17:27:31.093912+0000 mgr.a (mgr.24293) 18328 : cluster 0 pgmap v13704: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:33 smithi022 bash[28554]: audit 2023-12-07T17:27:32.247126+0000 mgr.a (mgr.24293) 18329 : audit 0 from='client.363330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:33 smithi044 bash[32620]: audit 2023-12-07T17:27:32.247126+0000 mgr.a (mgr.24293) 18329 : audit 0 from='client.363330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:34.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:33 smithi027 bash[31536]: audit 2023-12-07T17:27:32.247126+0000 mgr.a (mgr.24293) 18329 : audit 0 from='client.363330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:34 smithi022 bash[28554]: cluster 2023-12-07T17:27:33.094575+0000 mgr.a (mgr.24293) 18330 : cluster 0 pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:34 smithi044 bash[32620]: cluster 2023-12-07T17:27:33.094575+0000 mgr.a (mgr.24293) 18330 : cluster 0 pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:35.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:34 smithi027 bash[31536]: cluster 2023-12-07T17:27:33.094575+0000 mgr.a (mgr.24293) 18330 : cluster 0 pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:36 smithi022 bash[28554]: cluster 2023-12-07T17:27:35.095134+0000 mgr.a (mgr.24293) 18331 : cluster 0 pgmap v13706: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:36 smithi044 bash[32620]: cluster 2023-12-07T17:27:35.095134+0000 mgr.a (mgr.24293) 18331 : cluster 0 pgmap v13706: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:36 smithi027 bash[31536]: cluster 2023-12-07T17:27:35.095134+0000 mgr.a (mgr.24293) 18331 : cluster 0 pgmap v13706: 33 pgs: 33 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.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:37.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:37.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:38.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:37 smithi044 bash[32620]: audit 2023-12-07T17:27:37.272709+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:38.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:37 smithi022 bash[28554]: audit 2023-12-07T17:27:37.272709+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:38.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:37 smithi027 bash[31536]: audit 2023-12-07T17:27:37.272709+0000 mon.a (mon.0) 2978 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:38.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:38.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:38.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:38.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:38.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:38 smithi022 bash[28554]: cluster 2023-12-07T17:27:37.095901+0000 mgr.a (mgr.24293) 18332 : cluster 0 pgmap v13707: 33 pgs: 33 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:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:38 smithi022 bash[28554]: audit 2023-12-07T17:27:38.068233+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:38 smithi022 bash[28554]: audit 2023-12-07T17:27:38.069829+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:38 smithi022 bash[28554]: audit 2023-12-07T17:27:38.078630+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:27:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:38 smithi044 bash[32620]: cluster 2023-12-07T17:27:37.095901+0000 mgr.a (mgr.24293) 18332 : cluster 0 pgmap v13707: 33 pgs: 33 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:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:38 smithi044 bash[32620]: audit 2023-12-07T17:27:38.068233+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:38 smithi044 bash[32620]: audit 2023-12-07T17:27:38.069829+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:38 smithi044 bash[32620]: audit 2023-12-07T17:27:38.078630+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:27:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:38 smithi027 bash[31536]: cluster 2023-12-07T17:27:37.095901+0000 mgr.a (mgr.24293) 18332 : cluster 0 pgmap v13707: 33 pgs: 33 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:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:38 smithi027 bash[31536]: audit 2023-12-07T17:27:38.068233+0000 mon.a (mon.0) 2979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:38 smithi027 bash[31536]: audit 2023-12-07T17:27:38.069829+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:38 smithi027 bash[31536]: audit 2023-12-07T17:27:38.078630+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:27:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:39 smithi022 bash[28554]: audit 2023-12-07T17:27:38.170058+0000 mgr.a (mgr.24293) 18333 : audit 0 from='client.363405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:39 smithi044 bash[32620]: audit 2023-12-07T17:27:38.170058+0000 mgr.a (mgr.24293) 18333 : audit 0 from='client.363405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:40.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:39 smithi027 bash[31536]: audit 2023-12-07T17:27:38.170058+0000 mgr.a (mgr.24293) 18333 : audit 0 from='client.363405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:40 smithi022 bash[28554]: cluster 2023-12-07T17:27:39.096703+0000 mgr.a (mgr.24293) 18334 : cluster 0 pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:40 smithi044 bash[32620]: cluster 2023-12-07T17:27:39.096703+0000 mgr.a (mgr.24293) 18334 : cluster 0 pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:41.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:40 smithi027 bash[31536]: cluster 2023-12-07T17:27:39.096703+0000 mgr.a (mgr.24293) 18334 : cluster 0 pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:42 smithi022 bash[28554]: cluster 2023-12-07T17:27:41.097725+0000 mgr.a (mgr.24293) 18335 : cluster 0 pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:42 smithi044 bash[32620]: cluster 2023-12-07T17:27:41.097725+0000 mgr.a (mgr.24293) 18335 : cluster 0 pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:43.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:42 smithi027 bash[31536]: cluster 2023-12-07T17:27:41.097725+0000 mgr.a (mgr.24293) 18335 : cluster 0 pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:43.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:43.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:43.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:44.647 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:44.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:44.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:44.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:44.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:44 smithi022 bash[28554]: cluster 2023-12-07T17:27:43.098347+0000 mgr.a (mgr.24293) 18336 : cluster 0 pgmap v13710: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:44 smithi044 bash[32620]: cluster 2023-12-07T17:27:43.098347+0000 mgr.a (mgr.24293) 18336 : cluster 0 pgmap v13710: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:44 smithi027 bash[31536]: cluster 2023-12-07T17:27:43.098347+0000 mgr.a (mgr.24293) 18336 : cluster 0 pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:46.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:45 smithi044 bash[32620]: audit 2023-12-07T17:27:44.116895+0000 mgr.a (mgr.24293) 18337 : audit 0 from='client.363483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:46.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:45 smithi022 bash[28554]: audit 2023-12-07T17:27:44.116895+0000 mgr.a (mgr.24293) 18337 : audit 0 from='client.363483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:46.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:45 smithi027 bash[31536]: audit 2023-12-07T17:27:44.116895+0000 mgr.a (mgr.24293) 18337 : audit 0 from='client.363483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:46 smithi022 bash[28554]: cluster 2023-12-07T17:27:45.099081+0000 mgr.a (mgr.24293) 18338 : cluster 0 pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:47.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:46 smithi044 bash[32620]: cluster 2023-12-07T17:27:45.099081+0000 mgr.a (mgr.24293) 18338 : cluster 0 pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:46 smithi027 bash[31536]: cluster 2023-12-07T17:27:45.099081+0000 mgr.a (mgr.24293) 18338 : cluster 0 pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:48 smithi022 bash[28554]: cluster 2023-12-07T17:27:47.099940+0000 mgr.a (mgr.24293) 18339 : cluster 0 pgmap v13712: 33 pgs: 33 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:49.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:48 smithi044 bash[32620]: cluster 2023-12-07T17:27:47.099940+0000 mgr.a (mgr.24293) 18339 : cluster 0 pgmap v13712: 33 pgs: 33 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:49.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:48 smithi027 bash[31536]: cluster 2023-12-07T17:27:47.099940+0000 mgr.a (mgr.24293) 18339 : cluster 0 pgmap v13712: 33 pgs: 33 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:49.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:49.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:49.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:50.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:50.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:50.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:50.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:50.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:50 smithi022 bash[28554]: cluster 2023-12-07T17:27:49.100503+0000 mgr.a (mgr.24293) 18340 : cluster 0 pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:50 smithi044 bash[32620]: cluster 2023-12-07T17:27:49.100503+0000 mgr.a (mgr.24293) 18340 : cluster 0 pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:50 smithi027 bash[31536]: cluster 2023-12-07T17:27:49.100503+0000 mgr.a (mgr.24293) 18340 : cluster 0 pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:52.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:51 smithi022 bash[28554]: audit 2023-12-07T17:27:50.063032+0000 mgr.a (mgr.24293) 18341 : audit 0 from='client.363558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:51 smithi044 bash[32620]: audit 2023-12-07T17:27:50.063032+0000 mgr.a (mgr.24293) 18341 : audit 0 from='client.363558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:52.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:51 smithi027 bash[31536]: audit 2023-12-07T17:27:50.063032+0000 mgr.a (mgr.24293) 18341 : audit 0 from='client.363558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:52 smithi022 bash[28554]: cluster 2023-12-07T17:27:51.101503+0000 mgr.a (mgr.24293) 18342 : cluster 0 pgmap v13714: 33 pgs: 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:27:53.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:52 smithi044 bash[32620]: cluster 2023-12-07T17:27:51.101503+0000 mgr.a (mgr.24293) 18342 : cluster 0 pgmap v13714: 33 pgs: 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:27:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:52 smithi027 bash[31536]: cluster 2023-12-07T17:27:51.101503+0000 mgr.a (mgr.24293) 18342 : cluster 0 pgmap v13714: 33 pgs: 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:27:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:54 smithi022 bash[28554]: cluster 2023-12-07T17:27:53.102085+0000 mgr.a (mgr.24293) 18343 : cluster 0 pgmap v13715: 33 pgs: 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:27:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:54 smithi044 bash[32620]: cluster 2023-12-07T17:27:53.102085+0000 mgr.a (mgr.24293) 18343 : cluster 0 pgmap v13715: 33 pgs: 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:27:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:54 smithi027 bash[31536]: cluster 2023-12-07T17:27:53.102085+0000 mgr.a (mgr.24293) 18343 : cluster 0 pgmap v13715: 33 pgs: 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:27:55.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:27:55.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:55.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:56.517 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:27:56.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:56.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:56.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:56.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:27:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:56 smithi022 bash[28554]: cluster 2023-12-07T17:27:55.102682+0000 mgr.a (mgr.24293) 18344 : cluster 0 pgmap v13716: 33 pgs: 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:27:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:56 smithi044 bash[32620]: cluster 2023-12-07T17:27:55.102682+0000 mgr.a (mgr.24293) 18344 : cluster 0 pgmap v13716: 33 pgs: 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:27:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:56 smithi027 bash[31536]: cluster 2023-12-07T17:27:55.102682+0000 mgr.a (mgr.24293) 18344 : cluster 0 pgmap v13716: 33 pgs: 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:27:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:57 smithi022 bash[28554]: audit 2023-12-07T17:27:55.991051+0000 mgr.a (mgr.24293) 18345 : audit 0 from='client.363633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:57 smithi044 bash[32620]: audit 2023-12-07T17:27:55.991051+0000 mgr.a (mgr.24293) 18345 : audit 0 from='client.363633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:58.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:57 smithi027 bash[31536]: audit 2023-12-07T17:27:55.991051+0000 mgr.a (mgr.24293) 18345 : audit 0 from='client.363633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:27:58 smithi022 bash[28554]: cluster 2023-12-07T17:27:57.103830+0000 mgr.a (mgr.24293) 18346 : cluster 0 pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:59.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:27:58 smithi044 bash[32620]: cluster 2023-12-07T17:27:57.103830+0000 mgr.a (mgr.24293) 18346 : cluster 0 pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:27:58 smithi027 bash[31536]: cluster 2023-12-07T17:27:57.103830+0000 mgr.a (mgr.24293) 18346 : cluster 0 pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:00 smithi022 bash[28554]: cluster 2023-12-07T17:27:59.104390+0000 mgr.a (mgr.24293) 18347 : cluster 0 pgmap v13718: 33 pgs: 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:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:00 smithi044 bash[32620]: cluster 2023-12-07T17:27:59.104390+0000 mgr.a (mgr.24293) 18347 : cluster 0 pgmap v13718: 33 pgs: 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:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:00 smithi027 bash[31536]: cluster 2023-12-07T17:27:59.104390+0000 mgr.a (mgr.24293) 18347 : cluster 0 pgmap v13718: 33 pgs: 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:01.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:01.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:01.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:02.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:02.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:02.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:02.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:02.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:02 smithi044 bash[32620]: cluster 2023-12-07T17:28:01.105158+0000 mgr.a (mgr.24293) 18348 : cluster 0 pgmap v13719: 33 pgs: 33 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:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:02 smithi022 bash[28554]: cluster 2023-12-07T17:28:01.105158+0000 mgr.a (mgr.24293) 18348 : cluster 0 pgmap v13719: 33 pgs: 33 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:03.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:02 smithi027 bash[31536]: cluster 2023-12-07T17:28:01.105158+0000 mgr.a (mgr.24293) 18348 : cluster 0 pgmap v13719: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:03 smithi022 bash[28554]: audit 2023-12-07T17:28:01.935223+0000 mgr.a (mgr.24293) 18349 : audit 0 from='client.363708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:03 smithi044 bash[32620]: audit 2023-12-07T17:28:01.935223+0000 mgr.a (mgr.24293) 18349 : audit 0 from='client.363708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:04.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:03 smithi027 bash[31536]: audit 2023-12-07T17:28:01.935223+0000 mgr.a (mgr.24293) 18349 : audit 0 from='client.363708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:04 smithi022 bash[28554]: cluster 2023-12-07T17:28:03.105853+0000 mgr.a (mgr.24293) 18350 : cluster 0 pgmap v13720: 33 pgs: 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:28:05.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:04 smithi044 bash[32620]: cluster 2023-12-07T17:28:03.105853+0000 mgr.a (mgr.24293) 18350 : cluster 0 pgmap v13720: 33 pgs: 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:28:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:04 smithi027 bash[31536]: cluster 2023-12-07T17:28:03.105853+0000 mgr.a (mgr.24293) 18350 : cluster 0 pgmap v13720: 33 pgs: 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:28:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:06 smithi022 bash[28554]: cluster 2023-12-07T17:28:05.106493+0000 mgr.a (mgr.24293) 18351 : cluster 0 pgmap v13721: 33 pgs: 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:28:07.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:06 smithi044 bash[32620]: cluster 2023-12-07T17:28:05.106493+0000 mgr.a (mgr.24293) 18351 : cluster 0 pgmap v13721: 33 pgs: 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:28:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:06 smithi027 bash[31536]: cluster 2023-12-07T17:28:05.106493+0000 mgr.a (mgr.24293) 18351 : cluster 0 pgmap v13721: 33 pgs: 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:28:07.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:07.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:07.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:08.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:08.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:08.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:08.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:08.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:08 smithi022 bash[28554]: cluster 2023-12-07T17:28:07.107340+0000 mgr.a (mgr.24293) 18352 : cluster 0 pgmap v13722: 33 pgs: 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:28:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:08 smithi022 bash[28554]: audit 2023-12-07T17:28:07.873420+0000 mgr.a (mgr.24293) 18353 : audit 0 from='client.363780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:08 smithi044 bash[32620]: cluster 2023-12-07T17:28:07.107340+0000 mgr.a (mgr.24293) 18352 : cluster 0 pgmap v13722: 33 pgs: 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:28:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:08 smithi044 bash[32620]: audit 2023-12-07T17:28:07.873420+0000 mgr.a (mgr.24293) 18353 : audit 0 from='client.363780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:09.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:08 smithi027 bash[31536]: cluster 2023-12-07T17:28:07.107340+0000 mgr.a (mgr.24293) 18352 : cluster 0 pgmap v13722: 33 pgs: 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:28:09.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:08 smithi027 bash[31536]: audit 2023-12-07T17:28:07.873420+0000 mgr.a (mgr.24293) 18353 : audit 0 from='client.363780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:10 smithi022 bash[28554]: cluster 2023-12-07T17:28:09.108105+0000 mgr.a (mgr.24293) 18354 : cluster 0 pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:11.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:10 smithi044 bash[32620]: cluster 2023-12-07T17:28:09.108105+0000 mgr.a (mgr.24293) 18354 : cluster 0 pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:10 smithi027 bash[31536]: cluster 2023-12-07T17:28:09.108105+0000 mgr.a (mgr.24293) 18354 : cluster 0 pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:12 smithi022 bash[28554]: cluster 2023-12-07T17:28:11.108967+0000 mgr.a (mgr.24293) 18355 : cluster 0 pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:12 smithi044 bash[32620]: cluster 2023-12-07T17:28:11.108967+0000 mgr.a (mgr.24293) 18355 : cluster 0 pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:12 smithi027 bash[31536]: cluster 2023-12-07T17:28:11.108967+0000 mgr.a (mgr.24293) 18355 : cluster 0 pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:13.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:13.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:13.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:14.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:14.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:14.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:14.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:14.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:14 smithi022 bash[28554]: cluster 2023-12-07T17:28:13.109550+0000 mgr.a (mgr.24293) 18356 : cluster 0 pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:14 smithi022 bash[28554]: audit 2023-12-07T17:28:13.819148+0000 mgr.a (mgr.24293) 18357 : audit 0 from='client.363855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:14 smithi044 bash[32620]: cluster 2023-12-07T17:28:13.109550+0000 mgr.a (mgr.24293) 18356 : cluster 0 pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:14 smithi044 bash[32620]: audit 2023-12-07T17:28:13.819148+0000 mgr.a (mgr.24293) 18357 : audit 0 from='client.363855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:14 smithi027 bash[31536]: cluster 2023-12-07T17:28:13.109550+0000 mgr.a (mgr.24293) 18356 : cluster 0 pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:14 smithi027 bash[31536]: audit 2023-12-07T17:28:13.819148+0000 mgr.a (mgr.24293) 18357 : audit 0 from='client.363855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:16 smithi022 bash[28554]: cluster 2023-12-07T17:28:15.110341+0000 mgr.a (mgr.24293) 18358 : cluster 0 pgmap v13726: 33 pgs: 33 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:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:16 smithi044 bash[32620]: cluster 2023-12-07T17:28:15.110341+0000 mgr.a (mgr.24293) 18358 : cluster 0 pgmap v13726: 33 pgs: 33 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:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:16 smithi027 bash[31536]: cluster 2023-12-07T17:28:15.110341+0000 mgr.a (mgr.24293) 18358 : cluster 0 pgmap v13726: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:18 smithi022 bash[28554]: cluster 2023-12-07T17:28:17.111249+0000 mgr.a (mgr.24293) 18359 : cluster 0 pgmap v13727: 33 pgs: 33 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:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:18 smithi044 bash[32620]: cluster 2023-12-07T17:28:17.111249+0000 mgr.a (mgr.24293) 18359 : cluster 0 pgmap v13727: 33 pgs: 33 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:19.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:18 smithi027 bash[31536]: cluster 2023-12-07T17:28:17.111249+0000 mgr.a (mgr.24293) 18359 : cluster 0 pgmap v13727: 33 pgs: 33 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:19.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:19.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:19.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:20.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:20.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:20.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:20.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:20.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:20 smithi022 bash[28554]: cluster 2023-12-07T17:28:19.111839+0000 mgr.a (mgr.24293) 18360 : cluster 0 pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:20 smithi022 bash[28554]: audit 2023-12-07T17:28:19.740806+0000 mgr.a (mgr.24293) 18361 : audit 0 from='client.363933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:20 smithi044 bash[32620]: cluster 2023-12-07T17:28:19.111839+0000 mgr.a (mgr.24293) 18360 : cluster 0 pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:20 smithi044 bash[32620]: audit 2023-12-07T17:28:19.740806+0000 mgr.a (mgr.24293) 18361 : audit 0 from='client.363933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:21.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:20 smithi027 bash[31536]: cluster 2023-12-07T17:28:19.111839+0000 mgr.a (mgr.24293) 18360 : cluster 0 pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:20 smithi027 bash[31536]: audit 2023-12-07T17:28:19.740806+0000 mgr.a (mgr.24293) 18361 : audit 0 from='client.363933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:22 smithi022 bash[28554]: cluster 2023-12-07T17:28:21.112943+0000 mgr.a (mgr.24293) 18362 : cluster 0 pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:23.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:22 smithi044 bash[32620]: cluster 2023-12-07T17:28:21.112943+0000 mgr.a (mgr.24293) 18362 : cluster 0 pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:22 smithi027 bash[31536]: cluster 2023-12-07T17:28:21.112943+0000 mgr.a (mgr.24293) 18362 : cluster 0 pgmap v13729: 33 pgs: 33 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:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:24 smithi022 bash[28554]: cluster 2023-12-07T17:28:23.113561+0000 mgr.a (mgr.24293) 18363 : cluster 0 pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:24 smithi044 bash[32620]: cluster 2023-12-07T17:28:23.113561+0000 mgr.a (mgr.24293) 18363 : cluster 0 pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:25.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:24 smithi027 bash[31536]: cluster 2023-12-07T17:28:23.113561+0000 mgr.a (mgr.24293) 18363 : cluster 0 pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:25.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:25.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:25.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:26.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:26.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:26.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:26.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:26.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:26 smithi022 bash[28554]: cluster 2023-12-07T17:28:25.114170+0000 mgr.a (mgr.24293) 18364 : cluster 0 pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:27.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:26 smithi022 bash[28554]: audit 2023-12-07T17:28:25.663178+0000 mgr.a (mgr.24293) 18365 : audit 0 from='client.364008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:27.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:26 smithi044 bash[32620]: cluster 2023-12-07T17:28:25.114170+0000 mgr.a (mgr.24293) 18364 : cluster 0 pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:27.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:26 smithi044 bash[32620]: audit 2023-12-07T17:28:25.663178+0000 mgr.a (mgr.24293) 18365 : audit 0 from='client.364008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:26 smithi027 bash[31536]: cluster 2023-12-07T17:28:25.114170+0000 mgr.a (mgr.24293) 18364 : cluster 0 pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:26 smithi027 bash[31536]: audit 2023-12-07T17:28:25.663178+0000 mgr.a (mgr.24293) 18365 : audit 0 from='client.364008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:28 smithi022 bash[28554]: cluster 2023-12-07T17:28:27.115266+0000 mgr.a (mgr.24293) 18366 : cluster 0 pgmap v13732: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:28 smithi044 bash[32620]: cluster 2023-12-07T17:28:27.115266+0000 mgr.a (mgr.24293) 18366 : cluster 0 pgmap v13732: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:28 smithi027 bash[31536]: cluster 2023-12-07T17:28:27.115266+0000 mgr.a (mgr.24293) 18366 : cluster 0 pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:29 smithi022 bash[28554]: cluster 2023-12-07T17:28:29.115897+0000 mgr.a (mgr.24293) 18367 : cluster 0 pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:29 smithi044 bash[32620]: cluster 2023-12-07T17:28:29.115897+0000 mgr.a (mgr.24293) 18367 : cluster 0 pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:29 smithi027 bash[31536]: cluster 2023-12-07T17:28:29.115897+0000 mgr.a (mgr.24293) 18367 : cluster 0 pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:31.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:31.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:31.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:32.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:32.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:32.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:32.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:32.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:32 smithi022 bash[28554]: cluster 2023-12-07T17:28:31.116618+0000 mgr.a (mgr.24293) 18368 : cluster 0 pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:32.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:32 smithi022 bash[28554]: audit 2023-12-07T17:28:31.630157+0000 mgr.a (mgr.24293) 18369 : audit 0 from='client.364083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:32.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:32 smithi044 bash[32620]: cluster 2023-12-07T17:28:31.116618+0000 mgr.a (mgr.24293) 18368 : cluster 0 pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:32.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:32 smithi044 bash[32620]: audit 2023-12-07T17:28:31.630157+0000 mgr.a (mgr.24293) 18369 : audit 0 from='client.364083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:32 smithi027 bash[31536]: cluster 2023-12-07T17:28:31.116618+0000 mgr.a (mgr.24293) 18368 : cluster 0 pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:32.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:32 smithi027 bash[31536]: audit 2023-12-07T17:28:31.630157+0000 mgr.a (mgr.24293) 18369 : audit 0 from='client.364083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:34 smithi022 bash[28554]: cluster 2023-12-07T17:28:33.117332+0000 mgr.a (mgr.24293) 18370 : cluster 0 pgmap v13735: 33 pgs: 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:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:34 smithi044 bash[32620]: cluster 2023-12-07T17:28:33.117332+0000 mgr.a (mgr.24293) 18370 : cluster 0 pgmap v13735: 33 pgs: 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:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:34 smithi027 bash[31536]: cluster 2023-12-07T17:28:33.117332+0000 mgr.a (mgr.24293) 18370 : cluster 0 pgmap v13735: 33 pgs: 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:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:36 smithi022 bash[28554]: cluster 2023-12-07T17:28:35.117921+0000 mgr.a (mgr.24293) 18371 : cluster 0 pgmap v13736: 33 pgs: 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:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:36 smithi044 bash[32620]: cluster 2023-12-07T17:28:35.117921+0000 mgr.a (mgr.24293) 18371 : cluster 0 pgmap v13736: 33 pgs: 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:36.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:36 smithi027 bash[31536]: cluster 2023-12-07T17:28:35.117921+0000 mgr.a (mgr.24293) 18371 : cluster 0 pgmap v13736: 33 pgs: 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:37.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:37.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:37.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:38.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:38.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:38.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:38.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:38.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:38 smithi022 bash[28554]: cluster 2023-12-07T17:28:37.118765+0000 mgr.a (mgr.24293) 18372 : cluster 0 pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:38 smithi022 bash[28554]: audit 2023-12-07T17:28:37.564359+0000 mgr.a (mgr.24293) 18373 : audit 0 from='client.364158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:38 smithi022 bash[28554]: audit 2023-12-07T17:28:38.188071+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:38 smithi044 bash[32620]: cluster 2023-12-07T17:28:37.118765+0000 mgr.a (mgr.24293) 18372 : cluster 0 pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:38 smithi044 bash[32620]: audit 2023-12-07T17:28:37.564359+0000 mgr.a (mgr.24293) 18373 : audit 0 from='client.364158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:38 smithi044 bash[32620]: audit 2023-12-07T17:28:38.188071+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:38 smithi027 bash[31536]: cluster 2023-12-07T17:28:37.118765+0000 mgr.a (mgr.24293) 18372 : cluster 0 pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:38 smithi027 bash[31536]: audit 2023-12-07T17:28:37.564359+0000 mgr.a (mgr.24293) 18373 : audit 0 from='client.364158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:38 smithi027 bash[31536]: audit 2023-12-07T17:28:38.188071+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:39 smithi022 bash[28554]: audit 2023-12-07T17:28:38.986054+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:39 smithi022 bash[28554]: audit 2023-12-07T17:28:38.987981+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:39 smithi022 bash[28554]: audit 2023-12-07T17:28:38.998128+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:28:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:39 smithi044 bash[32620]: audit 2023-12-07T17:28:38.986054+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:39 smithi044 bash[32620]: audit 2023-12-07T17:28:38.987981+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:39 smithi044 bash[32620]: audit 2023-12-07T17:28:38.998128+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:28:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:39 smithi027 bash[31536]: audit 2023-12-07T17:28:38.986054+0000 mon.a (mon.0) 2983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:39 smithi027 bash[31536]: audit 2023-12-07T17:28:38.987981+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:39 smithi027 bash[31536]: audit 2023-12-07T17:28:38.998128+0000 mon.a (mon.0) 2985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:28:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:40 smithi022 bash[28554]: cluster 2023-12-07T17:28:39.119440+0000 mgr.a (mgr.24293) 18374 : cluster 0 pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:40.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:40 smithi044 bash[32620]: cluster 2023-12-07T17:28:39.119440+0000 mgr.a (mgr.24293) 18374 : cluster 0 pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:40 smithi027 bash[31536]: cluster 2023-12-07T17:28:39.119440+0000 mgr.a (mgr.24293) 18374 : cluster 0 pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:42 smithi022 bash[28554]: cluster 2023-12-07T17:28:41.120235+0000 mgr.a (mgr.24293) 18375 : cluster 0 pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:42.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:42 smithi044 bash[32620]: cluster 2023-12-07T17:28:41.120235+0000 mgr.a (mgr.24293) 18375 : cluster 0 pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:42 smithi027 bash[31536]: cluster 2023-12-07T17:28:41.120235+0000 mgr.a (mgr.24293) 18375 : cluster 0 pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:43.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:43.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:43.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:44.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:44.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:44.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:44.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:44.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:44 smithi022 bash[28554]: cluster 2023-12-07T17:28:43.120818+0000 mgr.a (mgr.24293) 18376 : cluster 0 pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:44 smithi022 bash[28554]: audit 2023-12-07T17:28:43.500479+0000 mgr.a (mgr.24293) 18377 : audit 0 from='client.364233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:44 smithi044 bash[32620]: cluster 2023-12-07T17:28:43.120818+0000 mgr.a (mgr.24293) 18376 : cluster 0 pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:44 smithi044 bash[32620]: audit 2023-12-07T17:28:43.500479+0000 mgr.a (mgr.24293) 18377 : audit 0 from='client.364233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:44 smithi027 bash[31536]: cluster 2023-12-07T17:28:43.120818+0000 mgr.a (mgr.24293) 18376 : cluster 0 pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:44 smithi027 bash[31536]: audit 2023-12-07T17:28:43.500479+0000 mgr.a (mgr.24293) 18377 : audit 0 from='client.364233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:46 smithi022 bash[28554]: cluster 2023-12-07T17:28:45.121723+0000 mgr.a (mgr.24293) 18378 : cluster 0 pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:46 smithi044 bash[32620]: cluster 2023-12-07T17:28:45.121723+0000 mgr.a (mgr.24293) 18378 : cluster 0 pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:46 smithi027 bash[31536]: cluster 2023-12-07T17:28:45.121723+0000 mgr.a (mgr.24293) 18378 : cluster 0 pgmap v13741: 33 pgs: 33 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:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:48 smithi022 bash[28554]: cluster 2023-12-07T17:28:47.122615+0000 mgr.a (mgr.24293) 18379 : cluster 0 pgmap v13742: 33 pgs: 33 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:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:48 smithi044 bash[32620]: cluster 2023-12-07T17:28:47.122615+0000 mgr.a (mgr.24293) 18379 : cluster 0 pgmap v13742: 33 pgs: 33 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:48.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:48 smithi027 bash[31536]: cluster 2023-12-07T17:28:47.122615+0000 mgr.a (mgr.24293) 18379 : cluster 0 pgmap v13742: 33 pgs: 33 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:49.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:49.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:49.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:49.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:49.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:49.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:49.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:49.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:50 smithi022 bash[28554]: cluster 2023-12-07T17:28:49.123125+0000 mgr.a (mgr.24293) 18380 : cluster 0 pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:50 smithi022 bash[28554]: audit 2023-12-07T17:28:49.451449+0000 mgr.a (mgr.24293) 18381 : audit 0 from='client.364308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:50 smithi044 bash[32620]: cluster 2023-12-07T17:28:49.123125+0000 mgr.a (mgr.24293) 18380 : cluster 0 pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:50 smithi044 bash[32620]: audit 2023-12-07T17:28:49.451449+0000 mgr.a (mgr.24293) 18381 : audit 0 from='client.364308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:50.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:50 smithi027 bash[31536]: cluster 2023-12-07T17:28:49.123125+0000 mgr.a (mgr.24293) 18380 : cluster 0 pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:50.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:50 smithi027 bash[31536]: audit 2023-12-07T17:28:49.451449+0000 mgr.a (mgr.24293) 18381 : audit 0 from='client.364308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:52.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:52 smithi022 bash[28554]: cluster 2023-12-07T17:28:51.124094+0000 mgr.a (mgr.24293) 18382 : cluster 0 pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:52 smithi044 bash[32620]: cluster 2023-12-07T17:28:51.124094+0000 mgr.a (mgr.24293) 18382 : cluster 0 pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:52 smithi027 bash[31536]: cluster 2023-12-07T17:28:51.124094+0000 mgr.a (mgr.24293) 18382 : cluster 0 pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:54 smithi022 bash[28554]: cluster 2023-12-07T17:28:53.124664+0000 mgr.a (mgr.24293) 18383 : cluster 0 pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:54 smithi044 bash[32620]: cluster 2023-12-07T17:28:53.124664+0000 mgr.a (mgr.24293) 18383 : cluster 0 pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:54 smithi027 bash[31536]: cluster 2023-12-07T17:28:53.124664+0000 mgr.a (mgr.24293) 18383 : cluster 0 pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:54.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:28:54.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:54.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:55.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:55.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:55.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:55.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:28:55.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:28:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:56 smithi022 bash[28554]: cluster 2023-12-07T17:28:55.125205+0000 mgr.a (mgr.24293) 18384 : cluster 0 pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:56 smithi022 bash[28554]: audit 2023-12-07T17:28:55.411635+0000 mgr.a (mgr.24293) 18385 : audit 0 from='client.364383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:56 smithi044 bash[32620]: cluster 2023-12-07T17:28:55.125205+0000 mgr.a (mgr.24293) 18384 : cluster 0 pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:56 smithi044 bash[32620]: audit 2023-12-07T17:28:55.411635+0000 mgr.a (mgr.24293) 18385 : audit 0 from='client.364383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:56 smithi027 bash[31536]: cluster 2023-12-07T17:28:55.125205+0000 mgr.a (mgr.24293) 18384 : cluster 0 pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:56 smithi027 bash[31536]: audit 2023-12-07T17:28:55.411635+0000 mgr.a (mgr.24293) 18385 : audit 0 from='client.364383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:28:58 smithi022 bash[28554]: cluster 2023-12-07T17:28:57.126216+0000 mgr.a (mgr.24293) 18386 : cluster 0 pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:58.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:28:58 smithi044 bash[32620]: cluster 2023-12-07T17:28:57.126216+0000 mgr.a (mgr.24293) 18386 : cluster 0 pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:28:58 smithi027 bash[31536]: cluster 2023-12-07T17:28:57.126216+0000 mgr.a (mgr.24293) 18386 : cluster 0 pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:00 smithi022 bash[28554]: cluster 2023-12-07T17:28:59.126846+0000 mgr.a (mgr.24293) 18387 : cluster 0 pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:00 smithi044 bash[32620]: cluster 2023-12-07T17:28:59.126846+0000 mgr.a (mgr.24293) 18387 : cluster 0 pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:00.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:00.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:00.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:00 smithi027 bash[31536]: cluster 2023-12-07T17:28:59.126846+0000 mgr.a (mgr.24293) 18387 : cluster 0 pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:01.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:01.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:01.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:01.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:01.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:02 smithi022 bash[28554]: cluster 2023-12-07T17:29:01.127599+0000 mgr.a (mgr.24293) 18388 : cluster 0 pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:02 smithi022 bash[28554]: audit 2023-12-07T17:29:01.359171+0000 mgr.a (mgr.24293) 18389 : audit 0 from='client.364455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:02.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:02 smithi044 bash[32620]: cluster 2023-12-07T17:29:01.127599+0000 mgr.a (mgr.24293) 18388 : cluster 0 pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:02 smithi044 bash[32620]: audit 2023-12-07T17:29:01.359171+0000 mgr.a (mgr.24293) 18389 : audit 0 from='client.364455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:02 smithi027 bash[31536]: cluster 2023-12-07T17:29:01.127599+0000 mgr.a (mgr.24293) 18388 : cluster 0 pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:02 smithi027 bash[31536]: audit 2023-12-07T17:29:01.359171+0000 mgr.a (mgr.24293) 18389 : audit 0 from='client.364455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:04 smithi022 bash[28554]: cluster 2023-12-07T17:29:03.128194+0000 mgr.a (mgr.24293) 18390 : cluster 0 pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:04 smithi044 bash[32620]: cluster 2023-12-07T17:29:03.128194+0000 mgr.a (mgr.24293) 18390 : cluster 0 pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:04 smithi027 bash[31536]: cluster 2023-12-07T17:29:03.128194+0000 mgr.a (mgr.24293) 18390 : cluster 0 pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:06.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:06.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:06.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:06 smithi022 bash[28554]: cluster 2023-12-07T17:29:05.128722+0000 mgr.a (mgr.24293) 18391 : cluster 0 pgmap v13751: 33 pgs: 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:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:06 smithi044 bash[32620]: cluster 2023-12-07T17:29:05.128722+0000 mgr.a (mgr.24293) 18391 : cluster 0 pgmap v13751: 33 pgs: 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:06.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:06 smithi027 bash[31536]: cluster 2023-12-07T17:29:05.128722+0000 mgr.a (mgr.24293) 18391 : cluster 0 pgmap v13751: 33 pgs: 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:07.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:07.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:07.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:07.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:07.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:08 smithi022 bash[28554]: cluster 2023-12-07T17:29:07.129426+0000 mgr.a (mgr.24293) 18392 : cluster 0 pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:08 smithi022 bash[28554]: audit 2023-12-07T17:29:07.296699+0000 mgr.a (mgr.24293) 18393 : audit 0 from='client.364527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:08 smithi044 bash[32620]: cluster 2023-12-07T17:29:07.129426+0000 mgr.a (mgr.24293) 18392 : cluster 0 pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:08 smithi044 bash[32620]: audit 2023-12-07T17:29:07.296699+0000 mgr.a (mgr.24293) 18393 : audit 0 from='client.364527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:08.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:08 smithi027 bash[31536]: cluster 2023-12-07T17:29:07.129426+0000 mgr.a (mgr.24293) 18392 : cluster 0 pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:08 smithi027 bash[31536]: audit 2023-12-07T17:29:07.296699+0000 mgr.a (mgr.24293) 18393 : audit 0 from='client.364527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:10 smithi022 bash[28554]: cluster 2023-12-07T17:29:09.130084+0000 mgr.a (mgr.24293) 18394 : cluster 0 pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:10 smithi044 bash[32620]: cluster 2023-12-07T17:29:09.130084+0000 mgr.a (mgr.24293) 18394 : cluster 0 pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:10 smithi027 bash[31536]: cluster 2023-12-07T17:29:09.130084+0000 mgr.a (mgr.24293) 18394 : cluster 0 pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:12.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:12.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:12 smithi022 bash[28554]: cluster 2023-12-07T17:29:11.130936+0000 mgr.a (mgr.24293) 18395 : cluster 0 pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:12 smithi044 bash[32620]: cluster 2023-12-07T17:29:11.130936+0000 mgr.a (mgr.24293) 18395 : cluster 0 pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:12.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:12 smithi027 bash[31536]: cluster 2023-12-07T17:29:11.130936+0000 mgr.a (mgr.24293) 18395 : cluster 0 pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:13.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:13.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:13.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:13.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:13.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:14 smithi022 bash[28554]: cluster 2023-12-07T17:29:13.131660+0000 mgr.a (mgr.24293) 18396 : cluster 0 pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:14 smithi022 bash[28554]: audit 2023-12-07T17:29:13.258097+0000 mgr.a (mgr.24293) 18397 : audit 0 from='client.364602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:14 smithi044 bash[32620]: cluster 2023-12-07T17:29:13.131660+0000 mgr.a (mgr.24293) 18396 : cluster 0 pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:14 smithi044 bash[32620]: audit 2023-12-07T17:29:13.258097+0000 mgr.a (mgr.24293) 18397 : audit 0 from='client.364602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:14.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:14 smithi027 bash[31536]: cluster 2023-12-07T17:29:13.131660+0000 mgr.a (mgr.24293) 18396 : cluster 0 pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:14.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:14 smithi027 bash[31536]: audit 2023-12-07T17:29:13.258097+0000 mgr.a (mgr.24293) 18397 : audit 0 from='client.364602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:16 smithi044 bash[32620]: cluster 2023-12-07T17:29:15.132371+0000 mgr.a (mgr.24293) 18398 : cluster 0 pgmap v13756: 33 pgs: 33 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:16.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:16 smithi022 bash[28554]: cluster 2023-12-07T17:29:15.132371+0000 mgr.a (mgr.24293) 18398 : cluster 0 pgmap v13756: 33 pgs: 33 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:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:16 smithi027 bash[31536]: cluster 2023-12-07T17:29:15.132371+0000 mgr.a (mgr.24293) 18398 : cluster 0 pgmap v13756: 33 pgs: 33 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.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:18.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:18.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:18 smithi022 bash[28554]: cluster 2023-12-07T17:29:17.133335+0000 mgr.a (mgr.24293) 18399 : cluster 0 pgmap v13757: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:18 smithi044 bash[32620]: cluster 2023-12-07T17:29:17.133335+0000 mgr.a (mgr.24293) 18399 : cluster 0 pgmap v13757: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:18 smithi027 bash[31536]: cluster 2023-12-07T17:29:17.133335+0000 mgr.a (mgr.24293) 18399 : cluster 0 pgmap v13757: 33 pgs: 33 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:19.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:20 smithi022 bash[28554]: cluster 2023-12-07T17:29:19.133926+0000 mgr.a (mgr.24293) 18400 : cluster 0 pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:20 smithi022 bash[28554]: audit 2023-12-07T17:29:19.207162+0000 mgr.a (mgr.24293) 18401 : audit 0 from='client.364680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:20 smithi044 bash[32620]: cluster 2023-12-07T17:29:19.133926+0000 mgr.a (mgr.24293) 18400 : cluster 0 pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:20.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:20 smithi044 bash[32620]: audit 2023-12-07T17:29:19.207162+0000 mgr.a (mgr.24293) 18401 : audit 0 from='client.364680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:20 smithi027 bash[31536]: cluster 2023-12-07T17:29:19.133926+0000 mgr.a (mgr.24293) 18400 : cluster 0 pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:20.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:20 smithi027 bash[31536]: audit 2023-12-07T17:29:19.207162+0000 mgr.a (mgr.24293) 18401 : audit 0 from='client.364680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:22 smithi022 bash[28554]: cluster 2023-12-07T17:29:21.134777+0000 mgr.a (mgr.24293) 18402 : cluster 0 pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:22 smithi044 bash[32620]: cluster 2023-12-07T17:29:21.134777+0000 mgr.a (mgr.24293) 18402 : cluster 0 pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:22 smithi027 bash[31536]: cluster 2023-12-07T17:29:21.134777+0000 mgr.a (mgr.24293) 18402 : cluster 0 pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:24.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:24.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:24.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:24 smithi022 bash[28554]: cluster 2023-12-07T17:29:23.135323+0000 mgr.a (mgr.24293) 18403 : cluster 0 pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:24 smithi044 bash[32620]: cluster 2023-12-07T17:29:23.135323+0000 mgr.a (mgr.24293) 18403 : cluster 0 pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:24 smithi027 bash[31536]: cluster 2023-12-07T17:29:23.135323+0000 mgr.a (mgr.24293) 18403 : cluster 0 pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:25.681 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:25.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:25.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:25.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:25.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:26 smithi022 bash[28554]: cluster 2023-12-07T17:29:25.135738+0000 mgr.a (mgr.24293) 18404 : cluster 0 pgmap v13761: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:26 smithi022 bash[28554]: audit 2023-12-07T17:29:25.156058+0000 mgr.a (mgr.24293) 18405 : audit 0 from='client.364758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:26 smithi044 bash[32620]: cluster 2023-12-07T17:29:25.135738+0000 mgr.a (mgr.24293) 18404 : cluster 0 pgmap v13761: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:26 smithi044 bash[32620]: audit 2023-12-07T17:29:25.156058+0000 mgr.a (mgr.24293) 18405 : audit 0 from='client.364758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:26 smithi027 bash[31536]: cluster 2023-12-07T17:29:25.135738+0000 mgr.a (mgr.24293) 18404 : cluster 0 pgmap v13761: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:26 smithi027 bash[31536]: audit 2023-12-07T17:29:25.156058+0000 mgr.a (mgr.24293) 18405 : audit 0 from='client.364758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:28 smithi022 bash[28554]: cluster 2023-12-07T17:29:27.136687+0000 mgr.a (mgr.24293) 18406 : cluster 0 pgmap v13762: 33 pgs: 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:29:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:28 smithi044 bash[32620]: cluster 2023-12-07T17:29:27.136687+0000 mgr.a (mgr.24293) 18406 : cluster 0 pgmap v13762: 33 pgs: 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:29:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:28 smithi027 bash[31536]: cluster 2023-12-07T17:29:27.136687+0000 mgr.a (mgr.24293) 18406 : cluster 0 pgmap v13762: 33 pgs: 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:29:30.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:30.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:30.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:30 smithi022 bash[28554]: cluster 2023-12-07T17:29:29.137287+0000 mgr.a (mgr.24293) 18407 : cluster 0 pgmap v13763: 33 pgs: 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:29:30.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:30 smithi044 bash[32620]: cluster 2023-12-07T17:29:29.137287+0000 mgr.a (mgr.24293) 18407 : cluster 0 pgmap v13763: 33 pgs: 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:29:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:30 smithi027 bash[31536]: cluster 2023-12-07T17:29:29.137287+0000 mgr.a (mgr.24293) 18407 : cluster 0 pgmap v13763: 33 pgs: 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:29:31.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:31.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:31.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:31.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:31.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:32 smithi022 bash[28554]: audit 2023-12-07T17:29:31.092531+0000 mgr.a (mgr.24293) 18408 : audit 0 from='client.364836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:32.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:32 smithi022 bash[28554]: cluster 2023-12-07T17:29:31.138400+0000 mgr.a (mgr.24293) 18409 : cluster 0 pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:32 smithi044 bash[32620]: audit 2023-12-07T17:29:31.092531+0000 mgr.a (mgr.24293) 18408 : audit 0 from='client.364836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:32 smithi044 bash[32620]: cluster 2023-12-07T17:29:31.138400+0000 mgr.a (mgr.24293) 18409 : cluster 0 pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:32 smithi027 bash[31536]: audit 2023-12-07T17:29:31.092531+0000 mgr.a (mgr.24293) 18408 : audit 0 from='client.364836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:32.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:32 smithi027 bash[31536]: cluster 2023-12-07T17:29:31.138400+0000 mgr.a (mgr.24293) 18409 : cluster 0 pgmap v13764: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:34 smithi022 bash[28554]: cluster 2023-12-07T17:29:33.139078+0000 mgr.a (mgr.24293) 18410 : cluster 0 pgmap v13765: 33 pgs: 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:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:34 smithi044 bash[32620]: cluster 2023-12-07T17:29:33.139078+0000 mgr.a (mgr.24293) 18410 : cluster 0 pgmap v13765: 33 pgs: 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:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:34 smithi027 bash[31536]: cluster 2023-12-07T17:29:33.139078+0000 mgr.a (mgr.24293) 18410 : cluster 0 pgmap v13765: 33 pgs: 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:36.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:36.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:36.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:36 smithi022 bash[28554]: cluster 2023-12-07T17:29:35.139673+0000 mgr.a (mgr.24293) 18411 : cluster 0 pgmap v13766: 33 pgs: 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:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:36 smithi044 bash[32620]: cluster 2023-12-07T17:29:35.139673+0000 mgr.a (mgr.24293) 18411 : cluster 0 pgmap v13766: 33 pgs: 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:36.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:36 smithi027 bash[31536]: cluster 2023-12-07T17:29:35.139673+0000 mgr.a (mgr.24293) 18411 : cluster 0 pgmap v13766: 33 pgs: 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:37.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:37.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:37.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:37.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:37.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:38 smithi022 bash[28554]: audit 2023-12-07T17:29:37.049475+0000 mgr.a (mgr.24293) 18412 : audit 0 from='client.364911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:38 smithi022 bash[28554]: cluster 2023-12-07T17:29:37.140321+0000 mgr.a (mgr.24293) 18413 : cluster 0 pgmap v13767: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:38 smithi044 bash[32620]: audit 2023-12-07T17:29:37.049475+0000 mgr.a (mgr.24293) 18412 : audit 0 from='client.364911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:38 smithi044 bash[32620]: cluster 2023-12-07T17:29:37.140321+0000 mgr.a (mgr.24293) 18413 : cluster 0 pgmap v13767: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:38 smithi027 bash[31536]: audit 2023-12-07T17:29:37.049475+0000 mgr.a (mgr.24293) 18412 : audit 0 from='client.364911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:38 smithi027 bash[31536]: cluster 2023-12-07T17:29:37.140321+0000 mgr.a (mgr.24293) 18413 : cluster 0 pgmap v13767: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:39 smithi022 bash[28554]: audit 2023-12-07T17:29:39.101527+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:39 smithi044 bash[32620]: audit 2023-12-07T17:29:39.101527+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:39 smithi027 bash[31536]: audit 2023-12-07T17:29:39.101527+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:40 smithi022 bash[28554]: cluster 2023-12-07T17:29:39.140747+0000 mgr.a (mgr.24293) 18414 : cluster 0 pgmap v13768: 33 pgs: 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:29:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:40 smithi044 bash[32620]: cluster 2023-12-07T17:29:39.140747+0000 mgr.a (mgr.24293) 18414 : cluster 0 pgmap v13768: 33 pgs: 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:29:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:40 smithi027 bash[31536]: cluster 2023-12-07T17:29:39.140747+0000 mgr.a (mgr.24293) 18414 : cluster 0 pgmap v13768: 33 pgs: 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:29:42.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:42.577 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:42.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:42 smithi022 bash[28554]: cluster 2023-12-07T17:29:41.141450+0000 mgr.a (mgr.24293) 18415 : cluster 0 pgmap v13769: 33 pgs: 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:29:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:42 smithi044 bash[32620]: cluster 2023-12-07T17:29:41.141450+0000 mgr.a (mgr.24293) 18415 : cluster 0 pgmap v13769: 33 pgs: 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:29:42.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:42 smithi027 bash[31536]: cluster 2023-12-07T17:29:41.141450+0000 mgr.a (mgr.24293) 18415 : cluster 0 pgmap v13769: 33 pgs: 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:29:43.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:43.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:43.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:43.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:43.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:42.985596+0000 mgr.a (mgr.24293) 18416 : audit 0 from='client.364989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: cluster 2023-12-07T17:29:43.142048+0000 mgr.a (mgr.24293) 18417 : cluster 0 pgmap v13770: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:44.445864+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:44.452844+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:44.499094+0000 mon.a (mon.0) 2989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:44.505461+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:44.546757+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:44 smithi022 bash[28554]: audit 2023-12-07T17:29:44.552876+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:42.985596+0000 mgr.a (mgr.24293) 18416 : audit 0 from='client.364989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: cluster 2023-12-07T17:29:43.142048+0000 mgr.a (mgr.24293) 18417 : cluster 0 pgmap v13770: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:44.445864+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:44.452844+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:44.499094+0000 mon.a (mon.0) 2989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:44.505461+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:44.546757+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:44 smithi044 bash[32620]: audit 2023-12-07T17:29:44.552876+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:42.985596+0000 mgr.a (mgr.24293) 18416 : audit 0 from='client.364989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: cluster 2023-12-07T17:29:43.142048+0000 mgr.a (mgr.24293) 18417 : cluster 0 pgmap v13770: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:44.445864+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:44.452844+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:44.499094+0000 mon.a (mon.0) 2989 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:44.505461+0000 mon.a (mon.0) 2990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:44.546757+0000 mon.a (mon.0) 2991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:44 smithi027 bash[31536]: audit 2023-12-07T17:29:44.552876+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:45 smithi022 bash[28554]: audit 2023-12-07T17:29:45.196383+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:45 smithi022 bash[28554]: audit 2023-12-07T17:29:45.198456+0000 mon.a (mon.0) 2994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:45 smithi022 bash[28554]: audit 2023-12-07T17:29:45.208305+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:45 smithi044 bash[32620]: audit 2023-12-07T17:29:45.196383+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:45 smithi044 bash[32620]: audit 2023-12-07T17:29:45.198456+0000 mon.a (mon.0) 2994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:45 smithi044 bash[32620]: audit 2023-12-07T17:29:45.208305+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:45 smithi027 bash[31536]: audit 2023-12-07T17:29:45.196383+0000 mon.a (mon.0) 2993 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:45 smithi027 bash[31536]: audit 2023-12-07T17:29:45.198456+0000 mon.a (mon.0) 2994 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:45 smithi027 bash[31536]: audit 2023-12-07T17:29:45.208305+0000 mon.a (mon.0) 2995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:29:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:46 smithi022 bash[28554]: cluster 2023-12-07T17:29:45.142631+0000 mgr.a (mgr.24293) 18418 : cluster 0 pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:46 smithi044 bash[32620]: cluster 2023-12-07T17:29:45.142631+0000 mgr.a (mgr.24293) 18418 : cluster 0 pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:46 smithi027 bash[31536]: cluster 2023-12-07T17:29:45.142631+0000 mgr.a (mgr.24293) 18418 : cluster 0 pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:48.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:48.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:48.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:48 smithi022 bash[28554]: cluster 2023-12-07T17:29:47.143457+0000 mgr.a (mgr.24293) 18419 : cluster 0 pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:48 smithi044 bash[32620]: cluster 2023-12-07T17:29:47.143457+0000 mgr.a (mgr.24293) 18419 : cluster 0 pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:48.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:48 smithi027 bash[31536]: cluster 2023-12-07T17:29:47.143457+0000 mgr.a (mgr.24293) 18419 : cluster 0 pgmap v13772: 33 pgs: 33 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:49.473 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:49.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:49.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:49.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:49.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:50 smithi022 bash[28554]: audit 2023-12-07T17:29:48.931833+0000 mgr.a (mgr.24293) 18420 : audit 0 from='client.365064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:50.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:50 smithi022 bash[28554]: cluster 2023-12-07T17:29:49.144249+0000 mgr.a (mgr.24293) 18421 : cluster 0 pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:50 smithi044 bash[32620]: audit 2023-12-07T17:29:48.931833+0000 mgr.a (mgr.24293) 18420 : audit 0 from='client.365064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:50.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:50 smithi044 bash[32620]: cluster 2023-12-07T17:29:49.144249+0000 mgr.a (mgr.24293) 18421 : cluster 0 pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:50.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:50 smithi027 bash[31536]: audit 2023-12-07T17:29:48.931833+0000 mgr.a (mgr.24293) 18420 : audit 0 from='client.365064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:50.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:50 smithi027 bash[31536]: cluster 2023-12-07T17:29:49.144249+0000 mgr.a (mgr.24293) 18421 : cluster 0 pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:52 smithi022 bash[28554]: cluster 2023-12-07T17:29:51.145184+0000 mgr.a (mgr.24293) 18422 : cluster 0 pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:52 smithi044 bash[32620]: cluster 2023-12-07T17:29:51.145184+0000 mgr.a (mgr.24293) 18422 : cluster 0 pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:52 smithi027 bash[31536]: cluster 2023-12-07T17:29:51.145184+0000 mgr.a (mgr.24293) 18422 : cluster 0 pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:54.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:29:54.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:54.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:54 smithi022 bash[28554]: cluster 2023-12-07T17:29:53.145789+0000 mgr.a (mgr.24293) 18423 : cluster 0 pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:54 smithi044 bash[32620]: cluster 2023-12-07T17:29:53.145789+0000 mgr.a (mgr.24293) 18423 : cluster 0 pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:54 smithi027 bash[31536]: cluster 2023-12-07T17:29:53.145789+0000 mgr.a (mgr.24293) 18423 : cluster 0 pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:55.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:29:55.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:55.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:55.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:55.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:29:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:55 smithi022 bash[28554]: audit 2023-12-07T17:29:54.879044+0000 mgr.a (mgr.24293) 18424 : audit 0 from='client.365142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:55 smithi044 bash[32620]: audit 2023-12-07T17:29:54.879044+0000 mgr.a (mgr.24293) 18424 : audit 0 from='client.365142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:55.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:55 smithi027 bash[31536]: audit 2023-12-07T17:29:54.879044+0000 mgr.a (mgr.24293) 18424 : audit 0 from='client.365142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:56 smithi022 bash[28554]: cluster 2023-12-07T17:29:55.147921+0000 mgr.a (mgr.24293) 18425 : cluster 0 pgmap v13776: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:56 smithi044 bash[32620]: cluster 2023-12-07T17:29:55.147921+0000 mgr.a (mgr.24293) 18425 : cluster 0 pgmap v13776: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:56 smithi027 bash[31536]: cluster 2023-12-07T17:29:55.147921+0000 mgr.a (mgr.24293) 18425 : cluster 0 pgmap v13776: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:29:58 smithi027 bash[31536]: cluster 2023-12-07T17:29:57.148986+0000 mgr.a (mgr.24293) 18426 : cluster 0 pgmap v13777: 33 pgs: 33 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:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:29:58 smithi022 bash[28554]: cluster 2023-12-07T17:29:57.148986+0000 mgr.a (mgr.24293) 18426 : cluster 0 pgmap v13777: 33 pgs: 33 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:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:29:58 smithi044 bash[32620]: cluster 2023-12-07T17:29:57.148986+0000 mgr.a (mgr.24293) 18426 : cluster 0 pgmap v13777: 33 pgs: 33 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:00.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:00.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:00.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:00 smithi027 bash[31536]: cluster 2023-12-07T17:29:59.149551+0000 mgr.a (mgr.24293) 18427 : cluster 0 pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:00.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:00 smithi027 bash[31536]: cluster 2023-12-07T17:30:00.000123+0000 mon.a (mon.0) 2996 : cluster 1 overall HEALTH_OK 2023-12-07T17:30:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:00 smithi022 bash[28554]: cluster 2023-12-07T17:29:59.149551+0000 mgr.a (mgr.24293) 18427 : cluster 0 pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:00 smithi022 bash[28554]: cluster 2023-12-07T17:30:00.000123+0000 mon.a (mon.0) 2996 : cluster 1 overall HEALTH_OK 2023-12-07T17:30:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:00 smithi044 bash[32620]: cluster 2023-12-07T17:29:59.149551+0000 mgr.a (mgr.24293) 18427 : cluster 0 pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:00 smithi044 bash[32620]: cluster 2023-12-07T17:30:00.000123+0000 mon.a (mon.0) 2996 : cluster 1 overall HEALTH_OK 2023-12-07T17:30:01.309 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:01.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:01.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:01.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:01.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:01.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:01 smithi027 bash[31536]: audit 2023-12-07T17:30:00.823448+0000 mgr.a (mgr.24293) 18428 : audit 0 from='client.365217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:01 smithi022 bash[28554]: audit 2023-12-07T17:30:00.823448+0000 mgr.a (mgr.24293) 18428 : audit 0 from='client.365217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:01 smithi044 bash[32620]: audit 2023-12-07T17:30:00.823448+0000 mgr.a (mgr.24293) 18428 : audit 0 from='client.365217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:02 smithi027 bash[31536]: cluster 2023-12-07T17:30:01.150257+0000 mgr.a (mgr.24293) 18429 : cluster 0 pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:02 smithi022 bash[28554]: cluster 2023-12-07T17:30:01.150257+0000 mgr.a (mgr.24293) 18429 : cluster 0 pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:02 smithi044 bash[32620]: cluster 2023-12-07T17:30:01.150257+0000 mgr.a (mgr.24293) 18429 : cluster 0 pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:04 smithi027 bash[31536]: cluster 2023-12-07T17:30:03.150942+0000 mgr.a (mgr.24293) 18430 : cluster 0 pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:04 smithi022 bash[28554]: cluster 2023-12-07T17:30:03.150942+0000 mgr.a (mgr.24293) 18430 : cluster 0 pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:04 smithi044 bash[32620]: cluster 2023-12-07T17:30:03.150942+0000 mgr.a (mgr.24293) 18430 : cluster 0 pgmap v13780: 33 pgs: 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:06.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:06.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:06.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:06 smithi022 bash[28554]: cluster 2023-12-07T17:30:05.151528+0000 mgr.a (mgr.24293) 18431 : cluster 0 pgmap v13781: 33 pgs: 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:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:06 smithi044 bash[32620]: cluster 2023-12-07T17:30:05.151528+0000 mgr.a (mgr.24293) 18431 : cluster 0 pgmap v13781: 33 pgs: 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:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:06 smithi027 bash[31536]: cluster 2023-12-07T17:30:05.151528+0000 mgr.a (mgr.24293) 18431 : cluster 0 pgmap v13781: 33 pgs: 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:07.242 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:07.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:07.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:07.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:07.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:08.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:07 smithi022 bash[28554]: audit 2023-12-07T17:30:06.726809+0000 mgr.a (mgr.24293) 18432 : audit 0 from='client.289352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:07 smithi044 bash[32620]: audit 2023-12-07T17:30:06.726809+0000 mgr.a (mgr.24293) 18432 : audit 0 from='client.289352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:07 smithi027 bash[31536]: audit 2023-12-07T17:30:06.726809+0000 mgr.a (mgr.24293) 18432 : audit 0 from='client.289352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:08 smithi022 bash[28554]: cluster 2023-12-07T17:30:07.152255+0000 mgr.a (mgr.24293) 18433 : cluster 0 pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:08 smithi044 bash[32620]: cluster 2023-12-07T17:30:07.152255+0000 mgr.a (mgr.24293) 18433 : cluster 0 pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:09.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:08 smithi027 bash[31536]: cluster 2023-12-07T17:30:07.152255+0000 mgr.a (mgr.24293) 18433 : cluster 0 pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:10 smithi022 bash[28554]: cluster 2023-12-07T17:30:09.152935+0000 mgr.a (mgr.24293) 18434 : cluster 0 pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:10 smithi044 bash[32620]: cluster 2023-12-07T17:30:09.152935+0000 mgr.a (mgr.24293) 18434 : cluster 0 pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:10 smithi027 bash[31536]: cluster 2023-12-07T17:30:09.152935+0000 mgr.a (mgr.24293) 18434 : cluster 0 pgmap v13783: 33 pgs: 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:12.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:12.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:12.245 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:13.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:13.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:13.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:13.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:13.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:13.183 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:12 smithi022 bash[28554]: cluster 2023-12-07T17:30:11.153734+0000 mgr.a (mgr.24293) 18435 : cluster 0 pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:13.183 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:12 smithi044 bash[32620]: cluster 2023-12-07T17:30:11.153734+0000 mgr.a (mgr.24293) 18435 : cluster 0 pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:12 smithi027 bash[31536]: cluster 2023-12-07T17:30:11.153734+0000 mgr.a (mgr.24293) 18435 : cluster 0 pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:13 smithi022 bash[28554]: audit 2023-12-07T17:30:12.654455+0000 mgr.a (mgr.24293) 18436 : audit 0 from='client.289400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:13 smithi044 bash[32620]: audit 2023-12-07T17:30:12.654455+0000 mgr.a (mgr.24293) 18436 : audit 0 from='client.289400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:13 smithi027 bash[31536]: audit 2023-12-07T17:30:12.654455+0000 mgr.a (mgr.24293) 18436 : audit 0 from='client.289400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:14 smithi022 bash[28554]: cluster 2023-12-07T17:30:13.154291+0000 mgr.a (mgr.24293) 18437 : cluster 0 pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:14 smithi044 bash[32620]: cluster 2023-12-07T17:30:13.154291+0000 mgr.a (mgr.24293) 18437 : cluster 0 pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:14 smithi027 bash[31536]: cluster 2023-12-07T17:30:13.154291+0000 mgr.a (mgr.24293) 18437 : cluster 0 pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:16 smithi022 bash[28554]: cluster 2023-12-07T17:30:15.154862+0000 mgr.a (mgr.24293) 18438 : cluster 0 pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:16 smithi044 bash[32620]: cluster 2023-12-07T17:30:15.154862+0000 mgr.a (mgr.24293) 18438 : cluster 0 pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:16 smithi027 bash[31536]: cluster 2023-12-07T17:30:15.154862+0000 mgr.a (mgr.24293) 18438 : cluster 0 pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:18.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:18.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:19.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:19.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:19.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:19.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:19.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:18 smithi022 bash[28554]: cluster 2023-12-07T17:30:17.155732+0000 mgr.a (mgr.24293) 18439 : cluster 0 pgmap v13787: 33 pgs: 33 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:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:18 smithi044 bash[32620]: cluster 2023-12-07T17:30:17.155732+0000 mgr.a (mgr.24293) 18439 : cluster 0 pgmap v13787: 33 pgs: 33 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:19.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:18 smithi027 bash[31536]: cluster 2023-12-07T17:30:17.155732+0000 mgr.a (mgr.24293) 18439 : cluster 0 pgmap v13787: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:19 smithi022 bash[28554]: audit 2023-12-07T17:30:18.596254+0000 mgr.a (mgr.24293) 18440 : audit 0 from='client.365445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:19 smithi044 bash[32620]: audit 2023-12-07T17:30:18.596254+0000 mgr.a (mgr.24293) 18440 : audit 0 from='client.365445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:19 smithi027 bash[31536]: audit 2023-12-07T17:30:18.596254+0000 mgr.a (mgr.24293) 18440 : audit 0 from='client.365445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:21.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:20 smithi022 bash[28554]: cluster 2023-12-07T17:30:19.156406+0000 mgr.a (mgr.24293) 18441 : cluster 0 pgmap v13788: 33 pgs: 33 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:21.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:20 smithi044 bash[32620]: cluster 2023-12-07T17:30:19.156406+0000 mgr.a (mgr.24293) 18441 : cluster 0 pgmap v13788: 33 pgs: 33 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:21.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:20 smithi027 bash[31536]: cluster 2023-12-07T17:30:19.156406+0000 mgr.a (mgr.24293) 18441 : cluster 0 pgmap v13788: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:22 smithi022 bash[28554]: cluster 2023-12-07T17:30:21.157250+0000 mgr.a (mgr.24293) 18442 : cluster 0 pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:22 smithi044 bash[32620]: cluster 2023-12-07T17:30:21.157250+0000 mgr.a (mgr.24293) 18442 : cluster 0 pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:22 smithi027 bash[31536]: cluster 2023-12-07T17:30:21.157250+0000 mgr.a (mgr.24293) 18442 : cluster 0 pgmap v13789: 33 pgs: 33 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:24.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:24.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:24.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:25.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:25.092 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:24 smithi022 bash[28554]: cluster 2023-12-07T17:30:23.157811+0000 mgr.a (mgr.24293) 18443 : cluster 0 pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:24 smithi044 bash[32620]: cluster 2023-12-07T17:30:23.157811+0000 mgr.a (mgr.24293) 18443 : cluster 0 pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:25.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:24 smithi027 bash[31536]: cluster 2023-12-07T17:30:23.157811+0000 mgr.a (mgr.24293) 18443 : cluster 0 pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:26.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:25 smithi022 bash[28554]: audit 2023-12-07T17:30:24.547831+0000 mgr.a (mgr.24293) 18444 : audit 0 from='client.365520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:26.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:25 smithi044 bash[32620]: audit 2023-12-07T17:30:24.547831+0000 mgr.a (mgr.24293) 18444 : audit 0 from='client.365520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:26.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:25 smithi027 bash[31536]: audit 2023-12-07T17:30:24.547831+0000 mgr.a (mgr.24293) 18444 : audit 0 from='client.365520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:26 smithi022 bash[28554]: cluster 2023-12-07T17:30:25.158547+0000 mgr.a (mgr.24293) 18445 : cluster 0 pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:26 smithi044 bash[32620]: cluster 2023-12-07T17:30:25.158547+0000 mgr.a (mgr.24293) 18445 : cluster 0 pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:27.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:26 smithi027 bash[31536]: cluster 2023-12-07T17:30:25.158547+0000 mgr.a (mgr.24293) 18445 : cluster 0 pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:28 smithi022 bash[28554]: cluster 2023-12-07T17:30:27.159443+0000 mgr.a (mgr.24293) 18446 : cluster 0 pgmap v13792: 33 pgs: 33 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:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:28 smithi044 bash[32620]: cluster 2023-12-07T17:30:27.159443+0000 mgr.a (mgr.24293) 18446 : cluster 0 pgmap v13792: 33 pgs: 33 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:29.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:28 smithi027 bash[31536]: cluster 2023-12-07T17:30:27.159443+0000 mgr.a (mgr.24293) 18446 : cluster 0 pgmap v13792: 33 pgs: 33 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:30.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:30.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:30.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:31.056 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:31.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:31.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:31.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:31.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:30 smithi022 bash[28554]: cluster 2023-12-07T17:30:29.159997+0000 mgr.a (mgr.24293) 18447 : cluster 0 pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:30 smithi044 bash[32620]: cluster 2023-12-07T17:30:29.159997+0000 mgr.a (mgr.24293) 18447 : cluster 0 pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:31.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:30 smithi027 bash[31536]: cluster 2023-12-07T17:30:29.159997+0000 mgr.a (mgr.24293) 18447 : cluster 0 pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:31 smithi022 bash[28554]: audit 2023-12-07T17:30:30.510481+0000 mgr.a (mgr.24293) 18448 : audit 0 from='client.365598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:31 smithi044 bash[32620]: audit 2023-12-07T17:30:30.510481+0000 mgr.a (mgr.24293) 18448 : audit 0 from='client.365598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:32.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:31 smithi027 bash[31536]: audit 2023-12-07T17:30:30.510481+0000 mgr.a (mgr.24293) 18448 : audit 0 from='client.365598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:32 smithi022 bash[28554]: cluster 2023-12-07T17:30:31.161061+0000 mgr.a (mgr.24293) 18449 : cluster 0 pgmap v13794: 33 pgs: 33 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:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:32 smithi044 bash[32620]: cluster 2023-12-07T17:30:31.161061+0000 mgr.a (mgr.24293) 18449 : cluster 0 pgmap v13794: 33 pgs: 33 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:33.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:32 smithi027 bash[31536]: cluster 2023-12-07T17:30:31.161061+0000 mgr.a (mgr.24293) 18449 : cluster 0 pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:34 smithi022 bash[28554]: cluster 2023-12-07T17:30:33.161667+0000 mgr.a (mgr.24293) 18450 : cluster 0 pgmap v13795: 33 pgs: 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:34 smithi044 bash[32620]: cluster 2023-12-07T17:30:33.161667+0000 mgr.a (mgr.24293) 18450 : cluster 0 pgmap v13795: 33 pgs: 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:34 smithi027 bash[31536]: cluster 2023-12-07T17:30:33.161667+0000 mgr.a (mgr.24293) 18450 : cluster 0 pgmap v13795: 33 pgs: 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:36.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:36.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:36.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:37.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:37.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:37.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:37.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:37.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:36 smithi022 bash[28554]: cluster 2023-12-07T17:30:35.162254+0000 mgr.a (mgr.24293) 18451 : cluster 0 pgmap v13796: 33 pgs: 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:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:36 smithi044 bash[32620]: cluster 2023-12-07T17:30:35.162254+0000 mgr.a (mgr.24293) 18451 : cluster 0 pgmap v13796: 33 pgs: 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:37.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:36 smithi027 bash[31536]: cluster 2023-12-07T17:30:35.162254+0000 mgr.a (mgr.24293) 18451 : cluster 0 pgmap v13796: 33 pgs: 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:38.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:37 smithi022 bash[28554]: audit 2023-12-07T17:30:36.460170+0000 mgr.a (mgr.24293) 18452 : audit 0 from='client.365676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:38.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:37 smithi044 bash[32620]: audit 2023-12-07T17:30:36.460170+0000 mgr.a (mgr.24293) 18452 : audit 0 from='client.365676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:38.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:37 smithi027 bash[31536]: audit 2023-12-07T17:30:36.460170+0000 mgr.a (mgr.24293) 18452 : audit 0 from='client.365676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:38 smithi022 bash[28554]: cluster 2023-12-07T17:30:37.163421+0000 mgr.a (mgr.24293) 18453 : cluster 0 pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:38 smithi044 bash[32620]: cluster 2023-12-07T17:30:37.163421+0000 mgr.a (mgr.24293) 18453 : cluster 0 pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:38 smithi027 bash[31536]: cluster 2023-12-07T17:30:37.163421+0000 mgr.a (mgr.24293) 18453 : cluster 0 pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:40 smithi022 bash[28554]: cluster 2023-12-07T17:30:39.164075+0000 mgr.a (mgr.24293) 18454 : cluster 0 pgmap v13798: 33 pgs: 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:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:40 smithi044 bash[32620]: cluster 2023-12-07T17:30:39.164075+0000 mgr.a (mgr.24293) 18454 : cluster 0 pgmap v13798: 33 pgs: 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:41.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:40 smithi027 bash[31536]: cluster 2023-12-07T17:30:39.164075+0000 mgr.a (mgr.24293) 18454 : cluster 0 pgmap v13798: 33 pgs: 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:42.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:42.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:42.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:42.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:42.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:42.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:42.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:42.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:42 smithi022 bash[28554]: cluster 2023-12-07T17:30:41.164826+0000 mgr.a (mgr.24293) 18455 : cluster 0 pgmap v13799: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:42 smithi044 bash[32620]: cluster 2023-12-07T17:30:41.164826+0000 mgr.a (mgr.24293) 18455 : cluster 0 pgmap v13799: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:42 smithi027 bash[31536]: cluster 2023-12-07T17:30:41.164826+0000 mgr.a (mgr.24293) 18455 : cluster 0 pgmap v13799: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:43 smithi022 bash[28554]: audit 2023-12-07T17:30:42.431231+0000 mgr.a (mgr.24293) 18456 : audit 0 from='client.365751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:44.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:43 smithi044 bash[32620]: audit 2023-12-07T17:30:42.431231+0000 mgr.a (mgr.24293) 18456 : audit 0 from='client.365751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:44.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:43 smithi027 bash[31536]: audit 2023-12-07T17:30:42.431231+0000 mgr.a (mgr.24293) 18456 : audit 0 from='client.365751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:44 smithi022 bash[28554]: cluster 2023-12-07T17:30:43.165658+0000 mgr.a (mgr.24293) 18457 : cluster 0 pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:44 smithi044 bash[32620]: cluster 2023-12-07T17:30:43.165658+0000 mgr.a (mgr.24293) 18457 : cluster 0 pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:45.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:44 smithi027 bash[31536]: cluster 2023-12-07T17:30:43.165658+0000 mgr.a (mgr.24293) 18457 : cluster 0 pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:46.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:45 smithi022 bash[28554]: audit 2023-12-07T17:30:45.312340+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:45 smithi044 bash[32620]: audit 2023-12-07T17:30:45.312340+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:46.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:45 smithi027 bash[31536]: audit 2023-12-07T17:30:45.312340+0000 mon.a (mon.0) 2997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:46 smithi022 bash[28554]: cluster 2023-12-07T17:30:45.166412+0000 mgr.a (mgr.24293) 18458 : cluster 0 pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:46 smithi022 bash[28554]: audit 2023-12-07T17:30:46.110197+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:46 smithi022 bash[28554]: audit 2023-12-07T17:30:46.112109+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:46 smithi022 bash[28554]: audit 2023-12-07T17:30:46.122580+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:30:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:46 smithi044 bash[32620]: cluster 2023-12-07T17:30:45.166412+0000 mgr.a (mgr.24293) 18458 : cluster 0 pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:46 smithi044 bash[32620]: audit 2023-12-07T17:30:46.110197+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:46 smithi044 bash[32620]: audit 2023-12-07T17:30:46.112109+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:46 smithi044 bash[32620]: audit 2023-12-07T17:30:46.122580+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:30:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:46 smithi027 bash[31536]: cluster 2023-12-07T17:30:45.166412+0000 mgr.a (mgr.24293) 18458 : cluster 0 pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:46 smithi027 bash[31536]: audit 2023-12-07T17:30:46.110197+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:46 smithi027 bash[31536]: audit 2023-12-07T17:30:46.112109+0000 mon.a (mon.0) 2999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:46 smithi027 bash[31536]: audit 2023-12-07T17:30:46.122580+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:30:47.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:47.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:47.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:48.878 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:48.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:48.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:48.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:48.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:49.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:48 smithi022 bash[28554]: cluster 2023-12-07T17:30:47.167391+0000 mgr.a (mgr.24293) 18459 : cluster 0 pgmap v13802: 33 pgs: 33 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:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:48 smithi044 bash[32620]: cluster 2023-12-07T17:30:47.167391+0000 mgr.a (mgr.24293) 18459 : cluster 0 pgmap v13802: 33 pgs: 33 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:49.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:48 smithi027 bash[31536]: cluster 2023-12-07T17:30:47.167391+0000 mgr.a (mgr.24293) 18459 : cluster 0 pgmap v13802: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:49 smithi022 bash[28554]: audit 2023-12-07T17:30:48.344391+0000 mgr.a (mgr.24293) 18460 : audit 0 from='client.365826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:49 smithi044 bash[32620]: audit 2023-12-07T17:30:48.344391+0000 mgr.a (mgr.24293) 18460 : audit 0 from='client.365826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:50.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:49 smithi027 bash[31536]: audit 2023-12-07T17:30:48.344391+0000 mgr.a (mgr.24293) 18460 : audit 0 from='client.365826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:50 smithi022 bash[28554]: cluster 2023-12-07T17:30:49.168075+0000 mgr.a (mgr.24293) 18461 : cluster 0 pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:50 smithi044 bash[32620]: cluster 2023-12-07T17:30:49.168075+0000 mgr.a (mgr.24293) 18461 : cluster 0 pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:50 smithi027 bash[31536]: cluster 2023-12-07T17:30:49.168075+0000 mgr.a (mgr.24293) 18461 : cluster 0 pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:52 smithi022 bash[28554]: cluster 2023-12-07T17:30:51.168879+0000 mgr.a (mgr.24293) 18462 : cluster 0 pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:52 smithi044 bash[32620]: cluster 2023-12-07T17:30:51.168879+0000 mgr.a (mgr.24293) 18462 : cluster 0 pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:52 smithi027 bash[31536]: cluster 2023-12-07T17:30:51.168879+0000 mgr.a (mgr.24293) 18462 : cluster 0 pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:53.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:53.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:53.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:54.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:30:54.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:54.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:54.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:54.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:30:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:54 smithi022 bash[28554]: cluster 2023-12-07T17:30:53.169421+0000 mgr.a (mgr.24293) 18463 : cluster 0 pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:54 smithi044 bash[32620]: cluster 2023-12-07T17:30:53.169421+0000 mgr.a (mgr.24293) 18463 : cluster 0 pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:55.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:54 smithi027 bash[31536]: cluster 2023-12-07T17:30:53.169421+0000 mgr.a (mgr.24293) 18463 : cluster 0 pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:56.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:55 smithi022 bash[28554]: audit 2023-12-07T17:30:54.293606+0000 mgr.a (mgr.24293) 18464 : audit 0 from='client.365895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:56.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:55 smithi044 bash[32620]: audit 2023-12-07T17:30:54.293606+0000 mgr.a (mgr.24293) 18464 : audit 0 from='client.365895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:56.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:55 smithi027 bash[31536]: audit 2023-12-07T17:30:54.293606+0000 mgr.a (mgr.24293) 18464 : audit 0 from='client.365895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:56 smithi022 bash[28554]: cluster 2023-12-07T17:30:55.170086+0000 mgr.a (mgr.24293) 18465 : cluster 0 pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:56 smithi044 bash[32620]: cluster 2023-12-07T17:30:55.170086+0000 mgr.a (mgr.24293) 18465 : cluster 0 pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:56 smithi027 bash[31536]: cluster 2023-12-07T17:30:55.170086+0000 mgr.a (mgr.24293) 18465 : cluster 0 pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:30:58 smithi022 bash[28554]: cluster 2023-12-07T17:30:57.171039+0000 mgr.a (mgr.24293) 18466 : cluster 0 pgmap v13807: 33 pgs: 33 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:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:30:58 smithi044 bash[32620]: cluster 2023-12-07T17:30:57.171039+0000 mgr.a (mgr.24293) 18466 : cluster 0 pgmap v13807: 33 pgs: 33 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:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:30:58 smithi027 bash[31536]: cluster 2023-12-07T17:30:57.171039+0000 mgr.a (mgr.24293) 18466 : cluster 0 pgmap v13807: 33 pgs: 33 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:59.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:30:59.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:59.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:00.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:00.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:00.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:00.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:00.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:00 smithi022 bash[28554]: cluster 2023-12-07T17:30:59.171814+0000 mgr.a (mgr.24293) 18467 : cluster 0 pgmap v13808: 33 pgs: 33 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:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:00 smithi044 bash[32620]: cluster 2023-12-07T17:30:59.171814+0000 mgr.a (mgr.24293) 18467 : cluster 0 pgmap v13808: 33 pgs: 33 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:01.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:00 smithi027 bash[31536]: cluster 2023-12-07T17:30:59.171814+0000 mgr.a (mgr.24293) 18467 : cluster 0 pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:02.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:01 smithi022 bash[28554]: audit 2023-12-07T17:31:00.250107+0000 mgr.a (mgr.24293) 18468 : audit 0 from='client.365973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:01 smithi044 bash[32620]: audit 2023-12-07T17:31:00.250107+0000 mgr.a (mgr.24293) 18468 : audit 0 from='client.365973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:02.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:01 smithi027 bash[31536]: audit 2023-12-07T17:31:00.250107+0000 mgr.a (mgr.24293) 18468 : audit 0 from='client.365973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:02 smithi022 bash[28554]: cluster 2023-12-07T17:31:01.172861+0000 mgr.a (mgr.24293) 18469 : cluster 0 pgmap v13809: 33 pgs: 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:31:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:02 smithi044 bash[32620]: cluster 2023-12-07T17:31:01.172861+0000 mgr.a (mgr.24293) 18469 : cluster 0 pgmap v13809: 33 pgs: 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:31:03.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:02 smithi027 bash[31536]: cluster 2023-12-07T17:31:01.172861+0000 mgr.a (mgr.24293) 18469 : cluster 0 pgmap v13809: 33 pgs: 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:31:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:04 smithi022 bash[28554]: cluster 2023-12-07T17:31:03.173419+0000 mgr.a (mgr.24293) 18470 : cluster 0 pgmap v13810: 33 pgs: 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:31:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:04 smithi044 bash[32620]: cluster 2023-12-07T17:31:03.173419+0000 mgr.a (mgr.24293) 18470 : cluster 0 pgmap v13810: 33 pgs: 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:31:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:04 smithi027 bash[31536]: cluster 2023-12-07T17:31:03.173419+0000 mgr.a (mgr.24293) 18470 : cluster 0 pgmap v13810: 33 pgs: 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:31:05.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:05.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:05.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:06.723 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:06.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:06.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:06.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:06.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:06 smithi022 bash[28554]: cluster 2023-12-07T17:31:05.173983+0000 mgr.a (mgr.24293) 18471 : cluster 0 pgmap v13811: 33 pgs: 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:31:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:06 smithi044 bash[32620]: cluster 2023-12-07T17:31:05.173983+0000 mgr.a (mgr.24293) 18471 : cluster 0 pgmap v13811: 33 pgs: 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:31:07.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:06 smithi027 bash[31536]: cluster 2023-12-07T17:31:05.173983+0000 mgr.a (mgr.24293) 18471 : cluster 0 pgmap v13811: 33 pgs: 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:31:08.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:07 smithi022 bash[28554]: audit 2023-12-07T17:31:06.194044+0000 mgr.a (mgr.24293) 18472 : audit 0 from='client.366051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:07 smithi044 bash[32620]: audit 2023-12-07T17:31:06.194044+0000 mgr.a (mgr.24293) 18472 : audit 0 from='client.366051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:08.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:07 smithi027 bash[31536]: audit 2023-12-07T17:31:06.194044+0000 mgr.a (mgr.24293) 18472 : audit 0 from='client.366051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:08 smithi022 bash[28554]: cluster 2023-12-07T17:31:07.174967+0000 mgr.a (mgr.24293) 18473 : cluster 0 pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:08 smithi044 bash[32620]: cluster 2023-12-07T17:31:07.174967+0000 mgr.a (mgr.24293) 18473 : cluster 0 pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:08 smithi027 bash[31536]: cluster 2023-12-07T17:31:07.174967+0000 mgr.a (mgr.24293) 18473 : cluster 0 pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:11.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:10 smithi022 bash[28554]: cluster 2023-12-07T17:31:09.175573+0000 mgr.a (mgr.24293) 18474 : cluster 0 pgmap v13813: 33 pgs: 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:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:10 smithi044 bash[32620]: cluster 2023-12-07T17:31:09.175573+0000 mgr.a (mgr.24293) 18474 : cluster 0 pgmap v13813: 33 pgs: 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:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:10 smithi027 bash[31536]: cluster 2023-12-07T17:31:09.175573+0000 mgr.a (mgr.24293) 18474 : cluster 0 pgmap v13813: 33 pgs: 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:11.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:11.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:11.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:12.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:12.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:12.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:12.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:12.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:13.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:12 smithi022 bash[28554]: cluster 2023-12-07T17:31:11.176289+0000 mgr.a (mgr.24293) 18475 : cluster 0 pgmap v13814: 33 pgs: 33 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:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:12 smithi044 bash[32620]: cluster 2023-12-07T17:31:11.176289+0000 mgr.a (mgr.24293) 18475 : cluster 0 pgmap v13814: 33 pgs: 33 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:13.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:12 smithi027 bash[31536]: cluster 2023-12-07T17:31:11.176289+0000 mgr.a (mgr.24293) 18475 : cluster 0 pgmap v13814: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:13 smithi022 bash[28554]: audit 2023-12-07T17:31:12.136245+0000 mgr.a (mgr.24293) 18476 : audit 0 from='client.366126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:13 smithi044 bash[32620]: audit 2023-12-07T17:31:12.136245+0000 mgr.a (mgr.24293) 18476 : audit 0 from='client.366126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:14.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:13 smithi027 bash[31536]: audit 2023-12-07T17:31:12.136245+0000 mgr.a (mgr.24293) 18476 : audit 0 from='client.366126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:15.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:14 smithi022 bash[28554]: cluster 2023-12-07T17:31:13.177060+0000 mgr.a (mgr.24293) 18477 : cluster 0 pgmap v13815: 33 pgs: 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:31:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:14 smithi044 bash[32620]: cluster 2023-12-07T17:31:13.177060+0000 mgr.a (mgr.24293) 18477 : cluster 0 pgmap v13815: 33 pgs: 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:31:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:14 smithi027 bash[31536]: cluster 2023-12-07T17:31:13.177060+0000 mgr.a (mgr.24293) 18477 : cluster 0 pgmap v13815: 33 pgs: 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:31:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:16 smithi027 bash[31536]: cluster 2023-12-07T17:31:15.177701+0000 mgr.a (mgr.24293) 18478 : cluster 0 pgmap v13816: 33 pgs: 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:31:17.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:16 smithi022 bash[28554]: cluster 2023-12-07T17:31:15.177701+0000 mgr.a (mgr.24293) 18478 : cluster 0 pgmap v13816: 33 pgs: 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:31:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:16 smithi044 bash[32620]: cluster 2023-12-07T17:31:15.177701+0000 mgr.a (mgr.24293) 18478 : cluster 0 pgmap v13816: 33 pgs: 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:31:17.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:17.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:17.674 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:18.616 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:18.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:18.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:18.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:18.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:19.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:18 smithi027 bash[31536]: cluster 2023-12-07T17:31:17.178598+0000 mgr.a (mgr.24293) 18479 : cluster 0 pgmap v13817: 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:31:19.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:18 smithi022 bash[28554]: cluster 2023-12-07T17:31:17.178598+0000 mgr.a (mgr.24293) 18479 : cluster 0 pgmap v13817: 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:31:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:18 smithi044 bash[32620]: cluster 2023-12-07T17:31:17.178598+0000 mgr.a (mgr.24293) 18479 : cluster 0 pgmap v13817: 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:31:20.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:19 smithi027 bash[31536]: audit 2023-12-07T17:31:18.083170+0000 mgr.a (mgr.24293) 18480 : audit 0 from='client.366204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:20.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:19 smithi022 bash[28554]: audit 2023-12-07T17:31:18.083170+0000 mgr.a (mgr.24293) 18480 : audit 0 from='client.366204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:19 smithi044 bash[32620]: audit 2023-12-07T17:31:18.083170+0000 mgr.a (mgr.24293) 18480 : audit 0 from='client.366204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:21.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:20 smithi027 bash[31536]: cluster 2023-12-07T17:31:19.179329+0000 mgr.a (mgr.24293) 18481 : cluster 0 pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:21.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:20 smithi022 bash[28554]: cluster 2023-12-07T17:31:19.179329+0000 mgr.a (mgr.24293) 18481 : cluster 0 pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:20 smithi044 bash[32620]: cluster 2023-12-07T17:31:19.179329+0000 mgr.a (mgr.24293) 18481 : cluster 0 pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:22.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:21 smithi022 bash[28554]: cluster 2023-12-07T17:31:21.180177+0000 mgr.a (mgr.24293) 18482 : cluster 0 pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:21 smithi044 bash[32620]: cluster 2023-12-07T17:31:21.180177+0000 mgr.a (mgr.24293) 18482 : cluster 0 pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:22.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:21 smithi027 bash[31536]: cluster 2023-12-07T17:31:21.180177+0000 mgr.a (mgr.24293) 18482 : cluster 0 pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:23.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:23.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:23.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:24.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:24.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:24.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:24.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:24.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:24 smithi022 bash[28554]: cluster 2023-12-07T17:31:23.180751+0000 mgr.a (mgr.24293) 18483 : cluster 0 pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:24 smithi044 bash[32620]: cluster 2023-12-07T17:31:23.180751+0000 mgr.a (mgr.24293) 18483 : cluster 0 pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:24 smithi027 bash[31536]: cluster 2023-12-07T17:31:23.180751+0000 mgr.a (mgr.24293) 18483 : cluster 0 pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:25 smithi022 bash[28554]: audit 2023-12-07T17:31:24.028770+0000 mgr.a (mgr.24293) 18484 : audit 0 from='client.366279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:25 smithi044 bash[32620]: audit 2023-12-07T17:31:24.028770+0000 mgr.a (mgr.24293) 18484 : audit 0 from='client.366279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:25.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:25 smithi027 bash[31536]: audit 2023-12-07T17:31:24.028770+0000 mgr.a (mgr.24293) 18484 : audit 0 from='client.366279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:26.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:26 smithi022 bash[28554]: cluster 2023-12-07T17:31:25.181522+0000 mgr.a (mgr.24293) 18485 : cluster 0 pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:26 smithi044 bash[32620]: cluster 2023-12-07T17:31:25.181522+0000 mgr.a (mgr.24293) 18485 : cluster 0 pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:26.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:26 smithi027 bash[31536]: cluster 2023-12-07T17:31:25.181522+0000 mgr.a (mgr.24293) 18485 : cluster 0 pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:28 smithi022 bash[28554]: cluster 2023-12-07T17:31:27.182532+0000 mgr.a (mgr.24293) 18486 : cluster 0 pgmap v13822: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:28 smithi044 bash[32620]: cluster 2023-12-07T17:31:27.182532+0000 mgr.a (mgr.24293) 18486 : cluster 0 pgmap v13822: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:28 smithi027 bash[31536]: cluster 2023-12-07T17:31:27.182532+0000 mgr.a (mgr.24293) 18486 : cluster 0 pgmap v13822: 33 pgs: 33 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:29.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:29.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:29.557 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:30.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:30.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:30.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:30.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:30.510 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:30.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:30 smithi022 bash[28554]: cluster 2023-12-07T17:31:29.183252+0000 mgr.a (mgr.24293) 18487 : cluster 0 pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:30.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:30 smithi044 bash[32620]: cluster 2023-12-07T17:31:29.183252+0000 mgr.a (mgr.24293) 18487 : cluster 0 pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:30 smithi027 bash[31536]: cluster 2023-12-07T17:31:29.183252+0000 mgr.a (mgr.24293) 18487 : cluster 0 pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:31 smithi022 bash[28554]: audit 2023-12-07T17:31:29.972674+0000 mgr.a (mgr.24293) 18488 : audit 0 from='client.366357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:31 smithi044 bash[32620]: audit 2023-12-07T17:31:29.972674+0000 mgr.a (mgr.24293) 18488 : audit 0 from='client.366357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:31 smithi027 bash[31536]: audit 2023-12-07T17:31:29.972674+0000 mgr.a (mgr.24293) 18488 : audit 0 from='client.366357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:32 smithi022 bash[28554]: cluster 2023-12-07T17:31:31.184405+0000 mgr.a (mgr.24293) 18489 : cluster 0 pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:31:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:32 smithi044 bash[32620]: cluster 2023-12-07T17:31:31.184405+0000 mgr.a (mgr.24293) 18489 : cluster 0 pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:31:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:32 smithi027 bash[31536]: cluster 2023-12-07T17:31:31.184405+0000 mgr.a (mgr.24293) 18489 : cluster 0 pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:31:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:34 smithi022 bash[28554]: cluster 2023-12-07T17:31:33.185169+0000 mgr.a (mgr.24293) 18490 : cluster 0 pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:34 smithi044 bash[32620]: cluster 2023-12-07T17:31:33.185169+0000 mgr.a (mgr.24293) 18490 : cluster 0 pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:34 smithi027 bash[31536]: cluster 2023-12-07T17:31:33.185169+0000 mgr.a (mgr.24293) 18490 : cluster 0 pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:35.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:35.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:35.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:36.473 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:36.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:36.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:36.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:36.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:36.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:36 smithi022 bash[28554]: cluster 2023-12-07T17:31:35.185902+0000 mgr.a (mgr.24293) 18491 : cluster 0 pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:36.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:36 smithi022 bash[28554]: audit 2023-12-07T17:31:35.923347+0000 mgr.a (mgr.24293) 18492 : audit 0 from='client.366435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:36 smithi044 bash[32620]: cluster 2023-12-07T17:31:35.185902+0000 mgr.a (mgr.24293) 18491 : cluster 0 pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:36 smithi044 bash[32620]: audit 2023-12-07T17:31:35.923347+0000 mgr.a (mgr.24293) 18492 : audit 0 from='client.366435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:36.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:36 smithi027 bash[31536]: cluster 2023-12-07T17:31:35.185902+0000 mgr.a (mgr.24293) 18491 : cluster 0 pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:36.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:36 smithi027 bash[31536]: audit 2023-12-07T17:31:35.923347+0000 mgr.a (mgr.24293) 18492 : audit 0 from='client.366435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:38.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:38 smithi022 bash[28554]: cluster 2023-12-07T17:31:37.187001+0000 mgr.a (mgr.24293) 18493 : cluster 0 pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:38 smithi044 bash[32620]: cluster 2023-12-07T17:31:37.187001+0000 mgr.a (mgr.24293) 18493 : cluster 0 pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:38 smithi027 bash[31536]: cluster 2023-12-07T17:31:37.187001+0000 mgr.a (mgr.24293) 18493 : cluster 0 pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:40 smithi022 bash[28554]: cluster 2023-12-07T17:31:39.187622+0000 mgr.a (mgr.24293) 18494 : cluster 0 pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:40 smithi044 bash[32620]: cluster 2023-12-07T17:31:39.187622+0000 mgr.a (mgr.24293) 18494 : cluster 0 pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:40 smithi027 bash[31536]: cluster 2023-12-07T17:31:39.187622+0000 mgr.a (mgr.24293) 18494 : cluster 0 pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:41.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:41.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:41.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:42.415 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:42.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:42.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:42 smithi022 bash[28554]: cluster 2023-12-07T17:31:41.188387+0000 mgr.a (mgr.24293) 18495 : cluster 0 pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:42 smithi022 bash[28554]: audit 2023-12-07T17:31:41.890502+0000 mgr.a (mgr.24293) 18496 : audit 0 from='client.366510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:42 smithi044 bash[32620]: cluster 2023-12-07T17:31:41.188387+0000 mgr.a (mgr.24293) 18495 : cluster 0 pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:42.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:42 smithi044 bash[32620]: audit 2023-12-07T17:31:41.890502+0000 mgr.a (mgr.24293) 18496 : audit 0 from='client.366510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:42.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:42 smithi027 bash[31536]: cluster 2023-12-07T17:31:41.188387+0000 mgr.a (mgr.24293) 18495 : cluster 0 pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:42.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:42 smithi027 bash[31536]: audit 2023-12-07T17:31:41.890502+0000 mgr.a (mgr.24293) 18496 : audit 0 from='client.366510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:44 smithi022 bash[28554]: cluster 2023-12-07T17:31:43.189112+0000 mgr.a (mgr.24293) 18497 : cluster 0 pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:44 smithi044 bash[32620]: cluster 2023-12-07T17:31:43.189112+0000 mgr.a (mgr.24293) 18497 : cluster 0 pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:44 smithi027 bash[31536]: cluster 2023-12-07T17:31:43.189112+0000 mgr.a (mgr.24293) 18497 : cluster 0 pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:46 smithi022 bash[28554]: cluster 2023-12-07T17:31:45.189688+0000 mgr.a (mgr.24293) 18498 : cluster 0 pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:46.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:46 smithi022 bash[28554]: audit 2023-12-07T17:31:46.226561+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:46 smithi044 bash[32620]: cluster 2023-12-07T17:31:45.189688+0000 mgr.a (mgr.24293) 18498 : cluster 0 pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:46.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:46 smithi044 bash[32620]: audit 2023-12-07T17:31:46.226561+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:46 smithi027 bash[31536]: cluster 2023-12-07T17:31:45.189688+0000 mgr.a (mgr.24293) 18498 : cluster 0 pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:46.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:46 smithi027 bash[31536]: audit 2023-12-07T17:31:46.226561+0000 mon.a (mon.0) 3001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:47.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:47.419 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:47.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:47 smithi022 bash[28554]: audit 2023-12-07T17:31:47.026773+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:47 smithi022 bash[28554]: audit 2023-12-07T17:31:47.028807+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:47 smithi022 bash[28554]: audit 2023-12-07T17:31:47.038723+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:31:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:47 smithi044 bash[32620]: audit 2023-12-07T17:31:47.026773+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:47 smithi044 bash[32620]: audit 2023-12-07T17:31:47.028807+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:47 smithi044 bash[32620]: audit 2023-12-07T17:31:47.038723+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:31:47.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:47 smithi027 bash[31536]: audit 2023-12-07T17:31:47.026773+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:47.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:47 smithi027 bash[31536]: audit 2023-12-07T17:31:47.028807+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:47.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:47 smithi027 bash[31536]: audit 2023-12-07T17:31:47.038723+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:31:48.378 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:48.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:48.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:48.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:48.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:48 smithi022 bash[28554]: cluster 2023-12-07T17:31:47.190503+0000 mgr.a (mgr.24293) 18499 : cluster 0 pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:48.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:48 smithi022 bash[28554]: audit 2023-12-07T17:31:47.836801+0000 mgr.a (mgr.24293) 18500 : audit 0 from='client.366585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:48 smithi044 bash[32620]: cluster 2023-12-07T17:31:47.190503+0000 mgr.a (mgr.24293) 18499 : cluster 0 pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:48.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:48 smithi044 bash[32620]: audit 2023-12-07T17:31:47.836801+0000 mgr.a (mgr.24293) 18500 : audit 0 from='client.366585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:48.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:48 smithi027 bash[31536]: cluster 2023-12-07T17:31:47.190503+0000 mgr.a (mgr.24293) 18499 : cluster 0 pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:48.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:48 smithi027 bash[31536]: audit 2023-12-07T17:31:47.836801+0000 mgr.a (mgr.24293) 18500 : audit 0 from='client.366585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:50.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:50 smithi022 bash[28554]: cluster 2023-12-07T17:31:49.191227+0000 mgr.a (mgr.24293) 18501 : cluster 0 pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:50.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:50 smithi044 bash[32620]: cluster 2023-12-07T17:31:49.191227+0000 mgr.a (mgr.24293) 18501 : cluster 0 pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:50.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:50 smithi027 bash[31536]: cluster 2023-12-07T17:31:49.191227+0000 mgr.a (mgr.24293) 18501 : cluster 0 pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:52 smithi022 bash[28554]: cluster 2023-12-07T17:31:51.192073+0000 mgr.a (mgr.24293) 18502 : cluster 0 pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:52 smithi044 bash[32620]: cluster 2023-12-07T17:31:51.192073+0000 mgr.a (mgr.24293) 18502 : cluster 0 pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:52 smithi027 bash[31536]: cluster 2023-12-07T17:31:51.192073+0000 mgr.a (mgr.24293) 18502 : cluster 0 pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:53.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:53.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:53.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:54.320 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:31:54.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:54.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:54.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:54.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:31:54.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:54 smithi022 bash[28554]: cluster 2023-12-07T17:31:53.192667+0000 mgr.a (mgr.24293) 18503 : cluster 0 pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:54 smithi022 bash[28554]: audit 2023-12-07T17:31:53.789852+0000 mgr.a (mgr.24293) 18504 : audit 0 from='client.366660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:54 smithi044 bash[32620]: cluster 2023-12-07T17:31:53.192667+0000 mgr.a (mgr.24293) 18503 : cluster 0 pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:54.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:54 smithi044 bash[32620]: audit 2023-12-07T17:31:53.789852+0000 mgr.a (mgr.24293) 18504 : audit 0 from='client.366660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:54 smithi027 bash[31536]: cluster 2023-12-07T17:31:53.192667+0000 mgr.a (mgr.24293) 18503 : cluster 0 pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:54.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:54 smithi027 bash[31536]: audit 2023-12-07T17:31:53.789852+0000 mgr.a (mgr.24293) 18504 : audit 0 from='client.366660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:56.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:56 smithi022 bash[28554]: cluster 2023-12-07T17:31:55.193411+0000 mgr.a (mgr.24293) 18505 : cluster 0 pgmap v13836: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:56 smithi044 bash[32620]: cluster 2023-12-07T17:31:55.193411+0000 mgr.a (mgr.24293) 18505 : cluster 0 pgmap v13836: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:56 smithi027 bash[31536]: cluster 2023-12-07T17:31:55.193411+0000 mgr.a (mgr.24293) 18505 : cluster 0 pgmap v13836: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:31:58 smithi022 bash[28554]: cluster 2023-12-07T17:31:57.194408+0000 mgr.a (mgr.24293) 18506 : cluster 0 pgmap v13837: 33 pgs: 33 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:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:31:58 smithi044 bash[32620]: cluster 2023-12-07T17:31:57.194408+0000 mgr.a (mgr.24293) 18506 : cluster 0 pgmap v13837: 33 pgs: 33 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:58.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:31:58 smithi027 bash[31536]: cluster 2023-12-07T17:31:57.194408+0000 mgr.a (mgr.24293) 18506 : cluster 0 pgmap v13837: 33 pgs: 33 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:59.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:31:59.324 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:59.324 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:00.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:00.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:00.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:00.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:00.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:00.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:00 smithi022 bash[28554]: cluster 2023-12-07T17:31:59.195010+0000 mgr.a (mgr.24293) 18507 : cluster 0 pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:00 smithi022 bash[28554]: audit 2023-12-07T17:31:59.721523+0000 mgr.a (mgr.24293) 18508 : audit 0 from='client.366735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:00 smithi044 bash[32620]: cluster 2023-12-07T17:31:59.195010+0000 mgr.a (mgr.24293) 18507 : cluster 0 pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:00 smithi044 bash[32620]: audit 2023-12-07T17:31:59.721523+0000 mgr.a (mgr.24293) 18508 : audit 0 from='client.366735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:00 smithi027 bash[31536]: cluster 2023-12-07T17:31:59.195010+0000 mgr.a (mgr.24293) 18507 : cluster 0 pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:00.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:00 smithi027 bash[31536]: audit 2023-12-07T17:31:59.721523+0000 mgr.a (mgr.24293) 18508 : audit 0 from='client.366735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:02.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:02 smithi022 bash[28554]: cluster 2023-12-07T17:32:01.195978+0000 mgr.a (mgr.24293) 18509 : cluster 0 pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:02.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:02 smithi044 bash[32620]: cluster 2023-12-07T17:32:01.195978+0000 mgr.a (mgr.24293) 18509 : cluster 0 pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:02.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:02 smithi027 bash[31536]: cluster 2023-12-07T17:32:01.195978+0000 mgr.a (mgr.24293) 18509 : cluster 0 pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:04 smithi022 bash[28554]: cluster 2023-12-07T17:32:03.196696+0000 mgr.a (mgr.24293) 18510 : cluster 0 pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:04 smithi044 bash[32620]: cluster 2023-12-07T17:32:03.196696+0000 mgr.a (mgr.24293) 18510 : cluster 0 pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:04 smithi027 bash[31536]: cluster 2023-12-07T17:32:03.196696+0000 mgr.a (mgr.24293) 18510 : cluster 0 pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:05.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:05.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:05.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:06.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:06.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:06.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:06.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:06.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:06 smithi022 bash[28554]: cluster 2023-12-07T17:32:05.197318+0000 mgr.a (mgr.24293) 18511 : cluster 0 pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:06 smithi022 bash[28554]: audit 2023-12-07T17:32:05.668625+0000 mgr.a (mgr.24293) 18512 : audit 0 from='client.366813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:06 smithi044 bash[32620]: cluster 2023-12-07T17:32:05.197318+0000 mgr.a (mgr.24293) 18511 : cluster 0 pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:06.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:06 smithi044 bash[32620]: audit 2023-12-07T17:32:05.668625+0000 mgr.a (mgr.24293) 18512 : audit 0 from='client.366813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:06.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:06 smithi027 bash[31536]: cluster 2023-12-07T17:32:05.197318+0000 mgr.a (mgr.24293) 18511 : cluster 0 pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:06.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:06 smithi027 bash[31536]: audit 2023-12-07T17:32:05.668625+0000 mgr.a (mgr.24293) 18512 : audit 0 from='client.366813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:08.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:08 smithi022 bash[28554]: cluster 2023-12-07T17:32:07.198572+0000 mgr.a (mgr.24293) 18513 : cluster 0 pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:08 smithi044 bash[32620]: cluster 2023-12-07T17:32:07.198572+0000 mgr.a (mgr.24293) 18513 : cluster 0 pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:08.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:08 smithi027 bash[31536]: cluster 2023-12-07T17:32:07.198572+0000 mgr.a (mgr.24293) 18513 : cluster 0 pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:10 smithi022 bash[28554]: cluster 2023-12-07T17:32:09.199305+0000 mgr.a (mgr.24293) 18514 : cluster 0 pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:10 smithi044 bash[32620]: cluster 2023-12-07T17:32:09.199305+0000 mgr.a (mgr.24293) 18514 : cluster 0 pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:10 smithi027 bash[31536]: cluster 2023-12-07T17:32:09.199305+0000 mgr.a (mgr.24293) 18514 : cluster 0 pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:11.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:11.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:11.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:12.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:12.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:12.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:12.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:12.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:12.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:12 smithi022 bash[28554]: cluster 2023-12-07T17:32:11.200146+0000 mgr.a (mgr.24293) 18515 : cluster 0 pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:12 smithi022 bash[28554]: audit 2023-12-07T17:32:11.620603+0000 mgr.a (mgr.24293) 18516 : audit 0 from='client.366885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:12 smithi044 bash[32620]: cluster 2023-12-07T17:32:11.200146+0000 mgr.a (mgr.24293) 18515 : cluster 0 pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:12 smithi044 bash[32620]: audit 2023-12-07T17:32:11.620603+0000 mgr.a (mgr.24293) 18516 : audit 0 from='client.366885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:12.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:12 smithi027 bash[31536]: cluster 2023-12-07T17:32:11.200146+0000 mgr.a (mgr.24293) 18515 : cluster 0 pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:12.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:12 smithi027 bash[31536]: audit 2023-12-07T17:32:11.620603+0000 mgr.a (mgr.24293) 18516 : audit 0 from='client.366885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:14.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:14 smithi022 bash[28554]: cluster 2023-12-07T17:32:13.200851+0000 mgr.a (mgr.24293) 18517 : cluster 0 pgmap v13845: 33 pgs: 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:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:14 smithi044 bash[32620]: cluster 2023-12-07T17:32:13.200851+0000 mgr.a (mgr.24293) 18517 : cluster 0 pgmap v13845: 33 pgs: 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:14.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:14 smithi027 bash[31536]: cluster 2023-12-07T17:32:13.200851+0000 mgr.a (mgr.24293) 18517 : cluster 0 pgmap v13845: 33 pgs: 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:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:16 smithi022 bash[28554]: cluster 2023-12-07T17:32:15.201447+0000 mgr.a (mgr.24293) 18518 : cluster 0 pgmap v13846: 33 pgs: 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:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:16 smithi044 bash[32620]: cluster 2023-12-07T17:32:15.201447+0000 mgr.a (mgr.24293) 18518 : cluster 0 pgmap v13846: 33 pgs: 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:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:16 smithi027 bash[31536]: cluster 2023-12-07T17:32:15.201447+0000 mgr.a (mgr.24293) 18518 : cluster 0 pgmap v13846: 33 pgs: 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:17.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:17.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:17.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:18.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:18.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:18.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:18.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:18.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:18.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:18 smithi022 bash[28554]: cluster 2023-12-07T17:32:17.202289+0000 mgr.a (mgr.24293) 18519 : cluster 0 pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:18.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:18 smithi022 bash[28554]: audit 2023-12-07T17:32:17.565445+0000 mgr.a (mgr.24293) 18520 : audit 0 from='client.366963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:18.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:18 smithi044 bash[32620]: cluster 2023-12-07T17:32:17.202289+0000 mgr.a (mgr.24293) 18519 : cluster 0 pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:18.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:18 smithi044 bash[32620]: audit 2023-12-07T17:32:17.565445+0000 mgr.a (mgr.24293) 18520 : audit 0 from='client.366963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:18.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:18 smithi027 bash[31536]: cluster 2023-12-07T17:32:17.202289+0000 mgr.a (mgr.24293) 18519 : cluster 0 pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:18.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:18 smithi027 bash[31536]: audit 2023-12-07T17:32:17.565445+0000 mgr.a (mgr.24293) 18520 : audit 0 from='client.366963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:20 smithi027 bash[31536]: cluster 2023-12-07T17:32:19.203008+0000 mgr.a (mgr.24293) 18521 : cluster 0 pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:21.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:20 smithi022 bash[28554]: cluster 2023-12-07T17:32:19.203008+0000 mgr.a (mgr.24293) 18521 : cluster 0 pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:20 smithi044 bash[32620]: cluster 2023-12-07T17:32:19.203008+0000 mgr.a (mgr.24293) 18521 : cluster 0 pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:22.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:22 smithi027 bash[31536]: cluster 2023-12-07T17:32:21.203875+0000 mgr.a (mgr.24293) 18522 : cluster 0 pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:23.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:23.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:23.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:22 smithi022 bash[28554]: cluster 2023-12-07T17:32:21.203875+0000 mgr.a (mgr.24293) 18522 : cluster 0 pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:22 smithi044 bash[32620]: cluster 2023-12-07T17:32:21.203875+0000 mgr.a (mgr.24293) 18522 : cluster 0 pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:24.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:24.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:24.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:24.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:24.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:24.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:24 smithi027 bash[31536]: cluster 2023-12-07T17:32:23.204327+0000 mgr.a (mgr.24293) 18523 : cluster 0 pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:24.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:24 smithi027 bash[31536]: audit 2023-12-07T17:32:23.518675+0000 mgr.a (mgr.24293) 18524 : audit 0 from='client.367038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:24 smithi022 bash[28554]: cluster 2023-12-07T17:32:23.204327+0000 mgr.a (mgr.24293) 18523 : cluster 0 pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:24 smithi022 bash[28554]: audit 2023-12-07T17:32:23.518675+0000 mgr.a (mgr.24293) 18524 : audit 0 from='client.367038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:24 smithi044 bash[32620]: cluster 2023-12-07T17:32:23.204327+0000 mgr.a (mgr.24293) 18523 : cluster 0 pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:24 smithi044 bash[32620]: audit 2023-12-07T17:32:23.518675+0000 mgr.a (mgr.24293) 18524 : audit 0 from='client.367038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:26.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:26 smithi027 bash[31536]: cluster 2023-12-07T17:32:25.205020+0000 mgr.a (mgr.24293) 18525 : cluster 0 pgmap v13851: 33 pgs: 33 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:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:26 smithi022 bash[28554]: cluster 2023-12-07T17:32:25.205020+0000 mgr.a (mgr.24293) 18525 : cluster 0 pgmap v13851: 33 pgs: 33 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:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:26 smithi044 bash[32620]: cluster 2023-12-07T17:32:25.205020+0000 mgr.a (mgr.24293) 18525 : cluster 0 pgmap v13851: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:28 smithi027 bash[31536]: cluster 2023-12-07T17:32:27.206010+0000 mgr.a (mgr.24293) 18526 : cluster 0 pgmap v13852: 33 pgs: 33 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:29.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:29.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:29.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:28 smithi022 bash[28554]: cluster 2023-12-07T17:32:27.206010+0000 mgr.a (mgr.24293) 18526 : cluster 0 pgmap v13852: 33 pgs: 33 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:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:28 smithi044 bash[32620]: cluster 2023-12-07T17:32:27.206010+0000 mgr.a (mgr.24293) 18526 : cluster 0 pgmap v13852: 33 pgs: 33 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:29.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:29.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:29.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:29.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:29.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:30.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:30 smithi027 bash[31536]: cluster 2023-12-07T17:32:29.206466+0000 mgr.a (mgr.24293) 18527 : cluster 0 pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:30.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:30 smithi027 bash[31536]: audit 2023-12-07T17:32:29.440627+0000 mgr.a (mgr.24293) 18528 : audit 0 from='client.367113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:31.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:30 smithi022 bash[28554]: cluster 2023-12-07T17:32:29.206466+0000 mgr.a (mgr.24293) 18527 : cluster 0 pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:30 smithi022 bash[28554]: audit 2023-12-07T17:32:29.440627+0000 mgr.a (mgr.24293) 18528 : audit 0 from='client.367113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:30 smithi044 bash[32620]: cluster 2023-12-07T17:32:29.206466+0000 mgr.a (mgr.24293) 18527 : cluster 0 pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:30 smithi044 bash[32620]: audit 2023-12-07T17:32:29.440627+0000 mgr.a (mgr.24293) 18528 : audit 0 from='client.367113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:33.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:32 smithi022 bash[28554]: cluster 2023-12-07T17:32:31.207347+0000 mgr.a (mgr.24293) 18529 : cluster 0 pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:32 smithi044 bash[32620]: cluster 2023-12-07T17:32:31.207347+0000 mgr.a (mgr.24293) 18529 : cluster 0 pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:32 smithi027 bash[31536]: cluster 2023-12-07T17:32:31.207347+0000 mgr.a (mgr.24293) 18529 : cluster 0 pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:34.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:34.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:34.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:34 smithi022 bash[28554]: cluster 2023-12-07T17:32:33.207939+0000 mgr.a (mgr.24293) 18530 : cluster 0 pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:34 smithi044 bash[32620]: cluster 2023-12-07T17:32:33.207939+0000 mgr.a (mgr.24293) 18530 : cluster 0 pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:35.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:34 smithi027 bash[31536]: cluster 2023-12-07T17:32:33.207939+0000 mgr.a (mgr.24293) 18530 : cluster 0 pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:35.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:35.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:35.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:35.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:35.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:36 smithi022 bash[28554]: cluster 2023-12-07T17:32:35.208469+0000 mgr.a (mgr.24293) 18531 : cluster 0 pgmap v13856: 33 pgs: 33 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:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:36 smithi022 bash[28554]: audit 2023-12-07T17:32:35.377628+0000 mgr.a (mgr.24293) 18532 : audit 0 from='client.367185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:36 smithi044 bash[32620]: cluster 2023-12-07T17:32:35.208469+0000 mgr.a (mgr.24293) 18531 : cluster 0 pgmap v13856: 33 pgs: 33 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:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:36 smithi044 bash[32620]: audit 2023-12-07T17:32:35.377628+0000 mgr.a (mgr.24293) 18532 : audit 0 from='client.367185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:37.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:36 smithi027 bash[31536]: cluster 2023-12-07T17:32:35.208469+0000 mgr.a (mgr.24293) 18531 : cluster 0 pgmap v13856: 33 pgs: 33 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:37.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:36 smithi027 bash[31536]: audit 2023-12-07T17:32:35.377628+0000 mgr.a (mgr.24293) 18532 : audit 0 from='client.367185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:38 smithi022 bash[28554]: cluster 2023-12-07T17:32:37.209491+0000 mgr.a (mgr.24293) 18533 : cluster 0 pgmap v13857: 33 pgs: 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:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:38 smithi044 bash[32620]: cluster 2023-12-07T17:32:37.209491+0000 mgr.a (mgr.24293) 18533 : cluster 0 pgmap v13857: 33 pgs: 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:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:38 smithi027 bash[31536]: cluster 2023-12-07T17:32:37.209491+0000 mgr.a (mgr.24293) 18533 : cluster 0 pgmap v13857: 33 pgs: 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:40.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:40.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:40.899 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:40 smithi022 bash[28554]: cluster 2023-12-07T17:32:39.210230+0000 mgr.a (mgr.24293) 18534 : cluster 0 pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:40 smithi044 bash[32620]: cluster 2023-12-07T17:32:39.210230+0000 mgr.a (mgr.24293) 18534 : cluster 0 pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:41.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:40 smithi027 bash[31536]: cluster 2023-12-07T17:32:39.210230+0000 mgr.a (mgr.24293) 18534 : cluster 0 pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:41.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:41.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:41.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:41.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:41.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:42 smithi022 bash[28554]: cluster 2023-12-07T17:32:41.211014+0000 mgr.a (mgr.24293) 18535 : cluster 0 pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:42 smithi022 bash[28554]: audit 2023-12-07T17:32:41.303934+0000 mgr.a (mgr.24293) 18536 : audit 0 from='client.298540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:42 smithi044 bash[32620]: cluster 2023-12-07T17:32:41.211014+0000 mgr.a (mgr.24293) 18535 : cluster 0 pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:42 smithi044 bash[32620]: audit 2023-12-07T17:32:41.303934+0000 mgr.a (mgr.24293) 18536 : audit 0 from='client.298540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:43.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:42 smithi027 bash[31536]: cluster 2023-12-07T17:32:41.211014+0000 mgr.a (mgr.24293) 18535 : cluster 0 pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:42 smithi027 bash[31536]: audit 2023-12-07T17:32:41.303934+0000 mgr.a (mgr.24293) 18536 : audit 0 from='client.298540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:44 smithi022 bash[28554]: cluster 2023-12-07T17:32:43.211762+0000 mgr.a (mgr.24293) 18537 : cluster 0 pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:44 smithi044 bash[32620]: cluster 2023-12-07T17:32:43.211762+0000 mgr.a (mgr.24293) 18537 : cluster 0 pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:45.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:44 smithi027 bash[31536]: cluster 2023-12-07T17:32:43.211762+0000 mgr.a (mgr.24293) 18537 : cluster 0 pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:46.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:46.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:46.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:46 smithi022 bash[28554]: cluster 2023-12-07T17:32:45.212342+0000 mgr.a (mgr.24293) 18538 : cluster 0 pgmap v13861: 33 pgs: 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:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:46 smithi044 bash[32620]: cluster 2023-12-07T17:32:45.212342+0000 mgr.a (mgr.24293) 18538 : cluster 0 pgmap v13861: 33 pgs: 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:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:46 smithi027 bash[31536]: cluster 2023-12-07T17:32:45.212342+0000 mgr.a (mgr.24293) 18538 : cluster 0 pgmap v13861: 33 pgs: 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:47.783 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:47.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:47.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:47.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:47.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:48.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:47 smithi022 bash[28554]: audit 2023-12-07T17:32:47.141916+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:47 smithi044 bash[32620]: audit 2023-12-07T17:32:47.141916+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:48.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:47 smithi027 bash[31536]: audit 2023-12-07T17:32:47.141916+0000 mon.a (mon.0) 3005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:48 smithi022 bash[28554]: cluster 2023-12-07T17:32:47.212881+0000 mgr.a (mgr.24293) 18539 : cluster 0 pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:48 smithi022 bash[28554]: audit 2023-12-07T17:32:47.267758+0000 mgr.a (mgr.24293) 18540 : audit 0 from='client.367341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:48 smithi022 bash[28554]: audit 2023-12-07T17:32:47.942709+0000 mon.a (mon.0) 3006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:48 smithi022 bash[28554]: audit 2023-12-07T17:32:47.944950+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:48 smithi022 bash[28554]: audit 2023-12-07T17:32:47.955009+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:48 smithi044 bash[32620]: cluster 2023-12-07T17:32:47.212881+0000 mgr.a (mgr.24293) 18539 : cluster 0 pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:48 smithi044 bash[32620]: audit 2023-12-07T17:32:47.267758+0000 mgr.a (mgr.24293) 18540 : audit 0 from='client.367341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:48 smithi044 bash[32620]: audit 2023-12-07T17:32:47.942709+0000 mon.a (mon.0) 3006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:48 smithi044 bash[32620]: audit 2023-12-07T17:32:47.944950+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:48 smithi044 bash[32620]: audit 2023-12-07T17:32:47.955009+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:32:49.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:48 smithi027 bash[31536]: cluster 2023-12-07T17:32:47.212881+0000 mgr.a (mgr.24293) 18539 : cluster 0 pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:48 smithi027 bash[31536]: audit 2023-12-07T17:32:47.267758+0000 mgr.a (mgr.24293) 18540 : audit 0 from='client.367341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:48 smithi027 bash[31536]: audit 2023-12-07T17:32:47.942709+0000 mon.a (mon.0) 3006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:48 smithi027 bash[31536]: audit 2023-12-07T17:32:47.944950+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:48 smithi027 bash[31536]: audit 2023-12-07T17:32:47.955009+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:32:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:50 smithi022 bash[28554]: cluster 2023-12-07T17:32:49.213468+0000 mgr.a (mgr.24293) 18541 : cluster 0 pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:50 smithi044 bash[32620]: cluster 2023-12-07T17:32:49.213468+0000 mgr.a (mgr.24293) 18541 : cluster 0 pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:50 smithi027 bash[31536]: cluster 2023-12-07T17:32:49.213468+0000 mgr.a (mgr.24293) 18541 : cluster 0 pgmap v13863: 33 pgs: 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:52.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:52.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:52.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:52 smithi022 bash[28554]: cluster 2023-12-07T17:32:51.214323+0000 mgr.a (mgr.24293) 18542 : cluster 0 pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:52 smithi044 bash[32620]: cluster 2023-12-07T17:32:51.214323+0000 mgr.a (mgr.24293) 18542 : cluster 0 pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:52 smithi027 bash[31536]: cluster 2023-12-07T17:32:51.214323+0000 mgr.a (mgr.24293) 18542 : cluster 0 pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:53.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:53.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:53.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:53.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:53.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:32:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:54 smithi022 bash[28554]: audit 2023-12-07T17:32:53.183792+0000 mgr.a (mgr.24293) 18543 : audit 0 from='client.367413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:54 smithi022 bash[28554]: cluster 2023-12-07T17:32:53.214749+0000 mgr.a (mgr.24293) 18544 : cluster 0 pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:54 smithi044 bash[32620]: audit 2023-12-07T17:32:53.183792+0000 mgr.a (mgr.24293) 18543 : audit 0 from='client.367413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:54 smithi044 bash[32620]: cluster 2023-12-07T17:32:53.214749+0000 mgr.a (mgr.24293) 18544 : cluster 0 pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:55.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:54 smithi027 bash[31536]: audit 2023-12-07T17:32:53.183792+0000 mgr.a (mgr.24293) 18543 : audit 0 from='client.367413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:54 smithi027 bash[31536]: cluster 2023-12-07T17:32:53.214749+0000 mgr.a (mgr.24293) 18544 : cluster 0 pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:56 smithi022 bash[28554]: cluster 2023-12-07T17:32:55.215364+0000 mgr.a (mgr.24293) 18545 : cluster 0 pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:56 smithi044 bash[32620]: cluster 2023-12-07T17:32:55.215364+0000 mgr.a (mgr.24293) 18545 : cluster 0 pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:57.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:56 smithi027 bash[31536]: cluster 2023-12-07T17:32:55.215364+0000 mgr.a (mgr.24293) 18545 : cluster 0 pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:58.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:32:58.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:58.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:59.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:32:58 smithi022 bash[28554]: cluster 2023-12-07T17:32:57.216208+0000 mgr.a (mgr.24293) 18546 : cluster 0 pgmap v13867: 33 pgs: 33 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:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:32:58 smithi044 bash[32620]: cluster 2023-12-07T17:32:57.216208+0000 mgr.a (mgr.24293) 18546 : cluster 0 pgmap v13867: 33 pgs: 33 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:59.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:32:58 smithi027 bash[31536]: cluster 2023-12-07T17:32:57.216208+0000 mgr.a (mgr.24293) 18546 : cluster 0 pgmap v13867: 33 pgs: 33 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:59.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:32:59.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:59.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:59.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:59.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:00 smithi022 bash[28554]: audit 2023-12-07T17:32:59.109046+0000 mgr.a (mgr.24293) 18547 : audit 0 from='client.367485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:00 smithi022 bash[28554]: cluster 2023-12-07T17:32:59.216885+0000 mgr.a (mgr.24293) 18548 : cluster 0 pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:00 smithi044 bash[32620]: audit 2023-12-07T17:32:59.109046+0000 mgr.a (mgr.24293) 18547 : audit 0 from='client.367485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:00 smithi044 bash[32620]: cluster 2023-12-07T17:32:59.216885+0000 mgr.a (mgr.24293) 18548 : cluster 0 pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:00 smithi027 bash[31536]: audit 2023-12-07T17:32:59.109046+0000 mgr.a (mgr.24293) 18547 : audit 0 from='client.367485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:00 smithi027 bash[31536]: cluster 2023-12-07T17:32:59.216885+0000 mgr.a (mgr.24293) 18548 : cluster 0 pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:03.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:02 smithi022 bash[28554]: cluster 2023-12-07T17:33:01.217805+0000 mgr.a (mgr.24293) 18549 : cluster 0 pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:02 smithi044 bash[32620]: cluster 2023-12-07T17:33:01.217805+0000 mgr.a (mgr.24293) 18549 : cluster 0 pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:03.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:02 smithi027 bash[31536]: cluster 2023-12-07T17:33:01.217805+0000 mgr.a (mgr.24293) 18549 : cluster 0 pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:04.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:04.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:04.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:05.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:04 smithi022 bash[28554]: cluster 2023-12-07T17:33:03.218405+0000 mgr.a (mgr.24293) 18550 : cluster 0 pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:04 smithi044 bash[32620]: cluster 2023-12-07T17:33:03.218405+0000 mgr.a (mgr.24293) 18550 : cluster 0 pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:05.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:04 smithi027 bash[31536]: cluster 2023-12-07T17:33:03.218405+0000 mgr.a (mgr.24293) 18550 : cluster 0 pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:05.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:05.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:05.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:05.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:05.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:07.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:06 smithi022 bash[28554]: audit 2023-12-07T17:33:05.036220+0000 mgr.a (mgr.24293) 18551 : audit 0 from='client.367560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:06 smithi022 bash[28554]: cluster 2023-12-07T17:33:05.219176+0000 mgr.a (mgr.24293) 18552 : cluster 0 pgmap v13871: 33 pgs: 33 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:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:06 smithi044 bash[32620]: audit 2023-12-07T17:33:05.036220+0000 mgr.a (mgr.24293) 18551 : audit 0 from='client.367560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:06 smithi044 bash[32620]: cluster 2023-12-07T17:33:05.219176+0000 mgr.a (mgr.24293) 18552 : cluster 0 pgmap v13871: 33 pgs: 33 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:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:06 smithi027 bash[31536]: audit 2023-12-07T17:33:05.036220+0000 mgr.a (mgr.24293) 18551 : audit 0 from='client.367560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:06 smithi027 bash[31536]: cluster 2023-12-07T17:33:05.219176+0000 mgr.a (mgr.24293) 18552 : cluster 0 pgmap v13871: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:08 smithi022 bash[28554]: cluster 2023-12-07T17:33:07.220177+0000 mgr.a (mgr.24293) 18553 : cluster 0 pgmap v13872: 33 pgs: 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:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:08 smithi044 bash[32620]: cluster 2023-12-07T17:33:07.220177+0000 mgr.a (mgr.24293) 18553 : cluster 0 pgmap v13872: 33 pgs: 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:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:08 smithi027 bash[31536]: cluster 2023-12-07T17:33:07.220177+0000 mgr.a (mgr.24293) 18553 : cluster 0 pgmap v13872: 33 pgs: 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:10.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:10.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:10.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:10 smithi022 bash[28554]: cluster 2023-12-07T17:33:09.220728+0000 mgr.a (mgr.24293) 18554 : cluster 0 pgmap v13873: 33 pgs: 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:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:10 smithi044 bash[32620]: cluster 2023-12-07T17:33:09.220728+0000 mgr.a (mgr.24293) 18554 : cluster 0 pgmap v13873: 33 pgs: 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:11.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:10 smithi027 bash[31536]: cluster 2023-12-07T17:33:09.220728+0000 mgr.a (mgr.24293) 18554 : cluster 0 pgmap v13873: 33 pgs: 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:11.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:11.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:11.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:11.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:11.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:13.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:12 smithi022 bash[28554]: audit 2023-12-07T17:33:10.968863+0000 mgr.a (mgr.24293) 18555 : audit 0 from='client.367635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:13.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:12 smithi022 bash[28554]: cluster 2023-12-07T17:33:11.221722+0000 mgr.a (mgr.24293) 18556 : cluster 0 pgmap v13874: 33 pgs: 33 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:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:12 smithi044 bash[32620]: audit 2023-12-07T17:33:10.968863+0000 mgr.a (mgr.24293) 18555 : audit 0 from='client.367635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:12 smithi044 bash[32620]: cluster 2023-12-07T17:33:11.221722+0000 mgr.a (mgr.24293) 18556 : cluster 0 pgmap v13874: 33 pgs: 33 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:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:12 smithi027 bash[31536]: audit 2023-12-07T17:33:10.968863+0000 mgr.a (mgr.24293) 18555 : audit 0 from='client.367635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:12 smithi027 bash[31536]: cluster 2023-12-07T17:33:11.221722+0000 mgr.a (mgr.24293) 18556 : cluster 0 pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:14 smithi022 bash[28554]: cluster 2023-12-07T17:33:13.222429+0000 mgr.a (mgr.24293) 18557 : cluster 0 pgmap v13875: 33 pgs: 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:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:14 smithi044 bash[32620]: cluster 2023-12-07T17:33:13.222429+0000 mgr.a (mgr.24293) 18557 : cluster 0 pgmap v13875: 33 pgs: 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:15.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:14 smithi027 bash[31536]: cluster 2023-12-07T17:33:13.222429+0000 mgr.a (mgr.24293) 18557 : cluster 0 pgmap v13875: 33 pgs: 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:16.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:16.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:16.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:17.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:16 smithi022 bash[28554]: cluster 2023-12-07T17:33:15.223026+0000 mgr.a (mgr.24293) 18558 : cluster 0 pgmap v13876: 33 pgs: 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:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:16 smithi044 bash[32620]: cluster 2023-12-07T17:33:15.223026+0000 mgr.a (mgr.24293) 18558 : cluster 0 pgmap v13876: 33 pgs: 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:17.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:16 smithi027 bash[31536]: cluster 2023-12-07T17:33:15.223026+0000 mgr.a (mgr.24293) 18558 : cluster 0 pgmap v13876: 33 pgs: 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:17.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:17.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:17.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:17.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:17.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:18.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:17 smithi022 bash[28554]: audit 2023-12-07T17:33:16.925430+0000 mgr.a (mgr.24293) 18559 : audit 0 from='client.298885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:18.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:17 smithi044 bash[32620]: audit 2023-12-07T17:33:16.925430+0000 mgr.a (mgr.24293) 18559 : audit 0 from='client.298885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:18.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:17 smithi027 bash[31536]: audit 2023-12-07T17:33:16.925430+0000 mgr.a (mgr.24293) 18559 : audit 0 from='client.298885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:19.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:18 smithi022 bash[28554]: cluster 2023-12-07T17:33:17.223774+0000 mgr.a (mgr.24293) 18560 : cluster 0 pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:18 smithi044 bash[32620]: cluster 2023-12-07T17:33:17.223774+0000 mgr.a (mgr.24293) 18560 : cluster 0 pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:19.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:18 smithi027 bash[31536]: cluster 2023-12-07T17:33:17.223774+0000 mgr.a (mgr.24293) 18560 : cluster 0 pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:20 smithi022 bash[28554]: cluster 2023-12-07T17:33:19.224424+0000 mgr.a (mgr.24293) 18561 : cluster 0 pgmap v13878: 33 pgs: 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:33:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:20 smithi044 bash[32620]: cluster 2023-12-07T17:33:19.224424+0000 mgr.a (mgr.24293) 18561 : cluster 0 pgmap v13878: 33 pgs: 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:33:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:20 smithi027 bash[31536]: cluster 2023-12-07T17:33:19.224424+0000 mgr.a (mgr.24293) 18561 : cluster 0 pgmap v13878: 33 pgs: 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:33:22.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:22.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:23.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:22 smithi022 bash[28554]: cluster 2023-12-07T17:33:21.225305+0000 mgr.a (mgr.24293) 18562 : cluster 0 pgmap v13879: 33 pgs: 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:33:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:22 smithi044 bash[32620]: cluster 2023-12-07T17:33:21.225305+0000 mgr.a (mgr.24293) 18562 : cluster 0 pgmap v13879: 33 pgs: 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:33:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:22 smithi027 bash[31536]: cluster 2023-12-07T17:33:21.225305+0000 mgr.a (mgr.24293) 18562 : cluster 0 pgmap v13879: 33 pgs: 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:33:23.358 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:23.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:23.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:23.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:23.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:24.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:23 smithi022 bash[28554]: audit 2023-12-07T17:33:22.847744+0000 mgr.a (mgr.24293) 18563 : audit 0 from='client.367785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:24.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:23 smithi044 bash[32620]: audit 2023-12-07T17:33:22.847744+0000 mgr.a (mgr.24293) 18563 : audit 0 from='client.367785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:24.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:23 smithi027 bash[31536]: audit 2023-12-07T17:33:22.847744+0000 mgr.a (mgr.24293) 18563 : audit 0 from='client.367785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:25.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:24 smithi022 bash[28554]: cluster 2023-12-07T17:33:23.226927+0000 mgr.a (mgr.24293) 18564 : cluster 0 pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:24 smithi044 bash[32620]: cluster 2023-12-07T17:33:23.226927+0000 mgr.a (mgr.24293) 18564 : cluster 0 pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:24 smithi027 bash[31536]: cluster 2023-12-07T17:33:23.226927+0000 mgr.a (mgr.24293) 18564 : cluster 0 pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:26 smithi022 bash[28554]: cluster 2023-12-07T17:33:25.227642+0000 mgr.a (mgr.24293) 18565 : cluster 0 pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:26 smithi044 bash[32620]: cluster 2023-12-07T17:33:25.227642+0000 mgr.a (mgr.24293) 18565 : cluster 0 pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:26 smithi027 bash[31536]: cluster 2023-12-07T17:33:25.227642+0000 mgr.a (mgr.24293) 18565 : cluster 0 pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:28.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:28.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:28.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:29.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:28 smithi022 bash[28554]: cluster 2023-12-07T17:33:27.228459+0000 mgr.a (mgr.24293) 18566 : cluster 0 pgmap v13882: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:28 smithi044 bash[32620]: cluster 2023-12-07T17:33:27.228459+0000 mgr.a (mgr.24293) 18566 : cluster 0 pgmap v13882: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:28 smithi027 bash[31536]: cluster 2023-12-07T17:33:27.228459+0000 mgr.a (mgr.24293) 18566 : cluster 0 pgmap v13882: 33 pgs: 33 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.317 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:29.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:29.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:29.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:29.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:30.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:29 smithi022 bash[28554]: audit 2023-12-07T17:33:28.772522+0000 mgr.a (mgr.24293) 18567 : audit 0 from='client.367863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:30.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:29 smithi044 bash[32620]: audit 2023-12-07T17:33:28.772522+0000 mgr.a (mgr.24293) 18567 : audit 0 from='client.367863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:30.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:29 smithi027 bash[31536]: audit 2023-12-07T17:33:28.772522+0000 mgr.a (mgr.24293) 18567 : audit 0 from='client.367863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:30 smithi022 bash[28554]: cluster 2023-12-07T17:33:29.229169+0000 mgr.a (mgr.24293) 18568 : cluster 0 pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:30 smithi044 bash[32620]: cluster 2023-12-07T17:33:29.229169+0000 mgr.a (mgr.24293) 18568 : cluster 0 pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:30 smithi027 bash[31536]: cluster 2023-12-07T17:33:29.229169+0000 mgr.a (mgr.24293) 18568 : cluster 0 pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:32 smithi022 bash[28554]: cluster 2023-12-07T17:33:31.230219+0000 mgr.a (mgr.24293) 18569 : cluster 0 pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:32 smithi044 bash[32620]: cluster 2023-12-07T17:33:31.230219+0000 mgr.a (mgr.24293) 18569 : cluster 0 pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:32 smithi027 bash[31536]: cluster 2023-12-07T17:33:31.230219+0000 mgr.a (mgr.24293) 18569 : cluster 0 pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:34.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:34.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:34.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:35.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:34 smithi022 bash[28554]: cluster 2023-12-07T17:33:33.230989+0000 mgr.a (mgr.24293) 18570 : cluster 0 pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:34 smithi044 bash[32620]: cluster 2023-12-07T17:33:33.230989+0000 mgr.a (mgr.24293) 18570 : cluster 0 pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:34 smithi027 bash[31536]: cluster 2023-12-07T17:33:33.230989+0000 mgr.a (mgr.24293) 18570 : cluster 0 pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:35.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:35.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:35.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:35.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:35.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:36.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:35 smithi022 bash[28554]: audit 2023-12-07T17:33:34.728330+0000 mgr.a (mgr.24293) 18571 : audit 0 from='client.367941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:36.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:35 smithi044 bash[32620]: audit 2023-12-07T17:33:34.728330+0000 mgr.a (mgr.24293) 18571 : audit 0 from='client.367941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:35 smithi027 bash[31536]: audit 2023-12-07T17:33:34.728330+0000 mgr.a (mgr.24293) 18571 : audit 0 from='client.367941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:37.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:36 smithi022 bash[28554]: cluster 2023-12-07T17:33:35.231646+0000 mgr.a (mgr.24293) 18572 : cluster 0 pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:36 smithi044 bash[32620]: cluster 2023-12-07T17:33:35.231646+0000 mgr.a (mgr.24293) 18572 : cluster 0 pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:36 smithi027 bash[31536]: cluster 2023-12-07T17:33:35.231646+0000 mgr.a (mgr.24293) 18572 : cluster 0 pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:39.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:38 smithi022 bash[28554]: cluster 2023-12-07T17:33:37.232442+0000 mgr.a (mgr.24293) 18573 : cluster 0 pgmap v13887: 33 pgs: 33 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:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:38 smithi044 bash[32620]: cluster 2023-12-07T17:33:37.232442+0000 mgr.a (mgr.24293) 18573 : cluster 0 pgmap v13887: 33 pgs: 33 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:39.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:38 smithi027 bash[31536]: cluster 2023-12-07T17:33:37.232442+0000 mgr.a (mgr.24293) 18573 : cluster 0 pgmap v13887: 33 pgs: 33 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:40.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:40.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:40.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:41.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:40 smithi022 bash[28554]: cluster 2023-12-07T17:33:39.232997+0000 mgr.a (mgr.24293) 18574 : cluster 0 pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:40 smithi044 bash[32620]: cluster 2023-12-07T17:33:39.232997+0000 mgr.a (mgr.24293) 18574 : cluster 0 pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:40 smithi027 bash[31536]: cluster 2023-12-07T17:33:39.232997+0000 mgr.a (mgr.24293) 18574 : cluster 0 pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:41.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:41.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:41.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:41.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:41.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:41 smithi022 bash[28554]: audit 2023-12-07T17:33:40.672472+0000 mgr.a (mgr.24293) 18575 : audit 0 from='client.368016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:41 smithi044 bash[32620]: audit 2023-12-07T17:33:40.672472+0000 mgr.a (mgr.24293) 18575 : audit 0 from='client.368016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:42.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:41 smithi027 bash[31536]: audit 2023-12-07T17:33:40.672472+0000 mgr.a (mgr.24293) 18575 : audit 0 from='client.368016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:42 smithi022 bash[28554]: cluster 2023-12-07T17:33:41.234127+0000 mgr.a (mgr.24293) 18576 : cluster 0 pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:42 smithi044 bash[32620]: cluster 2023-12-07T17:33:41.234127+0000 mgr.a (mgr.24293) 18576 : cluster 0 pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:43.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:42 smithi027 bash[31536]: cluster 2023-12-07T17:33:41.234127+0000 mgr.a (mgr.24293) 18576 : cluster 0 pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:44 smithi022 bash[28554]: cluster 2023-12-07T17:33:43.234738+0000 mgr.a (mgr.24293) 18577 : cluster 0 pgmap v13890: 33 pgs: 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:44 smithi044 bash[32620]: cluster 2023-12-07T17:33:43.234738+0000 mgr.a (mgr.24293) 18577 : cluster 0 pgmap v13890: 33 pgs: 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.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:44 smithi027 bash[31536]: cluster 2023-12-07T17:33:43.234738+0000 mgr.a (mgr.24293) 18577 : cluster 0 pgmap v13890: 33 pgs: 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:46.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:46.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:46.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:47.152 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:47.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:47.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:47.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:47.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:46 smithi022 bash[28554]: cluster 2023-12-07T17:33:45.235319+0000 mgr.a (mgr.24293) 18578 : cluster 0 pgmap v13891: 33 pgs: 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:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:46 smithi044 bash[32620]: cluster 2023-12-07T17:33:45.235319+0000 mgr.a (mgr.24293) 18578 : cluster 0 pgmap v13891: 33 pgs: 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:47.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:46 smithi027 bash[31536]: cluster 2023-12-07T17:33:45.235319+0000 mgr.a (mgr.24293) 18578 : cluster 0 pgmap v13891: 33 pgs: 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:47 smithi022 bash[28554]: audit 2023-12-07T17:33:46.619957+0000 mgr.a (mgr.24293) 18579 : audit 0 from='client.368088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:47 smithi044 bash[32620]: audit 2023-12-07T17:33:46.619957+0000 mgr.a (mgr.24293) 18579 : audit 0 from='client.368088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:48.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:47 smithi027 bash[31536]: audit 2023-12-07T17:33:46.619957+0000 mgr.a (mgr.24293) 18579 : audit 0 from='client.368088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:48 smithi022 bash[28554]: cluster 2023-12-07T17:33:47.236615+0000 mgr.a (mgr.24293) 18580 : cluster 0 pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:48 smithi022 bash[28554]: audit 2023-12-07T17:33:48.059320+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:48 smithi022 bash[28554]: audit 2023-12-07T17:33:48.590493+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:48 smithi022 bash[28554]: audit 2023-12-07T17:33:48.597012+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:48 smithi044 bash[32620]: cluster 2023-12-07T17:33:47.236615+0000 mgr.a (mgr.24293) 18580 : cluster 0 pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:48 smithi044 bash[32620]: audit 2023-12-07T17:33:48.059320+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:48 smithi044 bash[32620]: audit 2023-12-07T17:33:48.590493+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:48 smithi044 bash[32620]: audit 2023-12-07T17:33:48.597012+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:48 smithi027 bash[31536]: cluster 2023-12-07T17:33:47.236615+0000 mgr.a (mgr.24293) 18580 : cluster 0 pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:48 smithi027 bash[31536]: audit 2023-12-07T17:33:48.059320+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:48 smithi027 bash[31536]: audit 2023-12-07T17:33:48.590493+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:48 smithi027 bash[31536]: audit 2023-12-07T17:33:48.597012+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:49 smithi022 bash[28554]: audit 2023-12-07T17:33:49.340202+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:49 smithi022 bash[28554]: audit 2023-12-07T17:33:49.342206+0000 mon.a (mon.0) 3013 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:49 smithi022 bash[28554]: audit 2023-12-07T17:33:49.352504+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:49 smithi044 bash[32620]: audit 2023-12-07T17:33:49.340202+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:49 smithi044 bash[32620]: audit 2023-12-07T17:33:49.342206+0000 mon.a (mon.0) 3013 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:49 smithi044 bash[32620]: audit 2023-12-07T17:33:49.352504+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:50.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:49 smithi027 bash[31536]: audit 2023-12-07T17:33:49.340202+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:50.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:49 smithi027 bash[31536]: audit 2023-12-07T17:33:49.342206+0000 mon.a (mon.0) 3013 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:50.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:49 smithi027 bash[31536]: audit 2023-12-07T17:33:49.352504+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:33:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:50 smithi022 bash[28554]: cluster 2023-12-07T17:33:49.237339+0000 mgr.a (mgr.24293) 18581 : cluster 0 pgmap v13893: 33 pgs: 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:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:50 smithi044 bash[32620]: cluster 2023-12-07T17:33:49.237339+0000 mgr.a (mgr.24293) 18581 : cluster 0 pgmap v13893: 33 pgs: 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:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:50 smithi027 bash[31536]: cluster 2023-12-07T17:33:49.237339+0000 mgr.a (mgr.24293) 18581 : cluster 0 pgmap v13893: 33 pgs: 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:52.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:52.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:52.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:53.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:53.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:53.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:53.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:53.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:53.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:52 smithi022 bash[28554]: cluster 2023-12-07T17:33:51.238172+0000 mgr.a (mgr.24293) 18582 : cluster 0 pgmap v13894: 33 pgs: 33 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:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:52 smithi044 bash[32620]: cluster 2023-12-07T17:33:51.238172+0000 mgr.a (mgr.24293) 18582 : cluster 0 pgmap v13894: 33 pgs: 33 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:53.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:52 smithi027 bash[31536]: cluster 2023-12-07T17:33:51.238172+0000 mgr.a (mgr.24293) 18582 : cluster 0 pgmap v13894: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:53 smithi022 bash[28554]: audit 2023-12-07T17:33:52.569269+0000 mgr.a (mgr.24293) 18583 : audit 0 from='client.368163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:53 smithi044 bash[32620]: audit 2023-12-07T17:33:52.569269+0000 mgr.a (mgr.24293) 18583 : audit 0 from='client.368163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:53 smithi027 bash[31536]: audit 2023-12-07T17:33:52.569269+0000 mgr.a (mgr.24293) 18583 : audit 0 from='client.368163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:55.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:54 smithi022 bash[28554]: cluster 2023-12-07T17:33:53.238907+0000 mgr.a (mgr.24293) 18584 : cluster 0 pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:54 smithi044 bash[32620]: cluster 2023-12-07T17:33:53.238907+0000 mgr.a (mgr.24293) 18584 : cluster 0 pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:54 smithi027 bash[31536]: cluster 2023-12-07T17:33:53.238907+0000 mgr.a (mgr.24293) 18584 : cluster 0 pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:57.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:56 smithi022 bash[28554]: cluster 2023-12-07T17:33:55.239623+0000 mgr.a (mgr.24293) 18585 : cluster 0 pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:56 smithi044 bash[32620]: cluster 2023-12-07T17:33:55.239623+0000 mgr.a (mgr.24293) 18585 : cluster 0 pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:56 smithi027 bash[31536]: cluster 2023-12-07T17:33:55.239623+0000 mgr.a (mgr.24293) 18585 : cluster 0 pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:58.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:33:58.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:58.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:59.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:33:59.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:59.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:59.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:59.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:33:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:58 smithi027 bash[31536]: cluster 2023-12-07T17:33:57.240454+0000 mgr.a (mgr.24293) 18586 : cluster 0 pgmap v13897: 33 pgs: 33 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.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:58 smithi022 bash[28554]: cluster 2023-12-07T17:33:57.240454+0000 mgr.a (mgr.24293) 18586 : cluster 0 pgmap v13897: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:58 smithi044 bash[32620]: cluster 2023-12-07T17:33:57.240454+0000 mgr.a (mgr.24293) 18586 : cluster 0 pgmap v13897: 33 pgs: 33 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:00.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:33:59 smithi027 bash[31536]: audit 2023-12-07T17:33:58.513374+0000 mgr.a (mgr.24293) 18587 : audit 0 from='client.368232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:33:59 smithi022 bash[28554]: audit 2023-12-07T17:33:58.513374+0000 mgr.a (mgr.24293) 18587 : audit 0 from='client.368232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:00.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:33:59 smithi044 bash[32620]: audit 2023-12-07T17:33:58.513374+0000 mgr.a (mgr.24293) 18587 : audit 0 from='client.368232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:00 smithi027 bash[31536]: cluster 2023-12-07T17:33:59.241276+0000 mgr.a (mgr.24293) 18588 : cluster 0 pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:00 smithi022 bash[28554]: cluster 2023-12-07T17:33:59.241276+0000 mgr.a (mgr.24293) 18588 : cluster 0 pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:01.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:00 smithi044 bash[32620]: cluster 2023-12-07T17:33:59.241276+0000 mgr.a (mgr.24293) 18588 : cluster 0 pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:02 smithi027 bash[31536]: cluster 2023-12-07T17:34:01.242194+0000 mgr.a (mgr.24293) 18589 : cluster 0 pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:03.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:02 smithi022 bash[28554]: cluster 2023-12-07T17:34:01.242194+0000 mgr.a (mgr.24293) 18589 : cluster 0 pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:02 smithi044 bash[32620]: cluster 2023-12-07T17:34:01.242194+0000 mgr.a (mgr.24293) 18589 : cluster 0 pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:04.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:04.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:04.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:04.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:04.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:04.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:04.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:04.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:04 smithi027 bash[31536]: cluster 2023-12-07T17:34:03.242905+0000 mgr.a (mgr.24293) 18590 : cluster 0 pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:05.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:04 smithi022 bash[28554]: cluster 2023-12-07T17:34:03.242905+0000 mgr.a (mgr.24293) 18590 : cluster 0 pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:04 smithi044 bash[32620]: cluster 2023-12-07T17:34:03.242905+0000 mgr.a (mgr.24293) 18590 : cluster 0 pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:05 smithi022 bash[28554]: audit 2023-12-07T17:34:04.455754+0000 mgr.a (mgr.24293) 18591 : audit 0 from='client.368310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:06.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:05 smithi044 bash[32620]: audit 2023-12-07T17:34:04.455754+0000 mgr.a (mgr.24293) 18591 : audit 0 from='client.368310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:06.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:05 smithi027 bash[31536]: audit 2023-12-07T17:34:04.455754+0000 mgr.a (mgr.24293) 18591 : audit 0 from='client.368310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:07.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:06 smithi022 bash[28554]: cluster 2023-12-07T17:34:05.243767+0000 mgr.a (mgr.24293) 18592 : cluster 0 pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:06 smithi044 bash[32620]: cluster 2023-12-07T17:34:05.243767+0000 mgr.a (mgr.24293) 18592 : cluster 0 pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:07.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:06 smithi027 bash[31536]: cluster 2023-12-07T17:34:05.243767+0000 mgr.a (mgr.24293) 18592 : cluster 0 pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:09.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:08 smithi022 bash[28554]: cluster 2023-12-07T17:34:07.244675+0000 mgr.a (mgr.24293) 18593 : cluster 0 pgmap v13902: 33 pgs: 33 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:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:08 smithi044 bash[32620]: cluster 2023-12-07T17:34:07.244675+0000 mgr.a (mgr.24293) 18593 : cluster 0 pgmap v13902: 33 pgs: 33 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:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:08 smithi027 bash[31536]: cluster 2023-12-07T17:34:07.244675+0000 mgr.a (mgr.24293) 18593 : cluster 0 pgmap v13902: 33 pgs: 33 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:09.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:09.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:09.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:10.932 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:10.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:10.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:10.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:10.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:10 smithi022 bash[28554]: cluster 2023-12-07T17:34:09.245230+0000 mgr.a (mgr.24293) 18594 : cluster 0 pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:10 smithi044 bash[32620]: cluster 2023-12-07T17:34:09.245230+0000 mgr.a (mgr.24293) 18594 : cluster 0 pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:11.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:10 smithi027 bash[31536]: cluster 2023-12-07T17:34:09.245230+0000 mgr.a (mgr.24293) 18594 : cluster 0 pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:11 smithi022 bash[28554]: audit 2023-12-07T17:34:10.395851+0000 mgr.a (mgr.24293) 18595 : audit 0 from='client.368388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:12.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:11 smithi044 bash[32620]: audit 2023-12-07T17:34:10.395851+0000 mgr.a (mgr.24293) 18595 : audit 0 from='client.368388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:12.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:11 smithi027 bash[31536]: audit 2023-12-07T17:34:10.395851+0000 mgr.a (mgr.24293) 18595 : audit 0 from='client.368388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:12 smithi022 bash[28554]: cluster 2023-12-07T17:34:11.246222+0000 mgr.a (mgr.24293) 18596 : cluster 0 pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:13.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:12 smithi044 bash[32620]: cluster 2023-12-07T17:34:11.246222+0000 mgr.a (mgr.24293) 18596 : cluster 0 pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:13.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:12 smithi027 bash[31536]: cluster 2023-12-07T17:34:11.246222+0000 mgr.a (mgr.24293) 18596 : cluster 0 pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:14 smithi022 bash[28554]: cluster 2023-12-07T17:34:13.246811+0000 mgr.a (mgr.24293) 18597 : cluster 0 pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:15.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:14 smithi044 bash[32620]: cluster 2023-12-07T17:34:13.246811+0000 mgr.a (mgr.24293) 18597 : cluster 0 pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:15.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:14 smithi027 bash[31536]: cluster 2023-12-07T17:34:13.246811+0000 mgr.a (mgr.24293) 18597 : cluster 0 pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:15.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:15.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:15.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:16.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:16.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:16.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:16.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:16.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:16 smithi022 bash[28554]: cluster 2023-12-07T17:34:15.247405+0000 mgr.a (mgr.24293) 18598 : cluster 0 pgmap v13906: 33 pgs: 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:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:16 smithi044 bash[32620]: cluster 2023-12-07T17:34:15.247405+0000 mgr.a (mgr.24293) 18598 : cluster 0 pgmap v13906: 33 pgs: 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:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:16 smithi027 bash[31536]: cluster 2023-12-07T17:34:15.247405+0000 mgr.a (mgr.24293) 18598 : cluster 0 pgmap v13906: 33 pgs: 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:17 smithi022 bash[28554]: audit 2023-12-07T17:34:16.346592+0000 mgr.a (mgr.24293) 18599 : audit 0 from='client.368466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:17 smithi022 bash[28554]: cluster 2023-12-07T17:34:17.248432+0000 mgr.a (mgr.24293) 18600 : cluster 0 pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:17 smithi044 bash[32620]: audit 2023-12-07T17:34:16.346592+0000 mgr.a (mgr.24293) 18599 : audit 0 from='client.368466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:18.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:17 smithi044 bash[32620]: cluster 2023-12-07T17:34:17.248432+0000 mgr.a (mgr.24293) 18600 : cluster 0 pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:18.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:17 smithi027 bash[31536]: audit 2023-12-07T17:34:16.346592+0000 mgr.a (mgr.24293) 18599 : audit 0 from='client.368466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:18.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:17 smithi027 bash[31536]: cluster 2023-12-07T17:34:17.248432+0000 mgr.a (mgr.24293) 18600 : cluster 0 pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:20.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:20 smithi022 bash[28554]: cluster 2023-12-07T17:34:19.249006+0000 mgr.a (mgr.24293) 18601 : cluster 0 pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:20.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:20 smithi044 bash[32620]: cluster 2023-12-07T17:34:19.249006+0000 mgr.a (mgr.24293) 18601 : cluster 0 pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:20.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:20 smithi027 bash[31536]: cluster 2023-12-07T17:34:19.249006+0000 mgr.a (mgr.24293) 18601 : cluster 0 pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:21.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:21.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:21.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:22 smithi022 bash[28554]: cluster 2023-12-07T17:34:21.249771+0000 mgr.a (mgr.24293) 18602 : cluster 0 pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:22.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:22 smithi044 bash[32620]: cluster 2023-12-07T17:34:21.249771+0000 mgr.a (mgr.24293) 18602 : cluster 0 pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:22.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:22 smithi027 bash[31536]: cluster 2023-12-07T17:34:21.249771+0000 mgr.a (mgr.24293) 18602 : cluster 0 pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:22.827 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:22.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:22.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:22.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:22.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:23 smithi022 bash[28554]: audit 2023-12-07T17:34:22.284694+0000 mgr.a (mgr.24293) 18603 : audit 0 from='client.368541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:23 smithi044 bash[32620]: audit 2023-12-07T17:34:22.284694+0000 mgr.a (mgr.24293) 18603 : audit 0 from='client.368541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:23 smithi027 bash[31536]: audit 2023-12-07T17:34:22.284694+0000 mgr.a (mgr.24293) 18603 : audit 0 from='client.368541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:24 smithi022 bash[28554]: cluster 2023-12-07T17:34:23.250544+0000 mgr.a (mgr.24293) 18604 : cluster 0 pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:24 smithi044 bash[32620]: cluster 2023-12-07T17:34:23.250544+0000 mgr.a (mgr.24293) 18604 : cluster 0 pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:24.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:24 smithi027 bash[31536]: cluster 2023-12-07T17:34:23.250544+0000 mgr.a (mgr.24293) 18604 : cluster 0 pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:26.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:26 smithi022 bash[28554]: cluster 2023-12-07T17:34:25.251292+0000 mgr.a (mgr.24293) 18605 : cluster 0 pgmap v13911: 33 pgs: 33 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:26.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:26 smithi044 bash[32620]: cluster 2023-12-07T17:34:25.251292+0000 mgr.a (mgr.24293) 18605 : cluster 0 pgmap v13911: 33 pgs: 33 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:26.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:26 smithi027 bash[31536]: cluster 2023-12-07T17:34:25.251292+0000 mgr.a (mgr.24293) 18605 : cluster 0 pgmap v13911: 33 pgs: 33 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:27.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:27.831 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:27.831 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:28.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:28.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:28.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:28.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:28.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:28 smithi022 bash[28554]: cluster 2023-12-07T17:34:27.252153+0000 mgr.a (mgr.24293) 18606 : cluster 0 pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:28 smithi044 bash[32620]: cluster 2023-12-07T17:34:27.252153+0000 mgr.a (mgr.24293) 18606 : cluster 0 pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:28.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:28 smithi027 bash[31536]: cluster 2023-12-07T17:34:27.252153+0000 mgr.a (mgr.24293) 18606 : cluster 0 pgmap v13912: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:29 smithi022 bash[28554]: audit 2023-12-07T17:34:28.240941+0000 mgr.a (mgr.24293) 18607 : audit 0 from='client.368616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:29 smithi044 bash[32620]: audit 2023-12-07T17:34:28.240941+0000 mgr.a (mgr.24293) 18607 : audit 0 from='client.368616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:29 smithi027 bash[31536]: audit 2023-12-07T17:34:28.240941+0000 mgr.a (mgr.24293) 18607 : audit 0 from='client.368616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:30 smithi022 bash[28554]: cluster 2023-12-07T17:34:29.252790+0000 mgr.a (mgr.24293) 18608 : cluster 0 pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:30.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:30 smithi044 bash[32620]: cluster 2023-12-07T17:34:29.252790+0000 mgr.a (mgr.24293) 18608 : cluster 0 pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:30.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:30 smithi027 bash[31536]: cluster 2023-12-07T17:34:29.252790+0000 mgr.a (mgr.24293) 18608 : cluster 0 pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:32 smithi022 bash[28554]: cluster 2023-12-07T17:34:31.253613+0000 mgr.a (mgr.24293) 18609 : cluster 0 pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:32.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:32 smithi044 bash[32620]: cluster 2023-12-07T17:34:31.253613+0000 mgr.a (mgr.24293) 18609 : cluster 0 pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:32.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:32 smithi027 bash[31536]: cluster 2023-12-07T17:34:31.253613+0000 mgr.a (mgr.24293) 18609 : cluster 0 pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:33.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:33.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:33.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:34.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:34.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:34.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:34.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:34.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:34.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:34 smithi022 bash[28554]: cluster 2023-12-07T17:34:33.254174+0000 mgr.a (mgr.24293) 18610 : cluster 0 pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:34 smithi044 bash[32620]: cluster 2023-12-07T17:34:33.254174+0000 mgr.a (mgr.24293) 18610 : cluster 0 pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:34 smithi027 bash[31536]: cluster 2023-12-07T17:34:33.254174+0000 mgr.a (mgr.24293) 18610 : cluster 0 pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:35 smithi022 bash[28554]: audit 2023-12-07T17:34:34.189707+0000 mgr.a (mgr.24293) 18611 : audit 0 from='client.368694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:35 smithi044 bash[32620]: audit 2023-12-07T17:34:34.189707+0000 mgr.a (mgr.24293) 18611 : audit 0 from='client.368694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:35.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:35 smithi027 bash[31536]: audit 2023-12-07T17:34:34.189707+0000 mgr.a (mgr.24293) 18611 : audit 0 from='client.368694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:36.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:36 smithi022 bash[28554]: cluster 2023-12-07T17:34:35.254990+0000 mgr.a (mgr.24293) 18612 : cluster 0 pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:36.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:36 smithi044 bash[32620]: cluster 2023-12-07T17:34:35.254990+0000 mgr.a (mgr.24293) 18612 : cluster 0 pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:36.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:36 smithi027 bash[31536]: cluster 2023-12-07T17:34:35.254990+0000 mgr.a (mgr.24293) 18612 : cluster 0 pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:38.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:38 smithi022 bash[28554]: cluster 2023-12-07T17:34:37.255933+0000 mgr.a (mgr.24293) 18613 : cluster 0 pgmap v13917: 33 pgs: 33 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:38.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:38 smithi044 bash[32620]: cluster 2023-12-07T17:34:37.255933+0000 mgr.a (mgr.24293) 18613 : cluster 0 pgmap v13917: 33 pgs: 33 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:38.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:38 smithi027 bash[31536]: cluster 2023-12-07T17:34:37.255933+0000 mgr.a (mgr.24293) 18613 : cluster 0 pgmap v13917: 33 pgs: 33 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:39.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:39.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:39.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:40.692 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:40.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:40.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:40.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:40.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:40.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:40 smithi022 bash[28554]: cluster 2023-12-07T17:34:39.256505+0000 mgr.a (mgr.24293) 18614 : cluster 0 pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:40 smithi044 bash[32620]: cluster 2023-12-07T17:34:39.256505+0000 mgr.a (mgr.24293) 18614 : cluster 0 pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:40.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:40 smithi027 bash[31536]: cluster 2023-12-07T17:34:39.256505+0000 mgr.a (mgr.24293) 18614 : cluster 0 pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:41.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:41 smithi027 bash[31536]: audit 2023-12-07T17:34:40.139664+0000 mgr.a (mgr.24293) 18615 : audit 0 from='client.368772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:41 smithi022 bash[28554]: audit 2023-12-07T17:34:40.139664+0000 mgr.a (mgr.24293) 18615 : audit 0 from='client.368772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:42.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:41 smithi044 bash[32620]: audit 2023-12-07T17:34:40.139664+0000 mgr.a (mgr.24293) 18615 : audit 0 from='client.368772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:42.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:42 smithi027 bash[31536]: cluster 2023-12-07T17:34:41.257659+0000 mgr.a (mgr.24293) 18616 : cluster 0 pgmap v13919: 33 pgs: 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:34:43.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:42 smithi022 bash[28554]: cluster 2023-12-07T17:34:41.257659+0000 mgr.a (mgr.24293) 18616 : cluster 0 pgmap v13919: 33 pgs: 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:34:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:42 smithi044 bash[32620]: cluster 2023-12-07T17:34:41.257659+0000 mgr.a (mgr.24293) 18616 : cluster 0 pgmap v13919: 33 pgs: 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:34:44.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:44 smithi027 bash[31536]: cluster 2023-12-07T17:34:43.258430+0000 mgr.a (mgr.24293) 18617 : cluster 0 pgmap v13920: 33 pgs: 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:34:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:44 smithi022 bash[28554]: cluster 2023-12-07T17:34:43.258430+0000 mgr.a (mgr.24293) 18617 : cluster 0 pgmap v13920: 33 pgs: 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:34:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:44 smithi044 bash[32620]: cluster 2023-12-07T17:34:43.258430+0000 mgr.a (mgr.24293) 18617 : cluster 0 pgmap v13920: 33 pgs: 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:34:45.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:45.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:45.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:46.631 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:46.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:46.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:46.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:46.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:46.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:46 smithi027 bash[31536]: cluster 2023-12-07T17:34:45.259065+0000 mgr.a (mgr.24293) 18618 : cluster 0 pgmap v13921: 33 pgs: 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:34:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:46 smithi022 bash[28554]: cluster 2023-12-07T17:34:45.259065+0000 mgr.a (mgr.24293) 18618 : cluster 0 pgmap v13921: 33 pgs: 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:34:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:46 smithi044 bash[32620]: cluster 2023-12-07T17:34:45.259065+0000 mgr.a (mgr.24293) 18618 : cluster 0 pgmap v13921: 33 pgs: 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:34:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:47 smithi022 bash[28554]: audit 2023-12-07T17:34:46.100423+0000 mgr.a (mgr.24293) 18619 : audit 0 from='client.368844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:48.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:47 smithi044 bash[32620]: audit 2023-12-07T17:34:46.100423+0000 mgr.a (mgr.24293) 18619 : audit 0 from='client.368844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:48.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:47 smithi027 bash[31536]: audit 2023-12-07T17:34:46.100423+0000 mgr.a (mgr.24293) 18619 : audit 0 from='client.368844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:48 smithi022 bash[28554]: cluster 2023-12-07T17:34:47.260170+0000 mgr.a (mgr.24293) 18620 : cluster 0 pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:48 smithi044 bash[32620]: cluster 2023-12-07T17:34:47.260170+0000 mgr.a (mgr.24293) 18620 : cluster 0 pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:48 smithi027 bash[31536]: cluster 2023-12-07T17:34:47.260170+0000 mgr.a (mgr.24293) 18620 : cluster 0 pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:50.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:49 smithi022 bash[28554]: audit 2023-12-07T17:34:49.456381+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:50.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:49 smithi044 bash[32620]: audit 2023-12-07T17:34:49.456381+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:50.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:49 smithi027 bash[31536]: audit 2023-12-07T17:34:49.456381+0000 mon.a (mon.0) 3015 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: cluster 2023-12-07T17:34:49.260731+0000 mgr.a (mgr.24293) 18621 : cluster 0 pgmap v13923: 33 pgs: 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:49.986545+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:49.991975+0000 mon.a (mon.0) 3017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:49.996908+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:50.002024+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:50.744175+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:50.746150+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:50 smithi022 bash[28554]: audit 2023-12-07T17:34:50.755856+0000 mon.a (mon.0) 3022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: cluster 2023-12-07T17:34:49.260731+0000 mgr.a (mgr.24293) 18621 : cluster 0 pgmap v13923: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:49.986545+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:49.991975+0000 mon.a (mon.0) 3017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:49.996908+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:50.002024+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:50.744175+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:50.746150+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:50 smithi044 bash[32620]: audit 2023-12-07T17:34:50.755856+0000 mon.a (mon.0) 3022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: cluster 2023-12-07T17:34:49.260731+0000 mgr.a (mgr.24293) 18621 : cluster 0 pgmap v13923: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:49.986545+0000 mon.a (mon.0) 3016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:49.991975+0000 mon.a (mon.0) 3017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:49.996908+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:50.002024+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:50.744175+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:50.746150+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:50 smithi027 bash[31536]: audit 2023-12-07T17:34:50.755856+0000 mon.a (mon.0) 3022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:34:51.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:51.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:51.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:52.588 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:52.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:52.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:52.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:52.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:52 smithi022 bash[28554]: cluster 2023-12-07T17:34:51.261521+0000 mgr.a (mgr.24293) 18622 : cluster 0 pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:53.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:52 smithi044 bash[32620]: cluster 2023-12-07T17:34:51.261521+0000 mgr.a (mgr.24293) 18622 : cluster 0 pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:52 smithi027 bash[31536]: cluster 2023-12-07T17:34:51.261521+0000 mgr.a (mgr.24293) 18622 : cluster 0 pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:54.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:53 smithi022 bash[28554]: audit 2023-12-07T17:34:52.047922+0000 mgr.a (mgr.24293) 18623 : audit 0 from='client.368922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:53 smithi044 bash[32620]: audit 2023-12-07T17:34:52.047922+0000 mgr.a (mgr.24293) 18623 : audit 0 from='client.368922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:54.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:53 smithi027 bash[31536]: audit 2023-12-07T17:34:52.047922+0000 mgr.a (mgr.24293) 18623 : audit 0 from='client.368922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:54 smithi022 bash[28554]: cluster 2023-12-07T17:34:53.262241+0000 mgr.a (mgr.24293) 18624 : cluster 0 pgmap v13925: 33 pgs: 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:34:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:55 smithi044 bash[32620]: cluster 2023-12-07T17:34:53.262241+0000 mgr.a (mgr.24293) 18624 : cluster 0 pgmap v13925: 33 pgs: 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:34:55.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:55 smithi027 bash[31536]: cluster 2023-12-07T17:34:53.262241+0000 mgr.a (mgr.24293) 18624 : cluster 0 pgmap v13925: 33 pgs: 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:34:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:56 smithi022 bash[28554]: cluster 2023-12-07T17:34:55.262957+0000 mgr.a (mgr.24293) 18625 : cluster 0 pgmap v13926: 33 pgs: 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:34:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:56 smithi044 bash[32620]: cluster 2023-12-07T17:34:55.262957+0000 mgr.a (mgr.24293) 18625 : cluster 0 pgmap v13926: 33 pgs: 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:34:56.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:56 smithi027 bash[31536]: cluster 2023-12-07T17:34:55.262957+0000 mgr.a (mgr.24293) 18625 : cluster 0 pgmap v13926: 33 pgs: 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:34:57.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:34:57.592 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:57.592 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:58.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:34:58.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:58.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:58.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:58.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:34:58.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:58 smithi022 bash[28554]: cluster 2023-12-07T17:34:57.263986+0000 mgr.a (mgr.24293) 18626 : cluster 0 pgmap v13927: 33 pgs: 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:34:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:58 smithi044 bash[32620]: cluster 2023-12-07T17:34:57.263986+0000 mgr.a (mgr.24293) 18626 : cluster 0 pgmap v13927: 33 pgs: 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:34:58.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:58 smithi027 bash[31536]: cluster 2023-12-07T17:34:57.263986+0000 mgr.a (mgr.24293) 18626 : cluster 0 pgmap v13927: 33 pgs: 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:34:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:34:59 smithi022 bash[28554]: audit 2023-12-07T17:34:57.997174+0000 mgr.a (mgr.24293) 18627 : audit 0 from='client.368997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:59.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:34:59 smithi044 bash[32620]: audit 2023-12-07T17:34:57.997174+0000 mgr.a (mgr.24293) 18627 : audit 0 from='client.368997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:34:59 smithi027 bash[31536]: audit 2023-12-07T17:34:57.997174+0000 mgr.a (mgr.24293) 18627 : audit 0 from='client.368997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:00 smithi022 bash[28554]: cluster 2023-12-07T17:34:59.264773+0000 mgr.a (mgr.24293) 18628 : cluster 0 pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:00.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:00 smithi044 bash[32620]: cluster 2023-12-07T17:34:59.264773+0000 mgr.a (mgr.24293) 18628 : cluster 0 pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:00.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:00 smithi027 bash[31536]: cluster 2023-12-07T17:34:59.264773+0000 mgr.a (mgr.24293) 18628 : cluster 0 pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:02.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:02 smithi022 bash[28554]: cluster 2023-12-07T17:35:01.265643+0000 mgr.a (mgr.24293) 18629 : cluster 0 pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:02.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:02 smithi044 bash[32620]: cluster 2023-12-07T17:35:01.265643+0000 mgr.a (mgr.24293) 18629 : cluster 0 pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:02.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:02 smithi027 bash[31536]: cluster 2023-12-07T17:35:01.265643+0000 mgr.a (mgr.24293) 18629 : cluster 0 pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:03.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:03.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:03.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:04.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:04.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:04.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:04.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:04.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:04 smithi022 bash[28554]: cluster 2023-12-07T17:35:03.266240+0000 mgr.a (mgr.24293) 18630 : cluster 0 pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:04.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:04 smithi022 bash[28554]: audit 2023-12-07T17:35:03.957309+0000 mgr.a (mgr.24293) 18631 : audit 0 from='client.369069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:04.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:04 smithi044 bash[32620]: cluster 2023-12-07T17:35:03.266240+0000 mgr.a (mgr.24293) 18630 : cluster 0 pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:04.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:04 smithi044 bash[32620]: audit 2023-12-07T17:35:03.957309+0000 mgr.a (mgr.24293) 18631 : audit 0 from='client.369069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:04.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:04 smithi027 bash[31536]: cluster 2023-12-07T17:35:03.266240+0000 mgr.a (mgr.24293) 18630 : cluster 0 pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:04.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:04 smithi027 bash[31536]: audit 2023-12-07T17:35:03.957309+0000 mgr.a (mgr.24293) 18631 : audit 0 from='client.369069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:06 smithi022 bash[28554]: cluster 2023-12-07T17:35:05.266972+0000 mgr.a (mgr.24293) 18632 : cluster 0 pgmap v13931: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:06 smithi044 bash[32620]: cluster 2023-12-07T17:35:05.266972+0000 mgr.a (mgr.24293) 18632 : cluster 0 pgmap v13931: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:06 smithi027 bash[31536]: cluster 2023-12-07T17:35:05.266972+0000 mgr.a (mgr.24293) 18632 : cluster 0 pgmap v13931: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:08 smithi022 bash[28554]: cluster 2023-12-07T17:35:07.267874+0000 mgr.a (mgr.24293) 18633 : cluster 0 pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:08.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:08 smithi044 bash[32620]: cluster 2023-12-07T17:35:07.267874+0000 mgr.a (mgr.24293) 18633 : cluster 0 pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:08.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:08 smithi027 bash[31536]: cluster 2023-12-07T17:35:07.267874+0000 mgr.a (mgr.24293) 18633 : cluster 0 pgmap v13932: 33 pgs: 33 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.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:09.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:09.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:10.412 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:10.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:10.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:10.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:10.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:10 smithi022 bash[28554]: cluster 2023-12-07T17:35:09.268449+0000 mgr.a (mgr.24293) 18634 : cluster 0 pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:10.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:10 smithi022 bash[28554]: audit 2023-12-07T17:35:09.902512+0000 mgr.a (mgr.24293) 18635 : audit 0 from='client.369144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:10 smithi044 bash[32620]: cluster 2023-12-07T17:35:09.268449+0000 mgr.a (mgr.24293) 18634 : cluster 0 pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:10 smithi044 bash[32620]: audit 2023-12-07T17:35:09.902512+0000 mgr.a (mgr.24293) 18635 : audit 0 from='client.369144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:10.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:10 smithi027 bash[31536]: cluster 2023-12-07T17:35:09.268449+0000 mgr.a (mgr.24293) 18634 : cluster 0 pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:10.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:10 smithi027 bash[31536]: audit 2023-12-07T17:35:09.902512+0000 mgr.a (mgr.24293) 18635 : audit 0 from='client.369144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:12.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:12 smithi022 bash[28554]: cluster 2023-12-07T17:35:11.269415+0000 mgr.a (mgr.24293) 18636 : cluster 0 pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:12.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:12 smithi044 bash[32620]: cluster 2023-12-07T17:35:11.269415+0000 mgr.a (mgr.24293) 18636 : cluster 0 pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:12.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:12 smithi027 bash[31536]: cluster 2023-12-07T17:35:11.269415+0000 mgr.a (mgr.24293) 18636 : cluster 0 pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:14.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:14 smithi022 bash[28554]: cluster 2023-12-07T17:35:13.270138+0000 mgr.a (mgr.24293) 18637 : cluster 0 pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:14.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:14 smithi044 bash[32620]: cluster 2023-12-07T17:35:13.270138+0000 mgr.a (mgr.24293) 18637 : cluster 0 pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:14.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:14 smithi027 bash[31536]: cluster 2023-12-07T17:35:13.270138+0000 mgr.a (mgr.24293) 18637 : cluster 0 pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:15.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:15.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:15.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:16.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:16.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:16.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:16.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:16.371 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:16 smithi022 bash[28554]: cluster 2023-12-07T17:35:15.270903+0000 mgr.a (mgr.24293) 18638 : cluster 0 pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:16.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:16 smithi022 bash[28554]: audit 2023-12-07T17:35:15.831609+0000 mgr.a (mgr.24293) 18639 : audit 0 from='client.369219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:16 smithi044 bash[32620]: cluster 2023-12-07T17:35:15.270903+0000 mgr.a (mgr.24293) 18638 : cluster 0 pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:16 smithi044 bash[32620]: audit 2023-12-07T17:35:15.831609+0000 mgr.a (mgr.24293) 18639 : audit 0 from='client.369219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:16.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:16 smithi027 bash[31536]: cluster 2023-12-07T17:35:15.270903+0000 mgr.a (mgr.24293) 18638 : cluster 0 pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:16.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:16 smithi027 bash[31536]: audit 2023-12-07T17:35:15.831609+0000 mgr.a (mgr.24293) 18639 : audit 0 from='client.369219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:18.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:18 smithi027 bash[31536]: cluster 2023-12-07T17:35:17.272066+0000 mgr.a (mgr.24293) 18640 : cluster 0 pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:18 smithi022 bash[28554]: cluster 2023-12-07T17:35:17.272066+0000 mgr.a (mgr.24293) 18640 : cluster 0 pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:18 smithi044 bash[32620]: cluster 2023-12-07T17:35:17.272066+0000 mgr.a (mgr.24293) 18640 : cluster 0 pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:20 smithi027 bash[31536]: cluster 2023-12-07T17:35:19.272669+0000 mgr.a (mgr.24293) 18641 : cluster 0 pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:20 smithi022 bash[28554]: cluster 2023-12-07T17:35:19.272669+0000 mgr.a (mgr.24293) 18641 : cluster 0 pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:20 smithi044 bash[32620]: cluster 2023-12-07T17:35:19.272669+0000 mgr.a (mgr.24293) 18641 : cluster 0 pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:21.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:21.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:21.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:22.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:22.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:22.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:22.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:22.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:22.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:22 smithi027 bash[31536]: cluster 2023-12-07T17:35:21.273471+0000 mgr.a (mgr.24293) 18642 : cluster 0 pgmap v13939: 33 pgs: 33 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:22.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:22 smithi027 bash[31536]: audit 2023-12-07T17:35:21.781888+0000 mgr.a (mgr.24293) 18643 : audit 0 from='client.369294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:22 smithi022 bash[28554]: cluster 2023-12-07T17:35:21.273471+0000 mgr.a (mgr.24293) 18642 : cluster 0 pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:22 smithi022 bash[28554]: audit 2023-12-07T17:35:21.781888+0000 mgr.a (mgr.24293) 18643 : audit 0 from='client.369294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:22 smithi044 bash[32620]: cluster 2023-12-07T17:35:21.273471+0000 mgr.a (mgr.24293) 18642 : cluster 0 pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:22 smithi044 bash[32620]: audit 2023-12-07T17:35:21.781888+0000 mgr.a (mgr.24293) 18643 : audit 0 from='client.369294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:24.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:24 smithi027 bash[31536]: cluster 2023-12-07T17:35:23.274176+0000 mgr.a (mgr.24293) 18644 : cluster 0 pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:24 smithi022 bash[28554]: cluster 2023-12-07T17:35:23.274176+0000 mgr.a (mgr.24293) 18644 : cluster 0 pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:24 smithi044 bash[32620]: cluster 2023-12-07T17:35:23.274176+0000 mgr.a (mgr.24293) 18644 : cluster 0 pgmap v13940: 33 pgs: 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:26.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:26 smithi027 bash[31536]: cluster 2023-12-07T17:35:25.274795+0000 mgr.a (mgr.24293) 18645 : cluster 0 pgmap v13941: 33 pgs: 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:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:26 smithi022 bash[28554]: cluster 2023-12-07T17:35:25.274795+0000 mgr.a (mgr.24293) 18645 : cluster 0 pgmap v13941: 33 pgs: 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:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:26 smithi044 bash[32620]: cluster 2023-12-07T17:35:25.274795+0000 mgr.a (mgr.24293) 18645 : cluster 0 pgmap v13941: 33 pgs: 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:27.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:27.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:27.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:28.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:28.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:28.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:28.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:28.239 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:28 smithi022 bash[28554]: cluster 2023-12-07T17:35:27.275673+0000 mgr.a (mgr.24293) 18646 : cluster 0 pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:28 smithi022 bash[28554]: audit 2023-12-07T17:35:27.714226+0000 mgr.a (mgr.24293) 18647 : audit 0 from='client.369372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:28 smithi044 bash[32620]: cluster 2023-12-07T17:35:27.275673+0000 mgr.a (mgr.24293) 18646 : cluster 0 pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:28 smithi044 bash[32620]: audit 2023-12-07T17:35:27.714226+0000 mgr.a (mgr.24293) 18647 : audit 0 from='client.369372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:28 smithi027 bash[31536]: cluster 2023-12-07T17:35:27.275673+0000 mgr.a (mgr.24293) 18646 : cluster 0 pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:28 smithi027 bash[31536]: audit 2023-12-07T17:35:27.714226+0000 mgr.a (mgr.24293) 18647 : audit 0 from='client.369372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:30 smithi022 bash[28554]: cluster 2023-12-07T17:35:29.276597+0000 mgr.a (mgr.24293) 18648 : cluster 0 pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:30 smithi044 bash[32620]: cluster 2023-12-07T17:35:29.276597+0000 mgr.a (mgr.24293) 18648 : cluster 0 pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:30 smithi027 bash[31536]: cluster 2023-12-07T17:35:29.276597+0000 mgr.a (mgr.24293) 18648 : cluster 0 pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:32 smithi022 bash[28554]: cluster 2023-12-07T17:35:31.277502+0000 mgr.a (mgr.24293) 18649 : cluster 0 pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:32 smithi044 bash[32620]: cluster 2023-12-07T17:35:31.277502+0000 mgr.a (mgr.24293) 18649 : cluster 0 pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:32 smithi027 bash[31536]: cluster 2023-12-07T17:35:31.277502+0000 mgr.a (mgr.24293) 18649 : cluster 0 pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:33.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:33.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:33.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:34.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:34.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:34.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:34.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:34.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:34 smithi022 bash[28554]: cluster 2023-12-07T17:35:33.278092+0000 mgr.a (mgr.24293) 18650 : cluster 0 pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:34 smithi022 bash[28554]: audit 2023-12-07T17:35:33.650548+0000 mgr.a (mgr.24293) 18651 : audit 0 from='client.369450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:34 smithi044 bash[32620]: cluster 2023-12-07T17:35:33.278092+0000 mgr.a (mgr.24293) 18650 : cluster 0 pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:34 smithi044 bash[32620]: audit 2023-12-07T17:35:33.650548+0000 mgr.a (mgr.24293) 18651 : audit 0 from='client.369450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:34 smithi027 bash[31536]: cluster 2023-12-07T17:35:33.278092+0000 mgr.a (mgr.24293) 18650 : cluster 0 pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:34 smithi027 bash[31536]: audit 2023-12-07T17:35:33.650548+0000 mgr.a (mgr.24293) 18651 : audit 0 from='client.369450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:36 smithi022 bash[28554]: cluster 2023-12-07T17:35:35.278835+0000 mgr.a (mgr.24293) 18652 : cluster 0 pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:36 smithi044 bash[32620]: cluster 2023-12-07T17:35:35.278835+0000 mgr.a (mgr.24293) 18652 : cluster 0 pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:36 smithi027 bash[31536]: cluster 2023-12-07T17:35:35.278835+0000 mgr.a (mgr.24293) 18652 : cluster 0 pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:38 smithi022 bash[28554]: cluster 2023-12-07T17:35:37.279691+0000 mgr.a (mgr.24293) 18653 : cluster 0 pgmap v13947: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:38 smithi044 bash[32620]: cluster 2023-12-07T17:35:37.279691+0000 mgr.a (mgr.24293) 18653 : cluster 0 pgmap v13947: 33 pgs: 33 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.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:39.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:39.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:39.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:38 smithi027 bash[31536]: cluster 2023-12-07T17:35:37.279691+0000 mgr.a (mgr.24293) 18653 : cluster 0 pgmap v13947: 33 pgs: 33 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:40.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:40.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:40.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:40.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:40.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:40 smithi022 bash[28554]: cluster 2023-12-07T17:35:39.280213+0000 mgr.a (mgr.24293) 18654 : cluster 0 pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:40 smithi022 bash[28554]: audit 2023-12-07T17:35:39.601020+0000 mgr.a (mgr.24293) 18655 : audit 0 from='client.369525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:40 smithi044 bash[32620]: cluster 2023-12-07T17:35:39.280213+0000 mgr.a (mgr.24293) 18654 : cluster 0 pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:40 smithi044 bash[32620]: audit 2023-12-07T17:35:39.601020+0000 mgr.a (mgr.24293) 18655 : audit 0 from='client.369525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:40 smithi027 bash[31536]: cluster 2023-12-07T17:35:39.280213+0000 mgr.a (mgr.24293) 18654 : cluster 0 pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:40 smithi027 bash[31536]: audit 2023-12-07T17:35:39.601020+0000 mgr.a (mgr.24293) 18655 : audit 0 from='client.369525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:42 smithi022 bash[28554]: cluster 2023-12-07T17:35:41.281188+0000 mgr.a (mgr.24293) 18656 : cluster 0 pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:42 smithi044 bash[32620]: cluster 2023-12-07T17:35:41.281188+0000 mgr.a (mgr.24293) 18656 : cluster 0 pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:42 smithi027 bash[31536]: cluster 2023-12-07T17:35:41.281188+0000 mgr.a (mgr.24293) 18656 : cluster 0 pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:45.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:45.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:45.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:45.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:44 smithi022 bash[28554]: cluster 2023-12-07T17:35:43.281764+0000 mgr.a (mgr.24293) 18657 : cluster 0 pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:44 smithi044 bash[32620]: cluster 2023-12-07T17:35:43.281764+0000 mgr.a (mgr.24293) 18657 : cluster 0 pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:44 smithi027 bash[31536]: cluster 2023-12-07T17:35:43.281764+0000 mgr.a (mgr.24293) 18657 : cluster 0 pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:46.105 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:46 smithi022 bash[28554]: cluster 2023-12-07T17:35:45.282119+0000 mgr.a (mgr.24293) 18658 : cluster 0 pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:46 smithi022 bash[28554]: audit 2023-12-07T17:35:45.550806+0000 mgr.a (mgr.24293) 18659 : audit 0 from='client.369603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:46 smithi044 bash[32620]: cluster 2023-12-07T17:35:45.282119+0000 mgr.a (mgr.24293) 18658 : cluster 0 pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:46 smithi044 bash[32620]: audit 2023-12-07T17:35:45.550806+0000 mgr.a (mgr.24293) 18659 : audit 0 from='client.369603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:46 smithi027 bash[31536]: cluster 2023-12-07T17:35:45.282119+0000 mgr.a (mgr.24293) 18658 : cluster 0 pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:46 smithi027 bash[31536]: audit 2023-12-07T17:35:45.550806+0000 mgr.a (mgr.24293) 18659 : audit 0 from='client.369603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:48 smithi022 bash[28554]: cluster 2023-12-07T17:35:47.283117+0000 mgr.a (mgr.24293) 18660 : cluster 0 pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:48 smithi044 bash[32620]: cluster 2023-12-07T17:35:47.283117+0000 mgr.a (mgr.24293) 18660 : cluster 0 pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:48 smithi027 bash[31536]: cluster 2023-12-07T17:35:47.283117+0000 mgr.a (mgr.24293) 18660 : cluster 0 pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:51.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:51.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:51.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:50 smithi022 bash[28554]: cluster 2023-12-07T17:35:49.283708+0000 mgr.a (mgr.24293) 18661 : cluster 0 pgmap v13953: 33 pgs: 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:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:50 smithi044 bash[32620]: cluster 2023-12-07T17:35:49.283708+0000 mgr.a (mgr.24293) 18661 : cluster 0 pgmap v13953: 33 pgs: 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:51.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:50 smithi027 bash[31536]: cluster 2023-12-07T17:35:49.283708+0000 mgr.a (mgr.24293) 18661 : cluster 0 pgmap v13953: 33 pgs: 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:52.120 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:52.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:52.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:52.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:52.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:51 smithi022 bash[28554]: audit 2023-12-07T17:35:50.858118+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:51 smithi022 bash[28554]: audit 2023-12-07T17:35:51.702889+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:51 smithi022 bash[28554]: audit 2023-12-07T17:35:51.704909+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:51 smithi022 bash[28554]: audit 2023-12-07T17:35:51.713078+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:35:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:51 smithi044 bash[32620]: audit 2023-12-07T17:35:50.858118+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:51 smithi044 bash[32620]: audit 2023-12-07T17:35:51.702889+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:51 smithi044 bash[32620]: audit 2023-12-07T17:35:51.704909+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:52.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:51 smithi044 bash[32620]: audit 2023-12-07T17:35:51.713078+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:35:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:51 smithi027 bash[31536]: audit 2023-12-07T17:35:50.858118+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:51 smithi027 bash[31536]: audit 2023-12-07T17:35:51.702889+0000 mon.a (mon.0) 3024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:51 smithi027 bash[31536]: audit 2023-12-07T17:35:51.704909+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:51 smithi027 bash[31536]: audit 2023-12-07T17:35:51.713078+0000 mon.a (mon.0) 3026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:35:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:52 smithi022 bash[28554]: cluster 2023-12-07T17:35:51.284354+0000 mgr.a (mgr.24293) 18662 : cluster 0 pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:52 smithi022 bash[28554]: audit 2023-12-07T17:35:51.569430+0000 mgr.a (mgr.24293) 18663 : audit 0 from='client.300409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:52 smithi044 bash[32620]: cluster 2023-12-07T17:35:51.284354+0000 mgr.a (mgr.24293) 18662 : cluster 0 pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:52 smithi044 bash[32620]: audit 2023-12-07T17:35:51.569430+0000 mgr.a (mgr.24293) 18663 : audit 0 from='client.300409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:53.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:52 smithi027 bash[31536]: cluster 2023-12-07T17:35:51.284354+0000 mgr.a (mgr.24293) 18662 : cluster 0 pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:53.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:52 smithi027 bash[31536]: audit 2023-12-07T17:35:51.569430+0000 mgr.a (mgr.24293) 18663 : audit 0 from='client.300409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:54 smithi022 bash[28554]: cluster 2023-12-07T17:35:53.285028+0000 mgr.a (mgr.24293) 18664 : cluster 0 pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:54 smithi044 bash[32620]: cluster 2023-12-07T17:35:53.285028+0000 mgr.a (mgr.24293) 18664 : cluster 0 pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:54 smithi027 bash[31536]: cluster 2023-12-07T17:35:53.285028+0000 mgr.a (mgr.24293) 18664 : cluster 0 pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:57.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:35:57.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:57.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:56 smithi022 bash[28554]: cluster 2023-12-07T17:35:55.285627+0000 mgr.a (mgr.24293) 18665 : cluster 0 pgmap v13956: 33 pgs: 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:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:56 smithi044 bash[32620]: cluster 2023-12-07T17:35:55.285627+0000 mgr.a (mgr.24293) 18665 : cluster 0 pgmap v13956: 33 pgs: 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:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:56 smithi027 bash[31536]: cluster 2023-12-07T17:35:55.285627+0000 mgr.a (mgr.24293) 18665 : cluster 0 pgmap v13956: 33 pgs: 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:58.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:35:58.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:58.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:58.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:58.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:35:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:58 smithi022 bash[28554]: cluster 2023-12-07T17:35:57.286435+0000 mgr.a (mgr.24293) 18666 : cluster 0 pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:35:58 smithi022 bash[28554]: audit 2023-12-07T17:35:57.525388+0000 mgr.a (mgr.24293) 18667 : audit 0 from='client.369753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:58 smithi044 bash[32620]: cluster 2023-12-07T17:35:57.286435+0000 mgr.a (mgr.24293) 18666 : cluster 0 pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:35:58 smithi044 bash[32620]: audit 2023-12-07T17:35:57.525388+0000 mgr.a (mgr.24293) 18667 : audit 0 from='client.369753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:58 smithi027 bash[31536]: cluster 2023-12-07T17:35:57.286435+0000 mgr.a (mgr.24293) 18666 : cluster 0 pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:35:58 smithi027 bash[31536]: audit 2023-12-07T17:35:57.525388+0000 mgr.a (mgr.24293) 18667 : audit 0 from='client.369753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:00 smithi022 bash[28554]: cluster 2023-12-07T17:35:59.287112+0000 mgr.a (mgr.24293) 18668 : cluster 0 pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:00 smithi044 bash[32620]: cluster 2023-12-07T17:35:59.287112+0000 mgr.a (mgr.24293) 18668 : cluster 0 pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:00 smithi027 bash[31536]: cluster 2023-12-07T17:35:59.287112+0000 mgr.a (mgr.24293) 18668 : cluster 0 pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:03.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:03.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:03.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:02 smithi022 bash[28554]: cluster 2023-12-07T17:36:01.288133+0000 mgr.a (mgr.24293) 18669 : cluster 0 pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:02 smithi044 bash[32620]: cluster 2023-12-07T17:36:01.288133+0000 mgr.a (mgr.24293) 18669 : cluster 0 pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:02 smithi027 bash[31536]: cluster 2023-12-07T17:36:01.288133+0000 mgr.a (mgr.24293) 18669 : cluster 0 pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:03.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:03.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:03.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:03.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:03.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:04 smithi022 bash[28554]: cluster 2023-12-07T17:36:03.288730+0000 mgr.a (mgr.24293) 18670 : cluster 0 pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:04 smithi022 bash[28554]: audit 2023-12-07T17:36:03.442910+0000 mgr.a (mgr.24293) 18671 : audit 0 from='client.369831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:04 smithi044 bash[32620]: cluster 2023-12-07T17:36:03.288730+0000 mgr.a (mgr.24293) 18670 : cluster 0 pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:04 smithi044 bash[32620]: audit 2023-12-07T17:36:03.442910+0000 mgr.a (mgr.24293) 18671 : audit 0 from='client.369831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:04 smithi027 bash[31536]: cluster 2023-12-07T17:36:03.288730+0000 mgr.a (mgr.24293) 18670 : cluster 0 pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:04 smithi027 bash[31536]: audit 2023-12-07T17:36:03.442910+0000 mgr.a (mgr.24293) 18671 : audit 0 from='client.369831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:06 smithi022 bash[28554]: cluster 2023-12-07T17:36:05.289458+0000 mgr.a (mgr.24293) 18672 : cluster 0 pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:06 smithi044 bash[32620]: cluster 2023-12-07T17:36:05.289458+0000 mgr.a (mgr.24293) 18672 : cluster 0 pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:06 smithi027 bash[31536]: cluster 2023-12-07T17:36:05.289458+0000 mgr.a (mgr.24293) 18672 : cluster 0 pgmap v13961: 33 pgs: 33 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.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:08.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:08.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:09.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:08 smithi022 bash[28554]: cluster 2023-12-07T17:36:07.290325+0000 mgr.a (mgr.24293) 18673 : cluster 0 pgmap v13962: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:08 smithi044 bash[32620]: cluster 2023-12-07T17:36:07.290325+0000 mgr.a (mgr.24293) 18673 : cluster 0 pgmap v13962: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:08 smithi027 bash[31536]: cluster 2023-12-07T17:36:07.290325+0000 mgr.a (mgr.24293) 18673 : cluster 0 pgmap v13962: 33 pgs: 33 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.905 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:09.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:09.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:09.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:09.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:10 smithi022 bash[28554]: cluster 2023-12-07T17:36:09.291021+0000 mgr.a (mgr.24293) 18674 : cluster 0 pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:10 smithi022 bash[28554]: audit 2023-12-07T17:36:09.388419+0000 mgr.a (mgr.24293) 18675 : audit 0 from='client.369906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:10 smithi044 bash[32620]: cluster 2023-12-07T17:36:09.291021+0000 mgr.a (mgr.24293) 18674 : cluster 0 pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:10 smithi044 bash[32620]: audit 2023-12-07T17:36:09.388419+0000 mgr.a (mgr.24293) 18675 : audit 0 from='client.369906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:10 smithi027 bash[31536]: cluster 2023-12-07T17:36:09.291021+0000 mgr.a (mgr.24293) 18674 : cluster 0 pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:10 smithi027 bash[31536]: audit 2023-12-07T17:36:09.388419+0000 mgr.a (mgr.24293) 18675 : audit 0 from='client.369906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:13.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:12 smithi022 bash[28554]: cluster 2023-12-07T17:36:11.291985+0000 mgr.a (mgr.24293) 18676 : cluster 0 pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:12 smithi044 bash[32620]: cluster 2023-12-07T17:36:11.291985+0000 mgr.a (mgr.24293) 18676 : cluster 0 pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:12 smithi027 bash[31536]: cluster 2023-12-07T17:36:11.291985+0000 mgr.a (mgr.24293) 18676 : cluster 0 pgmap v13964: 33 pgs: 33 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:14.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:14.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:14.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:14 smithi022 bash[28554]: cluster 2023-12-07T17:36:13.292550+0000 mgr.a (mgr.24293) 18677 : cluster 0 pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:14 smithi044 bash[32620]: cluster 2023-12-07T17:36:13.292550+0000 mgr.a (mgr.24293) 18677 : cluster 0 pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:15.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:14 smithi027 bash[31536]: cluster 2023-12-07T17:36:13.292550+0000 mgr.a (mgr.24293) 18677 : cluster 0 pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:15.830 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:15.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:15.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:15.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:15.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:16 smithi022 bash[28554]: cluster 2023-12-07T17:36:15.293101+0000 mgr.a (mgr.24293) 18678 : cluster 0 pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:16 smithi022 bash[28554]: audit 2023-12-07T17:36:15.313475+0000 mgr.a (mgr.24293) 18679 : audit 0 from='client.369984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:16 smithi044 bash[32620]: cluster 2023-12-07T17:36:15.293101+0000 mgr.a (mgr.24293) 18678 : cluster 0 pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:16 smithi044 bash[32620]: audit 2023-12-07T17:36:15.313475+0000 mgr.a (mgr.24293) 18679 : audit 0 from='client.369984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:16 smithi027 bash[31536]: cluster 2023-12-07T17:36:15.293101+0000 mgr.a (mgr.24293) 18678 : cluster 0 pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:16 smithi027 bash[31536]: audit 2023-12-07T17:36:15.313475+0000 mgr.a (mgr.24293) 18679 : audit 0 from='client.369984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:18 smithi022 bash[28554]: cluster 2023-12-07T17:36:17.294085+0000 mgr.a (mgr.24293) 18680 : cluster 0 pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:18 smithi044 bash[32620]: cluster 2023-12-07T17:36:17.294085+0000 mgr.a (mgr.24293) 18680 : cluster 0 pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:19.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:18 smithi027 bash[31536]: cluster 2023-12-07T17:36:17.294085+0000 mgr.a (mgr.24293) 18680 : cluster 0 pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:20.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:20.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:20.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:20 smithi022 bash[28554]: cluster 2023-12-07T17:36:19.294657+0000 mgr.a (mgr.24293) 18681 : cluster 0 pgmap v13968: 33 pgs: 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:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:20 smithi044 bash[32620]: cluster 2023-12-07T17:36:19.294657+0000 mgr.a (mgr.24293) 18681 : cluster 0 pgmap v13968: 33 pgs: 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:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:20 smithi027 bash[31536]: cluster 2023-12-07T17:36:19.294657+0000 mgr.a (mgr.24293) 18681 : cluster 0 pgmap v13968: 33 pgs: 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:21.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:21.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:21.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:21.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:21.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:22 smithi022 bash[28554]: audit 2023-12-07T17:36:21.247311+0000 mgr.a (mgr.24293) 18682 : audit 0 from='client.370062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:22 smithi022 bash[28554]: cluster 2023-12-07T17:36:21.295989+0000 mgr.a (mgr.24293) 18683 : cluster 0 pgmap v13969: 33 pgs: 33 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:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:22 smithi044 bash[32620]: audit 2023-12-07T17:36:21.247311+0000 mgr.a (mgr.24293) 18682 : audit 0 from='client.370062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:22 smithi044 bash[32620]: cluster 2023-12-07T17:36:21.295989+0000 mgr.a (mgr.24293) 18683 : cluster 0 pgmap v13969: 33 pgs: 33 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:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:22 smithi027 bash[31536]: audit 2023-12-07T17:36:21.247311+0000 mgr.a (mgr.24293) 18682 : audit 0 from='client.370062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:22 smithi027 bash[31536]: cluster 2023-12-07T17:36:21.295989+0000 mgr.a (mgr.24293) 18683 : cluster 0 pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:24 smithi022 bash[28554]: cluster 2023-12-07T17:36:23.296764+0000 mgr.a (mgr.24293) 18684 : cluster 0 pgmap v13970: 33 pgs: 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:25.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:24 smithi044 bash[32620]: cluster 2023-12-07T17:36:23.296764+0000 mgr.a (mgr.24293) 18684 : cluster 0 pgmap v13970: 33 pgs: 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:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:24 smithi027 bash[31536]: cluster 2023-12-07T17:36:23.296764+0000 mgr.a (mgr.24293) 18684 : cluster 0 pgmap v13970: 33 pgs: 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:26.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:26.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:26.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:27.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:26 smithi022 bash[28554]: cluster 2023-12-07T17:36:25.297345+0000 mgr.a (mgr.24293) 18685 : cluster 0 pgmap v13971: 33 pgs: 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:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:26 smithi044 bash[32620]: cluster 2023-12-07T17:36:25.297345+0000 mgr.a (mgr.24293) 18685 : cluster 0 pgmap v13971: 33 pgs: 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:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:26 smithi027 bash[31536]: cluster 2023-12-07T17:36:25.297345+0000 mgr.a (mgr.24293) 18685 : cluster 0 pgmap v13971: 33 pgs: 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:27.692 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:27.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:27.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:27.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:27.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:28 smithi022 bash[28554]: audit 2023-12-07T17:36:27.178002+0000 mgr.a (mgr.24293) 18686 : audit 0 from='client.370137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:28 smithi022 bash[28554]: cluster 2023-12-07T17:36:27.298464+0000 mgr.a (mgr.24293) 18687 : cluster 0 pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:28 smithi044 bash[32620]: audit 2023-12-07T17:36:27.178002+0000 mgr.a (mgr.24293) 18686 : audit 0 from='client.370137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:28 smithi044 bash[32620]: cluster 2023-12-07T17:36:27.298464+0000 mgr.a (mgr.24293) 18687 : cluster 0 pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:28 smithi027 bash[31536]: audit 2023-12-07T17:36:27.178002+0000 mgr.a (mgr.24293) 18686 : audit 0 from='client.370137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:28 smithi027 bash[31536]: cluster 2023-12-07T17:36:27.298464+0000 mgr.a (mgr.24293) 18687 : cluster 0 pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:30 smithi022 bash[28554]: cluster 2023-12-07T17:36:29.299308+0000 mgr.a (mgr.24293) 18688 : cluster 0 pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:30 smithi044 bash[32620]: cluster 2023-12-07T17:36:29.299308+0000 mgr.a (mgr.24293) 18688 : cluster 0 pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:30 smithi027 bash[31536]: cluster 2023-12-07T17:36:29.299308+0000 mgr.a (mgr.24293) 18688 : cluster 0 pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:32.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:32.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:32.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:32 smithi022 bash[28554]: cluster 2023-12-07T17:36:31.300336+0000 mgr.a (mgr.24293) 18689 : cluster 0 pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:32 smithi044 bash[32620]: cluster 2023-12-07T17:36:31.300336+0000 mgr.a (mgr.24293) 18689 : cluster 0 pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:32 smithi027 bash[31536]: cluster 2023-12-07T17:36:31.300336+0000 mgr.a (mgr.24293) 18689 : cluster 0 pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:33.624 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:33.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:34 smithi022 bash[28554]: audit 2023-12-07T17:36:33.107249+0000 mgr.a (mgr.24293) 18690 : audit 0 from='client.293111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:34 smithi022 bash[28554]: cluster 2023-12-07T17:36:33.301082+0000 mgr.a (mgr.24293) 18691 : cluster 0 pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:34 smithi044 bash[32620]: audit 2023-12-07T17:36:33.107249+0000 mgr.a (mgr.24293) 18690 : audit 0 from='client.293111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:34 smithi044 bash[32620]: cluster 2023-12-07T17:36:33.301082+0000 mgr.a (mgr.24293) 18691 : cluster 0 pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:34 smithi027 bash[31536]: audit 2023-12-07T17:36:33.107249+0000 mgr.a (mgr.24293) 18690 : audit 0 from='client.293111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:34 smithi027 bash[31536]: cluster 2023-12-07T17:36:33.301082+0000 mgr.a (mgr.24293) 18691 : cluster 0 pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:36 smithi022 bash[28554]: cluster 2023-12-07T17:36:35.301773+0000 mgr.a (mgr.24293) 18692 : cluster 0 pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:36 smithi044 bash[32620]: cluster 2023-12-07T17:36:35.301773+0000 mgr.a (mgr.24293) 18692 : cluster 0 pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:36 smithi027 bash[31536]: cluster 2023-12-07T17:36:35.301773+0000 mgr.a (mgr.24293) 18692 : cluster 0 pgmap v13976: 33 pgs: 33 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.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:38.628 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:38.628 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:38 smithi022 bash[28554]: cluster 2023-12-07T17:36:37.302647+0000 mgr.a (mgr.24293) 18693 : cluster 0 pgmap v13977: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:38 smithi044 bash[32620]: cluster 2023-12-07T17:36:37.302647+0000 mgr.a (mgr.24293) 18693 : cluster 0 pgmap v13977: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:38 smithi027 bash[31536]: cluster 2023-12-07T17:36:37.302647+0000 mgr.a (mgr.24293) 18693 : cluster 0 pgmap v13977: 33 pgs: 33 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.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:39.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:39.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:39.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:39.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:40 smithi022 bash[28554]: audit 2023-12-07T17:36:39.037073+0000 mgr.a (mgr.24293) 18694 : audit 0 from='client.370284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:40 smithi022 bash[28554]: cluster 2023-12-07T17:36:39.303309+0000 mgr.a (mgr.24293) 18695 : cluster 0 pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:40 smithi044 bash[32620]: audit 2023-12-07T17:36:39.037073+0000 mgr.a (mgr.24293) 18694 : audit 0 from='client.370284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:41.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:40 smithi044 bash[32620]: cluster 2023-12-07T17:36:39.303309+0000 mgr.a (mgr.24293) 18695 : cluster 0 pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:40 smithi027 bash[31536]: audit 2023-12-07T17:36:39.037073+0000 mgr.a (mgr.24293) 18694 : audit 0 from='client.370284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:40 smithi027 bash[31536]: cluster 2023-12-07T17:36:39.303309+0000 mgr.a (mgr.24293) 18695 : cluster 0 pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:42 smithi022 bash[28554]: cluster 2023-12-07T17:36:41.304241+0000 mgr.a (mgr.24293) 18696 : cluster 0 pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:42 smithi044 bash[32620]: cluster 2023-12-07T17:36:41.304241+0000 mgr.a (mgr.24293) 18696 : cluster 0 pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:42 smithi027 bash[31536]: cluster 2023-12-07T17:36:41.304241+0000 mgr.a (mgr.24293) 18696 : cluster 0 pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:44.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:44.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:44.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:44 smithi022 bash[28554]: cluster 2023-12-07T17:36:43.304823+0000 mgr.a (mgr.24293) 18697 : cluster 0 pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:44 smithi044 bash[32620]: cluster 2023-12-07T17:36:43.304823+0000 mgr.a (mgr.24293) 18697 : cluster 0 pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:44 smithi027 bash[31536]: cluster 2023-12-07T17:36:43.304823+0000 mgr.a (mgr.24293) 18697 : cluster 0 pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:45.511 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:45.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:45.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:45.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:45.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:45 smithi022 bash[28554]: audit 2023-12-07T17:36:44.994628+0000 mgr.a (mgr.24293) 18698 : audit 0 from='client.370362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:45 smithi044 bash[32620]: audit 2023-12-07T17:36:44.994628+0000 mgr.a (mgr.24293) 18698 : audit 0 from='client.370362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:46.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:45 smithi027 bash[31536]: audit 2023-12-07T17:36:44.994628+0000 mgr.a (mgr.24293) 18698 : audit 0 from='client.370362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:46 smithi022 bash[28554]: cluster 2023-12-07T17:36:45.305326+0000 mgr.a (mgr.24293) 18699 : cluster 0 pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:46 smithi044 bash[32620]: cluster 2023-12-07T17:36:45.305326+0000 mgr.a (mgr.24293) 18699 : cluster 0 pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:46 smithi027 bash[31536]: cluster 2023-12-07T17:36:45.305326+0000 mgr.a (mgr.24293) 18699 : cluster 0 pgmap v13981: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:48 smithi022 bash[28554]: cluster 2023-12-07T17:36:47.306496+0000 mgr.a (mgr.24293) 18700 : cluster 0 pgmap v13982: 33 pgs: 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:36:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:48 smithi044 bash[32620]: cluster 2023-12-07T17:36:47.306496+0000 mgr.a (mgr.24293) 18700 : cluster 0 pgmap v13982: 33 pgs: 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:36:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:48 smithi027 bash[31536]: cluster 2023-12-07T17:36:47.306496+0000 mgr.a (mgr.24293) 18700 : cluster 0 pgmap v13982: 33 pgs: 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:36:50.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:50.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:50.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:50 smithi022 bash[28554]: cluster 2023-12-07T17:36:49.307071+0000 mgr.a (mgr.24293) 18701 : cluster 0 pgmap v13983: 33 pgs: 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:36:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:50 smithi044 bash[32620]: cluster 2023-12-07T17:36:49.307071+0000 mgr.a (mgr.24293) 18701 : cluster 0 pgmap v13983: 33 pgs: 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:36:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:50 smithi027 bash[31536]: cluster 2023-12-07T17:36:49.307071+0000 mgr.a (mgr.24293) 18701 : cluster 0 pgmap v13983: 33 pgs: 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:36:51.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:51.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:51 smithi022 bash[28554]: audit 2023-12-07T17:36:50.922701+0000 mgr.a (mgr.24293) 18702 : audit 0 from='client.370434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:51 smithi022 bash[28554]: audit 2023-12-07T17:36:51.830648+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:51 smithi044 bash[32620]: audit 2023-12-07T17:36:50.922701+0000 mgr.a (mgr.24293) 18702 : audit 0 from='client.370434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:51 smithi044 bash[32620]: audit 2023-12-07T17:36:51.830648+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:51 smithi027 bash[31536]: audit 2023-12-07T17:36:50.922701+0000 mgr.a (mgr.24293) 18702 : audit 0 from='client.370434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:51 smithi027 bash[31536]: audit 2023-12-07T17:36:51.830648+0000 mon.a (mon.0) 3027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:52 smithi022 bash[28554]: cluster 2023-12-07T17:36:51.314274+0000 mgr.a (mgr.24293) 18703 : cluster 0 pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:52 smithi022 bash[28554]: audit 2023-12-07T17:36:52.624029+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:52.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:52 smithi022 bash[28554]: audit 2023-12-07T17:36:52.625935+0000 mon.a (mon.0) 3029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:52 smithi044 bash[32620]: cluster 2023-12-07T17:36:51.314274+0000 mgr.a (mgr.24293) 18703 : cluster 0 pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:53.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:52 smithi044 bash[32620]: audit 2023-12-07T17:36:52.624029+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:53.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:52 smithi044 bash[32620]: audit 2023-12-07T17:36:52.625935+0000 mon.a (mon.0) 3029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:53.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:52 smithi044 bash[32620]: audit 2023-12-07T17:36:52.635652+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:36:53.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:52 smithi027 bash[31536]: cluster 2023-12-07T17:36:51.314274+0000 mgr.a (mgr.24293) 18703 : cluster 0 pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:53.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:52 smithi027 bash[31536]: audit 2023-12-07T17:36:52.624029+0000 mon.a (mon.0) 3028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:53.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:52 smithi027 bash[31536]: audit 2023-12-07T17:36:52.625935+0000 mon.a (mon.0) 3029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:53.206 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:52 smithi027 bash[31536]: audit 2023-12-07T17:36:52.635652+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:36:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:52 smithi022 bash[28554]: audit 2023-12-07T17:36:52.635652+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:36:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:54 smithi022 bash[28554]: cluster 2023-12-07T17:36:53.314928+0000 mgr.a (mgr.24293) 18704 : cluster 0 pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:54 smithi044 bash[32620]: cluster 2023-12-07T17:36:53.314928+0000 mgr.a (mgr.24293) 18704 : cluster 0 pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:54 smithi027 bash[31536]: cluster 2023-12-07T17:36:53.314928+0000 mgr.a (mgr.24293) 18704 : cluster 0 pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:56.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:36:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:56 smithi022 bash[28554]: cluster 2023-12-07T17:36:55.315483+0000 mgr.a (mgr.24293) 18705 : cluster 0 pgmap v13986: 33 pgs: 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:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:56 smithi044 bash[32620]: cluster 2023-12-07T17:36:55.315483+0000 mgr.a (mgr.24293) 18705 : cluster 0 pgmap v13986: 33 pgs: 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:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:56 smithi027 bash[31536]: cluster 2023-12-07T17:36:55.315483+0000 mgr.a (mgr.24293) 18705 : cluster 0 pgmap v13986: 33 pgs: 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:57.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:36:57.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:57.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:57.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:57.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:36:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:57 smithi022 bash[28554]: audit 2023-12-07T17:36:56.863491+0000 mgr.a (mgr.24293) 18706 : audit 0 from='client.370512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:57 smithi044 bash[32620]: audit 2023-12-07T17:36:56.863491+0000 mgr.a (mgr.24293) 18706 : audit 0 from='client.370512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:58.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:57 smithi027 bash[31536]: audit 2023-12-07T17:36:56.863491+0000 mgr.a (mgr.24293) 18706 : audit 0 from='client.370512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:36:58 smithi022 bash[28554]: cluster 2023-12-07T17:36:57.316426+0000 mgr.a (mgr.24293) 18707 : cluster 0 pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:36:58 smithi044 bash[32620]: cluster 2023-12-07T17:36:57.316426+0000 mgr.a (mgr.24293) 18707 : cluster 0 pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:36:58 smithi027 bash[31536]: cluster 2023-12-07T17:36:57.316426+0000 mgr.a (mgr.24293) 18707 : cluster 0 pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:00 smithi022 bash[28554]: cluster 2023-12-07T17:36:59.317018+0000 mgr.a (mgr.24293) 18708 : cluster 0 pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:37:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:00 smithi044 bash[32620]: cluster 2023-12-07T17:36:59.317018+0000 mgr.a (mgr.24293) 18708 : cluster 0 pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:37:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:00 smithi027 bash[31536]: cluster 2023-12-07T17:36:59.317018+0000 mgr.a (mgr.24293) 18708 : cluster 0 pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:37:02.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:02.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:02.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:02 smithi022 bash[28554]: cluster 2023-12-07T17:37:01.317854+0000 mgr.a (mgr.24293) 18709 : cluster 0 pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:37:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:02 smithi044 bash[32620]: cluster 2023-12-07T17:37:01.317854+0000 mgr.a (mgr.24293) 18709 : cluster 0 pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:37:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:02 smithi027 bash[31536]: cluster 2023-12-07T17:37:01.317854+0000 mgr.a (mgr.24293) 18709 : cluster 0 pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:37:03.306 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:03.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:03.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:03.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:03.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:03 smithi022 bash[28554]: audit 2023-12-07T17:37:02.809879+0000 mgr.a (mgr.24293) 18710 : audit 0 from='client.370587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:03 smithi044 bash[32620]: audit 2023-12-07T17:37:02.809879+0000 mgr.a (mgr.24293) 18710 : audit 0 from='client.370587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:04.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:03 smithi027 bash[31536]: audit 2023-12-07T17:37:02.809879+0000 mgr.a (mgr.24293) 18710 : audit 0 from='client.370587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:04 smithi027 bash[31536]: cluster 2023-12-07T17:37:03.318538+0000 mgr.a (mgr.24293) 18711 : cluster 0 pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:04 smithi022 bash[28554]: cluster 2023-12-07T17:37:03.318538+0000 mgr.a (mgr.24293) 18711 : cluster 0 pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:04 smithi044 bash[32620]: cluster 2023-12-07T17:37:03.318538+0000 mgr.a (mgr.24293) 18711 : cluster 0 pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:06 smithi027 bash[31536]: cluster 2023-12-07T17:37:05.319152+0000 mgr.a (mgr.24293) 18712 : cluster 0 pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:06 smithi022 bash[28554]: cluster 2023-12-07T17:37:05.319152+0000 mgr.a (mgr.24293) 18712 : cluster 0 pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:06 smithi044 bash[32620]: cluster 2023-12-07T17:37:05.319152+0000 mgr.a (mgr.24293) 18712 : cluster 0 pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:08.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:08.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:08.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:08 smithi027 bash[31536]: cluster 2023-12-07T17:37:07.320019+0000 mgr.a (mgr.24293) 18713 : cluster 0 pgmap v13992: 33 pgs: 33 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.240 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:09.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:09.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:09.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:09.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:08 smithi022 bash[28554]: cluster 2023-12-07T17:37:07.320019+0000 mgr.a (mgr.24293) 18713 : cluster 0 pgmap v13992: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:08 smithi044 bash[32620]: cluster 2023-12-07T17:37:07.320019+0000 mgr.a (mgr.24293) 18713 : cluster 0 pgmap v13992: 33 pgs: 33 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.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:09 smithi027 bash[31536]: audit 2023-12-07T17:37:08.718793+0000 mgr.a (mgr.24293) 18714 : audit 0 from='client.370662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:09 smithi022 bash[28554]: audit 2023-12-07T17:37:08.718793+0000 mgr.a (mgr.24293) 18714 : audit 0 from='client.370662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:10.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:09 smithi044 bash[32620]: audit 2023-12-07T17:37:08.718793+0000 mgr.a (mgr.24293) 18714 : audit 0 from='client.370662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:10 smithi022 bash[28554]: cluster 2023-12-07T17:37:09.320770+0000 mgr.a (mgr.24293) 18715 : cluster 0 pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:10 smithi044 bash[32620]: cluster 2023-12-07T17:37:09.320770+0000 mgr.a (mgr.24293) 18715 : cluster 0 pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:10 smithi027 bash[31536]: cluster 2023-12-07T17:37:09.320770+0000 mgr.a (mgr.24293) 18715 : cluster 0 pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:12 smithi022 bash[28554]: cluster 2023-12-07T17:37:11.321540+0000 mgr.a (mgr.24293) 18716 : cluster 0 pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:13.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:12 smithi044 bash[32620]: cluster 2023-12-07T17:37:11.321540+0000 mgr.a (mgr.24293) 18716 : cluster 0 pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:12 smithi027 bash[31536]: cluster 2023-12-07T17:37:11.321540+0000 mgr.a (mgr.24293) 18716 : cluster 0 pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:14.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:14.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:14.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:15.194 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:15.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:15.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:15.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:15.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:14 smithi022 bash[28554]: cluster 2023-12-07T17:37:13.322106+0000 mgr.a (mgr.24293) 18717 : cluster 0 pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:15.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:14 smithi044 bash[32620]: cluster 2023-12-07T17:37:13.322106+0000 mgr.a (mgr.24293) 18717 : cluster 0 pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:14 smithi027 bash[31536]: cluster 2023-12-07T17:37:13.322106+0000 mgr.a (mgr.24293) 18717 : cluster 0 pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:15 smithi022 bash[28554]: audit 2023-12-07T17:37:14.647090+0000 mgr.a (mgr.24293) 18718 : audit 0 from='client.370740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:16.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:15 smithi044 bash[32620]: audit 2023-12-07T17:37:14.647090+0000 mgr.a (mgr.24293) 18718 : audit 0 from='client.370740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:16.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:15 smithi027 bash[31536]: audit 2023-12-07T17:37:14.647090+0000 mgr.a (mgr.24293) 18718 : audit 0 from='client.370740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:16 smithi022 bash[28554]: cluster 2023-12-07T17:37:15.322861+0000 mgr.a (mgr.24293) 18719 : cluster 0 pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:16 smithi044 bash[32620]: cluster 2023-12-07T17:37:15.322861+0000 mgr.a (mgr.24293) 18719 : cluster 0 pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:16 smithi027 bash[31536]: cluster 2023-12-07T17:37:15.322861+0000 mgr.a (mgr.24293) 18719 : cluster 0 pgmap v13996: 33 pgs: 33 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:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:18 smithi022 bash[28554]: cluster 2023-12-07T17:37:17.323742+0000 mgr.a (mgr.24293) 18720 : cluster 0 pgmap v13997: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:18 smithi044 bash[32620]: cluster 2023-12-07T17:37:17.323742+0000 mgr.a (mgr.24293) 18720 : cluster 0 pgmap v13997: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:18 smithi027 bash[31536]: cluster 2023-12-07T17:37:17.323742+0000 mgr.a (mgr.24293) 18720 : cluster 0 pgmap v13997: 33 pgs: 33 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:20.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:20.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:20.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:21.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:21.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:20 smithi022 bash[28554]: cluster 2023-12-07T17:37:19.324324+0000 mgr.a (mgr.24293) 18721 : cluster 0 pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:20 smithi044 bash[32620]: cluster 2023-12-07T17:37:19.324324+0000 mgr.a (mgr.24293) 18721 : cluster 0 pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:20 smithi027 bash[31536]: cluster 2023-12-07T17:37:19.324324+0000 mgr.a (mgr.24293) 18721 : cluster 0 pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:22.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:21 smithi022 bash[28554]: audit 2023-12-07T17:37:20.601500+0000 mgr.a (mgr.24293) 18722 : audit 0 from='client.370815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:22.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:21 smithi044 bash[32620]: audit 2023-12-07T17:37:20.601500+0000 mgr.a (mgr.24293) 18722 : audit 0 from='client.370815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:22.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:21 smithi027 bash[31536]: audit 2023-12-07T17:37:20.601500+0000 mgr.a (mgr.24293) 18722 : audit 0 from='client.370815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:22 smithi022 bash[28554]: cluster 2023-12-07T17:37:21.325456+0000 mgr.a (mgr.24293) 18723 : cluster 0 pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:23.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:22 smithi044 bash[32620]: cluster 2023-12-07T17:37:21.325456+0000 mgr.a (mgr.24293) 18723 : cluster 0 pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:22 smithi027 bash[31536]: cluster 2023-12-07T17:37:21.325456+0000 mgr.a (mgr.24293) 18723 : cluster 0 pgmap v13999: 33 pgs: 33 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:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:24 smithi022 bash[28554]: cluster 2023-12-07T17:37:23.326114+0000 mgr.a (mgr.24293) 18724 : cluster 0 pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:24 smithi044 bash[32620]: cluster 2023-12-07T17:37:23.326114+0000 mgr.a (mgr.24293) 18724 : cluster 0 pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:24 smithi027 bash[31536]: cluster 2023-12-07T17:37:23.326114+0000 mgr.a (mgr.24293) 18724 : cluster 0 pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:26.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:26.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:26.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:27.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:27.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:27.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:27.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:27.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:26 smithi022 bash[28554]: cluster 2023-12-07T17:37:25.326676+0000 mgr.a (mgr.24293) 18725 : cluster 0 pgmap v14001: 33 pgs: 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:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:26 smithi044 bash[32620]: cluster 2023-12-07T17:37:25.326676+0000 mgr.a (mgr.24293) 18725 : cluster 0 pgmap v14001: 33 pgs: 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:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:26 smithi027 bash[31536]: cluster 2023-12-07T17:37:25.326676+0000 mgr.a (mgr.24293) 18725 : cluster 0 pgmap v14001: 33 pgs: 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:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:27 smithi022 bash[28554]: audit 2023-12-07T17:37:26.553082+0000 mgr.a (mgr.24293) 18726 : audit 0 from='client.293624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:28.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:27 smithi044 bash[32620]: audit 2023-12-07T17:37:26.553082+0000 mgr.a (mgr.24293) 18726 : audit 0 from='client.293624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:28.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:27 smithi027 bash[31536]: audit 2023-12-07T17:37:26.553082+0000 mgr.a (mgr.24293) 18726 : audit 0 from='client.293624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:29 smithi022 bash[28554]: cluster 2023-12-07T17:37:27.327914+0000 mgr.a (mgr.24293) 18727 : cluster 0 pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:29 smithi044 bash[32620]: cluster 2023-12-07T17:37:27.327914+0000 mgr.a (mgr.24293) 18727 : cluster 0 pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:29 smithi027 bash[31536]: cluster 2023-12-07T17:37:27.327914+0000 mgr.a (mgr.24293) 18727 : cluster 0 pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:31 smithi022 bash[28554]: cluster 2023-12-07T17:37:29.328563+0000 mgr.a (mgr.24293) 18728 : cluster 0 pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:31 smithi044 bash[32620]: cluster 2023-12-07T17:37:29.328563+0000 mgr.a (mgr.24293) 18728 : cluster 0 pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:31 smithi027 bash[31536]: cluster 2023-12-07T17:37:29.328563+0000 mgr.a (mgr.24293) 18728 : cluster 0 pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:32.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:32.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:32.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:33.012 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:33.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:33.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:33.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:33.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:33 smithi022 bash[28554]: cluster 2023-12-07T17:37:31.329311+0000 mgr.a (mgr.24293) 18729 : cluster 0 pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:33.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:33 smithi044 bash[32620]: cluster 2023-12-07T17:37:31.329311+0000 mgr.a (mgr.24293) 18729 : cluster 0 pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:33 smithi027 bash[31536]: cluster 2023-12-07T17:37:31.329311+0000 mgr.a (mgr.24293) 18729 : cluster 0 pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:34 smithi022 bash[28554]: audit 2023-12-07T17:37:32.483987+0000 mgr.a (mgr.24293) 18730 : audit 0 from='client.370971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:34.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:34 smithi044 bash[32620]: audit 2023-12-07T17:37:32.483987+0000 mgr.a (mgr.24293) 18730 : audit 0 from='client.370971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:34.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:34 smithi027 bash[31536]: audit 2023-12-07T17:37:32.483987+0000 mgr.a (mgr.24293) 18730 : audit 0 from='client.370971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:35 smithi022 bash[28554]: cluster 2023-12-07T17:37:33.329980+0000 mgr.a (mgr.24293) 18731 : cluster 0 pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:35.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:35 smithi044 bash[32620]: cluster 2023-12-07T17:37:33.329980+0000 mgr.a (mgr.24293) 18731 : cluster 0 pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:35 smithi027 bash[31536]: cluster 2023-12-07T17:37:33.329980+0000 mgr.a (mgr.24293) 18731 : cluster 0 pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:36 smithi022 bash[28554]: cluster 2023-12-07T17:37:35.330561+0000 mgr.a (mgr.24293) 18732 : cluster 0 pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:36 smithi044 bash[32620]: cluster 2023-12-07T17:37:35.330561+0000 mgr.a (mgr.24293) 18732 : cluster 0 pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:36 smithi027 bash[31536]: cluster 2023-12-07T17:37:35.330561+0000 mgr.a (mgr.24293) 18732 : cluster 0 pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:38.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:38.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:38.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:38.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:38 smithi027 bash[31536]: cluster 2023-12-07T17:37:37.331359+0000 mgr.a (mgr.24293) 18733 : cluster 0 pgmap v14007: 33 pgs: 33 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:38.960 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:38.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:38.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:38.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:38.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:38 smithi022 bash[28554]: cluster 2023-12-07T17:37:37.331359+0000 mgr.a (mgr.24293) 18733 : cluster 0 pgmap v14007: 33 pgs: 33 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:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:38 smithi044 bash[32620]: cluster 2023-12-07T17:37:37.331359+0000 mgr.a (mgr.24293) 18733 : cluster 0 pgmap v14007: 33 pgs: 33 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:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:39 smithi027 bash[31536]: audit 2023-12-07T17:37:38.427171+0000 mgr.a (mgr.24293) 18734 : audit 0 from='client.371046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:40.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:39 smithi022 bash[28554]: audit 2023-12-07T17:37:38.427171+0000 mgr.a (mgr.24293) 18734 : audit 0 from='client.371046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:40.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:39 smithi044 bash[32620]: audit 2023-12-07T17:37:38.427171+0000 mgr.a (mgr.24293) 18734 : audit 0 from='client.371046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:40.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:40 smithi027 bash[31536]: cluster 2023-12-07T17:37:39.332034+0000 mgr.a (mgr.24293) 18735 : cluster 0 pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:40 smithi022 bash[28554]: cluster 2023-12-07T17:37:39.332034+0000 mgr.a (mgr.24293) 18735 : cluster 0 pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:40 smithi044 bash[32620]: cluster 2023-12-07T17:37:39.332034+0000 mgr.a (mgr.24293) 18735 : cluster 0 pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:42 smithi022 bash[28554]: cluster 2023-12-07T17:37:41.332875+0000 mgr.a (mgr.24293) 18736 : cluster 0 pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:42 smithi044 bash[32620]: cluster 2023-12-07T17:37:41.332875+0000 mgr.a (mgr.24293) 18736 : cluster 0 pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:42 smithi027 bash[31536]: cluster 2023-12-07T17:37:41.332875+0000 mgr.a (mgr.24293) 18736 : cluster 0 pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:43.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:43.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:43.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:44.916 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:44.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:44.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:44.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:44.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:44 smithi022 bash[28554]: cluster 2023-12-07T17:37:43.333452+0000 mgr.a (mgr.24293) 18737 : cluster 0 pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:44 smithi044 bash[32620]: cluster 2023-12-07T17:37:43.333452+0000 mgr.a (mgr.24293) 18737 : cluster 0 pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:44 smithi027 bash[31536]: cluster 2023-12-07T17:37:43.333452+0000 mgr.a (mgr.24293) 18737 : cluster 0 pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:46.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:45 smithi022 bash[28554]: audit 2023-12-07T17:37:44.373653+0000 mgr.a (mgr.24293) 18738 : audit 0 from='client.371121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:46.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:45 smithi044 bash[32620]: audit 2023-12-07T17:37:44.373653+0000 mgr.a (mgr.24293) 18738 : audit 0 from='client.371121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:46.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:45 smithi027 bash[31536]: audit 2023-12-07T17:37:44.373653+0000 mgr.a (mgr.24293) 18738 : audit 0 from='client.371121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:46 smithi022 bash[28554]: cluster 2023-12-07T17:37:45.334570+0000 mgr.a (mgr.24293) 18739 : cluster 0 pgmap v14011: 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:37:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:46 smithi044 bash[32620]: cluster 2023-12-07T17:37:45.334570+0000 mgr.a (mgr.24293) 18739 : cluster 0 pgmap v14011: 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:37:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:46 smithi027 bash[31536]: cluster 2023-12-07T17:37:45.334570+0000 mgr.a (mgr.24293) 18739 : cluster 0 pgmap v14011: 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:37:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:48 smithi022 bash[28554]: cluster 2023-12-07T17:37:47.335281+0000 mgr.a (mgr.24293) 18740 : cluster 0 pgmap v14012: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:48 smithi044 bash[32620]: cluster 2023-12-07T17:37:47.335281+0000 mgr.a (mgr.24293) 18740 : cluster 0 pgmap v14012: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:48 smithi027 bash[31536]: cluster 2023-12-07T17:37:47.335281+0000 mgr.a (mgr.24293) 18740 : cluster 0 pgmap v14012: 33 pgs: 33 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.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:49.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:49.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:50.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:50.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:50.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:50.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:50 smithi022 bash[28554]: cluster 2023-12-07T17:37:49.335840+0000 mgr.a (mgr.24293) 18741 : cluster 0 pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:50 smithi044 bash[32620]: cluster 2023-12-07T17:37:49.335840+0000 mgr.a (mgr.24293) 18741 : cluster 0 pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:50 smithi027 bash[31536]: cluster 2023-12-07T17:37:49.335840+0000 mgr.a (mgr.24293) 18741 : cluster 0 pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:52.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:51 smithi022 bash[28554]: audit 2023-12-07T17:37:50.329783+0000 mgr.a (mgr.24293) 18742 : audit 0 from='client.371196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:52.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:51 smithi044 bash[32620]: audit 2023-12-07T17:37:50.329783+0000 mgr.a (mgr.24293) 18742 : audit 0 from='client.371196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:52.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:51 smithi027 bash[31536]: audit 2023-12-07T17:37:50.329783+0000 mgr.a (mgr.24293) 18742 : audit 0 from='client.371196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:52 smithi022 bash[28554]: cluster 2023-12-07T17:37:51.336788+0000 mgr.a (mgr.24293) 18743 : cluster 0 pgmap v14014: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:52 smithi044 bash[32620]: cluster 2023-12-07T17:37:51.336788+0000 mgr.a (mgr.24293) 18743 : cluster 0 pgmap v14014: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:52 smithi027 bash[31536]: cluster 2023-12-07T17:37:51.336788+0000 mgr.a (mgr.24293) 18743 : cluster 0 pgmap v14014: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:53 smithi022 bash[28554]: audit 2023-12-07T17:37:52.739621+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:53 smithi022 bash[28554]: audit 2023-12-07T17:37:53.531121+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:53 smithi022 bash[28554]: audit 2023-12-07T17:37:53.533298+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:53 smithi022 bash[28554]: audit 2023-12-07T17:37:53.543525+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:37:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:53 smithi044 bash[32620]: audit 2023-12-07T17:37:52.739621+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:53 smithi044 bash[32620]: audit 2023-12-07T17:37:53.531121+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:53 smithi044 bash[32620]: audit 2023-12-07T17:37:53.533298+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:53 smithi044 bash[32620]: audit 2023-12-07T17:37:53.543525+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:37:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:53 smithi027 bash[31536]: audit 2023-12-07T17:37:52.739621+0000 mon.a (mon.0) 3031 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:53 smithi027 bash[31536]: audit 2023-12-07T17:37:53.531121+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:53 smithi027 bash[31536]: audit 2023-12-07T17:37:53.533298+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:53 smithi027 bash[31536]: audit 2023-12-07T17:37:53.543525+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:37:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:54 smithi022 bash[28554]: cluster 2023-12-07T17:37:53.337355+0000 mgr.a (mgr.24293) 18744 : cluster 0 pgmap v14015: 33 pgs: 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:55.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:54 smithi044 bash[32620]: cluster 2023-12-07T17:37:53.337355+0000 mgr.a (mgr.24293) 18744 : cluster 0 pgmap v14015: 33 pgs: 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:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:54 smithi027 bash[31536]: cluster 2023-12-07T17:37:53.337355+0000 mgr.a (mgr.24293) 18744 : cluster 0 pgmap v14015: 33 pgs: 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:55.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:37:55.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:55.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:56.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:37:56.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:56.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:56.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:56.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:37:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:56 smithi022 bash[28554]: cluster 2023-12-07T17:37:55.338022+0000 mgr.a (mgr.24293) 18745 : cluster 0 pgmap v14016: 33 pgs: 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:37:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:56 smithi044 bash[32620]: cluster 2023-12-07T17:37:55.338022+0000 mgr.a (mgr.24293) 18745 : cluster 0 pgmap v14016: 33 pgs: 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:37:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:56 smithi027 bash[31536]: cluster 2023-12-07T17:37:55.338022+0000 mgr.a (mgr.24293) 18745 : cluster 0 pgmap v14016: 33 pgs: 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:37:58.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:57 smithi022 bash[28554]: audit 2023-12-07T17:37:56.259022+0000 mgr.a (mgr.24293) 18746 : audit 0 from='client.371274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:57 smithi044 bash[32620]: audit 2023-12-07T17:37:56.259022+0000 mgr.a (mgr.24293) 18746 : audit 0 from='client.371274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:58.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:57 smithi027 bash[31536]: audit 2023-12-07T17:37:56.259022+0000 mgr.a (mgr.24293) 18746 : audit 0 from='client.371274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:37:58 smithi022 bash[28554]: cluster 2023-12-07T17:37:57.339056+0000 mgr.a (mgr.24293) 18747 : cluster 0 pgmap v14017: 33 pgs: 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:37:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:37:58 smithi044 bash[32620]: cluster 2023-12-07T17:37:57.339056+0000 mgr.a (mgr.24293) 18747 : cluster 0 pgmap v14017: 33 pgs: 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:37:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:37:58 smithi027 bash[31536]: cluster 2023-12-07T17:37:57.339056+0000 mgr.a (mgr.24293) 18747 : cluster 0 pgmap v14017: 33 pgs: 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:38:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:00 smithi022 bash[28554]: cluster 2023-12-07T17:37:59.339702+0000 mgr.a (mgr.24293) 18748 : cluster 0 pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:00 smithi044 bash[32620]: cluster 2023-12-07T17:37:59.339702+0000 mgr.a (mgr.24293) 18748 : cluster 0 pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:00 smithi027 bash[31536]: cluster 2023-12-07T17:37:59.339702+0000 mgr.a (mgr.24293) 18748 : cluster 0 pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:01.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:01.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:01.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:02.725 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:02.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:02.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:02.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:02.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:02 smithi022 bash[28554]: cluster 2023-12-07T17:38:01.340639+0000 mgr.a (mgr.24293) 18749 : cluster 0 pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:03.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:02 smithi044 bash[32620]: cluster 2023-12-07T17:38:01.340639+0000 mgr.a (mgr.24293) 18749 : cluster 0 pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:02 smithi027 bash[31536]: cluster 2023-12-07T17:38:01.340639+0000 mgr.a (mgr.24293) 18749 : cluster 0 pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:04.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:03 smithi022 bash[28554]: audit 2023-12-07T17:38:02.186272+0000 mgr.a (mgr.24293) 18750 : audit 0 from='client.371349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:04.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:03 smithi044 bash[32620]: audit 2023-12-07T17:38:02.186272+0000 mgr.a (mgr.24293) 18750 : audit 0 from='client.371349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:04.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:03 smithi027 bash[31536]: audit 2023-12-07T17:38:02.186272+0000 mgr.a (mgr.24293) 18750 : audit 0 from='client.371349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:04 smithi022 bash[28554]: cluster 2023-12-07T17:38:03.341494+0000 mgr.a (mgr.24293) 18751 : cluster 0 pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:04 smithi044 bash[32620]: cluster 2023-12-07T17:38:03.341494+0000 mgr.a (mgr.24293) 18751 : cluster 0 pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:04 smithi027 bash[31536]: cluster 2023-12-07T17:38:03.341494+0000 mgr.a (mgr.24293) 18751 : cluster 0 pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:06 smithi022 bash[28554]: cluster 2023-12-07T17:38:05.342232+0000 mgr.a (mgr.24293) 18752 : cluster 0 pgmap v14021: 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:38:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:06 smithi044 bash[32620]: cluster 2023-12-07T17:38:05.342232+0000 mgr.a (mgr.24293) 18752 : cluster 0 pgmap v14021: 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:38:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:06 smithi027 bash[31536]: cluster 2023-12-07T17:38:05.342232+0000 mgr.a (mgr.24293) 18752 : cluster 0 pgmap v14021: 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:38:07.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:07.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:07.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:08.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:08.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:08.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:08.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:08.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:08 smithi022 bash[28554]: cluster 2023-12-07T17:38:07.342971+0000 mgr.a (mgr.24293) 18753 : cluster 0 pgmap v14022: 33 pgs: 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:38:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:08 smithi044 bash[32620]: cluster 2023-12-07T17:38:07.342971+0000 mgr.a (mgr.24293) 18753 : cluster 0 pgmap v14022: 33 pgs: 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:38:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:08 smithi027 bash[31536]: cluster 2023-12-07T17:38:07.342971+0000 mgr.a (mgr.24293) 18753 : cluster 0 pgmap v14022: 33 pgs: 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:38:10.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:09 smithi022 bash[28554]: audit 2023-12-07T17:38:08.133755+0000 mgr.a (mgr.24293) 18754 : audit 0 from='client.371424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:10.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:09 smithi044 bash[32620]: audit 2023-12-07T17:38:08.133755+0000 mgr.a (mgr.24293) 18754 : audit 0 from='client.371424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:10.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:09 smithi027 bash[31536]: audit 2023-12-07T17:38:08.133755+0000 mgr.a (mgr.24293) 18754 : audit 0 from='client.371424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:10 smithi022 bash[28554]: cluster 2023-12-07T17:38:09.343732+0000 mgr.a (mgr.24293) 18755 : cluster 0 pgmap v14023: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:10 smithi044 bash[32620]: cluster 2023-12-07T17:38:09.343732+0000 mgr.a (mgr.24293) 18755 : cluster 0 pgmap v14023: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:10 smithi027 bash[31536]: cluster 2023-12-07T17:38:09.343732+0000 mgr.a (mgr.24293) 18755 : cluster 0 pgmap v14023: 33 pgs: 33 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:13.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:12 smithi022 bash[28554]: cluster 2023-12-07T17:38:11.344548+0000 mgr.a (mgr.24293) 18756 : cluster 0 pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:13.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:12 smithi044 bash[32620]: cluster 2023-12-07T17:38:11.344548+0000 mgr.a (mgr.24293) 18756 : cluster 0 pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:13.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:12 smithi027 bash[31536]: cluster 2023-12-07T17:38:11.344548+0000 mgr.a (mgr.24293) 18756 : cluster 0 pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:13.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:13.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:13.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:14.569 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:14.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:14.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:14.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:14.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:14 smithi022 bash[28554]: cluster 2023-12-07T17:38:13.345071+0000 mgr.a (mgr.24293) 18757 : cluster 0 pgmap v14025: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:14 smithi044 bash[32620]: cluster 2023-12-07T17:38:13.345071+0000 mgr.a (mgr.24293) 18757 : cluster 0 pgmap v14025: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:14 smithi027 bash[31536]: cluster 2023-12-07T17:38:13.345071+0000 mgr.a (mgr.24293) 18757 : cluster 0 pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:16.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:15 smithi022 bash[28554]: audit 2023-12-07T17:38:14.080725+0000 mgr.a (mgr.24293) 18758 : audit 0 from='client.371493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:16.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:15 smithi044 bash[32620]: audit 2023-12-07T17:38:14.080725+0000 mgr.a (mgr.24293) 18758 : audit 0 from='client.371493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:16.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:15 smithi027 bash[31536]: audit 2023-12-07T17:38:14.080725+0000 mgr.a (mgr.24293) 18758 : audit 0 from='client.371493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:16 smithi022 bash[28554]: cluster 2023-12-07T17:38:15.345909+0000 mgr.a (mgr.24293) 18759 : cluster 0 pgmap v14026: 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:38:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:16 smithi044 bash[32620]: cluster 2023-12-07T17:38:15.345909+0000 mgr.a (mgr.24293) 18759 : cluster 0 pgmap v14026: 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:38:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:16 smithi027 bash[31536]: cluster 2023-12-07T17:38:15.345909+0000 mgr.a (mgr.24293) 18759 : cluster 0 pgmap v14026: 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:38:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:18 smithi022 bash[28554]: cluster 2023-12-07T17:38:17.346652+0000 mgr.a (mgr.24293) 18760 : cluster 0 pgmap v14027: 33 pgs: 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:38:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:18 smithi044 bash[32620]: cluster 2023-12-07T17:38:17.346652+0000 mgr.a (mgr.24293) 18760 : cluster 0 pgmap v14027: 33 pgs: 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:38:19.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:18 smithi027 bash[31536]: cluster 2023-12-07T17:38:17.346652+0000 mgr.a (mgr.24293) 18760 : cluster 0 pgmap v14027: 33 pgs: 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:38:19.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:19.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:19.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:20.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:20.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:20.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:20.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:20.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:20 smithi022 bash[28554]: cluster 2023-12-07T17:38:19.347250+0000 mgr.a (mgr.24293) 18761 : cluster 0 pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:20 smithi022 bash[28554]: audit 2023-12-07T17:38:19.983008+0000 mgr.a (mgr.24293) 18762 : audit 0 from='client.371568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:21.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:20 smithi044 bash[32620]: cluster 2023-12-07T17:38:19.347250+0000 mgr.a (mgr.24293) 18761 : cluster 0 pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:21.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:20 smithi044 bash[32620]: audit 2023-12-07T17:38:19.983008+0000 mgr.a (mgr.24293) 18762 : audit 0 from='client.371568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:20 smithi027 bash[31536]: cluster 2023-12-07T17:38:19.347250+0000 mgr.a (mgr.24293) 18761 : cluster 0 pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:20 smithi027 bash[31536]: audit 2023-12-07T17:38:19.983008+0000 mgr.a (mgr.24293) 18762 : audit 0 from='client.371568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:22 smithi022 bash[28554]: cluster 2023-12-07T17:38:21.348318+0000 mgr.a (mgr.24293) 18763 : cluster 0 pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:22 smithi044 bash[32620]: cluster 2023-12-07T17:38:21.348318+0000 mgr.a (mgr.24293) 18763 : cluster 0 pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:22 smithi027 bash[31536]: cluster 2023-12-07T17:38:21.348318+0000 mgr.a (mgr.24293) 18763 : cluster 0 pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:24 smithi022 bash[28554]: cluster 2023-12-07T17:38:23.348960+0000 mgr.a (mgr.24293) 18764 : cluster 0 pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:24 smithi044 bash[32620]: cluster 2023-12-07T17:38:23.348960+0000 mgr.a (mgr.24293) 18764 : cluster 0 pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:24 smithi027 bash[31536]: cluster 2023-12-07T17:38:23.348960+0000 mgr.a (mgr.24293) 18764 : cluster 0 pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:25.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:25.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:25.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:26.459 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:26.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:26.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:26.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:26.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:26 smithi022 bash[28554]: cluster 2023-12-07T17:38:25.349632+0000 mgr.a (mgr.24293) 18765 : cluster 0 pgmap v14031: 33 pgs: 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:38:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:26 smithi022 bash[28554]: audit 2023-12-07T17:38:25.924127+0000 mgr.a (mgr.24293) 18766 : audit 0 from='client.371643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:26 smithi044 bash[32620]: cluster 2023-12-07T17:38:25.349632+0000 mgr.a (mgr.24293) 18765 : cluster 0 pgmap v14031: 33 pgs: 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:38:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:26 smithi044 bash[32620]: audit 2023-12-07T17:38:25.924127+0000 mgr.a (mgr.24293) 18766 : audit 0 from='client.371643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:26 smithi027 bash[31536]: cluster 2023-12-07T17:38:25.349632+0000 mgr.a (mgr.24293) 18765 : cluster 0 pgmap v14031: 33 pgs: 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:38:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:26 smithi027 bash[31536]: audit 2023-12-07T17:38:25.924127+0000 mgr.a (mgr.24293) 18766 : audit 0 from='client.371643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:28 smithi022 bash[28554]: cluster 2023-12-07T17:38:27.350633+0000 mgr.a (mgr.24293) 18767 : cluster 0 pgmap v14032: 33 pgs: 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:38:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:28 smithi044 bash[32620]: cluster 2023-12-07T17:38:27.350633+0000 mgr.a (mgr.24293) 18767 : cluster 0 pgmap v14032: 33 pgs: 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:38:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:28 smithi027 bash[31536]: cluster 2023-12-07T17:38:27.350633+0000 mgr.a (mgr.24293) 18767 : cluster 0 pgmap v14032: 33 pgs: 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:38:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:30 smithi022 bash[28554]: cluster 2023-12-07T17:38:29.351248+0000 mgr.a (mgr.24293) 18768 : cluster 0 pgmap v14033: 33 pgs: 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:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:30 smithi044 bash[32620]: cluster 2023-12-07T17:38:29.351248+0000 mgr.a (mgr.24293) 18768 : cluster 0 pgmap v14033: 33 pgs: 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:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:30 smithi027 bash[31536]: cluster 2023-12-07T17:38:29.351248+0000 mgr.a (mgr.24293) 18768 : cluster 0 pgmap v14033: 33 pgs: 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:31.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:31.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:31.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:32.418 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:32.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:32.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:32.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:32.419 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:32 smithi022 bash[28554]: cluster 2023-12-07T17:38:31.352029+0000 mgr.a (mgr.24293) 18769 : cluster 0 pgmap v14034: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:32 smithi022 bash[28554]: audit 2023-12-07T17:38:31.878751+0000 mgr.a (mgr.24293) 18770 : audit 0 from='client.371718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:32 smithi044 bash[32620]: cluster 2023-12-07T17:38:31.352029+0000 mgr.a (mgr.24293) 18769 : cluster 0 pgmap v14034: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:32 smithi044 bash[32620]: audit 2023-12-07T17:38:31.878751+0000 mgr.a (mgr.24293) 18770 : audit 0 from='client.371718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:32 smithi027 bash[31536]: cluster 2023-12-07T17:38:31.352029+0000 mgr.a (mgr.24293) 18769 : cluster 0 pgmap v14034: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:32 smithi027 bash[31536]: audit 2023-12-07T17:38:31.878751+0000 mgr.a (mgr.24293) 18770 : audit 0 from='client.371718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:34 smithi022 bash[28554]: cluster 2023-12-07T17:38:33.352729+0000 mgr.a (mgr.24293) 18771 : cluster 0 pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:38:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:34 smithi044 bash[32620]: cluster 2023-12-07T17:38:33.352729+0000 mgr.a (mgr.24293) 18771 : cluster 0 pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:38:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:34 smithi027 bash[31536]: cluster 2023-12-07T17:38:33.352729+0000 mgr.a (mgr.24293) 18771 : cluster 0 pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:38:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:36 smithi022 bash[28554]: cluster 2023-12-07T17:38:35.353455+0000 mgr.a (mgr.24293) 18772 : cluster 0 pgmap v14036: 33 pgs: 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:38:37.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:36 smithi044 bash[32620]: cluster 2023-12-07T17:38:35.353455+0000 mgr.a (mgr.24293) 18772 : cluster 0 pgmap v14036: 33 pgs: 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:38:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:36 smithi027 bash[31536]: cluster 2023-12-07T17:38:35.353455+0000 mgr.a (mgr.24293) 18772 : cluster 0 pgmap v14036: 33 pgs: 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:38:37.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:37.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:37.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:38.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:38.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:38.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:38.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:38.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:38 smithi022 bash[28554]: cluster 2023-12-07T17:38:37.354183+0000 mgr.a (mgr.24293) 18773 : cluster 0 pgmap v14037: 33 pgs: 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:38:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:38 smithi022 bash[28554]: audit 2023-12-07T17:38:37.830111+0000 mgr.a (mgr.24293) 18774 : audit 0 from='client.371790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:38 smithi044 bash[32620]: cluster 2023-12-07T17:38:37.354183+0000 mgr.a (mgr.24293) 18773 : cluster 0 pgmap v14037: 33 pgs: 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:38:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:38 smithi044 bash[32620]: audit 2023-12-07T17:38:37.830111+0000 mgr.a (mgr.24293) 18774 : audit 0 from='client.371790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:39.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:38 smithi027 bash[31536]: cluster 2023-12-07T17:38:37.354183+0000 mgr.a (mgr.24293) 18773 : cluster 0 pgmap v14037: 33 pgs: 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:38:39.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:38 smithi027 bash[31536]: audit 2023-12-07T17:38:37.830111+0000 mgr.a (mgr.24293) 18774 : audit 0 from='client.371790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:40 smithi022 bash[28554]: cluster 2023-12-07T17:38:39.354944+0000 mgr.a (mgr.24293) 18775 : cluster 0 pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:40 smithi044 bash[32620]: cluster 2023-12-07T17:38:39.354944+0000 mgr.a (mgr.24293) 18775 : cluster 0 pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:40 smithi027 bash[31536]: cluster 2023-12-07T17:38:39.354944+0000 mgr.a (mgr.24293) 18775 : cluster 0 pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:43.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:42 smithi022 bash[28554]: cluster 2023-12-07T17:38:41.355877+0000 mgr.a (mgr.24293) 18776 : cluster 0 pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:42 smithi044 bash[32620]: cluster 2023-12-07T17:38:41.355877+0000 mgr.a (mgr.24293) 18776 : cluster 0 pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:42 smithi027 bash[31536]: cluster 2023-12-07T17:38:41.355877+0000 mgr.a (mgr.24293) 18776 : cluster 0 pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:43.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:43.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:43.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:44.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:44.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:44.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:44.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:44.295 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:44 smithi022 bash[28554]: cluster 2023-12-07T17:38:43.356440+0000 mgr.a (mgr.24293) 18777 : cluster 0 pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:44 smithi022 bash[28554]: audit 2023-12-07T17:38:43.762496+0000 mgr.a (mgr.24293) 18778 : audit 0 from='client.371862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:45.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:44 smithi044 bash[32620]: cluster 2023-12-07T17:38:43.356440+0000 mgr.a (mgr.24293) 18777 : cluster 0 pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:45.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:44 smithi044 bash[32620]: audit 2023-12-07T17:38:43.762496+0000 mgr.a (mgr.24293) 18778 : audit 0 from='client.371862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:44 smithi027 bash[31536]: cluster 2023-12-07T17:38:43.356440+0000 mgr.a (mgr.24293) 18777 : cluster 0 pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:44 smithi027 bash[31536]: audit 2023-12-07T17:38:43.762496+0000 mgr.a (mgr.24293) 18778 : audit 0 from='client.371862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:46 smithi022 bash[28554]: cluster 2023-12-07T17:38:45.357306+0000 mgr.a (mgr.24293) 18779 : cluster 0 pgmap v14041: 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:38:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:46 smithi044 bash[32620]: cluster 2023-12-07T17:38:45.357306+0000 mgr.a (mgr.24293) 18779 : cluster 0 pgmap v14041: 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:38:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:46 smithi027 bash[31536]: cluster 2023-12-07T17:38:45.357306+0000 mgr.a (mgr.24293) 18779 : cluster 0 pgmap v14041: 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:38:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:48 smithi022 bash[28554]: cluster 2023-12-07T17:38:47.358021+0000 mgr.a (mgr.24293) 18780 : cluster 0 pgmap v14042: 33 pgs: 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:38:49.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:48 smithi044 bash[32620]: cluster 2023-12-07T17:38:47.358021+0000 mgr.a (mgr.24293) 18780 : cluster 0 pgmap v14042: 33 pgs: 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:38:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:48 smithi027 bash[31536]: cluster 2023-12-07T17:38:47.358021+0000 mgr.a (mgr.24293) 18780 : cluster 0 pgmap v14042: 33 pgs: 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:38:49.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:49.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:49.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:50.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:50.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:50.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:50.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:50.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:50 smithi022 bash[28554]: cluster 2023-12-07T17:38:49.358469+0000 mgr.a (mgr.24293) 18781 : cluster 0 pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:50 smithi022 bash[28554]: audit 2023-12-07T17:38:49.702481+0000 mgr.a (mgr.24293) 18782 : audit 0 from='client.371937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:51.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:50 smithi044 bash[32620]: cluster 2023-12-07T17:38:49.358469+0000 mgr.a (mgr.24293) 18781 : cluster 0 pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:51.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:50 smithi044 bash[32620]: audit 2023-12-07T17:38:49.702481+0000 mgr.a (mgr.24293) 18782 : audit 0 from='client.371937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:50 smithi027 bash[31536]: cluster 2023-12-07T17:38:49.358469+0000 mgr.a (mgr.24293) 18781 : cluster 0 pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:50 smithi027 bash[31536]: audit 2023-12-07T17:38:49.702481+0000 mgr.a (mgr.24293) 18782 : audit 0 from='client.371937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:52 smithi022 bash[28554]: cluster 2023-12-07T17:38:51.359399+0000 mgr.a (mgr.24293) 18783 : cluster 0 pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:53.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:52 smithi044 bash[32620]: cluster 2023-12-07T17:38:51.359399+0000 mgr.a (mgr.24293) 18783 : cluster 0 pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:53.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:52 smithi027 bash[31536]: cluster 2023-12-07T17:38:51.359399+0000 mgr.a (mgr.24293) 18783 : cluster 0 pgmap v14044: 33 pgs: 33 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:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:53 smithi022 bash[28554]: audit 2023-12-07T17:38:53.647282+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:54.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:53 smithi044 bash[32620]: audit 2023-12-07T17:38:53.647282+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:53 smithi027 bash[31536]: audit 2023-12-07T17:38:53.647282+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:54 smithi022 bash[28554]: cluster 2023-12-07T17:38:53.360114+0000 mgr.a (mgr.24293) 18784 : cluster 0 pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:54 smithi022 bash[28554]: audit 2023-12-07T17:38:54.440837+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:54 smithi022 bash[28554]: audit 2023-12-07T17:38:54.442837+0000 mon.a (mon.0) 3037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:54 smithi022 bash[28554]: audit 2023-12-07T17:38:54.452426+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:38:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:54 smithi044 bash[32620]: cluster 2023-12-07T17:38:53.360114+0000 mgr.a (mgr.24293) 18784 : cluster 0 pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:54 smithi044 bash[32620]: audit 2023-12-07T17:38:54.440837+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:54 smithi044 bash[32620]: audit 2023-12-07T17:38:54.442837+0000 mon.a (mon.0) 3037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:54 smithi044 bash[32620]: audit 2023-12-07T17:38:54.452426+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:38:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:54 smithi027 bash[31536]: cluster 2023-12-07T17:38:53.360114+0000 mgr.a (mgr.24293) 18784 : cluster 0 pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:54 smithi027 bash[31536]: audit 2023-12-07T17:38:54.440837+0000 mon.a (mon.0) 3036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:54 smithi027 bash[31536]: audit 2023-12-07T17:38:54.442837+0000 mon.a (mon.0) 3037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:54 smithi027 bash[31536]: audit 2023-12-07T17:38:54.452426+0000 mon.a (mon.0) 3038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:38:55.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:38:55.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:55.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:56.165 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:38:56.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:56.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:56.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:56.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:38:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:56 smithi022 bash[28554]: cluster 2023-12-07T17:38:55.360602+0000 mgr.a (mgr.24293) 18785 : cluster 0 pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:56 smithi022 bash[28554]: audit 2023-12-07T17:38:55.634380+0000 mgr.a (mgr.24293) 18786 : audit 0 from='client.372012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:56 smithi044 bash[32620]: cluster 2023-12-07T17:38:55.360602+0000 mgr.a (mgr.24293) 18785 : cluster 0 pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:57.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:56 smithi044 bash[32620]: audit 2023-12-07T17:38:55.634380+0000 mgr.a (mgr.24293) 18786 : audit 0 from='client.372012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:56 smithi027 bash[31536]: cluster 2023-12-07T17:38:55.360602+0000 mgr.a (mgr.24293) 18785 : cluster 0 pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:56 smithi027 bash[31536]: audit 2023-12-07T17:38:55.634380+0000 mgr.a (mgr.24293) 18786 : audit 0 from='client.372012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:38:58 smithi022 bash[28554]: cluster 2023-12-07T17:38:57.361549+0000 mgr.a (mgr.24293) 18787 : cluster 0 pgmap v14047: 33 pgs: 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:38:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:38:58 smithi044 bash[32620]: cluster 2023-12-07T17:38:57.361549+0000 mgr.a (mgr.24293) 18787 : cluster 0 pgmap v14047: 33 pgs: 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:38:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:38:58 smithi027 bash[31536]: cluster 2023-12-07T17:38:57.361549+0000 mgr.a (mgr.24293) 18787 : cluster 0 pgmap v14047: 33 pgs: 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:39:01.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:01.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:01.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:00 smithi022 bash[28554]: cluster 2023-12-07T17:38:59.362130+0000 mgr.a (mgr.24293) 18788 : cluster 0 pgmap v14048: 33 pgs: 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:01.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:00 smithi044 bash[32620]: cluster 2023-12-07T17:38:59.362130+0000 mgr.a (mgr.24293) 18788 : cluster 0 pgmap v14048: 33 pgs: 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:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:00 smithi027 bash[31536]: cluster 2023-12-07T17:38:59.362130+0000 mgr.a (mgr.24293) 18788 : cluster 0 pgmap v14048: 33 pgs: 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:02.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:02.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:02.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:02.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:02.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:02 smithi022 bash[28554]: cluster 2023-12-07T17:39:01.362894+0000 mgr.a (mgr.24293) 18789 : cluster 0 pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:02 smithi022 bash[28554]: audit 2023-12-07T17:39:01.572158+0000 mgr.a (mgr.24293) 18790 : audit 0 from='client.372087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:03.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:02 smithi044 bash[32620]: cluster 2023-12-07T17:39:01.362894+0000 mgr.a (mgr.24293) 18789 : cluster 0 pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:03.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:02 smithi044 bash[32620]: audit 2023-12-07T17:39:01.572158+0000 mgr.a (mgr.24293) 18790 : audit 0 from='client.372087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:02 smithi027 bash[31536]: cluster 2023-12-07T17:39:01.362894+0000 mgr.a (mgr.24293) 18789 : cluster 0 pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:02 smithi027 bash[31536]: audit 2023-12-07T17:39:01.572158+0000 mgr.a (mgr.24293) 18790 : audit 0 from='client.372087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:04 smithi022 bash[28554]: cluster 2023-12-07T17:39:03.363665+0000 mgr.a (mgr.24293) 18791 : cluster 0 pgmap v14050: 33 pgs: 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:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:04 smithi044 bash[32620]: cluster 2023-12-07T17:39:03.363665+0000 mgr.a (mgr.24293) 18791 : cluster 0 pgmap v14050: 33 pgs: 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:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:04 smithi027 bash[31536]: cluster 2023-12-07T17:39:03.363665+0000 mgr.a (mgr.24293) 18791 : cluster 0 pgmap v14050: 33 pgs: 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:07.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:07.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:07.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:06 smithi022 bash[28554]: cluster 2023-12-07T17:39:05.364327+0000 mgr.a (mgr.24293) 18792 : cluster 0 pgmap v14051: 33 pgs: 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:39:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:06 smithi044 bash[32620]: cluster 2023-12-07T17:39:05.364327+0000 mgr.a (mgr.24293) 18792 : cluster 0 pgmap v14051: 33 pgs: 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:39:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:06 smithi027 bash[31536]: cluster 2023-12-07T17:39:05.364327+0000 mgr.a (mgr.24293) 18792 : cluster 0 pgmap v14051: 33 pgs: 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:39:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:08.041 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:08 smithi022 bash[28554]: cluster 2023-12-07T17:39:07.365000+0000 mgr.a (mgr.24293) 18793 : cluster 0 pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:08 smithi022 bash[28554]: audit 2023-12-07T17:39:07.514718+0000 mgr.a (mgr.24293) 18794 : audit 0 from='client.372165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:08 smithi044 bash[32620]: cluster 2023-12-07T17:39:07.365000+0000 mgr.a (mgr.24293) 18793 : cluster 0 pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:08 smithi044 bash[32620]: audit 2023-12-07T17:39:07.514718+0000 mgr.a (mgr.24293) 18794 : audit 0 from='client.372165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:08 smithi027 bash[31536]: cluster 2023-12-07T17:39:07.365000+0000 mgr.a (mgr.24293) 18793 : cluster 0 pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:08 smithi027 bash[31536]: audit 2023-12-07T17:39:07.514718+0000 mgr.a (mgr.24293) 18794 : audit 0 from='client.372165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:10 smithi027 bash[31536]: cluster 2023-12-07T17:39:09.365699+0000 mgr.a (mgr.24293) 18795 : cluster 0 pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:10 smithi022 bash[28554]: cluster 2023-12-07T17:39:09.365699+0000 mgr.a (mgr.24293) 18795 : cluster 0 pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:10 smithi044 bash[32620]: cluster 2023-12-07T17:39:09.365699+0000 mgr.a (mgr.24293) 18795 : cluster 0 pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:13.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:13.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:13.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:12 smithi027 bash[31536]: cluster 2023-12-07T17:39:11.366525+0000 mgr.a (mgr.24293) 18796 : cluster 0 pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:12 smithi022 bash[28554]: cluster 2023-12-07T17:39:11.366525+0000 mgr.a (mgr.24293) 18796 : cluster 0 pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:13.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:12 smithi044 bash[32620]: cluster 2023-12-07T17:39:11.366525+0000 mgr.a (mgr.24293) 18796 : cluster 0 pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:13.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:13.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:13.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:13.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:13.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:15.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:14 smithi027 bash[31536]: cluster 2023-12-07T17:39:13.367029+0000 mgr.a (mgr.24293) 18797 : cluster 0 pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:15.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:14 smithi027 bash[31536]: audit 2023-12-07T17:39:13.453719+0000 mgr.a (mgr.24293) 18798 : audit 0 from='client.372237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:14 smithi022 bash[28554]: cluster 2023-12-07T17:39:13.367029+0000 mgr.a (mgr.24293) 18797 : cluster 0 pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:14 smithi022 bash[28554]: audit 2023-12-07T17:39:13.453719+0000 mgr.a (mgr.24293) 18798 : audit 0 from='client.372237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:15.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:14 smithi044 bash[32620]: cluster 2023-12-07T17:39:13.367029+0000 mgr.a (mgr.24293) 18797 : cluster 0 pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:14 smithi044 bash[32620]: audit 2023-12-07T17:39:13.453719+0000 mgr.a (mgr.24293) 18798 : audit 0 from='client.372237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:16 smithi027 bash[31536]: cluster 2023-12-07T17:39:15.367832+0000 mgr.a (mgr.24293) 18799 : cluster 0 pgmap v14056: 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:39:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:16 smithi022 bash[28554]: cluster 2023-12-07T17:39:15.367832+0000 mgr.a (mgr.24293) 18799 : cluster 0 pgmap v14056: 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:39:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:16 smithi044 bash[32620]: cluster 2023-12-07T17:39:15.367832+0000 mgr.a (mgr.24293) 18799 : cluster 0 pgmap v14056: 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:39:18.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:18.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:18.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:19.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:18 smithi027 bash[31536]: cluster 2023-12-07T17:39:17.368729+0000 mgr.a (mgr.24293) 18800 : cluster 0 pgmap v14057: 33 pgs: 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:39:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:18 smithi022 bash[28554]: cluster 2023-12-07T17:39:17.368729+0000 mgr.a (mgr.24293) 18800 : cluster 0 pgmap v14057: 33 pgs: 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:39:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:18 smithi044 bash[32620]: cluster 2023-12-07T17:39:17.368729+0000 mgr.a (mgr.24293) 18800 : cluster 0 pgmap v14057: 33 pgs: 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:39:19.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:19.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:20 smithi022 bash[28554]: cluster 2023-12-07T17:39:19.369319+0000 mgr.a (mgr.24293) 18801 : cluster 0 pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:20 smithi022 bash[28554]: audit 2023-12-07T17:39:19.401050+0000 mgr.a (mgr.24293) 18802 : audit 0 from='client.372312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:20 smithi044 bash[32620]: cluster 2023-12-07T17:39:19.369319+0000 mgr.a (mgr.24293) 18801 : cluster 0 pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:21.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:20 smithi044 bash[32620]: audit 2023-12-07T17:39:19.401050+0000 mgr.a (mgr.24293) 18802 : audit 0 from='client.372312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:20 smithi027 bash[31536]: cluster 2023-12-07T17:39:19.369319+0000 mgr.a (mgr.24293) 18801 : cluster 0 pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:20 smithi027 bash[31536]: audit 2023-12-07T17:39:19.401050+0000 mgr.a (mgr.24293) 18802 : audit 0 from='client.372312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:22 smithi022 bash[28554]: cluster 2023-12-07T17:39:21.370218+0000 mgr.a (mgr.24293) 18803 : cluster 0 pgmap v14059: 33 pgs: 33 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:23.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:22 smithi044 bash[32620]: cluster 2023-12-07T17:39:21.370218+0000 mgr.a (mgr.24293) 18803 : cluster 0 pgmap v14059: 33 pgs: 33 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:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:22 smithi027 bash[31536]: cluster 2023-12-07T17:39:21.370218+0000 mgr.a (mgr.24293) 18803 : cluster 0 pgmap v14059: 33 pgs: 33 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:24.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:24.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:24.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:24 smithi022 bash[28554]: cluster 2023-12-07T17:39:23.370799+0000 mgr.a (mgr.24293) 18804 : cluster 0 pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:24 smithi044 bash[32620]: cluster 2023-12-07T17:39:23.370799+0000 mgr.a (mgr.24293) 18804 : cluster 0 pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:24 smithi027 bash[31536]: cluster 2023-12-07T17:39:23.370799+0000 mgr.a (mgr.24293) 18804 : cluster 0 pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:25.859 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:25.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:25.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:25.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:25.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:26 smithi022 bash[28554]: audit 2023-12-07T17:39:25.325709+0000 mgr.a (mgr.24293) 18805 : audit 0 from='client.372387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:26 smithi022 bash[28554]: cluster 2023-12-07T17:39:25.371697+0000 mgr.a (mgr.24293) 18806 : cluster 0 pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:26 smithi044 bash[32620]: audit 2023-12-07T17:39:25.325709+0000 mgr.a (mgr.24293) 18805 : audit 0 from='client.372387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:26 smithi044 bash[32620]: cluster 2023-12-07T17:39:25.371697+0000 mgr.a (mgr.24293) 18806 : cluster 0 pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:26 smithi027 bash[31536]: audit 2023-12-07T17:39:25.325709+0000 mgr.a (mgr.24293) 18805 : audit 0 from='client.372387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:26 smithi027 bash[31536]: cluster 2023-12-07T17:39:25.371697+0000 mgr.a (mgr.24293) 18806 : cluster 0 pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:28 smithi022 bash[28554]: cluster 2023-12-07T17:39:27.372628+0000 mgr.a (mgr.24293) 18807 : cluster 0 pgmap v14062: 33 pgs: 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:39:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:28 smithi044 bash[32620]: cluster 2023-12-07T17:39:27.372628+0000 mgr.a (mgr.24293) 18807 : cluster 0 pgmap v14062: 33 pgs: 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:39:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:28 smithi027 bash[31536]: cluster 2023-12-07T17:39:27.372628+0000 mgr.a (mgr.24293) 18807 : cluster 0 pgmap v14062: 33 pgs: 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:39:30.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:30.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:30.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:30 smithi022 bash[28554]: cluster 2023-12-07T17:39:29.373232+0000 mgr.a (mgr.24293) 18808 : cluster 0 pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:30 smithi044 bash[32620]: cluster 2023-12-07T17:39:29.373232+0000 mgr.a (mgr.24293) 18808 : cluster 0 pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:30 smithi027 bash[31536]: cluster 2023-12-07T17:39:29.373232+0000 mgr.a (mgr.24293) 18808 : cluster 0 pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:31.824 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:31.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:31.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:31.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:31.825 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:32 smithi022 bash[28554]: audit 2023-12-07T17:39:31.275153+0000 mgr.a (mgr.24293) 18809 : audit 0 from='client.372462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:32 smithi022 bash[28554]: cluster 2023-12-07T17:39:31.373908+0000 mgr.a (mgr.24293) 18810 : cluster 0 pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:32 smithi044 bash[32620]: audit 2023-12-07T17:39:31.275153+0000 mgr.a (mgr.24293) 18809 : audit 0 from='client.372462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:32 smithi044 bash[32620]: cluster 2023-12-07T17:39:31.373908+0000 mgr.a (mgr.24293) 18810 : cluster 0 pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:32 smithi027 bash[31536]: audit 2023-12-07T17:39:31.275153+0000 mgr.a (mgr.24293) 18809 : audit 0 from='client.372462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:32 smithi027 bash[31536]: cluster 2023-12-07T17:39:31.373908+0000 mgr.a (mgr.24293) 18810 : cluster 0 pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:34 smithi022 bash[28554]: cluster 2023-12-07T17:39:33.374577+0000 mgr.a (mgr.24293) 18811 : cluster 0 pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:35.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:34 smithi044 bash[32620]: cluster 2023-12-07T17:39:33.374577+0000 mgr.a (mgr.24293) 18811 : cluster 0 pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:34 smithi027 bash[31536]: cluster 2023-12-07T17:39:33.374577+0000 mgr.a (mgr.24293) 18811 : cluster 0 pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:36.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:36.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:36.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:36 smithi022 bash[28554]: cluster 2023-12-07T17:39:35.375350+0000 mgr.a (mgr.24293) 18812 : cluster 0 pgmap v14066: 33 pgs: 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:39:37.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:36 smithi044 bash[32620]: cluster 2023-12-07T17:39:35.375350+0000 mgr.a (mgr.24293) 18812 : cluster 0 pgmap v14066: 33 pgs: 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:39:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:36 smithi027 bash[31536]: cluster 2023-12-07T17:39:35.375350+0000 mgr.a (mgr.24293) 18812 : cluster 0 pgmap v14066: 33 pgs: 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:39:37.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:37.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:38 smithi022 bash[28554]: audit 2023-12-07T17:39:37.237072+0000 mgr.a (mgr.24293) 18813 : audit 0 from='client.372537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:38 smithi022 bash[28554]: cluster 2023-12-07T17:39:37.388843+0000 mgr.a (mgr.24293) 18814 : cluster 0 pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:38 smithi044 bash[32620]: audit 2023-12-07T17:39:37.237072+0000 mgr.a (mgr.24293) 18813 : audit 0 from='client.372537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:38 smithi044 bash[32620]: cluster 2023-12-07T17:39:37.388843+0000 mgr.a (mgr.24293) 18814 : cluster 0 pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:38 smithi027 bash[31536]: audit 2023-12-07T17:39:37.237072+0000 mgr.a (mgr.24293) 18813 : audit 0 from='client.372537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:38 smithi027 bash[31536]: cluster 2023-12-07T17:39:37.388843+0000 mgr.a (mgr.24293) 18814 : cluster 0 pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:40 smithi022 bash[28554]: cluster 2023-12-07T17:39:39.389578+0000 mgr.a (mgr.24293) 18815 : cluster 0 pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:40 smithi044 bash[32620]: cluster 2023-12-07T17:39:39.389578+0000 mgr.a (mgr.24293) 18815 : cluster 0 pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:40 smithi027 bash[31536]: cluster 2023-12-07T17:39:39.389578+0000 mgr.a (mgr.24293) 18815 : cluster 0 pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:42.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:42.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:42.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:42 smithi022 bash[28554]: cluster 2023-12-07T17:39:41.390385+0000 mgr.a (mgr.24293) 18816 : cluster 0 pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:42 smithi044 bash[32620]: cluster 2023-12-07T17:39:41.390385+0000 mgr.a (mgr.24293) 18816 : cluster 0 pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:42 smithi027 bash[31536]: cluster 2023-12-07T17:39:41.390385+0000 mgr.a (mgr.24293) 18816 : cluster 0 pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:43.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:44 smithi022 bash[28554]: audit 2023-12-07T17:39:43.177140+0000 mgr.a (mgr.24293) 18817 : audit 0 from='client.372612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:44 smithi022 bash[28554]: cluster 2023-12-07T17:39:43.390896+0000 mgr.a (mgr.24293) 18818 : cluster 0 pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:44 smithi044 bash[32620]: audit 2023-12-07T17:39:43.177140+0000 mgr.a (mgr.24293) 18817 : audit 0 from='client.372612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:44 smithi044 bash[32620]: cluster 2023-12-07T17:39:43.390896+0000 mgr.a (mgr.24293) 18818 : cluster 0 pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:44 smithi027 bash[31536]: audit 2023-12-07T17:39:43.177140+0000 mgr.a (mgr.24293) 18817 : audit 0 from='client.372612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:44 smithi027 bash[31536]: cluster 2023-12-07T17:39:43.390896+0000 mgr.a (mgr.24293) 18818 : cluster 0 pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:47 smithi022 bash[28554]: cluster 2023-12-07T17:39:45.391764+0000 mgr.a (mgr.24293) 18819 : cluster 0 pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:47.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:47 smithi044 bash[32620]: cluster 2023-12-07T17:39:45.391764+0000 mgr.a (mgr.24293) 18819 : cluster 0 pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:47 smithi027 bash[31536]: cluster 2023-12-07T17:39:45.391764+0000 mgr.a (mgr.24293) 18819 : cluster 0 pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:48.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:48.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:48.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:49 smithi022 bash[28554]: cluster 2023-12-07T17:39:47.392475+0000 mgr.a (mgr.24293) 18820 : cluster 0 pgmap v14072: 33 pgs: 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:39:49.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:49 smithi044 bash[32620]: cluster 2023-12-07T17:39:47.392475+0000 mgr.a (mgr.24293) 18820 : cluster 0 pgmap v14072: 33 pgs: 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:39:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:49 smithi027 bash[31536]: cluster 2023-12-07T17:39:47.392475+0000 mgr.a (mgr.24293) 18820 : cluster 0 pgmap v14072: 33 pgs: 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:39:49.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:49.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:49.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:49.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:49.616 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:51 smithi022 bash[28554]: audit 2023-12-07T17:39:49.110501+0000 mgr.a (mgr.24293) 18821 : audit 0 from='client.372684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:51 smithi022 bash[28554]: cluster 2023-12-07T17:39:49.393278+0000 mgr.a (mgr.24293) 18822 : cluster 0 pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:51.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:51 smithi044 bash[32620]: audit 2023-12-07T17:39:49.110501+0000 mgr.a (mgr.24293) 18821 : audit 0 from='client.372684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:51 smithi044 bash[32620]: cluster 2023-12-07T17:39:49.393278+0000 mgr.a (mgr.24293) 18822 : cluster 0 pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:51 smithi027 bash[31536]: audit 2023-12-07T17:39:49.110501+0000 mgr.a (mgr.24293) 18821 : audit 0 from='client.372684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:51 smithi027 bash[31536]: cluster 2023-12-07T17:39:49.393278+0000 mgr.a (mgr.24293) 18822 : cluster 0 pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:53 smithi022 bash[28554]: cluster 2023-12-07T17:39:51.394204+0000 mgr.a (mgr.24293) 18823 : cluster 0 pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:53.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:53 smithi044 bash[32620]: cluster 2023-12-07T17:39:51.394204+0000 mgr.a (mgr.24293) 18823 : cluster 0 pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:53 smithi027 bash[31536]: cluster 2023-12-07T17:39:51.394204+0000 mgr.a (mgr.24293) 18823 : cluster 0 pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:54.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:39:54.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:54.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:55 smithi022 bash[28554]: cluster 2023-12-07T17:39:53.394798+0000 mgr.a (mgr.24293) 18824 : cluster 0 pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:55 smithi022 bash[28554]: audit 2023-12-07T17:39:54.556592+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:55.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:55 smithi044 bash[32620]: cluster 2023-12-07T17:39:53.394798+0000 mgr.a (mgr.24293) 18824 : cluster 0 pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:55 smithi044 bash[32620]: audit 2023-12-07T17:39:54.556592+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:55 smithi027 bash[31536]: cluster 2023-12-07T17:39:53.394798+0000 mgr.a (mgr.24293) 18824 : cluster 0 pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:55 smithi027 bash[31536]: audit 2023-12-07T17:39:54.556592+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:55.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:39:55.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:55.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:55.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:55.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:39:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:56 smithi022 bash[28554]: audit 2023-12-07T17:39:55.023198+0000 mgr.a (mgr.24293) 18825 : audit 0 from='client.372762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:56.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:56 smithi044 bash[32620]: audit 2023-12-07T17:39:55.023198+0000 mgr.a (mgr.24293) 18825 : audit 0 from='client.372762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:56.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:56 smithi027 bash[31536]: audit 2023-12-07T17:39:55.023198+0000 mgr.a (mgr.24293) 18825 : audit 0 from='client.372762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:57 smithi022 bash[28554]: cluster 2023-12-07T17:39:55.395451+0000 mgr.a (mgr.24293) 18826 : cluster 0 pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:39:57.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:57 smithi044 bash[32620]: cluster 2023-12-07T17:39:55.395451+0000 mgr.a (mgr.24293) 18826 : cluster 0 pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:39:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:57 smithi027 bash[31536]: cluster 2023-12-07T17:39:55.395451+0000 mgr.a (mgr.24293) 18826 : cluster 0 pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:39:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:39:59 smithi022 bash[28554]: cluster 2023-12-07T17:39:57.396093+0000 mgr.a (mgr.24293) 18827 : cluster 0 pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:39:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:39:59 smithi044 bash[32620]: cluster 2023-12-07T17:39:57.396093+0000 mgr.a (mgr.24293) 18827 : cluster 0 pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:39:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:39:59 smithi027 bash[31536]: cluster 2023-12-07T17:39:57.396093+0000 mgr.a (mgr.24293) 18827 : cluster 0 pgmap v14077: 33 pgs: 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:40:00.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:00.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:00.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: cluster 2023-12-07T17:39:59.396866+0000 mgr.a (mgr.24293) 18828 : cluster 0 pgmap v14078: 33 pgs: 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:40:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:39:59.916788+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:39:59.923147+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:39:59.972080+0000 mon.a (mon.0) 3042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:39:59.976678+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:39:59.981819+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:39:59.989061+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: cluster 2023-12-07T17:40:00.000111+0000 mon.a (mon.0) 3046 : cluster 1 overall HEALTH_OK 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:40:00.669389+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:40:00.671368+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:00 smithi022 bash[28554]: audit 2023-12-07T17:40:00.680527+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: cluster 2023-12-07T17:39:59.396866+0000 mgr.a (mgr.24293) 18828 : cluster 0 pgmap v14078: 33 pgs: 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:40:01.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:39:59.916788+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:39:59.923147+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:39:59.972080+0000 mon.a (mon.0) 3042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:39:59.976678+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:39:59.981819+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:39:59.989061+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: cluster 2023-12-07T17:40:00.000111+0000 mon.a (mon.0) 3046 : cluster 1 overall HEALTH_OK 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:40:00.669389+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:40:00.671368+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:01.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:00 smithi044 bash[32620]: audit 2023-12-07T17:40:00.680527+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: cluster 2023-12-07T17:39:59.396866+0000 mgr.a (mgr.24293) 18828 : cluster 0 pgmap v14078: 33 pgs: 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:40:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:39:59.916788+0000 mon.a (mon.0) 3040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:39:59.923147+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:39:59.972080+0000 mon.a (mon.0) 3042 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:39:59.976678+0000 mon.a (mon.0) 3043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:39:59.981819+0000 mon.a (mon.0) 3044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:39:59.989061+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: cluster 2023-12-07T17:40:00.000111+0000 mon.a (mon.0) 3046 : cluster 1 overall HEALTH_OK 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:40:00.669389+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:40:00.671368+0000 mon.a (mon.0) 3048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:00 smithi027 bash[31536]: audit 2023-12-07T17:40:00.680527+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:40:01.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:01.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:01.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:01.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:01.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:01 smithi022 bash[28554]: audit 2023-12-07T17:40:00.959940+0000 mgr.a (mgr.24293) 18829 : audit 0 from='client.372834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:02.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:01 smithi044 bash[32620]: audit 2023-12-07T17:40:00.959940+0000 mgr.a (mgr.24293) 18829 : audit 0 from='client.372834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:01 smithi027 bash[31536]: audit 2023-12-07T17:40:00.959940+0000 mgr.a (mgr.24293) 18829 : audit 0 from='client.372834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:02 smithi027 bash[31536]: cluster 2023-12-07T17:40:01.397645+0000 mgr.a (mgr.24293) 18830 : cluster 0 pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:02 smithi022 bash[28554]: cluster 2023-12-07T17:40:01.397645+0000 mgr.a (mgr.24293) 18830 : cluster 0 pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:03.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:02 smithi044 bash[32620]: cluster 2023-12-07T17:40:01.397645+0000 mgr.a (mgr.24293) 18830 : cluster 0 pgmap v14079: 33 pgs: 33 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:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:04 smithi027 bash[31536]: cluster 2023-12-07T17:40:03.398344+0000 mgr.a (mgr.24293) 18831 : cluster 0 pgmap v14080: 33 pgs: 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:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:04 smithi022 bash[28554]: cluster 2023-12-07T17:40:03.398344+0000 mgr.a (mgr.24293) 18831 : cluster 0 pgmap v14080: 33 pgs: 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:05.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:04 smithi044 bash[32620]: cluster 2023-12-07T17:40:03.398344+0000 mgr.a (mgr.24293) 18831 : cluster 0 pgmap v14080: 33 pgs: 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:06.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:06.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:06.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:06 smithi027 bash[31536]: cluster 2023-12-07T17:40:05.399236+0000 mgr.a (mgr.24293) 18832 : cluster 0 pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:07.426 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:07.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:07.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:07.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:07.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:06 smithi022 bash[28554]: cluster 2023-12-07T17:40:05.399236+0000 mgr.a (mgr.24293) 18832 : cluster 0 pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:06 smithi044 bash[32620]: cluster 2023-12-07T17:40:05.399236+0000 mgr.a (mgr.24293) 18832 : cluster 0 pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:08.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:07 smithi027 bash[31536]: audit 2023-12-07T17:40:06.907751+0000 mgr.a (mgr.24293) 18833 : audit 0 from='client.372909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:07 smithi022 bash[28554]: audit 2023-12-07T17:40:06.907751+0000 mgr.a (mgr.24293) 18833 : audit 0 from='client.372909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:08.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:07 smithi044 bash[32620]: audit 2023-12-07T17:40:06.907751+0000 mgr.a (mgr.24293) 18833 : audit 0 from='client.372909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:08 smithi027 bash[31536]: cluster 2023-12-07T17:40:07.399850+0000 mgr.a (mgr.24293) 18834 : cluster 0 pgmap v14082: 33 pgs: 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:40:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:08 smithi022 bash[28554]: cluster 2023-12-07T17:40:07.399850+0000 mgr.a (mgr.24293) 18834 : cluster 0 pgmap v14082: 33 pgs: 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:40:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:08 smithi044 bash[32620]: cluster 2023-12-07T17:40:07.399850+0000 mgr.a (mgr.24293) 18834 : cluster 0 pgmap v14082: 33 pgs: 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:40:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:10 smithi027 bash[31536]: cluster 2023-12-07T17:40:09.400450+0000 mgr.a (mgr.24293) 18835 : cluster 0 pgmap v14083: 33 pgs: 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:40:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:10 smithi022 bash[28554]: cluster 2023-12-07T17:40:09.400450+0000 mgr.a (mgr.24293) 18835 : cluster 0 pgmap v14083: 33 pgs: 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:40:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:10 smithi044 bash[32620]: cluster 2023-12-07T17:40:09.400450+0000 mgr.a (mgr.24293) 18835 : cluster 0 pgmap v14083: 33 pgs: 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:40:12.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:12.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:12.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:13.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:13.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:13.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:13.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:13.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:12 smithi022 bash[28554]: cluster 2023-12-07T17:40:11.401298+0000 mgr.a (mgr.24293) 18836 : cluster 0 pgmap v14084: 33 pgs: 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:40:13.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:12 smithi044 bash[32620]: cluster 2023-12-07T17:40:11.401298+0000 mgr.a (mgr.24293) 18836 : cluster 0 pgmap v14084: 33 pgs: 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:40:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:12 smithi027 bash[31536]: cluster 2023-12-07T17:40:11.401298+0000 mgr.a (mgr.24293) 18836 : cluster 0 pgmap v14084: 33 pgs: 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:40:14.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:13 smithi022 bash[28554]: audit 2023-12-07T17:40:12.838773+0000 mgr.a (mgr.24293) 18837 : audit 0 from='client.372987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:14.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:13 smithi044 bash[32620]: audit 2023-12-07T17:40:12.838773+0000 mgr.a (mgr.24293) 18837 : audit 0 from='client.372987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:14.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:13 smithi027 bash[31536]: audit 2023-12-07T17:40:12.838773+0000 mgr.a (mgr.24293) 18837 : audit 0 from='client.372987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:14 smithi022 bash[28554]: cluster 2023-12-07T17:40:13.402060+0000 mgr.a (mgr.24293) 18838 : cluster 0 pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:14 smithi044 bash[32620]: cluster 2023-12-07T17:40:13.402060+0000 mgr.a (mgr.24293) 18838 : cluster 0 pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:14 smithi027 bash[31536]: cluster 2023-12-07T17:40:13.402060+0000 mgr.a (mgr.24293) 18838 : cluster 0 pgmap v14085: 33 pgs: 33 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:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:16 smithi022 bash[28554]: cluster 2023-12-07T17:40:15.402877+0000 mgr.a (mgr.24293) 18839 : cluster 0 pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:16 smithi044 bash[32620]: cluster 2023-12-07T17:40:15.402877+0000 mgr.a (mgr.24293) 18839 : cluster 0 pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:16 smithi027 bash[31536]: cluster 2023-12-07T17:40:15.402877+0000 mgr.a (mgr.24293) 18839 : cluster 0 pgmap v14086: 33 pgs: 33 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:18.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:18.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:18.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:19.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:19.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:19.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:19.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:19.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:18 smithi022 bash[28554]: cluster 2023-12-07T17:40:17.403448+0000 mgr.a (mgr.24293) 18840 : cluster 0 pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:18 smithi044 bash[32620]: cluster 2023-12-07T17:40:17.403448+0000 mgr.a (mgr.24293) 18840 : cluster 0 pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:18 smithi027 bash[31536]: cluster 2023-12-07T17:40:17.403448+0000 mgr.a (mgr.24293) 18840 : cluster 0 pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:19 smithi022 bash[28554]: audit 2023-12-07T17:40:18.790215+0000 mgr.a (mgr.24293) 18841 : audit 0 from='client.373065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:19 smithi044 bash[32620]: audit 2023-12-07T17:40:18.790215+0000 mgr.a (mgr.24293) 18841 : audit 0 from='client.373065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:19 smithi027 bash[31536]: audit 2023-12-07T17:40:18.790215+0000 mgr.a (mgr.24293) 18841 : audit 0 from='client.373065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:20 smithi022 bash[28554]: cluster 2023-12-07T17:40:19.404283+0000 mgr.a (mgr.24293) 18842 : cluster 0 pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:20 smithi044 bash[32620]: cluster 2023-12-07T17:40:19.404283+0000 mgr.a (mgr.24293) 18842 : cluster 0 pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:20 smithi027 bash[31536]: cluster 2023-12-07T17:40:19.404283+0000 mgr.a (mgr.24293) 18842 : cluster 0 pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:22 smithi022 bash[28554]: cluster 2023-12-07T17:40:21.405122+0000 mgr.a (mgr.24293) 18843 : cluster 0 pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:22 smithi044 bash[32620]: cluster 2023-12-07T17:40:21.405122+0000 mgr.a (mgr.24293) 18843 : cluster 0 pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:22 smithi027 bash[31536]: cluster 2023-12-07T17:40:21.405122+0000 mgr.a (mgr.24293) 18843 : cluster 0 pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:24.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:24.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:24.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:25.244 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:25.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:25.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:25.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:25.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:24 smithi022 bash[28554]: cluster 2023-12-07T17:40:23.405675+0000 mgr.a (mgr.24293) 18844 : cluster 0 pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:24 smithi044 bash[32620]: cluster 2023-12-07T17:40:23.405675+0000 mgr.a (mgr.24293) 18844 : cluster 0 pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:24 smithi027 bash[31536]: cluster 2023-12-07T17:40:23.405675+0000 mgr.a (mgr.24293) 18844 : cluster 0 pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:25 smithi022 bash[28554]: audit 2023-12-07T17:40:24.720768+0000 mgr.a (mgr.24293) 18845 : audit 0 from='client.373143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:26.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:25 smithi044 bash[32620]: audit 2023-12-07T17:40:24.720768+0000 mgr.a (mgr.24293) 18845 : audit 0 from='client.373143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:26.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:25 smithi027 bash[31536]: audit 2023-12-07T17:40:24.720768+0000 mgr.a (mgr.24293) 18845 : audit 0 from='client.373143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:26 smithi022 bash[28554]: cluster 2023-12-07T17:40:25.406658+0000 mgr.a (mgr.24293) 18846 : cluster 0 pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:27.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:26 smithi044 bash[32620]: cluster 2023-12-07T17:40:25.406658+0000 mgr.a (mgr.24293) 18846 : cluster 0 pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:26 smithi027 bash[31536]: cluster 2023-12-07T17:40:25.406658+0000 mgr.a (mgr.24293) 18846 : cluster 0 pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:29 smithi022 bash[28554]: cluster 2023-12-07T17:40:27.407241+0000 mgr.a (mgr.24293) 18847 : cluster 0 pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:29.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:29 smithi044 bash[32620]: cluster 2023-12-07T17:40:27.407241+0000 mgr.a (mgr.24293) 18847 : cluster 0 pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:29 smithi027 bash[31536]: cluster 2023-12-07T17:40:27.407241+0000 mgr.a (mgr.24293) 18847 : cluster 0 pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:30.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:30.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:30.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:31.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:31.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:31.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:31.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:31.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:31 smithi022 bash[28554]: cluster 2023-12-07T17:40:29.407811+0000 mgr.a (mgr.24293) 18848 : cluster 0 pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:31.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:31 smithi044 bash[32620]: cluster 2023-12-07T17:40:29.407811+0000 mgr.a (mgr.24293) 18848 : cluster 0 pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:31 smithi027 bash[31536]: cluster 2023-12-07T17:40:29.407811+0000 mgr.a (mgr.24293) 18848 : cluster 0 pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:32.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:32 smithi022 bash[28554]: audit 2023-12-07T17:40:30.659031+0000 mgr.a (mgr.24293) 18849 : audit 0 from='client.373218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:32.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:32 smithi044 bash[32620]: audit 2023-12-07T17:40:30.659031+0000 mgr.a (mgr.24293) 18849 : audit 0 from='client.373218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:32.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:32 smithi027 bash[31536]: audit 2023-12-07T17:40:30.659031+0000 mgr.a (mgr.24293) 18849 : audit 0 from='client.373218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:33 smithi022 bash[28554]: cluster 2023-12-07T17:40:31.408874+0000 mgr.a (mgr.24293) 18850 : cluster 0 pgmap v14094: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:33 smithi044 bash[32620]: cluster 2023-12-07T17:40:31.408874+0000 mgr.a (mgr.24293) 18850 : cluster 0 pgmap v14094: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:33 smithi027 bash[31536]: cluster 2023-12-07T17:40:31.408874+0000 mgr.a (mgr.24293) 18850 : cluster 0 pgmap v14094: 33 pgs: 33 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:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:35 smithi022 bash[28554]: cluster 2023-12-07T17:40:33.409453+0000 mgr.a (mgr.24293) 18851 : cluster 0 pgmap v14095: 33 pgs: 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:35.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:35 smithi044 bash[32620]: cluster 2023-12-07T17:40:33.409453+0000 mgr.a (mgr.24293) 18851 : cluster 0 pgmap v14095: 33 pgs: 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:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:35 smithi027 bash[31536]: cluster 2023-12-07T17:40:33.409453+0000 mgr.a (mgr.24293) 18851 : cluster 0 pgmap v14095: 33 pgs: 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:36.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:36.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:36.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:37.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:37.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:37.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:37.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:37.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:37 smithi022 bash[28554]: cluster 2023-12-07T17:40:35.410175+0000 mgr.a (mgr.24293) 18852 : cluster 0 pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:37 smithi044 bash[32620]: cluster 2023-12-07T17:40:35.410175+0000 mgr.a (mgr.24293) 18852 : cluster 0 pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:37 smithi027 bash[31536]: cluster 2023-12-07T17:40:35.410175+0000 mgr.a (mgr.24293) 18852 : cluster 0 pgmap v14096: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:38 smithi022 bash[28554]: audit 2023-12-07T17:40:36.591637+0000 mgr.a (mgr.24293) 18853 : audit 0 from='client.373290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:38.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:38 smithi044 bash[32620]: audit 2023-12-07T17:40:36.591637+0000 mgr.a (mgr.24293) 18853 : audit 0 from='client.373290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:38.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:38 smithi027 bash[31536]: audit 2023-12-07T17:40:36.591637+0000 mgr.a (mgr.24293) 18853 : audit 0 from='client.373290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:39 smithi022 bash[28554]: cluster 2023-12-07T17:40:37.410904+0000 mgr.a (mgr.24293) 18854 : cluster 0 pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:39.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:39 smithi044 bash[32620]: cluster 2023-12-07T17:40:37.410904+0000 mgr.a (mgr.24293) 18854 : cluster 0 pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:39 smithi027 bash[31536]: cluster 2023-12-07T17:40:37.410904+0000 mgr.a (mgr.24293) 18854 : cluster 0 pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:41 smithi022 bash[28554]: cluster 2023-12-07T17:40:39.411496+0000 mgr.a (mgr.24293) 18855 : cluster 0 pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:41 smithi044 bash[32620]: cluster 2023-12-07T17:40:39.411496+0000 mgr.a (mgr.24293) 18855 : cluster 0 pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:41 smithi027 bash[31536]: cluster 2023-12-07T17:40:39.411496+0000 mgr.a (mgr.24293) 18855 : cluster 0 pgmap v14098: 33 pgs: 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:42.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:42.112 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:42.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:43.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:43.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:43.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:43.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:43.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:43 smithi022 bash[28554]: cluster 2023-12-07T17:40:41.412317+0000 mgr.a (mgr.24293) 18856 : cluster 0 pgmap v14099: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:43 smithi044 bash[32620]: cluster 2023-12-07T17:40:41.412317+0000 mgr.a (mgr.24293) 18856 : cluster 0 pgmap v14099: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:43 smithi027 bash[31536]: cluster 2023-12-07T17:40:41.412317+0000 mgr.a (mgr.24293) 18856 : cluster 0 pgmap v14099: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:44 smithi022 bash[28554]: audit 2023-12-07T17:40:42.517090+0000 mgr.a (mgr.24293) 18857 : audit 0 from='client.373365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:44.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:44 smithi044 bash[32620]: audit 2023-12-07T17:40:42.517090+0000 mgr.a (mgr.24293) 18857 : audit 0 from='client.373365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:44.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:44 smithi027 bash[31536]: audit 2023-12-07T17:40:42.517090+0000 mgr.a (mgr.24293) 18857 : audit 0 from='client.373365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:45 smithi022 bash[28554]: cluster 2023-12-07T17:40:43.412977+0000 mgr.a (mgr.24293) 18858 : cluster 0 pgmap v14100: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:45 smithi044 bash[32620]: cluster 2023-12-07T17:40:43.412977+0000 mgr.a (mgr.24293) 18858 : cluster 0 pgmap v14100: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:45 smithi027 bash[31536]: cluster 2023-12-07T17:40:43.412977+0000 mgr.a (mgr.24293) 18858 : cluster 0 pgmap v14100: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:47 smithi022 bash[28554]: cluster 2023-12-07T17:40:45.413817+0000 mgr.a (mgr.24293) 18859 : cluster 0 pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:47.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:47 smithi044 bash[32620]: cluster 2023-12-07T17:40:45.413817+0000 mgr.a (mgr.24293) 18859 : cluster 0 pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:47 smithi027 bash[31536]: cluster 2023-12-07T17:40:45.413817+0000 mgr.a (mgr.24293) 18859 : cluster 0 pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:48.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:48.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:48.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:48.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:48.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:49 smithi022 bash[28554]: cluster 2023-12-07T17:40:47.414566+0000 mgr.a (mgr.24293) 18860 : cluster 0 pgmap v14102: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:49 smithi044 bash[32620]: cluster 2023-12-07T17:40:47.414566+0000 mgr.a (mgr.24293) 18860 : cluster 0 pgmap v14102: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:49 smithi027 bash[31536]: cluster 2023-12-07T17:40:47.414566+0000 mgr.a (mgr.24293) 18860 : cluster 0 pgmap v14102: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:50 smithi022 bash[28554]: audit 2023-12-07T17:40:48.442196+0000 mgr.a (mgr.24293) 18861 : audit 0 from='client.373440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:50.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:50 smithi044 bash[32620]: audit 2023-12-07T17:40:48.442196+0000 mgr.a (mgr.24293) 18861 : audit 0 from='client.373440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:50.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:50 smithi027 bash[31536]: audit 2023-12-07T17:40:48.442196+0000 mgr.a (mgr.24293) 18861 : audit 0 from='client.373440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:51 smithi022 bash[28554]: cluster 2023-12-07T17:40:49.415261+0000 mgr.a (mgr.24293) 18862 : cluster 0 pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:51 smithi044 bash[32620]: cluster 2023-12-07T17:40:49.415261+0000 mgr.a (mgr.24293) 18862 : cluster 0 pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:51 smithi027 bash[31536]: cluster 2023-12-07T17:40:49.415261+0000 mgr.a (mgr.24293) 18862 : cluster 0 pgmap v14103: 33 pgs: 33 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:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:53 smithi022 bash[28554]: cluster 2023-12-07T17:40:51.416126+0000 mgr.a (mgr.24293) 18863 : cluster 0 pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:53.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:53 smithi044 bash[32620]: cluster 2023-12-07T17:40:51.416126+0000 mgr.a (mgr.24293) 18863 : cluster 0 pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:53 smithi027 bash[31536]: cluster 2023-12-07T17:40:51.416126+0000 mgr.a (mgr.24293) 18863 : cluster 0 pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:53.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:54.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:54 smithi022 bash[28554]: cluster 2023-12-07T17:40:53.416676+0000 mgr.a (mgr.24293) 18864 : cluster 0 pgmap v14105: 33 pgs: 33 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:54.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:54 smithi044 bash[32620]: cluster 2023-12-07T17:40:53.416676+0000 mgr.a (mgr.24293) 18864 : cluster 0 pgmap v14105: 33 pgs: 33 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:54.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:54 smithi027 bash[31536]: cluster 2023-12-07T17:40:53.416676+0000 mgr.a (mgr.24293) 18864 : cluster 0 pgmap v14105: 33 pgs: 33 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:54.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:40:54.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:54.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:54.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:54.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:40:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:55 smithi022 bash[28554]: audit 2023-12-07T17:40:54.365241+0000 mgr.a (mgr.24293) 18865 : audit 0 from='client.373518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:55 smithi044 bash[32620]: audit 2023-12-07T17:40:54.365241+0000 mgr.a (mgr.24293) 18865 : audit 0 from='client.373518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:55 smithi027 bash[31536]: audit 2023-12-07T17:40:54.365241+0000 mgr.a (mgr.24293) 18865 : audit 0 from='client.373518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:56 smithi022 bash[28554]: cluster 2023-12-07T17:40:55.417567+0000 mgr.a (mgr.24293) 18866 : cluster 0 pgmap v14106: 33 pgs: 33 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:56.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:56 smithi044 bash[32620]: cluster 2023-12-07T17:40:55.417567+0000 mgr.a (mgr.24293) 18866 : cluster 0 pgmap v14106: 33 pgs: 33 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:56.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:56 smithi027 bash[31536]: cluster 2023-12-07T17:40:55.417567+0000 mgr.a (mgr.24293) 18866 : cluster 0 pgmap v14106: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:40:58 smithi022 bash[28554]: cluster 2023-12-07T17:40:57.418148+0000 mgr.a (mgr.24293) 18867 : cluster 0 pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:59.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:40:58 smithi044 bash[32620]: cluster 2023-12-07T17:40:57.418148+0000 mgr.a (mgr.24293) 18867 : cluster 0 pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:40:58 smithi027 bash[31536]: cluster 2023-12-07T17:40:57.418148+0000 mgr.a (mgr.24293) 18867 : cluster 0 pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:59.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:40:59.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:59.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:00.808 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:00.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:00.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:00.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:00.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:00 smithi022 bash[28554]: cluster 2023-12-07T17:40:59.418703+0000 mgr.a (mgr.24293) 18868 : cluster 0 pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:00 smithi044 bash[32620]: cluster 2023-12-07T17:40:59.418703+0000 mgr.a (mgr.24293) 18868 : cluster 0 pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:00 smithi027 bash[31536]: cluster 2023-12-07T17:40:59.418703+0000 mgr.a (mgr.24293) 18868 : cluster 0 pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:01 smithi022 bash[28554]: audit 2023-12-07T17:41:00.294774+0000 mgr.a (mgr.24293) 18869 : audit 0 from='client.373596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:01 smithi022 bash[28554]: audit 2023-12-07T17:41:00.781804+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:01 smithi022 bash[28554]: audit 2023-12-07T17:41:01.569492+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:01 smithi022 bash[28554]: audit 2023-12-07T17:41:01.571589+0000 mon.a (mon.0) 3052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:02.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:01 smithi022 bash[28554]: audit 2023-12-07T17:41:01.581645+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:41:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:01 smithi044 bash[32620]: audit 2023-12-07T17:41:00.294774+0000 mgr.a (mgr.24293) 18869 : audit 0 from='client.373596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:01 smithi044 bash[32620]: audit 2023-12-07T17:41:00.781804+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:01 smithi044 bash[32620]: audit 2023-12-07T17:41:01.569492+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:02.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:01 smithi044 bash[32620]: audit 2023-12-07T17:41:01.571589+0000 mon.a (mon.0) 3052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:02.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:01 smithi044 bash[32620]: audit 2023-12-07T17:41:01.581645+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:41:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:01 smithi027 bash[31536]: audit 2023-12-07T17:41:00.294774+0000 mgr.a (mgr.24293) 18869 : audit 0 from='client.373596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:01 smithi027 bash[31536]: audit 2023-12-07T17:41:00.781804+0000 mon.a (mon.0) 3050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:01 smithi027 bash[31536]: audit 2023-12-07T17:41:01.569492+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:01 smithi027 bash[31536]: audit 2023-12-07T17:41:01.571589+0000 mon.a (mon.0) 3052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:01 smithi027 bash[31536]: audit 2023-12-07T17:41:01.581645+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:41:03.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:02 smithi022 bash[28554]: cluster 2023-12-07T17:41:01.419690+0000 mgr.a (mgr.24293) 18870 : cluster 0 pgmap v14109: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:02 smithi044 bash[32620]: cluster 2023-12-07T17:41:01.419690+0000 mgr.a (mgr.24293) 18870 : cluster 0 pgmap v14109: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:02 smithi027 bash[31536]: cluster 2023-12-07T17:41:01.419690+0000 mgr.a (mgr.24293) 18870 : cluster 0 pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:05.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:04 smithi022 bash[28554]: cluster 2023-12-07T17:41:03.420272+0000 mgr.a (mgr.24293) 18871 : cluster 0 pgmap v14110: 33 pgs: 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:05.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:04 smithi044 bash[32620]: cluster 2023-12-07T17:41:03.420272+0000 mgr.a (mgr.24293) 18871 : cluster 0 pgmap v14110: 33 pgs: 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:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:04 smithi027 bash[31536]: cluster 2023-12-07T17:41:03.420272+0000 mgr.a (mgr.24293) 18871 : cluster 0 pgmap v14110: 33 pgs: 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:05.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:05.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:05.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:06.750 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:06.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:06.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:06.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:06.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:07.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:06 smithi022 bash[28554]: cluster 2023-12-07T17:41:05.421022+0000 mgr.a (mgr.24293) 18872 : cluster 0 pgmap v14111: 33 pgs: 33 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:07.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:06 smithi044 bash[32620]: cluster 2023-12-07T17:41:05.421022+0000 mgr.a (mgr.24293) 18872 : cluster 0 pgmap v14111: 33 pgs: 33 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:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:06 smithi027 bash[31536]: cluster 2023-12-07T17:41:05.421022+0000 mgr.a (mgr.24293) 18872 : cluster 0 pgmap v14111: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:07 smithi022 bash[28554]: audit 2023-12-07T17:41:06.221218+0000 mgr.a (mgr.24293) 18873 : audit 0 from='client.373671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:08.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:07 smithi044 bash[32620]: audit 2023-12-07T17:41:06.221218+0000 mgr.a (mgr.24293) 18873 : audit 0 from='client.373671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:08.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:07 smithi027 bash[31536]: audit 2023-12-07T17:41:06.221218+0000 mgr.a (mgr.24293) 18873 : audit 0 from='client.373671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:08 smithi022 bash[28554]: cluster 2023-12-07T17:41:07.421818+0000 mgr.a (mgr.24293) 18874 : cluster 0 pgmap v14112: 33 pgs: 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:09.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:08 smithi044 bash[32620]: cluster 2023-12-07T17:41:07.421818+0000 mgr.a (mgr.24293) 18874 : cluster 0 pgmap v14112: 33 pgs: 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:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:08 smithi027 bash[31536]: cluster 2023-12-07T17:41:07.421818+0000 mgr.a (mgr.24293) 18874 : cluster 0 pgmap v14112: 33 pgs: 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:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:10 smithi022 bash[28554]: cluster 2023-12-07T17:41:09.422538+0000 mgr.a (mgr.24293) 18875 : cluster 0 pgmap v14113: 33 pgs: 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:11.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:10 smithi044 bash[32620]: cluster 2023-12-07T17:41:09.422538+0000 mgr.a (mgr.24293) 18875 : cluster 0 pgmap v14113: 33 pgs: 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:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:10 smithi027 bash[31536]: cluster 2023-12-07T17:41:09.422538+0000 mgr.a (mgr.24293) 18875 : cluster 0 pgmap v14113: 33 pgs: 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:11.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:11.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:11.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:12.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:12.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:12.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:12.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:12.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:13.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:12 smithi044 bash[32620]: cluster 2023-12-07T17:41:11.423417+0000 mgr.a (mgr.24293) 18876 : cluster 0 pgmap v14114: 33 pgs: 33 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.182 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:12 smithi022 bash[28554]: cluster 2023-12-07T17:41:11.423417+0000 mgr.a (mgr.24293) 18876 : cluster 0 pgmap v14114: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:12 smithi027 bash[31536]: cluster 2023-12-07T17:41:11.423417+0000 mgr.a (mgr.24293) 18876 : cluster 0 pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:14.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:13 smithi022 bash[28554]: audit 2023-12-07T17:41:12.171222+0000 mgr.a (mgr.24293) 18877 : audit 0 from='client.373749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:14.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:13 smithi044 bash[32620]: audit 2023-12-07T17:41:12.171222+0000 mgr.a (mgr.24293) 18877 : audit 0 from='client.373749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:14.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:13 smithi027 bash[31536]: audit 2023-12-07T17:41:12.171222+0000 mgr.a (mgr.24293) 18877 : audit 0 from='client.373749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:14 smithi022 bash[28554]: cluster 2023-12-07T17:41:13.424050+0000 mgr.a (mgr.24293) 18878 : cluster 0 pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:15.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:14 smithi044 bash[32620]: cluster 2023-12-07T17:41:13.424050+0000 mgr.a (mgr.24293) 18878 : cluster 0 pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:15.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:14 smithi027 bash[31536]: cluster 2023-12-07T17:41:13.424050+0000 mgr.a (mgr.24293) 18878 : cluster 0 pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:16 smithi022 bash[28554]: cluster 2023-12-07T17:41:15.424809+0000 mgr.a (mgr.24293) 18879 : cluster 0 pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:17.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:16 smithi044 bash[32620]: cluster 2023-12-07T17:41:15.424809+0000 mgr.a (mgr.24293) 18879 : cluster 0 pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:16 smithi027 bash[31536]: cluster 2023-12-07T17:41:15.424809+0000 mgr.a (mgr.24293) 18879 : cluster 0 pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:17.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:17.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:17.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:18.643 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:18.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:18.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:18.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:18.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:18 smithi022 bash[28554]: cluster 2023-12-07T17:41:17.425365+0000 mgr.a (mgr.24293) 18880 : cluster 0 pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:19.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:18 smithi044 bash[32620]: cluster 2023-12-07T17:41:17.425365+0000 mgr.a (mgr.24293) 18880 : cluster 0 pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:19.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:18 smithi027 bash[31536]: cluster 2023-12-07T17:41:17.425365+0000 mgr.a (mgr.24293) 18880 : cluster 0 pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:20.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:19 smithi022 bash[28554]: audit 2023-12-07T17:41:18.111739+0000 mgr.a (mgr.24293) 18881 : audit 0 from='client.373821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:20.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:19 smithi044 bash[32620]: audit 2023-12-07T17:41:18.111739+0000 mgr.a (mgr.24293) 18881 : audit 0 from='client.373821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:20.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:19 smithi027 bash[31536]: audit 2023-12-07T17:41:18.111739+0000 mgr.a (mgr.24293) 18881 : audit 0 from='client.373821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:20 smithi022 bash[28554]: cluster 2023-12-07T17:41:19.426037+0000 mgr.a (mgr.24293) 18882 : cluster 0 pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:21.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:20 smithi044 bash[32620]: cluster 2023-12-07T17:41:19.426037+0000 mgr.a (mgr.24293) 18882 : cluster 0 pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:20 smithi027 bash[31536]: cluster 2023-12-07T17:41:19.426037+0000 mgr.a (mgr.24293) 18882 : cluster 0 pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:22 smithi022 bash[28554]: cluster 2023-12-07T17:41:21.426860+0000 mgr.a (mgr.24293) 18883 : cluster 0 pgmap v14119: 33 pgs: 33 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:23.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:22 smithi044 bash[32620]: cluster 2023-12-07T17:41:21.426860+0000 mgr.a (mgr.24293) 18883 : cluster 0 pgmap v14119: 33 pgs: 33 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:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:22 smithi027 bash[31536]: cluster 2023-12-07T17:41:21.426860+0000 mgr.a (mgr.24293) 18883 : cluster 0 pgmap v14119: 33 pgs: 33 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:23.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:23.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:23.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:24.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:24.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:24.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:24.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:24.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:24 smithi022 bash[28554]: cluster 2023-12-07T17:41:23.427447+0000 mgr.a (mgr.24293) 18884 : cluster 0 pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:24 smithi022 bash[28554]: audit 2023-12-07T17:41:24.054442+0000 mgr.a (mgr.24293) 18885 : audit 0 from='client.373899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:24 smithi044 bash[32620]: cluster 2023-12-07T17:41:23.427447+0000 mgr.a (mgr.24293) 18884 : cluster 0 pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:24 smithi044 bash[32620]: audit 2023-12-07T17:41:24.054442+0000 mgr.a (mgr.24293) 18885 : audit 0 from='client.373899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:24 smithi027 bash[31536]: cluster 2023-12-07T17:41:23.427447+0000 mgr.a (mgr.24293) 18884 : cluster 0 pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:24 smithi027 bash[31536]: audit 2023-12-07T17:41:24.054442+0000 mgr.a (mgr.24293) 18885 : audit 0 from='client.373899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:26 smithi022 bash[28554]: cluster 2023-12-07T17:41:25.428500+0000 mgr.a (mgr.24293) 18886 : cluster 0 pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:27.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:26 smithi044 bash[32620]: cluster 2023-12-07T17:41:25.428500+0000 mgr.a (mgr.24293) 18886 : cluster 0 pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:26 smithi027 bash[31536]: cluster 2023-12-07T17:41:25.428500+0000 mgr.a (mgr.24293) 18886 : cluster 0 pgmap v14121: 33 pgs: 33 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:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:28 smithi022 bash[28554]: cluster 2023-12-07T17:41:27.429244+0000 mgr.a (mgr.24293) 18887 : cluster 0 pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:29.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:28 smithi044 bash[32620]: cluster 2023-12-07T17:41:27.429244+0000 mgr.a (mgr.24293) 18887 : cluster 0 pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:28 smithi027 bash[31536]: cluster 2023-12-07T17:41:27.429244+0000 mgr.a (mgr.24293) 18887 : cluster 0 pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:29.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:29.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:29.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:30.511 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:30.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:30.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:30.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:30.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:30 smithi022 bash[28554]: cluster 2023-12-07T17:41:29.429819+0000 mgr.a (mgr.24293) 18888 : cluster 0 pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:30 smithi022 bash[28554]: audit 2023-12-07T17:41:29.979586+0000 mgr.a (mgr.24293) 18889 : audit 0 from='client.373977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:31.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:30 smithi044 bash[32620]: cluster 2023-12-07T17:41:29.429819+0000 mgr.a (mgr.24293) 18888 : cluster 0 pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:31.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:30 smithi044 bash[32620]: audit 2023-12-07T17:41:29.979586+0000 mgr.a (mgr.24293) 18889 : audit 0 from='client.373977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:30 smithi027 bash[31536]: cluster 2023-12-07T17:41:29.429819+0000 mgr.a (mgr.24293) 18888 : cluster 0 pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:30 smithi027 bash[31536]: audit 2023-12-07T17:41:29.979586+0000 mgr.a (mgr.24293) 18889 : audit 0 from='client.373977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:33.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:32 smithi022 bash[28554]: cluster 2023-12-07T17:41:31.430820+0000 mgr.a (mgr.24293) 18890 : cluster 0 pgmap v14124: 33 pgs: 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:41:33.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:32 smithi044 bash[32620]: cluster 2023-12-07T17:41:31.430820+0000 mgr.a (mgr.24293) 18890 : cluster 0 pgmap v14124: 33 pgs: 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:41:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:32 smithi027 bash[31536]: cluster 2023-12-07T17:41:31.430820+0000 mgr.a (mgr.24293) 18890 : cluster 0 pgmap v14124: 33 pgs: 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:41:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:34 smithi022 bash[28554]: cluster 2023-12-07T17:41:33.431433+0000 mgr.a (mgr.24293) 18891 : cluster 0 pgmap v14125: 33 pgs: 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:41:35.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:34 smithi044 bash[32620]: cluster 2023-12-07T17:41:33.431433+0000 mgr.a (mgr.24293) 18891 : cluster 0 pgmap v14125: 33 pgs: 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:41:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:34 smithi027 bash[31536]: cluster 2023-12-07T17:41:33.431433+0000 mgr.a (mgr.24293) 18891 : cluster 0 pgmap v14125: 33 pgs: 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:41:35.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:35.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:35.515 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:36.447 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:36.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:36.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:36.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:36.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:36 smithi022 bash[28554]: cluster 2023-12-07T17:41:35.432280+0000 mgr.a (mgr.24293) 18892 : cluster 0 pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:36 smithi022 bash[28554]: audit 2023-12-07T17:41:35.926906+0000 mgr.a (mgr.24293) 18893 : audit 0 from='client.374052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:36 smithi044 bash[32620]: cluster 2023-12-07T17:41:35.432280+0000 mgr.a (mgr.24293) 18892 : cluster 0 pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:36 smithi044 bash[32620]: audit 2023-12-07T17:41:35.926906+0000 mgr.a (mgr.24293) 18893 : audit 0 from='client.374052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:36 smithi027 bash[31536]: cluster 2023-12-07T17:41:35.432280+0000 mgr.a (mgr.24293) 18892 : cluster 0 pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:36 smithi027 bash[31536]: audit 2023-12-07T17:41:35.926906+0000 mgr.a (mgr.24293) 18893 : audit 0 from='client.374052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:38 smithi022 bash[28554]: cluster 2023-12-07T17:41:37.433035+0000 mgr.a (mgr.24293) 18894 : cluster 0 pgmap v14127: 33 pgs: 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:39.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:38 smithi044 bash[32620]: cluster 2023-12-07T17:41:37.433035+0000 mgr.a (mgr.24293) 18894 : cluster 0 pgmap v14127: 33 pgs: 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:39.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:38 smithi027 bash[31536]: cluster 2023-12-07T17:41:37.433035+0000 mgr.a (mgr.24293) 18894 : cluster 0 pgmap v14127: 33 pgs: 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:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:40 smithi022 bash[28554]: cluster 2023-12-07T17:41:39.433605+0000 mgr.a (mgr.24293) 18895 : cluster 0 pgmap v14128: 33 pgs: 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:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:40 smithi044 bash[32620]: cluster 2023-12-07T17:41:39.433605+0000 mgr.a (mgr.24293) 18895 : cluster 0 pgmap v14128: 33 pgs: 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:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:40 smithi027 bash[31536]: cluster 2023-12-07T17:41:39.433605+0000 mgr.a (mgr.24293) 18895 : cluster 0 pgmap v14128: 33 pgs: 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:41.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:41.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:41.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:42.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:42.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:42.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:42.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:42.409 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:42 smithi022 bash[28554]: cluster 2023-12-07T17:41:41.434433+0000 mgr.a (mgr.24293) 18896 : cluster 0 pgmap v14129: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:42 smithi022 bash[28554]: audit 2023-12-07T17:41:41.861833+0000 mgr.a (mgr.24293) 18897 : audit 0 from='client.374127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:43.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:42 smithi044 bash[32620]: cluster 2023-12-07T17:41:41.434433+0000 mgr.a (mgr.24293) 18896 : cluster 0 pgmap v14129: 33 pgs: 33 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.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:42 smithi044 bash[32620]: audit 2023-12-07T17:41:41.861833+0000 mgr.a (mgr.24293) 18897 : audit 0 from='client.374127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:42 smithi027 bash[31536]: cluster 2023-12-07T17:41:41.434433+0000 mgr.a (mgr.24293) 18896 : cluster 0 pgmap v14129: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:42 smithi027 bash[31536]: audit 2023-12-07T17:41:41.861833+0000 mgr.a (mgr.24293) 18897 : audit 0 from='client.374127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:44 smithi022 bash[28554]: cluster 2023-12-07T17:41:43.435145+0000 mgr.a (mgr.24293) 18898 : cluster 0 pgmap v14130: 33 pgs: 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:41:45.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:44 smithi044 bash[32620]: cluster 2023-12-07T17:41:43.435145+0000 mgr.a (mgr.24293) 18898 : cluster 0 pgmap v14130: 33 pgs: 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:41:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:44 smithi027 bash[31536]: cluster 2023-12-07T17:41:43.435145+0000 mgr.a (mgr.24293) 18898 : cluster 0 pgmap v14130: 33 pgs: 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:41:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:46 smithi022 bash[28554]: cluster 2023-12-07T17:41:45.435991+0000 mgr.a (mgr.24293) 18899 : cluster 0 pgmap v14131: 33 pgs: 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:41:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:46 smithi044 bash[32620]: cluster 2023-12-07T17:41:45.435991+0000 mgr.a (mgr.24293) 18899 : cluster 0 pgmap v14131: 33 pgs: 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:41:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:46 smithi027 bash[31536]: cluster 2023-12-07T17:41:45.435991+0000 mgr.a (mgr.24293) 18899 : cluster 0 pgmap v14131: 33 pgs: 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:41:47.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:47.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:47.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:48.363 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:48.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:48.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:48.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:48.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:48 smithi022 bash[28554]: cluster 2023-12-07T17:41:47.436709+0000 mgr.a (mgr.24293) 18900 : cluster 0 pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:48 smithi022 bash[28554]: audit 2023-12-07T17:41:47.815415+0000 mgr.a (mgr.24293) 18901 : audit 0 from='client.374205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:48 smithi044 bash[32620]: cluster 2023-12-07T17:41:47.436709+0000 mgr.a (mgr.24293) 18900 : cluster 0 pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:48 smithi044 bash[32620]: audit 2023-12-07T17:41:47.815415+0000 mgr.a (mgr.24293) 18901 : audit 0 from='client.374205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:48 smithi027 bash[31536]: cluster 2023-12-07T17:41:47.436709+0000 mgr.a (mgr.24293) 18900 : cluster 0 pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:48 smithi027 bash[31536]: audit 2023-12-07T17:41:47.815415+0000 mgr.a (mgr.24293) 18901 : audit 0 from='client.374205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:51.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:50 smithi022 bash[28554]: cluster 2023-12-07T17:41:49.437587+0000 mgr.a (mgr.24293) 18902 : cluster 0 pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:51.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:50 smithi044 bash[32620]: cluster 2023-12-07T17:41:49.437587+0000 mgr.a (mgr.24293) 18902 : cluster 0 pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:50 smithi027 bash[31536]: cluster 2023-12-07T17:41:49.437587+0000 mgr.a (mgr.24293) 18902 : cluster 0 pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:52 smithi022 bash[28554]: cluster 2023-12-07T17:41:51.438448+0000 mgr.a (mgr.24293) 18903 : cluster 0 pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:53.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:52 smithi044 bash[32620]: cluster 2023-12-07T17:41:51.438448+0000 mgr.a (mgr.24293) 18903 : cluster 0 pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:53.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:52 smithi027 bash[31536]: cluster 2023-12-07T17:41:51.438448+0000 mgr.a (mgr.24293) 18903 : cluster 0 pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:53.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:53.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:53.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:54.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:41:54.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:54.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:54.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:54.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:41:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:54 smithi022 bash[28554]: cluster 2023-12-07T17:41:53.439013+0000 mgr.a (mgr.24293) 18904 : cluster 0 pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:54 smithi022 bash[28554]: audit 2023-12-07T17:41:53.776827+0000 mgr.a (mgr.24293) 18905 : audit 0 from='client.374280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:54 smithi044 bash[32620]: cluster 2023-12-07T17:41:53.439013+0000 mgr.a (mgr.24293) 18904 : cluster 0 pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:54 smithi044 bash[32620]: audit 2023-12-07T17:41:53.776827+0000 mgr.a (mgr.24293) 18905 : audit 0 from='client.374280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:54 smithi027 bash[31536]: cluster 2023-12-07T17:41:53.439013+0000 mgr.a (mgr.24293) 18904 : cluster 0 pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:54 smithi027 bash[31536]: audit 2023-12-07T17:41:53.776827+0000 mgr.a (mgr.24293) 18905 : audit 0 from='client.374280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:56 smithi022 bash[28554]: cluster 2023-12-07T17:41:55.439893+0000 mgr.a (mgr.24293) 18906 : cluster 0 pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:57.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:56 smithi044 bash[32620]: cluster 2023-12-07T17:41:55.439893+0000 mgr.a (mgr.24293) 18906 : cluster 0 pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:56 smithi027 bash[31536]: cluster 2023-12-07T17:41:55.439893+0000 mgr.a (mgr.24293) 18906 : cluster 0 pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:41:58 smithi022 bash[28554]: cluster 2023-12-07T17:41:57.440490+0000 mgr.a (mgr.24293) 18907 : cluster 0 pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:59.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:41:58 smithi044 bash[32620]: cluster 2023-12-07T17:41:57.440490+0000 mgr.a (mgr.24293) 18907 : cluster 0 pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:59.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:41:58 smithi027 bash[31536]: cluster 2023-12-07T17:41:57.440490+0000 mgr.a (mgr.24293) 18907 : cluster 0 pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:59.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:41:59.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:59.320 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:00.259 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:00.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:00.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:00.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:00.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:00 smithi022 bash[28554]: cluster 2023-12-07T17:41:59.440984+0000 mgr.a (mgr.24293) 18908 : cluster 0 pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:00 smithi022 bash[28554]: audit 2023-12-07T17:41:59.727916+0000 mgr.a (mgr.24293) 18909 : audit 0 from='client.374358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:01.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:00 smithi044 bash[32620]: cluster 2023-12-07T17:41:59.440984+0000 mgr.a (mgr.24293) 18908 : cluster 0 pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:01.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:00 smithi044 bash[32620]: audit 2023-12-07T17:41:59.727916+0000 mgr.a (mgr.24293) 18909 : audit 0 from='client.374358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:00 smithi027 bash[31536]: cluster 2023-12-07T17:41:59.440984+0000 mgr.a (mgr.24293) 18908 : cluster 0 pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:01.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:00 smithi027 bash[31536]: audit 2023-12-07T17:41:59.727916+0000 mgr.a (mgr.24293) 18909 : audit 0 from='client.374358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:02.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:01 smithi022 bash[28554]: audit 2023-12-07T17:42:01.685092+0000 mon.a (mon.0) 3054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:02.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:01 smithi044 bash[32620]: audit 2023-12-07T17:42:01.685092+0000 mon.a (mon.0) 3054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:02.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:01 smithi027 bash[31536]: audit 2023-12-07T17:42:01.685092+0000 mon.a (mon.0) 3054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:02 smithi027 bash[31536]: cluster 2023-12-07T17:42:01.441912+0000 mgr.a (mgr.24293) 18910 : cluster 0 pgmap v14139: 33 pgs: 33 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:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:02 smithi027 bash[31536]: audit 2023-12-07T17:42:02.424689+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:42:03.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:02 smithi027 bash[31536]: audit 2023-12-07T17:42:02.426364+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:42:03.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:02 smithi027 bash[31536]: audit 2023-12-07T17:42:02.436348+0000 mon.a (mon.0) 3057 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:42:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:02 smithi022 bash[28554]: cluster 2023-12-07T17:42:01.441912+0000 mgr.a (mgr.24293) 18910 : cluster 0 pgmap v14139: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:02 smithi022 bash[28554]: audit 2023-12-07T17:42:02.424689+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:42:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:02 smithi022 bash[28554]: audit 2023-12-07T17:42:02.426364+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:42:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:02 smithi022 bash[28554]: audit 2023-12-07T17:42:02.436348+0000 mon.a (mon.0) 3057 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:42:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:02 smithi044 bash[32620]: cluster 2023-12-07T17:42:01.441912+0000 mgr.a (mgr.24293) 18910 : cluster 0 pgmap v14139: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:02 smithi044 bash[32620]: audit 2023-12-07T17:42:02.424689+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:42:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:02 smithi044 bash[32620]: audit 2023-12-07T17:42:02.426364+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:42:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:02 smithi044 bash[32620]: audit 2023-12-07T17:42:02.436348+0000 mon.a (mon.0) 3057 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:42:05.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:04 smithi027 bash[31536]: cluster 2023-12-07T17:42:03.442507+0000 mgr.a (mgr.24293) 18911 : cluster 0 pgmap v14140: 33 pgs: 33 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.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:05.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:05.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:04 smithi022 bash[28554]: cluster 2023-12-07T17:42:03.442507+0000 mgr.a (mgr.24293) 18911 : cluster 0 pgmap v14140: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:04 smithi044 bash[32620]: cluster 2023-12-07T17:42:03.442507+0000 mgr.a (mgr.24293) 18911 : cluster 0 pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:06.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:06.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:06 smithi027 bash[31536]: cluster 2023-12-07T17:42:05.443220+0000 mgr.a (mgr.24293) 18912 : cluster 0 pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:07.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:06 smithi027 bash[31536]: audit 2023-12-07T17:42:05.668649+0000 mgr.a (mgr.24293) 18913 : audit 0 from='client.374430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:06 smithi022 bash[28554]: cluster 2023-12-07T17:42:05.443220+0000 mgr.a (mgr.24293) 18912 : cluster 0 pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:06 smithi022 bash[28554]: audit 2023-12-07T17:42:05.668649+0000 mgr.a (mgr.24293) 18913 : audit 0 from='client.374430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:06 smithi044 bash[32620]: cluster 2023-12-07T17:42:05.443220+0000 mgr.a (mgr.24293) 18912 : cluster 0 pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:06 smithi044 bash[32620]: audit 2023-12-07T17:42:05.668649+0000 mgr.a (mgr.24293) 18913 : audit 0 from='client.374430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:08 smithi027 bash[31536]: cluster 2023-12-07T17:42:07.443978+0000 mgr.a (mgr.24293) 18914 : cluster 0 pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:08 smithi022 bash[28554]: cluster 2023-12-07T17:42:07.443978+0000 mgr.a (mgr.24293) 18914 : cluster 0 pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:09.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:08 smithi044 bash[32620]: cluster 2023-12-07T17:42:07.443978+0000 mgr.a (mgr.24293) 18914 : cluster 0 pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:11.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:10 smithi027 bash[31536]: cluster 2023-12-07T17:42:09.444560+0000 mgr.a (mgr.24293) 18915 : cluster 0 pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:11.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:11.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:10 smithi022 bash[28554]: cluster 2023-12-07T17:42:09.444560+0000 mgr.a (mgr.24293) 18915 : cluster 0 pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:11.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:10 smithi044 bash[32620]: cluster 2023-12-07T17:42:09.444560+0000 mgr.a (mgr.24293) 18915 : cluster 0 pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:12.136 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:12.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:12.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:12.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:12.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:12 smithi027 bash[31536]: cluster 2023-12-07T17:42:11.445361+0000 mgr.a (mgr.24293) 18916 : cluster 0 pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:12 smithi027 bash[31536]: audit 2023-12-07T17:42:11.606802+0000 mgr.a (mgr.24293) 18917 : audit 0 from='client.374505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:12 smithi022 bash[28554]: cluster 2023-12-07T17:42:11.445361+0000 mgr.a (mgr.24293) 18916 : cluster 0 pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:12 smithi022 bash[28554]: audit 2023-12-07T17:42:11.606802+0000 mgr.a (mgr.24293) 18917 : audit 0 from='client.374505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:12 smithi044 bash[32620]: cluster 2023-12-07T17:42:11.445361+0000 mgr.a (mgr.24293) 18916 : cluster 0 pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:12 smithi044 bash[32620]: audit 2023-12-07T17:42:11.606802+0000 mgr.a (mgr.24293) 18917 : audit 0 from='client.374505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:14 smithi022 bash[28554]: cluster 2023-12-07T17:42:13.446078+0000 mgr.a (mgr.24293) 18918 : cluster 0 pgmap v14145: 33 pgs: 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:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:14 smithi044 bash[32620]: cluster 2023-12-07T17:42:13.446078+0000 mgr.a (mgr.24293) 18918 : cluster 0 pgmap v14145: 33 pgs: 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:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:14 smithi027 bash[31536]: cluster 2023-12-07T17:42:13.446078+0000 mgr.a (mgr.24293) 18918 : cluster 0 pgmap v14145: 33 pgs: 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:17.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:17.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:17.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:16 smithi022 bash[28554]: cluster 2023-12-07T17:42:15.446824+0000 mgr.a (mgr.24293) 18919 : cluster 0 pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:16 smithi044 bash[32620]: cluster 2023-12-07T17:42:15.446824+0000 mgr.a (mgr.24293) 18919 : cluster 0 pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:16 smithi027 bash[31536]: cluster 2023-12-07T17:42:15.446824+0000 mgr.a (mgr.24293) 18919 : cluster 0 pgmap v14146: 33 pgs: 33 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.059 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:18 smithi022 bash[28554]: cluster 2023-12-07T17:42:17.447359+0000 mgr.a (mgr.24293) 18920 : cluster 0 pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:18 smithi022 bash[28554]: audit 2023-12-07T17:42:17.548827+0000 mgr.a (mgr.24293) 18921 : audit 0 from='client.374580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:18 smithi044 bash[32620]: cluster 2023-12-07T17:42:17.447359+0000 mgr.a (mgr.24293) 18920 : cluster 0 pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:18 smithi044 bash[32620]: audit 2023-12-07T17:42:17.548827+0000 mgr.a (mgr.24293) 18921 : audit 0 from='client.374580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:18 smithi027 bash[31536]: cluster 2023-12-07T17:42:17.447359+0000 mgr.a (mgr.24293) 18920 : cluster 0 pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:18 smithi027 bash[31536]: audit 2023-12-07T17:42:17.548827+0000 mgr.a (mgr.24293) 18921 : audit 0 from='client.374580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:20 smithi022 bash[28554]: cluster 2023-12-07T17:42:19.448245+0000 mgr.a (mgr.24293) 18922 : cluster 0 pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:20 smithi044 bash[32620]: cluster 2023-12-07T17:42:19.448245+0000 mgr.a (mgr.24293) 18922 : cluster 0 pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:20 smithi027 bash[31536]: cluster 2023-12-07T17:42:19.448245+0000 mgr.a (mgr.24293) 18922 : cluster 0 pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:23.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:23.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:23.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:22 smithi022 bash[28554]: cluster 2023-12-07T17:42:21.449288+0000 mgr.a (mgr.24293) 18923 : cluster 0 pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:23.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:22 smithi044 bash[32620]: cluster 2023-12-07T17:42:21.449288+0000 mgr.a (mgr.24293) 18923 : cluster 0 pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:22 smithi027 bash[31536]: cluster 2023-12-07T17:42:21.449288+0000 mgr.a (mgr.24293) 18923 : cluster 0 pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:24.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:24.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:24.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:24.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:24.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:24 smithi022 bash[28554]: cluster 2023-12-07T17:42:23.449884+0000 mgr.a (mgr.24293) 18924 : cluster 0 pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:24 smithi022 bash[28554]: audit 2023-12-07T17:42:23.469974+0000 mgr.a (mgr.24293) 18925 : audit 0 from='client.374652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:24 smithi044 bash[32620]: cluster 2023-12-07T17:42:23.449884+0000 mgr.a (mgr.24293) 18924 : cluster 0 pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:24 smithi044 bash[32620]: audit 2023-12-07T17:42:23.469974+0000 mgr.a (mgr.24293) 18925 : audit 0 from='client.374652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:24 smithi027 bash[31536]: cluster 2023-12-07T17:42:23.449884+0000 mgr.a (mgr.24293) 18924 : cluster 0 pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:24 smithi027 bash[31536]: audit 2023-12-07T17:42:23.469974+0000 mgr.a (mgr.24293) 18925 : audit 0 from='client.374652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:26 smithi022 bash[28554]: cluster 2023-12-07T17:42:25.450761+0000 mgr.a (mgr.24293) 18926 : cluster 0 pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:26 smithi044 bash[32620]: cluster 2023-12-07T17:42:25.450761+0000 mgr.a (mgr.24293) 18926 : cluster 0 pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:26 smithi027 bash[31536]: cluster 2023-12-07T17:42:25.450761+0000 mgr.a (mgr.24293) 18926 : cluster 0 pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:29.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:29.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:29.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:28 smithi022 bash[28554]: cluster 2023-12-07T17:42:27.451342+0000 mgr.a (mgr.24293) 18927 : cluster 0 pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:28 smithi044 bash[32620]: cluster 2023-12-07T17:42:27.451342+0000 mgr.a (mgr.24293) 18927 : cluster 0 pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:28 smithi027 bash[31536]: cluster 2023-12-07T17:42:27.451342+0000 mgr.a (mgr.24293) 18927 : cluster 0 pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:29.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:30 smithi022 bash[28554]: audit 2023-12-07T17:42:29.424922+0000 mgr.a (mgr.24293) 18928 : audit 0 from='client.374724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:30 smithi022 bash[28554]: cluster 2023-12-07T17:42:29.452282+0000 mgr.a (mgr.24293) 18929 : cluster 0 pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:30 smithi044 bash[32620]: audit 2023-12-07T17:42:29.424922+0000 mgr.a (mgr.24293) 18928 : audit 0 from='client.374724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:30 smithi044 bash[32620]: cluster 2023-12-07T17:42:29.452282+0000 mgr.a (mgr.24293) 18929 : cluster 0 pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:30 smithi027 bash[31536]: audit 2023-12-07T17:42:29.424922+0000 mgr.a (mgr.24293) 18928 : audit 0 from='client.374724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:30 smithi027 bash[31536]: cluster 2023-12-07T17:42:29.452282+0000 mgr.a (mgr.24293) 18929 : cluster 0 pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:32 smithi022 bash[28554]: cluster 2023-12-07T17:42:31.453254+0000 mgr.a (mgr.24293) 18930 : cluster 0 pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:32 smithi044 bash[32620]: cluster 2023-12-07T17:42:31.453254+0000 mgr.a (mgr.24293) 18930 : cluster 0 pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:32 smithi027 bash[31536]: cluster 2023-12-07T17:42:31.453254+0000 mgr.a (mgr.24293) 18930 : cluster 0 pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:34.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:34.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:34.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:34 smithi022 bash[28554]: cluster 2023-12-07T17:42:33.453845+0000 mgr.a (mgr.24293) 18931 : cluster 0 pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:34 smithi044 bash[32620]: cluster 2023-12-07T17:42:33.453845+0000 mgr.a (mgr.24293) 18931 : cluster 0 pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:34 smithi027 bash[31536]: cluster 2023-12-07T17:42:33.453845+0000 mgr.a (mgr.24293) 18931 : cluster 0 pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:35.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:35.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:35.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:35.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:35.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:36 smithi022 bash[28554]: audit 2023-12-07T17:42:35.381896+0000 mgr.a (mgr.24293) 18932 : audit 0 from='client.374802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:36 smithi022 bash[28554]: cluster 2023-12-07T17:42:35.454511+0000 mgr.a (mgr.24293) 18933 : cluster 0 pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:36 smithi044 bash[32620]: audit 2023-12-07T17:42:35.381896+0000 mgr.a (mgr.24293) 18932 : audit 0 from='client.374802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:36 smithi044 bash[32620]: cluster 2023-12-07T17:42:35.454511+0000 mgr.a (mgr.24293) 18933 : cluster 0 pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:36 smithi027 bash[31536]: audit 2023-12-07T17:42:35.381896+0000 mgr.a (mgr.24293) 18932 : audit 0 from='client.374802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:36 smithi027 bash[31536]: cluster 2023-12-07T17:42:35.454511+0000 mgr.a (mgr.24293) 18933 : cluster 0 pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:38 smithi022 bash[28554]: cluster 2023-12-07T17:42:37.455181+0000 mgr.a (mgr.24293) 18934 : cluster 0 pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:39 smithi044 bash[32620]: cluster 2023-12-07T17:42:37.455181+0000 mgr.a (mgr.24293) 18934 : cluster 0 pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:39 smithi027 bash[31536]: cluster 2023-12-07T17:42:37.455181+0000 mgr.a (mgr.24293) 18934 : cluster 0 pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:40.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:40.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:40.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:41 smithi022 bash[28554]: cluster 2023-12-07T17:42:39.455795+0000 mgr.a (mgr.24293) 18935 : cluster 0 pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:41.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:41 smithi044 bash[32620]: cluster 2023-12-07T17:42:39.455795+0000 mgr.a (mgr.24293) 18935 : cluster 0 pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:41 smithi027 bash[31536]: cluster 2023-12-07T17:42:39.455795+0000 mgr.a (mgr.24293) 18935 : cluster 0 pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:41.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:41.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:41.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:41.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:41.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:43 smithi022 bash[28554]: audit 2023-12-07T17:42:41.326731+0000 mgr.a (mgr.24293) 18936 : audit 0 from='client.374880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:43 smithi022 bash[28554]: cluster 2023-12-07T17:42:41.456610+0000 mgr.a (mgr.24293) 18937 : cluster 0 pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:43 smithi044 bash[32620]: audit 2023-12-07T17:42:41.326731+0000 mgr.a (mgr.24293) 18936 : audit 0 from='client.374880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:43 smithi044 bash[32620]: cluster 2023-12-07T17:42:41.456610+0000 mgr.a (mgr.24293) 18937 : cluster 0 pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:43 smithi027 bash[31536]: audit 2023-12-07T17:42:41.326731+0000 mgr.a (mgr.24293) 18936 : audit 0 from='client.374880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:43 smithi027 bash[31536]: cluster 2023-12-07T17:42:41.456610+0000 mgr.a (mgr.24293) 18937 : cluster 0 pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:45 smithi022 bash[28554]: cluster 2023-12-07T17:42:43.457302+0000 mgr.a (mgr.24293) 18938 : cluster 0 pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:45 smithi044 bash[32620]: cluster 2023-12-07T17:42:43.457302+0000 mgr.a (mgr.24293) 18938 : cluster 0 pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:45 smithi027 bash[31536]: cluster 2023-12-07T17:42:43.457302+0000 mgr.a (mgr.24293) 18938 : cluster 0 pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:46.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:46.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:46.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:47 smithi022 bash[28554]: cluster 2023-12-07T17:42:45.458131+0000 mgr.a (mgr.24293) 18939 : cluster 0 pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:47 smithi044 bash[32620]: cluster 2023-12-07T17:42:45.458131+0000 mgr.a (mgr.24293) 18939 : cluster 0 pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:47 smithi027 bash[31536]: cluster 2023-12-07T17:42:45.458131+0000 mgr.a (mgr.24293) 18939 : cluster 0 pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:47.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:47.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:47.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:47.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:47.859 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:49 smithi022 bash[28554]: audit 2023-12-07T17:42:47.314369+0000 mgr.a (mgr.24293) 18940 : audit 0 from='client.374958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:49 smithi022 bash[28554]: cluster 2023-12-07T17:42:47.464793+0000 mgr.a (mgr.24293) 18941 : cluster 0 pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:49 smithi044 bash[32620]: audit 2023-12-07T17:42:47.314369+0000 mgr.a (mgr.24293) 18940 : audit 0 from='client.374958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:49 smithi044 bash[32620]: cluster 2023-12-07T17:42:47.464793+0000 mgr.a (mgr.24293) 18941 : cluster 0 pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:49 smithi027 bash[31536]: audit 2023-12-07T17:42:47.314369+0000 mgr.a (mgr.24293) 18940 : audit 0 from='client.374958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:49 smithi027 bash[31536]: cluster 2023-12-07T17:42:47.464793+0000 mgr.a (mgr.24293) 18941 : cluster 0 pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:51 smithi022 bash[28554]: cluster 2023-12-07T17:42:49.465487+0000 mgr.a (mgr.24293) 18942 : cluster 0 pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:51.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:51 smithi044 bash[32620]: cluster 2023-12-07T17:42:49.465487+0000 mgr.a (mgr.24293) 18942 : cluster 0 pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:51 smithi027 bash[31536]: cluster 2023-12-07T17:42:49.465487+0000 mgr.a (mgr.24293) 18942 : cluster 0 pgmap v14163: 33 pgs: 33 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.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:52.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:52.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:53 smithi022 bash[28554]: cluster 2023-12-07T17:42:51.466493+0000 mgr.a (mgr.24293) 18943 : cluster 0 pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:53 smithi044 bash[32620]: cluster 2023-12-07T17:42:51.466493+0000 mgr.a (mgr.24293) 18943 : cluster 0 pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:53 smithi027 bash[31536]: cluster 2023-12-07T17:42:51.466493+0000 mgr.a (mgr.24293) 18943 : cluster 0 pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:53.819 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:42:53.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:53.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:53.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:53.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:55 smithi022 bash[28554]: audit 2023-12-07T17:42:53.274572+0000 mgr.a (mgr.24293) 18944 : audit 0 from='client.304540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:55 smithi022 bash[28554]: cluster 2023-12-07T17:42:53.467281+0000 mgr.a (mgr.24293) 18945 : cluster 0 pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:55 smithi044 bash[32620]: audit 2023-12-07T17:42:53.274572+0000 mgr.a (mgr.24293) 18944 : audit 0 from='client.304540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:55 smithi044 bash[32620]: cluster 2023-12-07T17:42:53.467281+0000 mgr.a (mgr.24293) 18945 : cluster 0 pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:55 smithi027 bash[31536]: audit 2023-12-07T17:42:53.274572+0000 mgr.a (mgr.24293) 18944 : audit 0 from='client.304540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:55 smithi027 bash[31536]: cluster 2023-12-07T17:42:53.467281+0000 mgr.a (mgr.24293) 18945 : cluster 0 pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:57 smithi022 bash[28554]: cluster 2023-12-07T17:42:55.468200+0000 mgr.a (mgr.24293) 18946 : cluster 0 pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:57 smithi044 bash[32620]: cluster 2023-12-07T17:42:55.468200+0000 mgr.a (mgr.24293) 18946 : cluster 0 pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:57 smithi027 bash[31536]: cluster 2023-12-07T17:42:55.468200+0000 mgr.a (mgr.24293) 18946 : cluster 0 pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:58.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:42:58.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:58.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:42:59 smithi022 bash[28554]: cluster 2023-12-07T17:42:57.468774+0000 mgr.a (mgr.24293) 18947 : cluster 0 pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:42:59 smithi044 bash[32620]: cluster 2023-12-07T17:42:57.468774+0000 mgr.a (mgr.24293) 18947 : cluster 0 pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:42:59 smithi027 bash[31536]: cluster 2023-12-07T17:42:57.468774+0000 mgr.a (mgr.24293) 18947 : cluster 0 pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:59.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:59.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:59.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:59.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:42:59.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:01 smithi022 bash[28554]: audit 2023-12-07T17:42:59.224395+0000 mgr.a (mgr.24293) 18948 : audit 0 from='client.375108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:01 smithi022 bash[28554]: cluster 2023-12-07T17:42:59.469351+0000 mgr.a (mgr.24293) 18949 : cluster 0 pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:01 smithi044 bash[32620]: audit 2023-12-07T17:42:59.224395+0000 mgr.a (mgr.24293) 18948 : audit 0 from='client.375108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:01 smithi044 bash[32620]: cluster 2023-12-07T17:42:59.469351+0000 mgr.a (mgr.24293) 18949 : cluster 0 pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:01 smithi027 bash[31536]: audit 2023-12-07T17:42:59.224395+0000 mgr.a (mgr.24293) 18948 : audit 0 from='client.375108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:01 smithi027 bash[31536]: cluster 2023-12-07T17:42:59.469351+0000 mgr.a (mgr.24293) 18949 : cluster 0 pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:03 smithi022 bash[28554]: cluster 2023-12-07T17:43:01.470264+0000 mgr.a (mgr.24293) 18950 : cluster 0 pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:03 smithi022 bash[28554]: audit 2023-12-07T17:43:02.538603+0000 mon.a (mon.0) 3058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:03 smithi044 bash[32620]: cluster 2023-12-07T17:43:01.470264+0000 mgr.a (mgr.24293) 18950 : cluster 0 pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:03 smithi044 bash[32620]: audit 2023-12-07T17:43:02.538603+0000 mon.a (mon.0) 3058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:03 smithi027 bash[31536]: cluster 2023-12-07T17:43:01.470264+0000 mgr.a (mgr.24293) 18950 : cluster 0 pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:03 smithi027 bash[31536]: audit 2023-12-07T17:43:02.538603+0000 mon.a (mon.0) 3058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:04 smithi022 bash[28554]: audit 2023-12-07T17:43:03.320826+0000 mon.a (mon.0) 3059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:04 smithi022 bash[28554]: audit 2023-12-07T17:43:03.323026+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:04 smithi022 bash[28554]: audit 2023-12-07T17:43:03.332569+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:43:04.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:04 smithi044 bash[32620]: audit 2023-12-07T17:43:03.320826+0000 mon.a (mon.0) 3059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:04.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:04 smithi044 bash[32620]: audit 2023-12-07T17:43:03.323026+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:04.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:04 smithi044 bash[32620]: audit 2023-12-07T17:43:03.332569+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:43:04.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:04 smithi027 bash[31536]: audit 2023-12-07T17:43:03.320826+0000 mon.a (mon.0) 3059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:04.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:04 smithi027 bash[31536]: audit 2023-12-07T17:43:03.323026+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:04.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:04 smithi027 bash[31536]: audit 2023-12-07T17:43:03.332569+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:43:04.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:04.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:04.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:05 smithi022 bash[28554]: cluster 2023-12-07T17:43:03.470772+0000 mgr.a (mgr.24293) 18951 : cluster 0 pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:05 smithi044 bash[32620]: cluster 2023-12-07T17:43:03.470772+0000 mgr.a (mgr.24293) 18951 : cluster 0 pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:05 smithi027 bash[31536]: cluster 2023-12-07T17:43:03.470772+0000 mgr.a (mgr.24293) 18951 : cluster 0 pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:05.684 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:05.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:05.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:05.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:05.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:07 smithi022 bash[28554]: audit 2023-12-07T17:43:05.150637+0000 mgr.a (mgr.24293) 18952 : audit 0 from='client.375186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:07 smithi022 bash[28554]: cluster 2023-12-07T17:43:05.471925+0000 mgr.a (mgr.24293) 18953 : cluster 0 pgmap v14171: 33 pgs: 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:43:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:07 smithi044 bash[32620]: audit 2023-12-07T17:43:05.150637+0000 mgr.a (mgr.24293) 18952 : audit 0 from='client.375186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:07 smithi044 bash[32620]: cluster 2023-12-07T17:43:05.471925+0000 mgr.a (mgr.24293) 18953 : cluster 0 pgmap v14171: 33 pgs: 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:43:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:07 smithi027 bash[31536]: audit 2023-12-07T17:43:05.150637+0000 mgr.a (mgr.24293) 18952 : audit 0 from='client.375186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:07 smithi027 bash[31536]: cluster 2023-12-07T17:43:05.471925+0000 mgr.a (mgr.24293) 18953 : cluster 0 pgmap v14171: 33 pgs: 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:43:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:09 smithi022 bash[28554]: cluster 2023-12-07T17:43:07.472819+0000 mgr.a (mgr.24293) 18954 : cluster 0 pgmap v14172: 33 pgs: 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:43:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:09 smithi044 bash[32620]: cluster 2023-12-07T17:43:07.472819+0000 mgr.a (mgr.24293) 18954 : cluster 0 pgmap v14172: 33 pgs: 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:43:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:09 smithi027 bash[31536]: cluster 2023-12-07T17:43:07.472819+0000 mgr.a (mgr.24293) 18954 : cluster 0 pgmap v14172: 33 pgs: 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:43:10.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:10.688 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:10.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:11 smithi022 bash[28554]: cluster 2023-12-07T17:43:09.473566+0000 mgr.a (mgr.24293) 18955 : cluster 0 pgmap v14173: 33 pgs: 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:43:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:11 smithi044 bash[32620]: cluster 2023-12-07T17:43:09.473566+0000 mgr.a (mgr.24293) 18955 : cluster 0 pgmap v14173: 33 pgs: 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:43:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:11 smithi027 bash[31536]: cluster 2023-12-07T17:43:09.473566+0000 mgr.a (mgr.24293) 18955 : cluster 0 pgmap v14173: 33 pgs: 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:43:11.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:11.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:11.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:11.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:11.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:12 smithi022 bash[28554]: audit 2023-12-07T17:43:11.103386+0000 mgr.a (mgr.24293) 18956 : audit 0 from='client.375264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:12.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:12 smithi044 bash[32620]: audit 2023-12-07T17:43:11.103386+0000 mgr.a (mgr.24293) 18956 : audit 0 from='client.375264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:12.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:12 smithi027 bash[31536]: audit 2023-12-07T17:43:11.103386+0000 mgr.a (mgr.24293) 18956 : audit 0 from='client.375264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:13 smithi022 bash[28554]: cluster 2023-12-07T17:43:11.474319+0000 mgr.a (mgr.24293) 18957 : cluster 0 pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:13 smithi044 bash[32620]: cluster 2023-12-07T17:43:11.474319+0000 mgr.a (mgr.24293) 18957 : cluster 0 pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:13 smithi027 bash[31536]: cluster 2023-12-07T17:43:11.474319+0000 mgr.a (mgr.24293) 18957 : cluster 0 pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:15 smithi022 bash[28554]: cluster 2023-12-07T17:43:13.474977+0000 mgr.a (mgr.24293) 18958 : cluster 0 pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:15 smithi044 bash[32620]: cluster 2023-12-07T17:43:13.474977+0000 mgr.a (mgr.24293) 18958 : cluster 0 pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:15 smithi027 bash[31536]: cluster 2023-12-07T17:43:13.474977+0000 mgr.a (mgr.24293) 18958 : cluster 0 pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:16.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:16.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:16.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:17 smithi022 bash[28554]: cluster 2023-12-07T17:43:15.475839+0000 mgr.a (mgr.24293) 18959 : cluster 0 pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:17.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:17 smithi044 bash[32620]: cluster 2023-12-07T17:43:15.475839+0000 mgr.a (mgr.24293) 18959 : cluster 0 pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:17 smithi027 bash[31536]: cluster 2023-12-07T17:43:15.475839+0000 mgr.a (mgr.24293) 18959 : cluster 0 pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:17.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:18 smithi022 bash[28554]: audit 2023-12-07T17:43:17.034843+0000 mgr.a (mgr.24293) 18960 : audit 0 from='client.375342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:18.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:18 smithi044 bash[32620]: audit 2023-12-07T17:43:17.034843+0000 mgr.a (mgr.24293) 18960 : audit 0 from='client.375342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:18.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:18 smithi027 bash[31536]: audit 2023-12-07T17:43:17.034843+0000 mgr.a (mgr.24293) 18960 : audit 0 from='client.375342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:19 smithi022 bash[28554]: cluster 2023-12-07T17:43:17.476587+0000 mgr.a (mgr.24293) 18961 : cluster 0 pgmap v14177: 33 pgs: 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:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:19 smithi044 bash[32620]: cluster 2023-12-07T17:43:17.476587+0000 mgr.a (mgr.24293) 18961 : cluster 0 pgmap v14177: 33 pgs: 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:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:19 smithi027 bash[31536]: cluster 2023-12-07T17:43:17.476587+0000 mgr.a (mgr.24293) 18961 : cluster 0 pgmap v14177: 33 pgs: 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:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:21 smithi022 bash[28554]: cluster 2023-12-07T17:43:19.477198+0000 mgr.a (mgr.24293) 18962 : cluster 0 pgmap v14178: 33 pgs: 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:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:21 smithi044 bash[32620]: cluster 2023-12-07T17:43:19.477198+0000 mgr.a (mgr.24293) 18962 : cluster 0 pgmap v14178: 33 pgs: 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:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:21 smithi027 bash[31536]: cluster 2023-12-07T17:43:19.477198+0000 mgr.a (mgr.24293) 18962 : cluster 0 pgmap v14178: 33 pgs: 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:22.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:22.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:22.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:23 smithi022 bash[28554]: cluster 2023-12-07T17:43:21.478000+0000 mgr.a (mgr.24293) 18963 : cluster 0 pgmap v14179: 33 pgs: 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:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:23 smithi044 bash[32620]: cluster 2023-12-07T17:43:21.478000+0000 mgr.a (mgr.24293) 18963 : cluster 0 pgmap v14179: 33 pgs: 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:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:23 smithi027 bash[31536]: cluster 2023-12-07T17:43:21.478000+0000 mgr.a (mgr.24293) 18963 : cluster 0 pgmap v14179: 33 pgs: 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:23.494 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:23.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:23.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:23.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:23.494 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:24.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:24 smithi022 bash[28554]: audit 2023-12-07T17:43:22.975423+0000 mgr.a (mgr.24293) 18964 : audit 0 from='client.375417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:24.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:24 smithi044 bash[32620]: audit 2023-12-07T17:43:22.975423+0000 mgr.a (mgr.24293) 18964 : audit 0 from='client.375417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:24.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:24 smithi027 bash[31536]: audit 2023-12-07T17:43:22.975423+0000 mgr.a (mgr.24293) 18964 : audit 0 from='client.375417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:25 smithi022 bash[28554]: cluster 2023-12-07T17:43:23.478672+0000 mgr.a (mgr.24293) 18965 : cluster 0 pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:25 smithi044 bash[32620]: cluster 2023-12-07T17:43:23.478672+0000 mgr.a (mgr.24293) 18965 : cluster 0 pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:25 smithi027 bash[31536]: cluster 2023-12-07T17:43:23.478672+0000 mgr.a (mgr.24293) 18965 : cluster 0 pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:27 smithi022 bash[28554]: cluster 2023-12-07T17:43:25.479686+0000 mgr.a (mgr.24293) 18966 : cluster 0 pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:27 smithi044 bash[32620]: cluster 2023-12-07T17:43:25.479686+0000 mgr.a (mgr.24293) 18966 : cluster 0 pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:27 smithi027 bash[31536]: cluster 2023-12-07T17:43:25.479686+0000 mgr.a (mgr.24293) 18966 : cluster 0 pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:28.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:28.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:28.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:29 smithi022 bash[28554]: cluster 2023-12-07T17:43:27.480307+0000 mgr.a (mgr.24293) 18967 : cluster 0 pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:29 smithi044 bash[32620]: cluster 2023-12-07T17:43:27.480307+0000 mgr.a (mgr.24293) 18967 : cluster 0 pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:29.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:29 smithi027 bash[31536]: cluster 2023-12-07T17:43:27.480307+0000 mgr.a (mgr.24293) 18967 : cluster 0 pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:30 smithi022 bash[28554]: audit 2023-12-07T17:43:28.905224+0000 mgr.a (mgr.24293) 18968 : audit 0 from='client.375495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:30 smithi044 bash[32620]: audit 2023-12-07T17:43:28.905224+0000 mgr.a (mgr.24293) 18968 : audit 0 from='client.375495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:30.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:30 smithi027 bash[31536]: audit 2023-12-07T17:43:28.905224+0000 mgr.a (mgr.24293) 18968 : audit 0 from='client.375495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:31 smithi022 bash[28554]: cluster 2023-12-07T17:43:29.481005+0000 mgr.a (mgr.24293) 18969 : cluster 0 pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:31 smithi044 bash[32620]: cluster 2023-12-07T17:43:29.481005+0000 mgr.a (mgr.24293) 18969 : cluster 0 pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:31 smithi027 bash[31536]: cluster 2023-12-07T17:43:29.481005+0000 mgr.a (mgr.24293) 18969 : cluster 0 pgmap v14183: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:32 smithi027 bash[31536]: cluster 2023-12-07T17:43:31.482023+0000 mgr.a (mgr.24293) 18970 : cluster 0 pgmap v14184: 33 pgs: 33 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:32.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:32 smithi022 bash[28554]: cluster 2023-12-07T17:43:31.482023+0000 mgr.a (mgr.24293) 18970 : cluster 0 pgmap v14184: 33 pgs: 33 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:32.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:32 smithi044 bash[32620]: cluster 2023-12-07T17:43:31.482023+0000 mgr.a (mgr.24293) 18970 : cluster 0 pgmap v14184: 33 pgs: 33 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:34.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:34.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:34.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:34 smithi022 bash[28554]: cluster 2023-12-07T17:43:33.482641+0000 mgr.a (mgr.24293) 18971 : cluster 0 pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:35.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:34 smithi044 bash[32620]: cluster 2023-12-07T17:43:33.482641+0000 mgr.a (mgr.24293) 18971 : cluster 0 pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:34 smithi027 bash[31536]: cluster 2023-12-07T17:43:33.482641+0000 mgr.a (mgr.24293) 18971 : cluster 0 pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:35.387 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:35.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:35.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:35.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:35.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:36.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:35 smithi022 bash[28554]: audit 2023-12-07T17:43:34.857670+0000 mgr.a (mgr.24293) 18972 : audit 0 from='client.375573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:36.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:35 smithi044 bash[32620]: audit 2023-12-07T17:43:34.857670+0000 mgr.a (mgr.24293) 18972 : audit 0 from='client.375573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:36.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:35 smithi027 bash[31536]: audit 2023-12-07T17:43:34.857670+0000 mgr.a (mgr.24293) 18972 : audit 0 from='client.375573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:36 smithi022 bash[28554]: cluster 2023-12-07T17:43:35.483588+0000 mgr.a (mgr.24293) 18973 : cluster 0 pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:36 smithi044 bash[32620]: cluster 2023-12-07T17:43:35.483588+0000 mgr.a (mgr.24293) 18973 : cluster 0 pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:36 smithi027 bash[31536]: cluster 2023-12-07T17:43:35.483588+0000 mgr.a (mgr.24293) 18973 : cluster 0 pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:38 smithi022 bash[28554]: cluster 2023-12-07T17:43:37.484263+0000 mgr.a (mgr.24293) 18974 : cluster 0 pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:39.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:38 smithi044 bash[32620]: cluster 2023-12-07T17:43:37.484263+0000 mgr.a (mgr.24293) 18974 : cluster 0 pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:39.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:38 smithi027 bash[31536]: cluster 2023-12-07T17:43:37.484263+0000 mgr.a (mgr.24293) 18974 : cluster 0 pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:40.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:40.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:40.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:40 smithi022 bash[28554]: cluster 2023-12-07T17:43:39.484871+0000 mgr.a (mgr.24293) 18975 : cluster 0 pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:41.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:40 smithi044 bash[32620]: cluster 2023-12-07T17:43:39.484871+0000 mgr.a (mgr.24293) 18975 : cluster 0 pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:40 smithi027 bash[31536]: cluster 2023-12-07T17:43:39.484871+0000 mgr.a (mgr.24293) 18975 : cluster 0 pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:41.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:41.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:42.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:41 smithi022 bash[28554]: audit 2023-12-07T17:43:40.804250+0000 mgr.a (mgr.24293) 18976 : audit 0 from='client.297233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:42.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:41 smithi044 bash[32620]: audit 2023-12-07T17:43:40.804250+0000 mgr.a (mgr.24293) 18976 : audit 0 from='client.297233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:42.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:41 smithi027 bash[31536]: audit 2023-12-07T17:43:40.804250+0000 mgr.a (mgr.24293) 18976 : audit 0 from='client.297233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:42 smithi022 bash[28554]: cluster 2023-12-07T17:43:41.485995+0000 mgr.a (mgr.24293) 18977 : cluster 0 pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:42 smithi044 bash[32620]: cluster 2023-12-07T17:43:41.485995+0000 mgr.a (mgr.24293) 18977 : cluster 0 pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:42 smithi027 bash[31536]: cluster 2023-12-07T17:43:41.485995+0000 mgr.a (mgr.24293) 18977 : cluster 0 pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:45.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:44 smithi022 bash[28554]: cluster 2023-12-07T17:43:43.486616+0000 mgr.a (mgr.24293) 18978 : cluster 0 pgmap v14190: 33 pgs: 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:45.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:44 smithi044 bash[32620]: cluster 2023-12-07T17:43:43.486616+0000 mgr.a (mgr.24293) 18978 : cluster 0 pgmap v14190: 33 pgs: 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:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:44 smithi027 bash[31536]: cluster 2023-12-07T17:43:43.486616+0000 mgr.a (mgr.24293) 18978 : cluster 0 pgmap v14190: 33 pgs: 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:46.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:46.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:46.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:47.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:46 smithi022 bash[28554]: cluster 2023-12-07T17:43:45.487377+0000 mgr.a (mgr.24293) 18979 : cluster 0 pgmap v14191: 33 pgs: 33 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:47.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:46 smithi044 bash[32620]: cluster 2023-12-07T17:43:45.487377+0000 mgr.a (mgr.24293) 18979 : cluster 0 pgmap v14191: 33 pgs: 33 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:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:46 smithi027 bash[31536]: cluster 2023-12-07T17:43:45.487377+0000 mgr.a (mgr.24293) 18979 : cluster 0 pgmap v14191: 33 pgs: 33 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:47.310 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:47.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:47.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:47.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:47.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:48.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:47 smithi022 bash[28554]: audit 2023-12-07T17:43:46.762010+0000 mgr.a (mgr.24293) 18980 : audit 0 from='client.375726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:48.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:47 smithi044 bash[32620]: audit 2023-12-07T17:43:46.762010+0000 mgr.a (mgr.24293) 18980 : audit 0 from='client.375726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:48.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:47 smithi027 bash[31536]: audit 2023-12-07T17:43:46.762010+0000 mgr.a (mgr.24293) 18980 : audit 0 from='client.375726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:49.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:48 smithi022 bash[28554]: cluster 2023-12-07T17:43:47.488138+0000 mgr.a (mgr.24293) 18981 : cluster 0 pgmap v14192: 33 pgs: 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:49.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:48 smithi044 bash[32620]: cluster 2023-12-07T17:43:47.488138+0000 mgr.a (mgr.24293) 18981 : cluster 0 pgmap v14192: 33 pgs: 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:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:48 smithi027 bash[31536]: cluster 2023-12-07T17:43:47.488138+0000 mgr.a (mgr.24293) 18981 : cluster 0 pgmap v14192: 33 pgs: 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:51.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:50 smithi022 bash[28554]: cluster 2023-12-07T17:43:49.488709+0000 mgr.a (mgr.24293) 18982 : cluster 0 pgmap v14193: 33 pgs: 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:51.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:50 smithi044 bash[32620]: cluster 2023-12-07T17:43:49.488709+0000 mgr.a (mgr.24293) 18982 : cluster 0 pgmap v14193: 33 pgs: 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:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:50 smithi027 bash[31536]: cluster 2023-12-07T17:43:49.488709+0000 mgr.a (mgr.24293) 18982 : cluster 0 pgmap v14193: 33 pgs: 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:52.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:52.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:52.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:53.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:52 smithi022 bash[28554]: cluster 2023-12-07T17:43:51.489442+0000 mgr.a (mgr.24293) 18983 : cluster 0 pgmap v14194: 33 pgs: 33 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.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:52 smithi044 bash[32620]: cluster 2023-12-07T17:43:51.489442+0000 mgr.a (mgr.24293) 18983 : cluster 0 pgmap v14194: 33 pgs: 33 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.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:52 smithi027 bash[31536]: cluster 2023-12-07T17:43:51.489442+0000 mgr.a (mgr.24293) 18983 : cluster 0 pgmap v14194: 33 pgs: 33 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.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:53.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:53.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:53.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:53.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:54.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:53 smithi022 bash[28554]: audit 2023-12-07T17:43:52.719665+0000 mgr.a (mgr.24293) 18984 : audit 0 from='client.375804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:54.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:53 smithi044 bash[32620]: audit 2023-12-07T17:43:52.719665+0000 mgr.a (mgr.24293) 18984 : audit 0 from='client.375804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:54.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:53 smithi027 bash[31536]: audit 2023-12-07T17:43:52.719665+0000 mgr.a (mgr.24293) 18984 : audit 0 from='client.375804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:55.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:54 smithi022 bash[28554]: cluster 2023-12-07T17:43:53.490143+0000 mgr.a (mgr.24293) 18985 : cluster 0 pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:55.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:54 smithi044 bash[32620]: cluster 2023-12-07T17:43:53.490143+0000 mgr.a (mgr.24293) 18985 : cluster 0 pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:54 smithi027 bash[31536]: cluster 2023-12-07T17:43:53.490143+0000 mgr.a (mgr.24293) 18985 : cluster 0 pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:57.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:56 smithi022 bash[28554]: cluster 2023-12-07T17:43:55.490996+0000 mgr.a (mgr.24293) 18986 : cluster 0 pgmap v14196: 33 pgs: 33 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:57.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:56 smithi044 bash[32620]: cluster 2023-12-07T17:43:55.490996+0000 mgr.a (mgr.24293) 18986 : cluster 0 pgmap v14196: 33 pgs: 33 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:57.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:56 smithi027 bash[31536]: cluster 2023-12-07T17:43:55.490996+0000 mgr.a (mgr.24293) 18986 : cluster 0 pgmap v14196: 33 pgs: 33 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.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:43:58.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:58.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:59.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:58 smithi022 bash[28554]: cluster 2023-12-07T17:43:57.491580+0000 mgr.a (mgr.24293) 18987 : cluster 0 pgmap v14197: 33 pgs: 33 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.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:58 smithi044 bash[32620]: cluster 2023-12-07T17:43:57.491580+0000 mgr.a (mgr.24293) 18987 : cluster 0 pgmap v14197: 33 pgs: 33 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.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:43:59.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:59.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:59.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:59.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:43:59.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:58 smithi027 bash[31536]: cluster 2023-12-07T17:43:57.491580+0000 mgr.a (mgr.24293) 18987 : cluster 0 pgmap v14197: 33 pgs: 33 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:00.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:43:59 smithi022 bash[28554]: audit 2023-12-07T17:43:58.661521+0000 mgr.a (mgr.24293) 18988 : audit 0 from='client.375882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:00.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:43:59 smithi044 bash[32620]: audit 2023-12-07T17:43:58.661521+0000 mgr.a (mgr.24293) 18988 : audit 0 from='client.375882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:00.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:43:59 smithi027 bash[31536]: audit 2023-12-07T17:43:58.661521+0000 mgr.a (mgr.24293) 18988 : audit 0 from='client.375882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:01.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:00 smithi022 bash[28554]: cluster 2023-12-07T17:43:59.492266+0000 mgr.a (mgr.24293) 18989 : cluster 0 pgmap v14198: 33 pgs: 33 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:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:00 smithi044 bash[32620]: cluster 2023-12-07T17:43:59.492266+0000 mgr.a (mgr.24293) 18989 : cluster 0 pgmap v14198: 33 pgs: 33 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:01.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:00 smithi027 bash[31536]: cluster 2023-12-07T17:43:59.492266+0000 mgr.a (mgr.24293) 18989 : cluster 0 pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:03.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:02 smithi022 bash[28554]: cluster 2023-12-07T17:44:01.493051+0000 mgr.a (mgr.24293) 18990 : cluster 0 pgmap v14199: 33 pgs: 33 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:03.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:02 smithi044 bash[32620]: cluster 2023-12-07T17:44:01.493051+0000 mgr.a (mgr.24293) 18990 : cluster 0 pgmap v14199: 33 pgs: 33 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:03.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:02 smithi027 bash[31536]: cluster 2023-12-07T17:44:01.493051+0000 mgr.a (mgr.24293) 18990 : cluster 0 pgmap v14199: 33 pgs: 33 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:04.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:04.201 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:04.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:04.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:03 smithi027 bash[31536]: audit 2023-12-07T17:44:03.436521+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:03 smithi022 bash[28554]: audit 2023-12-07T17:44:03.436521+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:04.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:03 smithi044 bash[32620]: audit 2023-12-07T17:44:03.436521+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:05.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:05.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:05.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:05.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:05.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:04 smithi022 bash[28554]: cluster 2023-12-07T17:44:03.493583+0000 mgr.a (mgr.24293) 18991 : cluster 0 pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:04 smithi022 bash[28554]: audit 2023-12-07T17:44:03.966206+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:04 smithi022 bash[28554]: audit 2023-12-07T17:44:03.973089+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:04 smithi022 bash[28554]: audit 2023-12-07T17:44:04.715533+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:04 smithi022 bash[28554]: audit 2023-12-07T17:44:04.717537+0000 mon.a (mon.0) 3066 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:04 smithi022 bash[28554]: audit 2023-12-07T17:44:04.725086+0000 mon.a (mon.0) 3067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:04 smithi044 bash[32620]: cluster 2023-12-07T17:44:03.493583+0000 mgr.a (mgr.24293) 18991 : cluster 0 pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:04 smithi044 bash[32620]: audit 2023-12-07T17:44:03.966206+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:04 smithi044 bash[32620]: audit 2023-12-07T17:44:03.973089+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:04 smithi044 bash[32620]: audit 2023-12-07T17:44:04.715533+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:04 smithi044 bash[32620]: audit 2023-12-07T17:44:04.717537+0000 mon.a (mon.0) 3066 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:04 smithi044 bash[32620]: audit 2023-12-07T17:44:04.725086+0000 mon.a (mon.0) 3067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:04 smithi027 bash[31536]: cluster 2023-12-07T17:44:03.493583+0000 mgr.a (mgr.24293) 18991 : cluster 0 pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:04 smithi027 bash[31536]: audit 2023-12-07T17:44:03.966206+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:04 smithi027 bash[31536]: audit 2023-12-07T17:44:03.973089+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:04 smithi027 bash[31536]: audit 2023-12-07T17:44:04.715533+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:04 smithi027 bash[31536]: audit 2023-12-07T17:44:04.717537+0000 mon.a (mon.0) 3066 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:04 smithi027 bash[31536]: audit 2023-12-07T17:44:04.725086+0000 mon.a (mon.0) 3067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:44:06.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:05 smithi022 bash[28554]: audit 2023-12-07T17:44:04.594320+0000 mgr.a (mgr.24293) 18992 : audit 0 from='client.375957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:06.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:05 smithi044 bash[32620]: audit 2023-12-07T17:44:04.594320+0000 mgr.a (mgr.24293) 18992 : audit 0 from='client.375957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:06.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:05 smithi027 bash[31536]: audit 2023-12-07T17:44:04.594320+0000 mgr.a (mgr.24293) 18992 : audit 0 from='client.375957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:06 smithi022 bash[28554]: cluster 2023-12-07T17:44:05.494525+0000 mgr.a (mgr.24293) 18993 : cluster 0 pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:06 smithi044 bash[32620]: cluster 2023-12-07T17:44:05.494525+0000 mgr.a (mgr.24293) 18993 : cluster 0 pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:06 smithi027 bash[31536]: cluster 2023-12-07T17:44:05.494525+0000 mgr.a (mgr.24293) 18993 : cluster 0 pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:08 smithi022 bash[28554]: cluster 2023-12-07T17:44:07.495118+0000 mgr.a (mgr.24293) 18994 : cluster 0 pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:08 smithi044 bash[32620]: cluster 2023-12-07T17:44:07.495118+0000 mgr.a (mgr.24293) 18994 : cluster 0 pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:08 smithi027 bash[31536]: cluster 2023-12-07T17:44:07.495118+0000 mgr.a (mgr.24293) 18994 : cluster 0 pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:10.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:10.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:10.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:11.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:11.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:11.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:11.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:11.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:10 smithi022 bash[28554]: cluster 2023-12-07T17:44:09.495713+0000 mgr.a (mgr.24293) 18995 : cluster 0 pgmap v14203: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:10 smithi044 bash[32620]: cluster 2023-12-07T17:44:09.495713+0000 mgr.a (mgr.24293) 18995 : cluster 0 pgmap v14203: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:10 smithi027 bash[31536]: cluster 2023-12-07T17:44:09.495713+0000 mgr.a (mgr.24293) 18995 : cluster 0 pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:12.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:11 smithi022 bash[28554]: audit 2023-12-07T17:44:10.525363+0000 mgr.a (mgr.24293) 18996 : audit 0 from='client.376029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:12.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:11 smithi044 bash[32620]: audit 2023-12-07T17:44:10.525363+0000 mgr.a (mgr.24293) 18996 : audit 0 from='client.376029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:12.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:11 smithi027 bash[31536]: audit 2023-12-07T17:44:10.525363+0000 mgr.a (mgr.24293) 18996 : audit 0 from='client.376029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:12 smithi022 bash[28554]: cluster 2023-12-07T17:44:11.496664+0000 mgr.a (mgr.24293) 18997 : cluster 0 pgmap v14204: 33 pgs: 33 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:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:12 smithi044 bash[32620]: cluster 2023-12-07T17:44:11.496664+0000 mgr.a (mgr.24293) 18997 : cluster 0 pgmap v14204: 33 pgs: 33 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:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:12 smithi027 bash[31536]: cluster 2023-12-07T17:44:11.496664+0000 mgr.a (mgr.24293) 18997 : cluster 0 pgmap v14204: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:14 smithi022 bash[28554]: cluster 2023-12-07T17:44:13.497384+0000 mgr.a (mgr.24293) 18998 : cluster 0 pgmap v14205: 33 pgs: 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:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:14 smithi044 bash[32620]: cluster 2023-12-07T17:44:13.497384+0000 mgr.a (mgr.24293) 18998 : cluster 0 pgmap v14205: 33 pgs: 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:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:14 smithi027 bash[31536]: cluster 2023-12-07T17:44:13.497384+0000 mgr.a (mgr.24293) 18998 : cluster 0 pgmap v14205: 33 pgs: 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:16.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:16.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:16.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:16.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:16.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:16.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:16.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:16.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:17 smithi022 bash[28554]: cluster 2023-12-07T17:44:15.498202+0000 mgr.a (mgr.24293) 18999 : cluster 0 pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:17 smithi044 bash[32620]: cluster 2023-12-07T17:44:15.498202+0000 mgr.a (mgr.24293) 18999 : cluster 0 pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:17 smithi027 bash[31536]: cluster 2023-12-07T17:44:15.498202+0000 mgr.a (mgr.24293) 18999 : cluster 0 pgmap v14206: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:18 smithi022 bash[28554]: audit 2023-12-07T17:44:16.460559+0000 mgr.a (mgr.24293) 19000 : audit 0 from='client.376104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:18.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:18 smithi044 bash[32620]: audit 2023-12-07T17:44:16.460559+0000 mgr.a (mgr.24293) 19000 : audit 0 from='client.376104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:18.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:18 smithi027 bash[31536]: audit 2023-12-07T17:44:16.460559+0000 mgr.a (mgr.24293) 19000 : audit 0 from='client.376104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:19 smithi022 bash[28554]: cluster 2023-12-07T17:44:17.498808+0000 mgr.a (mgr.24293) 19001 : cluster 0 pgmap v14207: 33 pgs: 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:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:19 smithi044 bash[32620]: cluster 2023-12-07T17:44:17.498808+0000 mgr.a (mgr.24293) 19001 : cluster 0 pgmap v14207: 33 pgs: 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:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:19 smithi027 bash[31536]: cluster 2023-12-07T17:44:17.498808+0000 mgr.a (mgr.24293) 19001 : cluster 0 pgmap v14207: 33 pgs: 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:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:21 smithi022 bash[28554]: cluster 2023-12-07T17:44:19.499374+0000 mgr.a (mgr.24293) 19002 : cluster 0 pgmap v14208: 33 pgs: 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:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:21 smithi044 bash[32620]: cluster 2023-12-07T17:44:19.499374+0000 mgr.a (mgr.24293) 19002 : cluster 0 pgmap v14208: 33 pgs: 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:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:21 smithi027 bash[31536]: cluster 2023-12-07T17:44:19.499374+0000 mgr.a (mgr.24293) 19002 : cluster 0 pgmap v14208: 33 pgs: 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:21.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:21.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:21.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:22.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:22.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:23 smithi022 bash[28554]: cluster 2023-12-07T17:44:21.500314+0000 mgr.a (mgr.24293) 19003 : cluster 0 pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:23 smithi044 bash[32620]: cluster 2023-12-07T17:44:21.500314+0000 mgr.a (mgr.24293) 19003 : cluster 0 pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:23 smithi027 bash[31536]: cluster 2023-12-07T17:44:21.500314+0000 mgr.a (mgr.24293) 19003 : cluster 0 pgmap v14209: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:24 smithi022 bash[28554]: audit 2023-12-07T17:44:22.399438+0000 mgr.a (mgr.24293) 19004 : audit 0 from='client.376176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:24.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:24 smithi044 bash[32620]: audit 2023-12-07T17:44:22.399438+0000 mgr.a (mgr.24293) 19004 : audit 0 from='client.376176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:24.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:24 smithi027 bash[31536]: audit 2023-12-07T17:44:22.399438+0000 mgr.a (mgr.24293) 19004 : audit 0 from='client.376176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:25 smithi022 bash[28554]: cluster 2023-12-07T17:44:23.501114+0000 mgr.a (mgr.24293) 19005 : cluster 0 pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:25 smithi044 bash[32620]: cluster 2023-12-07T17:44:23.501114+0000 mgr.a (mgr.24293) 19005 : cluster 0 pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:25 smithi027 bash[31536]: cluster 2023-12-07T17:44:23.501114+0000 mgr.a (mgr.24293) 19005 : cluster 0 pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:27 smithi022 bash[28554]: cluster 2023-12-07T17:44:25.501950+0000 mgr.a (mgr.24293) 19006 : cluster 0 pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:27 smithi044 bash[32620]: cluster 2023-12-07T17:44:25.501950+0000 mgr.a (mgr.24293) 19006 : cluster 0 pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:27 smithi027 bash[31536]: cluster 2023-12-07T17:44:25.501950+0000 mgr.a (mgr.24293) 19006 : cluster 0 pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:27.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:27.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:27.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:28.872 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:28.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:28.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:28.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:28.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:29 smithi022 bash[28554]: cluster 2023-12-07T17:44:27.502524+0000 mgr.a (mgr.24293) 19007 : cluster 0 pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:29 smithi044 bash[32620]: cluster 2023-12-07T17:44:27.502524+0000 mgr.a (mgr.24293) 19007 : cluster 0 pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:29 smithi027 bash[31536]: cluster 2023-12-07T17:44:27.502524+0000 mgr.a (mgr.24293) 19007 : cluster 0 pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:30.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:30 smithi022 bash[28554]: audit 2023-12-07T17:44:28.346597+0000 mgr.a (mgr.24293) 19008 : audit 0 from='client.376251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:30 smithi044 bash[32620]: audit 2023-12-07T17:44:28.346597+0000 mgr.a (mgr.24293) 19008 : audit 0 from='client.376251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:30.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:30 smithi027 bash[31536]: audit 2023-12-07T17:44:28.346597+0000 mgr.a (mgr.24293) 19008 : audit 0 from='client.376251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:31 smithi022 bash[28554]: cluster 2023-12-07T17:44:29.503215+0000 mgr.a (mgr.24293) 19009 : cluster 0 pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:31 smithi044 bash[32620]: cluster 2023-12-07T17:44:29.503215+0000 mgr.a (mgr.24293) 19009 : cluster 0 pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:31 smithi027 bash[31536]: cluster 2023-12-07T17:44:29.503215+0000 mgr.a (mgr.24293) 19009 : cluster 0 pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:33 smithi022 bash[28554]: cluster 2023-12-07T17:44:31.504050+0000 mgr.a (mgr.24293) 19010 : cluster 0 pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:33 smithi044 bash[32620]: cluster 2023-12-07T17:44:31.504050+0000 mgr.a (mgr.24293) 19010 : cluster 0 pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:33 smithi027 bash[31536]: cluster 2023-12-07T17:44:31.504050+0000 mgr.a (mgr.24293) 19010 : cluster 0 pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:33.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:33.876 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:33.876 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:34.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:34.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:34.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:34.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:34.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:35 smithi022 bash[28554]: cluster 2023-12-07T17:44:33.504596+0000 mgr.a (mgr.24293) 19011 : cluster 0 pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:35 smithi044 bash[32620]: cluster 2023-12-07T17:44:33.504596+0000 mgr.a (mgr.24293) 19011 : cluster 0 pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:35 smithi027 bash[31536]: cluster 2023-12-07T17:44:33.504596+0000 mgr.a (mgr.24293) 19011 : cluster 0 pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:36.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:36 smithi022 bash[28554]: audit 2023-12-07T17:44:34.283037+0000 mgr.a (mgr.24293) 19012 : audit 0 from='client.376326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:36 smithi044 bash[32620]: audit 2023-12-07T17:44:34.283037+0000 mgr.a (mgr.24293) 19012 : audit 0 from='client.376326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:36 smithi027 bash[31536]: audit 2023-12-07T17:44:34.283037+0000 mgr.a (mgr.24293) 19012 : audit 0 from='client.376326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:37 smithi022 bash[28554]: cluster 2023-12-07T17:44:35.505458+0000 mgr.a (mgr.24293) 19013 : cluster 0 pgmap v14216: 33 pgs: 33 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:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:37 smithi044 bash[32620]: cluster 2023-12-07T17:44:35.505458+0000 mgr.a (mgr.24293) 19013 : cluster 0 pgmap v14216: 33 pgs: 33 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:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:37 smithi027 bash[31536]: cluster 2023-12-07T17:44:35.505458+0000 mgr.a (mgr.24293) 19013 : cluster 0 pgmap v14216: 33 pgs: 33 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:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:39 smithi022 bash[28554]: cluster 2023-12-07T17:44:37.506123+0000 mgr.a (mgr.24293) 19014 : cluster 0 pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:39 smithi044 bash[32620]: cluster 2023-12-07T17:44:37.506123+0000 mgr.a (mgr.24293) 19014 : cluster 0 pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:39 smithi027 bash[31536]: cluster 2023-12-07T17:44:37.506123+0000 mgr.a (mgr.24293) 19014 : cluster 0 pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:39.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:40.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:40.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:41 smithi022 bash[28554]: cluster 2023-12-07T17:44:39.506711+0000 mgr.a (mgr.24293) 19015 : cluster 0 pgmap v14218: 33 pgs: 33 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:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:41 smithi044 bash[32620]: cluster 2023-12-07T17:44:39.506711+0000 mgr.a (mgr.24293) 19015 : cluster 0 pgmap v14218: 33 pgs: 33 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:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:41 smithi027 bash[31536]: cluster 2023-12-07T17:44:39.506711+0000 mgr.a (mgr.24293) 19015 : cluster 0 pgmap v14218: 33 pgs: 33 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:42.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:42 smithi022 bash[28554]: audit 2023-12-07T17:44:40.221827+0000 mgr.a (mgr.24293) 19016 : audit 0 from='client.376398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:42.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:42 smithi044 bash[32620]: audit 2023-12-07T17:44:40.221827+0000 mgr.a (mgr.24293) 19016 : audit 0 from='client.376398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:42.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:42 smithi027 bash[31536]: audit 2023-12-07T17:44:40.221827+0000 mgr.a (mgr.24293) 19016 : audit 0 from='client.376398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:43 smithi022 bash[28554]: cluster 2023-12-07T17:44:41.507876+0000 mgr.a (mgr.24293) 19017 : cluster 0 pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:44:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:43 smithi044 bash[32620]: cluster 2023-12-07T17:44:41.507876+0000 mgr.a (mgr.24293) 19017 : cluster 0 pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:44:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:43 smithi027 bash[31536]: cluster 2023-12-07T17:44:41.507876+0000 mgr.a (mgr.24293) 19017 : cluster 0 pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:44:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:45 smithi022 bash[28554]: cluster 2023-12-07T17:44:43.508461+0000 mgr.a (mgr.24293) 19018 : cluster 0 pgmap v14220: 33 pgs: 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:44:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:45 smithi044 bash[32620]: cluster 2023-12-07T17:44:43.508461+0000 mgr.a (mgr.24293) 19018 : cluster 0 pgmap v14220: 33 pgs: 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:44:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:45 smithi027 bash[31536]: cluster 2023-12-07T17:44:43.508461+0000 mgr.a (mgr.24293) 19018 : cluster 0 pgmap v14220: 33 pgs: 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:44:45.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:45.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:45.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:46.671 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:46.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:46.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:46.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:46.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:47 smithi022 bash[28554]: cluster 2023-12-07T17:44:45.509223+0000 mgr.a (mgr.24293) 19019 : cluster 0 pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:47 smithi022 bash[28554]: audit 2023-12-07T17:44:46.133325+0000 mgr.a (mgr.24293) 19020 : audit 0 from='client.376476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:47 smithi044 bash[32620]: cluster 2023-12-07T17:44:45.509223+0000 mgr.a (mgr.24293) 19019 : cluster 0 pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:47 smithi044 bash[32620]: audit 2023-12-07T17:44:46.133325+0000 mgr.a (mgr.24293) 19020 : audit 0 from='client.376476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:47 smithi027 bash[31536]: cluster 2023-12-07T17:44:45.509223+0000 mgr.a (mgr.24293) 19019 : cluster 0 pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:47 smithi027 bash[31536]: audit 2023-12-07T17:44:46.133325+0000 mgr.a (mgr.24293) 19020 : audit 0 from='client.376476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:49 smithi022 bash[28554]: cluster 2023-12-07T17:44:47.509851+0000 mgr.a (mgr.24293) 19021 : cluster 0 pgmap v14222: 33 pgs: 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:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:49 smithi044 bash[32620]: cluster 2023-12-07T17:44:47.509851+0000 mgr.a (mgr.24293) 19021 : cluster 0 pgmap v14222: 33 pgs: 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:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:49 smithi027 bash[31536]: cluster 2023-12-07T17:44:47.509851+0000 mgr.a (mgr.24293) 19021 : cluster 0 pgmap v14222: 33 pgs: 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:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:51 smithi022 bash[28554]: cluster 2023-12-07T17:44:49.510416+0000 mgr.a (mgr.24293) 19022 : cluster 0 pgmap v14223: 33 pgs: 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:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:51 smithi044 bash[32620]: cluster 2023-12-07T17:44:49.510416+0000 mgr.a (mgr.24293) 19022 : cluster 0 pgmap v14223: 33 pgs: 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:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:51 smithi027 bash[31536]: cluster 2023-12-07T17:44:49.510416+0000 mgr.a (mgr.24293) 19022 : cluster 0 pgmap v14223: 33 pgs: 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:51.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:51.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:51.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:52.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:52.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:52.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:52.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:52.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:53 smithi022 bash[28554]: cluster 2023-12-07T17:44:51.511270+0000 mgr.a (mgr.24293) 19023 : cluster 0 pgmap v14224: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:53 smithi022 bash[28554]: audit 2023-12-07T17:44:52.085329+0000 mgr.a (mgr.24293) 19024 : audit 0 from='client.376551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:53 smithi044 bash[32620]: cluster 2023-12-07T17:44:51.511270+0000 mgr.a (mgr.24293) 19023 : cluster 0 pgmap v14224: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:53 smithi044 bash[32620]: audit 2023-12-07T17:44:52.085329+0000 mgr.a (mgr.24293) 19024 : audit 0 from='client.376551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:53 smithi027 bash[31536]: cluster 2023-12-07T17:44:51.511270+0000 mgr.a (mgr.24293) 19023 : cluster 0 pgmap v14224: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:53 smithi027 bash[31536]: audit 2023-12-07T17:44:52.085329+0000 mgr.a (mgr.24293) 19024 : audit 0 from='client.376551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:55 smithi022 bash[28554]: cluster 2023-12-07T17:44:53.512125+0000 mgr.a (mgr.24293) 19025 : cluster 0 pgmap v14225: 33 pgs: 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:44:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:55 smithi044 bash[32620]: cluster 2023-12-07T17:44:53.512125+0000 mgr.a (mgr.24293) 19025 : cluster 0 pgmap v14225: 33 pgs: 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:44:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:55 smithi027 bash[31536]: cluster 2023-12-07T17:44:53.512125+0000 mgr.a (mgr.24293) 19025 : cluster 0 pgmap v14225: 33 pgs: 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:44:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:57 smithi022 bash[28554]: cluster 2023-12-07T17:44:55.513136+0000 mgr.a (mgr.24293) 19026 : cluster 0 pgmap v14226: 33 pgs: 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:44:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:57 smithi044 bash[32620]: cluster 2023-12-07T17:44:55.513136+0000 mgr.a (mgr.24293) 19026 : cluster 0 pgmap v14226: 33 pgs: 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:44:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:57 smithi027 bash[31536]: cluster 2023-12-07T17:44:55.513136+0000 mgr.a (mgr.24293) 19026 : cluster 0 pgmap v14226: 33 pgs: 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:44:57.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:44:57.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:57.619 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:58.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:44:58.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:58.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:58.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:58.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:44:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:59 smithi022 bash[28554]: cluster 2023-12-07T17:44:57.513888+0000 mgr.a (mgr.24293) 19027 : cluster 0 pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:44:59 smithi022 bash[28554]: audit 2023-12-07T17:44:58.024769+0000 mgr.a (mgr.24293) 19028 : audit 0 from='client.376626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:59 smithi044 bash[32620]: cluster 2023-12-07T17:44:57.513888+0000 mgr.a (mgr.24293) 19027 : cluster 0 pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:44:59 smithi044 bash[32620]: audit 2023-12-07T17:44:58.024769+0000 mgr.a (mgr.24293) 19028 : audit 0 from='client.376626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:59 smithi027 bash[31536]: cluster 2023-12-07T17:44:57.513888+0000 mgr.a (mgr.24293) 19027 : cluster 0 pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:44:59 smithi027 bash[31536]: audit 2023-12-07T17:44:58.024769+0000 mgr.a (mgr.24293) 19028 : audit 0 from='client.376626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:01 smithi022 bash[28554]: cluster 2023-12-07T17:44:59.514581+0000 mgr.a (mgr.24293) 19029 : cluster 0 pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:01 smithi044 bash[32620]: cluster 2023-12-07T17:44:59.514581+0000 mgr.a (mgr.24293) 19029 : cluster 0 pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:01 smithi027 bash[31536]: cluster 2023-12-07T17:44:59.514581+0000 mgr.a (mgr.24293) 19029 : cluster 0 pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:03 smithi022 bash[28554]: cluster 2023-12-07T17:45:01.515556+0000 mgr.a (mgr.24293) 19030 : cluster 0 pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:03 smithi044 bash[32620]: cluster 2023-12-07T17:45:01.515556+0000 mgr.a (mgr.24293) 19030 : cluster 0 pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:03 smithi027 bash[31536]: cluster 2023-12-07T17:45:01.515556+0000 mgr.a (mgr.24293) 19030 : cluster 0 pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:03.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:03.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:03.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:04.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:04.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:04.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:04.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:04.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:05 smithi022 bash[28554]: cluster 2023-12-07T17:45:03.516246+0000 mgr.a (mgr.24293) 19031 : cluster 0 pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:05 smithi022 bash[28554]: audit 2023-12-07T17:45:03.971648+0000 mgr.a (mgr.24293) 19032 : audit 0 from='client.376698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:05 smithi022 bash[28554]: audit 2023-12-07T17:45:04.836650+0000 mon.a (mon.0) 3068 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:05 smithi044 bash[32620]: cluster 2023-12-07T17:45:03.516246+0000 mgr.a (mgr.24293) 19031 : cluster 0 pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:05 smithi044 bash[32620]: audit 2023-12-07T17:45:03.971648+0000 mgr.a (mgr.24293) 19032 : audit 0 from='client.376698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:05 smithi044 bash[32620]: audit 2023-12-07T17:45:04.836650+0000 mon.a (mon.0) 3068 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:05 smithi027 bash[31536]: cluster 2023-12-07T17:45:03.516246+0000 mgr.a (mgr.24293) 19031 : cluster 0 pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:05 smithi027 bash[31536]: audit 2023-12-07T17:45:03.971648+0000 mgr.a (mgr.24293) 19032 : audit 0 from='client.376698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:05 smithi027 bash[31536]: audit 2023-12-07T17:45:04.836650+0000 mon.a (mon.0) 3068 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:05.367444+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:05.372573+0000 mon.a (mon.0) 3070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:05.377597+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:05.383178+0000 mon.a (mon.0) 3072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: cluster 2023-12-07T17:45:05.517052+0000 mgr.a (mgr.24293) 19033 : cluster 0 pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:06.108067+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:06.109548+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:06 smithi022 bash[28554]: audit 2023-12-07T17:45:06.118774+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:05.367444+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:05.372573+0000 mon.a (mon.0) 3070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:05.377597+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:05.383178+0000 mon.a (mon.0) 3072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: cluster 2023-12-07T17:45:05.517052+0000 mgr.a (mgr.24293) 19033 : cluster 0 pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:06.108067+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:06.109548+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:06 smithi044 bash[32620]: audit 2023-12-07T17:45:06.118774+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:05.367444+0000 mon.a (mon.0) 3069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:05.372573+0000 mon.a (mon.0) 3070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:05.377597+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:05.383178+0000 mon.a (mon.0) 3072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:06.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: cluster 2023-12-07T17:45:05.517052+0000 mgr.a (mgr.24293) 19033 : cluster 0 pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:06.108067+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:06.109548+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:06 smithi027 bash[31536]: audit 2023-12-07T17:45:06.118774+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:45:09.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:08 smithi022 bash[28554]: cluster 2023-12-07T17:45:07.517625+0000 mgr.a (mgr.24293) 19034 : cluster 0 pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:09.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:08 smithi044 bash[32620]: cluster 2023-12-07T17:45:07.517625+0000 mgr.a (mgr.24293) 19034 : cluster 0 pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:08 smithi027 bash[31536]: cluster 2023-12-07T17:45:07.517625+0000 mgr.a (mgr.24293) 19034 : cluster 0 pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:09.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:09.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:09.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:10.474 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:10.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:10.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:10.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:10.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:10 smithi022 bash[28554]: cluster 2023-12-07T17:45:09.518185+0000 mgr.a (mgr.24293) 19035 : cluster 0 pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:11.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:10 smithi022 bash[28554]: audit 2023-12-07T17:45:09.934905+0000 mgr.a (mgr.24293) 19036 : audit 0 from='client.376773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:11.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:10 smithi044 bash[32620]: cluster 2023-12-07T17:45:09.518185+0000 mgr.a (mgr.24293) 19035 : cluster 0 pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:11.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:10 smithi044 bash[32620]: audit 2023-12-07T17:45:09.934905+0000 mgr.a (mgr.24293) 19036 : audit 0 from='client.376773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:10 smithi027 bash[31536]: cluster 2023-12-07T17:45:09.518185+0000 mgr.a (mgr.24293) 19035 : cluster 0 pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:10 smithi027 bash[31536]: audit 2023-12-07T17:45:09.934905+0000 mgr.a (mgr.24293) 19036 : audit 0 from='client.376773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:13.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:12 smithi022 bash[28554]: cluster 2023-12-07T17:45:11.519251+0000 mgr.a (mgr.24293) 19037 : cluster 0 pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:45:13.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:12 smithi044 bash[32620]: cluster 2023-12-07T17:45:11.519251+0000 mgr.a (mgr.24293) 19037 : cluster 0 pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:45:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:12 smithi027 bash[31536]: cluster 2023-12-07T17:45:11.519251+0000 mgr.a (mgr.24293) 19037 : cluster 0 pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:45:15.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:14 smithi022 bash[28554]: cluster 2023-12-07T17:45:13.519895+0000 mgr.a (mgr.24293) 19038 : cluster 0 pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:15.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:14 smithi044 bash[32620]: cluster 2023-12-07T17:45:13.519895+0000 mgr.a (mgr.24293) 19038 : cluster 0 pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:15.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:14 smithi027 bash[31536]: cluster 2023-12-07T17:45:13.519895+0000 mgr.a (mgr.24293) 19038 : cluster 0 pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:15.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:15.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:15.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:16.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:16.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:16.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:16.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:16.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:16 smithi022 bash[28554]: cluster 2023-12-07T17:45:15.520666+0000 mgr.a (mgr.24293) 19039 : cluster 0 pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:17.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:16 smithi022 bash[28554]: audit 2023-12-07T17:45:15.884396+0000 mgr.a (mgr.24293) 19040 : audit 0 from='client.376842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:16 smithi044 bash[32620]: cluster 2023-12-07T17:45:15.520666+0000 mgr.a (mgr.24293) 19039 : cluster 0 pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:17.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:16 smithi044 bash[32620]: audit 2023-12-07T17:45:15.884396+0000 mgr.a (mgr.24293) 19040 : audit 0 from='client.376842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:16 smithi027 bash[31536]: cluster 2023-12-07T17:45:15.520666+0000 mgr.a (mgr.24293) 19039 : cluster 0 pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:17.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:16 smithi027 bash[31536]: audit 2023-12-07T17:45:15.884396+0000 mgr.a (mgr.24293) 19040 : audit 0 from='client.376842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:18 smithi022 bash[28554]: cluster 2023-12-07T17:45:17.521423+0000 mgr.a (mgr.24293) 19041 : cluster 0 pgmap v14237: 33 pgs: 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:19.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:18 smithi044 bash[32620]: cluster 2023-12-07T17:45:17.521423+0000 mgr.a (mgr.24293) 19041 : cluster 0 pgmap v14237: 33 pgs: 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:19.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:18 smithi027 bash[31536]: cluster 2023-12-07T17:45:17.521423+0000 mgr.a (mgr.24293) 19041 : cluster 0 pgmap v14237: 33 pgs: 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:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:20 smithi022 bash[28554]: cluster 2023-12-07T17:45:19.522104+0000 mgr.a (mgr.24293) 19042 : cluster 0 pgmap v14238: 33 pgs: 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:21.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:20 smithi044 bash[32620]: cluster 2023-12-07T17:45:19.522104+0000 mgr.a (mgr.24293) 19042 : cluster 0 pgmap v14238: 33 pgs: 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:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:20 smithi027 bash[31536]: cluster 2023-12-07T17:45:19.522104+0000 mgr.a (mgr.24293) 19042 : cluster 0 pgmap v14238: 33 pgs: 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:21.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:21.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:21.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:22.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:22.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:22.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:22.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:22.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:22 smithi022 bash[28554]: cluster 2023-12-07T17:45:21.523073+0000 mgr.a (mgr.24293) 19043 : cluster 0 pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:22 smithi022 bash[28554]: audit 2023-12-07T17:45:21.799651+0000 mgr.a (mgr.24293) 19044 : audit 0 from='client.376920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:22 smithi044 bash[32620]: cluster 2023-12-07T17:45:21.523073+0000 mgr.a (mgr.24293) 19043 : cluster 0 pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:22 smithi044 bash[32620]: audit 2023-12-07T17:45:21.799651+0000 mgr.a (mgr.24293) 19044 : audit 0 from='client.376920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:22 smithi027 bash[31536]: cluster 2023-12-07T17:45:21.523073+0000 mgr.a (mgr.24293) 19043 : cluster 0 pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:22 smithi027 bash[31536]: audit 2023-12-07T17:45:21.799651+0000 mgr.a (mgr.24293) 19044 : audit 0 from='client.376920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:25.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:24 smithi022 bash[28554]: cluster 2023-12-07T17:45:23.523830+0000 mgr.a (mgr.24293) 19045 : cluster 0 pgmap v14240: 33 pgs: 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:45:25.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:24 smithi044 bash[32620]: cluster 2023-12-07T17:45:23.523830+0000 mgr.a (mgr.24293) 19045 : cluster 0 pgmap v14240: 33 pgs: 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:45:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:24 smithi027 bash[31536]: cluster 2023-12-07T17:45:23.523830+0000 mgr.a (mgr.24293) 19045 : cluster 0 pgmap v14240: 33 pgs: 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:45:27.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:26 smithi022 bash[28554]: cluster 2023-12-07T17:45:25.524648+0000 mgr.a (mgr.24293) 19046 : cluster 0 pgmap v14241: 33 pgs: 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:45:27.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:26 smithi044 bash[32620]: cluster 2023-12-07T17:45:25.524648+0000 mgr.a (mgr.24293) 19046 : cluster 0 pgmap v14241: 33 pgs: 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:45:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:26 smithi027 bash[31536]: cluster 2023-12-07T17:45:25.524648+0000 mgr.a (mgr.24293) 19046 : cluster 0 pgmap v14241: 33 pgs: 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:45:27.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:27.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:27.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:28.268 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:28.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:28.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:28.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:28.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:28 smithi022 bash[28554]: cluster 2023-12-07T17:45:27.525186+0000 mgr.a (mgr.24293) 19047 : cluster 0 pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:28 smithi022 bash[28554]: audit 2023-12-07T17:45:27.742910+0000 mgr.a (mgr.24293) 19048 : audit 0 from='client.298262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:29.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:28 smithi044 bash[32620]: cluster 2023-12-07T17:45:27.525186+0000 mgr.a (mgr.24293) 19047 : cluster 0 pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:28 smithi044 bash[32620]: audit 2023-12-07T17:45:27.742910+0000 mgr.a (mgr.24293) 19048 : audit 0 from='client.298262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:28 smithi027 bash[31536]: cluster 2023-12-07T17:45:27.525186+0000 mgr.a (mgr.24293) 19047 : cluster 0 pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:28 smithi027 bash[31536]: audit 2023-12-07T17:45:27.742910+0000 mgr.a (mgr.24293) 19048 : audit 0 from='client.298262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:31.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:30 smithi022 bash[28554]: cluster 2023-12-07T17:45:29.525935+0000 mgr.a (mgr.24293) 19049 : cluster 0 pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:31.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:30 smithi044 bash[32620]: cluster 2023-12-07T17:45:29.525935+0000 mgr.a (mgr.24293) 19049 : cluster 0 pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:30 smithi027 bash[31536]: cluster 2023-12-07T17:45:29.525935+0000 mgr.a (mgr.24293) 19049 : cluster 0 pgmap v14243: 33 pgs: 33 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.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:32 smithi022 bash[28554]: cluster 2023-12-07T17:45:31.526757+0000 mgr.a (mgr.24293) 19050 : cluster 0 pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:33.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:32 smithi044 bash[32620]: cluster 2023-12-07T17:45:31.526757+0000 mgr.a (mgr.24293) 19050 : cluster 0 pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:33.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:32 smithi027 bash[31536]: cluster 2023-12-07T17:45:31.526757+0000 mgr.a (mgr.24293) 19050 : cluster 0 pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:33.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:33.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:33.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:34.191 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:34.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:34.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:34.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:34.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:34 smithi022 bash[28554]: cluster 2023-12-07T17:45:33.527295+0000 mgr.a (mgr.24293) 19051 : cluster 0 pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:35.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:34 smithi022 bash[28554]: audit 2023-12-07T17:45:33.676884+0000 mgr.a (mgr.24293) 19052 : audit 0 from='client.377064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:35.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:34 smithi044 bash[32620]: cluster 2023-12-07T17:45:33.527295+0000 mgr.a (mgr.24293) 19051 : cluster 0 pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:35.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:34 smithi044 bash[32620]: audit 2023-12-07T17:45:33.676884+0000 mgr.a (mgr.24293) 19052 : audit 0 from='client.377064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:34 smithi027 bash[31536]: cluster 2023-12-07T17:45:33.527295+0000 mgr.a (mgr.24293) 19051 : cluster 0 pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:35.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:34 smithi027 bash[31536]: audit 2023-12-07T17:45:33.676884+0000 mgr.a (mgr.24293) 19052 : audit 0 from='client.377064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:37.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:36 smithi022 bash[28554]: cluster 2023-12-07T17:45:35.528259+0000 mgr.a (mgr.24293) 19053 : cluster 0 pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:37.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:36 smithi044 bash[32620]: cluster 2023-12-07T17:45:35.528259+0000 mgr.a (mgr.24293) 19053 : cluster 0 pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:37.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:36 smithi027 bash[31536]: cluster 2023-12-07T17:45:35.528259+0000 mgr.a (mgr.24293) 19053 : cluster 0 pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:39.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:38 smithi022 bash[28554]: cluster 2023-12-07T17:45:37.528865+0000 mgr.a (mgr.24293) 19054 : cluster 0 pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:39.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:38 smithi044 bash[32620]: cluster 2023-12-07T17:45:37.528865+0000 mgr.a (mgr.24293) 19054 : cluster 0 pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:39.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:39.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:39.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:39.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:38 smithi027 bash[31536]: cluster 2023-12-07T17:45:37.528865+0000 mgr.a (mgr.24293) 19054 : cluster 0 pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:40.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:40.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:40.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:40.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:40.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:40 smithi022 bash[28554]: cluster 2023-12-07T17:45:39.529402+0000 mgr.a (mgr.24293) 19055 : cluster 0 pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:41.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:40 smithi022 bash[28554]: audit 2023-12-07T17:45:39.599642+0000 mgr.a (mgr.24293) 19056 : audit 0 from='client.306199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:41.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:40 smithi044 bash[32620]: cluster 2023-12-07T17:45:39.529402+0000 mgr.a (mgr.24293) 19055 : cluster 0 pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:41.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:40 smithi044 bash[32620]: audit 2023-12-07T17:45:39.599642+0000 mgr.a (mgr.24293) 19056 : audit 0 from='client.306199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:40 smithi027 bash[31536]: cluster 2023-12-07T17:45:39.529402+0000 mgr.a (mgr.24293) 19055 : cluster 0 pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:40 smithi027 bash[31536]: audit 2023-12-07T17:45:39.599642+0000 mgr.a (mgr.24293) 19056 : audit 0 from='client.306199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:43.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:42 smithi022 bash[28554]: cluster 2023-12-07T17:45:41.530514+0000 mgr.a (mgr.24293) 19057 : cluster 0 pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:42 smithi044 bash[32620]: cluster 2023-12-07T17:45:41.530514+0000 mgr.a (mgr.24293) 19057 : cluster 0 pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:42 smithi027 bash[31536]: cluster 2023-12-07T17:45:41.530514+0000 mgr.a (mgr.24293) 19057 : cluster 0 pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:45.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:45.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:45.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:45.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:44 smithi027 bash[31536]: cluster 2023-12-07T17:45:43.531275+0000 mgr.a (mgr.24293) 19058 : cluster 0 pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:44 smithi022 bash[28554]: cluster 2023-12-07T17:45:43.531275+0000 mgr.a (mgr.24293) 19058 : cluster 0 pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:44 smithi044 bash[32620]: cluster 2023-12-07T17:45:43.531275+0000 mgr.a (mgr.24293) 19058 : cluster 0 pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:46.105 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:46.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:46.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:46 smithi027 bash[31536]: cluster 2023-12-07T17:45:45.532034+0000 mgr.a (mgr.24293) 19059 : cluster 0 pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:47.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:46 smithi027 bash[31536]: audit 2023-12-07T17:45:45.535767+0000 mgr.a (mgr.24293) 19060 : audit 0 from='client.377211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:46 smithi022 bash[28554]: cluster 2023-12-07T17:45:45.532034+0000 mgr.a (mgr.24293) 19059 : cluster 0 pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:46 smithi022 bash[28554]: audit 2023-12-07T17:45:45.535767+0000 mgr.a (mgr.24293) 19060 : audit 0 from='client.377211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:46 smithi044 bash[32620]: cluster 2023-12-07T17:45:45.532034+0000 mgr.a (mgr.24293) 19059 : cluster 0 pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:46 smithi044 bash[32620]: audit 2023-12-07T17:45:45.535767+0000 mgr.a (mgr.24293) 19060 : audit 0 from='client.377211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:49.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:48 smithi027 bash[31536]: cluster 2023-12-07T17:45:47.532705+0000 mgr.a (mgr.24293) 19061 : cluster 0 pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:48 smithi022 bash[28554]: cluster 2023-12-07T17:45:47.532705+0000 mgr.a (mgr.24293) 19061 : cluster 0 pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:48 smithi044 bash[32620]: cluster 2023-12-07T17:45:47.532705+0000 mgr.a (mgr.24293) 19061 : cluster 0 pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:51.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:51.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:51.109 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:51.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:50 smithi027 bash[31536]: cluster 2023-12-07T17:45:49.533297+0000 mgr.a (mgr.24293) 19062 : cluster 0 pgmap v14253: 33 pgs: 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:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:50 smithi022 bash[28554]: cluster 2023-12-07T17:45:49.533297+0000 mgr.a (mgr.24293) 19062 : cluster 0 pgmap v14253: 33 pgs: 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:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:50 smithi044 bash[32620]: cluster 2023-12-07T17:45:49.533297+0000 mgr.a (mgr.24293) 19062 : cluster 0 pgmap v14253: 33 pgs: 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:52.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:52.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:52.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:52.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:52.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:53.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:52 smithi027 bash[31536]: audit 2023-12-07T17:45:51.520837+0000 mgr.a (mgr.24293) 19063 : audit 0 from='client.377289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:53.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:52 smithi027 bash[31536]: cluster 2023-12-07T17:45:51.535720+0000 mgr.a (mgr.24293) 19064 : cluster 0 pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:52 smithi022 bash[28554]: audit 2023-12-07T17:45:51.520837+0000 mgr.a (mgr.24293) 19063 : audit 0 from='client.377289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:52 smithi022 bash[28554]: cluster 2023-12-07T17:45:51.535720+0000 mgr.a (mgr.24293) 19064 : cluster 0 pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:52 smithi044 bash[32620]: audit 2023-12-07T17:45:51.520837+0000 mgr.a (mgr.24293) 19063 : audit 0 from='client.377289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:52 smithi044 bash[32620]: cluster 2023-12-07T17:45:51.535720+0000 mgr.a (mgr.24293) 19064 : cluster 0 pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:55.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:54 smithi027 bash[31536]: cluster 2023-12-07T17:45:53.536550+0000 mgr.a (mgr.24293) 19065 : cluster 0 pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:54 smithi022 bash[28554]: cluster 2023-12-07T17:45:53.536550+0000 mgr.a (mgr.24293) 19065 : cluster 0 pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:54 smithi044 bash[32620]: cluster 2023-12-07T17:45:53.536550+0000 mgr.a (mgr.24293) 19065 : cluster 0 pgmap v14255: 33 pgs: 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:57.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:45:57.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:57.053 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:56 smithi022 bash[28554]: cluster 2023-12-07T17:45:55.537372+0000 mgr.a (mgr.24293) 19066 : cluster 0 pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:56 smithi044 bash[32620]: cluster 2023-12-07T17:45:55.537372+0000 mgr.a (mgr.24293) 19066 : cluster 0 pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:56 smithi027 bash[31536]: cluster 2023-12-07T17:45:55.537372+0000 mgr.a (mgr.24293) 19066 : cluster 0 pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:57.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:45:57.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:57.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:57.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:57.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:45:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:58 smithi022 bash[28554]: audit 2023-12-07T17:45:57.461253+0000 mgr.a (mgr.24293) 19067 : audit 0 from='client.377367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:45:58 smithi022 bash[28554]: cluster 2023-12-07T17:45:57.537794+0000 mgr.a (mgr.24293) 19068 : cluster 0 pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:58 smithi044 bash[32620]: audit 2023-12-07T17:45:57.461253+0000 mgr.a (mgr.24293) 19067 : audit 0 from='client.377367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:45:58 smithi044 bash[32620]: cluster 2023-12-07T17:45:57.537794+0000 mgr.a (mgr.24293) 19068 : cluster 0 pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:58 smithi027 bash[31536]: audit 2023-12-07T17:45:57.461253+0000 mgr.a (mgr.24293) 19067 : audit 0 from='client.377367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:45:58 smithi027 bash[31536]: cluster 2023-12-07T17:45:57.537794+0000 mgr.a (mgr.24293) 19068 : cluster 0 pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:00 smithi022 bash[28554]: cluster 2023-12-07T17:45:59.538371+0000 mgr.a (mgr.24293) 19069 : cluster 0 pgmap v14258: 33 pgs: 33 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:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:00 smithi044 bash[32620]: cluster 2023-12-07T17:45:59.538371+0000 mgr.a (mgr.24293) 19069 : cluster 0 pgmap v14258: 33 pgs: 33 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:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:00 smithi027 bash[31536]: cluster 2023-12-07T17:45:59.538371+0000 mgr.a (mgr.24293) 19069 : cluster 0 pgmap v14258: 33 pgs: 33 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.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:02.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:02.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:02 smithi022 bash[28554]: cluster 2023-12-07T17:46:01.539209+0000 mgr.a (mgr.24293) 19070 : cluster 0 pgmap v14259: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:02 smithi044 bash[32620]: cluster 2023-12-07T17:46:01.539209+0000 mgr.a (mgr.24293) 19070 : cluster 0 pgmap v14259: 33 pgs: 33 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:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:02 smithi027 bash[31536]: cluster 2023-12-07T17:46:01.539209+0000 mgr.a (mgr.24293) 19070 : cluster 0 pgmap v14259: 33 pgs: 33 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:03.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:03.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:03.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:03.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:03.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:04 smithi022 bash[28554]: audit 2023-12-07T17:46:03.385825+0000 mgr.a (mgr.24293) 19071 : audit 0 from='client.377442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:04 smithi022 bash[28554]: cluster 2023-12-07T17:46:03.540086+0000 mgr.a (mgr.24293) 19072 : cluster 0 pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:04 smithi044 bash[32620]: audit 2023-12-07T17:46:03.385825+0000 mgr.a (mgr.24293) 19071 : audit 0 from='client.377442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:04 smithi044 bash[32620]: cluster 2023-12-07T17:46:03.540086+0000 mgr.a (mgr.24293) 19072 : cluster 0 pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:04 smithi027 bash[31536]: audit 2023-12-07T17:46:03.385825+0000 mgr.a (mgr.24293) 19071 : audit 0 from='client.377442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:04 smithi027 bash[31536]: cluster 2023-12-07T17:46:03.540086+0000 mgr.a (mgr.24293) 19072 : cluster 0 pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:06 smithi022 bash[28554]: cluster 2023-12-07T17:46:05.540980+0000 mgr.a (mgr.24293) 19073 : cluster 0 pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:06 smithi022 bash[28554]: audit 2023-12-07T17:46:06.222099+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:06 smithi022 bash[28554]: audit 2023-12-07T17:46:06.960350+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:06 smithi022 bash[28554]: audit 2023-12-07T17:46:06.962149+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:06 smithi022 bash[28554]: audit 2023-12-07T17:46:06.970938+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:06 smithi044 bash[32620]: cluster 2023-12-07T17:46:05.540980+0000 mgr.a (mgr.24293) 19073 : cluster 0 pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:06 smithi044 bash[32620]: audit 2023-12-07T17:46:06.222099+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:06 smithi044 bash[32620]: audit 2023-12-07T17:46:06.960350+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:06 smithi044 bash[32620]: audit 2023-12-07T17:46:06.962149+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:07.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:06 smithi044 bash[32620]: audit 2023-12-07T17:46:06.970938+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:46:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:06 smithi027 bash[31536]: cluster 2023-12-07T17:46:05.540980+0000 mgr.a (mgr.24293) 19073 : cluster 0 pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:06 smithi027 bash[31536]: audit 2023-12-07T17:46:06.222099+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:07.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:06 smithi027 bash[31536]: audit 2023-12-07T17:46:06.960350+0000 mon.a (mon.0) 3077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:07.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:06 smithi027 bash[31536]: audit 2023-12-07T17:46:06.962149+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:07.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:06 smithi027 bash[31536]: audit 2023-12-07T17:46:06.970938+0000 mon.a (mon.0) 3079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:46:08.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:08.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:08.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:08 smithi022 bash[28554]: cluster 2023-12-07T17:46:07.541545+0000 mgr.a (mgr.24293) 19074 : cluster 0 pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:08 smithi044 bash[32620]: cluster 2023-12-07T17:46:07.541545+0000 mgr.a (mgr.24293) 19074 : cluster 0 pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:08 smithi027 bash[31536]: cluster 2023-12-07T17:46:07.541545+0000 mgr.a (mgr.24293) 19074 : cluster 0 pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:09.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:09.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:09.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:09.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:09.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:10 smithi022 bash[28554]: audit 2023-12-07T17:46:09.326385+0000 mgr.a (mgr.24293) 19075 : audit 0 from='client.377514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:11.463 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:10 smithi022 bash[28554]: cluster 2023-12-07T17:46:09.541999+0000 mgr.a (mgr.24293) 19076 : cluster 0 pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:11.463 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:10 smithi027 bash[31536]: audit 2023-12-07T17:46:09.326385+0000 mgr.a (mgr.24293) 19075 : audit 0 from='client.377514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:11.464 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:10 smithi027 bash[31536]: cluster 2023-12-07T17:46:09.541999+0000 mgr.a (mgr.24293) 19076 : cluster 0 pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:11.464 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:10 smithi044 bash[32620]: audit 2023-12-07T17:46:09.326385+0000 mgr.a (mgr.24293) 19075 : audit 0 from='client.377514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:11.464 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:10 smithi044 bash[32620]: cluster 2023-12-07T17:46:09.541999+0000 mgr.a (mgr.24293) 19076 : cluster 0 pgmap v14263: 33 pgs: 33 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:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:12 smithi022 bash[28554]: cluster 2023-12-07T17:46:11.542877+0000 mgr.a (mgr.24293) 19077 : cluster 0 pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:12 smithi044 bash[32620]: cluster 2023-12-07T17:46:11.542877+0000 mgr.a (mgr.24293) 19077 : cluster 0 pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:12 smithi027 bash[31536]: cluster 2023-12-07T17:46:11.542877+0000 mgr.a (mgr.24293) 19077 : cluster 0 pgmap v14264: 33 pgs: 33 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:14.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:14.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:14.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:14 smithi022 bash[28554]: cluster 2023-12-07T17:46:13.543495+0000 mgr.a (mgr.24293) 19078 : cluster 0 pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:14 smithi044 bash[32620]: cluster 2023-12-07T17:46:13.543495+0000 mgr.a (mgr.24293) 19078 : cluster 0 pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:14 smithi027 bash[31536]: cluster 2023-12-07T17:46:13.543495+0000 mgr.a (mgr.24293) 19078 : cluster 0 pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:15.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:15.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:15.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:15.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:15.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:16 smithi022 bash[28554]: audit 2023-12-07T17:46:15.254615+0000 mgr.a (mgr.24293) 19079 : audit 0 from='client.377589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:16 smithi022 bash[28554]: cluster 2023-12-07T17:46:15.544614+0000 mgr.a (mgr.24293) 19080 : cluster 0 pgmap v14266: 33 pgs: 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:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:16 smithi044 bash[32620]: audit 2023-12-07T17:46:15.254615+0000 mgr.a (mgr.24293) 19079 : audit 0 from='client.377589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:16 smithi044 bash[32620]: cluster 2023-12-07T17:46:15.544614+0000 mgr.a (mgr.24293) 19080 : cluster 0 pgmap v14266: 33 pgs: 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:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:16 smithi027 bash[31536]: audit 2023-12-07T17:46:15.254615+0000 mgr.a (mgr.24293) 19079 : audit 0 from='client.377589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:16 smithi027 bash[31536]: cluster 2023-12-07T17:46:15.544614+0000 mgr.a (mgr.24293) 19080 : cluster 0 pgmap v14266: 33 pgs: 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:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:18 smithi022 bash[28554]: cluster 2023-12-07T17:46:17.545312+0000 mgr.a (mgr.24293) 19081 : cluster 0 pgmap v14267: 33 pgs: 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:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:19 smithi044 bash[32620]: cluster 2023-12-07T17:46:17.545312+0000 mgr.a (mgr.24293) 19081 : cluster 0 pgmap v14267: 33 pgs: 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:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:19 smithi027 bash[31536]: cluster 2023-12-07T17:46:17.545312+0000 mgr.a (mgr.24293) 19081 : cluster 0 pgmap v14267: 33 pgs: 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:20.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:20.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:20.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:21 smithi022 bash[28554]: cluster 2023-12-07T17:46:19.545914+0000 mgr.a (mgr.24293) 19082 : cluster 0 pgmap v14268: 33 pgs: 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:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:21 smithi044 bash[32620]: cluster 2023-12-07T17:46:19.545914+0000 mgr.a (mgr.24293) 19082 : cluster 0 pgmap v14268: 33 pgs: 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:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:21 smithi027 bash[31536]: cluster 2023-12-07T17:46:19.545914+0000 mgr.a (mgr.24293) 19082 : cluster 0 pgmap v14268: 33 pgs: 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:21.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:21.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:23 smithi022 bash[28554]: audit 2023-12-07T17:46:21.206669+0000 mgr.a (mgr.24293) 19083 : audit 0 from='client.377664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:23.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:23 smithi022 bash[28554]: cluster 2023-12-07T17:46:21.546992+0000 mgr.a (mgr.24293) 19084 : cluster 0 pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:23 smithi044 bash[32620]: audit 2023-12-07T17:46:21.206669+0000 mgr.a (mgr.24293) 19083 : audit 0 from='client.377664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:23 smithi044 bash[32620]: cluster 2023-12-07T17:46:21.546992+0000 mgr.a (mgr.24293) 19084 : cluster 0 pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:23 smithi027 bash[31536]: audit 2023-12-07T17:46:21.206669+0000 mgr.a (mgr.24293) 19083 : audit 0 from='client.377664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:23 smithi027 bash[31536]: cluster 2023-12-07T17:46:21.546992+0000 mgr.a (mgr.24293) 19084 : cluster 0 pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:25 smithi022 bash[28554]: cluster 2023-12-07T17:46:23.547745+0000 mgr.a (mgr.24293) 19085 : cluster 0 pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:25 smithi044 bash[32620]: cluster 2023-12-07T17:46:23.547745+0000 mgr.a (mgr.24293) 19085 : cluster 0 pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:25 smithi027 bash[31536]: cluster 2023-12-07T17:46:23.547745+0000 mgr.a (mgr.24293) 19085 : cluster 0 pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:26.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:26.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:26.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:27 smithi022 bash[28554]: cluster 2023-12-07T17:46:25.548576+0000 mgr.a (mgr.24293) 19086 : cluster 0 pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:27 smithi044 bash[32620]: cluster 2023-12-07T17:46:25.548576+0000 mgr.a (mgr.24293) 19086 : cluster 0 pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:27 smithi027 bash[31536]: cluster 2023-12-07T17:46:25.548576+0000 mgr.a (mgr.24293) 19086 : cluster 0 pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:27.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:27.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:28 smithi022 bash[28554]: audit 2023-12-07T17:46:27.167892+0000 mgr.a (mgr.24293) 19087 : audit 0 from='client.306661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:28.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:28 smithi044 bash[32620]: audit 2023-12-07T17:46:27.167892+0000 mgr.a (mgr.24293) 19087 : audit 0 from='client.306661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:28.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:28 smithi027 bash[31536]: audit 2023-12-07T17:46:27.167892+0000 mgr.a (mgr.24293) 19087 : audit 0 from='client.306661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:29 smithi022 bash[28554]: cluster 2023-12-07T17:46:27.549199+0000 mgr.a (mgr.24293) 19088 : cluster 0 pgmap v14272: 33 pgs: 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:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:29 smithi044 bash[32620]: cluster 2023-12-07T17:46:27.549199+0000 mgr.a (mgr.24293) 19088 : cluster 0 pgmap v14272: 33 pgs: 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:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:29 smithi027 bash[31536]: cluster 2023-12-07T17:46:27.549199+0000 mgr.a (mgr.24293) 19088 : cluster 0 pgmap v14272: 33 pgs: 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:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:31 smithi022 bash[28554]: cluster 2023-12-07T17:46:29.549872+0000 mgr.a (mgr.24293) 19089 : cluster 0 pgmap v14273: 33 pgs: 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:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:31 smithi044 bash[32620]: cluster 2023-12-07T17:46:29.549872+0000 mgr.a (mgr.24293) 19089 : cluster 0 pgmap v14273: 33 pgs: 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:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:31 smithi027 bash[31536]: cluster 2023-12-07T17:46:29.549872+0000 mgr.a (mgr.24293) 19089 : cluster 0 pgmap v14273: 33 pgs: 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:32.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:32.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:33 smithi022 bash[28554]: cluster 2023-12-07T17:46:31.550724+0000 mgr.a (mgr.24293) 19090 : cluster 0 pgmap v14274: 33 pgs: 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:33.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:33 smithi044 bash[32620]: cluster 2023-12-07T17:46:31.550724+0000 mgr.a (mgr.24293) 19090 : cluster 0 pgmap v14274: 33 pgs: 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:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:33 smithi027 bash[31536]: cluster 2023-12-07T17:46:31.550724+0000 mgr.a (mgr.24293) 19090 : cluster 0 pgmap v14274: 33 pgs: 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:33.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:33.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:33.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:33.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:33.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:34.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:34 smithi022 bash[28554]: audit 2023-12-07T17:46:33.120665+0000 mgr.a (mgr.24293) 19091 : audit 0 from='client.377820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:34.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:34 smithi044 bash[32620]: audit 2023-12-07T17:46:33.120665+0000 mgr.a (mgr.24293) 19091 : audit 0 from='client.377820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:34.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:34 smithi027 bash[31536]: audit 2023-12-07T17:46:33.120665+0000 mgr.a (mgr.24293) 19091 : audit 0 from='client.377820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:35 smithi022 bash[28554]: cluster 2023-12-07T17:46:33.551510+0000 mgr.a (mgr.24293) 19092 : cluster 0 pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:35 smithi044 bash[32620]: cluster 2023-12-07T17:46:33.551510+0000 mgr.a (mgr.24293) 19092 : cluster 0 pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:35 smithi027 bash[31536]: cluster 2023-12-07T17:46:33.551510+0000 mgr.a (mgr.24293) 19092 : cluster 0 pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:37 smithi022 bash[28554]: cluster 2023-12-07T17:46:35.552399+0000 mgr.a (mgr.24293) 19093 : cluster 0 pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:37 smithi044 bash[32620]: cluster 2023-12-07T17:46:35.552399+0000 mgr.a (mgr.24293) 19093 : cluster 0 pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:37 smithi027 bash[31536]: cluster 2023-12-07T17:46:35.552399+0000 mgr.a (mgr.24293) 19093 : cluster 0 pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:38.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:38.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:38.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:39 smithi044 bash[32620]: cluster 2023-12-07T17:46:37.552974+0000 mgr.a (mgr.24293) 19094 : cluster 0 pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:39.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:39 smithi022 bash[28554]: cluster 2023-12-07T17:46:37.552974+0000 mgr.a (mgr.24293) 19094 : cluster 0 pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:39 smithi027 bash[31536]: cluster 2023-12-07T17:46:37.552974+0000 mgr.a (mgr.24293) 19094 : cluster 0 pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:39.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:39.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:39.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:39.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:39.598 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:40 smithi022 bash[28554]: audit 2023-12-07T17:46:39.074524+0000 mgr.a (mgr.24293) 19095 : audit 0 from='client.377898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:40.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:40 smithi044 bash[32620]: audit 2023-12-07T17:46:39.074524+0000 mgr.a (mgr.24293) 19095 : audit 0 from='client.377898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:40.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:40 smithi027 bash[31536]: audit 2023-12-07T17:46:39.074524+0000 mgr.a (mgr.24293) 19095 : audit 0 from='client.377898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:41 smithi022 bash[28554]: cluster 2023-12-07T17:46:39.553528+0000 mgr.a (mgr.24293) 19096 : cluster 0 pgmap v14278: 33 pgs: 33 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:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:41 smithi044 bash[32620]: cluster 2023-12-07T17:46:39.553528+0000 mgr.a (mgr.24293) 19096 : cluster 0 pgmap v14278: 33 pgs: 33 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:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:41 smithi027 bash[31536]: cluster 2023-12-07T17:46:39.553528+0000 mgr.a (mgr.24293) 19096 : cluster 0 pgmap v14278: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:43 smithi022 bash[28554]: cluster 2023-12-07T17:46:41.554360+0000 mgr.a (mgr.24293) 19097 : cluster 0 pgmap v14279: 33 pgs: 33 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:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:43 smithi044 bash[32620]: cluster 2023-12-07T17:46:41.554360+0000 mgr.a (mgr.24293) 19097 : cluster 0 pgmap v14279: 33 pgs: 33 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:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:43 smithi027 bash[31536]: cluster 2023-12-07T17:46:41.554360+0000 mgr.a (mgr.24293) 19097 : cluster 0 pgmap v14279: 33 pgs: 33 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:44.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:44.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:44.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:45 smithi022 bash[28554]: cluster 2023-12-07T17:46:43.554945+0000 mgr.a (mgr.24293) 19098 : cluster 0 pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:45 smithi044 bash[32620]: cluster 2023-12-07T17:46:43.554945+0000 mgr.a (mgr.24293) 19098 : cluster 0 pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:45.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:45 smithi027 bash[31536]: cluster 2023-12-07T17:46:43.554945+0000 mgr.a (mgr.24293) 19098 : cluster 0 pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:45.549 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:45.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:45.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:45.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:45.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:46 smithi022 bash[28554]: audit 2023-12-07T17:46:45.013738+0000 mgr.a (mgr.24293) 19099 : audit 0 from='client.377976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:46.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:46 smithi044 bash[32620]: audit 2023-12-07T17:46:45.013738+0000 mgr.a (mgr.24293) 19099 : audit 0 from='client.377976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:46.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:46 smithi027 bash[31536]: audit 2023-12-07T17:46:45.013738+0000 mgr.a (mgr.24293) 19099 : audit 0 from='client.377976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:47 smithi022 bash[28554]: cluster 2023-12-07T17:46:45.555945+0000 mgr.a (mgr.24293) 19100 : cluster 0 pgmap v14281: 33 pgs: 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:46:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:47 smithi044 bash[32620]: cluster 2023-12-07T17:46:45.555945+0000 mgr.a (mgr.24293) 19100 : cluster 0 pgmap v14281: 33 pgs: 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:46:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:47 smithi027 bash[31536]: cluster 2023-12-07T17:46:45.555945+0000 mgr.a (mgr.24293) 19100 : cluster 0 pgmap v14281: 33 pgs: 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:46:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:49 smithi022 bash[28554]: cluster 2023-12-07T17:46:47.556516+0000 mgr.a (mgr.24293) 19101 : cluster 0 pgmap v14282: 33 pgs: 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:46:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:49 smithi044 bash[32620]: cluster 2023-12-07T17:46:47.556516+0000 mgr.a (mgr.24293) 19101 : cluster 0 pgmap v14282: 33 pgs: 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:46:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:49 smithi027 bash[31536]: cluster 2023-12-07T17:46:47.556516+0000 mgr.a (mgr.24293) 19101 : cluster 0 pgmap v14282: 33 pgs: 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:46:50.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:50.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:50.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:51 smithi022 bash[28554]: cluster 2023-12-07T17:46:49.557077+0000 mgr.a (mgr.24293) 19102 : cluster 0 pgmap v14283: 33 pgs: 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:46:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:51 smithi044 bash[32620]: cluster 2023-12-07T17:46:49.557077+0000 mgr.a (mgr.24293) 19102 : cluster 0 pgmap v14283: 33 pgs: 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:46:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:51 smithi027 bash[31536]: cluster 2023-12-07T17:46:49.557077+0000 mgr.a (mgr.24293) 19102 : cluster 0 pgmap v14283: 33 pgs: 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:46:51.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:51.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:51.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:51.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:51.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:52.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:52 smithi022 bash[28554]: audit 2023-12-07T17:46:50.962691+0000 mgr.a (mgr.24293) 19103 : audit 0 from='client.378054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:52.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:52 smithi044 bash[32620]: audit 2023-12-07T17:46:50.962691+0000 mgr.a (mgr.24293) 19103 : audit 0 from='client.378054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:52.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:52 smithi027 bash[31536]: audit 2023-12-07T17:46:50.962691+0000 mgr.a (mgr.24293) 19103 : audit 0 from='client.378054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:53.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:53 smithi022 bash[28554]: cluster 2023-12-07T17:46:51.558354+0000 mgr.a (mgr.24293) 19104 : cluster 0 pgmap v14284: 33 pgs: 33 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:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:53 smithi044 bash[32620]: cluster 2023-12-07T17:46:51.558354+0000 mgr.a (mgr.24293) 19104 : cluster 0 pgmap v14284: 33 pgs: 33 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:53.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:53 smithi027 bash[31536]: cluster 2023-12-07T17:46:51.558354+0000 mgr.a (mgr.24293) 19104 : cluster 0 pgmap v14284: 33 pgs: 33 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:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:55 smithi022 bash[28554]: cluster 2023-12-07T17:46:53.559031+0000 mgr.a (mgr.24293) 19105 : cluster 0 pgmap v14285: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:55 smithi044 bash[32620]: cluster 2023-12-07T17:46:53.559031+0000 mgr.a (mgr.24293) 19105 : cluster 0 pgmap v14285: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:55 smithi027 bash[31536]: cluster 2023-12-07T17:46:53.559031+0000 mgr.a (mgr.24293) 19105 : cluster 0 pgmap v14285: 33 pgs: 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:56.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:46:56.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:56.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:57.412 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:46:57.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:57.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:57.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:57.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:46:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:57 smithi022 bash[28554]: cluster 2023-12-07T17:46:55.559832+0000 mgr.a (mgr.24293) 19106 : cluster 0 pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:57 smithi044 bash[32620]: cluster 2023-12-07T17:46:55.559832+0000 mgr.a (mgr.24293) 19106 : cluster 0 pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:57 smithi027 bash[31536]: cluster 2023-12-07T17:46:55.559832+0000 mgr.a (mgr.24293) 19106 : cluster 0 pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:58 smithi022 bash[28554]: audit 2023-12-07T17:46:56.890143+0000 mgr.a (mgr.24293) 19107 : audit 0 from='client.378126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:58 smithi044 bash[32620]: audit 2023-12-07T17:46:56.890143+0000 mgr.a (mgr.24293) 19107 : audit 0 from='client.378126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:58.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:58 smithi027 bash[31536]: audit 2023-12-07T17:46:56.890143+0000 mgr.a (mgr.24293) 19107 : audit 0 from='client.378126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:46:59 smithi022 bash[28554]: cluster 2023-12-07T17:46:57.560584+0000 mgr.a (mgr.24293) 19108 : cluster 0 pgmap v14287: 33 pgs: 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:46:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:46:59 smithi044 bash[32620]: cluster 2023-12-07T17:46:57.560584+0000 mgr.a (mgr.24293) 19108 : cluster 0 pgmap v14287: 33 pgs: 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:46:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:46:59 smithi027 bash[31536]: cluster 2023-12-07T17:46:57.560584+0000 mgr.a (mgr.24293) 19108 : cluster 0 pgmap v14287: 33 pgs: 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:47:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:01 smithi022 bash[28554]: cluster 2023-12-07T17:46:59.561216+0000 mgr.a (mgr.24293) 19109 : cluster 0 pgmap v14288: 33 pgs: 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:47:01.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:01 smithi044 bash[32620]: cluster 2023-12-07T17:46:59.561216+0000 mgr.a (mgr.24293) 19109 : cluster 0 pgmap v14288: 33 pgs: 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:47:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:01 smithi027 bash[31536]: cluster 2023-12-07T17:46:59.561216+0000 mgr.a (mgr.24293) 19109 : cluster 0 pgmap v14288: 33 pgs: 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:47:02.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:02.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:02.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:03.346 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:03.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:03.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:03.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:03.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:03 smithi022 bash[28554]: cluster 2023-12-07T17:47:01.561958+0000 mgr.a (mgr.24293) 19110 : cluster 0 pgmap v14289: 33 pgs: 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:47:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:03 smithi044 bash[32620]: cluster 2023-12-07T17:47:01.561958+0000 mgr.a (mgr.24293) 19110 : cluster 0 pgmap v14289: 33 pgs: 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:47:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:03 smithi027 bash[31536]: cluster 2023-12-07T17:47:01.561958+0000 mgr.a (mgr.24293) 19110 : cluster 0 pgmap v14289: 33 pgs: 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:47:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:04 smithi022 bash[28554]: audit 2023-12-07T17:47:02.822843+0000 mgr.a (mgr.24293) 19111 : audit 0 from='client.378201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:04.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:04 smithi044 bash[32620]: audit 2023-12-07T17:47:02.822843+0000 mgr.a (mgr.24293) 19111 : audit 0 from='client.378201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:04.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:04 smithi027 bash[31536]: audit 2023-12-07T17:47:02.822843+0000 mgr.a (mgr.24293) 19111 : audit 0 from='client.378201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:05.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:05 smithi022 bash[28554]: cluster 2023-12-07T17:47:03.562730+0000 mgr.a (mgr.24293) 19112 : cluster 0 pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:05 smithi044 bash[32620]: cluster 2023-12-07T17:47:03.562730+0000 mgr.a (mgr.24293) 19112 : cluster 0 pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:05 smithi027 bash[31536]: cluster 2023-12-07T17:47:03.562730+0000 mgr.a (mgr.24293) 19112 : cluster 0 pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:07 smithi022 bash[28554]: cluster 2023-12-07T17:47:05.563613+0000 mgr.a (mgr.24293) 19113 : cluster 0 pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:07 smithi022 bash[28554]: audit 2023-12-07T17:47:07.073982+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:07 smithi044 bash[32620]: cluster 2023-12-07T17:47:05.563613+0000 mgr.a (mgr.24293) 19113 : cluster 0 pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:07 smithi044 bash[32620]: audit 2023-12-07T17:47:07.073982+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:07 smithi027 bash[31536]: cluster 2023-12-07T17:47:05.563613+0000 mgr.a (mgr.24293) 19113 : cluster 0 pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:07 smithi027 bash[31536]: audit 2023-12-07T17:47:07.073982+0000 mon.a (mon.0) 3080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:08.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:08.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:08.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:08 smithi022 bash[28554]: audit 2023-12-07T17:47:07.868792+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:08.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:08 smithi022 bash[28554]: audit 2023-12-07T17:47:07.870815+0000 mon.a (mon.0) 3082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:08.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:08 smithi022 bash[28554]: audit 2023-12-07T17:47:07.880689+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:47:08.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:08 smithi044 bash[32620]: audit 2023-12-07T17:47:07.868792+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:08.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:08 smithi044 bash[32620]: audit 2023-12-07T17:47:07.870815+0000 mon.a (mon.0) 3082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:08.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:08 smithi044 bash[32620]: audit 2023-12-07T17:47:07.880689+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:47:08.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:08 smithi027 bash[31536]: audit 2023-12-07T17:47:07.868792+0000 mon.a (mon.0) 3081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:08.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:08 smithi027 bash[31536]: audit 2023-12-07T17:47:07.870815+0000 mon.a (mon.0) 3082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:08.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:08 smithi027 bash[31536]: audit 2023-12-07T17:47:07.880689+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:47:09.300 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:09.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:09.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:09.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:09.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:09 smithi022 bash[28554]: cluster 2023-12-07T17:47:07.564161+0000 mgr.a (mgr.24293) 19114 : cluster 0 pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:09 smithi044 bash[32620]: cluster 2023-12-07T17:47:07.564161+0000 mgr.a (mgr.24293) 19114 : cluster 0 pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:09 smithi027 bash[31536]: cluster 2023-12-07T17:47:07.564161+0000 mgr.a (mgr.24293) 19114 : cluster 0 pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:10.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:10 smithi022 bash[28554]: audit 2023-12-07T17:47:08.755536+0000 mgr.a (mgr.24293) 19115 : audit 0 from='client.378279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:10.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:10 smithi044 bash[32620]: audit 2023-12-07T17:47:08.755536+0000 mgr.a (mgr.24293) 19115 : audit 0 from='client.378279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:10.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:10 smithi027 bash[31536]: audit 2023-12-07T17:47:08.755536+0000 mgr.a (mgr.24293) 19115 : audit 0 from='client.378279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:11.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:11 smithi022 bash[28554]: cluster 2023-12-07T17:47:09.564912+0000 mgr.a (mgr.24293) 19116 : cluster 0 pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:11.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:11 smithi044 bash[32620]: cluster 2023-12-07T17:47:09.564912+0000 mgr.a (mgr.24293) 19116 : cluster 0 pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:11 smithi027 bash[31536]: cluster 2023-12-07T17:47:09.564912+0000 mgr.a (mgr.24293) 19116 : cluster 0 pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:13 smithi022 bash[28554]: cluster 2023-12-07T17:47:11.565761+0000 mgr.a (mgr.24293) 19117 : cluster 0 pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:13 smithi044 bash[32620]: cluster 2023-12-07T17:47:11.565761+0000 mgr.a (mgr.24293) 19117 : cluster 0 pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:13 smithi027 bash[31536]: cluster 2023-12-07T17:47:11.565761+0000 mgr.a (mgr.24293) 19117 : cluster 0 pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:14.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:14.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:14.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:15.256 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:15.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:15.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:15.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:15.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:15 smithi027 bash[31536]: cluster 2023-12-07T17:47:13.566353+0000 mgr.a (mgr.24293) 19118 : cluster 0 pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:15.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:15 smithi022 bash[28554]: cluster 2023-12-07T17:47:13.566353+0000 mgr.a (mgr.24293) 19118 : cluster 0 pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:15 smithi044 bash[32620]: cluster 2023-12-07T17:47:13.566353+0000 mgr.a (mgr.24293) 19118 : cluster 0 pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:16.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:16 smithi027 bash[31536]: audit 2023-12-07T17:47:14.705388+0000 mgr.a (mgr.24293) 19119 : audit 0 from='client.378348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:16.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:16 smithi022 bash[28554]: audit 2023-12-07T17:47:14.705388+0000 mgr.a (mgr.24293) 19119 : audit 0 from='client.378348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:16 smithi044 bash[32620]: audit 2023-12-07T17:47:14.705388+0000 mgr.a (mgr.24293) 19119 : audit 0 from='client.378348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:17 smithi027 bash[31536]: cluster 2023-12-07T17:47:15.567318+0000 mgr.a (mgr.24293) 19120 : cluster 0 pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:17.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:17 smithi022 bash[28554]: cluster 2023-12-07T17:47:15.567318+0000 mgr.a (mgr.24293) 19120 : cluster 0 pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:17 smithi044 bash[32620]: cluster 2023-12-07T17:47:15.567318+0000 mgr.a (mgr.24293) 19120 : cluster 0 pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:19.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:18 smithi022 bash[28554]: cluster 2023-12-07T17:47:17.567921+0000 mgr.a (mgr.24293) 19121 : cluster 0 pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:18 smithi044 bash[32620]: cluster 2023-12-07T17:47:17.567921+0000 mgr.a (mgr.24293) 19121 : cluster 0 pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:18 smithi027 bash[31536]: cluster 2023-12-07T17:47:17.567921+0000 mgr.a (mgr.24293) 19121 : cluster 0 pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:20.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:20.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:20.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:21.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:20 smithi022 bash[28554]: cluster 2023-12-07T17:47:19.568594+0000 mgr.a (mgr.24293) 19122 : cluster 0 pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:21.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:20 smithi044 bash[32620]: cluster 2023-12-07T17:47:19.568594+0000 mgr.a (mgr.24293) 19122 : cluster 0 pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:21.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:21.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:21.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:21.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:21.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:21.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:20 smithi027 bash[31536]: cluster 2023-12-07T17:47:19.568594+0000 mgr.a (mgr.24293) 19122 : cluster 0 pgmap v14298: 33 pgs: 33 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:22.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:21 smithi022 bash[28554]: audit 2023-12-07T17:47:20.663160+0000 mgr.a (mgr.24293) 19123 : audit 0 from='client.378426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:22.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:21 smithi044 bash[32620]: audit 2023-12-07T17:47:20.663160+0000 mgr.a (mgr.24293) 19123 : audit 0 from='client.378426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:22.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:21 smithi027 bash[31536]: audit 2023-12-07T17:47:20.663160+0000 mgr.a (mgr.24293) 19123 : audit 0 from='client.378426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:22 smithi022 bash[28554]: cluster 2023-12-07T17:47:21.569719+0000 mgr.a (mgr.24293) 19124 : cluster 0 pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:22 smithi044 bash[32620]: cluster 2023-12-07T17:47:21.569719+0000 mgr.a (mgr.24293) 19124 : cluster 0 pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:22 smithi027 bash[31536]: cluster 2023-12-07T17:47:21.569719+0000 mgr.a (mgr.24293) 19124 : cluster 0 pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:25.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:24 smithi027 bash[31536]: cluster 2023-12-07T17:47:23.570325+0000 mgr.a (mgr.24293) 19125 : cluster 0 pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:24 smithi022 bash[28554]: cluster 2023-12-07T17:47:23.570325+0000 mgr.a (mgr.24293) 19125 : cluster 0 pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:24 smithi044 bash[32620]: cluster 2023-12-07T17:47:23.570325+0000 mgr.a (mgr.24293) 19125 : cluster 0 pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:26.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:26.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:27.165 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:27.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:27.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:27.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:27.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:27.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:26 smithi027 bash[31536]: cluster 2023-12-07T17:47:25.571208+0000 mgr.a (mgr.24293) 19126 : cluster 0 pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:26 smithi022 bash[28554]: cluster 2023-12-07T17:47:25.571208+0000 mgr.a (mgr.24293) 19126 : cluster 0 pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:26 smithi044 bash[32620]: cluster 2023-12-07T17:47:25.571208+0000 mgr.a (mgr.24293) 19126 : cluster 0 pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:28.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:27 smithi027 bash[31536]: audit 2023-12-07T17:47:26.622676+0000 mgr.a (mgr.24293) 19127 : audit 0 from='client.378501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:27 smithi022 bash[28554]: audit 2023-12-07T17:47:26.622676+0000 mgr.a (mgr.24293) 19127 : audit 0 from='client.378501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:28.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:27 smithi044 bash[32620]: audit 2023-12-07T17:47:26.622676+0000 mgr.a (mgr.24293) 19127 : audit 0 from='client.378501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:29.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:28 smithi027 bash[31536]: cluster 2023-12-07T17:47:27.572158+0000 mgr.a (mgr.24293) 19128 : cluster 0 pgmap v14302: 33 pgs: 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:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:28 smithi022 bash[28554]: cluster 2023-12-07T17:47:27.572158+0000 mgr.a (mgr.24293) 19128 : cluster 0 pgmap v14302: 33 pgs: 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:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:28 smithi044 bash[32620]: cluster 2023-12-07T17:47:27.572158+0000 mgr.a (mgr.24293) 19128 : cluster 0 pgmap v14302: 33 pgs: 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:31.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:30 smithi027 bash[31536]: cluster 2023-12-07T17:47:29.572807+0000 mgr.a (mgr.24293) 19129 : cluster 0 pgmap v14303: 33 pgs: 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:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:30 smithi022 bash[28554]: cluster 2023-12-07T17:47:29.572807+0000 mgr.a (mgr.24293) 19129 : cluster 0 pgmap v14303: 33 pgs: 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:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:30 smithi044 bash[32620]: cluster 2023-12-07T17:47:29.572807+0000 mgr.a (mgr.24293) 19129 : cluster 0 pgmap v14303: 33 pgs: 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:32.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:32.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:32.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:33.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:33.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:33.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:33.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:33.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:32 smithi022 bash[28554]: cluster 2023-12-07T17:47:31.573622+0000 mgr.a (mgr.24293) 19130 : cluster 0 pgmap v14304: 33 pgs: 33 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:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:32 smithi044 bash[32620]: cluster 2023-12-07T17:47:31.573622+0000 mgr.a (mgr.24293) 19130 : cluster 0 pgmap v14304: 33 pgs: 33 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:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:32 smithi027 bash[31536]: cluster 2023-12-07T17:47:31.573622+0000 mgr.a (mgr.24293) 19130 : cluster 0 pgmap v14304: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:33 smithi022 bash[28554]: audit 2023-12-07T17:47:32.583023+0000 mgr.a (mgr.24293) 19131 : audit 0 from='client.378573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:34.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:33 smithi044 bash[32620]: audit 2023-12-07T17:47:32.583023+0000 mgr.a (mgr.24293) 19131 : audit 0 from='client.378573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:34.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:33 smithi027 bash[31536]: audit 2023-12-07T17:47:32.583023+0000 mgr.a (mgr.24293) 19131 : audit 0 from='client.378573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:34 smithi022 bash[28554]: cluster 2023-12-07T17:47:33.574287+0000 mgr.a (mgr.24293) 19132 : cluster 0 pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:34 smithi044 bash[32620]: cluster 2023-12-07T17:47:33.574287+0000 mgr.a (mgr.24293) 19132 : cluster 0 pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:34 smithi027 bash[31536]: cluster 2023-12-07T17:47:33.574287+0000 mgr.a (mgr.24293) 19132 : cluster 0 pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:36 smithi022 bash[28554]: cluster 2023-12-07T17:47:35.575159+0000 mgr.a (mgr.24293) 19133 : cluster 0 pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:36 smithi044 bash[32620]: cluster 2023-12-07T17:47:35.575159+0000 mgr.a (mgr.24293) 19133 : cluster 0 pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:36 smithi027 bash[31536]: cluster 2023-12-07T17:47:35.575159+0000 mgr.a (mgr.24293) 19133 : cluster 0 pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:38.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:38.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:38.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:39.059 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:39.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:39.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:39.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:39.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:38 smithi022 bash[28554]: cluster 2023-12-07T17:47:37.575725+0000 mgr.a (mgr.24293) 19134 : cluster 0 pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:38 smithi044 bash[32620]: cluster 2023-12-07T17:47:37.575725+0000 mgr.a (mgr.24293) 19134 : cluster 0 pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:38 smithi027 bash[31536]: cluster 2023-12-07T17:47:37.575725+0000 mgr.a (mgr.24293) 19134 : cluster 0 pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:40.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:39 smithi022 bash[28554]: audit 2023-12-07T17:47:38.517816+0000 mgr.a (mgr.24293) 19135 : audit 0 from='client.378651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:40.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:39 smithi044 bash[32620]: audit 2023-12-07T17:47:38.517816+0000 mgr.a (mgr.24293) 19135 : audit 0 from='client.378651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:40.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:39 smithi027 bash[31536]: audit 2023-12-07T17:47:38.517816+0000 mgr.a (mgr.24293) 19135 : audit 0 from='client.378651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:40 smithi022 bash[28554]: cluster 2023-12-07T17:47:39.576397+0000 mgr.a (mgr.24293) 19136 : cluster 0 pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:40 smithi044 bash[32620]: cluster 2023-12-07T17:47:39.576397+0000 mgr.a (mgr.24293) 19136 : cluster 0 pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:40 smithi027 bash[31536]: cluster 2023-12-07T17:47:39.576397+0000 mgr.a (mgr.24293) 19136 : cluster 0 pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:42 smithi022 bash[28554]: cluster 2023-12-07T17:47:41.577345+0000 mgr.a (mgr.24293) 19137 : cluster 0 pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:42 smithi044 bash[32620]: cluster 2023-12-07T17:47:41.577345+0000 mgr.a (mgr.24293) 19137 : cluster 0 pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:42 smithi027 bash[31536]: cluster 2023-12-07T17:47:41.577345+0000 mgr.a (mgr.24293) 19137 : cluster 0 pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:44.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:44.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:44.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:45.005 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:45.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:44 smithi022 bash[28554]: cluster 2023-12-07T17:47:43.577956+0000 mgr.a (mgr.24293) 19138 : cluster 0 pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:44 smithi044 bash[32620]: cluster 2023-12-07T17:47:43.577956+0000 mgr.a (mgr.24293) 19138 : cluster 0 pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:44 smithi027 bash[31536]: cluster 2023-12-07T17:47:43.577956+0000 mgr.a (mgr.24293) 19138 : cluster 0 pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:46.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:45 smithi022 bash[28554]: audit 2023-12-07T17:47:44.472570+0000 mgr.a (mgr.24293) 19139 : audit 0 from='client.378726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:46.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:45 smithi044 bash[32620]: audit 2023-12-07T17:47:44.472570+0000 mgr.a (mgr.24293) 19139 : audit 0 from='client.378726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:46.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:45 smithi027 bash[31536]: audit 2023-12-07T17:47:44.472570+0000 mgr.a (mgr.24293) 19139 : audit 0 from='client.378726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:47.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:46 smithi022 bash[28554]: cluster 2023-12-07T17:47:45.578846+0000 mgr.a (mgr.24293) 19140 : cluster 0 pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:46 smithi044 bash[32620]: cluster 2023-12-07T17:47:45.578846+0000 mgr.a (mgr.24293) 19140 : cluster 0 pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:46 smithi027 bash[31536]: cluster 2023-12-07T17:47:45.578846+0000 mgr.a (mgr.24293) 19140 : cluster 0 pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:49 smithi022 bash[28554]: cluster 2023-12-07T17:47:47.579414+0000 mgr.a (mgr.24293) 19141 : cluster 0 pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:49 smithi044 bash[32620]: cluster 2023-12-07T17:47:47.579414+0000 mgr.a (mgr.24293) 19141 : cluster 0 pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:49 smithi027 bash[31536]: cluster 2023-12-07T17:47:47.579414+0000 mgr.a (mgr.24293) 19141 : cluster 0 pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:50.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:50.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:50.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:50.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:50.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:50.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:50.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:50.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:51 smithi022 bash[28554]: cluster 2023-12-07T17:47:49.579971+0000 mgr.a (mgr.24293) 19142 : cluster 0 pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:51 smithi044 bash[32620]: cluster 2023-12-07T17:47:49.579971+0000 mgr.a (mgr.24293) 19142 : cluster 0 pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:51 smithi027 bash[31536]: cluster 2023-12-07T17:47:49.579971+0000 mgr.a (mgr.24293) 19142 : cluster 0 pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:52.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:52 smithi022 bash[28554]: audit 2023-12-07T17:47:50.423041+0000 mgr.a (mgr.24293) 19143 : audit 0 from='client.378798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:52.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:52 smithi044 bash[32620]: audit 2023-12-07T17:47:50.423041+0000 mgr.a (mgr.24293) 19143 : audit 0 from='client.378798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:52.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:52 smithi027 bash[31536]: audit 2023-12-07T17:47:50.423041+0000 mgr.a (mgr.24293) 19143 : audit 0 from='client.378798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:53 smithi022 bash[28554]: cluster 2023-12-07T17:47:51.581036+0000 mgr.a (mgr.24293) 19144 : cluster 0 pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:53 smithi044 bash[32620]: cluster 2023-12-07T17:47:51.581036+0000 mgr.a (mgr.24293) 19144 : cluster 0 pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:53 smithi027 bash[31536]: cluster 2023-12-07T17:47:51.581036+0000 mgr.a (mgr.24293) 19144 : cluster 0 pgmap v14314: 33 pgs: 33 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:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:55 smithi022 bash[28554]: cluster 2023-12-07T17:47:53.581791+0000 mgr.a (mgr.24293) 19145 : cluster 0 pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:55 smithi044 bash[32620]: cluster 2023-12-07T17:47:53.581791+0000 mgr.a (mgr.24293) 19145 : cluster 0 pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:55 smithi027 bash[31536]: cluster 2023-12-07T17:47:53.581791+0000 mgr.a (mgr.24293) 19145 : cluster 0 pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:55.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:47:55.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:55.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:56.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:56.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:56.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:56.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:47:56.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:47:57.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:57 smithi022 bash[28554]: cluster 2023-12-07T17:47:55.582536+0000 mgr.a (mgr.24293) 19146 : cluster 0 pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:57 smithi044 bash[32620]: cluster 2023-12-07T17:47:55.582536+0000 mgr.a (mgr.24293) 19146 : cluster 0 pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:57 smithi027 bash[31536]: cluster 2023-12-07T17:47:55.582536+0000 mgr.a (mgr.24293) 19146 : cluster 0 pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:58.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:58 smithi022 bash[28554]: audit 2023-12-07T17:47:56.370583+0000 mgr.a (mgr.24293) 19147 : audit 0 from='client.378870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:58 smithi044 bash[32620]: audit 2023-12-07T17:47:56.370583+0000 mgr.a (mgr.24293) 19147 : audit 0 from='client.378870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:58.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:58 smithi027 bash[31536]: audit 2023-12-07T17:47:56.370583+0000 mgr.a (mgr.24293) 19147 : audit 0 from='client.378870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:47:59 smithi022 bash[28554]: cluster 2023-12-07T17:47:57.583209+0000 mgr.a (mgr.24293) 19148 : cluster 0 pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:47:59 smithi044 bash[32620]: cluster 2023-12-07T17:47:57.583209+0000 mgr.a (mgr.24293) 19148 : cluster 0 pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:47:59 smithi027 bash[31536]: cluster 2023-12-07T17:47:57.583209+0000 mgr.a (mgr.24293) 19148 : cluster 0 pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:01 smithi022 bash[28554]: cluster 2023-12-07T17:47:59.583753+0000 mgr.a (mgr.24293) 19149 : cluster 0 pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:01 smithi044 bash[32620]: cluster 2023-12-07T17:47:59.583753+0000 mgr.a (mgr.24293) 19149 : cluster 0 pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:01 smithi027 bash[31536]: cluster 2023-12-07T17:47:59.583753+0000 mgr.a (mgr.24293) 19149 : cluster 0 pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:01.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:01.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:01.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:02.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:02.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:02.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:02.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:02.878 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:03 smithi022 bash[28554]: cluster 2023-12-07T17:48:01.584612+0000 mgr.a (mgr.24293) 19150 : cluster 0 pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:03 smithi044 bash[32620]: cluster 2023-12-07T17:48:01.584612+0000 mgr.a (mgr.24293) 19150 : cluster 0 pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:03 smithi027 bash[31536]: cluster 2023-12-07T17:48:01.584612+0000 mgr.a (mgr.24293) 19150 : cluster 0 pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:04.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:04 smithi022 bash[28554]: audit 2023-12-07T17:48:02.330753+0000 mgr.a (mgr.24293) 19151 : audit 0 from='client.378942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:04.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:04 smithi044 bash[32620]: audit 2023-12-07T17:48:02.330753+0000 mgr.a (mgr.24293) 19151 : audit 0 from='client.378942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:04.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:04 smithi027 bash[31536]: audit 2023-12-07T17:48:02.330753+0000 mgr.a (mgr.24293) 19151 : audit 0 from='client.378942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:05 smithi022 bash[28554]: cluster 2023-12-07T17:48:03.585299+0000 mgr.a (mgr.24293) 19152 : cluster 0 pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:05 smithi044 bash[32620]: cluster 2023-12-07T17:48:03.585299+0000 mgr.a (mgr.24293) 19152 : cluster 0 pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:05 smithi027 bash[31536]: cluster 2023-12-07T17:48:03.585299+0000 mgr.a (mgr.24293) 19152 : cluster 0 pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:07 smithi022 bash[28554]: cluster 2023-12-07T17:48:05.586100+0000 mgr.a (mgr.24293) 19153 : cluster 0 pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:07 smithi044 bash[32620]: cluster 2023-12-07T17:48:05.586100+0000 mgr.a (mgr.24293) 19153 : cluster 0 pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:07 smithi027 bash[31536]: cluster 2023-12-07T17:48:05.586100+0000 mgr.a (mgr.24293) 19153 : cluster 0 pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:07.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:07.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:07.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:08.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:08.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:08.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:08.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:08.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:09.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:08 smithi022 bash[28554]: cluster 2023-12-07T17:48:07.586660+0000 mgr.a (mgr.24293) 19154 : cluster 0 pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:08 smithi022 bash[28554]: audit 2023-12-07T17:48:07.984285+0000 mon.a (mon.0) 3084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:09.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:08 smithi022 bash[28554]: audit 2023-12-07T17:48:08.819055+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:09.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:08 smithi022 bash[28554]: audit 2023-12-07T17:48:08.820928+0000 mon.a (mon.0) 3086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:09.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:08 smithi022 bash[28554]: audit 2023-12-07T17:48:08.830397+0000 mon.a (mon.0) 3087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:48:09.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:08 smithi044 bash[32620]: cluster 2023-12-07T17:48:07.586660+0000 mgr.a (mgr.24293) 19154 : cluster 0 pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:08 smithi044 bash[32620]: audit 2023-12-07T17:48:07.984285+0000 mon.a (mon.0) 3084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:09.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:08 smithi044 bash[32620]: audit 2023-12-07T17:48:08.819055+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:09.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:08 smithi044 bash[32620]: audit 2023-12-07T17:48:08.820928+0000 mon.a (mon.0) 3086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:09.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:08 smithi044 bash[32620]: audit 2023-12-07T17:48:08.830397+0000 mon.a (mon.0) 3087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:48:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:08 smithi027 bash[31536]: cluster 2023-12-07T17:48:07.586660+0000 mgr.a (mgr.24293) 19154 : cluster 0 pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:08 smithi027 bash[31536]: audit 2023-12-07T17:48:07.984285+0000 mon.a (mon.0) 3084 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:09.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:08 smithi027 bash[31536]: audit 2023-12-07T17:48:08.819055+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:09.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:08 smithi027 bash[31536]: audit 2023-12-07T17:48:08.820928+0000 mon.a (mon.0) 3086 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:09.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:08 smithi027 bash[31536]: audit 2023-12-07T17:48:08.830397+0000 mon.a (mon.0) 3087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:48:10.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:09 smithi027 bash[31536]: audit 2023-12-07T17:48:08.303263+0000 mgr.a (mgr.24293) 19155 : audit 0 from='client.379017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:10.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:09 smithi022 bash[28554]: audit 2023-12-07T17:48:08.303263+0000 mgr.a (mgr.24293) 19155 : audit 0 from='client.379017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:10.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:09 smithi044 bash[32620]: audit 2023-12-07T17:48:08.303263+0000 mgr.a (mgr.24293) 19155 : audit 0 from='client.379017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:11.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:10 smithi027 bash[31536]: cluster 2023-12-07T17:48:09.587335+0000 mgr.a (mgr.24293) 19156 : cluster 0 pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:10 smithi022 bash[28554]: cluster 2023-12-07T17:48:09.587335+0000 mgr.a (mgr.24293) 19156 : cluster 0 pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:10 smithi044 bash[32620]: cluster 2023-12-07T17:48:09.587335+0000 mgr.a (mgr.24293) 19156 : cluster 0 pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:13.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:12 smithi027 bash[31536]: cluster 2023-12-07T17:48:11.588105+0000 mgr.a (mgr.24293) 19157 : cluster 0 pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:13.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:12 smithi022 bash[28554]: cluster 2023-12-07T17:48:11.588105+0000 mgr.a (mgr.24293) 19157 : cluster 0 pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:13.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:12 smithi044 bash[32620]: cluster 2023-12-07T17:48:11.588105+0000 mgr.a (mgr.24293) 19157 : cluster 0 pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:13.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:13.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:13.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:14.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:15.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:14 smithi027 bash[31536]: cluster 2023-12-07T17:48:13.588778+0000 mgr.a (mgr.24293) 19158 : cluster 0 pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:14 smithi022 bash[28554]: cluster 2023-12-07T17:48:13.588778+0000 mgr.a (mgr.24293) 19158 : cluster 0 pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:14 smithi044 bash[32620]: cluster 2023-12-07T17:48:13.588778+0000 mgr.a (mgr.24293) 19158 : cluster 0 pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:16.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:15 smithi022 bash[28554]: audit 2023-12-07T17:48:14.247579+0000 mgr.a (mgr.24293) 19159 : audit 0 from='client.379089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:16.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:15 smithi044 bash[32620]: audit 2023-12-07T17:48:14.247579+0000 mgr.a (mgr.24293) 19159 : audit 0 from='client.379089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:16.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:15 smithi027 bash[31536]: audit 2023-12-07T17:48:14.247579+0000 mgr.a (mgr.24293) 19159 : audit 0 from='client.379089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:16 smithi022 bash[28554]: cluster 2023-12-07T17:48:15.589659+0000 mgr.a (mgr.24293) 19160 : cluster 0 pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:16 smithi044 bash[32620]: cluster 2023-12-07T17:48:15.589659+0000 mgr.a (mgr.24293) 19160 : cluster 0 pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:16 smithi027 bash[31536]: cluster 2023-12-07T17:48:15.589659+0000 mgr.a (mgr.24293) 19160 : cluster 0 pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:18 smithi022 bash[28554]: cluster 2023-12-07T17:48:17.590174+0000 mgr.a (mgr.24293) 19161 : cluster 0 pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:18 smithi044 bash[32620]: cluster 2023-12-07T17:48:17.590174+0000 mgr.a (mgr.24293) 19161 : cluster 0 pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:18 smithi027 bash[31536]: cluster 2023-12-07T17:48:17.590174+0000 mgr.a (mgr.24293) 19161 : cluster 0 pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:19.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:19.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:20.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:20.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:20.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:20.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:20.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:20 smithi022 bash[28554]: cluster 2023-12-07T17:48:19.590759+0000 mgr.a (mgr.24293) 19162 : cluster 0 pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:20 smithi022 bash[28554]: audit 2023-12-07T17:48:20.193335+0000 mgr.a (mgr.24293) 19163 : audit 0 from='client.379167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:20 smithi044 bash[32620]: cluster 2023-12-07T17:48:19.590759+0000 mgr.a (mgr.24293) 19162 : cluster 0 pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:20 smithi044 bash[32620]: audit 2023-12-07T17:48:20.193335+0000 mgr.a (mgr.24293) 19163 : audit 0 from='client.379167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:20 smithi027 bash[31536]: cluster 2023-12-07T17:48:19.590759+0000 mgr.a (mgr.24293) 19162 : cluster 0 pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:20 smithi027 bash[31536]: audit 2023-12-07T17:48:20.193335+0000 mgr.a (mgr.24293) 19163 : audit 0 from='client.379167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:22 smithi022 bash[28554]: cluster 2023-12-07T17:48:21.591764+0000 mgr.a (mgr.24293) 19164 : cluster 0 pgmap v14329: 33 pgs: 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:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:22 smithi044 bash[32620]: cluster 2023-12-07T17:48:21.591764+0000 mgr.a (mgr.24293) 19164 : cluster 0 pgmap v14329: 33 pgs: 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:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:22 smithi027 bash[31536]: cluster 2023-12-07T17:48:21.591764+0000 mgr.a (mgr.24293) 19164 : cluster 0 pgmap v14329: 33 pgs: 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:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:24 smithi022 bash[28554]: cluster 2023-12-07T17:48:23.592248+0000 mgr.a (mgr.24293) 19165 : cluster 0 pgmap v14330: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:24 smithi044 bash[32620]: cluster 2023-12-07T17:48:23.592248+0000 mgr.a (mgr.24293) 19165 : cluster 0 pgmap v14330: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:24 smithi027 bash[31536]: cluster 2023-12-07T17:48:23.592248+0000 mgr.a (mgr.24293) 19165 : cluster 0 pgmap v14330: 33 pgs: 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.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:25.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:25.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:26.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:26.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:26.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:26.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:26.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:26 smithi022 bash[28554]: cluster 2023-12-07T17:48:25.592963+0000 mgr.a (mgr.24293) 19166 : cluster 0 pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:27.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:26 smithi022 bash[28554]: audit 2023-12-07T17:48:26.155644+0000 mgr.a (mgr.24293) 19167 : audit 0 from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:26 smithi044 bash[32620]: cluster 2023-12-07T17:48:25.592963+0000 mgr.a (mgr.24293) 19166 : cluster 0 pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:26 smithi044 bash[32620]: audit 2023-12-07T17:48:26.155644+0000 mgr.a (mgr.24293) 19167 : audit 0 from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:26 smithi027 bash[31536]: cluster 2023-12-07T17:48:25.592963+0000 mgr.a (mgr.24293) 19166 : cluster 0 pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:26 smithi027 bash[31536]: audit 2023-12-07T17:48:26.155644+0000 mgr.a (mgr.24293) 19167 : audit 0 from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:28 smithi022 bash[28554]: cluster 2023-12-07T17:48:27.593823+0000 mgr.a (mgr.24293) 19168 : cluster 0 pgmap v14332: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:28 smithi044 bash[32620]: cluster 2023-12-07T17:48:27.593823+0000 mgr.a (mgr.24293) 19168 : cluster 0 pgmap v14332: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:28 smithi027 bash[31536]: cluster 2023-12-07T17:48:27.593823+0000 mgr.a (mgr.24293) 19168 : cluster 0 pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:30 smithi022 bash[28554]: cluster 2023-12-07T17:48:29.594601+0000 mgr.a (mgr.24293) 19169 : cluster 0 pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:30 smithi044 bash[32620]: cluster 2023-12-07T17:48:29.594601+0000 mgr.a (mgr.24293) 19169 : cluster 0 pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:30 smithi027 bash[31536]: cluster 2023-12-07T17:48:29.594601+0000 mgr.a (mgr.24293) 19169 : cluster 0 pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:31.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:31.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:31.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:32.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:32.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:32.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:32.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:32.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:32 smithi022 bash[28554]: cluster 2023-12-07T17:48:31.595618+0000 mgr.a (mgr.24293) 19170 : cluster 0 pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:32 smithi022 bash[28554]: audit 2023-12-07T17:48:32.127982+0000 mgr.a (mgr.24293) 19171 : audit 0 from='client.379317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:32 smithi044 bash[32620]: cluster 2023-12-07T17:48:31.595618+0000 mgr.a (mgr.24293) 19170 : cluster 0 pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:32 smithi044 bash[32620]: audit 2023-12-07T17:48:32.127982+0000 mgr.a (mgr.24293) 19171 : audit 0 from='client.379317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:32 smithi027 bash[31536]: cluster 2023-12-07T17:48:31.595618+0000 mgr.a (mgr.24293) 19170 : cluster 0 pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:32 smithi027 bash[31536]: audit 2023-12-07T17:48:32.127982+0000 mgr.a (mgr.24293) 19171 : audit 0 from='client.379317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:35.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:34 smithi022 bash[28554]: cluster 2023-12-07T17:48:33.596394+0000 mgr.a (mgr.24293) 19172 : cluster 0 pgmap v14335: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:34 smithi044 bash[32620]: cluster 2023-12-07T17:48:33.596394+0000 mgr.a (mgr.24293) 19172 : cluster 0 pgmap v14335: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:34 smithi027 bash[31536]: cluster 2023-12-07T17:48:33.596394+0000 mgr.a (mgr.24293) 19172 : cluster 0 pgmap v14335: 33 pgs: 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:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:36 smithi022 bash[28554]: cluster 2023-12-07T17:48:35.597244+0000 mgr.a (mgr.24293) 19173 : cluster 0 pgmap v14336: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:36 smithi044 bash[32620]: cluster 2023-12-07T17:48:35.597244+0000 mgr.a (mgr.24293) 19173 : cluster 0 pgmap v14336: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:36 smithi027 bash[31536]: cluster 2023-12-07T17:48:35.597244+0000 mgr.a (mgr.24293) 19173 : cluster 0 pgmap v14336: 33 pgs: 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.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:37.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:37.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:38.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:38.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:38.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:38.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:38.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:38 smithi022 bash[28554]: cluster 2023-12-07T17:48:37.597847+0000 mgr.a (mgr.24293) 19174 : cluster 0 pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:38 smithi022 bash[28554]: audit 2023-12-07T17:48:38.059240+0000 mgr.a (mgr.24293) 19175 : audit 0 from='client.379389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:38 smithi044 bash[32620]: cluster 2023-12-07T17:48:37.597847+0000 mgr.a (mgr.24293) 19174 : cluster 0 pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:38 smithi044 bash[32620]: audit 2023-12-07T17:48:38.059240+0000 mgr.a (mgr.24293) 19175 : audit 0 from='client.379389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:38 smithi027 bash[31536]: cluster 2023-12-07T17:48:37.597847+0000 mgr.a (mgr.24293) 19174 : cluster 0 pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:38 smithi027 bash[31536]: audit 2023-12-07T17:48:38.059240+0000 mgr.a (mgr.24293) 19175 : audit 0 from='client.379389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:41 smithi022 bash[28554]: cluster 2023-12-07T17:48:39.598570+0000 mgr.a (mgr.24293) 19176 : cluster 0 pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:41 smithi044 bash[32620]: cluster 2023-12-07T17:48:39.598570+0000 mgr.a (mgr.24293) 19176 : cluster 0 pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:41 smithi027 bash[31536]: cluster 2023-12-07T17:48:39.598570+0000 mgr.a (mgr.24293) 19176 : cluster 0 pgmap v14338: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:43 smithi022 bash[28554]: cluster 2023-12-07T17:48:41.599446+0000 mgr.a (mgr.24293) 19177 : cluster 0 pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:43 smithi044 bash[32620]: cluster 2023-12-07T17:48:41.599446+0000 mgr.a (mgr.24293) 19177 : cluster 0 pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:43 smithi027 bash[31536]: cluster 2023-12-07T17:48:41.599446+0000 mgr.a (mgr.24293) 19177 : cluster 0 pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:43.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:43.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:43.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:44.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:44.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:45 smithi022 bash[28554]: cluster 2023-12-07T17:48:43.600036+0000 mgr.a (mgr.24293) 19178 : cluster 0 pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:45.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:45 smithi022 bash[28554]: audit 2023-12-07T17:48:44.030183+0000 mgr.a (mgr.24293) 19179 : audit 0 from='client.379467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:45 smithi044 bash[32620]: cluster 2023-12-07T17:48:43.600036+0000 mgr.a (mgr.24293) 19178 : cluster 0 pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:45 smithi044 bash[32620]: audit 2023-12-07T17:48:44.030183+0000 mgr.a (mgr.24293) 19179 : audit 0 from='client.379467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:45 smithi027 bash[31536]: cluster 2023-12-07T17:48:43.600036+0000 mgr.a (mgr.24293) 19178 : cluster 0 pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:45 smithi027 bash[31536]: audit 2023-12-07T17:48:44.030183+0000 mgr.a (mgr.24293) 19179 : audit 0 from='client.379467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:47 smithi022 bash[28554]: cluster 2023-12-07T17:48:45.600954+0000 mgr.a (mgr.24293) 19180 : cluster 0 pgmap v14341: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:47 smithi044 bash[32620]: cluster 2023-12-07T17:48:45.600954+0000 mgr.a (mgr.24293) 19180 : cluster 0 pgmap v14341: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:47 smithi027 bash[31536]: cluster 2023-12-07T17:48:45.600954+0000 mgr.a (mgr.24293) 19180 : cluster 0 pgmap v14341: 33 pgs: 33 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:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:49 smithi022 bash[28554]: cluster 2023-12-07T17:48:47.601500+0000 mgr.a (mgr.24293) 19181 : cluster 0 pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:49 smithi044 bash[32620]: cluster 2023-12-07T17:48:47.601500+0000 mgr.a (mgr.24293) 19181 : cluster 0 pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:49 smithi027 bash[31536]: cluster 2023-12-07T17:48:47.601500+0000 mgr.a (mgr.24293) 19181 : cluster 0 pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:49.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:49.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:50.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:50.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:50.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:50.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:50.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:51 smithi022 bash[28554]: cluster 2023-12-07T17:48:49.602068+0000 mgr.a (mgr.24293) 19182 : cluster 0 pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:51 smithi022 bash[28554]: audit 2023-12-07T17:48:49.983329+0000 mgr.a (mgr.24293) 19183 : audit 0 from='client.379545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:51 smithi044 bash[32620]: cluster 2023-12-07T17:48:49.602068+0000 mgr.a (mgr.24293) 19182 : cluster 0 pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:51 smithi044 bash[32620]: audit 2023-12-07T17:48:49.983329+0000 mgr.a (mgr.24293) 19183 : audit 0 from='client.379545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:51 smithi027 bash[31536]: cluster 2023-12-07T17:48:49.602068+0000 mgr.a (mgr.24293) 19182 : cluster 0 pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:51 smithi027 bash[31536]: audit 2023-12-07T17:48:49.983329+0000 mgr.a (mgr.24293) 19183 : audit 0 from='client.379545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:53 smithi022 bash[28554]: cluster 2023-12-07T17:48:51.603036+0000 mgr.a (mgr.24293) 19184 : cluster 0 pgmap v14344: 33 pgs: 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:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:53 smithi044 bash[32620]: cluster 2023-12-07T17:48:51.603036+0000 mgr.a (mgr.24293) 19184 : cluster 0 pgmap v14344: 33 pgs: 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:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:53 smithi027 bash[31536]: cluster 2023-12-07T17:48:51.603036+0000 mgr.a (mgr.24293) 19184 : cluster 0 pgmap v14344: 33 pgs: 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:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:55 smithi022 bash[28554]: cluster 2023-12-07T17:48:53.603616+0000 mgr.a (mgr.24293) 19185 : cluster 0 pgmap v14345: 33 pgs: 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:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:55 smithi044 bash[32620]: cluster 2023-12-07T17:48:53.603616+0000 mgr.a (mgr.24293) 19185 : cluster 0 pgmap v14345: 33 pgs: 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:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:55 smithi027 bash[31536]: cluster 2023-12-07T17:48:53.603616+0000 mgr.a (mgr.24293) 19185 : cluster 0 pgmap v14345: 33 pgs: 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:55.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:48:55.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:55.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:56.453 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:48:56.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:56.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:56.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:56.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:48:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:57 smithi022 bash[28554]: cluster 2023-12-07T17:48:55.604173+0000 mgr.a (mgr.24293) 19186 : cluster 0 pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:57 smithi022 bash[28554]: audit 2023-12-07T17:48:55.942626+0000 mgr.a (mgr.24293) 19187 : audit 0 from='client.379623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:57 smithi044 bash[32620]: cluster 2023-12-07T17:48:55.604173+0000 mgr.a (mgr.24293) 19186 : cluster 0 pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:57 smithi044 bash[32620]: audit 2023-12-07T17:48:55.942626+0000 mgr.a (mgr.24293) 19187 : audit 0 from='client.379623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:57 smithi027 bash[31536]: cluster 2023-12-07T17:48:55.604173+0000 mgr.a (mgr.24293) 19186 : cluster 0 pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:57 smithi027 bash[31536]: audit 2023-12-07T17:48:55.942626+0000 mgr.a (mgr.24293) 19187 : audit 0 from='client.379623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:48:59 smithi022 bash[28554]: cluster 2023-12-07T17:48:57.604886+0000 mgr.a (mgr.24293) 19188 : cluster 0 pgmap v14347: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:48:59 smithi044 bash[32620]: cluster 2023-12-07T17:48:57.604886+0000 mgr.a (mgr.24293) 19188 : cluster 0 pgmap v14347: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:48:59 smithi027 bash[31536]: cluster 2023-12-07T17:48:57.604886+0000 mgr.a (mgr.24293) 19188 : cluster 0 pgmap v14347: 33 pgs: 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:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:01 smithi022 bash[28554]: cluster 2023-12-07T17:48:59.605499+0000 mgr.a (mgr.24293) 19189 : cluster 0 pgmap v14348: 33 pgs: 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:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:01 smithi044 bash[32620]: cluster 2023-12-07T17:48:59.605499+0000 mgr.a (mgr.24293) 19189 : cluster 0 pgmap v14348: 33 pgs: 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:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:01 smithi027 bash[31536]: cluster 2023-12-07T17:48:59.605499+0000 mgr.a (mgr.24293) 19189 : cluster 0 pgmap v14348: 33 pgs: 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:01.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:01.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:01.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:02.398 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:02.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:02.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:02.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:02.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:03 smithi022 bash[28554]: cluster 2023-12-07T17:49:01.606009+0000 mgr.a (mgr.24293) 19190 : cluster 0 pgmap v14349: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:03 smithi022 bash[28554]: audit 2023-12-07T17:49:01.869289+0000 mgr.a (mgr.24293) 19191 : audit 0 from='client.379698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:03 smithi044 bash[32620]: cluster 2023-12-07T17:49:01.606009+0000 mgr.a (mgr.24293) 19190 : cluster 0 pgmap v14349: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:03 smithi044 bash[32620]: audit 2023-12-07T17:49:01.869289+0000 mgr.a (mgr.24293) 19191 : audit 0 from='client.379698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:03 smithi027 bash[31536]: cluster 2023-12-07T17:49:01.606009+0000 mgr.a (mgr.24293) 19190 : cluster 0 pgmap v14349: 33 pgs: 33 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:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:03 smithi027 bash[31536]: audit 2023-12-07T17:49:01.869289+0000 mgr.a (mgr.24293) 19191 : audit 0 from='client.379698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:05 smithi022 bash[28554]: cluster 2023-12-07T17:49:03.606810+0000 mgr.a (mgr.24293) 19192 : cluster 0 pgmap v14350: 33 pgs: 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:49:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:05 smithi044 bash[32620]: cluster 2023-12-07T17:49:03.606810+0000 mgr.a (mgr.24293) 19192 : cluster 0 pgmap v14350: 33 pgs: 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:49:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:05 smithi027 bash[31536]: cluster 2023-12-07T17:49:03.606810+0000 mgr.a (mgr.24293) 19192 : cluster 0 pgmap v14350: 33 pgs: 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:49:07.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:07.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:07.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:07 smithi022 bash[28554]: cluster 2023-12-07T17:49:05.607715+0000 mgr.a (mgr.24293) 19193 : cluster 0 pgmap v14351: 33 pgs: 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:49:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:07 smithi044 bash[32620]: cluster 2023-12-07T17:49:05.607715+0000 mgr.a (mgr.24293) 19193 : cluster 0 pgmap v14351: 33 pgs: 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:49:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:07 smithi027 bash[31536]: cluster 2023-12-07T17:49:05.607715+0000 mgr.a (mgr.24293) 19193 : cluster 0 pgmap v14351: 33 pgs: 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:49:08.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:08.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:09 smithi022 bash[28554]: cluster 2023-12-07T17:49:07.608121+0000 mgr.a (mgr.24293) 19194 : cluster 0 pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:09 smithi022 bash[28554]: audit 2023-12-07T17:49:07.808760+0000 mgr.a (mgr.24293) 19195 : audit 0 from='client.379776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:09 smithi022 bash[28554]: audit 2023-12-07T17:49:08.933235+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:09 smithi044 bash[32620]: cluster 2023-12-07T17:49:07.608121+0000 mgr.a (mgr.24293) 19194 : cluster 0 pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:09 smithi044 bash[32620]: audit 2023-12-07T17:49:07.808760+0000 mgr.a (mgr.24293) 19195 : audit 0 from='client.379776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:09 smithi044 bash[32620]: audit 2023-12-07T17:49:08.933235+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:09 smithi027 bash[31536]: cluster 2023-12-07T17:49:07.608121+0000 mgr.a (mgr.24293) 19194 : cluster 0 pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:09 smithi027 bash[31536]: audit 2023-12-07T17:49:07.808760+0000 mgr.a (mgr.24293) 19195 : audit 0 from='client.379776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:09 smithi027 bash[31536]: audit 2023-12-07T17:49:08.933235+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:10.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:10 smithi022 bash[28554]: audit 2023-12-07T17:49:09.727159+0000 mon.a (mon.0) 3089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:10.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:10 smithi022 bash[28554]: audit 2023-12-07T17:49:09.729070+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:10.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:10 smithi022 bash[28554]: audit 2023-12-07T17:49:09.738873+0000 mon.a (mon.0) 3091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:49:10.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:10 smithi044 bash[32620]: audit 2023-12-07T17:49:09.727159+0000 mon.a (mon.0) 3089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:10.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:10 smithi044 bash[32620]: audit 2023-12-07T17:49:09.729070+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:10.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:10 smithi044 bash[32620]: audit 2023-12-07T17:49:09.738873+0000 mon.a (mon.0) 3091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:49:10.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:10 smithi027 bash[31536]: audit 2023-12-07T17:49:09.727159+0000 mon.a (mon.0) 3089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:10.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:10 smithi027 bash[31536]: audit 2023-12-07T17:49:09.729070+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:10.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:10 smithi027 bash[31536]: audit 2023-12-07T17:49:09.738873+0000 mon.a (mon.0) 3091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:49:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:11 smithi022 bash[28554]: cluster 2023-12-07T17:49:09.608783+0000 mgr.a (mgr.24293) 19196 : cluster 0 pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:11 smithi044 bash[32620]: cluster 2023-12-07T17:49:09.608783+0000 mgr.a (mgr.24293) 19196 : cluster 0 pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:11 smithi027 bash[31536]: cluster 2023-12-07T17:49:09.608783+0000 mgr.a (mgr.24293) 19196 : cluster 0 pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:13.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:13 smithi022 bash[28554]: cluster 2023-12-07T17:49:11.609588+0000 mgr.a (mgr.24293) 19197 : cluster 0 pgmap v14354: 33 pgs: 33 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:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:13 smithi044 bash[32620]: cluster 2023-12-07T17:49:11.609588+0000 mgr.a (mgr.24293) 19197 : cluster 0 pgmap v14354: 33 pgs: 33 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:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:13 smithi027 bash[31536]: cluster 2023-12-07T17:49:11.609588+0000 mgr.a (mgr.24293) 19197 : cluster 0 pgmap v14354: 33 pgs: 33 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:14.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:14.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:14.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:14.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:14.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:15.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:15 smithi022 bash[28554]: cluster 2023-12-07T17:49:13.610243+0000 mgr.a (mgr.24293) 19198 : cluster 0 pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:15.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:15 smithi022 bash[28554]: audit 2023-12-07T17:49:13.776477+0000 mgr.a (mgr.24293) 19199 : audit 0 from='client.379848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:15 smithi044 bash[32620]: cluster 2023-12-07T17:49:13.610243+0000 mgr.a (mgr.24293) 19198 : cluster 0 pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:15 smithi044 bash[32620]: audit 2023-12-07T17:49:13.776477+0000 mgr.a (mgr.24293) 19199 : audit 0 from='client.379848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:15 smithi027 bash[31536]: cluster 2023-12-07T17:49:13.610243+0000 mgr.a (mgr.24293) 19198 : cluster 0 pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:15 smithi027 bash[31536]: audit 2023-12-07T17:49:13.776477+0000 mgr.a (mgr.24293) 19199 : audit 0 from='client.379848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:17 smithi022 bash[28554]: cluster 2023-12-07T17:49:15.611232+0000 mgr.a (mgr.24293) 19200 : cluster 0 pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:17 smithi044 bash[32620]: cluster 2023-12-07T17:49:15.611232+0000 mgr.a (mgr.24293) 19200 : cluster 0 pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:17 smithi027 bash[31536]: cluster 2023-12-07T17:49:15.611232+0000 mgr.a (mgr.24293) 19200 : cluster 0 pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:19.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:19.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:19.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:19 smithi022 bash[28554]: cluster 2023-12-07T17:49:17.611831+0000 mgr.a (mgr.24293) 19201 : cluster 0 pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:19 smithi044 bash[32620]: cluster 2023-12-07T17:49:17.611831+0000 mgr.a (mgr.24293) 19201 : cluster 0 pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:19 smithi027 bash[31536]: cluster 2023-12-07T17:49:17.611831+0000 mgr.a (mgr.24293) 19201 : cluster 0 pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:20.261 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:20.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:20.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:20.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:20.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:21 smithi022 bash[28554]: cluster 2023-12-07T17:49:19.612380+0000 mgr.a (mgr.24293) 19202 : cluster 0 pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:21 smithi022 bash[28554]: audit 2023-12-07T17:49:19.726549+0000 mgr.a (mgr.24293) 19203 : audit 0 from='client.379923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:21 smithi044 bash[32620]: cluster 2023-12-07T17:49:19.612380+0000 mgr.a (mgr.24293) 19202 : cluster 0 pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:21 smithi044 bash[32620]: audit 2023-12-07T17:49:19.726549+0000 mgr.a (mgr.24293) 19203 : audit 0 from='client.379923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:21 smithi027 bash[31536]: cluster 2023-12-07T17:49:19.612380+0000 mgr.a (mgr.24293) 19202 : cluster 0 pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:21 smithi027 bash[31536]: audit 2023-12-07T17:49:19.726549+0000 mgr.a (mgr.24293) 19203 : audit 0 from='client.379923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:23 smithi022 bash[28554]: cluster 2023-12-07T17:49:21.613273+0000 mgr.a (mgr.24293) 19204 : cluster 0 pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:23 smithi044 bash[32620]: cluster 2023-12-07T17:49:21.613273+0000 mgr.a (mgr.24293) 19204 : cluster 0 pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:23 smithi027 bash[31536]: cluster 2023-12-07T17:49:21.613273+0000 mgr.a (mgr.24293) 19204 : cluster 0 pgmap v14359: 33 pgs: 33 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:25.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:25.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:25.264 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:25 smithi022 bash[28554]: cluster 2023-12-07T17:49:23.613984+0000 mgr.a (mgr.24293) 19205 : cluster 0 pgmap v14360: 33 pgs: 33 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:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:25 smithi044 bash[32620]: cluster 2023-12-07T17:49:23.613984+0000 mgr.a (mgr.24293) 19205 : cluster 0 pgmap v14360: 33 pgs: 33 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:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:25 smithi027 bash[31536]: cluster 2023-12-07T17:49:23.613984+0000 mgr.a (mgr.24293) 19205 : cluster 0 pgmap v14360: 33 pgs: 33 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.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:26.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:26.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:26.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:26.191 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:27 smithi022 bash[28554]: cluster 2023-12-07T17:49:25.614726+0000 mgr.a (mgr.24293) 19206 : cluster 0 pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:27.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:27 smithi022 bash[28554]: audit 2023-12-07T17:49:25.668652+0000 mgr.a (mgr.24293) 19207 : audit 0 from='client.379998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:27 smithi044 bash[32620]: cluster 2023-12-07T17:49:25.614726+0000 mgr.a (mgr.24293) 19206 : cluster 0 pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:27 smithi044 bash[32620]: audit 2023-12-07T17:49:25.668652+0000 mgr.a (mgr.24293) 19207 : audit 0 from='client.379998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:27 smithi027 bash[31536]: cluster 2023-12-07T17:49:25.614726+0000 mgr.a (mgr.24293) 19206 : cluster 0 pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:27 smithi027 bash[31536]: audit 2023-12-07T17:49:25.668652+0000 mgr.a (mgr.24293) 19207 : audit 0 from='client.379998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:29 smithi022 bash[28554]: cluster 2023-12-07T17:49:27.615365+0000 mgr.a (mgr.24293) 19208 : cluster 0 pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:29 smithi044 bash[32620]: cluster 2023-12-07T17:49:27.615365+0000 mgr.a (mgr.24293) 19208 : cluster 0 pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:29 smithi027 bash[31536]: cluster 2023-12-07T17:49:27.615365+0000 mgr.a (mgr.24293) 19208 : cluster 0 pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:31.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:31.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:31.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:31 smithi022 bash[28554]: cluster 2023-12-07T17:49:29.615961+0000 mgr.a (mgr.24293) 19209 : cluster 0 pgmap v14363: 33 pgs: 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:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:31 smithi044 bash[32620]: cluster 2023-12-07T17:49:29.615961+0000 mgr.a (mgr.24293) 19209 : cluster 0 pgmap v14363: 33 pgs: 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:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:31 smithi027 bash[31536]: cluster 2023-12-07T17:49:29.615961+0000 mgr.a (mgr.24293) 19209 : cluster 0 pgmap v14363: 33 pgs: 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.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:32.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:32.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:32.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:32.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:33 smithi022 bash[28554]: audit 2023-12-07T17:49:31.604491+0000 mgr.a (mgr.24293) 19210 : audit 0 from='client.380073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:33 smithi022 bash[28554]: cluster 2023-12-07T17:49:31.618611+0000 mgr.a (mgr.24293) 19211 : cluster 0 pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:33 smithi044 bash[32620]: audit 2023-12-07T17:49:31.604491+0000 mgr.a (mgr.24293) 19210 : audit 0 from='client.380073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:33 smithi044 bash[32620]: cluster 2023-12-07T17:49:31.618611+0000 mgr.a (mgr.24293) 19211 : cluster 0 pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:33 smithi027 bash[31536]: audit 2023-12-07T17:49:31.604491+0000 mgr.a (mgr.24293) 19210 : audit 0 from='client.380073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:33 smithi027 bash[31536]: cluster 2023-12-07T17:49:31.618611+0000 mgr.a (mgr.24293) 19211 : cluster 0 pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:35 smithi022 bash[28554]: cluster 2023-12-07T17:49:33.619381+0000 mgr.a (mgr.24293) 19212 : cluster 0 pgmap v14365: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:35 smithi044 bash[32620]: cluster 2023-12-07T17:49:33.619381+0000 mgr.a (mgr.24293) 19212 : cluster 0 pgmap v14365: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:35 smithi027 bash[31536]: cluster 2023-12-07T17:49:33.619381+0000 mgr.a (mgr.24293) 19212 : cluster 0 pgmap v14365: 33 pgs: 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:37.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:37.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:37.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:37 smithi022 bash[28554]: cluster 2023-12-07T17:49:35.620231+0000 mgr.a (mgr.24293) 19213 : cluster 0 pgmap v14366: 33 pgs: 33 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:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:37 smithi044 bash[32620]: cluster 2023-12-07T17:49:35.620231+0000 mgr.a (mgr.24293) 19213 : cluster 0 pgmap v14366: 33 pgs: 33 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:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:37 smithi027 bash[31536]: cluster 2023-12-07T17:49:35.620231+0000 mgr.a (mgr.24293) 19213 : cluster 0 pgmap v14366: 33 pgs: 33 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.064 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:38.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:38.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:38.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:38.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:39 smithi022 bash[28554]: audit 2023-12-07T17:49:37.526465+0000 mgr.a (mgr.24293) 19214 : audit 0 from='client.380148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:39 smithi022 bash[28554]: cluster 2023-12-07T17:49:37.620846+0000 mgr.a (mgr.24293) 19215 : cluster 0 pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:39 smithi044 bash[32620]: audit 2023-12-07T17:49:37.526465+0000 mgr.a (mgr.24293) 19214 : audit 0 from='client.380148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:39 smithi044 bash[32620]: cluster 2023-12-07T17:49:37.620846+0000 mgr.a (mgr.24293) 19215 : cluster 0 pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:39 smithi027 bash[31536]: audit 2023-12-07T17:49:37.526465+0000 mgr.a (mgr.24293) 19214 : audit 0 from='client.380148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:39 smithi027 bash[31536]: cluster 2023-12-07T17:49:37.620846+0000 mgr.a (mgr.24293) 19215 : cluster 0 pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:41.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:41 smithi022 bash[28554]: cluster 2023-12-07T17:49:39.621580+0000 mgr.a (mgr.24293) 19216 : cluster 0 pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:41 smithi044 bash[32620]: cluster 2023-12-07T17:49:39.621580+0000 mgr.a (mgr.24293) 19216 : cluster 0 pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:41 smithi027 bash[31536]: cluster 2023-12-07T17:49:39.621580+0000 mgr.a (mgr.24293) 19216 : cluster 0 pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:43.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:43.069 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:43.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:43 smithi022 bash[28554]: cluster 2023-12-07T17:49:41.622440+0000 mgr.a (mgr.24293) 19217 : cluster 0 pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:43 smithi044 bash[32620]: cluster 2023-12-07T17:49:41.622440+0000 mgr.a (mgr.24293) 19217 : cluster 0 pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:43 smithi027 bash[31536]: cluster 2023-12-07T17:49:41.622440+0000 mgr.a (mgr.24293) 19217 : cluster 0 pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:44.012 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:44.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:44.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:44.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:44.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:45.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:45 smithi022 bash[28554]: audit 2023-12-07T17:49:43.472706+0000 mgr.a (mgr.24293) 19218 : audit 0 from='client.380226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:45.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:45 smithi022 bash[28554]: cluster 2023-12-07T17:49:43.624851+0000 mgr.a (mgr.24293) 19219 : cluster 0 pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:45 smithi044 bash[32620]: audit 2023-12-07T17:49:43.472706+0000 mgr.a (mgr.24293) 19218 : audit 0 from='client.380226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:45 smithi044 bash[32620]: cluster 2023-12-07T17:49:43.624851+0000 mgr.a (mgr.24293) 19219 : cluster 0 pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:45 smithi027 bash[31536]: audit 2023-12-07T17:49:43.472706+0000 mgr.a (mgr.24293) 19218 : audit 0 from='client.380226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:45 smithi027 bash[31536]: cluster 2023-12-07T17:49:43.624851+0000 mgr.a (mgr.24293) 19219 : cluster 0 pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:47.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:47 smithi022 bash[28554]: cluster 2023-12-07T17:49:45.625833+0000 mgr.a (mgr.24293) 19220 : cluster 0 pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:47 smithi044 bash[32620]: cluster 2023-12-07T17:49:45.625833+0000 mgr.a (mgr.24293) 19220 : cluster 0 pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:47 smithi027 bash[31536]: cluster 2023-12-07T17:49:45.625833+0000 mgr.a (mgr.24293) 19220 : cluster 0 pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:49.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:49.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:49.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:49.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:49 smithi022 bash[28554]: cluster 2023-12-07T17:49:47.626415+0000 mgr.a (mgr.24293) 19221 : cluster 0 pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:49 smithi044 bash[32620]: cluster 2023-12-07T17:49:47.626415+0000 mgr.a (mgr.24293) 19221 : cluster 0 pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:49 smithi027 bash[31536]: cluster 2023-12-07T17:49:47.626415+0000 mgr.a (mgr.24293) 19221 : cluster 0 pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:49.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:49.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:49.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:49.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:49.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:51 smithi022 bash[28554]: audit 2023-12-07T17:49:49.428291+0000 mgr.a (mgr.24293) 19222 : audit 0 from='client.380304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:51 smithi022 bash[28554]: cluster 2023-12-07T17:49:49.627070+0000 mgr.a (mgr.24293) 19223 : cluster 0 pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:51 smithi044 bash[32620]: audit 2023-12-07T17:49:49.428291+0000 mgr.a (mgr.24293) 19222 : audit 0 from='client.380304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:51 smithi044 bash[32620]: cluster 2023-12-07T17:49:49.627070+0000 mgr.a (mgr.24293) 19223 : cluster 0 pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:51 smithi027 bash[31536]: audit 2023-12-07T17:49:49.428291+0000 mgr.a (mgr.24293) 19222 : audit 0 from='client.380304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:51 smithi027 bash[31536]: cluster 2023-12-07T17:49:49.627070+0000 mgr.a (mgr.24293) 19223 : cluster 0 pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:53 smithi022 bash[28554]: cluster 2023-12-07T17:49:51.628042+0000 mgr.a (mgr.24293) 19224 : cluster 0 pgmap v14374: 33 pgs: 33 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:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:53 smithi044 bash[32620]: cluster 2023-12-07T17:49:51.628042+0000 mgr.a (mgr.24293) 19224 : cluster 0 pgmap v14374: 33 pgs: 33 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:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:53 smithi027 bash[31536]: cluster 2023-12-07T17:49:51.628042+0000 mgr.a (mgr.24293) 19224 : cluster 0 pgmap v14374: 33 pgs: 33 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:54.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:49:54.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:54.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:55 smithi022 bash[28554]: cluster 2023-12-07T17:49:53.628760+0000 mgr.a (mgr.24293) 19225 : cluster 0 pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:55 smithi044 bash[32620]: cluster 2023-12-07T17:49:53.628760+0000 mgr.a (mgr.24293) 19225 : cluster 0 pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:55 smithi027 bash[31536]: cluster 2023-12-07T17:49:53.628760+0000 mgr.a (mgr.24293) 19225 : cluster 0 pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:55.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:49:55.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:55.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:55.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:55.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:49:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:57 smithi022 bash[28554]: audit 2023-12-07T17:49:55.364291+0000 mgr.a (mgr.24293) 19226 : audit 0 from='client.380379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:57 smithi022 bash[28554]: cluster 2023-12-07T17:49:55.629947+0000 mgr.a (mgr.24293) 19227 : cluster 0 pgmap v14376: 33 pgs: 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:49:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:57 smithi044 bash[32620]: audit 2023-12-07T17:49:55.364291+0000 mgr.a (mgr.24293) 19226 : audit 0 from='client.380379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:57 smithi044 bash[32620]: cluster 2023-12-07T17:49:55.629947+0000 mgr.a (mgr.24293) 19227 : cluster 0 pgmap v14376: 33 pgs: 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:49:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:57 smithi027 bash[31536]: audit 2023-12-07T17:49:55.364291+0000 mgr.a (mgr.24293) 19226 : audit 0 from='client.380379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:57 smithi027 bash[31536]: cluster 2023-12-07T17:49:55.629947+0000 mgr.a (mgr.24293) 19227 : cluster 0 pgmap v14376: 33 pgs: 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:49:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:49:59 smithi022 bash[28554]: cluster 2023-12-07T17:49:57.630649+0000 mgr.a (mgr.24293) 19228 : cluster 0 pgmap v14377: 33 pgs: 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:49:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:49:59 smithi044 bash[32620]: cluster 2023-12-07T17:49:57.630649+0000 mgr.a (mgr.24293) 19228 : cluster 0 pgmap v14377: 33 pgs: 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:49:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:49:59 smithi027 bash[31536]: cluster 2023-12-07T17:49:57.630649+0000 mgr.a (mgr.24293) 19228 : cluster 0 pgmap v14377: 33 pgs: 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:50:00.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:00 smithi022 bash[28554]: cluster 2023-12-07T17:50:00.000177+0000 mon.a (mon.0) 3092 : cluster 1 overall HEALTH_OK 2023-12-07T17:50:00.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:00 smithi044 bash[32620]: cluster 2023-12-07T17:50:00.000177+0000 mon.a (mon.0) 3092 : cluster 1 overall HEALTH_OK 2023-12-07T17:50:00.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:00 smithi027 bash[31536]: cluster 2023-12-07T17:50:00.000177+0000 mon.a (mon.0) 3092 : cluster 1 overall HEALTH_OK 2023-12-07T17:50:00.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:00.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:00.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:01.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:01 smithi027 bash[31536]: cluster 2023-12-07T17:49:59.631229+0000 mgr.a (mgr.24293) 19229 : cluster 0 pgmap v14378: 33 pgs: 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:50:01.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:01 smithi022 bash[28554]: cluster 2023-12-07T17:49:59.631229+0000 mgr.a (mgr.24293) 19229 : cluster 0 pgmap v14378: 33 pgs: 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:50:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:01 smithi044 bash[32620]: cluster 2023-12-07T17:49:59.631229+0000 mgr.a (mgr.24293) 19229 : cluster 0 pgmap v14378: 33 pgs: 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:50:01.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:01.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:01.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:01.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:01.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:03.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:03 smithi027 bash[31536]: audit 2023-12-07T17:50:01.269390+0000 mgr.a (mgr.24293) 19230 : audit 0 from='client.380457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:03.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:03 smithi027 bash[31536]: cluster 2023-12-07T17:50:01.632404+0000 mgr.a (mgr.24293) 19231 : cluster 0 pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:03.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:03 smithi022 bash[28554]: audit 2023-12-07T17:50:01.269390+0000 mgr.a (mgr.24293) 19230 : audit 0 from='client.380457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:03 smithi022 bash[28554]: cluster 2023-12-07T17:50:01.632404+0000 mgr.a (mgr.24293) 19231 : cluster 0 pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:03 smithi044 bash[32620]: audit 2023-12-07T17:50:01.269390+0000 mgr.a (mgr.24293) 19230 : audit 0 from='client.380457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:03 smithi044 bash[32620]: cluster 2023-12-07T17:50:01.632404+0000 mgr.a (mgr.24293) 19231 : cluster 0 pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:05 smithi027 bash[31536]: cluster 2023-12-07T17:50:03.633076+0000 mgr.a (mgr.24293) 19232 : cluster 0 pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:05.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:05 smithi022 bash[28554]: cluster 2023-12-07T17:50:03.633076+0000 mgr.a (mgr.24293) 19232 : cluster 0 pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:05.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:05 smithi044 bash[32620]: cluster 2023-12-07T17:50:03.633076+0000 mgr.a (mgr.24293) 19232 : cluster 0 pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:06.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:06.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:06.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:07 smithi027 bash[31536]: cluster 2023-12-07T17:50:05.633895+0000 mgr.a (mgr.24293) 19233 : cluster 0 pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:07.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:07 smithi022 bash[28554]: cluster 2023-12-07T17:50:05.633895+0000 mgr.a (mgr.24293) 19233 : cluster 0 pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:07 smithi044 bash[32620]: cluster 2023-12-07T17:50:05.633895+0000 mgr.a (mgr.24293) 19233 : cluster 0 pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:07.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:07.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:07.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:07.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:07.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:08.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:08 smithi022 bash[28554]: audit 2023-12-07T17:50:07.203426+0000 mgr.a (mgr.24293) 19234 : audit 0 from='client.380532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:08.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:08 smithi044 bash[32620]: audit 2023-12-07T17:50:07.203426+0000 mgr.a (mgr.24293) 19234 : audit 0 from='client.380532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:08.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:08 smithi027 bash[31536]: audit 2023-12-07T17:50:07.203426+0000 mgr.a (mgr.24293) 19234 : audit 0 from='client.380532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:09.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:09 smithi022 bash[28554]: cluster 2023-12-07T17:50:07.634655+0000 mgr.a (mgr.24293) 19235 : cluster 0 pgmap v14382: 33 pgs: 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:50:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:09 smithi044 bash[32620]: cluster 2023-12-07T17:50:07.634655+0000 mgr.a (mgr.24293) 19235 : cluster 0 pgmap v14382: 33 pgs: 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:50:09.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:09 smithi027 bash[31536]: cluster 2023-12-07T17:50:07.634655+0000 mgr.a (mgr.24293) 19235 : cluster 0 pgmap v14382: 33 pgs: 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:50:10.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:10 smithi022 bash[28554]: audit 2023-12-07T17:50:09.841688+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:10.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:10 smithi044 bash[32620]: audit 2023-12-07T17:50:09.841688+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:10.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:10 smithi027 bash[31536]: audit 2023-12-07T17:50:09.841688+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:11.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:11 smithi022 bash[28554]: cluster 2023-12-07T17:50:09.635295+0000 mgr.a (mgr.24293) 19236 : cluster 0 pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:50:11.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:11 smithi044 bash[32620]: cluster 2023-12-07T17:50:09.635295+0000 mgr.a (mgr.24293) 19236 : cluster 0 pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:50:11.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:11 smithi027 bash[31536]: cluster 2023-12-07T17:50:09.635295+0000 mgr.a (mgr.24293) 19236 : cluster 0 pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:50:12.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:12.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:12.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:13.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:13 smithi022 bash[28554]: cluster 2023-12-07T17:50:11.636146+0000 mgr.a (mgr.24293) 19237 : cluster 0 pgmap v14384: 33 pgs: 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:50:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:13 smithi044 bash[32620]: cluster 2023-12-07T17:50:11.636146+0000 mgr.a (mgr.24293) 19237 : cluster 0 pgmap v14384: 33 pgs: 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:50:13.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:13.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:13.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:13 smithi027 bash[31536]: cluster 2023-12-07T17:50:11.636146+0000 mgr.a (mgr.24293) 19237 : cluster 0 pgmap v14384: 33 pgs: 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:50:14.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:14 smithi022 bash[28554]: audit 2023-12-07T17:50:13.152008+0000 mgr.a (mgr.24293) 19238 : audit 0 from='client.380607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:14.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:14 smithi044 bash[32620]: audit 2023-12-07T17:50:13.152008+0000 mgr.a (mgr.24293) 19238 : audit 0 from='client.380607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:14.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:14 smithi027 bash[31536]: audit 2023-12-07T17:50:13.152008+0000 mgr.a (mgr.24293) 19238 : audit 0 from='client.380607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:15 smithi022 bash[28554]: cluster 2023-12-07T17:50:13.636671+0000 mgr.a (mgr.24293) 19239 : cluster 0 pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:15 smithi022 bash[28554]: audit 2023-12-07T17:50:15.192951+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:15 smithi022 bash[28554]: audit 2023-12-07T17:50:15.204659+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:15 smithi044 bash[32620]: cluster 2023-12-07T17:50:13.636671+0000 mgr.a (mgr.24293) 19239 : cluster 0 pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:15 smithi044 bash[32620]: audit 2023-12-07T17:50:15.192951+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:15 smithi044 bash[32620]: audit 2023-12-07T17:50:15.204659+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:15.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:15 smithi027 bash[31536]: cluster 2023-12-07T17:50:13.636671+0000 mgr.a (mgr.24293) 19239 : cluster 0 pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:15.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:15 smithi027 bash[31536]: audit 2023-12-07T17:50:15.192951+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:15.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:15 smithi027 bash[31536]: audit 2023-12-07T17:50:15.204659+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.242793+0000 mon.a (mon.0) 3096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.248791+0000 mon.a (mon.0) 3097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.293375+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.299428+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.978309+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.980464+0000 mon.a (mon.0) 3101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:16 smithi022 bash[28554]: audit 2023-12-07T17:50:15.990367+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.242793+0000 mon.a (mon.0) 3096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.248791+0000 mon.a (mon.0) 3097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.293375+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.299428+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.978309+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.980464+0000 mon.a (mon.0) 3101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:16 smithi044 bash[32620]: audit 2023-12-07T17:50:15.990367+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.242793+0000 mon.a (mon.0) 3096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.248791+0000 mon.a (mon.0) 3097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.293375+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.299428+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.978309+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.980464+0000 mon.a (mon.0) 3101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:16 smithi027 bash[31536]: audit 2023-12-07T17:50:15.990367+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:50:17.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:17 smithi022 bash[28554]: cluster 2023-12-07T17:50:15.637509+0000 mgr.a (mgr.24293) 19240 : cluster 0 pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:17 smithi044 bash[32620]: cluster 2023-12-07T17:50:15.637509+0000 mgr.a (mgr.24293) 19240 : cluster 0 pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:17.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:17 smithi027 bash[31536]: cluster 2023-12-07T17:50:15.637509+0000 mgr.a (mgr.24293) 19240 : cluster 0 pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:18.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:18.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:18.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:18 smithi022 bash[28554]: cluster 2023-12-07T17:50:17.638230+0000 mgr.a (mgr.24293) 19241 : cluster 0 pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:18 smithi044 bash[32620]: cluster 2023-12-07T17:50:17.638230+0000 mgr.a (mgr.24293) 19241 : cluster 0 pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:18 smithi027 bash[31536]: cluster 2023-12-07T17:50:17.638230+0000 mgr.a (mgr.24293) 19241 : cluster 0 pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:19.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:19.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:19.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:19.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:19.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:20.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:19 smithi022 bash[28554]: audit 2023-12-07T17:50:19.095497+0000 mgr.a (mgr.24293) 19242 : audit 0 from='client.380685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:20.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:19 smithi044 bash[32620]: audit 2023-12-07T17:50:19.095497+0000 mgr.a (mgr.24293) 19242 : audit 0 from='client.380685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:20.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:19 smithi027 bash[31536]: audit 2023-12-07T17:50:19.095497+0000 mgr.a (mgr.24293) 19242 : audit 0 from='client.380685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:21.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:20 smithi022 bash[28554]: cluster 2023-12-07T17:50:19.639000+0000 mgr.a (mgr.24293) 19243 : cluster 0 pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:20 smithi044 bash[32620]: cluster 2023-12-07T17:50:19.639000+0000 mgr.a (mgr.24293) 19243 : cluster 0 pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:20 smithi027 bash[31536]: cluster 2023-12-07T17:50:19.639000+0000 mgr.a (mgr.24293) 19243 : cluster 0 pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:22 smithi022 bash[28554]: cluster 2023-12-07T17:50:21.639876+0000 mgr.a (mgr.24293) 19244 : cluster 0 pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:22 smithi044 bash[32620]: cluster 2023-12-07T17:50:21.639876+0000 mgr.a (mgr.24293) 19244 : cluster 0 pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:22 smithi027 bash[31536]: cluster 2023-12-07T17:50:21.639876+0000 mgr.a (mgr.24293) 19244 : cluster 0 pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:24.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:24.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:24.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:24 smithi022 bash[28554]: cluster 2023-12-07T17:50:23.640452+0000 mgr.a (mgr.24293) 19245 : cluster 0 pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:24 smithi044 bash[32620]: cluster 2023-12-07T17:50:23.640452+0000 mgr.a (mgr.24293) 19245 : cluster 0 pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:24 smithi027 bash[31536]: cluster 2023-12-07T17:50:23.640452+0000 mgr.a (mgr.24293) 19245 : cluster 0 pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:25.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:25.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:25.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:25.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:25.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:26.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:25 smithi022 bash[28554]: audit 2023-12-07T17:50:25.015568+0000 mgr.a (mgr.24293) 19246 : audit 0 from='client.380763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:26.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:26 smithi044 bash[32620]: audit 2023-12-07T17:50:25.015568+0000 mgr.a (mgr.24293) 19246 : audit 0 from='client.380763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:26.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:26 smithi027 bash[31536]: audit 2023-12-07T17:50:25.015568+0000 mgr.a (mgr.24293) 19246 : audit 0 from='client.380763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:27 smithi022 bash[28554]: cluster 2023-12-07T17:50:25.641430+0000 mgr.a (mgr.24293) 19247 : cluster 0 pgmap v14391: 33 pgs: 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:27.488 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:27 smithi027 bash[31536]: cluster 2023-12-07T17:50:25.641430+0000 mgr.a (mgr.24293) 19247 : cluster 0 pgmap v14391: 33 pgs: 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:27.489 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:27 smithi044 bash[32620]: cluster 2023-12-07T17:50:25.641430+0000 mgr.a (mgr.24293) 19247 : cluster 0 pgmap v14391: 33 pgs: 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:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:29 smithi022 bash[28554]: cluster 2023-12-07T17:50:27.642047+0000 mgr.a (mgr.24293) 19248 : cluster 0 pgmap v14392: 33 pgs: 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:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:29 smithi044 bash[32620]: cluster 2023-12-07T17:50:27.642047+0000 mgr.a (mgr.24293) 19248 : cluster 0 pgmap v14392: 33 pgs: 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:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:29 smithi027 bash[31536]: cluster 2023-12-07T17:50:27.642047+0000 mgr.a (mgr.24293) 19248 : cluster 0 pgmap v14392: 33 pgs: 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:30.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:30.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:30.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:31 smithi022 bash[28554]: cluster 2023-12-07T17:50:29.642614+0000 mgr.a (mgr.24293) 19249 : cluster 0 pgmap v14393: 33 pgs: 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:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:31 smithi044 bash[32620]: cluster 2023-12-07T17:50:29.642614+0000 mgr.a (mgr.24293) 19249 : cluster 0 pgmap v14393: 33 pgs: 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:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:31 smithi027 bash[31536]: cluster 2023-12-07T17:50:29.642614+0000 mgr.a (mgr.24293) 19249 : cluster 0 pgmap v14393: 33 pgs: 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:31.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:31.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:31.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:31.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:31.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:32.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:32 smithi022 bash[28554]: audit 2023-12-07T17:50:30.972919+0000 mgr.a (mgr.24293) 19250 : audit 0 from='client.380841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:32.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:32 smithi044 bash[32620]: audit 2023-12-07T17:50:30.972919+0000 mgr.a (mgr.24293) 19250 : audit 0 from='client.380841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:32.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:32 smithi027 bash[31536]: audit 2023-12-07T17:50:30.972919+0000 mgr.a (mgr.24293) 19250 : audit 0 from='client.380841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:33 smithi022 bash[28554]: cluster 2023-12-07T17:50:31.643736+0000 mgr.a (mgr.24293) 19251 : cluster 0 pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:33 smithi044 bash[32620]: cluster 2023-12-07T17:50:31.643736+0000 mgr.a (mgr.24293) 19251 : cluster 0 pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:33 smithi027 bash[31536]: cluster 2023-12-07T17:50:31.643736+0000 mgr.a (mgr.24293) 19251 : cluster 0 pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:35 smithi022 bash[28554]: cluster 2023-12-07T17:50:33.644443+0000 mgr.a (mgr.24293) 19252 : cluster 0 pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:35 smithi044 bash[32620]: cluster 2023-12-07T17:50:33.644443+0000 mgr.a (mgr.24293) 19252 : cluster 0 pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:35 smithi027 bash[31536]: cluster 2023-12-07T17:50:33.644443+0000 mgr.a (mgr.24293) 19252 : cluster 0 pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:36.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:36.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:36.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:37.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:37 smithi022 bash[28554]: cluster 2023-12-07T17:50:35.645367+0000 mgr.a (mgr.24293) 19253 : cluster 0 pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:37 smithi044 bash[32620]: cluster 2023-12-07T17:50:35.645367+0000 mgr.a (mgr.24293) 19253 : cluster 0 pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:37.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:37.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:37 smithi027 bash[31536]: cluster 2023-12-07T17:50:35.645367+0000 mgr.a (mgr.24293) 19253 : cluster 0 pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:38.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:38 smithi022 bash[28554]: audit 2023-12-07T17:50:36.914262+0000 mgr.a (mgr.24293) 19254 : audit 0 from='client.380919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:38.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:38 smithi044 bash[32620]: audit 2023-12-07T17:50:36.914262+0000 mgr.a (mgr.24293) 19254 : audit 0 from='client.380919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:38.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:38 smithi027 bash[31536]: audit 2023-12-07T17:50:36.914262+0000 mgr.a (mgr.24293) 19254 : audit 0 from='client.380919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:39.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:39 smithi022 bash[28554]: cluster 2023-12-07T17:50:37.646250+0000 mgr.a (mgr.24293) 19255 : cluster 0 pgmap v14397: 33 pgs: 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:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:39 smithi044 bash[32620]: cluster 2023-12-07T17:50:37.646250+0000 mgr.a (mgr.24293) 19255 : cluster 0 pgmap v14397: 33 pgs: 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:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:39 smithi027 bash[31536]: cluster 2023-12-07T17:50:37.646250+0000 mgr.a (mgr.24293) 19255 : cluster 0 pgmap v14397: 33 pgs: 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:41 smithi022 bash[28554]: cluster 2023-12-07T17:50:39.646859+0000 mgr.a (mgr.24293) 19256 : cluster 0 pgmap v14398: 33 pgs: 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:41 smithi044 bash[32620]: cluster 2023-12-07T17:50:39.646859+0000 mgr.a (mgr.24293) 19256 : cluster 0 pgmap v14398: 33 pgs: 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:41 smithi027 bash[31536]: cluster 2023-12-07T17:50:39.646859+0000 mgr.a (mgr.24293) 19256 : cluster 0 pgmap v14398: 33 pgs: 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.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:42.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:42.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:43.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:43.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:43.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:43.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:43.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:43 smithi022 bash[28554]: cluster 2023-12-07T17:50:41.647713+0000 mgr.a (mgr.24293) 19257 : cluster 0 pgmap v14399: 33 pgs: 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:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:43 smithi044 bash[32620]: cluster 2023-12-07T17:50:41.647713+0000 mgr.a (mgr.24293) 19257 : cluster 0 pgmap v14399: 33 pgs: 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:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:43 smithi027 bash[31536]: cluster 2023-12-07T17:50:41.647713+0000 mgr.a (mgr.24293) 19257 : cluster 0 pgmap v14399: 33 pgs: 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:44.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:44 smithi022 bash[28554]: audit 2023-12-07T17:50:42.855013+0000 mgr.a (mgr.24293) 19258 : audit 0 from='client.380997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:44.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:44 smithi044 bash[32620]: audit 2023-12-07T17:50:42.855013+0000 mgr.a (mgr.24293) 19258 : audit 0 from='client.380997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:44.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:44 smithi027 bash[31536]: audit 2023-12-07T17:50:42.855013+0000 mgr.a (mgr.24293) 19258 : audit 0 from='client.380997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:45.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:45 smithi022 bash[28554]: cluster 2023-12-07T17:50:43.648397+0000 mgr.a (mgr.24293) 19259 : cluster 0 pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:45 smithi044 bash[32620]: cluster 2023-12-07T17:50:43.648397+0000 mgr.a (mgr.24293) 19259 : cluster 0 pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:45 smithi027 bash[31536]: cluster 2023-12-07T17:50:43.648397+0000 mgr.a (mgr.24293) 19259 : cluster 0 pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:47.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:47 smithi022 bash[28554]: cluster 2023-12-07T17:50:45.649410+0000 mgr.a (mgr.24293) 19260 : cluster 0 pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:47 smithi044 bash[32620]: cluster 2023-12-07T17:50:45.649410+0000 mgr.a (mgr.24293) 19260 : cluster 0 pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:47 smithi027 bash[31536]: cluster 2023-12-07T17:50:45.649410+0000 mgr.a (mgr.24293) 19260 : cluster 0 pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:48.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:48.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:48.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:49.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:49.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:49.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:49.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:49.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:49 smithi022 bash[28554]: cluster 2023-12-07T17:50:47.649970+0000 mgr.a (mgr.24293) 19261 : cluster 0 pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:49 smithi044 bash[32620]: cluster 2023-12-07T17:50:47.649970+0000 mgr.a (mgr.24293) 19261 : cluster 0 pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:49 smithi027 bash[31536]: cluster 2023-12-07T17:50:47.649970+0000 mgr.a (mgr.24293) 19261 : cluster 0 pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:50.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:50 smithi022 bash[28554]: audit 2023-12-07T17:50:48.795473+0000 mgr.a (mgr.24293) 19262 : audit 0 from='client.381075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:50.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:50 smithi044 bash[32620]: audit 2023-12-07T17:50:48.795473+0000 mgr.a (mgr.24293) 19262 : audit 0 from='client.381075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:50.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:50 smithi027 bash[31536]: audit 2023-12-07T17:50:48.795473+0000 mgr.a (mgr.24293) 19262 : audit 0 from='client.381075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:51.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:51 smithi022 bash[28554]: cluster 2023-12-07T17:50:49.650717+0000 mgr.a (mgr.24293) 19263 : cluster 0 pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:51 smithi044 bash[32620]: cluster 2023-12-07T17:50:49.650717+0000 mgr.a (mgr.24293) 19263 : cluster 0 pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:51 smithi027 bash[31536]: cluster 2023-12-07T17:50:49.650717+0000 mgr.a (mgr.24293) 19263 : cluster 0 pgmap v14403: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:53 smithi022 bash[28554]: cluster 2023-12-07T17:50:51.651618+0000 mgr.a (mgr.24293) 19264 : cluster 0 pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:53 smithi044 bash[32620]: cluster 2023-12-07T17:50:51.651618+0000 mgr.a (mgr.24293) 19264 : cluster 0 pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:53 smithi027 bash[31536]: cluster 2023-12-07T17:50:51.651618+0000 mgr.a (mgr.24293) 19264 : cluster 0 pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:54.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:50:54.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:54.311 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:55.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:50:55.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:55.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:55.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:55.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:50:55.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:55 smithi022 bash[28554]: cluster 2023-12-07T17:50:53.652212+0000 mgr.a (mgr.24293) 19265 : cluster 0 pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:55 smithi044 bash[32620]: cluster 2023-12-07T17:50:53.652212+0000 mgr.a (mgr.24293) 19265 : cluster 0 pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:55 smithi027 bash[31536]: cluster 2023-12-07T17:50:53.652212+0000 mgr.a (mgr.24293) 19265 : cluster 0 pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:56.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:56 smithi022 bash[28554]: audit 2023-12-07T17:50:54.719999+0000 mgr.a (mgr.24293) 19266 : audit 0 from='client.381153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:56.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:56 smithi044 bash[32620]: audit 2023-12-07T17:50:54.719999+0000 mgr.a (mgr.24293) 19266 : audit 0 from='client.381153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:56.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:56 smithi027 bash[31536]: audit 2023-12-07T17:50:54.719999+0000 mgr.a (mgr.24293) 19266 : audit 0 from='client.381153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:57 smithi022 bash[28554]: cluster 2023-12-07T17:50:55.653151+0000 mgr.a (mgr.24293) 19267 : cluster 0 pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:57 smithi044 bash[32620]: cluster 2023-12-07T17:50:55.653151+0000 mgr.a (mgr.24293) 19267 : cluster 0 pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:57 smithi027 bash[31536]: cluster 2023-12-07T17:50:55.653151+0000 mgr.a (mgr.24293) 19267 : cluster 0 pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:50:59 smithi022 bash[28554]: cluster 2023-12-07T17:50:57.653746+0000 mgr.a (mgr.24293) 19268 : cluster 0 pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:50:59 smithi044 bash[32620]: cluster 2023-12-07T17:50:57.653746+0000 mgr.a (mgr.24293) 19268 : cluster 0 pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:50:59 smithi027 bash[31536]: cluster 2023-12-07T17:50:57.653746+0000 mgr.a (mgr.24293) 19268 : cluster 0 pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:00.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:00.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:00.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:01.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:01.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:01.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:01.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:01.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:01 smithi022 bash[28554]: cluster 2023-12-07T17:50:59.654334+0000 mgr.a (mgr.24293) 19269 : cluster 0 pgmap v14408: 33 pgs: 33 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:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:01 smithi044 bash[32620]: cluster 2023-12-07T17:50:59.654334+0000 mgr.a (mgr.24293) 19269 : cluster 0 pgmap v14408: 33 pgs: 33 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:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:01 smithi027 bash[31536]: cluster 2023-12-07T17:50:59.654334+0000 mgr.a (mgr.24293) 19269 : cluster 0 pgmap v14408: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:02 smithi022 bash[28554]: audit 2023-12-07T17:51:00.658409+0000 mgr.a (mgr.24293) 19270 : audit 0 from='client.381231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:02.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:02 smithi044 bash[32620]: audit 2023-12-07T17:51:00.658409+0000 mgr.a (mgr.24293) 19270 : audit 0 from='client.381231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:02.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:02 smithi027 bash[31536]: audit 2023-12-07T17:51:00.658409+0000 mgr.a (mgr.24293) 19270 : audit 0 from='client.381231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:03 smithi022 bash[28554]: cluster 2023-12-07T17:51:01.655367+0000 mgr.a (mgr.24293) 19271 : cluster 0 pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:03 smithi044 bash[32620]: cluster 2023-12-07T17:51:01.655367+0000 mgr.a (mgr.24293) 19271 : cluster 0 pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:03 smithi027 bash[31536]: cluster 2023-12-07T17:51:01.655367+0000 mgr.a (mgr.24293) 19271 : cluster 0 pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:05.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:05 smithi022 bash[28554]: cluster 2023-12-07T17:51:03.655942+0000 mgr.a (mgr.24293) 19272 : cluster 0 pgmap v14410: 33 pgs: 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:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:05 smithi044 bash[32620]: cluster 2023-12-07T17:51:03.655942+0000 mgr.a (mgr.24293) 19272 : cluster 0 pgmap v14410: 33 pgs: 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:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:05 smithi027 bash[31536]: cluster 2023-12-07T17:51:03.655942+0000 mgr.a (mgr.24293) 19272 : cluster 0 pgmap v14410: 33 pgs: 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:06.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:06.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:06.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:07.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:07.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:07.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:07.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:07.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:07.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:07 smithi022 bash[28554]: cluster 2023-12-07T17:51:05.656682+0000 mgr.a (mgr.24293) 19273 : cluster 0 pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:07 smithi044 bash[32620]: cluster 2023-12-07T17:51:05.656682+0000 mgr.a (mgr.24293) 19273 : cluster 0 pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:07 smithi027 bash[31536]: cluster 2023-12-07T17:51:05.656682+0000 mgr.a (mgr.24293) 19273 : cluster 0 pgmap v14411: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:08 smithi022 bash[28554]: audit 2023-12-07T17:51:06.586426+0000 mgr.a (mgr.24293) 19274 : audit 0 from='client.381309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:08.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:08 smithi044 bash[32620]: audit 2023-12-07T17:51:06.586426+0000 mgr.a (mgr.24293) 19274 : audit 0 from='client.381309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:08.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:08 smithi027 bash[31536]: audit 2023-12-07T17:51:06.586426+0000 mgr.a (mgr.24293) 19274 : audit 0 from='client.381309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:09 smithi022 bash[28554]: cluster 2023-12-07T17:51:07.657369+0000 mgr.a (mgr.24293) 19275 : cluster 0 pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:09 smithi044 bash[32620]: cluster 2023-12-07T17:51:07.657369+0000 mgr.a (mgr.24293) 19275 : cluster 0 pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:09 smithi027 bash[31536]: cluster 2023-12-07T17:51:07.657369+0000 mgr.a (mgr.24293) 19275 : cluster 0 pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:11 smithi022 bash[28554]: cluster 2023-12-07T17:51:09.657966+0000 mgr.a (mgr.24293) 19276 : cluster 0 pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:11 smithi044 bash[32620]: cluster 2023-12-07T17:51:09.657966+0000 mgr.a (mgr.24293) 19276 : cluster 0 pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:11 smithi027 bash[31536]: cluster 2023-12-07T17:51:09.657966+0000 mgr.a (mgr.24293) 19276 : cluster 0 pgmap v14413: 33 pgs: 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.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:12.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:12.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:13.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:13 smithi022 bash[28554]: cluster 2023-12-07T17:51:11.658807+0000 mgr.a (mgr.24293) 19277 : cluster 0 pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:13 smithi044 bash[32620]: cluster 2023-12-07T17:51:11.658807+0000 mgr.a (mgr.24293) 19277 : cluster 0 pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:13 smithi027 bash[31536]: cluster 2023-12-07T17:51:11.658807+0000 mgr.a (mgr.24293) 19277 : cluster 0 pgmap v14414: 33 pgs: 33 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:14.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:14 smithi022 bash[28554]: audit 2023-12-07T17:51:12.538026+0000 mgr.a (mgr.24293) 19278 : audit 0 from='client.381378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:14.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:14 smithi044 bash[32620]: audit 2023-12-07T17:51:12.538026+0000 mgr.a (mgr.24293) 19278 : audit 0 from='client.381378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:14.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:14 smithi027 bash[31536]: audit 2023-12-07T17:51:12.538026+0000 mgr.a (mgr.24293) 19278 : audit 0 from='client.381378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:15.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:15 smithi022 bash[28554]: cluster 2023-12-07T17:51:13.659485+0000 mgr.a (mgr.24293) 19279 : cluster 0 pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:15 smithi044 bash[32620]: cluster 2023-12-07T17:51:13.659485+0000 mgr.a (mgr.24293) 19279 : cluster 0 pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:15 smithi027 bash[31536]: cluster 2023-12-07T17:51:13.659485+0000 mgr.a (mgr.24293) 19279 : cluster 0 pgmap v14415: 33 pgs: 33 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.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:16 smithi022 bash[28554]: audit 2023-12-07T17:51:16.094282+0000 mon.a (mon.0) 3103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:16.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:16 smithi044 bash[32620]: audit 2023-12-07T17:51:16.094282+0000 mon.a (mon.0) 3103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:16.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:16 smithi027 bash[31536]: audit 2023-12-07T17:51:16.094282+0000 mon.a (mon.0) 3103 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:17 smithi022 bash[28554]: cluster 2023-12-07T17:51:15.660349+0000 mgr.a (mgr.24293) 19280 : cluster 0 pgmap v14416: 33 pgs: 33 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:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:17 smithi044 bash[32620]: cluster 2023-12-07T17:51:15.660349+0000 mgr.a (mgr.24293) 19280 : cluster 0 pgmap v14416: 33 pgs: 33 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:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:17 smithi027 bash[31536]: cluster 2023-12-07T17:51:15.660349+0000 mgr.a (mgr.24293) 19280 : cluster 0 pgmap v14416: 33 pgs: 33 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:18.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:18.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:18.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:18.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:18.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:18.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:18.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:18.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:19 smithi022 bash[28554]: cluster 2023-12-07T17:51:17.660905+0000 mgr.a (mgr.24293) 19281 : cluster 0 pgmap v14417: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:19 smithi044 bash[32620]: cluster 2023-12-07T17:51:17.660905+0000 mgr.a (mgr.24293) 19281 : cluster 0 pgmap v14417: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:19 smithi027 bash[31536]: cluster 2023-12-07T17:51:17.660905+0000 mgr.a (mgr.24293) 19281 : cluster 0 pgmap v14417: 33 pgs: 33 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:20.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:20 smithi022 bash[28554]: audit 2023-12-07T17:51:18.467739+0000 mgr.a (mgr.24293) 19282 : audit 0 from='client.381456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:20.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:20 smithi044 bash[32620]: audit 2023-12-07T17:51:18.467739+0000 mgr.a (mgr.24293) 19282 : audit 0 from='client.381456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:20.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:20 smithi027 bash[31536]: audit 2023-12-07T17:51:18.467739+0000 mgr.a (mgr.24293) 19282 : audit 0 from='client.381456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:21.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:21 smithi022 bash[28554]: cluster 2023-12-07T17:51:19.661570+0000 mgr.a (mgr.24293) 19283 : cluster 0 pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:21 smithi044 bash[32620]: cluster 2023-12-07T17:51:19.661570+0000 mgr.a (mgr.24293) 19283 : cluster 0 pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:21 smithi027 bash[31536]: cluster 2023-12-07T17:51:19.661570+0000 mgr.a (mgr.24293) 19283 : cluster 0 pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:23.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:23 smithi022 bash[28554]: cluster 2023-12-07T17:51:21.662402+0000 mgr.a (mgr.24293) 19284 : cluster 0 pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:23 smithi044 bash[32620]: cluster 2023-12-07T17:51:21.662402+0000 mgr.a (mgr.24293) 19284 : cluster 0 pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:23 smithi027 bash[31536]: cluster 2023-12-07T17:51:21.662402+0000 mgr.a (mgr.24293) 19284 : cluster 0 pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:23.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:23.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:23.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:24.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:24.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:24.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:24.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:24.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:25 smithi022 bash[28554]: cluster 2023-12-07T17:51:23.662913+0000 mgr.a (mgr.24293) 19285 : cluster 0 pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:25 smithi044 bash[32620]: cluster 2023-12-07T17:51:23.662913+0000 mgr.a (mgr.24293) 19285 : cluster 0 pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:25 smithi027 bash[31536]: cluster 2023-12-07T17:51:23.662913+0000 mgr.a (mgr.24293) 19285 : cluster 0 pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:26.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:26 smithi027 bash[31536]: audit 2023-12-07T17:51:24.397967+0000 mgr.a (mgr.24293) 19286 : audit 0 from='client.381531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:26.571 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:26 smithi022 bash[28554]: audit 2023-12-07T17:51:24.397967+0000 mgr.a (mgr.24293) 19286 : audit 0 from='client.381531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:26.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:26 smithi044 bash[32620]: audit 2023-12-07T17:51:24.397967+0000 mgr.a (mgr.24293) 19286 : audit 0 from='client.381531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:27 smithi027 bash[31536]: cluster 2023-12-07T17:51:25.663819+0000 mgr.a (mgr.24293) 19287 : cluster 0 pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:27 smithi027 bash[31536]: audit 2023-12-07T17:51:27.040311+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:27 smithi027 bash[31536]: audit 2023-12-07T17:51:27.046567+0000 mon.a (mon.0) 3105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:27 smithi027 bash[31536]: audit 2023-12-07T17:51:27.048142+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:27 smithi027 bash[31536]: audit 2023-12-07T17:51:27.049716+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:27.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:27 smithi027 bash[31536]: audit 2023-12-07T17:51:27.057351+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:27 smithi022 bash[28554]: cluster 2023-12-07T17:51:25.663819+0000 mgr.a (mgr.24293) 19287 : cluster 0 pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:27 smithi022 bash[28554]: audit 2023-12-07T17:51:27.040311+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:27 smithi022 bash[28554]: audit 2023-12-07T17:51:27.046567+0000 mon.a (mon.0) 3105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:27 smithi022 bash[28554]: audit 2023-12-07T17:51:27.048142+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:27 smithi022 bash[28554]: audit 2023-12-07T17:51:27.049716+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:27 smithi022 bash[28554]: audit 2023-12-07T17:51:27.057351+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:27 smithi044 bash[32620]: cluster 2023-12-07T17:51:25.663819+0000 mgr.a (mgr.24293) 19287 : cluster 0 pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:27 smithi044 bash[32620]: audit 2023-12-07T17:51:27.040311+0000 mon.a (mon.0) 3104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:27 smithi044 bash[32620]: audit 2023-12-07T17:51:27.046567+0000 mon.a (mon.0) 3105 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:27 smithi044 bash[32620]: audit 2023-12-07T17:51:27.048142+0000 mon.a (mon.0) 3106 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:27 smithi044 bash[32620]: audit 2023-12-07T17:51:27.049716+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:27 smithi044 bash[32620]: audit 2023-12-07T17:51:27.057351+0000 mon.a (mon.0) 3108 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:51:29.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:29 smithi027 bash[31536]: cluster 2023-12-07T17:51:27.664372+0000 mgr.a (mgr.24293) 19288 : cluster 0 pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:29.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:29 smithi022 bash[28554]: cluster 2023-12-07T17:51:27.664372+0000 mgr.a (mgr.24293) 19288 : cluster 0 pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:29 smithi044 bash[32620]: cluster 2023-12-07T17:51:27.664372+0000 mgr.a (mgr.24293) 19288 : cluster 0 pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:29.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:29.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:29.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:30.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:30.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:30.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:30.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:30.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:31.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:31 smithi027 bash[31536]: cluster 2023-12-07T17:51:29.664944+0000 mgr.a (mgr.24293) 19289 : cluster 0 pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:31.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:31 smithi022 bash[28554]: cluster 2023-12-07T17:51:29.664944+0000 mgr.a (mgr.24293) 19289 : cluster 0 pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:31.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:31 smithi044 bash[32620]: cluster 2023-12-07T17:51:29.664944+0000 mgr.a (mgr.24293) 19289 : cluster 0 pgmap v14423: 33 pgs: 33 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.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:32 smithi022 bash[28554]: audit 2023-12-07T17:51:30.347871+0000 mgr.a (mgr.24293) 19290 : audit 0 from='client.381609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:32.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:32 smithi044 bash[32620]: audit 2023-12-07T17:51:30.347871+0000 mgr.a (mgr.24293) 19290 : audit 0 from='client.381609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:32.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:32 smithi027 bash[31536]: audit 2023-12-07T17:51:30.347871+0000 mgr.a (mgr.24293) 19290 : audit 0 from='client.381609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:33 smithi022 bash[28554]: cluster 2023-12-07T17:51:31.665976+0000 mgr.a (mgr.24293) 19291 : cluster 0 pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:33 smithi044 bash[32620]: cluster 2023-12-07T17:51:31.665976+0000 mgr.a (mgr.24293) 19291 : cluster 0 pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:33 smithi027 bash[31536]: cluster 2023-12-07T17:51:31.665976+0000 mgr.a (mgr.24293) 19291 : cluster 0 pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:35 smithi022 bash[28554]: cluster 2023-12-07T17:51:33.666714+0000 mgr.a (mgr.24293) 19292 : cluster 0 pgmap v14425: 33 pgs: 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:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:35 smithi044 bash[32620]: cluster 2023-12-07T17:51:33.666714+0000 mgr.a (mgr.24293) 19292 : cluster 0 pgmap v14425: 33 pgs: 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:35.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:35 smithi027 bash[31536]: cluster 2023-12-07T17:51:33.666714+0000 mgr.a (mgr.24293) 19292 : cluster 0 pgmap v14425: 33 pgs: 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:35.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:35.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:35.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:36.846 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:36.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:36.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:36.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:36.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:37.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:37 smithi022 bash[28554]: cluster 2023-12-07T17:51:35.667688+0000 mgr.a (mgr.24293) 19293 : cluster 0 pgmap v14426: 33 pgs: 33 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:37.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:37 smithi044 bash[32620]: cluster 2023-12-07T17:51:35.667688+0000 mgr.a (mgr.24293) 19293 : cluster 0 pgmap v14426: 33 pgs: 33 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:37.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:37 smithi027 bash[31536]: cluster 2023-12-07T17:51:35.667688+0000 mgr.a (mgr.24293) 19293 : cluster 0 pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:38 smithi022 bash[28554]: audit 2023-12-07T17:51:36.306290+0000 mgr.a (mgr.24293) 19294 : audit 0 from='client.381681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:38.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:38 smithi044 bash[32620]: audit 2023-12-07T17:51:36.306290+0000 mgr.a (mgr.24293) 19294 : audit 0 from='client.381681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:38.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:38 smithi027 bash[31536]: audit 2023-12-07T17:51:36.306290+0000 mgr.a (mgr.24293) 19294 : audit 0 from='client.381681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:39.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:39 smithi022 bash[28554]: cluster 2023-12-07T17:51:37.668351+0000 mgr.a (mgr.24293) 19295 : cluster 0 pgmap v14427: 33 pgs: 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:39.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:39 smithi044 bash[32620]: cluster 2023-12-07T17:51:37.668351+0000 mgr.a (mgr.24293) 19295 : cluster 0 pgmap v14427: 33 pgs: 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:39.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:39 smithi027 bash[31536]: cluster 2023-12-07T17:51:37.668351+0000 mgr.a (mgr.24293) 19295 : cluster 0 pgmap v14427: 33 pgs: 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:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:41 smithi022 bash[28554]: cluster 2023-12-07T17:51:39.668931+0000 mgr.a (mgr.24293) 19296 : cluster 0 pgmap v14428: 33 pgs: 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:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:41 smithi044 bash[32620]: cluster 2023-12-07T17:51:39.668931+0000 mgr.a (mgr.24293) 19296 : cluster 0 pgmap v14428: 33 pgs: 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:41.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:41 smithi027 bash[31536]: cluster 2023-12-07T17:51:39.668931+0000 mgr.a (mgr.24293) 19296 : cluster 0 pgmap v14428: 33 pgs: 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:41.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:41.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:41.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:42.783 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:42.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:42.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:42.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:42.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:43 smithi022 bash[28554]: cluster 2023-12-07T17:51:41.669816+0000 mgr.a (mgr.24293) 19297 : cluster 0 pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:43 smithi022 bash[28554]: audit 2023-12-07T17:51:42.256182+0000 mgr.a (mgr.24293) 19298 : audit 0 from='client.381759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:43 smithi044 bash[32620]: cluster 2023-12-07T17:51:41.669816+0000 mgr.a (mgr.24293) 19297 : cluster 0 pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:43 smithi044 bash[32620]: audit 2023-12-07T17:51:42.256182+0000 mgr.a (mgr.24293) 19298 : audit 0 from='client.381759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:43.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:43 smithi027 bash[31536]: cluster 2023-12-07T17:51:41.669816+0000 mgr.a (mgr.24293) 19297 : cluster 0 pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:43.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:43 smithi027 bash[31536]: audit 2023-12-07T17:51:42.256182+0000 mgr.a (mgr.24293) 19298 : audit 0 from='client.381759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:45 smithi022 bash[28554]: cluster 2023-12-07T17:51:43.670677+0000 mgr.a (mgr.24293) 19299 : cluster 0 pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:45 smithi044 bash[32620]: cluster 2023-12-07T17:51:43.670677+0000 mgr.a (mgr.24293) 19299 : cluster 0 pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:45 smithi027 bash[31536]: cluster 2023-12-07T17:51:43.670677+0000 mgr.a (mgr.24293) 19299 : cluster 0 pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:47 smithi022 bash[28554]: cluster 2023-12-07T17:51:45.671627+0000 mgr.a (mgr.24293) 19300 : cluster 0 pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:47.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:47 smithi044 bash[32620]: cluster 2023-12-07T17:51:45.671627+0000 mgr.a (mgr.24293) 19300 : cluster 0 pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:47.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:47 smithi027 bash[31536]: cluster 2023-12-07T17:51:45.671627+0000 mgr.a (mgr.24293) 19300 : cluster 0 pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:47.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:47.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:47.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:48.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:48.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:48.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:48.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:48.708 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:49 smithi022 bash[28554]: cluster 2023-12-07T17:51:47.672198+0000 mgr.a (mgr.24293) 19301 : cluster 0 pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:49 smithi022 bash[28554]: audit 2023-12-07T17:51:48.200473+0000 mgr.a (mgr.24293) 19302 : audit 0 from='client.381837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:49 smithi044 bash[32620]: cluster 2023-12-07T17:51:47.672198+0000 mgr.a (mgr.24293) 19301 : cluster 0 pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:49 smithi044 bash[32620]: audit 2023-12-07T17:51:48.200473+0000 mgr.a (mgr.24293) 19302 : audit 0 from='client.381837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:49.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:49 smithi027 bash[31536]: cluster 2023-12-07T17:51:47.672198+0000 mgr.a (mgr.24293) 19301 : cluster 0 pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:49.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:49 smithi027 bash[31536]: audit 2023-12-07T17:51:48.200473+0000 mgr.a (mgr.24293) 19302 : audit 0 from='client.381837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:51 smithi022 bash[28554]: cluster 2023-12-07T17:51:49.672987+0000 mgr.a (mgr.24293) 19303 : cluster 0 pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:51 smithi044 bash[32620]: cluster 2023-12-07T17:51:49.672987+0000 mgr.a (mgr.24293) 19303 : cluster 0 pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:51.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:51 smithi027 bash[31536]: cluster 2023-12-07T17:51:49.672987+0000 mgr.a (mgr.24293) 19303 : cluster 0 pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:53.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:53 smithi022 bash[28554]: cluster 2023-12-07T17:51:51.673857+0000 mgr.a (mgr.24293) 19304 : cluster 0 pgmap v14434: 33 pgs: 33 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:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:53 smithi044 bash[32620]: cluster 2023-12-07T17:51:51.673857+0000 mgr.a (mgr.24293) 19304 : cluster 0 pgmap v14434: 33 pgs: 33 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:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:53 smithi027 bash[31536]: cluster 2023-12-07T17:51:51.673857+0000 mgr.a (mgr.24293) 19304 : cluster 0 pgmap v14434: 33 pgs: 33 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:53.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:53.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:53.712 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:54.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:51:54.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:54.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:54.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:54.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:51:55.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:55 smithi022 bash[28554]: cluster 2023-12-07T17:51:53.674416+0000 mgr.a (mgr.24293) 19305 : cluster 0 pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:55 smithi022 bash[28554]: audit 2023-12-07T17:51:54.117389+0000 mgr.a (mgr.24293) 19306 : audit 0 from='client.381909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:55 smithi044 bash[32620]: cluster 2023-12-07T17:51:53.674416+0000 mgr.a (mgr.24293) 19305 : cluster 0 pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:55 smithi044 bash[32620]: audit 2023-12-07T17:51:54.117389+0000 mgr.a (mgr.24293) 19306 : audit 0 from='client.381909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:55.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:55 smithi027 bash[31536]: cluster 2023-12-07T17:51:53.674416+0000 mgr.a (mgr.24293) 19305 : cluster 0 pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:55.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:55 smithi027 bash[31536]: audit 2023-12-07T17:51:54.117389+0000 mgr.a (mgr.24293) 19306 : audit 0 from='client.381909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:57 smithi022 bash[28554]: cluster 2023-12-07T17:51:55.675288+0000 mgr.a (mgr.24293) 19307 : cluster 0 pgmap v14436: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:57 smithi044 bash[32620]: cluster 2023-12-07T17:51:55.675288+0000 mgr.a (mgr.24293) 19307 : cluster 0 pgmap v14436: 33 pgs: 33 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.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:57 smithi027 bash[31536]: cluster 2023-12-07T17:51:55.675288+0000 mgr.a (mgr.24293) 19307 : cluster 0 pgmap v14436: 33 pgs: 33 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.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:51:59.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:59.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:59.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:51:59 smithi022 bash[28554]: cluster 2023-12-07T17:51:57.675880+0000 mgr.a (mgr.24293) 19308 : cluster 0 pgmap v14437: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:51:59 smithi044 bash[32620]: cluster 2023-12-07T17:51:57.675880+0000 mgr.a (mgr.24293) 19308 : cluster 0 pgmap v14437: 33 pgs: 33 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.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:51:59 smithi027 bash[31536]: cluster 2023-12-07T17:51:57.675880+0000 mgr.a (mgr.24293) 19308 : cluster 0 pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:00.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:00.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:00.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:00.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:00.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:01.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:01 smithi022 bash[28554]: cluster 2023-12-07T17:51:59.676446+0000 mgr.a (mgr.24293) 19309 : cluster 0 pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:01 smithi022 bash[28554]: audit 2023-12-07T17:52:00.037347+0000 mgr.a (mgr.24293) 19310 : audit 0 from='client.381987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:01 smithi044 bash[32620]: cluster 2023-12-07T17:51:59.676446+0000 mgr.a (mgr.24293) 19309 : cluster 0 pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:01 smithi044 bash[32620]: audit 2023-12-07T17:52:00.037347+0000 mgr.a (mgr.24293) 19310 : audit 0 from='client.381987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:01.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:01 smithi027 bash[31536]: cluster 2023-12-07T17:51:59.676446+0000 mgr.a (mgr.24293) 19309 : cluster 0 pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:01.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:01 smithi027 bash[31536]: audit 2023-12-07T17:52:00.037347+0000 mgr.a (mgr.24293) 19310 : audit 0 from='client.381987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:03 smithi022 bash[28554]: cluster 2023-12-07T17:52:01.677470+0000 mgr.a (mgr.24293) 19311 : cluster 0 pgmap v14439: 33 pgs: 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:52:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:03 smithi044 bash[32620]: cluster 2023-12-07T17:52:01.677470+0000 mgr.a (mgr.24293) 19311 : cluster 0 pgmap v14439: 33 pgs: 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:52:03.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:03 smithi027 bash[31536]: cluster 2023-12-07T17:52:01.677470+0000 mgr.a (mgr.24293) 19311 : cluster 0 pgmap v14439: 33 pgs: 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:52:05.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:05.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:05.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:05.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:05 smithi022 bash[28554]: cluster 2023-12-07T17:52:03.678086+0000 mgr.a (mgr.24293) 19312 : cluster 0 pgmap v14440: 33 pgs: 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:52:05.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:05 smithi044 bash[32620]: cluster 2023-12-07T17:52:03.678086+0000 mgr.a (mgr.24293) 19312 : cluster 0 pgmap v14440: 33 pgs: 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:52:05.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:05 smithi027 bash[31536]: cluster 2023-12-07T17:52:03.678086+0000 mgr.a (mgr.24293) 19312 : cluster 0 pgmap v14440: 33 pgs: 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:52:06.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:06.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:06.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:06.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:06.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:06.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:06 smithi022 bash[28554]: cluster 2023-12-07T17:52:05.678613+0000 mgr.a (mgr.24293) 19313 : cluster 0 pgmap v14441: 33 pgs: 33 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.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:06 smithi022 bash[28554]: audit 2023-12-07T17:52:05.968878+0000 mgr.a (mgr.24293) 19314 : audit 0 from='client.309967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:06.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:06 smithi044 bash[32620]: cluster 2023-12-07T17:52:05.678613+0000 mgr.a (mgr.24293) 19313 : cluster 0 pgmap v14441: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:06 smithi044 bash[32620]: audit 2023-12-07T17:52:05.968878+0000 mgr.a (mgr.24293) 19314 : audit 0 from='client.309967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:06 smithi027 bash[31536]: cluster 2023-12-07T17:52:05.678613+0000 mgr.a (mgr.24293) 19313 : cluster 0 pgmap v14441: 33 pgs: 33 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:06 smithi027 bash[31536]: audit 2023-12-07T17:52:05.968878+0000 mgr.a (mgr.24293) 19314 : audit 0 from='client.309967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:09.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:09 smithi022 bash[28554]: cluster 2023-12-07T17:52:07.679321+0000 mgr.a (mgr.24293) 19315 : cluster 0 pgmap v14442: 33 pgs: 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:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:09 smithi044 bash[32620]: cluster 2023-12-07T17:52:07.679321+0000 mgr.a (mgr.24293) 19315 : cluster 0 pgmap v14442: 33 pgs: 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:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:09 smithi027 bash[31536]: cluster 2023-12-07T17:52:07.679321+0000 mgr.a (mgr.24293) 19315 : cluster 0 pgmap v14442: 33 pgs: 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:11.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:11 smithi022 bash[28554]: cluster 2023-12-07T17:52:09.679932+0000 mgr.a (mgr.24293) 19316 : cluster 0 pgmap v14443: 33 pgs: 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:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:11 smithi044 bash[32620]: cluster 2023-12-07T17:52:09.679932+0000 mgr.a (mgr.24293) 19316 : cluster 0 pgmap v14443: 33 pgs: 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:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:11 smithi027 bash[31536]: cluster 2023-12-07T17:52:09.679932+0000 mgr.a (mgr.24293) 19316 : cluster 0 pgmap v14443: 33 pgs: 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:11.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:11.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:11.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:12.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:12.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:13 smithi022 bash[28554]: cluster 2023-12-07T17:52:11.680738+0000 mgr.a (mgr.24293) 19317 : cluster 0 pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:13.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:13 smithi022 bash[28554]: audit 2023-12-07T17:52:11.900113+0000 mgr.a (mgr.24293) 19318 : audit 0 from='client.382140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:13 smithi044 bash[32620]: cluster 2023-12-07T17:52:11.680738+0000 mgr.a (mgr.24293) 19317 : cluster 0 pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:13 smithi044 bash[32620]: audit 2023-12-07T17:52:11.900113+0000 mgr.a (mgr.24293) 19318 : audit 0 from='client.382140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:13 smithi027 bash[31536]: cluster 2023-12-07T17:52:11.680738+0000 mgr.a (mgr.24293) 19317 : cluster 0 pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:13.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:13 smithi027 bash[31536]: audit 2023-12-07T17:52:11.900113+0000 mgr.a (mgr.24293) 19318 : audit 0 from='client.382140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:15 smithi022 bash[28554]: cluster 2023-12-07T17:52:13.681445+0000 mgr.a (mgr.24293) 19319 : cluster 0 pgmap v14445: 33 pgs: 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:52:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:15 smithi044 bash[32620]: cluster 2023-12-07T17:52:13.681445+0000 mgr.a (mgr.24293) 19319 : cluster 0 pgmap v14445: 33 pgs: 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:52:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:15 smithi027 bash[31536]: cluster 2023-12-07T17:52:13.681445+0000 mgr.a (mgr.24293) 19319 : cluster 0 pgmap v14445: 33 pgs: 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:52:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:17 smithi022 bash[28554]: cluster 2023-12-07T17:52:15.682286+0000 mgr.a (mgr.24293) 19320 : cluster 0 pgmap v14446: 33 pgs: 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:52:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:17 smithi044 bash[32620]: cluster 2023-12-07T17:52:15.682286+0000 mgr.a (mgr.24293) 19320 : cluster 0 pgmap v14446: 33 pgs: 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:52:17.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:17.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:17 smithi027 bash[31536]: cluster 2023-12-07T17:52:15.682286+0000 mgr.a (mgr.24293) 19320 : cluster 0 pgmap v14446: 33 pgs: 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:52:18.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:18.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:18.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:18.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:18.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:19 smithi022 bash[28554]: cluster 2023-12-07T17:52:17.682831+0000 mgr.a (mgr.24293) 19321 : cluster 0 pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:19 smithi022 bash[28554]: audit 2023-12-07T17:52:17.848014+0000 mgr.a (mgr.24293) 19322 : audit 0 from='client.382218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:19 smithi044 bash[32620]: cluster 2023-12-07T17:52:17.682831+0000 mgr.a (mgr.24293) 19321 : cluster 0 pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:19 smithi044 bash[32620]: audit 2023-12-07T17:52:17.848014+0000 mgr.a (mgr.24293) 19322 : audit 0 from='client.382218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:19 smithi027 bash[31536]: cluster 2023-12-07T17:52:17.682831+0000 mgr.a (mgr.24293) 19321 : cluster 0 pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:19.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:19 smithi027 bash[31536]: audit 2023-12-07T17:52:17.848014+0000 mgr.a (mgr.24293) 19322 : audit 0 from='client.382218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:21.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:21 smithi022 bash[28554]: cluster 2023-12-07T17:52:19.683594+0000 mgr.a (mgr.24293) 19323 : cluster 0 pgmap v14448: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:21 smithi044 bash[32620]: cluster 2023-12-07T17:52:19.683594+0000 mgr.a (mgr.24293) 19323 : cluster 0 pgmap v14448: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:21 smithi027 bash[31536]: cluster 2023-12-07T17:52:19.683594+0000 mgr.a (mgr.24293) 19323 : cluster 0 pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:23.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:23.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:23.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:23 smithi022 bash[28554]: cluster 2023-12-07T17:52:21.684356+0000 mgr.a (mgr.24293) 19324 : cluster 0 pgmap v14449: 33 pgs: 33 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:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:23 smithi044 bash[32620]: cluster 2023-12-07T17:52:21.684356+0000 mgr.a (mgr.24293) 19324 : cluster 0 pgmap v14449: 33 pgs: 33 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:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:23 smithi027 bash[31536]: cluster 2023-12-07T17:52:21.684356+0000 mgr.a (mgr.24293) 19324 : cluster 0 pgmap v14449: 33 pgs: 33 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:24.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:24.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:24.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:24.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:24.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:25.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:25 smithi022 bash[28554]: cluster 2023-12-07T17:52:23.684901+0000 mgr.a (mgr.24293) 19325 : cluster 0 pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:25.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:25 smithi022 bash[28554]: audit 2023-12-07T17:52:23.788711+0000 mgr.a (mgr.24293) 19326 : audit 0 from='client.382296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:25 smithi044 bash[32620]: cluster 2023-12-07T17:52:23.684901+0000 mgr.a (mgr.24293) 19325 : cluster 0 pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:25 smithi044 bash[32620]: audit 2023-12-07T17:52:23.788711+0000 mgr.a (mgr.24293) 19326 : audit 0 from='client.382296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:25 smithi027 bash[31536]: cluster 2023-12-07T17:52:23.684901+0000 mgr.a (mgr.24293) 19325 : cluster 0 pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:25 smithi027 bash[31536]: audit 2023-12-07T17:52:23.788711+0000 mgr.a (mgr.24293) 19326 : audit 0 from='client.382296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:27.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:27 smithi022 bash[28554]: cluster 2023-12-07T17:52:25.685887+0000 mgr.a (mgr.24293) 19327 : cluster 0 pgmap v14451: 33 pgs: 33 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:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:27 smithi044 bash[32620]: cluster 2023-12-07T17:52:25.685887+0000 mgr.a (mgr.24293) 19327 : cluster 0 pgmap v14451: 33 pgs: 33 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:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:27 smithi027 bash[31536]: cluster 2023-12-07T17:52:25.685887+0000 mgr.a (mgr.24293) 19327 : cluster 0 pgmap v14451: 33 pgs: 33 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:28.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:28 smithi022 bash[28554]: audit 2023-12-07T17:52:27.161682+0000 mon.a (mon.0) 3109 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:28.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:28 smithi044 bash[32620]: audit 2023-12-07T17:52:27.161682+0000 mon.a (mon.0) 3109 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:28.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:28 smithi027 bash[31536]: audit 2023-12-07T17:52:27.161682+0000 mon.a (mon.0) 3109 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:29.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:29.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:29.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:29.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:29 smithi022 bash[28554]: cluster 2023-12-07T17:52:27.686447+0000 mgr.a (mgr.24293) 19328 : cluster 0 pgmap v14452: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:29 smithi044 bash[32620]: cluster 2023-12-07T17:52:27.686447+0000 mgr.a (mgr.24293) 19328 : cluster 0 pgmap v14452: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:29 smithi027 bash[31536]: cluster 2023-12-07T17:52:27.686447+0000 mgr.a (mgr.24293) 19328 : cluster 0 pgmap v14452: 33 pgs: 33 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:30.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:30.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:30.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:30.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:30.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:31 smithi022 bash[28554]: cluster 2023-12-07T17:52:29.687136+0000 mgr.a (mgr.24293) 19329 : cluster 0 pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:31 smithi022 bash[28554]: audit 2023-12-07T17:52:29.703749+0000 mgr.a (mgr.24293) 19330 : audit 0 from='client.382368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:31 smithi044 bash[32620]: cluster 2023-12-07T17:52:29.687136+0000 mgr.a (mgr.24293) 19329 : cluster 0 pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:31 smithi044 bash[32620]: audit 2023-12-07T17:52:29.703749+0000 mgr.a (mgr.24293) 19330 : audit 0 from='client.382368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:31 smithi027 bash[31536]: cluster 2023-12-07T17:52:29.687136+0000 mgr.a (mgr.24293) 19329 : cluster 0 pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:31 smithi027 bash[31536]: audit 2023-12-07T17:52:29.703749+0000 mgr.a (mgr.24293) 19330 : audit 0 from='client.382368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:33.206 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:33 smithi027 bash[31536]: cluster 2023-12-07T17:52:31.688184+0000 mgr.a (mgr.24293) 19331 : cluster 0 pgmap v14454: 33 pgs: 33 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:33.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:33 smithi022 bash[28554]: cluster 2023-12-07T17:52:31.688184+0000 mgr.a (mgr.24293) 19331 : cluster 0 pgmap v14454: 33 pgs: 33 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:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:33 smithi044 bash[32620]: cluster 2023-12-07T17:52:31.688184+0000 mgr.a (mgr.24293) 19331 : cluster 0 pgmap v14454: 33 pgs: 33 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:35.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:35.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:35.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:35.398 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:35 smithi027 bash[31536]: cluster 2023-12-07T17:52:33.688831+0000 mgr.a (mgr.24293) 19332 : cluster 0 pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:35.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:35 smithi022 bash[28554]: cluster 2023-12-07T17:52:33.688831+0000 mgr.a (mgr.24293) 19332 : cluster 0 pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:35 smithi044 bash[32620]: cluster 2023-12-07T17:52:33.688831+0000 mgr.a (mgr.24293) 19332 : cluster 0 pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:36.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:36.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:36.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:36.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:36.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:37.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:37 smithi022 bash[28554]: audit 2023-12-07T17:52:35.664263+0000 mgr.a (mgr.24293) 19333 : audit 0 from='client.302405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:37.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:37 smithi022 bash[28554]: cluster 2023-12-07T17:52:35.689972+0000 mgr.a (mgr.24293) 19334 : cluster 0 pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:37.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:37 smithi044 bash[32620]: audit 2023-12-07T17:52:35.664263+0000 mgr.a (mgr.24293) 19333 : audit 0 from='client.302405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:37.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:37 smithi044 bash[32620]: cluster 2023-12-07T17:52:35.689972+0000 mgr.a (mgr.24293) 19334 : cluster 0 pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:37 smithi027 bash[31536]: audit 2023-12-07T17:52:35.664263+0000 mgr.a (mgr.24293) 19333 : audit 0 from='client.302405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:37 smithi027 bash[31536]: cluster 2023-12-07T17:52:35.689972+0000 mgr.a (mgr.24293) 19334 : cluster 0 pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:38 smithi022 bash[28554]: cluster 2023-12-07T17:52:37.690697+0000 mgr.a (mgr.24293) 19335 : cluster 0 pgmap v14457: 33 pgs: 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:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:38 smithi022 bash[28554]: audit 2023-12-07T17:52:37.813289+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:38 smithi022 bash[28554]: audit 2023-12-07T17:52:37.820263+0000 mon.a (mon.0) 3111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:38 smithi022 bash[28554]: audit 2023-12-07T17:52:37.821833+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:38 smithi022 bash[28554]: audit 2023-12-07T17:52:37.823323+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:39.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:38 smithi022 bash[28554]: audit 2023-12-07T17:52:37.830633+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:38 smithi044 bash[32620]: cluster 2023-12-07T17:52:37.690697+0000 mgr.a (mgr.24293) 19335 : cluster 0 pgmap v14457: 33 pgs: 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:39.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:38 smithi044 bash[32620]: audit 2023-12-07T17:52:37.813289+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:38 smithi044 bash[32620]: audit 2023-12-07T17:52:37.820263+0000 mon.a (mon.0) 3111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:38 smithi044 bash[32620]: audit 2023-12-07T17:52:37.821833+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:39.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:38 smithi044 bash[32620]: audit 2023-12-07T17:52:37.823323+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:39.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:38 smithi044 bash[32620]: audit 2023-12-07T17:52:37.830633+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:38 smithi027 bash[31536]: cluster 2023-12-07T17:52:37.690697+0000 mgr.a (mgr.24293) 19335 : cluster 0 pgmap v14457: 33 pgs: 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:39.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:38 smithi027 bash[31536]: audit 2023-12-07T17:52:37.813289+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:38 smithi027 bash[31536]: audit 2023-12-07T17:52:37.820263+0000 mon.a (mon.0) 3111 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:39.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:38 smithi027 bash[31536]: audit 2023-12-07T17:52:37.821833+0000 mon.a (mon.0) 3112 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:39.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:38 smithi027 bash[31536]: audit 2023-12-07T17:52:37.823323+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:39.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:38 smithi027 bash[31536]: audit 2023-12-07T17:52:37.830633+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:52:41.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:40 smithi022 bash[28554]: cluster 2023-12-07T17:52:39.691281+0000 mgr.a (mgr.24293) 19336 : cluster 0 pgmap v14458: 33 pgs: 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:41.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:40 smithi044 bash[32620]: cluster 2023-12-07T17:52:39.691281+0000 mgr.a (mgr.24293) 19336 : cluster 0 pgmap v14458: 33 pgs: 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:41.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:41.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:41.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:41.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:40 smithi027 bash[31536]: cluster 2023-12-07T17:52:39.691281+0000 mgr.a (mgr.24293) 19336 : cluster 0 pgmap v14458: 33 pgs: 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:42.129 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:42.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:42.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:42.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:42.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:43.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:42 smithi022 bash[28554]: audit 2023-12-07T17:52:41.594296+0000 mgr.a (mgr.24293) 19337 : audit 0 from='client.382515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:43.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:42 smithi022 bash[28554]: cluster 2023-12-07T17:52:41.691983+0000 mgr.a (mgr.24293) 19338 : cluster 0 pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:42 smithi044 bash[32620]: audit 2023-12-07T17:52:41.594296+0000 mgr.a (mgr.24293) 19337 : audit 0 from='client.382515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:42 smithi044 bash[32620]: cluster 2023-12-07T17:52:41.691983+0000 mgr.a (mgr.24293) 19338 : cluster 0 pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:42 smithi027 bash[31536]: audit 2023-12-07T17:52:41.594296+0000 mgr.a (mgr.24293) 19337 : audit 0 from='client.382515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:43.205 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:42 smithi027 bash[31536]: cluster 2023-12-07T17:52:41.691983+0000 mgr.a (mgr.24293) 19338 : cluster 0 pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:45.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:45 smithi022 bash[28554]: cluster 2023-12-07T17:52:43.692609+0000 mgr.a (mgr.24293) 19339 : cluster 0 pgmap v14460: 33 pgs: 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:45.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:45 smithi044 bash[32620]: cluster 2023-12-07T17:52:43.692609+0000 mgr.a (mgr.24293) 19339 : cluster 0 pgmap v14460: 33 pgs: 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:45.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:45 smithi027 bash[31536]: cluster 2023-12-07T17:52:43.692609+0000 mgr.a (mgr.24293) 19339 : cluster 0 pgmap v14460: 33 pgs: 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:47.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:47.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:47.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:47.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:47 smithi022 bash[28554]: cluster 2023-12-07T17:52:45.693400+0000 mgr.a (mgr.24293) 19340 : cluster 0 pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:47 smithi044 bash[32620]: cluster 2023-12-07T17:52:45.693400+0000 mgr.a (mgr.24293) 19340 : cluster 0 pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:47 smithi027 bash[31536]: cluster 2023-12-07T17:52:45.693400+0000 mgr.a (mgr.24293) 19340 : cluster 0 pgmap v14461: 33 pgs: 33 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.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:48.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:48.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:48.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:48.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:49 smithi022 bash[28554]: audit 2023-12-07T17:52:47.530334+0000 mgr.a (mgr.24293) 19341 : audit 0 from='client.382587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:49 smithi022 bash[28554]: cluster 2023-12-07T17:52:47.694157+0000 mgr.a (mgr.24293) 19342 : cluster 0 pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:49 smithi044 bash[32620]: audit 2023-12-07T17:52:47.530334+0000 mgr.a (mgr.24293) 19341 : audit 0 from='client.382587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:49 smithi044 bash[32620]: cluster 2023-12-07T17:52:47.694157+0000 mgr.a (mgr.24293) 19342 : cluster 0 pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:49 smithi027 bash[31536]: audit 2023-12-07T17:52:47.530334+0000 mgr.a (mgr.24293) 19341 : audit 0 from='client.382587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:49 smithi027 bash[31536]: cluster 2023-12-07T17:52:47.694157+0000 mgr.a (mgr.24293) 19342 : cluster 0 pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:51 smithi022 bash[28554]: cluster 2023-12-07T17:52:49.694889+0000 mgr.a (mgr.24293) 19343 : cluster 0 pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:51 smithi044 bash[32620]: cluster 2023-12-07T17:52:49.694889+0000 mgr.a (mgr.24293) 19343 : cluster 0 pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:51 smithi027 bash[31536]: cluster 2023-12-07T17:52:49.694889+0000 mgr.a (mgr.24293) 19343 : cluster 0 pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:53.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:53.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:53.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:53.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:53 smithi022 bash[28554]: cluster 2023-12-07T17:52:51.695789+0000 mgr.a (mgr.24293) 19344 : cluster 0 pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:53 smithi044 bash[32620]: cluster 2023-12-07T17:52:51.695789+0000 mgr.a (mgr.24293) 19344 : cluster 0 pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:53.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:53 smithi027 bash[31536]: cluster 2023-12-07T17:52:51.695789+0000 mgr.a (mgr.24293) 19344 : cluster 0 pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:53.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:53.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:53.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:53.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:53.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:52:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:55 smithi022 bash[28554]: audit 2023-12-07T17:52:53.449879+0000 mgr.a (mgr.24293) 19345 : audit 0 from='client.382662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:55 smithi022 bash[28554]: cluster 2023-12-07T17:52:53.696413+0000 mgr.a (mgr.24293) 19346 : cluster 0 pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:55 smithi044 bash[32620]: audit 2023-12-07T17:52:53.449879+0000 mgr.a (mgr.24293) 19345 : audit 0 from='client.382662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:55.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:55 smithi044 bash[32620]: cluster 2023-12-07T17:52:53.696413+0000 mgr.a (mgr.24293) 19346 : cluster 0 pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:55.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:55 smithi027 bash[31536]: audit 2023-12-07T17:52:53.449879+0000 mgr.a (mgr.24293) 19345 : audit 0 from='client.382662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:55.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:55 smithi027 bash[31536]: cluster 2023-12-07T17:52:53.696413+0000 mgr.a (mgr.24293) 19346 : cluster 0 pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:57 smithi022 bash[28554]: cluster 2023-12-07T17:52:55.697316+0000 mgr.a (mgr.24293) 19347 : cluster 0 pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:57 smithi044 bash[32620]: cluster 2023-12-07T17:52:55.697316+0000 mgr.a (mgr.24293) 19347 : cluster 0 pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:57 smithi027 bash[31536]: cluster 2023-12-07T17:52:55.697316+0000 mgr.a (mgr.24293) 19347 : cluster 0 pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:58.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:52:58.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:58.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:52:59 smithi022 bash[28554]: cluster 2023-12-07T17:52:57.697897+0000 mgr.a (mgr.24293) 19348 : cluster 0 pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:52:59 smithi044 bash[32620]: cluster 2023-12-07T17:52:57.697897+0000 mgr.a (mgr.24293) 19348 : cluster 0 pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:52:59 smithi027 bash[31536]: cluster 2023-12-07T17:52:57.697897+0000 mgr.a (mgr.24293) 19348 : cluster 0 pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:59.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:52:59.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:59.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:59.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:59.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:01.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:01 smithi022 bash[28554]: audit 2023-12-07T17:52:59.392691+0000 mgr.a (mgr.24293) 19349 : audit 0 from='client.382734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:01.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:01 smithi022 bash[28554]: cluster 2023-12-07T17:52:59.698640+0000 mgr.a (mgr.24293) 19350 : cluster 0 pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:01 smithi044 bash[32620]: audit 2023-12-07T17:52:59.392691+0000 mgr.a (mgr.24293) 19349 : audit 0 from='client.382734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:01 smithi044 bash[32620]: cluster 2023-12-07T17:52:59.698640+0000 mgr.a (mgr.24293) 19350 : cluster 0 pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:01 smithi027 bash[31536]: audit 2023-12-07T17:52:59.392691+0000 mgr.a (mgr.24293) 19349 : audit 0 from='client.382734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:01.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:01 smithi027 bash[31536]: cluster 2023-12-07T17:52:59.698640+0000 mgr.a (mgr.24293) 19350 : cluster 0 pgmap v14468: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:03 smithi022 bash[28554]: cluster 2023-12-07T17:53:01.699760+0000 mgr.a (mgr.24293) 19351 : cluster 0 pgmap v14469: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:03 smithi044 bash[32620]: cluster 2023-12-07T17:53:01.699760+0000 mgr.a (mgr.24293) 19351 : cluster 0 pgmap v14469: 33 pgs: 33 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:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:03 smithi027 bash[31536]: cluster 2023-12-07T17:53:01.699760+0000 mgr.a (mgr.24293) 19351 : cluster 0 pgmap v14469: 33 pgs: 33 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:04.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:04.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:04.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:05.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:05 smithi022 bash[28554]: cluster 2023-12-07T17:53:03.700513+0000 mgr.a (mgr.24293) 19352 : cluster 0 pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:05.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:05 smithi044 bash[32620]: cluster 2023-12-07T17:53:03.700513+0000 mgr.a (mgr.24293) 19352 : cluster 0 pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:05.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:05 smithi027 bash[31536]: cluster 2023-12-07T17:53:03.700513+0000 mgr.a (mgr.24293) 19352 : cluster 0 pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:05.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:07 smithi022 bash[28554]: audit 2023-12-07T17:53:05.303900+0000 mgr.a (mgr.24293) 19353 : audit 0 from='client.382806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:07 smithi022 bash[28554]: cluster 2023-12-07T17:53:05.702326+0000 mgr.a (mgr.24293) 19354 : cluster 0 pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:07 smithi044 bash[32620]: audit 2023-12-07T17:53:05.303900+0000 mgr.a (mgr.24293) 19353 : audit 0 from='client.382806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:07 smithi044 bash[32620]: cluster 2023-12-07T17:53:05.702326+0000 mgr.a (mgr.24293) 19354 : cluster 0 pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:07 smithi027 bash[31536]: audit 2023-12-07T17:53:05.303900+0000 mgr.a (mgr.24293) 19353 : audit 0 from='client.382806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:07.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:07 smithi027 bash[31536]: cluster 2023-12-07T17:53:05.702326+0000 mgr.a (mgr.24293) 19354 : cluster 0 pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:09 smithi022 bash[28554]: cluster 2023-12-07T17:53:07.702986+0000 mgr.a (mgr.24293) 19355 : cluster 0 pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:09 smithi044 bash[32620]: cluster 2023-12-07T17:53:07.702986+0000 mgr.a (mgr.24293) 19355 : cluster 0 pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:09.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:09 smithi027 bash[31536]: cluster 2023-12-07T17:53:07.702986+0000 mgr.a (mgr.24293) 19355 : cluster 0 pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:10.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:10.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:10.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:11.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:11 smithi022 bash[28554]: cluster 2023-12-07T17:53:09.703586+0000 mgr.a (mgr.24293) 19356 : cluster 0 pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:11 smithi044 bash[32620]: cluster 2023-12-07T17:53:09.703586+0000 mgr.a (mgr.24293) 19356 : cluster 0 pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:11 smithi027 bash[31536]: cluster 2023-12-07T17:53:09.703586+0000 mgr.a (mgr.24293) 19356 : cluster 0 pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:11.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:11.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:11.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:11.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:11.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:12.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:12 smithi022 bash[28554]: audit 2023-12-07T17:53:11.250310+0000 mgr.a (mgr.24293) 19357 : audit 0 from='client.382884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:12.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:12 smithi044 bash[32620]: audit 2023-12-07T17:53:11.250310+0000 mgr.a (mgr.24293) 19357 : audit 0 from='client.382884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:12.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:12 smithi027 bash[31536]: audit 2023-12-07T17:53:11.250310+0000 mgr.a (mgr.24293) 19357 : audit 0 from='client.382884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:13.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:13 smithi022 bash[28554]: cluster 2023-12-07T17:53:11.704695+0000 mgr.a (mgr.24293) 19358 : cluster 0 pgmap v14474: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:13 smithi044 bash[32620]: cluster 2023-12-07T17:53:11.704695+0000 mgr.a (mgr.24293) 19358 : cluster 0 pgmap v14474: 33 pgs: 33 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.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:13 smithi027 bash[31536]: cluster 2023-12-07T17:53:11.704695+0000 mgr.a (mgr.24293) 19358 : cluster 0 pgmap v14474: 33 pgs: 33 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:15.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:15 smithi022 bash[28554]: cluster 2023-12-07T17:53:13.705416+0000 mgr.a (mgr.24293) 19359 : cluster 0 pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:15 smithi044 bash[32620]: cluster 2023-12-07T17:53:13.705416+0000 mgr.a (mgr.24293) 19359 : cluster 0 pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:15.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:15 smithi027 bash[31536]: cluster 2023-12-07T17:53:13.705416+0000 mgr.a (mgr.24293) 19359 : cluster 0 pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:16.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:16.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:16.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:17.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:17 smithi022 bash[28554]: cluster 2023-12-07T17:53:15.706388+0000 mgr.a (mgr.24293) 19360 : cluster 0 pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:17.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:17 smithi044 bash[32620]: cluster 2023-12-07T17:53:15.706388+0000 mgr.a (mgr.24293) 19360 : cluster 0 pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:17.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:17 smithi027 bash[31536]: cluster 2023-12-07T17:53:15.706388+0000 mgr.a (mgr.24293) 19360 : cluster 0 pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:17.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:17.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:17.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:17.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:17.754 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:18.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:18 smithi022 bash[28554]: audit 2023-12-07T17:53:17.198778+0000 mgr.a (mgr.24293) 19361 : audit 0 from='client.382959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:18.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:18 smithi044 bash[32620]: audit 2023-12-07T17:53:17.198778+0000 mgr.a (mgr.24293) 19361 : audit 0 from='client.382959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:18.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:18 smithi027 bash[31536]: audit 2023-12-07T17:53:17.198778+0000 mgr.a (mgr.24293) 19361 : audit 0 from='client.382959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:19.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:19 smithi022 bash[28554]: cluster 2023-12-07T17:53:17.706882+0000 mgr.a (mgr.24293) 19362 : cluster 0 pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:19 smithi044 bash[32620]: cluster 2023-12-07T17:53:17.706882+0000 mgr.a (mgr.24293) 19362 : cluster 0 pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:19 smithi027 bash[31536]: cluster 2023-12-07T17:53:17.706882+0000 mgr.a (mgr.24293) 19362 : cluster 0 pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:21.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:21 smithi022 bash[28554]: cluster 2023-12-07T17:53:19.707463+0000 mgr.a (mgr.24293) 19363 : cluster 0 pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:21 smithi044 bash[32620]: cluster 2023-12-07T17:53:19.707463+0000 mgr.a (mgr.24293) 19363 : cluster 0 pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:21 smithi027 bash[31536]: cluster 2023-12-07T17:53:19.707463+0000 mgr.a (mgr.24293) 19363 : cluster 0 pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:22.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:22.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:22.758 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:23.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:23 smithi022 bash[28554]: cluster 2023-12-07T17:53:21.708269+0000 mgr.a (mgr.24293) 19364 : cluster 0 pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:23 smithi044 bash[32620]: cluster 2023-12-07T17:53:21.708269+0000 mgr.a (mgr.24293) 19364 : cluster 0 pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:23 smithi027 bash[31536]: cluster 2023-12-07T17:53:21.708269+0000 mgr.a (mgr.24293) 19364 : cluster 0 pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:23.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:23.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:23.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:23.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:23.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:24.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:24 smithi022 bash[28554]: audit 2023-12-07T17:53:23.170600+0000 mgr.a (mgr.24293) 19365 : audit 0 from='client.383031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:24.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:24 smithi044 bash[32620]: audit 2023-12-07T17:53:23.170600+0000 mgr.a (mgr.24293) 19365 : audit 0 from='client.383031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:24.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:24 smithi027 bash[31536]: audit 2023-12-07T17:53:23.170600+0000 mgr.a (mgr.24293) 19365 : audit 0 from='client.383031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:25.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:25 smithi022 bash[28554]: cluster 2023-12-07T17:53:23.708969+0000 mgr.a (mgr.24293) 19366 : cluster 0 pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:25 smithi044 bash[32620]: cluster 2023-12-07T17:53:23.708969+0000 mgr.a (mgr.24293) 19366 : cluster 0 pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:25 smithi027 bash[31536]: cluster 2023-12-07T17:53:23.708969+0000 mgr.a (mgr.24293) 19366 : cluster 0 pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:27.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:27 smithi022 bash[28554]: cluster 2023-12-07T17:53:25.709801+0000 mgr.a (mgr.24293) 19367 : cluster 0 pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:27 smithi044 bash[32620]: cluster 2023-12-07T17:53:25.709801+0000 mgr.a (mgr.24293) 19367 : cluster 0 pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:27 smithi027 bash[31536]: cluster 2023-12-07T17:53:25.709801+0000 mgr.a (mgr.24293) 19367 : cluster 0 pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:28.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:28.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:28.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:29 smithi022 bash[28554]: cluster 2023-12-07T17:53:27.710370+0000 mgr.a (mgr.24293) 19368 : cluster 0 pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:29 smithi044 bash[32620]: cluster 2023-12-07T17:53:27.710370+0000 mgr.a (mgr.24293) 19368 : cluster 0 pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:29 smithi027 bash[31536]: cluster 2023-12-07T17:53:27.710370+0000 mgr.a (mgr.24293) 19368 : cluster 0 pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:29.656 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:29.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:29.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:29.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:29.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:30.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:30 smithi022 bash[28554]: audit 2023-12-07T17:53:29.117236+0000 mgr.a (mgr.24293) 19369 : audit 0 from='client.383103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:30 smithi044 bash[32620]: audit 2023-12-07T17:53:29.117236+0000 mgr.a (mgr.24293) 19369 : audit 0 from='client.383103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:30.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:30 smithi027 bash[31536]: audit 2023-12-07T17:53:29.117236+0000 mgr.a (mgr.24293) 19369 : audit 0 from='client.383103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:31 smithi022 bash[28554]: cluster 2023-12-07T17:53:29.711137+0000 mgr.a (mgr.24293) 19370 : cluster 0 pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:31 smithi044 bash[32620]: cluster 2023-12-07T17:53:29.711137+0000 mgr.a (mgr.24293) 19370 : cluster 0 pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:31 smithi027 bash[31536]: cluster 2023-12-07T17:53:29.711137+0000 mgr.a (mgr.24293) 19370 : cluster 0 pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:33 smithi022 bash[28554]: cluster 2023-12-07T17:53:31.712017+0000 mgr.a (mgr.24293) 19371 : cluster 0 pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:33 smithi044 bash[32620]: cluster 2023-12-07T17:53:31.712017+0000 mgr.a (mgr.24293) 19371 : cluster 0 pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:33 smithi027 bash[31536]: cluster 2023-12-07T17:53:31.712017+0000 mgr.a (mgr.24293) 19371 : cluster 0 pgmap v14484: 33 pgs: 33 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:34.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:34.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:34.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:35.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:35 smithi022 bash[28554]: cluster 2023-12-07T17:53:33.712618+0000 mgr.a (mgr.24293) 19372 : cluster 0 pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:35 smithi044 bash[32620]: cluster 2023-12-07T17:53:33.712618+0000 mgr.a (mgr.24293) 19372 : cluster 0 pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:35 smithi027 bash[31536]: cluster 2023-12-07T17:53:33.712618+0000 mgr.a (mgr.24293) 19372 : cluster 0 pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:35.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:35.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:35.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:35.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:35.598 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:36 smithi022 bash[28554]: audit 2023-12-07T17:53:35.069077+0000 mgr.a (mgr.24293) 19373 : audit 0 from='client.383181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:36 smithi044 bash[32620]: audit 2023-12-07T17:53:35.069077+0000 mgr.a (mgr.24293) 19373 : audit 0 from='client.383181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:36.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:36 smithi027 bash[31536]: audit 2023-12-07T17:53:35.069077+0000 mgr.a (mgr.24293) 19373 : audit 0 from='client.383181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:37.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:37 smithi022 bash[28554]: cluster 2023-12-07T17:53:35.713646+0000 mgr.a (mgr.24293) 19374 : cluster 0 pgmap v14486: 33 pgs: 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:53:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:37 smithi044 bash[32620]: cluster 2023-12-07T17:53:35.713646+0000 mgr.a (mgr.24293) 19374 : cluster 0 pgmap v14486: 33 pgs: 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:53:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:37 smithi027 bash[31536]: cluster 2023-12-07T17:53:35.713646+0000 mgr.a (mgr.24293) 19374 : cluster 0 pgmap v14486: 33 pgs: 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:53:38.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:38 smithi027 bash[31536]: audit 2023-12-07T17:53:37.934860+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:38.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:38 smithi022 bash[28554]: audit 2023-12-07T17:53:37.934860+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:38.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:38 smithi044 bash[32620]: audit 2023-12-07T17:53:37.934860+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:39 smithi027 bash[31536]: cluster 2023-12-07T17:53:37.714253+0000 mgr.a (mgr.24293) 19375 : cluster 0 pgmap v14487: 33 pgs: 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:53:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:39 smithi022 bash[28554]: cluster 2023-12-07T17:53:37.714253+0000 mgr.a (mgr.24293) 19375 : cluster 0 pgmap v14487: 33 pgs: 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:53:39.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:39 smithi044 bash[32620]: cluster 2023-12-07T17:53:37.714253+0000 mgr.a (mgr.24293) 19375 : cluster 0 pgmap v14487: 33 pgs: 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:53:40.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:40.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:40.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:41 smithi027 bash[31536]: cluster 2023-12-07T17:53:39.714973+0000 mgr.a (mgr.24293) 19376 : cluster 0 pgmap v14488: 33 pgs: 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:53:41.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:41 smithi022 bash[28554]: cluster 2023-12-07T17:53:39.714973+0000 mgr.a (mgr.24293) 19376 : cluster 0 pgmap v14488: 33 pgs: 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:53:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:41 smithi044 bash[32620]: cluster 2023-12-07T17:53:39.714973+0000 mgr.a (mgr.24293) 19376 : cluster 0 pgmap v14488: 33 pgs: 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:53:42.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:42 smithi027 bash[31536]: audit 2023-12-07T17:53:41.006189+0000 mgr.a (mgr.24293) 19377 : audit 0 from='client.383256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:42.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:42 smithi022 bash[28554]: audit 2023-12-07T17:53:41.006189+0000 mgr.a (mgr.24293) 19377 : audit 0 from='client.383256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:42.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:42 smithi044 bash[32620]: audit 2023-12-07T17:53:41.006189+0000 mgr.a (mgr.24293) 19377 : audit 0 from='client.383256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:43.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:43 smithi027 bash[31536]: cluster 2023-12-07T17:53:41.716151+0000 mgr.a (mgr.24293) 19378 : cluster 0 pgmap v14489: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:43 smithi022 bash[28554]: cluster 2023-12-07T17:53:41.716151+0000 mgr.a (mgr.24293) 19378 : cluster 0 pgmap v14489: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:43 smithi044 bash[32620]: cluster 2023-12-07T17:53:41.716151+0000 mgr.a (mgr.24293) 19378 : cluster 0 pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:45.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:45 smithi027 bash[31536]: cluster 2023-12-07T17:53:43.716764+0000 mgr.a (mgr.24293) 19379 : cluster 0 pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:45 smithi022 bash[28554]: cluster 2023-12-07T17:53:43.716764+0000 mgr.a (mgr.24293) 19379 : cluster 0 pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:45 smithi044 bash[32620]: cluster 2023-12-07T17:53:43.716764+0000 mgr.a (mgr.24293) 19379 : cluster 0 pgmap v14490: 33 pgs: 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:46.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:46.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:46.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:47.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:47.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:47.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:47.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:47.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:47.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:47 smithi022 bash[28554]: cluster 2023-12-07T17:53:45.717499+0000 mgr.a (mgr.24293) 19380 : cluster 0 pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:47.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:47 smithi044 bash[32620]: cluster 2023-12-07T17:53:45.717499+0000 mgr.a (mgr.24293) 19380 : cluster 0 pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:47.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:47 smithi027 bash[31536]: cluster 2023-12-07T17:53:45.717499+0000 mgr.a (mgr.24293) 19380 : cluster 0 pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:48.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:48 smithi044 bash[32620]: audit 2023-12-07T17:53:46.977834+0000 mgr.a (mgr.24293) 19381 : audit 0 from='client.383325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:48.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:48 smithi022 bash[28554]: audit 2023-12-07T17:53:46.977834+0000 mgr.a (mgr.24293) 19381 : audit 0 from='client.383325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:48.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:48 smithi027 bash[31536]: audit 2023-12-07T17:53:46.977834+0000 mgr.a (mgr.24293) 19381 : audit 0 from='client.383325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:49 smithi022 bash[28554]: cluster 2023-12-07T17:53:47.718241+0000 mgr.a (mgr.24293) 19382 : cluster 0 pgmap v14492: 33 pgs: 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:53:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:49 smithi022 bash[28554]: audit 2023-12-07T17:53:48.528417+0000 mon.a (mon.0) 3116 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:49 smithi022 bash[28554]: audit 2023-12-07T17:53:48.535574+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:49 smithi022 bash[28554]: audit 2023-12-07T17:53:48.537127+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:49 smithi022 bash[28554]: audit 2023-12-07T17:53:48.538815+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:49 smithi022 bash[28554]: audit 2023-12-07T17:53:48.548466+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:49 smithi044 bash[32620]: cluster 2023-12-07T17:53:47.718241+0000 mgr.a (mgr.24293) 19382 : cluster 0 pgmap v14492: 33 pgs: 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:53:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:49 smithi044 bash[32620]: audit 2023-12-07T17:53:48.528417+0000 mon.a (mon.0) 3116 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:49 smithi044 bash[32620]: audit 2023-12-07T17:53:48.535574+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:49 smithi044 bash[32620]: audit 2023-12-07T17:53:48.537127+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:49 smithi044 bash[32620]: audit 2023-12-07T17:53:48.538815+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:49 smithi044 bash[32620]: audit 2023-12-07T17:53:48.548466+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:49 smithi027 bash[31536]: cluster 2023-12-07T17:53:47.718241+0000 mgr.a (mgr.24293) 19382 : cluster 0 pgmap v14492: 33 pgs: 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:53:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:49 smithi027 bash[31536]: audit 2023-12-07T17:53:48.528417+0000 mon.a (mon.0) 3116 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:49 smithi027 bash[31536]: audit 2023-12-07T17:53:48.535574+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:49 smithi027 bash[31536]: audit 2023-12-07T17:53:48.537127+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:49 smithi027 bash[31536]: audit 2023-12-07T17:53:48.538815+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:49 smithi027 bash[31536]: audit 2023-12-07T17:53:48.548466+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:53:51.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:51 smithi022 bash[28554]: cluster 2023-12-07T17:53:49.718834+0000 mgr.a (mgr.24293) 19383 : cluster 0 pgmap v14493: 33 pgs: 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:53:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:51 smithi044 bash[32620]: cluster 2023-12-07T17:53:49.718834+0000 mgr.a (mgr.24293) 19383 : cluster 0 pgmap v14493: 33 pgs: 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:53:51.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:51 smithi027 bash[31536]: cluster 2023-12-07T17:53:49.718834+0000 mgr.a (mgr.24293) 19383 : cluster 0 pgmap v14493: 33 pgs: 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:53:52.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:52.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:52.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:53.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:53.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:53 smithi022 bash[28554]: cluster 2023-12-07T17:53:51.719708+0000 mgr.a (mgr.24293) 19384 : cluster 0 pgmap v14494: 33 pgs: 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:53:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:53 smithi044 bash[32620]: cluster 2023-12-07T17:53:51.719708+0000 mgr.a (mgr.24293) 19384 : cluster 0 pgmap v14494: 33 pgs: 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:53:53.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:53 smithi027 bash[31536]: cluster 2023-12-07T17:53:51.719708+0000 mgr.a (mgr.24293) 19384 : cluster 0 pgmap v14494: 33 pgs: 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:53:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:54 smithi022 bash[28554]: audit 2023-12-07T17:53:52.932740+0000 mgr.a (mgr.24293) 19385 : audit 0 from='client.383403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:54.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:54 smithi044 bash[32620]: audit 2023-12-07T17:53:52.932740+0000 mgr.a (mgr.24293) 19385 : audit 0 from='client.383403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:54.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:54 smithi027 bash[31536]: audit 2023-12-07T17:53:52.932740+0000 mgr.a (mgr.24293) 19385 : audit 0 from='client.383403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:55 smithi022 bash[28554]: cluster 2023-12-07T17:53:53.720426+0000 mgr.a (mgr.24293) 19386 : cluster 0 pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:55 smithi044 bash[32620]: cluster 2023-12-07T17:53:53.720426+0000 mgr.a (mgr.24293) 19386 : cluster 0 pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:55.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:55 smithi027 bash[31536]: cluster 2023-12-07T17:53:53.720426+0000 mgr.a (mgr.24293) 19386 : cluster 0 pgmap v14495: 33 pgs: 33 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:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:57 smithi022 bash[28554]: cluster 2023-12-07T17:53:55.721257+0000 mgr.a (mgr.24293) 19387 : cluster 0 pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:57 smithi044 bash[32620]: cluster 2023-12-07T17:53:55.721257+0000 mgr.a (mgr.24293) 19387 : cluster 0 pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:57.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:57 smithi027 bash[31536]: cluster 2023-12-07T17:53:55.721257+0000 mgr.a (mgr.24293) 19387 : cluster 0 pgmap v14496: 33 pgs: 33 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:58.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:53:58.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:58.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:59.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:53:59.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:59.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:59.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:53:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:53:59 smithi022 bash[28554]: cluster 2023-12-07T17:53:57.721962+0000 mgr.a (mgr.24293) 19388 : cluster 0 pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:59.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:53:59 smithi044 bash[32620]: cluster 2023-12-07T17:53:57.721962+0000 mgr.a (mgr.24293) 19388 : cluster 0 pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:59.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:53:59 smithi027 bash[31536]: cluster 2023-12-07T17:53:57.721962+0000 mgr.a (mgr.24293) 19388 : cluster 0 pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:00.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:00 smithi022 bash[28554]: audit 2023-12-07T17:53:58.861844+0000 mgr.a (mgr.24293) 19389 : audit 0 from='client.383478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:00.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:00 smithi044 bash[32620]: audit 2023-12-07T17:53:58.861844+0000 mgr.a (mgr.24293) 19389 : audit 0 from='client.383478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:00.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:00 smithi027 bash[31536]: audit 2023-12-07T17:53:58.861844+0000 mgr.a (mgr.24293) 19389 : audit 0 from='client.383478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:01 smithi022 bash[28554]: cluster 2023-12-07T17:53:59.722879+0000 mgr.a (mgr.24293) 19390 : cluster 0 pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:01 smithi044 bash[32620]: cluster 2023-12-07T17:53:59.722879+0000 mgr.a (mgr.24293) 19390 : cluster 0 pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:01.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:01 smithi027 bash[31536]: cluster 2023-12-07T17:53:59.722879+0000 mgr.a (mgr.24293) 19390 : cluster 0 pgmap v14498: 33 pgs: 33 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:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:03 smithi022 bash[28554]: cluster 2023-12-07T17:54:01.723810+0000 mgr.a (mgr.24293) 19391 : cluster 0 pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:03 smithi044 bash[32620]: cluster 2023-12-07T17:54:01.723810+0000 mgr.a (mgr.24293) 19391 : cluster 0 pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:03.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:03 smithi027 bash[31536]: cluster 2023-12-07T17:54:01.723810+0000 mgr.a (mgr.24293) 19391 : cluster 0 pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:04.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:04.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:04.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:05.321 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:05.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:05.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:05.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:05.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:05 smithi022 bash[28554]: cluster 2023-12-07T17:54:03.724338+0000 mgr.a (mgr.24293) 19392 : cluster 0 pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:05.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:05 smithi044 bash[32620]: cluster 2023-12-07T17:54:03.724338+0000 mgr.a (mgr.24293) 19392 : cluster 0 pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:05 smithi027 bash[31536]: cluster 2023-12-07T17:54:03.724338+0000 mgr.a (mgr.24293) 19392 : cluster 0 pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:06 smithi022 bash[28554]: audit 2023-12-07T17:54:04.790496+0000 mgr.a (mgr.24293) 19393 : audit 0 from='client.383553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:06.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:06 smithi044 bash[32620]: audit 2023-12-07T17:54:04.790496+0000 mgr.a (mgr.24293) 19393 : audit 0 from='client.383553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:06 smithi027 bash[31536]: audit 2023-12-07T17:54:04.790496+0000 mgr.a (mgr.24293) 19393 : audit 0 from='client.383553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:07 smithi022 bash[28554]: cluster 2023-12-07T17:54:05.725276+0000 mgr.a (mgr.24293) 19394 : cluster 0 pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:07 smithi044 bash[32620]: cluster 2023-12-07T17:54:05.725276+0000 mgr.a (mgr.24293) 19394 : cluster 0 pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:07.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:07 smithi027 bash[31536]: cluster 2023-12-07T17:54:05.725276+0000 mgr.a (mgr.24293) 19394 : cluster 0 pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:09 smithi022 bash[28554]: cluster 2023-12-07T17:54:07.725850+0000 mgr.a (mgr.24293) 19395 : cluster 0 pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:09 smithi044 bash[32620]: cluster 2023-12-07T17:54:07.725850+0000 mgr.a (mgr.24293) 19395 : cluster 0 pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:09.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:09 smithi027 bash[31536]: cluster 2023-12-07T17:54:07.725850+0000 mgr.a (mgr.24293) 19395 : cluster 0 pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:10.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:10.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:10.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:11.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:11 smithi022 bash[28554]: cluster 2023-12-07T17:54:09.726450+0000 mgr.a (mgr.24293) 19396 : cluster 0 pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:11.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:11 smithi044 bash[32620]: cluster 2023-12-07T17:54:09.726450+0000 mgr.a (mgr.24293) 19396 : cluster 0 pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:11.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:11 smithi027 bash[31536]: cluster 2023-12-07T17:54:09.726450+0000 mgr.a (mgr.24293) 19396 : cluster 0 pgmap v14503: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:12 smithi022 bash[28554]: audit 2023-12-07T17:54:10.733084+0000 mgr.a (mgr.24293) 19397 : audit 0 from='client.383628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:12.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:12 smithi044 bash[32620]: audit 2023-12-07T17:54:10.733084+0000 mgr.a (mgr.24293) 19397 : audit 0 from='client.383628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:12.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:12 smithi027 bash[31536]: audit 2023-12-07T17:54:10.733084+0000 mgr.a (mgr.24293) 19397 : audit 0 from='client.383628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:13 smithi022 bash[28554]: cluster 2023-12-07T17:54:11.727571+0000 mgr.a (mgr.24293) 19398 : cluster 0 pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:13 smithi044 bash[32620]: cluster 2023-12-07T17:54:11.727571+0000 mgr.a (mgr.24293) 19398 : cluster 0 pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:13.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:13 smithi027 bash[31536]: cluster 2023-12-07T17:54:11.727571+0000 mgr.a (mgr.24293) 19398 : cluster 0 pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:15 smithi022 bash[28554]: cluster 2023-12-07T17:54:13.728218+0000 mgr.a (mgr.24293) 19399 : cluster 0 pgmap v14505: 33 pgs: 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:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:15 smithi044 bash[32620]: cluster 2023-12-07T17:54:13.728218+0000 mgr.a (mgr.24293) 19399 : cluster 0 pgmap v14505: 33 pgs: 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:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:15 smithi027 bash[31536]: cluster 2023-12-07T17:54:13.728218+0000 mgr.a (mgr.24293) 19399 : cluster 0 pgmap v14505: 33 pgs: 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:16.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:16.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:16.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:17.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:17.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:17.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:17.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:17.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:17 smithi022 bash[28554]: cluster 2023-12-07T17:54:15.728987+0000 mgr.a (mgr.24293) 19400 : cluster 0 pgmap v14506: 33 pgs: 33 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:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:17 smithi044 bash[32620]: cluster 2023-12-07T17:54:15.728987+0000 mgr.a (mgr.24293) 19400 : cluster 0 pgmap v14506: 33 pgs: 33 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:17.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:17 smithi027 bash[31536]: cluster 2023-12-07T17:54:15.728987+0000 mgr.a (mgr.24293) 19400 : cluster 0 pgmap v14506: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:18 smithi022 bash[28554]: audit 2023-12-07T17:54:16.664872+0000 mgr.a (mgr.24293) 19401 : audit 0 from='client.383703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:18.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:18 smithi044 bash[32620]: audit 2023-12-07T17:54:16.664872+0000 mgr.a (mgr.24293) 19401 : audit 0 from='client.383703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:18.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:18 smithi027 bash[31536]: audit 2023-12-07T17:54:16.664872+0000 mgr.a (mgr.24293) 19401 : audit 0 from='client.383703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:19 smithi022 bash[28554]: cluster 2023-12-07T17:54:17.729642+0000 mgr.a (mgr.24293) 19402 : cluster 0 pgmap v14507: 33 pgs: 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:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:19 smithi044 bash[32620]: cluster 2023-12-07T17:54:17.729642+0000 mgr.a (mgr.24293) 19402 : cluster 0 pgmap v14507: 33 pgs: 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:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:19 smithi027 bash[31536]: cluster 2023-12-07T17:54:17.729642+0000 mgr.a (mgr.24293) 19402 : cluster 0 pgmap v14507: 33 pgs: 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:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:21 smithi022 bash[28554]: cluster 2023-12-07T17:54:19.730251+0000 mgr.a (mgr.24293) 19403 : cluster 0 pgmap v14508: 33 pgs: 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:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:21 smithi044 bash[32620]: cluster 2023-12-07T17:54:19.730251+0000 mgr.a (mgr.24293) 19403 : cluster 0 pgmap v14508: 33 pgs: 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:21 smithi027 bash[31536]: cluster 2023-12-07T17:54:19.730251+0000 mgr.a (mgr.24293) 19403 : cluster 0 pgmap v14508: 33 pgs: 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.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:22.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:22.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:22.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:22 smithi022 bash[28554]: cluster 2023-12-07T17:54:21.731091+0000 mgr.a (mgr.24293) 19404 : cluster 0 pgmap v14509: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:22 smithi044 bash[32620]: cluster 2023-12-07T17:54:21.731091+0000 mgr.a (mgr.24293) 19404 : cluster 0 pgmap v14509: 33 pgs: 33 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.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:22 smithi027 bash[31536]: cluster 2023-12-07T17:54:21.731091+0000 mgr.a (mgr.24293) 19404 : cluster 0 pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:23.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:23.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:23.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:23.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:23.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:24.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:24 smithi022 bash[28554]: audit 2023-12-07T17:54:22.588342+0000 mgr.a (mgr.24293) 19405 : audit 0 from='client.383778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:24.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:24 smithi044 bash[32620]: audit 2023-12-07T17:54:22.588342+0000 mgr.a (mgr.24293) 19405 : audit 0 from='client.383778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:24.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:24 smithi027 bash[31536]: audit 2023-12-07T17:54:22.588342+0000 mgr.a (mgr.24293) 19405 : audit 0 from='client.383778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:25.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:25 smithi022 bash[28554]: cluster 2023-12-07T17:54:23.731778+0000 mgr.a (mgr.24293) 19406 : cluster 0 pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:25 smithi044 bash[32620]: cluster 2023-12-07T17:54:23.731778+0000 mgr.a (mgr.24293) 19406 : cluster 0 pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:25 smithi027 bash[31536]: cluster 2023-12-07T17:54:23.731778+0000 mgr.a (mgr.24293) 19406 : cluster 0 pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:27.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:27 smithi022 bash[28554]: cluster 2023-12-07T17:54:25.732611+0000 mgr.a (mgr.24293) 19407 : cluster 0 pgmap v14511: 33 pgs: 33 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:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:27 smithi044 bash[32620]: cluster 2023-12-07T17:54:25.732611+0000 mgr.a (mgr.24293) 19407 : cluster 0 pgmap v14511: 33 pgs: 33 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:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:27 smithi027 bash[31536]: cluster 2023-12-07T17:54:25.732611+0000 mgr.a (mgr.24293) 19407 : cluster 0 pgmap v14511: 33 pgs: 33 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:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:28.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:28.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:29.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:29.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:29.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:29.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:29.074 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:29 smithi022 bash[28554]: cluster 2023-12-07T17:54:27.733187+0000 mgr.a (mgr.24293) 19408 : cluster 0 pgmap v14512: 33 pgs: 33 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:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:29 smithi044 bash[32620]: cluster 2023-12-07T17:54:27.733187+0000 mgr.a (mgr.24293) 19408 : cluster 0 pgmap v14512: 33 pgs: 33 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:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:29 smithi027 bash[31536]: cluster 2023-12-07T17:54:27.733187+0000 mgr.a (mgr.24293) 19408 : cluster 0 pgmap v14512: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:30 smithi022 bash[28554]: audit 2023-12-07T17:54:28.538875+0000 mgr.a (mgr.24293) 19409 : audit 0 from='client.383856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:30.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:30 smithi044 bash[32620]: audit 2023-12-07T17:54:28.538875+0000 mgr.a (mgr.24293) 19409 : audit 0 from='client.383856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:30.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:30 smithi027 bash[31536]: audit 2023-12-07T17:54:28.538875+0000 mgr.a (mgr.24293) 19409 : audit 0 from='client.383856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:31.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:31 smithi022 bash[28554]: cluster 2023-12-07T17:54:29.733854+0000 mgr.a (mgr.24293) 19410 : cluster 0 pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:31 smithi044 bash[32620]: cluster 2023-12-07T17:54:29.733854+0000 mgr.a (mgr.24293) 19410 : cluster 0 pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:31.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:31 smithi027 bash[31536]: cluster 2023-12-07T17:54:29.733854+0000 mgr.a (mgr.24293) 19410 : cluster 0 pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:33 smithi022 bash[28554]: cluster 2023-12-07T17:54:31.734716+0000 mgr.a (mgr.24293) 19411 : cluster 0 pgmap v14514: 33 pgs: 33 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:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:33 smithi044 bash[32620]: cluster 2023-12-07T17:54:31.734716+0000 mgr.a (mgr.24293) 19411 : cluster 0 pgmap v14514: 33 pgs: 33 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:33.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:33 smithi027 bash[31536]: cluster 2023-12-07T17:54:31.734716+0000 mgr.a (mgr.24293) 19411 : cluster 0 pgmap v14514: 33 pgs: 33 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:34.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:34.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:34.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:35.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:35.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:35.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:35.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:35.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:35.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:35 smithi022 bash[28554]: cluster 2023-12-07T17:54:33.735248+0000 mgr.a (mgr.24293) 19412 : cluster 0 pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:35.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:35 smithi044 bash[32620]: cluster 2023-12-07T17:54:33.735248+0000 mgr.a (mgr.24293) 19412 : cluster 0 pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:35.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:35 smithi027 bash[31536]: cluster 2023-12-07T17:54:33.735248+0000 mgr.a (mgr.24293) 19412 : cluster 0 pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:36.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:36 smithi022 bash[28554]: audit 2023-12-07T17:54:34.484725+0000 mgr.a (mgr.24293) 19413 : audit 0 from='client.383934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:36.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:36 smithi044 bash[32620]: audit 2023-12-07T17:54:34.484725+0000 mgr.a (mgr.24293) 19413 : audit 0 from='client.383934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:36.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:36 smithi027 bash[31536]: audit 2023-12-07T17:54:34.484725+0000 mgr.a (mgr.24293) 19413 : audit 0 from='client.383934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:37.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:37 smithi022 bash[28554]: cluster 2023-12-07T17:54:35.736305+0000 mgr.a (mgr.24293) 19414 : cluster 0 pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:37 smithi044 bash[32620]: cluster 2023-12-07T17:54:35.736305+0000 mgr.a (mgr.24293) 19414 : cluster 0 pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:37.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:37 smithi027 bash[31536]: cluster 2023-12-07T17:54:35.736305+0000 mgr.a (mgr.24293) 19414 : cluster 0 pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:39 smithi022 bash[28554]: cluster 2023-12-07T17:54:37.736911+0000 mgr.a (mgr.24293) 19415 : cluster 0 pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:39 smithi044 bash[32620]: cluster 2023-12-07T17:54:37.736911+0000 mgr.a (mgr.24293) 19415 : cluster 0 pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:39 smithi027 bash[31536]: cluster 2023-12-07T17:54:37.736911+0000 mgr.a (mgr.24293) 19415 : cluster 0 pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:40.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:40.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:40.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:40.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:40.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:40.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:40.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:40.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:41.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:41 smithi022 bash[28554]: cluster 2023-12-07T17:54:39.737528+0000 mgr.a (mgr.24293) 19416 : cluster 0 pgmap v14518: 33 pgs: 33 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:41.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:41 smithi044 bash[32620]: cluster 2023-12-07T17:54:39.737528+0000 mgr.a (mgr.24293) 19416 : cluster 0 pgmap v14518: 33 pgs: 33 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:41.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:41 smithi027 bash[31536]: cluster 2023-12-07T17:54:39.737528+0000 mgr.a (mgr.24293) 19416 : cluster 0 pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:42.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:42 smithi022 bash[28554]: audit 2023-12-07T17:54:40.432138+0000 mgr.a (mgr.24293) 19417 : audit 0 from='client.384009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:42.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:42 smithi044 bash[32620]: audit 2023-12-07T17:54:40.432138+0000 mgr.a (mgr.24293) 19417 : audit 0 from='client.384009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:42.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:42 smithi027 bash[31536]: audit 2023-12-07T17:54:40.432138+0000 mgr.a (mgr.24293) 19417 : audit 0 from='client.384009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:43.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:43 smithi022 bash[28554]: cluster 2023-12-07T17:54:41.738541+0000 mgr.a (mgr.24293) 19418 : cluster 0 pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:43.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:43 smithi044 bash[32620]: cluster 2023-12-07T17:54:41.738541+0000 mgr.a (mgr.24293) 19418 : cluster 0 pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:43.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:43 smithi027 bash[31536]: cluster 2023-12-07T17:54:41.738541+0000 mgr.a (mgr.24293) 19418 : cluster 0 pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:45.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:45 smithi022 bash[28554]: cluster 2023-12-07T17:54:43.739099+0000 mgr.a (mgr.24293) 19419 : cluster 0 pgmap v14520: 33 pgs: 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:45.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:45 smithi044 bash[32620]: cluster 2023-12-07T17:54:43.739099+0000 mgr.a (mgr.24293) 19419 : cluster 0 pgmap v14520: 33 pgs: 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:45.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:45 smithi027 bash[31536]: cluster 2023-12-07T17:54:43.739099+0000 mgr.a (mgr.24293) 19419 : cluster 0 pgmap v14520: 33 pgs: 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:45.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:45.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:45.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:46.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:46.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:46.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:46.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:46.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:47.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:47 smithi022 bash[28554]: cluster 2023-12-07T17:54:45.739888+0000 mgr.a (mgr.24293) 19420 : cluster 0 pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:47.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:47 smithi044 bash[32620]: cluster 2023-12-07T17:54:45.739888+0000 mgr.a (mgr.24293) 19420 : cluster 0 pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:47.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:47 smithi027 bash[31536]: cluster 2023-12-07T17:54:45.739888+0000 mgr.a (mgr.24293) 19420 : cluster 0 pgmap v14521: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:48 smithi022 bash[28554]: audit 2023-12-07T17:54:46.401335+0000 mgr.a (mgr.24293) 19421 : audit 0 from='client.384081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:48.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:48 smithi044 bash[32620]: audit 2023-12-07T17:54:46.401335+0000 mgr.a (mgr.24293) 19421 : audit 0 from='client.384081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:48.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:48 smithi027 bash[31536]: audit 2023-12-07T17:54:46.401335+0000 mgr.a (mgr.24293) 19421 : audit 0 from='client.384081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:49 smithi022 bash[28554]: cluster 2023-12-07T17:54:47.740512+0000 mgr.a (mgr.24293) 19422 : cluster 0 pgmap v14522: 33 pgs: 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:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:49 smithi022 bash[28554]: audit 2023-12-07T17:54:48.653620+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:49 smithi044 bash[32620]: cluster 2023-12-07T17:54:47.740512+0000 mgr.a (mgr.24293) 19422 : cluster 0 pgmap v14522: 33 pgs: 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:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:49 smithi044 bash[32620]: audit 2023-12-07T17:54:48.653620+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:49 smithi027 bash[31536]: cluster 2023-12-07T17:54:47.740512+0000 mgr.a (mgr.24293) 19422 : cluster 0 pgmap v14522: 33 pgs: 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:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:49 smithi027 bash[31536]: audit 2023-12-07T17:54:48.653620+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:50.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:50 smithi027 bash[31536]: audit 2023-12-07T17:54:49.183939+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:50 smithi027 bash[31536]: audit 2023-12-07T17:54:49.190024+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:50 smithi027 bash[31536]: audit 2023-12-07T17:54:49.916289+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:50 smithi027 bash[31536]: audit 2023-12-07T17:54:49.921212+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:50 smithi027 bash[31536]: audit 2023-12-07T17:54:49.926715+0000 mon.a (mon.0) 3126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:50 smithi027 bash[31536]: audit 2023-12-07T17:54:49.932234+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:50 smithi022 bash[28554]: audit 2023-12-07T17:54:49.183939+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:50 smithi022 bash[28554]: audit 2023-12-07T17:54:49.190024+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:50 smithi022 bash[28554]: audit 2023-12-07T17:54:49.916289+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:50 smithi022 bash[28554]: audit 2023-12-07T17:54:49.921212+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:50 smithi022 bash[28554]: audit 2023-12-07T17:54:49.926715+0000 mon.a (mon.0) 3126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:50 smithi022 bash[28554]: audit 2023-12-07T17:54:49.932234+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:50 smithi044 bash[32620]: audit 2023-12-07T17:54:49.183939+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:50 smithi044 bash[32620]: audit 2023-12-07T17:54:49.190024+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:50 smithi044 bash[32620]: audit 2023-12-07T17:54:49.916289+0000 mon.a (mon.0) 3124 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:50 smithi044 bash[32620]: audit 2023-12-07T17:54:49.921212+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:50 smithi044 bash[32620]: audit 2023-12-07T17:54:49.926715+0000 mon.a (mon.0) 3126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:50.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:50 smithi044 bash[32620]: audit 2023-12-07T17:54:49.932234+0000 mon.a (mon.0) 3127 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:51 smithi027 bash[31536]: cluster 2023-12-07T17:54:49.741043+0000 mgr.a (mgr.24293) 19423 : cluster 0 pgmap v14523: 33 pgs: 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:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:51 smithi027 bash[31536]: audit 2023-12-07T17:54:50.344245+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:51 smithi027 bash[31536]: audit 2023-12-07T17:54:50.349472+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:51 smithi027 bash[31536]: audit 2023-12-07T17:54:50.350862+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:54:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:51 smithi027 bash[31536]: audit 2023-12-07T17:54:50.352359+0000 mon.a (mon.0) 3131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:54:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:51 smithi027 bash[31536]: audit 2023-12-07T17:54:50.359504+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:51 smithi022 bash[28554]: cluster 2023-12-07T17:54:49.741043+0000 mgr.a (mgr.24293) 19423 : cluster 0 pgmap v14523: 33 pgs: 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:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:51 smithi022 bash[28554]: audit 2023-12-07T17:54:50.344245+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:51 smithi022 bash[28554]: audit 2023-12-07T17:54:50.349472+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:51 smithi022 bash[28554]: audit 2023-12-07T17:54:50.350862+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:54:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:51 smithi022 bash[28554]: audit 2023-12-07T17:54:50.352359+0000 mon.a (mon.0) 3131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:54:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:51 smithi022 bash[28554]: audit 2023-12-07T17:54:50.359504+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:51 smithi044 bash[32620]: cluster 2023-12-07T17:54:49.741043+0000 mgr.a (mgr.24293) 19423 : cluster 0 pgmap v14523: 33 pgs: 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:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:51 smithi044 bash[32620]: audit 2023-12-07T17:54:50.344245+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:51 smithi044 bash[32620]: audit 2023-12-07T17:54:50.349472+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:51 smithi044 bash[32620]: audit 2023-12-07T17:54:50.350862+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:54:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:51 smithi044 bash[32620]: audit 2023-12-07T17:54:50.352359+0000 mon.a (mon.0) 3131 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:54:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:51 smithi044 bash[32620]: audit 2023-12-07T17:54:50.359504+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:54:51.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:51.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:51.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:52.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:52.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:52.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:52.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:52.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:53.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:53 smithi027 bash[31536]: cluster 2023-12-07T17:54:51.741796+0000 mgr.a (mgr.24293) 19424 : cluster 0 pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:53.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:53 smithi022 bash[28554]: cluster 2023-12-07T17:54:51.741796+0000 mgr.a (mgr.24293) 19424 : cluster 0 pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:53 smithi044 bash[32620]: cluster 2023-12-07T17:54:51.741796+0000 mgr.a (mgr.24293) 19424 : cluster 0 pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:54 smithi022 bash[28554]: audit 2023-12-07T17:54:52.321908+0000 mgr.a (mgr.24293) 19425 : audit 0 from='client.384159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:54.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:54 smithi044 bash[32620]: audit 2023-12-07T17:54:52.321908+0000 mgr.a (mgr.24293) 19425 : audit 0 from='client.384159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:54.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:54 smithi027 bash[31536]: audit 2023-12-07T17:54:52.321908+0000 mgr.a (mgr.24293) 19425 : audit 0 from='client.384159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:55 smithi022 bash[28554]: cluster 2023-12-07T17:54:53.742495+0000 mgr.a (mgr.24293) 19426 : cluster 0 pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:55 smithi044 bash[32620]: cluster 2023-12-07T17:54:53.742495+0000 mgr.a (mgr.24293) 19426 : cluster 0 pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:55.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:55 smithi027 bash[31536]: cluster 2023-12-07T17:54:53.742495+0000 mgr.a (mgr.24293) 19426 : cluster 0 pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:57 smithi022 bash[28554]: cluster 2023-12-07T17:54:55.743473+0000 mgr.a (mgr.24293) 19427 : cluster 0 pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:57 smithi044 bash[32620]: cluster 2023-12-07T17:54:55.743473+0000 mgr.a (mgr.24293) 19427 : cluster 0 pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:57.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:57 smithi027 bash[31536]: cluster 2023-12-07T17:54:55.743473+0000 mgr.a (mgr.24293) 19427 : cluster 0 pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:57.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:54:57.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:57.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:58.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:54:58.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:58.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:58.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:58.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:54:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:59 smithi022 bash[28554]: cluster 2023-12-07T17:54:57.744039+0000 mgr.a (mgr.24293) 19428 : cluster 0 pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:54:59 smithi022 bash[28554]: audit 2023-12-07T17:54:58.264077+0000 mgr.a (mgr.24293) 19429 : audit 0 from='client.384231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:59.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:59 smithi044 bash[32620]: cluster 2023-12-07T17:54:57.744039+0000 mgr.a (mgr.24293) 19428 : cluster 0 pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:59.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:54:59 smithi044 bash[32620]: audit 2023-12-07T17:54:58.264077+0000 mgr.a (mgr.24293) 19429 : audit 0 from='client.384231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:59.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:59 smithi027 bash[31536]: cluster 2023-12-07T17:54:57.744039+0000 mgr.a (mgr.24293) 19428 : cluster 0 pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:54:59 smithi027 bash[31536]: audit 2023-12-07T17:54:58.264077+0000 mgr.a (mgr.24293) 19429 : audit 0 from='client.384231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:01.472 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:01 smithi022 bash[28554]: cluster 2023-12-07T17:54:59.744673+0000 mgr.a (mgr.24293) 19430 : cluster 0 pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:01 smithi044 bash[32620]: cluster 2023-12-07T17:54:59.744673+0000 mgr.a (mgr.24293) 19430 : cluster 0 pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:01 smithi027 bash[31536]: cluster 2023-12-07T17:54:59.744673+0000 mgr.a (mgr.24293) 19430 : cluster 0 pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:03 smithi022 bash[28554]: cluster 2023-12-07T17:55:01.745497+0000 mgr.a (mgr.24293) 19431 : cluster 0 pgmap v14529: 33 pgs: 33 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:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:03 smithi044 bash[32620]: cluster 2023-12-07T17:55:01.745497+0000 mgr.a (mgr.24293) 19431 : cluster 0 pgmap v14529: 33 pgs: 33 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:03.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:03 smithi027 bash[31536]: cluster 2023-12-07T17:55:01.745497+0000 mgr.a (mgr.24293) 19431 : cluster 0 pgmap v14529: 33 pgs: 33 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:03.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:03.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:03.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:04.750 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:04.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:04.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:04.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:04.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:05 smithi022 bash[28554]: cluster 2023-12-07T17:55:03.745990+0000 mgr.a (mgr.24293) 19432 : cluster 0 pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:05 smithi022 bash[28554]: audit 2023-12-07T17:55:04.211438+0000 mgr.a (mgr.24293) 19433 : audit 0 from='client.384306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:05 smithi044 bash[32620]: cluster 2023-12-07T17:55:03.745990+0000 mgr.a (mgr.24293) 19432 : cluster 0 pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:05 smithi044 bash[32620]: audit 2023-12-07T17:55:04.211438+0000 mgr.a (mgr.24293) 19433 : audit 0 from='client.384306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:05 smithi027 bash[31536]: cluster 2023-12-07T17:55:03.745990+0000 mgr.a (mgr.24293) 19432 : cluster 0 pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:05 smithi027 bash[31536]: audit 2023-12-07T17:55:04.211438+0000 mgr.a (mgr.24293) 19433 : audit 0 from='client.384306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:07 smithi022 bash[28554]: cluster 2023-12-07T17:55:05.746838+0000 mgr.a (mgr.24293) 19434 : cluster 0 pgmap v14531: 33 pgs: 33 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:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:07 smithi044 bash[32620]: cluster 2023-12-07T17:55:05.746838+0000 mgr.a (mgr.24293) 19434 : cluster 0 pgmap v14531: 33 pgs: 33 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:07.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:07 smithi027 bash[31536]: cluster 2023-12-07T17:55:05.746838+0000 mgr.a (mgr.24293) 19434 : cluster 0 pgmap v14531: 33 pgs: 33 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:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:09 smithi022 bash[28554]: cluster 2023-12-07T17:55:07.747386+0000 mgr.a (mgr.24293) 19435 : cluster 0 pgmap v14532: 33 pgs: 33 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:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:09 smithi044 bash[32620]: cluster 2023-12-07T17:55:07.747386+0000 mgr.a (mgr.24293) 19435 : cluster 0 pgmap v14532: 33 pgs: 33 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:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:09 smithi027 bash[31536]: cluster 2023-12-07T17:55:07.747386+0000 mgr.a (mgr.24293) 19435 : cluster 0 pgmap v14532: 33 pgs: 33 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:09.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:09.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:09.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:10.710 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:10.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:10.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:10.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:10.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:11 smithi022 bash[28554]: cluster 2023-12-07T17:55:09.747947+0000 mgr.a (mgr.24293) 19436 : cluster 0 pgmap v14533: 33 pgs: 33 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:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:11 smithi022 bash[28554]: audit 2023-12-07T17:55:10.161113+0000 mgr.a (mgr.24293) 19437 : audit 0 from='client.384381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:11.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:11 smithi044 bash[32620]: cluster 2023-12-07T17:55:09.747947+0000 mgr.a (mgr.24293) 19436 : cluster 0 pgmap v14533: 33 pgs: 33 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:11.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:11 smithi044 bash[32620]: audit 2023-12-07T17:55:10.161113+0000 mgr.a (mgr.24293) 19437 : audit 0 from='client.384381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:11.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:11 smithi027 bash[31536]: cluster 2023-12-07T17:55:09.747947+0000 mgr.a (mgr.24293) 19436 : cluster 0 pgmap v14533: 33 pgs: 33 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:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:11 smithi027 bash[31536]: audit 2023-12-07T17:55:10.161113+0000 mgr.a (mgr.24293) 19437 : audit 0 from='client.384381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:13 smithi022 bash[28554]: cluster 2023-12-07T17:55:11.748925+0000 mgr.a (mgr.24293) 19438 : cluster 0 pgmap v14534: 33 pgs: 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:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:13 smithi044 bash[32620]: cluster 2023-12-07T17:55:11.748925+0000 mgr.a (mgr.24293) 19438 : cluster 0 pgmap v14534: 33 pgs: 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:13 smithi027 bash[31536]: cluster 2023-12-07T17:55:11.748925+0000 mgr.a (mgr.24293) 19438 : cluster 0 pgmap v14534: 33 pgs: 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:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:15 smithi022 bash[28554]: cluster 2023-12-07T17:55:13.749497+0000 mgr.a (mgr.24293) 19439 : cluster 0 pgmap v14535: 33 pgs: 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:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:15 smithi044 bash[32620]: cluster 2023-12-07T17:55:13.749497+0000 mgr.a (mgr.24293) 19439 : cluster 0 pgmap v14535: 33 pgs: 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:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:15 smithi027 bash[31536]: cluster 2023-12-07T17:55:13.749497+0000 mgr.a (mgr.24293) 19439 : cluster 0 pgmap v14535: 33 pgs: 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:15.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:15.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:15.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:16.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:16.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:16.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:16.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:16.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:17 smithi022 bash[28554]: cluster 2023-12-07T17:55:15.750110+0000 mgr.a (mgr.24293) 19440 : cluster 0 pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:17 smithi022 bash[28554]: audit 2023-12-07T17:55:16.118485+0000 mgr.a (mgr.24293) 19441 : audit 0 from='client.384453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:17 smithi044 bash[32620]: cluster 2023-12-07T17:55:15.750110+0000 mgr.a (mgr.24293) 19440 : cluster 0 pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:17 smithi044 bash[32620]: audit 2023-12-07T17:55:16.118485+0000 mgr.a (mgr.24293) 19441 : audit 0 from='client.384453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:17 smithi027 bash[31536]: cluster 2023-12-07T17:55:15.750110+0000 mgr.a (mgr.24293) 19440 : cluster 0 pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:17 smithi027 bash[31536]: audit 2023-12-07T17:55:16.118485+0000 mgr.a (mgr.24293) 19441 : audit 0 from='client.384453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:19 smithi022 bash[28554]: cluster 2023-12-07T17:55:17.750733+0000 mgr.a (mgr.24293) 19442 : cluster 0 pgmap v14537: 33 pgs: 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:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:19 smithi044 bash[32620]: cluster 2023-12-07T17:55:17.750733+0000 mgr.a (mgr.24293) 19442 : cluster 0 pgmap v14537: 33 pgs: 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:19.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:19 smithi027 bash[31536]: cluster 2023-12-07T17:55:17.750733+0000 mgr.a (mgr.24293) 19442 : cluster 0 pgmap v14537: 33 pgs: 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:21.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:21.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:21.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:21.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:21 smithi022 bash[28554]: cluster 2023-12-07T17:55:19.751275+0000 mgr.a (mgr.24293) 19443 : cluster 0 pgmap v14538: 33 pgs: 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:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:21 smithi044 bash[32620]: cluster 2023-12-07T17:55:19.751275+0000 mgr.a (mgr.24293) 19443 : cluster 0 pgmap v14538: 33 pgs: 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:21.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:21 smithi027 bash[31536]: cluster 2023-12-07T17:55:19.751275+0000 mgr.a (mgr.24293) 19443 : cluster 0 pgmap v14538: 33 pgs: 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:22.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:22.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:22.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:22.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:22.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:23 smithi022 bash[28554]: cluster 2023-12-07T17:55:21.752070+0000 mgr.a (mgr.24293) 19444 : cluster 0 pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:23 smithi022 bash[28554]: audit 2023-12-07T17:55:22.064500+0000 mgr.a (mgr.24293) 19445 : audit 0 from='client.384528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:23 smithi044 bash[32620]: cluster 2023-12-07T17:55:21.752070+0000 mgr.a (mgr.24293) 19444 : cluster 0 pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:23 smithi044 bash[32620]: audit 2023-12-07T17:55:22.064500+0000 mgr.a (mgr.24293) 19445 : audit 0 from='client.384528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:23 smithi027 bash[31536]: cluster 2023-12-07T17:55:21.752070+0000 mgr.a (mgr.24293) 19444 : cluster 0 pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:23 smithi027 bash[31536]: audit 2023-12-07T17:55:22.064500+0000 mgr.a (mgr.24293) 19445 : audit 0 from='client.384528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:25 smithi022 bash[28554]: cluster 2023-12-07T17:55:23.752654+0000 mgr.a (mgr.24293) 19446 : cluster 0 pgmap v14540: 33 pgs: 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:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:25 smithi044 bash[32620]: cluster 2023-12-07T17:55:23.752654+0000 mgr.a (mgr.24293) 19446 : cluster 0 pgmap v14540: 33 pgs: 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:25.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:25 smithi027 bash[31536]: cluster 2023-12-07T17:55:23.752654+0000 mgr.a (mgr.24293) 19446 : cluster 0 pgmap v14540: 33 pgs: 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:27.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:27.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:27.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:27.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:27 smithi022 bash[28554]: cluster 2023-12-07T17:55:25.753386+0000 mgr.a (mgr.24293) 19447 : cluster 0 pgmap v14541: 33 pgs: 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:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:27 smithi044 bash[32620]: cluster 2023-12-07T17:55:25.753386+0000 mgr.a (mgr.24293) 19447 : cluster 0 pgmap v14541: 33 pgs: 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:27.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:27 smithi027 bash[31536]: cluster 2023-12-07T17:55:25.753386+0000 mgr.a (mgr.24293) 19447 : cluster 0 pgmap v14541: 33 pgs: 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:28.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:28.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:28.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:28.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:28.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:29 smithi022 bash[28554]: cluster 2023-12-07T17:55:27.753937+0000 mgr.a (mgr.24293) 19448 : cluster 0 pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:29 smithi022 bash[28554]: audit 2023-12-07T17:55:28.007161+0000 mgr.a (mgr.24293) 19449 : audit 0 from='client.384606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:29 smithi044 bash[32620]: cluster 2023-12-07T17:55:27.753937+0000 mgr.a (mgr.24293) 19448 : cluster 0 pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:29 smithi044 bash[32620]: audit 2023-12-07T17:55:28.007161+0000 mgr.a (mgr.24293) 19449 : audit 0 from='client.384606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:29.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:29 smithi027 bash[31536]: cluster 2023-12-07T17:55:27.753937+0000 mgr.a (mgr.24293) 19448 : cluster 0 pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:29 smithi027 bash[31536]: audit 2023-12-07T17:55:28.007161+0000 mgr.a (mgr.24293) 19449 : audit 0 from='client.384606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:31 smithi022 bash[28554]: cluster 2023-12-07T17:55:29.754647+0000 mgr.a (mgr.24293) 19450 : cluster 0 pgmap v14543: 33 pgs: 33 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:31.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:31 smithi044 bash[32620]: cluster 2023-12-07T17:55:29.754647+0000 mgr.a (mgr.24293) 19450 : cluster 0 pgmap v14543: 33 pgs: 33 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:31.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:31 smithi027 bash[31536]: cluster 2023-12-07T17:55:29.754647+0000 mgr.a (mgr.24293) 19450 : cluster 0 pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:33.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:33.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:33.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:33.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:33 smithi022 bash[28554]: cluster 2023-12-07T17:55:31.755524+0000 mgr.a (mgr.24293) 19451 : cluster 0 pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:33 smithi044 bash[32620]: cluster 2023-12-07T17:55:31.755524+0000 mgr.a (mgr.24293) 19451 : cluster 0 pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:33.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:33 smithi027 bash[31536]: cluster 2023-12-07T17:55:31.755524+0000 mgr.a (mgr.24293) 19451 : cluster 0 pgmap v14544: 33 pgs: 33 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:34.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:34.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:34.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:34.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:34.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:35 smithi022 bash[28554]: cluster 2023-12-07T17:55:33.756099+0000 mgr.a (mgr.24293) 19452 : cluster 0 pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:35 smithi022 bash[28554]: audit 2023-12-07T17:55:33.929042+0000 mgr.a (mgr.24293) 19453 : audit 0 from='client.384684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:35 smithi044 bash[32620]: cluster 2023-12-07T17:55:33.756099+0000 mgr.a (mgr.24293) 19452 : cluster 0 pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:35 smithi044 bash[32620]: audit 2023-12-07T17:55:33.929042+0000 mgr.a (mgr.24293) 19453 : audit 0 from='client.384684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:35.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:35 smithi027 bash[31536]: cluster 2023-12-07T17:55:33.756099+0000 mgr.a (mgr.24293) 19452 : cluster 0 pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:35.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:35 smithi027 bash[31536]: audit 2023-12-07T17:55:33.929042+0000 mgr.a (mgr.24293) 19453 : audit 0 from='client.384684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:37 smithi022 bash[28554]: cluster 2023-12-07T17:55:35.757031+0000 mgr.a (mgr.24293) 19454 : cluster 0 pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:37.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:37 smithi044 bash[32620]: cluster 2023-12-07T17:55:35.757031+0000 mgr.a (mgr.24293) 19454 : cluster 0 pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:37.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:37 smithi027 bash[31536]: cluster 2023-12-07T17:55:35.757031+0000 mgr.a (mgr.24293) 19454 : cluster 0 pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:39.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:39.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:39.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:39 smithi022 bash[28554]: cluster 2023-12-07T17:55:37.757610+0000 mgr.a (mgr.24293) 19455 : cluster 0 pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:39.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:39 smithi044 bash[32620]: cluster 2023-12-07T17:55:37.757610+0000 mgr.a (mgr.24293) 19455 : cluster 0 pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:39.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:39 smithi027 bash[31536]: cluster 2023-12-07T17:55:37.757610+0000 mgr.a (mgr.24293) 19455 : cluster 0 pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:40.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:40.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:40.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:40.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:40.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:41 smithi022 bash[28554]: cluster 2023-12-07T17:55:39.758200+0000 mgr.a (mgr.24293) 19456 : cluster 0 pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:41 smithi022 bash[28554]: audit 2023-12-07T17:55:39.879651+0000 mgr.a (mgr.24293) 19457 : audit 0 from='client.384762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:41 smithi044 bash[32620]: cluster 2023-12-07T17:55:39.758200+0000 mgr.a (mgr.24293) 19456 : cluster 0 pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:41 smithi044 bash[32620]: audit 2023-12-07T17:55:39.879651+0000 mgr.a (mgr.24293) 19457 : audit 0 from='client.384762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:41.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:41 smithi027 bash[31536]: cluster 2023-12-07T17:55:39.758200+0000 mgr.a (mgr.24293) 19456 : cluster 0 pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:41 smithi027 bash[31536]: audit 2023-12-07T17:55:39.879651+0000 mgr.a (mgr.24293) 19457 : audit 0 from='client.384762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:43 smithi022 bash[28554]: cluster 2023-12-07T17:55:41.759128+0000 mgr.a (mgr.24293) 19458 : cluster 0 pgmap v14549: 33 pgs: 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:55:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:43 smithi044 bash[32620]: cluster 2023-12-07T17:55:41.759128+0000 mgr.a (mgr.24293) 19458 : cluster 0 pgmap v14549: 33 pgs: 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:55:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:43 smithi027 bash[31536]: cluster 2023-12-07T17:55:41.759128+0000 mgr.a (mgr.24293) 19458 : cluster 0 pgmap v14549: 33 pgs: 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:55:45.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:45.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:45.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:45 smithi022 bash[28554]: cluster 2023-12-07T17:55:43.759727+0000 mgr.a (mgr.24293) 19459 : cluster 0 pgmap v14550: 33 pgs: 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:55:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:45 smithi044 bash[32620]: cluster 2023-12-07T17:55:43.759727+0000 mgr.a (mgr.24293) 19459 : cluster 0 pgmap v14550: 33 pgs: 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:55:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:45 smithi027 bash[31536]: cluster 2023-12-07T17:55:43.759727+0000 mgr.a (mgr.24293) 19459 : cluster 0 pgmap v14550: 33 pgs: 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:55:46.373 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:46.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:46.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:46.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:46.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:47 smithi022 bash[28554]: cluster 2023-12-07T17:55:45.760440+0000 mgr.a (mgr.24293) 19460 : cluster 0 pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:47 smithi022 bash[28554]: audit 2023-12-07T17:55:45.837795+0000 mgr.a (mgr.24293) 19461 : audit 0 from='client.384840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:47.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:47 smithi044 bash[32620]: cluster 2023-12-07T17:55:45.760440+0000 mgr.a (mgr.24293) 19460 : cluster 0 pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:47 smithi044 bash[32620]: audit 2023-12-07T17:55:45.837795+0000 mgr.a (mgr.24293) 19461 : audit 0 from='client.384840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:47.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:47 smithi027 bash[31536]: cluster 2023-12-07T17:55:45.760440+0000 mgr.a (mgr.24293) 19460 : cluster 0 pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:47.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:47 smithi027 bash[31536]: audit 2023-12-07T17:55:45.837795+0000 mgr.a (mgr.24293) 19461 : audit 0 from='client.384840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:49 smithi022 bash[28554]: cluster 2023-12-07T17:55:47.761156+0000 mgr.a (mgr.24293) 19462 : cluster 0 pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:49 smithi044 bash[32620]: cluster 2023-12-07T17:55:47.761156+0000 mgr.a (mgr.24293) 19462 : cluster 0 pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:49.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:49 smithi027 bash[31536]: cluster 2023-12-07T17:55:47.761156+0000 mgr.a (mgr.24293) 19462 : cluster 0 pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:51.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:51.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:51 smithi022 bash[28554]: cluster 2023-12-07T17:55:49.761739+0000 mgr.a (mgr.24293) 19463 : cluster 0 pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:51 smithi022 bash[28554]: audit 2023-12-07T17:55:50.462639+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:51 smithi022 bash[28554]: audit 2023-12-07T17:55:50.991567+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:51 smithi022 bash[28554]: audit 2023-12-07T17:55:50.995866+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:51 smithi022 bash[28554]: audit 2023-12-07T17:55:51.000213+0000 mon.a (mon.0) 3136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:51 smithi022 bash[28554]: audit 2023-12-07T17:55:51.003940+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:51 smithi044 bash[32620]: cluster 2023-12-07T17:55:49.761739+0000 mgr.a (mgr.24293) 19463 : cluster 0 pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:51 smithi044 bash[32620]: audit 2023-12-07T17:55:50.462639+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:55:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:51 smithi044 bash[32620]: audit 2023-12-07T17:55:50.991567+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:51 smithi044 bash[32620]: audit 2023-12-07T17:55:50.995866+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:51 smithi044 bash[32620]: audit 2023-12-07T17:55:51.000213+0000 mon.a (mon.0) 3136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:51 smithi044 bash[32620]: audit 2023-12-07T17:55:51.003940+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:51 smithi027 bash[31536]: cluster 2023-12-07T17:55:49.761739+0000 mgr.a (mgr.24293) 19463 : cluster 0 pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:51 smithi027 bash[31536]: audit 2023-12-07T17:55:50.462639+0000 mon.a (mon.0) 3133 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:55:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:51 smithi027 bash[31536]: audit 2023-12-07T17:55:50.991567+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:51 smithi027 bash[31536]: audit 2023-12-07T17:55:50.995866+0000 mon.a (mon.0) 3135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:51 smithi027 bash[31536]: audit 2023-12-07T17:55:51.000213+0000 mon.a (mon.0) 3136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:51 smithi027 bash[31536]: audit 2023-12-07T17:55:51.003940+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:52.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:52.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:52.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:52.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:52.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:52 smithi022 bash[28554]: audit 2023-12-07T17:55:51.741382+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:52 smithi022 bash[28554]: audit 2023-12-07T17:55:51.743095+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:52 smithi022 bash[28554]: audit 2023-12-07T17:55:51.752485+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:52.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:52 smithi044 bash[32620]: audit 2023-12-07T17:55:51.741382+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:52.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:52 smithi044 bash[32620]: audit 2023-12-07T17:55:51.743095+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:52.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:52 smithi044 bash[32620]: audit 2023-12-07T17:55:51.752485+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:52.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:52 smithi027 bash[31536]: audit 2023-12-07T17:55:51.741382+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:52.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:52 smithi027 bash[31536]: audit 2023-12-07T17:55:51.743095+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:52.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:52 smithi027 bash[31536]: audit 2023-12-07T17:55:51.752485+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:55:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:53 smithi022 bash[28554]: cluster 2023-12-07T17:55:51.762430+0000 mgr.a (mgr.24293) 19464 : cluster 0 pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:53 smithi022 bash[28554]: audit 2023-12-07T17:55:51.804355+0000 mgr.a (mgr.24293) 19465 : audit 0 from='client.384912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:53 smithi044 bash[32620]: cluster 2023-12-07T17:55:51.762430+0000 mgr.a (mgr.24293) 19464 : cluster 0 pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:53 smithi044 bash[32620]: audit 2023-12-07T17:55:51.804355+0000 mgr.a (mgr.24293) 19465 : audit 0 from='client.384912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:53.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:53 smithi027 bash[31536]: cluster 2023-12-07T17:55:51.762430+0000 mgr.a (mgr.24293) 19464 : cluster 0 pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:53 smithi027 bash[31536]: audit 2023-12-07T17:55:51.804355+0000 mgr.a (mgr.24293) 19465 : audit 0 from='client.384912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:55 smithi022 bash[28554]: cluster 2023-12-07T17:55:53.763147+0000 mgr.a (mgr.24293) 19466 : cluster 0 pgmap v14555: 33 pgs: 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:55:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:55 smithi044 bash[32620]: cluster 2023-12-07T17:55:53.763147+0000 mgr.a (mgr.24293) 19466 : cluster 0 pgmap v14555: 33 pgs: 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:55:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:55 smithi027 bash[31536]: cluster 2023-12-07T17:55:53.763147+0000 mgr.a (mgr.24293) 19466 : cluster 0 pgmap v14555: 33 pgs: 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:55:56.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:56 smithi022 bash[28554]: cluster 2023-12-07T17:55:55.763988+0000 mgr.a (mgr.24293) 19467 : cluster 0 pgmap v14556: 33 pgs: 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:55:56.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:56 smithi044 bash[32620]: cluster 2023-12-07T17:55:55.763988+0000 mgr.a (mgr.24293) 19467 : cluster 0 pgmap v14556: 33 pgs: 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:55:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:56 smithi027 bash[31536]: cluster 2023-12-07T17:55:55.763988+0000 mgr.a (mgr.24293) 19467 : cluster 0 pgmap v14556: 33 pgs: 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:55:57.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:55:57.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:57.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:58.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:55:58.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:58.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:58.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:58.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:55:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:59 smithi022 bash[28554]: audit 2023-12-07T17:55:57.745594+0000 mgr.a (mgr.24293) 19468 : audit 0 from='client.384987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:55:59 smithi022 bash[28554]: cluster 2023-12-07T17:55:57.765108+0000 mgr.a (mgr.24293) 19469 : cluster 0 pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:59 smithi044 bash[32620]: audit 2023-12-07T17:55:57.745594+0000 mgr.a (mgr.24293) 19468 : audit 0 from='client.384987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:55:59 smithi044 bash[32620]: cluster 2023-12-07T17:55:57.765108+0000 mgr.a (mgr.24293) 19469 : cluster 0 pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:59 smithi027 bash[31536]: audit 2023-12-07T17:55:57.745594+0000 mgr.a (mgr.24293) 19468 : audit 0 from='client.384987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:59.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:55:59 smithi027 bash[31536]: cluster 2023-12-07T17:55:57.765108+0000 mgr.a (mgr.24293) 19469 : cluster 0 pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:01.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:01 smithi022 bash[28554]: cluster 2023-12-07T17:55:59.765911+0000 mgr.a (mgr.24293) 19470 : cluster 0 pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:01 smithi044 bash[32620]: cluster 2023-12-07T17:55:59.765911+0000 mgr.a (mgr.24293) 19470 : cluster 0 pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:01 smithi027 bash[31536]: cluster 2023-12-07T17:55:59.765911+0000 mgr.a (mgr.24293) 19470 : cluster 0 pgmap v14558: 33 pgs: 33 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:03.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:03.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:03.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:03.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:03 smithi022 bash[28554]: cluster 2023-12-07T17:56:01.766786+0000 mgr.a (mgr.24293) 19471 : cluster 0 pgmap v14559: 33 pgs: 33 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:03.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:03 smithi044 bash[32620]: cluster 2023-12-07T17:56:01.766786+0000 mgr.a (mgr.24293) 19471 : cluster 0 pgmap v14559: 33 pgs: 33 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:03.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:03 smithi027 bash[31536]: cluster 2023-12-07T17:56:01.766786+0000 mgr.a (mgr.24293) 19471 : cluster 0 pgmap v14559: 33 pgs: 33 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:04.259 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:04.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:04.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:04.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:04.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:05.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:05 smithi022 bash[28554]: audit 2023-12-07T17:56:03.728350+0000 mgr.a (mgr.24293) 19472 : audit 0 from='client.385062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:05.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:05 smithi022 bash[28554]: cluster 2023-12-07T17:56:03.767364+0000 mgr.a (mgr.24293) 19473 : cluster 0 pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:05.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:05 smithi044 bash[32620]: audit 2023-12-07T17:56:03.728350+0000 mgr.a (mgr.24293) 19472 : audit 0 from='client.385062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:05.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:05 smithi044 bash[32620]: cluster 2023-12-07T17:56:03.767364+0000 mgr.a (mgr.24293) 19473 : cluster 0 pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:05.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:05 smithi027 bash[31536]: audit 2023-12-07T17:56:03.728350+0000 mgr.a (mgr.24293) 19472 : audit 0 from='client.385062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:05.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:05 smithi027 bash[31536]: cluster 2023-12-07T17:56:03.767364+0000 mgr.a (mgr.24293) 19473 : cluster 0 pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:07.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:07 smithi022 bash[28554]: cluster 2023-12-07T17:56:05.768267+0000 mgr.a (mgr.24293) 19474 : cluster 0 pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:07.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:07 smithi044 bash[32620]: cluster 2023-12-07T17:56:05.768267+0000 mgr.a (mgr.24293) 19474 : cluster 0 pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:07.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:07 smithi027 bash[31536]: cluster 2023-12-07T17:56:05.768267+0000 mgr.a (mgr.24293) 19474 : cluster 0 pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:09.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:09.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:09.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:09.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:09 smithi022 bash[28554]: cluster 2023-12-07T17:56:07.768862+0000 mgr.a (mgr.24293) 19475 : cluster 0 pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:09.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:09 smithi044 bash[32620]: cluster 2023-12-07T17:56:07.768862+0000 mgr.a (mgr.24293) 19475 : cluster 0 pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:09.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:09 smithi027 bash[31536]: cluster 2023-12-07T17:56:07.768862+0000 mgr.a (mgr.24293) 19475 : cluster 0 pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:10.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:10.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:10.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:10.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:10.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:11.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:11 smithi022 bash[28554]: audit 2023-12-07T17:56:09.665973+0000 mgr.a (mgr.24293) 19476 : audit 0 from='client.385137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:11.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:11 smithi022 bash[28554]: cluster 2023-12-07T17:56:09.769458+0000 mgr.a (mgr.24293) 19477 : cluster 0 pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:11.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:11 smithi044 bash[32620]: audit 2023-12-07T17:56:09.665973+0000 mgr.a (mgr.24293) 19476 : audit 0 from='client.385137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:11.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:11 smithi044 bash[32620]: cluster 2023-12-07T17:56:09.769458+0000 mgr.a (mgr.24293) 19477 : cluster 0 pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:11.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:11 smithi027 bash[31536]: audit 2023-12-07T17:56:09.665973+0000 mgr.a (mgr.24293) 19476 : audit 0 from='client.385137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:11.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:11 smithi027 bash[31536]: cluster 2023-12-07T17:56:09.769458+0000 mgr.a (mgr.24293) 19477 : cluster 0 pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:13.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:13 smithi022 bash[28554]: cluster 2023-12-07T17:56:11.770303+0000 mgr.a (mgr.24293) 19478 : cluster 0 pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:13.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:13 smithi044 bash[32620]: cluster 2023-12-07T17:56:11.770303+0000 mgr.a (mgr.24293) 19478 : cluster 0 pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:13.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:13 smithi027 bash[31536]: cluster 2023-12-07T17:56:11.770303+0000 mgr.a (mgr.24293) 19478 : cluster 0 pgmap v14564: 33 pgs: 33 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:15.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:15.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:15.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:15.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:15 smithi022 bash[28554]: cluster 2023-12-07T17:56:13.770887+0000 mgr.a (mgr.24293) 19479 : cluster 0 pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:15.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:15 smithi044 bash[32620]: cluster 2023-12-07T17:56:13.770887+0000 mgr.a (mgr.24293) 19479 : cluster 0 pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:15.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:15 smithi027 bash[31536]: cluster 2023-12-07T17:56:13.770887+0000 mgr.a (mgr.24293) 19479 : cluster 0 pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:16.164 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:16.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:16.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:17 smithi022 bash[28554]: audit 2023-12-07T17:56:15.614860+0000 mgr.a (mgr.24293) 19480 : audit 0 from='client.385215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:17 smithi022 bash[28554]: cluster 2023-12-07T17:56:15.772391+0000 mgr.a (mgr.24293) 19481 : cluster 0 pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:17.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:17 smithi044 bash[32620]: audit 2023-12-07T17:56:15.614860+0000 mgr.a (mgr.24293) 19480 : audit 0 from='client.385215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:17.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:17 smithi044 bash[32620]: cluster 2023-12-07T17:56:15.772391+0000 mgr.a (mgr.24293) 19481 : cluster 0 pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:17 smithi027 bash[31536]: audit 2023-12-07T17:56:15.614860+0000 mgr.a (mgr.24293) 19480 : audit 0 from='client.385215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:17 smithi027 bash[31536]: cluster 2023-12-07T17:56:15.772391+0000 mgr.a (mgr.24293) 19481 : cluster 0 pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:19.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:19 smithi022 bash[28554]: cluster 2023-12-07T17:56:17.773159+0000 mgr.a (mgr.24293) 19482 : cluster 0 pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:19.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:19 smithi044 bash[32620]: cluster 2023-12-07T17:56:17.773159+0000 mgr.a (mgr.24293) 19482 : cluster 0 pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:19.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:19 smithi027 bash[31536]: cluster 2023-12-07T17:56:17.773159+0000 mgr.a (mgr.24293) 19482 : cluster 0 pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:21.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:21.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:21.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:21.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:21 smithi022 bash[28554]: cluster 2023-12-07T17:56:19.773727+0000 mgr.a (mgr.24293) 19483 : cluster 0 pgmap v14568: 33 pgs: 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:21.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:21 smithi044 bash[32620]: cluster 2023-12-07T17:56:19.773727+0000 mgr.a (mgr.24293) 19483 : cluster 0 pgmap v14568: 33 pgs: 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:21.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:21 smithi027 bash[31536]: cluster 2023-12-07T17:56:19.773727+0000 mgr.a (mgr.24293) 19483 : cluster 0 pgmap v14568: 33 pgs: 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:22.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:22.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:22.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:22.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:22.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:23.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:23 smithi022 bash[28554]: audit 2023-12-07T17:56:21.564070+0000 mgr.a (mgr.24293) 19484 : audit 0 from='client.385290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:23.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:23 smithi022 bash[28554]: cluster 2023-12-07T17:56:21.774639+0000 mgr.a (mgr.24293) 19485 : cluster 0 pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:23 smithi044 bash[32620]: audit 2023-12-07T17:56:21.564070+0000 mgr.a (mgr.24293) 19484 : audit 0 from='client.385290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:23.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:23 smithi044 bash[32620]: cluster 2023-12-07T17:56:21.774639+0000 mgr.a (mgr.24293) 19485 : cluster 0 pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:23.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:23 smithi027 bash[31536]: audit 2023-12-07T17:56:21.564070+0000 mgr.a (mgr.24293) 19484 : audit 0 from='client.385290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:23.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:23 smithi027 bash[31536]: cluster 2023-12-07T17:56:21.774639+0000 mgr.a (mgr.24293) 19485 : cluster 0 pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:25.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:25 smithi022 bash[28554]: cluster 2023-12-07T17:56:23.775294+0000 mgr.a (mgr.24293) 19486 : cluster 0 pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:25.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:25 smithi044 bash[32620]: cluster 2023-12-07T17:56:23.775294+0000 mgr.a (mgr.24293) 19486 : cluster 0 pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:25.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:25 smithi027 bash[31536]: cluster 2023-12-07T17:56:23.775294+0000 mgr.a (mgr.24293) 19486 : cluster 0 pgmap v14570: 33 pgs: 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:27.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:27.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:27.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:27.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:27 smithi022 bash[28554]: cluster 2023-12-07T17:56:25.776114+0000 mgr.a (mgr.24293) 19487 : cluster 0 pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:27.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:27 smithi044 bash[32620]: cluster 2023-12-07T17:56:25.776114+0000 mgr.a (mgr.24293) 19487 : cluster 0 pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:27.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:27 smithi027 bash[31536]: cluster 2023-12-07T17:56:25.776114+0000 mgr.a (mgr.24293) 19487 : cluster 0 pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:27.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:27.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:27.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:27.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:27.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:29 smithi022 bash[28554]: audit 2023-12-07T17:56:27.470907+0000 mgr.a (mgr.24293) 19488 : audit 0 from='client.385365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:29.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:29 smithi022 bash[28554]: cluster 2023-12-07T17:56:27.776863+0000 mgr.a (mgr.24293) 19489 : cluster 0 pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:29 smithi044 bash[32620]: audit 2023-12-07T17:56:27.470907+0000 mgr.a (mgr.24293) 19488 : audit 0 from='client.385365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:29.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:29 smithi044 bash[32620]: cluster 2023-12-07T17:56:27.776863+0000 mgr.a (mgr.24293) 19489 : cluster 0 pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:29 smithi027 bash[31536]: audit 2023-12-07T17:56:27.470907+0000 mgr.a (mgr.24293) 19488 : audit 0 from='client.385365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:29.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:29 smithi027 bash[31536]: cluster 2023-12-07T17:56:27.776863+0000 mgr.a (mgr.24293) 19489 : cluster 0 pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:31.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:31 smithi022 bash[28554]: cluster 2023-12-07T17:56:29.777586+0000 mgr.a (mgr.24293) 19490 : cluster 0 pgmap v14573: 33 pgs: 33 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:31.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:31 smithi044 bash[32620]: cluster 2023-12-07T17:56:29.777586+0000 mgr.a (mgr.24293) 19490 : cluster 0 pgmap v14573: 33 pgs: 33 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:31.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:31 smithi027 bash[31536]: cluster 2023-12-07T17:56:29.777586+0000 mgr.a (mgr.24293) 19490 : cluster 0 pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:33.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:33.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:33.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:33 smithi022 bash[28554]: cluster 2023-12-07T17:56:31.778419+0000 mgr.a (mgr.24293) 19491 : cluster 0 pgmap v14574: 33 pgs: 33 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:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:33 smithi044 bash[32620]: cluster 2023-12-07T17:56:31.778419+0000 mgr.a (mgr.24293) 19491 : cluster 0 pgmap v14574: 33 pgs: 33 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:33.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:33 smithi027 bash[31536]: cluster 2023-12-07T17:56:31.778419+0000 mgr.a (mgr.24293) 19491 : cluster 0 pgmap v14574: 33 pgs: 33 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:33.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:33.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:33.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:33.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:33.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:35.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:35 smithi022 bash[28554]: audit 2023-12-07T17:56:33.409215+0000 mgr.a (mgr.24293) 19492 : audit 0 from='client.385440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:35.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:35 smithi022 bash[28554]: cluster 2023-12-07T17:56:33.778900+0000 mgr.a (mgr.24293) 19493 : cluster 0 pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:35.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:35 smithi044 bash[32620]: audit 2023-12-07T17:56:33.409215+0000 mgr.a (mgr.24293) 19492 : audit 0 from='client.385440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:35.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:35 smithi044 bash[32620]: cluster 2023-12-07T17:56:33.778900+0000 mgr.a (mgr.24293) 19493 : cluster 0 pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:35.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:35 smithi027 bash[31536]: audit 2023-12-07T17:56:33.409215+0000 mgr.a (mgr.24293) 19492 : audit 0 from='client.385440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:35.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:35 smithi027 bash[31536]: cluster 2023-12-07T17:56:33.778900+0000 mgr.a (mgr.24293) 19493 : cluster 0 pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:37.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:37 smithi022 bash[28554]: cluster 2023-12-07T17:56:35.779919+0000 mgr.a (mgr.24293) 19494 : cluster 0 pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:37.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:37 smithi044 bash[32620]: cluster 2023-12-07T17:56:35.779919+0000 mgr.a (mgr.24293) 19494 : cluster 0 pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:37.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:37 smithi027 bash[31536]: cluster 2023-12-07T17:56:35.779919+0000 mgr.a (mgr.24293) 19494 : cluster 0 pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:38.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:38.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:38.940 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:39.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:39 smithi022 bash[28554]: cluster 2023-12-07T17:56:37.780591+0000 mgr.a (mgr.24293) 19495 : cluster 0 pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:39.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:39 smithi044 bash[32620]: cluster 2023-12-07T17:56:37.780591+0000 mgr.a (mgr.24293) 19495 : cluster 0 pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:39.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:39 smithi027 bash[31536]: cluster 2023-12-07T17:56:37.780591+0000 mgr.a (mgr.24293) 19495 : cluster 0 pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:39.831 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:39.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:39.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:39.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:39.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:41.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:41 smithi027 bash[31536]: audit 2023-12-07T17:56:39.346420+0000 mgr.a (mgr.24293) 19496 : audit 0 from='client.385515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:41.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:41 smithi027 bash[31536]: cluster 2023-12-07T17:56:39.781103+0000 mgr.a (mgr.24293) 19497 : cluster 0 pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:41 smithi022 bash[28554]: audit 2023-12-07T17:56:39.346420+0000 mgr.a (mgr.24293) 19496 : audit 0 from='client.385515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:41 smithi022 bash[28554]: cluster 2023-12-07T17:56:39.781103+0000 mgr.a (mgr.24293) 19497 : cluster 0 pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:41 smithi044 bash[32620]: audit 2023-12-07T17:56:39.346420+0000 mgr.a (mgr.24293) 19496 : audit 0 from='client.385515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:41 smithi044 bash[32620]: cluster 2023-12-07T17:56:39.781103+0000 mgr.a (mgr.24293) 19497 : cluster 0 pgmap v14578: 33 pgs: 33 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:43.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:43 smithi027 bash[31536]: cluster 2023-12-07T17:56:41.781933+0000 mgr.a (mgr.24293) 19498 : cluster 0 pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:43 smithi022 bash[28554]: cluster 2023-12-07T17:56:41.781933+0000 mgr.a (mgr.24293) 19498 : cluster 0 pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:43 smithi044 bash[32620]: cluster 2023-12-07T17:56:41.781933+0000 mgr.a (mgr.24293) 19498 : cluster 0 pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:44.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:44.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:44.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:45.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:45 smithi027 bash[31536]: cluster 2023-12-07T17:56:43.782501+0000 mgr.a (mgr.24293) 19499 : cluster 0 pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:45.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:45 smithi022 bash[28554]: cluster 2023-12-07T17:56:43.782501+0000 mgr.a (mgr.24293) 19499 : cluster 0 pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:45 smithi044 bash[32620]: cluster 2023-12-07T17:56:43.782501+0000 mgr.a (mgr.24293) 19499 : cluster 0 pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:45.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:45.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:45.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:45.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:45.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:46.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:46 smithi027 bash[31536]: audit 2023-12-07T17:56:45.244032+0000 mgr.a (mgr.24293) 19500 : audit 0 from='client.385593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:46.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:46 smithi022 bash[28554]: audit 2023-12-07T17:56:45.244032+0000 mgr.a (mgr.24293) 19500 : audit 0 from='client.385593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:46.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:46 smithi044 bash[32620]: audit 2023-12-07T17:56:45.244032+0000 mgr.a (mgr.24293) 19500 : audit 0 from='client.385593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:47.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:47 smithi027 bash[31536]: cluster 2023-12-07T17:56:45.783489+0000 mgr.a (mgr.24293) 19501 : cluster 0 pgmap v14581: 33 pgs: 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:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:47 smithi022 bash[28554]: cluster 2023-12-07T17:56:45.783489+0000 mgr.a (mgr.24293) 19501 : cluster 0 pgmap v14581: 33 pgs: 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:47.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:47 smithi044 bash[32620]: cluster 2023-12-07T17:56:45.783489+0000 mgr.a (mgr.24293) 19501 : cluster 0 pgmap v14581: 33 pgs: 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:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:49 smithi022 bash[28554]: cluster 2023-12-07T17:56:47.784155+0000 mgr.a (mgr.24293) 19502 : cluster 0 pgmap v14582: 33 pgs: 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:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:49 smithi044 bash[32620]: cluster 2023-12-07T17:56:47.784155+0000 mgr.a (mgr.24293) 19502 : cluster 0 pgmap v14582: 33 pgs: 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:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:49 smithi027 bash[31536]: cluster 2023-12-07T17:56:47.784155+0000 mgr.a (mgr.24293) 19502 : cluster 0 pgmap v14582: 33 pgs: 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:50.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:50.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:50.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:51 smithi022 bash[28554]: cluster 2023-12-07T17:56:49.784761+0000 mgr.a (mgr.24293) 19503 : cluster 0 pgmap v14583: 33 pgs: 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:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:51 smithi044 bash[32620]: cluster 2023-12-07T17:56:49.784761+0000 mgr.a (mgr.24293) 19503 : cluster 0 pgmap v14583: 33 pgs: 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:51.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:51 smithi027 bash[31536]: cluster 2023-12-07T17:56:49.784761+0000 mgr.a (mgr.24293) 19503 : cluster 0 pgmap v14583: 33 pgs: 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:51.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:51.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:51.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:51.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:51.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:52 smithi022 bash[28554]: audit 2023-12-07T17:56:51.182481+0000 mgr.a (mgr.24293) 19504 : audit 0 from='client.385668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:52 smithi022 bash[28554]: audit 2023-12-07T17:56:51.889712+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:52.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:52 smithi044 bash[32620]: audit 2023-12-07T17:56:51.182481+0000 mgr.a (mgr.24293) 19504 : audit 0 from='client.385668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:52.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:52 smithi044 bash[32620]: audit 2023-12-07T17:56:51.889712+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:52.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:52 smithi027 bash[31536]: audit 2023-12-07T17:56:51.182481+0000 mgr.a (mgr.24293) 19504 : audit 0 from='client.385668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:52.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:52 smithi027 bash[31536]: audit 2023-12-07T17:56:51.889712+0000 mon.a (mon.0) 3141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:53 smithi022 bash[28554]: cluster 2023-12-07T17:56:51.785881+0000 mgr.a (mgr.24293) 19505 : cluster 0 pgmap v14584: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:53 smithi022 bash[28554]: audit 2023-12-07T17:56:52.682644+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:53 smithi022 bash[28554]: audit 2023-12-07T17:56:52.684478+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:53 smithi022 bash[28554]: audit 2023-12-07T17:56:52.694069+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:56:53.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:53 smithi044 bash[32620]: cluster 2023-12-07T17:56:51.785881+0000 mgr.a (mgr.24293) 19505 : cluster 0 pgmap v14584: 33 pgs: 33 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.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:53 smithi044 bash[32620]: audit 2023-12-07T17:56:52.682644+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:53.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:53 smithi044 bash[32620]: audit 2023-12-07T17:56:52.684478+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:53.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:53 smithi044 bash[32620]: audit 2023-12-07T17:56:52.694069+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:56:53.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:53 smithi027 bash[31536]: cluster 2023-12-07T17:56:51.785881+0000 mgr.a (mgr.24293) 19505 : cluster 0 pgmap v14584: 33 pgs: 33 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:53 smithi027 bash[31536]: audit 2023-12-07T17:56:52.682644+0000 mon.a (mon.0) 3142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:53 smithi027 bash[31536]: audit 2023-12-07T17:56:52.684478+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:53 smithi027 bash[31536]: audit 2023-12-07T17:56:52.694069+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:56:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:55 smithi022 bash[28554]: cluster 2023-12-07T17:56:53.786413+0000 mgr.a (mgr.24293) 19506 : cluster 0 pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:55 smithi044 bash[32620]: cluster 2023-12-07T17:56:53.786413+0000 mgr.a (mgr.24293) 19506 : cluster 0 pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:55 smithi027 bash[31536]: cluster 2023-12-07T17:56:53.786413+0000 mgr.a (mgr.24293) 19506 : cluster 0 pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:56.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:56:56.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:56.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:57.674 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:56:57.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:57.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:57.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:57.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:56:57.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:57 smithi022 bash[28554]: cluster 2023-12-07T17:56:55.787167+0000 mgr.a (mgr.24293) 19507 : cluster 0 pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:57 smithi044 bash[32620]: cluster 2023-12-07T17:56:55.787167+0000 mgr.a (mgr.24293) 19507 : cluster 0 pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:57.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:57 smithi027 bash[31536]: cluster 2023-12-07T17:56:55.787167+0000 mgr.a (mgr.24293) 19507 : cluster 0 pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:58.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:58 smithi022 bash[28554]: audit 2023-12-07T17:56:57.123607+0000 mgr.a (mgr.24293) 19508 : audit 0 from='client.385743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:58.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:58 smithi044 bash[32620]: audit 2023-12-07T17:56:57.123607+0000 mgr.a (mgr.24293) 19508 : audit 0 from='client.385743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:58.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:58 smithi027 bash[31536]: audit 2023-12-07T17:56:57.123607+0000 mgr.a (mgr.24293) 19508 : audit 0 from='client.385743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:56:59 smithi022 bash[28554]: cluster 2023-12-07T17:56:57.788109+0000 mgr.a (mgr.24293) 19509 : cluster 0 pgmap v14587: 33 pgs: 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:59.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:56:59 smithi044 bash[32620]: cluster 2023-12-07T17:56:57.788109+0000 mgr.a (mgr.24293) 19509 : cluster 0 pgmap v14587: 33 pgs: 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:59.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:56:59 smithi027 bash[31536]: cluster 2023-12-07T17:56:57.788109+0000 mgr.a (mgr.24293) 19509 : cluster 0 pgmap v14587: 33 pgs: 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:57:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:01 smithi022 bash[28554]: cluster 2023-12-07T17:56:59.788793+0000 mgr.a (mgr.24293) 19510 : cluster 0 pgmap v14588: 33 pgs: 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:57:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:01 smithi044 bash[32620]: cluster 2023-12-07T17:56:59.788793+0000 mgr.a (mgr.24293) 19510 : cluster 0 pgmap v14588: 33 pgs: 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:57:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:01 smithi027 bash[31536]: cluster 2023-12-07T17:56:59.788793+0000 mgr.a (mgr.24293) 19510 : cluster 0 pgmap v14588: 33 pgs: 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:57:02.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:02.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:02.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:03.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:03.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:03.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:03.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:03.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:03 smithi022 bash[28554]: cluster 2023-12-07T17:57:01.789602+0000 mgr.a (mgr.24293) 19511 : cluster 0 pgmap v14589: 33 pgs: 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:57:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:03 smithi044 bash[32620]: cluster 2023-12-07T17:57:01.789602+0000 mgr.a (mgr.24293) 19511 : cluster 0 pgmap v14589: 33 pgs: 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:57:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:03 smithi027 bash[31536]: cluster 2023-12-07T17:57:01.789602+0000 mgr.a (mgr.24293) 19511 : cluster 0 pgmap v14589: 33 pgs: 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:57:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:04 smithi022 bash[28554]: audit 2023-12-07T17:57:03.082385+0000 mgr.a (mgr.24293) 19512 : audit 0 from='client.385815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:04 smithi044 bash[32620]: audit 2023-12-07T17:57:03.082385+0000 mgr.a (mgr.24293) 19512 : audit 0 from='client.385815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:04 smithi027 bash[31536]: audit 2023-12-07T17:57:03.082385+0000 mgr.a (mgr.24293) 19512 : audit 0 from='client.385815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:05 smithi022 bash[28554]: cluster 2023-12-07T17:57:03.790351+0000 mgr.a (mgr.24293) 19513 : cluster 0 pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:05 smithi044 bash[32620]: cluster 2023-12-07T17:57:03.790351+0000 mgr.a (mgr.24293) 19513 : cluster 0 pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:05 smithi027 bash[31536]: cluster 2023-12-07T17:57:03.790351+0000 mgr.a (mgr.24293) 19513 : cluster 0 pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:07 smithi022 bash[28554]: cluster 2023-12-07T17:57:05.791207+0000 mgr.a (mgr.24293) 19514 : cluster 0 pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:07 smithi044 bash[32620]: cluster 2023-12-07T17:57:05.791207+0000 mgr.a (mgr.24293) 19514 : cluster 0 pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:07.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:07 smithi027 bash[31536]: cluster 2023-12-07T17:57:05.791207+0000 mgr.a (mgr.24293) 19514 : cluster 0 pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:08.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:08.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:08.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:09.544 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:09.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:09.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:09.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:09.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:09 smithi022 bash[28554]: cluster 2023-12-07T17:57:07.791770+0000 mgr.a (mgr.24293) 19515 : cluster 0 pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:09 smithi044 bash[32620]: cluster 2023-12-07T17:57:07.791770+0000 mgr.a (mgr.24293) 19515 : cluster 0 pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:09.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:09 smithi027 bash[31536]: cluster 2023-12-07T17:57:07.791770+0000 mgr.a (mgr.24293) 19515 : cluster 0 pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:10.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:10 smithi022 bash[28554]: audit 2023-12-07T17:57:09.038223+0000 mgr.a (mgr.24293) 19516 : audit 0 from='client.385893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:10.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:10 smithi044 bash[32620]: audit 2023-12-07T17:57:09.038223+0000 mgr.a (mgr.24293) 19516 : audit 0 from='client.385893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:10.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:10 smithi027 bash[31536]: audit 2023-12-07T17:57:09.038223+0000 mgr.a (mgr.24293) 19516 : audit 0 from='client.385893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:11 smithi022 bash[28554]: cluster 2023-12-07T17:57:09.792512+0000 mgr.a (mgr.24293) 19517 : cluster 0 pgmap v14593: 33 pgs: 33 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.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:11 smithi044 bash[32620]: cluster 2023-12-07T17:57:09.792512+0000 mgr.a (mgr.24293) 19517 : cluster 0 pgmap v14593: 33 pgs: 33 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:11 smithi027 bash[31536]: cluster 2023-12-07T17:57:09.792512+0000 mgr.a (mgr.24293) 19517 : cluster 0 pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:13 smithi022 bash[28554]: cluster 2023-12-07T17:57:11.793402+0000 mgr.a (mgr.24293) 19518 : cluster 0 pgmap v14594: 33 pgs: 33 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:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:13 smithi044 bash[32620]: cluster 2023-12-07T17:57:11.793402+0000 mgr.a (mgr.24293) 19518 : cluster 0 pgmap v14594: 33 pgs: 33 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:13 smithi027 bash[31536]: cluster 2023-12-07T17:57:11.793402+0000 mgr.a (mgr.24293) 19518 : cluster 0 pgmap v14594: 33 pgs: 33 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:14.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:14.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:14.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:15.495 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:15.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:15.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:15.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:15.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:15 smithi022 bash[28554]: cluster 2023-12-07T17:57:13.793917+0000 mgr.a (mgr.24293) 19519 : cluster 0 pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:15 smithi044 bash[32620]: cluster 2023-12-07T17:57:13.793917+0000 mgr.a (mgr.24293) 19519 : cluster 0 pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:15 smithi027 bash[31536]: cluster 2023-12-07T17:57:13.793917+0000 mgr.a (mgr.24293) 19519 : cluster 0 pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:16 smithi022 bash[28554]: audit 2023-12-07T17:57:14.955798+0000 mgr.a (mgr.24293) 19520 : audit 0 from='client.385965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:16 smithi044 bash[32620]: audit 2023-12-07T17:57:14.955798+0000 mgr.a (mgr.24293) 19520 : audit 0 from='client.385965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:16 smithi027 bash[31536]: audit 2023-12-07T17:57:14.955798+0000 mgr.a (mgr.24293) 19520 : audit 0 from='client.385965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:17 smithi022 bash[28554]: cluster 2023-12-07T17:57:15.794878+0000 mgr.a (mgr.24293) 19521 : cluster 0 pgmap v14596: 33 pgs: 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:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:17 smithi044 bash[32620]: cluster 2023-12-07T17:57:15.794878+0000 mgr.a (mgr.24293) 19521 : cluster 0 pgmap v14596: 33 pgs: 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:17.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:17 smithi027 bash[31536]: cluster 2023-12-07T17:57:15.794878+0000 mgr.a (mgr.24293) 19521 : cluster 0 pgmap v14596: 33 pgs: 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:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:19 smithi022 bash[28554]: cluster 2023-12-07T17:57:17.795388+0000 mgr.a (mgr.24293) 19522 : cluster 0 pgmap v14597: 33 pgs: 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:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:19 smithi044 bash[32620]: cluster 2023-12-07T17:57:17.795388+0000 mgr.a (mgr.24293) 19522 : cluster 0 pgmap v14597: 33 pgs: 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:19.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:19 smithi027 bash[31536]: cluster 2023-12-07T17:57:17.795388+0000 mgr.a (mgr.24293) 19522 : cluster 0 pgmap v14597: 33 pgs: 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:20.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:20.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:20.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:21.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:21.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:21.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:21.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:21.432 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:21 smithi022 bash[28554]: cluster 2023-12-07T17:57:19.795954+0000 mgr.a (mgr.24293) 19523 : cluster 0 pgmap v14598: 33 pgs: 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:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:21 smithi044 bash[32620]: cluster 2023-12-07T17:57:19.795954+0000 mgr.a (mgr.24293) 19523 : cluster 0 pgmap v14598: 33 pgs: 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:21 smithi027 bash[31536]: cluster 2023-12-07T17:57:19.795954+0000 mgr.a (mgr.24293) 19523 : cluster 0 pgmap v14598: 33 pgs: 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:22.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:22 smithi022 bash[28554]: audit 2023-12-07T17:57:20.909666+0000 mgr.a (mgr.24293) 19524 : audit 0 from='client.386040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:22.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:22 smithi044 bash[32620]: audit 2023-12-07T17:57:20.909666+0000 mgr.a (mgr.24293) 19524 : audit 0 from='client.386040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:22.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:22 smithi027 bash[31536]: audit 2023-12-07T17:57:20.909666+0000 mgr.a (mgr.24293) 19524 : audit 0 from='client.386040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:23 smithi022 bash[28554]: cluster 2023-12-07T17:57:21.797044+0000 mgr.a (mgr.24293) 19525 : cluster 0 pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:23 smithi044 bash[32620]: cluster 2023-12-07T17:57:21.797044+0000 mgr.a (mgr.24293) 19525 : cluster 0 pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:23 smithi027 bash[31536]: cluster 2023-12-07T17:57:21.797044+0000 mgr.a (mgr.24293) 19525 : cluster 0 pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:25 smithi022 bash[28554]: cluster 2023-12-07T17:57:23.797654+0000 mgr.a (mgr.24293) 19526 : cluster 0 pgmap v14600: 33 pgs: 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:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:25 smithi044 bash[32620]: cluster 2023-12-07T17:57:23.797654+0000 mgr.a (mgr.24293) 19526 : cluster 0 pgmap v14600: 33 pgs: 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:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:25 smithi027 bash[31536]: cluster 2023-12-07T17:57:23.797654+0000 mgr.a (mgr.24293) 19526 : cluster 0 pgmap v14600: 33 pgs: 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:26.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:26.435 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:26.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:27.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:27.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:27.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:27.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:27.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:27 smithi022 bash[28554]: cluster 2023-12-07T17:57:25.798409+0000 mgr.a (mgr.24293) 19527 : cluster 0 pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:27 smithi044 bash[32620]: cluster 2023-12-07T17:57:25.798409+0000 mgr.a (mgr.24293) 19527 : cluster 0 pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:27.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:27 smithi027 bash[31536]: cluster 2023-12-07T17:57:25.798409+0000 mgr.a (mgr.24293) 19527 : cluster 0 pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:28.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:28 smithi022 bash[28554]: audit 2023-12-07T17:57:26.834482+0000 mgr.a (mgr.24293) 19528 : audit 0 from='client.386118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:28.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:28 smithi044 bash[32620]: audit 2023-12-07T17:57:26.834482+0000 mgr.a (mgr.24293) 19528 : audit 0 from='client.386118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:28.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:28 smithi027 bash[31536]: audit 2023-12-07T17:57:26.834482+0000 mgr.a (mgr.24293) 19528 : audit 0 from='client.386118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:29 smithi022 bash[28554]: cluster 2023-12-07T17:57:27.799163+0000 mgr.a (mgr.24293) 19529 : cluster 0 pgmap v14602: 33 pgs: 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:57:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:29 smithi044 bash[32620]: cluster 2023-12-07T17:57:27.799163+0000 mgr.a (mgr.24293) 19529 : cluster 0 pgmap v14602: 33 pgs: 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:57:29.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:29 smithi027 bash[31536]: cluster 2023-12-07T17:57:27.799163+0000 mgr.a (mgr.24293) 19529 : cluster 0 pgmap v14602: 33 pgs: 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:57:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:31 smithi022 bash[28554]: cluster 2023-12-07T17:57:29.799795+0000 mgr.a (mgr.24293) 19530 : cluster 0 pgmap v14603: 33 pgs: 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:57:31.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:31 smithi044 bash[32620]: cluster 2023-12-07T17:57:29.799795+0000 mgr.a (mgr.24293) 19530 : cluster 0 pgmap v14603: 33 pgs: 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:57:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:31 smithi027 bash[31536]: cluster 2023-12-07T17:57:29.799795+0000 mgr.a (mgr.24293) 19530 : cluster 0 pgmap v14603: 33 pgs: 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:57:32.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:32.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:32.383 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:33.330 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:33.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:33.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:33.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:33.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:33 smithi022 bash[28554]: cluster 2023-12-07T17:57:31.800756+0000 mgr.a (mgr.24293) 19531 : cluster 0 pgmap v14604: 33 pgs: 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:57:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:33 smithi044 bash[32620]: cluster 2023-12-07T17:57:31.800756+0000 mgr.a (mgr.24293) 19531 : cluster 0 pgmap v14604: 33 pgs: 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:57:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:33 smithi027 bash[31536]: cluster 2023-12-07T17:57:31.800756+0000 mgr.a (mgr.24293) 19531 : cluster 0 pgmap v14604: 33 pgs: 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:57:34.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:34 smithi022 bash[28554]: audit 2023-12-07T17:57:32.791287+0000 mgr.a (mgr.24293) 19532 : audit 0 from='client.386196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:34.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:34 smithi044 bash[32620]: audit 2023-12-07T17:57:32.791287+0000 mgr.a (mgr.24293) 19532 : audit 0 from='client.386196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:34.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:34 smithi027 bash[31536]: audit 2023-12-07T17:57:32.791287+0000 mgr.a (mgr.24293) 19532 : audit 0 from='client.386196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:35 smithi022 bash[28554]: cluster 2023-12-07T17:57:33.801485+0000 mgr.a (mgr.24293) 19533 : cluster 0 pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:35 smithi044 bash[32620]: cluster 2023-12-07T17:57:33.801485+0000 mgr.a (mgr.24293) 19533 : cluster 0 pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:35.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:35 smithi027 bash[31536]: cluster 2023-12-07T17:57:33.801485+0000 mgr.a (mgr.24293) 19533 : cluster 0 pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:37 smithi022 bash[28554]: cluster 2023-12-07T17:57:35.802309+0000 mgr.a (mgr.24293) 19534 : cluster 0 pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:37.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:37 smithi044 bash[32620]: cluster 2023-12-07T17:57:35.802309+0000 mgr.a (mgr.24293) 19534 : cluster 0 pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:37 smithi027 bash[31536]: cluster 2023-12-07T17:57:35.802309+0000 mgr.a (mgr.24293) 19534 : cluster 0 pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:38.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:38.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:38.334 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:39.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:39.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:39.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:39.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:39.259 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:39 smithi022 bash[28554]: cluster 2023-12-07T17:57:37.802890+0000 mgr.a (mgr.24293) 19535 : cluster 0 pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:39.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:39 smithi044 bash[32620]: cluster 2023-12-07T17:57:37.802890+0000 mgr.a (mgr.24293) 19535 : cluster 0 pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:39 smithi027 bash[31536]: cluster 2023-12-07T17:57:37.802890+0000 mgr.a (mgr.24293) 19535 : cluster 0 pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:40.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:40 smithi022 bash[28554]: audit 2023-12-07T17:57:38.733989+0000 mgr.a (mgr.24293) 19536 : audit 0 from='client.386274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:40 smithi044 bash[32620]: audit 2023-12-07T17:57:38.733989+0000 mgr.a (mgr.24293) 19536 : audit 0 from='client.386274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:40.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:40 smithi027 bash[31536]: audit 2023-12-07T17:57:38.733989+0000 mgr.a (mgr.24293) 19536 : audit 0 from='client.386274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:41 smithi022 bash[28554]: cluster 2023-12-07T17:57:39.803604+0000 mgr.a (mgr.24293) 19537 : cluster 0 pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:41 smithi044 bash[32620]: cluster 2023-12-07T17:57:39.803604+0000 mgr.a (mgr.24293) 19537 : cluster 0 pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:41 smithi027 bash[31536]: cluster 2023-12-07T17:57:39.803604+0000 mgr.a (mgr.24293) 19537 : cluster 0 pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:43 smithi022 bash[28554]: cluster 2023-12-07T17:57:41.804405+0000 mgr.a (mgr.24293) 19538 : cluster 0 pgmap v14609: 33 pgs: 33 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:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:43 smithi044 bash[32620]: cluster 2023-12-07T17:57:41.804405+0000 mgr.a (mgr.24293) 19538 : cluster 0 pgmap v14609: 33 pgs: 33 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:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:43 smithi027 bash[31536]: cluster 2023-12-07T17:57:41.804405+0000 mgr.a (mgr.24293) 19538 : cluster 0 pgmap v14609: 33 pgs: 33 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:44.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:44.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:44.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:44.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:44 smithi022 bash[28554]: cluster 2023-12-07T17:57:43.804959+0000 mgr.a (mgr.24293) 19539 : cluster 0 pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:44.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:44 smithi044 bash[32620]: cluster 2023-12-07T17:57:43.804959+0000 mgr.a (mgr.24293) 19539 : cluster 0 pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:44.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:44 smithi027 bash[31536]: cluster 2023-12-07T17:57:43.804959+0000 mgr.a (mgr.24293) 19539 : cluster 0 pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:45.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:45.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:45.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:45.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:45.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:45 smithi022 bash[28554]: audit 2023-12-07T17:57:44.671577+0000 mgr.a (mgr.24293) 19540 : audit 0 from='client.386346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:45 smithi044 bash[32620]: audit 2023-12-07T17:57:44.671577+0000 mgr.a (mgr.24293) 19540 : audit 0 from='client.386346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:45.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:45 smithi027 bash[31536]: audit 2023-12-07T17:57:44.671577+0000 mgr.a (mgr.24293) 19540 : audit 0 from='client.386346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:46.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:46 smithi022 bash[28554]: cluster 2023-12-07T17:57:45.805813+0000 mgr.a (mgr.24293) 19541 : cluster 0 pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:46.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:46 smithi044 bash[32620]: cluster 2023-12-07T17:57:45.805813+0000 mgr.a (mgr.24293) 19541 : cluster 0 pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:46.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:46 smithi027 bash[31536]: cluster 2023-12-07T17:57:45.805813+0000 mgr.a (mgr.24293) 19541 : cluster 0 pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:49.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:49 smithi022 bash[28554]: cluster 2023-12-07T17:57:47.806343+0000 mgr.a (mgr.24293) 19542 : cluster 0 pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:49.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:49 smithi044 bash[32620]: cluster 2023-12-07T17:57:47.806343+0000 mgr.a (mgr.24293) 19542 : cluster 0 pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:49 smithi027 bash[31536]: cluster 2023-12-07T17:57:47.806343+0000 mgr.a (mgr.24293) 19542 : cluster 0 pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:50.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:50.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:50.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:51.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:51.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:51.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:51.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:51.170 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:51.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:51 smithi022 bash[28554]: cluster 2023-12-07T17:57:49.806893+0000 mgr.a (mgr.24293) 19543 : cluster 0 pgmap v14613: 33 pgs: 33 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:51.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:51 smithi044 bash[32620]: cluster 2023-12-07T17:57:49.806893+0000 mgr.a (mgr.24293) 19543 : cluster 0 pgmap v14613: 33 pgs: 33 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:51.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:51 smithi027 bash[31536]: cluster 2023-12-07T17:57:49.806893+0000 mgr.a (mgr.24293) 19543 : cluster 0 pgmap v14613: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:52 smithi022 bash[28554]: audit 2023-12-07T17:57:50.625682+0000 mgr.a (mgr.24293) 19544 : audit 0 from='client.386424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:52.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:52 smithi044 bash[32620]: audit 2023-12-07T17:57:50.625682+0000 mgr.a (mgr.24293) 19544 : audit 0 from='client.386424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:52.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:52 smithi027 bash[31536]: audit 2023-12-07T17:57:50.625682+0000 mgr.a (mgr.24293) 19544 : audit 0 from='client.386424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:53.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:53 smithi022 bash[28554]: cluster 2023-12-07T17:57:51.807865+0000 mgr.a (mgr.24293) 19545 : cluster 0 pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:53.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:53 smithi022 bash[28554]: audit 2023-12-07T17:57:52.798831+0000 mon.a (mon.0) 3145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:53 smithi044 bash[32620]: cluster 2023-12-07T17:57:51.807865+0000 mgr.a (mgr.24293) 19545 : cluster 0 pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:53.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:53 smithi044 bash[32620]: audit 2023-12-07T17:57:52.798831+0000 mon.a (mon.0) 3145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:53.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:53 smithi027 bash[31536]: cluster 2023-12-07T17:57:51.807865+0000 mgr.a (mgr.24293) 19545 : cluster 0 pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:53.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:53 smithi027 bash[31536]: audit 2023-12-07T17:57:52.798831+0000 mon.a (mon.0) 3145 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:54 smithi022 bash[28554]: audit 2023-12-07T17:57:53.591789+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:54 smithi022 bash[28554]: audit 2023-12-07T17:57:53.593329+0000 mon.a (mon.0) 3147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:54.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:54 smithi022 bash[28554]: audit 2023-12-07T17:57:53.602456+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:57:54.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:54 smithi044 bash[32620]: audit 2023-12-07T17:57:53.591789+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:54.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:54 smithi044 bash[32620]: audit 2023-12-07T17:57:53.593329+0000 mon.a (mon.0) 3147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:54.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:54 smithi044 bash[32620]: audit 2023-12-07T17:57:53.602456+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:57:54.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:54 smithi027 bash[31536]: audit 2023-12-07T17:57:53.591789+0000 mon.a (mon.0) 3146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:54.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:54 smithi027 bash[31536]: audit 2023-12-07T17:57:53.593329+0000 mon.a (mon.0) 3147 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:54.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:54 smithi027 bash[31536]: audit 2023-12-07T17:57:53.602456+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:57:55.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:55 smithi022 bash[28554]: cluster 2023-12-07T17:57:53.808558+0000 mgr.a (mgr.24293) 19546 : cluster 0 pgmap v14615: 33 pgs: 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:55.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:55 smithi044 bash[32620]: cluster 2023-12-07T17:57:53.808558+0000 mgr.a (mgr.24293) 19546 : cluster 0 pgmap v14615: 33 pgs: 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:55.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:55 smithi027 bash[31536]: cluster 2023-12-07T17:57:53.808558+0000 mgr.a (mgr.24293) 19546 : cluster 0 pgmap v14615: 33 pgs: 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:56.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:57:56.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:56.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:57.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:57:57.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:57.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:57.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:57.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:57:57.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:57 smithi022 bash[28554]: cluster 2023-12-07T17:57:55.809502+0000 mgr.a (mgr.24293) 19547 : cluster 0 pgmap v14616: 33 pgs: 33 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:57.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:57 smithi044 bash[32620]: cluster 2023-12-07T17:57:55.809502+0000 mgr.a (mgr.24293) 19547 : cluster 0 pgmap v14616: 33 pgs: 33 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:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:57 smithi027 bash[31536]: cluster 2023-12-07T17:57:55.809502+0000 mgr.a (mgr.24293) 19547 : cluster 0 pgmap v14616: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:58 smithi022 bash[28554]: audit 2023-12-07T17:57:56.585194+0000 mgr.a (mgr.24293) 19548 : audit 0 from='client.386496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:58.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:58 smithi044 bash[32620]: audit 2023-12-07T17:57:56.585194+0000 mgr.a (mgr.24293) 19548 : audit 0 from='client.386496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:58.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:58 smithi027 bash[31536]: audit 2023-12-07T17:57:56.585194+0000 mgr.a (mgr.24293) 19548 : audit 0 from='client.386496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:59.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:57:59 smithi022 bash[28554]: cluster 2023-12-07T17:57:57.810182+0000 mgr.a (mgr.24293) 19549 : cluster 0 pgmap v14617: 33 pgs: 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:59.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:57:59 smithi044 bash[32620]: cluster 2023-12-07T17:57:57.810182+0000 mgr.a (mgr.24293) 19549 : cluster 0 pgmap v14617: 33 pgs: 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:59.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:57:59 smithi027 bash[31536]: cluster 2023-12-07T17:57:57.810182+0000 mgr.a (mgr.24293) 19549 : cluster 0 pgmap v14617: 33 pgs: 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:01.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:01 smithi022 bash[28554]: cluster 2023-12-07T17:57:59.810755+0000 mgr.a (mgr.24293) 19550 : cluster 0 pgmap v14618: 33 pgs: 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:01.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:01 smithi044 bash[32620]: cluster 2023-12-07T17:57:59.810755+0000 mgr.a (mgr.24293) 19550 : cluster 0 pgmap v14618: 33 pgs: 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:01.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:01 smithi027 bash[31536]: cluster 2023-12-07T17:57:59.810755+0000 mgr.a (mgr.24293) 19550 : cluster 0 pgmap v14618: 33 pgs: 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:02.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:02.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:02.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:03.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:03.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:03.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:03.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:03.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:03 smithi022 bash[28554]: cluster 2023-12-07T17:58:01.811745+0000 mgr.a (mgr.24293) 19551 : cluster 0 pgmap v14619: 33 pgs: 33 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.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:03 smithi044 bash[32620]: cluster 2023-12-07T17:58:01.811745+0000 mgr.a (mgr.24293) 19551 : cluster 0 pgmap v14619: 33 pgs: 33 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.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:03 smithi027 bash[31536]: cluster 2023-12-07T17:58:01.811745+0000 mgr.a (mgr.24293) 19551 : cluster 0 pgmap v14619: 33 pgs: 33 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.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:04 smithi027 bash[31536]: audit 2023-12-07T17:58:02.507151+0000 mgr.a (mgr.24293) 19552 : audit 0 from='client.386571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:04 smithi022 bash[28554]: audit 2023-12-07T17:58:02.507151+0000 mgr.a (mgr.24293) 19552 : audit 0 from='client.386571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:04 smithi044 bash[32620]: audit 2023-12-07T17:58:02.507151+0000 mgr.a (mgr.24293) 19552 : audit 0 from='client.386571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:05.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:05 smithi027 bash[31536]: cluster 2023-12-07T17:58:03.812424+0000 mgr.a (mgr.24293) 19553 : cluster 0 pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:05 smithi022 bash[28554]: cluster 2023-12-07T17:58:03.812424+0000 mgr.a (mgr.24293) 19553 : cluster 0 pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:05.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:05 smithi044 bash[32620]: cluster 2023-12-07T17:58:03.812424+0000 mgr.a (mgr.24293) 19553 : cluster 0 pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:07.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:07 smithi027 bash[31536]: cluster 2023-12-07T17:58:05.813271+0000 mgr.a (mgr.24293) 19554 : cluster 0 pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:07 smithi022 bash[28554]: cluster 2023-12-07T17:58:05.813271+0000 mgr.a (mgr.24293) 19554 : cluster 0 pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:07 smithi044 bash[32620]: cluster 2023-12-07T17:58:05.813271+0000 mgr.a (mgr.24293) 19554 : cluster 0 pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:08.042 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:08.042 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:08.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:08.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:08.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:08.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:08.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:09.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:09 smithi027 bash[31536]: cluster 2023-12-07T17:58:07.813861+0000 mgr.a (mgr.24293) 19555 : cluster 0 pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:09 smithi022 bash[28554]: cluster 2023-12-07T17:58:07.813861+0000 mgr.a (mgr.24293) 19555 : cluster 0 pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:09 smithi044 bash[32620]: cluster 2023-12-07T17:58:07.813861+0000 mgr.a (mgr.24293) 19555 : cluster 0 pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:10.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:10 smithi027 bash[31536]: audit 2023-12-07T17:58:08.446096+0000 mgr.a (mgr.24293) 19556 : audit 0 from='client.386646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:10 smithi022 bash[28554]: audit 2023-12-07T17:58:08.446096+0000 mgr.a (mgr.24293) 19556 : audit 0 from='client.386646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:10 smithi044 bash[32620]: audit 2023-12-07T17:58:08.446096+0000 mgr.a (mgr.24293) 19556 : audit 0 from='client.386646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:11 smithi022 bash[28554]: cluster 2023-12-07T17:58:09.814497+0000 mgr.a (mgr.24293) 19557 : cluster 0 pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:11 smithi044 bash[32620]: cluster 2023-12-07T17:58:09.814497+0000 mgr.a (mgr.24293) 19557 : cluster 0 pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:11 smithi027 bash[31536]: cluster 2023-12-07T17:58:09.814497+0000 mgr.a (mgr.24293) 19557 : cluster 0 pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:13 smithi022 bash[28554]: cluster 2023-12-07T17:58:11.815363+0000 mgr.a (mgr.24293) 19558 : cluster 0 pgmap v14624: 33 pgs: 33 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:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:13 smithi044 bash[32620]: cluster 2023-12-07T17:58:11.815363+0000 mgr.a (mgr.24293) 19558 : cluster 0 pgmap v14624: 33 pgs: 33 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:13 smithi027 bash[31536]: cluster 2023-12-07T17:58:11.815363+0000 mgr.a (mgr.24293) 19558 : cluster 0 pgmap v14624: 33 pgs: 33 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:13.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:13.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:13.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:14.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:14.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:14.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:14.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:14.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:15 smithi022 bash[28554]: cluster 2023-12-07T17:58:13.815983+0000 mgr.a (mgr.24293) 19559 : cluster 0 pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:15 smithi044 bash[32620]: cluster 2023-12-07T17:58:13.815983+0000 mgr.a (mgr.24293) 19559 : cluster 0 pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:15 smithi027 bash[31536]: cluster 2023-12-07T17:58:13.815983+0000 mgr.a (mgr.24293) 19559 : cluster 0 pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:16 smithi022 bash[28554]: audit 2023-12-07T17:58:14.370276+0000 mgr.a (mgr.24293) 19560 : audit 0 from='client.386721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:16.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:16 smithi044 bash[32620]: audit 2023-12-07T17:58:14.370276+0000 mgr.a (mgr.24293) 19560 : audit 0 from='client.386721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:16 smithi027 bash[31536]: audit 2023-12-07T17:58:14.370276+0000 mgr.a (mgr.24293) 19560 : audit 0 from='client.386721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:17 smithi022 bash[28554]: cluster 2023-12-07T17:58:15.816873+0000 mgr.a (mgr.24293) 19561 : cluster 0 pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:17 smithi044 bash[32620]: cluster 2023-12-07T17:58:15.816873+0000 mgr.a (mgr.24293) 19561 : cluster 0 pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:17 smithi027 bash[31536]: cluster 2023-12-07T17:58:15.816873+0000 mgr.a (mgr.24293) 19561 : cluster 0 pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:19 smithi022 bash[28554]: cluster 2023-12-07T17:58:17.817455+0000 mgr.a (mgr.24293) 19562 : cluster 0 pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:19 smithi044 bash[32620]: cluster 2023-12-07T17:58:17.817455+0000 mgr.a (mgr.24293) 19562 : cluster 0 pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:19 smithi027 bash[31536]: cluster 2023-12-07T17:58:17.817455+0000 mgr.a (mgr.24293) 19562 : cluster 0 pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:19.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:19.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:19.915 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:20.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:20.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:20.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:20.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:20.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:21 smithi022 bash[28554]: cluster 2023-12-07T17:58:19.817999+0000 mgr.a (mgr.24293) 19563 : cluster 0 pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:21 smithi022 bash[28554]: audit 2023-12-07T17:58:20.325491+0000 mgr.a (mgr.24293) 19564 : audit 0 from='client.386799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:21 smithi044 bash[32620]: cluster 2023-12-07T17:58:19.817999+0000 mgr.a (mgr.24293) 19563 : cluster 0 pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:21 smithi044 bash[32620]: audit 2023-12-07T17:58:20.325491+0000 mgr.a (mgr.24293) 19564 : audit 0 from='client.386799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:21.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:21 smithi027 bash[31536]: cluster 2023-12-07T17:58:19.817999+0000 mgr.a (mgr.24293) 19563 : cluster 0 pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:21 smithi027 bash[31536]: audit 2023-12-07T17:58:20.325491+0000 mgr.a (mgr.24293) 19564 : audit 0 from='client.386799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:23 smithi022 bash[28554]: cluster 2023-12-07T17:58:21.819005+0000 mgr.a (mgr.24293) 19565 : cluster 0 pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:23 smithi044 bash[32620]: cluster 2023-12-07T17:58:21.819005+0000 mgr.a (mgr.24293) 19565 : cluster 0 pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:23 smithi027 bash[31536]: cluster 2023-12-07T17:58:21.819005+0000 mgr.a (mgr.24293) 19565 : cluster 0 pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:25 smithi022 bash[28554]: cluster 2023-12-07T17:58:23.819558+0000 mgr.a (mgr.24293) 19566 : cluster 0 pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:25 smithi044 bash[32620]: cluster 2023-12-07T17:58:23.819558+0000 mgr.a (mgr.24293) 19566 : cluster 0 pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:25 smithi027 bash[31536]: cluster 2023-12-07T17:58:23.819558+0000 mgr.a (mgr.24293) 19566 : cluster 0 pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:25.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:25.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:25.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:26.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:26.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:26.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:26.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:26.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:27 smithi022 bash[28554]: cluster 2023-12-07T17:58:25.820354+0000 mgr.a (mgr.24293) 19567 : cluster 0 pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:27 smithi022 bash[28554]: audit 2023-12-07T17:58:26.268308+0000 mgr.a (mgr.24293) 19568 : audit 0 from='client.386874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:27 smithi044 bash[32620]: cluster 2023-12-07T17:58:25.820354+0000 mgr.a (mgr.24293) 19567 : cluster 0 pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:27 smithi044 bash[32620]: audit 2023-12-07T17:58:26.268308+0000 mgr.a (mgr.24293) 19568 : audit 0 from='client.386874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:27.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:27 smithi027 bash[31536]: cluster 2023-12-07T17:58:25.820354+0000 mgr.a (mgr.24293) 19567 : cluster 0 pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:27 smithi027 bash[31536]: audit 2023-12-07T17:58:26.268308+0000 mgr.a (mgr.24293) 19568 : audit 0 from='client.386874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:29 smithi022 bash[28554]: cluster 2023-12-07T17:58:27.820992+0000 mgr.a (mgr.24293) 19569 : cluster 0 pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:29 smithi044 bash[32620]: cluster 2023-12-07T17:58:27.820992+0000 mgr.a (mgr.24293) 19569 : cluster 0 pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:29.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:29 smithi027 bash[31536]: cluster 2023-12-07T17:58:27.820992+0000 mgr.a (mgr.24293) 19569 : cluster 0 pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:31 smithi022 bash[28554]: cluster 2023-12-07T17:58:29.821685+0000 mgr.a (mgr.24293) 19570 : cluster 0 pgmap v14633: 33 pgs: 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:31.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:31 smithi044 bash[32620]: cluster 2023-12-07T17:58:29.821685+0000 mgr.a (mgr.24293) 19570 : cluster 0 pgmap v14633: 33 pgs: 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:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:31 smithi027 bash[31536]: cluster 2023-12-07T17:58:29.821685+0000 mgr.a (mgr.24293) 19570 : cluster 0 pgmap v14633: 33 pgs: 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:31.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:31.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:31.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:32.741 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:32.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:33 smithi022 bash[28554]: cluster 2023-12-07T17:58:31.822544+0000 mgr.a (mgr.24293) 19571 : cluster 0 pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:33 smithi022 bash[28554]: audit 2023-12-07T17:58:32.202275+0000 mgr.a (mgr.24293) 19572 : audit 0 from='client.386946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:33 smithi044 bash[32620]: cluster 2023-12-07T17:58:31.822544+0000 mgr.a (mgr.24293) 19571 : cluster 0 pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:33 smithi044 bash[32620]: audit 2023-12-07T17:58:32.202275+0000 mgr.a (mgr.24293) 19572 : audit 0 from='client.386946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:33 smithi027 bash[31536]: cluster 2023-12-07T17:58:31.822544+0000 mgr.a (mgr.24293) 19571 : cluster 0 pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:33 smithi027 bash[31536]: audit 2023-12-07T17:58:32.202275+0000 mgr.a (mgr.24293) 19572 : audit 0 from='client.386946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:35 smithi022 bash[28554]: cluster 2023-12-07T17:58:33.823194+0000 mgr.a (mgr.24293) 19573 : cluster 0 pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:35.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:35 smithi044 bash[32620]: cluster 2023-12-07T17:58:33.823194+0000 mgr.a (mgr.24293) 19573 : cluster 0 pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:35 smithi027 bash[31536]: cluster 2023-12-07T17:58:33.823194+0000 mgr.a (mgr.24293) 19573 : cluster 0 pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:37.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:37 smithi022 bash[28554]: cluster 2023-12-07T17:58:35.824017+0000 mgr.a (mgr.24293) 19574 : cluster 0 pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:37 smithi044 bash[32620]: cluster 2023-12-07T17:58:35.824017+0000 mgr.a (mgr.24293) 19574 : cluster 0 pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:37 smithi027 bash[31536]: cluster 2023-12-07T17:58:35.824017+0000 mgr.a (mgr.24293) 19574 : cluster 0 pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:37.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:37.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:38.691 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:38.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:38.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:38.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:38.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:39 smithi022 bash[28554]: cluster 2023-12-07T17:58:37.824557+0000 mgr.a (mgr.24293) 19575 : cluster 0 pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:39 smithi022 bash[28554]: audit 2023-12-07T17:58:38.151182+0000 mgr.a (mgr.24293) 19576 : audit 0 from='client.387018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:39.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:39 smithi044 bash[32620]: cluster 2023-12-07T17:58:37.824557+0000 mgr.a (mgr.24293) 19575 : cluster 0 pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:39 smithi044 bash[32620]: audit 2023-12-07T17:58:38.151182+0000 mgr.a (mgr.24293) 19576 : audit 0 from='client.387018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:39 smithi027 bash[31536]: cluster 2023-12-07T17:58:37.824557+0000 mgr.a (mgr.24293) 19575 : cluster 0 pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:39 smithi027 bash[31536]: audit 2023-12-07T17:58:38.151182+0000 mgr.a (mgr.24293) 19576 : audit 0 from='client.387018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:41 smithi022 bash[28554]: cluster 2023-12-07T17:58:39.825219+0000 mgr.a (mgr.24293) 19577 : cluster 0 pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:41 smithi044 bash[32620]: cluster 2023-12-07T17:58:39.825219+0000 mgr.a (mgr.24293) 19577 : cluster 0 pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:41 smithi027 bash[31536]: cluster 2023-12-07T17:58:39.825219+0000 mgr.a (mgr.24293) 19577 : cluster 0 pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:43 smithi022 bash[28554]: cluster 2023-12-07T17:58:41.826164+0000 mgr.a (mgr.24293) 19578 : cluster 0 pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:43 smithi044 bash[32620]: cluster 2023-12-07T17:58:41.826164+0000 mgr.a (mgr.24293) 19578 : cluster 0 pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:43.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:43.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:43.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:43 smithi027 bash[31536]: cluster 2023-12-07T17:58:41.826164+0000 mgr.a (mgr.24293) 19578 : cluster 0 pgmap v14639: 33 pgs: 33 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:44.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:44.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:44.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:44.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:44.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:45 smithi022 bash[28554]: cluster 2023-12-07T17:58:43.826721+0000 mgr.a (mgr.24293) 19579 : cluster 0 pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:45 smithi022 bash[28554]: audit 2023-12-07T17:58:44.109138+0000 mgr.a (mgr.24293) 19580 : audit 0 from='client.387093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:45 smithi044 bash[32620]: cluster 2023-12-07T17:58:43.826721+0000 mgr.a (mgr.24293) 19579 : cluster 0 pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:45.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:45 smithi044 bash[32620]: audit 2023-12-07T17:58:44.109138+0000 mgr.a (mgr.24293) 19580 : audit 0 from='client.387093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:45 smithi027 bash[31536]: cluster 2023-12-07T17:58:43.826721+0000 mgr.a (mgr.24293) 19579 : cluster 0 pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:45 smithi027 bash[31536]: audit 2023-12-07T17:58:44.109138+0000 mgr.a (mgr.24293) 19580 : audit 0 from='client.387093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:47 smithi022 bash[28554]: cluster 2023-12-07T17:58:45.827623+0000 mgr.a (mgr.24293) 19581 : cluster 0 pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:47 smithi044 bash[32620]: cluster 2023-12-07T17:58:45.827623+0000 mgr.a (mgr.24293) 19581 : cluster 0 pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:47.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:47 smithi027 bash[31536]: cluster 2023-12-07T17:58:45.827623+0000 mgr.a (mgr.24293) 19581 : cluster 0 pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:49.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:49.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:49.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:49 smithi022 bash[28554]: cluster 2023-12-07T17:58:47.828091+0000 mgr.a (mgr.24293) 19582 : cluster 0 pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:49 smithi044 bash[32620]: cluster 2023-12-07T17:58:47.828091+0000 mgr.a (mgr.24293) 19582 : cluster 0 pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:49 smithi027 bash[31536]: cluster 2023-12-07T17:58:47.828091+0000 mgr.a (mgr.24293) 19582 : cluster 0 pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:50.586 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:50.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:50.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:50.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:50.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:51 smithi022 bash[28554]: cluster 2023-12-07T17:58:49.828477+0000 mgr.a (mgr.24293) 19583 : cluster 0 pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:51 smithi022 bash[28554]: audit 2023-12-07T17:58:50.060740+0000 mgr.a (mgr.24293) 19584 : audit 0 from='client.387171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:51 smithi044 bash[32620]: cluster 2023-12-07T17:58:49.828477+0000 mgr.a (mgr.24293) 19583 : cluster 0 pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:51 smithi044 bash[32620]: audit 2023-12-07T17:58:50.060740+0000 mgr.a (mgr.24293) 19584 : audit 0 from='client.387171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:51.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:51 smithi027 bash[31536]: cluster 2023-12-07T17:58:49.828477+0000 mgr.a (mgr.24293) 19583 : cluster 0 pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:51 smithi027 bash[31536]: audit 2023-12-07T17:58:50.060740+0000 mgr.a (mgr.24293) 19584 : audit 0 from='client.387171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:53 smithi022 bash[28554]: cluster 2023-12-07T17:58:51.829382+0000 mgr.a (mgr.24293) 19585 : cluster 0 pgmap v14644: 33 pgs: 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:58:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:53 smithi044 bash[32620]: cluster 2023-12-07T17:58:51.829382+0000 mgr.a (mgr.24293) 19585 : cluster 0 pgmap v14644: 33 pgs: 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:58:53.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:53 smithi027 bash[31536]: cluster 2023-12-07T17:58:51.829382+0000 mgr.a (mgr.24293) 19585 : cluster 0 pgmap v14644: 33 pgs: 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:58:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:54 smithi022 bash[28554]: audit 2023-12-07T17:58:53.705568+0000 mon.a (mon.0) 3149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:54.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:54 smithi044 bash[32620]: audit 2023-12-07T17:58:53.705568+0000 mon.a (mon.0) 3149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:54.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:54 smithi027 bash[31536]: audit 2023-12-07T17:58:53.705568+0000 mon.a (mon.0) 3149 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:55.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:58:55.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:55.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:55 smithi022 bash[28554]: cluster 2023-12-07T17:58:53.829966+0000 mgr.a (mgr.24293) 19586 : cluster 0 pgmap v14645: 33 pgs: 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:58:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:55 smithi022 bash[28554]: audit 2023-12-07T17:58:54.452182+0000 mon.a (mon.0) 3150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:55 smithi022 bash[28554]: audit 2023-12-07T17:58:54.454102+0000 mon.a (mon.0) 3151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:55.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:55 smithi022 bash[28554]: audit 2023-12-07T17:58:54.463479+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:58:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:55 smithi044 bash[32620]: cluster 2023-12-07T17:58:53.829966+0000 mgr.a (mgr.24293) 19586 : cluster 0 pgmap v14645: 33 pgs: 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:58:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:55 smithi044 bash[32620]: audit 2023-12-07T17:58:54.452182+0000 mon.a (mon.0) 3150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:55 smithi044 bash[32620]: audit 2023-12-07T17:58:54.454102+0000 mon.a (mon.0) 3151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:55 smithi044 bash[32620]: audit 2023-12-07T17:58:54.463479+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:58:55.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:55 smithi027 bash[31536]: cluster 2023-12-07T17:58:53.829966+0000 mgr.a (mgr.24293) 19586 : cluster 0 pgmap v14645: 33 pgs: 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:58:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:55 smithi027 bash[31536]: audit 2023-12-07T17:58:54.452182+0000 mon.a (mon.0) 3150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:55 smithi027 bash[31536]: audit 2023-12-07T17:58:54.454102+0000 mon.a (mon.0) 3151 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:55 smithi027 bash[31536]: audit 2023-12-07T17:58:54.463479+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:58:56.523 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:58:56.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:56.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:56.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:56.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:58:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:57 smithi022 bash[28554]: cluster 2023-12-07T17:58:55.830739+0000 mgr.a (mgr.24293) 19587 : cluster 0 pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:57 smithi022 bash[28554]: audit 2023-12-07T17:58:56.000700+0000 mgr.a (mgr.24293) 19588 : audit 0 from='client.387249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:57 smithi044 bash[32620]: cluster 2023-12-07T17:58:55.830739+0000 mgr.a (mgr.24293) 19587 : cluster 0 pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:57 smithi044 bash[32620]: audit 2023-12-07T17:58:56.000700+0000 mgr.a (mgr.24293) 19588 : audit 0 from='client.387249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:57 smithi027 bash[31536]: cluster 2023-12-07T17:58:55.830739+0000 mgr.a (mgr.24293) 19587 : cluster 0 pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:57 smithi027 bash[31536]: audit 2023-12-07T17:58:56.000700+0000 mgr.a (mgr.24293) 19588 : audit 0 from='client.387249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:58:59 smithi022 bash[28554]: cluster 2023-12-07T17:58:57.831684+0000 mgr.a (mgr.24293) 19589 : cluster 0 pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:58:59 smithi044 bash[32620]: cluster 2023-12-07T17:58:57.831684+0000 mgr.a (mgr.24293) 19589 : cluster 0 pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:59.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:58:59 smithi027 bash[31536]: cluster 2023-12-07T17:58:57.831684+0000 mgr.a (mgr.24293) 19589 : cluster 0 pgmap v14647: 33 pgs: 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:01.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:01.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:01.527 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:01 smithi022 bash[28554]: cluster 2023-12-07T17:58:59.832419+0000 mgr.a (mgr.24293) 19590 : cluster 0 pgmap v14648: 33 pgs: 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:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:01 smithi044 bash[32620]: cluster 2023-12-07T17:58:59.832419+0000 mgr.a (mgr.24293) 19590 : cluster 0 pgmap v14648: 33 pgs: 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:01.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:01 smithi027 bash[31536]: cluster 2023-12-07T17:58:59.832419+0000 mgr.a (mgr.24293) 19590 : cluster 0 pgmap v14648: 33 pgs: 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:02.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:02.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:02.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:02.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:02.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:03 smithi022 bash[28554]: cluster 2023-12-07T17:59:01.833390+0000 mgr.a (mgr.24293) 19591 : cluster 0 pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:03 smithi022 bash[28554]: audit 2023-12-07T17:59:01.929191+0000 mgr.a (mgr.24293) 19592 : audit 0 from='client.387327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:03 smithi044 bash[32620]: cluster 2023-12-07T17:59:01.833390+0000 mgr.a (mgr.24293) 19591 : cluster 0 pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:03 smithi044 bash[32620]: audit 2023-12-07T17:59:01.929191+0000 mgr.a (mgr.24293) 19592 : audit 0 from='client.387327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:03 smithi027 bash[31536]: cluster 2023-12-07T17:59:01.833390+0000 mgr.a (mgr.24293) 19591 : cluster 0 pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:03 smithi027 bash[31536]: audit 2023-12-07T17:59:01.929191+0000 mgr.a (mgr.24293) 19592 : audit 0 from='client.387327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:05 smithi022 bash[28554]: cluster 2023-12-07T17:59:03.834135+0000 mgr.a (mgr.24293) 19593 : cluster 0 pgmap v14650: 33 pgs: 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:59:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:05 smithi044 bash[32620]: cluster 2023-12-07T17:59:03.834135+0000 mgr.a (mgr.24293) 19593 : cluster 0 pgmap v14650: 33 pgs: 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:59:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:05 smithi027 bash[31536]: cluster 2023-12-07T17:59:03.834135+0000 mgr.a (mgr.24293) 19593 : cluster 0 pgmap v14650: 33 pgs: 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:59:07.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:07.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:07.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:07 smithi022 bash[28554]: cluster 2023-12-07T17:59:05.835028+0000 mgr.a (mgr.24293) 19594 : cluster 0 pgmap v14651: 33 pgs: 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:59:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:07 smithi044 bash[32620]: cluster 2023-12-07T17:59:05.835028+0000 mgr.a (mgr.24293) 19594 : cluster 0 pgmap v14651: 33 pgs: 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:59:07.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:07 smithi027 bash[31536]: cluster 2023-12-07T17:59:05.835028+0000 mgr.a (mgr.24293) 19594 : cluster 0 pgmap v14651: 33 pgs: 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:59:08.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:08.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:08.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:08.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:08.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:09 smithi022 bash[28554]: cluster 2023-12-07T17:59:07.835436+0000 mgr.a (mgr.24293) 19595 : cluster 0 pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:09 smithi022 bash[28554]: audit 2023-12-07T17:59:07.854936+0000 mgr.a (mgr.24293) 19596 : audit 0 from='client.387402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:09 smithi044 bash[32620]: cluster 2023-12-07T17:59:07.835436+0000 mgr.a (mgr.24293) 19595 : cluster 0 pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:09 smithi044 bash[32620]: audit 2023-12-07T17:59:07.854936+0000 mgr.a (mgr.24293) 19596 : audit 0 from='client.387402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:09 smithi027 bash[31536]: cluster 2023-12-07T17:59:07.835436+0000 mgr.a (mgr.24293) 19595 : cluster 0 pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:09 smithi027 bash[31536]: audit 2023-12-07T17:59:07.854936+0000 mgr.a (mgr.24293) 19596 : audit 0 from='client.387402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:11 smithi022 bash[28554]: cluster 2023-12-07T17:59:09.836132+0000 mgr.a (mgr.24293) 19597 : cluster 0 pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:11.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:11 smithi044 bash[32620]: cluster 2023-12-07T17:59:09.836132+0000 mgr.a (mgr.24293) 19597 : cluster 0 pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:11.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:11 smithi027 bash[31536]: cluster 2023-12-07T17:59:09.836132+0000 mgr.a (mgr.24293) 19597 : cluster 0 pgmap v14653: 33 pgs: 33 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.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:13.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:13.416 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:13 smithi022 bash[28554]: cluster 2023-12-07T17:59:11.836969+0000 mgr.a (mgr.24293) 19598 : cluster 0 pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:13 smithi044 bash[32620]: cluster 2023-12-07T17:59:11.836969+0000 mgr.a (mgr.24293) 19598 : cluster 0 pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:13.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:13 smithi027 bash[31536]: cluster 2023-12-07T17:59:11.836969+0000 mgr.a (mgr.24293) 19598 : cluster 0 pgmap v14654: 33 pgs: 33 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:14.365 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:14.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:14.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:14.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:14.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:15 smithi022 bash[28554]: audit 2023-12-07T17:59:13.823262+0000 mgr.a (mgr.24293) 19599 : audit 0 from='client.387477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:15 smithi022 bash[28554]: cluster 2023-12-07T17:59:13.838689+0000 mgr.a (mgr.24293) 19600 : cluster 0 pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:15 smithi044 bash[32620]: audit 2023-12-07T17:59:13.823262+0000 mgr.a (mgr.24293) 19599 : audit 0 from='client.387477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:15 smithi044 bash[32620]: cluster 2023-12-07T17:59:13.838689+0000 mgr.a (mgr.24293) 19600 : cluster 0 pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:15.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:15 smithi027 bash[31536]: audit 2023-12-07T17:59:13.823262+0000 mgr.a (mgr.24293) 19599 : audit 0 from='client.387477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:15 smithi027 bash[31536]: cluster 2023-12-07T17:59:13.838689+0000 mgr.a (mgr.24293) 19600 : cluster 0 pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:17 smithi022 bash[28554]: cluster 2023-12-07T17:59:15.839884+0000 mgr.a (mgr.24293) 19601 : cluster 0 pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:17 smithi044 bash[32620]: cluster 2023-12-07T17:59:15.839884+0000 mgr.a (mgr.24293) 19601 : cluster 0 pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:17 smithi027 bash[31536]: cluster 2023-12-07T17:59:15.839884+0000 mgr.a (mgr.24293) 19601 : cluster 0 pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:19.368 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:19.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:19.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:19 smithi022 bash[28554]: cluster 2023-12-07T17:59:17.840468+0000 mgr.a (mgr.24293) 19602 : cluster 0 pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:19 smithi044 bash[32620]: cluster 2023-12-07T17:59:17.840468+0000 mgr.a (mgr.24293) 19602 : cluster 0 pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:19 smithi027 bash[31536]: cluster 2023-12-07T17:59:17.840468+0000 mgr.a (mgr.24293) 19602 : cluster 0 pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:20.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:20.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:20.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:20.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:20.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:21 smithi022 bash[28554]: audit 2023-12-07T17:59:19.769999+0000 mgr.a (mgr.24293) 19603 : audit 0 from='client.387555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:21 smithi022 bash[28554]: cluster 2023-12-07T17:59:19.840945+0000 mgr.a (mgr.24293) 19604 : cluster 0 pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:21 smithi044 bash[32620]: audit 2023-12-07T17:59:19.769999+0000 mgr.a (mgr.24293) 19603 : audit 0 from='client.387555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:21 smithi044 bash[32620]: cluster 2023-12-07T17:59:19.840945+0000 mgr.a (mgr.24293) 19604 : cluster 0 pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:21.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:21 smithi027 bash[31536]: audit 2023-12-07T17:59:19.769999+0000 mgr.a (mgr.24293) 19603 : audit 0 from='client.387555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:21 smithi027 bash[31536]: cluster 2023-12-07T17:59:19.840945+0000 mgr.a (mgr.24293) 19604 : cluster 0 pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:23 smithi022 bash[28554]: cluster 2023-12-07T17:59:21.842037+0000 mgr.a (mgr.24293) 19605 : cluster 0 pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:23 smithi044 bash[32620]: cluster 2023-12-07T17:59:21.842037+0000 mgr.a (mgr.24293) 19605 : cluster 0 pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:23 smithi027 bash[31536]: cluster 2023-12-07T17:59:21.842037+0000 mgr.a (mgr.24293) 19605 : cluster 0 pgmap v14659: 33 pgs: 33 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:25.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:25.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:25.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:25 smithi022 bash[28554]: cluster 2023-12-07T17:59:23.842672+0000 mgr.a (mgr.24293) 19606 : cluster 0 pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:25 smithi044 bash[32620]: cluster 2023-12-07T17:59:23.842672+0000 mgr.a (mgr.24293) 19606 : cluster 0 pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:25.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:25 smithi027 bash[31536]: cluster 2023-12-07T17:59:23.842672+0000 mgr.a (mgr.24293) 19606 : cluster 0 pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:26.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:26.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:26.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:26.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:26.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:27 smithi022 bash[28554]: audit 2023-12-07T17:59:25.718895+0000 mgr.a (mgr.24293) 19607 : audit 0 from='client.387633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:27 smithi022 bash[28554]: cluster 2023-12-07T17:59:25.843686+0000 mgr.a (mgr.24293) 19608 : cluster 0 pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:27 smithi044 bash[32620]: audit 2023-12-07T17:59:25.718895+0000 mgr.a (mgr.24293) 19607 : audit 0 from='client.387633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:27 smithi044 bash[32620]: cluster 2023-12-07T17:59:25.843686+0000 mgr.a (mgr.24293) 19608 : cluster 0 pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:27.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:27 smithi027 bash[31536]: audit 2023-12-07T17:59:25.718895+0000 mgr.a (mgr.24293) 19607 : audit 0 from='client.387633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:27 smithi027 bash[31536]: cluster 2023-12-07T17:59:25.843686+0000 mgr.a (mgr.24293) 19608 : cluster 0 pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:29.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:29 smithi022 bash[28554]: cluster 2023-12-07T17:59:27.844304+0000 mgr.a (mgr.24293) 19609 : cluster 0 pgmap v14662: 33 pgs: 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:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:29 smithi044 bash[32620]: cluster 2023-12-07T17:59:27.844304+0000 mgr.a (mgr.24293) 19609 : cluster 0 pgmap v14662: 33 pgs: 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:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:29 smithi027 bash[31536]: cluster 2023-12-07T17:59:27.844304+0000 mgr.a (mgr.24293) 19609 : cluster 0 pgmap v14662: 33 pgs: 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:31.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:31.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:31.263 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:31 smithi022 bash[28554]: cluster 2023-12-07T17:59:29.844913+0000 mgr.a (mgr.24293) 19610 : cluster 0 pgmap v14663: 33 pgs: 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:31.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:31 smithi044 bash[32620]: cluster 2023-12-07T17:59:29.844913+0000 mgr.a (mgr.24293) 19610 : cluster 0 pgmap v14663: 33 pgs: 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:31.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:31 smithi027 bash[31536]: cluster 2023-12-07T17:59:29.844913+0000 mgr.a (mgr.24293) 19610 : cluster 0 pgmap v14663: 33 pgs: 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:32.195 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:32.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:32.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:32.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:32.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:33 smithi022 bash[28554]: audit 2023-12-07T17:59:31.668951+0000 mgr.a (mgr.24293) 19611 : audit 0 from='client.387708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:33 smithi022 bash[28554]: cluster 2023-12-07T17:59:31.846288+0000 mgr.a (mgr.24293) 19612 : cluster 0 pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:33 smithi044 bash[32620]: audit 2023-12-07T17:59:31.668951+0000 mgr.a (mgr.24293) 19611 : audit 0 from='client.387708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:33 smithi044 bash[32620]: cluster 2023-12-07T17:59:31.846288+0000 mgr.a (mgr.24293) 19612 : cluster 0 pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:33 smithi027 bash[31536]: audit 2023-12-07T17:59:31.668951+0000 mgr.a (mgr.24293) 19611 : audit 0 from='client.387708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:33 smithi027 bash[31536]: cluster 2023-12-07T17:59:31.846288+0000 mgr.a (mgr.24293) 19612 : cluster 0 pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:35 smithi022 bash[28554]: cluster 2023-12-07T17:59:33.847087+0000 mgr.a (mgr.24293) 19613 : cluster 0 pgmap v14665: 33 pgs: 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:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:35 smithi044 bash[32620]: cluster 2023-12-07T17:59:33.847087+0000 mgr.a (mgr.24293) 19613 : cluster 0 pgmap v14665: 33 pgs: 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:35.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:35 smithi027 bash[31536]: cluster 2023-12-07T17:59:33.847087+0000 mgr.a (mgr.24293) 19613 : cluster 0 pgmap v14665: 33 pgs: 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:37.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:37.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:37.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:37 smithi022 bash[28554]: cluster 2023-12-07T17:59:35.847924+0000 mgr.a (mgr.24293) 19614 : cluster 0 pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:37.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:37 smithi044 bash[32620]: cluster 2023-12-07T17:59:35.847924+0000 mgr.a (mgr.24293) 19614 : cluster 0 pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:37.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:37 smithi027 bash[31536]: cluster 2023-12-07T17:59:35.847924+0000 mgr.a (mgr.24293) 19614 : cluster 0 pgmap v14666: 33 pgs: 33 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.159 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:38.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:38.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:38.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:38.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:39 smithi022 bash[28554]: audit 2023-12-07T17:59:37.614854+0000 mgr.a (mgr.24293) 19615 : audit 0 from='client.387780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:39 smithi022 bash[28554]: cluster 2023-12-07T17:59:37.848578+0000 mgr.a (mgr.24293) 19616 : cluster 0 pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:39.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:39 smithi044 bash[32620]: audit 2023-12-07T17:59:37.614854+0000 mgr.a (mgr.24293) 19615 : audit 0 from='client.387780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:39.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:39 smithi044 bash[32620]: cluster 2023-12-07T17:59:37.848578+0000 mgr.a (mgr.24293) 19616 : cluster 0 pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:39 smithi027 bash[31536]: audit 2023-12-07T17:59:37.614854+0000 mgr.a (mgr.24293) 19615 : audit 0 from='client.387780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:39 smithi027 bash[31536]: cluster 2023-12-07T17:59:37.848578+0000 mgr.a (mgr.24293) 19616 : cluster 0 pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:40.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:40 smithi022 bash[28554]: cluster 2023-12-07T17:59:39.849242+0000 mgr.a (mgr.24293) 19617 : cluster 0 pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:40.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:40 smithi044 bash[32620]: cluster 2023-12-07T17:59:39.849242+0000 mgr.a (mgr.24293) 19617 : cluster 0 pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:40.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:40 smithi027 bash[31536]: cluster 2023-12-07T17:59:39.849242+0000 mgr.a (mgr.24293) 19617 : cluster 0 pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:43.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:43.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:43.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:43.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:42 smithi022 bash[28554]: cluster 2023-12-07T17:59:41.850065+0000 mgr.a (mgr.24293) 19618 : cluster 0 pgmap v14669: 33 pgs: 33 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:43.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:42 smithi044 bash[32620]: cluster 2023-12-07T17:59:41.850065+0000 mgr.a (mgr.24293) 19618 : cluster 0 pgmap v14669: 33 pgs: 33 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:43.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:42 smithi027 bash[31536]: cluster 2023-12-07T17:59:41.850065+0000 mgr.a (mgr.24293) 19618 : cluster 0 pgmap v14669: 33 pgs: 33 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:44.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:44.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:44.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:44.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:44.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:45.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:45 smithi027 bash[31536]: audit 2023-12-07T17:59:43.568497+0000 mgr.a (mgr.24293) 19619 : audit 0 from='client.387858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:45.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:45 smithi027 bash[31536]: cluster 2023-12-07T17:59:43.850882+0000 mgr.a (mgr.24293) 19620 : cluster 0 pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:45 smithi022 bash[28554]: audit 2023-12-07T17:59:43.568497+0000 mgr.a (mgr.24293) 19619 : audit 0 from='client.387858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:45 smithi022 bash[28554]: cluster 2023-12-07T17:59:43.850882+0000 mgr.a (mgr.24293) 19620 : cluster 0 pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:45 smithi044 bash[32620]: audit 2023-12-07T17:59:43.568497+0000 mgr.a (mgr.24293) 19619 : audit 0 from='client.387858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:45 smithi044 bash[32620]: cluster 2023-12-07T17:59:43.850882+0000 mgr.a (mgr.24293) 19620 : cluster 0 pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:47.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:47 smithi027 bash[31536]: cluster 2023-12-07T17:59:45.851854+0000 mgr.a (mgr.24293) 19621 : cluster 0 pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:47 smithi022 bash[28554]: cluster 2023-12-07T17:59:45.851854+0000 mgr.a (mgr.24293) 19621 : cluster 0 pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:47 smithi044 bash[32620]: cluster 2023-12-07T17:59:45.851854+0000 mgr.a (mgr.24293) 19621 : cluster 0 pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:49.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:49.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:49.110 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:49.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:49 smithi027 bash[31536]: cluster 2023-12-07T17:59:47.852412+0000 mgr.a (mgr.24293) 19622 : cluster 0 pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:49 smithi022 bash[28554]: cluster 2023-12-07T17:59:47.852412+0000 mgr.a (mgr.24293) 19622 : cluster 0 pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:49 smithi044 bash[32620]: cluster 2023-12-07T17:59:47.852412+0000 mgr.a (mgr.24293) 19622 : cluster 0 pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:50.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:50.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:50.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:50.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:50.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:51 smithi027 bash[31536]: audit 2023-12-07T17:59:49.529422+0000 mgr.a (mgr.24293) 19623 : audit 0 from='client.387933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:51.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:51 smithi027 bash[31536]: cluster 2023-12-07T17:59:49.853339+0000 mgr.a (mgr.24293) 19624 : cluster 0 pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:51 smithi022 bash[28554]: audit 2023-12-07T17:59:49.529422+0000 mgr.a (mgr.24293) 19623 : audit 0 from='client.387933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:51 smithi022 bash[28554]: cluster 2023-12-07T17:59:49.853339+0000 mgr.a (mgr.24293) 19624 : cluster 0 pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:51 smithi044 bash[32620]: audit 2023-12-07T17:59:49.529422+0000 mgr.a (mgr.24293) 19623 : audit 0 from='client.387933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:51 smithi044 bash[32620]: cluster 2023-12-07T17:59:49.853339+0000 mgr.a (mgr.24293) 19624 : cluster 0 pgmap v14673: 33 pgs: 33 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:53.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:53 smithi027 bash[31536]: cluster 2023-12-07T17:59:51.854310+0000 mgr.a (mgr.24293) 19625 : cluster 0 pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:53 smithi022 bash[28554]: cluster 2023-12-07T17:59:51.854310+0000 mgr.a (mgr.24293) 19625 : cluster 0 pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:53 smithi044 bash[32620]: cluster 2023-12-07T17:59:51.854310+0000 mgr.a (mgr.24293) 19625 : cluster 0 pgmap v14674: 33 pgs: 33 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:55.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T17:59:55.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:55.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:55.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:55 smithi027 bash[31536]: cluster 2023-12-07T17:59:53.854832+0000 mgr.a (mgr.24293) 19626 : cluster 0 pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:55.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:55 smithi027 bash[31536]: audit 2023-12-07T17:59:54.566782+0000 mon.a (mon.0) 3153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:55 smithi022 bash[28554]: cluster 2023-12-07T17:59:53.854832+0000 mgr.a (mgr.24293) 19626 : cluster 0 pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:55 smithi022 bash[28554]: audit 2023-12-07T17:59:54.566782+0000 mon.a (mon.0) 3153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:55 smithi044 bash[32620]: cluster 2023-12-07T17:59:53.854832+0000 mgr.a (mgr.24293) 19626 : cluster 0 pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:55 smithi044 bash[32620]: audit 2023-12-07T17:59:54.566782+0000 mon.a (mon.0) 3153 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:56.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T17:59:56.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:56.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:56.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:56.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T17:59:56.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:56 smithi022 bash[28554]: audit 2023-12-07T17:59:55.305649+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:56.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:56 smithi022 bash[28554]: audit 2023-12-07T17:59:55.307141+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:56.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:56 smithi022 bash[28554]: audit 2023-12-07T17:59:55.316054+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:59:56.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:56 smithi044 bash[32620]: audit 2023-12-07T17:59:55.305649+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:56.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:56 smithi044 bash[32620]: audit 2023-12-07T17:59:55.307141+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:56.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:56 smithi044 bash[32620]: audit 2023-12-07T17:59:55.316054+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:59:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:56 smithi027 bash[31536]: audit 2023-12-07T17:59:55.305649+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:56 smithi027 bash[31536]: audit 2023-12-07T17:59:55.307141+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:56 smithi027 bash[31536]: audit 2023-12-07T17:59:55.316054+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T17:59:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:57 smithi022 bash[28554]: audit 2023-12-07T17:59:55.480093+0000 mgr.a (mgr.24293) 19627 : audit 0 from='client.388002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:57 smithi022 bash[28554]: cluster 2023-12-07T17:59:55.855729+0000 mgr.a (mgr.24293) 19628 : cluster 0 pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:57 smithi044 bash[32620]: audit 2023-12-07T17:59:55.480093+0000 mgr.a (mgr.24293) 19627 : audit 0 from='client.388002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:57 smithi044 bash[32620]: cluster 2023-12-07T17:59:55.855729+0000 mgr.a (mgr.24293) 19628 : cluster 0 pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:57 smithi027 bash[31536]: audit 2023-12-07T17:59:55.480093+0000 mgr.a (mgr.24293) 19627 : audit 0 from='client.388002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:57 smithi027 bash[31536]: cluster 2023-12-07T17:59:55.855729+0000 mgr.a (mgr.24293) 19628 : cluster 0 pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 17:59:59 smithi022 bash[28554]: cluster 2023-12-07T17:59:57.856586+0000 mgr.a (mgr.24293) 19629 : cluster 0 pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:59.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 17:59:59 smithi044 bash[32620]: cluster 2023-12-07T17:59:57.856586+0000 mgr.a (mgr.24293) 19629 : cluster 0 pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 17:59:59 smithi027 bash[31536]: cluster 2023-12-07T17:59:57.856586+0000 mgr.a (mgr.24293) 19629 : cluster 0 pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:00.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:00 smithi022 bash[28554]: cluster 2023-12-07T18:00:00.000133+0000 mon.a (mon.0) 3157 : cluster 1 overall HEALTH_OK 2023-12-07T18:00:00.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:00 smithi044 bash[32620]: cluster 2023-12-07T18:00:00.000133+0000 mon.a (mon.0) 3157 : cluster 1 overall HEALTH_OK 2023-12-07T18:00:00.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:00 smithi027 bash[31536]: cluster 2023-12-07T18:00:00.000133+0000 mon.a (mon.0) 3157 : cluster 1 overall HEALTH_OK 2023-12-07T18:00:01.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:01.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:01.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:01 smithi022 bash[28554]: cluster 2023-12-07T17:59:59.857357+0000 mgr.a (mgr.24293) 19630 : cluster 0 pgmap v14678: 33 pgs: 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:01.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:01 smithi044 bash[32620]: cluster 2023-12-07T17:59:59.857357+0000 mgr.a (mgr.24293) 19630 : cluster 0 pgmap v14678: 33 pgs: 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:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:01 smithi027 bash[31536]: cluster 2023-12-07T17:59:59.857357+0000 mgr.a (mgr.24293) 19630 : cluster 0 pgmap v14678: 33 pgs: 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:01.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:01.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:01.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:01.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:01.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:03 smithi022 bash[28554]: audit 2023-12-07T18:00:01.435304+0000 mgr.a (mgr.24293) 19631 : audit 0 from='client.388068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:03 smithi022 bash[28554]: cluster 2023-12-07T18:00:01.858561+0000 mgr.a (mgr.24293) 19632 : cluster 0 pgmap v14679: 33 pgs: 33 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:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:03 smithi044 bash[32620]: audit 2023-12-07T18:00:01.435304+0000 mgr.a (mgr.24293) 19631 : audit 0 from='client.388068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:03 smithi044 bash[32620]: cluster 2023-12-07T18:00:01.858561+0000 mgr.a (mgr.24293) 19632 : cluster 0 pgmap v14679: 33 pgs: 33 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:03.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:03 smithi027 bash[31536]: audit 2023-12-07T18:00:01.435304+0000 mgr.a (mgr.24293) 19631 : audit 0 from='client.388068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:03 smithi027 bash[31536]: cluster 2023-12-07T18:00:01.858561+0000 mgr.a (mgr.24293) 19632 : cluster 0 pgmap v14679: 33 pgs: 33 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:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:05 smithi022 bash[28554]: cluster 2023-12-07T18:00:03.859192+0000 mgr.a (mgr.24293) 19633 : cluster 0 pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:05 smithi044 bash[32620]: cluster 2023-12-07T18:00:03.859192+0000 mgr.a (mgr.24293) 19633 : cluster 0 pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:05 smithi027 bash[31536]: cluster 2023-12-07T18:00:03.859192+0000 mgr.a (mgr.24293) 19633 : cluster 0 pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:06.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:06.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:06.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:07 smithi022 bash[28554]: cluster 2023-12-07T18:00:05.859985+0000 mgr.a (mgr.24293) 19634 : cluster 0 pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:07 smithi044 bash[32620]: cluster 2023-12-07T18:00:05.859985+0000 mgr.a (mgr.24293) 19634 : cluster 0 pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:07 smithi027 bash[31536]: cluster 2023-12-07T18:00:05.859985+0000 mgr.a (mgr.24293) 19634 : cluster 0 pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:07.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:07.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:07.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:07.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:07.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:08.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:08 smithi022 bash[28554]: audit 2023-12-07T18:00:07.366500+0000 mgr.a (mgr.24293) 19635 : audit 0 from='client.388143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:08.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:08 smithi044 bash[32620]: audit 2023-12-07T18:00:07.366500+0000 mgr.a (mgr.24293) 19635 : audit 0 from='client.388143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:08.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:08 smithi027 bash[31536]: audit 2023-12-07T18:00:07.366500+0000 mgr.a (mgr.24293) 19635 : audit 0 from='client.388143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:09 smithi022 bash[28554]: cluster 2023-12-07T18:00:07.860661+0000 mgr.a (mgr.24293) 19636 : cluster 0 pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:09 smithi044 bash[32620]: cluster 2023-12-07T18:00:07.860661+0000 mgr.a (mgr.24293) 19636 : cluster 0 pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:09 smithi027 bash[31536]: cluster 2023-12-07T18:00:07.860661+0000 mgr.a (mgr.24293) 19636 : cluster 0 pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:11 smithi022 bash[28554]: cluster 2023-12-07T18:00:09.861267+0000 mgr.a (mgr.24293) 19637 : cluster 0 pgmap v14683: 33 pgs: 33 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:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:11 smithi044 bash[32620]: cluster 2023-12-07T18:00:09.861267+0000 mgr.a (mgr.24293) 19637 : cluster 0 pgmap v14683: 33 pgs: 33 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:11.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:11 smithi027 bash[31536]: cluster 2023-12-07T18:00:09.861267+0000 mgr.a (mgr.24293) 19637 : cluster 0 pgmap v14683: 33 pgs: 33 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.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:12.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:12.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:13 smithi022 bash[28554]: cluster 2023-12-07T18:00:11.862113+0000 mgr.a (mgr.24293) 19638 : cluster 0 pgmap v14684: 33 pgs: 33 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:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:13 smithi044 bash[32620]: cluster 2023-12-07T18:00:11.862113+0000 mgr.a (mgr.24293) 19638 : cluster 0 pgmap v14684: 33 pgs: 33 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:13.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:13 smithi027 bash[31536]: cluster 2023-12-07T18:00:11.862113+0000 mgr.a (mgr.24293) 19638 : cluster 0 pgmap v14684: 33 pgs: 33 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:13.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:13.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:13.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:13.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:13.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:14.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:14 smithi022 bash[28554]: audit 2023-12-07T18:00:13.307448+0000 mgr.a (mgr.24293) 19639 : audit 0 from='client.388215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:14.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:14 smithi044 bash[32620]: audit 2023-12-07T18:00:13.307448+0000 mgr.a (mgr.24293) 19639 : audit 0 from='client.388215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:14.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:14 smithi027 bash[31536]: audit 2023-12-07T18:00:13.307448+0000 mgr.a (mgr.24293) 19639 : audit 0 from='client.388215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:15 smithi022 bash[28554]: cluster 2023-12-07T18:00:13.862925+0000 mgr.a (mgr.24293) 19640 : cluster 0 pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:15 smithi044 bash[32620]: cluster 2023-12-07T18:00:13.862925+0000 mgr.a (mgr.24293) 19640 : cluster 0 pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:15 smithi027 bash[31536]: cluster 2023-12-07T18:00:13.862925+0000 mgr.a (mgr.24293) 19640 : cluster 0 pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:17 smithi022 bash[28554]: cluster 2023-12-07T18:00:15.863766+0000 mgr.a (mgr.24293) 19641 : cluster 0 pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:17 smithi044 bash[32620]: cluster 2023-12-07T18:00:15.863766+0000 mgr.a (mgr.24293) 19641 : cluster 0 pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:17.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:17 smithi027 bash[31536]: cluster 2023-12-07T18:00:15.863766+0000 mgr.a (mgr.24293) 19641 : cluster 0 pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:18.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:18.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:18.820 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:19 smithi022 bash[28554]: cluster 2023-12-07T18:00:17.864277+0000 mgr.a (mgr.24293) 19642 : cluster 0 pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:19 smithi044 bash[32620]: cluster 2023-12-07T18:00:17.864277+0000 mgr.a (mgr.24293) 19642 : cluster 0 pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:19.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:19 smithi027 bash[31536]: cluster 2023-12-07T18:00:17.864277+0000 mgr.a (mgr.24293) 19642 : cluster 0 pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:19.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:19.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:19.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:19.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:19.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:20.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:20 smithi022 bash[28554]: audit 2023-12-07T18:00:19.220462+0000 mgr.a (mgr.24293) 19643 : audit 0 from='client.388293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:20.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:20 smithi044 bash[32620]: audit 2023-12-07T18:00:19.220462+0000 mgr.a (mgr.24293) 19643 : audit 0 from='client.388293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:20.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:20 smithi027 bash[31536]: audit 2023-12-07T18:00:19.220462+0000 mgr.a (mgr.24293) 19643 : audit 0 from='client.388293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:21 smithi022 bash[28554]: cluster 2023-12-07T18:00:19.865031+0000 mgr.a (mgr.24293) 19644 : cluster 0 pgmap v14688: 33 pgs: 33 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:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:21 smithi044 bash[32620]: cluster 2023-12-07T18:00:19.865031+0000 mgr.a (mgr.24293) 19644 : cluster 0 pgmap v14688: 33 pgs: 33 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:21.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:21 smithi027 bash[31536]: cluster 2023-12-07T18:00:19.865031+0000 mgr.a (mgr.24293) 19644 : cluster 0 pgmap v14688: 33 pgs: 33 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:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:23 smithi022 bash[28554]: cluster 2023-12-07T18:00:21.865928+0000 mgr.a (mgr.24293) 19645 : cluster 0 pgmap v14689: 33 pgs: 33 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:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:23 smithi044 bash[32620]: cluster 2023-12-07T18:00:21.865928+0000 mgr.a (mgr.24293) 19645 : cluster 0 pgmap v14689: 33 pgs: 33 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:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:23 smithi027 bash[31536]: cluster 2023-12-07T18:00:21.865928+0000 mgr.a (mgr.24293) 19645 : cluster 0 pgmap v14689: 33 pgs: 33 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:24.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:24.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:24.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:25 smithi022 bash[28554]: cluster 2023-12-07T18:00:23.866584+0000 mgr.a (mgr.24293) 19646 : cluster 0 pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:25 smithi044 bash[32620]: cluster 2023-12-07T18:00:23.866584+0000 mgr.a (mgr.24293) 19646 : cluster 0 pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:25.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:25.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:25.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:25.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:25.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:25.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:25 smithi027 bash[31536]: cluster 2023-12-07T18:00:23.866584+0000 mgr.a (mgr.24293) 19646 : cluster 0 pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:26.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:26 smithi022 bash[28554]: audit 2023-12-07T18:00:25.158031+0000 mgr.a (mgr.24293) 19647 : audit 0 from='client.388371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:26.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:26 smithi044 bash[32620]: audit 2023-12-07T18:00:25.158031+0000 mgr.a (mgr.24293) 19647 : audit 0 from='client.388371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:26.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:26 smithi027 bash[31536]: audit 2023-12-07T18:00:25.158031+0000 mgr.a (mgr.24293) 19647 : audit 0 from='client.388371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:27 smithi022 bash[28554]: cluster 2023-12-07T18:00:25.867677+0000 mgr.a (mgr.24293) 19648 : cluster 0 pgmap v14691: 33 pgs: 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:00:27.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:27 smithi044 bash[32620]: cluster 2023-12-07T18:00:25.867677+0000 mgr.a (mgr.24293) 19648 : cluster 0 pgmap v14691: 33 pgs: 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:00:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:27 smithi027 bash[31536]: cluster 2023-12-07T18:00:25.867677+0000 mgr.a (mgr.24293) 19648 : cluster 0 pgmap v14691: 33 pgs: 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:00:29.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:29 smithi027 bash[31536]: cluster 2023-12-07T18:00:27.868236+0000 mgr.a (mgr.24293) 19649 : cluster 0 pgmap v14692: 33 pgs: 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:00:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:29 smithi022 bash[28554]: cluster 2023-12-07T18:00:27.868236+0000 mgr.a (mgr.24293) 19649 : cluster 0 pgmap v14692: 33 pgs: 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:00:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:29 smithi044 bash[32620]: cluster 2023-12-07T18:00:27.868236+0000 mgr.a (mgr.24293) 19649 : cluster 0 pgmap v14692: 33 pgs: 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:00:30.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:30.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:30.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:31.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:31 smithi027 bash[31536]: cluster 2023-12-07T18:00:29.868947+0000 mgr.a (mgr.24293) 19650 : cluster 0 pgmap v14693: 33 pgs: 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:00:31.645 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:31.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:31.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:31.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:31.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:31 smithi022 bash[28554]: cluster 2023-12-07T18:00:29.868947+0000 mgr.a (mgr.24293) 19650 : cluster 0 pgmap v14693: 33 pgs: 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:00:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:31 smithi044 bash[32620]: cluster 2023-12-07T18:00:29.868947+0000 mgr.a (mgr.24293) 19650 : cluster 0 pgmap v14693: 33 pgs: 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:00:32.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:32 smithi022 bash[28554]: audit 2023-12-07T18:00:31.119046+0000 mgr.a (mgr.24293) 19651 : audit 0 from='client.388446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:32.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:32 smithi044 bash[32620]: audit 2023-12-07T18:00:31.119046+0000 mgr.a (mgr.24293) 19651 : audit 0 from='client.388446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:32.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:32 smithi027 bash[31536]: audit 2023-12-07T18:00:31.119046+0000 mgr.a (mgr.24293) 19651 : audit 0 from='client.388446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:33 smithi022 bash[28554]: cluster 2023-12-07T18:00:31.870013+0000 mgr.a (mgr.24293) 19652 : cluster 0 pgmap v14694: 33 pgs: 33 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:33.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:33 smithi044 bash[32620]: cluster 2023-12-07T18:00:31.870013+0000 mgr.a (mgr.24293) 19652 : cluster 0 pgmap v14694: 33 pgs: 33 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:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:33 smithi027 bash[31536]: cluster 2023-12-07T18:00:31.870013+0000 mgr.a (mgr.24293) 19652 : cluster 0 pgmap v14694: 33 pgs: 33 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:35.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:35 smithi022 bash[28554]: cluster 2023-12-07T18:00:33.870616+0000 mgr.a (mgr.24293) 19653 : cluster 0 pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:35.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:35 smithi044 bash[32620]: cluster 2023-12-07T18:00:33.870616+0000 mgr.a (mgr.24293) 19653 : cluster 0 pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:35 smithi027 bash[31536]: cluster 2023-12-07T18:00:33.870616+0000 mgr.a (mgr.24293) 19653 : cluster 0 pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:36.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:36.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:36.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:37.569 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:37.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:37.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:37.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:37.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:37 smithi022 bash[28554]: cluster 2023-12-07T18:00:35.871402+0000 mgr.a (mgr.24293) 19654 : cluster 0 pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:37.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:37 smithi044 bash[32620]: cluster 2023-12-07T18:00:35.871402+0000 mgr.a (mgr.24293) 19654 : cluster 0 pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:37 smithi027 bash[31536]: cluster 2023-12-07T18:00:35.871402+0000 mgr.a (mgr.24293) 19654 : cluster 0 pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:38.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:38 smithi022 bash[28554]: audit 2023-12-07T18:00:37.055580+0000 mgr.a (mgr.24293) 19655 : audit 0 from='client.388524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:38.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:38 smithi044 bash[32620]: audit 2023-12-07T18:00:37.055580+0000 mgr.a (mgr.24293) 19655 : audit 0 from='client.388524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:38.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:38 smithi027 bash[31536]: audit 2023-12-07T18:00:37.055580+0000 mgr.a (mgr.24293) 19655 : audit 0 from='client.388524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:39 smithi022 bash[28554]: cluster 2023-12-07T18:00:37.872139+0000 mgr.a (mgr.24293) 19656 : cluster 0 pgmap v14697: 33 pgs: 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:39.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:39 smithi044 bash[32620]: cluster 2023-12-07T18:00:37.872139+0000 mgr.a (mgr.24293) 19656 : cluster 0 pgmap v14697: 33 pgs: 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:39.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:39 smithi027 bash[31536]: cluster 2023-12-07T18:00:37.872139+0000 mgr.a (mgr.24293) 19656 : cluster 0 pgmap v14697: 33 pgs: 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:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:41 smithi022 bash[28554]: cluster 2023-12-07T18:00:39.872911+0000 mgr.a (mgr.24293) 19657 : cluster 0 pgmap v14698: 33 pgs: 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:41.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:41 smithi044 bash[32620]: cluster 2023-12-07T18:00:39.872911+0000 mgr.a (mgr.24293) 19657 : cluster 0 pgmap v14698: 33 pgs: 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:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:41 smithi027 bash[31536]: cluster 2023-12-07T18:00:39.872911+0000 mgr.a (mgr.24293) 19657 : cluster 0 pgmap v14698: 33 pgs: 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:42.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:42.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:42.573 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:43.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:43.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:43.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:43.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:43.510 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:43 smithi022 bash[28554]: cluster 2023-12-07T18:00:41.873917+0000 mgr.a (mgr.24293) 19658 : cluster 0 pgmap v14699: 33 pgs: 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:43.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:43 smithi044 bash[32620]: cluster 2023-12-07T18:00:41.873917+0000 mgr.a (mgr.24293) 19658 : cluster 0 pgmap v14699: 33 pgs: 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:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:43 smithi027 bash[31536]: cluster 2023-12-07T18:00:41.873917+0000 mgr.a (mgr.24293) 19658 : cluster 0 pgmap v14699: 33 pgs: 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:44 smithi022 bash[28554]: audit 2023-12-07T18:00:42.991092+0000 mgr.a (mgr.24293) 19659 : audit 0 from='client.388596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:44.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:44 smithi044 bash[32620]: audit 2023-12-07T18:00:42.991092+0000 mgr.a (mgr.24293) 19659 : audit 0 from='client.388596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:44.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:44 smithi027 bash[31536]: audit 2023-12-07T18:00:42.991092+0000 mgr.a (mgr.24293) 19659 : audit 0 from='client.388596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:45 smithi022 bash[28554]: cluster 2023-12-07T18:00:43.874693+0000 mgr.a (mgr.24293) 19660 : cluster 0 pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:45.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:45 smithi044 bash[32620]: cluster 2023-12-07T18:00:43.874693+0000 mgr.a (mgr.24293) 19660 : cluster 0 pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:45.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:45 smithi027 bash[31536]: cluster 2023-12-07T18:00:43.874693+0000 mgr.a (mgr.24293) 19660 : cluster 0 pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:47 smithi022 bash[28554]: cluster 2023-12-07T18:00:45.875471+0000 mgr.a (mgr.24293) 19661 : cluster 0 pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:47 smithi044 bash[32620]: cluster 2023-12-07T18:00:45.875471+0000 mgr.a (mgr.24293) 19661 : cluster 0 pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:47.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:47 smithi027 bash[31536]: cluster 2023-12-07T18:00:45.875471+0000 mgr.a (mgr.24293) 19661 : cluster 0 pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:48.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:48.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:48.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:49.432 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:49.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:49.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:49.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:49.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:49 smithi022 bash[28554]: cluster 2023-12-07T18:00:47.876070+0000 mgr.a (mgr.24293) 19662 : cluster 0 pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:49.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:49 smithi044 bash[32620]: cluster 2023-12-07T18:00:47.876070+0000 mgr.a (mgr.24293) 19662 : cluster 0 pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:49 smithi027 bash[31536]: cluster 2023-12-07T18:00:47.876070+0000 mgr.a (mgr.24293) 19662 : cluster 0 pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:50.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:50 smithi022 bash[28554]: audit 2023-12-07T18:00:48.921105+0000 mgr.a (mgr.24293) 19663 : audit 0 from='client.388674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:50.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:50 smithi044 bash[32620]: audit 2023-12-07T18:00:48.921105+0000 mgr.a (mgr.24293) 19663 : audit 0 from='client.388674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:50.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:50 smithi027 bash[31536]: audit 2023-12-07T18:00:48.921105+0000 mgr.a (mgr.24293) 19663 : audit 0 from='client.388674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:51 smithi022 bash[28554]: cluster 2023-12-07T18:00:49.876823+0000 mgr.a (mgr.24293) 19664 : cluster 0 pgmap v14703: 33 pgs: 33 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:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:51 smithi044 bash[32620]: cluster 2023-12-07T18:00:49.876823+0000 mgr.a (mgr.24293) 19664 : cluster 0 pgmap v14703: 33 pgs: 33 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:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:51 smithi027 bash[31536]: cluster 2023-12-07T18:00:49.876823+0000 mgr.a (mgr.24293) 19664 : cluster 0 pgmap v14703: 33 pgs: 33 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:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:53 smithi022 bash[28554]: cluster 2023-12-07T18:00:51.877702+0000 mgr.a (mgr.24293) 19665 : cluster 0 pgmap v14704: 33 pgs: 33 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:53.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:53 smithi044 bash[32620]: cluster 2023-12-07T18:00:51.877702+0000 mgr.a (mgr.24293) 19665 : cluster 0 pgmap v14704: 33 pgs: 33 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:53.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:53 smithi027 bash[31536]: cluster 2023-12-07T18:00:51.877702+0000 mgr.a (mgr.24293) 19665 : cluster 0 pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:54.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:00:54.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:54.435 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:55.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:55.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:55.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:55.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:00:55.364 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:00:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:55 smithi022 bash[28554]: cluster 2023-12-07T18:00:53.878301+0000 mgr.a (mgr.24293) 19666 : cluster 0 pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:55.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:55 smithi044 bash[32620]: cluster 2023-12-07T18:00:53.878301+0000 mgr.a (mgr.24293) 19666 : cluster 0 pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:55.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:55 smithi027 bash[31536]: cluster 2023-12-07T18:00:53.878301+0000 mgr.a (mgr.24293) 19666 : cluster 0 pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:56.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:56 smithi022 bash[28554]: audit 2023-12-07T18:00:54.831946+0000 mgr.a (mgr.24293) 19667 : audit 0 from='client.388746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:56.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:56 smithi022 bash[28554]: audit 2023-12-07T18:00:55.419252+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:56.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:56 smithi044 bash[32620]: audit 2023-12-07T18:00:54.831946+0000 mgr.a (mgr.24293) 19667 : audit 0 from='client.388746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:56.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:56 smithi044 bash[32620]: audit 2023-12-07T18:00:55.419252+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:56 smithi027 bash[31536]: audit 2023-12-07T18:00:54.831946+0000 mgr.a (mgr.24293) 19667 : audit 0 from='client.388746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:56.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:56 smithi027 bash[31536]: audit 2023-12-07T18:00:55.419252+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:57 smithi022 bash[28554]: cluster 2023-12-07T18:00:55.879213+0000 mgr.a (mgr.24293) 19668 : cluster 0 pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:57.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:57 smithi044 bash[32620]: cluster 2023-12-07T18:00:55.879213+0000 mgr.a (mgr.24293) 19668 : cluster 0 pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:57.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:57 smithi027 bash[31536]: cluster 2023-12-07T18:00:55.879213+0000 mgr.a (mgr.24293) 19668 : cluster 0 pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:00:59 smithi022 bash[28554]: cluster 2023-12-07T18:00:57.879707+0000 mgr.a (mgr.24293) 19669 : cluster 0 pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:00:59 smithi044 bash[32620]: cluster 2023-12-07T18:00:57.879707+0000 mgr.a (mgr.24293) 19669 : cluster 0 pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:00:59 smithi027 bash[31536]: cluster 2023-12-07T18:00:57.879707+0000 mgr.a (mgr.24293) 19669 : cluster 0 pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:00.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:00.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:00.368 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:01.350 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:01.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:01.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:01.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:01.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: cluster 2023-12-07T18:00:59.880258+0000 mgr.a (mgr.24293) 19670 : cluster 0 pgmap v14708: 33 pgs: 33 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:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: audit 2023-12-07T18:01:00.763897+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: audit 2023-12-07T18:01:00.769044+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: audit 2023-12-07T18:01:00.815705+0000 mon.a (mon.0) 3161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: audit 2023-12-07T18:01:00.820396+0000 mon.a (mon.0) 3162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: audit 2023-12-07T18:01:00.835885+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:01 smithi022 bash[28554]: audit 2023-12-07T18:01:00.840573+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: cluster 2023-12-07T18:00:59.880258+0000 mgr.a (mgr.24293) 19670 : cluster 0 pgmap v14708: 33 pgs: 33 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:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: audit 2023-12-07T18:01:00.763897+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: audit 2023-12-07T18:01:00.769044+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: audit 2023-12-07T18:01:00.815705+0000 mon.a (mon.0) 3161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: audit 2023-12-07T18:01:00.820396+0000 mon.a (mon.0) 3162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: audit 2023-12-07T18:01:00.835885+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:01 smithi044 bash[32620]: audit 2023-12-07T18:01:00.840573+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: cluster 2023-12-07T18:00:59.880258+0000 mgr.a (mgr.24293) 19670 : cluster 0 pgmap v14708: 33 pgs: 33 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:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: audit 2023-12-07T18:01:00.763897+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: audit 2023-12-07T18:01:00.769044+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: audit 2023-12-07T18:01:00.815705+0000 mon.a (mon.0) 3161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: audit 2023-12-07T18:01:00.820396+0000 mon.a (mon.0) 3162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: audit 2023-12-07T18:01:00.835885+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:01 smithi027 bash[31536]: audit 2023-12-07T18:01:00.840573+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:02 smithi022 bash[28554]: audit 2023-12-07T18:01:00.814813+0000 mgr.a (mgr.24293) 19671 : audit 0 from='client.388824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:02 smithi022 bash[28554]: audit 2023-12-07T18:01:01.584073+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:02 smithi022 bash[28554]: audit 2023-12-07T18:01:01.585973+0000 mon.a (mon.0) 3166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:02 smithi022 bash[28554]: audit 2023-12-07T18:01:01.596069+0000 mon.a (mon.0) 3167 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:02.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:02 smithi044 bash[32620]: audit 2023-12-07T18:01:00.814813+0000 mgr.a (mgr.24293) 19671 : audit 0 from='client.388824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:02.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:02 smithi044 bash[32620]: audit 2023-12-07T18:01:01.584073+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:02.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:02 smithi044 bash[32620]: audit 2023-12-07T18:01:01.585973+0000 mon.a (mon.0) 3166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:02.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:02 smithi044 bash[32620]: audit 2023-12-07T18:01:01.596069+0000 mon.a (mon.0) 3167 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:02.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:02 smithi027 bash[31536]: audit 2023-12-07T18:01:00.814813+0000 mgr.a (mgr.24293) 19671 : audit 0 from='client.388824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:02.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:02 smithi027 bash[31536]: audit 2023-12-07T18:01:01.584073+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:02.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:02 smithi027 bash[31536]: audit 2023-12-07T18:01:01.585973+0000 mon.a (mon.0) 3166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:02.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:02 smithi027 bash[31536]: audit 2023-12-07T18:01:01.596069+0000 mon.a (mon.0) 3167 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:01:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:03 smithi022 bash[28554]: cluster 2023-12-07T18:01:01.881281+0000 mgr.a (mgr.24293) 19672 : cluster 0 pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:03.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:03 smithi044 bash[32620]: cluster 2023-12-07T18:01:01.881281+0000 mgr.a (mgr.24293) 19672 : cluster 0 pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:03 smithi027 bash[31536]: cluster 2023-12-07T18:01:01.881281+0000 mgr.a (mgr.24293) 19672 : cluster 0 pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:05 smithi022 bash[28554]: cluster 2023-12-07T18:01:03.881862+0000 mgr.a (mgr.24293) 19673 : cluster 0 pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:05.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:05 smithi044 bash[32620]: cluster 2023-12-07T18:01:03.881862+0000 mgr.a (mgr.24293) 19673 : cluster 0 pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:05.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:05 smithi027 bash[31536]: cluster 2023-12-07T18:01:03.881862+0000 mgr.a (mgr.24293) 19673 : cluster 0 pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:06.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:06.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:06.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:07.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:07.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:07.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:07.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:07.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:07 smithi022 bash[28554]: cluster 2023-12-07T18:01:05.882655+0000 mgr.a (mgr.24293) 19674 : cluster 0 pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:07.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:07 smithi044 bash[32620]: cluster 2023-12-07T18:01:05.882655+0000 mgr.a (mgr.24293) 19674 : cluster 0 pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:07.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:07 smithi027 bash[31536]: cluster 2023-12-07T18:01:05.882655+0000 mgr.a (mgr.24293) 19674 : cluster 0 pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:08.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:08 smithi022 bash[28554]: audit 2023-12-07T18:01:06.759953+0000 mgr.a (mgr.24293) 19675 : audit 0 from='client.388899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:08.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:08 smithi044 bash[32620]: audit 2023-12-07T18:01:06.759953+0000 mgr.a (mgr.24293) 19675 : audit 0 from='client.388899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:08.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:08 smithi027 bash[31536]: audit 2023-12-07T18:01:06.759953+0000 mgr.a (mgr.24293) 19675 : audit 0 from='client.388899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:09 smithi022 bash[28554]: cluster 2023-12-07T18:01:07.883339+0000 mgr.a (mgr.24293) 19676 : cluster 0 pgmap v14712: 33 pgs: 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:09.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:09 smithi044 bash[32620]: cluster 2023-12-07T18:01:07.883339+0000 mgr.a (mgr.24293) 19676 : cluster 0 pgmap v14712: 33 pgs: 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:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:09 smithi027 bash[31536]: cluster 2023-12-07T18:01:07.883339+0000 mgr.a (mgr.24293) 19676 : cluster 0 pgmap v14712: 33 pgs: 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:11.619 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:11 smithi044 bash[32620]: cluster 2023-12-07T18:01:09.883990+0000 mgr.a (mgr.24293) 19677 : cluster 0 pgmap v14713: 33 pgs: 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:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:11 smithi022 bash[28554]: cluster 2023-12-07T18:01:09.883990+0000 mgr.a (mgr.24293) 19677 : cluster 0 pgmap v14713: 33 pgs: 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:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:11 smithi027 bash[31536]: cluster 2023-12-07T18:01:09.883990+0000 mgr.a (mgr.24293) 19677 : cluster 0 pgmap v14713: 33 pgs: 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:12.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:12.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:12.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:13.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:13.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:13.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:13.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:13.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:13 smithi022 bash[28554]: cluster 2023-12-07T18:01:11.884851+0000 mgr.a (mgr.24293) 19678 : cluster 0 pgmap v14714: 33 pgs: 33 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:13.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:13 smithi044 bash[32620]: cluster 2023-12-07T18:01:11.884851+0000 mgr.a (mgr.24293) 19678 : cluster 0 pgmap v14714: 33 pgs: 33 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:13 smithi027 bash[31536]: cluster 2023-12-07T18:01:11.884851+0000 mgr.a (mgr.24293) 19678 : cluster 0 pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:14.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:14 smithi022 bash[28554]: audit 2023-12-07T18:01:12.712362+0000 mgr.a (mgr.24293) 19679 : audit 0 from='client.388971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:14.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:14 smithi044 bash[32620]: audit 2023-12-07T18:01:12.712362+0000 mgr.a (mgr.24293) 19679 : audit 0 from='client.388971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:14.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:14 smithi027 bash[31536]: audit 2023-12-07T18:01:12.712362+0000 mgr.a (mgr.24293) 19679 : audit 0 from='client.388971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:15 smithi022 bash[28554]: cluster 2023-12-07T18:01:13.885530+0000 mgr.a (mgr.24293) 19680 : cluster 0 pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:15 smithi044 bash[32620]: cluster 2023-12-07T18:01:13.885530+0000 mgr.a (mgr.24293) 19680 : cluster 0 pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:15 smithi027 bash[31536]: cluster 2023-12-07T18:01:13.885530+0000 mgr.a (mgr.24293) 19680 : cluster 0 pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:17 smithi022 bash[28554]: cluster 2023-12-07T18:01:15.886338+0000 mgr.a (mgr.24293) 19681 : cluster 0 pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:17 smithi044 bash[32620]: cluster 2023-12-07T18:01:15.886338+0000 mgr.a (mgr.24293) 19681 : cluster 0 pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:17 smithi027 bash[31536]: cluster 2023-12-07T18:01:15.886338+0000 mgr.a (mgr.24293) 19681 : cluster 0 pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:18.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:18.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:18.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:19.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:19.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:19.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:19.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:19.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:19 smithi022 bash[28554]: cluster 2023-12-07T18:01:17.886914+0000 mgr.a (mgr.24293) 19682 : cluster 0 pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:19.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:19 smithi044 bash[32620]: cluster 2023-12-07T18:01:17.886914+0000 mgr.a (mgr.24293) 19682 : cluster 0 pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:19 smithi027 bash[31536]: cluster 2023-12-07T18:01:17.886914+0000 mgr.a (mgr.24293) 19682 : cluster 0 pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:20.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:20 smithi022 bash[28554]: audit 2023-12-07T18:01:18.668907+0000 mgr.a (mgr.24293) 19683 : audit 0 from='client.389046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:20.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:20 smithi044 bash[32620]: audit 2023-12-07T18:01:18.668907+0000 mgr.a (mgr.24293) 19683 : audit 0 from='client.389046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:20.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:20 smithi027 bash[31536]: audit 2023-12-07T18:01:18.668907+0000 mgr.a (mgr.24293) 19683 : audit 0 from='client.389046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:21 smithi022 bash[28554]: cluster 2023-12-07T18:01:19.887727+0000 mgr.a (mgr.24293) 19684 : cluster 0 pgmap v14718: 33 pgs: 33 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:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:21 smithi044 bash[32620]: cluster 2023-12-07T18:01:19.887727+0000 mgr.a (mgr.24293) 19684 : cluster 0 pgmap v14718: 33 pgs: 33 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:21.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:21 smithi027 bash[31536]: cluster 2023-12-07T18:01:19.887727+0000 mgr.a (mgr.24293) 19684 : cluster 0 pgmap v14718: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:23 smithi022 bash[28554]: cluster 2023-12-07T18:01:21.888536+0000 mgr.a (mgr.24293) 19685 : cluster 0 pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:23.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:23 smithi044 bash[32620]: cluster 2023-12-07T18:01:21.888536+0000 mgr.a (mgr.24293) 19685 : cluster 0 pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:23 smithi027 bash[31536]: cluster 2023-12-07T18:01:21.888536+0000 mgr.a (mgr.24293) 19685 : cluster 0 pgmap v14719: 33 pgs: 33 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:24.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:24.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:24.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:25.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:25.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:25.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:25.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:25.169 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:25 smithi022 bash[28554]: cluster 2023-12-07T18:01:23.889105+0000 mgr.a (mgr.24293) 19686 : cluster 0 pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:25 smithi044 bash[32620]: cluster 2023-12-07T18:01:23.889105+0000 mgr.a (mgr.24293) 19686 : cluster 0 pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:25.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:25 smithi027 bash[31536]: cluster 2023-12-07T18:01:23.889105+0000 mgr.a (mgr.24293) 19686 : cluster 0 pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:26.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:26 smithi022 bash[28554]: audit 2023-12-07T18:01:24.634104+0000 mgr.a (mgr.24293) 19687 : audit 0 from='client.389124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:26.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:26 smithi044 bash[32620]: audit 2023-12-07T18:01:24.634104+0000 mgr.a (mgr.24293) 19687 : audit 0 from='client.389124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:26.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:26 smithi027 bash[31536]: audit 2023-12-07T18:01:24.634104+0000 mgr.a (mgr.24293) 19687 : audit 0 from='client.389124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:27 smithi022 bash[28554]: cluster 2023-12-07T18:01:25.890056+0000 mgr.a (mgr.24293) 19688 : cluster 0 pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:27 smithi044 bash[32620]: cluster 2023-12-07T18:01:25.890056+0000 mgr.a (mgr.24293) 19688 : cluster 0 pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:27.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:27 smithi027 bash[31536]: cluster 2023-12-07T18:01:25.890056+0000 mgr.a (mgr.24293) 19688 : cluster 0 pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:29 smithi022 bash[28554]: cluster 2023-12-07T18:01:27.890622+0000 mgr.a (mgr.24293) 19689 : cluster 0 pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:29.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:29 smithi044 bash[32620]: cluster 2023-12-07T18:01:27.890622+0000 mgr.a (mgr.24293) 19689 : cluster 0 pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:29.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:29 smithi027 bash[31536]: cluster 2023-12-07T18:01:27.890622+0000 mgr.a (mgr.24293) 19689 : cluster 0 pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:30.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:30.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:30.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:31.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:31.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:31.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:31.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:31.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:31 smithi022 bash[28554]: cluster 2023-12-07T18:01:29.891138+0000 mgr.a (mgr.24293) 19690 : cluster 0 pgmap v14723: 33 pgs: 33 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:31.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:31 smithi044 bash[32620]: cluster 2023-12-07T18:01:29.891138+0000 mgr.a (mgr.24293) 19690 : cluster 0 pgmap v14723: 33 pgs: 33 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:31.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:31 smithi027 bash[31536]: cluster 2023-12-07T18:01:29.891138+0000 mgr.a (mgr.24293) 19690 : cluster 0 pgmap v14723: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:32 smithi022 bash[28554]: audit 2023-12-07T18:01:30.586403+0000 mgr.a (mgr.24293) 19691 : audit 0 from='client.389202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:32.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:32 smithi044 bash[32620]: audit 2023-12-07T18:01:30.586403+0000 mgr.a (mgr.24293) 19691 : audit 0 from='client.389202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:32.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:32 smithi027 bash[31536]: audit 2023-12-07T18:01:30.586403+0000 mgr.a (mgr.24293) 19691 : audit 0 from='client.389202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:33 smithi022 bash[28554]: cluster 2023-12-07T18:01:31.892138+0000 mgr.a (mgr.24293) 19692 : cluster 0 pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:33.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:33 smithi044 bash[32620]: cluster 2023-12-07T18:01:31.892138+0000 mgr.a (mgr.24293) 19692 : cluster 0 pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:33 smithi027 bash[31536]: cluster 2023-12-07T18:01:31.892138+0000 mgr.a (mgr.24293) 19692 : cluster 0 pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:35 smithi022 bash[28554]: cluster 2023-12-07T18:01:33.892720+0000 mgr.a (mgr.24293) 19693 : cluster 0 pgmap v14725: 33 pgs: 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:35.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:35 smithi044 bash[32620]: cluster 2023-12-07T18:01:33.892720+0000 mgr.a (mgr.24293) 19693 : cluster 0 pgmap v14725: 33 pgs: 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:35.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:35 smithi027 bash[31536]: cluster 2023-12-07T18:01:33.892720+0000 mgr.a (mgr.24293) 19693 : cluster 0 pgmap v14725: 33 pgs: 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:36.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:36.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:36.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:37.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:37.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:37 smithi022 bash[28554]: cluster 2023-12-07T18:01:35.893455+0000 mgr.a (mgr.24293) 19694 : cluster 0 pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:37.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:37 smithi044 bash[32620]: cluster 2023-12-07T18:01:35.893455+0000 mgr.a (mgr.24293) 19694 : cluster 0 pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:37 smithi027 bash[31536]: cluster 2023-12-07T18:01:35.893455+0000 mgr.a (mgr.24293) 19694 : cluster 0 pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:38.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:38 smithi022 bash[28554]: audit 2023-12-07T18:01:36.520708+0000 mgr.a (mgr.24293) 19695 : audit 0 from='client.389280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:38.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:38 smithi044 bash[32620]: audit 2023-12-07T18:01:36.520708+0000 mgr.a (mgr.24293) 19695 : audit 0 from='client.389280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:38.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:38 smithi027 bash[31536]: audit 2023-12-07T18:01:36.520708+0000 mgr.a (mgr.24293) 19695 : audit 0 from='client.389280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:39 smithi022 bash[28554]: cluster 2023-12-07T18:01:37.894117+0000 mgr.a (mgr.24293) 19696 : cluster 0 pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:39.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:39 smithi044 bash[32620]: cluster 2023-12-07T18:01:37.894117+0000 mgr.a (mgr.24293) 19696 : cluster 0 pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:39.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:39 smithi027 bash[31536]: cluster 2023-12-07T18:01:37.894117+0000 mgr.a (mgr.24293) 19696 : cluster 0 pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:41 smithi022 bash[28554]: cluster 2023-12-07T18:01:39.894706+0000 mgr.a (mgr.24293) 19697 : cluster 0 pgmap v14728: 33 pgs: 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:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:41 smithi044 bash[32620]: cluster 2023-12-07T18:01:39.894706+0000 mgr.a (mgr.24293) 19697 : cluster 0 pgmap v14728: 33 pgs: 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:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:41 smithi027 bash[31536]: cluster 2023-12-07T18:01:39.894706+0000 mgr.a (mgr.24293) 19697 : cluster 0 pgmap v14728: 33 pgs: 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:42.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:42.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:42.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:43.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:43.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:43.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:43.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:43.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:43 smithi022 bash[28554]: cluster 2023-12-07T18:01:41.895531+0000 mgr.a (mgr.24293) 19698 : cluster 0 pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:43.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:43 smithi044 bash[32620]: cluster 2023-12-07T18:01:41.895531+0000 mgr.a (mgr.24293) 19698 : cluster 0 pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:43 smithi027 bash[31536]: cluster 2023-12-07T18:01:41.895531+0000 mgr.a (mgr.24293) 19698 : cluster 0 pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:44.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:44 smithi022 bash[28554]: audit 2023-12-07T18:01:42.480933+0000 mgr.a (mgr.24293) 19699 : audit 0 from='client.389355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:44.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:44 smithi044 bash[32620]: audit 2023-12-07T18:01:42.480933+0000 mgr.a (mgr.24293) 19699 : audit 0 from='client.389355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:44.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:44 smithi027 bash[31536]: audit 2023-12-07T18:01:42.480933+0000 mgr.a (mgr.24293) 19699 : audit 0 from='client.389355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:45 smithi022 bash[28554]: cluster 2023-12-07T18:01:43.896180+0000 mgr.a (mgr.24293) 19700 : cluster 0 pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:45.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:45 smithi044 bash[32620]: cluster 2023-12-07T18:01:43.896180+0000 mgr.a (mgr.24293) 19700 : cluster 0 pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:45 smithi027 bash[31536]: cluster 2023-12-07T18:01:43.896180+0000 mgr.a (mgr.24293) 19700 : cluster 0 pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:47 smithi022 bash[28554]: cluster 2023-12-07T18:01:45.896989+0000 mgr.a (mgr.24293) 19701 : cluster 0 pgmap v14731: 33 pgs: 33 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:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:47 smithi044 bash[32620]: cluster 2023-12-07T18:01:45.896989+0000 mgr.a (mgr.24293) 19701 : cluster 0 pgmap v14731: 33 pgs: 33 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:47.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:47 smithi027 bash[31536]: cluster 2023-12-07T18:01:45.896989+0000 mgr.a (mgr.24293) 19701 : cluster 0 pgmap v14731: 33 pgs: 33 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:48.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:48.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:48.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:48.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:48.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:48.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:48.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:48.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:49 smithi022 bash[28554]: cluster 2023-12-07T18:01:47.897579+0000 mgr.a (mgr.24293) 19702 : cluster 0 pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:49 smithi022 bash[28554]: audit 2023-12-07T18:01:48.422056+0000 mgr.a (mgr.24293) 19703 : audit 0 from='client.389433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:49 smithi044 bash[32620]: cluster 2023-12-07T18:01:47.897579+0000 mgr.a (mgr.24293) 19702 : cluster 0 pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:49 smithi044 bash[32620]: audit 2023-12-07T18:01:48.422056+0000 mgr.a (mgr.24293) 19703 : audit 0 from='client.389433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:49 smithi027 bash[31536]: cluster 2023-12-07T18:01:47.897579+0000 mgr.a (mgr.24293) 19702 : cluster 0 pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:49 smithi027 bash[31536]: audit 2023-12-07T18:01:48.422056+0000 mgr.a (mgr.24293) 19703 : audit 0 from='client.389433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:51 smithi022 bash[28554]: cluster 2023-12-07T18:01:49.898241+0000 mgr.a (mgr.24293) 19704 : cluster 0 pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:51.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:51 smithi044 bash[32620]: cluster 2023-12-07T18:01:49.898241+0000 mgr.a (mgr.24293) 19704 : cluster 0 pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:51 smithi027 bash[31536]: cluster 2023-12-07T18:01:49.898241+0000 mgr.a (mgr.24293) 19704 : cluster 0 pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:53 smithi027 bash[31536]: cluster 2023-12-07T18:01:51.899075+0000 mgr.a (mgr.24293) 19705 : cluster 0 pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:53 smithi022 bash[28554]: cluster 2023-12-07T18:01:51.899075+0000 mgr.a (mgr.24293) 19705 : cluster 0 pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:53 smithi044 bash[32620]: cluster 2023-12-07T18:01:51.899075+0000 mgr.a (mgr.24293) 19705 : cluster 0 pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:53.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:53.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:53.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:54.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:01:54.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:54.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:54.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:54.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:01:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:55 smithi027 bash[31536]: cluster 2023-12-07T18:01:53.899814+0000 mgr.a (mgr.24293) 19706 : cluster 0 pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:55 smithi027 bash[31536]: audit 2023-12-07T18:01:54.379491+0000 mgr.a (mgr.24293) 19707 : audit 0 from='client.389511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:55 smithi022 bash[28554]: cluster 2023-12-07T18:01:53.899814+0000 mgr.a (mgr.24293) 19706 : cluster 0 pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:55 smithi022 bash[28554]: audit 2023-12-07T18:01:54.379491+0000 mgr.a (mgr.24293) 19707 : audit 0 from='client.389511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:55.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:55 smithi044 bash[32620]: cluster 2023-12-07T18:01:53.899814+0000 mgr.a (mgr.24293) 19706 : cluster 0 pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:55 smithi044 bash[32620]: audit 2023-12-07T18:01:54.379491+0000 mgr.a (mgr.24293) 19707 : audit 0 from='client.389511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:57 smithi027 bash[31536]: cluster 2023-12-07T18:01:55.900727+0000 mgr.a (mgr.24293) 19708 : cluster 0 pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:57 smithi022 bash[28554]: cluster 2023-12-07T18:01:55.900727+0000 mgr.a (mgr.24293) 19708 : cluster 0 pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:57.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:57 smithi044 bash[32620]: cluster 2023-12-07T18:01:55.900727+0000 mgr.a (mgr.24293) 19708 : cluster 0 pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:01:59 smithi022 bash[28554]: cluster 2023-12-07T18:01:57.901296+0000 mgr.a (mgr.24293) 19709 : cluster 0 pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:01:59 smithi044 bash[32620]: cluster 2023-12-07T18:01:57.901296+0000 mgr.a (mgr.24293) 19709 : cluster 0 pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:59.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:01:59 smithi027 bash[31536]: cluster 2023-12-07T18:01:57.901296+0000 mgr.a (mgr.24293) 19709 : cluster 0 pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:59.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:01:59.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:59.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:00.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:00.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:00.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:00.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:00.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:01 smithi022 bash[28554]: cluster 2023-12-07T18:01:59.901947+0000 mgr.a (mgr.24293) 19710 : cluster 0 pgmap v14738: 33 pgs: 33 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:01.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:01 smithi022 bash[28554]: audit 2023-12-07T18:02:00.336678+0000 mgr.a (mgr.24293) 19711 : audit 0 from='client.389586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:01 smithi044 bash[32620]: cluster 2023-12-07T18:01:59.901947+0000 mgr.a (mgr.24293) 19710 : cluster 0 pgmap v14738: 33 pgs: 33 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:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:01 smithi044 bash[32620]: audit 2023-12-07T18:02:00.336678+0000 mgr.a (mgr.24293) 19711 : audit 0 from='client.389586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:01 smithi027 bash[31536]: cluster 2023-12-07T18:01:59.901947+0000 mgr.a (mgr.24293) 19710 : cluster 0 pgmap v14738: 33 pgs: 33 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:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:01 smithi027 bash[31536]: audit 2023-12-07T18:02:00.336678+0000 mgr.a (mgr.24293) 19711 : audit 0 from='client.389586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:02.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:02 smithi022 bash[28554]: audit 2023-12-07T18:02:01.698432+0000 mon.a (mon.0) 3168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:02.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:02 smithi044 bash[32620]: audit 2023-12-07T18:02:01.698432+0000 mon.a (mon.0) 3168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:02.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:02 smithi027 bash[31536]: audit 2023-12-07T18:02:01.698432+0000 mon.a (mon.0) 3168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:03 smithi022 bash[28554]: cluster 2023-12-07T18:02:01.902641+0000 mgr.a (mgr.24293) 19712 : cluster 0 pgmap v14739: 33 pgs: 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:02:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:03 smithi022 bash[28554]: audit 2023-12-07T18:02:02.434512+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:03 smithi022 bash[28554]: audit 2023-12-07T18:02:02.436206+0000 mon.a (mon.0) 3170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:03 smithi022 bash[28554]: audit 2023-12-07T18:02:02.444481+0000 mon.a (mon.0) 3171 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:02:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:03 smithi044 bash[32620]: cluster 2023-12-07T18:02:01.902641+0000 mgr.a (mgr.24293) 19712 : cluster 0 pgmap v14739: 33 pgs: 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:02:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:03 smithi044 bash[32620]: audit 2023-12-07T18:02:02.434512+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:03 smithi044 bash[32620]: audit 2023-12-07T18:02:02.436206+0000 mon.a (mon.0) 3170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:03 smithi044 bash[32620]: audit 2023-12-07T18:02:02.444481+0000 mon.a (mon.0) 3171 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:02:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:03 smithi027 bash[31536]: cluster 2023-12-07T18:02:01.902641+0000 mgr.a (mgr.24293) 19712 : cluster 0 pgmap v14739: 33 pgs: 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:02:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:03 smithi027 bash[31536]: audit 2023-12-07T18:02:02.434512+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:03 smithi027 bash[31536]: audit 2023-12-07T18:02:02.436206+0000 mon.a (mon.0) 3170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:03 smithi027 bash[31536]: audit 2023-12-07T18:02:02.444481+0000 mon.a (mon.0) 3171 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:02:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:05 smithi022 bash[28554]: cluster 2023-12-07T18:02:03.903304+0000 mgr.a (mgr.24293) 19713 : cluster 0 pgmap v14740: 33 pgs: 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:02:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:05 smithi044 bash[32620]: cluster 2023-12-07T18:02:03.903304+0000 mgr.a (mgr.24293) 19713 : cluster 0 pgmap v14740: 33 pgs: 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:02:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:05 smithi027 bash[31536]: cluster 2023-12-07T18:02:03.903304+0000 mgr.a (mgr.24293) 19713 : cluster 0 pgmap v14740: 33 pgs: 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:02:05.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:05.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:06.790 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:06.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:06.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:06.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:06.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:07 smithi022 bash[28554]: cluster 2023-12-07T18:02:05.904109+0000 mgr.a (mgr.24293) 19714 : cluster 0 pgmap v14741: 33 pgs: 33 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:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:07 smithi022 bash[28554]: audit 2023-12-07T18:02:06.278316+0000 mgr.a (mgr.24293) 19715 : audit 0 from='client.389664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:07 smithi044 bash[32620]: cluster 2023-12-07T18:02:05.904109+0000 mgr.a (mgr.24293) 19714 : cluster 0 pgmap v14741: 33 pgs: 33 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:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:07 smithi044 bash[32620]: audit 2023-12-07T18:02:06.278316+0000 mgr.a (mgr.24293) 19715 : audit 0 from='client.389664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:07 smithi027 bash[31536]: cluster 2023-12-07T18:02:05.904109+0000 mgr.a (mgr.24293) 19714 : cluster 0 pgmap v14741: 33 pgs: 33 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:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:07 smithi027 bash[31536]: audit 2023-12-07T18:02:06.278316+0000 mgr.a (mgr.24293) 19715 : audit 0 from='client.389664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:09 smithi022 bash[28554]: cluster 2023-12-07T18:02:07.904770+0000 mgr.a (mgr.24293) 19716 : cluster 0 pgmap v14742: 33 pgs: 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:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:09 smithi044 bash[32620]: cluster 2023-12-07T18:02:07.904770+0000 mgr.a (mgr.24293) 19716 : cluster 0 pgmap v14742: 33 pgs: 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:09.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:09 smithi027 bash[31536]: cluster 2023-12-07T18:02:07.904770+0000 mgr.a (mgr.24293) 19716 : cluster 0 pgmap v14742: 33 pgs: 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:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:11 smithi022 bash[28554]: cluster 2023-12-07T18:02:09.905303+0000 mgr.a (mgr.24293) 19717 : cluster 0 pgmap v14743: 33 pgs: 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:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:11 smithi044 bash[32620]: cluster 2023-12-07T18:02:09.905303+0000 mgr.a (mgr.24293) 19717 : cluster 0 pgmap v14743: 33 pgs: 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:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:11 smithi027 bash[31536]: cluster 2023-12-07T18:02:09.905303+0000 mgr.a (mgr.24293) 19717 : cluster 0 pgmap v14743: 33 pgs: 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:11.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:11.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:11.795 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:12.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:12.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:12.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:12.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:12.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:13 smithi022 bash[28554]: cluster 2023-12-07T18:02:11.906107+0000 mgr.a (mgr.24293) 19718 : cluster 0 pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:13 smithi022 bash[28554]: audit 2023-12-07T18:02:12.205733+0000 mgr.a (mgr.24293) 19719 : audit 0 from='client.389739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:13 smithi044 bash[32620]: cluster 2023-12-07T18:02:11.906107+0000 mgr.a (mgr.24293) 19718 : cluster 0 pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:13 smithi044 bash[32620]: audit 2023-12-07T18:02:12.205733+0000 mgr.a (mgr.24293) 19719 : audit 0 from='client.389739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:13 smithi027 bash[31536]: cluster 2023-12-07T18:02:11.906107+0000 mgr.a (mgr.24293) 19718 : cluster 0 pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:13 smithi027 bash[31536]: audit 2023-12-07T18:02:12.205733+0000 mgr.a (mgr.24293) 19719 : audit 0 from='client.389739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:15 smithi022 bash[28554]: cluster 2023-12-07T18:02:13.906722+0000 mgr.a (mgr.24293) 19720 : cluster 0 pgmap v14745: 33 pgs: 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:02:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:15 smithi044 bash[32620]: cluster 2023-12-07T18:02:13.906722+0000 mgr.a (mgr.24293) 19720 : cluster 0 pgmap v14745: 33 pgs: 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:02:15.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:15 smithi027 bash[31536]: cluster 2023-12-07T18:02:13.906722+0000 mgr.a (mgr.24293) 19720 : cluster 0 pgmap v14745: 33 pgs: 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:02:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:17 smithi022 bash[28554]: cluster 2023-12-07T18:02:15.907530+0000 mgr.a (mgr.24293) 19721 : cluster 0 pgmap v14746: 33 pgs: 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:02:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:17 smithi044 bash[32620]: cluster 2023-12-07T18:02:15.907530+0000 mgr.a (mgr.24293) 19721 : cluster 0 pgmap v14746: 33 pgs: 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:02:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:17 smithi027 bash[31536]: cluster 2023-12-07T18:02:15.907530+0000 mgr.a (mgr.24293) 19721 : cluster 0 pgmap v14746: 33 pgs: 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:02:17.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:17.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:17.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:18.662 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:18.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:18.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:18.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:18.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:19 smithi022 bash[28554]: cluster 2023-12-07T18:02:17.908051+0000 mgr.a (mgr.24293) 19722 : cluster 0 pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:19 smithi022 bash[28554]: audit 2023-12-07T18:02:18.135827+0000 mgr.a (mgr.24293) 19723 : audit 0 from='client.389817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:19.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:19 smithi044 bash[32620]: cluster 2023-12-07T18:02:17.908051+0000 mgr.a (mgr.24293) 19722 : cluster 0 pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:19.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:19 smithi044 bash[32620]: audit 2023-12-07T18:02:18.135827+0000 mgr.a (mgr.24293) 19723 : audit 0 from='client.389817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:19 smithi027 bash[31536]: cluster 2023-12-07T18:02:17.908051+0000 mgr.a (mgr.24293) 19722 : cluster 0 pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:19 smithi027 bash[31536]: audit 2023-12-07T18:02:18.135827+0000 mgr.a (mgr.24293) 19723 : audit 0 from='client.389817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:21 smithi022 bash[28554]: cluster 2023-12-07T18:02:19.908802+0000 mgr.a (mgr.24293) 19724 : cluster 0 pgmap v14748: 33 pgs: 33 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:21.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:21 smithi044 bash[32620]: cluster 2023-12-07T18:02:19.908802+0000 mgr.a (mgr.24293) 19724 : cluster 0 pgmap v14748: 33 pgs: 33 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:21 smithi027 bash[31536]: cluster 2023-12-07T18:02:19.908802+0000 mgr.a (mgr.24293) 19724 : cluster 0 pgmap v14748: 33 pgs: 33 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.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:23.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:23.666 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:23 smithi022 bash[28554]: cluster 2023-12-07T18:02:21.909673+0000 mgr.a (mgr.24293) 19725 : cluster 0 pgmap v14749: 33 pgs: 33 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:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:23 smithi044 bash[32620]: cluster 2023-12-07T18:02:21.909673+0000 mgr.a (mgr.24293) 19725 : cluster 0 pgmap v14749: 33 pgs: 33 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:23.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:23 smithi027 bash[31536]: cluster 2023-12-07T18:02:21.909673+0000 mgr.a (mgr.24293) 19725 : cluster 0 pgmap v14749: 33 pgs: 33 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:24.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:24.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:24.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:24.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:24.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:25.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:25 smithi022 bash[28554]: cluster 2023-12-07T18:02:23.910234+0000 mgr.a (mgr.24293) 19726 : cluster 0 pgmap v14750: 33 pgs: 33 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:25.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:25 smithi022 bash[28554]: audit 2023-12-07T18:02:24.062225+0000 mgr.a (mgr.24293) 19727 : audit 0 from='client.389892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:25.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:25 smithi044 bash[32620]: cluster 2023-12-07T18:02:23.910234+0000 mgr.a (mgr.24293) 19726 : cluster 0 pgmap v14750: 33 pgs: 33 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:25.684 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:25 smithi044 bash[32620]: audit 2023-12-07T18:02:24.062225+0000 mgr.a (mgr.24293) 19727 : audit 0 from='client.389892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:25 smithi027 bash[31536]: cluster 2023-12-07T18:02:23.910234+0000 mgr.a (mgr.24293) 19726 : cluster 0 pgmap v14750: 33 pgs: 33 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:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:25 smithi027 bash[31536]: audit 2023-12-07T18:02:24.062225+0000 mgr.a (mgr.24293) 19727 : audit 0 from='client.389892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:27 smithi022 bash[28554]: cluster 2023-12-07T18:02:25.911256+0000 mgr.a (mgr.24293) 19728 : cluster 0 pgmap v14751: 33 pgs: 33 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:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:27 smithi044 bash[32620]: cluster 2023-12-07T18:02:25.911256+0000 mgr.a (mgr.24293) 19728 : cluster 0 pgmap v14751: 33 pgs: 33 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:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:27 smithi027 bash[31536]: cluster 2023-12-07T18:02:25.911256+0000 mgr.a (mgr.24293) 19728 : cluster 0 pgmap v14751: 33 pgs: 33 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:29.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:29.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:29.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:29 smithi022 bash[28554]: cluster 2023-12-07T18:02:27.911863+0000 mgr.a (mgr.24293) 19729 : cluster 0 pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:29 smithi044 bash[32620]: cluster 2023-12-07T18:02:27.911863+0000 mgr.a (mgr.24293) 19729 : cluster 0 pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:29 smithi027 bash[31536]: cluster 2023-12-07T18:02:27.911863+0000 mgr.a (mgr.24293) 19729 : cluster 0 pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:30.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:30.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:30.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:30.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:30.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:31 smithi022 bash[28554]: cluster 2023-12-07T18:02:29.912426+0000 mgr.a (mgr.24293) 19730 : cluster 0 pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:31 smithi022 bash[28554]: audit 2023-12-07T18:02:29.985450+0000 mgr.a (mgr.24293) 19731 : audit 0 from='client.389967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:31 smithi044 bash[32620]: cluster 2023-12-07T18:02:29.912426+0000 mgr.a (mgr.24293) 19730 : cluster 0 pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:31 smithi044 bash[32620]: audit 2023-12-07T18:02:29.985450+0000 mgr.a (mgr.24293) 19731 : audit 0 from='client.389967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:31 smithi027 bash[31536]: cluster 2023-12-07T18:02:29.912426+0000 mgr.a (mgr.24293) 19730 : cluster 0 pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:31 smithi027 bash[31536]: audit 2023-12-07T18:02:29.985450+0000 mgr.a (mgr.24293) 19731 : audit 0 from='client.389967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:33 smithi022 bash[28554]: cluster 2023-12-07T18:02:31.913393+0000 mgr.a (mgr.24293) 19732 : cluster 0 pgmap v14754: 33 pgs: 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:33.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:33 smithi044 bash[32620]: cluster 2023-12-07T18:02:31.913393+0000 mgr.a (mgr.24293) 19732 : cluster 0 pgmap v14754: 33 pgs: 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:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:33 smithi027 bash[31536]: cluster 2023-12-07T18:02:31.913393+0000 mgr.a (mgr.24293) 19732 : cluster 0 pgmap v14754: 33 pgs: 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:35.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:35.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:35.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:35 smithi022 bash[28554]: cluster 2023-12-07T18:02:33.914129+0000 mgr.a (mgr.24293) 19733 : cluster 0 pgmap v14755: 33 pgs: 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:35.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:35 smithi044 bash[32620]: cluster 2023-12-07T18:02:33.914129+0000 mgr.a (mgr.24293) 19733 : cluster 0 pgmap v14755: 33 pgs: 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:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:35 smithi027 bash[31536]: cluster 2023-12-07T18:02:33.914129+0000 mgr.a (mgr.24293) 19733 : cluster 0 pgmap v14755: 33 pgs: 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:36.452 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:36.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:36.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:36.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:36.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:37 smithi022 bash[28554]: cluster 2023-12-07T18:02:35.914917+0000 mgr.a (mgr.24293) 19734 : cluster 0 pgmap v14756: 33 pgs: 33 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:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:37 smithi022 bash[28554]: audit 2023-12-07T18:02:35.933538+0000 mgr.a (mgr.24293) 19735 : audit 0 from='client.390039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:37.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:37 smithi044 bash[32620]: cluster 2023-12-07T18:02:35.914917+0000 mgr.a (mgr.24293) 19734 : cluster 0 pgmap v14756: 33 pgs: 33 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:37.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:37 smithi044 bash[32620]: audit 2023-12-07T18:02:35.933538+0000 mgr.a (mgr.24293) 19735 : audit 0 from='client.390039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:37 smithi027 bash[31536]: cluster 2023-12-07T18:02:35.914917+0000 mgr.a (mgr.24293) 19734 : cluster 0 pgmap v14756: 33 pgs: 33 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:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:37 smithi027 bash[31536]: audit 2023-12-07T18:02:35.933538+0000 mgr.a (mgr.24293) 19735 : audit 0 from='client.390039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:39 smithi022 bash[28554]: cluster 2023-12-07T18:02:37.915668+0000 mgr.a (mgr.24293) 19736 : cluster 0 pgmap v14757: 33 pgs: 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.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:39 smithi044 bash[32620]: cluster 2023-12-07T18:02:37.915668+0000 mgr.a (mgr.24293) 19736 : cluster 0 pgmap v14757: 33 pgs: 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:39 smithi027 bash[31536]: cluster 2023-12-07T18:02:37.915668+0000 mgr.a (mgr.24293) 19736 : cluster 0 pgmap v14757: 33 pgs: 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:41.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:41.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:41.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:41 smithi022 bash[28554]: cluster 2023-12-07T18:02:39.916225+0000 mgr.a (mgr.24293) 19737 : cluster 0 pgmap v14758: 33 pgs: 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:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:41 smithi044 bash[32620]: cluster 2023-12-07T18:02:39.916225+0000 mgr.a (mgr.24293) 19737 : cluster 0 pgmap v14758: 33 pgs: 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:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:41 smithi027 bash[31536]: cluster 2023-12-07T18:02:39.916225+0000 mgr.a (mgr.24293) 19737 : cluster 0 pgmap v14758: 33 pgs: 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:42.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:42.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:42.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:42.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:42.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:43 smithi022 bash[28554]: audit 2023-12-07T18:02:41.854687+0000 mgr.a (mgr.24293) 19738 : audit 0 from='client.390114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:43 smithi022 bash[28554]: cluster 2023-12-07T18:02:41.917510+0000 mgr.a (mgr.24293) 19739 : cluster 0 pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:43.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:43 smithi044 bash[32620]: audit 2023-12-07T18:02:41.854687+0000 mgr.a (mgr.24293) 19738 : audit 0 from='client.390114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:43.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:43 smithi044 bash[32620]: cluster 2023-12-07T18:02:41.917510+0000 mgr.a (mgr.24293) 19739 : cluster 0 pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:43 smithi027 bash[31536]: audit 2023-12-07T18:02:41.854687+0000 mgr.a (mgr.24293) 19738 : audit 0 from='client.390114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:43 smithi027 bash[31536]: cluster 2023-12-07T18:02:41.917510+0000 mgr.a (mgr.24293) 19739 : cluster 0 pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:45 smithi022 bash[28554]: cluster 2023-12-07T18:02:43.918296+0000 mgr.a (mgr.24293) 19740 : cluster 0 pgmap v14760: 33 pgs: 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:45.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:45 smithi044 bash[32620]: cluster 2023-12-07T18:02:43.918296+0000 mgr.a (mgr.24293) 19740 : cluster 0 pgmap v14760: 33 pgs: 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:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:45 smithi027 bash[31536]: cluster 2023-12-07T18:02:43.918296+0000 mgr.a (mgr.24293) 19740 : cluster 0 pgmap v14760: 33 pgs: 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:47.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:47.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:47.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:47 smithi022 bash[28554]: cluster 2023-12-07T18:02:45.919116+0000 mgr.a (mgr.24293) 19741 : cluster 0 pgmap v14761: 33 pgs: 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.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:47 smithi044 bash[32620]: cluster 2023-12-07T18:02:45.919116+0000 mgr.a (mgr.24293) 19741 : cluster 0 pgmap v14761: 33 pgs: 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:47 smithi027 bash[31536]: cluster 2023-12-07T18:02:45.919116+0000 mgr.a (mgr.24293) 19741 : cluster 0 pgmap v14761: 33 pgs: 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:48.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:48.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:48.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:48.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:48.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:49 smithi022 bash[28554]: audit 2023-12-07T18:02:47.782661+0000 mgr.a (mgr.24293) 19742 : audit 0 from='client.390192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:49 smithi022 bash[28554]: cluster 2023-12-07T18:02:47.919615+0000 mgr.a (mgr.24293) 19743 : cluster 0 pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:49 smithi044 bash[32620]: audit 2023-12-07T18:02:47.782661+0000 mgr.a (mgr.24293) 19742 : audit 0 from='client.390192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:49 smithi044 bash[32620]: cluster 2023-12-07T18:02:47.919615+0000 mgr.a (mgr.24293) 19743 : cluster 0 pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:49 smithi027 bash[31536]: audit 2023-12-07T18:02:47.782661+0000 mgr.a (mgr.24293) 19742 : audit 0 from='client.390192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:49 smithi027 bash[31536]: cluster 2023-12-07T18:02:47.919615+0000 mgr.a (mgr.24293) 19743 : cluster 0 pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:51 smithi022 bash[28554]: cluster 2023-12-07T18:02:49.920189+0000 mgr.a (mgr.24293) 19744 : cluster 0 pgmap v14763: 33 pgs: 33 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:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:51 smithi044 bash[32620]: cluster 2023-12-07T18:02:49.920189+0000 mgr.a (mgr.24293) 19744 : cluster 0 pgmap v14763: 33 pgs: 33 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:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:51 smithi027 bash[31536]: cluster 2023-12-07T18:02:49.920189+0000 mgr.a (mgr.24293) 19744 : cluster 0 pgmap v14763: 33 pgs: 33 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.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:53.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:53.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:53 smithi022 bash[28554]: cluster 2023-12-07T18:02:51.921032+0000 mgr.a (mgr.24293) 19745 : cluster 0 pgmap v14764: 33 pgs: 33 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:53.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:53 smithi044 bash[32620]: cluster 2023-12-07T18:02:51.921032+0000 mgr.a (mgr.24293) 19745 : cluster 0 pgmap v14764: 33 pgs: 33 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:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:53 smithi027 bash[31536]: cluster 2023-12-07T18:02:51.921032+0000 mgr.a (mgr.24293) 19745 : cluster 0 pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:54.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:02:54.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:54.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:54.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:54.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:02:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:55 smithi022 bash[28554]: audit 2023-12-07T18:02:53.716546+0000 mgr.a (mgr.24293) 19746 : audit 0 from='client.390270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:55 smithi022 bash[28554]: cluster 2023-12-07T18:02:53.921790+0000 mgr.a (mgr.24293) 19747 : cluster 0 pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:55 smithi044 bash[32620]: audit 2023-12-07T18:02:53.716546+0000 mgr.a (mgr.24293) 19746 : audit 0 from='client.390270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:55 smithi044 bash[32620]: cluster 2023-12-07T18:02:53.921790+0000 mgr.a (mgr.24293) 19747 : cluster 0 pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:55 smithi027 bash[31536]: audit 2023-12-07T18:02:53.716546+0000 mgr.a (mgr.24293) 19746 : audit 0 from='client.390270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:55 smithi027 bash[31536]: cluster 2023-12-07T18:02:53.921790+0000 mgr.a (mgr.24293) 19747 : cluster 0 pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:57 smithi022 bash[28554]: cluster 2023-12-07T18:02:55.922723+0000 mgr.a (mgr.24293) 19748 : cluster 0 pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:57.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:57 smithi044 bash[32620]: cluster 2023-12-07T18:02:55.922723+0000 mgr.a (mgr.24293) 19748 : cluster 0 pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:57 smithi027 bash[31536]: cluster 2023-12-07T18:02:55.922723+0000 mgr.a (mgr.24293) 19748 : cluster 0 pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:59.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:02:59.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:59.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:02:59 smithi022 bash[28554]: cluster 2023-12-07T18:02:57.923287+0000 mgr.a (mgr.24293) 19749 : cluster 0 pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:02:59 smithi044 bash[32620]: cluster 2023-12-07T18:02:57.923287+0000 mgr.a (mgr.24293) 19749 : cluster 0 pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:02:59 smithi027 bash[31536]: cluster 2023-12-07T18:02:57.923287+0000 mgr.a (mgr.24293) 19749 : cluster 0 pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:00.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:00.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:00.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:00.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:00.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:01 smithi022 bash[28554]: audit 2023-12-07T18:02:59.668362+0000 mgr.a (mgr.24293) 19750 : audit 0 from='client.390348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:01 smithi022 bash[28554]: cluster 2023-12-07T18:02:59.933122+0000 mgr.a (mgr.24293) 19751 : cluster 0 pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:01 smithi044 bash[32620]: audit 2023-12-07T18:02:59.668362+0000 mgr.a (mgr.24293) 19750 : audit 0 from='client.390348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:01 smithi044 bash[32620]: cluster 2023-12-07T18:02:59.933122+0000 mgr.a (mgr.24293) 19751 : cluster 0 pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:01 smithi027 bash[31536]: audit 2023-12-07T18:02:59.668362+0000 mgr.a (mgr.24293) 19750 : audit 0 from='client.390348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:01 smithi027 bash[31536]: cluster 2023-12-07T18:02:59.933122+0000 mgr.a (mgr.24293) 19751 : cluster 0 pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:03 smithi022 bash[28554]: cluster 2023-12-07T18:03:01.934265+0000 mgr.a (mgr.24293) 19752 : cluster 0 pgmap v14769: 33 pgs: 33 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:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:03 smithi022 bash[28554]: audit 2023-12-07T18:03:02.549169+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:03 smithi022 bash[28554]: audit 2023-12-07T18:03:03.336754+0000 mon.a (mon.0) 3173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:03.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:03 smithi022 bash[28554]: audit 2023-12-07T18:03:03.338687+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:03.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:03 smithi022 bash[28554]: audit 2023-12-07T18:03:03.348149+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:03:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:03 smithi044 bash[32620]: cluster 2023-12-07T18:03:01.934265+0000 mgr.a (mgr.24293) 19752 : cluster 0 pgmap v14769: 33 pgs: 33 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:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:03 smithi044 bash[32620]: audit 2023-12-07T18:03:02.549169+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:03 smithi044 bash[32620]: audit 2023-12-07T18:03:03.336754+0000 mon.a (mon.0) 3173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:03 smithi044 bash[32620]: audit 2023-12-07T18:03:03.338687+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:03 smithi044 bash[32620]: audit 2023-12-07T18:03:03.348149+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:03:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:03 smithi027 bash[31536]: cluster 2023-12-07T18:03:01.934265+0000 mgr.a (mgr.24293) 19752 : cluster 0 pgmap v14769: 33 pgs: 33 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:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:03 smithi027 bash[31536]: audit 2023-12-07T18:03:02.549169+0000 mon.a (mon.0) 3172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:03 smithi027 bash[31536]: audit 2023-12-07T18:03:03.336754+0000 mon.a (mon.0) 3173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:03 smithi027 bash[31536]: audit 2023-12-07T18:03:03.338687+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:03 smithi027 bash[31536]: audit 2023-12-07T18:03:03.348149+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:03:05.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:05.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:05.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:05 smithi022 bash[28554]: cluster 2023-12-07T18:03:03.934852+0000 mgr.a (mgr.24293) 19753 : cluster 0 pgmap v14770: 33 pgs: 33 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:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:05 smithi044 bash[32620]: cluster 2023-12-07T18:03:03.934852+0000 mgr.a (mgr.24293) 19753 : cluster 0 pgmap v14770: 33 pgs: 33 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:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:05 smithi027 bash[31536]: cluster 2023-12-07T18:03:03.934852+0000 mgr.a (mgr.24293) 19753 : cluster 0 pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:06.126 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:06.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:06.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:06.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:06.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:07 smithi022 bash[28554]: audit 2023-12-07T18:03:05.600655+0000 mgr.a (mgr.24293) 19754 : audit 0 from='client.390420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:07 smithi022 bash[28554]: cluster 2023-12-07T18:03:05.935611+0000 mgr.a (mgr.24293) 19755 : cluster 0 pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:07 smithi044 bash[32620]: audit 2023-12-07T18:03:05.600655+0000 mgr.a (mgr.24293) 19754 : audit 0 from='client.390420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:07 smithi044 bash[32620]: cluster 2023-12-07T18:03:05.935611+0000 mgr.a (mgr.24293) 19755 : cluster 0 pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:07 smithi027 bash[31536]: audit 2023-12-07T18:03:05.600655+0000 mgr.a (mgr.24293) 19754 : audit 0 from='client.390420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:07 smithi027 bash[31536]: cluster 2023-12-07T18:03:05.935611+0000 mgr.a (mgr.24293) 19755 : cluster 0 pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:09 smithi022 bash[28554]: cluster 2023-12-07T18:03:07.936202+0000 mgr.a (mgr.24293) 19756 : cluster 0 pgmap v14772: 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:03:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:09 smithi044 bash[32620]: cluster 2023-12-07T18:03:07.936202+0000 mgr.a (mgr.24293) 19756 : cluster 0 pgmap v14772: 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:03:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:09 smithi027 bash[31536]: cluster 2023-12-07T18:03:07.936202+0000 mgr.a (mgr.24293) 19756 : cluster 0 pgmap v14772: 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:03:11.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:11.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:11.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:11 smithi022 bash[28554]: cluster 2023-12-07T18:03:09.936769+0000 mgr.a (mgr.24293) 19757 : cluster 0 pgmap v14773: 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:03:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:11 smithi044 bash[32620]: cluster 2023-12-07T18:03:09.936769+0000 mgr.a (mgr.24293) 19757 : cluster 0 pgmap v14773: 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:03:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:11 smithi027 bash[31536]: cluster 2023-12-07T18:03:09.936769+0000 mgr.a (mgr.24293) 19757 : cluster 0 pgmap v14773: 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:03:12.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:12.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:12.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:12.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:12.063 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:13 smithi022 bash[28554]: audit 2023-12-07T18:03:11.534749+0000 mgr.a (mgr.24293) 19758 : audit 0 from='client.390495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:13.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:13 smithi022 bash[28554]: cluster 2023-12-07T18:03:11.937972+0000 mgr.a (mgr.24293) 19759 : cluster 0 pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:13 smithi044 bash[32620]: audit 2023-12-07T18:03:11.534749+0000 mgr.a (mgr.24293) 19758 : audit 0 from='client.390495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:13 smithi044 bash[32620]: cluster 2023-12-07T18:03:11.937972+0000 mgr.a (mgr.24293) 19759 : cluster 0 pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:13 smithi027 bash[31536]: audit 2023-12-07T18:03:11.534749+0000 mgr.a (mgr.24293) 19758 : audit 0 from='client.390495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:13 smithi027 bash[31536]: cluster 2023-12-07T18:03:11.937972+0000 mgr.a (mgr.24293) 19759 : cluster 0 pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:15 smithi022 bash[28554]: cluster 2023-12-07T18:03:13.938560+0000 mgr.a (mgr.24293) 19760 : cluster 0 pgmap v14775: 33 pgs: 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:15.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:15 smithi044 bash[32620]: cluster 2023-12-07T18:03:13.938560+0000 mgr.a (mgr.24293) 19760 : cluster 0 pgmap v14775: 33 pgs: 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:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:15 smithi027 bash[31536]: cluster 2023-12-07T18:03:13.938560+0000 mgr.a (mgr.24293) 19760 : cluster 0 pgmap v14775: 33 pgs: 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:17.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:17.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:17.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:17 smithi022 bash[28554]: cluster 2023-12-07T18:03:15.939316+0000 mgr.a (mgr.24293) 19761 : cluster 0 pgmap v14776: 33 pgs: 33 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:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:17 smithi044 bash[32620]: cluster 2023-12-07T18:03:15.939316+0000 mgr.a (mgr.24293) 19761 : cluster 0 pgmap v14776: 33 pgs: 33 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:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:17 smithi027 bash[31536]: cluster 2023-12-07T18:03:15.939316+0000 mgr.a (mgr.24293) 19761 : cluster 0 pgmap v14776: 33 pgs: 33 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.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:18.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:18.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:18.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:18.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:19.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:19 smithi022 bash[28554]: audit 2023-12-07T18:03:17.475147+0000 mgr.a (mgr.24293) 19762 : audit 0 from='client.390570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:19.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:19 smithi022 bash[28554]: cluster 2023-12-07T18:03:17.939968+0000 mgr.a (mgr.24293) 19763 : cluster 0 pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:19.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:19 smithi044 bash[32620]: audit 2023-12-07T18:03:17.475147+0000 mgr.a (mgr.24293) 19762 : audit 0 from='client.390570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:19.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:19 smithi044 bash[32620]: cluster 2023-12-07T18:03:17.939968+0000 mgr.a (mgr.24293) 19763 : cluster 0 pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:19 smithi027 bash[31536]: audit 2023-12-07T18:03:17.475147+0000 mgr.a (mgr.24293) 19762 : audit 0 from='client.390570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:19 smithi027 bash[31536]: cluster 2023-12-07T18:03:17.939968+0000 mgr.a (mgr.24293) 19763 : cluster 0 pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:21 smithi022 bash[28554]: cluster 2023-12-07T18:03:19.940669+0000 mgr.a (mgr.24293) 19764 : cluster 0 pgmap v14778: 33 pgs: 33 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:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:21 smithi044 bash[32620]: cluster 2023-12-07T18:03:19.940669+0000 mgr.a (mgr.24293) 19764 : cluster 0 pgmap v14778: 33 pgs: 33 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:21 smithi027 bash[31536]: cluster 2023-12-07T18:03:19.940669+0000 mgr.a (mgr.24293) 19764 : cluster 0 pgmap v14778: 33 pgs: 33 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:23.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:23.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:23.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:23.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:23 smithi022 bash[28554]: cluster 2023-12-07T18:03:21.941673+0000 mgr.a (mgr.24293) 19765 : cluster 0 pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:23.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:23 smithi044 bash[32620]: cluster 2023-12-07T18:03:21.941673+0000 mgr.a (mgr.24293) 19765 : cluster 0 pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:23 smithi027 bash[31536]: cluster 2023-12-07T18:03:21.941673+0000 mgr.a (mgr.24293) 19765 : cluster 0 pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:23.921 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:23.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:23.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:23.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:23.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:24.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:24 smithi022 bash[28554]: audit 2023-12-07T18:03:23.414875+0000 mgr.a (mgr.24293) 19766 : audit 0 from='client.390645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:24.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:24 smithi044 bash[32620]: audit 2023-12-07T18:03:23.414875+0000 mgr.a (mgr.24293) 19766 : audit 0 from='client.390645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:24.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:24 smithi027 bash[31536]: audit 2023-12-07T18:03:23.414875+0000 mgr.a (mgr.24293) 19766 : audit 0 from='client.390645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:25 smithi022 bash[28554]: cluster 2023-12-07T18:03:23.942448+0000 mgr.a (mgr.24293) 19767 : cluster 0 pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:25.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:25 smithi044 bash[32620]: cluster 2023-12-07T18:03:23.942448+0000 mgr.a (mgr.24293) 19767 : cluster 0 pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:25 smithi027 bash[31536]: cluster 2023-12-07T18:03:23.942448+0000 mgr.a (mgr.24293) 19767 : cluster 0 pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:27.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:27 smithi022 bash[28554]: cluster 2023-12-07T18:03:25.943269+0000 mgr.a (mgr.24293) 19768 : cluster 0 pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:27.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:27 smithi044 bash[32620]: cluster 2023-12-07T18:03:25.943269+0000 mgr.a (mgr.24293) 19768 : cluster 0 pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:27 smithi027 bash[31536]: cluster 2023-12-07T18:03:25.943269+0000 mgr.a (mgr.24293) 19768 : cluster 0 pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:28.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:28.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:28.925 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:29 smithi027 bash[31536]: cluster 2023-12-07T18:03:27.943857+0000 mgr.a (mgr.24293) 19769 : cluster 0 pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:29.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:29.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:29.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:29.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:29.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:29 smithi022 bash[28554]: cluster 2023-12-07T18:03:27.943857+0000 mgr.a (mgr.24293) 19769 : cluster 0 pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:29 smithi044 bash[32620]: cluster 2023-12-07T18:03:27.943857+0000 mgr.a (mgr.24293) 19769 : cluster 0 pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:30.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:30 smithi027 bash[31536]: audit 2023-12-07T18:03:29.336678+0000 mgr.a (mgr.24293) 19770 : audit 0 from='client.390717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:30.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:30 smithi022 bash[28554]: audit 2023-12-07T18:03:29.336678+0000 mgr.a (mgr.24293) 19770 : audit 0 from='client.390717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:30.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:30 smithi044 bash[32620]: audit 2023-12-07T18:03:29.336678+0000 mgr.a (mgr.24293) 19770 : audit 0 from='client.390717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:31 smithi027 bash[31536]: cluster 2023-12-07T18:03:29.944601+0000 mgr.a (mgr.24293) 19771 : cluster 0 pgmap v14783: 33 pgs: 33 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:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:31 smithi022 bash[28554]: cluster 2023-12-07T18:03:29.944601+0000 mgr.a (mgr.24293) 19771 : cluster 0 pgmap v14783: 33 pgs: 33 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:31.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:31 smithi044 bash[32620]: cluster 2023-12-07T18:03:29.944601+0000 mgr.a (mgr.24293) 19771 : cluster 0 pgmap v14783: 33 pgs: 33 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:33 smithi027 bash[31536]: cluster 2023-12-07T18:03:31.945486+0000 mgr.a (mgr.24293) 19772 : cluster 0 pgmap v14784: 33 pgs: 33 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:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:33 smithi022 bash[28554]: cluster 2023-12-07T18:03:31.945486+0000 mgr.a (mgr.24293) 19772 : cluster 0 pgmap v14784: 33 pgs: 33 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:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:33 smithi044 bash[32620]: cluster 2023-12-07T18:03:31.945486+0000 mgr.a (mgr.24293) 19772 : cluster 0 pgmap v14784: 33 pgs: 33 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:34.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:34.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:34.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:35 smithi027 bash[31536]: cluster 2023-12-07T18:03:33.946038+0000 mgr.a (mgr.24293) 19773 : cluster 0 pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:35.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:35.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:35.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:35.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:35.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:35 smithi022 bash[28554]: cluster 2023-12-07T18:03:33.946038+0000 mgr.a (mgr.24293) 19773 : cluster 0 pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:35 smithi044 bash[32620]: cluster 2023-12-07T18:03:33.946038+0000 mgr.a (mgr.24293) 19773 : cluster 0 pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:36.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:36 smithi022 bash[28554]: audit 2023-12-07T18:03:35.283231+0000 mgr.a (mgr.24293) 19774 : audit 0 from='client.390786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:36.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:36 smithi044 bash[32620]: audit 2023-12-07T18:03:35.283231+0000 mgr.a (mgr.24293) 19774 : audit 0 from='client.390786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:36.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:36 smithi027 bash[31536]: audit 2023-12-07T18:03:35.283231+0000 mgr.a (mgr.24293) 19774 : audit 0 from='client.390786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:37 smithi022 bash[28554]: cluster 2023-12-07T18:03:35.947076+0000 mgr.a (mgr.24293) 19775 : cluster 0 pgmap v14786: 33 pgs: 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:03:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:37 smithi044 bash[32620]: cluster 2023-12-07T18:03:35.947076+0000 mgr.a (mgr.24293) 19775 : cluster 0 pgmap v14786: 33 pgs: 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:03:37.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:37 smithi027 bash[31536]: cluster 2023-12-07T18:03:35.947076+0000 mgr.a (mgr.24293) 19775 : cluster 0 pgmap v14786: 33 pgs: 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:03:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:39 smithi022 bash[28554]: cluster 2023-12-07T18:03:37.947684+0000 mgr.a (mgr.24293) 19776 : cluster 0 pgmap v14787: 33 pgs: 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:03:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:39 smithi044 bash[32620]: cluster 2023-12-07T18:03:37.947684+0000 mgr.a (mgr.24293) 19776 : cluster 0 pgmap v14787: 33 pgs: 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:03:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:39 smithi027 bash[31536]: cluster 2023-12-07T18:03:37.947684+0000 mgr.a (mgr.24293) 19776 : cluster 0 pgmap v14787: 33 pgs: 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:03:40.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:40.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:40.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:41.727 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:41.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:41.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:41.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:41.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:41 smithi022 bash[28554]: cluster 2023-12-07T18:03:39.948209+0000 mgr.a (mgr.24293) 19777 : cluster 0 pgmap v14788: 33 pgs: 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:03:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:41 smithi044 bash[32620]: cluster 2023-12-07T18:03:39.948209+0000 mgr.a (mgr.24293) 19777 : cluster 0 pgmap v14788: 33 pgs: 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:03:41.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:41 smithi027 bash[31536]: cluster 2023-12-07T18:03:39.948209+0000 mgr.a (mgr.24293) 19777 : cluster 0 pgmap v14788: 33 pgs: 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:03:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:42 smithi022 bash[28554]: audit 2023-12-07T18:03:41.190533+0000 mgr.a (mgr.24293) 19778 : audit 0 from='client.390864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:42.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:42 smithi044 bash[32620]: audit 2023-12-07T18:03:41.190533+0000 mgr.a (mgr.24293) 19778 : audit 0 from='client.390864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:42.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:42 smithi027 bash[31536]: audit 2023-12-07T18:03:41.190533+0000 mgr.a (mgr.24293) 19778 : audit 0 from='client.390864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:43 smithi022 bash[28554]: cluster 2023-12-07T18:03:41.949442+0000 mgr.a (mgr.24293) 19779 : cluster 0 pgmap v14789: 33 pgs: 33 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:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:43 smithi044 bash[32620]: cluster 2023-12-07T18:03:41.949442+0000 mgr.a (mgr.24293) 19779 : cluster 0 pgmap v14789: 33 pgs: 33 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:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:43 smithi027 bash[31536]: cluster 2023-12-07T18:03:41.949442+0000 mgr.a (mgr.24293) 19779 : cluster 0 pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:44 smithi022 bash[28554]: cluster 2023-12-07T18:03:43.950067+0000 mgr.a (mgr.24293) 19780 : cluster 0 pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:44.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:44 smithi044 bash[32620]: cluster 2023-12-07T18:03:43.950067+0000 mgr.a (mgr.24293) 19780 : cluster 0 pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:44.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:44 smithi027 bash[31536]: cluster 2023-12-07T18:03:43.950067+0000 mgr.a (mgr.24293) 19780 : cluster 0 pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:46.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:46.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:46.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:47.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:47 smithi022 bash[28554]: cluster 2023-12-07T18:03:45.950815+0000 mgr.a (mgr.24293) 19781 : cluster 0 pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:47.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:47 smithi044 bash[32620]: cluster 2023-12-07T18:03:45.950815+0000 mgr.a (mgr.24293) 19781 : cluster 0 pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:47.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:47 smithi027 bash[31536]: cluster 2023-12-07T18:03:45.950815+0000 mgr.a (mgr.24293) 19781 : cluster 0 pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:47.669 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:47.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:47.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:47.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:47.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:48.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:48 smithi022 bash[28554]: audit 2023-12-07T18:03:47.138451+0000 mgr.a (mgr.24293) 19782 : audit 0 from='client.390936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:48.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:48 smithi044 bash[32620]: audit 2023-12-07T18:03:47.138451+0000 mgr.a (mgr.24293) 19782 : audit 0 from='client.390936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:48.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:48 smithi027 bash[31536]: audit 2023-12-07T18:03:47.138451+0000 mgr.a (mgr.24293) 19782 : audit 0 from='client.390936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:49 smithi022 bash[28554]: cluster 2023-12-07T18:03:47.951588+0000 mgr.a (mgr.24293) 19783 : cluster 0 pgmap v14792: 33 pgs: 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:03:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:49 smithi044 bash[32620]: cluster 2023-12-07T18:03:47.951588+0000 mgr.a (mgr.24293) 19783 : cluster 0 pgmap v14792: 33 pgs: 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:03:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:49 smithi027 bash[31536]: cluster 2023-12-07T18:03:47.951588+0000 mgr.a (mgr.24293) 19783 : cluster 0 pgmap v14792: 33 pgs: 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:03:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:51 smithi022 bash[28554]: cluster 2023-12-07T18:03:49.952190+0000 mgr.a (mgr.24293) 19784 : cluster 0 pgmap v14793: 33 pgs: 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:03:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:51 smithi044 bash[32620]: cluster 2023-12-07T18:03:49.952190+0000 mgr.a (mgr.24293) 19784 : cluster 0 pgmap v14793: 33 pgs: 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:03:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:51 smithi027 bash[31536]: cluster 2023-12-07T18:03:49.952190+0000 mgr.a (mgr.24293) 19784 : cluster 0 pgmap v14793: 33 pgs: 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:03:52.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:52.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:52.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:53.603 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:53.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:53.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:53.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:53.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:53 smithi022 bash[28554]: cluster 2023-12-07T18:03:51.953002+0000 mgr.a (mgr.24293) 19785 : cluster 0 pgmap v14794: 33 pgs: 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:03:53.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:53 smithi044 bash[32620]: cluster 2023-12-07T18:03:51.953002+0000 mgr.a (mgr.24293) 19785 : cluster 0 pgmap v14794: 33 pgs: 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:03:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:53 smithi027 bash[31536]: cluster 2023-12-07T18:03:51.953002+0000 mgr.a (mgr.24293) 19785 : cluster 0 pgmap v14794: 33 pgs: 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:03:54.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:54 smithi022 bash[28554]: audit 2023-12-07T18:03:53.083637+0000 mgr.a (mgr.24293) 19786 : audit 0 from='client.391011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:54.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:54 smithi044 bash[32620]: audit 2023-12-07T18:03:53.083637+0000 mgr.a (mgr.24293) 19786 : audit 0 from='client.391011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:54.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:54 smithi027 bash[31536]: audit 2023-12-07T18:03:53.083637+0000 mgr.a (mgr.24293) 19786 : audit 0 from='client.391011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:55 smithi022 bash[28554]: cluster 2023-12-07T18:03:53.953881+0000 mgr.a (mgr.24293) 19787 : cluster 0 pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:55 smithi044 bash[32620]: cluster 2023-12-07T18:03:53.953881+0000 mgr.a (mgr.24293) 19787 : cluster 0 pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:55 smithi027 bash[31536]: cluster 2023-12-07T18:03:53.953881+0000 mgr.a (mgr.24293) 19787 : cluster 0 pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:57 smithi022 bash[28554]: cluster 2023-12-07T18:03:55.954722+0000 mgr.a (mgr.24293) 19788 : cluster 0 pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:57.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:57 smithi044 bash[32620]: cluster 2023-12-07T18:03:55.954722+0000 mgr.a (mgr.24293) 19788 : cluster 0 pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:57 smithi027 bash[31536]: cluster 2023-12-07T18:03:55.954722+0000 mgr.a (mgr.24293) 19788 : cluster 0 pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:58.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:03:58.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:58.607 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:59.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:03:59.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:59.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:59.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:59.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:03:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:03:59 smithi022 bash[28554]: cluster 2023-12-07T18:03:57.955294+0000 mgr.a (mgr.24293) 19789 : cluster 0 pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:59.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:03:59 smithi044 bash[32620]: cluster 2023-12-07T18:03:57.955294+0000 mgr.a (mgr.24293) 19789 : cluster 0 pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:03:59 smithi027 bash[31536]: cluster 2023-12-07T18:03:57.955294+0000 mgr.a (mgr.24293) 19789 : cluster 0 pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:00.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:00 smithi022 bash[28554]: audit 2023-12-07T18:03:59.012070+0000 mgr.a (mgr.24293) 19790 : audit 0 from='client.391089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:00.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:00 smithi044 bash[32620]: audit 2023-12-07T18:03:59.012070+0000 mgr.a (mgr.24293) 19790 : audit 0 from='client.391089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:00.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:00 smithi027 bash[31536]: audit 2023-12-07T18:03:59.012070+0000 mgr.a (mgr.24293) 19790 : audit 0 from='client.391089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:01 smithi022 bash[28554]: cluster 2023-12-07T18:03:59.956050+0000 mgr.a (mgr.24293) 19791 : cluster 0 pgmap v14798: 33 pgs: 33 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:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:01 smithi044 bash[32620]: cluster 2023-12-07T18:03:59.956050+0000 mgr.a (mgr.24293) 19791 : cluster 0 pgmap v14798: 33 pgs: 33 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:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:01 smithi027 bash[31536]: cluster 2023-12-07T18:03:59.956050+0000 mgr.a (mgr.24293) 19791 : cluster 0 pgmap v14798: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:03 smithi022 bash[28554]: cluster 2023-12-07T18:04:01.956932+0000 mgr.a (mgr.24293) 19792 : cluster 0 pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:03 smithi044 bash[32620]: cluster 2023-12-07T18:04:01.956932+0000 mgr.a (mgr.24293) 19792 : cluster 0 pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:03 smithi027 bash[31536]: cluster 2023-12-07T18:04:01.956932+0000 mgr.a (mgr.24293) 19792 : cluster 0 pgmap v14799: 33 pgs: 33 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:04.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:04.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:04.546 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:04 smithi022 bash[28554]: audit 2023-12-07T18:04:03.453777+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:04 smithi022 bash[28554]: audit 2023-12-07T18:04:04.249533+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:04 smithi022 bash[28554]: audit 2023-12-07T18:04:04.251271+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:04 smithi022 bash[28554]: audit 2023-12-07T18:04:04.260658+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:04:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:04 smithi044 bash[32620]: audit 2023-12-07T18:04:03.453777+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:04 smithi044 bash[32620]: audit 2023-12-07T18:04:04.249533+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:04 smithi044 bash[32620]: audit 2023-12-07T18:04:04.251271+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:04 smithi044 bash[32620]: audit 2023-12-07T18:04:04.260658+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:04:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:04 smithi027 bash[31536]: audit 2023-12-07T18:04:03.453777+0000 mon.a (mon.0) 3176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:04 smithi027 bash[31536]: audit 2023-12-07T18:04:04.249533+0000 mon.a (mon.0) 3177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:04 smithi027 bash[31536]: audit 2023-12-07T18:04:04.251271+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:04 smithi027 bash[31536]: audit 2023-12-07T18:04:04.260658+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:04:05.491 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:05.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:05 smithi022 bash[28554]: cluster 2023-12-07T18:04:03.957487+0000 mgr.a (mgr.24293) 19793 : cluster 0 pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:05 smithi044 bash[32620]: cluster 2023-12-07T18:04:03.957487+0000 mgr.a (mgr.24293) 19793 : cluster 0 pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:05 smithi027 bash[31536]: cluster 2023-12-07T18:04:03.957487+0000 mgr.a (mgr.24293) 19793 : cluster 0 pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:06 smithi022 bash[28554]: audit 2023-12-07T18:04:04.954201+0000 mgr.a (mgr.24293) 19794 : audit 0 from='client.391167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:06 smithi044 bash[32620]: audit 2023-12-07T18:04:04.954201+0000 mgr.a (mgr.24293) 19794 : audit 0 from='client.391167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:06 smithi027 bash[31536]: audit 2023-12-07T18:04:04.954201+0000 mgr.a (mgr.24293) 19794 : audit 0 from='client.391167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:07 smithi022 bash[28554]: cluster 2023-12-07T18:04:05.958437+0000 mgr.a (mgr.24293) 19795 : cluster 0 pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:07 smithi044 bash[32620]: cluster 2023-12-07T18:04:05.958437+0000 mgr.a (mgr.24293) 19795 : cluster 0 pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:07 smithi027 bash[31536]: cluster 2023-12-07T18:04:05.958437+0000 mgr.a (mgr.24293) 19795 : cluster 0 pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:09 smithi022 bash[28554]: cluster 2023-12-07T18:04:07.959010+0000 mgr.a (mgr.24293) 19796 : cluster 0 pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:09 smithi044 bash[32620]: cluster 2023-12-07T18:04:07.959010+0000 mgr.a (mgr.24293) 19796 : cluster 0 pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:09 smithi027 bash[31536]: cluster 2023-12-07T18:04:07.959010+0000 mgr.a (mgr.24293) 19796 : cluster 0 pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:10.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:10.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:10.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:11.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:11.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:11.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:11.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:11.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:11 smithi022 bash[28554]: cluster 2023-12-07T18:04:09.959613+0000 mgr.a (mgr.24293) 19797 : cluster 0 pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:11 smithi044 bash[32620]: cluster 2023-12-07T18:04:09.959613+0000 mgr.a (mgr.24293) 19797 : cluster 0 pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:11 smithi027 bash[31536]: cluster 2023-12-07T18:04:09.959613+0000 mgr.a (mgr.24293) 19797 : cluster 0 pgmap v14803: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:12 smithi022 bash[28554]: audit 2023-12-07T18:04:10.903426+0000 mgr.a (mgr.24293) 19798 : audit 0 from='client.391242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:12.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:12 smithi044 bash[32620]: audit 2023-12-07T18:04:10.903426+0000 mgr.a (mgr.24293) 19798 : audit 0 from='client.391242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:12.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:12 smithi027 bash[31536]: audit 2023-12-07T18:04:10.903426+0000 mgr.a (mgr.24293) 19798 : audit 0 from='client.391242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:13 smithi022 bash[28554]: cluster 2023-12-07T18:04:11.960656+0000 mgr.a (mgr.24293) 19799 : cluster 0 pgmap v14804: 33 pgs: 33 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:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:13 smithi044 bash[32620]: cluster 2023-12-07T18:04:11.960656+0000 mgr.a (mgr.24293) 19799 : cluster 0 pgmap v14804: 33 pgs: 33 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:13 smithi027 bash[31536]: cluster 2023-12-07T18:04:11.960656+0000 mgr.a (mgr.24293) 19799 : cluster 0 pgmap v14804: 33 pgs: 33 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:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:15 smithi022 bash[28554]: cluster 2023-12-07T18:04:13.961230+0000 mgr.a (mgr.24293) 19800 : cluster 0 pgmap v14805: 33 pgs: 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:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:15 smithi044 bash[32620]: cluster 2023-12-07T18:04:13.961230+0000 mgr.a (mgr.24293) 19800 : cluster 0 pgmap v14805: 33 pgs: 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:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:15 smithi027 bash[31536]: cluster 2023-12-07T18:04:13.961230+0000 mgr.a (mgr.24293) 19800 : cluster 0 pgmap v14805: 33 pgs: 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:16.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:16.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:16.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:17.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:17.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:17 smithi022 bash[28554]: cluster 2023-12-07T18:04:15.961994+0000 mgr.a (mgr.24293) 19801 : cluster 0 pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:17 smithi044 bash[32620]: cluster 2023-12-07T18:04:15.961994+0000 mgr.a (mgr.24293) 19801 : cluster 0 pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:17 smithi027 bash[31536]: cluster 2023-12-07T18:04:15.961994+0000 mgr.a (mgr.24293) 19801 : cluster 0 pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:18.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:18 smithi022 bash[28554]: audit 2023-12-07T18:04:16.859216+0000 mgr.a (mgr.24293) 19802 : audit 0 from='client.391314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:18.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:18 smithi044 bash[32620]: audit 2023-12-07T18:04:16.859216+0000 mgr.a (mgr.24293) 19802 : audit 0 from='client.391314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:18.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:18 smithi027 bash[31536]: audit 2023-12-07T18:04:16.859216+0000 mgr.a (mgr.24293) 19802 : audit 0 from='client.391314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:19 smithi022 bash[28554]: cluster 2023-12-07T18:04:17.962748+0000 mgr.a (mgr.24293) 19803 : cluster 0 pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:19.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:19 smithi044 bash[32620]: cluster 2023-12-07T18:04:17.962748+0000 mgr.a (mgr.24293) 19803 : cluster 0 pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:19.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:19 smithi027 bash[31536]: cluster 2023-12-07T18:04:17.962748+0000 mgr.a (mgr.24293) 19803 : cluster 0 pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:21 smithi022 bash[28554]: cluster 2023-12-07T18:04:19.963331+0000 mgr.a (mgr.24293) 19804 : cluster 0 pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:21 smithi044 bash[32620]: cluster 2023-12-07T18:04:19.963331+0000 mgr.a (mgr.24293) 19804 : cluster 0 pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:21 smithi027 bash[31536]: cluster 2023-12-07T18:04:19.963331+0000 mgr.a (mgr.24293) 19804 : cluster 0 pgmap v14808: 33 pgs: 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:22.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:22.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:22.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:23.355 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:23.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:23.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:23.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:23.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:23 smithi022 bash[28554]: cluster 2023-12-07T18:04:21.964168+0000 mgr.a (mgr.24293) 19805 : cluster 0 pgmap v14809: 33 pgs: 33 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:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:23 smithi044 bash[32620]: cluster 2023-12-07T18:04:21.964168+0000 mgr.a (mgr.24293) 19805 : cluster 0 pgmap v14809: 33 pgs: 33 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:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:23 smithi027 bash[31536]: cluster 2023-12-07T18:04:21.964168+0000 mgr.a (mgr.24293) 19805 : cluster 0 pgmap v14809: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:24 smithi022 bash[28554]: audit 2023-12-07T18:04:22.804843+0000 mgr.a (mgr.24293) 19806 : audit 0 from='client.391392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:24.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:24 smithi044 bash[32620]: audit 2023-12-07T18:04:22.804843+0000 mgr.a (mgr.24293) 19806 : audit 0 from='client.391392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:24.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:24 smithi027 bash[31536]: audit 2023-12-07T18:04:22.804843+0000 mgr.a (mgr.24293) 19806 : audit 0 from='client.391392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:25 smithi022 bash[28554]: cluster 2023-12-07T18:04:23.964909+0000 mgr.a (mgr.24293) 19807 : cluster 0 pgmap v14810: 33 pgs: 33 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:25.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:25 smithi044 bash[32620]: cluster 2023-12-07T18:04:23.964909+0000 mgr.a (mgr.24293) 19807 : cluster 0 pgmap v14810: 33 pgs: 33 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:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:25 smithi027 bash[31536]: cluster 2023-12-07T18:04:23.964909+0000 mgr.a (mgr.24293) 19807 : cluster 0 pgmap v14810: 33 pgs: 33 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:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:27 smithi022 bash[28554]: cluster 2023-12-07T18:04:25.965715+0000 mgr.a (mgr.24293) 19808 : cluster 0 pgmap v14811: 33 pgs: 33 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:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:27 smithi044 bash[32620]: cluster 2023-12-07T18:04:25.965715+0000 mgr.a (mgr.24293) 19808 : cluster 0 pgmap v14811: 33 pgs: 33 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:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:27 smithi027 bash[31536]: cluster 2023-12-07T18:04:25.965715+0000 mgr.a (mgr.24293) 19808 : cluster 0 pgmap v14811: 33 pgs: 33 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:28.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:28.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:28.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:29.307 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:29.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:29.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:29.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:29.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:29 smithi022 bash[28554]: cluster 2023-12-07T18:04:27.966284+0000 mgr.a (mgr.24293) 19809 : cluster 0 pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:29 smithi044 bash[32620]: cluster 2023-12-07T18:04:27.966284+0000 mgr.a (mgr.24293) 19809 : cluster 0 pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:29 smithi027 bash[31536]: cluster 2023-12-07T18:04:27.966284+0000 mgr.a (mgr.24293) 19809 : cluster 0 pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:30.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:30 smithi022 bash[28554]: audit 2023-12-07T18:04:28.766536+0000 mgr.a (mgr.24293) 19810 : audit 0 from='client.391470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:30.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:30 smithi044 bash[32620]: audit 2023-12-07T18:04:28.766536+0000 mgr.a (mgr.24293) 19810 : audit 0 from='client.391470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:30.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:30 smithi027 bash[31536]: audit 2023-12-07T18:04:28.766536+0000 mgr.a (mgr.24293) 19810 : audit 0 from='client.391470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:31 smithi022 bash[28554]: cluster 2023-12-07T18:04:29.966939+0000 mgr.a (mgr.24293) 19811 : cluster 0 pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:31 smithi044 bash[32620]: cluster 2023-12-07T18:04:29.966939+0000 mgr.a (mgr.24293) 19811 : cluster 0 pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:31 smithi027 bash[31536]: cluster 2023-12-07T18:04:29.966939+0000 mgr.a (mgr.24293) 19811 : cluster 0 pgmap v14813: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:33 smithi022 bash[28554]: cluster 2023-12-07T18:04:31.967811+0000 mgr.a (mgr.24293) 19812 : cluster 0 pgmap v14814: 33 pgs: 33 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:33.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:33 smithi044 bash[32620]: cluster 2023-12-07T18:04:31.967811+0000 mgr.a (mgr.24293) 19812 : cluster 0 pgmap v14814: 33 pgs: 33 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:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:33 smithi027 bash[31536]: cluster 2023-12-07T18:04:31.967811+0000 mgr.a (mgr.24293) 19812 : cluster 0 pgmap v14814: 33 pgs: 33 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:34.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:34.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:34.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:35.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:35.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:35.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:35.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:35.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:35 smithi022 bash[28554]: cluster 2023-12-07T18:04:33.968400+0000 mgr.a (mgr.24293) 19813 : cluster 0 pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:35.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:35 smithi044 bash[32620]: cluster 2023-12-07T18:04:33.968400+0000 mgr.a (mgr.24293) 19813 : cluster 0 pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:35 smithi027 bash[31536]: cluster 2023-12-07T18:04:33.968400+0000 mgr.a (mgr.24293) 19813 : cluster 0 pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:36.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:36 smithi022 bash[28554]: audit 2023-12-07T18:04:34.724740+0000 mgr.a (mgr.24293) 19814 : audit 0 from='client.391545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:36.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:36 smithi044 bash[32620]: audit 2023-12-07T18:04:34.724740+0000 mgr.a (mgr.24293) 19814 : audit 0 from='client.391545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:36.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:36 smithi027 bash[31536]: audit 2023-12-07T18:04:34.724740+0000 mgr.a (mgr.24293) 19814 : audit 0 from='client.391545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:37 smithi022 bash[28554]: cluster 2023-12-07T18:04:35.969285+0000 mgr.a (mgr.24293) 19815 : cluster 0 pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:37.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:37 smithi044 bash[32620]: cluster 2023-12-07T18:04:35.969285+0000 mgr.a (mgr.24293) 19815 : cluster 0 pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:37 smithi027 bash[31536]: cluster 2023-12-07T18:04:35.969285+0000 mgr.a (mgr.24293) 19815 : cluster 0 pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:39.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:39 smithi022 bash[28554]: cluster 2023-12-07T18:04:37.969852+0000 mgr.a (mgr.24293) 19816 : cluster 0 pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:39.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:39 smithi044 bash[32620]: cluster 2023-12-07T18:04:37.969852+0000 mgr.a (mgr.24293) 19816 : cluster 0 pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:39 smithi027 bash[31536]: cluster 2023-12-07T18:04:37.969852+0000 mgr.a (mgr.24293) 19816 : cluster 0 pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:40.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:40.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:40.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:41.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:41.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:41.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:41.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:41.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:41 smithi022 bash[28554]: cluster 2023-12-07T18:04:39.970420+0000 mgr.a (mgr.24293) 19817 : cluster 0 pgmap v14818: 33 pgs: 33 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:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:41 smithi044 bash[32620]: cluster 2023-12-07T18:04:39.970420+0000 mgr.a (mgr.24293) 19817 : cluster 0 pgmap v14818: 33 pgs: 33 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:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:41 smithi027 bash[31536]: cluster 2023-12-07T18:04:39.970420+0000 mgr.a (mgr.24293) 19817 : cluster 0 pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:42.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:42 smithi027 bash[31536]: audit 2023-12-07T18:04:40.686559+0000 mgr.a (mgr.24293) 19818 : audit 0 from='client.391623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:42.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:42 smithi022 bash[28554]: audit 2023-12-07T18:04:40.686559+0000 mgr.a (mgr.24293) 19818 : audit 0 from='client.391623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:42.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:42 smithi044 bash[32620]: audit 2023-12-07T18:04:40.686559+0000 mgr.a (mgr.24293) 19818 : audit 0 from='client.391623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:43 smithi027 bash[31536]: cluster 2023-12-07T18:04:41.971428+0000 mgr.a (mgr.24293) 19819 : cluster 0 pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:43 smithi022 bash[28554]: cluster 2023-12-07T18:04:41.971428+0000 mgr.a (mgr.24293) 19819 : cluster 0 pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:43 smithi044 bash[32620]: cluster 2023-12-07T18:04:41.971428+0000 mgr.a (mgr.24293) 19819 : cluster 0 pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:45 smithi027 bash[31536]: cluster 2023-12-07T18:04:43.972015+0000 mgr.a (mgr.24293) 19820 : cluster 0 pgmap v14820: 33 pgs: 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:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:45 smithi022 bash[28554]: cluster 2023-12-07T18:04:43.972015+0000 mgr.a (mgr.24293) 19820 : cluster 0 pgmap v14820: 33 pgs: 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:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:45 smithi044 bash[32620]: cluster 2023-12-07T18:04:43.972015+0000 mgr.a (mgr.24293) 19820 : cluster 0 pgmap v14820: 33 pgs: 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:46.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:46.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:46.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:47.161 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:47.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:47.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:47.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:47.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:47.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:47 smithi027 bash[31536]: cluster 2023-12-07T18:04:45.972722+0000 mgr.a (mgr.24293) 19821 : cluster 0 pgmap v14821: 33 pgs: 33 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:47.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:47 smithi022 bash[28554]: cluster 2023-12-07T18:04:45.972722+0000 mgr.a (mgr.24293) 19821 : cluster 0 pgmap v14821: 33 pgs: 33 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:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:47 smithi044 bash[32620]: cluster 2023-12-07T18:04:45.972722+0000 mgr.a (mgr.24293) 19821 : cluster 0 pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:48.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:48 smithi022 bash[28554]: audit 2023-12-07T18:04:46.643997+0000 mgr.a (mgr.24293) 19822 : audit 0 from='client.391701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:48.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:48 smithi044 bash[32620]: audit 2023-12-07T18:04:46.643997+0000 mgr.a (mgr.24293) 19822 : audit 0 from='client.391701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:48.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:48 smithi027 bash[31536]: audit 2023-12-07T18:04:46.643997+0000 mgr.a (mgr.24293) 19822 : audit 0 from='client.391701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:49 smithi022 bash[28554]: cluster 2023-12-07T18:04:47.973389+0000 mgr.a (mgr.24293) 19823 : cluster 0 pgmap v14822: 33 pgs: 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.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:49 smithi044 bash[32620]: cluster 2023-12-07T18:04:47.973389+0000 mgr.a (mgr.24293) 19823 : cluster 0 pgmap v14822: 33 pgs: 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.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:49 smithi027 bash[31536]: cluster 2023-12-07T18:04:47.973389+0000 mgr.a (mgr.24293) 19823 : cluster 0 pgmap v14822: 33 pgs: 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:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:51 smithi022 bash[28554]: cluster 2023-12-07T18:04:49.973954+0000 mgr.a (mgr.24293) 19824 : cluster 0 pgmap v14823: 33 pgs: 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:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:51 smithi044 bash[32620]: cluster 2023-12-07T18:04:49.973954+0000 mgr.a (mgr.24293) 19824 : cluster 0 pgmap v14823: 33 pgs: 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:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:51 smithi027 bash[31536]: cluster 2023-12-07T18:04:49.973954+0000 mgr.a (mgr.24293) 19824 : cluster 0 pgmap v14823: 33 pgs: 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:52.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:52.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:52.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:53.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:53.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:53.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:53.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:53.117 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:53 smithi022 bash[28554]: cluster 2023-12-07T18:04:51.974791+0000 mgr.a (mgr.24293) 19825 : cluster 0 pgmap v14824: 33 pgs: 33 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:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:53 smithi044 bash[32620]: cluster 2023-12-07T18:04:51.974791+0000 mgr.a (mgr.24293) 19825 : cluster 0 pgmap v14824: 33 pgs: 33 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:53.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:53 smithi027 bash[31536]: cluster 2023-12-07T18:04:51.974791+0000 mgr.a (mgr.24293) 19825 : cluster 0 pgmap v14824: 33 pgs: 33 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:54.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:54 smithi022 bash[28554]: audit 2023-12-07T18:04:52.573438+0000 mgr.a (mgr.24293) 19826 : audit 0 from='client.391773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:54.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:54 smithi044 bash[32620]: audit 2023-12-07T18:04:52.573438+0000 mgr.a (mgr.24293) 19826 : audit 0 from='client.391773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:54.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:54 smithi027 bash[31536]: audit 2023-12-07T18:04:52.573438+0000 mgr.a (mgr.24293) 19826 : audit 0 from='client.391773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:55 smithi022 bash[28554]: cluster 2023-12-07T18:04:53.975436+0000 mgr.a (mgr.24293) 19827 : cluster 0 pgmap v14825: 33 pgs: 33 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:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:55 smithi044 bash[32620]: cluster 2023-12-07T18:04:53.975436+0000 mgr.a (mgr.24293) 19827 : cluster 0 pgmap v14825: 33 pgs: 33 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:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:55 smithi027 bash[31536]: cluster 2023-12-07T18:04:53.975436+0000 mgr.a (mgr.24293) 19827 : cluster 0 pgmap v14825: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:57 smithi022 bash[28554]: cluster 2023-12-07T18:04:55.976235+0000 mgr.a (mgr.24293) 19828 : cluster 0 pgmap v14826: 33 pgs: 33 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:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:57 smithi044 bash[32620]: cluster 2023-12-07T18:04:55.976235+0000 mgr.a (mgr.24293) 19828 : cluster 0 pgmap v14826: 33 pgs: 33 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:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:57 smithi027 bash[31536]: cluster 2023-12-07T18:04:55.976235+0000 mgr.a (mgr.24293) 19828 : cluster 0 pgmap v14826: 33 pgs: 33 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:58.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:04:58.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:58.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:59.068 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:04:59.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:59.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:59.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:59.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:04:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:04:59 smithi022 bash[28554]: cluster 2023-12-07T18:04:57.976801+0000 mgr.a (mgr.24293) 19829 : cluster 0 pgmap v14827: 33 pgs: 33 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:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:04:59 smithi044 bash[32620]: cluster 2023-12-07T18:04:57.976801+0000 mgr.a (mgr.24293) 19829 : cluster 0 pgmap v14827: 33 pgs: 33 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:59.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:04:59 smithi027 bash[31536]: cluster 2023-12-07T18:04:57.976801+0000 mgr.a (mgr.24293) 19829 : cluster 0 pgmap v14827: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:00 smithi022 bash[28554]: audit 2023-12-07T18:04:58.529359+0000 mgr.a (mgr.24293) 19830 : audit 0 from='client.391848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:00 smithi044 bash[32620]: audit 2023-12-07T18:04:58.529359+0000 mgr.a (mgr.24293) 19830 : audit 0 from='client.391848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:00.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:00 smithi027 bash[31536]: audit 2023-12-07T18:04:58.529359+0000 mgr.a (mgr.24293) 19830 : audit 0 from='client.391848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:01.844 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:01 smithi027 bash[31536]: cluster 2023-12-07T18:04:59.977427+0000 mgr.a (mgr.24293) 19831 : cluster 0 pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:01.867 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:01 smithi044 bash[32620]: cluster 2023-12-07T18:04:59.977427+0000 mgr.a (mgr.24293) 19831 : cluster 0 pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:01 smithi022 bash[28554]: cluster 2023-12-07T18:04:59.977427+0000 mgr.a (mgr.24293) 19831 : cluster 0 pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:02 smithi022 bash[28554]: cluster 2023-12-07T18:05:01.978284+0000 mgr.a (mgr.24293) 19832 : cluster 0 pgmap v14829: 33 pgs: 33 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:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:02 smithi044 bash[32620]: cluster 2023-12-07T18:05:01.978284+0000 mgr.a (mgr.24293) 19832 : cluster 0 pgmap v14829: 33 pgs: 33 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:02.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:02 smithi027 bash[31536]: cluster 2023-12-07T18:05:01.978284+0000 mgr.a (mgr.24293) 19832 : cluster 0 pgmap v14829: 33 pgs: 33 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:04.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:04.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:04.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:05.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:05.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:05.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:05 smithi022 bash[28554]: cluster 2023-12-07T18:05:03.978817+0000 mgr.a (mgr.24293) 19833 : cluster 0 pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:05 smithi022 bash[28554]: audit 2023-12-07T18:05:04.365363+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:05.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:05 smithi022 bash[28554]: audit 2023-12-07T18:05:04.483937+0000 mgr.a (mgr.24293) 19834 : audit 0 from='client.391926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:05.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:05 smithi022 bash[28554]: audit 2023-12-07T18:05:04.891997+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:05.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:05 smithi022 bash[28554]: audit 2023-12-07T18:05:04.898794+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:05 smithi044 bash[32620]: cluster 2023-12-07T18:05:03.978817+0000 mgr.a (mgr.24293) 19833 : cluster 0 pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:05 smithi044 bash[32620]: audit 2023-12-07T18:05:04.365363+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:05.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:05 smithi044 bash[32620]: audit 2023-12-07T18:05:04.483937+0000 mgr.a (mgr.24293) 19834 : audit 0 from='client.391926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:05.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:05 smithi044 bash[32620]: audit 2023-12-07T18:05:04.891997+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:05.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:05 smithi044 bash[32620]: audit 2023-12-07T18:05:04.898794+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:05 smithi027 bash[31536]: cluster 2023-12-07T18:05:03.978817+0000 mgr.a (mgr.24293) 19833 : cluster 0 pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:05 smithi027 bash[31536]: audit 2023-12-07T18:05:04.365363+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:05 smithi027 bash[31536]: audit 2023-12-07T18:05:04.483937+0000 mgr.a (mgr.24293) 19834 : audit 0 from='client.391926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:05 smithi027 bash[31536]: audit 2023-12-07T18:05:04.891997+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:05.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:05 smithi027 bash[31536]: audit 2023-12-07T18:05:04.898794+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:06.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:06 smithi022 bash[28554]: audit 2023-12-07T18:05:05.643474+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:06.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:06 smithi022 bash[28554]: audit 2023-12-07T18:05:05.645763+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:06.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:06 smithi022 bash[28554]: audit 2023-12-07T18:05:05.655275+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:06 smithi044 bash[32620]: audit 2023-12-07T18:05:05.643474+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:06.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:06 smithi044 bash[32620]: audit 2023-12-07T18:05:05.645763+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:06.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:06 smithi044 bash[32620]: audit 2023-12-07T18:05:05.655275+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:06 smithi027 bash[31536]: audit 2023-12-07T18:05:05.643474+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:06 smithi027 bash[31536]: audit 2023-12-07T18:05:05.645763+0000 mon.a (mon.0) 3184 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:06.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:06 smithi027 bash[31536]: audit 2023-12-07T18:05:05.655275+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:05:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:07 smithi022 bash[28554]: cluster 2023-12-07T18:05:05.979743+0000 mgr.a (mgr.24293) 19835 : cluster 0 pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:07 smithi044 bash[32620]: cluster 2023-12-07T18:05:05.979743+0000 mgr.a (mgr.24293) 19835 : cluster 0 pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:07 smithi027 bash[31536]: cluster 2023-12-07T18:05:05.979743+0000 mgr.a (mgr.24293) 19835 : cluster 0 pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:09 smithi022 bash[28554]: cluster 2023-12-07T18:05:07.980320+0000 mgr.a (mgr.24293) 19836 : cluster 0 pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:09 smithi044 bash[32620]: cluster 2023-12-07T18:05:07.980320+0000 mgr.a (mgr.24293) 19836 : cluster 0 pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:09 smithi027 bash[31536]: cluster 2023-12-07T18:05:07.980320+0000 mgr.a (mgr.24293) 19836 : cluster 0 pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:10.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:10.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:10.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:10.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:10.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:10.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:10.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:10.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:11 smithi022 bash[28554]: cluster 2023-12-07T18:05:09.980847+0000 mgr.a (mgr.24293) 19837 : cluster 0 pgmap v14833: 33 pgs: 33 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:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:11 smithi022 bash[28554]: audit 2023-12-07T18:05:10.427489+0000 mgr.a (mgr.24293) 19838 : audit 0 from='client.392004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:11 smithi044 bash[32620]: cluster 2023-12-07T18:05:09.980847+0000 mgr.a (mgr.24293) 19837 : cluster 0 pgmap v14833: 33 pgs: 33 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:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:11 smithi044 bash[32620]: audit 2023-12-07T18:05:10.427489+0000 mgr.a (mgr.24293) 19838 : audit 0 from='client.392004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:11 smithi027 bash[31536]: cluster 2023-12-07T18:05:09.980847+0000 mgr.a (mgr.24293) 19837 : cluster 0 pgmap v14833: 33 pgs: 33 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:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:11 smithi027 bash[31536]: audit 2023-12-07T18:05:10.427489+0000 mgr.a (mgr.24293) 19838 : audit 0 from='client.392004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:13.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:13 smithi022 bash[28554]: cluster 2023-12-07T18:05:11.981843+0000 mgr.a (mgr.24293) 19839 : cluster 0 pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:13.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:13 smithi044 bash[32620]: cluster 2023-12-07T18:05:11.981843+0000 mgr.a (mgr.24293) 19839 : cluster 0 pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:13 smithi027 bash[31536]: cluster 2023-12-07T18:05:11.981843+0000 mgr.a (mgr.24293) 19839 : cluster 0 pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:15.683 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:15 smithi022 bash[28554]: cluster 2023-12-07T18:05:13.982438+0000 mgr.a (mgr.24293) 19840 : cluster 0 pgmap v14835: 33 pgs: 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:15.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:15 smithi044 bash[32620]: cluster 2023-12-07T18:05:13.982438+0000 mgr.a (mgr.24293) 19840 : cluster 0 pgmap v14835: 33 pgs: 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:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:15 smithi027 bash[31536]: cluster 2023-12-07T18:05:13.982438+0000 mgr.a (mgr.24293) 19840 : cluster 0 pgmap v14835: 33 pgs: 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:15.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:15.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:15.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:16.916 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:16.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:16.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:16.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:16.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:17 smithi022 bash[28554]: cluster 2023-12-07T18:05:15.983202+0000 mgr.a (mgr.24293) 19841 : cluster 0 pgmap v14836: 33 pgs: 33 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:17.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:17 smithi022 bash[28554]: audit 2023-12-07T18:05:16.386797+0000 mgr.a (mgr.24293) 19842 : audit 0 from='client.392079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:17 smithi044 bash[32620]: cluster 2023-12-07T18:05:15.983202+0000 mgr.a (mgr.24293) 19841 : cluster 0 pgmap v14836: 33 pgs: 33 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:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:17 smithi044 bash[32620]: audit 2023-12-07T18:05:16.386797+0000 mgr.a (mgr.24293) 19842 : audit 0 from='client.392079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:17 smithi027 bash[31536]: cluster 2023-12-07T18:05:15.983202+0000 mgr.a (mgr.24293) 19841 : cluster 0 pgmap v14836: 33 pgs: 33 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:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:17 smithi027 bash[31536]: audit 2023-12-07T18:05:16.386797+0000 mgr.a (mgr.24293) 19842 : audit 0 from='client.392079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:19 smithi022 bash[28554]: cluster 2023-12-07T18:05:17.983959+0000 mgr.a (mgr.24293) 19843 : cluster 0 pgmap v14837: 33 pgs: 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.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:19 smithi044 bash[32620]: cluster 2023-12-07T18:05:17.983959+0000 mgr.a (mgr.24293) 19843 : cluster 0 pgmap v14837: 33 pgs: 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:19 smithi027 bash[31536]: cluster 2023-12-07T18:05:17.983959+0000 mgr.a (mgr.24293) 19843 : cluster 0 pgmap v14837: 33 pgs: 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:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:21 smithi022 bash[28554]: cluster 2023-12-07T18:05:19.984517+0000 mgr.a (mgr.24293) 19844 : cluster 0 pgmap v14838: 33 pgs: 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:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:21 smithi044 bash[32620]: cluster 2023-12-07T18:05:19.984517+0000 mgr.a (mgr.24293) 19844 : cluster 0 pgmap v14838: 33 pgs: 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:21 smithi027 bash[31536]: cluster 2023-12-07T18:05:19.984517+0000 mgr.a (mgr.24293) 19844 : cluster 0 pgmap v14838: 33 pgs: 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:21.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:21.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:21.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:22.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:22.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:22.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:22.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:22.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:23 smithi022 bash[28554]: cluster 2023-12-07T18:05:21.985338+0000 mgr.a (mgr.24293) 19845 : cluster 0 pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:23 smithi022 bash[28554]: audit 2023-12-07T18:05:22.329294+0000 mgr.a (mgr.24293) 19846 : audit 0 from='client.392151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:23 smithi044 bash[32620]: cluster 2023-12-07T18:05:21.985338+0000 mgr.a (mgr.24293) 19845 : cluster 0 pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:23 smithi044 bash[32620]: audit 2023-12-07T18:05:22.329294+0000 mgr.a (mgr.24293) 19846 : audit 0 from='client.392151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:23 smithi027 bash[31536]: cluster 2023-12-07T18:05:21.985338+0000 mgr.a (mgr.24293) 19845 : cluster 0 pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:23 smithi027 bash[31536]: audit 2023-12-07T18:05:22.329294+0000 mgr.a (mgr.24293) 19846 : audit 0 from='client.392151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:25 smithi022 bash[28554]: cluster 2023-12-07T18:05:23.986003+0000 mgr.a (mgr.24293) 19847 : cluster 0 pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:25.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:25 smithi044 bash[32620]: cluster 2023-12-07T18:05:23.986003+0000 mgr.a (mgr.24293) 19847 : cluster 0 pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:25 smithi027 bash[31536]: cluster 2023-12-07T18:05:23.986003+0000 mgr.a (mgr.24293) 19847 : cluster 0 pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:27 smithi022 bash[28554]: cluster 2023-12-07T18:05:25.986851+0000 mgr.a (mgr.24293) 19848 : cluster 0 pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:27 smithi044 bash[32620]: cluster 2023-12-07T18:05:25.986851+0000 mgr.a (mgr.24293) 19848 : cluster 0 pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:27 smithi027 bash[31536]: cluster 2023-12-07T18:05:25.986851+0000 mgr.a (mgr.24293) 19848 : cluster 0 pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:27.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:27.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:27.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:28.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:28.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:28.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:28.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:29 smithi022 bash[28554]: cluster 2023-12-07T18:05:27.987494+0000 mgr.a (mgr.24293) 19849 : cluster 0 pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:29 smithi022 bash[28554]: audit 2023-12-07T18:05:28.264026+0000 mgr.a (mgr.24293) 19850 : audit 0 from='client.392229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:29 smithi044 bash[32620]: cluster 2023-12-07T18:05:27.987494+0000 mgr.a (mgr.24293) 19849 : cluster 0 pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:29 smithi044 bash[32620]: audit 2023-12-07T18:05:28.264026+0000 mgr.a (mgr.24293) 19850 : audit 0 from='client.392229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:29 smithi027 bash[31536]: cluster 2023-12-07T18:05:27.987494+0000 mgr.a (mgr.24293) 19849 : cluster 0 pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:29 smithi027 bash[31536]: audit 2023-12-07T18:05:28.264026+0000 mgr.a (mgr.24293) 19850 : audit 0 from='client.392229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:31 smithi022 bash[28554]: cluster 2023-12-07T18:05:29.988102+0000 mgr.a (mgr.24293) 19851 : cluster 0 pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:31 smithi044 bash[32620]: cluster 2023-12-07T18:05:29.988102+0000 mgr.a (mgr.24293) 19851 : cluster 0 pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:31 smithi027 bash[31536]: cluster 2023-12-07T18:05:29.988102+0000 mgr.a (mgr.24293) 19851 : cluster 0 pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:33 smithi022 bash[28554]: cluster 2023-12-07T18:05:31.988899+0000 mgr.a (mgr.24293) 19852 : cluster 0 pgmap v14844: 33 pgs: 33 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:33.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:33 smithi044 bash[32620]: cluster 2023-12-07T18:05:31.988899+0000 mgr.a (mgr.24293) 19852 : cluster 0 pgmap v14844: 33 pgs: 33 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:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:33 smithi027 bash[31536]: cluster 2023-12-07T18:05:31.988899+0000 mgr.a (mgr.24293) 19852 : cluster 0 pgmap v14844: 33 pgs: 33 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:33.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:33.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:33.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:34.673 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:34.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:34.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:34.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:34.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:35.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:35 smithi022 bash[28554]: cluster 2023-12-07T18:05:33.989299+0000 mgr.a (mgr.24293) 19853 : cluster 0 pgmap v14845: 33 pgs: 33 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:35.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:35 smithi022 bash[28554]: audit 2023-12-07T18:05:34.164410+0000 mgr.a (mgr.24293) 19854 : audit 0 from='client.392307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:35.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:35 smithi044 bash[32620]: cluster 2023-12-07T18:05:33.989299+0000 mgr.a (mgr.24293) 19853 : cluster 0 pgmap v14845: 33 pgs: 33 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:35.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:35 smithi044 bash[32620]: audit 2023-12-07T18:05:34.164410+0000 mgr.a (mgr.24293) 19854 : audit 0 from='client.392307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:35.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:35 smithi027 bash[31536]: cluster 2023-12-07T18:05:33.989299+0000 mgr.a (mgr.24293) 19853 : cluster 0 pgmap v14845: 33 pgs: 33 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:35.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:35 smithi027 bash[31536]: audit 2023-12-07T18:05:34.164410+0000 mgr.a (mgr.24293) 19854 : audit 0 from='client.392307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:37.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:37 smithi022 bash[28554]: cluster 2023-12-07T18:05:35.990326+0000 mgr.a (mgr.24293) 19855 : cluster 0 pgmap v14846: 33 pgs: 33 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:37.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:37 smithi044 bash[32620]: cluster 2023-12-07T18:05:35.990326+0000 mgr.a (mgr.24293) 19855 : cluster 0 pgmap v14846: 33 pgs: 33 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:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:37 smithi027 bash[31536]: cluster 2023-12-07T18:05:35.990326+0000 mgr.a (mgr.24293) 19855 : cluster 0 pgmap v14846: 33 pgs: 33 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:39.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:39.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:39.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:39.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:39 smithi022 bash[28554]: cluster 2023-12-07T18:05:37.990935+0000 mgr.a (mgr.24293) 19856 : cluster 0 pgmap v14847: 33 pgs: 33 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:39.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:39 smithi044 bash[32620]: cluster 2023-12-07T18:05:37.990935+0000 mgr.a (mgr.24293) 19856 : cluster 0 pgmap v14847: 33 pgs: 33 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:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:39 smithi027 bash[31536]: cluster 2023-12-07T18:05:37.990935+0000 mgr.a (mgr.24293) 19856 : cluster 0 pgmap v14847: 33 pgs: 33 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.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:40.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:40.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:40.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:40.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:41 smithi022 bash[28554]: cluster 2023-12-07T18:05:39.991601+0000 mgr.a (mgr.24293) 19857 : cluster 0 pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:41.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:41 smithi022 bash[28554]: audit 2023-12-07T18:05:40.088971+0000 mgr.a (mgr.24293) 19858 : audit 0 from='client.318088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:41 smithi044 bash[32620]: cluster 2023-12-07T18:05:39.991601+0000 mgr.a (mgr.24293) 19857 : cluster 0 pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:41.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:41 smithi044 bash[32620]: audit 2023-12-07T18:05:40.088971+0000 mgr.a (mgr.24293) 19858 : audit 0 from='client.318088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:41 smithi027 bash[31536]: cluster 2023-12-07T18:05:39.991601+0000 mgr.a (mgr.24293) 19857 : cluster 0 pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:41 smithi027 bash[31536]: audit 2023-12-07T18:05:40.088971+0000 mgr.a (mgr.24293) 19858 : audit 0 from='client.318088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:43.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:43 smithi022 bash[28554]: cluster 2023-12-07T18:05:41.992454+0000 mgr.a (mgr.24293) 19859 : cluster 0 pgmap v14849: 33 pgs: 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:43.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:43 smithi044 bash[32620]: cluster 2023-12-07T18:05:41.992454+0000 mgr.a (mgr.24293) 19859 : cluster 0 pgmap v14849: 33 pgs: 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:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:43 smithi027 bash[31536]: cluster 2023-12-07T18:05:41.992454+0000 mgr.a (mgr.24293) 19859 : cluster 0 pgmap v14849: 33 pgs: 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:45.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:45.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:45.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:45.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:45 smithi022 bash[28554]: cluster 2023-12-07T18:05:43.993027+0000 mgr.a (mgr.24293) 19860 : cluster 0 pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:45.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:45 smithi044 bash[32620]: cluster 2023-12-07T18:05:43.993027+0000 mgr.a (mgr.24293) 19860 : cluster 0 pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:45 smithi027 bash[31536]: cluster 2023-12-07T18:05:43.993027+0000 mgr.a (mgr.24293) 19860 : cluster 0 pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:46.556 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:46.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:46.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:46.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:46.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:47 smithi022 bash[28554]: cluster 2023-12-07T18:05:45.993759+0000 mgr.a (mgr.24293) 19861 : cluster 0 pgmap v14851: 33 pgs: 33 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:47.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:47 smithi022 bash[28554]: audit 2023-12-07T18:05:46.025812+0000 mgr.a (mgr.24293) 19862 : audit 0 from='client.392460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:47 smithi044 bash[32620]: cluster 2023-12-07T18:05:45.993759+0000 mgr.a (mgr.24293) 19861 : cluster 0 pgmap v14851: 33 pgs: 33 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:47.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:47 smithi044 bash[32620]: audit 2023-12-07T18:05:46.025812+0000 mgr.a (mgr.24293) 19862 : audit 0 from='client.392460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:47.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:47 smithi027 bash[31536]: cluster 2023-12-07T18:05:45.993759+0000 mgr.a (mgr.24293) 19861 : cluster 0 pgmap v14851: 33 pgs: 33 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:47.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:47 smithi027 bash[31536]: audit 2023-12-07T18:05:46.025812+0000 mgr.a (mgr.24293) 19862 : audit 0 from='client.392460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:49 smithi022 bash[28554]: cluster 2023-12-07T18:05:47.994590+0000 mgr.a (mgr.24293) 19863 : cluster 0 pgmap v14852: 33 pgs: 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:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:49 smithi044 bash[32620]: cluster 2023-12-07T18:05:47.994590+0000 mgr.a (mgr.24293) 19863 : cluster 0 pgmap v14852: 33 pgs: 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:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:49 smithi027 bash[31536]: cluster 2023-12-07T18:05:47.994590+0000 mgr.a (mgr.24293) 19863 : cluster 0 pgmap v14852: 33 pgs: 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:51.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:51.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:51.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:51 smithi022 bash[28554]: cluster 2023-12-07T18:05:49.995187+0000 mgr.a (mgr.24293) 19864 : cluster 0 pgmap v14853: 33 pgs: 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:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:51 smithi044 bash[32620]: cluster 2023-12-07T18:05:49.995187+0000 mgr.a (mgr.24293) 19864 : cluster 0 pgmap v14853: 33 pgs: 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:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:51 smithi027 bash[31536]: cluster 2023-12-07T18:05:49.995187+0000 mgr.a (mgr.24293) 19864 : cluster 0 pgmap v14853: 33 pgs: 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.496 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:52.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:52.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:52.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:52.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:53.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:53 smithi022 bash[28554]: audit 2023-12-07T18:05:51.965159+0000 mgr.a (mgr.24293) 19865 : audit 0 from='client.392535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:53.684 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:53 smithi022 bash[28554]: cluster 2023-12-07T18:05:51.996431+0000 mgr.a (mgr.24293) 19866 : cluster 0 pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:53 smithi044 bash[32620]: audit 2023-12-07T18:05:51.965159+0000 mgr.a (mgr.24293) 19865 : audit 0 from='client.392535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:53.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:53 smithi044 bash[32620]: cluster 2023-12-07T18:05:51.996431+0000 mgr.a (mgr.24293) 19866 : cluster 0 pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:53 smithi027 bash[31536]: audit 2023-12-07T18:05:51.965159+0000 mgr.a (mgr.24293) 19865 : audit 0 from='client.392535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:53 smithi027 bash[31536]: cluster 2023-12-07T18:05:51.996431+0000 mgr.a (mgr.24293) 19866 : cluster 0 pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:55 smithi022 bash[28554]: cluster 2023-12-07T18:05:53.997218+0000 mgr.a (mgr.24293) 19867 : cluster 0 pgmap v14855: 33 pgs: 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:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:55 smithi044 bash[32620]: cluster 2023-12-07T18:05:53.997218+0000 mgr.a (mgr.24293) 19867 : cluster 0 pgmap v14855: 33 pgs: 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:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:55 smithi027 bash[31536]: cluster 2023-12-07T18:05:53.997218+0000 mgr.a (mgr.24293) 19867 : cluster 0 pgmap v14855: 33 pgs: 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:57.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:05:57.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:57.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:57 smithi022 bash[28554]: cluster 2023-12-07T18:05:55.998093+0000 mgr.a (mgr.24293) 19868 : cluster 0 pgmap v14856: 33 pgs: 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:57.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:57 smithi044 bash[32620]: cluster 2023-12-07T18:05:55.998093+0000 mgr.a (mgr.24293) 19868 : cluster 0 pgmap v14856: 33 pgs: 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:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:57 smithi027 bash[31536]: cluster 2023-12-07T18:05:55.998093+0000 mgr.a (mgr.24293) 19868 : cluster 0 pgmap v14856: 33 pgs: 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:58.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:58.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:58.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:58.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:05:58.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:05:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:59 smithi022 bash[28554]: audit 2023-12-07T18:05:57.901182+0000 mgr.a (mgr.24293) 19869 : audit 0 from='client.392610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:05:59 smithi022 bash[28554]: cluster 2023-12-07T18:05:57.998596+0000 mgr.a (mgr.24293) 19870 : cluster 0 pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:59 smithi044 bash[32620]: audit 2023-12-07T18:05:57.901182+0000 mgr.a (mgr.24293) 19869 : audit 0 from='client.392610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:05:59 smithi044 bash[32620]: cluster 2023-12-07T18:05:57.998596+0000 mgr.a (mgr.24293) 19870 : cluster 0 pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:59 smithi027 bash[31536]: audit 2023-12-07T18:05:57.901182+0000 mgr.a (mgr.24293) 19869 : audit 0 from='client.392610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:05:59 smithi027 bash[31536]: cluster 2023-12-07T18:05:57.998596+0000 mgr.a (mgr.24293) 19870 : cluster 0 pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:01 smithi022 bash[28554]: cluster 2023-12-07T18:05:59.999314+0000 mgr.a (mgr.24293) 19871 : cluster 0 pgmap v14858: 33 pgs: 33 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:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:01 smithi044 bash[32620]: cluster 2023-12-07T18:05:59.999314+0000 mgr.a (mgr.24293) 19871 : cluster 0 pgmap v14858: 33 pgs: 33 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:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:01 smithi027 bash[31536]: cluster 2023-12-07T18:05:59.999314+0000 mgr.a (mgr.24293) 19871 : cluster 0 pgmap v14858: 33 pgs: 33 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:03.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:03.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:03.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:03 smithi022 bash[28554]: cluster 2023-12-07T18:06:02.000200+0000 mgr.a (mgr.24293) 19872 : cluster 0 pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:03 smithi044 bash[32620]: cluster 2023-12-07T18:06:02.000200+0000 mgr.a (mgr.24293) 19872 : cluster 0 pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:03 smithi027 bash[31536]: cluster 2023-12-07T18:06:02.000200+0000 mgr.a (mgr.24293) 19872 : cluster 0 pgmap v14859: 33 pgs: 33 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:04.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:05 smithi022 bash[28554]: audit 2023-12-07T18:06:03.844982+0000 mgr.a (mgr.24293) 19873 : audit 0 from='client.392688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:05.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:05 smithi022 bash[28554]: cluster 2023-12-07T18:06:04.000961+0000 mgr.a (mgr.24293) 19874 : cluster 0 pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:05 smithi044 bash[32620]: audit 2023-12-07T18:06:03.844982+0000 mgr.a (mgr.24293) 19873 : audit 0 from='client.392688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:05 smithi044 bash[32620]: cluster 2023-12-07T18:06:04.000961+0000 mgr.a (mgr.24293) 19874 : cluster 0 pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:05 smithi027 bash[31536]: audit 2023-12-07T18:06:03.844982+0000 mgr.a (mgr.24293) 19873 : audit 0 from='client.392688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:05 smithi027 bash[31536]: cluster 2023-12-07T18:06:04.000961+0000 mgr.a (mgr.24293) 19874 : cluster 0 pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:06.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:06 smithi027 bash[31536]: audit 2023-12-07T18:06:05.759511+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:06.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:06 smithi027 bash[31536]: audit 2023-12-07T18:06:06.290988+0000 mon.a (mon.0) 3187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:06 smithi027 bash[31536]: audit 2023-12-07T18:06:06.297125+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:06 smithi027 bash[31536]: audit 2023-12-07T18:06:06.301575+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.706 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:06 smithi027 bash[31536]: audit 2023-12-07T18:06:06.308543+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:06 smithi022 bash[28554]: audit 2023-12-07T18:06:05.759511+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:06.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:06 smithi022 bash[28554]: audit 2023-12-07T18:06:06.290988+0000 mon.a (mon.0) 3187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:06 smithi022 bash[28554]: audit 2023-12-07T18:06:06.297125+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:06 smithi022 bash[28554]: audit 2023-12-07T18:06:06.301575+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:06 smithi022 bash[28554]: audit 2023-12-07T18:06:06.308543+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:06 smithi044 bash[32620]: audit 2023-12-07T18:06:05.759511+0000 mon.a (mon.0) 3186 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:06.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:06 smithi044 bash[32620]: audit 2023-12-07T18:06:06.290988+0000 mon.a (mon.0) 3187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:06 smithi044 bash[32620]: audit 2023-12-07T18:06:06.297125+0000 mon.a (mon.0) 3188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:06 smithi044 bash[32620]: audit 2023-12-07T18:06:06.301575+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:06.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:06 smithi044 bash[32620]: audit 2023-12-07T18:06:06.308543+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:07 smithi027 bash[31536]: cluster 2023-12-07T18:06:06.001603+0000 mgr.a (mgr.24293) 19875 : cluster 0 pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:07 smithi027 bash[31536]: audit 2023-12-07T18:06:07.061918+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:07 smithi027 bash[31536]: audit 2023-12-07T18:06:07.063799+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:07 smithi027 bash[31536]: audit 2023-12-07T18:06:07.073834+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:07 smithi022 bash[28554]: cluster 2023-12-07T18:06:06.001603+0000 mgr.a (mgr.24293) 19875 : cluster 0 pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:07 smithi022 bash[28554]: audit 2023-12-07T18:06:07.061918+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:07 smithi022 bash[28554]: audit 2023-12-07T18:06:07.063799+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:07 smithi022 bash[28554]: audit 2023-12-07T18:06:07.073834+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:07 smithi044 bash[32620]: cluster 2023-12-07T18:06:06.001603+0000 mgr.a (mgr.24293) 19875 : cluster 0 pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:07 smithi044 bash[32620]: audit 2023-12-07T18:06:07.061918+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:07 smithi044 bash[32620]: audit 2023-12-07T18:06:07.063799+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:07 smithi044 bash[32620]: audit 2023-12-07T18:06:07.073834+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:06:09.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:09.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:09.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:09 smithi027 bash[31536]: cluster 2023-12-07T18:06:08.002179+0000 mgr.a (mgr.24293) 19876 : cluster 0 pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:09 smithi022 bash[28554]: cluster 2023-12-07T18:06:08.002179+0000 mgr.a (mgr.24293) 19876 : cluster 0 pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:09 smithi044 bash[32620]: cluster 2023-12-07T18:06:08.002179+0000 mgr.a (mgr.24293) 19876 : cluster 0 pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:10.323 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:10.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:10.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:10.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:10.323 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:11 smithi027 bash[31536]: audit 2023-12-07T18:06:09.771457+0000 mgr.a (mgr.24293) 19877 : audit 0 from='client.392760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:11 smithi027 bash[31536]: cluster 2023-12-07T18:06:10.003121+0000 mgr.a (mgr.24293) 19878 : cluster 0 pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:11 smithi022 bash[28554]: audit 2023-12-07T18:06:09.771457+0000 mgr.a (mgr.24293) 19877 : audit 0 from='client.392760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:11 smithi022 bash[28554]: cluster 2023-12-07T18:06:10.003121+0000 mgr.a (mgr.24293) 19878 : cluster 0 pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:11 smithi044 bash[32620]: audit 2023-12-07T18:06:09.771457+0000 mgr.a (mgr.24293) 19877 : audit 0 from='client.392760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:11 smithi044 bash[32620]: cluster 2023-12-07T18:06:10.003121+0000 mgr.a (mgr.24293) 19878 : cluster 0 pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:13 smithi027 bash[31536]: cluster 2023-12-07T18:06:12.004248+0000 mgr.a (mgr.24293) 19879 : cluster 0 pgmap v14864: 33 pgs: 33 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:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:13 smithi022 bash[28554]: cluster 2023-12-07T18:06:12.004248+0000 mgr.a (mgr.24293) 19879 : cluster 0 pgmap v14864: 33 pgs: 33 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:13.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:13 smithi044 bash[32620]: cluster 2023-12-07T18:06:12.004248+0000 mgr.a (mgr.24293) 19879 : cluster 0 pgmap v14864: 33 pgs: 33 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:15.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:15.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:15.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:15 smithi027 bash[31536]: cluster 2023-12-07T18:06:14.004872+0000 mgr.a (mgr.24293) 19880 : cluster 0 pgmap v14865: 33 pgs: 33 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:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:15 smithi022 bash[28554]: cluster 2023-12-07T18:06:14.004872+0000 mgr.a (mgr.24293) 19880 : cluster 0 pgmap v14865: 33 pgs: 33 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:15.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:15 smithi044 bash[32620]: cluster 2023-12-07T18:06:14.004872+0000 mgr.a (mgr.24293) 19880 : cluster 0 pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:16.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:16.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:16.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:16.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:16.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:17 smithi022 bash[28554]: audit 2023-12-07T18:06:15.744496+0000 mgr.a (mgr.24293) 19881 : audit 0 from='client.392835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:17 smithi022 bash[28554]: cluster 2023-12-07T18:06:16.007137+0000 mgr.a (mgr.24293) 19882 : cluster 0 pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:17.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:17 smithi044 bash[32620]: audit 2023-12-07T18:06:15.744496+0000 mgr.a (mgr.24293) 19881 : audit 0 from='client.392835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:17.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:17 smithi044 bash[32620]: cluster 2023-12-07T18:06:16.007137+0000 mgr.a (mgr.24293) 19882 : cluster 0 pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:17.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:17 smithi027 bash[31536]: audit 2023-12-07T18:06:15.744496+0000 mgr.a (mgr.24293) 19881 : audit 0 from='client.392835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:17.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:17 smithi027 bash[31536]: cluster 2023-12-07T18:06:16.007137+0000 mgr.a (mgr.24293) 19882 : cluster 0 pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:19 smithi022 bash[28554]: cluster 2023-12-07T18:06:18.007932+0000 mgr.a (mgr.24293) 19883 : cluster 0 pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:19 smithi044 bash[32620]: cluster 2023-12-07T18:06:18.007932+0000 mgr.a (mgr.24293) 19883 : cluster 0 pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:19.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:19 smithi027 bash[31536]: cluster 2023-12-07T18:06:18.007932+0000 mgr.a (mgr.24293) 19883 : cluster 0 pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:21.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:21.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:21.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:21.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:21 smithi022 bash[28554]: cluster 2023-12-07T18:06:20.008503+0000 mgr.a (mgr.24293) 19884 : cluster 0 pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:21.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:21 smithi044 bash[32620]: cluster 2023-12-07T18:06:20.008503+0000 mgr.a (mgr.24293) 19884 : cluster 0 pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:21.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:21 smithi027 bash[31536]: cluster 2023-12-07T18:06:20.008503+0000 mgr.a (mgr.24293) 19884 : cluster 0 pgmap v14868: 33 pgs: 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:22.208 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:22.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:22.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:22.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:22.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:23.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:23 smithi022 bash[28554]: audit 2023-12-07T18:06:21.670605+0000 mgr.a (mgr.24293) 19885 : audit 0 from='client.392913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:23.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:23 smithi022 bash[28554]: cluster 2023-12-07T18:06:22.009194+0000 mgr.a (mgr.24293) 19886 : cluster 0 pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:23 smithi044 bash[32620]: audit 2023-12-07T18:06:21.670605+0000 mgr.a (mgr.24293) 19885 : audit 0 from='client.392913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:23 smithi044 bash[32620]: cluster 2023-12-07T18:06:22.009194+0000 mgr.a (mgr.24293) 19886 : cluster 0 pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:23.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:23 smithi027 bash[31536]: audit 2023-12-07T18:06:21.670605+0000 mgr.a (mgr.24293) 19885 : audit 0 from='client.392913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:23.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:23 smithi027 bash[31536]: cluster 2023-12-07T18:06:22.009194+0000 mgr.a (mgr.24293) 19886 : cluster 0 pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:25.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:25 smithi022 bash[28554]: cluster 2023-12-07T18:06:24.009841+0000 mgr.a (mgr.24293) 19887 : cluster 0 pgmap v14870: 33 pgs: 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:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:25 smithi044 bash[32620]: cluster 2023-12-07T18:06:24.009841+0000 mgr.a (mgr.24293) 19887 : cluster 0 pgmap v14870: 33 pgs: 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:25.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:25 smithi027 bash[31536]: cluster 2023-12-07T18:06:24.009841+0000 mgr.a (mgr.24293) 19887 : cluster 0 pgmap v14870: 33 pgs: 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:27.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:27.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:27.212 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:27 smithi022 bash[28554]: cluster 2023-12-07T18:06:26.010681+0000 mgr.a (mgr.24293) 19888 : cluster 0 pgmap v14871: 33 pgs: 33 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:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:27 smithi044 bash[32620]: cluster 2023-12-07T18:06:26.010681+0000 mgr.a (mgr.24293) 19888 : cluster 0 pgmap v14871: 33 pgs: 33 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:27.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:27 smithi027 bash[31536]: cluster 2023-12-07T18:06:26.010681+0000 mgr.a (mgr.24293) 19888 : cluster 0 pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:28.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:28.138 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:29 smithi022 bash[28554]: audit 2023-12-07T18:06:27.617627+0000 mgr.a (mgr.24293) 19889 : audit 0 from='client.392991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:29 smithi022 bash[28554]: cluster 2023-12-07T18:06:28.011382+0000 mgr.a (mgr.24293) 19890 : cluster 0 pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:29 smithi044 bash[32620]: audit 2023-12-07T18:06:27.617627+0000 mgr.a (mgr.24293) 19889 : audit 0 from='client.392991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:29 smithi044 bash[32620]: cluster 2023-12-07T18:06:28.011382+0000 mgr.a (mgr.24293) 19890 : cluster 0 pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:29.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:29 smithi027 bash[31536]: audit 2023-12-07T18:06:27.617627+0000 mgr.a (mgr.24293) 19889 : audit 0 from='client.392991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:29.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:29 smithi027 bash[31536]: cluster 2023-12-07T18:06:28.011382+0000 mgr.a (mgr.24293) 19890 : cluster 0 pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:31 smithi022 bash[28554]: cluster 2023-12-07T18:06:30.012025+0000 mgr.a (mgr.24293) 19891 : cluster 0 pgmap v14873: 33 pgs: 33 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:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:31 smithi044 bash[32620]: cluster 2023-12-07T18:06:30.012025+0000 mgr.a (mgr.24293) 19891 : cluster 0 pgmap v14873: 33 pgs: 33 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:31.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:31 smithi027 bash[31536]: cluster 2023-12-07T18:06:30.012025+0000 mgr.a (mgr.24293) 19891 : cluster 0 pgmap v14873: 33 pgs: 33 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:33.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:33.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:33.140 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:33 smithi022 bash[28554]: cluster 2023-12-07T18:06:32.012853+0000 mgr.a (mgr.24293) 19892 : cluster 0 pgmap v14874: 33 pgs: 33 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:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:33 smithi044 bash[32620]: cluster 2023-12-07T18:06:32.012853+0000 mgr.a (mgr.24293) 19892 : cluster 0 pgmap v14874: 33 pgs: 33 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:33.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:33 smithi027 bash[31536]: cluster 2023-12-07T18:06:32.012853+0000 mgr.a (mgr.24293) 19892 : cluster 0 pgmap v14874: 33 pgs: 33 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:34.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:34.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:34.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:34.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:34.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:35 smithi022 bash[28554]: audit 2023-12-07T18:06:33.544211+0000 mgr.a (mgr.24293) 19893 : audit 0 from='client.393069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:35 smithi022 bash[28554]: cluster 2023-12-07T18:06:34.013482+0000 mgr.a (mgr.24293) 19894 : cluster 0 pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:35 smithi044 bash[32620]: audit 2023-12-07T18:06:33.544211+0000 mgr.a (mgr.24293) 19893 : audit 0 from='client.393069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:35 smithi044 bash[32620]: cluster 2023-12-07T18:06:34.013482+0000 mgr.a (mgr.24293) 19894 : cluster 0 pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:35.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:35 smithi027 bash[31536]: audit 2023-12-07T18:06:33.544211+0000 mgr.a (mgr.24293) 19893 : audit 0 from='client.393069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:35.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:35 smithi027 bash[31536]: cluster 2023-12-07T18:06:34.013482+0000 mgr.a (mgr.24293) 19894 : cluster 0 pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:37 smithi022 bash[28554]: cluster 2023-12-07T18:06:36.014316+0000 mgr.a (mgr.24293) 19895 : cluster 0 pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:37 smithi044 bash[32620]: cluster 2023-12-07T18:06:36.014316+0000 mgr.a (mgr.24293) 19895 : cluster 0 pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:37.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:37 smithi027 bash[31536]: cluster 2023-12-07T18:06:36.014316+0000 mgr.a (mgr.24293) 19895 : cluster 0 pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:39.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:39.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:39.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:39 smithi022 bash[28554]: cluster 2023-12-07T18:06:38.015041+0000 mgr.a (mgr.24293) 19896 : cluster 0 pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:39 smithi044 bash[32620]: cluster 2023-12-07T18:06:38.015041+0000 mgr.a (mgr.24293) 19896 : cluster 0 pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:39 smithi027 bash[31536]: cluster 2023-12-07T18:06:38.015041+0000 mgr.a (mgr.24293) 19896 : cluster 0 pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:40.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:40.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:40.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:40.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:40.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:40.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:40 smithi022 bash[28554]: audit 2023-12-07T18:06:39.498218+0000 mgr.a (mgr.24293) 19897 : audit 0 from='client.393144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:40.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:40 smithi044 bash[32620]: audit 2023-12-07T18:06:39.498218+0000 mgr.a (mgr.24293) 19897 : audit 0 from='client.393144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:40.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:40 smithi027 bash[31536]: audit 2023-12-07T18:06:39.498218+0000 mgr.a (mgr.24293) 19897 : audit 0 from='client.393144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:41 smithi022 bash[28554]: cluster 2023-12-07T18:06:40.015994+0000 mgr.a (mgr.24293) 19898 : cluster 0 pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:41 smithi044 bash[32620]: cluster 2023-12-07T18:06:40.015994+0000 mgr.a (mgr.24293) 19898 : cluster 0 pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:41.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:41 smithi027 bash[31536]: cluster 2023-12-07T18:06:40.015994+0000 mgr.a (mgr.24293) 19898 : cluster 0 pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:43 smithi022 bash[28554]: cluster 2023-12-07T18:06:42.017084+0000 mgr.a (mgr.24293) 19899 : cluster 0 pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:43 smithi044 bash[32620]: cluster 2023-12-07T18:06:42.017084+0000 mgr.a (mgr.24293) 19899 : cluster 0 pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:43 smithi027 bash[31536]: cluster 2023-12-07T18:06:42.017084+0000 mgr.a (mgr.24293) 19899 : cluster 0 pgmap v14879: 33 pgs: 33 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:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:44 smithi022 bash[28554]: cluster 2023-12-07T18:06:44.017829+0000 mgr.a (mgr.24293) 19900 : cluster 0 pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:44.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:44 smithi044 bash[32620]: cluster 2023-12-07T18:06:44.017829+0000 mgr.a (mgr.24293) 19900 : cluster 0 pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:44.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:44 smithi027 bash[31536]: cluster 2023-12-07T18:06:44.017829+0000 mgr.a (mgr.24293) 19900 : cluster 0 pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:45.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:45.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:45.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:45.926 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:45.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:45.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:45.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:45.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:45 smithi022 bash[28554]: audit 2023-12-07T18:06:45.422437+0000 mgr.a (mgr.24293) 19901 : audit 0 from='client.393219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:45 smithi044 bash[32620]: audit 2023-12-07T18:06:45.422437+0000 mgr.a (mgr.24293) 19901 : audit 0 from='client.393219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:45.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:45 smithi027 bash[31536]: audit 2023-12-07T18:06:45.422437+0000 mgr.a (mgr.24293) 19901 : audit 0 from='client.393219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:46.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:46 smithi022 bash[28554]: cluster 2023-12-07T18:06:46.019081+0000 mgr.a (mgr.24293) 19902 : cluster 0 pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:46.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:46 smithi044 bash[32620]: cluster 2023-12-07T18:06:46.019081+0000 mgr.a (mgr.24293) 19902 : cluster 0 pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:46.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:46 smithi027 bash[31536]: cluster 2023-12-07T18:06:46.019081+0000 mgr.a (mgr.24293) 19902 : cluster 0 pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:49.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:49 smithi022 bash[28554]: cluster 2023-12-07T18:06:48.019675+0000 mgr.a (mgr.24293) 19903 : cluster 0 pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:49.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:49 smithi044 bash[32620]: cluster 2023-12-07T18:06:48.019675+0000 mgr.a (mgr.24293) 19903 : cluster 0 pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:49.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:49 smithi027 bash[31536]: cluster 2023-12-07T18:06:48.019675+0000 mgr.a (mgr.24293) 19903 : cluster 0 pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:50.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:50.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:50.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:51.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:51 smithi022 bash[28554]: cluster 2023-12-07T18:06:50.020191+0000 mgr.a (mgr.24293) 19904 : cluster 0 pgmap v14883: 33 pgs: 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:51.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:51 smithi044 bash[32620]: cluster 2023-12-07T18:06:50.020191+0000 mgr.a (mgr.24293) 19904 : cluster 0 pgmap v14883: 33 pgs: 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:51.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:51 smithi027 bash[31536]: cluster 2023-12-07T18:06:50.020191+0000 mgr.a (mgr.24293) 19904 : cluster 0 pgmap v14883: 33 pgs: 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:51.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:51.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:51.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:51.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:51.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:52.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:52 smithi022 bash[28554]: audit 2023-12-07T18:06:51.342940+0000 mgr.a (mgr.24293) 19905 : audit 0 from='client.393294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:52.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:52 smithi044 bash[32620]: audit 2023-12-07T18:06:51.342940+0000 mgr.a (mgr.24293) 19905 : audit 0 from='client.393294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:52.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:52 smithi027 bash[31536]: audit 2023-12-07T18:06:51.342940+0000 mgr.a (mgr.24293) 19905 : audit 0 from='client.393294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:53.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:53 smithi022 bash[28554]: cluster 2023-12-07T18:06:52.021415+0000 mgr.a (mgr.24293) 19906 : cluster 0 pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:53.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:53 smithi044 bash[32620]: cluster 2023-12-07T18:06:52.021415+0000 mgr.a (mgr.24293) 19906 : cluster 0 pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:53.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:53 smithi027 bash[31536]: cluster 2023-12-07T18:06:52.021415+0000 mgr.a (mgr.24293) 19906 : cluster 0 pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:55.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:55 smithi022 bash[28554]: cluster 2023-12-07T18:06:54.022175+0000 mgr.a (mgr.24293) 19907 : cluster 0 pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:55.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:55 smithi044 bash[32620]: cluster 2023-12-07T18:06:54.022175+0000 mgr.a (mgr.24293) 19907 : cluster 0 pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:55.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:55 smithi027 bash[31536]: cluster 2023-12-07T18:06:54.022175+0000 mgr.a (mgr.24293) 19907 : cluster 0 pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:56.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:06:56.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:56.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:57.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:57 smithi022 bash[28554]: cluster 2023-12-07T18:06:56.022993+0000 mgr.a (mgr.24293) 19908 : cluster 0 pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:57.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:57 smithi044 bash[32620]: cluster 2023-12-07T18:06:56.022993+0000 mgr.a (mgr.24293) 19908 : cluster 0 pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:57.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:57 smithi027 bash[31536]: cluster 2023-12-07T18:06:56.022993+0000 mgr.a (mgr.24293) 19908 : cluster 0 pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:57.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:06:57.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:57.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:57.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:57.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:06:58.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:58 smithi022 bash[28554]: audit 2023-12-07T18:06:57.286563+0000 mgr.a (mgr.24293) 19909 : audit 0 from='client.393366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:58.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:58 smithi044 bash[32620]: audit 2023-12-07T18:06:57.286563+0000 mgr.a (mgr.24293) 19909 : audit 0 from='client.393366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:58.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:58 smithi027 bash[31536]: audit 2023-12-07T18:06:57.286563+0000 mgr.a (mgr.24293) 19909 : audit 0 from='client.393366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:59.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:06:59 smithi022 bash[28554]: cluster 2023-12-07T18:06:58.023744+0000 mgr.a (mgr.24293) 19910 : cluster 0 pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:59.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:06:59 smithi044 bash[32620]: cluster 2023-12-07T18:06:58.023744+0000 mgr.a (mgr.24293) 19910 : cluster 0 pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:59.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:06:59 smithi027 bash[31536]: cluster 2023-12-07T18:06:58.023744+0000 mgr.a (mgr.24293) 19910 : cluster 0 pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:01.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:01 smithi022 bash[28554]: cluster 2023-12-07T18:07:00.024363+0000 mgr.a (mgr.24293) 19911 : cluster 0 pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:01.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:01 smithi044 bash[32620]: cluster 2023-12-07T18:07:00.024363+0000 mgr.a (mgr.24293) 19911 : cluster 0 pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:01.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:01 smithi027 bash[31536]: cluster 2023-12-07T18:07:00.024363+0000 mgr.a (mgr.24293) 19911 : cluster 0 pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:02.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:02.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:02.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:03.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:03 smithi022 bash[28554]: cluster 2023-12-07T18:07:02.025182+0000 mgr.a (mgr.24293) 19912 : cluster 0 pgmap v14889: 33 pgs: 33 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:03.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:03 smithi044 bash[32620]: cluster 2023-12-07T18:07:02.025182+0000 mgr.a (mgr.24293) 19912 : cluster 0 pgmap v14889: 33 pgs: 33 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:03.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:03 smithi027 bash[31536]: cluster 2023-12-07T18:07:02.025182+0000 mgr.a (mgr.24293) 19912 : cluster 0 pgmap v14889: 33 pgs: 33 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:03.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:03.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:03.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:03.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:03.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:04 smithi022 bash[28554]: audit 2023-12-07T18:07:03.220445+0000 mgr.a (mgr.24293) 19913 : audit 0 from='client.393441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:04 smithi044 bash[32620]: audit 2023-12-07T18:07:03.220445+0000 mgr.a (mgr.24293) 19913 : audit 0 from='client.393441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:04 smithi027 bash[31536]: audit 2023-12-07T18:07:03.220445+0000 mgr.a (mgr.24293) 19913 : audit 0 from='client.393441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:05 smithi022 bash[28554]: cluster 2023-12-07T18:07:04.025919+0000 mgr.a (mgr.24293) 19914 : cluster 0 pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:05 smithi044 bash[32620]: cluster 2023-12-07T18:07:04.025919+0000 mgr.a (mgr.24293) 19914 : cluster 0 pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:05 smithi027 bash[31536]: cluster 2023-12-07T18:07:04.025919+0000 mgr.a (mgr.24293) 19914 : cluster 0 pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:07 smithi022 bash[28554]: cluster 2023-12-07T18:07:06.026784+0000 mgr.a (mgr.24293) 19915 : cluster 0 pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:07 smithi022 bash[28554]: audit 2023-12-07T18:07:07.177476+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:07 smithi044 bash[32620]: cluster 2023-12-07T18:07:06.026784+0000 mgr.a (mgr.24293) 19915 : cluster 0 pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:07 smithi044 bash[32620]: audit 2023-12-07T18:07:07.177476+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:07 smithi027 bash[31536]: cluster 2023-12-07T18:07:06.026784+0000 mgr.a (mgr.24293) 19915 : cluster 0 pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:07 smithi027 bash[31536]: audit 2023-12-07T18:07:07.177476+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:08.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:08 smithi022 bash[28554]: audit 2023-12-07T18:07:07.964251+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:07:08.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:08 smithi022 bash[28554]: audit 2023-12-07T18:07:07.966108+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:07:08.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:08 smithi022 bash[28554]: audit 2023-12-07T18:07:07.975917+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:07:08.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:08 smithi044 bash[32620]: audit 2023-12-07T18:07:07.964251+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:07:08.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:08 smithi044 bash[32620]: audit 2023-12-07T18:07:07.966108+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:07:08.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:08 smithi044 bash[32620]: audit 2023-12-07T18:07:07.975917+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:07:08.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:08 smithi027 bash[31536]: audit 2023-12-07T18:07:07.964251+0000 mon.a (mon.0) 3195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:07:08.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:08 smithi027 bash[31536]: audit 2023-12-07T18:07:07.966108+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:07:08.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:08 smithi027 bash[31536]: audit 2023-12-07T18:07:07.975917+0000 mon.a (mon.0) 3197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:07:08.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:08.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:08.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:09 smithi022 bash[28554]: cluster 2023-12-07T18:07:08.027324+0000 mgr.a (mgr.24293) 19916 : cluster 0 pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:09 smithi044 bash[32620]: cluster 2023-12-07T18:07:08.027324+0000 mgr.a (mgr.24293) 19916 : cluster 0 pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:09.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:09.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:09.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:09.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:09.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:09 smithi027 bash[31536]: cluster 2023-12-07T18:07:08.027324+0000 mgr.a (mgr.24293) 19916 : cluster 0 pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:10.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:10 smithi022 bash[28554]: audit 2023-12-07T18:07:09.190190+0000 mgr.a (mgr.24293) 19917 : audit 0 from='client.393519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:10 smithi044 bash[32620]: audit 2023-12-07T18:07:09.190190+0000 mgr.a (mgr.24293) 19917 : audit 0 from='client.393519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:10.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:10 smithi027 bash[31536]: audit 2023-12-07T18:07:09.190190+0000 mgr.a (mgr.24293) 19917 : audit 0 from='client.393519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:11 smithi022 bash[28554]: cluster 2023-12-07T18:07:10.028166+0000 mgr.a (mgr.24293) 19918 : cluster 0 pgmap v14893: 33 pgs: 33 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:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:11 smithi044 bash[32620]: cluster 2023-12-07T18:07:10.028166+0000 mgr.a (mgr.24293) 19918 : cluster 0 pgmap v14893: 33 pgs: 33 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:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:11 smithi027 bash[31536]: cluster 2023-12-07T18:07:10.028166+0000 mgr.a (mgr.24293) 19918 : cluster 0 pgmap v14893: 33 pgs: 33 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:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:13 smithi022 bash[28554]: cluster 2023-12-07T18:07:12.029122+0000 mgr.a (mgr.24293) 19919 : cluster 0 pgmap v14894: 33 pgs: 33 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:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:13 smithi044 bash[32620]: cluster 2023-12-07T18:07:12.029122+0000 mgr.a (mgr.24293) 19919 : cluster 0 pgmap v14894: 33 pgs: 33 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:13 smithi027 bash[31536]: cluster 2023-12-07T18:07:12.029122+0000 mgr.a (mgr.24293) 19919 : cluster 0 pgmap v14894: 33 pgs: 33 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:14.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:14.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:14.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:15.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:15.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:15.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:15.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:15.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:15 smithi022 bash[28554]: cluster 2023-12-07T18:07:14.029685+0000 mgr.a (mgr.24293) 19920 : cluster 0 pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:15 smithi044 bash[32620]: cluster 2023-12-07T18:07:14.029685+0000 mgr.a (mgr.24293) 19920 : cluster 0 pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:15 smithi027 bash[31536]: cluster 2023-12-07T18:07:14.029685+0000 mgr.a (mgr.24293) 19920 : cluster 0 pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:16 smithi022 bash[28554]: audit 2023-12-07T18:07:15.119068+0000 mgr.a (mgr.24293) 19921 : audit 0 from='client.393588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:16 smithi044 bash[32620]: audit 2023-12-07T18:07:15.119068+0000 mgr.a (mgr.24293) 19921 : audit 0 from='client.393588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:16 smithi027 bash[31536]: audit 2023-12-07T18:07:15.119068+0000 mgr.a (mgr.24293) 19921 : audit 0 from='client.393588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:17 smithi022 bash[28554]: cluster 2023-12-07T18:07:16.030830+0000 mgr.a (mgr.24293) 19922 : cluster 0 pgmap v14896: 33 pgs: 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.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:17 smithi044 bash[32620]: cluster 2023-12-07T18:07:16.030830+0000 mgr.a (mgr.24293) 19922 : cluster 0 pgmap v14896: 33 pgs: 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:17 smithi027 bash[31536]: cluster 2023-12-07T18:07:16.030830+0000 mgr.a (mgr.24293) 19922 : cluster 0 pgmap v14896: 33 pgs: 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:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:19 smithi022 bash[28554]: cluster 2023-12-07T18:07:18.031428+0000 mgr.a (mgr.24293) 19923 : cluster 0 pgmap v14897: 33 pgs: 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:19.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:19 smithi044 bash[32620]: cluster 2023-12-07T18:07:18.031428+0000 mgr.a (mgr.24293) 19923 : cluster 0 pgmap v14897: 33 pgs: 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:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:19 smithi027 bash[31536]: cluster 2023-12-07T18:07:18.031428+0000 mgr.a (mgr.24293) 19923 : cluster 0 pgmap v14897: 33 pgs: 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:20.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:20.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:20.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:21.619 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:21.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:21.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:21.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:21.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:21 smithi022 bash[28554]: cluster 2023-12-07T18:07:20.031938+0000 mgr.a (mgr.24293) 19924 : cluster 0 pgmap v14898: 33 pgs: 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:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:21 smithi044 bash[32620]: cluster 2023-12-07T18:07:20.031938+0000 mgr.a (mgr.24293) 19924 : cluster 0 pgmap v14898: 33 pgs: 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:21 smithi027 bash[31536]: cluster 2023-12-07T18:07:20.031938+0000 mgr.a (mgr.24293) 19924 : cluster 0 pgmap v14898: 33 pgs: 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:22.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:22 smithi027 bash[31536]: audit 2023-12-07T18:07:21.071488+0000 mgr.a (mgr.24293) 19925 : audit 0 from='client.319111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:22 smithi022 bash[28554]: audit 2023-12-07T18:07:21.071488+0000 mgr.a (mgr.24293) 19925 : audit 0 from='client.319111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:22 smithi044 bash[32620]: audit 2023-12-07T18:07:21.071488+0000 mgr.a (mgr.24293) 19925 : audit 0 from='client.319111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:23 smithi027 bash[31536]: cluster 2023-12-07T18:07:22.033016+0000 mgr.a (mgr.24293) 19926 : cluster 0 pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:23.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:23 smithi022 bash[28554]: cluster 2023-12-07T18:07:22.033016+0000 mgr.a (mgr.24293) 19926 : cluster 0 pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:23 smithi044 bash[32620]: cluster 2023-12-07T18:07:22.033016+0000 mgr.a (mgr.24293) 19926 : cluster 0 pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:25 smithi027 bash[31536]: cluster 2023-12-07T18:07:24.033617+0000 mgr.a (mgr.24293) 19927 : cluster 0 pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:25.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:25 smithi022 bash[28554]: cluster 2023-12-07T18:07:24.033617+0000 mgr.a (mgr.24293) 19927 : cluster 0 pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:25 smithi044 bash[32620]: cluster 2023-12-07T18:07:24.033617+0000 mgr.a (mgr.24293) 19927 : cluster 0 pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:26.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:26.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:26.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:27.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:27.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:27.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:27.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:27.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:27 smithi027 bash[31536]: cluster 2023-12-07T18:07:26.034538+0000 mgr.a (mgr.24293) 19928 : cluster 0 pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:27 smithi022 bash[28554]: cluster 2023-12-07T18:07:26.034538+0000 mgr.a (mgr.24293) 19928 : cluster 0 pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:27 smithi044 bash[32620]: cluster 2023-12-07T18:07:26.034538+0000 mgr.a (mgr.24293) 19928 : cluster 0 pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:28.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:28 smithi027 bash[31536]: audit 2023-12-07T18:07:27.027825+0000 mgr.a (mgr.24293) 19929 : audit 0 from='client.393744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:28.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:28 smithi022 bash[28554]: audit 2023-12-07T18:07:27.027825+0000 mgr.a (mgr.24293) 19929 : audit 0 from='client.393744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:28.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:28 smithi044 bash[32620]: audit 2023-12-07T18:07:27.027825+0000 mgr.a (mgr.24293) 19929 : audit 0 from='client.393744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:29 smithi027 bash[31536]: cluster 2023-12-07T18:07:28.035304+0000 mgr.a (mgr.24293) 19930 : cluster 0 pgmap v14902: 33 pgs: 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:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:29 smithi022 bash[28554]: cluster 2023-12-07T18:07:28.035304+0000 mgr.a (mgr.24293) 19930 : cluster 0 pgmap v14902: 33 pgs: 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:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:29 smithi044 bash[32620]: cluster 2023-12-07T18:07:28.035304+0000 mgr.a (mgr.24293) 19930 : cluster 0 pgmap v14902: 33 pgs: 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:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:31 smithi022 bash[28554]: cluster 2023-12-07T18:07:30.035924+0000 mgr.a (mgr.24293) 19931 : cluster 0 pgmap v14903: 33 pgs: 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:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:31 smithi044 bash[32620]: cluster 2023-12-07T18:07:30.035924+0000 mgr.a (mgr.24293) 19931 : cluster 0 pgmap v14903: 33 pgs: 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:31.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:31 smithi027 bash[31536]: cluster 2023-12-07T18:07:30.035924+0000 mgr.a (mgr.24293) 19931 : cluster 0 pgmap v14903: 33 pgs: 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:32.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:32.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:32.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:33.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:33.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:33.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:33.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:33.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:33 smithi022 bash[28554]: cluster 2023-12-07T18:07:32.036720+0000 mgr.a (mgr.24293) 19932 : cluster 0 pgmap v14904: 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:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:33 smithi044 bash[32620]: cluster 2023-12-07T18:07:32.036720+0000 mgr.a (mgr.24293) 19932 : cluster 0 pgmap v14904: 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:33.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:33 smithi027 bash[31536]: cluster 2023-12-07T18:07:32.036720+0000 mgr.a (mgr.24293) 19932 : cluster 0 pgmap v14904: 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:34.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:34 smithi022 bash[28554]: audit 2023-12-07T18:07:32.970172+0000 mgr.a (mgr.24293) 19933 : audit 0 from='client.393822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:34.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:34 smithi044 bash[32620]: audit 2023-12-07T18:07:32.970172+0000 mgr.a (mgr.24293) 19933 : audit 0 from='client.393822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:34.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:34 smithi027 bash[31536]: audit 2023-12-07T18:07:32.970172+0000 mgr.a (mgr.24293) 19933 : audit 0 from='client.393822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:35 smithi022 bash[28554]: cluster 2023-12-07T18:07:34.037446+0000 mgr.a (mgr.24293) 19934 : cluster 0 pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:35 smithi044 bash[32620]: cluster 2023-12-07T18:07:34.037446+0000 mgr.a (mgr.24293) 19934 : cluster 0 pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:35.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:35 smithi027 bash[31536]: cluster 2023-12-07T18:07:34.037446+0000 mgr.a (mgr.24293) 19934 : cluster 0 pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:37 smithi022 bash[28554]: cluster 2023-12-07T18:07:36.038258+0000 mgr.a (mgr.24293) 19935 : cluster 0 pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:37 smithi044 bash[32620]: cluster 2023-12-07T18:07:36.038258+0000 mgr.a (mgr.24293) 19935 : cluster 0 pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:37.957 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:37 smithi027 bash[31536]: cluster 2023-12-07T18:07:36.038258+0000 mgr.a (mgr.24293) 19935 : cluster 0 pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:38.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:38.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:38.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:39.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:39.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:39.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:39.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:39.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:39 smithi022 bash[28554]: cluster 2023-12-07T18:07:38.038854+0000 mgr.a (mgr.24293) 19936 : cluster 0 pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:39 smithi044 bash[32620]: cluster 2023-12-07T18:07:38.038854+0000 mgr.a (mgr.24293) 19936 : cluster 0 pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:39 smithi027 bash[31536]: cluster 2023-12-07T18:07:38.038854+0000 mgr.a (mgr.24293) 19936 : cluster 0 pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:40.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:40 smithi022 bash[28554]: audit 2023-12-07T18:07:38.930873+0000 mgr.a (mgr.24293) 19937 : audit 0 from='client.393894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:40.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:40 smithi044 bash[32620]: audit 2023-12-07T18:07:38.930873+0000 mgr.a (mgr.24293) 19937 : audit 0 from='client.393894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:40.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:40 smithi027 bash[31536]: audit 2023-12-07T18:07:38.930873+0000 mgr.a (mgr.24293) 19937 : audit 0 from='client.393894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:41 smithi022 bash[28554]: cluster 2023-12-07T18:07:40.039601+0000 mgr.a (mgr.24293) 19938 : cluster 0 pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:41 smithi044 bash[32620]: cluster 2023-12-07T18:07:40.039601+0000 mgr.a (mgr.24293) 19938 : cluster 0 pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:41.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:41 smithi027 bash[31536]: cluster 2023-12-07T18:07:40.039601+0000 mgr.a (mgr.24293) 19938 : cluster 0 pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:43 smithi022 bash[28554]: cluster 2023-12-07T18:07:42.040383+0000 mgr.a (mgr.24293) 19939 : cluster 0 pgmap v14909: 33 pgs: 33 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:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:43 smithi044 bash[32620]: cluster 2023-12-07T18:07:42.040383+0000 mgr.a (mgr.24293) 19939 : cluster 0 pgmap v14909: 33 pgs: 33 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:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:43 smithi027 bash[31536]: cluster 2023-12-07T18:07:42.040383+0000 mgr.a (mgr.24293) 19939 : cluster 0 pgmap v14909: 33 pgs: 33 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:44.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:44.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:44.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:45.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:45.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:45.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:45.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:45.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:45 smithi022 bash[28554]: cluster 2023-12-07T18:07:44.040947+0000 mgr.a (mgr.24293) 19940 : cluster 0 pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:45 smithi044 bash[32620]: cluster 2023-12-07T18:07:44.040947+0000 mgr.a (mgr.24293) 19940 : cluster 0 pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:45.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:45 smithi027 bash[31536]: cluster 2023-12-07T18:07:44.040947+0000 mgr.a (mgr.24293) 19940 : cluster 0 pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:46.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:46 smithi022 bash[28554]: audit 2023-12-07T18:07:44.884500+0000 mgr.a (mgr.24293) 19941 : audit 0 from='client.393969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:46.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:46 smithi044 bash[32620]: audit 2023-12-07T18:07:44.884500+0000 mgr.a (mgr.24293) 19941 : audit 0 from='client.393969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:46.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:46 smithi027 bash[31536]: audit 2023-12-07T18:07:44.884500+0000 mgr.a (mgr.24293) 19941 : audit 0 from='client.393969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:47.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:47 smithi022 bash[28554]: cluster 2023-12-07T18:07:46.041939+0000 mgr.a (mgr.24293) 19942 : cluster 0 pgmap v14911: 33 pgs: 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:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:47 smithi044 bash[32620]: cluster 2023-12-07T18:07:46.041939+0000 mgr.a (mgr.24293) 19942 : cluster 0 pgmap v14911: 33 pgs: 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:47.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:47 smithi027 bash[31536]: cluster 2023-12-07T18:07:46.041939+0000 mgr.a (mgr.24293) 19942 : cluster 0 pgmap v14911: 33 pgs: 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:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:49 smithi022 bash[28554]: cluster 2023-12-07T18:07:48.042512+0000 mgr.a (mgr.24293) 19943 : cluster 0 pgmap v14912: 33 pgs: 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:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:49 smithi044 bash[32620]: cluster 2023-12-07T18:07:48.042512+0000 mgr.a (mgr.24293) 19943 : cluster 0 pgmap v14912: 33 pgs: 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:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:49 smithi027 bash[31536]: cluster 2023-12-07T18:07:48.042512+0000 mgr.a (mgr.24293) 19943 : cluster 0 pgmap v14912: 33 pgs: 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:50.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:50.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:50.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:51.378 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:51.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:51 smithi022 bash[28554]: cluster 2023-12-07T18:07:50.043066+0000 mgr.a (mgr.24293) 19944 : cluster 0 pgmap v14913: 33 pgs: 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:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:51 smithi044 bash[32620]: cluster 2023-12-07T18:07:50.043066+0000 mgr.a (mgr.24293) 19944 : cluster 0 pgmap v14913: 33 pgs: 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:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:51 smithi027 bash[31536]: cluster 2023-12-07T18:07:50.043066+0000 mgr.a (mgr.24293) 19944 : cluster 0 pgmap v14913: 33 pgs: 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:52.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:52 smithi022 bash[28554]: audit 2023-12-07T18:07:50.837464+0000 mgr.a (mgr.24293) 19945 : audit 0 from='client.394044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:52.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:52 smithi044 bash[32620]: audit 2023-12-07T18:07:50.837464+0000 mgr.a (mgr.24293) 19945 : audit 0 from='client.394044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:52.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:52 smithi027 bash[31536]: audit 2023-12-07T18:07:50.837464+0000 mgr.a (mgr.24293) 19945 : audit 0 from='client.394044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:53 smithi022 bash[28554]: cluster 2023-12-07T18:07:52.044163+0000 mgr.a (mgr.24293) 19946 : cluster 0 pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:53 smithi044 bash[32620]: cluster 2023-12-07T18:07:52.044163+0000 mgr.a (mgr.24293) 19946 : cluster 0 pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:53.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:53 smithi027 bash[31536]: cluster 2023-12-07T18:07:52.044163+0000 mgr.a (mgr.24293) 19946 : cluster 0 pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:55 smithi022 bash[28554]: cluster 2023-12-07T18:07:54.044731+0000 mgr.a (mgr.24293) 19947 : cluster 0 pgmap v14915: 33 pgs: 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:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:55 smithi044 bash[32620]: cluster 2023-12-07T18:07:54.044731+0000 mgr.a (mgr.24293) 19947 : cluster 0 pgmap v14915: 33 pgs: 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:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:55 smithi027 bash[31536]: cluster 2023-12-07T18:07:54.044731+0000 mgr.a (mgr.24293) 19947 : cluster 0 pgmap v14915: 33 pgs: 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:56.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:07:56.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:56.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:57.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:07:57.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:57.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:57.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:57.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:07:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:57 smithi022 bash[28554]: cluster 2023-12-07T18:07:56.045423+0000 mgr.a (mgr.24293) 19948 : cluster 0 pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:57 smithi044 bash[32620]: cluster 2023-12-07T18:07:56.045423+0000 mgr.a (mgr.24293) 19948 : cluster 0 pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:57 smithi027 bash[31536]: cluster 2023-12-07T18:07:56.045423+0000 mgr.a (mgr.24293) 19948 : cluster 0 pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:58.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:58 smithi022 bash[28554]: audit 2023-12-07T18:07:56.793562+0000 mgr.a (mgr.24293) 19949 : audit 0 from='client.394119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:58.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:58 smithi044 bash[32620]: audit 2023-12-07T18:07:56.793562+0000 mgr.a (mgr.24293) 19949 : audit 0 from='client.394119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:58.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:58 smithi027 bash[31536]: audit 2023-12-07T18:07:56.793562+0000 mgr.a (mgr.24293) 19949 : audit 0 from='client.394119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:07:59 smithi022 bash[28554]: cluster 2023-12-07T18:07:58.046117+0000 mgr.a (mgr.24293) 19950 : cluster 0 pgmap v14917: 33 pgs: 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:07:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:07:59 smithi044 bash[32620]: cluster 2023-12-07T18:07:58.046117+0000 mgr.a (mgr.24293) 19950 : cluster 0 pgmap v14917: 33 pgs: 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:07:59.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:07:59 smithi027 bash[31536]: cluster 2023-12-07T18:07:58.046117+0000 mgr.a (mgr.24293) 19950 : cluster 0 pgmap v14917: 33 pgs: 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:08:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:00 smithi022 bash[28554]: cluster 2023-12-07T18:08:00.046668+0000 mgr.a (mgr.24293) 19951 : cluster 0 pgmap v14918: 33 pgs: 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:08:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:00 smithi044 bash[32620]: cluster 2023-12-07T18:08:00.046668+0000 mgr.a (mgr.24293) 19951 : cluster 0 pgmap v14918: 33 pgs: 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:08:00.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:00 smithi027 bash[31536]: cluster 2023-12-07T18:08:00.046668+0000 mgr.a (mgr.24293) 19951 : cluster 0 pgmap v14918: 33 pgs: 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:08:02.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:02.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:02.327 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:03.250 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:03.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:03.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:03 smithi022 bash[28554]: cluster 2023-12-07T18:08:02.047446+0000 mgr.a (mgr.24293) 19952 : cluster 0 pgmap v14919: 33 pgs: 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:08:03.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:03 smithi044 bash[32620]: cluster 2023-12-07T18:08:02.047446+0000 mgr.a (mgr.24293) 19952 : cluster 0 pgmap v14919: 33 pgs: 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:08:03.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:03 smithi027 bash[31536]: cluster 2023-12-07T18:08:02.047446+0000 mgr.a (mgr.24293) 19952 : cluster 0 pgmap v14919: 33 pgs: 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:08:04.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:04 smithi022 bash[28554]: audit 2023-12-07T18:08:02.732171+0000 mgr.a (mgr.24293) 19953 : audit 0 from='client.394194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:04.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:04 smithi044 bash[32620]: audit 2023-12-07T18:08:02.732171+0000 mgr.a (mgr.24293) 19953 : audit 0 from='client.394194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:04.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:04 smithi027 bash[31536]: audit 2023-12-07T18:08:02.732171+0000 mgr.a (mgr.24293) 19953 : audit 0 from='client.394194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:05.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:05 smithi022 bash[28554]: cluster 2023-12-07T18:08:04.048118+0000 mgr.a (mgr.24293) 19954 : cluster 0 pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:05.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:05 smithi044 bash[32620]: cluster 2023-12-07T18:08:04.048118+0000 mgr.a (mgr.24293) 19954 : cluster 0 pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:05.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:05 smithi027 bash[31536]: cluster 2023-12-07T18:08:04.048118+0000 mgr.a (mgr.24293) 19954 : cluster 0 pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:07.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:07 smithi022 bash[28554]: cluster 2023-12-07T18:08:06.049041+0000 mgr.a (mgr.24293) 19955 : cluster 0 pgmap v14921: 33 pgs: 33 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:07.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:07 smithi044 bash[32620]: cluster 2023-12-07T18:08:06.049041+0000 mgr.a (mgr.24293) 19955 : cluster 0 pgmap v14921: 33 pgs: 33 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:07.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:07 smithi027 bash[31536]: cluster 2023-12-07T18:08:06.049041+0000 mgr.a (mgr.24293) 19955 : cluster 0 pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:08.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:08.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:08.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:08.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:08 smithi022 bash[28554]: audit 2023-12-07T18:08:08.078990+0000 mon.a (mon.0) 3198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:08.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:08 smithi044 bash[32620]: audit 2023-12-07T18:08:08.078990+0000 mon.a (mon.0) 3198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:08.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:08 smithi027 bash[31536]: audit 2023-12-07T18:08:08.078990+0000 mon.a (mon.0) 3198 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:09.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:09.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:09.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:09.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:09.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:09 smithi022 bash[28554]: cluster 2023-12-07T18:08:08.049635+0000 mgr.a (mgr.24293) 19956 : cluster 0 pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:09 smithi022 bash[28554]: audit 2023-12-07T18:08:08.875442+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:09 smithi022 bash[28554]: audit 2023-12-07T18:08:08.877015+0000 mon.a (mon.0) 3200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:09.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:09 smithi022 bash[28554]: audit 2023-12-07T18:08:08.885107+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:08:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:09 smithi044 bash[32620]: cluster 2023-12-07T18:08:08.049635+0000 mgr.a (mgr.24293) 19956 : cluster 0 pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:09 smithi044 bash[32620]: audit 2023-12-07T18:08:08.875442+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:09 smithi044 bash[32620]: audit 2023-12-07T18:08:08.877015+0000 mon.a (mon.0) 3200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:09.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:09 smithi044 bash[32620]: audit 2023-12-07T18:08:08.885107+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:08:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:09 smithi027 bash[31536]: cluster 2023-12-07T18:08:08.049635+0000 mgr.a (mgr.24293) 19956 : cluster 0 pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:09 smithi027 bash[31536]: audit 2023-12-07T18:08:08.875442+0000 mon.a (mon.0) 3199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:09 smithi027 bash[31536]: audit 2023-12-07T18:08:08.877015+0000 mon.a (mon.0) 3200 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:09.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:09 smithi027 bash[31536]: audit 2023-12-07T18:08:08.885107+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:08:10.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:10 smithi022 bash[28554]: audit 2023-12-07T18:08:08.648313+0000 mgr.a (mgr.24293) 19957 : audit 0 from='client.394269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:10.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:10 smithi044 bash[32620]: audit 2023-12-07T18:08:08.648313+0000 mgr.a (mgr.24293) 19957 : audit 0 from='client.394269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:10.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:10 smithi027 bash[31536]: audit 2023-12-07T18:08:08.648313+0000 mgr.a (mgr.24293) 19957 : audit 0 from='client.394269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:11.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:11 smithi022 bash[28554]: cluster 2023-12-07T18:08:10.050277+0000 mgr.a (mgr.24293) 19958 : cluster 0 pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:11.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:11 smithi044 bash[32620]: cluster 2023-12-07T18:08:10.050277+0000 mgr.a (mgr.24293) 19958 : cluster 0 pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:11.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:11 smithi027 bash[31536]: cluster 2023-12-07T18:08:10.050277+0000 mgr.a (mgr.24293) 19958 : cluster 0 pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:13.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:13 smithi022 bash[28554]: cluster 2023-12-07T18:08:12.051078+0000 mgr.a (mgr.24293) 19959 : cluster 0 pgmap v14924: 33 pgs: 33 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:13.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:13 smithi044 bash[32620]: cluster 2023-12-07T18:08:12.051078+0000 mgr.a (mgr.24293) 19959 : cluster 0 pgmap v14924: 33 pgs: 33 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:13.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:13 smithi027 bash[31536]: cluster 2023-12-07T18:08:12.051078+0000 mgr.a (mgr.24293) 19959 : cluster 0 pgmap v14924: 33 pgs: 33 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:14.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:14.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:14.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:15.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:15.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:15.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:15.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:15.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:15.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:15 smithi022 bash[28554]: cluster 2023-12-07T18:08:14.051602+0000 mgr.a (mgr.24293) 19960 : cluster 0 pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:15.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:15 smithi044 bash[32620]: cluster 2023-12-07T18:08:14.051602+0000 mgr.a (mgr.24293) 19960 : cluster 0 pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:15.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:15 smithi027 bash[31536]: cluster 2023-12-07T18:08:14.051602+0000 mgr.a (mgr.24293) 19960 : cluster 0 pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:16.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:16 smithi022 bash[28554]: audit 2023-12-07T18:08:14.597503+0000 mgr.a (mgr.24293) 19961 : audit 0 from='client.394338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:16.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:16 smithi044 bash[32620]: audit 2023-12-07T18:08:14.597503+0000 mgr.a (mgr.24293) 19961 : audit 0 from='client.394338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:16.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:16 smithi027 bash[31536]: audit 2023-12-07T18:08:14.597503+0000 mgr.a (mgr.24293) 19961 : audit 0 from='client.394338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:17.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:17 smithi022 bash[28554]: cluster 2023-12-07T18:08:16.052445+0000 mgr.a (mgr.24293) 19962 : cluster 0 pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:17.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:17 smithi044 bash[32620]: cluster 2023-12-07T18:08:16.052445+0000 mgr.a (mgr.24293) 19962 : cluster 0 pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:17.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:17 smithi027 bash[31536]: cluster 2023-12-07T18:08:16.052445+0000 mgr.a (mgr.24293) 19962 : cluster 0 pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:19 smithi027 bash[31536]: cluster 2023-12-07T18:08:18.053020+0000 mgr.a (mgr.24293) 19963 : cluster 0 pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:19 smithi022 bash[28554]: cluster 2023-12-07T18:08:18.053020+0000 mgr.a (mgr.24293) 19963 : cluster 0 pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:19 smithi044 bash[32620]: cluster 2023-12-07T18:08:18.053020+0000 mgr.a (mgr.24293) 19963 : cluster 0 pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:20.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:20.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:20.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:21.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:21.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:21.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:21.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:21.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:21 smithi027 bash[31536]: cluster 2023-12-07T18:08:20.053571+0000 mgr.a (mgr.24293) 19964 : cluster 0 pgmap v14928: 33 pgs: 33 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:21.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:21 smithi022 bash[28554]: cluster 2023-12-07T18:08:20.053571+0000 mgr.a (mgr.24293) 19964 : cluster 0 pgmap v14928: 33 pgs: 33 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:21.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:21 smithi044 bash[32620]: cluster 2023-12-07T18:08:20.053571+0000 mgr.a (mgr.24293) 19964 : cluster 0 pgmap v14928: 33 pgs: 33 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.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:22 smithi027 bash[31536]: audit 2023-12-07T18:08:20.547252+0000 mgr.a (mgr.24293) 19965 : audit 0 from='client.394413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:22.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:22 smithi022 bash[28554]: audit 2023-12-07T18:08:20.547252+0000 mgr.a (mgr.24293) 19965 : audit 0 from='client.394413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:22.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:22 smithi044 bash[32620]: audit 2023-12-07T18:08:20.547252+0000 mgr.a (mgr.24293) 19965 : audit 0 from='client.394413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:23 smithi027 bash[31536]: cluster 2023-12-07T18:08:22.054550+0000 mgr.a (mgr.24293) 19966 : cluster 0 pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:23.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:23 smithi022 bash[28554]: cluster 2023-12-07T18:08:22.054550+0000 mgr.a (mgr.24293) 19966 : cluster 0 pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:23 smithi044 bash[32620]: cluster 2023-12-07T18:08:22.054550+0000 mgr.a (mgr.24293) 19966 : cluster 0 pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:25 smithi027 bash[31536]: cluster 2023-12-07T18:08:24.055146+0000 mgr.a (mgr.24293) 19967 : cluster 0 pgmap v14930: 33 pgs: 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:25.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:25 smithi022 bash[28554]: cluster 2023-12-07T18:08:24.055146+0000 mgr.a (mgr.24293) 19967 : cluster 0 pgmap v14930: 33 pgs: 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:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:25 smithi044 bash[32620]: cluster 2023-12-07T18:08:24.055146+0000 mgr.a (mgr.24293) 19967 : cluster 0 pgmap v14930: 33 pgs: 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:26.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:26.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:26.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:27.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:27.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:27.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:27.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:27.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:27 smithi022 bash[28554]: cluster 2023-12-07T18:08:26.055938+0000 mgr.a (mgr.24293) 19968 : cluster 0 pgmap v14931: 33 pgs: 33 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:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:27 smithi022 bash[28554]: audit 2023-12-07T18:08:26.481786+0000 mgr.a (mgr.24293) 19969 : audit 0 from='client.394491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:27 smithi044 bash[32620]: cluster 2023-12-07T18:08:26.055938+0000 mgr.a (mgr.24293) 19968 : cluster 0 pgmap v14931: 33 pgs: 33 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:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:27 smithi044 bash[32620]: audit 2023-12-07T18:08:26.481786+0000 mgr.a (mgr.24293) 19969 : audit 0 from='client.394491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:27.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:27 smithi027 bash[31536]: cluster 2023-12-07T18:08:26.055938+0000 mgr.a (mgr.24293) 19968 : cluster 0 pgmap v14931: 33 pgs: 33 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:27.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:27 smithi027 bash[31536]: audit 2023-12-07T18:08:26.481786+0000 mgr.a (mgr.24293) 19969 : audit 0 from='client.394491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:29 smithi022 bash[28554]: cluster 2023-12-07T18:08:28.056551+0000 mgr.a (mgr.24293) 19970 : cluster 0 pgmap v14932: 33 pgs: 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:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:29 smithi044 bash[32620]: cluster 2023-12-07T18:08:28.056551+0000 mgr.a (mgr.24293) 19970 : cluster 0 pgmap v14932: 33 pgs: 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:29.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:29 smithi027 bash[31536]: cluster 2023-12-07T18:08:28.056551+0000 mgr.a (mgr.24293) 19970 : cluster 0 pgmap v14932: 33 pgs: 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:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:31 smithi022 bash[28554]: cluster 2023-12-07T18:08:30.057160+0000 mgr.a (mgr.24293) 19971 : cluster 0 pgmap v14933: 33 pgs: 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:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:31 smithi044 bash[32620]: cluster 2023-12-07T18:08:30.057160+0000 mgr.a (mgr.24293) 19971 : cluster 0 pgmap v14933: 33 pgs: 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:31.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:31 smithi027 bash[31536]: cluster 2023-12-07T18:08:30.057160+0000 mgr.a (mgr.24293) 19971 : cluster 0 pgmap v14933: 33 pgs: 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:32.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:32.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:32.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:32.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:32.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:32.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:32.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:32.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:33 smithi022 bash[28554]: cluster 2023-12-07T18:08:32.058013+0000 mgr.a (mgr.24293) 19972 : cluster 0 pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:33.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:33 smithi022 bash[28554]: audit 2023-12-07T18:08:32.430603+0000 mgr.a (mgr.24293) 19973 : audit 0 from='client.394569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:33 smithi044 bash[32620]: cluster 2023-12-07T18:08:32.058013+0000 mgr.a (mgr.24293) 19972 : cluster 0 pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:33 smithi044 bash[32620]: audit 2023-12-07T18:08:32.430603+0000 mgr.a (mgr.24293) 19973 : audit 0 from='client.394569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:33.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:33 smithi027 bash[31536]: cluster 2023-12-07T18:08:32.058013+0000 mgr.a (mgr.24293) 19972 : cluster 0 pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:33.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:33 smithi027 bash[31536]: audit 2023-12-07T18:08:32.430603+0000 mgr.a (mgr.24293) 19973 : audit 0 from='client.394569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:35 smithi022 bash[28554]: cluster 2023-12-07T18:08:34.058688+0000 mgr.a (mgr.24293) 19974 : cluster 0 pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:35 smithi044 bash[32620]: cluster 2023-12-07T18:08:34.058688+0000 mgr.a (mgr.24293) 19974 : cluster 0 pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:35.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:35 smithi027 bash[31536]: cluster 2023-12-07T18:08:34.058688+0000 mgr.a (mgr.24293) 19974 : cluster 0 pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:37 smithi022 bash[28554]: cluster 2023-12-07T18:08:36.059527+0000 mgr.a (mgr.24293) 19975 : cluster 0 pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:37 smithi044 bash[32620]: cluster 2023-12-07T18:08:36.059527+0000 mgr.a (mgr.24293) 19975 : cluster 0 pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:37.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:37 smithi027 bash[31536]: cluster 2023-12-07T18:08:36.059527+0000 mgr.a (mgr.24293) 19975 : cluster 0 pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:37.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:37.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:37.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:38.882 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:38.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:38.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:38.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:38.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:39 smithi022 bash[28554]: cluster 2023-12-07T18:08:38.060068+0000 mgr.a (mgr.24293) 19976 : cluster 0 pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:39 smithi022 bash[28554]: audit 2023-12-07T18:08:38.357654+0000 mgr.a (mgr.24293) 19977 : audit 0 from='client.394647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:39 smithi044 bash[32620]: cluster 2023-12-07T18:08:38.060068+0000 mgr.a (mgr.24293) 19976 : cluster 0 pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:39 smithi044 bash[32620]: audit 2023-12-07T18:08:38.357654+0000 mgr.a (mgr.24293) 19977 : audit 0 from='client.394647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:39 smithi027 bash[31536]: cluster 2023-12-07T18:08:38.060068+0000 mgr.a (mgr.24293) 19976 : cluster 0 pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:39 smithi027 bash[31536]: audit 2023-12-07T18:08:38.357654+0000 mgr.a (mgr.24293) 19977 : audit 0 from='client.394647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:41 smithi022 bash[28554]: cluster 2023-12-07T18:08:40.060739+0000 mgr.a (mgr.24293) 19978 : cluster 0 pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:41 smithi044 bash[32620]: cluster 2023-12-07T18:08:40.060739+0000 mgr.a (mgr.24293) 19978 : cluster 0 pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:41.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:41 smithi027 bash[31536]: cluster 2023-12-07T18:08:40.060739+0000 mgr.a (mgr.24293) 19978 : cluster 0 pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:43.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:43.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:43.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:43 smithi022 bash[28554]: cluster 2023-12-07T18:08:42.061568+0000 mgr.a (mgr.24293) 19979 : cluster 0 pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:43 smithi044 bash[32620]: cluster 2023-12-07T18:08:42.061568+0000 mgr.a (mgr.24293) 19979 : cluster 0 pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:43 smithi027 bash[31536]: cluster 2023-12-07T18:08:42.061568+0000 mgr.a (mgr.24293) 19979 : cluster 0 pgmap v14939: 33 pgs: 33 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:44.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:44.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:44.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:44.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:44.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:45 smithi022 bash[28554]: cluster 2023-12-07T18:08:44.062095+0000 mgr.a (mgr.24293) 19980 : cluster 0 pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:45 smithi022 bash[28554]: audit 2023-12-07T18:08:44.294133+0000 mgr.a (mgr.24293) 19981 : audit 0 from='client.394725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:45 smithi044 bash[32620]: cluster 2023-12-07T18:08:44.062095+0000 mgr.a (mgr.24293) 19980 : cluster 0 pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:45 smithi044 bash[32620]: audit 2023-12-07T18:08:44.294133+0000 mgr.a (mgr.24293) 19981 : audit 0 from='client.394725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:45.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:45 smithi027 bash[31536]: cluster 2023-12-07T18:08:44.062095+0000 mgr.a (mgr.24293) 19980 : cluster 0 pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:45.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:45 smithi027 bash[31536]: audit 2023-12-07T18:08:44.294133+0000 mgr.a (mgr.24293) 19981 : audit 0 from='client.394725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:47.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:47 smithi022 bash[28554]: cluster 2023-12-07T18:08:46.063017+0000 mgr.a (mgr.24293) 19982 : cluster 0 pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:47 smithi044 bash[32620]: cluster 2023-12-07T18:08:46.063017+0000 mgr.a (mgr.24293) 19982 : cluster 0 pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:47.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:47 smithi027 bash[31536]: cluster 2023-12-07T18:08:46.063017+0000 mgr.a (mgr.24293) 19982 : cluster 0 pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:49.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:49.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:49.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:49 smithi022 bash[28554]: cluster 2023-12-07T18:08:48.063514+0000 mgr.a (mgr.24293) 19983 : cluster 0 pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:49 smithi044 bash[32620]: cluster 2023-12-07T18:08:48.063514+0000 mgr.a (mgr.24293) 19983 : cluster 0 pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:49 smithi027 bash[31536]: cluster 2023-12-07T18:08:48.063514+0000 mgr.a (mgr.24293) 19983 : cluster 0 pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:50.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:50.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:50.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:50.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:50.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:51 smithi022 bash[28554]: cluster 2023-12-07T18:08:50.064093+0000 mgr.a (mgr.24293) 19984 : cluster 0 pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:51 smithi022 bash[28554]: audit 2023-12-07T18:08:50.247585+0000 mgr.a (mgr.24293) 19985 : audit 0 from='client.394803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:51 smithi044 bash[32620]: cluster 2023-12-07T18:08:50.064093+0000 mgr.a (mgr.24293) 19984 : cluster 0 pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:51 smithi044 bash[32620]: audit 2023-12-07T18:08:50.247585+0000 mgr.a (mgr.24293) 19985 : audit 0 from='client.394803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:51 smithi027 bash[31536]: cluster 2023-12-07T18:08:50.064093+0000 mgr.a (mgr.24293) 19984 : cluster 0 pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:51 smithi027 bash[31536]: audit 2023-12-07T18:08:50.247585+0000 mgr.a (mgr.24293) 19985 : audit 0 from='client.394803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:53 smithi022 bash[28554]: cluster 2023-12-07T18:08:52.065072+0000 mgr.a (mgr.24293) 19986 : cluster 0 pgmap v14944: 33 pgs: 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:08:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:53 smithi044 bash[32620]: cluster 2023-12-07T18:08:52.065072+0000 mgr.a (mgr.24293) 19986 : cluster 0 pgmap v14944: 33 pgs: 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:08:53.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:53 smithi027 bash[31536]: cluster 2023-12-07T18:08:52.065072+0000 mgr.a (mgr.24293) 19986 : cluster 0 pgmap v14944: 33 pgs: 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:08:55.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:08:55.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:55.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:55 smithi022 bash[28554]: cluster 2023-12-07T18:08:54.065663+0000 mgr.a (mgr.24293) 19987 : cluster 0 pgmap v14945: 33 pgs: 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:08:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:55 smithi044 bash[32620]: cluster 2023-12-07T18:08:54.065663+0000 mgr.a (mgr.24293) 19987 : cluster 0 pgmap v14945: 33 pgs: 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:08:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:55 smithi027 bash[31536]: cluster 2023-12-07T18:08:54.065663+0000 mgr.a (mgr.24293) 19987 : cluster 0 pgmap v14945: 33 pgs: 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:08:56.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:08:56.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:56.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:56.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:08:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:57 smithi022 bash[28554]: cluster 2023-12-07T18:08:56.066180+0000 mgr.a (mgr.24293) 19988 : cluster 0 pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:57 smithi022 bash[28554]: audit 2023-12-07T18:08:56.184460+0000 mgr.a (mgr.24293) 19989 : audit 0 from='client.394881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:57 smithi044 bash[32620]: cluster 2023-12-07T18:08:56.066180+0000 mgr.a (mgr.24293) 19988 : cluster 0 pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:57 smithi044 bash[32620]: audit 2023-12-07T18:08:56.184460+0000 mgr.a (mgr.24293) 19989 : audit 0 from='client.394881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:57 smithi027 bash[31536]: cluster 2023-12-07T18:08:56.066180+0000 mgr.a (mgr.24293) 19988 : cluster 0 pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:57 smithi027 bash[31536]: audit 2023-12-07T18:08:56.184460+0000 mgr.a (mgr.24293) 19989 : audit 0 from='client.394881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:08:59 smithi022 bash[28554]: cluster 2023-12-07T18:08:58.066979+0000 mgr.a (mgr.24293) 19990 : cluster 0 pgmap v14947: 33 pgs: 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:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:08:59 smithi044 bash[32620]: cluster 2023-12-07T18:08:58.066979+0000 mgr.a (mgr.24293) 19990 : cluster 0 pgmap v14947: 33 pgs: 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:59.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:08:59 smithi027 bash[31536]: cluster 2023-12-07T18:08:58.066979+0000 mgr.a (mgr.24293) 19990 : cluster 0 pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:01.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:01 smithi022 bash[28554]: cluster 2023-12-07T18:09:00.067716+0000 mgr.a (mgr.24293) 19991 : cluster 0 pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:01 smithi044 bash[32620]: cluster 2023-12-07T18:09:00.067716+0000 mgr.a (mgr.24293) 19991 : cluster 0 pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:01 smithi027 bash[31536]: cluster 2023-12-07T18:09:00.067716+0000 mgr.a (mgr.24293) 19991 : cluster 0 pgmap v14948: 33 pgs: 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:02.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:02.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:02.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:02.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:02.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:03 smithi022 bash[28554]: cluster 2023-12-07T18:09:02.068657+0000 mgr.a (mgr.24293) 19992 : cluster 0 pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:03 smithi022 bash[28554]: audit 2023-12-07T18:09:02.123217+0000 mgr.a (mgr.24293) 19993 : audit 0 from='client.394959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:03 smithi044 bash[32620]: cluster 2023-12-07T18:09:02.068657+0000 mgr.a (mgr.24293) 19992 : cluster 0 pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:03 smithi044 bash[32620]: audit 2023-12-07T18:09:02.123217+0000 mgr.a (mgr.24293) 19993 : audit 0 from='client.394959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:03.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:03 smithi027 bash[31536]: cluster 2023-12-07T18:09:02.068657+0000 mgr.a (mgr.24293) 19992 : cluster 0 pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:03.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:03 smithi027 bash[31536]: audit 2023-12-07T18:09:02.123217+0000 mgr.a (mgr.24293) 19993 : audit 0 from='client.394959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:05 smithi022 bash[28554]: cluster 2023-12-07T18:09:04.069360+0000 mgr.a (mgr.24293) 19994 : cluster 0 pgmap v14950: 33 pgs: 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:09:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:05 smithi044 bash[32620]: cluster 2023-12-07T18:09:04.069360+0000 mgr.a (mgr.24293) 19994 : cluster 0 pgmap v14950: 33 pgs: 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:09:05.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:05 smithi027 bash[31536]: cluster 2023-12-07T18:09:04.069360+0000 mgr.a (mgr.24293) 19994 : cluster 0 pgmap v14950: 33 pgs: 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:09:07.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:07.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:07.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:07 smithi022 bash[28554]: cluster 2023-12-07T18:09:06.070200+0000 mgr.a (mgr.24293) 19995 : cluster 0 pgmap v14951: 33 pgs: 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:09:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:07 smithi044 bash[32620]: cluster 2023-12-07T18:09:06.070200+0000 mgr.a (mgr.24293) 19995 : cluster 0 pgmap v14951: 33 pgs: 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:09:07.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:07 smithi027 bash[31536]: cluster 2023-12-07T18:09:06.070200+0000 mgr.a (mgr.24293) 19995 : cluster 0 pgmap v14951: 33 pgs: 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:09:08.617 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:08.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:08.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:08.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:08.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:09 smithi022 bash[28554]: audit 2023-12-07T18:09:08.069364+0000 mgr.a (mgr.24293) 19996 : audit 0 from='client.395037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:09 smithi022 bash[28554]: cluster 2023-12-07T18:09:08.070551+0000 mgr.a (mgr.24293) 19997 : cluster 0 pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:09 smithi022 bash[28554]: audit 2023-12-07T18:09:09.001659+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:09 smithi044 bash[32620]: audit 2023-12-07T18:09:08.069364+0000 mgr.a (mgr.24293) 19996 : audit 0 from='client.395037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:09 smithi044 bash[32620]: cluster 2023-12-07T18:09:08.070551+0000 mgr.a (mgr.24293) 19997 : cluster 0 pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:09 smithi044 bash[32620]: audit 2023-12-07T18:09:09.001659+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:09.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:09 smithi027 bash[31536]: audit 2023-12-07T18:09:08.069364+0000 mgr.a (mgr.24293) 19996 : audit 0 from='client.395037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:09.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:09 smithi027 bash[31536]: cluster 2023-12-07T18:09:08.070551+0000 mgr.a (mgr.24293) 19997 : cluster 0 pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:09.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:09 smithi027 bash[31536]: audit 2023-12-07T18:09:09.001659+0000 mon.a (mon.0) 3202 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:10.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:10 smithi022 bash[28554]: audit 2023-12-07T18:09:09.781245+0000 mon.a (mon.0) 3203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:10.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:10 smithi022 bash[28554]: audit 2023-12-07T18:09:09.783158+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:10.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:10 smithi022 bash[28554]: audit 2023-12-07T18:09:09.792531+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:09:10.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:10 smithi044 bash[32620]: audit 2023-12-07T18:09:09.781245+0000 mon.a (mon.0) 3203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:10.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:10 smithi044 bash[32620]: audit 2023-12-07T18:09:09.783158+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:10.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:10 smithi044 bash[32620]: audit 2023-12-07T18:09:09.792531+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:09:10.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:10 smithi027 bash[31536]: audit 2023-12-07T18:09:09.781245+0000 mon.a (mon.0) 3203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:10.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:10 smithi027 bash[31536]: audit 2023-12-07T18:09:09.783158+0000 mon.a (mon.0) 3204 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:10.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:10 smithi027 bash[31536]: audit 2023-12-07T18:09:09.792531+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:09:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:11 smithi022 bash[28554]: cluster 2023-12-07T18:09:10.071148+0000 mgr.a (mgr.24293) 19998 : cluster 0 pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:11 smithi044 bash[32620]: cluster 2023-12-07T18:09:10.071148+0000 mgr.a (mgr.24293) 19998 : cluster 0 pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:11 smithi027 bash[31536]: cluster 2023-12-07T18:09:10.071148+0000 mgr.a (mgr.24293) 19998 : cluster 0 pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:13.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:13.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:13.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:13 smithi022 bash[28554]: cluster 2023-12-07T18:09:12.072145+0000 mgr.a (mgr.24293) 19999 : cluster 0 pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:13.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:13 smithi044 bash[32620]: cluster 2023-12-07T18:09:12.072145+0000 mgr.a (mgr.24293) 19999 : cluster 0 pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:13.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:13 smithi027 bash[31536]: cluster 2023-12-07T18:09:12.072145+0000 mgr.a (mgr.24293) 19999 : cluster 0 pgmap v14954: 33 pgs: 33 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:14.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:14.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:14.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:14.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:14.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:14.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:14 smithi022 bash[28554]: audit 2023-12-07T18:09:14.024932+0000 mgr.a (mgr.24293) 20000 : audit 0 from='client.395115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:14.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:14 smithi022 bash[28554]: cluster 2023-12-07T18:09:14.072874+0000 mgr.a (mgr.24293) 20001 : cluster 0 pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:14.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:14 smithi044 bash[32620]: audit 2023-12-07T18:09:14.024932+0000 mgr.a (mgr.24293) 20000 : audit 0 from='client.395115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:14.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:14 smithi044 bash[32620]: cluster 2023-12-07T18:09:14.072874+0000 mgr.a (mgr.24293) 20001 : cluster 0 pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:14.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:14 smithi027 bash[31536]: audit 2023-12-07T18:09:14.024932+0000 mgr.a (mgr.24293) 20000 : audit 0 from='client.395115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:14.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:14 smithi027 bash[31536]: cluster 2023-12-07T18:09:14.072874+0000 mgr.a (mgr.24293) 20001 : cluster 0 pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:17.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:17 smithi022 bash[28554]: cluster 2023-12-07T18:09:16.073867+0000 mgr.a (mgr.24293) 20002 : cluster 0 pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:17.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:17 smithi044 bash[32620]: cluster 2023-12-07T18:09:16.073867+0000 mgr.a (mgr.24293) 20002 : cluster 0 pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:17 smithi027 bash[31536]: cluster 2023-12-07T18:09:16.073867+0000 mgr.a (mgr.24293) 20002 : cluster 0 pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:19.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:19.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:19.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:19.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:19 smithi022 bash[28554]: cluster 2023-12-07T18:09:18.074454+0000 mgr.a (mgr.24293) 20003 : cluster 0 pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:19.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:19 smithi044 bash[32620]: cluster 2023-12-07T18:09:18.074454+0000 mgr.a (mgr.24293) 20003 : cluster 0 pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:19 smithi027 bash[31536]: cluster 2023-12-07T18:09:18.074454+0000 mgr.a (mgr.24293) 20003 : cluster 0 pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:20.500 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:20.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:20.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:20.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:20.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:21 smithi022 bash[28554]: audit 2023-12-07T18:09:19.955722+0000 mgr.a (mgr.24293) 20004 : audit 0 from='client.395193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:21.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:21 smithi022 bash[28554]: cluster 2023-12-07T18:09:20.075254+0000 mgr.a (mgr.24293) 20005 : cluster 0 pgmap v14958: 33 pgs: 33 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:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:21 smithi044 bash[32620]: audit 2023-12-07T18:09:19.955722+0000 mgr.a (mgr.24293) 20004 : audit 0 from='client.395193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:21.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:21 smithi044 bash[32620]: cluster 2023-12-07T18:09:20.075254+0000 mgr.a (mgr.24293) 20005 : cluster 0 pgmap v14958: 33 pgs: 33 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:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:21 smithi027 bash[31536]: audit 2023-12-07T18:09:19.955722+0000 mgr.a (mgr.24293) 20004 : audit 0 from='client.395193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:21 smithi027 bash[31536]: cluster 2023-12-07T18:09:20.075254+0000 mgr.a (mgr.24293) 20005 : cluster 0 pgmap v14958: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:23 smithi022 bash[28554]: cluster 2023-12-07T18:09:22.076247+0000 mgr.a (mgr.24293) 20006 : cluster 0 pgmap v14959: 33 pgs: 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:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:23 smithi044 bash[32620]: cluster 2023-12-07T18:09:22.076247+0000 mgr.a (mgr.24293) 20006 : cluster 0 pgmap v14959: 33 pgs: 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:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:23 smithi027 bash[31536]: cluster 2023-12-07T18:09:22.076247+0000 mgr.a (mgr.24293) 20006 : cluster 0 pgmap v14959: 33 pgs: 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.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:25.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:25.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:25.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:25 smithi022 bash[28554]: cluster 2023-12-07T18:09:24.076865+0000 mgr.a (mgr.24293) 20007 : cluster 0 pgmap v14960: 33 pgs: 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:25.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:25 smithi044 bash[32620]: cluster 2023-12-07T18:09:24.076865+0000 mgr.a (mgr.24293) 20007 : cluster 0 pgmap v14960: 33 pgs: 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:25.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:25 smithi027 bash[31536]: cluster 2023-12-07T18:09:24.076865+0000 mgr.a (mgr.24293) 20007 : cluster 0 pgmap v14960: 33 pgs: 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:26.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:26.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:26.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:26.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:26.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:27 smithi022 bash[28554]: audit 2023-12-07T18:09:25.907627+0000 mgr.a (mgr.24293) 20008 : audit 0 from='client.395271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:27.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:27 smithi022 bash[28554]: cluster 2023-12-07T18:09:26.078044+0000 mgr.a (mgr.24293) 20009 : cluster 0 pgmap v14961: 33 pgs: 33 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:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:27 smithi044 bash[32620]: audit 2023-12-07T18:09:25.907627+0000 mgr.a (mgr.24293) 20008 : audit 0 from='client.395271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:27.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:27 smithi044 bash[32620]: cluster 2023-12-07T18:09:26.078044+0000 mgr.a (mgr.24293) 20009 : cluster 0 pgmap v14961: 33 pgs: 33 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:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:27 smithi027 bash[31536]: audit 2023-12-07T18:09:25.907627+0000 mgr.a (mgr.24293) 20008 : audit 0 from='client.395271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:27.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:27 smithi027 bash[31536]: cluster 2023-12-07T18:09:26.078044+0000 mgr.a (mgr.24293) 20009 : cluster 0 pgmap v14961: 33 pgs: 33 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.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:29 smithi022 bash[28554]: cluster 2023-12-07T18:09:28.078993+0000 mgr.a (mgr.24293) 20010 : cluster 0 pgmap v14962: 33 pgs: 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:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:29 smithi044 bash[32620]: cluster 2023-12-07T18:09:28.078993+0000 mgr.a (mgr.24293) 20010 : cluster 0 pgmap v14962: 33 pgs: 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:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:29 smithi027 bash[31536]: cluster 2023-12-07T18:09:28.078993+0000 mgr.a (mgr.24293) 20010 : cluster 0 pgmap v14962: 33 pgs: 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:31.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:31.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:31.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:31 smithi022 bash[28554]: cluster 2023-12-07T18:09:30.079654+0000 mgr.a (mgr.24293) 20011 : cluster 0 pgmap v14963: 33 pgs: 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:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:31 smithi044 bash[32620]: cluster 2023-12-07T18:09:30.079654+0000 mgr.a (mgr.24293) 20011 : cluster 0 pgmap v14963: 33 pgs: 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:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:31 smithi027 bash[31536]: cluster 2023-12-07T18:09:30.079654+0000 mgr.a (mgr.24293) 20011 : cluster 0 pgmap v14963: 33 pgs: 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:32.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:32.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:32.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:32.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:32.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:33 smithi022 bash[28554]: audit 2023-12-07T18:09:31.844470+0000 mgr.a (mgr.24293) 20012 : audit 0 from='client.395349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:33.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:33 smithi022 bash[28554]: cluster 2023-12-07T18:09:32.080469+0000 mgr.a (mgr.24293) 20013 : cluster 0 pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:33.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:33 smithi044 bash[32620]: audit 2023-12-07T18:09:31.844470+0000 mgr.a (mgr.24293) 20012 : audit 0 from='client.395349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:33.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:33 smithi044 bash[32620]: cluster 2023-12-07T18:09:32.080469+0000 mgr.a (mgr.24293) 20013 : cluster 0 pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:33 smithi027 bash[31536]: audit 2023-12-07T18:09:31.844470+0000 mgr.a (mgr.24293) 20012 : audit 0 from='client.395349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:33 smithi027 bash[31536]: cluster 2023-12-07T18:09:32.080469+0000 mgr.a (mgr.24293) 20013 : cluster 0 pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:35 smithi027 bash[31536]: cluster 2023-12-07T18:09:34.081147+0000 mgr.a (mgr.24293) 20014 : cluster 0 pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:35 smithi022 bash[28554]: cluster 2023-12-07T18:09:34.081147+0000 mgr.a (mgr.24293) 20014 : cluster 0 pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:35 smithi044 bash[32620]: cluster 2023-12-07T18:09:34.081147+0000 mgr.a (mgr.24293) 20014 : cluster 0 pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:37.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:37.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:37.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:37 smithi027 bash[31536]: cluster 2023-12-07T18:09:36.082133+0000 mgr.a (mgr.24293) 20015 : cluster 0 pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:09:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:37 smithi022 bash[28554]: cluster 2023-12-07T18:09:36.082133+0000 mgr.a (mgr.24293) 20015 : cluster 0 pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:09:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:37 smithi044 bash[32620]: cluster 2023-12-07T18:09:36.082133+0000 mgr.a (mgr.24293) 20015 : cluster 0 pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:09:38.308 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:38.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:38.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:38.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:38.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:39 smithi027 bash[31536]: audit 2023-12-07T18:09:37.785901+0000 mgr.a (mgr.24293) 20016 : audit 0 from='client.395427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:39 smithi027 bash[31536]: cluster 2023-12-07T18:09:38.082950+0000 mgr.a (mgr.24293) 20017 : cluster 0 pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:39 smithi022 bash[28554]: audit 2023-12-07T18:09:37.785901+0000 mgr.a (mgr.24293) 20016 : audit 0 from='client.395427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:39 smithi022 bash[28554]: cluster 2023-12-07T18:09:38.082950+0000 mgr.a (mgr.24293) 20017 : cluster 0 pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:39 smithi044 bash[32620]: audit 2023-12-07T18:09:37.785901+0000 mgr.a (mgr.24293) 20016 : audit 0 from='client.395427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:39 smithi044 bash[32620]: cluster 2023-12-07T18:09:38.082950+0000 mgr.a (mgr.24293) 20017 : cluster 0 pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:41.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:41 smithi027 bash[31536]: cluster 2023-12-07T18:09:40.083664+0000 mgr.a (mgr.24293) 20018 : cluster 0 pgmap v14968: 33 pgs: 33 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:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:41 smithi022 bash[28554]: cluster 2023-12-07T18:09:40.083664+0000 mgr.a (mgr.24293) 20018 : cluster 0 pgmap v14968: 33 pgs: 33 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:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:41 smithi044 bash[32620]: cluster 2023-12-07T18:09:40.083664+0000 mgr.a (mgr.24293) 20018 : cluster 0 pgmap v14968: 33 pgs: 33 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:43.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:43.312 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:43.312 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:43.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:43 smithi027 bash[31536]: cluster 2023-12-07T18:09:42.084507+0000 mgr.a (mgr.24293) 20019 : cluster 0 pgmap v14969: 33 pgs: 33 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:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:43 smithi022 bash[28554]: cluster 2023-12-07T18:09:42.084507+0000 mgr.a (mgr.24293) 20019 : cluster 0 pgmap v14969: 33 pgs: 33 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:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:43 smithi044 bash[32620]: cluster 2023-12-07T18:09:42.084507+0000 mgr.a (mgr.24293) 20019 : cluster 0 pgmap v14969: 33 pgs: 33 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:44.239 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:44.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:44.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:44.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:44.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:45 smithi027 bash[31536]: audit 2023-12-07T18:09:43.720085+0000 mgr.a (mgr.24293) 20020 : audit 0 from='client.395499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:45.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:45 smithi027 bash[31536]: cluster 2023-12-07T18:09:44.085242+0000 mgr.a (mgr.24293) 20021 : cluster 0 pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:45 smithi022 bash[28554]: audit 2023-12-07T18:09:43.720085+0000 mgr.a (mgr.24293) 20020 : audit 0 from='client.395499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:45 smithi022 bash[28554]: cluster 2023-12-07T18:09:44.085242+0000 mgr.a (mgr.24293) 20021 : cluster 0 pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:45 smithi044 bash[32620]: audit 2023-12-07T18:09:43.720085+0000 mgr.a (mgr.24293) 20020 : audit 0 from='client.395499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:45 smithi044 bash[32620]: cluster 2023-12-07T18:09:44.085242+0000 mgr.a (mgr.24293) 20021 : cluster 0 pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:47.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:47 smithi022 bash[28554]: cluster 2023-12-07T18:09:46.086345+0000 mgr.a (mgr.24293) 20022 : cluster 0 pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:47 smithi044 bash[32620]: cluster 2023-12-07T18:09:46.086345+0000 mgr.a (mgr.24293) 20022 : cluster 0 pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:47.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:47 smithi027 bash[31536]: cluster 2023-12-07T18:09:46.086345+0000 mgr.a (mgr.24293) 20022 : cluster 0 pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:49.242 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:49.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:49.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:49 smithi022 bash[28554]: cluster 2023-12-07T18:09:48.086970+0000 mgr.a (mgr.24293) 20023 : cluster 0 pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:49 smithi044 bash[32620]: cluster 2023-12-07T18:09:48.086970+0000 mgr.a (mgr.24293) 20023 : cluster 0 pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:49 smithi027 bash[31536]: cluster 2023-12-07T18:09:48.086970+0000 mgr.a (mgr.24293) 20023 : cluster 0 pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:50.192 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:50.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:50.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:50.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:50.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:51 smithi022 bash[28554]: audit 2023-12-07T18:09:49.653536+0000 mgr.a (mgr.24293) 20024 : audit 0 from='client.395577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:51 smithi022 bash[28554]: cluster 2023-12-07T18:09:50.087859+0000 mgr.a (mgr.24293) 20025 : cluster 0 pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:51 smithi044 bash[32620]: audit 2023-12-07T18:09:49.653536+0000 mgr.a (mgr.24293) 20024 : audit 0 from='client.395577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:51 smithi044 bash[32620]: cluster 2023-12-07T18:09:50.087859+0000 mgr.a (mgr.24293) 20025 : cluster 0 pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:51 smithi027 bash[31536]: audit 2023-12-07T18:09:49.653536+0000 mgr.a (mgr.24293) 20024 : audit 0 from='client.395577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:51 smithi027 bash[31536]: cluster 2023-12-07T18:09:50.087859+0000 mgr.a (mgr.24293) 20025 : cluster 0 pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:53 smithi022 bash[28554]: cluster 2023-12-07T18:09:52.088690+0000 mgr.a (mgr.24293) 20026 : cluster 0 pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:53 smithi044 bash[32620]: cluster 2023-12-07T18:09:52.088690+0000 mgr.a (mgr.24293) 20026 : cluster 0 pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:53.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:53 smithi027 bash[31536]: cluster 2023-12-07T18:09:52.088690+0000 mgr.a (mgr.24293) 20026 : cluster 0 pgmap v14974: 33 pgs: 33 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.195 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:09:55.196 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:55.196 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:55 smithi022 bash[28554]: cluster 2023-12-07T18:09:54.089282+0000 mgr.a (mgr.24293) 20027 : cluster 0 pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:55 smithi044 bash[32620]: cluster 2023-12-07T18:09:54.089282+0000 mgr.a (mgr.24293) 20027 : cluster 0 pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:55 smithi027 bash[31536]: cluster 2023-12-07T18:09:54.089282+0000 mgr.a (mgr.24293) 20027 : cluster 0 pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:56.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:09:56.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:56.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:56.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:56.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:09:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:57 smithi022 bash[28554]: audit 2023-12-07T18:09:55.595813+0000 mgr.a (mgr.24293) 20028 : audit 0 from='client.395652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:57 smithi022 bash[28554]: cluster 2023-12-07T18:09:56.089968+0000 mgr.a (mgr.24293) 20029 : cluster 0 pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:57 smithi044 bash[32620]: audit 2023-12-07T18:09:55.595813+0000 mgr.a (mgr.24293) 20028 : audit 0 from='client.395652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:57 smithi044 bash[32620]: cluster 2023-12-07T18:09:56.089968+0000 mgr.a (mgr.24293) 20029 : cluster 0 pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:57 smithi027 bash[31536]: audit 2023-12-07T18:09:55.595813+0000 mgr.a (mgr.24293) 20028 : audit 0 from='client.395652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:57 smithi027 bash[31536]: cluster 2023-12-07T18:09:56.089968+0000 mgr.a (mgr.24293) 20029 : cluster 0 pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:09:59 smithi022 bash[28554]: cluster 2023-12-07T18:09:58.090673+0000 mgr.a (mgr.24293) 20030 : cluster 0 pgmap v14977: 33 pgs: 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:59.946 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:09:59 smithi044 bash[32620]: cluster 2023-12-07T18:09:58.090673+0000 mgr.a (mgr.24293) 20030 : cluster 0 pgmap v14977: 33 pgs: 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:59.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:09:59 smithi027 bash[31536]: cluster 2023-12-07T18:09:58.090673+0000 mgr.a (mgr.24293) 20030 : cluster 0 pgmap v14977: 33 pgs: 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:00.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:00 smithi022 bash[28554]: cluster 2023-12-07T18:10:00.000122+0000 mon.a (mon.0) 3206 : cluster 1 overall HEALTH_OK 2023-12-07T18:10:00.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:00 smithi044 bash[32620]: cluster 2023-12-07T18:10:00.000122+0000 mon.a (mon.0) 3206 : cluster 1 overall HEALTH_OK 2023-12-07T18:10:00.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:00 smithi027 bash[31536]: cluster 2023-12-07T18:10:00.000122+0000 mon.a (mon.0) 3206 : cluster 1 overall HEALTH_OK 2023-12-07T18:10:01.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:01.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:01.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:01 smithi022 bash[28554]: cluster 2023-12-07T18:10:00.091401+0000 mgr.a (mgr.24293) 20031 : cluster 0 pgmap v14978: 33 pgs: 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:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:01 smithi044 bash[32620]: cluster 2023-12-07T18:10:00.091401+0000 mgr.a (mgr.24293) 20031 : cluster 0 pgmap v14978: 33 pgs: 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:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:01 smithi027 bash[31536]: cluster 2023-12-07T18:10:00.091401+0000 mgr.a (mgr.24293) 20031 : cluster 0 pgmap v14978: 33 pgs: 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:02.073 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:02.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:02.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:02.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:02.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:02 smithi022 bash[28554]: audit 2023-12-07T18:10:01.536968+0000 mgr.a (mgr.24293) 20032 : audit 0 from='client.320710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:02 smithi044 bash[32620]: audit 2023-12-07T18:10:01.536968+0000 mgr.a (mgr.24293) 20032 : audit 0 from='client.320710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:02.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:02 smithi027 bash[31536]: audit 2023-12-07T18:10:01.536968+0000 mgr.a (mgr.24293) 20032 : audit 0 from='client.320710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:03 smithi022 bash[28554]: cluster 2023-12-07T18:10:02.092516+0000 mgr.a (mgr.24293) 20033 : cluster 0 pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:03 smithi044 bash[32620]: cluster 2023-12-07T18:10:02.092516+0000 mgr.a (mgr.24293) 20033 : cluster 0 pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:03.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:03 smithi027 bash[31536]: cluster 2023-12-07T18:10:02.092516+0000 mgr.a (mgr.24293) 20033 : cluster 0 pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:05 smithi022 bash[28554]: cluster 2023-12-07T18:10:04.093128+0000 mgr.a (mgr.24293) 20034 : cluster 0 pgmap v14980: 33 pgs: 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:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:05 smithi044 bash[32620]: cluster 2023-12-07T18:10:04.093128+0000 mgr.a (mgr.24293) 20034 : cluster 0 pgmap v14980: 33 pgs: 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:05.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:05 smithi027 bash[31536]: cluster 2023-12-07T18:10:04.093128+0000 mgr.a (mgr.24293) 20034 : cluster 0 pgmap v14980: 33 pgs: 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:07.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:07.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:07.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:07 smithi022 bash[28554]: cluster 2023-12-07T18:10:06.093904+0000 mgr.a (mgr.24293) 20035 : cluster 0 pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:07 smithi044 bash[32620]: cluster 2023-12-07T18:10:06.093904+0000 mgr.a (mgr.24293) 20035 : cluster 0 pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:07.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:07 smithi027 bash[31536]: cluster 2023-12-07T18:10:06.093904+0000 mgr.a (mgr.24293) 20035 : cluster 0 pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:08.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:08.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:08.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:08.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:08.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:08.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:08 smithi022 bash[28554]: audit 2023-12-07T18:10:07.475595+0000 mgr.a (mgr.24293) 20036 : audit 0 from='client.395799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:08.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:08 smithi044 bash[32620]: audit 2023-12-07T18:10:07.475595+0000 mgr.a (mgr.24293) 20036 : audit 0 from='client.395799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:08.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:08 smithi027 bash[31536]: audit 2023-12-07T18:10:07.475595+0000 mgr.a (mgr.24293) 20036 : audit 0 from='client.395799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:09 smithi022 bash[28554]: cluster 2023-12-07T18:10:08.094710+0000 mgr.a (mgr.24293) 20037 : cluster 0 pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:09 smithi044 bash[32620]: cluster 2023-12-07T18:10:08.094710+0000 mgr.a (mgr.24293) 20037 : cluster 0 pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:09.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:09 smithi027 bash[31536]: cluster 2023-12-07T18:10:08.094710+0000 mgr.a (mgr.24293) 20037 : cluster 0 pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:10.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:10 smithi022 bash[28554]: audit 2023-12-07T18:10:09.896573+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:10.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:10 smithi044 bash[32620]: audit 2023-12-07T18:10:09.896573+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:10.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:10 smithi027 bash[31536]: audit 2023-12-07T18:10:09.896573+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:11 smithi022 bash[28554]: cluster 2023-12-07T18:10:10.095334+0000 mgr.a (mgr.24293) 20038 : cluster 0 pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:11 smithi022 bash[28554]: audit 2023-12-07T18:10:10.686480+0000 mon.a (mon.0) 3208 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:11 smithi022 bash[28554]: audit 2023-12-07T18:10:10.688228+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:11 smithi022 bash[28554]: audit 2023-12-07T18:10:10.697568+0000 mon.a (mon.0) 3210 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:10:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:11 smithi044 bash[32620]: cluster 2023-12-07T18:10:10.095334+0000 mgr.a (mgr.24293) 20038 : cluster 0 pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:11 smithi044 bash[32620]: audit 2023-12-07T18:10:10.686480+0000 mon.a (mon.0) 3208 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:11 smithi044 bash[32620]: audit 2023-12-07T18:10:10.688228+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:11 smithi044 bash[32620]: audit 2023-12-07T18:10:10.697568+0000 mon.a (mon.0) 3210 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:10:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:11 smithi027 bash[31536]: cluster 2023-12-07T18:10:10.095334+0000 mgr.a (mgr.24293) 20038 : cluster 0 pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:11 smithi027 bash[31536]: audit 2023-12-07T18:10:10.686480+0000 mon.a (mon.0) 3208 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:11 smithi027 bash[31536]: audit 2023-12-07T18:10:10.688228+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:11 smithi027 bash[31536]: audit 2023-12-07T18:10:10.697568+0000 mon.a (mon.0) 3210 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:10:13.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:13.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:13.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:13.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:13.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:13.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:13.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:13.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:13 smithi022 bash[28554]: cluster 2023-12-07T18:10:12.096152+0000 mgr.a (mgr.24293) 20039 : cluster 0 pgmap v14984: 33 pgs: 33 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:13.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:13 smithi044 bash[32620]: cluster 2023-12-07T18:10:12.096152+0000 mgr.a (mgr.24293) 20039 : cluster 0 pgmap v14984: 33 pgs: 33 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:13.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:13 smithi027 bash[31536]: cluster 2023-12-07T18:10:12.096152+0000 mgr.a (mgr.24293) 20039 : cluster 0 pgmap v14984: 33 pgs: 33 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:14.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:14 smithi022 bash[28554]: audit 2023-12-07T18:10:13.426078+0000 mgr.a (mgr.24293) 20040 : audit 0 from='client.395877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:14.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:14 smithi044 bash[32620]: audit 2023-12-07T18:10:13.426078+0000 mgr.a (mgr.24293) 20040 : audit 0 from='client.395877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:14.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:14 smithi027 bash[31536]: audit 2023-12-07T18:10:13.426078+0000 mgr.a (mgr.24293) 20040 : audit 0 from='client.395877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:15 smithi022 bash[28554]: cluster 2023-12-07T18:10:14.097048+0000 mgr.a (mgr.24293) 20041 : cluster 0 pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:15.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:15 smithi044 bash[32620]: cluster 2023-12-07T18:10:14.097048+0000 mgr.a (mgr.24293) 20041 : cluster 0 pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:15.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:15 smithi027 bash[31536]: cluster 2023-12-07T18:10:14.097048+0000 mgr.a (mgr.24293) 20041 : cluster 0 pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:17 smithi022 bash[28554]: cluster 2023-12-07T18:10:16.097956+0000 mgr.a (mgr.24293) 20042 : cluster 0 pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:17.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:17 smithi044 bash[32620]: cluster 2023-12-07T18:10:16.097956+0000 mgr.a (mgr.24293) 20042 : cluster 0 pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:17.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:17 smithi027 bash[31536]: cluster 2023-12-07T18:10:16.097956+0000 mgr.a (mgr.24293) 20042 : cluster 0 pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:18.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:18.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:18.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:19.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:19.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:19.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:19.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:19.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:19 smithi022 bash[28554]: cluster 2023-12-07T18:10:18.098563+0000 mgr.a (mgr.24293) 20043 : cluster 0 pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:19 smithi044 bash[32620]: cluster 2023-12-07T18:10:18.098563+0000 mgr.a (mgr.24293) 20043 : cluster 0 pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:19.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:19 smithi027 bash[31536]: cluster 2023-12-07T18:10:18.098563+0000 mgr.a (mgr.24293) 20043 : cluster 0 pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:20.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:20 smithi022 bash[28554]: audit 2023-12-07T18:10:19.337322+0000 mgr.a (mgr.24293) 20044 : audit 0 from='client.312707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:20.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:20 smithi044 bash[32620]: audit 2023-12-07T18:10:19.337322+0000 mgr.a (mgr.24293) 20044 : audit 0 from='client.312707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:20.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:20 smithi027 bash[31536]: audit 2023-12-07T18:10:19.337322+0000 mgr.a (mgr.24293) 20044 : audit 0 from='client.312707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:21.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:21 smithi022 bash[28554]: cluster 2023-12-07T18:10:20.099384+0000 mgr.a (mgr.24293) 20045 : cluster 0 pgmap v14988: 33 pgs: 33 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.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:21 smithi044 bash[32620]: cluster 2023-12-07T18:10:20.099384+0000 mgr.a (mgr.24293) 20045 : cluster 0 pgmap v14988: 33 pgs: 33 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.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:21 smithi027 bash[31536]: cluster 2023-12-07T18:10:20.099384+0000 mgr.a (mgr.24293) 20045 : cluster 0 pgmap v14988: 33 pgs: 33 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:23.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:23 smithi022 bash[28554]: cluster 2023-12-07T18:10:22.100386+0000 mgr.a (mgr.24293) 20046 : cluster 0 pgmap v14989: 33 pgs: 33 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:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:23 smithi044 bash[32620]: cluster 2023-12-07T18:10:22.100386+0000 mgr.a (mgr.24293) 20046 : cluster 0 pgmap v14989: 33 pgs: 33 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:23.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:23 smithi027 bash[31536]: cluster 2023-12-07T18:10:22.100386+0000 mgr.a (mgr.24293) 20046 : cluster 0 pgmap v14989: 33 pgs: 33 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:24.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:24.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:24.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:24.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:24 smithi022 bash[28554]: cluster 2023-12-07T18:10:24.101015+0000 mgr.a (mgr.24293) 20047 : cluster 0 pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:24.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:24 smithi044 bash[32620]: cluster 2023-12-07T18:10:24.101015+0000 mgr.a (mgr.24293) 20047 : cluster 0 pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:24.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:24 smithi027 bash[31536]: cluster 2023-12-07T18:10:24.101015+0000 mgr.a (mgr.24293) 20047 : cluster 0 pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:25.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:25.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:25.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:25.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:25.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:25.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:25 smithi022 bash[28554]: audit 2023-12-07T18:10:25.274528+0000 mgr.a (mgr.24293) 20048 : audit 0 from='client.396027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:25 smithi044 bash[32620]: audit 2023-12-07T18:10:25.274528+0000 mgr.a (mgr.24293) 20048 : audit 0 from='client.396027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:25.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:25 smithi027 bash[31536]: audit 2023-12-07T18:10:25.274528+0000 mgr.a (mgr.24293) 20048 : audit 0 from='client.396027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:26 smithi022 bash[28554]: cluster 2023-12-07T18:10:26.102090+0000 mgr.a (mgr.24293) 20049 : cluster 0 pgmap v14991: 33 pgs: 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:10:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:26 smithi044 bash[32620]: cluster 2023-12-07T18:10:26.102090+0000 mgr.a (mgr.24293) 20049 : cluster 0 pgmap v14991: 33 pgs: 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:10:26.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:26 smithi027 bash[31536]: cluster 2023-12-07T18:10:26.102090+0000 mgr.a (mgr.24293) 20049 : cluster 0 pgmap v14991: 33 pgs: 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:10:29.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:29 smithi022 bash[28554]: cluster 2023-12-07T18:10:28.102703+0000 mgr.a (mgr.24293) 20050 : cluster 0 pgmap v14992: 33 pgs: 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:10:29.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:29 smithi044 bash[32620]: cluster 2023-12-07T18:10:28.102703+0000 mgr.a (mgr.24293) 20050 : cluster 0 pgmap v14992: 33 pgs: 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:10:29.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:29 smithi027 bash[31536]: cluster 2023-12-07T18:10:28.102703+0000 mgr.a (mgr.24293) 20050 : cluster 0 pgmap v14992: 33 pgs: 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:10:30.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:30.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:30.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:31.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:31 smithi022 bash[28554]: cluster 2023-12-07T18:10:30.103292+0000 mgr.a (mgr.24293) 20051 : cluster 0 pgmap v14993: 33 pgs: 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:10:31.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:31 smithi044 bash[32620]: cluster 2023-12-07T18:10:30.103292+0000 mgr.a (mgr.24293) 20051 : cluster 0 pgmap v14993: 33 pgs: 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:10:31.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:31 smithi027 bash[31536]: cluster 2023-12-07T18:10:30.103292+0000 mgr.a (mgr.24293) 20051 : cluster 0 pgmap v14993: 33 pgs: 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:10:31.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:31.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:31.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:31.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:31.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:32.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:32 smithi022 bash[28554]: audit 2023-12-07T18:10:31.209987+0000 mgr.a (mgr.24293) 20052 : audit 0 from='client.396105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:32.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:32 smithi044 bash[32620]: audit 2023-12-07T18:10:31.209987+0000 mgr.a (mgr.24293) 20052 : audit 0 from='client.396105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:32.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:32 smithi027 bash[31536]: audit 2023-12-07T18:10:31.209987+0000 mgr.a (mgr.24293) 20052 : audit 0 from='client.396105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:33.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:33 smithi027 bash[31536]: cluster 2023-12-07T18:10:32.104394+0000 mgr.a (mgr.24293) 20053 : cluster 0 pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:33 smithi022 bash[28554]: cluster 2023-12-07T18:10:32.104394+0000 mgr.a (mgr.24293) 20053 : cluster 0 pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:33 smithi044 bash[32620]: cluster 2023-12-07T18:10:32.104394+0000 mgr.a (mgr.24293) 20053 : cluster 0 pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:35.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:35 smithi027 bash[31536]: cluster 2023-12-07T18:10:34.104979+0000 mgr.a (mgr.24293) 20054 : cluster 0 pgmap v14995: 33 pgs: 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:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:35 smithi022 bash[28554]: cluster 2023-12-07T18:10:34.104979+0000 mgr.a (mgr.24293) 20054 : cluster 0 pgmap v14995: 33 pgs: 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:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:35 smithi044 bash[32620]: cluster 2023-12-07T18:10:34.104979+0000 mgr.a (mgr.24293) 20054 : cluster 0 pgmap v14995: 33 pgs: 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:36.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:36.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:36.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:37.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:37.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:37.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:37.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:37.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:37.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:37 smithi027 bash[31536]: cluster 2023-12-07T18:10:36.105907+0000 mgr.a (mgr.24293) 20055 : cluster 0 pgmap v14996: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:37 smithi022 bash[28554]: cluster 2023-12-07T18:10:36.105907+0000 mgr.a (mgr.24293) 20055 : cluster 0 pgmap v14996: 33 pgs: 33 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.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:37 smithi044 bash[32620]: cluster 2023-12-07T18:10:36.105907+0000 mgr.a (mgr.24293) 20055 : cluster 0 pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:38.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:38 smithi027 bash[31536]: audit 2023-12-07T18:10:37.153085+0000 mgr.a (mgr.24293) 20056 : audit 0 from='client.396183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:38 smithi022 bash[28554]: audit 2023-12-07T18:10:37.153085+0000 mgr.a (mgr.24293) 20056 : audit 0 from='client.396183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:38 smithi044 bash[32620]: audit 2023-12-07T18:10:37.153085+0000 mgr.a (mgr.24293) 20056 : audit 0 from='client.396183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:39.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:39 smithi027 bash[31536]: cluster 2023-12-07T18:10:38.106701+0000 mgr.a (mgr.24293) 20057 : cluster 0 pgmap v14997: 33 pgs: 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:10:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:39 smithi022 bash[28554]: cluster 2023-12-07T18:10:38.106701+0000 mgr.a (mgr.24293) 20057 : cluster 0 pgmap v14997: 33 pgs: 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:10:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:39 smithi044 bash[32620]: cluster 2023-12-07T18:10:38.106701+0000 mgr.a (mgr.24293) 20057 : cluster 0 pgmap v14997: 33 pgs: 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:10:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:41 smithi022 bash[28554]: cluster 2023-12-07T18:10:40.107303+0000 mgr.a (mgr.24293) 20058 : cluster 0 pgmap v14998: 33 pgs: 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:10:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:41 smithi044 bash[32620]: cluster 2023-12-07T18:10:40.107303+0000 mgr.a (mgr.24293) 20058 : cluster 0 pgmap v14998: 33 pgs: 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:10:41.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:41 smithi027 bash[31536]: cluster 2023-12-07T18:10:40.107303+0000 mgr.a (mgr.24293) 20058 : cluster 0 pgmap v14998: 33 pgs: 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:10:42.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:42.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:42.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:43.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:43.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:43.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:43.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:43.597 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:43 smithi022 bash[28554]: cluster 2023-12-07T18:10:42.108252+0000 mgr.a (mgr.24293) 20059 : cluster 0 pgmap v14999: 33 pgs: 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:10:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:43 smithi044 bash[32620]: cluster 2023-12-07T18:10:42.108252+0000 mgr.a (mgr.24293) 20059 : cluster 0 pgmap v14999: 33 pgs: 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:10:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:43 smithi027 bash[31536]: cluster 2023-12-07T18:10:42.108252+0000 mgr.a (mgr.24293) 20059 : cluster 0 pgmap v14999: 33 pgs: 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:10:44.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:44 smithi022 bash[28554]: audit 2023-12-07T18:10:43.073717+0000 mgr.a (mgr.24293) 20060 : audit 0 from='client.396261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:44.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:44 smithi044 bash[32620]: audit 2023-12-07T18:10:43.073717+0000 mgr.a (mgr.24293) 20060 : audit 0 from='client.396261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:44.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:44 smithi027 bash[31536]: audit 2023-12-07T18:10:43.073717+0000 mgr.a (mgr.24293) 20060 : audit 0 from='client.396261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:45 smithi022 bash[28554]: cluster 2023-12-07T18:10:44.109002+0000 mgr.a (mgr.24293) 20061 : cluster 0 pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:45 smithi044 bash[32620]: cluster 2023-12-07T18:10:44.109002+0000 mgr.a (mgr.24293) 20061 : cluster 0 pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:45.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:45 smithi027 bash[31536]: cluster 2023-12-07T18:10:44.109002+0000 mgr.a (mgr.24293) 20061 : cluster 0 pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:47.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:47 smithi022 bash[28554]: cluster 2023-12-07T18:10:46.109845+0000 mgr.a (mgr.24293) 20062 : cluster 0 pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:47 smithi044 bash[32620]: cluster 2023-12-07T18:10:46.109845+0000 mgr.a (mgr.24293) 20062 : cluster 0 pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:47.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:47 smithi027 bash[31536]: cluster 2023-12-07T18:10:46.109845+0000 mgr.a (mgr.24293) 20062 : cluster 0 pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:48.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:48.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:48.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:49.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:49.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:49.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:49.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:49.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:49 smithi022 bash[28554]: cluster 2023-12-07T18:10:48.110403+0000 mgr.a (mgr.24293) 20063 : cluster 0 pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:49 smithi044 bash[32620]: cluster 2023-12-07T18:10:48.110403+0000 mgr.a (mgr.24293) 20063 : cluster 0 pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:49 smithi027 bash[31536]: cluster 2023-12-07T18:10:48.110403+0000 mgr.a (mgr.24293) 20063 : cluster 0 pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:50.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:50 smithi022 bash[28554]: audit 2023-12-07T18:10:49.003683+0000 mgr.a (mgr.24293) 20064 : audit 0 from='client.396336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:50.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:50 smithi044 bash[32620]: audit 2023-12-07T18:10:49.003683+0000 mgr.a (mgr.24293) 20064 : audit 0 from='client.396336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:50.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:50 smithi027 bash[31536]: audit 2023-12-07T18:10:49.003683+0000 mgr.a (mgr.24293) 20064 : audit 0 from='client.396336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:51 smithi022 bash[28554]: cluster 2023-12-07T18:10:50.111136+0000 mgr.a (mgr.24293) 20065 : cluster 0 pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:51 smithi044 bash[32620]: cluster 2023-12-07T18:10:50.111136+0000 mgr.a (mgr.24293) 20065 : cluster 0 pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:51 smithi027 bash[31536]: cluster 2023-12-07T18:10:50.111136+0000 mgr.a (mgr.24293) 20065 : cluster 0 pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:53 smithi022 bash[28554]: cluster 2023-12-07T18:10:52.112020+0000 mgr.a (mgr.24293) 20066 : cluster 0 pgmap v15004: 33 pgs: 33 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:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:53 smithi044 bash[32620]: cluster 2023-12-07T18:10:52.112020+0000 mgr.a (mgr.24293) 20066 : cluster 0 pgmap v15004: 33 pgs: 33 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:53.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:53 smithi027 bash[31536]: cluster 2023-12-07T18:10:52.112020+0000 mgr.a (mgr.24293) 20066 : cluster 0 pgmap v15004: 33 pgs: 33 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:54.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:10:54.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:54.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:55.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:55.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:55.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:55.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:10:55.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:10:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:55 smithi022 bash[28554]: cluster 2023-12-07T18:10:54.112607+0000 mgr.a (mgr.24293) 20067 : cluster 0 pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:55.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:55 smithi044 bash[32620]: cluster 2023-12-07T18:10:54.112607+0000 mgr.a (mgr.24293) 20067 : cluster 0 pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:55 smithi027 bash[31536]: cluster 2023-12-07T18:10:54.112607+0000 mgr.a (mgr.24293) 20067 : cluster 0 pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:56.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:56 smithi022 bash[28554]: audit 2023-12-07T18:10:54.961536+0000 mgr.a (mgr.24293) 20068 : audit 0 from='client.396414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:56.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:56 smithi044 bash[32620]: audit 2023-12-07T18:10:54.961536+0000 mgr.a (mgr.24293) 20068 : audit 0 from='client.396414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:56.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:56 smithi027 bash[31536]: audit 2023-12-07T18:10:54.961536+0000 mgr.a (mgr.24293) 20068 : audit 0 from='client.396414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:57 smithi022 bash[28554]: cluster 2023-12-07T18:10:56.113631+0000 mgr.a (mgr.24293) 20069 : cluster 0 pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:10:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:57 smithi044 bash[32620]: cluster 2023-12-07T18:10:56.113631+0000 mgr.a (mgr.24293) 20069 : cluster 0 pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:10:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:57 smithi027 bash[31536]: cluster 2023-12-07T18:10:56.113631+0000 mgr.a (mgr.24293) 20069 : cluster 0 pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:10:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:10:59 smithi022 bash[28554]: cluster 2023-12-07T18:10:58.114256+0000 mgr.a (mgr.24293) 20070 : cluster 0 pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:10:59 smithi044 bash[32620]: cluster 2023-12-07T18:10:58.114256+0000 mgr.a (mgr.24293) 20070 : cluster 0 pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:59.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:10:59 smithi027 bash[31536]: cluster 2023-12-07T18:10:58.114256+0000 mgr.a (mgr.24293) 20070 : cluster 0 pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:00.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:00.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:00.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:01.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:01.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:01.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:01.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:01.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:01 smithi022 bash[28554]: cluster 2023-12-07T18:11:00.114840+0000 mgr.a (mgr.24293) 20071 : cluster 0 pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:01 smithi044 bash[32620]: cluster 2023-12-07T18:11:00.114840+0000 mgr.a (mgr.24293) 20071 : cluster 0 pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:01 smithi027 bash[31536]: cluster 2023-12-07T18:11:00.114840+0000 mgr.a (mgr.24293) 20071 : cluster 0 pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:02.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:02 smithi022 bash[28554]: audit 2023-12-07T18:11:00.900270+0000 mgr.a (mgr.24293) 20072 : audit 0 from='client.396492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:02.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:02 smithi044 bash[32620]: audit 2023-12-07T18:11:00.900270+0000 mgr.a (mgr.24293) 20072 : audit 0 from='client.396492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:02.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:02 smithi027 bash[31536]: audit 2023-12-07T18:11:00.900270+0000 mgr.a (mgr.24293) 20072 : audit 0 from='client.396492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:03 smithi022 bash[28554]: cluster 2023-12-07T18:11:02.115953+0000 mgr.a (mgr.24293) 20073 : cluster 0 pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:03 smithi044 bash[32620]: cluster 2023-12-07T18:11:02.115953+0000 mgr.a (mgr.24293) 20073 : cluster 0 pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:03.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:03 smithi027 bash[31536]: cluster 2023-12-07T18:11:02.115953+0000 mgr.a (mgr.24293) 20073 : cluster 0 pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:05 smithi022 bash[28554]: cluster 2023-12-07T18:11:04.116556+0000 mgr.a (mgr.24293) 20074 : cluster 0 pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:05 smithi044 bash[32620]: cluster 2023-12-07T18:11:04.116556+0000 mgr.a (mgr.24293) 20074 : cluster 0 pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:05.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:05 smithi027 bash[31536]: cluster 2023-12-07T18:11:04.116556+0000 mgr.a (mgr.24293) 20074 : cluster 0 pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:06.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:06.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:06.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:07.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:07.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:07.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:07.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:07.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:07 smithi022 bash[28554]: cluster 2023-12-07T18:11:06.117388+0000 mgr.a (mgr.24293) 20075 : cluster 0 pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:07 smithi044 bash[32620]: cluster 2023-12-07T18:11:06.117388+0000 mgr.a (mgr.24293) 20075 : cluster 0 pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:07.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:07 smithi027 bash[31536]: cluster 2023-12-07T18:11:06.117388+0000 mgr.a (mgr.24293) 20075 : cluster 0 pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:08.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:08 smithi022 bash[28554]: audit 2023-12-07T18:11:06.852811+0000 mgr.a (mgr.24293) 20076 : audit 0 from='client.396567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:08.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:08 smithi044 bash[32620]: audit 2023-12-07T18:11:06.852811+0000 mgr.a (mgr.24293) 20076 : audit 0 from='client.396567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:08.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:08 smithi027 bash[31536]: audit 2023-12-07T18:11:06.852811+0000 mgr.a (mgr.24293) 20076 : audit 0 from='client.396567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:09 smithi022 bash[28554]: cluster 2023-12-07T18:11:08.118116+0000 mgr.a (mgr.24293) 20077 : cluster 0 pgmap v15012: 33 pgs: 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:11:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:09 smithi044 bash[32620]: cluster 2023-12-07T18:11:08.118116+0000 mgr.a (mgr.24293) 20077 : cluster 0 pgmap v15012: 33 pgs: 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:11:09.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:09 smithi027 bash[31536]: cluster 2023-12-07T18:11:08.118116+0000 mgr.a (mgr.24293) 20077 : cluster 0 pgmap v15012: 33 pgs: 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:11:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:11 smithi022 bash[28554]: cluster 2023-12-07T18:11:10.118719+0000 mgr.a (mgr.24293) 20078 : cluster 0 pgmap v15013: 33 pgs: 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:11:11.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:11 smithi022 bash[28554]: audit 2023-12-07T18:11:10.800960+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:11 smithi044 bash[32620]: cluster 2023-12-07T18:11:10.118719+0000 mgr.a (mgr.24293) 20078 : cluster 0 pgmap v15013: 33 pgs: 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:11:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:11 smithi044 bash[32620]: audit 2023-12-07T18:11:10.800960+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:11 smithi027 bash[31536]: cluster 2023-12-07T18:11:10.118719+0000 mgr.a (mgr.24293) 20078 : cluster 0 pgmap v15013: 33 pgs: 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:11:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:11 smithi027 bash[31536]: audit 2023-12-07T18:11:10.800960+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:12.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:12.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:12.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:13.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:13.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:13.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:13.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:13.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:13 smithi022 bash[28554]: cluster 2023-12-07T18:11:12.119561+0000 mgr.a (mgr.24293) 20079 : cluster 0 pgmap v15014: 33 pgs: 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:11:13.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:13 smithi044 bash[32620]: cluster 2023-12-07T18:11:12.119561+0000 mgr.a (mgr.24293) 20079 : cluster 0 pgmap v15014: 33 pgs: 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:11:13.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:13 smithi027 bash[31536]: cluster 2023-12-07T18:11:12.119561+0000 mgr.a (mgr.24293) 20079 : cluster 0 pgmap v15014: 33 pgs: 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:11:14.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:14 smithi022 bash[28554]: audit 2023-12-07T18:11:12.796999+0000 mgr.a (mgr.24293) 20080 : audit 0 from='client.396642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:14.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:14 smithi044 bash[32620]: audit 2023-12-07T18:11:12.796999+0000 mgr.a (mgr.24293) 20080 : audit 0 from='client.396642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:14.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:14 smithi027 bash[31536]: audit 2023-12-07T18:11:12.796999+0000 mgr.a (mgr.24293) 20080 : audit 0 from='client.396642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:15 smithi022 bash[28554]: cluster 2023-12-07T18:11:14.120205+0000 mgr.a (mgr.24293) 20081 : cluster 0 pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:15.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:15 smithi044 bash[32620]: cluster 2023-12-07T18:11:14.120205+0000 mgr.a (mgr.24293) 20081 : cluster 0 pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:15.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:15 smithi027 bash[31536]: cluster 2023-12-07T18:11:14.120205+0000 mgr.a (mgr.24293) 20081 : cluster 0 pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: cluster 2023-12-07T18:11:16.121206+0000 mgr.a (mgr.24293) 20082 : cluster 0 pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.143612+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.150478+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.249380+0000 mon.a (mon.0) 3214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.255349+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.260065+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.432 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.264794+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.941210+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.943281+0000 mon.a (mon.0) 3219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:17 smithi022 bash[28554]: audit 2023-12-07T18:11:16.953585+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: cluster 2023-12-07T18:11:16.121206+0000 mgr.a (mgr.24293) 20082 : cluster 0 pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.143612+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.150478+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.433 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.249380+0000 mon.a (mon.0) 3214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.255349+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.260065+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.264794+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.941210+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:17.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.943281+0000 mon.a (mon.0) 3219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:17.434 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:17 smithi044 bash[32620]: audit 2023-12-07T18:11:16.953585+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: cluster 2023-12-07T18:11:16.121206+0000 mgr.a (mgr.24293) 20082 : cluster 0 pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.143612+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.150478+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.249380+0000 mon.a (mon.0) 3214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.255349+0000 mon.a (mon.0) 3215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.260065+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.264794+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.941210+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.943281+0000 mon.a (mon.0) 3219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:17.456 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:17 smithi027 bash[31536]: audit 2023-12-07T18:11:16.953585+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:11:18.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:18.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:18.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:19.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:19.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:19.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:19.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:19.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:19.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:19 smithi027 bash[31536]: cluster 2023-12-07T18:11:18.121717+0000 mgr.a (mgr.24293) 20083 : cluster 0 pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:19 smithi022 bash[28554]: cluster 2023-12-07T18:11:18.121717+0000 mgr.a (mgr.24293) 20083 : cluster 0 pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:19 smithi044 bash[32620]: cluster 2023-12-07T18:11:18.121717+0000 mgr.a (mgr.24293) 20083 : cluster 0 pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:20.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:20 smithi027 bash[31536]: audit 2023-12-07T18:11:18.741980+0000 mgr.a (mgr.24293) 20084 : audit 0 from='client.396720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:20.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:20 smithi022 bash[28554]: audit 2023-12-07T18:11:18.741980+0000 mgr.a (mgr.24293) 20084 : audit 0 from='client.396720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:20.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:20 smithi044 bash[32620]: audit 2023-12-07T18:11:18.741980+0000 mgr.a (mgr.24293) 20084 : audit 0 from='client.396720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:21.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:21 smithi027 bash[31536]: cluster 2023-12-07T18:11:20.122376+0000 mgr.a (mgr.24293) 20085 : cluster 0 pgmap v15018: 33 pgs: 33 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:21.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:21 smithi022 bash[28554]: cluster 2023-12-07T18:11:20.122376+0000 mgr.a (mgr.24293) 20085 : cluster 0 pgmap v15018: 33 pgs: 33 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:21.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:21 smithi044 bash[32620]: cluster 2023-12-07T18:11:20.122376+0000 mgr.a (mgr.24293) 20085 : cluster 0 pgmap v15018: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:23 smithi022 bash[28554]: cluster 2023-12-07T18:11:22.123272+0000 mgr.a (mgr.24293) 20086 : cluster 0 pgmap v15019: 33 pgs: 33 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:23.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:23 smithi044 bash[32620]: cluster 2023-12-07T18:11:22.123272+0000 mgr.a (mgr.24293) 20086 : cluster 0 pgmap v15019: 33 pgs: 33 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:23.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:23 smithi027 bash[31536]: cluster 2023-12-07T18:11:22.123272+0000 mgr.a (mgr.24293) 20086 : cluster 0 pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:24.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:24.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:24.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:25.236 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:25.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:25.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:25.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:25.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:25.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:25 smithi022 bash[28554]: cluster 2023-12-07T18:11:24.123839+0000 mgr.a (mgr.24293) 20087 : cluster 0 pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:25 smithi044 bash[32620]: cluster 2023-12-07T18:11:24.123839+0000 mgr.a (mgr.24293) 20087 : cluster 0 pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:25.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:25 smithi027 bash[31536]: cluster 2023-12-07T18:11:24.123839+0000 mgr.a (mgr.24293) 20087 : cluster 0 pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:26.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:26 smithi022 bash[28554]: audit 2023-12-07T18:11:24.711294+0000 mgr.a (mgr.24293) 20088 : audit 0 from='client.396798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:26.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:26 smithi044 bash[32620]: audit 2023-12-07T18:11:24.711294+0000 mgr.a (mgr.24293) 20088 : audit 0 from='client.396798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:26.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:26 smithi027 bash[31536]: audit 2023-12-07T18:11:24.711294+0000 mgr.a (mgr.24293) 20088 : audit 0 from='client.396798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:27 smithi022 bash[28554]: cluster 2023-12-07T18:11:26.124729+0000 mgr.a (mgr.24293) 20089 : cluster 0 pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:27 smithi044 bash[32620]: cluster 2023-12-07T18:11:26.124729+0000 mgr.a (mgr.24293) 20089 : cluster 0 pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:27.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:27 smithi027 bash[31536]: cluster 2023-12-07T18:11:26.124729+0000 mgr.a (mgr.24293) 20089 : cluster 0 pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:29 smithi022 bash[28554]: cluster 2023-12-07T18:11:28.125317+0000 mgr.a (mgr.24293) 20090 : cluster 0 pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:29 smithi044 bash[32620]: cluster 2023-12-07T18:11:28.125317+0000 mgr.a (mgr.24293) 20090 : cluster 0 pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:29.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:29 smithi027 bash[31536]: cluster 2023-12-07T18:11:28.125317+0000 mgr.a (mgr.24293) 20090 : cluster 0 pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:30.239 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:30.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:30.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:31.207 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:31.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:31.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:31.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:31.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:31 smithi022 bash[28554]: cluster 2023-12-07T18:11:30.125922+0000 mgr.a (mgr.24293) 20091 : cluster 0 pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:31 smithi044 bash[32620]: cluster 2023-12-07T18:11:30.125922+0000 mgr.a (mgr.24293) 20091 : cluster 0 pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:31.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:31 smithi027 bash[31536]: cluster 2023-12-07T18:11:30.125922+0000 mgr.a (mgr.24293) 20091 : cluster 0 pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:32.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:32 smithi022 bash[28554]: audit 2023-12-07T18:11:30.654462+0000 mgr.a (mgr.24293) 20092 : audit 0 from='client.396876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:32.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:32 smithi044 bash[32620]: audit 2023-12-07T18:11:30.654462+0000 mgr.a (mgr.24293) 20092 : audit 0 from='client.396876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:32.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:32 smithi027 bash[31536]: audit 2023-12-07T18:11:30.654462+0000 mgr.a (mgr.24293) 20092 : audit 0 from='client.396876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:33 smithi022 bash[28554]: cluster 2023-12-07T18:11:32.127067+0000 mgr.a (mgr.24293) 20093 : cluster 0 pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:33 smithi044 bash[32620]: cluster 2023-12-07T18:11:32.127067+0000 mgr.a (mgr.24293) 20093 : cluster 0 pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:33.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:33 smithi027 bash[31536]: cluster 2023-12-07T18:11:32.127067+0000 mgr.a (mgr.24293) 20093 : cluster 0 pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:35 smithi022 bash[28554]: cluster 2023-12-07T18:11:34.127718+0000 mgr.a (mgr.24293) 20094 : cluster 0 pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:35 smithi044 bash[32620]: cluster 2023-12-07T18:11:34.127718+0000 mgr.a (mgr.24293) 20094 : cluster 0 pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:36.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:36.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:36.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:37.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:37.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:37.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:37.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:37.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:37 smithi022 bash[28554]: cluster 2023-12-07T18:11:36.128467+0000 mgr.a (mgr.24293) 20095 : cluster 0 pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:37 smithi044 bash[32620]: cluster 2023-12-07T18:11:36.128467+0000 mgr.a (mgr.24293) 20095 : cluster 0 pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:37.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:35 smithi027 bash[31536]: cluster 2023-12-07T18:11:34.127718+0000 mgr.a (mgr.24293) 20094 : cluster 0 pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:37.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:37 smithi027 bash[31536]: cluster 2023-12-07T18:11:36.128467+0000 mgr.a (mgr.24293) 20095 : cluster 0 pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:38.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:38 smithi022 bash[28554]: audit 2023-12-07T18:11:36.619841+0000 mgr.a (mgr.24293) 20096 : audit 0 from='client.396954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:38.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:38 smithi044 bash[32620]: audit 2023-12-07T18:11:36.619841+0000 mgr.a (mgr.24293) 20096 : audit 0 from='client.396954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:38.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:38 smithi027 bash[31536]: audit 2023-12-07T18:11:36.619841+0000 mgr.a (mgr.24293) 20096 : audit 0 from='client.396954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:39.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:39 smithi022 bash[28554]: cluster 2023-12-07T18:11:38.129160+0000 mgr.a (mgr.24293) 20097 : cluster 0 pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:39 smithi044 bash[32620]: cluster 2023-12-07T18:11:38.129160+0000 mgr.a (mgr.24293) 20097 : cluster 0 pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:39.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:39 smithi027 bash[31536]: cluster 2023-12-07T18:11:38.129160+0000 mgr.a (mgr.24293) 20097 : cluster 0 pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:41 smithi022 bash[28554]: cluster 2023-12-07T18:11:40.129765+0000 mgr.a (mgr.24293) 20098 : cluster 0 pgmap v15028: 33 pgs: 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:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:41 smithi044 bash[32620]: cluster 2023-12-07T18:11:40.129765+0000 mgr.a (mgr.24293) 20098 : cluster 0 pgmap v15028: 33 pgs: 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:41.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:41 smithi027 bash[31536]: cluster 2023-12-07T18:11:40.129765+0000 mgr.a (mgr.24293) 20098 : cluster 0 pgmap v15028: 33 pgs: 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:42.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:42.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:42.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:43.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:43 smithi022 bash[28554]: cluster 2023-12-07T18:11:42.130578+0000 mgr.a (mgr.24293) 20099 : cluster 0 pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:43 smithi022 bash[28554]: audit 2023-12-07T18:11:42.561025+0000 mgr.a (mgr.24293) 20100 : audit 0 from='client.397032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:43 smithi044 bash[32620]: cluster 2023-12-07T18:11:42.130578+0000 mgr.a (mgr.24293) 20099 : cluster 0 pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:43 smithi044 bash[32620]: audit 2023-12-07T18:11:42.561025+0000 mgr.a (mgr.24293) 20100 : audit 0 from='client.397032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:43 smithi027 bash[31536]: cluster 2023-12-07T18:11:42.130578+0000 mgr.a (mgr.24293) 20099 : cluster 0 pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:43 smithi027 bash[31536]: audit 2023-12-07T18:11:42.561025+0000 mgr.a (mgr.24293) 20100 : audit 0 from='client.397032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:45 smithi022 bash[28554]: cluster 2023-12-07T18:11:44.131392+0000 mgr.a (mgr.24293) 20101 : cluster 0 pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:45 smithi044 bash[32620]: cluster 2023-12-07T18:11:44.131392+0000 mgr.a (mgr.24293) 20101 : cluster 0 pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:45.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:45 smithi027 bash[31536]: cluster 2023-12-07T18:11:44.131392+0000 mgr.a (mgr.24293) 20101 : cluster 0 pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:47.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:47 smithi022 bash[28554]: cluster 2023-12-07T18:11:46.132424+0000 mgr.a (mgr.24293) 20102 : cluster 0 pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:47 smithi044 bash[32620]: cluster 2023-12-07T18:11:46.132424+0000 mgr.a (mgr.24293) 20102 : cluster 0 pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:47.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:47 smithi027 bash[31536]: cluster 2023-12-07T18:11:46.132424+0000 mgr.a (mgr.24293) 20102 : cluster 0 pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:48.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:48.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:48.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:49.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:49.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:49.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:49.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:49.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:49 smithi022 bash[28554]: cluster 2023-12-07T18:11:48.133058+0000 mgr.a (mgr.24293) 20103 : cluster 0 pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:49 smithi022 bash[28554]: audit 2023-12-07T18:11:48.518854+0000 mgr.a (mgr.24293) 20104 : audit 0 from='client.321772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:49 smithi044 bash[32620]: cluster 2023-12-07T18:11:48.133058+0000 mgr.a (mgr.24293) 20103 : cluster 0 pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:49 smithi044 bash[32620]: audit 2023-12-07T18:11:48.518854+0000 mgr.a (mgr.24293) 20104 : audit 0 from='client.321772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:49 smithi027 bash[31536]: cluster 2023-12-07T18:11:48.133058+0000 mgr.a (mgr.24293) 20103 : cluster 0 pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:49 smithi027 bash[31536]: audit 2023-12-07T18:11:48.518854+0000 mgr.a (mgr.24293) 20104 : audit 0 from='client.321772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:51 smithi022 bash[28554]: cluster 2023-12-07T18:11:50.133765+0000 mgr.a (mgr.24293) 20105 : cluster 0 pgmap v15033: 33 pgs: 33 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:51.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:51 smithi044 bash[32620]: cluster 2023-12-07T18:11:50.133765+0000 mgr.a (mgr.24293) 20105 : cluster 0 pgmap v15033: 33 pgs: 33 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:51.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:51 smithi027 bash[31536]: cluster 2023-12-07T18:11:50.133765+0000 mgr.a (mgr.24293) 20105 : cluster 0 pgmap v15033: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:53 smithi022 bash[28554]: cluster 2023-12-07T18:11:52.134585+0000 mgr.a (mgr.24293) 20106 : cluster 0 pgmap v15034: 33 pgs: 33 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:53.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:53 smithi044 bash[32620]: cluster 2023-12-07T18:11:52.134585+0000 mgr.a (mgr.24293) 20106 : cluster 0 pgmap v15034: 33 pgs: 33 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:53.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:53 smithi027 bash[31536]: cluster 2023-12-07T18:11:52.134585+0000 mgr.a (mgr.24293) 20106 : cluster 0 pgmap v15034: 33 pgs: 33 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:54.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:54.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:54.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:54.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:54.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:54.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:54.980 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:11:54.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:11:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:55 smithi022 bash[28554]: cluster 2023-12-07T18:11:54.135167+0000 mgr.a (mgr.24293) 20107 : cluster 0 pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:55 smithi022 bash[28554]: audit 2023-12-07T18:11:54.464756+0000 mgr.a (mgr.24293) 20108 : audit 0 from='client.397185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:55 smithi044 bash[32620]: cluster 2023-12-07T18:11:54.135167+0000 mgr.a (mgr.24293) 20107 : cluster 0 pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:55 smithi044 bash[32620]: audit 2023-12-07T18:11:54.464756+0000 mgr.a (mgr.24293) 20108 : audit 0 from='client.397185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:55 smithi027 bash[31536]: cluster 2023-12-07T18:11:54.135167+0000 mgr.a (mgr.24293) 20107 : cluster 0 pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:55 smithi027 bash[31536]: audit 2023-12-07T18:11:54.464756+0000 mgr.a (mgr.24293) 20108 : audit 0 from='client.397185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:57 smithi022 bash[28554]: cluster 2023-12-07T18:11:56.136074+0000 mgr.a (mgr.24293) 20109 : cluster 0 pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:57.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:57 smithi044 bash[32620]: cluster 2023-12-07T18:11:56.136074+0000 mgr.a (mgr.24293) 20109 : cluster 0 pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:57.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:57 smithi027 bash[31536]: cluster 2023-12-07T18:11:56.136074+0000 mgr.a (mgr.24293) 20109 : cluster 0 pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:59.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:11:59 smithi022 bash[28554]: cluster 2023-12-07T18:11:58.136721+0000 mgr.a (mgr.24293) 20110 : cluster 0 pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:59.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:11:59 smithi044 bash[32620]: cluster 2023-12-07T18:11:58.136721+0000 mgr.a (mgr.24293) 20110 : cluster 0 pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:59.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:11:59 smithi027 bash[31536]: cluster 2023-12-07T18:11:58.136721+0000 mgr.a (mgr.24293) 20110 : cluster 0 pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:59.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:11:59.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:59.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:00.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:00.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:00.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:00.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:00.920 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:01 smithi022 bash[28554]: cluster 2023-12-07T18:12:00.137236+0000 mgr.a (mgr.24293) 20111 : cluster 0 pgmap v15038: 33 pgs: 33 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:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:01 smithi022 bash[28554]: audit 2023-12-07T18:12:00.402011+0000 mgr.a (mgr.24293) 20112 : audit 0 from='client.397263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:01 smithi044 bash[32620]: cluster 2023-12-07T18:12:00.137236+0000 mgr.a (mgr.24293) 20111 : cluster 0 pgmap v15038: 33 pgs: 33 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:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:01 smithi044 bash[32620]: audit 2023-12-07T18:12:00.402011+0000 mgr.a (mgr.24293) 20112 : audit 0 from='client.397263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:01 smithi027 bash[31536]: cluster 2023-12-07T18:12:00.137236+0000 mgr.a (mgr.24293) 20111 : cluster 0 pgmap v15038: 33 pgs: 33 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:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:01 smithi027 bash[31536]: audit 2023-12-07T18:12:00.402011+0000 mgr.a (mgr.24293) 20112 : audit 0 from='client.397263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:03 smithi022 bash[28554]: cluster 2023-12-07T18:12:02.138193+0000 mgr.a (mgr.24293) 20113 : cluster 0 pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:03.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:03 smithi044 bash[32620]: cluster 2023-12-07T18:12:02.138193+0000 mgr.a (mgr.24293) 20113 : cluster 0 pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:03.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:03 smithi027 bash[31536]: cluster 2023-12-07T18:12:02.138193+0000 mgr.a (mgr.24293) 20113 : cluster 0 pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:05.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:05.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:05.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:05 smithi022 bash[28554]: cluster 2023-12-07T18:12:04.138776+0000 mgr.a (mgr.24293) 20114 : cluster 0 pgmap v15040: 33 pgs: 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:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:05 smithi044 bash[32620]: cluster 2023-12-07T18:12:04.138776+0000 mgr.a (mgr.24293) 20114 : cluster 0 pgmap v15040: 33 pgs: 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:05.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:05 smithi027 bash[31536]: cluster 2023-12-07T18:12:04.138776+0000 mgr.a (mgr.24293) 20114 : cluster 0 pgmap v15040: 33 pgs: 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:06.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:06.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:06.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:06.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:06.871 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:07 smithi022 bash[28554]: cluster 2023-12-07T18:12:06.139534+0000 mgr.a (mgr.24293) 20115 : cluster 0 pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:07 smithi022 bash[28554]: audit 2023-12-07T18:12:06.331063+0000 mgr.a (mgr.24293) 20116 : audit 0 from='client.397341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:07 smithi044 bash[32620]: cluster 2023-12-07T18:12:06.139534+0000 mgr.a (mgr.24293) 20115 : cluster 0 pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:07 smithi044 bash[32620]: audit 2023-12-07T18:12:06.331063+0000 mgr.a (mgr.24293) 20116 : audit 0 from='client.397341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:07.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:07 smithi027 bash[31536]: cluster 2023-12-07T18:12:06.139534+0000 mgr.a (mgr.24293) 20115 : cluster 0 pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:07.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:07 smithi027 bash[31536]: audit 2023-12-07T18:12:06.331063+0000 mgr.a (mgr.24293) 20116 : audit 0 from='client.397341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:09 smithi022 bash[28554]: cluster 2023-12-07T18:12:08.140186+0000 mgr.a (mgr.24293) 20117 : cluster 0 pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:09 smithi044 bash[32620]: cluster 2023-12-07T18:12:08.140186+0000 mgr.a (mgr.24293) 20117 : cluster 0 pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:09.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:09 smithi027 bash[31536]: cluster 2023-12-07T18:12:08.140186+0000 mgr.a (mgr.24293) 20117 : cluster 0 pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:11.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:11.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:11.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:11.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:11 smithi022 bash[28554]: cluster 2023-12-07T18:12:10.140776+0000 mgr.a (mgr.24293) 20118 : cluster 0 pgmap v15043: 33 pgs: 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:11.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:11 smithi044 bash[32620]: cluster 2023-12-07T18:12:10.140776+0000 mgr.a (mgr.24293) 20118 : cluster 0 pgmap v15043: 33 pgs: 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:11.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:11 smithi027 bash[31536]: cluster 2023-12-07T18:12:10.140776+0000 mgr.a (mgr.24293) 20118 : cluster 0 pgmap v15043: 33 pgs: 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:12.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:12.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:12.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:12.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:12.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:13 smithi022 bash[28554]: cluster 2023-12-07T18:12:12.141566+0000 mgr.a (mgr.24293) 20119 : cluster 0 pgmap v15044: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:13 smithi022 bash[28554]: audit 2023-12-07T18:12:12.289206+0000 mgr.a (mgr.24293) 20120 : audit 0 from='client.397419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:13.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:13 smithi044 bash[32620]: cluster 2023-12-07T18:12:12.141566+0000 mgr.a (mgr.24293) 20119 : cluster 0 pgmap v15044: 33 pgs: 33 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.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:13 smithi044 bash[32620]: audit 2023-12-07T18:12:12.289206+0000 mgr.a (mgr.24293) 20120 : audit 0 from='client.397419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:13.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:13 smithi027 bash[31536]: cluster 2023-12-07T18:12:12.141566+0000 mgr.a (mgr.24293) 20119 : cluster 0 pgmap v15044: 33 pgs: 33 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.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:13 smithi027 bash[31536]: audit 2023-12-07T18:12:12.289206+0000 mgr.a (mgr.24293) 20120 : audit 0 from='client.397419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:15.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:15 smithi022 bash[28554]: cluster 2023-12-07T18:12:14.142261+0000 mgr.a (mgr.24293) 20121 : cluster 0 pgmap v15045: 33 pgs: 33 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:15.933 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:15 smithi044 bash[32620]: cluster 2023-12-07T18:12:14.142261+0000 mgr.a (mgr.24293) 20121 : cluster 0 pgmap v15045: 33 pgs: 33 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:15.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:15 smithi027 bash[31536]: cluster 2023-12-07T18:12:14.142261+0000 mgr.a (mgr.24293) 20121 : cluster 0 pgmap v15045: 33 pgs: 33 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.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:17.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:17.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:17 smithi022 bash[28554]: cluster 2023-12-07T18:12:16.143221+0000 mgr.a (mgr.24293) 20122 : cluster 0 pgmap v15046: 33 pgs: 33 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:17.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:17 smithi022 bash[28554]: audit 2023-12-07T18:12:17.056315+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:17.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:17 smithi044 bash[32620]: cluster 2023-12-07T18:12:16.143221+0000 mgr.a (mgr.24293) 20122 : cluster 0 pgmap v15046: 33 pgs: 33 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:17.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:17 smithi044 bash[32620]: audit 2023-12-07T18:12:17.056315+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:17.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:17 smithi027 bash[31536]: cluster 2023-12-07T18:12:16.143221+0000 mgr.a (mgr.24293) 20122 : cluster 0 pgmap v15046: 33 pgs: 33 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:17.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:17 smithi027 bash[31536]: audit 2023-12-07T18:12:17.056315+0000 mon.a (mon.0) 3221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:18.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:18.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:18.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:18.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:18.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:18 smithi022 bash[28554]: audit 2023-12-07T18:12:17.841069+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:18 smithi022 bash[28554]: audit 2023-12-07T18:12:17.843015+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:18.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:18 smithi022 bash[28554]: audit 2023-12-07T18:12:17.853035+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:12:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:18 smithi044 bash[32620]: audit 2023-12-07T18:12:17.841069+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:18 smithi044 bash[32620]: audit 2023-12-07T18:12:17.843015+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:18.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:18 smithi044 bash[32620]: audit 2023-12-07T18:12:17.853035+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:12:18.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:18 smithi027 bash[31536]: audit 2023-12-07T18:12:17.841069+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:18.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:18 smithi027 bash[31536]: audit 2023-12-07T18:12:17.843015+0000 mon.a (mon.0) 3223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:18.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:18 smithi027 bash[31536]: audit 2023-12-07T18:12:17.853035+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:12:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:19 smithi022 bash[28554]: cluster 2023-12-07T18:12:18.143989+0000 mgr.a (mgr.24293) 20123 : cluster 0 pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:19 smithi022 bash[28554]: audit 2023-12-07T18:12:18.224190+0000 mgr.a (mgr.24293) 20124 : audit 0 from='client.397494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:19 smithi044 bash[32620]: cluster 2023-12-07T18:12:18.143989+0000 mgr.a (mgr.24293) 20123 : cluster 0 pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:19 smithi044 bash[32620]: audit 2023-12-07T18:12:18.224190+0000 mgr.a (mgr.24293) 20124 : audit 0 from='client.397494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:19.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:19 smithi027 bash[31536]: cluster 2023-12-07T18:12:18.143989+0000 mgr.a (mgr.24293) 20123 : cluster 0 pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:19.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:19 smithi027 bash[31536]: audit 2023-12-07T18:12:18.224190+0000 mgr.a (mgr.24293) 20124 : audit 0 from='client.397494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:20.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:20 smithi022 bash[28554]: cluster 2023-12-07T18:12:20.144772+0000 mgr.a (mgr.24293) 20125 : cluster 0 pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:20.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:20 smithi044 bash[32620]: cluster 2023-12-07T18:12:20.144772+0000 mgr.a (mgr.24293) 20125 : cluster 0 pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:20.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:20 smithi027 bash[31536]: cluster 2023-12-07T18:12:20.144772+0000 mgr.a (mgr.24293) 20125 : cluster 0 pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:23.681 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:23 smithi022 bash[28554]: cluster 2023-12-07T18:12:22.145770+0000 mgr.a (mgr.24293) 20126 : cluster 0 pgmap v15049: 33 pgs: 33 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:23.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:23 smithi044 bash[32620]: cluster 2023-12-07T18:12:22.145770+0000 mgr.a (mgr.24293) 20126 : cluster 0 pgmap v15049: 33 pgs: 33 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:23.705 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:23 smithi027 bash[31536]: cluster 2023-12-07T18:12:22.145770+0000 mgr.a (mgr.24293) 20126 : cluster 0 pgmap v15049: 33 pgs: 33 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:23.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:23.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:23.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:24.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:24.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:24.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:24.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:24.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:25.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:25 smithi022 bash[28554]: audit 2023-12-07T18:12:24.146519+0000 mgr.a (mgr.24293) 20127 : audit 0 from='client.397566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:25.932 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:25 smithi022 bash[28554]: cluster 2023-12-07T18:12:24.146773+0000 mgr.a (mgr.24293) 20128 : cluster 0 pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:25 smithi044 bash[32620]: audit 2023-12-07T18:12:24.146519+0000 mgr.a (mgr.24293) 20127 : audit 0 from='client.397566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:25.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:25 smithi044 bash[32620]: cluster 2023-12-07T18:12:24.146773+0000 mgr.a (mgr.24293) 20128 : cluster 0 pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:25.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:25 smithi027 bash[31536]: audit 2023-12-07T18:12:24.146519+0000 mgr.a (mgr.24293) 20127 : audit 0 from='client.397566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:25.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:25 smithi027 bash[31536]: cluster 2023-12-07T18:12:24.146773+0000 mgr.a (mgr.24293) 20128 : cluster 0 pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:27.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:27 smithi022 bash[28554]: cluster 2023-12-07T18:12:26.147668+0000 mgr.a (mgr.24293) 20129 : cluster 0 pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:27.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:27 smithi044 bash[32620]: cluster 2023-12-07T18:12:26.147668+0000 mgr.a (mgr.24293) 20129 : cluster 0 pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:27.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:27 smithi027 bash[31536]: cluster 2023-12-07T18:12:26.147668+0000 mgr.a (mgr.24293) 20129 : cluster 0 pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:29.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:29.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:29.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:29.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:29 smithi022 bash[28554]: cluster 2023-12-07T18:12:28.148179+0000 mgr.a (mgr.24293) 20130 : cluster 0 pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:29.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:29 smithi044 bash[32620]: cluster 2023-12-07T18:12:28.148179+0000 mgr.a (mgr.24293) 20130 : cluster 0 pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:29.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:29 smithi027 bash[31536]: cluster 2023-12-07T18:12:28.148179+0000 mgr.a (mgr.24293) 20130 : cluster 0 pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:30.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:30.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:30.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:30.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:30.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:31 smithi022 bash[28554]: audit 2023-12-07T18:12:30.114800+0000 mgr.a (mgr.24293) 20131 : audit 0 from='client.397644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:31.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:31 smithi022 bash[28554]: cluster 2023-12-07T18:12:30.148910+0000 mgr.a (mgr.24293) 20132 : cluster 0 pgmap v15053: 33 pgs: 33 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.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:31 smithi044 bash[32620]: audit 2023-12-07T18:12:30.114800+0000 mgr.a (mgr.24293) 20131 : audit 0 from='client.397644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:31.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:31 smithi044 bash[32620]: cluster 2023-12-07T18:12:30.148910+0000 mgr.a (mgr.24293) 20132 : cluster 0 pgmap v15053: 33 pgs: 33 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.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:31 smithi027 bash[31536]: audit 2023-12-07T18:12:30.114800+0000 mgr.a (mgr.24293) 20131 : audit 0 from='client.397644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:31.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:31 smithi027 bash[31536]: cluster 2023-12-07T18:12:30.148910+0000 mgr.a (mgr.24293) 20132 : cluster 0 pgmap v15053: 33 pgs: 33 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:33.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:33 smithi022 bash[28554]: cluster 2023-12-07T18:12:32.149951+0000 mgr.a (mgr.24293) 20133 : cluster 0 pgmap v15054: 33 pgs: 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:12:33.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:33 smithi044 bash[32620]: cluster 2023-12-07T18:12:32.149951+0000 mgr.a (mgr.24293) 20133 : cluster 0 pgmap v15054: 33 pgs: 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:12:33.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:33 smithi027 bash[31536]: cluster 2023-12-07T18:12:32.149951+0000 mgr.a (mgr.24293) 20133 : cluster 0 pgmap v15054: 33 pgs: 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:12:35.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:35.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:35.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:35 smithi022 bash[28554]: cluster 2023-12-07T18:12:34.150480+0000 mgr.a (mgr.24293) 20134 : cluster 0 pgmap v15055: 33 pgs: 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:12:35.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:35 smithi044 bash[32620]: cluster 2023-12-07T18:12:34.150480+0000 mgr.a (mgr.24293) 20134 : cluster 0 pgmap v15055: 33 pgs: 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:12:35.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:35 smithi027 bash[31536]: cluster 2023-12-07T18:12:34.150480+0000 mgr.a (mgr.24293) 20134 : cluster 0 pgmap v15055: 33 pgs: 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:12:36.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:36.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:36.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:36.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:36.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:37 smithi022 bash[28554]: audit 2023-12-07T18:12:36.048016+0000 mgr.a (mgr.24293) 20135 : audit 0 from='client.397719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:37 smithi022 bash[28554]: cluster 2023-12-07T18:12:36.151411+0000 mgr.a (mgr.24293) 20136 : cluster 0 pgmap v15056: 33 pgs: 33 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.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:37 smithi044 bash[32620]: audit 2023-12-07T18:12:36.048016+0000 mgr.a (mgr.24293) 20135 : audit 0 from='client.397719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:37.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:37 smithi044 bash[32620]: cluster 2023-12-07T18:12:36.151411+0000 mgr.a (mgr.24293) 20136 : cluster 0 pgmap v15056: 33 pgs: 33 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.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:37 smithi027 bash[31536]: audit 2023-12-07T18:12:36.048016+0000 mgr.a (mgr.24293) 20135 : audit 0 from='client.397719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:37.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:37 smithi027 bash[31536]: cluster 2023-12-07T18:12:36.151411+0000 mgr.a (mgr.24293) 20136 : cluster 0 pgmap v15056: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:39 smithi022 bash[28554]: cluster 2023-12-07T18:12:38.152080+0000 mgr.a (mgr.24293) 20137 : cluster 0 pgmap v15057: 33 pgs: 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:39.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:39 smithi044 bash[32620]: cluster 2023-12-07T18:12:38.152080+0000 mgr.a (mgr.24293) 20137 : cluster 0 pgmap v15057: 33 pgs: 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:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:39 smithi027 bash[31536]: cluster 2023-12-07T18:12:38.152080+0000 mgr.a (mgr.24293) 20137 : cluster 0 pgmap v15057: 33 pgs: 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:41.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:41.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:41.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:41.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:41 smithi022 bash[28554]: cluster 2023-12-07T18:12:40.152664+0000 mgr.a (mgr.24293) 20138 : cluster 0 pgmap v15058: 33 pgs: 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:41.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:41 smithi044 bash[32620]: cluster 2023-12-07T18:12:40.152664+0000 mgr.a (mgr.24293) 20138 : cluster 0 pgmap v15058: 33 pgs: 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:41.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:41 smithi027 bash[31536]: cluster 2023-12-07T18:12:40.152664+0000 mgr.a (mgr.24293) 20138 : cluster 0 pgmap v15058: 33 pgs: 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:42.521 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:42.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:42.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:42.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:42.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:43 smithi022 bash[28554]: audit 2023-12-07T18:12:41.982831+0000 mgr.a (mgr.24293) 20139 : audit 0 from='client.397794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:43 smithi022 bash[28554]: cluster 2023-12-07T18:12:42.153800+0000 mgr.a (mgr.24293) 20140 : cluster 0 pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:43 smithi044 bash[32620]: audit 2023-12-07T18:12:41.982831+0000 mgr.a (mgr.24293) 20139 : audit 0 from='client.397794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:43.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:43 smithi044 bash[32620]: cluster 2023-12-07T18:12:42.153800+0000 mgr.a (mgr.24293) 20140 : cluster 0 pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:43.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:43 smithi027 bash[31536]: audit 2023-12-07T18:12:41.982831+0000 mgr.a (mgr.24293) 20139 : audit 0 from='client.397794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:43.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:43 smithi027 bash[31536]: cluster 2023-12-07T18:12:42.153800+0000 mgr.a (mgr.24293) 20140 : cluster 0 pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:45 smithi022 bash[28554]: cluster 2023-12-07T18:12:44.154562+0000 mgr.a (mgr.24293) 20141 : cluster 0 pgmap v15060: 33 pgs: 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:12:45.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:45 smithi044 bash[32620]: cluster 2023-12-07T18:12:44.154562+0000 mgr.a (mgr.24293) 20141 : cluster 0 pgmap v15060: 33 pgs: 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:12:45.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:45 smithi027 bash[31536]: cluster 2023-12-07T18:12:44.154562+0000 mgr.a (mgr.24293) 20141 : cluster 0 pgmap v15060: 33 pgs: 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:12:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:47.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:47.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:47 smithi022 bash[28554]: cluster 2023-12-07T18:12:46.155392+0000 mgr.a (mgr.24293) 20142 : cluster 0 pgmap v15061: 33 pgs: 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:12:47.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:47 smithi044 bash[32620]: cluster 2023-12-07T18:12:46.155392+0000 mgr.a (mgr.24293) 20142 : cluster 0 pgmap v15061: 33 pgs: 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:12:47.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:47 smithi027 bash[31536]: cluster 2023-12-07T18:12:46.155392+0000 mgr.a (mgr.24293) 20142 : cluster 0 pgmap v15061: 33 pgs: 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:12:48.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:48.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:48.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:48.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:48.468 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:49 smithi022 bash[28554]: audit 2023-12-07T18:12:47.931890+0000 mgr.a (mgr.24293) 20143 : audit 0 from='client.397866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:49 smithi022 bash[28554]: cluster 2023-12-07T18:12:48.155907+0000 mgr.a (mgr.24293) 20144 : cluster 0 pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:49 smithi044 bash[32620]: audit 2023-12-07T18:12:47.931890+0000 mgr.a (mgr.24293) 20143 : audit 0 from='client.397866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:49 smithi044 bash[32620]: cluster 2023-12-07T18:12:48.155907+0000 mgr.a (mgr.24293) 20144 : cluster 0 pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:49.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:49 smithi027 bash[31536]: audit 2023-12-07T18:12:47.931890+0000 mgr.a (mgr.24293) 20143 : audit 0 from='client.397866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:49.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:49 smithi027 bash[31536]: cluster 2023-12-07T18:12:48.155907+0000 mgr.a (mgr.24293) 20144 : cluster 0 pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:51.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:51 smithi022 bash[28554]: cluster 2023-12-07T18:12:50.156642+0000 mgr.a (mgr.24293) 20145 : cluster 0 pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:51.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:51 smithi044 bash[32620]: cluster 2023-12-07T18:12:50.156642+0000 mgr.a (mgr.24293) 20145 : cluster 0 pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:51.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:51 smithi027 bash[31536]: cluster 2023-12-07T18:12:50.156642+0000 mgr.a (mgr.24293) 20145 : cluster 0 pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:53.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:53.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:53.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:53.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:53 smithi022 bash[28554]: cluster 2023-12-07T18:12:52.157456+0000 mgr.a (mgr.24293) 20146 : cluster 0 pgmap v15064: 33 pgs: 33 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:53.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:53 smithi044 bash[32620]: cluster 2023-12-07T18:12:52.157456+0000 mgr.a (mgr.24293) 20146 : cluster 0 pgmap v15064: 33 pgs: 33 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:53.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:53 smithi027 bash[31536]: cluster 2023-12-07T18:12:52.157456+0000 mgr.a (mgr.24293) 20146 : cluster 0 pgmap v15064: 33 pgs: 33 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:54.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:12:54.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:54.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:54.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:54.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:12:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:55 smithi022 bash[28554]: audit 2023-12-07T18:12:53.877200+0000 mgr.a (mgr.24293) 20147 : audit 0 from='client.397941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:55.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:55 smithi022 bash[28554]: cluster 2023-12-07T18:12:54.158241+0000 mgr.a (mgr.24293) 20148 : cluster 0 pgmap v15065: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:55 smithi044 bash[32620]: audit 2023-12-07T18:12:53.877200+0000 mgr.a (mgr.24293) 20147 : audit 0 from='client.397941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:55.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:55 smithi044 bash[32620]: cluster 2023-12-07T18:12:54.158241+0000 mgr.a (mgr.24293) 20148 : cluster 0 pgmap v15065: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:55 smithi027 bash[31536]: audit 2023-12-07T18:12:53.877200+0000 mgr.a (mgr.24293) 20147 : audit 0 from='client.397941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:55.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:55 smithi027 bash[31536]: cluster 2023-12-07T18:12:54.158241+0000 mgr.a (mgr.24293) 20148 : cluster 0 pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:57.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:57 smithi022 bash[28554]: cluster 2023-12-07T18:12:56.159198+0000 mgr.a (mgr.24293) 20149 : cluster 0 pgmap v15066: 33 pgs: 33 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:57.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:57 smithi044 bash[32620]: cluster 2023-12-07T18:12:56.159198+0000 mgr.a (mgr.24293) 20149 : cluster 0 pgmap v15066: 33 pgs: 33 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:57.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:57 smithi027 bash[31536]: cluster 2023-12-07T18:12:56.159198+0000 mgr.a (mgr.24293) 20149 : cluster 0 pgmap v15066: 33 pgs: 33 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:59.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:12:59.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:59.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:12:59 smithi022 bash[28554]: cluster 2023-12-07T18:12:58.159786+0000 mgr.a (mgr.24293) 20150 : cluster 0 pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:59.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:12:59 smithi044 bash[32620]: cluster 2023-12-07T18:12:58.159786+0000 mgr.a (mgr.24293) 20150 : cluster 0 pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:59.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:12:59 smithi027 bash[31536]: cluster 2023-12-07T18:12:58.159786+0000 mgr.a (mgr.24293) 20150 : cluster 0 pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.325 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:00.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:00.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:00.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:00.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:01 smithi022 bash[28554]: audit 2023-12-07T18:12:59.804806+0000 mgr.a (mgr.24293) 20151 : audit 0 from='client.398019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:01.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:01 smithi022 bash[28554]: cluster 2023-12-07T18:13:00.160305+0000 mgr.a (mgr.24293) 20152 : cluster 0 pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:01 smithi044 bash[32620]: audit 2023-12-07T18:12:59.804806+0000 mgr.a (mgr.24293) 20151 : audit 0 from='client.398019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:01.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:01 smithi044 bash[32620]: cluster 2023-12-07T18:13:00.160305+0000 mgr.a (mgr.24293) 20152 : cluster 0 pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:01.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:01 smithi027 bash[31536]: audit 2023-12-07T18:12:59.804806+0000 mgr.a (mgr.24293) 20151 : audit 0 from='client.398019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:01.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:01 smithi027 bash[31536]: cluster 2023-12-07T18:13:00.160305+0000 mgr.a (mgr.24293) 20152 : cluster 0 pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:03 smithi022 bash[28554]: cluster 2023-12-07T18:13:02.161196+0000 mgr.a (mgr.24293) 20153 : cluster 0 pgmap v15069: 33 pgs: 33 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:03.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:03 smithi044 bash[32620]: cluster 2023-12-07T18:13:02.161196+0000 mgr.a (mgr.24293) 20153 : cluster 0 pgmap v15069: 33 pgs: 33 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:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:03 smithi027 bash[31536]: cluster 2023-12-07T18:13:02.161196+0000 mgr.a (mgr.24293) 20153 : cluster 0 pgmap v15069: 33 pgs: 33 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:05.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:05.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:05.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:05.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:05 smithi022 bash[28554]: cluster 2023-12-07T18:13:04.161767+0000 mgr.a (mgr.24293) 20154 : cluster 0 pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:05.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:05 smithi044 bash[32620]: cluster 2023-12-07T18:13:04.161767+0000 mgr.a (mgr.24293) 20154 : cluster 0 pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:05.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:05 smithi027 bash[31536]: cluster 2023-12-07T18:13:04.161767+0000 mgr.a (mgr.24293) 20154 : cluster 0 pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:06.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:06.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:06.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:06.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:06.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:07 smithi022 bash[28554]: audit 2023-12-07T18:13:05.738983+0000 mgr.a (mgr.24293) 20155 : audit 0 from='client.398094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:07.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:07 smithi022 bash[28554]: cluster 2023-12-07T18:13:06.162408+0000 mgr.a (mgr.24293) 20156 : cluster 0 pgmap v15071: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:07 smithi044 bash[32620]: audit 2023-12-07T18:13:05.738983+0000 mgr.a (mgr.24293) 20155 : audit 0 from='client.398094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:07.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:07 smithi044 bash[32620]: cluster 2023-12-07T18:13:06.162408+0000 mgr.a (mgr.24293) 20156 : cluster 0 pgmap v15071: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:07 smithi027 bash[31536]: audit 2023-12-07T18:13:05.738983+0000 mgr.a (mgr.24293) 20155 : audit 0 from='client.398094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:07.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:07 smithi027 bash[31536]: cluster 2023-12-07T18:13:06.162408+0000 mgr.a (mgr.24293) 20156 : cluster 0 pgmap v15071: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:09 smithi022 bash[28554]: cluster 2023-12-07T18:13:08.162954+0000 mgr.a (mgr.24293) 20157 : cluster 0 pgmap v15072: 33 pgs: 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:09.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:09 smithi044 bash[32620]: cluster 2023-12-07T18:13:08.162954+0000 mgr.a (mgr.24293) 20157 : cluster 0 pgmap v15072: 33 pgs: 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:09.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:09 smithi027 bash[31536]: cluster 2023-12-07T18:13:08.162954+0000 mgr.a (mgr.24293) 20157 : cluster 0 pgmap v15072: 33 pgs: 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:11.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:11.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:11.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:11 smithi022 bash[28554]: cluster 2023-12-07T18:13:10.163464+0000 mgr.a (mgr.24293) 20158 : cluster 0 pgmap v15073: 33 pgs: 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:11.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:11 smithi044 bash[32620]: cluster 2023-12-07T18:13:10.163464+0000 mgr.a (mgr.24293) 20158 : cluster 0 pgmap v15073: 33 pgs: 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:11.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:11 smithi027 bash[31536]: cluster 2023-12-07T18:13:10.163464+0000 mgr.a (mgr.24293) 20158 : cluster 0 pgmap v15073: 33 pgs: 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:12.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:12.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:12.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:12.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:12.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:13 smithi022 bash[28554]: audit 2023-12-07T18:13:11.662199+0000 mgr.a (mgr.24293) 20159 : audit 0 from='client.398166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:13.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:13 smithi022 bash[28554]: cluster 2023-12-07T18:13:12.164241+0000 mgr.a (mgr.24293) 20160 : cluster 0 pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:13.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:13 smithi044 bash[32620]: audit 2023-12-07T18:13:11.662199+0000 mgr.a (mgr.24293) 20159 : audit 0 from='client.398166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:13.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:13 smithi044 bash[32620]: cluster 2023-12-07T18:13:12.164241+0000 mgr.a (mgr.24293) 20160 : cluster 0 pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:13.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:13 smithi027 bash[31536]: audit 2023-12-07T18:13:11.662199+0000 mgr.a (mgr.24293) 20159 : audit 0 from='client.398166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:13.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:13 smithi027 bash[31536]: cluster 2023-12-07T18:13:12.164241+0000 mgr.a (mgr.24293) 20160 : cluster 0 pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:15.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:15 smithi022 bash[28554]: cluster 2023-12-07T18:13:14.164820+0000 mgr.a (mgr.24293) 20161 : cluster 0 pgmap v15075: 33 pgs: 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:15.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:15 smithi044 bash[32620]: cluster 2023-12-07T18:13:14.164820+0000 mgr.a (mgr.24293) 20161 : cluster 0 pgmap v15075: 33 pgs: 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:15.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:15 smithi027 bash[31536]: cluster 2023-12-07T18:13:14.164820+0000 mgr.a (mgr.24293) 20161 : cluster 0 pgmap v15075: 33 pgs: 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:17.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:17.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:17.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:17.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:17 smithi022 bash[28554]: cluster 2023-12-07T18:13:16.165625+0000 mgr.a (mgr.24293) 20162 : cluster 0 pgmap v15076: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:17 smithi044 bash[32620]: cluster 2023-12-07T18:13:16.165625+0000 mgr.a (mgr.24293) 20162 : cluster 0 pgmap v15076: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:17 smithi027 bash[31536]: cluster 2023-12-07T18:13:16.165625+0000 mgr.a (mgr.24293) 20162 : cluster 0 pgmap v15076: 33 pgs: 33 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:18.146 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:18.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:18.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:18.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:18.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:18.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:18 smithi022 bash[28554]: audit 2023-12-07T18:13:17.954425+0000 mon.a (mon.0) 3225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:18.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:18 smithi044 bash[32620]: audit 2023-12-07T18:13:17.954425+0000 mon.a (mon.0) 3225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:18.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:18 smithi027 bash[31536]: audit 2023-12-07T18:13:17.954425+0000 mon.a (mon.0) 3225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:19 smithi022 bash[28554]: audit 2023-12-07T18:13:17.626067+0000 mgr.a (mgr.24293) 20163 : audit 0 from='client.398241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:19 smithi022 bash[28554]: cluster 2023-12-07T18:13:18.166302+0000 mgr.a (mgr.24293) 20164 : cluster 0 pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:19 smithi022 bash[28554]: audit 2023-12-07T18:13:18.786643+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:19 smithi022 bash[28554]: audit 2023-12-07T18:13:18.788837+0000 mon.a (mon.0) 3227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:19.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:19 smithi022 bash[28554]: audit 2023-12-07T18:13:18.798291+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:13:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:19 smithi044 bash[32620]: audit 2023-12-07T18:13:17.626067+0000 mgr.a (mgr.24293) 20163 : audit 0 from='client.398241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:19 smithi044 bash[32620]: cluster 2023-12-07T18:13:18.166302+0000 mgr.a (mgr.24293) 20164 : cluster 0 pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:19 smithi044 bash[32620]: audit 2023-12-07T18:13:18.786643+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:19 smithi044 bash[32620]: audit 2023-12-07T18:13:18.788837+0000 mon.a (mon.0) 3227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:19.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:19 smithi044 bash[32620]: audit 2023-12-07T18:13:18.798291+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:13:19.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:19 smithi027 bash[31536]: audit 2023-12-07T18:13:17.626067+0000 mgr.a (mgr.24293) 20163 : audit 0 from='client.398241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:19.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:19 smithi027 bash[31536]: cluster 2023-12-07T18:13:18.166302+0000 mgr.a (mgr.24293) 20164 : cluster 0 pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:19.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:19 smithi027 bash[31536]: audit 2023-12-07T18:13:18.786643+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:19.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:19 smithi027 bash[31536]: audit 2023-12-07T18:13:18.788837+0000 mon.a (mon.0) 3227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:19.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:19 smithi027 bash[31536]: audit 2023-12-07T18:13:18.798291+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:13:21.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:21 smithi022 bash[28554]: cluster 2023-12-07T18:13:20.167024+0000 mgr.a (mgr.24293) 20165 : cluster 0 pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:21.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:21 smithi044 bash[32620]: cluster 2023-12-07T18:13:20.167024+0000 mgr.a (mgr.24293) 20165 : cluster 0 pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:21.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:21 smithi027 bash[31536]: cluster 2023-12-07T18:13:20.167024+0000 mgr.a (mgr.24293) 20165 : cluster 0 pgmap v15078: 33 pgs: 33 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.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:23.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:23.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:23.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:23 smithi022 bash[28554]: cluster 2023-12-07T18:13:22.167900+0000 mgr.a (mgr.24293) 20166 : cluster 0 pgmap v15079: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:23 smithi044 bash[32620]: cluster 2023-12-07T18:13:22.167900+0000 mgr.a (mgr.24293) 20166 : cluster 0 pgmap v15079: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:23 smithi027 bash[31536]: cluster 2023-12-07T18:13:22.167900+0000 mgr.a (mgr.24293) 20166 : cluster 0 pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:24.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:24.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:24.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:24.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:24.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:24.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:24 smithi022 bash[28554]: audit 2023-12-07T18:13:23.548645+0000 mgr.a (mgr.24293) 20167 : audit 0 from='client.398319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:24.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:24 smithi044 bash[32620]: audit 2023-12-07T18:13:23.548645+0000 mgr.a (mgr.24293) 20167 : audit 0 from='client.398319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:24.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:24 smithi027 bash[31536]: audit 2023-12-07T18:13:23.548645+0000 mgr.a (mgr.24293) 20167 : audit 0 from='client.398319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:25 smithi022 bash[28554]: cluster 2023-12-07T18:13:24.168635+0000 mgr.a (mgr.24293) 20168 : cluster 0 pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:25.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:25 smithi044 bash[32620]: cluster 2023-12-07T18:13:24.168635+0000 mgr.a (mgr.24293) 20168 : cluster 0 pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:25.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:25 smithi027 bash[31536]: cluster 2023-12-07T18:13:24.168635+0000 mgr.a (mgr.24293) 20168 : cluster 0 pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:27 smithi022 bash[28554]: cluster 2023-12-07T18:13:26.169542+0000 mgr.a (mgr.24293) 20169 : cluster 0 pgmap v15081: 33 pgs: 33 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:27.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:27 smithi044 bash[32620]: cluster 2023-12-07T18:13:26.169542+0000 mgr.a (mgr.24293) 20169 : cluster 0 pgmap v15081: 33 pgs: 33 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:27.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:27 smithi027 bash[31536]: cluster 2023-12-07T18:13:26.169542+0000 mgr.a (mgr.24293) 20169 : cluster 0 pgmap v15081: 33 pgs: 33 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:29.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:29.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:29.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:29 smithi022 bash[28554]: cluster 2023-12-07T18:13:28.170128+0000 mgr.a (mgr.24293) 20170 : cluster 0 pgmap v15082: 33 pgs: 33 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:29.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:29 smithi044 bash[32620]: cluster 2023-12-07T18:13:28.170128+0000 mgr.a (mgr.24293) 20170 : cluster 0 pgmap v15082: 33 pgs: 33 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:29.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:29 smithi027 bash[31536]: cluster 2023-12-07T18:13:28.170128+0000 mgr.a (mgr.24293) 20170 : cluster 0 pgmap v15082: 33 pgs: 33 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.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:30.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:30.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:30.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:30.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:30.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:30 smithi022 bash[28554]: audit 2023-12-07T18:13:29.503993+0000 mgr.a (mgr.24293) 20171 : audit 0 from='client.398397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:30.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:30 smithi044 bash[32620]: audit 2023-12-07T18:13:29.503993+0000 mgr.a (mgr.24293) 20171 : audit 0 from='client.398397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:30.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:30 smithi027 bash[31536]: audit 2023-12-07T18:13:29.503993+0000 mgr.a (mgr.24293) 20171 : audit 0 from='client.398397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:31 smithi022 bash[28554]: cluster 2023-12-07T18:13:30.170861+0000 mgr.a (mgr.24293) 20172 : cluster 0 pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:31.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:31 smithi044 bash[32620]: cluster 2023-12-07T18:13:30.170861+0000 mgr.a (mgr.24293) 20172 : cluster 0 pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:31.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:31 smithi027 bash[31536]: cluster 2023-12-07T18:13:30.170861+0000 mgr.a (mgr.24293) 20172 : cluster 0 pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:32.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:32 smithi022 bash[28554]: cluster 2023-12-07T18:13:32.171730+0000 mgr.a (mgr.24293) 20173 : cluster 0 pgmap v15084: 33 pgs: 33 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:32.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:32 smithi044 bash[32620]: cluster 2023-12-07T18:13:32.171730+0000 mgr.a (mgr.24293) 20173 : cluster 0 pgmap v15084: 33 pgs: 33 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:32.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:32 smithi027 bash[31536]: cluster 2023-12-07T18:13:32.171730+0000 mgr.a (mgr.24293) 20173 : cluster 0 pgmap v15084: 33 pgs: 33 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:35.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:35.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:35.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:35.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:35 smithi022 bash[28554]: cluster 2023-12-07T18:13:34.172331+0000 mgr.a (mgr.24293) 20174 : cluster 0 pgmap v15085: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:35 smithi044 bash[32620]: cluster 2023-12-07T18:13:34.172331+0000 mgr.a (mgr.24293) 20174 : cluster 0 pgmap v15085: 33 pgs: 33 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.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:35.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:35.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:35.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:35.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:35.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:35 smithi027 bash[31536]: cluster 2023-12-07T18:13:34.172331+0000 mgr.a (mgr.24293) 20174 : cluster 0 pgmap v15085: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:36 smithi022 bash[28554]: audit 2023-12-07T18:13:35.433917+0000 mgr.a (mgr.24293) 20175 : audit 0 from='client.398475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:36.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:36 smithi044 bash[32620]: audit 2023-12-07T18:13:35.433917+0000 mgr.a (mgr.24293) 20175 : audit 0 from='client.398475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:36.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:36 smithi027 bash[31536]: audit 2023-12-07T18:13:35.433917+0000 mgr.a (mgr.24293) 20175 : audit 0 from='client.398475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:37.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:37 smithi022 bash[28554]: cluster 2023-12-07T18:13:36.173574+0000 mgr.a (mgr.24293) 20176 : cluster 0 pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:37.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:37 smithi044 bash[32620]: cluster 2023-12-07T18:13:36.173574+0000 mgr.a (mgr.24293) 20176 : cluster 0 pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:37.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:37 smithi027 bash[31536]: cluster 2023-12-07T18:13:36.173574+0000 mgr.a (mgr.24293) 20176 : cluster 0 pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:39 smithi022 bash[28554]: cluster 2023-12-07T18:13:38.174284+0000 mgr.a (mgr.24293) 20177 : cluster 0 pgmap v15087: 33 pgs: 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:39.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:39 smithi044 bash[32620]: cluster 2023-12-07T18:13:38.174284+0000 mgr.a (mgr.24293) 20177 : cluster 0 pgmap v15087: 33 pgs: 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:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:39 smithi027 bash[31536]: cluster 2023-12-07T18:13:38.174284+0000 mgr.a (mgr.24293) 20177 : cluster 0 pgmap v15087: 33 pgs: 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:40.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:40.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:40.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:41.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:41.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:41.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:41.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:41.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:41 smithi022 bash[28554]: cluster 2023-12-07T18:13:40.174996+0000 mgr.a (mgr.24293) 20178 : cluster 0 pgmap v15088: 33 pgs: 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:41.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:41 smithi044 bash[32620]: cluster 2023-12-07T18:13:40.174996+0000 mgr.a (mgr.24293) 20178 : cluster 0 pgmap v15088: 33 pgs: 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:41.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:41 smithi027 bash[31536]: cluster 2023-12-07T18:13:40.174996+0000 mgr.a (mgr.24293) 20178 : cluster 0 pgmap v15088: 33 pgs: 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:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:42 smithi022 bash[28554]: audit 2023-12-07T18:13:41.357067+0000 mgr.a (mgr.24293) 20179 : audit 0 from='client.398553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:42.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:42 smithi044 bash[32620]: audit 2023-12-07T18:13:41.357067+0000 mgr.a (mgr.24293) 20179 : audit 0 from='client.398553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:42.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:42 smithi027 bash[31536]: audit 2023-12-07T18:13:41.357067+0000 mgr.a (mgr.24293) 20179 : audit 0 from='client.398553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:43.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:43 smithi022 bash[28554]: cluster 2023-12-07T18:13:42.176138+0000 mgr.a (mgr.24293) 20180 : cluster 0 pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:43.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:43 smithi044 bash[32620]: cluster 2023-12-07T18:13:42.176138+0000 mgr.a (mgr.24293) 20180 : cluster 0 pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:43.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:43 smithi027 bash[31536]: cluster 2023-12-07T18:13:42.176138+0000 mgr.a (mgr.24293) 20180 : cluster 0 pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:45.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:45 smithi022 bash[28554]: cluster 2023-12-07T18:13:44.176712+0000 mgr.a (mgr.24293) 20181 : cluster 0 pgmap v15090: 33 pgs: 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:45.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:45 smithi044 bash[32620]: cluster 2023-12-07T18:13:44.176712+0000 mgr.a (mgr.24293) 20181 : cluster 0 pgmap v15090: 33 pgs: 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:45.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:45 smithi027 bash[31536]: cluster 2023-12-07T18:13:44.176712+0000 mgr.a (mgr.24293) 20181 : cluster 0 pgmap v15090: 33 pgs: 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:46.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:46.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:46.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:47.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:47.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:47.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:47.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:47.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:47 smithi022 bash[28554]: cluster 2023-12-07T18:13:46.177442+0000 mgr.a (mgr.24293) 20182 : cluster 0 pgmap v15091: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:47 smithi044 bash[32620]: cluster 2023-12-07T18:13:46.177442+0000 mgr.a (mgr.24293) 20182 : cluster 0 pgmap v15091: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:47 smithi027 bash[31536]: cluster 2023-12-07T18:13:46.177442+0000 mgr.a (mgr.24293) 20182 : cluster 0 pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:48 smithi022 bash[28554]: audit 2023-12-07T18:13:47.304410+0000 mgr.a (mgr.24293) 20183 : audit 0 from='client.398631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:48.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:48 smithi044 bash[32620]: audit 2023-12-07T18:13:47.304410+0000 mgr.a (mgr.24293) 20183 : audit 0 from='client.398631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:48.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:48 smithi027 bash[31536]: audit 2023-12-07T18:13:47.304410+0000 mgr.a (mgr.24293) 20183 : audit 0 from='client.398631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:49.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:49 smithi022 bash[28554]: cluster 2023-12-07T18:13:48.178186+0000 mgr.a (mgr.24293) 20184 : cluster 0 pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:49.932 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:49 smithi044 bash[32620]: cluster 2023-12-07T18:13:48.178186+0000 mgr.a (mgr.24293) 20184 : cluster 0 pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:49.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:49 smithi027 bash[31536]: cluster 2023-12-07T18:13:48.178186+0000 mgr.a (mgr.24293) 20184 : cluster 0 pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:51 smithi022 bash[28554]: cluster 2023-12-07T18:13:50.178777+0000 mgr.a (mgr.24293) 20185 : cluster 0 pgmap v15093: 33 pgs: 33 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:51.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:51 smithi044 bash[32620]: cluster 2023-12-07T18:13:50.178777+0000 mgr.a (mgr.24293) 20185 : cluster 0 pgmap v15093: 33 pgs: 33 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:51.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:51 smithi027 bash[31536]: cluster 2023-12-07T18:13:50.178777+0000 mgr.a (mgr.24293) 20185 : cluster 0 pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:52.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:52.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:52.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:53.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:53.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:53.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:53.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:53.776 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:53 smithi022 bash[28554]: cluster 2023-12-07T18:13:52.179689+0000 mgr.a (mgr.24293) 20186 : cluster 0 pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:53.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:53 smithi044 bash[32620]: cluster 2023-12-07T18:13:52.179689+0000 mgr.a (mgr.24293) 20186 : cluster 0 pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:53.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:53 smithi027 bash[31536]: cluster 2023-12-07T18:13:52.179689+0000 mgr.a (mgr.24293) 20186 : cluster 0 pgmap v15094: 33 pgs: 33 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:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:54 smithi022 bash[28554]: audit 2023-12-07T18:13:53.252066+0000 mgr.a (mgr.24293) 20187 : audit 0 from='client.398706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:54.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:54 smithi044 bash[32620]: audit 2023-12-07T18:13:53.252066+0000 mgr.a (mgr.24293) 20187 : audit 0 from='client.398706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:54.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:54 smithi027 bash[31536]: audit 2023-12-07T18:13:53.252066+0000 mgr.a (mgr.24293) 20187 : audit 0 from='client.398706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:55.933 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:55 smithi022 bash[28554]: cluster 2023-12-07T18:13:54.180352+0000 mgr.a (mgr.24293) 20188 : cluster 0 pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:55.934 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:55 smithi044 bash[32620]: cluster 2023-12-07T18:13:54.180352+0000 mgr.a (mgr.24293) 20188 : cluster 0 pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:55.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:55 smithi027 bash[31536]: cluster 2023-12-07T18:13:54.180352+0000 mgr.a (mgr.24293) 20188 : cluster 0 pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:57 smithi022 bash[28554]: cluster 2023-12-07T18:13:56.181201+0000 mgr.a (mgr.24293) 20189 : cluster 0 pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:57.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:57 smithi044 bash[32620]: cluster 2023-12-07T18:13:56.181201+0000 mgr.a (mgr.24293) 20189 : cluster 0 pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:57.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:57 smithi027 bash[31536]: cluster 2023-12-07T18:13:56.181201+0000 mgr.a (mgr.24293) 20189 : cluster 0 pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:58.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:13:58.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:58.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:59.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:59.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:59.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:59.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:13:59.720 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:13:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:13:59 smithi022 bash[28554]: cluster 2023-12-07T18:13:58.181767+0000 mgr.a (mgr.24293) 20190 : cluster 0 pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:59.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:13:59 smithi044 bash[32620]: cluster 2023-12-07T18:13:58.181767+0000 mgr.a (mgr.24293) 20190 : cluster 0 pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:59.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:13:59 smithi027 bash[31536]: cluster 2023-12-07T18:13:58.181767+0000 mgr.a (mgr.24293) 20190 : cluster 0 pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:00 smithi022 bash[28554]: audit 2023-12-07T18:13:59.185438+0000 mgr.a (mgr.24293) 20191 : audit 0 from='client.398778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:00.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:00 smithi044 bash[32620]: audit 2023-12-07T18:13:59.185438+0000 mgr.a (mgr.24293) 20191 : audit 0 from='client.398778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:00.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:00 smithi027 bash[31536]: audit 2023-12-07T18:13:59.185438+0000 mgr.a (mgr.24293) 20191 : audit 0 from='client.398778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:01 smithi022 bash[28554]: cluster 2023-12-07T18:14:00.182504+0000 mgr.a (mgr.24293) 20192 : cluster 0 pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:01.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:01 smithi044 bash[32620]: cluster 2023-12-07T18:14:00.182504+0000 mgr.a (mgr.24293) 20192 : cluster 0 pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:01.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:01 smithi027 bash[31536]: cluster 2023-12-07T18:14:00.182504+0000 mgr.a (mgr.24293) 20192 : cluster 0 pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:03.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:03 smithi022 bash[28554]: cluster 2023-12-07T18:14:02.183364+0000 mgr.a (mgr.24293) 20193 : cluster 0 pgmap v15099: 33 pgs: 33 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:03.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:03 smithi044 bash[32620]: cluster 2023-12-07T18:14:02.183364+0000 mgr.a (mgr.24293) 20193 : cluster 0 pgmap v15099: 33 pgs: 33 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:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:03 smithi027 bash[31536]: cluster 2023-12-07T18:14:02.183364+0000 mgr.a (mgr.24293) 20193 : cluster 0 pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:04.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:04.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:04.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:05.664 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:05 smithi022 bash[28554]: cluster 2023-12-07T18:14:04.183938+0000 mgr.a (mgr.24293) 20194 : cluster 0 pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:05.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:05 smithi044 bash[32620]: cluster 2023-12-07T18:14:04.183938+0000 mgr.a (mgr.24293) 20194 : cluster 0 pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:05.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:05 smithi027 bash[31536]: cluster 2023-12-07T18:14:04.183938+0000 mgr.a (mgr.24293) 20194 : cluster 0 pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:06.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:06 smithi022 bash[28554]: audit 2023-12-07T18:14:05.135794+0000 mgr.a (mgr.24293) 20195 : audit 0 from='client.398850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:06.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:06 smithi044 bash[32620]: audit 2023-12-07T18:14:05.135794+0000 mgr.a (mgr.24293) 20195 : audit 0 from='client.398850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:06.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:06 smithi027 bash[31536]: audit 2023-12-07T18:14:05.135794+0000 mgr.a (mgr.24293) 20195 : audit 0 from='client.398850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:07 smithi022 bash[28554]: cluster 2023-12-07T18:14:06.184907+0000 mgr.a (mgr.24293) 20196 : cluster 0 pgmap v15101: 33 pgs: 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:14:07.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:07 smithi044 bash[32620]: cluster 2023-12-07T18:14:06.184907+0000 mgr.a (mgr.24293) 20196 : cluster 0 pgmap v15101: 33 pgs: 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:14:07.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:07 smithi027 bash[31536]: cluster 2023-12-07T18:14:06.184907+0000 mgr.a (mgr.24293) 20196 : cluster 0 pgmap v15101: 33 pgs: 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:14:09.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:09 smithi022 bash[28554]: cluster 2023-12-07T18:14:08.185436+0000 mgr.a (mgr.24293) 20197 : cluster 0 pgmap v15102: 33 pgs: 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:14:09.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:09 smithi044 bash[32620]: cluster 2023-12-07T18:14:08.185436+0000 mgr.a (mgr.24293) 20197 : cluster 0 pgmap v15102: 33 pgs: 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:14:09.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:09 smithi027 bash[31536]: cluster 2023-12-07T18:14:08.185436+0000 mgr.a (mgr.24293) 20197 : cluster 0 pgmap v15102: 33 pgs: 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:14:10.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:11.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:11.620 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:11 smithi022 bash[28554]: cluster 2023-12-07T18:14:10.186043+0000 mgr.a (mgr.24293) 20198 : cluster 0 pgmap v15103: 33 pgs: 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:14:11.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:11 smithi044 bash[32620]: cluster 2023-12-07T18:14:10.186043+0000 mgr.a (mgr.24293) 20198 : cluster 0 pgmap v15103: 33 pgs: 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:14:11.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:11 smithi027 bash[31536]: cluster 2023-12-07T18:14:10.186043+0000 mgr.a (mgr.24293) 20198 : cluster 0 pgmap v15103: 33 pgs: 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:14:12.931 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:12 smithi022 bash[28554]: audit 2023-12-07T18:14:11.074321+0000 mgr.a (mgr.24293) 20199 : audit 0 from='client.398928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:12.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:12 smithi044 bash[32620]: audit 2023-12-07T18:14:11.074321+0000 mgr.a (mgr.24293) 20199 : audit 0 from='client.398928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:12.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:12 smithi027 bash[31536]: audit 2023-12-07T18:14:11.074321+0000 mgr.a (mgr.24293) 20199 : audit 0 from='client.398928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:13 smithi022 bash[28554]: cluster 2023-12-07T18:14:12.187147+0000 mgr.a (mgr.24293) 20200 : cluster 0 pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:13.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:13 smithi044 bash[32620]: cluster 2023-12-07T18:14:12.187147+0000 mgr.a (mgr.24293) 20200 : cluster 0 pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:13.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:13 smithi027 bash[31536]: cluster 2023-12-07T18:14:12.187147+0000 mgr.a (mgr.24293) 20200 : cluster 0 pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:14.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:14 smithi022 bash[28554]: cluster 2023-12-07T18:14:14.187764+0000 mgr.a (mgr.24293) 20201 : cluster 0 pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:14.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:14 smithi044 bash[32620]: cluster 2023-12-07T18:14:14.187764+0000 mgr.a (mgr.24293) 20201 : cluster 0 pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:14.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:14 smithi027 bash[31536]: cluster 2023-12-07T18:14:14.187764+0000 mgr.a (mgr.24293) 20201 : cluster 0 pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:16.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:16.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:16.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:17.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:17.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:17.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:17.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:17.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:17.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:17 smithi022 bash[28554]: cluster 2023-12-07T18:14:16.188502+0000 mgr.a (mgr.24293) 20202 : cluster 0 pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:17.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:17 smithi044 bash[32620]: cluster 2023-12-07T18:14:16.188502+0000 mgr.a (mgr.24293) 20202 : cluster 0 pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:17.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:17 smithi027 bash[31536]: cluster 2023-12-07T18:14:16.188502+0000 mgr.a (mgr.24293) 20202 : cluster 0 pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:18.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:18 smithi022 bash[28554]: audit 2023-12-07T18:14:17.033178+0000 mgr.a (mgr.24293) 20203 : audit 0 from='client.399006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:18.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:18 smithi044 bash[32620]: audit 2023-12-07T18:14:17.033178+0000 mgr.a (mgr.24293) 20203 : audit 0 from='client.399006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:18.704 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:18 smithi027 bash[31536]: audit 2023-12-07T18:14:17.033178+0000 mgr.a (mgr.24293) 20203 : audit 0 from='client.399006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:19 smithi022 bash[28554]: cluster 2023-12-07T18:14:18.189275+0000 mgr.a (mgr.24293) 20204 : cluster 0 pgmap v15107: 33 pgs: 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:14:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:19 smithi022 bash[28554]: audit 2023-12-07T18:14:18.902133+0000 mon.a (mon.0) 3229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:19 smithi044 bash[32620]: cluster 2023-12-07T18:14:18.189275+0000 mgr.a (mgr.24293) 20204 : cluster 0 pgmap v15107: 33 pgs: 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:14:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:19 smithi044 bash[32620]: audit 2023-12-07T18:14:18.902133+0000 mon.a (mon.0) 3229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:19.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:19 smithi027 bash[31536]: cluster 2023-12-07T18:14:18.189275+0000 mgr.a (mgr.24293) 20204 : cluster 0 pgmap v15107: 33 pgs: 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:14:19.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:19 smithi027 bash[31536]: audit 2023-12-07T18:14:18.902133+0000 mon.a (mon.0) 3229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:20 smithi022 bash[28554]: audit 2023-12-07T18:14:19.645541+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:20 smithi022 bash[28554]: audit 2023-12-07T18:14:19.647312+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:20 smithi022 bash[28554]: audit 2023-12-07T18:14:19.656618+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:14:20.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:20 smithi044 bash[32620]: audit 2023-12-07T18:14:19.645541+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:20.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:20 smithi044 bash[32620]: audit 2023-12-07T18:14:19.647312+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:20.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:20 smithi044 bash[32620]: audit 2023-12-07T18:14:19.656618+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:14:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:20 smithi027 bash[31536]: audit 2023-12-07T18:14:19.645541+0000 mon.a (mon.0) 3230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:20 smithi027 bash[31536]: audit 2023-12-07T18:14:19.647312+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:20 smithi027 bash[31536]: audit 2023-12-07T18:14:19.656618+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:14:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:21 smithi022 bash[28554]: cluster 2023-12-07T18:14:20.189883+0000 mgr.a (mgr.24293) 20205 : cluster 0 pgmap v15108: 33 pgs: 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:14:21.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:21 smithi044 bash[32620]: cluster 2023-12-07T18:14:20.189883+0000 mgr.a (mgr.24293) 20205 : cluster 0 pgmap v15108: 33 pgs: 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:14:21.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:21 smithi027 bash[31536]: cluster 2023-12-07T18:14:20.189883+0000 mgr.a (mgr.24293) 20205 : cluster 0 pgmap v15108: 33 pgs: 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:14:22.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:22.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:22.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:23.514 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:23.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:23.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:23.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:23.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:23 smithi022 bash[28554]: cluster 2023-12-07T18:14:22.190660+0000 mgr.a (mgr.24293) 20206 : cluster 0 pgmap v15109: 33 pgs: 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:14:23.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:23 smithi044 bash[32620]: cluster 2023-12-07T18:14:22.190660+0000 mgr.a (mgr.24293) 20206 : cluster 0 pgmap v15109: 33 pgs: 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:14:23.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:23 smithi027 bash[31536]: cluster 2023-12-07T18:14:22.190660+0000 mgr.a (mgr.24293) 20206 : cluster 0 pgmap v15109: 33 pgs: 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:14:24.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:24 smithi022 bash[28554]: audit 2023-12-07T18:14:22.977215+0000 mgr.a (mgr.24293) 20207 : audit 0 from='client.399084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:24.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:24 smithi044 bash[32620]: audit 2023-12-07T18:14:22.977215+0000 mgr.a (mgr.24293) 20207 : audit 0 from='client.399084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:24.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:24 smithi027 bash[31536]: audit 2023-12-07T18:14:22.977215+0000 mgr.a (mgr.24293) 20207 : audit 0 from='client.399084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:25 smithi022 bash[28554]: cluster 2023-12-07T18:14:24.191400+0000 mgr.a (mgr.24293) 20208 : cluster 0 pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:25.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:25 smithi044 bash[32620]: cluster 2023-12-07T18:14:24.191400+0000 mgr.a (mgr.24293) 20208 : cluster 0 pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:25.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:25 smithi027 bash[31536]: cluster 2023-12-07T18:14:24.191400+0000 mgr.a (mgr.24293) 20208 : cluster 0 pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:27.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:27 smithi022 bash[28554]: cluster 2023-12-07T18:14:26.192218+0000 mgr.a (mgr.24293) 20209 : cluster 0 pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:27.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:27 smithi044 bash[32620]: cluster 2023-12-07T18:14:26.192218+0000 mgr.a (mgr.24293) 20209 : cluster 0 pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:27.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:27 smithi027 bash[31536]: cluster 2023-12-07T18:14:26.192218+0000 mgr.a (mgr.24293) 20209 : cluster 0 pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:28.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:28.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:28.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:29.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:29.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:29 smithi022 bash[28554]: cluster 2023-12-07T18:14:28.192786+0000 mgr.a (mgr.24293) 20210 : cluster 0 pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:29.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:29 smithi044 bash[32620]: cluster 2023-12-07T18:14:28.192786+0000 mgr.a (mgr.24293) 20210 : cluster 0 pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:29.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:29 smithi027 bash[31536]: cluster 2023-12-07T18:14:28.192786+0000 mgr.a (mgr.24293) 20210 : cluster 0 pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:30.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:30 smithi022 bash[28554]: audit 2023-12-07T18:14:28.924186+0000 mgr.a (mgr.24293) 20211 : audit 0 from='client.399159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:30.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:30 smithi044 bash[32620]: audit 2023-12-07T18:14:28.924186+0000 mgr.a (mgr.24293) 20211 : audit 0 from='client.399159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:30.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:30 smithi027 bash[31536]: audit 2023-12-07T18:14:28.924186+0000 mgr.a (mgr.24293) 20211 : audit 0 from='client.399159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:31 smithi022 bash[28554]: cluster 2023-12-07T18:14:30.193516+0000 mgr.a (mgr.24293) 20212 : cluster 0 pgmap v15113: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:31 smithi044 bash[32620]: cluster 2023-12-07T18:14:30.193516+0000 mgr.a (mgr.24293) 20212 : cluster 0 pgmap v15113: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:31 smithi027 bash[31536]: cluster 2023-12-07T18:14:30.193516+0000 mgr.a (mgr.24293) 20212 : cluster 0 pgmap v15113: 33 pgs: 33 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:33.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:33 smithi022 bash[28554]: cluster 2023-12-07T18:14:32.194353+0000 mgr.a (mgr.24293) 20213 : cluster 0 pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:33.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:33 smithi044 bash[32620]: cluster 2023-12-07T18:14:32.194353+0000 mgr.a (mgr.24293) 20213 : cluster 0 pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:33.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:33 smithi027 bash[31536]: cluster 2023-12-07T18:14:32.194353+0000 mgr.a (mgr.24293) 20213 : cluster 0 pgmap v15114: 33 pgs: 33 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:34.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:34.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:34.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:35.383 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:35.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:35.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:35.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:35.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:35 smithi022 bash[28554]: cluster 2023-12-07T18:14:34.194910+0000 mgr.a (mgr.24293) 20214 : cluster 0 pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:35.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:35 smithi044 bash[32620]: cluster 2023-12-07T18:14:34.194910+0000 mgr.a (mgr.24293) 20214 : cluster 0 pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:35.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:35 smithi027 bash[31536]: cluster 2023-12-07T18:14:34.194910+0000 mgr.a (mgr.24293) 20214 : cluster 0 pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:36.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:36 smithi022 bash[28554]: audit 2023-12-07T18:14:34.851168+0000 mgr.a (mgr.24293) 20215 : audit 0 from='client.399231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:36.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:36 smithi044 bash[32620]: audit 2023-12-07T18:14:34.851168+0000 mgr.a (mgr.24293) 20215 : audit 0 from='client.399231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:36.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:36 smithi027 bash[31536]: audit 2023-12-07T18:14:34.851168+0000 mgr.a (mgr.24293) 20215 : audit 0 from='client.399231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:37 smithi022 bash[28554]: cluster 2023-12-07T18:14:36.195818+0000 mgr.a (mgr.24293) 20216 : cluster 0 pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:37.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:37 smithi044 bash[32620]: cluster 2023-12-07T18:14:36.195818+0000 mgr.a (mgr.24293) 20216 : cluster 0 pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:37.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:37 smithi027 bash[31536]: cluster 2023-12-07T18:14:36.195818+0000 mgr.a (mgr.24293) 20216 : cluster 0 pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:39.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:39 smithi022 bash[28554]: cluster 2023-12-07T18:14:38.196409+0000 mgr.a (mgr.24293) 20217 : cluster 0 pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:39.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:39 smithi044 bash[32620]: cluster 2023-12-07T18:14:38.196409+0000 mgr.a (mgr.24293) 20217 : cluster 0 pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:39.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:39 smithi027 bash[31536]: cluster 2023-12-07T18:14:38.196409+0000 mgr.a (mgr.24293) 20217 : cluster 0 pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:40.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:40.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:40.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:41.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:41.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:41.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:41.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:41.358 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:41 smithi022 bash[28554]: cluster 2023-12-07T18:14:40.196999+0000 mgr.a (mgr.24293) 20218 : cluster 0 pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:41.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:41 smithi044 bash[32620]: cluster 2023-12-07T18:14:40.196999+0000 mgr.a (mgr.24293) 20218 : cluster 0 pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:41.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:41 smithi027 bash[31536]: cluster 2023-12-07T18:14:40.196999+0000 mgr.a (mgr.24293) 20218 : cluster 0 pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:42.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:42 smithi022 bash[28554]: audit 2023-12-07T18:14:40.794202+0000 mgr.a (mgr.24293) 20219 : audit 0 from='client.399309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:42.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:42 smithi044 bash[32620]: audit 2023-12-07T18:14:40.794202+0000 mgr.a (mgr.24293) 20219 : audit 0 from='client.399309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:42.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:42 smithi027 bash[31536]: audit 2023-12-07T18:14:40.794202+0000 mgr.a (mgr.24293) 20219 : audit 0 from='client.399309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:43 smithi022 bash[28554]: cluster 2023-12-07T18:14:42.198161+0000 mgr.a (mgr.24293) 20220 : cluster 0 pgmap v15119: 33 pgs: 33 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:43.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:43 smithi044 bash[32620]: cluster 2023-12-07T18:14:42.198161+0000 mgr.a (mgr.24293) 20220 : cluster 0 pgmap v15119: 33 pgs: 33 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:43.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:43 smithi027 bash[31536]: cluster 2023-12-07T18:14:42.198161+0000 mgr.a (mgr.24293) 20220 : cluster 0 pgmap v15119: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:45 smithi022 bash[28554]: cluster 2023-12-07T18:14:44.198808+0000 mgr.a (mgr.24293) 20221 : cluster 0 pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:45.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:45 smithi044 bash[32620]: cluster 2023-12-07T18:14:44.198808+0000 mgr.a (mgr.24293) 20221 : cluster 0 pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:45.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:45 smithi027 bash[31536]: cluster 2023-12-07T18:14:44.198808+0000 mgr.a (mgr.24293) 20221 : cluster 0 pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:46.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:46.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:46.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:47.306 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:47.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:47.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:47.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:47.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:47 smithi022 bash[28554]: cluster 2023-12-07T18:14:46.199619+0000 mgr.a (mgr.24293) 20222 : cluster 0 pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:47.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:47 smithi044 bash[32620]: cluster 2023-12-07T18:14:46.199619+0000 mgr.a (mgr.24293) 20222 : cluster 0 pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:47.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:47 smithi027 bash[31536]: cluster 2023-12-07T18:14:46.199619+0000 mgr.a (mgr.24293) 20222 : cluster 0 pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:48.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:48 smithi022 bash[28554]: audit 2023-12-07T18:14:46.778606+0000 mgr.a (mgr.24293) 20223 : audit 0 from='client.399387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:48.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:48 smithi044 bash[32620]: audit 2023-12-07T18:14:46.778606+0000 mgr.a (mgr.24293) 20223 : audit 0 from='client.399387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:48.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:48 smithi027 bash[31536]: audit 2023-12-07T18:14:46.778606+0000 mgr.a (mgr.24293) 20223 : audit 0 from='client.399387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:49.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:49 smithi022 bash[28554]: cluster 2023-12-07T18:14:48.200357+0000 mgr.a (mgr.24293) 20224 : cluster 0 pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:49.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:49 smithi044 bash[32620]: cluster 2023-12-07T18:14:48.200357+0000 mgr.a (mgr.24293) 20224 : cluster 0 pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:49.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:49 smithi027 bash[31536]: cluster 2023-12-07T18:14:48.200357+0000 mgr.a (mgr.24293) 20224 : cluster 0 pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:51.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:51 smithi022 bash[28554]: cluster 2023-12-07T18:14:50.201103+0000 mgr.a (mgr.24293) 20225 : cluster 0 pgmap v15123: 33 pgs: 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:51.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:51 smithi044 bash[32620]: cluster 2023-12-07T18:14:50.201103+0000 mgr.a (mgr.24293) 20225 : cluster 0 pgmap v15123: 33 pgs: 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:51.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:51 smithi027 bash[31536]: cluster 2023-12-07T18:14:50.201103+0000 mgr.a (mgr.24293) 20225 : cluster 0 pgmap v15123: 33 pgs: 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:52.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:52.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:52.310 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:53.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:53.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:53 smithi022 bash[28554]: cluster 2023-12-07T18:14:52.202123+0000 mgr.a (mgr.24293) 20226 : cluster 0 pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:53.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:53 smithi044 bash[32620]: cluster 2023-12-07T18:14:52.202123+0000 mgr.a (mgr.24293) 20226 : cluster 0 pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:53.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:53 smithi027 bash[31536]: cluster 2023-12-07T18:14:52.202123+0000 mgr.a (mgr.24293) 20226 : cluster 0 pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:54.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:54 smithi022 bash[28554]: audit 2023-12-07T18:14:52.722213+0000 mgr.a (mgr.24293) 20227 : audit 0 from='client.399465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:54.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:54 smithi044 bash[32620]: audit 2023-12-07T18:14:52.722213+0000 mgr.a (mgr.24293) 20227 : audit 0 from='client.399465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:54.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:54 smithi027 bash[31536]: audit 2023-12-07T18:14:52.722213+0000 mgr.a (mgr.24293) 20227 : audit 0 from='client.399465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:55.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:55 smithi022 bash[28554]: cluster 2023-12-07T18:14:54.202816+0000 mgr.a (mgr.24293) 20228 : cluster 0 pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:55.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:55 smithi044 bash[32620]: cluster 2023-12-07T18:14:54.202816+0000 mgr.a (mgr.24293) 20228 : cluster 0 pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:55.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:55 smithi027 bash[31536]: cluster 2023-12-07T18:14:54.202816+0000 mgr.a (mgr.24293) 20228 : cluster 0 pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:57.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:57 smithi022 bash[28554]: cluster 2023-12-07T18:14:56.203709+0000 mgr.a (mgr.24293) 20229 : cluster 0 pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:57.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:57 smithi044 bash[32620]: cluster 2023-12-07T18:14:56.203709+0000 mgr.a (mgr.24293) 20229 : cluster 0 pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:57 smithi027 bash[31536]: cluster 2023-12-07T18:14:56.203709+0000 mgr.a (mgr.24293) 20229 : cluster 0 pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:58.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:14:58.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:58.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:59.205 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:14:59.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:59.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:59.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:59.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:14:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:14:59 smithi022 bash[28554]: cluster 2023-12-07T18:14:58.204475+0000 mgr.a (mgr.24293) 20230 : cluster 0 pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:59.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:14:59 smithi044 bash[32620]: cluster 2023-12-07T18:14:58.204475+0000 mgr.a (mgr.24293) 20230 : cluster 0 pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:59.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:14:59 smithi027 bash[31536]: cluster 2023-12-07T18:14:58.204475+0000 mgr.a (mgr.24293) 20230 : cluster 0 pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:00.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:00 smithi022 bash[28554]: audit 2023-12-07T18:14:58.688944+0000 mgr.a (mgr.24293) 20231 : audit 0 from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:00.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:00 smithi044 bash[32620]: audit 2023-12-07T18:14:58.688944+0000 mgr.a (mgr.24293) 20231 : audit 0 from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:00.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:00 smithi027 bash[31536]: audit 2023-12-07T18:14:58.688944+0000 mgr.a (mgr.24293) 20231 : audit 0 from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:01.853 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:01 smithi027 bash[31536]: cluster 2023-12-07T18:15:00.205186+0000 mgr.a (mgr.24293) 20232 : cluster 0 pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:01.878 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:01 smithi044 bash[32620]: cluster 2023-12-07T18:15:00.205186+0000 mgr.a (mgr.24293) 20232 : cluster 0 pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:01.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:01 smithi022 bash[28554]: cluster 2023-12-07T18:15:00.205186+0000 mgr.a (mgr.24293) 20232 : cluster 0 pgmap v15128: 33 pgs: 33 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:03.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:03 smithi022 bash[28554]: cluster 2023-12-07T18:15:02.205998+0000 mgr.a (mgr.24293) 20233 : cluster 0 pgmap v15129: 33 pgs: 33 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:03.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:03 smithi044 bash[32620]: cluster 2023-12-07T18:15:02.205998+0000 mgr.a (mgr.24293) 20233 : cluster 0 pgmap v15129: 33 pgs: 33 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:03.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:03 smithi027 bash[31536]: cluster 2023-12-07T18:15:02.205998+0000 mgr.a (mgr.24293) 20233 : cluster 0 pgmap v15129: 33 pgs: 33 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:04.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:04.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:04.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:05.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:05.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:05.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:05.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:05.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:05 smithi022 bash[28554]: cluster 2023-12-07T18:15:04.206547+0000 mgr.a (mgr.24293) 20234 : cluster 0 pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:05 smithi022 bash[28554]: audit 2023-12-07T18:15:04.608578+0000 mgr.a (mgr.24293) 20235 : audit 0 from='client.399618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:05.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:05 smithi044 bash[32620]: cluster 2023-12-07T18:15:04.206547+0000 mgr.a (mgr.24293) 20234 : cluster 0 pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:05.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:05 smithi044 bash[32620]: audit 2023-12-07T18:15:04.608578+0000 mgr.a (mgr.24293) 20235 : audit 0 from='client.399618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:05 smithi027 bash[31536]: cluster 2023-12-07T18:15:04.206547+0000 mgr.a (mgr.24293) 20234 : cluster 0 pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:05.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:05 smithi027 bash[31536]: audit 2023-12-07T18:15:04.608578+0000 mgr.a (mgr.24293) 20235 : audit 0 from='client.399618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:07.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:07 smithi022 bash[28554]: cluster 2023-12-07T18:15:06.207610+0000 mgr.a (mgr.24293) 20236 : cluster 0 pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:07.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:07 smithi044 bash[32620]: cluster 2023-12-07T18:15:06.207610+0000 mgr.a (mgr.24293) 20236 : cluster 0 pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:07.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:07 smithi027 bash[31536]: cluster 2023-12-07T18:15:06.207610+0000 mgr.a (mgr.24293) 20236 : cluster 0 pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:09.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:09 smithi022 bash[28554]: cluster 2023-12-07T18:15:08.208377+0000 mgr.a (mgr.24293) 20237 : cluster 0 pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:09.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:09 smithi044 bash[32620]: cluster 2023-12-07T18:15:08.208377+0000 mgr.a (mgr.24293) 20237 : cluster 0 pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:09 smithi027 bash[31536]: cluster 2023-12-07T18:15:08.208377+0000 mgr.a (mgr.24293) 20237 : cluster 0 pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:10.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:10.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:10.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:11.080 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:11.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:11.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:11.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:11.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:11 smithi022 bash[28554]: cluster 2023-12-07T18:15:10.209117+0000 mgr.a (mgr.24293) 20238 : cluster 0 pgmap v15133: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:11 smithi022 bash[28554]: audit 2023-12-07T18:15:10.546983+0000 mgr.a (mgr.24293) 20239 : audit 0 from='client.399690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:11.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:11 smithi044 bash[32620]: cluster 2023-12-07T18:15:10.209117+0000 mgr.a (mgr.24293) 20238 : cluster 0 pgmap v15133: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:11 smithi044 bash[32620]: audit 2023-12-07T18:15:10.546983+0000 mgr.a (mgr.24293) 20239 : audit 0 from='client.399690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:11 smithi027 bash[31536]: cluster 2023-12-07T18:15:10.209117+0000 mgr.a (mgr.24293) 20238 : cluster 0 pgmap v15133: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:11 smithi027 bash[31536]: audit 2023-12-07T18:15:10.546983+0000 mgr.a (mgr.24293) 20239 : audit 0 from='client.399690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:13.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:13 smithi022 bash[28554]: cluster 2023-12-07T18:15:12.210146+0000 mgr.a (mgr.24293) 20240 : cluster 0 pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:13.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:13 smithi044 bash[32620]: cluster 2023-12-07T18:15:12.210146+0000 mgr.a (mgr.24293) 20240 : cluster 0 pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:13.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:13 smithi027 bash[31536]: cluster 2023-12-07T18:15:12.210146+0000 mgr.a (mgr.24293) 20240 : cluster 0 pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:15.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:15 smithi022 bash[28554]: cluster 2023-12-07T18:15:14.210728+0000 mgr.a (mgr.24293) 20241 : cluster 0 pgmap v15135: 33 pgs: 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:15.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:15 smithi044 bash[32620]: cluster 2023-12-07T18:15:14.210728+0000 mgr.a (mgr.24293) 20241 : cluster 0 pgmap v15135: 33 pgs: 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:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:15 smithi027 bash[31536]: cluster 2023-12-07T18:15:14.210728+0000 mgr.a (mgr.24293) 20241 : cluster 0 pgmap v15135: 33 pgs: 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:16.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:16.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:16.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:17.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:17.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:17.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:17.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:17.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:17.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:17 smithi022 bash[28554]: cluster 2023-12-07T18:15:16.211431+0000 mgr.a (mgr.24293) 20242 : cluster 0 pgmap v15136: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:17 smithi022 bash[28554]: audit 2023-12-07T18:15:16.495880+0000 mgr.a (mgr.24293) 20243 : audit 0 from='client.399765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:17.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:17 smithi044 bash[32620]: cluster 2023-12-07T18:15:16.211431+0000 mgr.a (mgr.24293) 20242 : cluster 0 pgmap v15136: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:17 smithi044 bash[32620]: audit 2023-12-07T18:15:16.495880+0000 mgr.a (mgr.24293) 20243 : audit 0 from='client.399765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:17.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:17 smithi027 bash[31536]: cluster 2023-12-07T18:15:16.211431+0000 mgr.a (mgr.24293) 20242 : cluster 0 pgmap v15136: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:17 smithi027 bash[31536]: audit 2023-12-07T18:15:16.495880+0000 mgr.a (mgr.24293) 20243 : audit 0 from='client.399765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:19.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:19 smithi022 bash[28554]: cluster 2023-12-07T18:15:18.212159+0000 mgr.a (mgr.24293) 20244 : cluster 0 pgmap v15137: 33 pgs: 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:19.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:19 smithi044 bash[32620]: cluster 2023-12-07T18:15:18.212159+0000 mgr.a (mgr.24293) 20244 : cluster 0 pgmap v15137: 33 pgs: 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:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:19 smithi027 bash[31536]: cluster 2023-12-07T18:15:18.212159+0000 mgr.a (mgr.24293) 20244 : cluster 0 pgmap v15137: 33 pgs: 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:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:20 smithi022 bash[28554]: audit 2023-12-07T18:15:19.759572+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:20 smithi022 bash[28554]: audit 2023-12-07T18:15:20.289839+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:20.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:20 smithi022 bash[28554]: audit 2023-12-07T18:15:20.295610+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:20.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:20 smithi044 bash[32620]: audit 2023-12-07T18:15:19.759572+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:20.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:20 smithi044 bash[32620]: audit 2023-12-07T18:15:20.289839+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:20.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:20 smithi044 bash[32620]: audit 2023-12-07T18:15:20.295610+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:20 smithi027 bash[31536]: audit 2023-12-07T18:15:19.759572+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:20 smithi027 bash[31536]: audit 2023-12-07T18:15:20.289839+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:20.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:20 smithi027 bash[31536]: audit 2023-12-07T18:15:20.295610+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:21 smithi022 bash[28554]: cluster 2023-12-07T18:15:20.212694+0000 mgr.a (mgr.24293) 20245 : cluster 0 pgmap v15138: 33 pgs: 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:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:21 smithi022 bash[28554]: audit 2023-12-07T18:15:21.076593+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:21 smithi022 bash[28554]: audit 2023-12-07T18:15:21.078462+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:21.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:21 smithi022 bash[28554]: audit 2023-12-07T18:15:21.087969+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:21.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:21 smithi044 bash[32620]: cluster 2023-12-07T18:15:20.212694+0000 mgr.a (mgr.24293) 20245 : cluster 0 pgmap v15138: 33 pgs: 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:21.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:21 smithi044 bash[32620]: audit 2023-12-07T18:15:21.076593+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:21.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:21 smithi044 bash[32620]: audit 2023-12-07T18:15:21.078462+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:21.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:21 smithi044 bash[32620]: audit 2023-12-07T18:15:21.087969+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:21 smithi027 bash[31536]: cluster 2023-12-07T18:15:20.212694+0000 mgr.a (mgr.24293) 20245 : cluster 0 pgmap v15138: 33 pgs: 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:21.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:21 smithi027 bash[31536]: audit 2023-12-07T18:15:21.076593+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:21.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:21 smithi027 bash[31536]: audit 2023-12-07T18:15:21.078462+0000 mon.a (mon.0) 3237 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:21.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:21 smithi027 bash[31536]: audit 2023-12-07T18:15:21.087969+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:15:22.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:22.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:22.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:22.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:22.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:22.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:22.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:22.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:23 smithi022 bash[28554]: cluster 2023-12-07T18:15:22.213506+0000 mgr.a (mgr.24293) 20246 : cluster 0 pgmap v15139: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:23 smithi022 bash[28554]: audit 2023-12-07T18:15:22.446944+0000 mgr.a (mgr.24293) 20247 : audit 0 from='client.399840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:23 smithi044 bash[32620]: cluster 2023-12-07T18:15:22.213506+0000 mgr.a (mgr.24293) 20246 : cluster 0 pgmap v15139: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:23 smithi044 bash[32620]: audit 2023-12-07T18:15:22.446944+0000 mgr.a (mgr.24293) 20247 : audit 0 from='client.399840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:23 smithi027 bash[31536]: cluster 2023-12-07T18:15:22.213506+0000 mgr.a (mgr.24293) 20246 : cluster 0 pgmap v15139: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:23 smithi027 bash[31536]: audit 2023-12-07T18:15:22.446944+0000 mgr.a (mgr.24293) 20247 : audit 0 from='client.399840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:25.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:25 smithi022 bash[28554]: cluster 2023-12-07T18:15:24.214172+0000 mgr.a (mgr.24293) 20248 : cluster 0 pgmap v15140: 33 pgs: 33 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:25.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:25 smithi044 bash[32620]: cluster 2023-12-07T18:15:24.214172+0000 mgr.a (mgr.24293) 20248 : cluster 0 pgmap v15140: 33 pgs: 33 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:25.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:25 smithi027 bash[31536]: cluster 2023-12-07T18:15:24.214172+0000 mgr.a (mgr.24293) 20248 : cluster 0 pgmap v15140: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:27 smithi022 bash[28554]: cluster 2023-12-07T18:15:26.215022+0000 mgr.a (mgr.24293) 20249 : cluster 0 pgmap v15141: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:27 smithi044 bash[32620]: cluster 2023-12-07T18:15:26.215022+0000 mgr.a (mgr.24293) 20249 : cluster 0 pgmap v15141: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:27 smithi027 bash[31536]: cluster 2023-12-07T18:15:26.215022+0000 mgr.a (mgr.24293) 20249 : cluster 0 pgmap v15141: 33 pgs: 33 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.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:27.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:27.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:28.916 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:28.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:28.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:28.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:28.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:29 smithi022 bash[28554]: cluster 2023-12-07T18:15:28.215589+0000 mgr.a (mgr.24293) 20250 : cluster 0 pgmap v15142: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:29 smithi022 bash[28554]: audit 2023-12-07T18:15:28.375363+0000 mgr.a (mgr.24293) 20251 : audit 0 from='client.399918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:29.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:29 smithi044 bash[32620]: cluster 2023-12-07T18:15:28.215589+0000 mgr.a (mgr.24293) 20250 : cluster 0 pgmap v15142: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:29 smithi044 bash[32620]: audit 2023-12-07T18:15:28.375363+0000 mgr.a (mgr.24293) 20251 : audit 0 from='client.399918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:29 smithi027 bash[31536]: cluster 2023-12-07T18:15:28.215589+0000 mgr.a (mgr.24293) 20250 : cluster 0 pgmap v15142: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:29 smithi027 bash[31536]: audit 2023-12-07T18:15:28.375363+0000 mgr.a (mgr.24293) 20251 : audit 0 from='client.399918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:31.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:31 smithi022 bash[28554]: cluster 2023-12-07T18:15:30.216214+0000 mgr.a (mgr.24293) 20252 : cluster 0 pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:31 smithi044 bash[32620]: cluster 2023-12-07T18:15:30.216214+0000 mgr.a (mgr.24293) 20252 : cluster 0 pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:31 smithi027 bash[31536]: cluster 2023-12-07T18:15:30.216214+0000 mgr.a (mgr.24293) 20252 : cluster 0 pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:33.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:33.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:33.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:33 smithi022 bash[28554]: cluster 2023-12-07T18:15:32.217039+0000 mgr.a (mgr.24293) 20253 : cluster 0 pgmap v15144: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:33 smithi044 bash[32620]: cluster 2023-12-07T18:15:32.217039+0000 mgr.a (mgr.24293) 20253 : cluster 0 pgmap v15144: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:33 smithi027 bash[31536]: cluster 2023-12-07T18:15:32.217039+0000 mgr.a (mgr.24293) 20253 : cluster 0 pgmap v15144: 33 pgs: 33 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:34.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:34.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:34.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:34.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:34.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:35 smithi022 bash[28554]: cluster 2023-12-07T18:15:34.217576+0000 mgr.a (mgr.24293) 20254 : cluster 0 pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:35 smithi022 bash[28554]: audit 2023-12-07T18:15:34.327757+0000 mgr.a (mgr.24293) 20255 : audit 0 from='client.399987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:35.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:35 smithi044 bash[32620]: cluster 2023-12-07T18:15:34.217576+0000 mgr.a (mgr.24293) 20254 : cluster 0 pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:35.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:35 smithi044 bash[32620]: audit 2023-12-07T18:15:34.327757+0000 mgr.a (mgr.24293) 20255 : audit 0 from='client.399987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:35 smithi027 bash[31536]: cluster 2023-12-07T18:15:34.217576+0000 mgr.a (mgr.24293) 20254 : cluster 0 pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:35 smithi027 bash[31536]: audit 2023-12-07T18:15:34.327757+0000 mgr.a (mgr.24293) 20255 : audit 0 from='client.399987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:37.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:37 smithi022 bash[28554]: cluster 2023-12-07T18:15:36.218473+0000 mgr.a (mgr.24293) 20256 : cluster 0 pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:37.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:37 smithi044 bash[32620]: cluster 2023-12-07T18:15:36.218473+0000 mgr.a (mgr.24293) 20256 : cluster 0 pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:37 smithi027 bash[31536]: cluster 2023-12-07T18:15:36.218473+0000 mgr.a (mgr.24293) 20256 : cluster 0 pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:39.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:39.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:39.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:39 smithi022 bash[28554]: cluster 2023-12-07T18:15:38.219024+0000 mgr.a (mgr.24293) 20257 : cluster 0 pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:39 smithi044 bash[32620]: cluster 2023-12-07T18:15:38.219024+0000 mgr.a (mgr.24293) 20257 : cluster 0 pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:39 smithi027 bash[31536]: cluster 2023-12-07T18:15:38.219024+0000 mgr.a (mgr.24293) 20257 : cluster 0 pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:40.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:40.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:40.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:40.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:40.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:41 smithi022 bash[28554]: cluster 2023-12-07T18:15:40.219709+0000 mgr.a (mgr.24293) 20258 : cluster 0 pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:41 smithi022 bash[28554]: audit 2023-12-07T18:15:40.279438+0000 mgr.a (mgr.24293) 20259 : audit 0 from='client.400065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:41 smithi044 bash[32620]: cluster 2023-12-07T18:15:40.219709+0000 mgr.a (mgr.24293) 20258 : cluster 0 pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:41.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:41 smithi044 bash[32620]: audit 2023-12-07T18:15:40.279438+0000 mgr.a (mgr.24293) 20259 : audit 0 from='client.400065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:41 smithi027 bash[31536]: cluster 2023-12-07T18:15:40.219709+0000 mgr.a (mgr.24293) 20258 : cluster 0 pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:41 smithi027 bash[31536]: audit 2023-12-07T18:15:40.279438+0000 mgr.a (mgr.24293) 20259 : audit 0 from='client.400065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:43.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:43 smithi022 bash[28554]: cluster 2023-12-07T18:15:42.220753+0000 mgr.a (mgr.24293) 20260 : cluster 0 pgmap v15149: 33 pgs: 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:15:43.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:43 smithi044 bash[32620]: cluster 2023-12-07T18:15:42.220753+0000 mgr.a (mgr.24293) 20260 : cluster 0 pgmap v15149: 33 pgs: 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:15:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:43 smithi027 bash[31536]: cluster 2023-12-07T18:15:42.220753+0000 mgr.a (mgr.24293) 20260 : cluster 0 pgmap v15149: 33 pgs: 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:15:45.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:45.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:45.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:45.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:45 smithi022 bash[28554]: cluster 2023-12-07T18:15:44.221341+0000 mgr.a (mgr.24293) 20261 : cluster 0 pgmap v15150: 33 pgs: 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:15:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:45 smithi044 bash[32620]: cluster 2023-12-07T18:15:44.221341+0000 mgr.a (mgr.24293) 20261 : cluster 0 pgmap v15150: 33 pgs: 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:15:45.954 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:45 smithi027 bash[31536]: cluster 2023-12-07T18:15:44.221341+0000 mgr.a (mgr.24293) 20261 : cluster 0 pgmap v15150: 33 pgs: 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:15:46.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:46.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:46.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:46.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:46.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:47.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:47 smithi022 bash[28554]: cluster 2023-12-07T18:15:46.222031+0000 mgr.a (mgr.24293) 20262 : cluster 0 pgmap v15151: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:47 smithi022 bash[28554]: audit 2023-12-07T18:15:46.240874+0000 mgr.a (mgr.24293) 20263 : audit 0 from='client.400140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:47 smithi044 bash[32620]: cluster 2023-12-07T18:15:46.222031+0000 mgr.a (mgr.24293) 20262 : cluster 0 pgmap v15151: 33 pgs: 33 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.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:47 smithi044 bash[32620]: audit 2023-12-07T18:15:46.240874+0000 mgr.a (mgr.24293) 20263 : audit 0 from='client.400140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:47.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:47 smithi027 bash[31536]: cluster 2023-12-07T18:15:46.222031+0000 mgr.a (mgr.24293) 20262 : cluster 0 pgmap v15151: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:47 smithi027 bash[31536]: audit 2023-12-07T18:15:46.240874+0000 mgr.a (mgr.24293) 20263 : audit 0 from='client.400140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:49 smithi022 bash[28554]: cluster 2023-12-07T18:15:48.222671+0000 mgr.a (mgr.24293) 20264 : cluster 0 pgmap v15152: 33 pgs: 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:49.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:49 smithi044 bash[32620]: cluster 2023-12-07T18:15:48.222671+0000 mgr.a (mgr.24293) 20264 : cluster 0 pgmap v15152: 33 pgs: 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:49.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:49 smithi027 bash[31536]: cluster 2023-12-07T18:15:48.222671+0000 mgr.a (mgr.24293) 20264 : cluster 0 pgmap v15152: 33 pgs: 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:50.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:50 smithi027 bash[31536]: cluster 2023-12-07T18:15:50.223231+0000 mgr.a (mgr.24293) 20265 : cluster 0 pgmap v15153: 33 pgs: 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:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:50 smithi022 bash[28554]: cluster 2023-12-07T18:15:50.223231+0000 mgr.a (mgr.24293) 20265 : cluster 0 pgmap v15153: 33 pgs: 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:51.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:50 smithi044 bash[32620]: cluster 2023-12-07T18:15:50.223231+0000 mgr.a (mgr.24293) 20265 : cluster 0 pgmap v15153: 33 pgs: 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:51.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:51.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:51.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:52.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:52.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:52.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:52.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:52.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:53.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:53 smithi022 bash[28554]: audit 2023-12-07T18:15:52.169709+0000 mgr.a (mgr.24293) 20266 : audit 0 from='client.400218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:53.680 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:53 smithi022 bash[28554]: cluster 2023-12-07T18:15:52.224381+0000 mgr.a (mgr.24293) 20267 : cluster 0 pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:53 smithi044 bash[32620]: audit 2023-12-07T18:15:52.169709+0000 mgr.a (mgr.24293) 20266 : audit 0 from='client.400218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:53.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:53 smithi044 bash[32620]: cluster 2023-12-07T18:15:52.224381+0000 mgr.a (mgr.24293) 20267 : cluster 0 pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:53 smithi027 bash[31536]: audit 2023-12-07T18:15:52.169709+0000 mgr.a (mgr.24293) 20266 : audit 0 from='client.400218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:53.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:53 smithi027 bash[31536]: cluster 2023-12-07T18:15:52.224381+0000 mgr.a (mgr.24293) 20267 : cluster 0 pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:55 smithi022 bash[28554]: cluster 2023-12-07T18:15:54.225181+0000 mgr.a (mgr.24293) 20268 : cluster 0 pgmap v15155: 33 pgs: 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:15:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:55 smithi044 bash[32620]: cluster 2023-12-07T18:15:54.225181+0000 mgr.a (mgr.24293) 20268 : cluster 0 pgmap v15155: 33 pgs: 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:15:55.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:55 smithi027 bash[31536]: cluster 2023-12-07T18:15:54.225181+0000 mgr.a (mgr.24293) 20268 : cluster 0 pgmap v15155: 33 pgs: 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:15:57.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:15:57.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:57.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:57 smithi022 bash[28554]: cluster 2023-12-07T18:15:56.226167+0000 mgr.a (mgr.24293) 20269 : cluster 0 pgmap v15156: 33 pgs: 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:15:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:57 smithi044 bash[32620]: cluster 2023-12-07T18:15:56.226167+0000 mgr.a (mgr.24293) 20269 : cluster 0 pgmap v15156: 33 pgs: 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:15:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:57 smithi027 bash[31536]: cluster 2023-12-07T18:15:56.226167+0000 mgr.a (mgr.24293) 20269 : cluster 0 pgmap v15156: 33 pgs: 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:15:58.625 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:15:58.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:58.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:58.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:58.626 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:15:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:59 smithi022 bash[28554]: audit 2023-12-07T18:15:58.102147+0000 mgr.a (mgr.24293) 20270 : audit 0 from='client.400296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:59.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:15:59 smithi022 bash[28554]: cluster 2023-12-07T18:15:58.226794+0000 mgr.a (mgr.24293) 20271 : cluster 0 pgmap v15157: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:59 smithi044 bash[32620]: audit 2023-12-07T18:15:58.102147+0000 mgr.a (mgr.24293) 20270 : audit 0 from='client.400296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:15:59 smithi044 bash[32620]: cluster 2023-12-07T18:15:58.226794+0000 mgr.a (mgr.24293) 20271 : cluster 0 pgmap v15157: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:59 smithi027 bash[31536]: audit 2023-12-07T18:15:58.102147+0000 mgr.a (mgr.24293) 20270 : audit 0 from='client.400296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:15:59 smithi027 bash[31536]: cluster 2023-12-07T18:15:58.226794+0000 mgr.a (mgr.24293) 20271 : cluster 0 pgmap v15157: 33 pgs: 33 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:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:01 smithi022 bash[28554]: cluster 2023-12-07T18:16:00.227447+0000 mgr.a (mgr.24293) 20272 : cluster 0 pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:01 smithi044 bash[32620]: cluster 2023-12-07T18:16:00.227447+0000 mgr.a (mgr.24293) 20272 : cluster 0 pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:01.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:01 smithi027 bash[31536]: cluster 2023-12-07T18:16:00.227447+0000 mgr.a (mgr.24293) 20272 : cluster 0 pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:03.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:03.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:03.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:03 smithi022 bash[28554]: cluster 2023-12-07T18:16:02.228310+0000 mgr.a (mgr.24293) 20273 : cluster 0 pgmap v15159: 33 pgs: 33 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:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:03 smithi044 bash[32620]: cluster 2023-12-07T18:16:02.228310+0000 mgr.a (mgr.24293) 20273 : cluster 0 pgmap v15159: 33 pgs: 33 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:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:03 smithi027 bash[31536]: cluster 2023-12-07T18:16:02.228310+0000 mgr.a (mgr.24293) 20273 : cluster 0 pgmap v15159: 33 pgs: 33 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:04.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:04.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:04.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:04.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:04.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:05 smithi022 bash[28554]: audit 2023-12-07T18:16:04.037217+0000 mgr.a (mgr.24293) 20274 : audit 0 from='client.400368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:05 smithi022 bash[28554]: cluster 2023-12-07T18:16:04.228958+0000 mgr.a (mgr.24293) 20275 : cluster 0 pgmap v15160: 33 pgs: 33 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:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:05 smithi044 bash[32620]: audit 2023-12-07T18:16:04.037217+0000 mgr.a (mgr.24293) 20274 : audit 0 from='client.400368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:05 smithi044 bash[32620]: cluster 2023-12-07T18:16:04.228958+0000 mgr.a (mgr.24293) 20275 : cluster 0 pgmap v15160: 33 pgs: 33 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:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:05 smithi027 bash[31536]: audit 2023-12-07T18:16:04.037217+0000 mgr.a (mgr.24293) 20274 : audit 0 from='client.400368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:05 smithi027 bash[31536]: cluster 2023-12-07T18:16:04.228958+0000 mgr.a (mgr.24293) 20275 : cluster 0 pgmap v15160: 33 pgs: 33 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:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:07 smithi022 bash[28554]: cluster 2023-12-07T18:16:06.229989+0000 mgr.a (mgr.24293) 20276 : cluster 0 pgmap v15161: 33 pgs: 33 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:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:07 smithi044 bash[32620]: cluster 2023-12-07T18:16:06.229989+0000 mgr.a (mgr.24293) 20276 : cluster 0 pgmap v15161: 33 pgs: 33 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:07.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:07 smithi027 bash[31536]: cluster 2023-12-07T18:16:06.229989+0000 mgr.a (mgr.24293) 20276 : cluster 0 pgmap v15161: 33 pgs: 33 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:09.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:09.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:09.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:09 smithi022 bash[28554]: cluster 2023-12-07T18:16:08.230590+0000 mgr.a (mgr.24293) 20277 : cluster 0 pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:09 smithi044 bash[32620]: cluster 2023-12-07T18:16:08.230590+0000 mgr.a (mgr.24293) 20277 : cluster 0 pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:09 smithi027 bash[31536]: cluster 2023-12-07T18:16:08.230590+0000 mgr.a (mgr.24293) 20277 : cluster 0 pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:10.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:10.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:10.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:10.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:10.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:11 smithi022 bash[28554]: audit 2023-12-07T18:16:09.998739+0000 mgr.a (mgr.24293) 20278 : audit 0 from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:11.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:11 smithi022 bash[28554]: cluster 2023-12-07T18:16:10.231019+0000 mgr.a (mgr.24293) 20279 : cluster 0 pgmap v15163: 33 pgs: 33 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:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:11 smithi044 bash[32620]: audit 2023-12-07T18:16:09.998739+0000 mgr.a (mgr.24293) 20278 : audit 0 from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:11 smithi044 bash[32620]: cluster 2023-12-07T18:16:10.231019+0000 mgr.a (mgr.24293) 20279 : cluster 0 pgmap v15163: 33 pgs: 33 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:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:11 smithi027 bash[31536]: audit 2023-12-07T18:16:09.998739+0000 mgr.a (mgr.24293) 20278 : audit 0 from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:11 smithi027 bash[31536]: cluster 2023-12-07T18:16:10.231019+0000 mgr.a (mgr.24293) 20279 : cluster 0 pgmap v15163: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:13 smithi022 bash[28554]: cluster 2023-12-07T18:16:12.231986+0000 mgr.a (mgr.24293) 20280 : cluster 0 pgmap v15164: 33 pgs: 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:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:13 smithi044 bash[32620]: cluster 2023-12-07T18:16:12.231986+0000 mgr.a (mgr.24293) 20280 : cluster 0 pgmap v15164: 33 pgs: 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:13.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:13 smithi027 bash[31536]: cluster 2023-12-07T18:16:12.231986+0000 mgr.a (mgr.24293) 20280 : cluster 0 pgmap v15164: 33 pgs: 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:15.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:15.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:15.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:15 smithi022 bash[28554]: cluster 2023-12-07T18:16:14.232592+0000 mgr.a (mgr.24293) 20281 : cluster 0 pgmap v15165: 33 pgs: 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:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:15 smithi044 bash[32620]: cluster 2023-12-07T18:16:14.232592+0000 mgr.a (mgr.24293) 20281 : cluster 0 pgmap v15165: 33 pgs: 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:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:15 smithi027 bash[31536]: cluster 2023-12-07T18:16:14.232592+0000 mgr.a (mgr.24293) 20281 : cluster 0 pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:16.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:16.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:16.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:16.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:16.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:17 smithi022 bash[28554]: audit 2023-12-07T18:16:15.934163+0000 mgr.a (mgr.24293) 20282 : audit 0 from='client.400518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:17 smithi022 bash[28554]: cluster 2023-12-07T18:16:16.233769+0000 mgr.a (mgr.24293) 20283 : cluster 0 pgmap v15166: 33 pgs: 33 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:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:17 smithi044 bash[32620]: audit 2023-12-07T18:16:15.934163+0000 mgr.a (mgr.24293) 20282 : audit 0 from='client.400518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:17 smithi044 bash[32620]: cluster 2023-12-07T18:16:16.233769+0000 mgr.a (mgr.24293) 20283 : cluster 0 pgmap v15166: 33 pgs: 33 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:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:17 smithi027 bash[31536]: audit 2023-12-07T18:16:15.934163+0000 mgr.a (mgr.24293) 20282 : audit 0 from='client.400518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:17 smithi027 bash[31536]: cluster 2023-12-07T18:16:16.233769+0000 mgr.a (mgr.24293) 20283 : cluster 0 pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:19 smithi022 bash[28554]: cluster 2023-12-07T18:16:18.234481+0000 mgr.a (mgr.24293) 20284 : cluster 0 pgmap v15167: 33 pgs: 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:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:19 smithi044 bash[32620]: cluster 2023-12-07T18:16:18.234481+0000 mgr.a (mgr.24293) 20284 : cluster 0 pgmap v15167: 33 pgs: 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:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:19 smithi027 bash[31536]: cluster 2023-12-07T18:16:18.234481+0000 mgr.a (mgr.24293) 20284 : cluster 0 pgmap v15167: 33 pgs: 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:21.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:21.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:21.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:21 smithi022 bash[28554]: cluster 2023-12-07T18:16:20.235085+0000 mgr.a (mgr.24293) 20285 : cluster 0 pgmap v15168: 33 pgs: 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:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:21 smithi022 bash[28554]: audit 2023-12-07T18:16:21.190561+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:21 smithi044 bash[32620]: cluster 2023-12-07T18:16:20.235085+0000 mgr.a (mgr.24293) 20285 : cluster 0 pgmap v15168: 33 pgs: 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:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:21 smithi044 bash[32620]: audit 2023-12-07T18:16:21.190561+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:21 smithi027 bash[31536]: cluster 2023-12-07T18:16:20.235085+0000 mgr.a (mgr.24293) 20285 : cluster 0 pgmap v15168: 33 pgs: 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:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:21 smithi027 bash[31536]: audit 2023-12-07T18:16:21.190561+0000 mon.a (mon.0) 3239 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:22.421 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:22.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:22.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:22.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:22.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:21.721365+0000 mon.a (mon.0) 3240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:21.726442+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:21.730915+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:21.735812+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:21.880433+0000 mgr.a (mgr.24293) 20286 : audit 0 from='client.400590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: cluster 2023-12-07T18:16:22.235926+0000 mgr.a (mgr.24293) 20287 : cluster 0 pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:22.496571+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:22.498451+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:23.180 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:22 smithi022 bash[28554]: audit 2023-12-07T18:16:22.508462+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:21.721365+0000 mon.a (mon.0) 3240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:21.726442+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:21.730915+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:21.735812+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:21.880433+0000 mgr.a (mgr.24293) 20286 : audit 0 from='client.400590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: cluster 2023-12-07T18:16:22.235926+0000 mgr.a (mgr.24293) 20287 : cluster 0 pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:22.496571+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:22.498451+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:23.181 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:22 smithi044 bash[32620]: audit 2023-12-07T18:16:22.508462+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:21.721365+0000 mon.a (mon.0) 3240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:21.726442+0000 mon.a (mon.0) 3241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:21.730915+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:21.735812+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:23.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:21.880433+0000 mgr.a (mgr.24293) 20286 : audit 0 from='client.400590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: cluster 2023-12-07T18:16:22.235926+0000 mgr.a (mgr.24293) 20287 : cluster 0 pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:22.496571+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:22.498451+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:23.204 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:22 smithi027 bash[31536]: audit 2023-12-07T18:16:22.508462+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:16:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:25 smithi022 bash[28554]: cluster 2023-12-07T18:16:24.236582+0000 mgr.a (mgr.24293) 20288 : cluster 0 pgmap v15170: 33 pgs: 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:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:25 smithi044 bash[32620]: cluster 2023-12-07T18:16:24.236582+0000 mgr.a (mgr.24293) 20288 : cluster 0 pgmap v15170: 33 pgs: 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:25.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:25 smithi027 bash[31536]: cluster 2023-12-07T18:16:24.236582+0000 mgr.a (mgr.24293) 20288 : cluster 0 pgmap v15170: 33 pgs: 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:27.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:27.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:27.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:27 smithi022 bash[28554]: cluster 2023-12-07T18:16:26.237432+0000 mgr.a (mgr.24293) 20289 : cluster 0 pgmap v15171: 33 pgs: 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:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:27 smithi044 bash[32620]: cluster 2023-12-07T18:16:26.237432+0000 mgr.a (mgr.24293) 20289 : cluster 0 pgmap v15171: 33 pgs: 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:27.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:27 smithi027 bash[31536]: cluster 2023-12-07T18:16:26.237432+0000 mgr.a (mgr.24293) 20289 : cluster 0 pgmap v15171: 33 pgs: 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:28.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:28.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:28.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:28.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:28.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:29 smithi022 bash[28554]: audit 2023-12-07T18:16:27.837531+0000 mgr.a (mgr.24293) 20290 : audit 0 from='client.400665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:29.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:29 smithi022 bash[28554]: cluster 2023-12-07T18:16:28.238325+0000 mgr.a (mgr.24293) 20291 : cluster 0 pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:29 smithi044 bash[32620]: audit 2023-12-07T18:16:27.837531+0000 mgr.a (mgr.24293) 20290 : audit 0 from='client.400665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:29 smithi044 bash[32620]: cluster 2023-12-07T18:16:28.238325+0000 mgr.a (mgr.24293) 20291 : cluster 0 pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:29 smithi027 bash[31536]: audit 2023-12-07T18:16:27.837531+0000 mgr.a (mgr.24293) 20290 : audit 0 from='client.400665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:29 smithi027 bash[31536]: cluster 2023-12-07T18:16:28.238325+0000 mgr.a (mgr.24293) 20291 : cluster 0 pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:31 smithi022 bash[28554]: cluster 2023-12-07T18:16:30.239006+0000 mgr.a (mgr.24293) 20292 : cluster 0 pgmap v15173: 33 pgs: 33 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:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:31 smithi044 bash[32620]: cluster 2023-12-07T18:16:30.239006+0000 mgr.a (mgr.24293) 20292 : cluster 0 pgmap v15173: 33 pgs: 33 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:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:31 smithi027 bash[31536]: cluster 2023-12-07T18:16:30.239006+0000 mgr.a (mgr.24293) 20292 : cluster 0 pgmap v15173: 33 pgs: 33 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.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:33.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:33.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:33 smithi022 bash[28554]: cluster 2023-12-07T18:16:32.239854+0000 mgr.a (mgr.24293) 20293 : cluster 0 pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:33 smithi044 bash[32620]: cluster 2023-12-07T18:16:32.239854+0000 mgr.a (mgr.24293) 20293 : cluster 0 pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:33.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:33 smithi027 bash[31536]: cluster 2023-12-07T18:16:32.239854+0000 mgr.a (mgr.24293) 20293 : cluster 0 pgmap v15174: 33 pgs: 33 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:34.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:34.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:34.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:34.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:34.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:35 smithi022 bash[28554]: audit 2023-12-07T18:16:33.764083+0000 mgr.a (mgr.24293) 20294 : audit 0 from='client.400743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:35 smithi022 bash[28554]: cluster 2023-12-07T18:16:34.240434+0000 mgr.a (mgr.24293) 20295 : cluster 0 pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:35 smithi044 bash[32620]: audit 2023-12-07T18:16:33.764083+0000 mgr.a (mgr.24293) 20294 : audit 0 from='client.400743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:35 smithi044 bash[32620]: cluster 2023-12-07T18:16:34.240434+0000 mgr.a (mgr.24293) 20295 : cluster 0 pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:35 smithi027 bash[31536]: audit 2023-12-07T18:16:33.764083+0000 mgr.a (mgr.24293) 20294 : audit 0 from='client.400743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:35 smithi027 bash[31536]: cluster 2023-12-07T18:16:34.240434+0000 mgr.a (mgr.24293) 20295 : cluster 0 pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:37 smithi022 bash[28554]: cluster 2023-12-07T18:16:36.241290+0000 mgr.a (mgr.24293) 20296 : cluster 0 pgmap v15176: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:37 smithi044 bash[32620]: cluster 2023-12-07T18:16:36.241290+0000 mgr.a (mgr.24293) 20296 : cluster 0 pgmap v15176: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:37 smithi027 bash[31536]: cluster 2023-12-07T18:16:36.241290+0000 mgr.a (mgr.24293) 20296 : cluster 0 pgmap v15176: 33 pgs: 33 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:39.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:39.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:39.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:39 smithi022 bash[28554]: cluster 2023-12-07T18:16:38.241870+0000 mgr.a (mgr.24293) 20297 : cluster 0 pgmap v15177: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:39 smithi044 bash[32620]: cluster 2023-12-07T18:16:38.241870+0000 mgr.a (mgr.24293) 20297 : cluster 0 pgmap v15177: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:39 smithi027 bash[31536]: cluster 2023-12-07T18:16:38.241870+0000 mgr.a (mgr.24293) 20297 : cluster 0 pgmap v15177: 33 pgs: 33 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.237 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:40.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:40.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:40.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:40.237 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:41 smithi022 bash[28554]: audit 2023-12-07T18:16:39.713005+0000 mgr.a (mgr.24293) 20298 : audit 0 from='client.400821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:41.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:41 smithi022 bash[28554]: cluster 2023-12-07T18:16:40.242611+0000 mgr.a (mgr.24293) 20299 : cluster 0 pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:41 smithi044 bash[32620]: audit 2023-12-07T18:16:39.713005+0000 mgr.a (mgr.24293) 20298 : audit 0 from='client.400821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:41 smithi044 bash[32620]: cluster 2023-12-07T18:16:40.242611+0000 mgr.a (mgr.24293) 20299 : cluster 0 pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:41 smithi027 bash[31536]: audit 2023-12-07T18:16:39.713005+0000 mgr.a (mgr.24293) 20298 : audit 0 from='client.400821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:41 smithi027 bash[31536]: cluster 2023-12-07T18:16:40.242611+0000 mgr.a (mgr.24293) 20299 : cluster 0 pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:43 smithi022 bash[28554]: cluster 2023-12-07T18:16:42.243444+0000 mgr.a (mgr.24293) 20300 : cluster 0 pgmap v15179: 33 pgs: 33 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:43.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:43 smithi044 bash[32620]: cluster 2023-12-07T18:16:42.243444+0000 mgr.a (mgr.24293) 20300 : cluster 0 pgmap v15179: 33 pgs: 33 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:43.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:43 smithi027 bash[31536]: cluster 2023-12-07T18:16:42.243444+0000 mgr.a (mgr.24293) 20300 : cluster 0 pgmap v15179: 33 pgs: 33 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:45.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:45.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:45.240 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:45 smithi022 bash[28554]: cluster 2023-12-07T18:16:44.244078+0000 mgr.a (mgr.24293) 20301 : cluster 0 pgmap v15180: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:45 smithi044 bash[32620]: cluster 2023-12-07T18:16:44.244078+0000 mgr.a (mgr.24293) 20301 : cluster 0 pgmap v15180: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:45 smithi027 bash[31536]: cluster 2023-12-07T18:16:44.244078+0000 mgr.a (mgr.24293) 20301 : cluster 0 pgmap v15180: 33 pgs: 33 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.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:46.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:46.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:46.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:46.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:47 smithi022 bash[28554]: audit 2023-12-07T18:16:45.658433+0000 mgr.a (mgr.24293) 20302 : audit 0 from='client.400896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:47 smithi022 bash[28554]: cluster 2023-12-07T18:16:46.245124+0000 mgr.a (mgr.24293) 20303 : cluster 0 pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:47 smithi044 bash[32620]: audit 2023-12-07T18:16:45.658433+0000 mgr.a (mgr.24293) 20302 : audit 0 from='client.400896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:47.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:47 smithi044 bash[32620]: cluster 2023-12-07T18:16:46.245124+0000 mgr.a (mgr.24293) 20303 : cluster 0 pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:47.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:47 smithi027 bash[31536]: audit 2023-12-07T18:16:45.658433+0000 mgr.a (mgr.24293) 20302 : audit 0 from='client.400896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:47.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:47 smithi027 bash[31536]: cluster 2023-12-07T18:16:46.245124+0000 mgr.a (mgr.24293) 20303 : cluster 0 pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:49 smithi022 bash[28554]: cluster 2023-12-07T18:16:48.245736+0000 mgr.a (mgr.24293) 20304 : cluster 0 pgmap v15182: 33 pgs: 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:49 smithi044 bash[32620]: cluster 2023-12-07T18:16:48.245736+0000 mgr.a (mgr.24293) 20304 : cluster 0 pgmap v15182: 33 pgs: 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:49 smithi027 bash[31536]: cluster 2023-12-07T18:16:48.245736+0000 mgr.a (mgr.24293) 20304 : cluster 0 pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:51.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:51.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:51.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:51 smithi022 bash[28554]: cluster 2023-12-07T18:16:50.246295+0000 mgr.a (mgr.24293) 20305 : cluster 0 pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:51 smithi044 bash[32620]: cluster 2023-12-07T18:16:50.246295+0000 mgr.a (mgr.24293) 20305 : cluster 0 pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:51.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:51 smithi027 bash[31536]: cluster 2023-12-07T18:16:50.246295+0000 mgr.a (mgr.24293) 20305 : cluster 0 pgmap v15183: 33 pgs: 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:52.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:52.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:52.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:52.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:52.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:52 smithi022 bash[28554]: audit 2023-12-07T18:16:51.594326+0000 mgr.a (mgr.24293) 20306 : audit 0 from='client.400974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:52 smithi044 bash[32620]: audit 2023-12-07T18:16:51.594326+0000 mgr.a (mgr.24293) 20306 : audit 0 from='client.400974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:52 smithi027 bash[31536]: audit 2023-12-07T18:16:51.594326+0000 mgr.a (mgr.24293) 20306 : audit 0 from='client.400974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:53 smithi022 bash[28554]: cluster 2023-12-07T18:16:52.247407+0000 mgr.a (mgr.24293) 20307 : cluster 0 pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:53 smithi044 bash[32620]: cluster 2023-12-07T18:16:52.247407+0000 mgr.a (mgr.24293) 20307 : cluster 0 pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:53 smithi027 bash[31536]: cluster 2023-12-07T18:16:52.247407+0000 mgr.a (mgr.24293) 20307 : cluster 0 pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:55 smithi022 bash[28554]: cluster 2023-12-07T18:16:54.248066+0000 mgr.a (mgr.24293) 20308 : cluster 0 pgmap v15185: 33 pgs: 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:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:55 smithi044 bash[32620]: cluster 2023-12-07T18:16:54.248066+0000 mgr.a (mgr.24293) 20308 : cluster 0 pgmap v15185: 33 pgs: 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:55.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:55 smithi027 bash[31536]: cluster 2023-12-07T18:16:54.248066+0000 mgr.a (mgr.24293) 20308 : cluster 0 pgmap v15185: 33 pgs: 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:57.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:16:57.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:57.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:57 smithi022 bash[28554]: cluster 2023-12-07T18:16:56.248833+0000 mgr.a (mgr.24293) 20309 : cluster 0 pgmap v15186: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:57 smithi044 bash[32620]: cluster 2023-12-07T18:16:56.248833+0000 mgr.a (mgr.24293) 20309 : cluster 0 pgmap v15186: 33 pgs: 33 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.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:57 smithi027 bash[31536]: cluster 2023-12-07T18:16:56.248833+0000 mgr.a (mgr.24293) 20309 : cluster 0 pgmap v15186: 33 pgs: 33 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.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:16:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:58.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:16:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:58 smithi022 bash[28554]: audit 2023-12-07T18:16:57.573462+0000 mgr.a (mgr.24293) 20310 : audit 0 from='client.401052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:58 smithi044 bash[32620]: audit 2023-12-07T18:16:57.573462+0000 mgr.a (mgr.24293) 20310 : audit 0 from='client.401052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:58.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:58 smithi027 bash[31536]: audit 2023-12-07T18:16:57.573462+0000 mgr.a (mgr.24293) 20310 : audit 0 from='client.401052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:16:59 smithi022 bash[28554]: cluster 2023-12-07T18:16:58.249565+0000 mgr.a (mgr.24293) 20311 : cluster 0 pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:16:59 smithi044 bash[32620]: cluster 2023-12-07T18:16:58.249565+0000 mgr.a (mgr.24293) 20311 : cluster 0 pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:59.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:16:59 smithi027 bash[31536]: cluster 2023-12-07T18:16:58.249565+0000 mgr.a (mgr.24293) 20311 : cluster 0 pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:01.888 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:01 smithi044 bash[32620]: cluster 2023-12-07T18:17:00.250153+0000 mgr.a (mgr.24293) 20312 : cluster 0 pgmap v15188: 33 pgs: 33 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:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:01 smithi022 bash[28554]: cluster 2023-12-07T18:17:00.250153+0000 mgr.a (mgr.24293) 20312 : cluster 0 pgmap v15188: 33 pgs: 33 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:01.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:01 smithi027 bash[31536]: cluster 2023-12-07T18:17:00.250153+0000 mgr.a (mgr.24293) 20312 : cluster 0 pgmap v15188: 33 pgs: 33 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.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:03.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:03.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:03 smithi022 bash[28554]: cluster 2023-12-07T18:17:02.250975+0000 mgr.a (mgr.24293) 20313 : cluster 0 pgmap v15189: 33 pgs: 33 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:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:03 smithi044 bash[32620]: cluster 2023-12-07T18:17:02.250975+0000 mgr.a (mgr.24293) 20313 : cluster 0 pgmap v15189: 33 pgs: 33 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:03.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:03 smithi027 bash[31536]: cluster 2023-12-07T18:17:02.250975+0000 mgr.a (mgr.24293) 20313 : cluster 0 pgmap v15189: 33 pgs: 33 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:04.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:04.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:04.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:04.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:04.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:04 smithi022 bash[28554]: audit 2023-12-07T18:17:03.510202+0000 mgr.a (mgr.24293) 20314 : audit 0 from='client.401127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:04 smithi044 bash[32620]: audit 2023-12-07T18:17:03.510202+0000 mgr.a (mgr.24293) 20314 : audit 0 from='client.401127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:04.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:04 smithi027 bash[31536]: audit 2023-12-07T18:17:03.510202+0000 mgr.a (mgr.24293) 20314 : audit 0 from='client.401127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:05 smithi022 bash[28554]: cluster 2023-12-07T18:17:04.251763+0000 mgr.a (mgr.24293) 20315 : cluster 0 pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:05 smithi044 bash[32620]: cluster 2023-12-07T18:17:04.251763+0000 mgr.a (mgr.24293) 20315 : cluster 0 pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:05.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:05 smithi027 bash[31536]: cluster 2023-12-07T18:17:04.251763+0000 mgr.a (mgr.24293) 20315 : cluster 0 pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:07 smithi022 bash[28554]: cluster 2023-12-07T18:17:06.252539+0000 mgr.a (mgr.24293) 20316 : cluster 0 pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:07 smithi044 bash[32620]: cluster 2023-12-07T18:17:06.252539+0000 mgr.a (mgr.24293) 20316 : cluster 0 pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:07.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:07 smithi027 bash[31536]: cluster 2023-12-07T18:17:06.252539+0000 mgr.a (mgr.24293) 20316 : cluster 0 pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:09.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:09.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:09.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:09 smithi022 bash[28554]: cluster 2023-12-07T18:17:08.253109+0000 mgr.a (mgr.24293) 20317 : cluster 0 pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:09 smithi044 bash[32620]: cluster 2023-12-07T18:17:08.253109+0000 mgr.a (mgr.24293) 20317 : cluster 0 pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:09.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:09 smithi027 bash[31536]: cluster 2023-12-07T18:17:08.253109+0000 mgr.a (mgr.24293) 20317 : cluster 0 pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:09.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:10 smithi022 bash[28554]: audit 2023-12-07T18:17:09.473094+0000 mgr.a (mgr.24293) 20318 : audit 0 from='client.401202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:10 smithi044 bash[32620]: audit 2023-12-07T18:17:09.473094+0000 mgr.a (mgr.24293) 20318 : audit 0 from='client.401202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:10.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:10 smithi027 bash[31536]: audit 2023-12-07T18:17:09.473094+0000 mgr.a (mgr.24293) 20318 : audit 0 from='client.401202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:11 smithi022 bash[28554]: cluster 2023-12-07T18:17:10.253807+0000 mgr.a (mgr.24293) 20319 : cluster 0 pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:11 smithi044 bash[32620]: cluster 2023-12-07T18:17:10.253807+0000 mgr.a (mgr.24293) 20319 : cluster 0 pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:11.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:11 smithi027 bash[31536]: cluster 2023-12-07T18:17:10.253807+0000 mgr.a (mgr.24293) 20319 : cluster 0 pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:13.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:13 smithi022 bash[28554]: cluster 2023-12-07T18:17:12.254673+0000 mgr.a (mgr.24293) 20320 : cluster 0 pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:13 smithi044 bash[32620]: cluster 2023-12-07T18:17:12.254673+0000 mgr.a (mgr.24293) 20320 : cluster 0 pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:13.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:13 smithi027 bash[31536]: cluster 2023-12-07T18:17:12.254673+0000 mgr.a (mgr.24293) 20320 : cluster 0 pgmap v15194: 33 pgs: 33 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:14.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:14.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:14.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:15.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:15.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:15.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:15.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:15.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:15 smithi022 bash[28554]: cluster 2023-12-07T18:17:14.255260+0000 mgr.a (mgr.24293) 20321 : cluster 0 pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:15 smithi044 bash[32620]: cluster 2023-12-07T18:17:14.255260+0000 mgr.a (mgr.24293) 20321 : cluster 0 pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:15 smithi027 bash[31536]: cluster 2023-12-07T18:17:14.255260+0000 mgr.a (mgr.24293) 20321 : cluster 0 pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:16 smithi022 bash[28554]: audit 2023-12-07T18:17:15.400863+0000 mgr.a (mgr.24293) 20322 : audit 0 from='client.401277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:16 smithi044 bash[32620]: audit 2023-12-07T18:17:15.400863+0000 mgr.a (mgr.24293) 20322 : audit 0 from='client.401277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:16 smithi027 bash[31536]: audit 2023-12-07T18:17:15.400863+0000 mgr.a (mgr.24293) 20322 : audit 0 from='client.401277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:17 smithi022 bash[28554]: cluster 2023-12-07T18:17:16.256319+0000 mgr.a (mgr.24293) 20323 : cluster 0 pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:17 smithi044 bash[32620]: cluster 2023-12-07T18:17:16.256319+0000 mgr.a (mgr.24293) 20323 : cluster 0 pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:17 smithi027 bash[31536]: cluster 2023-12-07T18:17:16.256319+0000 mgr.a (mgr.24293) 20323 : cluster 0 pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:19 smithi022 bash[28554]: cluster 2023-12-07T18:17:18.256897+0000 mgr.a (mgr.24293) 20324 : cluster 0 pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:19 smithi044 bash[32620]: cluster 2023-12-07T18:17:18.256897+0000 mgr.a (mgr.24293) 20324 : cluster 0 pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:19.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:19 smithi027 bash[31536]: cluster 2023-12-07T18:17:18.256897+0000 mgr.a (mgr.24293) 20324 : cluster 0 pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:20.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:20.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:20.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:21.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:21.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:21.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:21.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:21.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:21 smithi022 bash[28554]: cluster 2023-12-07T18:17:20.257495+0000 mgr.a (mgr.24293) 20325 : cluster 0 pgmap v15198: 33 pgs: 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:21.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:21 smithi044 bash[32620]: cluster 2023-12-07T18:17:20.257495+0000 mgr.a (mgr.24293) 20325 : cluster 0 pgmap v15198: 33 pgs: 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:21.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:21 smithi027 bash[31536]: cluster 2023-12-07T18:17:20.257495+0000 mgr.a (mgr.24293) 20325 : cluster 0 pgmap v15198: 33 pgs: 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:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:22 smithi022 bash[28554]: audit 2023-12-07T18:17:21.318206+0000 mgr.a (mgr.24293) 20326 : audit 0 from='client.401355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:22.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:22 smithi044 bash[32620]: audit 2023-12-07T18:17:21.318206+0000 mgr.a (mgr.24293) 20326 : audit 0 from='client.401355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:22.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:22 smithi027 bash[31536]: audit 2023-12-07T18:17:21.318206+0000 mgr.a (mgr.24293) 20326 : audit 0 from='client.401355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:23 smithi022 bash[28554]: cluster 2023-12-07T18:17:22.258599+0000 mgr.a (mgr.24293) 20327 : cluster 0 pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:23 smithi022 bash[28554]: audit 2023-12-07T18:17:22.611688+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:23 smithi022 bash[28554]: audit 2023-12-07T18:17:23.351686+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:23 smithi022 bash[28554]: audit 2023-12-07T18:17:23.353735+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:23.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:23 smithi022 bash[28554]: audit 2023-12-07T18:17:23.363051+0000 mon.a (mon.0) 3250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:17:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:23 smithi044 bash[32620]: cluster 2023-12-07T18:17:22.258599+0000 mgr.a (mgr.24293) 20327 : cluster 0 pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:23 smithi044 bash[32620]: audit 2023-12-07T18:17:22.611688+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:23 smithi044 bash[32620]: audit 2023-12-07T18:17:23.351686+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:23 smithi044 bash[32620]: audit 2023-12-07T18:17:23.353735+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:23 smithi044 bash[32620]: audit 2023-12-07T18:17:23.363051+0000 mon.a (mon.0) 3250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:17:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:23 smithi027 bash[31536]: cluster 2023-12-07T18:17:22.258599+0000 mgr.a (mgr.24293) 20327 : cluster 0 pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:23 smithi027 bash[31536]: audit 2023-12-07T18:17:22.611688+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:23 smithi027 bash[31536]: audit 2023-12-07T18:17:23.351686+0000 mon.a (mon.0) 3248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:23 smithi027 bash[31536]: audit 2023-12-07T18:17:23.353735+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:23 smithi027 bash[31536]: audit 2023-12-07T18:17:23.363051+0000 mon.a (mon.0) 3250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:17:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:25 smithi022 bash[28554]: cluster 2023-12-07T18:17:24.259199+0000 mgr.a (mgr.24293) 20328 : cluster 0 pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:25 smithi044 bash[32620]: cluster 2023-12-07T18:17:24.259199+0000 mgr.a (mgr.24293) 20328 : cluster 0 pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:25.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:25 smithi027 bash[31536]: cluster 2023-12-07T18:17:24.259199+0000 mgr.a (mgr.24293) 20328 : cluster 0 pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:26.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:26.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:26.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:27.776 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:27.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:27.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:27.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:27.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:27 smithi022 bash[28554]: cluster 2023-12-07T18:17:26.259980+0000 mgr.a (mgr.24293) 20329 : cluster 0 pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:27 smithi044 bash[32620]: cluster 2023-12-07T18:17:26.259980+0000 mgr.a (mgr.24293) 20329 : cluster 0 pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:27.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:27 smithi027 bash[31536]: cluster 2023-12-07T18:17:26.259980+0000 mgr.a (mgr.24293) 20329 : cluster 0 pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:28 smithi022 bash[28554]: audit 2023-12-07T18:17:27.269495+0000 mgr.a (mgr.24293) 20330 : audit 0 from='client.401427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:28 smithi044 bash[32620]: audit 2023-12-07T18:17:27.269495+0000 mgr.a (mgr.24293) 20330 : audit 0 from='client.401427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:28.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:28 smithi027 bash[31536]: audit 2023-12-07T18:17:27.269495+0000 mgr.a (mgr.24293) 20330 : audit 0 from='client.401427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:29 smithi022 bash[28554]: cluster 2023-12-07T18:17:28.260701+0000 mgr.a (mgr.24293) 20331 : cluster 0 pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:29 smithi044 bash[32620]: cluster 2023-12-07T18:17:28.260701+0000 mgr.a (mgr.24293) 20331 : cluster 0 pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:29.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:29 smithi027 bash[31536]: cluster 2023-12-07T18:17:28.260701+0000 mgr.a (mgr.24293) 20331 : cluster 0 pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:31 smithi022 bash[28554]: cluster 2023-12-07T18:17:30.261320+0000 mgr.a (mgr.24293) 20332 : cluster 0 pgmap v15203: 33 pgs: 33 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:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:31 smithi044 bash[32620]: cluster 2023-12-07T18:17:30.261320+0000 mgr.a (mgr.24293) 20332 : cluster 0 pgmap v15203: 33 pgs: 33 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:31.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:31 smithi027 bash[31536]: cluster 2023-12-07T18:17:30.261320+0000 mgr.a (mgr.24293) 20332 : cluster 0 pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:32.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:32.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:32.780 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:33.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:33.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:33.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:33.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:33.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:33 smithi022 bash[28554]: cluster 2023-12-07T18:17:32.262179+0000 mgr.a (mgr.24293) 20333 : cluster 0 pgmap v15204: 33 pgs: 33 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:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:33 smithi044 bash[32620]: cluster 2023-12-07T18:17:32.262179+0000 mgr.a (mgr.24293) 20333 : cluster 0 pgmap v15204: 33 pgs: 33 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:33.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:33 smithi027 bash[31536]: cluster 2023-12-07T18:17:32.262179+0000 mgr.a (mgr.24293) 20333 : cluster 0 pgmap v15204: 33 pgs: 33 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:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:34 smithi022 bash[28554]: audit 2023-12-07T18:17:33.187345+0000 mgr.a (mgr.24293) 20334 : audit 0 from='client.401502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:34.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:34 smithi044 bash[32620]: audit 2023-12-07T18:17:33.187345+0000 mgr.a (mgr.24293) 20334 : audit 0 from='client.401502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:34.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:34 smithi027 bash[31536]: audit 2023-12-07T18:17:33.187345+0000 mgr.a (mgr.24293) 20334 : audit 0 from='client.401502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:35.930 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:35 smithi022 bash[28554]: cluster 2023-12-07T18:17:34.263099+0000 mgr.a (mgr.24293) 20335 : cluster 0 pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:35 smithi044 bash[32620]: cluster 2023-12-07T18:17:34.263099+0000 mgr.a (mgr.24293) 20335 : cluster 0 pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:35.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:35 smithi027 bash[31536]: cluster 2023-12-07T18:17:34.263099+0000 mgr.a (mgr.24293) 20335 : cluster 0 pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:37 smithi022 bash[28554]: cluster 2023-12-07T18:17:36.264205+0000 mgr.a (mgr.24293) 20336 : cluster 0 pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:37.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:37 smithi044 bash[32620]: cluster 2023-12-07T18:17:36.264205+0000 mgr.a (mgr.24293) 20336 : cluster 0 pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:37.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:37 smithi027 bash[31536]: cluster 2023-12-07T18:17:36.264205+0000 mgr.a (mgr.24293) 20336 : cluster 0 pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:38.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:38.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:38.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:39.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:39.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:39.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:39.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:39.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:39 smithi022 bash[28554]: cluster 2023-12-07T18:17:38.264848+0000 mgr.a (mgr.24293) 20337 : cluster 0 pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:39 smithi044 bash[32620]: cluster 2023-12-07T18:17:38.264848+0000 mgr.a (mgr.24293) 20337 : cluster 0 pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:39.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:39 smithi027 bash[31536]: cluster 2023-12-07T18:17:38.264848+0000 mgr.a (mgr.24293) 20337 : cluster 0 pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:40.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:40 smithi022 bash[28554]: audit 2023-12-07T18:17:39.135403+0000 mgr.a (mgr.24293) 20338 : audit 0 from='client.401577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:40.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:40 smithi044 bash[32620]: audit 2023-12-07T18:17:39.135403+0000 mgr.a (mgr.24293) 20338 : audit 0 from='client.401577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:40.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:40 smithi027 bash[31536]: audit 2023-12-07T18:17:39.135403+0000 mgr.a (mgr.24293) 20338 : audit 0 from='client.401577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:41 smithi022 bash[28554]: cluster 2023-12-07T18:17:40.265599+0000 mgr.a (mgr.24293) 20339 : cluster 0 pgmap v15208: 33 pgs: 33 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:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:41 smithi044 bash[32620]: cluster 2023-12-07T18:17:40.265599+0000 mgr.a (mgr.24293) 20339 : cluster 0 pgmap v15208: 33 pgs: 33 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:41.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:41 smithi027 bash[31536]: cluster 2023-12-07T18:17:40.265599+0000 mgr.a (mgr.24293) 20339 : cluster 0 pgmap v15208: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:43 smithi022 bash[28554]: cluster 2023-12-07T18:17:42.266407+0000 mgr.a (mgr.24293) 20340 : cluster 0 pgmap v15209: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:43 smithi044 bash[32620]: cluster 2023-12-07T18:17:42.266407+0000 mgr.a (mgr.24293) 20340 : cluster 0 pgmap v15209: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:43 smithi027 bash[31536]: cluster 2023-12-07T18:17:42.266407+0000 mgr.a (mgr.24293) 20340 : cluster 0 pgmap v15209: 33 pgs: 33 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:44.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:44.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:44.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:44.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:44 smithi022 bash[28554]: cluster 2023-12-07T18:17:44.266997+0000 mgr.a (mgr.24293) 20341 : cluster 0 pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:44.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:44 smithi044 bash[32620]: cluster 2023-12-07T18:17:44.266997+0000 mgr.a (mgr.24293) 20341 : cluster 0 pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:44.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:44 smithi027 bash[31536]: cluster 2023-12-07T18:17:44.266997+0000 mgr.a (mgr.24293) 20341 : cluster 0 pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:45.622 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:45.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:45.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:45.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:45.623 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:45 smithi022 bash[28554]: audit 2023-12-07T18:17:45.081860+0000 mgr.a (mgr.24293) 20342 : audit 0 from='client.401652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:45 smithi044 bash[32620]: audit 2023-12-07T18:17:45.081860+0000 mgr.a (mgr.24293) 20342 : audit 0 from='client.401652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:45 smithi027 bash[31536]: audit 2023-12-07T18:17:45.081860+0000 mgr.a (mgr.24293) 20342 : audit 0 from='client.401652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:46.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:46 smithi027 bash[31536]: cluster 2023-12-07T18:17:46.267994+0000 mgr.a (mgr.24293) 20343 : cluster 0 pgmap v15211: 33 pgs: 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:47.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:46 smithi022 bash[28554]: cluster 2023-12-07T18:17:46.267994+0000 mgr.a (mgr.24293) 20343 : cluster 0 pgmap v15211: 33 pgs: 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:47.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:46 smithi044 bash[32620]: cluster 2023-12-07T18:17:46.267994+0000 mgr.a (mgr.24293) 20343 : cluster 0 pgmap v15211: 33 pgs: 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:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:49 smithi022 bash[28554]: cluster 2023-12-07T18:17:48.268581+0000 mgr.a (mgr.24293) 20344 : cluster 0 pgmap v15212: 33 pgs: 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:49.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:49 smithi044 bash[32620]: cluster 2023-12-07T18:17:48.268581+0000 mgr.a (mgr.24293) 20344 : cluster 0 pgmap v15212: 33 pgs: 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:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:49 smithi027 bash[31536]: cluster 2023-12-07T18:17:48.268581+0000 mgr.a (mgr.24293) 20344 : cluster 0 pgmap v15212: 33 pgs: 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:50.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:50.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:50.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:51.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:51.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:51.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:51.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:51.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:51 smithi022 bash[28554]: cluster 2023-12-07T18:17:50.269289+0000 mgr.a (mgr.24293) 20345 : cluster 0 pgmap v15213: 33 pgs: 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:51.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:51 smithi044 bash[32620]: cluster 2023-12-07T18:17:50.269289+0000 mgr.a (mgr.24293) 20345 : cluster 0 pgmap v15213: 33 pgs: 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:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:51 smithi027 bash[31536]: cluster 2023-12-07T18:17:50.269289+0000 mgr.a (mgr.24293) 20345 : cluster 0 pgmap v15213: 33 pgs: 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:52.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:52 smithi022 bash[28554]: audit 2023-12-07T18:17:51.034123+0000 mgr.a (mgr.24293) 20346 : audit 0 from='client.401727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:52.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:52 smithi044 bash[32620]: audit 2023-12-07T18:17:51.034123+0000 mgr.a (mgr.24293) 20346 : audit 0 from='client.401727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:52.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:52 smithi027 bash[31536]: audit 2023-12-07T18:17:51.034123+0000 mgr.a (mgr.24293) 20346 : audit 0 from='client.401727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:53 smithi022 bash[28554]: cluster 2023-12-07T18:17:52.270360+0000 mgr.a (mgr.24293) 20347 : cluster 0 pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:53.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:53 smithi044 bash[32620]: cluster 2023-12-07T18:17:52.270360+0000 mgr.a (mgr.24293) 20347 : cluster 0 pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:53.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:53 smithi027 bash[31536]: cluster 2023-12-07T18:17:52.270360+0000 mgr.a (mgr.24293) 20347 : cluster 0 pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:55 smithi022 bash[28554]: cluster 2023-12-07T18:17:54.270956+0000 mgr.a (mgr.24293) 20348 : cluster 0 pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:55.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:55 smithi044 bash[32620]: cluster 2023-12-07T18:17:54.270956+0000 mgr.a (mgr.24293) 20348 : cluster 0 pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:55 smithi027 bash[31536]: cluster 2023-12-07T18:17:54.270956+0000 mgr.a (mgr.24293) 20348 : cluster 0 pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:56.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:17:56.559 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:56.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:57.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:57.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:57.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:57.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:17:57.522 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:17:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:57 smithi022 bash[28554]: cluster 2023-12-07T18:17:56.271751+0000 mgr.a (mgr.24293) 20349 : cluster 0 pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:57 smithi044 bash[32620]: cluster 2023-12-07T18:17:56.271751+0000 mgr.a (mgr.24293) 20349 : cluster 0 pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:57 smithi027 bash[31536]: cluster 2023-12-07T18:17:56.271751+0000 mgr.a (mgr.24293) 20349 : cluster 0 pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:58.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:58 smithi022 bash[28554]: audit 2023-12-07T18:17:56.974079+0000 mgr.a (mgr.24293) 20350 : audit 0 from='client.401802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:58.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:58 smithi044 bash[32620]: audit 2023-12-07T18:17:56.974079+0000 mgr.a (mgr.24293) 20350 : audit 0 from='client.401802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:58.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:58 smithi027 bash[31536]: audit 2023-12-07T18:17:56.974079+0000 mgr.a (mgr.24293) 20350 : audit 0 from='client.401802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:59.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:17:59 smithi022 bash[28554]: cluster 2023-12-07T18:17:58.272630+0000 mgr.a (mgr.24293) 20351 : cluster 0 pgmap v15217: 33 pgs: 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:59.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:17:59 smithi044 bash[32620]: cluster 2023-12-07T18:17:58.272630+0000 mgr.a (mgr.24293) 20351 : cluster 0 pgmap v15217: 33 pgs: 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:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:17:59 smithi027 bash[31536]: cluster 2023-12-07T18:17:58.272630+0000 mgr.a (mgr.24293) 20351 : cluster 0 pgmap v15217: 33 pgs: 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:01.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:01 smithi022 bash[28554]: cluster 2023-12-07T18:18:00.273267+0000 mgr.a (mgr.24293) 20352 : cluster 0 pgmap v15218: 33 pgs: 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:01.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:01 smithi044 bash[32620]: cluster 2023-12-07T18:18:00.273267+0000 mgr.a (mgr.24293) 20352 : cluster 0 pgmap v15218: 33 pgs: 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:01.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:01 smithi027 bash[31536]: cluster 2023-12-07T18:18:00.273267+0000 mgr.a (mgr.24293) 20352 : cluster 0 pgmap v15218: 33 pgs: 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:02.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:02.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:02.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:03.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:03.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:03.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:03.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:03.491 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:03 smithi022 bash[28554]: cluster 2023-12-07T18:18:02.274157+0000 mgr.a (mgr.24293) 20353 : cluster 0 pgmap v15219: 33 pgs: 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:03.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:03 smithi044 bash[32620]: cluster 2023-12-07T18:18:02.274157+0000 mgr.a (mgr.24293) 20353 : cluster 0 pgmap v15219: 33 pgs: 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:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:03 smithi027 bash[31536]: cluster 2023-12-07T18:18:02.274157+0000 mgr.a (mgr.24293) 20353 : cluster 0 pgmap v15219: 33 pgs: 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:04.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:04 smithi022 bash[28554]: audit 2023-12-07T18:18:02.932389+0000 mgr.a (mgr.24293) 20354 : audit 0 from='client.401880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:04.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:04 smithi044 bash[32620]: audit 2023-12-07T18:18:02.932389+0000 mgr.a (mgr.24293) 20354 : audit 0 from='client.401880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:04.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:04 smithi027 bash[31536]: audit 2023-12-07T18:18:02.932389+0000 mgr.a (mgr.24293) 20354 : audit 0 from='client.401880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:05 smithi022 bash[28554]: cluster 2023-12-07T18:18:04.274997+0000 mgr.a (mgr.24293) 20355 : cluster 0 pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:05.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:05 smithi044 bash[32620]: cluster 2023-12-07T18:18:04.274997+0000 mgr.a (mgr.24293) 20355 : cluster 0 pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:05 smithi027 bash[31536]: cluster 2023-12-07T18:18:04.274997+0000 mgr.a (mgr.24293) 20355 : cluster 0 pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:07.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:07 smithi022 bash[28554]: cluster 2023-12-07T18:18:06.275975+0000 mgr.a (mgr.24293) 20356 : cluster 0 pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:07.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:07 smithi044 bash[32620]: cluster 2023-12-07T18:18:06.275975+0000 mgr.a (mgr.24293) 20356 : cluster 0 pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:07 smithi027 bash[31536]: cluster 2023-12-07T18:18:06.275975+0000 mgr.a (mgr.24293) 20356 : cluster 0 pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:08.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:08.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:08.495 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:09.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:09.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:09.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:09.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:09.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:09 smithi022 bash[28554]: cluster 2023-12-07T18:18:08.276687+0000 mgr.a (mgr.24293) 20357 : cluster 0 pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:09 smithi044 bash[32620]: cluster 2023-12-07T18:18:08.276687+0000 mgr.a (mgr.24293) 20357 : cluster 0 pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:09 smithi027 bash[31536]: cluster 2023-12-07T18:18:08.276687+0000 mgr.a (mgr.24293) 20357 : cluster 0 pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:10.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:10 smithi022 bash[28554]: audit 2023-12-07T18:18:08.905921+0000 mgr.a (mgr.24293) 20358 : audit 0 from='client.401958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:10.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:10 smithi044 bash[32620]: audit 2023-12-07T18:18:08.905921+0000 mgr.a (mgr.24293) 20358 : audit 0 from='client.401958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:10.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:10 smithi027 bash[31536]: audit 2023-12-07T18:18:08.905921+0000 mgr.a (mgr.24293) 20358 : audit 0 from='client.401958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:11 smithi022 bash[28554]: cluster 2023-12-07T18:18:10.277430+0000 mgr.a (mgr.24293) 20359 : cluster 0 pgmap v15223: 33 pgs: 33 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:11.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:11 smithi044 bash[32620]: cluster 2023-12-07T18:18:10.277430+0000 mgr.a (mgr.24293) 20359 : cluster 0 pgmap v15223: 33 pgs: 33 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:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:11 smithi027 bash[31536]: cluster 2023-12-07T18:18:10.277430+0000 mgr.a (mgr.24293) 20359 : cluster 0 pgmap v15223: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:13 smithi022 bash[28554]: cluster 2023-12-07T18:18:12.278287+0000 mgr.a (mgr.24293) 20360 : cluster 0 pgmap v15224: 33 pgs: 33 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:13.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:13 smithi044 bash[32620]: cluster 2023-12-07T18:18:12.278287+0000 mgr.a (mgr.24293) 20360 : cluster 0 pgmap v15224: 33 pgs: 33 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:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:13 smithi027 bash[31536]: cluster 2023-12-07T18:18:12.278287+0000 mgr.a (mgr.24293) 20360 : cluster 0 pgmap v15224: 33 pgs: 33 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:14.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:14.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:14.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:15.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:15.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:15.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:15.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:15.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:15 smithi022 bash[28554]: cluster 2023-12-07T18:18:14.278903+0000 mgr.a (mgr.24293) 20361 : cluster 0 pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:15 smithi044 bash[32620]: cluster 2023-12-07T18:18:14.278903+0000 mgr.a (mgr.24293) 20361 : cluster 0 pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:15.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:15 smithi027 bash[31536]: cluster 2023-12-07T18:18:14.278903+0000 mgr.a (mgr.24293) 20361 : cluster 0 pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:16.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:16 smithi022 bash[28554]: audit 2023-12-07T18:18:14.862079+0000 mgr.a (mgr.24293) 20362 : audit 0 from='client.402030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:16.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:16 smithi044 bash[32620]: audit 2023-12-07T18:18:14.862079+0000 mgr.a (mgr.24293) 20362 : audit 0 from='client.402030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:16.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:16 smithi027 bash[31536]: audit 2023-12-07T18:18:14.862079+0000 mgr.a (mgr.24293) 20362 : audit 0 from='client.402030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:17 smithi022 bash[28554]: cluster 2023-12-07T18:18:16.279852+0000 mgr.a (mgr.24293) 20363 : cluster 0 pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:17.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:17 smithi044 bash[32620]: cluster 2023-12-07T18:18:16.279852+0000 mgr.a (mgr.24293) 20363 : cluster 0 pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:17.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:17 smithi027 bash[31536]: cluster 2023-12-07T18:18:16.279852+0000 mgr.a (mgr.24293) 20363 : cluster 0 pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:19.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:19 smithi022 bash[28554]: cluster 2023-12-07T18:18:18.280386+0000 mgr.a (mgr.24293) 20364 : cluster 0 pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:19.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:19 smithi044 bash[32620]: cluster 2023-12-07T18:18:18.280386+0000 mgr.a (mgr.24293) 20364 : cluster 0 pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:19 smithi027 bash[31536]: cluster 2023-12-07T18:18:18.280386+0000 mgr.a (mgr.24293) 20364 : cluster 0 pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:20.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:20.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:20.411 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:21.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:21.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:21.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:21.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:21.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:21 smithi022 bash[28554]: cluster 2023-12-07T18:18:20.280968+0000 mgr.a (mgr.24293) 20365 : cluster 0 pgmap v15228: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:21 smithi044 bash[32620]: cluster 2023-12-07T18:18:20.280968+0000 mgr.a (mgr.24293) 20365 : cluster 0 pgmap v15228: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:21 smithi027 bash[31536]: cluster 2023-12-07T18:18:20.280968+0000 mgr.a (mgr.24293) 20365 : cluster 0 pgmap v15228: 33 pgs: 33 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:22.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:22 smithi022 bash[28554]: audit 2023-12-07T18:18:20.822005+0000 mgr.a (mgr.24293) 20366 : audit 0 from='client.402105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:22.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:22 smithi044 bash[32620]: audit 2023-12-07T18:18:20.822005+0000 mgr.a (mgr.24293) 20366 : audit 0 from='client.402105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:22.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:22 smithi027 bash[31536]: audit 2023-12-07T18:18:20.822005+0000 mgr.a (mgr.24293) 20366 : audit 0 from='client.402105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:23 smithi022 bash[28554]: cluster 2023-12-07T18:18:22.281974+0000 mgr.a (mgr.24293) 20367 : cluster 0 pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:23.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:23 smithi022 bash[28554]: audit 2023-12-07T18:18:23.465836+0000 mon.a (mon.0) 3251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:23 smithi044 bash[32620]: cluster 2023-12-07T18:18:22.281974+0000 mgr.a (mgr.24293) 20367 : cluster 0 pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:23.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:23 smithi044 bash[32620]: audit 2023-12-07T18:18:23.465836+0000 mon.a (mon.0) 3251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:23 smithi027 bash[31536]: cluster 2023-12-07T18:18:22.281974+0000 mgr.a (mgr.24293) 20367 : cluster 0 pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:23 smithi027 bash[31536]: audit 2023-12-07T18:18:23.465836+0000 mon.a (mon.0) 3251 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:24 smithi022 bash[28554]: audit 2023-12-07T18:18:24.205861+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:24 smithi022 bash[28554]: audit 2023-12-07T18:18:24.207863+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:24.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:24 smithi022 bash[28554]: audit 2023-12-07T18:18:24.217661+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:18:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:24 smithi044 bash[32620]: audit 2023-12-07T18:18:24.205861+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:24 smithi044 bash[32620]: audit 2023-12-07T18:18:24.207863+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:24.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:24 smithi044 bash[32620]: audit 2023-12-07T18:18:24.217661+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:18:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:24 smithi027 bash[31536]: audit 2023-12-07T18:18:24.205861+0000 mon.a (mon.0) 3252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:24 smithi027 bash[31536]: audit 2023-12-07T18:18:24.207863+0000 mon.a (mon.0) 3253 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:24.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:24 smithi027 bash[31536]: audit 2023-12-07T18:18:24.217661+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:18:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:25 smithi022 bash[28554]: cluster 2023-12-07T18:18:24.282548+0000 mgr.a (mgr.24293) 20368 : cluster 0 pgmap v15230: 33 pgs: 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:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:25 smithi044 bash[32620]: cluster 2023-12-07T18:18:24.282548+0000 mgr.a (mgr.24293) 20368 : cluster 0 pgmap v15230: 33 pgs: 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:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:25 smithi027 bash[31536]: cluster 2023-12-07T18:18:24.282548+0000 mgr.a (mgr.24293) 20368 : cluster 0 pgmap v15230: 33 pgs: 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:26.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:26.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:26.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:27.295 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:27.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:27.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:27.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:27.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:27 smithi022 bash[28554]: cluster 2023-12-07T18:18:26.283491+0000 mgr.a (mgr.24293) 20369 : cluster 0 pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:27.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:27 smithi044 bash[32620]: cluster 2023-12-07T18:18:26.283491+0000 mgr.a (mgr.24293) 20369 : cluster 0 pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:27 smithi027 bash[31536]: cluster 2023-12-07T18:18:26.283491+0000 mgr.a (mgr.24293) 20369 : cluster 0 pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:28.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:28 smithi022 bash[28554]: audit 2023-12-07T18:18:26.762292+0000 mgr.a (mgr.24293) 20370 : audit 0 from='client.402183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:28.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:28 smithi044 bash[32620]: audit 2023-12-07T18:18:26.762292+0000 mgr.a (mgr.24293) 20370 : audit 0 from='client.402183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:28.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:28 smithi027 bash[31536]: audit 2023-12-07T18:18:26.762292+0000 mgr.a (mgr.24293) 20370 : audit 0 from='client.402183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:29.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:29 smithi022 bash[28554]: cluster 2023-12-07T18:18:28.284196+0000 mgr.a (mgr.24293) 20371 : cluster 0 pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:29.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:29 smithi044 bash[32620]: cluster 2023-12-07T18:18:28.284196+0000 mgr.a (mgr.24293) 20371 : cluster 0 pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:29 smithi027 bash[31536]: cluster 2023-12-07T18:18:28.284196+0000 mgr.a (mgr.24293) 20371 : cluster 0 pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:31.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:31 smithi022 bash[28554]: cluster 2023-12-07T18:18:30.284777+0000 mgr.a (mgr.24293) 20372 : cluster 0 pgmap v15233: 33 pgs: 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:31.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:31 smithi044 bash[32620]: cluster 2023-12-07T18:18:30.284777+0000 mgr.a (mgr.24293) 20372 : cluster 0 pgmap v15233: 33 pgs: 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:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:31 smithi027 bash[31536]: cluster 2023-12-07T18:18:30.284777+0000 mgr.a (mgr.24293) 20372 : cluster 0 pgmap v15233: 33 pgs: 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:32.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:32.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:32.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:33.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:33.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:33.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:33.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:33.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:33 smithi022 bash[28554]: cluster 2023-12-07T18:18:32.285639+0000 mgr.a (mgr.24293) 20373 : cluster 0 pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:33.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:33 smithi044 bash[32620]: cluster 2023-12-07T18:18:32.285639+0000 mgr.a (mgr.24293) 20373 : cluster 0 pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:33 smithi027 bash[31536]: cluster 2023-12-07T18:18:32.285639+0000 mgr.a (mgr.24293) 20373 : cluster 0 pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:34.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:34 smithi022 bash[28554]: audit 2023-12-07T18:18:32.706724+0000 mgr.a (mgr.24293) 20374 : audit 0 from='client.402252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:34.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:34 smithi044 bash[32620]: audit 2023-12-07T18:18:32.706724+0000 mgr.a (mgr.24293) 20374 : audit 0 from='client.402252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:34.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:34 smithi027 bash[31536]: audit 2023-12-07T18:18:32.706724+0000 mgr.a (mgr.24293) 20374 : audit 0 from='client.402252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:35.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:35 smithi022 bash[28554]: cluster 2023-12-07T18:18:34.286323+0000 mgr.a (mgr.24293) 20375 : cluster 0 pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:35.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:35 smithi044 bash[32620]: cluster 2023-12-07T18:18:34.286323+0000 mgr.a (mgr.24293) 20375 : cluster 0 pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:35 smithi027 bash[31536]: cluster 2023-12-07T18:18:34.286323+0000 mgr.a (mgr.24293) 20375 : cluster 0 pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:37.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:37 smithi022 bash[28554]: cluster 2023-12-07T18:18:36.287121+0000 mgr.a (mgr.24293) 20376 : cluster 0 pgmap v15236: 33 pgs: 33 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:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:37 smithi044 bash[32620]: cluster 2023-12-07T18:18:36.287121+0000 mgr.a (mgr.24293) 20376 : cluster 0 pgmap v15236: 33 pgs: 33 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:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:37 smithi027 bash[31536]: cluster 2023-12-07T18:18:36.287121+0000 mgr.a (mgr.24293) 20376 : cluster 0 pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:38.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:38.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:38.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:39.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:39.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:39.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:39.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:39.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:39 smithi022 bash[28554]: cluster 2023-12-07T18:18:38.287796+0000 mgr.a (mgr.24293) 20377 : cluster 0 pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:39.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:39 smithi022 bash[28554]: audit 2023-12-07T18:18:38.658846+0000 mgr.a (mgr.24293) 20378 : audit 0 from='client.402327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:39 smithi044 bash[32620]: cluster 2023-12-07T18:18:38.287796+0000 mgr.a (mgr.24293) 20377 : cluster 0 pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:39.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:39 smithi044 bash[32620]: audit 2023-12-07T18:18:38.658846+0000 mgr.a (mgr.24293) 20378 : audit 0 from='client.402327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:39 smithi027 bash[31536]: cluster 2023-12-07T18:18:38.287796+0000 mgr.a (mgr.24293) 20377 : cluster 0 pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:39 smithi027 bash[31536]: audit 2023-12-07T18:18:38.658846+0000 mgr.a (mgr.24293) 20378 : audit 0 from='client.402327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:41.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:41 smithi022 bash[28554]: cluster 2023-12-07T18:18:40.288422+0000 mgr.a (mgr.24293) 20379 : cluster 0 pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:41.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:41 smithi044 bash[32620]: cluster 2023-12-07T18:18:40.288422+0000 mgr.a (mgr.24293) 20379 : cluster 0 pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:41 smithi027 bash[31536]: cluster 2023-12-07T18:18:40.288422+0000 mgr.a (mgr.24293) 20379 : cluster 0 pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:43.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:43 smithi022 bash[28554]: cluster 2023-12-07T18:18:42.289277+0000 mgr.a (mgr.24293) 20380 : cluster 0 pgmap v15239: 33 pgs: 33 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:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:43 smithi044 bash[32620]: cluster 2023-12-07T18:18:42.289277+0000 mgr.a (mgr.24293) 20380 : cluster 0 pgmap v15239: 33 pgs: 33 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:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:43 smithi027 bash[31536]: cluster 2023-12-07T18:18:42.289277+0000 mgr.a (mgr.24293) 20380 : cluster 0 pgmap v15239: 33 pgs: 33 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:44.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:44.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:44.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:45.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:45.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:45.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:45.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:45.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:45 smithi022 bash[28554]: cluster 2023-12-07T18:18:44.289628+0000 mgr.a (mgr.24293) 20381 : cluster 0 pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:45.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:45 smithi022 bash[28554]: audit 2023-12-07T18:18:44.587245+0000 mgr.a (mgr.24293) 20382 : audit 0 from='client.402402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:45 smithi044 bash[32620]: cluster 2023-12-07T18:18:44.289628+0000 mgr.a (mgr.24293) 20381 : cluster 0 pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:45.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:45 smithi044 bash[32620]: audit 2023-12-07T18:18:44.587245+0000 mgr.a (mgr.24293) 20382 : audit 0 from='client.402402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:45 smithi027 bash[31536]: cluster 2023-12-07T18:18:44.289628+0000 mgr.a (mgr.24293) 20381 : cluster 0 pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:45.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:45 smithi027 bash[31536]: audit 2023-12-07T18:18:44.587245+0000 mgr.a (mgr.24293) 20382 : audit 0 from='client.402402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:47.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:47 smithi022 bash[28554]: cluster 2023-12-07T18:18:46.290453+0000 mgr.a (mgr.24293) 20383 : cluster 0 pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:47 smithi044 bash[32620]: cluster 2023-12-07T18:18:46.290453+0000 mgr.a (mgr.24293) 20383 : cluster 0 pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:47 smithi027 bash[31536]: cluster 2023-12-07T18:18:46.290453+0000 mgr.a (mgr.24293) 20383 : cluster 0 pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:49.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:49 smithi022 bash[28554]: cluster 2023-12-07T18:18:48.291041+0000 mgr.a (mgr.24293) 20384 : cluster 0 pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:49 smithi044 bash[32620]: cluster 2023-12-07T18:18:48.291041+0000 mgr.a (mgr.24293) 20384 : cluster 0 pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:49 smithi027 bash[31536]: cluster 2023-12-07T18:18:48.291041+0000 mgr.a (mgr.24293) 20384 : cluster 0 pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:50.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:50.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:50.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:51.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:51.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:51.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:51.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:51.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:51.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:51 smithi022 bash[28554]: cluster 2023-12-07T18:18:50.291471+0000 mgr.a (mgr.24293) 20385 : cluster 0 pgmap v15243: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:51 smithi022 bash[28554]: audit 2023-12-07T18:18:50.525202+0000 mgr.a (mgr.24293) 20386 : audit 0 from='client.402477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:51 smithi044 bash[32620]: cluster 2023-12-07T18:18:50.291471+0000 mgr.a (mgr.24293) 20385 : cluster 0 pgmap v15243: 33 pgs: 33 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.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:51 smithi044 bash[32620]: audit 2023-12-07T18:18:50.525202+0000 mgr.a (mgr.24293) 20386 : audit 0 from='client.402477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:51 smithi027 bash[31536]: cluster 2023-12-07T18:18:50.291471+0000 mgr.a (mgr.24293) 20385 : cluster 0 pgmap v15243: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:51 smithi027 bash[31536]: audit 2023-12-07T18:18:50.525202+0000 mgr.a (mgr.24293) 20386 : audit 0 from='client.402477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:53.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:53 smithi022 bash[28554]: cluster 2023-12-07T18:18:52.292433+0000 mgr.a (mgr.24293) 20387 : cluster 0 pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:53 smithi044 bash[32620]: cluster 2023-12-07T18:18:52.292433+0000 mgr.a (mgr.24293) 20387 : cluster 0 pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:53 smithi027 bash[31536]: cluster 2023-12-07T18:18:52.292433+0000 mgr.a (mgr.24293) 20387 : cluster 0 pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:55.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:55 smithi022 bash[28554]: cluster 2023-12-07T18:18:54.292986+0000 mgr.a (mgr.24293) 20388 : cluster 0 pgmap v15245: 33 pgs: 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:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:55 smithi044 bash[32620]: cluster 2023-12-07T18:18:54.292986+0000 mgr.a (mgr.24293) 20388 : cluster 0 pgmap v15245: 33 pgs: 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:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:55 smithi027 bash[31536]: cluster 2023-12-07T18:18:54.292986+0000 mgr.a (mgr.24293) 20388 : cluster 0 pgmap v15245: 33 pgs: 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:56.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:18:56.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:56.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:57.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:18:57.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:57.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:57.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:57.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:18:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:57 smithi027 bash[31536]: cluster 2023-12-07T18:18:56.293728+0000 mgr.a (mgr.24293) 20389 : cluster 0 pgmap v15246: 33 pgs: 33 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:57.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:57 smithi027 bash[31536]: audit 2023-12-07T18:18:56.478139+0000 mgr.a (mgr.24293) 20390 : audit 0 from='client.402555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:57 smithi022 bash[28554]: cluster 2023-12-07T18:18:56.293728+0000 mgr.a (mgr.24293) 20389 : cluster 0 pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:58.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:57 smithi022 bash[28554]: audit 2023-12-07T18:18:56.478139+0000 mgr.a (mgr.24293) 20390 : audit 0 from='client.402555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:57 smithi044 bash[32620]: cluster 2023-12-07T18:18:56.293728+0000 mgr.a (mgr.24293) 20389 : cluster 0 pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:58.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:57 smithi044 bash[32620]: audit 2023-12-07T18:18:56.478139+0000 mgr.a (mgr.24293) 20390 : audit 0 from='client.402555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:18:59 smithi027 bash[31536]: cluster 2023-12-07T18:18:58.294394+0000 mgr.a (mgr.24293) 20391 : cluster 0 pgmap v15247: 33 pgs: 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:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:18:59 smithi022 bash[28554]: cluster 2023-12-07T18:18:58.294394+0000 mgr.a (mgr.24293) 20391 : cluster 0 pgmap v15247: 33 pgs: 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:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:18:59 smithi044 bash[32620]: cluster 2023-12-07T18:18:58.294394+0000 mgr.a (mgr.24293) 20391 : cluster 0 pgmap v15247: 33 pgs: 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:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:00 smithi027 bash[31536]: cluster 2023-12-07T18:19:00.294958+0000 mgr.a (mgr.24293) 20392 : cluster 0 pgmap v15248: 33 pgs: 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:01.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:00 smithi022 bash[28554]: cluster 2023-12-07T18:19:00.294958+0000 mgr.a (mgr.24293) 20392 : cluster 0 pgmap v15248: 33 pgs: 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:01.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:00 smithi044 bash[32620]: cluster 2023-12-07T18:19:00.294958+0000 mgr.a (mgr.24293) 20392 : cluster 0 pgmap v15248: 33 pgs: 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:02.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:02.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:02.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:02.925 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:02.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:02.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:02.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:02.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:03 smithi022 bash[28554]: cluster 2023-12-07T18:19:02.295532+0000 mgr.a (mgr.24293) 20393 : cluster 0 pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:03.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:03 smithi022 bash[28554]: audit 2023-12-07T18:19:02.428742+0000 mgr.a (mgr.24293) 20394 : audit 0 from='client.402633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:03 smithi044 bash[32620]: cluster 2023-12-07T18:19:02.295532+0000 mgr.a (mgr.24293) 20393 : cluster 0 pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:03.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:03 smithi044 bash[32620]: audit 2023-12-07T18:19:02.428742+0000 mgr.a (mgr.24293) 20394 : audit 0 from='client.402633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:03 smithi027 bash[31536]: cluster 2023-12-07T18:19:02.295532+0000 mgr.a (mgr.24293) 20393 : cluster 0 pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:03.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:03 smithi027 bash[31536]: audit 2023-12-07T18:19:02.428742+0000 mgr.a (mgr.24293) 20394 : audit 0 from='client.402633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:05 smithi022 bash[28554]: cluster 2023-12-07T18:19:04.296167+0000 mgr.a (mgr.24293) 20395 : cluster 0 pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:05 smithi044 bash[32620]: cluster 2023-12-07T18:19:04.296167+0000 mgr.a (mgr.24293) 20395 : cluster 0 pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:05 smithi027 bash[31536]: cluster 2023-12-07T18:19:04.296167+0000 mgr.a (mgr.24293) 20395 : cluster 0 pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:07.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:07 smithi022 bash[28554]: cluster 2023-12-07T18:19:06.297009+0000 mgr.a (mgr.24293) 20396 : cluster 0 pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:07.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:07.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:07.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:07 smithi044 bash[32620]: cluster 2023-12-07T18:19:06.297009+0000 mgr.a (mgr.24293) 20396 : cluster 0 pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:07.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:07 smithi027 bash[31536]: cluster 2023-12-07T18:19:06.297009+0000 mgr.a (mgr.24293) 20396 : cluster 0 pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:08.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:08.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:08.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:08.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:08.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:09 smithi022 bash[28554]: cluster 2023-12-07T18:19:08.297542+0000 mgr.a (mgr.24293) 20397 : cluster 0 pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:09 smithi022 bash[28554]: audit 2023-12-07T18:19:08.338205+0000 mgr.a (mgr.24293) 20398 : audit 0 from='client.402711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:09 smithi044 bash[32620]: cluster 2023-12-07T18:19:08.297542+0000 mgr.a (mgr.24293) 20397 : cluster 0 pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:09 smithi044 bash[32620]: audit 2023-12-07T18:19:08.338205+0000 mgr.a (mgr.24293) 20398 : audit 0 from='client.402711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:09 smithi027 bash[31536]: cluster 2023-12-07T18:19:08.297542+0000 mgr.a (mgr.24293) 20397 : cluster 0 pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:09 smithi027 bash[31536]: audit 2023-12-07T18:19:08.338205+0000 mgr.a (mgr.24293) 20398 : audit 0 from='client.402711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:11 smithi022 bash[28554]: cluster 2023-12-07T18:19:10.298181+0000 mgr.a (mgr.24293) 20399 : cluster 0 pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:11 smithi044 bash[32620]: cluster 2023-12-07T18:19:10.298181+0000 mgr.a (mgr.24293) 20399 : cluster 0 pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:11 smithi027 bash[31536]: cluster 2023-12-07T18:19:10.298181+0000 mgr.a (mgr.24293) 20399 : cluster 0 pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:13.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:13.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:13.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:13 smithi022 bash[28554]: cluster 2023-12-07T18:19:12.298997+0000 mgr.a (mgr.24293) 20400 : cluster 0 pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:13 smithi044 bash[32620]: cluster 2023-12-07T18:19:12.298997+0000 mgr.a (mgr.24293) 20400 : cluster 0 pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:13 smithi027 bash[31536]: cluster 2023-12-07T18:19:12.298997+0000 mgr.a (mgr.24293) 20400 : cluster 0 pgmap v15254: 33 pgs: 33 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:14.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:14.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:14.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:14.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:14.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:15 smithi022 bash[28554]: cluster 2023-12-07T18:19:14.299524+0000 mgr.a (mgr.24293) 20401 : cluster 0 pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:15 smithi022 bash[28554]: audit 2023-12-07T18:19:14.312604+0000 mgr.a (mgr.24293) 20402 : audit 0 from='client.402786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:15 smithi044 bash[32620]: cluster 2023-12-07T18:19:14.299524+0000 mgr.a (mgr.24293) 20401 : cluster 0 pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:15.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:15 smithi044 bash[32620]: audit 2023-12-07T18:19:14.312604+0000 mgr.a (mgr.24293) 20402 : audit 0 from='client.402786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:15 smithi027 bash[31536]: cluster 2023-12-07T18:19:14.299524+0000 mgr.a (mgr.24293) 20401 : cluster 0 pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:15 smithi027 bash[31536]: audit 2023-12-07T18:19:14.312604+0000 mgr.a (mgr.24293) 20402 : audit 0 from='client.402786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:17 smithi022 bash[28554]: cluster 2023-12-07T18:19:16.300363+0000 mgr.a (mgr.24293) 20403 : cluster 0 pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:17 smithi044 bash[32620]: cluster 2023-12-07T18:19:16.300363+0000 mgr.a (mgr.24293) 20403 : cluster 0 pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:17 smithi027 bash[31536]: cluster 2023-12-07T18:19:16.300363+0000 mgr.a (mgr.24293) 20403 : cluster 0 pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:19.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:19.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:19.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:19 smithi022 bash[28554]: cluster 2023-12-07T18:19:18.300936+0000 mgr.a (mgr.24293) 20404 : cluster 0 pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:19 smithi044 bash[32620]: cluster 2023-12-07T18:19:18.300936+0000 mgr.a (mgr.24293) 20404 : cluster 0 pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:19 smithi027 bash[31536]: cluster 2023-12-07T18:19:18.300936+0000 mgr.a (mgr.24293) 20404 : cluster 0 pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:20.750 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:20.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:20.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:20.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:20.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:21 smithi022 bash[28554]: audit 2023-12-07T18:19:20.256482+0000 mgr.a (mgr.24293) 20405 : audit 0 from='client.402864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:21.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:21 smithi022 bash[28554]: cluster 2023-12-07T18:19:20.301373+0000 mgr.a (mgr.24293) 20406 : cluster 0 pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:21 smithi044 bash[32620]: audit 2023-12-07T18:19:20.256482+0000 mgr.a (mgr.24293) 20405 : audit 0 from='client.402864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:21 smithi044 bash[32620]: cluster 2023-12-07T18:19:20.301373+0000 mgr.a (mgr.24293) 20406 : cluster 0 pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:21 smithi027 bash[31536]: audit 2023-12-07T18:19:20.256482+0000 mgr.a (mgr.24293) 20405 : audit 0 from='client.402864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:21 smithi027 bash[31536]: cluster 2023-12-07T18:19:20.301373+0000 mgr.a (mgr.24293) 20406 : cluster 0 pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:23 smithi022 bash[28554]: cluster 2023-12-07T18:19:22.302468+0000 mgr.a (mgr.24293) 20407 : cluster 0 pgmap v15259: 33 pgs: 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:19:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:23 smithi044 bash[32620]: cluster 2023-12-07T18:19:22.302468+0000 mgr.a (mgr.24293) 20407 : cluster 0 pgmap v15259: 33 pgs: 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:19:23.953 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:23 smithi027 bash[31536]: cluster 2023-12-07T18:19:22.302468+0000 mgr.a (mgr.24293) 20407 : cluster 0 pgmap v15259: 33 pgs: 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:19:24.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:24 smithi022 bash[28554]: audit 2023-12-07T18:19:24.322156+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:24.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:24 smithi044 bash[32620]: audit 2023-12-07T18:19:24.322156+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:24.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:24 smithi027 bash[31536]: audit 2023-12-07T18:19:24.322156+0000 mon.a (mon.0) 3255 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:25.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:25.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:25.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:25.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:25 smithi022 bash[28554]: cluster 2023-12-07T18:19:24.303089+0000 mgr.a (mgr.24293) 20408 : cluster 0 pgmap v15260: 33 pgs: 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:19:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:25 smithi022 bash[28554]: audit 2023-12-07T18:19:25.060986+0000 mon.a (mon.0) 3256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:25 smithi022 bash[28554]: audit 2023-12-07T18:19:25.062454+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:25.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:25 smithi022 bash[28554]: audit 2023-12-07T18:19:25.071323+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:19:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:25 smithi044 bash[32620]: cluster 2023-12-07T18:19:24.303089+0000 mgr.a (mgr.24293) 20408 : cluster 0 pgmap v15260: 33 pgs: 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:19:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:25 smithi044 bash[32620]: audit 2023-12-07T18:19:25.060986+0000 mon.a (mon.0) 3256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:25.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:25 smithi044 bash[32620]: audit 2023-12-07T18:19:25.062454+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:25.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:25 smithi044 bash[32620]: audit 2023-12-07T18:19:25.071323+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:19:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:25 smithi027 bash[31536]: cluster 2023-12-07T18:19:24.303089+0000 mgr.a (mgr.24293) 20408 : cluster 0 pgmap v15260: 33 pgs: 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:19:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:25 smithi027 bash[31536]: audit 2023-12-07T18:19:25.060986+0000 mon.a (mon.0) 3256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:25 smithi027 bash[31536]: audit 2023-12-07T18:19:25.062454+0000 mon.a (mon.0) 3257 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:25 smithi027 bash[31536]: audit 2023-12-07T18:19:25.071323+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:19:26.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:27.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:27 smithi022 bash[28554]: audit 2023-12-07T18:19:26.166446+0000 mgr.a (mgr.24293) 20409 : audit 0 from='client.402936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:27.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:27 smithi022 bash[28554]: cluster 2023-12-07T18:19:26.303802+0000 mgr.a (mgr.24293) 20410 : cluster 0 pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:27 smithi044 bash[32620]: audit 2023-12-07T18:19:26.166446+0000 mgr.a (mgr.24293) 20409 : audit 0 from='client.402936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:27.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:27 smithi044 bash[32620]: cluster 2023-12-07T18:19:26.303802+0000 mgr.a (mgr.24293) 20410 : cluster 0 pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:27 smithi027 bash[31536]: audit 2023-12-07T18:19:26.166446+0000 mgr.a (mgr.24293) 20409 : audit 0 from='client.402936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:27 smithi027 bash[31536]: cluster 2023-12-07T18:19:26.303802+0000 mgr.a (mgr.24293) 20410 : cluster 0 pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:29.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:29 smithi022 bash[28554]: cluster 2023-12-07T18:19:28.304422+0000 mgr.a (mgr.24293) 20411 : cluster 0 pgmap v15262: 33 pgs: 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:29 smithi044 bash[32620]: cluster 2023-12-07T18:19:28.304422+0000 mgr.a (mgr.24293) 20411 : cluster 0 pgmap v15262: 33 pgs: 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:29 smithi027 bash[31536]: cluster 2023-12-07T18:19:28.304422+0000 mgr.a (mgr.24293) 20411 : cluster 0 pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:31.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:31.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:31.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:31.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:31 smithi022 bash[28554]: cluster 2023-12-07T18:19:30.304995+0000 mgr.a (mgr.24293) 20412 : cluster 0 pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:31.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:31 smithi044 bash[32620]: cluster 2023-12-07T18:19:30.304995+0000 mgr.a (mgr.24293) 20412 : cluster 0 pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:31.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:31 smithi027 bash[31536]: cluster 2023-12-07T18:19:30.304995+0000 mgr.a (mgr.24293) 20412 : cluster 0 pgmap v15263: 33 pgs: 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:32.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:32.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:32.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:32.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:32.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:33 smithi022 bash[28554]: audit 2023-12-07T18:19:32.128024+0000 mgr.a (mgr.24293) 20413 : audit 0 from='client.403011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:33.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:33 smithi022 bash[28554]: cluster 2023-12-07T18:19:32.305968+0000 mgr.a (mgr.24293) 20414 : cluster 0 pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:33 smithi044 bash[32620]: audit 2023-12-07T18:19:32.128024+0000 mgr.a (mgr.24293) 20413 : audit 0 from='client.403011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:33.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:33 smithi044 bash[32620]: cluster 2023-12-07T18:19:32.305968+0000 mgr.a (mgr.24293) 20414 : cluster 0 pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:33 smithi027 bash[31536]: audit 2023-12-07T18:19:32.128024+0000 mgr.a (mgr.24293) 20413 : audit 0 from='client.403011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:33.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:33 smithi027 bash[31536]: cluster 2023-12-07T18:19:32.305968+0000 mgr.a (mgr.24293) 20414 : cluster 0 pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:35.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:35 smithi022 bash[28554]: cluster 2023-12-07T18:19:34.306667+0000 mgr.a (mgr.24293) 20415 : cluster 0 pgmap v15265: 33 pgs: 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:19:35.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:35 smithi044 bash[32620]: cluster 2023-12-07T18:19:34.306667+0000 mgr.a (mgr.24293) 20415 : cluster 0 pgmap v15265: 33 pgs: 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:19:35.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:35 smithi027 bash[31536]: cluster 2023-12-07T18:19:34.306667+0000 mgr.a (mgr.24293) 20415 : cluster 0 pgmap v15265: 33 pgs: 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:19:37.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:37.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:37.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:37.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:37 smithi022 bash[28554]: cluster 2023-12-07T18:19:36.307509+0000 mgr.a (mgr.24293) 20416 : cluster 0 pgmap v15266: 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:19:37.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:37 smithi044 bash[32620]: cluster 2023-12-07T18:19:36.307509+0000 mgr.a (mgr.24293) 20416 : cluster 0 pgmap v15266: 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:19:37.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:37 smithi027 bash[31536]: cluster 2023-12-07T18:19:36.307509+0000 mgr.a (mgr.24293) 20416 : cluster 0 pgmap v15266: 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:19:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:38.576 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:39 smithi027 bash[31536]: audit 2023-12-07T18:19:38.057994+0000 mgr.a (mgr.24293) 20417 : audit 0 from='client.403089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:39 smithi027 bash[31536]: cluster 2023-12-07T18:19:38.308185+0000 mgr.a (mgr.24293) 20418 : cluster 0 pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:39 smithi022 bash[28554]: audit 2023-12-07T18:19:38.057994+0000 mgr.a (mgr.24293) 20417 : audit 0 from='client.403089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:40.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:39 smithi022 bash[28554]: cluster 2023-12-07T18:19:38.308185+0000 mgr.a (mgr.24293) 20418 : cluster 0 pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:39 smithi044 bash[32620]: audit 2023-12-07T18:19:38.057994+0000 mgr.a (mgr.24293) 20417 : audit 0 from='client.403089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:39 smithi044 bash[32620]: cluster 2023-12-07T18:19:38.308185+0000 mgr.a (mgr.24293) 20418 : cluster 0 pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:41 smithi027 bash[31536]: cluster 2023-12-07T18:19:40.308926+0000 mgr.a (mgr.24293) 20419 : cluster 0 pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:42.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:41 smithi022 bash[28554]: cluster 2023-12-07T18:19:40.308926+0000 mgr.a (mgr.24293) 20419 : cluster 0 pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:41 smithi044 bash[32620]: cluster 2023-12-07T18:19:40.308926+0000 mgr.a (mgr.24293) 20419 : cluster 0 pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:43.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:43.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:43.579 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:43 smithi027 bash[31536]: cluster 2023-12-07T18:19:42.309751+0000 mgr.a (mgr.24293) 20420 : cluster 0 pgmap v15269: 33 pgs: 33 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:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:43 smithi022 bash[28554]: cluster 2023-12-07T18:19:42.309751+0000 mgr.a (mgr.24293) 20420 : cluster 0 pgmap v15269: 33 pgs: 33 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:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:43 smithi044 bash[32620]: cluster 2023-12-07T18:19:42.309751+0000 mgr.a (mgr.24293) 20420 : cluster 0 pgmap v15269: 33 pgs: 33 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:44.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:44.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:44.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:44.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:44.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:45 smithi027 bash[31536]: audit 2023-12-07T18:19:43.993885+0000 mgr.a (mgr.24293) 20421 : audit 0 from='client.326521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:45 smithi027 bash[31536]: cluster 2023-12-07T18:19:44.310510+0000 mgr.a (mgr.24293) 20422 : cluster 0 pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:45 smithi022 bash[28554]: audit 2023-12-07T18:19:43.993885+0000 mgr.a (mgr.24293) 20421 : audit 0 from='client.326521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:45 smithi022 bash[28554]: cluster 2023-12-07T18:19:44.310510+0000 mgr.a (mgr.24293) 20422 : cluster 0 pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:45 smithi044 bash[32620]: audit 2023-12-07T18:19:43.993885+0000 mgr.a (mgr.24293) 20421 : audit 0 from='client.326521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:45 smithi044 bash[32620]: cluster 2023-12-07T18:19:44.310510+0000 mgr.a (mgr.24293) 20422 : cluster 0 pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:47 smithi027 bash[31536]: cluster 2023-12-07T18:19:46.311445+0000 mgr.a (mgr.24293) 20423 : cluster 0 pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:47 smithi022 bash[28554]: cluster 2023-12-07T18:19:46.311445+0000 mgr.a (mgr.24293) 20423 : cluster 0 pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:47 smithi044 bash[32620]: cluster 2023-12-07T18:19:46.311445+0000 mgr.a (mgr.24293) 20423 : cluster 0 pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:49.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:49.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:49.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:49 smithi027 bash[31536]: cluster 2023-12-07T18:19:48.311991+0000 mgr.a (mgr.24293) 20424 : cluster 0 pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:49 smithi022 bash[28554]: cluster 2023-12-07T18:19:48.311991+0000 mgr.a (mgr.24293) 20424 : cluster 0 pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:49 smithi044 bash[32620]: cluster 2023-12-07T18:19:48.311991+0000 mgr.a (mgr.24293) 20424 : cluster 0 pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:50.463 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:50.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:50.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:50.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:50.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:50 smithi022 bash[28554]: audit 2023-12-07T18:19:49.936375+0000 mgr.a (mgr.24293) 20425 : audit 0 from='client.403236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:51.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:50 smithi022 bash[28554]: cluster 2023-12-07T18:19:50.312569+0000 mgr.a (mgr.24293) 20426 : cluster 0 pgmap v15273: 33 pgs: 33 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:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:50 smithi044 bash[32620]: audit 2023-12-07T18:19:49.936375+0000 mgr.a (mgr.24293) 20425 : audit 0 from='client.403236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:50 smithi044 bash[32620]: cluster 2023-12-07T18:19:50.312569+0000 mgr.a (mgr.24293) 20426 : cluster 0 pgmap v15273: 33 pgs: 33 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:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:50 smithi027 bash[31536]: audit 2023-12-07T18:19:49.936375+0000 mgr.a (mgr.24293) 20425 : audit 0 from='client.403236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:51.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:50 smithi027 bash[31536]: cluster 2023-12-07T18:19:50.312569+0000 mgr.a (mgr.24293) 20426 : cluster 0 pgmap v15273: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:53 smithi022 bash[28554]: cluster 2023-12-07T18:19:52.313474+0000 mgr.a (mgr.24293) 20427 : cluster 0 pgmap v15274: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:53 smithi044 bash[32620]: cluster 2023-12-07T18:19:52.313474+0000 mgr.a (mgr.24293) 20427 : cluster 0 pgmap v15274: 33 pgs: 33 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:53 smithi027 bash[31536]: cluster 2023-12-07T18:19:52.313474+0000 mgr.a (mgr.24293) 20427 : cluster 0 pgmap v15274: 33 pgs: 33 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:55.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:19:55.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:55.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:55.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:55 smithi022 bash[28554]: cluster 2023-12-07T18:19:54.314023+0000 mgr.a (mgr.24293) 20428 : cluster 0 pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:55.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:55 smithi044 bash[32620]: cluster 2023-12-07T18:19:54.314023+0000 mgr.a (mgr.24293) 20428 : cluster 0 pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:55 smithi027 bash[31536]: cluster 2023-12-07T18:19:54.314023+0000 mgr.a (mgr.24293) 20428 : cluster 0 pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:56.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:19:56.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:56.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:56.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:56.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:19:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:57 smithi022 bash[28554]: audit 2023-12-07T18:19:55.879963+0000 mgr.a (mgr.24293) 20429 : audit 0 from='client.403314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:57.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:57 smithi022 bash[28554]: cluster 2023-12-07T18:19:56.315368+0000 mgr.a (mgr.24293) 20430 : cluster 0 pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:57 smithi044 bash[32620]: audit 2023-12-07T18:19:55.879963+0000 mgr.a (mgr.24293) 20429 : audit 0 from='client.403314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:57.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:57 smithi044 bash[32620]: cluster 2023-12-07T18:19:56.315368+0000 mgr.a (mgr.24293) 20430 : cluster 0 pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:57 smithi027 bash[31536]: audit 2023-12-07T18:19:55.879963+0000 mgr.a (mgr.24293) 20429 : audit 0 from='client.403314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:57 smithi027 bash[31536]: cluster 2023-12-07T18:19:56.315368+0000 mgr.a (mgr.24293) 20430 : cluster 0 pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:59.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:19:59 smithi022 bash[28554]: cluster 2023-12-07T18:19:58.315967+0000 mgr.a (mgr.24293) 20431 : cluster 0 pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:59.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:19:59 smithi044 bash[32620]: cluster 2023-12-07T18:19:58.315967+0000 mgr.a (mgr.24293) 20431 : cluster 0 pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:19:59 smithi027 bash[31536]: cluster 2023-12-07T18:19:58.315967+0000 mgr.a (mgr.24293) 20431 : cluster 0 pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:00.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:00 smithi022 bash[28554]: cluster 2023-12-07T18:20:00.000123+0000 mon.a (mon.0) 3259 : cluster 1 overall HEALTH_OK 2023-12-07T18:20:00.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:00 smithi044 bash[32620]: cluster 2023-12-07T18:20:00.000123+0000 mon.a (mon.0) 3259 : cluster 1 overall HEALTH_OK 2023-12-07T18:20:00.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:00 smithi027 bash[31536]: cluster 2023-12-07T18:20:00.000123+0000 mon.a (mon.0) 3259 : cluster 1 overall HEALTH_OK 2023-12-07T18:20:01.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:01.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:01.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:01.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:01 smithi022 bash[28554]: cluster 2023-12-07T18:20:00.316539+0000 mgr.a (mgr.24293) 20432 : cluster 0 pgmap v15278: 33 pgs: 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:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:01 smithi044 bash[32620]: cluster 2023-12-07T18:20:00.316539+0000 mgr.a (mgr.24293) 20432 : cluster 0 pgmap v15278: 33 pgs: 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:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:01 smithi027 bash[31536]: cluster 2023-12-07T18:20:00.316539+0000 mgr.a (mgr.24293) 20432 : cluster 0 pgmap v15278: 33 pgs: 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:02.392 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:02.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:02.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:02.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:02.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:03 smithi022 bash[28554]: audit 2023-12-07T18:20:01.846097+0000 mgr.a (mgr.24293) 20433 : audit 0 from='client.403392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:03.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:03 smithi022 bash[28554]: cluster 2023-12-07T18:20:02.317623+0000 mgr.a (mgr.24293) 20434 : cluster 0 pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:03 smithi044 bash[32620]: audit 2023-12-07T18:20:01.846097+0000 mgr.a (mgr.24293) 20433 : audit 0 from='client.403392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:03.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:03 smithi044 bash[32620]: cluster 2023-12-07T18:20:02.317623+0000 mgr.a (mgr.24293) 20434 : cluster 0 pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:03 smithi027 bash[31536]: audit 2023-12-07T18:20:01.846097+0000 mgr.a (mgr.24293) 20433 : audit 0 from='client.403392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:03.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:03 smithi027 bash[31536]: cluster 2023-12-07T18:20:02.317623+0000 mgr.a (mgr.24293) 20434 : cluster 0 pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:05.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:05 smithi022 bash[28554]: cluster 2023-12-07T18:20:04.318251+0000 mgr.a (mgr.24293) 20435 : cluster 0 pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:05.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:05 smithi044 bash[32620]: cluster 2023-12-07T18:20:04.318251+0000 mgr.a (mgr.24293) 20435 : cluster 0 pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:05.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:05 smithi027 bash[31536]: cluster 2023-12-07T18:20:04.318251+0000 mgr.a (mgr.24293) 20435 : cluster 0 pgmap v15280: 33 pgs: 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:07.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:07.395 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:07.395 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:07.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:07 smithi022 bash[28554]: cluster 2023-12-07T18:20:06.319113+0000 mgr.a (mgr.24293) 20436 : cluster 0 pgmap v15281: 33 pgs: 33 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.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:07 smithi044 bash[32620]: cluster 2023-12-07T18:20:06.319113+0000 mgr.a (mgr.24293) 20436 : cluster 0 pgmap v15281: 33 pgs: 33 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.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:07 smithi027 bash[31536]: cluster 2023-12-07T18:20:06.319113+0000 mgr.a (mgr.24293) 20436 : cluster 0 pgmap v15281: 33 pgs: 33 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:08.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:08.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:08.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:08.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:08.347 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:09.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:09 smithi022 bash[28554]: audit 2023-12-07T18:20:07.804169+0000 mgr.a (mgr.24293) 20437 : audit 0 from='client.403467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:09.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:09 smithi022 bash[28554]: cluster 2023-12-07T18:20:08.319684+0000 mgr.a (mgr.24293) 20438 : cluster 0 pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:09.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:09 smithi044 bash[32620]: audit 2023-12-07T18:20:07.804169+0000 mgr.a (mgr.24293) 20437 : audit 0 from='client.403467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:09.930 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:09 smithi044 bash[32620]: cluster 2023-12-07T18:20:08.319684+0000 mgr.a (mgr.24293) 20438 : cluster 0 pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:09 smithi027 bash[31536]: audit 2023-12-07T18:20:07.804169+0000 mgr.a (mgr.24293) 20437 : audit 0 from='client.403467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:09.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:09 smithi027 bash[31536]: cluster 2023-12-07T18:20:08.319684+0000 mgr.a (mgr.24293) 20438 : cluster 0 pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:11.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:11 smithi022 bash[28554]: cluster 2023-12-07T18:20:10.320207+0000 mgr.a (mgr.24293) 20439 : cluster 0 pgmap v15283: 33 pgs: 33 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:11.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:11 smithi044 bash[32620]: cluster 2023-12-07T18:20:10.320207+0000 mgr.a (mgr.24293) 20439 : cluster 0 pgmap v15283: 33 pgs: 33 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:11.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:11 smithi027 bash[31536]: cluster 2023-12-07T18:20:10.320207+0000 mgr.a (mgr.24293) 20439 : cluster 0 pgmap v15283: 33 pgs: 33 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.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:13.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:13.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:13.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:13 smithi022 bash[28554]: cluster 2023-12-07T18:20:12.321059+0000 mgr.a (mgr.24293) 20440 : cluster 0 pgmap v15284: 33 pgs: 33 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:13.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:13 smithi044 bash[32620]: cluster 2023-12-07T18:20:12.321059+0000 mgr.a (mgr.24293) 20440 : cluster 0 pgmap v15284: 33 pgs: 33 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:13.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:13 smithi027 bash[31536]: cluster 2023-12-07T18:20:12.321059+0000 mgr.a (mgr.24293) 20440 : cluster 0 pgmap v15284: 33 pgs: 33 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:14.299 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:14.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:14.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:14.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:14.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:15 smithi022 bash[28554]: audit 2023-12-07T18:20:13.761187+0000 mgr.a (mgr.24293) 20441 : audit 0 from='client.403542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:15.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:15 smithi022 bash[28554]: cluster 2023-12-07T18:20:14.321790+0000 mgr.a (mgr.24293) 20442 : cluster 0 pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:15 smithi044 bash[32620]: audit 2023-12-07T18:20:13.761187+0000 mgr.a (mgr.24293) 20441 : audit 0 from='client.403542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:15 smithi044 bash[32620]: cluster 2023-12-07T18:20:14.321790+0000 mgr.a (mgr.24293) 20442 : cluster 0 pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:15 smithi027 bash[31536]: audit 2023-12-07T18:20:13.761187+0000 mgr.a (mgr.24293) 20441 : audit 0 from='client.403542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:15 smithi027 bash[31536]: cluster 2023-12-07T18:20:14.321790+0000 mgr.a (mgr.24293) 20442 : cluster 0 pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:17.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:17 smithi022 bash[28554]: cluster 2023-12-07T18:20:16.322815+0000 mgr.a (mgr.24293) 20443 : cluster 0 pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:17 smithi044 bash[32620]: cluster 2023-12-07T18:20:16.322815+0000 mgr.a (mgr.24293) 20443 : cluster 0 pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:17 smithi027 bash[31536]: cluster 2023-12-07T18:20:16.322815+0000 mgr.a (mgr.24293) 20443 : cluster 0 pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:19.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:19.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:19.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:19 smithi022 bash[28554]: cluster 2023-12-07T18:20:18.323457+0000 mgr.a (mgr.24293) 20444 : cluster 0 pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:19 smithi044 bash[32620]: cluster 2023-12-07T18:20:18.323457+0000 mgr.a (mgr.24293) 20444 : cluster 0 pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:19 smithi027 bash[31536]: cluster 2023-12-07T18:20:18.323457+0000 mgr.a (mgr.24293) 20444 : cluster 0 pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:20.243 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:20.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:20.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:20.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:20.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:21 smithi027 bash[31536]: audit 2023-12-07T18:20:19.712879+0000 mgr.a (mgr.24293) 20445 : audit 0 from='client.403620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:21 smithi027 bash[31536]: cluster 2023-12-07T18:20:20.324370+0000 mgr.a (mgr.24293) 20446 : cluster 0 pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:21 smithi022 bash[28554]: audit 2023-12-07T18:20:19.712879+0000 mgr.a (mgr.24293) 20445 : audit 0 from='client.403620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:22.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:21 smithi022 bash[28554]: cluster 2023-12-07T18:20:20.324370+0000 mgr.a (mgr.24293) 20446 : cluster 0 pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:21 smithi044 bash[32620]: audit 2023-12-07T18:20:19.712879+0000 mgr.a (mgr.24293) 20445 : audit 0 from='client.403620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:21 smithi044 bash[32620]: cluster 2023-12-07T18:20:20.324370+0000 mgr.a (mgr.24293) 20446 : cluster 0 pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:23 smithi027 bash[31536]: cluster 2023-12-07T18:20:22.325221+0000 mgr.a (mgr.24293) 20447 : cluster 0 pgmap v15289: 33 pgs: 33 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:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:23 smithi022 bash[28554]: cluster 2023-12-07T18:20:22.325221+0000 mgr.a (mgr.24293) 20447 : cluster 0 pgmap v15289: 33 pgs: 33 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:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:23 smithi044 bash[32620]: cluster 2023-12-07T18:20:22.325221+0000 mgr.a (mgr.24293) 20447 : cluster 0 pgmap v15289: 33 pgs: 33 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.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:25.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:25.247 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:25 smithi027 bash[31536]: cluster 2023-12-07T18:20:24.325794+0000 mgr.a (mgr.24293) 20448 : cluster 0 pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:25 smithi027 bash[31536]: audit 2023-12-07T18:20:25.174817+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:25 smithi022 bash[28554]: cluster 2023-12-07T18:20:24.325794+0000 mgr.a (mgr.24293) 20448 : cluster 0 pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:25 smithi022 bash[28554]: audit 2023-12-07T18:20:25.174817+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:25 smithi044 bash[32620]: cluster 2023-12-07T18:20:24.325794+0000 mgr.a (mgr.24293) 20448 : cluster 0 pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:25 smithi044 bash[32620]: audit 2023-12-07T18:20:25.174817+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:26.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:26.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:26.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:26.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:26.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:26 smithi027 bash[31536]: audit 2023-12-07T18:20:25.652813+0000 mgr.a (mgr.24293) 20449 : audit 0 from='client.403692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:26 smithi027 bash[31536]: audit 2023-12-07T18:20:26.031392+0000 mon.a (mon.0) 3261 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:26 smithi027 bash[31536]: audit 2023-12-07T18:20:26.033227+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:26 smithi027 bash[31536]: audit 2023-12-07T18:20:26.041957+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:20:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:26 smithi022 bash[28554]: audit 2023-12-07T18:20:25.652813+0000 mgr.a (mgr.24293) 20449 : audit 0 from='client.403692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:26 smithi022 bash[28554]: audit 2023-12-07T18:20:26.031392+0000 mon.a (mon.0) 3261 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:26 smithi022 bash[28554]: audit 2023-12-07T18:20:26.033227+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:26 smithi022 bash[28554]: audit 2023-12-07T18:20:26.041957+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:26 smithi044 bash[32620]: audit 2023-12-07T18:20:25.652813+0000 mgr.a (mgr.24293) 20449 : audit 0 from='client.403692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:26 smithi044 bash[32620]: audit 2023-12-07T18:20:26.031392+0000 mon.a (mon.0) 3261 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:26 smithi044 bash[32620]: audit 2023-12-07T18:20:26.033227+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:26 smithi044 bash[32620]: audit 2023-12-07T18:20:26.041957+0000 mon.a (mon.0) 3263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:20:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:27 smithi027 bash[31536]: cluster 2023-12-07T18:20:26.326920+0000 mgr.a (mgr.24293) 20450 : cluster 0 pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:27 smithi022 bash[28554]: cluster 2023-12-07T18:20:26.326920+0000 mgr.a (mgr.24293) 20450 : cluster 0 pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:27 smithi044 bash[32620]: cluster 2023-12-07T18:20:26.326920+0000 mgr.a (mgr.24293) 20450 : cluster 0 pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:29 smithi027 bash[31536]: cluster 2023-12-07T18:20:28.327573+0000 mgr.a (mgr.24293) 20451 : cluster 0 pgmap v15292: 33 pgs: 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:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:29 smithi022 bash[28554]: cluster 2023-12-07T18:20:28.327573+0000 mgr.a (mgr.24293) 20451 : cluster 0 pgmap v15292: 33 pgs: 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:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:29 smithi044 bash[32620]: cluster 2023-12-07T18:20:28.327573+0000 mgr.a (mgr.24293) 20451 : cluster 0 pgmap v15292: 33 pgs: 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:31.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:31.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:31.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:32.163 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:32.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:32.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:32.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:32.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:31 smithi022 bash[28554]: cluster 2023-12-07T18:20:30.328161+0000 mgr.a (mgr.24293) 20452 : cluster 0 pgmap v15293: 33 pgs: 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:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:31 smithi044 bash[32620]: cluster 2023-12-07T18:20:30.328161+0000 mgr.a (mgr.24293) 20452 : cluster 0 pgmap v15293: 33 pgs: 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:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:31 smithi027 bash[31536]: cluster 2023-12-07T18:20:30.328161+0000 mgr.a (mgr.24293) 20452 : cluster 0 pgmap v15293: 33 pgs: 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.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:32 smithi022 bash[28554]: audit 2023-12-07T18:20:31.644929+0000 mgr.a (mgr.24293) 20453 : audit 0 from='client.403767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:32 smithi044 bash[32620]: audit 2023-12-07T18:20:31.644929+0000 mgr.a (mgr.24293) 20453 : audit 0 from='client.403767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:32 smithi027 bash[31536]: audit 2023-12-07T18:20:31.644929+0000 mgr.a (mgr.24293) 20453 : audit 0 from='client.403767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:34.181 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:33 smithi022 bash[28554]: cluster 2023-12-07T18:20:32.329245+0000 mgr.a (mgr.24293) 20454 : cluster 0 pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:34.182 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:33 smithi044 bash[32620]: cluster 2023-12-07T18:20:32.329245+0000 mgr.a (mgr.24293) 20454 : cluster 0 pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:33 smithi027 bash[31536]: cluster 2023-12-07T18:20:32.329245+0000 mgr.a (mgr.24293) 20454 : cluster 0 pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:34 smithi022 bash[28554]: cluster 2023-12-07T18:20:34.329850+0000 mgr.a (mgr.24293) 20455 : cluster 0 pgmap v15295: 33 pgs: 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:35.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:34 smithi044 bash[32620]: cluster 2023-12-07T18:20:34.329850+0000 mgr.a (mgr.24293) 20455 : cluster 0 pgmap v15295: 33 pgs: 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:35.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:34 smithi027 bash[31536]: cluster 2023-12-07T18:20:34.329850+0000 mgr.a (mgr.24293) 20455 : cluster 0 pgmap v15295: 33 pgs: 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.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:37.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:37.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:37.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:37 smithi022 bash[28554]: cluster 2023-12-07T18:20:36.330583+0000 mgr.a (mgr.24293) 20456 : cluster 0 pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:37.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:37 smithi044 bash[32620]: cluster 2023-12-07T18:20:36.330583+0000 mgr.a (mgr.24293) 20456 : cluster 0 pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:37.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:37 smithi027 bash[31536]: cluster 2023-12-07T18:20:36.330583+0000 mgr.a (mgr.24293) 20456 : cluster 0 pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:38.114 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:38.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:38.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:38.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:38.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:38.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:38 smithi022 bash[28554]: audit 2023-12-07T18:20:37.587986+0000 mgr.a (mgr.24293) 20457 : audit 0 from='client.403845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:38.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:38 smithi044 bash[32620]: audit 2023-12-07T18:20:37.587986+0000 mgr.a (mgr.24293) 20457 : audit 0 from='client.403845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:38.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:38 smithi027 bash[31536]: audit 2023-12-07T18:20:37.587986+0000 mgr.a (mgr.24293) 20457 : audit 0 from='client.403845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:39.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:39 smithi022 bash[28554]: cluster 2023-12-07T18:20:38.331316+0000 mgr.a (mgr.24293) 20458 : cluster 0 pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:39.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:39 smithi044 bash[32620]: cluster 2023-12-07T18:20:38.331316+0000 mgr.a (mgr.24293) 20458 : cluster 0 pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:39.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:39 smithi027 bash[31536]: cluster 2023-12-07T18:20:38.331316+0000 mgr.a (mgr.24293) 20458 : cluster 0 pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:41.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:41 smithi022 bash[28554]: cluster 2023-12-07T18:20:40.332057+0000 mgr.a (mgr.24293) 20459 : cluster 0 pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:41.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:41 smithi044 bash[32620]: cluster 2023-12-07T18:20:40.332057+0000 mgr.a (mgr.24293) 20459 : cluster 0 pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:41.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:41 smithi027 bash[31536]: cluster 2023-12-07T18:20:40.332057+0000 mgr.a (mgr.24293) 20459 : cluster 0 pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:43.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:43.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:43.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:43.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:43 smithi022 bash[28554]: cluster 2023-12-07T18:20:42.332952+0000 mgr.a (mgr.24293) 20460 : cluster 0 pgmap v15299: 33 pgs: 33 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:43.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:43 smithi044 bash[32620]: cluster 2023-12-07T18:20:42.332952+0000 mgr.a (mgr.24293) 20460 : cluster 0 pgmap v15299: 33 pgs: 33 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:43.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:43 smithi027 bash[31536]: cluster 2023-12-07T18:20:42.332952+0000 mgr.a (mgr.24293) 20460 : cluster 0 pgmap v15299: 33 pgs: 33 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:44.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:44.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:44.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:44.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:44.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:44 smithi022 bash[28554]: audit 2023-12-07T18:20:43.526081+0000 mgr.a (mgr.24293) 20461 : audit 0 from='client.403923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:44 smithi044 bash[32620]: audit 2023-12-07T18:20:43.526081+0000 mgr.a (mgr.24293) 20461 : audit 0 from='client.403923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:44 smithi027 bash[31536]: audit 2023-12-07T18:20:43.526081+0000 mgr.a (mgr.24293) 20461 : audit 0 from='client.403923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:45 smithi022 bash[28554]: cluster 2023-12-07T18:20:44.333744+0000 mgr.a (mgr.24293) 20462 : cluster 0 pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:45 smithi044 bash[32620]: cluster 2023-12-07T18:20:44.333744+0000 mgr.a (mgr.24293) 20462 : cluster 0 pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:45 smithi027 bash[31536]: cluster 2023-12-07T18:20:44.333744+0000 mgr.a (mgr.24293) 20462 : cluster 0 pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:47 smithi022 bash[28554]: cluster 2023-12-07T18:20:46.334588+0000 mgr.a (mgr.24293) 20463 : cluster 0 pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:47 smithi044 bash[32620]: cluster 2023-12-07T18:20:46.334588+0000 mgr.a (mgr.24293) 20463 : cluster 0 pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:47 smithi027 bash[31536]: cluster 2023-12-07T18:20:46.334588+0000 mgr.a (mgr.24293) 20463 : cluster 0 pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:49.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:49.042 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:49.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:49 smithi022 bash[28554]: cluster 2023-12-07T18:20:48.335185+0000 mgr.a (mgr.24293) 20464 : cluster 0 pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:49 smithi044 bash[32620]: cluster 2023-12-07T18:20:48.335185+0000 mgr.a (mgr.24293) 20464 : cluster 0 pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:49 smithi027 bash[31536]: cluster 2023-12-07T18:20:48.335185+0000 mgr.a (mgr.24293) 20464 : cluster 0 pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:49.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:49.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:49.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:49.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:49.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:50.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:50 smithi022 bash[28554]: audit 2023-12-07T18:20:49.448123+0000 mgr.a (mgr.24293) 20465 : audit 0 from='client.403998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:50.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:50 smithi044 bash[32620]: audit 2023-12-07T18:20:49.448123+0000 mgr.a (mgr.24293) 20465 : audit 0 from='client.403998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:50 smithi027 bash[31536]: audit 2023-12-07T18:20:49.448123+0000 mgr.a (mgr.24293) 20465 : audit 0 from='client.403998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:51.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:51 smithi022 bash[28554]: cluster 2023-12-07T18:20:50.336087+0000 mgr.a (mgr.24293) 20466 : cluster 0 pgmap v15303: 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:20:51.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:51 smithi044 bash[32620]: cluster 2023-12-07T18:20:50.336087+0000 mgr.a (mgr.24293) 20466 : cluster 0 pgmap v15303: 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:20:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:51 smithi027 bash[31536]: cluster 2023-12-07T18:20:50.336087+0000 mgr.a (mgr.24293) 20466 : cluster 0 pgmap v15303: 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:20:53.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:53 smithi022 bash[28554]: cluster 2023-12-07T18:20:52.336865+0000 mgr.a (mgr.24293) 20467 : cluster 0 pgmap v15304: 33 pgs: 33 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:53.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:53 smithi044 bash[32620]: cluster 2023-12-07T18:20:52.336865+0000 mgr.a (mgr.24293) 20467 : cluster 0 pgmap v15304: 33 pgs: 33 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:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:53 smithi027 bash[31536]: cluster 2023-12-07T18:20:52.336865+0000 mgr.a (mgr.24293) 20467 : cluster 0 pgmap v15304: 33 pgs: 33 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:54.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:20:54.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:54.979 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:55.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:20:55.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:55.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:55.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:55.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:20:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:55 smithi027 bash[31536]: cluster 2023-12-07T18:20:54.337425+0000 mgr.a (mgr.24293) 20468 : cluster 0 pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:55 smithi022 bash[28554]: cluster 2023-12-07T18:20:54.337425+0000 mgr.a (mgr.24293) 20468 : cluster 0 pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:55 smithi044 bash[32620]: cluster 2023-12-07T18:20:54.337425+0000 mgr.a (mgr.24293) 20468 : cluster 0 pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:56 smithi027 bash[31536]: audit 2023-12-07T18:20:55.387730+0000 mgr.a (mgr.24293) 20469 : audit 0 from='client.404073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:56 smithi022 bash[28554]: audit 2023-12-07T18:20:55.387730+0000 mgr.a (mgr.24293) 20469 : audit 0 from='client.404073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:56 smithi044 bash[32620]: audit 2023-12-07T18:20:55.387730+0000 mgr.a (mgr.24293) 20469 : audit 0 from='client.404073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:57 smithi027 bash[31536]: cluster 2023-12-07T18:20:56.338580+0000 mgr.a (mgr.24293) 20470 : cluster 0 pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:57 smithi022 bash[28554]: cluster 2023-12-07T18:20:56.338580+0000 mgr.a (mgr.24293) 20470 : cluster 0 pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:57 smithi044 bash[32620]: cluster 2023-12-07T18:20:56.338580+0000 mgr.a (mgr.24293) 20470 : cluster 0 pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:59.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:20:59 smithi027 bash[31536]: cluster 2023-12-07T18:20:58.339176+0000 mgr.a (mgr.24293) 20471 : cluster 0 pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:20:59 smithi022 bash[28554]: cluster 2023-12-07T18:20:58.339176+0000 mgr.a (mgr.24293) 20471 : cluster 0 pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:20:59 smithi044 bash[32620]: cluster 2023-12-07T18:20:58.339176+0000 mgr.a (mgr.24293) 20471 : cluster 0 pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:00.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:00.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:00.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:01.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:01.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:01.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:01.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:01.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:01 smithi027 bash[31536]: cluster 2023-12-07T18:21:00.339889+0000 mgr.a (mgr.24293) 20472 : cluster 0 pgmap v15308: 33 pgs: 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:21:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:01 smithi022 bash[28554]: cluster 2023-12-07T18:21:00.339889+0000 mgr.a (mgr.24293) 20472 : cluster 0 pgmap v15308: 33 pgs: 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:21:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:01 smithi044 bash[32620]: cluster 2023-12-07T18:21:00.339889+0000 mgr.a (mgr.24293) 20472 : cluster 0 pgmap v15308: 33 pgs: 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:21:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:02 smithi022 bash[28554]: audit 2023-12-07T18:21:01.317520+0000 mgr.a (mgr.24293) 20473 : audit 0 from='client.404148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:02 smithi044 bash[32620]: audit 2023-12-07T18:21:01.317520+0000 mgr.a (mgr.24293) 20473 : audit 0 from='client.404148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:03.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:02 smithi027 bash[31536]: audit 2023-12-07T18:21:01.317520+0000 mgr.a (mgr.24293) 20473 : audit 0 from='client.404148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:03 smithi022 bash[28554]: cluster 2023-12-07T18:21:02.340992+0000 mgr.a (mgr.24293) 20474 : cluster 0 pgmap v15309: 33 pgs: 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:21:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:03 smithi044 bash[32620]: cluster 2023-12-07T18:21:02.340992+0000 mgr.a (mgr.24293) 20474 : cluster 0 pgmap v15309: 33 pgs: 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:21:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:03 smithi027 bash[31536]: cluster 2023-12-07T18:21:02.340992+0000 mgr.a (mgr.24293) 20474 : cluster 0 pgmap v15309: 33 pgs: 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:21:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:05 smithi022 bash[28554]: cluster 2023-12-07T18:21:04.341620+0000 mgr.a (mgr.24293) 20475 : cluster 0 pgmap v15310: 33 pgs: 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:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:05 smithi044 bash[32620]: cluster 2023-12-07T18:21:04.341620+0000 mgr.a (mgr.24293) 20475 : cluster 0 pgmap v15310: 33 pgs: 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:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:05 smithi027 bash[31536]: cluster 2023-12-07T18:21:04.341620+0000 mgr.a (mgr.24293) 20475 : cluster 0 pgmap v15310: 33 pgs: 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:06.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:06.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:06.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:07.782 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:07.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:07.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:07.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:07.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:07 smithi022 bash[28554]: cluster 2023-12-07T18:21:06.342356+0000 mgr.a (mgr.24293) 20476 : cluster 0 pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:07 smithi044 bash[32620]: cluster 2023-12-07T18:21:06.342356+0000 mgr.a (mgr.24293) 20476 : cluster 0 pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:07 smithi027 bash[31536]: cluster 2023-12-07T18:21:06.342356+0000 mgr.a (mgr.24293) 20476 : cluster 0 pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:08 smithi022 bash[28554]: audit 2023-12-07T18:21:07.253603+0000 mgr.a (mgr.24293) 20477 : audit 0 from='client.404226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:09.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:08 smithi044 bash[32620]: audit 2023-12-07T18:21:07.253603+0000 mgr.a (mgr.24293) 20477 : audit 0 from='client.404226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:09.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:08 smithi027 bash[31536]: audit 2023-12-07T18:21:07.253603+0000 mgr.a (mgr.24293) 20477 : audit 0 from='client.404226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:09 smithi022 bash[28554]: cluster 2023-12-07T18:21:08.343271+0000 mgr.a (mgr.24293) 20478 : cluster 0 pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:09 smithi044 bash[32620]: cluster 2023-12-07T18:21:08.343271+0000 mgr.a (mgr.24293) 20478 : cluster 0 pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:09 smithi027 bash[31536]: cluster 2023-12-07T18:21:08.343271+0000 mgr.a (mgr.24293) 20478 : cluster 0 pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:11 smithi022 bash[28554]: cluster 2023-12-07T18:21:10.344042+0000 mgr.a (mgr.24293) 20479 : cluster 0 pgmap v15313: 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:21:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:11 smithi044 bash[32620]: cluster 2023-12-07T18:21:10.344042+0000 mgr.a (mgr.24293) 20479 : cluster 0 pgmap v15313: 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:21:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:11 smithi027 bash[31536]: cluster 2023-12-07T18:21:10.344042+0000 mgr.a (mgr.24293) 20479 : cluster 0 pgmap v15313: 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:21:12.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:12.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:12.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:13.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:12 smithi022 bash[28554]: cluster 2023-12-07T18:21:12.344715+0000 mgr.a (mgr.24293) 20480 : cluster 0 pgmap v15314: 33 pgs: 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:21:13.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:12 smithi044 bash[32620]: cluster 2023-12-07T18:21:12.344715+0000 mgr.a (mgr.24293) 20480 : cluster 0 pgmap v15314: 33 pgs: 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:21:13.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:12 smithi027 bash[31536]: cluster 2023-12-07T18:21:12.344715+0000 mgr.a (mgr.24293) 20480 : cluster 0 pgmap v15314: 33 pgs: 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:21:13.725 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:13.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:13.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:13.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:13.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:14.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:14 smithi022 bash[28554]: audit 2023-12-07T18:21:13.196119+0000 mgr.a (mgr.24293) 20481 : audit 0 from='client.404304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:14.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:14 smithi044 bash[32620]: audit 2023-12-07T18:21:13.196119+0000 mgr.a (mgr.24293) 20481 : audit 0 from='client.404304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:14.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:14 smithi027 bash[31536]: audit 2023-12-07T18:21:13.196119+0000 mgr.a (mgr.24293) 20481 : audit 0 from='client.404304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:15.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:15 smithi022 bash[28554]: cluster 2023-12-07T18:21:14.345441+0000 mgr.a (mgr.24293) 20482 : cluster 0 pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:15.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:15 smithi044 bash[32620]: cluster 2023-12-07T18:21:14.345441+0000 mgr.a (mgr.24293) 20482 : cluster 0 pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:15.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:15 smithi027 bash[31536]: cluster 2023-12-07T18:21:14.345441+0000 mgr.a (mgr.24293) 20482 : cluster 0 pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:17.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:17 smithi022 bash[28554]: cluster 2023-12-07T18:21:16.346281+0000 mgr.a (mgr.24293) 20483 : cluster 0 pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:17.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:17 smithi044 bash[32620]: cluster 2023-12-07T18:21:16.346281+0000 mgr.a (mgr.24293) 20483 : cluster 0 pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:17.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:17 smithi027 bash[31536]: cluster 2023-12-07T18:21:16.346281+0000 mgr.a (mgr.24293) 20483 : cluster 0 pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:18.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:18.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:18.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:19.670 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:19.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:19.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:19.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:19.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:19.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:19 smithi022 bash[28554]: cluster 2023-12-07T18:21:18.346871+0000 mgr.a (mgr.24293) 20484 : cluster 0 pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:19.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:19 smithi044 bash[32620]: cluster 2023-12-07T18:21:18.346871+0000 mgr.a (mgr.24293) 20484 : cluster 0 pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:19 smithi027 bash[31536]: cluster 2023-12-07T18:21:18.346871+0000 mgr.a (mgr.24293) 20484 : cluster 0 pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:20.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:20 smithi022 bash[28554]: audit 2023-12-07T18:21:19.141495+0000 mgr.a (mgr.24293) 20485 : audit 0 from='client.404382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:20.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:20 smithi044 bash[32620]: audit 2023-12-07T18:21:19.141495+0000 mgr.a (mgr.24293) 20485 : audit 0 from='client.404382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:20.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:20 smithi027 bash[31536]: audit 2023-12-07T18:21:19.141495+0000 mgr.a (mgr.24293) 20485 : audit 0 from='client.404382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:21.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:21 smithi022 bash[28554]: cluster 2023-12-07T18:21:20.348103+0000 mgr.a (mgr.24293) 20486 : cluster 0 pgmap v15318: 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:21:21.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:21 smithi044 bash[32620]: cluster 2023-12-07T18:21:20.348103+0000 mgr.a (mgr.24293) 20486 : cluster 0 pgmap v15318: 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:21:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:21 smithi027 bash[31536]: cluster 2023-12-07T18:21:20.348103+0000 mgr.a (mgr.24293) 20486 : cluster 0 pgmap v15318: 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:21:23.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:23 smithi022 bash[28554]: cluster 2023-12-07T18:21:22.348846+0000 mgr.a (mgr.24293) 20487 : cluster 0 pgmap v15319: 33 pgs: 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:21:23.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:23 smithi044 bash[32620]: cluster 2023-12-07T18:21:22.348846+0000 mgr.a (mgr.24293) 20487 : cluster 0 pgmap v15319: 33 pgs: 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:21:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:23 smithi027 bash[31536]: cluster 2023-12-07T18:21:22.348846+0000 mgr.a (mgr.24293) 20487 : cluster 0 pgmap v15319: 33 pgs: 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:21:24.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:24.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:24.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:25.598 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:25.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:25.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:25.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:25.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:25 smithi027 bash[31536]: cluster 2023-12-07T18:21:24.349408+0000 mgr.a (mgr.24293) 20488 : cluster 0 pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:25 smithi022 bash[28554]: cluster 2023-12-07T18:21:24.349408+0000 mgr.a (mgr.24293) 20488 : cluster 0 pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:25 smithi044 bash[32620]: cluster 2023-12-07T18:21:24.349408+0000 mgr.a (mgr.24293) 20488 : cluster 0 pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:26 smithi027 bash[31536]: audit 2023-12-07T18:21:25.082933+0000 mgr.a (mgr.24293) 20489 : audit 0 from='client.404457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:26.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:26 smithi027 bash[31536]: audit 2023-12-07T18:21:26.158011+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:26 smithi022 bash[28554]: audit 2023-12-07T18:21:25.082933+0000 mgr.a (mgr.24293) 20489 : audit 0 from='client.404457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:27.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:26 smithi022 bash[28554]: audit 2023-12-07T18:21:26.158011+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:26 smithi044 bash[32620]: audit 2023-12-07T18:21:25.082933+0000 mgr.a (mgr.24293) 20489 : audit 0 from='client.404457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:27.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:26 smithi044 bash[32620]: audit 2023-12-07T18:21:26.158011+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:27 smithi027 bash[31536]: cluster 2023-12-07T18:21:26.350584+0000 mgr.a (mgr.24293) 20490 : cluster 0 pgmap v15321: 33 pgs: 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:21:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:27 smithi022 bash[28554]: cluster 2023-12-07T18:21:26.350584+0000 mgr.a (mgr.24293) 20490 : cluster 0 pgmap v15321: 33 pgs: 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:21:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:27 smithi044 bash[32620]: cluster 2023-12-07T18:21:26.350584+0000 mgr.a (mgr.24293) 20490 : cluster 0 pgmap v15321: 33 pgs: 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:21:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:29 smithi027 bash[31536]: cluster 2023-12-07T18:21:28.351238+0000 mgr.a (mgr.24293) 20491 : cluster 0 pgmap v15322: 33 pgs: 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:21:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:29 smithi022 bash[28554]: cluster 2023-12-07T18:21:28.351238+0000 mgr.a (mgr.24293) 20491 : cluster 0 pgmap v15322: 33 pgs: 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:21:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:29 smithi044 bash[32620]: cluster 2023-12-07T18:21:28.351238+0000 mgr.a (mgr.24293) 20491 : cluster 0 pgmap v15322: 33 pgs: 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:21:30.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:30.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:30.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:31.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:31.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:31.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:31.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:31.577 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: cluster 2023-12-07T18:21:30.352007+0000 mgr.a (mgr.24293) 20492 : cluster 0 pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: audit 2023-12-07T18:21:31.506286+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: audit 2023-12-07T18:21:31.512217+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: audit 2023-12-07T18:21:31.556309+0000 mon.a (mon.0) 3267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: audit 2023-12-07T18:21:31.561634+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: audit 2023-12-07T18:21:31.566846+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:31 smithi022 bash[28554]: audit 2023-12-07T18:21:31.572119+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: cluster 2023-12-07T18:21:30.352007+0000 mgr.a (mgr.24293) 20492 : cluster 0 pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: audit 2023-12-07T18:21:31.506286+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: audit 2023-12-07T18:21:31.512217+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: audit 2023-12-07T18:21:31.556309+0000 mon.a (mon.0) 3267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: audit 2023-12-07T18:21:31.561634+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: audit 2023-12-07T18:21:31.566846+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:31 smithi044 bash[32620]: audit 2023-12-07T18:21:31.572119+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: cluster 2023-12-07T18:21:30.352007+0000 mgr.a (mgr.24293) 20492 : cluster 0 pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: audit 2023-12-07T18:21:31.506286+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: audit 2023-12-07T18:21:31.512217+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: audit 2023-12-07T18:21:31.556309+0000 mon.a (mon.0) 3267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: audit 2023-12-07T18:21:31.561634+0000 mon.a (mon.0) 3268 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: audit 2023-12-07T18:21:31.566846+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:31 smithi027 bash[31536]: audit 2023-12-07T18:21:31.572119+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:33.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:32 smithi022 bash[28554]: audit 2023-12-07T18:21:31.004151+0000 mgr.a (mgr.24293) 20493 : audit 0 from='client.404532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:33.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:32 smithi044 bash[32620]: audit 2023-12-07T18:21:31.004151+0000 mgr.a (mgr.24293) 20493 : audit 0 from='client.404532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:32 smithi027 bash[31536]: audit 2023-12-07T18:21:31.004151+0000 mgr.a (mgr.24293) 20493 : audit 0 from='client.404532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:33 smithi022 bash[28554]: cluster 2023-12-07T18:21:32.352753+0000 mgr.a (mgr.24293) 20494 : cluster 0 pgmap v15324: 33 pgs: 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:21:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:33 smithi044 bash[32620]: cluster 2023-12-07T18:21:32.352753+0000 mgr.a (mgr.24293) 20494 : cluster 0 pgmap v15324: 33 pgs: 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:21:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:33 smithi027 bash[31536]: cluster 2023-12-07T18:21:32.352753+0000 mgr.a (mgr.24293) 20494 : cluster 0 pgmap v15324: 33 pgs: 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:21:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:35 smithi022 bash[28554]: cluster 2023-12-07T18:21:34.353411+0000 mgr.a (mgr.24293) 20495 : cluster 0 pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:35 smithi044 bash[32620]: cluster 2023-12-07T18:21:34.353411+0000 mgr.a (mgr.24293) 20495 : cluster 0 pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:35 smithi027 bash[31536]: cluster 2023-12-07T18:21:34.353411+0000 mgr.a (mgr.24293) 20495 : cluster 0 pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:36.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:36.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:36.580 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:37.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:37.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:37.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:37.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:37.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:38.046 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:37 smithi022 bash[28554]: cluster 2023-12-07T18:21:36.354278+0000 mgr.a (mgr.24293) 20496 : cluster 0 pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:37 smithi044 bash[32620]: cluster 2023-12-07T18:21:36.354278+0000 mgr.a (mgr.24293) 20496 : cluster 0 pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:37 smithi027 bash[31536]: cluster 2023-12-07T18:21:36.354278+0000 mgr.a (mgr.24293) 20496 : cluster 0 pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:39.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:38 smithi022 bash[28554]: audit 2023-12-07T18:21:36.989306+0000 mgr.a (mgr.24293) 20497 : audit 0 from='client.404601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:39.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:38 smithi044 bash[32620]: audit 2023-12-07T18:21:36.989306+0000 mgr.a (mgr.24293) 20497 : audit 0 from='client.404601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:39.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:38 smithi027 bash[31536]: audit 2023-12-07T18:21:36.989306+0000 mgr.a (mgr.24293) 20497 : audit 0 from='client.404601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:39 smithi022 bash[28554]: cluster 2023-12-07T18:21:38.354998+0000 mgr.a (mgr.24293) 20498 : cluster 0 pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:21:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:39 smithi044 bash[32620]: cluster 2023-12-07T18:21:38.354998+0000 mgr.a (mgr.24293) 20498 : cluster 0 pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:21:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:39 smithi027 bash[31536]: cluster 2023-12-07T18:21:38.354998+0000 mgr.a (mgr.24293) 20498 : cluster 0 pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:21:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:40 smithi022 bash[28554]: cluster 2023-12-07T18:21:40.355758+0000 mgr.a (mgr.24293) 20499 : cluster 0 pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:21:41.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:40 smithi044 bash[32620]: cluster 2023-12-07T18:21:40.355758+0000 mgr.a (mgr.24293) 20499 : cluster 0 pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:21:41.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:40 smithi027 bash[31536]: cluster 2023-12-07T18:21:40.355758+0000 mgr.a (mgr.24293) 20499 : cluster 0 pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:21:42.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:42.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:42.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:43.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:43.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:43.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:43.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:43.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:43.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:43 smithi022 bash[28554]: audit 2023-12-07T18:21:42.305532+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:43 smithi022 bash[28554]: audit 2023-12-07T18:21:42.311256+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:43 smithi022 bash[28554]: audit 2023-12-07T18:21:42.313452+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:43 smithi022 bash[28554]: audit 2023-12-07T18:21:42.315272+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:43 smithi022 bash[28554]: audit 2023-12-07T18:21:42.324065+0000 mon.a (mon.0) 3275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:43 smithi022 bash[28554]: cluster 2023-12-07T18:21:42.356296+0000 mgr.a (mgr.24293) 20500 : cluster 0 pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:43 smithi044 bash[32620]: audit 2023-12-07T18:21:42.305532+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:43 smithi044 bash[32620]: audit 2023-12-07T18:21:42.311256+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:43 smithi044 bash[32620]: audit 2023-12-07T18:21:42.313452+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:43 smithi044 bash[32620]: audit 2023-12-07T18:21:42.315272+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:43 smithi044 bash[32620]: audit 2023-12-07T18:21:42.324065+0000 mon.a (mon.0) 3275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.680 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:43 smithi044 bash[32620]: cluster 2023-12-07T18:21:42.356296+0000 mgr.a (mgr.24293) 20500 : cluster 0 pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:43 smithi027 bash[31536]: audit 2023-12-07T18:21:42.305532+0000 mon.a (mon.0) 3271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:43 smithi027 bash[31536]: audit 2023-12-07T18:21:42.311256+0000 mon.a (mon.0) 3272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:43 smithi027 bash[31536]: audit 2023-12-07T18:21:42.313452+0000 mon.a (mon.0) 3273 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:43 smithi027 bash[31536]: audit 2023-12-07T18:21:42.315272+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:43.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:43 smithi027 bash[31536]: audit 2023-12-07T18:21:42.324065+0000 mon.a (mon.0) 3275 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:21:43.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:43 smithi027 bash[31536]: cluster 2023-12-07T18:21:42.356296+0000 mgr.a (mgr.24293) 20500 : cluster 0 pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:44.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:44 smithi022 bash[28554]: audit 2023-12-07T18:21:42.918478+0000 mgr.a (mgr.24293) 20501 : audit 0 from='client.404676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:44.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:44 smithi044 bash[32620]: audit 2023-12-07T18:21:42.918478+0000 mgr.a (mgr.24293) 20501 : audit 0 from='client.404676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:44.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:44 smithi027 bash[31536]: audit 2023-12-07T18:21:42.918478+0000 mgr.a (mgr.24293) 20501 : audit 0 from='client.404676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:45.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:45 smithi022 bash[28554]: cluster 2023-12-07T18:21:44.356964+0000 mgr.a (mgr.24293) 20502 : cluster 0 pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:45.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:45 smithi044 bash[32620]: cluster 2023-12-07T18:21:44.356964+0000 mgr.a (mgr.24293) 20502 : cluster 0 pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:45.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:45 smithi027 bash[31536]: cluster 2023-12-07T18:21:44.356964+0000 mgr.a (mgr.24293) 20502 : cluster 0 pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:47 smithi022 bash[28554]: cluster 2023-12-07T18:21:46.357843+0000 mgr.a (mgr.24293) 20503 : cluster 0 pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:47 smithi044 bash[32620]: cluster 2023-12-07T18:21:46.357843+0000 mgr.a (mgr.24293) 20503 : cluster 0 pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:47.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:47 smithi027 bash[31536]: cluster 2023-12-07T18:21:46.357843+0000 mgr.a (mgr.24293) 20503 : cluster 0 pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:48.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:48.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:48.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:49.362 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:49.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:49.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:49.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:49.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:49.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:49 smithi022 bash[28554]: cluster 2023-12-07T18:21:48.358413+0000 mgr.a (mgr.24293) 20504 : cluster 0 pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:49.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:49 smithi044 bash[32620]: cluster 2023-12-07T18:21:48.358413+0000 mgr.a (mgr.24293) 20504 : cluster 0 pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:49.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:49 smithi027 bash[31536]: cluster 2023-12-07T18:21:48.358413+0000 mgr.a (mgr.24293) 20504 : cluster 0 pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:50.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:50 smithi027 bash[31536]: audit 2023-12-07T18:21:48.855598+0000 mgr.a (mgr.24293) 20505 : audit 0 from='client.404748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:51.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:50 smithi022 bash[28554]: audit 2023-12-07T18:21:48.855598+0000 mgr.a (mgr.24293) 20505 : audit 0 from='client.404748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:51.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:50 smithi044 bash[32620]: audit 2023-12-07T18:21:48.855598+0000 mgr.a (mgr.24293) 20505 : audit 0 from='client.404748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:51.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:51 smithi027 bash[31536]: cluster 2023-12-07T18:21:50.359269+0000 mgr.a (mgr.24293) 20506 : cluster 0 pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:51 smithi022 bash[28554]: cluster 2023-12-07T18:21:50.359269+0000 mgr.a (mgr.24293) 20506 : cluster 0 pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:51 smithi044 bash[32620]: cluster 2023-12-07T18:21:50.359269+0000 mgr.a (mgr.24293) 20506 : cluster 0 pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:53.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:53 smithi027 bash[31536]: cluster 2023-12-07T18:21:52.359856+0000 mgr.a (mgr.24293) 20507 : cluster 0 pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:53 smithi022 bash[28554]: cluster 2023-12-07T18:21:52.359856+0000 mgr.a (mgr.24293) 20507 : cluster 0 pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:53 smithi044 bash[32620]: cluster 2023-12-07T18:21:52.359856+0000 mgr.a (mgr.24293) 20507 : cluster 0 pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:54.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:21:54.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:54.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:55.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:21:55.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:55.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:55.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:55.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:21:55.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:55 smithi027 bash[31536]: cluster 2023-12-07T18:21:54.360354+0000 mgr.a (mgr.24293) 20508 : cluster 0 pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:55 smithi022 bash[28554]: cluster 2023-12-07T18:21:54.360354+0000 mgr.a (mgr.24293) 20508 : cluster 0 pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:55 smithi044 bash[32620]: cluster 2023-12-07T18:21:54.360354+0000 mgr.a (mgr.24293) 20508 : cluster 0 pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:56.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:56 smithi027 bash[31536]: audit 2023-12-07T18:21:54.779636+0000 mgr.a (mgr.24293) 20509 : audit 0 from='client.404826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:57.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:56 smithi022 bash[28554]: audit 2023-12-07T18:21:54.779636+0000 mgr.a (mgr.24293) 20509 : audit 0 from='client.404826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:57.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:56 smithi044 bash[32620]: audit 2023-12-07T18:21:54.779636+0000 mgr.a (mgr.24293) 20509 : audit 0 from='client.404826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:57.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:57 smithi027 bash[31536]: cluster 2023-12-07T18:21:56.361236+0000 mgr.a (mgr.24293) 20510 : cluster 0 pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:57 smithi022 bash[28554]: cluster 2023-12-07T18:21:56.361236+0000 mgr.a (mgr.24293) 20510 : cluster 0 pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:57 smithi044 bash[32620]: cluster 2023-12-07T18:21:56.361236+0000 mgr.a (mgr.24293) 20510 : cluster 0 pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:21:59 smithi022 bash[28554]: cluster 2023-12-07T18:21:58.361805+0000 mgr.a (mgr.24293) 20511 : cluster 0 pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:21:59 smithi044 bash[32620]: cluster 2023-12-07T18:21:58.361805+0000 mgr.a (mgr.24293) 20511 : cluster 0 pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:00.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:21:59 smithi027 bash[31536]: cluster 2023-12-07T18:21:58.361805+0000 mgr.a (mgr.24293) 20511 : cluster 0 pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:00.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:00.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:00.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:01.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:01.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:01.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:01.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:01.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:01 smithi022 bash[28554]: cluster 2023-12-07T18:22:00.362467+0000 mgr.a (mgr.24293) 20512 : cluster 0 pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:01 smithi022 bash[28554]: audit 2023-12-07T18:22:00.714115+0000 mgr.a (mgr.24293) 20513 : audit 0 from='client.404901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:01 smithi044 bash[32620]: cluster 2023-12-07T18:22:00.362467+0000 mgr.a (mgr.24293) 20512 : cluster 0 pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:01 smithi044 bash[32620]: audit 2023-12-07T18:22:00.714115+0000 mgr.a (mgr.24293) 20513 : audit 0 from='client.404901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:01 smithi027 bash[31536]: cluster 2023-12-07T18:22:00.362467+0000 mgr.a (mgr.24293) 20512 : cluster 0 pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:02.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:01 smithi027 bash[31536]: audit 2023-12-07T18:22:00.714115+0000 mgr.a (mgr.24293) 20513 : audit 0 from='client.404901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:03 smithi022 bash[28554]: cluster 2023-12-07T18:22:02.363124+0000 mgr.a (mgr.24293) 20514 : cluster 0 pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:03 smithi044 bash[32620]: cluster 2023-12-07T18:22:02.363124+0000 mgr.a (mgr.24293) 20514 : cluster 0 pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:03 smithi027 bash[31536]: cluster 2023-12-07T18:22:02.363124+0000 mgr.a (mgr.24293) 20514 : cluster 0 pgmap v15339: 33 pgs: 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:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:05 smithi022 bash[28554]: cluster 2023-12-07T18:22:04.363696+0000 mgr.a (mgr.24293) 20515 : cluster 0 pgmap v15340: 33 pgs: 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:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:05 smithi044 bash[32620]: cluster 2023-12-07T18:22:04.363696+0000 mgr.a (mgr.24293) 20515 : cluster 0 pgmap v15340: 33 pgs: 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:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:05 smithi027 bash[31536]: cluster 2023-12-07T18:22:04.363696+0000 mgr.a (mgr.24293) 20515 : cluster 0 pgmap v15340: 33 pgs: 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:06.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:06.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:06.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:07.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:07.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:07.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:07.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:07.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:07 smithi022 bash[28554]: cluster 2023-12-07T18:22:06.364513+0000 mgr.a (mgr.24293) 20516 : cluster 0 pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:07 smithi022 bash[28554]: audit 2023-12-07T18:22:06.678419+0000 mgr.a (mgr.24293) 20517 : audit 0 from='client.404976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:07 smithi044 bash[32620]: cluster 2023-12-07T18:22:06.364513+0000 mgr.a (mgr.24293) 20516 : cluster 0 pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:07 smithi044 bash[32620]: audit 2023-12-07T18:22:06.678419+0000 mgr.a (mgr.24293) 20517 : audit 0 from='client.404976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:07 smithi027 bash[31536]: cluster 2023-12-07T18:22:06.364513+0000 mgr.a (mgr.24293) 20516 : cluster 0 pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:07 smithi027 bash[31536]: audit 2023-12-07T18:22:06.678419+0000 mgr.a (mgr.24293) 20517 : audit 0 from='client.404976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:09 smithi022 bash[28554]: cluster 2023-12-07T18:22:08.365147+0000 mgr.a (mgr.24293) 20518 : cluster 0 pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:09 smithi044 bash[32620]: cluster 2023-12-07T18:22:08.365147+0000 mgr.a (mgr.24293) 20518 : cluster 0 pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:10.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:09 smithi027 bash[31536]: cluster 2023-12-07T18:22:08.365147+0000 mgr.a (mgr.24293) 20518 : cluster 0 pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:11 smithi022 bash[28554]: cluster 2023-12-07T18:22:10.365757+0000 mgr.a (mgr.24293) 20519 : cluster 0 pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:11 smithi044 bash[32620]: cluster 2023-12-07T18:22:10.365757+0000 mgr.a (mgr.24293) 20519 : cluster 0 pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:11 smithi027 bash[31536]: cluster 2023-12-07T18:22:10.365757+0000 mgr.a (mgr.24293) 20519 : cluster 0 pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:12.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:12.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:12.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:13.149 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:13.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:13.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:13.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:13.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:13 smithi022 bash[28554]: cluster 2023-12-07T18:22:12.366428+0000 mgr.a (mgr.24293) 20520 : cluster 0 pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:14.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:13 smithi022 bash[28554]: audit 2023-12-07T18:22:12.622851+0000 mgr.a (mgr.24293) 20521 : audit 0 from='client.405054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:13 smithi044 bash[32620]: cluster 2023-12-07T18:22:12.366428+0000 mgr.a (mgr.24293) 20520 : cluster 0 pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:13 smithi044 bash[32620]: audit 2023-12-07T18:22:12.622851+0000 mgr.a (mgr.24293) 20521 : audit 0 from='client.405054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:13 smithi027 bash[31536]: cluster 2023-12-07T18:22:12.366428+0000 mgr.a (mgr.24293) 20520 : cluster 0 pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:13 smithi027 bash[31536]: audit 2023-12-07T18:22:12.622851+0000 mgr.a (mgr.24293) 20521 : audit 0 from='client.405054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:15 smithi022 bash[28554]: cluster 2023-12-07T18:22:14.367240+0000 mgr.a (mgr.24293) 20522 : cluster 0 pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:15 smithi044 bash[32620]: cluster 2023-12-07T18:22:14.367240+0000 mgr.a (mgr.24293) 20522 : cluster 0 pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:16.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:15 smithi027 bash[31536]: cluster 2023-12-07T18:22:14.367240+0000 mgr.a (mgr.24293) 20522 : cluster 0 pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:17.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:16 smithi022 bash[28554]: cluster 2023-12-07T18:22:16.368129+0000 mgr.a (mgr.24293) 20523 : cluster 0 pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:17.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:16 smithi044 bash[32620]: cluster 2023-12-07T18:22:16.368129+0000 mgr.a (mgr.24293) 20523 : cluster 0 pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:16 smithi027 bash[31536]: cluster 2023-12-07T18:22:16.368129+0000 mgr.a (mgr.24293) 20523 : cluster 0 pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:18.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:18.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:18.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:19.072 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:19.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:19.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:19.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:19.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:19 smithi027 bash[31536]: cluster 2023-12-07T18:22:18.368702+0000 mgr.a (mgr.24293) 20524 : cluster 0 pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:19.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:19 smithi027 bash[31536]: audit 2023-12-07T18:22:18.564360+0000 mgr.a (mgr.24293) 20525 : audit 0 from='client.405123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:19 smithi022 bash[28554]: cluster 2023-12-07T18:22:18.368702+0000 mgr.a (mgr.24293) 20524 : cluster 0 pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:19 smithi022 bash[28554]: audit 2023-12-07T18:22:18.564360+0000 mgr.a (mgr.24293) 20525 : audit 0 from='client.405123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:19 smithi044 bash[32620]: cluster 2023-12-07T18:22:18.368702+0000 mgr.a (mgr.24293) 20524 : cluster 0 pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:19 smithi044 bash[32620]: audit 2023-12-07T18:22:18.564360+0000 mgr.a (mgr.24293) 20525 : audit 0 from='client.405123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:21.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:21 smithi027 bash[31536]: cluster 2023-12-07T18:22:20.369532+0000 mgr.a (mgr.24293) 20526 : cluster 0 pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:21 smithi022 bash[28554]: cluster 2023-12-07T18:22:20.369532+0000 mgr.a (mgr.24293) 20526 : cluster 0 pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:21 smithi044 bash[32620]: cluster 2023-12-07T18:22:20.369532+0000 mgr.a (mgr.24293) 20526 : cluster 0 pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:23.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:23 smithi027 bash[31536]: cluster 2023-12-07T18:22:22.370083+0000 mgr.a (mgr.24293) 20527 : cluster 0 pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:24.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:24.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:24.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:23 smithi022 bash[28554]: cluster 2023-12-07T18:22:22.370083+0000 mgr.a (mgr.24293) 20527 : cluster 0 pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:23 smithi044 bash[32620]: cluster 2023-12-07T18:22:22.370083+0000 mgr.a (mgr.24293) 20527 : cluster 0 pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:25.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:25.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:25.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:25.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:25.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:25 smithi027 bash[31536]: cluster 2023-12-07T18:22:24.370631+0000 mgr.a (mgr.24293) 20528 : cluster 0 pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:25.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:25 smithi027 bash[31536]: audit 2023-12-07T18:22:24.482464+0000 mgr.a (mgr.24293) 20529 : audit 0 from='client.405201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:25 smithi022 bash[28554]: cluster 2023-12-07T18:22:24.370631+0000 mgr.a (mgr.24293) 20528 : cluster 0 pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:25 smithi022 bash[28554]: audit 2023-12-07T18:22:24.482464+0000 mgr.a (mgr.24293) 20529 : audit 0 from='client.405201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:25 smithi044 bash[32620]: cluster 2023-12-07T18:22:24.370631+0000 mgr.a (mgr.24293) 20528 : cluster 0 pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:25 smithi044 bash[32620]: audit 2023-12-07T18:22:24.482464+0000 mgr.a (mgr.24293) 20529 : audit 0 from='client.405201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:27.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:27 smithi027 bash[31536]: cluster 2023-12-07T18:22:26.371526+0000 mgr.a (mgr.24293) 20530 : cluster 0 pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:27 smithi022 bash[28554]: cluster 2023-12-07T18:22:26.371526+0000 mgr.a (mgr.24293) 20530 : cluster 0 pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:27 smithi044 bash[32620]: cluster 2023-12-07T18:22:26.371526+0000 mgr.a (mgr.24293) 20530 : cluster 0 pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:29.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:29 smithi027 bash[31536]: cluster 2023-12-07T18:22:28.372055+0000 mgr.a (mgr.24293) 20531 : cluster 0 pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:30.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:30.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:30.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:29 smithi022 bash[28554]: cluster 2023-12-07T18:22:28.372055+0000 mgr.a (mgr.24293) 20531 : cluster 0 pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:29 smithi044 bash[32620]: cluster 2023-12-07T18:22:28.372055+0000 mgr.a (mgr.24293) 20531 : cluster 0 pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:30.930 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:30.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:30.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:30.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:30.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:31 smithi022 bash[28554]: cluster 2023-12-07T18:22:30.372711+0000 mgr.a (mgr.24293) 20532 : cluster 0 pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:31 smithi022 bash[28554]: audit 2023-12-07T18:22:30.415630+0000 mgr.a (mgr.24293) 20533 : audit 0 from='client.405279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:31 smithi044 bash[32620]: cluster 2023-12-07T18:22:30.372711+0000 mgr.a (mgr.24293) 20532 : cluster 0 pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:31 smithi044 bash[32620]: audit 2023-12-07T18:22:30.415630+0000 mgr.a (mgr.24293) 20533 : audit 0 from='client.405279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:31 smithi027 bash[31536]: cluster 2023-12-07T18:22:30.372711+0000 mgr.a (mgr.24293) 20532 : cluster 0 pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:32.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:31 smithi027 bash[31536]: audit 2023-12-07T18:22:30.415630+0000 mgr.a (mgr.24293) 20533 : audit 0 from='client.405279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:33 smithi022 bash[28554]: cluster 2023-12-07T18:22:32.373527+0000 mgr.a (mgr.24293) 20534 : cluster 0 pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:34.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:33 smithi044 bash[32620]: cluster 2023-12-07T18:22:32.373527+0000 mgr.a (mgr.24293) 20534 : cluster 0 pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:34.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:33 smithi027 bash[31536]: cluster 2023-12-07T18:22:32.373527+0000 mgr.a (mgr.24293) 20534 : cluster 0 pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:35.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:35.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:35.934 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:35 smithi022 bash[28554]: cluster 2023-12-07T18:22:34.374266+0000 mgr.a (mgr.24293) 20535 : cluster 0 pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:35 smithi044 bash[32620]: cluster 2023-12-07T18:22:34.374266+0000 mgr.a (mgr.24293) 20535 : cluster 0 pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:36.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:35 smithi027 bash[31536]: cluster 2023-12-07T18:22:34.374266+0000 mgr.a (mgr.24293) 20535 : cluster 0 pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:36.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:36.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:36.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:36.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:36.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:37 smithi022 bash[28554]: audit 2023-12-07T18:22:36.339366+0000 mgr.a (mgr.24293) 20536 : audit 0 from='client.405357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:37 smithi022 bash[28554]: cluster 2023-12-07T18:22:36.375649+0000 mgr.a (mgr.24293) 20537 : cluster 0 pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:37 smithi044 bash[32620]: audit 2023-12-07T18:22:36.339366+0000 mgr.a (mgr.24293) 20536 : audit 0 from='client.405357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:38.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:37 smithi044 bash[32620]: cluster 2023-12-07T18:22:36.375649+0000 mgr.a (mgr.24293) 20537 : cluster 0 pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:37 smithi027 bash[31536]: audit 2023-12-07T18:22:36.339366+0000 mgr.a (mgr.24293) 20536 : audit 0 from='client.405357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:38.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:37 smithi027 bash[31536]: cluster 2023-12-07T18:22:36.375649+0000 mgr.a (mgr.24293) 20537 : cluster 0 pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:39 smithi022 bash[28554]: cluster 2023-12-07T18:22:38.376391+0000 mgr.a (mgr.24293) 20538 : cluster 0 pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:39 smithi044 bash[32620]: cluster 2023-12-07T18:22:38.376391+0000 mgr.a (mgr.24293) 20538 : cluster 0 pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:39 smithi027 bash[31536]: cluster 2023-12-07T18:22:38.376391+0000 mgr.a (mgr.24293) 20538 : cluster 0 pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:41.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:41.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:41.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:41 smithi022 bash[28554]: cluster 2023-12-07T18:22:40.377219+0000 mgr.a (mgr.24293) 20539 : cluster 0 pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:41 smithi044 bash[32620]: cluster 2023-12-07T18:22:40.377219+0000 mgr.a (mgr.24293) 20539 : cluster 0 pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:42.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:41 smithi027 bash[31536]: cluster 2023-12-07T18:22:40.377219+0000 mgr.a (mgr.24293) 20539 : cluster 0 pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:42.822 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:42.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:42.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:42.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:42.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:42 smithi022 bash[28554]: audit 2023-12-07T18:22:42.427036+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:43.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:42 smithi044 bash[32620]: audit 2023-12-07T18:22:42.427036+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:43.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:42 smithi027 bash[31536]: audit 2023-12-07T18:22:42.427036+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:43 smithi022 bash[28554]: audit 2023-12-07T18:22:42.306269+0000 mgr.a (mgr.24293) 20540 : audit 0 from='client.405432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:43 smithi022 bash[28554]: cluster 2023-12-07T18:22:42.377871+0000 mgr.a (mgr.24293) 20541 : cluster 0 pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:43 smithi044 bash[32620]: audit 2023-12-07T18:22:42.306269+0000 mgr.a (mgr.24293) 20540 : audit 0 from='client.405432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:43 smithi044 bash[32620]: cluster 2023-12-07T18:22:42.377871+0000 mgr.a (mgr.24293) 20541 : cluster 0 pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:43 smithi027 bash[31536]: audit 2023-12-07T18:22:42.306269+0000 mgr.a (mgr.24293) 20540 : audit 0 from='client.405432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:44.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:43 smithi027 bash[31536]: cluster 2023-12-07T18:22:42.377871+0000 mgr.a (mgr.24293) 20541 : cluster 0 pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:45 smithi022 bash[28554]: cluster 2023-12-07T18:22:44.378698+0000 mgr.a (mgr.24293) 20542 : cluster 0 pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:45 smithi044 bash[32620]: cluster 2023-12-07T18:22:44.378698+0000 mgr.a (mgr.24293) 20542 : cluster 0 pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:46.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:45 smithi027 bash[31536]: cluster 2023-12-07T18:22:44.378698+0000 mgr.a (mgr.24293) 20542 : cluster 0 pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:47.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:47.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:47.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:47 smithi022 bash[28554]: cluster 2023-12-07T18:22:46.379594+0000 mgr.a (mgr.24293) 20543 : cluster 0 pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:47 smithi044 bash[32620]: cluster 2023-12-07T18:22:46.379594+0000 mgr.a (mgr.24293) 20543 : cluster 0 pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:47 smithi027 bash[31536]: cluster 2023-12-07T18:22:46.379594+0000 mgr.a (mgr.24293) 20543 : cluster 0 pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:48.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:48.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:48.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:48.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:48.757 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:49 smithi022 bash[28554]: audit 2023-12-07T18:22:48.234998+0000 mgr.a (mgr.24293) 20544 : audit 0 from='client.405510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:49 smithi022 bash[28554]: cluster 2023-12-07T18:22:48.388255+0000 mgr.a (mgr.24293) 20545 : cluster 0 pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:49 smithi044 bash[32620]: audit 2023-12-07T18:22:48.234998+0000 mgr.a (mgr.24293) 20544 : audit 0 from='client.405510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:49 smithi044 bash[32620]: cluster 2023-12-07T18:22:48.388255+0000 mgr.a (mgr.24293) 20545 : cluster 0 pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:49 smithi027 bash[31536]: audit 2023-12-07T18:22:48.234998+0000 mgr.a (mgr.24293) 20544 : audit 0 from='client.405510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:50.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:49 smithi027 bash[31536]: cluster 2023-12-07T18:22:48.388255+0000 mgr.a (mgr.24293) 20545 : cluster 0 pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:51 smithi022 bash[28554]: cluster 2023-12-07T18:22:50.389398+0000 mgr.a (mgr.24293) 20546 : cluster 0 pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:52.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:51 smithi044 bash[32620]: cluster 2023-12-07T18:22:50.389398+0000 mgr.a (mgr.24293) 20546 : cluster 0 pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:51 smithi027 bash[31536]: cluster 2023-12-07T18:22:50.389398+0000 mgr.a (mgr.24293) 20546 : cluster 0 pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:53.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:53.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:53.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:53 smithi022 bash[28554]: cluster 2023-12-07T18:22:52.389945+0000 mgr.a (mgr.24293) 20547 : cluster 0 pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:53 smithi022 bash[28554]: audit 2023-12-07T18:22:53.226866+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:53 smithi022 bash[28554]: audit 2023-12-07T18:22:53.233783+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:53 smithi022 bash[28554]: audit 2023-12-07T18:22:53.235446+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:53 smithi022 bash[28554]: audit 2023-12-07T18:22:53.237165+0000 mon.a (mon.0) 3280 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:53 smithi022 bash[28554]: audit 2023-12-07T18:22:53.245682+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:53 smithi044 bash[32620]: cluster 2023-12-07T18:22:52.389945+0000 mgr.a (mgr.24293) 20547 : cluster 0 pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:53 smithi044 bash[32620]: audit 2023-12-07T18:22:53.226866+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:53 smithi044 bash[32620]: audit 2023-12-07T18:22:53.233783+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:53 smithi044 bash[32620]: audit 2023-12-07T18:22:53.235446+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:53 smithi044 bash[32620]: audit 2023-12-07T18:22:53.237165+0000 mon.a (mon.0) 3280 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:53 smithi044 bash[32620]: audit 2023-12-07T18:22:53.245682+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:53 smithi027 bash[31536]: cluster 2023-12-07T18:22:52.389945+0000 mgr.a (mgr.24293) 20547 : cluster 0 pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:53 smithi027 bash[31536]: audit 2023-12-07T18:22:53.226866+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:53 smithi027 bash[31536]: audit 2023-12-07T18:22:53.233783+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:53 smithi027 bash[31536]: audit 2023-12-07T18:22:53.235446+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:53 smithi027 bash[31536]: audit 2023-12-07T18:22:53.237165+0000 mon.a (mon.0) 3280 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:54.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:53 smithi027 bash[31536]: audit 2023-12-07T18:22:53.245682+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:22:54.699 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:22:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:54.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:22:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:55 smithi022 bash[28554]: audit 2023-12-07T18:22:54.171535+0000 mgr.a (mgr.24293) 20548 : audit 0 from='client.405588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:55 smithi022 bash[28554]: cluster 2023-12-07T18:22:54.390478+0000 mgr.a (mgr.24293) 20549 : cluster 0 pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:55 smithi044 bash[32620]: audit 2023-12-07T18:22:54.171535+0000 mgr.a (mgr.24293) 20548 : audit 0 from='client.405588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:55 smithi044 bash[32620]: cluster 2023-12-07T18:22:54.390478+0000 mgr.a (mgr.24293) 20549 : cluster 0 pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:55 smithi027 bash[31536]: audit 2023-12-07T18:22:54.171535+0000 mgr.a (mgr.24293) 20548 : audit 0 from='client.405588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:56.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:55 smithi027 bash[31536]: cluster 2023-12-07T18:22:54.390478+0000 mgr.a (mgr.24293) 20549 : cluster 0 pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:57 smithi022 bash[28554]: cluster 2023-12-07T18:22:56.391402+0000 mgr.a (mgr.24293) 20550 : cluster 0 pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:57 smithi044 bash[32620]: cluster 2023-12-07T18:22:56.391402+0000 mgr.a (mgr.24293) 20550 : cluster 0 pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:57 smithi027 bash[31536]: cluster 2023-12-07T18:22:56.391402+0000 mgr.a (mgr.24293) 20550 : cluster 0 pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:59.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:22:59.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:59.703 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:59.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:22:59 smithi027 bash[31536]: cluster 2023-12-07T18:22:58.391987+0000 mgr.a (mgr.24293) 20551 : cluster 0 pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:22:59 smithi022 bash[28554]: cluster 2023-12-07T18:22:58.391987+0000 mgr.a (mgr.24293) 20551 : cluster 0 pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:22:59 smithi044 bash[32620]: cluster 2023-12-07T18:22:58.391987+0000 mgr.a (mgr.24293) 20551 : cluster 0 pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:00.611 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:00.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:00.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:00.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:00.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:01 smithi027 bash[31536]: audit 2023-12-07T18:23:00.112628+0000 mgr.a (mgr.24293) 20552 : audit 0 from='client.405657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:01.952 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:01 smithi027 bash[31536]: cluster 2023-12-07T18:23:00.392864+0000 mgr.a (mgr.24293) 20553 : cluster 0 pgmap v15368: 33 pgs: 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:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:01 smithi022 bash[28554]: audit 2023-12-07T18:23:00.112628+0000 mgr.a (mgr.24293) 20552 : audit 0 from='client.405657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:01 smithi022 bash[28554]: cluster 2023-12-07T18:23:00.392864+0000 mgr.a (mgr.24293) 20553 : cluster 0 pgmap v15368: 33 pgs: 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:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:01 smithi044 bash[32620]: audit 2023-12-07T18:23:00.112628+0000 mgr.a (mgr.24293) 20552 : audit 0 from='client.405657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:01 smithi044 bash[32620]: cluster 2023-12-07T18:23:00.392864+0000 mgr.a (mgr.24293) 20553 : cluster 0 pgmap v15368: 33 pgs: 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:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:03 smithi022 bash[28554]: cluster 2023-12-07T18:23:02.393537+0000 mgr.a (mgr.24293) 20554 : cluster 0 pgmap v15369: 33 pgs: 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:04.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:03 smithi044 bash[32620]: cluster 2023-12-07T18:23:02.393537+0000 mgr.a (mgr.24293) 20554 : cluster 0 pgmap v15369: 33 pgs: 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:04.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:03 smithi027 bash[31536]: cluster 2023-12-07T18:23:02.393537+0000 mgr.a (mgr.24293) 20554 : cluster 0 pgmap v15369: 33 pgs: 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:05.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:05.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:05.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:05 smithi022 bash[28554]: cluster 2023-12-07T18:23:04.394123+0000 mgr.a (mgr.24293) 20555 : cluster 0 pgmap v15370: 33 pgs: 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:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:05 smithi044 bash[32620]: cluster 2023-12-07T18:23:04.394123+0000 mgr.a (mgr.24293) 20555 : cluster 0 pgmap v15370: 33 pgs: 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:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:05 smithi027 bash[31536]: cluster 2023-12-07T18:23:04.394123+0000 mgr.a (mgr.24293) 20555 : cluster 0 pgmap v15370: 33 pgs: 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:06.553 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:06.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:06.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:06.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:06.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:07 smithi022 bash[28554]: audit 2023-12-07T18:23:06.027257+0000 mgr.a (mgr.24293) 20556 : audit 0 from='client.405735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:07 smithi022 bash[28554]: cluster 2023-12-07T18:23:06.395027+0000 mgr.a (mgr.24293) 20557 : cluster 0 pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:07 smithi044 bash[32620]: audit 2023-12-07T18:23:06.027257+0000 mgr.a (mgr.24293) 20556 : audit 0 from='client.405735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:07 smithi044 bash[32620]: cluster 2023-12-07T18:23:06.395027+0000 mgr.a (mgr.24293) 20557 : cluster 0 pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:07 smithi027 bash[31536]: audit 2023-12-07T18:23:06.027257+0000 mgr.a (mgr.24293) 20556 : audit 0 from='client.405735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:08.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:07 smithi027 bash[31536]: cluster 2023-12-07T18:23:06.395027+0000 mgr.a (mgr.24293) 20557 : cluster 0 pgmap v15371: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:09 smithi022 bash[28554]: cluster 2023-12-07T18:23:08.395861+0000 mgr.a (mgr.24293) 20558 : cluster 0 pgmap v15372: 33 pgs: 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:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:09 smithi044 bash[32620]: cluster 2023-12-07T18:23:08.395861+0000 mgr.a (mgr.24293) 20558 : cluster 0 pgmap v15372: 33 pgs: 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:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:09 smithi027 bash[31536]: cluster 2023-12-07T18:23:08.395861+0000 mgr.a (mgr.24293) 20558 : cluster 0 pgmap v15372: 33 pgs: 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:11.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:11.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:11.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:11 smithi022 bash[28554]: cluster 2023-12-07T18:23:10.396692+0000 mgr.a (mgr.24293) 20559 : cluster 0 pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:11 smithi044 bash[32620]: cluster 2023-12-07T18:23:10.396692+0000 mgr.a (mgr.24293) 20559 : cluster 0 pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:12.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:11 smithi027 bash[31536]: cluster 2023-12-07T18:23:10.396692+0000 mgr.a (mgr.24293) 20559 : cluster 0 pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:12.486 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:12.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:12.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:12.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:12.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:13 smithi022 bash[28554]: audit 2023-12-07T18:23:11.965719+0000 mgr.a (mgr.24293) 20560 : audit 0 from='client.405810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:13 smithi022 bash[28554]: cluster 2023-12-07T18:23:12.397422+0000 mgr.a (mgr.24293) 20561 : cluster 0 pgmap v15374: 33 pgs: 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:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:13 smithi044 bash[32620]: audit 2023-12-07T18:23:11.965719+0000 mgr.a (mgr.24293) 20560 : audit 0 from='client.405810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:14.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:13 smithi044 bash[32620]: cluster 2023-12-07T18:23:12.397422+0000 mgr.a (mgr.24293) 20561 : cluster 0 pgmap v15374: 33 pgs: 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:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:13 smithi027 bash[31536]: audit 2023-12-07T18:23:11.965719+0000 mgr.a (mgr.24293) 20560 : audit 0 from='client.405810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:14.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:13 smithi027 bash[31536]: cluster 2023-12-07T18:23:12.397422+0000 mgr.a (mgr.24293) 20561 : cluster 0 pgmap v15374: 33 pgs: 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:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:15 smithi022 bash[28554]: cluster 2023-12-07T18:23:14.398058+0000 mgr.a (mgr.24293) 20562 : cluster 0 pgmap v15375: 33 pgs: 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:16.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:15 smithi044 bash[32620]: cluster 2023-12-07T18:23:14.398058+0000 mgr.a (mgr.24293) 20562 : cluster 0 pgmap v15375: 33 pgs: 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:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:15 smithi027 bash[31536]: cluster 2023-12-07T18:23:14.398058+0000 mgr.a (mgr.24293) 20562 : cluster 0 pgmap v15375: 33 pgs: 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:17.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:17.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:17.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:17 smithi022 bash[28554]: cluster 2023-12-07T18:23:16.399008+0000 mgr.a (mgr.24293) 20563 : cluster 0 pgmap v15376: 33 pgs: 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:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:17 smithi044 bash[32620]: cluster 2023-12-07T18:23:16.399008+0000 mgr.a (mgr.24293) 20563 : cluster 0 pgmap v15376: 33 pgs: 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:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:17 smithi027 bash[31536]: cluster 2023-12-07T18:23:16.399008+0000 mgr.a (mgr.24293) 20563 : cluster 0 pgmap v15376: 33 pgs: 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:18.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:18.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:18.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:18.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:18.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:19 smithi022 bash[28554]: audit 2023-12-07T18:23:17.903686+0000 mgr.a (mgr.24293) 20564 : audit 0 from='client.405885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:19 smithi022 bash[28554]: cluster 2023-12-07T18:23:18.399587+0000 mgr.a (mgr.24293) 20565 : cluster 0 pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:19 smithi044 bash[32620]: audit 2023-12-07T18:23:17.903686+0000 mgr.a (mgr.24293) 20564 : audit 0 from='client.405885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:20.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:19 smithi044 bash[32620]: cluster 2023-12-07T18:23:18.399587+0000 mgr.a (mgr.24293) 20565 : cluster 0 pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:19 smithi027 bash[31536]: audit 2023-12-07T18:23:17.903686+0000 mgr.a (mgr.24293) 20564 : audit 0 from='client.405885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:19 smithi027 bash[31536]: cluster 2023-12-07T18:23:18.399587+0000 mgr.a (mgr.24293) 20565 : cluster 0 pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:21 smithi022 bash[28554]: cluster 2023-12-07T18:23:20.400587+0000 mgr.a (mgr.24293) 20566 : cluster 0 pgmap v15378: 33 pgs: 33 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:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:21 smithi044 bash[32620]: cluster 2023-12-07T18:23:20.400587+0000 mgr.a (mgr.24293) 20566 : cluster 0 pgmap v15378: 33 pgs: 33 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:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:21 smithi027 bash[31536]: cluster 2023-12-07T18:23:20.400587+0000 mgr.a (mgr.24293) 20566 : cluster 0 pgmap v15378: 33 pgs: 33 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:23.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:23.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:23.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:23 smithi022 bash[28554]: cluster 2023-12-07T18:23:22.401199+0000 mgr.a (mgr.24293) 20567 : cluster 0 pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:23 smithi044 bash[32620]: cluster 2023-12-07T18:23:22.401199+0000 mgr.a (mgr.24293) 20567 : cluster 0 pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:23 smithi027 bash[31536]: cluster 2023-12-07T18:23:22.401199+0000 mgr.a (mgr.24293) 20567 : cluster 0 pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:24.381 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:24.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:24.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:24.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:24.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:25 smithi022 bash[28554]: audit 2023-12-07T18:23:23.844508+0000 mgr.a (mgr.24293) 20568 : audit 0 from='client.405963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:25 smithi022 bash[28554]: cluster 2023-12-07T18:23:24.401938+0000 mgr.a (mgr.24293) 20569 : cluster 0 pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:25 smithi044 bash[32620]: audit 2023-12-07T18:23:23.844508+0000 mgr.a (mgr.24293) 20568 : audit 0 from='client.405963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:25 smithi044 bash[32620]: cluster 2023-12-07T18:23:24.401938+0000 mgr.a (mgr.24293) 20569 : cluster 0 pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:25 smithi027 bash[31536]: audit 2023-12-07T18:23:23.844508+0000 mgr.a (mgr.24293) 20568 : audit 0 from='client.405963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:26.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:25 smithi027 bash[31536]: cluster 2023-12-07T18:23:24.401938+0000 mgr.a (mgr.24293) 20569 : cluster 0 pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:27 smithi022 bash[28554]: cluster 2023-12-07T18:23:26.402765+0000 mgr.a (mgr.24293) 20570 : cluster 0 pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:27 smithi044 bash[32620]: cluster 2023-12-07T18:23:26.402765+0000 mgr.a (mgr.24293) 20570 : cluster 0 pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:27 smithi027 bash[31536]: cluster 2023-12-07T18:23:26.402765+0000 mgr.a (mgr.24293) 20570 : cluster 0 pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:29.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:29.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:29.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:29 smithi022 bash[28554]: cluster 2023-12-07T18:23:28.403330+0000 mgr.a (mgr.24293) 20571 : cluster 0 pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:29 smithi044 bash[32620]: cluster 2023-12-07T18:23:28.403330+0000 mgr.a (mgr.24293) 20571 : cluster 0 pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:29 smithi027 bash[31536]: cluster 2023-12-07T18:23:28.403330+0000 mgr.a (mgr.24293) 20571 : cluster 0 pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:30.309 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:30.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:30.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:30.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:30.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:31 smithi022 bash[28554]: audit 2023-12-07T18:23:29.795606+0000 mgr.a (mgr.24293) 20572 : audit 0 from='client.406038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:31 smithi022 bash[28554]: cluster 2023-12-07T18:23:30.404279+0000 mgr.a (mgr.24293) 20573 : cluster 0 pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:31 smithi044 bash[32620]: audit 2023-12-07T18:23:29.795606+0000 mgr.a (mgr.24293) 20572 : audit 0 from='client.406038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:32.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:31 smithi044 bash[32620]: cluster 2023-12-07T18:23:30.404279+0000 mgr.a (mgr.24293) 20573 : cluster 0 pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:31 smithi027 bash[31536]: audit 2023-12-07T18:23:29.795606+0000 mgr.a (mgr.24293) 20572 : audit 0 from='client.406038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:31 smithi027 bash[31536]: cluster 2023-12-07T18:23:30.404279+0000 mgr.a (mgr.24293) 20573 : cluster 0 pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:33 smithi022 bash[28554]: cluster 2023-12-07T18:23:32.404838+0000 mgr.a (mgr.24293) 20574 : cluster 0 pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:33 smithi044 bash[32620]: cluster 2023-12-07T18:23:32.404838+0000 mgr.a (mgr.24293) 20574 : cluster 0 pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:33 smithi027 bash[31536]: cluster 2023-12-07T18:23:32.404838+0000 mgr.a (mgr.24293) 20574 : cluster 0 pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:35.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:35.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:35.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:35 smithi022 bash[28554]: cluster 2023-12-07T18:23:34.405406+0000 mgr.a (mgr.24293) 20575 : cluster 0 pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:35 smithi044 bash[32620]: cluster 2023-12-07T18:23:34.405406+0000 mgr.a (mgr.24293) 20575 : cluster 0 pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:35 smithi027 bash[31536]: cluster 2023-12-07T18:23:34.405406+0000 mgr.a (mgr.24293) 20575 : cluster 0 pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:36.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:36.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:36.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:36.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:36.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:36 smithi022 bash[28554]: audit 2023-12-07T18:23:35.720618+0000 mgr.a (mgr.24293) 20576 : audit 0 from='client.406110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:36 smithi044 bash[32620]: audit 2023-12-07T18:23:35.720618+0000 mgr.a (mgr.24293) 20576 : audit 0 from='client.406110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:36 smithi027 bash[31536]: audit 2023-12-07T18:23:35.720618+0000 mgr.a (mgr.24293) 20576 : audit 0 from='client.406110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:37 smithi022 bash[28554]: cluster 2023-12-07T18:23:36.406503+0000 mgr.a (mgr.24293) 20577 : cluster 0 pgmap v15386: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:37 smithi044 bash[32620]: cluster 2023-12-07T18:23:36.406503+0000 mgr.a (mgr.24293) 20577 : cluster 0 pgmap v15386: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:37 smithi027 bash[31536]: cluster 2023-12-07T18:23:36.406503+0000 mgr.a (mgr.24293) 20577 : cluster 0 pgmap v15386: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:39 smithi022 bash[28554]: cluster 2023-12-07T18:23:38.407296+0000 mgr.a (mgr.24293) 20578 : cluster 0 pgmap v15387: 33 pgs: 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:40.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:39 smithi044 bash[32620]: cluster 2023-12-07T18:23:38.407296+0000 mgr.a (mgr.24293) 20578 : cluster 0 pgmap v15387: 33 pgs: 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:40.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:39 smithi027 bash[31536]: cluster 2023-12-07T18:23:38.407296+0000 mgr.a (mgr.24293) 20578 : cluster 0 pgmap v15387: 33 pgs: 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:41.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:41.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:41.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:41 smithi022 bash[28554]: cluster 2023-12-07T18:23:40.408106+0000 mgr.a (mgr.24293) 20579 : cluster 0 pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:41 smithi044 bash[32620]: cluster 2023-12-07T18:23:40.408106+0000 mgr.a (mgr.24293) 20579 : cluster 0 pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:42.197 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:42.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:42.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:42.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:42.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:41 smithi027 bash[31536]: cluster 2023-12-07T18:23:40.408106+0000 mgr.a (mgr.24293) 20579 : cluster 0 pgmap v15388: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:42 smithi022 bash[28554]: audit 2023-12-07T18:23:41.672411+0000 mgr.a (mgr.24293) 20580 : audit 0 from='client.406182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:42 smithi044 bash[32620]: audit 2023-12-07T18:23:41.672411+0000 mgr.a (mgr.24293) 20580 : audit 0 from='client.406182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:42 smithi027 bash[31536]: audit 2023-12-07T18:23:41.672411+0000 mgr.a (mgr.24293) 20580 : audit 0 from='client.406182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:43 smithi022 bash[28554]: cluster 2023-12-07T18:23:42.408991+0000 mgr.a (mgr.24293) 20581 : cluster 0 pgmap v15389: 33 pgs: 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:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:43 smithi044 bash[32620]: cluster 2023-12-07T18:23:42.408991+0000 mgr.a (mgr.24293) 20581 : cluster 0 pgmap v15389: 33 pgs: 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:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:43 smithi027 bash[31536]: cluster 2023-12-07T18:23:42.408991+0000 mgr.a (mgr.24293) 20581 : cluster 0 pgmap v15389: 33 pgs: 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:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:45 smithi022 bash[28554]: cluster 2023-12-07T18:23:44.409623+0000 mgr.a (mgr.24293) 20582 : cluster 0 pgmap v15390: 33 pgs: 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:46.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:45 smithi044 bash[32620]: cluster 2023-12-07T18:23:44.409623+0000 mgr.a (mgr.24293) 20582 : cluster 0 pgmap v15390: 33 pgs: 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:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:45 smithi027 bash[31536]: cluster 2023-12-07T18:23:44.409623+0000 mgr.a (mgr.24293) 20582 : cluster 0 pgmap v15390: 33 pgs: 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.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:47.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:47.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:48.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:48.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:48.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:48.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:48.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:47 smithi022 bash[28554]: cluster 2023-12-07T18:23:46.410428+0000 mgr.a (mgr.24293) 20583 : cluster 0 pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:47 smithi044 bash[32620]: cluster 2023-12-07T18:23:46.410428+0000 mgr.a (mgr.24293) 20583 : cluster 0 pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:47 smithi027 bash[31536]: cluster 2023-12-07T18:23:46.410428+0000 mgr.a (mgr.24293) 20583 : cluster 0 pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:48 smithi022 bash[28554]: audit 2023-12-07T18:23:47.609941+0000 mgr.a (mgr.24293) 20584 : audit 0 from='client.406260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:48 smithi044 bash[32620]: audit 2023-12-07T18:23:47.609941+0000 mgr.a (mgr.24293) 20584 : audit 0 from='client.406260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:48 smithi027 bash[31536]: audit 2023-12-07T18:23:47.609941+0000 mgr.a (mgr.24293) 20584 : audit 0 from='client.406260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:49 smithi022 bash[28554]: cluster 2023-12-07T18:23:48.411204+0000 mgr.a (mgr.24293) 20585 : cluster 0 pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:50.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:49 smithi044 bash[32620]: cluster 2023-12-07T18:23:48.411204+0000 mgr.a (mgr.24293) 20585 : cluster 0 pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:49 smithi027 bash[31536]: cluster 2023-12-07T18:23:48.411204+0000 mgr.a (mgr.24293) 20585 : cluster 0 pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:51 smithi022 bash[28554]: cluster 2023-12-07T18:23:50.411952+0000 mgr.a (mgr.24293) 20586 : cluster 0 pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:51 smithi044 bash[32620]: cluster 2023-12-07T18:23:50.411952+0000 mgr.a (mgr.24293) 20586 : cluster 0 pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:51 smithi027 bash[31536]: cluster 2023-12-07T18:23:50.411952+0000 mgr.a (mgr.24293) 20586 : cluster 0 pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:53.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:53.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:53.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:54.073 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:23:54.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:54.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:54.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:54.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:23:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:53 smithi022 bash[28554]: cluster 2023-12-07T18:23:52.412512+0000 mgr.a (mgr.24293) 20587 : cluster 0 pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:53 smithi022 bash[28554]: audit 2023-12-07T18:23:53.349315+0000 mon.a (mon.0) 3282 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:53 smithi044 bash[32620]: cluster 2023-12-07T18:23:52.412512+0000 mgr.a (mgr.24293) 20587 : cluster 0 pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:54.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:53 smithi044 bash[32620]: audit 2023-12-07T18:23:53.349315+0000 mon.a (mon.0) 3282 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:53 smithi027 bash[31536]: cluster 2023-12-07T18:23:52.412512+0000 mgr.a (mgr.24293) 20587 : cluster 0 pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:53 smithi027 bash[31536]: audit 2023-12-07T18:23:53.349315+0000 mon.a (mon.0) 3282 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:54 smithi022 bash[28554]: audit 2023-12-07T18:23:53.549401+0000 mgr.a (mgr.24293) 20588 : audit 0 from='client.406338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:55.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:54 smithi044 bash[32620]: audit 2023-12-07T18:23:53.549401+0000 mgr.a (mgr.24293) 20588 : audit 0 from='client.406338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:54 smithi027 bash[31536]: audit 2023-12-07T18:23:53.549401+0000 mgr.a (mgr.24293) 20588 : audit 0 from='client.406338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:55 smithi022 bash[28554]: cluster 2023-12-07T18:23:54.413204+0000 mgr.a (mgr.24293) 20589 : cluster 0 pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:56.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:55 smithi044 bash[32620]: cluster 2023-12-07T18:23:54.413204+0000 mgr.a (mgr.24293) 20589 : cluster 0 pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:55 smithi027 bash[31536]: cluster 2023-12-07T18:23:54.413204+0000 mgr.a (mgr.24293) 20589 : cluster 0 pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:57 smithi022 bash[28554]: cluster 2023-12-07T18:23:56.414171+0000 mgr.a (mgr.24293) 20590 : cluster 0 pgmap v15396: 33 pgs: 33 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:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:57 smithi044 bash[32620]: cluster 2023-12-07T18:23:56.414171+0000 mgr.a (mgr.24293) 20590 : cluster 0 pgmap v15396: 33 pgs: 33 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:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:57 smithi027 bash[31536]: cluster 2023-12-07T18:23:56.414171+0000 mgr.a (mgr.24293) 20590 : cluster 0 pgmap v15396: 33 pgs: 33 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:59.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:23:59.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:59.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:00.012 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:00.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:00.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:00.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:00.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:00.146 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:23:59 smithi044 bash[32620]: cluster 2023-12-07T18:23:58.414771+0000 mgr.a (mgr.24293) 20591 : cluster 0 pgmap v15397: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:23:59 smithi022 bash[28554]: cluster 2023-12-07T18:23:58.414771+0000 mgr.a (mgr.24293) 20591 : cluster 0 pgmap v15397: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:23:59 smithi027 bash[31536]: cluster 2023-12-07T18:23:58.414771+0000 mgr.a (mgr.24293) 20591 : cluster 0 pgmap v15397: 33 pgs: 33 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:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:00 smithi022 bash[28554]: audit 2023-12-07T18:23:59.490315+0000 mgr.a (mgr.24293) 20592 : audit 0 from='client.406413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:01.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:00 smithi044 bash[32620]: audit 2023-12-07T18:23:59.490315+0000 mgr.a (mgr.24293) 20592 : audit 0 from='client.406413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:00 smithi027 bash[31536]: audit 2023-12-07T18:23:59.490315+0000 mgr.a (mgr.24293) 20592 : audit 0 from='client.406413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:01.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:01 smithi044 bash[32620]: cluster 2023-12-07T18:24:00.415766+0000 mgr.a (mgr.24293) 20593 : cluster 0 pgmap v15398: 33 pgs: 33 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:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:01 smithi022 bash[28554]: cluster 2023-12-07T18:24:00.415766+0000 mgr.a (mgr.24293) 20593 : cluster 0 pgmap v15398: 33 pgs: 33 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:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:01 smithi027 bash[31536]: cluster 2023-12-07T18:24:00.415766+0000 mgr.a (mgr.24293) 20593 : cluster 0 pgmap v15398: 33 pgs: 33 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:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:02 smithi022 bash[28554]: cluster 2023-12-07T18:24:02.416326+0000 mgr.a (mgr.24293) 20594 : cluster 0 pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:03.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:02 smithi044 bash[32620]: cluster 2023-12-07T18:24:02.416326+0000 mgr.a (mgr.24293) 20594 : cluster 0 pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:02 smithi027 bash[31536]: cluster 2023-12-07T18:24:02.416326+0000 mgr.a (mgr.24293) 20594 : cluster 0 pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:05.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:05.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:05 smithi022 bash[28554]: audit 2023-12-07T18:24:04.083156+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:05 smithi022 bash[28554]: audit 2023-12-07T18:24:04.089244+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:05 smithi022 bash[28554]: audit 2023-12-07T18:24:04.090818+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:05 smithi022 bash[28554]: audit 2023-12-07T18:24:04.092462+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:05 smithi022 bash[28554]: audit 2023-12-07T18:24:04.100435+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:05 smithi022 bash[28554]: cluster 2023-12-07T18:24:04.416872+0000 mgr.a (mgr.24293) 20595 : cluster 0 pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:05 smithi044 bash[32620]: audit 2023-12-07T18:24:04.083156+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:05 smithi044 bash[32620]: audit 2023-12-07T18:24:04.089244+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:05 smithi044 bash[32620]: audit 2023-12-07T18:24:04.090818+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:05 smithi044 bash[32620]: audit 2023-12-07T18:24:04.092462+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:05 smithi044 bash[32620]: audit 2023-12-07T18:24:04.100435+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:05 smithi044 bash[32620]: cluster 2023-12-07T18:24:04.416872+0000 mgr.a (mgr.24293) 20595 : cluster 0 pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:05.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:05 smithi027 bash[31536]: audit 2023-12-07T18:24:04.083156+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:05 smithi027 bash[31536]: audit 2023-12-07T18:24:04.089244+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:05 smithi027 bash[31536]: audit 2023-12-07T18:24:04.090818+0000 mon.a (mon.0) 3285 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:05 smithi027 bash[31536]: audit 2023-12-07T18:24:04.092462+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:05 smithi027 bash[31536]: audit 2023-12-07T18:24:04.100435+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:24:05.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:05 smithi027 bash[31536]: cluster 2023-12-07T18:24:04.416872+0000 mgr.a (mgr.24293) 20595 : cluster 0 pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:05.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:05.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:05.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:05.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:05.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:06.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:06 smithi022 bash[28554]: audit 2023-12-07T18:24:05.427073+0000 mgr.a (mgr.24293) 20596 : audit 0 from='client.406491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:06 smithi044 bash[32620]: audit 2023-12-07T18:24:05.427073+0000 mgr.a (mgr.24293) 20596 : audit 0 from='client.406491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:06.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:06 smithi027 bash[31536]: audit 2023-12-07T18:24:05.427073+0000 mgr.a (mgr.24293) 20596 : audit 0 from='client.406491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:07 smithi022 bash[28554]: cluster 2023-12-07T18:24:06.417944+0000 mgr.a (mgr.24293) 20597 : cluster 0 pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:07 smithi044 bash[32620]: cluster 2023-12-07T18:24:06.417944+0000 mgr.a (mgr.24293) 20597 : cluster 0 pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:07 smithi027 bash[31536]: cluster 2023-12-07T18:24:06.417944+0000 mgr.a (mgr.24293) 20597 : cluster 0 pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:09 smithi022 bash[28554]: cluster 2023-12-07T18:24:08.418519+0000 mgr.a (mgr.24293) 20598 : cluster 0 pgmap v15402: 33 pgs: 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:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:09 smithi044 bash[32620]: cluster 2023-12-07T18:24:08.418519+0000 mgr.a (mgr.24293) 20598 : cluster 0 pgmap v15402: 33 pgs: 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:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:09 smithi027 bash[31536]: cluster 2023-12-07T18:24:08.418519+0000 mgr.a (mgr.24293) 20598 : cluster 0 pgmap v15402: 33 pgs: 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:10.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:10.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:10.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:11.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:11.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:11.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:11.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:11.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:11 smithi022 bash[28554]: cluster 2023-12-07T18:24:10.419256+0000 mgr.a (mgr.24293) 20599 : cluster 0 pgmap v15403: 33 pgs: 33 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:12.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:11 smithi044 bash[32620]: cluster 2023-12-07T18:24:10.419256+0000 mgr.a (mgr.24293) 20599 : cluster 0 pgmap v15403: 33 pgs: 33 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:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:11 smithi027 bash[31536]: cluster 2023-12-07T18:24:10.419256+0000 mgr.a (mgr.24293) 20599 : cluster 0 pgmap v15403: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:12 smithi022 bash[28554]: audit 2023-12-07T18:24:11.376956+0000 mgr.a (mgr.24293) 20600 : audit 0 from='client.406566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:12 smithi044 bash[32620]: audit 2023-12-07T18:24:11.376956+0000 mgr.a (mgr.24293) 20600 : audit 0 from='client.406566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:12 smithi027 bash[31536]: audit 2023-12-07T18:24:11.376956+0000 mgr.a (mgr.24293) 20600 : audit 0 from='client.406566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:14.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:13 smithi022 bash[28554]: cluster 2023-12-07T18:24:12.419997+0000 mgr.a (mgr.24293) 20601 : cluster 0 pgmap v15404: 33 pgs: 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:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:13 smithi044 bash[32620]: cluster 2023-12-07T18:24:12.419997+0000 mgr.a (mgr.24293) 20601 : cluster 0 pgmap v15404: 33 pgs: 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:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:13 smithi027 bash[31536]: cluster 2023-12-07T18:24:12.419997+0000 mgr.a (mgr.24293) 20601 : cluster 0 pgmap v15404: 33 pgs: 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:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:15 smithi022 bash[28554]: cluster 2023-12-07T18:24:14.420567+0000 mgr.a (mgr.24293) 20602 : cluster 0 pgmap v15405: 33 pgs: 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:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:15 smithi044 bash[32620]: cluster 2023-12-07T18:24:14.420567+0000 mgr.a (mgr.24293) 20602 : cluster 0 pgmap v15405: 33 pgs: 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:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:15 smithi027 bash[31536]: cluster 2023-12-07T18:24:14.420567+0000 mgr.a (mgr.24293) 20602 : cluster 0 pgmap v15405: 33 pgs: 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:16.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:16.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:16.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:17.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:17.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:17.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:17.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:17.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:17 smithi022 bash[28554]: cluster 2023-12-07T18:24:16.421367+0000 mgr.a (mgr.24293) 20603 : cluster 0 pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:17 smithi044 bash[32620]: cluster 2023-12-07T18:24:16.421367+0000 mgr.a (mgr.24293) 20603 : cluster 0 pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:17 smithi027 bash[31536]: cluster 2023-12-07T18:24:16.421367+0000 mgr.a (mgr.24293) 20603 : cluster 0 pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:19.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:18 smithi022 bash[28554]: audit 2023-12-07T18:24:17.340417+0000 mgr.a (mgr.24293) 20604 : audit 0 from='client.406644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:18 smithi044 bash[32620]: audit 2023-12-07T18:24:17.340417+0000 mgr.a (mgr.24293) 20604 : audit 0 from='client.406644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:18 smithi027 bash[31536]: audit 2023-12-07T18:24:17.340417+0000 mgr.a (mgr.24293) 20604 : audit 0 from='client.406644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:19 smithi022 bash[28554]: cluster 2023-12-07T18:24:18.422108+0000 mgr.a (mgr.24293) 20605 : cluster 0 pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:19 smithi044 bash[32620]: cluster 2023-12-07T18:24:18.422108+0000 mgr.a (mgr.24293) 20605 : cluster 0 pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:19 smithi027 bash[31536]: cluster 2023-12-07T18:24:18.422108+0000 mgr.a (mgr.24293) 20605 : cluster 0 pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:21 smithi022 bash[28554]: cluster 2023-12-07T18:24:20.422876+0000 mgr.a (mgr.24293) 20606 : cluster 0 pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:22.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:21 smithi044 bash[32620]: cluster 2023-12-07T18:24:20.422876+0000 mgr.a (mgr.24293) 20606 : cluster 0 pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:21 smithi027 bash[31536]: cluster 2023-12-07T18:24:20.422876+0000 mgr.a (mgr.24293) 20606 : cluster 0 pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:22.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:22.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:22.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:23.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:23.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:23 smithi022 bash[28554]: cluster 2023-12-07T18:24:22.423449+0000 mgr.a (mgr.24293) 20607 : cluster 0 pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:23 smithi044 bash[32620]: cluster 2023-12-07T18:24:22.423449+0000 mgr.a (mgr.24293) 20607 : cluster 0 pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:23 smithi027 bash[31536]: cluster 2023-12-07T18:24:22.423449+0000 mgr.a (mgr.24293) 20607 : cluster 0 pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:25.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:24 smithi022 bash[28554]: audit 2023-12-07T18:24:23.276171+0000 mgr.a (mgr.24293) 20608 : audit 0 from='client.406719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:24 smithi044 bash[32620]: audit 2023-12-07T18:24:23.276171+0000 mgr.a (mgr.24293) 20608 : audit 0 from='client.406719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:25.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:24 smithi027 bash[31536]: audit 2023-12-07T18:24:23.276171+0000 mgr.a (mgr.24293) 20608 : audit 0 from='client.406719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:25 smithi022 bash[28554]: cluster 2023-12-07T18:24:24.424155+0000 mgr.a (mgr.24293) 20609 : cluster 0 pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:26.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:25 smithi044 bash[32620]: cluster 2023-12-07T18:24:24.424155+0000 mgr.a (mgr.24293) 20609 : cluster 0 pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:25 smithi027 bash[31536]: cluster 2023-12-07T18:24:24.424155+0000 mgr.a (mgr.24293) 20609 : cluster 0 pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:28.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:27 smithi022 bash[28554]: cluster 2023-12-07T18:24:26.424985+0000 mgr.a (mgr.24293) 20610 : cluster 0 pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:27 smithi044 bash[32620]: cluster 2023-12-07T18:24:26.424985+0000 mgr.a (mgr.24293) 20610 : cluster 0 pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:27 smithi027 bash[31536]: cluster 2023-12-07T18:24:26.424985+0000 mgr.a (mgr.24293) 20610 : cluster 0 pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:28.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:28.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:28.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:29.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:29.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:29.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:29.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:29.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:29 smithi022 bash[28554]: cluster 2023-12-07T18:24:28.425546+0000 mgr.a (mgr.24293) 20611 : cluster 0 pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:29 smithi044 bash[32620]: cluster 2023-12-07T18:24:28.425546+0000 mgr.a (mgr.24293) 20611 : cluster 0 pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:29 smithi027 bash[31536]: cluster 2023-12-07T18:24:28.425546+0000 mgr.a (mgr.24293) 20611 : cluster 0 pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:31.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:30 smithi022 bash[28554]: audit 2023-12-07T18:24:29.232472+0000 mgr.a (mgr.24293) 20612 : audit 0 from='client.406794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:31.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:30 smithi044 bash[32620]: audit 2023-12-07T18:24:29.232472+0000 mgr.a (mgr.24293) 20612 : audit 0 from='client.406794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:31.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:30 smithi027 bash[31536]: audit 2023-12-07T18:24:29.232472+0000 mgr.a (mgr.24293) 20612 : audit 0 from='client.406794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:32.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:31 smithi022 bash[28554]: cluster 2023-12-07T18:24:30.426449+0000 mgr.a (mgr.24293) 20613 : cluster 0 pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:31 smithi044 bash[32620]: cluster 2023-12-07T18:24:30.426449+0000 mgr.a (mgr.24293) 20613 : cluster 0 pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:31 smithi027 bash[31536]: cluster 2023-12-07T18:24:30.426449+0000 mgr.a (mgr.24293) 20613 : cluster 0 pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:34.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:33 smithi022 bash[28554]: cluster 2023-12-07T18:24:32.427038+0000 mgr.a (mgr.24293) 20614 : cluster 0 pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:33 smithi044 bash[32620]: cluster 2023-12-07T18:24:32.427038+0000 mgr.a (mgr.24293) 20614 : cluster 0 pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:33 smithi027 bash[31536]: cluster 2023-12-07T18:24:32.427038+0000 mgr.a (mgr.24293) 20614 : cluster 0 pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:34.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:34.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:34.753 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:35.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:35.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:35.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:35.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:35.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:35 smithi022 bash[28554]: cluster 2023-12-07T18:24:34.427678+0000 mgr.a (mgr.24293) 20615 : cluster 0 pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:35 smithi044 bash[32620]: cluster 2023-12-07T18:24:34.427678+0000 mgr.a (mgr.24293) 20615 : cluster 0 pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:35 smithi027 bash[31536]: cluster 2023-12-07T18:24:34.427678+0000 mgr.a (mgr.24293) 20615 : cluster 0 pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:36 smithi022 bash[28554]: audit 2023-12-07T18:24:35.167312+0000 mgr.a (mgr.24293) 20616 : audit 0 from='client.406872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:37.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:36 smithi022 bash[28554]: cluster 2023-12-07T18:24:36.428669+0000 mgr.a (mgr.24293) 20617 : cluster 0 pgmap v15416: 33 pgs: 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:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:36 smithi044 bash[32620]: audit 2023-12-07T18:24:35.167312+0000 mgr.a (mgr.24293) 20616 : audit 0 from='client.406872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:37.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:36 smithi044 bash[32620]: cluster 2023-12-07T18:24:36.428669+0000 mgr.a (mgr.24293) 20617 : cluster 0 pgmap v15416: 33 pgs: 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:24:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:36 smithi027 bash[31536]: audit 2023-12-07T18:24:35.167312+0000 mgr.a (mgr.24293) 20616 : audit 0 from='client.406872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:36 smithi027 bash[31536]: cluster 2023-12-07T18:24:36.428669+0000 mgr.a (mgr.24293) 20617 : cluster 0 pgmap v15416: 33 pgs: 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:24:40.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:39 smithi022 bash[28554]: cluster 2023-12-07T18:24:38.429230+0000 mgr.a (mgr.24293) 20618 : cluster 0 pgmap v15417: 33 pgs: 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:24:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:39 smithi044 bash[32620]: cluster 2023-12-07T18:24:38.429230+0000 mgr.a (mgr.24293) 20618 : cluster 0 pgmap v15417: 33 pgs: 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:24:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:39 smithi027 bash[31536]: cluster 2023-12-07T18:24:38.429230+0000 mgr.a (mgr.24293) 20618 : cluster 0 pgmap v15417: 33 pgs: 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:24:40.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:40.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:40.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:41.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:41.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:41.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:41.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:41.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:41 smithi022 bash[28554]: cluster 2023-12-07T18:24:40.430032+0000 mgr.a (mgr.24293) 20619 : cluster 0 pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:41 smithi044 bash[32620]: cluster 2023-12-07T18:24:40.430032+0000 mgr.a (mgr.24293) 20619 : cluster 0 pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:41 smithi027 bash[31536]: cluster 2023-12-07T18:24:40.430032+0000 mgr.a (mgr.24293) 20619 : cluster 0 pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:42 smithi022 bash[28554]: audit 2023-12-07T18:24:41.111744+0000 mgr.a (mgr.24293) 20620 : audit 0 from='client.406947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:42 smithi044 bash[32620]: audit 2023-12-07T18:24:41.111744+0000 mgr.a (mgr.24293) 20620 : audit 0 from='client.406947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:43.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:42 smithi027 bash[31536]: audit 2023-12-07T18:24:41.111744+0000 mgr.a (mgr.24293) 20620 : audit 0 from='client.406947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:43 smithi022 bash[28554]: cluster 2023-12-07T18:24:42.430736+0000 mgr.a (mgr.24293) 20621 : cluster 0 pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:44.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:43 smithi044 bash[32620]: cluster 2023-12-07T18:24:42.430736+0000 mgr.a (mgr.24293) 20621 : cluster 0 pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:43 smithi027 bash[31536]: cluster 2023-12-07T18:24:42.430736+0000 mgr.a (mgr.24293) 20621 : cluster 0 pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:46.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:45 smithi022 bash[28554]: cluster 2023-12-07T18:24:44.431306+0000 mgr.a (mgr.24293) 20622 : cluster 0 pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:45 smithi044 bash[32620]: cluster 2023-12-07T18:24:44.431306+0000 mgr.a (mgr.24293) 20622 : cluster 0 pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:45 smithi027 bash[31536]: cluster 2023-12-07T18:24:44.431306+0000 mgr.a (mgr.24293) 20622 : cluster 0 pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:46.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:46.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:46.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:47.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:47.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:47.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:47.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:47.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:47 smithi022 bash[28554]: cluster 2023-12-07T18:24:46.432117+0000 mgr.a (mgr.24293) 20623 : cluster 0 pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:47 smithi044 bash[32620]: cluster 2023-12-07T18:24:46.432117+0000 mgr.a (mgr.24293) 20623 : cluster 0 pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:47 smithi027 bash[31536]: cluster 2023-12-07T18:24:46.432117+0000 mgr.a (mgr.24293) 20623 : cluster 0 pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:49.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:48 smithi022 bash[28554]: audit 2023-12-07T18:24:47.051993+0000 mgr.a (mgr.24293) 20624 : audit 0 from='client.407019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:48 smithi044 bash[32620]: audit 2023-12-07T18:24:47.051993+0000 mgr.a (mgr.24293) 20624 : audit 0 from='client.407019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:49.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:48 smithi027 bash[31536]: audit 2023-12-07T18:24:47.051993+0000 mgr.a (mgr.24293) 20624 : audit 0 from='client.407019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:49 smithi022 bash[28554]: cluster 2023-12-07T18:24:48.432785+0000 mgr.a (mgr.24293) 20625 : cluster 0 pgmap v15422: 33 pgs: 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:24:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:49 smithi044 bash[32620]: cluster 2023-12-07T18:24:48.432785+0000 mgr.a (mgr.24293) 20625 : cluster 0 pgmap v15422: 33 pgs: 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:24:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:49 smithi027 bash[31536]: cluster 2023-12-07T18:24:48.432785+0000 mgr.a (mgr.24293) 20625 : cluster 0 pgmap v15422: 33 pgs: 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:24:52.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:51 smithi022 bash[28554]: cluster 2023-12-07T18:24:50.433617+0000 mgr.a (mgr.24293) 20626 : cluster 0 pgmap v15423: 33 pgs: 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:24:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:51 smithi044 bash[32620]: cluster 2023-12-07T18:24:50.433617+0000 mgr.a (mgr.24293) 20626 : cluster 0 pgmap v15423: 33 pgs: 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:24:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:51 smithi027 bash[31536]: cluster 2023-12-07T18:24:50.433617+0000 mgr.a (mgr.24293) 20626 : cluster 0 pgmap v15423: 33 pgs: 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:24:52.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:52.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:52.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:53.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:24:53.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:53.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:53.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:53.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:53 smithi022 bash[28554]: cluster 2023-12-07T18:24:52.434180+0000 mgr.a (mgr.24293) 20627 : cluster 0 pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:53 smithi044 bash[32620]: cluster 2023-12-07T18:24:52.434180+0000 mgr.a (mgr.24293) 20627 : cluster 0 pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:53 smithi027 bash[31536]: cluster 2023-12-07T18:24:52.434180+0000 mgr.a (mgr.24293) 20627 : cluster 0 pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:55.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:54 smithi022 bash[28554]: audit 2023-12-07T18:24:52.979164+0000 mgr.a (mgr.24293) 20628 : audit 0 from='client.407097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:55.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:54 smithi044 bash[32620]: audit 2023-12-07T18:24:52.979164+0000 mgr.a (mgr.24293) 20628 : audit 0 from='client.407097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:55.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:54 smithi027 bash[31536]: audit 2023-12-07T18:24:52.979164+0000 mgr.a (mgr.24293) 20628 : audit 0 from='client.407097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:55 smithi022 bash[28554]: cluster 2023-12-07T18:24:54.434838+0000 mgr.a (mgr.24293) 20629 : cluster 0 pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:55 smithi044 bash[32620]: cluster 2023-12-07T18:24:54.434838+0000 mgr.a (mgr.24293) 20629 : cluster 0 pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:55 smithi027 bash[31536]: cluster 2023-12-07T18:24:54.434838+0000 mgr.a (mgr.24293) 20629 : cluster 0 pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:58.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:57 smithi022 bash[28554]: cluster 2023-12-07T18:24:56.435725+0000 mgr.a (mgr.24293) 20630 : cluster 0 pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:58.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:57 smithi044 bash[32620]: cluster 2023-12-07T18:24:56.435725+0000 mgr.a (mgr.24293) 20630 : cluster 0 pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:57 smithi027 bash[31536]: cluster 2023-12-07T18:24:56.435725+0000 mgr.a (mgr.24293) 20630 : cluster 0 pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:58.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:24:58.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:58.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:59.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:59.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:59.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:59.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:24:59.459 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:24:59 smithi022 bash[28554]: cluster 2023-12-07T18:24:58.436279+0000 mgr.a (mgr.24293) 20631 : cluster 0 pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:24:59 smithi044 bash[32620]: cluster 2023-12-07T18:24:58.436279+0000 mgr.a (mgr.24293) 20631 : cluster 0 pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:24:59 smithi027 bash[31536]: cluster 2023-12-07T18:24:58.436279+0000 mgr.a (mgr.24293) 20631 : cluster 0 pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:01.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:00 smithi022 bash[28554]: audit 2023-12-07T18:24:58.930878+0000 mgr.a (mgr.24293) 20632 : audit 0 from='client.407175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:00 smithi044 bash[32620]: audit 2023-12-07T18:24:58.930878+0000 mgr.a (mgr.24293) 20632 : audit 0 from='client.407175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:00 smithi027 bash[31536]: audit 2023-12-07T18:24:58.930878+0000 mgr.a (mgr.24293) 20632 : audit 0 from='client.407175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:01 smithi022 bash[28554]: cluster 2023-12-07T18:25:00.437190+0000 mgr.a (mgr.24293) 20633 : cluster 0 pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:02.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:01 smithi044 bash[32620]: cluster 2023-12-07T18:25:00.437190+0000 mgr.a (mgr.24293) 20633 : cluster 0 pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:01 smithi027 bash[31536]: cluster 2023-12-07T18:25:00.437190+0000 mgr.a (mgr.24293) 20633 : cluster 0 pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:03.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:02 smithi022 bash[28554]: cluster 2023-12-07T18:25:02.437789+0000 mgr.a (mgr.24293) 20634 : cluster 0 pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:02 smithi044 bash[32620]: cluster 2023-12-07T18:25:02.437789+0000 mgr.a (mgr.24293) 20634 : cluster 0 pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:03.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:02 smithi027 bash[31536]: cluster 2023-12-07T18:25:02.437789+0000 mgr.a (mgr.24293) 20634 : cluster 0 pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:04.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:04.461 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:04.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:04 smithi022 bash[28554]: audit 2023-12-07T18:25:04.204754+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:04 smithi044 bash[32620]: audit 2023-12-07T18:25:04.204754+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:04 smithi027 bash[31536]: audit 2023-12-07T18:25:04.204754+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:05.391 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:05.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:05.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:05.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:05.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: cluster 2023-12-07T18:25:04.438316+0000 mgr.a (mgr.24293) 20635 : cluster 0 pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.463536+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.469228+0000 mon.a (mon.0) 3290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.473640+0000 mon.a (mon.0) 3291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.477961+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.517638+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.524231+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.525678+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.527086+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:05 smithi022 bash[28554]: audit 2023-12-07T18:25:05.534539+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: cluster 2023-12-07T18:25:04.438316+0000 mgr.a (mgr.24293) 20635 : cluster 0 pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.463536+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.469228+0000 mon.a (mon.0) 3290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.473640+0000 mon.a (mon.0) 3291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.477961+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.517638+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.524231+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.525678+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.527086+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:06.180 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:05 smithi044 bash[32620]: audit 2023-12-07T18:25:05.534539+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: cluster 2023-12-07T18:25:04.438316+0000 mgr.a (mgr.24293) 20635 : cluster 0 pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.463536+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.469228+0000 mon.a (mon.0) 3290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.473640+0000 mon.a (mon.0) 3291 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.477961+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.517638+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.524231+0000 mon.a (mon.0) 3294 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.525678+0000 mon.a (mon.0) 3295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.527086+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:06.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:05 smithi027 bash[31536]: audit 2023-12-07T18:25:05.534539+0000 mon.a (mon.0) 3297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:25:07.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:06 smithi022 bash[28554]: audit 2023-12-07T18:25:04.859764+0000 mgr.a (mgr.24293) 20636 : audit 0 from='client.407253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:07.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:06 smithi044 bash[32620]: audit 2023-12-07T18:25:04.859764+0000 mgr.a (mgr.24293) 20636 : audit 0 from='client.407253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:06 smithi027 bash[31536]: audit 2023-12-07T18:25:04.859764+0000 mgr.a (mgr.24293) 20636 : audit 0 from='client.407253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:07 smithi022 bash[28554]: cluster 2023-12-07T18:25:06.439182+0000 mgr.a (mgr.24293) 20637 : cluster 0 pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:07 smithi044 bash[32620]: cluster 2023-12-07T18:25:06.439182+0000 mgr.a (mgr.24293) 20637 : cluster 0 pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:07 smithi027 bash[31536]: cluster 2023-12-07T18:25:06.439182+0000 mgr.a (mgr.24293) 20637 : cluster 0 pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:09 smithi022 bash[28554]: cluster 2023-12-07T18:25:08.439837+0000 mgr.a (mgr.24293) 20638 : cluster 0 pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:09 smithi044 bash[32620]: cluster 2023-12-07T18:25:08.439837+0000 mgr.a (mgr.24293) 20638 : cluster 0 pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:09 smithi027 bash[31536]: cluster 2023-12-07T18:25:08.439837+0000 mgr.a (mgr.24293) 20638 : cluster 0 pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:10.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:10.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:10.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:11.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:11.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:11.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:11.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:11.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:11 smithi022 bash[28554]: cluster 2023-12-07T18:25:10.440374+0000 mgr.a (mgr.24293) 20639 : cluster 0 pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:11 smithi044 bash[32620]: cluster 2023-12-07T18:25:10.440374+0000 mgr.a (mgr.24293) 20639 : cluster 0 pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:11 smithi027 bash[31536]: cluster 2023-12-07T18:25:10.440374+0000 mgr.a (mgr.24293) 20639 : cluster 0 pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:12 smithi022 bash[28554]: audit 2023-12-07T18:25:10.801789+0000 mgr.a (mgr.24293) 20640 : audit 0 from='client.407331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:12 smithi044 bash[32620]: audit 2023-12-07T18:25:10.801789+0000 mgr.a (mgr.24293) 20640 : audit 0 from='client.407331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:13.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:12 smithi027 bash[31536]: audit 2023-12-07T18:25:10.801789+0000 mgr.a (mgr.24293) 20640 : audit 0 from='client.407331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:13 smithi022 bash[28554]: cluster 2023-12-07T18:25:12.441033+0000 mgr.a (mgr.24293) 20641 : cluster 0 pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:13 smithi044 bash[32620]: cluster 2023-12-07T18:25:12.441033+0000 mgr.a (mgr.24293) 20641 : cluster 0 pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:13 smithi027 bash[31536]: cluster 2023-12-07T18:25:12.441033+0000 mgr.a (mgr.24293) 20641 : cluster 0 pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:16.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:15 smithi022 bash[28554]: cluster 2023-12-07T18:25:14.441609+0000 mgr.a (mgr.24293) 20642 : cluster 0 pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:15 smithi044 bash[32620]: cluster 2023-12-07T18:25:14.441609+0000 mgr.a (mgr.24293) 20642 : cluster 0 pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:15 smithi027 bash[31536]: cluster 2023-12-07T18:25:14.441609+0000 mgr.a (mgr.24293) 20642 : cluster 0 pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:16.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:16.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:16.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:17.265 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:17.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:17.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:17.265 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:17.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:17 smithi022 bash[28554]: cluster 2023-12-07T18:25:16.442446+0000 mgr.a (mgr.24293) 20643 : cluster 0 pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:17 smithi022 bash[28554]: audit 2023-12-07T18:25:16.746418+0000 mgr.a (mgr.24293) 20644 : audit 0 from='client.407406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:17 smithi044 bash[32620]: cluster 2023-12-07T18:25:16.442446+0000 mgr.a (mgr.24293) 20643 : cluster 0 pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:17 smithi044 bash[32620]: audit 2023-12-07T18:25:16.746418+0000 mgr.a (mgr.24293) 20644 : audit 0 from='client.407406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:17 smithi027 bash[31536]: cluster 2023-12-07T18:25:16.442446+0000 mgr.a (mgr.24293) 20643 : cluster 0 pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:18.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:17 smithi027 bash[31536]: audit 2023-12-07T18:25:16.746418+0000 mgr.a (mgr.24293) 20644 : audit 0 from='client.407406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:19 smithi022 bash[28554]: cluster 2023-12-07T18:25:18.443121+0000 mgr.a (mgr.24293) 20645 : cluster 0 pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:19 smithi044 bash[32620]: cluster 2023-12-07T18:25:18.443121+0000 mgr.a (mgr.24293) 20645 : cluster 0 pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:19 smithi027 bash[31536]: cluster 2023-12-07T18:25:18.443121+0000 mgr.a (mgr.24293) 20645 : cluster 0 pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:22.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:21 smithi022 bash[28554]: cluster 2023-12-07T18:25:20.443974+0000 mgr.a (mgr.24293) 20646 : cluster 0 pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:21 smithi044 bash[32620]: cluster 2023-12-07T18:25:20.443974+0000 mgr.a (mgr.24293) 20646 : cluster 0 pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:21 smithi027 bash[31536]: cluster 2023-12-07T18:25:20.443974+0000 mgr.a (mgr.24293) 20646 : cluster 0 pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:22.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:22.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:22.269 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:23.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:23.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:23.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:23.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:23.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:23 smithi022 bash[28554]: cluster 2023-12-07T18:25:22.444532+0000 mgr.a (mgr.24293) 20647 : cluster 0 pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:23 smithi022 bash[28554]: audit 2023-12-07T18:25:22.667223+0000 mgr.a (mgr.24293) 20648 : audit 0 from='client.407481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:23 smithi044 bash[32620]: cluster 2023-12-07T18:25:22.444532+0000 mgr.a (mgr.24293) 20647 : cluster 0 pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:23 smithi044 bash[32620]: audit 2023-12-07T18:25:22.667223+0000 mgr.a (mgr.24293) 20648 : audit 0 from='client.407481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:23 smithi027 bash[31536]: cluster 2023-12-07T18:25:22.444532+0000 mgr.a (mgr.24293) 20647 : cluster 0 pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:23 smithi027 bash[31536]: audit 2023-12-07T18:25:22.667223+0000 mgr.a (mgr.24293) 20648 : audit 0 from='client.407481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:25 smithi022 bash[28554]: cluster 2023-12-07T18:25:24.445333+0000 mgr.a (mgr.24293) 20649 : cluster 0 pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:25 smithi044 bash[32620]: cluster 2023-12-07T18:25:24.445333+0000 mgr.a (mgr.24293) 20649 : cluster 0 pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:25 smithi027 bash[31536]: cluster 2023-12-07T18:25:24.445333+0000 mgr.a (mgr.24293) 20649 : cluster 0 pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:27 smithi022 bash[28554]: cluster 2023-12-07T18:25:26.446206+0000 mgr.a (mgr.24293) 20650 : cluster 0 pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:28.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:27 smithi044 bash[32620]: cluster 2023-12-07T18:25:26.446206+0000 mgr.a (mgr.24293) 20650 : cluster 0 pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:27 smithi027 bash[31536]: cluster 2023-12-07T18:25:26.446206+0000 mgr.a (mgr.24293) 20650 : cluster 0 pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:28.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:28.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:29.138 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:29.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:29.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:29.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:29.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:29 smithi022 bash[28554]: cluster 2023-12-07T18:25:28.446746+0000 mgr.a (mgr.24293) 20651 : cluster 0 pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:29 smithi022 bash[28554]: audit 2023-12-07T18:25:28.618551+0000 mgr.a (mgr.24293) 20652 : audit 0 from='client.407559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:29 smithi044 bash[32620]: cluster 2023-12-07T18:25:28.446746+0000 mgr.a (mgr.24293) 20651 : cluster 0 pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:29 smithi044 bash[32620]: audit 2023-12-07T18:25:28.618551+0000 mgr.a (mgr.24293) 20652 : audit 0 from='client.407559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:29 smithi027 bash[31536]: cluster 2023-12-07T18:25:28.446746+0000 mgr.a (mgr.24293) 20651 : cluster 0 pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:29 smithi027 bash[31536]: audit 2023-12-07T18:25:28.618551+0000 mgr.a (mgr.24293) 20652 : audit 0 from='client.407559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:31 smithi022 bash[28554]: cluster 2023-12-07T18:25:30.447727+0000 mgr.a (mgr.24293) 20653 : cluster 0 pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:31 smithi044 bash[32620]: cluster 2023-12-07T18:25:30.447727+0000 mgr.a (mgr.24293) 20653 : cluster 0 pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:31 smithi027 bash[31536]: cluster 2023-12-07T18:25:30.447727+0000 mgr.a (mgr.24293) 20653 : cluster 0 pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:34.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:34.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:34.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:33 smithi022 bash[28554]: cluster 2023-12-07T18:25:32.448287+0000 mgr.a (mgr.24293) 20654 : cluster 0 pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:33 smithi044 bash[32620]: cluster 2023-12-07T18:25:32.448287+0000 mgr.a (mgr.24293) 20654 : cluster 0 pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:33 smithi027 bash[31536]: cluster 2023-12-07T18:25:32.448287+0000 mgr.a (mgr.24293) 20654 : cluster 0 pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:35.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:35.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:35.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:35.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:35.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:35 smithi022 bash[28554]: cluster 2023-12-07T18:25:34.448806+0000 mgr.a (mgr.24293) 20655 : cluster 0 pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:35 smithi022 bash[28554]: audit 2023-12-07T18:25:34.547892+0000 mgr.a (mgr.24293) 20656 : audit 0 from='client.407631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:35 smithi044 bash[32620]: cluster 2023-12-07T18:25:34.448806+0000 mgr.a (mgr.24293) 20655 : cluster 0 pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:35 smithi044 bash[32620]: audit 2023-12-07T18:25:34.547892+0000 mgr.a (mgr.24293) 20656 : audit 0 from='client.407631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:35 smithi027 bash[31536]: cluster 2023-12-07T18:25:34.448806+0000 mgr.a (mgr.24293) 20655 : cluster 0 pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:35 smithi027 bash[31536]: audit 2023-12-07T18:25:34.547892+0000 mgr.a (mgr.24293) 20656 : audit 0 from='client.407631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:38.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:37 smithi022 bash[28554]: cluster 2023-12-07T18:25:36.449733+0000 mgr.a (mgr.24293) 20657 : cluster 0 pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:37 smithi044 bash[32620]: cluster 2023-12-07T18:25:36.449733+0000 mgr.a (mgr.24293) 20657 : cluster 0 pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:37 smithi027 bash[31536]: cluster 2023-12-07T18:25:36.449733+0000 mgr.a (mgr.24293) 20657 : cluster 0 pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:40.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:40.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:40.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:39 smithi022 bash[28554]: cluster 2023-12-07T18:25:38.450313+0000 mgr.a (mgr.24293) 20658 : cluster 0 pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:39 smithi044 bash[32620]: cluster 2023-12-07T18:25:38.450313+0000 mgr.a (mgr.24293) 20658 : cluster 0 pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:39 smithi027 bash[31536]: cluster 2023-12-07T18:25:38.450313+0000 mgr.a (mgr.24293) 20658 : cluster 0 pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:41.071 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:41.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:41.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:41.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:41 smithi022 bash[28554]: cluster 2023-12-07T18:25:40.451026+0000 mgr.a (mgr.24293) 20659 : cluster 0 pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:41 smithi022 bash[28554]: audit 2023-12-07T18:25:40.510427+0000 mgr.a (mgr.24293) 20660 : audit 0 from='client.407709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:41 smithi044 bash[32620]: cluster 2023-12-07T18:25:40.451026+0000 mgr.a (mgr.24293) 20659 : cluster 0 pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:42.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:41 smithi044 bash[32620]: audit 2023-12-07T18:25:40.510427+0000 mgr.a (mgr.24293) 20660 : audit 0 from='client.407709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:41 smithi027 bash[31536]: cluster 2023-12-07T18:25:40.451026+0000 mgr.a (mgr.24293) 20659 : cluster 0 pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:41 smithi027 bash[31536]: audit 2023-12-07T18:25:40.510427+0000 mgr.a (mgr.24293) 20660 : audit 0 from='client.407709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:43 smithi022 bash[28554]: cluster 2023-12-07T18:25:42.451705+0000 mgr.a (mgr.24293) 20661 : cluster 0 pgmap v15449: 33 pgs: 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:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:43 smithi044 bash[32620]: cluster 2023-12-07T18:25:42.451705+0000 mgr.a (mgr.24293) 20661 : cluster 0 pgmap v15449: 33 pgs: 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:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:43 smithi027 bash[31536]: cluster 2023-12-07T18:25:42.451705+0000 mgr.a (mgr.24293) 20661 : cluster 0 pgmap v15449: 33 pgs: 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:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:46.075 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:46.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:45 smithi022 bash[28554]: cluster 2023-12-07T18:25:44.452297+0000 mgr.a (mgr.24293) 20662 : cluster 0 pgmap v15450: 33 pgs: 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:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:45 smithi044 bash[32620]: cluster 2023-12-07T18:25:44.452297+0000 mgr.a (mgr.24293) 20662 : cluster 0 pgmap v15450: 33 pgs: 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:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:45 smithi027 bash[31536]: cluster 2023-12-07T18:25:44.452297+0000 mgr.a (mgr.24293) 20662 : cluster 0 pgmap v15450: 33 pgs: 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:47.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:47.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:47.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:47.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:47.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:47 smithi022 bash[28554]: cluster 2023-12-07T18:25:46.453077+0000 mgr.a (mgr.24293) 20663 : cluster 0 pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:48.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:47 smithi022 bash[28554]: audit 2023-12-07T18:25:46.489163+0000 mgr.a (mgr.24293) 20664 : audit 0 from='client.407784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:47 smithi044 bash[32620]: cluster 2023-12-07T18:25:46.453077+0000 mgr.a (mgr.24293) 20663 : cluster 0 pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:48.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:47 smithi044 bash[32620]: audit 2023-12-07T18:25:46.489163+0000 mgr.a (mgr.24293) 20664 : audit 0 from='client.407784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:47 smithi027 bash[31536]: cluster 2023-12-07T18:25:46.453077+0000 mgr.a (mgr.24293) 20663 : cluster 0 pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:47 smithi027 bash[31536]: audit 2023-12-07T18:25:46.489163+0000 mgr.a (mgr.24293) 20664 : audit 0 from='client.407784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:50.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:49 smithi022 bash[28554]: cluster 2023-12-07T18:25:48.453733+0000 mgr.a (mgr.24293) 20665 : cluster 0 pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:49 smithi044 bash[32620]: cluster 2023-12-07T18:25:48.453733+0000 mgr.a (mgr.24293) 20665 : cluster 0 pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:49 smithi027 bash[31536]: cluster 2023-12-07T18:25:48.453733+0000 mgr.a (mgr.24293) 20665 : cluster 0 pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:52.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:52.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:52.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:51 smithi022 bash[28554]: cluster 2023-12-07T18:25:50.454529+0000 mgr.a (mgr.24293) 20666 : cluster 0 pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:51 smithi044 bash[32620]: cluster 2023-12-07T18:25:50.454529+0000 mgr.a (mgr.24293) 20666 : cluster 0 pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:51 smithi027 bash[31536]: cluster 2023-12-07T18:25:50.454529+0000 mgr.a (mgr.24293) 20666 : cluster 0 pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:52.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:52.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:52.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:25:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:53 smithi022 bash[28554]: audit 2023-12-07T18:25:52.439550+0000 mgr.a (mgr.24293) 20667 : audit 0 from='client.407862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:53 smithi022 bash[28554]: cluster 2023-12-07T18:25:52.455376+0000 mgr.a (mgr.24293) 20668 : cluster 0 pgmap v15454: 33 pgs: 33 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:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:53 smithi044 bash[32620]: audit 2023-12-07T18:25:52.439550+0000 mgr.a (mgr.24293) 20667 : audit 0 from='client.407862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:53 smithi044 bash[32620]: cluster 2023-12-07T18:25:52.455376+0000 mgr.a (mgr.24293) 20668 : cluster 0 pgmap v15454: 33 pgs: 33 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:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:53 smithi027 bash[31536]: audit 2023-12-07T18:25:52.439550+0000 mgr.a (mgr.24293) 20667 : audit 0 from='client.407862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:53 smithi027 bash[31536]: cluster 2023-12-07T18:25:52.455376+0000 mgr.a (mgr.24293) 20668 : cluster 0 pgmap v15454: 33 pgs: 33 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:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:55 smithi022 bash[28554]: cluster 2023-12-07T18:25:54.456037+0000 mgr.a (mgr.24293) 20669 : cluster 0 pgmap v15455: 33 pgs: 33 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:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:55 smithi044 bash[32620]: cluster 2023-12-07T18:25:54.456037+0000 mgr.a (mgr.24293) 20669 : cluster 0 pgmap v15455: 33 pgs: 33 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:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:55 smithi027 bash[31536]: cluster 2023-12-07T18:25:54.456037+0000 mgr.a (mgr.24293) 20669 : cluster 0 pgmap v15455: 33 pgs: 33 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.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:25:57.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:57.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:57 smithi022 bash[28554]: cluster 2023-12-07T18:25:56.456815+0000 mgr.a (mgr.24293) 20670 : cluster 0 pgmap v15456: 33 pgs: 33 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:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:57 smithi044 bash[32620]: cluster 2023-12-07T18:25:56.456815+0000 mgr.a (mgr.24293) 20670 : cluster 0 pgmap v15456: 33 pgs: 33 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:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:57 smithi027 bash[31536]: cluster 2023-12-07T18:25:56.456815+0000 mgr.a (mgr.24293) 20670 : cluster 0 pgmap v15456: 33 pgs: 33 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:58.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:25:58.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:58.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:59 smithi022 bash[28554]: audit 2023-12-07T18:25:58.368159+0000 mgr.a (mgr.24293) 20671 : audit 0 from='client.407940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:25:59 smithi022 bash[28554]: cluster 2023-12-07T18:25:58.457478+0000 mgr.a (mgr.24293) 20672 : cluster 0 pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:59 smithi044 bash[32620]: audit 2023-12-07T18:25:58.368159+0000 mgr.a (mgr.24293) 20671 : audit 0 from='client.407940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:25:59 smithi044 bash[32620]: cluster 2023-12-07T18:25:58.457478+0000 mgr.a (mgr.24293) 20672 : cluster 0 pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:59 smithi027 bash[31536]: audit 2023-12-07T18:25:58.368159+0000 mgr.a (mgr.24293) 20671 : audit 0 from='client.407940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:25:59 smithi027 bash[31536]: cluster 2023-12-07T18:25:58.457478+0000 mgr.a (mgr.24293) 20672 : cluster 0 pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:01 smithi022 bash[28554]: cluster 2023-12-07T18:26:00.458341+0000 mgr.a (mgr.24293) 20673 : cluster 0 pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:01 smithi044 bash[32620]: cluster 2023-12-07T18:26:00.458341+0000 mgr.a (mgr.24293) 20673 : cluster 0 pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:01 smithi027 bash[31536]: cluster 2023-12-07T18:26:00.458341+0000 mgr.a (mgr.24293) 20673 : cluster 0 pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:03.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:03.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:03.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:03 smithi022 bash[28554]: cluster 2023-12-07T18:26:02.458918+0000 mgr.a (mgr.24293) 20674 : cluster 0 pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:03 smithi044 bash[32620]: cluster 2023-12-07T18:26:02.458918+0000 mgr.a (mgr.24293) 20674 : cluster 0 pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:03 smithi027 bash[31536]: cluster 2023-12-07T18:26:02.458918+0000 mgr.a (mgr.24293) 20674 : cluster 0 pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:04.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:04.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:04.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:04.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:04.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:05 smithi022 bash[28554]: audit 2023-12-07T18:26:04.322070+0000 mgr.a (mgr.24293) 20675 : audit 0 from='client.408012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:05 smithi022 bash[28554]: cluster 2023-12-07T18:26:04.467590+0000 mgr.a (mgr.24293) 20676 : cluster 0 pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:05 smithi022 bash[28554]: audit 2023-12-07T18:26:05.637492+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:05 smithi044 bash[32620]: audit 2023-12-07T18:26:04.322070+0000 mgr.a (mgr.24293) 20675 : audit 0 from='client.408012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:05 smithi044 bash[32620]: cluster 2023-12-07T18:26:04.467590+0000 mgr.a (mgr.24293) 20676 : cluster 0 pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:05 smithi044 bash[32620]: audit 2023-12-07T18:26:05.637492+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:05 smithi027 bash[31536]: audit 2023-12-07T18:26:04.322070+0000 mgr.a (mgr.24293) 20675 : audit 0 from='client.408012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:05 smithi027 bash[31536]: cluster 2023-12-07T18:26:04.467590+0000 mgr.a (mgr.24293) 20676 : cluster 0 pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:05 smithi027 bash[31536]: audit 2023-12-07T18:26:05.637492+0000 mon.a (mon.0) 3298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:07 smithi022 bash[28554]: audit 2023-12-07T18:26:06.165421+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:07 smithi022 bash[28554]: audit 2023-12-07T18:26:06.171777+0000 mon.a (mon.0) 3300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:07 smithi022 bash[28554]: cluster 2023-12-07T18:26:06.468298+0000 mgr.a (mgr.24293) 20677 : cluster 0 pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:07 smithi022 bash[28554]: audit 2023-12-07T18:26:06.914837+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:07 smithi022 bash[28554]: audit 2023-12-07T18:26:06.916856+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:07 smithi022 bash[28554]: audit 2023-12-07T18:26:06.927010+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:07 smithi044 bash[32620]: audit 2023-12-07T18:26:06.165421+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:07 smithi044 bash[32620]: audit 2023-12-07T18:26:06.171777+0000 mon.a (mon.0) 3300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:07 smithi044 bash[32620]: cluster 2023-12-07T18:26:06.468298+0000 mgr.a (mgr.24293) 20677 : cluster 0 pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:07 smithi044 bash[32620]: audit 2023-12-07T18:26:06.914837+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:07 smithi044 bash[32620]: audit 2023-12-07T18:26:06.916856+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:07.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:07 smithi044 bash[32620]: audit 2023-12-07T18:26:06.927010+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:07 smithi027 bash[31536]: audit 2023-12-07T18:26:06.165421+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:07 smithi027 bash[31536]: audit 2023-12-07T18:26:06.171777+0000 mon.a (mon.0) 3300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:07 smithi027 bash[31536]: cluster 2023-12-07T18:26:06.468298+0000 mgr.a (mgr.24293) 20677 : cluster 0 pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:07 smithi027 bash[31536]: audit 2023-12-07T18:26:06.914837+0000 mon.a (mon.0) 3301 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:07 smithi027 bash[31536]: audit 2023-12-07T18:26:06.916856+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:07.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:07 smithi027 bash[31536]: audit 2023-12-07T18:26:06.927010+0000 mon.a (mon.0) 3303 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:26:09.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:09.839 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:09.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:09 smithi022 bash[28554]: cluster 2023-12-07T18:26:08.468841+0000 mgr.a (mgr.24293) 20678 : cluster 0 pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:09 smithi044 bash[32620]: cluster 2023-12-07T18:26:08.468841+0000 mgr.a (mgr.24293) 20678 : cluster 0 pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:09 smithi027 bash[31536]: cluster 2023-12-07T18:26:08.468841+0000 mgr.a (mgr.24293) 20678 : cluster 0 pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:10.776 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:10.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:10.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:10.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:10.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:11 smithi022 bash[28554]: audit 2023-12-07T18:26:10.246815+0000 mgr.a (mgr.24293) 20679 : audit 0 from='client.408090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:12.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:11 smithi022 bash[28554]: cluster 2023-12-07T18:26:10.469742+0000 mgr.a (mgr.24293) 20680 : cluster 0 pgmap v15463: 33 pgs: 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:26:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:11 smithi044 bash[32620]: audit 2023-12-07T18:26:10.246815+0000 mgr.a (mgr.24293) 20679 : audit 0 from='client.408090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:11 smithi044 bash[32620]: cluster 2023-12-07T18:26:10.469742+0000 mgr.a (mgr.24293) 20680 : cluster 0 pgmap v15463: 33 pgs: 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:26:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:11 smithi027 bash[31536]: audit 2023-12-07T18:26:10.246815+0000 mgr.a (mgr.24293) 20679 : audit 0 from='client.408090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:11 smithi027 bash[31536]: cluster 2023-12-07T18:26:10.469742+0000 mgr.a (mgr.24293) 20680 : cluster 0 pgmap v15463: 33 pgs: 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:26:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:13 smithi022 bash[28554]: cluster 2023-12-07T18:26:12.470440+0000 mgr.a (mgr.24293) 20681 : cluster 0 pgmap v15464: 33 pgs: 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:26:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:13 smithi044 bash[32620]: cluster 2023-12-07T18:26:12.470440+0000 mgr.a (mgr.24293) 20681 : cluster 0 pgmap v15464: 33 pgs: 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:26:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:13 smithi027 bash[31536]: cluster 2023-12-07T18:26:12.470440+0000 mgr.a (mgr.24293) 20681 : cluster 0 pgmap v15464: 33 pgs: 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:26:15.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:15.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:15.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:15 smithi022 bash[28554]: cluster 2023-12-07T18:26:14.471002+0000 mgr.a (mgr.24293) 20682 : cluster 0 pgmap v15465: 33 pgs: 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:26:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:15 smithi044 bash[32620]: cluster 2023-12-07T18:26:14.471002+0000 mgr.a (mgr.24293) 20682 : cluster 0 pgmap v15465: 33 pgs: 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:26:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:15 smithi027 bash[31536]: cluster 2023-12-07T18:26:14.471002+0000 mgr.a (mgr.24293) 20682 : cluster 0 pgmap v15465: 33 pgs: 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:26:16.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:16.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:16.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:16.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:16.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:17 smithi022 bash[28554]: audit 2023-12-07T18:26:16.188808+0000 mgr.a (mgr.24293) 20683 : audit 0 from='client.408165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:17 smithi022 bash[28554]: cluster 2023-12-07T18:26:16.472174+0000 mgr.a (mgr.24293) 20684 : cluster 0 pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:17 smithi044 bash[32620]: audit 2023-12-07T18:26:16.188808+0000 mgr.a (mgr.24293) 20683 : audit 0 from='client.408165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:17 smithi044 bash[32620]: cluster 2023-12-07T18:26:16.472174+0000 mgr.a (mgr.24293) 20684 : cluster 0 pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:17 smithi027 bash[31536]: audit 2023-12-07T18:26:16.188808+0000 mgr.a (mgr.24293) 20683 : audit 0 from='client.408165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:17 smithi027 bash[31536]: cluster 2023-12-07T18:26:16.472174+0000 mgr.a (mgr.24293) 20684 : cluster 0 pgmap v15466: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:19 smithi022 bash[28554]: cluster 2023-12-07T18:26:18.472984+0000 mgr.a (mgr.24293) 20685 : cluster 0 pgmap v15467: 33 pgs: 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:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:19 smithi044 bash[32620]: cluster 2023-12-07T18:26:18.472984+0000 mgr.a (mgr.24293) 20685 : cluster 0 pgmap v15467: 33 pgs: 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:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:19 smithi027 bash[31536]: cluster 2023-12-07T18:26:18.472984+0000 mgr.a (mgr.24293) 20685 : cluster 0 pgmap v15467: 33 pgs: 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:21.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:21.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:21.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:21 smithi022 bash[28554]: cluster 2023-12-07T18:26:20.473811+0000 mgr.a (mgr.24293) 20686 : cluster 0 pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:21 smithi044 bash[32620]: cluster 2023-12-07T18:26:20.473811+0000 mgr.a (mgr.24293) 20686 : cluster 0 pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:21 smithi027 bash[31536]: cluster 2023-12-07T18:26:20.473811+0000 mgr.a (mgr.24293) 20686 : cluster 0 pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:22.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:22.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:22.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:22.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:22.658 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:23 smithi022 bash[28554]: audit 2023-12-07T18:26:22.127676+0000 mgr.a (mgr.24293) 20687 : audit 0 from='client.408237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:23 smithi022 bash[28554]: cluster 2023-12-07T18:26:22.474255+0000 mgr.a (mgr.24293) 20688 : cluster 0 pgmap v15469: 33 pgs: 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:26:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:23 smithi044 bash[32620]: audit 2023-12-07T18:26:22.127676+0000 mgr.a (mgr.24293) 20687 : audit 0 from='client.408237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:23 smithi044 bash[32620]: cluster 2023-12-07T18:26:22.474255+0000 mgr.a (mgr.24293) 20688 : cluster 0 pgmap v15469: 33 pgs: 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:26:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:23 smithi027 bash[31536]: audit 2023-12-07T18:26:22.127676+0000 mgr.a (mgr.24293) 20687 : audit 0 from='client.408237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:23 smithi027 bash[31536]: cluster 2023-12-07T18:26:22.474255+0000 mgr.a (mgr.24293) 20688 : cluster 0 pgmap v15469: 33 pgs: 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:26:26.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:25 smithi022 bash[28554]: cluster 2023-12-07T18:26:24.474885+0000 mgr.a (mgr.24293) 20689 : cluster 0 pgmap v15470: 33 pgs: 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:26:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:25 smithi044 bash[32620]: cluster 2023-12-07T18:26:24.474885+0000 mgr.a (mgr.24293) 20689 : cluster 0 pgmap v15470: 33 pgs: 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:26:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:25 smithi027 bash[31536]: cluster 2023-12-07T18:26:24.474885+0000 mgr.a (mgr.24293) 20689 : cluster 0 pgmap v15470: 33 pgs: 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:26:27.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:27.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:27.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:27 smithi022 bash[28554]: cluster 2023-12-07T18:26:26.475723+0000 mgr.a (mgr.24293) 20690 : cluster 0 pgmap v15471: 33 pgs: 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:26:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:27 smithi044 bash[32620]: cluster 2023-12-07T18:26:26.475723+0000 mgr.a (mgr.24293) 20690 : cluster 0 pgmap v15471: 33 pgs: 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:26:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:27 smithi027 bash[31536]: cluster 2023-12-07T18:26:26.475723+0000 mgr.a (mgr.24293) 20690 : cluster 0 pgmap v15471: 33 pgs: 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:26:28.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:28.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:28.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:28.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:28.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:29 smithi022 bash[28554]: audit 2023-12-07T18:26:28.078491+0000 mgr.a (mgr.24293) 20691 : audit 0 from='client.408315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:29 smithi022 bash[28554]: cluster 2023-12-07T18:26:28.481112+0000 mgr.a (mgr.24293) 20692 : cluster 0 pgmap v15472: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:29 smithi044 bash[32620]: audit 2023-12-07T18:26:28.078491+0000 mgr.a (mgr.24293) 20691 : audit 0 from='client.408315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:29 smithi044 bash[32620]: cluster 2023-12-07T18:26:28.481112+0000 mgr.a (mgr.24293) 20692 : cluster 0 pgmap v15472: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:29 smithi027 bash[31536]: audit 2023-12-07T18:26:28.078491+0000 mgr.a (mgr.24293) 20691 : audit 0 from='client.408315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:29 smithi027 bash[31536]: cluster 2023-12-07T18:26:28.481112+0000 mgr.a (mgr.24293) 20692 : cluster 0 pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:31 smithi022 bash[28554]: cluster 2023-12-07T18:26:30.482206+0000 mgr.a (mgr.24293) 20693 : cluster 0 pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:31 smithi044 bash[32620]: cluster 2023-12-07T18:26:30.482206+0000 mgr.a (mgr.24293) 20693 : cluster 0 pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:31 smithi027 bash[31536]: cluster 2023-12-07T18:26:30.482206+0000 mgr.a (mgr.24293) 20693 : cluster 0 pgmap v15473: 33 pgs: 33 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:33.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:33.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:33.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:33 smithi022 bash[28554]: cluster 2023-12-07T18:26:32.482815+0000 mgr.a (mgr.24293) 20694 : cluster 0 pgmap v15474: 33 pgs: 33 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:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:33 smithi044 bash[32620]: cluster 2023-12-07T18:26:32.482815+0000 mgr.a (mgr.24293) 20694 : cluster 0 pgmap v15474: 33 pgs: 33 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:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:33 smithi027 bash[31536]: cluster 2023-12-07T18:26:32.482815+0000 mgr.a (mgr.24293) 20694 : cluster 0 pgmap v15474: 33 pgs: 33 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:34.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:34.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:34.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:34.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:34.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:35 smithi022 bash[28554]: audit 2023-12-07T18:26:34.025910+0000 mgr.a (mgr.24293) 20695 : audit 0 from='client.408390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:35 smithi022 bash[28554]: cluster 2023-12-07T18:26:34.483600+0000 mgr.a (mgr.24293) 20696 : cluster 0 pgmap v15475: 33 pgs: 33 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.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:35 smithi044 bash[32620]: audit 2023-12-07T18:26:34.025910+0000 mgr.a (mgr.24293) 20695 : audit 0 from='client.408390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:35 smithi044 bash[32620]: cluster 2023-12-07T18:26:34.483600+0000 mgr.a (mgr.24293) 20696 : cluster 0 pgmap v15475: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:35 smithi027 bash[31536]: audit 2023-12-07T18:26:34.025910+0000 mgr.a (mgr.24293) 20695 : audit 0 from='client.408390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:35 smithi027 bash[31536]: cluster 2023-12-07T18:26:34.483600+0000 mgr.a (mgr.24293) 20696 : cluster 0 pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:37 smithi022 bash[28554]: cluster 2023-12-07T18:26:36.484439+0000 mgr.a (mgr.24293) 20697 : cluster 0 pgmap v15476: 33 pgs: 33 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:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:37 smithi044 bash[32620]: cluster 2023-12-07T18:26:36.484439+0000 mgr.a (mgr.24293) 20697 : cluster 0 pgmap v15476: 33 pgs: 33 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:38.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:37 smithi027 bash[31536]: cluster 2023-12-07T18:26:36.484439+0000 mgr.a (mgr.24293) 20697 : cluster 0 pgmap v15476: 33 pgs: 33 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:39.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:39.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:39.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:39 smithi022 bash[28554]: cluster 2023-12-07T18:26:38.485148+0000 mgr.a (mgr.24293) 20698 : cluster 0 pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:39 smithi044 bash[32620]: cluster 2023-12-07T18:26:38.485148+0000 mgr.a (mgr.24293) 20698 : cluster 0 pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:39 smithi027 bash[31536]: cluster 2023-12-07T18:26:38.485148+0000 mgr.a (mgr.24293) 20698 : cluster 0 pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:40.528 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:40.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:40.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:41 smithi022 bash[28554]: audit 2023-12-07T18:26:40.006259+0000 mgr.a (mgr.24293) 20699 : audit 0 from='client.408465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:41 smithi022 bash[28554]: cluster 2023-12-07T18:26:40.486057+0000 mgr.a (mgr.24293) 20700 : cluster 0 pgmap v15478: 33 pgs: 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:26:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:41 smithi044 bash[32620]: audit 2023-12-07T18:26:40.006259+0000 mgr.a (mgr.24293) 20699 : audit 0 from='client.408465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:41 smithi044 bash[32620]: cluster 2023-12-07T18:26:40.486057+0000 mgr.a (mgr.24293) 20700 : cluster 0 pgmap v15478: 33 pgs: 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:26:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:41 smithi027 bash[31536]: audit 2023-12-07T18:26:40.006259+0000 mgr.a (mgr.24293) 20699 : audit 0 from='client.408465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:41 smithi027 bash[31536]: cluster 2023-12-07T18:26:40.486057+0000 mgr.a (mgr.24293) 20700 : cluster 0 pgmap v15478: 33 pgs: 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:26:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:43 smithi022 bash[28554]: cluster 2023-12-07T18:26:42.486623+0000 mgr.a (mgr.24293) 20701 : cluster 0 pgmap v15479: 33 pgs: 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:26:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:43 smithi044 bash[32620]: cluster 2023-12-07T18:26:42.486623+0000 mgr.a (mgr.24293) 20701 : cluster 0 pgmap v15479: 33 pgs: 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:26:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:43 smithi027 bash[31536]: cluster 2023-12-07T18:26:42.486623+0000 mgr.a (mgr.24293) 20701 : cluster 0 pgmap v15479: 33 pgs: 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:26:45.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:44 smithi022 bash[28554]: cluster 2023-12-07T18:26:44.487208+0000 mgr.a (mgr.24293) 20702 : cluster 0 pgmap v15480: 33 pgs: 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:26:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:44 smithi044 bash[32620]: cluster 2023-12-07T18:26:44.487208+0000 mgr.a (mgr.24293) 20702 : cluster 0 pgmap v15480: 33 pgs: 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:26:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:44 smithi027 bash[31536]: cluster 2023-12-07T18:26:44.487208+0000 mgr.a (mgr.24293) 20702 : cluster 0 pgmap v15480: 33 pgs: 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:26:45.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:46.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:46.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:46.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:46.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:46.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:47 smithi022 bash[28554]: audit 2023-12-07T18:26:45.942300+0000 mgr.a (mgr.24293) 20703 : audit 0 from='client.408540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:47.928 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:47 smithi022 bash[28554]: cluster 2023-12-07T18:26:46.488309+0000 mgr.a (mgr.24293) 20704 : cluster 0 pgmap v15481: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:47 smithi044 bash[32620]: audit 2023-12-07T18:26:45.942300+0000 mgr.a (mgr.24293) 20703 : audit 0 from='client.408540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:47.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:47 smithi044 bash[32620]: cluster 2023-12-07T18:26:46.488309+0000 mgr.a (mgr.24293) 20704 : cluster 0 pgmap v15481: 33 pgs: 33 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:47 smithi027 bash[31536]: audit 2023-12-07T18:26:45.942300+0000 mgr.a (mgr.24293) 20703 : audit 0 from='client.408540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:47.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:47 smithi027 bash[31536]: cluster 2023-12-07T18:26:46.488309+0000 mgr.a (mgr.24293) 20704 : cluster 0 pgmap v15481: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:49 smithi022 bash[28554]: cluster 2023-12-07T18:26:48.488890+0000 mgr.a (mgr.24293) 20705 : cluster 0 pgmap v15482: 33 pgs: 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:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:49 smithi044 bash[32620]: cluster 2023-12-07T18:26:48.488890+0000 mgr.a (mgr.24293) 20705 : cluster 0 pgmap v15482: 33 pgs: 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:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:49 smithi027 bash[31536]: cluster 2023-12-07T18:26:48.488890+0000 mgr.a (mgr.24293) 20705 : cluster 0 pgmap v15482: 33 pgs: 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:51.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:51.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:51.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:51 smithi022 bash[28554]: cluster 2023-12-07T18:26:50.489605+0000 mgr.a (mgr.24293) 20706 : cluster 0 pgmap v15483: 33 pgs: 33 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:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:51 smithi044 bash[32620]: cluster 2023-12-07T18:26:50.489605+0000 mgr.a (mgr.24293) 20706 : cluster 0 pgmap v15483: 33 pgs: 33 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:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:51 smithi027 bash[31536]: cluster 2023-12-07T18:26:50.489605+0000 mgr.a (mgr.24293) 20706 : cluster 0 pgmap v15483: 33 pgs: 33 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:52.424 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:52.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:52.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:52.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:52.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:26:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:53 smithi022 bash[28554]: audit 2023-12-07T18:26:51.875732+0000 mgr.a (mgr.24293) 20707 : audit 0 from='client.408618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:54.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:53 smithi022 bash[28554]: cluster 2023-12-07T18:26:52.490369+0000 mgr.a (mgr.24293) 20708 : cluster 0 pgmap v15484: 33 pgs: 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:26:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:53 smithi044 bash[32620]: audit 2023-12-07T18:26:51.875732+0000 mgr.a (mgr.24293) 20707 : audit 0 from='client.408618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:53 smithi044 bash[32620]: cluster 2023-12-07T18:26:52.490369+0000 mgr.a (mgr.24293) 20708 : cluster 0 pgmap v15484: 33 pgs: 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:26:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:53 smithi027 bash[31536]: audit 2023-12-07T18:26:51.875732+0000 mgr.a (mgr.24293) 20707 : audit 0 from='client.408618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:53 smithi027 bash[31536]: cluster 2023-12-07T18:26:52.490369+0000 mgr.a (mgr.24293) 20708 : cluster 0 pgmap v15484: 33 pgs: 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:26:56.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:55 smithi022 bash[28554]: cluster 2023-12-07T18:26:54.490961+0000 mgr.a (mgr.24293) 20709 : cluster 0 pgmap v15485: 33 pgs: 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:26:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:55 smithi044 bash[32620]: cluster 2023-12-07T18:26:54.490961+0000 mgr.a (mgr.24293) 20709 : cluster 0 pgmap v15485: 33 pgs: 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:26:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:55 smithi027 bash[31536]: cluster 2023-12-07T18:26:54.490961+0000 mgr.a (mgr.24293) 20709 : cluster 0 pgmap v15485: 33 pgs: 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:26:57.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:26:57.428 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:57.428 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:57 smithi022 bash[28554]: cluster 2023-12-07T18:26:56.491809+0000 mgr.a (mgr.24293) 20710 : cluster 0 pgmap v15486: 33 pgs: 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:26:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:57 smithi044 bash[32620]: cluster 2023-12-07T18:26:56.491809+0000 mgr.a (mgr.24293) 20710 : cluster 0 pgmap v15486: 33 pgs: 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:26:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:57 smithi027 bash[31536]: cluster 2023-12-07T18:26:56.491809+0000 mgr.a (mgr.24293) 20710 : cluster 0 pgmap v15486: 33 pgs: 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:26:58.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:26:58.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:58.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:58.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:58.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:59 smithi022 bash[28554]: audit 2023-12-07T18:26:57.830594+0000 mgr.a (mgr.24293) 20711 : audit 0 from='client.408693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:00.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:26:59 smithi022 bash[28554]: cluster 2023-12-07T18:26:58.492583+0000 mgr.a (mgr.24293) 20712 : cluster 0 pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:59 smithi044 bash[32620]: audit 2023-12-07T18:26:57.830594+0000 mgr.a (mgr.24293) 20711 : audit 0 from='client.408693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:00.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:26:59 smithi044 bash[32620]: cluster 2023-12-07T18:26:58.492583+0000 mgr.a (mgr.24293) 20712 : cluster 0 pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:59 smithi027 bash[31536]: audit 2023-12-07T18:26:57.830594+0000 mgr.a (mgr.24293) 20711 : audit 0 from='client.408693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:26:59 smithi027 bash[31536]: cluster 2023-12-07T18:26:58.492583+0000 mgr.a (mgr.24293) 20712 : cluster 0 pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:02.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:01 smithi022 bash[28554]: cluster 2023-12-07T18:27:00.493395+0000 mgr.a (mgr.24293) 20713 : cluster 0 pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:01 smithi044 bash[32620]: cluster 2023-12-07T18:27:00.493395+0000 mgr.a (mgr.24293) 20713 : cluster 0 pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:02.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:01 smithi027 bash[31536]: cluster 2023-12-07T18:27:00.493395+0000 mgr.a (mgr.24293) 20713 : cluster 0 pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:03.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:03.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:03.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:04.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:03 smithi022 bash[28554]: cluster 2023-12-07T18:27:02.493959+0000 mgr.a (mgr.24293) 20714 : cluster 0 pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:03 smithi044 bash[32620]: cluster 2023-12-07T18:27:02.493959+0000 mgr.a (mgr.24293) 20714 : cluster 0 pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:03 smithi027 bash[31536]: cluster 2023-12-07T18:27:02.493959+0000 mgr.a (mgr.24293) 20714 : cluster 0 pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:04.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:04.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:04.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:04.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:04.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:05.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:04 smithi022 bash[28554]: audit 2023-12-07T18:27:03.774387+0000 mgr.a (mgr.24293) 20715 : audit 0 from='client.408765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:04 smithi044 bash[32620]: audit 2023-12-07T18:27:03.774387+0000 mgr.a (mgr.24293) 20715 : audit 0 from='client.408765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:04 smithi027 bash[31536]: audit 2023-12-07T18:27:03.774387+0000 mgr.a (mgr.24293) 20715 : audit 0 from='client.408765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:06.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:05 smithi022 bash[28554]: cluster 2023-12-07T18:27:04.494720+0000 mgr.a (mgr.24293) 20716 : cluster 0 pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:05 smithi044 bash[32620]: cluster 2023-12-07T18:27:04.494720+0000 mgr.a (mgr.24293) 20716 : cluster 0 pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:05 smithi027 bash[31536]: cluster 2023-12-07T18:27:04.494720+0000 mgr.a (mgr.24293) 20716 : cluster 0 pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:07 smithi022 bash[28554]: cluster 2023-12-07T18:27:06.495616+0000 mgr.a (mgr.24293) 20717 : cluster 0 pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:07 smithi022 bash[28554]: audit 2023-12-07T18:27:07.030123+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:07 smithi022 bash[28554]: audit 2023-12-07T18:27:07.560462+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:07 smithi022 bash[28554]: audit 2023-12-07T18:27:07.564582+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:07 smithi022 bash[28554]: audit 2023-12-07T18:27:07.568638+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:07 smithi022 bash[28554]: audit 2023-12-07T18:27:07.572049+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:07 smithi044 bash[32620]: cluster 2023-12-07T18:27:06.495616+0000 mgr.a (mgr.24293) 20717 : cluster 0 pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:07 smithi044 bash[32620]: audit 2023-12-07T18:27:07.030123+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:07 smithi044 bash[32620]: audit 2023-12-07T18:27:07.560462+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:07 smithi044 bash[32620]: audit 2023-12-07T18:27:07.564582+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:07 smithi044 bash[32620]: audit 2023-12-07T18:27:07.568638+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:07 smithi044 bash[32620]: audit 2023-12-07T18:27:07.572049+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:07 smithi027 bash[31536]: cluster 2023-12-07T18:27:06.495616+0000 mgr.a (mgr.24293) 20717 : cluster 0 pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:07 smithi027 bash[31536]: audit 2023-12-07T18:27:07.030123+0000 mon.a (mon.0) 3304 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:07 smithi027 bash[31536]: audit 2023-12-07T18:27:07.560462+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:07 smithi027 bash[31536]: audit 2023-12-07T18:27:07.564582+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:07 smithi027 bash[31536]: audit 2023-12-07T18:27:07.568638+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:07 smithi027 bash[31536]: audit 2023-12-07T18:27:07.572049+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:08 smithi022 bash[28554]: audit 2023-12-07T18:27:08.318363+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:27:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:08 smithi022 bash[28554]: audit 2023-12-07T18:27:08.320255+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:27:09.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:08 smithi022 bash[28554]: audit 2023-12-07T18:27:08.329586+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:08 smithi044 bash[32620]: audit 2023-12-07T18:27:08.318363+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:27:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:08 smithi044 bash[32620]: audit 2023-12-07T18:27:08.320255+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:27:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:08 smithi044 bash[32620]: audit 2023-12-07T18:27:08.329586+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:08 smithi027 bash[31536]: audit 2023-12-07T18:27:08.318363+0000 mon.a (mon.0) 3309 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:27:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:08 smithi027 bash[31536]: audit 2023-12-07T18:27:08.320255+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:27:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:08 smithi027 bash[31536]: audit 2023-12-07T18:27:08.329586+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:27:09.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:09.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:09.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:09 smithi022 bash[28554]: cluster 2023-12-07T18:27:08.496206+0000 mgr.a (mgr.24293) 20718 : cluster 0 pgmap v15492: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:09 smithi044 bash[32620]: cluster 2023-12-07T18:27:08.496206+0000 mgr.a (mgr.24293) 20718 : cluster 0 pgmap v15492: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:09 smithi027 bash[31536]: cluster 2023-12-07T18:27:08.496206+0000 mgr.a (mgr.24293) 20718 : cluster 0 pgmap v15492: 33 pgs: 33 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.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:10.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:10.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:10.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:10.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:10 smithi022 bash[28554]: audit 2023-12-07T18:27:09.712704+0000 mgr.a (mgr.24293) 20719 : audit 0 from='client.408843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:10 smithi044 bash[32620]: audit 2023-12-07T18:27:09.712704+0000 mgr.a (mgr.24293) 20719 : audit 0 from='client.408843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:10 smithi027 bash[31536]: audit 2023-12-07T18:27:09.712704+0000 mgr.a (mgr.24293) 20719 : audit 0 from='client.408843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:11 smithi022 bash[28554]: cluster 2023-12-07T18:27:10.497145+0000 mgr.a (mgr.24293) 20720 : cluster 0 pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:11 smithi044 bash[32620]: cluster 2023-12-07T18:27:10.497145+0000 mgr.a (mgr.24293) 20720 : cluster 0 pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:11 smithi027 bash[31536]: cluster 2023-12-07T18:27:10.497145+0000 mgr.a (mgr.24293) 20720 : cluster 0 pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:13 smithi022 bash[28554]: cluster 2023-12-07T18:27:12.497755+0000 mgr.a (mgr.24293) 20721 : cluster 0 pgmap v15494: 33 pgs: 33 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:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:13 smithi044 bash[32620]: cluster 2023-12-07T18:27:12.497755+0000 mgr.a (mgr.24293) 20721 : cluster 0 pgmap v15494: 33 pgs: 33 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:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:13 smithi027 bash[31536]: cluster 2023-12-07T18:27:12.497755+0000 mgr.a (mgr.24293) 20721 : cluster 0 pgmap v15494: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:14 smithi022 bash[28554]: cluster 2023-12-07T18:27:14.498411+0000 mgr.a (mgr.24293) 20722 : cluster 0 pgmap v15495: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:14 smithi044 bash[32620]: cluster 2023-12-07T18:27:14.498411+0000 mgr.a (mgr.24293) 20722 : cluster 0 pgmap v15495: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:14 smithi027 bash[31536]: cluster 2023-12-07T18:27:14.498411+0000 mgr.a (mgr.24293) 20722 : cluster 0 pgmap v15495: 33 pgs: 33 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.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:15.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:15.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:15 smithi022 bash[28554]: audit 2023-12-07T18:27:15.671803+0000 mgr.a (mgr.24293) 20723 : audit 0 from='client.408915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:15 smithi044 bash[32620]: audit 2023-12-07T18:27:15.671803+0000 mgr.a (mgr.24293) 20723 : audit 0 from='client.408915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:15 smithi027 bash[31536]: audit 2023-12-07T18:27:15.671803+0000 mgr.a (mgr.24293) 20723 : audit 0 from='client.408915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:16.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:16.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:16.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:16.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:16.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:16 smithi022 bash[28554]: cluster 2023-12-07T18:27:16.499570+0000 mgr.a (mgr.24293) 20724 : cluster 0 pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:16 smithi044 bash[32620]: cluster 2023-12-07T18:27:16.499570+0000 mgr.a (mgr.24293) 20724 : cluster 0 pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:16 smithi027 bash[31536]: cluster 2023-12-07T18:27:16.499570+0000 mgr.a (mgr.24293) 20724 : cluster 0 pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:20.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:19 smithi022 bash[28554]: cluster 2023-12-07T18:27:18.500093+0000 mgr.a (mgr.24293) 20725 : cluster 0 pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:19 smithi044 bash[32620]: cluster 2023-12-07T18:27:18.500093+0000 mgr.a (mgr.24293) 20725 : cluster 0 pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:19 smithi027 bash[31536]: cluster 2023-12-07T18:27:18.500093+0000 mgr.a (mgr.24293) 20725 : cluster 0 pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:21.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:21.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:21.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:22.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:22.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:22.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:22.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:22.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:21 smithi022 bash[28554]: cluster 2023-12-07T18:27:20.500821+0000 mgr.a (mgr.24293) 20726 : cluster 0 pgmap v15498: 33 pgs: 33 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:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:21 smithi044 bash[32620]: cluster 2023-12-07T18:27:20.500821+0000 mgr.a (mgr.24293) 20726 : cluster 0 pgmap v15498: 33 pgs: 33 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:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:21 smithi027 bash[31536]: cluster 2023-12-07T18:27:20.500821+0000 mgr.a (mgr.24293) 20726 : cluster 0 pgmap v15498: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:22 smithi022 bash[28554]: audit 2023-12-07T18:27:21.635665+0000 mgr.a (mgr.24293) 20727 : audit 0 from='client.408990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:22 smithi044 bash[32620]: audit 2023-12-07T18:27:21.635665+0000 mgr.a (mgr.24293) 20727 : audit 0 from='client.408990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:22 smithi027 bash[31536]: audit 2023-12-07T18:27:21.635665+0000 mgr.a (mgr.24293) 20727 : audit 0 from='client.408990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:23 smithi022 bash[28554]: cluster 2023-12-07T18:27:22.501733+0000 mgr.a (mgr.24293) 20728 : cluster 0 pgmap v15499: 33 pgs: 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:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:23 smithi044 bash[32620]: cluster 2023-12-07T18:27:22.501733+0000 mgr.a (mgr.24293) 20728 : cluster 0 pgmap v15499: 33 pgs: 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:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:23 smithi027 bash[31536]: cluster 2023-12-07T18:27:22.501733+0000 mgr.a (mgr.24293) 20728 : cluster 0 pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:25 smithi022 bash[28554]: cluster 2023-12-07T18:27:24.502392+0000 mgr.a (mgr.24293) 20729 : cluster 0 pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:25 smithi044 bash[32620]: cluster 2023-12-07T18:27:24.502392+0000 mgr.a (mgr.24293) 20729 : cluster 0 pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:25 smithi027 bash[31536]: cluster 2023-12-07T18:27:24.502392+0000 mgr.a (mgr.24293) 20729 : cluster 0 pgmap v15500: 33 pgs: 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:27.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:27.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:27.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:28.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:28.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:28.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:28.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:28.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:27 smithi022 bash[28554]: cluster 2023-12-07T18:27:26.503324+0000 mgr.a (mgr.24293) 20730 : cluster 0 pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:27 smithi044 bash[32620]: cluster 2023-12-07T18:27:26.503324+0000 mgr.a (mgr.24293) 20730 : cluster 0 pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:27 smithi027 bash[31536]: cluster 2023-12-07T18:27:26.503324+0000 mgr.a (mgr.24293) 20730 : cluster 0 pgmap v15501: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:28 smithi022 bash[28554]: audit 2023-12-07T18:27:27.558863+0000 mgr.a (mgr.24293) 20731 : audit 0 from='client.409059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:28 smithi044 bash[32620]: audit 2023-12-07T18:27:27.558863+0000 mgr.a (mgr.24293) 20731 : audit 0 from='client.409059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:28 smithi027 bash[31536]: audit 2023-12-07T18:27:27.558863+0000 mgr.a (mgr.24293) 20731 : audit 0 from='client.409059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:30.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:29 smithi022 bash[28554]: cluster 2023-12-07T18:27:28.504114+0000 mgr.a (mgr.24293) 20732 : cluster 0 pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:30.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:29 smithi044 bash[32620]: cluster 2023-12-07T18:27:28.504114+0000 mgr.a (mgr.24293) 20732 : cluster 0 pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:29 smithi027 bash[31536]: cluster 2023-12-07T18:27:28.504114+0000 mgr.a (mgr.24293) 20732 : cluster 0 pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:31 smithi022 bash[28554]: cluster 2023-12-07T18:27:30.504968+0000 mgr.a (mgr.24293) 20733 : cluster 0 pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:31 smithi044 bash[32620]: cluster 2023-12-07T18:27:30.504968+0000 mgr.a (mgr.24293) 20733 : cluster 0 pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:31 smithi027 bash[31536]: cluster 2023-12-07T18:27:30.504968+0000 mgr.a (mgr.24293) 20733 : cluster 0 pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:33.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:33.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:33.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:34.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:33 smithi022 bash[28554]: cluster 2023-12-07T18:27:32.505545+0000 mgr.a (mgr.24293) 20734 : cluster 0 pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:33 smithi044 bash[32620]: cluster 2023-12-07T18:27:32.505545+0000 mgr.a (mgr.24293) 20734 : cluster 0 pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:33 smithi027 bash[31536]: cluster 2023-12-07T18:27:32.505545+0000 mgr.a (mgr.24293) 20734 : cluster 0 pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:34 smithi022 bash[28554]: audit 2023-12-07T18:27:33.518179+0000 mgr.a (mgr.24293) 20735 : audit 0 from='client.409134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:34 smithi044 bash[32620]: audit 2023-12-07T18:27:33.518179+0000 mgr.a (mgr.24293) 20735 : audit 0 from='client.409134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:34 smithi027 bash[31536]: audit 2023-12-07T18:27:33.518179+0000 mgr.a (mgr.24293) 20735 : audit 0 from='client.409134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:35 smithi022 bash[28554]: cluster 2023-12-07T18:27:34.506287+0000 mgr.a (mgr.24293) 20736 : cluster 0 pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:35 smithi044 bash[32620]: cluster 2023-12-07T18:27:34.506287+0000 mgr.a (mgr.24293) 20736 : cluster 0 pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:35 smithi027 bash[31536]: cluster 2023-12-07T18:27:34.506287+0000 mgr.a (mgr.24293) 20736 : cluster 0 pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:36 smithi022 bash[28554]: cluster 2023-12-07T18:27:36.507150+0000 mgr.a (mgr.24293) 20737 : cluster 0 pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:36 smithi044 bash[32620]: cluster 2023-12-07T18:27:36.507150+0000 mgr.a (mgr.24293) 20737 : cluster 0 pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:36 smithi027 bash[31536]: cluster 2023-12-07T18:27:36.507150+0000 mgr.a (mgr.24293) 20737 : cluster 0 pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:39.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:39.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:39.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:39.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:39.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:39.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:39 smithi022 bash[28554]: cluster 2023-12-07T18:27:38.507790+0000 mgr.a (mgr.24293) 20738 : cluster 0 pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:39 smithi044 bash[32620]: cluster 2023-12-07T18:27:38.507790+0000 mgr.a (mgr.24293) 20738 : cluster 0 pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:39 smithi027 bash[31536]: cluster 2023-12-07T18:27:38.507790+0000 mgr.a (mgr.24293) 20738 : cluster 0 pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:41.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:40 smithi022 bash[28554]: audit 2023-12-07T18:27:39.464896+0000 mgr.a (mgr.24293) 20739 : audit 0 from='client.409206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:40 smithi044 bash[32620]: audit 2023-12-07T18:27:39.464896+0000 mgr.a (mgr.24293) 20739 : audit 0 from='client.409206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:41.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:40 smithi027 bash[31536]: audit 2023-12-07T18:27:39.464896+0000 mgr.a (mgr.24293) 20739 : audit 0 from='client.409206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:41 smithi022 bash[28554]: cluster 2023-12-07T18:27:40.508742+0000 mgr.a (mgr.24293) 20740 : cluster 0 pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:41 smithi044 bash[32620]: cluster 2023-12-07T18:27:40.508742+0000 mgr.a (mgr.24293) 20740 : cluster 0 pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:41 smithi027 bash[31536]: cluster 2023-12-07T18:27:40.508742+0000 mgr.a (mgr.24293) 20740 : cluster 0 pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:44.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:43 smithi022 bash[28554]: cluster 2023-12-07T18:27:42.509350+0000 mgr.a (mgr.24293) 20741 : cluster 0 pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:43 smithi044 bash[32620]: cluster 2023-12-07T18:27:42.509350+0000 mgr.a (mgr.24293) 20741 : cluster 0 pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:43 smithi027 bash[31536]: cluster 2023-12-07T18:27:42.509350+0000 mgr.a (mgr.24293) 20741 : cluster 0 pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:45.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:45.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:45.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:45.964 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:45.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:45.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:45.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:45.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:45 smithi022 bash[28554]: cluster 2023-12-07T18:27:44.510095+0000 mgr.a (mgr.24293) 20742 : cluster 0 pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:45 smithi044 bash[32620]: cluster 2023-12-07T18:27:44.510095+0000 mgr.a (mgr.24293) 20742 : cluster 0 pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:45 smithi027 bash[31536]: cluster 2023-12-07T18:27:44.510095+0000 mgr.a (mgr.24293) 20742 : cluster 0 pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:46 smithi022 bash[28554]: audit 2023-12-07T18:27:45.420225+0000 mgr.a (mgr.24293) 20743 : audit 0 from='client.409278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:46 smithi044 bash[32620]: audit 2023-12-07T18:27:45.420225+0000 mgr.a (mgr.24293) 20743 : audit 0 from='client.409278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:46 smithi027 bash[31536]: audit 2023-12-07T18:27:45.420225+0000 mgr.a (mgr.24293) 20743 : audit 0 from='client.409278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:47 smithi022 bash[28554]: cluster 2023-12-07T18:27:46.511157+0000 mgr.a (mgr.24293) 20744 : cluster 0 pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:47 smithi044 bash[32620]: cluster 2023-12-07T18:27:46.511157+0000 mgr.a (mgr.24293) 20744 : cluster 0 pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:47 smithi027 bash[31536]: cluster 2023-12-07T18:27:46.511157+0000 mgr.a (mgr.24293) 20744 : cluster 0 pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:49 smithi022 bash[28554]: cluster 2023-12-07T18:27:48.511784+0000 mgr.a (mgr.24293) 20745 : cluster 0 pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:49 smithi044 bash[32620]: cluster 2023-12-07T18:27:48.511784+0000 mgr.a (mgr.24293) 20745 : cluster 0 pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:49 smithi027 bash[31536]: cluster 2023-12-07T18:27:48.511784+0000 mgr.a (mgr.24293) 20745 : cluster 0 pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:50.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:50.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:50.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:51.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:51.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:51.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:51 smithi022 bash[28554]: cluster 2023-12-07T18:27:50.512511+0000 mgr.a (mgr.24293) 20746 : cluster 0 pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:51 smithi044 bash[32620]: cluster 2023-12-07T18:27:50.512511+0000 mgr.a (mgr.24293) 20746 : cluster 0 pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:51 smithi027 bash[31536]: cluster 2023-12-07T18:27:50.512511+0000 mgr.a (mgr.24293) 20746 : cluster 0 pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:52 smithi022 bash[28554]: audit 2023-12-07T18:27:51.379481+0000 mgr.a (mgr.24293) 20747 : audit 0 from='client.409356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:52 smithi044 bash[32620]: audit 2023-12-07T18:27:51.379481+0000 mgr.a (mgr.24293) 20747 : audit 0 from='client.409356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:53.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:52 smithi027 bash[31536]: audit 2023-12-07T18:27:51.379481+0000 mgr.a (mgr.24293) 20747 : audit 0 from='client.409356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:53 smithi022 bash[28554]: cluster 2023-12-07T18:27:52.513380+0000 mgr.a (mgr.24293) 20748 : cluster 0 pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:53 smithi044 bash[32620]: cluster 2023-12-07T18:27:52.513380+0000 mgr.a (mgr.24293) 20748 : cluster 0 pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:53 smithi027 bash[31536]: cluster 2023-12-07T18:27:52.513380+0000 mgr.a (mgr.24293) 20748 : cluster 0 pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:55 smithi022 bash[28554]: cluster 2023-12-07T18:27:54.514028+0000 mgr.a (mgr.24293) 20749 : cluster 0 pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:55 smithi044 bash[32620]: cluster 2023-12-07T18:27:54.514028+0000 mgr.a (mgr.24293) 20749 : cluster 0 pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:55 smithi027 bash[31536]: cluster 2023-12-07T18:27:54.514028+0000 mgr.a (mgr.24293) 20749 : cluster 0 pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:56.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:27:56.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:56.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:57.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:27:57.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:57.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:57.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:57.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:27:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:57 smithi022 bash[28554]: cluster 2023-12-07T18:27:56.514853+0000 mgr.a (mgr.24293) 20750 : cluster 0 pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:57 smithi044 bash[32620]: cluster 2023-12-07T18:27:56.514853+0000 mgr.a (mgr.24293) 20750 : cluster 0 pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:57 smithi027 bash[31536]: cluster 2023-12-07T18:27:56.514853+0000 mgr.a (mgr.24293) 20750 : cluster 0 pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:58 smithi022 bash[28554]: audit 2023-12-07T18:27:57.323811+0000 mgr.a (mgr.24293) 20751 : audit 0 from='client.409434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:59.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:58 smithi044 bash[32620]: audit 2023-12-07T18:27:57.323811+0000 mgr.a (mgr.24293) 20751 : audit 0 from='client.409434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:59.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:58 smithi027 bash[31536]: audit 2023-12-07T18:27:57.323811+0000 mgr.a (mgr.24293) 20751 : audit 0 from='client.409434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:27:59 smithi022 bash[28554]: cluster 2023-12-07T18:27:58.515765+0000 mgr.a (mgr.24293) 20752 : cluster 0 pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:27:59 smithi044 bash[32620]: cluster 2023-12-07T18:27:58.515765+0000 mgr.a (mgr.24293) 20752 : cluster 0 pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:27:59 smithi027 bash[31536]: cluster 2023-12-07T18:27:58.515765+0000 mgr.a (mgr.24293) 20752 : cluster 0 pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:00 smithi022 bash[28554]: cluster 2023-12-07T18:28:00.516600+0000 mgr.a (mgr.24293) 20753 : cluster 0 pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:00 smithi044 bash[32620]: cluster 2023-12-07T18:28:00.516600+0000 mgr.a (mgr.24293) 20753 : cluster 0 pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:01.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:00 smithi027 bash[31536]: cluster 2023-12-07T18:28:00.516600+0000 mgr.a (mgr.24293) 20753 : cluster 0 pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:02.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:02.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:02.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:03.786 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:03.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:03.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:03.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:03.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:03.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:03 smithi022 bash[28554]: cluster 2023-12-07T18:28:02.517147+0000 mgr.a (mgr.24293) 20754 : cluster 0 pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:03 smithi044 bash[32620]: cluster 2023-12-07T18:28:02.517147+0000 mgr.a (mgr.24293) 20754 : cluster 0 pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:03 smithi027 bash[31536]: cluster 2023-12-07T18:28:02.517147+0000 mgr.a (mgr.24293) 20754 : cluster 0 pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:04 smithi022 bash[28554]: audit 2023-12-07T18:28:03.263865+0000 mgr.a (mgr.24293) 20755 : audit 0 from='client.409509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:04 smithi044 bash[32620]: audit 2023-12-07T18:28:03.263865+0000 mgr.a (mgr.24293) 20755 : audit 0 from='client.409509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:05.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:04 smithi027 bash[31536]: audit 2023-12-07T18:28:03.263865+0000 mgr.a (mgr.24293) 20755 : audit 0 from='client.409509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:05 smithi022 bash[28554]: cluster 2023-12-07T18:28:04.517812+0000 mgr.a (mgr.24293) 20756 : cluster 0 pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:05 smithi044 bash[32620]: cluster 2023-12-07T18:28:04.517812+0000 mgr.a (mgr.24293) 20756 : cluster 0 pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:06.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:05 smithi027 bash[31536]: cluster 2023-12-07T18:28:04.517812+0000 mgr.a (mgr.24293) 20756 : cluster 0 pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:07 smithi022 bash[28554]: cluster 2023-12-07T18:28:06.518672+0000 mgr.a (mgr.24293) 20757 : cluster 0 pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:07 smithi044 bash[32620]: cluster 2023-12-07T18:28:06.518672+0000 mgr.a (mgr.24293) 20757 : cluster 0 pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:07 smithi027 bash[31536]: cluster 2023-12-07T18:28:06.518672+0000 mgr.a (mgr.24293) 20757 : cluster 0 pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:08.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:08.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:08.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:08 smithi022 bash[28554]: audit 2023-12-07T18:28:08.432549+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:28:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:08 smithi044 bash[32620]: audit 2023-12-07T18:28:08.432549+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:28:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:08 smithi027 bash[31536]: audit 2023-12-07T18:28:08.432549+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:28:09.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:09.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:09.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:09.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:09.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:09 smithi022 bash[28554]: cluster 2023-12-07T18:28:08.519350+0000 mgr.a (mgr.24293) 20758 : cluster 0 pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:09 smithi022 bash[28554]: audit 2023-12-07T18:28:09.219865+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:09 smithi022 bash[28554]: audit 2023-12-07T18:28:09.221757+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:10.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:09 smithi022 bash[28554]: audit 2023-12-07T18:28:09.230042+0000 mon.a (mon.0) 3315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:28:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:09 smithi044 bash[32620]: cluster 2023-12-07T18:28:08.519350+0000 mgr.a (mgr.24293) 20758 : cluster 0 pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:09 smithi044 bash[32620]: audit 2023-12-07T18:28:09.219865+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:09 smithi044 bash[32620]: audit 2023-12-07T18:28:09.221757+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:09 smithi044 bash[32620]: audit 2023-12-07T18:28:09.230042+0000 mon.a (mon.0) 3315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:28:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:09 smithi027 bash[31536]: cluster 2023-12-07T18:28:08.519350+0000 mgr.a (mgr.24293) 20758 : cluster 0 pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:09 smithi027 bash[31536]: audit 2023-12-07T18:28:09.219865+0000 mon.a (mon.0) 3313 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:09 smithi027 bash[31536]: audit 2023-12-07T18:28:09.221757+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:09 smithi027 bash[31536]: audit 2023-12-07T18:28:09.230042+0000 mon.a (mon.0) 3315 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:28:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:10 smithi022 bash[28554]: audit 2023-12-07T18:28:09.195672+0000 mgr.a (mgr.24293) 20759 : audit 0 from='client.409584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:10 smithi044 bash[32620]: audit 2023-12-07T18:28:09.195672+0000 mgr.a (mgr.24293) 20759 : audit 0 from='client.409584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:10 smithi027 bash[31536]: audit 2023-12-07T18:28:09.195672+0000 mgr.a (mgr.24293) 20759 : audit 0 from='client.409584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:11 smithi022 bash[28554]: cluster 2023-12-07T18:28:10.520317+0000 mgr.a (mgr.24293) 20760 : cluster 0 pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:11 smithi044 bash[32620]: cluster 2023-12-07T18:28:10.520317+0000 mgr.a (mgr.24293) 20760 : cluster 0 pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:11 smithi027 bash[31536]: cluster 2023-12-07T18:28:10.520317+0000 mgr.a (mgr.24293) 20760 : cluster 0 pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:13 smithi022 bash[28554]: cluster 2023-12-07T18:28:12.520889+0000 mgr.a (mgr.24293) 20761 : cluster 0 pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:13 smithi044 bash[32620]: cluster 2023-12-07T18:28:12.520889+0000 mgr.a (mgr.24293) 20761 : cluster 0 pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:14.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:13 smithi027 bash[31536]: cluster 2023-12-07T18:28:12.520889+0000 mgr.a (mgr.24293) 20761 : cluster 0 pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:14.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:14.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:14.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:15.653 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:15.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:15.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:15.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:15.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:15 smithi022 bash[28554]: cluster 2023-12-07T18:28:14.521422+0000 mgr.a (mgr.24293) 20762 : cluster 0 pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:15 smithi044 bash[32620]: cluster 2023-12-07T18:28:14.521422+0000 mgr.a (mgr.24293) 20762 : cluster 0 pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:15 smithi027 bash[31536]: cluster 2023-12-07T18:28:14.521422+0000 mgr.a (mgr.24293) 20762 : cluster 0 pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:17.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:16 smithi022 bash[28554]: audit 2023-12-07T18:28:15.130523+0000 mgr.a (mgr.24293) 20763 : audit 0 from='client.409662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:17.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:16 smithi044 bash[32620]: audit 2023-12-07T18:28:15.130523+0000 mgr.a (mgr.24293) 20763 : audit 0 from='client.409662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:17.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:16 smithi027 bash[31536]: audit 2023-12-07T18:28:15.130523+0000 mgr.a (mgr.24293) 20763 : audit 0 from='client.409662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:17 smithi022 bash[28554]: cluster 2023-12-07T18:28:16.522459+0000 mgr.a (mgr.24293) 20764 : cluster 0 pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:28:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:17 smithi044 bash[32620]: cluster 2023-12-07T18:28:16.522459+0000 mgr.a (mgr.24293) 20764 : cluster 0 pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:28:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:17 smithi027 bash[31536]: cluster 2023-12-07T18:28:16.522459+0000 mgr.a (mgr.24293) 20764 : cluster 0 pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:28:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:19 smithi022 bash[28554]: cluster 2023-12-07T18:28:18.523024+0000 mgr.a (mgr.24293) 20765 : cluster 0 pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:28:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:19 smithi044 bash[32620]: cluster 2023-12-07T18:28:18.523024+0000 mgr.a (mgr.24293) 20765 : cluster 0 pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:28:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:19 smithi027 bash[31536]: cluster 2023-12-07T18:28:18.523024+0000 mgr.a (mgr.24293) 20765 : cluster 0 pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:28:20.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:20.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:20.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:21.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:21.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:21.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:21.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:21.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:21 smithi022 bash[28554]: cluster 2023-12-07T18:28:20.523809+0000 mgr.a (mgr.24293) 20766 : cluster 0 pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:21 smithi044 bash[32620]: cluster 2023-12-07T18:28:20.523809+0000 mgr.a (mgr.24293) 20766 : cluster 0 pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:21 smithi027 bash[31536]: cluster 2023-12-07T18:28:20.523809+0000 mgr.a (mgr.24293) 20766 : cluster 0 pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:22 smithi022 bash[28554]: audit 2023-12-07T18:28:21.067080+0000 mgr.a (mgr.24293) 20767 : audit 0 from='client.409734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:22 smithi044 bash[32620]: audit 2023-12-07T18:28:21.067080+0000 mgr.a (mgr.24293) 20767 : audit 0 from='client.409734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:23.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:22 smithi027 bash[31536]: audit 2023-12-07T18:28:21.067080+0000 mgr.a (mgr.24293) 20767 : audit 0 from='client.409734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:23 smithi022 bash[28554]: cluster 2023-12-07T18:28:22.524508+0000 mgr.a (mgr.24293) 20768 : cluster 0 pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:23 smithi044 bash[32620]: cluster 2023-12-07T18:28:22.524508+0000 mgr.a (mgr.24293) 20768 : cluster 0 pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:23 smithi027 bash[31536]: cluster 2023-12-07T18:28:22.524508+0000 mgr.a (mgr.24293) 20768 : cluster 0 pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:25 smithi022 bash[28554]: cluster 2023-12-07T18:28:24.525115+0000 mgr.a (mgr.24293) 20769 : cluster 0 pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:25 smithi044 bash[32620]: cluster 2023-12-07T18:28:24.525115+0000 mgr.a (mgr.24293) 20769 : cluster 0 pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:26.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:25 smithi027 bash[31536]: cluster 2023-12-07T18:28:24.525115+0000 mgr.a (mgr.24293) 20769 : cluster 0 pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:26.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:27.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:27 smithi022 bash[28554]: cluster 2023-12-07T18:28:26.525957+0000 mgr.a (mgr.24293) 20770 : cluster 0 pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:27 smithi044 bash[32620]: cluster 2023-12-07T18:28:26.525957+0000 mgr.a (mgr.24293) 20770 : cluster 0 pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:28.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:27 smithi027 bash[31536]: cluster 2023-12-07T18:28:26.525957+0000 mgr.a (mgr.24293) 20770 : cluster 0 pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:28 smithi022 bash[28554]: audit 2023-12-07T18:28:27.007632+0000 mgr.a (mgr.24293) 20771 : audit 0 from='client.409812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:28 smithi044 bash[32620]: audit 2023-12-07T18:28:27.007632+0000 mgr.a (mgr.24293) 20771 : audit 0 from='client.409812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:29.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:28 smithi027 bash[31536]: audit 2023-12-07T18:28:27.007632+0000 mgr.a (mgr.24293) 20771 : audit 0 from='client.409812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:29 smithi022 bash[28554]: cluster 2023-12-07T18:28:28.526628+0000 mgr.a (mgr.24293) 20772 : cluster 0 pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:28:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:29 smithi044 bash[32620]: cluster 2023-12-07T18:28:28.526628+0000 mgr.a (mgr.24293) 20772 : cluster 0 pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:28:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:29 smithi027 bash[31536]: cluster 2023-12-07T18:28:28.526628+0000 mgr.a (mgr.24293) 20772 : cluster 0 pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:28:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:31 smithi022 bash[28554]: cluster 2023-12-07T18:28:30.527633+0000 mgr.a (mgr.24293) 20773 : cluster 0 pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:28:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:31 smithi044 bash[32620]: cluster 2023-12-07T18:28:30.527633+0000 mgr.a (mgr.24293) 20773 : cluster 0 pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:28:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:31 smithi027 bash[31536]: cluster 2023-12-07T18:28:30.527633+0000 mgr.a (mgr.24293) 20773 : cluster 0 pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:28:32.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:32.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:32.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:33.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:33.495 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:33 smithi022 bash[28554]: cluster 2023-12-07T18:28:32.528246+0000 mgr.a (mgr.24293) 20774 : cluster 0 pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:33 smithi044 bash[32620]: cluster 2023-12-07T18:28:32.528246+0000 mgr.a (mgr.24293) 20774 : cluster 0 pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:33 smithi027 bash[31536]: cluster 2023-12-07T18:28:32.528246+0000 mgr.a (mgr.24293) 20774 : cluster 0 pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:34 smithi022 bash[28554]: audit 2023-12-07T18:28:32.957863+0000 mgr.a (mgr.24293) 20775 : audit 0 from='client.409890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:34 smithi044 bash[32620]: audit 2023-12-07T18:28:32.957863+0000 mgr.a (mgr.24293) 20775 : audit 0 from='client.409890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:34 smithi027 bash[31536]: audit 2023-12-07T18:28:32.957863+0000 mgr.a (mgr.24293) 20775 : audit 0 from='client.409890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:35 smithi022 bash[28554]: cluster 2023-12-07T18:28:34.528929+0000 mgr.a (mgr.24293) 20776 : cluster 0 pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:35 smithi044 bash[32620]: cluster 2023-12-07T18:28:34.528929+0000 mgr.a (mgr.24293) 20776 : cluster 0 pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:35 smithi027 bash[31536]: cluster 2023-12-07T18:28:34.528929+0000 mgr.a (mgr.24293) 20776 : cluster 0 pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:37.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:36 smithi022 bash[28554]: cluster 2023-12-07T18:28:36.529741+0000 mgr.a (mgr.24293) 20777 : cluster 0 pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:37.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:36 smithi044 bash[32620]: cluster 2023-12-07T18:28:36.529741+0000 mgr.a (mgr.24293) 20777 : cluster 0 pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:37.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:36 smithi027 bash[31536]: cluster 2023-12-07T18:28:36.529741+0000 mgr.a (mgr.24293) 20777 : cluster 0 pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:38.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:38.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:38.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:39.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:39.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:39.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:39.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:39.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:39 smithi022 bash[28554]: cluster 2023-12-07T18:28:38.530280+0000 mgr.a (mgr.24293) 20778 : cluster 0 pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:39 smithi044 bash[32620]: cluster 2023-12-07T18:28:38.530280+0000 mgr.a (mgr.24293) 20778 : cluster 0 pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:39 smithi027 bash[31536]: cluster 2023-12-07T18:28:38.530280+0000 mgr.a (mgr.24293) 20778 : cluster 0 pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:40 smithi022 bash[28554]: audit 2023-12-07T18:28:38.910571+0000 mgr.a (mgr.24293) 20779 : audit 0 from='client.409965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:40 smithi044 bash[32620]: audit 2023-12-07T18:28:38.910571+0000 mgr.a (mgr.24293) 20779 : audit 0 from='client.409965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:40 smithi027 bash[31536]: audit 2023-12-07T18:28:38.910571+0000 mgr.a (mgr.24293) 20779 : audit 0 from='client.409965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:41 smithi022 bash[28554]: cluster 2023-12-07T18:28:40.531202+0000 mgr.a (mgr.24293) 20780 : cluster 0 pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:41 smithi044 bash[32620]: cluster 2023-12-07T18:28:40.531202+0000 mgr.a (mgr.24293) 20780 : cluster 0 pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:42.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:41 smithi027 bash[31536]: cluster 2023-12-07T18:28:40.531202+0000 mgr.a (mgr.24293) 20780 : cluster 0 pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:43 smithi022 bash[28554]: cluster 2023-12-07T18:28:42.531759+0000 mgr.a (mgr.24293) 20781 : cluster 0 pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:43 smithi044 bash[32620]: cluster 2023-12-07T18:28:42.531759+0000 mgr.a (mgr.24293) 20781 : cluster 0 pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:43 smithi027 bash[31536]: cluster 2023-12-07T18:28:42.531759+0000 mgr.a (mgr.24293) 20781 : cluster 0 pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:44.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:44.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:44.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:45.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:45.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:45.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:45.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:45.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:45 smithi022 bash[28554]: cluster 2023-12-07T18:28:44.532305+0000 mgr.a (mgr.24293) 20782 : cluster 0 pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:45 smithi044 bash[32620]: cluster 2023-12-07T18:28:44.532305+0000 mgr.a (mgr.24293) 20782 : cluster 0 pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:45 smithi027 bash[31536]: cluster 2023-12-07T18:28:44.532305+0000 mgr.a (mgr.24293) 20782 : cluster 0 pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:47.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:46 smithi022 bash[28554]: audit 2023-12-07T18:28:44.867700+0000 mgr.a (mgr.24293) 20783 : audit 0 from='client.410043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:47.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:46 smithi044 bash[32620]: audit 2023-12-07T18:28:44.867700+0000 mgr.a (mgr.24293) 20783 : audit 0 from='client.410043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:47.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:46 smithi027 bash[31536]: audit 2023-12-07T18:28:44.867700+0000 mgr.a (mgr.24293) 20783 : audit 0 from='client.410043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:47 smithi022 bash[28554]: cluster 2023-12-07T18:28:46.533359+0000 mgr.a (mgr.24293) 20784 : cluster 0 pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:47 smithi044 bash[32620]: cluster 2023-12-07T18:28:46.533359+0000 mgr.a (mgr.24293) 20784 : cluster 0 pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:48.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:47 smithi027 bash[31536]: cluster 2023-12-07T18:28:46.533359+0000 mgr.a (mgr.24293) 20784 : cluster 0 pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:49 smithi022 bash[28554]: cluster 2023-12-07T18:28:48.533968+0000 mgr.a (mgr.24293) 20785 : cluster 0 pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:49 smithi044 bash[32620]: cluster 2023-12-07T18:28:48.533968+0000 mgr.a (mgr.24293) 20785 : cluster 0 pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:49 smithi027 bash[31536]: cluster 2023-12-07T18:28:48.533968+0000 mgr.a (mgr.24293) 20785 : cluster 0 pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:50.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:50.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:50.394 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:51.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:51.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:51.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:51.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:51.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:28:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:51 smithi022 bash[28554]: cluster 2023-12-07T18:28:50.534501+0000 mgr.a (mgr.24293) 20786 : cluster 0 pgmap v15543: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:51 smithi022 bash[28554]: audit 2023-12-07T18:28:50.803735+0000 mgr.a (mgr.24293) 20787 : audit 0 from='client.410118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:51 smithi044 bash[32620]: cluster 2023-12-07T18:28:50.534501+0000 mgr.a (mgr.24293) 20786 : cluster 0 pgmap v15543: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:51 smithi044 bash[32620]: audit 2023-12-07T18:28:50.803735+0000 mgr.a (mgr.24293) 20787 : audit 0 from='client.410118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:51 smithi027 bash[31536]: cluster 2023-12-07T18:28:50.534501+0000 mgr.a (mgr.24293) 20786 : cluster 0 pgmap v15543: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:51 smithi027 bash[31536]: audit 2023-12-07T18:28:50.803735+0000 mgr.a (mgr.24293) 20787 : audit 0 from='client.410118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:53 smithi022 bash[28554]: cluster 2023-12-07T18:28:52.535128+0000 mgr.a (mgr.24293) 20788 : cluster 0 pgmap v15544: 33 pgs: 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:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:53 smithi044 bash[32620]: cluster 2023-12-07T18:28:52.535128+0000 mgr.a (mgr.24293) 20788 : cluster 0 pgmap v15544: 33 pgs: 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:54.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:53 smithi027 bash[31536]: cluster 2023-12-07T18:28:52.535128+0000 mgr.a (mgr.24293) 20788 : cluster 0 pgmap v15544: 33 pgs: 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:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:55 smithi022 bash[28554]: cluster 2023-12-07T18:28:54.535741+0000 mgr.a (mgr.24293) 20789 : cluster 0 pgmap v15545: 33 pgs: 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:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:55 smithi044 bash[32620]: cluster 2023-12-07T18:28:54.535741+0000 mgr.a (mgr.24293) 20789 : cluster 0 pgmap v15545: 33 pgs: 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:56.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:55 smithi027 bash[31536]: cluster 2023-12-07T18:28:54.535741+0000 mgr.a (mgr.24293) 20789 : cluster 0 pgmap v15545: 33 pgs: 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:56.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:28:56.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:56.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:56 smithi022 bash[28554]: cluster 2023-12-07T18:28:56.536509+0000 mgr.a (mgr.24293) 20790 : cluster 0 pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:56 smithi022 bash[28554]: audit 2023-12-07T18:28:56.757579+0000 mgr.a (mgr.24293) 20791 : audit 0 from='client.410193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:56 smithi044 bash[32620]: cluster 2023-12-07T18:28:56.536509+0000 mgr.a (mgr.24293) 20790 : cluster 0 pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:56 smithi044 bash[32620]: audit 2023-12-07T18:28:56.757579+0000 mgr.a (mgr.24293) 20791 : audit 0 from='client.410193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:56 smithi027 bash[31536]: cluster 2023-12-07T18:28:56.536509+0000 mgr.a (mgr.24293) 20790 : cluster 0 pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:56 smithi027 bash[31536]: audit 2023-12-07T18:28:56.757579+0000 mgr.a (mgr.24293) 20791 : audit 0 from='client.410193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:57.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:28:57.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:57.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:57.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:57.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:28:59 smithi022 bash[28554]: cluster 2023-12-07T18:28:58.537108+0000 mgr.a (mgr.24293) 20792 : cluster 0 pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:28:59 smithi044 bash[32620]: cluster 2023-12-07T18:28:58.537108+0000 mgr.a (mgr.24293) 20792 : cluster 0 pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:28:59 smithi027 bash[31536]: cluster 2023-12-07T18:28:58.537108+0000 mgr.a (mgr.24293) 20792 : cluster 0 pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:01 smithi022 bash[28554]: cluster 2023-12-07T18:29:00.537855+0000 mgr.a (mgr.24293) 20793 : cluster 0 pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:01 smithi044 bash[32620]: cluster 2023-12-07T18:29:00.537855+0000 mgr.a (mgr.24293) 20793 : cluster 0 pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:01 smithi027 bash[31536]: cluster 2023-12-07T18:29:00.537855+0000 mgr.a (mgr.24293) 20793 : cluster 0 pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:02.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:02.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:02.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:03.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:03.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:03.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:03.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:03.184 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:03 smithi022 bash[28554]: cluster 2023-12-07T18:29:02.538406+0000 mgr.a (mgr.24293) 20794 : cluster 0 pgmap v15549: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:03 smithi022 bash[28554]: audit 2023-12-07T18:29:02.664198+0000 mgr.a (mgr.24293) 20795 : audit 0 from='client.410265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:03 smithi044 bash[32620]: cluster 2023-12-07T18:29:02.538406+0000 mgr.a (mgr.24293) 20794 : cluster 0 pgmap v15549: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:03 smithi044 bash[32620]: audit 2023-12-07T18:29:02.664198+0000 mgr.a (mgr.24293) 20795 : audit 0 from='client.410265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:03 smithi027 bash[31536]: cluster 2023-12-07T18:29:02.538406+0000 mgr.a (mgr.24293) 20794 : cluster 0 pgmap v15549: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:03 smithi027 bash[31536]: audit 2023-12-07T18:29:02.664198+0000 mgr.a (mgr.24293) 20795 : audit 0 from='client.410265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:05 smithi022 bash[28554]: cluster 2023-12-07T18:29:04.539066+0000 mgr.a (mgr.24293) 20796 : cluster 0 pgmap v15550: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:05 smithi044 bash[32620]: cluster 2023-12-07T18:29:04.539066+0000 mgr.a (mgr.24293) 20796 : cluster 0 pgmap v15550: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:05 smithi027 bash[31536]: cluster 2023-12-07T18:29:04.539066+0000 mgr.a (mgr.24293) 20796 : cluster 0 pgmap v15550: 33 pgs: 33 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:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:07 smithi022 bash[28554]: cluster 2023-12-07T18:29:06.539924+0000 mgr.a (mgr.24293) 20797 : cluster 0 pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:07 smithi044 bash[32620]: cluster 2023-12-07T18:29:06.539924+0000 mgr.a (mgr.24293) 20797 : cluster 0 pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:08.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:08.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:08.188 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:07 smithi027 bash[31536]: cluster 2023-12-07T18:29:06.539924+0000 mgr.a (mgr.24293) 20797 : cluster 0 pgmap v15551: 33 pgs: 33 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:09.128 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:09.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:09.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:09.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:09.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:09 smithi022 bash[28554]: cluster 2023-12-07T18:29:08.540323+0000 mgr.a (mgr.24293) 20798 : cluster 0 pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:09 smithi022 bash[28554]: audit 2023-12-07T18:29:08.597950+0000 mgr.a (mgr.24293) 20799 : audit 0 from='client.410337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:09 smithi022 bash[28554]: audit 2023-12-07T18:29:09.331794+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:09 smithi044 bash[32620]: cluster 2023-12-07T18:29:08.540323+0000 mgr.a (mgr.24293) 20798 : cluster 0 pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:09 smithi044 bash[32620]: audit 2023-12-07T18:29:08.597950+0000 mgr.a (mgr.24293) 20799 : audit 0 from='client.410337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:09 smithi044 bash[32620]: audit 2023-12-07T18:29:09.331794+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:09 smithi027 bash[31536]: cluster 2023-12-07T18:29:08.540323+0000 mgr.a (mgr.24293) 20798 : cluster 0 pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:09 smithi027 bash[31536]: audit 2023-12-07T18:29:08.597950+0000 mgr.a (mgr.24293) 20799 : audit 0 from='client.410337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:09 smithi027 bash[31536]: audit 2023-12-07T18:29:09.331794+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:10 smithi022 bash[28554]: audit 2023-12-07T18:29:10.130155+0000 mon.a (mon.0) 3317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:10 smithi022 bash[28554]: audit 2023-12-07T18:29:10.131823+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:11.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:10 smithi022 bash[28554]: audit 2023-12-07T18:29:10.142028+0000 mon.a (mon.0) 3319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:29:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:10 smithi044 bash[32620]: audit 2023-12-07T18:29:10.130155+0000 mon.a (mon.0) 3317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:10 smithi044 bash[32620]: audit 2023-12-07T18:29:10.131823+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:10 smithi044 bash[32620]: audit 2023-12-07T18:29:10.142028+0000 mon.a (mon.0) 3319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:29:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:10 smithi027 bash[31536]: audit 2023-12-07T18:29:10.130155+0000 mon.a (mon.0) 3317 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:10 smithi027 bash[31536]: audit 2023-12-07T18:29:10.131823+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:10 smithi027 bash[31536]: audit 2023-12-07T18:29:10.142028+0000 mon.a (mon.0) 3319 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:29:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:11 smithi022 bash[28554]: cluster 2023-12-07T18:29:10.541321+0000 mgr.a (mgr.24293) 20800 : cluster 0 pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:11 smithi044 bash[32620]: cluster 2023-12-07T18:29:10.541321+0000 mgr.a (mgr.24293) 20800 : cluster 0 pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:11 smithi027 bash[31536]: cluster 2023-12-07T18:29:10.541321+0000 mgr.a (mgr.24293) 20800 : cluster 0 pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:14.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:14.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:14.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:13 smithi022 bash[28554]: cluster 2023-12-07T18:29:12.541930+0000 mgr.a (mgr.24293) 20801 : cluster 0 pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:13 smithi044 bash[32620]: cluster 2023-12-07T18:29:12.541930+0000 mgr.a (mgr.24293) 20801 : cluster 0 pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:13 smithi027 bash[31536]: cluster 2023-12-07T18:29:12.541930+0000 mgr.a (mgr.24293) 20801 : cluster 0 pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:15.063 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:15.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:15 smithi022 bash[28554]: audit 2023-12-07T18:29:14.540193+0000 mgr.a (mgr.24293) 20802 : audit 0 from='client.410415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:15 smithi022 bash[28554]: cluster 2023-12-07T18:29:14.554641+0000 mgr.a (mgr.24293) 20803 : cluster 0 pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:15 smithi044 bash[32620]: audit 2023-12-07T18:29:14.540193+0000 mgr.a (mgr.24293) 20802 : audit 0 from='client.410415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:15 smithi044 bash[32620]: cluster 2023-12-07T18:29:14.554641+0000 mgr.a (mgr.24293) 20803 : cluster 0 pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:15 smithi027 bash[31536]: audit 2023-12-07T18:29:14.540193+0000 mgr.a (mgr.24293) 20802 : audit 0 from='client.410415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:15 smithi027 bash[31536]: cluster 2023-12-07T18:29:14.554641+0000 mgr.a (mgr.24293) 20803 : cluster 0 pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:17 smithi022 bash[28554]: cluster 2023-12-07T18:29:16.555840+0000 mgr.a (mgr.24293) 20804 : cluster 0 pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:17 smithi044 bash[32620]: cluster 2023-12-07T18:29:16.555840+0000 mgr.a (mgr.24293) 20804 : cluster 0 pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:17 smithi027 bash[31536]: cluster 2023-12-07T18:29:16.555840+0000 mgr.a (mgr.24293) 20804 : cluster 0 pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:20.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:20.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:20.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:19 smithi022 bash[28554]: cluster 2023-12-07T18:29:18.556435+0000 mgr.a (mgr.24293) 20805 : cluster 0 pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:19 smithi044 bash[32620]: cluster 2023-12-07T18:29:18.556435+0000 mgr.a (mgr.24293) 20805 : cluster 0 pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:19 smithi027 bash[31536]: cluster 2023-12-07T18:29:18.556435+0000 mgr.a (mgr.24293) 20805 : cluster 0 pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:21.006 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:21.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:21.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:21.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:21.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:21 smithi022 bash[28554]: audit 2023-12-07T18:29:20.467947+0000 mgr.a (mgr.24293) 20806 : audit 0 from='client.410493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:21 smithi022 bash[28554]: cluster 2023-12-07T18:29:20.557357+0000 mgr.a (mgr.24293) 20807 : cluster 0 pgmap v15558: 33 pgs: 33 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:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:21 smithi044 bash[32620]: audit 2023-12-07T18:29:20.467947+0000 mgr.a (mgr.24293) 20806 : audit 0 from='client.410493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:21 smithi044 bash[32620]: cluster 2023-12-07T18:29:20.557357+0000 mgr.a (mgr.24293) 20807 : cluster 0 pgmap v15558: 33 pgs: 33 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:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:21 smithi027 bash[31536]: audit 2023-12-07T18:29:20.467947+0000 mgr.a (mgr.24293) 20806 : audit 0 from='client.410493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:21 smithi027 bash[31536]: cluster 2023-12-07T18:29:20.557357+0000 mgr.a (mgr.24293) 20807 : cluster 0 pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:23 smithi022 bash[28554]: cluster 2023-12-07T18:29:22.558028+0000 mgr.a (mgr.24293) 20808 : cluster 0 pgmap v15559: 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:29:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:23 smithi044 bash[32620]: cluster 2023-12-07T18:29:22.558028+0000 mgr.a (mgr.24293) 20808 : cluster 0 pgmap v15559: 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:29:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:23 smithi027 bash[31536]: cluster 2023-12-07T18:29:22.558028+0000 mgr.a (mgr.24293) 20808 : cluster 0 pgmap v15559: 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:29:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:24 smithi022 bash[28554]: cluster 2023-12-07T18:29:24.558597+0000 mgr.a (mgr.24293) 20809 : cluster 0 pgmap v15560: 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:29:25.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:24 smithi044 bash[32620]: cluster 2023-12-07T18:29:24.558597+0000 mgr.a (mgr.24293) 20809 : cluster 0 pgmap v15560: 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:29:25.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:24 smithi027 bash[31536]: cluster 2023-12-07T18:29:24.558597+0000 mgr.a (mgr.24293) 20809 : cluster 0 pgmap v15560: 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:29:26.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:26.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:26.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:26.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:26.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:26.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:26.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:26.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:27 smithi022 bash[28554]: audit 2023-12-07T18:29:26.419949+0000 mgr.a (mgr.24293) 20810 : audit 0 from='client.410571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:27.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:27 smithi022 bash[28554]: cluster 2023-12-07T18:29:26.559358+0000 mgr.a (mgr.24293) 20811 : cluster 0 pgmap v15561: 33 pgs: 33 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.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:27 smithi044 bash[32620]: audit 2023-12-07T18:29:26.419949+0000 mgr.a (mgr.24293) 20810 : audit 0 from='client.410571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:27.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:27 smithi044 bash[32620]: cluster 2023-12-07T18:29:26.559358+0000 mgr.a (mgr.24293) 20811 : cluster 0 pgmap v15561: 33 pgs: 33 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.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:27 smithi027 bash[31536]: audit 2023-12-07T18:29:26.419949+0000 mgr.a (mgr.24293) 20810 : audit 0 from='client.410571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:27.951 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:27 smithi027 bash[31536]: cluster 2023-12-07T18:29:26.559358+0000 mgr.a (mgr.24293) 20811 : cluster 0 pgmap v15561: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:29 smithi022 bash[28554]: cluster 2023-12-07T18:29:28.560009+0000 mgr.a (mgr.24293) 20812 : cluster 0 pgmap v15562: 33 pgs: 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:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:29 smithi044 bash[32620]: cluster 2023-12-07T18:29:28.560009+0000 mgr.a (mgr.24293) 20812 : cluster 0 pgmap v15562: 33 pgs: 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:30.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:29 smithi027 bash[31536]: cluster 2023-12-07T18:29:28.560009+0000 mgr.a (mgr.24293) 20812 : cluster 0 pgmap v15562: 33 pgs: 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:31.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:31.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:31.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:31 smithi022 bash[28554]: cluster 2023-12-07T18:29:30.560831+0000 mgr.a (mgr.24293) 20813 : cluster 0 pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:31 smithi044 bash[32620]: cluster 2023-12-07T18:29:30.560831+0000 mgr.a (mgr.24293) 20813 : cluster 0 pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:31 smithi027 bash[31536]: cluster 2023-12-07T18:29:30.560831+0000 mgr.a (mgr.24293) 20813 : cluster 0 pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:32.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:32.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:32.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:32.876 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:32.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:33 smithi022 bash[28554]: audit 2023-12-07T18:29:32.370603+0000 mgr.a (mgr.24293) 20814 : audit 0 from='client.410649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:33 smithi022 bash[28554]: cluster 2023-12-07T18:29:32.561480+0000 mgr.a (mgr.24293) 20815 : cluster 0 pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:33 smithi044 bash[32620]: audit 2023-12-07T18:29:32.370603+0000 mgr.a (mgr.24293) 20814 : audit 0 from='client.410649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:33 smithi044 bash[32620]: cluster 2023-12-07T18:29:32.561480+0000 mgr.a (mgr.24293) 20815 : cluster 0 pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:33 smithi027 bash[31536]: audit 2023-12-07T18:29:32.370603+0000 mgr.a (mgr.24293) 20814 : audit 0 from='client.410649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:33 smithi027 bash[31536]: cluster 2023-12-07T18:29:32.561480+0000 mgr.a (mgr.24293) 20815 : cluster 0 pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:35 smithi022 bash[28554]: cluster 2023-12-07T18:29:34.562113+0000 mgr.a (mgr.24293) 20816 : cluster 0 pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:35 smithi044 bash[32620]: cluster 2023-12-07T18:29:34.562113+0000 mgr.a (mgr.24293) 20816 : cluster 0 pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:36.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:35 smithi027 bash[31536]: cluster 2023-12-07T18:29:34.562113+0000 mgr.a (mgr.24293) 20816 : cluster 0 pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:37.879 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:37.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:37.880 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:37 smithi022 bash[28554]: cluster 2023-12-07T18:29:36.562907+0000 mgr.a (mgr.24293) 20817 : cluster 0 pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:37 smithi044 bash[32620]: cluster 2023-12-07T18:29:36.562907+0000 mgr.a (mgr.24293) 20817 : cluster 0 pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:37 smithi027 bash[31536]: cluster 2023-12-07T18:29:36.562907+0000 mgr.a (mgr.24293) 20817 : cluster 0 pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:38.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:38.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:38.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:38.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:38.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:39 smithi022 bash[28554]: audit 2023-12-07T18:29:38.281332+0000 mgr.a (mgr.24293) 20818 : audit 0 from='client.410724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:39 smithi022 bash[28554]: cluster 2023-12-07T18:29:38.563831+0000 mgr.a (mgr.24293) 20819 : cluster 0 pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:39 smithi044 bash[32620]: audit 2023-12-07T18:29:38.281332+0000 mgr.a (mgr.24293) 20818 : audit 0 from='client.410724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:39 smithi044 bash[32620]: cluster 2023-12-07T18:29:38.563831+0000 mgr.a (mgr.24293) 20819 : cluster 0 pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:39 smithi027 bash[31536]: audit 2023-12-07T18:29:38.281332+0000 mgr.a (mgr.24293) 20818 : audit 0 from='client.410724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:40.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:39 smithi027 bash[31536]: cluster 2023-12-07T18:29:38.563831+0000 mgr.a (mgr.24293) 20819 : cluster 0 pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:41 smithi022 bash[28554]: cluster 2023-12-07T18:29:40.564778+0000 mgr.a (mgr.24293) 20820 : cluster 0 pgmap v15568: 33 pgs: 33 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:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:41 smithi044 bash[32620]: cluster 2023-12-07T18:29:40.564778+0000 mgr.a (mgr.24293) 20820 : cluster 0 pgmap v15568: 33 pgs: 33 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:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:41 smithi027 bash[31536]: cluster 2023-12-07T18:29:40.564778+0000 mgr.a (mgr.24293) 20820 : cluster 0 pgmap v15568: 33 pgs: 33 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.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:43.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:43.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:43 smithi022 bash[28554]: cluster 2023-12-07T18:29:42.565308+0000 mgr.a (mgr.24293) 20821 : cluster 0 pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:43 smithi044 bash[32620]: cluster 2023-12-07T18:29:42.565308+0000 mgr.a (mgr.24293) 20821 : cluster 0 pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:43 smithi027 bash[31536]: cluster 2023-12-07T18:29:42.565308+0000 mgr.a (mgr.24293) 20821 : cluster 0 pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:44.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:44.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:44.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:44.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:44.738 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:45 smithi022 bash[28554]: audit 2023-12-07T18:29:44.197507+0000 mgr.a (mgr.24293) 20822 : audit 0 from='client.410796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:45 smithi022 bash[28554]: cluster 2023-12-07T18:29:44.565800+0000 mgr.a (mgr.24293) 20823 : cluster 0 pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:45 smithi044 bash[32620]: audit 2023-12-07T18:29:44.197507+0000 mgr.a (mgr.24293) 20822 : audit 0 from='client.410796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:45 smithi044 bash[32620]: cluster 2023-12-07T18:29:44.565800+0000 mgr.a (mgr.24293) 20823 : cluster 0 pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:45 smithi027 bash[31536]: audit 2023-12-07T18:29:44.197507+0000 mgr.a (mgr.24293) 20822 : audit 0 from='client.410796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:45 smithi027 bash[31536]: cluster 2023-12-07T18:29:44.565800+0000 mgr.a (mgr.24293) 20823 : cluster 0 pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:47 smithi022 bash[28554]: cluster 2023-12-07T18:29:46.566660+0000 mgr.a (mgr.24293) 20824 : cluster 0 pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:47 smithi044 bash[32620]: cluster 2023-12-07T18:29:46.566660+0000 mgr.a (mgr.24293) 20824 : cluster 0 pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:47 smithi027 bash[31536]: cluster 2023-12-07T18:29:46.566660+0000 mgr.a (mgr.24293) 20824 : cluster 0 pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:49.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:49.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:49.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:49 smithi022 bash[28554]: cluster 2023-12-07T18:29:48.567240+0000 mgr.a (mgr.24293) 20825 : cluster 0 pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:49 smithi044 bash[32620]: cluster 2023-12-07T18:29:48.567240+0000 mgr.a (mgr.24293) 20825 : cluster 0 pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:49 smithi027 bash[31536]: cluster 2023-12-07T18:29:48.567240+0000 mgr.a (mgr.24293) 20825 : cluster 0 pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:50.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:50.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:50.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:50.657 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:50.657 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:51 smithi022 bash[28554]: audit 2023-12-07T18:29:50.154630+0000 mgr.a (mgr.24293) 20826 : audit 0 from='client.410871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:51 smithi022 bash[28554]: cluster 2023-12-07T18:29:50.568203+0000 mgr.a (mgr.24293) 20827 : cluster 0 pgmap v15573: 33 pgs: 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:29:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:51 smithi044 bash[32620]: audit 2023-12-07T18:29:50.154630+0000 mgr.a (mgr.24293) 20826 : audit 0 from='client.410871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:51 smithi044 bash[32620]: cluster 2023-12-07T18:29:50.568203+0000 mgr.a (mgr.24293) 20827 : cluster 0 pgmap v15573: 33 pgs: 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:29:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:51 smithi027 bash[31536]: audit 2023-12-07T18:29:50.154630+0000 mgr.a (mgr.24293) 20826 : audit 0 from='client.410871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:51 smithi027 bash[31536]: cluster 2023-12-07T18:29:50.568203+0000 mgr.a (mgr.24293) 20827 : cluster 0 pgmap v15573: 33 pgs: 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:29:53.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:52 smithi022 bash[28554]: cluster 2023-12-07T18:29:52.568779+0000 mgr.a (mgr.24293) 20828 : cluster 0 pgmap v15574: 33 pgs: 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:29:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:52 smithi044 bash[32620]: cluster 2023-12-07T18:29:52.568779+0000 mgr.a (mgr.24293) 20828 : cluster 0 pgmap v15574: 33 pgs: 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:29:53.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:52 smithi027 bash[31536]: cluster 2023-12-07T18:29:52.568779+0000 mgr.a (mgr.24293) 20828 : cluster 0 pgmap v15574: 33 pgs: 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:29:55.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:29:55.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:55.661 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:55 smithi022 bash[28554]: cluster 2023-12-07T18:29:54.569325+0000 mgr.a (mgr.24293) 20829 : cluster 0 pgmap v15575: 33 pgs: 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:29:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:55 smithi044 bash[32620]: cluster 2023-12-07T18:29:54.569325+0000 mgr.a (mgr.24293) 20829 : cluster 0 pgmap v15575: 33 pgs: 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:29:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:55 smithi027 bash[31536]: cluster 2023-12-07T18:29:54.569325+0000 mgr.a (mgr.24293) 20829 : cluster 0 pgmap v15575: 33 pgs: 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:29:56.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:29:56.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:56.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:56.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:56.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:29:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:57 smithi022 bash[28554]: audit 2023-12-07T18:29:56.069964+0000 mgr.a (mgr.24293) 20830 : audit 0 from='client.410946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:57 smithi022 bash[28554]: cluster 2023-12-07T18:29:56.570149+0000 mgr.a (mgr.24293) 20831 : cluster 0 pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:57 smithi044 bash[32620]: audit 2023-12-07T18:29:56.069964+0000 mgr.a (mgr.24293) 20830 : audit 0 from='client.410946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:57 smithi044 bash[32620]: cluster 2023-12-07T18:29:56.570149+0000 mgr.a (mgr.24293) 20831 : cluster 0 pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:57 smithi027 bash[31536]: audit 2023-12-07T18:29:56.069964+0000 mgr.a (mgr.24293) 20830 : audit 0 from='client.410946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:58.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:57 smithi027 bash[31536]: cluster 2023-12-07T18:29:56.570149+0000 mgr.a (mgr.24293) 20831 : cluster 0 pgmap v15576: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:29:59 smithi022 bash[28554]: cluster 2023-12-07T18:29:58.570750+0000 mgr.a (mgr.24293) 20832 : cluster 0 pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:29:59 smithi044 bash[32620]: cluster 2023-12-07T18:29:58.570750+0000 mgr.a (mgr.24293) 20832 : cluster 0 pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:00.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:29:59 smithi027 bash[31536]: cluster 2023-12-07T18:29:58.570750+0000 mgr.a (mgr.24293) 20832 : cluster 0 pgmap v15577: 33 pgs: 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:01.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:00 smithi022 bash[28554]: cluster 2023-12-07T18:30:00.000131+0000 mon.a (mon.0) 3320 : cluster 1 overall HEALTH_OK 2023-12-07T18:30:01.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:00 smithi044 bash[32620]: cluster 2023-12-07T18:30:00.000131+0000 mon.a (mon.0) 3320 : cluster 1 overall HEALTH_OK 2023-12-07T18:30:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:00 smithi027 bash[31536]: cluster 2023-12-07T18:30:00.000131+0000 mon.a (mon.0) 3320 : cluster 1 overall HEALTH_OK 2023-12-07T18:30:01.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:01.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:01.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:01 smithi022 bash[28554]: cluster 2023-12-07T18:30:00.571471+0000 mgr.a (mgr.24293) 20833 : cluster 0 pgmap v15578: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:01 smithi044 bash[32620]: cluster 2023-12-07T18:30:00.571471+0000 mgr.a (mgr.24293) 20833 : cluster 0 pgmap v15578: 33 pgs: 33 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.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:01 smithi027 bash[31536]: cluster 2023-12-07T18:30:00.571471+0000 mgr.a (mgr.24293) 20833 : cluster 0 pgmap v15578: 33 pgs: 33 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.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:02.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:02.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:02.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:02.565 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:03 smithi022 bash[28554]: audit 2023-12-07T18:30:02.010161+0000 mgr.a (mgr.24293) 20834 : audit 0 from='client.411024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:03 smithi022 bash[28554]: cluster 2023-12-07T18:30:02.572086+0000 mgr.a (mgr.24293) 20835 : cluster 0 pgmap v15579: 33 pgs: 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:30:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:03 smithi044 bash[32620]: audit 2023-12-07T18:30:02.010161+0000 mgr.a (mgr.24293) 20834 : audit 0 from='client.411024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:03 smithi044 bash[32620]: cluster 2023-12-07T18:30:02.572086+0000 mgr.a (mgr.24293) 20835 : cluster 0 pgmap v15579: 33 pgs: 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:30:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:03 smithi027 bash[31536]: audit 2023-12-07T18:30:02.010161+0000 mgr.a (mgr.24293) 20834 : audit 0 from='client.411024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:04.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:03 smithi027 bash[31536]: cluster 2023-12-07T18:30:02.572086+0000 mgr.a (mgr.24293) 20835 : cluster 0 pgmap v15579: 33 pgs: 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:30:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:05 smithi022 bash[28554]: cluster 2023-12-07T18:30:04.572639+0000 mgr.a (mgr.24293) 20836 : cluster 0 pgmap v15580: 33 pgs: 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:30:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:05 smithi044 bash[32620]: cluster 2023-12-07T18:30:04.572639+0000 mgr.a (mgr.24293) 20836 : cluster 0 pgmap v15580: 33 pgs: 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:30:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:05 smithi027 bash[31536]: cluster 2023-12-07T18:30:04.572639+0000 mgr.a (mgr.24293) 20836 : cluster 0 pgmap v15580: 33 pgs: 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:30:07.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:07.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:07.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:07 smithi022 bash[28554]: cluster 2023-12-07T18:30:06.573418+0000 mgr.a (mgr.24293) 20837 : cluster 0 pgmap v15581: 33 pgs: 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:30:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:07 smithi044 bash[32620]: cluster 2023-12-07T18:30:06.573418+0000 mgr.a (mgr.24293) 20837 : cluster 0 pgmap v15581: 33 pgs: 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:30:08.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:07 smithi027 bash[31536]: cluster 2023-12-07T18:30:06.573418+0000 mgr.a (mgr.24293) 20837 : cluster 0 pgmap v15581: 33 pgs: 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:30:08.530 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:08.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:08.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:08.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:08.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:09 smithi022 bash[28554]: audit 2023-12-07T18:30:07.980695+0000 mgr.a (mgr.24293) 20838 : audit 0 from='client.411102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:09 smithi022 bash[28554]: cluster 2023-12-07T18:30:08.574201+0000 mgr.a (mgr.24293) 20839 : cluster 0 pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:09 smithi044 bash[32620]: audit 2023-12-07T18:30:07.980695+0000 mgr.a (mgr.24293) 20838 : audit 0 from='client.411102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:09 smithi044 bash[32620]: cluster 2023-12-07T18:30:08.574201+0000 mgr.a (mgr.24293) 20839 : cluster 0 pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:09 smithi027 bash[31536]: audit 2023-12-07T18:30:07.980695+0000 mgr.a (mgr.24293) 20838 : audit 0 from='client.411102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:10.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:09 smithi027 bash[31536]: cluster 2023-12-07T18:30:08.574201+0000 mgr.a (mgr.24293) 20839 : cluster 0 pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:10 smithi022 bash[28554]: audit 2023-12-07T18:30:10.246726+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:10 smithi022 bash[28554]: cluster 2023-12-07T18:30:10.575042+0000 mgr.a (mgr.24293) 20840 : cluster 0 pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:10 smithi044 bash[32620]: audit 2023-12-07T18:30:10.246726+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:11.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:10 smithi044 bash[32620]: cluster 2023-12-07T18:30:10.575042+0000 mgr.a (mgr.24293) 20840 : cluster 0 pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:11.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:10 smithi027 bash[31536]: audit 2023-12-07T18:30:10.246726+0000 mon.a (mon.0) 3321 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:11.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:10 smithi027 bash[31536]: cluster 2023-12-07T18:30:10.575042+0000 mgr.a (mgr.24293) 20840 : cluster 0 pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:11 smithi022 bash[28554]: audit 2023-12-07T18:30:11.024628+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:11 smithi022 bash[28554]: audit 2023-12-07T18:30:11.026550+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:11 smithi022 bash[28554]: audit 2023-12-07T18:30:11.036537+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:30:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:11 smithi044 bash[32620]: audit 2023-12-07T18:30:11.024628+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:11 smithi044 bash[32620]: audit 2023-12-07T18:30:11.026550+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:11 smithi044 bash[32620]: audit 2023-12-07T18:30:11.036537+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:30:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:11 smithi027 bash[31536]: audit 2023-12-07T18:30:11.024628+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:11 smithi027 bash[31536]: audit 2023-12-07T18:30:11.026550+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:11 smithi027 bash[31536]: audit 2023-12-07T18:30:11.036537+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:30:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:12 smithi022 bash[28554]: cluster 2023-12-07T18:30:12.575639+0000 mgr.a (mgr.24293) 20841 : cluster 0 pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:12 smithi044 bash[32620]: cluster 2023-12-07T18:30:12.575639+0000 mgr.a (mgr.24293) 20841 : cluster 0 pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:12 smithi027 bash[31536]: cluster 2023-12-07T18:30:12.575639+0000 mgr.a (mgr.24293) 20841 : cluster 0 pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:13.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:13.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:13.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:14.464 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:14.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:14.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:14.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:14.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:15 smithi022 bash[28554]: audit 2023-12-07T18:30:13.947144+0000 mgr.a (mgr.24293) 20842 : audit 0 from='client.411177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:15 smithi022 bash[28554]: cluster 2023-12-07T18:30:14.576391+0000 mgr.a (mgr.24293) 20843 : cluster 0 pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:15 smithi044 bash[32620]: audit 2023-12-07T18:30:13.947144+0000 mgr.a (mgr.24293) 20842 : audit 0 from='client.411177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:15 smithi044 bash[32620]: cluster 2023-12-07T18:30:14.576391+0000 mgr.a (mgr.24293) 20843 : cluster 0 pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:15 smithi027 bash[31536]: audit 2023-12-07T18:30:13.947144+0000 mgr.a (mgr.24293) 20842 : audit 0 from='client.411177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:15 smithi027 bash[31536]: cluster 2023-12-07T18:30:14.576391+0000 mgr.a (mgr.24293) 20843 : cluster 0 pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:17 smithi022 bash[28554]: cluster 2023-12-07T18:30:16.577251+0000 mgr.a (mgr.24293) 20844 : cluster 0 pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:17 smithi044 bash[32620]: cluster 2023-12-07T18:30:16.577251+0000 mgr.a (mgr.24293) 20844 : cluster 0 pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:17 smithi027 bash[31536]: cluster 2023-12-07T18:30:16.577251+0000 mgr.a (mgr.24293) 20844 : cluster 0 pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:19.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:19.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:19.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:19 smithi022 bash[28554]: cluster 2023-12-07T18:30:18.577826+0000 mgr.a (mgr.24293) 20845 : cluster 0 pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:19 smithi044 bash[32620]: cluster 2023-12-07T18:30:18.577826+0000 mgr.a (mgr.24293) 20845 : cluster 0 pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:19 smithi027 bash[31536]: cluster 2023-12-07T18:30:18.577826+0000 mgr.a (mgr.24293) 20845 : cluster 0 pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:20.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:20.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:20.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:20.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:20.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:20 smithi022 bash[28554]: audit 2023-12-07T18:30:19.874591+0000 mgr.a (mgr.24293) 20846 : audit 0 from='client.411249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:20 smithi044 bash[32620]: audit 2023-12-07T18:30:19.874591+0000 mgr.a (mgr.24293) 20846 : audit 0 from='client.411249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:21.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:20 smithi027 bash[31536]: audit 2023-12-07T18:30:19.874591+0000 mgr.a (mgr.24293) 20846 : audit 0 from='client.411249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:21 smithi022 bash[28554]: cluster 2023-12-07T18:30:20.578762+0000 mgr.a (mgr.24293) 20847 : cluster 0 pgmap v15588: 33 pgs: 33 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:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:21 smithi044 bash[32620]: cluster 2023-12-07T18:30:20.578762+0000 mgr.a (mgr.24293) 20847 : cluster 0 pgmap v15588: 33 pgs: 33 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:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:21 smithi027 bash[31536]: cluster 2023-12-07T18:30:20.578762+0000 mgr.a (mgr.24293) 20847 : cluster 0 pgmap v15588: 33 pgs: 33 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:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:23 smithi022 bash[28554]: cluster 2023-12-07T18:30:22.579363+0000 mgr.a (mgr.24293) 20848 : cluster 0 pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:23 smithi044 bash[32620]: cluster 2023-12-07T18:30:22.579363+0000 mgr.a (mgr.24293) 20848 : cluster 0 pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:23 smithi027 bash[31536]: cluster 2023-12-07T18:30:22.579363+0000 mgr.a (mgr.24293) 20848 : cluster 0 pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:25.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:25.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:25.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:25 smithi022 bash[28554]: cluster 2023-12-07T18:30:24.580020+0000 mgr.a (mgr.24293) 20849 : cluster 0 pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:25 smithi044 bash[32620]: cluster 2023-12-07T18:30:24.580020+0000 mgr.a (mgr.24293) 20849 : cluster 0 pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:25 smithi027 bash[31536]: cluster 2023-12-07T18:30:24.580020+0000 mgr.a (mgr.24293) 20849 : cluster 0 pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:26.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:26.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:26.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:26.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:26.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:26 smithi022 bash[28554]: audit 2023-12-07T18:30:25.822231+0000 mgr.a (mgr.24293) 20850 : audit 0 from='client.411324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:26 smithi044 bash[32620]: audit 2023-12-07T18:30:25.822231+0000 mgr.a (mgr.24293) 20850 : audit 0 from='client.411324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:27.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:26 smithi027 bash[31536]: audit 2023-12-07T18:30:25.822231+0000 mgr.a (mgr.24293) 20850 : audit 0 from='client.411324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:27 smithi022 bash[28554]: cluster 2023-12-07T18:30:26.581056+0000 mgr.a (mgr.24293) 20851 : cluster 0 pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:27 smithi044 bash[32620]: cluster 2023-12-07T18:30:26.581056+0000 mgr.a (mgr.24293) 20851 : cluster 0 pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:27 smithi027 bash[31536]: cluster 2023-12-07T18:30:26.581056+0000 mgr.a (mgr.24293) 20851 : cluster 0 pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:29 smithi022 bash[28554]: cluster 2023-12-07T18:30:28.581640+0000 mgr.a (mgr.24293) 20852 : cluster 0 pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:29 smithi044 bash[32620]: cluster 2023-12-07T18:30:28.581640+0000 mgr.a (mgr.24293) 20852 : cluster 0 pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:29 smithi027 bash[31536]: cluster 2023-12-07T18:30:28.581640+0000 mgr.a (mgr.24293) 20852 : cluster 0 pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:31.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:31.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:31.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:31 smithi022 bash[28554]: cluster 2023-12-07T18:30:30.582343+0000 mgr.a (mgr.24293) 20853 : cluster 0 pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:31 smithi044 bash[32620]: cluster 2023-12-07T18:30:30.582343+0000 mgr.a (mgr.24293) 20853 : cluster 0 pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:31 smithi027 bash[31536]: cluster 2023-12-07T18:30:30.582343+0000 mgr.a (mgr.24293) 20853 : cluster 0 pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:32.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:32.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:32.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:32.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:32.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:32 smithi022 bash[28554]: audit 2023-12-07T18:30:31.760246+0000 mgr.a (mgr.24293) 20854 : audit 0 from='client.411396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:32 smithi044 bash[32620]: audit 2023-12-07T18:30:31.760246+0000 mgr.a (mgr.24293) 20854 : audit 0 from='client.411396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:33.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:32 smithi027 bash[31536]: audit 2023-12-07T18:30:31.760246+0000 mgr.a (mgr.24293) 20854 : audit 0 from='client.411396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:33 smithi022 bash[28554]: cluster 2023-12-07T18:30:32.583074+0000 mgr.a (mgr.24293) 20855 : cluster 0 pgmap v15594: 33 pgs: 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:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:33 smithi044 bash[32620]: cluster 2023-12-07T18:30:32.583074+0000 mgr.a (mgr.24293) 20855 : cluster 0 pgmap v15594: 33 pgs: 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:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:33 smithi027 bash[31536]: cluster 2023-12-07T18:30:32.583074+0000 mgr.a (mgr.24293) 20855 : cluster 0 pgmap v15594: 33 pgs: 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:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:35 smithi022 bash[28554]: cluster 2023-12-07T18:30:34.583736+0000 mgr.a (mgr.24293) 20856 : cluster 0 pgmap v15595: 33 pgs: 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:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:35 smithi044 bash[32620]: cluster 2023-12-07T18:30:34.583736+0000 mgr.a (mgr.24293) 20856 : cluster 0 pgmap v15595: 33 pgs: 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:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:35 smithi027 bash[31536]: cluster 2023-12-07T18:30:34.583736+0000 mgr.a (mgr.24293) 20856 : cluster 0 pgmap v15595: 33 pgs: 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:37.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:37.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:37.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:37 smithi022 bash[28554]: cluster 2023-12-07T18:30:36.584583+0000 mgr.a (mgr.24293) 20857 : cluster 0 pgmap v15596: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:37 smithi044 bash[32620]: cluster 2023-12-07T18:30:36.584583+0000 mgr.a (mgr.24293) 20857 : cluster 0 pgmap v15596: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:37 smithi027 bash[31536]: cluster 2023-12-07T18:30:36.584583+0000 mgr.a (mgr.24293) 20857 : cluster 0 pgmap v15596: 33 pgs: 33 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.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:38.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:38.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:38.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:38.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:39.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:38 smithi022 bash[28554]: audit 2023-12-07T18:30:37.716620+0000 mgr.a (mgr.24293) 20858 : audit 0 from='client.411474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:38 smithi044 bash[32620]: audit 2023-12-07T18:30:37.716620+0000 mgr.a (mgr.24293) 20858 : audit 0 from='client.411474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:39.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:38 smithi027 bash[31536]: audit 2023-12-07T18:30:37.716620+0000 mgr.a (mgr.24293) 20858 : audit 0 from='client.411474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:39 smithi022 bash[28554]: cluster 2023-12-07T18:30:38.585257+0000 mgr.a (mgr.24293) 20859 : cluster 0 pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:39 smithi044 bash[32620]: cluster 2023-12-07T18:30:38.585257+0000 mgr.a (mgr.24293) 20859 : cluster 0 pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:39 smithi027 bash[31536]: cluster 2023-12-07T18:30:38.585257+0000 mgr.a (mgr.24293) 20859 : cluster 0 pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:41 smithi022 bash[28554]: cluster 2023-12-07T18:30:40.586064+0000 mgr.a (mgr.24293) 20860 : cluster 0 pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:41 smithi044 bash[32620]: cluster 2023-12-07T18:30:40.586064+0000 mgr.a (mgr.24293) 20860 : cluster 0 pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:41 smithi027 bash[31536]: cluster 2023-12-07T18:30:40.586064+0000 mgr.a (mgr.24293) 20860 : cluster 0 pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:42 smithi022 bash[28554]: cluster 2023-12-07T18:30:42.586674+0000 mgr.a (mgr.24293) 20861 : cluster 0 pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:42 smithi044 bash[32620]: cluster 2023-12-07T18:30:42.586674+0000 mgr.a (mgr.24293) 20861 : cluster 0 pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:42 smithi027 bash[31536]: cluster 2023-12-07T18:30:42.586674+0000 mgr.a (mgr.24293) 20861 : cluster 0 pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:43.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:43.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:44.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:44.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:44.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:44.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:44.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:44 smithi022 bash[28554]: audit 2023-12-07T18:30:43.664189+0000 mgr.a (mgr.24293) 20862 : audit 0 from='client.411549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:44 smithi044 bash[32620]: audit 2023-12-07T18:30:43.664189+0000 mgr.a (mgr.24293) 20862 : audit 0 from='client.411549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:44 smithi027 bash[31536]: audit 2023-12-07T18:30:43.664189+0000 mgr.a (mgr.24293) 20862 : audit 0 from='client.411549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:45 smithi022 bash[28554]: cluster 2023-12-07T18:30:44.587345+0000 mgr.a (mgr.24293) 20863 : cluster 0 pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:45 smithi044 bash[32620]: cluster 2023-12-07T18:30:44.587345+0000 mgr.a (mgr.24293) 20863 : cluster 0 pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:46.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:45 smithi027 bash[31536]: cluster 2023-12-07T18:30:44.587345+0000 mgr.a (mgr.24293) 20863 : cluster 0 pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:47 smithi022 bash[28554]: cluster 2023-12-07T18:30:46.588205+0000 mgr.a (mgr.24293) 20864 : cluster 0 pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:47 smithi044 bash[32620]: cluster 2023-12-07T18:30:46.588205+0000 mgr.a (mgr.24293) 20864 : cluster 0 pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:47 smithi027 bash[31536]: cluster 2023-12-07T18:30:46.588205+0000 mgr.a (mgr.24293) 20864 : cluster 0 pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:49.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:49.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:49.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:50.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:50.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:50.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:50.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:50.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:49 smithi022 bash[28554]: cluster 2023-12-07T18:30:48.588770+0000 mgr.a (mgr.24293) 20865 : cluster 0 pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:49 smithi044 bash[32620]: cluster 2023-12-07T18:30:48.588770+0000 mgr.a (mgr.24293) 20865 : cluster 0 pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:49 smithi027 bash[31536]: cluster 2023-12-07T18:30:48.588770+0000 mgr.a (mgr.24293) 20865 : cluster 0 pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:50 smithi022 bash[28554]: audit 2023-12-07T18:30:49.625981+0000 mgr.a (mgr.24293) 20866 : audit 0 from='client.411627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:50 smithi044 bash[32620]: audit 2023-12-07T18:30:49.625981+0000 mgr.a (mgr.24293) 20866 : audit 0 from='client.411627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:50 smithi027 bash[31536]: audit 2023-12-07T18:30:49.625981+0000 mgr.a (mgr.24293) 20866 : audit 0 from='client.411627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:51 smithi022 bash[28554]: cluster 2023-12-07T18:30:50.589717+0000 mgr.a (mgr.24293) 20867 : cluster 0 pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:51 smithi044 bash[32620]: cluster 2023-12-07T18:30:50.589717+0000 mgr.a (mgr.24293) 20867 : cluster 0 pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:52.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:51 smithi027 bash[31536]: cluster 2023-12-07T18:30:50.589717+0000 mgr.a (mgr.24293) 20867 : cluster 0 pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:53 smithi022 bash[28554]: cluster 2023-12-07T18:30:52.590461+0000 mgr.a (mgr.24293) 20868 : cluster 0 pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:53 smithi044 bash[32620]: cluster 2023-12-07T18:30:52.590461+0000 mgr.a (mgr.24293) 20868 : cluster 0 pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:53 smithi027 bash[31536]: cluster 2023-12-07T18:30:52.590461+0000 mgr.a (mgr.24293) 20868 : cluster 0 pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:55.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:30:55.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:55.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:56.099 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:30:56.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:56.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:56.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:56.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:30:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:55 smithi022 bash[28554]: cluster 2023-12-07T18:30:54.591067+0000 mgr.a (mgr.24293) 20869 : cluster 0 pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:55 smithi044 bash[32620]: cluster 2023-12-07T18:30:54.591067+0000 mgr.a (mgr.24293) 20869 : cluster 0 pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:55 smithi027 bash[31536]: cluster 2023-12-07T18:30:54.591067+0000 mgr.a (mgr.24293) 20869 : cluster 0 pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:57.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:56 smithi022 bash[28554]: audit 2023-12-07T18:30:55.555529+0000 mgr.a (mgr.24293) 20870 : audit 0 from='client.411705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:57.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:56 smithi044 bash[32620]: audit 2023-12-07T18:30:55.555529+0000 mgr.a (mgr.24293) 20870 : audit 0 from='client.411705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:57.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:56 smithi027 bash[31536]: audit 2023-12-07T18:30:55.555529+0000 mgr.a (mgr.24293) 20870 : audit 0 from='client.411705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:57 smithi022 bash[28554]: cluster 2023-12-07T18:30:56.592208+0000 mgr.a (mgr.24293) 20871 : cluster 0 pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:57 smithi044 bash[32620]: cluster 2023-12-07T18:30:56.592208+0000 mgr.a (mgr.24293) 20871 : cluster 0 pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:57 smithi027 bash[31536]: cluster 2023-12-07T18:30:56.592208+0000 mgr.a (mgr.24293) 20871 : cluster 0 pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:30:59 smithi022 bash[28554]: cluster 2023-12-07T18:30:58.592889+0000 mgr.a (mgr.24293) 20872 : cluster 0 pgmap v15607: 33 pgs: 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:30:59 smithi044 bash[32620]: cluster 2023-12-07T18:30:58.592889+0000 mgr.a (mgr.24293) 20872 : cluster 0 pgmap v15607: 33 pgs: 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:30:59 smithi027 bash[31536]: cluster 2023-12-07T18:30:58.592889+0000 mgr.a (mgr.24293) 20872 : cluster 0 pgmap v15607: 33 pgs: 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:01.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:01.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:01.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:02.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:01 smithi022 bash[28554]: cluster 2023-12-07T18:31:00.593847+0000 mgr.a (mgr.24293) 20873 : cluster 0 pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:01 smithi044 bash[32620]: cluster 2023-12-07T18:31:00.593847+0000 mgr.a (mgr.24293) 20873 : cluster 0 pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:01 smithi027 bash[31536]: cluster 2023-12-07T18:31:00.593847+0000 mgr.a (mgr.24293) 20873 : cluster 0 pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:02 smithi022 bash[28554]: audit 2023-12-07T18:31:01.512332+0000 mgr.a (mgr.24293) 20874 : audit 0 from='client.411777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:02 smithi044 bash[32620]: audit 2023-12-07T18:31:01.512332+0000 mgr.a (mgr.24293) 20874 : audit 0 from='client.411777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:02 smithi027 bash[31536]: audit 2023-12-07T18:31:01.512332+0000 mgr.a (mgr.24293) 20874 : audit 0 from='client.411777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:03 smithi022 bash[28554]: cluster 2023-12-07T18:31:02.594614+0000 mgr.a (mgr.24293) 20875 : cluster 0 pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:03 smithi044 bash[32620]: cluster 2023-12-07T18:31:02.594614+0000 mgr.a (mgr.24293) 20875 : cluster 0 pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:03 smithi027 bash[31536]: cluster 2023-12-07T18:31:02.594614+0000 mgr.a (mgr.24293) 20875 : cluster 0 pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:05 smithi022 bash[28554]: cluster 2023-12-07T18:31:04.595227+0000 mgr.a (mgr.24293) 20876 : cluster 0 pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:05 smithi044 bash[32620]: cluster 2023-12-07T18:31:04.595227+0000 mgr.a (mgr.24293) 20876 : cluster 0 pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:05 smithi027 bash[31536]: cluster 2023-12-07T18:31:04.595227+0000 mgr.a (mgr.24293) 20876 : cluster 0 pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:07.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:07.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:07.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:07.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:07.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:07.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:07.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:07.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:07 smithi022 bash[28554]: cluster 2023-12-07T18:31:06.596240+0000 mgr.a (mgr.24293) 20877 : cluster 0 pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:07 smithi044 bash[32620]: cluster 2023-12-07T18:31:06.596240+0000 mgr.a (mgr.24293) 20877 : cluster 0 pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:07 smithi027 bash[31536]: cluster 2023-12-07T18:31:06.596240+0000 mgr.a (mgr.24293) 20877 : cluster 0 pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:09.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:08 smithi022 bash[28554]: audit 2023-12-07T18:31:07.435119+0000 mgr.a (mgr.24293) 20878 : audit 0 from='client.411855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:09.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:08 smithi044 bash[32620]: audit 2023-12-07T18:31:07.435119+0000 mgr.a (mgr.24293) 20878 : audit 0 from='client.411855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:09.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:08 smithi027 bash[31536]: audit 2023-12-07T18:31:07.435119+0000 mgr.a (mgr.24293) 20878 : audit 0 from='client.411855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:09 smithi022 bash[28554]: cluster 2023-12-07T18:31:08.597033+0000 mgr.a (mgr.24293) 20879 : cluster 0 pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:09 smithi044 bash[32620]: cluster 2023-12-07T18:31:08.597033+0000 mgr.a (mgr.24293) 20879 : cluster 0 pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:09 smithi027 bash[31536]: cluster 2023-12-07T18:31:08.597033+0000 mgr.a (mgr.24293) 20879 : cluster 0 pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:11 smithi022 bash[28554]: cluster 2023-12-07T18:31:10.597797+0000 mgr.a (mgr.24293) 20880 : cluster 0 pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:11 smithi022 bash[28554]: audit 2023-12-07T18:31:11.140088+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:11 smithi022 bash[28554]: audit 2023-12-07T18:31:11.885845+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:11 smithi022 bash[28554]: audit 2023-12-07T18:31:11.887722+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:11 smithi022 bash[28554]: audit 2023-12-07T18:31:11.897220+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:31:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:11 smithi044 bash[32620]: cluster 2023-12-07T18:31:10.597797+0000 mgr.a (mgr.24293) 20880 : cluster 0 pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:11 smithi044 bash[32620]: audit 2023-12-07T18:31:11.140088+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:11 smithi044 bash[32620]: audit 2023-12-07T18:31:11.885845+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:11 smithi044 bash[32620]: audit 2023-12-07T18:31:11.887722+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:11 smithi044 bash[32620]: audit 2023-12-07T18:31:11.897220+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:31:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:11 smithi027 bash[31536]: cluster 2023-12-07T18:31:10.597797+0000 mgr.a (mgr.24293) 20880 : cluster 0 pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:11 smithi027 bash[31536]: audit 2023-12-07T18:31:11.140088+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:11 smithi027 bash[31536]: audit 2023-12-07T18:31:11.885845+0000 mon.a (mon.0) 3326 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:11 smithi027 bash[31536]: audit 2023-12-07T18:31:11.887722+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:12.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:11 smithi027 bash[31536]: audit 2023-12-07T18:31:11.897220+0000 mon.a (mon.0) 3328 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:31:12.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:12.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:12.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:13.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:13.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:13.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:13.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:13.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:13 smithi022 bash[28554]: cluster 2023-12-07T18:31:12.598484+0000 mgr.a (mgr.24293) 20881 : cluster 0 pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:13 smithi044 bash[32620]: cluster 2023-12-07T18:31:12.598484+0000 mgr.a (mgr.24293) 20881 : cluster 0 pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:13 smithi027 bash[31536]: cluster 2023-12-07T18:31:12.598484+0000 mgr.a (mgr.24293) 20881 : cluster 0 pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:14 smithi022 bash[28554]: audit 2023-12-07T18:31:13.375661+0000 mgr.a (mgr.24293) 20882 : audit 0 from='client.411930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:14 smithi022 bash[28554]: cluster 2023-12-07T18:31:14.599274+0000 mgr.a (mgr.24293) 20883 : cluster 0 pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:14 smithi044 bash[32620]: audit 2023-12-07T18:31:13.375661+0000 mgr.a (mgr.24293) 20882 : audit 0 from='client.411930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:15.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:14 smithi044 bash[32620]: cluster 2023-12-07T18:31:14.599274+0000 mgr.a (mgr.24293) 20883 : cluster 0 pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:14 smithi027 bash[31536]: audit 2023-12-07T18:31:13.375661+0000 mgr.a (mgr.24293) 20882 : audit 0 from='client.411930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:14 smithi027 bash[31536]: cluster 2023-12-07T18:31:14.599274+0000 mgr.a (mgr.24293) 20883 : cluster 0 pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:17.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:17 smithi022 bash[28554]: cluster 2023-12-07T18:31:16.600128+0000 mgr.a (mgr.24293) 20884 : cluster 0 pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:17.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:17 smithi044 bash[32620]: cluster 2023-12-07T18:31:16.600128+0000 mgr.a (mgr.24293) 20884 : cluster 0 pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:17.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:17 smithi027 bash[31536]: cluster 2023-12-07T18:31:16.600128+0000 mgr.a (mgr.24293) 20884 : cluster 0 pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:18.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:18.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:18.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:19.862 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:19.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:19.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:19.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:19.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:19 smithi022 bash[28554]: cluster 2023-12-07T18:31:18.600720+0000 mgr.a (mgr.24293) 20885 : cluster 0 pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:19 smithi044 bash[32620]: cluster 2023-12-07T18:31:18.600720+0000 mgr.a (mgr.24293) 20885 : cluster 0 pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:19 smithi027 bash[31536]: cluster 2023-12-07T18:31:18.600720+0000 mgr.a (mgr.24293) 20885 : cluster 0 pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:21.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:20 smithi022 bash[28554]: audit 2023-12-07T18:31:19.311894+0000 mgr.a (mgr.24293) 20886 : audit 0 from='client.412002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:20 smithi044 bash[32620]: audit 2023-12-07T18:31:19.311894+0000 mgr.a (mgr.24293) 20886 : audit 0 from='client.412002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:20 smithi027 bash[31536]: audit 2023-12-07T18:31:19.311894+0000 mgr.a (mgr.24293) 20886 : audit 0 from='client.412002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:21 smithi022 bash[28554]: cluster 2023-12-07T18:31:20.601674+0000 mgr.a (mgr.24293) 20887 : cluster 0 pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:21 smithi044 bash[32620]: cluster 2023-12-07T18:31:20.601674+0000 mgr.a (mgr.24293) 20887 : cluster 0 pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:21 smithi027 bash[31536]: cluster 2023-12-07T18:31:20.601674+0000 mgr.a (mgr.24293) 20887 : cluster 0 pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:23 smithi022 bash[28554]: cluster 2023-12-07T18:31:22.602261+0000 mgr.a (mgr.24293) 20888 : cluster 0 pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:23 smithi044 bash[32620]: cluster 2023-12-07T18:31:22.602261+0000 mgr.a (mgr.24293) 20888 : cluster 0 pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:23 smithi027 bash[31536]: cluster 2023-12-07T18:31:22.602261+0000 mgr.a (mgr.24293) 20888 : cluster 0 pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:24.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:24.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:24.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:25.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:25.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:25.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:25.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:25.802 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:25 smithi022 bash[28554]: cluster 2023-12-07T18:31:24.602828+0000 mgr.a (mgr.24293) 20889 : cluster 0 pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:25 smithi044 bash[32620]: cluster 2023-12-07T18:31:24.602828+0000 mgr.a (mgr.24293) 20889 : cluster 0 pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:25 smithi027 bash[31536]: cluster 2023-12-07T18:31:24.602828+0000 mgr.a (mgr.24293) 20889 : cluster 0 pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:27.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:26 smithi022 bash[28554]: audit 2023-12-07T18:31:25.277238+0000 mgr.a (mgr.24293) 20890 : audit 0 from='client.412074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:27.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:26 smithi044 bash[32620]: audit 2023-12-07T18:31:25.277238+0000 mgr.a (mgr.24293) 20890 : audit 0 from='client.412074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:27.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:26 smithi027 bash[31536]: audit 2023-12-07T18:31:25.277238+0000 mgr.a (mgr.24293) 20890 : audit 0 from='client.412074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:27 smithi022 bash[28554]: cluster 2023-12-07T18:31:26.603895+0000 mgr.a (mgr.24293) 20891 : cluster 0 pgmap v15621: 33 pgs: 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:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:27 smithi044 bash[32620]: cluster 2023-12-07T18:31:26.603895+0000 mgr.a (mgr.24293) 20891 : cluster 0 pgmap v15621: 33 pgs: 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:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:27 smithi027 bash[31536]: cluster 2023-12-07T18:31:26.603895+0000 mgr.a (mgr.24293) 20891 : cluster 0 pgmap v15621: 33 pgs: 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:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:29 smithi022 bash[28554]: cluster 2023-12-07T18:31:28.604488+0000 mgr.a (mgr.24293) 20892 : cluster 0 pgmap v15622: 33 pgs: 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:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:29 smithi044 bash[32620]: cluster 2023-12-07T18:31:28.604488+0000 mgr.a (mgr.24293) 20892 : cluster 0 pgmap v15622: 33 pgs: 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:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:29 smithi027 bash[31536]: cluster 2023-12-07T18:31:28.604488+0000 mgr.a (mgr.24293) 20892 : cluster 0 pgmap v15622: 33 pgs: 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:30.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:30.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:30.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:31.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:31.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:31.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:31.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:31.763 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:31 smithi022 bash[28554]: cluster 2023-12-07T18:31:30.605224+0000 mgr.a (mgr.24293) 20893 : cluster 0 pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:31 smithi044 bash[32620]: cluster 2023-12-07T18:31:30.605224+0000 mgr.a (mgr.24293) 20893 : cluster 0 pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:31 smithi027 bash[31536]: cluster 2023-12-07T18:31:30.605224+0000 mgr.a (mgr.24293) 20893 : cluster 0 pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:33.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:32 smithi022 bash[28554]: audit 2023-12-07T18:31:31.219990+0000 mgr.a (mgr.24293) 20894 : audit 0 from='client.412149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:33.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:32 smithi044 bash[32620]: audit 2023-12-07T18:31:31.219990+0000 mgr.a (mgr.24293) 20894 : audit 0 from='client.412149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:33.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:32 smithi027 bash[31536]: audit 2023-12-07T18:31:31.219990+0000 mgr.a (mgr.24293) 20894 : audit 0 from='client.412149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:33 smithi022 bash[28554]: cluster 2023-12-07T18:31:32.605945+0000 mgr.a (mgr.24293) 20895 : cluster 0 pgmap v15624: 33 pgs: 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:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:33 smithi044 bash[32620]: cluster 2023-12-07T18:31:32.605945+0000 mgr.a (mgr.24293) 20895 : cluster 0 pgmap v15624: 33 pgs: 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:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:33 smithi027 bash[31536]: cluster 2023-12-07T18:31:32.605945+0000 mgr.a (mgr.24293) 20895 : cluster 0 pgmap v15624: 33 pgs: 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:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:35 smithi022 bash[28554]: cluster 2023-12-07T18:31:34.606508+0000 mgr.a (mgr.24293) 20896 : cluster 0 pgmap v15625: 33 pgs: 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:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:35 smithi044 bash[32620]: cluster 2023-12-07T18:31:34.606508+0000 mgr.a (mgr.24293) 20896 : cluster 0 pgmap v15625: 33 pgs: 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:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:35 smithi027 bash[31536]: cluster 2023-12-07T18:31:34.606508+0000 mgr.a (mgr.24293) 20896 : cluster 0 pgmap v15625: 33 pgs: 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:36.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:36.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:36.766 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:37.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:37.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:37.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:37.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:37.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:37 smithi022 bash[28554]: cluster 2023-12-07T18:31:36.607353+0000 mgr.a (mgr.24293) 20897 : cluster 0 pgmap v15626: 33 pgs: 33 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:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:37 smithi044 bash[32620]: cluster 2023-12-07T18:31:36.607353+0000 mgr.a (mgr.24293) 20897 : cluster 0 pgmap v15626: 33 pgs: 33 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:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:37 smithi027 bash[31536]: cluster 2023-12-07T18:31:36.607353+0000 mgr.a (mgr.24293) 20897 : cluster 0 pgmap v15626: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:38 smithi022 bash[28554]: audit 2023-12-07T18:31:37.176719+0000 mgr.a (mgr.24293) 20898 : audit 0 from='client.412224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:39.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:38 smithi044 bash[32620]: audit 2023-12-07T18:31:37.176719+0000 mgr.a (mgr.24293) 20898 : audit 0 from='client.412224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:39.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:38 smithi027 bash[31536]: audit 2023-12-07T18:31:37.176719+0000 mgr.a (mgr.24293) 20898 : audit 0 from='client.412224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:39 smithi022 bash[28554]: cluster 2023-12-07T18:31:38.608041+0000 mgr.a (mgr.24293) 20899 : cluster 0 pgmap v15627: 33 pgs: 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:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:39 smithi044 bash[32620]: cluster 2023-12-07T18:31:38.608041+0000 mgr.a (mgr.24293) 20899 : cluster 0 pgmap v15627: 33 pgs: 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:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:39 smithi027 bash[31536]: cluster 2023-12-07T18:31:38.608041+0000 mgr.a (mgr.24293) 20899 : cluster 0 pgmap v15627: 33 pgs: 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:41.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:40 smithi022 bash[28554]: cluster 2023-12-07T18:31:40.608811+0000 mgr.a (mgr.24293) 20900 : cluster 0 pgmap v15628: 33 pgs: 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:41.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:40 smithi044 bash[32620]: cluster 2023-12-07T18:31:40.608811+0000 mgr.a (mgr.24293) 20900 : cluster 0 pgmap v15628: 33 pgs: 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:41.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:40 smithi027 bash[31536]: cluster 2023-12-07T18:31:40.608811+0000 mgr.a (mgr.24293) 20900 : cluster 0 pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:42.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:42.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:42.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:43.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:43.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:43.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:43.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:43.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:43.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:43 smithi022 bash[28554]: cluster 2023-12-07T18:31:42.609380+0000 mgr.a (mgr.24293) 20901 : cluster 0 pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:43.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:43 smithi044 bash[32620]: cluster 2023-12-07T18:31:42.609380+0000 mgr.a (mgr.24293) 20901 : cluster 0 pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:43.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:43 smithi027 bash[31536]: cluster 2023-12-07T18:31:42.609380+0000 mgr.a (mgr.24293) 20901 : cluster 0 pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:45.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:44 smithi022 bash[28554]: audit 2023-12-07T18:31:43.114320+0000 mgr.a (mgr.24293) 20902 : audit 0 from='client.412293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:45.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:44 smithi044 bash[32620]: audit 2023-12-07T18:31:43.114320+0000 mgr.a (mgr.24293) 20902 : audit 0 from='client.412293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:44 smithi027 bash[31536]: audit 2023-12-07T18:31:43.114320+0000 mgr.a (mgr.24293) 20902 : audit 0 from='client.412293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:45 smithi022 bash[28554]: cluster 2023-12-07T18:31:44.610033+0000 mgr.a (mgr.24293) 20903 : cluster 0 pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:45 smithi044 bash[32620]: cluster 2023-12-07T18:31:44.610033+0000 mgr.a (mgr.24293) 20903 : cluster 0 pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:45 smithi027 bash[31536]: cluster 2023-12-07T18:31:44.610033+0000 mgr.a (mgr.24293) 20903 : cluster 0 pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:47 smithi022 bash[28554]: cluster 2023-12-07T18:31:46.610892+0000 mgr.a (mgr.24293) 20904 : cluster 0 pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:47 smithi044 bash[32620]: cluster 2023-12-07T18:31:46.610892+0000 mgr.a (mgr.24293) 20904 : cluster 0 pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:47 smithi027 bash[31536]: cluster 2023-12-07T18:31:46.610892+0000 mgr.a (mgr.24293) 20904 : cluster 0 pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:48.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:48.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:48.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:49.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:49.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:49.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:49.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:49.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:49 smithi022 bash[28554]: cluster 2023-12-07T18:31:48.611442+0000 mgr.a (mgr.24293) 20905 : cluster 0 pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:49 smithi044 bash[32620]: cluster 2023-12-07T18:31:48.611442+0000 mgr.a (mgr.24293) 20905 : cluster 0 pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:49 smithi027 bash[31536]: cluster 2023-12-07T18:31:48.611442+0000 mgr.a (mgr.24293) 20905 : cluster 0 pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:51.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:50 smithi022 bash[28554]: audit 2023-12-07T18:31:49.081632+0000 mgr.a (mgr.24293) 20906 : audit 0 from='client.333808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:50 smithi044 bash[32620]: audit 2023-12-07T18:31:49.081632+0000 mgr.a (mgr.24293) 20906 : audit 0 from='client.333808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:50 smithi027 bash[31536]: audit 2023-12-07T18:31:49.081632+0000 mgr.a (mgr.24293) 20906 : audit 0 from='client.333808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:51 smithi022 bash[28554]: cluster 2023-12-07T18:31:50.612237+0000 mgr.a (mgr.24293) 20907 : cluster 0 pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:51 smithi044 bash[32620]: cluster 2023-12-07T18:31:50.612237+0000 mgr.a (mgr.24293) 20907 : cluster 0 pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:51 smithi027 bash[31536]: cluster 2023-12-07T18:31:50.612237+0000 mgr.a (mgr.24293) 20907 : cluster 0 pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:53 smithi022 bash[28554]: cluster 2023-12-07T18:31:52.612827+0000 mgr.a (mgr.24293) 20908 : cluster 0 pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:53 smithi044 bash[32620]: cluster 2023-12-07T18:31:52.612827+0000 mgr.a (mgr.24293) 20908 : cluster 0 pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:53 smithi027 bash[31536]: cluster 2023-12-07T18:31:52.612827+0000 mgr.a (mgr.24293) 20908 : cluster 0 pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:54.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:31:54.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:54.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:54 smithi022 bash[28554]: cluster 2023-12-07T18:31:54.613307+0000 mgr.a (mgr.24293) 20909 : cluster 0 pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:54 smithi044 bash[32620]: cluster 2023-12-07T18:31:54.613307+0000 mgr.a (mgr.24293) 20909 : cluster 0 pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:54 smithi027 bash[31536]: cluster 2023-12-07T18:31:54.613307+0000 mgr.a (mgr.24293) 20909 : cluster 0 pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:55.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:55.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:55.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:55.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:31:55.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:31:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:55 smithi022 bash[28554]: audit 2023-12-07T18:31:55.022013+0000 mgr.a (mgr.24293) 20910 : audit 0 from='client.333868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:55 smithi044 bash[32620]: audit 2023-12-07T18:31:55.022013+0000 mgr.a (mgr.24293) 20910 : audit 0 from='client.333868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:55 smithi027 bash[31536]: audit 2023-12-07T18:31:55.022013+0000 mgr.a (mgr.24293) 20910 : audit 0 from='client.333868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:56 smithi022 bash[28554]: cluster 2023-12-07T18:31:56.614216+0000 mgr.a (mgr.24293) 20911 : cluster 0 pgmap v15636: 33 pgs: 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:31:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:56 smithi044 bash[32620]: cluster 2023-12-07T18:31:56.614216+0000 mgr.a (mgr.24293) 20911 : cluster 0 pgmap v15636: 33 pgs: 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:31:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:56 smithi027 bash[31536]: cluster 2023-12-07T18:31:56.614216+0000 mgr.a (mgr.24293) 20911 : cluster 0 pgmap v15636: 33 pgs: 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:32:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:31:59 smithi022 bash[28554]: cluster 2023-12-07T18:31:58.614806+0000 mgr.a (mgr.24293) 20912 : cluster 0 pgmap v15637: 33 pgs: 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:32:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:31:59 smithi044 bash[32620]: cluster 2023-12-07T18:31:58.614806+0000 mgr.a (mgr.24293) 20912 : cluster 0 pgmap v15637: 33 pgs: 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:32:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:31:59 smithi027 bash[31536]: cluster 2023-12-07T18:31:58.614806+0000 mgr.a (mgr.24293) 20912 : cluster 0 pgmap v15637: 33 pgs: 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:32:00.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:00.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:00.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:01.486 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:01.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:01.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:01.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:01.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:01 smithi022 bash[28554]: cluster 2023-12-07T18:32:00.615594+0000 mgr.a (mgr.24293) 20913 : cluster 0 pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:01 smithi044 bash[32620]: cluster 2023-12-07T18:32:00.615594+0000 mgr.a (mgr.24293) 20913 : cluster 0 pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:01 smithi027 bash[31536]: cluster 2023-12-07T18:32:00.615594+0000 mgr.a (mgr.24293) 20913 : cluster 0 pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:03.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:02 smithi022 bash[28554]: audit 2023-12-07T18:32:00.961205+0000 mgr.a (mgr.24293) 20914 : audit 0 from='client.333928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:02 smithi044 bash[32620]: audit 2023-12-07T18:32:00.961205+0000 mgr.a (mgr.24293) 20914 : audit 0 from='client.333928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:02 smithi027 bash[31536]: audit 2023-12-07T18:32:00.961205+0000 mgr.a (mgr.24293) 20914 : audit 0 from='client.333928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:03 smithi022 bash[28554]: cluster 2023-12-07T18:32:02.616287+0000 mgr.a (mgr.24293) 20915 : cluster 0 pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:03 smithi044 bash[32620]: cluster 2023-12-07T18:32:02.616287+0000 mgr.a (mgr.24293) 20915 : cluster 0 pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:03 smithi027 bash[31536]: cluster 2023-12-07T18:32:02.616287+0000 mgr.a (mgr.24293) 20915 : cluster 0 pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:05 smithi022 bash[28554]: cluster 2023-12-07T18:32:04.616881+0000 mgr.a (mgr.24293) 20916 : cluster 0 pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:06.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:05 smithi044 bash[32620]: cluster 2023-12-07T18:32:04.616881+0000 mgr.a (mgr.24293) 20916 : cluster 0 pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:05 smithi027 bash[31536]: cluster 2023-12-07T18:32:04.616881+0000 mgr.a (mgr.24293) 20916 : cluster 0 pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:06.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:06.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:06.490 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:07.447 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:07.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:07.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:07.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:07.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:07 smithi022 bash[28554]: cluster 2023-12-07T18:32:06.617375+0000 mgr.a (mgr.24293) 20917 : cluster 0 pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:07 smithi022 bash[28554]: audit 2023-12-07T18:32:06.898675+0000 mgr.a (mgr.24293) 20918 : audit 0 from='client.412602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:07 smithi044 bash[32620]: cluster 2023-12-07T18:32:06.617375+0000 mgr.a (mgr.24293) 20917 : cluster 0 pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:07 smithi044 bash[32620]: audit 2023-12-07T18:32:06.898675+0000 mgr.a (mgr.24293) 20918 : audit 0 from='client.412602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:07 smithi027 bash[31536]: cluster 2023-12-07T18:32:06.617375+0000 mgr.a (mgr.24293) 20917 : cluster 0 pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:07 smithi027 bash[31536]: audit 2023-12-07T18:32:06.898675+0000 mgr.a (mgr.24293) 20918 : audit 0 from='client.412602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:09 smithi022 bash[28554]: cluster 2023-12-07T18:32:08.618097+0000 mgr.a (mgr.24293) 20919 : cluster 0 pgmap v15642: 33 pgs: 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:32:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:09 smithi044 bash[32620]: cluster 2023-12-07T18:32:08.618097+0000 mgr.a (mgr.24293) 20919 : cluster 0 pgmap v15642: 33 pgs: 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:32:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:09 smithi027 bash[31536]: cluster 2023-12-07T18:32:08.618097+0000 mgr.a (mgr.24293) 20919 : cluster 0 pgmap v15642: 33 pgs: 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:32:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:11 smithi022 bash[28554]: cluster 2023-12-07T18:32:10.619140+0000 mgr.a (mgr.24293) 20920 : cluster 0 pgmap v15643: 33 pgs: 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:32:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:11 smithi044 bash[32620]: cluster 2023-12-07T18:32:10.619140+0000 mgr.a (mgr.24293) 20920 : cluster 0 pgmap v15643: 33 pgs: 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:32:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:11 smithi027 bash[31536]: cluster 2023-12-07T18:32:10.619140+0000 mgr.a (mgr.24293) 20920 : cluster 0 pgmap v15643: 33 pgs: 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:32:12.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:12.451 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:12.451 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:12 smithi022 bash[28554]: audit 2023-12-07T18:32:12.000889+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:12 smithi022 bash[28554]: cluster 2023-12-07T18:32:12.619763+0000 mgr.a (mgr.24293) 20921 : cluster 0 pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:13.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:12 smithi022 bash[28554]: audit 2023-12-07T18:32:12.856668+0000 mgr.a (mgr.24293) 20922 : audit 0 from='client.412677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:12 smithi044 bash[32620]: audit 2023-12-07T18:32:12.000889+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:12 smithi044 bash[32620]: cluster 2023-12-07T18:32:12.619763+0000 mgr.a (mgr.24293) 20921 : cluster 0 pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:13.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:12 smithi044 bash[32620]: audit 2023-12-07T18:32:12.856668+0000 mgr.a (mgr.24293) 20922 : audit 0 from='client.412677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:12 smithi027 bash[31536]: audit 2023-12-07T18:32:12.000889+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:12 smithi027 bash[31536]: cluster 2023-12-07T18:32:12.619763+0000 mgr.a (mgr.24293) 20921 : cluster 0 pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:12 smithi027 bash[31536]: audit 2023-12-07T18:32:12.856668+0000 mgr.a (mgr.24293) 20922 : audit 0 from='client.412677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:13.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:13.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:13.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:13.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:15 smithi022 bash[28554]: cluster 2023-12-07T18:32:14.620444+0000 mgr.a (mgr.24293) 20923 : cluster 0 pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:15 smithi044 bash[32620]: cluster 2023-12-07T18:32:14.620444+0000 mgr.a (mgr.24293) 20923 : cluster 0 pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:16.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:15 smithi027 bash[31536]: cluster 2023-12-07T18:32:14.620444+0000 mgr.a (mgr.24293) 20923 : cluster 0 pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: cluster 2023-12-07T18:32:16.621289+0000 mgr.a (mgr.24293) 20924 : cluster 0 pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: audit 2023-12-07T18:32:17.355638+0000 mon.a (mon.0) 3330 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: audit 2023-12-07T18:32:17.361671+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: audit 2023-12-07T18:32:17.404029+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: audit 2023-12-07T18:32:17.408749+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: audit 2023-12-07T18:32:17.413537+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:17 smithi022 bash[28554]: audit 2023-12-07T18:32:17.418351+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: cluster 2023-12-07T18:32:16.621289+0000 mgr.a (mgr.24293) 20924 : cluster 0 pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: audit 2023-12-07T18:32:17.355638+0000 mon.a (mon.0) 3330 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: audit 2023-12-07T18:32:17.361671+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: audit 2023-12-07T18:32:17.404029+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: audit 2023-12-07T18:32:17.408749+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: audit 2023-12-07T18:32:17.413537+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:17 smithi044 bash[32620]: audit 2023-12-07T18:32:17.418351+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: cluster 2023-12-07T18:32:16.621289+0000 mgr.a (mgr.24293) 20924 : cluster 0 pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: audit 2023-12-07T18:32:17.355638+0000 mon.a (mon.0) 3330 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: audit 2023-12-07T18:32:17.361671+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: audit 2023-12-07T18:32:17.404029+0000 mon.a (mon.0) 3332 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: audit 2023-12-07T18:32:17.408749+0000 mon.a (mon.0) 3333 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: audit 2023-12-07T18:32:17.413537+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:17 smithi027 bash[31536]: audit 2023-12-07T18:32:17.418351+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:18.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:18.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:18.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:18 smithi022 bash[28554]: audit 2023-12-07T18:32:18.147936+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:18 smithi022 bash[28554]: audit 2023-12-07T18:32:18.149885+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:18 smithi022 bash[28554]: audit 2023-12-07T18:32:18.159582+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:18 smithi044 bash[32620]: audit 2023-12-07T18:32:18.147936+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:18 smithi044 bash[32620]: audit 2023-12-07T18:32:18.149885+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:18 smithi044 bash[32620]: audit 2023-12-07T18:32:18.159582+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:19.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:18 smithi027 bash[31536]: audit 2023-12-07T18:32:18.147936+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:18 smithi027 bash[31536]: audit 2023-12-07T18:32:18.149885+0000 mon.a (mon.0) 3337 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:19.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:18 smithi027 bash[31536]: audit 2023-12-07T18:32:18.159582+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:32:19.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:19.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:19.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:19.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:19.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:19 smithi022 bash[28554]: cluster 2023-12-07T18:32:18.621713+0000 mgr.a (mgr.24293) 20925 : cluster 0 pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:19 smithi022 bash[28554]: audit 2023-12-07T18:32:18.808449+0000 mgr.a (mgr.24293) 20926 : audit 0 from='client.412752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:19 smithi044 bash[32620]: cluster 2023-12-07T18:32:18.621713+0000 mgr.a (mgr.24293) 20925 : cluster 0 pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:19 smithi044 bash[32620]: audit 2023-12-07T18:32:18.808449+0000 mgr.a (mgr.24293) 20926 : audit 0 from='client.412752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:19 smithi027 bash[31536]: cluster 2023-12-07T18:32:18.621713+0000 mgr.a (mgr.24293) 20925 : cluster 0 pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:19 smithi027 bash[31536]: audit 2023-12-07T18:32:18.808449+0000 mgr.a (mgr.24293) 20926 : audit 0 from='client.412752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:21 smithi022 bash[28554]: cluster 2023-12-07T18:32:20.622728+0000 mgr.a (mgr.24293) 20927 : cluster 0 pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:21 smithi044 bash[32620]: cluster 2023-12-07T18:32:20.622728+0000 mgr.a (mgr.24293) 20927 : cluster 0 pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:21 smithi027 bash[31536]: cluster 2023-12-07T18:32:20.622728+0000 mgr.a (mgr.24293) 20927 : cluster 0 pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:23 smithi022 bash[28554]: cluster 2023-12-07T18:32:22.623461+0000 mgr.a (mgr.24293) 20928 : cluster 0 pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:23 smithi044 bash[32620]: cluster 2023-12-07T18:32:22.623461+0000 mgr.a (mgr.24293) 20928 : cluster 0 pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:23 smithi027 bash[31536]: cluster 2023-12-07T18:32:22.623461+0000 mgr.a (mgr.24293) 20928 : cluster 0 pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:24.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:24.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:24.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:25.280 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:25.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:25.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:25.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:25.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:25 smithi022 bash[28554]: cluster 2023-12-07T18:32:24.624094+0000 mgr.a (mgr.24293) 20929 : cluster 0 pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:25 smithi022 bash[28554]: audit 2023-12-07T18:32:24.759257+0000 mgr.a (mgr.24293) 20930 : audit 0 from='client.412827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:25 smithi044 bash[32620]: cluster 2023-12-07T18:32:24.624094+0000 mgr.a (mgr.24293) 20929 : cluster 0 pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:25 smithi044 bash[32620]: audit 2023-12-07T18:32:24.759257+0000 mgr.a (mgr.24293) 20930 : audit 0 from='client.412827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:25 smithi027 bash[31536]: cluster 2023-12-07T18:32:24.624094+0000 mgr.a (mgr.24293) 20929 : cluster 0 pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:25 smithi027 bash[31536]: audit 2023-12-07T18:32:24.759257+0000 mgr.a (mgr.24293) 20930 : audit 0 from='client.412827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:27 smithi022 bash[28554]: cluster 2023-12-07T18:32:26.624988+0000 mgr.a (mgr.24293) 20931 : cluster 0 pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:27 smithi044 bash[32620]: cluster 2023-12-07T18:32:26.624988+0000 mgr.a (mgr.24293) 20931 : cluster 0 pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:27 smithi027 bash[31536]: cluster 2023-12-07T18:32:26.624988+0000 mgr.a (mgr.24293) 20931 : cluster 0 pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:29 smithi022 bash[28554]: cluster 2023-12-07T18:32:28.625581+0000 mgr.a (mgr.24293) 20932 : cluster 0 pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:29 smithi044 bash[32620]: cluster 2023-12-07T18:32:28.625581+0000 mgr.a (mgr.24293) 20932 : cluster 0 pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:29 smithi027 bash[31536]: cluster 2023-12-07T18:32:28.625581+0000 mgr.a (mgr.24293) 20932 : cluster 0 pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:30.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:30.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:30.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:31.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:31.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:31.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:31.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:31.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:31 smithi022 bash[28554]: cluster 2023-12-07T18:32:30.626433+0000 mgr.a (mgr.24293) 20933 : cluster 0 pgmap v15653: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:31 smithi022 bash[28554]: audit 2023-12-07T18:32:30.695246+0000 mgr.a (mgr.24293) 20934 : audit 0 from='client.412902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:31 smithi044 bash[32620]: cluster 2023-12-07T18:32:30.626433+0000 mgr.a (mgr.24293) 20933 : cluster 0 pgmap v15653: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:31 smithi044 bash[32620]: audit 2023-12-07T18:32:30.695246+0000 mgr.a (mgr.24293) 20934 : audit 0 from='client.412902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:31 smithi027 bash[31536]: cluster 2023-12-07T18:32:30.626433+0000 mgr.a (mgr.24293) 20933 : cluster 0 pgmap v15653: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:31 smithi027 bash[31536]: audit 2023-12-07T18:32:30.695246+0000 mgr.a (mgr.24293) 20934 : audit 0 from='client.412902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:33 smithi022 bash[28554]: cluster 2023-12-07T18:32:32.627144+0000 mgr.a (mgr.24293) 20935 : cluster 0 pgmap v15654: 33 pgs: 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:33 smithi044 bash[32620]: cluster 2023-12-07T18:32:32.627144+0000 mgr.a (mgr.24293) 20935 : cluster 0 pgmap v15654: 33 pgs: 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:33 smithi027 bash[31536]: cluster 2023-12-07T18:32:32.627144+0000 mgr.a (mgr.24293) 20935 : cluster 0 pgmap v15654: 33 pgs: 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:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:35 smithi022 bash[28554]: cluster 2023-12-07T18:32:34.627731+0000 mgr.a (mgr.24293) 20936 : cluster 0 pgmap v15655: 33 pgs: 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:36.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:35 smithi044 bash[32620]: cluster 2023-12-07T18:32:34.627731+0000 mgr.a (mgr.24293) 20936 : cluster 0 pgmap v15655: 33 pgs: 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:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:35 smithi027 bash[31536]: cluster 2023-12-07T18:32:34.627731+0000 mgr.a (mgr.24293) 20936 : cluster 0 pgmap v15655: 33 pgs: 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:36.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:36.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:36.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:37.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:37.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:37.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:37.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:37.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:37 smithi022 bash[28554]: cluster 2023-12-07T18:32:36.628618+0000 mgr.a (mgr.24293) 20937 : cluster 0 pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:37 smithi022 bash[28554]: audit 2023-12-07T18:32:36.637406+0000 mgr.a (mgr.24293) 20938 : audit 0 from='client.412980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:37 smithi044 bash[32620]: cluster 2023-12-07T18:32:36.628618+0000 mgr.a (mgr.24293) 20937 : cluster 0 pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:37 smithi044 bash[32620]: audit 2023-12-07T18:32:36.637406+0000 mgr.a (mgr.24293) 20938 : audit 0 from='client.412980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:37 smithi027 bash[31536]: cluster 2023-12-07T18:32:36.628618+0000 mgr.a (mgr.24293) 20937 : cluster 0 pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:37 smithi027 bash[31536]: audit 2023-12-07T18:32:36.637406+0000 mgr.a (mgr.24293) 20938 : audit 0 from='client.412980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:39 smithi022 bash[28554]: cluster 2023-12-07T18:32:38.629419+0000 mgr.a (mgr.24293) 20939 : cluster 0 pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:39 smithi044 bash[32620]: cluster 2023-12-07T18:32:38.629419+0000 mgr.a (mgr.24293) 20939 : cluster 0 pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:39 smithi027 bash[31536]: cluster 2023-12-07T18:32:38.629419+0000 mgr.a (mgr.24293) 20939 : cluster 0 pgmap v15657: 33 pgs: 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:42.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:42.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:42.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:41 smithi022 bash[28554]: cluster 2023-12-07T18:32:40.630434+0000 mgr.a (mgr.24293) 20940 : cluster 0 pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:41 smithi044 bash[32620]: cluster 2023-12-07T18:32:40.630434+0000 mgr.a (mgr.24293) 20940 : cluster 0 pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:41 smithi027 bash[31536]: cluster 2023-12-07T18:32:40.630434+0000 mgr.a (mgr.24293) 20940 : cluster 0 pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:43.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:43.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:42 smithi022 bash[28554]: audit 2023-12-07T18:32:42.573158+0000 mgr.a (mgr.24293) 20941 : audit 0 from='client.413055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:42 smithi022 bash[28554]: cluster 2023-12-07T18:32:42.631223+0000 mgr.a (mgr.24293) 20942 : cluster 0 pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:42 smithi044 bash[32620]: audit 2023-12-07T18:32:42.573158+0000 mgr.a (mgr.24293) 20941 : audit 0 from='client.413055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:42 smithi044 bash[32620]: cluster 2023-12-07T18:32:42.631223+0000 mgr.a (mgr.24293) 20942 : cluster 0 pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:42 smithi027 bash[31536]: audit 2023-12-07T18:32:42.573158+0000 mgr.a (mgr.24293) 20941 : audit 0 from='client.413055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:42 smithi027 bash[31536]: cluster 2023-12-07T18:32:42.631223+0000 mgr.a (mgr.24293) 20942 : cluster 0 pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:45 smithi022 bash[28554]: cluster 2023-12-07T18:32:44.631958+0000 mgr.a (mgr.24293) 20943 : cluster 0 pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:46.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:45 smithi044 bash[32620]: cluster 2023-12-07T18:32:44.631958+0000 mgr.a (mgr.24293) 20943 : cluster 0 pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:45 smithi027 bash[31536]: cluster 2023-12-07T18:32:44.631958+0000 mgr.a (mgr.24293) 20943 : cluster 0 pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:48.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:48.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:48.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:47 smithi022 bash[28554]: cluster 2023-12-07T18:32:46.632710+0000 mgr.a (mgr.24293) 20944 : cluster 0 pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:47 smithi044 bash[32620]: cluster 2023-12-07T18:32:46.632710+0000 mgr.a (mgr.24293) 20944 : cluster 0 pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:47 smithi027 bash[31536]: cluster 2023-12-07T18:32:46.632710+0000 mgr.a (mgr.24293) 20944 : cluster 0 pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:49.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:49.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:49.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:49.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:49.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:49 smithi022 bash[28554]: audit 2023-12-07T18:32:48.519900+0000 mgr.a (mgr.24293) 20945 : audit 0 from='client.413133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:49 smithi022 bash[28554]: cluster 2023-12-07T18:32:48.633382+0000 mgr.a (mgr.24293) 20946 : cluster 0 pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:49 smithi044 bash[32620]: audit 2023-12-07T18:32:48.519900+0000 mgr.a (mgr.24293) 20945 : audit 0 from='client.413133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:49 smithi044 bash[32620]: cluster 2023-12-07T18:32:48.633382+0000 mgr.a (mgr.24293) 20946 : cluster 0 pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:49 smithi027 bash[31536]: audit 2023-12-07T18:32:48.519900+0000 mgr.a (mgr.24293) 20945 : audit 0 from='client.413133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:49 smithi027 bash[31536]: cluster 2023-12-07T18:32:48.633382+0000 mgr.a (mgr.24293) 20946 : cluster 0 pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:51 smithi022 bash[28554]: cluster 2023-12-07T18:32:50.634299+0000 mgr.a (mgr.24293) 20947 : cluster 0 pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:51 smithi044 bash[32620]: cluster 2023-12-07T18:32:50.634299+0000 mgr.a (mgr.24293) 20947 : cluster 0 pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:51 smithi027 bash[31536]: cluster 2023-12-07T18:32:50.634299+0000 mgr.a (mgr.24293) 20947 : cluster 0 pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:54.031 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:54.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:54.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:53 smithi022 bash[28554]: cluster 2023-12-07T18:32:52.634828+0000 mgr.a (mgr.24293) 20948 : cluster 0 pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:53 smithi044 bash[32620]: cluster 2023-12-07T18:32:52.634828+0000 mgr.a (mgr.24293) 20948 : cluster 0 pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:53 smithi027 bash[31536]: cluster 2023-12-07T18:32:52.634828+0000 mgr.a (mgr.24293) 20948 : cluster 0 pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:54.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:54.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:54.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:54.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:32:54.987 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:32:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:55 smithi022 bash[28554]: audit 2023-12-07T18:32:54.438847+0000 mgr.a (mgr.24293) 20949 : audit 0 from='client.413205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:56.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:55 smithi022 bash[28554]: cluster 2023-12-07T18:32:54.635637+0000 mgr.a (mgr.24293) 20950 : cluster 0 pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:55 smithi044 bash[32620]: audit 2023-12-07T18:32:54.438847+0000 mgr.a (mgr.24293) 20949 : audit 0 from='client.413205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:56.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:55 smithi044 bash[32620]: cluster 2023-12-07T18:32:54.635637+0000 mgr.a (mgr.24293) 20950 : cluster 0 pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:55 smithi027 bash[31536]: audit 2023-12-07T18:32:54.438847+0000 mgr.a (mgr.24293) 20949 : audit 0 from='client.413205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:55 smithi027 bash[31536]: cluster 2023-12-07T18:32:54.635637+0000 mgr.a (mgr.24293) 20950 : cluster 0 pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:56 smithi022 bash[28554]: cluster 2023-12-07T18:32:56.636503+0000 mgr.a (mgr.24293) 20951 : cluster 0 pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:56 smithi044 bash[32620]: cluster 2023-12-07T18:32:56.636503+0000 mgr.a (mgr.24293) 20951 : cluster 0 pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:56 smithi027 bash[31536]: cluster 2023-12-07T18:32:56.636503+0000 mgr.a (mgr.24293) 20951 : cluster 0 pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:59.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:32:59.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:59.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:32:59 smithi022 bash[28554]: cluster 2023-12-07T18:32:58.637059+0000 mgr.a (mgr.24293) 20952 : cluster 0 pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:32:59 smithi044 bash[32620]: cluster 2023-12-07T18:32:58.637059+0000 mgr.a (mgr.24293) 20952 : cluster 0 pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:32:59 smithi027 bash[31536]: cluster 2023-12-07T18:32:58.637059+0000 mgr.a (mgr.24293) 20952 : cluster 0 pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:00.939 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:00.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:00.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:00.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:00.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:01 smithi022 bash[28554]: audit 2023-12-07T18:33:00.405971+0000 mgr.a (mgr.24293) 20953 : audit 0 from='client.413283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:01 smithi022 bash[28554]: cluster 2023-12-07T18:33:00.637886+0000 mgr.a (mgr.24293) 20954 : cluster 0 pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:01 smithi044 bash[32620]: audit 2023-12-07T18:33:00.405971+0000 mgr.a (mgr.24293) 20953 : audit 0 from='client.413283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:01 smithi044 bash[32620]: cluster 2023-12-07T18:33:00.637886+0000 mgr.a (mgr.24293) 20954 : cluster 0 pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:01 smithi027 bash[31536]: audit 2023-12-07T18:33:00.405971+0000 mgr.a (mgr.24293) 20953 : audit 0 from='client.413283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:01 smithi027 bash[31536]: cluster 2023-12-07T18:33:00.637886+0000 mgr.a (mgr.24293) 20954 : cluster 0 pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:03 smithi022 bash[28554]: cluster 2023-12-07T18:33:02.638486+0000 mgr.a (mgr.24293) 20955 : cluster 0 pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:03 smithi044 bash[32620]: cluster 2023-12-07T18:33:02.638486+0000 mgr.a (mgr.24293) 20955 : cluster 0 pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:03 smithi027 bash[31536]: cluster 2023-12-07T18:33:02.638486+0000 mgr.a (mgr.24293) 20955 : cluster 0 pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:05.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:05.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:05.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:05 smithi027 bash[31536]: cluster 2023-12-07T18:33:04.639076+0000 mgr.a (mgr.24293) 20956 : cluster 0 pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:05 smithi022 bash[28554]: cluster 2023-12-07T18:33:04.639076+0000 mgr.a (mgr.24293) 20956 : cluster 0 pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:05 smithi044 bash[32620]: cluster 2023-12-07T18:33:04.639076+0000 mgr.a (mgr.24293) 20956 : cluster 0 pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:06.871 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:06.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:06.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:06.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:06.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:06 smithi027 bash[31536]: audit 2023-12-07T18:33:06.349920+0000 mgr.a (mgr.24293) 20957 : audit 0 from='client.413361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:07.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:06 smithi027 bash[31536]: cluster 2023-12-07T18:33:06.640309+0000 mgr.a (mgr.24293) 20958 : cluster 0 pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:06 smithi022 bash[28554]: audit 2023-12-07T18:33:06.349920+0000 mgr.a (mgr.24293) 20957 : audit 0 from='client.413361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:06 smithi022 bash[28554]: cluster 2023-12-07T18:33:06.640309+0000 mgr.a (mgr.24293) 20958 : cluster 0 pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:06 smithi044 bash[32620]: audit 2023-12-07T18:33:06.349920+0000 mgr.a (mgr.24293) 20957 : audit 0 from='client.413361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:06 smithi044 bash[32620]: cluster 2023-12-07T18:33:06.640309+0000 mgr.a (mgr.24293) 20958 : cluster 0 pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:09 smithi022 bash[28554]: cluster 2023-12-07T18:33:08.641115+0000 mgr.a (mgr.24293) 20959 : cluster 0 pgmap v15672: 33 pgs: 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:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:09 smithi044 bash[32620]: cluster 2023-12-07T18:33:08.641115+0000 mgr.a (mgr.24293) 20959 : cluster 0 pgmap v15672: 33 pgs: 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:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:09 smithi027 bash[31536]: cluster 2023-12-07T18:33:08.641115+0000 mgr.a (mgr.24293) 20959 : cluster 0 pgmap v15672: 33 pgs: 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:11.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:11.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:11.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:11 smithi022 bash[28554]: cluster 2023-12-07T18:33:10.642109+0000 mgr.a (mgr.24293) 20960 : cluster 0 pgmap v15673: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:11 smithi044 bash[32620]: cluster 2023-12-07T18:33:10.642109+0000 mgr.a (mgr.24293) 20960 : cluster 0 pgmap v15673: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:11 smithi027 bash[31536]: cluster 2023-12-07T18:33:10.642109+0000 mgr.a (mgr.24293) 20960 : cluster 0 pgmap v15673: 33 pgs: 33 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.846 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:12.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:12.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:12.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:12.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:13 smithi022 bash[28554]: audit 2023-12-07T18:33:12.291666+0000 mgr.a (mgr.24293) 20961 : audit 0 from='client.413439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:13 smithi022 bash[28554]: cluster 2023-12-07T18:33:12.642850+0000 mgr.a (mgr.24293) 20962 : cluster 0 pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:13 smithi044 bash[32620]: audit 2023-12-07T18:33:12.291666+0000 mgr.a (mgr.24293) 20961 : audit 0 from='client.413439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:13 smithi044 bash[32620]: cluster 2023-12-07T18:33:12.642850+0000 mgr.a (mgr.24293) 20962 : cluster 0 pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:13 smithi027 bash[31536]: audit 2023-12-07T18:33:12.291666+0000 mgr.a (mgr.24293) 20961 : audit 0 from='client.413439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:13 smithi027 bash[31536]: cluster 2023-12-07T18:33:12.642850+0000 mgr.a (mgr.24293) 20962 : cluster 0 pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:15 smithi022 bash[28554]: cluster 2023-12-07T18:33:14.643601+0000 mgr.a (mgr.24293) 20963 : cluster 0 pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:16.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:15 smithi044 bash[32620]: cluster 2023-12-07T18:33:14.643601+0000 mgr.a (mgr.24293) 20963 : cluster 0 pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:15 smithi027 bash[31536]: cluster 2023-12-07T18:33:14.643601+0000 mgr.a (mgr.24293) 20963 : cluster 0 pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:17.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:17.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:17.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:17 smithi022 bash[28554]: cluster 2023-12-07T18:33:16.644365+0000 mgr.a (mgr.24293) 20964 : cluster 0 pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:17 smithi044 bash[32620]: cluster 2023-12-07T18:33:16.644365+0000 mgr.a (mgr.24293) 20964 : cluster 0 pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:17 smithi027 bash[31536]: cluster 2023-12-07T18:33:16.644365+0000 mgr.a (mgr.24293) 20964 : cluster 0 pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:18.757 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:18.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:18.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:18.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:18.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:19.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:18 smithi027 bash[31536]: audit 2023-12-07T18:33:18.276856+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:19.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:18 smithi022 bash[28554]: audit 2023-12-07T18:33:18.276856+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:19.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:18 smithi044 bash[32620]: audit 2023-12-07T18:33:18.276856+0000 mon.a (mon.0) 3339 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:19 smithi027 bash[31536]: audit 2023-12-07T18:33:18.260104+0000 mgr.a (mgr.24293) 20965 : audit 0 from='client.413517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:19 smithi027 bash[31536]: cluster 2023-12-07T18:33:18.645150+0000 mgr.a (mgr.24293) 20966 : cluster 0 pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:19 smithi027 bash[31536]: audit 2023-12-07T18:33:19.042526+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:19 smithi027 bash[31536]: audit 2023-12-07T18:33:19.044689+0000 mon.a (mon.0) 3341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:20.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:19 smithi027 bash[31536]: audit 2023-12-07T18:33:19.055248+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:33:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:19 smithi022 bash[28554]: audit 2023-12-07T18:33:18.260104+0000 mgr.a (mgr.24293) 20965 : audit 0 from='client.413517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:19 smithi022 bash[28554]: cluster 2023-12-07T18:33:18.645150+0000 mgr.a (mgr.24293) 20966 : cluster 0 pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:19 smithi022 bash[28554]: audit 2023-12-07T18:33:19.042526+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:19 smithi022 bash[28554]: audit 2023-12-07T18:33:19.044689+0000 mon.a (mon.0) 3341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:19 smithi022 bash[28554]: audit 2023-12-07T18:33:19.055248+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:33:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:19 smithi044 bash[32620]: audit 2023-12-07T18:33:18.260104+0000 mgr.a (mgr.24293) 20965 : audit 0 from='client.413517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:19 smithi044 bash[32620]: cluster 2023-12-07T18:33:18.645150+0000 mgr.a (mgr.24293) 20966 : cluster 0 pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:19 smithi044 bash[32620]: audit 2023-12-07T18:33:19.042526+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:19 smithi044 bash[32620]: audit 2023-12-07T18:33:19.044689+0000 mon.a (mon.0) 3341 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:19 smithi044 bash[32620]: audit 2023-12-07T18:33:19.055248+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:33:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:20 smithi027 bash[31536]: cluster 2023-12-07T18:33:20.645975+0000 mgr.a (mgr.24293) 20967 : cluster 0 pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:20 smithi022 bash[28554]: cluster 2023-12-07T18:33:20.645975+0000 mgr.a (mgr.24293) 20967 : cluster 0 pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:20 smithi044 bash[32620]: cluster 2023-12-07T18:33:20.645975+0000 mgr.a (mgr.24293) 20967 : cluster 0 pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:23.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:23.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:23.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:23 smithi022 bash[28554]: cluster 2023-12-07T18:33:22.646556+0000 mgr.a (mgr.24293) 20968 : cluster 0 pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:23 smithi044 bash[32620]: cluster 2023-12-07T18:33:22.646556+0000 mgr.a (mgr.24293) 20968 : cluster 0 pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:23 smithi027 bash[31536]: cluster 2023-12-07T18:33:22.646556+0000 mgr.a (mgr.24293) 20968 : cluster 0 pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:24.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:24.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:24.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:24.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:24.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:25 smithi022 bash[28554]: audit 2023-12-07T18:33:24.176243+0000 mgr.a (mgr.24293) 20969 : audit 0 from='client.413595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:26.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:25 smithi022 bash[28554]: cluster 2023-12-07T18:33:24.647008+0000 mgr.a (mgr.24293) 20970 : cluster 0 pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:25 smithi044 bash[32620]: audit 2023-12-07T18:33:24.176243+0000 mgr.a (mgr.24293) 20969 : audit 0 from='client.413595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:26.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:25 smithi044 bash[32620]: cluster 2023-12-07T18:33:24.647008+0000 mgr.a (mgr.24293) 20970 : cluster 0 pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:25 smithi027 bash[31536]: audit 2023-12-07T18:33:24.176243+0000 mgr.a (mgr.24293) 20969 : audit 0 from='client.413595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:26.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:25 smithi027 bash[31536]: cluster 2023-12-07T18:33:24.647008+0000 mgr.a (mgr.24293) 20970 : cluster 0 pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:27 smithi022 bash[28554]: cluster 2023-12-07T18:33:26.647854+0000 mgr.a (mgr.24293) 20971 : cluster 0 pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:27 smithi044 bash[32620]: cluster 2023-12-07T18:33:26.647854+0000 mgr.a (mgr.24293) 20971 : cluster 0 pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:27 smithi027 bash[31536]: cluster 2023-12-07T18:33:26.647854+0000 mgr.a (mgr.24293) 20971 : cluster 0 pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:29.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:29.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:29.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:29 smithi022 bash[28554]: cluster 2023-12-07T18:33:28.648467+0000 mgr.a (mgr.24293) 20972 : cluster 0 pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:29 smithi044 bash[32620]: cluster 2023-12-07T18:33:28.648467+0000 mgr.a (mgr.24293) 20972 : cluster 0 pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:29 smithi027 bash[31536]: cluster 2023-12-07T18:33:28.648467+0000 mgr.a (mgr.24293) 20972 : cluster 0 pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:30.637 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:30.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:30.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:30.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:30.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:31 smithi027 bash[31536]: audit 2023-12-07T18:33:30.126752+0000 mgr.a (mgr.24293) 20973 : audit 0 from='client.413673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:31 smithi027 bash[31536]: cluster 2023-12-07T18:33:30.649558+0000 mgr.a (mgr.24293) 20974 : cluster 0 pgmap v15683: 33 pgs: 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:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:31 smithi022 bash[28554]: audit 2023-12-07T18:33:30.126752+0000 mgr.a (mgr.24293) 20973 : audit 0 from='client.413673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:31 smithi022 bash[28554]: cluster 2023-12-07T18:33:30.649558+0000 mgr.a (mgr.24293) 20974 : cluster 0 pgmap v15683: 33 pgs: 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:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:31 smithi044 bash[32620]: audit 2023-12-07T18:33:30.126752+0000 mgr.a (mgr.24293) 20973 : audit 0 from='client.413673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:31 smithi044 bash[32620]: cluster 2023-12-07T18:33:30.649558+0000 mgr.a (mgr.24293) 20974 : cluster 0 pgmap v15683: 33 pgs: 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:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:33 smithi027 bash[31536]: cluster 2023-12-07T18:33:32.650182+0000 mgr.a (mgr.24293) 20975 : cluster 0 pgmap v15684: 33 pgs: 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:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:33 smithi022 bash[28554]: cluster 2023-12-07T18:33:32.650182+0000 mgr.a (mgr.24293) 20975 : cluster 0 pgmap v15684: 33 pgs: 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:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:33 smithi044 bash[32620]: cluster 2023-12-07T18:33:32.650182+0000 mgr.a (mgr.24293) 20975 : cluster 0 pgmap v15684: 33 pgs: 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:35.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:34 smithi027 bash[31536]: cluster 2023-12-07T18:33:34.650769+0000 mgr.a (mgr.24293) 20976 : cluster 0 pgmap v15685: 33 pgs: 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:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:34 smithi022 bash[28554]: cluster 2023-12-07T18:33:34.650769+0000 mgr.a (mgr.24293) 20976 : cluster 0 pgmap v15685: 33 pgs: 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:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:34 smithi044 bash[32620]: cluster 2023-12-07T18:33:34.650769+0000 mgr.a (mgr.24293) 20976 : cluster 0 pgmap v15685: 33 pgs: 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:35.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:35.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:35.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:36.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:36.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:36.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:36.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:36.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:37 smithi022 bash[28554]: audit 2023-12-07T18:33:36.054963+0000 mgr.a (mgr.24293) 20977 : audit 0 from='client.413751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:37 smithi022 bash[28554]: cluster 2023-12-07T18:33:36.652029+0000 mgr.a (mgr.24293) 20978 : cluster 0 pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:37 smithi044 bash[32620]: audit 2023-12-07T18:33:36.054963+0000 mgr.a (mgr.24293) 20977 : audit 0 from='client.413751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:37 smithi044 bash[32620]: cluster 2023-12-07T18:33:36.652029+0000 mgr.a (mgr.24293) 20978 : cluster 0 pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:37 smithi027 bash[31536]: audit 2023-12-07T18:33:36.054963+0000 mgr.a (mgr.24293) 20977 : audit 0 from='client.413751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:37 smithi027 bash[31536]: cluster 2023-12-07T18:33:36.652029+0000 mgr.a (mgr.24293) 20978 : cluster 0 pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:39 smithi022 bash[28554]: cluster 2023-12-07T18:33:38.652673+0000 mgr.a (mgr.24293) 20979 : cluster 0 pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:39 smithi044 bash[32620]: cluster 2023-12-07T18:33:38.652673+0000 mgr.a (mgr.24293) 20979 : cluster 0 pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:39 smithi027 bash[31536]: cluster 2023-12-07T18:33:38.652673+0000 mgr.a (mgr.24293) 20979 : cluster 0 pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:41.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:41.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:41.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:41 smithi022 bash[28554]: cluster 2023-12-07T18:33:40.653411+0000 mgr.a (mgr.24293) 20980 : cluster 0 pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:41 smithi044 bash[32620]: cluster 2023-12-07T18:33:40.653411+0000 mgr.a (mgr.24293) 20980 : cluster 0 pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:41 smithi027 bash[31536]: cluster 2023-12-07T18:33:40.653411+0000 mgr.a (mgr.24293) 20980 : cluster 0 pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:42.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:42.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:42.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:42.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:42.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:43 smithi027 bash[31536]: audit 2023-12-07T18:33:42.028497+0000 mgr.a (mgr.24293) 20981 : audit 0 from='client.413826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:44.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:43 smithi027 bash[31536]: cluster 2023-12-07T18:33:42.654154+0000 mgr.a (mgr.24293) 20982 : cluster 0 pgmap v15689: 33 pgs: 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:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:43 smithi022 bash[28554]: audit 2023-12-07T18:33:42.028497+0000 mgr.a (mgr.24293) 20981 : audit 0 from='client.413826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:43 smithi022 bash[28554]: cluster 2023-12-07T18:33:42.654154+0000 mgr.a (mgr.24293) 20982 : cluster 0 pgmap v15689: 33 pgs: 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:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:43 smithi044 bash[32620]: audit 2023-12-07T18:33:42.028497+0000 mgr.a (mgr.24293) 20981 : audit 0 from='client.413826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:43 smithi044 bash[32620]: cluster 2023-12-07T18:33:42.654154+0000 mgr.a (mgr.24293) 20982 : cluster 0 pgmap v15689: 33 pgs: 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:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:45 smithi027 bash[31536]: cluster 2023-12-07T18:33:44.654743+0000 mgr.a (mgr.24293) 20983 : cluster 0 pgmap v15690: 33 pgs: 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:46.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:45 smithi022 bash[28554]: cluster 2023-12-07T18:33:44.654743+0000 mgr.a (mgr.24293) 20983 : cluster 0 pgmap v15690: 33 pgs: 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:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:45 smithi044 bash[32620]: cluster 2023-12-07T18:33:44.654743+0000 mgr.a (mgr.24293) 20983 : cluster 0 pgmap v15690: 33 pgs: 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:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:46 smithi022 bash[28554]: cluster 2023-12-07T18:33:46.655605+0000 mgr.a (mgr.24293) 20984 : cluster 0 pgmap v15691: 33 pgs: 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:47.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:46 smithi044 bash[32620]: cluster 2023-12-07T18:33:46.655605+0000 mgr.a (mgr.24293) 20984 : cluster 0 pgmap v15691: 33 pgs: 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:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:46 smithi027 bash[31536]: cluster 2023-12-07T18:33:46.655605+0000 mgr.a (mgr.24293) 20984 : cluster 0 pgmap v15691: 33 pgs: 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:47.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:47.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:47.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:48.501 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:48.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:48.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:48.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:48.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:49 smithi022 bash[28554]: audit 2023-12-07T18:33:47.950580+0000 mgr.a (mgr.24293) 20985 : audit 0 from='client.413895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:49 smithi022 bash[28554]: cluster 2023-12-07T18:33:48.656351+0000 mgr.a (mgr.24293) 20986 : cluster 0 pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:49 smithi044 bash[32620]: audit 2023-12-07T18:33:47.950580+0000 mgr.a (mgr.24293) 20985 : audit 0 from='client.413895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:49 smithi044 bash[32620]: cluster 2023-12-07T18:33:48.656351+0000 mgr.a (mgr.24293) 20986 : cluster 0 pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:49 smithi027 bash[31536]: audit 2023-12-07T18:33:47.950580+0000 mgr.a (mgr.24293) 20985 : audit 0 from='client.413895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:50.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:49 smithi027 bash[31536]: cluster 2023-12-07T18:33:48.656351+0000 mgr.a (mgr.24293) 20986 : cluster 0 pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:51 smithi027 bash[31536]: cluster 2023-12-07T18:33:50.657193+0000 mgr.a (mgr.24293) 20987 : cluster 0 pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:51 smithi022 bash[28554]: cluster 2023-12-07T18:33:50.657193+0000 mgr.a (mgr.24293) 20987 : cluster 0 pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:51 smithi044 bash[32620]: cluster 2023-12-07T18:33:50.657193+0000 mgr.a (mgr.24293) 20987 : cluster 0 pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:53.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:53.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:53.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:53 smithi027 bash[31536]: cluster 2023-12-07T18:33:52.657760+0000 mgr.a (mgr.24293) 20988 : cluster 0 pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:53 smithi022 bash[28554]: cluster 2023-12-07T18:33:52.657760+0000 mgr.a (mgr.24293) 20988 : cluster 0 pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:54.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:53 smithi044 bash[32620]: cluster 2023-12-07T18:33:52.657760+0000 mgr.a (mgr.24293) 20988 : cluster 0 pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:54.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:33:54.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:54.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:54.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:54.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:33:55.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:54 smithi027 bash[31536]: audit 2023-12-07T18:33:53.909332+0000 mgr.a (mgr.24293) 20989 : audit 0 from='client.413967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:54 smithi022 bash[28554]: audit 2023-12-07T18:33:53.909332+0000 mgr.a (mgr.24293) 20989 : audit 0 from='client.413967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:54 smithi044 bash[32620]: audit 2023-12-07T18:33:53.909332+0000 mgr.a (mgr.24293) 20989 : audit 0 from='client.413967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:56.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:55 smithi027 bash[31536]: cluster 2023-12-07T18:33:54.658540+0000 mgr.a (mgr.24293) 20990 : cluster 0 pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:55 smithi022 bash[28554]: cluster 2023-12-07T18:33:54.658540+0000 mgr.a (mgr.24293) 20990 : cluster 0 pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:55 smithi044 bash[32620]: cluster 2023-12-07T18:33:54.658540+0000 mgr.a (mgr.24293) 20990 : cluster 0 pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:57.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:56 smithi027 bash[31536]: cluster 2023-12-07T18:33:56.659381+0000 mgr.a (mgr.24293) 20991 : cluster 0 pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:56 smithi022 bash[28554]: cluster 2023-12-07T18:33:56.659381+0000 mgr.a (mgr.24293) 20991 : cluster 0 pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:56 smithi044 bash[32620]: cluster 2023-12-07T18:33:56.659381+0000 mgr.a (mgr.24293) 20991 : cluster 0 pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:59.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:33:59.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:59.450 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:33:59 smithi022 bash[28554]: cluster 2023-12-07T18:33:58.659979+0000 mgr.a (mgr.24293) 20992 : cluster 0 pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:33:59 smithi044 bash[32620]: cluster 2023-12-07T18:33:58.659979+0000 mgr.a (mgr.24293) 20992 : cluster 0 pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:33:59 smithi027 bash[31536]: cluster 2023-12-07T18:33:58.659979+0000 mgr.a (mgr.24293) 20992 : cluster 0 pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:00.402 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:00.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:00.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:00.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:00.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:00 smithi027 bash[31536]: audit 2023-12-07T18:33:59.862661+0000 mgr.a (mgr.24293) 20993 : audit 0 from='client.414042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:00 smithi022 bash[28554]: audit 2023-12-07T18:33:59.862661+0000 mgr.a (mgr.24293) 20993 : audit 0 from='client.414042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:01.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:00 smithi044 bash[32620]: audit 2023-12-07T18:33:59.862661+0000 mgr.a (mgr.24293) 20993 : audit 0 from='client.414042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:01 smithi027 bash[31536]: cluster 2023-12-07T18:34:00.661028+0000 mgr.a (mgr.24293) 20994 : cluster 0 pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:01 smithi022 bash[28554]: cluster 2023-12-07T18:34:00.661028+0000 mgr.a (mgr.24293) 20994 : cluster 0 pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:02.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:01 smithi044 bash[32620]: cluster 2023-12-07T18:34:00.661028+0000 mgr.a (mgr.24293) 20994 : cluster 0 pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:02 smithi022 bash[28554]: cluster 2023-12-07T18:34:02.661782+0000 mgr.a (mgr.24293) 20995 : cluster 0 pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:02 smithi044 bash[32620]: cluster 2023-12-07T18:34:02.661782+0000 mgr.a (mgr.24293) 20995 : cluster 0 pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:03.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:02 smithi027 bash[31536]: cluster 2023-12-07T18:34:02.661782+0000 mgr.a (mgr.24293) 20995 : cluster 0 pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:05.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:05.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:05.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:05 smithi027 bash[31536]: cluster 2023-12-07T18:34:04.662447+0000 mgr.a (mgr.24293) 20996 : cluster 0 pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:06.316 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:06.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:06.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:06.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:06.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:05 smithi022 bash[28554]: cluster 2023-12-07T18:34:04.662447+0000 mgr.a (mgr.24293) 20996 : cluster 0 pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:05 smithi044 bash[32620]: cluster 2023-12-07T18:34:04.662447+0000 mgr.a (mgr.24293) 20996 : cluster 0 pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:07.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:06 smithi027 bash[31536]: audit 2023-12-07T18:34:05.811074+0000 mgr.a (mgr.24293) 20997 : audit 0 from='client.414120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:06 smithi022 bash[28554]: audit 2023-12-07T18:34:05.811074+0000 mgr.a (mgr.24293) 20997 : audit 0 from='client.414120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:06 smithi044 bash[32620]: audit 2023-12-07T18:34:05.811074+0000 mgr.a (mgr.24293) 20997 : audit 0 from='client.414120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:07 smithi027 bash[31536]: cluster 2023-12-07T18:34:06.663559+0000 mgr.a (mgr.24293) 20998 : cluster 0 pgmap v15701: 33 pgs: 33 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:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:07 smithi022 bash[28554]: cluster 2023-12-07T18:34:06.663559+0000 mgr.a (mgr.24293) 20998 : cluster 0 pgmap v15701: 33 pgs: 33 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:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:07 smithi044 bash[32620]: cluster 2023-12-07T18:34:06.663559+0000 mgr.a (mgr.24293) 20998 : cluster 0 pgmap v15701: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:09 smithi027 bash[31536]: cluster 2023-12-07T18:34:08.664108+0000 mgr.a (mgr.24293) 20999 : cluster 0 pgmap v15702: 33 pgs: 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:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:09 smithi022 bash[28554]: cluster 2023-12-07T18:34:08.664108+0000 mgr.a (mgr.24293) 20999 : cluster 0 pgmap v15702: 33 pgs: 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:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:09 smithi044 bash[32620]: cluster 2023-12-07T18:34:08.664108+0000 mgr.a (mgr.24293) 20999 : cluster 0 pgmap v15702: 33 pgs: 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:11.318 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:11.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:11.319 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:11 smithi027 bash[31536]: cluster 2023-12-07T18:34:10.664809+0000 mgr.a (mgr.24293) 21000 : cluster 0 pgmap v15703: 33 pgs: 33 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.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:12.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:12.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:12.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:12.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:11 smithi022 bash[28554]: cluster 2023-12-07T18:34:10.664809+0000 mgr.a (mgr.24293) 21000 : cluster 0 pgmap v15703: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:11 smithi044 bash[32620]: cluster 2023-12-07T18:34:10.664809+0000 mgr.a (mgr.24293) 21000 : cluster 0 pgmap v15703: 33 pgs: 33 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:13.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:12 smithi027 bash[31536]: audit 2023-12-07T18:34:11.732994+0000 mgr.a (mgr.24293) 21001 : audit 0 from='client.414195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:12 smithi022 bash[28554]: audit 2023-12-07T18:34:11.732994+0000 mgr.a (mgr.24293) 21001 : audit 0 from='client.414195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:12 smithi044 bash[32620]: audit 2023-12-07T18:34:11.732994+0000 mgr.a (mgr.24293) 21001 : audit 0 from='client.414195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:13 smithi027 bash[31536]: cluster 2023-12-07T18:34:12.665522+0000 mgr.a (mgr.24293) 21002 : cluster 0 pgmap v15704: 33 pgs: 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.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:13 smithi022 bash[28554]: cluster 2023-12-07T18:34:12.665522+0000 mgr.a (mgr.24293) 21002 : cluster 0 pgmap v15704: 33 pgs: 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:13 smithi044 bash[32620]: cluster 2023-12-07T18:34:12.665522+0000 mgr.a (mgr.24293) 21002 : cluster 0 pgmap v15704: 33 pgs: 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:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:14 smithi022 bash[28554]: cluster 2023-12-07T18:34:14.666105+0000 mgr.a (mgr.24293) 21003 : cluster 0 pgmap v15705: 33 pgs: 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:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:14 smithi044 bash[32620]: cluster 2023-12-07T18:34:14.666105+0000 mgr.a (mgr.24293) 21003 : cluster 0 pgmap v15705: 33 pgs: 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:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:14 smithi027 bash[31536]: cluster 2023-12-07T18:34:14.666105+0000 mgr.a (mgr.24293) 21003 : cluster 0 pgmap v15705: 33 pgs: 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:17.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:17.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:17.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:17 smithi022 bash[28554]: cluster 2023-12-07T18:34:16.666910+0000 mgr.a (mgr.24293) 21004 : cluster 0 pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:17 smithi044 bash[32620]: cluster 2023-12-07T18:34:16.666910+0000 mgr.a (mgr.24293) 21004 : cluster 0 pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:18.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:18.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:18.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:18.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:18.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:17 smithi027 bash[31536]: cluster 2023-12-07T18:34:16.666910+0000 mgr.a (mgr.24293) 21004 : cluster 0 pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:19.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:18 smithi022 bash[28554]: audit 2023-12-07T18:34:17.668419+0000 mgr.a (mgr.24293) 21005 : audit 0 from='client.414273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:19.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:18 smithi044 bash[32620]: audit 2023-12-07T18:34:17.668419+0000 mgr.a (mgr.24293) 21005 : audit 0 from='client.414273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:19.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:18 smithi027 bash[31536]: audit 2023-12-07T18:34:17.668419+0000 mgr.a (mgr.24293) 21005 : audit 0 from='client.414273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:19 smithi027 bash[31536]: cluster 2023-12-07T18:34:18.667710+0000 mgr.a (mgr.24293) 21006 : cluster 0 pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:19 smithi027 bash[31536]: audit 2023-12-07T18:34:19.157824+0000 mon.a (mon.0) 3343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:19 smithi027 bash[31536]: audit 2023-12-07T18:34:19.898895+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:19 smithi027 bash[31536]: audit 2023-12-07T18:34:19.900803+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:20.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:19 smithi027 bash[31536]: audit 2023-12-07T18:34:19.910960+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:34:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:19 smithi022 bash[28554]: cluster 2023-12-07T18:34:18.667710+0000 mgr.a (mgr.24293) 21006 : cluster 0 pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:19 smithi022 bash[28554]: audit 2023-12-07T18:34:19.157824+0000 mon.a (mon.0) 3343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:19 smithi022 bash[28554]: audit 2023-12-07T18:34:19.898895+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:19 smithi022 bash[28554]: audit 2023-12-07T18:34:19.900803+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:19 smithi022 bash[28554]: audit 2023-12-07T18:34:19.910960+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:19 smithi044 bash[32620]: cluster 2023-12-07T18:34:18.667710+0000 mgr.a (mgr.24293) 21006 : cluster 0 pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:19 smithi044 bash[32620]: audit 2023-12-07T18:34:19.157824+0000 mon.a (mon.0) 3343 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:19 smithi044 bash[32620]: audit 2023-12-07T18:34:19.898895+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:19 smithi044 bash[32620]: audit 2023-12-07T18:34:19.900803+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:19 smithi044 bash[32620]: audit 2023-12-07T18:34:19.910960+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:34:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:21 smithi027 bash[31536]: cluster 2023-12-07T18:34:20.668558+0000 mgr.a (mgr.24293) 21007 : cluster 0 pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:21 smithi022 bash[28554]: cluster 2023-12-07T18:34:20.668558+0000 mgr.a (mgr.24293) 21007 : cluster 0 pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:21 smithi044 bash[32620]: cluster 2023-12-07T18:34:20.668558+0000 mgr.a (mgr.24293) 21007 : cluster 0 pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:23.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:23.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:23.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:24.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:24.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:24.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:24.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:24.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:23 smithi027 bash[31536]: cluster 2023-12-07T18:34:22.669194+0000 mgr.a (mgr.24293) 21008 : cluster 0 pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:23 smithi022 bash[28554]: cluster 2023-12-07T18:34:22.669194+0000 mgr.a (mgr.24293) 21008 : cluster 0 pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:23 smithi044 bash[32620]: cluster 2023-12-07T18:34:22.669194+0000 mgr.a (mgr.24293) 21008 : cluster 0 pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:25.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:24 smithi027 bash[31536]: audit 2023-12-07T18:34:23.602341+0000 mgr.a (mgr.24293) 21009 : audit 0 from='client.414348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:24 smithi022 bash[28554]: audit 2023-12-07T18:34:23.602341+0000 mgr.a (mgr.24293) 21009 : audit 0 from='client.414348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:24 smithi044 bash[32620]: audit 2023-12-07T18:34:23.602341+0000 mgr.a (mgr.24293) 21009 : audit 0 from='client.414348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:25 smithi022 bash[28554]: cluster 2023-12-07T18:34:24.669946+0000 mgr.a (mgr.24293) 21010 : cluster 0 pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:25 smithi044 bash[32620]: cluster 2023-12-07T18:34:24.669946+0000 mgr.a (mgr.24293) 21010 : cluster 0 pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:25 smithi027 bash[31536]: cluster 2023-12-07T18:34:24.669946+0000 mgr.a (mgr.24293) 21010 : cluster 0 pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:26 smithi022 bash[28554]: cluster 2023-12-07T18:34:26.670826+0000 mgr.a (mgr.24293) 21011 : cluster 0 pgmap v15711: 33 pgs: 33 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:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:26 smithi044 bash[32620]: cluster 2023-12-07T18:34:26.670826+0000 mgr.a (mgr.24293) 21011 : cluster 0 pgmap v15711: 33 pgs: 33 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:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:26 smithi027 bash[31536]: cluster 2023-12-07T18:34:26.670826+0000 mgr.a (mgr.24293) 21011 : cluster 0 pgmap v15711: 33 pgs: 33 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:29.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:29.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:29.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:30.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:30.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:30.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:30.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:30.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:29 smithi027 bash[31536]: cluster 2023-12-07T18:34:28.671392+0000 mgr.a (mgr.24293) 21012 : cluster 0 pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:29 smithi022 bash[28554]: cluster 2023-12-07T18:34:28.671392+0000 mgr.a (mgr.24293) 21012 : cluster 0 pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:29 smithi044 bash[32620]: cluster 2023-12-07T18:34:28.671392+0000 mgr.a (mgr.24293) 21012 : cluster 0 pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:30 smithi027 bash[31536]: audit 2023-12-07T18:34:29.536556+0000 mgr.a (mgr.24293) 21013 : audit 0 from='client.414426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:30 smithi022 bash[28554]: audit 2023-12-07T18:34:29.536556+0000 mgr.a (mgr.24293) 21013 : audit 0 from='client.414426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:30 smithi044 bash[32620]: audit 2023-12-07T18:34:29.536556+0000 mgr.a (mgr.24293) 21013 : audit 0 from='client.414426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:31 smithi027 bash[31536]: cluster 2023-12-07T18:34:30.672336+0000 mgr.a (mgr.24293) 21014 : cluster 0 pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:31 smithi022 bash[28554]: cluster 2023-12-07T18:34:30.672336+0000 mgr.a (mgr.24293) 21014 : cluster 0 pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:31 smithi044 bash[32620]: cluster 2023-12-07T18:34:30.672336+0000 mgr.a (mgr.24293) 21014 : cluster 0 pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:33 smithi027 bash[31536]: cluster 2023-12-07T18:34:32.672940+0000 mgr.a (mgr.24293) 21015 : cluster 0 pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:33 smithi022 bash[28554]: cluster 2023-12-07T18:34:32.672940+0000 mgr.a (mgr.24293) 21015 : cluster 0 pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:33 smithi044 bash[32620]: cluster 2023-12-07T18:34:32.672940+0000 mgr.a (mgr.24293) 21015 : cluster 0 pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:35.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:35.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:35.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:34 smithi022 bash[28554]: cluster 2023-12-07T18:34:34.673554+0000 mgr.a (mgr.24293) 21016 : cluster 0 pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:34 smithi044 bash[32620]: cluster 2023-12-07T18:34:34.673554+0000 mgr.a (mgr.24293) 21016 : cluster 0 pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:34 smithi027 bash[31536]: cluster 2023-12-07T18:34:34.673554+0000 mgr.a (mgr.24293) 21016 : cluster 0 pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:35.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:35.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:35.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:35.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:35.997 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:35 smithi022 bash[28554]: audit 2023-12-07T18:34:35.474505+0000 mgr.a (mgr.24293) 21017 : audit 0 from='client.414504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:35 smithi044 bash[32620]: audit 2023-12-07T18:34:35.474505+0000 mgr.a (mgr.24293) 21017 : audit 0 from='client.414504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:35 smithi027 bash[31536]: audit 2023-12-07T18:34:35.474505+0000 mgr.a (mgr.24293) 21017 : audit 0 from='client.414504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:37.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:37 smithi022 bash[28554]: cluster 2023-12-07T18:34:36.674663+0000 mgr.a (mgr.24293) 21018 : cluster 0 pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:37.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:37 smithi044 bash[32620]: cluster 2023-12-07T18:34:36.674663+0000 mgr.a (mgr.24293) 21018 : cluster 0 pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:37 smithi027 bash[31536]: cluster 2023-12-07T18:34:36.674663+0000 mgr.a (mgr.24293) 21018 : cluster 0 pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:39 smithi027 bash[31536]: cluster 2023-12-07T18:34:38.675227+0000 mgr.a (mgr.24293) 21019 : cluster 0 pgmap v15717: 33 pgs: 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:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:39 smithi022 bash[28554]: cluster 2023-12-07T18:34:38.675227+0000 mgr.a (mgr.24293) 21019 : cluster 0 pgmap v15717: 33 pgs: 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:40.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:39 smithi044 bash[32620]: cluster 2023-12-07T18:34:38.675227+0000 mgr.a (mgr.24293) 21019 : cluster 0 pgmap v15717: 33 pgs: 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:41.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:41.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:41.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:41.919 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:41.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:41.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:41.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:41.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:41 smithi027 bash[31536]: cluster 2023-12-07T18:34:40.675992+0000 mgr.a (mgr.24293) 21020 : cluster 0 pgmap v15718: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:41 smithi022 bash[28554]: cluster 2023-12-07T18:34:40.675992+0000 mgr.a (mgr.24293) 21020 : cluster 0 pgmap v15718: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:41 smithi044 bash[32620]: cluster 2023-12-07T18:34:40.675992+0000 mgr.a (mgr.24293) 21020 : cluster 0 pgmap v15718: 33 pgs: 33 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:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:42 smithi022 bash[28554]: audit 2023-12-07T18:34:41.409121+0000 mgr.a (mgr.24293) 21021 : audit 0 from='client.414582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:43.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:42 smithi044 bash[32620]: audit 2023-12-07T18:34:41.409121+0000 mgr.a (mgr.24293) 21021 : audit 0 from='client.414582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:42 smithi027 bash[31536]: audit 2023-12-07T18:34:41.409121+0000 mgr.a (mgr.24293) 21021 : audit 0 from='client.414582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:43 smithi022 bash[28554]: cluster 2023-12-07T18:34:42.676715+0000 mgr.a (mgr.24293) 21022 : cluster 0 pgmap v15719: 33 pgs: 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:43 smithi044 bash[32620]: cluster 2023-12-07T18:34:42.676715+0000 mgr.a (mgr.24293) 21022 : cluster 0 pgmap v15719: 33 pgs: 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:43 smithi027 bash[31536]: cluster 2023-12-07T18:34:42.676715+0000 mgr.a (mgr.24293) 21022 : cluster 0 pgmap v15719: 33 pgs: 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:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:44 smithi022 bash[28554]: cluster 2023-12-07T18:34:44.677302+0000 mgr.a (mgr.24293) 21023 : cluster 0 pgmap v15720: 33 pgs: 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:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:44 smithi044 bash[32620]: cluster 2023-12-07T18:34:44.677302+0000 mgr.a (mgr.24293) 21023 : cluster 0 pgmap v15720: 33 pgs: 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:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:44 smithi027 bash[31536]: cluster 2023-12-07T18:34:44.677302+0000 mgr.a (mgr.24293) 21023 : cluster 0 pgmap v15720: 33 pgs: 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.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:46.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:46.923 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:47.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:47.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:47.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:47.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:47.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:47 smithi022 bash[28554]: cluster 2023-12-07T18:34:46.678080+0000 mgr.a (mgr.24293) 21024 : cluster 0 pgmap v15721: 33 pgs: 33 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:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:47 smithi044 bash[32620]: cluster 2023-12-07T18:34:46.678080+0000 mgr.a (mgr.24293) 21024 : cluster 0 pgmap v15721: 33 pgs: 33 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:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:47 smithi027 bash[31536]: cluster 2023-12-07T18:34:46.678080+0000 mgr.a (mgr.24293) 21024 : cluster 0 pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:49.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:48 smithi022 bash[28554]: audit 2023-12-07T18:34:47.330670+0000 mgr.a (mgr.24293) 21025 : audit 0 from='client.414660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:49.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:48 smithi044 bash[32620]: audit 2023-12-07T18:34:47.330670+0000 mgr.a (mgr.24293) 21025 : audit 0 from='client.414660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:49.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:48 smithi027 bash[31536]: audit 2023-12-07T18:34:47.330670+0000 mgr.a (mgr.24293) 21025 : audit 0 from='client.414660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:49 smithi027 bash[31536]: cluster 2023-12-07T18:34:48.678812+0000 mgr.a (mgr.24293) 21026 : cluster 0 pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:49 smithi022 bash[28554]: cluster 2023-12-07T18:34:48.678812+0000 mgr.a (mgr.24293) 21026 : cluster 0 pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:49 smithi044 bash[32620]: cluster 2023-12-07T18:34:48.678812+0000 mgr.a (mgr.24293) 21026 : cluster 0 pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:51 smithi027 bash[31536]: cluster 2023-12-07T18:34:50.679664+0000 mgr.a (mgr.24293) 21027 : cluster 0 pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:51 smithi022 bash[28554]: cluster 2023-12-07T18:34:50.679664+0000 mgr.a (mgr.24293) 21027 : cluster 0 pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:52.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:51 smithi044 bash[32620]: cluster 2023-12-07T18:34:50.679664+0000 mgr.a (mgr.24293) 21027 : cluster 0 pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:52.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:52.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:52.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:53 smithi022 bash[28554]: cluster 2023-12-07T18:34:52.680328+0000 mgr.a (mgr.24293) 21028 : cluster 0 pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:53.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:53 smithi044 bash[32620]: cluster 2023-12-07T18:34:52.680328+0000 mgr.a (mgr.24293) 21028 : cluster 0 pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:53.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:53 smithi027 bash[31536]: cluster 2023-12-07T18:34:52.680328+0000 mgr.a (mgr.24293) 21028 : cluster 0 pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:53.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:53.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:53.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:53.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:53.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:34:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:54 smithi022 bash[28554]: audit 2023-12-07T18:34:53.274630+0000 mgr.a (mgr.24293) 21029 : audit 0 from='client.414735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:54 smithi044 bash[32620]: audit 2023-12-07T18:34:53.274630+0000 mgr.a (mgr.24293) 21029 : audit 0 from='client.414735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:54 smithi027 bash[31536]: audit 2023-12-07T18:34:53.274630+0000 mgr.a (mgr.24293) 21029 : audit 0 from='client.414735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:55 smithi022 bash[28554]: cluster 2023-12-07T18:34:54.681056+0000 mgr.a (mgr.24293) 21030 : cluster 0 pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:56.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:55 smithi044 bash[32620]: cluster 2023-12-07T18:34:54.681056+0000 mgr.a (mgr.24293) 21030 : cluster 0 pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:55 smithi027 bash[31536]: cluster 2023-12-07T18:34:54.681056+0000 mgr.a (mgr.24293) 21030 : cluster 0 pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:57.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:56 smithi022 bash[28554]: cluster 2023-12-07T18:34:56.682024+0000 mgr.a (mgr.24293) 21031 : cluster 0 pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:56 smithi044 bash[32620]: cluster 2023-12-07T18:34:56.682024+0000 mgr.a (mgr.24293) 21031 : cluster 0 pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:56 smithi027 bash[31536]: cluster 2023-12-07T18:34:56.682024+0000 mgr.a (mgr.24293) 21031 : cluster 0 pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:58.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:34:58.796 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:58.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:59.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:34:59.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:59.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:59.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:59.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:34:59 smithi027 bash[31536]: cluster 2023-12-07T18:34:58.682681+0000 mgr.a (mgr.24293) 21032 : cluster 0 pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:34:59 smithi022 bash[28554]: cluster 2023-12-07T18:34:58.682681+0000 mgr.a (mgr.24293) 21032 : cluster 0 pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:34:59 smithi044 bash[32620]: cluster 2023-12-07T18:34:58.682681+0000 mgr.a (mgr.24293) 21032 : cluster 0 pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:01.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:00 smithi044 bash[32620]: audit 2023-12-07T18:34:59.205697+0000 mgr.a (mgr.24293) 21033 : audit 0 from='client.414807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:01.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:00 smithi022 bash[28554]: audit 2023-12-07T18:34:59.205697+0000 mgr.a (mgr.24293) 21033 : audit 0 from='client.414807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:00 smithi027 bash[31536]: audit 2023-12-07T18:34:59.205697+0000 mgr.a (mgr.24293) 21033 : audit 0 from='client.414807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:01 smithi044 bash[32620]: cluster 2023-12-07T18:35:00.683728+0000 mgr.a (mgr.24293) 21034 : cluster 0 pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:01 smithi027 bash[31536]: cluster 2023-12-07T18:35:00.683728+0000 mgr.a (mgr.24293) 21034 : cluster 0 pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:02.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:01 smithi022 bash[28554]: cluster 2023-12-07T18:35:00.683728+0000 mgr.a (mgr.24293) 21034 : cluster 0 pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:02 smithi022 bash[28554]: cluster 2023-12-07T18:35:02.684522+0000 mgr.a (mgr.24293) 21035 : cluster 0 pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:02 smithi044 bash[32620]: cluster 2023-12-07T18:35:02.684522+0000 mgr.a (mgr.24293) 21035 : cluster 0 pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:03.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:02 smithi027 bash[31536]: cluster 2023-12-07T18:35:02.684522+0000 mgr.a (mgr.24293) 21035 : cluster 0 pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:04.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:04.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:04.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:05.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:05.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:06.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:05 smithi022 bash[28554]: cluster 2023-12-07T18:35:04.685120+0000 mgr.a (mgr.24293) 21036 : cluster 0 pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:06.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:05 smithi044 bash[32620]: cluster 2023-12-07T18:35:04.685120+0000 mgr.a (mgr.24293) 21036 : cluster 0 pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:05 smithi027 bash[31536]: cluster 2023-12-07T18:35:04.685120+0000 mgr.a (mgr.24293) 21036 : cluster 0 pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:07.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:06 smithi022 bash[28554]: audit 2023-12-07T18:35:05.124495+0000 mgr.a (mgr.24293) 21037 : audit 0 from='client.414885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:07.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:06 smithi044 bash[32620]: audit 2023-12-07T18:35:05.124495+0000 mgr.a (mgr.24293) 21037 : audit 0 from='client.414885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:06 smithi027 bash[31536]: audit 2023-12-07T18:35:05.124495+0000 mgr.a (mgr.24293) 21037 : audit 0 from='client.414885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:07 smithi022 bash[28554]: cluster 2023-12-07T18:35:06.686110+0000 mgr.a (mgr.24293) 21038 : cluster 0 pgmap v15731: 33 pgs: 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:35:08.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:07 smithi044 bash[32620]: cluster 2023-12-07T18:35:06.686110+0000 mgr.a (mgr.24293) 21038 : cluster 0 pgmap v15731: 33 pgs: 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:35:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:07 smithi027 bash[31536]: cluster 2023-12-07T18:35:06.686110+0000 mgr.a (mgr.24293) 21038 : cluster 0 pgmap v15731: 33 pgs: 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:35:10.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:09 smithi022 bash[28554]: cluster 2023-12-07T18:35:08.686711+0000 mgr.a (mgr.24293) 21039 : cluster 0 pgmap v15732: 33 pgs: 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:35:10.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:09 smithi044 bash[32620]: cluster 2023-12-07T18:35:08.686711+0000 mgr.a (mgr.24293) 21039 : cluster 0 pgmap v15732: 33 pgs: 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:35:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:09 smithi027 bash[31536]: cluster 2023-12-07T18:35:08.686711+0000 mgr.a (mgr.24293) 21039 : cluster 0 pgmap v15732: 33 pgs: 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:35:10.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:10.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:10.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:11.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:11 smithi022 bash[28554]: cluster 2023-12-07T18:35:10.687622+0000 mgr.a (mgr.24293) 21040 : cluster 0 pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:11.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:11 smithi044 bash[32620]: cluster 2023-12-07T18:35:10.687622+0000 mgr.a (mgr.24293) 21040 : cluster 0 pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:11 smithi027 bash[31536]: cluster 2023-12-07T18:35:10.687622+0000 mgr.a (mgr.24293) 21040 : cluster 0 pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:11.595 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:11.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:11.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:11.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:11.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:12 smithi022 bash[28554]: audit 2023-12-07T18:35:11.082369+0000 mgr.a (mgr.24293) 21041 : audit 0 from='client.414960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:12.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:12 smithi044 bash[32620]: audit 2023-12-07T18:35:11.082369+0000 mgr.a (mgr.24293) 21041 : audit 0 from='client.414960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:12 smithi027 bash[31536]: audit 2023-12-07T18:35:11.082369+0000 mgr.a (mgr.24293) 21041 : audit 0 from='client.414960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:13.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:13 smithi022 bash[28554]: cluster 2023-12-07T18:35:12.688343+0000 mgr.a (mgr.24293) 21042 : cluster 0 pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:13.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:13 smithi044 bash[32620]: cluster 2023-12-07T18:35:12.688343+0000 mgr.a (mgr.24293) 21042 : cluster 0 pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:13 smithi027 bash[31536]: cluster 2023-12-07T18:35:12.688343+0000 mgr.a (mgr.24293) 21042 : cluster 0 pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:15 smithi022 bash[28554]: cluster 2023-12-07T18:35:14.688906+0000 mgr.a (mgr.24293) 21043 : cluster 0 pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:15 smithi044 bash[32620]: cluster 2023-12-07T18:35:14.688906+0000 mgr.a (mgr.24293) 21043 : cluster 0 pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:15 smithi027 bash[31536]: cluster 2023-12-07T18:35:14.688906+0000 mgr.a (mgr.24293) 21043 : cluster 0 pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:16.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:16.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:16.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:16 smithi022 bash[28554]: cluster 2023-12-07T18:35:16.689726+0000 mgr.a (mgr.24293) 21044 : cluster 0 pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:16 smithi044 bash[32620]: cluster 2023-12-07T18:35:16.689726+0000 mgr.a (mgr.24293) 21044 : cluster 0 pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:16 smithi027 bash[31536]: cluster 2023-12-07T18:35:16.689726+0000 mgr.a (mgr.24293) 21044 : cluster 0 pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:17.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:17.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:17.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:17.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:17.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:17 smithi022 bash[28554]: audit 2023-12-07T18:35:17.010605+0000 mgr.a (mgr.24293) 21045 : audit 0 from='client.415038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:17 smithi044 bash[32620]: audit 2023-12-07T18:35:17.010605+0000 mgr.a (mgr.24293) 21045 : audit 0 from='client.415038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:17 smithi027 bash[31536]: audit 2023-12-07T18:35:17.010605+0000 mgr.a (mgr.24293) 21045 : audit 0 from='client.415038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:20.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:19 smithi022 bash[28554]: cluster 2023-12-07T18:35:18.690513+0000 mgr.a (mgr.24293) 21046 : cluster 0 pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:35:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:19 smithi044 bash[32620]: cluster 2023-12-07T18:35:18.690513+0000 mgr.a (mgr.24293) 21046 : cluster 0 pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:35:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:19 smithi027 bash[31536]: cluster 2023-12-07T18:35:18.690513+0000 mgr.a (mgr.24293) 21046 : cluster 0 pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:35:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:20 smithi022 bash[28554]: audit 2023-12-07T18:35:20.014367+0000 mon.a (mon.0) 3347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:20 smithi022 bash[28554]: audit 2023-12-07T18:35:20.799745+0000 mon.a (mon.0) 3348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:21.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:20 smithi022 bash[28554]: audit 2023-12-07T18:35:20.801627+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:20 smithi022 bash[28554]: audit 2023-12-07T18:35:20.811729+0000 mon.a (mon.0) 3350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:35:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:20 smithi044 bash[32620]: audit 2023-12-07T18:35:20.014367+0000 mon.a (mon.0) 3347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:20 smithi044 bash[32620]: audit 2023-12-07T18:35:20.799745+0000 mon.a (mon.0) 3348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:20 smithi044 bash[32620]: audit 2023-12-07T18:35:20.801627+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:20 smithi044 bash[32620]: audit 2023-12-07T18:35:20.811729+0000 mon.a (mon.0) 3350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:35:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:20 smithi027 bash[31536]: audit 2023-12-07T18:35:20.014367+0000 mon.a (mon.0) 3347 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:20 smithi027 bash[31536]: audit 2023-12-07T18:35:20.799745+0000 mon.a (mon.0) 3348 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:20 smithi027 bash[31536]: audit 2023-12-07T18:35:20.801627+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:20 smithi027 bash[31536]: audit 2023-12-07T18:35:20.811729+0000 mon.a (mon.0) 3350 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:35:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:21 smithi022 bash[28554]: cluster 2023-12-07T18:35:20.691359+0000 mgr.a (mgr.24293) 21047 : cluster 0 pgmap v15738: 33 pgs: 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:35:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:21 smithi044 bash[32620]: cluster 2023-12-07T18:35:20.691359+0000 mgr.a (mgr.24293) 21047 : cluster 0 pgmap v15738: 33 pgs: 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:35:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:21 smithi027 bash[31536]: cluster 2023-12-07T18:35:20.691359+0000 mgr.a (mgr.24293) 21047 : cluster 0 pgmap v15738: 33 pgs: 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:35:22.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:22.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:22.553 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:23.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:22 smithi022 bash[28554]: cluster 2023-12-07T18:35:22.691893+0000 mgr.a (mgr.24293) 21048 : cluster 0 pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:22 smithi044 bash[32620]: cluster 2023-12-07T18:35:22.691893+0000 mgr.a (mgr.24293) 21048 : cluster 0 pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:23.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:22 smithi027 bash[31536]: cluster 2023-12-07T18:35:22.691893+0000 mgr.a (mgr.24293) 21048 : cluster 0 pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:23.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:23.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:23.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:23.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:23.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:24 smithi022 bash[28554]: audit 2023-12-07T18:35:22.964401+0000 mgr.a (mgr.24293) 21049 : audit 0 from='client.415110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:24 smithi044 bash[32620]: audit 2023-12-07T18:35:22.964401+0000 mgr.a (mgr.24293) 21049 : audit 0 from='client.415110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:24 smithi027 bash[31536]: audit 2023-12-07T18:35:22.964401+0000 mgr.a (mgr.24293) 21049 : audit 0 from='client.415110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:25 smithi022 bash[28554]: cluster 2023-12-07T18:35:24.692546+0000 mgr.a (mgr.24293) 21050 : cluster 0 pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:25 smithi044 bash[32620]: cluster 2023-12-07T18:35:24.692546+0000 mgr.a (mgr.24293) 21050 : cluster 0 pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:25 smithi027 bash[31536]: cluster 2023-12-07T18:35:24.692546+0000 mgr.a (mgr.24293) 21050 : cluster 0 pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:26 smithi022 bash[28554]: cluster 2023-12-07T18:35:26.693361+0000 mgr.a (mgr.24293) 21051 : cluster 0 pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:26 smithi044 bash[32620]: cluster 2023-12-07T18:35:26.693361+0000 mgr.a (mgr.24293) 21051 : cluster 0 pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:26 smithi027 bash[31536]: cluster 2023-12-07T18:35:26.693361+0000 mgr.a (mgr.24293) 21051 : cluster 0 pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:28.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:28.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:28.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:29.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:29.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:29.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:29.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:29.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:29 smithi022 bash[28554]: cluster 2023-12-07T18:35:28.693923+0000 mgr.a (mgr.24293) 21052 : cluster 0 pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:29 smithi022 bash[28554]: audit 2023-12-07T18:35:28.908005+0000 mgr.a (mgr.24293) 21053 : audit 0 from='client.415188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:29 smithi044 bash[32620]: cluster 2023-12-07T18:35:28.693923+0000 mgr.a (mgr.24293) 21052 : cluster 0 pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:29 smithi044 bash[32620]: audit 2023-12-07T18:35:28.908005+0000 mgr.a (mgr.24293) 21053 : audit 0 from='client.415188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:29 smithi027 bash[31536]: cluster 2023-12-07T18:35:28.693923+0000 mgr.a (mgr.24293) 21052 : cluster 0 pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:29 smithi027 bash[31536]: audit 2023-12-07T18:35:28.908005+0000 mgr.a (mgr.24293) 21053 : audit 0 from='client.415188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:31.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:30 smithi022 bash[28554]: cluster 2023-12-07T18:35:30.694784+0000 mgr.a (mgr.24293) 21054 : cluster 0 pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:31.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:30 smithi044 bash[32620]: cluster 2023-12-07T18:35:30.694784+0000 mgr.a (mgr.24293) 21054 : cluster 0 pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:31.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:30 smithi027 bash[31536]: cluster 2023-12-07T18:35:30.694784+0000 mgr.a (mgr.24293) 21054 : cluster 0 pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:33 smithi022 bash[28554]: cluster 2023-12-07T18:35:32.695345+0000 mgr.a (mgr.24293) 21055 : cluster 0 pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:33 smithi044 bash[32620]: cluster 2023-12-07T18:35:32.695345+0000 mgr.a (mgr.24293) 21055 : cluster 0 pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:33 smithi027 bash[31536]: cluster 2023-12-07T18:35:32.695345+0000 mgr.a (mgr.24293) 21055 : cluster 0 pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:34.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:34.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:34.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:35.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:35.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:35.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:35.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:35.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:34 smithi022 bash[28554]: cluster 2023-12-07T18:35:34.695758+0000 mgr.a (mgr.24293) 21056 : cluster 0 pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:34 smithi022 bash[28554]: audit 2023-12-07T18:35:34.890621+0000 mgr.a (mgr.24293) 21057 : audit 0 from='client.415266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:34 smithi044 bash[32620]: cluster 2023-12-07T18:35:34.695758+0000 mgr.a (mgr.24293) 21056 : cluster 0 pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:34 smithi044 bash[32620]: audit 2023-12-07T18:35:34.890621+0000 mgr.a (mgr.24293) 21057 : audit 0 from='client.415266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:34 smithi027 bash[31536]: cluster 2023-12-07T18:35:34.695758+0000 mgr.a (mgr.24293) 21056 : cluster 0 pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:34 smithi027 bash[31536]: audit 2023-12-07T18:35:34.890621+0000 mgr.a (mgr.24293) 21057 : audit 0 from='client.415266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:37 smithi022 bash[28554]: cluster 2023-12-07T18:35:36.696624+0000 mgr.a (mgr.24293) 21058 : cluster 0 pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:37 smithi044 bash[32620]: cluster 2023-12-07T18:35:36.696624+0000 mgr.a (mgr.24293) 21058 : cluster 0 pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:37 smithi027 bash[31536]: cluster 2023-12-07T18:35:36.696624+0000 mgr.a (mgr.24293) 21058 : cluster 0 pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:39 smithi022 bash[28554]: cluster 2023-12-07T18:35:38.697210+0000 mgr.a (mgr.24293) 21059 : cluster 0 pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:39 smithi044 bash[32620]: cluster 2023-12-07T18:35:38.697210+0000 mgr.a (mgr.24293) 21059 : cluster 0 pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:39 smithi027 bash[31536]: cluster 2023-12-07T18:35:38.697210+0000 mgr.a (mgr.24293) 21059 : cluster 0 pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:40.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:40.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:40.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:41.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:41.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:41.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:41.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:41.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:41 smithi022 bash[28554]: cluster 2023-12-07T18:35:40.697937+0000 mgr.a (mgr.24293) 21060 : cluster 0 pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:41 smithi022 bash[28554]: audit 2023-12-07T18:35:40.819022+0000 mgr.a (mgr.24293) 21061 : audit 0 from='client.415341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:41 smithi044 bash[32620]: cluster 2023-12-07T18:35:40.697937+0000 mgr.a (mgr.24293) 21060 : cluster 0 pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:41 smithi044 bash[32620]: audit 2023-12-07T18:35:40.819022+0000 mgr.a (mgr.24293) 21061 : audit 0 from='client.415341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:41 smithi027 bash[31536]: cluster 2023-12-07T18:35:40.697937+0000 mgr.a (mgr.24293) 21060 : cluster 0 pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:41 smithi027 bash[31536]: audit 2023-12-07T18:35:40.819022+0000 mgr.a (mgr.24293) 21061 : audit 0 from='client.415341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:43 smithi022 bash[28554]: cluster 2023-12-07T18:35:42.698637+0000 mgr.a (mgr.24293) 21062 : cluster 0 pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:43 smithi044 bash[32620]: cluster 2023-12-07T18:35:42.698637+0000 mgr.a (mgr.24293) 21062 : cluster 0 pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:43 smithi027 bash[31536]: cluster 2023-12-07T18:35:42.698637+0000 mgr.a (mgr.24293) 21062 : cluster 0 pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:44 smithi022 bash[28554]: cluster 2023-12-07T18:35:44.699203+0000 mgr.a (mgr.24293) 21063 : cluster 0 pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:44 smithi044 bash[32620]: cluster 2023-12-07T18:35:44.699203+0000 mgr.a (mgr.24293) 21063 : cluster 0 pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:44 smithi027 bash[31536]: cluster 2023-12-07T18:35:44.699203+0000 mgr.a (mgr.24293) 21063 : cluster 0 pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:46.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:46.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:46.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:47.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:47.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:47.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:47.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:47.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:47 smithi022 bash[28554]: cluster 2023-12-07T18:35:46.700149+0000 mgr.a (mgr.24293) 21064 : cluster 0 pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:47 smithi022 bash[28554]: audit 2023-12-07T18:35:46.761060+0000 mgr.a (mgr.24293) 21065 : audit 0 from='client.415419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:47 smithi044 bash[32620]: cluster 2023-12-07T18:35:46.700149+0000 mgr.a (mgr.24293) 21064 : cluster 0 pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:47 smithi044 bash[32620]: audit 2023-12-07T18:35:46.761060+0000 mgr.a (mgr.24293) 21065 : audit 0 from='client.415419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:47 smithi027 bash[31536]: cluster 2023-12-07T18:35:46.700149+0000 mgr.a (mgr.24293) 21064 : cluster 0 pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:47 smithi027 bash[31536]: audit 2023-12-07T18:35:46.761060+0000 mgr.a (mgr.24293) 21065 : audit 0 from='client.415419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:49 smithi022 bash[28554]: cluster 2023-12-07T18:35:48.700845+0000 mgr.a (mgr.24293) 21066 : cluster 0 pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:49 smithi044 bash[32620]: cluster 2023-12-07T18:35:48.700845+0000 mgr.a (mgr.24293) 21066 : cluster 0 pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:49 smithi027 bash[31536]: cluster 2023-12-07T18:35:48.700845+0000 mgr.a (mgr.24293) 21066 : cluster 0 pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:51 smithi022 bash[28554]: cluster 2023-12-07T18:35:50.701690+0000 mgr.a (mgr.24293) 21067 : cluster 0 pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:51 smithi044 bash[32620]: cluster 2023-12-07T18:35:50.701690+0000 mgr.a (mgr.24293) 21067 : cluster 0 pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:51 smithi027 bash[31536]: cluster 2023-12-07T18:35:50.701690+0000 mgr.a (mgr.24293) 21067 : cluster 0 pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:52.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:52.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:52.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:53.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:53.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:53.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:53.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:35:53.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:53 smithi022 bash[28554]: audit 2023-12-07T18:35:52.694403+0000 mgr.a (mgr.24293) 21068 : audit 0 from='client.415497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:53 smithi022 bash[28554]: cluster 2023-12-07T18:35:52.708840+0000 mgr.a (mgr.24293) 21069 : cluster 0 pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:53 smithi044 bash[32620]: audit 2023-12-07T18:35:52.694403+0000 mgr.a (mgr.24293) 21068 : audit 0 from='client.415497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:53 smithi044 bash[32620]: cluster 2023-12-07T18:35:52.708840+0000 mgr.a (mgr.24293) 21069 : cluster 0 pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:53 smithi027 bash[31536]: audit 2023-12-07T18:35:52.694403+0000 mgr.a (mgr.24293) 21068 : audit 0 from='client.415497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:53 smithi027 bash[31536]: cluster 2023-12-07T18:35:52.708840+0000 mgr.a (mgr.24293) 21069 : cluster 0 pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:54 smithi022 bash[28554]: cluster 2023-12-07T18:35:54.709593+0000 mgr.a (mgr.24293) 21070 : cluster 0 pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:54 smithi044 bash[32620]: cluster 2023-12-07T18:35:54.709593+0000 mgr.a (mgr.24293) 21070 : cluster 0 pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:54 smithi027 bash[31536]: cluster 2023-12-07T18:35:54.709593+0000 mgr.a (mgr.24293) 21070 : cluster 0 pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:57 smithi022 bash[28554]: cluster 2023-12-07T18:35:56.710367+0000 mgr.a (mgr.24293) 21071 : cluster 0 pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:57 smithi044 bash[32620]: cluster 2023-12-07T18:35:56.710367+0000 mgr.a (mgr.24293) 21071 : cluster 0 pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:57 smithi027 bash[31536]: cluster 2023-12-07T18:35:56.710367+0000 mgr.a (mgr.24293) 21071 : cluster 0 pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:58.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:35:58.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:58.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:59.153 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:35:59.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:59.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:59.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:59.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:59 smithi022 bash[28554]: audit 2023-12-07T18:35:58.639342+0000 mgr.a (mgr.24293) 21072 : audit 0 from='client.415575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:35:59 smithi022 bash[28554]: cluster 2023-12-07T18:35:58.710892+0000 mgr.a (mgr.24293) 21073 : cluster 0 pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:59 smithi044 bash[32620]: audit 2023-12-07T18:35:58.639342+0000 mgr.a (mgr.24293) 21072 : audit 0 from='client.415575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:35:59 smithi044 bash[32620]: cluster 2023-12-07T18:35:58.710892+0000 mgr.a (mgr.24293) 21073 : cluster 0 pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:59 smithi027 bash[31536]: audit 2023-12-07T18:35:58.639342+0000 mgr.a (mgr.24293) 21072 : audit 0 from='client.415575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:35:59 smithi027 bash[31536]: cluster 2023-12-07T18:35:58.710892+0000 mgr.a (mgr.24293) 21073 : cluster 0 pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:01 smithi022 bash[28554]: cluster 2023-12-07T18:36:00.711790+0000 mgr.a (mgr.24293) 21074 : cluster 0 pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:01 smithi044 bash[32620]: cluster 2023-12-07T18:36:00.711790+0000 mgr.a (mgr.24293) 21074 : cluster 0 pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:01 smithi027 bash[31536]: cluster 2023-12-07T18:36:00.711790+0000 mgr.a (mgr.24293) 21074 : cluster 0 pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:04.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:04.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:04.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:03 smithi022 bash[28554]: cluster 2023-12-07T18:36:02.712350+0000 mgr.a (mgr.24293) 21075 : cluster 0 pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:03 smithi044 bash[32620]: cluster 2023-12-07T18:36:02.712350+0000 mgr.a (mgr.24293) 21075 : cluster 0 pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:03 smithi027 bash[31536]: cluster 2023-12-07T18:36:02.712350+0000 mgr.a (mgr.24293) 21075 : cluster 0 pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:05.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:05.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:05.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:05.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:05.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:04 smithi022 bash[28554]: audit 2023-12-07T18:36:04.560482+0000 mgr.a (mgr.24293) 21076 : audit 0 from='client.415653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:04 smithi022 bash[28554]: cluster 2023-12-07T18:36:04.713661+0000 mgr.a (mgr.24293) 21077 : cluster 0 pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:04 smithi044 bash[32620]: audit 2023-12-07T18:36:04.560482+0000 mgr.a (mgr.24293) 21076 : audit 0 from='client.415653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:04 smithi044 bash[32620]: cluster 2023-12-07T18:36:04.713661+0000 mgr.a (mgr.24293) 21077 : cluster 0 pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:04 smithi027 bash[31536]: audit 2023-12-07T18:36:04.560482+0000 mgr.a (mgr.24293) 21076 : audit 0 from='client.415653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:04 smithi027 bash[31536]: cluster 2023-12-07T18:36:04.713661+0000 mgr.a (mgr.24293) 21077 : cluster 0 pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:07 smithi022 bash[28554]: cluster 2023-12-07T18:36:06.714684+0000 mgr.a (mgr.24293) 21078 : cluster 0 pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:07 smithi044 bash[32620]: cluster 2023-12-07T18:36:06.714684+0000 mgr.a (mgr.24293) 21078 : cluster 0 pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:07 smithi027 bash[31536]: cluster 2023-12-07T18:36:06.714684+0000 mgr.a (mgr.24293) 21078 : cluster 0 pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:10.087 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:10.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:10.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:09 smithi022 bash[28554]: cluster 2023-12-07T18:36:08.715407+0000 mgr.a (mgr.24293) 21079 : cluster 0 pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:09 smithi044 bash[32620]: cluster 2023-12-07T18:36:08.715407+0000 mgr.a (mgr.24293) 21079 : cluster 0 pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:09 smithi027 bash[31536]: cluster 2023-12-07T18:36:08.715407+0000 mgr.a (mgr.24293) 21079 : cluster 0 pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:11.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:11.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:11.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:11.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:11.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:11 smithi022 bash[28554]: audit 2023-12-07T18:36:10.501437+0000 mgr.a (mgr.24293) 21080 : audit 0 from='client.415728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:11 smithi022 bash[28554]: cluster 2023-12-07T18:36:10.716323+0000 mgr.a (mgr.24293) 21081 : cluster 0 pgmap v15763: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:11 smithi044 bash[32620]: audit 2023-12-07T18:36:10.501437+0000 mgr.a (mgr.24293) 21080 : audit 0 from='client.415728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:11 smithi044 bash[32620]: cluster 2023-12-07T18:36:10.716323+0000 mgr.a (mgr.24293) 21081 : cluster 0 pgmap v15763: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:11 smithi027 bash[31536]: audit 2023-12-07T18:36:10.501437+0000 mgr.a (mgr.24293) 21080 : audit 0 from='client.415728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:11 smithi027 bash[31536]: cluster 2023-12-07T18:36:10.716323+0000 mgr.a (mgr.24293) 21081 : cluster 0 pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:13 smithi022 bash[28554]: cluster 2023-12-07T18:36:12.716954+0000 mgr.a (mgr.24293) 21082 : cluster 0 pgmap v15764: 33 pgs: 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:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:13 smithi044 bash[32620]: cluster 2023-12-07T18:36:12.716954+0000 mgr.a (mgr.24293) 21082 : cluster 0 pgmap v15764: 33 pgs: 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:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:13 smithi027 bash[31536]: cluster 2023-12-07T18:36:12.716954+0000 mgr.a (mgr.24293) 21082 : cluster 0 pgmap v15764: 33 pgs: 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:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:14 smithi022 bash[28554]: cluster 2023-12-07T18:36:14.717546+0000 mgr.a (mgr.24293) 21083 : cluster 0 pgmap v15765: 33 pgs: 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:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:14 smithi044 bash[32620]: cluster 2023-12-07T18:36:14.717546+0000 mgr.a (mgr.24293) 21083 : cluster 0 pgmap v15765: 33 pgs: 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:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:14 smithi027 bash[31536]: cluster 2023-12-07T18:36:14.717546+0000 mgr.a (mgr.24293) 21083 : cluster 0 pgmap v15765: 33 pgs: 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:16.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:16.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:16.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:16.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:16.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:16.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:16.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:16.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:17 smithi022 bash[28554]: audit 2023-12-07T18:36:16.454375+0000 mgr.a (mgr.24293) 21084 : audit 0 from='client.415800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:17 smithi022 bash[28554]: cluster 2023-12-07T18:36:16.718455+0000 mgr.a (mgr.24293) 21085 : cluster 0 pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:17 smithi044 bash[32620]: audit 2023-12-07T18:36:16.454375+0000 mgr.a (mgr.24293) 21084 : audit 0 from='client.415800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:17 smithi044 bash[32620]: cluster 2023-12-07T18:36:16.718455+0000 mgr.a (mgr.24293) 21085 : cluster 0 pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:17 smithi027 bash[31536]: audit 2023-12-07T18:36:16.454375+0000 mgr.a (mgr.24293) 21084 : audit 0 from='client.415800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:17 smithi027 bash[31536]: cluster 2023-12-07T18:36:16.718455+0000 mgr.a (mgr.24293) 21085 : cluster 0 pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:19 smithi022 bash[28554]: cluster 2023-12-07T18:36:18.719133+0000 mgr.a (mgr.24293) 21086 : cluster 0 pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:19 smithi044 bash[32620]: cluster 2023-12-07T18:36:18.719133+0000 mgr.a (mgr.24293) 21086 : cluster 0 pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:19 smithi027 bash[31536]: cluster 2023-12-07T18:36:18.719133+0000 mgr.a (mgr.24293) 21086 : cluster 0 pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:21.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:21.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:21.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:21 smithi022 bash[28554]: cluster 2023-12-07T18:36:20.719965+0000 mgr.a (mgr.24293) 21087 : cluster 0 pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:21 smithi022 bash[28554]: audit 2023-12-07T18:36:20.914757+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:21 smithi022 bash[28554]: audit 2023-12-07T18:36:21.441989+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:21 smithi022 bash[28554]: audit 2023-12-07T18:36:21.448186+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:21 smithi044 bash[32620]: cluster 2023-12-07T18:36:20.719965+0000 mgr.a (mgr.24293) 21087 : cluster 0 pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:21 smithi044 bash[32620]: audit 2023-12-07T18:36:20.914757+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:21 smithi044 bash[32620]: audit 2023-12-07T18:36:21.441989+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:21 smithi044 bash[32620]: audit 2023-12-07T18:36:21.448186+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:21 smithi027 bash[31536]: cluster 2023-12-07T18:36:20.719965+0000 mgr.a (mgr.24293) 21087 : cluster 0 pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:21 smithi027 bash[31536]: audit 2023-12-07T18:36:20.914757+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:21 smithi027 bash[31536]: audit 2023-12-07T18:36:21.441989+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:21 smithi027 bash[31536]: audit 2023-12-07T18:36:21.448186+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:22.914 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:22.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:22.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:22.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:22.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:22 smithi022 bash[28554]: audit 2023-12-07T18:36:22.184374+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:22 smithi022 bash[28554]: audit 2023-12-07T18:36:22.186312+0000 mon.a (mon.0) 3355 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:22 smithi022 bash[28554]: audit 2023-12-07T18:36:22.195285+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:22 smithi044 bash[32620]: audit 2023-12-07T18:36:22.184374+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:22 smithi044 bash[32620]: audit 2023-12-07T18:36:22.186312+0000 mon.a (mon.0) 3355 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:22 smithi044 bash[32620]: audit 2023-12-07T18:36:22.195285+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:23.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:22 smithi027 bash[31536]: audit 2023-12-07T18:36:22.184374+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:23.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:22 smithi027 bash[31536]: audit 2023-12-07T18:36:22.186312+0000 mon.a (mon.0) 3355 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:23.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:22 smithi027 bash[31536]: audit 2023-12-07T18:36:22.195285+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:36:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:23 smithi022 bash[28554]: audit 2023-12-07T18:36:22.398169+0000 mgr.a (mgr.24293) 21088 : audit 0 from='client.415875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:23 smithi022 bash[28554]: cluster 2023-12-07T18:36:22.720547+0000 mgr.a (mgr.24293) 21089 : cluster 0 pgmap v15769: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:23 smithi044 bash[32620]: audit 2023-12-07T18:36:22.398169+0000 mgr.a (mgr.24293) 21088 : audit 0 from='client.415875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:23 smithi044 bash[32620]: cluster 2023-12-07T18:36:22.720547+0000 mgr.a (mgr.24293) 21089 : cluster 0 pgmap v15769: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:23 smithi027 bash[31536]: audit 2023-12-07T18:36:22.398169+0000 mgr.a (mgr.24293) 21088 : audit 0 from='client.415875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:23 smithi027 bash[31536]: cluster 2023-12-07T18:36:22.720547+0000 mgr.a (mgr.24293) 21089 : cluster 0 pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:24 smithi022 bash[28554]: cluster 2023-12-07T18:36:24.721375+0000 mgr.a (mgr.24293) 21090 : cluster 0 pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:24 smithi044 bash[32620]: cluster 2023-12-07T18:36:24.721375+0000 mgr.a (mgr.24293) 21090 : cluster 0 pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:24 smithi027 bash[31536]: cluster 2023-12-07T18:36:24.721375+0000 mgr.a (mgr.24293) 21090 : cluster 0 pgmap v15770: 33 pgs: 33 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:27.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:27.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:27.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:28.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:27 smithi022 bash[28554]: cluster 2023-12-07T18:36:26.722244+0000 mgr.a (mgr.24293) 21091 : cluster 0 pgmap v15771: 33 pgs: 33 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:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:27 smithi044 bash[32620]: cluster 2023-12-07T18:36:26.722244+0000 mgr.a (mgr.24293) 21091 : cluster 0 pgmap v15771: 33 pgs: 33 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:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:27 smithi027 bash[31536]: cluster 2023-12-07T18:36:26.722244+0000 mgr.a (mgr.24293) 21091 : cluster 0 pgmap v15771: 33 pgs: 33 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:28.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:28.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:28.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:28.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:28.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:29 smithi022 bash[28554]: audit 2023-12-07T18:36:28.325376+0000 mgr.a (mgr.24293) 21092 : audit 0 from='client.415953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:29 smithi022 bash[28554]: cluster 2023-12-07T18:36:28.722945+0000 mgr.a (mgr.24293) 21093 : cluster 0 pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:29 smithi044 bash[32620]: audit 2023-12-07T18:36:28.325376+0000 mgr.a (mgr.24293) 21092 : audit 0 from='client.415953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:29 smithi044 bash[32620]: cluster 2023-12-07T18:36:28.722945+0000 mgr.a (mgr.24293) 21093 : cluster 0 pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:29 smithi027 bash[31536]: audit 2023-12-07T18:36:28.325376+0000 mgr.a (mgr.24293) 21092 : audit 0 from='client.415953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:29 smithi027 bash[31536]: cluster 2023-12-07T18:36:28.722945+0000 mgr.a (mgr.24293) 21093 : cluster 0 pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:31 smithi022 bash[28554]: cluster 2023-12-07T18:36:30.723792+0000 mgr.a (mgr.24293) 21094 : cluster 0 pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:31 smithi044 bash[32620]: cluster 2023-12-07T18:36:30.723792+0000 mgr.a (mgr.24293) 21094 : cluster 0 pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:31 smithi027 bash[31536]: cluster 2023-12-07T18:36:30.723792+0000 mgr.a (mgr.24293) 21094 : cluster 0 pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:33.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:33.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:33.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:33 smithi022 bash[28554]: cluster 2023-12-07T18:36:32.724365+0000 mgr.a (mgr.24293) 21095 : cluster 0 pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:33 smithi044 bash[32620]: cluster 2023-12-07T18:36:32.724365+0000 mgr.a (mgr.24293) 21095 : cluster 0 pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:33 smithi027 bash[31536]: cluster 2023-12-07T18:36:32.724365+0000 mgr.a (mgr.24293) 21095 : cluster 0 pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:34.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:34.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:34.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:34.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:34.796 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:34 smithi022 bash[28554]: audit 2023-12-07T18:36:34.267418+0000 mgr.a (mgr.24293) 21096 : audit 0 from='client.416031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:34 smithi022 bash[28554]: cluster 2023-12-07T18:36:34.724894+0000 mgr.a (mgr.24293) 21097 : cluster 0 pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:34 smithi044 bash[32620]: audit 2023-12-07T18:36:34.267418+0000 mgr.a (mgr.24293) 21096 : audit 0 from='client.416031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:34 smithi044 bash[32620]: cluster 2023-12-07T18:36:34.724894+0000 mgr.a (mgr.24293) 21097 : cluster 0 pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:34 smithi027 bash[31536]: audit 2023-12-07T18:36:34.267418+0000 mgr.a (mgr.24293) 21096 : audit 0 from='client.416031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:34 smithi027 bash[31536]: cluster 2023-12-07T18:36:34.724894+0000 mgr.a (mgr.24293) 21097 : cluster 0 pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:37 smithi022 bash[28554]: cluster 2023-12-07T18:36:36.725723+0000 mgr.a (mgr.24293) 21098 : cluster 0 pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:37 smithi044 bash[32620]: cluster 2023-12-07T18:36:36.725723+0000 mgr.a (mgr.24293) 21098 : cluster 0 pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:37 smithi027 bash[31536]: cluster 2023-12-07T18:36:36.725723+0000 mgr.a (mgr.24293) 21098 : cluster 0 pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:39.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:39.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:39.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:39 smithi022 bash[28554]: cluster 2023-12-07T18:36:38.726315+0000 mgr.a (mgr.24293) 21099 : cluster 0 pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:39 smithi044 bash[32620]: cluster 2023-12-07T18:36:38.726315+0000 mgr.a (mgr.24293) 21099 : cluster 0 pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:39 smithi027 bash[31536]: cluster 2023-12-07T18:36:38.726315+0000 mgr.a (mgr.24293) 21099 : cluster 0 pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:40.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:40.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:40.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:40.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:40.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:41 smithi022 bash[28554]: audit 2023-12-07T18:36:40.206344+0000 mgr.a (mgr.24293) 21100 : audit 0 from='client.416103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:41 smithi022 bash[28554]: cluster 2023-12-07T18:36:40.727085+0000 mgr.a (mgr.24293) 21101 : cluster 0 pgmap v15778: 33 pgs: 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:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:41 smithi044 bash[32620]: audit 2023-12-07T18:36:40.206344+0000 mgr.a (mgr.24293) 21100 : audit 0 from='client.416103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:41 smithi044 bash[32620]: cluster 2023-12-07T18:36:40.727085+0000 mgr.a (mgr.24293) 21101 : cluster 0 pgmap v15778: 33 pgs: 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:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:41 smithi027 bash[31536]: audit 2023-12-07T18:36:40.206344+0000 mgr.a (mgr.24293) 21100 : audit 0 from='client.416103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:41 smithi027 bash[31536]: cluster 2023-12-07T18:36:40.727085+0000 mgr.a (mgr.24293) 21101 : cluster 0 pgmap v15778: 33 pgs: 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:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:43 smithi022 bash[28554]: cluster 2023-12-07T18:36:42.727635+0000 mgr.a (mgr.24293) 21102 : cluster 0 pgmap v15779: 33 pgs: 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:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:43 smithi044 bash[32620]: cluster 2023-12-07T18:36:42.727635+0000 mgr.a (mgr.24293) 21102 : cluster 0 pgmap v15779: 33 pgs: 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:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:43 smithi027 bash[31536]: cluster 2023-12-07T18:36:42.727635+0000 mgr.a (mgr.24293) 21102 : cluster 0 pgmap v15779: 33 pgs: 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:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:44 smithi022 bash[28554]: cluster 2023-12-07T18:36:44.728134+0000 mgr.a (mgr.24293) 21103 : cluster 0 pgmap v15780: 33 pgs: 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:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:44 smithi044 bash[32620]: cluster 2023-12-07T18:36:44.728134+0000 mgr.a (mgr.24293) 21103 : cluster 0 pgmap v15780: 33 pgs: 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:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:44 smithi027 bash[31536]: cluster 2023-12-07T18:36:44.728134+0000 mgr.a (mgr.24293) 21103 : cluster 0 pgmap v15780: 33 pgs: 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:45.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:45.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:45.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:46.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:46.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:46.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:46.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:46.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:47 smithi022 bash[28554]: audit 2023-12-07T18:36:46.165763+0000 mgr.a (mgr.24293) 21104 : audit 0 from='client.416178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:48.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:47 smithi022 bash[28554]: cluster 2023-12-07T18:36:46.729265+0000 mgr.a (mgr.24293) 21105 : cluster 0 pgmap v15781: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:47 smithi044 bash[32620]: audit 2023-12-07T18:36:46.165763+0000 mgr.a (mgr.24293) 21104 : audit 0 from='client.416178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:47 smithi044 bash[32620]: cluster 2023-12-07T18:36:46.729265+0000 mgr.a (mgr.24293) 21105 : cluster 0 pgmap v15781: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:47 smithi027 bash[31536]: audit 2023-12-07T18:36:46.165763+0000 mgr.a (mgr.24293) 21104 : audit 0 from='client.416178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:47 smithi027 bash[31536]: cluster 2023-12-07T18:36:46.729265+0000 mgr.a (mgr.24293) 21105 : cluster 0 pgmap v15781: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:49 smithi022 bash[28554]: cluster 2023-12-07T18:36:48.729829+0000 mgr.a (mgr.24293) 21106 : cluster 0 pgmap v15782: 33 pgs: 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:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:49 smithi044 bash[32620]: cluster 2023-12-07T18:36:48.729829+0000 mgr.a (mgr.24293) 21106 : cluster 0 pgmap v15782: 33 pgs: 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:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:49 smithi027 bash[31536]: cluster 2023-12-07T18:36:48.729829+0000 mgr.a (mgr.24293) 21106 : cluster 0 pgmap v15782: 33 pgs: 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:51.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:51.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:51.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:51 smithi022 bash[28554]: cluster 2023-12-07T18:36:50.730558+0000 mgr.a (mgr.24293) 21107 : cluster 0 pgmap v15783: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:51 smithi044 bash[32620]: cluster 2023-12-07T18:36:50.730558+0000 mgr.a (mgr.24293) 21107 : cluster 0 pgmap v15783: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:51 smithi027 bash[31536]: cluster 2023-12-07T18:36:50.730558+0000 mgr.a (mgr.24293) 21107 : cluster 0 pgmap v15783: 33 pgs: 33 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.633 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:52.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:52.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:52.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:52.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:36:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:53 smithi022 bash[28554]: audit 2023-12-07T18:36:52.094399+0000 mgr.a (mgr.24293) 21108 : audit 0 from='client.416250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:53 smithi022 bash[28554]: cluster 2023-12-07T18:36:52.731296+0000 mgr.a (mgr.24293) 21109 : cluster 0 pgmap v15784: 33 pgs: 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:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:53 smithi044 bash[32620]: audit 2023-12-07T18:36:52.094399+0000 mgr.a (mgr.24293) 21108 : audit 0 from='client.416250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:53 smithi044 bash[32620]: cluster 2023-12-07T18:36:52.731296+0000 mgr.a (mgr.24293) 21109 : cluster 0 pgmap v15784: 33 pgs: 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:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:53 smithi027 bash[31536]: audit 2023-12-07T18:36:52.094399+0000 mgr.a (mgr.24293) 21108 : audit 0 from='client.416250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:53 smithi027 bash[31536]: cluster 2023-12-07T18:36:52.731296+0000 mgr.a (mgr.24293) 21109 : cluster 0 pgmap v15784: 33 pgs: 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:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:54 smithi022 bash[28554]: cluster 2023-12-07T18:36:54.732053+0000 mgr.a (mgr.24293) 21110 : cluster 0 pgmap v15785: 33 pgs: 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:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:54 smithi044 bash[32620]: cluster 2023-12-07T18:36:54.732053+0000 mgr.a (mgr.24293) 21110 : cluster 0 pgmap v15785: 33 pgs: 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:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:54 smithi027 bash[31536]: cluster 2023-12-07T18:36:54.732053+0000 mgr.a (mgr.24293) 21110 : cluster 0 pgmap v15785: 33 pgs: 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:57.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:36:57.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:57.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:57 smithi022 bash[28554]: cluster 2023-12-07T18:36:56.733056+0000 mgr.a (mgr.24293) 21111 : cluster 0 pgmap v15786: 33 pgs: 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:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:57 smithi044 bash[32620]: cluster 2023-12-07T18:36:56.733056+0000 mgr.a (mgr.24293) 21111 : cluster 0 pgmap v15786: 33 pgs: 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:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:57 smithi027 bash[31536]: cluster 2023-12-07T18:36:56.733056+0000 mgr.a (mgr.24293) 21111 : cluster 0 pgmap v15786: 33 pgs: 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:58.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:36:58.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:58.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:58.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:58.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:59 smithi022 bash[28554]: audit 2023-12-07T18:36:58.050914+0000 mgr.a (mgr.24293) 21112 : audit 0 from='client.328082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:36:59 smithi022 bash[28554]: cluster 2023-12-07T18:36:58.733830+0000 mgr.a (mgr.24293) 21113 : cluster 0 pgmap v15787: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:59 smithi044 bash[32620]: audit 2023-12-07T18:36:58.050914+0000 mgr.a (mgr.24293) 21112 : audit 0 from='client.328082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:36:59 smithi044 bash[32620]: cluster 2023-12-07T18:36:58.733830+0000 mgr.a (mgr.24293) 21113 : cluster 0 pgmap v15787: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:59 smithi027 bash[31536]: audit 2023-12-07T18:36:58.050914+0000 mgr.a (mgr.24293) 21112 : audit 0 from='client.328082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:36:59 smithi027 bash[31536]: cluster 2023-12-07T18:36:58.733830+0000 mgr.a (mgr.24293) 21113 : cluster 0 pgmap v15787: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:01 smithi022 bash[28554]: cluster 2023-12-07T18:37:00.734660+0000 mgr.a (mgr.24293) 21114 : cluster 0 pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:01 smithi044 bash[32620]: cluster 2023-12-07T18:37:00.734660+0000 mgr.a (mgr.24293) 21114 : cluster 0 pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:01 smithi027 bash[31536]: cluster 2023-12-07T18:37:00.734660+0000 mgr.a (mgr.24293) 21114 : cluster 0 pgmap v15788: 33 pgs: 33 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:03.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:03.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:03.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:04.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:03 smithi022 bash[28554]: cluster 2023-12-07T18:37:02.735222+0000 mgr.a (mgr.24293) 21115 : cluster 0 pgmap v15789: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:03 smithi044 bash[32620]: cluster 2023-12-07T18:37:02.735222+0000 mgr.a (mgr.24293) 21115 : cluster 0 pgmap v15789: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:03 smithi027 bash[31536]: cluster 2023-12-07T18:37:02.735222+0000 mgr.a (mgr.24293) 21115 : cluster 0 pgmap v15789: 33 pgs: 33 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.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:04.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:04.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:04.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:04.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:05 smithi022 bash[28554]: audit 2023-12-07T18:37:04.027615+0000 mgr.a (mgr.24293) 21116 : audit 0 from='client.416397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:05.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:05 smithi022 bash[28554]: cluster 2023-12-07T18:37:04.736008+0000 mgr.a (mgr.24293) 21117 : cluster 0 pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:05 smithi044 bash[32620]: audit 2023-12-07T18:37:04.027615+0000 mgr.a (mgr.24293) 21116 : audit 0 from='client.416397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:05 smithi044 bash[32620]: cluster 2023-12-07T18:37:04.736008+0000 mgr.a (mgr.24293) 21117 : cluster 0 pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:05 smithi027 bash[31536]: audit 2023-12-07T18:37:04.027615+0000 mgr.a (mgr.24293) 21116 : audit 0 from='client.416397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:05 smithi027 bash[31536]: cluster 2023-12-07T18:37:04.736008+0000 mgr.a (mgr.24293) 21117 : cluster 0 pgmap v15790: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:07 smithi022 bash[28554]: cluster 2023-12-07T18:37:06.736832+0000 mgr.a (mgr.24293) 21118 : cluster 0 pgmap v15791: 33 pgs: 33 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:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:07 smithi044 bash[32620]: cluster 2023-12-07T18:37:06.736832+0000 mgr.a (mgr.24293) 21118 : cluster 0 pgmap v15791: 33 pgs: 33 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:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:07 smithi027 bash[31536]: cluster 2023-12-07T18:37:06.736832+0000 mgr.a (mgr.24293) 21118 : cluster 0 pgmap v15791: 33 pgs: 33 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:09.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:09.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:09.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:09 smithi022 bash[28554]: cluster 2023-12-07T18:37:08.737400+0000 mgr.a (mgr.24293) 21119 : cluster 0 pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:09 smithi044 bash[32620]: cluster 2023-12-07T18:37:08.737400+0000 mgr.a (mgr.24293) 21119 : cluster 0 pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:09 smithi027 bash[31536]: cluster 2023-12-07T18:37:08.737400+0000 mgr.a (mgr.24293) 21119 : cluster 0 pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:10.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:10.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:10.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:10.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:10.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:11 smithi022 bash[28554]: audit 2023-12-07T18:37:09.980041+0000 mgr.a (mgr.24293) 21120 : audit 0 from='client.416472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:11 smithi022 bash[28554]: cluster 2023-12-07T18:37:10.738388+0000 mgr.a (mgr.24293) 21121 : cluster 0 pgmap v15793: 33 pgs: 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:37:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:11 smithi044 bash[32620]: audit 2023-12-07T18:37:09.980041+0000 mgr.a (mgr.24293) 21120 : audit 0 from='client.416472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:11 smithi044 bash[32620]: cluster 2023-12-07T18:37:10.738388+0000 mgr.a (mgr.24293) 21121 : cluster 0 pgmap v15793: 33 pgs: 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:37:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:11 smithi027 bash[31536]: audit 2023-12-07T18:37:09.980041+0000 mgr.a (mgr.24293) 21120 : audit 0 from='client.416472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:11 smithi027 bash[31536]: cluster 2023-12-07T18:37:10.738388+0000 mgr.a (mgr.24293) 21121 : cluster 0 pgmap v15793: 33 pgs: 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:37:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:13 smithi022 bash[28554]: cluster 2023-12-07T18:37:12.738989+0000 mgr.a (mgr.24293) 21122 : cluster 0 pgmap v15794: 33 pgs: 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:37:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:13 smithi044 bash[32620]: cluster 2023-12-07T18:37:12.738989+0000 mgr.a (mgr.24293) 21122 : cluster 0 pgmap v15794: 33 pgs: 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:37:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:13 smithi027 bash[31536]: cluster 2023-12-07T18:37:12.738989+0000 mgr.a (mgr.24293) 21122 : cluster 0 pgmap v15794: 33 pgs: 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:37:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:15 smithi022 bash[28554]: cluster 2023-12-07T18:37:14.739728+0000 mgr.a (mgr.24293) 21123 : cluster 0 pgmap v15795: 33 pgs: 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:37:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:15 smithi044 bash[32620]: cluster 2023-12-07T18:37:14.739728+0000 mgr.a (mgr.24293) 21123 : cluster 0 pgmap v15795: 33 pgs: 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:37:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:15 smithi027 bash[31536]: cluster 2023-12-07T18:37:14.739728+0000 mgr.a (mgr.24293) 21123 : cluster 0 pgmap v15795: 33 pgs: 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:37:15.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:15.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:15.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:16 smithi022 bash[28554]: audit 2023-12-07T18:37:15.913182+0000 mgr.a (mgr.24293) 21124 : audit 0 from='client.416550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:16 smithi044 bash[32620]: audit 2023-12-07T18:37:15.913182+0000 mgr.a (mgr.24293) 21124 : audit 0 from='client.416550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:16.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:16.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:16.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:16.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:16.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:16 smithi027 bash[31536]: audit 2023-12-07T18:37:15.913182+0000 mgr.a (mgr.24293) 21124 : audit 0 from='client.416550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:17 smithi022 bash[28554]: cluster 2023-12-07T18:37:16.740967+0000 mgr.a (mgr.24293) 21125 : cluster 0 pgmap v15796: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:17 smithi044 bash[32620]: cluster 2023-12-07T18:37:16.740967+0000 mgr.a (mgr.24293) 21125 : cluster 0 pgmap v15796: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:17 smithi027 bash[31536]: cluster 2023-12-07T18:37:16.740967+0000 mgr.a (mgr.24293) 21125 : cluster 0 pgmap v15796: 33 pgs: 33 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:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:19 smithi022 bash[28554]: cluster 2023-12-07T18:37:18.741638+0000 mgr.a (mgr.24293) 21126 : cluster 0 pgmap v15797: 33 pgs: 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:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:19 smithi044 bash[32620]: cluster 2023-12-07T18:37:18.741638+0000 mgr.a (mgr.24293) 21126 : cluster 0 pgmap v15797: 33 pgs: 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:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:19 smithi027 bash[31536]: cluster 2023-12-07T18:37:18.741638+0000 mgr.a (mgr.24293) 21126 : cluster 0 pgmap v15797: 33 pgs: 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:21.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:21.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:21.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:21 smithi022 bash[28554]: cluster 2023-12-07T18:37:20.742429+0000 mgr.a (mgr.24293) 21127 : cluster 0 pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:21 smithi044 bash[32620]: cluster 2023-12-07T18:37:20.742429+0000 mgr.a (mgr.24293) 21127 : cluster 0 pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:21 smithi027 bash[31536]: cluster 2023-12-07T18:37:20.742429+0000 mgr.a (mgr.24293) 21127 : cluster 0 pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:22.343 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:22.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:22.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:22.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:22.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:22 smithi022 bash[28554]: audit 2023-12-07T18:37:21.844338+0000 mgr.a (mgr.24293) 21128 : audit 0 from='client.416625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:22 smithi022 bash[28554]: audit 2023-12-07T18:37:22.297670+0000 mon.a (mon.0) 3357 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:23.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:22 smithi044 bash[32620]: audit 2023-12-07T18:37:21.844338+0000 mgr.a (mgr.24293) 21128 : audit 0 from='client.416625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:22 smithi044 bash[32620]: audit 2023-12-07T18:37:22.297670+0000 mon.a (mon.0) 3357 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:23.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:22 smithi027 bash[31536]: audit 2023-12-07T18:37:21.844338+0000 mgr.a (mgr.24293) 21128 : audit 0 from='client.416625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:23.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:22 smithi027 bash[31536]: audit 2023-12-07T18:37:22.297670+0000 mon.a (mon.0) 3357 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: cluster 2023-12-07T18:37:22.743110+0000 mgr.a (mgr.24293) 21129 : cluster 0 pgmap v15799: 33 pgs: 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:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:22.826049+0000 mon.a (mon.0) 3358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:22.830947+0000 mon.a (mon.0) 3359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:22.836043+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:22.841232+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:23.624490+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:23.626328+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:23 smithi022 bash[28554]: audit 2023-12-07T18:37:23.636280+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: cluster 2023-12-07T18:37:22.743110+0000 mgr.a (mgr.24293) 21129 : cluster 0 pgmap v15799: 33 pgs: 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:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:22.826049+0000 mon.a (mon.0) 3358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:22.830947+0000 mon.a (mon.0) 3359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:22.836043+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:22.841232+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:23.624490+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:23.626328+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:23 smithi044 bash[32620]: audit 2023-12-07T18:37:23.636280+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: cluster 2023-12-07T18:37:22.743110+0000 mgr.a (mgr.24293) 21129 : cluster 0 pgmap v15799: 33 pgs: 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:37:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:22.826049+0000 mon.a (mon.0) 3358 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:22.830947+0000 mon.a (mon.0) 3359 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:22.836043+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:22.841232+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:23.624490+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:23.626328+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:24.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:23 smithi027 bash[31536]: audit 2023-12-07T18:37:23.636280+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:37:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:25 smithi022 bash[28554]: cluster 2023-12-07T18:37:24.743733+0000 mgr.a (mgr.24293) 21130 : cluster 0 pgmap v15800: 33 pgs: 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:37:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:25 smithi044 bash[32620]: cluster 2023-12-07T18:37:24.743733+0000 mgr.a (mgr.24293) 21130 : cluster 0 pgmap v15800: 33 pgs: 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:37:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:25 smithi027 bash[31536]: cluster 2023-12-07T18:37:24.743733+0000 mgr.a (mgr.24293) 21130 : cluster 0 pgmap v15800: 33 pgs: 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:37:27.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:27.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:27.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:27 smithi022 bash[28554]: cluster 2023-12-07T18:37:26.744532+0000 mgr.a (mgr.24293) 21131 : cluster 0 pgmap v15801: 33 pgs: 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:37:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:27 smithi044 bash[32620]: cluster 2023-12-07T18:37:26.744532+0000 mgr.a (mgr.24293) 21131 : cluster 0 pgmap v15801: 33 pgs: 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:37:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:27 smithi027 bash[31536]: cluster 2023-12-07T18:37:26.744532+0000 mgr.a (mgr.24293) 21131 : cluster 0 pgmap v15801: 33 pgs: 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:37:28.281 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:28.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:28 smithi022 bash[28554]: audit 2023-12-07T18:37:27.759181+0000 mgr.a (mgr.24293) 21132 : audit 0 from='client.416700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:28 smithi044 bash[32620]: audit 2023-12-07T18:37:27.759181+0000 mgr.a (mgr.24293) 21132 : audit 0 from='client.416700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:28 smithi027 bash[31536]: audit 2023-12-07T18:37:27.759181+0000 mgr.a (mgr.24293) 21132 : audit 0 from='client.416700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:29 smithi022 bash[28554]: cluster 2023-12-07T18:37:28.745278+0000 mgr.a (mgr.24293) 21133 : cluster 0 pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:30.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:29 smithi044 bash[32620]: cluster 2023-12-07T18:37:28.745278+0000 mgr.a (mgr.24293) 21133 : cluster 0 pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:29 smithi027 bash[31536]: cluster 2023-12-07T18:37:28.745278+0000 mgr.a (mgr.24293) 21133 : cluster 0 pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:31 smithi022 bash[28554]: cluster 2023-12-07T18:37:30.746090+0000 mgr.a (mgr.24293) 21134 : cluster 0 pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:31 smithi044 bash[32620]: cluster 2023-12-07T18:37:30.746090+0000 mgr.a (mgr.24293) 21134 : cluster 0 pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:31 smithi027 bash[31536]: cluster 2023-12-07T18:37:30.746090+0000 mgr.a (mgr.24293) 21134 : cluster 0 pgmap v15803: 33 pgs: 33 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:33.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:33.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:33.285 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:33 smithi022 bash[28554]: cluster 2023-12-07T18:37:32.746668+0000 mgr.a (mgr.24293) 21135 : cluster 0 pgmap v15804: 33 pgs: 33 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:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:33 smithi044 bash[32620]: cluster 2023-12-07T18:37:32.746668+0000 mgr.a (mgr.24293) 21135 : cluster 0 pgmap v15804: 33 pgs: 33 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:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:33 smithi027 bash[31536]: cluster 2023-12-07T18:37:32.746668+0000 mgr.a (mgr.24293) 21135 : cluster 0 pgmap v15804: 33 pgs: 33 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:34.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:34.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:34.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:34.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:34.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:34 smithi022 bash[28554]: audit 2023-12-07T18:37:33.695310+0000 mgr.a (mgr.24293) 21136 : audit 0 from='client.416775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:34 smithi044 bash[32620]: audit 2023-12-07T18:37:33.695310+0000 mgr.a (mgr.24293) 21136 : audit 0 from='client.416775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:35.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:34 smithi027 bash[31536]: audit 2023-12-07T18:37:33.695310+0000 mgr.a (mgr.24293) 21136 : audit 0 from='client.416775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:35 smithi022 bash[28554]: cluster 2023-12-07T18:37:34.747433+0000 mgr.a (mgr.24293) 21137 : cluster 0 pgmap v15805: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:35 smithi044 bash[32620]: cluster 2023-12-07T18:37:34.747433+0000 mgr.a (mgr.24293) 21137 : cluster 0 pgmap v15805: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:35 smithi027 bash[31536]: cluster 2023-12-07T18:37:34.747433+0000 mgr.a (mgr.24293) 21137 : cluster 0 pgmap v15805: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:37 smithi022 bash[28554]: cluster 2023-12-07T18:37:36.748233+0000 mgr.a (mgr.24293) 21138 : cluster 0 pgmap v15806: 33 pgs: 33 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:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:37 smithi044 bash[32620]: cluster 2023-12-07T18:37:36.748233+0000 mgr.a (mgr.24293) 21138 : cluster 0 pgmap v15806: 33 pgs: 33 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:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:37 smithi027 bash[31536]: cluster 2023-12-07T18:37:36.748233+0000 mgr.a (mgr.24293) 21138 : cluster 0 pgmap v15806: 33 pgs: 33 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:39.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:39.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:39.232 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:40.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:40.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:40.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:40.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:40.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:40.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:39 smithi022 bash[28554]: cluster 2023-12-07T18:37:38.748796+0000 mgr.a (mgr.24293) 21139 : cluster 0 pgmap v15807: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:39 smithi044 bash[32620]: cluster 2023-12-07T18:37:38.748796+0000 mgr.a (mgr.24293) 21139 : cluster 0 pgmap v15807: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:39 smithi027 bash[31536]: cluster 2023-12-07T18:37:38.748796+0000 mgr.a (mgr.24293) 21139 : cluster 0 pgmap v15807: 33 pgs: 33 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:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:40 smithi022 bash[28554]: audit 2023-12-07T18:37:39.633870+0000 mgr.a (mgr.24293) 21140 : audit 0 from='client.416847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:41.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:40 smithi044 bash[32620]: audit 2023-12-07T18:37:39.633870+0000 mgr.a (mgr.24293) 21140 : audit 0 from='client.416847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:40 smithi027 bash[31536]: audit 2023-12-07T18:37:39.633870+0000 mgr.a (mgr.24293) 21140 : audit 0 from='client.416847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:41 smithi022 bash[28554]: cluster 2023-12-07T18:37:40.749711+0000 mgr.a (mgr.24293) 21141 : cluster 0 pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:41 smithi044 bash[32620]: cluster 2023-12-07T18:37:40.749711+0000 mgr.a (mgr.24293) 21141 : cluster 0 pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:41 smithi027 bash[31536]: cluster 2023-12-07T18:37:40.749711+0000 mgr.a (mgr.24293) 21141 : cluster 0 pgmap v15808: 33 pgs: 33 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:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:43 smithi022 bash[28554]: cluster 2023-12-07T18:37:42.750314+0000 mgr.a (mgr.24293) 21142 : cluster 0 pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:44.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:43 smithi044 bash[32620]: cluster 2023-12-07T18:37:42.750314+0000 mgr.a (mgr.24293) 21142 : cluster 0 pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:43 smithi027 bash[31536]: cluster 2023-12-07T18:37:42.750314+0000 mgr.a (mgr.24293) 21142 : cluster 0 pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:45.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:45.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:45.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:45 smithi022 bash[28554]: cluster 2023-12-07T18:37:44.750838+0000 mgr.a (mgr.24293) 21143 : cluster 0 pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:45 smithi044 bash[32620]: cluster 2023-12-07T18:37:44.750838+0000 mgr.a (mgr.24293) 21143 : cluster 0 pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:45 smithi027 bash[31536]: cluster 2023-12-07T18:37:44.750838+0000 mgr.a (mgr.24293) 21143 : cluster 0 pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:46.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:46.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:46.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:46.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:46.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:46.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:46 smithi022 bash[28554]: audit 2023-12-07T18:37:45.577597+0000 mgr.a (mgr.24293) 21144 : audit 0 from='client.416925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:46.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:46 smithi044 bash[32620]: audit 2023-12-07T18:37:45.577597+0000 mgr.a (mgr.24293) 21144 : audit 0 from='client.416925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:46 smithi027 bash[31536]: audit 2023-12-07T18:37:45.577597+0000 mgr.a (mgr.24293) 21144 : audit 0 from='client.416925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:47.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:47 smithi022 bash[28554]: cluster 2023-12-07T18:37:46.751925+0000 mgr.a (mgr.24293) 21145 : cluster 0 pgmap v15811: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:47 smithi044 bash[32620]: cluster 2023-12-07T18:37:46.751925+0000 mgr.a (mgr.24293) 21145 : cluster 0 pgmap v15811: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:47 smithi027 bash[31536]: cluster 2023-12-07T18:37:46.751925+0000 mgr.a (mgr.24293) 21145 : cluster 0 pgmap v15811: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:49 smithi022 bash[28554]: cluster 2023-12-07T18:37:48.752500+0000 mgr.a (mgr.24293) 21146 : cluster 0 pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:50.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:49 smithi044 bash[32620]: cluster 2023-12-07T18:37:48.752500+0000 mgr.a (mgr.24293) 21146 : cluster 0 pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:49 smithi027 bash[31536]: cluster 2023-12-07T18:37:48.752500+0000 mgr.a (mgr.24293) 21146 : cluster 0 pgmap v15812: 33 pgs: 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:51.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:51.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:51.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:52.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:52.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:52.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:52.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:52.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:51 smithi022 bash[28554]: cluster 2023-12-07T18:37:50.753267+0000 mgr.a (mgr.24293) 21147 : cluster 0 pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:51 smithi044 bash[32620]: cluster 2023-12-07T18:37:50.753267+0000 mgr.a (mgr.24293) 21147 : cluster 0 pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:51 smithi027 bash[31536]: cluster 2023-12-07T18:37:50.753267+0000 mgr.a (mgr.24293) 21147 : cluster 0 pgmap v15813: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:52 smithi022 bash[28554]: audit 2023-12-07T18:37:51.524907+0000 mgr.a (mgr.24293) 21148 : audit 0 from='client.417000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:52 smithi044 bash[32620]: audit 2023-12-07T18:37:51.524907+0000 mgr.a (mgr.24293) 21148 : audit 0 from='client.417000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:53.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:52 smithi027 bash[31536]: audit 2023-12-07T18:37:51.524907+0000 mgr.a (mgr.24293) 21148 : audit 0 from='client.417000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:54.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:53 smithi022 bash[28554]: cluster 2023-12-07T18:37:52.754037+0000 mgr.a (mgr.24293) 21149 : cluster 0 pgmap v15814: 33 pgs: 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:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:53 smithi044 bash[32620]: cluster 2023-12-07T18:37:52.754037+0000 mgr.a (mgr.24293) 21149 : cluster 0 pgmap v15814: 33 pgs: 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:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:53 smithi027 bash[31536]: cluster 2023-12-07T18:37:52.754037+0000 mgr.a (mgr.24293) 21149 : cluster 0 pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:55 smithi022 bash[28554]: cluster 2023-12-07T18:37:54.754801+0000 mgr.a (mgr.24293) 21150 : cluster 0 pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:55 smithi044 bash[32620]: cluster 2023-12-07T18:37:54.754801+0000 mgr.a (mgr.24293) 21150 : cluster 0 pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:55 smithi027 bash[31536]: cluster 2023-12-07T18:37:54.754801+0000 mgr.a (mgr.24293) 21150 : cluster 0 pgmap v15815: 33 pgs: 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.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:37:57.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:57.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:57.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:37:57.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:57.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:57.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:57.978 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:37:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:57 smithi022 bash[28554]: cluster 2023-12-07T18:37:56.755816+0000 mgr.a (mgr.24293) 21151 : cluster 0 pgmap v15816: 33 pgs: 33 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:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:57 smithi044 bash[32620]: cluster 2023-12-07T18:37:56.755816+0000 mgr.a (mgr.24293) 21151 : cluster 0 pgmap v15816: 33 pgs: 33 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:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:57 smithi027 bash[31536]: cluster 2023-12-07T18:37:56.755816+0000 mgr.a (mgr.24293) 21151 : cluster 0 pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:59.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:58 smithi022 bash[28554]: audit 2023-12-07T18:37:57.463943+0000 mgr.a (mgr.24293) 21152 : audit 0 from='client.417078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:59.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:58 smithi044 bash[32620]: audit 2023-12-07T18:37:57.463943+0000 mgr.a (mgr.24293) 21152 : audit 0 from='client.417078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:59.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:58 smithi027 bash[31536]: audit 2023-12-07T18:37:57.463943+0000 mgr.a (mgr.24293) 21152 : audit 0 from='client.417078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:37:59 smithi022 bash[28554]: cluster 2023-12-07T18:37:58.756561+0000 mgr.a (mgr.24293) 21153 : cluster 0 pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:37:59 smithi044 bash[32620]: cluster 2023-12-07T18:37:58.756561+0000 mgr.a (mgr.24293) 21153 : cluster 0 pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:37:59 smithi027 bash[31536]: cluster 2023-12-07T18:37:58.756561+0000 mgr.a (mgr.24293) 21153 : cluster 0 pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:01 smithi022 bash[28554]: cluster 2023-12-07T18:38:00.757385+0000 mgr.a (mgr.24293) 21154 : cluster 0 pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:01 smithi044 bash[32620]: cluster 2023-12-07T18:38:00.757385+0000 mgr.a (mgr.24293) 21154 : cluster 0 pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:01 smithi027 bash[31536]: cluster 2023-12-07T18:38:00.757385+0000 mgr.a (mgr.24293) 21154 : cluster 0 pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:02.979 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:02.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:02.980 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:03.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:03.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:03.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:03.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:03.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:03 smithi022 bash[28554]: cluster 2023-12-07T18:38:02.757924+0000 mgr.a (mgr.24293) 21155 : cluster 0 pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:03 smithi044 bash[32620]: cluster 2023-12-07T18:38:02.757924+0000 mgr.a (mgr.24293) 21155 : cluster 0 pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:03 smithi027 bash[31536]: cluster 2023-12-07T18:38:02.757924+0000 mgr.a (mgr.24293) 21155 : cluster 0 pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:05.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:04 smithi022 bash[28554]: audit 2023-12-07T18:38:03.397159+0000 mgr.a (mgr.24293) 21156 : audit 0 from='client.417150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:05.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:04 smithi044 bash[32620]: audit 2023-12-07T18:38:03.397159+0000 mgr.a (mgr.24293) 21156 : audit 0 from='client.417150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:05.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:04 smithi027 bash[31536]: audit 2023-12-07T18:38:03.397159+0000 mgr.a (mgr.24293) 21156 : audit 0 from='client.417150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:06.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:05 smithi022 bash[28554]: cluster 2023-12-07T18:38:04.758631+0000 mgr.a (mgr.24293) 21157 : cluster 0 pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:06.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:05 smithi044 bash[32620]: cluster 2023-12-07T18:38:04.758631+0000 mgr.a (mgr.24293) 21157 : cluster 0 pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:06.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:05 smithi027 bash[31536]: cluster 2023-12-07T18:38:04.758631+0000 mgr.a (mgr.24293) 21157 : cluster 0 pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:08.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:07 smithi022 bash[28554]: cluster 2023-12-07T18:38:06.759459+0000 mgr.a (mgr.24293) 21158 : cluster 0 pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:07 smithi044 bash[32620]: cluster 2023-12-07T18:38:06.759459+0000 mgr.a (mgr.24293) 21158 : cluster 0 pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:07 smithi027 bash[31536]: cluster 2023-12-07T18:38:06.759459+0000 mgr.a (mgr.24293) 21158 : cluster 0 pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:08.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:08.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:08.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:09.874 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:09.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:09.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:09.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:09.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:09 smithi022 bash[28554]: cluster 2023-12-07T18:38:08.760077+0000 mgr.a (mgr.24293) 21159 : cluster 0 pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:09 smithi044 bash[32620]: cluster 2023-12-07T18:38:08.760077+0000 mgr.a (mgr.24293) 21159 : cluster 0 pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:09 smithi027 bash[31536]: cluster 2023-12-07T18:38:08.760077+0000 mgr.a (mgr.24293) 21159 : cluster 0 pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:11.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:10 smithi022 bash[28554]: audit 2023-12-07T18:38:09.340987+0000 mgr.a (mgr.24293) 21160 : audit 0 from='client.417228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:11.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:10 smithi044 bash[32620]: audit 2023-12-07T18:38:09.340987+0000 mgr.a (mgr.24293) 21160 : audit 0 from='client.417228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:11.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:10 smithi027 bash[31536]: audit 2023-12-07T18:38:09.340987+0000 mgr.a (mgr.24293) 21160 : audit 0 from='client.417228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:11 smithi022 bash[28554]: cluster 2023-12-07T18:38:10.761085+0000 mgr.a (mgr.24293) 21161 : cluster 0 pgmap v15823: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:11 smithi044 bash[32620]: cluster 2023-12-07T18:38:10.761085+0000 mgr.a (mgr.24293) 21161 : cluster 0 pgmap v15823: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:11 smithi027 bash[31536]: cluster 2023-12-07T18:38:10.761085+0000 mgr.a (mgr.24293) 21161 : cluster 0 pgmap v15823: 33 pgs: 33 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:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:13 smithi022 bash[28554]: cluster 2023-12-07T18:38:12.761660+0000 mgr.a (mgr.24293) 21162 : cluster 0 pgmap v15824: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:13 smithi044 bash[32620]: cluster 2023-12-07T18:38:12.761660+0000 mgr.a (mgr.24293) 21162 : cluster 0 pgmap v15824: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:13 smithi027 bash[31536]: cluster 2023-12-07T18:38:12.761660+0000 mgr.a (mgr.24293) 21162 : cluster 0 pgmap v15824: 33 pgs: 33 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.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:14.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:14.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:15.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:15 smithi022 bash[28554]: cluster 2023-12-07T18:38:14.762223+0000 mgr.a (mgr.24293) 21163 : cluster 0 pgmap v15825: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:15 smithi044 bash[32620]: cluster 2023-12-07T18:38:14.762223+0000 mgr.a (mgr.24293) 21163 : cluster 0 pgmap v15825: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:15 smithi027 bash[31536]: cluster 2023-12-07T18:38:14.762223+0000 mgr.a (mgr.24293) 21163 : cluster 0 pgmap v15825: 33 pgs: 33 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.808 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:15.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:15.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:15.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:15.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:16.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:16 smithi022 bash[28554]: audit 2023-12-07T18:38:15.293670+0000 mgr.a (mgr.24293) 21164 : audit 0 from='client.417306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:16.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:16 smithi044 bash[32620]: audit 2023-12-07T18:38:15.293670+0000 mgr.a (mgr.24293) 21164 : audit 0 from='client.417306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:16.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:16 smithi027 bash[31536]: audit 2023-12-07T18:38:15.293670+0000 mgr.a (mgr.24293) 21164 : audit 0 from='client.417306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:17.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:17 smithi022 bash[28554]: cluster 2023-12-07T18:38:16.763279+0000 mgr.a (mgr.24293) 21165 : cluster 0 pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:17 smithi044 bash[32620]: cluster 2023-12-07T18:38:16.763279+0000 mgr.a (mgr.24293) 21165 : cluster 0 pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:17.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:17 smithi027 bash[31536]: cluster 2023-12-07T18:38:16.763279+0000 mgr.a (mgr.24293) 21165 : cluster 0 pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:20.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:19 smithi022 bash[28554]: cluster 2023-12-07T18:38:18.763908+0000 mgr.a (mgr.24293) 21166 : cluster 0 pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:19 smithi044 bash[32620]: cluster 2023-12-07T18:38:18.763908+0000 mgr.a (mgr.24293) 21166 : cluster 0 pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:19 smithi027 bash[31536]: cluster 2023-12-07T18:38:18.763908+0000 mgr.a (mgr.24293) 21166 : cluster 0 pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:20.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:20.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:20.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:21.778 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:21.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:21.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:21.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:21.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:21 smithi022 bash[28554]: cluster 2023-12-07T18:38:20.764653+0000 mgr.a (mgr.24293) 21167 : cluster 0 pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:21 smithi044 bash[32620]: cluster 2023-12-07T18:38:20.764653+0000 mgr.a (mgr.24293) 21167 : cluster 0 pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:21 smithi027 bash[31536]: cluster 2023-12-07T18:38:20.764653+0000 mgr.a (mgr.24293) 21167 : cluster 0 pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:23.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:22 smithi022 bash[28554]: audit 2023-12-07T18:38:21.226496+0000 mgr.a (mgr.24293) 21168 : audit 0 from='client.417378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:23.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:22 smithi044 bash[32620]: audit 2023-12-07T18:38:21.226496+0000 mgr.a (mgr.24293) 21168 : audit 0 from='client.417378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:23.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:22 smithi027 bash[31536]: audit 2023-12-07T18:38:21.226496+0000 mgr.a (mgr.24293) 21168 : audit 0 from='client.417378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:23 smithi022 bash[28554]: cluster 2023-12-07T18:38:22.765419+0000 mgr.a (mgr.24293) 21169 : cluster 0 pgmap v15829: 33 pgs: 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:24.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:23 smithi022 bash[28554]: audit 2023-12-07T18:38:23.739975+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:23 smithi044 bash[32620]: cluster 2023-12-07T18:38:22.765419+0000 mgr.a (mgr.24293) 21169 : cluster 0 pgmap v15829: 33 pgs: 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:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:23 smithi044 bash[32620]: audit 2023-12-07T18:38:23.739975+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:23 smithi027 bash[31536]: cluster 2023-12-07T18:38:22.765419+0000 mgr.a (mgr.24293) 21169 : cluster 0 pgmap v15829: 33 pgs: 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:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:23 smithi027 bash[31536]: audit 2023-12-07T18:38:23.739975+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:25 smithi022 bash[28554]: audit 2023-12-07T18:38:24.536432+0000 mon.a (mon.0) 3366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:25 smithi022 bash[28554]: audit 2023-12-07T18:38:24.538333+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:25 smithi022 bash[28554]: audit 2023-12-07T18:38:24.548227+0000 mon.a (mon.0) 3368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:38:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:25 smithi022 bash[28554]: cluster 2023-12-07T18:38:24.766108+0000 mgr.a (mgr.24293) 21170 : cluster 0 pgmap v15830: 33 pgs: 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:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:25 smithi044 bash[32620]: audit 2023-12-07T18:38:24.536432+0000 mon.a (mon.0) 3366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:25 smithi044 bash[32620]: audit 2023-12-07T18:38:24.538333+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:25 smithi044 bash[32620]: audit 2023-12-07T18:38:24.548227+0000 mon.a (mon.0) 3368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:38:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:25 smithi044 bash[32620]: cluster 2023-12-07T18:38:24.766108+0000 mgr.a (mgr.24293) 21170 : cluster 0 pgmap v15830: 33 pgs: 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:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:25 smithi027 bash[31536]: audit 2023-12-07T18:38:24.536432+0000 mon.a (mon.0) 3366 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:25 smithi027 bash[31536]: audit 2023-12-07T18:38:24.538333+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:25 smithi027 bash[31536]: audit 2023-12-07T18:38:24.548227+0000 mon.a (mon.0) 3368 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:38:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:25 smithi027 bash[31536]: cluster 2023-12-07T18:38:24.766108+0000 mgr.a (mgr.24293) 21170 : cluster 0 pgmap v15830: 33 pgs: 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:26.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:26.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:26.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:27.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:27.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:27.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:27.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:27.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:28.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:27 smithi022 bash[28554]: cluster 2023-12-07T18:38:26.766918+0000 mgr.a (mgr.24293) 21171 : cluster 0 pgmap v15831: 33 pgs: 33 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:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:27 smithi044 bash[32620]: cluster 2023-12-07T18:38:26.766918+0000 mgr.a (mgr.24293) 21171 : cluster 0 pgmap v15831: 33 pgs: 33 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:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:27 smithi027 bash[31536]: cluster 2023-12-07T18:38:26.766918+0000 mgr.a (mgr.24293) 21171 : cluster 0 pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:29.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:28 smithi022 bash[28554]: audit 2023-12-07T18:38:27.199066+0000 mgr.a (mgr.24293) 21172 : audit 0 from='client.417450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:29.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:28 smithi044 bash[32620]: audit 2023-12-07T18:38:27.199066+0000 mgr.a (mgr.24293) 21172 : audit 0 from='client.417450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:29.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:28 smithi027 bash[31536]: audit 2023-12-07T18:38:27.199066+0000 mgr.a (mgr.24293) 21172 : audit 0 from='client.417450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:30.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:29 smithi022 bash[28554]: cluster 2023-12-07T18:38:28.767629+0000 mgr.a (mgr.24293) 21173 : cluster 0 pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:29 smithi044 bash[32620]: cluster 2023-12-07T18:38:28.767629+0000 mgr.a (mgr.24293) 21173 : cluster 0 pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:29 smithi027 bash[31536]: cluster 2023-12-07T18:38:28.767629+0000 mgr.a (mgr.24293) 21173 : cluster 0 pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:32.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:31 smithi022 bash[28554]: cluster 2023-12-07T18:38:30.768464+0000 mgr.a (mgr.24293) 21174 : cluster 0 pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:31 smithi044 bash[32620]: cluster 2023-12-07T18:38:30.768464+0000 mgr.a (mgr.24293) 21174 : cluster 0 pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:31 smithi027 bash[31536]: cluster 2023-12-07T18:38:30.768464+0000 mgr.a (mgr.24293) 21174 : cluster 0 pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:32.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:32.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:32.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:33.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:33.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:33.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:33.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:33.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:33 smithi022 bash[28554]: cluster 2023-12-07T18:38:32.769065+0000 mgr.a (mgr.24293) 21175 : cluster 0 pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:33 smithi044 bash[32620]: cluster 2023-12-07T18:38:32.769065+0000 mgr.a (mgr.24293) 21175 : cluster 0 pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:33 smithi027 bash[31536]: cluster 2023-12-07T18:38:32.769065+0000 mgr.a (mgr.24293) 21175 : cluster 0 pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:34 smithi022 bash[28554]: audit 2023-12-07T18:38:33.139771+0000 mgr.a (mgr.24293) 21176 : audit 0 from='client.417522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:34 smithi044 bash[32620]: audit 2023-12-07T18:38:33.139771+0000 mgr.a (mgr.24293) 21176 : audit 0 from='client.417522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:35.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:34 smithi027 bash[31536]: audit 2023-12-07T18:38:33.139771+0000 mgr.a (mgr.24293) 21176 : audit 0 from='client.417522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:36.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:35 smithi022 bash[28554]: cluster 2023-12-07T18:38:34.769863+0000 mgr.a (mgr.24293) 21177 : cluster 0 pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:36.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:35 smithi044 bash[32620]: cluster 2023-12-07T18:38:34.769863+0000 mgr.a (mgr.24293) 21177 : cluster 0 pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:36.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:35 smithi027 bash[31536]: cluster 2023-12-07T18:38:34.769863+0000 mgr.a (mgr.24293) 21177 : cluster 0 pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:37 smithi022 bash[28554]: cluster 2023-12-07T18:38:36.770885+0000 mgr.a (mgr.24293) 21178 : cluster 0 pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:37 smithi044 bash[32620]: cluster 2023-12-07T18:38:36.770885+0000 mgr.a (mgr.24293) 21178 : cluster 0 pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:37 smithi027 bash[31536]: cluster 2023-12-07T18:38:36.770885+0000 mgr.a (mgr.24293) 21178 : cluster 0 pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:38.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:38.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:38.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:39.589 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:39.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:39.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:39.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:39.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:39 smithi022 bash[28554]: cluster 2023-12-07T18:38:38.771454+0000 mgr.a (mgr.24293) 21179 : cluster 0 pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:39 smithi044 bash[32620]: cluster 2023-12-07T18:38:38.771454+0000 mgr.a (mgr.24293) 21179 : cluster 0 pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:39 smithi027 bash[31536]: cluster 2023-12-07T18:38:38.771454+0000 mgr.a (mgr.24293) 21179 : cluster 0 pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:41.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:40 smithi022 bash[28554]: audit 2023-12-07T18:38:39.068954+0000 mgr.a (mgr.24293) 21180 : audit 0 from='client.417597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:41.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:40 smithi044 bash[32620]: audit 2023-12-07T18:38:39.068954+0000 mgr.a (mgr.24293) 21180 : audit 0 from='client.417597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:40 smithi027 bash[31536]: audit 2023-12-07T18:38:39.068954+0000 mgr.a (mgr.24293) 21180 : audit 0 from='client.417597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:41 smithi022 bash[28554]: cluster 2023-12-07T18:38:40.772283+0000 mgr.a (mgr.24293) 21181 : cluster 0 pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:41 smithi044 bash[32620]: cluster 2023-12-07T18:38:40.772283+0000 mgr.a (mgr.24293) 21181 : cluster 0 pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:41 smithi027 bash[31536]: cluster 2023-12-07T18:38:40.772283+0000 mgr.a (mgr.24293) 21181 : cluster 0 pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:44.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:43 smithi022 bash[28554]: cluster 2023-12-07T18:38:42.772869+0000 mgr.a (mgr.24293) 21182 : cluster 0 pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:43 smithi044 bash[32620]: cluster 2023-12-07T18:38:42.772869+0000 mgr.a (mgr.24293) 21182 : cluster 0 pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:43 smithi027 bash[31536]: cluster 2023-12-07T18:38:42.772869+0000 mgr.a (mgr.24293) 21182 : cluster 0 pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:44.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:44.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:45 smithi022 bash[28554]: cluster 2023-12-07T18:38:44.773408+0000 mgr.a (mgr.24293) 21183 : cluster 0 pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:45 smithi022 bash[28554]: audit 2023-12-07T18:38:45.002691+0000 mgr.a (mgr.24293) 21184 : audit 0 from='client.417675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:45 smithi044 bash[32620]: cluster 2023-12-07T18:38:44.773408+0000 mgr.a (mgr.24293) 21183 : cluster 0 pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:45 smithi044 bash[32620]: audit 2023-12-07T18:38:45.002691+0000 mgr.a (mgr.24293) 21184 : audit 0 from='client.417675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:45 smithi027 bash[31536]: cluster 2023-12-07T18:38:44.773408+0000 mgr.a (mgr.24293) 21183 : cluster 0 pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:45 smithi027 bash[31536]: audit 2023-12-07T18:38:45.002691+0000 mgr.a (mgr.24293) 21184 : audit 0 from='client.417675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:45.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:45.531 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:48.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:47 smithi022 bash[28554]: cluster 2023-12-07T18:38:46.774368+0000 mgr.a (mgr.24293) 21185 : cluster 0 pgmap v15841: 33 pgs: 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:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:47 smithi044 bash[32620]: cluster 2023-12-07T18:38:46.774368+0000 mgr.a (mgr.24293) 21185 : cluster 0 pgmap v15841: 33 pgs: 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:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:47 smithi027 bash[31536]: cluster 2023-12-07T18:38:46.774368+0000 mgr.a (mgr.24293) 21185 : cluster 0 pgmap v15841: 33 pgs: 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:50.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:49 smithi022 bash[28554]: cluster 2023-12-07T18:38:48.775057+0000 mgr.a (mgr.24293) 21186 : cluster 0 pgmap v15842: 33 pgs: 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:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:49 smithi044 bash[32620]: cluster 2023-12-07T18:38:48.775057+0000 mgr.a (mgr.24293) 21186 : cluster 0 pgmap v15842: 33 pgs: 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:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:49 smithi027 bash[31536]: cluster 2023-12-07T18:38:48.775057+0000 mgr.a (mgr.24293) 21186 : cluster 0 pgmap v15842: 33 pgs: 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:50.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:50.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:50.535 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:51.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:51.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:51.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:51.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:51.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:51 smithi022 bash[28554]: cluster 2023-12-07T18:38:50.775824+0000 mgr.a (mgr.24293) 21187 : cluster 0 pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:51 smithi022 bash[28554]: audit 2023-12-07T18:38:50.949616+0000 mgr.a (mgr.24293) 21188 : audit 0 from='client.417753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:51 smithi044 bash[32620]: cluster 2023-12-07T18:38:50.775824+0000 mgr.a (mgr.24293) 21187 : cluster 0 pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:51 smithi044 bash[32620]: audit 2023-12-07T18:38:50.949616+0000 mgr.a (mgr.24293) 21188 : audit 0 from='client.417753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:51 smithi027 bash[31536]: cluster 2023-12-07T18:38:50.775824+0000 mgr.a (mgr.24293) 21187 : cluster 0 pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:51 smithi027 bash[31536]: audit 2023-12-07T18:38:50.949616+0000 mgr.a (mgr.24293) 21188 : audit 0 from='client.417753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:54.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:53 smithi022 bash[28554]: cluster 2023-12-07T18:38:52.776462+0000 mgr.a (mgr.24293) 21189 : cluster 0 pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:53 smithi044 bash[32620]: cluster 2023-12-07T18:38:52.776462+0000 mgr.a (mgr.24293) 21189 : cluster 0 pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:53 smithi027 bash[31536]: cluster 2023-12-07T18:38:52.776462+0000 mgr.a (mgr.24293) 21189 : cluster 0 pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:55 smithi022 bash[28554]: cluster 2023-12-07T18:38:54.777076+0000 mgr.a (mgr.24293) 21190 : cluster 0 pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:55 smithi044 bash[32620]: cluster 2023-12-07T18:38:54.777076+0000 mgr.a (mgr.24293) 21190 : cluster 0 pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:55 smithi027 bash[31536]: cluster 2023-12-07T18:38:54.777076+0000 mgr.a (mgr.24293) 21190 : cluster 0 pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:56.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:38:56.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:56.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:57.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:38:57.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:38:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:57 smithi022 bash[28554]: cluster 2023-12-07T18:38:56.777864+0000 mgr.a (mgr.24293) 21191 : cluster 0 pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:57 smithi022 bash[28554]: audit 2023-12-07T18:38:56.869856+0000 mgr.a (mgr.24293) 21192 : audit 0 from='client.417828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:57 smithi044 bash[32620]: cluster 2023-12-07T18:38:56.777864+0000 mgr.a (mgr.24293) 21191 : cluster 0 pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:57 smithi044 bash[32620]: audit 2023-12-07T18:38:56.869856+0000 mgr.a (mgr.24293) 21192 : audit 0 from='client.417828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:57 smithi027 bash[31536]: cluster 2023-12-07T18:38:56.777864+0000 mgr.a (mgr.24293) 21191 : cluster 0 pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:57 smithi027 bash[31536]: audit 2023-12-07T18:38:56.869856+0000 mgr.a (mgr.24293) 21192 : audit 0 from='client.417828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:38:59 smithi022 bash[28554]: cluster 2023-12-07T18:38:58.778526+0000 mgr.a (mgr.24293) 21193 : cluster 0 pgmap v15847: 33 pgs: 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:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:38:59 smithi044 bash[32620]: cluster 2023-12-07T18:38:58.778526+0000 mgr.a (mgr.24293) 21193 : cluster 0 pgmap v15847: 33 pgs: 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:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:38:59 smithi027 bash[31536]: cluster 2023-12-07T18:38:58.778526+0000 mgr.a (mgr.24293) 21193 : cluster 0 pgmap v15847: 33 pgs: 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:02.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:01 smithi022 bash[28554]: cluster 2023-12-07T18:39:00.779325+0000 mgr.a (mgr.24293) 21194 : cluster 0 pgmap v15848: 33 pgs: 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:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:01 smithi044 bash[32620]: cluster 2023-12-07T18:39:00.779325+0000 mgr.a (mgr.24293) 21194 : cluster 0 pgmap v15848: 33 pgs: 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:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:01 smithi027 bash[31536]: cluster 2023-12-07T18:39:00.779325+0000 mgr.a (mgr.24293) 21194 : cluster 0 pgmap v15848: 33 pgs: 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:02.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:02.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:02.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:03.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:03.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:03.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:03.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:03.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:03 smithi022 bash[28554]: cluster 2023-12-07T18:39:02.779734+0000 mgr.a (mgr.24293) 21195 : cluster 0 pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:03 smithi022 bash[28554]: audit 2023-12-07T18:39:02.817197+0000 mgr.a (mgr.24293) 21196 : audit 0 from='client.417903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:03 smithi044 bash[32620]: cluster 2023-12-07T18:39:02.779734+0000 mgr.a (mgr.24293) 21195 : cluster 0 pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:03 smithi044 bash[32620]: audit 2023-12-07T18:39:02.817197+0000 mgr.a (mgr.24293) 21196 : audit 0 from='client.417903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:03 smithi027 bash[31536]: cluster 2023-12-07T18:39:02.779734+0000 mgr.a (mgr.24293) 21195 : cluster 0 pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:03 smithi027 bash[31536]: audit 2023-12-07T18:39:02.817197+0000 mgr.a (mgr.24293) 21196 : audit 0 from='client.417903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:05 smithi022 bash[28554]: cluster 2023-12-07T18:39:04.780363+0000 mgr.a (mgr.24293) 21197 : cluster 0 pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:05 smithi044 bash[32620]: cluster 2023-12-07T18:39:04.780363+0000 mgr.a (mgr.24293) 21197 : cluster 0 pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:05 smithi027 bash[31536]: cluster 2023-12-07T18:39:04.780363+0000 mgr.a (mgr.24293) 21197 : cluster 0 pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:08.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:07 smithi022 bash[28554]: cluster 2023-12-07T18:39:06.781171+0000 mgr.a (mgr.24293) 21198 : cluster 0 pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:07 smithi044 bash[32620]: cluster 2023-12-07T18:39:06.781171+0000 mgr.a (mgr.24293) 21198 : cluster 0 pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:07 smithi027 bash[31536]: cluster 2023-12-07T18:39:06.781171+0000 mgr.a (mgr.24293) 21198 : cluster 0 pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:08.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:08.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:08.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:09.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:09.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:09.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:09.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:09.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:09 smithi022 bash[28554]: audit 2023-12-07T18:39:08.762345+0000 mgr.a (mgr.24293) 21199 : audit 0 from='client.417981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:09 smithi022 bash[28554]: cluster 2023-12-07T18:39:08.782173+0000 mgr.a (mgr.24293) 21200 : cluster 0 pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:09 smithi044 bash[32620]: audit 2023-12-07T18:39:08.762345+0000 mgr.a (mgr.24293) 21199 : audit 0 from='client.417981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:09 smithi044 bash[32620]: cluster 2023-12-07T18:39:08.782173+0000 mgr.a (mgr.24293) 21200 : cluster 0 pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:09 smithi027 bash[31536]: audit 2023-12-07T18:39:08.762345+0000 mgr.a (mgr.24293) 21199 : audit 0 from='client.417981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:09 smithi027 bash[31536]: cluster 2023-12-07T18:39:08.782173+0000 mgr.a (mgr.24293) 21200 : cluster 0 pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:11 smithi022 bash[28554]: cluster 2023-12-07T18:39:10.783262+0000 mgr.a (mgr.24293) 21201 : cluster 0 pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:11 smithi044 bash[32620]: cluster 2023-12-07T18:39:10.783262+0000 mgr.a (mgr.24293) 21201 : cluster 0 pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:11 smithi027 bash[31536]: cluster 2023-12-07T18:39:10.783262+0000 mgr.a (mgr.24293) 21201 : cluster 0 pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:14.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:13 smithi022 bash[28554]: cluster 2023-12-07T18:39:12.783992+0000 mgr.a (mgr.24293) 21202 : cluster 0 pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:13 smithi044 bash[32620]: cluster 2023-12-07T18:39:12.783992+0000 mgr.a (mgr.24293) 21202 : cluster 0 pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:13 smithi027 bash[31536]: cluster 2023-12-07T18:39:12.783992+0000 mgr.a (mgr.24293) 21202 : cluster 0 pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:14.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:14.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:14.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:15.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:15.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:15.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:15.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:15.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:15 smithi022 bash[28554]: audit 2023-12-07T18:39:14.700656+0000 mgr.a (mgr.24293) 21203 : audit 0 from='client.418059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:15 smithi022 bash[28554]: cluster 2023-12-07T18:39:14.784545+0000 mgr.a (mgr.24293) 21204 : cluster 0 pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:15 smithi044 bash[32620]: audit 2023-12-07T18:39:14.700656+0000 mgr.a (mgr.24293) 21203 : audit 0 from='client.418059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:15 smithi044 bash[32620]: cluster 2023-12-07T18:39:14.784545+0000 mgr.a (mgr.24293) 21204 : cluster 0 pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:15 smithi027 bash[31536]: audit 2023-12-07T18:39:14.700656+0000 mgr.a (mgr.24293) 21203 : audit 0 from='client.418059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:15 smithi027 bash[31536]: cluster 2023-12-07T18:39:14.784545+0000 mgr.a (mgr.24293) 21204 : cluster 0 pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:17 smithi022 bash[28554]: cluster 2023-12-07T18:39:16.785426+0000 mgr.a (mgr.24293) 21205 : cluster 0 pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:18.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:17 smithi044 bash[32620]: cluster 2023-12-07T18:39:16.785426+0000 mgr.a (mgr.24293) 21205 : cluster 0 pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:17 smithi027 bash[31536]: cluster 2023-12-07T18:39:16.785426+0000 mgr.a (mgr.24293) 21205 : cluster 0 pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:19 smithi022 bash[28554]: cluster 2023-12-07T18:39:18.786040+0000 mgr.a (mgr.24293) 21206 : cluster 0 pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:19 smithi044 bash[32620]: cluster 2023-12-07T18:39:18.786040+0000 mgr.a (mgr.24293) 21206 : cluster 0 pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:19 smithi027 bash[31536]: cluster 2023-12-07T18:39:18.786040+0000 mgr.a (mgr.24293) 21206 : cluster 0 pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:20.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:20.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:20.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:21.177 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:21.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:21.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:21.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:21.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:21 smithi022 bash[28554]: audit 2023-12-07T18:39:20.640160+0000 mgr.a (mgr.24293) 21207 : audit 0 from='client.418134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:21 smithi022 bash[28554]: cluster 2023-12-07T18:39:20.792487+0000 mgr.a (mgr.24293) 21208 : cluster 0 pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:21 smithi044 bash[32620]: audit 2023-12-07T18:39:20.640160+0000 mgr.a (mgr.24293) 21207 : audit 0 from='client.418134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:21 smithi044 bash[32620]: cluster 2023-12-07T18:39:20.792487+0000 mgr.a (mgr.24293) 21208 : cluster 0 pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:21 smithi027 bash[31536]: audit 2023-12-07T18:39:20.640160+0000 mgr.a (mgr.24293) 21207 : audit 0 from='client.418134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:21 smithi027 bash[31536]: cluster 2023-12-07T18:39:20.792487+0000 mgr.a (mgr.24293) 21208 : cluster 0 pgmap v15858: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:23 smithi022 bash[28554]: cluster 2023-12-07T18:39:22.793223+0000 mgr.a (mgr.24293) 21209 : cluster 0 pgmap v15859: 33 pgs: 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:24.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:23 smithi044 bash[32620]: cluster 2023-12-07T18:39:22.793223+0000 mgr.a (mgr.24293) 21209 : cluster 0 pgmap v15859: 33 pgs: 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:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:23 smithi027 bash[31536]: cluster 2023-12-07T18:39:22.793223+0000 mgr.a (mgr.24293) 21209 : cluster 0 pgmap v15859: 33 pgs: 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:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:25 smithi022 bash[28554]: audit 2023-12-07T18:39:24.650840+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:25 smithi022 bash[28554]: cluster 2023-12-07T18:39:24.793779+0000 mgr.a (mgr.24293) 21210 : cluster 0 pgmap v15860: 33 pgs: 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:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:25 smithi044 bash[32620]: audit 2023-12-07T18:39:24.650840+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:25 smithi044 bash[32620]: cluster 2023-12-07T18:39:24.793779+0000 mgr.a (mgr.24293) 21210 : cluster 0 pgmap v15860: 33 pgs: 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:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:25 smithi027 bash[31536]: audit 2023-12-07T18:39:24.650840+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:25 smithi027 bash[31536]: cluster 2023-12-07T18:39:24.793779+0000 mgr.a (mgr.24293) 21210 : cluster 0 pgmap v15860: 33 pgs: 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:26.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:26.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:26.182 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:26 smithi022 bash[28554]: audit 2023-12-07T18:39:25.443308+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:26 smithi022 bash[28554]: audit 2023-12-07T18:39:25.445257+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:26.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:26 smithi022 bash[28554]: audit 2023-12-07T18:39:25.454313+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:39:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:26 smithi044 bash[32620]: audit 2023-12-07T18:39:25.443308+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:26 smithi044 bash[32620]: audit 2023-12-07T18:39:25.445257+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:26 smithi044 bash[32620]: audit 2023-12-07T18:39:25.454313+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:39:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:26 smithi027 bash[31536]: audit 2023-12-07T18:39:25.443308+0000 mon.a (mon.0) 3370 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:26 smithi027 bash[31536]: audit 2023-12-07T18:39:25.445257+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:26 smithi027 bash[31536]: audit 2023-12-07T18:39:25.454313+0000 mon.a (mon.0) 3372 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:39:27.134 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:27.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:27.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:27.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:27.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:27.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:27 smithi022 bash[28554]: audit 2023-12-07T18:39:26.595477+0000 mgr.a (mgr.24293) 21211 : audit 0 from='client.418209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:27 smithi022 bash[28554]: cluster 2023-12-07T18:39:26.794381+0000 mgr.a (mgr.24293) 21212 : cluster 0 pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:27 smithi044 bash[32620]: audit 2023-12-07T18:39:26.595477+0000 mgr.a (mgr.24293) 21211 : audit 0 from='client.418209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:27 smithi044 bash[32620]: cluster 2023-12-07T18:39:26.794381+0000 mgr.a (mgr.24293) 21212 : cluster 0 pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:27 smithi027 bash[31536]: audit 2023-12-07T18:39:26.595477+0000 mgr.a (mgr.24293) 21211 : audit 0 from='client.418209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:27 smithi027 bash[31536]: cluster 2023-12-07T18:39:26.794381+0000 mgr.a (mgr.24293) 21212 : cluster 0 pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:30.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:29 smithi022 bash[28554]: cluster 2023-12-07T18:39:28.795017+0000 mgr.a (mgr.24293) 21213 : cluster 0 pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:29 smithi044 bash[32620]: cluster 2023-12-07T18:39:28.795017+0000 mgr.a (mgr.24293) 21213 : cluster 0 pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:29 smithi027 bash[31536]: cluster 2023-12-07T18:39:28.795017+0000 mgr.a (mgr.24293) 21213 : cluster 0 pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:32.137 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:32.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:32.138 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:31 smithi022 bash[28554]: cluster 2023-12-07T18:39:30.795788+0000 mgr.a (mgr.24293) 21214 : cluster 0 pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:31 smithi044 bash[32620]: cluster 2023-12-07T18:39:30.795788+0000 mgr.a (mgr.24293) 21214 : cluster 0 pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:31 smithi027 bash[31536]: cluster 2023-12-07T18:39:30.795788+0000 mgr.a (mgr.24293) 21214 : cluster 0 pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:33.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:33.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:33.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:33.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:33.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:33 smithi022 bash[28554]: audit 2023-12-07T18:39:32.556193+0000 mgr.a (mgr.24293) 21215 : audit 0 from='client.418287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:33 smithi022 bash[28554]: cluster 2023-12-07T18:39:32.796347+0000 mgr.a (mgr.24293) 21216 : cluster 0 pgmap v15864: 33 pgs: 33 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:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:33 smithi044 bash[32620]: audit 2023-12-07T18:39:32.556193+0000 mgr.a (mgr.24293) 21215 : audit 0 from='client.418287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:33 smithi044 bash[32620]: cluster 2023-12-07T18:39:32.796347+0000 mgr.a (mgr.24293) 21216 : cluster 0 pgmap v15864: 33 pgs: 33 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:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:33 smithi027 bash[31536]: audit 2023-12-07T18:39:32.556193+0000 mgr.a (mgr.24293) 21215 : audit 0 from='client.418287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:33 smithi027 bash[31536]: cluster 2023-12-07T18:39:32.796347+0000 mgr.a (mgr.24293) 21216 : cluster 0 pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:35 smithi022 bash[28554]: cluster 2023-12-07T18:39:34.797132+0000 mgr.a (mgr.24293) 21217 : cluster 0 pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:35 smithi044 bash[32620]: cluster 2023-12-07T18:39:34.797132+0000 mgr.a (mgr.24293) 21217 : cluster 0 pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:35 smithi027 bash[31536]: cluster 2023-12-07T18:39:34.797132+0000 mgr.a (mgr.24293) 21217 : cluster 0 pgmap v15865: 33 pgs: 33 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.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:38.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:38.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:38.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:37 smithi022 bash[28554]: cluster 2023-12-07T18:39:36.798004+0000 mgr.a (mgr.24293) 21218 : cluster 0 pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:37 smithi044 bash[32620]: cluster 2023-12-07T18:39:36.798004+0000 mgr.a (mgr.24293) 21218 : cluster 0 pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:37 smithi027 bash[31536]: cluster 2023-12-07T18:39:36.798004+0000 mgr.a (mgr.24293) 21218 : cluster 0 pgmap v15866: 33 pgs: 33 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:39.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:39.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:39.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:39.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:39.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:39 smithi022 bash[28554]: audit 2023-12-07T18:39:38.497427+0000 mgr.a (mgr.24293) 21219 : audit 0 from='client.418359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:40.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:39 smithi022 bash[28554]: cluster 2023-12-07T18:39:38.798764+0000 mgr.a (mgr.24293) 21220 : cluster 0 pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:39 smithi044 bash[32620]: audit 2023-12-07T18:39:38.497427+0000 mgr.a (mgr.24293) 21219 : audit 0 from='client.418359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:40.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:39 smithi044 bash[32620]: cluster 2023-12-07T18:39:38.798764+0000 mgr.a (mgr.24293) 21220 : cluster 0 pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:39 smithi027 bash[31536]: audit 2023-12-07T18:39:38.497427+0000 mgr.a (mgr.24293) 21219 : audit 0 from='client.418359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:39 smithi027 bash[31536]: cluster 2023-12-07T18:39:38.798764+0000 mgr.a (mgr.24293) 21220 : cluster 0 pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:42.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:41 smithi022 bash[28554]: cluster 2023-12-07T18:39:40.799906+0000 mgr.a (mgr.24293) 21221 : cluster 0 pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:42.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:41 smithi044 bash[32620]: cluster 2023-12-07T18:39:40.799906+0000 mgr.a (mgr.24293) 21221 : cluster 0 pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:41 smithi027 bash[31536]: cluster 2023-12-07T18:39:40.799906+0000 mgr.a (mgr.24293) 21221 : cluster 0 pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:44.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:44.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:44.035 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:44.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:43 smithi022 bash[28554]: cluster 2023-12-07T18:39:42.800619+0000 mgr.a (mgr.24293) 21222 : cluster 0 pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:43 smithi044 bash[32620]: cluster 2023-12-07T18:39:42.800619+0000 mgr.a (mgr.24293) 21222 : cluster 0 pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:43 smithi027 bash[31536]: cluster 2023-12-07T18:39:42.800619+0000 mgr.a (mgr.24293) 21222 : cluster 0 pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:44.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:44.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:44.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:44.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:44.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:45 smithi022 bash[28554]: audit 2023-12-07T18:39:44.438906+0000 mgr.a (mgr.24293) 21223 : audit 0 from='client.418431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:45.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:45 smithi022 bash[28554]: cluster 2023-12-07T18:39:44.801334+0000 mgr.a (mgr.24293) 21224 : cluster 0 pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:45 smithi044 bash[32620]: audit 2023-12-07T18:39:44.438906+0000 mgr.a (mgr.24293) 21223 : audit 0 from='client.418431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:45.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:45 smithi044 bash[32620]: cluster 2023-12-07T18:39:44.801334+0000 mgr.a (mgr.24293) 21224 : cluster 0 pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:45 smithi027 bash[31536]: audit 2023-12-07T18:39:44.438906+0000 mgr.a (mgr.24293) 21223 : audit 0 from='client.418431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:45 smithi027 bash[31536]: cluster 2023-12-07T18:39:44.801334+0000 mgr.a (mgr.24293) 21224 : cluster 0 pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:48.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:47 smithi022 bash[28554]: cluster 2023-12-07T18:39:46.802247+0000 mgr.a (mgr.24293) 21225 : cluster 0 pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:47 smithi044 bash[32620]: cluster 2023-12-07T18:39:46.802247+0000 mgr.a (mgr.24293) 21225 : cluster 0 pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:47 smithi027 bash[31536]: cluster 2023-12-07T18:39:46.802247+0000 mgr.a (mgr.24293) 21225 : cluster 0 pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:49.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:49.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:49.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:50.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:49 smithi022 bash[28554]: cluster 2023-12-07T18:39:48.802820+0000 mgr.a (mgr.24293) 21226 : cluster 0 pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:49 smithi044 bash[32620]: cluster 2023-12-07T18:39:48.802820+0000 mgr.a (mgr.24293) 21226 : cluster 0 pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:49 smithi027 bash[31536]: cluster 2023-12-07T18:39:48.802820+0000 mgr.a (mgr.24293) 21226 : cluster 0 pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:50.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:50.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:50.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:50.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:50.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:51 smithi022 bash[28554]: audit 2023-12-07T18:39:50.373167+0000 mgr.a (mgr.24293) 21227 : audit 0 from='client.418506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:52.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:51 smithi022 bash[28554]: cluster 2023-12-07T18:39:50.803855+0000 mgr.a (mgr.24293) 21228 : cluster 0 pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:51 smithi044 bash[32620]: audit 2023-12-07T18:39:50.373167+0000 mgr.a (mgr.24293) 21227 : audit 0 from='client.418506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:52.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:51 smithi044 bash[32620]: cluster 2023-12-07T18:39:50.803855+0000 mgr.a (mgr.24293) 21228 : cluster 0 pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:51 smithi027 bash[31536]: audit 2023-12-07T18:39:50.373167+0000 mgr.a (mgr.24293) 21227 : audit 0 from='client.418506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:51 smithi027 bash[31536]: cluster 2023-12-07T18:39:50.803855+0000 mgr.a (mgr.24293) 21228 : cluster 0 pgmap v15873: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:53 smithi022 bash[28554]: cluster 2023-12-07T18:39:52.804384+0000 mgr.a (mgr.24293) 21229 : cluster 0 pgmap v15874: 33 pgs: 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:54.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:53 smithi044 bash[32620]: cluster 2023-12-07T18:39:52.804384+0000 mgr.a (mgr.24293) 21229 : cluster 0 pgmap v15874: 33 pgs: 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:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:53 smithi027 bash[31536]: cluster 2023-12-07T18:39:52.804384+0000 mgr.a (mgr.24293) 21229 : cluster 0 pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:55 smithi022 bash[28554]: cluster 2023-12-07T18:39:54.804951+0000 mgr.a (mgr.24293) 21230 : cluster 0 pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:55 smithi044 bash[32620]: cluster 2023-12-07T18:39:54.804951+0000 mgr.a (mgr.24293) 21230 : cluster 0 pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:55 smithi027 bash[31536]: cluster 2023-12-07T18:39:54.804951+0000 mgr.a (mgr.24293) 21230 : cluster 0 pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:39:55.885 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:55.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:56.838 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:39:56.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:56.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:56.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:56.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:39:58.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:57 smithi022 bash[28554]: audit 2023-12-07T18:39:56.291611+0000 mgr.a (mgr.24293) 21231 : audit 0 from='client.418581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:58.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:57 smithi022 bash[28554]: cluster 2023-12-07T18:39:56.806059+0000 mgr.a (mgr.24293) 21232 : cluster 0 pgmap v15876: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:57 smithi044 bash[32620]: audit 2023-12-07T18:39:56.291611+0000 mgr.a (mgr.24293) 21231 : audit 0 from='client.418581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:58.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:57 smithi044 bash[32620]: cluster 2023-12-07T18:39:56.806059+0000 mgr.a (mgr.24293) 21232 : cluster 0 pgmap v15876: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:57 smithi027 bash[31536]: audit 2023-12-07T18:39:56.291611+0000 mgr.a (mgr.24293) 21231 : audit 0 from='client.418581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:57 smithi027 bash[31536]: cluster 2023-12-07T18:39:56.806059+0000 mgr.a (mgr.24293) 21232 : cluster 0 pgmap v15876: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:39:59 smithi022 bash[28554]: cluster 2023-12-07T18:39:58.806625+0000 mgr.a (mgr.24293) 21233 : cluster 0 pgmap v15877: 33 pgs: 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:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:39:59 smithi044 bash[32620]: cluster 2023-12-07T18:39:58.806625+0000 mgr.a (mgr.24293) 21233 : cluster 0 pgmap v15877: 33 pgs: 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:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:39:59 smithi027 bash[31536]: cluster 2023-12-07T18:39:58.806625+0000 mgr.a (mgr.24293) 21233 : cluster 0 pgmap v15877: 33 pgs: 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:01.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:00 smithi022 bash[28554]: cluster 2023-12-07T18:40:00.000148+0000 mon.a (mon.0) 3373 : cluster 1 overall HEALTH_OK 2023-12-07T18:40:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:00 smithi044 bash[32620]: cluster 2023-12-07T18:40:00.000148+0000 mon.a (mon.0) 3373 : cluster 1 overall HEALTH_OK 2023-12-07T18:40:01.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:00 smithi027 bash[31536]: cluster 2023-12-07T18:40:00.000148+0000 mon.a (mon.0) 3373 : cluster 1 overall HEALTH_OK 2023-12-07T18:40:01.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:01.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:01.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:01 smithi022 bash[28554]: cluster 2023-12-07T18:40:00.807370+0000 mgr.a (mgr.24293) 21234 : cluster 0 pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:01 smithi044 bash[32620]: cluster 2023-12-07T18:40:00.807370+0000 mgr.a (mgr.24293) 21234 : cluster 0 pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:01 smithi027 bash[31536]: cluster 2023-12-07T18:40:00.807370+0000 mgr.a (mgr.24293) 21234 : cluster 0 pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:02.782 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:02.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:02.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:02.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:02.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:03 smithi022 bash[28554]: audit 2023-12-07T18:40:02.254784+0000 mgr.a (mgr.24293) 21235 : audit 0 from='client.418659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:03 smithi022 bash[28554]: cluster 2023-12-07T18:40:02.808098+0000 mgr.a (mgr.24293) 21236 : cluster 0 pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:03 smithi044 bash[32620]: audit 2023-12-07T18:40:02.254784+0000 mgr.a (mgr.24293) 21235 : audit 0 from='client.418659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:04.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:03 smithi044 bash[32620]: cluster 2023-12-07T18:40:02.808098+0000 mgr.a (mgr.24293) 21236 : cluster 0 pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:03 smithi027 bash[31536]: audit 2023-12-07T18:40:02.254784+0000 mgr.a (mgr.24293) 21235 : audit 0 from='client.418659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:03 smithi027 bash[31536]: cluster 2023-12-07T18:40:02.808098+0000 mgr.a (mgr.24293) 21236 : cluster 0 pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:05 smithi022 bash[28554]: cluster 2023-12-07T18:40:04.808709+0000 mgr.a (mgr.24293) 21237 : cluster 0 pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:05 smithi044 bash[32620]: cluster 2023-12-07T18:40:04.808709+0000 mgr.a (mgr.24293) 21237 : cluster 0 pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:05 smithi027 bash[31536]: cluster 2023-12-07T18:40:04.808709+0000 mgr.a (mgr.24293) 21237 : cluster 0 pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:07.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:07.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:07.786 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:08.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:07 smithi022 bash[28554]: cluster 2023-12-07T18:40:06.809460+0000 mgr.a (mgr.24293) 21238 : cluster 0 pgmap v15881: 33 pgs: 33 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:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:07 smithi044 bash[32620]: cluster 2023-12-07T18:40:06.809460+0000 mgr.a (mgr.24293) 21238 : cluster 0 pgmap v15881: 33 pgs: 33 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:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:07 smithi027 bash[31536]: cluster 2023-12-07T18:40:06.809460+0000 mgr.a (mgr.24293) 21238 : cluster 0 pgmap v15881: 33 pgs: 33 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:08.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:08.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:08.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:08.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:08.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:09 smithi022 bash[28554]: audit 2023-12-07T18:40:08.191949+0000 mgr.a (mgr.24293) 21239 : audit 0 from='client.418734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:09 smithi022 bash[28554]: cluster 2023-12-07T18:40:08.810118+0000 mgr.a (mgr.24293) 21240 : cluster 0 pgmap v15882: 33 pgs: 33 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:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:09 smithi044 bash[32620]: audit 2023-12-07T18:40:08.191949+0000 mgr.a (mgr.24293) 21239 : audit 0 from='client.418734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:10.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:09 smithi044 bash[32620]: cluster 2023-12-07T18:40:08.810118+0000 mgr.a (mgr.24293) 21240 : cluster 0 pgmap v15882: 33 pgs: 33 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:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:09 smithi027 bash[31536]: audit 2023-12-07T18:40:08.191949+0000 mgr.a (mgr.24293) 21239 : audit 0 from='client.418734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:09 smithi027 bash[31536]: cluster 2023-12-07T18:40:08.810118+0000 mgr.a (mgr.24293) 21240 : cluster 0 pgmap v15882: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:11 smithi022 bash[28554]: cluster 2023-12-07T18:40:10.810924+0000 mgr.a (mgr.24293) 21241 : cluster 0 pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:11 smithi044 bash[32620]: cluster 2023-12-07T18:40:10.810924+0000 mgr.a (mgr.24293) 21241 : cluster 0 pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:11 smithi027 bash[31536]: cluster 2023-12-07T18:40:10.810924+0000 mgr.a (mgr.24293) 21241 : cluster 0 pgmap v15883: 33 pgs: 33 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:13.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:13.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:13.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:13 smithi022 bash[28554]: cluster 2023-12-07T18:40:12.811473+0000 mgr.a (mgr.24293) 21242 : cluster 0 pgmap v15884: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:13 smithi044 bash[32620]: cluster 2023-12-07T18:40:12.811473+0000 mgr.a (mgr.24293) 21242 : cluster 0 pgmap v15884: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:13 smithi027 bash[31536]: cluster 2023-12-07T18:40:12.811473+0000 mgr.a (mgr.24293) 21242 : cluster 0 pgmap v15884: 33 pgs: 33 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.645 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:14.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:14.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:14.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:14.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:15.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:15 smithi022 bash[28554]: audit 2023-12-07T18:40:14.118777+0000 mgr.a (mgr.24293) 21243 : audit 0 from='client.418812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:15.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:15 smithi022 bash[28554]: cluster 2023-12-07T18:40:14.812162+0000 mgr.a (mgr.24293) 21244 : cluster 0 pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:15 smithi044 bash[32620]: audit 2023-12-07T18:40:14.118777+0000 mgr.a (mgr.24293) 21243 : audit 0 from='client.418812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:15 smithi044 bash[32620]: cluster 2023-12-07T18:40:14.812162+0000 mgr.a (mgr.24293) 21244 : cluster 0 pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:15 smithi027 bash[31536]: audit 2023-12-07T18:40:14.118777+0000 mgr.a (mgr.24293) 21243 : audit 0 from='client.418812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:15 smithi027 bash[31536]: cluster 2023-12-07T18:40:14.812162+0000 mgr.a (mgr.24293) 21244 : cluster 0 pgmap v15885: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:17 smithi022 bash[28554]: cluster 2023-12-07T18:40:16.813110+0000 mgr.a (mgr.24293) 21245 : cluster 0 pgmap v15886: 33 pgs: 33 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:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:17 smithi044 bash[32620]: cluster 2023-12-07T18:40:16.813110+0000 mgr.a (mgr.24293) 21245 : cluster 0 pgmap v15886: 33 pgs: 33 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:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:17 smithi027 bash[31536]: cluster 2023-12-07T18:40:16.813110+0000 mgr.a (mgr.24293) 21245 : cluster 0 pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:19.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:19.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:19.650 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:20.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:19 smithi022 bash[28554]: cluster 2023-12-07T18:40:18.813701+0000 mgr.a (mgr.24293) 21246 : cluster 0 pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:19 smithi044 bash[32620]: cluster 2023-12-07T18:40:18.813701+0000 mgr.a (mgr.24293) 21246 : cluster 0 pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:19 smithi027 bash[31536]: cluster 2023-12-07T18:40:18.813701+0000 mgr.a (mgr.24293) 21246 : cluster 0 pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:20.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:20.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:21 smithi022 bash[28554]: audit 2023-12-07T18:40:20.064767+0000 mgr.a (mgr.24293) 21247 : audit 0 from='client.418890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:22.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:21 smithi022 bash[28554]: cluster 2023-12-07T18:40:20.814795+0000 mgr.a (mgr.24293) 21248 : cluster 0 pgmap v15888: 33 pgs: 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:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:21 smithi044 bash[32620]: audit 2023-12-07T18:40:20.064767+0000 mgr.a (mgr.24293) 21247 : audit 0 from='client.418890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:22.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:21 smithi044 bash[32620]: cluster 2023-12-07T18:40:20.814795+0000 mgr.a (mgr.24293) 21248 : cluster 0 pgmap v15888: 33 pgs: 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:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:21 smithi027 bash[31536]: audit 2023-12-07T18:40:20.064767+0000 mgr.a (mgr.24293) 21247 : audit 0 from='client.418890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:21 smithi027 bash[31536]: cluster 2023-12-07T18:40:20.814795+0000 mgr.a (mgr.24293) 21248 : cluster 0 pgmap v15888: 33 pgs: 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:24.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:23 smithi022 bash[28554]: cluster 2023-12-07T18:40:22.815417+0000 mgr.a (mgr.24293) 21249 : cluster 0 pgmap v15889: 33 pgs: 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:24.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:23 smithi044 bash[32620]: cluster 2023-12-07T18:40:22.815417+0000 mgr.a (mgr.24293) 21249 : cluster 0 pgmap v15889: 33 pgs: 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:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:23 smithi027 bash[31536]: cluster 2023-12-07T18:40:22.815417+0000 mgr.a (mgr.24293) 21249 : cluster 0 pgmap v15889: 33 pgs: 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:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:25 smithi022 bash[28554]: cluster 2023-12-07T18:40:24.815966+0000 mgr.a (mgr.24293) 21250 : cluster 0 pgmap v15890: 33 pgs: 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:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:25 smithi044 bash[32620]: cluster 2023-12-07T18:40:24.815966+0000 mgr.a (mgr.24293) 21250 : cluster 0 pgmap v15890: 33 pgs: 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:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:25 smithi027 bash[31536]: cluster 2023-12-07T18:40:24.815966+0000 mgr.a (mgr.24293) 21250 : cluster 0 pgmap v15890: 33 pgs: 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:25.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:25.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:25.572 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:26.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:26 smithi022 bash[28554]: audit 2023-12-07T18:40:25.557331+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:26.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:26 smithi022 bash[28554]: audit 2023-12-07T18:40:25.984527+0000 mgr.a (mgr.24293) 21251 : audit 0 from='client.418965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:26 smithi044 bash[32620]: audit 2023-12-07T18:40:25.557331+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:26.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:26 smithi044 bash[32620]: audit 2023-12-07T18:40:25.984527+0000 mgr.a (mgr.24293) 21251 : audit 0 from='client.418965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:26 smithi027 bash[31536]: audit 2023-12-07T18:40:25.557331+0000 mon.a (mon.0) 3374 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:26 smithi027 bash[31536]: audit 2023-12-07T18:40:25.984527+0000 mgr.a (mgr.24293) 21251 : audit 0 from='client.418965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:26.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:26.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:26.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:26.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:26.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:27.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:27 smithi022 bash[28554]: audit 2023-12-07T18:40:26.406396+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:27 smithi022 bash[28554]: audit 2023-12-07T18:40:26.408058+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:27 smithi022 bash[28554]: audit 2023-12-07T18:40:26.416712+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:40:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:27 smithi022 bash[28554]: cluster 2023-12-07T18:40:26.817018+0000 mgr.a (mgr.24293) 21252 : cluster 0 pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:27 smithi044 bash[32620]: audit 2023-12-07T18:40:26.406396+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:27 smithi044 bash[32620]: audit 2023-12-07T18:40:26.408058+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:27 smithi044 bash[32620]: audit 2023-12-07T18:40:26.416712+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:40:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:27 smithi044 bash[32620]: cluster 2023-12-07T18:40:26.817018+0000 mgr.a (mgr.24293) 21252 : cluster 0 pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:27 smithi027 bash[31536]: audit 2023-12-07T18:40:26.406396+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:27 smithi027 bash[31536]: audit 2023-12-07T18:40:26.408058+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:27 smithi027 bash[31536]: audit 2023-12-07T18:40:26.416712+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:40:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:27 smithi027 bash[31536]: cluster 2023-12-07T18:40:26.817018+0000 mgr.a (mgr.24293) 21252 : cluster 0 pgmap v15891: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:29 smithi022 bash[28554]: cluster 2023-12-07T18:40:28.817612+0000 mgr.a (mgr.24293) 21253 : cluster 0 pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:29 smithi044 bash[32620]: cluster 2023-12-07T18:40:28.817612+0000 mgr.a (mgr.24293) 21253 : cluster 0 pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:29 smithi027 bash[31536]: cluster 2023-12-07T18:40:28.817612+0000 mgr.a (mgr.24293) 21253 : cluster 0 pgmap v15892: 33 pgs: 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:31.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:31.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:31.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:31 smithi022 bash[28554]: cluster 2023-12-07T18:40:30.818363+0000 mgr.a (mgr.24293) 21254 : cluster 0 pgmap v15893: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:31 smithi044 bash[32620]: cluster 2023-12-07T18:40:30.818363+0000 mgr.a (mgr.24293) 21254 : cluster 0 pgmap v15893: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:31 smithi027 bash[31536]: cluster 2023-12-07T18:40:30.818363+0000 mgr.a (mgr.24293) 21254 : cluster 0 pgmap v15893: 33 pgs: 33 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.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:32.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:32.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:32.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:32.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:32 smithi022 bash[28554]: audit 2023-12-07T18:40:31.931597+0000 mgr.a (mgr.24293) 21255 : audit 0 from='client.419043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:32 smithi044 bash[32620]: audit 2023-12-07T18:40:31.931597+0000 mgr.a (mgr.24293) 21255 : audit 0 from='client.419043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:33.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:32 smithi027 bash[31536]: audit 2023-12-07T18:40:31.931597+0000 mgr.a (mgr.24293) 21255 : audit 0 from='client.419043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:33 smithi022 bash[28554]: cluster 2023-12-07T18:40:32.819085+0000 mgr.a (mgr.24293) 21256 : cluster 0 pgmap v15894: 33 pgs: 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:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:33 smithi044 bash[32620]: cluster 2023-12-07T18:40:32.819085+0000 mgr.a (mgr.24293) 21256 : cluster 0 pgmap v15894: 33 pgs: 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:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:33 smithi027 bash[31536]: cluster 2023-12-07T18:40:32.819085+0000 mgr.a (mgr.24293) 21256 : cluster 0 pgmap v15894: 33 pgs: 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:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:35 smithi022 bash[28554]: cluster 2023-12-07T18:40:34.819734+0000 mgr.a (mgr.24293) 21257 : cluster 0 pgmap v15895: 33 pgs: 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:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:35 smithi044 bash[32620]: cluster 2023-12-07T18:40:34.819734+0000 mgr.a (mgr.24293) 21257 : cluster 0 pgmap v15895: 33 pgs: 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:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:35 smithi027 bash[31536]: cluster 2023-12-07T18:40:34.819734+0000 mgr.a (mgr.24293) 21257 : cluster 0 pgmap v15895: 33 pgs: 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:37.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:37.459 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:37.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:38.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:37 smithi022 bash[28554]: cluster 2023-12-07T18:40:36.820587+0000 mgr.a (mgr.24293) 21258 : cluster 0 pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:40:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:37 smithi044 bash[32620]: cluster 2023-12-07T18:40:36.820587+0000 mgr.a (mgr.24293) 21258 : cluster 0 pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:40:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:37 smithi027 bash[31536]: cluster 2023-12-07T18:40:36.820587+0000 mgr.a (mgr.24293) 21258 : cluster 0 pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:40:38.400 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:38.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:38.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:38.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:38.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:39.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:38 smithi022 bash[28554]: audit 2023-12-07T18:40:37.869470+0000 mgr.a (mgr.24293) 21259 : audit 0 from='client.419121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:38 smithi044 bash[32620]: audit 2023-12-07T18:40:37.869470+0000 mgr.a (mgr.24293) 21259 : audit 0 from='client.419121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:39.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:38 smithi027 bash[31536]: audit 2023-12-07T18:40:37.869470+0000 mgr.a (mgr.24293) 21259 : audit 0 from='client.419121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:40.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:39 smithi022 bash[28554]: cluster 2023-12-07T18:40:38.821341+0000 mgr.a (mgr.24293) 21260 : cluster 0 pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:39 smithi044 bash[32620]: cluster 2023-12-07T18:40:38.821341+0000 mgr.a (mgr.24293) 21260 : cluster 0 pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:39 smithi027 bash[31536]: cluster 2023-12-07T18:40:38.821341+0000 mgr.a (mgr.24293) 21260 : cluster 0 pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:41 smithi022 bash[28554]: cluster 2023-12-07T18:40:40.822135+0000 mgr.a (mgr.24293) 21261 : cluster 0 pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:41 smithi044 bash[32620]: cluster 2023-12-07T18:40:40.822135+0000 mgr.a (mgr.24293) 21261 : cluster 0 pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:41 smithi027 bash[31536]: cluster 2023-12-07T18:40:40.822135+0000 mgr.a (mgr.24293) 21261 : cluster 0 pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:43.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:43.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:43.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:44.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:43 smithi022 bash[28554]: cluster 2023-12-07T18:40:42.822706+0000 mgr.a (mgr.24293) 21262 : cluster 0 pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:43 smithi044 bash[32620]: cluster 2023-12-07T18:40:42.822706+0000 mgr.a (mgr.24293) 21262 : cluster 0 pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:43 smithi027 bash[31536]: cluster 2023-12-07T18:40:42.822706+0000 mgr.a (mgr.24293) 21262 : cluster 0 pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:44.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:44.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:44.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:44.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:44.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:45.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:44 smithi022 bash[28554]: audit 2023-12-07T18:40:43.813744+0000 mgr.a (mgr.24293) 21263 : audit 0 from='client.419196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:44 smithi044 bash[32620]: audit 2023-12-07T18:40:43.813744+0000 mgr.a (mgr.24293) 21263 : audit 0 from='client.419196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:44 smithi027 bash[31536]: audit 2023-12-07T18:40:43.813744+0000 mgr.a (mgr.24293) 21263 : audit 0 from='client.419196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:46.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:45 smithi022 bash[28554]: cluster 2023-12-07T18:40:44.823456+0000 mgr.a (mgr.24293) 21264 : cluster 0 pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:45 smithi044 bash[32620]: cluster 2023-12-07T18:40:44.823456+0000 mgr.a (mgr.24293) 21264 : cluster 0 pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:45 smithi027 bash[31536]: cluster 2023-12-07T18:40:44.823456+0000 mgr.a (mgr.24293) 21264 : cluster 0 pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:48.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:47 smithi022 bash[28554]: cluster 2023-12-07T18:40:46.824502+0000 mgr.a (mgr.24293) 21265 : cluster 0 pgmap v15901: 33 pgs: 33 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:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:47 smithi044 bash[32620]: cluster 2023-12-07T18:40:46.824502+0000 mgr.a (mgr.24293) 21265 : cluster 0 pgmap v15901: 33 pgs: 33 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:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:47 smithi027 bash[31536]: cluster 2023-12-07T18:40:46.824502+0000 mgr.a (mgr.24293) 21265 : cluster 0 pgmap v15901: 33 pgs: 33 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:49.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:49.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:49.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:50.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:49 smithi022 bash[28554]: cluster 2023-12-07T18:40:48.825235+0000 mgr.a (mgr.24293) 21266 : cluster 0 pgmap v15902: 33 pgs: 33 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:50.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:49 smithi044 bash[32620]: cluster 2023-12-07T18:40:48.825235+0000 mgr.a (mgr.24293) 21266 : cluster 0 pgmap v15902: 33 pgs: 33 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:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:49 smithi027 bash[31536]: cluster 2023-12-07T18:40:48.825235+0000 mgr.a (mgr.24293) 21266 : cluster 0 pgmap v15902: 33 pgs: 33 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:50.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:50.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:50.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:50.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:50.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:51.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:50 smithi022 bash[28554]: audit 2023-12-07T18:40:49.769843+0000 mgr.a (mgr.24293) 21267 : audit 0 from='client.419274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:51.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:50 smithi044 bash[32620]: audit 2023-12-07T18:40:49.769843+0000 mgr.a (mgr.24293) 21267 : audit 0 from='client.419274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:50 smithi027 bash[31536]: audit 2023-12-07T18:40:49.769843+0000 mgr.a (mgr.24293) 21267 : audit 0 from='client.419274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:52.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:51 smithi022 bash[28554]: cluster 2023-12-07T18:40:50.826212+0000 mgr.a (mgr.24293) 21268 : cluster 0 pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:52.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:51 smithi044 bash[32620]: cluster 2023-12-07T18:40:50.826212+0000 mgr.a (mgr.24293) 21268 : cluster 0 pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:51 smithi027 bash[31536]: cluster 2023-12-07T18:40:50.826212+0000 mgr.a (mgr.24293) 21268 : cluster 0 pgmap v15903: 33 pgs: 33 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:54.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:53 smithi022 bash[28554]: cluster 2023-12-07T18:40:52.826792+0000 mgr.a (mgr.24293) 21269 : cluster 0 pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:54.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:53 smithi044 bash[32620]: cluster 2023-12-07T18:40:52.826792+0000 mgr.a (mgr.24293) 21269 : cluster 0 pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:53 smithi027 bash[31536]: cluster 2023-12-07T18:40:52.826792+0000 mgr.a (mgr.24293) 21269 : cluster 0 pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:55.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:40:55.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:55.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:55 smithi022 bash[28554]: cluster 2023-12-07T18:40:54.827370+0000 mgr.a (mgr.24293) 21270 : cluster 0 pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:55 smithi044 bash[32620]: cluster 2023-12-07T18:40:54.827370+0000 mgr.a (mgr.24293) 21270 : cluster 0 pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:55 smithi027 bash[31536]: cluster 2023-12-07T18:40:54.827370+0000 mgr.a (mgr.24293) 21270 : cluster 0 pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:56.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:40:56.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:56.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:56.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:56.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:40:56.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:56 smithi022 bash[28554]: audit 2023-12-07T18:40:55.713502+0000 mgr.a (mgr.24293) 21271 : audit 0 from='client.419349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:56.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:56 smithi044 bash[32620]: audit 2023-12-07T18:40:55.713502+0000 mgr.a (mgr.24293) 21271 : audit 0 from='client.419349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:56 smithi027 bash[31536]: audit 2023-12-07T18:40:55.713502+0000 mgr.a (mgr.24293) 21271 : audit 0 from='client.419349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:57.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:57 smithi022 bash[28554]: cluster 2023-12-07T18:40:56.828613+0000 mgr.a (mgr.24293) 21272 : cluster 0 pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:57 smithi044 bash[32620]: cluster 2023-12-07T18:40:56.828613+0000 mgr.a (mgr.24293) 21272 : cluster 0 pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:57.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:57 smithi027 bash[31536]: cluster 2023-12-07T18:40:56.828613+0000 mgr.a (mgr.24293) 21272 : cluster 0 pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:40:59 smithi022 bash[28554]: cluster 2023-12-07T18:40:58.829401+0000 mgr.a (mgr.24293) 21273 : cluster 0 pgmap v15907: 33 pgs: 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:00.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:40:59 smithi044 bash[32620]: cluster 2023-12-07T18:40:58.829401+0000 mgr.a (mgr.24293) 21273 : cluster 0 pgmap v15907: 33 pgs: 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:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:40:59 smithi027 bash[31536]: cluster 2023-12-07T18:40:58.829401+0000 mgr.a (mgr.24293) 21273 : cluster 0 pgmap v15907: 33 pgs: 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:01.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:01.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:01.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:02.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:02.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:02.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:02.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:02.168 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:01 smithi022 bash[28554]: cluster 2023-12-07T18:41:00.830332+0000 mgr.a (mgr.24293) 21274 : cluster 0 pgmap v15908: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:01 smithi044 bash[32620]: cluster 2023-12-07T18:41:00.830332+0000 mgr.a (mgr.24293) 21274 : cluster 0 pgmap v15908: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:01 smithi027 bash[31536]: cluster 2023-12-07T18:41:00.830332+0000 mgr.a (mgr.24293) 21274 : cluster 0 pgmap v15908: 33 pgs: 33 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:03.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:02 smithi022 bash[28554]: audit 2023-12-07T18:41:01.640057+0000 mgr.a (mgr.24293) 21275 : audit 0 from='client.419424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:03.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:02 smithi044 bash[32620]: audit 2023-12-07T18:41:01.640057+0000 mgr.a (mgr.24293) 21275 : audit 0 from='client.419424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:03.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:02 smithi027 bash[31536]: audit 2023-12-07T18:41:01.640057+0000 mgr.a (mgr.24293) 21275 : audit 0 from='client.419424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:04.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:03 smithi022 bash[28554]: cluster 2023-12-07T18:41:02.831124+0000 mgr.a (mgr.24293) 21276 : cluster 0 pgmap v15909: 33 pgs: 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:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:03 smithi044 bash[32620]: cluster 2023-12-07T18:41:02.831124+0000 mgr.a (mgr.24293) 21276 : cluster 0 pgmap v15909: 33 pgs: 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:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:03 smithi027 bash[31536]: cluster 2023-12-07T18:41:02.831124+0000 mgr.a (mgr.24293) 21276 : cluster 0 pgmap v15909: 33 pgs: 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:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:05 smithi022 bash[28554]: cluster 2023-12-07T18:41:04.831797+0000 mgr.a (mgr.24293) 21277 : cluster 0 pgmap v15910: 33 pgs: 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:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:05 smithi044 bash[32620]: cluster 2023-12-07T18:41:04.831797+0000 mgr.a (mgr.24293) 21277 : cluster 0 pgmap v15910: 33 pgs: 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:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:05 smithi027 bash[31536]: cluster 2023-12-07T18:41:04.831797+0000 mgr.a (mgr.24293) 21277 : cluster 0 pgmap v15910: 33 pgs: 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:07.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:07.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:07.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:08.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:08.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:08.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:08.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:08.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:08.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:07 smithi022 bash[28554]: cluster 2023-12-07T18:41:06.832544+0000 mgr.a (mgr.24293) 21278 : cluster 0 pgmap v15911: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:07 smithi044 bash[32620]: cluster 2023-12-07T18:41:06.832544+0000 mgr.a (mgr.24293) 21278 : cluster 0 pgmap v15911: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:07 smithi027 bash[31536]: cluster 2023-12-07T18:41:06.832544+0000 mgr.a (mgr.24293) 21278 : cluster 0 pgmap v15911: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:08 smithi022 bash[28554]: audit 2023-12-07T18:41:07.583492+0000 mgr.a (mgr.24293) 21279 : audit 0 from='client.419499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:09.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:08 smithi044 bash[32620]: audit 2023-12-07T18:41:07.583492+0000 mgr.a (mgr.24293) 21279 : audit 0 from='client.419499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:09.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:08 smithi027 bash[31536]: audit 2023-12-07T18:41:07.583492+0000 mgr.a (mgr.24293) 21279 : audit 0 from='client.419499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:09 smithi022 bash[28554]: cluster 2023-12-07T18:41:08.833293+0000 mgr.a (mgr.24293) 21280 : cluster 0 pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:09 smithi044 bash[32620]: cluster 2023-12-07T18:41:08.833293+0000 mgr.a (mgr.24293) 21280 : cluster 0 pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:09 smithi027 bash[31536]: cluster 2023-12-07T18:41:08.833293+0000 mgr.a (mgr.24293) 21280 : cluster 0 pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:12.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:11 smithi022 bash[28554]: cluster 2023-12-07T18:41:10.834127+0000 mgr.a (mgr.24293) 21281 : cluster 0 pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:12.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:11 smithi044 bash[32620]: cluster 2023-12-07T18:41:10.834127+0000 mgr.a (mgr.24293) 21281 : cluster 0 pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:11 smithi027 bash[31536]: cluster 2023-12-07T18:41:10.834127+0000 mgr.a (mgr.24293) 21281 : cluster 0 pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:13.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:13.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:13.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:14.053 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:14.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:14.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:14.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:14.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:13 smithi022 bash[28554]: cluster 2023-12-07T18:41:12.834727+0000 mgr.a (mgr.24293) 21282 : cluster 0 pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:13 smithi044 bash[32620]: cluster 2023-12-07T18:41:12.834727+0000 mgr.a (mgr.24293) 21282 : cluster 0 pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:13 smithi027 bash[31536]: cluster 2023-12-07T18:41:12.834727+0000 mgr.a (mgr.24293) 21282 : cluster 0 pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:15.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:14 smithi022 bash[28554]: audit 2023-12-07T18:41:13.513148+0000 mgr.a (mgr.24293) 21283 : audit 0 from='client.419577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:15.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:14 smithi044 bash[32620]: audit 2023-12-07T18:41:13.513148+0000 mgr.a (mgr.24293) 21283 : audit 0 from='client.419577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:15.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:14 smithi027 bash[31536]: audit 2023-12-07T18:41:13.513148+0000 mgr.a (mgr.24293) 21283 : audit 0 from='client.419577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:16.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:15 smithi022 bash[28554]: cluster 2023-12-07T18:41:14.835650+0000 mgr.a (mgr.24293) 21284 : cluster 0 pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:15 smithi044 bash[32620]: cluster 2023-12-07T18:41:14.835650+0000 mgr.a (mgr.24293) 21284 : cluster 0 pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:16.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:15 smithi027 bash[31536]: cluster 2023-12-07T18:41:14.835650+0000 mgr.a (mgr.24293) 21284 : cluster 0 pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:18.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:17 smithi022 bash[28554]: cluster 2023-12-07T18:41:16.836700+0000 mgr.a (mgr.24293) 21285 : cluster 0 pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:17 smithi044 bash[32620]: cluster 2023-12-07T18:41:16.836700+0000 mgr.a (mgr.24293) 21285 : cluster 0 pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:17 smithi027 bash[31536]: cluster 2023-12-07T18:41:16.836700+0000 mgr.a (mgr.24293) 21285 : cluster 0 pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:19.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:19.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:19.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:19.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:19.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:19.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:19.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:20.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:20.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:19 smithi022 bash[28554]: cluster 2023-12-07T18:41:18.837449+0000 mgr.a (mgr.24293) 21286 : cluster 0 pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:19 smithi044 bash[32620]: cluster 2023-12-07T18:41:18.837449+0000 mgr.a (mgr.24293) 21286 : cluster 0 pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:19 smithi027 bash[31536]: cluster 2023-12-07T18:41:18.837449+0000 mgr.a (mgr.24293) 21286 : cluster 0 pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:21.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:20 smithi044 bash[32620]: audit 2023-12-07T18:41:19.468150+0000 mgr.a (mgr.24293) 21287 : audit 0 from='client.419649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:21.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:20 smithi027 bash[31536]: audit 2023-12-07T18:41:19.468150+0000 mgr.a (mgr.24293) 21287 : audit 0 from='client.419649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:21.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:20 smithi022 bash[28554]: audit 2023-12-07T18:41:19.468150+0000 mgr.a (mgr.24293) 21287 : audit 0 from='client.419649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:21 smithi027 bash[31536]: cluster 2023-12-07T18:41:20.838439+0000 mgr.a (mgr.24293) 21288 : cluster 0 pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:21 smithi022 bash[28554]: cluster 2023-12-07T18:41:20.838439+0000 mgr.a (mgr.24293) 21288 : cluster 0 pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:21 smithi044 bash[32620]: cluster 2023-12-07T18:41:20.838439+0000 mgr.a (mgr.24293) 21288 : cluster 0 pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:23 smithi027 bash[31536]: cluster 2023-12-07T18:41:22.839015+0000 mgr.a (mgr.24293) 21289 : cluster 0 pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:23 smithi022 bash[28554]: cluster 2023-12-07T18:41:22.839015+0000 mgr.a (mgr.24293) 21289 : cluster 0 pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:23 smithi044 bash[32620]: cluster 2023-12-07T18:41:22.839015+0000 mgr.a (mgr.24293) 21289 : cluster 0 pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:25.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:25.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:25 smithi022 bash[28554]: cluster 2023-12-07T18:41:24.839603+0000 mgr.a (mgr.24293) 21290 : cluster 0 pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:25 smithi044 bash[32620]: cluster 2023-12-07T18:41:24.839603+0000 mgr.a (mgr.24293) 21290 : cluster 0 pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:25 smithi027 bash[31536]: cluster 2023-12-07T18:41:24.839603+0000 mgr.a (mgr.24293) 21290 : cluster 0 pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.923 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:25.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:26.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:26 smithi022 bash[28554]: audit 2023-12-07T18:41:25.409645+0000 mgr.a (mgr.24293) 21291 : audit 0 from='client.419727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:26 smithi044 bash[32620]: audit 2023-12-07T18:41:25.409645+0000 mgr.a (mgr.24293) 21291 : audit 0 from='client.419727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:26 smithi027 bash[31536]: audit 2023-12-07T18:41:25.409645+0000 mgr.a (mgr.24293) 21291 : audit 0 from='client.419727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:27.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:27 smithi022 bash[28554]: audit 2023-12-07T18:41:26.520499+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:27.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:27 smithi022 bash[28554]: cluster 2023-12-07T18:41:26.840760+0000 mgr.a (mgr.24293) 21292 : cluster 0 pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:27.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:27 smithi044 bash[32620]: audit 2023-12-07T18:41:26.520499+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:27.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:27 smithi044 bash[32620]: cluster 2023-12-07T18:41:26.840760+0000 mgr.a (mgr.24293) 21292 : cluster 0 pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:27 smithi027 bash[31536]: audit 2023-12-07T18:41:26.520499+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:27 smithi027 bash[31536]: cluster 2023-12-07T18:41:26.840760+0000 mgr.a (mgr.24293) 21292 : cluster 0 pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:28 smithi022 bash[28554]: audit 2023-12-07T18:41:27.309551+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:28 smithi022 bash[28554]: audit 2023-12-07T18:41:27.311465+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:28.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:28 smithi022 bash[28554]: audit 2023-12-07T18:41:27.320119+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:41:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:28 smithi044 bash[32620]: audit 2023-12-07T18:41:27.309551+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:28 smithi044 bash[32620]: audit 2023-12-07T18:41:27.311465+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:28.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:28 smithi044 bash[32620]: audit 2023-12-07T18:41:27.320119+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:41:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:28 smithi027 bash[31536]: audit 2023-12-07T18:41:27.309551+0000 mon.a (mon.0) 3379 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:28 smithi027 bash[31536]: audit 2023-12-07T18:41:27.311465+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:28 smithi027 bash[31536]: audit 2023-12-07T18:41:27.320119+0000 mon.a (mon.0) 3381 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:41:29.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:29 smithi022 bash[28554]: cluster 2023-12-07T18:41:28.841416+0000 mgr.a (mgr.24293) 21293 : cluster 0 pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:29 smithi044 bash[32620]: cluster 2023-12-07T18:41:28.841416+0000 mgr.a (mgr.24293) 21293 : cluster 0 pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:29 smithi027 bash[31536]: cluster 2023-12-07T18:41:28.841416+0000 mgr.a (mgr.24293) 21293 : cluster 0 pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:30.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:30.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:30.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:31.859 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:31.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:31.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:31.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:31.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:32.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:31 smithi022 bash[28554]: cluster 2023-12-07T18:41:30.842154+0000 mgr.a (mgr.24293) 21294 : cluster 0 pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:32.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:31 smithi044 bash[32620]: cluster 2023-12-07T18:41:30.842154+0000 mgr.a (mgr.24293) 21294 : cluster 0 pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:31 smithi027 bash[31536]: cluster 2023-12-07T18:41:30.842154+0000 mgr.a (mgr.24293) 21294 : cluster 0 pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:33.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:32 smithi022 bash[28554]: audit 2023-12-07T18:41:31.333776+0000 mgr.a (mgr.24293) 21295 : audit 0 from='client.419805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:33.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:32 smithi044 bash[32620]: audit 2023-12-07T18:41:31.333776+0000 mgr.a (mgr.24293) 21295 : audit 0 from='client.419805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:33.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:32 smithi027 bash[31536]: audit 2023-12-07T18:41:31.333776+0000 mgr.a (mgr.24293) 21295 : audit 0 from='client.419805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:34.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:33 smithi022 bash[28554]: cluster 2023-12-07T18:41:32.842890+0000 mgr.a (mgr.24293) 21296 : cluster 0 pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:34.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:33 smithi044 bash[32620]: cluster 2023-12-07T18:41:32.842890+0000 mgr.a (mgr.24293) 21296 : cluster 0 pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:33 smithi027 bash[31536]: cluster 2023-12-07T18:41:32.842890+0000 mgr.a (mgr.24293) 21296 : cluster 0 pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:35 smithi022 bash[28554]: cluster 2023-12-07T18:41:34.843469+0000 mgr.a (mgr.24293) 21297 : cluster 0 pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:35 smithi044 bash[32620]: cluster 2023-12-07T18:41:34.843469+0000 mgr.a (mgr.24293) 21297 : cluster 0 pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:35 smithi027 bash[31536]: cluster 2023-12-07T18:41:34.843469+0000 mgr.a (mgr.24293) 21297 : cluster 0 pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:36.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:36.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:36.863 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:37.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:37.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:37.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:37.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:37.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:38.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:37 smithi022 bash[28554]: cluster 2023-12-07T18:41:36.844270+0000 mgr.a (mgr.24293) 21298 : cluster 0 pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:37 smithi044 bash[32620]: cluster 2023-12-07T18:41:36.844270+0000 mgr.a (mgr.24293) 21298 : cluster 0 pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:37 smithi027 bash[31536]: cluster 2023-12-07T18:41:36.844270+0000 mgr.a (mgr.24293) 21298 : cluster 0 pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:39.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:38 smithi022 bash[28554]: audit 2023-12-07T18:41:37.273376+0000 mgr.a (mgr.24293) 21299 : audit 0 from='client.419880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:39.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:38 smithi044 bash[32620]: audit 2023-12-07T18:41:37.273376+0000 mgr.a (mgr.24293) 21299 : audit 0 from='client.419880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:39.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:38 smithi027 bash[31536]: audit 2023-12-07T18:41:37.273376+0000 mgr.a (mgr.24293) 21299 : audit 0 from='client.419880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:40.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:39 smithi022 bash[28554]: cluster 2023-12-07T18:41:38.844989+0000 mgr.a (mgr.24293) 21300 : cluster 0 pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:39 smithi044 bash[32620]: cluster 2023-12-07T18:41:38.844989+0000 mgr.a (mgr.24293) 21300 : cluster 0 pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:39 smithi027 bash[31536]: cluster 2023-12-07T18:41:38.844989+0000 mgr.a (mgr.24293) 21300 : cluster 0 pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:42.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:41 smithi022 bash[28554]: cluster 2023-12-07T18:41:40.845844+0000 mgr.a (mgr.24293) 21301 : cluster 0 pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:42.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:41 smithi044 bash[32620]: cluster 2023-12-07T18:41:40.845844+0000 mgr.a (mgr.24293) 21301 : cluster 0 pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:41 smithi027 bash[31536]: cluster 2023-12-07T18:41:40.845844+0000 mgr.a (mgr.24293) 21301 : cluster 0 pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:42.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:42.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:42.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:43.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:43.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:43.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:43.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:43.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:44.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:43 smithi022 bash[28554]: cluster 2023-12-07T18:41:42.846412+0000 mgr.a (mgr.24293) 21302 : cluster 0 pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:43 smithi044 bash[32620]: cluster 2023-12-07T18:41:42.846412+0000 mgr.a (mgr.24293) 21302 : cluster 0 pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:43 smithi027 bash[31536]: cluster 2023-12-07T18:41:42.846412+0000 mgr.a (mgr.24293) 21302 : cluster 0 pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:45.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:44 smithi022 bash[28554]: audit 2023-12-07T18:41:43.207013+0000 mgr.a (mgr.24293) 21303 : audit 0 from='client.419955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:45.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:44 smithi044 bash[32620]: audit 2023-12-07T18:41:43.207013+0000 mgr.a (mgr.24293) 21303 : audit 0 from='client.419955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:45.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:44 smithi027 bash[31536]: audit 2023-12-07T18:41:43.207013+0000 mgr.a (mgr.24293) 21303 : audit 0 from='client.419955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:46.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:45 smithi022 bash[28554]: cluster 2023-12-07T18:41:44.847072+0000 mgr.a (mgr.24293) 21304 : cluster 0 pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:45 smithi044 bash[32620]: cluster 2023-12-07T18:41:44.847072+0000 mgr.a (mgr.24293) 21304 : cluster 0 pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:46.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:45 smithi027 bash[31536]: cluster 2023-12-07T18:41:44.847072+0000 mgr.a (mgr.24293) 21304 : cluster 0 pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:48.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:47 smithi044 bash[32620]: cluster 2023-12-07T18:41:46.847905+0000 mgr.a (mgr.24293) 21305 : cluster 0 pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:47 smithi027 bash[31536]: cluster 2023-12-07T18:41:46.847905+0000 mgr.a (mgr.24293) 21305 : cluster 0 pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:47 smithi022 bash[28554]: cluster 2023-12-07T18:41:46.847905+0000 mgr.a (mgr.24293) 21305 : cluster 0 pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:48.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:48.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:48.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:49.672 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:49.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:49.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:49.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:49.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:49 smithi027 bash[31536]: cluster 2023-12-07T18:41:48.848475+0000 mgr.a (mgr.24293) 21306 : cluster 0 pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:49 smithi022 bash[28554]: cluster 2023-12-07T18:41:48.848475+0000 mgr.a (mgr.24293) 21306 : cluster 0 pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:49 smithi044 bash[32620]: cluster 2023-12-07T18:41:48.848475+0000 mgr.a (mgr.24293) 21306 : cluster 0 pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:51.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:50 smithi027 bash[31536]: audit 2023-12-07T18:41:49.135860+0000 mgr.a (mgr.24293) 21307 : audit 0 from='client.420033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:51.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:50 smithi022 bash[28554]: audit 2023-12-07T18:41:49.135860+0000 mgr.a (mgr.24293) 21307 : audit 0 from='client.420033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:50 smithi044 bash[32620]: audit 2023-12-07T18:41:49.135860+0000 mgr.a (mgr.24293) 21307 : audit 0 from='client.420033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:51 smithi027 bash[31536]: cluster 2023-12-07T18:41:50.849377+0000 mgr.a (mgr.24293) 21308 : cluster 0 pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:51 smithi022 bash[28554]: cluster 2023-12-07T18:41:50.849377+0000 mgr.a (mgr.24293) 21308 : cluster 0 pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:51 smithi044 bash[32620]: cluster 2023-12-07T18:41:50.849377+0000 mgr.a (mgr.24293) 21308 : cluster 0 pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:53 smithi027 bash[31536]: cluster 2023-12-07T18:41:52.849979+0000 mgr.a (mgr.24293) 21309 : cluster 0 pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:53 smithi022 bash[28554]: cluster 2023-12-07T18:41:52.849979+0000 mgr.a (mgr.24293) 21309 : cluster 0 pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:53 smithi044 bash[32620]: cluster 2023-12-07T18:41:52.849979+0000 mgr.a (mgr.24293) 21309 : cluster 0 pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:54.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:41:54.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:54.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:55 smithi022 bash[28554]: cluster 2023-12-07T18:41:54.850661+0000 mgr.a (mgr.24293) 21310 : cluster 0 pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:55 smithi044 bash[32620]: cluster 2023-12-07T18:41:54.850661+0000 mgr.a (mgr.24293) 21310 : cluster 0 pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:55 smithi027 bash[31536]: cluster 2023-12-07T18:41:54.850661+0000 mgr.a (mgr.24293) 21310 : cluster 0 pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:55.606 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:41:55.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:55.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:55.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:55.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:41:56.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:56 smithi022 bash[28554]: audit 2023-12-07T18:41:55.088842+0000 mgr.a (mgr.24293) 21311 : audit 0 from='client.420108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:56 smithi044 bash[32620]: audit 2023-12-07T18:41:55.088842+0000 mgr.a (mgr.24293) 21311 : audit 0 from='client.420108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:56 smithi027 bash[31536]: audit 2023-12-07T18:41:55.088842+0000 mgr.a (mgr.24293) 21311 : audit 0 from='client.420108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:57.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:57 smithi022 bash[28554]: cluster 2023-12-07T18:41:56.851717+0000 mgr.a (mgr.24293) 21312 : cluster 0 pgmap v15936: 33 pgs: 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:57 smithi044 bash[32620]: cluster 2023-12-07T18:41:56.851717+0000 mgr.a (mgr.24293) 21312 : cluster 0 pgmap v15936: 33 pgs: 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:57 smithi027 bash[31536]: cluster 2023-12-07T18:41:56.851717+0000 mgr.a (mgr.24293) 21312 : cluster 0 pgmap v15936: 33 pgs: 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:42:00.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:41:59 smithi022 bash[28554]: cluster 2023-12-07T18:41:58.852329+0000 mgr.a (mgr.24293) 21313 : cluster 0 pgmap v15937: 33 pgs: 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:42:00.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:41:59 smithi044 bash[32620]: cluster 2023-12-07T18:41:58.852329+0000 mgr.a (mgr.24293) 21313 : cluster 0 pgmap v15937: 33 pgs: 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:42:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:41:59 smithi027 bash[31536]: cluster 2023-12-07T18:41:58.852329+0000 mgr.a (mgr.24293) 21313 : cluster 0 pgmap v15937: 33 pgs: 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:42:00.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:00.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:00.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:01.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:01.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:01.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:01.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:01.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:01 smithi022 bash[28554]: cluster 2023-12-07T18:42:00.853265+0000 mgr.a (mgr.24293) 21314 : cluster 0 pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:02.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:01 smithi022 bash[28554]: audit 2023-12-07T18:42:01.019602+0000 mgr.a (mgr.24293) 21315 : audit 0 from='client.420183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:01 smithi044 bash[32620]: cluster 2023-12-07T18:42:00.853265+0000 mgr.a (mgr.24293) 21314 : cluster 0 pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:02.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:01 smithi044 bash[32620]: audit 2023-12-07T18:42:01.019602+0000 mgr.a (mgr.24293) 21315 : audit 0 from='client.420183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:01 smithi027 bash[31536]: cluster 2023-12-07T18:42:00.853265+0000 mgr.a (mgr.24293) 21314 : cluster 0 pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:01 smithi027 bash[31536]: audit 2023-12-07T18:42:01.019602+0000 mgr.a (mgr.24293) 21315 : audit 0 from='client.420183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:04.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:03 smithi022 bash[28554]: cluster 2023-12-07T18:42:02.854110+0000 mgr.a (mgr.24293) 21316 : cluster 0 pgmap v15939: 33 pgs: 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:04.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:03 smithi044 bash[32620]: cluster 2023-12-07T18:42:02.854110+0000 mgr.a (mgr.24293) 21316 : cluster 0 pgmap v15939: 33 pgs: 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:04.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:03 smithi027 bash[31536]: cluster 2023-12-07T18:42:02.854110+0000 mgr.a (mgr.24293) 21316 : cluster 0 pgmap v15939: 33 pgs: 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:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:05 smithi022 bash[28554]: cluster 2023-12-07T18:42:04.854729+0000 mgr.a (mgr.24293) 21317 : cluster 0 pgmap v15940: 33 pgs: 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:05.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:05 smithi044 bash[32620]: cluster 2023-12-07T18:42:04.854729+0000 mgr.a (mgr.24293) 21317 : cluster 0 pgmap v15940: 33 pgs: 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:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:05 smithi027 bash[31536]: cluster 2023-12-07T18:42:04.854729+0000 mgr.a (mgr.24293) 21317 : cluster 0 pgmap v15940: 33 pgs: 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:06.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:06.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:06.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:07.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:07.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:07.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:07.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:07.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:08.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:07 smithi022 bash[28554]: cluster 2023-12-07T18:42:06.855513+0000 mgr.a (mgr.24293) 21318 : cluster 0 pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:08.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:07 smithi022 bash[28554]: audit 2023-12-07T18:42:06.957042+0000 mgr.a (mgr.24293) 21319 : audit 0 from='client.420261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:08.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:07 smithi044 bash[32620]: cluster 2023-12-07T18:42:06.855513+0000 mgr.a (mgr.24293) 21318 : cluster 0 pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:08.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:07 smithi044 bash[32620]: audit 2023-12-07T18:42:06.957042+0000 mgr.a (mgr.24293) 21319 : audit 0 from='client.420261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:07 smithi027 bash[31536]: cluster 2023-12-07T18:42:06.855513+0000 mgr.a (mgr.24293) 21318 : cluster 0 pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:07 smithi027 bash[31536]: audit 2023-12-07T18:42:06.957042+0000 mgr.a (mgr.24293) 21319 : audit 0 from='client.420261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:09 smithi022 bash[28554]: cluster 2023-12-07T18:42:08.856230+0000 mgr.a (mgr.24293) 21320 : cluster 0 pgmap v15942: 33 pgs: 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:42:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:09 smithi044 bash[32620]: cluster 2023-12-07T18:42:08.856230+0000 mgr.a (mgr.24293) 21320 : cluster 0 pgmap v15942: 33 pgs: 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:42:10.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:09 smithi027 bash[31536]: cluster 2023-12-07T18:42:08.856230+0000 mgr.a (mgr.24293) 21320 : cluster 0 pgmap v15942: 33 pgs: 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:42:12.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:11 smithi022 bash[28554]: cluster 2023-12-07T18:42:10.857017+0000 mgr.a (mgr.24293) 21321 : cluster 0 pgmap v15943: 33 pgs: 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:42:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:11 smithi044 bash[32620]: cluster 2023-12-07T18:42:10.857017+0000 mgr.a (mgr.24293) 21321 : cluster 0 pgmap v15943: 33 pgs: 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:42:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:11 smithi027 bash[31536]: cluster 2023-12-07T18:42:10.857017+0000 mgr.a (mgr.24293) 21321 : cluster 0 pgmap v15943: 33 pgs: 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:42:12.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:12.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:12.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:13.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:13.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:13.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:13.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:13.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:13 smithi022 bash[28554]: cluster 2023-12-07T18:42:12.857570+0000 mgr.a (mgr.24293) 21322 : cluster 0 pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:13 smithi022 bash[28554]: audit 2023-12-07T18:42:12.898710+0000 mgr.a (mgr.24293) 21323 : audit 0 from='client.420336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:14.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:13 smithi044 bash[32620]: cluster 2023-12-07T18:42:12.857570+0000 mgr.a (mgr.24293) 21322 : cluster 0 pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:14.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:13 smithi044 bash[32620]: audit 2023-12-07T18:42:12.898710+0000 mgr.a (mgr.24293) 21323 : audit 0 from='client.420336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:13 smithi027 bash[31536]: cluster 2023-12-07T18:42:12.857570+0000 mgr.a (mgr.24293) 21322 : cluster 0 pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:13 smithi027 bash[31536]: audit 2023-12-07T18:42:12.898710+0000 mgr.a (mgr.24293) 21323 : audit 0 from='client.420336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:15.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:15 smithi022 bash[28554]: cluster 2023-12-07T18:42:14.858180+0000 mgr.a (mgr.24293) 21324 : cluster 0 pgmap v15945: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:15 smithi044 bash[32620]: cluster 2023-12-07T18:42:14.858180+0000 mgr.a (mgr.24293) 21324 : cluster 0 pgmap v15945: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:15 smithi027 bash[31536]: cluster 2023-12-07T18:42:14.858180+0000 mgr.a (mgr.24293) 21324 : cluster 0 pgmap v15945: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:17 smithi022 bash[28554]: cluster 2023-12-07T18:42:16.859010+0000 mgr.a (mgr.24293) 21325 : cluster 0 pgmap v15946: 33 pgs: 33 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:18.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:17 smithi044 bash[32620]: cluster 2023-12-07T18:42:16.859010+0000 mgr.a (mgr.24293) 21325 : cluster 0 pgmap v15946: 33 pgs: 33 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:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:17 smithi027 bash[31536]: cluster 2023-12-07T18:42:16.859010+0000 mgr.a (mgr.24293) 21325 : cluster 0 pgmap v15946: 33 pgs: 33 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:18.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:18.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:18.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:19.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:19.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:19.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:19.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:19.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:20.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:19 smithi022 bash[28554]: audit 2023-12-07T18:42:18.842389+0000 mgr.a (mgr.24293) 21326 : audit 0 from='client.420408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:20.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:19 smithi022 bash[28554]: cluster 2023-12-07T18:42:18.860087+0000 mgr.a (mgr.24293) 21327 : cluster 0 pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:20.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:19 smithi044 bash[32620]: audit 2023-12-07T18:42:18.842389+0000 mgr.a (mgr.24293) 21326 : audit 0 from='client.420408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:20.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:19 smithi044 bash[32620]: cluster 2023-12-07T18:42:18.860087+0000 mgr.a (mgr.24293) 21327 : cluster 0 pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:19 smithi027 bash[31536]: audit 2023-12-07T18:42:18.842389+0000 mgr.a (mgr.24293) 21326 : audit 0 from='client.420408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:19 smithi027 bash[31536]: cluster 2023-12-07T18:42:18.860087+0000 mgr.a (mgr.24293) 21327 : cluster 0 pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:21 smithi022 bash[28554]: cluster 2023-12-07T18:42:20.861072+0000 mgr.a (mgr.24293) 21328 : cluster 0 pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:22.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:21 smithi044 bash[32620]: cluster 2023-12-07T18:42:20.861072+0000 mgr.a (mgr.24293) 21328 : cluster 0 pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:21 smithi027 bash[31536]: cluster 2023-12-07T18:42:20.861072+0000 mgr.a (mgr.24293) 21328 : cluster 0 pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:24.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:23 smithi027 bash[31536]: cluster 2023-12-07T18:42:22.861631+0000 mgr.a (mgr.24293) 21329 : cluster 0 pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:24.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:24.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:24.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:23 smithi022 bash[28554]: cluster 2023-12-07T18:42:22.861631+0000 mgr.a (mgr.24293) 21329 : cluster 0 pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:23 smithi044 bash[32620]: cluster 2023-12-07T18:42:22.861631+0000 mgr.a (mgr.24293) 21329 : cluster 0 pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:25.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:25.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:25.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:25.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:25.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:25 smithi022 bash[28554]: audit 2023-12-07T18:42:24.782624+0000 mgr.a (mgr.24293) 21330 : audit 0 from='client.420486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:25 smithi022 bash[28554]: cluster 2023-12-07T18:42:24.862128+0000 mgr.a (mgr.24293) 21331 : cluster 0 pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:25 smithi044 bash[32620]: audit 2023-12-07T18:42:24.782624+0000 mgr.a (mgr.24293) 21330 : audit 0 from='client.420486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:25 smithi044 bash[32620]: cluster 2023-12-07T18:42:24.862128+0000 mgr.a (mgr.24293) 21331 : cluster 0 pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:25 smithi027 bash[31536]: audit 2023-12-07T18:42:24.782624+0000 mgr.a (mgr.24293) 21330 : audit 0 from='client.420486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:25 smithi027 bash[31536]: cluster 2023-12-07T18:42:24.862128+0000 mgr.a (mgr.24293) 21331 : cluster 0 pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:27 smithi022 bash[28554]: cluster 2023-12-07T18:42:26.862995+0000 mgr.a (mgr.24293) 21332 : cluster 0 pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:28.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:27 smithi022 bash[28554]: audit 2023-12-07T18:42:27.423058+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:27 smithi044 bash[32620]: cluster 2023-12-07T18:42:26.862995+0000 mgr.a (mgr.24293) 21332 : cluster 0 pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:28.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:27 smithi044 bash[32620]: audit 2023-12-07T18:42:27.423058+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:27 smithi027 bash[31536]: cluster 2023-12-07T18:42:26.862995+0000 mgr.a (mgr.24293) 21332 : cluster 0 pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:28.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:27 smithi027 bash[31536]: audit 2023-12-07T18:42:27.423058+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:30.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:29 smithi022 bash[28554]: cluster 2023-12-07T18:42:28.863626+0000 mgr.a (mgr.24293) 21333 : cluster 0 pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:30.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:29 smithi044 bash[32620]: cluster 2023-12-07T18:42:28.863626+0000 mgr.a (mgr.24293) 21333 : cluster 0 pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:29 smithi027 bash[31536]: cluster 2023-12-07T18:42:28.863626+0000 mgr.a (mgr.24293) 21333 : cluster 0 pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:30.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:30.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:30.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:31.274 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:31.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:31.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:31.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:31.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:31 smithi027 bash[31536]: audit 2023-12-07T18:42:30.751947+0000 mgr.a (mgr.24293) 21334 : audit 0 from='client.420558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:31 smithi027 bash[31536]: cluster 2023-12-07T18:42:30.864599+0000 mgr.a (mgr.24293) 21335 : cluster 0 pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:31 smithi022 bash[28554]: audit 2023-12-07T18:42:30.751947+0000 mgr.a (mgr.24293) 21334 : audit 0 from='client.420558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:31 smithi022 bash[28554]: cluster 2023-12-07T18:42:30.864599+0000 mgr.a (mgr.24293) 21335 : cluster 0 pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:31 smithi044 bash[32620]: audit 2023-12-07T18:42:30.751947+0000 mgr.a (mgr.24293) 21334 : audit 0 from='client.420558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:31 smithi044 bash[32620]: cluster 2023-12-07T18:42:30.864599+0000 mgr.a (mgr.24293) 21335 : cluster 0 pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:32.786655+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:32.792679+0000 mon.a (mon.0) 3384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:32.820734+0000 mon.a (mon.0) 3385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:32.826572+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: cluster 2023-12-07T18:42:32.865274+0000 mgr.a (mgr.24293) 21336 : cluster 0 pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:32.873072+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:32.878899+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:33.520516+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:33.522449+0000 mon.a (mon.0) 3390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:34.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:33 smithi022 bash[28554]: audit 2023-12-07T18:42:33.531024+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:32.786655+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:32.792679+0000 mon.a (mon.0) 3384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:32.820734+0000 mon.a (mon.0) 3385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:32.826572+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: cluster 2023-12-07T18:42:32.865274+0000 mgr.a (mgr.24293) 21336 : cluster 0 pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:32.873072+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:32.878899+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:33.520516+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:33.522449+0000 mon.a (mon.0) 3390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:34.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:33 smithi044 bash[32620]: audit 2023-12-07T18:42:33.531024+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:32.786655+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:32.792679+0000 mon.a (mon.0) 3384 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:32.820734+0000 mon.a (mon.0) 3385 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:32.826572+0000 mon.a (mon.0) 3386 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: cluster 2023-12-07T18:42:32.865274+0000 mgr.a (mgr.24293) 21336 : cluster 0 pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:32.873072+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:32.878899+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:34.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:33.520516+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:33.522449+0000 mon.a (mon.0) 3390 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:34.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:33 smithi027 bash[31536]: audit 2023-12-07T18:42:33.531024+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:42:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:35 smithi022 bash[28554]: cluster 2023-12-07T18:42:34.865845+0000 mgr.a (mgr.24293) 21337 : cluster 0 pgmap v15955: 33 pgs: 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:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:35 smithi044 bash[32620]: cluster 2023-12-07T18:42:34.865845+0000 mgr.a (mgr.24293) 21337 : cluster 0 pgmap v15955: 33 pgs: 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:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:35 smithi027 bash[31536]: cluster 2023-12-07T18:42:34.865845+0000 mgr.a (mgr.24293) 21337 : cluster 0 pgmap v15955: 33 pgs: 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:36.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:36.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:36.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:37.228 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:37.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:37.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:37.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:37.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:38.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:37 smithi022 bash[28554]: audit 2023-12-07T18:42:36.699697+0000 mgr.a (mgr.24293) 21338 : audit 0 from='client.420636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:37 smithi022 bash[28554]: cluster 2023-12-07T18:42:36.866959+0000 mgr.a (mgr.24293) 21339 : cluster 0 pgmap v15956: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:37 smithi044 bash[32620]: audit 2023-12-07T18:42:36.699697+0000 mgr.a (mgr.24293) 21338 : audit 0 from='client.420636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:37 smithi044 bash[32620]: cluster 2023-12-07T18:42:36.866959+0000 mgr.a (mgr.24293) 21339 : cluster 0 pgmap v15956: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:37 smithi027 bash[31536]: audit 2023-12-07T18:42:36.699697+0000 mgr.a (mgr.24293) 21338 : audit 0 from='client.420636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:37 smithi027 bash[31536]: cluster 2023-12-07T18:42:36.866959+0000 mgr.a (mgr.24293) 21339 : cluster 0 pgmap v15956: 33 pgs: 33 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.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:39 smithi044 bash[32620]: cluster 2023-12-07T18:42:38.867692+0000 mgr.a (mgr.24293) 21340 : cluster 0 pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:40.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:39 smithi027 bash[31536]: cluster 2023-12-07T18:42:38.867692+0000 mgr.a (mgr.24293) 21340 : cluster 0 pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:39 smithi022 bash[28554]: cluster 2023-12-07T18:42:38.867692+0000 mgr.a (mgr.24293) 21340 : cluster 0 pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:42.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:41 smithi027 bash[31536]: cluster 2023-12-07T18:42:40.868493+0000 mgr.a (mgr.24293) 21341 : cluster 0 pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:42.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:42.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:42.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:41 smithi022 bash[28554]: cluster 2023-12-07T18:42:40.868493+0000 mgr.a (mgr.24293) 21341 : cluster 0 pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:41 smithi044 bash[32620]: cluster 2023-12-07T18:42:40.868493+0000 mgr.a (mgr.24293) 21341 : cluster 0 pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:43.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:43.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:43.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:43.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:43.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:43 smithi027 bash[31536]: audit 2023-12-07T18:42:42.647674+0000 mgr.a (mgr.24293) 21342 : audit 0 from='client.420714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:43 smithi027 bash[31536]: cluster 2023-12-07T18:42:42.869088+0000 mgr.a (mgr.24293) 21343 : cluster 0 pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:43 smithi022 bash[28554]: audit 2023-12-07T18:42:42.647674+0000 mgr.a (mgr.24293) 21342 : audit 0 from='client.420714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:43 smithi022 bash[28554]: cluster 2023-12-07T18:42:42.869088+0000 mgr.a (mgr.24293) 21343 : cluster 0 pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:43 smithi044 bash[32620]: audit 2023-12-07T18:42:42.647674+0000 mgr.a (mgr.24293) 21342 : audit 0 from='client.420714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:43 smithi044 bash[32620]: cluster 2023-12-07T18:42:42.869088+0000 mgr.a (mgr.24293) 21343 : cluster 0 pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:45 smithi022 bash[28554]: cluster 2023-12-07T18:42:44.869741+0000 mgr.a (mgr.24293) 21344 : cluster 0 pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:45 smithi044 bash[32620]: cluster 2023-12-07T18:42:44.869741+0000 mgr.a (mgr.24293) 21344 : cluster 0 pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:45 smithi027 bash[31536]: cluster 2023-12-07T18:42:44.869741+0000 mgr.a (mgr.24293) 21344 : cluster 0 pgmap v15960: 33 pgs: 33 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:48.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:47 smithi022 bash[28554]: cluster 2023-12-07T18:42:46.870301+0000 mgr.a (mgr.24293) 21345 : cluster 0 pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:47 smithi044 bash[32620]: cluster 2023-12-07T18:42:46.870301+0000 mgr.a (mgr.24293) 21345 : cluster 0 pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:48.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:48.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:48.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:47 smithi027 bash[31536]: cluster 2023-12-07T18:42:46.870301+0000 mgr.a (mgr.24293) 21345 : cluster 0 pgmap v15961: 33 pgs: 33 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:49.097 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:49.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:49.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:49.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:49.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:49 smithi027 bash[31536]: audit 2023-12-07T18:42:48.584778+0000 mgr.a (mgr.24293) 21346 : audit 0 from='client.420789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:50.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:49 smithi027 bash[31536]: cluster 2023-12-07T18:42:48.870799+0000 mgr.a (mgr.24293) 21347 : cluster 0 pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:49 smithi022 bash[28554]: audit 2023-12-07T18:42:48.584778+0000 mgr.a (mgr.24293) 21346 : audit 0 from='client.420789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:49 smithi022 bash[28554]: cluster 2023-12-07T18:42:48.870799+0000 mgr.a (mgr.24293) 21347 : cluster 0 pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:49 smithi044 bash[32620]: audit 2023-12-07T18:42:48.584778+0000 mgr.a (mgr.24293) 21346 : audit 0 from='client.420789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:49 smithi044 bash[32620]: cluster 2023-12-07T18:42:48.870799+0000 mgr.a (mgr.24293) 21347 : cluster 0 pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:52.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:51 smithi027 bash[31536]: cluster 2023-12-07T18:42:50.871682+0000 mgr.a (mgr.24293) 21348 : cluster 0 pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:51 smithi022 bash[28554]: cluster 2023-12-07T18:42:50.871682+0000 mgr.a (mgr.24293) 21348 : cluster 0 pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:51 smithi044 bash[32620]: cluster 2023-12-07T18:42:50.871682+0000 mgr.a (mgr.24293) 21348 : cluster 0 pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:54.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:42:54.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:54.100 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:54.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:53 smithi027 bash[31536]: cluster 2023-12-07T18:42:52.872220+0000 mgr.a (mgr.24293) 21349 : cluster 0 pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:53 smithi022 bash[28554]: cluster 2023-12-07T18:42:52.872220+0000 mgr.a (mgr.24293) 21349 : cluster 0 pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:53 smithi044 bash[32620]: cluster 2023-12-07T18:42:52.872220+0000 mgr.a (mgr.24293) 21349 : cluster 0 pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:55.033 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:42:55.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:55.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:55.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:55.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:42:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:55 smithi022 bash[28554]: audit 2023-12-07T18:42:54.512099+0000 mgr.a (mgr.24293) 21350 : audit 0 from='client.420864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:55.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:55 smithi022 bash[28554]: cluster 2023-12-07T18:42:54.872820+0000 mgr.a (mgr.24293) 21351 : cluster 0 pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:55 smithi044 bash[32620]: audit 2023-12-07T18:42:54.512099+0000 mgr.a (mgr.24293) 21350 : audit 0 from='client.420864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:55 smithi044 bash[32620]: cluster 2023-12-07T18:42:54.872820+0000 mgr.a (mgr.24293) 21351 : cluster 0 pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:55 smithi027 bash[31536]: audit 2023-12-07T18:42:54.512099+0000 mgr.a (mgr.24293) 21350 : audit 0 from='client.420864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:55 smithi027 bash[31536]: cluster 2023-12-07T18:42:54.872820+0000 mgr.a (mgr.24293) 21351 : cluster 0 pgmap v15965: 33 pgs: 33 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:58.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:57 smithi027 bash[31536]: cluster 2023-12-07T18:42:56.873703+0000 mgr.a (mgr.24293) 21352 : cluster 0 pgmap v15966: 33 pgs: 33 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:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:57 smithi022 bash[28554]: cluster 2023-12-07T18:42:56.873703+0000 mgr.a (mgr.24293) 21352 : cluster 0 pgmap v15966: 33 pgs: 33 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:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:57 smithi044 bash[32620]: cluster 2023-12-07T18:42:56.873703+0000 mgr.a (mgr.24293) 21352 : cluster 0 pgmap v15966: 33 pgs: 33 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:00.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:00.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:00.037 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:00.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:42:59 smithi027 bash[31536]: cluster 2023-12-07T18:42:58.874290+0000 mgr.a (mgr.24293) 21353 : cluster 0 pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:42:59 smithi022 bash[28554]: cluster 2023-12-07T18:42:58.874290+0000 mgr.a (mgr.24293) 21353 : cluster 0 pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:42:59 smithi044 bash[32620]: cluster 2023-12-07T18:42:58.874290+0000 mgr.a (mgr.24293) 21353 : cluster 0 pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:00.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:00.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:00.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:00.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:00.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:01 smithi027 bash[31536]: audit 2023-12-07T18:43:00.448816+0000 mgr.a (mgr.24293) 21354 : audit 0 from='client.420936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:01 smithi027 bash[31536]: cluster 2023-12-07T18:43:00.875588+0000 mgr.a (mgr.24293) 21355 : cluster 0 pgmap v15968: 33 pgs: 33 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:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:01 smithi022 bash[28554]: audit 2023-12-07T18:43:00.448816+0000 mgr.a (mgr.24293) 21354 : audit 0 from='client.420936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:01 smithi022 bash[28554]: cluster 2023-12-07T18:43:00.875588+0000 mgr.a (mgr.24293) 21355 : cluster 0 pgmap v15968: 33 pgs: 33 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:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:01 smithi044 bash[32620]: audit 2023-12-07T18:43:00.448816+0000 mgr.a (mgr.24293) 21354 : audit 0 from='client.420936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:01 smithi044 bash[32620]: cluster 2023-12-07T18:43:00.875588+0000 mgr.a (mgr.24293) 21355 : cluster 0 pgmap v15968: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:03 smithi027 bash[31536]: cluster 2023-12-07T18:43:02.876216+0000 mgr.a (mgr.24293) 21356 : cluster 0 pgmap v15969: 33 pgs: 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:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:03 smithi022 bash[28554]: cluster 2023-12-07T18:43:02.876216+0000 mgr.a (mgr.24293) 21356 : cluster 0 pgmap v15969: 33 pgs: 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:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:03 smithi044 bash[32620]: cluster 2023-12-07T18:43:02.876216+0000 mgr.a (mgr.24293) 21356 : cluster 0 pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:05 smithi022 bash[28554]: cluster 2023-12-07T18:43:04.876813+0000 mgr.a (mgr.24293) 21357 : cluster 0 pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:05 smithi044 bash[32620]: cluster 2023-12-07T18:43:04.876813+0000 mgr.a (mgr.24293) 21357 : cluster 0 pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:05 smithi027 bash[31536]: cluster 2023-12-07T18:43:04.876813+0000 mgr.a (mgr.24293) 21357 : cluster 0 pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:05.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:05.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:06.915 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:06.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:06.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:06.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:06.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:07 smithi027 bash[31536]: audit 2023-12-07T18:43:06.384239+0000 mgr.a (mgr.24293) 21358 : audit 0 from='client.421014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:08.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:07 smithi027 bash[31536]: cluster 2023-12-07T18:43:06.877791+0000 mgr.a (mgr.24293) 21359 : cluster 0 pgmap v15971: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:07 smithi022 bash[28554]: audit 2023-12-07T18:43:06.384239+0000 mgr.a (mgr.24293) 21358 : audit 0 from='client.421014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:08.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:07 smithi022 bash[28554]: cluster 2023-12-07T18:43:06.877791+0000 mgr.a (mgr.24293) 21359 : cluster 0 pgmap v15971: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:07 smithi044 bash[32620]: audit 2023-12-07T18:43:06.384239+0000 mgr.a (mgr.24293) 21358 : audit 0 from='client.421014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:07 smithi044 bash[32620]: cluster 2023-12-07T18:43:06.877791+0000 mgr.a (mgr.24293) 21359 : cluster 0 pgmap v15971: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:09 smithi027 bash[31536]: cluster 2023-12-07T18:43:08.878395+0000 mgr.a (mgr.24293) 21360 : cluster 0 pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:09 smithi022 bash[28554]: cluster 2023-12-07T18:43:08.878395+0000 mgr.a (mgr.24293) 21360 : cluster 0 pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:09 smithi044 bash[32620]: cluster 2023-12-07T18:43:08.878395+0000 mgr.a (mgr.24293) 21360 : cluster 0 pgmap v15972: 33 pgs: 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:11.918 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:11.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:11.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:12.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:11 smithi027 bash[31536]: cluster 2023-12-07T18:43:10.879133+0000 mgr.a (mgr.24293) 21361 : cluster 0 pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:11 smithi022 bash[28554]: cluster 2023-12-07T18:43:10.879133+0000 mgr.a (mgr.24293) 21361 : cluster 0 pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:11 smithi044 bash[32620]: cluster 2023-12-07T18:43:10.879133+0000 mgr.a (mgr.24293) 21361 : cluster 0 pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:12.848 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:12.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:12.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:12.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:12.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:13 smithi027 bash[31536]: audit 2023-12-07T18:43:12.330507+0000 mgr.a (mgr.24293) 21362 : audit 0 from='client.421089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:14.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:13 smithi027 bash[31536]: cluster 2023-12-07T18:43:12.879917+0000 mgr.a (mgr.24293) 21363 : cluster 0 pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:13 smithi022 bash[28554]: audit 2023-12-07T18:43:12.330507+0000 mgr.a (mgr.24293) 21362 : audit 0 from='client.421089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:13 smithi022 bash[28554]: cluster 2023-12-07T18:43:12.879917+0000 mgr.a (mgr.24293) 21363 : cluster 0 pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:13 smithi044 bash[32620]: audit 2023-12-07T18:43:12.330507+0000 mgr.a (mgr.24293) 21362 : audit 0 from='client.421089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:14.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:13 smithi044 bash[32620]: cluster 2023-12-07T18:43:12.879917+0000 mgr.a (mgr.24293) 21363 : cluster 0 pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:15 smithi022 bash[28554]: cluster 2023-12-07T18:43:14.880480+0000 mgr.a (mgr.24293) 21364 : cluster 0 pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:15 smithi044 bash[32620]: cluster 2023-12-07T18:43:14.880480+0000 mgr.a (mgr.24293) 21364 : cluster 0 pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:15 smithi027 bash[31536]: cluster 2023-12-07T18:43:14.880480+0000 mgr.a (mgr.24293) 21364 : cluster 0 pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:17.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:17.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:17.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:18.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:17 smithi027 bash[31536]: cluster 2023-12-07T18:43:16.881276+0000 mgr.a (mgr.24293) 21365 : cluster 0 pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:17 smithi022 bash[28554]: cluster 2023-12-07T18:43:16.881276+0000 mgr.a (mgr.24293) 21365 : cluster 0 pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:18.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:17 smithi044 bash[32620]: cluster 2023-12-07T18:43:16.881276+0000 mgr.a (mgr.24293) 21365 : cluster 0 pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:18.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:18.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:18.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:18.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:18.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:19 smithi027 bash[31536]: audit 2023-12-07T18:43:18.261047+0000 mgr.a (mgr.24293) 21366 : audit 0 from='client.421164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:20.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:19 smithi027 bash[31536]: cluster 2023-12-07T18:43:18.882168+0000 mgr.a (mgr.24293) 21367 : cluster 0 pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:19 smithi022 bash[28554]: audit 2023-12-07T18:43:18.261047+0000 mgr.a (mgr.24293) 21366 : audit 0 from='client.421164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:19 smithi022 bash[28554]: cluster 2023-12-07T18:43:18.882168+0000 mgr.a (mgr.24293) 21367 : cluster 0 pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:19 smithi044 bash[32620]: audit 2023-12-07T18:43:18.261047+0000 mgr.a (mgr.24293) 21366 : audit 0 from='client.421164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:19 smithi044 bash[32620]: cluster 2023-12-07T18:43:18.882168+0000 mgr.a (mgr.24293) 21367 : cluster 0 pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:22.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:21 smithi027 bash[31536]: cluster 2023-12-07T18:43:20.883199+0000 mgr.a (mgr.24293) 21368 : cluster 0 pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:21 smithi022 bash[28554]: cluster 2023-12-07T18:43:20.883199+0000 mgr.a (mgr.24293) 21368 : cluster 0 pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:21 smithi044 bash[32620]: cluster 2023-12-07T18:43:20.883199+0000 mgr.a (mgr.24293) 21368 : cluster 0 pgmap v15978: 33 pgs: 33 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:23.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:23.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:23.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:23 smithi022 bash[28554]: cluster 2023-12-07T18:43:22.883950+0000 mgr.a (mgr.24293) 21369 : cluster 0 pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:23 smithi044 bash[32620]: cluster 2023-12-07T18:43:22.883950+0000 mgr.a (mgr.24293) 21369 : cluster 0 pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:23 smithi027 bash[31536]: cluster 2023-12-07T18:43:22.883950+0000 mgr.a (mgr.24293) 21369 : cluster 0 pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:24.740 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:24.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:24.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:24.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:24.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:25 smithi022 bash[28554]: audit 2023-12-07T18:43:24.216247+0000 mgr.a (mgr.24293) 21370 : audit 0 from='client.421236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:25.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:25 smithi022 bash[28554]: cluster 2023-12-07T18:43:24.884651+0000 mgr.a (mgr.24293) 21371 : cluster 0 pgmap v15980: 33 pgs: 33 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:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:25 smithi044 bash[32620]: audit 2023-12-07T18:43:24.216247+0000 mgr.a (mgr.24293) 21370 : audit 0 from='client.421236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:25.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:25 smithi044 bash[32620]: cluster 2023-12-07T18:43:24.884651+0000 mgr.a (mgr.24293) 21371 : cluster 0 pgmap v15980: 33 pgs: 33 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:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:25 smithi027 bash[31536]: audit 2023-12-07T18:43:24.216247+0000 mgr.a (mgr.24293) 21370 : audit 0 from='client.421236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:25 smithi027 bash[31536]: cluster 2023-12-07T18:43:24.884651+0000 mgr.a (mgr.24293) 21371 : cluster 0 pgmap v15980: 33 pgs: 33 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.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:27 smithi027 bash[31536]: cluster 2023-12-07T18:43:26.885480+0000 mgr.a (mgr.24293) 21372 : cluster 0 pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:27 smithi022 bash[28554]: cluster 2023-12-07T18:43:26.885480+0000 mgr.a (mgr.24293) 21372 : cluster 0 pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:27 smithi044 bash[32620]: cluster 2023-12-07T18:43:26.885480+0000 mgr.a (mgr.24293) 21372 : cluster 0 pgmap v15981: 33 pgs: 33 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:29.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:29.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:29.743 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:30.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:29 smithi027 bash[31536]: cluster 2023-12-07T18:43:28.886038+0000 mgr.a (mgr.24293) 21373 : cluster 0 pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:29 smithi022 bash[28554]: cluster 2023-12-07T18:43:28.886038+0000 mgr.a (mgr.24293) 21373 : cluster 0 pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:29 smithi044 bash[32620]: cluster 2023-12-07T18:43:28.886038+0000 mgr.a (mgr.24293) 21373 : cluster 0 pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:30.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:30.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:31 smithi022 bash[28554]: audit 2023-12-07T18:43:30.156677+0000 mgr.a (mgr.24293) 21374 : audit 0 from='client.421314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:32.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:31 smithi022 bash[28554]: cluster 2023-12-07T18:43:30.887038+0000 mgr.a (mgr.24293) 21375 : cluster 0 pgmap v15983: 33 pgs: 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:43:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:31 smithi044 bash[32620]: audit 2023-12-07T18:43:30.156677+0000 mgr.a (mgr.24293) 21374 : audit 0 from='client.421314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:32.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:31 smithi044 bash[32620]: cluster 2023-12-07T18:43:30.887038+0000 mgr.a (mgr.24293) 21375 : cluster 0 pgmap v15983: 33 pgs: 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:43:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:31 smithi027 bash[31536]: audit 2023-12-07T18:43:30.156677+0000 mgr.a (mgr.24293) 21374 : audit 0 from='client.421314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:31 smithi027 bash[31536]: cluster 2023-12-07T18:43:30.887038+0000 mgr.a (mgr.24293) 21375 : cluster 0 pgmap v15983: 33 pgs: 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:43:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:33 smithi022 bash[28554]: cluster 2023-12-07T18:43:32.887656+0000 mgr.a (mgr.24293) 21376 : cluster 0 pgmap v15984: 33 pgs: 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:43:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:33 smithi022 bash[28554]: audit 2023-12-07T18:43:33.633531+0000 mon.a (mon.0) 3392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:33 smithi044 bash[32620]: cluster 2023-12-07T18:43:32.887656+0000 mgr.a (mgr.24293) 21376 : cluster 0 pgmap v15984: 33 pgs: 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:43:34.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:33 smithi044 bash[32620]: audit 2023-12-07T18:43:33.633531+0000 mon.a (mon.0) 3392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:33 smithi027 bash[31536]: cluster 2023-12-07T18:43:32.887656+0000 mgr.a (mgr.24293) 21376 : cluster 0 pgmap v15984: 33 pgs: 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:43:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:33 smithi027 bash[31536]: audit 2023-12-07T18:43:33.633531+0000 mon.a (mon.0) 3392 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:35 smithi022 bash[28554]: audit 2023-12-07T18:43:34.430063+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:35 smithi022 bash[28554]: audit 2023-12-07T18:43:34.432130+0000 mon.a (mon.0) 3394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:35 smithi022 bash[28554]: audit 2023-12-07T18:43:34.442008+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:43:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:35 smithi022 bash[28554]: cluster 2023-12-07T18:43:34.888153+0000 mgr.a (mgr.24293) 21377 : cluster 0 pgmap v15985: 33 pgs: 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:43:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:35 smithi044 bash[32620]: audit 2023-12-07T18:43:34.430063+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:35 smithi044 bash[32620]: audit 2023-12-07T18:43:34.432130+0000 mon.a (mon.0) 3394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:35 smithi044 bash[32620]: audit 2023-12-07T18:43:34.442008+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:43:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:35 smithi044 bash[32620]: cluster 2023-12-07T18:43:34.888153+0000 mgr.a (mgr.24293) 21377 : cluster 0 pgmap v15985: 33 pgs: 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:43:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:35 smithi027 bash[31536]: audit 2023-12-07T18:43:34.430063+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:35 smithi027 bash[31536]: audit 2023-12-07T18:43:34.432130+0000 mon.a (mon.0) 3394 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:35 smithi027 bash[31536]: audit 2023-12-07T18:43:34.442008+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:43:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:35 smithi027 bash[31536]: cluster 2023-12-07T18:43:34.888153+0000 mgr.a (mgr.24293) 21377 : cluster 0 pgmap v15985: 33 pgs: 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:43:35.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:35.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:35.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:36.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:36.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:37 smithi027 bash[31536]: audit 2023-12-07T18:43:36.106541+0000 mgr.a (mgr.24293) 21378 : audit 0 from='client.421389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:37 smithi027 bash[31536]: cluster 2023-12-07T18:43:36.889125+0000 mgr.a (mgr.24293) 21379 : cluster 0 pgmap v15986: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:37 smithi022 bash[28554]: audit 2023-12-07T18:43:36.106541+0000 mgr.a (mgr.24293) 21378 : audit 0 from='client.421389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:37 smithi022 bash[28554]: cluster 2023-12-07T18:43:36.889125+0000 mgr.a (mgr.24293) 21379 : cluster 0 pgmap v15986: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:37 smithi044 bash[32620]: audit 2023-12-07T18:43:36.106541+0000 mgr.a (mgr.24293) 21378 : audit 0 from='client.421389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:38.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:37 smithi044 bash[32620]: cluster 2023-12-07T18:43:36.889125+0000 mgr.a (mgr.24293) 21379 : cluster 0 pgmap v15986: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:39 smithi022 bash[28554]: cluster 2023-12-07T18:43:38.889723+0000 mgr.a (mgr.24293) 21380 : cluster 0 pgmap v15987: 33 pgs: 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:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:39 smithi044 bash[32620]: cluster 2023-12-07T18:43:38.889723+0000 mgr.a (mgr.24293) 21380 : cluster 0 pgmap v15987: 33 pgs: 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:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:39 smithi027 bash[31536]: cluster 2023-12-07T18:43:38.889723+0000 mgr.a (mgr.24293) 21380 : cluster 0 pgmap v15987: 33 pgs: 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:41.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:41.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:41.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:41 smithi022 bash[28554]: cluster 2023-12-07T18:43:40.890606+0000 mgr.a (mgr.24293) 21381 : cluster 0 pgmap v15988: 33 pgs: 33 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:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:41 smithi044 bash[32620]: cluster 2023-12-07T18:43:40.890606+0000 mgr.a (mgr.24293) 21381 : cluster 0 pgmap v15988: 33 pgs: 33 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:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:41 smithi027 bash[31536]: cluster 2023-12-07T18:43:40.890606+0000 mgr.a (mgr.24293) 21381 : cluster 0 pgmap v15988: 33 pgs: 33 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:42.571 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:42.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:42.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:42.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:42.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:42 smithi022 bash[28554]: audit 2023-12-07T18:43:42.045215+0000 mgr.a (mgr.24293) 21382 : audit 0 from='client.421467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:42 smithi044 bash[32620]: audit 2023-12-07T18:43:42.045215+0000 mgr.a (mgr.24293) 21382 : audit 0 from='client.421467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:42 smithi027 bash[31536]: audit 2023-12-07T18:43:42.045215+0000 mgr.a (mgr.24293) 21382 : audit 0 from='client.421467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:43 smithi022 bash[28554]: cluster 2023-12-07T18:43:42.891263+0000 mgr.a (mgr.24293) 21383 : cluster 0 pgmap v15989: 33 pgs: 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:43:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:43 smithi044 bash[32620]: cluster 2023-12-07T18:43:42.891263+0000 mgr.a (mgr.24293) 21383 : cluster 0 pgmap v15989: 33 pgs: 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:43:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:43 smithi027 bash[31536]: cluster 2023-12-07T18:43:42.891263+0000 mgr.a (mgr.24293) 21383 : cluster 0 pgmap v15989: 33 pgs: 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:43:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:45 smithi022 bash[28554]: cluster 2023-12-07T18:43:44.891854+0000 mgr.a (mgr.24293) 21384 : cluster 0 pgmap v15990: 33 pgs: 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:43:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:45 smithi044 bash[32620]: cluster 2023-12-07T18:43:44.891854+0000 mgr.a (mgr.24293) 21384 : cluster 0 pgmap v15990: 33 pgs: 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:43:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:45 smithi027 bash[31536]: cluster 2023-12-07T18:43:44.891854+0000 mgr.a (mgr.24293) 21384 : cluster 0 pgmap v15990: 33 pgs: 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:43:47.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:47.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:47.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:48.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:47 smithi027 bash[31536]: cluster 2023-12-07T18:43:46.892614+0000 mgr.a (mgr.24293) 21385 : cluster 0 pgmap v15991: 33 pgs: 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:43:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:47 smithi022 bash[28554]: cluster 2023-12-07T18:43:46.892614+0000 mgr.a (mgr.24293) 21385 : cluster 0 pgmap v15991: 33 pgs: 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:43:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:47 smithi044 bash[32620]: cluster 2023-12-07T18:43:46.892614+0000 mgr.a (mgr.24293) 21385 : cluster 0 pgmap v15991: 33 pgs: 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:43:48.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:48.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:48.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:48.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:48.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:49.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:48 smithi022 bash[28554]: audit 2023-12-07T18:43:47.988200+0000 mgr.a (mgr.24293) 21386 : audit 0 from='client.421545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:48 smithi044 bash[32620]: audit 2023-12-07T18:43:47.988200+0000 mgr.a (mgr.24293) 21386 : audit 0 from='client.421545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:48 smithi027 bash[31536]: audit 2023-12-07T18:43:47.988200+0000 mgr.a (mgr.24293) 21386 : audit 0 from='client.421545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:49 smithi022 bash[28554]: cluster 2023-12-07T18:43:48.893282+0000 mgr.a (mgr.24293) 21387 : cluster 0 pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:49 smithi044 bash[32620]: cluster 2023-12-07T18:43:48.893282+0000 mgr.a (mgr.24293) 21387 : cluster 0 pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:49 smithi027 bash[31536]: cluster 2023-12-07T18:43:48.893282+0000 mgr.a (mgr.24293) 21387 : cluster 0 pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:51 smithi022 bash[28554]: cluster 2023-12-07T18:43:50.894107+0000 mgr.a (mgr.24293) 21388 : cluster 0 pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:51 smithi044 bash[32620]: cluster 2023-12-07T18:43:50.894107+0000 mgr.a (mgr.24293) 21388 : cluster 0 pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:51 smithi027 bash[31536]: cluster 2023-12-07T18:43:50.894107+0000 mgr.a (mgr.24293) 21388 : cluster 0 pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:53.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:53.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:53.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:53 smithi022 bash[28554]: cluster 2023-12-07T18:43:52.894683+0000 mgr.a (mgr.24293) 21389 : cluster 0 pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:53 smithi044 bash[32620]: cluster 2023-12-07T18:43:52.894683+0000 mgr.a (mgr.24293) 21389 : cluster 0 pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:53 smithi027 bash[31536]: cluster 2023-12-07T18:43:52.894683+0000 mgr.a (mgr.24293) 21389 : cluster 0 pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:54.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:43:54.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:54.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:54.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:54.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:43:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:54 smithi022 bash[28554]: audit 2023-12-07T18:43:53.927791+0000 mgr.a (mgr.24293) 21390 : audit 0 from='client.421623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:54 smithi044 bash[32620]: audit 2023-12-07T18:43:53.927791+0000 mgr.a (mgr.24293) 21390 : audit 0 from='client.421623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:54 smithi027 bash[31536]: audit 2023-12-07T18:43:53.927791+0000 mgr.a (mgr.24293) 21390 : audit 0 from='client.421623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:56.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:55 smithi022 bash[28554]: cluster 2023-12-07T18:43:54.895437+0000 mgr.a (mgr.24293) 21391 : cluster 0 pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:55 smithi044 bash[32620]: cluster 2023-12-07T18:43:54.895437+0000 mgr.a (mgr.24293) 21391 : cluster 0 pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:55 smithi027 bash[31536]: cluster 2023-12-07T18:43:54.895437+0000 mgr.a (mgr.24293) 21391 : cluster 0 pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:57 smithi022 bash[28554]: cluster 2023-12-07T18:43:56.896301+0000 mgr.a (mgr.24293) 21392 : cluster 0 pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:57 smithi044 bash[32620]: cluster 2023-12-07T18:43:56.896301+0000 mgr.a (mgr.24293) 21392 : cluster 0 pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:57 smithi027 bash[31536]: cluster 2023-12-07T18:43:56.896301+0000 mgr.a (mgr.24293) 21392 : cluster 0 pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:59.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:43:59.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:59.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:00.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:00.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:00.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:00.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:00.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:43:59 smithi022 bash[28554]: cluster 2023-12-07T18:43:58.896849+0000 mgr.a (mgr.24293) 21393 : cluster 0 pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:43:59 smithi044 bash[32620]: cluster 2023-12-07T18:43:58.896849+0000 mgr.a (mgr.24293) 21393 : cluster 0 pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:43:59 smithi027 bash[31536]: cluster 2023-12-07T18:43:58.896849+0000 mgr.a (mgr.24293) 21393 : cluster 0 pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:01.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:00 smithi022 bash[28554]: audit 2023-12-07T18:43:59.877293+0000 mgr.a (mgr.24293) 21394 : audit 0 from='client.421701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:00 smithi044 bash[32620]: audit 2023-12-07T18:43:59.877293+0000 mgr.a (mgr.24293) 21394 : audit 0 from='client.421701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:00 smithi027 bash[31536]: audit 2023-12-07T18:43:59.877293+0000 mgr.a (mgr.24293) 21394 : audit 0 from='client.421701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:01 smithi022 bash[28554]: cluster 2023-12-07T18:44:00.897754+0000 mgr.a (mgr.24293) 21395 : cluster 0 pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:01 smithi044 bash[32620]: cluster 2023-12-07T18:44:00.897754+0000 mgr.a (mgr.24293) 21395 : cluster 0 pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:01 smithi027 bash[31536]: cluster 2023-12-07T18:44:00.897754+0000 mgr.a (mgr.24293) 21395 : cluster 0 pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:03 smithi022 bash[28554]: cluster 2023-12-07T18:44:02.898366+0000 mgr.a (mgr.24293) 21396 : cluster 0 pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:03 smithi044 bash[32620]: cluster 2023-12-07T18:44:02.898366+0000 mgr.a (mgr.24293) 21396 : cluster 0 pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:03 smithi027 bash[31536]: cluster 2023-12-07T18:44:02.898366+0000 mgr.a (mgr.24293) 21396 : cluster 0 pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:05.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:05.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:05.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:05 smithi022 bash[28554]: cluster 2023-12-07T18:44:04.898956+0000 mgr.a (mgr.24293) 21397 : cluster 0 pgmap v16000: 33 pgs: 33 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:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:05 smithi044 bash[32620]: cluster 2023-12-07T18:44:04.898956+0000 mgr.a (mgr.24293) 21397 : cluster 0 pgmap v16000: 33 pgs: 33 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:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:05 smithi027 bash[31536]: cluster 2023-12-07T18:44:04.898956+0000 mgr.a (mgr.24293) 21397 : cluster 0 pgmap v16000: 33 pgs: 33 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.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:06.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:06.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:06.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:06.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:06 smithi022 bash[28554]: audit 2023-12-07T18:44:05.796164+0000 mgr.a (mgr.24293) 21398 : audit 0 from='client.421779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:06 smithi044 bash[32620]: audit 2023-12-07T18:44:05.796164+0000 mgr.a (mgr.24293) 21398 : audit 0 from='client.421779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:06 smithi027 bash[31536]: audit 2023-12-07T18:44:05.796164+0000 mgr.a (mgr.24293) 21398 : audit 0 from='client.421779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:07.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:07 smithi022 bash[28554]: cluster 2023-12-07T18:44:06.900013+0000 mgr.a (mgr.24293) 21399 : cluster 0 pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:07.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:07 smithi044 bash[32620]: cluster 2023-12-07T18:44:06.900013+0000 mgr.a (mgr.24293) 21399 : cluster 0 pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:07 smithi027 bash[31536]: cluster 2023-12-07T18:44:06.900013+0000 mgr.a (mgr.24293) 21399 : cluster 0 pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:09 smithi022 bash[28554]: cluster 2023-12-07T18:44:08.900624+0000 mgr.a (mgr.24293) 21400 : cluster 0 pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:09 smithi044 bash[32620]: cluster 2023-12-07T18:44:08.900624+0000 mgr.a (mgr.24293) 21400 : cluster 0 pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:09 smithi027 bash[31536]: cluster 2023-12-07T18:44:08.900624+0000 mgr.a (mgr.24293) 21400 : cluster 0 pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:11.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:11.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:11.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:12.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:12.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:12.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:12.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:12.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:11 smithi022 bash[28554]: cluster 2023-12-07T18:44:10.901374+0000 mgr.a (mgr.24293) 21401 : cluster 0 pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:11 smithi044 bash[32620]: cluster 2023-12-07T18:44:10.901374+0000 mgr.a (mgr.24293) 21401 : cluster 0 pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:11 smithi027 bash[31536]: cluster 2023-12-07T18:44:10.901374+0000 mgr.a (mgr.24293) 21401 : cluster 0 pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:13.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:12 smithi022 bash[28554]: audit 2023-12-07T18:44:11.749254+0000 mgr.a (mgr.24293) 21402 : audit 0 from='client.421857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:12 smithi044 bash[32620]: audit 2023-12-07T18:44:11.749254+0000 mgr.a (mgr.24293) 21402 : audit 0 from='client.421857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:12 smithi027 bash[31536]: audit 2023-12-07T18:44:11.749254+0000 mgr.a (mgr.24293) 21402 : audit 0 from='client.421857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:13 smithi022 bash[28554]: cluster 2023-12-07T18:44:12.902119+0000 mgr.a (mgr.24293) 21403 : cluster 0 pgmap v16004: 33 pgs: 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:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:13 smithi044 bash[32620]: cluster 2023-12-07T18:44:12.902119+0000 mgr.a (mgr.24293) 21403 : cluster 0 pgmap v16004: 33 pgs: 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:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:13 smithi027 bash[31536]: cluster 2023-12-07T18:44:12.902119+0000 mgr.a (mgr.24293) 21403 : cluster 0 pgmap v16004: 33 pgs: 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:15.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:15 smithi022 bash[28554]: cluster 2023-12-07T18:44:14.902730+0000 mgr.a (mgr.24293) 21404 : cluster 0 pgmap v16005: 33 pgs: 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:15.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:15 smithi044 bash[32620]: cluster 2023-12-07T18:44:14.902730+0000 mgr.a (mgr.24293) 21404 : cluster 0 pgmap v16005: 33 pgs: 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:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:15 smithi027 bash[31536]: cluster 2023-12-07T18:44:14.902730+0000 mgr.a (mgr.24293) 21404 : cluster 0 pgmap v16005: 33 pgs: 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:17.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:17.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:17.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:18.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:18.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:18.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:18.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:18.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:17 smithi022 bash[28554]: cluster 2023-12-07T18:44:16.903534+0000 mgr.a (mgr.24293) 21405 : cluster 0 pgmap v16006: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:17 smithi044 bash[32620]: cluster 2023-12-07T18:44:16.903534+0000 mgr.a (mgr.24293) 21405 : cluster 0 pgmap v16006: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:17 smithi027 bash[31536]: cluster 2023-12-07T18:44:16.903534+0000 mgr.a (mgr.24293) 21405 : cluster 0 pgmap v16006: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:18 smithi022 bash[28554]: audit 2023-12-07T18:44:17.693098+0000 mgr.a (mgr.24293) 21406 : audit 0 from='client.421935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:18 smithi044 bash[32620]: audit 2023-12-07T18:44:17.693098+0000 mgr.a (mgr.24293) 21406 : audit 0 from='client.421935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:18 smithi027 bash[31536]: audit 2023-12-07T18:44:17.693098+0000 mgr.a (mgr.24293) 21406 : audit 0 from='client.421935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:19 smithi022 bash[28554]: cluster 2023-12-07T18:44:18.904241+0000 mgr.a (mgr.24293) 21407 : cluster 0 pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:20.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:19 smithi044 bash[32620]: cluster 2023-12-07T18:44:18.904241+0000 mgr.a (mgr.24293) 21407 : cluster 0 pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:19 smithi027 bash[31536]: cluster 2023-12-07T18:44:18.904241+0000 mgr.a (mgr.24293) 21407 : cluster 0 pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:21 smithi022 bash[28554]: cluster 2023-12-07T18:44:20.905059+0000 mgr.a (mgr.24293) 21408 : cluster 0 pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:21 smithi044 bash[32620]: cluster 2023-12-07T18:44:20.905059+0000 mgr.a (mgr.24293) 21408 : cluster 0 pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:21 smithi027 bash[31536]: cluster 2023-12-07T18:44:20.905059+0000 mgr.a (mgr.24293) 21408 : cluster 0 pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:23.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:23.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:23.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:24.166 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:24.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:24.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:24.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:24.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:23 smithi022 bash[28554]: cluster 2023-12-07T18:44:22.905648+0000 mgr.a (mgr.24293) 21409 : cluster 0 pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:23 smithi044 bash[32620]: cluster 2023-12-07T18:44:22.905648+0000 mgr.a (mgr.24293) 21409 : cluster 0 pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:23 smithi027 bash[31536]: cluster 2023-12-07T18:44:22.905648+0000 mgr.a (mgr.24293) 21409 : cluster 0 pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:25.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:24 smithi022 bash[28554]: audit 2023-12-07T18:44:23.637410+0000 mgr.a (mgr.24293) 21410 : audit 0 from='client.422007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:24 smithi044 bash[32620]: audit 2023-12-07T18:44:23.637410+0000 mgr.a (mgr.24293) 21410 : audit 0 from='client.422007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:24 smithi027 bash[31536]: audit 2023-12-07T18:44:23.637410+0000 mgr.a (mgr.24293) 21410 : audit 0 from='client.422007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:26.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:25 smithi022 bash[28554]: cluster 2023-12-07T18:44:24.906366+0000 mgr.a (mgr.24293) 21411 : cluster 0 pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:26.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:25 smithi044 bash[32620]: cluster 2023-12-07T18:44:24.906366+0000 mgr.a (mgr.24293) 21411 : cluster 0 pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:26.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:25 smithi027 bash[31536]: cluster 2023-12-07T18:44:24.906366+0000 mgr.a (mgr.24293) 21411 : cluster 0 pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:27 smithi022 bash[28554]: cluster 2023-12-07T18:44:26.907196+0000 mgr.a (mgr.24293) 21412 : cluster 0 pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:27 smithi044 bash[32620]: cluster 2023-12-07T18:44:26.907196+0000 mgr.a (mgr.24293) 21412 : cluster 0 pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:27 smithi027 bash[31536]: cluster 2023-12-07T18:44:26.907196+0000 mgr.a (mgr.24293) 21412 : cluster 0 pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:29.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:29.169 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:29.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:30.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:30.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:30.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:30.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:30.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:29 smithi022 bash[28554]: cluster 2023-12-07T18:44:28.907800+0000 mgr.a (mgr.24293) 21413 : cluster 0 pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:29 smithi044 bash[32620]: cluster 2023-12-07T18:44:28.907800+0000 mgr.a (mgr.24293) 21413 : cluster 0 pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:29 smithi027 bash[31536]: cluster 2023-12-07T18:44:28.907800+0000 mgr.a (mgr.24293) 21413 : cluster 0 pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:31.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:30 smithi022 bash[28554]: audit 2023-12-07T18:44:29.579920+0000 mgr.a (mgr.24293) 21414 : audit 0 from='client.422085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:30 smithi044 bash[32620]: audit 2023-12-07T18:44:29.579920+0000 mgr.a (mgr.24293) 21414 : audit 0 from='client.422085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:31.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:30 smithi027 bash[31536]: audit 2023-12-07T18:44:29.579920+0000 mgr.a (mgr.24293) 21414 : audit 0 from='client.422085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:31 smithi022 bash[28554]: cluster 2023-12-07T18:44:30.908693+0000 mgr.a (mgr.24293) 21415 : cluster 0 pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:31 smithi044 bash[32620]: cluster 2023-12-07T18:44:30.908693+0000 mgr.a (mgr.24293) 21415 : cluster 0 pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:32 smithi027 bash[31536]: cluster 2023-12-07T18:44:30.908693+0000 mgr.a (mgr.24293) 21415 : cluster 0 pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:34.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:34 smithi022 bash[28554]: cluster 2023-12-07T18:44:32.909272+0000 mgr.a (mgr.24293) 21416 : cluster 0 pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:34 smithi044 bash[32620]: cluster 2023-12-07T18:44:32.909272+0000 mgr.a (mgr.24293) 21416 : cluster 0 pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:34 smithi027 bash[31536]: cluster 2023-12-07T18:44:32.909272+0000 mgr.a (mgr.24293) 21416 : cluster 0 pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:35.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:35.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:35.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:35 smithi022 bash[28554]: audit 2023-12-07T18:44:34.545046+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:35 smithi022 bash[28554]: cluster 2023-12-07T18:44:34.909683+0000 mgr.a (mgr.24293) 21417 : cluster 0 pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:35 smithi044 bash[32620]: audit 2023-12-07T18:44:34.545046+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:35.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:35 smithi044 bash[32620]: cluster 2023-12-07T18:44:34.909683+0000 mgr.a (mgr.24293) 21417 : cluster 0 pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:35 smithi027 bash[31536]: audit 2023-12-07T18:44:34.545046+0000 mon.a (mon.0) 3396 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:35 smithi027 bash[31536]: cluster 2023-12-07T18:44:34.909683+0000 mgr.a (mgr.24293) 21417 : cluster 0 pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:36.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:36.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:36.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:36.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:36.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:36 smithi022 bash[28554]: audit 2023-12-07T18:44:35.338258+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:36 smithi022 bash[28554]: audit 2023-12-07T18:44:35.339888+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:36 smithi022 bash[28554]: audit 2023-12-07T18:44:35.348532+0000 mon.a (mon.0) 3399 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:44:36.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:36 smithi022 bash[28554]: audit 2023-12-07T18:44:35.518281+0000 mgr.a (mgr.24293) 21418 : audit 0 from='client.422157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:36 smithi044 bash[32620]: audit 2023-12-07T18:44:35.338258+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:36 smithi044 bash[32620]: audit 2023-12-07T18:44:35.339888+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:36 smithi044 bash[32620]: audit 2023-12-07T18:44:35.348532+0000 mon.a (mon.0) 3399 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:44:36.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:36 smithi044 bash[32620]: audit 2023-12-07T18:44:35.518281+0000 mgr.a (mgr.24293) 21418 : audit 0 from='client.422157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:36 smithi027 bash[31536]: audit 2023-12-07T18:44:35.338258+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:36 smithi027 bash[31536]: audit 2023-12-07T18:44:35.339888+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:36 smithi027 bash[31536]: audit 2023-12-07T18:44:35.348532+0000 mon.a (mon.0) 3399 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:44:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:36 smithi027 bash[31536]: audit 2023-12-07T18:44:35.518281+0000 mgr.a (mgr.24293) 21418 : audit 0 from='client.422157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:37.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:37 smithi022 bash[28554]: cluster 2023-12-07T18:44:36.910697+0000 mgr.a (mgr.24293) 21419 : cluster 0 pgmap v16016: 33 pgs: 33 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:37.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:37 smithi044 bash[32620]: cluster 2023-12-07T18:44:36.910697+0000 mgr.a (mgr.24293) 21419 : cluster 0 pgmap v16016: 33 pgs: 33 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:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:37 smithi027 bash[31536]: cluster 2023-12-07T18:44:36.910697+0000 mgr.a (mgr.24293) 21419 : cluster 0 pgmap v16016: 33 pgs: 33 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:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:39 smithi022 bash[28554]: cluster 2023-12-07T18:44:38.911256+0000 mgr.a (mgr.24293) 21420 : cluster 0 pgmap v16017: 33 pgs: 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:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:39 smithi044 bash[32620]: cluster 2023-12-07T18:44:38.911256+0000 mgr.a (mgr.24293) 21420 : cluster 0 pgmap v16017: 33 pgs: 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:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:39 smithi027 bash[31536]: cluster 2023-12-07T18:44:38.911256+0000 mgr.a (mgr.24293) 21420 : cluster 0 pgmap v16017: 33 pgs: 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:41.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:41.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:41.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:41.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:41.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:41.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:41.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:41.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:41 smithi022 bash[28554]: cluster 2023-12-07T18:44:40.912007+0000 mgr.a (mgr.24293) 21421 : cluster 0 pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:41 smithi044 bash[32620]: cluster 2023-12-07T18:44:40.912007+0000 mgr.a (mgr.24293) 21421 : cluster 0 pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:41 smithi027 bash[31536]: cluster 2023-12-07T18:44:40.912007+0000 mgr.a (mgr.24293) 21421 : cluster 0 pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:42 smithi022 bash[28554]: audit 2023-12-07T18:44:41.469810+0000 mgr.a (mgr.24293) 21422 : audit 0 from='client.422235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:43.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:42 smithi044 bash[32620]: audit 2023-12-07T18:44:41.469810+0000 mgr.a (mgr.24293) 21422 : audit 0 from='client.422235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:43.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:42 smithi027 bash[31536]: audit 2023-12-07T18:44:41.469810+0000 mgr.a (mgr.24293) 21422 : audit 0 from='client.422235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:43 smithi022 bash[28554]: cluster 2023-12-07T18:44:42.912731+0000 mgr.a (mgr.24293) 21423 : cluster 0 pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:43 smithi044 bash[32620]: cluster 2023-12-07T18:44:42.912731+0000 mgr.a (mgr.24293) 21423 : cluster 0 pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:43 smithi027 bash[31536]: cluster 2023-12-07T18:44:42.912731+0000 mgr.a (mgr.24293) 21423 : cluster 0 pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:45 smithi022 bash[28554]: cluster 2023-12-07T18:44:44.913317+0000 mgr.a (mgr.24293) 21424 : cluster 0 pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:45 smithi044 bash[32620]: cluster 2023-12-07T18:44:44.913317+0000 mgr.a (mgr.24293) 21424 : cluster 0 pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:45 smithi027 bash[31536]: cluster 2023-12-07T18:44:44.913317+0000 mgr.a (mgr.24293) 21424 : cluster 0 pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:46.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:46.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:46.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:47.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:47.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:47.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:47.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:47.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:48.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:47 smithi022 bash[28554]: cluster 2023-12-07T18:44:46.914113+0000 mgr.a (mgr.24293) 21425 : cluster 0 pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:47 smithi044 bash[32620]: cluster 2023-12-07T18:44:46.914113+0000 mgr.a (mgr.24293) 21425 : cluster 0 pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:47 smithi027 bash[31536]: cluster 2023-12-07T18:44:46.914113+0000 mgr.a (mgr.24293) 21425 : cluster 0 pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:49.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:48 smithi022 bash[28554]: audit 2023-12-07T18:44:47.406740+0000 mgr.a (mgr.24293) 21426 : audit 0 from='client.422310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:48 smithi044 bash[32620]: audit 2023-12-07T18:44:47.406740+0000 mgr.a (mgr.24293) 21426 : audit 0 from='client.422310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:48 smithi027 bash[31536]: audit 2023-12-07T18:44:47.406740+0000 mgr.a (mgr.24293) 21426 : audit 0 from='client.422310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:49 smithi022 bash[28554]: cluster 2023-12-07T18:44:48.914868+0000 mgr.a (mgr.24293) 21427 : cluster 0 pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:49 smithi044 bash[32620]: cluster 2023-12-07T18:44:48.914868+0000 mgr.a (mgr.24293) 21427 : cluster 0 pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:49 smithi027 bash[31536]: cluster 2023-12-07T18:44:48.914868+0000 mgr.a (mgr.24293) 21427 : cluster 0 pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:51 smithi022 bash[28554]: cluster 2023-12-07T18:44:50.915704+0000 mgr.a (mgr.24293) 21428 : cluster 0 pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:51 smithi044 bash[32620]: cluster 2023-12-07T18:44:50.915704+0000 mgr.a (mgr.24293) 21428 : cluster 0 pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:51 smithi027 bash[31536]: cluster 2023-12-07T18:44:50.915704+0000 mgr.a (mgr.24293) 21428 : cluster 0 pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:52.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:52.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:52.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:53.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:53.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:53.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:53.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:44:53.877 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:53 smithi022 bash[28554]: cluster 2023-12-07T18:44:52.916225+0000 mgr.a (mgr.24293) 21429 : cluster 0 pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:53 smithi044 bash[32620]: cluster 2023-12-07T18:44:52.916225+0000 mgr.a (mgr.24293) 21429 : cluster 0 pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:53 smithi027 bash[31536]: cluster 2023-12-07T18:44:52.916225+0000 mgr.a (mgr.24293) 21429 : cluster 0 pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:55.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:54 smithi022 bash[28554]: audit 2023-12-07T18:44:53.346963+0000 mgr.a (mgr.24293) 21430 : audit 0 from='client.422388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:54 smithi044 bash[32620]: audit 2023-12-07T18:44:53.346963+0000 mgr.a (mgr.24293) 21430 : audit 0 from='client.422388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:54 smithi027 bash[31536]: audit 2023-12-07T18:44:53.346963+0000 mgr.a (mgr.24293) 21430 : audit 0 from='client.422388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:55 smithi022 bash[28554]: cluster 2023-12-07T18:44:54.917053+0000 mgr.a (mgr.24293) 21431 : cluster 0 pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:55 smithi044 bash[32620]: cluster 2023-12-07T18:44:54.917053+0000 mgr.a (mgr.24293) 21431 : cluster 0 pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:55 smithi027 bash[31536]: cluster 2023-12-07T18:44:54.917053+0000 mgr.a (mgr.24293) 21431 : cluster 0 pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:44:57 smithi022 bash[28554]: cluster 2023-12-07T18:44:56.917940+0000 mgr.a (mgr.24293) 21432 : cluster 0 pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:44:57 smithi044 bash[32620]: cluster 2023-12-07T18:44:56.917940+0000 mgr.a (mgr.24293) 21432 : cluster 0 pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:44:57 smithi027 bash[31536]: cluster 2023-12-07T18:44:56.917940+0000 mgr.a (mgr.24293) 21432 : cluster 0 pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:58.880 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:44:58.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:58.881 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:59.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:44:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:59.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:00 smithi022 bash[28554]: cluster 2023-12-07T18:44:58.918488+0000 mgr.a (mgr.24293) 21433 : cluster 0 pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:00 smithi044 bash[32620]: cluster 2023-12-07T18:44:58.918488+0000 mgr.a (mgr.24293) 21433 : cluster 0 pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:00 smithi027 bash[31536]: cluster 2023-12-07T18:44:58.918488+0000 mgr.a (mgr.24293) 21433 : cluster 0 pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:01.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:01 smithi022 bash[28554]: audit 2023-12-07T18:44:59.295257+0000 mgr.a (mgr.24293) 21434 : audit 0 from='client.422463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:01.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:01 smithi044 bash[32620]: audit 2023-12-07T18:44:59.295257+0000 mgr.a (mgr.24293) 21434 : audit 0 from='client.422463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:01 smithi027 bash[31536]: audit 2023-12-07T18:44:59.295257+0000 mgr.a (mgr.24293) 21434 : audit 0 from='client.422463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:02 smithi044 bash[32620]: cluster 2023-12-07T18:45:00.919431+0000 mgr.a (mgr.24293) 21435 : cluster 0 pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:02.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:02 smithi027 bash[31536]: cluster 2023-12-07T18:45:00.919431+0000 mgr.a (mgr.24293) 21435 : cluster 0 pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:02 smithi022 bash[28554]: cluster 2023-12-07T18:45:00.919431+0000 mgr.a (mgr.24293) 21435 : cluster 0 pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:04.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:04 smithi022 bash[28554]: cluster 2023-12-07T18:45:02.920016+0000 mgr.a (mgr.24293) 21436 : cluster 0 pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:04 smithi044 bash[32620]: cluster 2023-12-07T18:45:02.920016+0000 mgr.a (mgr.24293) 21436 : cluster 0 pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:04 smithi027 bash[31536]: cluster 2023-12-07T18:45:02.920016+0000 mgr.a (mgr.24293) 21436 : cluster 0 pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:04.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:04.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:04.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:05 smithi022 bash[28554]: cluster 2023-12-07T18:45:04.920583+0000 mgr.a (mgr.24293) 21437 : cluster 0 pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:05 smithi044 bash[32620]: cluster 2023-12-07T18:45:04.920583+0000 mgr.a (mgr.24293) 21437 : cluster 0 pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:05 smithi027 bash[31536]: cluster 2023-12-07T18:45:04.920583+0000 mgr.a (mgr.24293) 21437 : cluster 0 pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:05.765 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:05.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:06 smithi022 bash[28554]: audit 2023-12-07T18:45:05.239356+0000 mgr.a (mgr.24293) 21438 : audit 0 from='client.422541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:06 smithi044 bash[32620]: audit 2023-12-07T18:45:05.239356+0000 mgr.a (mgr.24293) 21438 : audit 0 from='client.422541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:06 smithi027 bash[31536]: audit 2023-12-07T18:45:05.239356+0000 mgr.a (mgr.24293) 21438 : audit 0 from='client.422541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:07 smithi027 bash[31536]: cluster 2023-12-07T18:45:06.921559+0000 mgr.a (mgr.24293) 21439 : cluster 0 pgmap v16031: 33 pgs: 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:45:07.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:07 smithi022 bash[28554]: cluster 2023-12-07T18:45:06.921559+0000 mgr.a (mgr.24293) 21439 : cluster 0 pgmap v16031: 33 pgs: 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:45:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:07 smithi044 bash[32620]: cluster 2023-12-07T18:45:06.921559+0000 mgr.a (mgr.24293) 21439 : cluster 0 pgmap v16031: 33 pgs: 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:45:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:09 smithi022 bash[28554]: cluster 2023-12-07T18:45:08.922117+0000 mgr.a (mgr.24293) 21440 : cluster 0 pgmap v16032: 33 pgs: 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:45:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:09 smithi044 bash[32620]: cluster 2023-12-07T18:45:08.922117+0000 mgr.a (mgr.24293) 21440 : cluster 0 pgmap v16032: 33 pgs: 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:45:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:09 smithi027 bash[31536]: cluster 2023-12-07T18:45:08.922117+0000 mgr.a (mgr.24293) 21440 : cluster 0 pgmap v16032: 33 pgs: 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:45:10.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:10.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:10.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:11.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:11.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:11.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:11.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:11.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:11 smithi022 bash[28554]: cluster 2023-12-07T18:45:10.922580+0000 mgr.a (mgr.24293) 21441 : cluster 0 pgmap v16033: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:11 smithi044 bash[32620]: cluster 2023-12-07T18:45:10.922580+0000 mgr.a (mgr.24293) 21441 : cluster 0 pgmap v16033: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:11 smithi027 bash[31536]: cluster 2023-12-07T18:45:10.922580+0000 mgr.a (mgr.24293) 21441 : cluster 0 pgmap v16033: 33 pgs: 33 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:13.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:12 smithi022 bash[28554]: audit 2023-12-07T18:45:11.180963+0000 mgr.a (mgr.24293) 21442 : audit 0 from='client.422616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:13.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:12 smithi044 bash[32620]: audit 2023-12-07T18:45:11.180963+0000 mgr.a (mgr.24293) 21442 : audit 0 from='client.422616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:12 smithi027 bash[31536]: audit 2023-12-07T18:45:11.180963+0000 mgr.a (mgr.24293) 21442 : audit 0 from='client.422616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:13 smithi022 bash[28554]: cluster 2023-12-07T18:45:12.923191+0000 mgr.a (mgr.24293) 21443 : cluster 0 pgmap v16034: 33 pgs: 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:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:13 smithi044 bash[32620]: cluster 2023-12-07T18:45:12.923191+0000 mgr.a (mgr.24293) 21443 : cluster 0 pgmap v16034: 33 pgs: 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:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:13 smithi027 bash[31536]: cluster 2023-12-07T18:45:12.923191+0000 mgr.a (mgr.24293) 21443 : cluster 0 pgmap v16034: 33 pgs: 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:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:15 smithi027 bash[31536]: cluster 2023-12-07T18:45:14.923825+0000 mgr.a (mgr.24293) 21444 : cluster 0 pgmap v16035: 33 pgs: 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:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:15 smithi022 bash[28554]: cluster 2023-12-07T18:45:14.923825+0000 mgr.a (mgr.24293) 21444 : cluster 0 pgmap v16035: 33 pgs: 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:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:15 smithi044 bash[32620]: cluster 2023-12-07T18:45:14.923825+0000 mgr.a (mgr.24293) 21444 : cluster 0 pgmap v16035: 33 pgs: 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:16.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:16.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:16.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:17.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:17.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:17.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:17.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:17.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:17 smithi022 bash[28554]: cluster 2023-12-07T18:45:16.924600+0000 mgr.a (mgr.24293) 21445 : cluster 0 pgmap v16036: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:17 smithi022 bash[28554]: audit 2023-12-07T18:45:17.114313+0000 mgr.a (mgr.24293) 21446 : audit 0 from='client.422691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:17 smithi044 bash[32620]: cluster 2023-12-07T18:45:16.924600+0000 mgr.a (mgr.24293) 21445 : cluster 0 pgmap v16036: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:17 smithi044 bash[32620]: audit 2023-12-07T18:45:17.114313+0000 mgr.a (mgr.24293) 21446 : audit 0 from='client.422691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:17 smithi027 bash[31536]: cluster 2023-12-07T18:45:16.924600+0000 mgr.a (mgr.24293) 21445 : cluster 0 pgmap v16036: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:17 smithi027 bash[31536]: audit 2023-12-07T18:45:17.114313+0000 mgr.a (mgr.24293) 21446 : audit 0 from='client.422691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:19 smithi022 bash[28554]: cluster 2023-12-07T18:45:18.925186+0000 mgr.a (mgr.24293) 21447 : cluster 0 pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:45:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:19 smithi044 bash[32620]: cluster 2023-12-07T18:45:18.925186+0000 mgr.a (mgr.24293) 21447 : cluster 0 pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:45:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:19 smithi027 bash[31536]: cluster 2023-12-07T18:45:18.925186+0000 mgr.a (mgr.24293) 21447 : cluster 0 pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:45:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:21 smithi022 bash[28554]: cluster 2023-12-07T18:45:20.926011+0000 mgr.a (mgr.24293) 21448 : cluster 0 pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:45:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:21 smithi044 bash[32620]: cluster 2023-12-07T18:45:20.926011+0000 mgr.a (mgr.24293) 21448 : cluster 0 pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:45:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:21 smithi027 bash[31536]: cluster 2023-12-07T18:45:20.926011+0000 mgr.a (mgr.24293) 21448 : cluster 0 pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:45:22.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:22.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:22.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:23.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:23.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:23.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:23.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:23.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:23 smithi022 bash[28554]: cluster 2023-12-07T18:45:22.926573+0000 mgr.a (mgr.24293) 21449 : cluster 0 pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:23 smithi022 bash[28554]: audit 2023-12-07T18:45:23.026759+0000 mgr.a (mgr.24293) 21450 : audit 0 from='client.422769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:23 smithi044 bash[32620]: cluster 2023-12-07T18:45:22.926573+0000 mgr.a (mgr.24293) 21449 : cluster 0 pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:23 smithi044 bash[32620]: audit 2023-12-07T18:45:23.026759+0000 mgr.a (mgr.24293) 21450 : audit 0 from='client.422769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:23 smithi027 bash[31536]: cluster 2023-12-07T18:45:22.926573+0000 mgr.a (mgr.24293) 21449 : cluster 0 pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:23 smithi027 bash[31536]: audit 2023-12-07T18:45:23.026759+0000 mgr.a (mgr.24293) 21450 : audit 0 from='client.422769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:25.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:25 smithi027 bash[31536]: cluster 2023-12-07T18:45:24.927244+0000 mgr.a (mgr.24293) 21451 : cluster 0 pgmap v16040: 33 pgs: 33 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:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:25 smithi022 bash[28554]: cluster 2023-12-07T18:45:24.927244+0000 mgr.a (mgr.24293) 21451 : cluster 0 pgmap v16040: 33 pgs: 33 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:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:25 smithi044 bash[32620]: cluster 2023-12-07T18:45:24.927244+0000 mgr.a (mgr.24293) 21451 : cluster 0 pgmap v16040: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:27 smithi022 bash[28554]: cluster 2023-12-07T18:45:26.928025+0000 mgr.a (mgr.24293) 21452 : cluster 0 pgmap v16041: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:27 smithi044 bash[32620]: cluster 2023-12-07T18:45:26.928025+0000 mgr.a (mgr.24293) 21452 : cluster 0 pgmap v16041: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:27 smithi027 bash[31536]: cluster 2023-12-07T18:45:26.928025+0000 mgr.a (mgr.24293) 21452 : cluster 0 pgmap v16041: 33 pgs: 33 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.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:28.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:28.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:29.496 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:29.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:29.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:29.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:29.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:29 smithi022 bash[28554]: cluster 2023-12-07T18:45:28.928539+0000 mgr.a (mgr.24293) 21453 : cluster 0 pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:29 smithi022 bash[28554]: audit 2023-12-07T18:45:28.973164+0000 mgr.a (mgr.24293) 21454 : audit 0 from='client.422847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:29 smithi044 bash[32620]: cluster 2023-12-07T18:45:28.928539+0000 mgr.a (mgr.24293) 21453 : cluster 0 pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:29 smithi044 bash[32620]: audit 2023-12-07T18:45:28.973164+0000 mgr.a (mgr.24293) 21454 : audit 0 from='client.422847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:29 smithi027 bash[31536]: cluster 2023-12-07T18:45:28.928539+0000 mgr.a (mgr.24293) 21453 : cluster 0 pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:29 smithi027 bash[31536]: audit 2023-12-07T18:45:28.973164+0000 mgr.a (mgr.24293) 21454 : audit 0 from='client.422847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:31 smithi022 bash[28554]: cluster 2023-12-07T18:45:30.929422+0000 mgr.a (mgr.24293) 21455 : cluster 0 pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:31 smithi044 bash[32620]: cluster 2023-12-07T18:45:30.929422+0000 mgr.a (mgr.24293) 21455 : cluster 0 pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:31 smithi027 bash[31536]: cluster 2023-12-07T18:45:30.929422+0000 mgr.a (mgr.24293) 21455 : cluster 0 pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:34 smithi022 bash[28554]: cluster 2023-12-07T18:45:32.930000+0000 mgr.a (mgr.24293) 21456 : cluster 0 pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:34 smithi044 bash[32620]: cluster 2023-12-07T18:45:32.930000+0000 mgr.a (mgr.24293) 21456 : cluster 0 pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:34 smithi027 bash[31536]: cluster 2023-12-07T18:45:32.930000+0000 mgr.a (mgr.24293) 21456 : cluster 0 pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:34.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:34.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:34.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:35.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:35.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:35.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:35.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:35.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:35 smithi027 bash[31536]: audit 2023-12-07T18:45:34.913489+0000 mgr.a (mgr.24293) 21457 : audit 0 from='client.422922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:35 smithi027 bash[31536]: cluster 2023-12-07T18:45:34.930811+0000 mgr.a (mgr.24293) 21458 : cluster 0 pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:35 smithi022 bash[28554]: audit 2023-12-07T18:45:34.913489+0000 mgr.a (mgr.24293) 21457 : audit 0 from='client.422922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:35 smithi022 bash[28554]: cluster 2023-12-07T18:45:34.930811+0000 mgr.a (mgr.24293) 21458 : cluster 0 pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:35 smithi044 bash[32620]: audit 2023-12-07T18:45:34.913489+0000 mgr.a (mgr.24293) 21457 : audit 0 from='client.422922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:35.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:35 smithi044 bash[32620]: cluster 2023-12-07T18:45:34.930811+0000 mgr.a (mgr.24293) 21458 : cluster 0 pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:36.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:36 smithi027 bash[31536]: audit 2023-12-07T18:45:35.450798+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:36 smithi022 bash[28554]: audit 2023-12-07T18:45:35.450798+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:36 smithi044 bash[32620]: audit 2023-12-07T18:45:35.450798+0000 mon.a (mon.0) 3400 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:37 smithi027 bash[31536]: audit 2023-12-07T18:45:36.183324+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:37 smithi027 bash[31536]: audit 2023-12-07T18:45:36.189103+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:37 smithi027 bash[31536]: audit 2023-12-07T18:45:36.196191+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:45:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:37 smithi027 bash[31536]: cluster 2023-12-07T18:45:36.931805+0000 mgr.a (mgr.24293) 21459 : cluster 0 pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:37 smithi022 bash[28554]: audit 2023-12-07T18:45:36.183324+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:37.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:37 smithi022 bash[28554]: audit 2023-12-07T18:45:36.189103+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:37 smithi022 bash[28554]: audit 2023-12-07T18:45:36.196191+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:45:37.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:37 smithi022 bash[28554]: cluster 2023-12-07T18:45:36.931805+0000 mgr.a (mgr.24293) 21459 : cluster 0 pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:37 smithi044 bash[32620]: audit 2023-12-07T18:45:36.183324+0000 mon.a (mon.0) 3401 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:37 smithi044 bash[32620]: audit 2023-12-07T18:45:36.189103+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:37 smithi044 bash[32620]: audit 2023-12-07T18:45:36.196191+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:45:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:37 smithi044 bash[32620]: cluster 2023-12-07T18:45:36.931805+0000 mgr.a (mgr.24293) 21459 : cluster 0 pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:39 smithi022 bash[28554]: cluster 2023-12-07T18:45:38.932379+0000 mgr.a (mgr.24293) 21460 : cluster 0 pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:39 smithi044 bash[32620]: cluster 2023-12-07T18:45:38.932379+0000 mgr.a (mgr.24293) 21460 : cluster 0 pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:39 smithi027 bash[31536]: cluster 2023-12-07T18:45:38.932379+0000 mgr.a (mgr.24293) 21460 : cluster 0 pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:40.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:40.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:40.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:41.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:41.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:41.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:41.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:41.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:41 smithi022 bash[28554]: audit 2023-12-07T18:45:40.877267+0000 mgr.a (mgr.24293) 21461 : audit 0 from='client.423000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:41 smithi022 bash[28554]: cluster 2023-12-07T18:45:40.933409+0000 mgr.a (mgr.24293) 21462 : cluster 0 pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:41 smithi044 bash[32620]: audit 2023-12-07T18:45:40.877267+0000 mgr.a (mgr.24293) 21461 : audit 0 from='client.423000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:41 smithi044 bash[32620]: cluster 2023-12-07T18:45:40.933409+0000 mgr.a (mgr.24293) 21462 : cluster 0 pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:41 smithi027 bash[31536]: audit 2023-12-07T18:45:40.877267+0000 mgr.a (mgr.24293) 21461 : audit 0 from='client.423000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:41 smithi027 bash[31536]: cluster 2023-12-07T18:45:40.933409+0000 mgr.a (mgr.24293) 21462 : cluster 0 pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:43 smithi022 bash[28554]: cluster 2023-12-07T18:45:42.934104+0000 mgr.a (mgr.24293) 21463 : cluster 0 pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:43 smithi044 bash[32620]: cluster 2023-12-07T18:45:42.934104+0000 mgr.a (mgr.24293) 21463 : cluster 0 pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:43 smithi027 bash[31536]: cluster 2023-12-07T18:45:42.934104+0000 mgr.a (mgr.24293) 21463 : cluster 0 pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:45 smithi027 bash[31536]: cluster 2023-12-07T18:45:44.934675+0000 mgr.a (mgr.24293) 21464 : cluster 0 pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:45 smithi022 bash[28554]: cluster 2023-12-07T18:45:44.934675+0000 mgr.a (mgr.24293) 21464 : cluster 0 pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:45 smithi044 bash[32620]: cluster 2023-12-07T18:45:44.934675+0000 mgr.a (mgr.24293) 21464 : cluster 0 pgmap v16050: 33 pgs: 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:46.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:46.387 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:46.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:47.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:47.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:47.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:47.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:47.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:47 smithi022 bash[28554]: audit 2023-12-07T18:45:46.803078+0000 mgr.a (mgr.24293) 21465 : audit 0 from='client.423075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:47 smithi022 bash[28554]: cluster 2023-12-07T18:45:46.935646+0000 mgr.a (mgr.24293) 21466 : cluster 0 pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:47 smithi044 bash[32620]: audit 2023-12-07T18:45:46.803078+0000 mgr.a (mgr.24293) 21465 : audit 0 from='client.423075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:47 smithi044 bash[32620]: cluster 2023-12-07T18:45:46.935646+0000 mgr.a (mgr.24293) 21466 : cluster 0 pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:47 smithi027 bash[31536]: audit 2023-12-07T18:45:46.803078+0000 mgr.a (mgr.24293) 21465 : audit 0 from='client.423075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:47 smithi027 bash[31536]: cluster 2023-12-07T18:45:46.935646+0000 mgr.a (mgr.24293) 21466 : cluster 0 pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:49 smithi022 bash[28554]: cluster 2023-12-07T18:45:48.936322+0000 mgr.a (mgr.24293) 21467 : cluster 0 pgmap v16052: 33 pgs: 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:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:49 smithi044 bash[32620]: cluster 2023-12-07T18:45:48.936322+0000 mgr.a (mgr.24293) 21467 : cluster 0 pgmap v16052: 33 pgs: 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:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:49 smithi027 bash[31536]: cluster 2023-12-07T18:45:48.936322+0000 mgr.a (mgr.24293) 21467 : cluster 0 pgmap v16052: 33 pgs: 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:52.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:52.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:52.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:52 smithi022 bash[28554]: cluster 2023-12-07T18:45:50.937135+0000 mgr.a (mgr.24293) 21468 : cluster 0 pgmap v16053: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:52 smithi044 bash[32620]: cluster 2023-12-07T18:45:50.937135+0000 mgr.a (mgr.24293) 21468 : cluster 0 pgmap v16053: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:52 smithi027 bash[31536]: cluster 2023-12-07T18:45:50.937135+0000 mgr.a (mgr.24293) 21468 : cluster 0 pgmap v16053: 33 pgs: 33 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:53.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:53.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:53.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:53.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:53.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:45:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:54 smithi022 bash[28554]: audit 2023-12-07T18:45:52.771080+0000 mgr.a (mgr.24293) 21469 : audit 0 from='client.423147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:54.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:54 smithi022 bash[28554]: cluster 2023-12-07T18:45:52.937974+0000 mgr.a (mgr.24293) 21470 : cluster 0 pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:54 smithi044 bash[32620]: audit 2023-12-07T18:45:52.771080+0000 mgr.a (mgr.24293) 21469 : audit 0 from='client.423147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:54 smithi044 bash[32620]: cluster 2023-12-07T18:45:52.937974+0000 mgr.a (mgr.24293) 21470 : cluster 0 pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:54 smithi027 bash[31536]: audit 2023-12-07T18:45:52.771080+0000 mgr.a (mgr.24293) 21469 : audit 0 from='client.423147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:54 smithi027 bash[31536]: cluster 2023-12-07T18:45:52.937974+0000 mgr.a (mgr.24293) 21470 : cluster 0 pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:55.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:55 smithi027 bash[31536]: cluster 2023-12-07T18:45:54.938844+0000 mgr.a (mgr.24293) 21471 : cluster 0 pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:55 smithi022 bash[28554]: cluster 2023-12-07T18:45:54.938844+0000 mgr.a (mgr.24293) 21471 : cluster 0 pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:55 smithi044 bash[32620]: cluster 2023-12-07T18:45:54.938844+0000 mgr.a (mgr.24293) 21471 : cluster 0 pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:58.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:45:58.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:58.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:57 smithi022 bash[28554]: cluster 2023-12-07T18:45:56.939752+0000 mgr.a (mgr.24293) 21472 : cluster 0 pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:57 smithi044 bash[32620]: cluster 2023-12-07T18:45:56.939752+0000 mgr.a (mgr.24293) 21472 : cluster 0 pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:45:57 smithi027 bash[31536]: cluster 2023-12-07T18:45:56.939752+0000 mgr.a (mgr.24293) 21472 : cluster 0 pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:59.223 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:45:59.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:59.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:59.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:59.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:59 smithi022 bash[28554]: audit 2023-12-07T18:45:58.709758+0000 mgr.a (mgr.24293) 21473 : audit 0 from='client.423219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:00.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:45:59 smithi022 bash[28554]: cluster 2023-12-07T18:45:58.940280+0000 mgr.a (mgr.24293) 21474 : cluster 0 pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:59 smithi044 bash[32620]: audit 2023-12-07T18:45:58.709758+0000 mgr.a (mgr.24293) 21473 : audit 0 from='client.423219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:45:59 smithi044 bash[32620]: cluster 2023-12-07T18:45:58.940280+0000 mgr.a (mgr.24293) 21474 : cluster 0 pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:00 smithi027 bash[31536]: audit 2023-12-07T18:45:58.709758+0000 mgr.a (mgr.24293) 21473 : audit 0 from='client.423219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:00 smithi027 bash[31536]: cluster 2023-12-07T18:45:58.940280+0000 mgr.a (mgr.24293) 21474 : cluster 0 pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:02 smithi022 bash[28554]: cluster 2023-12-07T18:46:00.941146+0000 mgr.a (mgr.24293) 21475 : cluster 0 pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:02 smithi044 bash[32620]: cluster 2023-12-07T18:46:00.941146+0000 mgr.a (mgr.24293) 21475 : cluster 0 pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:02 smithi027 bash[31536]: cluster 2023-12-07T18:46:00.941146+0000 mgr.a (mgr.24293) 21475 : cluster 0 pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:04.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:04.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:04.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:04 smithi022 bash[28554]: cluster 2023-12-07T18:46:02.941719+0000 mgr.a (mgr.24293) 21476 : cluster 0 pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:04 smithi044 bash[32620]: cluster 2023-12-07T18:46:02.941719+0000 mgr.a (mgr.24293) 21476 : cluster 0 pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:04 smithi027 bash[31536]: cluster 2023-12-07T18:46:02.941719+0000 mgr.a (mgr.24293) 21476 : cluster 0 pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:05.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:05.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:05.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:05.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:05.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:05 smithi027 bash[31536]: audit 2023-12-07T18:46:04.645942+0000 mgr.a (mgr.24293) 21477 : audit 0 from='client.423291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:05 smithi027 bash[31536]: cluster 2023-12-07T18:46:04.942488+0000 mgr.a (mgr.24293) 21478 : cluster 0 pgmap v16060: 33 pgs: 33 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:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:05 smithi022 bash[28554]: audit 2023-12-07T18:46:04.645942+0000 mgr.a (mgr.24293) 21477 : audit 0 from='client.423291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:05 smithi022 bash[28554]: cluster 2023-12-07T18:46:04.942488+0000 mgr.a (mgr.24293) 21478 : cluster 0 pgmap v16060: 33 pgs: 33 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:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:05 smithi044 bash[32620]: audit 2023-12-07T18:46:04.645942+0000 mgr.a (mgr.24293) 21477 : audit 0 from='client.423291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:05 smithi044 bash[32620]: cluster 2023-12-07T18:46:04.942488+0000 mgr.a (mgr.24293) 21478 : cluster 0 pgmap v16060: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:07 smithi022 bash[28554]: cluster 2023-12-07T18:46:06.943569+0000 mgr.a (mgr.24293) 21479 : cluster 0 pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:07 smithi044 bash[32620]: cluster 2023-12-07T18:46:06.943569+0000 mgr.a (mgr.24293) 21479 : cluster 0 pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:08 smithi027 bash[31536]: cluster 2023-12-07T18:46:06.943569+0000 mgr.a (mgr.24293) 21479 : cluster 0 pgmap v16061: 33 pgs: 33 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:10.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:10.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:10.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:10 smithi022 bash[28554]: cluster 2023-12-07T18:46:08.944230+0000 mgr.a (mgr.24293) 21480 : cluster 0 pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:10 smithi044 bash[32620]: cluster 2023-12-07T18:46:08.944230+0000 mgr.a (mgr.24293) 21480 : cluster 0 pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:10 smithi027 bash[31536]: cluster 2023-12-07T18:46:08.944230+0000 mgr.a (mgr.24293) 21480 : cluster 0 pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:11.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:11.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:11.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:11.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:11.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:12 smithi022 bash[28554]: audit 2023-12-07T18:46:10.569542+0000 mgr.a (mgr.24293) 21481 : audit 0 from='client.423366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:12.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:12 smithi022 bash[28554]: cluster 2023-12-07T18:46:10.945076+0000 mgr.a (mgr.24293) 21482 : cluster 0 pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:12 smithi044 bash[32620]: audit 2023-12-07T18:46:10.569542+0000 mgr.a (mgr.24293) 21481 : audit 0 from='client.423366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:12 smithi044 bash[32620]: cluster 2023-12-07T18:46:10.945076+0000 mgr.a (mgr.24293) 21482 : cluster 0 pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:12 smithi027 bash[31536]: audit 2023-12-07T18:46:10.569542+0000 mgr.a (mgr.24293) 21481 : audit 0 from='client.423366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:12.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:12 smithi027 bash[31536]: cluster 2023-12-07T18:46:10.945076+0000 mgr.a (mgr.24293) 21482 : cluster 0 pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:14 smithi022 bash[28554]: cluster 2023-12-07T18:46:12.945753+0000 mgr.a (mgr.24293) 21483 : cluster 0 pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:14 smithi044 bash[32620]: cluster 2023-12-07T18:46:12.945753+0000 mgr.a (mgr.24293) 21483 : cluster 0 pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:14 smithi027 bash[31536]: cluster 2023-12-07T18:46:12.945753+0000 mgr.a (mgr.24293) 21483 : cluster 0 pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:15 smithi027 bash[31536]: cluster 2023-12-07T18:46:14.946287+0000 mgr.a (mgr.24293) 21484 : cluster 0 pgmap v16065: 33 pgs: 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:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:15 smithi022 bash[28554]: cluster 2023-12-07T18:46:14.946287+0000 mgr.a (mgr.24293) 21484 : cluster 0 pgmap v16065: 33 pgs: 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:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:15 smithi044 bash[32620]: cluster 2023-12-07T18:46:14.946287+0000 mgr.a (mgr.24293) 21484 : cluster 0 pgmap v16065: 33 pgs: 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:16.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:16.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:16.099 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:17.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:17.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:17.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:17.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:17.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:18 smithi022 bash[28554]: audit 2023-12-07T18:46:16.503632+0000 mgr.a (mgr.24293) 21485 : audit 0 from='client.423438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:18.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:18 smithi022 bash[28554]: cluster 2023-12-07T18:46:16.947433+0000 mgr.a (mgr.24293) 21486 : cluster 0 pgmap v16066: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:18 smithi044 bash[32620]: audit 2023-12-07T18:46:16.503632+0000 mgr.a (mgr.24293) 21485 : audit 0 from='client.423438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:18 smithi044 bash[32620]: cluster 2023-12-07T18:46:16.947433+0000 mgr.a (mgr.24293) 21486 : cluster 0 pgmap v16066: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:18 smithi027 bash[31536]: audit 2023-12-07T18:46:16.503632+0000 mgr.a (mgr.24293) 21485 : audit 0 from='client.423438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:18.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:18 smithi027 bash[31536]: cluster 2023-12-07T18:46:16.947433+0000 mgr.a (mgr.24293) 21486 : cluster 0 pgmap v16066: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:20 smithi022 bash[28554]: cluster 2023-12-07T18:46:18.948085+0000 mgr.a (mgr.24293) 21487 : cluster 0 pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:20 smithi044 bash[32620]: cluster 2023-12-07T18:46:18.948085+0000 mgr.a (mgr.24293) 21487 : cluster 0 pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:20 smithi027 bash[31536]: cluster 2023-12-07T18:46:18.948085+0000 mgr.a (mgr.24293) 21487 : cluster 0 pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:22.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:22.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:22.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:22 smithi022 bash[28554]: cluster 2023-12-07T18:46:20.948842+0000 mgr.a (mgr.24293) 21488 : cluster 0 pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:22 smithi044 bash[32620]: cluster 2023-12-07T18:46:20.948842+0000 mgr.a (mgr.24293) 21488 : cluster 0 pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:22 smithi027 bash[31536]: cluster 2023-12-07T18:46:20.948842+0000 mgr.a (mgr.24293) 21488 : cluster 0 pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:22.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:22.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:22.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:22.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:22.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:24 smithi022 bash[28554]: audit 2023-12-07T18:46:22.430408+0000 mgr.a (mgr.24293) 21489 : audit 0 from='client.423510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:24.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:24 smithi022 bash[28554]: cluster 2023-12-07T18:46:22.949523+0000 mgr.a (mgr.24293) 21490 : cluster 0 pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:24 smithi044 bash[32620]: audit 2023-12-07T18:46:22.430408+0000 mgr.a (mgr.24293) 21489 : audit 0 from='client.423510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:24.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:24 smithi044 bash[32620]: cluster 2023-12-07T18:46:22.949523+0000 mgr.a (mgr.24293) 21490 : cluster 0 pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:24 smithi027 bash[31536]: audit 2023-12-07T18:46:22.430408+0000 mgr.a (mgr.24293) 21489 : audit 0 from='client.423510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:24 smithi027 bash[31536]: cluster 2023-12-07T18:46:22.949523+0000 mgr.a (mgr.24293) 21490 : cluster 0 pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:25 smithi022 bash[28554]: cluster 2023-12-07T18:46:24.950125+0000 mgr.a (mgr.24293) 21491 : cluster 0 pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:25 smithi044 bash[32620]: cluster 2023-12-07T18:46:24.950125+0000 mgr.a (mgr.24293) 21491 : cluster 0 pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:25 smithi027 bash[31536]: cluster 2023-12-07T18:46:24.950125+0000 mgr.a (mgr.24293) 21491 : cluster 0 pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:27.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:27.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:27.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:28 smithi022 bash[28554]: cluster 2023-12-07T18:46:26.950917+0000 mgr.a (mgr.24293) 21492 : cluster 0 pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:28 smithi044 bash[32620]: cluster 2023-12-07T18:46:26.950917+0000 mgr.a (mgr.24293) 21492 : cluster 0 pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:28 smithi027 bash[31536]: cluster 2023-12-07T18:46:26.950917+0000 mgr.a (mgr.24293) 21492 : cluster 0 pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:28.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:28.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:28.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:28.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:28.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:30 smithi022 bash[28554]: audit 2023-12-07T18:46:28.379340+0000 mgr.a (mgr.24293) 21493 : audit 0 from='client.423588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:30.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:30 smithi022 bash[28554]: cluster 2023-12-07T18:46:28.951735+0000 mgr.a (mgr.24293) 21494 : cluster 0 pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:30 smithi044 bash[32620]: audit 2023-12-07T18:46:28.379340+0000 mgr.a (mgr.24293) 21493 : audit 0 from='client.423588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:30.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:30 smithi044 bash[32620]: cluster 2023-12-07T18:46:28.951735+0000 mgr.a (mgr.24293) 21494 : cluster 0 pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:30 smithi027 bash[31536]: audit 2023-12-07T18:46:28.379340+0000 mgr.a (mgr.24293) 21493 : audit 0 from='client.423588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:30.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:30 smithi027 bash[31536]: cluster 2023-12-07T18:46:28.951735+0000 mgr.a (mgr.24293) 21494 : cluster 0 pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:32 smithi022 bash[28554]: cluster 2023-12-07T18:46:30.952518+0000 mgr.a (mgr.24293) 21495 : cluster 0 pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:32 smithi044 bash[32620]: cluster 2023-12-07T18:46:30.952518+0000 mgr.a (mgr.24293) 21495 : cluster 0 pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:32.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:32 smithi027 bash[31536]: cluster 2023-12-07T18:46:30.952518+0000 mgr.a (mgr.24293) 21495 : cluster 0 pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:33.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:33.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:33.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:34 smithi022 bash[28554]: cluster 2023-12-07T18:46:32.953076+0000 mgr.a (mgr.24293) 21496 : cluster 0 pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:34 smithi044 bash[32620]: cluster 2023-12-07T18:46:32.953076+0000 mgr.a (mgr.24293) 21496 : cluster 0 pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:34 smithi027 bash[31536]: cluster 2023-12-07T18:46:32.953076+0000 mgr.a (mgr.24293) 21496 : cluster 0 pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:34.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:34.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:34.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:34.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:34.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:35 smithi022 bash[28554]: audit 2023-12-07T18:46:34.320436+0000 mgr.a (mgr.24293) 21497 : audit 0 from='client.423660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:35 smithi022 bash[28554]: cluster 2023-12-07T18:46:34.953827+0000 mgr.a (mgr.24293) 21498 : cluster 0 pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:35 smithi044 bash[32620]: audit 2023-12-07T18:46:34.320436+0000 mgr.a (mgr.24293) 21497 : audit 0 from='client.423660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:35 smithi044 bash[32620]: cluster 2023-12-07T18:46:34.953827+0000 mgr.a (mgr.24293) 21498 : cluster 0 pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:35 smithi027 bash[31536]: audit 2023-12-07T18:46:34.320436+0000 mgr.a (mgr.24293) 21497 : audit 0 from='client.423660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:35.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:35 smithi027 bash[31536]: cluster 2023-12-07T18:46:34.953827+0000 mgr.a (mgr.24293) 21498 : cluster 0 pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:36 smithi022 bash[28554]: audit 2023-12-07T18:46:36.299602+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:36 smithi044 bash[32620]: audit 2023-12-07T18:46:36.299602+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:36 smithi027 bash[31536]: audit 2023-12-07T18:46:36.299602+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:38.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:37 smithi022 bash[28554]: audit 2023-12-07T18:46:36.830174+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:37 smithi022 bash[28554]: audit 2023-12-07T18:46:36.836304+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:37 smithi022 bash[28554]: cluster 2023-12-07T18:46:36.954639+0000 mgr.a (mgr.24293) 21499 : cluster 0 pgmap v16076: 33 pgs: 33 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:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:37 smithi022 bash[28554]: audit 2023-12-07T18:46:37.576112+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:37 smithi022 bash[28554]: audit 2023-12-07T18:46:37.577953+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:38.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:37 smithi022 bash[28554]: audit 2023-12-07T18:46:37.587769+0000 mon.a (mon.0) 3409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:37 smithi044 bash[32620]: audit 2023-12-07T18:46:36.830174+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:37 smithi044 bash[32620]: audit 2023-12-07T18:46:36.836304+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:37 smithi044 bash[32620]: cluster 2023-12-07T18:46:36.954639+0000 mgr.a (mgr.24293) 21499 : cluster 0 pgmap v16076: 33 pgs: 33 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:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:37 smithi044 bash[32620]: audit 2023-12-07T18:46:37.576112+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:37 smithi044 bash[32620]: audit 2023-12-07T18:46:37.577953+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:38.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:37 smithi044 bash[32620]: audit 2023-12-07T18:46:37.587769+0000 mon.a (mon.0) 3409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:37 smithi027 bash[31536]: audit 2023-12-07T18:46:36.830174+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:37 smithi027 bash[31536]: audit 2023-12-07T18:46:36.836304+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:37 smithi027 bash[31536]: cluster 2023-12-07T18:46:36.954639+0000 mgr.a (mgr.24293) 21499 : cluster 0 pgmap v16076: 33 pgs: 33 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:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:37 smithi027 bash[31536]: audit 2023-12-07T18:46:37.576112+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:37 smithi027 bash[31536]: audit 2023-12-07T18:46:37.577953+0000 mon.a (mon.0) 3408 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:38.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:37 smithi027 bash[31536]: audit 2023-12-07T18:46:37.587769+0000 mon.a (mon.0) 3409 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:46:39.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:39.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:39.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:40.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:40 smithi022 bash[28554]: cluster 2023-12-07T18:46:38.955207+0000 mgr.a (mgr.24293) 21500 : cluster 0 pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:40 smithi044 bash[32620]: cluster 2023-12-07T18:46:38.955207+0000 mgr.a (mgr.24293) 21500 : cluster 0 pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:40 smithi027 bash[31536]: cluster 2023-12-07T18:46:38.955207+0000 mgr.a (mgr.24293) 21500 : cluster 0 pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:40.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:40.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:40.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:40.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:40.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:42 smithi022 bash[28554]: audit 2023-12-07T18:46:40.271118+0000 mgr.a (mgr.24293) 21501 : audit 0 from='client.423735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:42.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:42 smithi022 bash[28554]: cluster 2023-12-07T18:46:40.956507+0000 mgr.a (mgr.24293) 21502 : cluster 0 pgmap v16078: 33 pgs: 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:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:42 smithi044 bash[32620]: audit 2023-12-07T18:46:40.271118+0000 mgr.a (mgr.24293) 21501 : audit 0 from='client.423735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:42 smithi044 bash[32620]: cluster 2023-12-07T18:46:40.956507+0000 mgr.a (mgr.24293) 21502 : cluster 0 pgmap v16078: 33 pgs: 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:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:42 smithi027 bash[31536]: audit 2023-12-07T18:46:40.271118+0000 mgr.a (mgr.24293) 21501 : audit 0 from='client.423735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:42 smithi027 bash[31536]: cluster 2023-12-07T18:46:40.956507+0000 mgr.a (mgr.24293) 21502 : cluster 0 pgmap v16078: 33 pgs: 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:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:44 smithi022 bash[28554]: cluster 2023-12-07T18:46:42.957278+0000 mgr.a (mgr.24293) 21503 : cluster 0 pgmap v16079: 33 pgs: 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:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:44 smithi044 bash[32620]: cluster 2023-12-07T18:46:42.957278+0000 mgr.a (mgr.24293) 21503 : cluster 0 pgmap v16079: 33 pgs: 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:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:44 smithi027 bash[31536]: cluster 2023-12-07T18:46:42.957278+0000 mgr.a (mgr.24293) 21503 : cluster 0 pgmap v16079: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:45 smithi022 bash[28554]: cluster 2023-12-07T18:46:44.957868+0000 mgr.a (mgr.24293) 21504 : cluster 0 pgmap v16080: 33 pgs: 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:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:45 smithi044 bash[32620]: cluster 2023-12-07T18:46:44.957868+0000 mgr.a (mgr.24293) 21504 : cluster 0 pgmap v16080: 33 pgs: 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:45.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:45 smithi027 bash[31536]: cluster 2023-12-07T18:46:44.957868+0000 mgr.a (mgr.24293) 21504 : cluster 0 pgmap v16080: 33 pgs: 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:45.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:45.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:45.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:46.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:46.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:46.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:46.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:46.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:48 smithi022 bash[28554]: audit 2023-12-07T18:46:46.193743+0000 mgr.a (mgr.24293) 21505 : audit 0 from='client.423810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:48.439 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:48 smithi022 bash[28554]: cluster 2023-12-07T18:46:46.958955+0000 mgr.a (mgr.24293) 21506 : cluster 0 pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:48.439 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:48 smithi044 bash[32620]: audit 2023-12-07T18:46:46.193743+0000 mgr.a (mgr.24293) 21505 : audit 0 from='client.423810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:48.440 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:48 smithi044 bash[32620]: cluster 2023-12-07T18:46:46.958955+0000 mgr.a (mgr.24293) 21506 : cluster 0 pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:48 smithi027 bash[31536]: audit 2023-12-07T18:46:46.193743+0000 mgr.a (mgr.24293) 21505 : audit 0 from='client.423810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:48.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:48 smithi027 bash[31536]: cluster 2023-12-07T18:46:46.958955+0000 mgr.a (mgr.24293) 21506 : cluster 0 pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:50.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:50 smithi022 bash[28554]: cluster 2023-12-07T18:46:48.959517+0000 mgr.a (mgr.24293) 21507 : cluster 0 pgmap v16082: 33 pgs: 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:50.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:50 smithi044 bash[32620]: cluster 2023-12-07T18:46:48.959517+0000 mgr.a (mgr.24293) 21507 : cluster 0 pgmap v16082: 33 pgs: 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:50.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:50 smithi027 bash[31536]: cluster 2023-12-07T18:46:48.959517+0000 mgr.a (mgr.24293) 21507 : cluster 0 pgmap v16082: 33 pgs: 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:51.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:51.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:51.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:52 smithi022 bash[28554]: cluster 2023-12-07T18:46:50.960233+0000 mgr.a (mgr.24293) 21508 : cluster 0 pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:52 smithi044 bash[32620]: cluster 2023-12-07T18:46:50.960233+0000 mgr.a (mgr.24293) 21508 : cluster 0 pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:52 smithi027 bash[31536]: cluster 2023-12-07T18:46:50.960233+0000 mgr.a (mgr.24293) 21508 : cluster 0 pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:52.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:52.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:52.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:52.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:53.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:53 smithi022 bash[28554]: audit 2023-12-07T18:46:52.147150+0000 mgr.a (mgr.24293) 21509 : audit 0 from='client.423882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:53 smithi044 bash[32620]: audit 2023-12-07T18:46:52.147150+0000 mgr.a (mgr.24293) 21509 : audit 0 from='client.423882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:53.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:53 smithi027 bash[31536]: audit 2023-12-07T18:46:52.147150+0000 mgr.a (mgr.24293) 21509 : audit 0 from='client.423882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:54 smithi022 bash[28554]: cluster 2023-12-07T18:46:52.961022+0000 mgr.a (mgr.24293) 21510 : cluster 0 pgmap v16084: 33 pgs: 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:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:54 smithi044 bash[32620]: cluster 2023-12-07T18:46:52.961022+0000 mgr.a (mgr.24293) 21510 : cluster 0 pgmap v16084: 33 pgs: 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:54.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:54 smithi027 bash[31536]: cluster 2023-12-07T18:46:52.961022+0000 mgr.a (mgr.24293) 21510 : cluster 0 pgmap v16084: 33 pgs: 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:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:55 smithi022 bash[28554]: cluster 2023-12-07T18:46:54.961791+0000 mgr.a (mgr.24293) 21511 : cluster 0 pgmap v16085: 33 pgs: 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:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:55 smithi044 bash[32620]: cluster 2023-12-07T18:46:54.961791+0000 mgr.a (mgr.24293) 21511 : cluster 0 pgmap v16085: 33 pgs: 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:55.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:55 smithi027 bash[31536]: cluster 2023-12-07T18:46:54.961791+0000 mgr.a (mgr.24293) 21511 : cluster 0 pgmap v16085: 33 pgs: 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:57.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:46:57.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:57.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:58 smithi022 bash[28554]: cluster 2023-12-07T18:46:56.962634+0000 mgr.a (mgr.24293) 21512 : cluster 0 pgmap v16086: 33 pgs: 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:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:58 smithi044 bash[32620]: cluster 2023-12-07T18:46:56.962634+0000 mgr.a (mgr.24293) 21512 : cluster 0 pgmap v16086: 33 pgs: 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:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:58 smithi027 bash[31536]: cluster 2023-12-07T18:46:56.962634+0000 mgr.a (mgr.24293) 21512 : cluster 0 pgmap v16086: 33 pgs: 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:58.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:46:58.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:58.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:58.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:58.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:46:59.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:46:59 smithi022 bash[28554]: audit 2023-12-07T18:46:58.077088+0000 mgr.a (mgr.24293) 21513 : audit 0 from='client.423960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:46:59 smithi044 bash[32620]: audit 2023-12-07T18:46:58.077088+0000 mgr.a (mgr.24293) 21513 : audit 0 from='client.423960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:46:59 smithi027 bash[31536]: audit 2023-12-07T18:46:58.077088+0000 mgr.a (mgr.24293) 21513 : audit 0 from='client.423960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:00 smithi022 bash[28554]: cluster 2023-12-07T18:46:58.963301+0000 mgr.a (mgr.24293) 21514 : cluster 0 pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:00.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:00 smithi044 bash[32620]: cluster 2023-12-07T18:46:58.963301+0000 mgr.a (mgr.24293) 21514 : cluster 0 pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:00 smithi027 bash[31536]: cluster 2023-12-07T18:46:58.963301+0000 mgr.a (mgr.24293) 21514 : cluster 0 pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:02 smithi022 bash[28554]: cluster 2023-12-07T18:47:00.964128+0000 mgr.a (mgr.24293) 21515 : cluster 0 pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:02 smithi044 bash[32620]: cluster 2023-12-07T18:47:00.964128+0000 mgr.a (mgr.24293) 21515 : cluster 0 pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:02 smithi027 bash[31536]: cluster 2023-12-07T18:47:00.964128+0000 mgr.a (mgr.24293) 21515 : cluster 0 pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:03.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:03.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:03.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:04 smithi022 bash[28554]: cluster 2023-12-07T18:47:02.964675+0000 mgr.a (mgr.24293) 21516 : cluster 0 pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:04 smithi044 bash[32620]: cluster 2023-12-07T18:47:02.964675+0000 mgr.a (mgr.24293) 21516 : cluster 0 pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:04 smithi027 bash[31536]: cluster 2023-12-07T18:47:02.964675+0000 mgr.a (mgr.24293) 21516 : cluster 0 pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:04.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:04.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:04.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:04.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:04.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:05 smithi022 bash[28554]: audit 2023-12-07T18:47:03.998309+0000 mgr.a (mgr.24293) 21517 : audit 0 from='client.424035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:05 smithi044 bash[32620]: audit 2023-12-07T18:47:03.998309+0000 mgr.a (mgr.24293) 21517 : audit 0 from='client.424035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:05 smithi027 bash[31536]: audit 2023-12-07T18:47:03.998309+0000 mgr.a (mgr.24293) 21517 : audit 0 from='client.424035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:06 smithi022 bash[28554]: cluster 2023-12-07T18:47:04.965352+0000 mgr.a (mgr.24293) 21518 : cluster 0 pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:06.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:06 smithi044 bash[32620]: cluster 2023-12-07T18:47:04.965352+0000 mgr.a (mgr.24293) 21518 : cluster 0 pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:06.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:06 smithi027 bash[31536]: cluster 2023-12-07T18:47:04.965352+0000 mgr.a (mgr.24293) 21518 : cluster 0 pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:08 smithi022 bash[28554]: cluster 2023-12-07T18:47:06.966166+0000 mgr.a (mgr.24293) 21519 : cluster 0 pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:08 smithi044 bash[32620]: cluster 2023-12-07T18:47:06.966166+0000 mgr.a (mgr.24293) 21519 : cluster 0 pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:08 smithi027 bash[31536]: cluster 2023-12-07T18:47:06.966166+0000 mgr.a (mgr.24293) 21519 : cluster 0 pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:09.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:09.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:09.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:10 smithi022 bash[28554]: cluster 2023-12-07T18:47:08.966732+0000 mgr.a (mgr.24293) 21520 : cluster 0 pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:10 smithi044 bash[32620]: cluster 2023-12-07T18:47:08.966732+0000 mgr.a (mgr.24293) 21520 : cluster 0 pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:10 smithi027 bash[31536]: cluster 2023-12-07T18:47:08.966732+0000 mgr.a (mgr.24293) 21520 : cluster 0 pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:10.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:10.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:10.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:10.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:10.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:11.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:11 smithi022 bash[28554]: audit 2023-12-07T18:47:09.944747+0000 mgr.a (mgr.24293) 21521 : audit 0 from='client.342913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:11 smithi044 bash[32620]: audit 2023-12-07T18:47:09.944747+0000 mgr.a (mgr.24293) 21521 : audit 0 from='client.342913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:11.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:11 smithi027 bash[31536]: audit 2023-12-07T18:47:09.944747+0000 mgr.a (mgr.24293) 21521 : audit 0 from='client.342913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:12 smithi022 bash[28554]: cluster 2023-12-07T18:47:10.967647+0000 mgr.a (mgr.24293) 21522 : cluster 0 pgmap v16093: 33 pgs: 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:47:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:12 smithi044 bash[32620]: cluster 2023-12-07T18:47:10.967647+0000 mgr.a (mgr.24293) 21522 : cluster 0 pgmap v16093: 33 pgs: 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:47:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:12 smithi027 bash[31536]: cluster 2023-12-07T18:47:10.967647+0000 mgr.a (mgr.24293) 21522 : cluster 0 pgmap v16093: 33 pgs: 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:47:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:14 smithi022 bash[28554]: cluster 2023-12-07T18:47:12.968158+0000 mgr.a (mgr.24293) 21523 : cluster 0 pgmap v16094: 33 pgs: 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:47:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:14 smithi044 bash[32620]: cluster 2023-12-07T18:47:12.968158+0000 mgr.a (mgr.24293) 21523 : cluster 0 pgmap v16094: 33 pgs: 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:47:14.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:14 smithi027 bash[31536]: cluster 2023-12-07T18:47:12.968158+0000 mgr.a (mgr.24293) 21523 : cluster 0 pgmap v16094: 33 pgs: 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:47:15.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:15.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:15.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:15 smithi022 bash[28554]: cluster 2023-12-07T18:47:14.968687+0000 mgr.a (mgr.24293) 21524 : cluster 0 pgmap v16095: 33 pgs: 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:47:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:15 smithi044 bash[32620]: cluster 2023-12-07T18:47:14.968687+0000 mgr.a (mgr.24293) 21524 : cluster 0 pgmap v16095: 33 pgs: 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:47:15.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:15 smithi027 bash[31536]: cluster 2023-12-07T18:47:14.968687+0000 mgr.a (mgr.24293) 21524 : cluster 0 pgmap v16095: 33 pgs: 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:47:16.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:16.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:16.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:16.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:16.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:16 smithi022 bash[28554]: audit 2023-12-07T18:47:15.905959+0000 mgr.a (mgr.24293) 21525 : audit 0 from='client.424191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:16 smithi044 bash[32620]: audit 2023-12-07T18:47:15.905959+0000 mgr.a (mgr.24293) 21525 : audit 0 from='client.424191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:16.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:16 smithi027 bash[31536]: audit 2023-12-07T18:47:15.905959+0000 mgr.a (mgr.24293) 21525 : audit 0 from='client.424191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:17 smithi022 bash[28554]: cluster 2023-12-07T18:47:16.969919+0000 mgr.a (mgr.24293) 21526 : cluster 0 pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:17 smithi044 bash[32620]: cluster 2023-12-07T18:47:16.969919+0000 mgr.a (mgr.24293) 21526 : cluster 0 pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:17 smithi027 bash[31536]: cluster 2023-12-07T18:47:16.969919+0000 mgr.a (mgr.24293) 21526 : cluster 0 pgmap v16096: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:20 smithi022 bash[28554]: cluster 2023-12-07T18:47:18.970574+0000 mgr.a (mgr.24293) 21527 : cluster 0 pgmap v16097: 33 pgs: 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:20 smithi044 bash[32620]: cluster 2023-12-07T18:47:18.970574+0000 mgr.a (mgr.24293) 21527 : cluster 0 pgmap v16097: 33 pgs: 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:20 smithi027 bash[31536]: cluster 2023-12-07T18:47:18.970574+0000 mgr.a (mgr.24293) 21527 : cluster 0 pgmap v16097: 33 pgs: 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:21.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:21.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:21.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:22.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:22.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:22.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:22.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:22.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:22 smithi022 bash[28554]: cluster 2023-12-07T18:47:20.971336+0000 mgr.a (mgr.24293) 21528 : cluster 0 pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:22 smithi044 bash[32620]: cluster 2023-12-07T18:47:20.971336+0000 mgr.a (mgr.24293) 21528 : cluster 0 pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:22 smithi027 bash[31536]: cluster 2023-12-07T18:47:20.971336+0000 mgr.a (mgr.24293) 21528 : cluster 0 pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:23.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:23 smithi022 bash[28554]: audit 2023-12-07T18:47:21.868621+0000 mgr.a (mgr.24293) 21529 : audit 0 from='client.424269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:23 smithi044 bash[32620]: audit 2023-12-07T18:47:21.868621+0000 mgr.a (mgr.24293) 21529 : audit 0 from='client.424269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:23.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:23 smithi027 bash[31536]: audit 2023-12-07T18:47:21.868621+0000 mgr.a (mgr.24293) 21529 : audit 0 from='client.424269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:24 smithi022 bash[28554]: cluster 2023-12-07T18:47:22.972104+0000 mgr.a (mgr.24293) 21530 : cluster 0 pgmap v16099: 33 pgs: 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:47:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:24 smithi044 bash[32620]: cluster 2023-12-07T18:47:22.972104+0000 mgr.a (mgr.24293) 21530 : cluster 0 pgmap v16099: 33 pgs: 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:47:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:24 smithi027 bash[31536]: cluster 2023-12-07T18:47:22.972104+0000 mgr.a (mgr.24293) 21530 : cluster 0 pgmap v16099: 33 pgs: 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:47:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:25 smithi022 bash[28554]: cluster 2023-12-07T18:47:24.972720+0000 mgr.a (mgr.24293) 21531 : cluster 0 pgmap v16100: 33 pgs: 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:47:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:25 smithi044 bash[32620]: cluster 2023-12-07T18:47:24.972720+0000 mgr.a (mgr.24293) 21531 : cluster 0 pgmap v16100: 33 pgs: 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:47:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:25 smithi027 bash[31536]: cluster 2023-12-07T18:47:24.972720+0000 mgr.a (mgr.24293) 21531 : cluster 0 pgmap v16100: 33 pgs: 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:47:27.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:27.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:27.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:28.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:28.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:28 smithi022 bash[28554]: cluster 2023-12-07T18:47:26.973527+0000 mgr.a (mgr.24293) 21532 : cluster 0 pgmap v16101: 33 pgs: 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:47:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:28 smithi044 bash[32620]: cluster 2023-12-07T18:47:26.973527+0000 mgr.a (mgr.24293) 21532 : cluster 0 pgmap v16101: 33 pgs: 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:47:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:28 smithi027 bash[31536]: cluster 2023-12-07T18:47:26.973527+0000 mgr.a (mgr.24293) 21532 : cluster 0 pgmap v16101: 33 pgs: 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:47:29.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:29 smithi022 bash[28554]: audit 2023-12-07T18:47:27.821114+0000 mgr.a (mgr.24293) 21533 : audit 0 from='client.424344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:29 smithi044 bash[32620]: audit 2023-12-07T18:47:27.821114+0000 mgr.a (mgr.24293) 21533 : audit 0 from='client.424344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:29 smithi027 bash[31536]: audit 2023-12-07T18:47:27.821114+0000 mgr.a (mgr.24293) 21533 : audit 0 from='client.424344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:30 smithi022 bash[28554]: cluster 2023-12-07T18:47:28.974404+0000 mgr.a (mgr.24293) 21534 : cluster 0 pgmap v16102: 33 pgs: 33 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:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:30 smithi044 bash[32620]: cluster 2023-12-07T18:47:28.974404+0000 mgr.a (mgr.24293) 21534 : cluster 0 pgmap v16102: 33 pgs: 33 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:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:30 smithi027 bash[31536]: cluster 2023-12-07T18:47:28.974404+0000 mgr.a (mgr.24293) 21534 : cluster 0 pgmap v16102: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:32 smithi022 bash[28554]: cluster 2023-12-07T18:47:30.975362+0000 mgr.a (mgr.24293) 21535 : cluster 0 pgmap v16103: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:32 smithi044 bash[32620]: cluster 2023-12-07T18:47:30.975362+0000 mgr.a (mgr.24293) 21535 : cluster 0 pgmap v16103: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:32 smithi027 bash[31536]: cluster 2023-12-07T18:47:30.975362+0000 mgr.a (mgr.24293) 21535 : cluster 0 pgmap v16103: 33 pgs: 33 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:33.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:33.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:33.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:34.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:34.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:34.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:34.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:34.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:34 smithi022 bash[28554]: cluster 2023-12-07T18:47:32.976072+0000 mgr.a (mgr.24293) 21536 : cluster 0 pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:34 smithi044 bash[32620]: cluster 2023-12-07T18:47:32.976072+0000 mgr.a (mgr.24293) 21536 : cluster 0 pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:34 smithi027 bash[31536]: cluster 2023-12-07T18:47:32.976072+0000 mgr.a (mgr.24293) 21536 : cluster 0 pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:35 smithi022 bash[28554]: audit 2023-12-07T18:47:33.789580+0000 mgr.a (mgr.24293) 21537 : audit 0 from='client.424422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:35 smithi044 bash[32620]: audit 2023-12-07T18:47:33.789580+0000 mgr.a (mgr.24293) 21537 : audit 0 from='client.424422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:35 smithi027 bash[31536]: audit 2023-12-07T18:47:33.789580+0000 mgr.a (mgr.24293) 21537 : audit 0 from='client.424422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:36 smithi022 bash[28554]: cluster 2023-12-07T18:47:34.976831+0000 mgr.a (mgr.24293) 21538 : cluster 0 pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:36 smithi044 bash[32620]: cluster 2023-12-07T18:47:34.976831+0000 mgr.a (mgr.24293) 21538 : cluster 0 pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:36 smithi027 bash[31536]: cluster 2023-12-07T18:47:34.976831+0000 mgr.a (mgr.24293) 21538 : cluster 0 pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:38 smithi022 bash[28554]: cluster 2023-12-07T18:47:36.977668+0000 mgr.a (mgr.24293) 21539 : cluster 0 pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:38 smithi022 bash[28554]: audit 2023-12-07T18:47:37.690789+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:38 smithi044 bash[32620]: cluster 2023-12-07T18:47:36.977668+0000 mgr.a (mgr.24293) 21539 : cluster 0 pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:38 smithi044 bash[32620]: audit 2023-12-07T18:47:37.690789+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:38 smithi027 bash[31536]: cluster 2023-12-07T18:47:36.977668+0000 mgr.a (mgr.24293) 21539 : cluster 0 pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:38.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:38 smithi027 bash[31536]: audit 2023-12-07T18:47:37.690789+0000 mon.a (mon.0) 3410 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:39.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:39.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:39.342 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:38.223761+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:38.230016+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:38.235219+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:38.240540+0000 mon.a (mon.0) 3414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: cluster 2023-12-07T18:47:38.978214+0000 mgr.a (mgr.24293) 21540 : cluster 0 pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:39.018080+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:39.019983+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:39 smithi022 bash[28554]: audit 2023-12-07T18:47:39.029452+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:38.223761+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:38.230016+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:38.235219+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:38.240540+0000 mon.a (mon.0) 3414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: cluster 2023-12-07T18:47:38.978214+0000 mgr.a (mgr.24293) 21540 : cluster 0 pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:39.018080+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:39.019983+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:39.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:39 smithi044 bash[32620]: audit 2023-12-07T18:47:39.029452+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:38.223761+0000 mon.a (mon.0) 3411 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:38.230016+0000 mon.a (mon.0) 3412 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:38.235219+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:38.240540+0000 mon.a (mon.0) 3414 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: cluster 2023-12-07T18:47:38.978214+0000 mgr.a (mgr.24293) 21540 : cluster 0 pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:39.018080+0000 mon.a (mon.0) 3415 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:39.019983+0000 mon.a (mon.0) 3416 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:39.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:39 smithi027 bash[31536]: audit 2023-12-07T18:47:39.029452+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:47:40.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:40.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:40.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:40.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:40.283 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:40.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:40 smithi022 bash[28554]: audit 2023-12-07T18:47:39.753271+0000 mgr.a (mgr.24293) 21541 : audit 0 from='client.424497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:40 smithi044 bash[32620]: audit 2023-12-07T18:47:39.753271+0000 mgr.a (mgr.24293) 21541 : audit 0 from='client.424497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:40 smithi027 bash[31536]: audit 2023-12-07T18:47:39.753271+0000 mgr.a (mgr.24293) 21541 : audit 0 from='client.424497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:41.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:41 smithi022 bash[28554]: cluster 2023-12-07T18:47:40.979132+0000 mgr.a (mgr.24293) 21542 : cluster 0 pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:41 smithi044 bash[32620]: cluster 2023-12-07T18:47:40.979132+0000 mgr.a (mgr.24293) 21542 : cluster 0 pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:41 smithi027 bash[31536]: cluster 2023-12-07T18:47:40.979132+0000 mgr.a (mgr.24293) 21542 : cluster 0 pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:44 smithi022 bash[28554]: cluster 2023-12-07T18:47:42.979746+0000 mgr.a (mgr.24293) 21543 : cluster 0 pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:44 smithi044 bash[32620]: cluster 2023-12-07T18:47:42.979746+0000 mgr.a (mgr.24293) 21543 : cluster 0 pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:44.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:44 smithi027 bash[31536]: cluster 2023-12-07T18:47:42.979746+0000 mgr.a (mgr.24293) 21543 : cluster 0 pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:45.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:45.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:45.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:45 smithi022 bash[28554]: cluster 2023-12-07T18:47:44.980335+0000 mgr.a (mgr.24293) 21544 : cluster 0 pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:45 smithi044 bash[32620]: cluster 2023-12-07T18:47:44.980335+0000 mgr.a (mgr.24293) 21544 : cluster 0 pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:45 smithi027 bash[31536]: cluster 2023-12-07T18:47:44.980335+0000 mgr.a (mgr.24293) 21544 : cluster 0 pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:46.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:46.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:46 smithi022 bash[28554]: audit 2023-12-07T18:47:45.698314+0000 mgr.a (mgr.24293) 21545 : audit 0 from='client.424575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:46.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:46 smithi044 bash[32620]: audit 2023-12-07T18:47:45.698314+0000 mgr.a (mgr.24293) 21545 : audit 0 from='client.424575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:46 smithi027 bash[31536]: audit 2023-12-07T18:47:45.698314+0000 mgr.a (mgr.24293) 21545 : audit 0 from='client.424575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:47.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:47 smithi022 bash[28554]: cluster 2023-12-07T18:47:46.981355+0000 mgr.a (mgr.24293) 21546 : cluster 0 pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:47 smithi044 bash[32620]: cluster 2023-12-07T18:47:46.981355+0000 mgr.a (mgr.24293) 21546 : cluster 0 pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:47.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:47 smithi027 bash[31536]: cluster 2023-12-07T18:47:46.981355+0000 mgr.a (mgr.24293) 21546 : cluster 0 pgmap v16111: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:50 smithi022 bash[28554]: cluster 2023-12-07T18:47:48.981939+0000 mgr.a (mgr.24293) 21547 : cluster 0 pgmap v16112: 33 pgs: 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:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:50 smithi044 bash[32620]: cluster 2023-12-07T18:47:48.981939+0000 mgr.a (mgr.24293) 21547 : cluster 0 pgmap v16112: 33 pgs: 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:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:50 smithi027 bash[31536]: cluster 2023-12-07T18:47:48.981939+0000 mgr.a (mgr.24293) 21547 : cluster 0 pgmap v16112: 33 pgs: 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:51.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:51.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:51.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:52.177 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:52.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:52.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:52.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:52.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:52.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:52 smithi022 bash[28554]: cluster 2023-12-07T18:47:50.982868+0000 mgr.a (mgr.24293) 21548 : cluster 0 pgmap v16113: 33 pgs: 33 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.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:52 smithi044 bash[32620]: cluster 2023-12-07T18:47:50.982868+0000 mgr.a (mgr.24293) 21548 : cluster 0 pgmap v16113: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:52 smithi027 bash[31536]: cluster 2023-12-07T18:47:50.982868+0000 mgr.a (mgr.24293) 21548 : cluster 0 pgmap v16113: 33 pgs: 33 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:53.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:53 smithi022 bash[28554]: audit 2023-12-07T18:47:51.648716+0000 mgr.a (mgr.24293) 21549 : audit 0 from='client.424650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:53 smithi044 bash[32620]: audit 2023-12-07T18:47:51.648716+0000 mgr.a (mgr.24293) 21549 : audit 0 from='client.424650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:53 smithi027 bash[31536]: audit 2023-12-07T18:47:51.648716+0000 mgr.a (mgr.24293) 21549 : audit 0 from='client.424650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:54 smithi022 bash[28554]: cluster 2023-12-07T18:47:52.983798+0000 mgr.a (mgr.24293) 21550 : cluster 0 pgmap v16114: 33 pgs: 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:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:54 smithi044 bash[32620]: cluster 2023-12-07T18:47:52.983798+0000 mgr.a (mgr.24293) 21550 : cluster 0 pgmap v16114: 33 pgs: 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:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:54 smithi027 bash[31536]: cluster 2023-12-07T18:47:52.983798+0000 mgr.a (mgr.24293) 21550 : cluster 0 pgmap v16114: 33 pgs: 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:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:55 smithi022 bash[28554]: cluster 2023-12-07T18:47:54.984537+0000 mgr.a (mgr.24293) 21551 : cluster 0 pgmap v16115: 33 pgs: 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:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:55 smithi044 bash[32620]: cluster 2023-12-07T18:47:54.984537+0000 mgr.a (mgr.24293) 21551 : cluster 0 pgmap v16115: 33 pgs: 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:55.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:55 smithi027 bash[31536]: cluster 2023-12-07T18:47:54.984537+0000 mgr.a (mgr.24293) 21551 : cluster 0 pgmap v16115: 33 pgs: 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:57.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:47:57.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:57.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:58.116 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:47:58.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:58.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:58.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:58.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:47:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:58 smithi022 bash[28554]: cluster 2023-12-07T18:47:56.985561+0000 mgr.a (mgr.24293) 21552 : cluster 0 pgmap v16116: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:58 smithi044 bash[32620]: cluster 2023-12-07T18:47:56.985561+0000 mgr.a (mgr.24293) 21552 : cluster 0 pgmap v16116: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:58 smithi027 bash[31536]: cluster 2023-12-07T18:47:56.985561+0000 mgr.a (mgr.24293) 21552 : cluster 0 pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:59.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:47:59 smithi022 bash[28554]: audit 2023-12-07T18:47:57.590561+0000 mgr.a (mgr.24293) 21553 : audit 0 from='client.424728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:47:59 smithi044 bash[32620]: audit 2023-12-07T18:47:57.590561+0000 mgr.a (mgr.24293) 21553 : audit 0 from='client.424728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:59.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:47:59 smithi027 bash[31536]: audit 2023-12-07T18:47:57.590561+0000 mgr.a (mgr.24293) 21553 : audit 0 from='client.424728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:00 smithi022 bash[28554]: cluster 2023-12-07T18:47:58.986362+0000 mgr.a (mgr.24293) 21554 : cluster 0 pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:00 smithi044 bash[32620]: cluster 2023-12-07T18:47:58.986362+0000 mgr.a (mgr.24293) 21554 : cluster 0 pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:00 smithi027 bash[31536]: cluster 2023-12-07T18:47:58.986362+0000 mgr.a (mgr.24293) 21554 : cluster 0 pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:02.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:02 smithi022 bash[28554]: cluster 2023-12-07T18:48:00.987185+0000 mgr.a (mgr.24293) 21555 : cluster 0 pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:02.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:02 smithi044 bash[32620]: cluster 2023-12-07T18:48:00.987185+0000 mgr.a (mgr.24293) 21555 : cluster 0 pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:02.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:02 smithi027 bash[31536]: cluster 2023-12-07T18:48:00.987185+0000 mgr.a (mgr.24293) 21555 : cluster 0 pgmap v16118: 33 pgs: 33 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:03.118 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:03.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:03.119 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:04.068 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:04.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:04.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:04.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:04.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:04 smithi022 bash[28554]: cluster 2023-12-07T18:48:02.987738+0000 mgr.a (mgr.24293) 21556 : cluster 0 pgmap v16119: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:04 smithi044 bash[32620]: cluster 2023-12-07T18:48:02.987738+0000 mgr.a (mgr.24293) 21556 : cluster 0 pgmap v16119: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:04 smithi027 bash[31536]: cluster 2023-12-07T18:48:02.987738+0000 mgr.a (mgr.24293) 21556 : cluster 0 pgmap v16119: 33 pgs: 33 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:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:05 smithi022 bash[28554]: audit 2023-12-07T18:48:03.530085+0000 mgr.a (mgr.24293) 21557 : audit 0 from='client.424803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:05 smithi044 bash[32620]: audit 2023-12-07T18:48:03.530085+0000 mgr.a (mgr.24293) 21557 : audit 0 from='client.424803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:05.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:05 smithi027 bash[31536]: audit 2023-12-07T18:48:03.530085+0000 mgr.a (mgr.24293) 21557 : audit 0 from='client.424803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:06.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:06 smithi022 bash[28554]: cluster 2023-12-07T18:48:04.988477+0000 mgr.a (mgr.24293) 21558 : cluster 0 pgmap v16120: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:06 smithi044 bash[32620]: cluster 2023-12-07T18:48:04.988477+0000 mgr.a (mgr.24293) 21558 : cluster 0 pgmap v16120: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:06 smithi027 bash[31536]: cluster 2023-12-07T18:48:04.988477+0000 mgr.a (mgr.24293) 21558 : cluster 0 pgmap v16120: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:08 smithi022 bash[28554]: cluster 2023-12-07T18:48:06.989311+0000 mgr.a (mgr.24293) 21559 : cluster 0 pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:08 smithi044 bash[32620]: cluster 2023-12-07T18:48:06.989311+0000 mgr.a (mgr.24293) 21559 : cluster 0 pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:08.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:08 smithi027 bash[31536]: cluster 2023-12-07T18:48:06.989311+0000 mgr.a (mgr.24293) 21559 : cluster 0 pgmap v16121: 33 pgs: 33 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:09.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:09.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:09.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:09.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:09.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:09.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:09.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:09.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:10 smithi022 bash[28554]: cluster 2023-12-07T18:48:08.989889+0000 mgr.a (mgr.24293) 21560 : cluster 0 pgmap v16122: 33 pgs: 33 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:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:10 smithi044 bash[32620]: cluster 2023-12-07T18:48:08.989889+0000 mgr.a (mgr.24293) 21560 : cluster 0 pgmap v16122: 33 pgs: 33 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:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:10 smithi027 bash[31536]: cluster 2023-12-07T18:48:08.989889+0000 mgr.a (mgr.24293) 21560 : cluster 0 pgmap v16122: 33 pgs: 33 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:11.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:11 smithi022 bash[28554]: audit 2023-12-07T18:48:09.494369+0000 mgr.a (mgr.24293) 21561 : audit 0 from='client.334478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:11 smithi044 bash[32620]: audit 2023-12-07T18:48:09.494369+0000 mgr.a (mgr.24293) 21561 : audit 0 from='client.334478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:11 smithi027 bash[31536]: audit 2023-12-07T18:48:09.494369+0000 mgr.a (mgr.24293) 21561 : audit 0 from='client.334478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:12 smithi022 bash[28554]: cluster 2023-12-07T18:48:10.990798+0000 mgr.a (mgr.24293) 21562 : cluster 0 pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:12 smithi044 bash[32620]: cluster 2023-12-07T18:48:10.990798+0000 mgr.a (mgr.24293) 21562 : cluster 0 pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:12 smithi027 bash[31536]: cluster 2023-12-07T18:48:10.990798+0000 mgr.a (mgr.24293) 21562 : cluster 0 pgmap v16123: 33 pgs: 33 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:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:14 smithi022 bash[28554]: cluster 2023-12-07T18:48:12.991370+0000 mgr.a (mgr.24293) 21563 : cluster 0 pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:14 smithi044 bash[32620]: cluster 2023-12-07T18:48:12.991370+0000 mgr.a (mgr.24293) 21563 : cluster 0 pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:14 smithi027 bash[31536]: cluster 2023-12-07T18:48:12.991370+0000 mgr.a (mgr.24293) 21563 : cluster 0 pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:15.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:15.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:15.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:15 smithi022 bash[28554]: cluster 2023-12-07T18:48:14.991926+0000 mgr.a (mgr.24293) 21564 : cluster 0 pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:15 smithi044 bash[32620]: cluster 2023-12-07T18:48:14.991926+0000 mgr.a (mgr.24293) 21564 : cluster 0 pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:15 smithi027 bash[31536]: cluster 2023-12-07T18:48:14.991926+0000 mgr.a (mgr.24293) 21564 : cluster 0 pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:15.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:15.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:15.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:15.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:15.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:16 smithi022 bash[28554]: audit 2023-12-07T18:48:15.412065+0000 mgr.a (mgr.24293) 21565 : audit 0 from='client.424950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:16 smithi044 bash[32620]: audit 2023-12-07T18:48:15.412065+0000 mgr.a (mgr.24293) 21565 : audit 0 from='client.424950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:16 smithi027 bash[31536]: audit 2023-12-07T18:48:15.412065+0000 mgr.a (mgr.24293) 21565 : audit 0 from='client.424950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:17.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:17 smithi022 bash[28554]: cluster 2023-12-07T18:48:16.992965+0000 mgr.a (mgr.24293) 21566 : cluster 0 pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:17 smithi044 bash[32620]: cluster 2023-12-07T18:48:16.992965+0000 mgr.a (mgr.24293) 21566 : cluster 0 pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:17 smithi027 bash[31536]: cluster 2023-12-07T18:48:16.992965+0000 mgr.a (mgr.24293) 21566 : cluster 0 pgmap v16126: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:20 smithi022 bash[28554]: cluster 2023-12-07T18:48:18.993525+0000 mgr.a (mgr.24293) 21567 : cluster 0 pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:20 smithi044 bash[32620]: cluster 2023-12-07T18:48:18.993525+0000 mgr.a (mgr.24293) 21567 : cluster 0 pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:20.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:20 smithi027 bash[31536]: cluster 2023-12-07T18:48:18.993525+0000 mgr.a (mgr.24293) 21567 : cluster 0 pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:20.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:20.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:20.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:21.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:21.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:22 smithi022 bash[28554]: cluster 2023-12-07T18:48:20.994109+0000 mgr.a (mgr.24293) 21568 : cluster 0 pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:22 smithi044 bash[32620]: cluster 2023-12-07T18:48:20.994109+0000 mgr.a (mgr.24293) 21568 : cluster 0 pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:22 smithi027 bash[31536]: cluster 2023-12-07T18:48:20.994109+0000 mgr.a (mgr.24293) 21568 : cluster 0 pgmap v16128: 33 pgs: 33 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:23.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:23 smithi022 bash[28554]: audit 2023-12-07T18:48:21.362290+0000 mgr.a (mgr.24293) 21569 : audit 0 from='client.425028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:23 smithi044 bash[32620]: audit 2023-12-07T18:48:21.362290+0000 mgr.a (mgr.24293) 21569 : audit 0 from='client.425028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:23.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:23 smithi027 bash[31536]: audit 2023-12-07T18:48:21.362290+0000 mgr.a (mgr.24293) 21569 : audit 0 from='client.425028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:24 smithi022 bash[28554]: cluster 2023-12-07T18:48:22.994820+0000 mgr.a (mgr.24293) 21570 : cluster 0 pgmap v16129: 33 pgs: 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:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:24 smithi044 bash[32620]: cluster 2023-12-07T18:48:22.994820+0000 mgr.a (mgr.24293) 21570 : cluster 0 pgmap v16129: 33 pgs: 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:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:24 smithi027 bash[31536]: cluster 2023-12-07T18:48:22.994820+0000 mgr.a (mgr.24293) 21570 : cluster 0 pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:25 smithi022 bash[28554]: cluster 2023-12-07T18:48:24.995388+0000 mgr.a (mgr.24293) 21571 : cluster 0 pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:25 smithi044 bash[32620]: cluster 2023-12-07T18:48:24.995388+0000 mgr.a (mgr.24293) 21571 : cluster 0 pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:25 smithi027 bash[31536]: cluster 2023-12-07T18:48:24.995388+0000 mgr.a (mgr.24293) 21571 : cluster 0 pgmap v16130: 33 pgs: 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:26.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:26.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:26.917 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:27.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:27.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:27.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:27.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:27.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:28 smithi022 bash[28554]: cluster 2023-12-07T18:48:26.996195+0000 mgr.a (mgr.24293) 21572 : cluster 0 pgmap v16131: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:28 smithi044 bash[32620]: cluster 2023-12-07T18:48:26.996195+0000 mgr.a (mgr.24293) 21572 : cluster 0 pgmap v16131: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:28 smithi027 bash[31536]: cluster 2023-12-07T18:48:26.996195+0000 mgr.a (mgr.24293) 21572 : cluster 0 pgmap v16131: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:29 smithi022 bash[28554]: audit 2023-12-07T18:48:27.328195+0000 mgr.a (mgr.24293) 21573 : audit 0 from='client.425100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:29 smithi044 bash[32620]: audit 2023-12-07T18:48:27.328195+0000 mgr.a (mgr.24293) 21573 : audit 0 from='client.425100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:29 smithi027 bash[31536]: audit 2023-12-07T18:48:27.328195+0000 mgr.a (mgr.24293) 21573 : audit 0 from='client.425100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:30 smithi022 bash[28554]: cluster 2023-12-07T18:48:28.996882+0000 mgr.a (mgr.24293) 21574 : cluster 0 pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:30 smithi044 bash[32620]: cluster 2023-12-07T18:48:28.996882+0000 mgr.a (mgr.24293) 21574 : cluster 0 pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:30 smithi027 bash[31536]: cluster 2023-12-07T18:48:28.996882+0000 mgr.a (mgr.24293) 21574 : cluster 0 pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:32 smithi022 bash[28554]: cluster 2023-12-07T18:48:30.997719+0000 mgr.a (mgr.24293) 21575 : cluster 0 pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:32 smithi044 bash[32620]: cluster 2023-12-07T18:48:30.997719+0000 mgr.a (mgr.24293) 21575 : cluster 0 pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:32 smithi027 bash[31536]: cluster 2023-12-07T18:48:30.997719+0000 mgr.a (mgr.24293) 21575 : cluster 0 pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:32.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:32.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:32.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:33.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:33.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:33.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:33.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:33.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:34 smithi022 bash[28554]: cluster 2023-12-07T18:48:32.998295+0000 mgr.a (mgr.24293) 21576 : cluster 0 pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:34 smithi044 bash[32620]: cluster 2023-12-07T18:48:32.998295+0000 mgr.a (mgr.24293) 21576 : cluster 0 pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:34 smithi027 bash[31536]: cluster 2023-12-07T18:48:32.998295+0000 mgr.a (mgr.24293) 21576 : cluster 0 pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:35 smithi022 bash[28554]: audit 2023-12-07T18:48:33.263436+0000 mgr.a (mgr.24293) 21577 : audit 0 from='client.425178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:35 smithi044 bash[32620]: audit 2023-12-07T18:48:33.263436+0000 mgr.a (mgr.24293) 21577 : audit 0 from='client.425178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:35 smithi027 bash[31536]: audit 2023-12-07T18:48:33.263436+0000 mgr.a (mgr.24293) 21577 : audit 0 from='client.425178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:36 smithi022 bash[28554]: cluster 2023-12-07T18:48:34.999000+0000 mgr.a (mgr.24293) 21578 : cluster 0 pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:36 smithi044 bash[32620]: cluster 2023-12-07T18:48:34.999000+0000 mgr.a (mgr.24293) 21578 : cluster 0 pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:36 smithi027 bash[31536]: cluster 2023-12-07T18:48:34.999000+0000 mgr.a (mgr.24293) 21578 : cluster 0 pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:38 smithi022 bash[28554]: cluster 2023-12-07T18:48:37.000028+0000 mgr.a (mgr.24293) 21579 : cluster 0 pgmap v16136: 33 pgs: 33 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:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:38 smithi044 bash[32620]: cluster 2023-12-07T18:48:37.000028+0000 mgr.a (mgr.24293) 21579 : cluster 0 pgmap v16136: 33 pgs: 33 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:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:38 smithi027 bash[31536]: cluster 2023-12-07T18:48:37.000028+0000 mgr.a (mgr.24293) 21579 : cluster 0 pgmap v16136: 33 pgs: 33 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:38.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:38.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:38.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:39.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:39.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:39.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:39.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:39.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:40 smithi022 bash[28554]: cluster 2023-12-07T18:48:39.000618+0000 mgr.a (mgr.24293) 21580 : cluster 0 pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:40 smithi022 bash[28554]: audit 2023-12-07T18:48:39.131706+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:40 smithi022 bash[28554]: audit 2023-12-07T18:48:39.923463+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:40 smithi022 bash[28554]: audit 2023-12-07T18:48:39.925682+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:40 smithi022 bash[28554]: audit 2023-12-07T18:48:39.935457+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:48:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:40 smithi044 bash[32620]: cluster 2023-12-07T18:48:39.000618+0000 mgr.a (mgr.24293) 21580 : cluster 0 pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:40 smithi044 bash[32620]: audit 2023-12-07T18:48:39.131706+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:40 smithi044 bash[32620]: audit 2023-12-07T18:48:39.923463+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:40 smithi044 bash[32620]: audit 2023-12-07T18:48:39.925682+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:40 smithi044 bash[32620]: audit 2023-12-07T18:48:39.935457+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:48:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:40 smithi027 bash[31536]: cluster 2023-12-07T18:48:39.000618+0000 mgr.a (mgr.24293) 21580 : cluster 0 pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:40 smithi027 bash[31536]: audit 2023-12-07T18:48:39.131706+0000 mon.a (mon.0) 3418 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:40 smithi027 bash[31536]: audit 2023-12-07T18:48:39.923463+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:40 smithi027 bash[31536]: audit 2023-12-07T18:48:39.925682+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:40.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:40 smithi027 bash[31536]: audit 2023-12-07T18:48:39.935457+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:48:41.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:41 smithi022 bash[28554]: audit 2023-12-07T18:48:39.188113+0000 mgr.a (mgr.24293) 21581 : audit 0 from='client.425256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:41 smithi044 bash[32620]: audit 2023-12-07T18:48:39.188113+0000 mgr.a (mgr.24293) 21581 : audit 0 from='client.425256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:41 smithi027 bash[31536]: audit 2023-12-07T18:48:39.188113+0000 mgr.a (mgr.24293) 21581 : audit 0 from='client.425256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:42 smithi022 bash[28554]: cluster 2023-12-07T18:48:41.001493+0000 mgr.a (mgr.24293) 21582 : cluster 0 pgmap v16138: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:42 smithi044 bash[32620]: cluster 2023-12-07T18:48:41.001493+0000 mgr.a (mgr.24293) 21582 : cluster 0 pgmap v16138: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:42 smithi027 bash[31536]: cluster 2023-12-07T18:48:41.001493+0000 mgr.a (mgr.24293) 21582 : cluster 0 pgmap v16138: 33 pgs: 33 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:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:44 smithi022 bash[28554]: cluster 2023-12-07T18:48:43.002061+0000 mgr.a (mgr.24293) 21583 : cluster 0 pgmap v16139: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:44 smithi044 bash[32620]: cluster 2023-12-07T18:48:43.002061+0000 mgr.a (mgr.24293) 21583 : cluster 0 pgmap v16139: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:44 smithi027 bash[31536]: cluster 2023-12-07T18:48:43.002061+0000 mgr.a (mgr.24293) 21583 : cluster 0 pgmap v16139: 33 pgs: 33 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.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:44.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:44.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:45.581 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:45.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:45.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:45.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:45.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:45 smithi022 bash[28554]: cluster 2023-12-07T18:48:45.002608+0000 mgr.a (mgr.24293) 21584 : cluster 0 pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:45 smithi022 bash[28554]: audit 2023-12-07T18:48:45.082902+0000 mgr.a (mgr.24293) 21585 : audit 0 from='client.343834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:45 smithi044 bash[32620]: cluster 2023-12-07T18:48:45.002608+0000 mgr.a (mgr.24293) 21584 : cluster 0 pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:45 smithi044 bash[32620]: audit 2023-12-07T18:48:45.082902+0000 mgr.a (mgr.24293) 21585 : audit 0 from='client.343834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:45 smithi027 bash[31536]: cluster 2023-12-07T18:48:45.002608+0000 mgr.a (mgr.24293) 21584 : cluster 0 pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:45 smithi027 bash[31536]: audit 2023-12-07T18:48:45.082902+0000 mgr.a (mgr.24293) 21585 : audit 0 from='client.343834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:48 smithi022 bash[28554]: cluster 2023-12-07T18:48:47.003418+0000 mgr.a (mgr.24293) 21586 : cluster 0 pgmap v16141: 33 pgs: 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:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:48 smithi044 bash[32620]: cluster 2023-12-07T18:48:47.003418+0000 mgr.a (mgr.24293) 21586 : cluster 0 pgmap v16141: 33 pgs: 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:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:48 smithi027 bash[31536]: cluster 2023-12-07T18:48:47.003418+0000 mgr.a (mgr.24293) 21586 : cluster 0 pgmap v16141: 33 pgs: 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:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:50 smithi022 bash[28554]: cluster 2023-12-07T18:48:49.003909+0000 mgr.a (mgr.24293) 21587 : cluster 0 pgmap v16142: 33 pgs: 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:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:50 smithi044 bash[32620]: cluster 2023-12-07T18:48:49.003909+0000 mgr.a (mgr.24293) 21587 : cluster 0 pgmap v16142: 33 pgs: 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:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:50 smithi027 bash[31536]: cluster 2023-12-07T18:48:49.003909+0000 mgr.a (mgr.24293) 21587 : cluster 0 pgmap v16142: 33 pgs: 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:50.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:50.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:50.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:51.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:51.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:51.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:51.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:51.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:52 smithi022 bash[28554]: audit 2023-12-07T18:48:50.993027+0000 mgr.a (mgr.24293) 21588 : audit 0 from='client.425406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:52 smithi022 bash[28554]: cluster 2023-12-07T18:48:51.008158+0000 mgr.a (mgr.24293) 21589 : cluster 0 pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:52 smithi044 bash[32620]: audit 2023-12-07T18:48:50.993027+0000 mgr.a (mgr.24293) 21588 : audit 0 from='client.425406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:52 smithi044 bash[32620]: cluster 2023-12-07T18:48:51.008158+0000 mgr.a (mgr.24293) 21589 : cluster 0 pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:52 smithi027 bash[31536]: audit 2023-12-07T18:48:50.993027+0000 mgr.a (mgr.24293) 21588 : audit 0 from='client.425406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:52 smithi027 bash[31536]: cluster 2023-12-07T18:48:51.008158+0000 mgr.a (mgr.24293) 21589 : cluster 0 pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:54 smithi022 bash[28554]: cluster 2023-12-07T18:48:53.008965+0000 mgr.a (mgr.24293) 21590 : cluster 0 pgmap v16144: 33 pgs: 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:54 smithi044 bash[32620]: cluster 2023-12-07T18:48:53.008965+0000 mgr.a (mgr.24293) 21590 : cluster 0 pgmap v16144: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:54 smithi027 bash[31536]: cluster 2023-12-07T18:48:53.008965+0000 mgr.a (mgr.24293) 21590 : cluster 0 pgmap v16144: 33 pgs: 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:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:55 smithi022 bash[28554]: cluster 2023-12-07T18:48:55.009533+0000 mgr.a (mgr.24293) 21591 : cluster 0 pgmap v16145: 33 pgs: 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:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:55 smithi044 bash[32620]: cluster 2023-12-07T18:48:55.009533+0000 mgr.a (mgr.24293) 21591 : cluster 0 pgmap v16145: 33 pgs: 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:55.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:55 smithi027 bash[31536]: cluster 2023-12-07T18:48:55.009533+0000 mgr.a (mgr.24293) 21591 : cluster 0 pgmap v16145: 33 pgs: 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:56.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:48:56.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:56.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:57.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:48:57.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:57.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:57.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:57.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:48:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:58 smithi022 bash[28554]: audit 2023-12-07T18:48:56.920451+0000 mgr.a (mgr.24293) 21592 : audit 0 from='client.425481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:48:58 smithi022 bash[28554]: cluster 2023-12-07T18:48:57.010207+0000 mgr.a (mgr.24293) 21593 : cluster 0 pgmap v16146: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:58 smithi044 bash[32620]: audit 2023-12-07T18:48:56.920451+0000 mgr.a (mgr.24293) 21592 : audit 0 from='client.425481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:48:58 smithi044 bash[32620]: cluster 2023-12-07T18:48:57.010207+0000 mgr.a (mgr.24293) 21593 : cluster 0 pgmap v16146: 33 pgs: 33 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:58 smithi027 bash[31536]: audit 2023-12-07T18:48:56.920451+0000 mgr.a (mgr.24293) 21592 : audit 0 from='client.425481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:48:58 smithi027 bash[31536]: cluster 2023-12-07T18:48:57.010207+0000 mgr.a (mgr.24293) 21593 : cluster 0 pgmap v16146: 33 pgs: 33 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:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:00 smithi022 bash[28554]: cluster 2023-12-07T18:48:59.011027+0000 mgr.a (mgr.24293) 21594 : cluster 0 pgmap v16147: 33 pgs: 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:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:00 smithi044 bash[32620]: cluster 2023-12-07T18:48:59.011027+0000 mgr.a (mgr.24293) 21594 : cluster 0 pgmap v16147: 33 pgs: 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:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:00 smithi027 bash[31536]: cluster 2023-12-07T18:48:59.011027+0000 mgr.a (mgr.24293) 21594 : cluster 0 pgmap v16147: 33 pgs: 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:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:02 smithi022 bash[28554]: cluster 2023-12-07T18:49:01.011904+0000 mgr.a (mgr.24293) 21595 : cluster 0 pgmap v16148: 33 pgs: 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:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:02 smithi044 bash[32620]: cluster 2023-12-07T18:49:01.011904+0000 mgr.a (mgr.24293) 21595 : cluster 0 pgmap v16148: 33 pgs: 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:02.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:02.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:02.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:02 smithi027 bash[31536]: cluster 2023-12-07T18:49:01.011904+0000 mgr.a (mgr.24293) 21595 : cluster 0 pgmap v16148: 33 pgs: 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:03.382 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:03.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:03.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:03.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:03.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:04 smithi022 bash[28554]: audit 2023-12-07T18:49:02.851119+0000 mgr.a (mgr.24293) 21596 : audit 0 from='client.425559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:04 smithi022 bash[28554]: cluster 2023-12-07T18:49:03.012851+0000 mgr.a (mgr.24293) 21597 : cluster 0 pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:04 smithi044 bash[32620]: audit 2023-12-07T18:49:02.851119+0000 mgr.a (mgr.24293) 21596 : audit 0 from='client.425559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:04 smithi044 bash[32620]: cluster 2023-12-07T18:49:03.012851+0000 mgr.a (mgr.24293) 21597 : cluster 0 pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:04 smithi027 bash[31536]: audit 2023-12-07T18:49:02.851119+0000 mgr.a (mgr.24293) 21596 : audit 0 from='client.425559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:04 smithi027 bash[31536]: cluster 2023-12-07T18:49:03.012851+0000 mgr.a (mgr.24293) 21597 : cluster 0 pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:05 smithi022 bash[28554]: cluster 2023-12-07T18:49:05.013736+0000 mgr.a (mgr.24293) 21598 : cluster 0 pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:05 smithi044 bash[32620]: cluster 2023-12-07T18:49:05.013736+0000 mgr.a (mgr.24293) 21598 : cluster 0 pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:05 smithi027 bash[31536]: cluster 2023-12-07T18:49:05.013736+0000 mgr.a (mgr.24293) 21598 : cluster 0 pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:08.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:08.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:08.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:08 smithi022 bash[28554]: cluster 2023-12-07T18:49:07.014781+0000 mgr.a (mgr.24293) 21599 : cluster 0 pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:08 smithi044 bash[32620]: cluster 2023-12-07T18:49:07.014781+0000 mgr.a (mgr.24293) 21599 : cluster 0 pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:08 smithi027 bash[31536]: cluster 2023-12-07T18:49:07.014781+0000 mgr.a (mgr.24293) 21599 : cluster 0 pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:09.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:09.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:09.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:09.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:09.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:10 smithi022 bash[28554]: audit 2023-12-07T18:49:08.803226+0000 mgr.a (mgr.24293) 21600 : audit 0 from='client.425634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:10 smithi022 bash[28554]: cluster 2023-12-07T18:49:09.015529+0000 mgr.a (mgr.24293) 21601 : cluster 0 pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:10 smithi044 bash[32620]: audit 2023-12-07T18:49:08.803226+0000 mgr.a (mgr.24293) 21600 : audit 0 from='client.425634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:10 smithi044 bash[32620]: cluster 2023-12-07T18:49:09.015529+0000 mgr.a (mgr.24293) 21601 : cluster 0 pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:10 smithi027 bash[31536]: audit 2023-12-07T18:49:08.803226+0000 mgr.a (mgr.24293) 21600 : audit 0 from='client.425634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:10 smithi027 bash[31536]: cluster 2023-12-07T18:49:09.015529+0000 mgr.a (mgr.24293) 21601 : cluster 0 pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:12 smithi022 bash[28554]: cluster 2023-12-07T18:49:11.016549+0000 mgr.a (mgr.24293) 21602 : cluster 0 pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:12 smithi044 bash[32620]: cluster 2023-12-07T18:49:11.016549+0000 mgr.a (mgr.24293) 21602 : cluster 0 pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:12 smithi027 bash[31536]: cluster 2023-12-07T18:49:11.016549+0000 mgr.a (mgr.24293) 21602 : cluster 0 pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:14.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:14.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:14.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:14 smithi022 bash[28554]: cluster 2023-12-07T18:49:13.017316+0000 mgr.a (mgr.24293) 21603 : cluster 0 pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:14 smithi044 bash[32620]: cluster 2023-12-07T18:49:13.017316+0000 mgr.a (mgr.24293) 21603 : cluster 0 pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:14 smithi027 bash[31536]: cluster 2023-12-07T18:49:13.017316+0000 mgr.a (mgr.24293) 21603 : cluster 0 pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:15.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:15.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:15.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:15.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:15.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:15 smithi022 bash[28554]: audit 2023-12-07T18:49:14.743997+0000 mgr.a (mgr.24293) 21604 : audit 0 from='client.425712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:15 smithi022 bash[28554]: cluster 2023-12-07T18:49:15.026144+0000 mgr.a (mgr.24293) 21605 : cluster 0 pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:15 smithi044 bash[32620]: audit 2023-12-07T18:49:14.743997+0000 mgr.a (mgr.24293) 21604 : audit 0 from='client.425712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:15 smithi044 bash[32620]: cluster 2023-12-07T18:49:15.026144+0000 mgr.a (mgr.24293) 21605 : cluster 0 pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:15 smithi027 bash[31536]: audit 2023-12-07T18:49:14.743997+0000 mgr.a (mgr.24293) 21604 : audit 0 from='client.425712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:15 smithi027 bash[31536]: cluster 2023-12-07T18:49:15.026144+0000 mgr.a (mgr.24293) 21605 : cluster 0 pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:18 smithi022 bash[28554]: cluster 2023-12-07T18:49:17.027393+0000 mgr.a (mgr.24293) 21606 : cluster 0 pgmap v16156: 33 pgs: 33 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:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:18 smithi044 bash[32620]: cluster 2023-12-07T18:49:17.027393+0000 mgr.a (mgr.24293) 21606 : cluster 0 pgmap v16156: 33 pgs: 33 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:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:18 smithi027 bash[31536]: cluster 2023-12-07T18:49:17.027393+0000 mgr.a (mgr.24293) 21606 : cluster 0 pgmap v16156: 33 pgs: 33 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:20.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:20.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:20.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:20 smithi022 bash[28554]: cluster 2023-12-07T18:49:19.027968+0000 mgr.a (mgr.24293) 21607 : cluster 0 pgmap v16157: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:20 smithi044 bash[32620]: cluster 2023-12-07T18:49:19.027968+0000 mgr.a (mgr.24293) 21607 : cluster 0 pgmap v16157: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:20 smithi027 bash[31536]: cluster 2023-12-07T18:49:19.027968+0000 mgr.a (mgr.24293) 21607 : cluster 0 pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:21.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:21.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:21.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:21.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:21.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:22 smithi022 bash[28554]: audit 2023-12-07T18:49:20.694462+0000 mgr.a (mgr.24293) 21608 : audit 0 from='client.335189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:22 smithi022 bash[28554]: cluster 2023-12-07T18:49:21.028732+0000 mgr.a (mgr.24293) 21609 : cluster 0 pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:22 smithi044 bash[32620]: audit 2023-12-07T18:49:20.694462+0000 mgr.a (mgr.24293) 21608 : audit 0 from='client.335189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:22 smithi044 bash[32620]: cluster 2023-12-07T18:49:21.028732+0000 mgr.a (mgr.24293) 21609 : cluster 0 pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:22 smithi027 bash[31536]: audit 2023-12-07T18:49:20.694462+0000 mgr.a (mgr.24293) 21608 : audit 0 from='client.335189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:22 smithi027 bash[31536]: cluster 2023-12-07T18:49:21.028732+0000 mgr.a (mgr.24293) 21609 : cluster 0 pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:24 smithi022 bash[28554]: cluster 2023-12-07T18:49:23.029493+0000 mgr.a (mgr.24293) 21610 : cluster 0 pgmap v16159: 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:49:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:24 smithi044 bash[32620]: cluster 2023-12-07T18:49:23.029493+0000 mgr.a (mgr.24293) 21610 : cluster 0 pgmap v16159: 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:49:24.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:24 smithi027 bash[31536]: cluster 2023-12-07T18:49:23.029493+0000 mgr.a (mgr.24293) 21610 : cluster 0 pgmap v16159: 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:49:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:25 smithi022 bash[28554]: cluster 2023-12-07T18:49:25.030098+0000 mgr.a (mgr.24293) 21611 : cluster 0 pgmap v16160: 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:49:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:25 smithi044 bash[32620]: cluster 2023-12-07T18:49:25.030098+0000 mgr.a (mgr.24293) 21611 : cluster 0 pgmap v16160: 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:49:25.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:25 smithi027 bash[31536]: cluster 2023-12-07T18:49:25.030098+0000 mgr.a (mgr.24293) 21611 : cluster 0 pgmap v16160: 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:49:26.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:26.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:26.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:27.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:27.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:27.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:27.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:27.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:28 smithi022 bash[28554]: audit 2023-12-07T18:49:26.666667+0000 mgr.a (mgr.24293) 21612 : audit 0 from='client.425859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:28 smithi022 bash[28554]: cluster 2023-12-07T18:49:27.031108+0000 mgr.a (mgr.24293) 21613 : cluster 0 pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:28 smithi044 bash[32620]: audit 2023-12-07T18:49:26.666667+0000 mgr.a (mgr.24293) 21612 : audit 0 from='client.425859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:28 smithi044 bash[32620]: cluster 2023-12-07T18:49:27.031108+0000 mgr.a (mgr.24293) 21613 : cluster 0 pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:28 smithi027 bash[31536]: audit 2023-12-07T18:49:26.666667+0000 mgr.a (mgr.24293) 21612 : audit 0 from='client.425859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:28.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:28 smithi027 bash[31536]: cluster 2023-12-07T18:49:27.031108+0000 mgr.a (mgr.24293) 21613 : cluster 0 pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:30 smithi022 bash[28554]: cluster 2023-12-07T18:49:29.031983+0000 mgr.a (mgr.24293) 21614 : cluster 0 pgmap v16162: 33 pgs: 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:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:30 smithi044 bash[32620]: cluster 2023-12-07T18:49:29.031983+0000 mgr.a (mgr.24293) 21614 : cluster 0 pgmap v16162: 33 pgs: 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:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:30 smithi027 bash[31536]: cluster 2023-12-07T18:49:29.031983+0000 mgr.a (mgr.24293) 21614 : cluster 0 pgmap v16162: 33 pgs: 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:32.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:32.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:32.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:32 smithi022 bash[28554]: cluster 2023-12-07T18:49:31.032835+0000 mgr.a (mgr.24293) 21615 : cluster 0 pgmap v16163: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:32 smithi044 bash[32620]: cluster 2023-12-07T18:49:31.032835+0000 mgr.a (mgr.24293) 21615 : cluster 0 pgmap v16163: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:32 smithi027 bash[31536]: cluster 2023-12-07T18:49:31.032835+0000 mgr.a (mgr.24293) 21615 : cluster 0 pgmap v16163: 33 pgs: 33 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:33.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:33.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:33.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:33.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:33.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:34 smithi022 bash[28554]: audit 2023-12-07T18:49:32.624825+0000 mgr.a (mgr.24293) 21616 : audit 0 from='client.425934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:34 smithi022 bash[28554]: cluster 2023-12-07T18:49:33.033566+0000 mgr.a (mgr.24293) 21617 : cluster 0 pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:34 smithi044 bash[32620]: audit 2023-12-07T18:49:32.624825+0000 mgr.a (mgr.24293) 21616 : audit 0 from='client.425934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:34 smithi044 bash[32620]: cluster 2023-12-07T18:49:33.033566+0000 mgr.a (mgr.24293) 21617 : cluster 0 pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:34 smithi027 bash[31536]: audit 2023-12-07T18:49:32.624825+0000 mgr.a (mgr.24293) 21616 : audit 0 from='client.425934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:34.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:34 smithi027 bash[31536]: cluster 2023-12-07T18:49:33.033566+0000 mgr.a (mgr.24293) 21617 : cluster 0 pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:35 smithi022 bash[28554]: cluster 2023-12-07T18:49:35.034175+0000 mgr.a (mgr.24293) 21618 : cluster 0 pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:35 smithi044 bash[32620]: cluster 2023-12-07T18:49:35.034175+0000 mgr.a (mgr.24293) 21618 : cluster 0 pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:35 smithi027 bash[31536]: cluster 2023-12-07T18:49:35.034175+0000 mgr.a (mgr.24293) 21618 : cluster 0 pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:38.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:38.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:38.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:38 smithi022 bash[28554]: cluster 2023-12-07T18:49:37.034981+0000 mgr.a (mgr.24293) 21619 : cluster 0 pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:38 smithi044 bash[32620]: cluster 2023-12-07T18:49:37.034981+0000 mgr.a (mgr.24293) 21619 : cluster 0 pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:38 smithi027 bash[31536]: cluster 2023-12-07T18:49:37.034981+0000 mgr.a (mgr.24293) 21619 : cluster 0 pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:39.109 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:39.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:39.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:39.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:39.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:40 smithi022 bash[28554]: audit 2023-12-07T18:49:38.558820+0000 mgr.a (mgr.24293) 21620 : audit 0 from='client.426006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:40 smithi022 bash[28554]: cluster 2023-12-07T18:49:39.035711+0000 mgr.a (mgr.24293) 21621 : cluster 0 pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:40 smithi022 bash[28554]: audit 2023-12-07T18:49:40.040956+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:40 smithi044 bash[32620]: audit 2023-12-07T18:49:38.558820+0000 mgr.a (mgr.24293) 21620 : audit 0 from='client.426006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:40 smithi044 bash[32620]: cluster 2023-12-07T18:49:39.035711+0000 mgr.a (mgr.24293) 21621 : cluster 0 pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:40 smithi044 bash[32620]: audit 2023-12-07T18:49:40.040956+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:40 smithi027 bash[31536]: audit 2023-12-07T18:49:38.558820+0000 mgr.a (mgr.24293) 21620 : audit 0 from='client.426006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:40 smithi027 bash[31536]: cluster 2023-12-07T18:49:39.035711+0000 mgr.a (mgr.24293) 21621 : cluster 0 pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:40 smithi027 bash[31536]: audit 2023-12-07T18:49:40.040956+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:41.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:41 smithi022 bash[28554]: audit 2023-12-07T18:49:40.775052+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:49:41.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:41 smithi022 bash[28554]: audit 2023-12-07T18:49:40.776653+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:49:41.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:41 smithi022 bash[28554]: audit 2023-12-07T18:49:40.785390+0000 mon.a (mon.0) 3425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:49:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:41 smithi044 bash[32620]: audit 2023-12-07T18:49:40.775052+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:49:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:41 smithi044 bash[32620]: audit 2023-12-07T18:49:40.776653+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:49:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:41 smithi044 bash[32620]: audit 2023-12-07T18:49:40.785390+0000 mon.a (mon.0) 3425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:49:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:41 smithi027 bash[31536]: audit 2023-12-07T18:49:40.775052+0000 mon.a (mon.0) 3423 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:49:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:41 smithi027 bash[31536]: audit 2023-12-07T18:49:40.776653+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:49:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:41 smithi027 bash[31536]: audit 2023-12-07T18:49:40.785390+0000 mon.a (mon.0) 3425 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:49:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:42 smithi022 bash[28554]: cluster 2023-12-07T18:49:41.036497+0000 mgr.a (mgr.24293) 21622 : cluster 0 pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:42 smithi044 bash[32620]: cluster 2023-12-07T18:49:41.036497+0000 mgr.a (mgr.24293) 21622 : cluster 0 pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:42 smithi027 bash[31536]: cluster 2023-12-07T18:49:41.036497+0000 mgr.a (mgr.24293) 21622 : cluster 0 pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:44.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:44.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:44.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:44 smithi022 bash[28554]: cluster 2023-12-07T18:49:43.037071+0000 mgr.a (mgr.24293) 21623 : cluster 0 pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:44 smithi044 bash[32620]: cluster 2023-12-07T18:49:43.037071+0000 mgr.a (mgr.24293) 21623 : cluster 0 pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:44 smithi027 bash[31536]: cluster 2023-12-07T18:49:43.037071+0000 mgr.a (mgr.24293) 21623 : cluster 0 pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:45.057 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:45.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:45.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:45.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:45.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:45 smithi022 bash[28554]: audit 2023-12-07T18:49:44.524607+0000 mgr.a (mgr.24293) 21624 : audit 0 from='client.426084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:45 smithi022 bash[28554]: cluster 2023-12-07T18:49:45.037516+0000 mgr.a (mgr.24293) 21625 : cluster 0 pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:45 smithi044 bash[32620]: audit 2023-12-07T18:49:44.524607+0000 mgr.a (mgr.24293) 21624 : audit 0 from='client.426084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:45 smithi044 bash[32620]: cluster 2023-12-07T18:49:45.037516+0000 mgr.a (mgr.24293) 21625 : cluster 0 pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:45 smithi027 bash[31536]: audit 2023-12-07T18:49:44.524607+0000 mgr.a (mgr.24293) 21624 : audit 0 from='client.426084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:45 smithi027 bash[31536]: cluster 2023-12-07T18:49:45.037516+0000 mgr.a (mgr.24293) 21625 : cluster 0 pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:48 smithi022 bash[28554]: cluster 2023-12-07T18:49:47.038296+0000 mgr.a (mgr.24293) 21626 : cluster 0 pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:48 smithi044 bash[32620]: cluster 2023-12-07T18:49:47.038296+0000 mgr.a (mgr.24293) 21626 : cluster 0 pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:48 smithi027 bash[31536]: cluster 2023-12-07T18:49:47.038296+0000 mgr.a (mgr.24293) 21626 : cluster 0 pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:50.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:50.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:50.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:50 smithi022 bash[28554]: cluster 2023-12-07T18:49:49.038820+0000 mgr.a (mgr.24293) 21627 : cluster 0 pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:50 smithi044 bash[32620]: cluster 2023-12-07T18:49:49.038820+0000 mgr.a (mgr.24293) 21627 : cluster 0 pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:50 smithi027 bash[31536]: cluster 2023-12-07T18:49:49.038820+0000 mgr.a (mgr.24293) 21627 : cluster 0 pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:51.020 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:51.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:51.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:51.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:51.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:52 smithi022 bash[28554]: audit 2023-12-07T18:49:50.469927+0000 mgr.a (mgr.24293) 21628 : audit 0 from='client.426153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:52 smithi022 bash[28554]: cluster 2023-12-07T18:49:51.039989+0000 mgr.a (mgr.24293) 21629 : cluster 0 pgmap v16173: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:52 smithi044 bash[32620]: audit 2023-12-07T18:49:50.469927+0000 mgr.a (mgr.24293) 21628 : audit 0 from='client.426153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:52 smithi044 bash[32620]: cluster 2023-12-07T18:49:51.039989+0000 mgr.a (mgr.24293) 21629 : cluster 0 pgmap v16173: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:52 smithi027 bash[31536]: audit 2023-12-07T18:49:50.469927+0000 mgr.a (mgr.24293) 21628 : audit 0 from='client.426153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:52 smithi027 bash[31536]: cluster 2023-12-07T18:49:51.039989+0000 mgr.a (mgr.24293) 21629 : cluster 0 pgmap v16173: 33 pgs: 33 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:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:54 smithi022 bash[28554]: cluster 2023-12-07T18:49:53.040585+0000 mgr.a (mgr.24293) 21630 : cluster 0 pgmap v16174: 33 pgs: 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:54 smithi044 bash[32620]: cluster 2023-12-07T18:49:53.040585+0000 mgr.a (mgr.24293) 21630 : cluster 0 pgmap v16174: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:54 smithi027 bash[31536]: cluster 2023-12-07T18:49:53.040585+0000 mgr.a (mgr.24293) 21630 : cluster 0 pgmap v16174: 33 pgs: 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:55 smithi022 bash[28554]: cluster 2023-12-07T18:49:55.041165+0000 mgr.a (mgr.24293) 21631 : cluster 0 pgmap v16175: 33 pgs: 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:55 smithi044 bash[32620]: cluster 2023-12-07T18:49:55.041165+0000 mgr.a (mgr.24293) 21631 : cluster 0 pgmap v16175: 33 pgs: 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:55 smithi027 bash[31536]: cluster 2023-12-07T18:49:55.041165+0000 mgr.a (mgr.24293) 21631 : cluster 0 pgmap v16175: 33 pgs: 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:56.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:49:56.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:56.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:56.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:49:56.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:56.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:56.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:56.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:49:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:58 smithi022 bash[28554]: audit 2023-12-07T18:49:56.438077+0000 mgr.a (mgr.24293) 21632 : audit 0 from='client.426231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:49:58 smithi022 bash[28554]: cluster 2023-12-07T18:49:57.042396+0000 mgr.a (mgr.24293) 21633 : cluster 0 pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:58 smithi044 bash[32620]: audit 2023-12-07T18:49:56.438077+0000 mgr.a (mgr.24293) 21632 : audit 0 from='client.426231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:49:58 smithi044 bash[32620]: cluster 2023-12-07T18:49:57.042396+0000 mgr.a (mgr.24293) 21633 : cluster 0 pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:58 smithi027 bash[31536]: audit 2023-12-07T18:49:56.438077+0000 mgr.a (mgr.24293) 21632 : audit 0 from='client.426231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:49:58 smithi027 bash[31536]: cluster 2023-12-07T18:49:57.042396+0000 mgr.a (mgr.24293) 21633 : cluster 0 pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:00 smithi022 bash[28554]: cluster 2023-12-07T18:49:59.043042+0000 mgr.a (mgr.24293) 21634 : cluster 0 pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:00 smithi022 bash[28554]: cluster 2023-12-07T18:50:00.000140+0000 mon.a (mon.0) 3426 : cluster 1 overall HEALTH_OK 2023-12-07T18:50:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:00 smithi044 bash[32620]: cluster 2023-12-07T18:49:59.043042+0000 mgr.a (mgr.24293) 21634 : cluster 0 pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:00 smithi044 bash[32620]: cluster 2023-12-07T18:50:00.000140+0000 mon.a (mon.0) 3426 : cluster 1 overall HEALTH_OK 2023-12-07T18:50:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:00 smithi027 bash[31536]: cluster 2023-12-07T18:49:59.043042+0000 mgr.a (mgr.24293) 21634 : cluster 0 pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:00.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:00 smithi027 bash[31536]: cluster 2023-12-07T18:50:00.000140+0000 mon.a (mon.0) 3426 : cluster 1 overall HEALTH_OK 2023-12-07T18:50:01.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:01.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:01.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:02 smithi022 bash[28554]: cluster 2023-12-07T18:50:01.043959+0000 mgr.a (mgr.24293) 21635 : cluster 0 pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:02 smithi044 bash[32620]: cluster 2023-12-07T18:50:01.043959+0000 mgr.a (mgr.24293) 21635 : cluster 0 pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:02 smithi027 bash[31536]: cluster 2023-12-07T18:50:01.043959+0000 mgr.a (mgr.24293) 21635 : cluster 0 pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:02.865 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:02.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:02.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:02.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:02.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:04 smithi022 bash[28554]: audit 2023-12-07T18:50:02.371775+0000 mgr.a (mgr.24293) 21636 : audit 0 from='client.426309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:04 smithi022 bash[28554]: cluster 2023-12-07T18:50:03.044769+0000 mgr.a (mgr.24293) 21637 : cluster 0 pgmap v16179: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:04 smithi044 bash[32620]: audit 2023-12-07T18:50:02.371775+0000 mgr.a (mgr.24293) 21636 : audit 0 from='client.426309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:04 smithi044 bash[32620]: cluster 2023-12-07T18:50:03.044769+0000 mgr.a (mgr.24293) 21637 : cluster 0 pgmap v16179: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:04 smithi027 bash[31536]: audit 2023-12-07T18:50:02.371775+0000 mgr.a (mgr.24293) 21636 : audit 0 from='client.426309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:04 smithi027 bash[31536]: cluster 2023-12-07T18:50:03.044769+0000 mgr.a (mgr.24293) 21637 : cluster 0 pgmap v16179: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:05 smithi022 bash[28554]: cluster 2023-12-07T18:50:05.045369+0000 mgr.a (mgr.24293) 21638 : cluster 0 pgmap v16180: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:05 smithi044 bash[32620]: cluster 2023-12-07T18:50:05.045369+0000 mgr.a (mgr.24293) 21638 : cluster 0 pgmap v16180: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:05 smithi027 bash[31536]: cluster 2023-12-07T18:50:05.045369+0000 mgr.a (mgr.24293) 21638 : cluster 0 pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:07.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:07.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:07.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:08 smithi022 bash[28554]: cluster 2023-12-07T18:50:07.046164+0000 mgr.a (mgr.24293) 21639 : cluster 0 pgmap v16181: 33 pgs: 33 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:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:08 smithi044 bash[32620]: cluster 2023-12-07T18:50:07.046164+0000 mgr.a (mgr.24293) 21639 : cluster 0 pgmap v16181: 33 pgs: 33 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:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:08 smithi027 bash[31536]: cluster 2023-12-07T18:50:07.046164+0000 mgr.a (mgr.24293) 21639 : cluster 0 pgmap v16181: 33 pgs: 33 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:08.808 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:08.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:08.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:08.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:08.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:10 smithi022 bash[28554]: audit 2023-12-07T18:50:08.279154+0000 mgr.a (mgr.24293) 21640 : audit 0 from='client.426387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:10 smithi022 bash[28554]: cluster 2023-12-07T18:50:09.046996+0000 mgr.a (mgr.24293) 21641 : cluster 0 pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:10 smithi044 bash[32620]: audit 2023-12-07T18:50:08.279154+0000 mgr.a (mgr.24293) 21640 : audit 0 from='client.426387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:10 smithi044 bash[32620]: cluster 2023-12-07T18:50:09.046996+0000 mgr.a (mgr.24293) 21641 : cluster 0 pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:10 smithi027 bash[31536]: audit 2023-12-07T18:50:08.279154+0000 mgr.a (mgr.24293) 21640 : audit 0 from='client.426387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:10 smithi027 bash[31536]: cluster 2023-12-07T18:50:09.046996+0000 mgr.a (mgr.24293) 21641 : cluster 0 pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:12 smithi022 bash[28554]: cluster 2023-12-07T18:50:11.047891+0000 mgr.a (mgr.24293) 21642 : cluster 0 pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:12 smithi044 bash[32620]: cluster 2023-12-07T18:50:11.047891+0000 mgr.a (mgr.24293) 21642 : cluster 0 pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:12 smithi027 bash[31536]: cluster 2023-12-07T18:50:11.047891+0000 mgr.a (mgr.24293) 21642 : cluster 0 pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:13.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:13.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:13.812 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:14 smithi022 bash[28554]: cluster 2023-12-07T18:50:13.048385+0000 mgr.a (mgr.24293) 21643 : cluster 0 pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:14 smithi044 bash[32620]: cluster 2023-12-07T18:50:13.048385+0000 mgr.a (mgr.24293) 21643 : cluster 0 pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:14 smithi027 bash[31536]: cluster 2023-12-07T18:50:13.048385+0000 mgr.a (mgr.24293) 21643 : cluster 0 pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:14.760 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:14.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:14.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:14.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:14.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:15 smithi022 bash[28554]: audit 2023-12-07T18:50:14.227985+0000 mgr.a (mgr.24293) 21644 : audit 0 from='client.426465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:15 smithi022 bash[28554]: cluster 2023-12-07T18:50:15.049050+0000 mgr.a (mgr.24293) 21645 : cluster 0 pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:15 smithi044 bash[32620]: audit 2023-12-07T18:50:14.227985+0000 mgr.a (mgr.24293) 21644 : audit 0 from='client.426465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:15 smithi044 bash[32620]: cluster 2023-12-07T18:50:15.049050+0000 mgr.a (mgr.24293) 21645 : cluster 0 pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:15 smithi027 bash[31536]: audit 2023-12-07T18:50:14.227985+0000 mgr.a (mgr.24293) 21644 : audit 0 from='client.426465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:15 smithi027 bash[31536]: cluster 2023-12-07T18:50:15.049050+0000 mgr.a (mgr.24293) 21645 : cluster 0 pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:18 smithi022 bash[28554]: cluster 2023-12-07T18:50:17.049865+0000 mgr.a (mgr.24293) 21646 : cluster 0 pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:18 smithi044 bash[32620]: cluster 2023-12-07T18:50:17.049865+0000 mgr.a (mgr.24293) 21646 : cluster 0 pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:18 smithi027 bash[31536]: cluster 2023-12-07T18:50:17.049865+0000 mgr.a (mgr.24293) 21646 : cluster 0 pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:19.763 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:19.763 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:19.764 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:20 smithi022 bash[28554]: cluster 2023-12-07T18:50:19.050399+0000 mgr.a (mgr.24293) 21647 : cluster 0 pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:20 smithi044 bash[32620]: cluster 2023-12-07T18:50:19.050399+0000 mgr.a (mgr.24293) 21647 : cluster 0 pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:20 smithi027 bash[31536]: cluster 2023-12-07T18:50:19.050399+0000 mgr.a (mgr.24293) 21647 : cluster 0 pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:20.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:20.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:20.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:20.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:20.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:21.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:21 smithi022 bash[28554]: audit 2023-12-07T18:50:20.172774+0000 mgr.a (mgr.24293) 21648 : audit 0 from='client.426543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:21 smithi044 bash[32620]: audit 2023-12-07T18:50:20.172774+0000 mgr.a (mgr.24293) 21648 : audit 0 from='client.426543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:21 smithi027 bash[31536]: audit 2023-12-07T18:50:20.172774+0000 mgr.a (mgr.24293) 21648 : audit 0 from='client.426543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:22 smithi022 bash[28554]: cluster 2023-12-07T18:50:21.051569+0000 mgr.a (mgr.24293) 21649 : cluster 0 pgmap v16188: 33 pgs: 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:50:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:22 smithi044 bash[32620]: cluster 2023-12-07T18:50:21.051569+0000 mgr.a (mgr.24293) 21649 : cluster 0 pgmap v16188: 33 pgs: 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:50:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:22 smithi027 bash[31536]: cluster 2023-12-07T18:50:21.051569+0000 mgr.a (mgr.24293) 21649 : cluster 0 pgmap v16188: 33 pgs: 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:50:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:24 smithi022 bash[28554]: cluster 2023-12-07T18:50:23.052132+0000 mgr.a (mgr.24293) 21650 : cluster 0 pgmap v16189: 33 pgs: 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:50:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:24 smithi044 bash[32620]: cluster 2023-12-07T18:50:23.052132+0000 mgr.a (mgr.24293) 21650 : cluster 0 pgmap v16189: 33 pgs: 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:50:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:24 smithi027 bash[31536]: cluster 2023-12-07T18:50:23.052132+0000 mgr.a (mgr.24293) 21650 : cluster 0 pgmap v16189: 33 pgs: 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:50:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:25 smithi022 bash[28554]: cluster 2023-12-07T18:50:25.052675+0000 mgr.a (mgr.24293) 21651 : cluster 0 pgmap v16190: 33 pgs: 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:50:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:25 smithi044 bash[32620]: cluster 2023-12-07T18:50:25.052675+0000 mgr.a (mgr.24293) 21651 : cluster 0 pgmap v16190: 33 pgs: 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:50:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:25 smithi027 bash[31536]: cluster 2023-12-07T18:50:25.052675+0000 mgr.a (mgr.24293) 21651 : cluster 0 pgmap v16190: 33 pgs: 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:50:25.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:25.722 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:25.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:26.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:26.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:26.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:26.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:26.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:26 smithi022 bash[28554]: audit 2023-12-07T18:50:26.126901+0000 mgr.a (mgr.24293) 21652 : audit 0 from='client.426618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:26 smithi044 bash[32620]: audit 2023-12-07T18:50:26.126901+0000 mgr.a (mgr.24293) 21652 : audit 0 from='client.426618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:26 smithi027 bash[31536]: audit 2023-12-07T18:50:26.126901+0000 mgr.a (mgr.24293) 21652 : audit 0 from='client.426618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:27 smithi022 bash[28554]: cluster 2023-12-07T18:50:27.053684+0000 mgr.a (mgr.24293) 21653 : cluster 0 pgmap v16191: 33 pgs: 33 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:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:27 smithi044 bash[32620]: cluster 2023-12-07T18:50:27.053684+0000 mgr.a (mgr.24293) 21653 : cluster 0 pgmap v16191: 33 pgs: 33 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:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:27 smithi027 bash[31536]: cluster 2023-12-07T18:50:27.053684+0000 mgr.a (mgr.24293) 21653 : cluster 0 pgmap v16191: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:30 smithi022 bash[28554]: cluster 2023-12-07T18:50:29.054218+0000 mgr.a (mgr.24293) 21654 : cluster 0 pgmap v16192: 33 pgs: 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:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:30 smithi044 bash[32620]: cluster 2023-12-07T18:50:29.054218+0000 mgr.a (mgr.24293) 21654 : cluster 0 pgmap v16192: 33 pgs: 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:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:30 smithi027 bash[31536]: cluster 2023-12-07T18:50:29.054218+0000 mgr.a (mgr.24293) 21654 : cluster 0 pgmap v16192: 33 pgs: 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:31.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:31.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:31.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:32 smithi022 bash[28554]: cluster 2023-12-07T18:50:31.055047+0000 mgr.a (mgr.24293) 21655 : cluster 0 pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:32 smithi044 bash[32620]: cluster 2023-12-07T18:50:31.055047+0000 mgr.a (mgr.24293) 21655 : cluster 0 pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:32 smithi027 bash[31536]: cluster 2023-12-07T18:50:31.055047+0000 mgr.a (mgr.24293) 21655 : cluster 0 pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:32.595 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:33.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:33 smithi022 bash[28554]: audit 2023-12-07T18:50:32.080837+0000 mgr.a (mgr.24293) 21656 : audit 0 from='client.426693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:33 smithi044 bash[32620]: audit 2023-12-07T18:50:32.080837+0000 mgr.a (mgr.24293) 21656 : audit 0 from='client.426693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:33 smithi027 bash[31536]: audit 2023-12-07T18:50:32.080837+0000 mgr.a (mgr.24293) 21656 : audit 0 from='client.426693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:34 smithi022 bash[28554]: cluster 2023-12-07T18:50:33.055801+0000 mgr.a (mgr.24293) 21657 : cluster 0 pgmap v16194: 33 pgs: 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:50:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:34 smithi044 bash[32620]: cluster 2023-12-07T18:50:33.055801+0000 mgr.a (mgr.24293) 21657 : cluster 0 pgmap v16194: 33 pgs: 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:50:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:34 smithi027 bash[31536]: cluster 2023-12-07T18:50:33.055801+0000 mgr.a (mgr.24293) 21657 : cluster 0 pgmap v16194: 33 pgs: 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:50:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:35 smithi022 bash[28554]: cluster 2023-12-07T18:50:35.056368+0000 mgr.a (mgr.24293) 21658 : cluster 0 pgmap v16195: 33 pgs: 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:50:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:35 smithi044 bash[32620]: cluster 2023-12-07T18:50:35.056368+0000 mgr.a (mgr.24293) 21658 : cluster 0 pgmap v16195: 33 pgs: 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:50:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:35 smithi027 bash[31536]: cluster 2023-12-07T18:50:35.056368+0000 mgr.a (mgr.24293) 21658 : cluster 0 pgmap v16195: 33 pgs: 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:50:37.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:37.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:37.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:38 smithi022 bash[28554]: cluster 2023-12-07T18:50:37.057169+0000 mgr.a (mgr.24293) 21659 : cluster 0 pgmap v16196: 33 pgs: 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:50:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:38 smithi044 bash[32620]: cluster 2023-12-07T18:50:37.057169+0000 mgr.a (mgr.24293) 21659 : cluster 0 pgmap v16196: 33 pgs: 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:50:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:38 smithi027 bash[31536]: cluster 2023-12-07T18:50:37.057169+0000 mgr.a (mgr.24293) 21659 : cluster 0 pgmap v16196: 33 pgs: 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:50:38.530 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:38.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:38.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:38.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:38.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:39.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:39 smithi022 bash[28554]: audit 2023-12-07T18:50:38.006244+0000 mgr.a (mgr.24293) 21660 : audit 0 from='client.426771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:39 smithi044 bash[32620]: audit 2023-12-07T18:50:38.006244+0000 mgr.a (mgr.24293) 21660 : audit 0 from='client.426771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:39 smithi027 bash[31536]: audit 2023-12-07T18:50:38.006244+0000 mgr.a (mgr.24293) 21660 : audit 0 from='client.426771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:40 smithi022 bash[28554]: cluster 2023-12-07T18:50:39.057806+0000 mgr.a (mgr.24293) 21661 : cluster 0 pgmap v16197: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:40 smithi044 bash[32620]: cluster 2023-12-07T18:50:39.057806+0000 mgr.a (mgr.24293) 21661 : cluster 0 pgmap v16197: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:40 smithi027 bash[31536]: cluster 2023-12-07T18:50:39.057806+0000 mgr.a (mgr.24293) 21661 : cluster 0 pgmap v16197: 33 pgs: 33 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:41.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:41 smithi022 bash[28554]: audit 2023-12-07T18:50:40.889109+0000 mon.a (mon.0) 3427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:41.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:41 smithi044 bash[32620]: audit 2023-12-07T18:50:40.889109+0000 mon.a (mon.0) 3427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:41 smithi027 bash[31536]: audit 2023-12-07T18:50:40.889109+0000 mon.a (mon.0) 3427 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:42 smithi022 bash[28554]: cluster 2023-12-07T18:50:41.058631+0000 mgr.a (mgr.24293) 21662 : cluster 0 pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:42 smithi022 bash[28554]: audit 2023-12-07T18:50:41.621023+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:42 smithi022 bash[28554]: audit 2023-12-07T18:50:41.622629+0000 mon.a (mon.0) 3429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:42 smithi022 bash[28554]: audit 2023-12-07T18:50:41.631761+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:50:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:42 smithi044 bash[32620]: cluster 2023-12-07T18:50:41.058631+0000 mgr.a (mgr.24293) 21662 : cluster 0 pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:42 smithi044 bash[32620]: audit 2023-12-07T18:50:41.621023+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:42 smithi044 bash[32620]: audit 2023-12-07T18:50:41.622629+0000 mon.a (mon.0) 3429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:42 smithi044 bash[32620]: audit 2023-12-07T18:50:41.631761+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:50:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:42 smithi027 bash[31536]: cluster 2023-12-07T18:50:41.058631+0000 mgr.a (mgr.24293) 21662 : cluster 0 pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:42 smithi027 bash[31536]: audit 2023-12-07T18:50:41.621023+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:42 smithi027 bash[31536]: audit 2023-12-07T18:50:41.622629+0000 mon.a (mon.0) 3429 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:42.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:42 smithi027 bash[31536]: audit 2023-12-07T18:50:41.631761+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:50:43.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:43.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:43.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:44 smithi022 bash[28554]: cluster 2023-12-07T18:50:43.059231+0000 mgr.a (mgr.24293) 21663 : cluster 0 pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:44 smithi044 bash[32620]: cluster 2023-12-07T18:50:43.059231+0000 mgr.a (mgr.24293) 21663 : cluster 0 pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:44 smithi027 bash[31536]: cluster 2023-12-07T18:50:43.059231+0000 mgr.a (mgr.24293) 21663 : cluster 0 pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:44.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:44.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:44.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:44.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:44.478 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:45.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:45 smithi022 bash[28554]: audit 2023-12-07T18:50:43.943659+0000 mgr.a (mgr.24293) 21664 : audit 0 from='client.426846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:45 smithi044 bash[32620]: audit 2023-12-07T18:50:43.943659+0000 mgr.a (mgr.24293) 21664 : audit 0 from='client.426846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:45 smithi027 bash[31536]: audit 2023-12-07T18:50:43.943659+0000 mgr.a (mgr.24293) 21664 : audit 0 from='client.426846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:46.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:46 smithi022 bash[28554]: cluster 2023-12-07T18:50:45.060023+0000 mgr.a (mgr.24293) 21665 : cluster 0 pgmap v16200: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:46 smithi044 bash[32620]: cluster 2023-12-07T18:50:45.060023+0000 mgr.a (mgr.24293) 21665 : cluster 0 pgmap v16200: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:46 smithi027 bash[31536]: cluster 2023-12-07T18:50:45.060023+0000 mgr.a (mgr.24293) 21665 : cluster 0 pgmap v16200: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:48 smithi022 bash[28554]: cluster 2023-12-07T18:50:47.060838+0000 mgr.a (mgr.24293) 21666 : cluster 0 pgmap v16201: 33 pgs: 33 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:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:48 smithi044 bash[32620]: cluster 2023-12-07T18:50:47.060838+0000 mgr.a (mgr.24293) 21666 : cluster 0 pgmap v16201: 33 pgs: 33 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:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:48 smithi027 bash[31536]: cluster 2023-12-07T18:50:47.060838+0000 mgr.a (mgr.24293) 21666 : cluster 0 pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:49.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:49.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:49.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:50.421 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:50.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:50.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:50.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:50.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:50 smithi022 bash[28554]: cluster 2023-12-07T18:50:49.061433+0000 mgr.a (mgr.24293) 21667 : cluster 0 pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:50 smithi044 bash[32620]: cluster 2023-12-07T18:50:49.061433+0000 mgr.a (mgr.24293) 21667 : cluster 0 pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:50 smithi027 bash[31536]: cluster 2023-12-07T18:50:49.061433+0000 mgr.a (mgr.24293) 21667 : cluster 0 pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:51.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:51 smithi022 bash[28554]: audit 2023-12-07T18:50:49.891400+0000 mgr.a (mgr.24293) 21668 : audit 0 from='client.426921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:51 smithi044 bash[32620]: audit 2023-12-07T18:50:49.891400+0000 mgr.a (mgr.24293) 21668 : audit 0 from='client.426921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:51 smithi027 bash[31536]: audit 2023-12-07T18:50:49.891400+0000 mgr.a (mgr.24293) 21668 : audit 0 from='client.426921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:52 smithi022 bash[28554]: cluster 2023-12-07T18:50:51.062393+0000 mgr.a (mgr.24293) 21669 : cluster 0 pgmap v16203: 33 pgs: 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:50:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:52 smithi044 bash[32620]: cluster 2023-12-07T18:50:51.062393+0000 mgr.a (mgr.24293) 21669 : cluster 0 pgmap v16203: 33 pgs: 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:50:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:52 smithi027 bash[31536]: cluster 2023-12-07T18:50:51.062393+0000 mgr.a (mgr.24293) 21669 : cluster 0 pgmap v16203: 33 pgs: 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:50:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:54 smithi022 bash[28554]: cluster 2023-12-07T18:50:53.063009+0000 mgr.a (mgr.24293) 21670 : cluster 0 pgmap v16204: 33 pgs: 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:50:54.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:54 smithi044 bash[32620]: cluster 2023-12-07T18:50:53.063009+0000 mgr.a (mgr.24293) 21670 : cluster 0 pgmap v16204: 33 pgs: 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:50:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:54 smithi027 bash[31536]: cluster 2023-12-07T18:50:53.063009+0000 mgr.a (mgr.24293) 21670 : cluster 0 pgmap v16204: 33 pgs: 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:50:55.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:50:55.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:55.424 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:55 smithi022 bash[28554]: cluster 2023-12-07T18:50:55.063606+0000 mgr.a (mgr.24293) 21671 : cluster 0 pgmap v16205: 33 pgs: 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:50:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:55 smithi044 bash[32620]: cluster 2023-12-07T18:50:55.063606+0000 mgr.a (mgr.24293) 21671 : cluster 0 pgmap v16205: 33 pgs: 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:50:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:55 smithi027 bash[31536]: cluster 2023-12-07T18:50:55.063606+0000 mgr.a (mgr.24293) 21671 : cluster 0 pgmap v16205: 33 pgs: 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:50:56.383 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:50:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:50:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:56 smithi022 bash[28554]: audit 2023-12-07T18:50:55.838613+0000 mgr.a (mgr.24293) 21672 : audit 0 from='client.426993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:56 smithi044 bash[32620]: audit 2023-12-07T18:50:55.838613+0000 mgr.a (mgr.24293) 21672 : audit 0 from='client.426993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:56 smithi027 bash[31536]: audit 2023-12-07T18:50:55.838613+0000 mgr.a (mgr.24293) 21672 : audit 0 from='client.426993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:50:57 smithi022 bash[28554]: cluster 2023-12-07T18:50:57.064718+0000 mgr.a (mgr.24293) 21673 : cluster 0 pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:50:57 smithi044 bash[32620]: cluster 2023-12-07T18:50:57.064718+0000 mgr.a (mgr.24293) 21673 : cluster 0 pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:50:57 smithi027 bash[31536]: cluster 2023-12-07T18:50:57.064718+0000 mgr.a (mgr.24293) 21673 : cluster 0 pgmap v16206: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:00 smithi022 bash[28554]: cluster 2023-12-07T18:50:59.065321+0000 mgr.a (mgr.24293) 21674 : cluster 0 pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:00 smithi044 bash[32620]: cluster 2023-12-07T18:50:59.065321+0000 mgr.a (mgr.24293) 21674 : cluster 0 pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:00 smithi027 bash[31536]: cluster 2023-12-07T18:50:59.065321+0000 mgr.a (mgr.24293) 21674 : cluster 0 pgmap v16207: 33 pgs: 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:01.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:02.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:02.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:02.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:02.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:02.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:02 smithi022 bash[28554]: cluster 2023-12-07T18:51:01.066125+0000 mgr.a (mgr.24293) 21675 : cluster 0 pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:02 smithi044 bash[32620]: cluster 2023-12-07T18:51:01.066125+0000 mgr.a (mgr.24293) 21675 : cluster 0 pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:02 smithi027 bash[31536]: cluster 2023-12-07T18:51:01.066125+0000 mgr.a (mgr.24293) 21675 : cluster 0 pgmap v16208: 33 pgs: 33 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:03.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:03 smithi022 bash[28554]: audit 2023-12-07T18:51:01.804326+0000 mgr.a (mgr.24293) 21676 : audit 0 from='client.427071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:03 smithi044 bash[32620]: audit 2023-12-07T18:51:01.804326+0000 mgr.a (mgr.24293) 21676 : audit 0 from='client.427071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:03 smithi027 bash[31536]: audit 2023-12-07T18:51:01.804326+0000 mgr.a (mgr.24293) 21676 : audit 0 from='client.427071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:04 smithi022 bash[28554]: cluster 2023-12-07T18:51:03.067045+0000 mgr.a (mgr.24293) 21677 : cluster 0 pgmap v16209: 33 pgs: 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:51:04.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:04 smithi044 bash[32620]: cluster 2023-12-07T18:51:03.067045+0000 mgr.a (mgr.24293) 21677 : cluster 0 pgmap v16209: 33 pgs: 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:51:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:04 smithi027 bash[31536]: cluster 2023-12-07T18:51:03.067045+0000 mgr.a (mgr.24293) 21677 : cluster 0 pgmap v16209: 33 pgs: 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:51:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:05 smithi022 bash[28554]: cluster 2023-12-07T18:51:05.067702+0000 mgr.a (mgr.24293) 21678 : cluster 0 pgmap v16210: 33 pgs: 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:51:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:05 smithi044 bash[32620]: cluster 2023-12-07T18:51:05.067702+0000 mgr.a (mgr.24293) 21678 : cluster 0 pgmap v16210: 33 pgs: 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:51:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:05 smithi027 bash[31536]: cluster 2023-12-07T18:51:05.067702+0000 mgr.a (mgr.24293) 21678 : cluster 0 pgmap v16210: 33 pgs: 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:51:07.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:07.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:07.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:08.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:08.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:08.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:08.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:08.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:08 smithi022 bash[28554]: cluster 2023-12-07T18:51:07.068471+0000 mgr.a (mgr.24293) 21679 : cluster 0 pgmap v16211: 33 pgs: 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:51:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:08 smithi044 bash[32620]: cluster 2023-12-07T18:51:07.068471+0000 mgr.a (mgr.24293) 21679 : cluster 0 pgmap v16211: 33 pgs: 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:51:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:08 smithi027 bash[31536]: cluster 2023-12-07T18:51:07.068471+0000 mgr.a (mgr.24293) 21679 : cluster 0 pgmap v16211: 33 pgs: 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:51:09.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:09 smithi022 bash[28554]: audit 2023-12-07T18:51:07.705757+0000 mgr.a (mgr.24293) 21680 : audit 0 from='client.427137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:09 smithi044 bash[32620]: audit 2023-12-07T18:51:07.705757+0000 mgr.a (mgr.24293) 21680 : audit 0 from='client.427137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:09 smithi027 bash[31536]: audit 2023-12-07T18:51:07.705757+0000 mgr.a (mgr.24293) 21680 : audit 0 from='client.427137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:10 smithi022 bash[28554]: cluster 2023-12-07T18:51:09.069384+0000 mgr.a (mgr.24293) 21681 : cluster 0 pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:10 smithi044 bash[32620]: cluster 2023-12-07T18:51:09.069384+0000 mgr.a (mgr.24293) 21681 : cluster 0 pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:10 smithi027 bash[31536]: cluster 2023-12-07T18:51:09.069384+0000 mgr.a (mgr.24293) 21681 : cluster 0 pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:12 smithi022 bash[28554]: cluster 2023-12-07T18:51:11.070404+0000 mgr.a (mgr.24293) 21682 : cluster 0 pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:12 smithi044 bash[32620]: cluster 2023-12-07T18:51:11.070404+0000 mgr.a (mgr.24293) 21682 : cluster 0 pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:12 smithi027 bash[31536]: cluster 2023-12-07T18:51:11.070404+0000 mgr.a (mgr.24293) 21682 : cluster 0 pgmap v16213: 33 pgs: 33 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:13.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:13.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:13.249 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:14.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:14.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:14.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:14.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:14.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:14 smithi022 bash[28554]: cluster 2023-12-07T18:51:13.071036+0000 mgr.a (mgr.24293) 21683 : cluster 0 pgmap v16214: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:14 smithi044 bash[32620]: cluster 2023-12-07T18:51:13.071036+0000 mgr.a (mgr.24293) 21683 : cluster 0 pgmap v16214: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:14 smithi027 bash[31536]: cluster 2023-12-07T18:51:13.071036+0000 mgr.a (mgr.24293) 21683 : cluster 0 pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:15.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:15 smithi022 bash[28554]: audit 2023-12-07T18:51:13.661400+0000 mgr.a (mgr.24293) 21684 : audit 0 from='client.427212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:15.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:15 smithi044 bash[32620]: audit 2023-12-07T18:51:13.661400+0000 mgr.a (mgr.24293) 21684 : audit 0 from='client.427212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:15 smithi027 bash[31536]: audit 2023-12-07T18:51:13.661400+0000 mgr.a (mgr.24293) 21684 : audit 0 from='client.427212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:16.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:16 smithi022 bash[28554]: cluster 2023-12-07T18:51:15.071943+0000 mgr.a (mgr.24293) 21685 : cluster 0 pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:16 smithi044 bash[32620]: cluster 2023-12-07T18:51:15.071943+0000 mgr.a (mgr.24293) 21685 : cluster 0 pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:16 smithi027 bash[31536]: cluster 2023-12-07T18:51:15.071943+0000 mgr.a (mgr.24293) 21685 : cluster 0 pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:18 smithi022 bash[28554]: cluster 2023-12-07T18:51:17.072989+0000 mgr.a (mgr.24293) 21686 : cluster 0 pgmap v16216: 33 pgs: 33 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:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:18 smithi044 bash[32620]: cluster 2023-12-07T18:51:17.072989+0000 mgr.a (mgr.24293) 21686 : cluster 0 pgmap v16216: 33 pgs: 33 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:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:18 smithi027 bash[31536]: cluster 2023-12-07T18:51:17.072989+0000 mgr.a (mgr.24293) 21686 : cluster 0 pgmap v16216: 33 pgs: 33 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:19.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:19.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:19.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:20.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:20.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:20.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:20.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:20.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:20 smithi022 bash[28554]: cluster 2023-12-07T18:51:19.073605+0000 mgr.a (mgr.24293) 21687 : cluster 0 pgmap v16217: 33 pgs: 33 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:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:20 smithi044 bash[32620]: cluster 2023-12-07T18:51:19.073605+0000 mgr.a (mgr.24293) 21687 : cluster 0 pgmap v16217: 33 pgs: 33 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:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:20 smithi027 bash[31536]: cluster 2023-12-07T18:51:19.073605+0000 mgr.a (mgr.24293) 21687 : cluster 0 pgmap v16217: 33 pgs: 33 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:21.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:21 smithi022 bash[28554]: audit 2023-12-07T18:51:19.622285+0000 mgr.a (mgr.24293) 21688 : audit 0 from='client.427290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:21.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:21 smithi044 bash[32620]: audit 2023-12-07T18:51:19.622285+0000 mgr.a (mgr.24293) 21688 : audit 0 from='client.427290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:21 smithi027 bash[31536]: audit 2023-12-07T18:51:19.622285+0000 mgr.a (mgr.24293) 21688 : audit 0 from='client.427290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:22 smithi022 bash[28554]: cluster 2023-12-07T18:51:21.074661+0000 mgr.a (mgr.24293) 21689 : cluster 0 pgmap v16218: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:22 smithi044 bash[32620]: cluster 2023-12-07T18:51:21.074661+0000 mgr.a (mgr.24293) 21689 : cluster 0 pgmap v16218: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:22 smithi027 bash[31536]: cluster 2023-12-07T18:51:21.074661+0000 mgr.a (mgr.24293) 21689 : cluster 0 pgmap v16218: 33 pgs: 33 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:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:24 smithi022 bash[28554]: cluster 2023-12-07T18:51:23.075297+0000 mgr.a (mgr.24293) 21690 : cluster 0 pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:24 smithi044 bash[32620]: cluster 2023-12-07T18:51:23.075297+0000 mgr.a (mgr.24293) 21690 : cluster 0 pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:24 smithi027 bash[31536]: cluster 2023-12-07T18:51:23.075297+0000 mgr.a (mgr.24293) 21690 : cluster 0 pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:25.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:25.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:25.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:25 smithi022 bash[28554]: cluster 2023-12-07T18:51:25.075910+0000 mgr.a (mgr.24293) 21691 : cluster 0 pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:25 smithi044 bash[32620]: cluster 2023-12-07T18:51:25.075910+0000 mgr.a (mgr.24293) 21691 : cluster 0 pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:25 smithi027 bash[31536]: cluster 2023-12-07T18:51:25.075910+0000 mgr.a (mgr.24293) 21691 : cluster 0 pgmap v16220: 33 pgs: 33 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:26.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:26.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:26.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:26.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:26.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:26.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:26 smithi022 bash[28554]: audit 2023-12-07T18:51:25.559832+0000 mgr.a (mgr.24293) 21692 : audit 0 from='client.427368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:26 smithi044 bash[32620]: audit 2023-12-07T18:51:25.559832+0000 mgr.a (mgr.24293) 21692 : audit 0 from='client.427368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:26 smithi027 bash[31536]: audit 2023-12-07T18:51:25.559832+0000 mgr.a (mgr.24293) 21692 : audit 0 from='client.427368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:27.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:27 smithi022 bash[28554]: cluster 2023-12-07T18:51:27.076988+0000 mgr.a (mgr.24293) 21693 : cluster 0 pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:27.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:27 smithi044 bash[32620]: cluster 2023-12-07T18:51:27.076988+0000 mgr.a (mgr.24293) 21693 : cluster 0 pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:27 smithi027 bash[31536]: cluster 2023-12-07T18:51:27.076988+0000 mgr.a (mgr.24293) 21693 : cluster 0 pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:30 smithi022 bash[28554]: cluster 2023-12-07T18:51:29.077550+0000 mgr.a (mgr.24293) 21694 : cluster 0 pgmap v16222: 33 pgs: 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:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:30 smithi044 bash[32620]: cluster 2023-12-07T18:51:29.077550+0000 mgr.a (mgr.24293) 21694 : cluster 0 pgmap v16222: 33 pgs: 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:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:30 smithi027 bash[31536]: cluster 2023-12-07T18:51:29.077550+0000 mgr.a (mgr.24293) 21694 : cluster 0 pgmap v16222: 33 pgs: 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:31.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:31.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:31.072 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:32.019 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:32.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:32.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:32 smithi022 bash[28554]: cluster 2023-12-07T18:51:31.078330+0000 mgr.a (mgr.24293) 21695 : cluster 0 pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:32 smithi044 bash[32620]: cluster 2023-12-07T18:51:31.078330+0000 mgr.a (mgr.24293) 21695 : cluster 0 pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:32 smithi027 bash[31536]: cluster 2023-12-07T18:51:31.078330+0000 mgr.a (mgr.24293) 21695 : cluster 0 pgmap v16223: 33 pgs: 33 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:33.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:33 smithi022 bash[28554]: audit 2023-12-07T18:51:31.478837+0000 mgr.a (mgr.24293) 21696 : audit 0 from='client.427446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:33.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:33 smithi044 bash[32620]: audit 2023-12-07T18:51:31.478837+0000 mgr.a (mgr.24293) 21696 : audit 0 from='client.427446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:33 smithi027 bash[31536]: audit 2023-12-07T18:51:31.478837+0000 mgr.a (mgr.24293) 21696 : audit 0 from='client.427446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:34 smithi022 bash[28554]: cluster 2023-12-07T18:51:33.079101+0000 mgr.a (mgr.24293) 21697 : cluster 0 pgmap v16224: 33 pgs: 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:34 smithi044 bash[32620]: cluster 2023-12-07T18:51:33.079101+0000 mgr.a (mgr.24293) 21697 : cluster 0 pgmap v16224: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:34 smithi027 bash[31536]: cluster 2023-12-07T18:51:33.079101+0000 mgr.a (mgr.24293) 21697 : cluster 0 pgmap v16224: 33 pgs: 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:35 smithi022 bash[28554]: cluster 2023-12-07T18:51:35.079713+0000 mgr.a (mgr.24293) 21698 : cluster 0 pgmap v16225: 33 pgs: 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:35 smithi044 bash[32620]: cluster 2023-12-07T18:51:35.079713+0000 mgr.a (mgr.24293) 21698 : cluster 0 pgmap v16225: 33 pgs: 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:35 smithi027 bash[31536]: cluster 2023-12-07T18:51:35.079713+0000 mgr.a (mgr.24293) 21698 : cluster 0 pgmap v16225: 33 pgs: 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:37.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:37.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:37.023 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:37.971 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:37.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:37.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:37.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:37.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:38 smithi022 bash[28554]: cluster 2023-12-07T18:51:37.080493+0000 mgr.a (mgr.24293) 21699 : cluster 0 pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:38 smithi044 bash[32620]: cluster 2023-12-07T18:51:37.080493+0000 mgr.a (mgr.24293) 21699 : cluster 0 pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:38 smithi027 bash[31536]: cluster 2023-12-07T18:51:37.080493+0000 mgr.a (mgr.24293) 21699 : cluster 0 pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:39.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:39 smithi022 bash[28554]: audit 2023-12-07T18:51:37.436460+0000 mgr.a (mgr.24293) 21700 : audit 0 from='client.427518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:39 smithi044 bash[32620]: audit 2023-12-07T18:51:37.436460+0000 mgr.a (mgr.24293) 21700 : audit 0 from='client.427518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:39 smithi027 bash[31536]: audit 2023-12-07T18:51:37.436460+0000 mgr.a (mgr.24293) 21700 : audit 0 from='client.427518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:40 smithi022 bash[28554]: cluster 2023-12-07T18:51:39.081249+0000 mgr.a (mgr.24293) 21701 : cluster 0 pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:40 smithi044 bash[32620]: cluster 2023-12-07T18:51:39.081249+0000 mgr.a (mgr.24293) 21701 : cluster 0 pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:40 smithi027 bash[31536]: cluster 2023-12-07T18:51:39.081249+0000 mgr.a (mgr.24293) 21701 : cluster 0 pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:42 smithi022 bash[28554]: cluster 2023-12-07T18:51:41.082103+0000 mgr.a (mgr.24293) 21702 : cluster 0 pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:42 smithi022 bash[28554]: audit 2023-12-07T18:51:41.737154+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:42 smithi044 bash[32620]: cluster 2023-12-07T18:51:41.082103+0000 mgr.a (mgr.24293) 21702 : cluster 0 pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:42 smithi044 bash[32620]: audit 2023-12-07T18:51:41.737154+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:42 smithi027 bash[31536]: cluster 2023-12-07T18:51:41.082103+0000 mgr.a (mgr.24293) 21702 : cluster 0 pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:42 smithi027 bash[31536]: audit 2023-12-07T18:51:41.737154+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:42.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:42.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:42.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:43.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:43.911 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:44 smithi022 bash[28554]: cluster 2023-12-07T18:51:43.082752+0000 mgr.a (mgr.24293) 21703 : cluster 0 pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:44 smithi044 bash[32620]: cluster 2023-12-07T18:51:43.082752+0000 mgr.a (mgr.24293) 21703 : cluster 0 pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:44 smithi027 bash[31536]: cluster 2023-12-07T18:51:43.082752+0000 mgr.a (mgr.24293) 21703 : cluster 0 pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:45 smithi022 bash[28554]: audit 2023-12-07T18:51:43.382225+0000 mgr.a (mgr.24293) 21704 : audit 0 from='client.427596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:45 smithi044 bash[32620]: audit 2023-12-07T18:51:43.382225+0000 mgr.a (mgr.24293) 21704 : audit 0 from='client.427596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:45 smithi027 bash[31536]: audit 2023-12-07T18:51:43.382225+0000 mgr.a (mgr.24293) 21704 : audit 0 from='client.427596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:46.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:46 smithi022 bash[28554]: cluster 2023-12-07T18:51:45.083607+0000 mgr.a (mgr.24293) 21705 : cluster 0 pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:46.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:46 smithi044 bash[32620]: cluster 2023-12-07T18:51:45.083607+0000 mgr.a (mgr.24293) 21705 : cluster 0 pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:46 smithi027 bash[31536]: cluster 2023-12-07T18:51:45.083607+0000 mgr.a (mgr.24293) 21705 : cluster 0 pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:48.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:48 smithi022 bash[28554]: cluster 2023-12-07T18:51:47.084535+0000 mgr.a (mgr.24293) 21706 : cluster 0 pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:48 smithi044 bash[32620]: cluster 2023-12-07T18:51:47.084535+0000 mgr.a (mgr.24293) 21706 : cluster 0 pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:48 smithi027 bash[31536]: cluster 2023-12-07T18:51:47.084535+0000 mgr.a (mgr.24293) 21706 : cluster 0 pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:48.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:48.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:48.915 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:49.769 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:49.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:49.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:49.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:49.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:50 smithi022 bash[28554]: cluster 2023-12-07T18:51:49.084942+0000 mgr.a (mgr.24293) 21707 : cluster 0 pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:50 smithi044 bash[32620]: cluster 2023-12-07T18:51:49.084942+0000 mgr.a (mgr.24293) 21707 : cluster 0 pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:50 smithi027 bash[31536]: cluster 2023-12-07T18:51:49.084942+0000 mgr.a (mgr.24293) 21707 : cluster 0 pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:51.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:51 smithi022 bash[28554]: audit 2023-12-07T18:51:49.315191+0000 mgr.a (mgr.24293) 21708 : audit 0 from='client.427674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:51.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:51 smithi044 bash[32620]: audit 2023-12-07T18:51:49.315191+0000 mgr.a (mgr.24293) 21708 : audit 0 from='client.427674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:51 smithi027 bash[31536]: audit 2023-12-07T18:51:49.315191+0000 mgr.a (mgr.24293) 21708 : audit 0 from='client.427674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:52 smithi022 bash[28554]: cluster 2023-12-07T18:51:51.085529+0000 mgr.a (mgr.24293) 21709 : cluster 0 pgmap v16233: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:52 smithi027 bash[31536]: cluster 2023-12-07T18:51:51.085529+0000 mgr.a (mgr.24293) 21709 : cluster 0 pgmap v16233: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:52 smithi044 bash[32620]: cluster 2023-12-07T18:51:51.085529+0000 mgr.a (mgr.24293) 21709 : cluster 0 pgmap v16233: 33 pgs: 33 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:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:53 smithi027 bash[31536]: audit 2023-12-07T18:51:52.440908+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:53 smithi027 bash[31536]: audit 2023-12-07T18:51:52.447481+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:53 smithi027 bash[31536]: audit 2023-12-07T18:51:52.449038+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:53 smithi027 bash[31536]: audit 2023-12-07T18:51:52.450644+0000 mon.a (mon.0) 3435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:53 smithi027 bash[31536]: audit 2023-12-07T18:51:52.459326+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:53 smithi027 bash[31536]: cluster 2023-12-07T18:51:53.086093+0000 mgr.a (mgr.24293) 21710 : cluster 0 pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:53 smithi022 bash[28554]: audit 2023-12-07T18:51:52.440908+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:53 smithi022 bash[28554]: audit 2023-12-07T18:51:52.447481+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:53 smithi022 bash[28554]: audit 2023-12-07T18:51:52.449038+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:53 smithi022 bash[28554]: audit 2023-12-07T18:51:52.450644+0000 mon.a (mon.0) 3435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:53 smithi022 bash[28554]: audit 2023-12-07T18:51:52.459326+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:53 smithi022 bash[28554]: cluster 2023-12-07T18:51:53.086093+0000 mgr.a (mgr.24293) 21710 : cluster 0 pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:53 smithi044 bash[32620]: audit 2023-12-07T18:51:52.440908+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:53 smithi044 bash[32620]: audit 2023-12-07T18:51:52.447481+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:53 smithi044 bash[32620]: audit 2023-12-07T18:51:52.449038+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:53 smithi044 bash[32620]: audit 2023-12-07T18:51:52.450644+0000 mon.a (mon.0) 3435 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:53 smithi044 bash[32620]: audit 2023-12-07T18:51:52.459326+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:51:53.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:53 smithi044 bash[32620]: cluster 2023-12-07T18:51:53.086093+0000 mgr.a (mgr.24293) 21710 : cluster 0 pgmap v16234: 33 pgs: 33 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.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:51:54.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:54.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:55 smithi022 bash[28554]: cluster 2023-12-07T18:51:55.086654+0000 mgr.a (mgr.24293) 21711 : cluster 0 pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:55 smithi022 bash[28554]: audit 2023-12-07T18:51:55.182041+0000 mgr.a (mgr.24293) 21712 : audit 0 from='client.427752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:55 smithi044 bash[32620]: cluster 2023-12-07T18:51:55.086654+0000 mgr.a (mgr.24293) 21711 : cluster 0 pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:55 smithi044 bash[32620]: audit 2023-12-07T18:51:55.182041+0000 mgr.a (mgr.24293) 21712 : audit 0 from='client.427752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:55 smithi027 bash[31536]: cluster 2023-12-07T18:51:55.086654+0000 mgr.a (mgr.24293) 21711 : cluster 0 pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:55 smithi027 bash[31536]: audit 2023-12-07T18:51:55.182041+0000 mgr.a (mgr.24293) 21712 : audit 0 from='client.427752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:55.709 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:51:55.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:55.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:55.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:55.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:51:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:51:58 smithi022 bash[28554]: cluster 2023-12-07T18:51:57.087698+0000 mgr.a (mgr.24293) 21713 : cluster 0 pgmap v16236: 33 pgs: 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:51:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:51:58 smithi044 bash[32620]: cluster 2023-12-07T18:51:57.087698+0000 mgr.a (mgr.24293) 21713 : cluster 0 pgmap v16236: 33 pgs: 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:51:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:51:58 smithi027 bash[31536]: cluster 2023-12-07T18:51:57.087698+0000 mgr.a (mgr.24293) 21713 : cluster 0 pgmap v16236: 33 pgs: 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:52:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:00 smithi022 bash[28554]: cluster 2023-12-07T18:51:59.088281+0000 mgr.a (mgr.24293) 21714 : cluster 0 pgmap v16237: 33 pgs: 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:52:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:00 smithi044 bash[32620]: cluster 2023-12-07T18:51:59.088281+0000 mgr.a (mgr.24293) 21714 : cluster 0 pgmap v16237: 33 pgs: 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:52:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:00 smithi027 bash[31536]: cluster 2023-12-07T18:51:59.088281+0000 mgr.a (mgr.24293) 21714 : cluster 0 pgmap v16237: 33 pgs: 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:52:00.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:00.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:00.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:01.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:01.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:01.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:01.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:01.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:02 smithi022 bash[28554]: cluster 2023-12-07T18:52:01.089016+0000 mgr.a (mgr.24293) 21715 : cluster 0 pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:02 smithi022 bash[28554]: audit 2023-12-07T18:52:01.129076+0000 mgr.a (mgr.24293) 21716 : audit 0 from='client.427830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:02 smithi044 bash[32620]: cluster 2023-12-07T18:52:01.089016+0000 mgr.a (mgr.24293) 21715 : cluster 0 pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:02 smithi044 bash[32620]: audit 2023-12-07T18:52:01.129076+0000 mgr.a (mgr.24293) 21716 : audit 0 from='client.427830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:02 smithi027 bash[31536]: cluster 2023-12-07T18:52:01.089016+0000 mgr.a (mgr.24293) 21715 : cluster 0 pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:02 smithi027 bash[31536]: audit 2023-12-07T18:52:01.129076+0000 mgr.a (mgr.24293) 21716 : audit 0 from='client.427830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:04.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:04 smithi022 bash[28554]: cluster 2023-12-07T18:52:03.089699+0000 mgr.a (mgr.24293) 21717 : cluster 0 pgmap v16239: 33 pgs: 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:04 smithi044 bash[32620]: cluster 2023-12-07T18:52:03.089699+0000 mgr.a (mgr.24293) 21717 : cluster 0 pgmap v16239: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:04 smithi027 bash[31536]: cluster 2023-12-07T18:52:03.089699+0000 mgr.a (mgr.24293) 21717 : cluster 0 pgmap v16239: 33 pgs: 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:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:05 smithi022 bash[28554]: cluster 2023-12-07T18:52:05.090247+0000 mgr.a (mgr.24293) 21718 : cluster 0 pgmap v16240: 33 pgs: 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:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:05 smithi044 bash[32620]: cluster 2023-12-07T18:52:05.090247+0000 mgr.a (mgr.24293) 21718 : cluster 0 pgmap v16240: 33 pgs: 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:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:05 smithi027 bash[31536]: cluster 2023-12-07T18:52:05.090247+0000 mgr.a (mgr.24293) 21718 : cluster 0 pgmap v16240: 33 pgs: 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:06.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:06.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:06.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:07.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:07.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:07.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:07.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:07.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:08 smithi022 bash[28554]: audit 2023-12-07T18:52:07.066520+0000 mgr.a (mgr.24293) 21719 : audit 0 from='client.427908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:08 smithi022 bash[28554]: cluster 2023-12-07T18:52:07.091143+0000 mgr.a (mgr.24293) 21720 : cluster 0 pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:08 smithi044 bash[32620]: audit 2023-12-07T18:52:07.066520+0000 mgr.a (mgr.24293) 21719 : audit 0 from='client.427908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:08 smithi044 bash[32620]: cluster 2023-12-07T18:52:07.091143+0000 mgr.a (mgr.24293) 21720 : cluster 0 pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:08 smithi027 bash[31536]: audit 2023-12-07T18:52:07.066520+0000 mgr.a (mgr.24293) 21719 : audit 0 from='client.427908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:08 smithi027 bash[31536]: cluster 2023-12-07T18:52:07.091143+0000 mgr.a (mgr.24293) 21720 : cluster 0 pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:10 smithi022 bash[28554]: cluster 2023-12-07T18:52:09.091849+0000 mgr.a (mgr.24293) 21721 : cluster 0 pgmap v16242: 33 pgs: 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:52:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:10 smithi044 bash[32620]: cluster 2023-12-07T18:52:09.091849+0000 mgr.a (mgr.24293) 21721 : cluster 0 pgmap v16242: 33 pgs: 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:52:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:10 smithi027 bash[31536]: cluster 2023-12-07T18:52:09.091849+0000 mgr.a (mgr.24293) 21721 : cluster 0 pgmap v16242: 33 pgs: 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:52:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:12 smithi022 bash[28554]: cluster 2023-12-07T18:52:11.092667+0000 mgr.a (mgr.24293) 21722 : cluster 0 pgmap v16243: 33 pgs: 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:52:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:12 smithi044 bash[32620]: cluster 2023-12-07T18:52:11.092667+0000 mgr.a (mgr.24293) 21722 : cluster 0 pgmap v16243: 33 pgs: 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:52:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:12 smithi027 bash[31536]: cluster 2023-12-07T18:52:11.092667+0000 mgr.a (mgr.24293) 21722 : cluster 0 pgmap v16243: 33 pgs: 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:52:12.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:12.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:12.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:13.553 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:13.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:13.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:13.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:13.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:14 smithi022 bash[28554]: audit 2023-12-07T18:52:12.999067+0000 mgr.a (mgr.24293) 21723 : audit 0 from='client.427983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:14 smithi022 bash[28554]: cluster 2023-12-07T18:52:13.093196+0000 mgr.a (mgr.24293) 21724 : cluster 0 pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:14 smithi044 bash[32620]: audit 2023-12-07T18:52:12.999067+0000 mgr.a (mgr.24293) 21723 : audit 0 from='client.427983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:14 smithi044 bash[32620]: cluster 2023-12-07T18:52:13.093196+0000 mgr.a (mgr.24293) 21724 : cluster 0 pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:14 smithi027 bash[31536]: audit 2023-12-07T18:52:12.999067+0000 mgr.a (mgr.24293) 21723 : audit 0 from='client.427983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:14 smithi027 bash[31536]: cluster 2023-12-07T18:52:13.093196+0000 mgr.a (mgr.24293) 21724 : cluster 0 pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:15 smithi022 bash[28554]: cluster 2023-12-07T18:52:15.093840+0000 mgr.a (mgr.24293) 21725 : cluster 0 pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:15 smithi044 bash[32620]: cluster 2023-12-07T18:52:15.093840+0000 mgr.a (mgr.24293) 21725 : cluster 0 pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:15 smithi027 bash[31536]: cluster 2023-12-07T18:52:15.093840+0000 mgr.a (mgr.24293) 21725 : cluster 0 pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:18.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:18 smithi022 bash[28554]: cluster 2023-12-07T18:52:17.094672+0000 mgr.a (mgr.24293) 21726 : cluster 0 pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:18.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:18 smithi044 bash[32620]: cluster 2023-12-07T18:52:17.094672+0000 mgr.a (mgr.24293) 21726 : cluster 0 pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:18 smithi027 bash[31536]: cluster 2023-12-07T18:52:17.094672+0000 mgr.a (mgr.24293) 21726 : cluster 0 pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:18.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:18.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:18.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:19.483 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:19.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:19.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:19.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:19.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:20 smithi022 bash[28554]: audit 2023-12-07T18:52:18.970010+0000 mgr.a (mgr.24293) 21727 : audit 0 from='client.428061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:20 smithi022 bash[28554]: cluster 2023-12-07T18:52:19.095266+0000 mgr.a (mgr.24293) 21728 : cluster 0 pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:20 smithi044 bash[32620]: audit 2023-12-07T18:52:18.970010+0000 mgr.a (mgr.24293) 21727 : audit 0 from='client.428061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:20.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:20 smithi044 bash[32620]: cluster 2023-12-07T18:52:19.095266+0000 mgr.a (mgr.24293) 21728 : cluster 0 pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:20 smithi027 bash[31536]: audit 2023-12-07T18:52:18.970010+0000 mgr.a (mgr.24293) 21727 : audit 0 from='client.428061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:20 smithi027 bash[31536]: cluster 2023-12-07T18:52:19.095266+0000 mgr.a (mgr.24293) 21728 : cluster 0 pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:22 smithi022 bash[28554]: cluster 2023-12-07T18:52:21.096195+0000 mgr.a (mgr.24293) 21729 : cluster 0 pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:22 smithi044 bash[32620]: cluster 2023-12-07T18:52:21.096195+0000 mgr.a (mgr.24293) 21729 : cluster 0 pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:22 smithi027 bash[31536]: cluster 2023-12-07T18:52:21.096195+0000 mgr.a (mgr.24293) 21729 : cluster 0 pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:24.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:24 smithi022 bash[28554]: cluster 2023-12-07T18:52:23.096776+0000 mgr.a (mgr.24293) 21730 : cluster 0 pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:24.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:24 smithi044 bash[32620]: cluster 2023-12-07T18:52:23.096776+0000 mgr.a (mgr.24293) 21730 : cluster 0 pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:24 smithi027 bash[31536]: cluster 2023-12-07T18:52:23.096776+0000 mgr.a (mgr.24293) 21730 : cluster 0 pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:24.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:24.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:24.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:25.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:25.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:25.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:25.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:25.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:25 smithi022 bash[28554]: audit 2023-12-07T18:52:24.897711+0000 mgr.a (mgr.24293) 21731 : audit 0 from='client.428136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:25 smithi022 bash[28554]: cluster 2023-12-07T18:52:25.097523+0000 mgr.a (mgr.24293) 21732 : cluster 0 pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:25 smithi044 bash[32620]: audit 2023-12-07T18:52:24.897711+0000 mgr.a (mgr.24293) 21731 : audit 0 from='client.428136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:25 smithi044 bash[32620]: cluster 2023-12-07T18:52:25.097523+0000 mgr.a (mgr.24293) 21732 : cluster 0 pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:25 smithi027 bash[31536]: audit 2023-12-07T18:52:24.897711+0000 mgr.a (mgr.24293) 21731 : audit 0 from='client.428136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:25 smithi027 bash[31536]: cluster 2023-12-07T18:52:25.097523+0000 mgr.a (mgr.24293) 21732 : cluster 0 pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:28.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:28 smithi022 bash[28554]: cluster 2023-12-07T18:52:27.098511+0000 mgr.a (mgr.24293) 21733 : cluster 0 pgmap v16251: 33 pgs: 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:52:28.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:28 smithi044 bash[32620]: cluster 2023-12-07T18:52:27.098511+0000 mgr.a (mgr.24293) 21733 : cluster 0 pgmap v16251: 33 pgs: 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:52:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:28 smithi027 bash[31536]: cluster 2023-12-07T18:52:27.098511+0000 mgr.a (mgr.24293) 21733 : cluster 0 pgmap v16251: 33 pgs: 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:52:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:30 smithi022 bash[28554]: cluster 2023-12-07T18:52:29.099119+0000 mgr.a (mgr.24293) 21734 : cluster 0 pgmap v16252: 33 pgs: 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:52:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:30 smithi044 bash[32620]: cluster 2023-12-07T18:52:29.099119+0000 mgr.a (mgr.24293) 21734 : cluster 0 pgmap v16252: 33 pgs: 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:52:30.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:30.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:30.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:30 smithi027 bash[31536]: cluster 2023-12-07T18:52:29.099119+0000 mgr.a (mgr.24293) 21734 : cluster 0 pgmap v16252: 33 pgs: 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:52:31.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:31.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:31.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:31.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:31.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:32 smithi022 bash[28554]: audit 2023-12-07T18:52:30.851236+0000 mgr.a (mgr.24293) 21735 : audit 0 from='client.337007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:32 smithi022 bash[28554]: cluster 2023-12-07T18:52:31.100093+0000 mgr.a (mgr.24293) 21736 : cluster 0 pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:32 smithi044 bash[32620]: audit 2023-12-07T18:52:30.851236+0000 mgr.a (mgr.24293) 21735 : audit 0 from='client.337007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:32 smithi044 bash[32620]: cluster 2023-12-07T18:52:31.100093+0000 mgr.a (mgr.24293) 21736 : cluster 0 pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:32 smithi027 bash[31536]: audit 2023-12-07T18:52:30.851236+0000 mgr.a (mgr.24293) 21735 : audit 0 from='client.337007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:32 smithi027 bash[31536]: cluster 2023-12-07T18:52:31.100093+0000 mgr.a (mgr.24293) 21736 : cluster 0 pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:34.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:34 smithi022 bash[28554]: cluster 2023-12-07T18:52:33.100942+0000 mgr.a (mgr.24293) 21737 : cluster 0 pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:34.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:34 smithi044 bash[32620]: cluster 2023-12-07T18:52:33.100942+0000 mgr.a (mgr.24293) 21737 : cluster 0 pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:34 smithi027 bash[31536]: cluster 2023-12-07T18:52:33.100942+0000 mgr.a (mgr.24293) 21737 : cluster 0 pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:35 smithi022 bash[28554]: cluster 2023-12-07T18:52:35.101565+0000 mgr.a (mgr.24293) 21738 : cluster 0 pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:35 smithi044 bash[32620]: cluster 2023-12-07T18:52:35.101565+0000 mgr.a (mgr.24293) 21738 : cluster 0 pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:35 smithi027 bash[31536]: cluster 2023-12-07T18:52:35.101565+0000 mgr.a (mgr.24293) 21738 : cluster 0 pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:36.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:36.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:36.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:37.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:37.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:37.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:37.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:37.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:38 smithi022 bash[28554]: audit 2023-12-07T18:52:36.800512+0000 mgr.a (mgr.24293) 21739 : audit 0 from='client.428289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:38 smithi022 bash[28554]: cluster 2023-12-07T18:52:37.102784+0000 mgr.a (mgr.24293) 21740 : cluster 0 pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:38 smithi044 bash[32620]: audit 2023-12-07T18:52:36.800512+0000 mgr.a (mgr.24293) 21739 : audit 0 from='client.428289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:38.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:38 smithi044 bash[32620]: cluster 2023-12-07T18:52:37.102784+0000 mgr.a (mgr.24293) 21740 : cluster 0 pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:38 smithi027 bash[31536]: audit 2023-12-07T18:52:36.800512+0000 mgr.a (mgr.24293) 21739 : audit 0 from='client.428289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:38 smithi027 bash[31536]: cluster 2023-12-07T18:52:37.102784+0000 mgr.a (mgr.24293) 21740 : cluster 0 pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:40.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:40 smithi022 bash[28554]: cluster 2023-12-07T18:52:39.103469+0000 mgr.a (mgr.24293) 21741 : cluster 0 pgmap v16257: 33 pgs: 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:52:40.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:40 smithi044 bash[32620]: cluster 2023-12-07T18:52:39.103469+0000 mgr.a (mgr.24293) 21741 : cluster 0 pgmap v16257: 33 pgs: 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:52:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:40 smithi027 bash[31536]: cluster 2023-12-07T18:52:39.103469+0000 mgr.a (mgr.24293) 21741 : cluster 0 pgmap v16257: 33 pgs: 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:52:42.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:42.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:42.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:42 smithi022 bash[28554]: cluster 2023-12-07T18:52:41.104231+0000 mgr.a (mgr.24293) 21742 : cluster 0 pgmap v16258: 33 pgs: 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:52:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:42 smithi044 bash[32620]: cluster 2023-12-07T18:52:41.104231+0000 mgr.a (mgr.24293) 21742 : cluster 0 pgmap v16258: 33 pgs: 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:52:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:42 smithi027 bash[31536]: cluster 2023-12-07T18:52:41.104231+0000 mgr.a (mgr.24293) 21742 : cluster 0 pgmap v16258: 33 pgs: 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:52:43.322 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:43.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:43.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:43.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:43.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:44 smithi022 bash[28554]: audit 2023-12-07T18:52:42.767950+0000 mgr.a (mgr.24293) 21743 : audit 0 from='client.428364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:44 smithi022 bash[28554]: cluster 2023-12-07T18:52:43.104885+0000 mgr.a (mgr.24293) 21744 : cluster 0 pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:44 smithi044 bash[32620]: audit 2023-12-07T18:52:42.767950+0000 mgr.a (mgr.24293) 21743 : audit 0 from='client.428364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:44 smithi044 bash[32620]: cluster 2023-12-07T18:52:43.104885+0000 mgr.a (mgr.24293) 21744 : cluster 0 pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:44 smithi027 bash[31536]: audit 2023-12-07T18:52:42.767950+0000 mgr.a (mgr.24293) 21743 : audit 0 from='client.428364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:44 smithi027 bash[31536]: cluster 2023-12-07T18:52:43.104885+0000 mgr.a (mgr.24293) 21744 : cluster 0 pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:45 smithi022 bash[28554]: cluster 2023-12-07T18:52:45.105539+0000 mgr.a (mgr.24293) 21745 : cluster 0 pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:45 smithi044 bash[32620]: cluster 2023-12-07T18:52:45.105539+0000 mgr.a (mgr.24293) 21745 : cluster 0 pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:45 smithi027 bash[31536]: cluster 2023-12-07T18:52:45.105539+0000 mgr.a (mgr.24293) 21745 : cluster 0 pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:48.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:48.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:48.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:48 smithi022 bash[28554]: cluster 2023-12-07T18:52:47.106361+0000 mgr.a (mgr.24293) 21746 : cluster 0 pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:48.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:48 smithi044 bash[32620]: cluster 2023-12-07T18:52:47.106361+0000 mgr.a (mgr.24293) 21746 : cluster 0 pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:48 smithi027 bash[31536]: cluster 2023-12-07T18:52:47.106361+0000 mgr.a (mgr.24293) 21746 : cluster 0 pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:49.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:49.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:49.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:49.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:49.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:50 smithi022 bash[28554]: audit 2023-12-07T18:52:48.733866+0000 mgr.a (mgr.24293) 21747 : audit 0 from='client.428433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:50.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:50 smithi022 bash[28554]: cluster 2023-12-07T18:52:49.106860+0000 mgr.a (mgr.24293) 21748 : cluster 0 pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:50 smithi044 bash[32620]: audit 2023-12-07T18:52:48.733866+0000 mgr.a (mgr.24293) 21747 : audit 0 from='client.428433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:50.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:50 smithi044 bash[32620]: cluster 2023-12-07T18:52:49.106860+0000 mgr.a (mgr.24293) 21748 : cluster 0 pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:50 smithi027 bash[31536]: audit 2023-12-07T18:52:48.733866+0000 mgr.a (mgr.24293) 21747 : audit 0 from='client.428433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:50 smithi027 bash[31536]: cluster 2023-12-07T18:52:49.106860+0000 mgr.a (mgr.24293) 21748 : cluster 0 pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:52 smithi022 bash[28554]: cluster 2023-12-07T18:52:51.107915+0000 mgr.a (mgr.24293) 21749 : cluster 0 pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:52 smithi044 bash[32620]: cluster 2023-12-07T18:52:51.107915+0000 mgr.a (mgr.24293) 21749 : cluster 0 pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:52 smithi027 bash[31536]: cluster 2023-12-07T18:52:51.107915+0000 mgr.a (mgr.24293) 21749 : cluster 0 pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:53 smithi027 bash[31536]: audit 2023-12-07T18:52:52.562672+0000 mon.a (mon.0) 3437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:53.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:53 smithi022 bash[28554]: audit 2023-12-07T18:52:52.562672+0000 mon.a (mon.0) 3437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:53 smithi044 bash[32620]: audit 2023-12-07T18:52:52.562672+0000 mon.a (mon.0) 3437 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:54.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:52:54.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:54.280 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:54 smithi027 bash[31536]: cluster 2023-12-07T18:52:53.108662+0000 mgr.a (mgr.24293) 21750 : cluster 0 pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:54 smithi022 bash[28554]: cluster 2023-12-07T18:52:53.108662+0000 mgr.a (mgr.24293) 21750 : cluster 0 pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:54 smithi044 bash[32620]: cluster 2023-12-07T18:52:53.108662+0000 mgr.a (mgr.24293) 21750 : cluster 0 pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:55.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:52:55.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:55.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:55.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:55.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:52:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:55 smithi022 bash[28554]: audit 2023-12-07T18:52:54.689550+0000 mgr.a (mgr.24293) 21751 : audit 0 from='client.428508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:55 smithi022 bash[28554]: cluster 2023-12-07T18:52:55.109673+0000 mgr.a (mgr.24293) 21752 : cluster 0 pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:55 smithi044 bash[32620]: audit 2023-12-07T18:52:54.689550+0000 mgr.a (mgr.24293) 21751 : audit 0 from='client.428508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:55 smithi044 bash[32620]: cluster 2023-12-07T18:52:55.109673+0000 mgr.a (mgr.24293) 21752 : cluster 0 pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:55 smithi027 bash[31536]: audit 2023-12-07T18:52:54.689550+0000 mgr.a (mgr.24293) 21751 : audit 0 from='client.428508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:55 smithi027 bash[31536]: cluster 2023-12-07T18:52:55.109673+0000 mgr.a (mgr.24293) 21752 : cluster 0 pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: cluster 2023-12-07T18:52:57.110600+0000 mgr.a (mgr.24293) 21753 : cluster 0 pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: audit 2023-12-07T18:52:57.914988+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: audit 2023-12-07T18:52:57.921098+0000 mon.a (mon.0) 3439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: audit 2023-12-07T18:52:57.967217+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: audit 2023-12-07T18:52:57.973668+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: audit 2023-12-07T18:52:58.017739+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:52:58 smithi022 bash[28554]: audit 2023-12-07T18:52:58.023507+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: cluster 2023-12-07T18:52:57.110600+0000 mgr.a (mgr.24293) 21753 : cluster 0 pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: audit 2023-12-07T18:52:57.914988+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: audit 2023-12-07T18:52:57.921098+0000 mon.a (mon.0) 3439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: audit 2023-12-07T18:52:57.967217+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: audit 2023-12-07T18:52:57.973668+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: audit 2023-12-07T18:52:58.017739+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:52:58 smithi044 bash[32620]: audit 2023-12-07T18:52:58.023507+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: cluster 2023-12-07T18:52:57.110600+0000 mgr.a (mgr.24293) 21753 : cluster 0 pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: audit 2023-12-07T18:52:57.914988+0000 mon.a (mon.0) 3438 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: audit 2023-12-07T18:52:57.921098+0000 mon.a (mon.0) 3439 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: audit 2023-12-07T18:52:57.967217+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: audit 2023-12-07T18:52:57.973668+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: audit 2023-12-07T18:52:58.017739+0000 mon.a (mon.0) 3442 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:52:58.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:52:58 smithi027 bash[31536]: audit 2023-12-07T18:52:58.023507+0000 mon.a (mon.0) 3443 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:00.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:00.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:00.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:00 smithi022 bash[28554]: cluster 2023-12-07T18:52:59.111321+0000 mgr.a (mgr.24293) 21754 : cluster 0 pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:00.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:00 smithi044 bash[32620]: cluster 2023-12-07T18:52:59.111321+0000 mgr.a (mgr.24293) 21754 : cluster 0 pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:00 smithi027 bash[31536]: cluster 2023-12-07T18:52:59.111321+0000 mgr.a (mgr.24293) 21754 : cluster 0 pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:01.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:01.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:01.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:01.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:01.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:02 smithi022 bash[28554]: audit 2023-12-07T18:53:00.651773+0000 mgr.a (mgr.24293) 21755 : audit 0 from='client.428580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:02.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:02 smithi022 bash[28554]: cluster 2023-12-07T18:53:01.112301+0000 mgr.a (mgr.24293) 21756 : cluster 0 pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:02 smithi044 bash[32620]: audit 2023-12-07T18:53:00.651773+0000 mgr.a (mgr.24293) 21755 : audit 0 from='client.428580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:02.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:02 smithi044 bash[32620]: cluster 2023-12-07T18:53:01.112301+0000 mgr.a (mgr.24293) 21756 : cluster 0 pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:02 smithi027 bash[31536]: audit 2023-12-07T18:53:00.651773+0000 mgr.a (mgr.24293) 21755 : audit 0 from='client.428580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:02 smithi027 bash[31536]: cluster 2023-12-07T18:53:01.112301+0000 mgr.a (mgr.24293) 21756 : cluster 0 pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:04 smithi027 bash[31536]: cluster 2023-12-07T18:53:03.112850+0000 mgr.a (mgr.24293) 21757 : cluster 0 pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:04 smithi022 bash[28554]: cluster 2023-12-07T18:53:03.112850+0000 mgr.a (mgr.24293) 21757 : cluster 0 pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:04 smithi044 bash[32620]: cluster 2023-12-07T18:53:03.112850+0000 mgr.a (mgr.24293) 21757 : cluster 0 pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:05 smithi022 bash[28554]: cluster 2023-12-07T18:53:05.113409+0000 mgr.a (mgr.24293) 21758 : cluster 0 pgmap v16270: 33 pgs: 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:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:05 smithi044 bash[32620]: cluster 2023-12-07T18:53:05.113409+0000 mgr.a (mgr.24293) 21758 : cluster 0 pgmap v16270: 33 pgs: 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:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:05 smithi027 bash[31536]: cluster 2023-12-07T18:53:05.113409+0000 mgr.a (mgr.24293) 21758 : cluster 0 pgmap v16270: 33 pgs: 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:06.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:06.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:06.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:07.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:07.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:07.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:07.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:07.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:08 smithi027 bash[31536]: audit 2023-12-07T18:53:06.574049+0000 mgr.a (mgr.24293) 21759 : audit 0 from='client.428655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:08 smithi027 bash[31536]: cluster 2023-12-07T18:53:07.114450+0000 mgr.a (mgr.24293) 21760 : cluster 0 pgmap v16271: 33 pgs: 33 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:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:08 smithi022 bash[28554]: audit 2023-12-07T18:53:06.574049+0000 mgr.a (mgr.24293) 21759 : audit 0 from='client.428655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:08.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:08 smithi022 bash[28554]: cluster 2023-12-07T18:53:07.114450+0000 mgr.a (mgr.24293) 21760 : cluster 0 pgmap v16271: 33 pgs: 33 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:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:08 smithi044 bash[32620]: audit 2023-12-07T18:53:06.574049+0000 mgr.a (mgr.24293) 21759 : audit 0 from='client.428655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:08.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:08 smithi044 bash[32620]: cluster 2023-12-07T18:53:07.114450+0000 mgr.a (mgr.24293) 21760 : cluster 0 pgmap v16271: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:09 smithi022 bash[28554]: audit 2023-12-07T18:53:08.752833+0000 mon.a (mon.0) 3444 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:09 smithi022 bash[28554]: audit 2023-12-07T18:53:08.759734+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:09 smithi022 bash[28554]: audit 2023-12-07T18:53:08.761815+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:09 smithi022 bash[28554]: audit 2023-12-07T18:53:08.763397+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:09 smithi022 bash[28554]: audit 2023-12-07T18:53:08.771463+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:09 smithi022 bash[28554]: cluster 2023-12-07T18:53:09.115139+0000 mgr.a (mgr.24293) 21761 : cluster 0 pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:09 smithi044 bash[32620]: audit 2023-12-07T18:53:08.752833+0000 mon.a (mon.0) 3444 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:09 smithi044 bash[32620]: audit 2023-12-07T18:53:08.759734+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:09 smithi044 bash[32620]: audit 2023-12-07T18:53:08.761815+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:09 smithi044 bash[32620]: audit 2023-12-07T18:53:08.763397+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:09 smithi044 bash[32620]: audit 2023-12-07T18:53:08.771463+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:09 smithi044 bash[32620]: cluster 2023-12-07T18:53:09.115139+0000 mgr.a (mgr.24293) 21761 : cluster 0 pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:09 smithi027 bash[31536]: audit 2023-12-07T18:53:08.752833+0000 mon.a (mon.0) 3444 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:09 smithi027 bash[31536]: audit 2023-12-07T18:53:08.759734+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:09 smithi027 bash[31536]: audit 2023-12-07T18:53:08.761815+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:09 smithi027 bash[31536]: audit 2023-12-07T18:53:08.763397+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:09 smithi027 bash[31536]: audit 2023-12-07T18:53:08.771463+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:53:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:09 smithi027 bash[31536]: cluster 2023-12-07T18:53:09.115139+0000 mgr.a (mgr.24293) 21761 : cluster 0 pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:12.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:12.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:12.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:12 smithi022 bash[28554]: cluster 2023-12-07T18:53:11.115869+0000 mgr.a (mgr.24293) 21762 : cluster 0 pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:12 smithi044 bash[32620]: cluster 2023-12-07T18:53:11.115869+0000 mgr.a (mgr.24293) 21762 : cluster 0 pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:12 smithi027 bash[31536]: cluster 2023-12-07T18:53:11.115869+0000 mgr.a (mgr.24293) 21762 : cluster 0 pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:13.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:13.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:13.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:13.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:13.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:14 smithi044 bash[32620]: audit 2023-12-07T18:53:12.527065+0000 mgr.a (mgr.24293) 21763 : audit 0 from='client.428730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:14 smithi044 bash[32620]: cluster 2023-12-07T18:53:13.116601+0000 mgr.a (mgr.24293) 21764 : cluster 0 pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:14 smithi027 bash[31536]: audit 2023-12-07T18:53:12.527065+0000 mgr.a (mgr.24293) 21763 : audit 0 from='client.428730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:14 smithi027 bash[31536]: cluster 2023-12-07T18:53:13.116601+0000 mgr.a (mgr.24293) 21764 : cluster 0 pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:14 smithi022 bash[28554]: audit 2023-12-07T18:53:12.527065+0000 mgr.a (mgr.24293) 21763 : audit 0 from='client.428730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:14 smithi022 bash[28554]: cluster 2023-12-07T18:53:13.116601+0000 mgr.a (mgr.24293) 21764 : cluster 0 pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:15 smithi022 bash[28554]: cluster 2023-12-07T18:53:15.117219+0000 mgr.a (mgr.24293) 21765 : cluster 0 pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:15.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:15 smithi044 bash[32620]: cluster 2023-12-07T18:53:15.117219+0000 mgr.a (mgr.24293) 21765 : cluster 0 pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:15 smithi027 bash[31536]: cluster 2023-12-07T18:53:15.117219+0000 mgr.a (mgr.24293) 21765 : cluster 0 pgmap v16275: 33 pgs: 33 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:18.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:18.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:18.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:18 smithi027 bash[31536]: cluster 2023-12-07T18:53:17.118055+0000 mgr.a (mgr.24293) 21766 : cluster 0 pgmap v16276: 33 pgs: 33 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:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:18 smithi022 bash[28554]: cluster 2023-12-07T18:53:17.118055+0000 mgr.a (mgr.24293) 21766 : cluster 0 pgmap v16276: 33 pgs: 33 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:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:18 smithi044 bash[32620]: cluster 2023-12-07T18:53:17.118055+0000 mgr.a (mgr.24293) 21766 : cluster 0 pgmap v16276: 33 pgs: 33 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:18.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:18.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:18.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:18.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:18.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:20 smithi027 bash[31536]: audit 2023-12-07T18:53:18.448653+0000 mgr.a (mgr.24293) 21767 : audit 0 from='client.428808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:20 smithi027 bash[31536]: cluster 2023-12-07T18:53:19.118829+0000 mgr.a (mgr.24293) 21768 : cluster 0 pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:20 smithi022 bash[28554]: audit 2023-12-07T18:53:18.448653+0000 mgr.a (mgr.24293) 21767 : audit 0 from='client.428808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:20 smithi022 bash[28554]: cluster 2023-12-07T18:53:19.118829+0000 mgr.a (mgr.24293) 21768 : cluster 0 pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:20 smithi044 bash[32620]: audit 2023-12-07T18:53:18.448653+0000 mgr.a (mgr.24293) 21767 : audit 0 from='client.428808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:20 smithi044 bash[32620]: cluster 2023-12-07T18:53:19.118829+0000 mgr.a (mgr.24293) 21768 : cluster 0 pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:22 smithi027 bash[31536]: cluster 2023-12-07T18:53:21.119719+0000 mgr.a (mgr.24293) 21769 : cluster 0 pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:22.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:22 smithi022 bash[28554]: cluster 2023-12-07T18:53:21.119719+0000 mgr.a (mgr.24293) 21769 : cluster 0 pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:22 smithi044 bash[32620]: cluster 2023-12-07T18:53:21.119719+0000 mgr.a (mgr.24293) 21769 : cluster 0 pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:23.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:23.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:23.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:24 smithi027 bash[31536]: cluster 2023-12-07T18:53:23.120228+0000 mgr.a (mgr.24293) 21770 : cluster 0 pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:24 smithi022 bash[28554]: cluster 2023-12-07T18:53:23.120228+0000 mgr.a (mgr.24293) 21770 : cluster 0 pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:24 smithi044 bash[32620]: cluster 2023-12-07T18:53:23.120228+0000 mgr.a (mgr.24293) 21770 : cluster 0 pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:24.899 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:24.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:24.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:24.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:24.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:25 smithi022 bash[28554]: audit 2023-12-07T18:53:24.389230+0000 mgr.a (mgr.24293) 21771 : audit 0 from='client.428883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:25 smithi022 bash[28554]: cluster 2023-12-07T18:53:25.121005+0000 mgr.a (mgr.24293) 21772 : cluster 0 pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:25 smithi044 bash[32620]: audit 2023-12-07T18:53:24.389230+0000 mgr.a (mgr.24293) 21771 : audit 0 from='client.428883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:25 smithi044 bash[32620]: cluster 2023-12-07T18:53:25.121005+0000 mgr.a (mgr.24293) 21772 : cluster 0 pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:25 smithi027 bash[31536]: audit 2023-12-07T18:53:24.389230+0000 mgr.a (mgr.24293) 21771 : audit 0 from='client.428883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:25 smithi027 bash[31536]: cluster 2023-12-07T18:53:25.121005+0000 mgr.a (mgr.24293) 21772 : cluster 0 pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:28 smithi027 bash[31536]: cluster 2023-12-07T18:53:27.121839+0000 mgr.a (mgr.24293) 21773 : cluster 0 pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:28 smithi022 bash[28554]: cluster 2023-12-07T18:53:27.121839+0000 mgr.a (mgr.24293) 21773 : cluster 0 pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:28 smithi044 bash[32620]: cluster 2023-12-07T18:53:27.121839+0000 mgr.a (mgr.24293) 21773 : cluster 0 pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:29.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:29.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:29.903 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:30 smithi027 bash[31536]: cluster 2023-12-07T18:53:29.122389+0000 mgr.a (mgr.24293) 21774 : cluster 0 pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:30 smithi022 bash[28554]: cluster 2023-12-07T18:53:29.122389+0000 mgr.a (mgr.24293) 21774 : cluster 0 pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:30 smithi044 bash[32620]: cluster 2023-12-07T18:53:29.122389+0000 mgr.a (mgr.24293) 21774 : cluster 0 pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:30.837 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:30.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:30.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:30.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:30.838 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:32 smithi027 bash[31536]: audit 2023-12-07T18:53:30.314043+0000 mgr.a (mgr.24293) 21775 : audit 0 from='client.428955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:32 smithi027 bash[31536]: cluster 2023-12-07T18:53:31.123425+0000 mgr.a (mgr.24293) 21776 : cluster 0 pgmap v16283: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:32 smithi022 bash[28554]: audit 2023-12-07T18:53:30.314043+0000 mgr.a (mgr.24293) 21775 : audit 0 from='client.428955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:32.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:32 smithi022 bash[28554]: cluster 2023-12-07T18:53:31.123425+0000 mgr.a (mgr.24293) 21776 : cluster 0 pgmap v16283: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:32 smithi044 bash[32620]: audit 2023-12-07T18:53:30.314043+0000 mgr.a (mgr.24293) 21775 : audit 0 from='client.428955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:32 smithi044 bash[32620]: cluster 2023-12-07T18:53:31.123425+0000 mgr.a (mgr.24293) 21776 : cluster 0 pgmap v16283: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:34 smithi027 bash[31536]: cluster 2023-12-07T18:53:33.124009+0000 mgr.a (mgr.24293) 21777 : cluster 0 pgmap v16284: 33 pgs: 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:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:34 smithi022 bash[28554]: cluster 2023-12-07T18:53:33.124009+0000 mgr.a (mgr.24293) 21777 : cluster 0 pgmap v16284: 33 pgs: 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:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:34 smithi044 bash[32620]: cluster 2023-12-07T18:53:33.124009+0000 mgr.a (mgr.24293) 21777 : cluster 0 pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:35 smithi022 bash[28554]: cluster 2023-12-07T18:53:35.124551+0000 mgr.a (mgr.24293) 21778 : cluster 0 pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:35 smithi044 bash[32620]: cluster 2023-12-07T18:53:35.124551+0000 mgr.a (mgr.24293) 21778 : cluster 0 pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:35 smithi027 bash[31536]: cluster 2023-12-07T18:53:35.124551+0000 mgr.a (mgr.24293) 21778 : cluster 0 pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:35.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:35.842 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:36 smithi022 bash[28554]: audit 2023-12-07T18:53:36.255378+0000 mgr.a (mgr.24293) 21779 : audit 0 from='client.429033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:36 smithi044 bash[32620]: audit 2023-12-07T18:53:36.255378+0000 mgr.a (mgr.24293) 21779 : audit 0 from='client.429033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:36 smithi027 bash[31536]: audit 2023-12-07T18:53:36.255378+0000 mgr.a (mgr.24293) 21779 : audit 0 from='client.429033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:36.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:36.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:37 smithi022 bash[28554]: cluster 2023-12-07T18:53:37.125577+0000 mgr.a (mgr.24293) 21780 : cluster 0 pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:37 smithi044 bash[32620]: cluster 2023-12-07T18:53:37.125577+0000 mgr.a (mgr.24293) 21780 : cluster 0 pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:37 smithi027 bash[31536]: cluster 2023-12-07T18:53:37.125577+0000 mgr.a (mgr.24293) 21780 : cluster 0 pgmap v16286: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:40 smithi027 bash[31536]: cluster 2023-12-07T18:53:39.126125+0000 mgr.a (mgr.24293) 21781 : cluster 0 pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:40 smithi022 bash[28554]: cluster 2023-12-07T18:53:39.126125+0000 mgr.a (mgr.24293) 21781 : cluster 0 pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:40 smithi044 bash[32620]: cluster 2023-12-07T18:53:39.126125+0000 mgr.a (mgr.24293) 21781 : cluster 0 pgmap v16287: 33 pgs: 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:41.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:41.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:41.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:42 smithi027 bash[31536]: cluster 2023-12-07T18:53:41.126790+0000 mgr.a (mgr.24293) 21782 : cluster 0 pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:42 smithi022 bash[28554]: cluster 2023-12-07T18:53:41.126790+0000 mgr.a (mgr.24293) 21782 : cluster 0 pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:42 smithi044 bash[32620]: cluster 2023-12-07T18:53:41.126790+0000 mgr.a (mgr.24293) 21782 : cluster 0 pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:42.746 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:42.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:42.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:42.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:42.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:43 smithi027 bash[31536]: audit 2023-12-07T18:53:42.212265+0000 mgr.a (mgr.24293) 21783 : audit 0 from='client.337694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:43 smithi022 bash[28554]: audit 2023-12-07T18:53:42.212265+0000 mgr.a (mgr.24293) 21783 : audit 0 from='client.337694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:43 smithi044 bash[32620]: audit 2023-12-07T18:53:42.212265+0000 mgr.a (mgr.24293) 21783 : audit 0 from='client.337694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:44 smithi027 bash[31536]: cluster 2023-12-07T18:53:43.127478+0000 mgr.a (mgr.24293) 21784 : cluster 0 pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:44 smithi022 bash[28554]: cluster 2023-12-07T18:53:43.127478+0000 mgr.a (mgr.24293) 21784 : cluster 0 pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:44 smithi044 bash[32620]: cluster 2023-12-07T18:53:43.127478+0000 mgr.a (mgr.24293) 21784 : cluster 0 pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:45 smithi022 bash[28554]: cluster 2023-12-07T18:53:45.128026+0000 mgr.a (mgr.24293) 21785 : cluster 0 pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:45 smithi044 bash[32620]: cluster 2023-12-07T18:53:45.128026+0000 mgr.a (mgr.24293) 21785 : cluster 0 pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:45 smithi027 bash[31536]: cluster 2023-12-07T18:53:45.128026+0000 mgr.a (mgr.24293) 21785 : cluster 0 pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:47.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:47.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:47.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:48 smithi027 bash[31536]: cluster 2023-12-07T18:53:47.128833+0000 mgr.a (mgr.24293) 21786 : cluster 0 pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:48 smithi022 bash[28554]: cluster 2023-12-07T18:53:47.128833+0000 mgr.a (mgr.24293) 21786 : cluster 0 pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:48 smithi044 bash[32620]: cluster 2023-12-07T18:53:47.128833+0000 mgr.a (mgr.24293) 21786 : cluster 0 pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:48.684 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:48.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:48.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:48.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:48.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:49 smithi027 bash[31536]: audit 2023-12-07T18:53:48.158420+0000 mgr.a (mgr.24293) 21787 : audit 0 from='client.429180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:49 smithi022 bash[28554]: audit 2023-12-07T18:53:48.158420+0000 mgr.a (mgr.24293) 21787 : audit 0 from='client.429180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:49 smithi044 bash[32620]: audit 2023-12-07T18:53:48.158420+0000 mgr.a (mgr.24293) 21787 : audit 0 from='client.429180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:50 smithi027 bash[31536]: cluster 2023-12-07T18:53:49.129492+0000 mgr.a (mgr.24293) 21788 : cluster 0 pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:50 smithi022 bash[28554]: cluster 2023-12-07T18:53:49.129492+0000 mgr.a (mgr.24293) 21788 : cluster 0 pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:50 smithi044 bash[32620]: cluster 2023-12-07T18:53:49.129492+0000 mgr.a (mgr.24293) 21788 : cluster 0 pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:52 smithi027 bash[31536]: cluster 2023-12-07T18:53:51.130239+0000 mgr.a (mgr.24293) 21789 : cluster 0 pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:52 smithi022 bash[28554]: cluster 2023-12-07T18:53:51.130239+0000 mgr.a (mgr.24293) 21789 : cluster 0 pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:52 smithi044 bash[32620]: cluster 2023-12-07T18:53:51.130239+0000 mgr.a (mgr.24293) 21789 : cluster 0 pgmap v16293: 33 pgs: 33 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:53.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:53.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:53.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:54.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:54.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:54.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:54.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:53:54.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:53:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:54 smithi022 bash[28554]: cluster 2023-12-07T18:53:53.130826+0000 mgr.a (mgr.24293) 21790 : cluster 0 pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:54 smithi044 bash[32620]: cluster 2023-12-07T18:53:53.130826+0000 mgr.a (mgr.24293) 21790 : cluster 0 pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:54 smithi027 bash[31536]: cluster 2023-12-07T18:53:53.130826+0000 mgr.a (mgr.24293) 21790 : cluster 0 pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:55 smithi022 bash[28554]: audit 2023-12-07T18:53:54.109715+0000 mgr.a (mgr.24293) 21791 : audit 0 from='client.429255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:55 smithi044 bash[32620]: audit 2023-12-07T18:53:54.109715+0000 mgr.a (mgr.24293) 21791 : audit 0 from='client.429255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:55 smithi027 bash[31536]: audit 2023-12-07T18:53:54.109715+0000 mgr.a (mgr.24293) 21791 : audit 0 from='client.429255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:56 smithi022 bash[28554]: cluster 2023-12-07T18:53:55.131630+0000 mgr.a (mgr.24293) 21792 : cluster 0 pgmap v16295: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:56 smithi044 bash[32620]: cluster 2023-12-07T18:53:55.131630+0000 mgr.a (mgr.24293) 21792 : cluster 0 pgmap v16295: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:56 smithi027 bash[31536]: cluster 2023-12-07T18:53:55.131630+0000 mgr.a (mgr.24293) 21792 : cluster 0 pgmap v16295: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:53:58 smithi022 bash[28554]: cluster 2023-12-07T18:53:57.132591+0000 mgr.a (mgr.24293) 21793 : cluster 0 pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:53:58 smithi044 bash[32620]: cluster 2023-12-07T18:53:57.132591+0000 mgr.a (mgr.24293) 21793 : cluster 0 pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:53:58 smithi027 bash[31536]: cluster 2023-12-07T18:53:57.132591+0000 mgr.a (mgr.24293) 21793 : cluster 0 pgmap v16296: 33 pgs: 33 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:59.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:53:59.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:59.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:00.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:00.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:00.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:00.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:00.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:00 smithi022 bash[28554]: cluster 2023-12-07T18:53:59.133207+0000 mgr.a (mgr.24293) 21794 : cluster 0 pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:00 smithi044 bash[32620]: cluster 2023-12-07T18:53:59.133207+0000 mgr.a (mgr.24293) 21794 : cluster 0 pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:00 smithi027 bash[31536]: cluster 2023-12-07T18:53:59.133207+0000 mgr.a (mgr.24293) 21794 : cluster 0 pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:01 smithi022 bash[28554]: audit 2023-12-07T18:54:00.021122+0000 mgr.a (mgr.24293) 21795 : audit 0 from='client.429333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:01 smithi044 bash[32620]: audit 2023-12-07T18:54:00.021122+0000 mgr.a (mgr.24293) 21795 : audit 0 from='client.429333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:01 smithi027 bash[31536]: audit 2023-12-07T18:54:00.021122+0000 mgr.a (mgr.24293) 21795 : audit 0 from='client.429333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:02 smithi022 bash[28554]: cluster 2023-12-07T18:54:01.134202+0000 mgr.a (mgr.24293) 21796 : cluster 0 pgmap v16298: 33 pgs: 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:54:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:02 smithi044 bash[32620]: cluster 2023-12-07T18:54:01.134202+0000 mgr.a (mgr.24293) 21796 : cluster 0 pgmap v16298: 33 pgs: 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:54:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:02 smithi027 bash[31536]: cluster 2023-12-07T18:54:01.134202+0000 mgr.a (mgr.24293) 21796 : cluster 0 pgmap v16298: 33 pgs: 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:54:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:04 smithi022 bash[28554]: cluster 2023-12-07T18:54:03.134780+0000 mgr.a (mgr.24293) 21797 : cluster 0 pgmap v16299: 33 pgs: 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:54:04.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:04 smithi044 bash[32620]: cluster 2023-12-07T18:54:03.134780+0000 mgr.a (mgr.24293) 21797 : cluster 0 pgmap v16299: 33 pgs: 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:54:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:04 smithi027 bash[31536]: cluster 2023-12-07T18:54:03.134780+0000 mgr.a (mgr.24293) 21797 : cluster 0 pgmap v16299: 33 pgs: 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:54:05.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:05.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:05.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:05 smithi022 bash[28554]: cluster 2023-12-07T18:54:05.135287+0000 mgr.a (mgr.24293) 21798 : cluster 0 pgmap v16300: 33 pgs: 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:54:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:05 smithi044 bash[32620]: cluster 2023-12-07T18:54:05.135287+0000 mgr.a (mgr.24293) 21798 : cluster 0 pgmap v16300: 33 pgs: 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:54:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:05 smithi027 bash[31536]: cluster 2023-12-07T18:54:05.135287+0000 mgr.a (mgr.24293) 21798 : cluster 0 pgmap v16300: 33 pgs: 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:54:06.514 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:06.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:06.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:06.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:06.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:06 smithi022 bash[28554]: audit 2023-12-07T18:54:05.964298+0000 mgr.a (mgr.24293) 21799 : audit 0 from='client.429411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:06 smithi044 bash[32620]: audit 2023-12-07T18:54:05.964298+0000 mgr.a (mgr.24293) 21799 : audit 0 from='client.429411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:06 smithi027 bash[31536]: audit 2023-12-07T18:54:05.964298+0000 mgr.a (mgr.24293) 21799 : audit 0 from='client.429411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:07 smithi022 bash[28554]: cluster 2023-12-07T18:54:07.136234+0000 mgr.a (mgr.24293) 21800 : cluster 0 pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:07 smithi044 bash[32620]: cluster 2023-12-07T18:54:07.136234+0000 mgr.a (mgr.24293) 21800 : cluster 0 pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:07 smithi027 bash[31536]: cluster 2023-12-07T18:54:07.136234+0000 mgr.a (mgr.24293) 21800 : cluster 0 pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:08 smithi027 bash[31536]: audit 2023-12-07T18:54:08.876323+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:08 smithi022 bash[28554]: audit 2023-12-07T18:54:08.876323+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:08 smithi044 bash[32620]: audit 2023-12-07T18:54:08.876323+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:09 smithi027 bash[31536]: cluster 2023-12-07T18:54:09.136805+0000 mgr.a (mgr.24293) 21801 : cluster 0 pgmap v16302: 33 pgs: 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:10.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:09 smithi022 bash[28554]: cluster 2023-12-07T18:54:09.136805+0000 mgr.a (mgr.24293) 21801 : cluster 0 pgmap v16302: 33 pgs: 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:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:09 smithi044 bash[32620]: cluster 2023-12-07T18:54:09.136805+0000 mgr.a (mgr.24293) 21801 : cluster 0 pgmap v16302: 33 pgs: 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:11.517 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:11.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:11.518 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:12 smithi027 bash[31536]: cluster 2023-12-07T18:54:11.137540+0000 mgr.a (mgr.24293) 21802 : cluster 0 pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:12.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:12.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:12.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:12 smithi022 bash[28554]: cluster 2023-12-07T18:54:11.137540+0000 mgr.a (mgr.24293) 21802 : cluster 0 pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:12 smithi044 bash[32620]: cluster 2023-12-07T18:54:11.137540+0000 mgr.a (mgr.24293) 21802 : cluster 0 pgmap v16303: 33 pgs: 33 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:13.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:13 smithi022 bash[28554]: audit 2023-12-07T18:54:11.937249+0000 mgr.a (mgr.24293) 21803 : audit 0 from='client.429486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:13 smithi044 bash[32620]: audit 2023-12-07T18:54:11.937249+0000 mgr.a (mgr.24293) 21803 : audit 0 from='client.429486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:13 smithi027 bash[31536]: audit 2023-12-07T18:54:11.937249+0000 mgr.a (mgr.24293) 21803 : audit 0 from='client.429486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:14.643 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:14 smithi044 bash[32620]: cluster 2023-12-07T18:54:13.138276+0000 mgr.a (mgr.24293) 21804 : cluster 0 pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:54:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:14 smithi022 bash[28554]: cluster 2023-12-07T18:54:13.138276+0000 mgr.a (mgr.24293) 21804 : cluster 0 pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:54:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:14 smithi027 bash[31536]: cluster 2023-12-07T18:54:13.138276+0000 mgr.a (mgr.24293) 21804 : cluster 0 pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:54:15.629 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:15 smithi044 bash[32620]: cluster 2023-12-07T18:54:15.138863+0000 mgr.a (mgr.24293) 21805 : cluster 0 pgmap v16305: 33 pgs: 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:54:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:15 smithi022 bash[28554]: cluster 2023-12-07T18:54:15.138863+0000 mgr.a (mgr.24293) 21805 : cluster 0 pgmap v16305: 33 pgs: 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:54:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:15 smithi027 bash[31536]: cluster 2023-12-07T18:54:15.138863+0000 mgr.a (mgr.24293) 21805 : cluster 0 pgmap v16305: 33 pgs: 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:54:17.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:17.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:17.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:18.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:18.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:18.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:18.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:18.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:18 smithi027 bash[31536]: cluster 2023-12-07T18:54:17.139778+0000 mgr.a (mgr.24293) 21806 : cluster 0 pgmap v16306: 33 pgs: 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:54:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:18 smithi022 bash[28554]: cluster 2023-12-07T18:54:17.139778+0000 mgr.a (mgr.24293) 21806 : cluster 0 pgmap v16306: 33 pgs: 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:54:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:18 smithi044 bash[32620]: cluster 2023-12-07T18:54:17.139778+0000 mgr.a (mgr.24293) 21806 : cluster 0 pgmap v16306: 33 pgs: 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:54:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:19 smithi044 bash[32620]: audit 2023-12-07T18:54:17.898838+0000 mgr.a (mgr.24293) 21807 : audit 0 from='client.429564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:19 smithi022 bash[28554]: audit 2023-12-07T18:54:17.898838+0000 mgr.a (mgr.24293) 21807 : audit 0 from='client.429564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:19 smithi027 bash[31536]: audit 2023-12-07T18:54:17.898838+0000 mgr.a (mgr.24293) 21807 : audit 0 from='client.429564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:20 smithi022 bash[28554]: cluster 2023-12-07T18:54:19.140487+0000 mgr.a (mgr.24293) 21808 : cluster 0 pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:20 smithi022 bash[28554]: audit 2023-12-07T18:54:19.796150+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:20 smithi022 bash[28554]: audit 2023-12-07T18:54:19.802320+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:20 smithi022 bash[28554]: audit 2023-12-07T18:54:19.804003+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:20 smithi022 bash[28554]: audit 2023-12-07T18:54:19.805907+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:20 smithi022 bash[28554]: audit 2023-12-07T18:54:19.814430+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:20 smithi044 bash[32620]: cluster 2023-12-07T18:54:19.140487+0000 mgr.a (mgr.24293) 21808 : cluster 0 pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:20 smithi044 bash[32620]: audit 2023-12-07T18:54:19.796150+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:20 smithi044 bash[32620]: audit 2023-12-07T18:54:19.802320+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:20 smithi044 bash[32620]: audit 2023-12-07T18:54:19.804003+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:20 smithi044 bash[32620]: audit 2023-12-07T18:54:19.805907+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:20 smithi044 bash[32620]: audit 2023-12-07T18:54:19.814430+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:20 smithi027 bash[31536]: cluster 2023-12-07T18:54:19.140487+0000 mgr.a (mgr.24293) 21808 : cluster 0 pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:20 smithi027 bash[31536]: audit 2023-12-07T18:54:19.796150+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:20 smithi027 bash[31536]: audit 2023-12-07T18:54:19.802320+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:20 smithi027 bash[31536]: audit 2023-12-07T18:54:19.804003+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:20 smithi027 bash[31536]: audit 2023-12-07T18:54:19.805907+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:20.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:20 smithi027 bash[31536]: audit 2023-12-07T18:54:19.814430+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:54:22.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:22 smithi022 bash[28554]: cluster 2023-12-07T18:54:21.141272+0000 mgr.a (mgr.24293) 21809 : cluster 0 pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:22 smithi044 bash[32620]: cluster 2023-12-07T18:54:21.141272+0000 mgr.a (mgr.24293) 21809 : cluster 0 pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:22 smithi027 bash[31536]: cluster 2023-12-07T18:54:21.141272+0000 mgr.a (mgr.24293) 21809 : cluster 0 pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:23.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:23.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:23.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:24.376 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:24.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:24.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:24.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:24.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:24 smithi022 bash[28554]: cluster 2023-12-07T18:54:23.141826+0000 mgr.a (mgr.24293) 21810 : cluster 0 pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:24 smithi044 bash[32620]: cluster 2023-12-07T18:54:23.141826+0000 mgr.a (mgr.24293) 21810 : cluster 0 pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:24 smithi027 bash[31536]: cluster 2023-12-07T18:54:23.141826+0000 mgr.a (mgr.24293) 21810 : cluster 0 pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:25 smithi022 bash[28554]: audit 2023-12-07T18:54:23.841564+0000 mgr.a (mgr.24293) 21811 : audit 0 from='client.429639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:25 smithi044 bash[32620]: audit 2023-12-07T18:54:23.841564+0000 mgr.a (mgr.24293) 21811 : audit 0 from='client.429639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:25.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:25 smithi027 bash[31536]: audit 2023-12-07T18:54:23.841564+0000 mgr.a (mgr.24293) 21811 : audit 0 from='client.429639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:26 smithi022 bash[28554]: cluster 2023-12-07T18:54:25.142565+0000 mgr.a (mgr.24293) 21812 : cluster 0 pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:26.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:26 smithi044 bash[32620]: cluster 2023-12-07T18:54:25.142565+0000 mgr.a (mgr.24293) 21812 : cluster 0 pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:26 smithi027 bash[31536]: cluster 2023-12-07T18:54:25.142565+0000 mgr.a (mgr.24293) 21812 : cluster 0 pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:28 smithi022 bash[28554]: cluster 2023-12-07T18:54:27.143529+0000 mgr.a (mgr.24293) 21813 : cluster 0 pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:28 smithi044 bash[32620]: cluster 2023-12-07T18:54:27.143529+0000 mgr.a (mgr.24293) 21813 : cluster 0 pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:28 smithi027 bash[31536]: cluster 2023-12-07T18:54:27.143529+0000 mgr.a (mgr.24293) 21813 : cluster 0 pgmap v16311: 33 pgs: 33 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:29.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:29.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:29.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:30.333 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:30.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:30.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:30.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:30.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:30 smithi022 bash[28554]: cluster 2023-12-07T18:54:29.144293+0000 mgr.a (mgr.24293) 21814 : cluster 0 pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:30 smithi044 bash[32620]: cluster 2023-12-07T18:54:29.144293+0000 mgr.a (mgr.24293) 21814 : cluster 0 pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:30 smithi027 bash[31536]: cluster 2023-12-07T18:54:29.144293+0000 mgr.a (mgr.24293) 21814 : cluster 0 pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:31 smithi022 bash[28554]: audit 2023-12-07T18:54:29.784955+0000 mgr.a (mgr.24293) 21815 : audit 0 from='client.429717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:31.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:31 smithi044 bash[32620]: audit 2023-12-07T18:54:29.784955+0000 mgr.a (mgr.24293) 21815 : audit 0 from='client.429717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:31 smithi027 bash[31536]: audit 2023-12-07T18:54:29.784955+0000 mgr.a (mgr.24293) 21815 : audit 0 from='client.429717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:32 smithi022 bash[28554]: cluster 2023-12-07T18:54:31.145275+0000 mgr.a (mgr.24293) 21816 : cluster 0 pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:32 smithi044 bash[32620]: cluster 2023-12-07T18:54:31.145275+0000 mgr.a (mgr.24293) 21816 : cluster 0 pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:32 smithi027 bash[31536]: cluster 2023-12-07T18:54:31.145275+0000 mgr.a (mgr.24293) 21816 : cluster 0 pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:34 smithi022 bash[28554]: cluster 2023-12-07T18:54:33.145885+0000 mgr.a (mgr.24293) 21817 : cluster 0 pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:34 smithi044 bash[32620]: cluster 2023-12-07T18:54:33.145885+0000 mgr.a (mgr.24293) 21817 : cluster 0 pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:34 smithi027 bash[31536]: cluster 2023-12-07T18:54:33.145885+0000 mgr.a (mgr.24293) 21817 : cluster 0 pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:35.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:35.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:35.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:35 smithi022 bash[28554]: cluster 2023-12-07T18:54:35.146449+0000 mgr.a (mgr.24293) 21818 : cluster 0 pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:35 smithi044 bash[32620]: cluster 2023-12-07T18:54:35.146449+0000 mgr.a (mgr.24293) 21818 : cluster 0 pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:35 smithi027 bash[31536]: cluster 2023-12-07T18:54:35.146449+0000 mgr.a (mgr.24293) 21818 : cluster 0 pgmap v16315: 33 pgs: 33 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.254 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:36.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:36.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:36.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:36.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:36 smithi022 bash[28554]: audit 2023-12-07T18:54:35.744149+0000 mgr.a (mgr.24293) 21819 : audit 0 from='client.429792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:36.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:36 smithi044 bash[32620]: audit 2023-12-07T18:54:35.744149+0000 mgr.a (mgr.24293) 21819 : audit 0 from='client.429792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:36 smithi027 bash[31536]: audit 2023-12-07T18:54:35.744149+0000 mgr.a (mgr.24293) 21819 : audit 0 from='client.429792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:37 smithi022 bash[28554]: cluster 2023-12-07T18:54:37.147523+0000 mgr.a (mgr.24293) 21820 : cluster 0 pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:37.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:37 smithi044 bash[32620]: cluster 2023-12-07T18:54:37.147523+0000 mgr.a (mgr.24293) 21820 : cluster 0 pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:37 smithi027 bash[31536]: cluster 2023-12-07T18:54:37.147523+0000 mgr.a (mgr.24293) 21820 : cluster 0 pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:40 smithi022 bash[28554]: cluster 2023-12-07T18:54:39.148148+0000 mgr.a (mgr.24293) 21821 : cluster 0 pgmap v16317: 33 pgs: 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:40.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:40 smithi044 bash[32620]: cluster 2023-12-07T18:54:39.148148+0000 mgr.a (mgr.24293) 21821 : cluster 0 pgmap v16317: 33 pgs: 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:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:40 smithi027 bash[31536]: cluster 2023-12-07T18:54:39.148148+0000 mgr.a (mgr.24293) 21821 : cluster 0 pgmap v16317: 33 pgs: 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:41.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:41.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:41.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:42.202 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:42.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:42.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:42.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:42.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:42 smithi022 bash[28554]: cluster 2023-12-07T18:54:41.148917+0000 mgr.a (mgr.24293) 21822 : cluster 0 pgmap v16318: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:42 smithi044 bash[32620]: cluster 2023-12-07T18:54:41.148917+0000 mgr.a (mgr.24293) 21822 : cluster 0 pgmap v16318: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:42 smithi027 bash[31536]: cluster 2023-12-07T18:54:41.148917+0000 mgr.a (mgr.24293) 21822 : cluster 0 pgmap v16318: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:43 smithi022 bash[28554]: audit 2023-12-07T18:54:41.670125+0000 mgr.a (mgr.24293) 21823 : audit 0 from='client.429870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:43.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:43 smithi044 bash[32620]: audit 2023-12-07T18:54:41.670125+0000 mgr.a (mgr.24293) 21823 : audit 0 from='client.429870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:43 smithi027 bash[31536]: audit 2023-12-07T18:54:41.670125+0000 mgr.a (mgr.24293) 21823 : audit 0 from='client.429870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:44 smithi022 bash[28554]: cluster 2023-12-07T18:54:43.149675+0000 mgr.a (mgr.24293) 21824 : cluster 0 pgmap v16319: 33 pgs: 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:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:44 smithi044 bash[32620]: cluster 2023-12-07T18:54:43.149675+0000 mgr.a (mgr.24293) 21824 : cluster 0 pgmap v16319: 33 pgs: 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:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:44 smithi027 bash[31536]: cluster 2023-12-07T18:54:43.149675+0000 mgr.a (mgr.24293) 21824 : cluster 0 pgmap v16319: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:45 smithi022 bash[28554]: cluster 2023-12-07T18:54:45.150264+0000 mgr.a (mgr.24293) 21825 : cluster 0 pgmap v16320: 33 pgs: 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:45.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:45 smithi044 bash[32620]: cluster 2023-12-07T18:54:45.150264+0000 mgr.a (mgr.24293) 21825 : cluster 0 pgmap v16320: 33 pgs: 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:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:45 smithi027 bash[31536]: cluster 2023-12-07T18:54:45.150264+0000 mgr.a (mgr.24293) 21825 : cluster 0 pgmap v16320: 33 pgs: 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:47.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:47.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:47.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:48.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:48.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:48.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:48.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:48.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:48 smithi022 bash[28554]: cluster 2023-12-07T18:54:47.151005+0000 mgr.a (mgr.24293) 21826 : cluster 0 pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:48.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:48 smithi044 bash[32620]: cluster 2023-12-07T18:54:47.151005+0000 mgr.a (mgr.24293) 21826 : cluster 0 pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:48 smithi027 bash[31536]: cluster 2023-12-07T18:54:47.151005+0000 mgr.a (mgr.24293) 21826 : cluster 0 pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:49.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:49 smithi022 bash[28554]: audit 2023-12-07T18:54:47.622155+0000 mgr.a (mgr.24293) 21827 : audit 0 from='client.429945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:49.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:49 smithi044 bash[32620]: audit 2023-12-07T18:54:47.622155+0000 mgr.a (mgr.24293) 21827 : audit 0 from='client.429945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:49.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:49 smithi027 bash[31536]: audit 2023-12-07T18:54:47.622155+0000 mgr.a (mgr.24293) 21827 : audit 0 from='client.429945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:50.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:50 smithi022 bash[28554]: cluster 2023-12-07T18:54:49.151935+0000 mgr.a (mgr.24293) 21828 : cluster 0 pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:50 smithi044 bash[32620]: cluster 2023-12-07T18:54:49.151935+0000 mgr.a (mgr.24293) 21828 : cluster 0 pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:50 smithi027 bash[31536]: cluster 2023-12-07T18:54:49.151935+0000 mgr.a (mgr.24293) 21828 : cluster 0 pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:52.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:52 smithi022 bash[28554]: cluster 2023-12-07T18:54:51.152956+0000 mgr.a (mgr.24293) 21829 : cluster 0 pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:52 smithi044 bash[32620]: cluster 2023-12-07T18:54:51.152956+0000 mgr.a (mgr.24293) 21829 : cluster 0 pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:52.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:52 smithi027 bash[31536]: cluster 2023-12-07T18:54:51.152956+0000 mgr.a (mgr.24293) 21829 : cluster 0 pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:53.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:53.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:53.149 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:54.076 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:54:54.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:54.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:54.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:54.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:54:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:54 smithi022 bash[28554]: cluster 2023-12-07T18:54:53.153675+0000 mgr.a (mgr.24293) 21830 : cluster 0 pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:54 smithi044 bash[32620]: cluster 2023-12-07T18:54:53.153675+0000 mgr.a (mgr.24293) 21830 : cluster 0 pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:54 smithi027 bash[31536]: cluster 2023-12-07T18:54:53.153675+0000 mgr.a (mgr.24293) 21830 : cluster 0 pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:55 smithi022 bash[28554]: audit 2023-12-07T18:54:53.558077+0000 mgr.a (mgr.24293) 21831 : audit 0 from='client.430023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:55 smithi044 bash[32620]: audit 2023-12-07T18:54:53.558077+0000 mgr.a (mgr.24293) 21831 : audit 0 from='client.430023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:55 smithi027 bash[31536]: audit 2023-12-07T18:54:53.558077+0000 mgr.a (mgr.24293) 21831 : audit 0 from='client.430023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:56.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:56 smithi022 bash[28554]: cluster 2023-12-07T18:54:55.154433+0000 mgr.a (mgr.24293) 21832 : cluster 0 pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:56.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:56 smithi044 bash[32620]: cluster 2023-12-07T18:54:55.154433+0000 mgr.a (mgr.24293) 21832 : cluster 0 pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:56 smithi027 bash[31536]: cluster 2023-12-07T18:54:55.154433+0000 mgr.a (mgr.24293) 21832 : cluster 0 pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:58.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:54:58 smithi022 bash[28554]: cluster 2023-12-07T18:54:57.155289+0000 mgr.a (mgr.24293) 21833 : cluster 0 pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:54:58 smithi044 bash[32620]: cluster 2023-12-07T18:54:57.155289+0000 mgr.a (mgr.24293) 21833 : cluster 0 pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:54:58 smithi027 bash[31536]: cluster 2023-12-07T18:54:57.155289+0000 mgr.a (mgr.24293) 21833 : cluster 0 pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:59.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:54:59.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:59.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:00.033 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:00.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:00.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:00.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:00.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:00 smithi022 bash[28554]: cluster 2023-12-07T18:54:59.155886+0000 mgr.a (mgr.24293) 21834 : cluster 0 pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:00 smithi044 bash[32620]: cluster 2023-12-07T18:54:59.155886+0000 mgr.a (mgr.24293) 21834 : cluster 0 pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:00 smithi027 bash[31536]: cluster 2023-12-07T18:54:59.155886+0000 mgr.a (mgr.24293) 21834 : cluster 0 pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:01.539 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:01 smithi022 bash[28554]: audit 2023-12-07T18:54:59.494281+0000 mgr.a (mgr.24293) 21835 : audit 0 from='client.430098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:01.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:01 smithi044 bash[32620]: audit 2023-12-07T18:54:59.494281+0000 mgr.a (mgr.24293) 21835 : audit 0 from='client.430098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:01 smithi027 bash[31536]: audit 2023-12-07T18:54:59.494281+0000 mgr.a (mgr.24293) 21835 : audit 0 from='client.430098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:02 smithi022 bash[28554]: cluster 2023-12-07T18:55:01.156811+0000 mgr.a (mgr.24293) 21836 : cluster 0 pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:02 smithi044 bash[32620]: cluster 2023-12-07T18:55:01.156811+0000 mgr.a (mgr.24293) 21836 : cluster 0 pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:02 smithi027 bash[31536]: cluster 2023-12-07T18:55:01.156811+0000 mgr.a (mgr.24293) 21836 : cluster 0 pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:04 smithi022 bash[28554]: cluster 2023-12-07T18:55:03.157381+0000 mgr.a (mgr.24293) 21837 : cluster 0 pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:04 smithi044 bash[32620]: cluster 2023-12-07T18:55:03.157381+0000 mgr.a (mgr.24293) 21837 : cluster 0 pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:04 smithi027 bash[31536]: cluster 2023-12-07T18:55:03.157381+0000 mgr.a (mgr.24293) 21837 : cluster 0 pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:05.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:05.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:05.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:05.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:05 smithi022 bash[28554]: cluster 2023-12-07T18:55:05.157933+0000 mgr.a (mgr.24293) 21838 : cluster 0 pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:05 smithi044 bash[32620]: cluster 2023-12-07T18:55:05.157933+0000 mgr.a (mgr.24293) 21838 : cluster 0 pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:05 smithi027 bash[31536]: cluster 2023-12-07T18:55:05.157933+0000 mgr.a (mgr.24293) 21838 : cluster 0 pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:06.003 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:06.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:06.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:06 smithi022 bash[28554]: audit 2023-12-07T18:55:05.455992+0000 mgr.a (mgr.24293) 21839 : audit 0 from='client.430176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:06 smithi044 bash[32620]: audit 2023-12-07T18:55:05.455992+0000 mgr.a (mgr.24293) 21839 : audit 0 from='client.430176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:06 smithi027 bash[31536]: audit 2023-12-07T18:55:05.455992+0000 mgr.a (mgr.24293) 21839 : audit 0 from='client.430176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:07 smithi022 bash[28554]: cluster 2023-12-07T18:55:07.159187+0000 mgr.a (mgr.24293) 21840 : cluster 0 pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:07 smithi044 bash[32620]: cluster 2023-12-07T18:55:07.159187+0000 mgr.a (mgr.24293) 21840 : cluster 0 pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:07 smithi027 bash[31536]: cluster 2023-12-07T18:55:07.159187+0000 mgr.a (mgr.24293) 21840 : cluster 0 pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:10.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:10 smithi022 bash[28554]: cluster 2023-12-07T18:55:09.159951+0000 mgr.a (mgr.24293) 21841 : cluster 0 pgmap v16332: 33 pgs: 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:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:10 smithi044 bash[32620]: cluster 2023-12-07T18:55:09.159951+0000 mgr.a (mgr.24293) 21841 : cluster 0 pgmap v16332: 33 pgs: 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:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:10 smithi027 bash[31536]: cluster 2023-12-07T18:55:09.159951+0000 mgr.a (mgr.24293) 21841 : cluster 0 pgmap v16332: 33 pgs: 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:11.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:11.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:11.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:11.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:11.947 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:11.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:11.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:12 smithi022 bash[28554]: cluster 2023-12-07T18:55:11.160699+0000 mgr.a (mgr.24293) 21842 : cluster 0 pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:12 smithi044 bash[32620]: cluster 2023-12-07T18:55:11.160699+0000 mgr.a (mgr.24293) 21842 : cluster 0 pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:12 smithi027 bash[31536]: cluster 2023-12-07T18:55:11.160699+0000 mgr.a (mgr.24293) 21842 : cluster 0 pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:13 smithi022 bash[28554]: audit 2023-12-07T18:55:11.417586+0000 mgr.a (mgr.24293) 21843 : audit 0 from='client.338570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:13 smithi044 bash[32620]: audit 2023-12-07T18:55:11.417586+0000 mgr.a (mgr.24293) 21843 : audit 0 from='client.338570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:13 smithi027 bash[31536]: audit 2023-12-07T18:55:11.417586+0000 mgr.a (mgr.24293) 21843 : audit 0 from='client.338570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:14 smithi022 bash[28554]: cluster 2023-12-07T18:55:13.161415+0000 mgr.a (mgr.24293) 21844 : cluster 0 pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:14.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:14 smithi044 bash[32620]: cluster 2023-12-07T18:55:13.161415+0000 mgr.a (mgr.24293) 21844 : cluster 0 pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:14 smithi027 bash[31536]: cluster 2023-12-07T18:55:13.161415+0000 mgr.a (mgr.24293) 21844 : cluster 0 pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:15 smithi022 bash[28554]: cluster 2023-12-07T18:55:15.162007+0000 mgr.a (mgr.24293) 21845 : cluster 0 pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:15 smithi044 bash[32620]: cluster 2023-12-07T18:55:15.162007+0000 mgr.a (mgr.24293) 21845 : cluster 0 pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:15 smithi027 bash[31536]: cluster 2023-12-07T18:55:15.162007+0000 mgr.a (mgr.24293) 21845 : cluster 0 pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:16.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:16.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:16.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:17.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:17.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:17.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:17.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:17.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:18 smithi022 bash[28554]: cluster 2023-12-07T18:55:17.162959+0000 mgr.a (mgr.24293) 21846 : cluster 0 pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:18 smithi044 bash[32620]: cluster 2023-12-07T18:55:17.162959+0000 mgr.a (mgr.24293) 21846 : cluster 0 pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:18 smithi027 bash[31536]: cluster 2023-12-07T18:55:17.162959+0000 mgr.a (mgr.24293) 21846 : cluster 0 pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:19 smithi022 bash[28554]: audit 2023-12-07T18:55:17.363483+0000 mgr.a (mgr.24293) 21847 : audit 0 from='client.430323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:19 smithi044 bash[32620]: audit 2023-12-07T18:55:17.363483+0000 mgr.a (mgr.24293) 21847 : audit 0 from='client.430323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:19 smithi027 bash[31536]: audit 2023-12-07T18:55:17.363483+0000 mgr.a (mgr.24293) 21847 : audit 0 from='client.430323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:20 smithi022 bash[28554]: cluster 2023-12-07T18:55:19.163839+0000 mgr.a (mgr.24293) 21848 : cluster 0 pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:20 smithi022 bash[28554]: audit 2023-12-07T18:55:19.919727+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:20 smithi044 bash[32620]: cluster 2023-12-07T18:55:19.163839+0000 mgr.a (mgr.24293) 21848 : cluster 0 pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:20 smithi044 bash[32620]: audit 2023-12-07T18:55:19.919727+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:20 smithi027 bash[31536]: cluster 2023-12-07T18:55:19.163839+0000 mgr.a (mgr.24293) 21848 : cluster 0 pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:20 smithi027 bash[31536]: audit 2023-12-07T18:55:19.919727+0000 mon.a (mon.0) 3455 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.144715+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.149756+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.154482+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.158621+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: cluster 2023-12-07T18:55:21.164656+0000 mgr.a (mgr.24293) 21849 : cluster 0 pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.194097+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.200007+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.201092+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:22.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.202307+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:22 smithi022 bash[28554]: audit 2023-12-07T18:55:21.209221+0000 mon.a (mon.0) 3464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.144715+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.149756+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.154482+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.158621+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: cluster 2023-12-07T18:55:21.164656+0000 mgr.a (mgr.24293) 21849 : cluster 0 pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.194097+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.200007+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.201092+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.202307+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:22.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:22 smithi044 bash[32620]: audit 2023-12-07T18:55:21.209221+0000 mon.a (mon.0) 3464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.144715+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.149756+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.154482+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.158621+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: cluster 2023-12-07T18:55:21.164656+0000 mgr.a (mgr.24293) 21849 : cluster 0 pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.194097+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.200007+0000 mon.a (mon.0) 3461 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.201092+0000 mon.a (mon.0) 3462 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.202307+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:22.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:22 smithi027 bash[31536]: audit 2023-12-07T18:55:21.209221+0000 mon.a (mon.0) 3464 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:55:22.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:22.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:22.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:23.839 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:23.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:23.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:23.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:23.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:24 smithi022 bash[28554]: cluster 2023-12-07T18:55:23.165195+0000 mgr.a (mgr.24293) 21850 : cluster 0 pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:24 smithi044 bash[32620]: cluster 2023-12-07T18:55:23.165195+0000 mgr.a (mgr.24293) 21850 : cluster 0 pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:24 smithi027 bash[31536]: cluster 2023-12-07T18:55:23.165195+0000 mgr.a (mgr.24293) 21850 : cluster 0 pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:25 smithi022 bash[28554]: audit 2023-12-07T18:55:23.323529+0000 mgr.a (mgr.24293) 21851 : audit 0 from='client.430398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:25 smithi044 bash[32620]: audit 2023-12-07T18:55:23.323529+0000 mgr.a (mgr.24293) 21851 : audit 0 from='client.430398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:25 smithi027 bash[31536]: audit 2023-12-07T18:55:23.323529+0000 mgr.a (mgr.24293) 21851 : audit 0 from='client.430398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:26 smithi022 bash[28554]: cluster 2023-12-07T18:55:25.165842+0000 mgr.a (mgr.24293) 21852 : cluster 0 pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:26 smithi044 bash[32620]: cluster 2023-12-07T18:55:25.165842+0000 mgr.a (mgr.24293) 21852 : cluster 0 pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:26 smithi027 bash[31536]: cluster 2023-12-07T18:55:25.165842+0000 mgr.a (mgr.24293) 21852 : cluster 0 pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:28 smithi022 bash[28554]: cluster 2023-12-07T18:55:27.166682+0000 mgr.a (mgr.24293) 21853 : cluster 0 pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:28 smithi044 bash[32620]: cluster 2023-12-07T18:55:27.166682+0000 mgr.a (mgr.24293) 21853 : cluster 0 pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:28 smithi027 bash[31536]: cluster 2023-12-07T18:55:27.166682+0000 mgr.a (mgr.24293) 21853 : cluster 0 pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:28.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:28.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:28.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:29.799 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:29.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:29.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:29.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:29.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:30 smithi022 bash[28554]: cluster 2023-12-07T18:55:29.167245+0000 mgr.a (mgr.24293) 21854 : cluster 0 pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:30.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:30 smithi022 bash[28554]: audit 2023-12-07T18:55:29.253687+0000 mgr.a (mgr.24293) 21855 : audit 0 from='client.430476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:30 smithi044 bash[32620]: cluster 2023-12-07T18:55:29.167245+0000 mgr.a (mgr.24293) 21854 : cluster 0 pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:30 smithi044 bash[32620]: audit 2023-12-07T18:55:29.253687+0000 mgr.a (mgr.24293) 21855 : audit 0 from='client.430476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:30 smithi027 bash[31536]: cluster 2023-12-07T18:55:29.167245+0000 mgr.a (mgr.24293) 21854 : cluster 0 pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:30 smithi027 bash[31536]: audit 2023-12-07T18:55:29.253687+0000 mgr.a (mgr.24293) 21855 : audit 0 from='client.430476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:32 smithi022 bash[28554]: cluster 2023-12-07T18:55:31.168176+0000 mgr.a (mgr.24293) 21856 : cluster 0 pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:32.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:32 smithi044 bash[32620]: cluster 2023-12-07T18:55:31.168176+0000 mgr.a (mgr.24293) 21856 : cluster 0 pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:32 smithi027 bash[31536]: cluster 2023-12-07T18:55:31.168176+0000 mgr.a (mgr.24293) 21856 : cluster 0 pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:34 smithi022 bash[28554]: cluster 2023-12-07T18:55:33.168784+0000 mgr.a (mgr.24293) 21857 : cluster 0 pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:34 smithi044 bash[32620]: cluster 2023-12-07T18:55:33.168784+0000 mgr.a (mgr.24293) 21857 : cluster 0 pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:34 smithi027 bash[31536]: cluster 2023-12-07T18:55:33.168784+0000 mgr.a (mgr.24293) 21857 : cluster 0 pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:34.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:34.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:34.803 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:35 smithi022 bash[28554]: cluster 2023-12-07T18:55:35.169352+0000 mgr.a (mgr.24293) 21858 : cluster 0 pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:35.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:35 smithi022 bash[28554]: audit 2023-12-07T18:55:35.218890+0000 mgr.a (mgr.24293) 21859 : audit 0 from='client.430554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:35 smithi044 bash[32620]: cluster 2023-12-07T18:55:35.169352+0000 mgr.a (mgr.24293) 21858 : cluster 0 pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:35 smithi044 bash[32620]: audit 2023-12-07T18:55:35.218890+0000 mgr.a (mgr.24293) 21859 : audit 0 from='client.430554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:35 smithi027 bash[31536]: cluster 2023-12-07T18:55:35.169352+0000 mgr.a (mgr.24293) 21858 : cluster 0 pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:35 smithi027 bash[31536]: audit 2023-12-07T18:55:35.218890+0000 mgr.a (mgr.24293) 21859 : audit 0 from='client.430554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:35.769 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:35.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:38 smithi022 bash[28554]: cluster 2023-12-07T18:55:37.170296+0000 mgr.a (mgr.24293) 21860 : cluster 0 pgmap v16346: 33 pgs: 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:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:38 smithi044 bash[32620]: cluster 2023-12-07T18:55:37.170296+0000 mgr.a (mgr.24293) 21860 : cluster 0 pgmap v16346: 33 pgs: 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:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:38 smithi027 bash[31536]: cluster 2023-12-07T18:55:37.170296+0000 mgr.a (mgr.24293) 21860 : cluster 0 pgmap v16346: 33 pgs: 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:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:40 smithi022 bash[28554]: cluster 2023-12-07T18:55:39.170883+0000 mgr.a (mgr.24293) 21861 : cluster 0 pgmap v16347: 33 pgs: 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:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:40 smithi044 bash[32620]: cluster 2023-12-07T18:55:39.170883+0000 mgr.a (mgr.24293) 21861 : cluster 0 pgmap v16347: 33 pgs: 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:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:40 smithi027 bash[31536]: cluster 2023-12-07T18:55:39.170883+0000 mgr.a (mgr.24293) 21861 : cluster 0 pgmap v16347: 33 pgs: 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:40.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:40.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:40.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:41.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:41.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:41.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:41.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:41.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:42 smithi022 bash[28554]: cluster 2023-12-07T18:55:41.171414+0000 mgr.a (mgr.24293) 21862 : cluster 0 pgmap v16348: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:42 smithi022 bash[28554]: audit 2023-12-07T18:55:41.187757+0000 mgr.a (mgr.24293) 21863 : audit 0 from='client.430632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:42 smithi044 bash[32620]: cluster 2023-12-07T18:55:41.171414+0000 mgr.a (mgr.24293) 21862 : cluster 0 pgmap v16348: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:42 smithi044 bash[32620]: audit 2023-12-07T18:55:41.187757+0000 mgr.a (mgr.24293) 21863 : audit 0 from='client.430632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:42 smithi027 bash[31536]: cluster 2023-12-07T18:55:41.171414+0000 mgr.a (mgr.24293) 21862 : cluster 0 pgmap v16348: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:42 smithi027 bash[31536]: audit 2023-12-07T18:55:41.187757+0000 mgr.a (mgr.24293) 21863 : audit 0 from='client.430632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:44.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:44 smithi022 bash[28554]: cluster 2023-12-07T18:55:43.172239+0000 mgr.a (mgr.24293) 21864 : cluster 0 pgmap v16349: 33 pgs: 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:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:44 smithi044 bash[32620]: cluster 2023-12-07T18:55:43.172239+0000 mgr.a (mgr.24293) 21864 : cluster 0 pgmap v16349: 33 pgs: 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:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:44 smithi027 bash[31536]: cluster 2023-12-07T18:55:43.172239+0000 mgr.a (mgr.24293) 21864 : cluster 0 pgmap v16349: 33 pgs: 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:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:45 smithi022 bash[28554]: cluster 2023-12-07T18:55:45.172998+0000 mgr.a (mgr.24293) 21865 : cluster 0 pgmap v16350: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:45 smithi044 bash[32620]: cluster 2023-12-07T18:55:45.172998+0000 mgr.a (mgr.24293) 21865 : cluster 0 pgmap v16350: 33 pgs: 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:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:45 smithi027 bash[31536]: cluster 2023-12-07T18:55:45.172998+0000 mgr.a (mgr.24293) 21865 : cluster 0 pgmap v16350: 33 pgs: 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:46.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:46.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:46.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:47.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:47.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:47.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:47.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:47.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:48 smithi022 bash[28554]: audit 2023-12-07T18:55:47.136399+0000 mgr.a (mgr.24293) 21866 : audit 0 from='client.430710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:48 smithi022 bash[28554]: cluster 2023-12-07T18:55:47.174372+0000 mgr.a (mgr.24293) 21867 : cluster 0 pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:48 smithi044 bash[32620]: audit 2023-12-07T18:55:47.136399+0000 mgr.a (mgr.24293) 21866 : audit 0 from='client.430710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:48 smithi044 bash[32620]: cluster 2023-12-07T18:55:47.174372+0000 mgr.a (mgr.24293) 21867 : cluster 0 pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:48 smithi027 bash[31536]: audit 2023-12-07T18:55:47.136399+0000 mgr.a (mgr.24293) 21866 : audit 0 from='client.430710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:48 smithi027 bash[31536]: cluster 2023-12-07T18:55:47.174372+0000 mgr.a (mgr.24293) 21867 : cluster 0 pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:50 smithi022 bash[28554]: cluster 2023-12-07T18:55:49.175117+0000 mgr.a (mgr.24293) 21868 : cluster 0 pgmap v16352: 33 pgs: 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:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:50 smithi044 bash[32620]: cluster 2023-12-07T18:55:49.175117+0000 mgr.a (mgr.24293) 21868 : cluster 0 pgmap v16352: 33 pgs: 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:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:50 smithi027 bash[31536]: cluster 2023-12-07T18:55:49.175117+0000 mgr.a (mgr.24293) 21868 : cluster 0 pgmap v16352: 33 pgs: 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:52.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:52.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:52.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:52 smithi022 bash[28554]: cluster 2023-12-07T18:55:51.175960+0000 mgr.a (mgr.24293) 21869 : cluster 0 pgmap v16353: 33 pgs: 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:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:52 smithi044 bash[32620]: cluster 2023-12-07T18:55:51.175960+0000 mgr.a (mgr.24293) 21869 : cluster 0 pgmap v16353: 33 pgs: 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:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:52 smithi027 bash[31536]: cluster 2023-12-07T18:55:51.175960+0000 mgr.a (mgr.24293) 21869 : cluster 0 pgmap v16353: 33 pgs: 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:53.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:53.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:53.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:53.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:53.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:55:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:54 smithi022 bash[28554]: audit 2023-12-07T18:55:53.087834+0000 mgr.a (mgr.24293) 21870 : audit 0 from='client.430788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:54 smithi022 bash[28554]: cluster 2023-12-07T18:55:53.176611+0000 mgr.a (mgr.24293) 21871 : cluster 0 pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:54 smithi044 bash[32620]: audit 2023-12-07T18:55:53.087834+0000 mgr.a (mgr.24293) 21870 : audit 0 from='client.430788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:54 smithi044 bash[32620]: cluster 2023-12-07T18:55:53.176611+0000 mgr.a (mgr.24293) 21871 : cluster 0 pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:54 smithi027 bash[31536]: audit 2023-12-07T18:55:53.087834+0000 mgr.a (mgr.24293) 21870 : audit 0 from='client.430788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:54 smithi027 bash[31536]: cluster 2023-12-07T18:55:53.176611+0000 mgr.a (mgr.24293) 21871 : cluster 0 pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:55 smithi022 bash[28554]: cluster 2023-12-07T18:55:55.177239+0000 mgr.a (mgr.24293) 21872 : cluster 0 pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:55 smithi044 bash[32620]: cluster 2023-12-07T18:55:55.177239+0000 mgr.a (mgr.24293) 21872 : cluster 0 pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:55 smithi027 bash[31536]: cluster 2023-12-07T18:55:55.177239+0000 mgr.a (mgr.24293) 21872 : cluster 0 pgmap v16355: 33 pgs: 33 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.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:55:58.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:58.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:55:58 smithi022 bash[28554]: cluster 2023-12-07T18:55:57.178073+0000 mgr.a (mgr.24293) 21873 : cluster 0 pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:55:58 smithi044 bash[32620]: cluster 2023-12-07T18:55:57.178073+0000 mgr.a (mgr.24293) 21873 : cluster 0 pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:55:58 smithi027 bash[31536]: cluster 2023-12-07T18:55:57.178073+0000 mgr.a (mgr.24293) 21873 : cluster 0 pgmap v16356: 33 pgs: 33 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:59.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:55:59.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:59.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:59.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:59.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:00 smithi022 bash[28554]: audit 2023-12-07T18:55:59.036487+0000 mgr.a (mgr.24293) 21874 : audit 0 from='client.430860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:00.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:00 smithi022 bash[28554]: cluster 2023-12-07T18:55:59.186316+0000 mgr.a (mgr.24293) 21875 : cluster 0 pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:00 smithi044 bash[32620]: audit 2023-12-07T18:55:59.036487+0000 mgr.a (mgr.24293) 21874 : audit 0 from='client.430860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:00 smithi044 bash[32620]: cluster 2023-12-07T18:55:59.186316+0000 mgr.a (mgr.24293) 21875 : cluster 0 pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:00 smithi027 bash[31536]: audit 2023-12-07T18:55:59.036487+0000 mgr.a (mgr.24293) 21874 : audit 0 from='client.430860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:00 smithi027 bash[31536]: cluster 2023-12-07T18:55:59.186316+0000 mgr.a (mgr.24293) 21875 : cluster 0 pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:02 smithi022 bash[28554]: cluster 2023-12-07T18:56:01.187287+0000 mgr.a (mgr.24293) 21876 : cluster 0 pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:02 smithi044 bash[32620]: cluster 2023-12-07T18:56:01.187287+0000 mgr.a (mgr.24293) 21876 : cluster 0 pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:02 smithi027 bash[31536]: cluster 2023-12-07T18:56:01.187287+0000 mgr.a (mgr.24293) 21876 : cluster 0 pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:04.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:04.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:04.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:04 smithi022 bash[28554]: cluster 2023-12-07T18:56:03.187787+0000 mgr.a (mgr.24293) 21877 : cluster 0 pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:04 smithi044 bash[32620]: cluster 2023-12-07T18:56:03.187787+0000 mgr.a (mgr.24293) 21877 : cluster 0 pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:04 smithi027 bash[31536]: cluster 2023-12-07T18:56:03.187787+0000 mgr.a (mgr.24293) 21877 : cluster 0 pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:05.508 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:05.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:05.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:05 smithi022 bash[28554]: audit 2023-12-07T18:56:04.978971+0000 mgr.a (mgr.24293) 21878 : audit 0 from='client.430935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:05 smithi022 bash[28554]: cluster 2023-12-07T18:56:05.188424+0000 mgr.a (mgr.24293) 21879 : cluster 0 pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:05 smithi044 bash[32620]: audit 2023-12-07T18:56:04.978971+0000 mgr.a (mgr.24293) 21878 : audit 0 from='client.430935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:05 smithi044 bash[32620]: cluster 2023-12-07T18:56:05.188424+0000 mgr.a (mgr.24293) 21879 : cluster 0 pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:05 smithi027 bash[31536]: audit 2023-12-07T18:56:04.978971+0000 mgr.a (mgr.24293) 21878 : audit 0 from='client.430935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:05 smithi027 bash[31536]: cluster 2023-12-07T18:56:05.188424+0000 mgr.a (mgr.24293) 21879 : cluster 0 pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:08 smithi022 bash[28554]: cluster 2023-12-07T18:56:07.189448+0000 mgr.a (mgr.24293) 21880 : cluster 0 pgmap v16361: 33 pgs: 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:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:08 smithi044 bash[32620]: cluster 2023-12-07T18:56:07.189448+0000 mgr.a (mgr.24293) 21880 : cluster 0 pgmap v16361: 33 pgs: 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:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:08 smithi027 bash[31536]: cluster 2023-12-07T18:56:07.189448+0000 mgr.a (mgr.24293) 21880 : cluster 0 pgmap v16361: 33 pgs: 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:10.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:10.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:10.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:10 smithi022 bash[28554]: cluster 2023-12-07T18:56:09.190203+0000 mgr.a (mgr.24293) 21881 : cluster 0 pgmap v16362: 33 pgs: 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:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:10 smithi044 bash[32620]: cluster 2023-12-07T18:56:09.190203+0000 mgr.a (mgr.24293) 21881 : cluster 0 pgmap v16362: 33 pgs: 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:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:10 smithi027 bash[31536]: cluster 2023-12-07T18:56:09.190203+0000 mgr.a (mgr.24293) 21881 : cluster 0 pgmap v16362: 33 pgs: 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:11.464 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:11.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:11.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:11.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:11.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:12 smithi022 bash[28554]: audit 2023-12-07T18:56:10.925008+0000 mgr.a (mgr.24293) 21882 : audit 0 from='client.431010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:12 smithi022 bash[28554]: cluster 2023-12-07T18:56:11.191212+0000 mgr.a (mgr.24293) 21883 : cluster 0 pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:12 smithi044 bash[32620]: audit 2023-12-07T18:56:10.925008+0000 mgr.a (mgr.24293) 21882 : audit 0 from='client.431010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:12 smithi044 bash[32620]: cluster 2023-12-07T18:56:11.191212+0000 mgr.a (mgr.24293) 21883 : cluster 0 pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:12 smithi027 bash[31536]: audit 2023-12-07T18:56:10.925008+0000 mgr.a (mgr.24293) 21882 : audit 0 from='client.431010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:12 smithi027 bash[31536]: cluster 2023-12-07T18:56:11.191212+0000 mgr.a (mgr.24293) 21883 : cluster 0 pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:14.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:14 smithi022 bash[28554]: cluster 2023-12-07T18:56:13.191898+0000 mgr.a (mgr.24293) 21884 : cluster 0 pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:14 smithi044 bash[32620]: cluster 2023-12-07T18:56:13.191898+0000 mgr.a (mgr.24293) 21884 : cluster 0 pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:14 smithi027 bash[31536]: cluster 2023-12-07T18:56:13.191898+0000 mgr.a (mgr.24293) 21884 : cluster 0 pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:15.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:15 smithi022 bash[28554]: cluster 2023-12-07T18:56:15.192434+0000 mgr.a (mgr.24293) 21885 : cluster 0 pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:15 smithi044 bash[32620]: cluster 2023-12-07T18:56:15.192434+0000 mgr.a (mgr.24293) 21885 : cluster 0 pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:15 smithi027 bash[31536]: cluster 2023-12-07T18:56:15.192434+0000 mgr.a (mgr.24293) 21885 : cluster 0 pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:16.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:16.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:16.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:17.417 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:17.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:17.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:17.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:17.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:18 smithi022 bash[28554]: audit 2023-12-07T18:56:16.882910+0000 mgr.a (mgr.24293) 21886 : audit 0 from='client.339203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:18 smithi022 bash[28554]: cluster 2023-12-07T18:56:17.193734+0000 mgr.a (mgr.24293) 21887 : cluster 0 pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:18 smithi044 bash[32620]: audit 2023-12-07T18:56:16.882910+0000 mgr.a (mgr.24293) 21886 : audit 0 from='client.339203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:18 smithi044 bash[32620]: cluster 2023-12-07T18:56:17.193734+0000 mgr.a (mgr.24293) 21887 : cluster 0 pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:18 smithi027 bash[31536]: audit 2023-12-07T18:56:16.882910+0000 mgr.a (mgr.24293) 21886 : audit 0 from='client.339203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:18 smithi027 bash[31536]: cluster 2023-12-07T18:56:17.193734+0000 mgr.a (mgr.24293) 21887 : cluster 0 pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:20 smithi022 bash[28554]: cluster 2023-12-07T18:56:19.194462+0000 mgr.a (mgr.24293) 21888 : cluster 0 pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:56:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:20 smithi044 bash[32620]: cluster 2023-12-07T18:56:19.194462+0000 mgr.a (mgr.24293) 21888 : cluster 0 pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:56:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:20 smithi027 bash[31536]: cluster 2023-12-07T18:56:19.194462+0000 mgr.a (mgr.24293) 21888 : cluster 0 pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:56:22.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:22.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:22.420 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:22 smithi022 bash[28554]: cluster 2023-12-07T18:56:21.195275+0000 mgr.a (mgr.24293) 21889 : cluster 0 pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:56:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:22 smithi022 bash[28554]: audit 2023-12-07T18:56:21.312363+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:22 smithi022 bash[28554]: audit 2023-12-07T18:56:22.108522+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:22 smithi022 bash[28554]: audit 2023-12-07T18:56:22.110404+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:22 smithi022 bash[28554]: audit 2023-12-07T18:56:22.120509+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:56:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:22 smithi044 bash[32620]: cluster 2023-12-07T18:56:21.195275+0000 mgr.a (mgr.24293) 21889 : cluster 0 pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:56:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:22 smithi044 bash[32620]: audit 2023-12-07T18:56:21.312363+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:22 smithi044 bash[32620]: audit 2023-12-07T18:56:22.108522+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:22 smithi044 bash[32620]: audit 2023-12-07T18:56:22.110404+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:22.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:22 smithi044 bash[32620]: audit 2023-12-07T18:56:22.120509+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:56:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:22 smithi027 bash[31536]: cluster 2023-12-07T18:56:21.195275+0000 mgr.a (mgr.24293) 21889 : cluster 0 pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:56:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:22 smithi027 bash[31536]: audit 2023-12-07T18:56:21.312363+0000 mon.a (mon.0) 3465 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:22 smithi027 bash[31536]: audit 2023-12-07T18:56:22.108522+0000 mon.a (mon.0) 3466 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:22 smithi027 bash[31536]: audit 2023-12-07T18:56:22.110404+0000 mon.a (mon.0) 3467 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:22 smithi027 bash[31536]: audit 2023-12-07T18:56:22.120509+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:56:23.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:23.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:23.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:23.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:23.346 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:24 smithi022 bash[28554]: audit 2023-12-07T18:56:22.835323+0000 mgr.a (mgr.24293) 21890 : audit 0 from='client.348349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:24 smithi022 bash[28554]: cluster 2023-12-07T18:56:23.196019+0000 mgr.a (mgr.24293) 21891 : cluster 0 pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:24 smithi044 bash[32620]: audit 2023-12-07T18:56:22.835323+0000 mgr.a (mgr.24293) 21890 : audit 0 from='client.348349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:24 smithi044 bash[32620]: cluster 2023-12-07T18:56:23.196019+0000 mgr.a (mgr.24293) 21891 : cluster 0 pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:24 smithi027 bash[31536]: audit 2023-12-07T18:56:22.835323+0000 mgr.a (mgr.24293) 21890 : audit 0 from='client.348349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:24 smithi027 bash[31536]: cluster 2023-12-07T18:56:23.196019+0000 mgr.a (mgr.24293) 21891 : cluster 0 pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:25.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:25 smithi022 bash[28554]: cluster 2023-12-07T18:56:25.196714+0000 mgr.a (mgr.24293) 21892 : cluster 0 pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:25 smithi044 bash[32620]: cluster 2023-12-07T18:56:25.196714+0000 mgr.a (mgr.24293) 21892 : cluster 0 pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:25 smithi027 bash[31536]: cluster 2023-12-07T18:56:25.196714+0000 mgr.a (mgr.24293) 21892 : cluster 0 pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:28.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:28.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:28.350 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:28 smithi022 bash[28554]: cluster 2023-12-07T18:56:27.197531+0000 mgr.a (mgr.24293) 21893 : cluster 0 pgmap v16371: 33 pgs: 33 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:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:28 smithi044 bash[32620]: cluster 2023-12-07T18:56:27.197531+0000 mgr.a (mgr.24293) 21893 : cluster 0 pgmap v16371: 33 pgs: 33 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:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:28 smithi027 bash[31536]: cluster 2023-12-07T18:56:27.197531+0000 mgr.a (mgr.24293) 21893 : cluster 0 pgmap v16371: 33 pgs: 33 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:29.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:29.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:29.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:29.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:29.287 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:30 smithi022 bash[28554]: audit 2023-12-07T18:56:28.762529+0000 mgr.a (mgr.24293) 21894 : audit 0 from='client.431235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:30 smithi022 bash[28554]: cluster 2023-12-07T18:56:29.198080+0000 mgr.a (mgr.24293) 21895 : cluster 0 pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:30 smithi044 bash[32620]: audit 2023-12-07T18:56:28.762529+0000 mgr.a (mgr.24293) 21894 : audit 0 from='client.431235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:30 smithi044 bash[32620]: cluster 2023-12-07T18:56:29.198080+0000 mgr.a (mgr.24293) 21895 : cluster 0 pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:30 smithi027 bash[31536]: audit 2023-12-07T18:56:28.762529+0000 mgr.a (mgr.24293) 21894 : audit 0 from='client.431235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:30 smithi027 bash[31536]: cluster 2023-12-07T18:56:29.198080+0000 mgr.a (mgr.24293) 21895 : cluster 0 pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:32 smithi022 bash[28554]: cluster 2023-12-07T18:56:31.198867+0000 mgr.a (mgr.24293) 21896 : cluster 0 pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:32 smithi044 bash[32620]: cluster 2023-12-07T18:56:31.198867+0000 mgr.a (mgr.24293) 21896 : cluster 0 pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:32 smithi027 bash[31536]: cluster 2023-12-07T18:56:31.198867+0000 mgr.a (mgr.24293) 21896 : cluster 0 pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:34.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:34.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:34.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:34 smithi022 bash[28554]: cluster 2023-12-07T18:56:33.199432+0000 mgr.a (mgr.24293) 21897 : cluster 0 pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:34 smithi044 bash[32620]: cluster 2023-12-07T18:56:33.199432+0000 mgr.a (mgr.24293) 21897 : cluster 0 pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:34 smithi027 bash[31536]: cluster 2023-12-07T18:56:33.199432+0000 mgr.a (mgr.24293) 21897 : cluster 0 pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:35.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:35.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:35.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:35.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:35.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:35 smithi022 bash[28554]: audit 2023-12-07T18:56:34.701373+0000 mgr.a (mgr.24293) 21898 : audit 0 from='client.431310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:35 smithi022 bash[28554]: cluster 2023-12-07T18:56:35.199893+0000 mgr.a (mgr.24293) 21899 : cluster 0 pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:35 smithi044 bash[32620]: audit 2023-12-07T18:56:34.701373+0000 mgr.a (mgr.24293) 21898 : audit 0 from='client.431310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:35.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:35 smithi044 bash[32620]: cluster 2023-12-07T18:56:35.199893+0000 mgr.a (mgr.24293) 21899 : cluster 0 pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:35 smithi027 bash[31536]: audit 2023-12-07T18:56:34.701373+0000 mgr.a (mgr.24293) 21898 : audit 0 from='client.431310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:35 smithi027 bash[31536]: cluster 2023-12-07T18:56:35.199893+0000 mgr.a (mgr.24293) 21899 : cluster 0 pgmap v16375: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:38 smithi022 bash[28554]: cluster 2023-12-07T18:56:37.200707+0000 mgr.a (mgr.24293) 21900 : cluster 0 pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:38 smithi044 bash[32620]: cluster 2023-12-07T18:56:37.200707+0000 mgr.a (mgr.24293) 21900 : cluster 0 pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:38 smithi027 bash[31536]: cluster 2023-12-07T18:56:37.200707+0000 mgr.a (mgr.24293) 21900 : cluster 0 pgmap v16376: 33 pgs: 33 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.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:40.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:40.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:40 smithi022 bash[28554]: cluster 2023-12-07T18:56:39.201300+0000 mgr.a (mgr.24293) 21901 : cluster 0 pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:40 smithi044 bash[32620]: cluster 2023-12-07T18:56:39.201300+0000 mgr.a (mgr.24293) 21901 : cluster 0 pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:40 smithi027 bash[31536]: cluster 2023-12-07T18:56:39.201300+0000 mgr.a (mgr.24293) 21901 : cluster 0 pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:41.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:41.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:41.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:41.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:41.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:42 smithi022 bash[28554]: audit 2023-12-07T18:56:40.644309+0000 mgr.a (mgr.24293) 21902 : audit 0 from='client.431379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:42 smithi022 bash[28554]: cluster 2023-12-07T18:56:41.202569+0000 mgr.a (mgr.24293) 21903 : cluster 0 pgmap v16378: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:42 smithi044 bash[32620]: audit 2023-12-07T18:56:40.644309+0000 mgr.a (mgr.24293) 21902 : audit 0 from='client.431379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:42 smithi044 bash[32620]: cluster 2023-12-07T18:56:41.202569+0000 mgr.a (mgr.24293) 21903 : cluster 0 pgmap v16378: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:42 smithi027 bash[31536]: audit 2023-12-07T18:56:40.644309+0000 mgr.a (mgr.24293) 21902 : audit 0 from='client.431379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:42 smithi027 bash[31536]: cluster 2023-12-07T18:56:41.202569+0000 mgr.a (mgr.24293) 21903 : cluster 0 pgmap v16378: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:44 smithi022 bash[28554]: cluster 2023-12-07T18:56:43.203200+0000 mgr.a (mgr.24293) 21904 : cluster 0 pgmap v16379: 33 pgs: 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:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:44 smithi044 bash[32620]: cluster 2023-12-07T18:56:43.203200+0000 mgr.a (mgr.24293) 21904 : cluster 0 pgmap v16379: 33 pgs: 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:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:44 smithi027 bash[31536]: cluster 2023-12-07T18:56:43.203200+0000 mgr.a (mgr.24293) 21904 : cluster 0 pgmap v16379: 33 pgs: 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:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:45 smithi022 bash[28554]: cluster 2023-12-07T18:56:45.203776+0000 mgr.a (mgr.24293) 21905 : cluster 0 pgmap v16380: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:45 smithi044 bash[32620]: cluster 2023-12-07T18:56:45.203776+0000 mgr.a (mgr.24293) 21905 : cluster 0 pgmap v16380: 33 pgs: 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:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:45 smithi027 bash[31536]: cluster 2023-12-07T18:56:45.203776+0000 mgr.a (mgr.24293) 21905 : cluster 0 pgmap v16380: 33 pgs: 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:46.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:46.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:46.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:47.099 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:47.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:47.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:47.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:47.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:48 smithi022 bash[28554]: audit 2023-12-07T18:56:46.586089+0000 mgr.a (mgr.24293) 21906 : audit 0 from='client.431457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:48.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:48 smithi022 bash[28554]: cluster 2023-12-07T18:56:47.204936+0000 mgr.a (mgr.24293) 21907 : cluster 0 pgmap v16381: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:48 smithi044 bash[32620]: audit 2023-12-07T18:56:46.586089+0000 mgr.a (mgr.24293) 21906 : audit 0 from='client.431457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:48 smithi044 bash[32620]: cluster 2023-12-07T18:56:47.204936+0000 mgr.a (mgr.24293) 21907 : cluster 0 pgmap v16381: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:48 smithi027 bash[31536]: audit 2023-12-07T18:56:46.586089+0000 mgr.a (mgr.24293) 21906 : audit 0 from='client.431457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:48 smithi027 bash[31536]: cluster 2023-12-07T18:56:47.204936+0000 mgr.a (mgr.24293) 21907 : cluster 0 pgmap v16381: 33 pgs: 33 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:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:50 smithi022 bash[28554]: cluster 2023-12-07T18:56:49.205538+0000 mgr.a (mgr.24293) 21908 : cluster 0 pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:50 smithi044 bash[32620]: cluster 2023-12-07T18:56:49.205538+0000 mgr.a (mgr.24293) 21908 : cluster 0 pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:50 smithi027 bash[31536]: cluster 2023-12-07T18:56:49.205538+0000 mgr.a (mgr.24293) 21908 : cluster 0 pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:52.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:52.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:52.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:52 smithi022 bash[28554]: cluster 2023-12-07T18:56:51.206321+0000 mgr.a (mgr.24293) 21909 : cluster 0 pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:52 smithi044 bash[32620]: cluster 2023-12-07T18:56:51.206321+0000 mgr.a (mgr.24293) 21909 : cluster 0 pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:52 smithi027 bash[31536]: cluster 2023-12-07T18:56:51.206321+0000 mgr.a (mgr.24293) 21909 : cluster 0 pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:53.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:53.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:53.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:53.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:53.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:56:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:54 smithi022 bash[28554]: audit 2023-12-07T18:56:52.514681+0000 mgr.a (mgr.24293) 21910 : audit 0 from='client.431535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:54.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:54 smithi022 bash[28554]: cluster 2023-12-07T18:56:53.207246+0000 mgr.a (mgr.24293) 21911 : cluster 0 pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:54 smithi044 bash[32620]: audit 2023-12-07T18:56:52.514681+0000 mgr.a (mgr.24293) 21910 : audit 0 from='client.431535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:54.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:54 smithi044 bash[32620]: cluster 2023-12-07T18:56:53.207246+0000 mgr.a (mgr.24293) 21911 : cluster 0 pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:54 smithi027 bash[31536]: audit 2023-12-07T18:56:52.514681+0000 mgr.a (mgr.24293) 21910 : audit 0 from='client.431535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:54 smithi027 bash[31536]: cluster 2023-12-07T18:56:53.207246+0000 mgr.a (mgr.24293) 21911 : cluster 0 pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:55 smithi022 bash[28554]: cluster 2023-12-07T18:56:55.208031+0000 mgr.a (mgr.24293) 21912 : cluster 0 pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:55 smithi044 bash[32620]: cluster 2023-12-07T18:56:55.208031+0000 mgr.a (mgr.24293) 21912 : cluster 0 pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:55 smithi027 bash[31536]: cluster 2023-12-07T18:56:55.208031+0000 mgr.a (mgr.24293) 21912 : cluster 0 pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:58.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:56:58.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:58.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:56:58 smithi022 bash[28554]: cluster 2023-12-07T18:56:57.208668+0000 mgr.a (mgr.24293) 21913 : cluster 0 pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:58.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:56:58 smithi044 bash[32620]: cluster 2023-12-07T18:56:57.208668+0000 mgr.a (mgr.24293) 21913 : cluster 0 pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:56:58 smithi027 bash[31536]: cluster 2023-12-07T18:56:57.208668+0000 mgr.a (mgr.24293) 21913 : cluster 0 pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:59.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:56:59.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:59.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:59.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:59.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:00 smithi022 bash[28554]: audit 2023-12-07T18:56:58.486545+0000 mgr.a (mgr.24293) 21914 : audit 0 from='client.431613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:00 smithi022 bash[28554]: cluster 2023-12-07T18:56:59.209386+0000 mgr.a (mgr.24293) 21915 : cluster 0 pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:00 smithi044 bash[32620]: audit 2023-12-07T18:56:58.486545+0000 mgr.a (mgr.24293) 21914 : audit 0 from='client.431613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:00 smithi044 bash[32620]: cluster 2023-12-07T18:56:59.209386+0000 mgr.a (mgr.24293) 21915 : cluster 0 pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:00 smithi027 bash[31536]: audit 2023-12-07T18:56:58.486545+0000 mgr.a (mgr.24293) 21914 : audit 0 from='client.431613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:00 smithi027 bash[31536]: cluster 2023-12-07T18:56:59.209386+0000 mgr.a (mgr.24293) 21915 : cluster 0 pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:02 smithi022 bash[28554]: cluster 2023-12-07T18:57:01.210393+0000 mgr.a (mgr.24293) 21916 : cluster 0 pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:02 smithi044 bash[32620]: cluster 2023-12-07T18:57:01.210393+0000 mgr.a (mgr.24293) 21916 : cluster 0 pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:02 smithi027 bash[31536]: cluster 2023-12-07T18:57:01.210393+0000 mgr.a (mgr.24293) 21916 : cluster 0 pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:04.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:04.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:04.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:04 smithi022 bash[28554]: cluster 2023-12-07T18:57:03.210996+0000 mgr.a (mgr.24293) 21917 : cluster 0 pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:04 smithi044 bash[32620]: cluster 2023-12-07T18:57:03.210996+0000 mgr.a (mgr.24293) 21917 : cluster 0 pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:04 smithi027 bash[31536]: cluster 2023-12-07T18:57:03.210996+0000 mgr.a (mgr.24293) 21917 : cluster 0 pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:04.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:05.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:05.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:05.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:05.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:05 smithi022 bash[28554]: audit 2023-12-07T18:57:04.452537+0000 mgr.a (mgr.24293) 21918 : audit 0 from='client.431688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:05 smithi022 bash[28554]: cluster 2023-12-07T18:57:05.211670+0000 mgr.a (mgr.24293) 21919 : cluster 0 pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:05 smithi044 bash[32620]: audit 2023-12-07T18:57:04.452537+0000 mgr.a (mgr.24293) 21918 : audit 0 from='client.431688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:05.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:05 smithi044 bash[32620]: cluster 2023-12-07T18:57:05.211670+0000 mgr.a (mgr.24293) 21919 : cluster 0 pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:05 smithi027 bash[31536]: audit 2023-12-07T18:57:04.452537+0000 mgr.a (mgr.24293) 21918 : audit 0 from='client.431688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:05 smithi027 bash[31536]: cluster 2023-12-07T18:57:05.211670+0000 mgr.a (mgr.24293) 21919 : cluster 0 pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:08 smithi022 bash[28554]: cluster 2023-12-07T18:57:07.212545+0000 mgr.a (mgr.24293) 21920 : cluster 0 pgmap v16391: 33 pgs: 33 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:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:08 smithi044 bash[32620]: cluster 2023-12-07T18:57:07.212545+0000 mgr.a (mgr.24293) 21920 : cluster 0 pgmap v16391: 33 pgs: 33 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:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:08 smithi027 bash[31536]: cluster 2023-12-07T18:57:07.212545+0000 mgr.a (mgr.24293) 21920 : cluster 0 pgmap v16391: 33 pgs: 33 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.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:10.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:10.004 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:10 smithi022 bash[28554]: cluster 2023-12-07T18:57:09.213114+0000 mgr.a (mgr.24293) 21921 : cluster 0 pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:10 smithi044 bash[32620]: cluster 2023-12-07T18:57:09.213114+0000 mgr.a (mgr.24293) 21921 : cluster 0 pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:10 smithi027 bash[31536]: cluster 2023-12-07T18:57:09.213114+0000 mgr.a (mgr.24293) 21921 : cluster 0 pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:10.925 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:10.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:10.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:10.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:10.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:12 smithi022 bash[28554]: audit 2023-12-07T18:57:10.413242+0000 mgr.a (mgr.24293) 21922 : audit 0 from='client.431766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:12 smithi022 bash[28554]: cluster 2023-12-07T18:57:11.214123+0000 mgr.a (mgr.24293) 21923 : cluster 0 pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:12 smithi044 bash[32620]: audit 2023-12-07T18:57:10.413242+0000 mgr.a (mgr.24293) 21922 : audit 0 from='client.431766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:12 smithi044 bash[32620]: cluster 2023-12-07T18:57:11.214123+0000 mgr.a (mgr.24293) 21923 : cluster 0 pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:12 smithi027 bash[31536]: audit 2023-12-07T18:57:10.413242+0000 mgr.a (mgr.24293) 21922 : audit 0 from='client.431766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:12 smithi027 bash[31536]: cluster 2023-12-07T18:57:11.214123+0000 mgr.a (mgr.24293) 21923 : cluster 0 pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:14 smithi022 bash[28554]: cluster 2023-12-07T18:57:13.214718+0000 mgr.a (mgr.24293) 21924 : cluster 0 pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:14 smithi044 bash[32620]: cluster 2023-12-07T18:57:13.214718+0000 mgr.a (mgr.24293) 21924 : cluster 0 pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:14 smithi027 bash[31536]: cluster 2023-12-07T18:57:13.214718+0000 mgr.a (mgr.24293) 21924 : cluster 0 pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:15 smithi027 bash[31536]: cluster 2023-12-07T18:57:15.215195+0000 mgr.a (mgr.24293) 21925 : cluster 0 pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:15 smithi022 bash[28554]: cluster 2023-12-07T18:57:15.215195+0000 mgr.a (mgr.24293) 21925 : cluster 0 pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:15 smithi044 bash[32620]: cluster 2023-12-07T18:57:15.215195+0000 mgr.a (mgr.24293) 21925 : cluster 0 pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:15.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:15.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:15.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:16.854 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:16.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:16.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:16.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:16.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:18 smithi022 bash[28554]: audit 2023-12-07T18:57:16.335998+0000 mgr.a (mgr.24293) 21926 : audit 0 from='client.431841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:18 smithi022 bash[28554]: cluster 2023-12-07T18:57:17.216245+0000 mgr.a (mgr.24293) 21927 : cluster 0 pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:18 smithi044 bash[32620]: audit 2023-12-07T18:57:16.335998+0000 mgr.a (mgr.24293) 21926 : audit 0 from='client.431841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:18 smithi044 bash[32620]: cluster 2023-12-07T18:57:17.216245+0000 mgr.a (mgr.24293) 21927 : cluster 0 pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:18 smithi027 bash[31536]: audit 2023-12-07T18:57:16.335998+0000 mgr.a (mgr.24293) 21926 : audit 0 from='client.431841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:18 smithi027 bash[31536]: cluster 2023-12-07T18:57:17.216245+0000 mgr.a (mgr.24293) 21927 : cluster 0 pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:20 smithi022 bash[28554]: cluster 2023-12-07T18:57:19.216842+0000 mgr.a (mgr.24293) 21928 : cluster 0 pgmap v16397: 33 pgs: 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:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:20 smithi044 bash[32620]: cluster 2023-12-07T18:57:19.216842+0000 mgr.a (mgr.24293) 21928 : cluster 0 pgmap v16397: 33 pgs: 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:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:20 smithi027 bash[31536]: cluster 2023-12-07T18:57:19.216842+0000 mgr.a (mgr.24293) 21928 : cluster 0 pgmap v16397: 33 pgs: 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:21.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:21.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:21.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:22 smithi022 bash[28554]: cluster 2023-12-07T18:57:21.217603+0000 mgr.a (mgr.24293) 21929 : cluster 0 pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:22 smithi022 bash[28554]: audit 2023-12-07T18:57:22.223520+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:22 smithi044 bash[32620]: cluster 2023-12-07T18:57:21.217603+0000 mgr.a (mgr.24293) 21929 : cluster 0 pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:22 smithi044 bash[32620]: audit 2023-12-07T18:57:22.223520+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:22 smithi027 bash[31536]: cluster 2023-12-07T18:57:21.217603+0000 mgr.a (mgr.24293) 21929 : cluster 0 pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:22 smithi027 bash[31536]: audit 2023-12-07T18:57:22.223520+0000 mon.a (mon.0) 3469 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:22.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:22.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:22.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:22.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:22.747 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:23 smithi022 bash[28554]: audit 2023-12-07T18:57:22.277768+0000 mgr.a (mgr.24293) 21930 : audit 0 from='client.431913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:23 smithi022 bash[28554]: audit 2023-12-07T18:57:22.752168+0000 mon.a (mon.0) 3470 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:23.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:23 smithi022 bash[28554]: audit 2023-12-07T18:57:22.757740+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:23 smithi044 bash[32620]: audit 2023-12-07T18:57:22.277768+0000 mgr.a (mgr.24293) 21930 : audit 0 from='client.431913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:23 smithi044 bash[32620]: audit 2023-12-07T18:57:22.752168+0000 mon.a (mon.0) 3470 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:23.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:23 smithi044 bash[32620]: audit 2023-12-07T18:57:22.757740+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:23 smithi027 bash[31536]: audit 2023-12-07T18:57:22.277768+0000 mgr.a (mgr.24293) 21930 : audit 0 from='client.431913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:23 smithi027 bash[31536]: audit 2023-12-07T18:57:22.752168+0000 mon.a (mon.0) 3470 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:23 smithi027 bash[31536]: audit 2023-12-07T18:57:22.757740+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:24 smithi022 bash[28554]: cluster 2023-12-07T18:57:23.218232+0000 mgr.a (mgr.24293) 21931 : cluster 0 pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:24 smithi022 bash[28554]: audit 2023-12-07T18:57:23.334286+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:24 smithi022 bash[28554]: audit 2023-12-07T18:57:23.335626+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:24 smithi022 bash[28554]: audit 2023-12-07T18:57:23.344319+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:24 smithi044 bash[32620]: cluster 2023-12-07T18:57:23.218232+0000 mgr.a (mgr.24293) 21931 : cluster 0 pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:24 smithi044 bash[32620]: audit 2023-12-07T18:57:23.334286+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:24 smithi044 bash[32620]: audit 2023-12-07T18:57:23.335626+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:24 smithi044 bash[32620]: audit 2023-12-07T18:57:23.344319+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:24 smithi027 bash[31536]: cluster 2023-12-07T18:57:23.218232+0000 mgr.a (mgr.24293) 21931 : cluster 0 pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:24 smithi027 bash[31536]: audit 2023-12-07T18:57:23.334286+0000 mon.a (mon.0) 3472 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:24 smithi027 bash[31536]: audit 2023-12-07T18:57:23.335626+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:24 smithi027 bash[31536]: audit 2023-12-07T18:57:23.344319+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:57:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:25 smithi027 bash[31536]: cluster 2023-12-07T18:57:25.218786+0000 mgr.a (mgr.24293) 21932 : cluster 0 pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:25 smithi022 bash[28554]: cluster 2023-12-07T18:57:25.218786+0000 mgr.a (mgr.24293) 21932 : cluster 0 pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:25 smithi044 bash[32620]: cluster 2023-12-07T18:57:25.218786+0000 mgr.a (mgr.24293) 21932 : cluster 0 pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:27.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:27.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:27.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:28 smithi022 bash[28554]: cluster 2023-12-07T18:57:27.219638+0000 mgr.a (mgr.24293) 21933 : cluster 0 pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:28 smithi044 bash[32620]: cluster 2023-12-07T18:57:27.219638+0000 mgr.a (mgr.24293) 21933 : cluster 0 pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:28.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:28.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:28.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:28.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:28.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:28 smithi027 bash[31536]: cluster 2023-12-07T18:57:27.219638+0000 mgr.a (mgr.24293) 21933 : cluster 0 pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:29 smithi022 bash[28554]: audit 2023-12-07T18:57:28.162552+0000 mgr.a (mgr.24293) 21934 : audit 0 from='client.431988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:29 smithi044 bash[32620]: audit 2023-12-07T18:57:28.162552+0000 mgr.a (mgr.24293) 21934 : audit 0 from='client.431988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:29 smithi027 bash[31536]: audit 2023-12-07T18:57:28.162552+0000 mgr.a (mgr.24293) 21934 : audit 0 from='client.431988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:30.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:30 smithi022 bash[28554]: cluster 2023-12-07T18:57:29.220397+0000 mgr.a (mgr.24293) 21935 : cluster 0 pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:30.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:30 smithi044 bash[32620]: cluster 2023-12-07T18:57:29.220397+0000 mgr.a (mgr.24293) 21935 : cluster 0 pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:30 smithi027 bash[31536]: cluster 2023-12-07T18:57:29.220397+0000 mgr.a (mgr.24293) 21935 : cluster 0 pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:32 smithi022 bash[28554]: cluster 2023-12-07T18:57:31.221238+0000 mgr.a (mgr.24293) 21936 : cluster 0 pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:32 smithi044 bash[32620]: cluster 2023-12-07T18:57:31.221238+0000 mgr.a (mgr.24293) 21936 : cluster 0 pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:32 smithi027 bash[31536]: cluster 2023-12-07T18:57:31.221238+0000 mgr.a (mgr.24293) 21936 : cluster 0 pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:33.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:33.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:33.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:34.649 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:34.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:34.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:34.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:34.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:34 smithi022 bash[28554]: cluster 2023-12-07T18:57:33.221813+0000 mgr.a (mgr.24293) 21937 : cluster 0 pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:34 smithi044 bash[32620]: cluster 2023-12-07T18:57:33.221813+0000 mgr.a (mgr.24293) 21937 : cluster 0 pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:34 smithi027 bash[31536]: cluster 2023-12-07T18:57:33.221813+0000 mgr.a (mgr.24293) 21937 : cluster 0 pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:35 smithi022 bash[28554]: audit 2023-12-07T18:57:34.114861+0000 mgr.a (mgr.24293) 21938 : audit 0 from='client.432057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:35 smithi044 bash[32620]: audit 2023-12-07T18:57:34.114861+0000 mgr.a (mgr.24293) 21938 : audit 0 from='client.432057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:35 smithi027 bash[31536]: audit 2023-12-07T18:57:34.114861+0000 mgr.a (mgr.24293) 21938 : audit 0 from='client.432057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:36 smithi022 bash[28554]: cluster 2023-12-07T18:57:35.222465+0000 mgr.a (mgr.24293) 21939 : cluster 0 pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:36 smithi044 bash[32620]: cluster 2023-12-07T18:57:35.222465+0000 mgr.a (mgr.24293) 21939 : cluster 0 pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:36 smithi027 bash[31536]: cluster 2023-12-07T18:57:35.222465+0000 mgr.a (mgr.24293) 21939 : cluster 0 pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:38 smithi022 bash[28554]: cluster 2023-12-07T18:57:37.223303+0000 mgr.a (mgr.24293) 21940 : cluster 0 pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:38 smithi044 bash[32620]: cluster 2023-12-07T18:57:37.223303+0000 mgr.a (mgr.24293) 21940 : cluster 0 pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:38 smithi027 bash[31536]: cluster 2023-12-07T18:57:37.223303+0000 mgr.a (mgr.24293) 21940 : cluster 0 pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:39.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:39.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:39.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:40.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:40.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:40.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:40.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:40.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:40 smithi022 bash[28554]: cluster 2023-12-07T18:57:39.224033+0000 mgr.a (mgr.24293) 21941 : cluster 0 pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:40 smithi044 bash[32620]: cluster 2023-12-07T18:57:39.224033+0000 mgr.a (mgr.24293) 21941 : cluster 0 pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:40 smithi027 bash[31536]: cluster 2023-12-07T18:57:39.224033+0000 mgr.a (mgr.24293) 21941 : cluster 0 pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:41 smithi022 bash[28554]: audit 2023-12-07T18:57:40.067156+0000 mgr.a (mgr.24293) 21942 : audit 0 from='client.432135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:41 smithi044 bash[32620]: audit 2023-12-07T18:57:40.067156+0000 mgr.a (mgr.24293) 21942 : audit 0 from='client.432135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:41 smithi027 bash[31536]: audit 2023-12-07T18:57:40.067156+0000 mgr.a (mgr.24293) 21942 : audit 0 from='client.432135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:42 smithi022 bash[28554]: cluster 2023-12-07T18:57:41.225092+0000 mgr.a (mgr.24293) 21943 : cluster 0 pgmap v16408: 33 pgs: 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:57:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:42 smithi044 bash[32620]: cluster 2023-12-07T18:57:41.225092+0000 mgr.a (mgr.24293) 21943 : cluster 0 pgmap v16408: 33 pgs: 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:57:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:42 smithi027 bash[31536]: cluster 2023-12-07T18:57:41.225092+0000 mgr.a (mgr.24293) 21943 : cluster 0 pgmap v16408: 33 pgs: 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:57:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:44 smithi022 bash[28554]: cluster 2023-12-07T18:57:43.225852+0000 mgr.a (mgr.24293) 21944 : cluster 0 pgmap v16409: 33 pgs: 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:57:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:44 smithi044 bash[32620]: cluster 2023-12-07T18:57:43.225852+0000 mgr.a (mgr.24293) 21944 : cluster 0 pgmap v16409: 33 pgs: 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:57:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:44 smithi027 bash[31536]: cluster 2023-12-07T18:57:43.225852+0000 mgr.a (mgr.24293) 21944 : cluster 0 pgmap v16409: 33 pgs: 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:57:45.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:45.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:45.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:45 smithi027 bash[31536]: cluster 2023-12-07T18:57:45.226450+0000 mgr.a (mgr.24293) 21945 : cluster 0 pgmap v16410: 33 pgs: 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:57:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:45 smithi022 bash[28554]: cluster 2023-12-07T18:57:45.226450+0000 mgr.a (mgr.24293) 21945 : cluster 0 pgmap v16410: 33 pgs: 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:57:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:45 smithi044 bash[32620]: cluster 2023-12-07T18:57:45.226450+0000 mgr.a (mgr.24293) 21945 : cluster 0 pgmap v16410: 33 pgs: 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:57:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:46.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:46 smithi027 bash[31536]: audit 2023-12-07T18:57:46.019029+0000 mgr.a (mgr.24293) 21946 : audit 0 from='client.432213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:46 smithi022 bash[28554]: audit 2023-12-07T18:57:46.019029+0000 mgr.a (mgr.24293) 21946 : audit 0 from='client.432213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:46 smithi044 bash[32620]: audit 2023-12-07T18:57:46.019029+0000 mgr.a (mgr.24293) 21946 : audit 0 from='client.432213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:47 smithi022 bash[28554]: cluster 2023-12-07T18:57:47.227446+0000 mgr.a (mgr.24293) 21947 : cluster 0 pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:47 smithi044 bash[32620]: cluster 2023-12-07T18:57:47.227446+0000 mgr.a (mgr.24293) 21947 : cluster 0 pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:47 smithi027 bash[31536]: cluster 2023-12-07T18:57:47.227446+0000 mgr.a (mgr.24293) 21947 : cluster 0 pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:50 smithi022 bash[28554]: cluster 2023-12-07T18:57:49.228064+0000 mgr.a (mgr.24293) 21948 : cluster 0 pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:50 smithi044 bash[32620]: cluster 2023-12-07T18:57:49.228064+0000 mgr.a (mgr.24293) 21948 : cluster 0 pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:50 smithi027 bash[31536]: cluster 2023-12-07T18:57:49.228064+0000 mgr.a (mgr.24293) 21948 : cluster 0 pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:51.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:51.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:51.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:52.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:52.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:52.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:52.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:52.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:52 smithi022 bash[28554]: cluster 2023-12-07T18:57:51.228855+0000 mgr.a (mgr.24293) 21949 : cluster 0 pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:52 smithi044 bash[32620]: cluster 2023-12-07T18:57:51.228855+0000 mgr.a (mgr.24293) 21949 : cluster 0 pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:52 smithi027 bash[31536]: cluster 2023-12-07T18:57:51.228855+0000 mgr.a (mgr.24293) 21949 : cluster 0 pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:53 smithi022 bash[28554]: audit 2023-12-07T18:57:51.956542+0000 mgr.a (mgr.24293) 21950 : audit 0 from='client.432285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:53 smithi044 bash[32620]: audit 2023-12-07T18:57:51.956542+0000 mgr.a (mgr.24293) 21950 : audit 0 from='client.432285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:53 smithi027 bash[31536]: audit 2023-12-07T18:57:51.956542+0000 mgr.a (mgr.24293) 21950 : audit 0 from='client.432285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:54 smithi022 bash[28554]: cluster 2023-12-07T18:57:53.229588+0000 mgr.a (mgr.24293) 21951 : cluster 0 pgmap v16414: 33 pgs: 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:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:54 smithi044 bash[32620]: cluster 2023-12-07T18:57:53.229588+0000 mgr.a (mgr.24293) 21951 : cluster 0 pgmap v16414: 33 pgs: 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:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:54 smithi027 bash[31536]: cluster 2023-12-07T18:57:53.229588+0000 mgr.a (mgr.24293) 21951 : cluster 0 pgmap v16414: 33 pgs: 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:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:55 smithi027 bash[31536]: cluster 2023-12-07T18:57:55.230196+0000 mgr.a (mgr.24293) 21952 : cluster 0 pgmap v16415: 33 pgs: 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:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:55 smithi022 bash[28554]: cluster 2023-12-07T18:57:55.230196+0000 mgr.a (mgr.24293) 21952 : cluster 0 pgmap v16415: 33 pgs: 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:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:55 smithi044 bash[32620]: cluster 2023-12-07T18:57:55.230196+0000 mgr.a (mgr.24293) 21952 : cluster 0 pgmap v16415: 33 pgs: 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:57.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:57:57.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:57.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:58.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:57:58.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:58.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:58.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:58.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:57:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:58 smithi022 bash[28554]: cluster 2023-12-07T18:57:57.231004+0000 mgr.a (mgr.24293) 21953 : cluster 0 pgmap v16416: 33 pgs: 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:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:58 smithi044 bash[32620]: cluster 2023-12-07T18:57:57.231004+0000 mgr.a (mgr.24293) 21953 : cluster 0 pgmap v16416: 33 pgs: 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:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:58 smithi027 bash[31536]: cluster 2023-12-07T18:57:57.231004+0000 mgr.a (mgr.24293) 21953 : cluster 0 pgmap v16416: 33 pgs: 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:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:57:59 smithi022 bash[28554]: audit 2023-12-07T18:57:57.898917+0000 mgr.a (mgr.24293) 21954 : audit 0 from='client.432360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:57:59 smithi044 bash[32620]: audit 2023-12-07T18:57:57.898917+0000 mgr.a (mgr.24293) 21954 : audit 0 from='client.432360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:57:59 smithi027 bash[31536]: audit 2023-12-07T18:57:57.898917+0000 mgr.a (mgr.24293) 21954 : audit 0 from='client.432360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:00 smithi022 bash[28554]: cluster 2023-12-07T18:57:59.231756+0000 mgr.a (mgr.24293) 21955 : cluster 0 pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:00 smithi044 bash[32620]: cluster 2023-12-07T18:57:59.231756+0000 mgr.a (mgr.24293) 21955 : cluster 0 pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:00 smithi027 bash[31536]: cluster 2023-12-07T18:57:59.231756+0000 mgr.a (mgr.24293) 21955 : cluster 0 pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:02 smithi022 bash[28554]: cluster 2023-12-07T18:58:01.232614+0000 mgr.a (mgr.24293) 21956 : cluster 0 pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:02 smithi044 bash[32620]: cluster 2023-12-07T18:58:01.232614+0000 mgr.a (mgr.24293) 21956 : cluster 0 pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:02 smithi027 bash[31536]: cluster 2023-12-07T18:58:01.232614+0000 mgr.a (mgr.24293) 21956 : cluster 0 pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:03.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:03.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:03.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:04.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:04.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:04.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:04.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:04.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:04 smithi022 bash[28554]: cluster 2023-12-07T18:58:03.233193+0000 mgr.a (mgr.24293) 21957 : cluster 0 pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:04 smithi044 bash[32620]: cluster 2023-12-07T18:58:03.233193+0000 mgr.a (mgr.24293) 21957 : cluster 0 pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:04 smithi027 bash[31536]: cluster 2023-12-07T18:58:03.233193+0000 mgr.a (mgr.24293) 21957 : cluster 0 pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:05 smithi022 bash[28554]: audit 2023-12-07T18:58:03.821287+0000 mgr.a (mgr.24293) 21958 : audit 0 from='client.432438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:05 smithi044 bash[32620]: audit 2023-12-07T18:58:03.821287+0000 mgr.a (mgr.24293) 21958 : audit 0 from='client.432438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:05 smithi027 bash[31536]: audit 2023-12-07T18:58:03.821287+0000 mgr.a (mgr.24293) 21958 : audit 0 from='client.432438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:06 smithi022 bash[28554]: cluster 2023-12-07T18:58:05.233922+0000 mgr.a (mgr.24293) 21959 : cluster 0 pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:06 smithi044 bash[32620]: cluster 2023-12-07T18:58:05.233922+0000 mgr.a (mgr.24293) 21959 : cluster 0 pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:06 smithi027 bash[31536]: cluster 2023-12-07T18:58:05.233922+0000 mgr.a (mgr.24293) 21959 : cluster 0 pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:08 smithi022 bash[28554]: cluster 2023-12-07T18:58:07.234772+0000 mgr.a (mgr.24293) 21960 : cluster 0 pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:08 smithi044 bash[32620]: cluster 2023-12-07T18:58:07.234772+0000 mgr.a (mgr.24293) 21960 : cluster 0 pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:08 smithi027 bash[31536]: cluster 2023-12-07T18:58:07.234772+0000 mgr.a (mgr.24293) 21960 : cluster 0 pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:09.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:09.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:09.340 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:10.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:10.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:10 smithi022 bash[28554]: cluster 2023-12-07T18:58:09.235321+0000 mgr.a (mgr.24293) 21961 : cluster 0 pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:10 smithi044 bash[32620]: cluster 2023-12-07T18:58:09.235321+0000 mgr.a (mgr.24293) 21961 : cluster 0 pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:10 smithi027 bash[31536]: cluster 2023-12-07T18:58:09.235321+0000 mgr.a (mgr.24293) 21961 : cluster 0 pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:11 smithi022 bash[28554]: audit 2023-12-07T18:58:09.747820+0000 mgr.a (mgr.24293) 21962 : audit 0 from='client.432516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:11 smithi044 bash[32620]: audit 2023-12-07T18:58:09.747820+0000 mgr.a (mgr.24293) 21962 : audit 0 from='client.432516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:11 smithi027 bash[31536]: audit 2023-12-07T18:58:09.747820+0000 mgr.a (mgr.24293) 21962 : audit 0 from='client.432516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:12 smithi022 bash[28554]: cluster 2023-12-07T18:58:11.236263+0000 mgr.a (mgr.24293) 21963 : cluster 0 pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:12 smithi044 bash[32620]: cluster 2023-12-07T18:58:11.236263+0000 mgr.a (mgr.24293) 21963 : cluster 0 pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:12 smithi027 bash[31536]: cluster 2023-12-07T18:58:11.236263+0000 mgr.a (mgr.24293) 21963 : cluster 0 pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:14 smithi022 bash[28554]: cluster 2023-12-07T18:58:13.236835+0000 mgr.a (mgr.24293) 21964 : cluster 0 pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:14 smithi044 bash[32620]: cluster 2023-12-07T18:58:13.236835+0000 mgr.a (mgr.24293) 21964 : cluster 0 pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:14 smithi027 bash[31536]: cluster 2023-12-07T18:58:13.236835+0000 mgr.a (mgr.24293) 21964 : cluster 0 pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:15.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:15.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:15.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:15 smithi022 bash[28554]: cluster 2023-12-07T18:58:15.237420+0000 mgr.a (mgr.24293) 21965 : cluster 0 pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:15 smithi044 bash[32620]: cluster 2023-12-07T18:58:15.237420+0000 mgr.a (mgr.24293) 21965 : cluster 0 pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:15 smithi027 bash[31536]: cluster 2023-12-07T18:58:15.237420+0000 mgr.a (mgr.24293) 21965 : cluster 0 pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:16.246 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:16.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:16.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:16.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:16.246 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:16 smithi022 bash[28554]: audit 2023-12-07T18:58:15.717670+0000 mgr.a (mgr.24293) 21966 : audit 0 from='client.432594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:16 smithi044 bash[32620]: audit 2023-12-07T18:58:15.717670+0000 mgr.a (mgr.24293) 21966 : audit 0 from='client.432594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:16 smithi027 bash[31536]: audit 2023-12-07T18:58:15.717670+0000 mgr.a (mgr.24293) 21966 : audit 0 from='client.432594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:17 smithi022 bash[28554]: cluster 2023-12-07T18:58:17.238519+0000 mgr.a (mgr.24293) 21967 : cluster 0 pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:17 smithi044 bash[32620]: cluster 2023-12-07T18:58:17.238519+0000 mgr.a (mgr.24293) 21967 : cluster 0 pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:17 smithi027 bash[31536]: cluster 2023-12-07T18:58:17.238519+0000 mgr.a (mgr.24293) 21967 : cluster 0 pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:20 smithi022 bash[28554]: cluster 2023-12-07T18:58:19.239100+0000 mgr.a (mgr.24293) 21968 : cluster 0 pgmap v16427: 33 pgs: 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:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:20 smithi044 bash[32620]: cluster 2023-12-07T18:58:19.239100+0000 mgr.a (mgr.24293) 21968 : cluster 0 pgmap v16427: 33 pgs: 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:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:20 smithi027 bash[31536]: cluster 2023-12-07T18:58:19.239100+0000 mgr.a (mgr.24293) 21968 : cluster 0 pgmap v16427: 33 pgs: 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:21.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:21.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:21.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:22.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:22.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:22 smithi022 bash[28554]: cluster 2023-12-07T18:58:21.239884+0000 mgr.a (mgr.24293) 21969 : cluster 0 pgmap v16428: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:22 smithi044 bash[32620]: cluster 2023-12-07T18:58:21.239884+0000 mgr.a (mgr.24293) 21969 : cluster 0 pgmap v16428: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:22 smithi027 bash[31536]: cluster 2023-12-07T18:58:21.239884+0000 mgr.a (mgr.24293) 21969 : cluster 0 pgmap v16428: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:23 smithi022 bash[28554]: audit 2023-12-07T18:58:21.661202+0000 mgr.a (mgr.24293) 21970 : audit 0 from='client.432672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:23 smithi044 bash[32620]: audit 2023-12-07T18:58:21.661202+0000 mgr.a (mgr.24293) 21970 : audit 0 from='client.432672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:23.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:23 smithi027 bash[31536]: audit 2023-12-07T18:58:21.661202+0000 mgr.a (mgr.24293) 21970 : audit 0 from='client.432672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:24 smithi022 bash[28554]: cluster 2023-12-07T18:58:23.240607+0000 mgr.a (mgr.24293) 21971 : cluster 0 pgmap v16429: 33 pgs: 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:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:24 smithi022 bash[28554]: audit 2023-12-07T18:58:23.447402+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:24 smithi022 bash[28554]: audit 2023-12-07T18:58:23.979341+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:24 smithi022 bash[28554]: audit 2023-12-07T18:58:23.984730+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:24 smithi022 bash[28554]: audit 2023-12-07T18:58:23.990063+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:24 smithi022 bash[28554]: audit 2023-12-07T18:58:23.995016+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:24 smithi044 bash[32620]: cluster 2023-12-07T18:58:23.240607+0000 mgr.a (mgr.24293) 21971 : cluster 0 pgmap v16429: 33 pgs: 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:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:24 smithi044 bash[32620]: audit 2023-12-07T18:58:23.447402+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:24 smithi044 bash[32620]: audit 2023-12-07T18:58:23.979341+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:24 smithi044 bash[32620]: audit 2023-12-07T18:58:23.984730+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:24 smithi044 bash[32620]: audit 2023-12-07T18:58:23.990063+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:24 smithi044 bash[32620]: audit 2023-12-07T18:58:23.995016+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:24 smithi027 bash[31536]: cluster 2023-12-07T18:58:23.240607+0000 mgr.a (mgr.24293) 21971 : cluster 0 pgmap v16429: 33 pgs: 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:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:24 smithi027 bash[31536]: audit 2023-12-07T18:58:23.447402+0000 mon.a (mon.0) 3475 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:24 smithi027 bash[31536]: audit 2023-12-07T18:58:23.979341+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:24 smithi027 bash[31536]: audit 2023-12-07T18:58:23.984730+0000 mon.a (mon.0) 3477 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:24 smithi027 bash[31536]: audit 2023-12-07T18:58:23.990063+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:24 smithi027 bash[31536]: audit 2023-12-07T18:58:23.995016+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:25 smithi022 bash[28554]: audit 2023-12-07T18:58:24.775119+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:25 smithi022 bash[28554]: audit 2023-12-07T18:58:24.777020+0000 mon.a (mon.0) 3481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:25 smithi022 bash[28554]: audit 2023-12-07T18:58:24.786477+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:25 smithi022 bash[28554]: cluster 2023-12-07T18:58:25.241197+0000 mgr.a (mgr.24293) 21972 : cluster 0 pgmap v16430: 33 pgs: 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:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:25 smithi044 bash[32620]: audit 2023-12-07T18:58:24.775119+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:25 smithi044 bash[32620]: audit 2023-12-07T18:58:24.777020+0000 mon.a (mon.0) 3481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:25 smithi044 bash[32620]: audit 2023-12-07T18:58:24.786477+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:25 smithi044 bash[32620]: cluster 2023-12-07T18:58:25.241197+0000 mgr.a (mgr.24293) 21972 : cluster 0 pgmap v16430: 33 pgs: 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:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:25 smithi027 bash[31536]: audit 2023-12-07T18:58:24.775119+0000 mon.a (mon.0) 3480 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:25 smithi027 bash[31536]: audit 2023-12-07T18:58:24.777020+0000 mon.a (mon.0) 3481 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:25 smithi027 bash[31536]: audit 2023-12-07T18:58:24.786477+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:58:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:25 smithi027 bash[31536]: cluster 2023-12-07T18:58:25.241197+0000 mgr.a (mgr.24293) 21972 : cluster 0 pgmap v16430: 33 pgs: 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:27.202 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:27.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:27.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:28.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:28.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:28 smithi022 bash[28554]: cluster 2023-12-07T18:58:27.242022+0000 mgr.a (mgr.24293) 21973 : cluster 0 pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:28 smithi044 bash[32620]: cluster 2023-12-07T18:58:27.242022+0000 mgr.a (mgr.24293) 21973 : cluster 0 pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:28 smithi027 bash[31536]: cluster 2023-12-07T18:58:27.242022+0000 mgr.a (mgr.24293) 21973 : cluster 0 pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:29 smithi022 bash[28554]: audit 2023-12-07T18:58:27.622232+0000 mgr.a (mgr.24293) 21974 : audit 0 from='client.432750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:29 smithi044 bash[32620]: audit 2023-12-07T18:58:27.622232+0000 mgr.a (mgr.24293) 21974 : audit 0 from='client.432750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:29 smithi027 bash[31536]: audit 2023-12-07T18:58:27.622232+0000 mgr.a (mgr.24293) 21974 : audit 0 from='client.432750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:30 smithi022 bash[28554]: cluster 2023-12-07T18:58:29.242753+0000 mgr.a (mgr.24293) 21975 : cluster 0 pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:30 smithi044 bash[32620]: cluster 2023-12-07T18:58:29.242753+0000 mgr.a (mgr.24293) 21975 : cluster 0 pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:30 smithi027 bash[31536]: cluster 2023-12-07T18:58:29.242753+0000 mgr.a (mgr.24293) 21975 : cluster 0 pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:32 smithi022 bash[28554]: cluster 2023-12-07T18:58:31.243668+0000 mgr.a (mgr.24293) 21976 : cluster 0 pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:32 smithi044 bash[32620]: cluster 2023-12-07T18:58:31.243668+0000 mgr.a (mgr.24293) 21976 : cluster 0 pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:32 smithi027 bash[31536]: cluster 2023-12-07T18:58:31.243668+0000 mgr.a (mgr.24293) 21976 : cluster 0 pgmap v16433: 33 pgs: 33 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:33.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:33.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:33.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:34.083 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:34.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:34 smithi022 bash[28554]: cluster 2023-12-07T18:58:33.244095+0000 mgr.a (mgr.24293) 21977 : cluster 0 pgmap v16434: 33 pgs: 33 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:34.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:34 smithi044 bash[32620]: cluster 2023-12-07T18:58:33.244095+0000 mgr.a (mgr.24293) 21977 : cluster 0 pgmap v16434: 33 pgs: 33 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:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:34 smithi027 bash[31536]: cluster 2023-12-07T18:58:33.244095+0000 mgr.a (mgr.24293) 21977 : cluster 0 pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:35 smithi022 bash[28554]: audit 2023-12-07T18:58:33.552804+0000 mgr.a (mgr.24293) 21978 : audit 0 from='client.432828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:35 smithi044 bash[32620]: audit 2023-12-07T18:58:33.552804+0000 mgr.a (mgr.24293) 21978 : audit 0 from='client.432828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:35 smithi027 bash[31536]: audit 2023-12-07T18:58:33.552804+0000 mgr.a (mgr.24293) 21978 : audit 0 from='client.432828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:36 smithi022 bash[28554]: cluster 2023-12-07T18:58:35.244772+0000 mgr.a (mgr.24293) 21979 : cluster 0 pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:36 smithi044 bash[32620]: cluster 2023-12-07T18:58:35.244772+0000 mgr.a (mgr.24293) 21979 : cluster 0 pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:36 smithi027 bash[31536]: cluster 2023-12-07T18:58:35.244772+0000 mgr.a (mgr.24293) 21979 : cluster 0 pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:38 smithi022 bash[28554]: cluster 2023-12-07T18:58:37.245635+0000 mgr.a (mgr.24293) 21980 : cluster 0 pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:38 smithi044 bash[32620]: cluster 2023-12-07T18:58:37.245635+0000 mgr.a (mgr.24293) 21980 : cluster 0 pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:38 smithi027 bash[31536]: cluster 2023-12-07T18:58:37.245635+0000 mgr.a (mgr.24293) 21980 : cluster 0 pgmap v16436: 33 pgs: 33 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:39.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:39.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:39.087 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:40.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:40.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:40.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:40.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:40.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:40 smithi022 bash[28554]: cluster 2023-12-07T18:58:39.246190+0000 mgr.a (mgr.24293) 21981 : cluster 0 pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:40 smithi044 bash[32620]: cluster 2023-12-07T18:58:39.246190+0000 mgr.a (mgr.24293) 21981 : cluster 0 pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:40 smithi027 bash[31536]: cluster 2023-12-07T18:58:39.246190+0000 mgr.a (mgr.24293) 21981 : cluster 0 pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:41 smithi022 bash[28554]: audit 2023-12-07T18:58:39.491517+0000 mgr.a (mgr.24293) 21982 : audit 0 from='client.432903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:41 smithi044 bash[32620]: audit 2023-12-07T18:58:39.491517+0000 mgr.a (mgr.24293) 21982 : audit 0 from='client.432903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:41 smithi027 bash[31536]: audit 2023-12-07T18:58:39.491517+0000 mgr.a (mgr.24293) 21982 : audit 0 from='client.432903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:42 smithi022 bash[28554]: cluster 2023-12-07T18:58:41.247304+0000 mgr.a (mgr.24293) 21983 : cluster 0 pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:42 smithi044 bash[32620]: cluster 2023-12-07T18:58:41.247304+0000 mgr.a (mgr.24293) 21983 : cluster 0 pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:42 smithi027 bash[31536]: cluster 2023-12-07T18:58:41.247304+0000 mgr.a (mgr.24293) 21983 : cluster 0 pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:44 smithi022 bash[28554]: cluster 2023-12-07T18:58:43.247913+0000 mgr.a (mgr.24293) 21984 : cluster 0 pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:44 smithi044 bash[32620]: cluster 2023-12-07T18:58:43.247913+0000 mgr.a (mgr.24293) 21984 : cluster 0 pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:44 smithi027 bash[31536]: cluster 2023-12-07T18:58:43.247913+0000 mgr.a (mgr.24293) 21984 : cluster 0 pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:45.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:45.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:45.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:45 smithi022 bash[28554]: cluster 2023-12-07T18:58:45.248446+0000 mgr.a (mgr.24293) 21985 : cluster 0 pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:45 smithi044 bash[32620]: cluster 2023-12-07T18:58:45.248446+0000 mgr.a (mgr.24293) 21985 : cluster 0 pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:45 smithi027 bash[31536]: cluster 2023-12-07T18:58:45.248446+0000 mgr.a (mgr.24293) 21985 : cluster 0 pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:45.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:45.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:45.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:45.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:45.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:46 smithi022 bash[28554]: audit 2023-12-07T18:58:45.425969+0000 mgr.a (mgr.24293) 21986 : audit 0 from='client.432978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:46 smithi044 bash[32620]: audit 2023-12-07T18:58:45.425969+0000 mgr.a (mgr.24293) 21986 : audit 0 from='client.432978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:46.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:46 smithi027 bash[31536]: audit 2023-12-07T18:58:45.425969+0000 mgr.a (mgr.24293) 21986 : audit 0 from='client.432978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:47 smithi022 bash[28554]: cluster 2023-12-07T18:58:47.249538+0000 mgr.a (mgr.24293) 21987 : cluster 0 pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:47 smithi044 bash[32620]: cluster 2023-12-07T18:58:47.249538+0000 mgr.a (mgr.24293) 21987 : cluster 0 pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:47.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:47 smithi027 bash[31536]: cluster 2023-12-07T18:58:47.249538+0000 mgr.a (mgr.24293) 21987 : cluster 0 pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:50 smithi022 bash[28554]: cluster 2023-12-07T18:58:49.250154+0000 mgr.a (mgr.24293) 21988 : cluster 0 pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:50 smithi044 bash[32620]: cluster 2023-12-07T18:58:49.250154+0000 mgr.a (mgr.24293) 21988 : cluster 0 pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:50 smithi027 bash[31536]: cluster 2023-12-07T18:58:49.250154+0000 mgr.a (mgr.24293) 21988 : cluster 0 pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:50.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:50.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:50.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:51.944 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:51.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:51.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:51.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:51.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:52 smithi022 bash[28554]: cluster 2023-12-07T18:58:51.250894+0000 mgr.a (mgr.24293) 21989 : cluster 0 pgmap v16443: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:52 smithi044 bash[32620]: cluster 2023-12-07T18:58:51.250894+0000 mgr.a (mgr.24293) 21989 : cluster 0 pgmap v16443: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:52 smithi027 bash[31536]: cluster 2023-12-07T18:58:51.250894+0000 mgr.a (mgr.24293) 21989 : cluster 0 pgmap v16443: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:53 smithi022 bash[28554]: audit 2023-12-07T18:58:51.391471+0000 mgr.a (mgr.24293) 21990 : audit 0 from='client.433056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:53 smithi044 bash[32620]: audit 2023-12-07T18:58:51.391471+0000 mgr.a (mgr.24293) 21990 : audit 0 from='client.433056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:53 smithi027 bash[31536]: audit 2023-12-07T18:58:51.391471+0000 mgr.a (mgr.24293) 21990 : audit 0 from='client.433056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:54 smithi022 bash[28554]: cluster 2023-12-07T18:58:53.251613+0000 mgr.a (mgr.24293) 21991 : cluster 0 pgmap v16444: 33 pgs: 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:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:54 smithi044 bash[32620]: cluster 2023-12-07T18:58:53.251613+0000 mgr.a (mgr.24293) 21991 : cluster 0 pgmap v16444: 33 pgs: 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:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:54 smithi027 bash[31536]: cluster 2023-12-07T18:58:53.251613+0000 mgr.a (mgr.24293) 21991 : cluster 0 pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:55 smithi022 bash[28554]: cluster 2023-12-07T18:58:55.252235+0000 mgr.a (mgr.24293) 21992 : cluster 0 pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:55 smithi044 bash[32620]: cluster 2023-12-07T18:58:55.252235+0000 mgr.a (mgr.24293) 21992 : cluster 0 pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:55 smithi027 bash[31536]: cluster 2023-12-07T18:58:55.252235+0000 mgr.a (mgr.24293) 21992 : cluster 0 pgmap v16445: 33 pgs: 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:56.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:58:56.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:56.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:57.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:58:57.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:57.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:57.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:57.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:58:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:58 smithi022 bash[28554]: cluster 2023-12-07T18:58:57.253173+0000 mgr.a (mgr.24293) 21993 : cluster 0 pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:58 smithi044 bash[32620]: cluster 2023-12-07T18:58:57.253173+0000 mgr.a (mgr.24293) 21993 : cluster 0 pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:58 smithi027 bash[31536]: cluster 2023-12-07T18:58:57.253173+0000 mgr.a (mgr.24293) 21993 : cluster 0 pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:58:59 smithi022 bash[28554]: audit 2023-12-07T18:58:57.362582+0000 mgr.a (mgr.24293) 21994 : audit 0 from='client.433134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:58:59 smithi044 bash[32620]: audit 2023-12-07T18:58:57.362582+0000 mgr.a (mgr.24293) 21994 : audit 0 from='client.433134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:58:59 smithi027 bash[31536]: audit 2023-12-07T18:58:57.362582+0000 mgr.a (mgr.24293) 21994 : audit 0 from='client.433134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:00 smithi022 bash[28554]: cluster 2023-12-07T18:58:59.254038+0000 mgr.a (mgr.24293) 21995 : cluster 0 pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:00 smithi044 bash[32620]: cluster 2023-12-07T18:58:59.254038+0000 mgr.a (mgr.24293) 21995 : cluster 0 pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:00 smithi027 bash[31536]: cluster 2023-12-07T18:58:59.254038+0000 mgr.a (mgr.24293) 21995 : cluster 0 pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:02 smithi022 bash[28554]: cluster 2023-12-07T18:59:01.255045+0000 mgr.a (mgr.24293) 21996 : cluster 0 pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:02 smithi044 bash[32620]: cluster 2023-12-07T18:59:01.255045+0000 mgr.a (mgr.24293) 21996 : cluster 0 pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:02 smithi027 bash[31536]: cluster 2023-12-07T18:59:01.255045+0000 mgr.a (mgr.24293) 21996 : cluster 0 pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:02.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:02.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:02.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:03.807 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:03.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:03.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:03.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:03.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:04 smithi022 bash[28554]: cluster 2023-12-07T18:59:03.255653+0000 mgr.a (mgr.24293) 21997 : cluster 0 pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:04 smithi022 bash[28554]: audit 2023-12-07T18:59:03.303454+0000 mgr.a (mgr.24293) 21998 : audit 0 from='client.433209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:04 smithi044 bash[32620]: cluster 2023-12-07T18:59:03.255653+0000 mgr.a (mgr.24293) 21997 : cluster 0 pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:04 smithi044 bash[32620]: audit 2023-12-07T18:59:03.303454+0000 mgr.a (mgr.24293) 21998 : audit 0 from='client.433209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:04 smithi027 bash[31536]: cluster 2023-12-07T18:59:03.255653+0000 mgr.a (mgr.24293) 21997 : cluster 0 pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:04 smithi027 bash[31536]: audit 2023-12-07T18:59:03.303454+0000 mgr.a (mgr.24293) 21998 : audit 0 from='client.433209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:05.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:05 smithi022 bash[28554]: cluster 2023-12-07T18:59:05.256268+0000 mgr.a (mgr.24293) 21999 : cluster 0 pgmap v16450: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:05 smithi044 bash[32620]: cluster 2023-12-07T18:59:05.256268+0000 mgr.a (mgr.24293) 21999 : cluster 0 pgmap v16450: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:05 smithi027 bash[31536]: cluster 2023-12-07T18:59:05.256268+0000 mgr.a (mgr.24293) 21999 : cluster 0 pgmap v16450: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:08 smithi022 bash[28554]: cluster 2023-12-07T18:59:07.257294+0000 mgr.a (mgr.24293) 22000 : cluster 0 pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:08 smithi044 bash[32620]: cluster 2023-12-07T18:59:07.257294+0000 mgr.a (mgr.24293) 22000 : cluster 0 pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:08 smithi027 bash[31536]: cluster 2023-12-07T18:59:07.257294+0000 mgr.a (mgr.24293) 22000 : cluster 0 pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:08.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:08.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:08.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:09.741 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:09.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:09.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:09.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:09.742 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:10 smithi022 bash[28554]: audit 2023-12-07T18:59:09.222669+0000 mgr.a (mgr.24293) 22001 : audit 0 from='client.433284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:10 smithi022 bash[28554]: cluster 2023-12-07T18:59:09.258067+0000 mgr.a (mgr.24293) 22002 : cluster 0 pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:10 smithi044 bash[32620]: audit 2023-12-07T18:59:09.222669+0000 mgr.a (mgr.24293) 22001 : audit 0 from='client.433284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:10 smithi044 bash[32620]: cluster 2023-12-07T18:59:09.258067+0000 mgr.a (mgr.24293) 22002 : cluster 0 pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:10 smithi027 bash[31536]: audit 2023-12-07T18:59:09.222669+0000 mgr.a (mgr.24293) 22001 : audit 0 from='client.433284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:10 smithi027 bash[31536]: cluster 2023-12-07T18:59:09.258067+0000 mgr.a (mgr.24293) 22002 : cluster 0 pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:12 smithi022 bash[28554]: cluster 2023-12-07T18:59:11.258982+0000 mgr.a (mgr.24293) 22003 : cluster 0 pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:12 smithi044 bash[32620]: cluster 2023-12-07T18:59:11.258982+0000 mgr.a (mgr.24293) 22003 : cluster 0 pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:12 smithi027 bash[31536]: cluster 2023-12-07T18:59:11.258982+0000 mgr.a (mgr.24293) 22003 : cluster 0 pgmap v16453: 33 pgs: 33 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:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:14 smithi022 bash[28554]: cluster 2023-12-07T18:59:13.259719+0000 mgr.a (mgr.24293) 22004 : cluster 0 pgmap v16454: 33 pgs: 33 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:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:14 smithi044 bash[32620]: cluster 2023-12-07T18:59:13.259719+0000 mgr.a (mgr.24293) 22004 : cluster 0 pgmap v16454: 33 pgs: 33 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:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:14 smithi027 bash[31536]: cluster 2023-12-07T18:59:13.259719+0000 mgr.a (mgr.24293) 22004 : cluster 0 pgmap v16454: 33 pgs: 33 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:14.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:14.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:14.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:15.674 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:15.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:15.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:15.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:15.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:15 smithi022 bash[28554]: audit 2023-12-07T18:59:15.163105+0000 mgr.a (mgr.24293) 22005 : audit 0 from='client.433359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:15 smithi022 bash[28554]: cluster 2023-12-07T18:59:15.260250+0000 mgr.a (mgr.24293) 22006 : cluster 0 pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:15 smithi044 bash[32620]: audit 2023-12-07T18:59:15.163105+0000 mgr.a (mgr.24293) 22005 : audit 0 from='client.433359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:15.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:15 smithi044 bash[32620]: cluster 2023-12-07T18:59:15.260250+0000 mgr.a (mgr.24293) 22006 : cluster 0 pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:15 smithi027 bash[31536]: audit 2023-12-07T18:59:15.163105+0000 mgr.a (mgr.24293) 22005 : audit 0 from='client.433359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:15 smithi027 bash[31536]: cluster 2023-12-07T18:59:15.260250+0000 mgr.a (mgr.24293) 22006 : cluster 0 pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:18 smithi022 bash[28554]: cluster 2023-12-07T18:59:17.261394+0000 mgr.a (mgr.24293) 22007 : cluster 0 pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:59:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:18 smithi044 bash[32620]: cluster 2023-12-07T18:59:17.261394+0000 mgr.a (mgr.24293) 22007 : cluster 0 pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:59:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:18 smithi027 bash[31536]: cluster 2023-12-07T18:59:17.261394+0000 mgr.a (mgr.24293) 22007 : cluster 0 pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:59:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:20 smithi022 bash[28554]: cluster 2023-12-07T18:59:19.262187+0000 mgr.a (mgr.24293) 22008 : cluster 0 pgmap v16457: 33 pgs: 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:20.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:20 smithi044 bash[32620]: cluster 2023-12-07T18:59:19.262187+0000 mgr.a (mgr.24293) 22008 : cluster 0 pgmap v16457: 33 pgs: 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:20.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:20.677 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:20 smithi027 bash[31536]: cluster 2023-12-07T18:59:19.262187+0000 mgr.a (mgr.24293) 22008 : cluster 0 pgmap v16457: 33 pgs: 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:21.629 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:21.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:21.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:22 smithi022 bash[28554]: audit 2023-12-07T18:59:21.095761+0000 mgr.a (mgr.24293) 22009 : audit 0 from='client.433434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:22 smithi022 bash[28554]: cluster 2023-12-07T18:59:21.263389+0000 mgr.a (mgr.24293) 22010 : cluster 0 pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:22 smithi044 bash[32620]: audit 2023-12-07T18:59:21.095761+0000 mgr.a (mgr.24293) 22009 : audit 0 from='client.433434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:22 smithi044 bash[32620]: cluster 2023-12-07T18:59:21.263389+0000 mgr.a (mgr.24293) 22010 : cluster 0 pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:22 smithi027 bash[31536]: audit 2023-12-07T18:59:21.095761+0000 mgr.a (mgr.24293) 22009 : audit 0 from='client.433434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:22 smithi027 bash[31536]: cluster 2023-12-07T18:59:21.263389+0000 mgr.a (mgr.24293) 22010 : cluster 0 pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:24 smithi022 bash[28554]: cluster 2023-12-07T18:59:23.264134+0000 mgr.a (mgr.24293) 22011 : cluster 0 pgmap v16459: 33 pgs: 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:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:24 smithi044 bash[32620]: cluster 2023-12-07T18:59:23.264134+0000 mgr.a (mgr.24293) 22011 : cluster 0 pgmap v16459: 33 pgs: 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:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:24 smithi027 bash[31536]: cluster 2023-12-07T18:59:23.264134+0000 mgr.a (mgr.24293) 22011 : cluster 0 pgmap v16459: 33 pgs: 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:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:25 smithi022 bash[28554]: audit 2023-12-07T18:59:24.888911+0000 mon.a (mon.0) 3483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:25 smithi022 bash[28554]: cluster 2023-12-07T18:59:25.264703+0000 mgr.a (mgr.24293) 22012 : cluster 0 pgmap v16460: 33 pgs: 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:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:25 smithi044 bash[32620]: audit 2023-12-07T18:59:24.888911+0000 mon.a (mon.0) 3483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:25 smithi044 bash[32620]: cluster 2023-12-07T18:59:25.264703+0000 mgr.a (mgr.24293) 22012 : cluster 0 pgmap v16460: 33 pgs: 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:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:25 smithi027 bash[31536]: audit 2023-12-07T18:59:24.888911+0000 mon.a (mon.0) 3483 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:25 smithi027 bash[31536]: cluster 2023-12-07T18:59:25.264703+0000 mgr.a (mgr.24293) 22012 : cluster 0 pgmap v16460: 33 pgs: 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:26.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:26.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:26.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:26 smithi022 bash[28554]: audit 2023-12-07T18:59:25.683471+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:26 smithi022 bash[28554]: audit 2023-12-07T18:59:25.685304+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:26 smithi022 bash[28554]: audit 2023-12-07T18:59:25.694347+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:59:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:26 smithi044 bash[32620]: audit 2023-12-07T18:59:25.683471+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:26 smithi044 bash[32620]: audit 2023-12-07T18:59:25.685304+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:26 smithi044 bash[32620]: audit 2023-12-07T18:59:25.694347+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:59:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:26 smithi027 bash[31536]: audit 2023-12-07T18:59:25.683471+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:26 smithi027 bash[31536]: audit 2023-12-07T18:59:25.685304+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:26 smithi027 bash[31536]: audit 2023-12-07T18:59:25.694347+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T18:59:27.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:27.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:27.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:27.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:27.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:27 smithi022 bash[28554]: audit 2023-12-07T18:59:27.041301+0000 mgr.a (mgr.24293) 22013 : audit 0 from='client.433512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:27 smithi022 bash[28554]: cluster 2023-12-07T18:59:27.265849+0000 mgr.a (mgr.24293) 22014 : cluster 0 pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:27 smithi044 bash[32620]: audit 2023-12-07T18:59:27.041301+0000 mgr.a (mgr.24293) 22013 : audit 0 from='client.433512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:27 smithi044 bash[32620]: cluster 2023-12-07T18:59:27.265849+0000 mgr.a (mgr.24293) 22014 : cluster 0 pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:27 smithi027 bash[31536]: audit 2023-12-07T18:59:27.041301+0000 mgr.a (mgr.24293) 22013 : audit 0 from='client.433512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:27 smithi027 bash[31536]: cluster 2023-12-07T18:59:27.265849+0000 mgr.a (mgr.24293) 22014 : cluster 0 pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:30 smithi022 bash[28554]: cluster 2023-12-07T18:59:29.266678+0000 mgr.a (mgr.24293) 22015 : cluster 0 pgmap v16462: 33 pgs: 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:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:30 smithi044 bash[32620]: cluster 2023-12-07T18:59:29.266678+0000 mgr.a (mgr.24293) 22015 : cluster 0 pgmap v16462: 33 pgs: 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:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:30 smithi027 bash[31536]: cluster 2023-12-07T18:59:29.266678+0000 mgr.a (mgr.24293) 22015 : cluster 0 pgmap v16462: 33 pgs: 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:32.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:32.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:32.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:32 smithi022 bash[28554]: cluster 2023-12-07T18:59:31.267709+0000 mgr.a (mgr.24293) 22016 : cluster 0 pgmap v16463: 33 pgs: 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:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:32 smithi044 bash[32620]: cluster 2023-12-07T18:59:31.267709+0000 mgr.a (mgr.24293) 22016 : cluster 0 pgmap v16463: 33 pgs: 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:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:32 smithi027 bash[31536]: cluster 2023-12-07T18:59:31.267709+0000 mgr.a (mgr.24293) 22016 : cluster 0 pgmap v16463: 33 pgs: 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:33.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:33.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:33.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:33.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:33.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:34 smithi022 bash[28554]: audit 2023-12-07T18:59:32.997163+0000 mgr.a (mgr.24293) 22017 : audit 0 from='client.433590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:34.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:34 smithi022 bash[28554]: cluster 2023-12-07T18:59:33.275782+0000 mgr.a (mgr.24293) 22018 : cluster 0 pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:34 smithi044 bash[32620]: audit 2023-12-07T18:59:32.997163+0000 mgr.a (mgr.24293) 22017 : audit 0 from='client.433590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:34 smithi044 bash[32620]: cluster 2023-12-07T18:59:33.275782+0000 mgr.a (mgr.24293) 22018 : cluster 0 pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:34 smithi027 bash[31536]: audit 2023-12-07T18:59:32.997163+0000 mgr.a (mgr.24293) 22017 : audit 0 from='client.433590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:34 smithi027 bash[31536]: cluster 2023-12-07T18:59:33.275782+0000 mgr.a (mgr.24293) 22018 : cluster 0 pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:35 smithi022 bash[28554]: cluster 2023-12-07T18:59:35.276609+0000 mgr.a (mgr.24293) 22019 : cluster 0 pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:35 smithi044 bash[32620]: cluster 2023-12-07T18:59:35.276609+0000 mgr.a (mgr.24293) 22019 : cluster 0 pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:35 smithi027 bash[31536]: cluster 2023-12-07T18:59:35.276609+0000 mgr.a (mgr.24293) 22019 : cluster 0 pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:38.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:38.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:38.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:38 smithi022 bash[28554]: cluster 2023-12-07T18:59:37.277625+0000 mgr.a (mgr.24293) 22020 : cluster 0 pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:38 smithi044 bash[32620]: cluster 2023-12-07T18:59:37.277625+0000 mgr.a (mgr.24293) 22020 : cluster 0 pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:38 smithi027 bash[31536]: cluster 2023-12-07T18:59:37.277625+0000 mgr.a (mgr.24293) 22020 : cluster 0 pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:39.475 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:39.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:39.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:39.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:39.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:40 smithi022 bash[28554]: audit 2023-12-07T18:59:38.955334+0000 mgr.a (mgr.24293) 22021 : audit 0 from='client.433668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:40 smithi022 bash[28554]: cluster 2023-12-07T18:59:39.278280+0000 mgr.a (mgr.24293) 22022 : cluster 0 pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:40 smithi044 bash[32620]: audit 2023-12-07T18:59:38.955334+0000 mgr.a (mgr.24293) 22021 : audit 0 from='client.433668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:40 smithi044 bash[32620]: cluster 2023-12-07T18:59:39.278280+0000 mgr.a (mgr.24293) 22022 : cluster 0 pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:40 smithi027 bash[31536]: audit 2023-12-07T18:59:38.955334+0000 mgr.a (mgr.24293) 22021 : audit 0 from='client.433668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:40 smithi027 bash[31536]: cluster 2023-12-07T18:59:39.278280+0000 mgr.a (mgr.24293) 22022 : cluster 0 pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:42 smithi022 bash[28554]: cluster 2023-12-07T18:59:41.279159+0000 mgr.a (mgr.24293) 22023 : cluster 0 pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:42 smithi044 bash[32620]: cluster 2023-12-07T18:59:41.279159+0000 mgr.a (mgr.24293) 22023 : cluster 0 pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:42 smithi027 bash[31536]: cluster 2023-12-07T18:59:41.279159+0000 mgr.a (mgr.24293) 22023 : cluster 0 pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:44.478 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:44.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:44.479 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:44 smithi022 bash[28554]: cluster 2023-12-07T18:59:43.279749+0000 mgr.a (mgr.24293) 22024 : cluster 0 pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:44 smithi044 bash[32620]: cluster 2023-12-07T18:59:43.279749+0000 mgr.a (mgr.24293) 22024 : cluster 0 pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:44 smithi027 bash[31536]: cluster 2023-12-07T18:59:43.279749+0000 mgr.a (mgr.24293) 22024 : cluster 0 pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:45.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:45.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:45.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:45.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:45.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:45 smithi022 bash[28554]: audit 2023-12-07T18:59:44.889988+0000 mgr.a (mgr.24293) 22025 : audit 0 from='client.433743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:45 smithi022 bash[28554]: cluster 2023-12-07T18:59:45.280322+0000 mgr.a (mgr.24293) 22026 : cluster 0 pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:45 smithi044 bash[32620]: audit 2023-12-07T18:59:44.889988+0000 mgr.a (mgr.24293) 22025 : audit 0 from='client.433743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:45 smithi044 bash[32620]: cluster 2023-12-07T18:59:45.280322+0000 mgr.a (mgr.24293) 22026 : cluster 0 pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:45 smithi027 bash[31536]: audit 2023-12-07T18:59:44.889988+0000 mgr.a (mgr.24293) 22025 : audit 0 from='client.433743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:45 smithi027 bash[31536]: cluster 2023-12-07T18:59:45.280322+0000 mgr.a (mgr.24293) 22026 : cluster 0 pgmap v16470: 33 pgs: 33 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:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:48 smithi022 bash[28554]: cluster 2023-12-07T18:59:47.281182+0000 mgr.a (mgr.24293) 22027 : cluster 0 pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:48 smithi044 bash[32620]: cluster 2023-12-07T18:59:47.281182+0000 mgr.a (mgr.24293) 22027 : cluster 0 pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:48 smithi027 bash[31536]: cluster 2023-12-07T18:59:47.281182+0000 mgr.a (mgr.24293) 22027 : cluster 0 pgmap v16471: 33 pgs: 33 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:50.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:50.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:50.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:50 smithi022 bash[28554]: cluster 2023-12-07T18:59:49.281681+0000 mgr.a (mgr.24293) 22028 : cluster 0 pgmap v16472: 33 pgs: 33 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:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:50 smithi044 bash[32620]: cluster 2023-12-07T18:59:49.281681+0000 mgr.a (mgr.24293) 22028 : cluster 0 pgmap v16472: 33 pgs: 33 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:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:50 smithi027 bash[31536]: cluster 2023-12-07T18:59:49.281681+0000 mgr.a (mgr.24293) 22028 : cluster 0 pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:51.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:51.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:51.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:51.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:51.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:52 smithi022 bash[28554]: audit 2023-12-07T18:59:50.845415+0000 mgr.a (mgr.24293) 22029 : audit 0 from='client.433818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:52 smithi022 bash[28554]: cluster 2023-12-07T18:59:51.282407+0000 mgr.a (mgr.24293) 22030 : cluster 0 pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:52 smithi044 bash[32620]: audit 2023-12-07T18:59:50.845415+0000 mgr.a (mgr.24293) 22029 : audit 0 from='client.433818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:52 smithi044 bash[32620]: cluster 2023-12-07T18:59:51.282407+0000 mgr.a (mgr.24293) 22030 : cluster 0 pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:52 smithi027 bash[31536]: audit 2023-12-07T18:59:50.845415+0000 mgr.a (mgr.24293) 22029 : audit 0 from='client.433818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:52 smithi027 bash[31536]: cluster 2023-12-07T18:59:51.282407+0000 mgr.a (mgr.24293) 22030 : cluster 0 pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:54 smithi022 bash[28554]: cluster 2023-12-07T18:59:53.282977+0000 mgr.a (mgr.24293) 22031 : cluster 0 pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:54 smithi044 bash[32620]: cluster 2023-12-07T18:59:53.282977+0000 mgr.a (mgr.24293) 22031 : cluster 0 pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:54 smithi027 bash[31536]: cluster 2023-12-07T18:59:53.282977+0000 mgr.a (mgr.24293) 22031 : cluster 0 pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:55 smithi022 bash[28554]: cluster 2023-12-07T18:59:55.283581+0000 mgr.a (mgr.24293) 22032 : cluster 0 pgmap v16475: 33 pgs: 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:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:55 smithi044 bash[32620]: cluster 2023-12-07T18:59:55.283581+0000 mgr.a (mgr.24293) 22032 : cluster 0 pgmap v16475: 33 pgs: 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:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:55 smithi027 bash[31536]: cluster 2023-12-07T18:59:55.283581+0000 mgr.a (mgr.24293) 22032 : cluster 0 pgmap v16475: 33 pgs: 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:56.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T18:59:56.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:56.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:57.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T18:59:57.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:57.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:57.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:57.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T18:59:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:58 smithi022 bash[28554]: audit 2023-12-07T18:59:56.797073+0000 mgr.a (mgr.24293) 22033 : audit 0 from='client.433896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 18:59:58 smithi022 bash[28554]: cluster 2023-12-07T18:59:57.284248+0000 mgr.a (mgr.24293) 22034 : cluster 0 pgmap v16476: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:58 smithi044 bash[32620]: audit 2023-12-07T18:59:56.797073+0000 mgr.a (mgr.24293) 22033 : audit 0 from='client.433896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 18:59:58 smithi044 bash[32620]: cluster 2023-12-07T18:59:57.284248+0000 mgr.a (mgr.24293) 22034 : cluster 0 pgmap v16476: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:58 smithi027 bash[31536]: audit 2023-12-07T18:59:56.797073+0000 mgr.a (mgr.24293) 22033 : audit 0 from='client.433896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 18:59:58 smithi027 bash[31536]: cluster 2023-12-07T18:59:57.284248+0000 mgr.a (mgr.24293) 22034 : cluster 0 pgmap v16476: 33 pgs: 33 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:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:00 smithi022 bash[28554]: cluster 2023-12-07T18:59:59.284785+0000 mgr.a (mgr.24293) 22035 : cluster 0 pgmap v16477: 33 pgs: 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:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:00 smithi022 bash[28554]: cluster 2023-12-07T19:00:00.000139+0000 mon.a (mon.0) 3487 : cluster 1 overall HEALTH_OK 2023-12-07T19:00:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:00 smithi044 bash[32620]: cluster 2023-12-07T18:59:59.284785+0000 mgr.a (mgr.24293) 22035 : cluster 0 pgmap v16477: 33 pgs: 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:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:00 smithi044 bash[32620]: cluster 2023-12-07T19:00:00.000139+0000 mon.a (mon.0) 3487 : cluster 1 overall HEALTH_OK 2023-12-07T19:00:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:00 smithi027 bash[31536]: cluster 2023-12-07T18:59:59.284785+0000 mgr.a (mgr.24293) 22035 : cluster 0 pgmap v16477: 33 pgs: 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:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:00 smithi027 bash[31536]: cluster 2023-12-07T19:00:00.000139+0000 mon.a (mon.0) 3487 : cluster 1 overall HEALTH_OK 2023-12-07T19:00:02.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:02.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:02.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:02 smithi022 bash[28554]: cluster 2023-12-07T19:00:01.285537+0000 mgr.a (mgr.24293) 22036 : cluster 0 pgmap v16478: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:02 smithi044 bash[32620]: cluster 2023-12-07T19:00:01.285537+0000 mgr.a (mgr.24293) 22036 : cluster 0 pgmap v16478: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:02 smithi027 bash[31536]: cluster 2023-12-07T19:00:01.285537+0000 mgr.a (mgr.24293) 22036 : cluster 0 pgmap v16478: 33 pgs: 33 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.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:03.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:03.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:03.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:03.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:04 smithi022 bash[28554]: audit 2023-12-07T19:00:02.738304+0000 mgr.a (mgr.24293) 22037 : audit 0 from='client.433974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:04 smithi022 bash[28554]: cluster 2023-12-07T19:00:03.286278+0000 mgr.a (mgr.24293) 22038 : cluster 0 pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:04 smithi044 bash[32620]: audit 2023-12-07T19:00:02.738304+0000 mgr.a (mgr.24293) 22037 : audit 0 from='client.433974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:04 smithi044 bash[32620]: cluster 2023-12-07T19:00:03.286278+0000 mgr.a (mgr.24293) 22038 : cluster 0 pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:04 smithi027 bash[31536]: audit 2023-12-07T19:00:02.738304+0000 mgr.a (mgr.24293) 22037 : audit 0 from='client.433974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:04 smithi027 bash[31536]: cluster 2023-12-07T19:00:03.286278+0000 mgr.a (mgr.24293) 22038 : cluster 0 pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:05 smithi022 bash[28554]: cluster 2023-12-07T19:00:05.286861+0000 mgr.a (mgr.24293) 22039 : cluster 0 pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:05 smithi044 bash[32620]: cluster 2023-12-07T19:00:05.286861+0000 mgr.a (mgr.24293) 22039 : cluster 0 pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:05 smithi027 bash[31536]: cluster 2023-12-07T19:00:05.286861+0000 mgr.a (mgr.24293) 22039 : cluster 0 pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:08.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:08.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:08.279 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:08 smithi022 bash[28554]: cluster 2023-12-07T19:00:07.287852+0000 mgr.a (mgr.24293) 22040 : cluster 0 pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:08 smithi044 bash[32620]: cluster 2023-12-07T19:00:07.287852+0000 mgr.a (mgr.24293) 22040 : cluster 0 pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:08 smithi027 bash[31536]: cluster 2023-12-07T19:00:07.287852+0000 mgr.a (mgr.24293) 22040 : cluster 0 pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:09.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:09.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:09.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:09.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:09.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:10 smithi022 bash[28554]: audit 2023-12-07T19:00:08.681565+0000 mgr.a (mgr.24293) 22041 : audit 0 from='client.434049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:10 smithi022 bash[28554]: cluster 2023-12-07T19:00:09.288653+0000 mgr.a (mgr.24293) 22042 : cluster 0 pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:10 smithi044 bash[32620]: audit 2023-12-07T19:00:08.681565+0000 mgr.a (mgr.24293) 22041 : audit 0 from='client.434049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:10 smithi044 bash[32620]: cluster 2023-12-07T19:00:09.288653+0000 mgr.a (mgr.24293) 22042 : cluster 0 pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:10 smithi027 bash[31536]: audit 2023-12-07T19:00:08.681565+0000 mgr.a (mgr.24293) 22041 : audit 0 from='client.434049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:10 smithi027 bash[31536]: cluster 2023-12-07T19:00:09.288653+0000 mgr.a (mgr.24293) 22042 : cluster 0 pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:12 smithi022 bash[28554]: cluster 2023-12-07T19:00:11.289510+0000 mgr.a (mgr.24293) 22043 : cluster 0 pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:12 smithi044 bash[32620]: cluster 2023-12-07T19:00:11.289510+0000 mgr.a (mgr.24293) 22043 : cluster 0 pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:12 smithi027 bash[31536]: cluster 2023-12-07T19:00:11.289510+0000 mgr.a (mgr.24293) 22043 : cluster 0 pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:14.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:14.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:14.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:14 smithi022 bash[28554]: cluster 2023-12-07T19:00:13.290202+0000 mgr.a (mgr.24293) 22044 : cluster 0 pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:14 smithi044 bash[32620]: cluster 2023-12-07T19:00:13.290202+0000 mgr.a (mgr.24293) 22044 : cluster 0 pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:14 smithi027 bash[31536]: cluster 2023-12-07T19:00:13.290202+0000 mgr.a (mgr.24293) 22044 : cluster 0 pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:15.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:15.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:15.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:15.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:15.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:15 smithi022 bash[28554]: audit 2023-12-07T19:00:14.608882+0000 mgr.a (mgr.24293) 22045 : audit 0 from='client.434124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:15 smithi022 bash[28554]: cluster 2023-12-07T19:00:15.291019+0000 mgr.a (mgr.24293) 22046 : cluster 0 pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:15 smithi044 bash[32620]: audit 2023-12-07T19:00:14.608882+0000 mgr.a (mgr.24293) 22045 : audit 0 from='client.434124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:15 smithi044 bash[32620]: cluster 2023-12-07T19:00:15.291019+0000 mgr.a (mgr.24293) 22046 : cluster 0 pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:15 smithi027 bash[31536]: audit 2023-12-07T19:00:14.608882+0000 mgr.a (mgr.24293) 22045 : audit 0 from='client.434124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:15 smithi027 bash[31536]: cluster 2023-12-07T19:00:15.291019+0000 mgr.a (mgr.24293) 22046 : cluster 0 pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:18 smithi022 bash[28554]: cluster 2023-12-07T19:00:17.291906+0000 mgr.a (mgr.24293) 22047 : cluster 0 pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:18 smithi044 bash[32620]: cluster 2023-12-07T19:00:17.291906+0000 mgr.a (mgr.24293) 22047 : cluster 0 pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:18 smithi027 bash[31536]: cluster 2023-12-07T19:00:17.291906+0000 mgr.a (mgr.24293) 22047 : cluster 0 pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:20.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:20.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:20.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:20 smithi022 bash[28554]: cluster 2023-12-07T19:00:19.292433+0000 mgr.a (mgr.24293) 22048 : cluster 0 pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:20 smithi044 bash[32620]: cluster 2023-12-07T19:00:19.292433+0000 mgr.a (mgr.24293) 22048 : cluster 0 pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:20 smithi027 bash[31536]: cluster 2023-12-07T19:00:19.292433+0000 mgr.a (mgr.24293) 22048 : cluster 0 pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:21.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:21.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:21.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:21.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:22 smithi022 bash[28554]: audit 2023-12-07T19:00:20.544588+0000 mgr.a (mgr.24293) 22049 : audit 0 from='client.434202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:22 smithi022 bash[28554]: cluster 2023-12-07T19:00:21.293569+0000 mgr.a (mgr.24293) 22050 : cluster 0 pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:22 smithi044 bash[32620]: audit 2023-12-07T19:00:20.544588+0000 mgr.a (mgr.24293) 22049 : audit 0 from='client.434202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:22 smithi044 bash[32620]: cluster 2023-12-07T19:00:21.293569+0000 mgr.a (mgr.24293) 22050 : cluster 0 pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:22 smithi027 bash[31536]: audit 2023-12-07T19:00:20.544588+0000 mgr.a (mgr.24293) 22049 : audit 0 from='client.434202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:22 smithi027 bash[31536]: cluster 2023-12-07T19:00:21.293569+0000 mgr.a (mgr.24293) 22050 : cluster 0 pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:24 smithi022 bash[28554]: cluster 2023-12-07T19:00:23.294157+0000 mgr.a (mgr.24293) 22051 : cluster 0 pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:24 smithi044 bash[32620]: cluster 2023-12-07T19:00:23.294157+0000 mgr.a (mgr.24293) 22051 : cluster 0 pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:24 smithi027 bash[31536]: cluster 2023-12-07T19:00:23.294157+0000 mgr.a (mgr.24293) 22051 : cluster 0 pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:25 smithi022 bash[28554]: cluster 2023-12-07T19:00:25.294698+0000 mgr.a (mgr.24293) 22052 : cluster 0 pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:25 smithi044 bash[32620]: cluster 2023-12-07T19:00:25.294698+0000 mgr.a (mgr.24293) 22052 : cluster 0 pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:25 smithi027 bash[31536]: cluster 2023-12-07T19:00:25.294698+0000 mgr.a (mgr.24293) 22052 : cluster 0 pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:26.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:26.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:26 smithi022 bash[28554]: audit 2023-12-07T19:00:25.797592+0000 mon.a (mon.0) 3488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:26 smithi044 bash[32620]: audit 2023-12-07T19:00:25.797592+0000 mon.a (mon.0) 3488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:26 smithi027 bash[31536]: audit 2023-12-07T19:00:25.797592+0000 mon.a (mon.0) 3488 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:27.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:27.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:27.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:27.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:27.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:27 smithi022 bash[28554]: audit 2023-12-07T19:00:26.550131+0000 mgr.a (mgr.24293) 22053 : audit 0 from='client.434277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:27 smithi022 bash[28554]: audit 2023-12-07T19:00:26.637561+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:27 smithi022 bash[28554]: audit 2023-12-07T19:00:26.638992+0000 mon.a (mon.0) 3490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:27 smithi022 bash[28554]: audit 2023-12-07T19:00:26.646590+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:00:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:27 smithi022 bash[28554]: cluster 2023-12-07T19:00:27.295815+0000 mgr.a (mgr.24293) 22054 : cluster 0 pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:27 smithi044 bash[32620]: audit 2023-12-07T19:00:26.550131+0000 mgr.a (mgr.24293) 22053 : audit 0 from='client.434277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:27 smithi044 bash[32620]: audit 2023-12-07T19:00:26.637561+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:27 smithi044 bash[32620]: audit 2023-12-07T19:00:26.638992+0000 mon.a (mon.0) 3490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:27 smithi044 bash[32620]: audit 2023-12-07T19:00:26.646590+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:00:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:27 smithi044 bash[32620]: cluster 2023-12-07T19:00:27.295815+0000 mgr.a (mgr.24293) 22054 : cluster 0 pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:27 smithi027 bash[31536]: audit 2023-12-07T19:00:26.550131+0000 mgr.a (mgr.24293) 22053 : audit 0 from='client.434277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:27 smithi027 bash[31536]: audit 2023-12-07T19:00:26.637561+0000 mon.a (mon.0) 3489 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:27 smithi027 bash[31536]: audit 2023-12-07T19:00:26.638992+0000 mon.a (mon.0) 3490 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:27 smithi027 bash[31536]: audit 2023-12-07T19:00:26.646590+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:00:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:27 smithi027 bash[31536]: cluster 2023-12-07T19:00:27.295815+0000 mgr.a (mgr.24293) 22054 : cluster 0 pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:30 smithi022 bash[28554]: cluster 2023-12-07T19:00:29.296396+0000 mgr.a (mgr.24293) 22055 : cluster 0 pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:30 smithi044 bash[32620]: cluster 2023-12-07T19:00:29.296396+0000 mgr.a (mgr.24293) 22055 : cluster 0 pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:30 smithi027 bash[31536]: cluster 2023-12-07T19:00:29.296396+0000 mgr.a (mgr.24293) 22055 : cluster 0 pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:32.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:32.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:32.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:32 smithi022 bash[28554]: cluster 2023-12-07T19:00:31.297117+0000 mgr.a (mgr.24293) 22056 : cluster 0 pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:32 smithi044 bash[32620]: cluster 2023-12-07T19:00:31.297117+0000 mgr.a (mgr.24293) 22056 : cluster 0 pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:32 smithi027 bash[31536]: cluster 2023-12-07T19:00:31.297117+0000 mgr.a (mgr.24293) 22056 : cluster 0 pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:32.980 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:32.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:32.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:32.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:32.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:34 smithi022 bash[28554]: audit 2023-12-07T19:00:32.473214+0000 mgr.a (mgr.24293) 22057 : audit 0 from='client.434352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:34 smithi022 bash[28554]: cluster 2023-12-07T19:00:33.297839+0000 mgr.a (mgr.24293) 22058 : cluster 0 pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:34 smithi044 bash[32620]: audit 2023-12-07T19:00:32.473214+0000 mgr.a (mgr.24293) 22057 : audit 0 from='client.434352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:34 smithi044 bash[32620]: cluster 2023-12-07T19:00:33.297839+0000 mgr.a (mgr.24293) 22058 : cluster 0 pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:34 smithi027 bash[31536]: audit 2023-12-07T19:00:32.473214+0000 mgr.a (mgr.24293) 22057 : audit 0 from='client.434352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:34 smithi027 bash[31536]: cluster 2023-12-07T19:00:33.297839+0000 mgr.a (mgr.24293) 22058 : cluster 0 pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:35 smithi022 bash[28554]: cluster 2023-12-07T19:00:35.298424+0000 mgr.a (mgr.24293) 22059 : cluster 0 pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:35 smithi044 bash[32620]: cluster 2023-12-07T19:00:35.298424+0000 mgr.a (mgr.24293) 22059 : cluster 0 pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:35 smithi027 bash[31536]: cluster 2023-12-07T19:00:35.298424+0000 mgr.a (mgr.24293) 22059 : cluster 0 pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:37.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:37.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:37.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:38 smithi022 bash[28554]: cluster 2023-12-07T19:00:37.299243+0000 mgr.a (mgr.24293) 22060 : cluster 0 pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:38 smithi044 bash[32620]: cluster 2023-12-07T19:00:37.299243+0000 mgr.a (mgr.24293) 22060 : cluster 0 pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:38 smithi027 bash[31536]: cluster 2023-12-07T19:00:37.299243+0000 mgr.a (mgr.24293) 22060 : cluster 0 pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:38.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:38.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:38.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:38.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:38.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:40 smithi022 bash[28554]: audit 2023-12-07T19:00:38.394579+0000 mgr.a (mgr.24293) 22061 : audit 0 from='client.434430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:40.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:40 smithi022 bash[28554]: cluster 2023-12-07T19:00:39.299941+0000 mgr.a (mgr.24293) 22062 : cluster 0 pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:40 smithi044 bash[32620]: audit 2023-12-07T19:00:38.394579+0000 mgr.a (mgr.24293) 22061 : audit 0 from='client.434430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:40.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:40 smithi044 bash[32620]: cluster 2023-12-07T19:00:39.299941+0000 mgr.a (mgr.24293) 22062 : cluster 0 pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:40 smithi027 bash[31536]: audit 2023-12-07T19:00:38.394579+0000 mgr.a (mgr.24293) 22061 : audit 0 from='client.434430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:40 smithi027 bash[31536]: cluster 2023-12-07T19:00:39.299941+0000 mgr.a (mgr.24293) 22062 : cluster 0 pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:42 smithi022 bash[28554]: cluster 2023-12-07T19:00:41.300698+0000 mgr.a (mgr.24293) 22063 : cluster 0 pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:42 smithi044 bash[32620]: cluster 2023-12-07T19:00:41.300698+0000 mgr.a (mgr.24293) 22063 : cluster 0 pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:42 smithi027 bash[31536]: cluster 2023-12-07T19:00:41.300698+0000 mgr.a (mgr.24293) 22063 : cluster 0 pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:43.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:43.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:43.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:44 smithi022 bash[28554]: cluster 2023-12-07T19:00:43.301253+0000 mgr.a (mgr.24293) 22064 : cluster 0 pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:44 smithi044 bash[32620]: cluster 2023-12-07T19:00:43.301253+0000 mgr.a (mgr.24293) 22064 : cluster 0 pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:44 smithi027 bash[31536]: cluster 2023-12-07T19:00:43.301253+0000 mgr.a (mgr.24293) 22064 : cluster 0 pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:44.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:44.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:44.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:44.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:44.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:45 smithi022 bash[28554]: audit 2023-12-07T19:00:44.322912+0000 mgr.a (mgr.24293) 22065 : audit 0 from='client.434502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:45 smithi044 bash[32620]: audit 2023-12-07T19:00:44.322912+0000 mgr.a (mgr.24293) 22065 : audit 0 from='client.434502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:45 smithi027 bash[31536]: audit 2023-12-07T19:00:44.322912+0000 mgr.a (mgr.24293) 22065 : audit 0 from='client.434502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:46 smithi022 bash[28554]: cluster 2023-12-07T19:00:45.301909+0000 mgr.a (mgr.24293) 22066 : cluster 0 pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:46 smithi044 bash[32620]: cluster 2023-12-07T19:00:45.301909+0000 mgr.a (mgr.24293) 22066 : cluster 0 pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:46 smithi027 bash[31536]: cluster 2023-12-07T19:00:45.301909+0000 mgr.a (mgr.24293) 22066 : cluster 0 pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:48 smithi022 bash[28554]: cluster 2023-12-07T19:00:47.302720+0000 mgr.a (mgr.24293) 22067 : cluster 0 pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:48 smithi044 bash[32620]: cluster 2023-12-07T19:00:47.302720+0000 mgr.a (mgr.24293) 22067 : cluster 0 pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:48 smithi027 bash[31536]: cluster 2023-12-07T19:00:47.302720+0000 mgr.a (mgr.24293) 22067 : cluster 0 pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:49.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:49.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:49.872 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:50 smithi022 bash[28554]: cluster 2023-12-07T19:00:49.303297+0000 mgr.a (mgr.24293) 22068 : cluster 0 pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:50 smithi044 bash[32620]: cluster 2023-12-07T19:00:49.303297+0000 mgr.a (mgr.24293) 22068 : cluster 0 pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:50 smithi027 bash[31536]: cluster 2023-12-07T19:00:49.303297+0000 mgr.a (mgr.24293) 22068 : cluster 0 pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:50.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:50.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:50.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:50.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:50.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:51 smithi022 bash[28554]: audit 2023-12-07T19:00:50.284638+0000 mgr.a (mgr.24293) 22069 : audit 0 from='client.434580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:51 smithi044 bash[32620]: audit 2023-12-07T19:00:50.284638+0000 mgr.a (mgr.24293) 22069 : audit 0 from='client.434580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:51 smithi027 bash[31536]: audit 2023-12-07T19:00:50.284638+0000 mgr.a (mgr.24293) 22069 : audit 0 from='client.434580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:52 smithi022 bash[28554]: cluster 2023-12-07T19:00:51.304307+0000 mgr.a (mgr.24293) 22070 : cluster 0 pgmap v16503: 33 pgs: 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:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:52 smithi044 bash[32620]: cluster 2023-12-07T19:00:51.304307+0000 mgr.a (mgr.24293) 22070 : cluster 0 pgmap v16503: 33 pgs: 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:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:52 smithi027 bash[31536]: cluster 2023-12-07T19:00:51.304307+0000 mgr.a (mgr.24293) 22070 : cluster 0 pgmap v16503: 33 pgs: 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:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:54 smithi022 bash[28554]: cluster 2023-12-07T19:00:53.304893+0000 mgr.a (mgr.24293) 22071 : cluster 0 pgmap v16504: 33 pgs: 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:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:54 smithi044 bash[32620]: cluster 2023-12-07T19:00:53.304893+0000 mgr.a (mgr.24293) 22071 : cluster 0 pgmap v16504: 33 pgs: 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:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:54 smithi027 bash[31536]: cluster 2023-12-07T19:00:53.304893+0000 mgr.a (mgr.24293) 22071 : cluster 0 pgmap v16504: 33 pgs: 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:55.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:00:55.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:55.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:55 smithi022 bash[28554]: cluster 2023-12-07T19:00:55.305468+0000 mgr.a (mgr.24293) 22072 : cluster 0 pgmap v16505: 33 pgs: 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:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:55 smithi044 bash[32620]: cluster 2023-12-07T19:00:55.305468+0000 mgr.a (mgr.24293) 22072 : cluster 0 pgmap v16505: 33 pgs: 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:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:55 smithi027 bash[31536]: cluster 2023-12-07T19:00:55.305468+0000 mgr.a (mgr.24293) 22072 : cluster 0 pgmap v16505: 33 pgs: 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:56.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:56.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:56.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:56.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:00:56.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:00:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:56 smithi022 bash[28554]: audit 2023-12-07T19:00:56.207044+0000 mgr.a (mgr.24293) 22073 : audit 0 from='client.434652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:56 smithi044 bash[32620]: audit 2023-12-07T19:00:56.207044+0000 mgr.a (mgr.24293) 22073 : audit 0 from='client.434652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:56 smithi027 bash[31536]: audit 2023-12-07T19:00:56.207044+0000 mgr.a (mgr.24293) 22073 : audit 0 from='client.434652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:00:57 smithi022 bash[28554]: cluster 2023-12-07T19:00:57.306475+0000 mgr.a (mgr.24293) 22074 : cluster 0 pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:00:57 smithi044 bash[32620]: cluster 2023-12-07T19:00:57.306475+0000 mgr.a (mgr.24293) 22074 : cluster 0 pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:00:57 smithi027 bash[31536]: cluster 2023-12-07T19:00:57.306475+0000 mgr.a (mgr.24293) 22074 : cluster 0 pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:00 smithi022 bash[28554]: cluster 2023-12-07T19:00:59.307046+0000 mgr.a (mgr.24293) 22075 : cluster 0 pgmap v16507: 33 pgs: 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:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:00 smithi044 bash[32620]: cluster 2023-12-07T19:00:59.307046+0000 mgr.a (mgr.24293) 22075 : cluster 0 pgmap v16507: 33 pgs: 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:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:00 smithi027 bash[31536]: cluster 2023-12-07T19:00:59.307046+0000 mgr.a (mgr.24293) 22075 : cluster 0 pgmap v16507: 33 pgs: 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:01.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:01.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:01.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:02.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:02 smithi022 bash[28554]: cluster 2023-12-07T19:01:01.307825+0000 mgr.a (mgr.24293) 22076 : cluster 0 pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:02 smithi044 bash[32620]: cluster 2023-12-07T19:01:01.307825+0000 mgr.a (mgr.24293) 22076 : cluster 0 pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:02.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:02.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:02.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:02.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:02.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:02 smithi027 bash[31536]: cluster 2023-12-07T19:01:01.307825+0000 mgr.a (mgr.24293) 22076 : cluster 0 pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:03 smithi022 bash[28554]: audit 2023-12-07T19:01:02.169769+0000 mgr.a (mgr.24293) 22077 : audit 0 from='client.434730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:03.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:03 smithi044 bash[32620]: audit 2023-12-07T19:01:02.169769+0000 mgr.a (mgr.24293) 22077 : audit 0 from='client.434730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:03 smithi027 bash[31536]: audit 2023-12-07T19:01:02.169769+0000 mgr.a (mgr.24293) 22077 : audit 0 from='client.434730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:04 smithi022 bash[28554]: cluster 2023-12-07T19:01:03.308616+0000 mgr.a (mgr.24293) 22078 : cluster 0 pgmap v16509: 33 pgs: 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:01:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:04 smithi044 bash[32620]: cluster 2023-12-07T19:01:03.308616+0000 mgr.a (mgr.24293) 22078 : cluster 0 pgmap v16509: 33 pgs: 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:01:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:04 smithi027 bash[31536]: cluster 2023-12-07T19:01:03.308616+0000 mgr.a (mgr.24293) 22078 : cluster 0 pgmap v16509: 33 pgs: 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:01:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:05 smithi022 bash[28554]: cluster 2023-12-07T19:01:05.309444+0000 mgr.a (mgr.24293) 22079 : cluster 0 pgmap v16510: 33 pgs: 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:01:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:05 smithi044 bash[32620]: cluster 2023-12-07T19:01:05.309444+0000 mgr.a (mgr.24293) 22079 : cluster 0 pgmap v16510: 33 pgs: 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:01:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:05 smithi027 bash[31536]: cluster 2023-12-07T19:01:05.309444+0000 mgr.a (mgr.24293) 22079 : cluster 0 pgmap v16510: 33 pgs: 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:01:07.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:07.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:07.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:08.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:08.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:08.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:08.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:08.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:08 smithi022 bash[28554]: cluster 2023-12-07T19:01:07.310266+0000 mgr.a (mgr.24293) 22080 : cluster 0 pgmap v16511: 33 pgs: 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:01:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:08 smithi044 bash[32620]: cluster 2023-12-07T19:01:07.310266+0000 mgr.a (mgr.24293) 22080 : cluster 0 pgmap v16511: 33 pgs: 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:01:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:08 smithi027 bash[31536]: cluster 2023-12-07T19:01:07.310266+0000 mgr.a (mgr.24293) 22080 : cluster 0 pgmap v16511: 33 pgs: 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:01:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:09 smithi022 bash[28554]: audit 2023-12-07T19:01:08.111902+0000 mgr.a (mgr.24293) 22081 : audit 0 from='client.434802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:09 smithi044 bash[32620]: audit 2023-12-07T19:01:08.111902+0000 mgr.a (mgr.24293) 22081 : audit 0 from='client.434802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:09 smithi027 bash[31536]: audit 2023-12-07T19:01:08.111902+0000 mgr.a (mgr.24293) 22081 : audit 0 from='client.434802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:10 smithi022 bash[28554]: cluster 2023-12-07T19:01:09.311065+0000 mgr.a (mgr.24293) 22082 : cluster 0 pgmap v16512: 33 pgs: 33 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:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:10 smithi044 bash[32620]: cluster 2023-12-07T19:01:09.311065+0000 mgr.a (mgr.24293) 22082 : cluster 0 pgmap v16512: 33 pgs: 33 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:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:10 smithi027 bash[31536]: cluster 2023-12-07T19:01:09.311065+0000 mgr.a (mgr.24293) 22082 : cluster 0 pgmap v16512: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:12 smithi022 bash[28554]: cluster 2023-12-07T19:01:11.311864+0000 mgr.a (mgr.24293) 22083 : cluster 0 pgmap v16513: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:12 smithi044 bash[32620]: cluster 2023-12-07T19:01:11.311864+0000 mgr.a (mgr.24293) 22083 : cluster 0 pgmap v16513: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:12 smithi027 bash[31536]: cluster 2023-12-07T19:01:11.311864+0000 mgr.a (mgr.24293) 22083 : cluster 0 pgmap v16513: 33 pgs: 33 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:13.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:13.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:13.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:14.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:14.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:14.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:14.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:14.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:14 smithi022 bash[28554]: cluster 2023-12-07T19:01:13.312533+0000 mgr.a (mgr.24293) 22084 : cluster 0 pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:14 smithi044 bash[32620]: cluster 2023-12-07T19:01:13.312533+0000 mgr.a (mgr.24293) 22084 : cluster 0 pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:14 smithi027 bash[31536]: cluster 2023-12-07T19:01:13.312533+0000 mgr.a (mgr.24293) 22084 : cluster 0 pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:15 smithi022 bash[28554]: audit 2023-12-07T19:01:14.031160+0000 mgr.a (mgr.24293) 22085 : audit 0 from='client.434880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:15 smithi044 bash[32620]: audit 2023-12-07T19:01:14.031160+0000 mgr.a (mgr.24293) 22085 : audit 0 from='client.434880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:15 smithi027 bash[31536]: audit 2023-12-07T19:01:14.031160+0000 mgr.a (mgr.24293) 22085 : audit 0 from='client.434880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:16 smithi022 bash[28554]: cluster 2023-12-07T19:01:15.313298+0000 mgr.a (mgr.24293) 22086 : cluster 0 pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:16 smithi044 bash[32620]: cluster 2023-12-07T19:01:15.313298+0000 mgr.a (mgr.24293) 22086 : cluster 0 pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:16 smithi027 bash[31536]: cluster 2023-12-07T19:01:15.313298+0000 mgr.a (mgr.24293) 22086 : cluster 0 pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:18 smithi022 bash[28554]: cluster 2023-12-07T19:01:17.314156+0000 mgr.a (mgr.24293) 22087 : cluster 0 pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:18 smithi044 bash[32620]: cluster 2023-12-07T19:01:17.314156+0000 mgr.a (mgr.24293) 22087 : cluster 0 pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:18 smithi027 bash[31536]: cluster 2023-12-07T19:01:17.314156+0000 mgr.a (mgr.24293) 22087 : cluster 0 pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:19.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:19.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:19.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:20.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:20.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:20.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:20.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:20.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:20 smithi022 bash[28554]: cluster 2023-12-07T19:01:19.314701+0000 mgr.a (mgr.24293) 22088 : cluster 0 pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:20 smithi044 bash[32620]: cluster 2023-12-07T19:01:19.314701+0000 mgr.a (mgr.24293) 22088 : cluster 0 pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:20 smithi027 bash[31536]: cluster 2023-12-07T19:01:19.314701+0000 mgr.a (mgr.24293) 22088 : cluster 0 pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:21 smithi022 bash[28554]: audit 2023-12-07T19:01:19.977828+0000 mgr.a (mgr.24293) 22089 : audit 0 from='client.434958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:21 smithi044 bash[32620]: audit 2023-12-07T19:01:19.977828+0000 mgr.a (mgr.24293) 22089 : audit 0 from='client.434958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:21 smithi027 bash[31536]: audit 2023-12-07T19:01:19.977828+0000 mgr.a (mgr.24293) 22089 : audit 0 from='client.434958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:22 smithi022 bash[28554]: cluster 2023-12-07T19:01:21.315661+0000 mgr.a (mgr.24293) 22090 : cluster 0 pgmap v16518: 33 pgs: 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:01:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:22 smithi044 bash[32620]: cluster 2023-12-07T19:01:21.315661+0000 mgr.a (mgr.24293) 22090 : cluster 0 pgmap v16518: 33 pgs: 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:01:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:22 smithi027 bash[31536]: cluster 2023-12-07T19:01:21.315661+0000 mgr.a (mgr.24293) 22090 : cluster 0 pgmap v16518: 33 pgs: 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:01:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:23 smithi022 bash[28554]: cluster 2023-12-07T19:01:23.316192+0000 mgr.a (mgr.24293) 22091 : cluster 0 pgmap v16519: 33 pgs: 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:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:23 smithi044 bash[32620]: cluster 2023-12-07T19:01:23.316192+0000 mgr.a (mgr.24293) 22091 : cluster 0 pgmap v16519: 33 pgs: 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:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:23 smithi027 bash[31536]: cluster 2023-12-07T19:01:23.316192+0000 mgr.a (mgr.24293) 22091 : cluster 0 pgmap v16519: 33 pgs: 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:25.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:25.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:25.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:25 smithi022 bash[28554]: cluster 2023-12-07T19:01:25.316781+0000 mgr.a (mgr.24293) 22092 : cluster 0 pgmap v16520: 33 pgs: 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:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:25 smithi044 bash[32620]: cluster 2023-12-07T19:01:25.316781+0000 mgr.a (mgr.24293) 22092 : cluster 0 pgmap v16520: 33 pgs: 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:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:25 smithi027 bash[31536]: cluster 2023-12-07T19:01:25.316781+0000 mgr.a (mgr.24293) 22092 : cluster 0 pgmap v16520: 33 pgs: 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:26.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:26.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:26.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:26.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:26.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:26 smithi022 bash[28554]: audit 2023-12-07T19:01:25.915936+0000 mgr.a (mgr.24293) 22093 : audit 0 from='client.435036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:26 smithi044 bash[32620]: audit 2023-12-07T19:01:25.915936+0000 mgr.a (mgr.24293) 22093 : audit 0 from='client.435036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:26 smithi027 bash[31536]: audit 2023-12-07T19:01:25.915936+0000 mgr.a (mgr.24293) 22093 : audit 0 from='client.435036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:27 smithi022 bash[28554]: audit 2023-12-07T19:01:26.763982+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:27.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:27 smithi022 bash[28554]: cluster 2023-12-07T19:01:27.317472+0000 mgr.a (mgr.24293) 22094 : cluster 0 pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:27 smithi044 bash[32620]: audit 2023-12-07T19:01:26.763982+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:27.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:27 smithi044 bash[32620]: cluster 2023-12-07T19:01:27.317472+0000 mgr.a (mgr.24293) 22094 : cluster 0 pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:27 smithi027 bash[31536]: audit 2023-12-07T19:01:26.763982+0000 mon.a (mon.0) 3492 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:27 smithi027 bash[31536]: cluster 2023-12-07T19:01:27.317472+0000 mgr.a (mgr.24293) 22094 : cluster 0 pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:28 smithi022 bash[28554]: audit 2023-12-07T19:01:27.550830+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:01:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:28 smithi022 bash[28554]: audit 2023-12-07T19:01:27.552722+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:01:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:28 smithi022 bash[28554]: audit 2023-12-07T19:01:27.561815+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:01:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:28 smithi044 bash[32620]: audit 2023-12-07T19:01:27.550830+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:01:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:28 smithi044 bash[32620]: audit 2023-12-07T19:01:27.552722+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:01:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:28 smithi044 bash[32620]: audit 2023-12-07T19:01:27.561815+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:01:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:28 smithi027 bash[31536]: audit 2023-12-07T19:01:27.550830+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:01:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:28 smithi027 bash[31536]: audit 2023-12-07T19:01:27.552722+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:01:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:28 smithi027 bash[31536]: audit 2023-12-07T19:01:27.561815+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:01:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:29 smithi022 bash[28554]: cluster 2023-12-07T19:01:29.318063+0000 mgr.a (mgr.24293) 22095 : cluster 0 pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:29 smithi044 bash[32620]: cluster 2023-12-07T19:01:29.318063+0000 mgr.a (mgr.24293) 22095 : cluster 0 pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:29 smithi027 bash[31536]: cluster 2023-12-07T19:01:29.318063+0000 mgr.a (mgr.24293) 22095 : cluster 0 pgmap v16522: 33 pgs: 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:31.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:31.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:31.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:32.407 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:32.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:32.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:32.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:32.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:32 smithi022 bash[28554]: cluster 2023-12-07T19:01:31.318844+0000 mgr.a (mgr.24293) 22096 : cluster 0 pgmap v16523: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:32 smithi044 bash[32620]: cluster 2023-12-07T19:01:31.318844+0000 mgr.a (mgr.24293) 22096 : cluster 0 pgmap v16523: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:32 smithi027 bash[31536]: cluster 2023-12-07T19:01:31.318844+0000 mgr.a (mgr.24293) 22096 : cluster 0 pgmap v16523: 33 pgs: 33 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:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:33 smithi022 bash[28554]: audit 2023-12-07T19:01:31.875489+0000 mgr.a (mgr.24293) 22097 : audit 0 from='client.435114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:33 smithi044 bash[32620]: audit 2023-12-07T19:01:31.875489+0000 mgr.a (mgr.24293) 22097 : audit 0 from='client.435114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:33 smithi027 bash[31536]: audit 2023-12-07T19:01:31.875489+0000 mgr.a (mgr.24293) 22097 : audit 0 from='client.435114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:34 smithi022 bash[28554]: cluster 2023-12-07T19:01:33.319649+0000 mgr.a (mgr.24293) 22098 : cluster 0 pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:34 smithi044 bash[32620]: cluster 2023-12-07T19:01:33.319649+0000 mgr.a (mgr.24293) 22098 : cluster 0 pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:34 smithi027 bash[31536]: cluster 2023-12-07T19:01:33.319649+0000 mgr.a (mgr.24293) 22098 : cluster 0 pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:35 smithi022 bash[28554]: cluster 2023-12-07T19:01:35.320263+0000 mgr.a (mgr.24293) 22099 : cluster 0 pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:35 smithi044 bash[32620]: cluster 2023-12-07T19:01:35.320263+0000 mgr.a (mgr.24293) 22099 : cluster 0 pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:35 smithi027 bash[31536]: cluster 2023-12-07T19:01:35.320263+0000 mgr.a (mgr.24293) 22099 : cluster 0 pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:37.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:37.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:37.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:38.345 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:38.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:38.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:38.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:38.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:38 smithi022 bash[28554]: cluster 2023-12-07T19:01:37.321093+0000 mgr.a (mgr.24293) 22100 : cluster 0 pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:01:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:38 smithi044 bash[32620]: cluster 2023-12-07T19:01:37.321093+0000 mgr.a (mgr.24293) 22100 : cluster 0 pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:01:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:38 smithi027 bash[31536]: cluster 2023-12-07T19:01:37.321093+0000 mgr.a (mgr.24293) 22100 : cluster 0 pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:01:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:39 smithi022 bash[28554]: audit 2023-12-07T19:01:37.824682+0000 mgr.a (mgr.24293) 22101 : audit 0 from='client.435189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:39 smithi044 bash[32620]: audit 2023-12-07T19:01:37.824682+0000 mgr.a (mgr.24293) 22101 : audit 0 from='client.435189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:39 smithi027 bash[31536]: audit 2023-12-07T19:01:37.824682+0000 mgr.a (mgr.24293) 22101 : audit 0 from='client.435189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:40 smithi022 bash[28554]: cluster 2023-12-07T19:01:39.321811+0000 mgr.a (mgr.24293) 22102 : cluster 0 pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:40 smithi044 bash[32620]: cluster 2023-12-07T19:01:39.321811+0000 mgr.a (mgr.24293) 22102 : cluster 0 pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:40 smithi027 bash[31536]: cluster 2023-12-07T19:01:39.321811+0000 mgr.a (mgr.24293) 22102 : cluster 0 pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:42 smithi022 bash[28554]: cluster 2023-12-07T19:01:41.322642+0000 mgr.a (mgr.24293) 22103 : cluster 0 pgmap v16528: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:42 smithi044 bash[32620]: cluster 2023-12-07T19:01:41.322642+0000 mgr.a (mgr.24293) 22103 : cluster 0 pgmap v16528: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:42 smithi027 bash[31536]: cluster 2023-12-07T19:01:41.322642+0000 mgr.a (mgr.24293) 22103 : cluster 0 pgmap v16528: 33 pgs: 33 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:43.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:43.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:43.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:44.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:44.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:44.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:44.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:44.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:44 smithi022 bash[28554]: cluster 2023-12-07T19:01:43.323278+0000 mgr.a (mgr.24293) 22104 : cluster 0 pgmap v16529: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:44 smithi044 bash[32620]: cluster 2023-12-07T19:01:43.323278+0000 mgr.a (mgr.24293) 22104 : cluster 0 pgmap v16529: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:44 smithi027 bash[31536]: cluster 2023-12-07T19:01:43.323278+0000 mgr.a (mgr.24293) 22104 : cluster 0 pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:45 smithi022 bash[28554]: audit 2023-12-07T19:01:43.767872+0000 mgr.a (mgr.24293) 22105 : audit 0 from='client.435264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:45 smithi044 bash[32620]: audit 2023-12-07T19:01:43.767872+0000 mgr.a (mgr.24293) 22105 : audit 0 from='client.435264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:45 smithi027 bash[31536]: audit 2023-12-07T19:01:43.767872+0000 mgr.a (mgr.24293) 22105 : audit 0 from='client.435264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:46 smithi022 bash[28554]: cluster 2023-12-07T19:01:45.324063+0000 mgr.a (mgr.24293) 22106 : cluster 0 pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:46 smithi044 bash[32620]: cluster 2023-12-07T19:01:45.324063+0000 mgr.a (mgr.24293) 22106 : cluster 0 pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:46 smithi027 bash[31536]: cluster 2023-12-07T19:01:45.324063+0000 mgr.a (mgr.24293) 22106 : cluster 0 pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:48 smithi022 bash[28554]: cluster 2023-12-07T19:01:47.324907+0000 mgr.a (mgr.24293) 22107 : cluster 0 pgmap v16531: 33 pgs: 33 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:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:48 smithi044 bash[32620]: cluster 2023-12-07T19:01:47.324907+0000 mgr.a (mgr.24293) 22107 : cluster 0 pgmap v16531: 33 pgs: 33 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:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:48 smithi027 bash[31536]: cluster 2023-12-07T19:01:47.324907+0000 mgr.a (mgr.24293) 22107 : cluster 0 pgmap v16531: 33 pgs: 33 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:49.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:49.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:49.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:49 smithi022 bash[28554]: cluster 2023-12-07T19:01:49.325496+0000 mgr.a (mgr.24293) 22108 : cluster 0 pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:49 smithi044 bash[32620]: cluster 2023-12-07T19:01:49.325496+0000 mgr.a (mgr.24293) 22108 : cluster 0 pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:49 smithi027 bash[31536]: cluster 2023-12-07T19:01:49.325496+0000 mgr.a (mgr.24293) 22108 : cluster 0 pgmap v16532: 33 pgs: 33 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.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:50.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:50 smithi022 bash[28554]: audit 2023-12-07T19:01:49.705775+0000 mgr.a (mgr.24293) 22109 : audit 0 from='client.435333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:50 smithi044 bash[32620]: audit 2023-12-07T19:01:49.705775+0000 mgr.a (mgr.24293) 22109 : audit 0 from='client.435333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:50 smithi027 bash[31536]: audit 2023-12-07T19:01:49.705775+0000 mgr.a (mgr.24293) 22109 : audit 0 from='client.435333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:51 smithi022 bash[28554]: cluster 2023-12-07T19:01:51.326454+0000 mgr.a (mgr.24293) 22110 : cluster 0 pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:51 smithi044 bash[32620]: cluster 2023-12-07T19:01:51.326454+0000 mgr.a (mgr.24293) 22110 : cluster 0 pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:51 smithi027 bash[31536]: cluster 2023-12-07T19:01:51.326454+0000 mgr.a (mgr.24293) 22110 : cluster 0 pgmap v16533: 33 pgs: 33 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:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:54 smithi022 bash[28554]: cluster 2023-12-07T19:01:53.327066+0000 mgr.a (mgr.24293) 22111 : cluster 0 pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:54.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:54 smithi044 bash[32620]: cluster 2023-12-07T19:01:53.327066+0000 mgr.a (mgr.24293) 22111 : cluster 0 pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:54 smithi027 bash[31536]: cluster 2023-12-07T19:01:53.327066+0000 mgr.a (mgr.24293) 22111 : cluster 0 pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:55.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:01:55.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:55.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:55 smithi022 bash[28554]: cluster 2023-12-07T19:01:55.327653+0000 mgr.a (mgr.24293) 22112 : cluster 0 pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:55 smithi044 bash[32620]: cluster 2023-12-07T19:01:55.327653+0000 mgr.a (mgr.24293) 22112 : cluster 0 pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:55 smithi027 bash[31536]: cluster 2023-12-07T19:01:55.327653+0000 mgr.a (mgr.24293) 22112 : cluster 0 pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:56.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:56.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:56.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:56.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:01:56.180 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:01:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:56 smithi022 bash[28554]: audit 2023-12-07T19:01:55.648898+0000 mgr.a (mgr.24293) 22113 : audit 0 from='client.435411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:56 smithi044 bash[32620]: audit 2023-12-07T19:01:55.648898+0000 mgr.a (mgr.24293) 22113 : audit 0 from='client.435411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:56 smithi027 bash[31536]: audit 2023-12-07T19:01:55.648898+0000 mgr.a (mgr.24293) 22113 : audit 0 from='client.435411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:01:57 smithi022 bash[28554]: cluster 2023-12-07T19:01:57.328713+0000 mgr.a (mgr.24293) 22114 : cluster 0 pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:01:57 smithi044 bash[32620]: cluster 2023-12-07T19:01:57.328713+0000 mgr.a (mgr.24293) 22114 : cluster 0 pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:01:57 smithi027 bash[31536]: cluster 2023-12-07T19:01:57.328713+0000 mgr.a (mgr.24293) 22114 : cluster 0 pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:00 smithi022 bash[28554]: cluster 2023-12-07T19:01:59.329238+0000 mgr.a (mgr.24293) 22115 : cluster 0 pgmap v16537: 33 pgs: 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:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:00 smithi044 bash[32620]: cluster 2023-12-07T19:01:59.329238+0000 mgr.a (mgr.24293) 22115 : cluster 0 pgmap v16537: 33 pgs: 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:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:00 smithi027 bash[31536]: cluster 2023-12-07T19:01:59.329238+0000 mgr.a (mgr.24293) 22115 : cluster 0 pgmap v16537: 33 pgs: 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:01.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:01.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:01.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:02.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:02.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:02.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:02.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:02.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:02 smithi022 bash[28554]: cluster 2023-12-07T19:02:01.329927+0000 mgr.a (mgr.24293) 22116 : cluster 0 pgmap v16538: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:02 smithi044 bash[32620]: cluster 2023-12-07T19:02:01.329927+0000 mgr.a (mgr.24293) 22116 : cluster 0 pgmap v16538: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:02 smithi027 bash[31536]: cluster 2023-12-07T19:02:01.329927+0000 mgr.a (mgr.24293) 22116 : cluster 0 pgmap v16538: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:03 smithi022 bash[28554]: audit 2023-12-07T19:02:01.596740+0000 mgr.a (mgr.24293) 22117 : audit 0 from='client.435486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:03 smithi044 bash[32620]: audit 2023-12-07T19:02:01.596740+0000 mgr.a (mgr.24293) 22117 : audit 0 from='client.435486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:03 smithi027 bash[31536]: audit 2023-12-07T19:02:01.596740+0000 mgr.a (mgr.24293) 22117 : audit 0 from='client.435486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:04 smithi022 bash[28554]: cluster 2023-12-07T19:02:03.330803+0000 mgr.a (mgr.24293) 22118 : cluster 0 pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:04 smithi044 bash[32620]: cluster 2023-12-07T19:02:03.330803+0000 mgr.a (mgr.24293) 22118 : cluster 0 pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:04 smithi027 bash[31536]: cluster 2023-12-07T19:02:03.330803+0000 mgr.a (mgr.24293) 22118 : cluster 0 pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:05 smithi022 bash[28554]: cluster 2023-12-07T19:02:05.331414+0000 mgr.a (mgr.24293) 22119 : cluster 0 pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:05 smithi044 bash[32620]: cluster 2023-12-07T19:02:05.331414+0000 mgr.a (mgr.24293) 22119 : cluster 0 pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:05 smithi027 bash[31536]: cluster 2023-12-07T19:02:05.331414+0000 mgr.a (mgr.24293) 22119 : cluster 0 pgmap v16540: 33 pgs: 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:07.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:07.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:07.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:08.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:08.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:08 smithi022 bash[28554]: cluster 2023-12-07T19:02:07.332184+0000 mgr.a (mgr.24293) 22120 : cluster 0 pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:08 smithi044 bash[32620]: cluster 2023-12-07T19:02:07.332184+0000 mgr.a (mgr.24293) 22120 : cluster 0 pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:08 smithi027 bash[31536]: cluster 2023-12-07T19:02:07.332184+0000 mgr.a (mgr.24293) 22120 : cluster 0 pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:09 smithi022 bash[28554]: audit 2023-12-07T19:02:07.525562+0000 mgr.a (mgr.24293) 22121 : audit 0 from='client.435558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:09 smithi044 bash[32620]: audit 2023-12-07T19:02:07.525562+0000 mgr.a (mgr.24293) 22121 : audit 0 from='client.435558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:09 smithi027 bash[31536]: audit 2023-12-07T19:02:07.525562+0000 mgr.a (mgr.24293) 22121 : audit 0 from='client.435558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:10 smithi022 bash[28554]: cluster 2023-12-07T19:02:09.332847+0000 mgr.a (mgr.24293) 22122 : cluster 0 pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:10 smithi044 bash[32620]: cluster 2023-12-07T19:02:09.332847+0000 mgr.a (mgr.24293) 22122 : cluster 0 pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:10 smithi027 bash[31536]: cluster 2023-12-07T19:02:09.332847+0000 mgr.a (mgr.24293) 22122 : cluster 0 pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:12 smithi022 bash[28554]: cluster 2023-12-07T19:02:11.333669+0000 mgr.a (mgr.24293) 22123 : cluster 0 pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:12 smithi044 bash[32620]: cluster 2023-12-07T19:02:11.333669+0000 mgr.a (mgr.24293) 22123 : cluster 0 pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:12 smithi027 bash[31536]: cluster 2023-12-07T19:02:11.333669+0000 mgr.a (mgr.24293) 22123 : cluster 0 pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:13.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:13.044 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:13.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:13.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:13.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:14 smithi022 bash[28554]: cluster 2023-12-07T19:02:13.334228+0000 mgr.a (mgr.24293) 22124 : cluster 0 pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:14 smithi044 bash[32620]: cluster 2023-12-07T19:02:13.334228+0000 mgr.a (mgr.24293) 22124 : cluster 0 pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:14 smithi027 bash[31536]: cluster 2023-12-07T19:02:13.334228+0000 mgr.a (mgr.24293) 22124 : cluster 0 pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:15 smithi022 bash[28554]: audit 2023-12-07T19:02:13.454544+0000 mgr.a (mgr.24293) 22125 : audit 0 from='client.435633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:15 smithi044 bash[32620]: audit 2023-12-07T19:02:13.454544+0000 mgr.a (mgr.24293) 22125 : audit 0 from='client.435633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:15 smithi027 bash[31536]: audit 2023-12-07T19:02:13.454544+0000 mgr.a (mgr.24293) 22125 : audit 0 from='client.435633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:16 smithi022 bash[28554]: cluster 2023-12-07T19:02:15.335027+0000 mgr.a (mgr.24293) 22126 : cluster 0 pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:16 smithi044 bash[32620]: cluster 2023-12-07T19:02:15.335027+0000 mgr.a (mgr.24293) 22126 : cluster 0 pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:16 smithi027 bash[31536]: cluster 2023-12-07T19:02:15.335027+0000 mgr.a (mgr.24293) 22126 : cluster 0 pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:17 smithi022 bash[28554]: cluster 2023-12-07T19:02:17.335953+0000 mgr.a (mgr.24293) 22127 : cluster 0 pgmap v16546: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:17 smithi044 bash[32620]: cluster 2023-12-07T19:02:17.335953+0000 mgr.a (mgr.24293) 22127 : cluster 0 pgmap v16546: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:17 smithi027 bash[31536]: cluster 2023-12-07T19:02:17.335953+0000 mgr.a (mgr.24293) 22127 : cluster 0 pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:18.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:19.896 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:19.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:19.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:19.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:19.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:20 smithi022 bash[28554]: cluster 2023-12-07T19:02:19.336489+0000 mgr.a (mgr.24293) 22128 : cluster 0 pgmap v16547: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:20 smithi022 bash[28554]: audit 2023-12-07T19:02:19.380862+0000 mgr.a (mgr.24293) 22129 : audit 0 from='client.435711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:20 smithi044 bash[32620]: cluster 2023-12-07T19:02:19.336489+0000 mgr.a (mgr.24293) 22128 : cluster 0 pgmap v16547: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:20 smithi044 bash[32620]: audit 2023-12-07T19:02:19.380862+0000 mgr.a (mgr.24293) 22129 : audit 0 from='client.435711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:20 smithi027 bash[31536]: cluster 2023-12-07T19:02:19.336489+0000 mgr.a (mgr.24293) 22128 : cluster 0 pgmap v16547: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:20 smithi027 bash[31536]: audit 2023-12-07T19:02:19.380862+0000 mgr.a (mgr.24293) 22129 : audit 0 from='client.435711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:22 smithi022 bash[28554]: cluster 2023-12-07T19:02:21.337387+0000 mgr.a (mgr.24293) 22130 : cluster 0 pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:22 smithi044 bash[32620]: cluster 2023-12-07T19:02:21.337387+0000 mgr.a (mgr.24293) 22130 : cluster 0 pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:22 smithi027 bash[31536]: cluster 2023-12-07T19:02:21.337387+0000 mgr.a (mgr.24293) 22130 : cluster 0 pgmap v16548: 33 pgs: 33 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:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:24 smithi022 bash[28554]: cluster 2023-12-07T19:02:23.337975+0000 mgr.a (mgr.24293) 22131 : cluster 0 pgmap v16549: 33 pgs: 33 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:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:24 smithi044 bash[32620]: cluster 2023-12-07T19:02:23.337975+0000 mgr.a (mgr.24293) 22131 : cluster 0 pgmap v16549: 33 pgs: 33 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:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:24 smithi027 bash[31536]: cluster 2023-12-07T19:02:23.337975+0000 mgr.a (mgr.24293) 22131 : cluster 0 pgmap v16549: 33 pgs: 33 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:24.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:24.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:24.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:25.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:25 smithi022 bash[28554]: audit 2023-12-07T19:02:25.321395+0000 mgr.a (mgr.24293) 22132 : audit 0 from='client.435783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:25 smithi022 bash[28554]: cluster 2023-12-07T19:02:25.339084+0000 mgr.a (mgr.24293) 22133 : cluster 0 pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:25 smithi044 bash[32620]: audit 2023-12-07T19:02:25.321395+0000 mgr.a (mgr.24293) 22132 : audit 0 from='client.435783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:25 smithi044 bash[32620]: cluster 2023-12-07T19:02:25.339084+0000 mgr.a (mgr.24293) 22133 : cluster 0 pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:25 smithi027 bash[31536]: audit 2023-12-07T19:02:25.321395+0000 mgr.a (mgr.24293) 22132 : audit 0 from='client.435783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:25.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:25 smithi027 bash[31536]: cluster 2023-12-07T19:02:25.339084+0000 mgr.a (mgr.24293) 22133 : cluster 0 pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:28 smithi022 bash[28554]: cluster 2023-12-07T19:02:27.340218+0000 mgr.a (mgr.24293) 22134 : cluster 0 pgmap v16551: 33 pgs: 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:02:28.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:28 smithi022 bash[28554]: audit 2023-12-07T19:02:27.666050+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:02:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:28 smithi044 bash[32620]: cluster 2023-12-07T19:02:27.340218+0000 mgr.a (mgr.24293) 22134 : cluster 0 pgmap v16551: 33 pgs: 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:02:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:28 smithi044 bash[32620]: audit 2023-12-07T19:02:27.666050+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:02:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:28 smithi027 bash[31536]: cluster 2023-12-07T19:02:27.340218+0000 mgr.a (mgr.24293) 22134 : cluster 0 pgmap v16551: 33 pgs: 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:02:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:28 smithi027 bash[31536]: audit 2023-12-07T19:02:27.666050+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:02:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:29 smithi022 bash[28554]: audit 2023-12-07T19:02:28.452882+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:29 smithi022 bash[28554]: audit 2023-12-07T19:02:28.454702+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:29 smithi022 bash[28554]: audit 2023-12-07T19:02:28.464672+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:02:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:29 smithi044 bash[32620]: audit 2023-12-07T19:02:28.452882+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:29 smithi044 bash[32620]: audit 2023-12-07T19:02:28.454702+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:29.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:29 smithi044 bash[32620]: audit 2023-12-07T19:02:28.464672+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:02:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:29 smithi027 bash[31536]: audit 2023-12-07T19:02:28.452882+0000 mon.a (mon.0) 3497 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:29 smithi027 bash[31536]: audit 2023-12-07T19:02:28.454702+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:29 smithi027 bash[31536]: audit 2023-12-07T19:02:28.464672+0000 mon.a (mon.0) 3499 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:02:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:30 smithi022 bash[28554]: cluster 2023-12-07T19:02:29.340820+0000 mgr.a (mgr.24293) 22135 : cluster 0 pgmap v16552: 33 pgs: 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:02:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:30 smithi044 bash[32620]: cluster 2023-12-07T19:02:29.340820+0000 mgr.a (mgr.24293) 22135 : cluster 0 pgmap v16552: 33 pgs: 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:02:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:30 smithi027 bash[31536]: cluster 2023-12-07T19:02:29.340820+0000 mgr.a (mgr.24293) 22135 : cluster 0 pgmap v16552: 33 pgs: 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:02:30.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:30.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:30.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:31.801 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:31.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:31.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:31.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:31.802 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:32 smithi022 bash[28554]: audit 2023-12-07T19:02:31.270480+0000 mgr.a (mgr.24293) 22136 : audit 0 from='client.435858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:32 smithi022 bash[28554]: cluster 2023-12-07T19:02:31.341396+0000 mgr.a (mgr.24293) 22137 : cluster 0 pgmap v16553: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:32 smithi044 bash[32620]: audit 2023-12-07T19:02:31.270480+0000 mgr.a (mgr.24293) 22136 : audit 0 from='client.435858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:32 smithi044 bash[32620]: cluster 2023-12-07T19:02:31.341396+0000 mgr.a (mgr.24293) 22137 : cluster 0 pgmap v16553: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:32 smithi027 bash[31536]: audit 2023-12-07T19:02:31.270480+0000 mgr.a (mgr.24293) 22136 : audit 0 from='client.435858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:32 smithi027 bash[31536]: cluster 2023-12-07T19:02:31.341396+0000 mgr.a (mgr.24293) 22137 : cluster 0 pgmap v16553: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:34 smithi022 bash[28554]: cluster 2023-12-07T19:02:33.342032+0000 mgr.a (mgr.24293) 22138 : cluster 0 pgmap v16554: 33 pgs: 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:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:34 smithi044 bash[32620]: cluster 2023-12-07T19:02:33.342032+0000 mgr.a (mgr.24293) 22138 : cluster 0 pgmap v16554: 33 pgs: 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:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:34 smithi027 bash[31536]: cluster 2023-12-07T19:02:33.342032+0000 mgr.a (mgr.24293) 22138 : cluster 0 pgmap v16554: 33 pgs: 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:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:35 smithi022 bash[28554]: cluster 2023-12-07T19:02:35.342581+0000 mgr.a (mgr.24293) 22139 : cluster 0 pgmap v16555: 33 pgs: 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:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:35 smithi044 bash[32620]: cluster 2023-12-07T19:02:35.342581+0000 mgr.a (mgr.24293) 22139 : cluster 0 pgmap v16555: 33 pgs: 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:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:35 smithi027 bash[31536]: cluster 2023-12-07T19:02:35.342581+0000 mgr.a (mgr.24293) 22139 : cluster 0 pgmap v16555: 33 pgs: 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:36.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:36.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:36.806 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:37.706 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:37.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:37.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:37.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:37.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:38 smithi022 bash[28554]: audit 2023-12-07T19:02:37.217850+0000 mgr.a (mgr.24293) 22140 : audit 0 from='client.435930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:38 smithi022 bash[28554]: cluster 2023-12-07T19:02:37.343278+0000 mgr.a (mgr.24293) 22141 : cluster 0 pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:38 smithi044 bash[32620]: audit 2023-12-07T19:02:37.217850+0000 mgr.a (mgr.24293) 22140 : audit 0 from='client.435930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:38 smithi044 bash[32620]: cluster 2023-12-07T19:02:37.343278+0000 mgr.a (mgr.24293) 22141 : cluster 0 pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:38 smithi027 bash[31536]: audit 2023-12-07T19:02:37.217850+0000 mgr.a (mgr.24293) 22140 : audit 0 from='client.435930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:38 smithi027 bash[31536]: cluster 2023-12-07T19:02:37.343278+0000 mgr.a (mgr.24293) 22141 : cluster 0 pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:40 smithi022 bash[28554]: cluster 2023-12-07T19:02:39.343962+0000 mgr.a (mgr.24293) 22142 : cluster 0 pgmap v16557: 33 pgs: 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:02:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:40 smithi044 bash[32620]: cluster 2023-12-07T19:02:39.343962+0000 mgr.a (mgr.24293) 22142 : cluster 0 pgmap v16557: 33 pgs: 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:02:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:40 smithi027 bash[31536]: cluster 2023-12-07T19:02:39.343962+0000 mgr.a (mgr.24293) 22142 : cluster 0 pgmap v16557: 33 pgs: 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:02:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:42 smithi022 bash[28554]: cluster 2023-12-07T19:02:41.345396+0000 mgr.a (mgr.24293) 22143 : cluster 0 pgmap v16558: 33 pgs: 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:02:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:42 smithi044 bash[32620]: cluster 2023-12-07T19:02:41.345396+0000 mgr.a (mgr.24293) 22143 : cluster 0 pgmap v16558: 33 pgs: 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:02:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:42 smithi027 bash[31536]: cluster 2023-12-07T19:02:41.345396+0000 mgr.a (mgr.24293) 22143 : cluster 0 pgmap v16558: 33 pgs: 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:02:42.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:42.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:42.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:43.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:43.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:43.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:43.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:43.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:44 smithi022 bash[28554]: audit 2023-12-07T19:02:43.122812+0000 mgr.a (mgr.24293) 22144 : audit 0 from='client.436005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:44 smithi022 bash[28554]: cluster 2023-12-07T19:02:43.345858+0000 mgr.a (mgr.24293) 22145 : cluster 0 pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:44 smithi044 bash[32620]: audit 2023-12-07T19:02:43.122812+0000 mgr.a (mgr.24293) 22144 : audit 0 from='client.436005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:44 smithi044 bash[32620]: cluster 2023-12-07T19:02:43.345858+0000 mgr.a (mgr.24293) 22145 : cluster 0 pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:44 smithi027 bash[31536]: audit 2023-12-07T19:02:43.122812+0000 mgr.a (mgr.24293) 22144 : audit 0 from='client.436005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:44 smithi027 bash[31536]: cluster 2023-12-07T19:02:43.345858+0000 mgr.a (mgr.24293) 22145 : cluster 0 pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:45 smithi022 bash[28554]: cluster 2023-12-07T19:02:45.346509+0000 mgr.a (mgr.24293) 22146 : cluster 0 pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:45 smithi044 bash[32620]: cluster 2023-12-07T19:02:45.346509+0000 mgr.a (mgr.24293) 22146 : cluster 0 pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:45 smithi027 bash[31536]: cluster 2023-12-07T19:02:45.346509+0000 mgr.a (mgr.24293) 22146 : cluster 0 pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:48.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:48.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:48.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:48 smithi022 bash[28554]: cluster 2023-12-07T19:02:47.347317+0000 mgr.a (mgr.24293) 22147 : cluster 0 pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:48 smithi044 bash[32620]: cluster 2023-12-07T19:02:47.347317+0000 mgr.a (mgr.24293) 22147 : cluster 0 pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:48 smithi027 bash[31536]: cluster 2023-12-07T19:02:47.347317+0000 mgr.a (mgr.24293) 22147 : cluster 0 pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:49.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:49.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:49.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:49.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:49.572 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:50 smithi022 bash[28554]: audit 2023-12-07T19:02:49.049913+0000 mgr.a (mgr.24293) 22148 : audit 0 from='client.436083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:50 smithi022 bash[28554]: cluster 2023-12-07T19:02:49.348283+0000 mgr.a (mgr.24293) 22149 : cluster 0 pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:50 smithi044 bash[32620]: audit 2023-12-07T19:02:49.049913+0000 mgr.a (mgr.24293) 22148 : audit 0 from='client.436083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:50 smithi044 bash[32620]: cluster 2023-12-07T19:02:49.348283+0000 mgr.a (mgr.24293) 22149 : cluster 0 pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:50 smithi027 bash[31536]: audit 2023-12-07T19:02:49.049913+0000 mgr.a (mgr.24293) 22148 : audit 0 from='client.436083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:50 smithi027 bash[31536]: cluster 2023-12-07T19:02:49.348283+0000 mgr.a (mgr.24293) 22149 : cluster 0 pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:52 smithi022 bash[28554]: cluster 2023-12-07T19:02:51.349273+0000 mgr.a (mgr.24293) 22150 : cluster 0 pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:52 smithi044 bash[32620]: cluster 2023-12-07T19:02:51.349273+0000 mgr.a (mgr.24293) 22150 : cluster 0 pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:52 smithi027 bash[31536]: cluster 2023-12-07T19:02:51.349273+0000 mgr.a (mgr.24293) 22150 : cluster 0 pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:54.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:02:54.574 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:54.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:54 smithi022 bash[28554]: cluster 2023-12-07T19:02:53.349851+0000 mgr.a (mgr.24293) 22151 : cluster 0 pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:54 smithi044 bash[32620]: cluster 2023-12-07T19:02:53.349851+0000 mgr.a (mgr.24293) 22151 : cluster 0 pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:54 smithi027 bash[31536]: cluster 2023-12-07T19:02:53.349851+0000 mgr.a (mgr.24293) 22151 : cluster 0 pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:55.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:02:55.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:55.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:55.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:55.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:02:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:55 smithi022 bash[28554]: audit 2023-12-07T19:02:54.989285+0000 mgr.a (mgr.24293) 22152 : audit 0 from='client.436158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:55 smithi022 bash[28554]: cluster 2023-12-07T19:02:55.350324+0000 mgr.a (mgr.24293) 22153 : cluster 0 pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:55 smithi044 bash[32620]: audit 2023-12-07T19:02:54.989285+0000 mgr.a (mgr.24293) 22152 : audit 0 from='client.436158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:55 smithi044 bash[32620]: cluster 2023-12-07T19:02:55.350324+0000 mgr.a (mgr.24293) 22153 : cluster 0 pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:55 smithi027 bash[31536]: audit 2023-12-07T19:02:54.989285+0000 mgr.a (mgr.24293) 22152 : audit 0 from='client.436158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:55 smithi027 bash[31536]: cluster 2023-12-07T19:02:55.350324+0000 mgr.a (mgr.24293) 22153 : cluster 0 pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:02:58 smithi022 bash[28554]: cluster 2023-12-07T19:02:57.351054+0000 mgr.a (mgr.24293) 22154 : cluster 0 pgmap v16566: 33 pgs: 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:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:02:58 smithi044 bash[32620]: cluster 2023-12-07T19:02:57.351054+0000 mgr.a (mgr.24293) 22154 : cluster 0 pgmap v16566: 33 pgs: 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:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:02:58 smithi027 bash[31536]: cluster 2023-12-07T19:02:57.351054+0000 mgr.a (mgr.24293) 22154 : cluster 0 pgmap v16566: 33 pgs: 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:03:00.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:00.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:00.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:00 smithi022 bash[28554]: cluster 2023-12-07T19:02:59.351648+0000 mgr.a (mgr.24293) 22155 : cluster 0 pgmap v16567: 33 pgs: 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:03:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:00 smithi044 bash[32620]: cluster 2023-12-07T19:02:59.351648+0000 mgr.a (mgr.24293) 22155 : cluster 0 pgmap v16567: 33 pgs: 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:03:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:00 smithi027 bash[31536]: cluster 2023-12-07T19:02:59.351648+0000 mgr.a (mgr.24293) 22155 : cluster 0 pgmap v16567: 33 pgs: 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:03:01.491 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:01.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:01.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:01.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:01.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:02 smithi022 bash[28554]: audit 2023-12-07T19:03:00.934758+0000 mgr.a (mgr.24293) 22156 : audit 0 from='client.436233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:02 smithi022 bash[28554]: cluster 2023-12-07T19:03:01.353217+0000 mgr.a (mgr.24293) 22157 : cluster 0 pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:02 smithi044 bash[32620]: audit 2023-12-07T19:03:00.934758+0000 mgr.a (mgr.24293) 22156 : audit 0 from='client.436233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:02 smithi044 bash[32620]: cluster 2023-12-07T19:03:01.353217+0000 mgr.a (mgr.24293) 22157 : cluster 0 pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:02 smithi027 bash[31536]: audit 2023-12-07T19:03:00.934758+0000 mgr.a (mgr.24293) 22156 : audit 0 from='client.436233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:02 smithi027 bash[31536]: cluster 2023-12-07T19:03:01.353217+0000 mgr.a (mgr.24293) 22157 : cluster 0 pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:04 smithi022 bash[28554]: cluster 2023-12-07T19:03:03.353884+0000 mgr.a (mgr.24293) 22158 : cluster 0 pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:04 smithi044 bash[32620]: cluster 2023-12-07T19:03:03.353884+0000 mgr.a (mgr.24293) 22158 : cluster 0 pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:04 smithi027 bash[31536]: cluster 2023-12-07T19:03:03.353884+0000 mgr.a (mgr.24293) 22158 : cluster 0 pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:05 smithi022 bash[28554]: cluster 2023-12-07T19:03:05.354338+0000 mgr.a (mgr.24293) 22159 : cluster 0 pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:05 smithi044 bash[32620]: cluster 2023-12-07T19:03:05.354338+0000 mgr.a (mgr.24293) 22159 : cluster 0 pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:05 smithi027 bash[31536]: cluster 2023-12-07T19:03:05.354338+0000 mgr.a (mgr.24293) 22159 : cluster 0 pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:06.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:06.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:06.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:07.428 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:07.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:07.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:07.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:07.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:08 smithi022 bash[28554]: audit 2023-12-07T19:03:06.897442+0000 mgr.a (mgr.24293) 22160 : audit 0 from='client.436311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:08 smithi022 bash[28554]: cluster 2023-12-07T19:03:07.355117+0000 mgr.a (mgr.24293) 22161 : cluster 0 pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:08 smithi044 bash[32620]: audit 2023-12-07T19:03:06.897442+0000 mgr.a (mgr.24293) 22160 : audit 0 from='client.436311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:08 smithi044 bash[32620]: cluster 2023-12-07T19:03:07.355117+0000 mgr.a (mgr.24293) 22161 : cluster 0 pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:08 smithi027 bash[31536]: audit 2023-12-07T19:03:06.897442+0000 mgr.a (mgr.24293) 22160 : audit 0 from='client.436311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:08 smithi027 bash[31536]: cluster 2023-12-07T19:03:07.355117+0000 mgr.a (mgr.24293) 22161 : cluster 0 pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:10 smithi022 bash[28554]: cluster 2023-12-07T19:03:09.355683+0000 mgr.a (mgr.24293) 22162 : cluster 0 pgmap v16572: 33 pgs: 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:03:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:10 smithi044 bash[32620]: cluster 2023-12-07T19:03:09.355683+0000 mgr.a (mgr.24293) 22162 : cluster 0 pgmap v16572: 33 pgs: 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:03:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:10 smithi027 bash[31536]: cluster 2023-12-07T19:03:09.355683+0000 mgr.a (mgr.24293) 22162 : cluster 0 pgmap v16572: 33 pgs: 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:03:12.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:12.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:12.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:12 smithi022 bash[28554]: cluster 2023-12-07T19:03:11.356388+0000 mgr.a (mgr.24293) 22163 : cluster 0 pgmap v16573: 33 pgs: 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:03:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:12 smithi044 bash[32620]: cluster 2023-12-07T19:03:11.356388+0000 mgr.a (mgr.24293) 22163 : cluster 0 pgmap v16573: 33 pgs: 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:03:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:12 smithi027 bash[31536]: cluster 2023-12-07T19:03:11.356388+0000 mgr.a (mgr.24293) 22163 : cluster 0 pgmap v16573: 33 pgs: 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:03:13.358 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:13.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:14 smithi022 bash[28554]: audit 2023-12-07T19:03:12.845826+0000 mgr.a (mgr.24293) 22164 : audit 0 from='client.436389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:14 smithi022 bash[28554]: cluster 2023-12-07T19:03:13.357014+0000 mgr.a (mgr.24293) 22165 : cluster 0 pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:14 smithi044 bash[32620]: audit 2023-12-07T19:03:12.845826+0000 mgr.a (mgr.24293) 22164 : audit 0 from='client.436389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:14 smithi044 bash[32620]: cluster 2023-12-07T19:03:13.357014+0000 mgr.a (mgr.24293) 22165 : cluster 0 pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:14 smithi027 bash[31536]: audit 2023-12-07T19:03:12.845826+0000 mgr.a (mgr.24293) 22164 : audit 0 from='client.436389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:14 smithi027 bash[31536]: cluster 2023-12-07T19:03:13.357014+0000 mgr.a (mgr.24293) 22165 : cluster 0 pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:15 smithi022 bash[28554]: cluster 2023-12-07T19:03:15.357582+0000 mgr.a (mgr.24293) 22166 : cluster 0 pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:15 smithi044 bash[32620]: cluster 2023-12-07T19:03:15.357582+0000 mgr.a (mgr.24293) 22166 : cluster 0 pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:15 smithi027 bash[31536]: cluster 2023-12-07T19:03:15.357582+0000 mgr.a (mgr.24293) 22166 : cluster 0 pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:18.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:18.361 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:18.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:18 smithi022 bash[28554]: cluster 2023-12-07T19:03:17.358368+0000 mgr.a (mgr.24293) 22167 : cluster 0 pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:18 smithi044 bash[32620]: cluster 2023-12-07T19:03:17.358368+0000 mgr.a (mgr.24293) 22167 : cluster 0 pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:18 smithi027 bash[31536]: cluster 2023-12-07T19:03:17.358368+0000 mgr.a (mgr.24293) 22167 : cluster 0 pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:19.331 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:19.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:19.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:19.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:19.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:20 smithi022 bash[28554]: audit 2023-12-07T19:03:18.787439+0000 mgr.a (mgr.24293) 22168 : audit 0 from='client.436467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:20 smithi022 bash[28554]: cluster 2023-12-07T19:03:19.359119+0000 mgr.a (mgr.24293) 22169 : cluster 0 pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:20 smithi044 bash[32620]: audit 2023-12-07T19:03:18.787439+0000 mgr.a (mgr.24293) 22168 : audit 0 from='client.436467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:20 smithi044 bash[32620]: cluster 2023-12-07T19:03:19.359119+0000 mgr.a (mgr.24293) 22169 : cluster 0 pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:20 smithi027 bash[31536]: audit 2023-12-07T19:03:18.787439+0000 mgr.a (mgr.24293) 22168 : audit 0 from='client.436467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:20 smithi027 bash[31536]: cluster 2023-12-07T19:03:19.359119+0000 mgr.a (mgr.24293) 22169 : cluster 0 pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:22 smithi022 bash[28554]: cluster 2023-12-07T19:03:21.359867+0000 mgr.a (mgr.24293) 22170 : cluster 0 pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:22 smithi044 bash[32620]: cluster 2023-12-07T19:03:21.359867+0000 mgr.a (mgr.24293) 22170 : cluster 0 pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:22 smithi027 bash[31536]: cluster 2023-12-07T19:03:21.359867+0000 mgr.a (mgr.24293) 22170 : cluster 0 pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:24.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:24.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:24.337 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:24 smithi022 bash[28554]: cluster 2023-12-07T19:03:23.360421+0000 mgr.a (mgr.24293) 22171 : cluster 0 pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:24 smithi044 bash[32620]: cluster 2023-12-07T19:03:23.360421+0000 mgr.a (mgr.24293) 22171 : cluster 0 pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:24 smithi027 bash[31536]: cluster 2023-12-07T19:03:23.360421+0000 mgr.a (mgr.24293) 22171 : cluster 0 pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:25.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:25.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:25.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:25.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:25.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:25 smithi022 bash[28554]: audit 2023-12-07T19:03:24.757645+0000 mgr.a (mgr.24293) 22172 : audit 0 from='client.436545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:25 smithi022 bash[28554]: cluster 2023-12-07T19:03:25.361155+0000 mgr.a (mgr.24293) 22173 : cluster 0 pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:25 smithi044 bash[32620]: audit 2023-12-07T19:03:24.757645+0000 mgr.a (mgr.24293) 22172 : audit 0 from='client.436545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:25 smithi044 bash[32620]: cluster 2023-12-07T19:03:25.361155+0000 mgr.a (mgr.24293) 22173 : cluster 0 pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:25 smithi027 bash[31536]: audit 2023-12-07T19:03:24.757645+0000 mgr.a (mgr.24293) 22172 : audit 0 from='client.436545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:25 smithi027 bash[31536]: cluster 2023-12-07T19:03:25.361155+0000 mgr.a (mgr.24293) 22173 : cluster 0 pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:28 smithi022 bash[28554]: cluster 2023-12-07T19:03:27.361993+0000 mgr.a (mgr.24293) 22174 : cluster 0 pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:28 smithi044 bash[32620]: cluster 2023-12-07T19:03:27.361993+0000 mgr.a (mgr.24293) 22174 : cluster 0 pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:28 smithi027 bash[31536]: cluster 2023-12-07T19:03:27.361993+0000 mgr.a (mgr.24293) 22174 : cluster 0 pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:29 smithi022 bash[28554]: audit 2023-12-07T19:03:28.567666+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:29 smithi044 bash[32620]: audit 2023-12-07T19:03:28.567666+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:29 smithi027 bash[31536]: audit 2023-12-07T19:03:28.567666+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:30.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:30.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:30.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:30 smithi027 bash[31536]: cluster 2023-12-07T19:03:29.362736+0000 mgr.a (mgr.24293) 22175 : cluster 0 pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:30 smithi022 bash[28554]: cluster 2023-12-07T19:03:29.362736+0000 mgr.a (mgr.24293) 22175 : cluster 0 pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:30 smithi044 bash[32620]: cluster 2023-12-07T19:03:29.362736+0000 mgr.a (mgr.24293) 22175 : cluster 0 pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:31.201 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:31.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:31.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:31.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:31.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:32 smithi027 bash[31536]: audit 2023-12-07T19:03:30.696830+0000 mgr.a (mgr.24293) 22176 : audit 0 from='client.436620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:32 smithi027 bash[31536]: cluster 2023-12-07T19:03:31.364105+0000 mgr.a (mgr.24293) 22177 : cluster 0 pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:32 smithi022 bash[28554]: audit 2023-12-07T19:03:30.696830+0000 mgr.a (mgr.24293) 22176 : audit 0 from='client.436620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:32 smithi022 bash[28554]: cluster 2023-12-07T19:03:31.364105+0000 mgr.a (mgr.24293) 22177 : cluster 0 pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:32 smithi044 bash[32620]: audit 2023-12-07T19:03:30.696830+0000 mgr.a (mgr.24293) 22176 : audit 0 from='client.436620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:32 smithi044 bash[32620]: cluster 2023-12-07T19:03:31.364105+0000 mgr.a (mgr.24293) 22177 : cluster 0 pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:33 smithi027 bash[31536]: cluster 2023-12-07T19:03:33.364882+0000 mgr.a (mgr.24293) 22178 : cluster 0 pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:33 smithi022 bash[28554]: cluster 2023-12-07T19:03:33.364882+0000 mgr.a (mgr.24293) 22178 : cluster 0 pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:33 smithi044 bash[32620]: cluster 2023-12-07T19:03:33.364882+0000 mgr.a (mgr.24293) 22178 : cluster 0 pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:33.922247+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:33.928530+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:33.970027+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:33.975488+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:33.979674+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:33.983341+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:34.715411+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:34.717449+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:34 smithi022 bash[28554]: audit 2023-12-07T19:03:34.726870+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:33.922247+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:33.928530+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:33.970027+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:33.975488+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:33.979674+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:33.983341+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:34.715411+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:34.717449+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:35.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:34 smithi044 bash[32620]: audit 2023-12-07T19:03:34.726870+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:33.922247+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:33.928530+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:33.970027+0000 mon.a (mon.0) 3503 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:33.975488+0000 mon.a (mon.0) 3504 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:33.979674+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:33.983341+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:34.715411+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:34.717449+0000 mon.a (mon.0) 3508 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:34 smithi027 bash[31536]: audit 2023-12-07T19:03:34.726870+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:03:36.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:35 smithi027 bash[31536]: cluster 2023-12-07T19:03:35.365480+0000 mgr.a (mgr.24293) 22179 : cluster 0 pgmap v16585: 33 pgs: 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:36.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:36.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:36.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:35 smithi022 bash[28554]: cluster 2023-12-07T19:03:35.365480+0000 mgr.a (mgr.24293) 22179 : cluster 0 pgmap v16585: 33 pgs: 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:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:35 smithi044 bash[32620]: cluster 2023-12-07T19:03:35.365480+0000 mgr.a (mgr.24293) 22179 : cluster 0 pgmap v16585: 33 pgs: 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:37.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:37.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:37.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:37.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:37.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:38 smithi022 bash[28554]: audit 2023-12-07T19:03:36.617295+0000 mgr.a (mgr.24293) 22180 : audit 0 from='client.436698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:38 smithi022 bash[28554]: cluster 2023-12-07T19:03:37.366611+0000 mgr.a (mgr.24293) 22181 : cluster 0 pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:38 smithi044 bash[32620]: audit 2023-12-07T19:03:36.617295+0000 mgr.a (mgr.24293) 22180 : audit 0 from='client.436698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:38 smithi044 bash[32620]: cluster 2023-12-07T19:03:37.366611+0000 mgr.a (mgr.24293) 22181 : cluster 0 pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:38 smithi027 bash[31536]: audit 2023-12-07T19:03:36.617295+0000 mgr.a (mgr.24293) 22180 : audit 0 from='client.436698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:38 smithi027 bash[31536]: cluster 2023-12-07T19:03:37.366611+0000 mgr.a (mgr.24293) 22181 : cluster 0 pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:40 smithi044 bash[32620]: cluster 2023-12-07T19:03:39.367204+0000 mgr.a (mgr.24293) 22182 : cluster 0 pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:40.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:40 smithi027 bash[31536]: cluster 2023-12-07T19:03:39.367204+0000 mgr.a (mgr.24293) 22182 : cluster 0 pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:40 smithi022 bash[28554]: cluster 2023-12-07T19:03:39.367204+0000 mgr.a (mgr.24293) 22182 : cluster 0 pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:42.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:42.163 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:42.163 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:42 smithi027 bash[31536]: cluster 2023-12-07T19:03:41.367977+0000 mgr.a (mgr.24293) 22183 : cluster 0 pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:42 smithi022 bash[28554]: cluster 2023-12-07T19:03:41.367977+0000 mgr.a (mgr.24293) 22183 : cluster 0 pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:42 smithi044 bash[32620]: cluster 2023-12-07T19:03:41.367977+0000 mgr.a (mgr.24293) 22183 : cluster 0 pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:43.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:43.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:43.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:43.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:43.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:44 smithi027 bash[31536]: audit 2023-12-07T19:03:42.580386+0000 mgr.a (mgr.24293) 22184 : audit 0 from='client.436773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:44 smithi027 bash[31536]: cluster 2023-12-07T19:03:43.368761+0000 mgr.a (mgr.24293) 22185 : cluster 0 pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:44 smithi022 bash[28554]: audit 2023-12-07T19:03:42.580386+0000 mgr.a (mgr.24293) 22184 : audit 0 from='client.436773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:44 smithi022 bash[28554]: cluster 2023-12-07T19:03:43.368761+0000 mgr.a (mgr.24293) 22185 : cluster 0 pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:44 smithi044 bash[32620]: audit 2023-12-07T19:03:42.580386+0000 mgr.a (mgr.24293) 22184 : audit 0 from='client.436773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:44 smithi044 bash[32620]: cluster 2023-12-07T19:03:43.368761+0000 mgr.a (mgr.24293) 22185 : cluster 0 pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:45 smithi022 bash[28554]: cluster 2023-12-07T19:03:45.369396+0000 mgr.a (mgr.24293) 22186 : cluster 0 pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:45 smithi044 bash[32620]: cluster 2023-12-07T19:03:45.369396+0000 mgr.a (mgr.24293) 22186 : cluster 0 pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:45 smithi027 bash[31536]: cluster 2023-12-07T19:03:45.369396+0000 mgr.a (mgr.24293) 22186 : cluster 0 pgmap v16590: 33 pgs: 33 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.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:48.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:48.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:48 smithi022 bash[28554]: cluster 2023-12-07T19:03:47.370179+0000 mgr.a (mgr.24293) 22187 : cluster 0 pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:48 smithi044 bash[32620]: cluster 2023-12-07T19:03:47.370179+0000 mgr.a (mgr.24293) 22187 : cluster 0 pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:48 smithi027 bash[31536]: cluster 2023-12-07T19:03:47.370179+0000 mgr.a (mgr.24293) 22187 : cluster 0 pgmap v16591: 33 pgs: 33 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:49.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:49.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:49.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:49.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:49.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:50 smithi027 bash[31536]: audit 2023-12-07T19:03:48.533368+0000 mgr.a (mgr.24293) 22188 : audit 0 from='client.436851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:50 smithi027 bash[31536]: cluster 2023-12-07T19:03:49.370986+0000 mgr.a (mgr.24293) 22189 : cluster 0 pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:50 smithi022 bash[28554]: audit 2023-12-07T19:03:48.533368+0000 mgr.a (mgr.24293) 22188 : audit 0 from='client.436851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:50 smithi022 bash[28554]: cluster 2023-12-07T19:03:49.370986+0000 mgr.a (mgr.24293) 22189 : cluster 0 pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:50 smithi044 bash[32620]: audit 2023-12-07T19:03:48.533368+0000 mgr.a (mgr.24293) 22188 : audit 0 from='client.436851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:50 smithi044 bash[32620]: cluster 2023-12-07T19:03:49.370986+0000 mgr.a (mgr.24293) 22189 : cluster 0 pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:52 smithi027 bash[31536]: cluster 2023-12-07T19:03:51.371852+0000 mgr.a (mgr.24293) 22190 : cluster 0 pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:52 smithi022 bash[28554]: cluster 2023-12-07T19:03:51.371852+0000 mgr.a (mgr.24293) 22190 : cluster 0 pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:52 smithi044 bash[32620]: cluster 2023-12-07T19:03:51.371852+0000 mgr.a (mgr.24293) 22190 : cluster 0 pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:54.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:03:54.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:54.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:54 smithi027 bash[31536]: cluster 2023-12-07T19:03:53.372428+0000 mgr.a (mgr.24293) 22191 : cluster 0 pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:54 smithi022 bash[28554]: cluster 2023-12-07T19:03:53.372428+0000 mgr.a (mgr.24293) 22191 : cluster 0 pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:54 smithi044 bash[32620]: cluster 2023-12-07T19:03:53.372428+0000 mgr.a (mgr.24293) 22191 : cluster 0 pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:55.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:03:55.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:55.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:55.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:55.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:03:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:55 smithi022 bash[28554]: audit 2023-12-07T19:03:54.509290+0000 mgr.a (mgr.24293) 22192 : audit 0 from='client.436929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:55 smithi022 bash[28554]: cluster 2023-12-07T19:03:55.373057+0000 mgr.a (mgr.24293) 22193 : cluster 0 pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:55 smithi044 bash[32620]: audit 2023-12-07T19:03:54.509290+0000 mgr.a (mgr.24293) 22192 : audit 0 from='client.436929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:55 smithi044 bash[32620]: cluster 2023-12-07T19:03:55.373057+0000 mgr.a (mgr.24293) 22193 : cluster 0 pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:55 smithi027 bash[31536]: audit 2023-12-07T19:03:54.509290+0000 mgr.a (mgr.24293) 22192 : audit 0 from='client.436929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:55.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:55 smithi027 bash[31536]: cluster 2023-12-07T19:03:55.373057+0000 mgr.a (mgr.24293) 22193 : cluster 0 pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:03:58 smithi027 bash[31536]: cluster 2023-12-07T19:03:57.373904+0000 mgr.a (mgr.24293) 22194 : cluster 0 pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:03:58 smithi022 bash[28554]: cluster 2023-12-07T19:03:57.373904+0000 mgr.a (mgr.24293) 22194 : cluster 0 pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:03:58 smithi044 bash[32620]: cluster 2023-12-07T19:03:57.373904+0000 mgr.a (mgr.24293) 22194 : cluster 0 pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:00.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:00.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:00.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:00 smithi027 bash[31536]: cluster 2023-12-07T19:03:59.374458+0000 mgr.a (mgr.24293) 22195 : cluster 0 pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:00 smithi022 bash[28554]: cluster 2023-12-07T19:03:59.374458+0000 mgr.a (mgr.24293) 22195 : cluster 0 pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:00 smithi044 bash[32620]: cluster 2023-12-07T19:03:59.374458+0000 mgr.a (mgr.24293) 22195 : cluster 0 pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:00.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:00.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:00.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:00.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:02 smithi027 bash[31536]: audit 2023-12-07T19:04:00.445519+0000 mgr.a (mgr.24293) 22196 : audit 0 from='client.437007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:02 smithi027 bash[31536]: cluster 2023-12-07T19:04:01.375479+0000 mgr.a (mgr.24293) 22197 : cluster 0 pgmap v16598: 33 pgs: 33 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:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:02 smithi022 bash[28554]: audit 2023-12-07T19:04:00.445519+0000 mgr.a (mgr.24293) 22196 : audit 0 from='client.437007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:02 smithi022 bash[28554]: cluster 2023-12-07T19:04:01.375479+0000 mgr.a (mgr.24293) 22197 : cluster 0 pgmap v16598: 33 pgs: 33 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:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:02 smithi044 bash[32620]: audit 2023-12-07T19:04:00.445519+0000 mgr.a (mgr.24293) 22196 : audit 0 from='client.437007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:02 smithi044 bash[32620]: cluster 2023-12-07T19:04:01.375479+0000 mgr.a (mgr.24293) 22197 : cluster 0 pgmap v16598: 33 pgs: 33 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:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:04 smithi027 bash[31536]: cluster 2023-12-07T19:04:03.376059+0000 mgr.a (mgr.24293) 22198 : cluster 0 pgmap v16599: 33 pgs: 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:04 smithi022 bash[28554]: cluster 2023-12-07T19:04:03.376059+0000 mgr.a (mgr.24293) 22198 : cluster 0 pgmap v16599: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:04 smithi044 bash[32620]: cluster 2023-12-07T19:04:03.376059+0000 mgr.a (mgr.24293) 22198 : cluster 0 pgmap v16599: 33 pgs: 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:05 smithi022 bash[28554]: cluster 2023-12-07T19:04:05.376601+0000 mgr.a (mgr.24293) 22199 : cluster 0 pgmap v16600: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:05 smithi044 bash[32620]: cluster 2023-12-07T19:04:05.376601+0000 mgr.a (mgr.24293) 22199 : cluster 0 pgmap v16600: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:05 smithi027 bash[31536]: cluster 2023-12-07T19:04:05.376601+0000 mgr.a (mgr.24293) 22199 : cluster 0 pgmap v16600: 33 pgs: 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.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:05.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:05.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:06 smithi022 bash[28554]: audit 2023-12-07T19:04:06.388982+0000 mgr.a (mgr.24293) 22200 : audit 0 from='client.437079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:06 smithi044 bash[32620]: audit 2023-12-07T19:04:06.388982+0000 mgr.a (mgr.24293) 22200 : audit 0 from='client.437079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.937 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:06.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:06.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:06.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:06.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:06 smithi027 bash[31536]: audit 2023-12-07T19:04:06.388982+0000 mgr.a (mgr.24293) 22200 : audit 0 from='client.437079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:07 smithi022 bash[28554]: cluster 2023-12-07T19:04:07.377669+0000 mgr.a (mgr.24293) 22201 : cluster 0 pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:07 smithi044 bash[32620]: cluster 2023-12-07T19:04:07.377669+0000 mgr.a (mgr.24293) 22201 : cluster 0 pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:07 smithi027 bash[31536]: cluster 2023-12-07T19:04:07.377669+0000 mgr.a (mgr.24293) 22201 : cluster 0 pgmap v16601: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:10 smithi027 bash[31536]: cluster 2023-12-07T19:04:09.378284+0000 mgr.a (mgr.24293) 22202 : cluster 0 pgmap v16602: 33 pgs: 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:10 smithi022 bash[28554]: cluster 2023-12-07T19:04:09.378284+0000 mgr.a (mgr.24293) 22202 : cluster 0 pgmap v16602: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:10 smithi044 bash[32620]: cluster 2023-12-07T19:04:09.378284+0000 mgr.a (mgr.24293) 22202 : cluster 0 pgmap v16602: 33 pgs: 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:11.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:11.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:11.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:12 smithi027 bash[31536]: cluster 2023-12-07T19:04:11.379002+0000 mgr.a (mgr.24293) 22203 : cluster 0 pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:12.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:12.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:12.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:12.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:12.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:12 smithi022 bash[28554]: cluster 2023-12-07T19:04:11.379002+0000 mgr.a (mgr.24293) 22203 : cluster 0 pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:12 smithi044 bash[32620]: cluster 2023-12-07T19:04:11.379002+0000 mgr.a (mgr.24293) 22203 : cluster 0 pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:13 smithi027 bash[31536]: audit 2023-12-07T19:04:12.356835+0000 mgr.a (mgr.24293) 22204 : audit 0 from='client.437157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:13 smithi022 bash[28554]: audit 2023-12-07T19:04:12.356835+0000 mgr.a (mgr.24293) 22204 : audit 0 from='client.437157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:13 smithi044 bash[32620]: audit 2023-12-07T19:04:12.356835+0000 mgr.a (mgr.24293) 22204 : audit 0 from='client.437157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:14 smithi027 bash[31536]: cluster 2023-12-07T19:04:13.379685+0000 mgr.a (mgr.24293) 22205 : cluster 0 pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:14 smithi022 bash[28554]: cluster 2023-12-07T19:04:13.379685+0000 mgr.a (mgr.24293) 22205 : cluster 0 pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:14 smithi044 bash[32620]: cluster 2023-12-07T19:04:13.379685+0000 mgr.a (mgr.24293) 22205 : cluster 0 pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:15 smithi022 bash[28554]: cluster 2023-12-07T19:04:15.380248+0000 mgr.a (mgr.24293) 22206 : cluster 0 pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:15 smithi044 bash[32620]: cluster 2023-12-07T19:04:15.380248+0000 mgr.a (mgr.24293) 22206 : cluster 0 pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:15.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:15 smithi027 bash[31536]: cluster 2023-12-07T19:04:15.380248+0000 mgr.a (mgr.24293) 22206 : cluster 0 pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:17.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:17.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:17.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:18 smithi027 bash[31536]: cluster 2023-12-07T19:04:17.381008+0000 mgr.a (mgr.24293) 22207 : cluster 0 pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:18.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:18.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:18.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:18.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:18.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:18 smithi022 bash[28554]: cluster 2023-12-07T19:04:17.381008+0000 mgr.a (mgr.24293) 22207 : cluster 0 pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:18 smithi044 bash[32620]: cluster 2023-12-07T19:04:17.381008+0000 mgr.a (mgr.24293) 22207 : cluster 0 pgmap v16606: 33 pgs: 33 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:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:19 smithi027 bash[31536]: audit 2023-12-07T19:04:18.280155+0000 mgr.a (mgr.24293) 22208 : audit 0 from='client.437235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:19 smithi022 bash[28554]: audit 2023-12-07T19:04:18.280155+0000 mgr.a (mgr.24293) 22208 : audit 0 from='client.437235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:19 smithi044 bash[32620]: audit 2023-12-07T19:04:18.280155+0000 mgr.a (mgr.24293) 22208 : audit 0 from='client.437235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:20 smithi027 bash[31536]: cluster 2023-12-07T19:04:19.381661+0000 mgr.a (mgr.24293) 22209 : cluster 0 pgmap v16607: 33 pgs: 33 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:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:20 smithi022 bash[28554]: cluster 2023-12-07T19:04:19.381661+0000 mgr.a (mgr.24293) 22209 : cluster 0 pgmap v16607: 33 pgs: 33 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:20 smithi044 bash[32620]: cluster 2023-12-07T19:04:19.381661+0000 mgr.a (mgr.24293) 22209 : cluster 0 pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:21 smithi022 bash[28554]: cluster 2023-12-07T19:04:21.382396+0000 mgr.a (mgr.24293) 22210 : cluster 0 pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:21 smithi044 bash[32620]: cluster 2023-12-07T19:04:21.382396+0000 mgr.a (mgr.24293) 22210 : cluster 0 pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:21 smithi027 bash[31536]: cluster 2023-12-07T19:04:21.382396+0000 mgr.a (mgr.24293) 22210 : cluster 0 pgmap v16608: 33 pgs: 33 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:23.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:23.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:23.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:24 smithi027 bash[31536]: cluster 2023-12-07T19:04:23.382952+0000 mgr.a (mgr.24293) 22211 : cluster 0 pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:24.761 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:24.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:24.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:24.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:24.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:24 smithi022 bash[28554]: cluster 2023-12-07T19:04:23.382952+0000 mgr.a (mgr.24293) 22211 : cluster 0 pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:24 smithi044 bash[32620]: cluster 2023-12-07T19:04:23.382952+0000 mgr.a (mgr.24293) 22211 : cluster 0 pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:25 smithi027 bash[31536]: audit 2023-12-07T19:04:24.215870+0000 mgr.a (mgr.24293) 22212 : audit 0 from='client.437310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:25 smithi022 bash[28554]: audit 2023-12-07T19:04:24.215870+0000 mgr.a (mgr.24293) 22212 : audit 0 from='client.437310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:25 smithi044 bash[32620]: audit 2023-12-07T19:04:24.215870+0000 mgr.a (mgr.24293) 22212 : audit 0 from='client.437310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:26 smithi027 bash[31536]: cluster 2023-12-07T19:04:25.383491+0000 mgr.a (mgr.24293) 22213 : cluster 0 pgmap v16610: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:26 smithi022 bash[28554]: cluster 2023-12-07T19:04:25.383491+0000 mgr.a (mgr.24293) 22213 : cluster 0 pgmap v16610: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:26 smithi044 bash[32620]: cluster 2023-12-07T19:04:25.383491+0000 mgr.a (mgr.24293) 22213 : cluster 0 pgmap v16610: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:28 smithi027 bash[31536]: cluster 2023-12-07T19:04:27.384397+0000 mgr.a (mgr.24293) 22214 : cluster 0 pgmap v16611: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:28 smithi022 bash[28554]: cluster 2023-12-07T19:04:27.384397+0000 mgr.a (mgr.24293) 22214 : cluster 0 pgmap v16611: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:28 smithi044 bash[32620]: cluster 2023-12-07T19:04:27.384397+0000 mgr.a (mgr.24293) 22214 : cluster 0 pgmap v16611: 33 pgs: 33 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:29.764 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:29.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:29.765 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:29 smithi022 bash[28554]: cluster 2023-12-07T19:04:29.385114+0000 mgr.a (mgr.24293) 22215 : cluster 0 pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:29 smithi044 bash[32620]: cluster 2023-12-07T19:04:29.385114+0000 mgr.a (mgr.24293) 22215 : cluster 0 pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:29 smithi027 bash[31536]: cluster 2023-12-07T19:04:29.385114+0000 mgr.a (mgr.24293) 22215 : cluster 0 pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:30.719 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:30.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:30.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:30.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:30.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:30 smithi022 bash[28554]: audit 2023-12-07T19:04:30.180887+0000 mgr.a (mgr.24293) 22216 : audit 0 from='client.437385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:30 smithi044 bash[32620]: audit 2023-12-07T19:04:30.180887+0000 mgr.a (mgr.24293) 22216 : audit 0 from='client.437385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:30 smithi027 bash[31536]: audit 2023-12-07T19:04:30.180887+0000 mgr.a (mgr.24293) 22216 : audit 0 from='client.437385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:31 smithi022 bash[28554]: cluster 2023-12-07T19:04:31.386088+0000 mgr.a (mgr.24293) 22217 : cluster 0 pgmap v16613: 33 pgs: 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:04:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:31 smithi044 bash[32620]: cluster 2023-12-07T19:04:31.386088+0000 mgr.a (mgr.24293) 22217 : cluster 0 pgmap v16613: 33 pgs: 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:04:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:31 smithi027 bash[31536]: cluster 2023-12-07T19:04:31.386088+0000 mgr.a (mgr.24293) 22217 : cluster 0 pgmap v16613: 33 pgs: 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:04:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:34 smithi027 bash[31536]: cluster 2023-12-07T19:04:33.386637+0000 mgr.a (mgr.24293) 22218 : cluster 0 pgmap v16614: 33 pgs: 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:04:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:34 smithi022 bash[28554]: cluster 2023-12-07T19:04:33.386637+0000 mgr.a (mgr.24293) 22218 : cluster 0 pgmap v16614: 33 pgs: 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:04:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:34 smithi044 bash[32620]: cluster 2023-12-07T19:04:33.386637+0000 mgr.a (mgr.24293) 22218 : cluster 0 pgmap v16614: 33 pgs: 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:04:35.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:35.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:35.723 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:35 smithi022 bash[28554]: audit 2023-12-07T19:04:34.829720+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:35 smithi022 bash[28554]: cluster 2023-12-07T19:04:35.387158+0000 mgr.a (mgr.24293) 22219 : cluster 0 pgmap v16615: 33 pgs: 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:04:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:35 smithi044 bash[32620]: audit 2023-12-07T19:04:34.829720+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:35 smithi044 bash[32620]: cluster 2023-12-07T19:04:35.387158+0000 mgr.a (mgr.24293) 22219 : cluster 0 pgmap v16615: 33 pgs: 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:04:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:35 smithi027 bash[31536]: audit 2023-12-07T19:04:34.829720+0000 mon.a (mon.0) 3510 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:35 smithi027 bash[31536]: cluster 2023-12-07T19:04:35.387158+0000 mgr.a (mgr.24293) 22219 : cluster 0 pgmap v16615: 33 pgs: 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:04:36.641 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:36.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:36.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:36.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:36.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:36 smithi022 bash[28554]: audit 2023-12-07T19:04:35.620474+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:36 smithi022 bash[28554]: audit 2023-12-07T19:04:35.622196+0000 mon.a (mon.0) 3512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:36 smithi022 bash[28554]: audit 2023-12-07T19:04:35.631244+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:04:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:36 smithi022 bash[28554]: audit 2023-12-07T19:04:36.129130+0000 mgr.a (mgr.24293) 22220 : audit 0 from='client.437460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:36 smithi044 bash[32620]: audit 2023-12-07T19:04:35.620474+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:36 smithi044 bash[32620]: audit 2023-12-07T19:04:35.622196+0000 mon.a (mon.0) 3512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:36 smithi044 bash[32620]: audit 2023-12-07T19:04:35.631244+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:04:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:36 smithi044 bash[32620]: audit 2023-12-07T19:04:36.129130+0000 mgr.a (mgr.24293) 22220 : audit 0 from='client.437460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:36 smithi027 bash[31536]: audit 2023-12-07T19:04:35.620474+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:36 smithi027 bash[31536]: audit 2023-12-07T19:04:35.622196+0000 mon.a (mon.0) 3512 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:36 smithi027 bash[31536]: audit 2023-12-07T19:04:35.631244+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:04:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:36 smithi027 bash[31536]: audit 2023-12-07T19:04:36.129130+0000 mgr.a (mgr.24293) 22220 : audit 0 from='client.437460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:37 smithi022 bash[28554]: cluster 2023-12-07T19:04:37.388273+0000 mgr.a (mgr.24293) 22221 : cluster 0 pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:37 smithi044 bash[32620]: cluster 2023-12-07T19:04:37.388273+0000 mgr.a (mgr.24293) 22221 : cluster 0 pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:37 smithi027 bash[31536]: cluster 2023-12-07T19:04:37.388273+0000 mgr.a (mgr.24293) 22221 : cluster 0 pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:40 smithi027 bash[31536]: cluster 2023-12-07T19:04:39.388875+0000 mgr.a (mgr.24293) 22222 : cluster 0 pgmap v16617: 33 pgs: 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:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:40 smithi022 bash[28554]: cluster 2023-12-07T19:04:39.388875+0000 mgr.a (mgr.24293) 22222 : cluster 0 pgmap v16617: 33 pgs: 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:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:40 smithi044 bash[32620]: cluster 2023-12-07T19:04:39.388875+0000 mgr.a (mgr.24293) 22222 : cluster 0 pgmap v16617: 33 pgs: 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:41.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:41.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:41.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:42.592 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:42.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:42.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:42.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:42.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:42 smithi027 bash[31536]: cluster 2023-12-07T19:04:41.389645+0000 mgr.a (mgr.24293) 22223 : cluster 0 pgmap v16618: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:42 smithi022 bash[28554]: cluster 2023-12-07T19:04:41.389645+0000 mgr.a (mgr.24293) 22223 : cluster 0 pgmap v16618: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:42 smithi044 bash[32620]: cluster 2023-12-07T19:04:41.389645+0000 mgr.a (mgr.24293) 22223 : cluster 0 pgmap v16618: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:43 smithi022 bash[28554]: audit 2023-12-07T19:04:42.063878+0000 mgr.a (mgr.24293) 22224 : audit 0 from='client.344015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:43 smithi044 bash[32620]: audit 2023-12-07T19:04:42.063878+0000 mgr.a (mgr.24293) 22224 : audit 0 from='client.344015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:43 smithi027 bash[31536]: audit 2023-12-07T19:04:42.063878+0000 mgr.a (mgr.24293) 22224 : audit 0 from='client.344015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:44 smithi022 bash[28554]: cluster 2023-12-07T19:04:43.390522+0000 mgr.a (mgr.24293) 22225 : cluster 0 pgmap v16619: 33 pgs: 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:04:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:44 smithi044 bash[32620]: cluster 2023-12-07T19:04:43.390522+0000 mgr.a (mgr.24293) 22225 : cluster 0 pgmap v16619: 33 pgs: 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:04:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:44 smithi027 bash[31536]: cluster 2023-12-07T19:04:43.390522+0000 mgr.a (mgr.24293) 22225 : cluster 0 pgmap v16619: 33 pgs: 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:04:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:45 smithi022 bash[28554]: cluster 2023-12-07T19:04:45.391176+0000 mgr.a (mgr.24293) 22226 : cluster 0 pgmap v16620: 33 pgs: 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:04:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:45 smithi044 bash[32620]: cluster 2023-12-07T19:04:45.391176+0000 mgr.a (mgr.24293) 22226 : cluster 0 pgmap v16620: 33 pgs: 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:04:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:45 smithi027 bash[31536]: cluster 2023-12-07T19:04:45.391176+0000 mgr.a (mgr.24293) 22226 : cluster 0 pgmap v16620: 33 pgs: 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:04:47.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:47.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:47.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:48.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:48.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:48.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:48.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:48.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:48 smithi027 bash[31536]: cluster 2023-12-07T19:04:47.391999+0000 mgr.a (mgr.24293) 22227 : cluster 0 pgmap v16621: 33 pgs: 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:04:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:48 smithi022 bash[28554]: cluster 2023-12-07T19:04:47.391999+0000 mgr.a (mgr.24293) 22227 : cluster 0 pgmap v16621: 33 pgs: 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:04:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:48 smithi044 bash[32620]: cluster 2023-12-07T19:04:47.391999+0000 mgr.a (mgr.24293) 22227 : cluster 0 pgmap v16621: 33 pgs: 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:04:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:49 smithi022 bash[28554]: audit 2023-12-07T19:04:48.010337+0000 mgr.a (mgr.24293) 22228 : audit 0 from='client.437610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:49 smithi044 bash[32620]: audit 2023-12-07T19:04:48.010337+0000 mgr.a (mgr.24293) 22228 : audit 0 from='client.437610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:49 smithi027 bash[31536]: audit 2023-12-07T19:04:48.010337+0000 mgr.a (mgr.24293) 22228 : audit 0 from='client.437610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:50 smithi022 bash[28554]: cluster 2023-12-07T19:04:49.392705+0000 mgr.a (mgr.24293) 22229 : cluster 0 pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:50 smithi044 bash[32620]: cluster 2023-12-07T19:04:49.392705+0000 mgr.a (mgr.24293) 22229 : cluster 0 pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:50 smithi027 bash[31536]: cluster 2023-12-07T19:04:49.392705+0000 mgr.a (mgr.24293) 22229 : cluster 0 pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:52 smithi022 bash[28554]: cluster 2023-12-07T19:04:51.393530+0000 mgr.a (mgr.24293) 22230 : cluster 0 pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:52 smithi044 bash[32620]: cluster 2023-12-07T19:04:51.393530+0000 mgr.a (mgr.24293) 22230 : cluster 0 pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:52 smithi027 bash[31536]: cluster 2023-12-07T19:04:51.393530+0000 mgr.a (mgr.24293) 22230 : cluster 0 pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:53.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:53.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:53.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:54.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:04:54.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:54.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:54.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:54.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:04:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:54 smithi022 bash[28554]: cluster 2023-12-07T19:04:53.394057+0000 mgr.a (mgr.24293) 22231 : cluster 0 pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:54 smithi044 bash[32620]: cluster 2023-12-07T19:04:53.394057+0000 mgr.a (mgr.24293) 22231 : cluster 0 pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:54 smithi027 bash[31536]: cluster 2023-12-07T19:04:53.394057+0000 mgr.a (mgr.24293) 22231 : cluster 0 pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:55 smithi022 bash[28554]: audit 2023-12-07T19:04:53.963087+0000 mgr.a (mgr.24293) 22232 : audit 0 from='client.437688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:55 smithi044 bash[32620]: audit 2023-12-07T19:04:53.963087+0000 mgr.a (mgr.24293) 22232 : audit 0 from='client.437688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:55 smithi027 bash[31536]: audit 2023-12-07T19:04:53.963087+0000 mgr.a (mgr.24293) 22232 : audit 0 from='client.437688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:56 smithi022 bash[28554]: cluster 2023-12-07T19:04:55.394775+0000 mgr.a (mgr.24293) 22233 : cluster 0 pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:56 smithi044 bash[32620]: cluster 2023-12-07T19:04:55.394775+0000 mgr.a (mgr.24293) 22233 : cluster 0 pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:56 smithi027 bash[31536]: cluster 2023-12-07T19:04:55.394775+0000 mgr.a (mgr.24293) 22233 : cluster 0 pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:04:57 smithi022 bash[28554]: cluster 2023-12-07T19:04:57.395682+0000 mgr.a (mgr.24293) 22234 : cluster 0 pgmap v16626: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:04:57 smithi044 bash[32620]: cluster 2023-12-07T19:04:57.395682+0000 mgr.a (mgr.24293) 22234 : cluster 0 pgmap v16626: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:04:57 smithi027 bash[31536]: cluster 2023-12-07T19:04:57.395682+0000 mgr.a (mgr.24293) 22234 : cluster 0 pgmap v16626: 33 pgs: 33 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:59.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:04:59.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:59.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:00.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:00.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:00.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:00.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:00.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:00 smithi022 bash[28554]: cluster 2023-12-07T19:04:59.396221+0000 mgr.a (mgr.24293) 22235 : cluster 0 pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:00 smithi044 bash[32620]: cluster 2023-12-07T19:04:59.396221+0000 mgr.a (mgr.24293) 22235 : cluster 0 pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:00 smithi027 bash[31536]: cluster 2023-12-07T19:04:59.396221+0000 mgr.a (mgr.24293) 22235 : cluster 0 pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:01.913 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:01 smithi027 bash[31536]: audit 2023-12-07T19:04:59.905805+0000 mgr.a (mgr.24293) 22236 : audit 0 from='client.437766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:01 smithi022 bash[28554]: audit 2023-12-07T19:04:59.905805+0000 mgr.a (mgr.24293) 22236 : audit 0 from='client.437766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:01 smithi044 bash[32620]: audit 2023-12-07T19:04:59.905805+0000 mgr.a (mgr.24293) 22236 : audit 0 from='client.437766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:02 smithi022 bash[28554]: cluster 2023-12-07T19:05:01.397127+0000 mgr.a (mgr.24293) 22237 : cluster 0 pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:02 smithi044 bash[32620]: cluster 2023-12-07T19:05:01.397127+0000 mgr.a (mgr.24293) 22237 : cluster 0 pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:02 smithi027 bash[31536]: cluster 2023-12-07T19:05:01.397127+0000 mgr.a (mgr.24293) 22237 : cluster 0 pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:04 smithi022 bash[28554]: cluster 2023-12-07T19:05:03.397825+0000 mgr.a (mgr.24293) 22238 : cluster 0 pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:04 smithi044 bash[32620]: cluster 2023-12-07T19:05:03.397825+0000 mgr.a (mgr.24293) 22238 : cluster 0 pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:04 smithi027 bash[31536]: cluster 2023-12-07T19:05:03.397825+0000 mgr.a (mgr.24293) 22238 : cluster 0 pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:05.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:05.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:05.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:05 smithi022 bash[28554]: cluster 2023-12-07T19:05:05.398517+0000 mgr.a (mgr.24293) 22239 : cluster 0 pgmap v16630: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:05 smithi044 bash[32620]: cluster 2023-12-07T19:05:05.398517+0000 mgr.a (mgr.24293) 22239 : cluster 0 pgmap v16630: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:05 smithi027 bash[31536]: cluster 2023-12-07T19:05:05.398517+0000 mgr.a (mgr.24293) 22239 : cluster 0 pgmap v16630: 33 pgs: 33 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.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:06.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:06.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:06.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:06.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:06 smithi022 bash[28554]: audit 2023-12-07T19:05:05.839313+0000 mgr.a (mgr.24293) 22240 : audit 0 from='client.437844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:06 smithi044 bash[32620]: audit 2023-12-07T19:05:05.839313+0000 mgr.a (mgr.24293) 22240 : audit 0 from='client.437844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:06 smithi027 bash[31536]: audit 2023-12-07T19:05:05.839313+0000 mgr.a (mgr.24293) 22240 : audit 0 from='client.437844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:07 smithi022 bash[28554]: cluster 2023-12-07T19:05:07.399794+0000 mgr.a (mgr.24293) 22241 : cluster 0 pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:07 smithi044 bash[32620]: cluster 2023-12-07T19:05:07.399794+0000 mgr.a (mgr.24293) 22241 : cluster 0 pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:07 smithi027 bash[31536]: cluster 2023-12-07T19:05:07.399794+0000 mgr.a (mgr.24293) 22241 : cluster 0 pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:10 smithi022 bash[28554]: cluster 2023-12-07T19:05:09.400530+0000 mgr.a (mgr.24293) 22242 : cluster 0 pgmap v16632: 33 pgs: 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:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:10 smithi044 bash[32620]: cluster 2023-12-07T19:05:09.400530+0000 mgr.a (mgr.24293) 22242 : cluster 0 pgmap v16632: 33 pgs: 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:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:10 smithi027 bash[31536]: cluster 2023-12-07T19:05:09.400530+0000 mgr.a (mgr.24293) 22242 : cluster 0 pgmap v16632: 33 pgs: 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:11.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:11.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:11.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:12.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:12.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:12.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:12.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:12.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:12 smithi022 bash[28554]: cluster 2023-12-07T19:05:11.401353+0000 mgr.a (mgr.24293) 22243 : cluster 0 pgmap v16633: 33 pgs: 33 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:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:12 smithi044 bash[32620]: cluster 2023-12-07T19:05:11.401353+0000 mgr.a (mgr.24293) 22243 : cluster 0 pgmap v16633: 33 pgs: 33 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:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:12 smithi027 bash[31536]: cluster 2023-12-07T19:05:11.401353+0000 mgr.a (mgr.24293) 22243 : cluster 0 pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:13 smithi022 bash[28554]: audit 2023-12-07T19:05:11.789123+0000 mgr.a (mgr.24293) 22244 : audit 0 from='client.437922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:13 smithi044 bash[32620]: audit 2023-12-07T19:05:11.789123+0000 mgr.a (mgr.24293) 22244 : audit 0 from='client.437922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:13 smithi027 bash[31536]: audit 2023-12-07T19:05:11.789123+0000 mgr.a (mgr.24293) 22244 : audit 0 from='client.437922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:14 smithi022 bash[28554]: cluster 2023-12-07T19:05:13.401998+0000 mgr.a (mgr.24293) 22245 : cluster 0 pgmap v16634: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:14 smithi044 bash[32620]: cluster 2023-12-07T19:05:13.401998+0000 mgr.a (mgr.24293) 22245 : cluster 0 pgmap v16634: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:14 smithi027 bash[31536]: cluster 2023-12-07T19:05:13.401998+0000 mgr.a (mgr.24293) 22245 : cluster 0 pgmap v16634: 33 pgs: 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:15 smithi022 bash[28554]: cluster 2023-12-07T19:05:15.402579+0000 mgr.a (mgr.24293) 22246 : cluster 0 pgmap v16635: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:15 smithi044 bash[32620]: cluster 2023-12-07T19:05:15.402579+0000 mgr.a (mgr.24293) 22246 : cluster 0 pgmap v16635: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:15 smithi027 bash[31536]: cluster 2023-12-07T19:05:15.402579+0000 mgr.a (mgr.24293) 22246 : cluster 0 pgmap v16635: 33 pgs: 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:17.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:17.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:17.306 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:18.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:18.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:18.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:18.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:18.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:18 smithi022 bash[28554]: cluster 2023-12-07T19:05:17.403498+0000 mgr.a (mgr.24293) 22247 : cluster 0 pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:18 smithi044 bash[32620]: cluster 2023-12-07T19:05:17.403498+0000 mgr.a (mgr.24293) 22247 : cluster 0 pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:18 smithi027 bash[31536]: cluster 2023-12-07T19:05:17.403498+0000 mgr.a (mgr.24293) 22247 : cluster 0 pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:19.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:19 smithi022 bash[28554]: audit 2023-12-07T19:05:17.717822+0000 mgr.a (mgr.24293) 22248 : audit 0 from='client.437997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:19.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:19 smithi044 bash[32620]: audit 2023-12-07T19:05:17.717822+0000 mgr.a (mgr.24293) 22248 : audit 0 from='client.437997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:19 smithi027 bash[31536]: audit 2023-12-07T19:05:17.717822+0000 mgr.a (mgr.24293) 22248 : audit 0 from='client.437997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:20 smithi022 bash[28554]: cluster 2023-12-07T19:05:19.404288+0000 mgr.a (mgr.24293) 22249 : cluster 0 pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:20 smithi044 bash[32620]: cluster 2023-12-07T19:05:19.404288+0000 mgr.a (mgr.24293) 22249 : cluster 0 pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:20 smithi027 bash[31536]: cluster 2023-12-07T19:05:19.404288+0000 mgr.a (mgr.24293) 22249 : cluster 0 pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:22 smithi022 bash[28554]: cluster 2023-12-07T19:05:21.405071+0000 mgr.a (mgr.24293) 22250 : cluster 0 pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:22 smithi044 bash[32620]: cluster 2023-12-07T19:05:21.405071+0000 mgr.a (mgr.24293) 22250 : cluster 0 pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:22 smithi027 bash[31536]: cluster 2023-12-07T19:05:21.405071+0000 mgr.a (mgr.24293) 22250 : cluster 0 pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:23.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:23.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:23.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:23 smithi022 bash[28554]: cluster 2023-12-07T19:05:23.405581+0000 mgr.a (mgr.24293) 22251 : cluster 0 pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:23 smithi044 bash[32620]: cluster 2023-12-07T19:05:23.405581+0000 mgr.a (mgr.24293) 22251 : cluster 0 pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:23 smithi027 bash[31536]: cluster 2023-12-07T19:05:23.405581+0000 mgr.a (mgr.24293) 22251 : cluster 0 pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:24.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:24.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:24.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:24.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:24.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:24 smithi022 bash[28554]: audit 2023-12-07T19:05:23.661066+0000 mgr.a (mgr.24293) 22252 : audit 0 from='client.438072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:24 smithi044 bash[32620]: audit 2023-12-07T19:05:23.661066+0000 mgr.a (mgr.24293) 22252 : audit 0 from='client.438072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:24 smithi027 bash[31536]: audit 2023-12-07T19:05:23.661066+0000 mgr.a (mgr.24293) 22252 : audit 0 from='client.438072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:25 smithi022 bash[28554]: cluster 2023-12-07T19:05:25.406303+0000 mgr.a (mgr.24293) 22253 : cluster 0 pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:25 smithi044 bash[32620]: cluster 2023-12-07T19:05:25.406303+0000 mgr.a (mgr.24293) 22253 : cluster 0 pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:25 smithi027 bash[31536]: cluster 2023-12-07T19:05:25.406303+0000 mgr.a (mgr.24293) 22253 : cluster 0 pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:28 smithi022 bash[28554]: cluster 2023-12-07T19:05:27.407257+0000 mgr.a (mgr.24293) 22254 : cluster 0 pgmap v16641: 33 pgs: 33 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:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:28 smithi044 bash[32620]: cluster 2023-12-07T19:05:27.407257+0000 mgr.a (mgr.24293) 22254 : cluster 0 pgmap v16641: 33 pgs: 33 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:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:28 smithi027 bash[31536]: cluster 2023-12-07T19:05:27.407257+0000 mgr.a (mgr.24293) 22254 : cluster 0 pgmap v16641: 33 pgs: 33 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:29.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:29.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:29.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:30.139 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:30.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:30.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:30.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:30.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:30 smithi022 bash[28554]: cluster 2023-12-07T19:05:29.407865+0000 mgr.a (mgr.24293) 22255 : cluster 0 pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:30 smithi044 bash[32620]: cluster 2023-12-07T19:05:29.407865+0000 mgr.a (mgr.24293) 22255 : cluster 0 pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:30 smithi027 bash[31536]: cluster 2023-12-07T19:05:29.407865+0000 mgr.a (mgr.24293) 22255 : cluster 0 pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:31 smithi022 bash[28554]: audit 2023-12-07T19:05:29.607692+0000 mgr.a (mgr.24293) 22256 : audit 0 from='client.438150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:31 smithi044 bash[32620]: audit 2023-12-07T19:05:29.607692+0000 mgr.a (mgr.24293) 22256 : audit 0 from='client.438150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:31 smithi027 bash[31536]: audit 2023-12-07T19:05:29.607692+0000 mgr.a (mgr.24293) 22256 : audit 0 from='client.438150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:32 smithi022 bash[28554]: cluster 2023-12-07T19:05:31.408796+0000 mgr.a (mgr.24293) 22257 : cluster 0 pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:32 smithi044 bash[32620]: cluster 2023-12-07T19:05:31.408796+0000 mgr.a (mgr.24293) 22257 : cluster 0 pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:32 smithi027 bash[31536]: cluster 2023-12-07T19:05:31.408796+0000 mgr.a (mgr.24293) 22257 : cluster 0 pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:34 smithi022 bash[28554]: cluster 2023-12-07T19:05:33.409390+0000 mgr.a (mgr.24293) 22258 : cluster 0 pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:34 smithi044 bash[32620]: cluster 2023-12-07T19:05:33.409390+0000 mgr.a (mgr.24293) 22258 : cluster 0 pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:34 smithi027 bash[31536]: cluster 2023-12-07T19:05:33.409390+0000 mgr.a (mgr.24293) 22258 : cluster 0 pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:35.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:35.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:35.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:35 smithi022 bash[28554]: cluster 2023-12-07T19:05:35.409968+0000 mgr.a (mgr.24293) 22259 : cluster 0 pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:35 smithi044 bash[32620]: cluster 2023-12-07T19:05:35.409968+0000 mgr.a (mgr.24293) 22259 : cluster 0 pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:35 smithi027 bash[31536]: cluster 2023-12-07T19:05:35.409968+0000 mgr.a (mgr.24293) 22259 : cluster 0 pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:36.056 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:36.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:36.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:36.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:36.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:36 smithi022 bash[28554]: audit 2023-12-07T19:05:35.552341+0000 mgr.a (mgr.24293) 22260 : audit 0 from='client.438228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:36 smithi022 bash[28554]: audit 2023-12-07T19:05:35.733408+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:36 smithi022 bash[28554]: audit 2023-12-07T19:05:36.525285+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:36 smithi022 bash[28554]: audit 2023-12-07T19:05:36.526979+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:36 smithi022 bash[28554]: audit 2023-12-07T19:05:36.536666+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:05:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:36 smithi044 bash[32620]: audit 2023-12-07T19:05:35.552341+0000 mgr.a (mgr.24293) 22260 : audit 0 from='client.438228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:36 smithi044 bash[32620]: audit 2023-12-07T19:05:35.733408+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:36 smithi044 bash[32620]: audit 2023-12-07T19:05:36.525285+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:36 smithi044 bash[32620]: audit 2023-12-07T19:05:36.526979+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:36.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:36 smithi044 bash[32620]: audit 2023-12-07T19:05:36.536666+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:05:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:36 smithi027 bash[31536]: audit 2023-12-07T19:05:35.552341+0000 mgr.a (mgr.24293) 22260 : audit 0 from='client.438228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:36 smithi027 bash[31536]: audit 2023-12-07T19:05:35.733408+0000 mon.a (mon.0) 3514 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:36 smithi027 bash[31536]: audit 2023-12-07T19:05:36.525285+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:36 smithi027 bash[31536]: audit 2023-12-07T19:05:36.526979+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:36 smithi027 bash[31536]: audit 2023-12-07T19:05:36.536666+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:05:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:37 smithi022 bash[28554]: cluster 2023-12-07T19:05:37.410937+0000 mgr.a (mgr.24293) 22261 : cluster 0 pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:37 smithi044 bash[32620]: cluster 2023-12-07T19:05:37.410937+0000 mgr.a (mgr.24293) 22261 : cluster 0 pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:37 smithi027 bash[31536]: cluster 2023-12-07T19:05:37.410937+0000 mgr.a (mgr.24293) 22261 : cluster 0 pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:40 smithi022 bash[28554]: cluster 2023-12-07T19:05:39.411671+0000 mgr.a (mgr.24293) 22262 : cluster 0 pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:40 smithi044 bash[32620]: cluster 2023-12-07T19:05:39.411671+0000 mgr.a (mgr.24293) 22262 : cluster 0 pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:40 smithi027 bash[31536]: cluster 2023-12-07T19:05:39.411671+0000 mgr.a (mgr.24293) 22262 : cluster 0 pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:41.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:41.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:41.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:42.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:42.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:42.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:42 smithi022 bash[28554]: cluster 2023-12-07T19:05:41.412457+0000 mgr.a (mgr.24293) 22263 : cluster 0 pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:42 smithi022 bash[28554]: audit 2023-12-07T19:05:41.473812+0000 mgr.a (mgr.24293) 22264 : audit 0 from='client.438306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:42 smithi044 bash[32620]: cluster 2023-12-07T19:05:41.412457+0000 mgr.a (mgr.24293) 22263 : cluster 0 pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:42 smithi044 bash[32620]: audit 2023-12-07T19:05:41.473812+0000 mgr.a (mgr.24293) 22264 : audit 0 from='client.438306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:42 smithi027 bash[31536]: cluster 2023-12-07T19:05:41.412457+0000 mgr.a (mgr.24293) 22263 : cluster 0 pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:42 smithi027 bash[31536]: audit 2023-12-07T19:05:41.473812+0000 mgr.a (mgr.24293) 22264 : audit 0 from='client.438306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:44 smithi022 bash[28554]: cluster 2023-12-07T19:05:43.413189+0000 mgr.a (mgr.24293) 22265 : cluster 0 pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:44 smithi044 bash[32620]: cluster 2023-12-07T19:05:43.413189+0000 mgr.a (mgr.24293) 22265 : cluster 0 pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:44 smithi027 bash[31536]: cluster 2023-12-07T19:05:43.413189+0000 mgr.a (mgr.24293) 22265 : cluster 0 pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:45 smithi022 bash[28554]: cluster 2023-12-07T19:05:45.414017+0000 mgr.a (mgr.24293) 22266 : cluster 0 pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:45 smithi044 bash[32620]: cluster 2023-12-07T19:05:45.414017+0000 mgr.a (mgr.24293) 22266 : cluster 0 pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:45 smithi027 bash[31536]: cluster 2023-12-07T19:05:45.414017+0000 mgr.a (mgr.24293) 22266 : cluster 0 pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:47.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:47.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:47.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:47.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:47.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:47.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:48 smithi022 bash[28554]: cluster 2023-12-07T19:05:47.414579+0000 mgr.a (mgr.24293) 22267 : cluster 0 pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:48 smithi022 bash[28554]: audit 2023-12-07T19:05:47.430010+0000 mgr.a (mgr.24293) 22268 : audit 0 from='client.438381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:48 smithi044 bash[32620]: cluster 2023-12-07T19:05:47.414579+0000 mgr.a (mgr.24293) 22267 : cluster 0 pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:48 smithi044 bash[32620]: audit 2023-12-07T19:05:47.430010+0000 mgr.a (mgr.24293) 22268 : audit 0 from='client.438381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:48 smithi027 bash[31536]: cluster 2023-12-07T19:05:47.414579+0000 mgr.a (mgr.24293) 22267 : cluster 0 pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:48 smithi027 bash[31536]: audit 2023-12-07T19:05:47.430010+0000 mgr.a (mgr.24293) 22268 : audit 0 from='client.438381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:50 smithi022 bash[28554]: cluster 2023-12-07T19:05:49.415300+0000 mgr.a (mgr.24293) 22269 : cluster 0 pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:50 smithi044 bash[32620]: cluster 2023-12-07T19:05:49.415300+0000 mgr.a (mgr.24293) 22269 : cluster 0 pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:50 smithi027 bash[31536]: cluster 2023-12-07T19:05:49.415300+0000 mgr.a (mgr.24293) 22269 : cluster 0 pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:52 smithi022 bash[28554]: cluster 2023-12-07T19:05:51.416162+0000 mgr.a (mgr.24293) 22270 : cluster 0 pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:52 smithi044 bash[32620]: cluster 2023-12-07T19:05:51.416162+0000 mgr.a (mgr.24293) 22270 : cluster 0 pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:52 smithi027 bash[31536]: cluster 2023-12-07T19:05:51.416162+0000 mgr.a (mgr.24293) 22270 : cluster 0 pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:52.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:52.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:52.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:53.917 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:53.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:53.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:53.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:53.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:05:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:54 smithi022 bash[28554]: audit 2023-12-07T19:05:53.383111+0000 mgr.a (mgr.24293) 22271 : audit 0 from='client.438456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:54 smithi022 bash[28554]: cluster 2023-12-07T19:05:53.416687+0000 mgr.a (mgr.24293) 22272 : cluster 0 pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:54 smithi044 bash[32620]: audit 2023-12-07T19:05:53.383111+0000 mgr.a (mgr.24293) 22271 : audit 0 from='client.438456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:54 smithi044 bash[32620]: cluster 2023-12-07T19:05:53.416687+0000 mgr.a (mgr.24293) 22272 : cluster 0 pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:54 smithi027 bash[31536]: audit 2023-12-07T19:05:53.383111+0000 mgr.a (mgr.24293) 22271 : audit 0 from='client.438456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:54 smithi027 bash[31536]: cluster 2023-12-07T19:05:53.416687+0000 mgr.a (mgr.24293) 22272 : cluster 0 pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:55 smithi022 bash[28554]: cluster 2023-12-07T19:05:55.417572+0000 mgr.a (mgr.24293) 22273 : cluster 0 pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:55 smithi044 bash[32620]: cluster 2023-12-07T19:05:55.417572+0000 mgr.a (mgr.24293) 22273 : cluster 0 pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:55 smithi027 bash[31536]: cluster 2023-12-07T19:05:55.417572+0000 mgr.a (mgr.24293) 22273 : cluster 0 pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:58.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:05:58.919 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:58.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:05:58 smithi022 bash[28554]: cluster 2023-12-07T19:05:57.418157+0000 mgr.a (mgr.24293) 22274 : cluster 0 pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:05:58 smithi044 bash[32620]: cluster 2023-12-07T19:05:57.418157+0000 mgr.a (mgr.24293) 22274 : cluster 0 pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:05:58 smithi027 bash[31536]: cluster 2023-12-07T19:05:57.418157+0000 mgr.a (mgr.24293) 22274 : cluster 0 pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:59.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:05:59.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:59.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:59.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:59.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:00 smithi022 bash[28554]: audit 2023-12-07T19:05:59.333438+0000 mgr.a (mgr.24293) 22275 : audit 0 from='client.438531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:00 smithi022 bash[28554]: cluster 2023-12-07T19:05:59.418805+0000 mgr.a (mgr.24293) 22276 : cluster 0 pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:00 smithi044 bash[32620]: audit 2023-12-07T19:05:59.333438+0000 mgr.a (mgr.24293) 22275 : audit 0 from='client.438531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:00 smithi044 bash[32620]: cluster 2023-12-07T19:05:59.418805+0000 mgr.a (mgr.24293) 22276 : cluster 0 pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:00 smithi027 bash[31536]: audit 2023-12-07T19:05:59.333438+0000 mgr.a (mgr.24293) 22275 : audit 0 from='client.438531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:00 smithi027 bash[31536]: cluster 2023-12-07T19:05:59.418805+0000 mgr.a (mgr.24293) 22276 : cluster 0 pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:02 smithi022 bash[28554]: cluster 2023-12-07T19:06:01.419724+0000 mgr.a (mgr.24293) 22277 : cluster 0 pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:02 smithi044 bash[32620]: cluster 2023-12-07T19:06:01.419724+0000 mgr.a (mgr.24293) 22277 : cluster 0 pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:02 smithi027 bash[31536]: cluster 2023-12-07T19:06:01.419724+0000 mgr.a (mgr.24293) 22277 : cluster 0 pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:04.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:04.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:04.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:04 smithi022 bash[28554]: cluster 2023-12-07T19:06:03.420305+0000 mgr.a (mgr.24293) 22278 : cluster 0 pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:04 smithi044 bash[32620]: cluster 2023-12-07T19:06:03.420305+0000 mgr.a (mgr.24293) 22278 : cluster 0 pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:04 smithi027 bash[31536]: cluster 2023-12-07T19:06:03.420305+0000 mgr.a (mgr.24293) 22278 : cluster 0 pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:05.833 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:05.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:05.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:05.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:05.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:05 smithi022 bash[28554]: audit 2023-12-07T19:06:05.292290+0000 mgr.a (mgr.24293) 22279 : audit 0 from='client.438609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:05 smithi022 bash[28554]: cluster 2023-12-07T19:06:05.421267+0000 mgr.a (mgr.24293) 22280 : cluster 0 pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:05 smithi044 bash[32620]: audit 2023-12-07T19:06:05.292290+0000 mgr.a (mgr.24293) 22279 : audit 0 from='client.438609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:05 smithi044 bash[32620]: cluster 2023-12-07T19:06:05.421267+0000 mgr.a (mgr.24293) 22280 : cluster 0 pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:05 smithi027 bash[31536]: audit 2023-12-07T19:06:05.292290+0000 mgr.a (mgr.24293) 22279 : audit 0 from='client.438609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:05 smithi027 bash[31536]: cluster 2023-12-07T19:06:05.421267+0000 mgr.a (mgr.24293) 22280 : cluster 0 pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:08 smithi022 bash[28554]: cluster 2023-12-07T19:06:07.421957+0000 mgr.a (mgr.24293) 22281 : cluster 0 pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:08 smithi044 bash[32620]: cluster 2023-12-07T19:06:07.421957+0000 mgr.a (mgr.24293) 22281 : cluster 0 pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:08 smithi027 bash[31536]: cluster 2023-12-07T19:06:07.421957+0000 mgr.a (mgr.24293) 22281 : cluster 0 pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:10.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:10.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:10 smithi022 bash[28554]: cluster 2023-12-07T19:06:09.422670+0000 mgr.a (mgr.24293) 22282 : cluster 0 pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:10 smithi044 bash[32620]: cluster 2023-12-07T19:06:09.422670+0000 mgr.a (mgr.24293) 22282 : cluster 0 pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:10 smithi027 bash[31536]: cluster 2023-12-07T19:06:09.422670+0000 mgr.a (mgr.24293) 22282 : cluster 0 pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:11.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:11.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:11.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:11.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:11.781 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:12 smithi022 bash[28554]: audit 2023-12-07T19:06:11.253792+0000 mgr.a (mgr.24293) 22283 : audit 0 from='client.438684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:12 smithi022 bash[28554]: cluster 2023-12-07T19:06:11.423963+0000 mgr.a (mgr.24293) 22284 : cluster 0 pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:12 smithi044 bash[32620]: audit 2023-12-07T19:06:11.253792+0000 mgr.a (mgr.24293) 22283 : audit 0 from='client.438684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:12 smithi044 bash[32620]: cluster 2023-12-07T19:06:11.423963+0000 mgr.a (mgr.24293) 22284 : cluster 0 pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:12 smithi027 bash[31536]: audit 2023-12-07T19:06:11.253792+0000 mgr.a (mgr.24293) 22283 : audit 0 from='client.438684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:12 smithi027 bash[31536]: cluster 2023-12-07T19:06:11.423963+0000 mgr.a (mgr.24293) 22284 : cluster 0 pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:14 smithi022 bash[28554]: cluster 2023-12-07T19:06:13.424830+0000 mgr.a (mgr.24293) 22285 : cluster 0 pgmap v16664: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:14 smithi044 bash[32620]: cluster 2023-12-07T19:06:13.424830+0000 mgr.a (mgr.24293) 22285 : cluster 0 pgmap v16664: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:14 smithi027 bash[31536]: cluster 2023-12-07T19:06:13.424830+0000 mgr.a (mgr.24293) 22285 : cluster 0 pgmap v16664: 33 pgs: 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:15 smithi022 bash[28554]: cluster 2023-12-07T19:06:15.425859+0000 mgr.a (mgr.24293) 22286 : cluster 0 pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:15 smithi044 bash[32620]: cluster 2023-12-07T19:06:15.425859+0000 mgr.a (mgr.24293) 22286 : cluster 0 pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:15 smithi027 bash[31536]: cluster 2023-12-07T19:06:15.425859+0000 mgr.a (mgr.24293) 22286 : cluster 0 pgmap v16665: 33 pgs: 33 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.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:16.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:16.785 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:17.726 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:17.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:17.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:17.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:17.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:18 smithi022 bash[28554]: audit 2023-12-07T19:06:17.199331+0000 mgr.a (mgr.24293) 22287 : audit 0 from='client.438759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:18 smithi022 bash[28554]: cluster 2023-12-07T19:06:17.426479+0000 mgr.a (mgr.24293) 22288 : cluster 0 pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:18 smithi044 bash[32620]: audit 2023-12-07T19:06:17.199331+0000 mgr.a (mgr.24293) 22287 : audit 0 from='client.438759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:18 smithi044 bash[32620]: cluster 2023-12-07T19:06:17.426479+0000 mgr.a (mgr.24293) 22288 : cluster 0 pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:18 smithi027 bash[31536]: audit 2023-12-07T19:06:17.199331+0000 mgr.a (mgr.24293) 22287 : audit 0 from='client.438759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:18 smithi027 bash[31536]: cluster 2023-12-07T19:06:17.426479+0000 mgr.a (mgr.24293) 22288 : cluster 0 pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:20 smithi022 bash[28554]: cluster 2023-12-07T19:06:19.427140+0000 mgr.a (mgr.24293) 22289 : cluster 0 pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:20 smithi044 bash[32620]: cluster 2023-12-07T19:06:19.427140+0000 mgr.a (mgr.24293) 22289 : cluster 0 pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:20 smithi027 bash[31536]: cluster 2023-12-07T19:06:19.427140+0000 mgr.a (mgr.24293) 22289 : cluster 0 pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:22.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:22.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:22 smithi022 bash[28554]: cluster 2023-12-07T19:06:21.427996+0000 mgr.a (mgr.24293) 22290 : cluster 0 pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:22 smithi044 bash[32620]: cluster 2023-12-07T19:06:21.427996+0000 mgr.a (mgr.24293) 22290 : cluster 0 pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:22 smithi027 bash[31536]: cluster 2023-12-07T19:06:21.427996+0000 mgr.a (mgr.24293) 22290 : cluster 0 pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:23.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:23.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:23.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:23.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:23.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:24 smithi022 bash[28554]: audit 2023-12-07T19:06:23.145471+0000 mgr.a (mgr.24293) 22291 : audit 0 from='client.438834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:24 smithi022 bash[28554]: cluster 2023-12-07T19:06:23.428759+0000 mgr.a (mgr.24293) 22292 : cluster 0 pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:24 smithi044 bash[32620]: audit 2023-12-07T19:06:23.145471+0000 mgr.a (mgr.24293) 22291 : audit 0 from='client.438834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:24 smithi044 bash[32620]: cluster 2023-12-07T19:06:23.428759+0000 mgr.a (mgr.24293) 22292 : cluster 0 pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:24 smithi027 bash[31536]: audit 2023-12-07T19:06:23.145471+0000 mgr.a (mgr.24293) 22291 : audit 0 from='client.438834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:24 smithi027 bash[31536]: cluster 2023-12-07T19:06:23.428759+0000 mgr.a (mgr.24293) 22292 : cluster 0 pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:25 smithi022 bash[28554]: cluster 2023-12-07T19:06:25.429691+0000 mgr.a (mgr.24293) 22293 : cluster 0 pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:25 smithi044 bash[32620]: cluster 2023-12-07T19:06:25.429691+0000 mgr.a (mgr.24293) 22293 : cluster 0 pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:25 smithi027 bash[31536]: cluster 2023-12-07T19:06:25.429691+0000 mgr.a (mgr.24293) 22293 : cluster 0 pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:28.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:28.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:28.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:28 smithi022 bash[28554]: cluster 2023-12-07T19:06:27.430263+0000 mgr.a (mgr.24293) 22294 : cluster 0 pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:28 smithi044 bash[32620]: cluster 2023-12-07T19:06:27.430263+0000 mgr.a (mgr.24293) 22294 : cluster 0 pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:28 smithi027 bash[31536]: cluster 2023-12-07T19:06:27.430263+0000 mgr.a (mgr.24293) 22294 : cluster 0 pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:29.629 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:29.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:29.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:29.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:29.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:30 smithi022 bash[28554]: audit 2023-12-07T19:06:29.096356+0000 mgr.a (mgr.24293) 22295 : audit 0 from='client.438912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:30 smithi022 bash[28554]: cluster 2023-12-07T19:06:29.430861+0000 mgr.a (mgr.24293) 22296 : cluster 0 pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:30 smithi044 bash[32620]: audit 2023-12-07T19:06:29.096356+0000 mgr.a (mgr.24293) 22295 : audit 0 from='client.438912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:30 smithi044 bash[32620]: cluster 2023-12-07T19:06:29.430861+0000 mgr.a (mgr.24293) 22296 : cluster 0 pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:30 smithi027 bash[31536]: audit 2023-12-07T19:06:29.096356+0000 mgr.a (mgr.24293) 22295 : audit 0 from='client.438912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:30 smithi027 bash[31536]: cluster 2023-12-07T19:06:29.430861+0000 mgr.a (mgr.24293) 22296 : cluster 0 pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:32 smithi022 bash[28554]: cluster 2023-12-07T19:06:31.431761+0000 mgr.a (mgr.24293) 22297 : cluster 0 pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:32 smithi044 bash[32620]: cluster 2023-12-07T19:06:31.431761+0000 mgr.a (mgr.24293) 22297 : cluster 0 pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:32 smithi027 bash[31536]: cluster 2023-12-07T19:06:31.431761+0000 mgr.a (mgr.24293) 22297 : cluster 0 pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:34.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:34.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:34.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:34 smithi022 bash[28554]: cluster 2023-12-07T19:06:33.432338+0000 mgr.a (mgr.24293) 22298 : cluster 0 pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:34 smithi044 bash[32620]: cluster 2023-12-07T19:06:33.432338+0000 mgr.a (mgr.24293) 22298 : cluster 0 pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:34 smithi027 bash[31536]: cluster 2023-12-07T19:06:33.432338+0000 mgr.a (mgr.24293) 22298 : cluster 0 pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:35.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:35.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:35.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:35.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:35.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:35 smithi022 bash[28554]: audit 2023-12-07T19:06:35.049853+0000 mgr.a (mgr.24293) 22299 : audit 0 from='client.438987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:35 smithi022 bash[28554]: cluster 2023-12-07T19:06:35.438318+0000 mgr.a (mgr.24293) 22300 : cluster 0 pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:35 smithi044 bash[32620]: audit 2023-12-07T19:06:35.049853+0000 mgr.a (mgr.24293) 22299 : audit 0 from='client.438987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:35 smithi044 bash[32620]: cluster 2023-12-07T19:06:35.438318+0000 mgr.a (mgr.24293) 22300 : cluster 0 pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:35 smithi027 bash[31536]: audit 2023-12-07T19:06:35.049853+0000 mgr.a (mgr.24293) 22299 : audit 0 from='client.438987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:35 smithi027 bash[31536]: cluster 2023-12-07T19:06:35.438318+0000 mgr.a (mgr.24293) 22300 : cluster 0 pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:36 smithi027 bash[31536]: audit 2023-12-07T19:06:36.641911+0000 mon.a (mon.0) 3518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:36 smithi022 bash[28554]: audit 2023-12-07T19:06:36.641911+0000 mon.a (mon.0) 3518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:36 smithi044 bash[32620]: audit 2023-12-07T19:06:36.641911+0000 mon.a (mon.0) 3518 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:37 smithi027 bash[31536]: audit 2023-12-07T19:06:37.425974+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:37 smithi027 bash[31536]: audit 2023-12-07T19:06:37.427889+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:37 smithi027 bash[31536]: audit 2023-12-07T19:06:37.437669+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:06:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:37 smithi027 bash[31536]: cluster 2023-12-07T19:06:37.438934+0000 mgr.a (mgr.24293) 22301 : cluster 0 pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:37 smithi022 bash[28554]: audit 2023-12-07T19:06:37.425974+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:37 smithi022 bash[28554]: audit 2023-12-07T19:06:37.427889+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:37 smithi022 bash[28554]: audit 2023-12-07T19:06:37.437669+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:06:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:37 smithi022 bash[28554]: cluster 2023-12-07T19:06:37.438934+0000 mgr.a (mgr.24293) 22301 : cluster 0 pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:37 smithi044 bash[32620]: audit 2023-12-07T19:06:37.425974+0000 mon.a (mon.0) 3519 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:37 smithi044 bash[32620]: audit 2023-12-07T19:06:37.427889+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:37 smithi044 bash[32620]: audit 2023-12-07T19:06:37.437669+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:06:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:37 smithi044 bash[32620]: cluster 2023-12-07T19:06:37.438934+0000 mgr.a (mgr.24293) 22301 : cluster 0 pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:40.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:40.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:40.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:40 smithi022 bash[28554]: cluster 2023-12-07T19:06:39.439474+0000 mgr.a (mgr.24293) 22302 : cluster 0 pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:40 smithi044 bash[32620]: cluster 2023-12-07T19:06:39.439474+0000 mgr.a (mgr.24293) 22302 : cluster 0 pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:40 smithi027 bash[31536]: cluster 2023-12-07T19:06:39.439474+0000 mgr.a (mgr.24293) 22302 : cluster 0 pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:41.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:41.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:41.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:41.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:41.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:42 smithi022 bash[28554]: audit 2023-12-07T19:06:40.985684+0000 mgr.a (mgr.24293) 22303 : audit 0 from='client.439065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:42 smithi022 bash[28554]: cluster 2023-12-07T19:06:41.440233+0000 mgr.a (mgr.24293) 22304 : cluster 0 pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:42 smithi044 bash[32620]: audit 2023-12-07T19:06:40.985684+0000 mgr.a (mgr.24293) 22303 : audit 0 from='client.439065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:42 smithi044 bash[32620]: cluster 2023-12-07T19:06:41.440233+0000 mgr.a (mgr.24293) 22304 : cluster 0 pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:42 smithi027 bash[31536]: audit 2023-12-07T19:06:40.985684+0000 mgr.a (mgr.24293) 22303 : audit 0 from='client.439065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:42 smithi027 bash[31536]: cluster 2023-12-07T19:06:41.440233+0000 mgr.a (mgr.24293) 22304 : cluster 0 pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:44 smithi022 bash[28554]: cluster 2023-12-07T19:06:43.440786+0000 mgr.a (mgr.24293) 22305 : cluster 0 pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:44 smithi044 bash[32620]: cluster 2023-12-07T19:06:43.440786+0000 mgr.a (mgr.24293) 22305 : cluster 0 pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:44 smithi027 bash[31536]: cluster 2023-12-07T19:06:43.440786+0000 mgr.a (mgr.24293) 22305 : cluster 0 pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:45 smithi022 bash[28554]: cluster 2023-12-07T19:06:45.441682+0000 mgr.a (mgr.24293) 22306 : cluster 0 pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:45 smithi044 bash[32620]: cluster 2023-12-07T19:06:45.441682+0000 mgr.a (mgr.24293) 22306 : cluster 0 pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:45 smithi027 bash[31536]: cluster 2023-12-07T19:06:45.441682+0000 mgr.a (mgr.24293) 22306 : cluster 0 pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:46.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:47.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:47.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:47.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:47.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:47.485 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:48 smithi022 bash[28554]: audit 2023-12-07T19:06:46.962691+0000 mgr.a (mgr.24293) 22307 : audit 0 from='client.439143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:48 smithi022 bash[28554]: cluster 2023-12-07T19:06:47.442143+0000 mgr.a (mgr.24293) 22308 : cluster 0 pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:48 smithi044 bash[32620]: audit 2023-12-07T19:06:46.962691+0000 mgr.a (mgr.24293) 22307 : audit 0 from='client.439143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:48 smithi044 bash[32620]: cluster 2023-12-07T19:06:47.442143+0000 mgr.a (mgr.24293) 22308 : cluster 0 pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:48 smithi027 bash[31536]: audit 2023-12-07T19:06:46.962691+0000 mgr.a (mgr.24293) 22307 : audit 0 from='client.439143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:48 smithi027 bash[31536]: cluster 2023-12-07T19:06:47.442143+0000 mgr.a (mgr.24293) 22308 : cluster 0 pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:50 smithi022 bash[28554]: cluster 2023-12-07T19:06:49.442667+0000 mgr.a (mgr.24293) 22309 : cluster 0 pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:50 smithi044 bash[32620]: cluster 2023-12-07T19:06:49.442667+0000 mgr.a (mgr.24293) 22309 : cluster 0 pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:50 smithi027 bash[31536]: cluster 2023-12-07T19:06:49.442667+0000 mgr.a (mgr.24293) 22309 : cluster 0 pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:52.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:52.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:52.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:52 smithi022 bash[28554]: cluster 2023-12-07T19:06:51.443456+0000 mgr.a (mgr.24293) 22310 : cluster 0 pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:06:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:52 smithi044 bash[32620]: cluster 2023-12-07T19:06:51.443456+0000 mgr.a (mgr.24293) 22310 : cluster 0 pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:06:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:52 smithi027 bash[31536]: cluster 2023-12-07T19:06:51.443456+0000 mgr.a (mgr.24293) 22310 : cluster 0 pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:06:53.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:53.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:53.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:53.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:53.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:06:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:53 smithi022 bash[28554]: audit 2023-12-07T19:06:52.898180+0000 mgr.a (mgr.24293) 22311 : audit 0 from='client.439221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:53 smithi022 bash[28554]: cluster 2023-12-07T19:06:53.444128+0000 mgr.a (mgr.24293) 22312 : cluster 0 pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:53 smithi044 bash[32620]: audit 2023-12-07T19:06:52.898180+0000 mgr.a (mgr.24293) 22311 : audit 0 from='client.439221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:53 smithi044 bash[32620]: cluster 2023-12-07T19:06:53.444128+0000 mgr.a (mgr.24293) 22312 : cluster 0 pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:53 smithi027 bash[31536]: audit 2023-12-07T19:06:52.898180+0000 mgr.a (mgr.24293) 22311 : audit 0 from='client.439221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:53 smithi027 bash[31536]: cluster 2023-12-07T19:06:53.444128+0000 mgr.a (mgr.24293) 22312 : cluster 0 pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:55 smithi022 bash[28554]: cluster 2023-12-07T19:06:55.444905+0000 mgr.a (mgr.24293) 22313 : cluster 0 pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:55 smithi044 bash[32620]: cluster 2023-12-07T19:06:55.444905+0000 mgr.a (mgr.24293) 22313 : cluster 0 pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:55 smithi027 bash[31536]: cluster 2023-12-07T19:06:55.444905+0000 mgr.a (mgr.24293) 22313 : cluster 0 pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:58.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:06:58.438 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:58.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:06:58 smithi022 bash[28554]: cluster 2023-12-07T19:06:57.445451+0000 mgr.a (mgr.24293) 22314 : cluster 0 pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:06:58 smithi044 bash[32620]: cluster 2023-12-07T19:06:57.445451+0000 mgr.a (mgr.24293) 22314 : cluster 0 pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:06:58 smithi027 bash[31536]: cluster 2023-12-07T19:06:57.445451+0000 mgr.a (mgr.24293) 22314 : cluster 0 pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:59.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:06:59.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:59.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:59.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:59.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:00 smithi022 bash[28554]: audit 2023-12-07T19:06:58.858466+0000 mgr.a (mgr.24293) 22315 : audit 0 from='client.439296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:00 smithi022 bash[28554]: cluster 2023-12-07T19:06:59.446205+0000 mgr.a (mgr.24293) 22316 : cluster 0 pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:00 smithi044 bash[32620]: audit 2023-12-07T19:06:58.858466+0000 mgr.a (mgr.24293) 22315 : audit 0 from='client.439296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:00 smithi044 bash[32620]: cluster 2023-12-07T19:06:59.446205+0000 mgr.a (mgr.24293) 22316 : cluster 0 pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:00 smithi027 bash[31536]: audit 2023-12-07T19:06:58.858466+0000 mgr.a (mgr.24293) 22315 : audit 0 from='client.439296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:00 smithi027 bash[31536]: cluster 2023-12-07T19:06:59.446205+0000 mgr.a (mgr.24293) 22316 : cluster 0 pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:02 smithi022 bash[28554]: cluster 2023-12-07T19:07:01.447047+0000 mgr.a (mgr.24293) 22317 : cluster 0 pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:02 smithi044 bash[32620]: cluster 2023-12-07T19:07:01.447047+0000 mgr.a (mgr.24293) 22317 : cluster 0 pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:02 smithi027 bash[31536]: cluster 2023-12-07T19:07:01.447047+0000 mgr.a (mgr.24293) 22317 : cluster 0 pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:03 smithi022 bash[28554]: cluster 2023-12-07T19:07:03.447666+0000 mgr.a (mgr.24293) 22318 : cluster 0 pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:03 smithi044 bash[32620]: cluster 2023-12-07T19:07:03.447666+0000 mgr.a (mgr.24293) 22318 : cluster 0 pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:03 smithi027 bash[31536]: cluster 2023-12-07T19:07:03.447666+0000 mgr.a (mgr.24293) 22318 : cluster 0 pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:04.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:04.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:04.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:05.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:05.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:05.360 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:05.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:05.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:05 smithi022 bash[28554]: audit 2023-12-07T19:07:04.810090+0000 mgr.a (mgr.24293) 22319 : audit 0 from='client.439368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:05 smithi022 bash[28554]: cluster 2023-12-07T19:07:05.448784+0000 mgr.a (mgr.24293) 22320 : cluster 0 pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:05 smithi044 bash[32620]: audit 2023-12-07T19:07:04.810090+0000 mgr.a (mgr.24293) 22319 : audit 0 from='client.439368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:05 smithi044 bash[32620]: cluster 2023-12-07T19:07:05.448784+0000 mgr.a (mgr.24293) 22320 : cluster 0 pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:05 smithi027 bash[31536]: audit 2023-12-07T19:07:04.810090+0000 mgr.a (mgr.24293) 22319 : audit 0 from='client.439368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:05 smithi027 bash[31536]: cluster 2023-12-07T19:07:05.448784+0000 mgr.a (mgr.24293) 22320 : cluster 0 pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:08 smithi022 bash[28554]: cluster 2023-12-07T19:07:07.449550+0000 mgr.a (mgr.24293) 22321 : cluster 0 pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:08 smithi044 bash[32620]: cluster 2023-12-07T19:07:07.449550+0000 mgr.a (mgr.24293) 22321 : cluster 0 pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:08 smithi027 bash[31536]: cluster 2023-12-07T19:07:07.449550+0000 mgr.a (mgr.24293) 22321 : cluster 0 pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:10.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:10.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:10.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:10 smithi022 bash[28554]: cluster 2023-12-07T19:07:09.450127+0000 mgr.a (mgr.24293) 22322 : cluster 0 pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:10 smithi044 bash[32620]: cluster 2023-12-07T19:07:09.450127+0000 mgr.a (mgr.24293) 22322 : cluster 0 pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:10 smithi027 bash[31536]: cluster 2023-12-07T19:07:09.450127+0000 mgr.a (mgr.24293) 22322 : cluster 0 pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:11.340 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:11.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:11.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:11.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:11.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:11 smithi022 bash[28554]: audit 2023-12-07T19:07:10.781769+0000 mgr.a (mgr.24293) 22323 : audit 0 from='client.439443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:11 smithi022 bash[28554]: cluster 2023-12-07T19:07:11.451222+0000 mgr.a (mgr.24293) 22324 : cluster 0 pgmap v16693: 33 pgs: 33 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:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:11 smithi044 bash[32620]: audit 2023-12-07T19:07:10.781769+0000 mgr.a (mgr.24293) 22323 : audit 0 from='client.439443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:11 smithi044 bash[32620]: cluster 2023-12-07T19:07:11.451222+0000 mgr.a (mgr.24293) 22324 : cluster 0 pgmap v16693: 33 pgs: 33 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:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:11 smithi027 bash[31536]: audit 2023-12-07T19:07:10.781769+0000 mgr.a (mgr.24293) 22323 : audit 0 from='client.439443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:11 smithi027 bash[31536]: cluster 2023-12-07T19:07:11.451222+0000 mgr.a (mgr.24293) 22324 : cluster 0 pgmap v16693: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:14 smithi022 bash[28554]: cluster 2023-12-07T19:07:13.451866+0000 mgr.a (mgr.24293) 22325 : cluster 0 pgmap v16694: 33 pgs: 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:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:14 smithi044 bash[32620]: cluster 2023-12-07T19:07:13.451866+0000 mgr.a (mgr.24293) 22325 : cluster 0 pgmap v16694: 33 pgs: 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:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:14 smithi027 bash[31536]: cluster 2023-12-07T19:07:13.451866+0000 mgr.a (mgr.24293) 22325 : cluster 0 pgmap v16694: 33 pgs: 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:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:15 smithi022 bash[28554]: cluster 2023-12-07T19:07:15.452583+0000 mgr.a (mgr.24293) 22326 : cluster 0 pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:15 smithi044 bash[32620]: cluster 2023-12-07T19:07:15.452583+0000 mgr.a (mgr.24293) 22326 : cluster 0 pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:15 smithi027 bash[31536]: cluster 2023-12-07T19:07:15.452583+0000 mgr.a (mgr.24293) 22326 : cluster 0 pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:16.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:16.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:16.344 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:17.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:17.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:17.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:17.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:17.299 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:18 smithi022 bash[28554]: audit 2023-12-07T19:07:16.756469+0000 mgr.a (mgr.24293) 22327 : audit 0 from='client.439518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:18 smithi022 bash[28554]: cluster 2023-12-07T19:07:17.453500+0000 mgr.a (mgr.24293) 22328 : cluster 0 pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:18 smithi044 bash[32620]: audit 2023-12-07T19:07:16.756469+0000 mgr.a (mgr.24293) 22327 : audit 0 from='client.439518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:18 smithi044 bash[32620]: cluster 2023-12-07T19:07:17.453500+0000 mgr.a (mgr.24293) 22328 : cluster 0 pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:18 smithi027 bash[31536]: audit 2023-12-07T19:07:16.756469+0000 mgr.a (mgr.24293) 22327 : audit 0 from='client.439518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:18 smithi027 bash[31536]: cluster 2023-12-07T19:07:17.453500+0000 mgr.a (mgr.24293) 22328 : cluster 0 pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:20 smithi022 bash[28554]: cluster 2023-12-07T19:07:19.454155+0000 mgr.a (mgr.24293) 22329 : cluster 0 pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:20 smithi044 bash[32620]: cluster 2023-12-07T19:07:19.454155+0000 mgr.a (mgr.24293) 22329 : cluster 0 pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:20 smithi027 bash[31536]: cluster 2023-12-07T19:07:19.454155+0000 mgr.a (mgr.24293) 22329 : cluster 0 pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:21 smithi022 bash[28554]: cluster 2023-12-07T19:07:21.454931+0000 mgr.a (mgr.24293) 22330 : cluster 0 pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:21 smithi044 bash[32620]: cluster 2023-12-07T19:07:21.454931+0000 mgr.a (mgr.24293) 22330 : cluster 0 pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:21 smithi027 bash[31536]: cluster 2023-12-07T19:07:21.454931+0000 mgr.a (mgr.24293) 22330 : cluster 0 pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:22.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:22.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:22.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:23.245 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:23.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:23.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:23.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:23.245 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:24 smithi022 bash[28554]: audit 2023-12-07T19:07:22.712591+0000 mgr.a (mgr.24293) 22331 : audit 0 from='client.439596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:24 smithi022 bash[28554]: cluster 2023-12-07T19:07:23.455663+0000 mgr.a (mgr.24293) 22332 : cluster 0 pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:24 smithi044 bash[32620]: audit 2023-12-07T19:07:22.712591+0000 mgr.a (mgr.24293) 22331 : audit 0 from='client.439596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:24 smithi044 bash[32620]: cluster 2023-12-07T19:07:23.455663+0000 mgr.a (mgr.24293) 22332 : cluster 0 pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:24 smithi027 bash[31536]: audit 2023-12-07T19:07:22.712591+0000 mgr.a (mgr.24293) 22331 : audit 0 from='client.439596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:24 smithi027 bash[31536]: cluster 2023-12-07T19:07:23.455663+0000 mgr.a (mgr.24293) 22332 : cluster 0 pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:25 smithi022 bash[28554]: cluster 2023-12-07T19:07:25.456460+0000 mgr.a (mgr.24293) 22333 : cluster 0 pgmap v16700: 33 pgs: 33 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:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:25 smithi044 bash[32620]: cluster 2023-12-07T19:07:25.456460+0000 mgr.a (mgr.24293) 22333 : cluster 0 pgmap v16700: 33 pgs: 33 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:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:25 smithi027 bash[31536]: cluster 2023-12-07T19:07:25.456460+0000 mgr.a (mgr.24293) 22333 : cluster 0 pgmap v16700: 33 pgs: 33 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:28.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:28.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:28.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:28 smithi022 bash[28554]: cluster 2023-12-07T19:07:27.457036+0000 mgr.a (mgr.24293) 22334 : cluster 0 pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:28 smithi044 bash[32620]: cluster 2023-12-07T19:07:27.457036+0000 mgr.a (mgr.24293) 22334 : cluster 0 pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:28 smithi027 bash[31536]: cluster 2023-12-07T19:07:27.457036+0000 mgr.a (mgr.24293) 22334 : cluster 0 pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:29.203 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:29.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:29.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:29.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:29.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:29 smithi022 bash[28554]: audit 2023-12-07T19:07:28.677808+0000 mgr.a (mgr.24293) 22335 : audit 0 from='client.439674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:29 smithi022 bash[28554]: cluster 2023-12-07T19:07:29.457729+0000 mgr.a (mgr.24293) 22336 : cluster 0 pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:29 smithi044 bash[32620]: audit 2023-12-07T19:07:28.677808+0000 mgr.a (mgr.24293) 22335 : audit 0 from='client.439674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:29 smithi044 bash[32620]: cluster 2023-12-07T19:07:29.457729+0000 mgr.a (mgr.24293) 22336 : cluster 0 pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:29 smithi027 bash[31536]: audit 2023-12-07T19:07:28.677808+0000 mgr.a (mgr.24293) 22335 : audit 0 from='client.439674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:29 smithi027 bash[31536]: cluster 2023-12-07T19:07:29.457729+0000 mgr.a (mgr.24293) 22336 : cluster 0 pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:32 smithi022 bash[28554]: cluster 2023-12-07T19:07:31.458553+0000 mgr.a (mgr.24293) 22337 : cluster 0 pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:32 smithi044 bash[32620]: cluster 2023-12-07T19:07:31.458553+0000 mgr.a (mgr.24293) 22337 : cluster 0 pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:32 smithi027 bash[31536]: cluster 2023-12-07T19:07:31.458553+0000 mgr.a (mgr.24293) 22337 : cluster 0 pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:33 smithi022 bash[28554]: cluster 2023-12-07T19:07:33.459125+0000 mgr.a (mgr.24293) 22338 : cluster 0 pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:33 smithi044 bash[32620]: cluster 2023-12-07T19:07:33.459125+0000 mgr.a (mgr.24293) 22338 : cluster 0 pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:33 smithi027 bash[31536]: cluster 2023-12-07T19:07:33.459125+0000 mgr.a (mgr.24293) 22338 : cluster 0 pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:34.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:34.206 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:35.160 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:35.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:35 smithi022 bash[28554]: audit 2023-12-07T19:07:34.624073+0000 mgr.a (mgr.24293) 22339 : audit 0 from='client.439749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:35 smithi022 bash[28554]: cluster 2023-12-07T19:07:35.460029+0000 mgr.a (mgr.24293) 22340 : cluster 0 pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:35 smithi044 bash[32620]: audit 2023-12-07T19:07:34.624073+0000 mgr.a (mgr.24293) 22339 : audit 0 from='client.439749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:35 smithi044 bash[32620]: cluster 2023-12-07T19:07:35.460029+0000 mgr.a (mgr.24293) 22340 : cluster 0 pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:35 smithi027 bash[31536]: audit 2023-12-07T19:07:34.624073+0000 mgr.a (mgr.24293) 22339 : audit 0 from='client.439749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:35 smithi027 bash[31536]: cluster 2023-12-07T19:07:35.460029+0000 mgr.a (mgr.24293) 22340 : cluster 0 pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:38 smithi022 bash[28554]: cluster 2023-12-07T19:07:37.460586+0000 mgr.a (mgr.24293) 22341 : cluster 0 pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:38 smithi022 bash[28554]: audit 2023-12-07T19:07:37.540808+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:38 smithi022 bash[28554]: audit 2023-12-07T19:07:38.129985+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:38 smithi022 bash[28554]: audit 2023-12-07T19:07:38.140803+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:38 smithi044 bash[32620]: cluster 2023-12-07T19:07:37.460586+0000 mgr.a (mgr.24293) 22341 : cluster 0 pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:38 smithi044 bash[32620]: audit 2023-12-07T19:07:37.540808+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:38 smithi044 bash[32620]: audit 2023-12-07T19:07:38.129985+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:38 smithi044 bash[32620]: audit 2023-12-07T19:07:38.140803+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:38 smithi027 bash[31536]: cluster 2023-12-07T19:07:37.460586+0000 mgr.a (mgr.24293) 22341 : cluster 0 pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:38 smithi027 bash[31536]: audit 2023-12-07T19:07:37.540808+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:38 smithi027 bash[31536]: audit 2023-12-07T19:07:38.129985+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:38 smithi027 bash[31536]: audit 2023-12-07T19:07:38.140803+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:39 smithi022 bash[28554]: audit 2023-12-07T19:07:38.885368+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:39 smithi022 bash[28554]: audit 2023-12-07T19:07:38.887297+0000 mon.a (mon.0) 3526 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:39 smithi022 bash[28554]: audit 2023-12-07T19:07:38.897200+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:39 smithi022 bash[28554]: cluster 2023-12-07T19:07:39.461160+0000 mgr.a (mgr.24293) 22342 : cluster 0 pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:39 smithi044 bash[32620]: audit 2023-12-07T19:07:38.885368+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:39 smithi044 bash[32620]: audit 2023-12-07T19:07:38.887297+0000 mon.a (mon.0) 3526 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:39 smithi044 bash[32620]: audit 2023-12-07T19:07:38.897200+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:39 smithi044 bash[32620]: cluster 2023-12-07T19:07:39.461160+0000 mgr.a (mgr.24293) 22342 : cluster 0 pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:39 smithi027 bash[31536]: audit 2023-12-07T19:07:38.885368+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:39 smithi027 bash[31536]: audit 2023-12-07T19:07:38.887297+0000 mon.a (mon.0) 3526 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:39 smithi027 bash[31536]: audit 2023-12-07T19:07:38.897200+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:07:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:39 smithi027 bash[31536]: cluster 2023-12-07T19:07:39.461160+0000 mgr.a (mgr.24293) 22342 : cluster 0 pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:40.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:40.164 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:40.165 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:41.099 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:41.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:41.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:41.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:41.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:42 smithi022 bash[28554]: audit 2023-12-07T19:07:40.576607+0000 mgr.a (mgr.24293) 22343 : audit 0 from='client.439824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:42 smithi022 bash[28554]: cluster 2023-12-07T19:07:41.462150+0000 mgr.a (mgr.24293) 22344 : cluster 0 pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:42 smithi044 bash[32620]: audit 2023-12-07T19:07:40.576607+0000 mgr.a (mgr.24293) 22343 : audit 0 from='client.439824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:42 smithi044 bash[32620]: cluster 2023-12-07T19:07:41.462150+0000 mgr.a (mgr.24293) 22344 : cluster 0 pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:42 smithi027 bash[31536]: audit 2023-12-07T19:07:40.576607+0000 mgr.a (mgr.24293) 22343 : audit 0 from='client.439824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:42 smithi027 bash[31536]: cluster 2023-12-07T19:07:41.462150+0000 mgr.a (mgr.24293) 22344 : cluster 0 pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:43 smithi022 bash[28554]: cluster 2023-12-07T19:07:43.462719+0000 mgr.a (mgr.24293) 22345 : cluster 0 pgmap v16709: 33 pgs: 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:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:43 smithi044 bash[32620]: cluster 2023-12-07T19:07:43.462719+0000 mgr.a (mgr.24293) 22345 : cluster 0 pgmap v16709: 33 pgs: 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:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:43 smithi027 bash[31536]: cluster 2023-12-07T19:07:43.462719+0000 mgr.a (mgr.24293) 22345 : cluster 0 pgmap v16709: 33 pgs: 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:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:45 smithi022 bash[28554]: cluster 2023-12-07T19:07:45.463622+0000 mgr.a (mgr.24293) 22346 : cluster 0 pgmap v16710: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:45 smithi044 bash[32620]: cluster 2023-12-07T19:07:45.463622+0000 mgr.a (mgr.24293) 22346 : cluster 0 pgmap v16710: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:45 smithi027 bash[31536]: cluster 2023-12-07T19:07:45.463622+0000 mgr.a (mgr.24293) 22346 : cluster 0 pgmap v16710: 33 pgs: 33 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:46.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:46.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:46.103 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:47.042 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:47.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:47.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:47.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:47.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:47 smithi022 bash[28554]: audit 2023-12-07T19:07:46.518502+0000 mgr.a (mgr.24293) 22347 : audit 0 from='client.439899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:47 smithi022 bash[28554]: cluster 2023-12-07T19:07:47.464296+0000 mgr.a (mgr.24293) 22348 : cluster 0 pgmap v16711: 33 pgs: 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:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:47 smithi044 bash[32620]: audit 2023-12-07T19:07:46.518502+0000 mgr.a (mgr.24293) 22347 : audit 0 from='client.439899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:47 smithi044 bash[32620]: cluster 2023-12-07T19:07:47.464296+0000 mgr.a (mgr.24293) 22348 : cluster 0 pgmap v16711: 33 pgs: 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:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:47 smithi027 bash[31536]: audit 2023-12-07T19:07:46.518502+0000 mgr.a (mgr.24293) 22347 : audit 0 from='client.439899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:47 smithi027 bash[31536]: cluster 2023-12-07T19:07:47.464296+0000 mgr.a (mgr.24293) 22348 : cluster 0 pgmap v16711: 33 pgs: 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:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:49 smithi022 bash[28554]: cluster 2023-12-07T19:07:49.464978+0000 mgr.a (mgr.24293) 22349 : cluster 0 pgmap v16712: 33 pgs: 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:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:49 smithi044 bash[32620]: cluster 2023-12-07T19:07:49.464978+0000 mgr.a (mgr.24293) 22349 : cluster 0 pgmap v16712: 33 pgs: 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:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:49 smithi027 bash[31536]: cluster 2023-12-07T19:07:49.464978+0000 mgr.a (mgr.24293) 22349 : cluster 0 pgmap v16712: 33 pgs: 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:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:51 smithi022 bash[28554]: cluster 2023-12-07T19:07:51.465765+0000 mgr.a (mgr.24293) 22350 : cluster 0 pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:51 smithi044 bash[32620]: cluster 2023-12-07T19:07:51.465765+0000 mgr.a (mgr.24293) 22350 : cluster 0 pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:51 smithi027 bash[31536]: cluster 2023-12-07T19:07:51.465765+0000 mgr.a (mgr.24293) 22350 : cluster 0 pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:52.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:52.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:52.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:52 smithi022 bash[28554]: audit 2023-12-07T19:07:52.454847+0000 mgr.a (mgr.24293) 22351 : audit 0 from='client.439977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:52 smithi044 bash[32620]: audit 2023-12-07T19:07:52.454847+0000 mgr.a (mgr.24293) 22351 : audit 0 from='client.439977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:52 smithi027 bash[31536]: audit 2023-12-07T19:07:52.454847+0000 mgr.a (mgr.24293) 22351 : audit 0 from='client.439977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:52.980 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:52.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:52.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:52.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:52.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:53 smithi022 bash[28554]: cluster 2023-12-07T19:07:53.466434+0000 mgr.a (mgr.24293) 22352 : cluster 0 pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:53 smithi044 bash[32620]: cluster 2023-12-07T19:07:53.466434+0000 mgr.a (mgr.24293) 22352 : cluster 0 pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:53 smithi027 bash[31536]: cluster 2023-12-07T19:07:53.466434+0000 mgr.a (mgr.24293) 22352 : cluster 0 pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:55 smithi022 bash[28554]: cluster 2023-12-07T19:07:55.467164+0000 mgr.a (mgr.24293) 22353 : cluster 0 pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:55 smithi044 bash[32620]: cluster 2023-12-07T19:07:55.467164+0000 mgr.a (mgr.24293) 22353 : cluster 0 pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:55 smithi027 bash[31536]: cluster 2023-12-07T19:07:55.467164+0000 mgr.a (mgr.24293) 22353 : cluster 0 pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:57 smithi022 bash[28554]: cluster 2023-12-07T19:07:57.467739+0000 mgr.a (mgr.24293) 22354 : cluster 0 pgmap v16716: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:57 smithi044 bash[32620]: cluster 2023-12-07T19:07:57.467739+0000 mgr.a (mgr.24293) 22354 : cluster 0 pgmap v16716: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:57 smithi027 bash[31536]: cluster 2023-12-07T19:07:57.467739+0000 mgr.a (mgr.24293) 22354 : cluster 0 pgmap v16716: 33 pgs: 33 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.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:07:57.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:57.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:58.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:07:58.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:58.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:58.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:58.914 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:07:58.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:58 smithi022 bash[28554]: audit 2023-12-07T19:07:58.398907+0000 mgr.a (mgr.24293) 22355 : audit 0 from='client.440052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:58 smithi044 bash[32620]: audit 2023-12-07T19:07:58.398907+0000 mgr.a (mgr.24293) 22355 : audit 0 from='client.440052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:58 smithi027 bash[31536]: audit 2023-12-07T19:07:58.398907+0000 mgr.a (mgr.24293) 22355 : audit 0 from='client.440052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:07:59 smithi022 bash[28554]: cluster 2023-12-07T19:07:59.468444+0000 mgr.a (mgr.24293) 22356 : cluster 0 pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:07:59 smithi044 bash[32620]: cluster 2023-12-07T19:07:59.468444+0000 mgr.a (mgr.24293) 22356 : cluster 0 pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:07:59 smithi027 bash[31536]: cluster 2023-12-07T19:07:59.468444+0000 mgr.a (mgr.24293) 22356 : cluster 0 pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:01 smithi022 bash[28554]: cluster 2023-12-07T19:08:01.469255+0000 mgr.a (mgr.24293) 22357 : cluster 0 pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:01 smithi044 bash[32620]: cluster 2023-12-07T19:08:01.469255+0000 mgr.a (mgr.24293) 22357 : cluster 0 pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:01 smithi027 bash[31536]: cluster 2023-12-07T19:08:01.469255+0000 mgr.a (mgr.24293) 22357 : cluster 0 pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:03.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:03.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:03.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:03.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:03 smithi022 bash[28554]: cluster 2023-12-07T19:08:03.469827+0000 mgr.a (mgr.24293) 22358 : cluster 0 pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:03 smithi044 bash[32620]: cluster 2023-12-07T19:08:03.469827+0000 mgr.a (mgr.24293) 22358 : cluster 0 pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:03 smithi027 bash[31536]: cluster 2023-12-07T19:08:03.469827+0000 mgr.a (mgr.24293) 22358 : cluster 0 pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:04.865 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:04.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:04.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:04.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:04.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:04 smithi022 bash[28554]: audit 2023-12-07T19:08:04.328336+0000 mgr.a (mgr.24293) 22359 : audit 0 from='client.440130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:04 smithi044 bash[32620]: audit 2023-12-07T19:08:04.328336+0000 mgr.a (mgr.24293) 22359 : audit 0 from='client.440130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:04 smithi027 bash[31536]: audit 2023-12-07T19:08:04.328336+0000 mgr.a (mgr.24293) 22359 : audit 0 from='client.440130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:05 smithi022 bash[28554]: cluster 2023-12-07T19:08:05.470865+0000 mgr.a (mgr.24293) 22360 : cluster 0 pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:05 smithi044 bash[32620]: cluster 2023-12-07T19:08:05.470865+0000 mgr.a (mgr.24293) 22360 : cluster 0 pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:05 smithi027 bash[31536]: cluster 2023-12-07T19:08:05.470865+0000 mgr.a (mgr.24293) 22360 : cluster 0 pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:07 smithi022 bash[28554]: cluster 2023-12-07T19:08:07.471493+0000 mgr.a (mgr.24293) 22361 : cluster 0 pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:07 smithi044 bash[32620]: cluster 2023-12-07T19:08:07.471493+0000 mgr.a (mgr.24293) 22361 : cluster 0 pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:07 smithi027 bash[31536]: cluster 2023-12-07T19:08:07.471493+0000 mgr.a (mgr.24293) 22361 : cluster 0 pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:09.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:09.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:09 smithi022 bash[28554]: cluster 2023-12-07T19:08:09.472031+0000 mgr.a (mgr.24293) 22362 : cluster 0 pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:09 smithi044 bash[32620]: cluster 2023-12-07T19:08:09.472031+0000 mgr.a (mgr.24293) 22362 : cluster 0 pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:09 smithi027 bash[31536]: cluster 2023-12-07T19:08:09.472031+0000 mgr.a (mgr.24293) 22362 : cluster 0 pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:10.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:10.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:10.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:10.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:10.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:10 smithi022 bash[28554]: audit 2023-12-07T19:08:10.284072+0000 mgr.a (mgr.24293) 22363 : audit 0 from='client.440208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:10 smithi044 bash[32620]: audit 2023-12-07T19:08:10.284072+0000 mgr.a (mgr.24293) 22363 : audit 0 from='client.440208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:10 smithi027 bash[31536]: audit 2023-12-07T19:08:10.284072+0000 mgr.a (mgr.24293) 22363 : audit 0 from='client.440208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:11 smithi022 bash[28554]: cluster 2023-12-07T19:08:11.473141+0000 mgr.a (mgr.24293) 22364 : cluster 0 pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:11 smithi044 bash[32620]: cluster 2023-12-07T19:08:11.473141+0000 mgr.a (mgr.24293) 22364 : cluster 0 pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:11 smithi027 bash[31536]: cluster 2023-12-07T19:08:11.473141+0000 mgr.a (mgr.24293) 22364 : cluster 0 pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:13 smithi022 bash[28554]: cluster 2023-12-07T19:08:13.473734+0000 mgr.a (mgr.24293) 22365 : cluster 0 pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:13 smithi044 bash[32620]: cluster 2023-12-07T19:08:13.473734+0000 mgr.a (mgr.24293) 22365 : cluster 0 pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:13 smithi027 bash[31536]: cluster 2023-12-07T19:08:13.473734+0000 mgr.a (mgr.24293) 22365 : cluster 0 pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:15.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:15.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:15.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:15 smithi022 bash[28554]: cluster 2023-12-07T19:08:15.474484+0000 mgr.a (mgr.24293) 22366 : cluster 0 pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:15 smithi044 bash[32620]: cluster 2023-12-07T19:08:15.474484+0000 mgr.a (mgr.24293) 22366 : cluster 0 pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:15 smithi027 bash[31536]: cluster 2023-12-07T19:08:15.474484+0000 mgr.a (mgr.24293) 22366 : cluster 0 pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:16.793 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:16.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:16.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:16.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:16.793 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:16 smithi022 bash[28554]: audit 2023-12-07T19:08:16.257111+0000 mgr.a (mgr.24293) 22367 : audit 0 from='client.440286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:16 smithi044 bash[32620]: audit 2023-12-07T19:08:16.257111+0000 mgr.a (mgr.24293) 22367 : audit 0 from='client.440286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:16 smithi027 bash[31536]: audit 2023-12-07T19:08:16.257111+0000 mgr.a (mgr.24293) 22367 : audit 0 from='client.440286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:17 smithi022 bash[28554]: cluster 2023-12-07T19:08:17.475211+0000 mgr.a (mgr.24293) 22368 : cluster 0 pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:17 smithi044 bash[32620]: cluster 2023-12-07T19:08:17.475211+0000 mgr.a (mgr.24293) 22368 : cluster 0 pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:17 smithi027 bash[31536]: cluster 2023-12-07T19:08:17.475211+0000 mgr.a (mgr.24293) 22368 : cluster 0 pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:19 smithi022 bash[28554]: cluster 2023-12-07T19:08:19.475949+0000 mgr.a (mgr.24293) 22369 : cluster 0 pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:19 smithi044 bash[32620]: cluster 2023-12-07T19:08:19.475949+0000 mgr.a (mgr.24293) 22369 : cluster 0 pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:19 smithi027 bash[31536]: cluster 2023-12-07T19:08:19.475949+0000 mgr.a (mgr.24293) 22369 : cluster 0 pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:21.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:21.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:21.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:21 smithi022 bash[28554]: cluster 2023-12-07T19:08:21.476984+0000 mgr.a (mgr.24293) 22370 : cluster 0 pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:21 smithi044 bash[32620]: cluster 2023-12-07T19:08:21.476984+0000 mgr.a (mgr.24293) 22370 : cluster 0 pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:21 smithi027 bash[31536]: cluster 2023-12-07T19:08:21.476984+0000 mgr.a (mgr.24293) 22370 : cluster 0 pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:22.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:22.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:22.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:22 smithi022 bash[28554]: audit 2023-12-07T19:08:22.209304+0000 mgr.a (mgr.24293) 22371 : audit 0 from='client.440361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:22 smithi044 bash[32620]: audit 2023-12-07T19:08:22.209304+0000 mgr.a (mgr.24293) 22371 : audit 0 from='client.440361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:22 smithi027 bash[31536]: audit 2023-12-07T19:08:22.209304+0000 mgr.a (mgr.24293) 22371 : audit 0 from='client.440361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:23 smithi022 bash[28554]: cluster 2023-12-07T19:08:23.477764+0000 mgr.a (mgr.24293) 22372 : cluster 0 pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:23 smithi044 bash[32620]: cluster 2023-12-07T19:08:23.477764+0000 mgr.a (mgr.24293) 22372 : cluster 0 pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:23 smithi027 bash[31536]: cluster 2023-12-07T19:08:23.477764+0000 mgr.a (mgr.24293) 22372 : cluster 0 pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:25 smithi022 bash[28554]: cluster 2023-12-07T19:08:25.478596+0000 mgr.a (mgr.24293) 22373 : cluster 0 pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:25 smithi044 bash[32620]: cluster 2023-12-07T19:08:25.478596+0000 mgr.a (mgr.24293) 22373 : cluster 0 pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:25 smithi027 bash[31536]: cluster 2023-12-07T19:08:25.478596+0000 mgr.a (mgr.24293) 22373 : cluster 0 pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:27.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:27.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:27.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:27 smithi022 bash[28554]: cluster 2023-12-07T19:08:27.479105+0000 mgr.a (mgr.24293) 22374 : cluster 0 pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:27 smithi044 bash[32620]: cluster 2023-12-07T19:08:27.479105+0000 mgr.a (mgr.24293) 22374 : cluster 0 pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:27 smithi027 bash[31536]: cluster 2023-12-07T19:08:27.479105+0000 mgr.a (mgr.24293) 22374 : cluster 0 pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:28.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:28.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:28.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:28.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:28.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:28 smithi022 bash[28554]: audit 2023-12-07T19:08:28.149798+0000 mgr.a (mgr.24293) 22375 : audit 0 from='client.440439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:28 smithi044 bash[32620]: audit 2023-12-07T19:08:28.149798+0000 mgr.a (mgr.24293) 22375 : audit 0 from='client.440439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:28 smithi027 bash[31536]: audit 2023-12-07T19:08:28.149798+0000 mgr.a (mgr.24293) 22375 : audit 0 from='client.440439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:29 smithi022 bash[28554]: cluster 2023-12-07T19:08:29.479864+0000 mgr.a (mgr.24293) 22376 : cluster 0 pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:29 smithi044 bash[32620]: cluster 2023-12-07T19:08:29.479864+0000 mgr.a (mgr.24293) 22376 : cluster 0 pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:29 smithi027 bash[31536]: cluster 2023-12-07T19:08:29.479864+0000 mgr.a (mgr.24293) 22376 : cluster 0 pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:31 smithi022 bash[28554]: cluster 2023-12-07T19:08:31.480690+0000 mgr.a (mgr.24293) 22377 : cluster 0 pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:31 smithi044 bash[32620]: cluster 2023-12-07T19:08:31.480690+0000 mgr.a (mgr.24293) 22377 : cluster 0 pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:31 smithi027 bash[31536]: cluster 2023-12-07T19:08:31.480690+0000 mgr.a (mgr.24293) 22377 : cluster 0 pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:33.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:33.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:33.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:33 smithi022 bash[28554]: cluster 2023-12-07T19:08:33.481281+0000 mgr.a (mgr.24293) 22378 : cluster 0 pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:33 smithi044 bash[32620]: cluster 2023-12-07T19:08:33.481281+0000 mgr.a (mgr.24293) 22378 : cluster 0 pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:33 smithi027 bash[31536]: cluster 2023-12-07T19:08:33.481281+0000 mgr.a (mgr.24293) 22378 : cluster 0 pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:34.617 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:34.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:34.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:34.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:34.618 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:34.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:34 smithi022 bash[28554]: audit 2023-12-07T19:08:34.101569+0000 mgr.a (mgr.24293) 22379 : audit 0 from='client.440517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:34 smithi044 bash[32620]: audit 2023-12-07T19:08:34.101569+0000 mgr.a (mgr.24293) 22379 : audit 0 from='client.440517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:34 smithi027 bash[31536]: audit 2023-12-07T19:08:34.101569+0000 mgr.a (mgr.24293) 22379 : audit 0 from='client.440517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:35 smithi022 bash[28554]: cluster 2023-12-07T19:08:35.482240+0000 mgr.a (mgr.24293) 22380 : cluster 0 pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:35 smithi044 bash[32620]: cluster 2023-12-07T19:08:35.482240+0000 mgr.a (mgr.24293) 22380 : cluster 0 pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:35 smithi027 bash[31536]: cluster 2023-12-07T19:08:35.482240+0000 mgr.a (mgr.24293) 22380 : cluster 0 pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:37 smithi022 bash[28554]: cluster 2023-12-07T19:08:37.482862+0000 mgr.a (mgr.24293) 22381 : cluster 0 pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:37 smithi044 bash[32620]: cluster 2023-12-07T19:08:37.482862+0000 mgr.a (mgr.24293) 22381 : cluster 0 pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:37.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:37 smithi027 bash[31536]: cluster 2023-12-07T19:08:37.482862+0000 mgr.a (mgr.24293) 22381 : cluster 0 pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:39 smithi022 bash[28554]: audit 2023-12-07T19:08:39.000768+0000 mon.a (mon.0) 3528 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:39 smithi044 bash[32620]: audit 2023-12-07T19:08:39.000768+0000 mon.a (mon.0) 3528 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:39 smithi027 bash[31536]: audit 2023-12-07T19:08:39.000768+0000 mon.a (mon.0) 3528 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:39.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:39.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:39.620 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:40.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:40.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:40.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:40.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:40.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: cluster 2023-12-07T19:08:39.483385+0000 mgr.a (mgr.24293) 22382 : cluster 0 pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:39.529491+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:39.534254+0000 mon.a (mon.0) 3530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:39.538818+0000 mon.a (mon.0) 3531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:39.544457+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:40.339663+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:40.341917+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:40 smithi022 bash[28554]: audit 2023-12-07T19:08:40.351864+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: cluster 2023-12-07T19:08:39.483385+0000 mgr.a (mgr.24293) 22382 : cluster 0 pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:39.529491+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:39.534254+0000 mon.a (mon.0) 3530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:39.538818+0000 mon.a (mon.0) 3531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:39.544457+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:40.339663+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:40.341917+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:40 smithi044 bash[32620]: audit 2023-12-07T19:08:40.351864+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: cluster 2023-12-07T19:08:39.483385+0000 mgr.a (mgr.24293) 22382 : cluster 0 pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:39.529491+0000 mon.a (mon.0) 3529 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:39.534254+0000 mon.a (mon.0) 3530 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:39.538818+0000 mon.a (mon.0) 3531 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:39.544457+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:40.339663+0000 mon.a (mon.0) 3533 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:40.341917+0000 mon.a (mon.0) 3534 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:40 smithi027 bash[31536]: audit 2023-12-07T19:08:40.351864+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:08:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:41 smithi022 bash[28554]: audit 2023-12-07T19:08:40.029984+0000 mgr.a (mgr.24293) 22383 : audit 0 from='client.440595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:41 smithi044 bash[32620]: audit 2023-12-07T19:08:40.029984+0000 mgr.a (mgr.24293) 22383 : audit 0 from='client.440595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:41 smithi027 bash[31536]: audit 2023-12-07T19:08:40.029984+0000 mgr.a (mgr.24293) 22383 : audit 0 from='client.440595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:42 smithi022 bash[28554]: cluster 2023-12-07T19:08:41.484595+0000 mgr.a (mgr.24293) 22384 : cluster 0 pgmap v16738: 33 pgs: 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:08:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:42 smithi044 bash[32620]: cluster 2023-12-07T19:08:41.484595+0000 mgr.a (mgr.24293) 22384 : cluster 0 pgmap v16738: 33 pgs: 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:08:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:42 smithi027 bash[31536]: cluster 2023-12-07T19:08:41.484595+0000 mgr.a (mgr.24293) 22384 : cluster 0 pgmap v16738: 33 pgs: 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:08:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:43 smithi022 bash[28554]: cluster 2023-12-07T19:08:43.485258+0000 mgr.a (mgr.24293) 22385 : cluster 0 pgmap v16739: 33 pgs: 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:08:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:43 smithi044 bash[32620]: cluster 2023-12-07T19:08:43.485258+0000 mgr.a (mgr.24293) 22385 : cluster 0 pgmap v16739: 33 pgs: 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:08:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:43 smithi027 bash[31536]: cluster 2023-12-07T19:08:43.485258+0000 mgr.a (mgr.24293) 22385 : cluster 0 pgmap v16739: 33 pgs: 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:08:45.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:45.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:45.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:45 smithi022 bash[28554]: cluster 2023-12-07T19:08:45.485998+0000 mgr.a (mgr.24293) 22386 : cluster 0 pgmap v16740: 33 pgs: 33 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:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:45 smithi044 bash[32620]: cluster 2023-12-07T19:08:45.485998+0000 mgr.a (mgr.24293) 22386 : cluster 0 pgmap v16740: 33 pgs: 33 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:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:45 smithi027 bash[31536]: cluster 2023-12-07T19:08:45.485998+0000 mgr.a (mgr.24293) 22386 : cluster 0 pgmap v16740: 33 pgs: 33 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.513 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:46.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:46.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:46.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:46.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:46 smithi022 bash[28554]: audit 2023-12-07T19:08:45.997757+0000 mgr.a (mgr.24293) 22387 : audit 0 from='client.440670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:46 smithi044 bash[32620]: audit 2023-12-07T19:08:45.997757+0000 mgr.a (mgr.24293) 22387 : audit 0 from='client.440670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:46 smithi027 bash[31536]: audit 2023-12-07T19:08:45.997757+0000 mgr.a (mgr.24293) 22387 : audit 0 from='client.440670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:47 smithi027 bash[31536]: cluster 2023-12-07T19:08:47.486696+0000 mgr.a (mgr.24293) 22388 : cluster 0 pgmap v16741: 33 pgs: 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:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:47 smithi022 bash[28554]: cluster 2023-12-07T19:08:47.486696+0000 mgr.a (mgr.24293) 22388 : cluster 0 pgmap v16741: 33 pgs: 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:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:47 smithi044 bash[32620]: cluster 2023-12-07T19:08:47.486696+0000 mgr.a (mgr.24293) 22388 : cluster 0 pgmap v16741: 33 pgs: 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:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:49 smithi022 bash[28554]: cluster 2023-12-07T19:08:49.487261+0000 mgr.a (mgr.24293) 22389 : cluster 0 pgmap v16742: 33 pgs: 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:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:49 smithi044 bash[32620]: cluster 2023-12-07T19:08:49.487261+0000 mgr.a (mgr.24293) 22389 : cluster 0 pgmap v16742: 33 pgs: 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:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:49 smithi027 bash[31536]: cluster 2023-12-07T19:08:49.487261+0000 mgr.a (mgr.24293) 22389 : cluster 0 pgmap v16742: 33 pgs: 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:51.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:51.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:51.517 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:51 smithi022 bash[28554]: cluster 2023-12-07T19:08:51.488079+0000 mgr.a (mgr.24293) 22390 : cluster 0 pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:51 smithi044 bash[32620]: cluster 2023-12-07T19:08:51.488079+0000 mgr.a (mgr.24293) 22390 : cluster 0 pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:51 smithi027 bash[31536]: cluster 2023-12-07T19:08:51.488079+0000 mgr.a (mgr.24293) 22390 : cluster 0 pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:52.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:52.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:52.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:52.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:52.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:52 smithi022 bash[28554]: audit 2023-12-07T19:08:51.931956+0000 mgr.a (mgr.24293) 22391 : audit 0 from='client.440742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:52 smithi044 bash[32620]: audit 2023-12-07T19:08:51.931956+0000 mgr.a (mgr.24293) 22391 : audit 0 from='client.440742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:52 smithi027 bash[31536]: audit 2023-12-07T19:08:51.931956+0000 mgr.a (mgr.24293) 22391 : audit 0 from='client.440742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:53 smithi022 bash[28554]: cluster 2023-12-07T19:08:53.488767+0000 mgr.a (mgr.24293) 22392 : cluster 0 pgmap v16744: 33 pgs: 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:08:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:53 smithi044 bash[32620]: cluster 2023-12-07T19:08:53.488767+0000 mgr.a (mgr.24293) 22392 : cluster 0 pgmap v16744: 33 pgs: 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:08:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:53 smithi027 bash[31536]: cluster 2023-12-07T19:08:53.488767+0000 mgr.a (mgr.24293) 22392 : cluster 0 pgmap v16744: 33 pgs: 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:08:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:55 smithi022 bash[28554]: cluster 2023-12-07T19:08:55.489571+0000 mgr.a (mgr.24293) 22393 : cluster 0 pgmap v16745: 33 pgs: 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:08:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:55 smithi044 bash[32620]: cluster 2023-12-07T19:08:55.489571+0000 mgr.a (mgr.24293) 22393 : cluster 0 pgmap v16745: 33 pgs: 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:08:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:55 smithi027 bash[31536]: cluster 2023-12-07T19:08:55.489571+0000 mgr.a (mgr.24293) 22393 : cluster 0 pgmap v16745: 33 pgs: 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:08:57.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:08:57.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:57.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:57 smithi022 bash[28554]: cluster 2023-12-07T19:08:57.490161+0000 mgr.a (mgr.24293) 22394 : cluster 0 pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:57 smithi044 bash[32620]: cluster 2023-12-07T19:08:57.490161+0000 mgr.a (mgr.24293) 22394 : cluster 0 pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:57 smithi027 bash[31536]: cluster 2023-12-07T19:08:57.490161+0000 mgr.a (mgr.24293) 22394 : cluster 0 pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:58.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:08:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:58.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:08:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:58 smithi022 bash[28554]: audit 2023-12-07T19:08:57.879221+0000 mgr.a (mgr.24293) 22395 : audit 0 from='client.440817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:58 smithi044 bash[32620]: audit 2023-12-07T19:08:57.879221+0000 mgr.a (mgr.24293) 22395 : audit 0 from='client.440817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:58 smithi027 bash[31536]: audit 2023-12-07T19:08:57.879221+0000 mgr.a (mgr.24293) 22395 : audit 0 from='client.440817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:08:59 smithi022 bash[28554]: cluster 2023-12-07T19:08:59.490895+0000 mgr.a (mgr.24293) 22396 : cluster 0 pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:08:59 smithi044 bash[32620]: cluster 2023-12-07T19:08:59.490895+0000 mgr.a (mgr.24293) 22396 : cluster 0 pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:08:59 smithi027 bash[31536]: cluster 2023-12-07T19:08:59.490895+0000 mgr.a (mgr.24293) 22396 : cluster 0 pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:01 smithi022 bash[28554]: cluster 2023-12-07T19:09:01.491673+0000 mgr.a (mgr.24293) 22397 : cluster 0 pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:01 smithi044 bash[32620]: cluster 2023-12-07T19:09:01.491673+0000 mgr.a (mgr.24293) 22397 : cluster 0 pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:01 smithi027 bash[31536]: cluster 2023-12-07T19:09:01.491673+0000 mgr.a (mgr.24293) 22397 : cluster 0 pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:03.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:03.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:03.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:03 smithi022 bash[28554]: cluster 2023-12-07T19:09:03.492212+0000 mgr.a (mgr.24293) 22398 : cluster 0 pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:03 smithi044 bash[32620]: cluster 2023-12-07T19:09:03.492212+0000 mgr.a (mgr.24293) 22398 : cluster 0 pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:03 smithi027 bash[31536]: cluster 2023-12-07T19:09:03.492212+0000 mgr.a (mgr.24293) 22398 : cluster 0 pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:04.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:04 smithi022 bash[28554]: audit 2023-12-07T19:09:03.820183+0000 mgr.a (mgr.24293) 22399 : audit 0 from='client.440889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:04 smithi044 bash[32620]: audit 2023-12-07T19:09:03.820183+0000 mgr.a (mgr.24293) 22399 : audit 0 from='client.440889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:04 smithi027 bash[31536]: audit 2023-12-07T19:09:03.820183+0000 mgr.a (mgr.24293) 22399 : audit 0 from='client.440889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:05 smithi027 bash[31536]: cluster 2023-12-07T19:09:05.493151+0000 mgr.a (mgr.24293) 22400 : cluster 0 pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:05 smithi022 bash[28554]: cluster 2023-12-07T19:09:05.493151+0000 mgr.a (mgr.24293) 22400 : cluster 0 pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:05 smithi044 bash[32620]: cluster 2023-12-07T19:09:05.493151+0000 mgr.a (mgr.24293) 22400 : cluster 0 pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:07 smithi022 bash[28554]: cluster 2023-12-07T19:09:07.493863+0000 mgr.a (mgr.24293) 22401 : cluster 0 pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:07 smithi044 bash[32620]: cluster 2023-12-07T19:09:07.493863+0000 mgr.a (mgr.24293) 22401 : cluster 0 pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:07 smithi027 bash[31536]: cluster 2023-12-07T19:09:07.493863+0000 mgr.a (mgr.24293) 22401 : cluster 0 pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:09.358 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:09.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:09.359 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:09 smithi022 bash[28554]: cluster 2023-12-07T19:09:09.494287+0000 mgr.a (mgr.24293) 22402 : cluster 0 pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:09 smithi044 bash[32620]: cluster 2023-12-07T19:09:09.494287+0000 mgr.a (mgr.24293) 22402 : cluster 0 pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:09 smithi027 bash[31536]: cluster 2023-12-07T19:09:09.494287+0000 mgr.a (mgr.24293) 22402 : cluster 0 pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:10.315 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:10.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:10.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:10.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:10.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:10 smithi022 bash[28554]: audit 2023-12-07T19:09:09.779348+0000 mgr.a (mgr.24293) 22403 : audit 0 from='client.440967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:10 smithi044 bash[32620]: audit 2023-12-07T19:09:09.779348+0000 mgr.a (mgr.24293) 22403 : audit 0 from='client.440967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:10 smithi027 bash[31536]: audit 2023-12-07T19:09:09.779348+0000 mgr.a (mgr.24293) 22403 : audit 0 from='client.440967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:11 smithi027 bash[31536]: cluster 2023-12-07T19:09:11.495271+0000 mgr.a (mgr.24293) 22404 : cluster 0 pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:11 smithi022 bash[28554]: cluster 2023-12-07T19:09:11.495271+0000 mgr.a (mgr.24293) 22404 : cluster 0 pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:11 smithi044 bash[32620]: cluster 2023-12-07T19:09:11.495271+0000 mgr.a (mgr.24293) 22404 : cluster 0 pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:13 smithi022 bash[28554]: cluster 2023-12-07T19:09:13.495890+0000 mgr.a (mgr.24293) 22405 : cluster 0 pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:13 smithi044 bash[32620]: cluster 2023-12-07T19:09:13.495890+0000 mgr.a (mgr.24293) 22405 : cluster 0 pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:13 smithi027 bash[31536]: cluster 2023-12-07T19:09:13.495890+0000 mgr.a (mgr.24293) 22405 : cluster 0 pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:15.317 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:15.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:15.318 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:15 smithi027 bash[31536]: cluster 2023-12-07T19:09:15.496601+0000 mgr.a (mgr.24293) 22406 : cluster 0 pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:15 smithi022 bash[28554]: cluster 2023-12-07T19:09:15.496601+0000 mgr.a (mgr.24293) 22406 : cluster 0 pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:15 smithi044 bash[32620]: cluster 2023-12-07T19:09:15.496601+0000 mgr.a (mgr.24293) 22406 : cluster 0 pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:16.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:16.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:16.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:16.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:16.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:16 smithi027 bash[31536]: audit 2023-12-07T19:09:15.731330+0000 mgr.a (mgr.24293) 22407 : audit 0 from='client.441042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:16 smithi022 bash[28554]: audit 2023-12-07T19:09:15.731330+0000 mgr.a (mgr.24293) 22407 : audit 0 from='client.441042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:16 smithi044 bash[32620]: audit 2023-12-07T19:09:15.731330+0000 mgr.a (mgr.24293) 22407 : audit 0 from='client.441042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:17 smithi027 bash[31536]: cluster 2023-12-07T19:09:17.497296+0000 mgr.a (mgr.24293) 22408 : cluster 0 pgmap v16756: 33 pgs: 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:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:17 smithi022 bash[28554]: cluster 2023-12-07T19:09:17.497296+0000 mgr.a (mgr.24293) 22408 : cluster 0 pgmap v16756: 33 pgs: 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:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:17 smithi044 bash[32620]: cluster 2023-12-07T19:09:17.497296+0000 mgr.a (mgr.24293) 22408 : cluster 0 pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:19 smithi022 bash[28554]: cluster 2023-12-07T19:09:19.498012+0000 mgr.a (mgr.24293) 22409 : cluster 0 pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:19 smithi044 bash[32620]: cluster 2023-12-07T19:09:19.498012+0000 mgr.a (mgr.24293) 22409 : cluster 0 pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:19 smithi027 bash[31536]: cluster 2023-12-07T19:09:19.498012+0000 mgr.a (mgr.24293) 22409 : cluster 0 pgmap v16757: 33 pgs: 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:21.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:21.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:21.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:21 smithi022 bash[28554]: cluster 2023-12-07T19:09:21.498865+0000 mgr.a (mgr.24293) 22410 : cluster 0 pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:21 smithi044 bash[32620]: cluster 2023-12-07T19:09:21.498865+0000 mgr.a (mgr.24293) 22410 : cluster 0 pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:21 smithi027 bash[31536]: cluster 2023-12-07T19:09:21.498865+0000 mgr.a (mgr.24293) 22410 : cluster 0 pgmap v16758: 33 pgs: 33 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.187 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:22.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:22.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:22.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:22.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:22 smithi022 bash[28554]: audit 2023-12-07T19:09:21.670047+0000 mgr.a (mgr.24293) 22411 : audit 0 from='client.441114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:22 smithi044 bash[32620]: audit 2023-12-07T19:09:21.670047+0000 mgr.a (mgr.24293) 22411 : audit 0 from='client.441114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:22 smithi027 bash[31536]: audit 2023-12-07T19:09:21.670047+0000 mgr.a (mgr.24293) 22411 : audit 0 from='client.441114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:23 smithi022 bash[28554]: cluster 2023-12-07T19:09:23.499535+0000 mgr.a (mgr.24293) 22412 : cluster 0 pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:23 smithi044 bash[32620]: cluster 2023-12-07T19:09:23.499535+0000 mgr.a (mgr.24293) 22412 : cluster 0 pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:23 smithi027 bash[31536]: cluster 2023-12-07T19:09:23.499535+0000 mgr.a (mgr.24293) 22412 : cluster 0 pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:25 smithi027 bash[31536]: cluster 2023-12-07T19:09:25.500324+0000 mgr.a (mgr.24293) 22413 : cluster 0 pgmap v16760: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:25 smithi022 bash[28554]: cluster 2023-12-07T19:09:25.500324+0000 mgr.a (mgr.24293) 22413 : cluster 0 pgmap v16760: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:25 smithi044 bash[32620]: cluster 2023-12-07T19:09:25.500324+0000 mgr.a (mgr.24293) 22413 : cluster 0 pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:27.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:27.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:27.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:27 smithi022 bash[28554]: cluster 2023-12-07T19:09:27.500868+0000 mgr.a (mgr.24293) 22414 : cluster 0 pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:27 smithi044 bash[32620]: cluster 2023-12-07T19:09:27.500868+0000 mgr.a (mgr.24293) 22414 : cluster 0 pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:27 smithi027 bash[31536]: cluster 2023-12-07T19:09:27.500868+0000 mgr.a (mgr.24293) 22414 : cluster 0 pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:28.148 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:28.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:28.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:28.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:28.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:28 smithi022 bash[28554]: audit 2023-12-07T19:09:27.600006+0000 mgr.a (mgr.24293) 22415 : audit 0 from='client.441192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:28 smithi044 bash[32620]: audit 2023-12-07T19:09:27.600006+0000 mgr.a (mgr.24293) 22415 : audit 0 from='client.441192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:28 smithi027 bash[31536]: audit 2023-12-07T19:09:27.600006+0000 mgr.a (mgr.24293) 22415 : audit 0 from='client.441192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:29 smithi022 bash[28554]: cluster 2023-12-07T19:09:29.501535+0000 mgr.a (mgr.24293) 22416 : cluster 0 pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:29 smithi044 bash[32620]: cluster 2023-12-07T19:09:29.501535+0000 mgr.a (mgr.24293) 22416 : cluster 0 pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:29 smithi027 bash[31536]: cluster 2023-12-07T19:09:29.501535+0000 mgr.a (mgr.24293) 22416 : cluster 0 pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:31 smithi022 bash[28554]: cluster 2023-12-07T19:09:31.502333+0000 mgr.a (mgr.24293) 22417 : cluster 0 pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:31 smithi044 bash[32620]: cluster 2023-12-07T19:09:31.502333+0000 mgr.a (mgr.24293) 22417 : cluster 0 pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:31 smithi027 bash[31536]: cluster 2023-12-07T19:09:31.502333+0000 mgr.a (mgr.24293) 22417 : cluster 0 pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:33.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:33.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:33.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:33 smithi022 bash[28554]: cluster 2023-12-07T19:09:33.502712+0000 mgr.a (mgr.24293) 22418 : cluster 0 pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:33 smithi044 bash[32620]: cluster 2023-12-07T19:09:33.502712+0000 mgr.a (mgr.24293) 22418 : cluster 0 pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:33 smithi027 bash[31536]: cluster 2023-12-07T19:09:33.502712+0000 mgr.a (mgr.24293) 22418 : cluster 0 pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:34.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:34.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:34.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:34.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:34.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:34 smithi022 bash[28554]: audit 2023-12-07T19:09:33.566268+0000 mgr.a (mgr.24293) 22419 : audit 0 from='client.441267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:34 smithi044 bash[32620]: audit 2023-12-07T19:09:33.566268+0000 mgr.a (mgr.24293) 22419 : audit 0 from='client.441267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:34 smithi027 bash[31536]: audit 2023-12-07T19:09:33.566268+0000 mgr.a (mgr.24293) 22419 : audit 0 from='client.441267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:35 smithi027 bash[31536]: cluster 2023-12-07T19:09:35.503590+0000 mgr.a (mgr.24293) 22420 : cluster 0 pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:35 smithi022 bash[28554]: cluster 2023-12-07T19:09:35.503590+0000 mgr.a (mgr.24293) 22420 : cluster 0 pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:35 smithi044 bash[32620]: cluster 2023-12-07T19:09:35.503590+0000 mgr.a (mgr.24293) 22420 : cluster 0 pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:37 smithi022 bash[28554]: cluster 2023-12-07T19:09:37.504212+0000 mgr.a (mgr.24293) 22421 : cluster 0 pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:37 smithi044 bash[32620]: cluster 2023-12-07T19:09:37.504212+0000 mgr.a (mgr.24293) 22421 : cluster 0 pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:37 smithi027 bash[31536]: cluster 2023-12-07T19:09:37.504212+0000 mgr.a (mgr.24293) 22421 : cluster 0 pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:39.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:39.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:39.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:39 smithi022 bash[28554]: audit 2023-12-07T19:09:39.485667+0000 mgr.a (mgr.24293) 22422 : audit 0 from='client.441345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:39 smithi022 bash[28554]: cluster 2023-12-07T19:09:39.504810+0000 mgr.a (mgr.24293) 22423 : cluster 0 pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:39 smithi044 bash[32620]: audit 2023-12-07T19:09:39.485667+0000 mgr.a (mgr.24293) 22422 : audit 0 from='client.441345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:39 smithi044 bash[32620]: cluster 2023-12-07T19:09:39.504810+0000 mgr.a (mgr.24293) 22423 : cluster 0 pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:39 smithi027 bash[31536]: audit 2023-12-07T19:09:39.485667+0000 mgr.a (mgr.24293) 22422 : audit 0 from='client.441345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:39 smithi027 bash[31536]: cluster 2023-12-07T19:09:39.504810+0000 mgr.a (mgr.24293) 22423 : cluster 0 pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:40.028 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:40.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:40.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:40.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:40.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:40 smithi027 bash[31536]: audit 2023-12-07T19:09:40.488855+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:40 smithi022 bash[28554]: audit 2023-12-07T19:09:40.488855+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:40 smithi044 bash[32620]: audit 2023-12-07T19:09:40.488855+0000 mon.a (mon.0) 3536 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:41 smithi027 bash[31536]: audit 2023-12-07T19:09:41.281887+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:41 smithi027 bash[31536]: audit 2023-12-07T19:09:41.283840+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:41 smithi027 bash[31536]: audit 2023-12-07T19:09:41.294242+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:09:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:41 smithi027 bash[31536]: cluster 2023-12-07T19:09:41.505681+0000 mgr.a (mgr.24293) 22424 : cluster 0 pgmap v16768: 33 pgs: 33 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:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:41 smithi022 bash[28554]: audit 2023-12-07T19:09:41.281887+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:41 smithi022 bash[28554]: audit 2023-12-07T19:09:41.283840+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:41 smithi022 bash[28554]: audit 2023-12-07T19:09:41.294242+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:09:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:41 smithi022 bash[28554]: cluster 2023-12-07T19:09:41.505681+0000 mgr.a (mgr.24293) 22424 : cluster 0 pgmap v16768: 33 pgs: 33 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:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:41 smithi044 bash[32620]: audit 2023-12-07T19:09:41.281887+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:41 smithi044 bash[32620]: audit 2023-12-07T19:09:41.283840+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:41 smithi044 bash[32620]: audit 2023-12-07T19:09:41.294242+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:09:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:41 smithi044 bash[32620]: cluster 2023-12-07T19:09:41.505681+0000 mgr.a (mgr.24293) 22424 : cluster 0 pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:43 smithi022 bash[28554]: cluster 2023-12-07T19:09:43.506256+0000 mgr.a (mgr.24293) 22425 : cluster 0 pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:43 smithi044 bash[32620]: cluster 2023-12-07T19:09:43.506256+0000 mgr.a (mgr.24293) 22425 : cluster 0 pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:43 smithi027 bash[31536]: cluster 2023-12-07T19:09:43.506256+0000 mgr.a (mgr.24293) 22425 : cluster 0 pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:45.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:45.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:45.032 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:45 smithi027 bash[31536]: audit 2023-12-07T19:09:45.441499+0000 mgr.a (mgr.24293) 22426 : audit 0 from='client.441420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:45 smithi027 bash[31536]: cluster 2023-12-07T19:09:45.506862+0000 mgr.a (mgr.24293) 22427 : cluster 0 pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:45.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:45.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:45.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:45.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:45.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:45 smithi022 bash[28554]: audit 2023-12-07T19:09:45.441499+0000 mgr.a (mgr.24293) 22426 : audit 0 from='client.441420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:45 smithi022 bash[28554]: cluster 2023-12-07T19:09:45.506862+0000 mgr.a (mgr.24293) 22427 : cluster 0 pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:45 smithi044 bash[32620]: audit 2023-12-07T19:09:45.441499+0000 mgr.a (mgr.24293) 22426 : audit 0 from='client.441420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:45 smithi044 bash[32620]: cluster 2023-12-07T19:09:45.506862+0000 mgr.a (mgr.24293) 22427 : cluster 0 pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:47 smithi022 bash[28554]: cluster 2023-12-07T19:09:47.507453+0000 mgr.a (mgr.24293) 22428 : cluster 0 pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:47 smithi044 bash[32620]: cluster 2023-12-07T19:09:47.507453+0000 mgr.a (mgr.24293) 22428 : cluster 0 pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:47 smithi027 bash[31536]: cluster 2023-12-07T19:09:47.507453+0000 mgr.a (mgr.24293) 22428 : cluster 0 pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:49 smithi022 bash[28554]: cluster 2023-12-07T19:09:49.508027+0000 mgr.a (mgr.24293) 22429 : cluster 0 pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:49 smithi044 bash[32620]: cluster 2023-12-07T19:09:49.508027+0000 mgr.a (mgr.24293) 22429 : cluster 0 pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:49 smithi027 bash[31536]: cluster 2023-12-07T19:09:49.508027+0000 mgr.a (mgr.24293) 22429 : cluster 0 pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:50.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:50.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:50.956 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:51.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:51.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:51.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:51.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:51.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:51 smithi022 bash[28554]: audit 2023-12-07T19:09:51.370148+0000 mgr.a (mgr.24293) 22430 : audit 0 from='client.441498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:51 smithi022 bash[28554]: cluster 2023-12-07T19:09:51.508768+0000 mgr.a (mgr.24293) 22431 : cluster 0 pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:51 smithi044 bash[32620]: audit 2023-12-07T19:09:51.370148+0000 mgr.a (mgr.24293) 22430 : audit 0 from='client.441498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:51 smithi044 bash[32620]: cluster 2023-12-07T19:09:51.508768+0000 mgr.a (mgr.24293) 22431 : cluster 0 pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:51 smithi027 bash[31536]: audit 2023-12-07T19:09:51.370148+0000 mgr.a (mgr.24293) 22430 : audit 0 from='client.441498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:51 smithi027 bash[31536]: cluster 2023-12-07T19:09:51.508768+0000 mgr.a (mgr.24293) 22431 : cluster 0 pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:53 smithi022 bash[28554]: cluster 2023-12-07T19:09:53.509382+0000 mgr.a (mgr.24293) 22432 : cluster 0 pgmap v16774: 33 pgs: 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:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:53 smithi044 bash[32620]: cluster 2023-12-07T19:09:53.509382+0000 mgr.a (mgr.24293) 22432 : cluster 0 pgmap v16774: 33 pgs: 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:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:53 smithi027 bash[31536]: cluster 2023-12-07T19:09:53.509382+0000 mgr.a (mgr.24293) 22432 : cluster 0 pgmap v16774: 33 pgs: 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:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:55 smithi027 bash[31536]: cluster 2023-12-07T19:09:55.510189+0000 mgr.a (mgr.24293) 22433 : cluster 0 pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:55 smithi022 bash[28554]: cluster 2023-12-07T19:09:55.510189+0000 mgr.a (mgr.24293) 22433 : cluster 0 pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:55 smithi044 bash[32620]: cluster 2023-12-07T19:09:55.510189+0000 mgr.a (mgr.24293) 22433 : cluster 0 pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:56.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:09:56.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:56.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:57.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:09:57.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:57.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:57.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:57.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:09:57.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:57 smithi022 bash[28554]: audit 2023-12-07T19:09:57.312017+0000 mgr.a (mgr.24293) 22434 : audit 0 from='client.441576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:57 smithi022 bash[28554]: cluster 2023-12-07T19:09:57.510717+0000 mgr.a (mgr.24293) 22435 : cluster 0 pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:57 smithi044 bash[32620]: audit 2023-12-07T19:09:57.312017+0000 mgr.a (mgr.24293) 22434 : audit 0 from='client.441576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:57 smithi044 bash[32620]: cluster 2023-12-07T19:09:57.510717+0000 mgr.a (mgr.24293) 22435 : cluster 0 pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:57 smithi027 bash[31536]: audit 2023-12-07T19:09:57.312017+0000 mgr.a (mgr.24293) 22434 : audit 0 from='client.441576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:57 smithi027 bash[31536]: cluster 2023-12-07T19:09:57.510717+0000 mgr.a (mgr.24293) 22435 : cluster 0 pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:09:59 smithi022 bash[28554]: cluster 2023-12-07T19:09:59.511372+0000 mgr.a (mgr.24293) 22436 : cluster 0 pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:09:59 smithi044 bash[32620]: cluster 2023-12-07T19:09:59.511372+0000 mgr.a (mgr.24293) 22436 : cluster 0 pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:09:59 smithi027 bash[31536]: cluster 2023-12-07T19:09:59.511372+0000 mgr.a (mgr.24293) 22436 : cluster 0 pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:00 smithi027 bash[31536]: cluster 2023-12-07T19:10:00.000128+0000 mon.a (mon.0) 3540 : cluster 1 overall HEALTH_OK 2023-12-07T19:10:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:00 smithi022 bash[28554]: cluster 2023-12-07T19:10:00.000128+0000 mon.a (mon.0) 3540 : cluster 1 overall HEALTH_OK 2023-12-07T19:10:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:00 smithi044 bash[32620]: cluster 2023-12-07T19:10:00.000128+0000 mon.a (mon.0) 3540 : cluster 1 overall HEALTH_OK 2023-12-07T19:10:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:01 smithi027 bash[31536]: cluster 2023-12-07T19:10:01.512191+0000 mgr.a (mgr.24293) 22437 : cluster 0 pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:01 smithi022 bash[28554]: cluster 2023-12-07T19:10:01.512191+0000 mgr.a (mgr.24293) 22437 : cluster 0 pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:01 smithi044 bash[32620]: cluster 2023-12-07T19:10:01.512191+0000 mgr.a (mgr.24293) 22437 : cluster 0 pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:02.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:02.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:02.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:03.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:03.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:03.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:03.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:03.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:03 smithi022 bash[28554]: audit 2023-12-07T19:10:03.232913+0000 mgr.a (mgr.24293) 22438 : audit 0 from='client.441654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:03 smithi022 bash[28554]: cluster 2023-12-07T19:10:03.513285+0000 mgr.a (mgr.24293) 22439 : cluster 0 pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:03 smithi044 bash[32620]: audit 2023-12-07T19:10:03.232913+0000 mgr.a (mgr.24293) 22438 : audit 0 from='client.441654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:03 smithi044 bash[32620]: cluster 2023-12-07T19:10:03.513285+0000 mgr.a (mgr.24293) 22439 : cluster 0 pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:03 smithi027 bash[31536]: audit 2023-12-07T19:10:03.232913+0000 mgr.a (mgr.24293) 22438 : audit 0 from='client.441654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:03 smithi027 bash[31536]: cluster 2023-12-07T19:10:03.513285+0000 mgr.a (mgr.24293) 22439 : cluster 0 pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:05 smithi027 bash[31536]: cluster 2023-12-07T19:10:05.514167+0000 mgr.a (mgr.24293) 22440 : cluster 0 pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:05 smithi022 bash[28554]: cluster 2023-12-07T19:10:05.514167+0000 mgr.a (mgr.24293) 22440 : cluster 0 pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:05 smithi044 bash[32620]: cluster 2023-12-07T19:10:05.514167+0000 mgr.a (mgr.24293) 22440 : cluster 0 pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:07 smithi022 bash[28554]: cluster 2023-12-07T19:10:07.514722+0000 mgr.a (mgr.24293) 22441 : cluster 0 pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:07 smithi044 bash[32620]: cluster 2023-12-07T19:10:07.514722+0000 mgr.a (mgr.24293) 22441 : cluster 0 pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:07 smithi027 bash[31536]: cluster 2023-12-07T19:10:07.514722+0000 mgr.a (mgr.24293) 22441 : cluster 0 pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:08.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:08.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:08.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:09.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:09.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:09.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:09.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:09.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:09 smithi022 bash[28554]: audit 2023-12-07T19:10:09.193035+0000 mgr.a (mgr.24293) 22442 : audit 0 from='client.441732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:09 smithi022 bash[28554]: cluster 2023-12-07T19:10:09.515459+0000 mgr.a (mgr.24293) 22443 : cluster 0 pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:09 smithi044 bash[32620]: audit 2023-12-07T19:10:09.193035+0000 mgr.a (mgr.24293) 22442 : audit 0 from='client.441732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:09 smithi044 bash[32620]: cluster 2023-12-07T19:10:09.515459+0000 mgr.a (mgr.24293) 22443 : cluster 0 pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:09 smithi027 bash[31536]: audit 2023-12-07T19:10:09.193035+0000 mgr.a (mgr.24293) 22442 : audit 0 from='client.441732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:09 smithi027 bash[31536]: cluster 2023-12-07T19:10:09.515459+0000 mgr.a (mgr.24293) 22443 : cluster 0 pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:11 smithi022 bash[28554]: cluster 2023-12-07T19:10:11.516355+0000 mgr.a (mgr.24293) 22444 : cluster 0 pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:11 smithi044 bash[32620]: cluster 2023-12-07T19:10:11.516355+0000 mgr.a (mgr.24293) 22444 : cluster 0 pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:11 smithi027 bash[31536]: cluster 2023-12-07T19:10:11.516355+0000 mgr.a (mgr.24293) 22444 : cluster 0 pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:13 smithi022 bash[28554]: cluster 2023-12-07T19:10:13.516895+0000 mgr.a (mgr.24293) 22445 : cluster 0 pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:13 smithi044 bash[32620]: cluster 2023-12-07T19:10:13.516895+0000 mgr.a (mgr.24293) 22445 : cluster 0 pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:13 smithi027 bash[31536]: cluster 2023-12-07T19:10:13.516895+0000 mgr.a (mgr.24293) 22445 : cluster 0 pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:14.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:14.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:14.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:15.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:15.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:15.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:15.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:15.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:15 smithi022 bash[28554]: audit 2023-12-07T19:10:15.130203+0000 mgr.a (mgr.24293) 22446 : audit 0 from='client.441810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:15 smithi022 bash[28554]: cluster 2023-12-07T19:10:15.517803+0000 mgr.a (mgr.24293) 22447 : cluster 0 pgmap v16785: 33 pgs: 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:10:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:15 smithi044 bash[32620]: audit 2023-12-07T19:10:15.130203+0000 mgr.a (mgr.24293) 22446 : audit 0 from='client.441810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:15 smithi044 bash[32620]: cluster 2023-12-07T19:10:15.517803+0000 mgr.a (mgr.24293) 22447 : cluster 0 pgmap v16785: 33 pgs: 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:10:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:15 smithi027 bash[31536]: audit 2023-12-07T19:10:15.130203+0000 mgr.a (mgr.24293) 22446 : audit 0 from='client.441810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:15 smithi027 bash[31536]: cluster 2023-12-07T19:10:15.517803+0000 mgr.a (mgr.24293) 22447 : cluster 0 pgmap v16785: 33 pgs: 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:10:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:17 smithi022 bash[28554]: cluster 2023-12-07T19:10:17.530333+0000 mgr.a (mgr.24293) 22448 : cluster 0 pgmap v16786: 33 pgs: 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:10:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:17 smithi044 bash[32620]: cluster 2023-12-07T19:10:17.530333+0000 mgr.a (mgr.24293) 22448 : cluster 0 pgmap v16786: 33 pgs: 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:10:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:17 smithi027 bash[31536]: cluster 2023-12-07T19:10:17.530333+0000 mgr.a (mgr.24293) 22448 : cluster 0 pgmap v16786: 33 pgs: 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:10:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:19 smithi022 bash[28554]: cluster 2023-12-07T19:10:19.530905+0000 mgr.a (mgr.24293) 22449 : cluster 0 pgmap v16787: 33 pgs: 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:10:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:19 smithi044 bash[32620]: cluster 2023-12-07T19:10:19.530905+0000 mgr.a (mgr.24293) 22449 : cluster 0 pgmap v16787: 33 pgs: 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:10:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:19 smithi027 bash[31536]: cluster 2023-12-07T19:10:19.530905+0000 mgr.a (mgr.24293) 22449 : cluster 0 pgmap v16787: 33 pgs: 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:10:20.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:20.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:20.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:21.621 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:21.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:21.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:21.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:21.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:21 smithi022 bash[28554]: audit 2023-12-07T19:10:21.072056+0000 mgr.a (mgr.24293) 22450 : audit 0 from='client.441888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:21 smithi022 bash[28554]: cluster 2023-12-07T19:10:21.531880+0000 mgr.a (mgr.24293) 22451 : cluster 0 pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:21 smithi044 bash[32620]: audit 2023-12-07T19:10:21.072056+0000 mgr.a (mgr.24293) 22450 : audit 0 from='client.441888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:21 smithi044 bash[32620]: cluster 2023-12-07T19:10:21.531880+0000 mgr.a (mgr.24293) 22451 : cluster 0 pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:21 smithi027 bash[31536]: audit 2023-12-07T19:10:21.072056+0000 mgr.a (mgr.24293) 22450 : audit 0 from='client.441888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:21 smithi027 bash[31536]: cluster 2023-12-07T19:10:21.531880+0000 mgr.a (mgr.24293) 22451 : cluster 0 pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:23 smithi022 bash[28554]: cluster 2023-12-07T19:10:23.532416+0000 mgr.a (mgr.24293) 22452 : cluster 0 pgmap v16789: 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:10:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:23 smithi044 bash[32620]: cluster 2023-12-07T19:10:23.532416+0000 mgr.a (mgr.24293) 22452 : cluster 0 pgmap v16789: 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:10:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:23 smithi027 bash[31536]: cluster 2023-12-07T19:10:23.532416+0000 mgr.a (mgr.24293) 22452 : cluster 0 pgmap v16789: 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:10:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:25 smithi022 bash[28554]: cluster 2023-12-07T19:10:25.533186+0000 mgr.a (mgr.24293) 22453 : cluster 0 pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:25 smithi044 bash[32620]: cluster 2023-12-07T19:10:25.533186+0000 mgr.a (mgr.24293) 22453 : cluster 0 pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:25 smithi027 bash[31536]: cluster 2023-12-07T19:10:25.533186+0000 mgr.a (mgr.24293) 22453 : cluster 0 pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:26.622 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:26.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:26.623 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:27.592 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:27.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:27.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:27.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:27.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:27 smithi022 bash[28554]: audit 2023-12-07T19:10:27.044143+0000 mgr.a (mgr.24293) 22454 : audit 0 from='client.441963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:27 smithi022 bash[28554]: cluster 2023-12-07T19:10:27.533693+0000 mgr.a (mgr.24293) 22455 : cluster 0 pgmap v16791: 33 pgs: 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:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:27 smithi044 bash[32620]: audit 2023-12-07T19:10:27.044143+0000 mgr.a (mgr.24293) 22454 : audit 0 from='client.441963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:27 smithi044 bash[32620]: cluster 2023-12-07T19:10:27.533693+0000 mgr.a (mgr.24293) 22455 : cluster 0 pgmap v16791: 33 pgs: 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:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:27 smithi027 bash[31536]: audit 2023-12-07T19:10:27.044143+0000 mgr.a (mgr.24293) 22454 : audit 0 from='client.441963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:27 smithi027 bash[31536]: cluster 2023-12-07T19:10:27.533693+0000 mgr.a (mgr.24293) 22455 : cluster 0 pgmap v16791: 33 pgs: 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:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:29 smithi022 bash[28554]: cluster 2023-12-07T19:10:29.534252+0000 mgr.a (mgr.24293) 22456 : cluster 0 pgmap v16792: 33 pgs: 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:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:29 smithi044 bash[32620]: cluster 2023-12-07T19:10:29.534252+0000 mgr.a (mgr.24293) 22456 : cluster 0 pgmap v16792: 33 pgs: 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:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:29 smithi027 bash[31536]: cluster 2023-12-07T19:10:29.534252+0000 mgr.a (mgr.24293) 22456 : cluster 0 pgmap v16792: 33 pgs: 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:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:31 smithi022 bash[28554]: cluster 2023-12-07T19:10:31.535066+0000 mgr.a (mgr.24293) 22457 : cluster 0 pgmap v16793: 33 pgs: 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:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:31 smithi044 bash[32620]: cluster 2023-12-07T19:10:31.535066+0000 mgr.a (mgr.24293) 22457 : cluster 0 pgmap v16793: 33 pgs: 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:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:31 smithi027 bash[31536]: cluster 2023-12-07T19:10:31.535066+0000 mgr.a (mgr.24293) 22457 : cluster 0 pgmap v16793: 33 pgs: 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:32.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:32.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:33.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:33 smithi022 bash[28554]: audit 2023-12-07T19:10:33.008294+0000 mgr.a (mgr.24293) 22458 : audit 0 from='client.442041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:33 smithi022 bash[28554]: cluster 2023-12-07T19:10:33.535935+0000 mgr.a (mgr.24293) 22459 : cluster 0 pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:33 smithi044 bash[32620]: audit 2023-12-07T19:10:33.008294+0000 mgr.a (mgr.24293) 22458 : audit 0 from='client.442041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:33 smithi044 bash[32620]: cluster 2023-12-07T19:10:33.535935+0000 mgr.a (mgr.24293) 22459 : cluster 0 pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:33 smithi027 bash[31536]: audit 2023-12-07T19:10:33.008294+0000 mgr.a (mgr.24293) 22458 : audit 0 from='client.442041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:33 smithi027 bash[31536]: cluster 2023-12-07T19:10:33.535935+0000 mgr.a (mgr.24293) 22459 : cluster 0 pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:35 smithi022 bash[28554]: cluster 2023-12-07T19:10:35.536727+0000 mgr.a (mgr.24293) 22460 : cluster 0 pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:35 smithi044 bash[32620]: cluster 2023-12-07T19:10:35.536727+0000 mgr.a (mgr.24293) 22460 : cluster 0 pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:35 smithi027 bash[31536]: cluster 2023-12-07T19:10:35.536727+0000 mgr.a (mgr.24293) 22460 : cluster 0 pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:37 smithi022 bash[28554]: cluster 2023-12-07T19:10:37.537276+0000 mgr.a (mgr.24293) 22461 : cluster 0 pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:37 smithi044 bash[32620]: cluster 2023-12-07T19:10:37.537276+0000 mgr.a (mgr.24293) 22461 : cluster 0 pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:37 smithi027 bash[31536]: cluster 2023-12-07T19:10:37.537276+0000 mgr.a (mgr.24293) 22461 : cluster 0 pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:38.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:38.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:38.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:39.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:39.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:39.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:39.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:39.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:39 smithi022 bash[28554]: audit 2023-12-07T19:10:38.961531+0000 mgr.a (mgr.24293) 22462 : audit 0 from='client.442116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:39 smithi022 bash[28554]: cluster 2023-12-07T19:10:39.538009+0000 mgr.a (mgr.24293) 22463 : cluster 0 pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:39 smithi044 bash[32620]: audit 2023-12-07T19:10:38.961531+0000 mgr.a (mgr.24293) 22462 : audit 0 from='client.442116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:39 smithi044 bash[32620]: cluster 2023-12-07T19:10:39.538009+0000 mgr.a (mgr.24293) 22463 : cluster 0 pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:39 smithi027 bash[31536]: audit 2023-12-07T19:10:38.961531+0000 mgr.a (mgr.24293) 22462 : audit 0 from='client.442116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:39 smithi027 bash[31536]: cluster 2023-12-07T19:10:39.538009+0000 mgr.a (mgr.24293) 22463 : cluster 0 pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:41 smithi022 bash[28554]: audit 2023-12-07T19:10:41.397359+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:41 smithi044 bash[32620]: audit 2023-12-07T19:10:41.397359+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:41 smithi027 bash[31536]: audit 2023-12-07T19:10:41.397359+0000 mon.a (mon.0) 3541 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:42 smithi022 bash[28554]: cluster 2023-12-07T19:10:41.538607+0000 mgr.a (mgr.24293) 22464 : cluster 0 pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:42 smithi022 bash[28554]: audit 2023-12-07T19:10:42.183831+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:42 smithi022 bash[28554]: audit 2023-12-07T19:10:42.185687+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:42 smithi022 bash[28554]: audit 2023-12-07T19:10:42.195064+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:10:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:42 smithi044 bash[32620]: cluster 2023-12-07T19:10:41.538607+0000 mgr.a (mgr.24293) 22464 : cluster 0 pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:42 smithi044 bash[32620]: audit 2023-12-07T19:10:42.183831+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:42 smithi044 bash[32620]: audit 2023-12-07T19:10:42.185687+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:42 smithi044 bash[32620]: audit 2023-12-07T19:10:42.195064+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:10:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:42 smithi027 bash[31536]: cluster 2023-12-07T19:10:41.538607+0000 mgr.a (mgr.24293) 22464 : cluster 0 pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:42 smithi027 bash[31536]: audit 2023-12-07T19:10:42.183831+0000 mon.a (mon.0) 3542 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:42 smithi027 bash[31536]: audit 2023-12-07T19:10:42.185687+0000 mon.a (mon.0) 3543 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:42 smithi027 bash[31536]: audit 2023-12-07T19:10:42.195064+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:10:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:43 smithi022 bash[28554]: cluster 2023-12-07T19:10:43.539165+0000 mgr.a (mgr.24293) 22465 : cluster 0 pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:43 smithi044 bash[32620]: cluster 2023-12-07T19:10:43.539165+0000 mgr.a (mgr.24293) 22465 : cluster 0 pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:43 smithi027 bash[31536]: cluster 2023-12-07T19:10:43.539165+0000 mgr.a (mgr.24293) 22465 : cluster 0 pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:44.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:44.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:44.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:45.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:45.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:45.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:45.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:45.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:45 smithi022 bash[28554]: audit 2023-12-07T19:10:44.907740+0000 mgr.a (mgr.24293) 22466 : audit 0 from='client.442194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:45 smithi022 bash[28554]: cluster 2023-12-07T19:10:45.540140+0000 mgr.a (mgr.24293) 22467 : cluster 0 pgmap v16800: 33 pgs: 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:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:45 smithi044 bash[32620]: audit 2023-12-07T19:10:44.907740+0000 mgr.a (mgr.24293) 22466 : audit 0 from='client.442194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:45 smithi044 bash[32620]: cluster 2023-12-07T19:10:45.540140+0000 mgr.a (mgr.24293) 22467 : cluster 0 pgmap v16800: 33 pgs: 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:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:45 smithi027 bash[31536]: audit 2023-12-07T19:10:44.907740+0000 mgr.a (mgr.24293) 22466 : audit 0 from='client.442194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:45 smithi027 bash[31536]: cluster 2023-12-07T19:10:45.540140+0000 mgr.a (mgr.24293) 22467 : cluster 0 pgmap v16800: 33 pgs: 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:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:47 smithi022 bash[28554]: cluster 2023-12-07T19:10:47.540640+0000 mgr.a (mgr.24293) 22468 : cluster 0 pgmap v16801: 33 pgs: 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:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:47 smithi044 bash[32620]: cluster 2023-12-07T19:10:47.540640+0000 mgr.a (mgr.24293) 22468 : cluster 0 pgmap v16801: 33 pgs: 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:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:47 smithi027 bash[31536]: cluster 2023-12-07T19:10:47.540640+0000 mgr.a (mgr.24293) 22468 : cluster 0 pgmap v16801: 33 pgs: 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:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:49 smithi022 bash[28554]: cluster 2023-12-07T19:10:49.541333+0000 mgr.a (mgr.24293) 22469 : cluster 0 pgmap v16802: 33 pgs: 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:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:49 smithi044 bash[32620]: cluster 2023-12-07T19:10:49.541333+0000 mgr.a (mgr.24293) 22469 : cluster 0 pgmap v16802: 33 pgs: 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:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:49 smithi027 bash[31536]: cluster 2023-12-07T19:10:49.541333+0000 mgr.a (mgr.24293) 22469 : cluster 0 pgmap v16802: 33 pgs: 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:50.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:50.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:50.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:51.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:51.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:51 smithi022 bash[28554]: audit 2023-12-07T19:10:50.855935+0000 mgr.a (mgr.24293) 22470 : audit 0 from='client.442272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:51 smithi022 bash[28554]: cluster 2023-12-07T19:10:51.542635+0000 mgr.a (mgr.24293) 22471 : cluster 0 pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:51 smithi044 bash[32620]: audit 2023-12-07T19:10:50.855935+0000 mgr.a (mgr.24293) 22470 : audit 0 from='client.442272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:51 smithi044 bash[32620]: cluster 2023-12-07T19:10:51.542635+0000 mgr.a (mgr.24293) 22471 : cluster 0 pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:51 smithi027 bash[31536]: audit 2023-12-07T19:10:50.855935+0000 mgr.a (mgr.24293) 22470 : audit 0 from='client.442272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:51 smithi027 bash[31536]: cluster 2023-12-07T19:10:51.542635+0000 mgr.a (mgr.24293) 22471 : cluster 0 pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:53 smithi022 bash[28554]: cluster 2023-12-07T19:10:53.543255+0000 mgr.a (mgr.24293) 22472 : cluster 0 pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:53 smithi044 bash[32620]: cluster 2023-12-07T19:10:53.543255+0000 mgr.a (mgr.24293) 22472 : cluster 0 pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:53 smithi027 bash[31536]: cluster 2023-12-07T19:10:53.543255+0000 mgr.a (mgr.24293) 22472 : cluster 0 pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:55 smithi022 bash[28554]: cluster 2023-12-07T19:10:55.544025+0000 mgr.a (mgr.24293) 22473 : cluster 0 pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:55 smithi044 bash[32620]: cluster 2023-12-07T19:10:55.544025+0000 mgr.a (mgr.24293) 22473 : cluster 0 pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:55 smithi027 bash[31536]: cluster 2023-12-07T19:10:55.544025+0000 mgr.a (mgr.24293) 22473 : cluster 0 pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:56.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:10:56.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:56.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:57.313 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:10:57.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:57.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:57.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:57.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:10:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:57 smithi022 bash[28554]: audit 2023-12-07T19:10:56.801634+0000 mgr.a (mgr.24293) 22474 : audit 0 from='client.442338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:57 smithi022 bash[28554]: cluster 2023-12-07T19:10:57.544719+0000 mgr.a (mgr.24293) 22475 : cluster 0 pgmap v16806: 33 pgs: 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:10:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:57 smithi044 bash[32620]: audit 2023-12-07T19:10:56.801634+0000 mgr.a (mgr.24293) 22474 : audit 0 from='client.442338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:57 smithi044 bash[32620]: cluster 2023-12-07T19:10:57.544719+0000 mgr.a (mgr.24293) 22475 : cluster 0 pgmap v16806: 33 pgs: 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:10:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:57 smithi027 bash[31536]: audit 2023-12-07T19:10:56.801634+0000 mgr.a (mgr.24293) 22474 : audit 0 from='client.442338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:57 smithi027 bash[31536]: cluster 2023-12-07T19:10:57.544719+0000 mgr.a (mgr.24293) 22475 : cluster 0 pgmap v16806: 33 pgs: 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:10:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:10:59 smithi022 bash[28554]: cluster 2023-12-07T19:10:59.545304+0000 mgr.a (mgr.24293) 22476 : cluster 0 pgmap v16807: 33 pgs: 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:10:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:10:59 smithi044 bash[32620]: cluster 2023-12-07T19:10:59.545304+0000 mgr.a (mgr.24293) 22476 : cluster 0 pgmap v16807: 33 pgs: 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:10:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:10:59 smithi027 bash[31536]: cluster 2023-12-07T19:10:59.545304+0000 mgr.a (mgr.24293) 22476 : cluster 0 pgmap v16807: 33 pgs: 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:11:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:01 smithi022 bash[28554]: cluster 2023-12-07T19:11:01.546073+0000 mgr.a (mgr.24293) 22477 : cluster 0 pgmap v16808: 33 pgs: 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:11:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:01 smithi044 bash[32620]: cluster 2023-12-07T19:11:01.546073+0000 mgr.a (mgr.24293) 22477 : cluster 0 pgmap v16808: 33 pgs: 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:11:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:01 smithi027 bash[31536]: cluster 2023-12-07T19:11:01.546073+0000 mgr.a (mgr.24293) 22477 : cluster 0 pgmap v16808: 33 pgs: 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:11:02.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:02.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:02.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:03.250 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:03.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:03 smithi022 bash[28554]: audit 2023-12-07T19:11:02.726203+0000 mgr.a (mgr.24293) 22478 : audit 0 from='client.442413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:03 smithi022 bash[28554]: cluster 2023-12-07T19:11:03.546684+0000 mgr.a (mgr.24293) 22479 : cluster 0 pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:03 smithi044 bash[32620]: audit 2023-12-07T19:11:02.726203+0000 mgr.a (mgr.24293) 22478 : audit 0 from='client.442413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:03 smithi044 bash[32620]: cluster 2023-12-07T19:11:03.546684+0000 mgr.a (mgr.24293) 22479 : cluster 0 pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:03 smithi027 bash[31536]: audit 2023-12-07T19:11:02.726203+0000 mgr.a (mgr.24293) 22478 : audit 0 from='client.442413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:03 smithi027 bash[31536]: cluster 2023-12-07T19:11:03.546684+0000 mgr.a (mgr.24293) 22479 : cluster 0 pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:05 smithi022 bash[28554]: cluster 2023-12-07T19:11:05.547490+0000 mgr.a (mgr.24293) 22480 : cluster 0 pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:05 smithi044 bash[32620]: cluster 2023-12-07T19:11:05.547490+0000 mgr.a (mgr.24293) 22480 : cluster 0 pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:05 smithi027 bash[31536]: cluster 2023-12-07T19:11:05.547490+0000 mgr.a (mgr.24293) 22480 : cluster 0 pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:07 smithi022 bash[28554]: cluster 2023-12-07T19:11:07.548078+0000 mgr.a (mgr.24293) 22481 : cluster 0 pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:07 smithi044 bash[32620]: cluster 2023-12-07T19:11:07.548078+0000 mgr.a (mgr.24293) 22481 : cluster 0 pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:07 smithi027 bash[31536]: cluster 2023-12-07T19:11:07.548078+0000 mgr.a (mgr.24293) 22481 : cluster 0 pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:08.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:08.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:08.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:09.208 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:09.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:09.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:09.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:09.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:09 smithi022 bash[28554]: audit 2023-12-07T19:11:08.664554+0000 mgr.a (mgr.24293) 22482 : audit 0 from='client.442485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:09 smithi022 bash[28554]: cluster 2023-12-07T19:11:09.548709+0000 mgr.a (mgr.24293) 22483 : cluster 0 pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:09 smithi044 bash[32620]: audit 2023-12-07T19:11:08.664554+0000 mgr.a (mgr.24293) 22482 : audit 0 from='client.442485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:09 smithi044 bash[32620]: cluster 2023-12-07T19:11:09.548709+0000 mgr.a (mgr.24293) 22483 : cluster 0 pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:09 smithi027 bash[31536]: audit 2023-12-07T19:11:08.664554+0000 mgr.a (mgr.24293) 22482 : audit 0 from='client.442485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:09 smithi027 bash[31536]: cluster 2023-12-07T19:11:09.548709+0000 mgr.a (mgr.24293) 22483 : cluster 0 pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:11 smithi022 bash[28554]: cluster 2023-12-07T19:11:11.549537+0000 mgr.a (mgr.24293) 22484 : cluster 0 pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:11 smithi044 bash[32620]: cluster 2023-12-07T19:11:11.549537+0000 mgr.a (mgr.24293) 22484 : cluster 0 pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:11 smithi027 bash[31536]: cluster 2023-12-07T19:11:11.549537+0000 mgr.a (mgr.24293) 22484 : cluster 0 pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:13 smithi022 bash[28554]: cluster 2023-12-07T19:11:13.550108+0000 mgr.a (mgr.24293) 22485 : cluster 0 pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:13 smithi044 bash[32620]: cluster 2023-12-07T19:11:13.550108+0000 mgr.a (mgr.24293) 22485 : cluster 0 pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:13 smithi027 bash[31536]: cluster 2023-12-07T19:11:13.550108+0000 mgr.a (mgr.24293) 22485 : cluster 0 pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:14.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:14.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:14.211 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:15.157 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:15.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:15.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:15.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:15.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:15 smithi022 bash[28554]: audit 2023-12-07T19:11:14.615842+0000 mgr.a (mgr.24293) 22486 : audit 0 from='client.442560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:15 smithi022 bash[28554]: cluster 2023-12-07T19:11:15.550921+0000 mgr.a (mgr.24293) 22487 : cluster 0 pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:15 smithi044 bash[32620]: audit 2023-12-07T19:11:14.615842+0000 mgr.a (mgr.24293) 22486 : audit 0 from='client.442560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:15 smithi044 bash[32620]: cluster 2023-12-07T19:11:15.550921+0000 mgr.a (mgr.24293) 22487 : cluster 0 pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:15 smithi027 bash[31536]: audit 2023-12-07T19:11:14.615842+0000 mgr.a (mgr.24293) 22486 : audit 0 from='client.442560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:15 smithi027 bash[31536]: cluster 2023-12-07T19:11:15.550921+0000 mgr.a (mgr.24293) 22487 : cluster 0 pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:17 smithi022 bash[28554]: cluster 2023-12-07T19:11:17.551487+0000 mgr.a (mgr.24293) 22488 : cluster 0 pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:17 smithi044 bash[32620]: cluster 2023-12-07T19:11:17.551487+0000 mgr.a (mgr.24293) 22488 : cluster 0 pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:17 smithi027 bash[31536]: cluster 2023-12-07T19:11:17.551487+0000 mgr.a (mgr.24293) 22488 : cluster 0 pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:19 smithi022 bash[28554]: cluster 2023-12-07T19:11:19.552049+0000 mgr.a (mgr.24293) 22489 : cluster 0 pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:19 smithi044 bash[32620]: cluster 2023-12-07T19:11:19.552049+0000 mgr.a (mgr.24293) 22489 : cluster 0 pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:19 smithi027 bash[31536]: cluster 2023-12-07T19:11:19.552049+0000 mgr.a (mgr.24293) 22489 : cluster 0 pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:20.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:20.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:20.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:21.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:21.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:21.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:21.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:21.105 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:21.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:21 smithi022 bash[28554]: audit 2023-12-07T19:11:20.573875+0000 mgr.a (mgr.24293) 22490 : audit 0 from='client.442632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:21 smithi022 bash[28554]: cluster 2023-12-07T19:11:21.553074+0000 mgr.a (mgr.24293) 22491 : cluster 0 pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:21 smithi044 bash[32620]: audit 2023-12-07T19:11:20.573875+0000 mgr.a (mgr.24293) 22490 : audit 0 from='client.442632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:21 smithi044 bash[32620]: cluster 2023-12-07T19:11:21.553074+0000 mgr.a (mgr.24293) 22491 : cluster 0 pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:21 smithi027 bash[31536]: audit 2023-12-07T19:11:20.573875+0000 mgr.a (mgr.24293) 22490 : audit 0 from='client.442632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:21 smithi027 bash[31536]: cluster 2023-12-07T19:11:21.553074+0000 mgr.a (mgr.24293) 22491 : cluster 0 pgmap v16818: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:23 smithi022 bash[28554]: cluster 2023-12-07T19:11:23.553643+0000 mgr.a (mgr.24293) 22492 : cluster 0 pgmap v16819: 33 pgs: 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:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:23 smithi044 bash[32620]: cluster 2023-12-07T19:11:23.553643+0000 mgr.a (mgr.24293) 22492 : cluster 0 pgmap v16819: 33 pgs: 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:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:23 smithi027 bash[31536]: cluster 2023-12-07T19:11:23.553643+0000 mgr.a (mgr.24293) 22492 : cluster 0 pgmap v16819: 33 pgs: 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:26.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:26.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:26.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:25 smithi022 bash[28554]: cluster 2023-12-07T19:11:25.554385+0000 mgr.a (mgr.24293) 22493 : cluster 0 pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:25 smithi044 bash[32620]: cluster 2023-12-07T19:11:25.554385+0000 mgr.a (mgr.24293) 22493 : cluster 0 pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:25 smithi027 bash[31536]: cluster 2023-12-07T19:11:25.554385+0000 mgr.a (mgr.24293) 22493 : cluster 0 pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:27.051 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:27.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:27.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:27.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:27.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:26 smithi022 bash[28554]: audit 2023-12-07T19:11:26.523326+0000 mgr.a (mgr.24293) 22494 : audit 0 from='client.442710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:26 smithi044 bash[32620]: audit 2023-12-07T19:11:26.523326+0000 mgr.a (mgr.24293) 22494 : audit 0 from='client.442710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:26 smithi027 bash[31536]: audit 2023-12-07T19:11:26.523326+0000 mgr.a (mgr.24293) 22494 : audit 0 from='client.442710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:27 smithi022 bash[28554]: cluster 2023-12-07T19:11:27.554972+0000 mgr.a (mgr.24293) 22495 : cluster 0 pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:27 smithi044 bash[32620]: cluster 2023-12-07T19:11:27.554972+0000 mgr.a (mgr.24293) 22495 : cluster 0 pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:27 smithi027 bash[31536]: cluster 2023-12-07T19:11:27.554972+0000 mgr.a (mgr.24293) 22495 : cluster 0 pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:29 smithi022 bash[28554]: cluster 2023-12-07T19:11:29.555565+0000 mgr.a (mgr.24293) 22496 : cluster 0 pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:29 smithi044 bash[32620]: cluster 2023-12-07T19:11:29.555565+0000 mgr.a (mgr.24293) 22496 : cluster 0 pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:29 smithi027 bash[31536]: cluster 2023-12-07T19:11:29.555565+0000 mgr.a (mgr.24293) 22496 : cluster 0 pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:31 smithi022 bash[28554]: cluster 2023-12-07T19:11:31.556318+0000 mgr.a (mgr.24293) 22497 : cluster 0 pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:31 smithi044 bash[32620]: cluster 2023-12-07T19:11:31.556318+0000 mgr.a (mgr.24293) 22497 : cluster 0 pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:31 smithi027 bash[31536]: cluster 2023-12-07T19:11:31.556318+0000 mgr.a (mgr.24293) 22497 : cluster 0 pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:32.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:32.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:32.055 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:32 smithi022 bash[28554]: audit 2023-12-07T19:11:32.469246+0000 mgr.a (mgr.24293) 22498 : audit 0 from='client.442788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:32 smithi044 bash[32620]: audit 2023-12-07T19:11:32.469246+0000 mgr.a (mgr.24293) 22498 : audit 0 from='client.442788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:32 smithi027 bash[31536]: audit 2023-12-07T19:11:32.469246+0000 mgr.a (mgr.24293) 22498 : audit 0 from='client.442788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:32.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:32.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:32.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:32.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:33.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:33 smithi022 bash[28554]: cluster 2023-12-07T19:11:33.556971+0000 mgr.a (mgr.24293) 22499 : cluster 0 pgmap v16824: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:33 smithi044 bash[32620]: cluster 2023-12-07T19:11:33.556971+0000 mgr.a (mgr.24293) 22499 : cluster 0 pgmap v16824: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:33 smithi027 bash[31536]: cluster 2023-12-07T19:11:33.556971+0000 mgr.a (mgr.24293) 22499 : cluster 0 pgmap v16824: 33 pgs: 33 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:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:35 smithi022 bash[28554]: cluster 2023-12-07T19:11:35.557791+0000 mgr.a (mgr.24293) 22500 : cluster 0 pgmap v16825: 33 pgs: 33 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:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:35 smithi044 bash[32620]: cluster 2023-12-07T19:11:35.557791+0000 mgr.a (mgr.24293) 22500 : cluster 0 pgmap v16825: 33 pgs: 33 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:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:35 smithi027 bash[31536]: cluster 2023-12-07T19:11:35.557791+0000 mgr.a (mgr.24293) 22500 : cluster 0 pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:37 smithi022 bash[28554]: cluster 2023-12-07T19:11:37.558375+0000 mgr.a (mgr.24293) 22501 : cluster 0 pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:37 smithi044 bash[32620]: cluster 2023-12-07T19:11:37.558375+0000 mgr.a (mgr.24293) 22501 : cluster 0 pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:37 smithi027 bash[31536]: cluster 2023-12-07T19:11:37.558375+0000 mgr.a (mgr.24293) 22501 : cluster 0 pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:38.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:38.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:38.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:38 smithi022 bash[28554]: audit 2023-12-07T19:11:38.421375+0000 mgr.a (mgr.24293) 22502 : audit 0 from='client.442866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:38 smithi044 bash[32620]: audit 2023-12-07T19:11:38.421375+0000 mgr.a (mgr.24293) 22502 : audit 0 from='client.442866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:38 smithi027 bash[31536]: audit 2023-12-07T19:11:38.421375+0000 mgr.a (mgr.24293) 22502 : audit 0 from='client.442866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:38.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:38.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:38.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:38.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:38.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:39 smithi022 bash[28554]: cluster 2023-12-07T19:11:39.559088+0000 mgr.a (mgr.24293) 22503 : cluster 0 pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:39 smithi044 bash[32620]: cluster 2023-12-07T19:11:39.559088+0000 mgr.a (mgr.24293) 22503 : cluster 0 pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:39 smithi027 bash[31536]: cluster 2023-12-07T19:11:39.559088+0000 mgr.a (mgr.24293) 22503 : cluster 0 pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:41 smithi022 bash[28554]: cluster 2023-12-07T19:11:41.559928+0000 mgr.a (mgr.24293) 22504 : cluster 0 pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:41 smithi044 bash[32620]: cluster 2023-12-07T19:11:41.559928+0000 mgr.a (mgr.24293) 22504 : cluster 0 pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:41 smithi027 bash[31536]: cluster 2023-12-07T19:11:41.559928+0000 mgr.a (mgr.24293) 22504 : cluster 0 pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:42 smithi022 bash[28554]: audit 2023-12-07T19:11:42.298340+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:42 smithi044 bash[32620]: audit 2023-12-07T19:11:42.298340+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:42 smithi027 bash[31536]: audit 2023-12-07T19:11:42.298340+0000 mon.a (mon.0) 3545 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:43 smithi022 bash[28554]: audit 2023-12-07T19:11:43.086497+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:43 smithi022 bash[28554]: audit 2023-12-07T19:11:43.088261+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:43 smithi022 bash[28554]: audit 2023-12-07T19:11:43.097815+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:11:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:43 smithi022 bash[28554]: cluster 2023-12-07T19:11:43.560494+0000 mgr.a (mgr.24293) 22505 : cluster 0 pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:43 smithi044 bash[32620]: audit 2023-12-07T19:11:43.086497+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:43 smithi044 bash[32620]: audit 2023-12-07T19:11:43.088261+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:43 smithi044 bash[32620]: audit 2023-12-07T19:11:43.097815+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:11:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:43 smithi044 bash[32620]: cluster 2023-12-07T19:11:43.560494+0000 mgr.a (mgr.24293) 22505 : cluster 0 pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:43 smithi027 bash[31536]: audit 2023-12-07T19:11:43.086497+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:43 smithi027 bash[31536]: audit 2023-12-07T19:11:43.088261+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:43 smithi027 bash[31536]: audit 2023-12-07T19:11:43.097815+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:11:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:43 smithi027 bash[31536]: cluster 2023-12-07T19:11:43.560494+0000 mgr.a (mgr.24293) 22505 : cluster 0 pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:43.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:43.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:43.957 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:44.905 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:44.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:44.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:44.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:44.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:45 smithi022 bash[28554]: audit 2023-12-07T19:11:44.370847+0000 mgr.a (mgr.24293) 22506 : audit 0 from='client.442944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:45 smithi044 bash[32620]: audit 2023-12-07T19:11:44.370847+0000 mgr.a (mgr.24293) 22506 : audit 0 from='client.442944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:45 smithi027 bash[31536]: audit 2023-12-07T19:11:44.370847+0000 mgr.a (mgr.24293) 22506 : audit 0 from='client.442944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:46 smithi022 bash[28554]: cluster 2023-12-07T19:11:45.561408+0000 mgr.a (mgr.24293) 22507 : cluster 0 pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:46 smithi044 bash[32620]: cluster 2023-12-07T19:11:45.561408+0000 mgr.a (mgr.24293) 22507 : cluster 0 pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:46 smithi027 bash[31536]: cluster 2023-12-07T19:11:45.561408+0000 mgr.a (mgr.24293) 22507 : cluster 0 pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:47 smithi022 bash[28554]: cluster 2023-12-07T19:11:47.561963+0000 mgr.a (mgr.24293) 22508 : cluster 0 pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:47 smithi044 bash[32620]: cluster 2023-12-07T19:11:47.561963+0000 mgr.a (mgr.24293) 22508 : cluster 0 pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:47 smithi027 bash[31536]: cluster 2023-12-07T19:11:47.561963+0000 mgr.a (mgr.24293) 22508 : cluster 0 pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:49.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:49.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:49.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:49.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:49 smithi022 bash[28554]: cluster 2023-12-07T19:11:49.562626+0000 mgr.a (mgr.24293) 22509 : cluster 0 pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:49 smithi044 bash[32620]: cluster 2023-12-07T19:11:49.562626+0000 mgr.a (mgr.24293) 22509 : cluster 0 pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:49 smithi027 bash[31536]: cluster 2023-12-07T19:11:49.562626+0000 mgr.a (mgr.24293) 22509 : cluster 0 pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:50.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:50.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:50 smithi022 bash[28554]: audit 2023-12-07T19:11:50.319129+0000 mgr.a (mgr.24293) 22510 : audit 0 from='client.443019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:50 smithi044 bash[32620]: audit 2023-12-07T19:11:50.319129+0000 mgr.a (mgr.24293) 22510 : audit 0 from='client.443019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:50 smithi027 bash[31536]: audit 2023-12-07T19:11:50.319129+0000 mgr.a (mgr.24293) 22510 : audit 0 from='client.443019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:51 smithi022 bash[28554]: cluster 2023-12-07T19:11:51.563741+0000 mgr.a (mgr.24293) 22511 : cluster 0 pgmap v16833: 33 pgs: 33 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:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:51 smithi044 bash[32620]: cluster 2023-12-07T19:11:51.563741+0000 mgr.a (mgr.24293) 22511 : cluster 0 pgmap v16833: 33 pgs: 33 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:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:51 smithi027 bash[31536]: cluster 2023-12-07T19:11:51.563741+0000 mgr.a (mgr.24293) 22511 : cluster 0 pgmap v16833: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:53 smithi022 bash[28554]: cluster 2023-12-07T19:11:53.564279+0000 mgr.a (mgr.24293) 22512 : cluster 0 pgmap v16834: 33 pgs: 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:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:53 smithi044 bash[32620]: cluster 2023-12-07T19:11:53.564279+0000 mgr.a (mgr.24293) 22512 : cluster 0 pgmap v16834: 33 pgs: 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:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:53 smithi027 bash[31536]: cluster 2023-12-07T19:11:53.564279+0000 mgr.a (mgr.24293) 22512 : cluster 0 pgmap v16834: 33 pgs: 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:55.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:11:55.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:55.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:55 smithi022 bash[28554]: cluster 2023-12-07T19:11:55.565034+0000 mgr.a (mgr.24293) 22513 : cluster 0 pgmap v16835: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:55 smithi044 bash[32620]: cluster 2023-12-07T19:11:55.565034+0000 mgr.a (mgr.24293) 22513 : cluster 0 pgmap v16835: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:55 smithi027 bash[31536]: cluster 2023-12-07T19:11:55.565034+0000 mgr.a (mgr.24293) 22513 : cluster 0 pgmap v16835: 33 pgs: 33 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.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:11:56.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:56.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:56.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:56.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:11:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:56 smithi022 bash[28554]: audit 2023-12-07T19:11:56.272384+0000 mgr.a (mgr.24293) 22514 : audit 0 from='client.443094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:56 smithi044 bash[32620]: audit 2023-12-07T19:11:56.272384+0000 mgr.a (mgr.24293) 22514 : audit 0 from='client.443094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:56 smithi027 bash[31536]: audit 2023-12-07T19:11:56.272384+0000 mgr.a (mgr.24293) 22514 : audit 0 from='client.443094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:57 smithi022 bash[28554]: cluster 2023-12-07T19:11:57.565777+0000 mgr.a (mgr.24293) 22515 : cluster 0 pgmap v16836: 33 pgs: 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:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:57 smithi044 bash[32620]: cluster 2023-12-07T19:11:57.565777+0000 mgr.a (mgr.24293) 22515 : cluster 0 pgmap v16836: 33 pgs: 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:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:57 smithi027 bash[31536]: cluster 2023-12-07T19:11:57.565777+0000 mgr.a (mgr.24293) 22515 : cluster 0 pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:11:59 smithi022 bash[28554]: cluster 2023-12-07T19:11:59.566387+0000 mgr.a (mgr.24293) 22516 : cluster 0 pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:11:59 smithi044 bash[32620]: cluster 2023-12-07T19:11:59.566387+0000 mgr.a (mgr.24293) 22516 : cluster 0 pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:11:59 smithi027 bash[31536]: cluster 2023-12-07T19:11:59.566387+0000 mgr.a (mgr.24293) 22516 : cluster 0 pgmap v16837: 33 pgs: 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:01.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:01.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:01.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:01.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:01 smithi022 bash[28554]: cluster 2023-12-07T19:12:01.567167+0000 mgr.a (mgr.24293) 22517 : cluster 0 pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:01 smithi044 bash[32620]: cluster 2023-12-07T19:12:01.567167+0000 mgr.a (mgr.24293) 22517 : cluster 0 pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:01 smithi027 bash[31536]: cluster 2023-12-07T19:12:01.567167+0000 mgr.a (mgr.24293) 22517 : cluster 0 pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:02.737 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:02.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:02.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:02.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:02.737 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:02.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:02 smithi022 bash[28554]: audit 2023-12-07T19:12:02.224315+0000 mgr.a (mgr.24293) 22518 : audit 0 from='client.443172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:02 smithi044 bash[32620]: audit 2023-12-07T19:12:02.224315+0000 mgr.a (mgr.24293) 22518 : audit 0 from='client.443172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:02 smithi027 bash[31536]: audit 2023-12-07T19:12:02.224315+0000 mgr.a (mgr.24293) 22518 : audit 0 from='client.443172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:03 smithi022 bash[28554]: cluster 2023-12-07T19:12:03.567899+0000 mgr.a (mgr.24293) 22519 : cluster 0 pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:03 smithi044 bash[32620]: cluster 2023-12-07T19:12:03.567899+0000 mgr.a (mgr.24293) 22519 : cluster 0 pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:03 smithi027 bash[31536]: cluster 2023-12-07T19:12:03.567899+0000 mgr.a (mgr.24293) 22519 : cluster 0 pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:05 smithi022 bash[28554]: cluster 2023-12-07T19:12:05.568736+0000 mgr.a (mgr.24293) 22520 : cluster 0 pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:05 smithi044 bash[32620]: cluster 2023-12-07T19:12:05.568736+0000 mgr.a (mgr.24293) 22520 : cluster 0 pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:05 smithi027 bash[31536]: cluster 2023-12-07T19:12:05.568736+0000 mgr.a (mgr.24293) 22520 : cluster 0 pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:07.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:07.740 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:07.741 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:07 smithi022 bash[28554]: cluster 2023-12-07T19:12:07.569289+0000 mgr.a (mgr.24293) 22521 : cluster 0 pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:07 smithi044 bash[32620]: cluster 2023-12-07T19:12:07.569289+0000 mgr.a (mgr.24293) 22521 : cluster 0 pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:07 smithi027 bash[31536]: cluster 2023-12-07T19:12:07.569289+0000 mgr.a (mgr.24293) 22521 : cluster 0 pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:08.694 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:08.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:08.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:08.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:08.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:08.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:08 smithi022 bash[28554]: audit 2023-12-07T19:12:08.155656+0000 mgr.a (mgr.24293) 22522 : audit 0 from='client.443244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:08 smithi044 bash[32620]: audit 2023-12-07T19:12:08.155656+0000 mgr.a (mgr.24293) 22522 : audit 0 from='client.443244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:08 smithi027 bash[31536]: audit 2023-12-07T19:12:08.155656+0000 mgr.a (mgr.24293) 22522 : audit 0 from='client.443244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:09 smithi022 bash[28554]: cluster 2023-12-07T19:12:09.569996+0000 mgr.a (mgr.24293) 22523 : cluster 0 pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:09 smithi044 bash[32620]: cluster 2023-12-07T19:12:09.569996+0000 mgr.a (mgr.24293) 22523 : cluster 0 pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:09 smithi027 bash[31536]: cluster 2023-12-07T19:12:09.569996+0000 mgr.a (mgr.24293) 22523 : cluster 0 pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:11 smithi022 bash[28554]: cluster 2023-12-07T19:12:11.570838+0000 mgr.a (mgr.24293) 22524 : cluster 0 pgmap v16843: 33 pgs: 33 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:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:11 smithi044 bash[32620]: cluster 2023-12-07T19:12:11.570838+0000 mgr.a (mgr.24293) 22524 : cluster 0 pgmap v16843: 33 pgs: 33 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:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:11 smithi027 bash[31536]: cluster 2023-12-07T19:12:11.570838+0000 mgr.a (mgr.24293) 22524 : cluster 0 pgmap v16843: 33 pgs: 33 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:13.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:13.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:13.698 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:13 smithi022 bash[28554]: cluster 2023-12-07T19:12:13.571431+0000 mgr.a (mgr.24293) 22525 : cluster 0 pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:13 smithi044 bash[32620]: cluster 2023-12-07T19:12:13.571431+0000 mgr.a (mgr.24293) 22525 : cluster 0 pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:13 smithi027 bash[31536]: cluster 2023-12-07T19:12:13.571431+0000 mgr.a (mgr.24293) 22525 : cluster 0 pgmap v16844: 33 pgs: 33 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:14.620 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:14.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:14.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:14.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:14.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:14 smithi022 bash[28554]: audit 2023-12-07T19:12:14.108074+0000 mgr.a (mgr.24293) 22526 : audit 0 from='client.443322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:14 smithi044 bash[32620]: audit 2023-12-07T19:12:14.108074+0000 mgr.a (mgr.24293) 22526 : audit 0 from='client.443322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:14 smithi027 bash[31536]: audit 2023-12-07T19:12:14.108074+0000 mgr.a (mgr.24293) 22526 : audit 0 from='client.443322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:15 smithi022 bash[28554]: cluster 2023-12-07T19:12:15.572328+0000 mgr.a (mgr.24293) 22527 : cluster 0 pgmap v16845: 33 pgs: 33 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:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:15 smithi044 bash[32620]: cluster 2023-12-07T19:12:15.572328+0000 mgr.a (mgr.24293) 22527 : cluster 0 pgmap v16845: 33 pgs: 33 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:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:15 smithi027 bash[31536]: cluster 2023-12-07T19:12:15.572328+0000 mgr.a (mgr.24293) 22527 : cluster 0 pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:17 smithi022 bash[28554]: cluster 2023-12-07T19:12:17.573040+0000 mgr.a (mgr.24293) 22528 : cluster 0 pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:17 smithi044 bash[32620]: cluster 2023-12-07T19:12:17.573040+0000 mgr.a (mgr.24293) 22528 : cluster 0 pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:17 smithi027 bash[31536]: cluster 2023-12-07T19:12:17.573040+0000 mgr.a (mgr.24293) 22528 : cluster 0 pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:19.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:19.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:19.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:19.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:19 smithi022 bash[28554]: cluster 2023-12-07T19:12:19.573662+0000 mgr.a (mgr.24293) 22529 : cluster 0 pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:19 smithi044 bash[32620]: cluster 2023-12-07T19:12:19.573662+0000 mgr.a (mgr.24293) 22529 : cluster 0 pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:19 smithi027 bash[31536]: cluster 2023-12-07T19:12:19.573662+0000 mgr.a (mgr.24293) 22529 : cluster 0 pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:20.541 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:20.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:20.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:20.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:20.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:20 smithi022 bash[28554]: audit 2023-12-07T19:12:20.032058+0000 mgr.a (mgr.24293) 22530 : audit 0 from='client.443397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:20 smithi044 bash[32620]: audit 2023-12-07T19:12:20.032058+0000 mgr.a (mgr.24293) 22530 : audit 0 from='client.443397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:20 smithi027 bash[31536]: audit 2023-12-07T19:12:20.032058+0000 mgr.a (mgr.24293) 22530 : audit 0 from='client.443397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:21 smithi022 bash[28554]: cluster 2023-12-07T19:12:21.574568+0000 mgr.a (mgr.24293) 22531 : cluster 0 pgmap v16848: 33 pgs: 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:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:21 smithi044 bash[32620]: cluster 2023-12-07T19:12:21.574568+0000 mgr.a (mgr.24293) 22531 : cluster 0 pgmap v16848: 33 pgs: 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:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:21 smithi027 bash[31536]: cluster 2023-12-07T19:12:21.574568+0000 mgr.a (mgr.24293) 22531 : cluster 0 pgmap v16848: 33 pgs: 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:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:23 smithi022 bash[28554]: cluster 2023-12-07T19:12:23.575145+0000 mgr.a (mgr.24293) 22532 : cluster 0 pgmap v16849: 33 pgs: 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:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:23 smithi044 bash[32620]: cluster 2023-12-07T19:12:23.575145+0000 mgr.a (mgr.24293) 22532 : cluster 0 pgmap v16849: 33 pgs: 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:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:23 smithi027 bash[31536]: cluster 2023-12-07T19:12:23.575145+0000 mgr.a (mgr.24293) 22532 : cluster 0 pgmap v16849: 33 pgs: 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:25.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:25.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:25.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:25 smithi022 bash[28554]: cluster 2023-12-07T19:12:25.575945+0000 mgr.a (mgr.24293) 22533 : cluster 0 pgmap v16850: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:25 smithi044 bash[32620]: cluster 2023-12-07T19:12:25.575945+0000 mgr.a (mgr.24293) 22533 : cluster 0 pgmap v16850: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:25 smithi027 bash[31536]: cluster 2023-12-07T19:12:25.575945+0000 mgr.a (mgr.24293) 22533 : cluster 0 pgmap v16850: 33 pgs: 33 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.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:26.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:26 smithi022 bash[28554]: audit 2023-12-07T19:12:25.954681+0000 mgr.a (mgr.24293) 22534 : audit 0 from='client.443472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:26 smithi044 bash[32620]: audit 2023-12-07T19:12:25.954681+0000 mgr.a (mgr.24293) 22534 : audit 0 from='client.443472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:26 smithi027 bash[31536]: audit 2023-12-07T19:12:25.954681+0000 mgr.a (mgr.24293) 22534 : audit 0 from='client.443472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:28 smithi022 bash[28554]: cluster 2023-12-07T19:12:27.576656+0000 mgr.a (mgr.24293) 22535 : cluster 0 pgmap v16851: 33 pgs: 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:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:28 smithi044 bash[32620]: cluster 2023-12-07T19:12:27.576656+0000 mgr.a (mgr.24293) 22535 : cluster 0 pgmap v16851: 33 pgs: 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:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:28 smithi027 bash[31536]: cluster 2023-12-07T19:12:27.576656+0000 mgr.a (mgr.24293) 22535 : cluster 0 pgmap v16851: 33 pgs: 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:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:30 smithi022 bash[28554]: cluster 2023-12-07T19:12:29.577234+0000 mgr.a (mgr.24293) 22536 : cluster 0 pgmap v16852: 33 pgs: 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:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:30 smithi044 bash[32620]: cluster 2023-12-07T19:12:29.577234+0000 mgr.a (mgr.24293) 22536 : cluster 0 pgmap v16852: 33 pgs: 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:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:30 smithi027 bash[31536]: cluster 2023-12-07T19:12:29.577234+0000 mgr.a (mgr.24293) 22536 : cluster 0 pgmap v16852: 33 pgs: 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:31.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:32.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:32.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:32.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:32.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:32.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:32 smithi022 bash[28554]: cluster 2023-12-07T19:12:31.578025+0000 mgr.a (mgr.24293) 22537 : cluster 0 pgmap v16853: 33 pgs: 33 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:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:32 smithi022 bash[28554]: audit 2023-12-07T19:12:31.889931+0000 mgr.a (mgr.24293) 22538 : audit 0 from='client.443547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:32 smithi044 bash[32620]: cluster 2023-12-07T19:12:31.578025+0000 mgr.a (mgr.24293) 22537 : cluster 0 pgmap v16853: 33 pgs: 33 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:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:32 smithi044 bash[32620]: audit 2023-12-07T19:12:31.889931+0000 mgr.a (mgr.24293) 22538 : audit 0 from='client.443547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:32 smithi027 bash[31536]: cluster 2023-12-07T19:12:31.578025+0000 mgr.a (mgr.24293) 22537 : cluster 0 pgmap v16853: 33 pgs: 33 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:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:32 smithi027 bash[31536]: audit 2023-12-07T19:12:31.889931+0000 mgr.a (mgr.24293) 22538 : audit 0 from='client.443547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:34 smithi022 bash[28554]: cluster 2023-12-07T19:12:33.578729+0000 mgr.a (mgr.24293) 22539 : cluster 0 pgmap v16854: 33 pgs: 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:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:34 smithi044 bash[32620]: cluster 2023-12-07T19:12:33.578729+0000 mgr.a (mgr.24293) 22539 : cluster 0 pgmap v16854: 33 pgs: 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:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:34 smithi027 bash[31536]: cluster 2023-12-07T19:12:33.578729+0000 mgr.a (mgr.24293) 22539 : cluster 0 pgmap v16854: 33 pgs: 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:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:36 smithi022 bash[28554]: cluster 2023-12-07T19:12:35.579577+0000 mgr.a (mgr.24293) 22540 : cluster 0 pgmap v16855: 33 pgs: 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:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:36 smithi044 bash[32620]: cluster 2023-12-07T19:12:35.579577+0000 mgr.a (mgr.24293) 22540 : cluster 0 pgmap v16855: 33 pgs: 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:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:36 smithi027 bash[31536]: cluster 2023-12-07T19:12:35.579577+0000 mgr.a (mgr.24293) 22540 : cluster 0 pgmap v16855: 33 pgs: 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:37.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:37.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:37.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:38.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:38.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:38.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:38.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:38.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:38 smithi022 bash[28554]: cluster 2023-12-07T19:12:37.580192+0000 mgr.a (mgr.24293) 22541 : cluster 0 pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:38 smithi022 bash[28554]: audit 2023-12-07T19:12:37.831739+0000 mgr.a (mgr.24293) 22542 : audit 0 from='client.443622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:38 smithi044 bash[32620]: cluster 2023-12-07T19:12:37.580192+0000 mgr.a (mgr.24293) 22541 : cluster 0 pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:38 smithi044 bash[32620]: audit 2023-12-07T19:12:37.831739+0000 mgr.a (mgr.24293) 22542 : audit 0 from='client.443622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:38 smithi027 bash[31536]: cluster 2023-12-07T19:12:37.580192+0000 mgr.a (mgr.24293) 22541 : cluster 0 pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:38 smithi027 bash[31536]: audit 2023-12-07T19:12:37.831739+0000 mgr.a (mgr.24293) 22542 : audit 0 from='client.443622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:40 smithi022 bash[28554]: cluster 2023-12-07T19:12:39.581007+0000 mgr.a (mgr.24293) 22543 : cluster 0 pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:40 smithi044 bash[32620]: cluster 2023-12-07T19:12:39.581007+0000 mgr.a (mgr.24293) 22543 : cluster 0 pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:40 smithi027 bash[31536]: cluster 2023-12-07T19:12:39.581007+0000 mgr.a (mgr.24293) 22543 : cluster 0 pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:42 smithi022 bash[28554]: cluster 2023-12-07T19:12:41.581851+0000 mgr.a (mgr.24293) 22544 : cluster 0 pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:42 smithi044 bash[32620]: cluster 2023-12-07T19:12:41.581851+0000 mgr.a (mgr.24293) 22544 : cluster 0 pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:42 smithi027 bash[31536]: cluster 2023-12-07T19:12:41.581851+0000 mgr.a (mgr.24293) 22544 : cluster 0 pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:43.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:43.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:43.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:43 smithi022 bash[28554]: audit 2023-12-07T19:12:43.202276+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:43 smithi044 bash[32620]: audit 2023-12-07T19:12:43.202276+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:43 smithi027 bash[31536]: audit 2023-12-07T19:12:43.202276+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:44.301 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:44.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:44.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:44.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:44.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:44 smithi022 bash[28554]: cluster 2023-12-07T19:12:43.582393+0000 mgr.a (mgr.24293) 22545 : cluster 0 pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:44 smithi022 bash[28554]: audit 2023-12-07T19:12:43.765991+0000 mgr.a (mgr.24293) 22546 : audit 0 from='client.443700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:44 smithi022 bash[28554]: audit 2023-12-07T19:12:44.062787+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:44 smithi022 bash[28554]: audit 2023-12-07T19:12:44.065291+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:44 smithi022 bash[28554]: audit 2023-12-07T19:12:44.075052+0000 mon.a (mon.0) 3552 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:12:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:44 smithi044 bash[32620]: cluster 2023-12-07T19:12:43.582393+0000 mgr.a (mgr.24293) 22545 : cluster 0 pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:44 smithi044 bash[32620]: audit 2023-12-07T19:12:43.765991+0000 mgr.a (mgr.24293) 22546 : audit 0 from='client.443700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:44 smithi044 bash[32620]: audit 2023-12-07T19:12:44.062787+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:44 smithi044 bash[32620]: audit 2023-12-07T19:12:44.065291+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:44 smithi044 bash[32620]: audit 2023-12-07T19:12:44.075052+0000 mon.a (mon.0) 3552 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:12:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:44 smithi027 bash[31536]: cluster 2023-12-07T19:12:43.582393+0000 mgr.a (mgr.24293) 22545 : cluster 0 pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:44 smithi027 bash[31536]: audit 2023-12-07T19:12:43.765991+0000 mgr.a (mgr.24293) 22546 : audit 0 from='client.443700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:44 smithi027 bash[31536]: audit 2023-12-07T19:12:44.062787+0000 mon.a (mon.0) 3550 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:44 smithi027 bash[31536]: audit 2023-12-07T19:12:44.065291+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:44 smithi027 bash[31536]: audit 2023-12-07T19:12:44.075052+0000 mon.a (mon.0) 3552 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:12:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:46 smithi022 bash[28554]: cluster 2023-12-07T19:12:45.583196+0000 mgr.a (mgr.24293) 22547 : cluster 0 pgmap v16860: 33 pgs: 33 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:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:46 smithi044 bash[32620]: cluster 2023-12-07T19:12:45.583196+0000 mgr.a (mgr.24293) 22547 : cluster 0 pgmap v16860: 33 pgs: 33 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:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:46 smithi027 bash[31536]: cluster 2023-12-07T19:12:45.583196+0000 mgr.a (mgr.24293) 22547 : cluster 0 pgmap v16860: 33 pgs: 33 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:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:48 smithi022 bash[28554]: cluster 2023-12-07T19:12:47.583783+0000 mgr.a (mgr.24293) 22548 : cluster 0 pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:48 smithi044 bash[32620]: cluster 2023-12-07T19:12:47.583783+0000 mgr.a (mgr.24293) 22548 : cluster 0 pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:48 smithi027 bash[31536]: cluster 2023-12-07T19:12:47.583783+0000 mgr.a (mgr.24293) 22548 : cluster 0 pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:49.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:49.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:49.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:50.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:50.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:50.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:50.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:50.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:50 smithi022 bash[28554]: cluster 2023-12-07T19:12:49.584439+0000 mgr.a (mgr.24293) 22549 : cluster 0 pgmap v16862: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:50 smithi022 bash[28554]: audit 2023-12-07T19:12:49.722128+0000 mgr.a (mgr.24293) 22550 : audit 0 from='client.443778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:50 smithi044 bash[32620]: cluster 2023-12-07T19:12:49.584439+0000 mgr.a (mgr.24293) 22549 : cluster 0 pgmap v16862: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:50 smithi044 bash[32620]: audit 2023-12-07T19:12:49.722128+0000 mgr.a (mgr.24293) 22550 : audit 0 from='client.443778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:50 smithi027 bash[31536]: cluster 2023-12-07T19:12:49.584439+0000 mgr.a (mgr.24293) 22549 : cluster 0 pgmap v16862: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:50 smithi027 bash[31536]: audit 2023-12-07T19:12:49.722128+0000 mgr.a (mgr.24293) 22550 : audit 0 from='client.443778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:52 smithi022 bash[28554]: cluster 2023-12-07T19:12:51.585381+0000 mgr.a (mgr.24293) 22551 : cluster 0 pgmap v16863: 33 pgs: 33 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:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:52 smithi044 bash[32620]: cluster 2023-12-07T19:12:51.585381+0000 mgr.a (mgr.24293) 22551 : cluster 0 pgmap v16863: 33 pgs: 33 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:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:52 smithi027 bash[31536]: cluster 2023-12-07T19:12:51.585381+0000 mgr.a (mgr.24293) 22551 : cluster 0 pgmap v16863: 33 pgs: 33 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:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:54 smithi022 bash[28554]: cluster 2023-12-07T19:12:53.585951+0000 mgr.a (mgr.24293) 22552 : cluster 0 pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:54 smithi044 bash[32620]: cluster 2023-12-07T19:12:53.585951+0000 mgr.a (mgr.24293) 22552 : cluster 0 pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:54 smithi027 bash[31536]: cluster 2023-12-07T19:12:53.585951+0000 mgr.a (mgr.24293) 22552 : cluster 0 pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:55.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:12:55.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:55.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:56.193 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:12:56.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:56.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:56.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:56.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:12:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:56 smithi022 bash[28554]: cluster 2023-12-07T19:12:55.586667+0000 mgr.a (mgr.24293) 22553 : cluster 0 pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:56 smithi022 bash[28554]: audit 2023-12-07T19:12:55.666162+0000 mgr.a (mgr.24293) 22554 : audit 0 from='client.443853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:56 smithi044 bash[32620]: cluster 2023-12-07T19:12:55.586667+0000 mgr.a (mgr.24293) 22553 : cluster 0 pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:56 smithi044 bash[32620]: audit 2023-12-07T19:12:55.666162+0000 mgr.a (mgr.24293) 22554 : audit 0 from='client.443853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:56 smithi027 bash[31536]: cluster 2023-12-07T19:12:55.586667+0000 mgr.a (mgr.24293) 22553 : cluster 0 pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:56 smithi027 bash[31536]: audit 2023-12-07T19:12:55.666162+0000 mgr.a (mgr.24293) 22554 : audit 0 from='client.443853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:12:58 smithi022 bash[28554]: cluster 2023-12-07T19:12:57.587299+0000 mgr.a (mgr.24293) 22555 : cluster 0 pgmap v16866: 33 pgs: 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:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:12:58 smithi044 bash[32620]: cluster 2023-12-07T19:12:57.587299+0000 mgr.a (mgr.24293) 22555 : cluster 0 pgmap v16866: 33 pgs: 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:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:12:58 smithi027 bash[31536]: cluster 2023-12-07T19:12:57.587299+0000 mgr.a (mgr.24293) 22555 : cluster 0 pgmap v16866: 33 pgs: 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:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:00 smithi022 bash[28554]: cluster 2023-12-07T19:12:59.587935+0000 mgr.a (mgr.24293) 22556 : cluster 0 pgmap v16867: 33 pgs: 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:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:00 smithi044 bash[32620]: cluster 2023-12-07T19:12:59.587935+0000 mgr.a (mgr.24293) 22556 : cluster 0 pgmap v16867: 33 pgs: 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:01.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:01.197 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:01.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:00 smithi027 bash[31536]: cluster 2023-12-07T19:12:59.587935+0000 mgr.a (mgr.24293) 22556 : cluster 0 pgmap v16867: 33 pgs: 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:02.139 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:02.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:02.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:02.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:02.139 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:02 smithi022 bash[28554]: cluster 2023-12-07T19:13:01.588870+0000 mgr.a (mgr.24293) 22557 : cluster 0 pgmap v16868: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:02 smithi022 bash[28554]: audit 2023-12-07T19:13:01.620001+0000 mgr.a (mgr.24293) 22558 : audit 0 from='client.443931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:02 smithi044 bash[32620]: cluster 2023-12-07T19:13:01.588870+0000 mgr.a (mgr.24293) 22557 : cluster 0 pgmap v16868: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:02 smithi044 bash[32620]: audit 2023-12-07T19:13:01.620001+0000 mgr.a (mgr.24293) 22558 : audit 0 from='client.443931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:02 smithi027 bash[31536]: cluster 2023-12-07T19:13:01.588870+0000 mgr.a (mgr.24293) 22557 : cluster 0 pgmap v16868: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:02 smithi027 bash[31536]: audit 2023-12-07T19:13:01.620001+0000 mgr.a (mgr.24293) 22558 : audit 0 from='client.443931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:04 smithi022 bash[28554]: cluster 2023-12-07T19:13:03.589544+0000 mgr.a (mgr.24293) 22559 : cluster 0 pgmap v16869: 33 pgs: 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:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:04 smithi044 bash[32620]: cluster 2023-12-07T19:13:03.589544+0000 mgr.a (mgr.24293) 22559 : cluster 0 pgmap v16869: 33 pgs: 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:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:04 smithi027 bash[31536]: cluster 2023-12-07T19:13:03.589544+0000 mgr.a (mgr.24293) 22559 : cluster 0 pgmap v16869: 33 pgs: 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:07.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:07.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:07.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:06 smithi022 bash[28554]: cluster 2023-12-07T19:13:05.590357+0000 mgr.a (mgr.24293) 22560 : cluster 0 pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:06 smithi044 bash[32620]: cluster 2023-12-07T19:13:05.590357+0000 mgr.a (mgr.24293) 22560 : cluster 0 pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:06 smithi027 bash[31536]: cluster 2023-12-07T19:13:05.590357+0000 mgr.a (mgr.24293) 22560 : cluster 0 pgmap v16870: 33 pgs: 33 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.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:08.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:08.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:08.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:08.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:07 smithi022 bash[28554]: audit 2023-12-07T19:13:07.557260+0000 mgr.a (mgr.24293) 22561 : audit 0 from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:07 smithi044 bash[32620]: audit 2023-12-07T19:13:07.557260+0000 mgr.a (mgr.24293) 22561 : audit 0 from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:07 smithi027 bash[31536]: audit 2023-12-07T19:13:07.557260+0000 mgr.a (mgr.24293) 22561 : audit 0 from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:08 smithi022 bash[28554]: cluster 2023-12-07T19:13:07.591070+0000 mgr.a (mgr.24293) 22562 : cluster 0 pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:08 smithi044 bash[32620]: cluster 2023-12-07T19:13:07.591070+0000 mgr.a (mgr.24293) 22562 : cluster 0 pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:08 smithi027 bash[31536]: cluster 2023-12-07T19:13:07.591070+0000 mgr.a (mgr.24293) 22562 : cluster 0 pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:10 smithi022 bash[28554]: cluster 2023-12-07T19:13:09.591757+0000 mgr.a (mgr.24293) 22563 : cluster 0 pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:10 smithi044 bash[32620]: cluster 2023-12-07T19:13:09.591757+0000 mgr.a (mgr.24293) 22563 : cluster 0 pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:10 smithi027 bash[31536]: cluster 2023-12-07T19:13:09.591757+0000 mgr.a (mgr.24293) 22563 : cluster 0 pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:13.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:13.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:13.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:12 smithi022 bash[28554]: cluster 2023-12-07T19:13:11.592587+0000 mgr.a (mgr.24293) 22564 : cluster 0 pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:12 smithi044 bash[32620]: cluster 2023-12-07T19:13:11.592587+0000 mgr.a (mgr.24293) 22564 : cluster 0 pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:12 smithi027 bash[31536]: cluster 2023-12-07T19:13:11.592587+0000 mgr.a (mgr.24293) 22564 : cluster 0 pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:13.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:13.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:13.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:13.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:13.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:13 smithi022 bash[28554]: audit 2023-12-07T19:13:13.500255+0000 mgr.a (mgr.24293) 22565 : audit 0 from='client.444078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:13 smithi044 bash[32620]: audit 2023-12-07T19:13:13.500255+0000 mgr.a (mgr.24293) 22565 : audit 0 from='client.444078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:13 smithi027 bash[31536]: audit 2023-12-07T19:13:13.500255+0000 mgr.a (mgr.24293) 22565 : audit 0 from='client.444078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:14 smithi022 bash[28554]: cluster 2023-12-07T19:13:13.593281+0000 mgr.a (mgr.24293) 22566 : cluster 0 pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:14 smithi044 bash[32620]: cluster 2023-12-07T19:13:13.593281+0000 mgr.a (mgr.24293) 22566 : cluster 0 pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:14 smithi027 bash[31536]: cluster 2023-12-07T19:13:13.593281+0000 mgr.a (mgr.24293) 22566 : cluster 0 pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:16 smithi022 bash[28554]: cluster 2023-12-07T19:13:15.594285+0000 mgr.a (mgr.24293) 22567 : cluster 0 pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:16 smithi044 bash[32620]: cluster 2023-12-07T19:13:15.594285+0000 mgr.a (mgr.24293) 22567 : cluster 0 pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:16 smithi027 bash[31536]: cluster 2023-12-07T19:13:15.594285+0000 mgr.a (mgr.24293) 22567 : cluster 0 pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:18.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:18.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:18.991 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:18 smithi022 bash[28554]: cluster 2023-12-07T19:13:17.594999+0000 mgr.a (mgr.24293) 22568 : cluster 0 pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:18 smithi044 bash[32620]: cluster 2023-12-07T19:13:17.594999+0000 mgr.a (mgr.24293) 22568 : cluster 0 pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:18 smithi027 bash[31536]: cluster 2023-12-07T19:13:17.594999+0000 mgr.a (mgr.24293) 22568 : cluster 0 pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:19.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:19.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:19.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:19.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:19.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:19 smithi022 bash[28554]: audit 2023-12-07T19:13:19.407647+0000 mgr.a (mgr.24293) 22569 : audit 0 from='client.444147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:19 smithi044 bash[32620]: audit 2023-12-07T19:13:19.407647+0000 mgr.a (mgr.24293) 22569 : audit 0 from='client.444147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:19 smithi027 bash[31536]: audit 2023-12-07T19:13:19.407647+0000 mgr.a (mgr.24293) 22569 : audit 0 from='client.444147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:20 smithi022 bash[28554]: cluster 2023-12-07T19:13:19.595535+0000 mgr.a (mgr.24293) 22570 : cluster 0 pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:20 smithi044 bash[32620]: cluster 2023-12-07T19:13:19.595535+0000 mgr.a (mgr.24293) 22570 : cluster 0 pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:20 smithi027 bash[31536]: cluster 2023-12-07T19:13:19.595535+0000 mgr.a (mgr.24293) 22570 : cluster 0 pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:22 smithi022 bash[28554]: cluster 2023-12-07T19:13:21.596378+0000 mgr.a (mgr.24293) 22571 : cluster 0 pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:22 smithi044 bash[32620]: cluster 2023-12-07T19:13:21.596378+0000 mgr.a (mgr.24293) 22571 : cluster 0 pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:22 smithi027 bash[31536]: cluster 2023-12-07T19:13:21.596378+0000 mgr.a (mgr.24293) 22571 : cluster 0 pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:24.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:24.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:24.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:24 smithi022 bash[28554]: cluster 2023-12-07T19:13:23.596949+0000 mgr.a (mgr.24293) 22572 : cluster 0 pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:24 smithi044 bash[32620]: cluster 2023-12-07T19:13:23.596949+0000 mgr.a (mgr.24293) 22572 : cluster 0 pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:24 smithi027 bash[31536]: cluster 2023-12-07T19:13:23.596949+0000 mgr.a (mgr.24293) 22572 : cluster 0 pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:25.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:25.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:25 smithi022 bash[28554]: audit 2023-12-07T19:13:25.370909+0000 mgr.a (mgr.24293) 22573 : audit 0 from='client.444219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:25 smithi044 bash[32620]: audit 2023-12-07T19:13:25.370909+0000 mgr.a (mgr.24293) 22573 : audit 0 from='client.444219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:25 smithi027 bash[31536]: audit 2023-12-07T19:13:25.370909+0000 mgr.a (mgr.24293) 22573 : audit 0 from='client.444219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:26 smithi022 bash[28554]: cluster 2023-12-07T19:13:25.597746+0000 mgr.a (mgr.24293) 22574 : cluster 0 pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:26 smithi044 bash[32620]: cluster 2023-12-07T19:13:25.597746+0000 mgr.a (mgr.24293) 22574 : cluster 0 pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:27.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:26 smithi027 bash[31536]: cluster 2023-12-07T19:13:25.597746+0000 mgr.a (mgr.24293) 22574 : cluster 0 pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:28 smithi022 bash[28554]: cluster 2023-12-07T19:13:27.598408+0000 mgr.a (mgr.24293) 22575 : cluster 0 pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:28 smithi044 bash[32620]: cluster 2023-12-07T19:13:27.598408+0000 mgr.a (mgr.24293) 22575 : cluster 0 pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:28 smithi027 bash[31536]: cluster 2023-12-07T19:13:27.598408+0000 mgr.a (mgr.24293) 22575 : cluster 0 pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:30.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:30.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:30.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:30 smithi022 bash[28554]: cluster 2023-12-07T19:13:29.599164+0000 mgr.a (mgr.24293) 22576 : cluster 0 pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:30 smithi044 bash[32620]: cluster 2023-12-07T19:13:29.599164+0000 mgr.a (mgr.24293) 22576 : cluster 0 pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:30 smithi027 bash[31536]: cluster 2023-12-07T19:13:29.599164+0000 mgr.a (mgr.24293) 22576 : cluster 0 pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:31.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:31.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:31.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:31.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:31.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:31 smithi027 bash[31536]: audit 2023-12-07T19:13:31.316775+0000 mgr.a (mgr.24293) 22577 : audit 0 from='client.444297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:31 smithi022 bash[28554]: audit 2023-12-07T19:13:31.316775+0000 mgr.a (mgr.24293) 22577 : audit 0 from='client.444297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:31 smithi044 bash[32620]: audit 2023-12-07T19:13:31.316775+0000 mgr.a (mgr.24293) 22577 : audit 0 from='client.444297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:32 smithi027 bash[31536]: cluster 2023-12-07T19:13:31.600840+0000 mgr.a (mgr.24293) 22578 : cluster 0 pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:32 smithi022 bash[28554]: cluster 2023-12-07T19:13:31.600840+0000 mgr.a (mgr.24293) 22578 : cluster 0 pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:32 smithi044 bash[32620]: cluster 2023-12-07T19:13:31.600840+0000 mgr.a (mgr.24293) 22578 : cluster 0 pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:34 smithi027 bash[31536]: cluster 2023-12-07T19:13:33.601535+0000 mgr.a (mgr.24293) 22579 : cluster 0 pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:34 smithi022 bash[28554]: cluster 2023-12-07T19:13:33.601535+0000 mgr.a (mgr.24293) 22579 : cluster 0 pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:34 smithi044 bash[32620]: cluster 2023-12-07T19:13:33.601535+0000 mgr.a (mgr.24293) 22579 : cluster 0 pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:36.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:36.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:36.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:36 smithi027 bash[31536]: cluster 2023-12-07T19:13:35.602320+0000 mgr.a (mgr.24293) 22580 : cluster 0 pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:36 smithi022 bash[28554]: cluster 2023-12-07T19:13:35.602320+0000 mgr.a (mgr.24293) 22580 : cluster 0 pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:36 smithi044 bash[32620]: cluster 2023-12-07T19:13:35.602320+0000 mgr.a (mgr.24293) 22580 : cluster 0 pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:37.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:37.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:37.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:37.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:37.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:37 smithi027 bash[31536]: audit 2023-12-07T19:13:37.264203+0000 mgr.a (mgr.24293) 22581 : audit 0 from='client.444372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:38.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:37 smithi022 bash[28554]: audit 2023-12-07T19:13:37.264203+0000 mgr.a (mgr.24293) 22581 : audit 0 from='client.444372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:37 smithi044 bash[32620]: audit 2023-12-07T19:13:37.264203+0000 mgr.a (mgr.24293) 22581 : audit 0 from='client.444372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:38 smithi022 bash[28554]: cluster 2023-12-07T19:13:37.602846+0000 mgr.a (mgr.24293) 22582 : cluster 0 pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:38 smithi044 bash[32620]: cluster 2023-12-07T19:13:37.602846+0000 mgr.a (mgr.24293) 22582 : cluster 0 pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:38 smithi027 bash[31536]: cluster 2023-12-07T19:13:37.602846+0000 mgr.a (mgr.24293) 22582 : cluster 0 pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:40 smithi022 bash[28554]: cluster 2023-12-07T19:13:39.603474+0000 mgr.a (mgr.24293) 22583 : cluster 0 pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:40 smithi044 bash[32620]: cluster 2023-12-07T19:13:39.603474+0000 mgr.a (mgr.24293) 22583 : cluster 0 pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:40 smithi027 bash[31536]: cluster 2023-12-07T19:13:39.603474+0000 mgr.a (mgr.24293) 22583 : cluster 0 pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:42.791 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:42.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:42.792 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:43.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:42 smithi022 bash[28554]: cluster 2023-12-07T19:13:41.604312+0000 mgr.a (mgr.24293) 22584 : cluster 0 pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:42 smithi044 bash[32620]: cluster 2023-12-07T19:13:41.604312+0000 mgr.a (mgr.24293) 22584 : cluster 0 pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:42 smithi027 bash[31536]: cluster 2023-12-07T19:13:41.604312+0000 mgr.a (mgr.24293) 22584 : cluster 0 pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:43.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:43.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:43.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:43.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:43.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:43 smithi022 bash[28554]: audit 2023-12-07T19:13:43.207312+0000 mgr.a (mgr.24293) 22585 : audit 0 from='client.444450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:43 smithi044 bash[32620]: audit 2023-12-07T19:13:43.207312+0000 mgr.a (mgr.24293) 22585 : audit 0 from='client.444450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:43 smithi027 bash[31536]: audit 2023-12-07T19:13:43.207312+0000 mgr.a (mgr.24293) 22585 : audit 0 from='client.444450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:44 smithi022 bash[28554]: cluster 2023-12-07T19:13:43.605466+0000 mgr.a (mgr.24293) 22586 : cluster 0 pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:44 smithi022 bash[28554]: audit 2023-12-07T19:13:44.214917+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:44 smithi044 bash[32620]: cluster 2023-12-07T19:13:43.605466+0000 mgr.a (mgr.24293) 22586 : cluster 0 pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:44 smithi044 bash[32620]: audit 2023-12-07T19:13:44.214917+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:44 smithi027 bash[31536]: cluster 2023-12-07T19:13:43.605466+0000 mgr.a (mgr.24293) 22586 : cluster 0 pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:44 smithi027 bash[31536]: audit 2023-12-07T19:13:44.214917+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:46 smithi022 bash[28554]: cluster 2023-12-07T19:13:45.606317+0000 mgr.a (mgr.24293) 22587 : cluster 0 pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:46 smithi044 bash[32620]: cluster 2023-12-07T19:13:45.606317+0000 mgr.a (mgr.24293) 22587 : cluster 0 pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:46 smithi027 bash[31536]: cluster 2023-12-07T19:13:45.606317+0000 mgr.a (mgr.24293) 22587 : cluster 0 pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:48.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:48.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:48.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:48 smithi022 bash[28554]: cluster 2023-12-07T19:13:47.606871+0000 mgr.a (mgr.24293) 22588 : cluster 0 pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:48 smithi044 bash[32620]: cluster 2023-12-07T19:13:47.606871+0000 mgr.a (mgr.24293) 22588 : cluster 0 pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:48 smithi027 bash[31536]: cluster 2023-12-07T19:13:47.606871+0000 mgr.a (mgr.24293) 22588 : cluster 0 pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:49.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:49.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:49.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:49.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:49.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.147199+0000 mgr.a (mgr.24293) 22589 : audit 0 from='client.444522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.567875+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.572181+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.619431+0000 mon.a (mon.0) 3556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.624860+0000 mon.a (mon.0) 3557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.631078+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:49.635010+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:50.314250+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:50.315745+0000 mon.a (mon.0) 3561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:50 smithi022 bash[28554]: audit 2023-12-07T19:13:50.325485+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.147199+0000 mgr.a (mgr.24293) 22589 : audit 0 from='client.444522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.567875+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.572181+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.619431+0000 mon.a (mon.0) 3556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.624860+0000 mon.a (mon.0) 3557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.631078+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:49.635010+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:50.314250+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:50.315745+0000 mon.a (mon.0) 3561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:50.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:50 smithi044 bash[32620]: audit 2023-12-07T19:13:50.325485+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.147199+0000 mgr.a (mgr.24293) 22589 : audit 0 from='client.444522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.567875+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.572181+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.619431+0000 mon.a (mon.0) 3556 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.624860+0000 mon.a (mon.0) 3557 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.631078+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:49.635010+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:50.314250+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:50.315745+0000 mon.a (mon.0) 3561 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:50.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:50 smithi027 bash[31536]: audit 2023-12-07T19:13:50.325485+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:13:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:51 smithi022 bash[28554]: cluster 2023-12-07T19:13:49.607346+0000 mgr.a (mgr.24293) 22590 : cluster 0 pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:51 smithi044 bash[32620]: cluster 2023-12-07T19:13:49.607346+0000 mgr.a (mgr.24293) 22590 : cluster 0 pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:51 smithi027 bash[31536]: cluster 2023-12-07T19:13:49.607346+0000 mgr.a (mgr.24293) 22590 : cluster 0 pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:53 smithi022 bash[28554]: cluster 2023-12-07T19:13:51.608107+0000 mgr.a (mgr.24293) 22591 : cluster 0 pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:53 smithi044 bash[32620]: cluster 2023-12-07T19:13:51.608107+0000 mgr.a (mgr.24293) 22591 : cluster 0 pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:53 smithi027 bash[31536]: cluster 2023-12-07T19:13:51.608107+0000 mgr.a (mgr.24293) 22591 : cluster 0 pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:54.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:13:54.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:54.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:55.596 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:13:55.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:55.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:55.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:55.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:13:55.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:55 smithi022 bash[28554]: cluster 2023-12-07T19:13:53.608680+0000 mgr.a (mgr.24293) 22592 : cluster 0 pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:55 smithi044 bash[32620]: cluster 2023-12-07T19:13:53.608680+0000 mgr.a (mgr.24293) 22592 : cluster 0 pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:55 smithi027 bash[31536]: cluster 2023-12-07T19:13:53.608680+0000 mgr.a (mgr.24293) 22592 : cluster 0 pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:56 smithi022 bash[28554]: audit 2023-12-07T19:13:55.078736+0000 mgr.a (mgr.24293) 22593 : audit 0 from='client.444594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:56 smithi044 bash[32620]: audit 2023-12-07T19:13:55.078736+0000 mgr.a (mgr.24293) 22593 : audit 0 from='client.444594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:56 smithi027 bash[31536]: audit 2023-12-07T19:13:55.078736+0000 mgr.a (mgr.24293) 22593 : audit 0 from='client.444594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:57 smithi022 bash[28554]: cluster 2023-12-07T19:13:55.609695+0000 mgr.a (mgr.24293) 22594 : cluster 0 pgmap v16895: 33 pgs: 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:13:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:57 smithi044 bash[32620]: cluster 2023-12-07T19:13:55.609695+0000 mgr.a (mgr.24293) 22594 : cluster 0 pgmap v16895: 33 pgs: 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:13:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:57 smithi027 bash[31536]: cluster 2023-12-07T19:13:55.609695+0000 mgr.a (mgr.24293) 22594 : cluster 0 pgmap v16895: 33 pgs: 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:13:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:13:59 smithi022 bash[28554]: cluster 2023-12-07T19:13:57.610242+0000 mgr.a (mgr.24293) 22595 : cluster 0 pgmap v16896: 33 pgs: 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:13:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:13:59 smithi044 bash[32620]: cluster 2023-12-07T19:13:57.610242+0000 mgr.a (mgr.24293) 22595 : cluster 0 pgmap v16896: 33 pgs: 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:13:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:13:59 smithi027 bash[31536]: cluster 2023-12-07T19:13:57.610242+0000 mgr.a (mgr.24293) 22595 : cluster 0 pgmap v16896: 33 pgs: 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:00.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:00.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:00.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:01.530 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:01.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:01.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:01.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:01.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:01 smithi022 bash[28554]: cluster 2023-12-07T19:13:59.610817+0000 mgr.a (mgr.24293) 22596 : cluster 0 pgmap v16897: 33 pgs: 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:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:01 smithi044 bash[32620]: cluster 2023-12-07T19:13:59.610817+0000 mgr.a (mgr.24293) 22596 : cluster 0 pgmap v16897: 33 pgs: 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:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:01 smithi027 bash[31536]: cluster 2023-12-07T19:13:59.610817+0000 mgr.a (mgr.24293) 22596 : cluster 0 pgmap v16897: 33 pgs: 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:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:02 smithi022 bash[28554]: audit 2023-12-07T19:14:01.016831+0000 mgr.a (mgr.24293) 22597 : audit 0 from='client.444666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:02 smithi044 bash[32620]: audit 2023-12-07T19:14:01.016831+0000 mgr.a (mgr.24293) 22597 : audit 0 from='client.444666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:02 smithi027 bash[31536]: audit 2023-12-07T19:14:01.016831+0000 mgr.a (mgr.24293) 22597 : audit 0 from='client.444666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:03 smithi022 bash[28554]: cluster 2023-12-07T19:14:01.611907+0000 mgr.a (mgr.24293) 22598 : cluster 0 pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:03 smithi044 bash[32620]: cluster 2023-12-07T19:14:01.611907+0000 mgr.a (mgr.24293) 22598 : cluster 0 pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:03 smithi027 bash[31536]: cluster 2023-12-07T19:14:01.611907+0000 mgr.a (mgr.24293) 22598 : cluster 0 pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:04 smithi022 bash[28554]: cluster 2023-12-07T19:14:03.612671+0000 mgr.a (mgr.24293) 22599 : cluster 0 pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:04 smithi044 bash[32620]: cluster 2023-12-07T19:14:03.612671+0000 mgr.a (mgr.24293) 22599 : cluster 0 pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:04 smithi027 bash[31536]: cluster 2023-12-07T19:14:03.612671+0000 mgr.a (mgr.24293) 22599 : cluster 0 pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:06.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:06.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:06.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:06 smithi022 bash[28554]: cluster 2023-12-07T19:14:05.613411+0000 mgr.a (mgr.24293) 22600 : cluster 0 pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:06 smithi044 bash[32620]: cluster 2023-12-07T19:14:05.613411+0000 mgr.a (mgr.24293) 22600 : cluster 0 pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:06 smithi027 bash[31536]: cluster 2023-12-07T19:14:05.613411+0000 mgr.a (mgr.24293) 22600 : cluster 0 pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:07.461 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:07 smithi022 bash[28554]: audit 2023-12-07T19:14:06.946039+0000 mgr.a (mgr.24293) 22601 : audit 0 from='client.444738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:07 smithi044 bash[32620]: audit 2023-12-07T19:14:06.946039+0000 mgr.a (mgr.24293) 22601 : audit 0 from='client.444738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:07 smithi027 bash[31536]: audit 2023-12-07T19:14:06.946039+0000 mgr.a (mgr.24293) 22601 : audit 0 from='client.444738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:08 smithi022 bash[28554]: cluster 2023-12-07T19:14:07.614111+0000 mgr.a (mgr.24293) 22602 : cluster 0 pgmap v16901: 33 pgs: 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:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:08 smithi044 bash[32620]: cluster 2023-12-07T19:14:07.614111+0000 mgr.a (mgr.24293) 22602 : cluster 0 pgmap v16901: 33 pgs: 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:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:08 smithi027 bash[31536]: cluster 2023-12-07T19:14:07.614111+0000 mgr.a (mgr.24293) 22602 : cluster 0 pgmap v16901: 33 pgs: 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:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:10 smithi022 bash[28554]: cluster 2023-12-07T19:14:09.614687+0000 mgr.a (mgr.24293) 22603 : cluster 0 pgmap v16902: 33 pgs: 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:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:10 smithi044 bash[32620]: cluster 2023-12-07T19:14:09.614687+0000 mgr.a (mgr.24293) 22603 : cluster 0 pgmap v16902: 33 pgs: 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:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:10 smithi027 bash[31536]: cluster 2023-12-07T19:14:09.614687+0000 mgr.a (mgr.24293) 22603 : cluster 0 pgmap v16902: 33 pgs: 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:12.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:12.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:12.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:13.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:12 smithi022 bash[28554]: cluster 2023-12-07T19:14:11.615501+0000 mgr.a (mgr.24293) 22604 : cluster 0 pgmap v16903: 33 pgs: 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:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:12 smithi044 bash[32620]: cluster 2023-12-07T19:14:11.615501+0000 mgr.a (mgr.24293) 22604 : cluster 0 pgmap v16903: 33 pgs: 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:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:12 smithi027 bash[31536]: cluster 2023-12-07T19:14:11.615501+0000 mgr.a (mgr.24293) 22604 : cluster 0 pgmap v16903: 33 pgs: 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:13.409 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:13.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:13.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:13.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:13.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:13 smithi022 bash[28554]: audit 2023-12-07T19:14:12.876836+0000 mgr.a (mgr.24293) 22605 : audit 0 from='client.444816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:13 smithi044 bash[32620]: audit 2023-12-07T19:14:12.876836+0000 mgr.a (mgr.24293) 22605 : audit 0 from='client.444816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:13 smithi027 bash[31536]: audit 2023-12-07T19:14:12.876836+0000 mgr.a (mgr.24293) 22605 : audit 0 from='client.444816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:14 smithi022 bash[28554]: cluster 2023-12-07T19:14:13.616234+0000 mgr.a (mgr.24293) 22606 : cluster 0 pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:14 smithi044 bash[32620]: cluster 2023-12-07T19:14:13.616234+0000 mgr.a (mgr.24293) 22606 : cluster 0 pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:14 smithi027 bash[31536]: cluster 2023-12-07T19:14:13.616234+0000 mgr.a (mgr.24293) 22606 : cluster 0 pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:16 smithi022 bash[28554]: cluster 2023-12-07T19:14:15.617026+0000 mgr.a (mgr.24293) 22607 : cluster 0 pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:16 smithi044 bash[32620]: cluster 2023-12-07T19:14:15.617026+0000 mgr.a (mgr.24293) 22607 : cluster 0 pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:16 smithi027 bash[31536]: cluster 2023-12-07T19:14:15.617026+0000 mgr.a (mgr.24293) 22607 : cluster 0 pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:18.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:18.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:18.413 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:18 smithi022 bash[28554]: cluster 2023-12-07T19:14:17.617517+0000 mgr.a (mgr.24293) 22608 : cluster 0 pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:18 smithi044 bash[32620]: cluster 2023-12-07T19:14:17.617517+0000 mgr.a (mgr.24293) 22608 : cluster 0 pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:18 smithi027 bash[31536]: cluster 2023-12-07T19:14:17.617517+0000 mgr.a (mgr.24293) 22608 : cluster 0 pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:19.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:19.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:19.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:19.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:19.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:19 smithi022 bash[28554]: audit 2023-12-07T19:14:18.824001+0000 mgr.a (mgr.24293) 22609 : audit 0 from='client.444891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:19 smithi044 bash[32620]: audit 2023-12-07T19:14:18.824001+0000 mgr.a (mgr.24293) 22609 : audit 0 from='client.444891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:19 smithi027 bash[31536]: audit 2023-12-07T19:14:18.824001+0000 mgr.a (mgr.24293) 22609 : audit 0 from='client.444891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:20 smithi022 bash[28554]: cluster 2023-12-07T19:14:19.618174+0000 mgr.a (mgr.24293) 22610 : cluster 0 pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:20 smithi044 bash[32620]: cluster 2023-12-07T19:14:19.618174+0000 mgr.a (mgr.24293) 22610 : cluster 0 pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:20 smithi027 bash[31536]: cluster 2023-12-07T19:14:19.618174+0000 mgr.a (mgr.24293) 22610 : cluster 0 pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:22 smithi022 bash[28554]: cluster 2023-12-07T19:14:21.618962+0000 mgr.a (mgr.24293) 22611 : cluster 0 pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:22 smithi044 bash[32620]: cluster 2023-12-07T19:14:21.618962+0000 mgr.a (mgr.24293) 22611 : cluster 0 pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:22 smithi027 bash[31536]: cluster 2023-12-07T19:14:21.618962+0000 mgr.a (mgr.24293) 22611 : cluster 0 pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:24.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:24.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:24.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:24 smithi022 bash[28554]: cluster 2023-12-07T19:14:23.619499+0000 mgr.a (mgr.24293) 22612 : cluster 0 pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:24 smithi044 bash[32620]: cluster 2023-12-07T19:14:23.619499+0000 mgr.a (mgr.24293) 22612 : cluster 0 pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:24 smithi027 bash[31536]: cluster 2023-12-07T19:14:23.619499+0000 mgr.a (mgr.24293) 22612 : cluster 0 pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:25.300 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:25.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:25.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:25.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:25.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:25 smithi022 bash[28554]: audit 2023-12-07T19:14:24.782193+0000 mgr.a (mgr.24293) 22613 : audit 0 from='client.444963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:25 smithi044 bash[32620]: audit 2023-12-07T19:14:24.782193+0000 mgr.a (mgr.24293) 22613 : audit 0 from='client.444963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:25 smithi027 bash[31536]: audit 2023-12-07T19:14:24.782193+0000 mgr.a (mgr.24293) 22613 : audit 0 from='client.444963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:26 smithi022 bash[28554]: cluster 2023-12-07T19:14:25.620408+0000 mgr.a (mgr.24293) 22614 : cluster 0 pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:26 smithi044 bash[32620]: cluster 2023-12-07T19:14:25.620408+0000 mgr.a (mgr.24293) 22614 : cluster 0 pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:26 smithi027 bash[31536]: cluster 2023-12-07T19:14:25.620408+0000 mgr.a (mgr.24293) 22614 : cluster 0 pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:28 smithi022 bash[28554]: cluster 2023-12-07T19:14:27.620979+0000 mgr.a (mgr.24293) 22615 : cluster 0 pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:28 smithi044 bash[32620]: cluster 2023-12-07T19:14:27.620979+0000 mgr.a (mgr.24293) 22615 : cluster 0 pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:28 smithi027 bash[31536]: cluster 2023-12-07T19:14:27.620979+0000 mgr.a (mgr.24293) 22615 : cluster 0 pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:30.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:30.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:30.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:30 smithi022 bash[28554]: cluster 2023-12-07T19:14:29.621544+0000 mgr.a (mgr.24293) 22616 : cluster 0 pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:30 smithi044 bash[32620]: cluster 2023-12-07T19:14:29.621544+0000 mgr.a (mgr.24293) 22616 : cluster 0 pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:30 smithi027 bash[31536]: cluster 2023-12-07T19:14:29.621544+0000 mgr.a (mgr.24293) 22616 : cluster 0 pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:31.261 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:31.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:31.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:31.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:31.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:31 smithi022 bash[28554]: audit 2023-12-07T19:14:30.714805+0000 mgr.a (mgr.24293) 22617 : audit 0 from='client.445038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:31 smithi044 bash[32620]: audit 2023-12-07T19:14:30.714805+0000 mgr.a (mgr.24293) 22617 : audit 0 from='client.445038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:31 smithi027 bash[31536]: audit 2023-12-07T19:14:30.714805+0000 mgr.a (mgr.24293) 22617 : audit 0 from='client.445038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:32 smithi022 bash[28554]: cluster 2023-12-07T19:14:31.622565+0000 mgr.a (mgr.24293) 22618 : cluster 0 pgmap v16913: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:32 smithi044 bash[32620]: cluster 2023-12-07T19:14:31.622565+0000 mgr.a (mgr.24293) 22618 : cluster 0 pgmap v16913: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:32 smithi027 bash[31536]: cluster 2023-12-07T19:14:31.622565+0000 mgr.a (mgr.24293) 22618 : cluster 0 pgmap v16913: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:34 smithi022 bash[28554]: cluster 2023-12-07T19:14:33.623121+0000 mgr.a (mgr.24293) 22619 : cluster 0 pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:34 smithi044 bash[32620]: cluster 2023-12-07T19:14:33.623121+0000 mgr.a (mgr.24293) 22619 : cluster 0 pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:34 smithi027 bash[31536]: cluster 2023-12-07T19:14:33.623121+0000 mgr.a (mgr.24293) 22619 : cluster 0 pgmap v16914: 33 pgs: 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:36.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:36.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:36.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:36 smithi022 bash[28554]: cluster 2023-12-07T19:14:35.623909+0000 mgr.a (mgr.24293) 22620 : cluster 0 pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:36 smithi044 bash[32620]: cluster 2023-12-07T19:14:35.623909+0000 mgr.a (mgr.24293) 22620 : cluster 0 pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:37.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:37.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:37.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:37.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:37.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:36 smithi027 bash[31536]: cluster 2023-12-07T19:14:35.623909+0000 mgr.a (mgr.24293) 22620 : cluster 0 pgmap v16915: 33 pgs: 33 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:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:37 smithi022 bash[28554]: audit 2023-12-07T19:14:36.677858+0000 mgr.a (mgr.24293) 22621 : audit 0 from='client.445113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:37 smithi044 bash[32620]: audit 2023-12-07T19:14:36.677858+0000 mgr.a (mgr.24293) 22621 : audit 0 from='client.445113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:37 smithi027 bash[31536]: audit 2023-12-07T19:14:36.677858+0000 mgr.a (mgr.24293) 22621 : audit 0 from='client.445113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:38 smithi022 bash[28554]: cluster 2023-12-07T19:14:37.624544+0000 mgr.a (mgr.24293) 22622 : cluster 0 pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:38 smithi044 bash[32620]: cluster 2023-12-07T19:14:37.624544+0000 mgr.a (mgr.24293) 22622 : cluster 0 pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:38 smithi027 bash[31536]: cluster 2023-12-07T19:14:37.624544+0000 mgr.a (mgr.24293) 22622 : cluster 0 pgmap v16916: 33 pgs: 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:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:40 smithi022 bash[28554]: cluster 2023-12-07T19:14:39.625101+0000 mgr.a (mgr.24293) 22623 : cluster 0 pgmap v16917: 33 pgs: 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:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:40 smithi044 bash[32620]: cluster 2023-12-07T19:14:39.625101+0000 mgr.a (mgr.24293) 22623 : cluster 0 pgmap v16917: 33 pgs: 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:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:40 smithi027 bash[31536]: cluster 2023-12-07T19:14:39.625101+0000 mgr.a (mgr.24293) 22623 : cluster 0 pgmap v16917: 33 pgs: 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:42.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:42.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:42.191 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:43.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:43.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:43.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:43.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:43.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:42 smithi022 bash[28554]: cluster 2023-12-07T19:14:41.625902+0000 mgr.a (mgr.24293) 22624 : cluster 0 pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:42 smithi022 bash[28554]: audit 2023-12-07T19:14:42.604119+0000 mgr.a (mgr.24293) 22625 : audit 0 from='client.445185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:42 smithi044 bash[32620]: cluster 2023-12-07T19:14:41.625902+0000 mgr.a (mgr.24293) 22624 : cluster 0 pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:42 smithi044 bash[32620]: audit 2023-12-07T19:14:42.604119+0000 mgr.a (mgr.24293) 22625 : audit 0 from='client.445185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:42 smithi027 bash[31536]: cluster 2023-12-07T19:14:41.625902+0000 mgr.a (mgr.24293) 22624 : cluster 0 pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:42 smithi027 bash[31536]: audit 2023-12-07T19:14:42.604119+0000 mgr.a (mgr.24293) 22625 : audit 0 from='client.445185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:44 smithi022 bash[28554]: cluster 2023-12-07T19:14:43.626561+0000 mgr.a (mgr.24293) 22626 : cluster 0 pgmap v16919: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:44 smithi044 bash[32620]: cluster 2023-12-07T19:14:43.626561+0000 mgr.a (mgr.24293) 22626 : cluster 0 pgmap v16919: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:44 smithi027 bash[31536]: cluster 2023-12-07T19:14:43.626561+0000 mgr.a (mgr.24293) 22626 : cluster 0 pgmap v16919: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:46 smithi022 bash[28554]: cluster 2023-12-07T19:14:45.627364+0000 mgr.a (mgr.24293) 22627 : cluster 0 pgmap v16920: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:46 smithi044 bash[32620]: cluster 2023-12-07T19:14:45.627364+0000 mgr.a (mgr.24293) 22627 : cluster 0 pgmap v16920: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:46 smithi027 bash[31536]: cluster 2023-12-07T19:14:45.627364+0000 mgr.a (mgr.24293) 22627 : cluster 0 pgmap v16920: 33 pgs: 33 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.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:48.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:48.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:49.102 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:49.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:49.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:49.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:49.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:48 smithi022 bash[28554]: cluster 2023-12-07T19:14:47.627903+0000 mgr.a (mgr.24293) 22628 : cluster 0 pgmap v16921: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:48 smithi022 bash[28554]: audit 2023-12-07T19:14:48.559945+0000 mgr.a (mgr.24293) 22629 : audit 0 from='client.445263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:48 smithi044 bash[32620]: cluster 2023-12-07T19:14:47.627903+0000 mgr.a (mgr.24293) 22628 : cluster 0 pgmap v16921: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:48 smithi044 bash[32620]: audit 2023-12-07T19:14:48.559945+0000 mgr.a (mgr.24293) 22629 : audit 0 from='client.445263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:48 smithi027 bash[31536]: cluster 2023-12-07T19:14:47.627903+0000 mgr.a (mgr.24293) 22628 : cluster 0 pgmap v16921: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:48 smithi027 bash[31536]: audit 2023-12-07T19:14:48.559945+0000 mgr.a (mgr.24293) 22629 : audit 0 from='client.445263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:50 smithi022 bash[28554]: cluster 2023-12-07T19:14:49.628570+0000 mgr.a (mgr.24293) 22630 : cluster 0 pgmap v16922: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:50 smithi022 bash[28554]: audit 2023-12-07T19:14:50.428417+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:50 smithi044 bash[32620]: cluster 2023-12-07T19:14:49.628570+0000 mgr.a (mgr.24293) 22630 : cluster 0 pgmap v16922: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:50 smithi044 bash[32620]: audit 2023-12-07T19:14:50.428417+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:50 smithi027 bash[31536]: cluster 2023-12-07T19:14:49.628570+0000 mgr.a (mgr.24293) 22630 : cluster 0 pgmap v16922: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:50 smithi027 bash[31536]: audit 2023-12-07T19:14:50.428417+0000 mon.a (mon.0) 3563 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:51 smithi022 bash[28554]: audit 2023-12-07T19:14:51.226510+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:14:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:51 smithi022 bash[28554]: audit 2023-12-07T19:14:51.228371+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:14:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:51 smithi022 bash[28554]: audit 2023-12-07T19:14:51.237620+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:14:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:51 smithi044 bash[32620]: audit 2023-12-07T19:14:51.226510+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:14:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:51 smithi044 bash[32620]: audit 2023-12-07T19:14:51.228371+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:14:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:51 smithi044 bash[32620]: audit 2023-12-07T19:14:51.237620+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:14:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:51 smithi027 bash[31536]: audit 2023-12-07T19:14:51.226510+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:14:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:51 smithi027 bash[31536]: audit 2023-12-07T19:14:51.228371+0000 mon.a (mon.0) 3565 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:14:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:51 smithi027 bash[31536]: audit 2023-12-07T19:14:51.237620+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:14:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:53 smithi022 bash[28554]: cluster 2023-12-07T19:14:51.629421+0000 mgr.a (mgr.24293) 22631 : cluster 0 pgmap v16923: 33 pgs: 33 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:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:53 smithi044 bash[32620]: cluster 2023-12-07T19:14:51.629421+0000 mgr.a (mgr.24293) 22631 : cluster 0 pgmap v16923: 33 pgs: 33 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:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:53 smithi027 bash[31536]: cluster 2023-12-07T19:14:51.629421+0000 mgr.a (mgr.24293) 22631 : cluster 0 pgmap v16923: 33 pgs: 33 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:54.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:14:54.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:54.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:55.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:14:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:14:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:55 smithi022 bash[28554]: cluster 2023-12-07T19:14:53.629948+0000 mgr.a (mgr.24293) 22632 : cluster 0 pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:55 smithi022 bash[28554]: audit 2023-12-07T19:14:54.515907+0000 mgr.a (mgr.24293) 22633 : audit 0 from='client.445341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:55 smithi044 bash[32620]: cluster 2023-12-07T19:14:53.629948+0000 mgr.a (mgr.24293) 22632 : cluster 0 pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:55 smithi044 bash[32620]: audit 2023-12-07T19:14:54.515907+0000 mgr.a (mgr.24293) 22633 : audit 0 from='client.445341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:55 smithi027 bash[31536]: cluster 2023-12-07T19:14:53.629948+0000 mgr.a (mgr.24293) 22632 : cluster 0 pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:55 smithi027 bash[31536]: audit 2023-12-07T19:14:54.515907+0000 mgr.a (mgr.24293) 22633 : audit 0 from='client.445341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:57 smithi022 bash[28554]: cluster 2023-12-07T19:14:55.630843+0000 mgr.a (mgr.24293) 22634 : cluster 0 pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:57 smithi044 bash[32620]: cluster 2023-12-07T19:14:55.630843+0000 mgr.a (mgr.24293) 22634 : cluster 0 pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:57 smithi027 bash[31536]: cluster 2023-12-07T19:14:55.630843+0000 mgr.a (mgr.24293) 22634 : cluster 0 pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:14:59 smithi022 bash[28554]: cluster 2023-12-07T19:14:57.631398+0000 mgr.a (mgr.24293) 22635 : cluster 0 pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:14:59 smithi044 bash[32620]: cluster 2023-12-07T19:14:57.631398+0000 mgr.a (mgr.24293) 22635 : cluster 0 pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:14:59 smithi027 bash[31536]: cluster 2023-12-07T19:14:57.631398+0000 mgr.a (mgr.24293) 22635 : cluster 0 pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:00.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:00.975 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:00.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:00.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:01.559 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:01 smithi022 bash[28554]: cluster 2023-12-07T19:14:59.632020+0000 mgr.a (mgr.24293) 22636 : cluster 0 pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:01.559 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:01 smithi022 bash[28554]: audit 2023-12-07T19:15:00.436493+0000 mgr.a (mgr.24293) 22637 : audit 0 from='client.445416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:01 smithi044 bash[32620]: cluster 2023-12-07T19:14:59.632020+0000 mgr.a (mgr.24293) 22636 : cluster 0 pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:01 smithi044 bash[32620]: audit 2023-12-07T19:15:00.436493+0000 mgr.a (mgr.24293) 22637 : audit 0 from='client.445416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:01 smithi027 bash[31536]: cluster 2023-12-07T19:14:59.632020+0000 mgr.a (mgr.24293) 22636 : cluster 0 pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:01 smithi027 bash[31536]: audit 2023-12-07T19:15:00.436493+0000 mgr.a (mgr.24293) 22637 : audit 0 from='client.445416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:03 smithi022 bash[28554]: cluster 2023-12-07T19:15:01.633130+0000 mgr.a (mgr.24293) 22638 : cluster 0 pgmap v16928: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:03 smithi044 bash[32620]: cluster 2023-12-07T19:15:01.633130+0000 mgr.a (mgr.24293) 22638 : cluster 0 pgmap v16928: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:03 smithi027 bash[31536]: cluster 2023-12-07T19:15:01.633130+0000 mgr.a (mgr.24293) 22638 : cluster 0 pgmap v16928: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:05 smithi022 bash[28554]: cluster 2023-12-07T19:15:03.633793+0000 mgr.a (mgr.24293) 22639 : cluster 0 pgmap v16929: 33 pgs: 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:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:05 smithi044 bash[32620]: cluster 2023-12-07T19:15:03.633793+0000 mgr.a (mgr.24293) 22639 : cluster 0 pgmap v16929: 33 pgs: 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:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:05 smithi027 bash[31536]: cluster 2023-12-07T19:15:03.633793+0000 mgr.a (mgr.24293) 22639 : cluster 0 pgmap v16929: 33 pgs: 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:05.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:05.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:05.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:06.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:07 smithi022 bash[28554]: cluster 2023-12-07T19:15:05.634531+0000 mgr.a (mgr.24293) 22640 : cluster 0 pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:07 smithi022 bash[28554]: audit 2023-12-07T19:15:06.388347+0000 mgr.a (mgr.24293) 22641 : audit 0 from='client.445491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:07 smithi044 bash[32620]: cluster 2023-12-07T19:15:05.634531+0000 mgr.a (mgr.24293) 22640 : cluster 0 pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:07 smithi044 bash[32620]: audit 2023-12-07T19:15:06.388347+0000 mgr.a (mgr.24293) 22641 : audit 0 from='client.445491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:07 smithi027 bash[31536]: cluster 2023-12-07T19:15:05.634531+0000 mgr.a (mgr.24293) 22640 : cluster 0 pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:07 smithi027 bash[31536]: audit 2023-12-07T19:15:06.388347+0000 mgr.a (mgr.24293) 22641 : audit 0 from='client.445491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:09 smithi022 bash[28554]: cluster 2023-12-07T19:15:07.635268+0000 mgr.a (mgr.24293) 22642 : cluster 0 pgmap v16931: 33 pgs: 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:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:09 smithi044 bash[32620]: cluster 2023-12-07T19:15:07.635268+0000 mgr.a (mgr.24293) 22642 : cluster 0 pgmap v16931: 33 pgs: 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:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:09 smithi027 bash[31536]: cluster 2023-12-07T19:15:07.635268+0000 mgr.a (mgr.24293) 22642 : cluster 0 pgmap v16931: 33 pgs: 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:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:11 smithi022 bash[28554]: cluster 2023-12-07T19:15:09.635879+0000 mgr.a (mgr.24293) 22643 : cluster 0 pgmap v16932: 33 pgs: 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:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:11 smithi044 bash[32620]: cluster 2023-12-07T19:15:09.635879+0000 mgr.a (mgr.24293) 22643 : cluster 0 pgmap v16932: 33 pgs: 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:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:11 smithi027 bash[31536]: cluster 2023-12-07T19:15:09.635879+0000 mgr.a (mgr.24293) 22643 : cluster 0 pgmap v16932: 33 pgs: 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:11.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:11.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:11.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:12.833 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:12.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:12.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:12.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:12.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:13 smithi022 bash[28554]: cluster 2023-12-07T19:15:11.636658+0000 mgr.a (mgr.24293) 22644 : cluster 0 pgmap v16933: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:13 smithi022 bash[28554]: audit 2023-12-07T19:15:12.311005+0000 mgr.a (mgr.24293) 22645 : audit 0 from='client.445569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:13 smithi044 bash[32620]: cluster 2023-12-07T19:15:11.636658+0000 mgr.a (mgr.24293) 22644 : cluster 0 pgmap v16933: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:13 smithi044 bash[32620]: audit 2023-12-07T19:15:12.311005+0000 mgr.a (mgr.24293) 22645 : audit 0 from='client.445569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:13 smithi027 bash[31536]: cluster 2023-12-07T19:15:11.636658+0000 mgr.a (mgr.24293) 22644 : cluster 0 pgmap v16933: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:13 smithi027 bash[31536]: audit 2023-12-07T19:15:12.311005+0000 mgr.a (mgr.24293) 22645 : audit 0 from='client.445569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:15 smithi022 bash[28554]: cluster 2023-12-07T19:15:13.637398+0000 mgr.a (mgr.24293) 22646 : cluster 0 pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:15 smithi044 bash[32620]: cluster 2023-12-07T19:15:13.637398+0000 mgr.a (mgr.24293) 22646 : cluster 0 pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:15 smithi027 bash[31536]: cluster 2023-12-07T19:15:13.637398+0000 mgr.a (mgr.24293) 22646 : cluster 0 pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:17 smithi022 bash[28554]: cluster 2023-12-07T19:15:15.638195+0000 mgr.a (mgr.24293) 22647 : cluster 0 pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:17 smithi044 bash[32620]: cluster 2023-12-07T19:15:15.638195+0000 mgr.a (mgr.24293) 22647 : cluster 0 pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:17 smithi027 bash[31536]: cluster 2023-12-07T19:15:15.638195+0000 mgr.a (mgr.24293) 22647 : cluster 0 pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:18.784 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:18.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:18.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:18.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:18.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:19 smithi022 bash[28554]: cluster 2023-12-07T19:15:17.638753+0000 mgr.a (mgr.24293) 22648 : cluster 0 pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:19 smithi022 bash[28554]: audit 2023-12-07T19:15:18.245295+0000 mgr.a (mgr.24293) 22649 : audit 0 from='client.445638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:19 smithi044 bash[32620]: cluster 2023-12-07T19:15:17.638753+0000 mgr.a (mgr.24293) 22648 : cluster 0 pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:19 smithi044 bash[32620]: audit 2023-12-07T19:15:18.245295+0000 mgr.a (mgr.24293) 22649 : audit 0 from='client.445638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:19 smithi027 bash[31536]: cluster 2023-12-07T19:15:17.638753+0000 mgr.a (mgr.24293) 22648 : cluster 0 pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:19 smithi027 bash[31536]: audit 2023-12-07T19:15:18.245295+0000 mgr.a (mgr.24293) 22649 : audit 0 from='client.445638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:21 smithi022 bash[28554]: cluster 2023-12-07T19:15:19.639513+0000 mgr.a (mgr.24293) 22650 : cluster 0 pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:21 smithi044 bash[32620]: cluster 2023-12-07T19:15:19.639513+0000 mgr.a (mgr.24293) 22650 : cluster 0 pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:21 smithi027 bash[31536]: cluster 2023-12-07T19:15:19.639513+0000 mgr.a (mgr.24293) 22650 : cluster 0 pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:23 smithi022 bash[28554]: cluster 2023-12-07T19:15:21.640315+0000 mgr.a (mgr.24293) 22651 : cluster 0 pgmap v16938: 33 pgs: 33 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:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:23 smithi044 bash[32620]: cluster 2023-12-07T19:15:21.640315+0000 mgr.a (mgr.24293) 22651 : cluster 0 pgmap v16938: 33 pgs: 33 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:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:23 smithi027 bash[31536]: cluster 2023-12-07T19:15:21.640315+0000 mgr.a (mgr.24293) 22651 : cluster 0 pgmap v16938: 33 pgs: 33 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:23.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:23.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:23.788 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:24.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:24.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:24.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:24.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:24.732 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:25 smithi022 bash[28554]: cluster 2023-12-07T19:15:23.640857+0000 mgr.a (mgr.24293) 22652 : cluster 0 pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:25 smithi022 bash[28554]: audit 2023-12-07T19:15:24.208857+0000 mgr.a (mgr.24293) 22653 : audit 0 from='client.445716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:25 smithi044 bash[32620]: cluster 2023-12-07T19:15:23.640857+0000 mgr.a (mgr.24293) 22652 : cluster 0 pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:25 smithi044 bash[32620]: audit 2023-12-07T19:15:24.208857+0000 mgr.a (mgr.24293) 22653 : audit 0 from='client.445716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:25 smithi027 bash[31536]: cluster 2023-12-07T19:15:23.640857+0000 mgr.a (mgr.24293) 22652 : cluster 0 pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:25 smithi027 bash[31536]: audit 2023-12-07T19:15:24.208857+0000 mgr.a (mgr.24293) 22653 : audit 0 from='client.445716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:27 smithi022 bash[28554]: cluster 2023-12-07T19:15:25.641839+0000 mgr.a (mgr.24293) 22654 : cluster 0 pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:27 smithi044 bash[32620]: cluster 2023-12-07T19:15:25.641839+0000 mgr.a (mgr.24293) 22654 : cluster 0 pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:27 smithi027 bash[31536]: cluster 2023-12-07T19:15:25.641839+0000 mgr.a (mgr.24293) 22654 : cluster 0 pgmap v16940: 33 pgs: 33 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:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:29 smithi022 bash[28554]: cluster 2023-12-07T19:15:27.642412+0000 mgr.a (mgr.24293) 22655 : cluster 0 pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:29 smithi044 bash[32620]: cluster 2023-12-07T19:15:27.642412+0000 mgr.a (mgr.24293) 22655 : cluster 0 pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:29 smithi027 bash[31536]: cluster 2023-12-07T19:15:27.642412+0000 mgr.a (mgr.24293) 22655 : cluster 0 pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:29.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:29.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:29.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:30.682 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:30.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:30.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:30.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:30.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:31 smithi022 bash[28554]: cluster 2023-12-07T19:15:29.643004+0000 mgr.a (mgr.24293) 22656 : cluster 0 pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:31 smithi022 bash[28554]: audit 2023-12-07T19:15:30.144685+0000 mgr.a (mgr.24293) 22657 : audit 0 from='client.445794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:31 smithi044 bash[32620]: cluster 2023-12-07T19:15:29.643004+0000 mgr.a (mgr.24293) 22656 : cluster 0 pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:31 smithi044 bash[32620]: audit 2023-12-07T19:15:30.144685+0000 mgr.a (mgr.24293) 22657 : audit 0 from='client.445794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:31 smithi027 bash[31536]: cluster 2023-12-07T19:15:29.643004+0000 mgr.a (mgr.24293) 22656 : cluster 0 pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:31 smithi027 bash[31536]: audit 2023-12-07T19:15:30.144685+0000 mgr.a (mgr.24293) 22657 : audit 0 from='client.445794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:33.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:33 smithi022 bash[28554]: cluster 2023-12-07T19:15:31.644100+0000 mgr.a (mgr.24293) 22658 : cluster 0 pgmap v16943: 33 pgs: 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:15:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:33 smithi044 bash[32620]: cluster 2023-12-07T19:15:31.644100+0000 mgr.a (mgr.24293) 22658 : cluster 0 pgmap v16943: 33 pgs: 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:15:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:33 smithi027 bash[31536]: cluster 2023-12-07T19:15:31.644100+0000 mgr.a (mgr.24293) 22658 : cluster 0 pgmap v16943: 33 pgs: 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:15:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:35 smithi022 bash[28554]: cluster 2023-12-07T19:15:33.644704+0000 mgr.a (mgr.24293) 22659 : cluster 0 pgmap v16944: 33 pgs: 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:15:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:35 smithi044 bash[32620]: cluster 2023-12-07T19:15:33.644704+0000 mgr.a (mgr.24293) 22659 : cluster 0 pgmap v16944: 33 pgs: 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:15:35.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:35.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:35.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:35 smithi027 bash[31536]: cluster 2023-12-07T19:15:33.644704+0000 mgr.a (mgr.24293) 22659 : cluster 0 pgmap v16944: 33 pgs: 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:15:36.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:36.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:36.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:36.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:36.612 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:37 smithi022 bash[28554]: cluster 2023-12-07T19:15:35.645451+0000 mgr.a (mgr.24293) 22660 : cluster 0 pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:37 smithi022 bash[28554]: audit 2023-12-07T19:15:36.094005+0000 mgr.a (mgr.24293) 22661 : audit 0 from='client.445869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:37 smithi044 bash[32620]: cluster 2023-12-07T19:15:35.645451+0000 mgr.a (mgr.24293) 22660 : cluster 0 pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:37 smithi044 bash[32620]: audit 2023-12-07T19:15:36.094005+0000 mgr.a (mgr.24293) 22661 : audit 0 from='client.445869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:37 smithi027 bash[31536]: cluster 2023-12-07T19:15:35.645451+0000 mgr.a (mgr.24293) 22660 : cluster 0 pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:37 smithi027 bash[31536]: audit 2023-12-07T19:15:36.094005+0000 mgr.a (mgr.24293) 22661 : audit 0 from='client.445869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:39 smithi022 bash[28554]: cluster 2023-12-07T19:15:37.646183+0000 mgr.a (mgr.24293) 22662 : cluster 0 pgmap v16946: 33 pgs: 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:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:39 smithi044 bash[32620]: cluster 2023-12-07T19:15:37.646183+0000 mgr.a (mgr.24293) 22662 : cluster 0 pgmap v16946: 33 pgs: 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:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:39 smithi027 bash[31536]: cluster 2023-12-07T19:15:37.646183+0000 mgr.a (mgr.24293) 22662 : cluster 0 pgmap v16946: 33 pgs: 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:41.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:41.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:41.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:41 smithi022 bash[28554]: cluster 2023-12-07T19:15:39.646758+0000 mgr.a (mgr.24293) 22663 : cluster 0 pgmap v16947: 33 pgs: 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:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:41 smithi044 bash[32620]: cluster 2023-12-07T19:15:39.646758+0000 mgr.a (mgr.24293) 22663 : cluster 0 pgmap v16947: 33 pgs: 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:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:41 smithi027 bash[31536]: cluster 2023-12-07T19:15:39.646758+0000 mgr.a (mgr.24293) 22663 : cluster 0 pgmap v16947: 33 pgs: 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:42.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:42.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:42.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:42.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:42.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:43 smithi022 bash[28554]: cluster 2023-12-07T19:15:41.647647+0000 mgr.a (mgr.24293) 22664 : cluster 0 pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:43 smithi022 bash[28554]: audit 2023-12-07T19:15:42.023974+0000 mgr.a (mgr.24293) 22665 : audit 0 from='client.445947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:43 smithi044 bash[32620]: cluster 2023-12-07T19:15:41.647647+0000 mgr.a (mgr.24293) 22664 : cluster 0 pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:43 smithi044 bash[32620]: audit 2023-12-07T19:15:42.023974+0000 mgr.a (mgr.24293) 22665 : audit 0 from='client.445947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:43 smithi027 bash[31536]: cluster 2023-12-07T19:15:41.647647+0000 mgr.a (mgr.24293) 22664 : cluster 0 pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:43 smithi027 bash[31536]: audit 2023-12-07T19:15:42.023974+0000 mgr.a (mgr.24293) 22665 : audit 0 from='client.445947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:45.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:45 smithi022 bash[28554]: cluster 2023-12-07T19:15:43.648383+0000 mgr.a (mgr.24293) 22666 : cluster 0 pgmap v16949: 33 pgs: 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:15:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:45 smithi044 bash[32620]: cluster 2023-12-07T19:15:43.648383+0000 mgr.a (mgr.24293) 22666 : cluster 0 pgmap v16949: 33 pgs: 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:15:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:45 smithi027 bash[31536]: cluster 2023-12-07T19:15:43.648383+0000 mgr.a (mgr.24293) 22666 : cluster 0 pgmap v16949: 33 pgs: 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:15:47.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:47.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:47.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:47 smithi022 bash[28554]: cluster 2023-12-07T19:15:45.649209+0000 mgr.a (mgr.24293) 22667 : cluster 0 pgmap v16950: 33 pgs: 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:15:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:47 smithi044 bash[32620]: cluster 2023-12-07T19:15:45.649209+0000 mgr.a (mgr.24293) 22667 : cluster 0 pgmap v16950: 33 pgs: 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:15:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:47 smithi027 bash[31536]: cluster 2023-12-07T19:15:45.649209+0000 mgr.a (mgr.24293) 22667 : cluster 0 pgmap v16950: 33 pgs: 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:15:48.497 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:48.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:48.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:48.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:48.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:49 smithi022 bash[28554]: cluster 2023-12-07T19:15:47.649757+0000 mgr.a (mgr.24293) 22668 : cluster 0 pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:49 smithi022 bash[28554]: audit 2023-12-07T19:15:47.973757+0000 mgr.a (mgr.24293) 22669 : audit 0 from='client.446019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:49 smithi044 bash[32620]: cluster 2023-12-07T19:15:47.649757+0000 mgr.a (mgr.24293) 22668 : cluster 0 pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:49 smithi044 bash[32620]: audit 2023-12-07T19:15:47.973757+0000 mgr.a (mgr.24293) 22669 : audit 0 from='client.446019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:49 smithi027 bash[31536]: cluster 2023-12-07T19:15:47.649757+0000 mgr.a (mgr.24293) 22668 : cluster 0 pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:49 smithi027 bash[31536]: audit 2023-12-07T19:15:47.973757+0000 mgr.a (mgr.24293) 22669 : audit 0 from='client.446019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:51 smithi022 bash[28554]: cluster 2023-12-07T19:15:49.650479+0000 mgr.a (mgr.24293) 22670 : cluster 0 pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:51 smithi022 bash[28554]: audit 2023-12-07T19:15:51.342018+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:15:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:51 smithi044 bash[32620]: cluster 2023-12-07T19:15:49.650479+0000 mgr.a (mgr.24293) 22670 : cluster 0 pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:51 smithi044 bash[32620]: audit 2023-12-07T19:15:51.342018+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:15:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:51 smithi027 bash[31536]: cluster 2023-12-07T19:15:49.650479+0000 mgr.a (mgr.24293) 22670 : cluster 0 pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:51 smithi027 bash[31536]: audit 2023-12-07T19:15:51.342018+0000 mon.a (mon.0) 3567 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:15:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:52 smithi022 bash[28554]: audit 2023-12-07T19:15:52.128887+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:52 smithi022 bash[28554]: audit 2023-12-07T19:15:52.130741+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:52 smithi022 bash[28554]: audit 2023-12-07T19:15:52.141257+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:15:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:52 smithi044 bash[32620]: audit 2023-12-07T19:15:52.128887+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:52 smithi044 bash[32620]: audit 2023-12-07T19:15:52.130741+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:52 smithi044 bash[32620]: audit 2023-12-07T19:15:52.141257+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:15:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:52 smithi027 bash[31536]: audit 2023-12-07T19:15:52.128887+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:52 smithi027 bash[31536]: audit 2023-12-07T19:15:52.130741+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:52 smithi027 bash[31536]: audit 2023-12-07T19:15:52.141257+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:15:53.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:53.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:53.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:53.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:53 smithi022 bash[28554]: cluster 2023-12-07T19:15:51.651236+0000 mgr.a (mgr.24293) 22671 : cluster 0 pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:53 smithi044 bash[32620]: cluster 2023-12-07T19:15:51.651236+0000 mgr.a (mgr.24293) 22671 : cluster 0 pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:53 smithi027 bash[31536]: cluster 2023-12-07T19:15:51.651236+0000 mgr.a (mgr.24293) 22671 : cluster 0 pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:54.429 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:15:54.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:54.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:54.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:54.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:15:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:55 smithi022 bash[28554]: cluster 2023-12-07T19:15:53.651790+0000 mgr.a (mgr.24293) 22672 : cluster 0 pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:55 smithi022 bash[28554]: audit 2023-12-07T19:15:53.917119+0000 mgr.a (mgr.24293) 22673 : audit 0 from='client.446094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:55 smithi044 bash[32620]: cluster 2023-12-07T19:15:53.651790+0000 mgr.a (mgr.24293) 22672 : cluster 0 pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:55 smithi044 bash[32620]: audit 2023-12-07T19:15:53.917119+0000 mgr.a (mgr.24293) 22673 : audit 0 from='client.446094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:55 smithi027 bash[31536]: cluster 2023-12-07T19:15:53.651790+0000 mgr.a (mgr.24293) 22672 : cluster 0 pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:55 smithi027 bash[31536]: audit 2023-12-07T19:15:53.917119+0000 mgr.a (mgr.24293) 22673 : audit 0 from='client.446094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:57 smithi022 bash[28554]: cluster 2023-12-07T19:15:55.652675+0000 mgr.a (mgr.24293) 22674 : cluster 0 pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:57 smithi044 bash[32620]: cluster 2023-12-07T19:15:55.652675+0000 mgr.a (mgr.24293) 22674 : cluster 0 pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:57 smithi027 bash[31536]: cluster 2023-12-07T19:15:55.652675+0000 mgr.a (mgr.24293) 22674 : cluster 0 pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:59.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:15:59.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:59.433 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:59.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:15:59 smithi022 bash[28554]: cluster 2023-12-07T19:15:57.653217+0000 mgr.a (mgr.24293) 22675 : cluster 0 pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:15:59 smithi044 bash[32620]: cluster 2023-12-07T19:15:57.653217+0000 mgr.a (mgr.24293) 22675 : cluster 0 pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:15:59 smithi027 bash[31536]: cluster 2023-12-07T19:15:57.653217+0000 mgr.a (mgr.24293) 22675 : cluster 0 pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:00.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:00.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:00.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:00.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:00.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:01 smithi022 bash[28554]: cluster 2023-12-07T19:15:59.653612+0000 mgr.a (mgr.24293) 22676 : cluster 0 pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:01 smithi022 bash[28554]: audit 2023-12-07T19:15:59.850679+0000 mgr.a (mgr.24293) 22677 : audit 0 from='client.446172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:01 smithi044 bash[32620]: cluster 2023-12-07T19:15:59.653612+0000 mgr.a (mgr.24293) 22676 : cluster 0 pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:01 smithi044 bash[32620]: audit 2023-12-07T19:15:59.850679+0000 mgr.a (mgr.24293) 22677 : audit 0 from='client.446172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:01 smithi027 bash[31536]: cluster 2023-12-07T19:15:59.653612+0000 mgr.a (mgr.24293) 22676 : cluster 0 pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:01 smithi027 bash[31536]: audit 2023-12-07T19:15:59.850679+0000 mgr.a (mgr.24293) 22677 : audit 0 from='client.446172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:03 smithi022 bash[28554]: cluster 2023-12-07T19:16:01.654514+0000 mgr.a (mgr.24293) 22678 : cluster 0 pgmap v16958: 33 pgs: 33 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:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:03 smithi044 bash[32620]: cluster 2023-12-07T19:16:01.654514+0000 mgr.a (mgr.24293) 22678 : cluster 0 pgmap v16958: 33 pgs: 33 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:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:03 smithi027 bash[31536]: cluster 2023-12-07T19:16:01.654514+0000 mgr.a (mgr.24293) 22678 : cluster 0 pgmap v16958: 33 pgs: 33 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:05.381 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:05.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:05.382 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:05.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:05 smithi022 bash[28554]: cluster 2023-12-07T19:16:03.655259+0000 mgr.a (mgr.24293) 22679 : cluster 0 pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:05 smithi044 bash[32620]: cluster 2023-12-07T19:16:03.655259+0000 mgr.a (mgr.24293) 22679 : cluster 0 pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:05 smithi027 bash[31536]: cluster 2023-12-07T19:16:03.655259+0000 mgr.a (mgr.24293) 22679 : cluster 0 pgmap v16959: 33 pgs: 33 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.320 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:06.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:06.320 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:06.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:06.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:07 smithi022 bash[28554]: cluster 2023-12-07T19:16:05.656026+0000 mgr.a (mgr.24293) 22680 : cluster 0 pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:07 smithi022 bash[28554]: audit 2023-12-07T19:16:05.795566+0000 mgr.a (mgr.24293) 22681 : audit 0 from='client.446250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:07 smithi044 bash[32620]: cluster 2023-12-07T19:16:05.656026+0000 mgr.a (mgr.24293) 22680 : cluster 0 pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:07 smithi044 bash[32620]: audit 2023-12-07T19:16:05.795566+0000 mgr.a (mgr.24293) 22681 : audit 0 from='client.446250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:07 smithi027 bash[31536]: cluster 2023-12-07T19:16:05.656026+0000 mgr.a (mgr.24293) 22680 : cluster 0 pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:07 smithi027 bash[31536]: audit 2023-12-07T19:16:05.795566+0000 mgr.a (mgr.24293) 22681 : audit 0 from='client.446250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:09 smithi022 bash[28554]: cluster 2023-12-07T19:16:07.656840+0000 mgr.a (mgr.24293) 22682 : cluster 0 pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:09 smithi044 bash[32620]: cluster 2023-12-07T19:16:07.656840+0000 mgr.a (mgr.24293) 22682 : cluster 0 pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:09 smithi027 bash[31536]: cluster 2023-12-07T19:16:07.656840+0000 mgr.a (mgr.24293) 22682 : cluster 0 pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:11.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:11.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:11.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:11.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:11 smithi022 bash[28554]: cluster 2023-12-07T19:16:09.657467+0000 mgr.a (mgr.24293) 22683 : cluster 0 pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:11 smithi044 bash[32620]: cluster 2023-12-07T19:16:09.657467+0000 mgr.a (mgr.24293) 22683 : cluster 0 pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:11 smithi027 bash[31536]: cluster 2023-12-07T19:16:09.657467+0000 mgr.a (mgr.24293) 22683 : cluster 0 pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:12.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:12.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:12.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:12.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:12.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:13 smithi022 bash[28554]: cluster 2023-12-07T19:16:11.658251+0000 mgr.a (mgr.24293) 22684 : cluster 0 pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:13 smithi022 bash[28554]: audit 2023-12-07T19:16:11.733879+0000 mgr.a (mgr.24293) 22685 : audit 0 from='client.446325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:13 smithi044 bash[32620]: cluster 2023-12-07T19:16:11.658251+0000 mgr.a (mgr.24293) 22684 : cluster 0 pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:13 smithi044 bash[32620]: audit 2023-12-07T19:16:11.733879+0000 mgr.a (mgr.24293) 22685 : audit 0 from='client.446325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:13 smithi027 bash[31536]: cluster 2023-12-07T19:16:11.658251+0000 mgr.a (mgr.24293) 22684 : cluster 0 pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:13 smithi027 bash[31536]: audit 2023-12-07T19:16:11.733879+0000 mgr.a (mgr.24293) 22685 : audit 0 from='client.446325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:15.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:15 smithi022 bash[28554]: cluster 2023-12-07T19:16:13.658900+0000 mgr.a (mgr.24293) 22686 : cluster 0 pgmap v16964: 33 pgs: 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:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:15 smithi044 bash[32620]: cluster 2023-12-07T19:16:13.658900+0000 mgr.a (mgr.24293) 22686 : cluster 0 pgmap v16964: 33 pgs: 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:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:15 smithi027 bash[31536]: cluster 2023-12-07T19:16:13.658900+0000 mgr.a (mgr.24293) 22686 : cluster 0 pgmap v16964: 33 pgs: 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:17.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:17.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:17.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:17 smithi027 bash[31536]: cluster 2023-12-07T19:16:15.659737+0000 mgr.a (mgr.24293) 22687 : cluster 0 pgmap v16965: 33 pgs: 33 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:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:17 smithi022 bash[28554]: cluster 2023-12-07T19:16:15.659737+0000 mgr.a (mgr.24293) 22687 : cluster 0 pgmap v16965: 33 pgs: 33 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:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:17 smithi044 bash[32620]: cluster 2023-12-07T19:16:15.659737+0000 mgr.a (mgr.24293) 22687 : cluster 0 pgmap v16965: 33 pgs: 33 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:18.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:18.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:18.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:18.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:18.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:19 smithi027 bash[31536]: cluster 2023-12-07T19:16:17.660278+0000 mgr.a (mgr.24293) 22688 : cluster 0 pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:19 smithi027 bash[31536]: audit 2023-12-07T19:16:17.696276+0000 mgr.a (mgr.24293) 22689 : audit 0 from='client.446400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:19 smithi022 bash[28554]: cluster 2023-12-07T19:16:17.660278+0000 mgr.a (mgr.24293) 22688 : cluster 0 pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:19 smithi022 bash[28554]: audit 2023-12-07T19:16:17.696276+0000 mgr.a (mgr.24293) 22689 : audit 0 from='client.446400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:19 smithi044 bash[32620]: cluster 2023-12-07T19:16:17.660278+0000 mgr.a (mgr.24293) 22688 : cluster 0 pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:19 smithi044 bash[32620]: audit 2023-12-07T19:16:17.696276+0000 mgr.a (mgr.24293) 22689 : audit 0 from='client.446400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:21 smithi027 bash[31536]: cluster 2023-12-07T19:16:19.660945+0000 mgr.a (mgr.24293) 22690 : cluster 0 pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:21.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:21 smithi022 bash[28554]: cluster 2023-12-07T19:16:19.660945+0000 mgr.a (mgr.24293) 22690 : cluster 0 pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:21 smithi044 bash[32620]: cluster 2023-12-07T19:16:19.660945+0000 mgr.a (mgr.24293) 22690 : cluster 0 pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:23.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:23.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:23 smithi027 bash[31536]: cluster 2023-12-07T19:16:21.661803+0000 mgr.a (mgr.24293) 22691 : cluster 0 pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:23 smithi022 bash[28554]: cluster 2023-12-07T19:16:21.661803+0000 mgr.a (mgr.24293) 22691 : cluster 0 pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:23 smithi044 bash[32620]: cluster 2023-12-07T19:16:21.661803+0000 mgr.a (mgr.24293) 22691 : cluster 0 pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:24.159 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:24.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:24.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:24.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:24.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:24 smithi022 bash[28554]: audit 2023-12-07T19:16:23.629594+0000 mgr.a (mgr.24293) 22692 : audit 0 from='client.446475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:24 smithi044 bash[32620]: audit 2023-12-07T19:16:23.629594+0000 mgr.a (mgr.24293) 22692 : audit 0 from='client.446475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:24 smithi027 bash[31536]: audit 2023-12-07T19:16:23.629594+0000 mgr.a (mgr.24293) 22692 : audit 0 from='client.446475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:25 smithi022 bash[28554]: cluster 2023-12-07T19:16:23.662580+0000 mgr.a (mgr.24293) 22693 : cluster 0 pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:25 smithi044 bash[32620]: cluster 2023-12-07T19:16:23.662580+0000 mgr.a (mgr.24293) 22693 : cluster 0 pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:25 smithi027 bash[31536]: cluster 2023-12-07T19:16:23.662580+0000 mgr.a (mgr.24293) 22693 : cluster 0 pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:27 smithi022 bash[28554]: cluster 2023-12-07T19:16:25.663505+0000 mgr.a (mgr.24293) 22694 : cluster 0 pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:27 smithi044 bash[32620]: cluster 2023-12-07T19:16:25.663505+0000 mgr.a (mgr.24293) 22694 : cluster 0 pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:27 smithi027 bash[31536]: cluster 2023-12-07T19:16:25.663505+0000 mgr.a (mgr.24293) 22694 : cluster 0 pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:29.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:29.163 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:29.163 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:29.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:29 smithi022 bash[28554]: cluster 2023-12-07T19:16:27.664047+0000 mgr.a (mgr.24293) 22695 : cluster 0 pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:29 smithi044 bash[32620]: cluster 2023-12-07T19:16:27.664047+0000 mgr.a (mgr.24293) 22695 : cluster 0 pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:29 smithi027 bash[31536]: cluster 2023-12-07T19:16:27.664047+0000 mgr.a (mgr.24293) 22695 : cluster 0 pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:30.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:30.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:30.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:30.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:30.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:30 smithi022 bash[28554]: audit 2023-12-07T19:16:29.578563+0000 mgr.a (mgr.24293) 22696 : audit 0 from='client.446553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:30 smithi044 bash[32620]: audit 2023-12-07T19:16:29.578563+0000 mgr.a (mgr.24293) 22696 : audit 0 from='client.446553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:30 smithi027 bash[31536]: audit 2023-12-07T19:16:29.578563+0000 mgr.a (mgr.24293) 22696 : audit 0 from='client.446553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:31 smithi022 bash[28554]: cluster 2023-12-07T19:16:29.664538+0000 mgr.a (mgr.24293) 22697 : cluster 0 pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:31 smithi044 bash[32620]: cluster 2023-12-07T19:16:29.664538+0000 mgr.a (mgr.24293) 22697 : cluster 0 pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:31 smithi027 bash[31536]: cluster 2023-12-07T19:16:29.664538+0000 mgr.a (mgr.24293) 22697 : cluster 0 pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:33 smithi022 bash[28554]: cluster 2023-12-07T19:16:31.665396+0000 mgr.a (mgr.24293) 22698 : cluster 0 pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:33 smithi044 bash[32620]: cluster 2023-12-07T19:16:31.665396+0000 mgr.a (mgr.24293) 22698 : cluster 0 pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:33 smithi027 bash[31536]: cluster 2023-12-07T19:16:31.665396+0000 mgr.a (mgr.24293) 22698 : cluster 0 pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:35.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:35.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:35.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:35 smithi022 bash[28554]: cluster 2023-12-07T19:16:33.665984+0000 mgr.a (mgr.24293) 22699 : cluster 0 pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:35 smithi044 bash[32620]: cluster 2023-12-07T19:16:33.665984+0000 mgr.a (mgr.24293) 22699 : cluster 0 pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:35 smithi027 bash[31536]: cluster 2023-12-07T19:16:33.665984+0000 mgr.a (mgr.24293) 22699 : cluster 0 pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:36.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:36.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:36.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:36.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:36.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:36 smithi022 bash[28554]: audit 2023-12-07T19:16:35.529721+0000 mgr.a (mgr.24293) 22700 : audit 0 from='client.446628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:36 smithi044 bash[32620]: audit 2023-12-07T19:16:35.529721+0000 mgr.a (mgr.24293) 22700 : audit 0 from='client.446628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:36 smithi027 bash[31536]: audit 2023-12-07T19:16:35.529721+0000 mgr.a (mgr.24293) 22700 : audit 0 from='client.446628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:37.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:37 smithi022 bash[28554]: cluster 2023-12-07T19:16:35.668041+0000 mgr.a (mgr.24293) 22701 : cluster 0 pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:37 smithi044 bash[32620]: cluster 2023-12-07T19:16:35.668041+0000 mgr.a (mgr.24293) 22701 : cluster 0 pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:37 smithi027 bash[31536]: cluster 2023-12-07T19:16:35.668041+0000 mgr.a (mgr.24293) 22701 : cluster 0 pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:39 smithi022 bash[28554]: cluster 2023-12-07T19:16:37.668766+0000 mgr.a (mgr.24293) 22702 : cluster 0 pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:39 smithi044 bash[32620]: cluster 2023-12-07T19:16:37.668766+0000 mgr.a (mgr.24293) 22702 : cluster 0 pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:39 smithi027 bash[31536]: cluster 2023-12-07T19:16:37.668766+0000 mgr.a (mgr.24293) 22702 : cluster 0 pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:41.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:41.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:41.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:41 smithi022 bash[28554]: cluster 2023-12-07T19:16:39.669369+0000 mgr.a (mgr.24293) 22703 : cluster 0 pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:41 smithi044 bash[32620]: cluster 2023-12-07T19:16:39.669369+0000 mgr.a (mgr.24293) 22703 : cluster 0 pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:41 smithi027 bash[31536]: cluster 2023-12-07T19:16:39.669369+0000 mgr.a (mgr.24293) 22703 : cluster 0 pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:41.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:41.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:41.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:41.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:41.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:42 smithi022 bash[28554]: audit 2023-12-07T19:16:41.439146+0000 mgr.a (mgr.24293) 22704 : audit 0 from='client.446700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:42 smithi044 bash[32620]: audit 2023-12-07T19:16:41.439146+0000 mgr.a (mgr.24293) 22704 : audit 0 from='client.446700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:42 smithi027 bash[31536]: audit 2023-12-07T19:16:41.439146+0000 mgr.a (mgr.24293) 22704 : audit 0 from='client.446700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:43 smithi022 bash[28554]: cluster 2023-12-07T19:16:41.670147+0000 mgr.a (mgr.24293) 22705 : cluster 0 pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:43 smithi044 bash[32620]: cluster 2023-12-07T19:16:41.670147+0000 mgr.a (mgr.24293) 22705 : cluster 0 pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:43 smithi027 bash[31536]: cluster 2023-12-07T19:16:41.670147+0000 mgr.a (mgr.24293) 22705 : cluster 0 pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:45 smithi022 bash[28554]: cluster 2023-12-07T19:16:43.670782+0000 mgr.a (mgr.24293) 22706 : cluster 0 pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:45 smithi044 bash[32620]: cluster 2023-12-07T19:16:43.670782+0000 mgr.a (mgr.24293) 22706 : cluster 0 pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:45 smithi027 bash[31536]: cluster 2023-12-07T19:16:43.670782+0000 mgr.a (mgr.24293) 22706 : cluster 0 pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:46.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:46.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:46.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:47.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:47.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:47.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:47.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:47.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:47.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:47 smithi022 bash[28554]: cluster 2023-12-07T19:16:45.671628+0000 mgr.a (mgr.24293) 22707 : cluster 0 pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:47 smithi044 bash[32620]: cluster 2023-12-07T19:16:45.671628+0000 mgr.a (mgr.24293) 22707 : cluster 0 pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:47 smithi027 bash[31536]: cluster 2023-12-07T19:16:45.671628+0000 mgr.a (mgr.24293) 22707 : cluster 0 pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:48 smithi022 bash[28554]: audit 2023-12-07T19:16:47.386603+0000 mgr.a (mgr.24293) 22708 : audit 0 from='client.446772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:48 smithi044 bash[32620]: audit 2023-12-07T19:16:47.386603+0000 mgr.a (mgr.24293) 22708 : audit 0 from='client.446772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:48 smithi027 bash[31536]: audit 2023-12-07T19:16:47.386603+0000 mgr.a (mgr.24293) 22708 : audit 0 from='client.446772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:49 smithi022 bash[28554]: cluster 2023-12-07T19:16:47.672345+0000 mgr.a (mgr.24293) 22709 : cluster 0 pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:49 smithi044 bash[32620]: cluster 2023-12-07T19:16:47.672345+0000 mgr.a (mgr.24293) 22709 : cluster 0 pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:49 smithi027 bash[31536]: cluster 2023-12-07T19:16:47.672345+0000 mgr.a (mgr.24293) 22709 : cluster 0 pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:51 smithi022 bash[28554]: cluster 2023-12-07T19:16:49.673047+0000 mgr.a (mgr.24293) 22710 : cluster 0 pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:51 smithi044 bash[32620]: cluster 2023-12-07T19:16:49.673047+0000 mgr.a (mgr.24293) 22710 : cluster 0 pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:51 smithi027 bash[31536]: cluster 2023-12-07T19:16:49.673047+0000 mgr.a (mgr.24293) 22710 : cluster 0 pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:52.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:52.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:52.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:52 smithi022 bash[28554]: audit 2023-12-07T19:16:52.243677+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:52 smithi044 bash[32620]: audit 2023-12-07T19:16:52.243677+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:52 smithi027 bash[31536]: audit 2023-12-07T19:16:52.243677+0000 mon.a (mon.0) 3571 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:53.830 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:53 smithi022 bash[28554]: cluster 2023-12-07T19:16:51.673874+0000 mgr.a (mgr.24293) 22711 : cluster 0 pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:53 smithi022 bash[28554]: audit 2023-12-07T19:16:52.983047+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:53 smithi022 bash[28554]: audit 2023-12-07T19:16:52.984557+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:53 smithi022 bash[28554]: audit 2023-12-07T19:16:52.993461+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:16:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:53 smithi044 bash[32620]: cluster 2023-12-07T19:16:51.673874+0000 mgr.a (mgr.24293) 22711 : cluster 0 pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:53 smithi044 bash[32620]: audit 2023-12-07T19:16:52.983047+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:53 smithi044 bash[32620]: audit 2023-12-07T19:16:52.984557+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:53 smithi044 bash[32620]: audit 2023-12-07T19:16:52.993461+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:16:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:53 smithi027 bash[31536]: cluster 2023-12-07T19:16:51.673874+0000 mgr.a (mgr.24293) 22711 : cluster 0 pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:53 smithi027 bash[31536]: audit 2023-12-07T19:16:52.983047+0000 mon.a (mon.0) 3572 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:53 smithi027 bash[31536]: audit 2023-12-07T19:16:52.984557+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:53 smithi027 bash[31536]: audit 2023-12-07T19:16:52.993461+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:16:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:54 smithi022 bash[28554]: audit 2023-12-07T19:16:53.299483+0000 mgr.a (mgr.24293) 22712 : audit 0 from='client.446847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:54 smithi044 bash[32620]: audit 2023-12-07T19:16:53.299483+0000 mgr.a (mgr.24293) 22712 : audit 0 from='client.446847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:54 smithi027 bash[31536]: audit 2023-12-07T19:16:53.299483+0000 mgr.a (mgr.24293) 22712 : audit 0 from='client.446847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:55 smithi022 bash[28554]: cluster 2023-12-07T19:16:53.674371+0000 mgr.a (mgr.24293) 22713 : cluster 0 pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:55 smithi044 bash[32620]: cluster 2023-12-07T19:16:53.674371+0000 mgr.a (mgr.24293) 22713 : cluster 0 pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:55 smithi027 bash[31536]: cluster 2023-12-07T19:16:53.674371+0000 mgr.a (mgr.24293) 22713 : cluster 0 pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:57 smithi022 bash[28554]: cluster 2023-12-07T19:16:55.675253+0000 mgr.a (mgr.24293) 22714 : cluster 0 pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:57 smithi044 bash[32620]: cluster 2023-12-07T19:16:55.675253+0000 mgr.a (mgr.24293) 22714 : cluster 0 pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:57 smithi027 bash[31536]: cluster 2023-12-07T19:16:55.675253+0000 mgr.a (mgr.24293) 22714 : cluster 0 pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:58.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:16:58.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:59.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:59.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:59.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:59.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:16:59.776 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:16:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:16:59 smithi022 bash[28554]: cluster 2023-12-07T19:16:57.675821+0000 mgr.a (mgr.24293) 22715 : cluster 0 pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:16:59 smithi044 bash[32620]: cluster 2023-12-07T19:16:57.675821+0000 mgr.a (mgr.24293) 22715 : cluster 0 pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:16:59 smithi027 bash[31536]: cluster 2023-12-07T19:16:57.675821+0000 mgr.a (mgr.24293) 22715 : cluster 0 pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:00 smithi022 bash[28554]: audit 2023-12-07T19:16:59.252041+0000 mgr.a (mgr.24293) 22716 : audit 0 from='client.446925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:00 smithi044 bash[32620]: audit 2023-12-07T19:16:59.252041+0000 mgr.a (mgr.24293) 22716 : audit 0 from='client.446925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:00 smithi027 bash[31536]: audit 2023-12-07T19:16:59.252041+0000 mgr.a (mgr.24293) 22716 : audit 0 from='client.446925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:01 smithi022 bash[28554]: cluster 2023-12-07T19:16:59.676562+0000 mgr.a (mgr.24293) 22717 : cluster 0 pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:01 smithi044 bash[32620]: cluster 2023-12-07T19:16:59.676562+0000 mgr.a (mgr.24293) 22717 : cluster 0 pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:01.934 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:01 smithi027 bash[31536]: cluster 2023-12-07T19:16:59.676562+0000 mgr.a (mgr.24293) 22717 : cluster 0 pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:03 smithi022 bash[28554]: cluster 2023-12-07T19:17:01.677432+0000 mgr.a (mgr.24293) 22718 : cluster 0 pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:03 smithi044 bash[32620]: cluster 2023-12-07T19:17:01.677432+0000 mgr.a (mgr.24293) 22718 : cluster 0 pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:03 smithi027 bash[31536]: cluster 2023-12-07T19:17:01.677432+0000 mgr.a (mgr.24293) 22718 : cluster 0 pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:04.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:04.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:04.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:05.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:05.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:05.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:05.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:05.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:05.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:05 smithi022 bash[28554]: cluster 2023-12-07T19:17:03.678019+0000 mgr.a (mgr.24293) 22719 : cluster 0 pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:05 smithi044 bash[32620]: cluster 2023-12-07T19:17:03.678019+0000 mgr.a (mgr.24293) 22719 : cluster 0 pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:05 smithi027 bash[31536]: cluster 2023-12-07T19:17:03.678019+0000 mgr.a (mgr.24293) 22719 : cluster 0 pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:06 smithi022 bash[28554]: audit 2023-12-07T19:17:05.190201+0000 mgr.a (mgr.24293) 22720 : audit 0 from='client.447003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:06 smithi044 bash[32620]: audit 2023-12-07T19:17:05.190201+0000 mgr.a (mgr.24293) 22720 : audit 0 from='client.447003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:06 smithi027 bash[31536]: audit 2023-12-07T19:17:05.190201+0000 mgr.a (mgr.24293) 22720 : audit 0 from='client.447003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:07 smithi022 bash[28554]: cluster 2023-12-07T19:17:05.678951+0000 mgr.a (mgr.24293) 22721 : cluster 0 pgmap v16990: 33 pgs: 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:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:07 smithi044 bash[32620]: cluster 2023-12-07T19:17:05.678951+0000 mgr.a (mgr.24293) 22721 : cluster 0 pgmap v16990: 33 pgs: 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:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:07 smithi027 bash[31536]: cluster 2023-12-07T19:17:05.678951+0000 mgr.a (mgr.24293) 22721 : cluster 0 pgmap v16990: 33 pgs: 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:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:09 smithi022 bash[28554]: cluster 2023-12-07T19:17:07.679686+0000 mgr.a (mgr.24293) 22722 : cluster 0 pgmap v16991: 33 pgs: 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:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:09 smithi044 bash[32620]: cluster 2023-12-07T19:17:07.679686+0000 mgr.a (mgr.24293) 22722 : cluster 0 pgmap v16991: 33 pgs: 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:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:09 smithi027 bash[31536]: cluster 2023-12-07T19:17:07.679686+0000 mgr.a (mgr.24293) 22722 : cluster 0 pgmap v16991: 33 pgs: 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:10.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:10.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:10.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:11.664 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:11.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:11.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:11.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:11.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:11.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:11 smithi022 bash[28554]: cluster 2023-12-07T19:17:09.680414+0000 mgr.a (mgr.24293) 22723 : cluster 0 pgmap v16992: 33 pgs: 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:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:11 smithi044 bash[32620]: cluster 2023-12-07T19:17:09.680414+0000 mgr.a (mgr.24293) 22723 : cluster 0 pgmap v16992: 33 pgs: 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:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:11 smithi027 bash[31536]: cluster 2023-12-07T19:17:09.680414+0000 mgr.a (mgr.24293) 22723 : cluster 0 pgmap v16992: 33 pgs: 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:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:12 smithi022 bash[28554]: audit 2023-12-07T19:17:11.131028+0000 mgr.a (mgr.24293) 22724 : audit 0 from='client.447075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:12 smithi044 bash[32620]: audit 2023-12-07T19:17:11.131028+0000 mgr.a (mgr.24293) 22724 : audit 0 from='client.447075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:12 smithi027 bash[31536]: audit 2023-12-07T19:17:11.131028+0000 mgr.a (mgr.24293) 22724 : audit 0 from='client.447075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:13.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:13 smithi022 bash[28554]: cluster 2023-12-07T19:17:11.681531+0000 mgr.a (mgr.24293) 22725 : cluster 0 pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:13 smithi044 bash[32620]: cluster 2023-12-07T19:17:11.681531+0000 mgr.a (mgr.24293) 22725 : cluster 0 pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:13 smithi027 bash[31536]: cluster 2023-12-07T19:17:11.681531+0000 mgr.a (mgr.24293) 22725 : cluster 0 pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:15.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:15 smithi022 bash[28554]: cluster 2023-12-07T19:17:13.682126+0000 mgr.a (mgr.24293) 22726 : cluster 0 pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:15 smithi044 bash[32620]: cluster 2023-12-07T19:17:13.682126+0000 mgr.a (mgr.24293) 22726 : cluster 0 pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:15 smithi027 bash[31536]: cluster 2023-12-07T19:17:13.682126+0000 mgr.a (mgr.24293) 22726 : cluster 0 pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:16.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:16.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:16.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:17.589 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:17.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:17.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:17.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:17.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:17 smithi022 bash[28554]: cluster 2023-12-07T19:17:15.682893+0000 mgr.a (mgr.24293) 22727 : cluster 0 pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:17 smithi044 bash[32620]: cluster 2023-12-07T19:17:15.682893+0000 mgr.a (mgr.24293) 22727 : cluster 0 pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:17 smithi027 bash[31536]: cluster 2023-12-07T19:17:15.682893+0000 mgr.a (mgr.24293) 22727 : cluster 0 pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:18 smithi022 bash[28554]: audit 2023-12-07T19:17:17.081991+0000 mgr.a (mgr.24293) 22728 : audit 0 from='client.447150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:18 smithi044 bash[32620]: audit 2023-12-07T19:17:17.081991+0000 mgr.a (mgr.24293) 22728 : audit 0 from='client.447150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:18 smithi027 bash[31536]: audit 2023-12-07T19:17:17.081991+0000 mgr.a (mgr.24293) 22728 : audit 0 from='client.447150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:19 smithi022 bash[28554]: cluster 2023-12-07T19:17:17.683834+0000 mgr.a (mgr.24293) 22729 : cluster 0 pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:19 smithi044 bash[32620]: cluster 2023-12-07T19:17:17.683834+0000 mgr.a (mgr.24293) 22729 : cluster 0 pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:19 smithi027 bash[31536]: cluster 2023-12-07T19:17:17.683834+0000 mgr.a (mgr.24293) 22729 : cluster 0 pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:21 smithi022 bash[28554]: cluster 2023-12-07T19:17:19.684425+0000 mgr.a (mgr.24293) 22730 : cluster 0 pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:21 smithi044 bash[32620]: cluster 2023-12-07T19:17:19.684425+0000 mgr.a (mgr.24293) 22730 : cluster 0 pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:21 smithi027 bash[31536]: cluster 2023-12-07T19:17:19.684425+0000 mgr.a (mgr.24293) 22730 : cluster 0 pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:22.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:22.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:22.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:23.521 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:23.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:23.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:23.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:23.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:23.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:23 smithi022 bash[28554]: cluster 2023-12-07T19:17:21.685396+0000 mgr.a (mgr.24293) 22731 : cluster 0 pgmap v16998: 33 pgs: 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:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:23 smithi044 bash[32620]: cluster 2023-12-07T19:17:21.685396+0000 mgr.a (mgr.24293) 22731 : cluster 0 pgmap v16998: 33 pgs: 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:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:23 smithi027 bash[31536]: cluster 2023-12-07T19:17:21.685396+0000 mgr.a (mgr.24293) 22731 : cluster 0 pgmap v16998: 33 pgs: 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:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:24 smithi022 bash[28554]: audit 2023-12-07T19:17:23.006731+0000 mgr.a (mgr.24293) 22732 : audit 0 from='client.360766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:24 smithi044 bash[32620]: audit 2023-12-07T19:17:23.006731+0000 mgr.a (mgr.24293) 22732 : audit 0 from='client.360766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:24 smithi027 bash[31536]: audit 2023-12-07T19:17:23.006731+0000 mgr.a (mgr.24293) 22732 : audit 0 from='client.360766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:25 smithi022 bash[28554]: cluster 2023-12-07T19:17:23.686146+0000 mgr.a (mgr.24293) 22733 : cluster 0 pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:25 smithi044 bash[32620]: cluster 2023-12-07T19:17:23.686146+0000 mgr.a (mgr.24293) 22733 : cluster 0 pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:25 smithi027 bash[31536]: cluster 2023-12-07T19:17:23.686146+0000 mgr.a (mgr.24293) 22733 : cluster 0 pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:27 smithi022 bash[28554]: cluster 2023-12-07T19:17:25.686987+0000 mgr.a (mgr.24293) 22734 : cluster 0 pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:27 smithi044 bash[32620]: cluster 2023-12-07T19:17:25.686987+0000 mgr.a (mgr.24293) 22734 : cluster 0 pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:27 smithi027 bash[31536]: cluster 2023-12-07T19:17:25.686987+0000 mgr.a (mgr.24293) 22734 : cluster 0 pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:28.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:28.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:28.525 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:29.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:29.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:29.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:29.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:29.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:29 smithi022 bash[28554]: cluster 2023-12-07T19:17:27.687570+0000 mgr.a (mgr.24293) 22735 : cluster 0 pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:29 smithi044 bash[32620]: cluster 2023-12-07T19:17:27.687570+0000 mgr.a (mgr.24293) 22735 : cluster 0 pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:29 smithi027 bash[31536]: cluster 2023-12-07T19:17:27.687570+0000 mgr.a (mgr.24293) 22735 : cluster 0 pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:30 smithi022 bash[28554]: audit 2023-12-07T19:17:28.942154+0000 mgr.a (mgr.24293) 22736 : audit 0 from='client.447303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:30 smithi044 bash[32620]: audit 2023-12-07T19:17:28.942154+0000 mgr.a (mgr.24293) 22736 : audit 0 from='client.447303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:30 smithi027 bash[31536]: audit 2023-12-07T19:17:28.942154+0000 mgr.a (mgr.24293) 22736 : audit 0 from='client.447303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:31.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:31 smithi022 bash[28554]: cluster 2023-12-07T19:17:29.688233+0000 mgr.a (mgr.24293) 22737 : cluster 0 pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:31 smithi044 bash[32620]: cluster 2023-12-07T19:17:29.688233+0000 mgr.a (mgr.24293) 22737 : cluster 0 pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:31 smithi027 bash[31536]: cluster 2023-12-07T19:17:29.688233+0000 mgr.a (mgr.24293) 22737 : cluster 0 pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:33 smithi022 bash[28554]: cluster 2023-12-07T19:17:31.689049+0000 mgr.a (mgr.24293) 22738 : cluster 0 pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:33 smithi044 bash[32620]: cluster 2023-12-07T19:17:31.689049+0000 mgr.a (mgr.24293) 22738 : cluster 0 pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:33 smithi027 bash[31536]: cluster 2023-12-07T19:17:31.689049+0000 mgr.a (mgr.24293) 22738 : cluster 0 pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:34.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:34.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:34.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:34 smithi022 bash[28554]: cluster 2023-12-07T19:17:33.689762+0000 mgr.a (mgr.24293) 22739 : cluster 0 pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:34 smithi044 bash[32620]: cluster 2023-12-07T19:17:33.689762+0000 mgr.a (mgr.24293) 22739 : cluster 0 pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:34 smithi027 bash[31536]: cluster 2023-12-07T19:17:33.689762+0000 mgr.a (mgr.24293) 22739 : cluster 0 pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:35.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:35.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:35.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:35.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:35.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:35 smithi022 bash[28554]: audit 2023-12-07T19:17:34.887470+0000 mgr.a (mgr.24293) 22740 : audit 0 from='client.447378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:35 smithi044 bash[32620]: audit 2023-12-07T19:17:34.887470+0000 mgr.a (mgr.24293) 22740 : audit 0 from='client.447378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:35 smithi027 bash[31536]: audit 2023-12-07T19:17:34.887470+0000 mgr.a (mgr.24293) 22740 : audit 0 from='client.447378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:36 smithi022 bash[28554]: cluster 2023-12-07T19:17:35.690735+0000 mgr.a (mgr.24293) 22741 : cluster 0 pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:36 smithi044 bash[32620]: cluster 2023-12-07T19:17:35.690735+0000 mgr.a (mgr.24293) 22741 : cluster 0 pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:36 smithi027 bash[31536]: cluster 2023-12-07T19:17:35.690735+0000 mgr.a (mgr.24293) 22741 : cluster 0 pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:38 smithi022 bash[28554]: cluster 2023-12-07T19:17:37.691320+0000 mgr.a (mgr.24293) 22742 : cluster 0 pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:38 smithi044 bash[32620]: cluster 2023-12-07T19:17:37.691320+0000 mgr.a (mgr.24293) 22742 : cluster 0 pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:38 smithi027 bash[31536]: cluster 2023-12-07T19:17:37.691320+0000 mgr.a (mgr.24293) 22742 : cluster 0 pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:40.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:40.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:40.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:40 smithi022 bash[28554]: cluster 2023-12-07T19:17:39.691908+0000 mgr.a (mgr.24293) 22743 : cluster 0 pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:40 smithi044 bash[32620]: cluster 2023-12-07T19:17:39.691908+0000 mgr.a (mgr.24293) 22743 : cluster 0 pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:40 smithi027 bash[31536]: cluster 2023-12-07T19:17:39.691908+0000 mgr.a (mgr.24293) 22743 : cluster 0 pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:41.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:41.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:41.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:41.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:41.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:42.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:41 smithi022 bash[28554]: audit 2023-12-07T19:17:40.820584+0000 mgr.a (mgr.24293) 22744 : audit 0 from='client.447453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:41 smithi044 bash[32620]: audit 2023-12-07T19:17:40.820584+0000 mgr.a (mgr.24293) 22744 : audit 0 from='client.447453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:41 smithi027 bash[31536]: audit 2023-12-07T19:17:40.820584+0000 mgr.a (mgr.24293) 22744 : audit 0 from='client.447453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:42 smithi022 bash[28554]: cluster 2023-12-07T19:17:41.693044+0000 mgr.a (mgr.24293) 22745 : cluster 0 pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:42 smithi044 bash[32620]: cluster 2023-12-07T19:17:41.693044+0000 mgr.a (mgr.24293) 22745 : cluster 0 pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:42 smithi027 bash[31536]: cluster 2023-12-07T19:17:41.693044+0000 mgr.a (mgr.24293) 22745 : cluster 0 pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:44 smithi022 bash[28554]: cluster 2023-12-07T19:17:43.693668+0000 mgr.a (mgr.24293) 22746 : cluster 0 pgmap v17009: 33 pgs: 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:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:44 smithi044 bash[32620]: cluster 2023-12-07T19:17:43.693668+0000 mgr.a (mgr.24293) 22746 : cluster 0 pgmap v17009: 33 pgs: 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:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:44 smithi027 bash[31536]: cluster 2023-12-07T19:17:43.693668+0000 mgr.a (mgr.24293) 22746 : cluster 0 pgmap v17009: 33 pgs: 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:46.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:46.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:46.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:46 smithi022 bash[28554]: cluster 2023-12-07T19:17:45.694443+0000 mgr.a (mgr.24293) 22747 : cluster 0 pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:46 smithi044 bash[32620]: cluster 2023-12-07T19:17:45.694443+0000 mgr.a (mgr.24293) 22747 : cluster 0 pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:46 smithi027 bash[31536]: cluster 2023-12-07T19:17:45.694443+0000 mgr.a (mgr.24293) 22747 : cluster 0 pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:47.294 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:47.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:47.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:47.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:47.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:47 smithi022 bash[28554]: audit 2023-12-07T19:17:46.758643+0000 mgr.a (mgr.24293) 22748 : audit 0 from='client.447531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:47 smithi044 bash[32620]: audit 2023-12-07T19:17:46.758643+0000 mgr.a (mgr.24293) 22748 : audit 0 from='client.447531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:47 smithi027 bash[31536]: audit 2023-12-07T19:17:46.758643+0000 mgr.a (mgr.24293) 22748 : audit 0 from='client.447531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:48 smithi022 bash[28554]: cluster 2023-12-07T19:17:47.695089+0000 mgr.a (mgr.24293) 22749 : cluster 0 pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:48 smithi044 bash[32620]: cluster 2023-12-07T19:17:47.695089+0000 mgr.a (mgr.24293) 22749 : cluster 0 pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:48 smithi027 bash[31536]: cluster 2023-12-07T19:17:47.695089+0000 mgr.a (mgr.24293) 22749 : cluster 0 pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:50 smithi022 bash[28554]: cluster 2023-12-07T19:17:49.695793+0000 mgr.a (mgr.24293) 22750 : cluster 0 pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:50 smithi044 bash[32620]: cluster 2023-12-07T19:17:49.695793+0000 mgr.a (mgr.24293) 22750 : cluster 0 pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:50 smithi027 bash[31536]: cluster 2023-12-07T19:17:49.695793+0000 mgr.a (mgr.24293) 22750 : cluster 0 pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:52.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:52.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:52.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:52 smithi022 bash[28554]: cluster 2023-12-07T19:17:51.696754+0000 mgr.a (mgr.24293) 22751 : cluster 0 pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:52 smithi044 bash[32620]: cluster 2023-12-07T19:17:51.696754+0000 mgr.a (mgr.24293) 22751 : cluster 0 pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:52 smithi027 bash[31536]: cluster 2023-12-07T19:17:51.696754+0000 mgr.a (mgr.24293) 22751 : cluster 0 pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:53.249 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:53.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:53.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:53.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:53.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:53 smithi022 bash[28554]: audit 2023-12-07T19:17:52.714417+0000 mgr.a (mgr.24293) 22752 : audit 0 from='client.447603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:53 smithi022 bash[28554]: audit 2023-12-07T19:17:53.095729+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:53 smithi022 bash[28554]: audit 2023-12-07T19:17:53.681449+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:53 smithi022 bash[28554]: audit 2023-12-07T19:17:53.692603+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:53 smithi044 bash[32620]: audit 2023-12-07T19:17:52.714417+0000 mgr.a (mgr.24293) 22752 : audit 0 from='client.447603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:53 smithi044 bash[32620]: audit 2023-12-07T19:17:53.095729+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:53 smithi044 bash[32620]: audit 2023-12-07T19:17:53.681449+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:53 smithi044 bash[32620]: audit 2023-12-07T19:17:53.692603+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:53 smithi027 bash[31536]: audit 2023-12-07T19:17:52.714417+0000 mgr.a (mgr.24293) 22752 : audit 0 from='client.447603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:53 smithi027 bash[31536]: audit 2023-12-07T19:17:53.095729+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:53 smithi027 bash[31536]: audit 2023-12-07T19:17:53.681449+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:54.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:53 smithi027 bash[31536]: audit 2023-12-07T19:17:53.692603+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:54 smithi022 bash[28554]: cluster 2023-12-07T19:17:53.697403+0000 mgr.a (mgr.24293) 22753 : cluster 0 pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:54 smithi022 bash[28554]: audit 2023-12-07T19:17:54.447608+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:54 smithi022 bash[28554]: audit 2023-12-07T19:17:54.449739+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:54 smithi022 bash[28554]: audit 2023-12-07T19:17:54.459283+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:54 smithi044 bash[32620]: cluster 2023-12-07T19:17:53.697403+0000 mgr.a (mgr.24293) 22753 : cluster 0 pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:54 smithi044 bash[32620]: audit 2023-12-07T19:17:54.447608+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:54 smithi044 bash[32620]: audit 2023-12-07T19:17:54.449739+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:54 smithi044 bash[32620]: audit 2023-12-07T19:17:54.459283+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:54 smithi027 bash[31536]: cluster 2023-12-07T19:17:53.697403+0000 mgr.a (mgr.24293) 22753 : cluster 0 pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:54 smithi027 bash[31536]: audit 2023-12-07T19:17:54.447608+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:54 smithi027 bash[31536]: audit 2023-12-07T19:17:54.449739+0000 mon.a (mon.0) 3579 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:54 smithi027 bash[31536]: audit 2023-12-07T19:17:54.459283+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:17:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:56 smithi022 bash[28554]: cluster 2023-12-07T19:17:55.698228+0000 mgr.a (mgr.24293) 22754 : cluster 0 pgmap v17015: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:56 smithi044 bash[32620]: cluster 2023-12-07T19:17:55.698228+0000 mgr.a (mgr.24293) 22754 : cluster 0 pgmap v17015: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:56 smithi027 bash[31536]: cluster 2023-12-07T19:17:55.698228+0000 mgr.a (mgr.24293) 22754 : cluster 0 pgmap v17015: 33 pgs: 33 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.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:17:58.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:58.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:58 smithi022 bash[28554]: cluster 2023-12-07T19:17:57.698717+0000 mgr.a (mgr.24293) 22755 : cluster 0 pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:17:58 smithi022 bash[28554]: audit 2023-12-07T19:17:58.658044+0000 mgr.a (mgr.24293) 22756 : audit 0 from='client.447681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:58 smithi044 bash[32620]: cluster 2023-12-07T19:17:57.698717+0000 mgr.a (mgr.24293) 22755 : cluster 0 pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:17:58 smithi044 bash[32620]: audit 2023-12-07T19:17:58.658044+0000 mgr.a (mgr.24293) 22756 : audit 0 from='client.447681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:59.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:17:59.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:59.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:59.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:59.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:17:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:58 smithi027 bash[31536]: cluster 2023-12-07T19:17:57.698717+0000 mgr.a (mgr.24293) 22755 : cluster 0 pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:17:58 smithi027 bash[31536]: audit 2023-12-07T19:17:58.658044+0000 mgr.a (mgr.24293) 22756 : audit 0 from='client.447681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:00 smithi044 bash[32620]: cluster 2023-12-07T19:17:59.699370+0000 mgr.a (mgr.24293) 22757 : cluster 0 pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:00 smithi027 bash[31536]: cluster 2023-12-07T19:17:59.699370+0000 mgr.a (mgr.24293) 22757 : cluster 0 pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:00 smithi022 bash[28554]: cluster 2023-12-07T19:17:59.699370+0000 mgr.a (mgr.24293) 22757 : cluster 0 pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:02 smithi027 bash[31536]: cluster 2023-12-07T19:18:01.700194+0000 mgr.a (mgr.24293) 22758 : cluster 0 pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:03.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:02 smithi022 bash[28554]: cluster 2023-12-07T19:18:01.700194+0000 mgr.a (mgr.24293) 22758 : cluster 0 pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:02 smithi044 bash[32620]: cluster 2023-12-07T19:18:01.700194+0000 mgr.a (mgr.24293) 22758 : cluster 0 pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:04.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:04.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:04.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:05.116 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:05.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:05.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:05.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:05.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:04 smithi027 bash[31536]: cluster 2023-12-07T19:18:03.700779+0000 mgr.a (mgr.24293) 22759 : cluster 0 pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:04 smithi027 bash[31536]: audit 2023-12-07T19:18:04.596301+0000 mgr.a (mgr.24293) 22760 : audit 0 from='client.447759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:04 smithi022 bash[28554]: cluster 2023-12-07T19:18:03.700779+0000 mgr.a (mgr.24293) 22759 : cluster 0 pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:04 smithi022 bash[28554]: audit 2023-12-07T19:18:04.596301+0000 mgr.a (mgr.24293) 22760 : audit 0 from='client.447759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:04 smithi044 bash[32620]: cluster 2023-12-07T19:18:03.700779+0000 mgr.a (mgr.24293) 22759 : cluster 0 pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:04 smithi044 bash[32620]: audit 2023-12-07T19:18:04.596301+0000 mgr.a (mgr.24293) 22760 : audit 0 from='client.447759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:06 smithi027 bash[31536]: cluster 2023-12-07T19:18:05.701691+0000 mgr.a (mgr.24293) 22761 : cluster 0 pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:06 smithi022 bash[28554]: cluster 2023-12-07T19:18:05.701691+0000 mgr.a (mgr.24293) 22761 : cluster 0 pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:06 smithi044 bash[32620]: cluster 2023-12-07T19:18:05.701691+0000 mgr.a (mgr.24293) 22761 : cluster 0 pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:08 smithi027 bash[31536]: cluster 2023-12-07T19:18:07.702224+0000 mgr.a (mgr.24293) 22762 : cluster 0 pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:09.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:08 smithi022 bash[28554]: cluster 2023-12-07T19:18:07.702224+0000 mgr.a (mgr.24293) 22762 : cluster 0 pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:08 smithi044 bash[32620]: cluster 2023-12-07T19:18:07.702224+0000 mgr.a (mgr.24293) 22762 : cluster 0 pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:10.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:10.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:10.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:11.074 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:11.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:11.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:11.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:11.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:10 smithi027 bash[31536]: cluster 2023-12-07T19:18:09.702794+0000 mgr.a (mgr.24293) 22763 : cluster 0 pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:11.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:10 smithi027 bash[31536]: audit 2023-12-07T19:18:10.536427+0000 mgr.a (mgr.24293) 22764 : audit 0 from='client.447834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:10 smithi022 bash[28554]: cluster 2023-12-07T19:18:09.702794+0000 mgr.a (mgr.24293) 22763 : cluster 0 pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:10 smithi022 bash[28554]: audit 2023-12-07T19:18:10.536427+0000 mgr.a (mgr.24293) 22764 : audit 0 from='client.447834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:10 smithi044 bash[32620]: cluster 2023-12-07T19:18:09.702794+0000 mgr.a (mgr.24293) 22763 : cluster 0 pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:10 smithi044 bash[32620]: audit 2023-12-07T19:18:10.536427+0000 mgr.a (mgr.24293) 22764 : audit 0 from='client.447834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:13.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:12 smithi022 bash[28554]: cluster 2023-12-07T19:18:11.703844+0000 mgr.a (mgr.24293) 22765 : cluster 0 pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:12 smithi044 bash[32620]: cluster 2023-12-07T19:18:11.703844+0000 mgr.a (mgr.24293) 22765 : cluster 0 pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:12 smithi027 bash[31536]: cluster 2023-12-07T19:18:11.703844+0000 mgr.a (mgr.24293) 22765 : cluster 0 pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:15.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:14 smithi022 bash[28554]: cluster 2023-12-07T19:18:13.704388+0000 mgr.a (mgr.24293) 22766 : cluster 0 pgmap v17024: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:14 smithi044 bash[32620]: cluster 2023-12-07T19:18:13.704388+0000 mgr.a (mgr.24293) 22766 : cluster 0 pgmap v17024: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:14 smithi027 bash[31536]: cluster 2023-12-07T19:18:13.704388+0000 mgr.a (mgr.24293) 22766 : cluster 0 pgmap v17024: 33 pgs: 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:16.077 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:16.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:16.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:17.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:17.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:17.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:17.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:17.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:16 smithi022 bash[28554]: cluster 2023-12-07T19:18:15.705121+0000 mgr.a (mgr.24293) 22767 : cluster 0 pgmap v17025: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:16 smithi022 bash[28554]: audit 2023-12-07T19:18:16.488890+0000 mgr.a (mgr.24293) 22768 : audit 0 from='client.447912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:16 smithi044 bash[32620]: cluster 2023-12-07T19:18:15.705121+0000 mgr.a (mgr.24293) 22767 : cluster 0 pgmap v17025: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:16 smithi044 bash[32620]: audit 2023-12-07T19:18:16.488890+0000 mgr.a (mgr.24293) 22768 : audit 0 from='client.447912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:16 smithi027 bash[31536]: cluster 2023-12-07T19:18:15.705121+0000 mgr.a (mgr.24293) 22767 : cluster 0 pgmap v17025: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:16 smithi027 bash[31536]: audit 2023-12-07T19:18:16.488890+0000 mgr.a (mgr.24293) 22768 : audit 0 from='client.447912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:18 smithi022 bash[28554]: cluster 2023-12-07T19:18:17.705769+0000 mgr.a (mgr.24293) 22769 : cluster 0 pgmap v17026: 33 pgs: 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:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:18 smithi044 bash[32620]: cluster 2023-12-07T19:18:17.705769+0000 mgr.a (mgr.24293) 22769 : cluster 0 pgmap v17026: 33 pgs: 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:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:18 smithi027 bash[31536]: cluster 2023-12-07T19:18:17.705769+0000 mgr.a (mgr.24293) 22769 : cluster 0 pgmap v17026: 33 pgs: 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:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:20 smithi022 bash[28554]: cluster 2023-12-07T19:18:19.706353+0000 mgr.a (mgr.24293) 22770 : cluster 0 pgmap v17027: 33 pgs: 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:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:20 smithi044 bash[32620]: cluster 2023-12-07T19:18:19.706353+0000 mgr.a (mgr.24293) 22770 : cluster 0 pgmap v17027: 33 pgs: 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:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:20 smithi027 bash[31536]: cluster 2023-12-07T19:18:19.706353+0000 mgr.a (mgr.24293) 22770 : cluster 0 pgmap v17027: 33 pgs: 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:22.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:22.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:22.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:22.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:22.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:22.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:22.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:22.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:22 smithi022 bash[28554]: cluster 2023-12-07T19:18:21.707203+0000 mgr.a (mgr.24293) 22771 : cluster 0 pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:22 smithi022 bash[28554]: audit 2023-12-07T19:18:22.438496+0000 mgr.a (mgr.24293) 22772 : audit 0 from='client.447984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:22 smithi044 bash[32620]: cluster 2023-12-07T19:18:21.707203+0000 mgr.a (mgr.24293) 22771 : cluster 0 pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:22 smithi044 bash[32620]: audit 2023-12-07T19:18:22.438496+0000 mgr.a (mgr.24293) 22772 : audit 0 from='client.447984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:22 smithi027 bash[31536]: cluster 2023-12-07T19:18:21.707203+0000 mgr.a (mgr.24293) 22771 : cluster 0 pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:22 smithi027 bash[31536]: audit 2023-12-07T19:18:22.438496+0000 mgr.a (mgr.24293) 22772 : audit 0 from='client.447984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:24 smithi022 bash[28554]: cluster 2023-12-07T19:18:23.708036+0000 mgr.a (mgr.24293) 22773 : cluster 0 pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:24 smithi044 bash[32620]: cluster 2023-12-07T19:18:23.708036+0000 mgr.a (mgr.24293) 22773 : cluster 0 pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:24 smithi027 bash[31536]: cluster 2023-12-07T19:18:23.708036+0000 mgr.a (mgr.24293) 22773 : cluster 0 pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:26 smithi022 bash[28554]: cluster 2023-12-07T19:18:25.709016+0000 mgr.a (mgr.24293) 22774 : cluster 0 pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:26 smithi044 bash[32620]: cluster 2023-12-07T19:18:25.709016+0000 mgr.a (mgr.24293) 22774 : cluster 0 pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:26 smithi027 bash[31536]: cluster 2023-12-07T19:18:25.709016+0000 mgr.a (mgr.24293) 22774 : cluster 0 pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:27.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:27.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:27.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:28.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:28.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:28.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:28.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:28.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:28 smithi022 bash[28554]: cluster 2023-12-07T19:18:27.709621+0000 mgr.a (mgr.24293) 22775 : cluster 0 pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:28 smithi022 bash[28554]: audit 2023-12-07T19:18:28.377380+0000 mgr.a (mgr.24293) 22776 : audit 0 from='client.448062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:28 smithi044 bash[32620]: cluster 2023-12-07T19:18:27.709621+0000 mgr.a (mgr.24293) 22775 : cluster 0 pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:28 smithi044 bash[32620]: audit 2023-12-07T19:18:28.377380+0000 mgr.a (mgr.24293) 22776 : audit 0 from='client.448062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:28 smithi027 bash[31536]: cluster 2023-12-07T19:18:27.709621+0000 mgr.a (mgr.24293) 22775 : cluster 0 pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:28 smithi027 bash[31536]: audit 2023-12-07T19:18:28.377380+0000 mgr.a (mgr.24293) 22776 : audit 0 from='client.448062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:30 smithi022 bash[28554]: cluster 2023-12-07T19:18:29.710331+0000 mgr.a (mgr.24293) 22777 : cluster 0 pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:30 smithi044 bash[32620]: cluster 2023-12-07T19:18:29.710331+0000 mgr.a (mgr.24293) 22777 : cluster 0 pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:30 smithi027 bash[31536]: cluster 2023-12-07T19:18:29.710331+0000 mgr.a (mgr.24293) 22777 : cluster 0 pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:32 smithi022 bash[28554]: cluster 2023-12-07T19:18:31.711163+0000 mgr.a (mgr.24293) 22778 : cluster 0 pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:32 smithi044 bash[32620]: cluster 2023-12-07T19:18:31.711163+0000 mgr.a (mgr.24293) 22778 : cluster 0 pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:32 smithi027 bash[31536]: cluster 2023-12-07T19:18:31.711163+0000 mgr.a (mgr.24293) 22778 : cluster 0 pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:33.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:33.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:33.913 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:34.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:34.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:34 smithi022 bash[28554]: cluster 2023-12-07T19:18:33.711737+0000 mgr.a (mgr.24293) 22779 : cluster 0 pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:34 smithi022 bash[28554]: audit 2023-12-07T19:18:34.327923+0000 mgr.a (mgr.24293) 22780 : audit 0 from='client.448134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:34 smithi044 bash[32620]: cluster 2023-12-07T19:18:33.711737+0000 mgr.a (mgr.24293) 22779 : cluster 0 pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:34 smithi044 bash[32620]: audit 2023-12-07T19:18:34.327923+0000 mgr.a (mgr.24293) 22780 : audit 0 from='client.448134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:34 smithi027 bash[31536]: cluster 2023-12-07T19:18:33.711737+0000 mgr.a (mgr.24293) 22779 : cluster 0 pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:34 smithi027 bash[31536]: audit 2023-12-07T19:18:34.327923+0000 mgr.a (mgr.24293) 22780 : audit 0 from='client.448134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:36 smithi022 bash[28554]: cluster 2023-12-07T19:18:35.712681+0000 mgr.a (mgr.24293) 22781 : cluster 0 pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:36 smithi044 bash[32620]: cluster 2023-12-07T19:18:35.712681+0000 mgr.a (mgr.24293) 22781 : cluster 0 pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:37 smithi027 bash[31536]: cluster 2023-12-07T19:18:35.712681+0000 mgr.a (mgr.24293) 22781 : cluster 0 pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:39.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:39 smithi022 bash[28554]: cluster 2023-12-07T19:18:37.713276+0000 mgr.a (mgr.24293) 22782 : cluster 0 pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:39 smithi044 bash[32620]: cluster 2023-12-07T19:18:37.713276+0000 mgr.a (mgr.24293) 22782 : cluster 0 pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:39 smithi027 bash[31536]: cluster 2023-12-07T19:18:37.713276+0000 mgr.a (mgr.24293) 22782 : cluster 0 pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:39.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:39.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:39.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:40.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:40.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:40.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:40.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:40.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:41 smithi022 bash[28554]: cluster 2023-12-07T19:18:39.713836+0000 mgr.a (mgr.24293) 22783 : cluster 0 pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:41 smithi022 bash[28554]: audit 2023-12-07T19:18:40.264274+0000 mgr.a (mgr.24293) 22784 : audit 0 from='client.448212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:41 smithi044 bash[32620]: cluster 2023-12-07T19:18:39.713836+0000 mgr.a (mgr.24293) 22783 : cluster 0 pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:41 smithi044 bash[32620]: audit 2023-12-07T19:18:40.264274+0000 mgr.a (mgr.24293) 22784 : audit 0 from='client.448212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:41 smithi027 bash[31536]: cluster 2023-12-07T19:18:39.713836+0000 mgr.a (mgr.24293) 22783 : cluster 0 pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:41 smithi027 bash[31536]: audit 2023-12-07T19:18:40.264274+0000 mgr.a (mgr.24293) 22784 : audit 0 from='client.448212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:43 smithi022 bash[28554]: cluster 2023-12-07T19:18:41.714939+0000 mgr.a (mgr.24293) 22785 : cluster 0 pgmap v17038: 33 pgs: 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:18:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:43 smithi044 bash[32620]: cluster 2023-12-07T19:18:41.714939+0000 mgr.a (mgr.24293) 22785 : cluster 0 pgmap v17038: 33 pgs: 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:18:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:43 smithi027 bash[31536]: cluster 2023-12-07T19:18:41.714939+0000 mgr.a (mgr.24293) 22785 : cluster 0 pgmap v17038: 33 pgs: 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:18:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:45 smithi022 bash[28554]: cluster 2023-12-07T19:18:43.715577+0000 mgr.a (mgr.24293) 22786 : cluster 0 pgmap v17039: 33 pgs: 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:18:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:45 smithi044 bash[32620]: cluster 2023-12-07T19:18:43.715577+0000 mgr.a (mgr.24293) 22786 : cluster 0 pgmap v17039: 33 pgs: 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:18:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:45 smithi027 bash[31536]: cluster 2023-12-07T19:18:43.715577+0000 mgr.a (mgr.24293) 22786 : cluster 0 pgmap v17039: 33 pgs: 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:18:45.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:45.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:45.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:46.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:46.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:46.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:46.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:46.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:47 smithi022 bash[28554]: cluster 2023-12-07T19:18:45.716359+0000 mgr.a (mgr.24293) 22787 : cluster 0 pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:47 smithi022 bash[28554]: audit 2023-12-07T19:18:46.184482+0000 mgr.a (mgr.24293) 22788 : audit 0 from='client.448284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:47 smithi044 bash[32620]: cluster 2023-12-07T19:18:45.716359+0000 mgr.a (mgr.24293) 22787 : cluster 0 pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:47 smithi044 bash[32620]: audit 2023-12-07T19:18:46.184482+0000 mgr.a (mgr.24293) 22788 : audit 0 from='client.448284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:47 smithi027 bash[31536]: cluster 2023-12-07T19:18:45.716359+0000 mgr.a (mgr.24293) 22787 : cluster 0 pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:47 smithi027 bash[31536]: audit 2023-12-07T19:18:46.184482+0000 mgr.a (mgr.24293) 22788 : audit 0 from='client.448284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:49 smithi022 bash[28554]: cluster 2023-12-07T19:18:47.717031+0000 mgr.a (mgr.24293) 22789 : cluster 0 pgmap v17041: 33 pgs: 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:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:49 smithi044 bash[32620]: cluster 2023-12-07T19:18:47.717031+0000 mgr.a (mgr.24293) 22789 : cluster 0 pgmap v17041: 33 pgs: 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:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:49 smithi027 bash[31536]: cluster 2023-12-07T19:18:47.717031+0000 mgr.a (mgr.24293) 22789 : cluster 0 pgmap v17041: 33 pgs: 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:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:51 smithi022 bash[28554]: cluster 2023-12-07T19:18:49.717772+0000 mgr.a (mgr.24293) 22790 : cluster 0 pgmap v17042: 33 pgs: 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:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:51 smithi044 bash[32620]: cluster 2023-12-07T19:18:49.717772+0000 mgr.a (mgr.24293) 22790 : cluster 0 pgmap v17042: 33 pgs: 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:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:51 smithi027 bash[31536]: cluster 2023-12-07T19:18:49.717772+0000 mgr.a (mgr.24293) 22790 : cluster 0 pgmap v17042: 33 pgs: 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:51.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:51.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:51.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:52.686 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:52.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:52.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:52.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:52.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:53 smithi022 bash[28554]: cluster 2023-12-07T19:18:51.718767+0000 mgr.a (mgr.24293) 22791 : cluster 0 pgmap v17043: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:53 smithi022 bash[28554]: audit 2023-12-07T19:18:52.136538+0000 mgr.a (mgr.24293) 22792 : audit 0 from='client.448359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:53 smithi044 bash[32620]: cluster 2023-12-07T19:18:51.718767+0000 mgr.a (mgr.24293) 22791 : cluster 0 pgmap v17043: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:53 smithi044 bash[32620]: audit 2023-12-07T19:18:52.136538+0000 mgr.a (mgr.24293) 22792 : audit 0 from='client.448359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:53 smithi027 bash[31536]: cluster 2023-12-07T19:18:51.718767+0000 mgr.a (mgr.24293) 22791 : cluster 0 pgmap v17043: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:53 smithi027 bash[31536]: audit 2023-12-07T19:18:52.136538+0000 mgr.a (mgr.24293) 22792 : audit 0 from='client.448359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:55 smithi022 bash[28554]: cluster 2023-12-07T19:18:53.719523+0000 mgr.a (mgr.24293) 22793 : cluster 0 pgmap v17044: 33 pgs: 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:18:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:55 smithi022 bash[28554]: audit 2023-12-07T19:18:54.563709+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:55 smithi044 bash[32620]: cluster 2023-12-07T19:18:53.719523+0000 mgr.a (mgr.24293) 22793 : cluster 0 pgmap v17044: 33 pgs: 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:18:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:55 smithi044 bash[32620]: audit 2023-12-07T19:18:54.563709+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:55 smithi027 bash[31536]: cluster 2023-12-07T19:18:53.719523+0000 mgr.a (mgr.24293) 22793 : cluster 0 pgmap v17044: 33 pgs: 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:18:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:55 smithi027 bash[31536]: audit 2023-12-07T19:18:54.563709+0000 mon.a (mon.0) 3581 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.093539+0000 mon.a (mon.0) 3582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.098256+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.102029+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.106188+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.896366+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.898037+0000 mon.a (mon.0) 3587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:56 smithi022 bash[28554]: audit 2023-12-07T19:18:55.908071+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.093539+0000 mon.a (mon.0) 3582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.098256+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.102029+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.106188+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.896366+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.898037+0000 mon.a (mon.0) 3587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:56 smithi044 bash[32620]: audit 2023-12-07T19:18:55.908071+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.093539+0000 mon.a (mon.0) 3582 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.098256+0000 mon.a (mon.0) 3583 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.102029+0000 mon.a (mon.0) 3584 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.106188+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.896366+0000 mon.a (mon.0) 3586 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.898037+0000 mon.a (mon.0) 3587 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:56 smithi027 bash[31536]: audit 2023-12-07T19:18:55.908071+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:18:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:57 smithi022 bash[28554]: cluster 2023-12-07T19:18:55.720289+0000 mgr.a (mgr.24293) 22794 : cluster 0 pgmap v17045: 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:18:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:57 smithi044 bash[32620]: cluster 2023-12-07T19:18:55.720289+0000 mgr.a (mgr.24293) 22794 : cluster 0 pgmap v17045: 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:18:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:57 smithi027 bash[31536]: cluster 2023-12-07T19:18:55.720289+0000 mgr.a (mgr.24293) 22794 : cluster 0 pgmap v17045: 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:18:57.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:18:57.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:57.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:58.612 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:18:58.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:58.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:58.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:58.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:18:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:59 smithi022 bash[28554]: cluster 2023-12-07T19:18:57.720846+0000 mgr.a (mgr.24293) 22795 : cluster 0 pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:18:59 smithi022 bash[28554]: audit 2023-12-07T19:18:58.100011+0000 mgr.a (mgr.24293) 22796 : audit 0 from='client.448434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:59 smithi044 bash[32620]: cluster 2023-12-07T19:18:57.720846+0000 mgr.a (mgr.24293) 22795 : cluster 0 pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:18:59 smithi044 bash[32620]: audit 2023-12-07T19:18:58.100011+0000 mgr.a (mgr.24293) 22796 : audit 0 from='client.448434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:59 smithi027 bash[31536]: cluster 2023-12-07T19:18:57.720846+0000 mgr.a (mgr.24293) 22795 : cluster 0 pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:18:59 smithi027 bash[31536]: audit 2023-12-07T19:18:58.100011+0000 mgr.a (mgr.24293) 22796 : audit 0 from='client.448434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:01 smithi022 bash[28554]: cluster 2023-12-07T19:18:59.721600+0000 mgr.a (mgr.24293) 22797 : cluster 0 pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:01 smithi044 bash[32620]: cluster 2023-12-07T19:18:59.721600+0000 mgr.a (mgr.24293) 22797 : cluster 0 pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:01 smithi027 bash[31536]: cluster 2023-12-07T19:18:59.721600+0000 mgr.a (mgr.24293) 22797 : cluster 0 pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:03 smithi022 bash[28554]: cluster 2023-12-07T19:19:01.722446+0000 mgr.a (mgr.24293) 22798 : cluster 0 pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:03 smithi044 bash[32620]: cluster 2023-12-07T19:19:01.722446+0000 mgr.a (mgr.24293) 22798 : cluster 0 pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:03 smithi027 bash[31536]: cluster 2023-12-07T19:19:01.722446+0000 mgr.a (mgr.24293) 22798 : cluster 0 pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:03.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:03.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:03.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:04.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:04.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:05 smithi022 bash[28554]: cluster 2023-12-07T19:19:03.722963+0000 mgr.a (mgr.24293) 22799 : cluster 0 pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:05 smithi022 bash[28554]: audit 2023-12-07T19:19:04.037527+0000 mgr.a (mgr.24293) 22800 : audit 0 from='client.448509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:05 smithi044 bash[32620]: cluster 2023-12-07T19:19:03.722963+0000 mgr.a (mgr.24293) 22799 : cluster 0 pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:05 smithi044 bash[32620]: audit 2023-12-07T19:19:04.037527+0000 mgr.a (mgr.24293) 22800 : audit 0 from='client.448509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:05 smithi027 bash[31536]: cluster 2023-12-07T19:19:03.722963+0000 mgr.a (mgr.24293) 22799 : cluster 0 pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:05 smithi027 bash[31536]: audit 2023-12-07T19:19:04.037527+0000 mgr.a (mgr.24293) 22800 : audit 0 from='client.448509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:07 smithi022 bash[28554]: cluster 2023-12-07T19:19:05.723901+0000 mgr.a (mgr.24293) 22801 : cluster 0 pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:07 smithi044 bash[32620]: cluster 2023-12-07T19:19:05.723901+0000 mgr.a (mgr.24293) 22801 : cluster 0 pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:07 smithi027 bash[31536]: cluster 2023-12-07T19:19:05.723901+0000 mgr.a (mgr.24293) 22801 : cluster 0 pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:09.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:09 smithi022 bash[28554]: cluster 2023-12-07T19:19:07.724448+0000 mgr.a (mgr.24293) 22802 : cluster 0 pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:09 smithi044 bash[32620]: cluster 2023-12-07T19:19:07.724448+0000 mgr.a (mgr.24293) 22802 : cluster 0 pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:09 smithi027 bash[31536]: cluster 2023-12-07T19:19:07.724448+0000 mgr.a (mgr.24293) 22802 : cluster 0 pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:09.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:09.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:10.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:10.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:10.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:10.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:10.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:11.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:11 smithi022 bash[28554]: cluster 2023-12-07T19:19:09.724907+0000 mgr.a (mgr.24293) 22803 : cluster 0 pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:11 smithi022 bash[28554]: audit 2023-12-07T19:19:09.976833+0000 mgr.a (mgr.24293) 22804 : audit 0 from='client.448587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:11 smithi044 bash[32620]: cluster 2023-12-07T19:19:09.724907+0000 mgr.a (mgr.24293) 22803 : cluster 0 pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:11 smithi044 bash[32620]: audit 2023-12-07T19:19:09.976833+0000 mgr.a (mgr.24293) 22804 : audit 0 from='client.448587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:11 smithi027 bash[31536]: cluster 2023-12-07T19:19:09.724907+0000 mgr.a (mgr.24293) 22803 : cluster 0 pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:11 smithi027 bash[31536]: audit 2023-12-07T19:19:09.976833+0000 mgr.a (mgr.24293) 22804 : audit 0 from='client.448587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:13.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:13 smithi022 bash[28554]: cluster 2023-12-07T19:19:11.725918+0000 mgr.a (mgr.24293) 22805 : cluster 0 pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:13 smithi044 bash[32620]: cluster 2023-12-07T19:19:11.725918+0000 mgr.a (mgr.24293) 22805 : cluster 0 pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:13 smithi027 bash[31536]: cluster 2023-12-07T19:19:11.725918+0000 mgr.a (mgr.24293) 22805 : cluster 0 pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:15.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:15 smithi022 bash[28554]: cluster 2023-12-07T19:19:13.726497+0000 mgr.a (mgr.24293) 22806 : cluster 0 pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:15 smithi044 bash[32620]: cluster 2023-12-07T19:19:13.726497+0000 mgr.a (mgr.24293) 22806 : cluster 0 pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:15 smithi027 bash[31536]: cluster 2023-12-07T19:19:13.726497+0000 mgr.a (mgr.24293) 22806 : cluster 0 pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:15.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:15.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:15.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:16.423 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:16.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:16.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:16.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:16.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:17 smithi022 bash[28554]: cluster 2023-12-07T19:19:15.727262+0000 mgr.a (mgr.24293) 22807 : cluster 0 pgmap v17055: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:17 smithi022 bash[28554]: audit 2023-12-07T19:19:15.896044+0000 mgr.a (mgr.24293) 22808 : audit 0 from='client.361873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:17 smithi044 bash[32620]: cluster 2023-12-07T19:19:15.727262+0000 mgr.a (mgr.24293) 22807 : cluster 0 pgmap v17055: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:17 smithi044 bash[32620]: audit 2023-12-07T19:19:15.896044+0000 mgr.a (mgr.24293) 22808 : audit 0 from='client.361873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:17 smithi027 bash[31536]: cluster 2023-12-07T19:19:15.727262+0000 mgr.a (mgr.24293) 22807 : cluster 0 pgmap v17055: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:17 smithi027 bash[31536]: audit 2023-12-07T19:19:15.896044+0000 mgr.a (mgr.24293) 22808 : audit 0 from='client.361873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:19 smithi022 bash[28554]: cluster 2023-12-07T19:19:17.727997+0000 mgr.a (mgr.24293) 22809 : cluster 0 pgmap v17056: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:19 smithi044 bash[32620]: cluster 2023-12-07T19:19:17.727997+0000 mgr.a (mgr.24293) 22809 : cluster 0 pgmap v17056: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:19 smithi027 bash[31536]: cluster 2023-12-07T19:19:17.727997+0000 mgr.a (mgr.24293) 22809 : cluster 0 pgmap v17056: 33 pgs: 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:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:21 smithi022 bash[28554]: cluster 2023-12-07T19:19:19.728545+0000 mgr.a (mgr.24293) 22810 : cluster 0 pgmap v17057: 33 pgs: 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:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:21 smithi044 bash[32620]: cluster 2023-12-07T19:19:19.728545+0000 mgr.a (mgr.24293) 22810 : cluster 0 pgmap v17057: 33 pgs: 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:21.427 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:21.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:21.428 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:21 smithi027 bash[31536]: cluster 2023-12-07T19:19:19.728545+0000 mgr.a (mgr.24293) 22810 : cluster 0 pgmap v17057: 33 pgs: 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:22.373 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:22.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:22.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:22.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:22.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:23 smithi022 bash[28554]: cluster 2023-12-07T19:19:21.729110+0000 mgr.a (mgr.24293) 22811 : cluster 0 pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:23 smithi022 bash[28554]: audit 2023-12-07T19:19:21.838361+0000 mgr.a (mgr.24293) 22812 : audit 0 from='client.448737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:23 smithi044 bash[32620]: cluster 2023-12-07T19:19:21.729110+0000 mgr.a (mgr.24293) 22811 : cluster 0 pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:23 smithi044 bash[32620]: audit 2023-12-07T19:19:21.838361+0000 mgr.a (mgr.24293) 22812 : audit 0 from='client.448737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:23 smithi027 bash[31536]: cluster 2023-12-07T19:19:21.729110+0000 mgr.a (mgr.24293) 22811 : cluster 0 pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:23 smithi027 bash[31536]: audit 2023-12-07T19:19:21.838361+0000 mgr.a (mgr.24293) 22812 : audit 0 from='client.448737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:25 smithi022 bash[28554]: cluster 2023-12-07T19:19:23.729764+0000 mgr.a (mgr.24293) 22813 : cluster 0 pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:25 smithi044 bash[32620]: cluster 2023-12-07T19:19:23.729764+0000 mgr.a (mgr.24293) 22813 : cluster 0 pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:25 smithi027 bash[31536]: cluster 2023-12-07T19:19:23.729764+0000 mgr.a (mgr.24293) 22813 : cluster 0 pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:27.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:27.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:27.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:27 smithi022 bash[28554]: cluster 2023-12-07T19:19:25.730633+0000 mgr.a (mgr.24293) 22814 : cluster 0 pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:27 smithi044 bash[32620]: cluster 2023-12-07T19:19:25.730633+0000 mgr.a (mgr.24293) 22814 : cluster 0 pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:27 smithi027 bash[31536]: cluster 2023-12-07T19:19:25.730633+0000 mgr.a (mgr.24293) 22814 : cluster 0 pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:28.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:28.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:28.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:28.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:28.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:29 smithi022 bash[28554]: cluster 2023-12-07T19:19:27.731149+0000 mgr.a (mgr.24293) 22815 : cluster 0 pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:29 smithi022 bash[28554]: audit 2023-12-07T19:19:27.788983+0000 mgr.a (mgr.24293) 22816 : audit 0 from='client.448812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:29 smithi044 bash[32620]: cluster 2023-12-07T19:19:27.731149+0000 mgr.a (mgr.24293) 22815 : cluster 0 pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:29 smithi044 bash[32620]: audit 2023-12-07T19:19:27.788983+0000 mgr.a (mgr.24293) 22816 : audit 0 from='client.448812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:29 smithi027 bash[31536]: cluster 2023-12-07T19:19:27.731149+0000 mgr.a (mgr.24293) 22815 : cluster 0 pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:29 smithi027 bash[31536]: audit 2023-12-07T19:19:27.788983+0000 mgr.a (mgr.24293) 22816 : audit 0 from='client.448812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:31 smithi022 bash[28554]: cluster 2023-12-07T19:19:29.731824+0000 mgr.a (mgr.24293) 22817 : cluster 0 pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:31 smithi044 bash[32620]: cluster 2023-12-07T19:19:29.731824+0000 mgr.a (mgr.24293) 22817 : cluster 0 pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:31 smithi027 bash[31536]: cluster 2023-12-07T19:19:29.731824+0000 mgr.a (mgr.24293) 22817 : cluster 0 pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:33.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:33.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:33.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:33 smithi027 bash[31536]: cluster 2023-12-07T19:19:31.732619+0000 mgr.a (mgr.24293) 22818 : cluster 0 pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:33.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:33 smithi022 bash[28554]: cluster 2023-12-07T19:19:31.732619+0000 mgr.a (mgr.24293) 22818 : cluster 0 pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:33 smithi044 bash[32620]: cluster 2023-12-07T19:19:31.732619+0000 mgr.a (mgr.24293) 22818 : cluster 0 pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:34.250 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:34.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:34.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:34.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:34.251 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:35 smithi027 bash[31536]: audit 2023-12-07T19:19:33.725945+0000 mgr.a (mgr.24293) 22819 : audit 0 from='client.448887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:35 smithi027 bash[31536]: cluster 2023-12-07T19:19:33.737750+0000 mgr.a (mgr.24293) 22820 : cluster 0 pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:35.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:35 smithi022 bash[28554]: audit 2023-12-07T19:19:33.725945+0000 mgr.a (mgr.24293) 22819 : audit 0 from='client.448887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:35 smithi022 bash[28554]: cluster 2023-12-07T19:19:33.737750+0000 mgr.a (mgr.24293) 22820 : cluster 0 pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:35 smithi044 bash[32620]: audit 2023-12-07T19:19:33.725945+0000 mgr.a (mgr.24293) 22819 : audit 0 from='client.448887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:35 smithi044 bash[32620]: cluster 2023-12-07T19:19:33.737750+0000 mgr.a (mgr.24293) 22820 : cluster 0 pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:37 smithi027 bash[31536]: cluster 2023-12-07T19:19:35.738902+0000 mgr.a (mgr.24293) 22821 : cluster 0 pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:37 smithi022 bash[28554]: cluster 2023-12-07T19:19:35.738902+0000 mgr.a (mgr.24293) 22821 : cluster 0 pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:37 smithi044 bash[32620]: cluster 2023-12-07T19:19:35.738902+0000 mgr.a (mgr.24293) 22821 : cluster 0 pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:39.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:39.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:39.254 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:39 smithi027 bash[31536]: cluster 2023-12-07T19:19:37.739476+0000 mgr.a (mgr.24293) 22822 : cluster 0 pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:39.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:39 smithi022 bash[28554]: cluster 2023-12-07T19:19:37.739476+0000 mgr.a (mgr.24293) 22822 : cluster 0 pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:39 smithi044 bash[32620]: cluster 2023-12-07T19:19:37.739476+0000 mgr.a (mgr.24293) 22822 : cluster 0 pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:40.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:40.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:40.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:40.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:40.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:40 smithi022 bash[28554]: audit 2023-12-07T19:19:39.672505+0000 mgr.a (mgr.24293) 22823 : audit 0 from='client.448965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:40 smithi044 bash[32620]: audit 2023-12-07T19:19:39.672505+0000 mgr.a (mgr.24293) 22823 : audit 0 from='client.448965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:40 smithi027 bash[31536]: audit 2023-12-07T19:19:39.672505+0000 mgr.a (mgr.24293) 22823 : audit 0 from='client.448965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:41 smithi022 bash[28554]: cluster 2023-12-07T19:19:39.740270+0000 mgr.a (mgr.24293) 22824 : cluster 0 pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:41 smithi044 bash[32620]: cluster 2023-12-07T19:19:39.740270+0000 mgr.a (mgr.24293) 22824 : cluster 0 pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:41 smithi027 bash[31536]: cluster 2023-12-07T19:19:39.740270+0000 mgr.a (mgr.24293) 22824 : cluster 0 pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:43 smithi022 bash[28554]: cluster 2023-12-07T19:19:41.741228+0000 mgr.a (mgr.24293) 22825 : cluster 0 pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:43 smithi044 bash[32620]: cluster 2023-12-07T19:19:41.741228+0000 mgr.a (mgr.24293) 22825 : cluster 0 pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:43 smithi027 bash[31536]: cluster 2023-12-07T19:19:41.741228+0000 mgr.a (mgr.24293) 22825 : cluster 0 pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:45.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:45.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:45.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:45 smithi022 bash[28554]: cluster 2023-12-07T19:19:43.741816+0000 mgr.a (mgr.24293) 22826 : cluster 0 pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:45 smithi044 bash[32620]: cluster 2023-12-07T19:19:43.741816+0000 mgr.a (mgr.24293) 22826 : cluster 0 pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:45 smithi027 bash[31536]: cluster 2023-12-07T19:19:43.741816+0000 mgr.a (mgr.24293) 22826 : cluster 0 pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:46.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:46.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:46.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:46.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:46.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:46 smithi022 bash[28554]: audit 2023-12-07T19:19:45.629191+0000 mgr.a (mgr.24293) 22827 : audit 0 from='client.449040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:46 smithi044 bash[32620]: audit 2023-12-07T19:19:45.629191+0000 mgr.a (mgr.24293) 22827 : audit 0 from='client.449040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:46 smithi027 bash[31536]: audit 2023-12-07T19:19:45.629191+0000 mgr.a (mgr.24293) 22827 : audit 0 from='client.449040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:47.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:47 smithi022 bash[28554]: cluster 2023-12-07T19:19:45.742737+0000 mgr.a (mgr.24293) 22828 : cluster 0 pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:47 smithi044 bash[32620]: cluster 2023-12-07T19:19:45.742737+0000 mgr.a (mgr.24293) 22828 : cluster 0 pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:47 smithi027 bash[31536]: cluster 2023-12-07T19:19:45.742737+0000 mgr.a (mgr.24293) 22828 : cluster 0 pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:49.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:49 smithi022 bash[28554]: cluster 2023-12-07T19:19:47.743599+0000 mgr.a (mgr.24293) 22829 : cluster 0 pgmap v17071: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:49 smithi044 bash[32620]: cluster 2023-12-07T19:19:47.743599+0000 mgr.a (mgr.24293) 22829 : cluster 0 pgmap v17071: 33 pgs: 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:49 smithi027 bash[31536]: cluster 2023-12-07T19:19:47.743599+0000 mgr.a (mgr.24293) 22829 : cluster 0 pgmap v17071: 33 pgs: 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:51.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:51.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:51.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:51.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:51 smithi022 bash[28554]: cluster 2023-12-07T19:19:49.744225+0000 mgr.a (mgr.24293) 22830 : cluster 0 pgmap v17072: 33 pgs: 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:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:51 smithi044 bash[32620]: cluster 2023-12-07T19:19:49.744225+0000 mgr.a (mgr.24293) 22830 : cluster 0 pgmap v17072: 33 pgs: 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:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:51 smithi027 bash[31536]: cluster 2023-12-07T19:19:49.744225+0000 mgr.a (mgr.24293) 22830 : cluster 0 pgmap v17072: 33 pgs: 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.101 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:52.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:52.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:52.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:52.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:52 smithi022 bash[28554]: audit 2023-12-07T19:19:51.578526+0000 mgr.a (mgr.24293) 22831 : audit 0 from='client.449115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:52 smithi044 bash[32620]: audit 2023-12-07T19:19:51.578526+0000 mgr.a (mgr.24293) 22831 : audit 0 from='client.449115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:52 smithi027 bash[31536]: audit 2023-12-07T19:19:51.578526+0000 mgr.a (mgr.24293) 22831 : audit 0 from='client.449115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:53 smithi022 bash[28554]: cluster 2023-12-07T19:19:51.746094+0000 mgr.a (mgr.24293) 22832 : cluster 0 pgmap v17073: 33 pgs: 33 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:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:53 smithi044 bash[32620]: cluster 2023-12-07T19:19:51.746094+0000 mgr.a (mgr.24293) 22832 : cluster 0 pgmap v17073: 33 pgs: 33 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:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:53 smithi027 bash[31536]: cluster 2023-12-07T19:19:51.746094+0000 mgr.a (mgr.24293) 22832 : cluster 0 pgmap v17073: 33 pgs: 33 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:55.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:55 smithi022 bash[28554]: cluster 2023-12-07T19:19:53.746903+0000 mgr.a (mgr.24293) 22833 : cluster 0 pgmap v17074: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:55 smithi044 bash[32620]: cluster 2023-12-07T19:19:53.746903+0000 mgr.a (mgr.24293) 22833 : cluster 0 pgmap v17074: 33 pgs: 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:55 smithi027 bash[31536]: cluster 2023-12-07T19:19:53.746903+0000 mgr.a (mgr.24293) 22833 : cluster 0 pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:56.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:56 smithi022 bash[28554]: audit 2023-12-07T19:19:56.010269+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:56 smithi044 bash[32620]: audit 2023-12-07T19:19:56.010269+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:56 smithi027 bash[31536]: audit 2023-12-07T19:19:56.010269+0000 mon.a (mon.0) 3589 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:57.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:19:57.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:57.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:57.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:57 smithi022 bash[28554]: cluster 2023-12-07T19:19:55.747760+0000 mgr.a (mgr.24293) 22834 : cluster 0 pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:57.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:57 smithi022 bash[28554]: audit 2023-12-07T19:19:56.799244+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:57 smithi022 bash[28554]: audit 2023-12-07T19:19:56.800978+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:57 smithi022 bash[28554]: audit 2023-12-07T19:19:56.809909+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:19:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:57 smithi044 bash[32620]: cluster 2023-12-07T19:19:55.747760+0000 mgr.a (mgr.24293) 22834 : cluster 0 pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:57 smithi044 bash[32620]: audit 2023-12-07T19:19:56.799244+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:57 smithi044 bash[32620]: audit 2023-12-07T19:19:56.800978+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:57 smithi044 bash[32620]: audit 2023-12-07T19:19:56.809909+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:19:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:57 smithi027 bash[31536]: cluster 2023-12-07T19:19:55.747760+0000 mgr.a (mgr.24293) 22834 : cluster 0 pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:57 smithi027 bash[31536]: audit 2023-12-07T19:19:56.799244+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:57 smithi027 bash[31536]: audit 2023-12-07T19:19:56.800978+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:57 smithi027 bash[31536]: audit 2023-12-07T19:19:56.809909+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:19:58.068 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:19:58.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:58.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:58.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:58.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:19:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:58 smithi022 bash[28554]: audit 2023-12-07T19:19:57.522766+0000 mgr.a (mgr.24293) 22835 : audit 0 from='client.449193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:58 smithi044 bash[32620]: audit 2023-12-07T19:19:57.522766+0000 mgr.a (mgr.24293) 22835 : audit 0 from='client.449193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:58 smithi027 bash[31536]: audit 2023-12-07T19:19:57.522766+0000 mgr.a (mgr.24293) 22835 : audit 0 from='client.449193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:59.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:19:59 smithi022 bash[28554]: cluster 2023-12-07T19:19:57.748482+0000 mgr.a (mgr.24293) 22836 : cluster 0 pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:19:59 smithi044 bash[32620]: cluster 2023-12-07T19:19:57.748482+0000 mgr.a (mgr.24293) 22836 : cluster 0 pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:19:59 smithi027 bash[31536]: cluster 2023-12-07T19:19:57.748482+0000 mgr.a (mgr.24293) 22836 : cluster 0 pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:00 smithi022 bash[28554]: cluster 2023-12-07T19:19:59.749142+0000 mgr.a (mgr.24293) 22837 : cluster 0 pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:00 smithi022 bash[28554]: cluster 2023-12-07T19:20:00.000154+0000 mon.a (mon.0) 3593 : cluster 1 overall HEALTH_OK 2023-12-07T19:20:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:00 smithi044 bash[32620]: cluster 2023-12-07T19:19:59.749142+0000 mgr.a (mgr.24293) 22837 : cluster 0 pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:00 smithi044 bash[32620]: cluster 2023-12-07T19:20:00.000154+0000 mon.a (mon.0) 3593 : cluster 1 overall HEALTH_OK 2023-12-07T19:20:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:00 smithi027 bash[31536]: cluster 2023-12-07T19:19:59.749142+0000 mgr.a (mgr.24293) 22837 : cluster 0 pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:00 smithi027 bash[31536]: cluster 2023-12-07T19:20:00.000154+0000 mon.a (mon.0) 3593 : cluster 1 overall HEALTH_OK 2023-12-07T19:20:03.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:03.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:03.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:02 smithi022 bash[28554]: cluster 2023-12-07T19:20:01.749999+0000 mgr.a (mgr.24293) 22838 : cluster 0 pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:02 smithi044 bash[32620]: cluster 2023-12-07T19:20:01.749999+0000 mgr.a (mgr.24293) 22838 : cluster 0 pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:02 smithi027 bash[31536]: cluster 2023-12-07T19:20:01.749999+0000 mgr.a (mgr.24293) 22838 : cluster 0 pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:04.007 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:04.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:04.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:04.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:04.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:03 smithi022 bash[28554]: audit 2023-12-07T19:20:03.476658+0000 mgr.a (mgr.24293) 22839 : audit 0 from='client.449265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:03 smithi044 bash[32620]: audit 2023-12-07T19:20:03.476658+0000 mgr.a (mgr.24293) 22839 : audit 0 from='client.449265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:03 smithi027 bash[31536]: audit 2023-12-07T19:20:03.476658+0000 mgr.a (mgr.24293) 22839 : audit 0 from='client.449265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:04 smithi027 bash[31536]: cluster 2023-12-07T19:20:03.751813+0000 mgr.a (mgr.24293) 22840 : cluster 0 pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:04 smithi022 bash[28554]: cluster 2023-12-07T19:20:03.751813+0000 mgr.a (mgr.24293) 22840 : cluster 0 pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:04 smithi044 bash[32620]: cluster 2023-12-07T19:20:03.751813+0000 mgr.a (mgr.24293) 22840 : cluster 0 pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:06 smithi027 bash[31536]: cluster 2023-12-07T19:20:05.752859+0000 mgr.a (mgr.24293) 22841 : cluster 0 pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:06 smithi022 bash[28554]: cluster 2023-12-07T19:20:05.752859+0000 mgr.a (mgr.24293) 22841 : cluster 0 pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:06 smithi044 bash[32620]: cluster 2023-12-07T19:20:05.752859+0000 mgr.a (mgr.24293) 22841 : cluster 0 pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:09.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:09.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:09.011 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:08 smithi027 bash[31536]: cluster 2023-12-07T19:20:07.753426+0000 mgr.a (mgr.24293) 22842 : cluster 0 pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:09.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:08 smithi022 bash[28554]: cluster 2023-12-07T19:20:07.753426+0000 mgr.a (mgr.24293) 22842 : cluster 0 pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:08 smithi044 bash[32620]: cluster 2023-12-07T19:20:07.753426+0000 mgr.a (mgr.24293) 22842 : cluster 0 pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:09.931 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:09.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:09.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:09.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:09.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:09 smithi027 bash[31536]: audit 2023-12-07T19:20:09.428499+0000 mgr.a (mgr.24293) 22843 : audit 0 from='client.449340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:09 smithi022 bash[28554]: audit 2023-12-07T19:20:09.428499+0000 mgr.a (mgr.24293) 22843 : audit 0 from='client.449340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:09 smithi044 bash[32620]: audit 2023-12-07T19:20:09.428499+0000 mgr.a (mgr.24293) 22843 : audit 0 from='client.449340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:10 smithi027 bash[31536]: cluster 2023-12-07T19:20:09.754058+0000 mgr.a (mgr.24293) 22844 : cluster 0 pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:11.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:10 smithi022 bash[28554]: cluster 2023-12-07T19:20:09.754058+0000 mgr.a (mgr.24293) 22844 : cluster 0 pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:10 smithi044 bash[32620]: cluster 2023-12-07T19:20:09.754058+0000 mgr.a (mgr.24293) 22844 : cluster 0 pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:13.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:12 smithi022 bash[28554]: cluster 2023-12-07T19:20:11.755022+0000 mgr.a (mgr.24293) 22845 : cluster 0 pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:12 smithi044 bash[32620]: cluster 2023-12-07T19:20:11.755022+0000 mgr.a (mgr.24293) 22845 : cluster 0 pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:12 smithi027 bash[31536]: cluster 2023-12-07T19:20:11.755022+0000 mgr.a (mgr.24293) 22845 : cluster 0 pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:14.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:14.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:14.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:15.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:14 smithi022 bash[28554]: cluster 2023-12-07T19:20:13.755636+0000 mgr.a (mgr.24293) 22846 : cluster 0 pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:14 smithi044 bash[32620]: cluster 2023-12-07T19:20:13.755636+0000 mgr.a (mgr.24293) 22846 : cluster 0 pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:14 smithi027 bash[31536]: cluster 2023-12-07T19:20:13.755636+0000 mgr.a (mgr.24293) 22846 : cluster 0 pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:15.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:15.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:15.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:15.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:15.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:16.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:15 smithi022 bash[28554]: audit 2023-12-07T19:20:15.341772+0000 mgr.a (mgr.24293) 22847 : audit 0 from='client.449415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:15 smithi044 bash[32620]: audit 2023-12-07T19:20:15.341772+0000 mgr.a (mgr.24293) 22847 : audit 0 from='client.449415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:15 smithi027 bash[31536]: audit 2023-12-07T19:20:15.341772+0000 mgr.a (mgr.24293) 22847 : audit 0 from='client.449415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:16 smithi022 bash[28554]: cluster 2023-12-07T19:20:15.757109+0000 mgr.a (mgr.24293) 22848 : cluster 0 pgmap v17085: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:16 smithi044 bash[32620]: cluster 2023-12-07T19:20:15.757109+0000 mgr.a (mgr.24293) 22848 : cluster 0 pgmap v17085: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:16 smithi027 bash[31536]: cluster 2023-12-07T19:20:15.757109+0000 mgr.a (mgr.24293) 22848 : cluster 0 pgmap v17085: 33 pgs: 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:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:18 smithi022 bash[28554]: cluster 2023-12-07T19:20:17.757738+0000 mgr.a (mgr.24293) 22849 : cluster 0 pgmap v17086: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:18 smithi044 bash[32620]: cluster 2023-12-07T19:20:17.757738+0000 mgr.a (mgr.24293) 22849 : cluster 0 pgmap v17086: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:18 smithi027 bash[31536]: cluster 2023-12-07T19:20:17.757738+0000 mgr.a (mgr.24293) 22849 : cluster 0 pgmap v17086: 33 pgs: 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:20.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:20.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:20.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:20 smithi022 bash[28554]: cluster 2023-12-07T19:20:19.758327+0000 mgr.a (mgr.24293) 22850 : cluster 0 pgmap v17087: 33 pgs: 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:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:20 smithi044 bash[32620]: cluster 2023-12-07T19:20:19.758327+0000 mgr.a (mgr.24293) 22850 : cluster 0 pgmap v17087: 33 pgs: 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:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:20 smithi027 bash[31536]: cluster 2023-12-07T19:20:19.758327+0000 mgr.a (mgr.24293) 22850 : cluster 0 pgmap v17087: 33 pgs: 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:21.812 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:21.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:21.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:21.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:21.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:21 smithi022 bash[28554]: audit 2023-12-07T19:20:21.303433+0000 mgr.a (mgr.24293) 22851 : audit 0 from='client.449484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:21 smithi044 bash[32620]: audit 2023-12-07T19:20:21.303433+0000 mgr.a (mgr.24293) 22851 : audit 0 from='client.449484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:21 smithi027 bash[31536]: audit 2023-12-07T19:20:21.303433+0000 mgr.a (mgr.24293) 22851 : audit 0 from='client.449484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:22 smithi022 bash[28554]: cluster 2023-12-07T19:20:21.759401+0000 mgr.a (mgr.24293) 22852 : cluster 0 pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:22 smithi044 bash[32620]: cluster 2023-12-07T19:20:21.759401+0000 mgr.a (mgr.24293) 22852 : cluster 0 pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:22 smithi027 bash[31536]: cluster 2023-12-07T19:20:21.759401+0000 mgr.a (mgr.24293) 22852 : cluster 0 pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:24 smithi022 bash[28554]: cluster 2023-12-07T19:20:23.759995+0000 mgr.a (mgr.24293) 22853 : cluster 0 pgmap v17089: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:24 smithi044 bash[32620]: cluster 2023-12-07T19:20:23.759995+0000 mgr.a (mgr.24293) 22853 : cluster 0 pgmap v17089: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:24 smithi027 bash[31536]: cluster 2023-12-07T19:20:23.759995+0000 mgr.a (mgr.24293) 22853 : cluster 0 pgmap v17089: 33 pgs: 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:26.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:26.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:26.816 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:26 smithi022 bash[28554]: cluster 2023-12-07T19:20:25.760766+0000 mgr.a (mgr.24293) 22854 : cluster 0 pgmap v17090: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:26 smithi044 bash[32620]: cluster 2023-12-07T19:20:25.760766+0000 mgr.a (mgr.24293) 22854 : cluster 0 pgmap v17090: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:26 smithi027 bash[31536]: cluster 2023-12-07T19:20:25.760766+0000 mgr.a (mgr.24293) 22854 : cluster 0 pgmap v17090: 33 pgs: 33 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.757 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:27.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:27.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:27.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:27.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:28 smithi022 bash[28554]: audit 2023-12-07T19:20:27.230551+0000 mgr.a (mgr.24293) 22855 : audit 0 from='client.449562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:28 smithi044 bash[32620]: audit 2023-12-07T19:20:27.230551+0000 mgr.a (mgr.24293) 22855 : audit 0 from='client.449562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:28 smithi027 bash[31536]: audit 2023-12-07T19:20:27.230551+0000 mgr.a (mgr.24293) 22855 : audit 0 from='client.449562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:29 smithi022 bash[28554]: cluster 2023-12-07T19:20:27.761283+0000 mgr.a (mgr.24293) 22856 : cluster 0 pgmap v17091: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:29 smithi044 bash[32620]: cluster 2023-12-07T19:20:27.761283+0000 mgr.a (mgr.24293) 22856 : cluster 0 pgmap v17091: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:29 smithi027 bash[31536]: cluster 2023-12-07T19:20:27.761283+0000 mgr.a (mgr.24293) 22856 : cluster 0 pgmap v17091: 33 pgs: 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:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:31 smithi022 bash[28554]: cluster 2023-12-07T19:20:29.761836+0000 mgr.a (mgr.24293) 22857 : cluster 0 pgmap v17092: 33 pgs: 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:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:31 smithi044 bash[32620]: cluster 2023-12-07T19:20:29.761836+0000 mgr.a (mgr.24293) 22857 : cluster 0 pgmap v17092: 33 pgs: 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:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:31 smithi027 bash[31536]: cluster 2023-12-07T19:20:29.761836+0000 mgr.a (mgr.24293) 22857 : cluster 0 pgmap v17092: 33 pgs: 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:32.761 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:32.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:32.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:33 smithi022 bash[28554]: cluster 2023-12-07T19:20:31.762641+0000 mgr.a (mgr.24293) 22858 : cluster 0 pgmap v17093: 33 pgs: 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:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:33 smithi044 bash[32620]: cluster 2023-12-07T19:20:31.762641+0000 mgr.a (mgr.24293) 22858 : cluster 0 pgmap v17093: 33 pgs: 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:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:33 smithi027 bash[31536]: cluster 2023-12-07T19:20:31.762641+0000 mgr.a (mgr.24293) 22858 : cluster 0 pgmap v17093: 33 pgs: 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:33.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:33.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:33.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:33.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:33.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:34.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:34 smithi022 bash[28554]: audit 2023-12-07T19:20:33.184215+0000 mgr.a (mgr.24293) 22859 : audit 0 from='client.449640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:34 smithi044 bash[32620]: audit 2023-12-07T19:20:33.184215+0000 mgr.a (mgr.24293) 22859 : audit 0 from='client.449640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:34 smithi027 bash[31536]: audit 2023-12-07T19:20:33.184215+0000 mgr.a (mgr.24293) 22859 : audit 0 from='client.449640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:35 smithi022 bash[28554]: cluster 2023-12-07T19:20:33.763506+0000 mgr.a (mgr.24293) 22860 : cluster 0 pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:35 smithi044 bash[32620]: cluster 2023-12-07T19:20:33.763506+0000 mgr.a (mgr.24293) 22860 : cluster 0 pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:35 smithi027 bash[31536]: cluster 2023-12-07T19:20:33.763506+0000 mgr.a (mgr.24293) 22860 : cluster 0 pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:37 smithi022 bash[28554]: cluster 2023-12-07T19:20:35.764587+0000 mgr.a (mgr.24293) 22861 : cluster 0 pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:37 smithi044 bash[32620]: cluster 2023-12-07T19:20:35.764587+0000 mgr.a (mgr.24293) 22861 : cluster 0 pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:37 smithi027 bash[31536]: cluster 2023-12-07T19:20:35.764587+0000 mgr.a (mgr.24293) 22861 : cluster 0 pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:38.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:38.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:38.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:39 smithi022 bash[28554]: cluster 2023-12-07T19:20:37.765183+0000 mgr.a (mgr.24293) 22862 : cluster 0 pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:39 smithi044 bash[32620]: cluster 2023-12-07T19:20:37.765183+0000 mgr.a (mgr.24293) 22862 : cluster 0 pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:39 smithi027 bash[31536]: cluster 2023-12-07T19:20:37.765183+0000 mgr.a (mgr.24293) 22862 : cluster 0 pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.655 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:39.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:39.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:39.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:39.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:40 smithi022 bash[28554]: audit 2023-12-07T19:20:39.114590+0000 mgr.a (mgr.24293) 22863 : audit 0 from='client.449715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:40 smithi044 bash[32620]: audit 2023-12-07T19:20:39.114590+0000 mgr.a (mgr.24293) 22863 : audit 0 from='client.449715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:40 smithi027 bash[31536]: audit 2023-12-07T19:20:39.114590+0000 mgr.a (mgr.24293) 22863 : audit 0 from='client.449715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:41.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:41 smithi022 bash[28554]: cluster 2023-12-07T19:20:39.766064+0000 mgr.a (mgr.24293) 22864 : cluster 0 pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:41 smithi044 bash[32620]: cluster 2023-12-07T19:20:39.766064+0000 mgr.a (mgr.24293) 22864 : cluster 0 pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:41 smithi027 bash[31536]: cluster 2023-12-07T19:20:39.766064+0000 mgr.a (mgr.24293) 22864 : cluster 0 pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:43.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:43 smithi022 bash[28554]: cluster 2023-12-07T19:20:41.766942+0000 mgr.a (mgr.24293) 22865 : cluster 0 pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:43 smithi044 bash[32620]: cluster 2023-12-07T19:20:41.766942+0000 mgr.a (mgr.24293) 22865 : cluster 0 pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:43 smithi027 bash[31536]: cluster 2023-12-07T19:20:41.766942+0000 mgr.a (mgr.24293) 22865 : cluster 0 pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:44.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:44.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:44.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:45.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:45 smithi022 bash[28554]: cluster 2023-12-07T19:20:43.767531+0000 mgr.a (mgr.24293) 22866 : cluster 0 pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:45 smithi044 bash[32620]: cluster 2023-12-07T19:20:43.767531+0000 mgr.a (mgr.24293) 22866 : cluster 0 pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:45 smithi027 bash[31536]: cluster 2023-12-07T19:20:43.767531+0000 mgr.a (mgr.24293) 22866 : cluster 0 pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:46 smithi022 bash[28554]: audit 2023-12-07T19:20:45.070296+0000 mgr.a (mgr.24293) 22867 : audit 0 from='client.449787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:46 smithi044 bash[32620]: audit 2023-12-07T19:20:45.070296+0000 mgr.a (mgr.24293) 22867 : audit 0 from='client.449787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:46 smithi027 bash[31536]: audit 2023-12-07T19:20:45.070296+0000 mgr.a (mgr.24293) 22867 : audit 0 from='client.449787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:47 smithi022 bash[28554]: cluster 2023-12-07T19:20:45.768592+0000 mgr.a (mgr.24293) 22868 : cluster 0 pgmap v17100: 33 pgs: 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:20:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:47 smithi044 bash[32620]: cluster 2023-12-07T19:20:45.768592+0000 mgr.a (mgr.24293) 22868 : cluster 0 pgmap v17100: 33 pgs: 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:20:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:47 smithi027 bash[31536]: cluster 2023-12-07T19:20:45.768592+0000 mgr.a (mgr.24293) 22868 : cluster 0 pgmap v17100: 33 pgs: 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:20:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:49 smithi022 bash[28554]: cluster 2023-12-07T19:20:47.769158+0000 mgr.a (mgr.24293) 22869 : cluster 0 pgmap v17101: 33 pgs: 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:20:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:49 smithi044 bash[32620]: cluster 2023-12-07T19:20:47.769158+0000 mgr.a (mgr.24293) 22869 : cluster 0 pgmap v17101: 33 pgs: 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:20:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:49 smithi027 bash[31536]: cluster 2023-12-07T19:20:47.769158+0000 mgr.a (mgr.24293) 22869 : cluster 0 pgmap v17101: 33 pgs: 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:20:50.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:50.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:50.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:51.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:51 smithi022 bash[28554]: cluster 2023-12-07T19:20:49.769708+0000 mgr.a (mgr.24293) 22870 : cluster 0 pgmap v17102: 33 pgs: 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:20:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:51 smithi044 bash[32620]: cluster 2023-12-07T19:20:49.769708+0000 mgr.a (mgr.24293) 22870 : cluster 0 pgmap v17102: 33 pgs: 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:20:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:51 smithi027 bash[31536]: cluster 2023-12-07T19:20:49.769708+0000 mgr.a (mgr.24293) 22870 : cluster 0 pgmap v17102: 33 pgs: 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:20:51.558 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:51.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:51.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:51.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:51.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:52 smithi022 bash[28554]: audit 2023-12-07T19:20:51.029579+0000 mgr.a (mgr.24293) 22871 : audit 0 from='client.449862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:52 smithi044 bash[32620]: audit 2023-12-07T19:20:51.029579+0000 mgr.a (mgr.24293) 22871 : audit 0 from='client.449862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:52 smithi027 bash[31536]: audit 2023-12-07T19:20:51.029579+0000 mgr.a (mgr.24293) 22871 : audit 0 from='client.449862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:53 smithi022 bash[28554]: cluster 2023-12-07T19:20:51.770815+0000 mgr.a (mgr.24293) 22872 : cluster 0 pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:53 smithi044 bash[32620]: cluster 2023-12-07T19:20:51.770815+0000 mgr.a (mgr.24293) 22872 : cluster 0 pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:53 smithi027 bash[31536]: cluster 2023-12-07T19:20:51.770815+0000 mgr.a (mgr.24293) 22872 : cluster 0 pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:55 smithi022 bash[28554]: cluster 2023-12-07T19:20:53.771392+0000 mgr.a (mgr.24293) 22873 : cluster 0 pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:55 smithi044 bash[32620]: cluster 2023-12-07T19:20:53.771392+0000 mgr.a (mgr.24293) 22873 : cluster 0 pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:55 smithi027 bash[31536]: cluster 2023-12-07T19:20:53.771392+0000 mgr.a (mgr.24293) 22873 : cluster 0 pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:56.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:20:56.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:56.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:57 smithi022 bash[28554]: cluster 2023-12-07T19:20:55.772172+0000 mgr.a (mgr.24293) 22874 : cluster 0 pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:57 smithi022 bash[28554]: audit 2023-12-07T19:20:56.913732+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:57 smithi044 bash[32620]: cluster 2023-12-07T19:20:55.772172+0000 mgr.a (mgr.24293) 22874 : cluster 0 pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:57 smithi044 bash[32620]: audit 2023-12-07T19:20:56.913732+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:57 smithi027 bash[31536]: cluster 2023-12-07T19:20:55.772172+0000 mgr.a (mgr.24293) 22874 : cluster 0 pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:57 smithi027 bash[31536]: audit 2023-12-07T19:20:56.913732+0000 mon.a (mon.0) 3594 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:57.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:20:57.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:57.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:57.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:57.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:20:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:58 smithi022 bash[28554]: audit 2023-12-07T19:20:56.974304+0000 mgr.a (mgr.24293) 22875 : audit 0 from='client.449940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:58 smithi022 bash[28554]: audit 2023-12-07T19:20:57.709090+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:58 smithi022 bash[28554]: audit 2023-12-07T19:20:57.711348+0000 mon.a (mon.0) 3596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:58 smithi022 bash[28554]: audit 2023-12-07T19:20:57.721125+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:20:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:58 smithi044 bash[32620]: audit 2023-12-07T19:20:56.974304+0000 mgr.a (mgr.24293) 22875 : audit 0 from='client.449940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:58 smithi044 bash[32620]: audit 2023-12-07T19:20:57.709090+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:58 smithi044 bash[32620]: audit 2023-12-07T19:20:57.711348+0000 mon.a (mon.0) 3596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:58 smithi044 bash[32620]: audit 2023-12-07T19:20:57.721125+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:20:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:58 smithi027 bash[31536]: audit 2023-12-07T19:20:56.974304+0000 mgr.a (mgr.24293) 22875 : audit 0 from='client.449940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:58 smithi027 bash[31536]: audit 2023-12-07T19:20:57.709090+0000 mon.a (mon.0) 3595 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:58 smithi027 bash[31536]: audit 2023-12-07T19:20:57.711348+0000 mon.a (mon.0) 3596 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:58 smithi027 bash[31536]: audit 2023-12-07T19:20:57.721125+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:20:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:20:59 smithi022 bash[28554]: cluster 2023-12-07T19:20:57.772819+0000 mgr.a (mgr.24293) 22876 : cluster 0 pgmap v17106: 33 pgs: 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:20:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:20:59 smithi044 bash[32620]: cluster 2023-12-07T19:20:57.772819+0000 mgr.a (mgr.24293) 22876 : cluster 0 pgmap v17106: 33 pgs: 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:20:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:20:59 smithi027 bash[31536]: cluster 2023-12-07T19:20:57.772819+0000 mgr.a (mgr.24293) 22876 : cluster 0 pgmap v17106: 33 pgs: 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:21:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:01 smithi022 bash[28554]: cluster 2023-12-07T19:20:59.773384+0000 mgr.a (mgr.24293) 22877 : cluster 0 pgmap v17107: 33 pgs: 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:21:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:01 smithi044 bash[32620]: cluster 2023-12-07T19:20:59.773384+0000 mgr.a (mgr.24293) 22877 : cluster 0 pgmap v17107: 33 pgs: 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:21:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:01 smithi027 bash[31536]: cluster 2023-12-07T19:20:59.773384+0000 mgr.a (mgr.24293) 22877 : cluster 0 pgmap v17107: 33 pgs: 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:21:02.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:02.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:02.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:03.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:03 smithi022 bash[28554]: cluster 2023-12-07T19:21:01.774208+0000 mgr.a (mgr.24293) 22878 : cluster 0 pgmap v17108: 33 pgs: 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:21:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:03 smithi044 bash[32620]: cluster 2023-12-07T19:21:01.774208+0000 mgr.a (mgr.24293) 22878 : cluster 0 pgmap v17108: 33 pgs: 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:21:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:03 smithi027 bash[31536]: cluster 2023-12-07T19:21:01.774208+0000 mgr.a (mgr.24293) 22878 : cluster 0 pgmap v17108: 33 pgs: 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:21:03.458 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:03.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:04.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:04 smithi022 bash[28554]: audit 2023-12-07T19:21:02.922751+0000 mgr.a (mgr.24293) 22879 : audit 0 from='client.450015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:04 smithi044 bash[32620]: audit 2023-12-07T19:21:02.922751+0000 mgr.a (mgr.24293) 22879 : audit 0 from='client.450015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:04 smithi027 bash[31536]: audit 2023-12-07T19:21:02.922751+0000 mgr.a (mgr.24293) 22879 : audit 0 from='client.450015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:05.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:05 smithi022 bash[28554]: cluster 2023-12-07T19:21:03.774971+0000 mgr.a (mgr.24293) 22880 : cluster 0 pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:05 smithi044 bash[32620]: cluster 2023-12-07T19:21:03.774971+0000 mgr.a (mgr.24293) 22880 : cluster 0 pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:05 smithi027 bash[31536]: cluster 2023-12-07T19:21:03.774971+0000 mgr.a (mgr.24293) 22880 : cluster 0 pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:07 smithi022 bash[28554]: cluster 2023-12-07T19:21:05.775842+0000 mgr.a (mgr.24293) 22881 : cluster 0 pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:07 smithi044 bash[32620]: cluster 2023-12-07T19:21:05.775842+0000 mgr.a (mgr.24293) 22881 : cluster 0 pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:07 smithi027 bash[31536]: cluster 2023-12-07T19:21:05.775842+0000 mgr.a (mgr.24293) 22881 : cluster 0 pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:08.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:08.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:08.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:09.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:09.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:09.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:09.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:09.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:09.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:09 smithi022 bash[28554]: cluster 2023-12-07T19:21:07.776378+0000 mgr.a (mgr.24293) 22882 : cluster 0 pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:09 smithi044 bash[32620]: cluster 2023-12-07T19:21:07.776378+0000 mgr.a (mgr.24293) 22882 : cluster 0 pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:09 smithi027 bash[31536]: cluster 2023-12-07T19:21:07.776378+0000 mgr.a (mgr.24293) 22882 : cluster 0 pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:10 smithi022 bash[28554]: audit 2023-12-07T19:21:08.872322+0000 mgr.a (mgr.24293) 22883 : audit 0 from='client.450093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:10 smithi044 bash[32620]: audit 2023-12-07T19:21:08.872322+0000 mgr.a (mgr.24293) 22883 : audit 0 from='client.450093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:10 smithi027 bash[31536]: audit 2023-12-07T19:21:08.872322+0000 mgr.a (mgr.24293) 22883 : audit 0 from='client.450093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:11 smithi022 bash[28554]: cluster 2023-12-07T19:21:09.777058+0000 mgr.a (mgr.24293) 22884 : cluster 0 pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:11 smithi044 bash[32620]: cluster 2023-12-07T19:21:09.777058+0000 mgr.a (mgr.24293) 22884 : cluster 0 pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:11 smithi027 bash[31536]: cluster 2023-12-07T19:21:09.777058+0000 mgr.a (mgr.24293) 22884 : cluster 0 pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:13.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:13 smithi022 bash[28554]: cluster 2023-12-07T19:21:11.777902+0000 mgr.a (mgr.24293) 22885 : cluster 0 pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:13 smithi044 bash[32620]: cluster 2023-12-07T19:21:11.777902+0000 mgr.a (mgr.24293) 22885 : cluster 0 pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:13 smithi027 bash[31536]: cluster 2023-12-07T19:21:11.777902+0000 mgr.a (mgr.24293) 22885 : cluster 0 pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:14.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:14.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:14.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:15.345 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:15.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:15.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:15.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:15.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:15.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:15 smithi022 bash[28554]: cluster 2023-12-07T19:21:13.778600+0000 mgr.a (mgr.24293) 22886 : cluster 0 pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:15 smithi044 bash[32620]: cluster 2023-12-07T19:21:13.778600+0000 mgr.a (mgr.24293) 22886 : cluster 0 pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:15 smithi027 bash[31536]: cluster 2023-12-07T19:21:13.778600+0000 mgr.a (mgr.24293) 22886 : cluster 0 pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:16.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:16 smithi022 bash[28554]: audit 2023-12-07T19:21:14.821868+0000 mgr.a (mgr.24293) 22887 : audit 0 from='client.450165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:16 smithi044 bash[32620]: audit 2023-12-07T19:21:14.821868+0000 mgr.a (mgr.24293) 22887 : audit 0 from='client.450165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:16 smithi027 bash[31536]: audit 2023-12-07T19:21:14.821868+0000 mgr.a (mgr.24293) 22887 : audit 0 from='client.450165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:17 smithi022 bash[28554]: cluster 2023-12-07T19:21:15.779564+0000 mgr.a (mgr.24293) 22888 : cluster 0 pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:17 smithi044 bash[32620]: cluster 2023-12-07T19:21:15.779564+0000 mgr.a (mgr.24293) 22888 : cluster 0 pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:17 smithi027 bash[31536]: cluster 2023-12-07T19:21:15.779564+0000 mgr.a (mgr.24293) 22888 : cluster 0 pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:19 smithi022 bash[28554]: cluster 2023-12-07T19:21:17.780116+0000 mgr.a (mgr.24293) 22889 : cluster 0 pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:19 smithi044 bash[32620]: cluster 2023-12-07T19:21:17.780116+0000 mgr.a (mgr.24293) 22889 : cluster 0 pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:19 smithi027 bash[31536]: cluster 2023-12-07T19:21:17.780116+0000 mgr.a (mgr.24293) 22889 : cluster 0 pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:20.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:20.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:20.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:21.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:21.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:21.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:21.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:21.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:21 smithi022 bash[28554]: cluster 2023-12-07T19:21:19.780694+0000 mgr.a (mgr.24293) 22890 : cluster 0 pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:21 smithi044 bash[32620]: cluster 2023-12-07T19:21:19.780694+0000 mgr.a (mgr.24293) 22890 : cluster 0 pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:21 smithi027 bash[31536]: cluster 2023-12-07T19:21:19.780694+0000 mgr.a (mgr.24293) 22890 : cluster 0 pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:22.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:22 smithi022 bash[28554]: audit 2023-12-07T19:21:20.762753+0000 mgr.a (mgr.24293) 22891 : audit 0 from='client.353555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:22 smithi044 bash[32620]: audit 2023-12-07T19:21:20.762753+0000 mgr.a (mgr.24293) 22891 : audit 0 from='client.353555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:22 smithi027 bash[31536]: audit 2023-12-07T19:21:20.762753+0000 mgr.a (mgr.24293) 22891 : audit 0 from='client.353555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:23 smithi022 bash[28554]: cluster 2023-12-07T19:21:21.781702+0000 mgr.a (mgr.24293) 22892 : cluster 0 pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:23 smithi044 bash[32620]: cluster 2023-12-07T19:21:21.781702+0000 mgr.a (mgr.24293) 22892 : cluster 0 pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:23 smithi027 bash[31536]: cluster 2023-12-07T19:21:21.781702+0000 mgr.a (mgr.24293) 22892 : cluster 0 pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:25 smithi022 bash[28554]: cluster 2023-12-07T19:21:23.782280+0000 mgr.a (mgr.24293) 22893 : cluster 0 pgmap v17119: 33 pgs: 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:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:25 smithi044 bash[32620]: cluster 2023-12-07T19:21:23.782280+0000 mgr.a (mgr.24293) 22893 : cluster 0 pgmap v17119: 33 pgs: 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:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:25 smithi027 bash[31536]: cluster 2023-12-07T19:21:23.782280+0000 mgr.a (mgr.24293) 22893 : cluster 0 pgmap v17119: 33 pgs: 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:26.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:26.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:26.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:27.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:27.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:27.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:27.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:27.223 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:27 smithi022 bash[28554]: cluster 2023-12-07T19:21:25.783020+0000 mgr.a (mgr.24293) 22894 : cluster 0 pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:27 smithi022 bash[28554]: audit 2023-12-07T19:21:26.701359+0000 mgr.a (mgr.24293) 22895 : audit 0 from='client.450315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:27 smithi044 bash[32620]: cluster 2023-12-07T19:21:25.783020+0000 mgr.a (mgr.24293) 22894 : cluster 0 pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:27 smithi044 bash[32620]: audit 2023-12-07T19:21:26.701359+0000 mgr.a (mgr.24293) 22895 : audit 0 from='client.450315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:27 smithi027 bash[31536]: cluster 2023-12-07T19:21:25.783020+0000 mgr.a (mgr.24293) 22894 : cluster 0 pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:27 smithi027 bash[31536]: audit 2023-12-07T19:21:26.701359+0000 mgr.a (mgr.24293) 22895 : audit 0 from='client.450315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:29 smithi022 bash[28554]: cluster 2023-12-07T19:21:27.783641+0000 mgr.a (mgr.24293) 22896 : cluster 0 pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:29 smithi044 bash[32620]: cluster 2023-12-07T19:21:27.783641+0000 mgr.a (mgr.24293) 22896 : cluster 0 pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:29 smithi027 bash[31536]: cluster 2023-12-07T19:21:27.783641+0000 mgr.a (mgr.24293) 22896 : cluster 0 pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:31 smithi027 bash[31536]: cluster 2023-12-07T19:21:29.784273+0000 mgr.a (mgr.24293) 22897 : cluster 0 pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:31 smithi022 bash[28554]: cluster 2023-12-07T19:21:29.784273+0000 mgr.a (mgr.24293) 22897 : cluster 0 pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:31 smithi044 bash[32620]: cluster 2023-12-07T19:21:29.784273+0000 mgr.a (mgr.24293) 22897 : cluster 0 pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:32.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:32.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:32.226 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:33.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:33.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:33.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:33.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:33.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:33 smithi027 bash[31536]: cluster 2023-12-07T19:21:31.785169+0000 mgr.a (mgr.24293) 22898 : cluster 0 pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:33 smithi027 bash[31536]: audit 2023-12-07T19:21:32.631630+0000 mgr.a (mgr.24293) 22899 : audit 0 from='client.450393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:33.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:33 smithi022 bash[28554]: cluster 2023-12-07T19:21:31.785169+0000 mgr.a (mgr.24293) 22898 : cluster 0 pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:33 smithi022 bash[28554]: audit 2023-12-07T19:21:32.631630+0000 mgr.a (mgr.24293) 22899 : audit 0 from='client.450393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:33 smithi044 bash[32620]: cluster 2023-12-07T19:21:31.785169+0000 mgr.a (mgr.24293) 22898 : cluster 0 pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:33 smithi044 bash[32620]: audit 2023-12-07T19:21:32.631630+0000 mgr.a (mgr.24293) 22899 : audit 0 from='client.450393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:35 smithi027 bash[31536]: cluster 2023-12-07T19:21:33.785860+0000 mgr.a (mgr.24293) 22900 : cluster 0 pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:35.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:35 smithi022 bash[28554]: cluster 2023-12-07T19:21:33.785860+0000 mgr.a (mgr.24293) 22900 : cluster 0 pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:35 smithi044 bash[32620]: cluster 2023-12-07T19:21:33.785860+0000 mgr.a (mgr.24293) 22900 : cluster 0 pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:37 smithi027 bash[31536]: cluster 2023-12-07T19:21:35.786588+0000 mgr.a (mgr.24293) 22901 : cluster 0 pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:37 smithi022 bash[28554]: cluster 2023-12-07T19:21:35.786588+0000 mgr.a (mgr.24293) 22901 : cluster 0 pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:37 smithi044 bash[32620]: cluster 2023-12-07T19:21:35.786588+0000 mgr.a (mgr.24293) 22901 : cluster 0 pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:38.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:38.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:38.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:39.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:39.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:39 smithi027 bash[31536]: cluster 2023-12-07T19:21:37.787155+0000 mgr.a (mgr.24293) 22902 : cluster 0 pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:39 smithi027 bash[31536]: audit 2023-12-07T19:21:38.572045+0000 mgr.a (mgr.24293) 22903 : audit 0 from='client.450468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:39.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:39 smithi022 bash[28554]: cluster 2023-12-07T19:21:37.787155+0000 mgr.a (mgr.24293) 22902 : cluster 0 pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:39 smithi022 bash[28554]: audit 2023-12-07T19:21:38.572045+0000 mgr.a (mgr.24293) 22903 : audit 0 from='client.450468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:39 smithi044 bash[32620]: cluster 2023-12-07T19:21:37.787155+0000 mgr.a (mgr.24293) 22902 : cluster 0 pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:39 smithi044 bash[32620]: audit 2023-12-07T19:21:38.572045+0000 mgr.a (mgr.24293) 22903 : audit 0 from='client.450468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:41.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:41 smithi022 bash[28554]: cluster 2023-12-07T19:21:39.787833+0000 mgr.a (mgr.24293) 22904 : cluster 0 pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:41 smithi044 bash[32620]: cluster 2023-12-07T19:21:39.787833+0000 mgr.a (mgr.24293) 22904 : cluster 0 pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:41 smithi027 bash[31536]: cluster 2023-12-07T19:21:39.787833+0000 mgr.a (mgr.24293) 22904 : cluster 0 pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:43 smithi022 bash[28554]: cluster 2023-12-07T19:21:41.788816+0000 mgr.a (mgr.24293) 22905 : cluster 0 pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:43 smithi044 bash[32620]: cluster 2023-12-07T19:21:41.788816+0000 mgr.a (mgr.24293) 22905 : cluster 0 pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:43 smithi027 bash[31536]: cluster 2023-12-07T19:21:41.788816+0000 mgr.a (mgr.24293) 22905 : cluster 0 pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:44.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:44.088 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:44.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:45.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:45.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:45.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:45.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:45.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:45.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:45 smithi022 bash[28554]: cluster 2023-12-07T19:21:43.789528+0000 mgr.a (mgr.24293) 22906 : cluster 0 pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:45 smithi022 bash[28554]: audit 2023-12-07T19:21:44.499517+0000 mgr.a (mgr.24293) 22907 : audit 0 from='client.450543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:45 smithi044 bash[32620]: cluster 2023-12-07T19:21:43.789528+0000 mgr.a (mgr.24293) 22906 : cluster 0 pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:45 smithi044 bash[32620]: audit 2023-12-07T19:21:44.499517+0000 mgr.a (mgr.24293) 22907 : audit 0 from='client.450543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:45 smithi027 bash[31536]: cluster 2023-12-07T19:21:43.789528+0000 mgr.a (mgr.24293) 22906 : cluster 0 pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:45 smithi027 bash[31536]: audit 2023-12-07T19:21:44.499517+0000 mgr.a (mgr.24293) 22907 : audit 0 from='client.450543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:47.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:47 smithi022 bash[28554]: cluster 2023-12-07T19:21:45.790517+0000 mgr.a (mgr.24293) 22908 : cluster 0 pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:47 smithi044 bash[32620]: cluster 2023-12-07T19:21:45.790517+0000 mgr.a (mgr.24293) 22908 : cluster 0 pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:47 smithi027 bash[31536]: cluster 2023-12-07T19:21:45.790517+0000 mgr.a (mgr.24293) 22908 : cluster 0 pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:49.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:49 smithi022 bash[28554]: cluster 2023-12-07T19:21:47.791076+0000 mgr.a (mgr.24293) 22909 : cluster 0 pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:49 smithi044 bash[32620]: cluster 2023-12-07T19:21:47.791076+0000 mgr.a (mgr.24293) 22909 : cluster 0 pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:49 smithi027 bash[31536]: cluster 2023-12-07T19:21:47.791076+0000 mgr.a (mgr.24293) 22909 : cluster 0 pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:50.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:50.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:50.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:50.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:50.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:50.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:50.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:50.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:51.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:51 smithi022 bash[28554]: cluster 2023-12-07T19:21:49.791634+0000 mgr.a (mgr.24293) 22910 : cluster 0 pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:51 smithi022 bash[28554]: audit 2023-12-07T19:21:50.438091+0000 mgr.a (mgr.24293) 22911 : audit 0 from='client.450621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:51 smithi044 bash[32620]: cluster 2023-12-07T19:21:49.791634+0000 mgr.a (mgr.24293) 22910 : cluster 0 pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:51 smithi044 bash[32620]: audit 2023-12-07T19:21:50.438091+0000 mgr.a (mgr.24293) 22911 : audit 0 from='client.450621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:51 smithi027 bash[31536]: cluster 2023-12-07T19:21:49.791634+0000 mgr.a (mgr.24293) 22910 : cluster 0 pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:51 smithi027 bash[31536]: audit 2023-12-07T19:21:50.438091+0000 mgr.a (mgr.24293) 22911 : audit 0 from='client.450621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:53.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:53 smithi022 bash[28554]: cluster 2023-12-07T19:21:51.792563+0000 mgr.a (mgr.24293) 22912 : cluster 0 pgmap v17133: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:53 smithi044 bash[32620]: cluster 2023-12-07T19:21:51.792563+0000 mgr.a (mgr.24293) 22912 : cluster 0 pgmap v17133: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:53 smithi027 bash[31536]: cluster 2023-12-07T19:21:51.792563+0000 mgr.a (mgr.24293) 22912 : cluster 0 pgmap v17133: 33 pgs: 33 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.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:55 smithi022 bash[28554]: cluster 2023-12-07T19:21:53.793101+0000 mgr.a (mgr.24293) 22913 : cluster 0 pgmap v17134: 33 pgs: 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:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:55 smithi044 bash[32620]: cluster 2023-12-07T19:21:53.793101+0000 mgr.a (mgr.24293) 22913 : cluster 0 pgmap v17134: 33 pgs: 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:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:55 smithi027 bash[31536]: cluster 2023-12-07T19:21:53.793101+0000 mgr.a (mgr.24293) 22913 : cluster 0 pgmap v17134: 33 pgs: 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:55.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:21:55.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:55.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:56.908 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:21:56.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:56.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:56.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:56.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:21:57.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:57 smithi022 bash[28554]: cluster 2023-12-07T19:21:55.793855+0000 mgr.a (mgr.24293) 22914 : cluster 0 pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:57 smithi022 bash[28554]: audit 2023-12-07T19:21:56.385102+0000 mgr.a (mgr.24293) 22915 : audit 0 from='client.450699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:57 smithi044 bash[32620]: cluster 2023-12-07T19:21:55.793855+0000 mgr.a (mgr.24293) 22914 : cluster 0 pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:57 smithi044 bash[32620]: audit 2023-12-07T19:21:56.385102+0000 mgr.a (mgr.24293) 22915 : audit 0 from='client.450699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:57 smithi027 bash[31536]: cluster 2023-12-07T19:21:55.793855+0000 mgr.a (mgr.24293) 22914 : cluster 0 pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:57 smithi027 bash[31536]: audit 2023-12-07T19:21:56.385102+0000 mgr.a (mgr.24293) 22915 : audit 0 from='client.450699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:58 smithi022 bash[28554]: audit 2023-12-07T19:21:57.825780+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:58 smithi044 bash[32620]: audit 2023-12-07T19:21:57.825780+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:58 smithi027 bash[31536]: audit 2023-12-07T19:21:57.825780+0000 mon.a (mon.0) 3598 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:59.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:21:59 smithi022 bash[28554]: cluster 2023-12-07T19:21:57.794536+0000 mgr.a (mgr.24293) 22916 : cluster 0 pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:21:59 smithi044 bash[32620]: cluster 2023-12-07T19:21:57.794536+0000 mgr.a (mgr.24293) 22916 : cluster 0 pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:21:59 smithi027 bash[31536]: cluster 2023-12-07T19:21:57.794536+0000 mgr.a (mgr.24293) 22916 : cluster 0 pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:01.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:01 smithi022 bash[28554]: cluster 2023-12-07T19:21:59.795147+0000 mgr.a (mgr.24293) 22917 : cluster 0 pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:01 smithi044 bash[32620]: cluster 2023-12-07T19:21:59.795147+0000 mgr.a (mgr.24293) 22917 : cluster 0 pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:01 smithi027 bash[31536]: cluster 2023-12-07T19:21:59.795147+0000 mgr.a (mgr.24293) 22917 : cluster 0 pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:01.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:01.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:01.912 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:02.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:02.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:02.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:02.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:02.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:03.582 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:03 smithi022 bash[28554]: cluster 2023-12-07T19:22:01.796006+0000 mgr.a (mgr.24293) 22918 : cluster 0 pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:03.582 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:03 smithi022 bash[28554]: audit 2023-12-07T19:22:02.322596+0000 mgr.a (mgr.24293) 22919 : audit 0 from='client.450777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:03 smithi044 bash[32620]: cluster 2023-12-07T19:22:01.796006+0000 mgr.a (mgr.24293) 22918 : cluster 0 pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:03 smithi044 bash[32620]: audit 2023-12-07T19:22:02.322596+0000 mgr.a (mgr.24293) 22919 : audit 0 from='client.450777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:03 smithi027 bash[31536]: cluster 2023-12-07T19:22:01.796006+0000 mgr.a (mgr.24293) 22918 : cluster 0 pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:03 smithi027 bash[31536]: audit 2023-12-07T19:22:02.322596+0000 mgr.a (mgr.24293) 22919 : audit 0 from='client.450777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:05.546 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:05 smithi022 bash[28554]: cluster 2023-12-07T19:22:03.796727+0000 mgr.a (mgr.24293) 22920 : cluster 0 pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:05 smithi044 bash[32620]: cluster 2023-12-07T19:22:03.796727+0000 mgr.a (mgr.24293) 22920 : cluster 0 pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:05 smithi027 bash[31536]: cluster 2023-12-07T19:22:03.796727+0000 mgr.a (mgr.24293) 22920 : cluster 0 pgmap v17139: 33 pgs: 33 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.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:07 smithi022 bash[28554]: cluster 2023-12-07T19:22:05.797476+0000 mgr.a (mgr.24293) 22921 : cluster 0 pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:07 smithi044 bash[32620]: cluster 2023-12-07T19:22:05.797476+0000 mgr.a (mgr.24293) 22921 : cluster 0 pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:07 smithi027 bash[31536]: cluster 2023-12-07T19:22:05.797476+0000 mgr.a (mgr.24293) 22921 : cluster 0 pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:07.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:07.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:07.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:08.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:08.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:08.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:08.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:08.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: cluster 2023-12-07T19:22:07.797997+0000 mgr.a (mgr.24293) 22922 : cluster 0 pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: audit 2023-12-07T19:22:08.258504+0000 mgr.a (mgr.24293) 22923 : audit 0 from='client.450852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: audit 2023-12-07T19:22:08.773048+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: audit 2023-12-07T19:22:08.779042+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: audit 2023-12-07T19:22:08.780599+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: audit 2023-12-07T19:22:08.782150+0000 mon.a (mon.0) 3602 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:09 smithi022 bash[28554]: audit 2023-12-07T19:22:08.790095+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: cluster 2023-12-07T19:22:07.797997+0000 mgr.a (mgr.24293) 22922 : cluster 0 pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: audit 2023-12-07T19:22:08.258504+0000 mgr.a (mgr.24293) 22923 : audit 0 from='client.450852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: audit 2023-12-07T19:22:08.773048+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: audit 2023-12-07T19:22:08.779042+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: audit 2023-12-07T19:22:08.780599+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: audit 2023-12-07T19:22:08.782150+0000 mon.a (mon.0) 3602 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:09 smithi044 bash[32620]: audit 2023-12-07T19:22:08.790095+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: cluster 2023-12-07T19:22:07.797997+0000 mgr.a (mgr.24293) 22922 : cluster 0 pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: audit 2023-12-07T19:22:08.258504+0000 mgr.a (mgr.24293) 22923 : audit 0 from='client.450852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: audit 2023-12-07T19:22:08.773048+0000 mon.a (mon.0) 3599 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: audit 2023-12-07T19:22:08.779042+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: audit 2023-12-07T19:22:08.780599+0000 mon.a (mon.0) 3601 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: audit 2023-12-07T19:22:08.782150+0000 mon.a (mon.0) 3602 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:09 smithi027 bash[31536]: audit 2023-12-07T19:22:08.790095+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:22:11.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:11 smithi022 bash[28554]: cluster 2023-12-07T19:22:09.798726+0000 mgr.a (mgr.24293) 22924 : cluster 0 pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:11 smithi044 bash[32620]: cluster 2023-12-07T19:22:09.798726+0000 mgr.a (mgr.24293) 22924 : cluster 0 pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:11 smithi027 bash[31536]: cluster 2023-12-07T19:22:09.798726+0000 mgr.a (mgr.24293) 22924 : cluster 0 pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:13 smithi022 bash[28554]: cluster 2023-12-07T19:22:11.799513+0000 mgr.a (mgr.24293) 22925 : cluster 0 pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:13 smithi044 bash[32620]: cluster 2023-12-07T19:22:11.799513+0000 mgr.a (mgr.24293) 22925 : cluster 0 pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:13 smithi027 bash[31536]: cluster 2023-12-07T19:22:11.799513+0000 mgr.a (mgr.24293) 22925 : cluster 0 pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:13.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:13.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:13.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:14.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:14.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:15.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:15 smithi022 bash[28554]: cluster 2023-12-07T19:22:13.800060+0000 mgr.a (mgr.24293) 22926 : cluster 0 pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:15 smithi022 bash[28554]: audit 2023-12-07T19:22:14.153994+0000 mgr.a (mgr.24293) 22927 : audit 0 from='client.450927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:15 smithi044 bash[32620]: cluster 2023-12-07T19:22:13.800060+0000 mgr.a (mgr.24293) 22926 : cluster 0 pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:15 smithi044 bash[32620]: audit 2023-12-07T19:22:14.153994+0000 mgr.a (mgr.24293) 22927 : audit 0 from='client.450927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:15 smithi027 bash[31536]: cluster 2023-12-07T19:22:13.800060+0000 mgr.a (mgr.24293) 22926 : cluster 0 pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:15 smithi027 bash[31536]: audit 2023-12-07T19:22:14.153994+0000 mgr.a (mgr.24293) 22927 : audit 0 from='client.450927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:17.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:17 smithi022 bash[28554]: cluster 2023-12-07T19:22:15.801134+0000 mgr.a (mgr.24293) 22928 : cluster 0 pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:17.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:17 smithi044 bash[32620]: cluster 2023-12-07T19:22:15.801134+0000 mgr.a (mgr.24293) 22928 : cluster 0 pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:17 smithi027 bash[31536]: cluster 2023-12-07T19:22:15.801134+0000 mgr.a (mgr.24293) 22928 : cluster 0 pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:19 smithi022 bash[28554]: cluster 2023-12-07T19:22:17.801895+0000 mgr.a (mgr.24293) 22929 : cluster 0 pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:19 smithi044 bash[32620]: cluster 2023-12-07T19:22:17.801895+0000 mgr.a (mgr.24293) 22929 : cluster 0 pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:19.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:19.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:19.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:19 smithi027 bash[31536]: cluster 2023-12-07T19:22:17.801895+0000 mgr.a (mgr.24293) 22929 : cluster 0 pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:20.641 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:20.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:20.641 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:20.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:20.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:21.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:21 smithi022 bash[28554]: cluster 2023-12-07T19:22:19.802487+0000 mgr.a (mgr.24293) 22930 : cluster 0 pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:21 smithi022 bash[28554]: audit 2023-12-07T19:22:20.102800+0000 mgr.a (mgr.24293) 22931 : audit 0 from='client.451002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:21 smithi044 bash[32620]: cluster 2023-12-07T19:22:19.802487+0000 mgr.a (mgr.24293) 22930 : cluster 0 pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:21 smithi044 bash[32620]: audit 2023-12-07T19:22:20.102800+0000 mgr.a (mgr.24293) 22931 : audit 0 from='client.451002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:21 smithi027 bash[31536]: cluster 2023-12-07T19:22:19.802487+0000 mgr.a (mgr.24293) 22930 : cluster 0 pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:21 smithi027 bash[31536]: audit 2023-12-07T19:22:20.102800+0000 mgr.a (mgr.24293) 22931 : audit 0 from='client.451002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:23.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:23 smithi022 bash[28554]: cluster 2023-12-07T19:22:21.803601+0000 mgr.a (mgr.24293) 22932 : cluster 0 pgmap v17148: 33 pgs: 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:22:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:23 smithi044 bash[32620]: cluster 2023-12-07T19:22:21.803601+0000 mgr.a (mgr.24293) 22932 : cluster 0 pgmap v17148: 33 pgs: 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:22:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:23 smithi027 bash[31536]: cluster 2023-12-07T19:22:21.803601+0000 mgr.a (mgr.24293) 22932 : cluster 0 pgmap v17148: 33 pgs: 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:22:25.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:25.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:25.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:25.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:25 smithi022 bash[28554]: cluster 2023-12-07T19:22:23.804146+0000 mgr.a (mgr.24293) 22933 : cluster 0 pgmap v17149: 33 pgs: 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:22:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:25 smithi044 bash[32620]: cluster 2023-12-07T19:22:23.804146+0000 mgr.a (mgr.24293) 22933 : cluster 0 pgmap v17149: 33 pgs: 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:22:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:25 smithi027 bash[31536]: cluster 2023-12-07T19:22:23.804146+0000 mgr.a (mgr.24293) 22933 : cluster 0 pgmap v17149: 33 pgs: 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:22:26.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:27.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:27 smithi022 bash[28554]: cluster 2023-12-07T19:22:25.804883+0000 mgr.a (mgr.24293) 22934 : cluster 0 pgmap v17150: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:27 smithi022 bash[28554]: audit 2023-12-07T19:22:26.061152+0000 mgr.a (mgr.24293) 22935 : audit 0 from='client.451080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:27 smithi044 bash[32620]: cluster 2023-12-07T19:22:25.804883+0000 mgr.a (mgr.24293) 22934 : cluster 0 pgmap v17150: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:27 smithi044 bash[32620]: audit 2023-12-07T19:22:26.061152+0000 mgr.a (mgr.24293) 22935 : audit 0 from='client.451080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:27 smithi027 bash[31536]: cluster 2023-12-07T19:22:25.804883+0000 mgr.a (mgr.24293) 22934 : cluster 0 pgmap v17150: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:27 smithi027 bash[31536]: audit 2023-12-07T19:22:26.061152+0000 mgr.a (mgr.24293) 22935 : audit 0 from='client.451080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:29.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:29 smithi022 bash[28554]: cluster 2023-12-07T19:22:27.805614+0000 mgr.a (mgr.24293) 22936 : cluster 0 pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:29 smithi044 bash[32620]: cluster 2023-12-07T19:22:27.805614+0000 mgr.a (mgr.24293) 22936 : cluster 0 pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:29 smithi027 bash[31536]: cluster 2023-12-07T19:22:27.805614+0000 mgr.a (mgr.24293) 22936 : cluster 0 pgmap v17151: 33 pgs: 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:31.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:31.598 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:31.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:31 smithi022 bash[28554]: cluster 2023-12-07T19:22:29.806190+0000 mgr.a (mgr.24293) 22937 : cluster 0 pgmap v17152: 33 pgs: 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:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:31 smithi044 bash[32620]: cluster 2023-12-07T19:22:29.806190+0000 mgr.a (mgr.24293) 22937 : cluster 0 pgmap v17152: 33 pgs: 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:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:31 smithi027 bash[31536]: cluster 2023-12-07T19:22:29.806190+0000 mgr.a (mgr.24293) 22937 : cluster 0 pgmap v17152: 33 pgs: 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:32.531 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:33 smithi022 bash[28554]: cluster 2023-12-07T19:22:31.806976+0000 mgr.a (mgr.24293) 22938 : cluster 0 pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:33 smithi022 bash[28554]: audit 2023-12-07T19:22:32.002181+0000 mgr.a (mgr.24293) 22939 : audit 0 from='client.451152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:33 smithi044 bash[32620]: cluster 2023-12-07T19:22:31.806976+0000 mgr.a (mgr.24293) 22938 : cluster 0 pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:33 smithi044 bash[32620]: audit 2023-12-07T19:22:32.002181+0000 mgr.a (mgr.24293) 22939 : audit 0 from='client.451152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:33 smithi027 bash[31536]: cluster 2023-12-07T19:22:31.806976+0000 mgr.a (mgr.24293) 22938 : cluster 0 pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:33 smithi027 bash[31536]: audit 2023-12-07T19:22:32.002181+0000 mgr.a (mgr.24293) 22939 : audit 0 from='client.451152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:35.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:35 smithi022 bash[28554]: cluster 2023-12-07T19:22:33.807754+0000 mgr.a (mgr.24293) 22940 : cluster 0 pgmap v17154: 33 pgs: 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:22:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:35 smithi044 bash[32620]: cluster 2023-12-07T19:22:33.807754+0000 mgr.a (mgr.24293) 22940 : cluster 0 pgmap v17154: 33 pgs: 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:22:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:35 smithi027 bash[31536]: cluster 2023-12-07T19:22:33.807754+0000 mgr.a (mgr.24293) 22940 : cluster 0 pgmap v17154: 33 pgs: 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:22:37.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:37.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:37.534 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:37 smithi022 bash[28554]: cluster 2023-12-07T19:22:35.808596+0000 mgr.a (mgr.24293) 22941 : cluster 0 pgmap v17155: 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:22:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:37 smithi044 bash[32620]: cluster 2023-12-07T19:22:35.808596+0000 mgr.a (mgr.24293) 22941 : cluster 0 pgmap v17155: 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:22:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:37 smithi027 bash[31536]: cluster 2023-12-07T19:22:35.808596+0000 mgr.a (mgr.24293) 22941 : cluster 0 pgmap v17155: 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:22:38.473 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:38.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:38.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:38.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:38.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:39.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:39 smithi022 bash[28554]: cluster 2023-12-07T19:22:37.809129+0000 mgr.a (mgr.24293) 22942 : cluster 0 pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:39 smithi022 bash[28554]: audit 2023-12-07T19:22:37.950577+0000 mgr.a (mgr.24293) 22943 : audit 0 from='client.451224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:39 smithi044 bash[32620]: cluster 2023-12-07T19:22:37.809129+0000 mgr.a (mgr.24293) 22942 : cluster 0 pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:39 smithi044 bash[32620]: audit 2023-12-07T19:22:37.950577+0000 mgr.a (mgr.24293) 22943 : audit 0 from='client.451224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:39 smithi027 bash[31536]: cluster 2023-12-07T19:22:37.809129+0000 mgr.a (mgr.24293) 22942 : cluster 0 pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:39 smithi027 bash[31536]: audit 2023-12-07T19:22:37.950577+0000 mgr.a (mgr.24293) 22943 : audit 0 from='client.451224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:41.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:41 smithi022 bash[28554]: cluster 2023-12-07T19:22:39.809808+0000 mgr.a (mgr.24293) 22944 : cluster 0 pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:41 smithi044 bash[32620]: cluster 2023-12-07T19:22:39.809808+0000 mgr.a (mgr.24293) 22944 : cluster 0 pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:41 smithi027 bash[31536]: cluster 2023-12-07T19:22:39.809808+0000 mgr.a (mgr.24293) 22944 : cluster 0 pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:43.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:43.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:43.477 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:43 smithi022 bash[28554]: cluster 2023-12-07T19:22:41.810805+0000 mgr.a (mgr.24293) 22945 : cluster 0 pgmap v17158: 33 pgs: 33 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:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:43 smithi044 bash[32620]: cluster 2023-12-07T19:22:41.810805+0000 mgr.a (mgr.24293) 22945 : cluster 0 pgmap v17158: 33 pgs: 33 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:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:43 smithi027 bash[31536]: cluster 2023-12-07T19:22:41.810805+0000 mgr.a (mgr.24293) 22945 : cluster 0 pgmap v17158: 33 pgs: 33 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:44.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:44.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:44.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:44.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:44.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:45 smithi022 bash[28554]: cluster 2023-12-07T19:22:43.811374+0000 mgr.a (mgr.24293) 22946 : cluster 0 pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:45 smithi022 bash[28554]: audit 2023-12-07T19:22:43.887457+0000 mgr.a (mgr.24293) 22947 : audit 0 from='client.451299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:45 smithi044 bash[32620]: cluster 2023-12-07T19:22:43.811374+0000 mgr.a (mgr.24293) 22946 : cluster 0 pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:45 smithi044 bash[32620]: audit 2023-12-07T19:22:43.887457+0000 mgr.a (mgr.24293) 22947 : audit 0 from='client.451299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:45 smithi027 bash[31536]: cluster 2023-12-07T19:22:43.811374+0000 mgr.a (mgr.24293) 22946 : cluster 0 pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:45 smithi027 bash[31536]: audit 2023-12-07T19:22:43.887457+0000 mgr.a (mgr.24293) 22947 : audit 0 from='client.451299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:47 smithi022 bash[28554]: cluster 2023-12-07T19:22:45.812408+0000 mgr.a (mgr.24293) 22948 : cluster 0 pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:47 smithi044 bash[32620]: cluster 2023-12-07T19:22:45.812408+0000 mgr.a (mgr.24293) 22948 : cluster 0 pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:47 smithi027 bash[31536]: cluster 2023-12-07T19:22:45.812408+0000 mgr.a (mgr.24293) 22948 : cluster 0 pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:49.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:49.408 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:49.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:49.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:49 smithi022 bash[28554]: cluster 2023-12-07T19:22:47.813165+0000 mgr.a (mgr.24293) 22949 : cluster 0 pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:49 smithi044 bash[32620]: cluster 2023-12-07T19:22:47.813165+0000 mgr.a (mgr.24293) 22949 : cluster 0 pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:49 smithi027 bash[31536]: cluster 2023-12-07T19:22:47.813165+0000 mgr.a (mgr.24293) 22949 : cluster 0 pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:50.364 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:50.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:50.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:50.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:50.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:51 smithi022 bash[28554]: cluster 2023-12-07T19:22:49.813897+0000 mgr.a (mgr.24293) 22950 : cluster 0 pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:51 smithi022 bash[28554]: audit 2023-12-07T19:22:49.822695+0000 mgr.a (mgr.24293) 22951 : audit 0 from='client.451371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:51 smithi044 bash[32620]: cluster 2023-12-07T19:22:49.813897+0000 mgr.a (mgr.24293) 22950 : cluster 0 pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:51 smithi044 bash[32620]: audit 2023-12-07T19:22:49.822695+0000 mgr.a (mgr.24293) 22951 : audit 0 from='client.451371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:51 smithi027 bash[31536]: cluster 2023-12-07T19:22:49.813897+0000 mgr.a (mgr.24293) 22950 : cluster 0 pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:51 smithi027 bash[31536]: audit 2023-12-07T19:22:49.822695+0000 mgr.a (mgr.24293) 22951 : audit 0 from='client.451371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:53 smithi022 bash[28554]: cluster 2023-12-07T19:22:51.814814+0000 mgr.a (mgr.24293) 22952 : cluster 0 pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:53 smithi044 bash[32620]: cluster 2023-12-07T19:22:51.814814+0000 mgr.a (mgr.24293) 22952 : cluster 0 pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:53 smithi027 bash[31536]: cluster 2023-12-07T19:22:51.814814+0000 mgr.a (mgr.24293) 22952 : cluster 0 pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:55.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:22:55.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:55.367 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:55.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:55 smithi022 bash[28554]: cluster 2023-12-07T19:22:53.815374+0000 mgr.a (mgr.24293) 22953 : cluster 0 pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:55 smithi044 bash[32620]: cluster 2023-12-07T19:22:53.815374+0000 mgr.a (mgr.24293) 22953 : cluster 0 pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:55 smithi027 bash[31536]: cluster 2023-12-07T19:22:53.815374+0000 mgr.a (mgr.24293) 22953 : cluster 0 pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:56.313 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:22:56.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:56.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:56.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:56.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:22:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:57 smithi022 bash[28554]: audit 2023-12-07T19:22:55.784960+0000 mgr.a (mgr.24293) 22954 : audit 0 from='client.451449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:57 smithi022 bash[28554]: cluster 2023-12-07T19:22:55.816529+0000 mgr.a (mgr.24293) 22955 : cluster 0 pgmap v17165: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:57 smithi044 bash[32620]: audit 2023-12-07T19:22:55.784960+0000 mgr.a (mgr.24293) 22954 : audit 0 from='client.451449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:57 smithi044 bash[32620]: cluster 2023-12-07T19:22:55.816529+0000 mgr.a (mgr.24293) 22955 : cluster 0 pgmap v17165: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:57 smithi027 bash[31536]: audit 2023-12-07T19:22:55.784960+0000 mgr.a (mgr.24293) 22954 : audit 0 from='client.451449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:57 smithi027 bash[31536]: cluster 2023-12-07T19:22:55.816529+0000 mgr.a (mgr.24293) 22955 : cluster 0 pgmap v17165: 33 pgs: 33 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.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:22:59 smithi022 bash[28554]: cluster 2023-12-07T19:22:57.817294+0000 mgr.a (mgr.24293) 22956 : cluster 0 pgmap v17166: 33 pgs: 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:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:22:59 smithi044 bash[32620]: cluster 2023-12-07T19:22:57.817294+0000 mgr.a (mgr.24293) 22956 : cluster 0 pgmap v17166: 33 pgs: 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:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:22:59 smithi027 bash[31536]: cluster 2023-12-07T19:22:57.817294+0000 mgr.a (mgr.24293) 22956 : cluster 0 pgmap v17166: 33 pgs: 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:01.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:01.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:01.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:01.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:01 smithi022 bash[28554]: cluster 2023-12-07T19:22:59.817985+0000 mgr.a (mgr.24293) 22957 : cluster 0 pgmap v17167: 33 pgs: 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:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:01 smithi044 bash[32620]: cluster 2023-12-07T19:22:59.817985+0000 mgr.a (mgr.24293) 22957 : cluster 0 pgmap v17167: 33 pgs: 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:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:01 smithi027 bash[31536]: cluster 2023-12-07T19:22:59.817985+0000 mgr.a (mgr.24293) 22957 : cluster 0 pgmap v17167: 33 pgs: 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:02.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:02.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:02.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:02.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:02.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:02 smithi022 bash[28554]: audit 2023-12-07T19:23:01.725310+0000 mgr.a (mgr.24293) 22958 : audit 0 from='client.451527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:02 smithi044 bash[32620]: audit 2023-12-07T19:23:01.725310+0000 mgr.a (mgr.24293) 22958 : audit 0 from='client.451527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:02 smithi027 bash[31536]: audit 2023-12-07T19:23:01.725310+0000 mgr.a (mgr.24293) 22958 : audit 0 from='client.451527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:03 smithi022 bash[28554]: cluster 2023-12-07T19:23:01.818811+0000 mgr.a (mgr.24293) 22959 : cluster 0 pgmap v17168: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:03 smithi044 bash[32620]: cluster 2023-12-07T19:23:01.818811+0000 mgr.a (mgr.24293) 22959 : cluster 0 pgmap v17168: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:03 smithi027 bash[31536]: cluster 2023-12-07T19:23:01.818811+0000 mgr.a (mgr.24293) 22959 : cluster 0 pgmap v17168: 33 pgs: 33 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:05.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:05 smithi022 bash[28554]: cluster 2023-12-07T19:23:03.819446+0000 mgr.a (mgr.24293) 22960 : cluster 0 pgmap v17169: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:05 smithi044 bash[32620]: cluster 2023-12-07T19:23:03.819446+0000 mgr.a (mgr.24293) 22960 : cluster 0 pgmap v17169: 33 pgs: 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:05 smithi027 bash[31536]: cluster 2023-12-07T19:23:03.819446+0000 mgr.a (mgr.24293) 22960 : cluster 0 pgmap v17169: 33 pgs: 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:07.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:07.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:07.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:07.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:07 smithi022 bash[28554]: cluster 2023-12-07T19:23:05.820213+0000 mgr.a (mgr.24293) 22961 : cluster 0 pgmap v17170: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:07 smithi044 bash[32620]: cluster 2023-12-07T19:23:05.820213+0000 mgr.a (mgr.24293) 22961 : cluster 0 pgmap v17170: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:07 smithi027 bash[31536]: cluster 2023-12-07T19:23:05.820213+0000 mgr.a (mgr.24293) 22961 : cluster 0 pgmap v17170: 33 pgs: 33 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:08.209 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:08.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:08.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:08.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:08.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:08.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:08 smithi022 bash[28554]: audit 2023-12-07T19:23:07.681653+0000 mgr.a (mgr.24293) 22962 : audit 0 from='client.451602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:08 smithi044 bash[32620]: audit 2023-12-07T19:23:07.681653+0000 mgr.a (mgr.24293) 22962 : audit 0 from='client.451602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:08 smithi027 bash[31536]: audit 2023-12-07T19:23:07.681653+0000 mgr.a (mgr.24293) 22962 : audit 0 from='client.451602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:09.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:09 smithi022 bash[28554]: cluster 2023-12-07T19:23:07.820774+0000 mgr.a (mgr.24293) 22963 : cluster 0 pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:09 smithi022 bash[28554]: audit 2023-12-07T19:23:08.893714+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:09 smithi044 bash[32620]: cluster 2023-12-07T19:23:07.820774+0000 mgr.a (mgr.24293) 22963 : cluster 0 pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:09 smithi044 bash[32620]: audit 2023-12-07T19:23:08.893714+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:09 smithi027 bash[31536]: cluster 2023-12-07T19:23:07.820774+0000 mgr.a (mgr.24293) 22963 : cluster 0 pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:09 smithi027 bash[31536]: audit 2023-12-07T19:23:08.893714+0000 mon.a (mon.0) 3604 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:11 smithi022 bash[28554]: cluster 2023-12-07T19:23:09.821443+0000 mgr.a (mgr.24293) 22964 : cluster 0 pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:11 smithi044 bash[32620]: cluster 2023-12-07T19:23:09.821443+0000 mgr.a (mgr.24293) 22964 : cluster 0 pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:11 smithi027 bash[31536]: cluster 2023-12-07T19:23:09.821443+0000 mgr.a (mgr.24293) 22964 : cluster 0 pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:13.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:13.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:13.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:13.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:13 smithi022 bash[28554]: cluster 2023-12-07T19:23:11.822315+0000 mgr.a (mgr.24293) 22965 : cluster 0 pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:13 smithi044 bash[32620]: cluster 2023-12-07T19:23:11.822315+0000 mgr.a (mgr.24293) 22965 : cluster 0 pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:13 smithi027 bash[31536]: cluster 2023-12-07T19:23:11.822315+0000 mgr.a (mgr.24293) 22965 : cluster 0 pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:14.169 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:14.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:14 smithi022 bash[28554]: audit 2023-12-07T19:23:13.630186+0000 mgr.a (mgr.24293) 22966 : audit 0 from='client.451677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:14.685 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:14 smithi044 bash[32620]: audit 2023-12-07T19:23:13.630186+0000 mgr.a (mgr.24293) 22966 : audit 0 from='client.451677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:14.826 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:14 smithi027 bash[31536]: audit 2023-12-07T19:23:13.630186+0000 mgr.a (mgr.24293) 22966 : audit 0 from='client.451677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:15 smithi022 bash[28554]: cluster 2023-12-07T19:23:13.823116+0000 mgr.a (mgr.24293) 22967 : cluster 0 pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:15 smithi044 bash[32620]: cluster 2023-12-07T19:23:13.823116+0000 mgr.a (mgr.24293) 22967 : cluster 0 pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:15 smithi027 bash[31536]: cluster 2023-12-07T19:23:13.823116+0000 mgr.a (mgr.24293) 22967 : cluster 0 pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:17 smithi027 bash[31536]: cluster 2023-12-07T19:23:15.824072+0000 mgr.a (mgr.24293) 22968 : cluster 0 pgmap v17175: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:17 smithi022 bash[28554]: cluster 2023-12-07T19:23:15.824072+0000 mgr.a (mgr.24293) 22968 : cluster 0 pgmap v17175: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:17 smithi044 bash[32620]: cluster 2023-12-07T19:23:15.824072+0000 mgr.a (mgr.24293) 22968 : cluster 0 pgmap v17175: 33 pgs: 33 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:19.171 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:19.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:19.172 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:19 smithi027 bash[31536]: cluster 2023-12-07T19:23:17.824627+0000 mgr.a (mgr.24293) 22969 : cluster 0 pgmap v17176: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:19 smithi022 bash[28554]: cluster 2023-12-07T19:23:17.824627+0000 mgr.a (mgr.24293) 22969 : cluster 0 pgmap v17176: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:19 smithi044 bash[32620]: cluster 2023-12-07T19:23:17.824627+0000 mgr.a (mgr.24293) 22969 : cluster 0 pgmap v17176: 33 pgs: 33 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:20.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:20.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:20.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:20.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:20.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:20 smithi022 bash[28554]: audit 2023-12-07T19:23:19.577722+0000 mgr.a (mgr.24293) 22970 : audit 0 from='client.451752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:20 smithi022 bash[28554]: audit 2023-12-07T19:23:19.740692+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:20 smithi022 bash[28554]: audit 2023-12-07T19:23:19.747462+0000 mon.a (mon.0) 3606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:20 smithi022 bash[28554]: audit 2023-12-07T19:23:19.749181+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:20 smithi022 bash[28554]: audit 2023-12-07T19:23:19.750435+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:20 smithi022 bash[28554]: audit 2023-12-07T19:23:19.757285+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:20 smithi044 bash[32620]: audit 2023-12-07T19:23:19.577722+0000 mgr.a (mgr.24293) 22970 : audit 0 from='client.451752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:20 smithi044 bash[32620]: audit 2023-12-07T19:23:19.740692+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:20 smithi044 bash[32620]: audit 2023-12-07T19:23:19.747462+0000 mon.a (mon.0) 3606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:20 smithi044 bash[32620]: audit 2023-12-07T19:23:19.749181+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:20 smithi044 bash[32620]: audit 2023-12-07T19:23:19.750435+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:20 smithi044 bash[32620]: audit 2023-12-07T19:23:19.757285+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:20 smithi027 bash[31536]: audit 2023-12-07T19:23:19.577722+0000 mgr.a (mgr.24293) 22970 : audit 0 from='client.451752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:20 smithi027 bash[31536]: audit 2023-12-07T19:23:19.740692+0000 mon.a (mon.0) 3605 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:20 smithi027 bash[31536]: audit 2023-12-07T19:23:19.747462+0000 mon.a (mon.0) 3606 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:20 smithi027 bash[31536]: audit 2023-12-07T19:23:19.749181+0000 mon.a (mon.0) 3607 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:20 smithi027 bash[31536]: audit 2023-12-07T19:23:19.750435+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:20 smithi027 bash[31536]: audit 2023-12-07T19:23:19.757285+0000 mon.a (mon.0) 3609 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:23:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:21 smithi022 bash[28554]: cluster 2023-12-07T19:23:19.825171+0000 mgr.a (mgr.24293) 22971 : cluster 0 pgmap v17177: 33 pgs: 33 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:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:21 smithi044 bash[32620]: cluster 2023-12-07T19:23:19.825171+0000 mgr.a (mgr.24293) 22971 : cluster 0 pgmap v17177: 33 pgs: 33 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:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:21 smithi027 bash[31536]: cluster 2023-12-07T19:23:19.825171+0000 mgr.a (mgr.24293) 22971 : cluster 0 pgmap v17177: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:23 smithi022 bash[28554]: cluster 2023-12-07T19:23:21.826125+0000 mgr.a (mgr.24293) 22972 : cluster 0 pgmap v17178: 33 pgs: 33 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:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:23 smithi044 bash[32620]: cluster 2023-12-07T19:23:21.826125+0000 mgr.a (mgr.24293) 22972 : cluster 0 pgmap v17178: 33 pgs: 33 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:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:23 smithi027 bash[31536]: cluster 2023-12-07T19:23:21.826125+0000 mgr.a (mgr.24293) 22972 : cluster 0 pgmap v17178: 33 pgs: 33 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:25.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:25.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:25.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:24 smithi022 bash[28554]: cluster 2023-12-07T19:23:23.826679+0000 mgr.a (mgr.24293) 22973 : cluster 0 pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:24 smithi044 bash[32620]: cluster 2023-12-07T19:23:23.826679+0000 mgr.a (mgr.24293) 22973 : cluster 0 pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:24 smithi027 bash[31536]: cluster 2023-12-07T19:23:23.826679+0000 mgr.a (mgr.24293) 22973 : cluster 0 pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:26.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:26.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:26.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:26.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:26.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:25 smithi022 bash[28554]: audit 2023-12-07T19:23:25.516507+0000 mgr.a (mgr.24293) 22974 : audit 0 from='client.451827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:25 smithi044 bash[32620]: audit 2023-12-07T19:23:25.516507+0000 mgr.a (mgr.24293) 22974 : audit 0 from='client.451827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:25 smithi027 bash[31536]: audit 2023-12-07T19:23:25.516507+0000 mgr.a (mgr.24293) 22974 : audit 0 from='client.451827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:26 smithi022 bash[28554]: cluster 2023-12-07T19:23:25.828061+0000 mgr.a (mgr.24293) 22975 : cluster 0 pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:26 smithi044 bash[32620]: cluster 2023-12-07T19:23:25.828061+0000 mgr.a (mgr.24293) 22975 : cluster 0 pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:26 smithi027 bash[31536]: cluster 2023-12-07T19:23:25.828061+0000 mgr.a (mgr.24293) 22975 : cluster 0 pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:28 smithi022 bash[28554]: cluster 2023-12-07T19:23:27.828807+0000 mgr.a (mgr.24293) 22976 : cluster 0 pgmap v17181: 33 pgs: 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:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:28 smithi044 bash[32620]: cluster 2023-12-07T19:23:27.828807+0000 mgr.a (mgr.24293) 22976 : cluster 0 pgmap v17181: 33 pgs: 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:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:28 smithi027 bash[31536]: cluster 2023-12-07T19:23:27.828807+0000 mgr.a (mgr.24293) 22976 : cluster 0 pgmap v17181: 33 pgs: 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:31.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:31.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:31.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:31 smithi022 bash[28554]: cluster 2023-12-07T19:23:29.829389+0000 mgr.a (mgr.24293) 22977 : cluster 0 pgmap v17182: 33 pgs: 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:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:31 smithi044 bash[32620]: cluster 2023-12-07T19:23:29.829389+0000 mgr.a (mgr.24293) 22977 : cluster 0 pgmap v17182: 33 pgs: 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:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:31 smithi027 bash[31536]: cluster 2023-12-07T19:23:29.829389+0000 mgr.a (mgr.24293) 22977 : cluster 0 pgmap v17182: 33 pgs: 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:32.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:32.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:32.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:32.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:32.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:32 smithi022 bash[28554]: audit 2023-12-07T19:23:31.476590+0000 mgr.a (mgr.24293) 22978 : audit 0 from='client.451902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:32 smithi044 bash[32620]: audit 2023-12-07T19:23:31.476590+0000 mgr.a (mgr.24293) 22978 : audit 0 from='client.451902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:32 smithi027 bash[31536]: audit 2023-12-07T19:23:31.476590+0000 mgr.a (mgr.24293) 22978 : audit 0 from='client.451902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:33 smithi022 bash[28554]: cluster 2023-12-07T19:23:31.830582+0000 mgr.a (mgr.24293) 22979 : cluster 0 pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:33 smithi044 bash[32620]: cluster 2023-12-07T19:23:31.830582+0000 mgr.a (mgr.24293) 22979 : cluster 0 pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:33 smithi027 bash[31536]: cluster 2023-12-07T19:23:31.830582+0000 mgr.a (mgr.24293) 22979 : cluster 0 pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:35 smithi022 bash[28554]: cluster 2023-12-07T19:23:33.831283+0000 mgr.a (mgr.24293) 22980 : cluster 0 pgmap v17184: 33 pgs: 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:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:35 smithi044 bash[32620]: cluster 2023-12-07T19:23:33.831283+0000 mgr.a (mgr.24293) 22980 : cluster 0 pgmap v17184: 33 pgs: 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:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:35 smithi027 bash[31536]: cluster 2023-12-07T19:23:33.831283+0000 mgr.a (mgr.24293) 22980 : cluster 0 pgmap v17184: 33 pgs: 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:37.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:37.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:37.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:37 smithi022 bash[28554]: cluster 2023-12-07T19:23:35.832300+0000 mgr.a (mgr.24293) 22981 : cluster 0 pgmap v17185: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:37 smithi044 bash[32620]: cluster 2023-12-07T19:23:35.832300+0000 mgr.a (mgr.24293) 22981 : cluster 0 pgmap v17185: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:37 smithi027 bash[31536]: cluster 2023-12-07T19:23:35.832300+0000 mgr.a (mgr.24293) 22981 : cluster 0 pgmap v17185: 33 pgs: 33 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.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:37.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:37.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:37.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:37.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:38.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:38 smithi022 bash[28554]: audit 2023-12-07T19:23:37.450861+0000 mgr.a (mgr.24293) 22982 : audit 0 from='client.354869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:38 smithi044 bash[32620]: audit 2023-12-07T19:23:37.450861+0000 mgr.a (mgr.24293) 22982 : audit 0 from='client.354869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:38 smithi027 bash[31536]: audit 2023-12-07T19:23:37.450861+0000 mgr.a (mgr.24293) 22982 : audit 0 from='client.354869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:39 smithi022 bash[28554]: cluster 2023-12-07T19:23:37.832822+0000 mgr.a (mgr.24293) 22983 : cluster 0 pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:39 smithi044 bash[32620]: cluster 2023-12-07T19:23:37.832822+0000 mgr.a (mgr.24293) 22983 : cluster 0 pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:39 smithi027 bash[31536]: cluster 2023-12-07T19:23:37.832822+0000 mgr.a (mgr.24293) 22983 : cluster 0 pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:41 smithi022 bash[28554]: cluster 2023-12-07T19:23:39.833453+0000 mgr.a (mgr.24293) 22984 : cluster 0 pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:41 smithi044 bash[32620]: cluster 2023-12-07T19:23:39.833453+0000 mgr.a (mgr.24293) 22984 : cluster 0 pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:41 smithi027 bash[31536]: cluster 2023-12-07T19:23:39.833453+0000 mgr.a (mgr.24293) 22984 : cluster 0 pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:42.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:42.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:42.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:43.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:43 smithi022 bash[28554]: cluster 2023-12-07T19:23:41.834338+0000 mgr.a (mgr.24293) 22985 : cluster 0 pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:43 smithi044 bash[32620]: cluster 2023-12-07T19:23:41.834338+0000 mgr.a (mgr.24293) 22985 : cluster 0 pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:43 smithi027 bash[31536]: cluster 2023-12-07T19:23:41.834338+0000 mgr.a (mgr.24293) 22985 : cluster 0 pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:43.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:43.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:43.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:43.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:43.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:44 smithi022 bash[28554]: audit 2023-12-07T19:23:43.404232+0000 mgr.a (mgr.24293) 22986 : audit 0 from='client.452052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:44 smithi044 bash[32620]: audit 2023-12-07T19:23:43.404232+0000 mgr.a (mgr.24293) 22986 : audit 0 from='client.452052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:44 smithi027 bash[31536]: audit 2023-12-07T19:23:43.404232+0000 mgr.a (mgr.24293) 22986 : audit 0 from='client.452052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:45 smithi022 bash[28554]: cluster 2023-12-07T19:23:43.834884+0000 mgr.a (mgr.24293) 22987 : cluster 0 pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:45 smithi044 bash[32620]: cluster 2023-12-07T19:23:43.834884+0000 mgr.a (mgr.24293) 22987 : cluster 0 pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:45 smithi027 bash[31536]: cluster 2023-12-07T19:23:43.834884+0000 mgr.a (mgr.24293) 22987 : cluster 0 pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:47 smithi022 bash[28554]: cluster 2023-12-07T19:23:45.835839+0000 mgr.a (mgr.24293) 22988 : cluster 0 pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:47 smithi044 bash[32620]: cluster 2023-12-07T19:23:45.835839+0000 mgr.a (mgr.24293) 22988 : cluster 0 pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:47 smithi027 bash[31536]: cluster 2023-12-07T19:23:45.835839+0000 mgr.a (mgr.24293) 22988 : cluster 0 pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:48.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:48.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:48.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:49.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:49 smithi022 bash[28554]: cluster 2023-12-07T19:23:47.836533+0000 mgr.a (mgr.24293) 22989 : cluster 0 pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:49 smithi044 bash[32620]: cluster 2023-12-07T19:23:47.836533+0000 mgr.a (mgr.24293) 22989 : cluster 0 pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:49 smithi027 bash[31536]: cluster 2023-12-07T19:23:47.836533+0000 mgr.a (mgr.24293) 22989 : cluster 0 pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:49.854 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:49.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:50 smithi022 bash[28554]: audit 2023-12-07T19:23:49.353018+0000 mgr.a (mgr.24293) 22990 : audit 0 from='client.452130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:50 smithi044 bash[32620]: audit 2023-12-07T19:23:49.353018+0000 mgr.a (mgr.24293) 22990 : audit 0 from='client.452130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:50 smithi027 bash[31536]: audit 2023-12-07T19:23:49.353018+0000 mgr.a (mgr.24293) 22990 : audit 0 from='client.452130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:51.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:51 smithi022 bash[28554]: cluster 2023-12-07T19:23:49.837246+0000 mgr.a (mgr.24293) 22991 : cluster 0 pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:51 smithi044 bash[32620]: cluster 2023-12-07T19:23:49.837246+0000 mgr.a (mgr.24293) 22991 : cluster 0 pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:51 smithi027 bash[31536]: cluster 2023-12-07T19:23:49.837246+0000 mgr.a (mgr.24293) 22991 : cluster 0 pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:53 smithi022 bash[28554]: cluster 2023-12-07T19:23:51.838079+0000 mgr.a (mgr.24293) 22992 : cluster 0 pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:53 smithi044 bash[32620]: cluster 2023-12-07T19:23:51.838079+0000 mgr.a (mgr.24293) 22992 : cluster 0 pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:53 smithi027 bash[31536]: cluster 2023-12-07T19:23:51.838079+0000 mgr.a (mgr.24293) 22992 : cluster 0 pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:54.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:23:54.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:54.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:55 smithi022 bash[28554]: cluster 2023-12-07T19:23:53.838681+0000 mgr.a (mgr.24293) 22993 : cluster 0 pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:55 smithi044 bash[32620]: cluster 2023-12-07T19:23:53.838681+0000 mgr.a (mgr.24293) 22993 : cluster 0 pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:55 smithi027 bash[31536]: cluster 2023-12-07T19:23:53.838681+0000 mgr.a (mgr.24293) 22993 : cluster 0 pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.819 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:23:55.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:55.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:55.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:55.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:23:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:56 smithi022 bash[28554]: audit 2023-12-07T19:23:55.273592+0000 mgr.a (mgr.24293) 22994 : audit 0 from='client.452205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:56 smithi044 bash[32620]: audit 2023-12-07T19:23:55.273592+0000 mgr.a (mgr.24293) 22994 : audit 0 from='client.452205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:56 smithi027 bash[31536]: audit 2023-12-07T19:23:55.273592+0000 mgr.a (mgr.24293) 22994 : audit 0 from='client.452205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:57 smithi022 bash[28554]: cluster 2023-12-07T19:23:55.839853+0000 mgr.a (mgr.24293) 22995 : cluster 0 pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:57 smithi044 bash[32620]: cluster 2023-12-07T19:23:55.839853+0000 mgr.a (mgr.24293) 22995 : cluster 0 pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:57 smithi027 bash[31536]: cluster 2023-12-07T19:23:55.839853+0000 mgr.a (mgr.24293) 22995 : cluster 0 pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:23:59 smithi022 bash[28554]: cluster 2023-12-07T19:23:57.840574+0000 mgr.a (mgr.24293) 22996 : cluster 0 pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:23:59 smithi044 bash[32620]: cluster 2023-12-07T19:23:57.840574+0000 mgr.a (mgr.24293) 22996 : cluster 0 pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:23:59 smithi027 bash[31536]: cluster 2023-12-07T19:23:57.840574+0000 mgr.a (mgr.24293) 22996 : cluster 0 pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:00.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:00.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:00.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:01 smithi022 bash[28554]: cluster 2023-12-07T19:23:59.841335+0000 mgr.a (mgr.24293) 22997 : cluster 0 pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:01 smithi044 bash[32620]: cluster 2023-12-07T19:23:59.841335+0000 mgr.a (mgr.24293) 22997 : cluster 0 pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:01 smithi027 bash[31536]: cluster 2023-12-07T19:23:59.841335+0000 mgr.a (mgr.24293) 22997 : cluster 0 pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:01.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:01.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:01.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:01.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:01.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:02 smithi022 bash[28554]: audit 2023-12-07T19:24:01.231036+0000 mgr.a (mgr.24293) 22998 : audit 0 from='client.452277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:02 smithi044 bash[32620]: audit 2023-12-07T19:24:01.231036+0000 mgr.a (mgr.24293) 22998 : audit 0 from='client.452277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:02 smithi027 bash[31536]: audit 2023-12-07T19:24:01.231036+0000 mgr.a (mgr.24293) 22998 : audit 0 from='client.452277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:03.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:03 smithi022 bash[28554]: cluster 2023-12-07T19:24:01.842487+0000 mgr.a (mgr.24293) 22999 : cluster 0 pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:03 smithi044 bash[32620]: cluster 2023-12-07T19:24:01.842487+0000 mgr.a (mgr.24293) 22999 : cluster 0 pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:03 smithi027 bash[31536]: cluster 2023-12-07T19:24:01.842487+0000 mgr.a (mgr.24293) 22999 : cluster 0 pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:05 smithi022 bash[28554]: cluster 2023-12-07T19:24:03.843061+0000 mgr.a (mgr.24293) 23000 : cluster 0 pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:05 smithi044 bash[32620]: cluster 2023-12-07T19:24:03.843061+0000 mgr.a (mgr.24293) 23000 : cluster 0 pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:05 smithi027 bash[31536]: cluster 2023-12-07T19:24:03.843061+0000 mgr.a (mgr.24293) 23000 : cluster 0 pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:06.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:06.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:06.763 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:07 smithi022 bash[28554]: cluster 2023-12-07T19:24:05.843850+0000 mgr.a (mgr.24293) 23001 : cluster 0 pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:07 smithi044 bash[32620]: cluster 2023-12-07T19:24:05.843850+0000 mgr.a (mgr.24293) 23001 : cluster 0 pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:07 smithi027 bash[31536]: cluster 2023-12-07T19:24:05.843850+0000 mgr.a (mgr.24293) 23001 : cluster 0 pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:07.710 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:07.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:07.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:07.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:07.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:08.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:08 smithi022 bash[28554]: audit 2023-12-07T19:24:07.177422+0000 mgr.a (mgr.24293) 23002 : audit 0 from='client.452349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:08 smithi044 bash[32620]: audit 2023-12-07T19:24:07.177422+0000 mgr.a (mgr.24293) 23002 : audit 0 from='client.452349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:08 smithi027 bash[31536]: audit 2023-12-07T19:24:07.177422+0000 mgr.a (mgr.24293) 23002 : audit 0 from='client.452349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:09 smithi022 bash[28554]: cluster 2023-12-07T19:24:07.844551+0000 mgr.a (mgr.24293) 23003 : cluster 0 pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:09 smithi044 bash[32620]: cluster 2023-12-07T19:24:07.844551+0000 mgr.a (mgr.24293) 23003 : cluster 0 pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:09 smithi027 bash[31536]: cluster 2023-12-07T19:24:07.844551+0000 mgr.a (mgr.24293) 23003 : cluster 0 pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:11 smithi022 bash[28554]: cluster 2023-12-07T19:24:09.845146+0000 mgr.a (mgr.24293) 23004 : cluster 0 pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:11 smithi044 bash[32620]: cluster 2023-12-07T19:24:09.845146+0000 mgr.a (mgr.24293) 23004 : cluster 0 pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:11 smithi027 bash[31536]: cluster 2023-12-07T19:24:09.845146+0000 mgr.a (mgr.24293) 23004 : cluster 0 pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:12.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:12.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:12.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:13.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:13 smithi022 bash[28554]: cluster 2023-12-07T19:24:11.845992+0000 mgr.a (mgr.24293) 23005 : cluster 0 pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:13 smithi044 bash[32620]: cluster 2023-12-07T19:24:11.845992+0000 mgr.a (mgr.24293) 23005 : cluster 0 pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:13 smithi027 bash[31536]: cluster 2023-12-07T19:24:11.845992+0000 mgr.a (mgr.24293) 23005 : cluster 0 pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:13.662 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:13.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:13.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:13.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:14 smithi022 bash[28554]: audit 2023-12-07T19:24:13.130954+0000 mgr.a (mgr.24293) 23006 : audit 0 from='client.452427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:14 smithi044 bash[32620]: audit 2023-12-07T19:24:13.130954+0000 mgr.a (mgr.24293) 23006 : audit 0 from='client.452427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:14 smithi027 bash[31536]: audit 2023-12-07T19:24:13.130954+0000 mgr.a (mgr.24293) 23006 : audit 0 from='client.452427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:15 smithi022 bash[28554]: cluster 2023-12-07T19:24:13.846725+0000 mgr.a (mgr.24293) 23007 : cluster 0 pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:15 smithi044 bash[32620]: cluster 2023-12-07T19:24:13.846725+0000 mgr.a (mgr.24293) 23007 : cluster 0 pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:15 smithi027 bash[31536]: cluster 2023-12-07T19:24:13.846725+0000 mgr.a (mgr.24293) 23007 : cluster 0 pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:17 smithi022 bash[28554]: cluster 2023-12-07T19:24:15.847659+0000 mgr.a (mgr.24293) 23008 : cluster 0 pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:17 smithi044 bash[32620]: cluster 2023-12-07T19:24:15.847659+0000 mgr.a (mgr.24293) 23008 : cluster 0 pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:17 smithi027 bash[31536]: cluster 2023-12-07T19:24:15.847659+0000 mgr.a (mgr.24293) 23008 : cluster 0 pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:18.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:19 smithi022 bash[28554]: cluster 2023-12-07T19:24:17.848164+0000 mgr.a (mgr.24293) 23009 : cluster 0 pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:19 smithi044 bash[32620]: cluster 2023-12-07T19:24:17.848164+0000 mgr.a (mgr.24293) 23009 : cluster 0 pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:19 smithi027 bash[31536]: cluster 2023-12-07T19:24:17.848164+0000 mgr.a (mgr.24293) 23009 : cluster 0 pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:19.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:19.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:19.584 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:19.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:19.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:20 smithi022 bash[28554]: audit 2023-12-07T19:24:19.074027+0000 mgr.a (mgr.24293) 23010 : audit 0 from='client.452502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:20 smithi022 bash[28554]: audit 2023-12-07T19:24:19.900286+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:20 smithi044 bash[32620]: audit 2023-12-07T19:24:19.074027+0000 mgr.a (mgr.24293) 23010 : audit 0 from='client.452502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:20 smithi044 bash[32620]: audit 2023-12-07T19:24:19.900286+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:20 smithi027 bash[31536]: audit 2023-12-07T19:24:19.074027+0000 mgr.a (mgr.24293) 23010 : audit 0 from='client.452502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:20 smithi027 bash[31536]: audit 2023-12-07T19:24:19.900286+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:21 smithi022 bash[28554]: cluster 2023-12-07T19:24:19.848883+0000 mgr.a (mgr.24293) 23011 : cluster 0 pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:21 smithi044 bash[32620]: cluster 2023-12-07T19:24:19.848883+0000 mgr.a (mgr.24293) 23011 : cluster 0 pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:21 smithi027 bash[31536]: cluster 2023-12-07T19:24:19.848883+0000 mgr.a (mgr.24293) 23011 : cluster 0 pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:23 smithi022 bash[28554]: cluster 2023-12-07T19:24:21.849739+0000 mgr.a (mgr.24293) 23012 : cluster 0 pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:23 smithi044 bash[32620]: cluster 2023-12-07T19:24:21.849739+0000 mgr.a (mgr.24293) 23012 : cluster 0 pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:23 smithi027 bash[31536]: cluster 2023-12-07T19:24:21.849739+0000 mgr.a (mgr.24293) 23012 : cluster 0 pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:24.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:25 smithi022 bash[28554]: cluster 2023-12-07T19:24:23.850253+0000 mgr.a (mgr.24293) 23013 : cluster 0 pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:25 smithi044 bash[32620]: cluster 2023-12-07T19:24:23.850253+0000 mgr.a (mgr.24293) 23013 : cluster 0 pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:25 smithi027 bash[31536]: cluster 2023-12-07T19:24:23.850253+0000 mgr.a (mgr.24293) 23013 : cluster 0 pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:25.544 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:25.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:25.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:25.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:25.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.013291+0000 mgr.a (mgr.24293) 23014 : audit 0 from='client.452580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.242475+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.249533+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.302906+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.308301+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.352371+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:26 smithi022 bash[28554]: audit 2023-12-07T19:24:25.358533+0000 mon.a (mon.0) 3616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.013291+0000 mgr.a (mgr.24293) 23014 : audit 0 from='client.452580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.242475+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.249533+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.302906+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.308301+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.352371+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:26 smithi044 bash[32620]: audit 2023-12-07T19:24:25.358533+0000 mon.a (mon.0) 3616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.013291+0000 mgr.a (mgr.24293) 23014 : audit 0 from='client.452580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.242475+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.249533+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.302906+0000 mon.a (mon.0) 3613 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.308301+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.352371+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:26 smithi027 bash[31536]: audit 2023-12-07T19:24:25.358533+0000 mon.a (mon.0) 3616 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:27 smithi022 bash[28554]: cluster 2023-12-07T19:24:25.851238+0000 mgr.a (mgr.24293) 23015 : cluster 0 pgmap v17210: 33 pgs: 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:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:27 smithi044 bash[32620]: cluster 2023-12-07T19:24:25.851238+0000 mgr.a (mgr.24293) 23015 : cluster 0 pgmap v17210: 33 pgs: 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:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:27 smithi027 bash[31536]: cluster 2023-12-07T19:24:25.851238+0000 mgr.a (mgr.24293) 23015 : cluster 0 pgmap v17210: 33 pgs: 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:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:29 smithi022 bash[28554]: cluster 2023-12-07T19:24:27.851833+0000 mgr.a (mgr.24293) 23016 : cluster 0 pgmap v17211: 33 pgs: 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:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:29 smithi044 bash[32620]: cluster 2023-12-07T19:24:27.851833+0000 mgr.a (mgr.24293) 23016 : cluster 0 pgmap v17211: 33 pgs: 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:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:29 smithi027 bash[31536]: cluster 2023-12-07T19:24:27.851833+0000 mgr.a (mgr.24293) 23016 : cluster 0 pgmap v17211: 33 pgs: 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:30.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:30.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:30.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:31.472 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:31.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:31.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:31 smithi022 bash[28554]: cluster 2023-12-07T19:24:29.852375+0000 mgr.a (mgr.24293) 23017 : cluster 0 pgmap v17212: 33 pgs: 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:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:31 smithi044 bash[32620]: cluster 2023-12-07T19:24:29.852375+0000 mgr.a (mgr.24293) 23017 : cluster 0 pgmap v17212: 33 pgs: 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:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:31 smithi027 bash[31536]: cluster 2023-12-07T19:24:29.852375+0000 mgr.a (mgr.24293) 23017 : cluster 0 pgmap v17212: 33 pgs: 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:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:32 smithi022 bash[28554]: audit 2023-12-07T19:24:30.956260+0000 mgr.a (mgr.24293) 23018 : audit 0 from='client.452658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:32 smithi044 bash[32620]: audit 2023-12-07T19:24:30.956260+0000 mgr.a (mgr.24293) 23018 : audit 0 from='client.452658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:32 smithi027 bash[31536]: audit 2023-12-07T19:24:30.956260+0000 mgr.a (mgr.24293) 23018 : audit 0 from='client.452658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:33 smithi022 bash[28554]: cluster 2023-12-07T19:24:31.853410+0000 mgr.a (mgr.24293) 23019 : cluster 0 pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:33 smithi044 bash[32620]: cluster 2023-12-07T19:24:31.853410+0000 mgr.a (mgr.24293) 23019 : cluster 0 pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:33 smithi027 bash[31536]: cluster 2023-12-07T19:24:31.853410+0000 mgr.a (mgr.24293) 23019 : cluster 0 pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:35 smithi022 bash[28554]: cluster 2023-12-07T19:24:33.853982+0000 mgr.a (mgr.24293) 23020 : cluster 0 pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:35 smithi044 bash[32620]: cluster 2023-12-07T19:24:33.853982+0000 mgr.a (mgr.24293) 23020 : cluster 0 pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:35 smithi027 bash[31536]: cluster 2023-12-07T19:24:33.853982+0000 mgr.a (mgr.24293) 23020 : cluster 0 pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:36.475 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:36.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:36.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:36 smithi022 bash[28554]: cluster 2023-12-07T19:24:35.854762+0000 mgr.a (mgr.24293) 23021 : cluster 0 pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:36 smithi022 bash[28554]: audit 2023-12-07T19:24:35.997946+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:36 smithi022 bash[28554]: audit 2023-12-07T19:24:36.004127+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:36 smithi022 bash[28554]: audit 2023-12-07T19:24:36.005926+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:36 smithi022 bash[28554]: audit 2023-12-07T19:24:36.007870+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:36 smithi022 bash[28554]: audit 2023-12-07T19:24:36.015897+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:36 smithi044 bash[32620]: cluster 2023-12-07T19:24:35.854762+0000 mgr.a (mgr.24293) 23021 : cluster 0 pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:36 smithi044 bash[32620]: audit 2023-12-07T19:24:35.997946+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:36 smithi044 bash[32620]: audit 2023-12-07T19:24:36.004127+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:36 smithi044 bash[32620]: audit 2023-12-07T19:24:36.005926+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:36 smithi044 bash[32620]: audit 2023-12-07T19:24:36.007870+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:36 smithi044 bash[32620]: audit 2023-12-07T19:24:36.015897+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:37.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:37.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:37.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:37.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:36 smithi027 bash[31536]: cluster 2023-12-07T19:24:35.854762+0000 mgr.a (mgr.24293) 23021 : cluster 0 pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:36 smithi027 bash[31536]: audit 2023-12-07T19:24:35.997946+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:36 smithi027 bash[31536]: audit 2023-12-07T19:24:36.004127+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:36 smithi027 bash[31536]: audit 2023-12-07T19:24:36.005926+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:36 smithi027 bash[31536]: audit 2023-12-07T19:24:36.007870+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:36 smithi027 bash[31536]: audit 2023-12-07T19:24:36.015897+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:24:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:38 smithi022 bash[28554]: audit 2023-12-07T19:24:36.894836+0000 mgr.a (mgr.24293) 23022 : audit 0 from='client.452733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:38 smithi044 bash[32620]: audit 2023-12-07T19:24:36.894836+0000 mgr.a (mgr.24293) 23022 : audit 0 from='client.452733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:38 smithi027 bash[31536]: audit 2023-12-07T19:24:36.894836+0000 mgr.a (mgr.24293) 23022 : audit 0 from='client.452733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:39 smithi022 bash[28554]: cluster 2023-12-07T19:24:37.855431+0000 mgr.a (mgr.24293) 23023 : cluster 0 pgmap v17216: 33 pgs: 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:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:39 smithi044 bash[32620]: cluster 2023-12-07T19:24:37.855431+0000 mgr.a (mgr.24293) 23023 : cluster 0 pgmap v17216: 33 pgs: 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:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:39 smithi027 bash[31536]: cluster 2023-12-07T19:24:37.855431+0000 mgr.a (mgr.24293) 23023 : cluster 0 pgmap v17216: 33 pgs: 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:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:41 smithi022 bash[28554]: cluster 2023-12-07T19:24:39.856062+0000 mgr.a (mgr.24293) 23024 : cluster 0 pgmap v17217: 33 pgs: 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:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:41 smithi044 bash[32620]: cluster 2023-12-07T19:24:39.856062+0000 mgr.a (mgr.24293) 23024 : cluster 0 pgmap v17217: 33 pgs: 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:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:41 smithi027 bash[31536]: cluster 2023-12-07T19:24:39.856062+0000 mgr.a (mgr.24293) 23024 : cluster 0 pgmap v17217: 33 pgs: 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:42.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:42.436 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:42.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:43.371 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:43.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:43.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:43.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:43.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:43 smithi022 bash[28554]: cluster 2023-12-07T19:24:41.856825+0000 mgr.a (mgr.24293) 23025 : cluster 0 pgmap v17218: 33 pgs: 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:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:43 smithi044 bash[32620]: cluster 2023-12-07T19:24:41.856825+0000 mgr.a (mgr.24293) 23025 : cluster 0 pgmap v17218: 33 pgs: 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:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:43 smithi027 bash[31536]: cluster 2023-12-07T19:24:41.856825+0000 mgr.a (mgr.24293) 23025 : cluster 0 pgmap v17218: 33 pgs: 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:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:44 smithi022 bash[28554]: audit 2023-12-07T19:24:42.847150+0000 mgr.a (mgr.24293) 23026 : audit 0 from='client.452811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:44 smithi044 bash[32620]: audit 2023-12-07T19:24:42.847150+0000 mgr.a (mgr.24293) 23026 : audit 0 from='client.452811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:44 smithi027 bash[31536]: audit 2023-12-07T19:24:42.847150+0000 mgr.a (mgr.24293) 23026 : audit 0 from='client.452811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:45 smithi022 bash[28554]: cluster 2023-12-07T19:24:43.857702+0000 mgr.a (mgr.24293) 23027 : cluster 0 pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:45 smithi044 bash[32620]: cluster 2023-12-07T19:24:43.857702+0000 mgr.a (mgr.24293) 23027 : cluster 0 pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:45 smithi027 bash[31536]: cluster 2023-12-07T19:24:43.857702+0000 mgr.a (mgr.24293) 23027 : cluster 0 pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:47 smithi022 bash[28554]: cluster 2023-12-07T19:24:45.858687+0000 mgr.a (mgr.24293) 23028 : cluster 0 pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:47 smithi044 bash[32620]: cluster 2023-12-07T19:24:45.858687+0000 mgr.a (mgr.24293) 23028 : cluster 0 pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:47 smithi027 bash[31536]: cluster 2023-12-07T19:24:45.858687+0000 mgr.a (mgr.24293) 23028 : cluster 0 pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:48.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:48.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:48.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:49.322 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:49.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:49.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:49.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:49.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:49.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:49 smithi022 bash[28554]: cluster 2023-12-07T19:24:47.859398+0000 mgr.a (mgr.24293) 23029 : cluster 0 pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:49 smithi044 bash[32620]: cluster 2023-12-07T19:24:47.859398+0000 mgr.a (mgr.24293) 23029 : cluster 0 pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:49 smithi027 bash[31536]: cluster 2023-12-07T19:24:47.859398+0000 mgr.a (mgr.24293) 23029 : cluster 0 pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:50 smithi022 bash[28554]: audit 2023-12-07T19:24:48.789069+0000 mgr.a (mgr.24293) 23030 : audit 0 from='client.452889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:50 smithi044 bash[32620]: audit 2023-12-07T19:24:48.789069+0000 mgr.a (mgr.24293) 23030 : audit 0 from='client.452889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:50 smithi027 bash[31536]: audit 2023-12-07T19:24:48.789069+0000 mgr.a (mgr.24293) 23030 : audit 0 from='client.452889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:51 smithi022 bash[28554]: cluster 2023-12-07T19:24:49.860071+0000 mgr.a (mgr.24293) 23031 : cluster 0 pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:51 smithi044 bash[32620]: cluster 2023-12-07T19:24:49.860071+0000 mgr.a (mgr.24293) 23031 : cluster 0 pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:51 smithi027 bash[31536]: cluster 2023-12-07T19:24:49.860071+0000 mgr.a (mgr.24293) 23031 : cluster 0 pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:53 smithi022 bash[28554]: cluster 2023-12-07T19:24:51.860875+0000 mgr.a (mgr.24293) 23032 : cluster 0 pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:53 smithi044 bash[32620]: cluster 2023-12-07T19:24:51.860875+0000 mgr.a (mgr.24293) 23032 : cluster 0 pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:53 smithi027 bash[31536]: cluster 2023-12-07T19:24:51.860875+0000 mgr.a (mgr.24293) 23032 : cluster 0 pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:54.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:24:54.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:54.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:55.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:24:55.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:55.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:55.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:55.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:24:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:55 smithi022 bash[28554]: cluster 2023-12-07T19:24:53.861575+0000 mgr.a (mgr.24293) 23033 : cluster 0 pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:55 smithi022 bash[28554]: audit 2023-12-07T19:24:54.736857+0000 mgr.a (mgr.24293) 23034 : audit 0 from='client.452967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:55 smithi044 bash[32620]: cluster 2023-12-07T19:24:53.861575+0000 mgr.a (mgr.24293) 23033 : cluster 0 pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:55 smithi044 bash[32620]: audit 2023-12-07T19:24:54.736857+0000 mgr.a (mgr.24293) 23034 : audit 0 from='client.452967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:55 smithi027 bash[31536]: cluster 2023-12-07T19:24:53.861575+0000 mgr.a (mgr.24293) 23033 : cluster 0 pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:55 smithi027 bash[31536]: audit 2023-12-07T19:24:54.736857+0000 mgr.a (mgr.24293) 23034 : audit 0 from='client.452967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:57 smithi022 bash[28554]: cluster 2023-12-07T19:24:55.862630+0000 mgr.a (mgr.24293) 23035 : cluster 0 pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:57 smithi044 bash[32620]: cluster 2023-12-07T19:24:55.862630+0000 mgr.a (mgr.24293) 23035 : cluster 0 pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:57 smithi027 bash[31536]: cluster 2023-12-07T19:24:55.862630+0000 mgr.a (mgr.24293) 23035 : cluster 0 pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:24:59 smithi022 bash[28554]: cluster 2023-12-07T19:24:57.863340+0000 mgr.a (mgr.24293) 23036 : cluster 0 pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:24:59 smithi044 bash[32620]: cluster 2023-12-07T19:24:57.863340+0000 mgr.a (mgr.24293) 23036 : cluster 0 pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:24:59 smithi027 bash[31536]: cluster 2023-12-07T19:24:57.863340+0000 mgr.a (mgr.24293) 23036 : cluster 0 pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:00.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:00.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:00.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:01.164 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:01.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:01.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:01.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:01.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:01 smithi022 bash[28554]: cluster 2023-12-07T19:24:59.864032+0000 mgr.a (mgr.24293) 23037 : cluster 0 pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:01 smithi022 bash[28554]: audit 2023-12-07T19:25:00.643658+0000 mgr.a (mgr.24293) 23038 : audit 0 from='client.365287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:01 smithi044 bash[32620]: cluster 2023-12-07T19:24:59.864032+0000 mgr.a (mgr.24293) 23037 : cluster 0 pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:01 smithi044 bash[32620]: audit 2023-12-07T19:25:00.643658+0000 mgr.a (mgr.24293) 23038 : audit 0 from='client.365287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:01 smithi027 bash[31536]: cluster 2023-12-07T19:24:59.864032+0000 mgr.a (mgr.24293) 23037 : cluster 0 pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:01 smithi027 bash[31536]: audit 2023-12-07T19:25:00.643658+0000 mgr.a (mgr.24293) 23038 : audit 0 from='client.365287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:03 smithi022 bash[28554]: cluster 2023-12-07T19:25:01.865031+0000 mgr.a (mgr.24293) 23039 : cluster 0 pgmap v17228: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:03 smithi044 bash[32620]: cluster 2023-12-07T19:25:01.865031+0000 mgr.a (mgr.24293) 23039 : cluster 0 pgmap v17228: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:03 smithi027 bash[31536]: cluster 2023-12-07T19:25:01.865031+0000 mgr.a (mgr.24293) 23039 : cluster 0 pgmap v17228: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:05 smithi022 bash[28554]: cluster 2023-12-07T19:25:03.865585+0000 mgr.a (mgr.24293) 23040 : cluster 0 pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:05 smithi044 bash[32620]: cluster 2023-12-07T19:25:03.865585+0000 mgr.a (mgr.24293) 23040 : cluster 0 pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:05 smithi027 bash[31536]: cluster 2023-12-07T19:25:03.865585+0000 mgr.a (mgr.24293) 23040 : cluster 0 pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:06.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:06.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:06.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:07.099 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:07.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:07.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:07.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:07.100 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:07 smithi022 bash[28554]: cluster 2023-12-07T19:25:05.866409+0000 mgr.a (mgr.24293) 23041 : cluster 0 pgmap v17230: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:07 smithi022 bash[28554]: audit 2023-12-07T19:25:06.575299+0000 mgr.a (mgr.24293) 23042 : audit 0 from='client.453123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:07 smithi044 bash[32620]: cluster 2023-12-07T19:25:05.866409+0000 mgr.a (mgr.24293) 23041 : cluster 0 pgmap v17230: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:07 smithi044 bash[32620]: audit 2023-12-07T19:25:06.575299+0000 mgr.a (mgr.24293) 23042 : audit 0 from='client.453123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:07 smithi027 bash[31536]: cluster 2023-12-07T19:25:05.866409+0000 mgr.a (mgr.24293) 23041 : cluster 0 pgmap v17230: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:07 smithi027 bash[31536]: audit 2023-12-07T19:25:06.575299+0000 mgr.a (mgr.24293) 23042 : audit 0 from='client.453123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:09 smithi022 bash[28554]: cluster 2023-12-07T19:25:07.867073+0000 mgr.a (mgr.24293) 23043 : cluster 0 pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:09 smithi044 bash[32620]: cluster 2023-12-07T19:25:07.867073+0000 mgr.a (mgr.24293) 23043 : cluster 0 pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:09 smithi027 bash[31536]: cluster 2023-12-07T19:25:07.867073+0000 mgr.a (mgr.24293) 23043 : cluster 0 pgmap v17231: 33 pgs: 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:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:11 smithi022 bash[28554]: cluster 2023-12-07T19:25:09.867649+0000 mgr.a (mgr.24293) 23044 : cluster 0 pgmap v17232: 33 pgs: 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:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:11 smithi044 bash[32620]: cluster 2023-12-07T19:25:09.867649+0000 mgr.a (mgr.24293) 23044 : cluster 0 pgmap v17232: 33 pgs: 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:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:11 smithi027 bash[31536]: cluster 2023-12-07T19:25:09.867649+0000 mgr.a (mgr.24293) 23044 : cluster 0 pgmap v17232: 33 pgs: 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:12.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:12.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:12.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:13.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:13.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:13.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:13.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:13.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:13 smithi022 bash[28554]: cluster 2023-12-07T19:25:11.868458+0000 mgr.a (mgr.24293) 23045 : cluster 0 pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:13 smithi022 bash[28554]: audit 2023-12-07T19:25:12.519131+0000 mgr.a (mgr.24293) 23046 : audit 0 from='client.453195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:13 smithi044 bash[32620]: cluster 2023-12-07T19:25:11.868458+0000 mgr.a (mgr.24293) 23045 : cluster 0 pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:13 smithi044 bash[32620]: audit 2023-12-07T19:25:12.519131+0000 mgr.a (mgr.24293) 23046 : audit 0 from='client.453195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:13 smithi027 bash[31536]: cluster 2023-12-07T19:25:11.868458+0000 mgr.a (mgr.24293) 23045 : cluster 0 pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:13 smithi027 bash[31536]: audit 2023-12-07T19:25:12.519131+0000 mgr.a (mgr.24293) 23046 : audit 0 from='client.453195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:15 smithi022 bash[28554]: cluster 2023-12-07T19:25:13.869129+0000 mgr.a (mgr.24293) 23047 : cluster 0 pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:15 smithi044 bash[32620]: cluster 2023-12-07T19:25:13.869129+0000 mgr.a (mgr.24293) 23047 : cluster 0 pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:15 smithi027 bash[31536]: cluster 2023-12-07T19:25:13.869129+0000 mgr.a (mgr.24293) 23047 : cluster 0 pgmap v17234: 33 pgs: 33 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.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:17 smithi022 bash[28554]: cluster 2023-12-07T19:25:15.870087+0000 mgr.a (mgr.24293) 23048 : cluster 0 pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:17 smithi044 bash[32620]: cluster 2023-12-07T19:25:15.870087+0000 mgr.a (mgr.24293) 23048 : cluster 0 pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:17 smithi027 bash[31536]: cluster 2023-12-07T19:25:15.870087+0000 mgr.a (mgr.24293) 23048 : cluster 0 pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:18.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:18.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:18.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:18.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:18.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:18.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:18.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:18.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:19 smithi022 bash[28554]: cluster 2023-12-07T19:25:17.870666+0000 mgr.a (mgr.24293) 23049 : cluster 0 pgmap v17236: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:19 smithi022 bash[28554]: audit 2023-12-07T19:25:18.472575+0000 mgr.a (mgr.24293) 23050 : audit 0 from='client.453270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:19 smithi044 bash[32620]: cluster 2023-12-07T19:25:17.870666+0000 mgr.a (mgr.24293) 23049 : cluster 0 pgmap v17236: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:19 smithi044 bash[32620]: audit 2023-12-07T19:25:18.472575+0000 mgr.a (mgr.24293) 23050 : audit 0 from='client.453270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:19 smithi027 bash[31536]: cluster 2023-12-07T19:25:17.870666+0000 mgr.a (mgr.24293) 23049 : cluster 0 pgmap v17236: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:19 smithi027 bash[31536]: audit 2023-12-07T19:25:18.472575+0000 mgr.a (mgr.24293) 23050 : audit 0 from='client.453270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:21 smithi022 bash[28554]: cluster 2023-12-07T19:25:19.871319+0000 mgr.a (mgr.24293) 23051 : cluster 0 pgmap v17237: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:21 smithi044 bash[32620]: cluster 2023-12-07T19:25:19.871319+0000 mgr.a (mgr.24293) 23051 : cluster 0 pgmap v17237: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:21 smithi027 bash[31536]: cluster 2023-12-07T19:25:19.871319+0000 mgr.a (mgr.24293) 23051 : cluster 0 pgmap v17237: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:23 smithi022 bash[28554]: cluster 2023-12-07T19:25:21.872126+0000 mgr.a (mgr.24293) 23052 : cluster 0 pgmap v17238: 33 pgs: 33 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:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:23 smithi044 bash[32620]: cluster 2023-12-07T19:25:21.872126+0000 mgr.a (mgr.24293) 23052 : cluster 0 pgmap v17238: 33 pgs: 33 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:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:23 smithi027 bash[31536]: cluster 2023-12-07T19:25:21.872126+0000 mgr.a (mgr.24293) 23052 : cluster 0 pgmap v17238: 33 pgs: 33 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:23.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:23.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:23.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:24.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:24.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:24.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:24.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:24.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:25 smithi022 bash[28554]: cluster 2023-12-07T19:25:23.872690+0000 mgr.a (mgr.24293) 23053 : cluster 0 pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:25 smithi022 bash[28554]: audit 2023-12-07T19:25:24.388508+0000 mgr.a (mgr.24293) 23054 : audit 0 from='client.453348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:25 smithi044 bash[32620]: cluster 2023-12-07T19:25:23.872690+0000 mgr.a (mgr.24293) 23053 : cluster 0 pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:25 smithi044 bash[32620]: audit 2023-12-07T19:25:24.388508+0000 mgr.a (mgr.24293) 23054 : audit 0 from='client.453348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:25 smithi027 bash[31536]: cluster 2023-12-07T19:25:23.872690+0000 mgr.a (mgr.24293) 23053 : cluster 0 pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:25 smithi027 bash[31536]: audit 2023-12-07T19:25:24.388508+0000 mgr.a (mgr.24293) 23054 : audit 0 from='client.453348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:27 smithi022 bash[28554]: cluster 2023-12-07T19:25:25.873593+0000 mgr.a (mgr.24293) 23055 : cluster 0 pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:27 smithi044 bash[32620]: cluster 2023-12-07T19:25:25.873593+0000 mgr.a (mgr.24293) 23055 : cluster 0 pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:27 smithi027 bash[31536]: cluster 2023-12-07T19:25:25.873593+0000 mgr.a (mgr.24293) 23055 : cluster 0 pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:29 smithi022 bash[28554]: cluster 2023-12-07T19:25:27.874286+0000 mgr.a (mgr.24293) 23056 : cluster 0 pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:29 smithi044 bash[32620]: cluster 2023-12-07T19:25:27.874286+0000 mgr.a (mgr.24293) 23056 : cluster 0 pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:29 smithi027 bash[31536]: cluster 2023-12-07T19:25:27.874286+0000 mgr.a (mgr.24293) 23056 : cluster 0 pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:29.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:29.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:29.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:30.827 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:30.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:30.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:30.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:30.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:31 smithi022 bash[28554]: cluster 2023-12-07T19:25:29.874946+0000 mgr.a (mgr.24293) 23057 : cluster 0 pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:31 smithi022 bash[28554]: audit 2023-12-07T19:25:30.308635+0000 mgr.a (mgr.24293) 23058 : audit 0 from='client.453426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:31 smithi044 bash[32620]: cluster 2023-12-07T19:25:29.874946+0000 mgr.a (mgr.24293) 23057 : cluster 0 pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:31 smithi044 bash[32620]: audit 2023-12-07T19:25:30.308635+0000 mgr.a (mgr.24293) 23058 : audit 0 from='client.453426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:31 smithi027 bash[31536]: cluster 2023-12-07T19:25:29.874946+0000 mgr.a (mgr.24293) 23057 : cluster 0 pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:31 smithi027 bash[31536]: audit 2023-12-07T19:25:30.308635+0000 mgr.a (mgr.24293) 23058 : audit 0 from='client.453426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:33 smithi022 bash[28554]: cluster 2023-12-07T19:25:31.876032+0000 mgr.a (mgr.24293) 23059 : cluster 0 pgmap v17243: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:33 smithi044 bash[32620]: cluster 2023-12-07T19:25:31.876032+0000 mgr.a (mgr.24293) 23059 : cluster 0 pgmap v17243: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:33 smithi027 bash[31536]: cluster 2023-12-07T19:25:31.876032+0000 mgr.a (mgr.24293) 23059 : cluster 0 pgmap v17243: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:35 smithi022 bash[28554]: cluster 2023-12-07T19:25:33.876594+0000 mgr.a (mgr.24293) 23060 : cluster 0 pgmap v17244: 33 pgs: 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:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:35 smithi044 bash[32620]: cluster 2023-12-07T19:25:33.876594+0000 mgr.a (mgr.24293) 23060 : cluster 0 pgmap v17244: 33 pgs: 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:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:35 smithi027 bash[31536]: cluster 2023-12-07T19:25:33.876594+0000 mgr.a (mgr.24293) 23060 : cluster 0 pgmap v17244: 33 pgs: 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:35.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:35.831 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:35.831 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:36 smithi022 bash[28554]: audit 2023-12-07T19:25:36.118512+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:36 smithi044 bash[32620]: audit 2023-12-07T19:25:36.118512+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:36 smithi027 bash[31536]: audit 2023-12-07T19:25:36.118512+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:36.740 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:36.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:36.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:36.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:36.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:37 smithi022 bash[28554]: cluster 2023-12-07T19:25:35.877367+0000 mgr.a (mgr.24293) 23061 : cluster 0 pgmap v17245: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:37 smithi022 bash[28554]: audit 2023-12-07T19:25:36.244978+0000 mgr.a (mgr.24293) 23062 : audit 0 from='client.453504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:37 smithi044 bash[32620]: cluster 2023-12-07T19:25:35.877367+0000 mgr.a (mgr.24293) 23061 : cluster 0 pgmap v17245: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:37 smithi044 bash[32620]: audit 2023-12-07T19:25:36.244978+0000 mgr.a (mgr.24293) 23062 : audit 0 from='client.453504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:37 smithi027 bash[31536]: cluster 2023-12-07T19:25:35.877367+0000 mgr.a (mgr.24293) 23061 : cluster 0 pgmap v17245: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:37 smithi027 bash[31536]: audit 2023-12-07T19:25:36.244978+0000 mgr.a (mgr.24293) 23062 : audit 0 from='client.453504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.305619+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.311737+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.383993+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.388463+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.392772+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.396385+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.397561+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.398711+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:38 smithi022 bash[28554]: audit 2023-12-07T19:25:37.405324+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.305619+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.311737+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.383993+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.388463+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.392772+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.396385+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.397561+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.398711+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:38.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:38 smithi044 bash[32620]: audit 2023-12-07T19:25:37.405324+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.305619+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.311737+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.383993+0000 mon.a (mon.0) 3625 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.388463+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.392772+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.396385+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.397561+0000 mon.a (mon.0) 3629 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.398711+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:38 smithi027 bash[31536]: audit 2023-12-07T19:25:37.405324+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:25:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:39 smithi022 bash[28554]: cluster 2023-12-07T19:25:37.878194+0000 mgr.a (mgr.24293) 23063 : cluster 0 pgmap v17246: 33 pgs: 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:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:39 smithi044 bash[32620]: cluster 2023-12-07T19:25:37.878194+0000 mgr.a (mgr.24293) 23063 : cluster 0 pgmap v17246: 33 pgs: 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:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:39 smithi027 bash[31536]: cluster 2023-12-07T19:25:37.878194+0000 mgr.a (mgr.24293) 23063 : cluster 0 pgmap v17246: 33 pgs: 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:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:41 smithi022 bash[28554]: cluster 2023-12-07T19:25:39.878931+0000 mgr.a (mgr.24293) 23064 : cluster 0 pgmap v17247: 33 pgs: 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:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:41 smithi044 bash[32620]: cluster 2023-12-07T19:25:39.878931+0000 mgr.a (mgr.24293) 23064 : cluster 0 pgmap v17247: 33 pgs: 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:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:41 smithi027 bash[31536]: cluster 2023-12-07T19:25:39.878931+0000 mgr.a (mgr.24293) 23064 : cluster 0 pgmap v17247: 33 pgs: 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:41.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:41.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:41.745 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:42.675 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:42.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:42.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:42.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:42.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:43 smithi022 bash[28554]: cluster 2023-12-07T19:25:41.879613+0000 mgr.a (mgr.24293) 23065 : cluster 0 pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:43 smithi022 bash[28554]: audit 2023-12-07T19:25:42.159021+0000 mgr.a (mgr.24293) 23066 : audit 0 from='client.365695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:43 smithi044 bash[32620]: cluster 2023-12-07T19:25:41.879613+0000 mgr.a (mgr.24293) 23065 : cluster 0 pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:43 smithi044 bash[32620]: audit 2023-12-07T19:25:42.159021+0000 mgr.a (mgr.24293) 23066 : audit 0 from='client.365695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:43 smithi027 bash[31536]: cluster 2023-12-07T19:25:41.879613+0000 mgr.a (mgr.24293) 23065 : cluster 0 pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:43 smithi027 bash[31536]: audit 2023-12-07T19:25:42.159021+0000 mgr.a (mgr.24293) 23066 : audit 0 from='client.365695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:45 smithi027 bash[31536]: cluster 2023-12-07T19:25:43.880447+0000 mgr.a (mgr.24293) 23067 : cluster 0 pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:45 smithi022 bash[28554]: cluster 2023-12-07T19:25:43.880447+0000 mgr.a (mgr.24293) 23067 : cluster 0 pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:45 smithi044 bash[32620]: cluster 2023-12-07T19:25:43.880447+0000 mgr.a (mgr.24293) 23067 : cluster 0 pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:47.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:47.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:47 smithi027 bash[31536]: cluster 2023-12-07T19:25:45.881313+0000 mgr.a (mgr.24293) 23068 : cluster 0 pgmap v17250: 33 pgs: 33 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:47.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:47 smithi022 bash[28554]: cluster 2023-12-07T19:25:45.881313+0000 mgr.a (mgr.24293) 23068 : cluster 0 pgmap v17250: 33 pgs: 33 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:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:47 smithi044 bash[32620]: cluster 2023-12-07T19:25:45.881313+0000 mgr.a (mgr.24293) 23068 : cluster 0 pgmap v17250: 33 pgs: 33 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:48.613 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:48.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:48.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:48.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:48.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:49 smithi027 bash[31536]: cluster 2023-12-07T19:25:47.881845+0000 mgr.a (mgr.24293) 23069 : cluster 0 pgmap v17251: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:49 smithi027 bash[31536]: audit 2023-12-07T19:25:48.095739+0000 mgr.a (mgr.24293) 23070 : audit 0 from='client.453654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:49 smithi022 bash[28554]: cluster 2023-12-07T19:25:47.881845+0000 mgr.a (mgr.24293) 23069 : cluster 0 pgmap v17251: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:49 smithi022 bash[28554]: audit 2023-12-07T19:25:48.095739+0000 mgr.a (mgr.24293) 23070 : audit 0 from='client.453654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:49 smithi044 bash[32620]: cluster 2023-12-07T19:25:47.881845+0000 mgr.a (mgr.24293) 23069 : cluster 0 pgmap v17251: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:49 smithi044 bash[32620]: audit 2023-12-07T19:25:48.095739+0000 mgr.a (mgr.24293) 23070 : audit 0 from='client.453654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:51 smithi027 bash[31536]: cluster 2023-12-07T19:25:49.882588+0000 mgr.a (mgr.24293) 23071 : cluster 0 pgmap v17252: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:51 smithi022 bash[28554]: cluster 2023-12-07T19:25:49.882588+0000 mgr.a (mgr.24293) 23071 : cluster 0 pgmap v17252: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:51 smithi044 bash[32620]: cluster 2023-12-07T19:25:49.882588+0000 mgr.a (mgr.24293) 23071 : cluster 0 pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:53.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:53.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:53.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:53 smithi027 bash[31536]: cluster 2023-12-07T19:25:51.883423+0000 mgr.a (mgr.24293) 23072 : cluster 0 pgmap v17253: 33 pgs: 33 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:53.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:53 smithi022 bash[28554]: cluster 2023-12-07T19:25:51.883423+0000 mgr.a (mgr.24293) 23072 : cluster 0 pgmap v17253: 33 pgs: 33 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:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:53 smithi044 bash[32620]: cluster 2023-12-07T19:25:51.883423+0000 mgr.a (mgr.24293) 23072 : cluster 0 pgmap v17253: 33 pgs: 33 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:54.568 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:25:54.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:54.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:54.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:54.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:25:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:55 smithi027 bash[31536]: cluster 2023-12-07T19:25:53.883978+0000 mgr.a (mgr.24293) 23073 : cluster 0 pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:55 smithi027 bash[31536]: audit 2023-12-07T19:25:54.029819+0000 mgr.a (mgr.24293) 23074 : audit 0 from='client.453729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:55 smithi022 bash[28554]: cluster 2023-12-07T19:25:53.883978+0000 mgr.a (mgr.24293) 23073 : cluster 0 pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:55 smithi022 bash[28554]: audit 2023-12-07T19:25:54.029819+0000 mgr.a (mgr.24293) 23074 : audit 0 from='client.453729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:55 smithi044 bash[32620]: cluster 2023-12-07T19:25:53.883978+0000 mgr.a (mgr.24293) 23073 : cluster 0 pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:55 smithi044 bash[32620]: audit 2023-12-07T19:25:54.029819+0000 mgr.a (mgr.24293) 23074 : audit 0 from='client.453729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:57 smithi022 bash[28554]: cluster 2023-12-07T19:25:55.884922+0000 mgr.a (mgr.24293) 23075 : cluster 0 pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:57 smithi044 bash[32620]: cluster 2023-12-07T19:25:55.884922+0000 mgr.a (mgr.24293) 23075 : cluster 0 pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:57 smithi027 bash[31536]: cluster 2023-12-07T19:25:55.884922+0000 mgr.a (mgr.24293) 23075 : cluster 0 pgmap v17255: 33 pgs: 33 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:59.571 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:25:59.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:59.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:59.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:25:59 smithi022 bash[28554]: cluster 2023-12-07T19:25:57.885529+0000 mgr.a (mgr.24293) 23076 : cluster 0 pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:25:59 smithi044 bash[32620]: cluster 2023-12-07T19:25:57.885529+0000 mgr.a (mgr.24293) 23076 : cluster 0 pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:25:59 smithi027 bash[31536]: cluster 2023-12-07T19:25:57.885529+0000 mgr.a (mgr.24293) 23076 : cluster 0 pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:00.539 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:00.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:00.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:00.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:00.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:01 smithi022 bash[28554]: cluster 2023-12-07T19:25:59.886059+0000 mgr.a (mgr.24293) 23077 : cluster 0 pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:01 smithi022 bash[28554]: audit 2023-12-07T19:25:59.985773+0000 mgr.a (mgr.24293) 23078 : audit 0 from='client.453801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:01 smithi044 bash[32620]: cluster 2023-12-07T19:25:59.886059+0000 mgr.a (mgr.24293) 23077 : cluster 0 pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:01 smithi044 bash[32620]: audit 2023-12-07T19:25:59.985773+0000 mgr.a (mgr.24293) 23078 : audit 0 from='client.453801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:01 smithi027 bash[31536]: cluster 2023-12-07T19:25:59.886059+0000 mgr.a (mgr.24293) 23077 : cluster 0 pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:01 smithi027 bash[31536]: audit 2023-12-07T19:25:59.985773+0000 mgr.a (mgr.24293) 23078 : audit 0 from='client.453801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:03 smithi022 bash[28554]: cluster 2023-12-07T19:26:01.887039+0000 mgr.a (mgr.24293) 23079 : cluster 0 pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:26:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:03 smithi044 bash[32620]: cluster 2023-12-07T19:26:01.887039+0000 mgr.a (mgr.24293) 23079 : cluster 0 pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:26:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:03 smithi027 bash[31536]: cluster 2023-12-07T19:26:01.887039+0000 mgr.a (mgr.24293) 23079 : cluster 0 pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:26:05.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:05.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:05.542 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:05 smithi022 bash[28554]: cluster 2023-12-07T19:26:03.887630+0000 mgr.a (mgr.24293) 23080 : cluster 0 pgmap v17259: 33 pgs: 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:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:05 smithi044 bash[32620]: cluster 2023-12-07T19:26:03.887630+0000 mgr.a (mgr.24293) 23080 : cluster 0 pgmap v17259: 33 pgs: 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:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:05 smithi027 bash[31536]: cluster 2023-12-07T19:26:03.887630+0000 mgr.a (mgr.24293) 23080 : cluster 0 pgmap v17259: 33 pgs: 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:06.473 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:06.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:06.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:06.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:06.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:07 smithi022 bash[28554]: cluster 2023-12-07T19:26:05.888304+0000 mgr.a (mgr.24293) 23081 : cluster 0 pgmap v17260: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:07 smithi022 bash[28554]: audit 2023-12-07T19:26:05.948726+0000 mgr.a (mgr.24293) 23082 : audit 0 from='client.453876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:07 smithi044 bash[32620]: cluster 2023-12-07T19:26:05.888304+0000 mgr.a (mgr.24293) 23081 : cluster 0 pgmap v17260: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:07 smithi044 bash[32620]: audit 2023-12-07T19:26:05.948726+0000 mgr.a (mgr.24293) 23082 : audit 0 from='client.453876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:07 smithi027 bash[31536]: cluster 2023-12-07T19:26:05.888304+0000 mgr.a (mgr.24293) 23081 : cluster 0 pgmap v17260: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:07 smithi027 bash[31536]: audit 2023-12-07T19:26:05.948726+0000 mgr.a (mgr.24293) 23082 : audit 0 from='client.453876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:09 smithi022 bash[28554]: cluster 2023-12-07T19:26:07.889130+0000 mgr.a (mgr.24293) 23083 : cluster 0 pgmap v17261: 33 pgs: 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:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:09 smithi044 bash[32620]: cluster 2023-12-07T19:26:07.889130+0000 mgr.a (mgr.24293) 23083 : cluster 0 pgmap v17261: 33 pgs: 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:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:09 smithi027 bash[31536]: cluster 2023-12-07T19:26:07.889130+0000 mgr.a (mgr.24293) 23083 : cluster 0 pgmap v17261: 33 pgs: 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:11.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:11.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:11.478 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:11 smithi022 bash[28554]: cluster 2023-12-07T19:26:09.889756+0000 mgr.a (mgr.24293) 23084 : cluster 0 pgmap v17262: 33 pgs: 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:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:11 smithi044 bash[32620]: cluster 2023-12-07T19:26:09.889756+0000 mgr.a (mgr.24293) 23084 : cluster 0 pgmap v17262: 33 pgs: 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:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:11 smithi027 bash[31536]: cluster 2023-12-07T19:26:09.889756+0000 mgr.a (mgr.24293) 23084 : cluster 0 pgmap v17262: 33 pgs: 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:12.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:12.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:12.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:12.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:12.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:13 smithi022 bash[28554]: cluster 2023-12-07T19:26:11.890608+0000 mgr.a (mgr.24293) 23085 : cluster 0 pgmap v17263: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:13 smithi022 bash[28554]: audit 2023-12-07T19:26:11.892900+0000 mgr.a (mgr.24293) 23086 : audit 0 from='client.453954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:13 smithi044 bash[32620]: cluster 2023-12-07T19:26:11.890608+0000 mgr.a (mgr.24293) 23085 : cluster 0 pgmap v17263: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:13 smithi044 bash[32620]: audit 2023-12-07T19:26:11.892900+0000 mgr.a (mgr.24293) 23086 : audit 0 from='client.453954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:13 smithi027 bash[31536]: cluster 2023-12-07T19:26:11.890608+0000 mgr.a (mgr.24293) 23085 : cluster 0 pgmap v17263: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:13 smithi027 bash[31536]: audit 2023-12-07T19:26:11.892900+0000 mgr.a (mgr.24293) 23086 : audit 0 from='client.453954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:15 smithi022 bash[28554]: cluster 2023-12-07T19:26:13.891367+0000 mgr.a (mgr.24293) 23087 : cluster 0 pgmap v17264: 33 pgs: 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:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:15 smithi044 bash[32620]: cluster 2023-12-07T19:26:13.891367+0000 mgr.a (mgr.24293) 23087 : cluster 0 pgmap v17264: 33 pgs: 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:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:15 smithi027 bash[31536]: cluster 2023-12-07T19:26:13.891367+0000 mgr.a (mgr.24293) 23087 : cluster 0 pgmap v17264: 33 pgs: 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:17.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:17.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:17.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:17 smithi022 bash[28554]: cluster 2023-12-07T19:26:15.892211+0000 mgr.a (mgr.24293) 23088 : cluster 0 pgmap v17265: 33 pgs: 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:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:17 smithi044 bash[32620]: cluster 2023-12-07T19:26:15.892211+0000 mgr.a (mgr.24293) 23088 : cluster 0 pgmap v17265: 33 pgs: 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:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:17 smithi027 bash[31536]: cluster 2023-12-07T19:26:15.892211+0000 mgr.a (mgr.24293) 23088 : cluster 0 pgmap v17265: 33 pgs: 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:18.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:18.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:18.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:18.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:18.377 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:19 smithi022 bash[28554]: audit 2023-12-07T19:26:17.866480+0000 mgr.a (mgr.24293) 23089 : audit 0 from='client.454029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:19 smithi022 bash[28554]: cluster 2023-12-07T19:26:17.892989+0000 mgr.a (mgr.24293) 23090 : cluster 0 pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:19 smithi044 bash[32620]: audit 2023-12-07T19:26:17.866480+0000 mgr.a (mgr.24293) 23089 : audit 0 from='client.454029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:19 smithi044 bash[32620]: cluster 2023-12-07T19:26:17.892989+0000 mgr.a (mgr.24293) 23090 : cluster 0 pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:19 smithi027 bash[31536]: audit 2023-12-07T19:26:17.866480+0000 mgr.a (mgr.24293) 23089 : audit 0 from='client.454029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:19 smithi027 bash[31536]: cluster 2023-12-07T19:26:17.892989+0000 mgr.a (mgr.24293) 23090 : cluster 0 pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:21 smithi022 bash[28554]: cluster 2023-12-07T19:26:19.893722+0000 mgr.a (mgr.24293) 23091 : cluster 0 pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:21 smithi044 bash[32620]: cluster 2023-12-07T19:26:19.893722+0000 mgr.a (mgr.24293) 23091 : cluster 0 pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:21 smithi027 bash[31536]: cluster 2023-12-07T19:26:19.893722+0000 mgr.a (mgr.24293) 23091 : cluster 0 pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:23.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:23.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:23.381 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:23.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:23 smithi022 bash[28554]: cluster 2023-12-07T19:26:21.894566+0000 mgr.a (mgr.24293) 23092 : cluster 0 pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:23 smithi044 bash[32620]: cluster 2023-12-07T19:26:21.894566+0000 mgr.a (mgr.24293) 23092 : cluster 0 pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:23 smithi027 bash[31536]: cluster 2023-12-07T19:26:21.894566+0000 mgr.a (mgr.24293) 23092 : cluster 0 pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:24.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:24.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:24.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:24.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:24.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:24 smithi022 bash[28554]: audit 2023-12-07T19:26:23.790824+0000 mgr.a (mgr.24293) 23093 : audit 0 from='client.454104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:24 smithi044 bash[32620]: audit 2023-12-07T19:26:23.790824+0000 mgr.a (mgr.24293) 23093 : audit 0 from='client.454104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:24 smithi027 bash[31536]: audit 2023-12-07T19:26:23.790824+0000 mgr.a (mgr.24293) 23093 : audit 0 from='client.454104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:25 smithi022 bash[28554]: cluster 2023-12-07T19:26:23.895254+0000 mgr.a (mgr.24293) 23094 : cluster 0 pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:25 smithi044 bash[32620]: cluster 2023-12-07T19:26:23.895254+0000 mgr.a (mgr.24293) 23094 : cluster 0 pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:25 smithi027 bash[31536]: cluster 2023-12-07T19:26:23.895254+0000 mgr.a (mgr.24293) 23094 : cluster 0 pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:27 smithi022 bash[28554]: cluster 2023-12-07T19:26:25.896163+0000 mgr.a (mgr.24293) 23095 : cluster 0 pgmap v17270: 33 pgs: 33 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:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:27 smithi044 bash[32620]: cluster 2023-12-07T19:26:25.896163+0000 mgr.a (mgr.24293) 23095 : cluster 0 pgmap v17270: 33 pgs: 33 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:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:27 smithi027 bash[31536]: cluster 2023-12-07T19:26:25.896163+0000 mgr.a (mgr.24293) 23095 : cluster 0 pgmap v17270: 33 pgs: 33 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:29.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:29.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:29.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:29 smithi022 bash[28554]: cluster 2023-12-07T19:26:27.896752+0000 mgr.a (mgr.24293) 23096 : cluster 0 pgmap v17271: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:29 smithi044 bash[32620]: cluster 2023-12-07T19:26:27.896752+0000 mgr.a (mgr.24293) 23096 : cluster 0 pgmap v17271: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:29 smithi027 bash[31536]: cluster 2023-12-07T19:26:27.896752+0000 mgr.a (mgr.24293) 23096 : cluster 0 pgmap v17271: 33 pgs: 33 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:30.266 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:30.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:30.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:30.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:30.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:30 smithi022 bash[28554]: audit 2023-12-07T19:26:29.732085+0000 mgr.a (mgr.24293) 23097 : audit 0 from='client.454176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:30 smithi044 bash[32620]: audit 2023-12-07T19:26:29.732085+0000 mgr.a (mgr.24293) 23097 : audit 0 from='client.454176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:30 smithi027 bash[31536]: audit 2023-12-07T19:26:29.732085+0000 mgr.a (mgr.24293) 23097 : audit 0 from='client.454176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:31.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:31 smithi022 bash[28554]: cluster 2023-12-07T19:26:29.897609+0000 mgr.a (mgr.24293) 23098 : cluster 0 pgmap v17272: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:31 smithi044 bash[32620]: cluster 2023-12-07T19:26:29.897609+0000 mgr.a (mgr.24293) 23098 : cluster 0 pgmap v17272: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:31 smithi027 bash[31536]: cluster 2023-12-07T19:26:29.897609+0000 mgr.a (mgr.24293) 23098 : cluster 0 pgmap v17272: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:33 smithi022 bash[28554]: cluster 2023-12-07T19:26:31.898626+0000 mgr.a (mgr.24293) 23099 : cluster 0 pgmap v17273: 33 pgs: 33 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:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:33 smithi044 bash[32620]: cluster 2023-12-07T19:26:31.898626+0000 mgr.a (mgr.24293) 23099 : cluster 0 pgmap v17273: 33 pgs: 33 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:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:33 smithi027 bash[31536]: cluster 2023-12-07T19:26:31.898626+0000 mgr.a (mgr.24293) 23099 : cluster 0 pgmap v17273: 33 pgs: 33 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:35.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:35.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:35.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:35.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:35 smithi022 bash[28554]: cluster 2023-12-07T19:26:33.899191+0000 mgr.a (mgr.24293) 23100 : cluster 0 pgmap v17274: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:35 smithi044 bash[32620]: cluster 2023-12-07T19:26:33.899191+0000 mgr.a (mgr.24293) 23100 : cluster 0 pgmap v17274: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:35 smithi027 bash[31536]: cluster 2023-12-07T19:26:33.899191+0000 mgr.a (mgr.24293) 23100 : cluster 0 pgmap v17274: 33 pgs: 33 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.213 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:36.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:36.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:36.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:36.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:36 smithi022 bash[28554]: audit 2023-12-07T19:26:35.690853+0000 mgr.a (mgr.24293) 23101 : audit 0 from='client.454251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:36 smithi044 bash[32620]: audit 2023-12-07T19:26:35.690853+0000 mgr.a (mgr.24293) 23101 : audit 0 from='client.454251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:36 smithi027 bash[31536]: audit 2023-12-07T19:26:35.690853+0000 mgr.a (mgr.24293) 23101 : audit 0 from='client.454251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:37.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:37 smithi022 bash[28554]: cluster 2023-12-07T19:26:35.900364+0000 mgr.a (mgr.24293) 23102 : cluster 0 pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:37 smithi022 bash[28554]: audit 2023-12-07T19:26:37.508278+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:37 smithi044 bash[32620]: cluster 2023-12-07T19:26:35.900364+0000 mgr.a (mgr.24293) 23102 : cluster 0 pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:37 smithi044 bash[32620]: audit 2023-12-07T19:26:37.508278+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:37 smithi027 bash[31536]: cluster 2023-12-07T19:26:35.900364+0000 mgr.a (mgr.24293) 23102 : cluster 0 pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:37 smithi027 bash[31536]: audit 2023-12-07T19:26:37.508278+0000 mon.a (mon.0) 3632 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:38 smithi022 bash[28554]: audit 2023-12-07T19:26:38.305689+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:38 smithi022 bash[28554]: audit 2023-12-07T19:26:38.307879+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:38 smithi022 bash[28554]: audit 2023-12-07T19:26:38.318267+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:26:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:38 smithi044 bash[32620]: audit 2023-12-07T19:26:38.305689+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:38 smithi044 bash[32620]: audit 2023-12-07T19:26:38.307879+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:38 smithi044 bash[32620]: audit 2023-12-07T19:26:38.318267+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:26:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:38 smithi027 bash[31536]: audit 2023-12-07T19:26:38.305689+0000 mon.a (mon.0) 3633 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:38 smithi027 bash[31536]: audit 2023-12-07T19:26:38.307879+0000 mon.a (mon.0) 3634 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:38 smithi027 bash[31536]: audit 2023-12-07T19:26:38.318267+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:26:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:39 smithi022 bash[28554]: cluster 2023-12-07T19:26:37.901018+0000 mgr.a (mgr.24293) 23103 : cluster 0 pgmap v17276: 33 pgs: 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:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:39 smithi044 bash[32620]: cluster 2023-12-07T19:26:37.901018+0000 mgr.a (mgr.24293) 23103 : cluster 0 pgmap v17276: 33 pgs: 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:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:39 smithi027 bash[31536]: cluster 2023-12-07T19:26:37.901018+0000 mgr.a (mgr.24293) 23103 : cluster 0 pgmap v17276: 33 pgs: 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:41.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:41.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:41.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:41 smithi022 bash[28554]: cluster 2023-12-07T19:26:39.901589+0000 mgr.a (mgr.24293) 23104 : cluster 0 pgmap v17277: 33 pgs: 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:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:41 smithi044 bash[32620]: cluster 2023-12-07T19:26:39.901589+0000 mgr.a (mgr.24293) 23104 : cluster 0 pgmap v17277: 33 pgs: 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:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:41 smithi027 bash[31536]: cluster 2023-12-07T19:26:39.901589+0000 mgr.a (mgr.24293) 23104 : cluster 0 pgmap v17277: 33 pgs: 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:42.172 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:42.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:42.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:42.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:42.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:42 smithi022 bash[28554]: audit 2023-12-07T19:26:41.635146+0000 mgr.a (mgr.24293) 23105 : audit 0 from='client.454329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:42 smithi044 bash[32620]: audit 2023-12-07T19:26:41.635146+0000 mgr.a (mgr.24293) 23105 : audit 0 from='client.454329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:42 smithi027 bash[31536]: audit 2023-12-07T19:26:41.635146+0000 mgr.a (mgr.24293) 23105 : audit 0 from='client.454329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:43 smithi022 bash[28554]: cluster 2023-12-07T19:26:41.915753+0000 mgr.a (mgr.24293) 23106 : cluster 0 pgmap v17278: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:43 smithi044 bash[32620]: cluster 2023-12-07T19:26:41.915753+0000 mgr.a (mgr.24293) 23106 : cluster 0 pgmap v17278: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:43 smithi027 bash[31536]: cluster 2023-12-07T19:26:41.915753+0000 mgr.a (mgr.24293) 23106 : cluster 0 pgmap v17278: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:45 smithi022 bash[28554]: cluster 2023-12-07T19:26:43.916561+0000 mgr.a (mgr.24293) 23107 : cluster 0 pgmap v17279: 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:26:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:45 smithi044 bash[32620]: cluster 2023-12-07T19:26:43.916561+0000 mgr.a (mgr.24293) 23107 : cluster 0 pgmap v17279: 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:26:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:45 smithi027 bash[31536]: cluster 2023-12-07T19:26:43.916561+0000 mgr.a (mgr.24293) 23107 : cluster 0 pgmap v17279: 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:26:47.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:47.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:47.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:47.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:47 smithi022 bash[28554]: cluster 2023-12-07T19:26:45.917378+0000 mgr.a (mgr.24293) 23108 : cluster 0 pgmap v17280: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:47 smithi044 bash[32620]: cluster 2023-12-07T19:26:45.917378+0000 mgr.a (mgr.24293) 23108 : cluster 0 pgmap v17280: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:47 smithi027 bash[31536]: cluster 2023-12-07T19:26:45.917378+0000 mgr.a (mgr.24293) 23108 : cluster 0 pgmap v17280: 33 pgs: 33 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:48.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:48.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:48.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:48.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:48.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:48 smithi022 bash[28554]: audit 2023-12-07T19:26:47.594270+0000 mgr.a (mgr.24293) 23109 : audit 0 from='client.454404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:48 smithi044 bash[32620]: audit 2023-12-07T19:26:47.594270+0000 mgr.a (mgr.24293) 23109 : audit 0 from='client.454404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:48 smithi027 bash[31536]: audit 2023-12-07T19:26:47.594270+0000 mgr.a (mgr.24293) 23109 : audit 0 from='client.454404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:49 smithi022 bash[28554]: cluster 2023-12-07T19:26:47.917924+0000 mgr.a (mgr.24293) 23110 : cluster 0 pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:49 smithi044 bash[32620]: cluster 2023-12-07T19:26:47.917924+0000 mgr.a (mgr.24293) 23110 : cluster 0 pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:49 smithi027 bash[31536]: cluster 2023-12-07T19:26:47.917924+0000 mgr.a (mgr.24293) 23110 : cluster 0 pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:51 smithi022 bash[28554]: cluster 2023-12-07T19:26:49.918590+0000 mgr.a (mgr.24293) 23111 : cluster 0 pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:51 smithi044 bash[32620]: cluster 2023-12-07T19:26:49.918590+0000 mgr.a (mgr.24293) 23111 : cluster 0 pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:51 smithi027 bash[31536]: cluster 2023-12-07T19:26:49.918590+0000 mgr.a (mgr.24293) 23111 : cluster 0 pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:53.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:53.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:53.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:53 smithi022 bash[28554]: cluster 2023-12-07T19:26:51.919422+0000 mgr.a (mgr.24293) 23112 : cluster 0 pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:53 smithi044 bash[32620]: cluster 2023-12-07T19:26:51.919422+0000 mgr.a (mgr.24293) 23112 : cluster 0 pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:53 smithi027 bash[31536]: cluster 2023-12-07T19:26:51.919422+0000 mgr.a (mgr.24293) 23112 : cluster 0 pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:54.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:54.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:54.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:54.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:54.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:26:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:54 smithi022 bash[28554]: audit 2023-12-07T19:26:53.527966+0000 mgr.a (mgr.24293) 23113 : audit 0 from='client.454482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:54 smithi044 bash[32620]: audit 2023-12-07T19:26:53.527966+0000 mgr.a (mgr.24293) 23113 : audit 0 from='client.454482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:54 smithi027 bash[31536]: audit 2023-12-07T19:26:53.527966+0000 mgr.a (mgr.24293) 23113 : audit 0 from='client.454482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:55 smithi022 bash[28554]: cluster 2023-12-07T19:26:53.920185+0000 mgr.a (mgr.24293) 23114 : cluster 0 pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:55 smithi044 bash[32620]: cluster 2023-12-07T19:26:53.920185+0000 mgr.a (mgr.24293) 23114 : cluster 0 pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:55 smithi027 bash[31536]: cluster 2023-12-07T19:26:53.920185+0000 mgr.a (mgr.24293) 23114 : cluster 0 pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:57 smithi022 bash[28554]: cluster 2023-12-07T19:26:55.920991+0000 mgr.a (mgr.24293) 23115 : cluster 0 pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:57 smithi044 bash[32620]: cluster 2023-12-07T19:26:55.920991+0000 mgr.a (mgr.24293) 23115 : cluster 0 pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:57 smithi027 bash[31536]: cluster 2023-12-07T19:26:55.920991+0000 mgr.a (mgr.24293) 23115 : cluster 0 pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:59.049 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:26:59.049 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:59.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:26:59 smithi022 bash[28554]: cluster 2023-12-07T19:26:57.921539+0000 mgr.a (mgr.24293) 23116 : cluster 0 pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:26:59 smithi044 bash[32620]: cluster 2023-12-07T19:26:57.921539+0000 mgr.a (mgr.24293) 23116 : cluster 0 pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:26:59 smithi027 bash[31536]: cluster 2023-12-07T19:26:57.921539+0000 mgr.a (mgr.24293) 23116 : cluster 0 pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:59.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:26:59.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:59.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:59.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:59.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:00 smithi022 bash[28554]: audit 2023-12-07T19:26:59.464246+0000 mgr.a (mgr.24293) 23117 : audit 0 from='client.454557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:00 smithi044 bash[32620]: audit 2023-12-07T19:26:59.464246+0000 mgr.a (mgr.24293) 23117 : audit 0 from='client.454557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:00 smithi027 bash[31536]: audit 2023-12-07T19:26:59.464246+0000 mgr.a (mgr.24293) 23117 : audit 0 from='client.454557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:01 smithi022 bash[28554]: cluster 2023-12-07T19:26:59.922100+0000 mgr.a (mgr.24293) 23118 : cluster 0 pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:01 smithi044 bash[32620]: cluster 2023-12-07T19:26:59.922100+0000 mgr.a (mgr.24293) 23118 : cluster 0 pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:01 smithi027 bash[31536]: cluster 2023-12-07T19:26:59.922100+0000 mgr.a (mgr.24293) 23118 : cluster 0 pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:03 smithi022 bash[28554]: cluster 2023-12-07T19:27:01.922950+0000 mgr.a (mgr.24293) 23119 : cluster 0 pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:03 smithi044 bash[32620]: cluster 2023-12-07T19:27:01.922950+0000 mgr.a (mgr.24293) 23119 : cluster 0 pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:03 smithi027 bash[31536]: cluster 2023-12-07T19:27:01.922950+0000 mgr.a (mgr.24293) 23119 : cluster 0 pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:04.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:04.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:04.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:05 smithi022 bash[28554]: cluster 2023-12-07T19:27:03.923567+0000 mgr.a (mgr.24293) 23120 : cluster 0 pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:05 smithi044 bash[32620]: cluster 2023-12-07T19:27:03.923567+0000 mgr.a (mgr.24293) 23120 : cluster 0 pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:05 smithi027 bash[31536]: cluster 2023-12-07T19:27:03.923567+0000 mgr.a (mgr.24293) 23120 : cluster 0 pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:05.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:05.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:05.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:05.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:05.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:06 smithi022 bash[28554]: audit 2023-12-07T19:27:05.409363+0000 mgr.a (mgr.24293) 23121 : audit 0 from='client.454635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:06 smithi044 bash[32620]: audit 2023-12-07T19:27:05.409363+0000 mgr.a (mgr.24293) 23121 : audit 0 from='client.454635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:06 smithi027 bash[31536]: audit 2023-12-07T19:27:05.409363+0000 mgr.a (mgr.24293) 23121 : audit 0 from='client.454635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:07 smithi022 bash[28554]: cluster 2023-12-07T19:27:05.924578+0000 mgr.a (mgr.24293) 23122 : cluster 0 pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:07 smithi044 bash[32620]: cluster 2023-12-07T19:27:05.924578+0000 mgr.a (mgr.24293) 23122 : cluster 0 pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:07 smithi027 bash[31536]: cluster 2023-12-07T19:27:05.924578+0000 mgr.a (mgr.24293) 23122 : cluster 0 pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:09 smithi022 bash[28554]: cluster 2023-12-07T19:27:07.925294+0000 mgr.a (mgr.24293) 23123 : cluster 0 pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:09 smithi044 bash[32620]: cluster 2023-12-07T19:27:07.925294+0000 mgr.a (mgr.24293) 23123 : cluster 0 pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:09 smithi027 bash[31536]: cluster 2023-12-07T19:27:07.925294+0000 mgr.a (mgr.24293) 23123 : cluster 0 pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:10.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:10.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:10.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:11.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:11.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:11.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:11.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:11.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:11 smithi022 bash[28554]: cluster 2023-12-07T19:27:09.926040+0000 mgr.a (mgr.24293) 23124 : cluster 0 pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:11 smithi044 bash[32620]: cluster 2023-12-07T19:27:09.926040+0000 mgr.a (mgr.24293) 23124 : cluster 0 pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:11 smithi027 bash[31536]: cluster 2023-12-07T19:27:09.926040+0000 mgr.a (mgr.24293) 23124 : cluster 0 pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:12 smithi022 bash[28554]: audit 2023-12-07T19:27:11.369282+0000 mgr.a (mgr.24293) 23125 : audit 0 from='client.454713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:12 smithi044 bash[32620]: audit 2023-12-07T19:27:11.369282+0000 mgr.a (mgr.24293) 23125 : audit 0 from='client.454713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:12 smithi027 bash[31536]: audit 2023-12-07T19:27:11.369282+0000 mgr.a (mgr.24293) 23125 : audit 0 from='client.454713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:13 smithi022 bash[28554]: cluster 2023-12-07T19:27:11.927211+0000 mgr.a (mgr.24293) 23126 : cluster 0 pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:13 smithi044 bash[32620]: cluster 2023-12-07T19:27:11.927211+0000 mgr.a (mgr.24293) 23126 : cluster 0 pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:13 smithi027 bash[31536]: cluster 2023-12-07T19:27:11.927211+0000 mgr.a (mgr.24293) 23126 : cluster 0 pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:15 smithi022 bash[28554]: cluster 2023-12-07T19:27:13.927851+0000 mgr.a (mgr.24293) 23127 : cluster 0 pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:15 smithi044 bash[32620]: cluster 2023-12-07T19:27:13.927851+0000 mgr.a (mgr.24293) 23127 : cluster 0 pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:15 smithi027 bash[31536]: cluster 2023-12-07T19:27:13.927851+0000 mgr.a (mgr.24293) 23127 : cluster 0 pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:16.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:16.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:16.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:17.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:17.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:17.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:17.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:17.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:17 smithi027 bash[31536]: cluster 2023-12-07T19:27:15.928604+0000 mgr.a (mgr.24293) 23128 : cluster 0 pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:17 smithi022 bash[28554]: cluster 2023-12-07T19:27:15.928604+0000 mgr.a (mgr.24293) 23128 : cluster 0 pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:17 smithi044 bash[32620]: cluster 2023-12-07T19:27:15.928604+0000 mgr.a (mgr.24293) 23128 : cluster 0 pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:18 smithi027 bash[31536]: audit 2023-12-07T19:27:17.324315+0000 mgr.a (mgr.24293) 23129 : audit 0 from='client.454785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:18 smithi022 bash[28554]: audit 2023-12-07T19:27:17.324315+0000 mgr.a (mgr.24293) 23129 : audit 0 from='client.454785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:18 smithi044 bash[32620]: audit 2023-12-07T19:27:17.324315+0000 mgr.a (mgr.24293) 23129 : audit 0 from='client.454785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:19 smithi027 bash[31536]: cluster 2023-12-07T19:27:17.929325+0000 mgr.a (mgr.24293) 23130 : cluster 0 pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:19 smithi022 bash[28554]: cluster 2023-12-07T19:27:17.929325+0000 mgr.a (mgr.24293) 23130 : cluster 0 pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:19 smithi044 bash[32620]: cluster 2023-12-07T19:27:17.929325+0000 mgr.a (mgr.24293) 23130 : cluster 0 pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:21 smithi027 bash[31536]: cluster 2023-12-07T19:27:19.929869+0000 mgr.a (mgr.24293) 23131 : cluster 0 pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:21 smithi022 bash[28554]: cluster 2023-12-07T19:27:19.929869+0000 mgr.a (mgr.24293) 23131 : cluster 0 pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:21 smithi044 bash[32620]: cluster 2023-12-07T19:27:19.929869+0000 mgr.a (mgr.24293) 23131 : cluster 0 pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:22.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:22.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:22.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:23.795 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:23.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:23.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:23.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:23.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:23 smithi027 bash[31536]: cluster 2023-12-07T19:27:21.930730+0000 mgr.a (mgr.24293) 23132 : cluster 0 pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:23 smithi022 bash[28554]: cluster 2023-12-07T19:27:21.930730+0000 mgr.a (mgr.24293) 23132 : cluster 0 pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:23 smithi044 bash[32620]: cluster 2023-12-07T19:27:21.930730+0000 mgr.a (mgr.24293) 23132 : cluster 0 pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:24 smithi022 bash[28554]: audit 2023-12-07T19:27:23.272461+0000 mgr.a (mgr.24293) 23133 : audit 0 from='client.454860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:24 smithi044 bash[32620]: audit 2023-12-07T19:27:23.272461+0000 mgr.a (mgr.24293) 23133 : audit 0 from='client.454860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:24 smithi027 bash[31536]: audit 2023-12-07T19:27:23.272461+0000 mgr.a (mgr.24293) 23133 : audit 0 from='client.454860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:25 smithi022 bash[28554]: cluster 2023-12-07T19:27:23.931468+0000 mgr.a (mgr.24293) 23134 : cluster 0 pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:25 smithi044 bash[32620]: cluster 2023-12-07T19:27:23.931468+0000 mgr.a (mgr.24293) 23134 : cluster 0 pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:25 smithi027 bash[31536]: cluster 2023-12-07T19:27:23.931468+0000 mgr.a (mgr.24293) 23134 : cluster 0 pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:27 smithi022 bash[28554]: cluster 2023-12-07T19:27:25.932473+0000 mgr.a (mgr.24293) 23135 : cluster 0 pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:27 smithi044 bash[32620]: cluster 2023-12-07T19:27:25.932473+0000 mgr.a (mgr.24293) 23135 : cluster 0 pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:27 smithi027 bash[31536]: cluster 2023-12-07T19:27:25.932473+0000 mgr.a (mgr.24293) 23135 : cluster 0 pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:28.799 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:28.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:28.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:29.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:29.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:29.757 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:29.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:29.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:29 smithi022 bash[28554]: cluster 2023-12-07T19:27:27.933087+0000 mgr.a (mgr.24293) 23136 : cluster 0 pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:29 smithi044 bash[32620]: cluster 2023-12-07T19:27:27.933087+0000 mgr.a (mgr.24293) 23136 : cluster 0 pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:29 smithi027 bash[31536]: cluster 2023-12-07T19:27:27.933087+0000 mgr.a (mgr.24293) 23136 : cluster 0 pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:30 smithi022 bash[28554]: audit 2023-12-07T19:27:29.220104+0000 mgr.a (mgr.24293) 23137 : audit 0 from='client.454938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:30 smithi044 bash[32620]: audit 2023-12-07T19:27:29.220104+0000 mgr.a (mgr.24293) 23137 : audit 0 from='client.454938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:30 smithi027 bash[31536]: audit 2023-12-07T19:27:29.220104+0000 mgr.a (mgr.24293) 23137 : audit 0 from='client.454938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:31 smithi022 bash[28554]: cluster 2023-12-07T19:27:29.933874+0000 mgr.a (mgr.24293) 23138 : cluster 0 pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:31 smithi044 bash[32620]: cluster 2023-12-07T19:27:29.933874+0000 mgr.a (mgr.24293) 23138 : cluster 0 pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:31 smithi027 bash[31536]: cluster 2023-12-07T19:27:29.933874+0000 mgr.a (mgr.24293) 23138 : cluster 0 pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:33 smithi022 bash[28554]: cluster 2023-12-07T19:27:31.934693+0000 mgr.a (mgr.24293) 23139 : cluster 0 pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:33 smithi044 bash[32620]: cluster 2023-12-07T19:27:31.934693+0000 mgr.a (mgr.24293) 23139 : cluster 0 pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:33 smithi027 bash[31536]: cluster 2023-12-07T19:27:31.934693+0000 mgr.a (mgr.24293) 23139 : cluster 0 pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:34.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:34.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:34.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:35.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:35.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:35.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:35.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:35.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:35 smithi022 bash[28554]: cluster 2023-12-07T19:27:33.935230+0000 mgr.a (mgr.24293) 23140 : cluster 0 pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:35 smithi044 bash[32620]: cluster 2023-12-07T19:27:33.935230+0000 mgr.a (mgr.24293) 23140 : cluster 0 pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:35 smithi027 bash[31536]: cluster 2023-12-07T19:27:33.935230+0000 mgr.a (mgr.24293) 23140 : cluster 0 pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:36 smithi022 bash[28554]: audit 2023-12-07T19:27:35.171356+0000 mgr.a (mgr.24293) 23141 : audit 0 from='client.455016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:36 smithi044 bash[32620]: audit 2023-12-07T19:27:35.171356+0000 mgr.a (mgr.24293) 23141 : audit 0 from='client.455016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:36 smithi027 bash[31536]: audit 2023-12-07T19:27:35.171356+0000 mgr.a (mgr.24293) 23141 : audit 0 from='client.455016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:37 smithi022 bash[28554]: cluster 2023-12-07T19:27:35.936322+0000 mgr.a (mgr.24293) 23142 : cluster 0 pgmap v17305: 33 pgs: 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:27:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:37 smithi044 bash[32620]: cluster 2023-12-07T19:27:35.936322+0000 mgr.a (mgr.24293) 23142 : cluster 0 pgmap v17305: 33 pgs: 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:27:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:37 smithi027 bash[31536]: cluster 2023-12-07T19:27:35.936322+0000 mgr.a (mgr.24293) 23142 : cluster 0 pgmap v17305: 33 pgs: 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:27:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:38 smithi022 bash[28554]: audit 2023-12-07T19:27:38.421187+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:38 smithi044 bash[32620]: audit 2023-12-07T19:27:38.421187+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:38 smithi027 bash[31536]: audit 2023-12-07T19:27:38.421187+0000 mon.a (mon.0) 3636 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:39 smithi022 bash[28554]: cluster 2023-12-07T19:27:37.937091+0000 mgr.a (mgr.24293) 23143 : cluster 0 pgmap v17306: 33 pgs: 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:27:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:39 smithi022 bash[28554]: audit 2023-12-07T19:27:39.206295+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:39 smithi022 bash[28554]: audit 2023-12-07T19:27:39.208292+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:39 smithi022 bash[28554]: audit 2023-12-07T19:27:39.218480+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:27:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:39 smithi044 bash[32620]: cluster 2023-12-07T19:27:37.937091+0000 mgr.a (mgr.24293) 23143 : cluster 0 pgmap v17306: 33 pgs: 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:27:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:39 smithi044 bash[32620]: audit 2023-12-07T19:27:39.206295+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:39 smithi044 bash[32620]: audit 2023-12-07T19:27:39.208292+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:39 smithi044 bash[32620]: audit 2023-12-07T19:27:39.218480+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:27:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:39 smithi027 bash[31536]: cluster 2023-12-07T19:27:37.937091+0000 mgr.a (mgr.24293) 23143 : cluster 0 pgmap v17306: 33 pgs: 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:27:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:39 smithi027 bash[31536]: audit 2023-12-07T19:27:39.206295+0000 mon.a (mon.0) 3637 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:39 smithi027 bash[31536]: audit 2023-12-07T19:27:39.208292+0000 mon.a (mon.0) 3638 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:39 smithi027 bash[31536]: audit 2023-12-07T19:27:39.218480+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:27:40.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:40.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:40.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:41.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:41.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:41.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:41.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:41.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:41 smithi022 bash[28554]: cluster 2023-12-07T19:27:39.937846+0000 mgr.a (mgr.24293) 23144 : cluster 0 pgmap v17307: 33 pgs: 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:27:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:41 smithi044 bash[32620]: cluster 2023-12-07T19:27:39.937846+0000 mgr.a (mgr.24293) 23144 : cluster 0 pgmap v17307: 33 pgs: 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:27:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:41 smithi027 bash[31536]: cluster 2023-12-07T19:27:39.937846+0000 mgr.a (mgr.24293) 23144 : cluster 0 pgmap v17307: 33 pgs: 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:27:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:42 smithi022 bash[28554]: audit 2023-12-07T19:27:41.113766+0000 mgr.a (mgr.24293) 23145 : audit 0 from='client.455091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:42 smithi044 bash[32620]: audit 2023-12-07T19:27:41.113766+0000 mgr.a (mgr.24293) 23145 : audit 0 from='client.455091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:42 smithi027 bash[31536]: audit 2023-12-07T19:27:41.113766+0000 mgr.a (mgr.24293) 23145 : audit 0 from='client.455091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:43 smithi022 bash[28554]: cluster 2023-12-07T19:27:41.938961+0000 mgr.a (mgr.24293) 23146 : cluster 0 pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:43 smithi044 bash[32620]: cluster 2023-12-07T19:27:41.938961+0000 mgr.a (mgr.24293) 23146 : cluster 0 pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:43 smithi027 bash[31536]: cluster 2023-12-07T19:27:41.938961+0000 mgr.a (mgr.24293) 23146 : cluster 0 pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:45 smithi022 bash[28554]: cluster 2023-12-07T19:27:43.939519+0000 mgr.a (mgr.24293) 23147 : cluster 0 pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:45 smithi044 bash[32620]: cluster 2023-12-07T19:27:43.939519+0000 mgr.a (mgr.24293) 23147 : cluster 0 pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:45 smithi027 bash[31536]: cluster 2023-12-07T19:27:43.939519+0000 mgr.a (mgr.24293) 23147 : cluster 0 pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:46.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:46.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:46.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:47.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:47.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:47.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:47.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:47.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:47 smithi022 bash[28554]: cluster 2023-12-07T19:27:45.940270+0000 mgr.a (mgr.24293) 23148 : cluster 0 pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:47 smithi044 bash[32620]: cluster 2023-12-07T19:27:45.940270+0000 mgr.a (mgr.24293) 23148 : cluster 0 pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:47 smithi027 bash[31536]: cluster 2023-12-07T19:27:45.940270+0000 mgr.a (mgr.24293) 23148 : cluster 0 pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:48 smithi022 bash[28554]: audit 2023-12-07T19:27:47.049852+0000 mgr.a (mgr.24293) 23149 : audit 0 from='client.357236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:48 smithi044 bash[32620]: audit 2023-12-07T19:27:47.049852+0000 mgr.a (mgr.24293) 23149 : audit 0 from='client.357236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:48 smithi027 bash[31536]: audit 2023-12-07T19:27:47.049852+0000 mgr.a (mgr.24293) 23149 : audit 0 from='client.357236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:49 smithi022 bash[28554]: cluster 2023-12-07T19:27:47.941023+0000 mgr.a (mgr.24293) 23150 : cluster 0 pgmap v17311: 33 pgs: 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:27:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:49 smithi044 bash[32620]: cluster 2023-12-07T19:27:47.941023+0000 mgr.a (mgr.24293) 23150 : cluster 0 pgmap v17311: 33 pgs: 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:27:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:49 smithi027 bash[31536]: cluster 2023-12-07T19:27:47.941023+0000 mgr.a (mgr.24293) 23150 : cluster 0 pgmap v17311: 33 pgs: 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:27:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:51 smithi022 bash[28554]: cluster 2023-12-07T19:27:49.941601+0000 mgr.a (mgr.24293) 23151 : cluster 0 pgmap v17312: 33 pgs: 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:27:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:51 smithi044 bash[32620]: cluster 2023-12-07T19:27:49.941601+0000 mgr.a (mgr.24293) 23151 : cluster 0 pgmap v17312: 33 pgs: 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:27:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:51 smithi027 bash[31536]: cluster 2023-12-07T19:27:49.941601+0000 mgr.a (mgr.24293) 23151 : cluster 0 pgmap v17312: 33 pgs: 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:27:52.569 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:52.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:52.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:53.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:53.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:53.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:53.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:53.516 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:27:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:53 smithi022 bash[28554]: cluster 2023-12-07T19:27:51.942562+0000 mgr.a (mgr.24293) 23152 : cluster 0 pgmap v17313: 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:27:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:53 smithi044 bash[32620]: cluster 2023-12-07T19:27:51.942562+0000 mgr.a (mgr.24293) 23152 : cluster 0 pgmap v17313: 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:27:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:53 smithi027 bash[31536]: cluster 2023-12-07T19:27:51.942562+0000 mgr.a (mgr.24293) 23152 : cluster 0 pgmap v17313: 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:27:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:54 smithi022 bash[28554]: audit 2023-12-07T19:27:52.990316+0000 mgr.a (mgr.24293) 23153 : audit 0 from='client.455241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:54 smithi044 bash[32620]: audit 2023-12-07T19:27:52.990316+0000 mgr.a (mgr.24293) 23153 : audit 0 from='client.455241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:54 smithi027 bash[31536]: audit 2023-12-07T19:27:52.990316+0000 mgr.a (mgr.24293) 23153 : audit 0 from='client.455241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:55 smithi022 bash[28554]: cluster 2023-12-07T19:27:53.943270+0000 mgr.a (mgr.24293) 23154 : cluster 0 pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:55 smithi044 bash[32620]: cluster 2023-12-07T19:27:53.943270+0000 mgr.a (mgr.24293) 23154 : cluster 0 pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:55 smithi027 bash[31536]: cluster 2023-12-07T19:27:53.943270+0000 mgr.a (mgr.24293) 23154 : cluster 0 pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:57 smithi022 bash[28554]: cluster 2023-12-07T19:27:55.944155+0000 mgr.a (mgr.24293) 23155 : cluster 0 pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:57 smithi044 bash[32620]: cluster 2023-12-07T19:27:55.944155+0000 mgr.a (mgr.24293) 23155 : cluster 0 pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:57 smithi027 bash[31536]: cluster 2023-12-07T19:27:55.944155+0000 mgr.a (mgr.24293) 23155 : cluster 0 pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:58.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:27:58.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:58.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:59.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:27:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:59.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:27:59 smithi022 bash[28554]: cluster 2023-12-07T19:27:57.944714+0000 mgr.a (mgr.24293) 23156 : cluster 0 pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:27:59 smithi044 bash[32620]: cluster 2023-12-07T19:27:57.944714+0000 mgr.a (mgr.24293) 23156 : cluster 0 pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:27:59 smithi027 bash[31536]: cluster 2023-12-07T19:27:57.944714+0000 mgr.a (mgr.24293) 23156 : cluster 0 pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:00 smithi022 bash[28554]: audit 2023-12-07T19:27:58.936499+0000 mgr.a (mgr.24293) 23157 : audit 0 from='client.455319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:00 smithi044 bash[32620]: audit 2023-12-07T19:27:58.936499+0000 mgr.a (mgr.24293) 23157 : audit 0 from='client.455319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:00 smithi027 bash[31536]: audit 2023-12-07T19:27:58.936499+0000 mgr.a (mgr.24293) 23157 : audit 0 from='client.455319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:01 smithi022 bash[28554]: cluster 2023-12-07T19:27:59.945406+0000 mgr.a (mgr.24293) 23158 : cluster 0 pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:01 smithi044 bash[32620]: cluster 2023-12-07T19:27:59.945406+0000 mgr.a (mgr.24293) 23158 : cluster 0 pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:01 smithi027 bash[31536]: cluster 2023-12-07T19:27:59.945406+0000 mgr.a (mgr.24293) 23158 : cluster 0 pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:03 smithi022 bash[28554]: cluster 2023-12-07T19:28:01.946248+0000 mgr.a (mgr.24293) 23159 : cluster 0 pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:03 smithi044 bash[32620]: cluster 2023-12-07T19:28:01.946248+0000 mgr.a (mgr.24293) 23159 : cluster 0 pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:03 smithi027 bash[31536]: cluster 2023-12-07T19:28:01.946248+0000 mgr.a (mgr.24293) 23159 : cluster 0 pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:04.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:04.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:04.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:04 smithi022 bash[28554]: cluster 2023-12-07T19:28:03.946772+0000 mgr.a (mgr.24293) 23160 : cluster 0 pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:04 smithi044 bash[32620]: cluster 2023-12-07T19:28:03.946772+0000 mgr.a (mgr.24293) 23160 : cluster 0 pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:04 smithi027 bash[31536]: cluster 2023-12-07T19:28:03.946772+0000 mgr.a (mgr.24293) 23160 : cluster 0 pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:05.418 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:05.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:05.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:05.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:05.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:06 smithi022 bash[28554]: audit 2023-12-07T19:28:04.876686+0000 mgr.a (mgr.24293) 23161 : audit 0 from='client.455397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:06 smithi044 bash[32620]: audit 2023-12-07T19:28:04.876686+0000 mgr.a (mgr.24293) 23161 : audit 0 from='client.455397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:06 smithi027 bash[31536]: audit 2023-12-07T19:28:04.876686+0000 mgr.a (mgr.24293) 23161 : audit 0 from='client.455397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:07.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:07 smithi022 bash[28554]: cluster 2023-12-07T19:28:05.947678+0000 mgr.a (mgr.24293) 23162 : cluster 0 pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:07 smithi044 bash[32620]: cluster 2023-12-07T19:28:05.947678+0000 mgr.a (mgr.24293) 23162 : cluster 0 pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:07 smithi027 bash[31536]: cluster 2023-12-07T19:28:05.947678+0000 mgr.a (mgr.24293) 23162 : cluster 0 pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:09 smithi022 bash[28554]: cluster 2023-12-07T19:28:07.948186+0000 mgr.a (mgr.24293) 23163 : cluster 0 pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:09 smithi044 bash[32620]: cluster 2023-12-07T19:28:07.948186+0000 mgr.a (mgr.24293) 23163 : cluster 0 pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:09 smithi027 bash[31536]: cluster 2023-12-07T19:28:07.948186+0000 mgr.a (mgr.24293) 23163 : cluster 0 pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:10.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:10.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:10.422 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:11.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:11.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:11.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:11.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:11.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:11 smithi022 bash[28554]: cluster 2023-12-07T19:28:09.948737+0000 mgr.a (mgr.24293) 23164 : cluster 0 pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:11 smithi044 bash[32620]: cluster 2023-12-07T19:28:09.948737+0000 mgr.a (mgr.24293) 23164 : cluster 0 pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:11 smithi027 bash[31536]: cluster 2023-12-07T19:28:09.948737+0000 mgr.a (mgr.24293) 23164 : cluster 0 pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:12.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:12 smithi022 bash[28554]: audit 2023-12-07T19:28:10.833640+0000 mgr.a (mgr.24293) 23165 : audit 0 from='client.455475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:12.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:12 smithi044 bash[32620]: audit 2023-12-07T19:28:10.833640+0000 mgr.a (mgr.24293) 23165 : audit 0 from='client.455475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:12 smithi027 bash[31536]: audit 2023-12-07T19:28:10.833640+0000 mgr.a (mgr.24293) 23165 : audit 0 from='client.455475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:13.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:13 smithi022 bash[28554]: cluster 2023-12-07T19:28:11.949765+0000 mgr.a (mgr.24293) 23166 : cluster 0 pgmap v17323: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:13 smithi044 bash[32620]: cluster 2023-12-07T19:28:11.949765+0000 mgr.a (mgr.24293) 23166 : cluster 0 pgmap v17323: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:13 smithi027 bash[31536]: cluster 2023-12-07T19:28:11.949765+0000 mgr.a (mgr.24293) 23166 : cluster 0 pgmap v17323: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:15 smithi022 bash[28554]: cluster 2023-12-07T19:28:13.950371+0000 mgr.a (mgr.24293) 23167 : cluster 0 pgmap v17324: 33 pgs: 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:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:15 smithi044 bash[32620]: cluster 2023-12-07T19:28:13.950371+0000 mgr.a (mgr.24293) 23167 : cluster 0 pgmap v17324: 33 pgs: 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:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:15 smithi027 bash[31536]: cluster 2023-12-07T19:28:13.950371+0000 mgr.a (mgr.24293) 23167 : cluster 0 pgmap v17324: 33 pgs: 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:16.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:16.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:16.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:17.328 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:17.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:17.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:17.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:17.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:17 smithi022 bash[28554]: cluster 2023-12-07T19:28:15.951083+0000 mgr.a (mgr.24293) 23168 : cluster 0 pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:17 smithi022 bash[28554]: audit 2023-12-07T19:28:16.792663+0000 mgr.a (mgr.24293) 23169 : audit 0 from='client.455550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:17 smithi044 bash[32620]: cluster 2023-12-07T19:28:15.951083+0000 mgr.a (mgr.24293) 23168 : cluster 0 pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:17 smithi044 bash[32620]: audit 2023-12-07T19:28:16.792663+0000 mgr.a (mgr.24293) 23169 : audit 0 from='client.455550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:17 smithi027 bash[31536]: cluster 2023-12-07T19:28:15.951083+0000 mgr.a (mgr.24293) 23168 : cluster 0 pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:17 smithi027 bash[31536]: audit 2023-12-07T19:28:16.792663+0000 mgr.a (mgr.24293) 23169 : audit 0 from='client.455550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:19.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:19 smithi022 bash[28554]: cluster 2023-12-07T19:28:17.951754+0000 mgr.a (mgr.24293) 23170 : cluster 0 pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:19 smithi044 bash[32620]: cluster 2023-12-07T19:28:17.951754+0000 mgr.a (mgr.24293) 23170 : cluster 0 pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:19 smithi027 bash[31536]: cluster 2023-12-07T19:28:17.951754+0000 mgr.a (mgr.24293) 23170 : cluster 0 pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:21 smithi022 bash[28554]: cluster 2023-12-07T19:28:19.952317+0000 mgr.a (mgr.24293) 23171 : cluster 0 pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:21 smithi044 bash[32620]: cluster 2023-12-07T19:28:19.952317+0000 mgr.a (mgr.24293) 23171 : cluster 0 pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:21 smithi027 bash[31536]: cluster 2023-12-07T19:28:19.952317+0000 mgr.a (mgr.24293) 23171 : cluster 0 pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:22.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:22.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:22.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:23.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:23.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:23.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:23.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:23.271 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:23 smithi022 bash[28554]: cluster 2023-12-07T19:28:21.953148+0000 mgr.a (mgr.24293) 23172 : cluster 0 pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:23 smithi022 bash[28554]: audit 2023-12-07T19:28:22.745812+0000 mgr.a (mgr.24293) 23173 : audit 0 from='client.455628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:23 smithi044 bash[32620]: cluster 2023-12-07T19:28:21.953148+0000 mgr.a (mgr.24293) 23172 : cluster 0 pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:23 smithi044 bash[32620]: audit 2023-12-07T19:28:22.745812+0000 mgr.a (mgr.24293) 23173 : audit 0 from='client.455628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:23 smithi027 bash[31536]: cluster 2023-12-07T19:28:21.953148+0000 mgr.a (mgr.24293) 23172 : cluster 0 pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:23 smithi027 bash[31536]: audit 2023-12-07T19:28:22.745812+0000 mgr.a (mgr.24293) 23173 : audit 0 from='client.455628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:25 smithi022 bash[28554]: cluster 2023-12-07T19:28:23.953797+0000 mgr.a (mgr.24293) 23174 : cluster 0 pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:25 smithi044 bash[32620]: cluster 2023-12-07T19:28:23.953797+0000 mgr.a (mgr.24293) 23174 : cluster 0 pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:25 smithi027 bash[31536]: cluster 2023-12-07T19:28:23.953797+0000 mgr.a (mgr.24293) 23174 : cluster 0 pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:27 smithi022 bash[28554]: cluster 2023-12-07T19:28:25.954612+0000 mgr.a (mgr.24293) 23175 : cluster 0 pgmap v17330: 33 pgs: 33 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:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:27 smithi044 bash[32620]: cluster 2023-12-07T19:28:25.954612+0000 mgr.a (mgr.24293) 23175 : cluster 0 pgmap v17330: 33 pgs: 33 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:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:27 smithi027 bash[31536]: cluster 2023-12-07T19:28:25.954612+0000 mgr.a (mgr.24293) 23175 : cluster 0 pgmap v17330: 33 pgs: 33 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:28.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:28.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:28.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:29.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:29.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:29.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:29.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:29.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:29 smithi022 bash[28554]: cluster 2023-12-07T19:28:27.955174+0000 mgr.a (mgr.24293) 23176 : cluster 0 pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:29 smithi022 bash[28554]: audit 2023-12-07T19:28:28.681426+0000 mgr.a (mgr.24293) 23177 : audit 0 from='client.455703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:29 smithi044 bash[32620]: cluster 2023-12-07T19:28:27.955174+0000 mgr.a (mgr.24293) 23176 : cluster 0 pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:29 smithi044 bash[32620]: audit 2023-12-07T19:28:28.681426+0000 mgr.a (mgr.24293) 23177 : audit 0 from='client.455703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:29 smithi027 bash[31536]: cluster 2023-12-07T19:28:27.955174+0000 mgr.a (mgr.24293) 23176 : cluster 0 pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:29 smithi027 bash[31536]: audit 2023-12-07T19:28:28.681426+0000 mgr.a (mgr.24293) 23177 : audit 0 from='client.455703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:31 smithi022 bash[28554]: cluster 2023-12-07T19:28:29.955871+0000 mgr.a (mgr.24293) 23178 : cluster 0 pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:31 smithi044 bash[32620]: cluster 2023-12-07T19:28:29.955871+0000 mgr.a (mgr.24293) 23178 : cluster 0 pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:31 smithi027 bash[31536]: cluster 2023-12-07T19:28:29.955871+0000 mgr.a (mgr.24293) 23178 : cluster 0 pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:33 smithi022 bash[28554]: cluster 2023-12-07T19:28:31.956694+0000 mgr.a (mgr.24293) 23179 : cluster 0 pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:33 smithi044 bash[32620]: cluster 2023-12-07T19:28:31.956694+0000 mgr.a (mgr.24293) 23179 : cluster 0 pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:33 smithi027 bash[31536]: cluster 2023-12-07T19:28:31.956694+0000 mgr.a (mgr.24293) 23179 : cluster 0 pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:34.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:34.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:34.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:35.143 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:35.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:35.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:35.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:35.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:35 smithi022 bash[28554]: cluster 2023-12-07T19:28:33.957246+0000 mgr.a (mgr.24293) 23180 : cluster 0 pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:35 smithi022 bash[28554]: audit 2023-12-07T19:28:34.600781+0000 mgr.a (mgr.24293) 23181 : audit 0 from='client.455781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:35 smithi044 bash[32620]: cluster 2023-12-07T19:28:33.957246+0000 mgr.a (mgr.24293) 23180 : cluster 0 pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:35 smithi044 bash[32620]: audit 2023-12-07T19:28:34.600781+0000 mgr.a (mgr.24293) 23181 : audit 0 from='client.455781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:35 smithi027 bash[31536]: cluster 2023-12-07T19:28:33.957246+0000 mgr.a (mgr.24293) 23180 : cluster 0 pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:35 smithi027 bash[31536]: audit 2023-12-07T19:28:34.600781+0000 mgr.a (mgr.24293) 23181 : audit 0 from='client.455781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:37 smithi022 bash[28554]: cluster 2023-12-07T19:28:35.958270+0000 mgr.a (mgr.24293) 23182 : cluster 0 pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:37 smithi044 bash[32620]: cluster 2023-12-07T19:28:35.958270+0000 mgr.a (mgr.24293) 23182 : cluster 0 pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:37 smithi027 bash[31536]: cluster 2023-12-07T19:28:35.958270+0000 mgr.a (mgr.24293) 23182 : cluster 0 pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:39 smithi027 bash[31536]: cluster 2023-12-07T19:28:37.958858+0000 mgr.a (mgr.24293) 23183 : cluster 0 pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:39 smithi022 bash[28554]: cluster 2023-12-07T19:28:37.958858+0000 mgr.a (mgr.24293) 23183 : cluster 0 pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:39 smithi044 bash[32620]: cluster 2023-12-07T19:28:37.958858+0000 mgr.a (mgr.24293) 23183 : cluster 0 pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:40.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:40.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:40.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:40 smithi027 bash[31536]: audit 2023-12-07T19:28:39.322540+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:40 smithi027 bash[31536]: audit 2023-12-07T19:28:39.851999+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:40 smithi027 bash[31536]: audit 2023-12-07T19:28:39.859642+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:40 smithi022 bash[28554]: audit 2023-12-07T19:28:39.322540+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:40 smithi022 bash[28554]: audit 2023-12-07T19:28:39.851999+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:40 smithi022 bash[28554]: audit 2023-12-07T19:28:39.859642+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:40 smithi044 bash[32620]: audit 2023-12-07T19:28:39.322540+0000 mon.a (mon.0) 3640 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:40 smithi044 bash[32620]: audit 2023-12-07T19:28:39.851999+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:40 smithi044 bash[32620]: audit 2023-12-07T19:28:39.859642+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:41.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:41.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:41.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:41.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:41.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:41 smithi027 bash[31536]: cluster 2023-12-07T19:28:39.959379+0000 mgr.a (mgr.24293) 23184 : cluster 0 pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:41 smithi027 bash[31536]: audit 2023-12-07T19:28:40.554111+0000 mgr.a (mgr.24293) 23185 : audit 0 from='client.455856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:41 smithi027 bash[31536]: audit 2023-12-07T19:28:40.594002+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:41 smithi027 bash[31536]: audit 2023-12-07T19:28:40.596139+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:41 smithi027 bash[31536]: audit 2023-12-07T19:28:40.605711+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:41 smithi022 bash[28554]: cluster 2023-12-07T19:28:39.959379+0000 mgr.a (mgr.24293) 23184 : cluster 0 pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:41 smithi022 bash[28554]: audit 2023-12-07T19:28:40.554111+0000 mgr.a (mgr.24293) 23185 : audit 0 from='client.455856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:41 smithi022 bash[28554]: audit 2023-12-07T19:28:40.594002+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:41 smithi022 bash[28554]: audit 2023-12-07T19:28:40.596139+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:41 smithi022 bash[28554]: audit 2023-12-07T19:28:40.605711+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:41 smithi044 bash[32620]: cluster 2023-12-07T19:28:39.959379+0000 mgr.a (mgr.24293) 23184 : cluster 0 pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:41 smithi044 bash[32620]: audit 2023-12-07T19:28:40.554111+0000 mgr.a (mgr.24293) 23185 : audit 0 from='client.455856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:41 smithi044 bash[32620]: audit 2023-12-07T19:28:40.594002+0000 mon.a (mon.0) 3643 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:41 smithi044 bash[32620]: audit 2023-12-07T19:28:40.596139+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:41 smithi044 bash[32620]: audit 2023-12-07T19:28:40.605711+0000 mon.a (mon.0) 3645 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:28:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:43 smithi027 bash[31536]: cluster 2023-12-07T19:28:41.960406+0000 mgr.a (mgr.24293) 23186 : cluster 0 pgmap v17338: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:43 smithi022 bash[28554]: cluster 2023-12-07T19:28:41.960406+0000 mgr.a (mgr.24293) 23186 : cluster 0 pgmap v17338: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:43 smithi044 bash[32620]: cluster 2023-12-07T19:28:41.960406+0000 mgr.a (mgr.24293) 23186 : cluster 0 pgmap v17338: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:45 smithi027 bash[31536]: cluster 2023-12-07T19:28:43.960989+0000 mgr.a (mgr.24293) 23187 : cluster 0 pgmap v17339: 33 pgs: 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:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:45 smithi022 bash[28554]: cluster 2023-12-07T19:28:43.960989+0000 mgr.a (mgr.24293) 23187 : cluster 0 pgmap v17339: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:45 smithi044 bash[32620]: cluster 2023-12-07T19:28:43.960989+0000 mgr.a (mgr.24293) 23187 : cluster 0 pgmap v17339: 33 pgs: 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:46.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:46.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:46.079 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:47.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:47.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:47.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:47.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:47.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:47 smithi022 bash[28554]: cluster 2023-12-07T19:28:45.961751+0000 mgr.a (mgr.24293) 23188 : cluster 0 pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:47 smithi022 bash[28554]: audit 2023-12-07T19:28:46.498378+0000 mgr.a (mgr.24293) 23189 : audit 0 from='client.455934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:47 smithi044 bash[32620]: cluster 2023-12-07T19:28:45.961751+0000 mgr.a (mgr.24293) 23188 : cluster 0 pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:47 smithi044 bash[32620]: audit 2023-12-07T19:28:46.498378+0000 mgr.a (mgr.24293) 23189 : audit 0 from='client.455934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:47 smithi027 bash[31536]: cluster 2023-12-07T19:28:45.961751+0000 mgr.a (mgr.24293) 23188 : cluster 0 pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:47 smithi027 bash[31536]: audit 2023-12-07T19:28:46.498378+0000 mgr.a (mgr.24293) 23189 : audit 0 from='client.455934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:49 smithi022 bash[28554]: cluster 2023-12-07T19:28:47.962326+0000 mgr.a (mgr.24293) 23190 : cluster 0 pgmap v17341: 33 pgs: 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:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:49 smithi044 bash[32620]: cluster 2023-12-07T19:28:47.962326+0000 mgr.a (mgr.24293) 23190 : cluster 0 pgmap v17341: 33 pgs: 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:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:49 smithi027 bash[31536]: cluster 2023-12-07T19:28:47.962326+0000 mgr.a (mgr.24293) 23190 : cluster 0 pgmap v17341: 33 pgs: 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:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:51 smithi022 bash[28554]: cluster 2023-12-07T19:28:49.962879+0000 mgr.a (mgr.24293) 23191 : cluster 0 pgmap v17342: 33 pgs: 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:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:51 smithi044 bash[32620]: cluster 2023-12-07T19:28:49.962879+0000 mgr.a (mgr.24293) 23191 : cluster 0 pgmap v17342: 33 pgs: 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:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:51 smithi027 bash[31536]: cluster 2023-12-07T19:28:49.962879+0000 mgr.a (mgr.24293) 23191 : cluster 0 pgmap v17342: 33 pgs: 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:52.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:52.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:52.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:52.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:52.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:52.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:52.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:52.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:53 smithi022 bash[28554]: cluster 2023-12-07T19:28:51.963896+0000 mgr.a (mgr.24293) 23192 : cluster 0 pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:53 smithi022 bash[28554]: audit 2023-12-07T19:28:52.433442+0000 mgr.a (mgr.24293) 23193 : audit 0 from='client.456012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:53 smithi044 bash[32620]: cluster 2023-12-07T19:28:51.963896+0000 mgr.a (mgr.24293) 23192 : cluster 0 pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:53 smithi044 bash[32620]: audit 2023-12-07T19:28:52.433442+0000 mgr.a (mgr.24293) 23193 : audit 0 from='client.456012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:53 smithi027 bash[31536]: cluster 2023-12-07T19:28:51.963896+0000 mgr.a (mgr.24293) 23192 : cluster 0 pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:53 smithi027 bash[31536]: audit 2023-12-07T19:28:52.433442+0000 mgr.a (mgr.24293) 23193 : audit 0 from='client.456012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:55 smithi022 bash[28554]: cluster 2023-12-07T19:28:53.964757+0000 mgr.a (mgr.24293) 23194 : cluster 0 pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:55 smithi044 bash[32620]: cluster 2023-12-07T19:28:53.964757+0000 mgr.a (mgr.24293) 23194 : cluster 0 pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:55 smithi027 bash[31536]: cluster 2023-12-07T19:28:53.964757+0000 mgr.a (mgr.24293) 23194 : cluster 0 pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:57 smithi022 bash[28554]: cluster 2023-12-07T19:28:55.965623+0000 mgr.a (mgr.24293) 23195 : cluster 0 pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:57 smithi044 bash[32620]: cluster 2023-12-07T19:28:55.965623+0000 mgr.a (mgr.24293) 23195 : cluster 0 pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:57 smithi027 bash[31536]: cluster 2023-12-07T19:28:55.965623+0000 mgr.a (mgr.24293) 23195 : cluster 0 pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:57.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:28:57.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:57.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:58.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:28:58.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:58.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:58.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:58.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:28:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:59 smithi022 bash[28554]: cluster 2023-12-07T19:28:57.966338+0000 mgr.a (mgr.24293) 23196 : cluster 0 pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:28:59 smithi022 bash[28554]: audit 2023-12-07T19:28:58.364083+0000 mgr.a (mgr.24293) 23197 : audit 0 from='client.456084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:59 smithi044 bash[32620]: cluster 2023-12-07T19:28:57.966338+0000 mgr.a (mgr.24293) 23196 : cluster 0 pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:28:59 smithi044 bash[32620]: audit 2023-12-07T19:28:58.364083+0000 mgr.a (mgr.24293) 23197 : audit 0 from='client.456084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:59 smithi027 bash[31536]: cluster 2023-12-07T19:28:57.966338+0000 mgr.a (mgr.24293) 23196 : cluster 0 pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:28:59 smithi027 bash[31536]: audit 2023-12-07T19:28:58.364083+0000 mgr.a (mgr.24293) 23197 : audit 0 from='client.456084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:01 smithi022 bash[28554]: cluster 2023-12-07T19:28:59.967115+0000 mgr.a (mgr.24293) 23198 : cluster 0 pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:01 smithi044 bash[32620]: cluster 2023-12-07T19:28:59.967115+0000 mgr.a (mgr.24293) 23198 : cluster 0 pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:01 smithi027 bash[31536]: cluster 2023-12-07T19:28:59.967115+0000 mgr.a (mgr.24293) 23198 : cluster 0 pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:03 smithi022 bash[28554]: cluster 2023-12-07T19:29:01.967969+0000 mgr.a (mgr.24293) 23199 : cluster 0 pgmap v17348: 33 pgs: 33 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:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:03 smithi044 bash[32620]: cluster 2023-12-07T19:29:01.967969+0000 mgr.a (mgr.24293) 23199 : cluster 0 pgmap v17348: 33 pgs: 33 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:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:03 smithi027 bash[31536]: cluster 2023-12-07T19:29:01.967969+0000 mgr.a (mgr.24293) 23199 : cluster 0 pgmap v17348: 33 pgs: 33 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:03.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:03.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:03.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:04.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:04.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:04.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:04.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:04.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:05 smithi022 bash[28554]: cluster 2023-12-07T19:29:03.968525+0000 mgr.a (mgr.24293) 23200 : cluster 0 pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:05 smithi022 bash[28554]: audit 2023-12-07T19:29:04.308221+0000 mgr.a (mgr.24293) 23201 : audit 0 from='client.456159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:05 smithi044 bash[32620]: cluster 2023-12-07T19:29:03.968525+0000 mgr.a (mgr.24293) 23200 : cluster 0 pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:05 smithi044 bash[32620]: audit 2023-12-07T19:29:04.308221+0000 mgr.a (mgr.24293) 23201 : audit 0 from='client.456159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:05 smithi027 bash[31536]: cluster 2023-12-07T19:29:03.968525+0000 mgr.a (mgr.24293) 23200 : cluster 0 pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:05 smithi027 bash[31536]: audit 2023-12-07T19:29:04.308221+0000 mgr.a (mgr.24293) 23201 : audit 0 from='client.456159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:07 smithi022 bash[28554]: cluster 2023-12-07T19:29:05.969472+0000 mgr.a (mgr.24293) 23202 : cluster 0 pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:07 smithi044 bash[32620]: cluster 2023-12-07T19:29:05.969472+0000 mgr.a (mgr.24293) 23202 : cluster 0 pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:07 smithi027 bash[31536]: cluster 2023-12-07T19:29:05.969472+0000 mgr.a (mgr.24293) 23202 : cluster 0 pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:09 smithi022 bash[28554]: cluster 2023-12-07T19:29:07.970052+0000 mgr.a (mgr.24293) 23203 : cluster 0 pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:09 smithi044 bash[32620]: cluster 2023-12-07T19:29:07.970052+0000 mgr.a (mgr.24293) 23203 : cluster 0 pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:09 smithi027 bash[31536]: cluster 2023-12-07T19:29:07.970052+0000 mgr.a (mgr.24293) 23203 : cluster 0 pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:09.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:09.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:09.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:10.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:10.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:10.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:10.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:10.786 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:11 smithi022 bash[28554]: cluster 2023-12-07T19:29:09.970488+0000 mgr.a (mgr.24293) 23204 : cluster 0 pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:11 smithi022 bash[28554]: audit 2023-12-07T19:29:10.248023+0000 mgr.a (mgr.24293) 23205 : audit 0 from='client.456231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:11 smithi044 bash[32620]: cluster 2023-12-07T19:29:09.970488+0000 mgr.a (mgr.24293) 23204 : cluster 0 pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:11 smithi044 bash[32620]: audit 2023-12-07T19:29:10.248023+0000 mgr.a (mgr.24293) 23205 : audit 0 from='client.456231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:11 smithi027 bash[31536]: cluster 2023-12-07T19:29:09.970488+0000 mgr.a (mgr.24293) 23204 : cluster 0 pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:11 smithi027 bash[31536]: audit 2023-12-07T19:29:10.248023+0000 mgr.a (mgr.24293) 23205 : audit 0 from='client.456231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:13 smithi022 bash[28554]: cluster 2023-12-07T19:29:11.971780+0000 mgr.a (mgr.24293) 23206 : cluster 0 pgmap v17353: 33 pgs: 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:29:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:13 smithi044 bash[32620]: cluster 2023-12-07T19:29:11.971780+0000 mgr.a (mgr.24293) 23206 : cluster 0 pgmap v17353: 33 pgs: 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:29:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:13 smithi027 bash[31536]: cluster 2023-12-07T19:29:11.971780+0000 mgr.a (mgr.24293) 23206 : cluster 0 pgmap v17353: 33 pgs: 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:29:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:15 smithi022 bash[28554]: cluster 2023-12-07T19:29:13.972506+0000 mgr.a (mgr.24293) 23207 : cluster 0 pgmap v17354: 33 pgs: 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:29:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:15 smithi044 bash[32620]: cluster 2023-12-07T19:29:13.972506+0000 mgr.a (mgr.24293) 23207 : cluster 0 pgmap v17354: 33 pgs: 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:29:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:15 smithi027 bash[31536]: cluster 2023-12-07T19:29:13.972506+0000 mgr.a (mgr.24293) 23207 : cluster 0 pgmap v17354: 33 pgs: 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:29:15.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:15.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:15.790 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:16.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:16.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:16.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:16.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:16.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:17 smithi022 bash[28554]: cluster 2023-12-07T19:29:15.973285+0000 mgr.a (mgr.24293) 23208 : cluster 0 pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:17 smithi022 bash[28554]: audit 2023-12-07T19:29:16.198893+0000 mgr.a (mgr.24293) 23209 : audit 0 from='client.456306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:17 smithi044 bash[32620]: cluster 2023-12-07T19:29:15.973285+0000 mgr.a (mgr.24293) 23208 : cluster 0 pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:17 smithi044 bash[32620]: audit 2023-12-07T19:29:16.198893+0000 mgr.a (mgr.24293) 23209 : audit 0 from='client.456306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:17 smithi027 bash[31536]: cluster 2023-12-07T19:29:15.973285+0000 mgr.a (mgr.24293) 23208 : cluster 0 pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:17 smithi027 bash[31536]: audit 2023-12-07T19:29:16.198893+0000 mgr.a (mgr.24293) 23209 : audit 0 from='client.456306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:19 smithi022 bash[28554]: cluster 2023-12-07T19:29:17.974170+0000 mgr.a (mgr.24293) 23210 : cluster 0 pgmap v17356: 33 pgs: 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:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:19 smithi044 bash[32620]: cluster 2023-12-07T19:29:17.974170+0000 mgr.a (mgr.24293) 23210 : cluster 0 pgmap v17356: 33 pgs: 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:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:19 smithi027 bash[31536]: cluster 2023-12-07T19:29:17.974170+0000 mgr.a (mgr.24293) 23210 : cluster 0 pgmap v17356: 33 pgs: 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:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:21 smithi022 bash[28554]: cluster 2023-12-07T19:29:19.974957+0000 mgr.a (mgr.24293) 23211 : cluster 0 pgmap v17357: 33 pgs: 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:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:21 smithi044 bash[32620]: cluster 2023-12-07T19:29:19.974957+0000 mgr.a (mgr.24293) 23211 : cluster 0 pgmap v17357: 33 pgs: 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:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:21 smithi027 bash[31536]: cluster 2023-12-07T19:29:19.974957+0000 mgr.a (mgr.24293) 23211 : cluster 0 pgmap v17357: 33 pgs: 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:21.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:21.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:21.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:22.646 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:22.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:23 smithi022 bash[28554]: cluster 2023-12-07T19:29:21.975950+0000 mgr.a (mgr.24293) 23212 : cluster 0 pgmap v17358: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:23 smithi022 bash[28554]: audit 2023-12-07T19:29:22.130949+0000 mgr.a (mgr.24293) 23213 : audit 0 from='client.358148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:23 smithi044 bash[32620]: cluster 2023-12-07T19:29:21.975950+0000 mgr.a (mgr.24293) 23212 : cluster 0 pgmap v17358: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:23 smithi044 bash[32620]: audit 2023-12-07T19:29:22.130949+0000 mgr.a (mgr.24293) 23213 : audit 0 from='client.358148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:23 smithi027 bash[31536]: cluster 2023-12-07T19:29:21.975950+0000 mgr.a (mgr.24293) 23212 : cluster 0 pgmap v17358: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:23 smithi027 bash[31536]: audit 2023-12-07T19:29:22.130949+0000 mgr.a (mgr.24293) 23213 : audit 0 from='client.358148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:25 smithi022 bash[28554]: cluster 2023-12-07T19:29:23.976685+0000 mgr.a (mgr.24293) 23214 : cluster 0 pgmap v17359: 33 pgs: 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:29:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:25 smithi044 bash[32620]: cluster 2023-12-07T19:29:23.976685+0000 mgr.a (mgr.24293) 23214 : cluster 0 pgmap v17359: 33 pgs: 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:29:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:25 smithi027 bash[31536]: cluster 2023-12-07T19:29:23.976685+0000 mgr.a (mgr.24293) 23214 : cluster 0 pgmap v17359: 33 pgs: 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:29:27.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:27.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:27.651 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:27 smithi022 bash[28554]: cluster 2023-12-07T19:29:25.977517+0000 mgr.a (mgr.24293) 23215 : cluster 0 pgmap v17360: 33 pgs: 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:29:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:27 smithi044 bash[32620]: cluster 2023-12-07T19:29:25.977517+0000 mgr.a (mgr.24293) 23215 : cluster 0 pgmap v17360: 33 pgs: 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:29:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:27 smithi027 bash[31536]: cluster 2023-12-07T19:29:25.977517+0000 mgr.a (mgr.24293) 23215 : cluster 0 pgmap v17360: 33 pgs: 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:29:28.602 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:28.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:28.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:28.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:28.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:29 smithi022 bash[28554]: cluster 2023-12-07T19:29:27.978193+0000 mgr.a (mgr.24293) 23216 : cluster 0 pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:29 smithi022 bash[28554]: audit 2023-12-07T19:29:28.067528+0000 mgr.a (mgr.24293) 23217 : audit 0 from='client.456453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:29 smithi044 bash[32620]: cluster 2023-12-07T19:29:27.978193+0000 mgr.a (mgr.24293) 23216 : cluster 0 pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:29 smithi044 bash[32620]: audit 2023-12-07T19:29:28.067528+0000 mgr.a (mgr.24293) 23217 : audit 0 from='client.456453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:29 smithi027 bash[31536]: cluster 2023-12-07T19:29:27.978193+0000 mgr.a (mgr.24293) 23216 : cluster 0 pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:29 smithi027 bash[31536]: audit 2023-12-07T19:29:28.067528+0000 mgr.a (mgr.24293) 23217 : audit 0 from='client.456453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:31 smithi022 bash[28554]: cluster 2023-12-07T19:29:29.978949+0000 mgr.a (mgr.24293) 23218 : cluster 0 pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:31 smithi044 bash[32620]: cluster 2023-12-07T19:29:29.978949+0000 mgr.a (mgr.24293) 23218 : cluster 0 pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:31 smithi027 bash[31536]: cluster 2023-12-07T19:29:29.978949+0000 mgr.a (mgr.24293) 23218 : cluster 0 pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:33.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:33.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:33.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:33.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:33 smithi022 bash[28554]: cluster 2023-12-07T19:29:31.980025+0000 mgr.a (mgr.24293) 23219 : cluster 0 pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:33 smithi044 bash[32620]: cluster 2023-12-07T19:29:31.980025+0000 mgr.a (mgr.24293) 23219 : cluster 0 pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:33 smithi027 bash[31536]: cluster 2023-12-07T19:29:31.980025+0000 mgr.a (mgr.24293) 23219 : cluster 0 pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:34.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:34.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:34.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:34.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:34.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:35 smithi022 bash[28554]: cluster 2023-12-07T19:29:33.980600+0000 mgr.a (mgr.24293) 23220 : cluster 0 pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:35 smithi022 bash[28554]: audit 2023-12-07T19:29:34.014875+0000 mgr.a (mgr.24293) 23221 : audit 0 from='client.456525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:35 smithi044 bash[32620]: cluster 2023-12-07T19:29:33.980600+0000 mgr.a (mgr.24293) 23220 : cluster 0 pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:35 smithi044 bash[32620]: audit 2023-12-07T19:29:34.014875+0000 mgr.a (mgr.24293) 23221 : audit 0 from='client.456525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:35 smithi027 bash[31536]: cluster 2023-12-07T19:29:33.980600+0000 mgr.a (mgr.24293) 23220 : cluster 0 pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:35 smithi027 bash[31536]: audit 2023-12-07T19:29:34.014875+0000 mgr.a (mgr.24293) 23221 : audit 0 from='client.456525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:37 smithi022 bash[28554]: cluster 2023-12-07T19:29:35.981545+0000 mgr.a (mgr.24293) 23222 : cluster 0 pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:37 smithi044 bash[32620]: cluster 2023-12-07T19:29:35.981545+0000 mgr.a (mgr.24293) 23222 : cluster 0 pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:37 smithi027 bash[31536]: cluster 2023-12-07T19:29:35.981545+0000 mgr.a (mgr.24293) 23222 : cluster 0 pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:39.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:39.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:39.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:39 smithi022 bash[28554]: cluster 2023-12-07T19:29:37.982112+0000 mgr.a (mgr.24293) 23223 : cluster 0 pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:39 smithi044 bash[32620]: cluster 2023-12-07T19:29:37.982112+0000 mgr.a (mgr.24293) 23223 : cluster 0 pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:39 smithi027 bash[31536]: cluster 2023-12-07T19:29:37.982112+0000 mgr.a (mgr.24293) 23223 : cluster 0 pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:40.507 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:40.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: audit 2023-12-07T19:29:39.979995+0000 mgr.a (mgr.24293) 23224 : audit 0 from='client.456600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: cluster 2023-12-07T19:29:39.995156+0000 mgr.a (mgr.24293) 23225 : cluster 0 pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: audit 2023-12-07T19:29:40.742771+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: audit 2023-12-07T19:29:41.274337+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: audit 2023-12-07T19:29:41.280499+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: audit 2023-12-07T19:29:41.285800+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:41 smithi022 bash[28554]: audit 2023-12-07T19:29:41.291244+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: audit 2023-12-07T19:29:39.979995+0000 mgr.a (mgr.24293) 23224 : audit 0 from='client.456600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: cluster 2023-12-07T19:29:39.995156+0000 mgr.a (mgr.24293) 23225 : cluster 0 pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: audit 2023-12-07T19:29:40.742771+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: audit 2023-12-07T19:29:41.274337+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: audit 2023-12-07T19:29:41.280499+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: audit 2023-12-07T19:29:41.285800+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:41 smithi044 bash[32620]: audit 2023-12-07T19:29:41.291244+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: audit 2023-12-07T19:29:39.979995+0000 mgr.a (mgr.24293) 23224 : audit 0 from='client.456600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: cluster 2023-12-07T19:29:39.995156+0000 mgr.a (mgr.24293) 23225 : cluster 0 pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: audit 2023-12-07T19:29:40.742771+0000 mon.a (mon.0) 3646 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: audit 2023-12-07T19:29:41.274337+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: audit 2023-12-07T19:29:41.280499+0000 mon.a (mon.0) 3648 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: audit 2023-12-07T19:29:41.285800+0000 mon.a (mon.0) 3649 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:41 smithi027 bash[31536]: audit 2023-12-07T19:29:41.291244+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:42 smithi022 bash[28554]: audit 2023-12-07T19:29:42.073555+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:42 smithi022 bash[28554]: audit 2023-12-07T19:29:42.075604+0000 mon.a (mon.0) 3652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:42 smithi022 bash[28554]: audit 2023-12-07T19:29:42.084975+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:42 smithi044 bash[32620]: audit 2023-12-07T19:29:42.073555+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:42 smithi044 bash[32620]: audit 2023-12-07T19:29:42.075604+0000 mon.a (mon.0) 3652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:42 smithi044 bash[32620]: audit 2023-12-07T19:29:42.084975+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:42 smithi027 bash[31536]: audit 2023-12-07T19:29:42.073555+0000 mon.a (mon.0) 3651 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:42 smithi027 bash[31536]: audit 2023-12-07T19:29:42.075604+0000 mon.a (mon.0) 3652 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:42 smithi027 bash[31536]: audit 2023-12-07T19:29:42.084975+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:29:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:43 smithi022 bash[28554]: cluster 2023-12-07T19:29:41.996119+0000 mgr.a (mgr.24293) 23226 : cluster 0 pgmap v17368: 33 pgs: 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:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:43 smithi044 bash[32620]: cluster 2023-12-07T19:29:41.996119+0000 mgr.a (mgr.24293) 23226 : cluster 0 pgmap v17368: 33 pgs: 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:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:43 smithi027 bash[31536]: cluster 2023-12-07T19:29:41.996119+0000 mgr.a (mgr.24293) 23226 : cluster 0 pgmap v17368: 33 pgs: 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:45.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:45.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:45.510 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:45.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:45 smithi022 bash[28554]: cluster 2023-12-07T19:29:43.996686+0000 mgr.a (mgr.24293) 23227 : cluster 0 pgmap v17369: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:45 smithi044 bash[32620]: cluster 2023-12-07T19:29:43.996686+0000 mgr.a (mgr.24293) 23227 : cluster 0 pgmap v17369: 33 pgs: 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:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:45 smithi027 bash[31536]: cluster 2023-12-07T19:29:43.996686+0000 mgr.a (mgr.24293) 23227 : cluster 0 pgmap v17369: 33 pgs: 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:46.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:46.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:46.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:46.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:46.467 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:47 smithi022 bash[28554]: audit 2023-12-07T19:29:45.925391+0000 mgr.a (mgr.24293) 23228 : audit 0 from='client.456675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:47 smithi022 bash[28554]: cluster 2023-12-07T19:29:45.997902+0000 mgr.a (mgr.24293) 23229 : cluster 0 pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:47 smithi044 bash[32620]: audit 2023-12-07T19:29:45.925391+0000 mgr.a (mgr.24293) 23228 : audit 0 from='client.456675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:47 smithi044 bash[32620]: cluster 2023-12-07T19:29:45.997902+0000 mgr.a (mgr.24293) 23229 : cluster 0 pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:47 smithi027 bash[31536]: audit 2023-12-07T19:29:45.925391+0000 mgr.a (mgr.24293) 23228 : audit 0 from='client.456675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:47 smithi027 bash[31536]: cluster 2023-12-07T19:29:45.997902+0000 mgr.a (mgr.24293) 23229 : cluster 0 pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:49 smithi022 bash[28554]: cluster 2023-12-07T19:29:47.998594+0000 mgr.a (mgr.24293) 23230 : cluster 0 pgmap v17371: 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:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:49 smithi044 bash[32620]: cluster 2023-12-07T19:29:47.998594+0000 mgr.a (mgr.24293) 23230 : cluster 0 pgmap v17371: 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:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:49 smithi027 bash[31536]: cluster 2023-12-07T19:29:47.998594+0000 mgr.a (mgr.24293) 23230 : cluster 0 pgmap v17371: 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:51.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:51.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:51.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:51.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:51 smithi022 bash[28554]: cluster 2023-12-07T19:29:49.999151+0000 mgr.a (mgr.24293) 23231 : cluster 0 pgmap v17372: 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:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:51 smithi044 bash[32620]: cluster 2023-12-07T19:29:49.999151+0000 mgr.a (mgr.24293) 23231 : cluster 0 pgmap v17372: 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:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:51 smithi027 bash[31536]: cluster 2023-12-07T19:29:49.999151+0000 mgr.a (mgr.24293) 23231 : cluster 0 pgmap v17372: 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:52.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:52.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:52.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:52.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:52.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:53 smithi022 bash[28554]: audit 2023-12-07T19:29:51.887402+0000 mgr.a (mgr.24293) 23232 : audit 0 from='client.368161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:53 smithi022 bash[28554]: cluster 2023-12-07T19:29:52.000130+0000 mgr.a (mgr.24293) 23233 : cluster 0 pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:53 smithi044 bash[32620]: audit 2023-12-07T19:29:51.887402+0000 mgr.a (mgr.24293) 23232 : audit 0 from='client.368161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:53 smithi044 bash[32620]: cluster 2023-12-07T19:29:52.000130+0000 mgr.a (mgr.24293) 23233 : cluster 0 pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:53 smithi027 bash[31536]: audit 2023-12-07T19:29:51.887402+0000 mgr.a (mgr.24293) 23232 : audit 0 from='client.368161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:53 smithi027 bash[31536]: cluster 2023-12-07T19:29:52.000130+0000 mgr.a (mgr.24293) 23233 : cluster 0 pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:55 smithi022 bash[28554]: cluster 2023-12-07T19:29:54.000817+0000 mgr.a (mgr.24293) 23234 : cluster 0 pgmap v17374: 33 pgs: 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:29:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:55 smithi044 bash[32620]: cluster 2023-12-07T19:29:54.000817+0000 mgr.a (mgr.24293) 23234 : cluster 0 pgmap v17374: 33 pgs: 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:29:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:55 smithi027 bash[31536]: cluster 2023-12-07T19:29:54.000817+0000 mgr.a (mgr.24293) 23234 : cluster 0 pgmap v17374: 33 pgs: 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:29:57.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:29:57.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:57.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:57.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:57 smithi022 bash[28554]: cluster 2023-12-07T19:29:56.001605+0000 mgr.a (mgr.24293) 23235 : cluster 0 pgmap v17375: 33 pgs: 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:29:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:57 smithi044 bash[32620]: cluster 2023-12-07T19:29:56.001605+0000 mgr.a (mgr.24293) 23235 : cluster 0 pgmap v17375: 33 pgs: 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:29:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:57 smithi027 bash[31536]: cluster 2023-12-07T19:29:56.001605+0000 mgr.a (mgr.24293) 23235 : cluster 0 pgmap v17375: 33 pgs: 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:29:58.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:29:58.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:58.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:58.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:58.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:29:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:58 smithi022 bash[28554]: audit 2023-12-07T19:29:57.821387+0000 mgr.a (mgr.24293) 23236 : audit 0 from='client.456828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:58 smithi044 bash[32620]: audit 2023-12-07T19:29:57.821387+0000 mgr.a (mgr.24293) 23236 : audit 0 from='client.456828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:58 smithi027 bash[31536]: audit 2023-12-07T19:29:57.821387+0000 mgr.a (mgr.24293) 23236 : audit 0 from='client.456828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:29:59 smithi022 bash[28554]: cluster 2023-12-07T19:29:58.002360+0000 mgr.a (mgr.24293) 23237 : cluster 0 pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:29:59 smithi044 bash[32620]: cluster 2023-12-07T19:29:58.002360+0000 mgr.a (mgr.24293) 23237 : cluster 0 pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:29:59 smithi027 bash[31536]: cluster 2023-12-07T19:29:58.002360+0000 mgr.a (mgr.24293) 23237 : cluster 0 pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:00 smithi022 bash[28554]: cluster 2023-12-07T19:30:00.000131+0000 mon.a (mon.0) 3654 : cluster 1 overall HEALTH_OK 2023-12-07T19:30:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:00 smithi044 bash[32620]: cluster 2023-12-07T19:30:00.000131+0000 mon.a (mon.0) 3654 : cluster 1 overall HEALTH_OK 2023-12-07T19:30:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:00 smithi027 bash[31536]: cluster 2023-12-07T19:30:00.000131+0000 mon.a (mon.0) 3654 : cluster 1 overall HEALTH_OK 2023-12-07T19:30:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:01 smithi022 bash[28554]: cluster 2023-12-07T19:30:00.003056+0000 mgr.a (mgr.24293) 23238 : cluster 0 pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:01 smithi044 bash[32620]: cluster 2023-12-07T19:30:00.003056+0000 mgr.a (mgr.24293) 23238 : cluster 0 pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:01 smithi027 bash[31536]: cluster 2023-12-07T19:30:00.003056+0000 mgr.a (mgr.24293) 23238 : cluster 0 pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:03.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:03.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:03.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:03.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:03 smithi022 bash[28554]: cluster 2023-12-07T19:30:02.003916+0000 mgr.a (mgr.24293) 23239 : cluster 0 pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:03 smithi044 bash[32620]: cluster 2023-12-07T19:30:02.003916+0000 mgr.a (mgr.24293) 23239 : cluster 0 pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:03 smithi027 bash[31536]: cluster 2023-12-07T19:30:02.003916+0000 mgr.a (mgr.24293) 23239 : cluster 0 pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:04.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:04.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:04.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:04.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:04.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:04.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:04 smithi022 bash[28554]: audit 2023-12-07T19:30:03.769609+0000 mgr.a (mgr.24293) 23240 : audit 0 from='client.456903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:04.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:04 smithi044 bash[32620]: audit 2023-12-07T19:30:03.769609+0000 mgr.a (mgr.24293) 23240 : audit 0 from='client.456903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:04 smithi027 bash[31536]: audit 2023-12-07T19:30:03.769609+0000 mgr.a (mgr.24293) 23240 : audit 0 from='client.456903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:05 smithi022 bash[28554]: cluster 2023-12-07T19:30:04.004432+0000 mgr.a (mgr.24293) 23241 : cluster 0 pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:05 smithi044 bash[32620]: cluster 2023-12-07T19:30:04.004432+0000 mgr.a (mgr.24293) 23241 : cluster 0 pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:05 smithi027 bash[31536]: cluster 2023-12-07T19:30:04.004432+0000 mgr.a (mgr.24293) 23241 : cluster 0 pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:07 smithi022 bash[28554]: cluster 2023-12-07T19:30:06.005439+0000 mgr.a (mgr.24293) 23242 : cluster 0 pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:07 smithi044 bash[32620]: cluster 2023-12-07T19:30:06.005439+0000 mgr.a (mgr.24293) 23242 : cluster 0 pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:07 smithi027 bash[31536]: cluster 2023-12-07T19:30:06.005439+0000 mgr.a (mgr.24293) 23242 : cluster 0 pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:09.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:09.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:09.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:09 smithi022 bash[28554]: cluster 2023-12-07T19:30:08.006036+0000 mgr.a (mgr.24293) 23243 : cluster 0 pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:09 smithi044 bash[32620]: cluster 2023-12-07T19:30:08.006036+0000 mgr.a (mgr.24293) 23243 : cluster 0 pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:09 smithi027 bash[31536]: cluster 2023-12-07T19:30:08.006036+0000 mgr.a (mgr.24293) 23243 : cluster 0 pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:10.217 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:10.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:10.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:10.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:10.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:10.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:10 smithi022 bash[28554]: audit 2023-12-07T19:30:09.712735+0000 mgr.a (mgr.24293) 23244 : audit 0 from='client.456981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:10 smithi044 bash[32620]: audit 2023-12-07T19:30:09.712735+0000 mgr.a (mgr.24293) 23244 : audit 0 from='client.456981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:10 smithi027 bash[31536]: audit 2023-12-07T19:30:09.712735+0000 mgr.a (mgr.24293) 23244 : audit 0 from='client.456981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:11 smithi022 bash[28554]: cluster 2023-12-07T19:30:10.006970+0000 mgr.a (mgr.24293) 23245 : cluster 0 pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:11 smithi044 bash[32620]: cluster 2023-12-07T19:30:10.006970+0000 mgr.a (mgr.24293) 23245 : cluster 0 pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:11 smithi027 bash[31536]: cluster 2023-12-07T19:30:10.006970+0000 mgr.a (mgr.24293) 23245 : cluster 0 pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:13 smithi022 bash[28554]: cluster 2023-12-07T19:30:12.007952+0000 mgr.a (mgr.24293) 23246 : cluster 0 pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:13 smithi044 bash[32620]: cluster 2023-12-07T19:30:12.007952+0000 mgr.a (mgr.24293) 23246 : cluster 0 pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:13 smithi027 bash[31536]: cluster 2023-12-07T19:30:12.007952+0000 mgr.a (mgr.24293) 23246 : cluster 0 pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:15.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:15 smithi022 bash[28554]: cluster 2023-12-07T19:30:14.008546+0000 mgr.a (mgr.24293) 23247 : cluster 0 pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:15 smithi044 bash[32620]: cluster 2023-12-07T19:30:14.008546+0000 mgr.a (mgr.24293) 23247 : cluster 0 pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:15 smithi027 bash[31536]: cluster 2023-12-07T19:30:14.008546+0000 mgr.a (mgr.24293) 23247 : cluster 0 pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:16.164 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:16.164 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:16 smithi022 bash[28554]: audit 2023-12-07T19:30:15.636355+0000 mgr.a (mgr.24293) 23248 : audit 0 from='client.457056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:16 smithi044 bash[32620]: audit 2023-12-07T19:30:15.636355+0000 mgr.a (mgr.24293) 23248 : audit 0 from='client.457056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:16 smithi027 bash[31536]: audit 2023-12-07T19:30:15.636355+0000 mgr.a (mgr.24293) 23248 : audit 0 from='client.457056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:17 smithi022 bash[28554]: cluster 2023-12-07T19:30:16.009311+0000 mgr.a (mgr.24293) 23249 : cluster 0 pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:17 smithi044 bash[32620]: cluster 2023-12-07T19:30:16.009311+0000 mgr.a (mgr.24293) 23249 : cluster 0 pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:17 smithi027 bash[31536]: cluster 2023-12-07T19:30:16.009311+0000 mgr.a (mgr.24293) 23249 : cluster 0 pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:19 smithi027 bash[31536]: cluster 2023-12-07T19:30:18.010153+0000 mgr.a (mgr.24293) 23250 : cluster 0 pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:19 smithi022 bash[28554]: cluster 2023-12-07T19:30:18.010153+0000 mgr.a (mgr.24293) 23250 : cluster 0 pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:19 smithi044 bash[32620]: cluster 2023-12-07T19:30:18.010153+0000 mgr.a (mgr.24293) 23250 : cluster 0 pgmap v17386: 33 pgs: 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:21.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:21.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:21.168 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:21 smithi027 bash[31536]: cluster 2023-12-07T19:30:20.010792+0000 mgr.a (mgr.24293) 23251 : cluster 0 pgmap v17387: 33 pgs: 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:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:21 smithi022 bash[28554]: cluster 2023-12-07T19:30:20.010792+0000 mgr.a (mgr.24293) 23251 : cluster 0 pgmap v17387: 33 pgs: 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:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:21 smithi044 bash[32620]: cluster 2023-12-07T19:30:20.010792+0000 mgr.a (mgr.24293) 23251 : cluster 0 pgmap v17387: 33 pgs: 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:22.148 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:22.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:22.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:22.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:22.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:22 smithi027 bash[31536]: audit 2023-12-07T19:30:21.587111+0000 mgr.a (mgr.24293) 23252 : audit 0 from='client.457134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:22 smithi022 bash[28554]: audit 2023-12-07T19:30:21.587111+0000 mgr.a (mgr.24293) 23252 : audit 0 from='client.457134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:22 smithi044 bash[32620]: audit 2023-12-07T19:30:21.587111+0000 mgr.a (mgr.24293) 23252 : audit 0 from='client.457134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:23 smithi027 bash[31536]: cluster 2023-12-07T19:30:22.012676+0000 mgr.a (mgr.24293) 23253 : cluster 0 pgmap v17388: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:23 smithi022 bash[28554]: cluster 2023-12-07T19:30:22.012676+0000 mgr.a (mgr.24293) 23253 : cluster 0 pgmap v17388: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:23 smithi044 bash[32620]: cluster 2023-12-07T19:30:22.012676+0000 mgr.a (mgr.24293) 23253 : cluster 0 pgmap v17388: 33 pgs: 33 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:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:25 smithi027 bash[31536]: cluster 2023-12-07T19:30:24.013284+0000 mgr.a (mgr.24293) 23254 : cluster 0 pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:25 smithi022 bash[28554]: cluster 2023-12-07T19:30:24.013284+0000 mgr.a (mgr.24293) 23254 : cluster 0 pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:25 smithi044 bash[32620]: cluster 2023-12-07T19:30:24.013284+0000 mgr.a (mgr.24293) 23254 : cluster 0 pgmap v17389: 33 pgs: 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:27.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:27.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:27.152 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:27.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:27 smithi022 bash[28554]: cluster 2023-12-07T19:30:26.014049+0000 mgr.a (mgr.24293) 23255 : cluster 0 pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:27 smithi044 bash[32620]: cluster 2023-12-07T19:30:26.014049+0000 mgr.a (mgr.24293) 23255 : cluster 0 pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:27 smithi027 bash[31536]: cluster 2023-12-07T19:30:26.014049+0000 mgr.a (mgr.24293) 23255 : cluster 0 pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:28.097 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:28.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:28.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:28.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:28.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:28 smithi022 bash[28554]: audit 2023-12-07T19:30:27.562297+0000 mgr.a (mgr.24293) 23256 : audit 0 from='client.457212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:28 smithi044 bash[32620]: audit 2023-12-07T19:30:27.562297+0000 mgr.a (mgr.24293) 23256 : audit 0 from='client.457212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:28 smithi027 bash[31536]: audit 2023-12-07T19:30:27.562297+0000 mgr.a (mgr.24293) 23256 : audit 0 from='client.457212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:29 smithi022 bash[28554]: cluster 2023-12-07T19:30:28.014834+0000 mgr.a (mgr.24293) 23257 : cluster 0 pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:29 smithi044 bash[32620]: cluster 2023-12-07T19:30:28.014834+0000 mgr.a (mgr.24293) 23257 : cluster 0 pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:29 smithi027 bash[31536]: cluster 2023-12-07T19:30:28.014834+0000 mgr.a (mgr.24293) 23257 : cluster 0 pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:31 smithi022 bash[28554]: cluster 2023-12-07T19:30:30.015462+0000 mgr.a (mgr.24293) 23258 : cluster 0 pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:31 smithi044 bash[32620]: cluster 2023-12-07T19:30:30.015462+0000 mgr.a (mgr.24293) 23258 : cluster 0 pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:31 smithi027 bash[31536]: cluster 2023-12-07T19:30:30.015462+0000 mgr.a (mgr.24293) 23258 : cluster 0 pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:33.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:33.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:33.101 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:33 smithi022 bash[28554]: cluster 2023-12-07T19:30:32.016338+0000 mgr.a (mgr.24293) 23259 : cluster 0 pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:33 smithi044 bash[32620]: cluster 2023-12-07T19:30:32.016338+0000 mgr.a (mgr.24293) 23259 : cluster 0 pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:33 smithi027 bash[31536]: cluster 2023-12-07T19:30:32.016338+0000 mgr.a (mgr.24293) 23259 : cluster 0 pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:34.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:34.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:34.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:34.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:34.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:34 smithi022 bash[28554]: audit 2023-12-07T19:30:33.514154+0000 mgr.a (mgr.24293) 23260 : audit 0 from='client.457287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:34 smithi044 bash[32620]: audit 2023-12-07T19:30:33.514154+0000 mgr.a (mgr.24293) 23260 : audit 0 from='client.457287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:34 smithi027 bash[31536]: audit 2023-12-07T19:30:33.514154+0000 mgr.a (mgr.24293) 23260 : audit 0 from='client.457287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:35 smithi022 bash[28554]: cluster 2023-12-07T19:30:34.016821+0000 mgr.a (mgr.24293) 23261 : cluster 0 pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:35 smithi044 bash[32620]: cluster 2023-12-07T19:30:34.016821+0000 mgr.a (mgr.24293) 23261 : cluster 0 pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:35 smithi027 bash[31536]: cluster 2023-12-07T19:30:34.016821+0000 mgr.a (mgr.24293) 23261 : cluster 0 pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:37 smithi022 bash[28554]: cluster 2023-12-07T19:30:36.017622+0000 mgr.a (mgr.24293) 23262 : cluster 0 pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:37 smithi044 bash[32620]: cluster 2023-12-07T19:30:36.017622+0000 mgr.a (mgr.24293) 23262 : cluster 0 pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:37 smithi027 bash[31536]: cluster 2023-12-07T19:30:36.017622+0000 mgr.a (mgr.24293) 23262 : cluster 0 pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:39.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:39.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:39.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:39 smithi022 bash[28554]: cluster 2023-12-07T19:30:38.018212+0000 mgr.a (mgr.24293) 23263 : cluster 0 pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:39 smithi044 bash[32620]: cluster 2023-12-07T19:30:38.018212+0000 mgr.a (mgr.24293) 23263 : cluster 0 pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:39 smithi027 bash[31536]: cluster 2023-12-07T19:30:38.018212+0000 mgr.a (mgr.24293) 23263 : cluster 0 pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:39.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:39.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:40 smithi022 bash[28554]: audit 2023-12-07T19:30:39.467251+0000 mgr.a (mgr.24293) 23264 : audit 0 from='client.457359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:40 smithi044 bash[32620]: audit 2023-12-07T19:30:39.467251+0000 mgr.a (mgr.24293) 23264 : audit 0 from='client.457359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:40 smithi027 bash[31536]: audit 2023-12-07T19:30:39.467251+0000 mgr.a (mgr.24293) 23264 : audit 0 from='client.457359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:41 smithi022 bash[28554]: cluster 2023-12-07T19:30:40.018948+0000 mgr.a (mgr.24293) 23265 : cluster 0 pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:41 smithi044 bash[32620]: cluster 2023-12-07T19:30:40.018948+0000 mgr.a (mgr.24293) 23265 : cluster 0 pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:41 smithi027 bash[31536]: cluster 2023-12-07T19:30:40.018948+0000 mgr.a (mgr.24293) 23265 : cluster 0 pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:42 smithi022 bash[28554]: audit 2023-12-07T19:30:42.188571+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:42 smithi044 bash[32620]: audit 2023-12-07T19:30:42.188571+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:42 smithi027 bash[31536]: audit 2023-12-07T19:30:42.188571+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:43 smithi022 bash[28554]: cluster 2023-12-07T19:30:42.019785+0000 mgr.a (mgr.24293) 23266 : cluster 0 pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:43 smithi022 bash[28554]: audit 2023-12-07T19:30:42.984704+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:43 smithi022 bash[28554]: audit 2023-12-07T19:30:42.986579+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:43 smithi022 bash[28554]: audit 2023-12-07T19:30:42.996878+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:30:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:43 smithi044 bash[32620]: cluster 2023-12-07T19:30:42.019785+0000 mgr.a (mgr.24293) 23266 : cluster 0 pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:43 smithi044 bash[32620]: audit 2023-12-07T19:30:42.984704+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:43 smithi044 bash[32620]: audit 2023-12-07T19:30:42.986579+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:43 smithi044 bash[32620]: audit 2023-12-07T19:30:42.996878+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:30:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:43 smithi027 bash[31536]: cluster 2023-12-07T19:30:42.019785+0000 mgr.a (mgr.24293) 23266 : cluster 0 pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:43 smithi027 bash[31536]: audit 2023-12-07T19:30:42.984704+0000 mon.a (mon.0) 3656 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:43 smithi027 bash[31536]: audit 2023-12-07T19:30:42.986579+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:43 smithi027 bash[31536]: audit 2023-12-07T19:30:42.996878+0000 mon.a (mon.0) 3658 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:30:44.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:44.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:44.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:45.918 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:45.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:45.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:45.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:45.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:45 smithi022 bash[28554]: cluster 2023-12-07T19:30:44.020336+0000 mgr.a (mgr.24293) 23267 : cluster 0 pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:45 smithi044 bash[32620]: cluster 2023-12-07T19:30:44.020336+0000 mgr.a (mgr.24293) 23267 : cluster 0 pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:45.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:45 smithi027 bash[31536]: cluster 2023-12-07T19:30:44.020336+0000 mgr.a (mgr.24293) 23267 : cluster 0 pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:46 smithi022 bash[28554]: audit 2023-12-07T19:30:45.408151+0000 mgr.a (mgr.24293) 23268 : audit 0 from='client.457434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:46 smithi044 bash[32620]: audit 2023-12-07T19:30:45.408151+0000 mgr.a (mgr.24293) 23268 : audit 0 from='client.457434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:46 smithi027 bash[31536]: audit 2023-12-07T19:30:45.408151+0000 mgr.a (mgr.24293) 23268 : audit 0 from='client.457434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:47 smithi022 bash[28554]: cluster 2023-12-07T19:30:46.021595+0000 mgr.a (mgr.24293) 23269 : cluster 0 pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:47 smithi044 bash[32620]: cluster 2023-12-07T19:30:46.021595+0000 mgr.a (mgr.24293) 23269 : cluster 0 pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:47 smithi027 bash[31536]: cluster 2023-12-07T19:30:46.021595+0000 mgr.a (mgr.24293) 23269 : cluster 0 pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:49 smithi022 bash[28554]: cluster 2023-12-07T19:30:48.022236+0000 mgr.a (mgr.24293) 23270 : cluster 0 pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:49 smithi044 bash[32620]: cluster 2023-12-07T19:30:48.022236+0000 mgr.a (mgr.24293) 23270 : cluster 0 pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:49 smithi027 bash[31536]: cluster 2023-12-07T19:30:48.022236+0000 mgr.a (mgr.24293) 23270 : cluster 0 pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:50.922 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:50.922 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:50.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:51.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:51.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:51.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:51.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:51.874 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:51 smithi022 bash[28554]: cluster 2023-12-07T19:30:50.022896+0000 mgr.a (mgr.24293) 23271 : cluster 0 pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:51 smithi044 bash[32620]: cluster 2023-12-07T19:30:50.022896+0000 mgr.a (mgr.24293) 23271 : cluster 0 pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:51 smithi027 bash[31536]: cluster 2023-12-07T19:30:50.022896+0000 mgr.a (mgr.24293) 23271 : cluster 0 pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:52 smithi022 bash[28554]: audit 2023-12-07T19:30:51.345169+0000 mgr.a (mgr.24293) 23272 : audit 0 from='client.457506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:52 smithi044 bash[32620]: audit 2023-12-07T19:30:51.345169+0000 mgr.a (mgr.24293) 23272 : audit 0 from='client.457506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:52 smithi027 bash[31536]: audit 2023-12-07T19:30:51.345169+0000 mgr.a (mgr.24293) 23272 : audit 0 from='client.457506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:53 smithi022 bash[28554]: cluster 2023-12-07T19:30:52.024067+0000 mgr.a (mgr.24293) 23273 : cluster 0 pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:53 smithi044 bash[32620]: cluster 2023-12-07T19:30:52.024067+0000 mgr.a (mgr.24293) 23273 : cluster 0 pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:53 smithi027 bash[31536]: cluster 2023-12-07T19:30:52.024067+0000 mgr.a (mgr.24293) 23273 : cluster 0 pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:55 smithi022 bash[28554]: cluster 2023-12-07T19:30:54.024674+0000 mgr.a (mgr.24293) 23274 : cluster 0 pgmap v17404: 33 pgs: 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:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:55 smithi044 bash[32620]: cluster 2023-12-07T19:30:54.024674+0000 mgr.a (mgr.24293) 23274 : cluster 0 pgmap v17404: 33 pgs: 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:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:55 smithi027 bash[31536]: cluster 2023-12-07T19:30:54.024674+0000 mgr.a (mgr.24293) 23274 : cluster 0 pgmap v17404: 33 pgs: 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:56.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:30:56.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:56.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:57.807 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:30:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:30:57.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:57 smithi022 bash[28554]: cluster 2023-12-07T19:30:56.025374+0000 mgr.a (mgr.24293) 23275 : cluster 0 pgmap v17405: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:57 smithi044 bash[32620]: cluster 2023-12-07T19:30:56.025374+0000 mgr.a (mgr.24293) 23275 : cluster 0 pgmap v17405: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:57 smithi027 bash[31536]: cluster 2023-12-07T19:30:56.025374+0000 mgr.a (mgr.24293) 23275 : cluster 0 pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:58 smithi022 bash[28554]: audit 2023-12-07T19:30:57.294874+0000 mgr.a (mgr.24293) 23276 : audit 0 from='client.457581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:58 smithi044 bash[32620]: audit 2023-12-07T19:30:57.294874+0000 mgr.a (mgr.24293) 23276 : audit 0 from='client.457581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:58 smithi027 bash[31536]: audit 2023-12-07T19:30:57.294874+0000 mgr.a (mgr.24293) 23276 : audit 0 from='client.457581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:30:59 smithi022 bash[28554]: cluster 2023-12-07T19:30:58.026099+0000 mgr.a (mgr.24293) 23277 : cluster 0 pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:30:59 smithi044 bash[32620]: cluster 2023-12-07T19:30:58.026099+0000 mgr.a (mgr.24293) 23277 : cluster 0 pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:30:59 smithi027 bash[31536]: cluster 2023-12-07T19:30:58.026099+0000 mgr.a (mgr.24293) 23277 : cluster 0 pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:01 smithi022 bash[28554]: cluster 2023-12-07T19:31:00.026682+0000 mgr.a (mgr.24293) 23278 : cluster 0 pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:01 smithi044 bash[32620]: cluster 2023-12-07T19:31:00.026682+0000 mgr.a (mgr.24293) 23278 : cluster 0 pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:01 smithi027 bash[31536]: cluster 2023-12-07T19:31:00.026682+0000 mgr.a (mgr.24293) 23278 : cluster 0 pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:02.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:02.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:02.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:03.732 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:03.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:03 smithi022 bash[28554]: cluster 2023-12-07T19:31:02.027505+0000 mgr.a (mgr.24293) 23279 : cluster 0 pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:03 smithi044 bash[32620]: cluster 2023-12-07T19:31:02.027505+0000 mgr.a (mgr.24293) 23279 : cluster 0 pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:03 smithi027 bash[31536]: cluster 2023-12-07T19:31:02.027505+0000 mgr.a (mgr.24293) 23279 : cluster 0 pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:04 smithi022 bash[28554]: audit 2023-12-07T19:31:03.215195+0000 mgr.a (mgr.24293) 23280 : audit 0 from='client.457656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:04 smithi044 bash[32620]: audit 2023-12-07T19:31:03.215195+0000 mgr.a (mgr.24293) 23280 : audit 0 from='client.457656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:04 smithi027 bash[31536]: audit 2023-12-07T19:31:03.215195+0000 mgr.a (mgr.24293) 23280 : audit 0 from='client.457656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:05 smithi022 bash[28554]: cluster 2023-12-07T19:31:04.028200+0000 mgr.a (mgr.24293) 23281 : cluster 0 pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:05 smithi044 bash[32620]: cluster 2023-12-07T19:31:04.028200+0000 mgr.a (mgr.24293) 23281 : cluster 0 pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:05 smithi027 bash[31536]: cluster 2023-12-07T19:31:04.028200+0000 mgr.a (mgr.24293) 23281 : cluster 0 pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:07 smithi022 bash[28554]: cluster 2023-12-07T19:31:06.029028+0000 mgr.a (mgr.24293) 23282 : cluster 0 pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:07 smithi044 bash[32620]: cluster 2023-12-07T19:31:06.029028+0000 mgr.a (mgr.24293) 23282 : cluster 0 pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:07 smithi027 bash[31536]: cluster 2023-12-07T19:31:06.029028+0000 mgr.a (mgr.24293) 23282 : cluster 0 pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:08.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:08.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:08.736 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:09.691 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:09.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:09.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:09.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:09.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:09 smithi022 bash[28554]: cluster 2023-12-07T19:31:08.029593+0000 mgr.a (mgr.24293) 23283 : cluster 0 pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:09 smithi044 bash[32620]: cluster 2023-12-07T19:31:08.029593+0000 mgr.a (mgr.24293) 23283 : cluster 0 pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:09 smithi027 bash[31536]: cluster 2023-12-07T19:31:08.029593+0000 mgr.a (mgr.24293) 23283 : cluster 0 pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:10 smithi022 bash[28554]: audit 2023-12-07T19:31:09.144661+0000 mgr.a (mgr.24293) 23284 : audit 0 from='client.457734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:10 smithi044 bash[32620]: audit 2023-12-07T19:31:09.144661+0000 mgr.a (mgr.24293) 23284 : audit 0 from='client.457734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:10 smithi027 bash[31536]: audit 2023-12-07T19:31:09.144661+0000 mgr.a (mgr.24293) 23284 : audit 0 from='client.457734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:11 smithi022 bash[28554]: cluster 2023-12-07T19:31:10.030486+0000 mgr.a (mgr.24293) 23285 : cluster 0 pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:11 smithi044 bash[32620]: cluster 2023-12-07T19:31:10.030486+0000 mgr.a (mgr.24293) 23285 : cluster 0 pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:11 smithi027 bash[31536]: cluster 2023-12-07T19:31:10.030486+0000 mgr.a (mgr.24293) 23285 : cluster 0 pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:13 smithi022 bash[28554]: cluster 2023-12-07T19:31:12.031377+0000 mgr.a (mgr.24293) 23286 : cluster 0 pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:13 smithi044 bash[32620]: cluster 2023-12-07T19:31:12.031377+0000 mgr.a (mgr.24293) 23286 : cluster 0 pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:13 smithi027 bash[31536]: cluster 2023-12-07T19:31:12.031377+0000 mgr.a (mgr.24293) 23286 : cluster 0 pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:14.694 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:15.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:15.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:15.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:15.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:15.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:15 smithi022 bash[28554]: cluster 2023-12-07T19:31:14.031943+0000 mgr.a (mgr.24293) 23287 : cluster 0 pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:15 smithi044 bash[32620]: cluster 2023-12-07T19:31:14.031943+0000 mgr.a (mgr.24293) 23287 : cluster 0 pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:15 smithi027 bash[31536]: cluster 2023-12-07T19:31:14.031943+0000 mgr.a (mgr.24293) 23287 : cluster 0 pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:16 smithi022 bash[28554]: audit 2023-12-07T19:31:15.108382+0000 mgr.a (mgr.24293) 23288 : audit 0 from='client.457812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:16 smithi044 bash[32620]: audit 2023-12-07T19:31:15.108382+0000 mgr.a (mgr.24293) 23288 : audit 0 from='client.457812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:16 smithi027 bash[31536]: audit 2023-12-07T19:31:15.108382+0000 mgr.a (mgr.24293) 23288 : audit 0 from='client.457812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:17 smithi022 bash[28554]: cluster 2023-12-07T19:31:16.033220+0000 mgr.a (mgr.24293) 23289 : cluster 0 pgmap v17415: 33 pgs: 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:31:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:17 smithi044 bash[32620]: cluster 2023-12-07T19:31:16.033220+0000 mgr.a (mgr.24293) 23289 : cluster 0 pgmap v17415: 33 pgs: 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:31:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:17 smithi027 bash[31536]: cluster 2023-12-07T19:31:16.033220+0000 mgr.a (mgr.24293) 23289 : cluster 0 pgmap v17415: 33 pgs: 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:31:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:19 smithi022 bash[28554]: cluster 2023-12-07T19:31:18.033861+0000 mgr.a (mgr.24293) 23290 : cluster 0 pgmap v17416: 33 pgs: 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:31:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:19 smithi044 bash[32620]: cluster 2023-12-07T19:31:18.033861+0000 mgr.a (mgr.24293) 23290 : cluster 0 pgmap v17416: 33 pgs: 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:31:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:19 smithi027 bash[31536]: cluster 2023-12-07T19:31:18.033861+0000 mgr.a (mgr.24293) 23290 : cluster 0 pgmap v17416: 33 pgs: 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:31:20.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:20.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:20.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:21.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:21.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:21.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:21.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:21.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:21 smithi022 bash[28554]: cluster 2023-12-07T19:31:20.034564+0000 mgr.a (mgr.24293) 23291 : cluster 0 pgmap v17417: 33 pgs: 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:31:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:21 smithi044 bash[32620]: cluster 2023-12-07T19:31:20.034564+0000 mgr.a (mgr.24293) 23291 : cluster 0 pgmap v17417: 33 pgs: 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:31:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:21 smithi027 bash[31536]: cluster 2023-12-07T19:31:20.034564+0000 mgr.a (mgr.24293) 23291 : cluster 0 pgmap v17417: 33 pgs: 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:31:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:22 smithi022 bash[28554]: audit 2023-12-07T19:31:21.062004+0000 mgr.a (mgr.24293) 23292 : audit 0 from='client.457890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:22 smithi044 bash[32620]: audit 2023-12-07T19:31:21.062004+0000 mgr.a (mgr.24293) 23292 : audit 0 from='client.457890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:22 smithi027 bash[31536]: audit 2023-12-07T19:31:21.062004+0000 mgr.a (mgr.24293) 23292 : audit 0 from='client.457890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:23 smithi022 bash[28554]: cluster 2023-12-07T19:31:22.035670+0000 mgr.a (mgr.24293) 23293 : cluster 0 pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:23 smithi044 bash[32620]: cluster 2023-12-07T19:31:22.035670+0000 mgr.a (mgr.24293) 23293 : cluster 0 pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:23 smithi027 bash[31536]: cluster 2023-12-07T19:31:22.035670+0000 mgr.a (mgr.24293) 23293 : cluster 0 pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:25 smithi022 bash[28554]: cluster 2023-12-07T19:31:24.036327+0000 mgr.a (mgr.24293) 23294 : cluster 0 pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:25 smithi044 bash[32620]: cluster 2023-12-07T19:31:24.036327+0000 mgr.a (mgr.24293) 23294 : cluster 0 pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:25 smithi027 bash[31536]: cluster 2023-12-07T19:31:24.036327+0000 mgr.a (mgr.24293) 23294 : cluster 0 pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:26.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:26.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:27.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:27.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:27.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:27.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:27.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:27 smithi022 bash[28554]: cluster 2023-12-07T19:31:26.037239+0000 mgr.a (mgr.24293) 23295 : cluster 0 pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:27 smithi044 bash[32620]: cluster 2023-12-07T19:31:26.037239+0000 mgr.a (mgr.24293) 23295 : cluster 0 pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:27 smithi027 bash[31536]: cluster 2023-12-07T19:31:26.037239+0000 mgr.a (mgr.24293) 23295 : cluster 0 pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:28 smithi022 bash[28554]: audit 2023-12-07T19:31:27.007295+0000 mgr.a (mgr.24293) 23296 : audit 0 from='client.457968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:28 smithi044 bash[32620]: audit 2023-12-07T19:31:27.007295+0000 mgr.a (mgr.24293) 23296 : audit 0 from='client.457968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:28 smithi027 bash[31536]: audit 2023-12-07T19:31:27.007295+0000 mgr.a (mgr.24293) 23296 : audit 0 from='client.457968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:29 smithi022 bash[28554]: cluster 2023-12-07T19:31:28.037883+0000 mgr.a (mgr.24293) 23297 : cluster 0 pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:29 smithi044 bash[32620]: cluster 2023-12-07T19:31:28.037883+0000 mgr.a (mgr.24293) 23297 : cluster 0 pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:29 smithi027 bash[31536]: cluster 2023-12-07T19:31:28.037883+0000 mgr.a (mgr.24293) 23297 : cluster 0 pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:31 smithi022 bash[28554]: cluster 2023-12-07T19:31:30.038424+0000 mgr.a (mgr.24293) 23298 : cluster 0 pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:31 smithi044 bash[32620]: cluster 2023-12-07T19:31:30.038424+0000 mgr.a (mgr.24293) 23298 : cluster 0 pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:31 smithi027 bash[31536]: cluster 2023-12-07T19:31:30.038424+0000 mgr.a (mgr.24293) 23298 : cluster 0 pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:32.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:32.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:32.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:33.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:33.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:33.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:33.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:33.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:33 smithi022 bash[28554]: cluster 2023-12-07T19:31:32.039224+0000 mgr.a (mgr.24293) 23299 : cluster 0 pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:31:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:33 smithi044 bash[32620]: cluster 2023-12-07T19:31:32.039224+0000 mgr.a (mgr.24293) 23299 : cluster 0 pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:31:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:33 smithi027 bash[31536]: cluster 2023-12-07T19:31:32.039224+0000 mgr.a (mgr.24293) 23299 : cluster 0 pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:31:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:34 smithi022 bash[28554]: audit 2023-12-07T19:31:32.943644+0000 mgr.a (mgr.24293) 23300 : audit 0 from='client.458043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:34 smithi044 bash[32620]: audit 2023-12-07T19:31:32.943644+0000 mgr.a (mgr.24293) 23300 : audit 0 from='client.458043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:34 smithi027 bash[31536]: audit 2023-12-07T19:31:32.943644+0000 mgr.a (mgr.24293) 23300 : audit 0 from='client.458043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:35 smithi022 bash[28554]: cluster 2023-12-07T19:31:34.039927+0000 mgr.a (mgr.24293) 23301 : cluster 0 pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:35 smithi044 bash[32620]: cluster 2023-12-07T19:31:34.039927+0000 mgr.a (mgr.24293) 23301 : cluster 0 pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:35 smithi027 bash[31536]: cluster 2023-12-07T19:31:34.039927+0000 mgr.a (mgr.24293) 23301 : cluster 0 pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:37 smithi022 bash[28554]: cluster 2023-12-07T19:31:36.040745+0000 mgr.a (mgr.24293) 23302 : cluster 0 pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:37 smithi044 bash[32620]: cluster 2023-12-07T19:31:36.040745+0000 mgr.a (mgr.24293) 23302 : cluster 0 pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:37 smithi027 bash[31536]: cluster 2023-12-07T19:31:36.040745+0000 mgr.a (mgr.24293) 23302 : cluster 0 pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:38.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:38.467 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:39.436 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:39.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:39.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:39.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:39.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:39 smithi044 bash[32620]: cluster 2023-12-07T19:31:38.041306+0000 mgr.a (mgr.24293) 23303 : cluster 0 pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:39 smithi027 bash[31536]: cluster 2023-12-07T19:31:38.041306+0000 mgr.a (mgr.24293) 23303 : cluster 0 pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:39 smithi022 bash[28554]: cluster 2023-12-07T19:31:38.041306+0000 mgr.a (mgr.24293) 23303 : cluster 0 pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:40 smithi027 bash[31536]: audit 2023-12-07T19:31:38.886921+0000 mgr.a (mgr.24293) 23304 : audit 0 from='client.458118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:40 smithi022 bash[28554]: audit 2023-12-07T19:31:38.886921+0000 mgr.a (mgr.24293) 23304 : audit 0 from='client.458118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:40 smithi044 bash[32620]: audit 2023-12-07T19:31:38.886921+0000 mgr.a (mgr.24293) 23304 : audit 0 from='client.458118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:41 smithi027 bash[31536]: cluster 2023-12-07T19:31:40.041992+0000 mgr.a (mgr.24293) 23305 : cluster 0 pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:41 smithi022 bash[28554]: cluster 2023-12-07T19:31:40.041992+0000 mgr.a (mgr.24293) 23305 : cluster 0 pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:41 smithi044 bash[32620]: cluster 2023-12-07T19:31:40.041992+0000 mgr.a (mgr.24293) 23305 : cluster 0 pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:43 smithi027 bash[31536]: cluster 2023-12-07T19:31:42.042797+0000 mgr.a (mgr.24293) 23306 : cluster 0 pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:43 smithi027 bash[31536]: audit 2023-12-07T19:31:43.100359+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:43 smithi022 bash[28554]: cluster 2023-12-07T19:31:42.042797+0000 mgr.a (mgr.24293) 23306 : cluster 0 pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:43 smithi022 bash[28554]: audit 2023-12-07T19:31:43.100359+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:43 smithi044 bash[32620]: cluster 2023-12-07T19:31:42.042797+0000 mgr.a (mgr.24293) 23306 : cluster 0 pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:43 smithi044 bash[32620]: audit 2023-12-07T19:31:43.100359+0000 mon.a (mon.0) 3659 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:44.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:44 smithi027 bash[31536]: audit 2023-12-07T19:31:43.898483+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:44 smithi027 bash[31536]: audit 2023-12-07T19:31:43.900257+0000 mon.a (mon.0) 3661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:44 smithi027 bash[31536]: audit 2023-12-07T19:31:43.909863+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:31:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:44 smithi022 bash[28554]: audit 2023-12-07T19:31:43.898483+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:44 smithi022 bash[28554]: audit 2023-12-07T19:31:43.900257+0000 mon.a (mon.0) 3661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:44 smithi022 bash[28554]: audit 2023-12-07T19:31:43.909863+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:31:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:44 smithi044 bash[32620]: audit 2023-12-07T19:31:43.898483+0000 mon.a (mon.0) 3660 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:44 smithi044 bash[32620]: audit 2023-12-07T19:31:43.900257+0000 mon.a (mon.0) 3661 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:44 smithi044 bash[32620]: audit 2023-12-07T19:31:43.909863+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:31:45.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:45.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:45.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:45 smithi027 bash[31536]: cluster 2023-12-07T19:31:44.043340+0000 mgr.a (mgr.24293) 23307 : cluster 0 pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:45 smithi027 bash[31536]: audit 2023-12-07T19:31:44.854080+0000 mgr.a (mgr.24293) 23308 : audit 0 from='client.458190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:45 smithi022 bash[28554]: cluster 2023-12-07T19:31:44.043340+0000 mgr.a (mgr.24293) 23307 : cluster 0 pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:45 smithi022 bash[28554]: audit 2023-12-07T19:31:44.854080+0000 mgr.a (mgr.24293) 23308 : audit 0 from='client.458190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:45 smithi044 bash[32620]: cluster 2023-12-07T19:31:44.043340+0000 mgr.a (mgr.24293) 23307 : cluster 0 pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:45 smithi044 bash[32620]: audit 2023-12-07T19:31:44.854080+0000 mgr.a (mgr.24293) 23308 : audit 0 from='client.458190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:47 smithi022 bash[28554]: cluster 2023-12-07T19:31:46.044217+0000 mgr.a (mgr.24293) 23309 : cluster 0 pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:47 smithi044 bash[32620]: cluster 2023-12-07T19:31:46.044217+0000 mgr.a (mgr.24293) 23309 : cluster 0 pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:47 smithi027 bash[31536]: cluster 2023-12-07T19:31:46.044217+0000 mgr.a (mgr.24293) 23309 : cluster 0 pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:49 smithi022 bash[28554]: cluster 2023-12-07T19:31:48.044775+0000 mgr.a (mgr.24293) 23310 : cluster 0 pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:49 smithi044 bash[32620]: cluster 2023-12-07T19:31:48.044775+0000 mgr.a (mgr.24293) 23310 : cluster 0 pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:49 smithi027 bash[31536]: cluster 2023-12-07T19:31:48.044775+0000 mgr.a (mgr.24293) 23310 : cluster 0 pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:50.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:50.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:50.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:51.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:51.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:51.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:51.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:51.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:51 smithi022 bash[28554]: cluster 2023-12-07T19:31:50.045353+0000 mgr.a (mgr.24293) 23311 : cluster 0 pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:51 smithi022 bash[28554]: audit 2023-12-07T19:31:50.777359+0000 mgr.a (mgr.24293) 23312 : audit 0 from='client.458262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:51 smithi044 bash[32620]: cluster 2023-12-07T19:31:50.045353+0000 mgr.a (mgr.24293) 23311 : cluster 0 pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:51 smithi044 bash[32620]: audit 2023-12-07T19:31:50.777359+0000 mgr.a (mgr.24293) 23312 : audit 0 from='client.458262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:51 smithi027 bash[31536]: cluster 2023-12-07T19:31:50.045353+0000 mgr.a (mgr.24293) 23311 : cluster 0 pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:51 smithi027 bash[31536]: audit 2023-12-07T19:31:50.777359+0000 mgr.a (mgr.24293) 23312 : audit 0 from='client.458262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:53 smithi022 bash[28554]: cluster 2023-12-07T19:31:52.046362+0000 mgr.a (mgr.24293) 23313 : cluster 0 pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:53 smithi044 bash[32620]: cluster 2023-12-07T19:31:52.046362+0000 mgr.a (mgr.24293) 23313 : cluster 0 pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:53 smithi027 bash[31536]: cluster 2023-12-07T19:31:52.046362+0000 mgr.a (mgr.24293) 23313 : cluster 0 pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:55 smithi022 bash[28554]: cluster 2023-12-07T19:31:54.046917+0000 mgr.a (mgr.24293) 23314 : cluster 0 pgmap v17434: 33 pgs: 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:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:55 smithi044 bash[32620]: cluster 2023-12-07T19:31:54.046917+0000 mgr.a (mgr.24293) 23314 : cluster 0 pgmap v17434: 33 pgs: 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:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:55 smithi027 bash[31536]: cluster 2023-12-07T19:31:54.046917+0000 mgr.a (mgr.24293) 23314 : cluster 0 pgmap v17434: 33 pgs: 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:56.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:31:56.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:56.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:57.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:31:57.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:57.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:57.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:57.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:31:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:57 smithi022 bash[28554]: cluster 2023-12-07T19:31:56.047717+0000 mgr.a (mgr.24293) 23315 : cluster 0 pgmap v17435: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:57 smithi022 bash[28554]: audit 2023-12-07T19:31:56.701786+0000 mgr.a (mgr.24293) 23316 : audit 0 from='client.458337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:57 smithi044 bash[32620]: cluster 2023-12-07T19:31:56.047717+0000 mgr.a (mgr.24293) 23315 : cluster 0 pgmap v17435: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:57 smithi044 bash[32620]: audit 2023-12-07T19:31:56.701786+0000 mgr.a (mgr.24293) 23316 : audit 0 from='client.458337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:57 smithi027 bash[31536]: cluster 2023-12-07T19:31:56.047717+0000 mgr.a (mgr.24293) 23315 : cluster 0 pgmap v17435: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:57 smithi027 bash[31536]: audit 2023-12-07T19:31:56.701786+0000 mgr.a (mgr.24293) 23316 : audit 0 from='client.458337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:31:59 smithi022 bash[28554]: cluster 2023-12-07T19:31:58.048458+0000 mgr.a (mgr.24293) 23317 : cluster 0 pgmap v17436: 33 pgs: 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:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:31:59 smithi044 bash[32620]: cluster 2023-12-07T19:31:58.048458+0000 mgr.a (mgr.24293) 23317 : cluster 0 pgmap v17436: 33 pgs: 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:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:31:59 smithi027 bash[31536]: cluster 2023-12-07T19:31:58.048458+0000 mgr.a (mgr.24293) 23317 : cluster 0 pgmap v17436: 33 pgs: 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:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:01 smithi022 bash[28554]: cluster 2023-12-07T19:32:00.049184+0000 mgr.a (mgr.24293) 23318 : cluster 0 pgmap v17437: 33 pgs: 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:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:01 smithi044 bash[32620]: cluster 2023-12-07T19:32:00.049184+0000 mgr.a (mgr.24293) 23318 : cluster 0 pgmap v17437: 33 pgs: 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:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:01 smithi027 bash[31536]: cluster 2023-12-07T19:32:00.049184+0000 mgr.a (mgr.24293) 23318 : cluster 0 pgmap v17437: 33 pgs: 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:02.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:02.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:02.224 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:03.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:03.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:03.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:03.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:03.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:03 smithi022 bash[28554]: cluster 2023-12-07T19:32:02.049934+0000 mgr.a (mgr.24293) 23319 : cluster 0 pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:03 smithi022 bash[28554]: audit 2023-12-07T19:32:02.637365+0000 mgr.a (mgr.24293) 23320 : audit 0 from='client.458409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:03 smithi044 bash[32620]: cluster 2023-12-07T19:32:02.049934+0000 mgr.a (mgr.24293) 23319 : cluster 0 pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:03 smithi044 bash[32620]: audit 2023-12-07T19:32:02.637365+0000 mgr.a (mgr.24293) 23320 : audit 0 from='client.458409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:03 smithi027 bash[31536]: cluster 2023-12-07T19:32:02.049934+0000 mgr.a (mgr.24293) 23319 : cluster 0 pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:03 smithi027 bash[31536]: audit 2023-12-07T19:32:02.637365+0000 mgr.a (mgr.24293) 23320 : audit 0 from='client.458409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:05 smithi022 bash[28554]: cluster 2023-12-07T19:32:04.050588+0000 mgr.a (mgr.24293) 23321 : cluster 0 pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:05 smithi044 bash[32620]: cluster 2023-12-07T19:32:04.050588+0000 mgr.a (mgr.24293) 23321 : cluster 0 pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:05 smithi027 bash[31536]: cluster 2023-12-07T19:32:04.050588+0000 mgr.a (mgr.24293) 23321 : cluster 0 pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:07 smithi022 bash[28554]: cluster 2023-12-07T19:32:06.051400+0000 mgr.a (mgr.24293) 23322 : cluster 0 pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:07 smithi044 bash[32620]: cluster 2023-12-07T19:32:06.051400+0000 mgr.a (mgr.24293) 23322 : cluster 0 pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:08.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:08.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:08.178 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:07 smithi027 bash[31536]: cluster 2023-12-07T19:32:06.051400+0000 mgr.a (mgr.24293) 23322 : cluster 0 pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:09.139 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:09.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:09.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:09.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:09.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:09 smithi022 bash[28554]: cluster 2023-12-07T19:32:08.051962+0000 mgr.a (mgr.24293) 23323 : cluster 0 pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:09 smithi022 bash[28554]: audit 2023-12-07T19:32:08.591518+0000 mgr.a (mgr.24293) 23324 : audit 0 from='client.458484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:09 smithi044 bash[32620]: cluster 2023-12-07T19:32:08.051962+0000 mgr.a (mgr.24293) 23323 : cluster 0 pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:09 smithi044 bash[32620]: audit 2023-12-07T19:32:08.591518+0000 mgr.a (mgr.24293) 23324 : audit 0 from='client.458484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:09 smithi027 bash[31536]: cluster 2023-12-07T19:32:08.051962+0000 mgr.a (mgr.24293) 23323 : cluster 0 pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:09 smithi027 bash[31536]: audit 2023-12-07T19:32:08.591518+0000 mgr.a (mgr.24293) 23324 : audit 0 from='client.458484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:11 smithi022 bash[28554]: cluster 2023-12-07T19:32:10.052736+0000 mgr.a (mgr.24293) 23325 : cluster 0 pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:11 smithi044 bash[32620]: cluster 2023-12-07T19:32:10.052736+0000 mgr.a (mgr.24293) 23325 : cluster 0 pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:11 smithi027 bash[31536]: cluster 2023-12-07T19:32:10.052736+0000 mgr.a (mgr.24293) 23325 : cluster 0 pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:14.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:14.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:14.143 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:13 smithi022 bash[28554]: cluster 2023-12-07T19:32:12.053617+0000 mgr.a (mgr.24293) 23326 : cluster 0 pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:13 smithi044 bash[32620]: cluster 2023-12-07T19:32:12.053617+0000 mgr.a (mgr.24293) 23326 : cluster 0 pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:13 smithi027 bash[31536]: cluster 2023-12-07T19:32:12.053617+0000 mgr.a (mgr.24293) 23326 : cluster 0 pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:15.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:15.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:15.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:15.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:15.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:15 smithi022 bash[28554]: cluster 2023-12-07T19:32:14.054198+0000 mgr.a (mgr.24293) 23327 : cluster 0 pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:15 smithi022 bash[28554]: audit 2023-12-07T19:32:14.554440+0000 mgr.a (mgr.24293) 23328 : audit 0 from='client.458556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:15 smithi044 bash[32620]: cluster 2023-12-07T19:32:14.054198+0000 mgr.a (mgr.24293) 23327 : cluster 0 pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:15 smithi044 bash[32620]: audit 2023-12-07T19:32:14.554440+0000 mgr.a (mgr.24293) 23328 : audit 0 from='client.458556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:15 smithi027 bash[31536]: cluster 2023-12-07T19:32:14.054198+0000 mgr.a (mgr.24293) 23327 : cluster 0 pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:15 smithi027 bash[31536]: audit 2023-12-07T19:32:14.554440+0000 mgr.a (mgr.24293) 23328 : audit 0 from='client.458556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:17 smithi022 bash[28554]: cluster 2023-12-07T19:32:16.055076+0000 mgr.a (mgr.24293) 23329 : cluster 0 pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:17 smithi044 bash[32620]: cluster 2023-12-07T19:32:16.055076+0000 mgr.a (mgr.24293) 23329 : cluster 0 pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:17 smithi027 bash[31536]: cluster 2023-12-07T19:32:16.055076+0000 mgr.a (mgr.24293) 23329 : cluster 0 pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:20.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:20.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:19 smithi022 bash[28554]: cluster 2023-12-07T19:32:18.055577+0000 mgr.a (mgr.24293) 23330 : cluster 0 pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:19 smithi044 bash[32620]: cluster 2023-12-07T19:32:18.055577+0000 mgr.a (mgr.24293) 23330 : cluster 0 pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:19 smithi027 bash[31536]: cluster 2023-12-07T19:32:18.055577+0000 mgr.a (mgr.24293) 23330 : cluster 0 pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:21.034 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:21.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:21.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:21.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:21.034 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:21 smithi022 bash[28554]: cluster 2023-12-07T19:32:20.056122+0000 mgr.a (mgr.24293) 23331 : cluster 0 pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:21 smithi022 bash[28554]: audit 2023-12-07T19:32:20.510390+0000 mgr.a (mgr.24293) 23332 : audit 0 from='client.458634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:21 smithi044 bash[32620]: cluster 2023-12-07T19:32:20.056122+0000 mgr.a (mgr.24293) 23331 : cluster 0 pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:21 smithi044 bash[32620]: audit 2023-12-07T19:32:20.510390+0000 mgr.a (mgr.24293) 23332 : audit 0 from='client.458634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:21 smithi027 bash[31536]: cluster 2023-12-07T19:32:20.056122+0000 mgr.a (mgr.24293) 23331 : cluster 0 pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:21 smithi027 bash[31536]: audit 2023-12-07T19:32:20.510390+0000 mgr.a (mgr.24293) 23332 : audit 0 from='client.458634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:23 smithi022 bash[28554]: cluster 2023-12-07T19:32:22.057189+0000 mgr.a (mgr.24293) 23333 : cluster 0 pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:23 smithi044 bash[32620]: cluster 2023-12-07T19:32:22.057189+0000 mgr.a (mgr.24293) 23333 : cluster 0 pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:23 smithi027 bash[31536]: cluster 2023-12-07T19:32:22.057189+0000 mgr.a (mgr.24293) 23333 : cluster 0 pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:26.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:26.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:26.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:25 smithi022 bash[28554]: cluster 2023-12-07T19:32:24.057765+0000 mgr.a (mgr.24293) 23334 : cluster 0 pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:25 smithi044 bash[32620]: cluster 2023-12-07T19:32:24.057765+0000 mgr.a (mgr.24293) 23334 : cluster 0 pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:25 smithi027 bash[31536]: cluster 2023-12-07T19:32:24.057765+0000 mgr.a (mgr.24293) 23334 : cluster 0 pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:26.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:26.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:26.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:26.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:26.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:27 smithi022 bash[28554]: cluster 2023-12-07T19:32:26.058508+0000 mgr.a (mgr.24293) 23335 : cluster 0 pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:27 smithi022 bash[28554]: audit 2023-12-07T19:32:26.447732+0000 mgr.a (mgr.24293) 23336 : audit 0 from='client.458712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:27 smithi044 bash[32620]: cluster 2023-12-07T19:32:26.058508+0000 mgr.a (mgr.24293) 23335 : cluster 0 pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:27 smithi044 bash[32620]: audit 2023-12-07T19:32:26.447732+0000 mgr.a (mgr.24293) 23336 : audit 0 from='client.458712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:27 smithi027 bash[31536]: cluster 2023-12-07T19:32:26.058508+0000 mgr.a (mgr.24293) 23335 : cluster 0 pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:27 smithi027 bash[31536]: audit 2023-12-07T19:32:26.447732+0000 mgr.a (mgr.24293) 23336 : audit 0 from='client.458712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:29 smithi022 bash[28554]: cluster 2023-12-07T19:32:28.059253+0000 mgr.a (mgr.24293) 23337 : cluster 0 pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:29 smithi044 bash[32620]: cluster 2023-12-07T19:32:28.059253+0000 mgr.a (mgr.24293) 23337 : cluster 0 pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:29 smithi027 bash[31536]: cluster 2023-12-07T19:32:28.059253+0000 mgr.a (mgr.24293) 23337 : cluster 0 pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:31.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:31.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:31.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:31 smithi022 bash[28554]: cluster 2023-12-07T19:32:30.059913+0000 mgr.a (mgr.24293) 23338 : cluster 0 pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:31 smithi044 bash[32620]: cluster 2023-12-07T19:32:30.059913+0000 mgr.a (mgr.24293) 23338 : cluster 0 pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:31 smithi027 bash[31536]: cluster 2023-12-07T19:32:30.059913+0000 mgr.a (mgr.24293) 23338 : cluster 0 pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:32.906 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:32.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:32.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:32.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:32.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:33 smithi022 bash[28554]: cluster 2023-12-07T19:32:32.060681+0000 mgr.a (mgr.24293) 23339 : cluster 0 pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:33 smithi022 bash[28554]: audit 2023-12-07T19:32:32.384922+0000 mgr.a (mgr.24293) 23340 : audit 0 from='client.458790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:33 smithi044 bash[32620]: cluster 2023-12-07T19:32:32.060681+0000 mgr.a (mgr.24293) 23339 : cluster 0 pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:33 smithi044 bash[32620]: audit 2023-12-07T19:32:32.384922+0000 mgr.a (mgr.24293) 23340 : audit 0 from='client.458790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:33 smithi027 bash[31536]: cluster 2023-12-07T19:32:32.060681+0000 mgr.a (mgr.24293) 23339 : cluster 0 pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:33 smithi027 bash[31536]: audit 2023-12-07T19:32:32.384922+0000 mgr.a (mgr.24293) 23340 : audit 0 from='client.458790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:35 smithi022 bash[28554]: cluster 2023-12-07T19:32:34.061423+0000 mgr.a (mgr.24293) 23341 : cluster 0 pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:35 smithi044 bash[32620]: cluster 2023-12-07T19:32:34.061423+0000 mgr.a (mgr.24293) 23341 : cluster 0 pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:35 smithi027 bash[31536]: cluster 2023-12-07T19:32:34.061423+0000 mgr.a (mgr.24293) 23341 : cluster 0 pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:37.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:37.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:37.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:37 smithi022 bash[28554]: cluster 2023-12-07T19:32:36.062369+0000 mgr.a (mgr.24293) 23342 : cluster 0 pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:37 smithi044 bash[32620]: cluster 2023-12-07T19:32:36.062369+0000 mgr.a (mgr.24293) 23342 : cluster 0 pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:37 smithi027 bash[31536]: cluster 2023-12-07T19:32:36.062369+0000 mgr.a (mgr.24293) 23342 : cluster 0 pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:38.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:38.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:38.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:38.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:38.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:39 smithi022 bash[28554]: cluster 2023-12-07T19:32:38.062955+0000 mgr.a (mgr.24293) 23343 : cluster 0 pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:39 smithi022 bash[28554]: audit 2023-12-07T19:32:38.321805+0000 mgr.a (mgr.24293) 23344 : audit 0 from='client.458868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:39 smithi044 bash[32620]: cluster 2023-12-07T19:32:38.062955+0000 mgr.a (mgr.24293) 23343 : cluster 0 pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:39 smithi044 bash[32620]: audit 2023-12-07T19:32:38.321805+0000 mgr.a (mgr.24293) 23344 : audit 0 from='client.458868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:39 smithi027 bash[31536]: cluster 2023-12-07T19:32:38.062955+0000 mgr.a (mgr.24293) 23343 : cluster 0 pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:39 smithi027 bash[31536]: audit 2023-12-07T19:32:38.321805+0000 mgr.a (mgr.24293) 23344 : audit 0 from='client.458868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:41 smithi022 bash[28554]: cluster 2023-12-07T19:32:40.063700+0000 mgr.a (mgr.24293) 23345 : cluster 0 pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:41 smithi044 bash[32620]: cluster 2023-12-07T19:32:40.063700+0000 mgr.a (mgr.24293) 23345 : cluster 0 pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:41 smithi027 bash[31536]: cluster 2023-12-07T19:32:40.063700+0000 mgr.a (mgr.24293) 23345 : cluster 0 pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:43.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:43.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:43.855 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:43 smithi022 bash[28554]: cluster 2023-12-07T19:32:42.064547+0000 mgr.a (mgr.24293) 23346 : cluster 0 pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:43 smithi044 bash[32620]: cluster 2023-12-07T19:32:42.064547+0000 mgr.a (mgr.24293) 23346 : cluster 0 pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:43 smithi027 bash[31536]: cluster 2023-12-07T19:32:42.064547+0000 mgr.a (mgr.24293) 23346 : cluster 0 pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:44.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:44.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:44.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:44.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:44.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:44 smithi022 bash[28554]: audit 2023-12-07T19:32:44.012367+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:44 smithi044 bash[32620]: audit 2023-12-07T19:32:44.012367+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:44 smithi027 bash[31536]: audit 2023-12-07T19:32:44.012367+0000 mon.a (mon.0) 3663 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:45 smithi022 bash[28554]: cluster 2023-12-07T19:32:44.064928+0000 mgr.a (mgr.24293) 23347 : cluster 0 pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:45 smithi022 bash[28554]: audit 2023-12-07T19:32:44.264207+0000 mgr.a (mgr.24293) 23348 : audit 0 from='client.458937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:45 smithi022 bash[28554]: audit 2023-12-07T19:32:44.827162+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:45 smithi022 bash[28554]: audit 2023-12-07T19:32:44.832365+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:45 smithi022 bash[28554]: audit 2023-12-07T19:32:44.839395+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:32:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:45 smithi044 bash[32620]: cluster 2023-12-07T19:32:44.064928+0000 mgr.a (mgr.24293) 23347 : cluster 0 pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:45 smithi044 bash[32620]: audit 2023-12-07T19:32:44.264207+0000 mgr.a (mgr.24293) 23348 : audit 0 from='client.458937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:45 smithi044 bash[32620]: audit 2023-12-07T19:32:44.827162+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:45 smithi044 bash[32620]: audit 2023-12-07T19:32:44.832365+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:46.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:45 smithi044 bash[32620]: audit 2023-12-07T19:32:44.839395+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:32:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:45 smithi027 bash[31536]: cluster 2023-12-07T19:32:44.064928+0000 mgr.a (mgr.24293) 23347 : cluster 0 pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:45 smithi027 bash[31536]: audit 2023-12-07T19:32:44.264207+0000 mgr.a (mgr.24293) 23348 : audit 0 from='client.458937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:45 smithi027 bash[31536]: audit 2023-12-07T19:32:44.827162+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:45 smithi027 bash[31536]: audit 2023-12-07T19:32:44.832365+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:45 smithi027 bash[31536]: audit 2023-12-07T19:32:44.839395+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:32:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:47 smithi022 bash[28554]: cluster 2023-12-07T19:32:46.065835+0000 mgr.a (mgr.24293) 23349 : cluster 0 pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:47 smithi044 bash[32620]: cluster 2023-12-07T19:32:46.065835+0000 mgr.a (mgr.24293) 23349 : cluster 0 pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:47 smithi027 bash[31536]: cluster 2023-12-07T19:32:46.065835+0000 mgr.a (mgr.24293) 23349 : cluster 0 pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:49.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:49.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:49.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:49 smithi022 bash[28554]: cluster 2023-12-07T19:32:48.066405+0000 mgr.a (mgr.24293) 23350 : cluster 0 pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:49 smithi044 bash[32620]: cluster 2023-12-07T19:32:48.066405+0000 mgr.a (mgr.24293) 23350 : cluster 0 pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:49 smithi027 bash[31536]: cluster 2023-12-07T19:32:48.066405+0000 mgr.a (mgr.24293) 23350 : cluster 0 pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:50.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:50.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:50.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:50.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:50.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:51 smithi022 bash[28554]: cluster 2023-12-07T19:32:50.066908+0000 mgr.a (mgr.24293) 23351 : cluster 0 pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:51 smithi022 bash[28554]: audit 2023-12-07T19:32:50.187588+0000 mgr.a (mgr.24293) 23352 : audit 0 from='client.360107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:51 smithi044 bash[32620]: cluster 2023-12-07T19:32:50.066908+0000 mgr.a (mgr.24293) 23351 : cluster 0 pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:51 smithi044 bash[32620]: audit 2023-12-07T19:32:50.187588+0000 mgr.a (mgr.24293) 23352 : audit 0 from='client.360107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:51 smithi027 bash[31536]: cluster 2023-12-07T19:32:50.066908+0000 mgr.a (mgr.24293) 23351 : cluster 0 pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:51 smithi027 bash[31536]: audit 2023-12-07T19:32:50.187588+0000 mgr.a (mgr.24293) 23352 : audit 0 from='client.360107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:53 smithi022 bash[28554]: cluster 2023-12-07T19:32:52.067961+0000 mgr.a (mgr.24293) 23353 : cluster 0 pgmap v17463: 33 pgs: 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:32:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:53 smithi044 bash[32620]: cluster 2023-12-07T19:32:52.067961+0000 mgr.a (mgr.24293) 23353 : cluster 0 pgmap v17463: 33 pgs: 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:32:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:53 smithi027 bash[31536]: cluster 2023-12-07T19:32:52.067961+0000 mgr.a (mgr.24293) 23353 : cluster 0 pgmap v17463: 33 pgs: 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:32:55.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:32:55.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:55.702 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:55 smithi022 bash[28554]: cluster 2023-12-07T19:32:54.068532+0000 mgr.a (mgr.24293) 23354 : cluster 0 pgmap v17464: 33 pgs: 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:32:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:55 smithi044 bash[32620]: cluster 2023-12-07T19:32:54.068532+0000 mgr.a (mgr.24293) 23354 : cluster 0 pgmap v17464: 33 pgs: 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:32:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:55 smithi027 bash[31536]: cluster 2023-12-07T19:32:54.068532+0000 mgr.a (mgr.24293) 23354 : cluster 0 pgmap v17464: 33 pgs: 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:32:56.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:32:56.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:56.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:56.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:56.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:32:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:57 smithi022 bash[28554]: cluster 2023-12-07T19:32:56.069223+0000 mgr.a (mgr.24293) 23355 : cluster 0 pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:57 smithi022 bash[28554]: audit 2023-12-07T19:32:56.120292+0000 mgr.a (mgr.24293) 23356 : audit 0 from='client.459087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:57 smithi044 bash[32620]: cluster 2023-12-07T19:32:56.069223+0000 mgr.a (mgr.24293) 23355 : cluster 0 pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:57 smithi044 bash[32620]: audit 2023-12-07T19:32:56.120292+0000 mgr.a (mgr.24293) 23356 : audit 0 from='client.459087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:57 smithi027 bash[31536]: cluster 2023-12-07T19:32:56.069223+0000 mgr.a (mgr.24293) 23355 : cluster 0 pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:57 smithi027 bash[31536]: audit 2023-12-07T19:32:56.120292+0000 mgr.a (mgr.24293) 23356 : audit 0 from='client.459087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:32:59 smithi022 bash[28554]: cluster 2023-12-07T19:32:58.069970+0000 mgr.a (mgr.24293) 23357 : cluster 0 pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:32:59 smithi044 bash[32620]: cluster 2023-12-07T19:32:58.069970+0000 mgr.a (mgr.24293) 23357 : cluster 0 pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:32:59 smithi027 bash[31536]: cluster 2023-12-07T19:32:58.069970+0000 mgr.a (mgr.24293) 23357 : cluster 0 pgmap v17466: 33 pgs: 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:01.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:01.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:01.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:01 smithi022 bash[28554]: cluster 2023-12-07T19:33:00.070528+0000 mgr.a (mgr.24293) 23358 : cluster 0 pgmap v17467: 33 pgs: 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:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:01 smithi044 bash[32620]: cluster 2023-12-07T19:33:00.070528+0000 mgr.a (mgr.24293) 23358 : cluster 0 pgmap v17467: 33 pgs: 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:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:01 smithi027 bash[31536]: cluster 2023-12-07T19:33:00.070528+0000 mgr.a (mgr.24293) 23358 : cluster 0 pgmap v17467: 33 pgs: 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:02.601 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:02.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:02.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:02.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:02.601 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:03 smithi022 bash[28554]: audit 2023-12-07T19:33:02.058532+0000 mgr.a (mgr.24293) 23359 : audit 0 from='client.459165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:03 smithi022 bash[28554]: cluster 2023-12-07T19:33:02.073324+0000 mgr.a (mgr.24293) 23360 : cluster 0 pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:03 smithi044 bash[32620]: audit 2023-12-07T19:33:02.058532+0000 mgr.a (mgr.24293) 23359 : audit 0 from='client.459165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:03 smithi044 bash[32620]: cluster 2023-12-07T19:33:02.073324+0000 mgr.a (mgr.24293) 23360 : cluster 0 pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:03 smithi027 bash[31536]: audit 2023-12-07T19:33:02.058532+0000 mgr.a (mgr.24293) 23359 : audit 0 from='client.459165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:03 smithi027 bash[31536]: cluster 2023-12-07T19:33:02.073324+0000 mgr.a (mgr.24293) 23360 : cluster 0 pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:05 smithi022 bash[28554]: cluster 2023-12-07T19:33:04.074037+0000 mgr.a (mgr.24293) 23361 : cluster 0 pgmap v17469: 33 pgs: 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:05 smithi044 bash[32620]: cluster 2023-12-07T19:33:04.074037+0000 mgr.a (mgr.24293) 23361 : cluster 0 pgmap v17469: 33 pgs: 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:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:05 smithi027 bash[31536]: cluster 2023-12-07T19:33:04.074037+0000 mgr.a (mgr.24293) 23361 : cluster 0 pgmap v17469: 33 pgs: 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:07.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:07.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:07.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:07 smithi022 bash[28554]: cluster 2023-12-07T19:33:06.074978+0000 mgr.a (mgr.24293) 23362 : cluster 0 pgmap v17470: 33 pgs: 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:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:07 smithi044 bash[32620]: cluster 2023-12-07T19:33:06.074978+0000 mgr.a (mgr.24293) 23362 : cluster 0 pgmap v17470: 33 pgs: 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:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:07 smithi027 bash[31536]: cluster 2023-12-07T19:33:06.074978+0000 mgr.a (mgr.24293) 23362 : cluster 0 pgmap v17470: 33 pgs: 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:08.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:08.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:08.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:08.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:08.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:09 smithi022 bash[28554]: audit 2023-12-07T19:33:08.015485+0000 mgr.a (mgr.24293) 23363 : audit 0 from='client.459240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:09 smithi022 bash[28554]: cluster 2023-12-07T19:33:08.075753+0000 mgr.a (mgr.24293) 23364 : cluster 0 pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:09 smithi044 bash[32620]: audit 2023-12-07T19:33:08.015485+0000 mgr.a (mgr.24293) 23363 : audit 0 from='client.459240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:09 smithi044 bash[32620]: cluster 2023-12-07T19:33:08.075753+0000 mgr.a (mgr.24293) 23364 : cluster 0 pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:09 smithi027 bash[31536]: audit 2023-12-07T19:33:08.015485+0000 mgr.a (mgr.24293) 23363 : audit 0 from='client.459240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:09 smithi027 bash[31536]: cluster 2023-12-07T19:33:08.075753+0000 mgr.a (mgr.24293) 23364 : cluster 0 pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:11 smithi022 bash[28554]: cluster 2023-12-07T19:33:10.076458+0000 mgr.a (mgr.24293) 23365 : cluster 0 pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:11 smithi044 bash[32620]: cluster 2023-12-07T19:33:10.076458+0000 mgr.a (mgr.24293) 23365 : cluster 0 pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:11 smithi027 bash[31536]: cluster 2023-12-07T19:33:10.076458+0000 mgr.a (mgr.24293) 23365 : cluster 0 pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:13.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:13.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:13.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:14.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:13 smithi022 bash[28554]: cluster 2023-12-07T19:33:12.077412+0000 mgr.a (mgr.24293) 23366 : cluster 0 pgmap v17473: 33 pgs: 33 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:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:13 smithi044 bash[32620]: cluster 2023-12-07T19:33:12.077412+0000 mgr.a (mgr.24293) 23366 : cluster 0 pgmap v17473: 33 pgs: 33 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:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:13 smithi027 bash[31536]: cluster 2023-12-07T19:33:12.077412+0000 mgr.a (mgr.24293) 23366 : cluster 0 pgmap v17473: 33 pgs: 33 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:14.478 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:14.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:14.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:14.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:14.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:15 smithi022 bash[28554]: audit 2023-12-07T19:33:13.960204+0000 mgr.a (mgr.24293) 23367 : audit 0 from='client.459318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:15 smithi022 bash[28554]: cluster 2023-12-07T19:33:14.078069+0000 mgr.a (mgr.24293) 23368 : cluster 0 pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:15 smithi044 bash[32620]: audit 2023-12-07T19:33:13.960204+0000 mgr.a (mgr.24293) 23367 : audit 0 from='client.459318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:15 smithi044 bash[32620]: cluster 2023-12-07T19:33:14.078069+0000 mgr.a (mgr.24293) 23368 : cluster 0 pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:15 smithi027 bash[31536]: audit 2023-12-07T19:33:13.960204+0000 mgr.a (mgr.24293) 23367 : audit 0 from='client.459318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:15 smithi027 bash[31536]: cluster 2023-12-07T19:33:14.078069+0000 mgr.a (mgr.24293) 23368 : cluster 0 pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:17 smithi022 bash[28554]: cluster 2023-12-07T19:33:16.078986+0000 mgr.a (mgr.24293) 23369 : cluster 0 pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:17 smithi044 bash[32620]: cluster 2023-12-07T19:33:16.078986+0000 mgr.a (mgr.24293) 23369 : cluster 0 pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:17 smithi027 bash[31536]: cluster 2023-12-07T19:33:16.078986+0000 mgr.a (mgr.24293) 23369 : cluster 0 pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:19.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:19.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:19.482 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:19 smithi022 bash[28554]: cluster 2023-12-07T19:33:18.079645+0000 mgr.a (mgr.24293) 23370 : cluster 0 pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:19 smithi044 bash[32620]: cluster 2023-12-07T19:33:18.079645+0000 mgr.a (mgr.24293) 23370 : cluster 0 pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:19 smithi027 bash[31536]: cluster 2023-12-07T19:33:18.079645+0000 mgr.a (mgr.24293) 23370 : cluster 0 pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:20.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:20.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:20.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:20.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:20.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:21 smithi022 bash[28554]: audit 2023-12-07T19:33:19.901616+0000 mgr.a (mgr.24293) 23371 : audit 0 from='client.459396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:21 smithi022 bash[28554]: cluster 2023-12-07T19:33:20.080393+0000 mgr.a (mgr.24293) 23372 : cluster 0 pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:21 smithi044 bash[32620]: audit 2023-12-07T19:33:19.901616+0000 mgr.a (mgr.24293) 23371 : audit 0 from='client.459396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:21 smithi044 bash[32620]: cluster 2023-12-07T19:33:20.080393+0000 mgr.a (mgr.24293) 23372 : cluster 0 pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:21 smithi027 bash[31536]: audit 2023-12-07T19:33:19.901616+0000 mgr.a (mgr.24293) 23371 : audit 0 from='client.459396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:21 smithi027 bash[31536]: cluster 2023-12-07T19:33:20.080393+0000 mgr.a (mgr.24293) 23372 : cluster 0 pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:23 smithi022 bash[28554]: cluster 2023-12-07T19:33:22.081379+0000 mgr.a (mgr.24293) 23373 : cluster 0 pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:23 smithi044 bash[32620]: cluster 2023-12-07T19:33:22.081379+0000 mgr.a (mgr.24293) 23373 : cluster 0 pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:23 smithi027 bash[31536]: cluster 2023-12-07T19:33:22.081379+0000 mgr.a (mgr.24293) 23373 : cluster 0 pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:25.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:25.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:25.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:25.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:25 smithi022 bash[28554]: cluster 2023-12-07T19:33:24.081953+0000 mgr.a (mgr.24293) 23374 : cluster 0 pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:25 smithi044 bash[32620]: cluster 2023-12-07T19:33:24.081953+0000 mgr.a (mgr.24293) 23374 : cluster 0 pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:25 smithi027 bash[31536]: cluster 2023-12-07T19:33:24.081953+0000 mgr.a (mgr.24293) 23374 : cluster 0 pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:26.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:26.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:26.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:26.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:26.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:26 smithi022 bash[28554]: audit 2023-12-07T19:33:25.840532+0000 mgr.a (mgr.24293) 23375 : audit 0 from='client.459474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:26 smithi044 bash[32620]: audit 2023-12-07T19:33:25.840532+0000 mgr.a (mgr.24293) 23375 : audit 0 from='client.459474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:26 smithi027 bash[31536]: audit 2023-12-07T19:33:25.840532+0000 mgr.a (mgr.24293) 23375 : audit 0 from='client.459474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:27 smithi022 bash[28554]: cluster 2023-12-07T19:33:26.082700+0000 mgr.a (mgr.24293) 23376 : cluster 0 pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:27 smithi044 bash[32620]: cluster 2023-12-07T19:33:26.082700+0000 mgr.a (mgr.24293) 23376 : cluster 0 pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:27 smithi027 bash[31536]: cluster 2023-12-07T19:33:26.082700+0000 mgr.a (mgr.24293) 23376 : cluster 0 pgmap v17480: 33 pgs: 33 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:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:29 smithi022 bash[28554]: cluster 2023-12-07T19:33:28.083343+0000 mgr.a (mgr.24293) 23377 : cluster 0 pgmap v17481: 33 pgs: 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:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:29 smithi044 bash[32620]: cluster 2023-12-07T19:33:28.083343+0000 mgr.a (mgr.24293) 23377 : cluster 0 pgmap v17481: 33 pgs: 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:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:29 smithi027 bash[31536]: cluster 2023-12-07T19:33:28.083343+0000 mgr.a (mgr.24293) 23377 : cluster 0 pgmap v17481: 33 pgs: 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:31.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:31.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:31.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:31 smithi022 bash[28554]: cluster 2023-12-07T19:33:30.083927+0000 mgr.a (mgr.24293) 23378 : cluster 0 pgmap v17482: 33 pgs: 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:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:31 smithi044 bash[32620]: cluster 2023-12-07T19:33:30.083927+0000 mgr.a (mgr.24293) 23378 : cluster 0 pgmap v17482: 33 pgs: 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:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:31 smithi027 bash[31536]: cluster 2023-12-07T19:33:30.083927+0000 mgr.a (mgr.24293) 23378 : cluster 0 pgmap v17482: 33 pgs: 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:32.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:32.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:32.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:32.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:32.323 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:32 smithi022 bash[28554]: audit 2023-12-07T19:33:31.800166+0000 mgr.a (mgr.24293) 23379 : audit 0 from='client.459552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:32 smithi044 bash[32620]: audit 2023-12-07T19:33:31.800166+0000 mgr.a (mgr.24293) 23379 : audit 0 from='client.459552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:32 smithi027 bash[31536]: audit 2023-12-07T19:33:31.800166+0000 mgr.a (mgr.24293) 23379 : audit 0 from='client.459552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:33 smithi022 bash[28554]: cluster 2023-12-07T19:33:32.085104+0000 mgr.a (mgr.24293) 23380 : cluster 0 pgmap v17483: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:33 smithi044 bash[32620]: cluster 2023-12-07T19:33:32.085104+0000 mgr.a (mgr.24293) 23380 : cluster 0 pgmap v17483: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:33 smithi027 bash[31536]: cluster 2023-12-07T19:33:32.085104+0000 mgr.a (mgr.24293) 23380 : cluster 0 pgmap v17483: 33 pgs: 33 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:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:35 smithi022 bash[28554]: cluster 2023-12-07T19:33:34.085825+0000 mgr.a (mgr.24293) 23381 : cluster 0 pgmap v17484: 33 pgs: 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:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:35 smithi044 bash[32620]: cluster 2023-12-07T19:33:34.085825+0000 mgr.a (mgr.24293) 23381 : cluster 0 pgmap v17484: 33 pgs: 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:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:35 smithi027 bash[31536]: cluster 2023-12-07T19:33:34.085825+0000 mgr.a (mgr.24293) 23381 : cluster 0 pgmap v17484: 33 pgs: 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:37.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:37.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:37.326 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:37 smithi022 bash[28554]: cluster 2023-12-07T19:33:36.086776+0000 mgr.a (mgr.24293) 23382 : cluster 0 pgmap v17485: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:37 smithi044 bash[32620]: cluster 2023-12-07T19:33:36.086776+0000 mgr.a (mgr.24293) 23382 : cluster 0 pgmap v17485: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:37 smithi027 bash[31536]: cluster 2023-12-07T19:33:36.086776+0000 mgr.a (mgr.24293) 23382 : cluster 0 pgmap v17485: 33 pgs: 33 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.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:38.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:38.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:38.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:38.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:38.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:38 smithi022 bash[28554]: audit 2023-12-07T19:33:37.742672+0000 mgr.a (mgr.24293) 23383 : audit 0 from='client.459627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:38 smithi044 bash[32620]: audit 2023-12-07T19:33:37.742672+0000 mgr.a (mgr.24293) 23383 : audit 0 from='client.459627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:38 smithi027 bash[31536]: audit 2023-12-07T19:33:37.742672+0000 mgr.a (mgr.24293) 23383 : audit 0 from='client.459627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:39 smithi022 bash[28554]: cluster 2023-12-07T19:33:38.087371+0000 mgr.a (mgr.24293) 23384 : cluster 0 pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:39 smithi044 bash[32620]: cluster 2023-12-07T19:33:38.087371+0000 mgr.a (mgr.24293) 23384 : cluster 0 pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:39 smithi027 bash[31536]: cluster 2023-12-07T19:33:38.087371+0000 mgr.a (mgr.24293) 23384 : cluster 0 pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:41 smithi022 bash[28554]: cluster 2023-12-07T19:33:40.088047+0000 mgr.a (mgr.24293) 23385 : cluster 0 pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:41 smithi044 bash[32620]: cluster 2023-12-07T19:33:40.088047+0000 mgr.a (mgr.24293) 23385 : cluster 0 pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:41 smithi027 bash[31536]: cluster 2023-12-07T19:33:40.088047+0000 mgr.a (mgr.24293) 23385 : cluster 0 pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:43.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:43.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:43.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:43.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:43 smithi022 bash[28554]: cluster 2023-12-07T19:33:42.088889+0000 mgr.a (mgr.24293) 23386 : cluster 0 pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:43 smithi044 bash[32620]: cluster 2023-12-07T19:33:42.088889+0000 mgr.a (mgr.24293) 23386 : cluster 0 pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:43 smithi027 bash[31536]: cluster 2023-12-07T19:33:42.088889+0000 mgr.a (mgr.24293) 23386 : cluster 0 pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:44.180 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:44.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:44.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:44.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:44.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:44 smithi022 bash[28554]: audit 2023-12-07T19:33:43.664201+0000 mgr.a (mgr.24293) 23387 : audit 0 from='client.459705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:44 smithi044 bash[32620]: audit 2023-12-07T19:33:43.664201+0000 mgr.a (mgr.24293) 23387 : audit 0 from='client.459705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:44 smithi027 bash[31536]: audit 2023-12-07T19:33:43.664201+0000 mgr.a (mgr.24293) 23387 : audit 0 from='client.459705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:45 smithi022 bash[28554]: cluster 2023-12-07T19:33:44.089666+0000 mgr.a (mgr.24293) 23388 : cluster 0 pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:45 smithi022 bash[28554]: audit 2023-12-07T19:33:44.942782+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:45 smithi044 bash[32620]: cluster 2023-12-07T19:33:44.089666+0000 mgr.a (mgr.24293) 23388 : cluster 0 pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:45 smithi044 bash[32620]: audit 2023-12-07T19:33:44.942782+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:45 smithi027 bash[31536]: cluster 2023-12-07T19:33:44.089666+0000 mgr.a (mgr.24293) 23388 : cluster 0 pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:45 smithi027 bash[31536]: audit 2023-12-07T19:33:44.942782+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:46 smithi022 bash[28554]: audit 2023-12-07T19:33:45.734903+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:46 smithi022 bash[28554]: audit 2023-12-07T19:33:45.736630+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:46 smithi022 bash[28554]: audit 2023-12-07T19:33:45.746054+0000 mon.a (mon.0) 3670 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:33:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:46 smithi044 bash[32620]: audit 2023-12-07T19:33:45.734903+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:46 smithi044 bash[32620]: audit 2023-12-07T19:33:45.736630+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:46 smithi044 bash[32620]: audit 2023-12-07T19:33:45.746054+0000 mon.a (mon.0) 3670 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:33:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:46 smithi027 bash[31536]: audit 2023-12-07T19:33:45.734903+0000 mon.a (mon.0) 3668 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:46 smithi027 bash[31536]: audit 2023-12-07T19:33:45.736630+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:46 smithi027 bash[31536]: audit 2023-12-07T19:33:45.746054+0000 mon.a (mon.0) 3670 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:33:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:47 smithi022 bash[28554]: cluster 2023-12-07T19:33:46.090526+0000 mgr.a (mgr.24293) 23389 : cluster 0 pgmap v17490: 33 pgs: 33 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:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:47 smithi044 bash[32620]: cluster 2023-12-07T19:33:46.090526+0000 mgr.a (mgr.24293) 23389 : cluster 0 pgmap v17490: 33 pgs: 33 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:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:47 smithi027 bash[31536]: cluster 2023-12-07T19:33:46.090526+0000 mgr.a (mgr.24293) 23389 : cluster 0 pgmap v17490: 33 pgs: 33 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:49.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:49.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:49.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:50.137 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:50.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:50.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:50.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:50.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:50.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:49 smithi022 bash[28554]: cluster 2023-12-07T19:33:48.091142+0000 mgr.a (mgr.24293) 23390 : cluster 0 pgmap v17491: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:49 smithi044 bash[32620]: cluster 2023-12-07T19:33:48.091142+0000 mgr.a (mgr.24293) 23390 : cluster 0 pgmap v17491: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:49 smithi027 bash[31536]: cluster 2023-12-07T19:33:48.091142+0000 mgr.a (mgr.24293) 23390 : cluster 0 pgmap v17491: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:50 smithi022 bash[28554]: audit 2023-12-07T19:33:49.602336+0000 mgr.a (mgr.24293) 23391 : audit 0 from='client.459777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:50 smithi044 bash[32620]: audit 2023-12-07T19:33:49.602336+0000 mgr.a (mgr.24293) 23391 : audit 0 from='client.459777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:50 smithi027 bash[31536]: audit 2023-12-07T19:33:49.602336+0000 mgr.a (mgr.24293) 23391 : audit 0 from='client.459777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:51 smithi022 bash[28554]: cluster 2023-12-07T19:33:50.091697+0000 mgr.a (mgr.24293) 23392 : cluster 0 pgmap v17492: 33 pgs: 33 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:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:51 smithi044 bash[32620]: cluster 2023-12-07T19:33:50.091697+0000 mgr.a (mgr.24293) 23392 : cluster 0 pgmap v17492: 33 pgs: 33 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:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:51 smithi027 bash[31536]: cluster 2023-12-07T19:33:50.091697+0000 mgr.a (mgr.24293) 23392 : cluster 0 pgmap v17492: 33 pgs: 33 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:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:53 smithi022 bash[28554]: cluster 2023-12-07T19:33:52.092461+0000 mgr.a (mgr.24293) 23393 : cluster 0 pgmap v17493: 33 pgs: 33 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:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:53 smithi044 bash[32620]: cluster 2023-12-07T19:33:52.092461+0000 mgr.a (mgr.24293) 23393 : cluster 0 pgmap v17493: 33 pgs: 33 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:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:53 smithi027 bash[31536]: cluster 2023-12-07T19:33:52.092461+0000 mgr.a (mgr.24293) 23393 : cluster 0 pgmap v17493: 33 pgs: 33 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:55.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:33:55.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:55.141 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:56.050 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:33:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:56.051 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:33:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:55 smithi022 bash[28554]: cluster 2023-12-07T19:33:54.092967+0000 mgr.a (mgr.24293) 23394 : cluster 0 pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:55 smithi044 bash[32620]: cluster 2023-12-07T19:33:54.092967+0000 mgr.a (mgr.24293) 23394 : cluster 0 pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:55 smithi027 bash[31536]: cluster 2023-12-07T19:33:54.092967+0000 mgr.a (mgr.24293) 23394 : cluster 0 pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:56 smithi022 bash[28554]: audit 2023-12-07T19:33:55.553212+0000 mgr.a (mgr.24293) 23395 : audit 0 from='client.459852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:56 smithi044 bash[32620]: audit 2023-12-07T19:33:55.553212+0000 mgr.a (mgr.24293) 23395 : audit 0 from='client.459852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:56 smithi027 bash[31536]: audit 2023-12-07T19:33:55.553212+0000 mgr.a (mgr.24293) 23395 : audit 0 from='client.459852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:57 smithi022 bash[28554]: cluster 2023-12-07T19:33:56.094073+0000 mgr.a (mgr.24293) 23396 : cluster 0 pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:57 smithi044 bash[32620]: cluster 2023-12-07T19:33:56.094073+0000 mgr.a (mgr.24293) 23396 : cluster 0 pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:57 smithi027 bash[31536]: cluster 2023-12-07T19:33:56.094073+0000 mgr.a (mgr.24293) 23396 : cluster 0 pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:33:59 smithi022 bash[28554]: cluster 2023-12-07T19:33:58.094818+0000 mgr.a (mgr.24293) 23397 : cluster 0 pgmap v17496: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:33:59 smithi044 bash[32620]: cluster 2023-12-07T19:33:58.094818+0000 mgr.a (mgr.24293) 23397 : cluster 0 pgmap v17496: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:33:59 smithi027 bash[31536]: cluster 2023-12-07T19:33:58.094818+0000 mgr.a (mgr.24293) 23397 : cluster 0 pgmap v17496: 33 pgs: 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:01.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:01.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:01.054 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:02.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:02.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:01 smithi022 bash[28554]: cluster 2023-12-07T19:34:00.095469+0000 mgr.a (mgr.24293) 23398 : cluster 0 pgmap v17497: 33 pgs: 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:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:01 smithi044 bash[32620]: cluster 2023-12-07T19:34:00.095469+0000 mgr.a (mgr.24293) 23398 : cluster 0 pgmap v17497: 33 pgs: 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:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:01 smithi027 bash[31536]: cluster 2023-12-07T19:34:00.095469+0000 mgr.a (mgr.24293) 23398 : cluster 0 pgmap v17497: 33 pgs: 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:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:02 smithi022 bash[28554]: audit 2023-12-07T19:34:01.473369+0000 mgr.a (mgr.24293) 23399 : audit 0 from='client.459924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:02 smithi044 bash[32620]: audit 2023-12-07T19:34:01.473369+0000 mgr.a (mgr.24293) 23399 : audit 0 from='client.459924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:02 smithi027 bash[31536]: audit 2023-12-07T19:34:01.473369+0000 mgr.a (mgr.24293) 23399 : audit 0 from='client.459924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:03 smithi022 bash[28554]: cluster 2023-12-07T19:34:02.096660+0000 mgr.a (mgr.24293) 23400 : cluster 0 pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:03 smithi044 bash[32620]: cluster 2023-12-07T19:34:02.096660+0000 mgr.a (mgr.24293) 23400 : cluster 0 pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:03 smithi027 bash[31536]: cluster 2023-12-07T19:34:02.096660+0000 mgr.a (mgr.24293) 23400 : cluster 0 pgmap v17498: 33 pgs: 33 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:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:05 smithi022 bash[28554]: cluster 2023-12-07T19:34:04.097249+0000 mgr.a (mgr.24293) 23401 : cluster 0 pgmap v17499: 33 pgs: 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:05 smithi044 bash[32620]: cluster 2023-12-07T19:34:04.097249+0000 mgr.a (mgr.24293) 23401 : cluster 0 pgmap v17499: 33 pgs: 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:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:05 smithi027 bash[31536]: cluster 2023-12-07T19:34:04.097249+0000 mgr.a (mgr.24293) 23401 : cluster 0 pgmap v17499: 33 pgs: 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:07.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:07.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:07.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:07.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:07.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:07.951 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:07.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:07.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:07 smithi022 bash[28554]: cluster 2023-12-07T19:34:06.098042+0000 mgr.a (mgr.24293) 23402 : cluster 0 pgmap v17500: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:07 smithi044 bash[32620]: cluster 2023-12-07T19:34:06.098042+0000 mgr.a (mgr.24293) 23402 : cluster 0 pgmap v17500: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:07 smithi027 bash[31536]: cluster 2023-12-07T19:34:06.098042+0000 mgr.a (mgr.24293) 23402 : cluster 0 pgmap v17500: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:08 smithi022 bash[28554]: audit 2023-12-07T19:34:07.439161+0000 mgr.a (mgr.24293) 23403 : audit 0 from='client.460002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:08 smithi044 bash[32620]: audit 2023-12-07T19:34:07.439161+0000 mgr.a (mgr.24293) 23403 : audit 0 from='client.460002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:08 smithi027 bash[31536]: audit 2023-12-07T19:34:07.439161+0000 mgr.a (mgr.24293) 23403 : audit 0 from='client.460002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:09 smithi022 bash[28554]: cluster 2023-12-07T19:34:08.098773+0000 mgr.a (mgr.24293) 23404 : cluster 0 pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:09 smithi044 bash[32620]: cluster 2023-12-07T19:34:08.098773+0000 mgr.a (mgr.24293) 23404 : cluster 0 pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:09 smithi027 bash[31536]: cluster 2023-12-07T19:34:08.098773+0000 mgr.a (mgr.24293) 23404 : cluster 0 pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:11 smithi022 bash[28554]: cluster 2023-12-07T19:34:10.099371+0000 mgr.a (mgr.24293) 23405 : cluster 0 pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:11 smithi044 bash[32620]: cluster 2023-12-07T19:34:10.099371+0000 mgr.a (mgr.24293) 23405 : cluster 0 pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:11 smithi027 bash[31536]: cluster 2023-12-07T19:34:10.099371+0000 mgr.a (mgr.24293) 23405 : cluster 0 pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:12.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:12.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:12.950 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:13.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:13.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:13.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:13.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:13.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:13 smithi022 bash[28554]: cluster 2023-12-07T19:34:12.100237+0000 mgr.a (mgr.24293) 23406 : cluster 0 pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:13 smithi044 bash[32620]: cluster 2023-12-07T19:34:12.100237+0000 mgr.a (mgr.24293) 23406 : cluster 0 pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:13 smithi027 bash[31536]: cluster 2023-12-07T19:34:12.100237+0000 mgr.a (mgr.24293) 23406 : cluster 0 pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:14 smithi022 bash[28554]: audit 2023-12-07T19:34:13.360128+0000 mgr.a (mgr.24293) 23407 : audit 0 from='client.460080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:14 smithi044 bash[32620]: audit 2023-12-07T19:34:13.360128+0000 mgr.a (mgr.24293) 23407 : audit 0 from='client.460080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:14 smithi027 bash[31536]: audit 2023-12-07T19:34:13.360128+0000 mgr.a (mgr.24293) 23407 : audit 0 from='client.460080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:15 smithi022 bash[28554]: cluster 2023-12-07T19:34:14.100983+0000 mgr.a (mgr.24293) 23408 : cluster 0 pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:15 smithi044 bash[32620]: cluster 2023-12-07T19:34:14.100983+0000 mgr.a (mgr.24293) 23408 : cluster 0 pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:15 smithi027 bash[31536]: cluster 2023-12-07T19:34:14.100983+0000 mgr.a (mgr.24293) 23408 : cluster 0 pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:17 smithi022 bash[28554]: cluster 2023-12-07T19:34:16.101961+0000 mgr.a (mgr.24293) 23409 : cluster 0 pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:17 smithi044 bash[32620]: cluster 2023-12-07T19:34:16.101961+0000 mgr.a (mgr.24293) 23409 : cluster 0 pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:17 smithi027 bash[31536]: cluster 2023-12-07T19:34:16.101961+0000 mgr.a (mgr.24293) 23409 : cluster 0 pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:18.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:18.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:18.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:19.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:19.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:19.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:19.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:19.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:19 smithi022 bash[28554]: cluster 2023-12-07T19:34:18.102711+0000 mgr.a (mgr.24293) 23410 : cluster 0 pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:19 smithi044 bash[32620]: cluster 2023-12-07T19:34:18.102711+0000 mgr.a (mgr.24293) 23410 : cluster 0 pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:19 smithi027 bash[31536]: cluster 2023-12-07T19:34:18.102711+0000 mgr.a (mgr.24293) 23410 : cluster 0 pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:20 smithi022 bash[28554]: audit 2023-12-07T19:34:19.305571+0000 mgr.a (mgr.24293) 23411 : audit 0 from='client.460158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:20 smithi044 bash[32620]: audit 2023-12-07T19:34:19.305571+0000 mgr.a (mgr.24293) 23411 : audit 0 from='client.460158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:20 smithi027 bash[31536]: audit 2023-12-07T19:34:19.305571+0000 mgr.a (mgr.24293) 23411 : audit 0 from='client.460158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:21 smithi022 bash[28554]: cluster 2023-12-07T19:34:20.103512+0000 mgr.a (mgr.24293) 23412 : cluster 0 pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:21 smithi044 bash[32620]: cluster 2023-12-07T19:34:20.103512+0000 mgr.a (mgr.24293) 23412 : cluster 0 pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:21 smithi027 bash[31536]: cluster 2023-12-07T19:34:20.103512+0000 mgr.a (mgr.24293) 23412 : cluster 0 pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:24.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:23 smithi022 bash[28554]: cluster 2023-12-07T19:34:22.104372+0000 mgr.a (mgr.24293) 23413 : cluster 0 pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:24.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:23 smithi044 bash[32620]: cluster 2023-12-07T19:34:22.104372+0000 mgr.a (mgr.24293) 23413 : cluster 0 pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:23 smithi027 bash[31536]: cluster 2023-12-07T19:34:22.104372+0000 mgr.a (mgr.24293) 23413 : cluster 0 pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:24.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:24.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:24.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:25.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:25.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:25.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:25.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:25.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:25 smithi022 bash[28554]: cluster 2023-12-07T19:34:24.104947+0000 mgr.a (mgr.24293) 23414 : cluster 0 pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:25 smithi044 bash[32620]: cluster 2023-12-07T19:34:24.104947+0000 mgr.a (mgr.24293) 23414 : cluster 0 pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:25 smithi027 bash[31536]: cluster 2023-12-07T19:34:24.104947+0000 mgr.a (mgr.24293) 23414 : cluster 0 pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:26 smithi022 bash[28554]: audit 2023-12-07T19:34:25.234221+0000 mgr.a (mgr.24293) 23415 : audit 0 from='client.460233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:26 smithi044 bash[32620]: audit 2023-12-07T19:34:25.234221+0000 mgr.a (mgr.24293) 23415 : audit 0 from='client.460233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:26 smithi027 bash[31536]: audit 2023-12-07T19:34:25.234221+0000 mgr.a (mgr.24293) 23415 : audit 0 from='client.460233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:27 smithi022 bash[28554]: cluster 2023-12-07T19:34:26.106023+0000 mgr.a (mgr.24293) 23416 : cluster 0 pgmap v17510: 33 pgs: 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:34:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:27 smithi044 bash[32620]: cluster 2023-12-07T19:34:26.106023+0000 mgr.a (mgr.24293) 23416 : cluster 0 pgmap v17510: 33 pgs: 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:34:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:27 smithi027 bash[31536]: cluster 2023-12-07T19:34:26.106023+0000 mgr.a (mgr.24293) 23416 : cluster 0 pgmap v17510: 33 pgs: 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:34:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:29 smithi022 bash[28554]: cluster 2023-12-07T19:34:28.106631+0000 mgr.a (mgr.24293) 23417 : cluster 0 pgmap v17511: 33 pgs: 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:34:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:29 smithi044 bash[32620]: cluster 2023-12-07T19:34:28.106631+0000 mgr.a (mgr.24293) 23417 : cluster 0 pgmap v17511: 33 pgs: 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:34:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:29 smithi027 bash[31536]: cluster 2023-12-07T19:34:28.106631+0000 mgr.a (mgr.24293) 23417 : cluster 0 pgmap v17511: 33 pgs: 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:34:30.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:30.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:30.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:31.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:31.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:31.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:31.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:31.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:31 smithi022 bash[28554]: cluster 2023-12-07T19:34:30.107178+0000 mgr.a (mgr.24293) 23418 : cluster 0 pgmap v17512: 33 pgs: 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:34:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:31 smithi044 bash[32620]: cluster 2023-12-07T19:34:30.107178+0000 mgr.a (mgr.24293) 23418 : cluster 0 pgmap v17512: 33 pgs: 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:34:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:31 smithi027 bash[31536]: cluster 2023-12-07T19:34:30.107178+0000 mgr.a (mgr.24293) 23418 : cluster 0 pgmap v17512: 33 pgs: 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:34:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:32 smithi022 bash[28554]: audit 2023-12-07T19:34:31.187690+0000 mgr.a (mgr.24293) 23419 : audit 0 from='client.361052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:32 smithi044 bash[32620]: audit 2023-12-07T19:34:31.187690+0000 mgr.a (mgr.24293) 23419 : audit 0 from='client.361052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:32 smithi027 bash[31536]: audit 2023-12-07T19:34:31.187690+0000 mgr.a (mgr.24293) 23419 : audit 0 from='client.361052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:33 smithi022 bash[28554]: cluster 2023-12-07T19:34:32.108311+0000 mgr.a (mgr.24293) 23420 : cluster 0 pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:33 smithi044 bash[32620]: cluster 2023-12-07T19:34:32.108311+0000 mgr.a (mgr.24293) 23420 : cluster 0 pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:33 smithi027 bash[31536]: cluster 2023-12-07T19:34:32.108311+0000 mgr.a (mgr.24293) 23420 : cluster 0 pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:35 smithi022 bash[28554]: cluster 2023-12-07T19:34:34.108903+0000 mgr.a (mgr.24293) 23421 : cluster 0 pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:35 smithi044 bash[32620]: cluster 2023-12-07T19:34:34.108903+0000 mgr.a (mgr.24293) 23421 : cluster 0 pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:35 smithi027 bash[31536]: cluster 2023-12-07T19:34:34.108903+0000 mgr.a (mgr.24293) 23421 : cluster 0 pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:36.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:36.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:36.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:37.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:37.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:37.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:37.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:37.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:37 smithi022 bash[28554]: cluster 2023-12-07T19:34:36.109668+0000 mgr.a (mgr.24293) 23422 : cluster 0 pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:37 smithi044 bash[32620]: cluster 2023-12-07T19:34:36.109668+0000 mgr.a (mgr.24293) 23422 : cluster 0 pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:37 smithi027 bash[31536]: cluster 2023-12-07T19:34:36.109668+0000 mgr.a (mgr.24293) 23422 : cluster 0 pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:38 smithi022 bash[28554]: audit 2023-12-07T19:34:37.118525+0000 mgr.a (mgr.24293) 23423 : audit 0 from='client.460386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:38 smithi044 bash[32620]: audit 2023-12-07T19:34:37.118525+0000 mgr.a (mgr.24293) 23423 : audit 0 from='client.460386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:38 smithi027 bash[31536]: audit 2023-12-07T19:34:37.118525+0000 mgr.a (mgr.24293) 23423 : audit 0 from='client.460386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:39 smithi022 bash[28554]: cluster 2023-12-07T19:34:38.110389+0000 mgr.a (mgr.24293) 23424 : cluster 0 pgmap v17516: 33 pgs: 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:34:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:39 smithi044 bash[32620]: cluster 2023-12-07T19:34:38.110389+0000 mgr.a (mgr.24293) 23424 : cluster 0 pgmap v17516: 33 pgs: 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:34:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:39 smithi027 bash[31536]: cluster 2023-12-07T19:34:38.110389+0000 mgr.a (mgr.24293) 23424 : cluster 0 pgmap v17516: 33 pgs: 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:34:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:41 smithi022 bash[28554]: cluster 2023-12-07T19:34:40.110942+0000 mgr.a (mgr.24293) 23425 : cluster 0 pgmap v17517: 33 pgs: 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:34:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:41 smithi044 bash[32620]: cluster 2023-12-07T19:34:40.110942+0000 mgr.a (mgr.24293) 23425 : cluster 0 pgmap v17517: 33 pgs: 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:34:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:41 smithi027 bash[31536]: cluster 2023-12-07T19:34:40.110942+0000 mgr.a (mgr.24293) 23425 : cluster 0 pgmap v17517: 33 pgs: 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:34:42.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:42.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:42.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:43.558 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:43.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:43.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:43.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:43.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:43 smithi022 bash[28554]: cluster 2023-12-07T19:34:42.111807+0000 mgr.a (mgr.24293) 23426 : cluster 0 pgmap v17518: 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:34:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:43 smithi044 bash[32620]: cluster 2023-12-07T19:34:42.111807+0000 mgr.a (mgr.24293) 23426 : cluster 0 pgmap v17518: 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:34:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:43 smithi027 bash[31536]: cluster 2023-12-07T19:34:42.111807+0000 mgr.a (mgr.24293) 23426 : cluster 0 pgmap v17518: 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:34:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:44 smithi022 bash[28554]: audit 2023-12-07T19:34:43.052593+0000 mgr.a (mgr.24293) 23427 : audit 0 from='client.460455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:44 smithi044 bash[32620]: audit 2023-12-07T19:34:43.052593+0000 mgr.a (mgr.24293) 23427 : audit 0 from='client.460455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:44 smithi027 bash[31536]: audit 2023-12-07T19:34:43.052593+0000 mgr.a (mgr.24293) 23427 : audit 0 from='client.460455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:45 smithi044 bash[32620]: cluster 2023-12-07T19:34:44.112472+0000 mgr.a (mgr.24293) 23428 : cluster 0 pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:45 smithi044 bash[32620]: audit 2023-12-07T19:34:45.847575+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:45 smithi027 bash[31536]: cluster 2023-12-07T19:34:44.112472+0000 mgr.a (mgr.24293) 23428 : cluster 0 pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:45 smithi027 bash[31536]: audit 2023-12-07T19:34:45.847575+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:46.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:45 smithi022 bash[28554]: cluster 2023-12-07T19:34:44.112472+0000 mgr.a (mgr.24293) 23428 : cluster 0 pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:45 smithi022 bash[28554]: audit 2023-12-07T19:34:45.847575+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:46 smithi027 bash[31536]: cluster 2023-12-07T19:34:46.113265+0000 mgr.a (mgr.24293) 23429 : cluster 0 pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:46 smithi022 bash[28554]: cluster 2023-12-07T19:34:46.113265+0000 mgr.a (mgr.24293) 23429 : cluster 0 pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:46 smithi044 bash[32620]: cluster 2023-12-07T19:34:46.113265+0000 mgr.a (mgr.24293) 23429 : cluster 0 pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:48.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:48.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:49.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:49 smithi022 bash[28554]: cluster 2023-12-07T19:34:48.113805+0000 mgr.a (mgr.24293) 23430 : cluster 0 pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:49 smithi044 bash[32620]: cluster 2023-12-07T19:34:48.113805+0000 mgr.a (mgr.24293) 23430 : cluster 0 pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:49 smithi027 bash[31536]: cluster 2023-12-07T19:34:48.113805+0000 mgr.a (mgr.24293) 23430 : cluster 0 pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:49.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:49.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:49.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:49.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:49.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:50 smithi027 bash[31536]: audit 2023-12-07T19:34:48.983526+0000 mgr.a (mgr.24293) 23431 : audit 0 from='client.460533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:50.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:50 smithi022 bash[28554]: audit 2023-12-07T19:34:48.983526+0000 mgr.a (mgr.24293) 23431 : audit 0 from='client.460533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:50 smithi044 bash[32620]: audit 2023-12-07T19:34:48.983526+0000 mgr.a (mgr.24293) 23431 : audit 0 from='client.460533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:51.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:51 smithi022 bash[28554]: cluster 2023-12-07T19:34:50.114566+0000 mgr.a (mgr.24293) 23432 : cluster 0 pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:51 smithi022 bash[28554]: audit 2023-12-07T19:34:51.199353+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:51 smithi022 bash[28554]: audit 2023-12-07T19:34:51.205822+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:51 smithi044 bash[32620]: cluster 2023-12-07T19:34:50.114566+0000 mgr.a (mgr.24293) 23432 : cluster 0 pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:51 smithi044 bash[32620]: audit 2023-12-07T19:34:51.199353+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:51 smithi044 bash[32620]: audit 2023-12-07T19:34:51.205822+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:51 smithi027 bash[31536]: cluster 2023-12-07T19:34:50.114566+0000 mgr.a (mgr.24293) 23432 : cluster 0 pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:51 smithi027 bash[31536]: audit 2023-12-07T19:34:51.199353+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:51 smithi027 bash[31536]: audit 2023-12-07T19:34:51.205822+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.255981+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.259832+0000 mon.a (mon.0) 3675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.262764+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.266189+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.955358+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.957331+0000 mon.a (mon.0) 3679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:52 smithi022 bash[28554]: audit 2023-12-07T19:34:51.966343+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.255981+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.259832+0000 mon.a (mon.0) 3675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.262764+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.266189+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.955358+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.957331+0000 mon.a (mon.0) 3679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:52.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:52 smithi044 bash[32620]: audit 2023-12-07T19:34:51.966343+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.255981+0000 mon.a (mon.0) 3674 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.259832+0000 mon.a (mon.0) 3675 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.262764+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.266189+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.955358+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.957331+0000 mon.a (mon.0) 3679 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:52 smithi027 bash[31536]: audit 2023-12-07T19:34:51.966343+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:34:53.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:53 smithi022 bash[28554]: cluster 2023-12-07T19:34:52.115454+0000 mgr.a (mgr.24293) 23433 : cluster 0 pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:53 smithi044 bash[32620]: cluster 2023-12-07T19:34:52.115454+0000 mgr.a (mgr.24293) 23433 : cluster 0 pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:53 smithi027 bash[31536]: cluster 2023-12-07T19:34:52.115454+0000 mgr.a (mgr.24293) 23433 : cluster 0 pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:54.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:34:54.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:54.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:55.446 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:34:55.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:55.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:55.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:55.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:34:55.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:55 smithi022 bash[28554]: cluster 2023-12-07T19:34:54.116157+0000 mgr.a (mgr.24293) 23434 : cluster 0 pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:55 smithi044 bash[32620]: cluster 2023-12-07T19:34:54.116157+0000 mgr.a (mgr.24293) 23434 : cluster 0 pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:55 smithi027 bash[31536]: cluster 2023-12-07T19:34:54.116157+0000 mgr.a (mgr.24293) 23434 : cluster 0 pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:56 smithi022 bash[28554]: audit 2023-12-07T19:34:54.926737+0000 mgr.a (mgr.24293) 23435 : audit 0 from='client.460608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:56.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:56 smithi044 bash[32620]: audit 2023-12-07T19:34:54.926737+0000 mgr.a (mgr.24293) 23435 : audit 0 from='client.460608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:56 smithi027 bash[31536]: audit 2023-12-07T19:34:54.926737+0000 mgr.a (mgr.24293) 23435 : audit 0 from='client.460608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:57 smithi022 bash[28554]: cluster 2023-12-07T19:34:56.117081+0000 mgr.a (mgr.24293) 23436 : cluster 0 pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:57 smithi044 bash[32620]: cluster 2023-12-07T19:34:56.117081+0000 mgr.a (mgr.24293) 23436 : cluster 0 pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:57 smithi027 bash[31536]: cluster 2023-12-07T19:34:56.117081+0000 mgr.a (mgr.24293) 23436 : cluster 0 pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:34:59 smithi022 bash[28554]: cluster 2023-12-07T19:34:58.117671+0000 mgr.a (mgr.24293) 23437 : cluster 0 pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:34:59 smithi044 bash[32620]: cluster 2023-12-07T19:34:58.117671+0000 mgr.a (mgr.24293) 23437 : cluster 0 pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:34:59 smithi027 bash[31536]: cluster 2023-12-07T19:34:58.117671+0000 mgr.a (mgr.24293) 23437 : cluster 0 pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:00.447 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:00.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:00.448 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:01.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:01.386 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:01.590 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:01 smithi022 bash[28554]: cluster 2023-12-07T19:35:00.118265+0000 mgr.a (mgr.24293) 23438 : cluster 0 pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:01.590 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:01 smithi022 bash[28554]: audit 2023-12-07T19:35:00.864749+0000 mgr.a (mgr.24293) 23439 : audit 0 from='client.460686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:01 smithi044 bash[32620]: cluster 2023-12-07T19:35:00.118265+0000 mgr.a (mgr.24293) 23438 : cluster 0 pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:01 smithi044 bash[32620]: audit 2023-12-07T19:35:00.864749+0000 mgr.a (mgr.24293) 23439 : audit 0 from='client.460686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:01 smithi027 bash[31536]: cluster 2023-12-07T19:35:00.118265+0000 mgr.a (mgr.24293) 23438 : cluster 0 pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:01 smithi027 bash[31536]: audit 2023-12-07T19:35:00.864749+0000 mgr.a (mgr.24293) 23439 : audit 0 from='client.460686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:03 smithi022 bash[28554]: cluster 2023-12-07T19:35:02.119274+0000 mgr.a (mgr.24293) 23440 : cluster 0 pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:03 smithi044 bash[32620]: cluster 2023-12-07T19:35:02.119274+0000 mgr.a (mgr.24293) 23440 : cluster 0 pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:03 smithi027 bash[31536]: cluster 2023-12-07T19:35:02.119274+0000 mgr.a (mgr.24293) 23440 : cluster 0 pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:05 smithi022 bash[28554]: cluster 2023-12-07T19:35:04.119876+0000 mgr.a (mgr.24293) 23441 : cluster 0 pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:05 smithi044 bash[32620]: cluster 2023-12-07T19:35:04.119876+0000 mgr.a (mgr.24293) 23441 : cluster 0 pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:05 smithi027 bash[31536]: cluster 2023-12-07T19:35:04.119876+0000 mgr.a (mgr.24293) 23441 : cluster 0 pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:06.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:06.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:06.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:07.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:07.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:07.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:07.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:07.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:07 smithi022 bash[28554]: cluster 2023-12-07T19:35:06.120666+0000 mgr.a (mgr.24293) 23442 : cluster 0 pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:07 smithi022 bash[28554]: audit 2023-12-07T19:35:06.799975+0000 mgr.a (mgr.24293) 23443 : audit 0 from='client.460761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:07 smithi044 bash[32620]: cluster 2023-12-07T19:35:06.120666+0000 mgr.a (mgr.24293) 23442 : cluster 0 pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:07 smithi044 bash[32620]: audit 2023-12-07T19:35:06.799975+0000 mgr.a (mgr.24293) 23443 : audit 0 from='client.460761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:07 smithi027 bash[31536]: cluster 2023-12-07T19:35:06.120666+0000 mgr.a (mgr.24293) 23442 : cluster 0 pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:07 smithi027 bash[31536]: audit 2023-12-07T19:35:06.799975+0000 mgr.a (mgr.24293) 23443 : audit 0 from='client.460761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:09 smithi022 bash[28554]: cluster 2023-12-07T19:35:08.121351+0000 mgr.a (mgr.24293) 23444 : cluster 0 pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:09 smithi044 bash[32620]: cluster 2023-12-07T19:35:08.121351+0000 mgr.a (mgr.24293) 23444 : cluster 0 pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:09 smithi027 bash[31536]: cluster 2023-12-07T19:35:08.121351+0000 mgr.a (mgr.24293) 23444 : cluster 0 pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:11 smithi022 bash[28554]: cluster 2023-12-07T19:35:10.121919+0000 mgr.a (mgr.24293) 23445 : cluster 0 pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:11 smithi044 bash[32620]: cluster 2023-12-07T19:35:10.121919+0000 mgr.a (mgr.24293) 23445 : cluster 0 pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:11 smithi027 bash[31536]: cluster 2023-12-07T19:35:10.121919+0000 mgr.a (mgr.24293) 23445 : cluster 0 pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:12.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:12.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:12.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:13.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:13.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:13.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:13.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:13.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:13 smithi022 bash[28554]: cluster 2023-12-07T19:35:12.122744+0000 mgr.a (mgr.24293) 23446 : cluster 0 pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:13 smithi022 bash[28554]: audit 2023-12-07T19:35:12.737856+0000 mgr.a (mgr.24293) 23447 : audit 0 from='client.460836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:13 smithi044 bash[32620]: cluster 2023-12-07T19:35:12.122744+0000 mgr.a (mgr.24293) 23446 : cluster 0 pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:13 smithi044 bash[32620]: audit 2023-12-07T19:35:12.737856+0000 mgr.a (mgr.24293) 23447 : audit 0 from='client.460836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:13 smithi027 bash[31536]: cluster 2023-12-07T19:35:12.122744+0000 mgr.a (mgr.24293) 23446 : cluster 0 pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:13 smithi027 bash[31536]: audit 2023-12-07T19:35:12.737856+0000 mgr.a (mgr.24293) 23447 : audit 0 from='client.460836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:15 smithi022 bash[28554]: cluster 2023-12-07T19:35:14.123387+0000 mgr.a (mgr.24293) 23448 : cluster 0 pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:15 smithi044 bash[32620]: cluster 2023-12-07T19:35:14.123387+0000 mgr.a (mgr.24293) 23448 : cluster 0 pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:15 smithi027 bash[31536]: cluster 2023-12-07T19:35:14.123387+0000 mgr.a (mgr.24293) 23448 : cluster 0 pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:17 smithi022 bash[28554]: cluster 2023-12-07T19:35:16.124191+0000 mgr.a (mgr.24293) 23449 : cluster 0 pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:17 smithi044 bash[32620]: cluster 2023-12-07T19:35:16.124191+0000 mgr.a (mgr.24293) 23449 : cluster 0 pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:17 smithi027 bash[31536]: cluster 2023-12-07T19:35:16.124191+0000 mgr.a (mgr.24293) 23449 : cluster 0 pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:18.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:18.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:18.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:19.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:19.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:19.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:19.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:19.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:19 smithi022 bash[28554]: cluster 2023-12-07T19:35:18.124749+0000 mgr.a (mgr.24293) 23450 : cluster 0 pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:19 smithi022 bash[28554]: audit 2023-12-07T19:35:18.705280+0000 mgr.a (mgr.24293) 23451 : audit 0 from='client.460911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:19 smithi044 bash[32620]: cluster 2023-12-07T19:35:18.124749+0000 mgr.a (mgr.24293) 23450 : cluster 0 pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:19 smithi044 bash[32620]: audit 2023-12-07T19:35:18.705280+0000 mgr.a (mgr.24293) 23451 : audit 0 from='client.460911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:19 smithi027 bash[31536]: cluster 2023-12-07T19:35:18.124749+0000 mgr.a (mgr.24293) 23450 : cluster 0 pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:19 smithi027 bash[31536]: audit 2023-12-07T19:35:18.705280+0000 mgr.a (mgr.24293) 23451 : audit 0 from='client.460911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:21.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:21 smithi022 bash[28554]: cluster 2023-12-07T19:35:20.125453+0000 mgr.a (mgr.24293) 23452 : cluster 0 pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:21 smithi044 bash[32620]: cluster 2023-12-07T19:35:20.125453+0000 mgr.a (mgr.24293) 23452 : cluster 0 pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:21 smithi027 bash[31536]: cluster 2023-12-07T19:35:20.125453+0000 mgr.a (mgr.24293) 23452 : cluster 0 pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:23 smithi022 bash[28554]: cluster 2023-12-07T19:35:22.126269+0000 mgr.a (mgr.24293) 23453 : cluster 0 pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:23 smithi044 bash[32620]: cluster 2023-12-07T19:35:22.126269+0000 mgr.a (mgr.24293) 23453 : cluster 0 pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:23 smithi027 bash[31536]: cluster 2023-12-07T19:35:22.126269+0000 mgr.a (mgr.24293) 23453 : cluster 0 pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:24.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:24.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:24.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:25.172 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:25.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:25.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:25.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:25.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:25.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:25 smithi022 bash[28554]: cluster 2023-12-07T19:35:24.126980+0000 mgr.a (mgr.24293) 23454 : cluster 0 pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:25 smithi022 bash[28554]: audit 2023-12-07T19:35:24.658379+0000 mgr.a (mgr.24293) 23455 : audit 0 from='client.460989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:25 smithi044 bash[32620]: cluster 2023-12-07T19:35:24.126980+0000 mgr.a (mgr.24293) 23454 : cluster 0 pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:25 smithi044 bash[32620]: audit 2023-12-07T19:35:24.658379+0000 mgr.a (mgr.24293) 23455 : audit 0 from='client.460989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:25 smithi027 bash[31536]: cluster 2023-12-07T19:35:24.126980+0000 mgr.a (mgr.24293) 23454 : cluster 0 pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:25 smithi027 bash[31536]: audit 2023-12-07T19:35:24.658379+0000 mgr.a (mgr.24293) 23455 : audit 0 from='client.460989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:27 smithi022 bash[28554]: cluster 2023-12-07T19:35:26.127906+0000 mgr.a (mgr.24293) 23456 : cluster 0 pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:27 smithi044 bash[32620]: cluster 2023-12-07T19:35:26.127906+0000 mgr.a (mgr.24293) 23456 : cluster 0 pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:27 smithi027 bash[31536]: cluster 2023-12-07T19:35:26.127906+0000 mgr.a (mgr.24293) 23456 : cluster 0 pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:29 smithi022 bash[28554]: cluster 2023-12-07T19:35:28.128444+0000 mgr.a (mgr.24293) 23457 : cluster 0 pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:29 smithi044 bash[32620]: cluster 2023-12-07T19:35:28.128444+0000 mgr.a (mgr.24293) 23457 : cluster 0 pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:29 smithi027 bash[31536]: cluster 2023-12-07T19:35:28.128444+0000 mgr.a (mgr.24293) 23457 : cluster 0 pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:30.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:30.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:30.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:31.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:31.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:31.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:31.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:31.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:31 smithi022 bash[28554]: cluster 2023-12-07T19:35:30.129018+0000 mgr.a (mgr.24293) 23458 : cluster 0 pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:31 smithi022 bash[28554]: audit 2023-12-07T19:35:30.586731+0000 mgr.a (mgr.24293) 23459 : audit 0 from='client.461067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:31 smithi044 bash[32620]: cluster 2023-12-07T19:35:30.129018+0000 mgr.a (mgr.24293) 23458 : cluster 0 pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:31 smithi044 bash[32620]: audit 2023-12-07T19:35:30.586731+0000 mgr.a (mgr.24293) 23459 : audit 0 from='client.461067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:31 smithi027 bash[31536]: cluster 2023-12-07T19:35:30.129018+0000 mgr.a (mgr.24293) 23458 : cluster 0 pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:31 smithi027 bash[31536]: audit 2023-12-07T19:35:30.586731+0000 mgr.a (mgr.24293) 23459 : audit 0 from='client.461067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:33 smithi022 bash[28554]: cluster 2023-12-07T19:35:32.130141+0000 mgr.a (mgr.24293) 23460 : cluster 0 pgmap v17543: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:33 smithi044 bash[32620]: cluster 2023-12-07T19:35:32.130141+0000 mgr.a (mgr.24293) 23460 : cluster 0 pgmap v17543: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:33 smithi027 bash[31536]: cluster 2023-12-07T19:35:32.130141+0000 mgr.a (mgr.24293) 23460 : cluster 0 pgmap v17543: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:35 smithi022 bash[28554]: cluster 2023-12-07T19:35:34.130761+0000 mgr.a (mgr.24293) 23461 : cluster 0 pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:35 smithi044 bash[32620]: cluster 2023-12-07T19:35:34.130761+0000 mgr.a (mgr.24293) 23461 : cluster 0 pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:35 smithi027 bash[31536]: cluster 2023-12-07T19:35:34.130761+0000 mgr.a (mgr.24293) 23461 : cluster 0 pgmap v17544: 33 pgs: 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:36.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:36.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:36.127 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:37.043 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:37.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:37.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:37.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:37.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:37 smithi022 bash[28554]: cluster 2023-12-07T19:35:36.131675+0000 mgr.a (mgr.24293) 23462 : cluster 0 pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:37 smithi022 bash[28554]: audit 2023-12-07T19:35:36.536049+0000 mgr.a (mgr.24293) 23463 : audit 0 from='client.461145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:37 smithi044 bash[32620]: cluster 2023-12-07T19:35:36.131675+0000 mgr.a (mgr.24293) 23462 : cluster 0 pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:37 smithi044 bash[32620]: audit 2023-12-07T19:35:36.536049+0000 mgr.a (mgr.24293) 23463 : audit 0 from='client.461145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:37 smithi027 bash[31536]: cluster 2023-12-07T19:35:36.131675+0000 mgr.a (mgr.24293) 23462 : cluster 0 pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:37 smithi027 bash[31536]: audit 2023-12-07T19:35:36.536049+0000 mgr.a (mgr.24293) 23463 : audit 0 from='client.461145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:39 smithi022 bash[28554]: cluster 2023-12-07T19:35:38.132318+0000 mgr.a (mgr.24293) 23464 : cluster 0 pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:39 smithi044 bash[32620]: cluster 2023-12-07T19:35:38.132318+0000 mgr.a (mgr.24293) 23464 : cluster 0 pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:39 smithi027 bash[31536]: cluster 2023-12-07T19:35:38.132318+0000 mgr.a (mgr.24293) 23464 : cluster 0 pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:41 smithi022 bash[28554]: cluster 2023-12-07T19:35:40.132893+0000 mgr.a (mgr.24293) 23465 : cluster 0 pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:41 smithi044 bash[32620]: cluster 2023-12-07T19:35:40.132893+0000 mgr.a (mgr.24293) 23465 : cluster 0 pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:41 smithi027 bash[31536]: cluster 2023-12-07T19:35:40.132893+0000 mgr.a (mgr.24293) 23465 : cluster 0 pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:42.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:42.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:42.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:42.982 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:42.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:43 smithi022 bash[28554]: cluster 2023-12-07T19:35:42.133707+0000 mgr.a (mgr.24293) 23466 : cluster 0 pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:43 smithi022 bash[28554]: audit 2023-12-07T19:35:42.463798+0000 mgr.a (mgr.24293) 23467 : audit 0 from='client.461223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:43 smithi044 bash[32620]: cluster 2023-12-07T19:35:42.133707+0000 mgr.a (mgr.24293) 23466 : cluster 0 pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:43 smithi044 bash[32620]: audit 2023-12-07T19:35:42.463798+0000 mgr.a (mgr.24293) 23467 : audit 0 from='client.461223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:43 smithi027 bash[31536]: cluster 2023-12-07T19:35:42.133707+0000 mgr.a (mgr.24293) 23466 : cluster 0 pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:43 smithi027 bash[31536]: audit 2023-12-07T19:35:42.463798+0000 mgr.a (mgr.24293) 23467 : audit 0 from='client.461223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:45 smithi022 bash[28554]: cluster 2023-12-07T19:35:44.134367+0000 mgr.a (mgr.24293) 23468 : cluster 0 pgmap v17549: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:45 smithi044 bash[32620]: cluster 2023-12-07T19:35:44.134367+0000 mgr.a (mgr.24293) 23468 : cluster 0 pgmap v17549: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:45 smithi027 bash[31536]: cluster 2023-12-07T19:35:44.134367+0000 mgr.a (mgr.24293) 23468 : cluster 0 pgmap v17549: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:47 smithi022 bash[28554]: cluster 2023-12-07T19:35:46.135227+0000 mgr.a (mgr.24293) 23469 : cluster 0 pgmap v17550: 33 pgs: 33 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:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:47 smithi044 bash[32620]: cluster 2023-12-07T19:35:46.135227+0000 mgr.a (mgr.24293) 23469 : cluster 0 pgmap v17550: 33 pgs: 33 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:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:47 smithi027 bash[31536]: cluster 2023-12-07T19:35:46.135227+0000 mgr.a (mgr.24293) 23469 : cluster 0 pgmap v17550: 33 pgs: 33 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:47.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:47.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:47.985 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:48.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:48.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:48.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:49 smithi022 bash[28554]: cluster 2023-12-07T19:35:48.135721+0000 mgr.a (mgr.24293) 23470 : cluster 0 pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:49 smithi022 bash[28554]: audit 2023-12-07T19:35:48.403265+0000 mgr.a (mgr.24293) 23471 : audit 0 from='client.461295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:49 smithi044 bash[32620]: cluster 2023-12-07T19:35:48.135721+0000 mgr.a (mgr.24293) 23470 : cluster 0 pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:49 smithi044 bash[32620]: audit 2023-12-07T19:35:48.403265+0000 mgr.a (mgr.24293) 23471 : audit 0 from='client.461295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:49 smithi027 bash[31536]: cluster 2023-12-07T19:35:48.135721+0000 mgr.a (mgr.24293) 23470 : cluster 0 pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:49 smithi027 bash[31536]: audit 2023-12-07T19:35:48.403265+0000 mgr.a (mgr.24293) 23471 : audit 0 from='client.461295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:51 smithi022 bash[28554]: cluster 2023-12-07T19:35:50.136361+0000 mgr.a (mgr.24293) 23472 : cluster 0 pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:51 smithi044 bash[32620]: cluster 2023-12-07T19:35:50.136361+0000 mgr.a (mgr.24293) 23472 : cluster 0 pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:51 smithi027 bash[31536]: cluster 2023-12-07T19:35:50.136361+0000 mgr.a (mgr.24293) 23472 : cluster 0 pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:52 smithi022 bash[28554]: audit 2023-12-07T19:35:52.068551+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:52 smithi044 bash[32620]: audit 2023-12-07T19:35:52.068551+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:52 smithi027 bash[31536]: audit 2023-12-07T19:35:52.068551+0000 mon.a (mon.0) 3681 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:53 smithi022 bash[28554]: cluster 2023-12-07T19:35:52.137427+0000 mgr.a (mgr.24293) 23473 : cluster 0 pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:53 smithi022 bash[28554]: audit 2023-12-07T19:35:52.860154+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:53 smithi022 bash[28554]: audit 2023-12-07T19:35:52.862095+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:53 smithi022 bash[28554]: audit 2023-12-07T19:35:52.871830+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:35:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:53 smithi044 bash[32620]: cluster 2023-12-07T19:35:52.137427+0000 mgr.a (mgr.24293) 23473 : cluster 0 pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:53 smithi044 bash[32620]: audit 2023-12-07T19:35:52.860154+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:53 smithi044 bash[32620]: audit 2023-12-07T19:35:52.862095+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:53 smithi044 bash[32620]: audit 2023-12-07T19:35:52.871830+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:35:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:53 smithi027 bash[31536]: cluster 2023-12-07T19:35:52.137427+0000 mgr.a (mgr.24293) 23473 : cluster 0 pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:53 smithi027 bash[31536]: audit 2023-12-07T19:35:52.860154+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:53 smithi027 bash[31536]: audit 2023-12-07T19:35:52.862095+0000 mon.a (mon.0) 3683 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:53 smithi027 bash[31536]: audit 2023-12-07T19:35:52.871830+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:35:53.937 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:53.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:53.938 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:54.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:35:54.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:54.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:54.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:54.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:35:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:55 smithi022 bash[28554]: cluster 2023-12-07T19:35:54.138036+0000 mgr.a (mgr.24293) 23474 : cluster 0 pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:55 smithi022 bash[28554]: audit 2023-12-07T19:35:54.362913+0000 mgr.a (mgr.24293) 23475 : audit 0 from='client.461370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:55 smithi044 bash[32620]: cluster 2023-12-07T19:35:54.138036+0000 mgr.a (mgr.24293) 23474 : cluster 0 pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:55 smithi044 bash[32620]: audit 2023-12-07T19:35:54.362913+0000 mgr.a (mgr.24293) 23475 : audit 0 from='client.461370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:55 smithi027 bash[31536]: cluster 2023-12-07T19:35:54.138036+0000 mgr.a (mgr.24293) 23474 : cluster 0 pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:55 smithi027 bash[31536]: audit 2023-12-07T19:35:54.362913+0000 mgr.a (mgr.24293) 23475 : audit 0 from='client.461370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:57 smithi022 bash[28554]: cluster 2023-12-07T19:35:56.138993+0000 mgr.a (mgr.24293) 23476 : cluster 0 pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:57 smithi044 bash[32620]: cluster 2023-12-07T19:35:56.138993+0000 mgr.a (mgr.24293) 23476 : cluster 0 pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:57 smithi027 bash[31536]: cluster 2023-12-07T19:35:56.138993+0000 mgr.a (mgr.24293) 23476 : cluster 0 pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:35:59 smithi022 bash[28554]: cluster 2023-12-07T19:35:58.139628+0000 mgr.a (mgr.24293) 23477 : cluster 0 pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:35:59 smithi044 bash[32620]: cluster 2023-12-07T19:35:58.139628+0000 mgr.a (mgr.24293) 23477 : cluster 0 pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:35:59 smithi027 bash[31536]: cluster 2023-12-07T19:35:58.139628+0000 mgr.a (mgr.24293) 23477 : cluster 0 pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:59.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:35:59.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:59.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:00.852 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:00.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:00.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:00.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:00.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:01 smithi022 bash[28554]: cluster 2023-12-07T19:36:00.140162+0000 mgr.a (mgr.24293) 23478 : cluster 0 pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:01 smithi022 bash[28554]: audit 2023-12-07T19:36:00.314455+0000 mgr.a (mgr.24293) 23479 : audit 0 from='client.461448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:01 smithi044 bash[32620]: cluster 2023-12-07T19:36:00.140162+0000 mgr.a (mgr.24293) 23478 : cluster 0 pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:01 smithi044 bash[32620]: audit 2023-12-07T19:36:00.314455+0000 mgr.a (mgr.24293) 23479 : audit 0 from='client.461448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:01 smithi027 bash[31536]: cluster 2023-12-07T19:36:00.140162+0000 mgr.a (mgr.24293) 23478 : cluster 0 pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:01 smithi027 bash[31536]: audit 2023-12-07T19:36:00.314455+0000 mgr.a (mgr.24293) 23479 : audit 0 from='client.461448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:03 smithi022 bash[28554]: cluster 2023-12-07T19:36:02.141434+0000 mgr.a (mgr.24293) 23480 : cluster 0 pgmap v17558: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:03 smithi044 bash[32620]: cluster 2023-12-07T19:36:02.141434+0000 mgr.a (mgr.24293) 23480 : cluster 0 pgmap v17558: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:03 smithi027 bash[31536]: cluster 2023-12-07T19:36:02.141434+0000 mgr.a (mgr.24293) 23480 : cluster 0 pgmap v17558: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:05 smithi027 bash[31536]: cluster 2023-12-07T19:36:04.142245+0000 mgr.a (mgr.24293) 23481 : cluster 0 pgmap v17559: 33 pgs: 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:05.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:05.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:05.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:05.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:05 smithi022 bash[28554]: cluster 2023-12-07T19:36:04.142245+0000 mgr.a (mgr.24293) 23481 : cluster 0 pgmap v17559: 33 pgs: 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:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:05 smithi044 bash[32620]: cluster 2023-12-07T19:36:04.142245+0000 mgr.a (mgr.24293) 23481 : cluster 0 pgmap v17559: 33 pgs: 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:06.783 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:06.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:06.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:07 smithi027 bash[31536]: cluster 2023-12-07T19:36:06.143170+0000 mgr.a (mgr.24293) 23482 : cluster 0 pgmap v17560: 33 pgs: 33 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:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:07 smithi027 bash[31536]: audit 2023-12-07T19:36:06.275941+0000 mgr.a (mgr.24293) 23483 : audit 0 from='client.361970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:07 smithi022 bash[28554]: cluster 2023-12-07T19:36:06.143170+0000 mgr.a (mgr.24293) 23482 : cluster 0 pgmap v17560: 33 pgs: 33 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:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:07 smithi022 bash[28554]: audit 2023-12-07T19:36:06.275941+0000 mgr.a (mgr.24293) 23483 : audit 0 from='client.361970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:07 smithi044 bash[32620]: cluster 2023-12-07T19:36:06.143170+0000 mgr.a (mgr.24293) 23482 : cluster 0 pgmap v17560: 33 pgs: 33 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:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:07 smithi044 bash[32620]: audit 2023-12-07T19:36:06.275941+0000 mgr.a (mgr.24293) 23483 : audit 0 from='client.361970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:09 smithi027 bash[31536]: cluster 2023-12-07T19:36:08.144000+0000 mgr.a (mgr.24293) 23484 : cluster 0 pgmap v17561: 33 pgs: 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:09 smithi022 bash[28554]: cluster 2023-12-07T19:36:08.144000+0000 mgr.a (mgr.24293) 23484 : cluster 0 pgmap v17561: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:09 smithi044 bash[32620]: cluster 2023-12-07T19:36:08.144000+0000 mgr.a (mgr.24293) 23484 : cluster 0 pgmap v17561: 33 pgs: 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:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:11 smithi027 bash[31536]: cluster 2023-12-07T19:36:10.144572+0000 mgr.a (mgr.24293) 23485 : cluster 0 pgmap v17562: 33 pgs: 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:11.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:11.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:11.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:11.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:11 smithi022 bash[28554]: cluster 2023-12-07T19:36:10.144572+0000 mgr.a (mgr.24293) 23485 : cluster 0 pgmap v17562: 33 pgs: 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:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:11 smithi044 bash[32620]: cluster 2023-12-07T19:36:10.144572+0000 mgr.a (mgr.24293) 23485 : cluster 0 pgmap v17562: 33 pgs: 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:12.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:12.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:12.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:12.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:12.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:13 smithi027 bash[31536]: cluster 2023-12-07T19:36:12.145375+0000 mgr.a (mgr.24293) 23486 : cluster 0 pgmap v17563: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:13 smithi027 bash[31536]: audit 2023-12-07T19:36:12.199747+0000 mgr.a (mgr.24293) 23487 : audit 0 from='client.461598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:13.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:13 smithi022 bash[28554]: cluster 2023-12-07T19:36:12.145375+0000 mgr.a (mgr.24293) 23486 : cluster 0 pgmap v17563: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:13 smithi022 bash[28554]: audit 2023-12-07T19:36:12.199747+0000 mgr.a (mgr.24293) 23487 : audit 0 from='client.461598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:13 smithi044 bash[32620]: cluster 2023-12-07T19:36:12.145375+0000 mgr.a (mgr.24293) 23486 : cluster 0 pgmap v17563: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:13 smithi044 bash[32620]: audit 2023-12-07T19:36:12.199747+0000 mgr.a (mgr.24293) 23487 : audit 0 from='client.461598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:15 smithi027 bash[31536]: cluster 2023-12-07T19:36:14.146110+0000 mgr.a (mgr.24293) 23488 : cluster 0 pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:15 smithi022 bash[28554]: cluster 2023-12-07T19:36:14.146110+0000 mgr.a (mgr.24293) 23488 : cluster 0 pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:15 smithi044 bash[32620]: cluster 2023-12-07T19:36:14.146110+0000 mgr.a (mgr.24293) 23488 : cluster 0 pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:17.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:17.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:17.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:17 smithi022 bash[28554]: cluster 2023-12-07T19:36:16.146944+0000 mgr.a (mgr.24293) 23489 : cluster 0 pgmap v17565: 33 pgs: 33 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:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:17 smithi044 bash[32620]: cluster 2023-12-07T19:36:16.146944+0000 mgr.a (mgr.24293) 23489 : cluster 0 pgmap v17565: 33 pgs: 33 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:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:17 smithi027 bash[31536]: cluster 2023-12-07T19:36:16.146944+0000 mgr.a (mgr.24293) 23489 : cluster 0 pgmap v17565: 33 pgs: 33 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:18.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:18.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:18.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:19 smithi022 bash[28554]: audit 2023-12-07T19:36:18.128567+0000 mgr.a (mgr.24293) 23490 : audit 0 from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:19 smithi022 bash[28554]: cluster 2023-12-07T19:36:18.147790+0000 mgr.a (mgr.24293) 23491 : cluster 0 pgmap v17566: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:19 smithi044 bash[32620]: audit 2023-12-07T19:36:18.128567+0000 mgr.a (mgr.24293) 23490 : audit 0 from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:19 smithi044 bash[32620]: cluster 2023-12-07T19:36:18.147790+0000 mgr.a (mgr.24293) 23491 : cluster 0 pgmap v17566: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:19 smithi027 bash[31536]: audit 2023-12-07T19:36:18.128567+0000 mgr.a (mgr.24293) 23490 : audit 0 from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:19 smithi027 bash[31536]: cluster 2023-12-07T19:36:18.147790+0000 mgr.a (mgr.24293) 23491 : cluster 0 pgmap v17566: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:21 smithi022 bash[28554]: cluster 2023-12-07T19:36:20.148534+0000 mgr.a (mgr.24293) 23492 : cluster 0 pgmap v17567: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:21 smithi044 bash[32620]: cluster 2023-12-07T19:36:20.148534+0000 mgr.a (mgr.24293) 23492 : cluster 0 pgmap v17567: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:21 smithi027 bash[31536]: cluster 2023-12-07T19:36:20.148534+0000 mgr.a (mgr.24293) 23492 : cluster 0 pgmap v17567: 33 pgs: 33 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.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:23.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:23.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:23 smithi022 bash[28554]: cluster 2023-12-07T19:36:22.149372+0000 mgr.a (mgr.24293) 23493 : cluster 0 pgmap v17568: 33 pgs: 33 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:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:23 smithi044 bash[32620]: cluster 2023-12-07T19:36:22.149372+0000 mgr.a (mgr.24293) 23493 : cluster 0 pgmap v17568: 33 pgs: 33 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:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:23 smithi027 bash[31536]: cluster 2023-12-07T19:36:22.149372+0000 mgr.a (mgr.24293) 23493 : cluster 0 pgmap v17568: 33 pgs: 33 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:24.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:24.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:24.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:24.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:24.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:25 smithi022 bash[28554]: audit 2023-12-07T19:36:24.068476+0000 mgr.a (mgr.24293) 23494 : audit 0 from='client.461748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:25 smithi022 bash[28554]: cluster 2023-12-07T19:36:24.149991+0000 mgr.a (mgr.24293) 23495 : cluster 0 pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:25 smithi044 bash[32620]: audit 2023-12-07T19:36:24.068476+0000 mgr.a (mgr.24293) 23494 : audit 0 from='client.461748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:25 smithi044 bash[32620]: cluster 2023-12-07T19:36:24.149991+0000 mgr.a (mgr.24293) 23495 : cluster 0 pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:25 smithi027 bash[31536]: audit 2023-12-07T19:36:24.068476+0000 mgr.a (mgr.24293) 23494 : audit 0 from='client.461748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:25 smithi027 bash[31536]: cluster 2023-12-07T19:36:24.149991+0000 mgr.a (mgr.24293) 23495 : cluster 0 pgmap v17569: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:27 smithi022 bash[28554]: cluster 2023-12-07T19:36:26.150915+0000 mgr.a (mgr.24293) 23496 : cluster 0 pgmap v17570: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:27 smithi044 bash[32620]: cluster 2023-12-07T19:36:26.150915+0000 mgr.a (mgr.24293) 23496 : cluster 0 pgmap v17570: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:27 smithi027 bash[31536]: cluster 2023-12-07T19:36:26.150915+0000 mgr.a (mgr.24293) 23496 : cluster 0 pgmap v17570: 33 pgs: 33 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:29.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:29.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:29.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:29 smithi022 bash[28554]: cluster 2023-12-07T19:36:28.151494+0000 mgr.a (mgr.24293) 23497 : cluster 0 pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:29 smithi044 bash[32620]: cluster 2023-12-07T19:36:28.151494+0000 mgr.a (mgr.24293) 23497 : cluster 0 pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:29 smithi027 bash[31536]: cluster 2023-12-07T19:36:28.151494+0000 mgr.a (mgr.24293) 23497 : cluster 0 pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:30.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:30.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:30.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:30.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:30.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:31 smithi022 bash[28554]: audit 2023-12-07T19:36:30.023650+0000 mgr.a (mgr.24293) 23498 : audit 0 from='client.461826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:31 smithi022 bash[28554]: cluster 2023-12-07T19:36:30.152076+0000 mgr.a (mgr.24293) 23499 : cluster 0 pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:31 smithi044 bash[32620]: audit 2023-12-07T19:36:30.023650+0000 mgr.a (mgr.24293) 23498 : audit 0 from='client.461826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:31 smithi044 bash[32620]: cluster 2023-12-07T19:36:30.152076+0000 mgr.a (mgr.24293) 23499 : cluster 0 pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:31 smithi027 bash[31536]: audit 2023-12-07T19:36:30.023650+0000 mgr.a (mgr.24293) 23498 : audit 0 from='client.461826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:31 smithi027 bash[31536]: cluster 2023-12-07T19:36:30.152076+0000 mgr.a (mgr.24293) 23499 : cluster 0 pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:33 smithi022 bash[28554]: cluster 2023-12-07T19:36:32.152986+0000 mgr.a (mgr.24293) 23500 : cluster 0 pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:33 smithi044 bash[32620]: cluster 2023-12-07T19:36:32.152986+0000 mgr.a (mgr.24293) 23500 : cluster 0 pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:33 smithi027 bash[31536]: cluster 2023-12-07T19:36:32.152986+0000 mgr.a (mgr.24293) 23500 : cluster 0 pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:35.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:35.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:35.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:35 smithi022 bash[28554]: cluster 2023-12-07T19:36:34.153566+0000 mgr.a (mgr.24293) 23501 : cluster 0 pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:36:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:35 smithi044 bash[32620]: cluster 2023-12-07T19:36:34.153566+0000 mgr.a (mgr.24293) 23501 : cluster 0 pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:36:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:35 smithi027 bash[31536]: cluster 2023-12-07T19:36:34.153566+0000 mgr.a (mgr.24293) 23501 : cluster 0 pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:36:36.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:36.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:36.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:36.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:36.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:37.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:37 smithi022 bash[28554]: audit 2023-12-07T19:36:35.981648+0000 mgr.a (mgr.24293) 23502 : audit 0 from='client.461898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:37 smithi022 bash[28554]: cluster 2023-12-07T19:36:36.154743+0000 mgr.a (mgr.24293) 23503 : cluster 0 pgmap v17575: 33 pgs: 33 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:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:37 smithi044 bash[32620]: audit 2023-12-07T19:36:35.981648+0000 mgr.a (mgr.24293) 23502 : audit 0 from='client.461898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:37 smithi044 bash[32620]: cluster 2023-12-07T19:36:36.154743+0000 mgr.a (mgr.24293) 23503 : cluster 0 pgmap v17575: 33 pgs: 33 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:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:37 smithi027 bash[31536]: audit 2023-12-07T19:36:35.981648+0000 mgr.a (mgr.24293) 23502 : audit 0 from='client.461898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:37 smithi027 bash[31536]: cluster 2023-12-07T19:36:36.154743+0000 mgr.a (mgr.24293) 23503 : cluster 0 pgmap v17575: 33 pgs: 33 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:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:39 smithi022 bash[28554]: cluster 2023-12-07T19:36:38.155445+0000 mgr.a (mgr.24293) 23504 : cluster 0 pgmap v17576: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:39 smithi044 bash[32620]: cluster 2023-12-07T19:36:38.155445+0000 mgr.a (mgr.24293) 23504 : cluster 0 pgmap v17576: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:39 smithi027 bash[31536]: cluster 2023-12-07T19:36:38.155445+0000 mgr.a (mgr.24293) 23504 : cluster 0 pgmap v17576: 33 pgs: 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:41.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:41.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:41.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:41 smithi022 bash[28554]: cluster 2023-12-07T19:36:40.156030+0000 mgr.a (mgr.24293) 23505 : cluster 0 pgmap v17577: 33 pgs: 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:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:41 smithi044 bash[32620]: cluster 2023-12-07T19:36:40.156030+0000 mgr.a (mgr.24293) 23505 : cluster 0 pgmap v17577: 33 pgs: 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:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:41 smithi027 bash[31536]: cluster 2023-12-07T19:36:40.156030+0000 mgr.a (mgr.24293) 23505 : cluster 0 pgmap v17577: 33 pgs: 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:42.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:42.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:42.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:42.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:42.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:42 smithi022 bash[28554]: audit 2023-12-07T19:36:41.900112+0000 mgr.a (mgr.24293) 23506 : audit 0 from='client.461973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:42 smithi044 bash[32620]: audit 2023-12-07T19:36:41.900112+0000 mgr.a (mgr.24293) 23506 : audit 0 from='client.461973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:42 smithi027 bash[31536]: audit 2023-12-07T19:36:41.900112+0000 mgr.a (mgr.24293) 23506 : audit 0 from='client.461973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:43 smithi022 bash[28554]: cluster 2023-12-07T19:36:42.157073+0000 mgr.a (mgr.24293) 23507 : cluster 0 pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:43 smithi044 bash[32620]: cluster 2023-12-07T19:36:42.157073+0000 mgr.a (mgr.24293) 23507 : cluster 0 pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:43 smithi027 bash[31536]: cluster 2023-12-07T19:36:42.157073+0000 mgr.a (mgr.24293) 23507 : cluster 0 pgmap v17578: 33 pgs: 33 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:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:45 smithi022 bash[28554]: cluster 2023-12-07T19:36:44.157774+0000 mgr.a (mgr.24293) 23508 : cluster 0 pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:45 smithi044 bash[32620]: cluster 2023-12-07T19:36:44.157774+0000 mgr.a (mgr.24293) 23508 : cluster 0 pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:45 smithi027 bash[31536]: cluster 2023-12-07T19:36:44.157774+0000 mgr.a (mgr.24293) 23508 : cluster 0 pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:47.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:47.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:47.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:47.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:47 smithi022 bash[28554]: cluster 2023-12-07T19:36:46.158657+0000 mgr.a (mgr.24293) 23509 : cluster 0 pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:47 smithi044 bash[32620]: cluster 2023-12-07T19:36:46.158657+0000 mgr.a (mgr.24293) 23509 : cluster 0 pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:47 smithi027 bash[31536]: cluster 2023-12-07T19:36:46.158657+0000 mgr.a (mgr.24293) 23509 : cluster 0 pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:48.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:48.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:48.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:48.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:48.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:48 smithi022 bash[28554]: audit 2023-12-07T19:36:47.849344+0000 mgr.a (mgr.24293) 23510 : audit 0 from='client.462051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:48 smithi044 bash[32620]: audit 2023-12-07T19:36:47.849344+0000 mgr.a (mgr.24293) 23510 : audit 0 from='client.462051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:48 smithi027 bash[31536]: audit 2023-12-07T19:36:47.849344+0000 mgr.a (mgr.24293) 23510 : audit 0 from='client.462051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:49 smithi022 bash[28554]: cluster 2023-12-07T19:36:48.159581+0000 mgr.a (mgr.24293) 23511 : cluster 0 pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:49 smithi044 bash[32620]: cluster 2023-12-07T19:36:48.159581+0000 mgr.a (mgr.24293) 23511 : cluster 0 pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:49 smithi027 bash[31536]: cluster 2023-12-07T19:36:48.159581+0000 mgr.a (mgr.24293) 23511 : cluster 0 pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:51.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:51 smithi022 bash[28554]: cluster 2023-12-07T19:36:50.160299+0000 mgr.a (mgr.24293) 23512 : cluster 0 pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:51 smithi044 bash[32620]: cluster 2023-12-07T19:36:50.160299+0000 mgr.a (mgr.24293) 23512 : cluster 0 pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:51 smithi027 bash[31536]: cluster 2023-12-07T19:36:50.160299+0000 mgr.a (mgr.24293) 23512 : cluster 0 pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:53.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:53.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:53.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:53 smithi022 bash[28554]: cluster 2023-12-07T19:36:52.161102+0000 mgr.a (mgr.24293) 23513 : cluster 0 pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:53.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:53 smithi022 bash[28554]: audit 2023-12-07T19:36:52.973350+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:53 smithi044 bash[32620]: cluster 2023-12-07T19:36:52.161102+0000 mgr.a (mgr.24293) 23513 : cluster 0 pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:53.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:53 smithi044 bash[32620]: audit 2023-12-07T19:36:52.973350+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:53 smithi027 bash[31536]: cluster 2023-12-07T19:36:52.161102+0000 mgr.a (mgr.24293) 23513 : cluster 0 pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:53 smithi027 bash[31536]: audit 2023-12-07T19:36:52.973350+0000 mon.a (mon.0) 3685 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:54.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:36:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:54.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:36:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:54 smithi022 bash[28554]: audit 2023-12-07T19:36:53.755199+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:54 smithi022 bash[28554]: audit 2023-12-07T19:36:53.757050+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:54 smithi022 bash[28554]: audit 2023-12-07T19:36:53.766631+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:36:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:54 smithi022 bash[28554]: audit 2023-12-07T19:36:53.778884+0000 mgr.a (mgr.24293) 23514 : audit 0 from='client.372274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:54 smithi044 bash[32620]: audit 2023-12-07T19:36:53.755199+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:54 smithi044 bash[32620]: audit 2023-12-07T19:36:53.757050+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:54 smithi044 bash[32620]: audit 2023-12-07T19:36:53.766631+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:36:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:54 smithi044 bash[32620]: audit 2023-12-07T19:36:53.778884+0000 mgr.a (mgr.24293) 23514 : audit 0 from='client.372274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:54 smithi027 bash[31536]: audit 2023-12-07T19:36:53.755199+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:54 smithi027 bash[31536]: audit 2023-12-07T19:36:53.757050+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:54 smithi027 bash[31536]: audit 2023-12-07T19:36:53.766631+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:36:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:54 smithi027 bash[31536]: audit 2023-12-07T19:36:53.778884+0000 mgr.a (mgr.24293) 23514 : audit 0 from='client.372274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:55 smithi022 bash[28554]: cluster 2023-12-07T19:36:54.162073+0000 mgr.a (mgr.24293) 23515 : cluster 0 pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:55 smithi044 bash[32620]: cluster 2023-12-07T19:36:54.162073+0000 mgr.a (mgr.24293) 23515 : cluster 0 pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:55 smithi027 bash[31536]: cluster 2023-12-07T19:36:54.162073+0000 mgr.a (mgr.24293) 23515 : cluster 0 pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:57 smithi022 bash[28554]: cluster 2023-12-07T19:36:56.162915+0000 mgr.a (mgr.24293) 23516 : cluster 0 pgmap v17585: 33 pgs: 33 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:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:57 smithi044 bash[32620]: cluster 2023-12-07T19:36:56.162915+0000 mgr.a (mgr.24293) 23516 : cluster 0 pgmap v17585: 33 pgs: 33 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:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:57 smithi027 bash[31536]: cluster 2023-12-07T19:36:56.162915+0000 mgr.a (mgr.24293) 23516 : cluster 0 pgmap v17585: 33 pgs: 33 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:59.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:36:59.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:59.295 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:36:59 smithi022 bash[28554]: cluster 2023-12-07T19:36:58.163480+0000 mgr.a (mgr.24293) 23517 : cluster 0 pgmap v17586: 33 pgs: 33 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:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:36:59 smithi044 bash[32620]: cluster 2023-12-07T19:36:58.163480+0000 mgr.a (mgr.24293) 23517 : cluster 0 pgmap v17586: 33 pgs: 33 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:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:36:59 smithi027 bash[31536]: cluster 2023-12-07T19:36:58.163480+0000 mgr.a (mgr.24293) 23517 : cluster 0 pgmap v17586: 33 pgs: 33 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:00.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:00.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:00.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:00.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:00.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:00 smithi022 bash[28554]: audit 2023-12-07T19:36:59.706223+0000 mgr.a (mgr.24293) 23518 : audit 0 from='client.462204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:00 smithi044 bash[32620]: audit 2023-12-07T19:36:59.706223+0000 mgr.a (mgr.24293) 23518 : audit 0 from='client.462204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:00 smithi027 bash[31536]: audit 2023-12-07T19:36:59.706223+0000 mgr.a (mgr.24293) 23518 : audit 0 from='client.462204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:01 smithi022 bash[28554]: cluster 2023-12-07T19:37:00.164035+0000 mgr.a (mgr.24293) 23519 : cluster 0 pgmap v17587: 33 pgs: 33 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:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:01 smithi044 bash[32620]: cluster 2023-12-07T19:37:00.164035+0000 mgr.a (mgr.24293) 23519 : cluster 0 pgmap v17587: 33 pgs: 33 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:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:01 smithi027 bash[31536]: cluster 2023-12-07T19:37:00.164035+0000 mgr.a (mgr.24293) 23519 : cluster 0 pgmap v17587: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:03 smithi022 bash[28554]: cluster 2023-12-07T19:37:02.164845+0000 mgr.a (mgr.24293) 23520 : cluster 0 pgmap v17588: 33 pgs: 33 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:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:03 smithi044 bash[32620]: cluster 2023-12-07T19:37:02.164845+0000 mgr.a (mgr.24293) 23520 : cluster 0 pgmap v17588: 33 pgs: 33 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:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:03 smithi027 bash[31536]: cluster 2023-12-07T19:37:02.164845+0000 mgr.a (mgr.24293) 23520 : cluster 0 pgmap v17588: 33 pgs: 33 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:05.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:05.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:05.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:05 smithi022 bash[28554]: cluster 2023-12-07T19:37:04.165425+0000 mgr.a (mgr.24293) 23521 : cluster 0 pgmap v17589: 33 pgs: 33 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:05 smithi044 bash[32620]: cluster 2023-12-07T19:37:04.165425+0000 mgr.a (mgr.24293) 23521 : cluster 0 pgmap v17589: 33 pgs: 33 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:06.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:06.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:06.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:06.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:06.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:05 smithi027 bash[31536]: cluster 2023-12-07T19:37:04.165425+0000 mgr.a (mgr.24293) 23521 : cluster 0 pgmap v17589: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:06 smithi022 bash[28554]: audit 2023-12-07T19:37:05.651703+0000 mgr.a (mgr.24293) 23522 : audit 0 from='client.462282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:06 smithi044 bash[32620]: audit 2023-12-07T19:37:05.651703+0000 mgr.a (mgr.24293) 23522 : audit 0 from='client.462282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:06 smithi027 bash[31536]: audit 2023-12-07T19:37:05.651703+0000 mgr.a (mgr.24293) 23522 : audit 0 from='client.462282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:07 smithi022 bash[28554]: cluster 2023-12-07T19:37:06.166400+0000 mgr.a (mgr.24293) 23523 : cluster 0 pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:07 smithi044 bash[32620]: cluster 2023-12-07T19:37:06.166400+0000 mgr.a (mgr.24293) 23523 : cluster 0 pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:07 smithi027 bash[31536]: cluster 2023-12-07T19:37:06.166400+0000 mgr.a (mgr.24293) 23523 : cluster 0 pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:09 smithi022 bash[28554]: cluster 2023-12-07T19:37:08.166973+0000 mgr.a (mgr.24293) 23524 : cluster 0 pgmap v17591: 33 pgs: 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:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:09 smithi044 bash[32620]: cluster 2023-12-07T19:37:08.166973+0000 mgr.a (mgr.24293) 23524 : cluster 0 pgmap v17591: 33 pgs: 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:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:09 smithi027 bash[31536]: cluster 2023-12-07T19:37:08.166973+0000 mgr.a (mgr.24293) 23524 : cluster 0 pgmap v17591: 33 pgs: 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:11.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:11.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:11.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:12.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:12.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:12.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:12.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:12.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:11 smithi022 bash[28554]: cluster 2023-12-07T19:37:10.167628+0000 mgr.a (mgr.24293) 23525 : cluster 0 pgmap v17592: 33 pgs: 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:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:11 smithi044 bash[32620]: cluster 2023-12-07T19:37:10.167628+0000 mgr.a (mgr.24293) 23525 : cluster 0 pgmap v17592: 33 pgs: 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:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:11 smithi027 bash[31536]: cluster 2023-12-07T19:37:10.167628+0000 mgr.a (mgr.24293) 23525 : cluster 0 pgmap v17592: 33 pgs: 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:12 smithi022 bash[28554]: audit 2023-12-07T19:37:11.590176+0000 mgr.a (mgr.24293) 23526 : audit 0 from='client.462354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:12 smithi044 bash[32620]: audit 2023-12-07T19:37:11.590176+0000 mgr.a (mgr.24293) 23526 : audit 0 from='client.462354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:12 smithi027 bash[31536]: audit 2023-12-07T19:37:11.590176+0000 mgr.a (mgr.24293) 23526 : audit 0 from='client.462354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:13 smithi022 bash[28554]: cluster 2023-12-07T19:37:12.168723+0000 mgr.a (mgr.24293) 23527 : cluster 0 pgmap v17593: 33 pgs: 33 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:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:13 smithi044 bash[32620]: cluster 2023-12-07T19:37:12.168723+0000 mgr.a (mgr.24293) 23527 : cluster 0 pgmap v17593: 33 pgs: 33 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:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:13 smithi027 bash[31536]: cluster 2023-12-07T19:37:12.168723+0000 mgr.a (mgr.24293) 23527 : cluster 0 pgmap v17593: 33 pgs: 33 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:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:15 smithi022 bash[28554]: cluster 2023-12-07T19:37:14.169305+0000 mgr.a (mgr.24293) 23528 : cluster 0 pgmap v17594: 33 pgs: 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:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:15 smithi044 bash[32620]: cluster 2023-12-07T19:37:14.169305+0000 mgr.a (mgr.24293) 23528 : cluster 0 pgmap v17594: 33 pgs: 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:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:15 smithi027 bash[31536]: cluster 2023-12-07T19:37:14.169305+0000 mgr.a (mgr.24293) 23528 : cluster 0 pgmap v17594: 33 pgs: 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:17.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:17.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:17.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:18.073 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:18.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:18.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:18.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:18.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:17 smithi022 bash[28554]: cluster 2023-12-07T19:37:16.170057+0000 mgr.a (mgr.24293) 23529 : cluster 0 pgmap v17595: 33 pgs: 33 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:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:17 smithi044 bash[32620]: cluster 2023-12-07T19:37:16.170057+0000 mgr.a (mgr.24293) 23529 : cluster 0 pgmap v17595: 33 pgs: 33 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:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:17 smithi027 bash[31536]: cluster 2023-12-07T19:37:16.170057+0000 mgr.a (mgr.24293) 23529 : cluster 0 pgmap v17595: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:18 smithi022 bash[28554]: audit 2023-12-07T19:37:17.545848+0000 mgr.a (mgr.24293) 23530 : audit 0 from='client.462432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:18 smithi044 bash[32620]: audit 2023-12-07T19:37:17.545848+0000 mgr.a (mgr.24293) 23530 : audit 0 from='client.462432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:18 smithi027 bash[31536]: audit 2023-12-07T19:37:17.545848+0000 mgr.a (mgr.24293) 23530 : audit 0 from='client.462432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:19 smithi022 bash[28554]: cluster 2023-12-07T19:37:18.170845+0000 mgr.a (mgr.24293) 23531 : cluster 0 pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:19 smithi044 bash[32620]: cluster 2023-12-07T19:37:18.170845+0000 mgr.a (mgr.24293) 23531 : cluster 0 pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:19 smithi027 bash[31536]: cluster 2023-12-07T19:37:18.170845+0000 mgr.a (mgr.24293) 23531 : cluster 0 pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:21 smithi022 bash[28554]: cluster 2023-12-07T19:37:20.171433+0000 mgr.a (mgr.24293) 23532 : cluster 0 pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:21 smithi044 bash[32620]: cluster 2023-12-07T19:37:20.171433+0000 mgr.a (mgr.24293) 23532 : cluster 0 pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:21 smithi027 bash[31536]: cluster 2023-12-07T19:37:20.171433+0000 mgr.a (mgr.24293) 23532 : cluster 0 pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:23.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:23.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:23.076 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:24.026 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:24.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:24.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:24.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:24.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:23 smithi022 bash[28554]: cluster 2023-12-07T19:37:22.172256+0000 mgr.a (mgr.24293) 23533 : cluster 0 pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:23 smithi044 bash[32620]: cluster 2023-12-07T19:37:22.172256+0000 mgr.a (mgr.24293) 23533 : cluster 0 pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:23 smithi027 bash[31536]: cluster 2023-12-07T19:37:22.172256+0000 mgr.a (mgr.24293) 23533 : cluster 0 pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:24 smithi022 bash[28554]: audit 2023-12-07T19:37:23.489240+0000 mgr.a (mgr.24293) 23534 : audit 0 from='client.462510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:24 smithi044 bash[32620]: audit 2023-12-07T19:37:23.489240+0000 mgr.a (mgr.24293) 23534 : audit 0 from='client.462510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:24 smithi027 bash[31536]: audit 2023-12-07T19:37:23.489240+0000 mgr.a (mgr.24293) 23534 : audit 0 from='client.462510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:25 smithi022 bash[28554]: cluster 2023-12-07T19:37:24.173030+0000 mgr.a (mgr.24293) 23535 : cluster 0 pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:25 smithi044 bash[32620]: cluster 2023-12-07T19:37:24.173030+0000 mgr.a (mgr.24293) 23535 : cluster 0 pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:25 smithi027 bash[31536]: cluster 2023-12-07T19:37:24.173030+0000 mgr.a (mgr.24293) 23535 : cluster 0 pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:27 smithi022 bash[28554]: cluster 2023-12-07T19:37:26.173905+0000 mgr.a (mgr.24293) 23536 : cluster 0 pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:27 smithi044 bash[32620]: cluster 2023-12-07T19:37:26.173905+0000 mgr.a (mgr.24293) 23536 : cluster 0 pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:27 smithi027 bash[31536]: cluster 2023-12-07T19:37:26.173905+0000 mgr.a (mgr.24293) 23536 : cluster 0 pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:29.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:29.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:29.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:29.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:29.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:29.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:29.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:29.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:29 smithi022 bash[28554]: cluster 2023-12-07T19:37:28.174476+0000 mgr.a (mgr.24293) 23537 : cluster 0 pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:29 smithi044 bash[32620]: cluster 2023-12-07T19:37:28.174476+0000 mgr.a (mgr.24293) 23537 : cluster 0 pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:29 smithi027 bash[31536]: cluster 2023-12-07T19:37:28.174476+0000 mgr.a (mgr.24293) 23537 : cluster 0 pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:30 smithi022 bash[28554]: audit 2023-12-07T19:37:29.440746+0000 mgr.a (mgr.24293) 23538 : audit 0 from='client.362765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:30 smithi044 bash[32620]: audit 2023-12-07T19:37:29.440746+0000 mgr.a (mgr.24293) 23538 : audit 0 from='client.362765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:30 smithi027 bash[31536]: audit 2023-12-07T19:37:29.440746+0000 mgr.a (mgr.24293) 23538 : audit 0 from='client.362765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:31 smithi022 bash[28554]: cluster 2023-12-07T19:37:30.175338+0000 mgr.a (mgr.24293) 23539 : cluster 0 pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:31 smithi044 bash[32620]: cluster 2023-12-07T19:37:30.175338+0000 mgr.a (mgr.24293) 23539 : cluster 0 pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:31 smithi027 bash[31536]: cluster 2023-12-07T19:37:30.175338+0000 mgr.a (mgr.24293) 23539 : cluster 0 pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:33 smithi022 bash[28554]: cluster 2023-12-07T19:37:32.176232+0000 mgr.a (mgr.24293) 23540 : cluster 0 pgmap v17603: 33 pgs: 33 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:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:33 smithi044 bash[32620]: cluster 2023-12-07T19:37:32.176232+0000 mgr.a (mgr.24293) 23540 : cluster 0 pgmap v17603: 33 pgs: 33 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:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:33 smithi027 bash[31536]: cluster 2023-12-07T19:37:32.176232+0000 mgr.a (mgr.24293) 23540 : cluster 0 pgmap v17603: 33 pgs: 33 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:34.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:34.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:34.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:35.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:35.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:35.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:35.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:35.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:35 smithi022 bash[28554]: cluster 2023-12-07T19:37:34.176803+0000 mgr.a (mgr.24293) 23541 : cluster 0 pgmap v17604: 33 pgs: 33 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:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:35 smithi044 bash[32620]: cluster 2023-12-07T19:37:34.176803+0000 mgr.a (mgr.24293) 23541 : cluster 0 pgmap v17604: 33 pgs: 33 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:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:35 smithi027 bash[31536]: cluster 2023-12-07T19:37:34.176803+0000 mgr.a (mgr.24293) 23541 : cluster 0 pgmap v17604: 33 pgs: 33 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:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:36 smithi022 bash[28554]: audit 2023-12-07T19:37:35.371342+0000 mgr.a (mgr.24293) 23542 : audit 0 from='client.462660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:36 smithi044 bash[32620]: audit 2023-12-07T19:37:35.371342+0000 mgr.a (mgr.24293) 23542 : audit 0 from='client.462660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:36 smithi027 bash[31536]: audit 2023-12-07T19:37:35.371342+0000 mgr.a (mgr.24293) 23542 : audit 0 from='client.462660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:37 smithi022 bash[28554]: cluster 2023-12-07T19:37:36.177885+0000 mgr.a (mgr.24293) 23543 : cluster 0 pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:37 smithi044 bash[32620]: cluster 2023-12-07T19:37:36.177885+0000 mgr.a (mgr.24293) 23543 : cluster 0 pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:37 smithi027 bash[31536]: cluster 2023-12-07T19:37:36.177885+0000 mgr.a (mgr.24293) 23543 : cluster 0 pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:39 smithi022 bash[28554]: cluster 2023-12-07T19:37:38.178444+0000 mgr.a (mgr.24293) 23544 : cluster 0 pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:39 smithi044 bash[32620]: cluster 2023-12-07T19:37:38.178444+0000 mgr.a (mgr.24293) 23544 : cluster 0 pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:39 smithi027 bash[31536]: cluster 2023-12-07T19:37:38.178444+0000 mgr.a (mgr.24293) 23544 : cluster 0 pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:40.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:40.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:40.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:41.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:41.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:41.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:41.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:41.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:41 smithi022 bash[28554]: cluster 2023-12-07T19:37:40.179008+0000 mgr.a (mgr.24293) 23545 : cluster 0 pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:41 smithi044 bash[32620]: cluster 2023-12-07T19:37:40.179008+0000 mgr.a (mgr.24293) 23545 : cluster 0 pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:41 smithi027 bash[31536]: cluster 2023-12-07T19:37:40.179008+0000 mgr.a (mgr.24293) 23545 : cluster 0 pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:42 smithi022 bash[28554]: audit 2023-12-07T19:37:41.308903+0000 mgr.a (mgr.24293) 23546 : audit 0 from='client.462735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:42 smithi044 bash[32620]: audit 2023-12-07T19:37:41.308903+0000 mgr.a (mgr.24293) 23546 : audit 0 from='client.462735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:42 smithi027 bash[31536]: audit 2023-12-07T19:37:41.308903+0000 mgr.a (mgr.24293) 23546 : audit 0 from='client.462735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:43 smithi022 bash[28554]: cluster 2023-12-07T19:37:42.180138+0000 mgr.a (mgr.24293) 23547 : cluster 0 pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:43 smithi044 bash[32620]: cluster 2023-12-07T19:37:42.180138+0000 mgr.a (mgr.24293) 23547 : cluster 0 pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:43 smithi027 bash[31536]: cluster 2023-12-07T19:37:42.180138+0000 mgr.a (mgr.24293) 23547 : cluster 0 pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:45 smithi022 bash[28554]: cluster 2023-12-07T19:37:44.180732+0000 mgr.a (mgr.24293) 23548 : cluster 0 pgmap v17609: 33 pgs: 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:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:45 smithi044 bash[32620]: cluster 2023-12-07T19:37:44.180732+0000 mgr.a (mgr.24293) 23548 : cluster 0 pgmap v17609: 33 pgs: 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:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:45 smithi027 bash[31536]: cluster 2023-12-07T19:37:44.180732+0000 mgr.a (mgr.24293) 23548 : cluster 0 pgmap v17609: 33 pgs: 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:46.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:46.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:46.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:47.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:47.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:47.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:47.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:47.794 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:47 smithi022 bash[28554]: cluster 2023-12-07T19:37:46.181499+0000 mgr.a (mgr.24293) 23549 : cluster 0 pgmap v17610: 33 pgs: 33 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:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:47 smithi044 bash[32620]: cluster 2023-12-07T19:37:46.181499+0000 mgr.a (mgr.24293) 23549 : cluster 0 pgmap v17610: 33 pgs: 33 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:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:47 smithi027 bash[31536]: cluster 2023-12-07T19:37:46.181499+0000 mgr.a (mgr.24293) 23549 : cluster 0 pgmap v17610: 33 pgs: 33 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:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:48 smithi027 bash[31536]: audit 2023-12-07T19:37:47.259269+0000 mgr.a (mgr.24293) 23550 : audit 0 from='client.462813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:48 smithi022 bash[28554]: audit 2023-12-07T19:37:47.259269+0000 mgr.a (mgr.24293) 23550 : audit 0 from='client.462813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:48 smithi044 bash[32620]: audit 2023-12-07T19:37:47.259269+0000 mgr.a (mgr.24293) 23550 : audit 0 from='client.462813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:49 smithi027 bash[31536]: cluster 2023-12-07T19:37:48.182238+0000 mgr.a (mgr.24293) 23551 : cluster 0 pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:49 smithi022 bash[28554]: cluster 2023-12-07T19:37:48.182238+0000 mgr.a (mgr.24293) 23551 : cluster 0 pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:49 smithi044 bash[32620]: cluster 2023-12-07T19:37:48.182238+0000 mgr.a (mgr.24293) 23551 : cluster 0 pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:51 smithi027 bash[31536]: cluster 2023-12-07T19:37:50.182820+0000 mgr.a (mgr.24293) 23552 : cluster 0 pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:52.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:51 smithi022 bash[28554]: cluster 2023-12-07T19:37:50.182820+0000 mgr.a (mgr.24293) 23552 : cluster 0 pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:51 smithi044 bash[32620]: cluster 2023-12-07T19:37:50.182820+0000 mgr.a (mgr.24293) 23552 : cluster 0 pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:52.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:52.797 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:52.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:53.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:37:53.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:53.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:53.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:53.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:53 smithi027 bash[31536]: cluster 2023-12-07T19:37:52.183685+0000 mgr.a (mgr.24293) 23553 : cluster 0 pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:53 smithi027 bash[31536]: audit 2023-12-07T19:37:53.880023+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:54.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:53 smithi022 bash[28554]: cluster 2023-12-07T19:37:52.183685+0000 mgr.a (mgr.24293) 23553 : cluster 0 pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:53 smithi022 bash[28554]: audit 2023-12-07T19:37:53.880023+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:53 smithi044 bash[32620]: cluster 2023-12-07T19:37:52.183685+0000 mgr.a (mgr.24293) 23553 : cluster 0 pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:53 smithi044 bash[32620]: audit 2023-12-07T19:37:53.880023+0000 mon.a (mon.0) 3689 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:54 smithi027 bash[31536]: audit 2023-12-07T19:37:53.217420+0000 mgr.a (mgr.24293) 23554 : audit 0 from='client.462891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:54 smithi027 bash[31536]: audit 2023-12-07T19:37:54.670192+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:54 smithi027 bash[31536]: audit 2023-12-07T19:37:54.672237+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:54 smithi027 bash[31536]: audit 2023-12-07T19:37:54.681584+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:37:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:54 smithi022 bash[28554]: audit 2023-12-07T19:37:53.217420+0000 mgr.a (mgr.24293) 23554 : audit 0 from='client.462891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:54 smithi022 bash[28554]: audit 2023-12-07T19:37:54.670192+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:54 smithi022 bash[28554]: audit 2023-12-07T19:37:54.672237+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:54 smithi022 bash[28554]: audit 2023-12-07T19:37:54.681584+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:37:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:54 smithi044 bash[32620]: audit 2023-12-07T19:37:53.217420+0000 mgr.a (mgr.24293) 23554 : audit 0 from='client.462891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:54 smithi044 bash[32620]: audit 2023-12-07T19:37:54.670192+0000 mon.a (mon.0) 3690 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:54 smithi044 bash[32620]: audit 2023-12-07T19:37:54.672237+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:54 smithi044 bash[32620]: audit 2023-12-07T19:37:54.681584+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:37:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:55 smithi022 bash[28554]: cluster 2023-12-07T19:37:54.184372+0000 mgr.a (mgr.24293) 23555 : cluster 0 pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:55 smithi044 bash[32620]: cluster 2023-12-07T19:37:54.184372+0000 mgr.a (mgr.24293) 23555 : cluster 0 pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:55 smithi027 bash[31536]: cluster 2023-12-07T19:37:54.184372+0000 mgr.a (mgr.24293) 23555 : cluster 0 pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:57 smithi022 bash[28554]: cluster 2023-12-07T19:37:56.185194+0000 mgr.a (mgr.24293) 23556 : cluster 0 pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:57 smithi044 bash[32620]: cluster 2023-12-07T19:37:56.185194+0000 mgr.a (mgr.24293) 23556 : cluster 0 pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:57 smithi027 bash[31536]: cluster 2023-12-07T19:37:56.185194+0000 mgr.a (mgr.24293) 23556 : cluster 0 pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:58.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:37:58.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:58.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:59.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:59.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:59.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:59.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:37:59.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:37:59 smithi022 bash[28554]: cluster 2023-12-07T19:37:58.185742+0000 mgr.a (mgr.24293) 23557 : cluster 0 pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:37:59 smithi044 bash[32620]: cluster 2023-12-07T19:37:58.185742+0000 mgr.a (mgr.24293) 23557 : cluster 0 pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:37:59 smithi027 bash[31536]: cluster 2023-12-07T19:37:58.185742+0000 mgr.a (mgr.24293) 23557 : cluster 0 pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:00 smithi022 bash[28554]: audit 2023-12-07T19:37:59.167619+0000 mgr.a (mgr.24293) 23558 : audit 0 from='client.462969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:00 smithi044 bash[32620]: audit 2023-12-07T19:37:59.167619+0000 mgr.a (mgr.24293) 23558 : audit 0 from='client.462969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:00 smithi027 bash[31536]: audit 2023-12-07T19:37:59.167619+0000 mgr.a (mgr.24293) 23558 : audit 0 from='client.462969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:01 smithi022 bash[28554]: cluster 2023-12-07T19:38:00.186474+0000 mgr.a (mgr.24293) 23559 : cluster 0 pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:01 smithi044 bash[32620]: cluster 2023-12-07T19:38:00.186474+0000 mgr.a (mgr.24293) 23559 : cluster 0 pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:01 smithi027 bash[31536]: cluster 2023-12-07T19:38:00.186474+0000 mgr.a (mgr.24293) 23559 : cluster 0 pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:02 smithi022 bash[28554]: cluster 2023-12-07T19:38:02.187364+0000 mgr.a (mgr.24293) 23560 : cluster 0 pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:02 smithi044 bash[32620]: cluster 2023-12-07T19:38:02.187364+0000 mgr.a (mgr.24293) 23560 : cluster 0 pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:02 smithi027 bash[31536]: cluster 2023-12-07T19:38:02.187364+0000 mgr.a (mgr.24293) 23560 : cluster 0 pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:04.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:04.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:04.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:05.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:05.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:05.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:05.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:05.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:05 smithi022 bash[28554]: cluster 2023-12-07T19:38:04.187954+0000 mgr.a (mgr.24293) 23561 : cluster 0 pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:05 smithi044 bash[32620]: cluster 2023-12-07T19:38:04.187954+0000 mgr.a (mgr.24293) 23561 : cluster 0 pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:05 smithi027 bash[31536]: cluster 2023-12-07T19:38:04.187954+0000 mgr.a (mgr.24293) 23561 : cluster 0 pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:06 smithi022 bash[28554]: audit 2023-12-07T19:38:05.119132+0000 mgr.a (mgr.24293) 23562 : audit 0 from='client.463047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:06 smithi044 bash[32620]: audit 2023-12-07T19:38:05.119132+0000 mgr.a (mgr.24293) 23562 : audit 0 from='client.463047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:06 smithi027 bash[31536]: audit 2023-12-07T19:38:05.119132+0000 mgr.a (mgr.24293) 23562 : audit 0 from='client.463047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:07 smithi022 bash[28554]: cluster 2023-12-07T19:38:06.188851+0000 mgr.a (mgr.24293) 23563 : cluster 0 pgmap v17620: 33 pgs: 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:38:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:07 smithi044 bash[32620]: cluster 2023-12-07T19:38:06.188851+0000 mgr.a (mgr.24293) 23563 : cluster 0 pgmap v17620: 33 pgs: 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:38:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:07 smithi027 bash[31536]: cluster 2023-12-07T19:38:06.188851+0000 mgr.a (mgr.24293) 23563 : cluster 0 pgmap v17620: 33 pgs: 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:38:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:09 smithi022 bash[28554]: cluster 2023-12-07T19:38:08.189426+0000 mgr.a (mgr.24293) 23564 : cluster 0 pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:09 smithi044 bash[32620]: cluster 2023-12-07T19:38:08.189426+0000 mgr.a (mgr.24293) 23564 : cluster 0 pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:09 smithi027 bash[31536]: cluster 2023-12-07T19:38:08.189426+0000 mgr.a (mgr.24293) 23564 : cluster 0 pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:10.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:10.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:10.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:11.589 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:11 smithi022 bash[28554]: cluster 2023-12-07T19:38:10.190014+0000 mgr.a (mgr.24293) 23565 : cluster 0 pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:11 smithi044 bash[32620]: cluster 2023-12-07T19:38:10.190014+0000 mgr.a (mgr.24293) 23565 : cluster 0 pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:11 smithi027 bash[31536]: cluster 2023-12-07T19:38:10.190014+0000 mgr.a (mgr.24293) 23565 : cluster 0 pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:12 smithi022 bash[28554]: audit 2023-12-07T19:38:11.066534+0000 mgr.a (mgr.24293) 23566 : audit 0 from='client.463122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:12 smithi044 bash[32620]: audit 2023-12-07T19:38:11.066534+0000 mgr.a (mgr.24293) 23566 : audit 0 from='client.463122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:12 smithi027 bash[31536]: audit 2023-12-07T19:38:11.066534+0000 mgr.a (mgr.24293) 23566 : audit 0 from='client.463122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:13 smithi022 bash[28554]: cluster 2023-12-07T19:38:12.191100+0000 mgr.a (mgr.24293) 23567 : cluster 0 pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:13 smithi044 bash[32620]: cluster 2023-12-07T19:38:12.191100+0000 mgr.a (mgr.24293) 23567 : cluster 0 pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:13 smithi027 bash[31536]: cluster 2023-12-07T19:38:12.191100+0000 mgr.a (mgr.24293) 23567 : cluster 0 pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:15 smithi022 bash[28554]: cluster 2023-12-07T19:38:14.191704+0000 mgr.a (mgr.24293) 23568 : cluster 0 pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:15 smithi044 bash[32620]: cluster 2023-12-07T19:38:14.191704+0000 mgr.a (mgr.24293) 23568 : cluster 0 pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:15 smithi027 bash[31536]: cluster 2023-12-07T19:38:14.191704+0000 mgr.a (mgr.24293) 23568 : cluster 0 pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:16.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:16.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:16.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:17.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:17.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:17.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:17.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:17.534 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:17.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:17 smithi022 bash[28554]: cluster 2023-12-07T19:38:16.192405+0000 mgr.a (mgr.24293) 23569 : cluster 0 pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:17 smithi044 bash[32620]: cluster 2023-12-07T19:38:16.192405+0000 mgr.a (mgr.24293) 23569 : cluster 0 pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:17 smithi027 bash[31536]: cluster 2023-12-07T19:38:16.192405+0000 mgr.a (mgr.24293) 23569 : cluster 0 pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:18 smithi022 bash[28554]: audit 2023-12-07T19:38:17.012168+0000 mgr.a (mgr.24293) 23570 : audit 0 from='client.463194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:18 smithi044 bash[32620]: audit 2023-12-07T19:38:17.012168+0000 mgr.a (mgr.24293) 23570 : audit 0 from='client.463194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:18 smithi027 bash[31536]: audit 2023-12-07T19:38:17.012168+0000 mgr.a (mgr.24293) 23570 : audit 0 from='client.463194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:19 smithi022 bash[28554]: cluster 2023-12-07T19:38:18.193057+0000 mgr.a (mgr.24293) 23571 : cluster 0 pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:19 smithi044 bash[32620]: cluster 2023-12-07T19:38:18.193057+0000 mgr.a (mgr.24293) 23571 : cluster 0 pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:19 smithi027 bash[31536]: cluster 2023-12-07T19:38:18.193057+0000 mgr.a (mgr.24293) 23571 : cluster 0 pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:21 smithi022 bash[28554]: cluster 2023-12-07T19:38:20.193652+0000 mgr.a (mgr.24293) 23572 : cluster 0 pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:21 smithi044 bash[32620]: cluster 2023-12-07T19:38:20.193652+0000 mgr.a (mgr.24293) 23572 : cluster 0 pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:21 smithi027 bash[31536]: cluster 2023-12-07T19:38:20.193652+0000 mgr.a (mgr.24293) 23572 : cluster 0 pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:22.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:22.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:22.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:23.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:23.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:23 smithi022 bash[28554]: cluster 2023-12-07T19:38:22.194503+0000 mgr.a (mgr.24293) 23573 : cluster 0 pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:38:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:23 smithi022 bash[28554]: audit 2023-12-07T19:38:22.953035+0000 mgr.a (mgr.24293) 23574 : audit 0 from='client.463269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:23 smithi044 bash[32620]: cluster 2023-12-07T19:38:22.194503+0000 mgr.a (mgr.24293) 23573 : cluster 0 pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:38:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:23 smithi044 bash[32620]: audit 2023-12-07T19:38:22.953035+0000 mgr.a (mgr.24293) 23574 : audit 0 from='client.463269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:23 smithi027 bash[31536]: cluster 2023-12-07T19:38:22.194503+0000 mgr.a (mgr.24293) 23573 : cluster 0 pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:38:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:23 smithi027 bash[31536]: audit 2023-12-07T19:38:22.953035+0000 mgr.a (mgr.24293) 23574 : audit 0 from='client.463269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:25 smithi022 bash[28554]: cluster 2023-12-07T19:38:24.195153+0000 mgr.a (mgr.24293) 23575 : cluster 0 pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:25 smithi044 bash[32620]: cluster 2023-12-07T19:38:24.195153+0000 mgr.a (mgr.24293) 23575 : cluster 0 pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:25 smithi027 bash[31536]: cluster 2023-12-07T19:38:24.195153+0000 mgr.a (mgr.24293) 23575 : cluster 0 pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:27 smithi022 bash[28554]: cluster 2023-12-07T19:38:26.196033+0000 mgr.a (mgr.24293) 23576 : cluster 0 pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:27 smithi044 bash[32620]: cluster 2023-12-07T19:38:26.196033+0000 mgr.a (mgr.24293) 23576 : cluster 0 pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:27 smithi027 bash[31536]: cluster 2023-12-07T19:38:26.196033+0000 mgr.a (mgr.24293) 23576 : cluster 0 pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:28.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:28.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:28.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:29.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:29.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:29.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:29.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:29.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:29 smithi022 bash[28554]: cluster 2023-12-07T19:38:28.196570+0000 mgr.a (mgr.24293) 23577 : cluster 0 pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:29 smithi022 bash[28554]: audit 2023-12-07T19:38:28.879599+0000 mgr.a (mgr.24293) 23578 : audit 0 from='client.463344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:29 smithi044 bash[32620]: cluster 2023-12-07T19:38:28.196570+0000 mgr.a (mgr.24293) 23577 : cluster 0 pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:29 smithi044 bash[32620]: audit 2023-12-07T19:38:28.879599+0000 mgr.a (mgr.24293) 23578 : audit 0 from='client.463344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:29 smithi027 bash[31536]: cluster 2023-12-07T19:38:28.196570+0000 mgr.a (mgr.24293) 23577 : cluster 0 pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:29 smithi027 bash[31536]: audit 2023-12-07T19:38:28.879599+0000 mgr.a (mgr.24293) 23578 : audit 0 from='client.463344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:31 smithi022 bash[28554]: cluster 2023-12-07T19:38:30.197170+0000 mgr.a (mgr.24293) 23579 : cluster 0 pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:31 smithi044 bash[32620]: cluster 2023-12-07T19:38:30.197170+0000 mgr.a (mgr.24293) 23579 : cluster 0 pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:31 smithi027 bash[31536]: cluster 2023-12-07T19:38:30.197170+0000 mgr.a (mgr.24293) 23579 : cluster 0 pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:33.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:33 smithi022 bash[28554]: cluster 2023-12-07T19:38:32.198016+0000 mgr.a (mgr.24293) 23580 : cluster 0 pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:33.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:33 smithi044 bash[32620]: cluster 2023-12-07T19:38:32.198016+0000 mgr.a (mgr.24293) 23580 : cluster 0 pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:33 smithi027 bash[31536]: cluster 2023-12-07T19:38:32.198016+0000 mgr.a (mgr.24293) 23580 : cluster 0 pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:34.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:34.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:34.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:35.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:35.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:35.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:35.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:35.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:35.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:35 smithi022 bash[28554]: cluster 2023-12-07T19:38:34.198590+0000 mgr.a (mgr.24293) 23581 : cluster 0 pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:35 smithi022 bash[28554]: audit 2023-12-07T19:38:34.807804+0000 mgr.a (mgr.24293) 23582 : audit 0 from='client.463419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:35 smithi044 bash[32620]: cluster 2023-12-07T19:38:34.198590+0000 mgr.a (mgr.24293) 23581 : cluster 0 pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:35 smithi044 bash[32620]: audit 2023-12-07T19:38:34.807804+0000 mgr.a (mgr.24293) 23582 : audit 0 from='client.463419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:35 smithi027 bash[31536]: cluster 2023-12-07T19:38:34.198590+0000 mgr.a (mgr.24293) 23581 : cluster 0 pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:35 smithi027 bash[31536]: audit 2023-12-07T19:38:34.807804+0000 mgr.a (mgr.24293) 23582 : audit 0 from='client.463419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:37 smithi022 bash[28554]: cluster 2023-12-07T19:38:36.199462+0000 mgr.a (mgr.24293) 23583 : cluster 0 pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:37 smithi044 bash[32620]: cluster 2023-12-07T19:38:36.199462+0000 mgr.a (mgr.24293) 23583 : cluster 0 pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:37 smithi027 bash[31536]: cluster 2023-12-07T19:38:36.199462+0000 mgr.a (mgr.24293) 23583 : cluster 0 pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:39 smithi022 bash[28554]: cluster 2023-12-07T19:38:38.199934+0000 mgr.a (mgr.24293) 23584 : cluster 0 pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:39 smithi044 bash[32620]: cluster 2023-12-07T19:38:38.199934+0000 mgr.a (mgr.24293) 23584 : cluster 0 pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:39.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:39 smithi027 bash[31536]: cluster 2023-12-07T19:38:38.199934+0000 mgr.a (mgr.24293) 23584 : cluster 0 pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:40.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:40.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:40.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:41.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:41.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:41.284 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:41.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:41 smithi022 bash[28554]: cluster 2023-12-07T19:38:40.200508+0000 mgr.a (mgr.24293) 23585 : cluster 0 pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:41 smithi022 bash[28554]: audit 2023-12-07T19:38:40.752280+0000 mgr.a (mgr.24293) 23586 : audit 0 from='client.463494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:41 smithi044 bash[32620]: cluster 2023-12-07T19:38:40.200508+0000 mgr.a (mgr.24293) 23585 : cluster 0 pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:41 smithi044 bash[32620]: audit 2023-12-07T19:38:40.752280+0000 mgr.a (mgr.24293) 23586 : audit 0 from='client.463494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:41 smithi027 bash[31536]: cluster 2023-12-07T19:38:40.200508+0000 mgr.a (mgr.24293) 23585 : cluster 0 pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:41 smithi027 bash[31536]: audit 2023-12-07T19:38:40.752280+0000 mgr.a (mgr.24293) 23586 : audit 0 from='client.463494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:43 smithi022 bash[28554]: cluster 2023-12-07T19:38:42.201516+0000 mgr.a (mgr.24293) 23587 : cluster 0 pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:43 smithi044 bash[32620]: cluster 2023-12-07T19:38:42.201516+0000 mgr.a (mgr.24293) 23587 : cluster 0 pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:43.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:43 smithi027 bash[31536]: cluster 2023-12-07T19:38:42.201516+0000 mgr.a (mgr.24293) 23587 : cluster 0 pgmap v17638: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:45 smithi022 bash[28554]: cluster 2023-12-07T19:38:44.202084+0000 mgr.a (mgr.24293) 23588 : cluster 0 pgmap v17639: 33 pgs: 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:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:45 smithi044 bash[32620]: cluster 2023-12-07T19:38:44.202084+0000 mgr.a (mgr.24293) 23588 : cluster 0 pgmap v17639: 33 pgs: 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:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:45 smithi027 bash[31536]: cluster 2023-12-07T19:38:44.202084+0000 mgr.a (mgr.24293) 23588 : cluster 0 pgmap v17639: 33 pgs: 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:46.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:46.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:46.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:47.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:47.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:47.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:47.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:47.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:47 smithi022 bash[28554]: cluster 2023-12-07T19:38:46.202861+0000 mgr.a (mgr.24293) 23589 : cluster 0 pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:47 smithi022 bash[28554]: audit 2023-12-07T19:38:46.693934+0000 mgr.a (mgr.24293) 23590 : audit 0 from='client.463569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:47 smithi044 bash[32620]: cluster 2023-12-07T19:38:46.202861+0000 mgr.a (mgr.24293) 23589 : cluster 0 pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:47 smithi044 bash[32620]: audit 2023-12-07T19:38:46.693934+0000 mgr.a (mgr.24293) 23590 : audit 0 from='client.463569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:47 smithi027 bash[31536]: cluster 2023-12-07T19:38:46.202861+0000 mgr.a (mgr.24293) 23589 : cluster 0 pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:47 smithi027 bash[31536]: audit 2023-12-07T19:38:46.693934+0000 mgr.a (mgr.24293) 23590 : audit 0 from='client.463569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:49 smithi044 bash[32620]: cluster 2023-12-07T19:38:48.203532+0000 mgr.a (mgr.24293) 23591 : cluster 0 pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:49 smithi027 bash[31536]: cluster 2023-12-07T19:38:48.203532+0000 mgr.a (mgr.24293) 23591 : cluster 0 pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:49 smithi022 bash[28554]: cluster 2023-12-07T19:38:48.203532+0000 mgr.a (mgr.24293) 23591 : cluster 0 pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:51 smithi027 bash[31536]: cluster 2023-12-07T19:38:50.204054+0000 mgr.a (mgr.24293) 23592 : cluster 0 pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:51 smithi022 bash[28554]: cluster 2023-12-07T19:38:50.204054+0000 mgr.a (mgr.24293) 23592 : cluster 0 pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:51 smithi044 bash[32620]: cluster 2023-12-07T19:38:50.204054+0000 mgr.a (mgr.24293) 23592 : cluster 0 pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:52.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:52.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:52.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:53.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:53.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:53.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:53.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:53.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:53 smithi027 bash[31536]: cluster 2023-12-07T19:38:52.204876+0000 mgr.a (mgr.24293) 23593 : cluster 0 pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:53 smithi027 bash[31536]: audit 2023-12-07T19:38:52.646527+0000 mgr.a (mgr.24293) 23594 : audit 0 from='client.463641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:53 smithi022 bash[28554]: cluster 2023-12-07T19:38:52.204876+0000 mgr.a (mgr.24293) 23593 : cluster 0 pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:53 smithi022 bash[28554]: audit 2023-12-07T19:38:52.646527+0000 mgr.a (mgr.24293) 23594 : audit 0 from='client.463641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:53 smithi044 bash[32620]: cluster 2023-12-07T19:38:52.204876+0000 mgr.a (mgr.24293) 23593 : cluster 0 pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:53 smithi044 bash[32620]: audit 2023-12-07T19:38:52.646527+0000 mgr.a (mgr.24293) 23594 : audit 0 from='client.463641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:55 smithi027 bash[31536]: cluster 2023-12-07T19:38:54.205553+0000 mgr.a (mgr.24293) 23595 : cluster 0 pgmap v17644: 33 pgs: 33 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:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:55 smithi027 bash[31536]: audit 2023-12-07T19:38:54.785543+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:55 smithi027 bash[31536]: audit 2023-12-07T19:38:55.315351+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:55 smithi027 bash[31536]: audit 2023-12-07T19:38:55.321542+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:55 smithi022 bash[28554]: cluster 2023-12-07T19:38:54.205553+0000 mgr.a (mgr.24293) 23595 : cluster 0 pgmap v17644: 33 pgs: 33 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:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:55 smithi022 bash[28554]: audit 2023-12-07T19:38:54.785543+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:55 smithi022 bash[28554]: audit 2023-12-07T19:38:55.315351+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:55 smithi022 bash[28554]: audit 2023-12-07T19:38:55.321542+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:55 smithi044 bash[32620]: cluster 2023-12-07T19:38:54.205553+0000 mgr.a (mgr.24293) 23595 : cluster 0 pgmap v17644: 33 pgs: 33 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:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:55 smithi044 bash[32620]: audit 2023-12-07T19:38:54.785543+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:55 smithi044 bash[32620]: audit 2023-12-07T19:38:55.315351+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:55 smithi044 bash[32620]: audit 2023-12-07T19:38:55.321542+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:56 smithi027 bash[31536]: audit 2023-12-07T19:38:56.061420+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:56 smithi027 bash[31536]: audit 2023-12-07T19:38:56.062949+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:56 smithi027 bash[31536]: audit 2023-12-07T19:38:56.071471+0000 mon.a (mon.0) 3698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:56 smithi022 bash[28554]: audit 2023-12-07T19:38:56.061420+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:56 smithi022 bash[28554]: audit 2023-12-07T19:38:56.062949+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:56 smithi022 bash[28554]: audit 2023-12-07T19:38:56.071471+0000 mon.a (mon.0) 3698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:56 smithi044 bash[32620]: audit 2023-12-07T19:38:56.061420+0000 mon.a (mon.0) 3696 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:56 smithi044 bash[32620]: audit 2023-12-07T19:38:56.062949+0000 mon.a (mon.0) 3697 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:56 smithi044 bash[32620]: audit 2023-12-07T19:38:56.071471+0000 mon.a (mon.0) 3698 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:38:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:57 smithi027 bash[31536]: cluster 2023-12-07T19:38:56.206416+0000 mgr.a (mgr.24293) 23596 : cluster 0 pgmap v17645: 33 pgs: 33 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:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:57 smithi022 bash[28554]: cluster 2023-12-07T19:38:56.206416+0000 mgr.a (mgr.24293) 23596 : cluster 0 pgmap v17645: 33 pgs: 33 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:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:57 smithi044 bash[32620]: cluster 2023-12-07T19:38:56.206416+0000 mgr.a (mgr.24293) 23596 : cluster 0 pgmap v17645: 33 pgs: 33 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:58.184 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:38:58.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:58.185 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:59.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:59.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:59.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:59.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:38:59.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:38:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:59 smithi027 bash[31536]: cluster 2023-12-07T19:38:58.206994+0000 mgr.a (mgr.24293) 23597 : cluster 0 pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:38:59 smithi027 bash[31536]: audit 2023-12-07T19:38:58.605773+0000 mgr.a (mgr.24293) 23598 : audit 0 from='client.463713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:59 smithi022 bash[28554]: cluster 2023-12-07T19:38:58.206994+0000 mgr.a (mgr.24293) 23597 : cluster 0 pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:38:59 smithi022 bash[28554]: audit 2023-12-07T19:38:58.605773+0000 mgr.a (mgr.24293) 23598 : audit 0 from='client.463713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:59 smithi044 bash[32620]: cluster 2023-12-07T19:38:58.206994+0000 mgr.a (mgr.24293) 23597 : cluster 0 pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:38:59 smithi044 bash[32620]: audit 2023-12-07T19:38:58.605773+0000 mgr.a (mgr.24293) 23598 : audit 0 from='client.463713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:01 smithi022 bash[28554]: cluster 2023-12-07T19:39:00.207687+0000 mgr.a (mgr.24293) 23599 : cluster 0 pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:01 smithi044 bash[32620]: cluster 2023-12-07T19:39:00.207687+0000 mgr.a (mgr.24293) 23599 : cluster 0 pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:01 smithi027 bash[31536]: cluster 2023-12-07T19:39:00.207687+0000 mgr.a (mgr.24293) 23599 : cluster 0 pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:03 smithi022 bash[28554]: cluster 2023-12-07T19:39:02.208461+0000 mgr.a (mgr.24293) 23600 : cluster 0 pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:03 smithi044 bash[32620]: cluster 2023-12-07T19:39:02.208461+0000 mgr.a (mgr.24293) 23600 : cluster 0 pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:03 smithi027 bash[31536]: cluster 2023-12-07T19:39:02.208461+0000 mgr.a (mgr.24293) 23600 : cluster 0 pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:04.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:04.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:04.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:05.101 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:05.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:05.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:05.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:05.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:05 smithi022 bash[28554]: cluster 2023-12-07T19:39:04.209049+0000 mgr.a (mgr.24293) 23601 : cluster 0 pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:05 smithi022 bash[28554]: audit 2023-12-07T19:39:04.567029+0000 mgr.a (mgr.24293) 23602 : audit 0 from='client.463785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:05 smithi044 bash[32620]: cluster 2023-12-07T19:39:04.209049+0000 mgr.a (mgr.24293) 23601 : cluster 0 pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:05 smithi044 bash[32620]: audit 2023-12-07T19:39:04.567029+0000 mgr.a (mgr.24293) 23602 : audit 0 from='client.463785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:05 smithi027 bash[31536]: cluster 2023-12-07T19:39:04.209049+0000 mgr.a (mgr.24293) 23601 : cluster 0 pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:05 smithi027 bash[31536]: audit 2023-12-07T19:39:04.567029+0000 mgr.a (mgr.24293) 23602 : audit 0 from='client.463785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:07 smithi022 bash[28554]: cluster 2023-12-07T19:39:06.210082+0000 mgr.a (mgr.24293) 23603 : cluster 0 pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:07 smithi044 bash[32620]: cluster 2023-12-07T19:39:06.210082+0000 mgr.a (mgr.24293) 23603 : cluster 0 pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:07 smithi027 bash[31536]: cluster 2023-12-07T19:39:06.210082+0000 mgr.a (mgr.24293) 23603 : cluster 0 pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:09 smithi022 bash[28554]: cluster 2023-12-07T19:39:08.210820+0000 mgr.a (mgr.24293) 23604 : cluster 0 pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:09 smithi044 bash[32620]: cluster 2023-12-07T19:39:08.210820+0000 mgr.a (mgr.24293) 23604 : cluster 0 pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:09 smithi027 bash[31536]: cluster 2023-12-07T19:39:08.210820+0000 mgr.a (mgr.24293) 23604 : cluster 0 pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:10.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:10.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:10.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:11.048 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:11.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:11.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:11.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:11.048 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:11.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:11 smithi022 bash[28554]: cluster 2023-12-07T19:39:10.211283+0000 mgr.a (mgr.24293) 23605 : cluster 0 pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:11 smithi022 bash[28554]: audit 2023-12-07T19:39:10.519864+0000 mgr.a (mgr.24293) 23606 : audit 0 from='client.463860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:11 smithi044 bash[32620]: cluster 2023-12-07T19:39:10.211283+0000 mgr.a (mgr.24293) 23605 : cluster 0 pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:11 smithi044 bash[32620]: audit 2023-12-07T19:39:10.519864+0000 mgr.a (mgr.24293) 23606 : audit 0 from='client.463860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:11 smithi027 bash[31536]: cluster 2023-12-07T19:39:10.211283+0000 mgr.a (mgr.24293) 23605 : cluster 0 pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:11 smithi027 bash[31536]: audit 2023-12-07T19:39:10.519864+0000 mgr.a (mgr.24293) 23606 : audit 0 from='client.463860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:13.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:13 smithi022 bash[28554]: cluster 2023-12-07T19:39:12.212265+0000 mgr.a (mgr.24293) 23607 : cluster 0 pgmap v17653: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:13 smithi044 bash[32620]: cluster 2023-12-07T19:39:12.212265+0000 mgr.a (mgr.24293) 23607 : cluster 0 pgmap v17653: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:13 smithi027 bash[31536]: cluster 2023-12-07T19:39:12.212265+0000 mgr.a (mgr.24293) 23607 : cluster 0 pgmap v17653: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:15 smithi022 bash[28554]: cluster 2023-12-07T19:39:14.212829+0000 mgr.a (mgr.24293) 23608 : cluster 0 pgmap v17654: 33 pgs: 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:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:15 smithi044 bash[32620]: cluster 2023-12-07T19:39:14.212829+0000 mgr.a (mgr.24293) 23608 : cluster 0 pgmap v17654: 33 pgs: 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:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:15 smithi027 bash[31536]: cluster 2023-12-07T19:39:14.212829+0000 mgr.a (mgr.24293) 23608 : cluster 0 pgmap v17654: 33 pgs: 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:16.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:16.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:16.052 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:16.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:16.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:16.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:16.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:16.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:17 smithi022 bash[28554]: cluster 2023-12-07T19:39:16.213371+0000 mgr.a (mgr.24293) 23609 : cluster 0 pgmap v17655: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:17 smithi022 bash[28554]: audit 2023-12-07T19:39:16.465151+0000 mgr.a (mgr.24293) 23610 : audit 0 from='client.463938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:17 smithi044 bash[32620]: cluster 2023-12-07T19:39:16.213371+0000 mgr.a (mgr.24293) 23609 : cluster 0 pgmap v17655: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:17 smithi044 bash[32620]: audit 2023-12-07T19:39:16.465151+0000 mgr.a (mgr.24293) 23610 : audit 0 from='client.463938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:17 smithi027 bash[31536]: cluster 2023-12-07T19:39:16.213371+0000 mgr.a (mgr.24293) 23609 : cluster 0 pgmap v17655: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:17 smithi027 bash[31536]: audit 2023-12-07T19:39:16.465151+0000 mgr.a (mgr.24293) 23610 : audit 0 from='client.463938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:19 smithi022 bash[28554]: cluster 2023-12-07T19:39:18.214075+0000 mgr.a (mgr.24293) 23611 : cluster 0 pgmap v17656: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:19 smithi044 bash[32620]: cluster 2023-12-07T19:39:18.214075+0000 mgr.a (mgr.24293) 23611 : cluster 0 pgmap v17656: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:19 smithi027 bash[31536]: cluster 2023-12-07T19:39:18.214075+0000 mgr.a (mgr.24293) 23611 : cluster 0 pgmap v17656: 33 pgs: 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:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:21 smithi022 bash[28554]: cluster 2023-12-07T19:39:20.214581+0000 mgr.a (mgr.24293) 23612 : cluster 0 pgmap v17657: 33 pgs: 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:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:21 smithi044 bash[32620]: cluster 2023-12-07T19:39:20.214581+0000 mgr.a (mgr.24293) 23612 : cluster 0 pgmap v17657: 33 pgs: 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:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:21 smithi027 bash[31536]: cluster 2023-12-07T19:39:20.214581+0000 mgr.a (mgr.24293) 23612 : cluster 0 pgmap v17657: 33 pgs: 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:21.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:22.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:22.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:22.928 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:22.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:22.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:22.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:22.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:23 smithi022 bash[28554]: cluster 2023-12-07T19:39:22.215154+0000 mgr.a (mgr.24293) 23613 : cluster 0 pgmap v17658: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:23 smithi022 bash[28554]: audit 2023-12-07T19:39:22.418778+0000 mgr.a (mgr.24293) 23614 : audit 0 from='client.464010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:23 smithi044 bash[32620]: cluster 2023-12-07T19:39:22.215154+0000 mgr.a (mgr.24293) 23613 : cluster 0 pgmap v17658: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:23 smithi044 bash[32620]: audit 2023-12-07T19:39:22.418778+0000 mgr.a (mgr.24293) 23614 : audit 0 from='client.464010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:23 smithi027 bash[31536]: cluster 2023-12-07T19:39:22.215154+0000 mgr.a (mgr.24293) 23613 : cluster 0 pgmap v17658: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:23 smithi027 bash[31536]: audit 2023-12-07T19:39:22.418778+0000 mgr.a (mgr.24293) 23614 : audit 0 from='client.464010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:25 smithi022 bash[28554]: cluster 2023-12-07T19:39:24.215852+0000 mgr.a (mgr.24293) 23615 : cluster 0 pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:25 smithi044 bash[32620]: cluster 2023-12-07T19:39:24.215852+0000 mgr.a (mgr.24293) 23615 : cluster 0 pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:25 smithi027 bash[31536]: cluster 2023-12-07T19:39:24.215852+0000 mgr.a (mgr.24293) 23615 : cluster 0 pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:27 smithi022 bash[28554]: cluster 2023-12-07T19:39:26.216678+0000 mgr.a (mgr.24293) 23616 : cluster 0 pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:27 smithi044 bash[32620]: cluster 2023-12-07T19:39:26.216678+0000 mgr.a (mgr.24293) 23616 : cluster 0 pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:27.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:27.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:27.933 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:27 smithi027 bash[31536]: cluster 2023-12-07T19:39:26.216678+0000 mgr.a (mgr.24293) 23616 : cluster 0 pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:28.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:28.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:28.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:28.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:28.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:29 smithi022 bash[28554]: cluster 2023-12-07T19:39:28.217084+0000 mgr.a (mgr.24293) 23617 : cluster 0 pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:29 smithi022 bash[28554]: audit 2023-12-07T19:39:28.341797+0000 mgr.a (mgr.24293) 23618 : audit 0 from='client.464085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:29 smithi044 bash[32620]: cluster 2023-12-07T19:39:28.217084+0000 mgr.a (mgr.24293) 23617 : cluster 0 pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:29 smithi044 bash[32620]: audit 2023-12-07T19:39:28.341797+0000 mgr.a (mgr.24293) 23618 : audit 0 from='client.464085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:29 smithi027 bash[31536]: cluster 2023-12-07T19:39:28.217084+0000 mgr.a (mgr.24293) 23617 : cluster 0 pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:29 smithi027 bash[31536]: audit 2023-12-07T19:39:28.341797+0000 mgr.a (mgr.24293) 23618 : audit 0 from='client.464085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:31 smithi022 bash[28554]: cluster 2023-12-07T19:39:30.217759+0000 mgr.a (mgr.24293) 23619 : cluster 0 pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:31 smithi044 bash[32620]: cluster 2023-12-07T19:39:30.217759+0000 mgr.a (mgr.24293) 23619 : cluster 0 pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:31 smithi027 bash[31536]: cluster 2023-12-07T19:39:30.217759+0000 mgr.a (mgr.24293) 23619 : cluster 0 pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:33.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:33.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:33.894 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:33 smithi022 bash[28554]: cluster 2023-12-07T19:39:32.218536+0000 mgr.a (mgr.24293) 23620 : cluster 0 pgmap v17663: 33 pgs: 33 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:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:33 smithi044 bash[32620]: cluster 2023-12-07T19:39:32.218536+0000 mgr.a (mgr.24293) 23620 : cluster 0 pgmap v17663: 33 pgs: 33 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:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:33 smithi027 bash[31536]: cluster 2023-12-07T19:39:32.218536+0000 mgr.a (mgr.24293) 23620 : cluster 0 pgmap v17663: 33 pgs: 33 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:34.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:34.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:34.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:35 smithi022 bash[28554]: cluster 2023-12-07T19:39:34.218931+0000 mgr.a (mgr.24293) 23621 : cluster 0 pgmap v17664: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:35 smithi022 bash[28554]: audit 2023-12-07T19:39:34.311454+0000 mgr.a (mgr.24293) 23622 : audit 0 from='client.464160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:35 smithi044 bash[32620]: cluster 2023-12-07T19:39:34.218931+0000 mgr.a (mgr.24293) 23621 : cluster 0 pgmap v17664: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:35 smithi044 bash[32620]: audit 2023-12-07T19:39:34.311454+0000 mgr.a (mgr.24293) 23622 : audit 0 from='client.464160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:35 smithi027 bash[31536]: cluster 2023-12-07T19:39:34.218931+0000 mgr.a (mgr.24293) 23621 : cluster 0 pgmap v17664: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:35 smithi027 bash[31536]: audit 2023-12-07T19:39:34.311454+0000 mgr.a (mgr.24293) 23622 : audit 0 from='client.464160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:37 smithi022 bash[28554]: cluster 2023-12-07T19:39:36.219844+0000 mgr.a (mgr.24293) 23623 : cluster 0 pgmap v17665: 33 pgs: 33 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:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:37 smithi044 bash[32620]: cluster 2023-12-07T19:39:36.219844+0000 mgr.a (mgr.24293) 23623 : cluster 0 pgmap v17665: 33 pgs: 33 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:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:37 smithi027 bash[31536]: cluster 2023-12-07T19:39:36.219844+0000 mgr.a (mgr.24293) 23623 : cluster 0 pgmap v17665: 33 pgs: 33 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:39.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:39.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:39.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:39 smithi022 bash[28554]: cluster 2023-12-07T19:39:38.220460+0000 mgr.a (mgr.24293) 23624 : cluster 0 pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:39 smithi044 bash[32620]: cluster 2023-12-07T19:39:38.220460+0000 mgr.a (mgr.24293) 23624 : cluster 0 pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:39 smithi027 bash[31536]: cluster 2023-12-07T19:39:38.220460+0000 mgr.a (mgr.24293) 23624 : cluster 0 pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:40.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:40.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:40.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:40.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:40.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:41 smithi022 bash[28554]: cluster 2023-12-07T19:39:40.221143+0000 mgr.a (mgr.24293) 23625 : cluster 0 pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:41 smithi022 bash[28554]: audit 2023-12-07T19:39:40.261089+0000 mgr.a (mgr.24293) 23626 : audit 0 from='client.464235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:41 smithi044 bash[32620]: cluster 2023-12-07T19:39:40.221143+0000 mgr.a (mgr.24293) 23625 : cluster 0 pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:41 smithi044 bash[32620]: audit 2023-12-07T19:39:40.261089+0000 mgr.a (mgr.24293) 23626 : audit 0 from='client.464235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:41 smithi027 bash[31536]: cluster 2023-12-07T19:39:40.221143+0000 mgr.a (mgr.24293) 23625 : cluster 0 pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:41 smithi027 bash[31536]: audit 2023-12-07T19:39:40.261089+0000 mgr.a (mgr.24293) 23626 : audit 0 from='client.464235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:43 smithi022 bash[28554]: cluster 2023-12-07T19:39:42.222269+0000 mgr.a (mgr.24293) 23627 : cluster 0 pgmap v17668: 33 pgs: 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:39:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:43 smithi044 bash[32620]: cluster 2023-12-07T19:39:42.222269+0000 mgr.a (mgr.24293) 23627 : cluster 0 pgmap v17668: 33 pgs: 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:39:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:43 smithi027 bash[31536]: cluster 2023-12-07T19:39:42.222269+0000 mgr.a (mgr.24293) 23627 : cluster 0 pgmap v17668: 33 pgs: 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:39:45.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:45.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:45.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:45 smithi022 bash[28554]: cluster 2023-12-07T19:39:44.222876+0000 mgr.a (mgr.24293) 23628 : cluster 0 pgmap v17669: 33 pgs: 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:39:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:45 smithi044 bash[32620]: cluster 2023-12-07T19:39:44.222876+0000 mgr.a (mgr.24293) 23628 : cluster 0 pgmap v17669: 33 pgs: 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:39:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:45 smithi027 bash[31536]: cluster 2023-12-07T19:39:44.222876+0000 mgr.a (mgr.24293) 23628 : cluster 0 pgmap v17669: 33 pgs: 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:39:46.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:46.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:46.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:46.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:46.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:47 smithi022 bash[28554]: audit 2023-12-07T19:39:46.215766+0000 mgr.a (mgr.24293) 23629 : audit 0 from='client.464310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:47 smithi022 bash[28554]: cluster 2023-12-07T19:39:46.231268+0000 mgr.a (mgr.24293) 23630 : cluster 0 pgmap v17670: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:47 smithi044 bash[32620]: audit 2023-12-07T19:39:46.215766+0000 mgr.a (mgr.24293) 23629 : audit 0 from='client.464310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:47 smithi044 bash[32620]: cluster 2023-12-07T19:39:46.231268+0000 mgr.a (mgr.24293) 23630 : cluster 0 pgmap v17670: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:47 smithi027 bash[31536]: audit 2023-12-07T19:39:46.215766+0000 mgr.a (mgr.24293) 23629 : audit 0 from='client.464310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:47 smithi027 bash[31536]: cluster 2023-12-07T19:39:46.231268+0000 mgr.a (mgr.24293) 23630 : cluster 0 pgmap v17670: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:49 smithi022 bash[28554]: cluster 2023-12-07T19:39:48.232072+0000 mgr.a (mgr.24293) 23631 : cluster 0 pgmap v17671: 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:39:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:49 smithi044 bash[32620]: cluster 2023-12-07T19:39:48.232072+0000 mgr.a (mgr.24293) 23631 : cluster 0 pgmap v17671: 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:39:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:49 smithi027 bash[31536]: cluster 2023-12-07T19:39:48.232072+0000 mgr.a (mgr.24293) 23631 : cluster 0 pgmap v17671: 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:39:51.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:51.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:51.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:51.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:51 smithi022 bash[28554]: cluster 2023-12-07T19:39:50.232655+0000 mgr.a (mgr.24293) 23632 : cluster 0 pgmap v17672: 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:39:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:51 smithi044 bash[32620]: cluster 2023-12-07T19:39:50.232655+0000 mgr.a (mgr.24293) 23632 : cluster 0 pgmap v17672: 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:39:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:51 smithi027 bash[31536]: cluster 2023-12-07T19:39:50.232655+0000 mgr.a (mgr.24293) 23632 : cluster 0 pgmap v17672: 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:39:52.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:52.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:52.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:52.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:52.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:39:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:53 smithi022 bash[28554]: audit 2023-12-07T19:39:52.164959+0000 mgr.a (mgr.24293) 23633 : audit 0 from='client.464388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:53 smithi022 bash[28554]: cluster 2023-12-07T19:39:52.233582+0000 mgr.a (mgr.24293) 23634 : cluster 0 pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:53 smithi044 bash[32620]: audit 2023-12-07T19:39:52.164959+0000 mgr.a (mgr.24293) 23633 : audit 0 from='client.464388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:53 smithi044 bash[32620]: cluster 2023-12-07T19:39:52.233582+0000 mgr.a (mgr.24293) 23634 : cluster 0 pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:53 smithi027 bash[31536]: audit 2023-12-07T19:39:52.164959+0000 mgr.a (mgr.24293) 23633 : audit 0 from='client.464388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:53 smithi027 bash[31536]: cluster 2023-12-07T19:39:52.233582+0000 mgr.a (mgr.24293) 23634 : cluster 0 pgmap v17673: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:55 smithi022 bash[28554]: cluster 2023-12-07T19:39:54.234272+0000 mgr.a (mgr.24293) 23635 : cluster 0 pgmap v17674: 33 pgs: 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:39:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:55 smithi044 bash[32620]: cluster 2023-12-07T19:39:54.234272+0000 mgr.a (mgr.24293) 23635 : cluster 0 pgmap v17674: 33 pgs: 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:39:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:55 smithi027 bash[31536]: cluster 2023-12-07T19:39:54.234272+0000 mgr.a (mgr.24293) 23635 : cluster 0 pgmap v17674: 33 pgs: 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:39:56.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:56 smithi022 bash[28554]: audit 2023-12-07T19:39:56.174102+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:56 smithi044 bash[32620]: audit 2023-12-07T19:39:56.174102+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:56 smithi027 bash[31536]: audit 2023-12-07T19:39:56.174102+0000 mon.a (mon.0) 3699 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:57.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:39:57.684 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:57.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: cluster 2023-12-07T19:39:56.235029+0000 mgr.a (mgr.24293) 23636 : cluster 0 pgmap v17675: 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:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:56.704333+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:56.708426+0000 mon.a (mon.0) 3701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:56.713426+0000 mon.a (mon.0) 3702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:56.717548+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:57.451820+0000 mon.a (mon.0) 3704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:57.453382+0000 mon.a (mon.0) 3705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:57 smithi022 bash[28554]: audit 2023-12-07T19:39:57.462930+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: cluster 2023-12-07T19:39:56.235029+0000 mgr.a (mgr.24293) 23636 : cluster 0 pgmap v17675: 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:39:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:56.704333+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:56.708426+0000 mon.a (mon.0) 3701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:56.713426+0000 mon.a (mon.0) 3702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:56.717548+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:57.451820+0000 mon.a (mon.0) 3704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:57.453382+0000 mon.a (mon.0) 3705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:58.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:57 smithi044 bash[32620]: audit 2023-12-07T19:39:57.462930+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: cluster 2023-12-07T19:39:56.235029+0000 mgr.a (mgr.24293) 23636 : cluster 0 pgmap v17675: 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:39:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:56.704333+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:56.708426+0000 mon.a (mon.0) 3701 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:56.713426+0000 mon.a (mon.0) 3702 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:56.717548+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:57.451820+0000 mon.a (mon.0) 3704 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:57.453382+0000 mon.a (mon.0) 3705 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:57 smithi027 bash[31536]: audit 2023-12-07T19:39:57.462930+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:39:58.626 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:39:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:58.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:59 smithi022 bash[28554]: audit 2023-12-07T19:39:58.100775+0000 mgr.a (mgr.24293) 23637 : audit 0 from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:39:59 smithi022 bash[28554]: cluster 2023-12-07T19:39:58.235508+0000 mgr.a (mgr.24293) 23638 : cluster 0 pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:59 smithi044 bash[32620]: audit 2023-12-07T19:39:58.100775+0000 mgr.a (mgr.24293) 23637 : audit 0 from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:39:59 smithi044 bash[32620]: cluster 2023-12-07T19:39:58.235508+0000 mgr.a (mgr.24293) 23638 : cluster 0 pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:59 smithi027 bash[31536]: audit 2023-12-07T19:39:58.100775+0000 mgr.a (mgr.24293) 23637 : audit 0 from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:39:59 smithi027 bash[31536]: cluster 2023-12-07T19:39:58.235508+0000 mgr.a (mgr.24293) 23638 : cluster 0 pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:00 smithi022 bash[28554]: cluster 2023-12-07T19:40:00.000179+0000 mon.a (mon.0) 3707 : cluster 1 overall HEALTH_OK 2023-12-07T19:40:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:00 smithi044 bash[32620]: cluster 2023-12-07T19:40:00.000179+0000 mon.a (mon.0) 3707 : cluster 1 overall HEALTH_OK 2023-12-07T19:40:01.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:00 smithi027 bash[31536]: cluster 2023-12-07T19:40:00.000179+0000 mon.a (mon.0) 3707 : cluster 1 overall HEALTH_OK 2023-12-07T19:40:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:01 smithi022 bash[28554]: cluster 2023-12-07T19:40:00.236102+0000 mgr.a (mgr.24293) 23639 : cluster 0 pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:01 smithi044 bash[32620]: cluster 2023-12-07T19:40:00.236102+0000 mgr.a (mgr.24293) 23639 : cluster 0 pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:01 smithi027 bash[31536]: cluster 2023-12-07T19:40:00.236102+0000 mgr.a (mgr.24293) 23639 : cluster 0 pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:03.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:03.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:03.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:03 smithi022 bash[28554]: cluster 2023-12-07T19:40:02.236945+0000 mgr.a (mgr.24293) 23640 : cluster 0 pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:03 smithi044 bash[32620]: cluster 2023-12-07T19:40:02.236945+0000 mgr.a (mgr.24293) 23640 : cluster 0 pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:03 smithi027 bash[31536]: cluster 2023-12-07T19:40:02.236945+0000 mgr.a (mgr.24293) 23640 : cluster 0 pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:04.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:04.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:04.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:04.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:04.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:05 smithi022 bash[28554]: audit 2023-12-07T19:40:04.040092+0000 mgr.a (mgr.24293) 23641 : audit 0 from='client.464544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:05 smithi022 bash[28554]: cluster 2023-12-07T19:40:04.237501+0000 mgr.a (mgr.24293) 23642 : cluster 0 pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:05 smithi044 bash[32620]: audit 2023-12-07T19:40:04.040092+0000 mgr.a (mgr.24293) 23641 : audit 0 from='client.464544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:05 smithi044 bash[32620]: cluster 2023-12-07T19:40:04.237501+0000 mgr.a (mgr.24293) 23642 : cluster 0 pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:05 smithi027 bash[31536]: audit 2023-12-07T19:40:04.040092+0000 mgr.a (mgr.24293) 23641 : audit 0 from='client.464544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:05 smithi027 bash[31536]: cluster 2023-12-07T19:40:04.237501+0000 mgr.a (mgr.24293) 23642 : cluster 0 pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:07 smithi022 bash[28554]: cluster 2023-12-07T19:40:06.238373+0000 mgr.a (mgr.24293) 23643 : cluster 0 pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:07 smithi044 bash[32620]: cluster 2023-12-07T19:40:06.238373+0000 mgr.a (mgr.24293) 23643 : cluster 0 pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:07 smithi027 bash[31536]: cluster 2023-12-07T19:40:06.238373+0000 mgr.a (mgr.24293) 23643 : cluster 0 pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:09.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:09.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:09.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:09 smithi022 bash[28554]: cluster 2023-12-07T19:40:08.238976+0000 mgr.a (mgr.24293) 23644 : cluster 0 pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:09 smithi044 bash[32620]: cluster 2023-12-07T19:40:08.238976+0000 mgr.a (mgr.24293) 23644 : cluster 0 pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:09 smithi027 bash[31536]: cluster 2023-12-07T19:40:08.238976+0000 mgr.a (mgr.24293) 23644 : cluster 0 pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:10.491 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:10.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:10.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:10.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:10.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:10 smithi022 bash[28554]: audit 2023-12-07T19:40:09.961527+0000 mgr.a (mgr.24293) 23645 : audit 0 from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:10 smithi044 bash[32620]: audit 2023-12-07T19:40:09.961527+0000 mgr.a (mgr.24293) 23645 : audit 0 from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:10 smithi027 bash[31536]: audit 2023-12-07T19:40:09.961527+0000 mgr.a (mgr.24293) 23645 : audit 0 from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:11 smithi022 bash[28554]: cluster 2023-12-07T19:40:10.241739+0000 mgr.a (mgr.24293) 23646 : cluster 0 pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:11 smithi044 bash[32620]: cluster 2023-12-07T19:40:10.241739+0000 mgr.a (mgr.24293) 23646 : cluster 0 pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:11 smithi027 bash[31536]: cluster 2023-12-07T19:40:10.241739+0000 mgr.a (mgr.24293) 23646 : cluster 0 pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:13 smithi022 bash[28554]: cluster 2023-12-07T19:40:12.242951+0000 mgr.a (mgr.24293) 23647 : cluster 0 pgmap v17683: 33 pgs: 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:40:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:13 smithi044 bash[32620]: cluster 2023-12-07T19:40:12.242951+0000 mgr.a (mgr.24293) 23647 : cluster 0 pgmap v17683: 33 pgs: 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:40:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:13 smithi027 bash[31536]: cluster 2023-12-07T19:40:12.242951+0000 mgr.a (mgr.24293) 23647 : cluster 0 pgmap v17683: 33 pgs: 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:40:15.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:15.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:15.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:15 smithi022 bash[28554]: cluster 2023-12-07T19:40:14.243530+0000 mgr.a (mgr.24293) 23648 : cluster 0 pgmap v17684: 33 pgs: 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:40:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:15 smithi044 bash[32620]: cluster 2023-12-07T19:40:14.243530+0000 mgr.a (mgr.24293) 23648 : cluster 0 pgmap v17684: 33 pgs: 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:40:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:15 smithi027 bash[31536]: cluster 2023-12-07T19:40:14.243530+0000 mgr.a (mgr.24293) 23648 : cluster 0 pgmap v17684: 33 pgs: 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:40:16.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:16.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:16.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:16.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:16.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:16 smithi022 bash[28554]: audit 2023-12-07T19:40:15.904357+0000 mgr.a (mgr.24293) 23649 : audit 0 from='client.464694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:16 smithi044 bash[32620]: audit 2023-12-07T19:40:15.904357+0000 mgr.a (mgr.24293) 23649 : audit 0 from='client.464694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:16 smithi027 bash[31536]: audit 2023-12-07T19:40:15.904357+0000 mgr.a (mgr.24293) 23649 : audit 0 from='client.464694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:17 smithi022 bash[28554]: cluster 2023-12-07T19:40:16.244386+0000 mgr.a (mgr.24293) 23650 : cluster 0 pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:17 smithi044 bash[32620]: cluster 2023-12-07T19:40:16.244386+0000 mgr.a (mgr.24293) 23650 : cluster 0 pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:17 smithi027 bash[31536]: cluster 2023-12-07T19:40:16.244386+0000 mgr.a (mgr.24293) 23650 : cluster 0 pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:19 smithi022 bash[28554]: cluster 2023-12-07T19:40:18.245032+0000 mgr.a (mgr.24293) 23651 : cluster 0 pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:19 smithi044 bash[32620]: cluster 2023-12-07T19:40:18.245032+0000 mgr.a (mgr.24293) 23651 : cluster 0 pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:19 smithi027 bash[31536]: cluster 2023-12-07T19:40:18.245032+0000 mgr.a (mgr.24293) 23651 : cluster 0 pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:21.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:21.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:21.432 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:21 smithi022 bash[28554]: cluster 2023-12-07T19:40:20.245622+0000 mgr.a (mgr.24293) 23652 : cluster 0 pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:21 smithi044 bash[32620]: cluster 2023-12-07T19:40:20.245622+0000 mgr.a (mgr.24293) 23652 : cluster 0 pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:21 smithi027 bash[31536]: cluster 2023-12-07T19:40:20.245622+0000 mgr.a (mgr.24293) 23652 : cluster 0 pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:22.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:22.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:22.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:22.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:22.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:22 smithi022 bash[28554]: audit 2023-12-07T19:40:21.839983+0000 mgr.a (mgr.24293) 23653 : audit 0 from='client.464769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:22 smithi044 bash[32620]: audit 2023-12-07T19:40:21.839983+0000 mgr.a (mgr.24293) 23653 : audit 0 from='client.464769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:22 smithi027 bash[31536]: audit 2023-12-07T19:40:21.839983+0000 mgr.a (mgr.24293) 23653 : audit 0 from='client.464769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:23 smithi022 bash[28554]: cluster 2023-12-07T19:40:22.246834+0000 mgr.a (mgr.24293) 23654 : cluster 0 pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:23 smithi044 bash[32620]: cluster 2023-12-07T19:40:22.246834+0000 mgr.a (mgr.24293) 23654 : cluster 0 pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:23 smithi027 bash[31536]: cluster 2023-12-07T19:40:22.246834+0000 mgr.a (mgr.24293) 23654 : cluster 0 pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:25 smithi022 bash[28554]: cluster 2023-12-07T19:40:24.247454+0000 mgr.a (mgr.24293) 23655 : cluster 0 pgmap v17689: 33 pgs: 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:40:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:25 smithi044 bash[32620]: cluster 2023-12-07T19:40:24.247454+0000 mgr.a (mgr.24293) 23655 : cluster 0 pgmap v17689: 33 pgs: 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:40:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:25 smithi027 bash[31536]: cluster 2023-12-07T19:40:24.247454+0000 mgr.a (mgr.24293) 23655 : cluster 0 pgmap v17689: 33 pgs: 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:40:27.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:27.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:27.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:27 smithi022 bash[28554]: cluster 2023-12-07T19:40:26.248281+0000 mgr.a (mgr.24293) 23656 : cluster 0 pgmap v17690: 33 pgs: 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:40:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:27 smithi044 bash[32620]: cluster 2023-12-07T19:40:26.248281+0000 mgr.a (mgr.24293) 23656 : cluster 0 pgmap v17690: 33 pgs: 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:40:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:27 smithi027 bash[31536]: cluster 2023-12-07T19:40:26.248281+0000 mgr.a (mgr.24293) 23656 : cluster 0 pgmap v17690: 33 pgs: 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:40:28.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:28.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:28.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:28.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:28.293 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:28 smithi022 bash[28554]: audit 2023-12-07T19:40:27.772375+0000 mgr.a (mgr.24293) 23657 : audit 0 from='client.464847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:28 smithi044 bash[32620]: audit 2023-12-07T19:40:27.772375+0000 mgr.a (mgr.24293) 23657 : audit 0 from='client.464847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:28 smithi027 bash[31536]: audit 2023-12-07T19:40:27.772375+0000 mgr.a (mgr.24293) 23657 : audit 0 from='client.464847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:29 smithi022 bash[28554]: cluster 2023-12-07T19:40:28.248768+0000 mgr.a (mgr.24293) 23658 : cluster 0 pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:29 smithi044 bash[32620]: cluster 2023-12-07T19:40:28.248768+0000 mgr.a (mgr.24293) 23658 : cluster 0 pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:29 smithi027 bash[31536]: cluster 2023-12-07T19:40:28.248768+0000 mgr.a (mgr.24293) 23658 : cluster 0 pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:31 smithi022 bash[28554]: cluster 2023-12-07T19:40:30.249342+0000 mgr.a (mgr.24293) 23659 : cluster 0 pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:31 smithi044 bash[32620]: cluster 2023-12-07T19:40:30.249342+0000 mgr.a (mgr.24293) 23659 : cluster 0 pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:31 smithi027 bash[31536]: cluster 2023-12-07T19:40:30.249342+0000 mgr.a (mgr.24293) 23659 : cluster 0 pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:33.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:33.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:33.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:33 smithi022 bash[28554]: cluster 2023-12-07T19:40:32.250143+0000 mgr.a (mgr.24293) 23660 : cluster 0 pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:33 smithi044 bash[32620]: cluster 2023-12-07T19:40:32.250143+0000 mgr.a (mgr.24293) 23660 : cluster 0 pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:33 smithi027 bash[31536]: cluster 2023-12-07T19:40:32.250143+0000 mgr.a (mgr.24293) 23660 : cluster 0 pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:34.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:34.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:34.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:34.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:34.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:34 smithi022 bash[28554]: audit 2023-12-07T19:40:33.704227+0000 mgr.a (mgr.24293) 23661 : audit 0 from='client.464922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:34 smithi044 bash[32620]: audit 2023-12-07T19:40:33.704227+0000 mgr.a (mgr.24293) 23661 : audit 0 from='client.464922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:34 smithi027 bash[31536]: audit 2023-12-07T19:40:33.704227+0000 mgr.a (mgr.24293) 23661 : audit 0 from='client.464922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:35 smithi022 bash[28554]: cluster 2023-12-07T19:40:34.250907+0000 mgr.a (mgr.24293) 23662 : cluster 0 pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:35 smithi044 bash[32620]: cluster 2023-12-07T19:40:34.250907+0000 mgr.a (mgr.24293) 23662 : cluster 0 pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:35 smithi027 bash[31536]: cluster 2023-12-07T19:40:34.250907+0000 mgr.a (mgr.24293) 23662 : cluster 0 pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:37 smithi022 bash[28554]: cluster 2023-12-07T19:40:36.251751+0000 mgr.a (mgr.24293) 23663 : cluster 0 pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:38.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:37 smithi044 bash[32620]: cluster 2023-12-07T19:40:36.251751+0000 mgr.a (mgr.24293) 23663 : cluster 0 pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:37 smithi027 bash[31536]: cluster 2023-12-07T19:40:36.251751+0000 mgr.a (mgr.24293) 23663 : cluster 0 pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:39.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:39.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:40.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:40.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:40.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:40.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:40.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:39 smithi022 bash[28554]: cluster 2023-12-07T19:40:38.252331+0000 mgr.a (mgr.24293) 23664 : cluster 0 pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:39 smithi044 bash[32620]: cluster 2023-12-07T19:40:38.252331+0000 mgr.a (mgr.24293) 23664 : cluster 0 pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:39 smithi027 bash[31536]: cluster 2023-12-07T19:40:38.252331+0000 mgr.a (mgr.24293) 23664 : cluster 0 pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:40 smithi022 bash[28554]: audit 2023-12-07T19:40:39.612807+0000 mgr.a (mgr.24293) 23665 : audit 0 from='client.465000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:40 smithi044 bash[32620]: audit 2023-12-07T19:40:39.612807+0000 mgr.a (mgr.24293) 23665 : audit 0 from='client.465000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:40 smithi027 bash[31536]: audit 2023-12-07T19:40:39.612807+0000 mgr.a (mgr.24293) 23665 : audit 0 from='client.465000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:41 smithi022 bash[28554]: cluster 2023-12-07T19:40:40.253081+0000 mgr.a (mgr.24293) 23666 : cluster 0 pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:41 smithi044 bash[32620]: cluster 2023-12-07T19:40:40.253081+0000 mgr.a (mgr.24293) 23666 : cluster 0 pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:41 smithi027 bash[31536]: cluster 2023-12-07T19:40:40.253081+0000 mgr.a (mgr.24293) 23666 : cluster 0 pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:43 smithi022 bash[28554]: cluster 2023-12-07T19:40:42.253944+0000 mgr.a (mgr.24293) 23667 : cluster 0 pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:43 smithi044 bash[32620]: cluster 2023-12-07T19:40:42.253944+0000 mgr.a (mgr.24293) 23667 : cluster 0 pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:43 smithi027 bash[31536]: cluster 2023-12-07T19:40:42.253944+0000 mgr.a (mgr.24293) 23667 : cluster 0 pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:45.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:45.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:45.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:46.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:46.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:46.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:46.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:46.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:45 smithi022 bash[28554]: cluster 2023-12-07T19:40:44.254500+0000 mgr.a (mgr.24293) 23668 : cluster 0 pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:45 smithi044 bash[32620]: cluster 2023-12-07T19:40:44.254500+0000 mgr.a (mgr.24293) 23668 : cluster 0 pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:45 smithi027 bash[31536]: cluster 2023-12-07T19:40:44.254500+0000 mgr.a (mgr.24293) 23668 : cluster 0 pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:46 smithi022 bash[28554]: audit 2023-12-07T19:40:45.560765+0000 mgr.a (mgr.24293) 23669 : audit 0 from='client.465078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:46 smithi044 bash[32620]: audit 2023-12-07T19:40:45.560765+0000 mgr.a (mgr.24293) 23669 : audit 0 from='client.465078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:46 smithi027 bash[31536]: audit 2023-12-07T19:40:45.560765+0000 mgr.a (mgr.24293) 23669 : audit 0 from='client.465078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:47 smithi022 bash[28554]: cluster 2023-12-07T19:40:46.255628+0000 mgr.a (mgr.24293) 23670 : cluster 0 pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:47 smithi044 bash[32620]: cluster 2023-12-07T19:40:46.255628+0000 mgr.a (mgr.24293) 23670 : cluster 0 pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:47 smithi027 bash[31536]: cluster 2023-12-07T19:40:46.255628+0000 mgr.a (mgr.24293) 23670 : cluster 0 pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:49 smithi022 bash[28554]: cluster 2023-12-07T19:40:48.256243+0000 mgr.a (mgr.24293) 23671 : cluster 0 pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:49 smithi044 bash[32620]: cluster 2023-12-07T19:40:48.256243+0000 mgr.a (mgr.24293) 23671 : cluster 0 pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:49 smithi027 bash[31536]: cluster 2023-12-07T19:40:48.256243+0000 mgr.a (mgr.24293) 23671 : cluster 0 pgmap v17701: 33 pgs: 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:51.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:51.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:51.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:52.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:52.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:52.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:52.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:52.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:51 smithi022 bash[28554]: cluster 2023-12-07T19:40:50.256811+0000 mgr.a (mgr.24293) 23672 : cluster 0 pgmap v17702: 33 pgs: 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:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:51 smithi044 bash[32620]: cluster 2023-12-07T19:40:50.256811+0000 mgr.a (mgr.24293) 23672 : cluster 0 pgmap v17702: 33 pgs: 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:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:51 smithi027 bash[31536]: cluster 2023-12-07T19:40:50.256811+0000 mgr.a (mgr.24293) 23672 : cluster 0 pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:52 smithi022 bash[28554]: audit 2023-12-07T19:40:51.509893+0000 mgr.a (mgr.24293) 23673 : audit 0 from='client.465156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:52 smithi044 bash[32620]: audit 2023-12-07T19:40:51.509893+0000 mgr.a (mgr.24293) 23673 : audit 0 from='client.465156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:52 smithi027 bash[31536]: audit 2023-12-07T19:40:51.509893+0000 mgr.a (mgr.24293) 23673 : audit 0 from='client.465156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:53 smithi022 bash[28554]: cluster 2023-12-07T19:40:52.257911+0000 mgr.a (mgr.24293) 23674 : cluster 0 pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:53 smithi044 bash[32620]: cluster 2023-12-07T19:40:52.257911+0000 mgr.a (mgr.24293) 23674 : cluster 0 pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:53 smithi027 bash[31536]: cluster 2023-12-07T19:40:52.257911+0000 mgr.a (mgr.24293) 23674 : cluster 0 pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:55 smithi022 bash[28554]: cluster 2023-12-07T19:40:54.258539+0000 mgr.a (mgr.24293) 23675 : cluster 0 pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:55 smithi044 bash[32620]: cluster 2023-12-07T19:40:54.258539+0000 mgr.a (mgr.24293) 23675 : cluster 0 pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:55 smithi027 bash[31536]: cluster 2023-12-07T19:40:54.258539+0000 mgr.a (mgr.24293) 23675 : cluster 0 pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:57.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:40:57.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:57.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:57.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:40:57.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:57.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:57.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:57.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:40:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:57 smithi022 bash[28554]: cluster 2023-12-07T19:40:56.259302+0000 mgr.a (mgr.24293) 23676 : cluster 0 pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:57 smithi022 bash[28554]: audit 2023-12-07T19:40:57.565179+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:57 smithi044 bash[32620]: cluster 2023-12-07T19:40:56.259302+0000 mgr.a (mgr.24293) 23676 : cluster 0 pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:57 smithi044 bash[32620]: audit 2023-12-07T19:40:57.565179+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:57 smithi027 bash[31536]: cluster 2023-12-07T19:40:56.259302+0000 mgr.a (mgr.24293) 23676 : cluster 0 pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:57 smithi027 bash[31536]: audit 2023-12-07T19:40:57.565179+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:58 smithi022 bash[28554]: audit 2023-12-07T19:40:57.445768+0000 mgr.a (mgr.24293) 23677 : audit 0 from='client.465231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:58 smithi022 bash[28554]: audit 2023-12-07T19:40:58.358475+0000 mon.a (mon.0) 3709 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:58 smithi022 bash[28554]: audit 2023-12-07T19:40:58.360724+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:58 smithi022 bash[28554]: audit 2023-12-07T19:40:58.370418+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:40:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:58 smithi044 bash[32620]: audit 2023-12-07T19:40:57.445768+0000 mgr.a (mgr.24293) 23677 : audit 0 from='client.465231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:58 smithi044 bash[32620]: audit 2023-12-07T19:40:58.358475+0000 mon.a (mon.0) 3709 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:58 smithi044 bash[32620]: audit 2023-12-07T19:40:58.360724+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:58 smithi044 bash[32620]: audit 2023-12-07T19:40:58.370418+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:40:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:58 smithi027 bash[31536]: audit 2023-12-07T19:40:57.445768+0000 mgr.a (mgr.24293) 23677 : audit 0 from='client.465231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:58 smithi027 bash[31536]: audit 2023-12-07T19:40:58.358475+0000 mon.a (mon.0) 3709 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:58 smithi027 bash[31536]: audit 2023-12-07T19:40:58.360724+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:58 smithi027 bash[31536]: audit 2023-12-07T19:40:58.370418+0000 mon.a (mon.0) 3711 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:41:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:40:59 smithi022 bash[28554]: cluster 2023-12-07T19:40:58.260126+0000 mgr.a (mgr.24293) 23678 : cluster 0 pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:40:59 smithi044 bash[32620]: cluster 2023-12-07T19:40:58.260126+0000 mgr.a (mgr.24293) 23678 : cluster 0 pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:40:59 smithi027 bash[31536]: cluster 2023-12-07T19:40:58.260126+0000 mgr.a (mgr.24293) 23678 : cluster 0 pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:01 smithi022 bash[28554]: cluster 2023-12-07T19:41:00.260738+0000 mgr.a (mgr.24293) 23679 : cluster 0 pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:01 smithi044 bash[32620]: cluster 2023-12-07T19:41:00.260738+0000 mgr.a (mgr.24293) 23679 : cluster 0 pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:01 smithi027 bash[31536]: cluster 2023-12-07T19:41:00.260738+0000 mgr.a (mgr.24293) 23679 : cluster 0 pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:02.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:02.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:02.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:03.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:03.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:03.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:03.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:03.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:03 smithi022 bash[28554]: cluster 2023-12-07T19:41:02.261615+0000 mgr.a (mgr.24293) 23680 : cluster 0 pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:03 smithi044 bash[32620]: cluster 2023-12-07T19:41:02.261615+0000 mgr.a (mgr.24293) 23680 : cluster 0 pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:03 smithi027 bash[31536]: cluster 2023-12-07T19:41:02.261615+0000 mgr.a (mgr.24293) 23680 : cluster 0 pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:04 smithi022 bash[28554]: audit 2023-12-07T19:41:03.376089+0000 mgr.a (mgr.24293) 23681 : audit 0 from='client.465306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:04 smithi044 bash[32620]: audit 2023-12-07T19:41:03.376089+0000 mgr.a (mgr.24293) 23681 : audit 0 from='client.465306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:04 smithi027 bash[31536]: audit 2023-12-07T19:41:03.376089+0000 mgr.a (mgr.24293) 23681 : audit 0 from='client.465306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:05 smithi022 bash[28554]: cluster 2023-12-07T19:41:04.262365+0000 mgr.a (mgr.24293) 23682 : cluster 0 pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:05 smithi044 bash[32620]: cluster 2023-12-07T19:41:04.262365+0000 mgr.a (mgr.24293) 23682 : cluster 0 pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:05 smithi027 bash[31536]: cluster 2023-12-07T19:41:04.262365+0000 mgr.a (mgr.24293) 23682 : cluster 0 pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:07 smithi022 bash[28554]: cluster 2023-12-07T19:41:06.263207+0000 mgr.a (mgr.24293) 23683 : cluster 0 pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:07 smithi044 bash[32620]: cluster 2023-12-07T19:41:06.263207+0000 mgr.a (mgr.24293) 23683 : cluster 0 pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:08.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:07 smithi027 bash[31536]: cluster 2023-12-07T19:41:06.263207+0000 mgr.a (mgr.24293) 23683 : cluster 0 pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:08.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:08.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:08.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:09.854 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:09.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:09.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:09.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:09.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:09 smithi022 bash[28554]: cluster 2023-12-07T19:41:08.263850+0000 mgr.a (mgr.24293) 23684 : cluster 0 pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:09 smithi044 bash[32620]: cluster 2023-12-07T19:41:08.263850+0000 mgr.a (mgr.24293) 23684 : cluster 0 pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:09 smithi027 bash[31536]: cluster 2023-12-07T19:41:08.263850+0000 mgr.a (mgr.24293) 23684 : cluster 0 pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:10 smithi027 bash[31536]: audit 2023-12-07T19:41:09.315530+0000 mgr.a (mgr.24293) 23685 : audit 0 from='client.465384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:11.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:10 smithi022 bash[28554]: audit 2023-12-07T19:41:09.315530+0000 mgr.a (mgr.24293) 23685 : audit 0 from='client.465384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:10 smithi044 bash[32620]: audit 2023-12-07T19:41:09.315530+0000 mgr.a (mgr.24293) 23685 : audit 0 from='client.465384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:11 smithi027 bash[31536]: cluster 2023-12-07T19:41:10.264605+0000 mgr.a (mgr.24293) 23686 : cluster 0 pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:11 smithi022 bash[28554]: cluster 2023-12-07T19:41:10.264605+0000 mgr.a (mgr.24293) 23686 : cluster 0 pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:11 smithi044 bash[32620]: cluster 2023-12-07T19:41:10.264605+0000 mgr.a (mgr.24293) 23686 : cluster 0 pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:13 smithi027 bash[31536]: cluster 2023-12-07T19:41:12.265614+0000 mgr.a (mgr.24293) 23687 : cluster 0 pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:14.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:13 smithi022 bash[28554]: cluster 2023-12-07T19:41:12.265614+0000 mgr.a (mgr.24293) 23687 : cluster 0 pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:13 smithi044 bash[32620]: cluster 2023-12-07T19:41:12.265614+0000 mgr.a (mgr.24293) 23687 : cluster 0 pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:14.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:14.857 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:14.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:15.800 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:15.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:15.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:15.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:15.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:15 smithi027 bash[31536]: cluster 2023-12-07T19:41:14.266236+0000 mgr.a (mgr.24293) 23688 : cluster 0 pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:15 smithi022 bash[28554]: cluster 2023-12-07T19:41:14.266236+0000 mgr.a (mgr.24293) 23688 : cluster 0 pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:15 smithi044 bash[32620]: cluster 2023-12-07T19:41:14.266236+0000 mgr.a (mgr.24293) 23688 : cluster 0 pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:16 smithi022 bash[28554]: audit 2023-12-07T19:41:15.280461+0000 mgr.a (mgr.24293) 23689 : audit 0 from='client.465459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:16 smithi044 bash[32620]: audit 2023-12-07T19:41:15.280461+0000 mgr.a (mgr.24293) 23689 : audit 0 from='client.465459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:17.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:16 smithi027 bash[31536]: audit 2023-12-07T19:41:15.280461+0000 mgr.a (mgr.24293) 23689 : audit 0 from='client.465459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:17 smithi022 bash[28554]: cluster 2023-12-07T19:41:16.267336+0000 mgr.a (mgr.24293) 23690 : cluster 0 pgmap v17715: 33 pgs: 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:41:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:17 smithi044 bash[32620]: cluster 2023-12-07T19:41:16.267336+0000 mgr.a (mgr.24293) 23690 : cluster 0 pgmap v17715: 33 pgs: 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:41:18.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:17 smithi027 bash[31536]: cluster 2023-12-07T19:41:16.267336+0000 mgr.a (mgr.24293) 23690 : cluster 0 pgmap v17715: 33 pgs: 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:41:20.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:19 smithi022 bash[28554]: cluster 2023-12-07T19:41:18.267945+0000 mgr.a (mgr.24293) 23691 : cluster 0 pgmap v17716: 33 pgs: 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:41:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:19 smithi044 bash[32620]: cluster 2023-12-07T19:41:18.267945+0000 mgr.a (mgr.24293) 23691 : cluster 0 pgmap v17716: 33 pgs: 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:41:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:19 smithi027 bash[31536]: cluster 2023-12-07T19:41:18.267945+0000 mgr.a (mgr.24293) 23691 : cluster 0 pgmap v17716: 33 pgs: 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:41:20.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:20.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:20.804 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:21.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:21.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:21.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:21.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:21.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:22.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:21 smithi022 bash[28554]: cluster 2023-12-07T19:41:20.268541+0000 mgr.a (mgr.24293) 23692 : cluster 0 pgmap v17717: 33 pgs: 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:41:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:21 smithi044 bash[32620]: cluster 2023-12-07T19:41:20.268541+0000 mgr.a (mgr.24293) 23692 : cluster 0 pgmap v17717: 33 pgs: 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:41:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:21 smithi027 bash[31536]: cluster 2023-12-07T19:41:20.268541+0000 mgr.a (mgr.24293) 23692 : cluster 0 pgmap v17717: 33 pgs: 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:41:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:22 smithi022 bash[28554]: audit 2023-12-07T19:41:21.210481+0000 mgr.a (mgr.24293) 23693 : audit 0 from='client.465534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:22 smithi044 bash[32620]: audit 2023-12-07T19:41:21.210481+0000 mgr.a (mgr.24293) 23693 : audit 0 from='client.465534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:22 smithi027 bash[31536]: audit 2023-12-07T19:41:21.210481+0000 mgr.a (mgr.24293) 23693 : audit 0 from='client.465534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:23 smithi022 bash[28554]: cluster 2023-12-07T19:41:22.269574+0000 mgr.a (mgr.24293) 23694 : cluster 0 pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:23 smithi044 bash[32620]: cluster 2023-12-07T19:41:22.269574+0000 mgr.a (mgr.24293) 23694 : cluster 0 pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:23 smithi027 bash[31536]: cluster 2023-12-07T19:41:22.269574+0000 mgr.a (mgr.24293) 23694 : cluster 0 pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:25 smithi022 bash[28554]: cluster 2023-12-07T19:41:24.270303+0000 mgr.a (mgr.24293) 23695 : cluster 0 pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:25 smithi044 bash[32620]: cluster 2023-12-07T19:41:24.270303+0000 mgr.a (mgr.24293) 23695 : cluster 0 pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:25 smithi027 bash[31536]: cluster 2023-12-07T19:41:24.270303+0000 mgr.a (mgr.24293) 23695 : cluster 0 pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:26.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:26.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:26.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:27.627 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:27.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:27.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:27.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:27.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:27 smithi022 bash[28554]: cluster 2023-12-07T19:41:26.271280+0000 mgr.a (mgr.24293) 23696 : cluster 0 pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:27 smithi044 bash[32620]: cluster 2023-12-07T19:41:26.271280+0000 mgr.a (mgr.24293) 23696 : cluster 0 pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:27 smithi027 bash[31536]: cluster 2023-12-07T19:41:26.271280+0000 mgr.a (mgr.24293) 23696 : cluster 0 pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:28 smithi022 bash[28554]: audit 2023-12-07T19:41:27.123750+0000 mgr.a (mgr.24293) 23697 : audit 0 from='client.465606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:28 smithi044 bash[32620]: audit 2023-12-07T19:41:27.123750+0000 mgr.a (mgr.24293) 23697 : audit 0 from='client.465606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:28 smithi027 bash[31536]: audit 2023-12-07T19:41:27.123750+0000 mgr.a (mgr.24293) 23697 : audit 0 from='client.465606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:30.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:29 smithi022 bash[28554]: cluster 2023-12-07T19:41:28.272019+0000 mgr.a (mgr.24293) 23698 : cluster 0 pgmap v17721: 33 pgs: 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:41:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:29 smithi044 bash[32620]: cluster 2023-12-07T19:41:28.272019+0000 mgr.a (mgr.24293) 23698 : cluster 0 pgmap v17721: 33 pgs: 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:41:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:29 smithi027 bash[31536]: cluster 2023-12-07T19:41:28.272019+0000 mgr.a (mgr.24293) 23698 : cluster 0 pgmap v17721: 33 pgs: 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:41:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:31 smithi022 bash[28554]: cluster 2023-12-07T19:41:30.272516+0000 mgr.a (mgr.24293) 23699 : cluster 0 pgmap v17722: 33 pgs: 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:41:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:31 smithi044 bash[32620]: cluster 2023-12-07T19:41:30.272516+0000 mgr.a (mgr.24293) 23699 : cluster 0 pgmap v17722: 33 pgs: 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:41:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:31 smithi027 bash[31536]: cluster 2023-12-07T19:41:30.272516+0000 mgr.a (mgr.24293) 23699 : cluster 0 pgmap v17722: 33 pgs: 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:41:32.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:32.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:32.631 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:33.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:33.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:33.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:33.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:33.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:33 smithi022 bash[28554]: cluster 2023-12-07T19:41:32.273288+0000 mgr.a (mgr.24293) 23700 : cluster 0 pgmap v17723: 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:41:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:33 smithi044 bash[32620]: cluster 2023-12-07T19:41:32.273288+0000 mgr.a (mgr.24293) 23700 : cluster 0 pgmap v17723: 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:41:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:33 smithi027 bash[31536]: cluster 2023-12-07T19:41:32.273288+0000 mgr.a (mgr.24293) 23700 : cluster 0 pgmap v17723: 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:41:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:35 smithi022 bash[28554]: audit 2023-12-07T19:41:33.032597+0000 mgr.a (mgr.24293) 23701 : audit 0 from='client.465684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:35 smithi044 bash[32620]: audit 2023-12-07T19:41:33.032597+0000 mgr.a (mgr.24293) 23701 : audit 0 from='client.465684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:35 smithi027 bash[31536]: audit 2023-12-07T19:41:33.032597+0000 mgr.a (mgr.24293) 23701 : audit 0 from='client.465684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:36 smithi022 bash[28554]: cluster 2023-12-07T19:41:34.273953+0000 mgr.a (mgr.24293) 23702 : cluster 0 pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:36 smithi044 bash[32620]: cluster 2023-12-07T19:41:34.273953+0000 mgr.a (mgr.24293) 23702 : cluster 0 pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:36 smithi027 bash[31536]: cluster 2023-12-07T19:41:34.273953+0000 mgr.a (mgr.24293) 23702 : cluster 0 pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:38 smithi022 bash[28554]: cluster 2023-12-07T19:41:36.274782+0000 mgr.a (mgr.24293) 23703 : cluster 0 pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:38 smithi044 bash[32620]: cluster 2023-12-07T19:41:36.274782+0000 mgr.a (mgr.24293) 23703 : cluster 0 pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:38 smithi027 bash[31536]: cluster 2023-12-07T19:41:36.274782+0000 mgr.a (mgr.24293) 23703 : cluster 0 pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:38.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:38.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:38.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:39.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:39.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:39.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:39.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:39.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:40 smithi022 bash[28554]: cluster 2023-12-07T19:41:38.275394+0000 mgr.a (mgr.24293) 23704 : cluster 0 pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:40 smithi022 bash[28554]: audit 2023-12-07T19:41:38.969111+0000 mgr.a (mgr.24293) 23705 : audit 0 from='client.465762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:40 smithi044 bash[32620]: cluster 2023-12-07T19:41:38.275394+0000 mgr.a (mgr.24293) 23704 : cluster 0 pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:40 smithi044 bash[32620]: audit 2023-12-07T19:41:38.969111+0000 mgr.a (mgr.24293) 23705 : audit 0 from='client.465762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:40 smithi027 bash[31536]: cluster 2023-12-07T19:41:38.275394+0000 mgr.a (mgr.24293) 23704 : cluster 0 pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:40 smithi027 bash[31536]: audit 2023-12-07T19:41:38.969111+0000 mgr.a (mgr.24293) 23705 : audit 0 from='client.465762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:42 smithi022 bash[28554]: cluster 2023-12-07T19:41:40.276070+0000 mgr.a (mgr.24293) 23706 : cluster 0 pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:42 smithi044 bash[32620]: cluster 2023-12-07T19:41:40.276070+0000 mgr.a (mgr.24293) 23706 : cluster 0 pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:42 smithi027 bash[31536]: cluster 2023-12-07T19:41:40.276070+0000 mgr.a (mgr.24293) 23706 : cluster 0 pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:44 smithi022 bash[28554]: cluster 2023-12-07T19:41:42.276898+0000 mgr.a (mgr.24293) 23707 : cluster 0 pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:44 smithi044 bash[32620]: cluster 2023-12-07T19:41:42.276898+0000 mgr.a (mgr.24293) 23707 : cluster 0 pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:44 smithi027 bash[31536]: cluster 2023-12-07T19:41:42.276898+0000 mgr.a (mgr.24293) 23707 : cluster 0 pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:44.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:44.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:44.504 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:45.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:45.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:45.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:45.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:45.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:46 smithi022 bash[28554]: cluster 2023-12-07T19:41:44.277463+0000 mgr.a (mgr.24293) 23708 : cluster 0 pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:46 smithi022 bash[28554]: audit 2023-12-07T19:41:44.921162+0000 mgr.a (mgr.24293) 23709 : audit 0 from='client.465837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:46 smithi044 bash[32620]: cluster 2023-12-07T19:41:44.277463+0000 mgr.a (mgr.24293) 23708 : cluster 0 pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:46 smithi044 bash[32620]: audit 2023-12-07T19:41:44.921162+0000 mgr.a (mgr.24293) 23709 : audit 0 from='client.465837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:46 smithi027 bash[31536]: cluster 2023-12-07T19:41:44.277463+0000 mgr.a (mgr.24293) 23708 : cluster 0 pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:46 smithi027 bash[31536]: audit 2023-12-07T19:41:44.921162+0000 mgr.a (mgr.24293) 23709 : audit 0 from='client.465837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:47 smithi022 bash[28554]: cluster 2023-12-07T19:41:46.278386+0000 mgr.a (mgr.24293) 23710 : cluster 0 pgmap v17730: 33 pgs: 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:41:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:47 smithi044 bash[32620]: cluster 2023-12-07T19:41:46.278386+0000 mgr.a (mgr.24293) 23710 : cluster 0 pgmap v17730: 33 pgs: 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:41:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:47 smithi027 bash[31536]: cluster 2023-12-07T19:41:46.278386+0000 mgr.a (mgr.24293) 23710 : cluster 0 pgmap v17730: 33 pgs: 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:41:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:49 smithi022 bash[28554]: cluster 2023-12-07T19:41:48.278954+0000 mgr.a (mgr.24293) 23711 : cluster 0 pgmap v17731: 33 pgs: 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:41:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:49 smithi044 bash[32620]: cluster 2023-12-07T19:41:48.278954+0000 mgr.a (mgr.24293) 23711 : cluster 0 pgmap v17731: 33 pgs: 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:41:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:49 smithi027 bash[31536]: cluster 2023-12-07T19:41:48.278954+0000 mgr.a (mgr.24293) 23711 : cluster 0 pgmap v17731: 33 pgs: 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:41:50.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:50.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:50.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:51.408 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:51.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:51.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:51.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:51.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:51 smithi022 bash[28554]: cluster 2023-12-07T19:41:50.279582+0000 mgr.a (mgr.24293) 23712 : cluster 0 pgmap v17732: 33 pgs: 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:41:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:51 smithi022 bash[28554]: audit 2023-12-07T19:41:50.872856+0000 mgr.a (mgr.24293) 23713 : audit 0 from='client.465912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:51 smithi044 bash[32620]: cluster 2023-12-07T19:41:50.279582+0000 mgr.a (mgr.24293) 23712 : cluster 0 pgmap v17732: 33 pgs: 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:41:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:51 smithi044 bash[32620]: audit 2023-12-07T19:41:50.872856+0000 mgr.a (mgr.24293) 23713 : audit 0 from='client.465912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:51 smithi027 bash[31536]: cluster 2023-12-07T19:41:50.279582+0000 mgr.a (mgr.24293) 23712 : cluster 0 pgmap v17732: 33 pgs: 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:41:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:51 smithi027 bash[31536]: audit 2023-12-07T19:41:50.872856+0000 mgr.a (mgr.24293) 23713 : audit 0 from='client.465912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:53 smithi022 bash[28554]: cluster 2023-12-07T19:41:52.280516+0000 mgr.a (mgr.24293) 23714 : cluster 0 pgmap v17733: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:53 smithi044 bash[32620]: cluster 2023-12-07T19:41:52.280516+0000 mgr.a (mgr.24293) 23714 : cluster 0 pgmap v17733: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:53 smithi027 bash[31536]: cluster 2023-12-07T19:41:52.280516+0000 mgr.a (mgr.24293) 23714 : cluster 0 pgmap v17733: 33 pgs: 33 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:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:55 smithi022 bash[28554]: cluster 2023-12-07T19:41:54.281089+0000 mgr.a (mgr.24293) 23715 : cluster 0 pgmap v17734: 33 pgs: 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:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:55 smithi044 bash[32620]: cluster 2023-12-07T19:41:54.281089+0000 mgr.a (mgr.24293) 23715 : cluster 0 pgmap v17734: 33 pgs: 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:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:55 smithi027 bash[31536]: cluster 2023-12-07T19:41:54.281089+0000 mgr.a (mgr.24293) 23715 : cluster 0 pgmap v17734: 33 pgs: 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:56.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:41:56.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:56.412 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:57.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:41:57.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:57.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:57.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:57.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:41:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:57 smithi022 bash[28554]: cluster 2023-12-07T19:41:56.281964+0000 mgr.a (mgr.24293) 23716 : cluster 0 pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:57 smithi022 bash[28554]: audit 2023-12-07T19:41:56.815963+0000 mgr.a (mgr.24293) 23717 : audit 0 from='client.465987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:57 smithi044 bash[32620]: cluster 2023-12-07T19:41:56.281964+0000 mgr.a (mgr.24293) 23716 : cluster 0 pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:57 smithi044 bash[32620]: audit 2023-12-07T19:41:56.815963+0000 mgr.a (mgr.24293) 23717 : audit 0 from='client.465987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:57 smithi027 bash[31536]: cluster 2023-12-07T19:41:56.281964+0000 mgr.a (mgr.24293) 23716 : cluster 0 pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:57 smithi027 bash[31536]: audit 2023-12-07T19:41:56.815963+0000 mgr.a (mgr.24293) 23717 : audit 0 from='client.465987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:59 smithi022 bash[28554]: cluster 2023-12-07T19:41:58.282788+0000 mgr.a (mgr.24293) 23718 : cluster 0 pgmap v17736: 33 pgs: 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:41:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:59 smithi022 bash[28554]: audit 2023-12-07T19:41:58.473884+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:59 smithi022 bash[28554]: audit 2023-12-07T19:41:59.256747+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:59 smithi022 bash[28554]: audit 2023-12-07T19:41:59.258760+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:41:59 smithi022 bash[28554]: audit 2023-12-07T19:41:59.268014+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:41:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:59 smithi044 bash[32620]: cluster 2023-12-07T19:41:58.282788+0000 mgr.a (mgr.24293) 23718 : cluster 0 pgmap v17736: 33 pgs: 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:41:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:59 smithi044 bash[32620]: audit 2023-12-07T19:41:58.473884+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:59 smithi044 bash[32620]: audit 2023-12-07T19:41:59.256747+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:59 smithi044 bash[32620]: audit 2023-12-07T19:41:59.258760+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:59.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:41:59 smithi044 bash[32620]: audit 2023-12-07T19:41:59.268014+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:41:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:59 smithi027 bash[31536]: cluster 2023-12-07T19:41:58.282788+0000 mgr.a (mgr.24293) 23718 : cluster 0 pgmap v17736: 33 pgs: 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:41:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:59 smithi027 bash[31536]: audit 2023-12-07T19:41:58.473884+0000 mon.a (mon.0) 3712 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:59 smithi027 bash[31536]: audit 2023-12-07T19:41:59.256747+0000 mon.a (mon.0) 3713 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:59 smithi027 bash[31536]: audit 2023-12-07T19:41:59.258760+0000 mon.a (mon.0) 3714 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:41:59 smithi027 bash[31536]: audit 2023-12-07T19:41:59.268014+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:42:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:01 smithi022 bash[28554]: cluster 2023-12-07T19:42:00.283385+0000 mgr.a (mgr.24293) 23719 : cluster 0 pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:42:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:01 smithi044 bash[32620]: cluster 2023-12-07T19:42:00.283385+0000 mgr.a (mgr.24293) 23719 : cluster 0 pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:42:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:01 smithi027 bash[31536]: cluster 2023-12-07T19:42:00.283385+0000 mgr.a (mgr.24293) 23719 : cluster 0 pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:42:02.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:02.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:02.353 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:03.294 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:03.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:03.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:03.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:03.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:03.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:03 smithi022 bash[28554]: cluster 2023-12-07T19:42:02.284170+0000 mgr.a (mgr.24293) 23720 : cluster 0 pgmap v17738: 33 pgs: 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:42:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:03 smithi022 bash[28554]: audit 2023-12-07T19:42:02.761400+0000 mgr.a (mgr.24293) 23721 : audit 0 from='client.466062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:03 smithi044 bash[32620]: cluster 2023-12-07T19:42:02.284170+0000 mgr.a (mgr.24293) 23720 : cluster 0 pgmap v17738: 33 pgs: 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:42:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:03 smithi044 bash[32620]: audit 2023-12-07T19:42:02.761400+0000 mgr.a (mgr.24293) 23721 : audit 0 from='client.466062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:03 smithi027 bash[31536]: cluster 2023-12-07T19:42:02.284170+0000 mgr.a (mgr.24293) 23720 : cluster 0 pgmap v17738: 33 pgs: 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:42:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:03 smithi027 bash[31536]: audit 2023-12-07T19:42:02.761400+0000 mgr.a (mgr.24293) 23721 : audit 0 from='client.466062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:05 smithi027 bash[31536]: cluster 2023-12-07T19:42:04.284826+0000 mgr.a (mgr.24293) 23722 : cluster 0 pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:05 smithi022 bash[28554]: cluster 2023-12-07T19:42:04.284826+0000 mgr.a (mgr.24293) 23722 : cluster 0 pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:05 smithi044 bash[32620]: cluster 2023-12-07T19:42:04.284826+0000 mgr.a (mgr.24293) 23722 : cluster 0 pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:07 smithi027 bash[31536]: cluster 2023-12-07T19:42:06.285673+0000 mgr.a (mgr.24293) 23723 : cluster 0 pgmap v17740: 33 pgs: 33 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:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:07 smithi022 bash[28554]: cluster 2023-12-07T19:42:06.285673+0000 mgr.a (mgr.24293) 23723 : cluster 0 pgmap v17740: 33 pgs: 33 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:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:07 smithi044 bash[32620]: cluster 2023-12-07T19:42:06.285673+0000 mgr.a (mgr.24293) 23723 : cluster 0 pgmap v17740: 33 pgs: 33 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:08.297 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:08.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:08.298 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:09.252 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:09.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:09.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:09.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:09.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:09 smithi027 bash[31536]: cluster 2023-12-07T19:42:08.286232+0000 mgr.a (mgr.24293) 23724 : cluster 0 pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:09 smithi027 bash[31536]: audit 2023-12-07T19:42:08.710355+0000 mgr.a (mgr.24293) 23725 : audit 0 from='client.466137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:09 smithi022 bash[28554]: cluster 2023-12-07T19:42:08.286232+0000 mgr.a (mgr.24293) 23724 : cluster 0 pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:09 smithi022 bash[28554]: audit 2023-12-07T19:42:08.710355+0000 mgr.a (mgr.24293) 23725 : audit 0 from='client.466137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:09 smithi044 bash[32620]: cluster 2023-12-07T19:42:08.286232+0000 mgr.a (mgr.24293) 23724 : cluster 0 pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:09 smithi044 bash[32620]: audit 2023-12-07T19:42:08.710355+0000 mgr.a (mgr.24293) 23725 : audit 0 from='client.466137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:11 smithi027 bash[31536]: cluster 2023-12-07T19:42:10.286909+0000 mgr.a (mgr.24293) 23726 : cluster 0 pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:11 smithi022 bash[28554]: cluster 2023-12-07T19:42:10.286909+0000 mgr.a (mgr.24293) 23726 : cluster 0 pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:11 smithi044 bash[32620]: cluster 2023-12-07T19:42:10.286909+0000 mgr.a (mgr.24293) 23726 : cluster 0 pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:13 smithi022 bash[28554]: cluster 2023-12-07T19:42:12.287750+0000 mgr.a (mgr.24293) 23727 : cluster 0 pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:13 smithi044 bash[32620]: cluster 2023-12-07T19:42:12.287750+0000 mgr.a (mgr.24293) 23727 : cluster 0 pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:13 smithi027 bash[31536]: cluster 2023-12-07T19:42:12.287750+0000 mgr.a (mgr.24293) 23727 : cluster 0 pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:14.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:14.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:14.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:15.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:15 smithi022 bash[28554]: cluster 2023-12-07T19:42:14.288334+0000 mgr.a (mgr.24293) 23728 : cluster 0 pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:15 smithi022 bash[28554]: audit 2023-12-07T19:42:14.673179+0000 mgr.a (mgr.24293) 23729 : audit 0 from='client.466212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:15 smithi044 bash[32620]: cluster 2023-12-07T19:42:14.288334+0000 mgr.a (mgr.24293) 23728 : cluster 0 pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:15 smithi044 bash[32620]: audit 2023-12-07T19:42:14.673179+0000 mgr.a (mgr.24293) 23729 : audit 0 from='client.466212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:15 smithi027 bash[31536]: cluster 2023-12-07T19:42:14.288334+0000 mgr.a (mgr.24293) 23728 : cluster 0 pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:15 smithi027 bash[31536]: audit 2023-12-07T19:42:14.673179+0000 mgr.a (mgr.24293) 23729 : audit 0 from='client.466212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:17 smithi022 bash[28554]: cluster 2023-12-07T19:42:16.289347+0000 mgr.a (mgr.24293) 23730 : cluster 0 pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:17 smithi044 bash[32620]: cluster 2023-12-07T19:42:16.289347+0000 mgr.a (mgr.24293) 23730 : cluster 0 pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:17 smithi027 bash[31536]: cluster 2023-12-07T19:42:16.289347+0000 mgr.a (mgr.24293) 23730 : cluster 0 pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:19 smithi022 bash[28554]: cluster 2023-12-07T19:42:18.289961+0000 mgr.a (mgr.24293) 23731 : cluster 0 pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:19 smithi044 bash[32620]: cluster 2023-12-07T19:42:18.289961+0000 mgr.a (mgr.24293) 23731 : cluster 0 pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:19 smithi027 bash[31536]: cluster 2023-12-07T19:42:18.289961+0000 mgr.a (mgr.24293) 23731 : cluster 0 pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:20.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:20.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:20.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:21.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:21.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:21.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:21.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:21.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:21.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:21 smithi022 bash[28554]: cluster 2023-12-07T19:42:20.290533+0000 mgr.a (mgr.24293) 23732 : cluster 0 pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:21 smithi022 bash[28554]: audit 2023-12-07T19:42:20.636034+0000 mgr.a (mgr.24293) 23733 : audit 0 from='client.466290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:21 smithi044 bash[32620]: cluster 2023-12-07T19:42:20.290533+0000 mgr.a (mgr.24293) 23732 : cluster 0 pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:21 smithi044 bash[32620]: audit 2023-12-07T19:42:20.636034+0000 mgr.a (mgr.24293) 23733 : audit 0 from='client.466290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:21 smithi027 bash[31536]: cluster 2023-12-07T19:42:20.290533+0000 mgr.a (mgr.24293) 23732 : cluster 0 pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:21 smithi027 bash[31536]: audit 2023-12-07T19:42:20.636034+0000 mgr.a (mgr.24293) 23733 : audit 0 from='client.466290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:23 smithi022 bash[28554]: cluster 2023-12-07T19:42:22.291581+0000 mgr.a (mgr.24293) 23734 : cluster 0 pgmap v17748: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:23 smithi044 bash[32620]: cluster 2023-12-07T19:42:22.291581+0000 mgr.a (mgr.24293) 23734 : cluster 0 pgmap v17748: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:23 smithi027 bash[31536]: cluster 2023-12-07T19:42:22.291581+0000 mgr.a (mgr.24293) 23734 : cluster 0 pgmap v17748: 33 pgs: 33 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:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:25 smithi022 bash[28554]: cluster 2023-12-07T19:42:24.292147+0000 mgr.a (mgr.24293) 23735 : cluster 0 pgmap v17749: 33 pgs: 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:25.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:25 smithi044 bash[32620]: cluster 2023-12-07T19:42:24.292147+0000 mgr.a (mgr.24293) 23735 : cluster 0 pgmap v17749: 33 pgs: 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:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:25 smithi027 bash[31536]: cluster 2023-12-07T19:42:24.292147+0000 mgr.a (mgr.24293) 23735 : cluster 0 pgmap v17749: 33 pgs: 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:26.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:27.121 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:27.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:27.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:27.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:27.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:27 smithi022 bash[28554]: cluster 2023-12-07T19:42:26.292951+0000 mgr.a (mgr.24293) 23736 : cluster 0 pgmap v17750: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:27 smithi022 bash[28554]: audit 2023-12-07T19:42:26.582446+0000 mgr.a (mgr.24293) 23737 : audit 0 from='client.466365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:27 smithi044 bash[32620]: cluster 2023-12-07T19:42:26.292951+0000 mgr.a (mgr.24293) 23736 : cluster 0 pgmap v17750: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:27 smithi044 bash[32620]: audit 2023-12-07T19:42:26.582446+0000 mgr.a (mgr.24293) 23737 : audit 0 from='client.466365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:27 smithi027 bash[31536]: cluster 2023-12-07T19:42:26.292951+0000 mgr.a (mgr.24293) 23736 : cluster 0 pgmap v17750: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:27 smithi027 bash[31536]: audit 2023-12-07T19:42:26.582446+0000 mgr.a (mgr.24293) 23737 : audit 0 from='client.466365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:29 smithi022 bash[28554]: cluster 2023-12-07T19:42:28.293720+0000 mgr.a (mgr.24293) 23738 : cluster 0 pgmap v17751: 33 pgs: 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:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:29 smithi044 bash[32620]: cluster 2023-12-07T19:42:28.293720+0000 mgr.a (mgr.24293) 23738 : cluster 0 pgmap v17751: 33 pgs: 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:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:29 smithi027 bash[31536]: cluster 2023-12-07T19:42:28.293720+0000 mgr.a (mgr.24293) 23738 : cluster 0 pgmap v17751: 33 pgs: 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:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:31 smithi022 bash[28554]: cluster 2023-12-07T19:42:30.294291+0000 mgr.a (mgr.24293) 23739 : cluster 0 pgmap v17752: 33 pgs: 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:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:31 smithi044 bash[32620]: cluster 2023-12-07T19:42:30.294291+0000 mgr.a (mgr.24293) 23739 : cluster 0 pgmap v17752: 33 pgs: 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:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:31 smithi027 bash[31536]: cluster 2023-12-07T19:42:30.294291+0000 mgr.a (mgr.24293) 23739 : cluster 0 pgmap v17752: 33 pgs: 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:32.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:32.125 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:32.125 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:33.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:33.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:33.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:33.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:33.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:33.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:33 smithi022 bash[28554]: cluster 2023-12-07T19:42:32.295085+0000 mgr.a (mgr.24293) 23740 : cluster 0 pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:33 smithi022 bash[28554]: audit 2023-12-07T19:42:32.536599+0000 mgr.a (mgr.24293) 23741 : audit 0 from='client.466437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:33 smithi044 bash[32620]: cluster 2023-12-07T19:42:32.295085+0000 mgr.a (mgr.24293) 23740 : cluster 0 pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:33 smithi044 bash[32620]: audit 2023-12-07T19:42:32.536599+0000 mgr.a (mgr.24293) 23741 : audit 0 from='client.466437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:33 smithi027 bash[31536]: cluster 2023-12-07T19:42:32.295085+0000 mgr.a (mgr.24293) 23740 : cluster 0 pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:33 smithi027 bash[31536]: audit 2023-12-07T19:42:32.536599+0000 mgr.a (mgr.24293) 23741 : audit 0 from='client.466437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:35 smithi022 bash[28554]: cluster 2023-12-07T19:42:34.295781+0000 mgr.a (mgr.24293) 23742 : cluster 0 pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:35 smithi044 bash[32620]: cluster 2023-12-07T19:42:34.295781+0000 mgr.a (mgr.24293) 23742 : cluster 0 pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:35 smithi027 bash[31536]: cluster 2023-12-07T19:42:34.295781+0000 mgr.a (mgr.24293) 23742 : cluster 0 pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:37 smithi022 bash[28554]: cluster 2023-12-07T19:42:36.296537+0000 mgr.a (mgr.24293) 23743 : cluster 0 pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:37 smithi044 bash[32620]: cluster 2023-12-07T19:42:36.296537+0000 mgr.a (mgr.24293) 23743 : cluster 0 pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:37 smithi027 bash[31536]: cluster 2023-12-07T19:42:36.296537+0000 mgr.a (mgr.24293) 23743 : cluster 0 pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:38.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:38.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:38.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:39.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:39.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:39 smithi022 bash[28554]: cluster 2023-12-07T19:42:38.297099+0000 mgr.a (mgr.24293) 23744 : cluster 0 pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:39 smithi022 bash[28554]: audit 2023-12-07T19:42:38.492636+0000 mgr.a (mgr.24293) 23745 : audit 0 from='client.466515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:39 smithi044 bash[32620]: cluster 2023-12-07T19:42:38.297099+0000 mgr.a (mgr.24293) 23744 : cluster 0 pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:39 smithi044 bash[32620]: audit 2023-12-07T19:42:38.492636+0000 mgr.a (mgr.24293) 23745 : audit 0 from='client.466515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:39 smithi027 bash[31536]: cluster 2023-12-07T19:42:38.297099+0000 mgr.a (mgr.24293) 23744 : cluster 0 pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:39 smithi027 bash[31536]: audit 2023-12-07T19:42:38.492636+0000 mgr.a (mgr.24293) 23745 : audit 0 from='client.466515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:41 smithi022 bash[28554]: cluster 2023-12-07T19:42:40.297769+0000 mgr.a (mgr.24293) 23746 : cluster 0 pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:41 smithi044 bash[32620]: cluster 2023-12-07T19:42:40.297769+0000 mgr.a (mgr.24293) 23746 : cluster 0 pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:41 smithi027 bash[31536]: cluster 2023-12-07T19:42:40.297769+0000 mgr.a (mgr.24293) 23746 : cluster 0 pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:43 smithi022 bash[28554]: cluster 2023-12-07T19:42:42.298566+0000 mgr.a (mgr.24293) 23747 : cluster 0 pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:43 smithi044 bash[32620]: cluster 2023-12-07T19:42:42.298566+0000 mgr.a (mgr.24293) 23747 : cluster 0 pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:43 smithi027 bash[31536]: cluster 2023-12-07T19:42:42.298566+0000 mgr.a (mgr.24293) 23747 : cluster 0 pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:44.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:44.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:44.031 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:44.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:44.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:44.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:44.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:44.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:45 smithi022 bash[28554]: cluster 2023-12-07T19:42:44.299075+0000 mgr.a (mgr.24293) 23748 : cluster 0 pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:45 smithi022 bash[28554]: audit 2023-12-07T19:42:44.440919+0000 mgr.a (mgr.24293) 23749 : audit 0 from='client.466593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:45 smithi044 bash[32620]: cluster 2023-12-07T19:42:44.299075+0000 mgr.a (mgr.24293) 23748 : cluster 0 pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:45 smithi044 bash[32620]: audit 2023-12-07T19:42:44.440919+0000 mgr.a (mgr.24293) 23749 : audit 0 from='client.466593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:45 smithi027 bash[31536]: cluster 2023-12-07T19:42:44.299075+0000 mgr.a (mgr.24293) 23748 : cluster 0 pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:45 smithi027 bash[31536]: audit 2023-12-07T19:42:44.440919+0000 mgr.a (mgr.24293) 23749 : audit 0 from='client.466593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:47 smithi022 bash[28554]: cluster 2023-12-07T19:42:46.300166+0000 mgr.a (mgr.24293) 23750 : cluster 0 pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:47 smithi044 bash[32620]: cluster 2023-12-07T19:42:46.300166+0000 mgr.a (mgr.24293) 23750 : cluster 0 pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:47 smithi027 bash[31536]: cluster 2023-12-07T19:42:46.300166+0000 mgr.a (mgr.24293) 23750 : cluster 0 pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:49 smithi022 bash[28554]: cluster 2023-12-07T19:42:48.300936+0000 mgr.a (mgr.24293) 23751 : cluster 0 pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:49 smithi044 bash[32620]: cluster 2023-12-07T19:42:48.300936+0000 mgr.a (mgr.24293) 23751 : cluster 0 pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:49 smithi027 bash[31536]: cluster 2023-12-07T19:42:48.300936+0000 mgr.a (mgr.24293) 23751 : cluster 0 pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:49.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:49.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:49.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:50.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:50.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:51 smithi022 bash[28554]: cluster 2023-12-07T19:42:50.301365+0000 mgr.a (mgr.24293) 23752 : cluster 0 pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:51 smithi022 bash[28554]: audit 2023-12-07T19:42:50.379188+0000 mgr.a (mgr.24293) 23753 : audit 0 from='client.466671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:51 smithi044 bash[32620]: cluster 2023-12-07T19:42:50.301365+0000 mgr.a (mgr.24293) 23752 : cluster 0 pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:51 smithi044 bash[32620]: audit 2023-12-07T19:42:50.379188+0000 mgr.a (mgr.24293) 23753 : audit 0 from='client.466671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:51 smithi027 bash[31536]: cluster 2023-12-07T19:42:50.301365+0000 mgr.a (mgr.24293) 23752 : cluster 0 pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:51 smithi027 bash[31536]: audit 2023-12-07T19:42:50.379188+0000 mgr.a (mgr.24293) 23753 : audit 0 from='client.466671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:53 smithi022 bash[28554]: cluster 2023-12-07T19:42:52.302438+0000 mgr.a (mgr.24293) 23754 : cluster 0 pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:53 smithi044 bash[32620]: cluster 2023-12-07T19:42:52.302438+0000 mgr.a (mgr.24293) 23754 : cluster 0 pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:53 smithi027 bash[31536]: cluster 2023-12-07T19:42:52.302438+0000 mgr.a (mgr.24293) 23754 : cluster 0 pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:55.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:42:55.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:55.895 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:55.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:55 smithi022 bash[28554]: cluster 2023-12-07T19:42:54.303023+0000 mgr.a (mgr.24293) 23755 : cluster 0 pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:55 smithi044 bash[32620]: cluster 2023-12-07T19:42:54.303023+0000 mgr.a (mgr.24293) 23755 : cluster 0 pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:55 smithi027 bash[31536]: cluster 2023-12-07T19:42:54.303023+0000 mgr.a (mgr.24293) 23755 : cluster 0 pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:56.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:42:56.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:56.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:56.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:56.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:42:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:57 smithi022 bash[28554]: cluster 2023-12-07T19:42:56.303959+0000 mgr.a (mgr.24293) 23756 : cluster 0 pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:57 smithi022 bash[28554]: audit 2023-12-07T19:42:56.313504+0000 mgr.a (mgr.24293) 23757 : audit 0 from='client.466746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:57 smithi044 bash[32620]: cluster 2023-12-07T19:42:56.303959+0000 mgr.a (mgr.24293) 23756 : cluster 0 pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:57 smithi044 bash[32620]: audit 2023-12-07T19:42:56.313504+0000 mgr.a (mgr.24293) 23757 : audit 0 from='client.466746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:57 smithi027 bash[31536]: cluster 2023-12-07T19:42:56.303959+0000 mgr.a (mgr.24293) 23756 : cluster 0 pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:57 smithi027 bash[31536]: audit 2023-12-07T19:42:56.313504+0000 mgr.a (mgr.24293) 23757 : audit 0 from='client.466746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:59 smithi022 bash[28554]: cluster 2023-12-07T19:42:58.304704+0000 mgr.a (mgr.24293) 23758 : cluster 0 pgmap v17766: 33 pgs: 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:59.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:42:59 smithi022 bash[28554]: audit 2023-12-07T19:42:59.370861+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:59 smithi044 bash[32620]: cluster 2023-12-07T19:42:58.304704+0000 mgr.a (mgr.24293) 23758 : cluster 0 pgmap v17766: 33 pgs: 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:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:42:59 smithi044 bash[32620]: audit 2023-12-07T19:42:59.370861+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:59 smithi027 bash[31536]: cluster 2023-12-07T19:42:58.304704+0000 mgr.a (mgr.24293) 23758 : cluster 0 pgmap v17766: 33 pgs: 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:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:42:59 smithi027 bash[31536]: audit 2023-12-07T19:42:59.370861+0000 mon.a (mon.0) 3716 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:43:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:00 smithi022 bash[28554]: audit 2023-12-07T19:43:00.163273+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:43:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:00 smithi022 bash[28554]: audit 2023-12-07T19:43:00.164927+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:43:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:00 smithi022 bash[28554]: audit 2023-12-07T19:43:00.174682+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:43:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:00 smithi044 bash[32620]: audit 2023-12-07T19:43:00.163273+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:43:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:00 smithi044 bash[32620]: audit 2023-12-07T19:43:00.164927+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:43:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:00 smithi044 bash[32620]: audit 2023-12-07T19:43:00.174682+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:43:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:00 smithi027 bash[31536]: audit 2023-12-07T19:43:00.163273+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:43:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:00 smithi027 bash[31536]: audit 2023-12-07T19:43:00.164927+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:43:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:00 smithi027 bash[31536]: audit 2023-12-07T19:43:00.174682+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:43:01.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:01.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:01.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:01.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:01 smithi022 bash[28554]: cluster 2023-12-07T19:43:00.305304+0000 mgr.a (mgr.24293) 23759 : cluster 0 pgmap v17767: 33 pgs: 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:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:01 smithi044 bash[32620]: cluster 2023-12-07T19:43:00.305304+0000 mgr.a (mgr.24293) 23759 : cluster 0 pgmap v17767: 33 pgs: 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:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:01 smithi027 bash[31536]: cluster 2023-12-07T19:43:00.305304+0000 mgr.a (mgr.24293) 23759 : cluster 0 pgmap v17767: 33 pgs: 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:02.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:02.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:02.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:02.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:02.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:03 smithi022 bash[28554]: audit 2023-12-07T19:43:02.264889+0000 mgr.a (mgr.24293) 23760 : audit 0 from='client.466818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:03 smithi022 bash[28554]: cluster 2023-12-07T19:43:02.306503+0000 mgr.a (mgr.24293) 23761 : cluster 0 pgmap v17768: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:03 smithi044 bash[32620]: audit 2023-12-07T19:43:02.264889+0000 mgr.a (mgr.24293) 23760 : audit 0 from='client.466818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:03 smithi044 bash[32620]: cluster 2023-12-07T19:43:02.306503+0000 mgr.a (mgr.24293) 23761 : cluster 0 pgmap v17768: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:03 smithi027 bash[31536]: audit 2023-12-07T19:43:02.264889+0000 mgr.a (mgr.24293) 23760 : audit 0 from='client.466818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:03 smithi027 bash[31536]: cluster 2023-12-07T19:43:02.306503+0000 mgr.a (mgr.24293) 23761 : cluster 0 pgmap v17768: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:05 smithi022 bash[28554]: cluster 2023-12-07T19:43:04.307301+0000 mgr.a (mgr.24293) 23762 : cluster 0 pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:05 smithi044 bash[32620]: cluster 2023-12-07T19:43:04.307301+0000 mgr.a (mgr.24293) 23762 : cluster 0 pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:05 smithi027 bash[31536]: cluster 2023-12-07T19:43:04.307301+0000 mgr.a (mgr.24293) 23762 : cluster 0 pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:07.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:07.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:07.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:07 smithi022 bash[28554]: cluster 2023-12-07T19:43:06.308206+0000 mgr.a (mgr.24293) 23763 : cluster 0 pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:07 smithi044 bash[32620]: cluster 2023-12-07T19:43:06.308206+0000 mgr.a (mgr.24293) 23763 : cluster 0 pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:07 smithi027 bash[31536]: cluster 2023-12-07T19:43:06.308206+0000 mgr.a (mgr.24293) 23763 : cluster 0 pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:08.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:08.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:08.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:08.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:08.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:09 smithi022 bash[28554]: audit 2023-12-07T19:43:08.211371+0000 mgr.a (mgr.24293) 23764 : audit 0 from='client.466893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:09 smithi022 bash[28554]: cluster 2023-12-07T19:43:08.308696+0000 mgr.a (mgr.24293) 23765 : cluster 0 pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:09 smithi044 bash[32620]: audit 2023-12-07T19:43:08.211371+0000 mgr.a (mgr.24293) 23764 : audit 0 from='client.466893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:09 smithi044 bash[32620]: cluster 2023-12-07T19:43:08.308696+0000 mgr.a (mgr.24293) 23765 : cluster 0 pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:09 smithi027 bash[31536]: audit 2023-12-07T19:43:08.211371+0000 mgr.a (mgr.24293) 23764 : audit 0 from='client.466893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:09 smithi027 bash[31536]: cluster 2023-12-07T19:43:08.308696+0000 mgr.a (mgr.24293) 23765 : cluster 0 pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:11 smithi022 bash[28554]: cluster 2023-12-07T19:43:10.309437+0000 mgr.a (mgr.24293) 23766 : cluster 0 pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:11 smithi044 bash[32620]: cluster 2023-12-07T19:43:10.309437+0000 mgr.a (mgr.24293) 23766 : cluster 0 pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:11 smithi027 bash[31536]: cluster 2023-12-07T19:43:10.309437+0000 mgr.a (mgr.24293) 23766 : cluster 0 pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:13.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:13.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:13.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:13.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:13 smithi022 bash[28554]: cluster 2023-12-07T19:43:12.310268+0000 mgr.a (mgr.24293) 23767 : cluster 0 pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:13 smithi044 bash[32620]: cluster 2023-12-07T19:43:12.310268+0000 mgr.a (mgr.24293) 23767 : cluster 0 pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:13 smithi027 bash[31536]: cluster 2023-12-07T19:43:12.310268+0000 mgr.a (mgr.24293) 23767 : cluster 0 pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:14.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:14.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:14.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:14.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:14.675 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:15 smithi022 bash[28554]: audit 2023-12-07T19:43:14.151719+0000 mgr.a (mgr.24293) 23768 : audit 0 from='client.466968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:15 smithi022 bash[28554]: cluster 2023-12-07T19:43:14.311106+0000 mgr.a (mgr.24293) 23769 : cluster 0 pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:15 smithi044 bash[32620]: audit 2023-12-07T19:43:14.151719+0000 mgr.a (mgr.24293) 23768 : audit 0 from='client.466968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:15 smithi044 bash[32620]: cluster 2023-12-07T19:43:14.311106+0000 mgr.a (mgr.24293) 23769 : cluster 0 pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:15 smithi027 bash[31536]: audit 2023-12-07T19:43:14.151719+0000 mgr.a (mgr.24293) 23768 : audit 0 from='client.466968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:15 smithi027 bash[31536]: cluster 2023-12-07T19:43:14.311106+0000 mgr.a (mgr.24293) 23769 : cluster 0 pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:17 smithi022 bash[28554]: cluster 2023-12-07T19:43:16.312089+0000 mgr.a (mgr.24293) 23770 : cluster 0 pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:17 smithi044 bash[32620]: cluster 2023-12-07T19:43:16.312089+0000 mgr.a (mgr.24293) 23770 : cluster 0 pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:17 smithi027 bash[31536]: cluster 2023-12-07T19:43:16.312089+0000 mgr.a (mgr.24293) 23770 : cluster 0 pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:19.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:19.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:19.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:19.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:19 smithi022 bash[28554]: cluster 2023-12-07T19:43:18.312654+0000 mgr.a (mgr.24293) 23771 : cluster 0 pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:19 smithi044 bash[32620]: cluster 2023-12-07T19:43:18.312654+0000 mgr.a (mgr.24293) 23771 : cluster 0 pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:19 smithi027 bash[31536]: cluster 2023-12-07T19:43:18.312654+0000 mgr.a (mgr.24293) 23771 : cluster 0 pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:20.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:20.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:20.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:20.615 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:20.615 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:21 smithi022 bash[28554]: audit 2023-12-07T19:43:20.091475+0000 mgr.a (mgr.24293) 23772 : audit 0 from='client.467046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:21 smithi022 bash[28554]: cluster 2023-12-07T19:43:20.313237+0000 mgr.a (mgr.24293) 23773 : cluster 0 pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:21 smithi044 bash[32620]: audit 2023-12-07T19:43:20.091475+0000 mgr.a (mgr.24293) 23772 : audit 0 from='client.467046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:21 smithi044 bash[32620]: cluster 2023-12-07T19:43:20.313237+0000 mgr.a (mgr.24293) 23773 : cluster 0 pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:21 smithi027 bash[31536]: audit 2023-12-07T19:43:20.091475+0000 mgr.a (mgr.24293) 23772 : audit 0 from='client.467046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:21 smithi027 bash[31536]: cluster 2023-12-07T19:43:20.313237+0000 mgr.a (mgr.24293) 23773 : cluster 0 pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:23 smithi022 bash[28554]: cluster 2023-12-07T19:43:22.314187+0000 mgr.a (mgr.24293) 23774 : cluster 0 pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:23 smithi044 bash[32620]: cluster 2023-12-07T19:43:22.314187+0000 mgr.a (mgr.24293) 23774 : cluster 0 pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:23 smithi027 bash[31536]: cluster 2023-12-07T19:43:22.314187+0000 mgr.a (mgr.24293) 23774 : cluster 0 pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:25.617 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:25.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:25.618 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:25.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:25 smithi022 bash[28554]: cluster 2023-12-07T19:43:24.314781+0000 mgr.a (mgr.24293) 23775 : cluster 0 pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:43:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:25 smithi044 bash[32620]: cluster 2023-12-07T19:43:24.314781+0000 mgr.a (mgr.24293) 23775 : cluster 0 pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:43:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:25 smithi027 bash[31536]: cluster 2023-12-07T19:43:24.314781+0000 mgr.a (mgr.24293) 23775 : cluster 0 pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:43:26.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:26.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:26.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:26.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:26.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:26 smithi022 bash[28554]: audit 2023-12-07T19:43:26.026260+0000 mgr.a (mgr.24293) 23776 : audit 0 from='client.467121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:26 smithi044 bash[32620]: audit 2023-12-07T19:43:26.026260+0000 mgr.a (mgr.24293) 23776 : audit 0 from='client.467121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:26 smithi027 bash[31536]: audit 2023-12-07T19:43:26.026260+0000 mgr.a (mgr.24293) 23776 : audit 0 from='client.467121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:27 smithi022 bash[28554]: cluster 2023-12-07T19:43:26.316008+0000 mgr.a (mgr.24293) 23777 : cluster 0 pgmap v17780: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:27 smithi044 bash[32620]: cluster 2023-12-07T19:43:26.316008+0000 mgr.a (mgr.24293) 23777 : cluster 0 pgmap v17780: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:27 smithi027 bash[31536]: cluster 2023-12-07T19:43:26.316008+0000 mgr.a (mgr.24293) 23777 : cluster 0 pgmap v17780: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:29 smithi022 bash[28554]: cluster 2023-12-07T19:43:28.316664+0000 mgr.a (mgr.24293) 23778 : cluster 0 pgmap v17781: 33 pgs: 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:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:29 smithi044 bash[32620]: cluster 2023-12-07T19:43:28.316664+0000 mgr.a (mgr.24293) 23778 : cluster 0 pgmap v17781: 33 pgs: 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:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:29 smithi027 bash[31536]: cluster 2023-12-07T19:43:28.316664+0000 mgr.a (mgr.24293) 23778 : cluster 0 pgmap v17781: 33 pgs: 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:31.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:31.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:31.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:31.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:31 smithi022 bash[28554]: cluster 2023-12-07T19:43:30.317248+0000 mgr.a (mgr.24293) 23779 : cluster 0 pgmap v17782: 33 pgs: 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:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:31 smithi044 bash[32620]: cluster 2023-12-07T19:43:30.317248+0000 mgr.a (mgr.24293) 23779 : cluster 0 pgmap v17782: 33 pgs: 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:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:31 smithi027 bash[31536]: cluster 2023-12-07T19:43:30.317248+0000 mgr.a (mgr.24293) 23779 : cluster 0 pgmap v17782: 33 pgs: 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:32.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:32.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:32.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:32.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:32.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:32 smithi022 bash[28554]: audit 2023-12-07T19:43:31.988535+0000 mgr.a (mgr.24293) 23780 : audit 0 from='client.467193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:32 smithi044 bash[32620]: audit 2023-12-07T19:43:31.988535+0000 mgr.a (mgr.24293) 23780 : audit 0 from='client.467193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:32 smithi027 bash[31536]: audit 2023-12-07T19:43:31.988535+0000 mgr.a (mgr.24293) 23780 : audit 0 from='client.467193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:33 smithi022 bash[28554]: cluster 2023-12-07T19:43:32.317938+0000 mgr.a (mgr.24293) 23781 : cluster 0 pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:33 smithi044 bash[32620]: cluster 2023-12-07T19:43:32.317938+0000 mgr.a (mgr.24293) 23781 : cluster 0 pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:33 smithi027 bash[31536]: cluster 2023-12-07T19:43:32.317938+0000 mgr.a (mgr.24293) 23781 : cluster 0 pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:35.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:35 smithi022 bash[28554]: cluster 2023-12-07T19:43:34.318610+0000 mgr.a (mgr.24293) 23782 : cluster 0 pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:43:35.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:35 smithi044 bash[32620]: cluster 2023-12-07T19:43:34.318610+0000 mgr.a (mgr.24293) 23782 : cluster 0 pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:43:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:35 smithi027 bash[31536]: cluster 2023-12-07T19:43:34.318610+0000 mgr.a (mgr.24293) 23782 : cluster 0 pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:43:37.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:37.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:37.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:37.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:37 smithi022 bash[28554]: cluster 2023-12-07T19:43:36.319468+0000 mgr.a (mgr.24293) 23783 : cluster 0 pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:37 smithi044 bash[32620]: cluster 2023-12-07T19:43:36.319468+0000 mgr.a (mgr.24293) 23783 : cluster 0 pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:37 smithi027 bash[31536]: cluster 2023-12-07T19:43:36.319468+0000 mgr.a (mgr.24293) 23783 : cluster 0 pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:38.448 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:38.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:38.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:38.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:38.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:38 smithi022 bash[28554]: audit 2023-12-07T19:43:37.916059+0000 mgr.a (mgr.24293) 23784 : audit 0 from='client.467268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:38 smithi044 bash[32620]: audit 2023-12-07T19:43:37.916059+0000 mgr.a (mgr.24293) 23784 : audit 0 from='client.467268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:38 smithi027 bash[31536]: audit 2023-12-07T19:43:37.916059+0000 mgr.a (mgr.24293) 23784 : audit 0 from='client.467268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:39 smithi022 bash[28554]: cluster 2023-12-07T19:43:38.320795+0000 mgr.a (mgr.24293) 23785 : cluster 0 pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:39 smithi044 bash[32620]: cluster 2023-12-07T19:43:38.320795+0000 mgr.a (mgr.24293) 23785 : cluster 0 pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:39 smithi027 bash[31536]: cluster 2023-12-07T19:43:38.320795+0000 mgr.a (mgr.24293) 23785 : cluster 0 pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:41 smithi022 bash[28554]: cluster 2023-12-07T19:43:40.321490+0000 mgr.a (mgr.24293) 23786 : cluster 0 pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:41 smithi044 bash[32620]: cluster 2023-12-07T19:43:40.321490+0000 mgr.a (mgr.24293) 23786 : cluster 0 pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:41 smithi027 bash[31536]: cluster 2023-12-07T19:43:40.321490+0000 mgr.a (mgr.24293) 23786 : cluster 0 pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:43.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:43.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:43.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:43.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:43 smithi022 bash[28554]: cluster 2023-12-07T19:43:42.322316+0000 mgr.a (mgr.24293) 23787 : cluster 0 pgmap v17788: 33 pgs: 33 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:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:43 smithi044 bash[32620]: cluster 2023-12-07T19:43:42.322316+0000 mgr.a (mgr.24293) 23787 : cluster 0 pgmap v17788: 33 pgs: 33 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:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:43 smithi027 bash[31536]: cluster 2023-12-07T19:43:42.322316+0000 mgr.a (mgr.24293) 23787 : cluster 0 pgmap v17788: 33 pgs: 33 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:44.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:44.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:44.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:44.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:44.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:44.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:44 smithi022 bash[28554]: audit 2023-12-07T19:43:43.868665+0000 mgr.a (mgr.24293) 23788 : audit 0 from='client.467346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:44 smithi044 bash[32620]: audit 2023-12-07T19:43:43.868665+0000 mgr.a (mgr.24293) 23788 : audit 0 from='client.467346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:44 smithi027 bash[31536]: audit 2023-12-07T19:43:43.868665+0000 mgr.a (mgr.24293) 23788 : audit 0 from='client.467346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:45 smithi022 bash[28554]: cluster 2023-12-07T19:43:44.323041+0000 mgr.a (mgr.24293) 23789 : cluster 0 pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:45 smithi044 bash[32620]: cluster 2023-12-07T19:43:44.323041+0000 mgr.a (mgr.24293) 23789 : cluster 0 pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:45 smithi027 bash[31536]: cluster 2023-12-07T19:43:44.323041+0000 mgr.a (mgr.24293) 23789 : cluster 0 pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:47 smithi022 bash[28554]: cluster 2023-12-07T19:43:46.323936+0000 mgr.a (mgr.24293) 23790 : cluster 0 pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:47 smithi044 bash[32620]: cluster 2023-12-07T19:43:46.323936+0000 mgr.a (mgr.24293) 23790 : cluster 0 pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:47 smithi027 bash[31536]: cluster 2023-12-07T19:43:46.323936+0000 mgr.a (mgr.24293) 23790 : cluster 0 pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:49.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:49.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:49.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:49.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:49 smithi022 bash[28554]: cluster 2023-12-07T19:43:48.324514+0000 mgr.a (mgr.24293) 23791 : cluster 0 pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:49 smithi044 bash[32620]: cluster 2023-12-07T19:43:48.324514+0000 mgr.a (mgr.24293) 23791 : cluster 0 pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:49 smithi027 bash[31536]: cluster 2023-12-07T19:43:48.324514+0000 mgr.a (mgr.24293) 23791 : cluster 0 pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:50.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:50.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:50.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:50.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:50.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:50 smithi022 bash[28554]: audit 2023-12-07T19:43:49.828988+0000 mgr.a (mgr.24293) 23792 : audit 0 from='client.467424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:50 smithi044 bash[32620]: audit 2023-12-07T19:43:49.828988+0000 mgr.a (mgr.24293) 23792 : audit 0 from='client.467424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:50 smithi027 bash[31536]: audit 2023-12-07T19:43:49.828988+0000 mgr.a (mgr.24293) 23792 : audit 0 from='client.467424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:51 smithi027 bash[31536]: cluster 2023-12-07T19:43:50.325236+0000 mgr.a (mgr.24293) 23793 : cluster 0 pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:51 smithi022 bash[28554]: cluster 2023-12-07T19:43:50.325236+0000 mgr.a (mgr.24293) 23793 : cluster 0 pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:51 smithi044 bash[32620]: cluster 2023-12-07T19:43:50.325236+0000 mgr.a (mgr.24293) 23793 : cluster 0 pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:53 smithi027 bash[31536]: cluster 2023-12-07T19:43:52.326234+0000 mgr.a (mgr.24293) 23794 : cluster 0 pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:54.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:53 smithi022 bash[28554]: cluster 2023-12-07T19:43:52.326234+0000 mgr.a (mgr.24293) 23794 : cluster 0 pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:53 smithi044 bash[32620]: cluster 2023-12-07T19:43:52.326234+0000 mgr.a (mgr.24293) 23794 : cluster 0 pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:55.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:43:55.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:55.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:55 smithi027 bash[31536]: cluster 2023-12-07T19:43:54.326826+0000 mgr.a (mgr.24293) 23795 : cluster 0 pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:55 smithi022 bash[28554]: cluster 2023-12-07T19:43:54.326826+0000 mgr.a (mgr.24293) 23795 : cluster 0 pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:55 smithi044 bash[32620]: cluster 2023-12-07T19:43:54.326826+0000 mgr.a (mgr.24293) 23795 : cluster 0 pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:56.283 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:43:56.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:56.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:56.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:56.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:43:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:56 smithi027 bash[31536]: audit 2023-12-07T19:43:55.776592+0000 mgr.a (mgr.24293) 23796 : audit 0 from='client.467502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:56 smithi022 bash[28554]: audit 2023-12-07T19:43:55.776592+0000 mgr.a (mgr.24293) 23796 : audit 0 from='client.467502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:56 smithi044 bash[32620]: audit 2023-12-07T19:43:55.776592+0000 mgr.a (mgr.24293) 23796 : audit 0 from='client.467502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:57 smithi022 bash[28554]: cluster 2023-12-07T19:43:56.327985+0000 mgr.a (mgr.24293) 23797 : cluster 0 pgmap v17795: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:57 smithi044 bash[32620]: cluster 2023-12-07T19:43:56.327985+0000 mgr.a (mgr.24293) 23797 : cluster 0 pgmap v17795: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:57 smithi027 bash[31536]: cluster 2023-12-07T19:43:56.327985+0000 mgr.a (mgr.24293) 23797 : cluster 0 pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:43:59 smithi022 bash[28554]: cluster 2023-12-07T19:43:58.328605+0000 mgr.a (mgr.24293) 23798 : cluster 0 pgmap v17796: 33 pgs: 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:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:43:59 smithi044 bash[32620]: cluster 2023-12-07T19:43:58.328605+0000 mgr.a (mgr.24293) 23798 : cluster 0 pgmap v17796: 33 pgs: 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:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:43:59 smithi027 bash[31536]: cluster 2023-12-07T19:43:58.328605+0000 mgr.a (mgr.24293) 23798 : cluster 0 pgmap v17796: 33 pgs: 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:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:00 smithi022 bash[28554]: audit 2023-12-07T19:44:00.277643+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:00 smithi044 bash[32620]: audit 2023-12-07T19:44:00.277643+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:00 smithi027 bash[31536]: audit 2023-12-07T19:44:00.277643+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:01.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:01.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:01.287 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:01 smithi022 bash[28554]: cluster 2023-12-07T19:44:00.329107+0000 mgr.a (mgr.24293) 23799 : cluster 0 pgmap v17797: 33 pgs: 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:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:01 smithi022 bash[28554]: audit 2023-12-07T19:44:01.014257+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:01 smithi022 bash[28554]: audit 2023-12-07T19:44:01.016122+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:01 smithi022 bash[28554]: audit 2023-12-07T19:44:01.025642+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:44:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:01 smithi044 bash[32620]: cluster 2023-12-07T19:44:00.329107+0000 mgr.a (mgr.24293) 23799 : cluster 0 pgmap v17797: 33 pgs: 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:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:01 smithi044 bash[32620]: audit 2023-12-07T19:44:01.014257+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:01 smithi044 bash[32620]: audit 2023-12-07T19:44:01.016122+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:01 smithi044 bash[32620]: audit 2023-12-07T19:44:01.025642+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:44:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:01 smithi027 bash[31536]: cluster 2023-12-07T19:44:00.329107+0000 mgr.a (mgr.24293) 23799 : cluster 0 pgmap v17797: 33 pgs: 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:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:01 smithi027 bash[31536]: audit 2023-12-07T19:44:01.014257+0000 mon.a (mon.0) 3721 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:01 smithi027 bash[31536]: audit 2023-12-07T19:44:01.016122+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:01 smithi027 bash[31536]: audit 2023-12-07T19:44:01.025642+0000 mon.a (mon.0) 3723 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:44:02.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:02.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:02.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:02.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:02.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:02 smithi022 bash[28554]: audit 2023-12-07T19:44:01.708750+0000 mgr.a (mgr.24293) 23800 : audit 0 from='client.467580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:02 smithi044 bash[32620]: audit 2023-12-07T19:44:01.708750+0000 mgr.a (mgr.24293) 23800 : audit 0 from='client.467580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:02 smithi027 bash[31536]: audit 2023-12-07T19:44:01.708750+0000 mgr.a (mgr.24293) 23800 : audit 0 from='client.467580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:03 smithi022 bash[28554]: cluster 2023-12-07T19:44:02.330248+0000 mgr.a (mgr.24293) 23801 : cluster 0 pgmap v17798: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:03 smithi044 bash[32620]: cluster 2023-12-07T19:44:02.330248+0000 mgr.a (mgr.24293) 23801 : cluster 0 pgmap v17798: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:03 smithi027 bash[31536]: cluster 2023-12-07T19:44:02.330248+0000 mgr.a (mgr.24293) 23801 : cluster 0 pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:05 smithi022 bash[28554]: cluster 2023-12-07T19:44:04.330929+0000 mgr.a (mgr.24293) 23802 : cluster 0 pgmap v17799: 33 pgs: 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:05 smithi044 bash[32620]: cluster 2023-12-07T19:44:04.330929+0000 mgr.a (mgr.24293) 23802 : cluster 0 pgmap v17799: 33 pgs: 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:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:05 smithi027 bash[31536]: cluster 2023-12-07T19:44:04.330929+0000 mgr.a (mgr.24293) 23802 : cluster 0 pgmap v17799: 33 pgs: 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:07.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:07.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:07.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:07 smithi022 bash[28554]: cluster 2023-12-07T19:44:06.331883+0000 mgr.a (mgr.24293) 23803 : cluster 0 pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:07 smithi044 bash[32620]: cluster 2023-12-07T19:44:06.331883+0000 mgr.a (mgr.24293) 23803 : cluster 0 pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:07 smithi027 bash[31536]: cluster 2023-12-07T19:44:06.331883+0000 mgr.a (mgr.24293) 23803 : cluster 0 pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:08.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:08.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:08.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:08.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:08.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:08 smithi022 bash[28554]: audit 2023-12-07T19:44:07.662632+0000 mgr.a (mgr.24293) 23804 : audit 0 from='client.467655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:08 smithi044 bash[32620]: audit 2023-12-07T19:44:07.662632+0000 mgr.a (mgr.24293) 23804 : audit 0 from='client.467655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:08 smithi027 bash[31536]: audit 2023-12-07T19:44:07.662632+0000 mgr.a (mgr.24293) 23804 : audit 0 from='client.467655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:09 smithi022 bash[28554]: cluster 2023-12-07T19:44:08.332698+0000 mgr.a (mgr.24293) 23805 : cluster 0 pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:09 smithi044 bash[32620]: cluster 2023-12-07T19:44:08.332698+0000 mgr.a (mgr.24293) 23805 : cluster 0 pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:09 smithi027 bash[31536]: cluster 2023-12-07T19:44:08.332698+0000 mgr.a (mgr.24293) 23805 : cluster 0 pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:11 smithi022 bash[28554]: cluster 2023-12-07T19:44:10.333297+0000 mgr.a (mgr.24293) 23806 : cluster 0 pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:11 smithi044 bash[32620]: cluster 2023-12-07T19:44:10.333297+0000 mgr.a (mgr.24293) 23806 : cluster 0 pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:11 smithi027 bash[31536]: cluster 2023-12-07T19:44:10.333297+0000 mgr.a (mgr.24293) 23806 : cluster 0 pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:13.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:13.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:13.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:14.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:14.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:14.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:14.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:14.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:13 smithi022 bash[28554]: cluster 2023-12-07T19:44:12.334111+0000 mgr.a (mgr.24293) 23807 : cluster 0 pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:13 smithi044 bash[32620]: cluster 2023-12-07T19:44:12.334111+0000 mgr.a (mgr.24293) 23807 : cluster 0 pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:13 smithi027 bash[31536]: cluster 2023-12-07T19:44:12.334111+0000 mgr.a (mgr.24293) 23807 : cluster 0 pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:14 smithi022 bash[28554]: audit 2023-12-07T19:44:13.623199+0000 mgr.a (mgr.24293) 23808 : audit 0 from='client.467733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:14 smithi044 bash[32620]: audit 2023-12-07T19:44:13.623199+0000 mgr.a (mgr.24293) 23808 : audit 0 from='client.467733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:14 smithi027 bash[31536]: audit 2023-12-07T19:44:13.623199+0000 mgr.a (mgr.24293) 23808 : audit 0 from='client.467733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:15 smithi022 bash[28554]: cluster 2023-12-07T19:44:14.334884+0000 mgr.a (mgr.24293) 23809 : cluster 0 pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:15 smithi044 bash[32620]: cluster 2023-12-07T19:44:14.334884+0000 mgr.a (mgr.24293) 23809 : cluster 0 pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:15 smithi027 bash[31536]: cluster 2023-12-07T19:44:14.334884+0000 mgr.a (mgr.24293) 23809 : cluster 0 pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:17 smithi022 bash[28554]: cluster 2023-12-07T19:44:16.335770+0000 mgr.a (mgr.24293) 23810 : cluster 0 pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:17 smithi044 bash[32620]: cluster 2023-12-07T19:44:16.335770+0000 mgr.a (mgr.24293) 23810 : cluster 0 pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:17 smithi027 bash[31536]: cluster 2023-12-07T19:44:16.335770+0000 mgr.a (mgr.24293) 23810 : cluster 0 pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:19.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:19.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:19.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:20.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:20.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:20.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:20.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:20.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:19 smithi022 bash[28554]: cluster 2023-12-07T19:44:18.336319+0000 mgr.a (mgr.24293) 23811 : cluster 0 pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:19 smithi044 bash[32620]: cluster 2023-12-07T19:44:18.336319+0000 mgr.a (mgr.24293) 23811 : cluster 0 pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:19 smithi027 bash[31536]: cluster 2023-12-07T19:44:18.336319+0000 mgr.a (mgr.24293) 23811 : cluster 0 pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:20 smithi022 bash[28554]: audit 2023-12-07T19:44:19.572391+0000 mgr.a (mgr.24293) 23812 : audit 0 from='client.467811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:20 smithi044 bash[32620]: audit 2023-12-07T19:44:19.572391+0000 mgr.a (mgr.24293) 23812 : audit 0 from='client.467811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:20 smithi027 bash[31536]: audit 2023-12-07T19:44:19.572391+0000 mgr.a (mgr.24293) 23812 : audit 0 from='client.467811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:21 smithi022 bash[28554]: cluster 2023-12-07T19:44:20.337077+0000 mgr.a (mgr.24293) 23813 : cluster 0 pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:21 smithi044 bash[32620]: cluster 2023-12-07T19:44:20.337077+0000 mgr.a (mgr.24293) 23813 : cluster 0 pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:21 smithi027 bash[31536]: cluster 2023-12-07T19:44:20.337077+0000 mgr.a (mgr.24293) 23813 : cluster 0 pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:23 smithi022 bash[28554]: cluster 2023-12-07T19:44:22.337918+0000 mgr.a (mgr.24293) 23814 : cluster 0 pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:23 smithi044 bash[32620]: cluster 2023-12-07T19:44:22.337918+0000 mgr.a (mgr.24293) 23814 : cluster 0 pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:23 smithi027 bash[31536]: cluster 2023-12-07T19:44:22.337918+0000 mgr.a (mgr.24293) 23814 : cluster 0 pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:25.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:25.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:25.090 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:26.012 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:26.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:26.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:26.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:26.013 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:25 smithi022 bash[28554]: cluster 2023-12-07T19:44:24.338486+0000 mgr.a (mgr.24293) 23815 : cluster 0 pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:25 smithi044 bash[32620]: cluster 2023-12-07T19:44:24.338486+0000 mgr.a (mgr.24293) 23815 : cluster 0 pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:25 smithi027 bash[31536]: cluster 2023-12-07T19:44:24.338486+0000 mgr.a (mgr.24293) 23815 : cluster 0 pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:26 smithi022 bash[28554]: audit 2023-12-07T19:44:25.501626+0000 mgr.a (mgr.24293) 23816 : audit 0 from='client.467889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:26 smithi044 bash[32620]: audit 2023-12-07T19:44:25.501626+0000 mgr.a (mgr.24293) 23816 : audit 0 from='client.467889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:26 smithi027 bash[31536]: audit 2023-12-07T19:44:25.501626+0000 mgr.a (mgr.24293) 23816 : audit 0 from='client.467889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:27 smithi022 bash[28554]: cluster 2023-12-07T19:44:26.339626+0000 mgr.a (mgr.24293) 23817 : cluster 0 pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:27 smithi044 bash[32620]: cluster 2023-12-07T19:44:26.339626+0000 mgr.a (mgr.24293) 23817 : cluster 0 pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:27 smithi027 bash[31536]: cluster 2023-12-07T19:44:26.339626+0000 mgr.a (mgr.24293) 23817 : cluster 0 pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:29 smithi022 bash[28554]: cluster 2023-12-07T19:44:28.340229+0000 mgr.a (mgr.24293) 23818 : cluster 0 pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:29 smithi044 bash[32620]: cluster 2023-12-07T19:44:28.340229+0000 mgr.a (mgr.24293) 23818 : cluster 0 pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:29 smithi027 bash[31536]: cluster 2023-12-07T19:44:28.340229+0000 mgr.a (mgr.24293) 23818 : cluster 0 pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:31.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:31.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:31.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:31.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:31.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:31.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:31.965 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:31.965 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:31 smithi022 bash[28554]: cluster 2023-12-07T19:44:30.340796+0000 mgr.a (mgr.24293) 23819 : cluster 0 pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:31 smithi044 bash[32620]: cluster 2023-12-07T19:44:30.340796+0000 mgr.a (mgr.24293) 23819 : cluster 0 pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:31 smithi027 bash[31536]: cluster 2023-12-07T19:44:30.340796+0000 mgr.a (mgr.24293) 23819 : cluster 0 pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:32 smithi022 bash[28554]: audit 2023-12-07T19:44:31.433314+0000 mgr.a (mgr.24293) 23820 : audit 0 from='client.467967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:32 smithi044 bash[32620]: audit 2023-12-07T19:44:31.433314+0000 mgr.a (mgr.24293) 23820 : audit 0 from='client.467967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:32 smithi027 bash[31536]: audit 2023-12-07T19:44:31.433314+0000 mgr.a (mgr.24293) 23820 : audit 0 from='client.467967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:33 smithi022 bash[28554]: cluster 2023-12-07T19:44:32.342083+0000 mgr.a (mgr.24293) 23821 : cluster 0 pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:33 smithi044 bash[32620]: cluster 2023-12-07T19:44:32.342083+0000 mgr.a (mgr.24293) 23821 : cluster 0 pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:33 smithi027 bash[31536]: cluster 2023-12-07T19:44:32.342083+0000 mgr.a (mgr.24293) 23821 : cluster 0 pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:35 smithi022 bash[28554]: cluster 2023-12-07T19:44:34.342844+0000 mgr.a (mgr.24293) 23822 : cluster 0 pgmap v17814: 33 pgs: 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:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:35 smithi044 bash[32620]: cluster 2023-12-07T19:44:34.342844+0000 mgr.a (mgr.24293) 23822 : cluster 0 pgmap v17814: 33 pgs: 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:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:35 smithi027 bash[31536]: cluster 2023-12-07T19:44:34.342844+0000 mgr.a (mgr.24293) 23822 : cluster 0 pgmap v17814: 33 pgs: 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:36.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:36.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:36.969 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:37.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:37.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:37.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:37.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:37.917 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:37 smithi022 bash[28554]: cluster 2023-12-07T19:44:36.343723+0000 mgr.a (mgr.24293) 23823 : cluster 0 pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:37 smithi044 bash[32620]: cluster 2023-12-07T19:44:36.343723+0000 mgr.a (mgr.24293) 23823 : cluster 0 pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:37 smithi027 bash[31536]: cluster 2023-12-07T19:44:36.343723+0000 mgr.a (mgr.24293) 23823 : cluster 0 pgmap v17815: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:38 smithi022 bash[28554]: audit 2023-12-07T19:44:37.382966+0000 mgr.a (mgr.24293) 23824 : audit 0 from='client.468039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:38 smithi044 bash[32620]: audit 2023-12-07T19:44:37.382966+0000 mgr.a (mgr.24293) 23824 : audit 0 from='client.468039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:38 smithi027 bash[31536]: audit 2023-12-07T19:44:37.382966+0000 mgr.a (mgr.24293) 23824 : audit 0 from='client.468039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:39 smithi022 bash[28554]: cluster 2023-12-07T19:44:38.344461+0000 mgr.a (mgr.24293) 23825 : cluster 0 pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:39 smithi044 bash[32620]: cluster 2023-12-07T19:44:38.344461+0000 mgr.a (mgr.24293) 23825 : cluster 0 pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:39 smithi027 bash[31536]: cluster 2023-12-07T19:44:38.344461+0000 mgr.a (mgr.24293) 23825 : cluster 0 pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:41 smithi022 bash[28554]: cluster 2023-12-07T19:44:40.345064+0000 mgr.a (mgr.24293) 23826 : cluster 0 pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:41 smithi044 bash[32620]: cluster 2023-12-07T19:44:40.345064+0000 mgr.a (mgr.24293) 23826 : cluster 0 pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:41 smithi027 bash[31536]: cluster 2023-12-07T19:44:40.345064+0000 mgr.a (mgr.24293) 23826 : cluster 0 pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:42.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:42.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:42.921 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:43.830 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:43.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:43.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:43.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:43.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:44.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:43 smithi022 bash[28554]: cluster 2023-12-07T19:44:42.345932+0000 mgr.a (mgr.24293) 23827 : cluster 0 pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:43 smithi044 bash[32620]: cluster 2023-12-07T19:44:42.345932+0000 mgr.a (mgr.24293) 23827 : cluster 0 pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:43 smithi027 bash[31536]: cluster 2023-12-07T19:44:42.345932+0000 mgr.a (mgr.24293) 23827 : cluster 0 pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:44 smithi022 bash[28554]: audit 2023-12-07T19:44:43.336341+0000 mgr.a (mgr.24293) 23828 : audit 0 from='client.468114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:44 smithi044 bash[32620]: audit 2023-12-07T19:44:43.336341+0000 mgr.a (mgr.24293) 23828 : audit 0 from='client.468114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:44 smithi027 bash[31536]: audit 2023-12-07T19:44:43.336341+0000 mgr.a (mgr.24293) 23828 : audit 0 from='client.468114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:45 smithi022 bash[28554]: cluster 2023-12-07T19:44:44.346658+0000 mgr.a (mgr.24293) 23829 : cluster 0 pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:45 smithi044 bash[32620]: cluster 2023-12-07T19:44:44.346658+0000 mgr.a (mgr.24293) 23829 : cluster 0 pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:45 smithi027 bash[31536]: cluster 2023-12-07T19:44:44.346658+0000 mgr.a (mgr.24293) 23829 : cluster 0 pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:47 smithi022 bash[28554]: cluster 2023-12-07T19:44:46.347486+0000 mgr.a (mgr.24293) 23830 : cluster 0 pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:47 smithi044 bash[32620]: cluster 2023-12-07T19:44:46.347486+0000 mgr.a (mgr.24293) 23830 : cluster 0 pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:47 smithi027 bash[31536]: cluster 2023-12-07T19:44:46.347486+0000 mgr.a (mgr.24293) 23830 : cluster 0 pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:48.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:48.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:48.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:49.770 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:49.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:49.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:49.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:49.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:49 smithi022 bash[28554]: cluster 2023-12-07T19:44:48.348124+0000 mgr.a (mgr.24293) 23831 : cluster 0 pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:49 smithi044 bash[32620]: cluster 2023-12-07T19:44:48.348124+0000 mgr.a (mgr.24293) 23831 : cluster 0 pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:49 smithi027 bash[31536]: cluster 2023-12-07T19:44:48.348124+0000 mgr.a (mgr.24293) 23831 : cluster 0 pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:50 smithi022 bash[28554]: audit 2023-12-07T19:44:49.244178+0000 mgr.a (mgr.24293) 23832 : audit 0 from='client.468189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:50 smithi044 bash[32620]: audit 2023-12-07T19:44:49.244178+0000 mgr.a (mgr.24293) 23832 : audit 0 from='client.468189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:50 smithi027 bash[31536]: audit 2023-12-07T19:44:49.244178+0000 mgr.a (mgr.24293) 23832 : audit 0 from='client.468189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:51 smithi022 bash[28554]: cluster 2023-12-07T19:44:50.348807+0000 mgr.a (mgr.24293) 23833 : cluster 0 pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:51 smithi044 bash[32620]: cluster 2023-12-07T19:44:50.348807+0000 mgr.a (mgr.24293) 23833 : cluster 0 pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:51 smithi027 bash[31536]: cluster 2023-12-07T19:44:50.348807+0000 mgr.a (mgr.24293) 23833 : cluster 0 pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:53 smithi022 bash[28554]: cluster 2023-12-07T19:44:52.349761+0000 mgr.a (mgr.24293) 23834 : cluster 0 pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:53 smithi044 bash[32620]: cluster 2023-12-07T19:44:52.349761+0000 mgr.a (mgr.24293) 23834 : cluster 0 pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:53 smithi027 bash[31536]: cluster 2023-12-07T19:44:52.349761+0000 mgr.a (mgr.24293) 23834 : cluster 0 pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:54.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:44:54.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:54.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:55.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:44:55.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:55.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:55.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:55.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:44:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:55 smithi022 bash[28554]: cluster 2023-12-07T19:44:54.350358+0000 mgr.a (mgr.24293) 23835 : cluster 0 pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:55 smithi044 bash[32620]: cluster 2023-12-07T19:44:54.350358+0000 mgr.a (mgr.24293) 23835 : cluster 0 pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:55 smithi027 bash[31536]: cluster 2023-12-07T19:44:54.350358+0000 mgr.a (mgr.24293) 23835 : cluster 0 pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:56 smithi022 bash[28554]: audit 2023-12-07T19:44:55.181780+0000 mgr.a (mgr.24293) 23836 : audit 0 from='client.468267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:56 smithi044 bash[32620]: audit 2023-12-07T19:44:55.181780+0000 mgr.a (mgr.24293) 23836 : audit 0 from='client.468267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:56 smithi027 bash[31536]: audit 2023-12-07T19:44:55.181780+0000 mgr.a (mgr.24293) 23836 : audit 0 from='client.468267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:57 smithi022 bash[28554]: cluster 2023-12-07T19:44:56.351299+0000 mgr.a (mgr.24293) 23837 : cluster 0 pgmap v17825: 33 pgs: 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:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:57 smithi044 bash[32620]: cluster 2023-12-07T19:44:56.351299+0000 mgr.a (mgr.24293) 23837 : cluster 0 pgmap v17825: 33 pgs: 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:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:57 smithi027 bash[31536]: cluster 2023-12-07T19:44:56.351299+0000 mgr.a (mgr.24293) 23837 : cluster 0 pgmap v17825: 33 pgs: 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:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:44:59 smithi044 bash[32620]: cluster 2023-12-07T19:44:58.351874+0000 mgr.a (mgr.24293) 23838 : cluster 0 pgmap v17826: 33 pgs: 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:00.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:44:59 smithi022 bash[28554]: cluster 2023-12-07T19:44:58.351874+0000 mgr.a (mgr.24293) 23838 : cluster 0 pgmap v17826: 33 pgs: 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:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:44:59 smithi027 bash[31536]: cluster 2023-12-07T19:44:58.351874+0000 mgr.a (mgr.24293) 23838 : cluster 0 pgmap v17826: 33 pgs: 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:00.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:00.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:00.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:01.621 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:01.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:01.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:01.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:01.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:01 smithi022 bash[28554]: cluster 2023-12-07T19:45:00.352457+0000 mgr.a (mgr.24293) 23839 : cluster 0 pgmap v17827: 33 pgs: 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:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:01 smithi022 bash[28554]: audit 2023-12-07T19:45:01.135471+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:01 smithi044 bash[32620]: cluster 2023-12-07T19:45:00.352457+0000 mgr.a (mgr.24293) 23839 : cluster 0 pgmap v17827: 33 pgs: 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:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:01 smithi044 bash[32620]: audit 2023-12-07T19:45:01.135471+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:01 smithi027 bash[31536]: cluster 2023-12-07T19:45:00.352457+0000 mgr.a (mgr.24293) 23839 : cluster 0 pgmap v17827: 33 pgs: 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:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:01 smithi027 bash[31536]: audit 2023-12-07T19:45:01.135471+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:02 smithi022 bash[28554]: audit 2023-12-07T19:45:01.117832+0000 mgr.a (mgr.24293) 23840 : audit 0 from='client.468345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:02 smithi044 bash[32620]: audit 2023-12-07T19:45:01.117832+0000 mgr.a (mgr.24293) 23840 : audit 0 from='client.468345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:02 smithi027 bash[31536]: audit 2023-12-07T19:45:01.117832+0000 mgr.a (mgr.24293) 23840 : audit 0 from='client.468345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:03 smithi022 bash[28554]: cluster 2023-12-07T19:45:02.353469+0000 mgr.a (mgr.24293) 23841 : cluster 0 pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:03 smithi044 bash[32620]: cluster 2023-12-07T19:45:02.353469+0000 mgr.a (mgr.24293) 23841 : cluster 0 pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:03 smithi027 bash[31536]: cluster 2023-12-07T19:45:02.353469+0000 mgr.a (mgr.24293) 23841 : cluster 0 pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:05 smithi022 bash[28554]: cluster 2023-12-07T19:45:04.354057+0000 mgr.a (mgr.24293) 23842 : cluster 0 pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:05 smithi044 bash[32620]: cluster 2023-12-07T19:45:04.354057+0000 mgr.a (mgr.24293) 23842 : cluster 0 pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:05 smithi027 bash[31536]: cluster 2023-12-07T19:45:04.354057+0000 mgr.a (mgr.24293) 23842 : cluster 0 pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:06.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:06.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:06.624 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:07.572 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:07.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:07.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:07.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:07.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: cluster 2023-12-07T19:45:06.354885+0000 mgr.a (mgr.24293) 23843 : cluster 0 pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:06.487002+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:06.493281+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:06.539969+0000 mon.a (mon.0) 3727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:06.545779+0000 mon.a (mon.0) 3728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:06.589151+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:06.596171+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:07.047160+0000 mgr.a (mgr.24293) 23844 : audit 0 from='client.377104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:07.336454+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:07.338373+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:07 smithi022 bash[28554]: audit 2023-12-07T19:45:07.346327+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: cluster 2023-12-07T19:45:06.354885+0000 mgr.a (mgr.24293) 23843 : cluster 0 pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:06.487002+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:06.493281+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:06.539969+0000 mon.a (mon.0) 3727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:06.545779+0000 mon.a (mon.0) 3728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:06.589151+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:06.596171+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:07.047160+0000 mgr.a (mgr.24293) 23844 : audit 0 from='client.377104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:07.336454+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:07.338373+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:07.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:07 smithi044 bash[32620]: audit 2023-12-07T19:45:07.346327+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: cluster 2023-12-07T19:45:06.354885+0000 mgr.a (mgr.24293) 23843 : cluster 0 pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:06.487002+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:06.493281+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:06.539969+0000 mon.a (mon.0) 3727 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:06.545779+0000 mon.a (mon.0) 3728 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:06.589151+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:06.596171+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:07.047160+0000 mgr.a (mgr.24293) 23844 : audit 0 from='client.377104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:07.336454+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:07.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:07.338373+0000 mon.a (mon.0) 3732 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:07.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:07 smithi027 bash[31536]: audit 2023-12-07T19:45:07.346327+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:45:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:09 smithi022 bash[28554]: cluster 2023-12-07T19:45:08.355769+0000 mgr.a (mgr.24293) 23845 : cluster 0 pgmap v17831: 33 pgs: 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:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:09 smithi044 bash[32620]: cluster 2023-12-07T19:45:08.355769+0000 mgr.a (mgr.24293) 23845 : cluster 0 pgmap v17831: 33 pgs: 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:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:09 smithi027 bash[31536]: cluster 2023-12-07T19:45:08.355769+0000 mgr.a (mgr.24293) 23845 : cluster 0 pgmap v17831: 33 pgs: 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:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:11 smithi022 bash[28554]: cluster 2023-12-07T19:45:10.356379+0000 mgr.a (mgr.24293) 23846 : cluster 0 pgmap v17832: 33 pgs: 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:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:11 smithi044 bash[32620]: cluster 2023-12-07T19:45:10.356379+0000 mgr.a (mgr.24293) 23846 : cluster 0 pgmap v17832: 33 pgs: 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:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:11 smithi027 bash[31536]: cluster 2023-12-07T19:45:10.356379+0000 mgr.a (mgr.24293) 23846 : cluster 0 pgmap v17832: 33 pgs: 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:12.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:12.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:12.575 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:13.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:13.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:13.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:13.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:13.524 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:13 smithi022 bash[28554]: cluster 2023-12-07T19:45:12.357144+0000 mgr.a (mgr.24293) 23847 : cluster 0 pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:45:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:13 smithi022 bash[28554]: audit 2023-12-07T19:45:12.982114+0000 mgr.a (mgr.24293) 23848 : audit 0 from='client.468498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:13 smithi044 bash[32620]: cluster 2023-12-07T19:45:12.357144+0000 mgr.a (mgr.24293) 23847 : cluster 0 pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:45:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:13 smithi044 bash[32620]: audit 2023-12-07T19:45:12.982114+0000 mgr.a (mgr.24293) 23848 : audit 0 from='client.468498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:13 smithi027 bash[31536]: cluster 2023-12-07T19:45:12.357144+0000 mgr.a (mgr.24293) 23847 : cluster 0 pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:45:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:13 smithi027 bash[31536]: audit 2023-12-07T19:45:12.982114+0000 mgr.a (mgr.24293) 23848 : audit 0 from='client.468498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:15 smithi022 bash[28554]: cluster 2023-12-07T19:45:14.357803+0000 mgr.a (mgr.24293) 23849 : cluster 0 pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:15 smithi044 bash[32620]: cluster 2023-12-07T19:45:14.357803+0000 mgr.a (mgr.24293) 23849 : cluster 0 pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:15 smithi027 bash[31536]: cluster 2023-12-07T19:45:14.357803+0000 mgr.a (mgr.24293) 23849 : cluster 0 pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:17 smithi022 bash[28554]: cluster 2023-12-07T19:45:16.358621+0000 mgr.a (mgr.24293) 23850 : cluster 0 pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:17 smithi044 bash[32620]: cluster 2023-12-07T19:45:16.358621+0000 mgr.a (mgr.24293) 23850 : cluster 0 pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:17 smithi027 bash[31536]: cluster 2023-12-07T19:45:16.358621+0000 mgr.a (mgr.24293) 23850 : cluster 0 pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:18.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:18.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:18.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:19.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:19.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:19.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:19.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:19.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:19 smithi022 bash[28554]: cluster 2023-12-07T19:45:18.359188+0000 mgr.a (mgr.24293) 23851 : cluster 0 pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:19 smithi022 bash[28554]: audit 2023-12-07T19:45:18.945041+0000 mgr.a (mgr.24293) 23852 : audit 0 from='client.468576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:19 smithi044 bash[32620]: cluster 2023-12-07T19:45:18.359188+0000 mgr.a (mgr.24293) 23851 : cluster 0 pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:19 smithi044 bash[32620]: audit 2023-12-07T19:45:18.945041+0000 mgr.a (mgr.24293) 23852 : audit 0 from='client.468576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:19 smithi027 bash[31536]: cluster 2023-12-07T19:45:18.359188+0000 mgr.a (mgr.24293) 23851 : cluster 0 pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:19 smithi027 bash[31536]: audit 2023-12-07T19:45:18.945041+0000 mgr.a (mgr.24293) 23852 : audit 0 from='client.468576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:21 smithi022 bash[28554]: cluster 2023-12-07T19:45:20.359937+0000 mgr.a (mgr.24293) 23853 : cluster 0 pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:21 smithi044 bash[32620]: cluster 2023-12-07T19:45:20.359937+0000 mgr.a (mgr.24293) 23853 : cluster 0 pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:21 smithi027 bash[31536]: cluster 2023-12-07T19:45:20.359937+0000 mgr.a (mgr.24293) 23853 : cluster 0 pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:23 smithi022 bash[28554]: cluster 2023-12-07T19:45:22.360755+0000 mgr.a (mgr.24293) 23854 : cluster 0 pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:23 smithi044 bash[32620]: cluster 2023-12-07T19:45:22.360755+0000 mgr.a (mgr.24293) 23854 : cluster 0 pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:23 smithi027 bash[31536]: cluster 2023-12-07T19:45:22.360755+0000 mgr.a (mgr.24293) 23854 : cluster 0 pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:24.500 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:24.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:24.501 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:25.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:25.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:25.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:25.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:25.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:25 smithi022 bash[28554]: cluster 2023-12-07T19:45:24.361324+0000 mgr.a (mgr.24293) 23855 : cluster 0 pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:25.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:25 smithi022 bash[28554]: audit 2023-12-07T19:45:24.915368+0000 mgr.a (mgr.24293) 23856 : audit 0 from='client.468651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:25 smithi044 bash[32620]: cluster 2023-12-07T19:45:24.361324+0000 mgr.a (mgr.24293) 23855 : cluster 0 pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:25 smithi044 bash[32620]: audit 2023-12-07T19:45:24.915368+0000 mgr.a (mgr.24293) 23856 : audit 0 from='client.468651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:25 smithi027 bash[31536]: cluster 2023-12-07T19:45:24.361324+0000 mgr.a (mgr.24293) 23855 : cluster 0 pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:25 smithi027 bash[31536]: audit 2023-12-07T19:45:24.915368+0000 mgr.a (mgr.24293) 23856 : audit 0 from='client.468651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:27 smithi022 bash[28554]: cluster 2023-12-07T19:45:26.362180+0000 mgr.a (mgr.24293) 23857 : cluster 0 pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:27 smithi044 bash[32620]: cluster 2023-12-07T19:45:26.362180+0000 mgr.a (mgr.24293) 23857 : cluster 0 pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:27 smithi027 bash[31536]: cluster 2023-12-07T19:45:26.362180+0000 mgr.a (mgr.24293) 23857 : cluster 0 pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:29 smithi022 bash[28554]: cluster 2023-12-07T19:45:28.362742+0000 mgr.a (mgr.24293) 23858 : cluster 0 pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:29 smithi044 bash[32620]: cluster 2023-12-07T19:45:28.362742+0000 mgr.a (mgr.24293) 23858 : cluster 0 pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:29 smithi027 bash[31536]: cluster 2023-12-07T19:45:28.362742+0000 mgr.a (mgr.24293) 23858 : cluster 0 pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:30.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:30.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:30.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:31.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:31.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:31.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:31.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:31.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:31 smithi022 bash[28554]: cluster 2023-12-07T19:45:30.363292+0000 mgr.a (mgr.24293) 23859 : cluster 0 pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:31 smithi022 bash[28554]: audit 2023-12-07T19:45:30.884836+0000 mgr.a (mgr.24293) 23860 : audit 0 from='client.468726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:31 smithi044 bash[32620]: cluster 2023-12-07T19:45:30.363292+0000 mgr.a (mgr.24293) 23859 : cluster 0 pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:31 smithi044 bash[32620]: audit 2023-12-07T19:45:30.884836+0000 mgr.a (mgr.24293) 23860 : audit 0 from='client.468726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:31 smithi027 bash[31536]: cluster 2023-12-07T19:45:30.363292+0000 mgr.a (mgr.24293) 23859 : cluster 0 pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:31 smithi027 bash[31536]: audit 2023-12-07T19:45:30.884836+0000 mgr.a (mgr.24293) 23860 : audit 0 from='client.468726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:33.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:33 smithi022 bash[28554]: cluster 2023-12-07T19:45:32.364304+0000 mgr.a (mgr.24293) 23861 : cluster 0 pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:33 smithi044 bash[32620]: cluster 2023-12-07T19:45:32.364304+0000 mgr.a (mgr.24293) 23861 : cluster 0 pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:33 smithi027 bash[31536]: cluster 2023-12-07T19:45:32.364304+0000 mgr.a (mgr.24293) 23861 : cluster 0 pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:35 smithi022 bash[28554]: cluster 2023-12-07T19:45:34.364865+0000 mgr.a (mgr.24293) 23862 : cluster 0 pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:35 smithi044 bash[32620]: cluster 2023-12-07T19:45:34.364865+0000 mgr.a (mgr.24293) 23862 : cluster 0 pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:35 smithi027 bash[31536]: cluster 2023-12-07T19:45:34.364865+0000 mgr.a (mgr.24293) 23862 : cluster 0 pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:36.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:36.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:36.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:37.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:37.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:37.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:37.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:37.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:37 smithi022 bash[28554]: cluster 2023-12-07T19:45:36.365667+0000 mgr.a (mgr.24293) 23863 : cluster 0 pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:37 smithi022 bash[28554]: audit 2023-12-07T19:45:36.826051+0000 mgr.a (mgr.24293) 23864 : audit 0 from='client.377404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:37 smithi044 bash[32620]: cluster 2023-12-07T19:45:36.365667+0000 mgr.a (mgr.24293) 23863 : cluster 0 pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:37.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:37 smithi044 bash[32620]: audit 2023-12-07T19:45:36.826051+0000 mgr.a (mgr.24293) 23864 : audit 0 from='client.377404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:37 smithi027 bash[31536]: cluster 2023-12-07T19:45:36.365667+0000 mgr.a (mgr.24293) 23863 : cluster 0 pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:37 smithi027 bash[31536]: audit 2023-12-07T19:45:36.826051+0000 mgr.a (mgr.24293) 23864 : audit 0 from='client.377404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:39 smithi022 bash[28554]: cluster 2023-12-07T19:45:38.366341+0000 mgr.a (mgr.24293) 23865 : cluster 0 pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:39 smithi044 bash[32620]: cluster 2023-12-07T19:45:38.366341+0000 mgr.a (mgr.24293) 23865 : cluster 0 pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:39 smithi027 bash[31536]: cluster 2023-12-07T19:45:38.366341+0000 mgr.a (mgr.24293) 23865 : cluster 0 pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:41 smithi022 bash[28554]: cluster 2023-12-07T19:45:40.366827+0000 mgr.a (mgr.24293) 23866 : cluster 0 pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:41 smithi044 bash[32620]: cluster 2023-12-07T19:45:40.366827+0000 mgr.a (mgr.24293) 23866 : cluster 0 pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:41 smithi027 bash[31536]: cluster 2023-12-07T19:45:40.366827+0000 mgr.a (mgr.24293) 23866 : cluster 0 pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:42.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:42.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:42.348 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:43.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:43.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:43.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:43.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:43.282 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:43 smithi022 bash[28554]: cluster 2023-12-07T19:45:42.367361+0000 mgr.a (mgr.24293) 23867 : cluster 0 pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:43 smithi022 bash[28554]: audit 2023-12-07T19:45:42.756793+0000 mgr.a (mgr.24293) 23868 : audit 0 from='client.468882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:43 smithi044 bash[32620]: cluster 2023-12-07T19:45:42.367361+0000 mgr.a (mgr.24293) 23867 : cluster 0 pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:43.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:43 smithi044 bash[32620]: audit 2023-12-07T19:45:42.756793+0000 mgr.a (mgr.24293) 23868 : audit 0 from='client.468882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:43 smithi027 bash[31536]: cluster 2023-12-07T19:45:42.367361+0000 mgr.a (mgr.24293) 23867 : cluster 0 pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:43 smithi027 bash[31536]: audit 2023-12-07T19:45:42.756793+0000 mgr.a (mgr.24293) 23868 : audit 0 from='client.468882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:45 smithi022 bash[28554]: cluster 2023-12-07T19:45:44.368000+0000 mgr.a (mgr.24293) 23869 : cluster 0 pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:45 smithi044 bash[32620]: cluster 2023-12-07T19:45:44.368000+0000 mgr.a (mgr.24293) 23869 : cluster 0 pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:45 smithi027 bash[31536]: cluster 2023-12-07T19:45:44.368000+0000 mgr.a (mgr.24293) 23869 : cluster 0 pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:47 smithi022 bash[28554]: cluster 2023-12-07T19:45:46.368803+0000 mgr.a (mgr.24293) 23870 : cluster 0 pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:47 smithi044 bash[32620]: cluster 2023-12-07T19:45:46.368803+0000 mgr.a (mgr.24293) 23870 : cluster 0 pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:47 smithi027 bash[31536]: cluster 2023-12-07T19:45:46.368803+0000 mgr.a (mgr.24293) 23870 : cluster 0 pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:48.284 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:48.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:48.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:49.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:49.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:49.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:49.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:49.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:49 smithi022 bash[28554]: cluster 2023-12-07T19:45:48.369506+0000 mgr.a (mgr.24293) 23871 : cluster 0 pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:49 smithi022 bash[28554]: audit 2023-12-07T19:45:48.703828+0000 mgr.a (mgr.24293) 23872 : audit 0 from='client.468954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:49 smithi044 bash[32620]: cluster 2023-12-07T19:45:48.369506+0000 mgr.a (mgr.24293) 23871 : cluster 0 pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:49 smithi044 bash[32620]: audit 2023-12-07T19:45:48.703828+0000 mgr.a (mgr.24293) 23872 : audit 0 from='client.468954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:49 smithi027 bash[31536]: cluster 2023-12-07T19:45:48.369506+0000 mgr.a (mgr.24293) 23871 : cluster 0 pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:49 smithi027 bash[31536]: audit 2023-12-07T19:45:48.703828+0000 mgr.a (mgr.24293) 23872 : audit 0 from='client.468954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:51 smithi022 bash[28554]: cluster 2023-12-07T19:45:50.370195+0000 mgr.a (mgr.24293) 23873 : cluster 0 pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:51 smithi044 bash[32620]: cluster 2023-12-07T19:45:50.370195+0000 mgr.a (mgr.24293) 23873 : cluster 0 pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:51 smithi027 bash[31536]: cluster 2023-12-07T19:45:50.370195+0000 mgr.a (mgr.24293) 23873 : cluster 0 pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:53 smithi022 bash[28554]: cluster 2023-12-07T19:45:52.371024+0000 mgr.a (mgr.24293) 23874 : cluster 0 pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:53 smithi044 bash[32620]: cluster 2023-12-07T19:45:52.371024+0000 mgr.a (mgr.24293) 23874 : cluster 0 pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:53 smithi027 bash[31536]: cluster 2023-12-07T19:45:52.371024+0000 mgr.a (mgr.24293) 23874 : cluster 0 pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:54.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:45:54.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:54.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:55.141 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:45:55.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:55.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:55.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:55.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:45:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:55 smithi022 bash[28554]: cluster 2023-12-07T19:45:54.371532+0000 mgr.a (mgr.24293) 23875 : cluster 0 pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:55 smithi022 bash[28554]: audit 2023-12-07T19:45:54.631429+0000 mgr.a (mgr.24293) 23876 : audit 0 from='client.469032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:55 smithi044 bash[32620]: cluster 2023-12-07T19:45:54.371532+0000 mgr.a (mgr.24293) 23875 : cluster 0 pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:55 smithi044 bash[32620]: audit 2023-12-07T19:45:54.631429+0000 mgr.a (mgr.24293) 23876 : audit 0 from='client.469032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:55 smithi027 bash[31536]: cluster 2023-12-07T19:45:54.371532+0000 mgr.a (mgr.24293) 23875 : cluster 0 pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:55 smithi027 bash[31536]: audit 2023-12-07T19:45:54.631429+0000 mgr.a (mgr.24293) 23876 : audit 0 from='client.469032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:57.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:57 smithi022 bash[28554]: cluster 2023-12-07T19:45:56.372408+0000 mgr.a (mgr.24293) 23877 : cluster 0 pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:57 smithi044 bash[32620]: cluster 2023-12-07T19:45:56.372408+0000 mgr.a (mgr.24293) 23877 : cluster 0 pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:57 smithi027 bash[31536]: cluster 2023-12-07T19:45:56.372408+0000 mgr.a (mgr.24293) 23877 : cluster 0 pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:45:59 smithi022 bash[28554]: cluster 2023-12-07T19:45:58.372968+0000 mgr.a (mgr.24293) 23878 : cluster 0 pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:45:59 smithi044 bash[32620]: cluster 2023-12-07T19:45:58.372968+0000 mgr.a (mgr.24293) 23878 : cluster 0 pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:45:59 smithi027 bash[31536]: cluster 2023-12-07T19:45:58.372968+0000 mgr.a (mgr.24293) 23878 : cluster 0 pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:00.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:00.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:00.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:01.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:01.075 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:01 smithi022 bash[28554]: cluster 2023-12-07T19:46:00.373496+0000 mgr.a (mgr.24293) 23879 : cluster 0 pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:01 smithi022 bash[28554]: audit 2023-12-07T19:46:00.555433+0000 mgr.a (mgr.24293) 23880 : audit 0 from='client.469110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:01 smithi044 bash[32620]: cluster 2023-12-07T19:46:00.373496+0000 mgr.a (mgr.24293) 23879 : cluster 0 pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:01.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:01 smithi044 bash[32620]: audit 2023-12-07T19:46:00.555433+0000 mgr.a (mgr.24293) 23880 : audit 0 from='client.469110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:01 smithi027 bash[31536]: cluster 2023-12-07T19:46:00.373496+0000 mgr.a (mgr.24293) 23879 : cluster 0 pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:01 smithi027 bash[31536]: audit 2023-12-07T19:46:00.555433+0000 mgr.a (mgr.24293) 23880 : audit 0 from='client.469110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:03 smithi022 bash[28554]: cluster 2023-12-07T19:46:02.374517+0000 mgr.a (mgr.24293) 23881 : cluster 0 pgmap v17858: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:03 smithi044 bash[32620]: cluster 2023-12-07T19:46:02.374517+0000 mgr.a (mgr.24293) 23881 : cluster 0 pgmap v17858: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:03 smithi027 bash[31536]: cluster 2023-12-07T19:46:02.374517+0000 mgr.a (mgr.24293) 23881 : cluster 0 pgmap v17858: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:05 smithi022 bash[28554]: cluster 2023-12-07T19:46:04.375074+0000 mgr.a (mgr.24293) 23882 : cluster 0 pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:05 smithi044 bash[32620]: cluster 2023-12-07T19:46:04.375074+0000 mgr.a (mgr.24293) 23882 : cluster 0 pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:05 smithi027 bash[31536]: cluster 2023-12-07T19:46:04.375074+0000 mgr.a (mgr.24293) 23882 : cluster 0 pgmap v17859: 33 pgs: 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:06.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:06.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:06.077 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:07.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:07.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:07.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:07.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:07.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:07 smithi022 bash[28554]: cluster 2023-12-07T19:46:06.375811+0000 mgr.a (mgr.24293) 23883 : cluster 0 pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:07 smithi022 bash[28554]: audit 2023-12-07T19:46:06.495336+0000 mgr.a (mgr.24293) 23884 : audit 0 from='client.469188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:07.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:07 smithi022 bash[28554]: audit 2023-12-07T19:46:07.483914+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:07 smithi044 bash[32620]: cluster 2023-12-07T19:46:06.375811+0000 mgr.a (mgr.24293) 23883 : cluster 0 pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:07 smithi044 bash[32620]: audit 2023-12-07T19:46:06.495336+0000 mgr.a (mgr.24293) 23884 : audit 0 from='client.469188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:07 smithi044 bash[32620]: audit 2023-12-07T19:46:07.483914+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:07 smithi027 bash[31536]: cluster 2023-12-07T19:46:06.375811+0000 mgr.a (mgr.24293) 23883 : cluster 0 pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:07 smithi027 bash[31536]: audit 2023-12-07T19:46:06.495336+0000 mgr.a (mgr.24293) 23884 : audit 0 from='client.469188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:07 smithi027 bash[31536]: audit 2023-12-07T19:46:07.483914+0000 mon.a (mon.0) 3734 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:08 smithi022 bash[28554]: audit 2023-12-07T19:46:08.223381+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:08 smithi022 bash[28554]: audit 2023-12-07T19:46:08.225017+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:08 smithi022 bash[28554]: audit 2023-12-07T19:46:08.234145+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:46:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:08 smithi044 bash[32620]: audit 2023-12-07T19:46:08.223381+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:08 smithi044 bash[32620]: audit 2023-12-07T19:46:08.225017+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:08 smithi044 bash[32620]: audit 2023-12-07T19:46:08.234145+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:46:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:08 smithi027 bash[31536]: audit 2023-12-07T19:46:08.223381+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:08 smithi027 bash[31536]: audit 2023-12-07T19:46:08.225017+0000 mon.a (mon.0) 3736 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:08 smithi027 bash[31536]: audit 2023-12-07T19:46:08.234145+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:46:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:09 smithi022 bash[28554]: cluster 2023-12-07T19:46:08.376413+0000 mgr.a (mgr.24293) 23885 : cluster 0 pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:09 smithi044 bash[32620]: cluster 2023-12-07T19:46:08.376413+0000 mgr.a (mgr.24293) 23885 : cluster 0 pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:09 smithi027 bash[31536]: cluster 2023-12-07T19:46:08.376413+0000 mgr.a (mgr.24293) 23885 : cluster 0 pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:11 smithi022 bash[28554]: cluster 2023-12-07T19:46:10.376887+0000 mgr.a (mgr.24293) 23886 : cluster 0 pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:11 smithi044 bash[32620]: cluster 2023-12-07T19:46:10.376887+0000 mgr.a (mgr.24293) 23886 : cluster 0 pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:11 smithi027 bash[31536]: cluster 2023-12-07T19:46:10.376887+0000 mgr.a (mgr.24293) 23886 : cluster 0 pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:12.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:12.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:12.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:12.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:13 smithi022 bash[28554]: cluster 2023-12-07T19:46:12.377737+0000 mgr.a (mgr.24293) 23887 : cluster 0 pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:13 smithi022 bash[28554]: audit 2023-12-07T19:46:12.425346+0000 mgr.a (mgr.24293) 23888 : audit 0 from='client.469266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:13 smithi044 bash[32620]: cluster 2023-12-07T19:46:12.377737+0000 mgr.a (mgr.24293) 23887 : cluster 0 pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:13 smithi044 bash[32620]: audit 2023-12-07T19:46:12.425346+0000 mgr.a (mgr.24293) 23888 : audit 0 from='client.469266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:13 smithi027 bash[31536]: cluster 2023-12-07T19:46:12.377737+0000 mgr.a (mgr.24293) 23887 : cluster 0 pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:13 smithi027 bash[31536]: audit 2023-12-07T19:46:12.425346+0000 mgr.a (mgr.24293) 23888 : audit 0 from='client.469266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:15 smithi022 bash[28554]: cluster 2023-12-07T19:46:14.378362+0000 mgr.a (mgr.24293) 23889 : cluster 0 pgmap v17864: 33 pgs: 33 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:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:15 smithi044 bash[32620]: cluster 2023-12-07T19:46:14.378362+0000 mgr.a (mgr.24293) 23889 : cluster 0 pgmap v17864: 33 pgs: 33 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:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:15 smithi027 bash[31536]: cluster 2023-12-07T19:46:14.378362+0000 mgr.a (mgr.24293) 23889 : cluster 0 pgmap v17864: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:17 smithi022 bash[28554]: cluster 2023-12-07T19:46:16.379173+0000 mgr.a (mgr.24293) 23890 : cluster 0 pgmap v17865: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:17 smithi044 bash[32620]: cluster 2023-12-07T19:46:16.379173+0000 mgr.a (mgr.24293) 23890 : cluster 0 pgmap v17865: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:17 smithi027 bash[31536]: cluster 2023-12-07T19:46:16.379173+0000 mgr.a (mgr.24293) 23890 : cluster 0 pgmap v17865: 33 pgs: 33 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.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:17.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:17.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:18.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:18.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:18.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:18.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:18.893 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:19 smithi022 bash[28554]: audit 2023-12-07T19:46:18.373076+0000 mgr.a (mgr.24293) 23891 : audit 0 from='client.469338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:19 smithi022 bash[28554]: cluster 2023-12-07T19:46:18.387055+0000 mgr.a (mgr.24293) 23892 : cluster 0 pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:19 smithi044 bash[32620]: audit 2023-12-07T19:46:18.373076+0000 mgr.a (mgr.24293) 23891 : audit 0 from='client.469338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:19 smithi044 bash[32620]: cluster 2023-12-07T19:46:18.387055+0000 mgr.a (mgr.24293) 23892 : cluster 0 pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:19 smithi027 bash[31536]: audit 2023-12-07T19:46:18.373076+0000 mgr.a (mgr.24293) 23891 : audit 0 from='client.469338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:19 smithi027 bash[31536]: cluster 2023-12-07T19:46:18.387055+0000 mgr.a (mgr.24293) 23892 : cluster 0 pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:21 smithi022 bash[28554]: cluster 2023-12-07T19:46:20.387929+0000 mgr.a (mgr.24293) 23893 : cluster 0 pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:21 smithi044 bash[32620]: cluster 2023-12-07T19:46:20.387929+0000 mgr.a (mgr.24293) 23893 : cluster 0 pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:21 smithi027 bash[31536]: cluster 2023-12-07T19:46:20.387929+0000 mgr.a (mgr.24293) 23893 : cluster 0 pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:23.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:23.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:23.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:23 smithi022 bash[28554]: cluster 2023-12-07T19:46:22.388794+0000 mgr.a (mgr.24293) 23894 : cluster 0 pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:23 smithi044 bash[32620]: cluster 2023-12-07T19:46:22.388794+0000 mgr.a (mgr.24293) 23894 : cluster 0 pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:23 smithi027 bash[31536]: cluster 2023-12-07T19:46:22.388794+0000 mgr.a (mgr.24293) 23894 : cluster 0 pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:24.850 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:24.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:24.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:24.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:24.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:25 smithi022 bash[28554]: audit 2023-12-07T19:46:24.312690+0000 mgr.a (mgr.24293) 23895 : audit 0 from='client.469404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:25 smithi022 bash[28554]: cluster 2023-12-07T19:46:24.389590+0000 mgr.a (mgr.24293) 23896 : cluster 0 pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:25 smithi044 bash[32620]: audit 2023-12-07T19:46:24.312690+0000 mgr.a (mgr.24293) 23895 : audit 0 from='client.469404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:25 smithi044 bash[32620]: cluster 2023-12-07T19:46:24.389590+0000 mgr.a (mgr.24293) 23896 : cluster 0 pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:25 smithi027 bash[31536]: audit 2023-12-07T19:46:24.312690+0000 mgr.a (mgr.24293) 23895 : audit 0 from='client.469404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:25 smithi027 bash[31536]: cluster 2023-12-07T19:46:24.389590+0000 mgr.a (mgr.24293) 23896 : cluster 0 pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:27 smithi022 bash[28554]: cluster 2023-12-07T19:46:26.390555+0000 mgr.a (mgr.24293) 23897 : cluster 0 pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:27 smithi044 bash[32620]: cluster 2023-12-07T19:46:26.390555+0000 mgr.a (mgr.24293) 23897 : cluster 0 pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:27 smithi027 bash[31536]: cluster 2023-12-07T19:46:26.390555+0000 mgr.a (mgr.24293) 23897 : cluster 0 pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:29.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:29.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:29.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:29 smithi022 bash[28554]: cluster 2023-12-07T19:46:28.391079+0000 mgr.a (mgr.24293) 23898 : cluster 0 pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:29 smithi044 bash[32620]: cluster 2023-12-07T19:46:28.391079+0000 mgr.a (mgr.24293) 23898 : cluster 0 pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:29 smithi027 bash[31536]: cluster 2023-12-07T19:46:28.391079+0000 mgr.a (mgr.24293) 23898 : cluster 0 pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:30.771 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:30.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:30.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:30.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:30.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:31 smithi022 bash[28554]: audit 2023-12-07T19:46:30.261250+0000 mgr.a (mgr.24293) 23899 : audit 0 from='client.469482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:31 smithi022 bash[28554]: cluster 2023-12-07T19:46:30.391688+0000 mgr.a (mgr.24293) 23900 : cluster 0 pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:31 smithi044 bash[32620]: audit 2023-12-07T19:46:30.261250+0000 mgr.a (mgr.24293) 23899 : audit 0 from='client.469482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:31 smithi044 bash[32620]: cluster 2023-12-07T19:46:30.391688+0000 mgr.a (mgr.24293) 23900 : cluster 0 pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:31 smithi027 bash[31536]: audit 2023-12-07T19:46:30.261250+0000 mgr.a (mgr.24293) 23899 : audit 0 from='client.469482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:31 smithi027 bash[31536]: cluster 2023-12-07T19:46:30.391688+0000 mgr.a (mgr.24293) 23900 : cluster 0 pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:33 smithi022 bash[28554]: cluster 2023-12-07T19:46:32.392814+0000 mgr.a (mgr.24293) 23901 : cluster 0 pgmap v17873: 33 pgs: 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:46:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:33 smithi044 bash[32620]: cluster 2023-12-07T19:46:32.392814+0000 mgr.a (mgr.24293) 23901 : cluster 0 pgmap v17873: 33 pgs: 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:46:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:33 smithi027 bash[31536]: cluster 2023-12-07T19:46:32.392814+0000 mgr.a (mgr.24293) 23901 : cluster 0 pgmap v17873: 33 pgs: 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:46:35.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:35.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:35.775 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:35.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:35 smithi022 bash[28554]: cluster 2023-12-07T19:46:34.393544+0000 mgr.a (mgr.24293) 23902 : cluster 0 pgmap v17874: 33 pgs: 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:46:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:35 smithi044 bash[32620]: cluster 2023-12-07T19:46:34.393544+0000 mgr.a (mgr.24293) 23902 : cluster 0 pgmap v17874: 33 pgs: 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:46:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:35 smithi027 bash[31536]: cluster 2023-12-07T19:46:34.393544+0000 mgr.a (mgr.24293) 23902 : cluster 0 pgmap v17874: 33 pgs: 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:46:36.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:36.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:36.731 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:37 smithi022 bash[28554]: audit 2023-12-07T19:46:36.194098+0000 mgr.a (mgr.24293) 23903 : audit 0 from='client.469557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:37 smithi022 bash[28554]: cluster 2023-12-07T19:46:36.394871+0000 mgr.a (mgr.24293) 23904 : cluster 0 pgmap v17875: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:37 smithi044 bash[32620]: audit 2023-12-07T19:46:36.194098+0000 mgr.a (mgr.24293) 23903 : audit 0 from='client.469557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:37 smithi044 bash[32620]: cluster 2023-12-07T19:46:36.394871+0000 mgr.a (mgr.24293) 23904 : cluster 0 pgmap v17875: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:37 smithi027 bash[31536]: audit 2023-12-07T19:46:36.194098+0000 mgr.a (mgr.24293) 23903 : audit 0 from='client.469557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:37 smithi027 bash[31536]: cluster 2023-12-07T19:46:36.394871+0000 mgr.a (mgr.24293) 23904 : cluster 0 pgmap v17875: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:39 smithi022 bash[28554]: cluster 2023-12-07T19:46:38.395637+0000 mgr.a (mgr.24293) 23905 : cluster 0 pgmap v17876: 33 pgs: 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:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:39 smithi044 bash[32620]: cluster 2023-12-07T19:46:38.395637+0000 mgr.a (mgr.24293) 23905 : cluster 0 pgmap v17876: 33 pgs: 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:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:39 smithi027 bash[31536]: cluster 2023-12-07T19:46:38.395637+0000 mgr.a (mgr.24293) 23905 : cluster 0 pgmap v17876: 33 pgs: 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:41.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:41.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:41.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:41 smithi022 bash[28554]: cluster 2023-12-07T19:46:40.396222+0000 mgr.a (mgr.24293) 23906 : cluster 0 pgmap v17877: 33 pgs: 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:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:41 smithi044 bash[32620]: cluster 2023-12-07T19:46:40.396222+0000 mgr.a (mgr.24293) 23906 : cluster 0 pgmap v17877: 33 pgs: 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:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:41 smithi027 bash[31536]: cluster 2023-12-07T19:46:40.396222+0000 mgr.a (mgr.24293) 23906 : cluster 0 pgmap v17877: 33 pgs: 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:42.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:42.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:42.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:42.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:42.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:43 smithi027 bash[31536]: audit 2023-12-07T19:46:42.137327+0000 mgr.a (mgr.24293) 23907 : audit 0 from='client.469635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:43.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:43 smithi027 bash[31536]: cluster 2023-12-07T19:46:42.403008+0000 mgr.a (mgr.24293) 23908 : cluster 0 pgmap v17878: 33 pgs: 33 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:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:43 smithi022 bash[28554]: audit 2023-12-07T19:46:42.137327+0000 mgr.a (mgr.24293) 23907 : audit 0 from='client.469635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:43 smithi022 bash[28554]: cluster 2023-12-07T19:46:42.403008+0000 mgr.a (mgr.24293) 23908 : cluster 0 pgmap v17878: 33 pgs: 33 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:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:43 smithi044 bash[32620]: audit 2023-12-07T19:46:42.137327+0000 mgr.a (mgr.24293) 23907 : audit 0 from='client.469635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:43 smithi044 bash[32620]: cluster 2023-12-07T19:46:42.403008+0000 mgr.a (mgr.24293) 23908 : cluster 0 pgmap v17878: 33 pgs: 33 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:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:45 smithi027 bash[31536]: cluster 2023-12-07T19:46:44.403845+0000 mgr.a (mgr.24293) 23909 : cluster 0 pgmap v17879: 33 pgs: 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:46:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:45 smithi022 bash[28554]: cluster 2023-12-07T19:46:44.403845+0000 mgr.a (mgr.24293) 23909 : cluster 0 pgmap v17879: 33 pgs: 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:46:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:45 smithi044 bash[32620]: cluster 2023-12-07T19:46:44.403845+0000 mgr.a (mgr.24293) 23909 : cluster 0 pgmap v17879: 33 pgs: 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:46:47.655 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:47.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:47.656 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:47 smithi027 bash[31536]: cluster 2023-12-07T19:46:46.404672+0000 mgr.a (mgr.24293) 23910 : cluster 0 pgmap v17880: 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:46:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:47 smithi022 bash[28554]: cluster 2023-12-07T19:46:46.404672+0000 mgr.a (mgr.24293) 23910 : cluster 0 pgmap v17880: 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:46:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:47 smithi044 bash[32620]: cluster 2023-12-07T19:46:46.404672+0000 mgr.a (mgr.24293) 23910 : cluster 0 pgmap v17880: 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:46:48.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:48.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:48.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:48.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:48.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:48 smithi027 bash[31536]: audit 2023-12-07T19:46:48.067795+0000 mgr.a (mgr.24293) 23911 : audit 0 from='client.469713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:48 smithi022 bash[28554]: audit 2023-12-07T19:46:48.067795+0000 mgr.a (mgr.24293) 23911 : audit 0 from='client.469713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:48 smithi044 bash[32620]: audit 2023-12-07T19:46:48.067795+0000 mgr.a (mgr.24293) 23911 : audit 0 from='client.469713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:49 smithi027 bash[31536]: cluster 2023-12-07T19:46:48.405427+0000 mgr.a (mgr.24293) 23912 : cluster 0 pgmap v17881: 33 pgs: 33 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:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:49 smithi022 bash[28554]: cluster 2023-12-07T19:46:48.405427+0000 mgr.a (mgr.24293) 23912 : cluster 0 pgmap v17881: 33 pgs: 33 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:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:49 smithi044 bash[32620]: cluster 2023-12-07T19:46:48.405427+0000 mgr.a (mgr.24293) 23912 : cluster 0 pgmap v17881: 33 pgs: 33 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:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:51 smithi022 bash[28554]: cluster 2023-12-07T19:46:50.406273+0000 mgr.a (mgr.24293) 23913 : cluster 0 pgmap v17882: 33 pgs: 33 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:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:51 smithi044 bash[32620]: cluster 2023-12-07T19:46:50.406273+0000 mgr.a (mgr.24293) 23913 : cluster 0 pgmap v17882: 33 pgs: 33 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:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:51 smithi027 bash[31536]: cluster 2023-12-07T19:46:50.406273+0000 mgr.a (mgr.24293) 23913 : cluster 0 pgmap v17882: 33 pgs: 33 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:53.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:53.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:53.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:53 smithi022 bash[28554]: cluster 2023-12-07T19:46:52.407157+0000 mgr.a (mgr.24293) 23914 : cluster 0 pgmap v17883: 33 pgs: 33 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:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:53 smithi044 bash[32620]: cluster 2023-12-07T19:46:52.407157+0000 mgr.a (mgr.24293) 23914 : cluster 0 pgmap v17883: 33 pgs: 33 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:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:53 smithi027 bash[31536]: cluster 2023-12-07T19:46:52.407157+0000 mgr.a (mgr.24293) 23914 : cluster 0 pgmap v17883: 33 pgs: 33 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:54.529 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:46:54.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:54.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:54.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:54.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:46:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:54 smithi022 bash[28554]: audit 2023-12-07T19:46:54.001182+0000 mgr.a (mgr.24293) 23915 : audit 0 from='client.469788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:54 smithi044 bash[32620]: audit 2023-12-07T19:46:54.001182+0000 mgr.a (mgr.24293) 23915 : audit 0 from='client.469788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:54 smithi027 bash[31536]: audit 2023-12-07T19:46:54.001182+0000 mgr.a (mgr.24293) 23915 : audit 0 from='client.469788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:55 smithi022 bash[28554]: cluster 2023-12-07T19:46:54.408569+0000 mgr.a (mgr.24293) 23916 : cluster 0 pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:55 smithi044 bash[32620]: cluster 2023-12-07T19:46:54.408569+0000 mgr.a (mgr.24293) 23916 : cluster 0 pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:55 smithi027 bash[31536]: cluster 2023-12-07T19:46:54.408569+0000 mgr.a (mgr.24293) 23916 : cluster 0 pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:57 smithi022 bash[28554]: cluster 2023-12-07T19:46:56.409574+0000 mgr.a (mgr.24293) 23917 : cluster 0 pgmap v17885: 33 pgs: 33 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:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:57 smithi044 bash[32620]: cluster 2023-12-07T19:46:56.409574+0000 mgr.a (mgr.24293) 23917 : cluster 0 pgmap v17885: 33 pgs: 33 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:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:57 smithi027 bash[31536]: cluster 2023-12-07T19:46:56.409574+0000 mgr.a (mgr.24293) 23917 : cluster 0 pgmap v17885: 33 pgs: 33 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:59.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:46:59.532 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:59.533 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:46:59 smithi022 bash[28554]: cluster 2023-12-07T19:46:58.410323+0000 mgr.a (mgr.24293) 23918 : cluster 0 pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:46:59 smithi044 bash[32620]: cluster 2023-12-07T19:46:58.410323+0000 mgr.a (mgr.24293) 23918 : cluster 0 pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:46:59 smithi027 bash[31536]: cluster 2023-12-07T19:46:58.410323+0000 mgr.a (mgr.24293) 23918 : cluster 0 pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:00.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:00.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:00.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:00.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:00.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:00 smithi022 bash[28554]: audit 2023-12-07T19:46:59.948275+0000 mgr.a (mgr.24293) 23919 : audit 0 from='client.469863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:00 smithi044 bash[32620]: audit 2023-12-07T19:46:59.948275+0000 mgr.a (mgr.24293) 23919 : audit 0 from='client.469863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:00 smithi027 bash[31536]: audit 2023-12-07T19:46:59.948275+0000 mgr.a (mgr.24293) 23919 : audit 0 from='client.469863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:01 smithi022 bash[28554]: cluster 2023-12-07T19:47:00.410780+0000 mgr.a (mgr.24293) 23920 : cluster 0 pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:01 smithi044 bash[32620]: cluster 2023-12-07T19:47:00.410780+0000 mgr.a (mgr.24293) 23920 : cluster 0 pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:01 smithi027 bash[31536]: cluster 2023-12-07T19:47:00.410780+0000 mgr.a (mgr.24293) 23920 : cluster 0 pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:03 smithi022 bash[28554]: cluster 2023-12-07T19:47:02.411594+0000 mgr.a (mgr.24293) 23921 : cluster 0 pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:03 smithi044 bash[32620]: cluster 2023-12-07T19:47:02.411594+0000 mgr.a (mgr.24293) 23921 : cluster 0 pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:03 smithi027 bash[31536]: cluster 2023-12-07T19:47:02.411594+0000 mgr.a (mgr.24293) 23921 : cluster 0 pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:05.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:05.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:05.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:05 smithi022 bash[28554]: cluster 2023-12-07T19:47:04.412226+0000 mgr.a (mgr.24293) 23922 : cluster 0 pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:05 smithi044 bash[32620]: cluster 2023-12-07T19:47:04.412226+0000 mgr.a (mgr.24293) 23922 : cluster 0 pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:05 smithi027 bash[31536]: cluster 2023-12-07T19:47:04.412226+0000 mgr.a (mgr.24293) 23922 : cluster 0 pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:06.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:06.400 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:06 smithi022 bash[28554]: audit 2023-12-07T19:47:05.877208+0000 mgr.a (mgr.24293) 23923 : audit 0 from='client.469941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:06 smithi044 bash[32620]: audit 2023-12-07T19:47:05.877208+0000 mgr.a (mgr.24293) 23923 : audit 0 from='client.469941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:06 smithi027 bash[31536]: audit 2023-12-07T19:47:05.877208+0000 mgr.a (mgr.24293) 23923 : audit 0 from='client.469941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:07 smithi022 bash[28554]: cluster 2023-12-07T19:47:06.413298+0000 mgr.a (mgr.24293) 23924 : cluster 0 pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:07 smithi044 bash[32620]: cluster 2023-12-07T19:47:06.413298+0000 mgr.a (mgr.24293) 23924 : cluster 0 pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:07 smithi027 bash[31536]: cluster 2023-12-07T19:47:06.413298+0000 mgr.a (mgr.24293) 23924 : cluster 0 pgmap v17890: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:08 smithi022 bash[28554]: audit 2023-12-07T19:47:08.338984+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:08 smithi044 bash[32620]: audit 2023-12-07T19:47:08.338984+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:08 smithi027 bash[31536]: audit 2023-12-07T19:47:08.338984+0000 mon.a (mon.0) 3738 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:09 smithi022 bash[28554]: cluster 2023-12-07T19:47:08.413655+0000 mgr.a (mgr.24293) 23925 : cluster 0 pgmap v17891: 33 pgs: 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:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:09 smithi022 bash[28554]: audit 2023-12-07T19:47:09.129822+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:09 smithi022 bash[28554]: audit 2023-12-07T19:47:09.131762+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:09 smithi022 bash[28554]: audit 2023-12-07T19:47:09.141800+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:47:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:09 smithi044 bash[32620]: cluster 2023-12-07T19:47:08.413655+0000 mgr.a (mgr.24293) 23925 : cluster 0 pgmap v17891: 33 pgs: 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:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:09 smithi044 bash[32620]: audit 2023-12-07T19:47:09.129822+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:09 smithi044 bash[32620]: audit 2023-12-07T19:47:09.131762+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:09 smithi044 bash[32620]: audit 2023-12-07T19:47:09.141800+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:47:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:09 smithi027 bash[31536]: cluster 2023-12-07T19:47:08.413655+0000 mgr.a (mgr.24293) 23925 : cluster 0 pgmap v17891: 33 pgs: 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:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:09 smithi027 bash[31536]: audit 2023-12-07T19:47:09.129822+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:09 smithi027 bash[31536]: audit 2023-12-07T19:47:09.131762+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:09 smithi027 bash[31536]: audit 2023-12-07T19:47:09.141800+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:47:11.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:11.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:11.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:11 smithi022 bash[28554]: cluster 2023-12-07T19:47:10.414208+0000 mgr.a (mgr.24293) 23926 : cluster 0 pgmap v17892: 33 pgs: 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:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:11 smithi044 bash[32620]: cluster 2023-12-07T19:47:10.414208+0000 mgr.a (mgr.24293) 23926 : cluster 0 pgmap v17892: 33 pgs: 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:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:11 smithi027 bash[31536]: cluster 2023-12-07T19:47:10.414208+0000 mgr.a (mgr.24293) 23926 : cluster 0 pgmap v17892: 33 pgs: 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:12.336 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:12.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:12.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:12.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:12.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:12 smithi022 bash[28554]: audit 2023-12-07T19:47:11.821900+0000 mgr.a (mgr.24293) 23927 : audit 0 from='client.470019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:12 smithi044 bash[32620]: audit 2023-12-07T19:47:11.821900+0000 mgr.a (mgr.24293) 23927 : audit 0 from='client.470019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:12 smithi027 bash[31536]: audit 2023-12-07T19:47:11.821900+0000 mgr.a (mgr.24293) 23927 : audit 0 from='client.470019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:13 smithi022 bash[28554]: cluster 2023-12-07T19:47:12.415305+0000 mgr.a (mgr.24293) 23928 : cluster 0 pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:13 smithi044 bash[32620]: cluster 2023-12-07T19:47:12.415305+0000 mgr.a (mgr.24293) 23928 : cluster 0 pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:13 smithi027 bash[31536]: cluster 2023-12-07T19:47:12.415305+0000 mgr.a (mgr.24293) 23928 : cluster 0 pgmap v17893: 33 pgs: 33 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:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:15 smithi022 bash[28554]: cluster 2023-12-07T19:47:14.415936+0000 mgr.a (mgr.24293) 23929 : cluster 0 pgmap v17894: 33 pgs: 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:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:15 smithi044 bash[32620]: cluster 2023-12-07T19:47:14.415936+0000 mgr.a (mgr.24293) 23929 : cluster 0 pgmap v17894: 33 pgs: 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:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:15 smithi027 bash[31536]: cluster 2023-12-07T19:47:14.415936+0000 mgr.a (mgr.24293) 23929 : cluster 0 pgmap v17894: 33 pgs: 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:17.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:17.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:17.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:17 smithi022 bash[28554]: cluster 2023-12-07T19:47:16.416662+0000 mgr.a (mgr.24293) 23930 : cluster 0 pgmap v17895: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:17 smithi044 bash[32620]: cluster 2023-12-07T19:47:16.416662+0000 mgr.a (mgr.24293) 23930 : cluster 0 pgmap v17895: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:17 smithi027 bash[31536]: cluster 2023-12-07T19:47:16.416662+0000 mgr.a (mgr.24293) 23930 : cluster 0 pgmap v17895: 33 pgs: 33 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.277 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:18.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:18.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:18.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:18.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:18 smithi022 bash[28554]: audit 2023-12-07T19:47:17.757660+0000 mgr.a (mgr.24293) 23931 : audit 0 from='client.470097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:18 smithi044 bash[32620]: audit 2023-12-07T19:47:17.757660+0000 mgr.a (mgr.24293) 23931 : audit 0 from='client.470097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:18 smithi027 bash[31536]: audit 2023-12-07T19:47:17.757660+0000 mgr.a (mgr.24293) 23931 : audit 0 from='client.470097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:19 smithi022 bash[28554]: cluster 2023-12-07T19:47:18.417573+0000 mgr.a (mgr.24293) 23932 : cluster 0 pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:19 smithi044 bash[32620]: cluster 2023-12-07T19:47:18.417573+0000 mgr.a (mgr.24293) 23932 : cluster 0 pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:19 smithi027 bash[31536]: cluster 2023-12-07T19:47:18.417573+0000 mgr.a (mgr.24293) 23932 : cluster 0 pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:21 smithi022 bash[28554]: cluster 2023-12-07T19:47:20.418355+0000 mgr.a (mgr.24293) 23933 : cluster 0 pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:21 smithi044 bash[32620]: cluster 2023-12-07T19:47:20.418355+0000 mgr.a (mgr.24293) 23933 : cluster 0 pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:21 smithi027 bash[31536]: cluster 2023-12-07T19:47:20.418355+0000 mgr.a (mgr.24293) 23933 : cluster 0 pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:23.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:23.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:23.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:23 smithi022 bash[28554]: cluster 2023-12-07T19:47:22.419161+0000 mgr.a (mgr.24293) 23934 : cluster 0 pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:23 smithi044 bash[32620]: cluster 2023-12-07T19:47:22.419161+0000 mgr.a (mgr.24293) 23934 : cluster 0 pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:23 smithi027 bash[31536]: cluster 2023-12-07T19:47:22.419161+0000 mgr.a (mgr.24293) 23934 : cluster 0 pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:24.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:24.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:24.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:24.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:24.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:24 smithi022 bash[28554]: audit 2023-12-07T19:47:23.690790+0000 mgr.a (mgr.24293) 23935 : audit 0 from='client.470169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:24 smithi044 bash[32620]: audit 2023-12-07T19:47:23.690790+0000 mgr.a (mgr.24293) 23935 : audit 0 from='client.470169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:24 smithi027 bash[31536]: audit 2023-12-07T19:47:23.690790+0000 mgr.a (mgr.24293) 23935 : audit 0 from='client.470169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:25 smithi022 bash[28554]: cluster 2023-12-07T19:47:24.419884+0000 mgr.a (mgr.24293) 23936 : cluster 0 pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:25 smithi044 bash[32620]: cluster 2023-12-07T19:47:24.419884+0000 mgr.a (mgr.24293) 23936 : cluster 0 pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:25 smithi027 bash[31536]: cluster 2023-12-07T19:47:24.419884+0000 mgr.a (mgr.24293) 23936 : cluster 0 pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:27 smithi022 bash[28554]: cluster 2023-12-07T19:47:26.420774+0000 mgr.a (mgr.24293) 23937 : cluster 0 pgmap v17900: 33 pgs: 33 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:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:27 smithi044 bash[32620]: cluster 2023-12-07T19:47:26.420774+0000 mgr.a (mgr.24293) 23937 : cluster 0 pgmap v17900: 33 pgs: 33 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:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:27 smithi027 bash[31536]: cluster 2023-12-07T19:47:26.420774+0000 mgr.a (mgr.24293) 23937 : cluster 0 pgmap v17900: 33 pgs: 33 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:29.206 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:29.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:29.207 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:30.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:30.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:30.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:30.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:30.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:29 smithi022 bash[28554]: cluster 2023-12-07T19:47:28.421331+0000 mgr.a (mgr.24293) 23938 : cluster 0 pgmap v17901: 33 pgs: 33 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:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:29 smithi044 bash[32620]: cluster 2023-12-07T19:47:28.421331+0000 mgr.a (mgr.24293) 23938 : cluster 0 pgmap v17901: 33 pgs: 33 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:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:29 smithi027 bash[31536]: cluster 2023-12-07T19:47:28.421331+0000 mgr.a (mgr.24293) 23938 : cluster 0 pgmap v17901: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:30 smithi022 bash[28554]: audit 2023-12-07T19:47:29.617204+0000 mgr.a (mgr.24293) 23939 : audit 0 from='client.470244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:30 smithi044 bash[32620]: audit 2023-12-07T19:47:29.617204+0000 mgr.a (mgr.24293) 23939 : audit 0 from='client.470244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:30 smithi027 bash[31536]: audit 2023-12-07T19:47:29.617204+0000 mgr.a (mgr.24293) 23939 : audit 0 from='client.470244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:31 smithi022 bash[28554]: cluster 2023-12-07T19:47:30.422198+0000 mgr.a (mgr.24293) 23940 : cluster 0 pgmap v17902: 33 pgs: 33 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:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:31 smithi044 bash[32620]: cluster 2023-12-07T19:47:30.422198+0000 mgr.a (mgr.24293) 23940 : cluster 0 pgmap v17902: 33 pgs: 33 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:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:31 smithi027 bash[31536]: cluster 2023-12-07T19:47:30.422198+0000 mgr.a (mgr.24293) 23940 : cluster 0 pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:33 smithi022 bash[28554]: cluster 2023-12-07T19:47:32.423085+0000 mgr.a (mgr.24293) 23941 : cluster 0 pgmap v17903: 33 pgs: 33 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:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:33 smithi044 bash[32620]: cluster 2023-12-07T19:47:32.423085+0000 mgr.a (mgr.24293) 23941 : cluster 0 pgmap v17903: 33 pgs: 33 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:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:33 smithi027 bash[31536]: cluster 2023-12-07T19:47:32.423085+0000 mgr.a (mgr.24293) 23941 : cluster 0 pgmap v17903: 33 pgs: 33 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:35.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:35.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:35.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:36.100 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:36.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:36.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:36.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:36.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:35 smithi022 bash[28554]: cluster 2023-12-07T19:47:34.423665+0000 mgr.a (mgr.24293) 23942 : cluster 0 pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:35 smithi044 bash[32620]: cluster 2023-12-07T19:47:34.423665+0000 mgr.a (mgr.24293) 23942 : cluster 0 pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:35 smithi027 bash[31536]: cluster 2023-12-07T19:47:34.423665+0000 mgr.a (mgr.24293) 23942 : cluster 0 pgmap v17904: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:36 smithi022 bash[28554]: audit 2023-12-07T19:47:35.567042+0000 mgr.a (mgr.24293) 23943 : audit 0 from='client.470316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:36 smithi044 bash[32620]: audit 2023-12-07T19:47:35.567042+0000 mgr.a (mgr.24293) 23943 : audit 0 from='client.470316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:36 smithi027 bash[31536]: audit 2023-12-07T19:47:35.567042+0000 mgr.a (mgr.24293) 23943 : audit 0 from='client.470316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:37 smithi022 bash[28554]: cluster 2023-12-07T19:47:36.424696+0000 mgr.a (mgr.24293) 23944 : cluster 0 pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:37 smithi044 bash[32620]: cluster 2023-12-07T19:47:36.424696+0000 mgr.a (mgr.24293) 23944 : cluster 0 pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:37 smithi027 bash[31536]: cluster 2023-12-07T19:47:36.424696+0000 mgr.a (mgr.24293) 23944 : cluster 0 pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:39 smithi022 bash[28554]: cluster 2023-12-07T19:47:38.425316+0000 mgr.a (mgr.24293) 23945 : cluster 0 pgmap v17906: 33 pgs: 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:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:39 smithi044 bash[32620]: cluster 2023-12-07T19:47:38.425316+0000 mgr.a (mgr.24293) 23945 : cluster 0 pgmap v17906: 33 pgs: 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:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:39 smithi027 bash[31536]: cluster 2023-12-07T19:47:38.425316+0000 mgr.a (mgr.24293) 23945 : cluster 0 pgmap v17906: 33 pgs: 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:41.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:41.104 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:41.105 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:42.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:42.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:42.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:42.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:42.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:42.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:41 smithi022 bash[28554]: cluster 2023-12-07T19:47:40.425819+0000 mgr.a (mgr.24293) 23946 : cluster 0 pgmap v17907: 33 pgs: 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:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:41 smithi044 bash[32620]: cluster 2023-12-07T19:47:40.425819+0000 mgr.a (mgr.24293) 23946 : cluster 0 pgmap v17907: 33 pgs: 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:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:41 smithi027 bash[31536]: cluster 2023-12-07T19:47:40.425819+0000 mgr.a (mgr.24293) 23946 : cluster 0 pgmap v17907: 33 pgs: 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:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:42 smithi022 bash[28554]: audit 2023-12-07T19:47:41.518865+0000 mgr.a (mgr.24293) 23947 : audit 0 from='client.470388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:42 smithi044 bash[32620]: audit 2023-12-07T19:47:41.518865+0000 mgr.a (mgr.24293) 23947 : audit 0 from='client.470388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:42 smithi027 bash[31536]: audit 2023-12-07T19:47:41.518865+0000 mgr.a (mgr.24293) 23947 : audit 0 from='client.470388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:43 smithi022 bash[28554]: cluster 2023-12-07T19:47:42.426944+0000 mgr.a (mgr.24293) 23948 : cluster 0 pgmap v17908: 33 pgs: 33 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:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:43 smithi044 bash[32620]: cluster 2023-12-07T19:47:42.426944+0000 mgr.a (mgr.24293) 23948 : cluster 0 pgmap v17908: 33 pgs: 33 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:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:43 smithi027 bash[31536]: cluster 2023-12-07T19:47:42.426944+0000 mgr.a (mgr.24293) 23948 : cluster 0 pgmap v17908: 33 pgs: 33 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:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:45 smithi022 bash[28554]: cluster 2023-12-07T19:47:44.427577+0000 mgr.a (mgr.24293) 23949 : cluster 0 pgmap v17909: 33 pgs: 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:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:45 smithi044 bash[32620]: cluster 2023-12-07T19:47:44.427577+0000 mgr.a (mgr.24293) 23949 : cluster 0 pgmap v17909: 33 pgs: 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:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:45 smithi027 bash[31536]: cluster 2023-12-07T19:47:44.427577+0000 mgr.a (mgr.24293) 23949 : cluster 0 pgmap v17909: 33 pgs: 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:47.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:47.062 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:47.990 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:47.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:47.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:47.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:47.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:47 smithi022 bash[28554]: cluster 2023-12-07T19:47:46.428330+0000 mgr.a (mgr.24293) 23950 : cluster 0 pgmap v17910: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:47 smithi044 bash[32620]: cluster 2023-12-07T19:47:46.428330+0000 mgr.a (mgr.24293) 23950 : cluster 0 pgmap v17910: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:47 smithi027 bash[31536]: cluster 2023-12-07T19:47:46.428330+0000 mgr.a (mgr.24293) 23950 : cluster 0 pgmap v17910: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:48 smithi022 bash[28554]: audit 2023-12-07T19:47:47.475804+0000 mgr.a (mgr.24293) 23951 : audit 0 from='client.470466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:48 smithi044 bash[32620]: audit 2023-12-07T19:47:47.475804+0000 mgr.a (mgr.24293) 23951 : audit 0 from='client.470466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:48 smithi027 bash[31536]: audit 2023-12-07T19:47:47.475804+0000 mgr.a (mgr.24293) 23951 : audit 0 from='client.470466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:49 smithi022 bash[28554]: cluster 2023-12-07T19:47:48.429086+0000 mgr.a (mgr.24293) 23952 : cluster 0 pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:49 smithi044 bash[32620]: cluster 2023-12-07T19:47:48.429086+0000 mgr.a (mgr.24293) 23952 : cluster 0 pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:49 smithi027 bash[31536]: cluster 2023-12-07T19:47:48.429086+0000 mgr.a (mgr.24293) 23952 : cluster 0 pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:51 smithi022 bash[28554]: cluster 2023-12-07T19:47:50.429680+0000 mgr.a (mgr.24293) 23953 : cluster 0 pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:51 smithi044 bash[32620]: cluster 2023-12-07T19:47:50.429680+0000 mgr.a (mgr.24293) 23953 : cluster 0 pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:51 smithi027 bash[31536]: cluster 2023-12-07T19:47:50.429680+0000 mgr.a (mgr.24293) 23953 : cluster 0 pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:52.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:52.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:52.994 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:53.932 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:53.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:53.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:53.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:53.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:47:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:53 smithi022 bash[28554]: cluster 2023-12-07T19:47:52.430487+0000 mgr.a (mgr.24293) 23954 : cluster 0 pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:53 smithi044 bash[32620]: cluster 2023-12-07T19:47:52.430487+0000 mgr.a (mgr.24293) 23954 : cluster 0 pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:53 smithi027 bash[31536]: cluster 2023-12-07T19:47:52.430487+0000 mgr.a (mgr.24293) 23954 : cluster 0 pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:54 smithi022 bash[28554]: audit 2023-12-07T19:47:53.410225+0000 mgr.a (mgr.24293) 23955 : audit 0 from='client.470544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:54 smithi044 bash[32620]: audit 2023-12-07T19:47:53.410225+0000 mgr.a (mgr.24293) 23955 : audit 0 from='client.470544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:54 smithi027 bash[31536]: audit 2023-12-07T19:47:53.410225+0000 mgr.a (mgr.24293) 23955 : audit 0 from='client.470544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:55 smithi022 bash[28554]: cluster 2023-12-07T19:47:54.431212+0000 mgr.a (mgr.24293) 23956 : cluster 0 pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:55 smithi044 bash[32620]: cluster 2023-12-07T19:47:54.431212+0000 mgr.a (mgr.24293) 23956 : cluster 0 pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:55 smithi027 bash[31536]: cluster 2023-12-07T19:47:54.431212+0000 mgr.a (mgr.24293) 23956 : cluster 0 pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:57 smithi022 bash[28554]: cluster 2023-12-07T19:47:56.432125+0000 mgr.a (mgr.24293) 23957 : cluster 0 pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:57 smithi044 bash[32620]: cluster 2023-12-07T19:47:56.432125+0000 mgr.a (mgr.24293) 23957 : cluster 0 pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:57 smithi027 bash[31536]: cluster 2023-12-07T19:47:56.432125+0000 mgr.a (mgr.24293) 23957 : cluster 0 pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:58.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:47:58.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:58.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:59.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:47:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:59.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:47:59 smithi022 bash[28554]: cluster 2023-12-07T19:47:58.432691+0000 mgr.a (mgr.24293) 23958 : cluster 0 pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:47:59 smithi044 bash[32620]: cluster 2023-12-07T19:47:58.432691+0000 mgr.a (mgr.24293) 23958 : cluster 0 pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:47:59 smithi027 bash[31536]: cluster 2023-12-07T19:47:58.432691+0000 mgr.a (mgr.24293) 23958 : cluster 0 pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:00 smithi044 bash[32620]: audit 2023-12-07T19:47:59.351282+0000 mgr.a (mgr.24293) 23959 : audit 0 from='client.470622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:00 smithi027 bash[31536]: audit 2023-12-07T19:47:59.351282+0000 mgr.a (mgr.24293) 23959 : audit 0 from='client.470622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:00 smithi022 bash[28554]: audit 2023-12-07T19:47:59.351282+0000 mgr.a (mgr.24293) 23959 : audit 0 from='client.470622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:01 smithi027 bash[31536]: cluster 2023-12-07T19:48:00.433581+0000 mgr.a (mgr.24293) 23960 : cluster 0 pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:01 smithi022 bash[28554]: cluster 2023-12-07T19:48:00.433581+0000 mgr.a (mgr.24293) 23960 : cluster 0 pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:01 smithi044 bash[32620]: cluster 2023-12-07T19:48:00.433581+0000 mgr.a (mgr.24293) 23960 : cluster 0 pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:03 smithi027 bash[31536]: cluster 2023-12-07T19:48:02.434437+0000 mgr.a (mgr.24293) 23961 : cluster 0 pgmap v17918: 33 pgs: 33 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:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:03 smithi022 bash[28554]: cluster 2023-12-07T19:48:02.434437+0000 mgr.a (mgr.24293) 23961 : cluster 0 pgmap v17918: 33 pgs: 33 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:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:03 smithi044 bash[32620]: cluster 2023-12-07T19:48:02.434437+0000 mgr.a (mgr.24293) 23961 : cluster 0 pgmap v17918: 33 pgs: 33 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:04.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:04.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:04.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:05.839 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:05.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:05.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:05.839 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:05.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:05 smithi027 bash[31536]: cluster 2023-12-07T19:48:04.434991+0000 mgr.a (mgr.24293) 23962 : cluster 0 pgmap v17919: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:05 smithi022 bash[28554]: cluster 2023-12-07T19:48:04.434991+0000 mgr.a (mgr.24293) 23962 : cluster 0 pgmap v17919: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:05 smithi044 bash[32620]: cluster 2023-12-07T19:48:04.434991+0000 mgr.a (mgr.24293) 23962 : cluster 0 pgmap v17919: 33 pgs: 33 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:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:06 smithi027 bash[31536]: audit 2023-12-07T19:48:05.302943+0000 mgr.a (mgr.24293) 23963 : audit 0 from='client.470700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:06 smithi022 bash[28554]: audit 2023-12-07T19:48:05.302943+0000 mgr.a (mgr.24293) 23963 : audit 0 from='client.470700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:06 smithi044 bash[32620]: audit 2023-12-07T19:48:05.302943+0000 mgr.a (mgr.24293) 23963 : audit 0 from='client.470700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:07 smithi027 bash[31536]: cluster 2023-12-07T19:48:06.435993+0000 mgr.a (mgr.24293) 23964 : cluster 0 pgmap v17920: 33 pgs: 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:48:08.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:07 smithi022 bash[28554]: cluster 2023-12-07T19:48:06.435993+0000 mgr.a (mgr.24293) 23964 : cluster 0 pgmap v17920: 33 pgs: 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:48:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:07 smithi044 bash[32620]: cluster 2023-12-07T19:48:06.435993+0000 mgr.a (mgr.24293) 23964 : cluster 0 pgmap v17920: 33 pgs: 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:48:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:09 smithi022 bash[28554]: cluster 2023-12-07T19:48:08.436556+0000 mgr.a (mgr.24293) 23965 : cluster 0 pgmap v17921: 33 pgs: 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:48:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:09 smithi022 bash[28554]: audit 2023-12-07T19:48:09.244079+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:09 smithi044 bash[32620]: cluster 2023-12-07T19:48:08.436556+0000 mgr.a (mgr.24293) 23965 : cluster 0 pgmap v17921: 33 pgs: 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:48:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:09 smithi044 bash[32620]: audit 2023-12-07T19:48:09.244079+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:09 smithi027 bash[31536]: cluster 2023-12-07T19:48:08.436556+0000 mgr.a (mgr.24293) 23965 : cluster 0 pgmap v17921: 33 pgs: 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:48:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:09 smithi027 bash[31536]: audit 2023-12-07T19:48:09.244079+0000 mon.a (mon.0) 3742 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:10.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:10.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:10.843 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:10 smithi022 bash[28554]: audit 2023-12-07T19:48:10.026644+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:10 smithi022 bash[28554]: audit 2023-12-07T19:48:10.028643+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:10 smithi022 bash[28554]: audit 2023-12-07T19:48:10.037776+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:48:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:10 smithi044 bash[32620]: audit 2023-12-07T19:48:10.026644+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:10 smithi044 bash[32620]: audit 2023-12-07T19:48:10.028643+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:10 smithi044 bash[32620]: audit 2023-12-07T19:48:10.037776+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:48:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:10 smithi027 bash[31536]: audit 2023-12-07T19:48:10.026644+0000 mon.a (mon.0) 3743 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:10 smithi027 bash[31536]: audit 2023-12-07T19:48:10.028643+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:10 smithi027 bash[31536]: audit 2023-12-07T19:48:10.037776+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:48:11.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:11.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:11.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:11.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:11.770 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:12 smithi022 bash[28554]: cluster 2023-12-07T19:48:10.437061+0000 mgr.a (mgr.24293) 23966 : cluster 0 pgmap v17922: 33 pgs: 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:48:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:12 smithi044 bash[32620]: cluster 2023-12-07T19:48:10.437061+0000 mgr.a (mgr.24293) 23966 : cluster 0 pgmap v17922: 33 pgs: 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:48:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:12 smithi027 bash[31536]: cluster 2023-12-07T19:48:10.437061+0000 mgr.a (mgr.24293) 23966 : cluster 0 pgmap v17922: 33 pgs: 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:48:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:13 smithi022 bash[28554]: audit 2023-12-07T19:48:11.259908+0000 mgr.a (mgr.24293) 23967 : audit 0 from='client.470778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:13 smithi044 bash[32620]: audit 2023-12-07T19:48:11.259908+0000 mgr.a (mgr.24293) 23967 : audit 0 from='client.470778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:13 smithi027 bash[31536]: audit 2023-12-07T19:48:11.259908+0000 mgr.a (mgr.24293) 23967 : audit 0 from='client.470778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:14.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:14 smithi022 bash[28554]: cluster 2023-12-07T19:48:12.438165+0000 mgr.a (mgr.24293) 23968 : cluster 0 pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:14 smithi044 bash[32620]: cluster 2023-12-07T19:48:12.438165+0000 mgr.a (mgr.24293) 23968 : cluster 0 pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:14 smithi027 bash[31536]: cluster 2023-12-07T19:48:12.438165+0000 mgr.a (mgr.24293) 23968 : cluster 0 pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:16 smithi022 bash[28554]: cluster 2023-12-07T19:48:14.438780+0000 mgr.a (mgr.24293) 23969 : cluster 0 pgmap v17924: 33 pgs: 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:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:16 smithi044 bash[32620]: cluster 2023-12-07T19:48:14.438780+0000 mgr.a (mgr.24293) 23969 : cluster 0 pgmap v17924: 33 pgs: 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:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:16 smithi027 bash[31536]: cluster 2023-12-07T19:48:14.438780+0000 mgr.a (mgr.24293) 23969 : cluster 0 pgmap v17924: 33 pgs: 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:16.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:16.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:16.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:17.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:17.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:17.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:17.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:17.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:18 smithi022 bash[28554]: cluster 2023-12-07T19:48:16.439535+0000 mgr.a (mgr.24293) 23970 : cluster 0 pgmap v17925: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:18 smithi044 bash[32620]: cluster 2023-12-07T19:48:16.439535+0000 mgr.a (mgr.24293) 23970 : cluster 0 pgmap v17925: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:18 smithi027 bash[31536]: cluster 2023-12-07T19:48:16.439535+0000 mgr.a (mgr.24293) 23970 : cluster 0 pgmap v17925: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:19 smithi022 bash[28554]: audit 2023-12-07T19:48:17.186998+0000 mgr.a (mgr.24293) 23971 : audit 0 from='client.470853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:19 smithi044 bash[32620]: audit 2023-12-07T19:48:17.186998+0000 mgr.a (mgr.24293) 23971 : audit 0 from='client.470853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:19 smithi027 bash[31536]: audit 2023-12-07T19:48:17.186998+0000 mgr.a (mgr.24293) 23971 : audit 0 from='client.470853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:20 smithi022 bash[28554]: cluster 2023-12-07T19:48:18.440256+0000 mgr.a (mgr.24293) 23972 : cluster 0 pgmap v17926: 33 pgs: 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:48:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:20 smithi044 bash[32620]: cluster 2023-12-07T19:48:18.440256+0000 mgr.a (mgr.24293) 23972 : cluster 0 pgmap v17926: 33 pgs: 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:48:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:20 smithi027 bash[31536]: cluster 2023-12-07T19:48:18.440256+0000 mgr.a (mgr.24293) 23972 : cluster 0 pgmap v17926: 33 pgs: 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:48:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:22 smithi022 bash[28554]: cluster 2023-12-07T19:48:20.440830+0000 mgr.a (mgr.24293) 23973 : cluster 0 pgmap v17927: 33 pgs: 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:48:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:22 smithi044 bash[32620]: cluster 2023-12-07T19:48:20.440830+0000 mgr.a (mgr.24293) 23973 : cluster 0 pgmap v17927: 33 pgs: 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:48:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:22 smithi027 bash[31536]: cluster 2023-12-07T19:48:20.440830+0000 mgr.a (mgr.24293) 23973 : cluster 0 pgmap v17927: 33 pgs: 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:48:22.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:22.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:22.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:23.645 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:23.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:23.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:23.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:23.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:24 smithi022 bash[28554]: cluster 2023-12-07T19:48:22.441742+0000 mgr.a (mgr.24293) 23974 : cluster 0 pgmap v17928: 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:48:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:24 smithi044 bash[32620]: cluster 2023-12-07T19:48:22.441742+0000 mgr.a (mgr.24293) 23974 : cluster 0 pgmap v17928: 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:48:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:24 smithi027 bash[31536]: cluster 2023-12-07T19:48:22.441742+0000 mgr.a (mgr.24293) 23974 : cluster 0 pgmap v17928: 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:48:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:25 smithi022 bash[28554]: audit 2023-12-07T19:48:23.130230+0000 mgr.a (mgr.24293) 23975 : audit 0 from='client.470928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:25 smithi044 bash[32620]: audit 2023-12-07T19:48:23.130230+0000 mgr.a (mgr.24293) 23975 : audit 0 from='client.470928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:25 smithi027 bash[31536]: audit 2023-12-07T19:48:23.130230+0000 mgr.a (mgr.24293) 23975 : audit 0 from='client.470928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:26 smithi022 bash[28554]: cluster 2023-12-07T19:48:24.442402+0000 mgr.a (mgr.24293) 23976 : cluster 0 pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:26 smithi044 bash[32620]: cluster 2023-12-07T19:48:24.442402+0000 mgr.a (mgr.24293) 23976 : cluster 0 pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:26 smithi027 bash[31536]: cluster 2023-12-07T19:48:24.442402+0000 mgr.a (mgr.24293) 23976 : cluster 0 pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:28 smithi022 bash[28554]: cluster 2023-12-07T19:48:26.443251+0000 mgr.a (mgr.24293) 23977 : cluster 0 pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:28 smithi044 bash[32620]: cluster 2023-12-07T19:48:26.443251+0000 mgr.a (mgr.24293) 23977 : cluster 0 pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:28 smithi027 bash[31536]: cluster 2023-12-07T19:48:26.443251+0000 mgr.a (mgr.24293) 23977 : cluster 0 pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:28.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:28.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:28.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:29.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:29.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:30 smithi022 bash[28554]: cluster 2023-12-07T19:48:28.443783+0000 mgr.a (mgr.24293) 23978 : cluster 0 pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:30 smithi022 bash[28554]: audit 2023-12-07T19:48:29.063749+0000 mgr.a (mgr.24293) 23979 : audit 0 from='client.471006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:30 smithi044 bash[32620]: cluster 2023-12-07T19:48:28.443783+0000 mgr.a (mgr.24293) 23978 : cluster 0 pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:30 smithi044 bash[32620]: audit 2023-12-07T19:48:29.063749+0000 mgr.a (mgr.24293) 23979 : audit 0 from='client.471006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:30 smithi027 bash[31536]: cluster 2023-12-07T19:48:28.443783+0000 mgr.a (mgr.24293) 23978 : cluster 0 pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:30 smithi027 bash[31536]: audit 2023-12-07T19:48:29.063749+0000 mgr.a (mgr.24293) 23979 : audit 0 from='client.471006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:32 smithi022 bash[28554]: cluster 2023-12-07T19:48:30.444397+0000 mgr.a (mgr.24293) 23980 : cluster 0 pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:32 smithi044 bash[32620]: cluster 2023-12-07T19:48:30.444397+0000 mgr.a (mgr.24293) 23980 : cluster 0 pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:32 smithi027 bash[31536]: cluster 2023-12-07T19:48:30.444397+0000 mgr.a (mgr.24293) 23980 : cluster 0 pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:34 smithi022 bash[28554]: cluster 2023-12-07T19:48:32.445237+0000 mgr.a (mgr.24293) 23981 : cluster 0 pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:34 smithi044 bash[32620]: cluster 2023-12-07T19:48:32.445237+0000 mgr.a (mgr.24293) 23981 : cluster 0 pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:34 smithi027 bash[31536]: cluster 2023-12-07T19:48:32.445237+0000 mgr.a (mgr.24293) 23981 : cluster 0 pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:34.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:34.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:34.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:35.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:35.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:35.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:35.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:35.551 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:36 smithi022 bash[28554]: cluster 2023-12-07T19:48:34.445822+0000 mgr.a (mgr.24293) 23982 : cluster 0 pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:36 smithi022 bash[28554]: audit 2023-12-07T19:48:35.016590+0000 mgr.a (mgr.24293) 23983 : audit 0 from='client.471078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:36 smithi044 bash[32620]: cluster 2023-12-07T19:48:34.445822+0000 mgr.a (mgr.24293) 23982 : cluster 0 pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:36 smithi044 bash[32620]: audit 2023-12-07T19:48:35.016590+0000 mgr.a (mgr.24293) 23983 : audit 0 from='client.471078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:36 smithi027 bash[31536]: cluster 2023-12-07T19:48:34.445822+0000 mgr.a (mgr.24293) 23982 : cluster 0 pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:36 smithi027 bash[31536]: audit 2023-12-07T19:48:35.016590+0000 mgr.a (mgr.24293) 23983 : audit 0 from='client.471078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:38 smithi022 bash[28554]: cluster 2023-12-07T19:48:36.446717+0000 mgr.a (mgr.24293) 23984 : cluster 0 pgmap v17935: 33 pgs: 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:48:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:38 smithi044 bash[32620]: cluster 2023-12-07T19:48:36.446717+0000 mgr.a (mgr.24293) 23984 : cluster 0 pgmap v17935: 33 pgs: 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:48:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:38 smithi027 bash[31536]: cluster 2023-12-07T19:48:36.446717+0000 mgr.a (mgr.24293) 23984 : cluster 0 pgmap v17935: 33 pgs: 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:48:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:40 smithi022 bash[28554]: cluster 2023-12-07T19:48:38.447450+0000 mgr.a (mgr.24293) 23985 : cluster 0 pgmap v17936: 33 pgs: 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:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:40 smithi044 bash[32620]: cluster 2023-12-07T19:48:38.447450+0000 mgr.a (mgr.24293) 23985 : cluster 0 pgmap v17936: 33 pgs: 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:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:40 smithi027 bash[31536]: cluster 2023-12-07T19:48:38.447450+0000 mgr.a (mgr.24293) 23985 : cluster 0 pgmap v17936: 33 pgs: 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:40.553 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:40.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:40.554 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:41.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:41.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:41.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:41.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:41.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:42 smithi022 bash[28554]: cluster 2023-12-07T19:48:40.448158+0000 mgr.a (mgr.24293) 23986 : cluster 0 pgmap v17937: 33 pgs: 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:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:42 smithi022 bash[28554]: audit 2023-12-07T19:48:40.958755+0000 mgr.a (mgr.24293) 23987 : audit 0 from='client.471156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:42 smithi044 bash[32620]: cluster 2023-12-07T19:48:40.448158+0000 mgr.a (mgr.24293) 23986 : cluster 0 pgmap v17937: 33 pgs: 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:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:42 smithi044 bash[32620]: audit 2023-12-07T19:48:40.958755+0000 mgr.a (mgr.24293) 23987 : audit 0 from='client.471156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:42 smithi027 bash[31536]: cluster 2023-12-07T19:48:40.448158+0000 mgr.a (mgr.24293) 23986 : cluster 0 pgmap v17937: 33 pgs: 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:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:42 smithi027 bash[31536]: audit 2023-12-07T19:48:40.958755+0000 mgr.a (mgr.24293) 23987 : audit 0 from='client.471156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:44 smithi022 bash[28554]: cluster 2023-12-07T19:48:42.449212+0000 mgr.a (mgr.24293) 23988 : cluster 0 pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:44 smithi044 bash[32620]: cluster 2023-12-07T19:48:42.449212+0000 mgr.a (mgr.24293) 23988 : cluster 0 pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:44 smithi027 bash[31536]: cluster 2023-12-07T19:48:42.449212+0000 mgr.a (mgr.24293) 23988 : cluster 0 pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:46 smithi022 bash[28554]: cluster 2023-12-07T19:48:44.449838+0000 mgr.a (mgr.24293) 23989 : cluster 0 pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:46 smithi044 bash[32620]: cluster 2023-12-07T19:48:44.449838+0000 mgr.a (mgr.24293) 23989 : cluster 0 pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:46 smithi027 bash[31536]: cluster 2023-12-07T19:48:44.449838+0000 mgr.a (mgr.24293) 23989 : cluster 0 pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:46.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:46.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:46.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:47.414 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:47.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:48.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:48 smithi022 bash[28554]: cluster 2023-12-07T19:48:46.450620+0000 mgr.a (mgr.24293) 23990 : cluster 0 pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:48 smithi022 bash[28554]: audit 2023-12-07T19:48:46.898262+0000 mgr.a (mgr.24293) 23991 : audit 0 from='client.471228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:48 smithi044 bash[32620]: cluster 2023-12-07T19:48:46.450620+0000 mgr.a (mgr.24293) 23990 : cluster 0 pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:48 smithi044 bash[32620]: audit 2023-12-07T19:48:46.898262+0000 mgr.a (mgr.24293) 23991 : audit 0 from='client.471228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:48.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:48 smithi027 bash[31536]: cluster 2023-12-07T19:48:46.450620+0000 mgr.a (mgr.24293) 23990 : cluster 0 pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:48.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:48 smithi027 bash[31536]: audit 2023-12-07T19:48:46.898262+0000 mgr.a (mgr.24293) 23991 : audit 0 from='client.471228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:50 smithi022 bash[28554]: cluster 2023-12-07T19:48:48.451271+0000 mgr.a (mgr.24293) 23992 : cluster 0 pgmap v17941: 33 pgs: 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:48:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:50 smithi044 bash[32620]: cluster 2023-12-07T19:48:48.451271+0000 mgr.a (mgr.24293) 23992 : cluster 0 pgmap v17941: 33 pgs: 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:48:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:50 smithi027 bash[31536]: cluster 2023-12-07T19:48:48.451271+0000 mgr.a (mgr.24293) 23992 : cluster 0 pgmap v17941: 33 pgs: 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:48:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:51 smithi022 bash[28554]: cluster 2023-12-07T19:48:50.451827+0000 mgr.a (mgr.24293) 23993 : cluster 0 pgmap v17942: 33 pgs: 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:48:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:51 smithi044 bash[32620]: cluster 2023-12-07T19:48:50.451827+0000 mgr.a (mgr.24293) 23993 : cluster 0 pgmap v17942: 33 pgs: 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:48:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:51 smithi027 bash[31536]: cluster 2023-12-07T19:48:50.451827+0000 mgr.a (mgr.24293) 23993 : cluster 0 pgmap v17942: 33 pgs: 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:48:52.417 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:52.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:52.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:53.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:53.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:53.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:53.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:53.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:53 smithi022 bash[28554]: cluster 2023-12-07T19:48:52.452594+0000 mgr.a (mgr.24293) 23994 : cluster 0 pgmap v17943: 33 pgs: 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:48:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:53 smithi022 bash[28554]: audit 2023-12-07T19:48:52.827877+0000 mgr.a (mgr.24293) 23995 : audit 0 from='client.471297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:53 smithi044 bash[32620]: cluster 2023-12-07T19:48:52.452594+0000 mgr.a (mgr.24293) 23994 : cluster 0 pgmap v17943: 33 pgs: 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:48:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:53 smithi044 bash[32620]: audit 2023-12-07T19:48:52.827877+0000 mgr.a (mgr.24293) 23995 : audit 0 from='client.471297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:53 smithi027 bash[31536]: cluster 2023-12-07T19:48:52.452594+0000 mgr.a (mgr.24293) 23994 : cluster 0 pgmap v17943: 33 pgs: 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:48:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:53 smithi027 bash[31536]: audit 2023-12-07T19:48:52.827877+0000 mgr.a (mgr.24293) 23995 : audit 0 from='client.471297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:55 smithi022 bash[28554]: cluster 2023-12-07T19:48:54.453236+0000 mgr.a (mgr.24293) 23996 : cluster 0 pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:55 smithi044 bash[32620]: cluster 2023-12-07T19:48:54.453236+0000 mgr.a (mgr.24293) 23996 : cluster 0 pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:55 smithi027 bash[31536]: cluster 2023-12-07T19:48:54.453236+0000 mgr.a (mgr.24293) 23996 : cluster 0 pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:57 smithi022 bash[28554]: cluster 2023-12-07T19:48:56.454220+0000 mgr.a (mgr.24293) 23997 : cluster 0 pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:57 smithi044 bash[32620]: cluster 2023-12-07T19:48:56.454220+0000 mgr.a (mgr.24293) 23997 : cluster 0 pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:57 smithi027 bash[31536]: cluster 2023-12-07T19:48:56.454220+0000 mgr.a (mgr.24293) 23997 : cluster 0 pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:58.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:48:58.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:58.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:59.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:48:59.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:59.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:59.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:59.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:48:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:59 smithi022 bash[28554]: cluster 2023-12-07T19:48:58.454808+0000 mgr.a (mgr.24293) 23998 : cluster 0 pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:48:59 smithi022 bash[28554]: audit 2023-12-07T19:48:58.752090+0000 mgr.a (mgr.24293) 23999 : audit 0 from='client.471372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:59 smithi044 bash[32620]: cluster 2023-12-07T19:48:58.454808+0000 mgr.a (mgr.24293) 23998 : cluster 0 pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:48:59 smithi044 bash[32620]: audit 2023-12-07T19:48:58.752090+0000 mgr.a (mgr.24293) 23999 : audit 0 from='client.471372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:59 smithi027 bash[31536]: cluster 2023-12-07T19:48:58.454808+0000 mgr.a (mgr.24293) 23998 : cluster 0 pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:48:59 smithi027 bash[31536]: audit 2023-12-07T19:48:58.752090+0000 mgr.a (mgr.24293) 23999 : audit 0 from='client.471372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:01 smithi022 bash[28554]: cluster 2023-12-07T19:49:00.455457+0000 mgr.a (mgr.24293) 24000 : cluster 0 pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:01 smithi044 bash[32620]: cluster 2023-12-07T19:49:00.455457+0000 mgr.a (mgr.24293) 24000 : cluster 0 pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:01 smithi027 bash[31536]: cluster 2023-12-07T19:49:00.455457+0000 mgr.a (mgr.24293) 24000 : cluster 0 pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:03 smithi022 bash[28554]: cluster 2023-12-07T19:49:02.456324+0000 mgr.a (mgr.24293) 24001 : cluster 0 pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:03 smithi044 bash[32620]: cluster 2023-12-07T19:49:02.456324+0000 mgr.a (mgr.24293) 24001 : cluster 0 pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:03 smithi027 bash[31536]: cluster 2023-12-07T19:49:02.456324+0000 mgr.a (mgr.24293) 24001 : cluster 0 pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:04.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:04.250 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:04.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:05.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:05.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:05.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:05.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:05.178 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:05 smithi022 bash[28554]: cluster 2023-12-07T19:49:04.457010+0000 mgr.a (mgr.24293) 24002 : cluster 0 pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:05 smithi022 bash[28554]: audit 2023-12-07T19:49:04.658479+0000 mgr.a (mgr.24293) 24003 : audit 0 from='client.471444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:05 smithi044 bash[32620]: cluster 2023-12-07T19:49:04.457010+0000 mgr.a (mgr.24293) 24002 : cluster 0 pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:05 smithi044 bash[32620]: audit 2023-12-07T19:49:04.658479+0000 mgr.a (mgr.24293) 24003 : audit 0 from='client.471444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:05 smithi027 bash[31536]: cluster 2023-12-07T19:49:04.457010+0000 mgr.a (mgr.24293) 24002 : cluster 0 pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:05 smithi027 bash[31536]: audit 2023-12-07T19:49:04.658479+0000 mgr.a (mgr.24293) 24003 : audit 0 from='client.471444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:07 smithi022 bash[28554]: cluster 2023-12-07T19:49:06.457961+0000 mgr.a (mgr.24293) 24004 : cluster 0 pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:07 smithi044 bash[32620]: cluster 2023-12-07T19:49:06.457961+0000 mgr.a (mgr.24293) 24004 : cluster 0 pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:07 smithi027 bash[31536]: cluster 2023-12-07T19:49:06.457961+0000 mgr.a (mgr.24293) 24004 : cluster 0 pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:09.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:09 smithi022 bash[28554]: cluster 2023-12-07T19:49:08.458557+0000 mgr.a (mgr.24293) 24005 : cluster 0 pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:09 smithi044 bash[32620]: cluster 2023-12-07T19:49:08.458557+0000 mgr.a (mgr.24293) 24005 : cluster 0 pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:09 smithi027 bash[31536]: cluster 2023-12-07T19:49:08.458557+0000 mgr.a (mgr.24293) 24005 : cluster 0 pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:10.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:10.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:10.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:10 smithi022 bash[28554]: audit 2023-12-07T19:49:10.143049+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:10 smithi044 bash[32620]: audit 2023-12-07T19:49:10.143049+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:10 smithi027 bash[31536]: audit 2023-12-07T19:49:10.143049+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:11.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:11.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:11.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:11.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:11.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: cluster 2023-12-07T19:49:10.459088+0000 mgr.a (mgr.24293) 24006 : cluster 0 pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: audit 2023-12-07T19:49:10.595239+0000 mgr.a (mgr.24293) 24007 : audit 0 from='client.471519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: audit 2023-12-07T19:49:10.669063+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: audit 2023-12-07T19:49:10.675921+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: audit 2023-12-07T19:49:11.535803+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: audit 2023-12-07T19:49:11.538067+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:11 smithi022 bash[28554]: audit 2023-12-07T19:49:11.548503+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: cluster 2023-12-07T19:49:10.459088+0000 mgr.a (mgr.24293) 24006 : cluster 0 pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: audit 2023-12-07T19:49:10.595239+0000 mgr.a (mgr.24293) 24007 : audit 0 from='client.471519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: audit 2023-12-07T19:49:10.669063+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: audit 2023-12-07T19:49:10.675921+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: audit 2023-12-07T19:49:11.535803+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: audit 2023-12-07T19:49:11.538067+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:11.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:11 smithi044 bash[32620]: audit 2023-12-07T19:49:11.548503+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: cluster 2023-12-07T19:49:10.459088+0000 mgr.a (mgr.24293) 24006 : cluster 0 pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: audit 2023-12-07T19:49:10.595239+0000 mgr.a (mgr.24293) 24007 : audit 0 from='client.471519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: audit 2023-12-07T19:49:10.669063+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: audit 2023-12-07T19:49:10.675921+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: audit 2023-12-07T19:49:11.535803+0000 mon.a (mon.0) 3749 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: audit 2023-12-07T19:49:11.538067+0000 mon.a (mon.0) 3750 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:11 smithi027 bash[31536]: audit 2023-12-07T19:49:11.548503+0000 mon.a (mon.0) 3751 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:49:13.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:13 smithi022 bash[28554]: cluster 2023-12-07T19:49:12.460303+0000 mgr.a (mgr.24293) 24008 : cluster 0 pgmap v17953: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:13 smithi044 bash[32620]: cluster 2023-12-07T19:49:12.460303+0000 mgr.a (mgr.24293) 24008 : cluster 0 pgmap v17953: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:13 smithi027 bash[31536]: cluster 2023-12-07T19:49:12.460303+0000 mgr.a (mgr.24293) 24008 : cluster 0 pgmap v17953: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:15 smithi044 bash[32620]: cluster 2023-12-07T19:49:14.460999+0000 mgr.a (mgr.24293) 24009 : cluster 0 pgmap v17954: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:15 smithi027 bash[31536]: cluster 2023-12-07T19:49:14.460999+0000 mgr.a (mgr.24293) 24009 : cluster 0 pgmap v17954: 33 pgs: 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:16.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:16.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:16.128 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:15 smithi022 bash[28554]: cluster 2023-12-07T19:49:14.460999+0000 mgr.a (mgr.24293) 24009 : cluster 0 pgmap v17954: 33 pgs: 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:17.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:17.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:17.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:17.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:17.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:17 smithi027 bash[31536]: cluster 2023-12-07T19:49:16.461560+0000 mgr.a (mgr.24293) 24010 : cluster 0 pgmap v17955: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:17 smithi027 bash[31536]: audit 2023-12-07T19:49:16.546509+0000 mgr.a (mgr.24293) 24011 : audit 0 from='client.471597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:17 smithi022 bash[28554]: cluster 2023-12-07T19:49:16.461560+0000 mgr.a (mgr.24293) 24010 : cluster 0 pgmap v17955: 33 pgs: 33 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:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:17 smithi022 bash[28554]: audit 2023-12-07T19:49:16.546509+0000 mgr.a (mgr.24293) 24011 : audit 0 from='client.471597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:17 smithi044 bash[32620]: cluster 2023-12-07T19:49:16.461560+0000 mgr.a (mgr.24293) 24010 : cluster 0 pgmap v17955: 33 pgs: 33 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:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:17 smithi044 bash[32620]: audit 2023-12-07T19:49:16.546509+0000 mgr.a (mgr.24293) 24011 : audit 0 from='client.471597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:19 smithi027 bash[31536]: cluster 2023-12-07T19:49:18.462192+0000 mgr.a (mgr.24293) 24012 : cluster 0 pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:19 smithi022 bash[28554]: cluster 2023-12-07T19:49:18.462192+0000 mgr.a (mgr.24293) 24012 : cluster 0 pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:19 smithi044 bash[32620]: cluster 2023-12-07T19:49:18.462192+0000 mgr.a (mgr.24293) 24012 : cluster 0 pgmap v17956: 33 pgs: 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:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:21 smithi027 bash[31536]: cluster 2023-12-07T19:49:20.462875+0000 mgr.a (mgr.24293) 24013 : cluster 0 pgmap v17957: 33 pgs: 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:22.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:22.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:22.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:21 smithi022 bash[28554]: cluster 2023-12-07T19:49:20.462875+0000 mgr.a (mgr.24293) 24013 : cluster 0 pgmap v17957: 33 pgs: 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:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:21 smithi044 bash[32620]: cluster 2023-12-07T19:49:20.462875+0000 mgr.a (mgr.24293) 24013 : cluster 0 pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:23.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:23.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:23.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:23.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:23.043 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:23 smithi027 bash[31536]: cluster 2023-12-07T19:49:22.463721+0000 mgr.a (mgr.24293) 24014 : cluster 0 pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:23 smithi027 bash[31536]: audit 2023-12-07T19:49:22.516447+0000 mgr.a (mgr.24293) 24015 : audit 0 from='client.471669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:23 smithi022 bash[28554]: cluster 2023-12-07T19:49:22.463721+0000 mgr.a (mgr.24293) 24014 : cluster 0 pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:23 smithi022 bash[28554]: audit 2023-12-07T19:49:22.516447+0000 mgr.a (mgr.24293) 24015 : audit 0 from='client.471669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:23 smithi044 bash[32620]: cluster 2023-12-07T19:49:22.463721+0000 mgr.a (mgr.24293) 24014 : cluster 0 pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:23 smithi044 bash[32620]: audit 2023-12-07T19:49:22.516447+0000 mgr.a (mgr.24293) 24015 : audit 0 from='client.471669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:25 smithi027 bash[31536]: cluster 2023-12-07T19:49:24.464519+0000 mgr.a (mgr.24293) 24016 : cluster 0 pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:26.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:25 smithi022 bash[28554]: cluster 2023-12-07T19:49:24.464519+0000 mgr.a (mgr.24293) 24016 : cluster 0 pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:25 smithi044 bash[32620]: cluster 2023-12-07T19:49:24.464519+0000 mgr.a (mgr.24293) 24016 : cluster 0 pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:28.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:28.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:28.046 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:27 smithi022 bash[28554]: cluster 2023-12-07T19:49:26.465381+0000 mgr.a (mgr.24293) 24017 : cluster 0 pgmap v17960: 33 pgs: 33 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:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:27 smithi044 bash[32620]: cluster 2023-12-07T19:49:26.465381+0000 mgr.a (mgr.24293) 24017 : cluster 0 pgmap v17960: 33 pgs: 33 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:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:27 smithi027 bash[31536]: cluster 2023-12-07T19:49:26.465381+0000 mgr.a (mgr.24293) 24017 : cluster 0 pgmap v17960: 33 pgs: 33 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:28.987 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:28.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:28.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:28.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:28.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:29 smithi022 bash[28554]: audit 2023-12-07T19:49:28.460468+0000 mgr.a (mgr.24293) 24018 : audit 0 from='client.471747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:29 smithi022 bash[28554]: cluster 2023-12-07T19:49:28.476228+0000 mgr.a (mgr.24293) 24019 : cluster 0 pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:29 smithi044 bash[32620]: audit 2023-12-07T19:49:28.460468+0000 mgr.a (mgr.24293) 24018 : audit 0 from='client.471747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:29 smithi044 bash[32620]: cluster 2023-12-07T19:49:28.476228+0000 mgr.a (mgr.24293) 24019 : cluster 0 pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:29 smithi027 bash[31536]: audit 2023-12-07T19:49:28.460468+0000 mgr.a (mgr.24293) 24018 : audit 0 from='client.471747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:29 smithi027 bash[31536]: cluster 2023-12-07T19:49:28.476228+0000 mgr.a (mgr.24293) 24019 : cluster 0 pgmap v17961: 33 pgs: 33 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:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:31 smithi022 bash[28554]: cluster 2023-12-07T19:49:30.477008+0000 mgr.a (mgr.24293) 24020 : cluster 0 pgmap v17962: 33 pgs: 33 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:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:31 smithi044 bash[32620]: cluster 2023-12-07T19:49:30.477008+0000 mgr.a (mgr.24293) 24020 : cluster 0 pgmap v17962: 33 pgs: 33 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:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:31 smithi027 bash[31536]: cluster 2023-12-07T19:49:30.477008+0000 mgr.a (mgr.24293) 24020 : cluster 0 pgmap v17962: 33 pgs: 33 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.990 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:33.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:33.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:33 smithi022 bash[28554]: cluster 2023-12-07T19:49:32.477832+0000 mgr.a (mgr.24293) 24021 : cluster 0 pgmap v17963: 33 pgs: 33 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:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:33 smithi044 bash[32620]: cluster 2023-12-07T19:49:32.477832+0000 mgr.a (mgr.24293) 24021 : cluster 0 pgmap v17963: 33 pgs: 33 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:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:33 smithi027 bash[31536]: cluster 2023-12-07T19:49:32.477832+0000 mgr.a (mgr.24293) 24021 : cluster 0 pgmap v17963: 33 pgs: 33 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:34.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:34.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:34.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:34.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:34.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:35 smithi022 bash[28554]: audit 2023-12-07T19:49:34.401512+0000 mgr.a (mgr.24293) 24022 : audit 0 from='client.471825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:35 smithi022 bash[28554]: cluster 2023-12-07T19:49:34.478379+0000 mgr.a (mgr.24293) 24023 : cluster 0 pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:35 smithi044 bash[32620]: audit 2023-12-07T19:49:34.401512+0000 mgr.a (mgr.24293) 24022 : audit 0 from='client.471825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:35 smithi044 bash[32620]: cluster 2023-12-07T19:49:34.478379+0000 mgr.a (mgr.24293) 24023 : cluster 0 pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:35 smithi027 bash[31536]: audit 2023-12-07T19:49:34.401512+0000 mgr.a (mgr.24293) 24022 : audit 0 from='client.471825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:35 smithi027 bash[31536]: cluster 2023-12-07T19:49:34.478379+0000 mgr.a (mgr.24293) 24023 : cluster 0 pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:37 smithi022 bash[28554]: cluster 2023-12-07T19:49:36.479252+0000 mgr.a (mgr.24293) 24024 : cluster 0 pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:37 smithi044 bash[32620]: cluster 2023-12-07T19:49:36.479252+0000 mgr.a (mgr.24293) 24024 : cluster 0 pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:37 smithi027 bash[31536]: cluster 2023-12-07T19:49:36.479252+0000 mgr.a (mgr.24293) 24024 : cluster 0 pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:39.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:39.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:39.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:39 smithi022 bash[28554]: cluster 2023-12-07T19:49:38.479873+0000 mgr.a (mgr.24293) 24025 : cluster 0 pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:39 smithi044 bash[32620]: cluster 2023-12-07T19:49:38.479873+0000 mgr.a (mgr.24293) 24025 : cluster 0 pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:39 smithi027 bash[31536]: cluster 2023-12-07T19:49:38.479873+0000 mgr.a (mgr.24293) 24025 : cluster 0 pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:40.875 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:40.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:40.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:40.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:40.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:41 smithi022 bash[28554]: audit 2023-12-07T19:49:40.368119+0000 mgr.a (mgr.24293) 24026 : audit 0 from='client.471900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:41 smithi022 bash[28554]: cluster 2023-12-07T19:49:40.480416+0000 mgr.a (mgr.24293) 24027 : cluster 0 pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:41 smithi044 bash[32620]: audit 2023-12-07T19:49:40.368119+0000 mgr.a (mgr.24293) 24026 : audit 0 from='client.471900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:41 smithi044 bash[32620]: cluster 2023-12-07T19:49:40.480416+0000 mgr.a (mgr.24293) 24027 : cluster 0 pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:41 smithi027 bash[31536]: audit 2023-12-07T19:49:40.368119+0000 mgr.a (mgr.24293) 24026 : audit 0 from='client.471900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:41 smithi027 bash[31536]: cluster 2023-12-07T19:49:40.480416+0000 mgr.a (mgr.24293) 24027 : cluster 0 pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:44.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:43 smithi022 bash[28554]: cluster 2023-12-07T19:49:42.481432+0000 mgr.a (mgr.24293) 24028 : cluster 0 pgmap v17968: 33 pgs: 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:49:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:43 smithi044 bash[32620]: cluster 2023-12-07T19:49:42.481432+0000 mgr.a (mgr.24293) 24028 : cluster 0 pgmap v17968: 33 pgs: 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:49:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:43 smithi027 bash[31536]: cluster 2023-12-07T19:49:42.481432+0000 mgr.a (mgr.24293) 24028 : cluster 0 pgmap v17968: 33 pgs: 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:49:45.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:45.879 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:45.879 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:46.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:45 smithi022 bash[28554]: cluster 2023-12-07T19:49:44.481996+0000 mgr.a (mgr.24293) 24029 : cluster 0 pgmap v17969: 33 pgs: 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:49:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:45 smithi044 bash[32620]: cluster 2023-12-07T19:49:44.481996+0000 mgr.a (mgr.24293) 24029 : cluster 0 pgmap v17969: 33 pgs: 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:49:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:45 smithi027 bash[31536]: cluster 2023-12-07T19:49:44.481996+0000 mgr.a (mgr.24293) 24029 : cluster 0 pgmap v17969: 33 pgs: 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:49:46.831 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:46.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:46.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:46.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:46.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:47 smithi022 bash[28554]: audit 2023-12-07T19:49:46.293231+0000 mgr.a (mgr.24293) 24030 : audit 0 from='client.471978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:47 smithi022 bash[28554]: cluster 2023-12-07T19:49:46.483000+0000 mgr.a (mgr.24293) 24031 : cluster 0 pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:47 smithi044 bash[32620]: audit 2023-12-07T19:49:46.293231+0000 mgr.a (mgr.24293) 24030 : audit 0 from='client.471978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:47 smithi044 bash[32620]: cluster 2023-12-07T19:49:46.483000+0000 mgr.a (mgr.24293) 24031 : cluster 0 pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:47 smithi027 bash[31536]: audit 2023-12-07T19:49:46.293231+0000 mgr.a (mgr.24293) 24030 : audit 0 from='client.471978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:47 smithi027 bash[31536]: cluster 2023-12-07T19:49:46.483000+0000 mgr.a (mgr.24293) 24031 : cluster 0 pgmap v17970: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:49 smithi022 bash[28554]: cluster 2023-12-07T19:49:48.483737+0000 mgr.a (mgr.24293) 24032 : cluster 0 pgmap v17971: 33 pgs: 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:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:49 smithi044 bash[32620]: cluster 2023-12-07T19:49:48.483737+0000 mgr.a (mgr.24293) 24032 : cluster 0 pgmap v17971: 33 pgs: 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:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:49 smithi027 bash[31536]: cluster 2023-12-07T19:49:48.483737+0000 mgr.a (mgr.24293) 24032 : cluster 0 pgmap v17971: 33 pgs: 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:51.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:51.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:51.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:51 smithi022 bash[28554]: cluster 2023-12-07T19:49:50.484266+0000 mgr.a (mgr.24293) 24033 : cluster 0 pgmap v17972: 33 pgs: 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:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:51 smithi044 bash[32620]: cluster 2023-12-07T19:49:50.484266+0000 mgr.a (mgr.24293) 24033 : cluster 0 pgmap v17972: 33 pgs: 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:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:51 smithi027 bash[31536]: cluster 2023-12-07T19:49:50.484266+0000 mgr.a (mgr.24293) 24033 : cluster 0 pgmap v17972: 33 pgs: 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:52.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:52.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:52.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:52.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:52.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:49:54.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:53 smithi022 bash[28554]: audit 2023-12-07T19:49:52.252055+0000 mgr.a (mgr.24293) 24034 : audit 0 from='client.472053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:53 smithi022 bash[28554]: cluster 2023-12-07T19:49:52.485012+0000 mgr.a (mgr.24293) 24035 : cluster 0 pgmap v17973: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:53 smithi044 bash[32620]: audit 2023-12-07T19:49:52.252055+0000 mgr.a (mgr.24293) 24034 : audit 0 from='client.472053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:53 smithi044 bash[32620]: cluster 2023-12-07T19:49:52.485012+0000 mgr.a (mgr.24293) 24035 : cluster 0 pgmap v17973: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:53 smithi027 bash[31536]: audit 2023-12-07T19:49:52.252055+0000 mgr.a (mgr.24293) 24034 : audit 0 from='client.472053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:53 smithi027 bash[31536]: cluster 2023-12-07T19:49:52.485012+0000 mgr.a (mgr.24293) 24035 : cluster 0 pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:55 smithi022 bash[28554]: cluster 2023-12-07T19:49:54.485835+0000 mgr.a (mgr.24293) 24036 : cluster 0 pgmap v17974: 33 pgs: 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:49:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:55 smithi044 bash[32620]: cluster 2023-12-07T19:49:54.485835+0000 mgr.a (mgr.24293) 24036 : cluster 0 pgmap v17974: 33 pgs: 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:49:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:55 smithi027 bash[31536]: cluster 2023-12-07T19:49:54.485835+0000 mgr.a (mgr.24293) 24036 : cluster 0 pgmap v17974: 33 pgs: 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:49:57.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:49:57.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:57.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:57 smithi022 bash[28554]: cluster 2023-12-07T19:49:56.486729+0000 mgr.a (mgr.24293) 24037 : cluster 0 pgmap v17975: 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:49:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:57 smithi044 bash[32620]: cluster 2023-12-07T19:49:56.486729+0000 mgr.a (mgr.24293) 24037 : cluster 0 pgmap v17975: 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:49:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:57 smithi027 bash[31536]: cluster 2023-12-07T19:49:56.486729+0000 mgr.a (mgr.24293) 24037 : cluster 0 pgmap v17975: 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:49:58.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:49:58.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:58.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:58.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:58.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:59 smithi022 bash[28554]: audit 2023-12-07T19:49:58.217755+0000 mgr.a (mgr.24293) 24038 : audit 0 from='client.472128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:49:59 smithi022 bash[28554]: cluster 2023-12-07T19:49:58.487523+0000 mgr.a (mgr.24293) 24039 : cluster 0 pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:59 smithi044 bash[32620]: audit 2023-12-07T19:49:58.217755+0000 mgr.a (mgr.24293) 24038 : audit 0 from='client.472128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:49:59 smithi044 bash[32620]: cluster 2023-12-07T19:49:58.487523+0000 mgr.a (mgr.24293) 24039 : cluster 0 pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:59 smithi027 bash[31536]: audit 2023-12-07T19:49:58.217755+0000 mgr.a (mgr.24293) 24038 : audit 0 from='client.472128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:49:59 smithi027 bash[31536]: cluster 2023-12-07T19:49:58.487523+0000 mgr.a (mgr.24293) 24039 : cluster 0 pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:00 smithi022 bash[28554]: cluster 2023-12-07T19:50:00.000161+0000 mon.a (mon.0) 3752 : cluster 1 overall HEALTH_OK 2023-12-07T19:50:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:00 smithi044 bash[32620]: cluster 2023-12-07T19:50:00.000161+0000 mon.a (mon.0) 3752 : cluster 1 overall HEALTH_OK 2023-12-07T19:50:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:00 smithi027 bash[31536]: cluster 2023-12-07T19:50:00.000161+0000 mon.a (mon.0) 3752 : cluster 1 overall HEALTH_OK 2023-12-07T19:50:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:01 smithi022 bash[28554]: cluster 2023-12-07T19:50:00.488185+0000 mgr.a (mgr.24293) 24040 : cluster 0 pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:01 smithi044 bash[32620]: cluster 2023-12-07T19:50:00.488185+0000 mgr.a (mgr.24293) 24040 : cluster 0 pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:01 smithi027 bash[31536]: cluster 2023-12-07T19:50:00.488185+0000 mgr.a (mgr.24293) 24040 : cluster 0 pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:03.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:03.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:03.734 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:03 smithi022 bash[28554]: cluster 2023-12-07T19:50:02.489051+0000 mgr.a (mgr.24293) 24041 : cluster 0 pgmap v17978: 33 pgs: 33 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:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:03 smithi044 bash[32620]: cluster 2023-12-07T19:50:02.489051+0000 mgr.a (mgr.24293) 24041 : cluster 0 pgmap v17978: 33 pgs: 33 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:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:03 smithi027 bash[31536]: cluster 2023-12-07T19:50:02.489051+0000 mgr.a (mgr.24293) 24041 : cluster 0 pgmap v17978: 33 pgs: 33 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:04.686 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:04.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:04.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:04.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:04.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:05 smithi022 bash[28554]: audit 2023-12-07T19:50:04.153122+0000 mgr.a (mgr.24293) 24042 : audit 0 from='client.472197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:05 smithi022 bash[28554]: cluster 2023-12-07T19:50:04.489599+0000 mgr.a (mgr.24293) 24043 : cluster 0 pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:05 smithi044 bash[32620]: audit 2023-12-07T19:50:04.153122+0000 mgr.a (mgr.24293) 24042 : audit 0 from='client.472197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:05 smithi044 bash[32620]: cluster 2023-12-07T19:50:04.489599+0000 mgr.a (mgr.24293) 24043 : cluster 0 pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:05 smithi027 bash[31536]: audit 2023-12-07T19:50:04.153122+0000 mgr.a (mgr.24293) 24042 : audit 0 from='client.472197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:05 smithi027 bash[31536]: cluster 2023-12-07T19:50:04.489599+0000 mgr.a (mgr.24293) 24043 : cluster 0 pgmap v17979: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:07 smithi022 bash[28554]: cluster 2023-12-07T19:50:06.490505+0000 mgr.a (mgr.24293) 24044 : cluster 0 pgmap v17980: 33 pgs: 33 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:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:07 smithi044 bash[32620]: cluster 2023-12-07T19:50:06.490505+0000 mgr.a (mgr.24293) 24044 : cluster 0 pgmap v17980: 33 pgs: 33 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:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:07 smithi027 bash[31536]: cluster 2023-12-07T19:50:06.490505+0000 mgr.a (mgr.24293) 24044 : cluster 0 pgmap v17980: 33 pgs: 33 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:09.690 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:09.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:09.690 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:09 smithi022 bash[28554]: cluster 2023-12-07T19:50:08.491104+0000 mgr.a (mgr.24293) 24045 : cluster 0 pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:09 smithi044 bash[32620]: cluster 2023-12-07T19:50:08.491104+0000 mgr.a (mgr.24293) 24045 : cluster 0 pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:09 smithi027 bash[31536]: cluster 2023-12-07T19:50:08.491104+0000 mgr.a (mgr.24293) 24045 : cluster 0 pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:10.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:10.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:10.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:10.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:10 smithi022 bash[28554]: audit 2023-12-07T19:50:10.104451+0000 mgr.a (mgr.24293) 24046 : audit 0 from='client.472275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:10 smithi044 bash[32620]: audit 2023-12-07T19:50:10.104451+0000 mgr.a (mgr.24293) 24046 : audit 0 from='client.472275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:10 smithi027 bash[31536]: audit 2023-12-07T19:50:10.104451+0000 mgr.a (mgr.24293) 24046 : audit 0 from='client.472275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:11 smithi022 bash[28554]: cluster 2023-12-07T19:50:10.501179+0000 mgr.a (mgr.24293) 24047 : cluster 0 pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:11 smithi022 bash[28554]: audit 2023-12-07T19:50:11.653348+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:11 smithi044 bash[32620]: cluster 2023-12-07T19:50:10.501179+0000 mgr.a (mgr.24293) 24047 : cluster 0 pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:11 smithi044 bash[32620]: audit 2023-12-07T19:50:11.653348+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:11 smithi027 bash[31536]: cluster 2023-12-07T19:50:10.501179+0000 mgr.a (mgr.24293) 24047 : cluster 0 pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:11 smithi027 bash[31536]: audit 2023-12-07T19:50:11.653348+0000 mon.a (mon.0) 3753 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.181300+0000 mon.a (mon.0) 3754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.186594+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.191066+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.195058+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: cluster 2023-12-07T19:50:12.502223+0000 mgr.a (mgr.24293) 24048 : cluster 0 pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.926944+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.928727+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:13.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:13 smithi027 bash[31536]: audit 2023-12-07T19:50:12.937908+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.181300+0000 mon.a (mon.0) 3754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.186594+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.191066+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.195058+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: cluster 2023-12-07T19:50:12.502223+0000 mgr.a (mgr.24293) 24048 : cluster 0 pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.926944+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.928727+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:13 smithi022 bash[28554]: audit 2023-12-07T19:50:12.937908+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.181300+0000 mon.a (mon.0) 3754 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.186594+0000 mon.a (mon.0) 3755 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.191066+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.195058+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: cluster 2023-12-07T19:50:12.502223+0000 mgr.a (mgr.24293) 24048 : cluster 0 pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:50:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.926944+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.928727+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:13.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:13 smithi044 bash[32620]: audit 2023-12-07T19:50:12.937908+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:50:15.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:15.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:15.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:15.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:15 smithi022 bash[28554]: cluster 2023-12-07T19:50:14.502823+0000 mgr.a (mgr.24293) 24049 : cluster 0 pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:50:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:15 smithi044 bash[32620]: cluster 2023-12-07T19:50:14.502823+0000 mgr.a (mgr.24293) 24049 : cluster 0 pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:50:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:15 smithi027 bash[31536]: cluster 2023-12-07T19:50:14.502823+0000 mgr.a (mgr.24293) 24049 : cluster 0 pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:50:16.583 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:16.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:16.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:16.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:16.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:16 smithi022 bash[28554]: audit 2023-12-07T19:50:16.040033+0000 mgr.a (mgr.24293) 24050 : audit 0 from='client.472353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:16 smithi044 bash[32620]: audit 2023-12-07T19:50:16.040033+0000 mgr.a (mgr.24293) 24050 : audit 0 from='client.472353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:16 smithi027 bash[31536]: audit 2023-12-07T19:50:16.040033+0000 mgr.a (mgr.24293) 24050 : audit 0 from='client.472353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:17 smithi022 bash[28554]: cluster 2023-12-07T19:50:16.503774+0000 mgr.a (mgr.24293) 24051 : cluster 0 pgmap v17985: 33 pgs: 33 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:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:17 smithi044 bash[32620]: cluster 2023-12-07T19:50:16.503774+0000 mgr.a (mgr.24293) 24051 : cluster 0 pgmap v17985: 33 pgs: 33 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:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:17 smithi027 bash[31536]: cluster 2023-12-07T19:50:16.503774+0000 mgr.a (mgr.24293) 24051 : cluster 0 pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:19.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:19 smithi022 bash[28554]: cluster 2023-12-07T19:50:18.504314+0000 mgr.a (mgr.24293) 24052 : cluster 0 pgmap v17986: 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:50:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:19 smithi044 bash[32620]: cluster 2023-12-07T19:50:18.504314+0000 mgr.a (mgr.24293) 24052 : cluster 0 pgmap v17986: 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:50:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:19 smithi027 bash[31536]: cluster 2023-12-07T19:50:18.504314+0000 mgr.a (mgr.24293) 24052 : cluster 0 pgmap v17986: 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:50:21.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:21.585 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:21.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:21 smithi022 bash[28554]: cluster 2023-12-07T19:50:20.504954+0000 mgr.a (mgr.24293) 24053 : cluster 0 pgmap v17987: 33 pgs: 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:50:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:21 smithi044 bash[32620]: cluster 2023-12-07T19:50:20.504954+0000 mgr.a (mgr.24293) 24053 : cluster 0 pgmap v17987: 33 pgs: 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:50:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:21 smithi027 bash[31536]: cluster 2023-12-07T19:50:20.504954+0000 mgr.a (mgr.24293) 24053 : cluster 0 pgmap v17987: 33 pgs: 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:50:22.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:22.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:22.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:22.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:22.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:22 smithi022 bash[28554]: audit 2023-12-07T19:50:21.996308+0000 mgr.a (mgr.24293) 24054 : audit 0 from='client.472425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:22 smithi044 bash[32620]: audit 2023-12-07T19:50:21.996308+0000 mgr.a (mgr.24293) 24054 : audit 0 from='client.472425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:22 smithi027 bash[31536]: audit 2023-12-07T19:50:21.996308+0000 mgr.a (mgr.24293) 24054 : audit 0 from='client.472425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:23 smithi022 bash[28554]: cluster 2023-12-07T19:50:22.505739+0000 mgr.a (mgr.24293) 24055 : cluster 0 pgmap v17988: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:23 smithi044 bash[32620]: cluster 2023-12-07T19:50:22.505739+0000 mgr.a (mgr.24293) 24055 : cluster 0 pgmap v17988: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:23 smithi027 bash[31536]: cluster 2023-12-07T19:50:22.505739+0000 mgr.a (mgr.24293) 24055 : cluster 0 pgmap v17988: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:25 smithi022 bash[28554]: cluster 2023-12-07T19:50:24.506459+0000 mgr.a (mgr.24293) 24056 : cluster 0 pgmap v17989: 33 pgs: 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:50:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:25 smithi044 bash[32620]: cluster 2023-12-07T19:50:24.506459+0000 mgr.a (mgr.24293) 24056 : cluster 0 pgmap v17989: 33 pgs: 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:50:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:25 smithi027 bash[31536]: cluster 2023-12-07T19:50:24.506459+0000 mgr.a (mgr.24293) 24056 : cluster 0 pgmap v17989: 33 pgs: 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:50:27.521 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:27.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:27.522 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:27 smithi022 bash[28554]: cluster 2023-12-07T19:50:26.507290+0000 mgr.a (mgr.24293) 24057 : cluster 0 pgmap v17990: 33 pgs: 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:50:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:27 smithi044 bash[32620]: cluster 2023-12-07T19:50:26.507290+0000 mgr.a (mgr.24293) 24057 : cluster 0 pgmap v17990: 33 pgs: 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:50:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:27 smithi027 bash[31536]: cluster 2023-12-07T19:50:26.507290+0000 mgr.a (mgr.24293) 24057 : cluster 0 pgmap v17990: 33 pgs: 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:50:28.456 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:28.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:28.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:28.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:28.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:28 smithi022 bash[28554]: audit 2023-12-07T19:50:27.935737+0000 mgr.a (mgr.24293) 24058 : audit 0 from='client.472497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:28 smithi044 bash[32620]: audit 2023-12-07T19:50:27.935737+0000 mgr.a (mgr.24293) 24058 : audit 0 from='client.472497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:28 smithi027 bash[31536]: audit 2023-12-07T19:50:27.935737+0000 mgr.a (mgr.24293) 24058 : audit 0 from='client.472497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:29 smithi022 bash[28554]: cluster 2023-12-07T19:50:28.508096+0000 mgr.a (mgr.24293) 24059 : cluster 0 pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:29 smithi044 bash[32620]: cluster 2023-12-07T19:50:28.508096+0000 mgr.a (mgr.24293) 24059 : cluster 0 pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:29 smithi027 bash[31536]: cluster 2023-12-07T19:50:28.508096+0000 mgr.a (mgr.24293) 24059 : cluster 0 pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:31 smithi022 bash[28554]: cluster 2023-12-07T19:50:30.508829+0000 mgr.a (mgr.24293) 24060 : cluster 0 pgmap v17992: 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:50:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:31 smithi044 bash[32620]: cluster 2023-12-07T19:50:30.508829+0000 mgr.a (mgr.24293) 24060 : cluster 0 pgmap v17992: 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:50:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:31 smithi027 bash[31536]: cluster 2023-12-07T19:50:30.508829+0000 mgr.a (mgr.24293) 24060 : cluster 0 pgmap v17992: 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:50:33.459 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:33.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:33.460 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:33 smithi022 bash[28554]: cluster 2023-12-07T19:50:32.509551+0000 mgr.a (mgr.24293) 24061 : cluster 0 pgmap v17993: 33 pgs: 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:50:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:33 smithi044 bash[32620]: cluster 2023-12-07T19:50:32.509551+0000 mgr.a (mgr.24293) 24061 : cluster 0 pgmap v17993: 33 pgs: 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:50:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:33 smithi027 bash[31536]: cluster 2023-12-07T19:50:32.509551+0000 mgr.a (mgr.24293) 24061 : cluster 0 pgmap v17993: 33 pgs: 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:50:34.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:34.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:34.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:34.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:34.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:34 smithi022 bash[28554]: audit 2023-12-07T19:50:33.882505+0000 mgr.a (mgr.24293) 24062 : audit 0 from='client.472575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:34 smithi044 bash[32620]: audit 2023-12-07T19:50:33.882505+0000 mgr.a (mgr.24293) 24062 : audit 0 from='client.472575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:34 smithi027 bash[31536]: audit 2023-12-07T19:50:33.882505+0000 mgr.a (mgr.24293) 24062 : audit 0 from='client.472575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:35 smithi022 bash[28554]: cluster 2023-12-07T19:50:34.510295+0000 mgr.a (mgr.24293) 24063 : cluster 0 pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:35 smithi044 bash[32620]: cluster 2023-12-07T19:50:34.510295+0000 mgr.a (mgr.24293) 24063 : cluster 0 pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:35 smithi027 bash[31536]: cluster 2023-12-07T19:50:34.510295+0000 mgr.a (mgr.24293) 24063 : cluster 0 pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:37 smithi022 bash[28554]: cluster 2023-12-07T19:50:36.511142+0000 mgr.a (mgr.24293) 24064 : cluster 0 pgmap v17995: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:37 smithi044 bash[32620]: cluster 2023-12-07T19:50:36.511142+0000 mgr.a (mgr.24293) 24064 : cluster 0 pgmap v17995: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:37 smithi027 bash[31536]: cluster 2023-12-07T19:50:36.511142+0000 mgr.a (mgr.24293) 24064 : cluster 0 pgmap v17995: 33 pgs: 33 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:39.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:39.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:39.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:39 smithi022 bash[28554]: cluster 2023-12-07T19:50:38.512010+0000 mgr.a (mgr.24293) 24065 : cluster 0 pgmap v17996: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:39 smithi044 bash[32620]: cluster 2023-12-07T19:50:38.512010+0000 mgr.a (mgr.24293) 24065 : cluster 0 pgmap v17996: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:39 smithi027 bash[31536]: cluster 2023-12-07T19:50:38.512010+0000 mgr.a (mgr.24293) 24065 : cluster 0 pgmap v17996: 33 pgs: 33 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:40.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:40.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:40.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:40.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:40.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:40 smithi022 bash[28554]: audit 2023-12-07T19:50:39.828131+0000 mgr.a (mgr.24293) 24066 : audit 0 from='client.472653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:40 smithi044 bash[32620]: audit 2023-12-07T19:50:39.828131+0000 mgr.a (mgr.24293) 24066 : audit 0 from='client.472653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:40 smithi027 bash[31536]: audit 2023-12-07T19:50:39.828131+0000 mgr.a (mgr.24293) 24066 : audit 0 from='client.472653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:41.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:41 smithi022 bash[28554]: cluster 2023-12-07T19:50:40.512876+0000 mgr.a (mgr.24293) 24067 : cluster 0 pgmap v17997: 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:50:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:41 smithi044 bash[32620]: cluster 2023-12-07T19:50:40.512876+0000 mgr.a (mgr.24293) 24067 : cluster 0 pgmap v17997: 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:50:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:41 smithi027 bash[31536]: cluster 2023-12-07T19:50:40.512876+0000 mgr.a (mgr.24293) 24067 : cluster 0 pgmap v17997: 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:50:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:43 smithi044 bash[32620]: cluster 2023-12-07T19:50:42.513635+0000 mgr.a (mgr.24293) 24068 : cluster 0 pgmap v17998: 33 pgs: 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:50:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:43 smithi027 bash[31536]: cluster 2023-12-07T19:50:42.513635+0000 mgr.a (mgr.24293) 24068 : cluster 0 pgmap v17998: 33 pgs: 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:50:44.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:43 smithi022 bash[28554]: cluster 2023-12-07T19:50:42.513635+0000 mgr.a (mgr.24293) 24068 : cluster 0 pgmap v17998: 33 pgs: 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:50:45.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:45.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:45.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:45 smithi027 bash[31536]: cluster 2023-12-07T19:50:44.514169+0000 mgr.a (mgr.24293) 24069 : cluster 0 pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:45 smithi044 bash[32620]: cluster 2023-12-07T19:50:44.514169+0000 mgr.a (mgr.24293) 24069 : cluster 0 pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:46.332 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:46.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:46.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:46.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:46.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:46 smithi027 bash[31536]: audit 2023-12-07T19:50:45.783258+0000 mgr.a (mgr.24293) 24070 : audit 0 from='client.472728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:45 smithi022 bash[28554]: cluster 2023-12-07T19:50:44.514169+0000 mgr.a (mgr.24293) 24069 : cluster 0 pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:46 smithi022 bash[28554]: audit 2023-12-07T19:50:45.783258+0000 mgr.a (mgr.24293) 24070 : audit 0 from='client.472728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:46 smithi044 bash[32620]: audit 2023-12-07T19:50:45.783258+0000 mgr.a (mgr.24293) 24070 : audit 0 from='client.472728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:47 smithi027 bash[31536]: cluster 2023-12-07T19:50:46.515320+0000 mgr.a (mgr.24293) 24071 : cluster 0 pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:47 smithi022 bash[28554]: cluster 2023-12-07T19:50:46.515320+0000 mgr.a (mgr.24293) 24071 : cluster 0 pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:47 smithi044 bash[32620]: cluster 2023-12-07T19:50:46.515320+0000 mgr.a (mgr.24293) 24071 : cluster 0 pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:49 smithi027 bash[31536]: cluster 2023-12-07T19:50:48.515966+0000 mgr.a (mgr.24293) 24072 : cluster 0 pgmap v18001: 33 pgs: 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:49 smithi022 bash[28554]: cluster 2023-12-07T19:50:48.515966+0000 mgr.a (mgr.24293) 24072 : cluster 0 pgmap v18001: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:49 smithi044 bash[32620]: cluster 2023-12-07T19:50:48.515966+0000 mgr.a (mgr.24293) 24072 : cluster 0 pgmap v18001: 33 pgs: 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:51.335 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:51.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:51.336 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:51 smithi027 bash[31536]: cluster 2023-12-07T19:50:50.516717+0000 mgr.a (mgr.24293) 24073 : cluster 0 pgmap v18002: 33 pgs: 33 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:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:51 smithi022 bash[28554]: cluster 2023-12-07T19:50:50.516717+0000 mgr.a (mgr.24293) 24073 : cluster 0 pgmap v18002: 33 pgs: 33 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:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:51 smithi044 bash[32620]: cluster 2023-12-07T19:50:50.516717+0000 mgr.a (mgr.24293) 24073 : cluster 0 pgmap v18002: 33 pgs: 33 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:52.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:52.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:52.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:52.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:52.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:52 smithi022 bash[28554]: audit 2023-12-07T19:50:51.744231+0000 mgr.a (mgr.24293) 24074 : audit 0 from='client.472803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:52 smithi044 bash[32620]: audit 2023-12-07T19:50:51.744231+0000 mgr.a (mgr.24293) 24074 : audit 0 from='client.472803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:52 smithi027 bash[31536]: audit 2023-12-07T19:50:51.744231+0000 mgr.a (mgr.24293) 24074 : audit 0 from='client.472803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:54.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:53 smithi022 bash[28554]: cluster 2023-12-07T19:50:52.517467+0000 mgr.a (mgr.24293) 24075 : cluster 0 pgmap v18003: 33 pgs: 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:50:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:53 smithi044 bash[32620]: cluster 2023-12-07T19:50:52.517467+0000 mgr.a (mgr.24293) 24075 : cluster 0 pgmap v18003: 33 pgs: 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:50:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:53 smithi027 bash[31536]: cluster 2023-12-07T19:50:52.517467+0000 mgr.a (mgr.24293) 24075 : cluster 0 pgmap v18003: 33 pgs: 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:50:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:55 smithi022 bash[28554]: cluster 2023-12-07T19:50:54.518082+0000 mgr.a (mgr.24293) 24076 : cluster 0 pgmap v18004: 33 pgs: 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:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:55 smithi044 bash[32620]: cluster 2023-12-07T19:50:54.518082+0000 mgr.a (mgr.24293) 24076 : cluster 0 pgmap v18004: 33 pgs: 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:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:55 smithi027 bash[31536]: cluster 2023-12-07T19:50:54.518082+0000 mgr.a (mgr.24293) 24076 : cluster 0 pgmap v18004: 33 pgs: 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:57.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:50:57.258 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:57.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:57 smithi022 bash[28554]: cluster 2023-12-07T19:50:56.518962+0000 mgr.a (mgr.24293) 24077 : cluster 0 pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:57 smithi044 bash[32620]: cluster 2023-12-07T19:50:56.518962+0000 mgr.a (mgr.24293) 24077 : cluster 0 pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:58.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:50:58.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:58.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:58.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:58.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:50:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:57 smithi027 bash[31536]: cluster 2023-12-07T19:50:56.518962+0000 mgr.a (mgr.24293) 24077 : cluster 0 pgmap v18005: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:58 smithi022 bash[28554]: audit 2023-12-07T19:50:57.673692+0000 mgr.a (mgr.24293) 24078 : audit 0 from='client.472878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:58 smithi044 bash[32620]: audit 2023-12-07T19:50:57.673692+0000 mgr.a (mgr.24293) 24078 : audit 0 from='client.472878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:58 smithi027 bash[31536]: audit 2023-12-07T19:50:57.673692+0000 mgr.a (mgr.24293) 24078 : audit 0 from='client.472878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:50:59 smithi022 bash[28554]: cluster 2023-12-07T19:50:58.519736+0000 mgr.a (mgr.24293) 24079 : cluster 0 pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:50:59 smithi044 bash[32620]: cluster 2023-12-07T19:50:58.519736+0000 mgr.a (mgr.24293) 24079 : cluster 0 pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:50:59 smithi027 bash[31536]: cluster 2023-12-07T19:50:58.519736+0000 mgr.a (mgr.24293) 24079 : cluster 0 pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:01 smithi022 bash[28554]: cluster 2023-12-07T19:51:00.520724+0000 mgr.a (mgr.24293) 24080 : cluster 0 pgmap v18007: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:01 smithi044 bash[32620]: cluster 2023-12-07T19:51:00.520724+0000 mgr.a (mgr.24293) 24080 : cluster 0 pgmap v18007: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:01 smithi027 bash[31536]: cluster 2023-12-07T19:51:00.520724+0000 mgr.a (mgr.24293) 24080 : cluster 0 pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:03.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:03.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:03.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:04.122 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:04.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:04.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:04.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:04.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:03 smithi022 bash[28554]: cluster 2023-12-07T19:51:02.521361+0000 mgr.a (mgr.24293) 24081 : cluster 0 pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:03 smithi044 bash[32620]: cluster 2023-12-07T19:51:02.521361+0000 mgr.a (mgr.24293) 24081 : cluster 0 pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:03 smithi027 bash[31536]: cluster 2023-12-07T19:51:02.521361+0000 mgr.a (mgr.24293) 24081 : cluster 0 pgmap v18008: 33 pgs: 33 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:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:04 smithi022 bash[28554]: audit 2023-12-07T19:51:03.607396+0000 mgr.a (mgr.24293) 24082 : audit 0 from='client.472953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:04 smithi044 bash[32620]: audit 2023-12-07T19:51:03.607396+0000 mgr.a (mgr.24293) 24082 : audit 0 from='client.472953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:04 smithi027 bash[31536]: audit 2023-12-07T19:51:03.607396+0000 mgr.a (mgr.24293) 24082 : audit 0 from='client.472953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:05 smithi022 bash[28554]: cluster 2023-12-07T19:51:04.522162+0000 mgr.a (mgr.24293) 24083 : cluster 0 pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:05 smithi044 bash[32620]: cluster 2023-12-07T19:51:04.522162+0000 mgr.a (mgr.24293) 24083 : cluster 0 pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:05 smithi027 bash[31536]: cluster 2023-12-07T19:51:04.522162+0000 mgr.a (mgr.24293) 24083 : cluster 0 pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:07 smithi022 bash[28554]: cluster 2023-12-07T19:51:06.523048+0000 mgr.a (mgr.24293) 24084 : cluster 0 pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:07 smithi044 bash[32620]: cluster 2023-12-07T19:51:06.523048+0000 mgr.a (mgr.24293) 24084 : cluster 0 pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:07 smithi027 bash[31536]: cluster 2023-12-07T19:51:06.523048+0000 mgr.a (mgr.24293) 24084 : cluster 0 pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:09.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:09.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:09.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:10.069 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:10.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:10.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:10.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:10.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:09 smithi022 bash[28554]: cluster 2023-12-07T19:51:08.523659+0000 mgr.a (mgr.24293) 24085 : cluster 0 pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:09 smithi044 bash[32620]: cluster 2023-12-07T19:51:08.523659+0000 mgr.a (mgr.24293) 24085 : cluster 0 pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:09 smithi027 bash[31536]: cluster 2023-12-07T19:51:08.523659+0000 mgr.a (mgr.24293) 24085 : cluster 0 pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:10 smithi022 bash[28554]: audit 2023-12-07T19:51:09.543455+0000 mgr.a (mgr.24293) 24086 : audit 0 from='client.473031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:10 smithi044 bash[32620]: audit 2023-12-07T19:51:09.543455+0000 mgr.a (mgr.24293) 24086 : audit 0 from='client.473031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:10 smithi027 bash[31536]: audit 2023-12-07T19:51:09.543455+0000 mgr.a (mgr.24293) 24086 : audit 0 from='client.473031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:11 smithi022 bash[28554]: cluster 2023-12-07T19:51:10.524658+0000 mgr.a (mgr.24293) 24087 : cluster 0 pgmap v18012: 33 pgs: 33 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:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:11 smithi044 bash[32620]: cluster 2023-12-07T19:51:10.524658+0000 mgr.a (mgr.24293) 24087 : cluster 0 pgmap v18012: 33 pgs: 33 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:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:11 smithi027 bash[31536]: cluster 2023-12-07T19:51:10.524658+0000 mgr.a (mgr.24293) 24087 : cluster 0 pgmap v18012: 33 pgs: 33 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:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:13 smithi022 bash[28554]: cluster 2023-12-07T19:51:12.525363+0000 mgr.a (mgr.24293) 24088 : cluster 0 pgmap v18013: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:13 smithi022 bash[28554]: audit 2023-12-07T19:51:13.041733+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:13 smithi044 bash[32620]: cluster 2023-12-07T19:51:12.525363+0000 mgr.a (mgr.24293) 24088 : cluster 0 pgmap v18013: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:13 smithi044 bash[32620]: audit 2023-12-07T19:51:13.041733+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:13 smithi027 bash[31536]: cluster 2023-12-07T19:51:12.525363+0000 mgr.a (mgr.24293) 24088 : cluster 0 pgmap v18013: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:13 smithi027 bash[31536]: audit 2023-12-07T19:51:13.041733+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:15.072 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:15.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:15.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:14 smithi022 bash[28554]: audit 2023-12-07T19:51:13.833284+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:14 smithi022 bash[28554]: audit 2023-12-07T19:51:13.835101+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:14 smithi022 bash[28554]: audit 2023-12-07T19:51:13.844880+0000 mon.a (mon.0) 3764 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:51:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:14 smithi044 bash[32620]: audit 2023-12-07T19:51:13.833284+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:14 smithi044 bash[32620]: audit 2023-12-07T19:51:13.835101+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:14 smithi044 bash[32620]: audit 2023-12-07T19:51:13.844880+0000 mon.a (mon.0) 3764 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:51:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:14 smithi027 bash[31536]: audit 2023-12-07T19:51:13.833284+0000 mon.a (mon.0) 3762 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:14 smithi027 bash[31536]: audit 2023-12-07T19:51:13.835101+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:14 smithi027 bash[31536]: audit 2023-12-07T19:51:13.844880+0000 mon.a (mon.0) 3764 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:51:16.013 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:16.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:16.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:16.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:16.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:15 smithi022 bash[28554]: cluster 2023-12-07T19:51:14.525994+0000 mgr.a (mgr.24293) 24089 : cluster 0 pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:15 smithi044 bash[32620]: cluster 2023-12-07T19:51:14.525994+0000 mgr.a (mgr.24293) 24089 : cluster 0 pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:15 smithi027 bash[31536]: cluster 2023-12-07T19:51:14.525994+0000 mgr.a (mgr.24293) 24089 : cluster 0 pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:16 smithi022 bash[28554]: audit 2023-12-07T19:51:15.483850+0000 mgr.a (mgr.24293) 24090 : audit 0 from='client.473109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:16 smithi044 bash[32620]: audit 2023-12-07T19:51:15.483850+0000 mgr.a (mgr.24293) 24090 : audit 0 from='client.473109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:16 smithi027 bash[31536]: audit 2023-12-07T19:51:15.483850+0000 mgr.a (mgr.24293) 24090 : audit 0 from='client.473109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:17 smithi022 bash[28554]: cluster 2023-12-07T19:51:16.527106+0000 mgr.a (mgr.24293) 24091 : cluster 0 pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:17 smithi044 bash[32620]: cluster 2023-12-07T19:51:16.527106+0000 mgr.a (mgr.24293) 24091 : cluster 0 pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:17 smithi027 bash[31536]: cluster 2023-12-07T19:51:16.527106+0000 mgr.a (mgr.24293) 24091 : cluster 0 pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:19 smithi022 bash[28554]: cluster 2023-12-07T19:51:18.527732+0000 mgr.a (mgr.24293) 24092 : cluster 0 pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:19 smithi044 bash[32620]: cluster 2023-12-07T19:51:18.527732+0000 mgr.a (mgr.24293) 24092 : cluster 0 pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:19 smithi027 bash[31536]: cluster 2023-12-07T19:51:18.527732+0000 mgr.a (mgr.24293) 24092 : cluster 0 pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:21.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:21.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:21.017 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:21.947 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:21.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:21.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:21.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:21.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:21 smithi022 bash[28554]: cluster 2023-12-07T19:51:20.528449+0000 mgr.a (mgr.24293) 24093 : cluster 0 pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:21 smithi044 bash[32620]: cluster 2023-12-07T19:51:20.528449+0000 mgr.a (mgr.24293) 24093 : cluster 0 pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:21 smithi027 bash[31536]: cluster 2023-12-07T19:51:20.528449+0000 mgr.a (mgr.24293) 24093 : cluster 0 pgmap v18017: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:22 smithi022 bash[28554]: audit 2023-12-07T19:51:21.439424+0000 mgr.a (mgr.24293) 24094 : audit 0 from='client.473181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:22 smithi044 bash[32620]: audit 2023-12-07T19:51:21.439424+0000 mgr.a (mgr.24293) 24094 : audit 0 from='client.473181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:22 smithi027 bash[31536]: audit 2023-12-07T19:51:21.439424+0000 mgr.a (mgr.24293) 24094 : audit 0 from='client.473181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:23 smithi022 bash[28554]: cluster 2023-12-07T19:51:22.529179+0000 mgr.a (mgr.24293) 24095 : cluster 0 pgmap v18018: 33 pgs: 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:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:23 smithi044 bash[32620]: cluster 2023-12-07T19:51:22.529179+0000 mgr.a (mgr.24293) 24095 : cluster 0 pgmap v18018: 33 pgs: 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:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:23 smithi027 bash[31536]: cluster 2023-12-07T19:51:22.529179+0000 mgr.a (mgr.24293) 24095 : cluster 0 pgmap v18018: 33 pgs: 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:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:25 smithi022 bash[28554]: cluster 2023-12-07T19:51:24.529792+0000 mgr.a (mgr.24293) 24096 : cluster 0 pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:25 smithi044 bash[32620]: cluster 2023-12-07T19:51:24.529792+0000 mgr.a (mgr.24293) 24096 : cluster 0 pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:25 smithi027 bash[31536]: cluster 2023-12-07T19:51:24.529792+0000 mgr.a (mgr.24293) 24096 : cluster 0 pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:26.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:26.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:26.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:27.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:27.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:27.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:27.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:27.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:27 smithi022 bash[28554]: cluster 2023-12-07T19:51:26.530643+0000 mgr.a (mgr.24293) 24097 : cluster 0 pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:27 smithi044 bash[32620]: cluster 2023-12-07T19:51:26.530643+0000 mgr.a (mgr.24293) 24097 : cluster 0 pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:27 smithi027 bash[31536]: cluster 2023-12-07T19:51:26.530643+0000 mgr.a (mgr.24293) 24097 : cluster 0 pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:28 smithi022 bash[28554]: audit 2023-12-07T19:51:27.366608+0000 mgr.a (mgr.24293) 24098 : audit 0 from='client.473259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:28 smithi044 bash[32620]: audit 2023-12-07T19:51:27.366608+0000 mgr.a (mgr.24293) 24098 : audit 0 from='client.473259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:28 smithi027 bash[31536]: audit 2023-12-07T19:51:27.366608+0000 mgr.a (mgr.24293) 24098 : audit 0 from='client.473259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:30.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:29 smithi022 bash[28554]: cluster 2023-12-07T19:51:28.531444+0000 mgr.a (mgr.24293) 24099 : cluster 0 pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:29 smithi044 bash[32620]: cluster 2023-12-07T19:51:28.531444+0000 mgr.a (mgr.24293) 24099 : cluster 0 pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:29 smithi027 bash[31536]: cluster 2023-12-07T19:51:28.531444+0000 mgr.a (mgr.24293) 24099 : cluster 0 pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:31 smithi022 bash[28554]: cluster 2023-12-07T19:51:30.532255+0000 mgr.a (mgr.24293) 24100 : cluster 0 pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:31 smithi044 bash[32620]: cluster 2023-12-07T19:51:30.532255+0000 mgr.a (mgr.24293) 24100 : cluster 0 pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:31 smithi027 bash[31536]: cluster 2023-12-07T19:51:30.532255+0000 mgr.a (mgr.24293) 24100 : cluster 0 pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:32.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:32.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:32.887 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:33.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:33.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:33.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:33.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:33.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:33 smithi022 bash[28554]: cluster 2023-12-07T19:51:32.532839+0000 mgr.a (mgr.24293) 24101 : cluster 0 pgmap v18023: 33 pgs: 33 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:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:33 smithi044 bash[32620]: cluster 2023-12-07T19:51:32.532839+0000 mgr.a (mgr.24293) 24101 : cluster 0 pgmap v18023: 33 pgs: 33 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:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:33 smithi027 bash[31536]: cluster 2023-12-07T19:51:32.532839+0000 mgr.a (mgr.24293) 24101 : cluster 0 pgmap v18023: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:34 smithi022 bash[28554]: audit 2023-12-07T19:51:33.302970+0000 mgr.a (mgr.24293) 24102 : audit 0 from='client.473337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:34 smithi044 bash[32620]: audit 2023-12-07T19:51:33.302970+0000 mgr.a (mgr.24293) 24102 : audit 0 from='client.473337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:34 smithi027 bash[31536]: audit 2023-12-07T19:51:33.302970+0000 mgr.a (mgr.24293) 24102 : audit 0 from='client.473337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:35 smithi022 bash[28554]: cluster 2023-12-07T19:51:34.533554+0000 mgr.a (mgr.24293) 24103 : cluster 0 pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:35 smithi044 bash[32620]: cluster 2023-12-07T19:51:34.533554+0000 mgr.a (mgr.24293) 24103 : cluster 0 pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:35 smithi027 bash[31536]: cluster 2023-12-07T19:51:34.533554+0000 mgr.a (mgr.24293) 24103 : cluster 0 pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:37 smithi022 bash[28554]: cluster 2023-12-07T19:51:36.534443+0000 mgr.a (mgr.24293) 24104 : cluster 0 pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:37 smithi044 bash[32620]: cluster 2023-12-07T19:51:36.534443+0000 mgr.a (mgr.24293) 24104 : cluster 0 pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:37 smithi027 bash[31536]: cluster 2023-12-07T19:51:36.534443+0000 mgr.a (mgr.24293) 24104 : cluster 0 pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:38.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:38.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:38.849 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:39.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:39.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:39.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:39.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:39.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:39 smithi022 bash[28554]: cluster 2023-12-07T19:51:38.535020+0000 mgr.a (mgr.24293) 24105 : cluster 0 pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:39 smithi044 bash[32620]: cluster 2023-12-07T19:51:38.535020+0000 mgr.a (mgr.24293) 24105 : cluster 0 pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:39 smithi027 bash[31536]: cluster 2023-12-07T19:51:38.535020+0000 mgr.a (mgr.24293) 24105 : cluster 0 pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:40 smithi022 bash[28554]: audit 2023-12-07T19:51:39.261790+0000 mgr.a (mgr.24293) 24106 : audit 0 from='client.473415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:40 smithi044 bash[32620]: audit 2023-12-07T19:51:39.261790+0000 mgr.a (mgr.24293) 24106 : audit 0 from='client.473415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:40 smithi027 bash[31536]: audit 2023-12-07T19:51:39.261790+0000 mgr.a (mgr.24293) 24106 : audit 0 from='client.473415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:41 smithi044 bash[32620]: cluster 2023-12-07T19:51:40.535983+0000 mgr.a (mgr.24293) 24107 : cluster 0 pgmap v18027: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:41 smithi027 bash[31536]: cluster 2023-12-07T19:51:40.535983+0000 mgr.a (mgr.24293) 24107 : cluster 0 pgmap v18027: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:41 smithi022 bash[28554]: cluster 2023-12-07T19:51:40.535983+0000 mgr.a (mgr.24293) 24107 : cluster 0 pgmap v18027: 33 pgs: 33 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:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:43 smithi027 bash[31536]: cluster 2023-12-07T19:51:42.536595+0000 mgr.a (mgr.24293) 24108 : cluster 0 pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:43 smithi022 bash[28554]: cluster 2023-12-07T19:51:42.536595+0000 mgr.a (mgr.24293) 24108 : cluster 0 pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:43 smithi044 bash[32620]: cluster 2023-12-07T19:51:42.536595+0000 mgr.a (mgr.24293) 24108 : cluster 0 pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:44.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:44.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:44.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:45.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:45.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:45.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:45.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:45.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:45 smithi027 bash[31536]: cluster 2023-12-07T19:51:44.537179+0000 mgr.a (mgr.24293) 24109 : cluster 0 pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:46.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:45 smithi022 bash[28554]: cluster 2023-12-07T19:51:44.537179+0000 mgr.a (mgr.24293) 24109 : cluster 0 pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:45 smithi044 bash[32620]: cluster 2023-12-07T19:51:44.537179+0000 mgr.a (mgr.24293) 24109 : cluster 0 pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:46 smithi027 bash[31536]: audit 2023-12-07T19:51:45.189619+0000 mgr.a (mgr.24293) 24110 : audit 0 from='client.473493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:46 smithi022 bash[28554]: audit 2023-12-07T19:51:45.189619+0000 mgr.a (mgr.24293) 24110 : audit 0 from='client.473493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:46 smithi044 bash[32620]: audit 2023-12-07T19:51:45.189619+0000 mgr.a (mgr.24293) 24110 : audit 0 from='client.473493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:47 smithi027 bash[31536]: cluster 2023-12-07T19:51:46.538614+0000 mgr.a (mgr.24293) 24111 : cluster 0 pgmap v18030: 33 pgs: 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:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:47 smithi022 bash[28554]: cluster 2023-12-07T19:51:46.538614+0000 mgr.a (mgr.24293) 24111 : cluster 0 pgmap v18030: 33 pgs: 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:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:47 smithi044 bash[32620]: cluster 2023-12-07T19:51:46.538614+0000 mgr.a (mgr.24293) 24111 : cluster 0 pgmap v18030: 33 pgs: 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:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:49 smithi027 bash[31536]: cluster 2023-12-07T19:51:48.539241+0000 mgr.a (mgr.24293) 24112 : cluster 0 pgmap v18031: 33 pgs: 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:50.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:49 smithi022 bash[28554]: cluster 2023-12-07T19:51:48.539241+0000 mgr.a (mgr.24293) 24112 : cluster 0 pgmap v18031: 33 pgs: 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:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:49 smithi044 bash[32620]: cluster 2023-12-07T19:51:48.539241+0000 mgr.a (mgr.24293) 24112 : cluster 0 pgmap v18031: 33 pgs: 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:50.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:50.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:50.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:51.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:51.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:51.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:51.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:51.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:51 smithi022 bash[28554]: cluster 2023-12-07T19:51:50.539890+0000 mgr.a (mgr.24293) 24113 : cluster 0 pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:51 smithi022 bash[28554]: audit 2023-12-07T19:51:51.124922+0000 mgr.a (mgr.24293) 24114 : audit 0 from='client.473571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:51 smithi044 bash[32620]: cluster 2023-12-07T19:51:50.539890+0000 mgr.a (mgr.24293) 24113 : cluster 0 pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:51 smithi044 bash[32620]: audit 2023-12-07T19:51:51.124922+0000 mgr.a (mgr.24293) 24114 : audit 0 from='client.473571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:51 smithi027 bash[31536]: cluster 2023-12-07T19:51:50.539890+0000 mgr.a (mgr.24293) 24113 : cluster 0 pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:51 smithi027 bash[31536]: audit 2023-12-07T19:51:51.124922+0000 mgr.a (mgr.24293) 24114 : audit 0 from='client.473571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:54.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:53 smithi022 bash[28554]: cluster 2023-12-07T19:51:52.540531+0000 mgr.a (mgr.24293) 24115 : cluster 0 pgmap v18033: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:53 smithi044 bash[32620]: cluster 2023-12-07T19:51:52.540531+0000 mgr.a (mgr.24293) 24115 : cluster 0 pgmap v18033: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:53 smithi027 bash[31536]: cluster 2023-12-07T19:51:52.540531+0000 mgr.a (mgr.24293) 24115 : cluster 0 pgmap v18033: 33 pgs: 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:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:55 smithi022 bash[28554]: cluster 2023-12-07T19:51:54.541111+0000 mgr.a (mgr.24293) 24116 : cluster 0 pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:55 smithi044 bash[32620]: cluster 2023-12-07T19:51:54.541111+0000 mgr.a (mgr.24293) 24116 : cluster 0 pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:55 smithi027 bash[31536]: cluster 2023-12-07T19:51:54.541111+0000 mgr.a (mgr.24293) 24116 : cluster 0 pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:56.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:51:56.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:56.667 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:57.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:51:57.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:57.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:57.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:57.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:51:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:57 smithi022 bash[28554]: cluster 2023-12-07T19:51:56.541956+0000 mgr.a (mgr.24293) 24117 : cluster 0 pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:57 smithi022 bash[28554]: audit 2023-12-07T19:51:57.080340+0000 mgr.a (mgr.24293) 24118 : audit 0 from='client.473646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:57 smithi044 bash[32620]: cluster 2023-12-07T19:51:56.541956+0000 mgr.a (mgr.24293) 24117 : cluster 0 pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:57 smithi044 bash[32620]: audit 2023-12-07T19:51:57.080340+0000 mgr.a (mgr.24293) 24118 : audit 0 from='client.473646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:57 smithi027 bash[31536]: cluster 2023-12-07T19:51:56.541956+0000 mgr.a (mgr.24293) 24117 : cluster 0 pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:57 smithi027 bash[31536]: audit 2023-12-07T19:51:57.080340+0000 mgr.a (mgr.24293) 24118 : audit 0 from='client.473646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:51:59 smithi022 bash[28554]: cluster 2023-12-07T19:51:58.542643+0000 mgr.a (mgr.24293) 24119 : cluster 0 pgmap v18036: 33 pgs: 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.501 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:51:59 smithi027 bash[31536]: cluster 2023-12-07T19:51:58.542643+0000 mgr.a (mgr.24293) 24119 : cluster 0 pgmap v18036: 33 pgs: 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.501 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:51:59 smithi044 bash[32620]: cluster 2023-12-07T19:51:58.542643+0000 mgr.a (mgr.24293) 24119 : cluster 0 pgmap v18036: 33 pgs: 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:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:01 smithi022 bash[28554]: cluster 2023-12-07T19:52:00.543431+0000 mgr.a (mgr.24293) 24120 : cluster 0 pgmap v18037: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:01 smithi044 bash[32620]: cluster 2023-12-07T19:52:00.543431+0000 mgr.a (mgr.24293) 24120 : cluster 0 pgmap v18037: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:01 smithi027 bash[31536]: cluster 2023-12-07T19:52:00.543431+0000 mgr.a (mgr.24293) 24120 : cluster 0 pgmap v18037: 33 pgs: 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.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:02.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:02.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:03.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:03.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:03.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:03.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:03.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:03 smithi022 bash[28554]: cluster 2023-12-07T19:52:02.544032+0000 mgr.a (mgr.24293) 24121 : cluster 0 pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:03 smithi022 bash[28554]: audit 2023-12-07T19:52:03.017894+0000 mgr.a (mgr.24293) 24122 : audit 0 from='client.473724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:03 smithi044 bash[32620]: cluster 2023-12-07T19:52:02.544032+0000 mgr.a (mgr.24293) 24121 : cluster 0 pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:03 smithi044 bash[32620]: audit 2023-12-07T19:52:03.017894+0000 mgr.a (mgr.24293) 24122 : audit 0 from='client.473724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:03 smithi027 bash[31536]: cluster 2023-12-07T19:52:02.544032+0000 mgr.a (mgr.24293) 24121 : cluster 0 pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:03 smithi027 bash[31536]: audit 2023-12-07T19:52:03.017894+0000 mgr.a (mgr.24293) 24122 : audit 0 from='client.473724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:05 smithi022 bash[28554]: cluster 2023-12-07T19:52:04.544734+0000 mgr.a (mgr.24293) 24123 : cluster 0 pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:05 smithi044 bash[32620]: cluster 2023-12-07T19:52:04.544734+0000 mgr.a (mgr.24293) 24123 : cluster 0 pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:05 smithi027 bash[31536]: cluster 2023-12-07T19:52:04.544734+0000 mgr.a (mgr.24293) 24123 : cluster 0 pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:08.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:07 smithi022 bash[28554]: cluster 2023-12-07T19:52:06.545585+0000 mgr.a (mgr.24293) 24124 : cluster 0 pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:07 smithi044 bash[32620]: cluster 2023-12-07T19:52:06.545585+0000 mgr.a (mgr.24293) 24124 : cluster 0 pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:07 smithi027 bash[31536]: cluster 2023-12-07T19:52:06.545585+0000 mgr.a (mgr.24293) 24124 : cluster 0 pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:08.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:08.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:08.564 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:09.505 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:09.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:09.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:09.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:09.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:09 smithi022 bash[28554]: cluster 2023-12-07T19:52:08.546134+0000 mgr.a (mgr.24293) 24125 : cluster 0 pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:09 smithi022 bash[28554]: audit 2023-12-07T19:52:08.975632+0000 mgr.a (mgr.24293) 24126 : audit 0 from='client.473796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:09 smithi044 bash[32620]: cluster 2023-12-07T19:52:08.546134+0000 mgr.a (mgr.24293) 24125 : cluster 0 pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:09 smithi044 bash[32620]: audit 2023-12-07T19:52:08.975632+0000 mgr.a (mgr.24293) 24126 : audit 0 from='client.473796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:09 smithi027 bash[31536]: cluster 2023-12-07T19:52:08.546134+0000 mgr.a (mgr.24293) 24125 : cluster 0 pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:09 smithi027 bash[31536]: audit 2023-12-07T19:52:08.975632+0000 mgr.a (mgr.24293) 24126 : audit 0 from='client.473796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:12.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:11 smithi022 bash[28554]: cluster 2023-12-07T19:52:10.547024+0000 mgr.a (mgr.24293) 24127 : cluster 0 pgmap v18042: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:11 smithi044 bash[32620]: cluster 2023-12-07T19:52:10.547024+0000 mgr.a (mgr.24293) 24127 : cluster 0 pgmap v18042: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:11 smithi027 bash[31536]: cluster 2023-12-07T19:52:10.547024+0000 mgr.a (mgr.24293) 24127 : cluster 0 pgmap v18042: 33 pgs: 33 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:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:13 smithi022 bash[28554]: cluster 2023-12-07T19:52:12.547639+0000 mgr.a (mgr.24293) 24128 : cluster 0 pgmap v18043: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:13 smithi022 bash[28554]: audit 2023-12-07T19:52:13.947948+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:13 smithi044 bash[32620]: cluster 2023-12-07T19:52:12.547639+0000 mgr.a (mgr.24293) 24128 : cluster 0 pgmap v18043: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:13 smithi044 bash[32620]: audit 2023-12-07T19:52:13.947948+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:13 smithi027 bash[31536]: cluster 2023-12-07T19:52:12.547639+0000 mgr.a (mgr.24293) 24128 : cluster 0 pgmap v18043: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:13 smithi027 bash[31536]: audit 2023-12-07T19:52:13.947948+0000 mon.a (mon.0) 3765 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:14.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:14.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:14.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:15.424 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:15.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:15.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:15.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:15.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:16 smithi022 bash[28554]: cluster 2023-12-07T19:52:14.548281+0000 mgr.a (mgr.24293) 24129 : cluster 0 pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:16 smithi022 bash[28554]: audit 2023-12-07T19:52:14.918791+0000 mgr.a (mgr.24293) 24130 : audit 0 from='client.473871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:16 smithi044 bash[32620]: cluster 2023-12-07T19:52:14.548281+0000 mgr.a (mgr.24293) 24129 : cluster 0 pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:16 smithi044 bash[32620]: audit 2023-12-07T19:52:14.918791+0000 mgr.a (mgr.24293) 24130 : audit 0 from='client.473871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:16 smithi027 bash[31536]: cluster 2023-12-07T19:52:14.548281+0000 mgr.a (mgr.24293) 24129 : cluster 0 pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:16 smithi027 bash[31536]: audit 2023-12-07T19:52:14.918791+0000 mgr.a (mgr.24293) 24130 : audit 0 from='client.473871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:18.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:18 smithi022 bash[28554]: cluster 2023-12-07T19:52:16.549240+0000 mgr.a (mgr.24293) 24131 : cluster 0 pgmap v18045: 33 pgs: 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:52:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:18 smithi044 bash[32620]: cluster 2023-12-07T19:52:16.549240+0000 mgr.a (mgr.24293) 24131 : cluster 0 pgmap v18045: 33 pgs: 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:52:18.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:18 smithi027 bash[31536]: cluster 2023-12-07T19:52:16.549240+0000 mgr.a (mgr.24293) 24131 : cluster 0 pgmap v18045: 33 pgs: 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:52:20.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:20 smithi022 bash[28554]: cluster 2023-12-07T19:52:18.549822+0000 mgr.a (mgr.24293) 24132 : cluster 0 pgmap v18046: 33 pgs: 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:52:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:20 smithi044 bash[32620]: cluster 2023-12-07T19:52:18.549822+0000 mgr.a (mgr.24293) 24132 : cluster 0 pgmap v18046: 33 pgs: 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:52:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:20.427 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:20.428 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:20 smithi027 bash[31536]: cluster 2023-12-07T19:52:18.549822+0000 mgr.a (mgr.24293) 24132 : cluster 0 pgmap v18046: 33 pgs: 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:52:21.334 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:21.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:21.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:21.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:21.334 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:22.395 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:22 smithi022 bash[28554]: cluster 2023-12-07T19:52:20.550334+0000 mgr.a (mgr.24293) 24133 : cluster 0 pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:22.395 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:22 smithi022 bash[28554]: audit 2023-12-07T19:52:20.846304+0000 mgr.a (mgr.24293) 24134 : audit 0 from='client.473946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:22 smithi044 bash[32620]: cluster 2023-12-07T19:52:20.550334+0000 mgr.a (mgr.24293) 24133 : cluster 0 pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:22 smithi044 bash[32620]: audit 2023-12-07T19:52:20.846304+0000 mgr.a (mgr.24293) 24134 : audit 0 from='client.473946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:22 smithi027 bash[31536]: cluster 2023-12-07T19:52:20.550334+0000 mgr.a (mgr.24293) 24133 : cluster 0 pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:22 smithi027 bash[31536]: audit 2023-12-07T19:52:20.846304+0000 mgr.a (mgr.24293) 24134 : audit 0 from='client.473946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:24 smithi022 bash[28554]: cluster 2023-12-07T19:52:22.551030+0000 mgr.a (mgr.24293) 24135 : cluster 0 pgmap v18048: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:24 smithi044 bash[32620]: cluster 2023-12-07T19:52:22.551030+0000 mgr.a (mgr.24293) 24135 : cluster 0 pgmap v18048: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:24 smithi027 bash[31536]: cluster 2023-12-07T19:52:22.551030+0000 mgr.a (mgr.24293) 24135 : cluster 0 pgmap v18048: 33 pgs: 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:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:25 smithi022 bash[28554]: cluster 2023-12-07T19:52:24.551651+0000 mgr.a (mgr.24293) 24136 : cluster 0 pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:25 smithi022 bash[28554]: audit 2023-12-07T19:52:24.841275+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:25 smithi022 bash[28554]: audit 2023-12-07T19:52:24.847781+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:25 smithi022 bash[28554]: audit 2023-12-07T19:52:24.849301+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:25 smithi022 bash[28554]: audit 2023-12-07T19:52:24.850864+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:25 smithi022 bash[28554]: audit 2023-12-07T19:52:24.858642+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:25 smithi044 bash[32620]: cluster 2023-12-07T19:52:24.551651+0000 mgr.a (mgr.24293) 24136 : cluster 0 pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:25 smithi044 bash[32620]: audit 2023-12-07T19:52:24.841275+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:25 smithi044 bash[32620]: audit 2023-12-07T19:52:24.847781+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:25 smithi044 bash[32620]: audit 2023-12-07T19:52:24.849301+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:25 smithi044 bash[32620]: audit 2023-12-07T19:52:24.850864+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:25 smithi044 bash[32620]: audit 2023-12-07T19:52:24.858642+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:25 smithi027 bash[31536]: cluster 2023-12-07T19:52:24.551651+0000 mgr.a (mgr.24293) 24136 : cluster 0 pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:25 smithi027 bash[31536]: audit 2023-12-07T19:52:24.841275+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:25 smithi027 bash[31536]: audit 2023-12-07T19:52:24.847781+0000 mon.a (mon.0) 3767 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:25 smithi027 bash[31536]: audit 2023-12-07T19:52:24.849301+0000 mon.a (mon.0) 3768 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:25 smithi027 bash[31536]: audit 2023-12-07T19:52:24.850864+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:25 smithi027 bash[31536]: audit 2023-12-07T19:52:24.858642+0000 mon.a (mon.0) 3770 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:52:26.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:26.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:26.338 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:27.274 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:27.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:27.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:27.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:27.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:27 smithi022 bash[28554]: cluster 2023-12-07T19:52:26.552570+0000 mgr.a (mgr.24293) 24137 : cluster 0 pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:27 smithi022 bash[28554]: audit 2023-12-07T19:52:26.748593+0000 mgr.a (mgr.24293) 24138 : audit 0 from='client.474024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:27 smithi044 bash[32620]: cluster 2023-12-07T19:52:26.552570+0000 mgr.a (mgr.24293) 24137 : cluster 0 pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:27 smithi044 bash[32620]: audit 2023-12-07T19:52:26.748593+0000 mgr.a (mgr.24293) 24138 : audit 0 from='client.474024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:27 smithi027 bash[31536]: cluster 2023-12-07T19:52:26.552570+0000 mgr.a (mgr.24293) 24137 : cluster 0 pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:27 smithi027 bash[31536]: audit 2023-12-07T19:52:26.748593+0000 mgr.a (mgr.24293) 24138 : audit 0 from='client.474024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:30.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:29 smithi022 bash[28554]: cluster 2023-12-07T19:52:28.553204+0000 mgr.a (mgr.24293) 24139 : cluster 0 pgmap v18051: 33 pgs: 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:52:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:29 smithi044 bash[32620]: cluster 2023-12-07T19:52:28.553204+0000 mgr.a (mgr.24293) 24139 : cluster 0 pgmap v18051: 33 pgs: 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:52:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:29 smithi027 bash[31536]: cluster 2023-12-07T19:52:28.553204+0000 mgr.a (mgr.24293) 24139 : cluster 0 pgmap v18051: 33 pgs: 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:52:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:31 smithi022 bash[28554]: cluster 2023-12-07T19:52:30.554037+0000 mgr.a (mgr.24293) 24140 : cluster 0 pgmap v18052: 33 pgs: 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:52:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:31 smithi044 bash[32620]: cluster 2023-12-07T19:52:30.554037+0000 mgr.a (mgr.24293) 24140 : cluster 0 pgmap v18052: 33 pgs: 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:52:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:31 smithi027 bash[31536]: cluster 2023-12-07T19:52:30.554037+0000 mgr.a (mgr.24293) 24140 : cluster 0 pgmap v18052: 33 pgs: 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:52:32.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:32.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:32.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:33.190 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:33.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:33.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:33.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:33.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:33 smithi022 bash[28554]: cluster 2023-12-07T19:52:32.554594+0000 mgr.a (mgr.24293) 24141 : cluster 0 pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:33 smithi022 bash[28554]: audit 2023-12-07T19:52:32.690389+0000 mgr.a (mgr.24293) 24142 : audit 0 from='client.474096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:33 smithi044 bash[32620]: cluster 2023-12-07T19:52:32.554594+0000 mgr.a (mgr.24293) 24141 : cluster 0 pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:33 smithi044 bash[32620]: audit 2023-12-07T19:52:32.690389+0000 mgr.a (mgr.24293) 24142 : audit 0 from='client.474096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:33 smithi027 bash[31536]: cluster 2023-12-07T19:52:32.554594+0000 mgr.a (mgr.24293) 24141 : cluster 0 pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:33 smithi027 bash[31536]: audit 2023-12-07T19:52:32.690389+0000 mgr.a (mgr.24293) 24142 : audit 0 from='client.474096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:35 smithi022 bash[28554]: cluster 2023-12-07T19:52:34.555280+0000 mgr.a (mgr.24293) 24143 : cluster 0 pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:35 smithi044 bash[32620]: cluster 2023-12-07T19:52:34.555280+0000 mgr.a (mgr.24293) 24143 : cluster 0 pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:35 smithi027 bash[31536]: cluster 2023-12-07T19:52:34.555280+0000 mgr.a (mgr.24293) 24143 : cluster 0 pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:37 smithi022 bash[28554]: cluster 2023-12-07T19:52:36.556227+0000 mgr.a (mgr.24293) 24144 : cluster 0 pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:37 smithi044 bash[32620]: cluster 2023-12-07T19:52:36.556227+0000 mgr.a (mgr.24293) 24144 : cluster 0 pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:38.193 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:38.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:38.194 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:37 smithi027 bash[31536]: cluster 2023-12-07T19:52:36.556227+0000 mgr.a (mgr.24293) 24144 : cluster 0 pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:39.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:39.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:39.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:39.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:39.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:39 smithi022 bash[28554]: cluster 2023-12-07T19:52:38.556644+0000 mgr.a (mgr.24293) 24145 : cluster 0 pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:39 smithi022 bash[28554]: audit 2023-12-07T19:52:38.613699+0000 mgr.a (mgr.24293) 24146 : audit 0 from='client.474174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:39 smithi044 bash[32620]: cluster 2023-12-07T19:52:38.556644+0000 mgr.a (mgr.24293) 24145 : cluster 0 pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:39 smithi044 bash[32620]: audit 2023-12-07T19:52:38.613699+0000 mgr.a (mgr.24293) 24146 : audit 0 from='client.474174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:39 smithi027 bash[31536]: cluster 2023-12-07T19:52:38.556644+0000 mgr.a (mgr.24293) 24145 : cluster 0 pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:39 smithi027 bash[31536]: audit 2023-12-07T19:52:38.613699+0000 mgr.a (mgr.24293) 24146 : audit 0 from='client.474174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:42.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:41 smithi022 bash[28554]: cluster 2023-12-07T19:52:40.557476+0000 mgr.a (mgr.24293) 24147 : cluster 0 pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:41 smithi044 bash[32620]: cluster 2023-12-07T19:52:40.557476+0000 mgr.a (mgr.24293) 24147 : cluster 0 pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:41 smithi027 bash[31536]: cluster 2023-12-07T19:52:40.557476+0000 mgr.a (mgr.24293) 24147 : cluster 0 pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:44.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:44.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:44.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:44.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:43 smithi022 bash[28554]: cluster 2023-12-07T19:52:42.558019+0000 mgr.a (mgr.24293) 24148 : cluster 0 pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:43 smithi044 bash[32620]: cluster 2023-12-07T19:52:42.558019+0000 mgr.a (mgr.24293) 24148 : cluster 0 pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:43 smithi027 bash[31536]: cluster 2023-12-07T19:52:42.558019+0000 mgr.a (mgr.24293) 24148 : cluster 0 pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:45.077 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:45.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:45.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:45.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:45.078 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:45 smithi022 bash[28554]: cluster 2023-12-07T19:52:44.558586+0000 mgr.a (mgr.24293) 24149 : cluster 0 pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:45 smithi022 bash[28554]: audit 2023-12-07T19:52:44.570477+0000 mgr.a (mgr.24293) 24150 : audit 0 from='client.474249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:45 smithi044 bash[32620]: cluster 2023-12-07T19:52:44.558586+0000 mgr.a (mgr.24293) 24149 : cluster 0 pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:45 smithi044 bash[32620]: audit 2023-12-07T19:52:44.570477+0000 mgr.a (mgr.24293) 24150 : audit 0 from='client.474249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:45 smithi027 bash[31536]: cluster 2023-12-07T19:52:44.558586+0000 mgr.a (mgr.24293) 24149 : cluster 0 pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:45 smithi027 bash[31536]: audit 2023-12-07T19:52:44.570477+0000 mgr.a (mgr.24293) 24150 : audit 0 from='client.474249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:47 smithi022 bash[28554]: cluster 2023-12-07T19:52:46.559406+0000 mgr.a (mgr.24293) 24151 : cluster 0 pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:47 smithi044 bash[32620]: cluster 2023-12-07T19:52:46.559406+0000 mgr.a (mgr.24293) 24151 : cluster 0 pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:47 smithi027 bash[31536]: cluster 2023-12-07T19:52:46.559406+0000 mgr.a (mgr.24293) 24151 : cluster 0 pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:50.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:50.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:50.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:50.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:49 smithi022 bash[28554]: cluster 2023-12-07T19:52:48.560001+0000 mgr.a (mgr.24293) 24152 : cluster 0 pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:49 smithi044 bash[32620]: cluster 2023-12-07T19:52:48.560001+0000 mgr.a (mgr.24293) 24152 : cluster 0 pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:49 smithi027 bash[31536]: cluster 2023-12-07T19:52:48.560001+0000 mgr.a (mgr.24293) 24152 : cluster 0 pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:50.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:50.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:50.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:50.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:50.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:51 smithi022 bash[28554]: audit 2023-12-07T19:52:50.490999+0000 mgr.a (mgr.24293) 24153 : audit 0 from='client.474324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:51 smithi022 bash[28554]: cluster 2023-12-07T19:52:50.561025+0000 mgr.a (mgr.24293) 24154 : cluster 0 pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:51 smithi044 bash[32620]: audit 2023-12-07T19:52:50.490999+0000 mgr.a (mgr.24293) 24153 : audit 0 from='client.474324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:51 smithi044 bash[32620]: cluster 2023-12-07T19:52:50.561025+0000 mgr.a (mgr.24293) 24154 : cluster 0 pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:51 smithi027 bash[31536]: audit 2023-12-07T19:52:50.490999+0000 mgr.a (mgr.24293) 24153 : audit 0 from='client.474324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:51 smithi027 bash[31536]: cluster 2023-12-07T19:52:50.561025+0000 mgr.a (mgr.24293) 24154 : cluster 0 pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:54.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:53 smithi022 bash[28554]: cluster 2023-12-07T19:52:52.561726+0000 mgr.a (mgr.24293) 24155 : cluster 0 pgmap v18063: 33 pgs: 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:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:53 smithi044 bash[32620]: cluster 2023-12-07T19:52:52.561726+0000 mgr.a (mgr.24293) 24155 : cluster 0 pgmap v18063: 33 pgs: 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:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:53 smithi027 bash[31536]: cluster 2023-12-07T19:52:52.561726+0000 mgr.a (mgr.24293) 24155 : cluster 0 pgmap v18063: 33 pgs: 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:55.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:52:55.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:55.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:55 smithi022 bash[28554]: cluster 2023-12-07T19:52:54.562300+0000 mgr.a (mgr.24293) 24156 : cluster 0 pgmap v18064: 33 pgs: 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:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:55 smithi044 bash[32620]: cluster 2023-12-07T19:52:54.562300+0000 mgr.a (mgr.24293) 24156 : cluster 0 pgmap v18064: 33 pgs: 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:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:55 smithi027 bash[31536]: cluster 2023-12-07T19:52:54.562300+0000 mgr.a (mgr.24293) 24156 : cluster 0 pgmap v18064: 33 pgs: 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:56.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:56.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:56.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:56.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:52:56.952 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:52:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:57 smithi022 bash[28554]: audit 2023-12-07T19:52:56.410819+0000 mgr.a (mgr.24293) 24157 : audit 0 from='client.474399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:57 smithi022 bash[28554]: cluster 2023-12-07T19:52:56.571001+0000 mgr.a (mgr.24293) 24158 : cluster 0 pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:57 smithi044 bash[32620]: audit 2023-12-07T19:52:56.410819+0000 mgr.a (mgr.24293) 24157 : audit 0 from='client.474399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:57 smithi044 bash[32620]: cluster 2023-12-07T19:52:56.571001+0000 mgr.a (mgr.24293) 24158 : cluster 0 pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:57 smithi027 bash[31536]: audit 2023-12-07T19:52:56.410819+0000 mgr.a (mgr.24293) 24157 : audit 0 from='client.474399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:57 smithi027 bash[31536]: cluster 2023-12-07T19:52:56.571001+0000 mgr.a (mgr.24293) 24158 : cluster 0 pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:52:59 smithi022 bash[28554]: cluster 2023-12-07T19:52:58.571780+0000 mgr.a (mgr.24293) 24159 : cluster 0 pgmap v18066: 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:53:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:52:59 smithi044 bash[32620]: cluster 2023-12-07T19:52:58.571780+0000 mgr.a (mgr.24293) 24159 : cluster 0 pgmap v18066: 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:53:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:52:59 smithi027 bash[31536]: cluster 2023-12-07T19:52:58.571780+0000 mgr.a (mgr.24293) 24159 : cluster 0 pgmap v18066: 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:53:01.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:01.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:01.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:01 smithi022 bash[28554]: cluster 2023-12-07T19:53:00.572563+0000 mgr.a (mgr.24293) 24160 : cluster 0 pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:01 smithi044 bash[32620]: cluster 2023-12-07T19:53:00.572563+0000 mgr.a (mgr.24293) 24160 : cluster 0 pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:01 smithi027 bash[31536]: cluster 2023-12-07T19:53:00.572563+0000 mgr.a (mgr.24293) 24160 : cluster 0 pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:02.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:02.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:02.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:02.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:02.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:03 smithi022 bash[28554]: audit 2023-12-07T19:53:02.365517+0000 mgr.a (mgr.24293) 24161 : audit 0 from='client.474474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:03 smithi022 bash[28554]: cluster 2023-12-07T19:53:02.573470+0000 mgr.a (mgr.24293) 24162 : cluster 0 pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:03 smithi044 bash[32620]: audit 2023-12-07T19:53:02.365517+0000 mgr.a (mgr.24293) 24161 : audit 0 from='client.474474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:03 smithi044 bash[32620]: cluster 2023-12-07T19:53:02.573470+0000 mgr.a (mgr.24293) 24162 : cluster 0 pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:03 smithi027 bash[31536]: audit 2023-12-07T19:53:02.365517+0000 mgr.a (mgr.24293) 24161 : audit 0 from='client.474474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:03 smithi027 bash[31536]: cluster 2023-12-07T19:53:02.573470+0000 mgr.a (mgr.24293) 24162 : cluster 0 pgmap v18068: 33 pgs: 33 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:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:05 smithi022 bash[28554]: cluster 2023-12-07T19:53:04.574186+0000 mgr.a (mgr.24293) 24163 : cluster 0 pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:05 smithi044 bash[32620]: cluster 2023-12-07T19:53:04.574186+0000 mgr.a (mgr.24293) 24163 : cluster 0 pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:05 smithi027 bash[31536]: cluster 2023-12-07T19:53:04.574186+0000 mgr.a (mgr.24293) 24163 : cluster 0 pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:07.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:07.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:07.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:07 smithi022 bash[28554]: cluster 2023-12-07T19:53:06.575008+0000 mgr.a (mgr.24293) 24164 : cluster 0 pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:07 smithi044 bash[32620]: cluster 2023-12-07T19:53:06.575008+0000 mgr.a (mgr.24293) 24164 : cluster 0 pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:07 smithi027 bash[31536]: cluster 2023-12-07T19:53:06.575008+0000 mgr.a (mgr.24293) 24164 : cluster 0 pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:08.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:08.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:08.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:08.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:08.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:09 smithi027 bash[31536]: audit 2023-12-07T19:53:08.320721+0000 mgr.a (mgr.24293) 24165 : audit 0 from='client.474552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:09 smithi027 bash[31536]: cluster 2023-12-07T19:53:08.575623+0000 mgr.a (mgr.24293) 24166 : cluster 0 pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:09 smithi022 bash[28554]: audit 2023-12-07T19:53:08.320721+0000 mgr.a (mgr.24293) 24165 : audit 0 from='client.474552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:09 smithi022 bash[28554]: cluster 2023-12-07T19:53:08.575623+0000 mgr.a (mgr.24293) 24166 : cluster 0 pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:09 smithi044 bash[32620]: audit 2023-12-07T19:53:08.320721+0000 mgr.a (mgr.24293) 24165 : audit 0 from='client.474552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:09 smithi044 bash[32620]: cluster 2023-12-07T19:53:08.575623+0000 mgr.a (mgr.24293) 24166 : cluster 0 pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:11 smithi027 bash[31536]: cluster 2023-12-07T19:53:10.576521+0000 mgr.a (mgr.24293) 24167 : cluster 0 pgmap v18072: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:11 smithi022 bash[28554]: cluster 2023-12-07T19:53:10.576521+0000 mgr.a (mgr.24293) 24167 : cluster 0 pgmap v18072: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:11 smithi044 bash[32620]: cluster 2023-12-07T19:53:10.576521+0000 mgr.a (mgr.24293) 24167 : cluster 0 pgmap v18072: 33 pgs: 33 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:13.844 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:13.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:13.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:13 smithi027 bash[31536]: cluster 2023-12-07T19:53:12.577087+0000 mgr.a (mgr.24293) 24168 : cluster 0 pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:13 smithi022 bash[28554]: cluster 2023-12-07T19:53:12.577087+0000 mgr.a (mgr.24293) 24168 : cluster 0 pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:13 smithi044 bash[32620]: cluster 2023-12-07T19:53:12.577087+0000 mgr.a (mgr.24293) 24168 : cluster 0 pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:14.787 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:14.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:14.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:14.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:14.787 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:15 smithi027 bash[31536]: audit 2023-12-07T19:53:14.260674+0000 mgr.a (mgr.24293) 24169 : audit 0 from='client.474630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:15 smithi027 bash[31536]: cluster 2023-12-07T19:53:14.577580+0000 mgr.a (mgr.24293) 24170 : cluster 0 pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:15 smithi022 bash[28554]: audit 2023-12-07T19:53:14.260674+0000 mgr.a (mgr.24293) 24169 : audit 0 from='client.474630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:16.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:15 smithi022 bash[28554]: cluster 2023-12-07T19:53:14.577580+0000 mgr.a (mgr.24293) 24170 : cluster 0 pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:15 smithi044 bash[32620]: audit 2023-12-07T19:53:14.260674+0000 mgr.a (mgr.24293) 24169 : audit 0 from='client.474630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:15 smithi044 bash[32620]: cluster 2023-12-07T19:53:14.577580+0000 mgr.a (mgr.24293) 24170 : cluster 0 pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:17 smithi027 bash[31536]: cluster 2023-12-07T19:53:16.578489+0000 mgr.a (mgr.24293) 24171 : cluster 0 pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:17 smithi022 bash[28554]: cluster 2023-12-07T19:53:16.578489+0000 mgr.a (mgr.24293) 24171 : cluster 0 pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:17 smithi044 bash[32620]: cluster 2023-12-07T19:53:16.578489+0000 mgr.a (mgr.24293) 24171 : cluster 0 pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:19.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:19.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:19.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:19 smithi022 bash[28554]: cluster 2023-12-07T19:53:18.579066+0000 mgr.a (mgr.24293) 24172 : cluster 0 pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:19 smithi044 bash[32620]: cluster 2023-12-07T19:53:18.579066+0000 mgr.a (mgr.24293) 24172 : cluster 0 pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:19 smithi027 bash[31536]: cluster 2023-12-07T19:53:18.579066+0000 mgr.a (mgr.24293) 24172 : cluster 0 pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:20.744 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:20.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:20.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:20.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:20.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:21 smithi022 bash[28554]: audit 2023-12-07T19:53:20.213120+0000 mgr.a (mgr.24293) 24173 : audit 0 from='client.474708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:21 smithi022 bash[28554]: cluster 2023-12-07T19:53:20.580035+0000 mgr.a (mgr.24293) 24174 : cluster 0 pgmap v18077: 33 pgs: 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:53:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:21 smithi044 bash[32620]: audit 2023-12-07T19:53:20.213120+0000 mgr.a (mgr.24293) 24173 : audit 0 from='client.474708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:21 smithi044 bash[32620]: cluster 2023-12-07T19:53:20.580035+0000 mgr.a (mgr.24293) 24174 : cluster 0 pgmap v18077: 33 pgs: 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:53:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:21 smithi027 bash[31536]: audit 2023-12-07T19:53:20.213120+0000 mgr.a (mgr.24293) 24173 : audit 0 from='client.474708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:21 smithi027 bash[31536]: cluster 2023-12-07T19:53:20.580035+0000 mgr.a (mgr.24293) 24174 : cluster 0 pgmap v18077: 33 pgs: 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:53:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:23 smithi022 bash[28554]: cluster 2023-12-07T19:53:22.580733+0000 mgr.a (mgr.24293) 24175 : cluster 0 pgmap v18078: 33 pgs: 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:53:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:23 smithi044 bash[32620]: cluster 2023-12-07T19:53:22.580733+0000 mgr.a (mgr.24293) 24175 : cluster 0 pgmap v18078: 33 pgs: 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:53:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:23 smithi027 bash[31536]: cluster 2023-12-07T19:53:22.580733+0000 mgr.a (mgr.24293) 24175 : cluster 0 pgmap v18078: 33 pgs: 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:53:25.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:25.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:25.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:25 smithi022 bash[28554]: cluster 2023-12-07T19:53:24.581302+0000 mgr.a (mgr.24293) 24176 : cluster 0 pgmap v18079: 33 pgs: 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:53:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:25 smithi022 bash[28554]: audit 2023-12-07T19:53:24.965572+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:25 smithi044 bash[32620]: cluster 2023-12-07T19:53:24.581302+0000 mgr.a (mgr.24293) 24176 : cluster 0 pgmap v18079: 33 pgs: 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:53:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:25 smithi044 bash[32620]: audit 2023-12-07T19:53:24.965572+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:25 smithi027 bash[31536]: cluster 2023-12-07T19:53:24.581302+0000 mgr.a (mgr.24293) 24176 : cluster 0 pgmap v18079: 33 pgs: 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:53:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:25 smithi027 bash[31536]: audit 2023-12-07T19:53:24.965572+0000 mon.a (mon.0) 3771 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:26.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:26.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:26.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:26.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:26.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:26 smithi022 bash[28554]: audit 2023-12-07T19:53:26.154709+0000 mgr.a (mgr.24293) 24177 : audit 0 from='client.474780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:26 smithi044 bash[32620]: audit 2023-12-07T19:53:26.154709+0000 mgr.a (mgr.24293) 24177 : audit 0 from='client.474780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:26 smithi027 bash[31536]: audit 2023-12-07T19:53:26.154709+0000 mgr.a (mgr.24293) 24177 : audit 0 from='client.474780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:27 smithi022 bash[28554]: cluster 2023-12-07T19:53:26.582392+0000 mgr.a (mgr.24293) 24178 : cluster 0 pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:27 smithi044 bash[32620]: cluster 2023-12-07T19:53:26.582392+0000 mgr.a (mgr.24293) 24178 : cluster 0 pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:27 smithi027 bash[31536]: cluster 2023-12-07T19:53:26.582392+0000 mgr.a (mgr.24293) 24178 : cluster 0 pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:29 smithi022 bash[28554]: cluster 2023-12-07T19:53:28.583001+0000 mgr.a (mgr.24293) 24179 : cluster 0 pgmap v18081: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:29 smithi044 bash[32620]: cluster 2023-12-07T19:53:28.583001+0000 mgr.a (mgr.24293) 24179 : cluster 0 pgmap v18081: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:29 smithi027 bash[31536]: cluster 2023-12-07T19:53:28.583001+0000 mgr.a (mgr.24293) 24179 : cluster 0 pgmap v18081: 33 pgs: 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:31.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:31.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:31.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:31 smithi022 bash[28554]: cluster 2023-12-07T19:53:30.583758+0000 mgr.a (mgr.24293) 24180 : cluster 0 pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:31 smithi044 bash[32620]: cluster 2023-12-07T19:53:30.583758+0000 mgr.a (mgr.24293) 24180 : cluster 0 pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:31 smithi027 bash[31536]: cluster 2023-12-07T19:53:30.583758+0000 mgr.a (mgr.24293) 24180 : cluster 0 pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:32.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:32.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:33.418 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:32 smithi027 bash[31536]: audit 2023-12-07T19:53:32.076078+0000 mgr.a (mgr.24293) 24181 : audit 0 from='client.474855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:32 smithi022 bash[28554]: audit 2023-12-07T19:53:32.076078+0000 mgr.a (mgr.24293) 24181 : audit 0 from='client.474855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:32 smithi044 bash[32620]: audit 2023-12-07T19:53:32.076078+0000 mgr.a (mgr.24293) 24181 : audit 0 from='client.474855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:33 smithi022 bash[28554]: cluster 2023-12-07T19:53:32.584306+0000 mgr.a (mgr.24293) 24182 : cluster 0 pgmap v18083: 33 pgs: 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:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:33 smithi044 bash[32620]: cluster 2023-12-07T19:53:32.584306+0000 mgr.a (mgr.24293) 24182 : cluster 0 pgmap v18083: 33 pgs: 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:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:33 smithi027 bash[31536]: cluster 2023-12-07T19:53:32.584306+0000 mgr.a (mgr.24293) 24182 : cluster 0 pgmap v18083: 33 pgs: 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:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:35 smithi022 bash[28554]: cluster 2023-12-07T19:53:34.584898+0000 mgr.a (mgr.24293) 24183 : cluster 0 pgmap v18084: 33 pgs: 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:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:35 smithi022 bash[28554]: audit 2023-12-07T19:53:35.960382+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:35 smithi022 bash[28554]: audit 2023-12-07T19:53:35.967110+0000 mon.a (mon.0) 3773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:35 smithi022 bash[28554]: audit 2023-12-07T19:53:35.968699+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:35 smithi022 bash[28554]: audit 2023-12-07T19:53:35.970316+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:35 smithi022 bash[28554]: audit 2023-12-07T19:53:35.978953+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:35 smithi044 bash[32620]: cluster 2023-12-07T19:53:34.584898+0000 mgr.a (mgr.24293) 24183 : cluster 0 pgmap v18084: 33 pgs: 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:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:35 smithi044 bash[32620]: audit 2023-12-07T19:53:35.960382+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:35 smithi044 bash[32620]: audit 2023-12-07T19:53:35.967110+0000 mon.a (mon.0) 3773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:35 smithi044 bash[32620]: audit 2023-12-07T19:53:35.968699+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:35 smithi044 bash[32620]: audit 2023-12-07T19:53:35.970316+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:35 smithi044 bash[32620]: audit 2023-12-07T19:53:35.978953+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:35 smithi027 bash[31536]: cluster 2023-12-07T19:53:34.584898+0000 mgr.a (mgr.24293) 24183 : cluster 0 pgmap v18084: 33 pgs: 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:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:35 smithi027 bash[31536]: audit 2023-12-07T19:53:35.960382+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:35 smithi027 bash[31536]: audit 2023-12-07T19:53:35.967110+0000 mon.a (mon.0) 3773 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:35 smithi027 bash[31536]: audit 2023-12-07T19:53:35.968699+0000 mon.a (mon.0) 3774 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:35 smithi027 bash[31536]: audit 2023-12-07T19:53:35.970316+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:35 smithi027 bash[31536]: audit 2023-12-07T19:53:35.978953+0000 mon.a (mon.0) 3776 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:53:37.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:37.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:37.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:38 smithi022 bash[28554]: cluster 2023-12-07T19:53:36.585669+0000 mgr.a (mgr.24293) 24184 : cluster 0 pgmap v18085: 33 pgs: 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:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:38 smithi044 bash[32620]: cluster 2023-12-07T19:53:36.585669+0000 mgr.a (mgr.24293) 24184 : cluster 0 pgmap v18085: 33 pgs: 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:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:38 smithi027 bash[31536]: cluster 2023-12-07T19:53:36.585669+0000 mgr.a (mgr.24293) 24184 : cluster 0 pgmap v18085: 33 pgs: 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:38.567 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:38.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:38.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:38.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:38.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:39 smithi022 bash[28554]: audit 2023-12-07T19:53:38.023048+0000 mgr.a (mgr.24293) 24185 : audit 0 from='client.474933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:39 smithi044 bash[32620]: audit 2023-12-07T19:53:38.023048+0000 mgr.a (mgr.24293) 24185 : audit 0 from='client.474933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:39 smithi027 bash[31536]: audit 2023-12-07T19:53:38.023048+0000 mgr.a (mgr.24293) 24185 : audit 0 from='client.474933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:40 smithi022 bash[28554]: cluster 2023-12-07T19:53:38.586419+0000 mgr.a (mgr.24293) 24186 : cluster 0 pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:40 smithi044 bash[32620]: cluster 2023-12-07T19:53:38.586419+0000 mgr.a (mgr.24293) 24186 : cluster 0 pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:40 smithi027 bash[31536]: cluster 2023-12-07T19:53:38.586419+0000 mgr.a (mgr.24293) 24186 : cluster 0 pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:42 smithi022 bash[28554]: cluster 2023-12-07T19:53:40.587238+0000 mgr.a (mgr.24293) 24187 : cluster 0 pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:42 smithi044 bash[32620]: cluster 2023-12-07T19:53:40.587238+0000 mgr.a (mgr.24293) 24187 : cluster 0 pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:42 smithi027 bash[31536]: cluster 2023-12-07T19:53:40.587238+0000 mgr.a (mgr.24293) 24187 : cluster 0 pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:43.570 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:43.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:43.571 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:44 smithi022 bash[28554]: cluster 2023-12-07T19:53:42.587856+0000 mgr.a (mgr.24293) 24188 : cluster 0 pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:44 smithi044 bash[32620]: cluster 2023-12-07T19:53:42.587856+0000 mgr.a (mgr.24293) 24188 : cluster 0 pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:44 smithi027 bash[31536]: cluster 2023-12-07T19:53:42.587856+0000 mgr.a (mgr.24293) 24188 : cluster 0 pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:44.489 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:44.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:44.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:44.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:44.489 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:45 smithi022 bash[28554]: audit 2023-12-07T19:53:43.980794+0000 mgr.a (mgr.24293) 24189 : audit 0 from='client.475011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:45 smithi044 bash[32620]: audit 2023-12-07T19:53:43.980794+0000 mgr.a (mgr.24293) 24189 : audit 0 from='client.475011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:45 smithi027 bash[31536]: audit 2023-12-07T19:53:43.980794+0000 mgr.a (mgr.24293) 24189 : audit 0 from='client.475011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:46 smithi022 bash[28554]: cluster 2023-12-07T19:53:44.588591+0000 mgr.a (mgr.24293) 24190 : cluster 0 pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:46 smithi044 bash[32620]: cluster 2023-12-07T19:53:44.588591+0000 mgr.a (mgr.24293) 24190 : cluster 0 pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:46 smithi027 bash[31536]: cluster 2023-12-07T19:53:44.588591+0000 mgr.a (mgr.24293) 24190 : cluster 0 pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:48.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:48 smithi022 bash[28554]: cluster 2023-12-07T19:53:46.589472+0000 mgr.a (mgr.24293) 24191 : cluster 0 pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:48 smithi044 bash[32620]: cluster 2023-12-07T19:53:46.589472+0000 mgr.a (mgr.24293) 24191 : cluster 0 pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:48.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:48 smithi027 bash[31536]: cluster 2023-12-07T19:53:46.589472+0000 mgr.a (mgr.24293) 24191 : cluster 0 pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:49.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:49.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:49.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:50 smithi022 bash[28554]: cluster 2023-12-07T19:53:48.590070+0000 mgr.a (mgr.24293) 24192 : cluster 0 pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:50 smithi044 bash[32620]: cluster 2023-12-07T19:53:48.590070+0000 mgr.a (mgr.24293) 24192 : cluster 0 pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:50.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:50.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:50.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:50.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:50.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:50 smithi027 bash[31536]: cluster 2023-12-07T19:53:48.590070+0000 mgr.a (mgr.24293) 24192 : cluster 0 pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:51 smithi022 bash[28554]: audit 2023-12-07T19:53:49.906591+0000 mgr.a (mgr.24293) 24193 : audit 0 from='client.475083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:51 smithi044 bash[32620]: audit 2023-12-07T19:53:49.906591+0000 mgr.a (mgr.24293) 24193 : audit 0 from='client.475083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:51 smithi027 bash[31536]: audit 2023-12-07T19:53:49.906591+0000 mgr.a (mgr.24293) 24193 : audit 0 from='client.475083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:52 smithi022 bash[28554]: cluster 2023-12-07T19:53:50.591030+0000 mgr.a (mgr.24293) 24194 : cluster 0 pgmap v18092: 33 pgs: 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:53:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:52 smithi044 bash[32620]: cluster 2023-12-07T19:53:50.591030+0000 mgr.a (mgr.24293) 24194 : cluster 0 pgmap v18092: 33 pgs: 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:53:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:52 smithi027 bash[31536]: cluster 2023-12-07T19:53:50.591030+0000 mgr.a (mgr.24293) 24194 : cluster 0 pgmap v18092: 33 pgs: 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:53:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:54 smithi022 bash[28554]: cluster 2023-12-07T19:53:52.591651+0000 mgr.a (mgr.24293) 24195 : cluster 0 pgmap v18093: 33 pgs: 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:53:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:54 smithi044 bash[32620]: cluster 2023-12-07T19:53:52.591651+0000 mgr.a (mgr.24293) 24195 : cluster 0 pgmap v18093: 33 pgs: 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:53:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:54 smithi027 bash[31536]: cluster 2023-12-07T19:53:52.591651+0000 mgr.a (mgr.24293) 24195 : cluster 0 pgmap v18093: 33 pgs: 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:53:55.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:53:55.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:55.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:56.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:53:56.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:56.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:56.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:56.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:53:56.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:56 smithi022 bash[28554]: cluster 2023-12-07T19:53:54.592203+0000 mgr.a (mgr.24293) 24196 : cluster 0 pgmap v18094: 33 pgs: 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:53:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:56 smithi044 bash[32620]: cluster 2023-12-07T19:53:54.592203+0000 mgr.a (mgr.24293) 24196 : cluster 0 pgmap v18094: 33 pgs: 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:53:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:56 smithi027 bash[31536]: cluster 2023-12-07T19:53:54.592203+0000 mgr.a (mgr.24293) 24196 : cluster 0 pgmap v18094: 33 pgs: 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:53:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:57 smithi022 bash[28554]: audit 2023-12-07T19:53:55.854706+0000 mgr.a (mgr.24293) 24197 : audit 0 from='client.475161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:57 smithi044 bash[32620]: audit 2023-12-07T19:53:55.854706+0000 mgr.a (mgr.24293) 24197 : audit 0 from='client.475161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:57 smithi027 bash[31536]: audit 2023-12-07T19:53:55.854706+0000 mgr.a (mgr.24293) 24197 : audit 0 from='client.475161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:53:58 smithi022 bash[28554]: cluster 2023-12-07T19:53:56.593434+0000 mgr.a (mgr.24293) 24198 : cluster 0 pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:53:58 smithi044 bash[32620]: cluster 2023-12-07T19:53:56.593434+0000 mgr.a (mgr.24293) 24198 : cluster 0 pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:53:58 smithi027 bash[31536]: cluster 2023-12-07T19:53:56.593434+0000 mgr.a (mgr.24293) 24198 : cluster 0 pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:00 smithi022 bash[28554]: cluster 2023-12-07T19:53:58.594112+0000 mgr.a (mgr.24293) 24199 : cluster 0 pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:00 smithi044 bash[32620]: cluster 2023-12-07T19:53:58.594112+0000 mgr.a (mgr.24293) 24199 : cluster 0 pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:00 smithi027 bash[31536]: cluster 2023-12-07T19:53:58.594112+0000 mgr.a (mgr.24293) 24199 : cluster 0 pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:01.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:01.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:01.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:02.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:02.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:02.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:02.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:02.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:02 smithi022 bash[28554]: cluster 2023-12-07T19:54:00.594874+0000 mgr.a (mgr.24293) 24200 : cluster 0 pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:02 smithi044 bash[32620]: cluster 2023-12-07T19:54:00.594874+0000 mgr.a (mgr.24293) 24200 : cluster 0 pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:02 smithi027 bash[31536]: cluster 2023-12-07T19:54:00.594874+0000 mgr.a (mgr.24293) 24200 : cluster 0 pgmap v18097: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:03 smithi022 bash[28554]: audit 2023-12-07T19:54:01.819875+0000 mgr.a (mgr.24293) 24201 : audit 0 from='client.475239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:03 smithi044 bash[32620]: audit 2023-12-07T19:54:01.819875+0000 mgr.a (mgr.24293) 24201 : audit 0 from='client.475239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:03 smithi027 bash[31536]: audit 2023-12-07T19:54:01.819875+0000 mgr.a (mgr.24293) 24201 : audit 0 from='client.475239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:04 smithi022 bash[28554]: cluster 2023-12-07T19:54:02.595616+0000 mgr.a (mgr.24293) 24202 : cluster 0 pgmap v18098: 33 pgs: 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:54:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:04 smithi044 bash[32620]: cluster 2023-12-07T19:54:02.595616+0000 mgr.a (mgr.24293) 24202 : cluster 0 pgmap v18098: 33 pgs: 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:54:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:04 smithi027 bash[31536]: cluster 2023-12-07T19:54:02.595616+0000 mgr.a (mgr.24293) 24202 : cluster 0 pgmap v18098: 33 pgs: 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:54:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:06 smithi022 bash[28554]: cluster 2023-12-07T19:54:04.596234+0000 mgr.a (mgr.24293) 24203 : cluster 0 pgmap v18099: 33 pgs: 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:54:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:06 smithi044 bash[32620]: cluster 2023-12-07T19:54:04.596234+0000 mgr.a (mgr.24293) 24203 : cluster 0 pgmap v18099: 33 pgs: 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:54:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:06 smithi027 bash[31536]: cluster 2023-12-07T19:54:04.596234+0000 mgr.a (mgr.24293) 24203 : cluster 0 pgmap v18099: 33 pgs: 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:54:07.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:07.362 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:07.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:08.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:08.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:08.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:08.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:08.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:08.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:08 smithi022 bash[28554]: cluster 2023-12-07T19:54:06.597059+0000 mgr.a (mgr.24293) 24204 : cluster 0 pgmap v18100: 33 pgs: 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:54:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:08 smithi044 bash[32620]: cluster 2023-12-07T19:54:06.597059+0000 mgr.a (mgr.24293) 24204 : cluster 0 pgmap v18100: 33 pgs: 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:54:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:08 smithi027 bash[31536]: cluster 2023-12-07T19:54:06.597059+0000 mgr.a (mgr.24293) 24204 : cluster 0 pgmap v18100: 33 pgs: 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:54:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:09 smithi022 bash[28554]: audit 2023-12-07T19:54:07.773740+0000 mgr.a (mgr.24293) 24205 : audit 0 from='client.475314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:09 smithi044 bash[32620]: audit 2023-12-07T19:54:07.773740+0000 mgr.a (mgr.24293) 24205 : audit 0 from='client.475314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:09 smithi027 bash[31536]: audit 2023-12-07T19:54:07.773740+0000 mgr.a (mgr.24293) 24205 : audit 0 from='client.475314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:10 smithi022 bash[28554]: cluster 2023-12-07T19:54:08.597804+0000 mgr.a (mgr.24293) 24206 : cluster 0 pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:10 smithi044 bash[32620]: cluster 2023-12-07T19:54:08.597804+0000 mgr.a (mgr.24293) 24206 : cluster 0 pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:10 smithi027 bash[31536]: cluster 2023-12-07T19:54:08.597804+0000 mgr.a (mgr.24293) 24206 : cluster 0 pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:12.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:12 smithi022 bash[28554]: cluster 2023-12-07T19:54:10.598651+0000 mgr.a (mgr.24293) 24207 : cluster 0 pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:12 smithi044 bash[32620]: cluster 2023-12-07T19:54:10.598651+0000 mgr.a (mgr.24293) 24207 : cluster 0 pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:12 smithi027 bash[31536]: cluster 2023-12-07T19:54:10.598651+0000 mgr.a (mgr.24293) 24207 : cluster 0 pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:13.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:13.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:13.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:14.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:14.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:14.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:14.275 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:14.275 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:14.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:14 smithi022 bash[28554]: cluster 2023-12-07T19:54:12.599215+0000 mgr.a (mgr.24293) 24208 : cluster 0 pgmap v18103: 33 pgs: 33 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:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:14 smithi044 bash[32620]: cluster 2023-12-07T19:54:12.599215+0000 mgr.a (mgr.24293) 24208 : cluster 0 pgmap v18103: 33 pgs: 33 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:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:14 smithi027 bash[31536]: cluster 2023-12-07T19:54:12.599215+0000 mgr.a (mgr.24293) 24208 : cluster 0 pgmap v18103: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:15 smithi022 bash[28554]: audit 2023-12-07T19:54:13.729966+0000 mgr.a (mgr.24293) 24209 : audit 0 from='client.382459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:15 smithi044 bash[32620]: audit 2023-12-07T19:54:13.729966+0000 mgr.a (mgr.24293) 24209 : audit 0 from='client.382459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:15 smithi027 bash[31536]: audit 2023-12-07T19:54:13.729966+0000 mgr.a (mgr.24293) 24209 : audit 0 from='client.382459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:16.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:16 smithi022 bash[28554]: cluster 2023-12-07T19:54:14.600157+0000 mgr.a (mgr.24293) 24210 : cluster 0 pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:16 smithi044 bash[32620]: cluster 2023-12-07T19:54:14.600157+0000 mgr.a (mgr.24293) 24210 : cluster 0 pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:16 smithi027 bash[31536]: cluster 2023-12-07T19:54:14.600157+0000 mgr.a (mgr.24293) 24210 : cluster 0 pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:18 smithi022 bash[28554]: cluster 2023-12-07T19:54:16.601050+0000 mgr.a (mgr.24293) 24211 : cluster 0 pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:19.277 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:19.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:19.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:20.225 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:20.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:20.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:20.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:20.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:20.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:20 smithi022 bash[28554]: cluster 2023-12-07T19:54:18.601647+0000 mgr.a (mgr.24293) 24212 : cluster 0 pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:18 smithi044 bash[32620]: cluster 2023-12-07T19:54:16.601050+0000 mgr.a (mgr.24293) 24211 : cluster 0 pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:20 smithi044 bash[32620]: cluster 2023-12-07T19:54:18.601647+0000 mgr.a (mgr.24293) 24212 : cluster 0 pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:18 smithi027 bash[31536]: cluster 2023-12-07T19:54:16.601050+0000 mgr.a (mgr.24293) 24211 : cluster 0 pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:20 smithi027 bash[31536]: cluster 2023-12-07T19:54:18.601647+0000 mgr.a (mgr.24293) 24212 : cluster 0 pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:21 smithi022 bash[28554]: audit 2023-12-07T19:54:19.693725+0000 mgr.a (mgr.24293) 24213 : audit 0 from='client.475464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:21 smithi044 bash[32620]: audit 2023-12-07T19:54:19.693725+0000 mgr.a (mgr.24293) 24213 : audit 0 from='client.475464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:21 smithi027 bash[31536]: audit 2023-12-07T19:54:19.693725+0000 mgr.a (mgr.24293) 24213 : audit 0 from='client.475464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:22 smithi022 bash[28554]: cluster 2023-12-07T19:54:20.602577+0000 mgr.a (mgr.24293) 24214 : cluster 0 pgmap v18107: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:22 smithi044 bash[32620]: cluster 2023-12-07T19:54:20.602577+0000 mgr.a (mgr.24293) 24214 : cluster 0 pgmap v18107: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:22 smithi027 bash[31536]: cluster 2023-12-07T19:54:20.602577+0000 mgr.a (mgr.24293) 24214 : cluster 0 pgmap v18107: 33 pgs: 33 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:24.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:24 smithi022 bash[28554]: cluster 2023-12-07T19:54:22.603150+0000 mgr.a (mgr.24293) 24215 : cluster 0 pgmap v18108: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:24 smithi044 bash[32620]: cluster 2023-12-07T19:54:22.603150+0000 mgr.a (mgr.24293) 24215 : cluster 0 pgmap v18108: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:24 smithi027 bash[31536]: cluster 2023-12-07T19:54:22.603150+0000 mgr.a (mgr.24293) 24215 : cluster 0 pgmap v18108: 33 pgs: 33 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:25.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:25.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:25.229 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:26.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:26 smithi022 bash[28554]: cluster 2023-12-07T19:54:24.603752+0000 mgr.a (mgr.24293) 24216 : cluster 0 pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:26 smithi044 bash[32620]: cluster 2023-12-07T19:54:24.603752+0000 mgr.a (mgr.24293) 24216 : cluster 0 pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:26 smithi027 bash[31536]: cluster 2023-12-07T19:54:24.603752+0000 mgr.a (mgr.24293) 24216 : cluster 0 pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:27 smithi022 bash[28554]: audit 2023-12-07T19:54:25.638979+0000 mgr.a (mgr.24293) 24217 : audit 0 from='client.475542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:27 smithi044 bash[32620]: audit 2023-12-07T19:54:25.638979+0000 mgr.a (mgr.24293) 24217 : audit 0 from='client.475542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:27 smithi027 bash[31536]: audit 2023-12-07T19:54:25.638979+0000 mgr.a (mgr.24293) 24217 : audit 0 from='client.475542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:28.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:28 smithi022 bash[28554]: cluster 2023-12-07T19:54:26.604837+0000 mgr.a (mgr.24293) 24218 : cluster 0 pgmap v18110: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:28 smithi044 bash[32620]: cluster 2023-12-07T19:54:26.604837+0000 mgr.a (mgr.24293) 24218 : cluster 0 pgmap v18110: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:28 smithi027 bash[31536]: cluster 2023-12-07T19:54:26.604837+0000 mgr.a (mgr.24293) 24218 : cluster 0 pgmap v18110: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:30 smithi022 bash[28554]: cluster 2023-12-07T19:54:28.605508+0000 mgr.a (mgr.24293) 24219 : cluster 0 pgmap v18111: 33 pgs: 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:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:30 smithi044 bash[32620]: cluster 2023-12-07T19:54:28.605508+0000 mgr.a (mgr.24293) 24219 : cluster 0 pgmap v18111: 33 pgs: 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:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:30 smithi027 bash[31536]: cluster 2023-12-07T19:54:28.605508+0000 mgr.a (mgr.24293) 24219 : cluster 0 pgmap v18111: 33 pgs: 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:31.169 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:31.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:31.170 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:32.108 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:32.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:32.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:32.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:32.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:32 smithi022 bash[28554]: cluster 2023-12-07T19:54:30.606469+0000 mgr.a (mgr.24293) 24220 : cluster 0 pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:32 smithi044 bash[32620]: cluster 2023-12-07T19:54:30.606469+0000 mgr.a (mgr.24293) 24220 : cluster 0 pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:32 smithi027 bash[31536]: cluster 2023-12-07T19:54:30.606469+0000 mgr.a (mgr.24293) 24220 : cluster 0 pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:33 smithi022 bash[28554]: audit 2023-12-07T19:54:31.580266+0000 mgr.a (mgr.24293) 24221 : audit 0 from='client.475620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:33 smithi044 bash[32620]: audit 2023-12-07T19:54:31.580266+0000 mgr.a (mgr.24293) 24221 : audit 0 from='client.475620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:33.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:33 smithi027 bash[31536]: audit 2023-12-07T19:54:31.580266+0000 mgr.a (mgr.24293) 24221 : audit 0 from='client.475620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:34.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:34 smithi022 bash[28554]: cluster 2023-12-07T19:54:32.607245+0000 mgr.a (mgr.24293) 24222 : cluster 0 pgmap v18113: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:34 smithi044 bash[32620]: cluster 2023-12-07T19:54:32.607245+0000 mgr.a (mgr.24293) 24222 : cluster 0 pgmap v18113: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:34 smithi027 bash[31536]: cluster 2023-12-07T19:54:32.607245+0000 mgr.a (mgr.24293) 24222 : cluster 0 pgmap v18113: 33 pgs: 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:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:36 smithi027 bash[31536]: cluster 2023-12-07T19:54:34.607831+0000 mgr.a (mgr.24293) 24223 : cluster 0 pgmap v18114: 33 pgs: 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:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:36 smithi027 bash[31536]: audit 2023-12-07T19:54:36.085472+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:36.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:36 smithi022 bash[28554]: cluster 2023-12-07T19:54:34.607831+0000 mgr.a (mgr.24293) 24223 : cluster 0 pgmap v18114: 33 pgs: 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:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:36 smithi022 bash[28554]: audit 2023-12-07T19:54:36.085472+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:36 smithi044 bash[32620]: cluster 2023-12-07T19:54:34.607831+0000 mgr.a (mgr.24293) 24223 : cluster 0 pgmap v18114: 33 pgs: 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:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:36 smithi044 bash[32620]: audit 2023-12-07T19:54:36.085472+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:37.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:37.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:37.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:38.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:38.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:38.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:38.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:38.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:38 smithi027 bash[31536]: cluster 2023-12-07T19:54:36.608437+0000 mgr.a (mgr.24293) 24224 : cluster 0 pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:38.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:38 smithi022 bash[28554]: cluster 2023-12-07T19:54:36.608437+0000 mgr.a (mgr.24293) 24224 : cluster 0 pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:38 smithi044 bash[32620]: cluster 2023-12-07T19:54:36.608437+0000 mgr.a (mgr.24293) 24224 : cluster 0 pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:39 smithi027 bash[31536]: audit 2023-12-07T19:54:37.528659+0000 mgr.a (mgr.24293) 24225 : audit 0 from='client.475695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:39.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:39 smithi022 bash[28554]: audit 2023-12-07T19:54:37.528659+0000 mgr.a (mgr.24293) 24225 : audit 0 from='client.475695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:39 smithi044 bash[32620]: audit 2023-12-07T19:54:37.528659+0000 mgr.a (mgr.24293) 24225 : audit 0 from='client.475695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:40 smithi027 bash[31536]: cluster 2023-12-07T19:54:38.609115+0000 mgr.a (mgr.24293) 24226 : cluster 0 pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:40.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:40 smithi022 bash[28554]: cluster 2023-12-07T19:54:38.609115+0000 mgr.a (mgr.24293) 24226 : cluster 0 pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:40 smithi044 bash[32620]: cluster 2023-12-07T19:54:38.609115+0000 mgr.a (mgr.24293) 24226 : cluster 0 pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:42 smithi044 bash[32620]: cluster 2023-12-07T19:54:40.609924+0000 mgr.a (mgr.24293) 24227 : cluster 0 pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:42 smithi027 bash[31536]: cluster 2023-12-07T19:54:40.609924+0000 mgr.a (mgr.24293) 24227 : cluster 0 pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:42 smithi022 bash[28554]: cluster 2023-12-07T19:54:40.609924+0000 mgr.a (mgr.24293) 24227 : cluster 0 pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:43.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:43.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:43.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:44.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:44.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:44.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:44.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:44.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:44.498 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:44 smithi044 bash[32620]: cluster 2023-12-07T19:54:42.610505+0000 mgr.a (mgr.24293) 24228 : cluster 0 pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:44.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:44 smithi022 bash[28554]: cluster 2023-12-07T19:54:42.610505+0000 mgr.a (mgr.24293) 24228 : cluster 0 pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:44 smithi027 bash[31536]: cluster 2023-12-07T19:54:42.610505+0000 mgr.a (mgr.24293) 24228 : cluster 0 pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:45 smithi022 bash[28554]: audit 2023-12-07T19:54:43.483766+0000 mgr.a (mgr.24293) 24229 : audit 0 from='client.475773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:45 smithi044 bash[32620]: audit 2023-12-07T19:54:43.483766+0000 mgr.a (mgr.24293) 24229 : audit 0 from='client.475773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:45.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:45 smithi027 bash[31536]: audit 2023-12-07T19:54:43.483766+0000 mgr.a (mgr.24293) 24229 : audit 0 from='client.475773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:46 smithi044 bash[32620]: cluster 2023-12-07T19:54:44.611223+0000 mgr.a (mgr.24293) 24230 : cluster 0 pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:46.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:46 smithi022 bash[28554]: cluster 2023-12-07T19:54:44.611223+0000 mgr.a (mgr.24293) 24230 : cluster 0 pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:46 smithi027 bash[31536]: cluster 2023-12-07T19:54:44.611223+0000 mgr.a (mgr.24293) 24230 : cluster 0 pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:47 smithi022 bash[28554]: cluster 2023-12-07T19:54:46.612073+0000 mgr.a (mgr.24293) 24231 : cluster 0 pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:47 smithi022 bash[28554]: audit 2023-12-07T19:54:46.796401+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:47 smithi022 bash[28554]: audit 2023-12-07T19:54:46.802519+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:47 smithi022 bash[28554]: audit 2023-12-07T19:54:46.804003+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:47 smithi022 bash[28554]: audit 2023-12-07T19:54:46.805394+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:48.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:47 smithi022 bash[28554]: audit 2023-12-07T19:54:46.812347+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:47 smithi044 bash[32620]: cluster 2023-12-07T19:54:46.612073+0000 mgr.a (mgr.24293) 24231 : cluster 0 pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:47 smithi044 bash[32620]: audit 2023-12-07T19:54:46.796401+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:47 smithi044 bash[32620]: audit 2023-12-07T19:54:46.802519+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:47 smithi044 bash[32620]: audit 2023-12-07T19:54:46.804003+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:47 smithi044 bash[32620]: audit 2023-12-07T19:54:46.805394+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:48.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:47 smithi044 bash[32620]: audit 2023-12-07T19:54:46.812347+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:47 smithi027 bash[31536]: cluster 2023-12-07T19:54:46.612073+0000 mgr.a (mgr.24293) 24231 : cluster 0 pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:47 smithi027 bash[31536]: audit 2023-12-07T19:54:46.796401+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:47 smithi027 bash[31536]: audit 2023-12-07T19:54:46.802519+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:47 smithi027 bash[31536]: audit 2023-12-07T19:54:46.804003+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:47 smithi027 bash[31536]: audit 2023-12-07T19:54:46.805394+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:47 smithi027 bash[31536]: audit 2023-12-07T19:54:46.812347+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:54:49.004 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:49.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:49.005 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:49.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:49.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:49.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:49.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:49.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:49 smithi022 bash[28554]: cluster 2023-12-07T19:54:48.612597+0000 mgr.a (mgr.24293) 24232 : cluster 0 pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:49 smithi044 bash[32620]: cluster 2023-12-07T19:54:48.612597+0000 mgr.a (mgr.24293) 24232 : cluster 0 pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:49 smithi027 bash[31536]: cluster 2023-12-07T19:54:48.612597+0000 mgr.a (mgr.24293) 24232 : cluster 0 pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:50 smithi022 bash[28554]: audit 2023-12-07T19:54:49.416380+0000 mgr.a (mgr.24293) 24233 : audit 0 from='client.475851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:50 smithi044 bash[32620]: audit 2023-12-07T19:54:49.416380+0000 mgr.a (mgr.24293) 24233 : audit 0 from='client.475851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:50 smithi027 bash[31536]: audit 2023-12-07T19:54:49.416380+0000 mgr.a (mgr.24293) 24233 : audit 0 from='client.475851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:51 smithi022 bash[28554]: cluster 2023-12-07T19:54:50.613639+0000 mgr.a (mgr.24293) 24234 : cluster 0 pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:51 smithi044 bash[32620]: cluster 2023-12-07T19:54:50.613639+0000 mgr.a (mgr.24293) 24234 : cluster 0 pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:51 smithi027 bash[31536]: cluster 2023-12-07T19:54:50.613639+0000 mgr.a (mgr.24293) 24234 : cluster 0 pgmap v18122: 33 pgs: 33 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:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:53 smithi022 bash[28554]: cluster 2023-12-07T19:54:52.614250+0000 mgr.a (mgr.24293) 24235 : cluster 0 pgmap v18123: 33 pgs: 33 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:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:53 smithi044 bash[32620]: cluster 2023-12-07T19:54:52.614250+0000 mgr.a (mgr.24293) 24235 : cluster 0 pgmap v18123: 33 pgs: 33 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:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:53 smithi027 bash[31536]: cluster 2023-12-07T19:54:52.614250+0000 mgr.a (mgr.24293) 24235 : cluster 0 pgmap v18123: 33 pgs: 33 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:54.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:54:54.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:54.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:55.888 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:54:55.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:55.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:55.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:55.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:54:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:55 smithi022 bash[28554]: cluster 2023-12-07T19:54:54.614892+0000 mgr.a (mgr.24293) 24236 : cluster 0 pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:55 smithi044 bash[32620]: cluster 2023-12-07T19:54:54.614892+0000 mgr.a (mgr.24293) 24236 : cluster 0 pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:55 smithi027 bash[31536]: cluster 2023-12-07T19:54:54.614892+0000 mgr.a (mgr.24293) 24236 : cluster 0 pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:56 smithi022 bash[28554]: audit 2023-12-07T19:54:55.364590+0000 mgr.a (mgr.24293) 24237 : audit 0 from='client.475923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:56 smithi044 bash[32620]: audit 2023-12-07T19:54:55.364590+0000 mgr.a (mgr.24293) 24237 : audit 0 from='client.475923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:56 smithi027 bash[31536]: audit 2023-12-07T19:54:55.364590+0000 mgr.a (mgr.24293) 24237 : audit 0 from='client.475923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:57 smithi022 bash[28554]: cluster 2023-12-07T19:54:56.616002+0000 mgr.a (mgr.24293) 24238 : cluster 0 pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:57 smithi044 bash[32620]: cluster 2023-12-07T19:54:56.616002+0000 mgr.a (mgr.24293) 24238 : cluster 0 pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:57 smithi027 bash[31536]: cluster 2023-12-07T19:54:56.616002+0000 mgr.a (mgr.24293) 24238 : cluster 0 pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:54:59 smithi022 bash[28554]: cluster 2023-12-07T19:54:58.616606+0000 mgr.a (mgr.24293) 24239 : cluster 0 pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:54:59 smithi044 bash[32620]: cluster 2023-12-07T19:54:58.616606+0000 mgr.a (mgr.24293) 24239 : cluster 0 pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:54:59 smithi027 bash[31536]: cluster 2023-12-07T19:54:58.616606+0000 mgr.a (mgr.24293) 24239 : cluster 0 pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:00.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:00.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:00.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:01.820 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:01.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:01.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:01.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:01.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:01.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:01 smithi022 bash[28554]: cluster 2023-12-07T19:55:00.617375+0000 mgr.a (mgr.24293) 24240 : cluster 0 pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:01 smithi044 bash[32620]: cluster 2023-12-07T19:55:00.617375+0000 mgr.a (mgr.24293) 24240 : cluster 0 pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:01 smithi027 bash[31536]: cluster 2023-12-07T19:55:00.617375+0000 mgr.a (mgr.24293) 24240 : cluster 0 pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:02 smithi022 bash[28554]: audit 2023-12-07T19:55:01.307255+0000 mgr.a (mgr.24293) 24241 : audit 0 from='client.475998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:02 smithi044 bash[32620]: audit 2023-12-07T19:55:01.307255+0000 mgr.a (mgr.24293) 24241 : audit 0 from='client.475998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:02 smithi027 bash[31536]: audit 2023-12-07T19:55:01.307255+0000 mgr.a (mgr.24293) 24241 : audit 0 from='client.475998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:03 smithi022 bash[28554]: cluster 2023-12-07T19:55:02.618257+0000 mgr.a (mgr.24293) 24242 : cluster 0 pgmap v18128: 33 pgs: 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:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:03 smithi044 bash[32620]: cluster 2023-12-07T19:55:02.618257+0000 mgr.a (mgr.24293) 24242 : cluster 0 pgmap v18128: 33 pgs: 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:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:03 smithi027 bash[31536]: cluster 2023-12-07T19:55:02.618257+0000 mgr.a (mgr.24293) 24242 : cluster 0 pgmap v18128: 33 pgs: 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:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:05 smithi022 bash[28554]: cluster 2023-12-07T19:55:04.618873+0000 mgr.a (mgr.24293) 24243 : cluster 0 pgmap v18129: 33 pgs: 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:05 smithi044 bash[32620]: cluster 2023-12-07T19:55:04.618873+0000 mgr.a (mgr.24293) 24243 : cluster 0 pgmap v18129: 33 pgs: 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:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:05 smithi027 bash[31536]: cluster 2023-12-07T19:55:04.618873+0000 mgr.a (mgr.24293) 24243 : cluster 0 pgmap v18129: 33 pgs: 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:06.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:06.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:06.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:07.756 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:07.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:07.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:07.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:07.757 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:07 smithi022 bash[28554]: cluster 2023-12-07T19:55:06.619858+0000 mgr.a (mgr.24293) 24244 : cluster 0 pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:07 smithi044 bash[32620]: cluster 2023-12-07T19:55:06.619858+0000 mgr.a (mgr.24293) 24244 : cluster 0 pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:07 smithi027 bash[31536]: cluster 2023-12-07T19:55:06.619858+0000 mgr.a (mgr.24293) 24244 : cluster 0 pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:08 smithi022 bash[28554]: audit 2023-12-07T19:55:07.234282+0000 mgr.a (mgr.24293) 24245 : audit 0 from='client.476073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:08 smithi044 bash[32620]: audit 2023-12-07T19:55:07.234282+0000 mgr.a (mgr.24293) 24245 : audit 0 from='client.476073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:08 smithi027 bash[31536]: audit 2023-12-07T19:55:07.234282+0000 mgr.a (mgr.24293) 24245 : audit 0 from='client.476073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:09 smithi022 bash[28554]: cluster 2023-12-07T19:55:08.620561+0000 mgr.a (mgr.24293) 24246 : cluster 0 pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:09 smithi044 bash[32620]: cluster 2023-12-07T19:55:08.620561+0000 mgr.a (mgr.24293) 24246 : cluster 0 pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:09 smithi027 bash[31536]: cluster 2023-12-07T19:55:08.620561+0000 mgr.a (mgr.24293) 24246 : cluster 0 pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:11 smithi022 bash[28554]: cluster 2023-12-07T19:55:10.621374+0000 mgr.a (mgr.24293) 24247 : cluster 0 pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:11 smithi044 bash[32620]: cluster 2023-12-07T19:55:10.621374+0000 mgr.a (mgr.24293) 24247 : cluster 0 pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:11 smithi027 bash[31536]: cluster 2023-12-07T19:55:10.621374+0000 mgr.a (mgr.24293) 24247 : cluster 0 pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:12.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:12.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:12.760 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:13.702 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:13.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:13.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:13.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:13.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:13 smithi022 bash[28554]: cluster 2023-12-07T19:55:12.621951+0000 mgr.a (mgr.24293) 24248 : cluster 0 pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:13 smithi022 bash[28554]: audit 2023-12-07T19:55:13.172590+0000 mgr.a (mgr.24293) 24249 : audit 0 from='client.476151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:13 smithi044 bash[32620]: cluster 2023-12-07T19:55:12.621951+0000 mgr.a (mgr.24293) 24248 : cluster 0 pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:13 smithi044 bash[32620]: audit 2023-12-07T19:55:13.172590+0000 mgr.a (mgr.24293) 24249 : audit 0 from='client.476151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:13 smithi027 bash[31536]: cluster 2023-12-07T19:55:12.621951+0000 mgr.a (mgr.24293) 24248 : cluster 0 pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:13 smithi027 bash[31536]: audit 2023-12-07T19:55:13.172590+0000 mgr.a (mgr.24293) 24249 : audit 0 from='client.476151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:15 smithi022 bash[28554]: cluster 2023-12-07T19:55:14.622768+0000 mgr.a (mgr.24293) 24250 : cluster 0 pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:15 smithi044 bash[32620]: cluster 2023-12-07T19:55:14.622768+0000 mgr.a (mgr.24293) 24250 : cluster 0 pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:15 smithi027 bash[31536]: cluster 2023-12-07T19:55:14.622768+0000 mgr.a (mgr.24293) 24250 : cluster 0 pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:17 smithi022 bash[28554]: cluster 2023-12-07T19:55:16.623771+0000 mgr.a (mgr.24293) 24251 : cluster 0 pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:17 smithi044 bash[32620]: cluster 2023-12-07T19:55:16.623771+0000 mgr.a (mgr.24293) 24251 : cluster 0 pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:17 smithi027 bash[31536]: cluster 2023-12-07T19:55:16.623771+0000 mgr.a (mgr.24293) 24251 : cluster 0 pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:18.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:18.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:18.706 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:19.639 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:19.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:19.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:19.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:19.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:19 smithi022 bash[28554]: cluster 2023-12-07T19:55:18.624342+0000 mgr.a (mgr.24293) 24252 : cluster 0 pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:19 smithi022 bash[28554]: audit 2023-12-07T19:55:19.116566+0000 mgr.a (mgr.24293) 24253 : audit 0 from='client.476229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:19 smithi044 bash[32620]: cluster 2023-12-07T19:55:18.624342+0000 mgr.a (mgr.24293) 24252 : cluster 0 pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:19 smithi044 bash[32620]: audit 2023-12-07T19:55:19.116566+0000 mgr.a (mgr.24293) 24253 : audit 0 from='client.476229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:19 smithi027 bash[31536]: cluster 2023-12-07T19:55:18.624342+0000 mgr.a (mgr.24293) 24252 : cluster 0 pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:19 smithi027 bash[31536]: audit 2023-12-07T19:55:19.116566+0000 mgr.a (mgr.24293) 24253 : audit 0 from='client.476229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:21 smithi022 bash[28554]: cluster 2023-12-07T19:55:20.625244+0000 mgr.a (mgr.24293) 24254 : cluster 0 pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:21 smithi044 bash[32620]: cluster 2023-12-07T19:55:20.625244+0000 mgr.a (mgr.24293) 24254 : cluster 0 pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:21 smithi027 bash[31536]: cluster 2023-12-07T19:55:20.625244+0000 mgr.a (mgr.24293) 24254 : cluster 0 pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:23 smithi022 bash[28554]: cluster 2023-12-07T19:55:22.625826+0000 mgr.a (mgr.24293) 24255 : cluster 0 pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:23 smithi044 bash[32620]: cluster 2023-12-07T19:55:22.625826+0000 mgr.a (mgr.24293) 24255 : cluster 0 pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:23 smithi027 bash[31536]: cluster 2023-12-07T19:55:22.625826+0000 mgr.a (mgr.24293) 24255 : cluster 0 pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:24.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:24.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:24.643 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:25.602 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:25.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:25.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:25.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:25.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:25 smithi022 bash[28554]: cluster 2023-12-07T19:55:24.626385+0000 mgr.a (mgr.24293) 24256 : cluster 0 pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:25 smithi022 bash[28554]: audit 2023-12-07T19:55:25.059300+0000 mgr.a (mgr.24293) 24257 : audit 0 from='client.476301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:25 smithi044 bash[32620]: cluster 2023-12-07T19:55:24.626385+0000 mgr.a (mgr.24293) 24256 : cluster 0 pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:25 smithi044 bash[32620]: audit 2023-12-07T19:55:25.059300+0000 mgr.a (mgr.24293) 24257 : audit 0 from='client.476301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:25 smithi027 bash[31536]: cluster 2023-12-07T19:55:24.626385+0000 mgr.a (mgr.24293) 24256 : cluster 0 pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:25 smithi027 bash[31536]: audit 2023-12-07T19:55:25.059300+0000 mgr.a (mgr.24293) 24257 : audit 0 from='client.476301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:27 smithi022 bash[28554]: cluster 2023-12-07T19:55:26.627418+0000 mgr.a (mgr.24293) 24258 : cluster 0 pgmap v18140: 33 pgs: 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:55:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:27 smithi044 bash[32620]: cluster 2023-12-07T19:55:26.627418+0000 mgr.a (mgr.24293) 24258 : cluster 0 pgmap v18140: 33 pgs: 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:55:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:27 smithi027 bash[31536]: cluster 2023-12-07T19:55:26.627418+0000 mgr.a (mgr.24293) 24258 : cluster 0 pgmap v18140: 33 pgs: 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:55:30.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:29 smithi022 bash[28554]: cluster 2023-12-07T19:55:28.628024+0000 mgr.a (mgr.24293) 24259 : cluster 0 pgmap v18141: 33 pgs: 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:55:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:29 smithi044 bash[32620]: cluster 2023-12-07T19:55:28.628024+0000 mgr.a (mgr.24293) 24259 : cluster 0 pgmap v18141: 33 pgs: 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:55:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:29 smithi027 bash[31536]: cluster 2023-12-07T19:55:28.628024+0000 mgr.a (mgr.24293) 24259 : cluster 0 pgmap v18141: 33 pgs: 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:55:30.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:30.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:30.606 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:31.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:31.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:31.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:31.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:31.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:31 smithi022 bash[28554]: cluster 2023-12-07T19:55:30.628849+0000 mgr.a (mgr.24293) 24260 : cluster 0 pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:31 smithi022 bash[28554]: audit 2023-12-07T19:55:31.023699+0000 mgr.a (mgr.24293) 24261 : audit 0 from='client.476376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:31 smithi044 bash[32620]: cluster 2023-12-07T19:55:30.628849+0000 mgr.a (mgr.24293) 24260 : cluster 0 pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:31 smithi044 bash[32620]: audit 2023-12-07T19:55:31.023699+0000 mgr.a (mgr.24293) 24261 : audit 0 from='client.476376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:31 smithi027 bash[31536]: cluster 2023-12-07T19:55:30.628849+0000 mgr.a (mgr.24293) 24260 : cluster 0 pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:31 smithi027 bash[31536]: audit 2023-12-07T19:55:31.023699+0000 mgr.a (mgr.24293) 24261 : audit 0 from='client.476376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:33 smithi022 bash[28554]: cluster 2023-12-07T19:55:32.629564+0000 mgr.a (mgr.24293) 24262 : cluster 0 pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:33 smithi044 bash[32620]: cluster 2023-12-07T19:55:32.629564+0000 mgr.a (mgr.24293) 24262 : cluster 0 pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:33 smithi027 bash[31536]: cluster 2023-12-07T19:55:32.629564+0000 mgr.a (mgr.24293) 24262 : cluster 0 pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:35 smithi022 bash[28554]: cluster 2023-12-07T19:55:34.630110+0000 mgr.a (mgr.24293) 24263 : cluster 0 pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:35 smithi044 bash[32620]: cluster 2023-12-07T19:55:34.630110+0000 mgr.a (mgr.24293) 24263 : cluster 0 pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:35 smithi027 bash[31536]: cluster 2023-12-07T19:55:34.630110+0000 mgr.a (mgr.24293) 24263 : cluster 0 pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:36.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:36.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:36.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:37.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:37.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:37.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:37.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:37.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:37 smithi022 bash[28554]: cluster 2023-12-07T19:55:36.630905+0000 mgr.a (mgr.24293) 24264 : cluster 0 pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:37 smithi022 bash[28554]: audit 2023-12-07T19:55:36.960015+0000 mgr.a (mgr.24293) 24265 : audit 0 from='client.373016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:37 smithi044 bash[32620]: cluster 2023-12-07T19:55:36.630905+0000 mgr.a (mgr.24293) 24264 : cluster 0 pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:37 smithi044 bash[32620]: audit 2023-12-07T19:55:36.960015+0000 mgr.a (mgr.24293) 24265 : audit 0 from='client.373016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:37 smithi027 bash[31536]: cluster 2023-12-07T19:55:36.630905+0000 mgr.a (mgr.24293) 24264 : cluster 0 pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:37 smithi027 bash[31536]: audit 2023-12-07T19:55:36.960015+0000 mgr.a (mgr.24293) 24265 : audit 0 from='client.373016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:39 smithi022 bash[28554]: cluster 2023-12-07T19:55:38.631529+0000 mgr.a (mgr.24293) 24266 : cluster 0 pgmap v18146: 33 pgs: 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:55:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:39 smithi044 bash[32620]: cluster 2023-12-07T19:55:38.631529+0000 mgr.a (mgr.24293) 24266 : cluster 0 pgmap v18146: 33 pgs: 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:55:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:39 smithi027 bash[31536]: cluster 2023-12-07T19:55:38.631529+0000 mgr.a (mgr.24293) 24266 : cluster 0 pgmap v18146: 33 pgs: 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:55:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:41 smithi027 bash[31536]: cluster 2023-12-07T19:55:40.632362+0000 mgr.a (mgr.24293) 24267 : cluster 0 pgmap v18147: 33 pgs: 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:55:42.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:41 smithi022 bash[28554]: cluster 2023-12-07T19:55:40.632362+0000 mgr.a (mgr.24293) 24267 : cluster 0 pgmap v18147: 33 pgs: 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:55:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:41 smithi044 bash[32620]: cluster 2023-12-07T19:55:40.632362+0000 mgr.a (mgr.24293) 24267 : cluster 0 pgmap v18147: 33 pgs: 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:55:42.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:42.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:42.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:43.444 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:43.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:43.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:43.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:43.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:43 smithi027 bash[31536]: cluster 2023-12-07T19:55:42.632834+0000 mgr.a (mgr.24293) 24268 : cluster 0 pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:43 smithi027 bash[31536]: audit 2023-12-07T19:55:42.901610+0000 mgr.a (mgr.24293) 24269 : audit 0 from='client.476529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:43 smithi022 bash[28554]: cluster 2023-12-07T19:55:42.632834+0000 mgr.a (mgr.24293) 24268 : cluster 0 pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:43 smithi022 bash[28554]: audit 2023-12-07T19:55:42.901610+0000 mgr.a (mgr.24293) 24269 : audit 0 from='client.476529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:43 smithi044 bash[32620]: cluster 2023-12-07T19:55:42.632834+0000 mgr.a (mgr.24293) 24268 : cluster 0 pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:43 smithi044 bash[32620]: audit 2023-12-07T19:55:42.901610+0000 mgr.a (mgr.24293) 24269 : audit 0 from='client.476529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:45 smithi027 bash[31536]: cluster 2023-12-07T19:55:44.633472+0000 mgr.a (mgr.24293) 24270 : cluster 0 pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:46.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:45 smithi022 bash[28554]: cluster 2023-12-07T19:55:44.633472+0000 mgr.a (mgr.24293) 24270 : cluster 0 pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:45 smithi044 bash[32620]: cluster 2023-12-07T19:55:44.633472+0000 mgr.a (mgr.24293) 24270 : cluster 0 pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:46 smithi027 bash[31536]: audit 2023-12-07T19:55:46.914449+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:46 smithi022 bash[28554]: audit 2023-12-07T19:55:46.914449+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:46 smithi044 bash[32620]: audit 2023-12-07T19:55:46.914449+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:47 smithi027 bash[31536]: cluster 2023-12-07T19:55:46.634274+0000 mgr.a (mgr.24293) 24271 : cluster 0 pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:47 smithi022 bash[28554]: cluster 2023-12-07T19:55:46.634274+0000 mgr.a (mgr.24293) 24271 : cluster 0 pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:47 smithi044 bash[32620]: cluster 2023-12-07T19:55:46.634274+0000 mgr.a (mgr.24293) 24271 : cluster 0 pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:48.448 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:48.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:48.449 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:49.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:49.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:49.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:49.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:49.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:50.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:49 smithi022 bash[28554]: cluster 2023-12-07T19:55:48.634823+0000 mgr.a (mgr.24293) 24272 : cluster 0 pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:49 smithi022 bash[28554]: audit 2023-12-07T19:55:48.864061+0000 mgr.a (mgr.24293) 24273 : audit 0 from='client.476604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:49 smithi044 bash[32620]: cluster 2023-12-07T19:55:48.634823+0000 mgr.a (mgr.24293) 24272 : cluster 0 pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:49 smithi044 bash[32620]: audit 2023-12-07T19:55:48.864061+0000 mgr.a (mgr.24293) 24273 : audit 0 from='client.476604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:49 smithi027 bash[31536]: cluster 2023-12-07T19:55:48.634823+0000 mgr.a (mgr.24293) 24272 : cluster 0 pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:49 smithi027 bash[31536]: audit 2023-12-07T19:55:48.864061+0000 mgr.a (mgr.24293) 24273 : audit 0 from='client.476604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:51 smithi022 bash[28554]: cluster 2023-12-07T19:55:50.635717+0000 mgr.a (mgr.24293) 24274 : cluster 0 pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:51 smithi044 bash[32620]: cluster 2023-12-07T19:55:50.635717+0000 mgr.a (mgr.24293) 24274 : cluster 0 pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:51 smithi027 bash[31536]: cluster 2023-12-07T19:55:50.635717+0000 mgr.a (mgr.24293) 24274 : cluster 0 pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: audit 2023-12-07T19:55:52.257353+0000 mon.a (mon.0) 3784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: audit 2023-12-07T19:55:52.268518+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: audit 2023-12-07T19:55:52.310901+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: audit 2023-12-07T19:55:52.315328+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: audit 2023-12-07T19:55:52.320958+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: audit 2023-12-07T19:55:52.326667+0000 mon.a (mon.0) 3789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:53 smithi022 bash[28554]: cluster 2023-12-07T19:55:52.636123+0000 mgr.a (mgr.24293) 24275 : cluster 0 pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: audit 2023-12-07T19:55:52.257353+0000 mon.a (mon.0) 3784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: audit 2023-12-07T19:55:52.268518+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: audit 2023-12-07T19:55:52.310901+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: audit 2023-12-07T19:55:52.315328+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: audit 2023-12-07T19:55:52.320958+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: audit 2023-12-07T19:55:52.326667+0000 mon.a (mon.0) 3789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:53 smithi044 bash[32620]: cluster 2023-12-07T19:55:52.636123+0000 mgr.a (mgr.24293) 24275 : cluster 0 pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: audit 2023-12-07T19:55:52.257353+0000 mon.a (mon.0) 3784 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: audit 2023-12-07T19:55:52.268518+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: audit 2023-12-07T19:55:52.310901+0000 mon.a (mon.0) 3786 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: audit 2023-12-07T19:55:52.315328+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: audit 2023-12-07T19:55:52.320958+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: audit 2023-12-07T19:55:52.326667+0000 mon.a (mon.0) 3789 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:53 smithi027 bash[31536]: cluster 2023-12-07T19:55:52.636123+0000 mgr.a (mgr.24293) 24275 : cluster 0 pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:54.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:55:54.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:54.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.524919+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.529103+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.532463+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.536190+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.539243+0000 mon.a (mon.0) 3794 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.542363+0000 mon.a (mon.0) 3795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.543745+0000 mon.a (mon.0) 3796 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.545090+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:54 smithi022 bash[28554]: audit 2023-12-07T19:55:53.551836+0000 mon.a (mon.0) 3798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.524919+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.529103+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.532463+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.536190+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.539243+0000 mon.a (mon.0) 3794 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.542363+0000 mon.a (mon.0) 3795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.543745+0000 mon.a (mon.0) 3796 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.545090+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:54 smithi044 bash[32620]: audit 2023-12-07T19:55:53.551836+0000 mon.a (mon.0) 3798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.524919+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.529103+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.532463+0000 mon.a (mon.0) 3792 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.536190+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.539243+0000 mon.a (mon.0) 3794 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.542363+0000 mon.a (mon.0) 3795 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.543745+0000 mon.a (mon.0) 3796 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.545090+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:54 smithi027 bash[31536]: audit 2023-12-07T19:55:53.551836+0000 mon.a (mon.0) 3798 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:55:55.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:55:55.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:55.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:55.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:55.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:55:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:55 smithi022 bash[28554]: cluster 2023-12-07T19:55:54.636640+0000 mgr.a (mgr.24293) 24276 : cluster 0 pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:55 smithi022 bash[28554]: audit 2023-12-07T19:55:54.804891+0000 mgr.a (mgr.24293) 24277 : audit 0 from='client.476673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:55 smithi044 bash[32620]: cluster 2023-12-07T19:55:54.636640+0000 mgr.a (mgr.24293) 24276 : cluster 0 pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:55 smithi044 bash[32620]: audit 2023-12-07T19:55:54.804891+0000 mgr.a (mgr.24293) 24277 : audit 0 from='client.476673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:55 smithi027 bash[31536]: cluster 2023-12-07T19:55:54.636640+0000 mgr.a (mgr.24293) 24276 : cluster 0 pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:55 smithi027 bash[31536]: audit 2023-12-07T19:55:54.804891+0000 mgr.a (mgr.24293) 24277 : audit 0 from='client.476673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:57 smithi022 bash[28554]: cluster 2023-12-07T19:55:56.637712+0000 mgr.a (mgr.24293) 24278 : cluster 0 pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:57 smithi044 bash[32620]: cluster 2023-12-07T19:55:56.637712+0000 mgr.a (mgr.24293) 24278 : cluster 0 pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:57 smithi027 bash[31536]: cluster 2023-12-07T19:55:56.637712+0000 mgr.a (mgr.24293) 24278 : cluster 0 pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:55:59 smithi022 bash[28554]: cluster 2023-12-07T19:55:58.638435+0000 mgr.a (mgr.24293) 24279 : cluster 0 pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:55:59 smithi044 bash[32620]: cluster 2023-12-07T19:55:58.638435+0000 mgr.a (mgr.24293) 24279 : cluster 0 pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:55:59 smithi027 bash[31536]: cluster 2023-12-07T19:55:58.638435+0000 mgr.a (mgr.24293) 24279 : cluster 0 pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:00.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:00.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:00.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:01.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:01.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:01.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:01.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:01.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:01 smithi022 bash[28554]: cluster 2023-12-07T19:56:00.638961+0000 mgr.a (mgr.24293) 24280 : cluster 0 pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:01 smithi022 bash[28554]: audit 2023-12-07T19:56:00.711073+0000 mgr.a (mgr.24293) 24281 : audit 0 from='client.476751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:01 smithi044 bash[32620]: cluster 2023-12-07T19:56:00.638961+0000 mgr.a (mgr.24293) 24280 : cluster 0 pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:01 smithi044 bash[32620]: audit 2023-12-07T19:56:00.711073+0000 mgr.a (mgr.24293) 24281 : audit 0 from='client.476751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:01 smithi027 bash[31536]: cluster 2023-12-07T19:56:00.638961+0000 mgr.a (mgr.24293) 24280 : cluster 0 pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:01 smithi027 bash[31536]: audit 2023-12-07T19:56:00.711073+0000 mgr.a (mgr.24293) 24281 : audit 0 from='client.476751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:03 smithi022 bash[28554]: cluster 2023-12-07T19:56:02.639608+0000 mgr.a (mgr.24293) 24282 : cluster 0 pgmap v18158: 33 pgs: 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:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:03 smithi044 bash[32620]: cluster 2023-12-07T19:56:02.639608+0000 mgr.a (mgr.24293) 24282 : cluster 0 pgmap v18158: 33 pgs: 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:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:03 smithi027 bash[31536]: cluster 2023-12-07T19:56:02.639608+0000 mgr.a (mgr.24293) 24282 : cluster 0 pgmap v18158: 33 pgs: 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:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:05 smithi022 bash[28554]: cluster 2023-12-07T19:56:04.640195+0000 mgr.a (mgr.24293) 24283 : cluster 0 pgmap v18159: 33 pgs: 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:05 smithi044 bash[32620]: cluster 2023-12-07T19:56:04.640195+0000 mgr.a (mgr.24293) 24283 : cluster 0 pgmap v18159: 33 pgs: 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:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:05 smithi027 bash[31536]: cluster 2023-12-07T19:56:04.640195+0000 mgr.a (mgr.24293) 24283 : cluster 0 pgmap v18159: 33 pgs: 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:06.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:06.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:06.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:07.162 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:07.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:07.162 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:07.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:07.163 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:07 smithi022 bash[28554]: audit 2023-12-07T19:56:06.637700+0000 mgr.a (mgr.24293) 24284 : audit 0 from='client.476829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:07 smithi022 bash[28554]: cluster 2023-12-07T19:56:06.651705+0000 mgr.a (mgr.24293) 24285 : cluster 0 pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:07 smithi044 bash[32620]: audit 2023-12-07T19:56:06.637700+0000 mgr.a (mgr.24293) 24284 : audit 0 from='client.476829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:07 smithi044 bash[32620]: cluster 2023-12-07T19:56:06.651705+0000 mgr.a (mgr.24293) 24285 : cluster 0 pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:07 smithi027 bash[31536]: audit 2023-12-07T19:56:06.637700+0000 mgr.a (mgr.24293) 24284 : audit 0 from='client.476829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:07 smithi027 bash[31536]: cluster 2023-12-07T19:56:06.651705+0000 mgr.a (mgr.24293) 24285 : cluster 0 pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:10.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:09 smithi022 bash[28554]: cluster 2023-12-07T19:56:08.652399+0000 mgr.a (mgr.24293) 24286 : cluster 0 pgmap v18161: 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:56:10.179 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:09 smithi044 bash[32620]: cluster 2023-12-07T19:56:08.652399+0000 mgr.a (mgr.24293) 24286 : cluster 0 pgmap v18161: 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:56:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:09 smithi027 bash[31536]: cluster 2023-12-07T19:56:08.652399+0000 mgr.a (mgr.24293) 24286 : cluster 0 pgmap v18161: 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:56:12.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:12.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:12.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:11 smithi022 bash[28554]: cluster 2023-12-07T19:56:10.653237+0000 mgr.a (mgr.24293) 24287 : cluster 0 pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:11 smithi044 bash[32620]: cluster 2023-12-07T19:56:10.653237+0000 mgr.a (mgr.24293) 24287 : cluster 0 pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:11 smithi027 bash[31536]: cluster 2023-12-07T19:56:10.653237+0000 mgr.a (mgr.24293) 24287 : cluster 0 pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:13.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:13.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:13.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:13.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:13.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:13 smithi022 bash[28554]: audit 2023-12-07T19:56:12.581954+0000 mgr.a (mgr.24293) 24288 : audit 0 from='client.476907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:13 smithi022 bash[28554]: cluster 2023-12-07T19:56:12.653750+0000 mgr.a (mgr.24293) 24289 : cluster 0 pgmap v18163: 33 pgs: 33 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:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:13 smithi044 bash[32620]: audit 2023-12-07T19:56:12.581954+0000 mgr.a (mgr.24293) 24288 : audit 0 from='client.476907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:13 smithi044 bash[32620]: cluster 2023-12-07T19:56:12.653750+0000 mgr.a (mgr.24293) 24289 : cluster 0 pgmap v18163: 33 pgs: 33 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:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:13 smithi027 bash[31536]: audit 2023-12-07T19:56:12.581954+0000 mgr.a (mgr.24293) 24288 : audit 0 from='client.476907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:13 smithi027 bash[31536]: cluster 2023-12-07T19:56:12.653750+0000 mgr.a (mgr.24293) 24289 : cluster 0 pgmap v18163: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:15 smithi022 bash[28554]: cluster 2023-12-07T19:56:14.654382+0000 mgr.a (mgr.24293) 24290 : cluster 0 pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:15 smithi044 bash[32620]: cluster 2023-12-07T19:56:14.654382+0000 mgr.a (mgr.24293) 24290 : cluster 0 pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:15 smithi027 bash[31536]: cluster 2023-12-07T19:56:14.654382+0000 mgr.a (mgr.24293) 24290 : cluster 0 pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:18.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:18.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:18.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:17 smithi022 bash[28554]: cluster 2023-12-07T19:56:16.655211+0000 mgr.a (mgr.24293) 24291 : cluster 0 pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:17 smithi044 bash[32620]: cluster 2023-12-07T19:56:16.655211+0000 mgr.a (mgr.24293) 24291 : cluster 0 pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:17 smithi027 bash[31536]: cluster 2023-12-07T19:56:16.655211+0000 mgr.a (mgr.24293) 24291 : cluster 0 pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:19.064 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:19.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:19.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:19.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:19.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:19 smithi022 bash[28554]: audit 2023-12-07T19:56:18.526553+0000 mgr.a (mgr.24293) 24292 : audit 0 from='client.476982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:19 smithi022 bash[28554]: cluster 2023-12-07T19:56:18.655701+0000 mgr.a (mgr.24293) 24293 : cluster 0 pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:19 smithi044 bash[32620]: audit 2023-12-07T19:56:18.526553+0000 mgr.a (mgr.24293) 24292 : audit 0 from='client.476982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:19 smithi044 bash[32620]: cluster 2023-12-07T19:56:18.655701+0000 mgr.a (mgr.24293) 24293 : cluster 0 pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:19 smithi027 bash[31536]: audit 2023-12-07T19:56:18.526553+0000 mgr.a (mgr.24293) 24292 : audit 0 from='client.476982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:19 smithi027 bash[31536]: cluster 2023-12-07T19:56:18.655701+0000 mgr.a (mgr.24293) 24293 : cluster 0 pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:22.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:21 smithi022 bash[28554]: cluster 2023-12-07T19:56:20.656545+0000 mgr.a (mgr.24293) 24294 : cluster 0 pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:21 smithi044 bash[32620]: cluster 2023-12-07T19:56:20.656545+0000 mgr.a (mgr.24293) 24294 : cluster 0 pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:21 smithi027 bash[31536]: cluster 2023-12-07T19:56:20.656545+0000 mgr.a (mgr.24293) 24294 : cluster 0 pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:24.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:24.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:24.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:23 smithi022 bash[28554]: cluster 2023-12-07T19:56:22.657093+0000 mgr.a (mgr.24293) 24295 : cluster 0 pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:23 smithi044 bash[32620]: cluster 2023-12-07T19:56:22.657093+0000 mgr.a (mgr.24293) 24295 : cluster 0 pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:23 smithi027 bash[31536]: cluster 2023-12-07T19:56:22.657093+0000 mgr.a (mgr.24293) 24295 : cluster 0 pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:25.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:25.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:25.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:25 smithi022 bash[28554]: audit 2023-12-07T19:56:24.481682+0000 mgr.a (mgr.24293) 24296 : audit 0 from='client.477054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:25 smithi022 bash[28554]: cluster 2023-12-07T19:56:24.657971+0000 mgr.a (mgr.24293) 24297 : cluster 0 pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:25 smithi044 bash[32620]: audit 2023-12-07T19:56:24.481682+0000 mgr.a (mgr.24293) 24296 : audit 0 from='client.477054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:25 smithi044 bash[32620]: cluster 2023-12-07T19:56:24.657971+0000 mgr.a (mgr.24293) 24297 : cluster 0 pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:25 smithi027 bash[31536]: audit 2023-12-07T19:56:24.481682+0000 mgr.a (mgr.24293) 24296 : audit 0 from='client.477054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:25 smithi027 bash[31536]: cluster 2023-12-07T19:56:24.657971+0000 mgr.a (mgr.24293) 24297 : cluster 0 pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:27 smithi022 bash[28554]: cluster 2023-12-07T19:56:26.658936+0000 mgr.a (mgr.24293) 24298 : cluster 0 pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:27 smithi044 bash[32620]: cluster 2023-12-07T19:56:26.658936+0000 mgr.a (mgr.24293) 24298 : cluster 0 pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:27 smithi027 bash[31536]: cluster 2023-12-07T19:56:26.658936+0000 mgr.a (mgr.24293) 24298 : cluster 0 pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:30.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:30.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:30.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:29 smithi022 bash[28554]: cluster 2023-12-07T19:56:28.659522+0000 mgr.a (mgr.24293) 24299 : cluster 0 pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:29 smithi044 bash[32620]: cluster 2023-12-07T19:56:28.659522+0000 mgr.a (mgr.24293) 24299 : cluster 0 pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:29 smithi027 bash[31536]: cluster 2023-12-07T19:56:28.659522+0000 mgr.a (mgr.24293) 24299 : cluster 0 pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:30.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:30.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:30.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:30.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:30.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:31 smithi022 bash[28554]: audit 2023-12-07T19:56:30.446507+0000 mgr.a (mgr.24293) 24300 : audit 0 from='client.477132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:31 smithi022 bash[28554]: cluster 2023-12-07T19:56:30.660652+0000 mgr.a (mgr.24293) 24301 : cluster 0 pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:31 smithi044 bash[32620]: audit 2023-12-07T19:56:30.446507+0000 mgr.a (mgr.24293) 24300 : audit 0 from='client.477132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:31 smithi044 bash[32620]: cluster 2023-12-07T19:56:30.660652+0000 mgr.a (mgr.24293) 24301 : cluster 0 pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:31 smithi027 bash[31536]: audit 2023-12-07T19:56:30.446507+0000 mgr.a (mgr.24293) 24300 : audit 0 from='client.477132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:31 smithi027 bash[31536]: cluster 2023-12-07T19:56:30.660652+0000 mgr.a (mgr.24293) 24301 : cluster 0 pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:33 smithi022 bash[28554]: cluster 2023-12-07T19:56:32.661348+0000 mgr.a (mgr.24293) 24302 : cluster 0 pgmap v18173: 33 pgs: 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:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:33 smithi044 bash[32620]: cluster 2023-12-07T19:56:32.661348+0000 mgr.a (mgr.24293) 24302 : cluster 0 pgmap v18173: 33 pgs: 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:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:33 smithi027 bash[31536]: cluster 2023-12-07T19:56:32.661348+0000 mgr.a (mgr.24293) 24302 : cluster 0 pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:35.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:35.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:35.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:35 smithi022 bash[28554]: cluster 2023-12-07T19:56:34.661916+0000 mgr.a (mgr.24293) 24303 : cluster 0 pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:35 smithi044 bash[32620]: cluster 2023-12-07T19:56:34.661916+0000 mgr.a (mgr.24293) 24303 : cluster 0 pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:35 smithi027 bash[31536]: cluster 2023-12-07T19:56:34.661916+0000 mgr.a (mgr.24293) 24303 : cluster 0 pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:36.938 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:36.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:36.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:36.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:36.939 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:37 smithi022 bash[28554]: audit 2023-12-07T19:56:36.408427+0000 mgr.a (mgr.24293) 24304 : audit 0 from='client.477204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:37 smithi022 bash[28554]: cluster 2023-12-07T19:56:36.662910+0000 mgr.a (mgr.24293) 24305 : cluster 0 pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:37 smithi044 bash[32620]: audit 2023-12-07T19:56:36.408427+0000 mgr.a (mgr.24293) 24304 : audit 0 from='client.477204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:37 smithi044 bash[32620]: cluster 2023-12-07T19:56:36.662910+0000 mgr.a (mgr.24293) 24305 : cluster 0 pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:37 smithi027 bash[31536]: audit 2023-12-07T19:56:36.408427+0000 mgr.a (mgr.24293) 24304 : audit 0 from='client.477204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:37 smithi027 bash[31536]: cluster 2023-12-07T19:56:36.662910+0000 mgr.a (mgr.24293) 24305 : cluster 0 pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:39 smithi022 bash[28554]: cluster 2023-12-07T19:56:38.663665+0000 mgr.a (mgr.24293) 24306 : cluster 0 pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:39 smithi044 bash[32620]: cluster 2023-12-07T19:56:38.663665+0000 mgr.a (mgr.24293) 24306 : cluster 0 pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:39 smithi027 bash[31536]: cluster 2023-12-07T19:56:38.663665+0000 mgr.a (mgr.24293) 24306 : cluster 0 pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:41.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:41.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:41.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:41 smithi022 bash[28554]: cluster 2023-12-07T19:56:40.664487+0000 mgr.a (mgr.24293) 24307 : cluster 0 pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:41 smithi044 bash[32620]: cluster 2023-12-07T19:56:40.664487+0000 mgr.a (mgr.24293) 24307 : cluster 0 pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:41 smithi027 bash[31536]: cluster 2023-12-07T19:56:40.664487+0000 mgr.a (mgr.24293) 24307 : cluster 0 pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:42.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:42.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:42.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:42.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:42.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:43 smithi022 bash[28554]: audit 2023-12-07T19:56:42.359686+0000 mgr.a (mgr.24293) 24308 : audit 0 from='client.477282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:43 smithi022 bash[28554]: cluster 2023-12-07T19:56:42.665106+0000 mgr.a (mgr.24293) 24309 : cluster 0 pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:43 smithi044 bash[32620]: audit 2023-12-07T19:56:42.359686+0000 mgr.a (mgr.24293) 24308 : audit 0 from='client.477282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:44.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:43 smithi044 bash[32620]: cluster 2023-12-07T19:56:42.665106+0000 mgr.a (mgr.24293) 24309 : cluster 0 pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:43 smithi027 bash[31536]: audit 2023-12-07T19:56:42.359686+0000 mgr.a (mgr.24293) 24308 : audit 0 from='client.477282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:43 smithi027 bash[31536]: cluster 2023-12-07T19:56:42.665106+0000 mgr.a (mgr.24293) 24309 : cluster 0 pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:45 smithi022 bash[28554]: cluster 2023-12-07T19:56:44.665783+0000 mgr.a (mgr.24293) 24310 : cluster 0 pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:45 smithi044 bash[32620]: cluster 2023-12-07T19:56:44.665783+0000 mgr.a (mgr.24293) 24310 : cluster 0 pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:45 smithi027 bash[31536]: cluster 2023-12-07T19:56:44.665783+0000 mgr.a (mgr.24293) 24310 : cluster 0 pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:47.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:47.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:47.901 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:47 smithi022 bash[28554]: cluster 2023-12-07T19:56:46.666602+0000 mgr.a (mgr.24293) 24311 : cluster 0 pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:47 smithi044 bash[32620]: cluster 2023-12-07T19:56:46.666602+0000 mgr.a (mgr.24293) 24311 : cluster 0 pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:47 smithi027 bash[31536]: cluster 2023-12-07T19:56:46.666602+0000 mgr.a (mgr.24293) 24311 : cluster 0 pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:48.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:48.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:48.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:48.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:48.864 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:50.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:49 smithi022 bash[28554]: audit 2023-12-07T19:56:48.310448+0000 mgr.a (mgr.24293) 24312 : audit 0 from='client.477357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:49 smithi022 bash[28554]: cluster 2023-12-07T19:56:48.667442+0000 mgr.a (mgr.24293) 24313 : cluster 0 pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:49 smithi044 bash[32620]: audit 2023-12-07T19:56:48.310448+0000 mgr.a (mgr.24293) 24312 : audit 0 from='client.477357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:49 smithi044 bash[32620]: cluster 2023-12-07T19:56:48.667442+0000 mgr.a (mgr.24293) 24313 : cluster 0 pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:49 smithi027 bash[31536]: audit 2023-12-07T19:56:48.310448+0000 mgr.a (mgr.24293) 24312 : audit 0 from='client.477357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:49 smithi027 bash[31536]: cluster 2023-12-07T19:56:48.667442+0000 mgr.a (mgr.24293) 24313 : cluster 0 pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:51 smithi022 bash[28554]: cluster 2023-12-07T19:56:50.668407+0000 mgr.a (mgr.24293) 24314 : cluster 0 pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:51 smithi044 bash[32620]: cluster 2023-12-07T19:56:50.668407+0000 mgr.a (mgr.24293) 24314 : cluster 0 pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:51 smithi027 bash[31536]: cluster 2023-12-07T19:56:50.668407+0000 mgr.a (mgr.24293) 24314 : cluster 0 pgmap v18182: 33 pgs: 33 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:53.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:53.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:53.868 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:54.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:53 smithi022 bash[28554]: cluster 2023-12-07T19:56:52.668982+0000 mgr.a (mgr.24293) 24315 : cluster 0 pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:53 smithi022 bash[28554]: audit 2023-12-07T19:56:53.654892+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:53 smithi044 bash[32620]: cluster 2023-12-07T19:56:52.668982+0000 mgr.a (mgr.24293) 24315 : cluster 0 pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:53 smithi044 bash[32620]: audit 2023-12-07T19:56:53.654892+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:53 smithi027 bash[31536]: cluster 2023-12-07T19:56:52.668982+0000 mgr.a (mgr.24293) 24315 : cluster 0 pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:53 smithi027 bash[31536]: audit 2023-12-07T19:56:53.654892+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:54.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:54.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:54.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:54.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:56:54.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:56:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:54 smithi022 bash[28554]: audit 2023-12-07T19:56:54.488981+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:54 smithi022 bash[28554]: audit 2023-12-07T19:56:54.491163+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:54 smithi022 bash[28554]: audit 2023-12-07T19:56:54.498575+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:56:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:54 smithi044 bash[32620]: audit 2023-12-07T19:56:54.488981+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:54 smithi044 bash[32620]: audit 2023-12-07T19:56:54.491163+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:54 smithi044 bash[32620]: audit 2023-12-07T19:56:54.498575+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:56:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:54 smithi027 bash[31536]: audit 2023-12-07T19:56:54.488981+0000 mon.a (mon.0) 3800 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:54 smithi027 bash[31536]: audit 2023-12-07T19:56:54.491163+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:54 smithi027 bash[31536]: audit 2023-12-07T19:56:54.498575+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:56:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:55 smithi022 bash[28554]: audit 2023-12-07T19:56:54.282573+0000 mgr.a (mgr.24293) 24316 : audit 0 from='client.477435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:55 smithi022 bash[28554]: cluster 2023-12-07T19:56:54.669547+0000 mgr.a (mgr.24293) 24317 : cluster 0 pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:55 smithi044 bash[32620]: audit 2023-12-07T19:56:54.282573+0000 mgr.a (mgr.24293) 24316 : audit 0 from='client.477435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:55 smithi044 bash[32620]: cluster 2023-12-07T19:56:54.669547+0000 mgr.a (mgr.24293) 24317 : cluster 0 pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:55 smithi027 bash[31536]: audit 2023-12-07T19:56:54.282573+0000 mgr.a (mgr.24293) 24316 : audit 0 from='client.477435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:55 smithi027 bash[31536]: cluster 2023-12-07T19:56:54.669547+0000 mgr.a (mgr.24293) 24317 : cluster 0 pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:57 smithi022 bash[28554]: cluster 2023-12-07T19:56:56.670444+0000 mgr.a (mgr.24293) 24318 : cluster 0 pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:57 smithi044 bash[32620]: cluster 2023-12-07T19:56:56.670444+0000 mgr.a (mgr.24293) 24318 : cluster 0 pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:57 smithi027 bash[31536]: cluster 2023-12-07T19:56:56.670444+0000 mgr.a (mgr.24293) 24318 : cluster 0 pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:59.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:56:59.824 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:59.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:56:59 smithi022 bash[28554]: cluster 2023-12-07T19:56:58.671019+0000 mgr.a (mgr.24293) 24319 : cluster 0 pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:56:59 smithi044 bash[32620]: cluster 2023-12-07T19:56:58.671019+0000 mgr.a (mgr.24293) 24319 : cluster 0 pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:56:59 smithi027 bash[31536]: cluster 2023-12-07T19:56:58.671019+0000 mgr.a (mgr.24293) 24319 : cluster 0 pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:00.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:00.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:00.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:00.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:00.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:00 smithi022 bash[28554]: audit 2023-12-07T19:57:00.243386+0000 mgr.a (mgr.24293) 24320 : audit 0 from='client.477513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:00 smithi044 bash[32620]: audit 2023-12-07T19:57:00.243386+0000 mgr.a (mgr.24293) 24320 : audit 0 from='client.477513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:00 smithi027 bash[31536]: audit 2023-12-07T19:57:00.243386+0000 mgr.a (mgr.24293) 24320 : audit 0 from='client.477513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:01 smithi022 bash[28554]: cluster 2023-12-07T19:57:00.672149+0000 mgr.a (mgr.24293) 24321 : cluster 0 pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:57:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:01 smithi044 bash[32620]: cluster 2023-12-07T19:57:00.672149+0000 mgr.a (mgr.24293) 24321 : cluster 0 pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:57:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:01 smithi027 bash[31536]: cluster 2023-12-07T19:57:00.672149+0000 mgr.a (mgr.24293) 24321 : cluster 0 pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:57:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:03 smithi022 bash[28554]: cluster 2023-12-07T19:57:02.672757+0000 mgr.a (mgr.24293) 24322 : cluster 0 pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:03 smithi044 bash[32620]: cluster 2023-12-07T19:57:02.672757+0000 mgr.a (mgr.24293) 24322 : cluster 0 pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:03 smithi027 bash[31536]: cluster 2023-12-07T19:57:02.672757+0000 mgr.a (mgr.24293) 24322 : cluster 0 pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:05.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:05.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:05.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:05 smithi022 bash[28554]: cluster 2023-12-07T19:57:04.673317+0000 mgr.a (mgr.24293) 24323 : cluster 0 pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:05 smithi044 bash[32620]: cluster 2023-12-07T19:57:04.673317+0000 mgr.a (mgr.24293) 24323 : cluster 0 pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:05 smithi027 bash[31536]: cluster 2023-12-07T19:57:04.673317+0000 mgr.a (mgr.24293) 24323 : cluster 0 pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:06.695 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:06.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:06.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:06.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:06.695 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:06 smithi022 bash[28554]: audit 2023-12-07T19:57:06.192182+0000 mgr.a (mgr.24293) 24324 : audit 0 from='client.477591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:06 smithi044 bash[32620]: audit 2023-12-07T19:57:06.192182+0000 mgr.a (mgr.24293) 24324 : audit 0 from='client.477591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:06 smithi027 bash[31536]: audit 2023-12-07T19:57:06.192182+0000 mgr.a (mgr.24293) 24324 : audit 0 from='client.477591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:07 smithi022 bash[28554]: cluster 2023-12-07T19:57:06.674238+0000 mgr.a (mgr.24293) 24325 : cluster 0 pgmap v18190: 33 pgs: 33 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:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:07 smithi044 bash[32620]: cluster 2023-12-07T19:57:06.674238+0000 mgr.a (mgr.24293) 24325 : cluster 0 pgmap v18190: 33 pgs: 33 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:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:07 smithi027 bash[31536]: cluster 2023-12-07T19:57:06.674238+0000 mgr.a (mgr.24293) 24325 : cluster 0 pgmap v18190: 33 pgs: 33 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:10.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:09 smithi022 bash[28554]: cluster 2023-12-07T19:57:08.674863+0000 mgr.a (mgr.24293) 24326 : cluster 0 pgmap v18191: 33 pgs: 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:10.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:09 smithi044 bash[32620]: cluster 2023-12-07T19:57:08.674863+0000 mgr.a (mgr.24293) 24326 : cluster 0 pgmap v18191: 33 pgs: 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:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:09 smithi027 bash[31536]: cluster 2023-12-07T19:57:08.674863+0000 mgr.a (mgr.24293) 24326 : cluster 0 pgmap v18191: 33 pgs: 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:11.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:11.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:11.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:11 smithi022 bash[28554]: cluster 2023-12-07T19:57:10.675646+0000 mgr.a (mgr.24293) 24327 : cluster 0 pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:11 smithi044 bash[32620]: cluster 2023-12-07T19:57:10.675646+0000 mgr.a (mgr.24293) 24327 : cluster 0 pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:11 smithi027 bash[31536]: cluster 2023-12-07T19:57:10.675646+0000 mgr.a (mgr.24293) 24327 : cluster 0 pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:12.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:12.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:12.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:12.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:12.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:12 smithi022 bash[28554]: audit 2023-12-07T19:57:12.124662+0000 mgr.a (mgr.24293) 24328 : audit 0 from='client.477663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:12 smithi044 bash[32620]: audit 2023-12-07T19:57:12.124662+0000 mgr.a (mgr.24293) 24328 : audit 0 from='client.477663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:12 smithi027 bash[31536]: audit 2023-12-07T19:57:12.124662+0000 mgr.a (mgr.24293) 24328 : audit 0 from='client.477663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:14.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:13 smithi022 bash[28554]: cluster 2023-12-07T19:57:12.676336+0000 mgr.a (mgr.24293) 24329 : cluster 0 pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:13 smithi044 bash[32620]: cluster 2023-12-07T19:57:12.676336+0000 mgr.a (mgr.24293) 24329 : cluster 0 pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:13 smithi027 bash[31536]: cluster 2023-12-07T19:57:12.676336+0000 mgr.a (mgr.24293) 24329 : cluster 0 pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:15 smithi022 bash[28554]: cluster 2023-12-07T19:57:14.676944+0000 mgr.a (mgr.24293) 24330 : cluster 0 pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:15 smithi044 bash[32620]: cluster 2023-12-07T19:57:14.676944+0000 mgr.a (mgr.24293) 24330 : cluster 0 pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:15 smithi027 bash[31536]: cluster 2023-12-07T19:57:14.676944+0000 mgr.a (mgr.24293) 24330 : cluster 0 pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:17.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:17.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:17.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:18.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:17 smithi022 bash[28554]: cluster 2023-12-07T19:57:16.677798+0000 mgr.a (mgr.24293) 24331 : cluster 0 pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:57:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:17 smithi044 bash[32620]: cluster 2023-12-07T19:57:16.677798+0000 mgr.a (mgr.24293) 24331 : cluster 0 pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:57:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:17 smithi027 bash[31536]: cluster 2023-12-07T19:57:16.677798+0000 mgr.a (mgr.24293) 24331 : cluster 0 pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:57:18.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:18.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:18.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:18.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:18.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:18 smithi022 bash[28554]: audit 2023-12-07T19:57:18.069416+0000 mgr.a (mgr.24293) 24332 : audit 0 from='client.477741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:18 smithi044 bash[32620]: audit 2023-12-07T19:57:18.069416+0000 mgr.a (mgr.24293) 24332 : audit 0 from='client.477741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:18 smithi027 bash[31536]: audit 2023-12-07T19:57:18.069416+0000 mgr.a (mgr.24293) 24332 : audit 0 from='client.477741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:19 smithi022 bash[28554]: cluster 2023-12-07T19:57:18.678690+0000 mgr.a (mgr.24293) 24333 : cluster 0 pgmap v18196: 33 pgs: 33 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:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:19 smithi044 bash[32620]: cluster 2023-12-07T19:57:18.678690+0000 mgr.a (mgr.24293) 24333 : cluster 0 pgmap v18196: 33 pgs: 33 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:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:19 smithi027 bash[31536]: cluster 2023-12-07T19:57:18.678690+0000 mgr.a (mgr.24293) 24333 : cluster 0 pgmap v18196: 33 pgs: 33 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:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:21 smithi022 bash[28554]: cluster 2023-12-07T19:57:20.679613+0000 mgr.a (mgr.24293) 24334 : cluster 0 pgmap v18197: 33 pgs: 33 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:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:21 smithi044 bash[32620]: cluster 2023-12-07T19:57:20.679613+0000 mgr.a (mgr.24293) 24334 : cluster 0 pgmap v18197: 33 pgs: 33 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:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:21 smithi027 bash[31536]: cluster 2023-12-07T19:57:20.679613+0000 mgr.a (mgr.24293) 24334 : cluster 0 pgmap v18197: 33 pgs: 33 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:23.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:23.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:23.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:23 smithi022 bash[28554]: cluster 2023-12-07T19:57:22.680143+0000 mgr.a (mgr.24293) 24335 : cluster 0 pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:23 smithi044 bash[32620]: cluster 2023-12-07T19:57:22.680143+0000 mgr.a (mgr.24293) 24335 : cluster 0 pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:23 smithi027 bash[31536]: cluster 2023-12-07T19:57:22.680143+0000 mgr.a (mgr.24293) 24335 : cluster 0 pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:24.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:24.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:24.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:24.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:24.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:24 smithi027 bash[31536]: audit 2023-12-07T19:57:23.999568+0000 mgr.a (mgr.24293) 24336 : audit 0 from='client.477816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:24 smithi022 bash[28554]: audit 2023-12-07T19:57:23.999568+0000 mgr.a (mgr.24293) 24336 : audit 0 from='client.477816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:24 smithi044 bash[32620]: audit 2023-12-07T19:57:23.999568+0000 mgr.a (mgr.24293) 24336 : audit 0 from='client.477816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:25 smithi027 bash[31536]: cluster 2023-12-07T19:57:24.680924+0000 mgr.a (mgr.24293) 24337 : cluster 0 pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:25 smithi022 bash[28554]: cluster 2023-12-07T19:57:24.680924+0000 mgr.a (mgr.24293) 24337 : cluster 0 pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:25 smithi044 bash[32620]: cluster 2023-12-07T19:57:24.680924+0000 mgr.a (mgr.24293) 24337 : cluster 0 pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:27 smithi027 bash[31536]: cluster 2023-12-07T19:57:26.681940+0000 mgr.a (mgr.24293) 24338 : cluster 0 pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:27 smithi022 bash[28554]: cluster 2023-12-07T19:57:26.681940+0000 mgr.a (mgr.24293) 24338 : cluster 0 pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:27 smithi044 bash[32620]: cluster 2023-12-07T19:57:26.681940+0000 mgr.a (mgr.24293) 24338 : cluster 0 pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:29.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:29.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:29.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:29 smithi027 bash[31536]: cluster 2023-12-07T19:57:28.682646+0000 mgr.a (mgr.24293) 24339 : cluster 0 pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:29 smithi022 bash[28554]: cluster 2023-12-07T19:57:28.682646+0000 mgr.a (mgr.24293) 24339 : cluster 0 pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:29 smithi044 bash[32620]: cluster 2023-12-07T19:57:28.682646+0000 mgr.a (mgr.24293) 24339 : cluster 0 pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:30.469 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:30.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:30.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:30.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:30.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:30 smithi027 bash[31536]: audit 2023-12-07T19:57:29.953689+0000 mgr.a (mgr.24293) 24340 : audit 0 from='client.477894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:30 smithi022 bash[28554]: audit 2023-12-07T19:57:29.953689+0000 mgr.a (mgr.24293) 24340 : audit 0 from='client.477894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:30 smithi044 bash[32620]: audit 2023-12-07T19:57:29.953689+0000 mgr.a (mgr.24293) 24340 : audit 0 from='client.477894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:31 smithi022 bash[28554]: cluster 2023-12-07T19:57:30.683656+0000 mgr.a (mgr.24293) 24341 : cluster 0 pgmap v18202: 33 pgs: 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:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:31 smithi044 bash[32620]: cluster 2023-12-07T19:57:30.683656+0000 mgr.a (mgr.24293) 24341 : cluster 0 pgmap v18202: 33 pgs: 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:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:31 smithi027 bash[31536]: cluster 2023-12-07T19:57:30.683656+0000 mgr.a (mgr.24293) 24341 : cluster 0 pgmap v18202: 33 pgs: 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:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:33 smithi022 bash[28554]: cluster 2023-12-07T19:57:32.684246+0000 mgr.a (mgr.24293) 24342 : cluster 0 pgmap v18203: 33 pgs: 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:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:33 smithi044 bash[32620]: cluster 2023-12-07T19:57:32.684246+0000 mgr.a (mgr.24293) 24342 : cluster 0 pgmap v18203: 33 pgs: 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:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:33 smithi027 bash[31536]: cluster 2023-12-07T19:57:32.684246+0000 mgr.a (mgr.24293) 24342 : cluster 0 pgmap v18203: 33 pgs: 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:35.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:35.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:35.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:36.398 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:36.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:36.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:36.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:36.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:36.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:35 smithi022 bash[28554]: cluster 2023-12-07T19:57:34.684830+0000 mgr.a (mgr.24293) 24343 : cluster 0 pgmap v18204: 33 pgs: 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:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:35 smithi044 bash[32620]: cluster 2023-12-07T19:57:34.684830+0000 mgr.a (mgr.24293) 24343 : cluster 0 pgmap v18204: 33 pgs: 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:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:35 smithi027 bash[31536]: cluster 2023-12-07T19:57:34.684830+0000 mgr.a (mgr.24293) 24343 : cluster 0 pgmap v18204: 33 pgs: 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:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:36 smithi022 bash[28554]: audit 2023-12-07T19:57:35.888806+0000 mgr.a (mgr.24293) 24344 : audit 0 from='client.477972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:36 smithi044 bash[32620]: audit 2023-12-07T19:57:35.888806+0000 mgr.a (mgr.24293) 24344 : audit 0 from='client.477972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:36 smithi027 bash[31536]: audit 2023-12-07T19:57:35.888806+0000 mgr.a (mgr.24293) 24344 : audit 0 from='client.477972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:38.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:37 smithi022 bash[28554]: cluster 2023-12-07T19:57:36.685918+0000 mgr.a (mgr.24293) 24345 : cluster 0 pgmap v18205: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:37 smithi044 bash[32620]: cluster 2023-12-07T19:57:36.685918+0000 mgr.a (mgr.24293) 24345 : cluster 0 pgmap v18205: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:37 smithi027 bash[31536]: cluster 2023-12-07T19:57:36.685918+0000 mgr.a (mgr.24293) 24345 : cluster 0 pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:39 smithi022 bash[28554]: cluster 2023-12-07T19:57:38.686530+0000 mgr.a (mgr.24293) 24346 : cluster 0 pgmap v18206: 33 pgs: 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:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:39 smithi044 bash[32620]: cluster 2023-12-07T19:57:38.686530+0000 mgr.a (mgr.24293) 24346 : cluster 0 pgmap v18206: 33 pgs: 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:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:39 smithi027 bash[31536]: cluster 2023-12-07T19:57:38.686530+0000 mgr.a (mgr.24293) 24346 : cluster 0 pgmap v18206: 33 pgs: 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:41.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:41.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:41.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:42.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:42.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:42.304 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:41 smithi022 bash[28554]: cluster 2023-12-07T19:57:40.687218+0000 mgr.a (mgr.24293) 24347 : cluster 0 pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:41 smithi044 bash[32620]: cluster 2023-12-07T19:57:40.687218+0000 mgr.a (mgr.24293) 24347 : cluster 0 pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:41 smithi027 bash[31536]: cluster 2023-12-07T19:57:40.687218+0000 mgr.a (mgr.24293) 24347 : cluster 0 pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:42 smithi022 bash[28554]: audit 2023-12-07T19:57:41.814666+0000 mgr.a (mgr.24293) 24348 : audit 0 from='client.478044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:42 smithi044 bash[32620]: audit 2023-12-07T19:57:41.814666+0000 mgr.a (mgr.24293) 24348 : audit 0 from='client.478044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:42 smithi027 bash[31536]: audit 2023-12-07T19:57:41.814666+0000 mgr.a (mgr.24293) 24348 : audit 0 from='client.478044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:44.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:43 smithi022 bash[28554]: cluster 2023-12-07T19:57:42.687963+0000 mgr.a (mgr.24293) 24349 : cluster 0 pgmap v18208: 33 pgs: 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:57:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:43 smithi044 bash[32620]: cluster 2023-12-07T19:57:42.687963+0000 mgr.a (mgr.24293) 24349 : cluster 0 pgmap v18208: 33 pgs: 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:57:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:43 smithi027 bash[31536]: cluster 2023-12-07T19:57:42.687963+0000 mgr.a (mgr.24293) 24349 : cluster 0 pgmap v18208: 33 pgs: 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:57:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:45 smithi022 bash[28554]: cluster 2023-12-07T19:57:44.688548+0000 mgr.a (mgr.24293) 24350 : cluster 0 pgmap v18209: 33 pgs: 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:57:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:45 smithi044 bash[32620]: cluster 2023-12-07T19:57:44.688548+0000 mgr.a (mgr.24293) 24350 : cluster 0 pgmap v18209: 33 pgs: 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:57:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:45 smithi027 bash[31536]: cluster 2023-12-07T19:57:44.688548+0000 mgr.a (mgr.24293) 24350 : cluster 0 pgmap v18209: 33 pgs: 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:57:47.307 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:47.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:47.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:48.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:48.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:48.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:48.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:48.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:47 smithi022 bash[28554]: cluster 2023-12-07T19:57:46.689454+0000 mgr.a (mgr.24293) 24351 : cluster 0 pgmap v18210: 33 pgs: 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:57:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:47 smithi044 bash[32620]: cluster 2023-12-07T19:57:46.689454+0000 mgr.a (mgr.24293) 24351 : cluster 0 pgmap v18210: 33 pgs: 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:57:48.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:47 smithi027 bash[31536]: cluster 2023-12-07T19:57:46.689454+0000 mgr.a (mgr.24293) 24351 : cluster 0 pgmap v18210: 33 pgs: 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:57:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:49 smithi022 bash[28554]: audit 2023-12-07T19:57:47.719242+0000 mgr.a (mgr.24293) 24352 : audit 0 from='client.478119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:49 smithi044 bash[32620]: audit 2023-12-07T19:57:47.719242+0000 mgr.a (mgr.24293) 24352 : audit 0 from='client.478119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:49 smithi027 bash[31536]: audit 2023-12-07T19:57:47.719242+0000 mgr.a (mgr.24293) 24352 : audit 0 from='client.478119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:50 smithi022 bash[28554]: cluster 2023-12-07T19:57:48.690209+0000 mgr.a (mgr.24293) 24353 : cluster 0 pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:50 smithi044 bash[32620]: cluster 2023-12-07T19:57:48.690209+0000 mgr.a (mgr.24293) 24353 : cluster 0 pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:50 smithi027 bash[31536]: cluster 2023-12-07T19:57:48.690209+0000 mgr.a (mgr.24293) 24353 : cluster 0 pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:52 smithi022 bash[28554]: cluster 2023-12-07T19:57:50.691008+0000 mgr.a (mgr.24293) 24354 : cluster 0 pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:52 smithi044 bash[32620]: cluster 2023-12-07T19:57:50.691008+0000 mgr.a (mgr.24293) 24354 : cluster 0 pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:52 smithi027 bash[31536]: cluster 2023-12-07T19:57:50.691008+0000 mgr.a (mgr.24293) 24354 : cluster 0 pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:53.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:53.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:53.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:54.142 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:57:54.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:54.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:54.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:54.142 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:57:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:54 smithi022 bash[28554]: cluster 2023-12-07T19:57:52.691599+0000 mgr.a (mgr.24293) 24355 : cluster 0 pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:54 smithi044 bash[32620]: cluster 2023-12-07T19:57:52.691599+0000 mgr.a (mgr.24293) 24355 : cluster 0 pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:54 smithi027 bash[31536]: cluster 2023-12-07T19:57:52.691599+0000 mgr.a (mgr.24293) 24355 : cluster 0 pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:55.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:55 smithi022 bash[28554]: audit 2023-12-07T19:57:53.635563+0000 mgr.a (mgr.24293) 24356 : audit 0 from='client.478194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:55 smithi022 bash[28554]: audit 2023-12-07T19:57:54.639687+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:55 smithi044 bash[32620]: audit 2023-12-07T19:57:53.635563+0000 mgr.a (mgr.24293) 24356 : audit 0 from='client.478194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:55 smithi044 bash[32620]: audit 2023-12-07T19:57:54.639687+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:55 smithi027 bash[31536]: audit 2023-12-07T19:57:53.635563+0000 mgr.a (mgr.24293) 24356 : audit 0 from='client.478194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:55.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:55 smithi027 bash[31536]: audit 2023-12-07T19:57:54.639687+0000 mon.a (mon.0) 3803 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:56 smithi022 bash[28554]: cluster 2023-12-07T19:57:54.692178+0000 mgr.a (mgr.24293) 24357 : cluster 0 pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:56 smithi022 bash[28554]: audit 2023-12-07T19:57:55.427679+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:56 smithi022 bash[28554]: audit 2023-12-07T19:57:55.429576+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:56 smithi022 bash[28554]: audit 2023-12-07T19:57:55.438827+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:57:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:56 smithi044 bash[32620]: cluster 2023-12-07T19:57:54.692178+0000 mgr.a (mgr.24293) 24357 : cluster 0 pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:56 smithi044 bash[32620]: audit 2023-12-07T19:57:55.427679+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:56 smithi044 bash[32620]: audit 2023-12-07T19:57:55.429576+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:56 smithi044 bash[32620]: audit 2023-12-07T19:57:55.438827+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:57:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:56 smithi027 bash[31536]: cluster 2023-12-07T19:57:54.692178+0000 mgr.a (mgr.24293) 24357 : cluster 0 pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:56 smithi027 bash[31536]: audit 2023-12-07T19:57:55.427679+0000 mon.a (mon.0) 3804 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:56 smithi027 bash[31536]: audit 2023-12-07T19:57:55.429576+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:56 smithi027 bash[31536]: audit 2023-12-07T19:57:55.438827+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:57:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:57:58 smithi022 bash[28554]: cluster 2023-12-07T19:57:56.693159+0000 mgr.a (mgr.24293) 24358 : cluster 0 pgmap v18215: 33 pgs: 33 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:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:57:58 smithi044 bash[32620]: cluster 2023-12-07T19:57:56.693159+0000 mgr.a (mgr.24293) 24358 : cluster 0 pgmap v18215: 33 pgs: 33 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:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:57:58 smithi027 bash[31536]: cluster 2023-12-07T19:57:56.693159+0000 mgr.a (mgr.24293) 24358 : cluster 0 pgmap v18215: 33 pgs: 33 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:59.145 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:57:59.145 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:59.146 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:00.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:00.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:00.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:00.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:00.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:00 smithi022 bash[28554]: cluster 2023-12-07T19:57:58.693907+0000 mgr.a (mgr.24293) 24359 : cluster 0 pgmap v18216: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:00 smithi044 bash[32620]: cluster 2023-12-07T19:57:58.693907+0000 mgr.a (mgr.24293) 24359 : cluster 0 pgmap v18216: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:00 smithi027 bash[31536]: cluster 2023-12-07T19:57:58.693907+0000 mgr.a (mgr.24293) 24359 : cluster 0 pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:01 smithi022 bash[28554]: audit 2023-12-07T19:57:59.565082+0000 mgr.a (mgr.24293) 24360 : audit 0 from='client.478272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:01 smithi044 bash[32620]: audit 2023-12-07T19:57:59.565082+0000 mgr.a (mgr.24293) 24360 : audit 0 from='client.478272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:01 smithi027 bash[31536]: audit 2023-12-07T19:57:59.565082+0000 mgr.a (mgr.24293) 24360 : audit 0 from='client.478272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:02 smithi022 bash[28554]: cluster 2023-12-07T19:58:00.694894+0000 mgr.a (mgr.24293) 24361 : cluster 0 pgmap v18217: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:02 smithi044 bash[32620]: cluster 2023-12-07T19:58:00.694894+0000 mgr.a (mgr.24293) 24361 : cluster 0 pgmap v18217: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:02 smithi027 bash[31536]: cluster 2023-12-07T19:58:00.694894+0000 mgr.a (mgr.24293) 24361 : cluster 0 pgmap v18217: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:04 smithi022 bash[28554]: cluster 2023-12-07T19:58:02.695484+0000 mgr.a (mgr.24293) 24362 : cluster 0 pgmap v18218: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:04 smithi044 bash[32620]: cluster 2023-12-07T19:58:02.695484+0000 mgr.a (mgr.24293) 24362 : cluster 0 pgmap v18218: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:04 smithi027 bash[31536]: cluster 2023-12-07T19:58:02.695484+0000 mgr.a (mgr.24293) 24362 : cluster 0 pgmap v18218: 33 pgs: 33 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:05.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:05.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:05.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:06.039 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:06.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:06.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:06.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:06.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:06 smithi022 bash[28554]: cluster 2023-12-07T19:58:04.696032+0000 mgr.a (mgr.24293) 24363 : cluster 0 pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:06 smithi044 bash[32620]: cluster 2023-12-07T19:58:04.696032+0000 mgr.a (mgr.24293) 24363 : cluster 0 pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:06 smithi027 bash[31536]: cluster 2023-12-07T19:58:04.696032+0000 mgr.a (mgr.24293) 24363 : cluster 0 pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:07 smithi022 bash[28554]: audit 2023-12-07T19:58:05.509881+0000 mgr.a (mgr.24293) 24364 : audit 0 from='client.478347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:07 smithi044 bash[32620]: audit 2023-12-07T19:58:05.509881+0000 mgr.a (mgr.24293) 24364 : audit 0 from='client.478347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:07 smithi027 bash[31536]: audit 2023-12-07T19:58:05.509881+0000 mgr.a (mgr.24293) 24364 : audit 0 from='client.478347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:08 smithi022 bash[28554]: cluster 2023-12-07T19:58:06.697109+0000 mgr.a (mgr.24293) 24365 : cluster 0 pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:08 smithi044 bash[32620]: cluster 2023-12-07T19:58:06.697109+0000 mgr.a (mgr.24293) 24365 : cluster 0 pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:08 smithi027 bash[31536]: cluster 2023-12-07T19:58:06.697109+0000 mgr.a (mgr.24293) 24365 : cluster 0 pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:10 smithi022 bash[28554]: cluster 2023-12-07T19:58:08.697676+0000 mgr.a (mgr.24293) 24366 : cluster 0 pgmap v18221: 33 pgs: 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:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:10 smithi044 bash[32620]: cluster 2023-12-07T19:58:08.697676+0000 mgr.a (mgr.24293) 24366 : cluster 0 pgmap v18221: 33 pgs: 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:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:10 smithi027 bash[31536]: cluster 2023-12-07T19:58:08.697676+0000 mgr.a (mgr.24293) 24366 : cluster 0 pgmap v18221: 33 pgs: 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:11.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:11.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:11.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:11.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:11.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:11.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:11.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:11.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:12.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:12 smithi022 bash[28554]: cluster 2023-12-07T19:58:10.698395+0000 mgr.a (mgr.24293) 24367 : cluster 0 pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:12 smithi044 bash[32620]: cluster 2023-12-07T19:58:10.698395+0000 mgr.a (mgr.24293) 24367 : cluster 0 pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:12 smithi027 bash[31536]: cluster 2023-12-07T19:58:10.698395+0000 mgr.a (mgr.24293) 24367 : cluster 0 pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:13 smithi022 bash[28554]: audit 2023-12-07T19:58:11.453440+0000 mgr.a (mgr.24293) 24368 : audit 0 from='client.478425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:13 smithi044 bash[32620]: audit 2023-12-07T19:58:11.453440+0000 mgr.a (mgr.24293) 24368 : audit 0 from='client.478425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:13 smithi027 bash[31536]: audit 2023-12-07T19:58:11.453440+0000 mgr.a (mgr.24293) 24368 : audit 0 from='client.478425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:14 smithi022 bash[28554]: cluster 2023-12-07T19:58:12.699093+0000 mgr.a (mgr.24293) 24369 : cluster 0 pgmap v18223: 33 pgs: 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:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:14 smithi044 bash[32620]: cluster 2023-12-07T19:58:12.699093+0000 mgr.a (mgr.24293) 24369 : cluster 0 pgmap v18223: 33 pgs: 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:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:14 smithi027 bash[31536]: cluster 2023-12-07T19:58:12.699093+0000 mgr.a (mgr.24293) 24369 : cluster 0 pgmap v18223: 33 pgs: 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:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:16 smithi022 bash[28554]: cluster 2023-12-07T19:58:14.699710+0000 mgr.a (mgr.24293) 24370 : cluster 0 pgmap v18224: 33 pgs: 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:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:16 smithi044 bash[32620]: cluster 2023-12-07T19:58:14.699710+0000 mgr.a (mgr.24293) 24370 : cluster 0 pgmap v18224: 33 pgs: 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:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:16 smithi027 bash[31536]: cluster 2023-12-07T19:58:14.699710+0000 mgr.a (mgr.24293) 24370 : cluster 0 pgmap v18224: 33 pgs: 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:16.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:16.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:16.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:17.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:17.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:17.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:17.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:17.942 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:18 smithi022 bash[28554]: cluster 2023-12-07T19:58:16.700502+0000 mgr.a (mgr.24293) 24371 : cluster 0 pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:18 smithi044 bash[32620]: cluster 2023-12-07T19:58:16.700502+0000 mgr.a (mgr.24293) 24371 : cluster 0 pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:18.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:18 smithi027 bash[31536]: cluster 2023-12-07T19:58:16.700502+0000 mgr.a (mgr.24293) 24371 : cluster 0 pgmap v18225: 33 pgs: 33 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:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:19 smithi022 bash[28554]: audit 2023-12-07T19:58:17.424094+0000 mgr.a (mgr.24293) 24372 : audit 0 from='client.478500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:19 smithi044 bash[32620]: audit 2023-12-07T19:58:17.424094+0000 mgr.a (mgr.24293) 24372 : audit 0 from='client.478500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:19 smithi027 bash[31536]: audit 2023-12-07T19:58:17.424094+0000 mgr.a (mgr.24293) 24372 : audit 0 from='client.478500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:20.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:20 smithi022 bash[28554]: cluster 2023-12-07T19:58:18.701232+0000 mgr.a (mgr.24293) 24373 : cluster 0 pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:20 smithi044 bash[32620]: cluster 2023-12-07T19:58:18.701232+0000 mgr.a (mgr.24293) 24373 : cluster 0 pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:20 smithi027 bash[31536]: cluster 2023-12-07T19:58:18.701232+0000 mgr.a (mgr.24293) 24373 : cluster 0 pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:22 smithi022 bash[28554]: cluster 2023-12-07T19:58:20.702059+0000 mgr.a (mgr.24293) 24374 : cluster 0 pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:22 smithi044 bash[32620]: cluster 2023-12-07T19:58:20.702059+0000 mgr.a (mgr.24293) 24374 : cluster 0 pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:22 smithi027 bash[31536]: cluster 2023-12-07T19:58:20.702059+0000 mgr.a (mgr.24293) 24374 : cluster 0 pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:22.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:22.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:22.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:23.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:24.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:24 smithi022 bash[28554]: cluster 2023-12-07T19:58:22.702628+0000 mgr.a (mgr.24293) 24375 : cluster 0 pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:24 smithi044 bash[32620]: cluster 2023-12-07T19:58:22.702628+0000 mgr.a (mgr.24293) 24375 : cluster 0 pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:24 smithi027 bash[31536]: cluster 2023-12-07T19:58:22.702628+0000 mgr.a (mgr.24293) 24375 : cluster 0 pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:25 smithi022 bash[28554]: audit 2023-12-07T19:58:23.365730+0000 mgr.a (mgr.24293) 24376 : audit 0 from='client.478578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:25 smithi044 bash[32620]: audit 2023-12-07T19:58:23.365730+0000 mgr.a (mgr.24293) 24376 : audit 0 from='client.478578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:25 smithi027 bash[31536]: audit 2023-12-07T19:58:23.365730+0000 mgr.a (mgr.24293) 24376 : audit 0 from='client.478578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:26 smithi022 bash[28554]: cluster 2023-12-07T19:58:24.703362+0000 mgr.a (mgr.24293) 24377 : cluster 0 pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:26 smithi044 bash[32620]: cluster 2023-12-07T19:58:24.703362+0000 mgr.a (mgr.24293) 24377 : cluster 0 pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:26 smithi027 bash[31536]: cluster 2023-12-07T19:58:24.703362+0000 mgr.a (mgr.24293) 24377 : cluster 0 pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:28 smithi022 bash[28554]: cluster 2023-12-07T19:58:26.704370+0000 mgr.a (mgr.24293) 24378 : cluster 0 pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:28 smithi044 bash[32620]: cluster 2023-12-07T19:58:26.704370+0000 mgr.a (mgr.24293) 24378 : cluster 0 pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:28 smithi027 bash[31536]: cluster 2023-12-07T19:58:26.704370+0000 mgr.a (mgr.24293) 24378 : cluster 0 pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:28.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:28.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:28.875 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:29.796 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:29.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:29.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:29.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:29.796 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:30.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:30 smithi022 bash[28554]: cluster 2023-12-07T19:58:28.704969+0000 mgr.a (mgr.24293) 24379 : cluster 0 pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:30 smithi044 bash[32620]: cluster 2023-12-07T19:58:28.704969+0000 mgr.a (mgr.24293) 24379 : cluster 0 pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:30 smithi027 bash[31536]: cluster 2023-12-07T19:58:28.704969+0000 mgr.a (mgr.24293) 24379 : cluster 0 pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:31 smithi022 bash[28554]: audit 2023-12-07T19:58:29.287442+0000 mgr.a (mgr.24293) 24380 : audit 0 from='client.478653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:31 smithi044 bash[32620]: audit 2023-12-07T19:58:29.287442+0000 mgr.a (mgr.24293) 24380 : audit 0 from='client.478653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:31 smithi027 bash[31536]: audit 2023-12-07T19:58:29.287442+0000 mgr.a (mgr.24293) 24380 : audit 0 from='client.478653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:32.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:32 smithi022 bash[28554]: cluster 2023-12-07T19:58:30.705842+0000 mgr.a (mgr.24293) 24381 : cluster 0 pgmap v18232: 33 pgs: 33 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:32.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:32 smithi044 bash[32620]: cluster 2023-12-07T19:58:30.705842+0000 mgr.a (mgr.24293) 24381 : cluster 0 pgmap v18232: 33 pgs: 33 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:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:32 smithi027 bash[31536]: cluster 2023-12-07T19:58:30.705842+0000 mgr.a (mgr.24293) 24381 : cluster 0 pgmap v18232: 33 pgs: 33 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:34.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:34 smithi022 bash[28554]: cluster 2023-12-07T19:58:32.706434+0000 mgr.a (mgr.24293) 24382 : cluster 0 pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:34 smithi044 bash[32620]: cluster 2023-12-07T19:58:32.706434+0000 mgr.a (mgr.24293) 24382 : cluster 0 pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:34 smithi027 bash[31536]: cluster 2023-12-07T19:58:32.706434+0000 mgr.a (mgr.24293) 24382 : cluster 0 pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:34.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:34.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:34.799 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:35.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:35.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:35.734 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:36.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:36 smithi022 bash[28554]: cluster 2023-12-07T19:58:34.707010+0000 mgr.a (mgr.24293) 24383 : cluster 0 pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:36 smithi022 bash[28554]: audit 2023-12-07T19:58:35.213538+0000 mgr.a (mgr.24293) 24384 : audit 0 from='client.478731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:36 smithi044 bash[32620]: cluster 2023-12-07T19:58:34.707010+0000 mgr.a (mgr.24293) 24383 : cluster 0 pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:36 smithi044 bash[32620]: audit 2023-12-07T19:58:35.213538+0000 mgr.a (mgr.24293) 24384 : audit 0 from='client.478731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:36 smithi027 bash[31536]: cluster 2023-12-07T19:58:34.707010+0000 mgr.a (mgr.24293) 24383 : cluster 0 pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:36 smithi027 bash[31536]: audit 2023-12-07T19:58:35.213538+0000 mgr.a (mgr.24293) 24384 : audit 0 from='client.478731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:38 smithi022 bash[28554]: cluster 2023-12-07T19:58:36.708029+0000 mgr.a (mgr.24293) 24385 : cluster 0 pgmap v18235: 33 pgs: 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:58:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:38 smithi044 bash[32620]: cluster 2023-12-07T19:58:36.708029+0000 mgr.a (mgr.24293) 24385 : cluster 0 pgmap v18235: 33 pgs: 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:58:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:38 smithi027 bash[31536]: cluster 2023-12-07T19:58:36.708029+0000 mgr.a (mgr.24293) 24385 : cluster 0 pgmap v18235: 33 pgs: 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:58:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:40 smithi022 bash[28554]: cluster 2023-12-07T19:58:38.708602+0000 mgr.a (mgr.24293) 24386 : cluster 0 pgmap v18236: 33 pgs: 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:58:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:40 smithi044 bash[32620]: cluster 2023-12-07T19:58:38.708602+0000 mgr.a (mgr.24293) 24386 : cluster 0 pgmap v18236: 33 pgs: 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:58:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:40 smithi027 bash[31536]: cluster 2023-12-07T19:58:38.708602+0000 mgr.a (mgr.24293) 24386 : cluster 0 pgmap v18236: 33 pgs: 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:58:40.736 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:40.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:40.737 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:41.704 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:41.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:41.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:41.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:41.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:42 smithi022 bash[28554]: cluster 2023-12-07T19:58:40.709330+0000 mgr.a (mgr.24293) 24387 : cluster 0 pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:42.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:42 smithi022 bash[28554]: audit 2023-12-07T19:58:41.151927+0000 mgr.a (mgr.24293) 24388 : audit 0 from='client.478806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:42 smithi044 bash[32620]: cluster 2023-12-07T19:58:40.709330+0000 mgr.a (mgr.24293) 24387 : cluster 0 pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:42.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:42 smithi044 bash[32620]: audit 2023-12-07T19:58:41.151927+0000 mgr.a (mgr.24293) 24388 : audit 0 from='client.478806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:42 smithi027 bash[31536]: cluster 2023-12-07T19:58:40.709330+0000 mgr.a (mgr.24293) 24387 : cluster 0 pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:42 smithi027 bash[31536]: audit 2023-12-07T19:58:41.151927+0000 mgr.a (mgr.24293) 24388 : audit 0 from='client.478806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:44 smithi022 bash[28554]: cluster 2023-12-07T19:58:42.710000+0000 mgr.a (mgr.24293) 24389 : cluster 0 pgmap v18238: 33 pgs: 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:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:44 smithi044 bash[32620]: cluster 2023-12-07T19:58:42.710000+0000 mgr.a (mgr.24293) 24389 : cluster 0 pgmap v18238: 33 pgs: 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:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:44 smithi027 bash[31536]: cluster 2023-12-07T19:58:42.710000+0000 mgr.a (mgr.24293) 24389 : cluster 0 pgmap v18238: 33 pgs: 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:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:46 smithi022 bash[28554]: cluster 2023-12-07T19:58:44.710608+0000 mgr.a (mgr.24293) 24390 : cluster 0 pgmap v18239: 33 pgs: 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:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:46 smithi044 bash[32620]: cluster 2023-12-07T19:58:44.710608+0000 mgr.a (mgr.24293) 24390 : cluster 0 pgmap v18239: 33 pgs: 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:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:46 smithi027 bash[31536]: cluster 2023-12-07T19:58:44.710608+0000 mgr.a (mgr.24293) 24390 : cluster 0 pgmap v18239: 33 pgs: 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:46.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:46.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:46.708 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:47.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:47.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:47.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:47.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:47.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:48 smithi022 bash[28554]: cluster 2023-12-07T19:58:46.711417+0000 mgr.a (mgr.24293) 24391 : cluster 0 pgmap v18240: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:48 smithi022 bash[28554]: audit 2023-12-07T19:58:47.123122+0000 mgr.a (mgr.24293) 24392 : audit 0 from='client.478878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:48 smithi044 bash[32620]: cluster 2023-12-07T19:58:46.711417+0000 mgr.a (mgr.24293) 24391 : cluster 0 pgmap v18240: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:48 smithi044 bash[32620]: audit 2023-12-07T19:58:47.123122+0000 mgr.a (mgr.24293) 24392 : audit 0 from='client.478878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:48 smithi027 bash[31536]: cluster 2023-12-07T19:58:46.711417+0000 mgr.a (mgr.24293) 24391 : cluster 0 pgmap v18240: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:48 smithi027 bash[31536]: audit 2023-12-07T19:58:47.123122+0000 mgr.a (mgr.24293) 24392 : audit 0 from='client.478878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:50 smithi022 bash[28554]: cluster 2023-12-07T19:58:48.712093+0000 mgr.a (mgr.24293) 24393 : cluster 0 pgmap v18241: 33 pgs: 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:58:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:50 smithi044 bash[32620]: cluster 2023-12-07T19:58:48.712093+0000 mgr.a (mgr.24293) 24393 : cluster 0 pgmap v18241: 33 pgs: 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:58:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:50 smithi027 bash[31536]: cluster 2023-12-07T19:58:48.712093+0000 mgr.a (mgr.24293) 24393 : cluster 0 pgmap v18241: 33 pgs: 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:58:52.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:52 smithi022 bash[28554]: cluster 2023-12-07T19:58:50.712893+0000 mgr.a (mgr.24293) 24394 : cluster 0 pgmap v18242: 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:58:52.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:52 smithi044 bash[32620]: cluster 2023-12-07T19:58:50.712893+0000 mgr.a (mgr.24293) 24394 : cluster 0 pgmap v18242: 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:58:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:52 smithi027 bash[31536]: cluster 2023-12-07T19:58:50.712893+0000 mgr.a (mgr.24293) 24394 : cluster 0 pgmap v18242: 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:58:52.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:52.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:52.644 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:53.585 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:53.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:53.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:53.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:53.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:58:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:54 smithi022 bash[28554]: cluster 2023-12-07T19:58:52.713430+0000 mgr.a (mgr.24293) 24395 : cluster 0 pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:54 smithi022 bash[28554]: audit 2023-12-07T19:58:53.057130+0000 mgr.a (mgr.24293) 24396 : audit 0 from='client.478956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:54 smithi044 bash[32620]: cluster 2023-12-07T19:58:52.713430+0000 mgr.a (mgr.24293) 24395 : cluster 0 pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:54 smithi044 bash[32620]: audit 2023-12-07T19:58:53.057130+0000 mgr.a (mgr.24293) 24396 : audit 0 from='client.478956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:54 smithi027 bash[31536]: cluster 2023-12-07T19:58:52.713430+0000 mgr.a (mgr.24293) 24395 : cluster 0 pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:54 smithi027 bash[31536]: audit 2023-12-07T19:58:53.057130+0000 mgr.a (mgr.24293) 24396 : audit 0 from='client.478956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:56 smithi027 bash[31536]: cluster 2023-12-07T19:58:54.714124+0000 mgr.a (mgr.24293) 24397 : cluster 0 pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:56 smithi027 bash[31536]: audit 2023-12-07T19:58:55.543064+0000 mon.a (mon.0) 3807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:56 smithi022 bash[28554]: cluster 2023-12-07T19:58:54.714124+0000 mgr.a (mgr.24293) 24397 : cluster 0 pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:56 smithi022 bash[28554]: audit 2023-12-07T19:58:55.543064+0000 mon.a (mon.0) 3807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:56 smithi044 bash[32620]: cluster 2023-12-07T19:58:54.714124+0000 mgr.a (mgr.24293) 24397 : cluster 0 pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:56 smithi044 bash[32620]: audit 2023-12-07T19:58:55.543064+0000 mon.a (mon.0) 3807 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:57 smithi027 bash[31536]: audit 2023-12-07T19:58:56.282773+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:57 smithi027 bash[31536]: audit 2023-12-07T19:58:56.284169+0000 mon.a (mon.0) 3809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:57 smithi027 bash[31536]: audit 2023-12-07T19:58:56.292712+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:58:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:57 smithi022 bash[28554]: audit 2023-12-07T19:58:56.282773+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:57 smithi022 bash[28554]: audit 2023-12-07T19:58:56.284169+0000 mon.a (mon.0) 3809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:57 smithi022 bash[28554]: audit 2023-12-07T19:58:56.292712+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:58:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:57 smithi044 bash[32620]: audit 2023-12-07T19:58:56.282773+0000 mon.a (mon.0) 3808 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:57 smithi044 bash[32620]: audit 2023-12-07T19:58:56.284169+0000 mon.a (mon.0) 3809 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:57 smithi044 bash[32620]: audit 2023-12-07T19:58:56.292712+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:58:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:58:58 smithi027 bash[31536]: cluster 2023-12-07T19:58:56.714998+0000 mgr.a (mgr.24293) 24398 : cluster 0 pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:58.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:58:58.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:58.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:58:58 smithi022 bash[28554]: cluster 2023-12-07T19:58:56.714998+0000 mgr.a (mgr.24293) 24398 : cluster 0 pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:58:58 smithi044 bash[32620]: cluster 2023-12-07T19:58:56.714998+0000 mgr.a (mgr.24293) 24398 : cluster 0 pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:59.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:58:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:59.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:00 smithi027 bash[31536]: cluster 2023-12-07T19:58:58.715566+0000 mgr.a (mgr.24293) 24399 : cluster 0 pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:00 smithi027 bash[31536]: audit 2023-12-07T19:58:59.009196+0000 mgr.a (mgr.24293) 24400 : audit 0 from='client.479034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:00.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:00 smithi022 bash[28554]: cluster 2023-12-07T19:58:58.715566+0000 mgr.a (mgr.24293) 24399 : cluster 0 pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:00 smithi022 bash[28554]: audit 2023-12-07T19:58:59.009196+0000 mgr.a (mgr.24293) 24400 : audit 0 from='client.479034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:00 smithi044 bash[32620]: cluster 2023-12-07T19:58:58.715566+0000 mgr.a (mgr.24293) 24399 : cluster 0 pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:00 smithi044 bash[32620]: audit 2023-12-07T19:58:59.009196+0000 mgr.a (mgr.24293) 24400 : audit 0 from='client.479034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:02 smithi027 bash[31536]: cluster 2023-12-07T19:59:00.716459+0000 mgr.a (mgr.24293) 24401 : cluster 0 pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:02 smithi022 bash[28554]: cluster 2023-12-07T19:59:00.716459+0000 mgr.a (mgr.24293) 24401 : cluster 0 pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:02 smithi044 bash[32620]: cluster 2023-12-07T19:59:00.716459+0000 mgr.a (mgr.24293) 24401 : cluster 0 pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:04 smithi027 bash[31536]: cluster 2023-12-07T19:59:02.717046+0000 mgr.a (mgr.24293) 24402 : cluster 0 pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:04.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:04.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:04.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:04 smithi022 bash[28554]: cluster 2023-12-07T19:59:02.717046+0000 mgr.a (mgr.24293) 24402 : cluster 0 pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:04 smithi044 bash[32620]: cluster 2023-12-07T19:59:02.717046+0000 mgr.a (mgr.24293) 24402 : cluster 0 pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:05.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:05.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:05.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:05.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:05.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:06 smithi022 bash[28554]: cluster 2023-12-07T19:59:04.717587+0000 mgr.a (mgr.24293) 24403 : cluster 0 pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:06 smithi022 bash[28554]: audit 2023-12-07T19:59:04.954379+0000 mgr.a (mgr.24293) 24404 : audit 0 from='client.479112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:06 smithi044 bash[32620]: cluster 2023-12-07T19:59:04.717587+0000 mgr.a (mgr.24293) 24403 : cluster 0 pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:06 smithi044 bash[32620]: audit 2023-12-07T19:59:04.954379+0000 mgr.a (mgr.24293) 24404 : audit 0 from='client.479112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:06 smithi027 bash[31536]: cluster 2023-12-07T19:59:04.717587+0000 mgr.a (mgr.24293) 24403 : cluster 0 pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:06 smithi027 bash[31536]: audit 2023-12-07T19:59:04.954379+0000 mgr.a (mgr.24293) 24404 : audit 0 from='client.479112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:08 smithi022 bash[28554]: cluster 2023-12-07T19:59:06.718461+0000 mgr.a (mgr.24293) 24405 : cluster 0 pgmap v18250: 33 pgs: 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:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:08 smithi044 bash[32620]: cluster 2023-12-07T19:59:06.718461+0000 mgr.a (mgr.24293) 24405 : cluster 0 pgmap v18250: 33 pgs: 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:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:08 smithi027 bash[31536]: cluster 2023-12-07T19:59:06.718461+0000 mgr.a (mgr.24293) 24405 : cluster 0 pgmap v18250: 33 pgs: 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:10.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:10.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:10.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:10 smithi022 bash[28554]: cluster 2023-12-07T19:59:08.719035+0000 mgr.a (mgr.24293) 24406 : cluster 0 pgmap v18251: 33 pgs: 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:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:10 smithi044 bash[32620]: cluster 2023-12-07T19:59:08.719035+0000 mgr.a (mgr.24293) 24406 : cluster 0 pgmap v18251: 33 pgs: 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:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:10 smithi027 bash[31536]: cluster 2023-12-07T19:59:08.719035+0000 mgr.a (mgr.24293) 24406 : cluster 0 pgmap v18251: 33 pgs: 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:11.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:11.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:11.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:11.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:11.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:12 smithi022 bash[28554]: cluster 2023-12-07T19:59:10.719861+0000 mgr.a (mgr.24293) 24407 : cluster 0 pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:12 smithi022 bash[28554]: audit 2023-12-07T19:59:10.910734+0000 mgr.a (mgr.24293) 24408 : audit 0 from='client.479184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:12 smithi044 bash[32620]: cluster 2023-12-07T19:59:10.719861+0000 mgr.a (mgr.24293) 24407 : cluster 0 pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:12 smithi044 bash[32620]: audit 2023-12-07T19:59:10.910734+0000 mgr.a (mgr.24293) 24408 : audit 0 from='client.479184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:12 smithi027 bash[31536]: cluster 2023-12-07T19:59:10.719861+0000 mgr.a (mgr.24293) 24407 : cluster 0 pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:12 smithi027 bash[31536]: audit 2023-12-07T19:59:10.910734+0000 mgr.a (mgr.24293) 24408 : audit 0 from='client.479184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:14 smithi022 bash[28554]: cluster 2023-12-07T19:59:12.720513+0000 mgr.a (mgr.24293) 24409 : cluster 0 pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:14 smithi044 bash[32620]: cluster 2023-12-07T19:59:12.720513+0000 mgr.a (mgr.24293) 24409 : cluster 0 pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:14 smithi027 bash[31536]: cluster 2023-12-07T19:59:12.720513+0000 mgr.a (mgr.24293) 24409 : cluster 0 pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:16.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:16.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:16.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:16.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:16 smithi022 bash[28554]: cluster 2023-12-07T19:59:14.721117+0000 mgr.a (mgr.24293) 24410 : cluster 0 pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:16 smithi044 bash[32620]: cluster 2023-12-07T19:59:14.721117+0000 mgr.a (mgr.24293) 24410 : cluster 0 pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:16 smithi027 bash[31536]: cluster 2023-12-07T19:59:14.721117+0000 mgr.a (mgr.24293) 24410 : cluster 0 pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:17.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:17.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:17.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:17.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:17.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:18 smithi022 bash[28554]: cluster 2023-12-07T19:59:16.721896+0000 mgr.a (mgr.24293) 24411 : cluster 0 pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:18 smithi022 bash[28554]: audit 2023-12-07T19:59:16.850045+0000 mgr.a (mgr.24293) 24412 : audit 0 from='client.479259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:18 smithi044 bash[32620]: cluster 2023-12-07T19:59:16.721896+0000 mgr.a (mgr.24293) 24411 : cluster 0 pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:18 smithi044 bash[32620]: audit 2023-12-07T19:59:16.850045+0000 mgr.a (mgr.24293) 24412 : audit 0 from='client.479259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:18 smithi027 bash[31536]: cluster 2023-12-07T19:59:16.721896+0000 mgr.a (mgr.24293) 24411 : cluster 0 pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:18 smithi027 bash[31536]: audit 2023-12-07T19:59:16.850045+0000 mgr.a (mgr.24293) 24412 : audit 0 from='client.479259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:20 smithi022 bash[28554]: cluster 2023-12-07T19:59:18.722509+0000 mgr.a (mgr.24293) 24413 : cluster 0 pgmap v18256: 33 pgs: 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:59:20.687 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:20 smithi044 bash[32620]: cluster 2023-12-07T19:59:18.722509+0000 mgr.a (mgr.24293) 24413 : cluster 0 pgmap v18256: 33 pgs: 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:59:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:20 smithi027 bash[31536]: cluster 2023-12-07T19:59:18.722509+0000 mgr.a (mgr.24293) 24413 : cluster 0 pgmap v18256: 33 pgs: 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:59:22.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:22.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:22.380 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:22 smithi022 bash[28554]: cluster 2023-12-07T19:59:20.723352+0000 mgr.a (mgr.24293) 24414 : cluster 0 pgmap v18257: 33 pgs: 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:59:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:22 smithi044 bash[32620]: cluster 2023-12-07T19:59:20.723352+0000 mgr.a (mgr.24293) 24414 : cluster 0 pgmap v18257: 33 pgs: 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:59:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:22 smithi027 bash[31536]: cluster 2023-12-07T19:59:20.723352+0000 mgr.a (mgr.24293) 24414 : cluster 0 pgmap v18257: 33 pgs: 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:59:23.338 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:23.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:23.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:23.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:23.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:24 smithi022 bash[28554]: cluster 2023-12-07T19:59:22.723902+0000 mgr.a (mgr.24293) 24415 : cluster 0 pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:24 smithi022 bash[28554]: audit 2023-12-07T19:59:22.797937+0000 mgr.a (mgr.24293) 24416 : audit 0 from='client.479334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:24 smithi044 bash[32620]: cluster 2023-12-07T19:59:22.723902+0000 mgr.a (mgr.24293) 24415 : cluster 0 pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:24 smithi044 bash[32620]: audit 2023-12-07T19:59:22.797937+0000 mgr.a (mgr.24293) 24416 : audit 0 from='client.479334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:24 smithi027 bash[31536]: cluster 2023-12-07T19:59:22.723902+0000 mgr.a (mgr.24293) 24415 : cluster 0 pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:24 smithi027 bash[31536]: audit 2023-12-07T19:59:22.797937+0000 mgr.a (mgr.24293) 24416 : audit 0 from='client.479334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:26 smithi022 bash[28554]: cluster 2023-12-07T19:59:24.724550+0000 mgr.a (mgr.24293) 24417 : cluster 0 pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:26 smithi044 bash[32620]: cluster 2023-12-07T19:59:24.724550+0000 mgr.a (mgr.24293) 24417 : cluster 0 pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:26 smithi027 bash[31536]: cluster 2023-12-07T19:59:24.724550+0000 mgr.a (mgr.24293) 24417 : cluster 0 pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:28.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:28.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:28.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:28.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:28 smithi022 bash[28554]: cluster 2023-12-07T19:59:26.725371+0000 mgr.a (mgr.24293) 24418 : cluster 0 pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:28 smithi044 bash[32620]: cluster 2023-12-07T19:59:26.725371+0000 mgr.a (mgr.24293) 24418 : cluster 0 pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:28 smithi027 bash[31536]: cluster 2023-12-07T19:59:26.725371+0000 mgr.a (mgr.24293) 24418 : cluster 0 pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:29.290 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:29.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:29.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:29.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:29.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:30 smithi022 bash[28554]: cluster 2023-12-07T19:59:28.725905+0000 mgr.a (mgr.24293) 24419 : cluster 0 pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:30 smithi022 bash[28554]: audit 2023-12-07T19:59:28.758668+0000 mgr.a (mgr.24293) 24420 : audit 0 from='client.479409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:30 smithi044 bash[32620]: cluster 2023-12-07T19:59:28.725905+0000 mgr.a (mgr.24293) 24419 : cluster 0 pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:30 smithi044 bash[32620]: audit 2023-12-07T19:59:28.758668+0000 mgr.a (mgr.24293) 24420 : audit 0 from='client.479409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:30 smithi027 bash[31536]: cluster 2023-12-07T19:59:28.725905+0000 mgr.a (mgr.24293) 24419 : cluster 0 pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:30 smithi027 bash[31536]: audit 2023-12-07T19:59:28.758668+0000 mgr.a (mgr.24293) 24420 : audit 0 from='client.479409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:32 smithi022 bash[28554]: cluster 2023-12-07T19:59:30.726969+0000 mgr.a (mgr.24293) 24421 : cluster 0 pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:32 smithi044 bash[32620]: cluster 2023-12-07T19:59:30.726969+0000 mgr.a (mgr.24293) 24421 : cluster 0 pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:32 smithi027 bash[31536]: cluster 2023-12-07T19:59:30.726969+0000 mgr.a (mgr.24293) 24421 : cluster 0 pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:34.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:34.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:34.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:34.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:34 smithi022 bash[28554]: cluster 2023-12-07T19:59:32.727667+0000 mgr.a (mgr.24293) 24422 : cluster 0 pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:34 smithi044 bash[32620]: cluster 2023-12-07T19:59:32.727667+0000 mgr.a (mgr.24293) 24422 : cluster 0 pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:34 smithi027 bash[31536]: cluster 2023-12-07T19:59:32.727667+0000 mgr.a (mgr.24293) 24422 : cluster 0 pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:35.239 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:35.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:35.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:35.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:35.240 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:36.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:36 smithi022 bash[28554]: audit 2023-12-07T19:59:34.704928+0000 mgr.a (mgr.24293) 24423 : audit 0 from='client.479481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:36 smithi022 bash[28554]: cluster 2023-12-07T19:59:34.728516+0000 mgr.a (mgr.24293) 24424 : cluster 0 pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:36 smithi044 bash[32620]: audit 2023-12-07T19:59:34.704928+0000 mgr.a (mgr.24293) 24423 : audit 0 from='client.479481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:36 smithi044 bash[32620]: cluster 2023-12-07T19:59:34.728516+0000 mgr.a (mgr.24293) 24424 : cluster 0 pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:36 smithi027 bash[31536]: audit 2023-12-07T19:59:34.704928+0000 mgr.a (mgr.24293) 24423 : audit 0 from='client.479481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:36 smithi027 bash[31536]: cluster 2023-12-07T19:59:34.728516+0000 mgr.a (mgr.24293) 24424 : cluster 0 pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:38 smithi022 bash[28554]: cluster 2023-12-07T19:59:36.729419+0000 mgr.a (mgr.24293) 24425 : cluster 0 pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:38 smithi044 bash[32620]: cluster 2023-12-07T19:59:36.729419+0000 mgr.a (mgr.24293) 24425 : cluster 0 pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:38 smithi027 bash[31536]: cluster 2023-12-07T19:59:36.729419+0000 mgr.a (mgr.24293) 24425 : cluster 0 pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:40.243 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:40.243 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:40.244 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:40.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:40 smithi022 bash[28554]: cluster 2023-12-07T19:59:38.729962+0000 mgr.a (mgr.24293) 24426 : cluster 0 pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:40 smithi044 bash[32620]: cluster 2023-12-07T19:59:38.729962+0000 mgr.a (mgr.24293) 24426 : cluster 0 pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:40 smithi027 bash[31536]: cluster 2023-12-07T19:59:38.729962+0000 mgr.a (mgr.24293) 24426 : cluster 0 pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:41.195 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:41.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:41.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:41.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:41.196 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:42 smithi022 bash[28554]: audit 2023-12-07T19:59:40.662338+0000 mgr.a (mgr.24293) 24427 : audit 0 from='client.479553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:42 smithi022 bash[28554]: cluster 2023-12-07T19:59:40.731097+0000 mgr.a (mgr.24293) 24428 : cluster 0 pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:42 smithi044 bash[32620]: audit 2023-12-07T19:59:40.662338+0000 mgr.a (mgr.24293) 24427 : audit 0 from='client.479553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:42 smithi044 bash[32620]: cluster 2023-12-07T19:59:40.731097+0000 mgr.a (mgr.24293) 24428 : cluster 0 pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:42 smithi027 bash[31536]: audit 2023-12-07T19:59:40.662338+0000 mgr.a (mgr.24293) 24427 : audit 0 from='client.479553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:42 smithi027 bash[31536]: cluster 2023-12-07T19:59:40.731097+0000 mgr.a (mgr.24293) 24428 : cluster 0 pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:44 smithi022 bash[28554]: cluster 2023-12-07T19:59:42.731832+0000 mgr.a (mgr.24293) 24429 : cluster 0 pgmap v18268: 33 pgs: 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:44.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:44 smithi044 bash[32620]: cluster 2023-12-07T19:59:42.731832+0000 mgr.a (mgr.24293) 24429 : cluster 0 pgmap v18268: 33 pgs: 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:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:44 smithi027 bash[31536]: cluster 2023-12-07T19:59:42.731832+0000 mgr.a (mgr.24293) 24429 : cluster 0 pgmap v18268: 33 pgs: 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:46.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:46.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:46.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:46 smithi022 bash[28554]: cluster 2023-12-07T19:59:44.732403+0000 mgr.a (mgr.24293) 24430 : cluster 0 pgmap v18269: 33 pgs: 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:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:46 smithi044 bash[32620]: cluster 2023-12-07T19:59:44.732403+0000 mgr.a (mgr.24293) 24430 : cluster 0 pgmap v18269: 33 pgs: 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:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:46 smithi027 bash[31536]: cluster 2023-12-07T19:59:44.732403+0000 mgr.a (mgr.24293) 24430 : cluster 0 pgmap v18269: 33 pgs: 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:47.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:47.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:47.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:47.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:47.133 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:48 smithi022 bash[28554]: audit 2023-12-07T19:59:46.616827+0000 mgr.a (mgr.24293) 24431 : audit 0 from='client.479628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:48 smithi022 bash[28554]: cluster 2023-12-07T19:59:46.733283+0000 mgr.a (mgr.24293) 24432 : cluster 0 pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:48 smithi044 bash[32620]: audit 2023-12-07T19:59:46.616827+0000 mgr.a (mgr.24293) 24431 : audit 0 from='client.479628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:48 smithi044 bash[32620]: cluster 2023-12-07T19:59:46.733283+0000 mgr.a (mgr.24293) 24432 : cluster 0 pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:48 smithi027 bash[31536]: audit 2023-12-07T19:59:46.616827+0000 mgr.a (mgr.24293) 24431 : audit 0 from='client.479628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:48 smithi027 bash[31536]: cluster 2023-12-07T19:59:46.733283+0000 mgr.a (mgr.24293) 24432 : cluster 0 pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:50 smithi022 bash[28554]: cluster 2023-12-07T19:59:48.734083+0000 mgr.a (mgr.24293) 24433 : cluster 0 pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:50 smithi044 bash[32620]: cluster 2023-12-07T19:59:48.734083+0000 mgr.a (mgr.24293) 24433 : cluster 0 pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:50 smithi027 bash[31536]: cluster 2023-12-07T19:59:48.734083+0000 mgr.a (mgr.24293) 24433 : cluster 0 pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:52.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:52.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:52.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:52 smithi022 bash[28554]: cluster 2023-12-07T19:59:50.734978+0000 mgr.a (mgr.24293) 24434 : cluster 0 pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:52 smithi044 bash[32620]: cluster 2023-12-07T19:59:50.734978+0000 mgr.a (mgr.24293) 24434 : cluster 0 pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:52 smithi027 bash[31536]: cluster 2023-12-07T19:59:50.734978+0000 mgr.a (mgr.24293) 24434 : cluster 0 pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:53.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T19:59:53.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:53.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:53.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:53.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:54 smithi022 bash[28554]: audit 2023-12-07T19:59:52.557152+0000 mgr.a (mgr.24293) 24435 : audit 0 from='client.479700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:54 smithi022 bash[28554]: cluster 2023-12-07T19:59:52.735915+0000 mgr.a (mgr.24293) 24436 : cluster 0 pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:54 smithi044 bash[32620]: audit 2023-12-07T19:59:52.557152+0000 mgr.a (mgr.24293) 24435 : audit 0 from='client.479700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:54 smithi044 bash[32620]: cluster 2023-12-07T19:59:52.735915+0000 mgr.a (mgr.24293) 24436 : cluster 0 pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:54 smithi027 bash[31536]: audit 2023-12-07T19:59:52.557152+0000 mgr.a (mgr.24293) 24435 : audit 0 from='client.479700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:54 smithi027 bash[31536]: cluster 2023-12-07T19:59:52.735915+0000 mgr.a (mgr.24293) 24436 : cluster 0 pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:55 smithi022 bash[28554]: cluster 2023-12-07T19:59:54.736822+0000 mgr.a (mgr.24293) 24437 : cluster 0 pgmap v18274: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:55 smithi044 bash[32620]: cluster 2023-12-07T19:59:54.736822+0000 mgr.a (mgr.24293) 24437 : cluster 0 pgmap v18274: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:55 smithi027 bash[31536]: cluster 2023-12-07T19:59:54.736822+0000 mgr.a (mgr.24293) 24437 : cluster 0 pgmap v18274: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:56 smithi022 bash[28554]: audit 2023-12-07T19:59:56.395613+0000 mon.a (mon.0) 3811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:56 smithi044 bash[32620]: audit 2023-12-07T19:59:56.395613+0000 mon.a (mon.0) 3811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:56 smithi027 bash[31536]: audit 2023-12-07T19:59:56.395613+0000 mon.a (mon.0) 3811 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:58.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T19:59:58.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:58.086 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:57 smithi022 bash[28554]: cluster 2023-12-07T19:59:56.737730+0000 mgr.a (mgr.24293) 24438 : cluster 0 pgmap v18275: 33 pgs: 33 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:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:57 smithi022 bash[28554]: audit 2023-12-07T19:59:56.981705+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:57 smithi022 bash[28554]: audit 2023-12-07T19:59:56.993168+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:57 smithi022 bash[28554]: audit 2023-12-07T19:59:57.688191+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:57 smithi022 bash[28554]: audit 2023-12-07T19:59:57.690169+0000 mon.a (mon.0) 3815 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:57 smithi022 bash[28554]: audit 2023-12-07T19:59:57.700490+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:57 smithi044 bash[32620]: cluster 2023-12-07T19:59:56.737730+0000 mgr.a (mgr.24293) 24438 : cluster 0 pgmap v18275: 33 pgs: 33 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:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:57 smithi044 bash[32620]: audit 2023-12-07T19:59:56.981705+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:57 smithi044 bash[32620]: audit 2023-12-07T19:59:56.993168+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:57 smithi044 bash[32620]: audit 2023-12-07T19:59:57.688191+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:57 smithi044 bash[32620]: audit 2023-12-07T19:59:57.690169+0000 mon.a (mon.0) 3815 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:57 smithi044 bash[32620]: audit 2023-12-07T19:59:57.700490+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:57 smithi027 bash[31536]: cluster 2023-12-07T19:59:56.737730+0000 mgr.a (mgr.24293) 24438 : cluster 0 pgmap v18275: 33 pgs: 33 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:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:57 smithi027 bash[31536]: audit 2023-12-07T19:59:56.981705+0000 mon.a (mon.0) 3812 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:57 smithi027 bash[31536]: audit 2023-12-07T19:59:56.993168+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:57 smithi027 bash[31536]: audit 2023-12-07T19:59:57.688191+0000 mon.a (mon.0) 3814 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:57 smithi027 bash[31536]: audit 2023-12-07T19:59:57.690169+0000 mon.a (mon.0) 3815 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:57 smithi027 bash[31536]: audit 2023-12-07T19:59:57.700490+0000 mon.a (mon.0) 3816 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T19:59:59.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:59.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:59.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:59.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T19:59:59.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:59 smithi022 bash[28554]: audit 2023-12-07T19:59:58.501238+0000 mgr.a (mgr.24293) 24439 : audit 0 from='client.479772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 19:59:59 smithi022 bash[28554]: cluster 2023-12-07T19:59:58.738177+0000 mgr.a (mgr.24293) 24440 : cluster 0 pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:59 smithi044 bash[32620]: audit 2023-12-07T19:59:58.501238+0000 mgr.a (mgr.24293) 24439 : audit 0 from='client.479772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 19:59:59 smithi044 bash[32620]: cluster 2023-12-07T19:59:58.738177+0000 mgr.a (mgr.24293) 24440 : cluster 0 pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:59 smithi027 bash[31536]: audit 2023-12-07T19:59:58.501238+0000 mgr.a (mgr.24293) 24439 : audit 0 from='client.479772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 19:59:59 smithi027 bash[31536]: cluster 2023-12-07T19:59:58.738177+0000 mgr.a (mgr.24293) 24440 : cluster 0 pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:00 smithi022 bash[28554]: cluster 2023-12-07T20:00:00.000128+0000 mon.a (mon.0) 3817 : cluster 1 overall HEALTH_OK 2023-12-07T20:00:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:00 smithi044 bash[32620]: cluster 2023-12-07T20:00:00.000128+0000 mon.a (mon.0) 3817 : cluster 1 overall HEALTH_OK 2023-12-07T20:00:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:00 smithi027 bash[31536]: cluster 2023-12-07T20:00:00.000128+0000 mon.a (mon.0) 3817 : cluster 1 overall HEALTH_OK 2023-12-07T20:00:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:01 smithi022 bash[28554]: cluster 2023-12-07T20:00:00.739048+0000 mgr.a (mgr.24293) 24441 : cluster 0 pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:01 smithi044 bash[32620]: cluster 2023-12-07T20:00:00.739048+0000 mgr.a (mgr.24293) 24441 : cluster 0 pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:01 smithi027 bash[31536]: cluster 2023-12-07T20:00:00.739048+0000 mgr.a (mgr.24293) 24441 : cluster 0 pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:04.025 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:04.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:04.026 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:04.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:03 smithi022 bash[28554]: cluster 2023-12-07T20:00:02.739557+0000 mgr.a (mgr.24293) 24442 : cluster 0 pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:03 smithi044 bash[32620]: cluster 2023-12-07T20:00:02.739557+0000 mgr.a (mgr.24293) 24442 : cluster 0 pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:04 smithi027 bash[31536]: cluster 2023-12-07T20:00:02.739557+0000 mgr.a (mgr.24293) 24442 : cluster 0 pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:04.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:04.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:04.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:04.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:04.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:06 smithi022 bash[28554]: audit 2023-12-07T20:00:04.434793+0000 mgr.a (mgr.24293) 24443 : audit 0 from='client.479844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:06 smithi022 bash[28554]: cluster 2023-12-07T20:00:04.740292+0000 mgr.a (mgr.24293) 24444 : cluster 0 pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:06 smithi044 bash[32620]: audit 2023-12-07T20:00:04.434793+0000 mgr.a (mgr.24293) 24443 : audit 0 from='client.479844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:06 smithi044 bash[32620]: cluster 2023-12-07T20:00:04.740292+0000 mgr.a (mgr.24293) 24444 : cluster 0 pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:06 smithi027 bash[31536]: audit 2023-12-07T20:00:04.434793+0000 mgr.a (mgr.24293) 24443 : audit 0 from='client.479844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:06 smithi027 bash[31536]: cluster 2023-12-07T20:00:04.740292+0000 mgr.a (mgr.24293) 24444 : cluster 0 pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:08 smithi022 bash[28554]: cluster 2023-12-07T20:00:06.741200+0000 mgr.a (mgr.24293) 24445 : cluster 0 pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:08 smithi044 bash[32620]: cluster 2023-12-07T20:00:06.741200+0000 mgr.a (mgr.24293) 24445 : cluster 0 pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:08 smithi027 bash[31536]: cluster 2023-12-07T20:00:06.741200+0000 mgr.a (mgr.24293) 24445 : cluster 0 pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:09.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:09.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:09.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:10 smithi022 bash[28554]: cluster 2023-12-07T20:00:08.741764+0000 mgr.a (mgr.24293) 24446 : cluster 0 pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:10 smithi044 bash[32620]: cluster 2023-12-07T20:00:08.741764+0000 mgr.a (mgr.24293) 24446 : cluster 0 pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:10 smithi027 bash[31536]: cluster 2023-12-07T20:00:08.741764+0000 mgr.a (mgr.24293) 24446 : cluster 0 pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:10.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:10.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:10.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:10.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:10.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:12 smithi022 bash[28554]: audit 2023-12-07T20:00:10.366614+0000 mgr.a (mgr.24293) 24447 : audit 0 from='client.479919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:12 smithi022 bash[28554]: cluster 2023-12-07T20:00:10.742723+0000 mgr.a (mgr.24293) 24448 : cluster 0 pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:12 smithi044 bash[32620]: audit 2023-12-07T20:00:10.366614+0000 mgr.a (mgr.24293) 24447 : audit 0 from='client.479919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:12 smithi044 bash[32620]: cluster 2023-12-07T20:00:10.742723+0000 mgr.a (mgr.24293) 24448 : cluster 0 pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:12 smithi027 bash[31536]: audit 2023-12-07T20:00:10.366614+0000 mgr.a (mgr.24293) 24447 : audit 0 from='client.479919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:12 smithi027 bash[31536]: cluster 2023-12-07T20:00:10.742723+0000 mgr.a (mgr.24293) 24448 : cluster 0 pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:14 smithi022 bash[28554]: cluster 2023-12-07T20:00:12.743420+0000 mgr.a (mgr.24293) 24449 : cluster 0 pgmap v18283: 33 pgs: 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:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:14 smithi044 bash[32620]: cluster 2023-12-07T20:00:12.743420+0000 mgr.a (mgr.24293) 24449 : cluster 0 pgmap v18283: 33 pgs: 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:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:14 smithi027 bash[31536]: cluster 2023-12-07T20:00:12.743420+0000 mgr.a (mgr.24293) 24449 : cluster 0 pgmap v18283: 33 pgs: 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:15.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:15.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:15.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:16.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:16 smithi022 bash[28554]: cluster 2023-12-07T20:00:14.743978+0000 mgr.a (mgr.24293) 24450 : cluster 0 pgmap v18284: 33 pgs: 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:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:16 smithi044 bash[32620]: cluster 2023-12-07T20:00:14.743978+0000 mgr.a (mgr.24293) 24450 : cluster 0 pgmap v18284: 33 pgs: 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:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:16 smithi027 bash[31536]: cluster 2023-12-07T20:00:14.743978+0000 mgr.a (mgr.24293) 24450 : cluster 0 pgmap v18284: 33 pgs: 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:16.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:16.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:16.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:16.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:16.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:18 smithi022 bash[28554]: audit 2023-12-07T20:00:16.311437+0000 mgr.a (mgr.24293) 24451 : audit 0 from='client.479994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:18 smithi022 bash[28554]: cluster 2023-12-07T20:00:16.745170+0000 mgr.a (mgr.24293) 24452 : cluster 0 pgmap v18285: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:18 smithi044 bash[32620]: audit 2023-12-07T20:00:16.311437+0000 mgr.a (mgr.24293) 24451 : audit 0 from='client.479994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:18 smithi044 bash[32620]: cluster 2023-12-07T20:00:16.745170+0000 mgr.a (mgr.24293) 24452 : cluster 0 pgmap v18285: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:18 smithi027 bash[31536]: audit 2023-12-07T20:00:16.311437+0000 mgr.a (mgr.24293) 24451 : audit 0 from='client.479994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:18.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:18 smithi027 bash[31536]: cluster 2023-12-07T20:00:16.745170+0000 mgr.a (mgr.24293) 24452 : cluster 0 pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:20 smithi022 bash[28554]: cluster 2023-12-07T20:00:18.745792+0000 mgr.a (mgr.24293) 24453 : cluster 0 pgmap v18286: 33 pgs: 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:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:20 smithi044 bash[32620]: cluster 2023-12-07T20:00:18.745792+0000 mgr.a (mgr.24293) 24453 : cluster 0 pgmap v18286: 33 pgs: 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:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:20 smithi027 bash[31536]: cluster 2023-12-07T20:00:18.745792+0000 mgr.a (mgr.24293) 24453 : cluster 0 pgmap v18286: 33 pgs: 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:21.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:21.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:21.845 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:22 smithi022 bash[28554]: cluster 2023-12-07T20:00:20.746575+0000 mgr.a (mgr.24293) 24454 : cluster 0 pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:22 smithi044 bash[32620]: cluster 2023-12-07T20:00:20.746575+0000 mgr.a (mgr.24293) 24454 : cluster 0 pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:22 smithi027 bash[31536]: cluster 2023-12-07T20:00:20.746575+0000 mgr.a (mgr.24293) 24454 : cluster 0 pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:22.765 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:22.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:22.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:22.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:22.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:23 smithi022 bash[28554]: audit 2023-12-07T20:00:22.255602+0000 mgr.a (mgr.24293) 24455 : audit 0 from='client.480072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:23 smithi044 bash[32620]: audit 2023-12-07T20:00:22.255602+0000 mgr.a (mgr.24293) 24455 : audit 0 from='client.480072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:23.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:23 smithi027 bash[31536]: audit 2023-12-07T20:00:22.255602+0000 mgr.a (mgr.24293) 24455 : audit 0 from='client.480072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:24 smithi022 bash[28554]: cluster 2023-12-07T20:00:22.747159+0000 mgr.a (mgr.24293) 24456 : cluster 0 pgmap v18288: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:24 smithi044 bash[32620]: cluster 2023-12-07T20:00:22.747159+0000 mgr.a (mgr.24293) 24456 : cluster 0 pgmap v18288: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:24 smithi027 bash[31536]: cluster 2023-12-07T20:00:22.747159+0000 mgr.a (mgr.24293) 24456 : cluster 0 pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:26 smithi022 bash[28554]: cluster 2023-12-07T20:00:24.747722+0000 mgr.a (mgr.24293) 24457 : cluster 0 pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:26 smithi044 bash[32620]: cluster 2023-12-07T20:00:24.747722+0000 mgr.a (mgr.24293) 24457 : cluster 0 pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:26 smithi027 bash[31536]: cluster 2023-12-07T20:00:24.747722+0000 mgr.a (mgr.24293) 24457 : cluster 0 pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:27.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:27.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:27.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:28 smithi022 bash[28554]: cluster 2023-12-07T20:00:26.748516+0000 mgr.a (mgr.24293) 24458 : cluster 0 pgmap v18290: 33 pgs: 33 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:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:28 smithi044 bash[32620]: cluster 2023-12-07T20:00:26.748516+0000 mgr.a (mgr.24293) 24458 : cluster 0 pgmap v18290: 33 pgs: 33 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:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:28 smithi027 bash[31536]: cluster 2023-12-07T20:00:26.748516+0000 mgr.a (mgr.24293) 24458 : cluster 0 pgmap v18290: 33 pgs: 33 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:28.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:28.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:28.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:28.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:28.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:29 smithi022 bash[28554]: audit 2023-12-07T20:00:28.180396+0000 mgr.a (mgr.24293) 24459 : audit 0 from='client.480147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:29 smithi044 bash[32620]: audit 2023-12-07T20:00:28.180396+0000 mgr.a (mgr.24293) 24459 : audit 0 from='client.480147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:29.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:29 smithi027 bash[31536]: audit 2023-12-07T20:00:28.180396+0000 mgr.a (mgr.24293) 24459 : audit 0 from='client.480147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:30 smithi022 bash[28554]: cluster 2023-12-07T20:00:28.749272+0000 mgr.a (mgr.24293) 24460 : cluster 0 pgmap v18291: 33 pgs: 33 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:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:30 smithi044 bash[32620]: cluster 2023-12-07T20:00:28.749272+0000 mgr.a (mgr.24293) 24460 : cluster 0 pgmap v18291: 33 pgs: 33 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:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:30 smithi027 bash[31536]: cluster 2023-12-07T20:00:28.749272+0000 mgr.a (mgr.24293) 24460 : cluster 0 pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:32 smithi022 bash[28554]: cluster 2023-12-07T20:00:30.750140+0000 mgr.a (mgr.24293) 24461 : cluster 0 pgmap v18292: 33 pgs: 33 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:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:32 smithi044 bash[32620]: cluster 2023-12-07T20:00:30.750140+0000 mgr.a (mgr.24293) 24461 : cluster 0 pgmap v18292: 33 pgs: 33 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:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:32 smithi027 bash[31536]: cluster 2023-12-07T20:00:30.750140+0000 mgr.a (mgr.24293) 24461 : cluster 0 pgmap v18292: 33 pgs: 33 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:33.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:33.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:33.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:34 smithi022 bash[28554]: cluster 2023-12-07T20:00:32.750685+0000 mgr.a (mgr.24293) 24462 : cluster 0 pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:34 smithi044 bash[32620]: cluster 2023-12-07T20:00:32.750685+0000 mgr.a (mgr.24293) 24462 : cluster 0 pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:34 smithi027 bash[31536]: cluster 2023-12-07T20:00:32.750685+0000 mgr.a (mgr.24293) 24462 : cluster 0 pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:34.649 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:34.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:34.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:34.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:34.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:35 smithi022 bash[28554]: audit 2023-12-07T20:00:34.125500+0000 mgr.a (mgr.24293) 24463 : audit 0 from='client.480222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:35 smithi044 bash[32620]: audit 2023-12-07T20:00:34.125500+0000 mgr.a (mgr.24293) 24463 : audit 0 from='client.480222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:35 smithi027 bash[31536]: audit 2023-12-07T20:00:34.125500+0000 mgr.a (mgr.24293) 24463 : audit 0 from='client.480222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:36 smithi022 bash[28554]: cluster 2023-12-07T20:00:34.751470+0000 mgr.a (mgr.24293) 24464 : cluster 0 pgmap v18294: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:36 smithi044 bash[32620]: cluster 2023-12-07T20:00:34.751470+0000 mgr.a (mgr.24293) 24464 : cluster 0 pgmap v18294: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:36 smithi027 bash[31536]: cluster 2023-12-07T20:00:34.751470+0000 mgr.a (mgr.24293) 24464 : cluster 0 pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:38 smithi022 bash[28554]: cluster 2023-12-07T20:00:36.752388+0000 mgr.a (mgr.24293) 24465 : cluster 0 pgmap v18295: 33 pgs: 33 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:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:38 smithi044 bash[32620]: cluster 2023-12-07T20:00:36.752388+0000 mgr.a (mgr.24293) 24465 : cluster 0 pgmap v18295: 33 pgs: 33 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:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:38 smithi027 bash[31536]: cluster 2023-12-07T20:00:36.752388+0000 mgr.a (mgr.24293) 24465 : cluster 0 pgmap v18295: 33 pgs: 33 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:39.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:39.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:39.652 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:40.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:40 smithi022 bash[28554]: cluster 2023-12-07T20:00:38.753074+0000 mgr.a (mgr.24293) 24466 : cluster 0 pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:40 smithi044 bash[32620]: cluster 2023-12-07T20:00:38.753074+0000 mgr.a (mgr.24293) 24466 : cluster 0 pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:40 smithi027 bash[31536]: cluster 2023-12-07T20:00:38.753074+0000 mgr.a (mgr.24293) 24466 : cluster 0 pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:40.618 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:40.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:40.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:40.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:40.619 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:41 smithi022 bash[28554]: audit 2023-12-07T20:00:40.070518+0000 mgr.a (mgr.24293) 24467 : audit 0 from='client.480300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:41 smithi044 bash[32620]: audit 2023-12-07T20:00:40.070518+0000 mgr.a (mgr.24293) 24467 : audit 0 from='client.480300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:41 smithi027 bash[31536]: audit 2023-12-07T20:00:40.070518+0000 mgr.a (mgr.24293) 24467 : audit 0 from='client.480300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:42 smithi022 bash[28554]: cluster 2023-12-07T20:00:40.754168+0000 mgr.a (mgr.24293) 24468 : cluster 0 pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:00:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:42 smithi044 bash[32620]: cluster 2023-12-07T20:00:40.754168+0000 mgr.a (mgr.24293) 24468 : cluster 0 pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:00:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:42 smithi027 bash[31536]: cluster 2023-12-07T20:00:40.754168+0000 mgr.a (mgr.24293) 24468 : cluster 0 pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:00:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:44 smithi022 bash[28554]: cluster 2023-12-07T20:00:42.754788+0000 mgr.a (mgr.24293) 24469 : cluster 0 pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:44 smithi044 bash[32620]: cluster 2023-12-07T20:00:42.754788+0000 mgr.a (mgr.24293) 24469 : cluster 0 pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:44 smithi027 bash[31536]: cluster 2023-12-07T20:00:42.754788+0000 mgr.a (mgr.24293) 24469 : cluster 0 pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:45.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:45.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:45.622 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:46 smithi022 bash[28554]: cluster 2023-12-07T20:00:44.755377+0000 mgr.a (mgr.24293) 24470 : cluster 0 pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:46 smithi044 bash[32620]: cluster 2023-12-07T20:00:44.755377+0000 mgr.a (mgr.24293) 24470 : cluster 0 pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:46 smithi027 bash[31536]: cluster 2023-12-07T20:00:44.755377+0000 mgr.a (mgr.24293) 24470 : cluster 0 pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:46.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:46.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:46.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:46.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:46.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:47 smithi022 bash[28554]: audit 2023-12-07T20:00:46.031005+0000 mgr.a (mgr.24293) 24471 : audit 0 from='client.480369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:47 smithi044 bash[32620]: audit 2023-12-07T20:00:46.031005+0000 mgr.a (mgr.24293) 24471 : audit 0 from='client.480369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:47 smithi027 bash[31536]: audit 2023-12-07T20:00:46.031005+0000 mgr.a (mgr.24293) 24471 : audit 0 from='client.480369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:48 smithi022 bash[28554]: cluster 2023-12-07T20:00:46.756499+0000 mgr.a (mgr.24293) 24472 : cluster 0 pgmap v18300: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:48 smithi044 bash[32620]: cluster 2023-12-07T20:00:46.756499+0000 mgr.a (mgr.24293) 24472 : cluster 0 pgmap v18300: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:48 smithi027 bash[31536]: cluster 2023-12-07T20:00:46.756499+0000 mgr.a (mgr.24293) 24472 : cluster 0 pgmap v18300: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:50 smithi022 bash[28554]: cluster 2023-12-07T20:00:48.757111+0000 mgr.a (mgr.24293) 24473 : cluster 0 pgmap v18301: 33 pgs: 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:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:50 smithi044 bash[32620]: cluster 2023-12-07T20:00:48.757111+0000 mgr.a (mgr.24293) 24473 : cluster 0 pgmap v18301: 33 pgs: 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:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:50 smithi027 bash[31536]: cluster 2023-12-07T20:00:48.757111+0000 mgr.a (mgr.24293) 24473 : cluster 0 pgmap v18301: 33 pgs: 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:51.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:51.581 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:51.581 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:52 smithi022 bash[28554]: cluster 2023-12-07T20:00:50.757846+0000 mgr.a (mgr.24293) 24474 : cluster 0 pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:52 smithi044 bash[32620]: cluster 2023-12-07T20:00:50.757846+0000 mgr.a (mgr.24293) 24474 : cluster 0 pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:52 smithi027 bash[31536]: cluster 2023-12-07T20:00:50.757846+0000 mgr.a (mgr.24293) 24474 : cluster 0 pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:52.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:52.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:52.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:52.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:52.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:53 smithi022 bash[28554]: audit 2023-12-07T20:00:51.990331+0000 mgr.a (mgr.24293) 24475 : audit 0 from='client.480441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:53 smithi044 bash[32620]: audit 2023-12-07T20:00:51.990331+0000 mgr.a (mgr.24293) 24475 : audit 0 from='client.480441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:53 smithi027 bash[31536]: audit 2023-12-07T20:00:51.990331+0000 mgr.a (mgr.24293) 24475 : audit 0 from='client.480441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:54 smithi022 bash[28554]: cluster 2023-12-07T20:00:52.758610+0000 mgr.a (mgr.24293) 24476 : cluster 0 pgmap v18303: 33 pgs: 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:00:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:54 smithi044 bash[32620]: cluster 2023-12-07T20:00:52.758610+0000 mgr.a (mgr.24293) 24476 : cluster 0 pgmap v18303: 33 pgs: 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:00:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:54 smithi027 bash[31536]: cluster 2023-12-07T20:00:52.758610+0000 mgr.a (mgr.24293) 24476 : cluster 0 pgmap v18303: 33 pgs: 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:00:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:56 smithi022 bash[28554]: cluster 2023-12-07T20:00:54.759253+0000 mgr.a (mgr.24293) 24477 : cluster 0 pgmap v18304: 33 pgs: 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:00:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:56 smithi044 bash[32620]: cluster 2023-12-07T20:00:54.759253+0000 mgr.a (mgr.24293) 24477 : cluster 0 pgmap v18304: 33 pgs: 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:00:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:56 smithi027 bash[31536]: cluster 2023-12-07T20:00:54.759253+0000 mgr.a (mgr.24293) 24477 : cluster 0 pgmap v18304: 33 pgs: 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:00:57.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:00:57.528 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:57.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:58.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:58 smithi022 bash[28554]: cluster 2023-12-07T20:00:56.760126+0000 mgr.a (mgr.24293) 24478 : cluster 0 pgmap v18305: 33 pgs: 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:00:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:58 smithi022 bash[28554]: audit 2023-12-07T20:00:57.805283+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:58 smithi044 bash[32620]: cluster 2023-12-07T20:00:56.760126+0000 mgr.a (mgr.24293) 24478 : cluster 0 pgmap v18305: 33 pgs: 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:00:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:58 smithi044 bash[32620]: audit 2023-12-07T20:00:57.805283+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:58 smithi027 bash[31536]: cluster 2023-12-07T20:00:56.760126+0000 mgr.a (mgr.24293) 24478 : cluster 0 pgmap v18305: 33 pgs: 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:00:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:58 smithi027 bash[31536]: audit 2023-12-07T20:00:57.805283+0000 mon.a (mon.0) 3818 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:58.459 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:00:58.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:58.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:58.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:58.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:57.949487+0000 mgr.a (mgr.24293) 24479 : audit 0 from='client.480516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:58.334571+0000 mon.a (mon.0) 3819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:58.340795+0000 mon.a (mon.0) 3820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:58.385694+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:58.400485+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:59.095612+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:59.097693+0000 mon.a (mon.0) 3824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:00:59 smithi022 bash[28554]: audit 2023-12-07T20:00:59.107758+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:57.949487+0000 mgr.a (mgr.24293) 24479 : audit 0 from='client.480516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:58.334571+0000 mon.a (mon.0) 3819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:58.340795+0000 mon.a (mon.0) 3820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:58.385694+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:58.400485+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:59.095612+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:59.097693+0000 mon.a (mon.0) 3824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:59.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:00:59 smithi044 bash[32620]: audit 2023-12-07T20:00:59.107758+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:57.949487+0000 mgr.a (mgr.24293) 24479 : audit 0 from='client.480516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:58.334571+0000 mon.a (mon.0) 3819 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:58.340795+0000 mon.a (mon.0) 3820 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:58.385694+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:58.400485+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:59.095612+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:59.097693+0000 mon.a (mon.0) 3824 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:00:59 smithi027 bash[31536]: audit 2023-12-07T20:00:59.107758+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:01:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:00 smithi022 bash[28554]: cluster 2023-12-07T20:00:58.760837+0000 mgr.a (mgr.24293) 24480 : cluster 0 pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:00 smithi044 bash[32620]: cluster 2023-12-07T20:00:58.760837+0000 mgr.a (mgr.24293) 24480 : cluster 0 pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:00 smithi027 bash[31536]: cluster 2023-12-07T20:00:58.760837+0000 mgr.a (mgr.24293) 24480 : cluster 0 pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:02 smithi022 bash[28554]: cluster 2023-12-07T20:01:00.761656+0000 mgr.a (mgr.24293) 24481 : cluster 0 pgmap v18307: 33 pgs: 33 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:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:02 smithi044 bash[32620]: cluster 2023-12-07T20:01:00.761656+0000 mgr.a (mgr.24293) 24481 : cluster 0 pgmap v18307: 33 pgs: 33 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:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:02 smithi027 bash[31536]: cluster 2023-12-07T20:01:00.761656+0000 mgr.a (mgr.24293) 24481 : cluster 0 pgmap v18307: 33 pgs: 33 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:03.463 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:03.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:03.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:04.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:04.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:04.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:04.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:04.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:04.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:04 smithi022 bash[28554]: cluster 2023-12-07T20:01:02.762206+0000 mgr.a (mgr.24293) 24482 : cluster 0 pgmap v18308: 33 pgs: 33 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:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:04 smithi044 bash[32620]: cluster 2023-12-07T20:01:02.762206+0000 mgr.a (mgr.24293) 24482 : cluster 0 pgmap v18308: 33 pgs: 33 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:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:04 smithi027 bash[31536]: cluster 2023-12-07T20:01:02.762206+0000 mgr.a (mgr.24293) 24482 : cluster 0 pgmap v18308: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:05 smithi022 bash[28554]: audit 2023-12-07T20:01:03.880890+0000 mgr.a (mgr.24293) 24483 : audit 0 from='client.480591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:05 smithi044 bash[32620]: audit 2023-12-07T20:01:03.880890+0000 mgr.a (mgr.24293) 24483 : audit 0 from='client.480591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:05 smithi027 bash[31536]: audit 2023-12-07T20:01:03.880890+0000 mgr.a (mgr.24293) 24483 : audit 0 from='client.480591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:06 smithi022 bash[28554]: cluster 2023-12-07T20:01:04.762920+0000 mgr.a (mgr.24293) 24484 : cluster 0 pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:06 smithi044 bash[32620]: cluster 2023-12-07T20:01:04.762920+0000 mgr.a (mgr.24293) 24484 : cluster 0 pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:06 smithi027 bash[31536]: cluster 2023-12-07T20:01:04.762920+0000 mgr.a (mgr.24293) 24484 : cluster 0 pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:08 smithi022 bash[28554]: cluster 2023-12-07T20:01:06.763785+0000 mgr.a (mgr.24293) 24485 : cluster 0 pgmap v18310: 33 pgs: 33 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:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:08 smithi044 bash[32620]: cluster 2023-12-07T20:01:06.763785+0000 mgr.a (mgr.24293) 24485 : cluster 0 pgmap v18310: 33 pgs: 33 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:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:08 smithi027 bash[31536]: cluster 2023-12-07T20:01:06.763785+0000 mgr.a (mgr.24293) 24485 : cluster 0 pgmap v18310: 33 pgs: 33 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:09.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:09.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:09.401 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:10.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:10.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:10.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:10.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:10.329 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:10.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:10 smithi022 bash[28554]: cluster 2023-12-07T20:01:08.764367+0000 mgr.a (mgr.24293) 24486 : cluster 0 pgmap v18311: 33 pgs: 33 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:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:10 smithi044 bash[32620]: cluster 2023-12-07T20:01:08.764367+0000 mgr.a (mgr.24293) 24486 : cluster 0 pgmap v18311: 33 pgs: 33 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:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:10 smithi027 bash[31536]: cluster 2023-12-07T20:01:08.764367+0000 mgr.a (mgr.24293) 24486 : cluster 0 pgmap v18311: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:11 smithi027 bash[31536]: audit 2023-12-07T20:01:09.807441+0000 mgr.a (mgr.24293) 24487 : audit 0 from='client.480666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:11 smithi022 bash[28554]: audit 2023-12-07T20:01:09.807441+0000 mgr.a (mgr.24293) 24487 : audit 0 from='client.480666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:11 smithi044 bash[32620]: audit 2023-12-07T20:01:09.807441+0000 mgr.a (mgr.24293) 24487 : audit 0 from='client.480666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:12 smithi027 bash[31536]: cluster 2023-12-07T20:01:10.765297+0000 mgr.a (mgr.24293) 24488 : cluster 0 pgmap v18312: 33 pgs: 33 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:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:12 smithi022 bash[28554]: cluster 2023-12-07T20:01:10.765297+0000 mgr.a (mgr.24293) 24488 : cluster 0 pgmap v18312: 33 pgs: 33 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:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:12 smithi044 bash[32620]: cluster 2023-12-07T20:01:10.765297+0000 mgr.a (mgr.24293) 24488 : cluster 0 pgmap v18312: 33 pgs: 33 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:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:14 smithi027 bash[31536]: cluster 2023-12-07T20:01:12.765854+0000 mgr.a (mgr.24293) 24489 : cluster 0 pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:14 smithi022 bash[28554]: cluster 2023-12-07T20:01:12.765854+0000 mgr.a (mgr.24293) 24489 : cluster 0 pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:14 smithi044 bash[32620]: cluster 2023-12-07T20:01:12.765854+0000 mgr.a (mgr.24293) 24489 : cluster 0 pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:15.332 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:15.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:15.333 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:16.281 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:16.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:16.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:16.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:16.282 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:16 smithi027 bash[31536]: cluster 2023-12-07T20:01:14.766430+0000 mgr.a (mgr.24293) 24490 : cluster 0 pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:16 smithi022 bash[28554]: cluster 2023-12-07T20:01:14.766430+0000 mgr.a (mgr.24293) 24490 : cluster 0 pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:16 smithi044 bash[32620]: cluster 2023-12-07T20:01:14.766430+0000 mgr.a (mgr.24293) 24490 : cluster 0 pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:17 smithi022 bash[28554]: audit 2023-12-07T20:01:15.741684+0000 mgr.a (mgr.24293) 24491 : audit 0 from='client.480741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:17 smithi044 bash[32620]: audit 2023-12-07T20:01:15.741684+0000 mgr.a (mgr.24293) 24491 : audit 0 from='client.480741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:17 smithi027 bash[31536]: audit 2023-12-07T20:01:15.741684+0000 mgr.a (mgr.24293) 24491 : audit 0 from='client.480741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:18 smithi022 bash[28554]: cluster 2023-12-07T20:01:16.767505+0000 mgr.a (mgr.24293) 24492 : cluster 0 pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:18 smithi044 bash[32620]: cluster 2023-12-07T20:01:16.767505+0000 mgr.a (mgr.24293) 24492 : cluster 0 pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:18 smithi027 bash[31536]: cluster 2023-12-07T20:01:16.767505+0000 mgr.a (mgr.24293) 24492 : cluster 0 pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:20 smithi022 bash[28554]: cluster 2023-12-07T20:01:18.768133+0000 mgr.a (mgr.24293) 24493 : cluster 0 pgmap v18316: 33 pgs: 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:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:20 smithi044 bash[32620]: cluster 2023-12-07T20:01:18.768133+0000 mgr.a (mgr.24293) 24493 : cluster 0 pgmap v18316: 33 pgs: 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:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:20 smithi027 bash[31536]: cluster 2023-12-07T20:01:18.768133+0000 mgr.a (mgr.24293) 24493 : cluster 0 pgmap v18316: 33 pgs: 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:21.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:21.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:21.286 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:22.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:22.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:22.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:22.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:22.230 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:22 smithi022 bash[28554]: cluster 2023-12-07T20:01:20.768887+0000 mgr.a (mgr.24293) 24494 : cluster 0 pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:22 smithi044 bash[32620]: cluster 2023-12-07T20:01:20.768887+0000 mgr.a (mgr.24293) 24494 : cluster 0 pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:22 smithi027 bash[31536]: cluster 2023-12-07T20:01:20.768887+0000 mgr.a (mgr.24293) 24494 : cluster 0 pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:23 smithi022 bash[28554]: audit 2023-12-07T20:01:21.697709+0000 mgr.a (mgr.24293) 24495 : audit 0 from='client.480819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:23 smithi044 bash[32620]: audit 2023-12-07T20:01:21.697709+0000 mgr.a (mgr.24293) 24495 : audit 0 from='client.480819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:23 smithi027 bash[31536]: audit 2023-12-07T20:01:21.697709+0000 mgr.a (mgr.24293) 24495 : audit 0 from='client.480819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:24 smithi022 bash[28554]: cluster 2023-12-07T20:01:22.769603+0000 mgr.a (mgr.24293) 24496 : cluster 0 pgmap v18318: 33 pgs: 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:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:24 smithi044 bash[32620]: cluster 2023-12-07T20:01:22.769603+0000 mgr.a (mgr.24293) 24496 : cluster 0 pgmap v18318: 33 pgs: 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:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:24 smithi027 bash[31536]: cluster 2023-12-07T20:01:22.769603+0000 mgr.a (mgr.24293) 24496 : cluster 0 pgmap v18318: 33 pgs: 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:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:26 smithi022 bash[28554]: cluster 2023-12-07T20:01:24.770195+0000 mgr.a (mgr.24293) 24497 : cluster 0 pgmap v18319: 33 pgs: 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:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:26 smithi044 bash[32620]: cluster 2023-12-07T20:01:24.770195+0000 mgr.a (mgr.24293) 24497 : cluster 0 pgmap v18319: 33 pgs: 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:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:26 smithi027 bash[31536]: cluster 2023-12-07T20:01:24.770195+0000 mgr.a (mgr.24293) 24497 : cluster 0 pgmap v18319: 33 pgs: 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:27.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:27.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:27.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:28.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:28.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:28.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:28.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:28.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:28 smithi022 bash[28554]: cluster 2023-12-07T20:01:26.771044+0000 mgr.a (mgr.24293) 24498 : cluster 0 pgmap v18320: 33 pgs: 33 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.714 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:28 smithi027 bash[31536]: cluster 2023-12-07T20:01:26.771044+0000 mgr.a (mgr.24293) 24498 : cluster 0 pgmap v18320: 33 pgs: 33 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.714 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:28 smithi044 bash[32620]: cluster 2023-12-07T20:01:26.771044+0000 mgr.a (mgr.24293) 24498 : cluster 0 pgmap v18320: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:29 smithi022 bash[28554]: audit 2023-12-07T20:01:27.660658+0000 mgr.a (mgr.24293) 24499 : audit 0 from='client.480894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:29 smithi044 bash[32620]: audit 2023-12-07T20:01:27.660658+0000 mgr.a (mgr.24293) 24499 : audit 0 from='client.480894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:29 smithi027 bash[31536]: audit 2023-12-07T20:01:27.660658+0000 mgr.a (mgr.24293) 24499 : audit 0 from='client.480894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:30 smithi022 bash[28554]: cluster 2023-12-07T20:01:28.771824+0000 mgr.a (mgr.24293) 24500 : cluster 0 pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:30 smithi044 bash[32620]: cluster 2023-12-07T20:01:28.771824+0000 mgr.a (mgr.24293) 24500 : cluster 0 pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:30 smithi027 bash[31536]: cluster 2023-12-07T20:01:28.771824+0000 mgr.a (mgr.24293) 24500 : cluster 0 pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:32 smithi022 bash[28554]: cluster 2023-12-07T20:01:30.772673+0000 mgr.a (mgr.24293) 24501 : cluster 0 pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:32 smithi044 bash[32620]: cluster 2023-12-07T20:01:30.772673+0000 mgr.a (mgr.24293) 24501 : cluster 0 pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:32 smithi027 bash[31536]: cluster 2023-12-07T20:01:30.772673+0000 mgr.a (mgr.24293) 24501 : cluster 0 pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:33.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:33.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:33.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:34.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:34.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:34.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:34.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:34.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:34 smithi022 bash[28554]: cluster 2023-12-07T20:01:32.773226+0000 mgr.a (mgr.24293) 24502 : cluster 0 pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:34 smithi044 bash[32620]: cluster 2023-12-07T20:01:32.773226+0000 mgr.a (mgr.24293) 24502 : cluster 0 pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:34 smithi027 bash[31536]: cluster 2023-12-07T20:01:32.773226+0000 mgr.a (mgr.24293) 24502 : cluster 0 pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:35 smithi022 bash[28554]: audit 2023-12-07T20:01:33.634967+0000 mgr.a (mgr.24293) 24503 : audit 0 from='client.480972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:35 smithi044 bash[32620]: audit 2023-12-07T20:01:33.634967+0000 mgr.a (mgr.24293) 24503 : audit 0 from='client.480972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:35 smithi027 bash[31536]: audit 2023-12-07T20:01:33.634967+0000 mgr.a (mgr.24293) 24503 : audit 0 from='client.480972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:36 smithi022 bash[28554]: cluster 2023-12-07T20:01:34.773956+0000 mgr.a (mgr.24293) 24504 : cluster 0 pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:36 smithi044 bash[32620]: cluster 2023-12-07T20:01:34.773956+0000 mgr.a (mgr.24293) 24504 : cluster 0 pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:36 smithi027 bash[31536]: cluster 2023-12-07T20:01:34.773956+0000 mgr.a (mgr.24293) 24504 : cluster 0 pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:38 smithi022 bash[28554]: cluster 2023-12-07T20:01:36.774821+0000 mgr.a (mgr.24293) 24505 : cluster 0 pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:38 smithi044 bash[32620]: cluster 2023-12-07T20:01:36.774821+0000 mgr.a (mgr.24293) 24505 : cluster 0 pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:38 smithi027 bash[31536]: cluster 2023-12-07T20:01:36.774821+0000 mgr.a (mgr.24293) 24505 : cluster 0 pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:39.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:39.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:39.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:40.090 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:40.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:40.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:40.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:40.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:40 smithi022 bash[28554]: cluster 2023-12-07T20:01:38.775403+0000 mgr.a (mgr.24293) 24506 : cluster 0 pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:40 smithi044 bash[32620]: cluster 2023-12-07T20:01:38.775403+0000 mgr.a (mgr.24293) 24506 : cluster 0 pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:40 smithi027 bash[31536]: cluster 2023-12-07T20:01:38.775403+0000 mgr.a (mgr.24293) 24506 : cluster 0 pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:41 smithi022 bash[28554]: audit 2023-12-07T20:01:39.567244+0000 mgr.a (mgr.24293) 24507 : audit 0 from='client.481050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:41 smithi044 bash[32620]: audit 2023-12-07T20:01:39.567244+0000 mgr.a (mgr.24293) 24507 : audit 0 from='client.481050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:41 smithi027 bash[31536]: audit 2023-12-07T20:01:39.567244+0000 mgr.a (mgr.24293) 24507 : audit 0 from='client.481050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:42 smithi022 bash[28554]: cluster 2023-12-07T20:01:40.776518+0000 mgr.a (mgr.24293) 24508 : cluster 0 pgmap v18327: 33 pgs: 33 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:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:42 smithi044 bash[32620]: cluster 2023-12-07T20:01:40.776518+0000 mgr.a (mgr.24293) 24508 : cluster 0 pgmap v18327: 33 pgs: 33 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:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:42 smithi027 bash[31536]: cluster 2023-12-07T20:01:40.776518+0000 mgr.a (mgr.24293) 24508 : cluster 0 pgmap v18327: 33 pgs: 33 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:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:44 smithi022 bash[28554]: cluster 2023-12-07T20:01:42.777257+0000 mgr.a (mgr.24293) 24509 : cluster 0 pgmap v18328: 33 pgs: 33 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:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:44 smithi044 bash[32620]: cluster 2023-12-07T20:01:42.777257+0000 mgr.a (mgr.24293) 24509 : cluster 0 pgmap v18328: 33 pgs: 33 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:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:44 smithi027 bash[31536]: cluster 2023-12-07T20:01:42.777257+0000 mgr.a (mgr.24293) 24509 : cluster 0 pgmap v18328: 33 pgs: 33 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:45.092 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:45.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:45.093 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:46.021 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:46.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:46.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:46.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:46.022 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:46 smithi022 bash[28554]: cluster 2023-12-07T20:01:44.778038+0000 mgr.a (mgr.24293) 24510 : cluster 0 pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:46 smithi044 bash[32620]: cluster 2023-12-07T20:01:44.778038+0000 mgr.a (mgr.24293) 24510 : cluster 0 pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:46 smithi027 bash[31536]: cluster 2023-12-07T20:01:44.778038+0000 mgr.a (mgr.24293) 24510 : cluster 0 pgmap v18329: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:47 smithi022 bash[28554]: audit 2023-12-07T20:01:45.513066+0000 mgr.a (mgr.24293) 24511 : audit 0 from='client.481128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:47 smithi044 bash[32620]: audit 2023-12-07T20:01:45.513066+0000 mgr.a (mgr.24293) 24511 : audit 0 from='client.481128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:47 smithi027 bash[31536]: audit 2023-12-07T20:01:45.513066+0000 mgr.a (mgr.24293) 24511 : audit 0 from='client.481128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:48 smithi022 bash[28554]: cluster 2023-12-07T20:01:46.779099+0000 mgr.a (mgr.24293) 24512 : cluster 0 pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:48 smithi044 bash[32620]: cluster 2023-12-07T20:01:46.779099+0000 mgr.a (mgr.24293) 24512 : cluster 0 pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:48 smithi027 bash[31536]: cluster 2023-12-07T20:01:46.779099+0000 mgr.a (mgr.24293) 24512 : cluster 0 pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:50 smithi022 bash[28554]: cluster 2023-12-07T20:01:48.779879+0000 mgr.a (mgr.24293) 24513 : cluster 0 pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:50 smithi044 bash[32620]: cluster 2023-12-07T20:01:48.779879+0000 mgr.a (mgr.24293) 24513 : cluster 0 pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:50 smithi027 bash[31536]: cluster 2023-12-07T20:01:48.779879+0000 mgr.a (mgr.24293) 24513 : cluster 0 pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:51.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:51.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:51.025 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:51.968 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:52 smithi022 bash[28554]: cluster 2023-12-07T20:01:50.780659+0000 mgr.a (mgr.24293) 24514 : cluster 0 pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:52 smithi044 bash[32620]: cluster 2023-12-07T20:01:50.780659+0000 mgr.a (mgr.24293) 24514 : cluster 0 pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:52 smithi027 bash[31536]: cluster 2023-12-07T20:01:50.780659+0000 mgr.a (mgr.24293) 24514 : cluster 0 pgmap v18332: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:53 smithi022 bash[28554]: audit 2023-12-07T20:01:51.442313+0000 mgr.a (mgr.24293) 24515 : audit 0 from='client.481203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:53 smithi044 bash[32620]: audit 2023-12-07T20:01:51.442313+0000 mgr.a (mgr.24293) 24515 : audit 0 from='client.481203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:53 smithi027 bash[31536]: audit 2023-12-07T20:01:51.442313+0000 mgr.a (mgr.24293) 24515 : audit 0 from='client.481203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:54 smithi022 bash[28554]: cluster 2023-12-07T20:01:52.781381+0000 mgr.a (mgr.24293) 24516 : cluster 0 pgmap v18333: 33 pgs: 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:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:54 smithi044 bash[32620]: cluster 2023-12-07T20:01:52.781381+0000 mgr.a (mgr.24293) 24516 : cluster 0 pgmap v18333: 33 pgs: 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:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:54 smithi027 bash[31536]: cluster 2023-12-07T20:01:52.781381+0000 mgr.a (mgr.24293) 24516 : cluster 0 pgmap v18333: 33 pgs: 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:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:56 smithi022 bash[28554]: cluster 2023-12-07T20:01:54.781960+0000 mgr.a (mgr.24293) 24517 : cluster 0 pgmap v18334: 33 pgs: 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:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:56 smithi044 bash[32620]: cluster 2023-12-07T20:01:54.781960+0000 mgr.a (mgr.24293) 24517 : cluster 0 pgmap v18334: 33 pgs: 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:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:56 smithi027 bash[31536]: cluster 2023-12-07T20:01:54.781960+0000 mgr.a (mgr.24293) 24517 : cluster 0 pgmap v18334: 33 pgs: 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:56.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:01:56.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:56.972 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:57.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:01:57.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:57.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:57.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:57.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:01:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:58 smithi022 bash[28554]: cluster 2023-12-07T20:01:56.782735+0000 mgr.a (mgr.24293) 24518 : cluster 0 pgmap v18335: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:58 smithi044 bash[32620]: cluster 2023-12-07T20:01:56.782735+0000 mgr.a (mgr.24293) 24518 : cluster 0 pgmap v18335: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:58 smithi027 bash[31536]: cluster 2023-12-07T20:01:56.782735+0000 mgr.a (mgr.24293) 24518 : cluster 0 pgmap v18335: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:59 smithi022 bash[28554]: audit 2023-12-07T20:01:57.378049+0000 mgr.a (mgr.24293) 24519 : audit 0 from='client.481281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:01:59 smithi022 bash[28554]: audit 2023-12-07T20:01:59.212338+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:59 smithi044 bash[32620]: audit 2023-12-07T20:01:57.378049+0000 mgr.a (mgr.24293) 24519 : audit 0 from='client.481281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:01:59 smithi044 bash[32620]: audit 2023-12-07T20:01:59.212338+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:59 smithi027 bash[31536]: audit 2023-12-07T20:01:57.378049+0000 mgr.a (mgr.24293) 24519 : audit 0 from='client.481281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:01:59 smithi027 bash[31536]: audit 2023-12-07T20:01:59.212338+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:00 smithi022 bash[28554]: cluster 2023-12-07T20:01:58.783405+0000 mgr.a (mgr.24293) 24520 : cluster 0 pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:00 smithi022 bash[28554]: audit 2023-12-07T20:02:00.000912+0000 mon.a (mon.0) 3827 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:00 smithi022 bash[28554]: audit 2023-12-07T20:02:00.002771+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:00 smithi022 bash[28554]: audit 2023-12-07T20:02:00.013336+0000 mon.a (mon.0) 3829 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:02:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:00 smithi044 bash[32620]: cluster 2023-12-07T20:01:58.783405+0000 mgr.a (mgr.24293) 24520 : cluster 0 pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:00 smithi044 bash[32620]: audit 2023-12-07T20:02:00.000912+0000 mon.a (mon.0) 3827 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:00 smithi044 bash[32620]: audit 2023-12-07T20:02:00.002771+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:00 smithi044 bash[32620]: audit 2023-12-07T20:02:00.013336+0000 mon.a (mon.0) 3829 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:02:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:00 smithi027 bash[31536]: cluster 2023-12-07T20:01:58.783405+0000 mgr.a (mgr.24293) 24520 : cluster 0 pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:00 smithi027 bash[31536]: audit 2023-12-07T20:02:00.000912+0000 mon.a (mon.0) 3827 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:00 smithi027 bash[31536]: audit 2023-12-07T20:02:00.002771+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:00 smithi027 bash[31536]: audit 2023-12-07T20:02:00.013336+0000 mon.a (mon.0) 3829 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:02:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:02 smithi022 bash[28554]: cluster 2023-12-07T20:02:00.784223+0000 mgr.a (mgr.24293) 24521 : cluster 0 pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:02 smithi044 bash[32620]: cluster 2023-12-07T20:02:00.784223+0000 mgr.a (mgr.24293) 24521 : cluster 0 pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:02 smithi027 bash[31536]: cluster 2023-12-07T20:02:00.784223+0000 mgr.a (mgr.24293) 24521 : cluster 0 pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:02.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:02.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:02.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:03.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:03.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:03.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:03.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:03.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:04 smithi022 bash[28554]: cluster 2023-12-07T20:02:02.784800+0000 mgr.a (mgr.24293) 24522 : cluster 0 pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:04 smithi022 bash[28554]: audit 2023-12-07T20:02:03.295155+0000 mgr.a (mgr.24293) 24523 : audit 0 from='client.481356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:04 smithi044 bash[32620]: cluster 2023-12-07T20:02:02.784800+0000 mgr.a (mgr.24293) 24522 : cluster 0 pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:04 smithi044 bash[32620]: audit 2023-12-07T20:02:03.295155+0000 mgr.a (mgr.24293) 24523 : audit 0 from='client.481356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:04 smithi027 bash[31536]: cluster 2023-12-07T20:02:02.784800+0000 mgr.a (mgr.24293) 24522 : cluster 0 pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:04 smithi027 bash[31536]: audit 2023-12-07T20:02:03.295155+0000 mgr.a (mgr.24293) 24523 : audit 0 from='client.481356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:05 smithi022 bash[28554]: cluster 2023-12-07T20:02:04.785443+0000 mgr.a (mgr.24293) 24524 : cluster 0 pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:05 smithi044 bash[32620]: cluster 2023-12-07T20:02:04.785443+0000 mgr.a (mgr.24293) 24524 : cluster 0 pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:05 smithi027 bash[31536]: cluster 2023-12-07T20:02:04.785443+0000 mgr.a (mgr.24293) 24524 : cluster 0 pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:07 smithi022 bash[28554]: cluster 2023-12-07T20:02:06.786306+0000 mgr.a (mgr.24293) 24525 : cluster 0 pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:07 smithi044 bash[32620]: cluster 2023-12-07T20:02:06.786306+0000 mgr.a (mgr.24293) 24525 : cluster 0 pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:07 smithi027 bash[31536]: cluster 2023-12-07T20:02:06.786306+0000 mgr.a (mgr.24293) 24525 : cluster 0 pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:08.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:08.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:08.829 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:09.777 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:09.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:09.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:09.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:09.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:09 smithi022 bash[28554]: cluster 2023-12-07T20:02:08.786868+0000 mgr.a (mgr.24293) 24526 : cluster 0 pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:09 smithi022 bash[28554]: audit 2023-12-07T20:02:09.236113+0000 mgr.a (mgr.24293) 24527 : audit 0 from='client.481428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:09 smithi044 bash[32620]: cluster 2023-12-07T20:02:08.786868+0000 mgr.a (mgr.24293) 24526 : cluster 0 pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:09 smithi044 bash[32620]: audit 2023-12-07T20:02:09.236113+0000 mgr.a (mgr.24293) 24527 : audit 0 from='client.481428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:09 smithi027 bash[31536]: cluster 2023-12-07T20:02:08.786868+0000 mgr.a (mgr.24293) 24526 : cluster 0 pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:09 smithi027 bash[31536]: audit 2023-12-07T20:02:09.236113+0000 mgr.a (mgr.24293) 24527 : audit 0 from='client.481428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:11 smithi022 bash[28554]: cluster 2023-12-07T20:02:10.787890+0000 mgr.a (mgr.24293) 24528 : cluster 0 pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:11 smithi044 bash[32620]: cluster 2023-12-07T20:02:10.787890+0000 mgr.a (mgr.24293) 24528 : cluster 0 pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:11 smithi027 bash[31536]: cluster 2023-12-07T20:02:10.787890+0000 mgr.a (mgr.24293) 24528 : cluster 0 pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:14.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:13 smithi022 bash[28554]: cluster 2023-12-07T20:02:12.788627+0000 mgr.a (mgr.24293) 24529 : cluster 0 pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:13 smithi044 bash[32620]: cluster 2023-12-07T20:02:12.788627+0000 mgr.a (mgr.24293) 24529 : cluster 0 pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:13 smithi027 bash[31536]: cluster 2023-12-07T20:02:12.788627+0000 mgr.a (mgr.24293) 24529 : cluster 0 pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:14.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:14.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:14.782 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:15.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:15.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:15.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:15.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:15.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:15 smithi022 bash[28554]: cluster 2023-12-07T20:02:14.789345+0000 mgr.a (mgr.24293) 24530 : cluster 0 pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:15 smithi022 bash[28554]: audit 2023-12-07T20:02:15.189234+0000 mgr.a (mgr.24293) 24531 : audit 0 from='client.481506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:15 smithi044 bash[32620]: cluster 2023-12-07T20:02:14.789345+0000 mgr.a (mgr.24293) 24530 : cluster 0 pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:15 smithi044 bash[32620]: audit 2023-12-07T20:02:15.189234+0000 mgr.a (mgr.24293) 24531 : audit 0 from='client.481506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:15 smithi027 bash[31536]: cluster 2023-12-07T20:02:14.789345+0000 mgr.a (mgr.24293) 24530 : cluster 0 pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:15 smithi027 bash[31536]: audit 2023-12-07T20:02:15.189234+0000 mgr.a (mgr.24293) 24531 : audit 0 from='client.481506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:17 smithi022 bash[28554]: cluster 2023-12-07T20:02:16.790383+0000 mgr.a (mgr.24293) 24532 : cluster 0 pgmap v18345: 33 pgs: 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:02:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:17 smithi044 bash[32620]: cluster 2023-12-07T20:02:16.790383+0000 mgr.a (mgr.24293) 24532 : cluster 0 pgmap v18345: 33 pgs: 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:02:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:17 smithi027 bash[31536]: cluster 2023-12-07T20:02:16.790383+0000 mgr.a (mgr.24293) 24532 : cluster 0 pgmap v18345: 33 pgs: 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:02:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:19 smithi022 bash[28554]: cluster 2023-12-07T20:02:18.790997+0000 mgr.a (mgr.24293) 24533 : cluster 0 pgmap v18346: 33 pgs: 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:02:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:19 smithi044 bash[32620]: cluster 2023-12-07T20:02:18.790997+0000 mgr.a (mgr.24293) 24533 : cluster 0 pgmap v18346: 33 pgs: 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:02:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:19 smithi027 bash[31536]: cluster 2023-12-07T20:02:18.790997+0000 mgr.a (mgr.24293) 24533 : cluster 0 pgmap v18346: 33 pgs: 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:02:20.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:20.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:20.715 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:21.642 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:21.642 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:21.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:21 smithi022 bash[28554]: cluster 2023-12-07T20:02:20.791796+0000 mgr.a (mgr.24293) 24534 : cluster 0 pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:22.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:21 smithi022 bash[28554]: audit 2023-12-07T20:02:21.122751+0000 mgr.a (mgr.24293) 24535 : audit 0 from='client.481578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:21 smithi044 bash[32620]: cluster 2023-12-07T20:02:20.791796+0000 mgr.a (mgr.24293) 24534 : cluster 0 pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:21 smithi044 bash[32620]: audit 2023-12-07T20:02:21.122751+0000 mgr.a (mgr.24293) 24535 : audit 0 from='client.481578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:21 smithi027 bash[31536]: cluster 2023-12-07T20:02:20.791796+0000 mgr.a (mgr.24293) 24534 : cluster 0 pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:21 smithi027 bash[31536]: audit 2023-12-07T20:02:21.122751+0000 mgr.a (mgr.24293) 24535 : audit 0 from='client.481578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:23 smithi022 bash[28554]: cluster 2023-12-07T20:02:22.792328+0000 mgr.a (mgr.24293) 24536 : cluster 0 pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:23 smithi044 bash[32620]: cluster 2023-12-07T20:02:22.792328+0000 mgr.a (mgr.24293) 24536 : cluster 0 pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:23 smithi027 bash[31536]: cluster 2023-12-07T20:02:22.792328+0000 mgr.a (mgr.24293) 24536 : cluster 0 pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:25 smithi022 bash[28554]: cluster 2023-12-07T20:02:24.792807+0000 mgr.a (mgr.24293) 24537 : cluster 0 pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:25 smithi044 bash[32620]: cluster 2023-12-07T20:02:24.792807+0000 mgr.a (mgr.24293) 24537 : cluster 0 pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:25 smithi027 bash[31536]: cluster 2023-12-07T20:02:24.792807+0000 mgr.a (mgr.24293) 24537 : cluster 0 pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:26.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:26.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:27.595 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:27.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:27.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:27.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:27.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:27 smithi022 bash[28554]: cluster 2023-12-07T20:02:26.793454+0000 mgr.a (mgr.24293) 24538 : cluster 0 pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:27 smithi022 bash[28554]: audit 2023-12-07T20:02:27.067899+0000 mgr.a (mgr.24293) 24539 : audit 0 from='client.481656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:27 smithi044 bash[32620]: cluster 2023-12-07T20:02:26.793454+0000 mgr.a (mgr.24293) 24538 : cluster 0 pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:28.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:27 smithi044 bash[32620]: audit 2023-12-07T20:02:27.067899+0000 mgr.a (mgr.24293) 24539 : audit 0 from='client.481656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:27 smithi027 bash[31536]: cluster 2023-12-07T20:02:26.793454+0000 mgr.a (mgr.24293) 24538 : cluster 0 pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:28.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:27 smithi027 bash[31536]: audit 2023-12-07T20:02:27.067899+0000 mgr.a (mgr.24293) 24539 : audit 0 from='client.481656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:29 smithi022 bash[28554]: cluster 2023-12-07T20:02:28.794121+0000 mgr.a (mgr.24293) 24540 : cluster 0 pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:02:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:29 smithi044 bash[32620]: cluster 2023-12-07T20:02:28.794121+0000 mgr.a (mgr.24293) 24540 : cluster 0 pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:02:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:29 smithi027 bash[31536]: cluster 2023-12-07T20:02:28.794121+0000 mgr.a (mgr.24293) 24540 : cluster 0 pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:02:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:31 smithi022 bash[28554]: cluster 2023-12-07T20:02:30.794919+0000 mgr.a (mgr.24293) 24541 : cluster 0 pgmap v18352: 33 pgs: 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:02:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:31 smithi044 bash[32620]: cluster 2023-12-07T20:02:30.794919+0000 mgr.a (mgr.24293) 24541 : cluster 0 pgmap v18352: 33 pgs: 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:02:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:31 smithi027 bash[31536]: cluster 2023-12-07T20:02:30.794919+0000 mgr.a (mgr.24293) 24541 : cluster 0 pgmap v18352: 33 pgs: 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:02:32.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:32.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:32.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:33.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:33.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:33.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:33 smithi022 bash[28554]: cluster 2023-12-07T20:02:32.795464+0000 mgr.a (mgr.24293) 24542 : cluster 0 pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:33 smithi022 bash[28554]: audit 2023-12-07T20:02:33.009156+0000 mgr.a (mgr.24293) 24543 : audit 0 from='client.481731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:33 smithi044 bash[32620]: cluster 2023-12-07T20:02:32.795464+0000 mgr.a (mgr.24293) 24542 : cluster 0 pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:33 smithi044 bash[32620]: audit 2023-12-07T20:02:33.009156+0000 mgr.a (mgr.24293) 24543 : audit 0 from='client.481731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:33 smithi027 bash[31536]: cluster 2023-12-07T20:02:32.795464+0000 mgr.a (mgr.24293) 24542 : cluster 0 pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:34.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:33 smithi027 bash[31536]: audit 2023-12-07T20:02:33.009156+0000 mgr.a (mgr.24293) 24543 : audit 0 from='client.481731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:36.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:35 smithi022 bash[28554]: cluster 2023-12-07T20:02:34.796078+0000 mgr.a (mgr.24293) 24544 : cluster 0 pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:35 smithi044 bash[32620]: cluster 2023-12-07T20:02:34.796078+0000 mgr.a (mgr.24293) 24544 : cluster 0 pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:35 smithi027 bash[31536]: cluster 2023-12-07T20:02:34.796078+0000 mgr.a (mgr.24293) 24544 : cluster 0 pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:37 smithi022 bash[28554]: cluster 2023-12-07T20:02:36.797058+0000 mgr.a (mgr.24293) 24545 : cluster 0 pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:37 smithi044 bash[32620]: cluster 2023-12-07T20:02:36.797058+0000 mgr.a (mgr.24293) 24545 : cluster 0 pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:37 smithi027 bash[31536]: cluster 2023-12-07T20:02:36.797058+0000 mgr.a (mgr.24293) 24545 : cluster 0 pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:38.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:38.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:38.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:39.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:39.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:39.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:39.483 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:39.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:39 smithi022 bash[28554]: cluster 2023-12-07T20:02:38.797674+0000 mgr.a (mgr.24293) 24546 : cluster 0 pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:39 smithi022 bash[28554]: audit 2023-12-07T20:02:38.962172+0000 mgr.a (mgr.24293) 24547 : audit 0 from='client.481806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:39 smithi044 bash[32620]: cluster 2023-12-07T20:02:38.797674+0000 mgr.a (mgr.24293) 24546 : cluster 0 pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:40.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:39 smithi044 bash[32620]: audit 2023-12-07T20:02:38.962172+0000 mgr.a (mgr.24293) 24547 : audit 0 from='client.481806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:39 smithi027 bash[31536]: cluster 2023-12-07T20:02:38.797674+0000 mgr.a (mgr.24293) 24546 : cluster 0 pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:39 smithi027 bash[31536]: audit 2023-12-07T20:02:38.962172+0000 mgr.a (mgr.24293) 24547 : audit 0 from='client.481806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:41 smithi022 bash[28554]: cluster 2023-12-07T20:02:40.798536+0000 mgr.a (mgr.24293) 24548 : cluster 0 pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:41 smithi044 bash[32620]: cluster 2023-12-07T20:02:40.798536+0000 mgr.a (mgr.24293) 24548 : cluster 0 pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:41 smithi027 bash[31536]: cluster 2023-12-07T20:02:40.798536+0000 mgr.a (mgr.24293) 24548 : cluster 0 pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:43 smithi022 bash[28554]: cluster 2023-12-07T20:02:42.799116+0000 mgr.a (mgr.24293) 24549 : cluster 0 pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:43 smithi044 bash[32620]: cluster 2023-12-07T20:02:42.799116+0000 mgr.a (mgr.24293) 24549 : cluster 0 pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:44.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:43 smithi027 bash[31536]: cluster 2023-12-07T20:02:42.799116+0000 mgr.a (mgr.24293) 24549 : cluster 0 pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:44.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:44.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:44.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:45.431 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:45.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:45.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:45.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:45.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:45 smithi027 bash[31536]: cluster 2023-12-07T20:02:44.799681+0000 mgr.a (mgr.24293) 24550 : cluster 0 pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:46.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:45 smithi027 bash[31536]: audit 2023-12-07T20:02:44.900825+0000 mgr.a (mgr.24293) 24551 : audit 0 from='client.481881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:45 smithi022 bash[28554]: cluster 2023-12-07T20:02:44.799681+0000 mgr.a (mgr.24293) 24550 : cluster 0 pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:45 smithi022 bash[28554]: audit 2023-12-07T20:02:44.900825+0000 mgr.a (mgr.24293) 24551 : audit 0 from='client.481881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:45 smithi044 bash[32620]: cluster 2023-12-07T20:02:44.799681+0000 mgr.a (mgr.24293) 24550 : cluster 0 pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:45 smithi044 bash[32620]: audit 2023-12-07T20:02:44.900825+0000 mgr.a (mgr.24293) 24551 : audit 0 from='client.481881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:48.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:47 smithi027 bash[31536]: cluster 2023-12-07T20:02:46.800573+0000 mgr.a (mgr.24293) 24552 : cluster 0 pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:47 smithi022 bash[28554]: cluster 2023-12-07T20:02:46.800573+0000 mgr.a (mgr.24293) 24552 : cluster 0 pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:47 smithi044 bash[32620]: cluster 2023-12-07T20:02:46.800573+0000 mgr.a (mgr.24293) 24552 : cluster 0 pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:50.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:49 smithi027 bash[31536]: cluster 2023-12-07T20:02:48.801150+0000 mgr.a (mgr.24293) 24553 : cluster 0 pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:49 smithi022 bash[28554]: cluster 2023-12-07T20:02:48.801150+0000 mgr.a (mgr.24293) 24553 : cluster 0 pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:49 smithi044 bash[32620]: cluster 2023-12-07T20:02:48.801150+0000 mgr.a (mgr.24293) 24553 : cluster 0 pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:50.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:50.435 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:50.435 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:51.380 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:51.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:51.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:51.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:51.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:51 smithi027 bash[31536]: cluster 2023-12-07T20:02:50.801878+0000 mgr.a (mgr.24293) 24554 : cluster 0 pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:52.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:51 smithi027 bash[31536]: audit 2023-12-07T20:02:50.850462+0000 mgr.a (mgr.24293) 24555 : audit 0 from='client.481956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:51 smithi022 bash[28554]: cluster 2023-12-07T20:02:50.801878+0000 mgr.a (mgr.24293) 24554 : cluster 0 pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:51 smithi022 bash[28554]: audit 2023-12-07T20:02:50.850462+0000 mgr.a (mgr.24293) 24555 : audit 0 from='client.481956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:51 smithi044 bash[32620]: cluster 2023-12-07T20:02:50.801878+0000 mgr.a (mgr.24293) 24554 : cluster 0 pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:51 smithi044 bash[32620]: audit 2023-12-07T20:02:50.850462+0000 mgr.a (mgr.24293) 24555 : audit 0 from='client.481956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:53 smithi022 bash[28554]: cluster 2023-12-07T20:02:52.802560+0000 mgr.a (mgr.24293) 24556 : cluster 0 pgmap v18363: 33 pgs: 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:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:53 smithi044 bash[32620]: cluster 2023-12-07T20:02:52.802560+0000 mgr.a (mgr.24293) 24556 : cluster 0 pgmap v18363: 33 pgs: 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:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:53 smithi027 bash[31536]: cluster 2023-12-07T20:02:52.802560+0000 mgr.a (mgr.24293) 24556 : cluster 0 pgmap v18363: 33 pgs: 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:56.383 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:02:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:56.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:55 smithi022 bash[28554]: cluster 2023-12-07T20:02:54.803134+0000 mgr.a (mgr.24293) 24557 : cluster 0 pgmap v18364: 33 pgs: 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:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:55 smithi044 bash[32620]: cluster 2023-12-07T20:02:54.803134+0000 mgr.a (mgr.24293) 24557 : cluster 0 pgmap v18364: 33 pgs: 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:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:55 smithi027 bash[31536]: cluster 2023-12-07T20:02:54.803134+0000 mgr.a (mgr.24293) 24557 : cluster 0 pgmap v18364: 33 pgs: 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:57.362 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:02:57.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:57.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:57.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:57.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:02:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:57 smithi022 bash[28554]: cluster 2023-12-07T20:02:56.803695+0000 mgr.a (mgr.24293) 24558 : cluster 0 pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:57 smithi022 bash[28554]: audit 2023-12-07T20:02:56.811659+0000 mgr.a (mgr.24293) 24559 : audit 0 from='client.482034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:57 smithi044 bash[32620]: cluster 2023-12-07T20:02:56.803695+0000 mgr.a (mgr.24293) 24558 : cluster 0 pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:58.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:57 smithi044 bash[32620]: audit 2023-12-07T20:02:56.811659+0000 mgr.a (mgr.24293) 24559 : audit 0 from='client.482034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:57 smithi027 bash[31536]: cluster 2023-12-07T20:02:56.803695+0000 mgr.a (mgr.24293) 24558 : cluster 0 pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:57 smithi027 bash[31536]: audit 2023-12-07T20:02:56.811659+0000 mgr.a (mgr.24293) 24559 : audit 0 from='client.482034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:00.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:02:59 smithi022 bash[28554]: cluster 2023-12-07T20:02:58.804308+0000 mgr.a (mgr.24293) 24560 : cluster 0 pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:02:59 smithi044 bash[32620]: cluster 2023-12-07T20:02:58.804308+0000 mgr.a (mgr.24293) 24560 : cluster 0 pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:02:59 smithi027 bash[31536]: cluster 2023-12-07T20:02:58.804308+0000 mgr.a (mgr.24293) 24560 : cluster 0 pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:00 smithi022 bash[28554]: audit 2023-12-07T20:03:00.116778+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:00 smithi022 bash[28554]: audit 2023-12-07T20:03:00.858597+0000 mon.a (mon.0) 3831 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:00 smithi022 bash[28554]: audit 2023-12-07T20:03:00.860298+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:00 smithi022 bash[28554]: audit 2023-12-07T20:03:00.870286+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:03:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:00 smithi044 bash[32620]: audit 2023-12-07T20:03:00.116778+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:00 smithi044 bash[32620]: audit 2023-12-07T20:03:00.858597+0000 mon.a (mon.0) 3831 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:00 smithi044 bash[32620]: audit 2023-12-07T20:03:00.860298+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:00 smithi044 bash[32620]: audit 2023-12-07T20:03:00.870286+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:03:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:00 smithi027 bash[31536]: audit 2023-12-07T20:03:00.116778+0000 mon.a (mon.0) 3830 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:00 smithi027 bash[31536]: audit 2023-12-07T20:03:00.858597+0000 mon.a (mon.0) 3831 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:00 smithi027 bash[31536]: audit 2023-12-07T20:03:00.860298+0000 mon.a (mon.0) 3832 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:00 smithi027 bash[31536]: audit 2023-12-07T20:03:00.870286+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:03:02.365 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:02.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:02.366 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:01 smithi022 bash[28554]: cluster 2023-12-07T20:03:00.805095+0000 mgr.a (mgr.24293) 24561 : cluster 0 pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:01 smithi044 bash[32620]: cluster 2023-12-07T20:03:00.805095+0000 mgr.a (mgr.24293) 24561 : cluster 0 pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:01 smithi027 bash[31536]: cluster 2023-12-07T20:03:00.805095+0000 mgr.a (mgr.24293) 24561 : cluster 0 pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:03.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:03.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:03.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:03.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:03.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:03 smithi022 bash[28554]: audit 2023-12-07T20:03:02.783999+0000 mgr.a (mgr.24293) 24562 : audit 0 from='client.482112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:03 smithi022 bash[28554]: cluster 2023-12-07T20:03:02.805916+0000 mgr.a (mgr.24293) 24563 : cluster 0 pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:03 smithi044 bash[32620]: audit 2023-12-07T20:03:02.783999+0000 mgr.a (mgr.24293) 24562 : audit 0 from='client.482112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:03 smithi044 bash[32620]: cluster 2023-12-07T20:03:02.805916+0000 mgr.a (mgr.24293) 24563 : cluster 0 pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:03 smithi027 bash[31536]: audit 2023-12-07T20:03:02.783999+0000 mgr.a (mgr.24293) 24562 : audit 0 from='client.482112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:03 smithi027 bash[31536]: cluster 2023-12-07T20:03:02.805916+0000 mgr.a (mgr.24293) 24563 : cluster 0 pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:05 smithi022 bash[28554]: cluster 2023-12-07T20:03:04.806659+0000 mgr.a (mgr.24293) 24564 : cluster 0 pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:05 smithi044 bash[32620]: cluster 2023-12-07T20:03:04.806659+0000 mgr.a (mgr.24293) 24564 : cluster 0 pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:05 smithi027 bash[31536]: cluster 2023-12-07T20:03:04.806659+0000 mgr.a (mgr.24293) 24564 : cluster 0 pgmap v18369: 33 pgs: 33 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.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:08.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:08.288 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:08.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:07 smithi022 bash[28554]: cluster 2023-12-07T20:03:06.807477+0000 mgr.a (mgr.24293) 24565 : cluster 0 pgmap v18370: 33 pgs: 33 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:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:07 smithi044 bash[32620]: cluster 2023-12-07T20:03:06.807477+0000 mgr.a (mgr.24293) 24565 : cluster 0 pgmap v18370: 33 pgs: 33 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:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:07 smithi027 bash[31536]: cluster 2023-12-07T20:03:06.807477+0000 mgr.a (mgr.24293) 24565 : cluster 0 pgmap v18370: 33 pgs: 33 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:09.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:09.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:09.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:09.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:09.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:09 smithi022 bash[28554]: audit 2023-12-07T20:03:08.703468+0000 mgr.a (mgr.24293) 24566 : audit 0 from='client.482184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:09 smithi022 bash[28554]: cluster 2023-12-07T20:03:08.808073+0000 mgr.a (mgr.24293) 24567 : cluster 0 pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:09 smithi044 bash[32620]: audit 2023-12-07T20:03:08.703468+0000 mgr.a (mgr.24293) 24566 : audit 0 from='client.482184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:10.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:09 smithi044 bash[32620]: cluster 2023-12-07T20:03:08.808073+0000 mgr.a (mgr.24293) 24567 : cluster 0 pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:09 smithi027 bash[31536]: audit 2023-12-07T20:03:08.703468+0000 mgr.a (mgr.24293) 24566 : audit 0 from='client.482184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:09 smithi027 bash[31536]: cluster 2023-12-07T20:03:08.808073+0000 mgr.a (mgr.24293) 24567 : cluster 0 pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:11 smithi022 bash[28554]: cluster 2023-12-07T20:03:10.808946+0000 mgr.a (mgr.24293) 24568 : cluster 0 pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:11 smithi044 bash[32620]: cluster 2023-12-07T20:03:10.808946+0000 mgr.a (mgr.24293) 24568 : cluster 0 pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:11 smithi027 bash[31536]: cluster 2023-12-07T20:03:10.808946+0000 mgr.a (mgr.24293) 24568 : cluster 0 pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:14.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:14.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:14.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:14.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:13 smithi022 bash[28554]: cluster 2023-12-07T20:03:12.809499+0000 mgr.a (mgr.24293) 24569 : cluster 0 pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:13 smithi044 bash[32620]: cluster 2023-12-07T20:03:12.809499+0000 mgr.a (mgr.24293) 24569 : cluster 0 pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:13 smithi027 bash[31536]: cluster 2023-12-07T20:03:12.809499+0000 mgr.a (mgr.24293) 24569 : cluster 0 pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:15.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:15.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:15.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:15.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:15.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:16 smithi022 bash[28554]: audit 2023-12-07T20:03:14.630046+0000 mgr.a (mgr.24293) 24570 : audit 0 from='client.482262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:16 smithi022 bash[28554]: cluster 2023-12-07T20:03:14.810418+0000 mgr.a (mgr.24293) 24571 : cluster 0 pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:16 smithi044 bash[32620]: audit 2023-12-07T20:03:14.630046+0000 mgr.a (mgr.24293) 24570 : audit 0 from='client.482262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:16 smithi044 bash[32620]: cluster 2023-12-07T20:03:14.810418+0000 mgr.a (mgr.24293) 24571 : cluster 0 pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:16 smithi027 bash[31536]: audit 2023-12-07T20:03:14.630046+0000 mgr.a (mgr.24293) 24570 : audit 0 from='client.482262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:16 smithi027 bash[31536]: cluster 2023-12-07T20:03:14.810418+0000 mgr.a (mgr.24293) 24571 : cluster 0 pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:18 smithi022 bash[28554]: cluster 2023-12-07T20:03:16.811385+0000 mgr.a (mgr.24293) 24572 : cluster 0 pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:18 smithi044 bash[32620]: cluster 2023-12-07T20:03:16.811385+0000 mgr.a (mgr.24293) 24572 : cluster 0 pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:18 smithi027 bash[31536]: cluster 2023-12-07T20:03:16.811385+0000 mgr.a (mgr.24293) 24572 : cluster 0 pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:20.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:20.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:20.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:20 smithi022 bash[28554]: cluster 2023-12-07T20:03:18.811962+0000 mgr.a (mgr.24293) 24573 : cluster 0 pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:20 smithi044 bash[32620]: cluster 2023-12-07T20:03:18.811962+0000 mgr.a (mgr.24293) 24573 : cluster 0 pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:20 smithi027 bash[31536]: cluster 2023-12-07T20:03:18.811962+0000 mgr.a (mgr.24293) 24573 : cluster 0 pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:21.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:21.102 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:21.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:21.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:21.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:22 smithi022 bash[28554]: audit 2023-12-07T20:03:20.564081+0000 mgr.a (mgr.24293) 24574 : audit 0 from='client.482337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:22 smithi022 bash[28554]: cluster 2023-12-07T20:03:20.812697+0000 mgr.a (mgr.24293) 24575 : cluster 0 pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:22 smithi044 bash[32620]: audit 2023-12-07T20:03:20.564081+0000 mgr.a (mgr.24293) 24574 : audit 0 from='client.482337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:22 smithi044 bash[32620]: cluster 2023-12-07T20:03:20.812697+0000 mgr.a (mgr.24293) 24575 : cluster 0 pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:22 smithi027 bash[31536]: audit 2023-12-07T20:03:20.564081+0000 mgr.a (mgr.24293) 24574 : audit 0 from='client.482337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:22 smithi027 bash[31536]: cluster 2023-12-07T20:03:20.812697+0000 mgr.a (mgr.24293) 24575 : cluster 0 pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:24 smithi022 bash[28554]: cluster 2023-12-07T20:03:22.813304+0000 mgr.a (mgr.24293) 24576 : cluster 0 pgmap v18378: 33 pgs: 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:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:24 smithi044 bash[32620]: cluster 2023-12-07T20:03:22.813304+0000 mgr.a (mgr.24293) 24576 : cluster 0 pgmap v18378: 33 pgs: 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:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:24 smithi027 bash[31536]: cluster 2023-12-07T20:03:22.813304+0000 mgr.a (mgr.24293) 24576 : cluster 0 pgmap v18378: 33 pgs: 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:26.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:26.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:26.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:26 smithi022 bash[28554]: cluster 2023-12-07T20:03:24.813872+0000 mgr.a (mgr.24293) 24577 : cluster 0 pgmap v18379: 33 pgs: 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:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:26 smithi044 bash[32620]: cluster 2023-12-07T20:03:24.813872+0000 mgr.a (mgr.24293) 24577 : cluster 0 pgmap v18379: 33 pgs: 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:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:26 smithi027 bash[31536]: cluster 2023-12-07T20:03:24.813872+0000 mgr.a (mgr.24293) 24577 : cluster 0 pgmap v18379: 33 pgs: 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:27.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:27.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:27.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:27.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:27.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:28 smithi022 bash[28554]: audit 2023-12-07T20:03:26.520952+0000 mgr.a (mgr.24293) 24578 : audit 0 from='client.482409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:28 smithi022 bash[28554]: cluster 2023-12-07T20:03:26.815000+0000 mgr.a (mgr.24293) 24579 : cluster 0 pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:28 smithi044 bash[32620]: audit 2023-12-07T20:03:26.520952+0000 mgr.a (mgr.24293) 24578 : audit 0 from='client.482409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:28 smithi044 bash[32620]: cluster 2023-12-07T20:03:26.815000+0000 mgr.a (mgr.24293) 24579 : cluster 0 pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:28 smithi027 bash[31536]: audit 2023-12-07T20:03:26.520952+0000 mgr.a (mgr.24293) 24578 : audit 0 from='client.482409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:28 smithi027 bash[31536]: cluster 2023-12-07T20:03:26.815000+0000 mgr.a (mgr.24293) 24579 : cluster 0 pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:30 smithi022 bash[28554]: cluster 2023-12-07T20:03:28.815720+0000 mgr.a (mgr.24293) 24580 : cluster 0 pgmap v18381: 33 pgs: 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:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:30 smithi044 bash[32620]: cluster 2023-12-07T20:03:28.815720+0000 mgr.a (mgr.24293) 24580 : cluster 0 pgmap v18381: 33 pgs: 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:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:30 smithi027 bash[31536]: cluster 2023-12-07T20:03:28.815720+0000 mgr.a (mgr.24293) 24580 : cluster 0 pgmap v18381: 33 pgs: 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:32.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:32.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:32.038 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:32 smithi022 bash[28554]: cluster 2023-12-07T20:03:30.816510+0000 mgr.a (mgr.24293) 24581 : cluster 0 pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:32 smithi044 bash[32620]: cluster 2023-12-07T20:03:30.816510+0000 mgr.a (mgr.24293) 24581 : cluster 0 pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:32 smithi027 bash[31536]: cluster 2023-12-07T20:03:30.816510+0000 mgr.a (mgr.24293) 24581 : cluster 0 pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:32.989 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:32.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:32.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:32.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:32.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:34 smithi022 bash[28554]: audit 2023-12-07T20:03:32.451759+0000 mgr.a (mgr.24293) 24582 : audit 0 from='client.482484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:34 smithi022 bash[28554]: cluster 2023-12-07T20:03:32.817043+0000 mgr.a (mgr.24293) 24583 : cluster 0 pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:34 smithi044 bash[32620]: audit 2023-12-07T20:03:32.451759+0000 mgr.a (mgr.24293) 24582 : audit 0 from='client.482484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:34 smithi044 bash[32620]: cluster 2023-12-07T20:03:32.817043+0000 mgr.a (mgr.24293) 24583 : cluster 0 pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:34 smithi027 bash[31536]: audit 2023-12-07T20:03:32.451759+0000 mgr.a (mgr.24293) 24582 : audit 0 from='client.482484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:34 smithi027 bash[31536]: cluster 2023-12-07T20:03:32.817043+0000 mgr.a (mgr.24293) 24583 : cluster 0 pgmap v18383: 33 pgs: 33 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:36.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:36 smithi022 bash[28554]: cluster 2023-12-07T20:03:34.817684+0000 mgr.a (mgr.24293) 24584 : cluster 0 pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:36 smithi044 bash[32620]: cluster 2023-12-07T20:03:34.817684+0000 mgr.a (mgr.24293) 24584 : cluster 0 pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:36 smithi027 bash[31536]: cluster 2023-12-07T20:03:34.817684+0000 mgr.a (mgr.24293) 24584 : cluster 0 pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:37.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:37.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:37.993 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:38 smithi022 bash[28554]: cluster 2023-12-07T20:03:36.818524+0000 mgr.a (mgr.24293) 24585 : cluster 0 pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:38 smithi044 bash[32620]: cluster 2023-12-07T20:03:36.818524+0000 mgr.a (mgr.24293) 24585 : cluster 0 pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:38 smithi027 bash[31536]: cluster 2023-12-07T20:03:36.818524+0000 mgr.a (mgr.24293) 24585 : cluster 0 pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:38.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:38.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:38.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:38.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:38.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:40 smithi022 bash[28554]: audit 2023-12-07T20:03:38.400690+0000 mgr.a (mgr.24293) 24586 : audit 0 from='client.482562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:40 smithi022 bash[28554]: cluster 2023-12-07T20:03:38.819179+0000 mgr.a (mgr.24293) 24587 : cluster 0 pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:40 smithi044 bash[32620]: audit 2023-12-07T20:03:38.400690+0000 mgr.a (mgr.24293) 24586 : audit 0 from='client.482562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:40 smithi044 bash[32620]: cluster 2023-12-07T20:03:38.819179+0000 mgr.a (mgr.24293) 24587 : cluster 0 pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:40 smithi027 bash[31536]: audit 2023-12-07T20:03:38.400690+0000 mgr.a (mgr.24293) 24586 : audit 0 from='client.482562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:40 smithi027 bash[31536]: cluster 2023-12-07T20:03:38.819179+0000 mgr.a (mgr.24293) 24587 : cluster 0 pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:42 smithi022 bash[28554]: cluster 2023-12-07T20:03:40.820016+0000 mgr.a (mgr.24293) 24588 : cluster 0 pgmap v18387: 33 pgs: 33 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:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:42 smithi044 bash[32620]: cluster 2023-12-07T20:03:40.820016+0000 mgr.a (mgr.24293) 24588 : cluster 0 pgmap v18387: 33 pgs: 33 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:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:42 smithi027 bash[31536]: cluster 2023-12-07T20:03:40.820016+0000 mgr.a (mgr.24293) 24588 : cluster 0 pgmap v18387: 33 pgs: 33 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:43.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:43.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:43.931 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:44 smithi022 bash[28554]: cluster 2023-12-07T20:03:42.820553+0000 mgr.a (mgr.24293) 24589 : cluster 0 pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:44 smithi044 bash[32620]: cluster 2023-12-07T20:03:42.820553+0000 mgr.a (mgr.24293) 24589 : cluster 0 pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:44 smithi027 bash[31536]: cluster 2023-12-07T20:03:42.820553+0000 mgr.a (mgr.24293) 24589 : cluster 0 pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:44.872 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:44.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:44.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:44.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:44.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:45 smithi022 bash[28554]: audit 2023-12-07T20:03:44.349064+0000 mgr.a (mgr.24293) 24590 : audit 0 from='client.482637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:45.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:45 smithi044 bash[32620]: audit 2023-12-07T20:03:44.349064+0000 mgr.a (mgr.24293) 24590 : audit 0 from='client.482637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:45 smithi027 bash[31536]: audit 2023-12-07T20:03:44.349064+0000 mgr.a (mgr.24293) 24590 : audit 0 from='client.482637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:46 smithi022 bash[28554]: cluster 2023-12-07T20:03:44.821097+0000 mgr.a (mgr.24293) 24591 : cluster 0 pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:46 smithi044 bash[32620]: cluster 2023-12-07T20:03:44.821097+0000 mgr.a (mgr.24293) 24591 : cluster 0 pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:46 smithi027 bash[31536]: cluster 2023-12-07T20:03:44.821097+0000 mgr.a (mgr.24293) 24591 : cluster 0 pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:48 smithi022 bash[28554]: cluster 2023-12-07T20:03:46.821906+0000 mgr.a (mgr.24293) 24592 : cluster 0 pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:48 smithi044 bash[32620]: cluster 2023-12-07T20:03:46.821906+0000 mgr.a (mgr.24293) 24592 : cluster 0 pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:48 smithi027 bash[31536]: cluster 2023-12-07T20:03:46.821906+0000 mgr.a (mgr.24293) 24592 : cluster 0 pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:49.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:49.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:49.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:50.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:50 smithi022 bash[28554]: cluster 2023-12-07T20:03:48.822515+0000 mgr.a (mgr.24293) 24593 : cluster 0 pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:50 smithi044 bash[32620]: cluster 2023-12-07T20:03:48.822515+0000 mgr.a (mgr.24293) 24593 : cluster 0 pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:50 smithi027 bash[31536]: cluster 2023-12-07T20:03:48.822515+0000 mgr.a (mgr.24293) 24593 : cluster 0 pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:50.821 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:50.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:50.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:50.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:50.821 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:51 smithi022 bash[28554]: audit 2023-12-07T20:03:50.283409+0000 mgr.a (mgr.24293) 24594 : audit 0 from='client.482715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:51 smithi044 bash[32620]: audit 2023-12-07T20:03:50.283409+0000 mgr.a (mgr.24293) 24594 : audit 0 from='client.482715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:51 smithi027 bash[31536]: audit 2023-12-07T20:03:50.283409+0000 mgr.a (mgr.24293) 24594 : audit 0 from='client.482715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:52 smithi022 bash[28554]: cluster 2023-12-07T20:03:50.823524+0000 mgr.a (mgr.24293) 24595 : cluster 0 pgmap v18392: 33 pgs: 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:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:52 smithi044 bash[32620]: cluster 2023-12-07T20:03:50.823524+0000 mgr.a (mgr.24293) 24595 : cluster 0 pgmap v18392: 33 pgs: 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:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:52 smithi027 bash[31536]: cluster 2023-12-07T20:03:50.823524+0000 mgr.a (mgr.24293) 24595 : cluster 0 pgmap v18392: 33 pgs: 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:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:54 smithi022 bash[28554]: cluster 2023-12-07T20:03:52.824168+0000 mgr.a (mgr.24293) 24596 : cluster 0 pgmap v18393: 33 pgs: 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:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:54 smithi044 bash[32620]: cluster 2023-12-07T20:03:52.824168+0000 mgr.a (mgr.24293) 24596 : cluster 0 pgmap v18393: 33 pgs: 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:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:54 smithi027 bash[31536]: cluster 2023-12-07T20:03:52.824168+0000 mgr.a (mgr.24293) 24596 : cluster 0 pgmap v18393: 33 pgs: 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:55.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:03:55.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:55.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:56 smithi022 bash[28554]: cluster 2023-12-07T20:03:54.824734+0000 mgr.a (mgr.24293) 24597 : cluster 0 pgmap v18394: 33 pgs: 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:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:56 smithi044 bash[32620]: cluster 2023-12-07T20:03:54.824734+0000 mgr.a (mgr.24293) 24597 : cluster 0 pgmap v18394: 33 pgs: 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:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:56 smithi027 bash[31536]: cluster 2023-12-07T20:03:54.824734+0000 mgr.a (mgr.24293) 24597 : cluster 0 pgmap v18394: 33 pgs: 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:56.775 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:03:56.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:56.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:56.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:56.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:03:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:57 smithi022 bash[28554]: audit 2023-12-07T20:03:56.246233+0000 mgr.a (mgr.24293) 24598 : audit 0 from='client.482793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:57 smithi044 bash[32620]: audit 2023-12-07T20:03:56.246233+0000 mgr.a (mgr.24293) 24598 : audit 0 from='client.482793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:57 smithi027 bash[31536]: audit 2023-12-07T20:03:56.246233+0000 mgr.a (mgr.24293) 24598 : audit 0 from='client.482793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:03:58 smithi022 bash[28554]: cluster 2023-12-07T20:03:56.825882+0000 mgr.a (mgr.24293) 24599 : cluster 0 pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:03:58 smithi044 bash[32620]: cluster 2023-12-07T20:03:56.825882+0000 mgr.a (mgr.24293) 24599 : cluster 0 pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:03:58 smithi027 bash[31536]: cluster 2023-12-07T20:03:56.825882+0000 mgr.a (mgr.24293) 24599 : cluster 0 pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:00 smithi022 bash[28554]: cluster 2023-12-07T20:03:58.826503+0000 mgr.a (mgr.24293) 24600 : cluster 0 pgmap v18396: 33 pgs: 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:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:00 smithi044 bash[32620]: cluster 2023-12-07T20:03:58.826503+0000 mgr.a (mgr.24293) 24600 : cluster 0 pgmap v18396: 33 pgs: 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:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:00 smithi027 bash[31536]: cluster 2023-12-07T20:03:58.826503+0000 mgr.a (mgr.24293) 24600 : cluster 0 pgmap v18396: 33 pgs: 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:01.778 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:01.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:01.779 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:01 smithi022 bash[28554]: cluster 2023-12-07T20:04:00.827249+0000 mgr.a (mgr.24293) 24601 : cluster 0 pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:01 smithi022 bash[28554]: audit 2023-12-07T20:04:00.975085+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:01 smithi022 bash[28554]: audit 2023-12-07T20:04:01.706362+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:01 smithi022 bash[28554]: audit 2023-12-07T20:04:01.707820+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:01 smithi022 bash[28554]: audit 2023-12-07T20:04:01.717111+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:04:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:01 smithi044 bash[32620]: cluster 2023-12-07T20:04:00.827249+0000 mgr.a (mgr.24293) 24601 : cluster 0 pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:01 smithi044 bash[32620]: audit 2023-12-07T20:04:00.975085+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:01 smithi044 bash[32620]: audit 2023-12-07T20:04:01.706362+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:01 smithi044 bash[32620]: audit 2023-12-07T20:04:01.707820+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:02.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:01 smithi044 bash[32620]: audit 2023-12-07T20:04:01.717111+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:04:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:01 smithi027 bash[31536]: cluster 2023-12-07T20:04:00.827249+0000 mgr.a (mgr.24293) 24601 : cluster 0 pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:01 smithi027 bash[31536]: audit 2023-12-07T20:04:00.975085+0000 mon.a (mon.0) 3834 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:01 smithi027 bash[31536]: audit 2023-12-07T20:04:01.706362+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:01 smithi027 bash[31536]: audit 2023-12-07T20:04:01.707820+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:02.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:01 smithi027 bash[31536]: audit 2023-12-07T20:04:01.717111+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:04:02.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:02.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:02.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:02.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:02.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:02 smithi022 bash[28554]: audit 2023-12-07T20:04:02.183572+0000 mgr.a (mgr.24293) 24602 : audit 0 from='client.482868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:02 smithi044 bash[32620]: audit 2023-12-07T20:04:02.183572+0000 mgr.a (mgr.24293) 24602 : audit 0 from='client.482868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:02 smithi027 bash[31536]: audit 2023-12-07T20:04:02.183572+0000 mgr.a (mgr.24293) 24602 : audit 0 from='client.482868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:03 smithi022 bash[28554]: cluster 2023-12-07T20:04:02.828013+0000 mgr.a (mgr.24293) 24603 : cluster 0 pgmap v18398: 33 pgs: 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:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:03 smithi044 bash[32620]: cluster 2023-12-07T20:04:02.828013+0000 mgr.a (mgr.24293) 24603 : cluster 0 pgmap v18398: 33 pgs: 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:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:03 smithi027 bash[31536]: cluster 2023-12-07T20:04:02.828013+0000 mgr.a (mgr.24293) 24603 : cluster 0 pgmap v18398: 33 pgs: 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:06.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:05 smithi022 bash[28554]: cluster 2023-12-07T20:04:04.828607+0000 mgr.a (mgr.24293) 24604 : cluster 0 pgmap v18399: 33 pgs: 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:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:05 smithi044 bash[32620]: cluster 2023-12-07T20:04:04.828607+0000 mgr.a (mgr.24293) 24604 : cluster 0 pgmap v18399: 33 pgs: 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:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:05 smithi027 bash[31536]: cluster 2023-12-07T20:04:04.828607+0000 mgr.a (mgr.24293) 24604 : cluster 0 pgmap v18399: 33 pgs: 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:07.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:07.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:07.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:07 smithi022 bash[28554]: cluster 2023-12-07T20:04:06.829443+0000 mgr.a (mgr.24293) 24605 : cluster 0 pgmap v18400: 33 pgs: 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:04:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:07 smithi044 bash[32620]: cluster 2023-12-07T20:04:06.829443+0000 mgr.a (mgr.24293) 24605 : cluster 0 pgmap v18400: 33 pgs: 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:04:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:07 smithi027 bash[31536]: cluster 2023-12-07T20:04:06.829443+0000 mgr.a (mgr.24293) 24605 : cluster 0 pgmap v18400: 33 pgs: 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:04:08.669 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:08.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:08.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:08.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:08.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:08 smithi022 bash[28554]: audit 2023-12-07T20:04:08.155314+0000 mgr.a (mgr.24293) 24606 : audit 0 from='client.377867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:08 smithi044 bash[32620]: audit 2023-12-07T20:04:08.155314+0000 mgr.a (mgr.24293) 24606 : audit 0 from='client.377867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:08 smithi027 bash[31536]: audit 2023-12-07T20:04:08.155314+0000 mgr.a (mgr.24293) 24606 : audit 0 from='client.377867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:09 smithi022 bash[28554]: cluster 2023-12-07T20:04:08.830202+0000 mgr.a (mgr.24293) 24607 : cluster 0 pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:09 smithi044 bash[32620]: cluster 2023-12-07T20:04:08.830202+0000 mgr.a (mgr.24293) 24607 : cluster 0 pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:09 smithi027 bash[31536]: cluster 2023-12-07T20:04:08.830202+0000 mgr.a (mgr.24293) 24607 : cluster 0 pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:11 smithi027 bash[31536]: cluster 2023-12-07T20:04:10.830969+0000 mgr.a (mgr.24293) 24608 : cluster 0 pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:11 smithi022 bash[28554]: cluster 2023-12-07T20:04:10.830969+0000 mgr.a (mgr.24293) 24608 : cluster 0 pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:11 smithi044 bash[32620]: cluster 2023-12-07T20:04:10.830969+0000 mgr.a (mgr.24293) 24608 : cluster 0 pgmap v18402: 33 pgs: 33 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.671 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:13.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:13.672 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:14.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:13 smithi027 bash[31536]: cluster 2023-12-07T20:04:12.831605+0000 mgr.a (mgr.24293) 24609 : cluster 0 pgmap v18403: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:13 smithi022 bash[28554]: cluster 2023-12-07T20:04:12.831605+0000 mgr.a (mgr.24293) 24609 : cluster 0 pgmap v18403: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:13 smithi044 bash[32620]: cluster 2023-12-07T20:04:12.831605+0000 mgr.a (mgr.24293) 24609 : cluster 0 pgmap v18403: 33 pgs: 33 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.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:14.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:14.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:14.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:14.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:14 smithi027 bash[31536]: audit 2023-12-07T20:04:14.091578+0000 mgr.a (mgr.24293) 24610 : audit 0 from='client.483024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:14 smithi022 bash[28554]: audit 2023-12-07T20:04:14.091578+0000 mgr.a (mgr.24293) 24610 : audit 0 from='client.483024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:14 smithi044 bash[32620]: audit 2023-12-07T20:04:14.091578+0000 mgr.a (mgr.24293) 24610 : audit 0 from='client.483024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:15 smithi027 bash[31536]: cluster 2023-12-07T20:04:14.832305+0000 mgr.a (mgr.24293) 24611 : cluster 0 pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:15 smithi022 bash[28554]: cluster 2023-12-07T20:04:14.832305+0000 mgr.a (mgr.24293) 24611 : cluster 0 pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:15 smithi044 bash[32620]: cluster 2023-12-07T20:04:14.832305+0000 mgr.a (mgr.24293) 24611 : cluster 0 pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:18.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:17 smithi027 bash[31536]: cluster 2023-12-07T20:04:16.833180+0000 mgr.a (mgr.24293) 24612 : cluster 0 pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:17 smithi022 bash[28554]: cluster 2023-12-07T20:04:16.833180+0000 mgr.a (mgr.24293) 24612 : cluster 0 pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:17 smithi044 bash[32620]: cluster 2023-12-07T20:04:16.833180+0000 mgr.a (mgr.24293) 24612 : cluster 0 pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:19.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:19.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:19.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:19 smithi022 bash[28554]: cluster 2023-12-07T20:04:18.833908+0000 mgr.a (mgr.24293) 24613 : cluster 0 pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:19 smithi044 bash[32620]: cluster 2023-12-07T20:04:18.833908+0000 mgr.a (mgr.24293) 24613 : cluster 0 pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:19 smithi027 bash[31536]: cluster 2023-12-07T20:04:18.833908+0000 mgr.a (mgr.24293) 24613 : cluster 0 pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:20.544 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:20.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:20.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:20.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:20.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:20 smithi022 bash[28554]: audit 2023-12-07T20:04:20.030852+0000 mgr.a (mgr.24293) 24614 : audit 0 from='client.483102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:20 smithi044 bash[32620]: audit 2023-12-07T20:04:20.030852+0000 mgr.a (mgr.24293) 24614 : audit 0 from='client.483102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:20 smithi027 bash[31536]: audit 2023-12-07T20:04:20.030852+0000 mgr.a (mgr.24293) 24614 : audit 0 from='client.483102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:21 smithi022 bash[28554]: cluster 2023-12-07T20:04:20.834895+0000 mgr.a (mgr.24293) 24615 : cluster 0 pgmap v18407: 33 pgs: 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:04:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:21 smithi044 bash[32620]: cluster 2023-12-07T20:04:20.834895+0000 mgr.a (mgr.24293) 24615 : cluster 0 pgmap v18407: 33 pgs: 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:04:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:21 smithi027 bash[31536]: cluster 2023-12-07T20:04:20.834895+0000 mgr.a (mgr.24293) 24615 : cluster 0 pgmap v18407: 33 pgs: 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:04:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:23 smithi022 bash[28554]: cluster 2023-12-07T20:04:22.835602+0000 mgr.a (mgr.24293) 24616 : cluster 0 pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:04:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:23 smithi044 bash[32620]: cluster 2023-12-07T20:04:22.835602+0000 mgr.a (mgr.24293) 24616 : cluster 0 pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:04:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:23 smithi027 bash[31536]: cluster 2023-12-07T20:04:22.835602+0000 mgr.a (mgr.24293) 24616 : cluster 0 pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:04:25.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:25.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:25.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:25 smithi022 bash[28554]: cluster 2023-12-07T20:04:24.836287+0000 mgr.a (mgr.24293) 24617 : cluster 0 pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:04:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:25 smithi044 bash[32620]: cluster 2023-12-07T20:04:24.836287+0000 mgr.a (mgr.24293) 24617 : cluster 0 pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:04:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:25 smithi027 bash[31536]: cluster 2023-12-07T20:04:24.836287+0000 mgr.a (mgr.24293) 24617 : cluster 0 pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:04:26.508 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:26.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:26.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:26.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:26.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:26 smithi022 bash[28554]: audit 2023-12-07T20:04:25.965998+0000 mgr.a (mgr.24293) 24618 : audit 0 from='client.483180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:26 smithi044 bash[32620]: audit 2023-12-07T20:04:25.965998+0000 mgr.a (mgr.24293) 24618 : audit 0 from='client.483180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:26 smithi027 bash[31536]: audit 2023-12-07T20:04:25.965998+0000 mgr.a (mgr.24293) 24618 : audit 0 from='client.483180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:27 smithi022 bash[28554]: cluster 2023-12-07T20:04:26.837452+0000 mgr.a (mgr.24293) 24619 : cluster 0 pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:27 smithi044 bash[32620]: cluster 2023-12-07T20:04:26.837452+0000 mgr.a (mgr.24293) 24619 : cluster 0 pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:27 smithi027 bash[31536]: cluster 2023-12-07T20:04:26.837452+0000 mgr.a (mgr.24293) 24619 : cluster 0 pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:29 smithi022 bash[28554]: cluster 2023-12-07T20:04:28.838053+0000 mgr.a (mgr.24293) 24620 : cluster 0 pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:29 smithi044 bash[32620]: cluster 2023-12-07T20:04:28.838053+0000 mgr.a (mgr.24293) 24620 : cluster 0 pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:29 smithi027 bash[31536]: cluster 2023-12-07T20:04:28.838053+0000 mgr.a (mgr.24293) 24620 : cluster 0 pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:31.511 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:31.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:31.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:31 smithi022 bash[28554]: cluster 2023-12-07T20:04:30.838784+0000 mgr.a (mgr.24293) 24621 : cluster 0 pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:31 smithi044 bash[32620]: cluster 2023-12-07T20:04:30.838784+0000 mgr.a (mgr.24293) 24621 : cluster 0 pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:32.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:31 smithi027 bash[31536]: cluster 2023-12-07T20:04:30.838784+0000 mgr.a (mgr.24293) 24621 : cluster 0 pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:32.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:32.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:32.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:32.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:32 smithi022 bash[28554]: audit 2023-12-07T20:04:31.925630+0000 mgr.a (mgr.24293) 24622 : audit 0 from='client.483258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:32 smithi044 bash[32620]: audit 2023-12-07T20:04:31.925630+0000 mgr.a (mgr.24293) 24622 : audit 0 from='client.483258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:32 smithi027 bash[31536]: audit 2023-12-07T20:04:31.925630+0000 mgr.a (mgr.24293) 24622 : audit 0 from='client.483258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:33 smithi022 bash[28554]: cluster 2023-12-07T20:04:32.839680+0000 mgr.a (mgr.24293) 24623 : cluster 0 pgmap v18413: 33 pgs: 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:04:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:33 smithi044 bash[32620]: cluster 2023-12-07T20:04:32.839680+0000 mgr.a (mgr.24293) 24623 : cluster 0 pgmap v18413: 33 pgs: 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:04:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:33 smithi027 bash[31536]: cluster 2023-12-07T20:04:32.839680+0000 mgr.a (mgr.24293) 24623 : cluster 0 pgmap v18413: 33 pgs: 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:04:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:36 smithi022 bash[28554]: cluster 2023-12-07T20:04:34.840305+0000 mgr.a (mgr.24293) 24624 : cluster 0 pgmap v18414: 33 pgs: 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:04:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:36 smithi044 bash[32620]: cluster 2023-12-07T20:04:34.840305+0000 mgr.a (mgr.24293) 24624 : cluster 0 pgmap v18414: 33 pgs: 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:04:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:36 smithi027 bash[31536]: cluster 2023-12-07T20:04:34.840305+0000 mgr.a (mgr.24293) 24624 : cluster 0 pgmap v18414: 33 pgs: 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:04:37.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:37.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:37.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:38.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:38.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:38.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:38.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:38.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:38 smithi022 bash[28554]: cluster 2023-12-07T20:04:36.841160+0000 mgr.a (mgr.24293) 24625 : cluster 0 pgmap v18415: 33 pgs: 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:04:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:38 smithi044 bash[32620]: cluster 2023-12-07T20:04:36.841160+0000 mgr.a (mgr.24293) 24625 : cluster 0 pgmap v18415: 33 pgs: 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:04:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:38 smithi027 bash[31536]: cluster 2023-12-07T20:04:36.841160+0000 mgr.a (mgr.24293) 24625 : cluster 0 pgmap v18415: 33 pgs: 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:04:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:39 smithi022 bash[28554]: audit 2023-12-07T20:04:37.868651+0000 mgr.a (mgr.24293) 24626 : audit 0 from='client.483336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:39 smithi044 bash[32620]: audit 2023-12-07T20:04:37.868651+0000 mgr.a (mgr.24293) 24626 : audit 0 from='client.483336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:39.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:39 smithi027 bash[31536]: audit 2023-12-07T20:04:37.868651+0000 mgr.a (mgr.24293) 24626 : audit 0 from='client.483336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:40 smithi022 bash[28554]: cluster 2023-12-07T20:04:38.841930+0000 mgr.a (mgr.24293) 24627 : cluster 0 pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:40 smithi044 bash[32620]: cluster 2023-12-07T20:04:38.841930+0000 mgr.a (mgr.24293) 24627 : cluster 0 pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:40 smithi027 bash[31536]: cluster 2023-12-07T20:04:38.841930+0000 mgr.a (mgr.24293) 24627 : cluster 0 pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:42 smithi022 bash[28554]: cluster 2023-12-07T20:04:40.842725+0000 mgr.a (mgr.24293) 24628 : cluster 0 pgmap v18417: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:42 smithi044 bash[32620]: cluster 2023-12-07T20:04:40.842725+0000 mgr.a (mgr.24293) 24628 : cluster 0 pgmap v18417: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:42 smithi027 bash[31536]: cluster 2023-12-07T20:04:40.842725+0000 mgr.a (mgr.24293) 24628 : cluster 0 pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:43.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:43.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:43.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:44.327 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:44.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:44.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:44.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:44.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:44 smithi022 bash[28554]: cluster 2023-12-07T20:04:42.843294+0000 mgr.a (mgr.24293) 24629 : cluster 0 pgmap v18418: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:44 smithi044 bash[32620]: cluster 2023-12-07T20:04:42.843294+0000 mgr.a (mgr.24293) 24629 : cluster 0 pgmap v18418: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:44 smithi027 bash[31536]: cluster 2023-12-07T20:04:42.843294+0000 mgr.a (mgr.24293) 24629 : cluster 0 pgmap v18418: 33 pgs: 33 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:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:45 smithi022 bash[28554]: audit 2023-12-07T20:04:43.814081+0000 mgr.a (mgr.24293) 24630 : audit 0 from='client.483411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:45 smithi044 bash[32620]: audit 2023-12-07T20:04:43.814081+0000 mgr.a (mgr.24293) 24630 : audit 0 from='client.483411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:45.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:45 smithi027 bash[31536]: audit 2023-12-07T20:04:43.814081+0000 mgr.a (mgr.24293) 24630 : audit 0 from='client.483411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:46 smithi022 bash[28554]: cluster 2023-12-07T20:04:44.844109+0000 mgr.a (mgr.24293) 24631 : cluster 0 pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:46 smithi044 bash[32620]: cluster 2023-12-07T20:04:44.844109+0000 mgr.a (mgr.24293) 24631 : cluster 0 pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:46 smithi027 bash[31536]: cluster 2023-12-07T20:04:44.844109+0000 mgr.a (mgr.24293) 24631 : cluster 0 pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:48 smithi022 bash[28554]: cluster 2023-12-07T20:04:46.844956+0000 mgr.a (mgr.24293) 24632 : cluster 0 pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:48 smithi044 bash[32620]: cluster 2023-12-07T20:04:46.844956+0000 mgr.a (mgr.24293) 24632 : cluster 0 pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:48.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:48 smithi027 bash[31536]: cluster 2023-12-07T20:04:46.844956+0000 mgr.a (mgr.24293) 24632 : cluster 0 pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:49.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:49.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:49.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:50.289 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:50.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:50.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:50.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:50.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:50 smithi022 bash[28554]: cluster 2023-12-07T20:04:48.845669+0000 mgr.a (mgr.24293) 24633 : cluster 0 pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:50 smithi044 bash[32620]: cluster 2023-12-07T20:04:48.845669+0000 mgr.a (mgr.24293) 24633 : cluster 0 pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:50 smithi027 bash[31536]: cluster 2023-12-07T20:04:48.845669+0000 mgr.a (mgr.24293) 24633 : cluster 0 pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:51 smithi022 bash[28554]: audit 2023-12-07T20:04:49.744433+0000 mgr.a (mgr.24293) 24634 : audit 0 from='client.483489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:51 smithi044 bash[32620]: audit 2023-12-07T20:04:49.744433+0000 mgr.a (mgr.24293) 24634 : audit 0 from='client.483489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:51 smithi027 bash[31536]: audit 2023-12-07T20:04:49.744433+0000 mgr.a (mgr.24293) 24634 : audit 0 from='client.483489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:52 smithi022 bash[28554]: cluster 2023-12-07T20:04:50.846545+0000 mgr.a (mgr.24293) 24635 : cluster 0 pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:52 smithi044 bash[32620]: cluster 2023-12-07T20:04:50.846545+0000 mgr.a (mgr.24293) 24635 : cluster 0 pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:52.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:52 smithi027 bash[31536]: cluster 2023-12-07T20:04:50.846545+0000 mgr.a (mgr.24293) 24635 : cluster 0 pgmap v18422: 33 pgs: 33 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:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:54 smithi022 bash[28554]: cluster 2023-12-07T20:04:52.847094+0000 mgr.a (mgr.24293) 24636 : cluster 0 pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:54 smithi044 bash[32620]: cluster 2023-12-07T20:04:52.847094+0000 mgr.a (mgr.24293) 24636 : cluster 0 pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:54 smithi027 bash[31536]: cluster 2023-12-07T20:04:52.847094+0000 mgr.a (mgr.24293) 24636 : cluster 0 pgmap v18423: 33 pgs: 33 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.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:04:55.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:55.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:56.216 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:04:56.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:56.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:56.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:56.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:04:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:56 smithi022 bash[28554]: cluster 2023-12-07T20:04:54.847694+0000 mgr.a (mgr.24293) 24637 : cluster 0 pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:56 smithi044 bash[32620]: cluster 2023-12-07T20:04:54.847694+0000 mgr.a (mgr.24293) 24637 : cluster 0 pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:56 smithi027 bash[31536]: cluster 2023-12-07T20:04:54.847694+0000 mgr.a (mgr.24293) 24637 : cluster 0 pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:57 smithi022 bash[28554]: audit 2023-12-07T20:04:55.710729+0000 mgr.a (mgr.24293) 24638 : audit 0 from='client.483564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:57 smithi044 bash[32620]: audit 2023-12-07T20:04:55.710729+0000 mgr.a (mgr.24293) 24638 : audit 0 from='client.483564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:57 smithi027 bash[31536]: audit 2023-12-07T20:04:55.710729+0000 mgr.a (mgr.24293) 24638 : audit 0 from='client.483564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:04:58 smithi022 bash[28554]: cluster 2023-12-07T20:04:56.848779+0000 mgr.a (mgr.24293) 24639 : cluster 0 pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:04:58 smithi044 bash[32620]: cluster 2023-12-07T20:04:56.848779+0000 mgr.a (mgr.24293) 24639 : cluster 0 pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:04:58 smithi027 bash[31536]: cluster 2023-12-07T20:04:56.848779+0000 mgr.a (mgr.24293) 24639 : cluster 0 pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:00 smithi022 bash[28554]: cluster 2023-12-07T20:04:58.849388+0000 mgr.a (mgr.24293) 24640 : cluster 0 pgmap v18426: 33 pgs: 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:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:00 smithi044 bash[32620]: cluster 2023-12-07T20:04:58.849388+0000 mgr.a (mgr.24293) 24640 : cluster 0 pgmap v18426: 33 pgs: 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:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:00 smithi027 bash[31536]: cluster 2023-12-07T20:04:58.849388+0000 mgr.a (mgr.24293) 24640 : cluster 0 pgmap v18426: 33 pgs: 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:01.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:01.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:01.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:02.176 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:02.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:02.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:02.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:02.177 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:02 smithi022 bash[28554]: cluster 2023-12-07T20:05:00.850131+0000 mgr.a (mgr.24293) 24641 : cluster 0 pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:02 smithi022 bash[28554]: audit 2023-12-07T20:05:01.820919+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:02 smithi044 bash[32620]: cluster 2023-12-07T20:05:00.850131+0000 mgr.a (mgr.24293) 24641 : cluster 0 pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:02 smithi044 bash[32620]: audit 2023-12-07T20:05:01.820919+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:02 smithi027 bash[31536]: cluster 2023-12-07T20:05:00.850131+0000 mgr.a (mgr.24293) 24641 : cluster 0 pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:02 smithi027 bash[31536]: audit 2023-12-07T20:05:01.820919+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:03 smithi022 bash[28554]: audit 2023-12-07T20:05:01.641607+0000 mgr.a (mgr.24293) 24642 : audit 0 from='client.483639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:03 smithi022 bash[28554]: audit 2023-12-07T20:05:02.616883+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:03 smithi022 bash[28554]: audit 2023-12-07T20:05:02.619038+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:03 smithi022 bash[28554]: audit 2023-12-07T20:05:02.629114+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:05:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:03 smithi044 bash[32620]: audit 2023-12-07T20:05:01.641607+0000 mgr.a (mgr.24293) 24642 : audit 0 from='client.483639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:03 smithi044 bash[32620]: audit 2023-12-07T20:05:02.616883+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:03 smithi044 bash[32620]: audit 2023-12-07T20:05:02.619038+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:03 smithi044 bash[32620]: audit 2023-12-07T20:05:02.629114+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:05:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:03 smithi027 bash[31536]: audit 2023-12-07T20:05:01.641607+0000 mgr.a (mgr.24293) 24642 : audit 0 from='client.483639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:03 smithi027 bash[31536]: audit 2023-12-07T20:05:02.616883+0000 mon.a (mon.0) 3839 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:03 smithi027 bash[31536]: audit 2023-12-07T20:05:02.619038+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:03 smithi027 bash[31536]: audit 2023-12-07T20:05:02.629114+0000 mon.a (mon.0) 3841 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:05:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:04 smithi022 bash[28554]: cluster 2023-12-07T20:05:02.850742+0000 mgr.a (mgr.24293) 24643 : cluster 0 pgmap v18428: 33 pgs: 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:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:04 smithi044 bash[32620]: cluster 2023-12-07T20:05:02.850742+0000 mgr.a (mgr.24293) 24643 : cluster 0 pgmap v18428: 33 pgs: 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:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:04 smithi027 bash[31536]: cluster 2023-12-07T20:05:02.850742+0000 mgr.a (mgr.24293) 24643 : cluster 0 pgmap v18428: 33 pgs: 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:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:06 smithi022 bash[28554]: cluster 2023-12-07T20:05:04.851318+0000 mgr.a (mgr.24293) 24644 : cluster 0 pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:06 smithi044 bash[32620]: cluster 2023-12-07T20:05:04.851318+0000 mgr.a (mgr.24293) 24644 : cluster 0 pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:06 smithi027 bash[31536]: cluster 2023-12-07T20:05:04.851318+0000 mgr.a (mgr.24293) 24644 : cluster 0 pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:07.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:07.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:07.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:08.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:08.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:08.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:08.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:08.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:08 smithi022 bash[28554]: cluster 2023-12-07T20:05:06.852292+0000 mgr.a (mgr.24293) 24645 : cluster 0 pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:08 smithi044 bash[32620]: cluster 2023-12-07T20:05:06.852292+0000 mgr.a (mgr.24293) 24645 : cluster 0 pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:08 smithi027 bash[31536]: cluster 2023-12-07T20:05:06.852292+0000 mgr.a (mgr.24293) 24645 : cluster 0 pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:09 smithi022 bash[28554]: audit 2023-12-07T20:05:07.590312+0000 mgr.a (mgr.24293) 24646 : audit 0 from='client.483717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:09.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:09 smithi044 bash[32620]: audit 2023-12-07T20:05:07.590312+0000 mgr.a (mgr.24293) 24646 : audit 0 from='client.483717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:09.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:09 smithi027 bash[31536]: audit 2023-12-07T20:05:07.590312+0000 mgr.a (mgr.24293) 24646 : audit 0 from='client.483717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:10 smithi022 bash[28554]: cluster 2023-12-07T20:05:08.853058+0000 mgr.a (mgr.24293) 24647 : cluster 0 pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:10 smithi044 bash[32620]: cluster 2023-12-07T20:05:08.853058+0000 mgr.a (mgr.24293) 24647 : cluster 0 pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:10 smithi027 bash[31536]: cluster 2023-12-07T20:05:08.853058+0000 mgr.a (mgr.24293) 24647 : cluster 0 pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:12 smithi022 bash[28554]: cluster 2023-12-07T20:05:10.854065+0000 mgr.a (mgr.24293) 24648 : cluster 0 pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:12 smithi044 bash[32620]: cluster 2023-12-07T20:05:10.854065+0000 mgr.a (mgr.24293) 24648 : cluster 0 pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:12 smithi027 bash[31536]: cluster 2023-12-07T20:05:10.854065+0000 mgr.a (mgr.24293) 24648 : cluster 0 pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:13.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:13.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:13.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:14.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:14.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:14.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:14.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:14.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:14 smithi022 bash[28554]: cluster 2023-12-07T20:05:12.854679+0000 mgr.a (mgr.24293) 24649 : cluster 0 pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:14 smithi044 bash[32620]: cluster 2023-12-07T20:05:12.854679+0000 mgr.a (mgr.24293) 24649 : cluster 0 pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:14 smithi027 bash[31536]: cluster 2023-12-07T20:05:12.854679+0000 mgr.a (mgr.24293) 24649 : cluster 0 pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:15 smithi022 bash[28554]: audit 2023-12-07T20:05:13.529755+0000 mgr.a (mgr.24293) 24650 : audit 0 from='client.483789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:15 smithi044 bash[32620]: audit 2023-12-07T20:05:13.529755+0000 mgr.a (mgr.24293) 24650 : audit 0 from='client.483789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:15 smithi027 bash[31536]: audit 2023-12-07T20:05:13.529755+0000 mgr.a (mgr.24293) 24650 : audit 0 from='client.483789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:16 smithi022 bash[28554]: cluster 2023-12-07T20:05:14.855448+0000 mgr.a (mgr.24293) 24651 : cluster 0 pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:16 smithi044 bash[32620]: cluster 2023-12-07T20:05:14.855448+0000 mgr.a (mgr.24293) 24651 : cluster 0 pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:16 smithi027 bash[31536]: cluster 2023-12-07T20:05:14.855448+0000 mgr.a (mgr.24293) 24651 : cluster 0 pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:18 smithi022 bash[28554]: cluster 2023-12-07T20:05:16.856310+0000 mgr.a (mgr.24293) 24652 : cluster 0 pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:18 smithi044 bash[32620]: cluster 2023-12-07T20:05:16.856310+0000 mgr.a (mgr.24293) 24652 : cluster 0 pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:18.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:18 smithi027 bash[31536]: cluster 2023-12-07T20:05:16.856310+0000 mgr.a (mgr.24293) 24652 : cluster 0 pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:19.057 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:20.002 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:20.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:20.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:20.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:20.003 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:20 smithi022 bash[28554]: cluster 2023-12-07T20:05:18.856906+0000 mgr.a (mgr.24293) 24653 : cluster 0 pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:20 smithi044 bash[32620]: cluster 2023-12-07T20:05:18.856906+0000 mgr.a (mgr.24293) 24653 : cluster 0 pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:20 smithi027 bash[31536]: cluster 2023-12-07T20:05:18.856906+0000 mgr.a (mgr.24293) 24653 : cluster 0 pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:21 smithi022 bash[28554]: audit 2023-12-07T20:05:19.469915+0000 mgr.a (mgr.24293) 24654 : audit 0 from='client.483867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:21 smithi044 bash[32620]: audit 2023-12-07T20:05:19.469915+0000 mgr.a (mgr.24293) 24654 : audit 0 from='client.483867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:21.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:21 smithi027 bash[31536]: audit 2023-12-07T20:05:19.469915+0000 mgr.a (mgr.24293) 24654 : audit 0 from='client.483867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:22 smithi022 bash[28554]: cluster 2023-12-07T20:05:20.857851+0000 mgr.a (mgr.24293) 24655 : cluster 0 pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:22 smithi044 bash[32620]: cluster 2023-12-07T20:05:20.857851+0000 mgr.a (mgr.24293) 24655 : cluster 0 pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:22 smithi027 bash[31536]: cluster 2023-12-07T20:05:20.857851+0000 mgr.a (mgr.24293) 24655 : cluster 0 pgmap v18437: 33 pgs: 33 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:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:24 smithi022 bash[28554]: cluster 2023-12-07T20:05:22.858445+0000 mgr.a (mgr.24293) 24656 : cluster 0 pgmap v18438: 33 pgs: 33 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:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:24 smithi044 bash[32620]: cluster 2023-12-07T20:05:22.858445+0000 mgr.a (mgr.24293) 24656 : cluster 0 pgmap v18438: 33 pgs: 33 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:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:24 smithi027 bash[31536]: cluster 2023-12-07T20:05:22.858445+0000 mgr.a (mgr.24293) 24656 : cluster 0 pgmap v18438: 33 pgs: 33 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.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:25.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:25.006 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:25.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:25.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:25.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:25.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:25.944 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:26 smithi022 bash[28554]: cluster 2023-12-07T20:05:24.859045+0000 mgr.a (mgr.24293) 24657 : cluster 0 pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:26 smithi044 bash[32620]: cluster 2023-12-07T20:05:24.859045+0000 mgr.a (mgr.24293) 24657 : cluster 0 pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:26 smithi027 bash[31536]: cluster 2023-12-07T20:05:24.859045+0000 mgr.a (mgr.24293) 24657 : cluster 0 pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:27 smithi022 bash[28554]: audit 2023-12-07T20:05:25.420623+0000 mgr.a (mgr.24293) 24658 : audit 0 from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:27 smithi044 bash[32620]: audit 2023-12-07T20:05:25.420623+0000 mgr.a (mgr.24293) 24658 : audit 0 from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:27 smithi027 bash[31536]: audit 2023-12-07T20:05:25.420623+0000 mgr.a (mgr.24293) 24658 : audit 0 from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:28 smithi022 bash[28554]: cluster 2023-12-07T20:05:26.860249+0000 mgr.a (mgr.24293) 24659 : cluster 0 pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:28 smithi044 bash[32620]: cluster 2023-12-07T20:05:26.860249+0000 mgr.a (mgr.24293) 24659 : cluster 0 pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:28 smithi027 bash[31536]: cluster 2023-12-07T20:05:26.860249+0000 mgr.a (mgr.24293) 24659 : cluster 0 pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:30 smithi022 bash[28554]: cluster 2023-12-07T20:05:28.861034+0000 mgr.a (mgr.24293) 24660 : cluster 0 pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:30 smithi044 bash[32620]: cluster 2023-12-07T20:05:28.861034+0000 mgr.a (mgr.24293) 24660 : cluster 0 pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:30 smithi027 bash[31536]: cluster 2023-12-07T20:05:28.861034+0000 mgr.a (mgr.24293) 24660 : cluster 0 pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:30.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:30.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:30.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:31.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:31.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:31.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:31.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:31.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:32 smithi022 bash[28554]: cluster 2023-12-07T20:05:30.861920+0000 mgr.a (mgr.24293) 24661 : cluster 0 pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:32 smithi022 bash[28554]: audit 2023-12-07T20:05:31.363458+0000 mgr.a (mgr.24293) 24662 : audit 0 from='client.484011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:32 smithi044 bash[32620]: cluster 2023-12-07T20:05:30.861920+0000 mgr.a (mgr.24293) 24661 : cluster 0 pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:32 smithi044 bash[32620]: audit 2023-12-07T20:05:31.363458+0000 mgr.a (mgr.24293) 24662 : audit 0 from='client.484011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:32 smithi027 bash[31536]: cluster 2023-12-07T20:05:30.861920+0000 mgr.a (mgr.24293) 24661 : cluster 0 pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:32 smithi027 bash[31536]: audit 2023-12-07T20:05:31.363458+0000 mgr.a (mgr.24293) 24662 : audit 0 from='client.484011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:34 smithi044 bash[32620]: cluster 2023-12-07T20:05:32.862615+0000 mgr.a (mgr.24293) 24663 : cluster 0 pgmap v18443: 33 pgs: 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:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:34 smithi027 bash[31536]: cluster 2023-12-07T20:05:32.862615+0000 mgr.a (mgr.24293) 24663 : cluster 0 pgmap v18443: 33 pgs: 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:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:34 smithi022 bash[28554]: cluster 2023-12-07T20:05:32.862615+0000 mgr.a (mgr.24293) 24663 : cluster 0 pgmap v18443: 33 pgs: 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:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:36 smithi027 bash[31536]: cluster 2023-12-07T20:05:34.863222+0000 mgr.a (mgr.24293) 24664 : cluster 0 pgmap v18444: 33 pgs: 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:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:36 smithi022 bash[28554]: cluster 2023-12-07T20:05:34.863222+0000 mgr.a (mgr.24293) 24664 : cluster 0 pgmap v18444: 33 pgs: 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:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:36 smithi044 bash[32620]: cluster 2023-12-07T20:05:34.863222+0000 mgr.a (mgr.24293) 24664 : cluster 0 pgmap v18444: 33 pgs: 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:36.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:36.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:36.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:37.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:37.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:37.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:37.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:37.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:38 smithi027 bash[31536]: cluster 2023-12-07T20:05:36.864087+0000 mgr.a (mgr.24293) 24665 : cluster 0 pgmap v18445: 33 pgs: 33 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:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:38 smithi027 bash[31536]: audit 2023-12-07T20:05:37.285396+0000 mgr.a (mgr.24293) 24666 : audit 0 from='client.484089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:38 smithi022 bash[28554]: cluster 2023-12-07T20:05:36.864087+0000 mgr.a (mgr.24293) 24665 : cluster 0 pgmap v18445: 33 pgs: 33 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:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:38 smithi022 bash[28554]: audit 2023-12-07T20:05:37.285396+0000 mgr.a (mgr.24293) 24666 : audit 0 from='client.484089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:38 smithi044 bash[32620]: cluster 2023-12-07T20:05:36.864087+0000 mgr.a (mgr.24293) 24665 : cluster 0 pgmap v18445: 33 pgs: 33 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:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:38 smithi044 bash[32620]: audit 2023-12-07T20:05:37.285396+0000 mgr.a (mgr.24293) 24666 : audit 0 from='client.484089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:40 smithi027 bash[31536]: cluster 2023-12-07T20:05:38.864747+0000 mgr.a (mgr.24293) 24667 : cluster 0 pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:40 smithi022 bash[28554]: cluster 2023-12-07T20:05:38.864747+0000 mgr.a (mgr.24293) 24667 : cluster 0 pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:40 smithi044 bash[32620]: cluster 2023-12-07T20:05:38.864747+0000 mgr.a (mgr.24293) 24667 : cluster 0 pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:42 smithi027 bash[31536]: cluster 2023-12-07T20:05:40.865509+0000 mgr.a (mgr.24293) 24668 : cluster 0 pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:42 smithi022 bash[28554]: cluster 2023-12-07T20:05:40.865509+0000 mgr.a (mgr.24293) 24668 : cluster 0 pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:42 smithi044 bash[32620]: cluster 2023-12-07T20:05:40.865509+0000 mgr.a (mgr.24293) 24668 : cluster 0 pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:42.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:42.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:42.815 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:43.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:43.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:43.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:43.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:43.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:44 smithi027 bash[31536]: cluster 2023-12-07T20:05:42.866068+0000 mgr.a (mgr.24293) 24669 : cluster 0 pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:44 smithi027 bash[31536]: audit 2023-12-07T20:05:43.224140+0000 mgr.a (mgr.24293) 24670 : audit 0 from='client.484167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:44 smithi022 bash[28554]: cluster 2023-12-07T20:05:42.866068+0000 mgr.a (mgr.24293) 24669 : cluster 0 pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:44 smithi022 bash[28554]: audit 2023-12-07T20:05:43.224140+0000 mgr.a (mgr.24293) 24670 : audit 0 from='client.484167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:44 smithi044 bash[32620]: cluster 2023-12-07T20:05:42.866068+0000 mgr.a (mgr.24293) 24669 : cluster 0 pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:44 smithi044 bash[32620]: audit 2023-12-07T20:05:43.224140+0000 mgr.a (mgr.24293) 24670 : audit 0 from='client.484167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:46 smithi022 bash[28554]: cluster 2023-12-07T20:05:44.866731+0000 mgr.a (mgr.24293) 24671 : cluster 0 pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:46 smithi044 bash[32620]: cluster 2023-12-07T20:05:44.866731+0000 mgr.a (mgr.24293) 24671 : cluster 0 pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:46 smithi027 bash[31536]: cluster 2023-12-07T20:05:44.866731+0000 mgr.a (mgr.24293) 24671 : cluster 0 pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:48 smithi022 bash[28554]: cluster 2023-12-07T20:05:46.867578+0000 mgr.a (mgr.24293) 24672 : cluster 0 pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:48 smithi044 bash[32620]: cluster 2023-12-07T20:05:46.867578+0000 mgr.a (mgr.24293) 24672 : cluster 0 pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:48 smithi027 bash[31536]: cluster 2023-12-07T20:05:46.867578+0000 mgr.a (mgr.24293) 24672 : cluster 0 pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:48.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:48.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:48.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:49.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:49.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:49.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:49.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:49.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:50 smithi022 bash[28554]: cluster 2023-12-07T20:05:48.868115+0000 mgr.a (mgr.24293) 24673 : cluster 0 pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:50 smithi022 bash[28554]: audit 2023-12-07T20:05:49.173566+0000 mgr.a (mgr.24293) 24674 : audit 0 from='client.484242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:50 smithi044 bash[32620]: cluster 2023-12-07T20:05:48.868115+0000 mgr.a (mgr.24293) 24673 : cluster 0 pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:50 smithi044 bash[32620]: audit 2023-12-07T20:05:49.173566+0000 mgr.a (mgr.24293) 24674 : audit 0 from='client.484242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:50 smithi027 bash[31536]: cluster 2023-12-07T20:05:48.868115+0000 mgr.a (mgr.24293) 24673 : cluster 0 pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:50 smithi027 bash[31536]: audit 2023-12-07T20:05:49.173566+0000 mgr.a (mgr.24293) 24674 : audit 0 from='client.484242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:52 smithi022 bash[28554]: cluster 2023-12-07T20:05:50.869008+0000 mgr.a (mgr.24293) 24675 : cluster 0 pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:52 smithi044 bash[32620]: cluster 2023-12-07T20:05:50.869008+0000 mgr.a (mgr.24293) 24675 : cluster 0 pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:52 smithi027 bash[31536]: cluster 2023-12-07T20:05:50.869008+0000 mgr.a (mgr.24293) 24675 : cluster 0 pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:54 smithi022 bash[28554]: cluster 2023-12-07T20:05:52.869607+0000 mgr.a (mgr.24293) 24676 : cluster 0 pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:54 smithi044 bash[32620]: cluster 2023-12-07T20:05:52.869607+0000 mgr.a (mgr.24293) 24676 : cluster 0 pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:54 smithi027 bash[31536]: cluster 2023-12-07T20:05:52.869607+0000 mgr.a (mgr.24293) 24676 : cluster 0 pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:54.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:05:54.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:54.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:55.672 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:05:55.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:55.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:55.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:55.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:05:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:56 smithi022 bash[28554]: cluster 2023-12-07T20:05:54.870145+0000 mgr.a (mgr.24293) 24677 : cluster 0 pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:56 smithi022 bash[28554]: audit 2023-12-07T20:05:55.136472+0000 mgr.a (mgr.24293) 24678 : audit 0 from='client.484317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:56 smithi044 bash[32620]: cluster 2023-12-07T20:05:54.870145+0000 mgr.a (mgr.24293) 24677 : cluster 0 pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:56 smithi044 bash[32620]: audit 2023-12-07T20:05:55.136472+0000 mgr.a (mgr.24293) 24678 : audit 0 from='client.484317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:56 smithi027 bash[31536]: cluster 2023-12-07T20:05:54.870145+0000 mgr.a (mgr.24293) 24677 : cluster 0 pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:56 smithi027 bash[31536]: audit 2023-12-07T20:05:55.136472+0000 mgr.a (mgr.24293) 24678 : audit 0 from='client.484317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:05:58 smithi022 bash[28554]: cluster 2023-12-07T20:05:56.871199+0000 mgr.a (mgr.24293) 24679 : cluster 0 pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:05:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:05:58 smithi044 bash[32620]: cluster 2023-12-07T20:05:56.871199+0000 mgr.a (mgr.24293) 24679 : cluster 0 pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:05:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:05:58 smithi027 bash[31536]: cluster 2023-12-07T20:05:56.871199+0000 mgr.a (mgr.24293) 24679 : cluster 0 pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:06:00.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:00 smithi022 bash[28554]: cluster 2023-12-07T20:05:58.871838+0000 mgr.a (mgr.24293) 24680 : cluster 0 pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:06:00.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:00.675 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:00 smithi044 bash[32620]: cluster 2023-12-07T20:05:58.871838+0000 mgr.a (mgr.24293) 24680 : cluster 0 pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:06:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:00 smithi027 bash[31536]: cluster 2023-12-07T20:05:58.871838+0000 mgr.a (mgr.24293) 24680 : cluster 0 pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:06:01.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:01.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:01.586 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:01.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:01.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:02 smithi022 bash[28554]: cluster 2023-12-07T20:06:00.872613+0000 mgr.a (mgr.24293) 24681 : cluster 0 pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:02 smithi022 bash[28554]: audit 2023-12-07T20:06:01.084799+0000 mgr.a (mgr.24293) 24682 : audit 0 from='client.484389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:02 smithi044 bash[32620]: cluster 2023-12-07T20:06:00.872613+0000 mgr.a (mgr.24293) 24681 : cluster 0 pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:02 smithi044 bash[32620]: audit 2023-12-07T20:06:01.084799+0000 mgr.a (mgr.24293) 24682 : audit 0 from='client.484389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:02 smithi027 bash[31536]: cluster 2023-12-07T20:06:00.872613+0000 mgr.a (mgr.24293) 24681 : cluster 0 pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:02 smithi027 bash[31536]: audit 2023-12-07T20:06:01.084799+0000 mgr.a (mgr.24293) 24682 : audit 0 from='client.484389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:03 smithi022 bash[28554]: audit 2023-12-07T20:06:02.733182+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:06:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:03 smithi044 bash[32620]: audit 2023-12-07T20:06:02.733182+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:06:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:03 smithi027 bash[31536]: audit 2023-12-07T20:06:02.733182+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:06:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:04 smithi022 bash[28554]: cluster 2023-12-07T20:06:02.873448+0000 mgr.a (mgr.24293) 24683 : cluster 0 pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:04 smithi044 bash[32620]: cluster 2023-12-07T20:06:02.873448+0000 mgr.a (mgr.24293) 24683 : cluster 0 pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:04 smithi027 bash[31536]: cluster 2023-12-07T20:06:02.873448+0000 mgr.a (mgr.24293) 24683 : cluster 0 pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:06.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:06.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:06.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:06 smithi022 bash[28554]: cluster 2023-12-07T20:06:04.874223+0000 mgr.a (mgr.24293) 24684 : cluster 0 pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:06 smithi044 bash[32620]: cluster 2023-12-07T20:06:04.874223+0000 mgr.a (mgr.24293) 24684 : cluster 0 pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:06 smithi027 bash[31536]: cluster 2023-12-07T20:06:04.874223+0000 mgr.a (mgr.24293) 24684 : cluster 0 pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:07.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:07.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:07.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:07.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:07.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: cluster 2023-12-07T20:06:06.874833+0000 mgr.a (mgr.24293) 24685 : cluster 0 pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:06.997917+0000 mgr.a (mgr.24293) 24686 : audit 0 from='client.484467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:08.091933+0000 mon.a (mon.0) 3843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:08.097143+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:08.102202+0000 mon.a (mon.0) 3845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:08.107650+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:08.143935+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:08 smithi022 bash[28554]: audit 2023-12-07T20:06:08.151144+0000 mon.a (mon.0) 3848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: cluster 2023-12-07T20:06:06.874833+0000 mgr.a (mgr.24293) 24685 : cluster 0 pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:06.997917+0000 mgr.a (mgr.24293) 24686 : audit 0 from='client.484467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:08.091933+0000 mon.a (mon.0) 3843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:08.097143+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:08.102202+0000 mon.a (mon.0) 3845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:08.107650+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:08.143935+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:08 smithi044 bash[32620]: audit 2023-12-07T20:06:08.151144+0000 mon.a (mon.0) 3848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: cluster 2023-12-07T20:06:06.874833+0000 mgr.a (mgr.24293) 24685 : cluster 0 pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:06.997917+0000 mgr.a (mgr.24293) 24686 : audit 0 from='client.484467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:08.091933+0000 mon.a (mon.0) 3843 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:08.097143+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:08.102202+0000 mon.a (mon.0) 3845 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:08.107650+0000 mon.a (mon.0) 3846 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:08.143935+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:08 smithi027 bash[31536]: audit 2023-12-07T20:06:08.151144+0000 mon.a (mon.0) 3848 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:09 smithi022 bash[28554]: audit 2023-12-07T20:06:08.840103+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:06:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:09 smithi022 bash[28554]: audit 2023-12-07T20:06:08.841953+0000 mon.a (mon.0) 3850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:06:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:09 smithi022 bash[28554]: audit 2023-12-07T20:06:08.851364+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:09 smithi044 bash[32620]: audit 2023-12-07T20:06:08.840103+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:06:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:09 smithi044 bash[32620]: audit 2023-12-07T20:06:08.841953+0000 mon.a (mon.0) 3850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:06:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:09 smithi044 bash[32620]: audit 2023-12-07T20:06:08.851364+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:09 smithi027 bash[31536]: audit 2023-12-07T20:06:08.840103+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:06:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:09 smithi027 bash[31536]: audit 2023-12-07T20:06:08.841953+0000 mon.a (mon.0) 3850 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:06:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:09 smithi027 bash[31536]: audit 2023-12-07T20:06:08.851364+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:06:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:10 smithi022 bash[28554]: cluster 2023-12-07T20:06:08.875346+0000 mgr.a (mgr.24293) 24687 : cluster 0 pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:06:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:10 smithi044 bash[32620]: cluster 2023-12-07T20:06:08.875346+0000 mgr.a (mgr.24293) 24687 : cluster 0 pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:06:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:10 smithi027 bash[31536]: cluster 2023-12-07T20:06:08.875346+0000 mgr.a (mgr.24293) 24687 : cluster 0 pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:06:12.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:12.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:12.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:12 smithi022 bash[28554]: cluster 2023-12-07T20:06:10.876154+0000 mgr.a (mgr.24293) 24688 : cluster 0 pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:06:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:12 smithi044 bash[32620]: cluster 2023-12-07T20:06:10.876154+0000 mgr.a (mgr.24293) 24688 : cluster 0 pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:06:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:12 smithi027 bash[31536]: cluster 2023-12-07T20:06:10.876154+0000 mgr.a (mgr.24293) 24688 : cluster 0 pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:06:13.457 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:13.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:13.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:13.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:13.458 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:14 smithi022 bash[28554]: cluster 2023-12-07T20:06:12.876716+0000 mgr.a (mgr.24293) 24689 : cluster 0 pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:14 smithi022 bash[28554]: audit 2023-12-07T20:06:12.952999+0000 mgr.a (mgr.24293) 24690 : audit 0 from='client.484542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:14 smithi044 bash[32620]: cluster 2023-12-07T20:06:12.876716+0000 mgr.a (mgr.24293) 24689 : cluster 0 pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:14 smithi044 bash[32620]: audit 2023-12-07T20:06:12.952999+0000 mgr.a (mgr.24293) 24690 : audit 0 from='client.484542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:14 smithi027 bash[31536]: cluster 2023-12-07T20:06:12.876716+0000 mgr.a (mgr.24293) 24689 : cluster 0 pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:14 smithi027 bash[31536]: audit 2023-12-07T20:06:12.952999+0000 mgr.a (mgr.24293) 24690 : audit 0 from='client.484542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:16 smithi022 bash[28554]: cluster 2023-12-07T20:06:14.877380+0000 mgr.a (mgr.24293) 24691 : cluster 0 pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:16 smithi044 bash[32620]: cluster 2023-12-07T20:06:14.877380+0000 mgr.a (mgr.24293) 24691 : cluster 0 pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:16 smithi027 bash[31536]: cluster 2023-12-07T20:06:14.877380+0000 mgr.a (mgr.24293) 24691 : cluster 0 pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:18 smithi022 bash[28554]: cluster 2023-12-07T20:06:16.878236+0000 mgr.a (mgr.24293) 24692 : cluster 0 pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:18 smithi044 bash[32620]: cluster 2023-12-07T20:06:16.878236+0000 mgr.a (mgr.24293) 24692 : cluster 0 pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:18 smithi027 bash[31536]: cluster 2023-12-07T20:06:16.878236+0000 mgr.a (mgr.24293) 24692 : cluster 0 pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:19.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:19.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:19.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:19.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:19.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:20 smithi022 bash[28554]: audit 2023-12-07T20:06:18.878209+0000 mgr.a (mgr.24293) 24693 : audit 0 from='client.484617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:20 smithi022 bash[28554]: cluster 2023-12-07T20:06:18.878577+0000 mgr.a (mgr.24293) 24694 : cluster 0 pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:20 smithi044 bash[32620]: audit 2023-12-07T20:06:18.878209+0000 mgr.a (mgr.24293) 24693 : audit 0 from='client.484617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:20 smithi044 bash[32620]: cluster 2023-12-07T20:06:18.878577+0000 mgr.a (mgr.24293) 24694 : cluster 0 pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:20 smithi027 bash[31536]: audit 2023-12-07T20:06:18.878209+0000 mgr.a (mgr.24293) 24693 : audit 0 from='client.484617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:20 smithi027 bash[31536]: cluster 2023-12-07T20:06:18.878577+0000 mgr.a (mgr.24293) 24694 : cluster 0 pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:22 smithi022 bash[28554]: cluster 2023-12-07T20:06:20.879590+0000 mgr.a (mgr.24293) 24695 : cluster 0 pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:22 smithi044 bash[32620]: cluster 2023-12-07T20:06:20.879590+0000 mgr.a (mgr.24293) 24695 : cluster 0 pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:22 smithi027 bash[31536]: cluster 2023-12-07T20:06:20.879590+0000 mgr.a (mgr.24293) 24695 : cluster 0 pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:24.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:24.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:24.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:24 smithi022 bash[28554]: cluster 2023-12-07T20:06:22.880281+0000 mgr.a (mgr.24293) 24696 : cluster 0 pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:24 smithi044 bash[32620]: cluster 2023-12-07T20:06:22.880281+0000 mgr.a (mgr.24293) 24696 : cluster 0 pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:24 smithi027 bash[31536]: cluster 2023-12-07T20:06:22.880281+0000 mgr.a (mgr.24293) 24696 : cluster 0 pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:25.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:25.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:25.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:25.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:25.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:26 smithi022 bash[28554]: audit 2023-12-07T20:06:24.826765+0000 mgr.a (mgr.24293) 24697 : audit 0 from='client.484692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:26 smithi022 bash[28554]: cluster 2023-12-07T20:06:24.881085+0000 mgr.a (mgr.24293) 24698 : cluster 0 pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:26 smithi044 bash[32620]: audit 2023-12-07T20:06:24.826765+0000 mgr.a (mgr.24293) 24697 : audit 0 from='client.484692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:26 smithi044 bash[32620]: cluster 2023-12-07T20:06:24.881085+0000 mgr.a (mgr.24293) 24698 : cluster 0 pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:26 smithi027 bash[31536]: audit 2023-12-07T20:06:24.826765+0000 mgr.a (mgr.24293) 24697 : audit 0 from='client.484692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:26 smithi027 bash[31536]: cluster 2023-12-07T20:06:24.881085+0000 mgr.a (mgr.24293) 24698 : cluster 0 pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:28 smithi022 bash[28554]: cluster 2023-12-07T20:06:26.882061+0000 mgr.a (mgr.24293) 24699 : cluster 0 pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:28 smithi044 bash[32620]: cluster 2023-12-07T20:06:26.882061+0000 mgr.a (mgr.24293) 24699 : cluster 0 pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:28 smithi027 bash[31536]: cluster 2023-12-07T20:06:26.882061+0000 mgr.a (mgr.24293) 24699 : cluster 0 pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:30.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:30.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:30.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:30 smithi022 bash[28554]: cluster 2023-12-07T20:06:28.882640+0000 mgr.a (mgr.24293) 24700 : cluster 0 pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:30 smithi044 bash[32620]: cluster 2023-12-07T20:06:28.882640+0000 mgr.a (mgr.24293) 24700 : cluster 0 pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:30 smithi027 bash[31536]: cluster 2023-12-07T20:06:28.882640+0000 mgr.a (mgr.24293) 24700 : cluster 0 pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:31.298 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:31.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:31.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:31.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:31.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:32 smithi022 bash[28554]: audit 2023-12-07T20:06:30.765333+0000 mgr.a (mgr.24293) 24701 : audit 0 from='client.484764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:32 smithi022 bash[28554]: cluster 2023-12-07T20:06:30.883707+0000 mgr.a (mgr.24293) 24702 : cluster 0 pgmap v18472: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:32 smithi044 bash[32620]: audit 2023-12-07T20:06:30.765333+0000 mgr.a (mgr.24293) 24701 : audit 0 from='client.484764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:32 smithi044 bash[32620]: cluster 2023-12-07T20:06:30.883707+0000 mgr.a (mgr.24293) 24702 : cluster 0 pgmap v18472: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:32 smithi027 bash[31536]: audit 2023-12-07T20:06:30.765333+0000 mgr.a (mgr.24293) 24701 : audit 0 from='client.484764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:32 smithi027 bash[31536]: cluster 2023-12-07T20:06:30.883707+0000 mgr.a (mgr.24293) 24702 : cluster 0 pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:34 smithi022 bash[28554]: cluster 2023-12-07T20:06:32.884346+0000 mgr.a (mgr.24293) 24703 : cluster 0 pgmap v18473: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:34 smithi044 bash[32620]: cluster 2023-12-07T20:06:32.884346+0000 mgr.a (mgr.24293) 24703 : cluster 0 pgmap v18473: 33 pgs: 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:34 smithi027 bash[31536]: cluster 2023-12-07T20:06:32.884346+0000 mgr.a (mgr.24293) 24703 : cluster 0 pgmap v18473: 33 pgs: 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:36.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:36.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:36.301 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:36 smithi022 bash[28554]: cluster 2023-12-07T20:06:34.884952+0000 mgr.a (mgr.24293) 24704 : cluster 0 pgmap v18474: 33 pgs: 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:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:36 smithi044 bash[32620]: cluster 2023-12-07T20:06:34.884952+0000 mgr.a (mgr.24293) 24704 : cluster 0 pgmap v18474: 33 pgs: 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:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:36 smithi027 bash[31536]: cluster 2023-12-07T20:06:34.884952+0000 mgr.a (mgr.24293) 24704 : cluster 0 pgmap v18474: 33 pgs: 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:37.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:37.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:37.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:37.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:37.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:38 smithi022 bash[28554]: audit 2023-12-07T20:06:36.713265+0000 mgr.a (mgr.24293) 24705 : audit 0 from='client.484842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:38 smithi022 bash[28554]: cluster 2023-12-07T20:06:36.885896+0000 mgr.a (mgr.24293) 24706 : cluster 0 pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:38 smithi044 bash[32620]: audit 2023-12-07T20:06:36.713265+0000 mgr.a (mgr.24293) 24705 : audit 0 from='client.484842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:38 smithi044 bash[32620]: cluster 2023-12-07T20:06:36.885896+0000 mgr.a (mgr.24293) 24706 : cluster 0 pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:38 smithi027 bash[31536]: audit 2023-12-07T20:06:36.713265+0000 mgr.a (mgr.24293) 24705 : audit 0 from='client.484842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:38 smithi027 bash[31536]: cluster 2023-12-07T20:06:36.885896+0000 mgr.a (mgr.24293) 24706 : cluster 0 pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:40 smithi022 bash[28554]: cluster 2023-12-07T20:06:38.886590+0000 mgr.a (mgr.24293) 24707 : cluster 0 pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:40 smithi044 bash[32620]: cluster 2023-12-07T20:06:38.886590+0000 mgr.a (mgr.24293) 24707 : cluster 0 pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:40 smithi027 bash[31536]: cluster 2023-12-07T20:06:38.886590+0000 mgr.a (mgr.24293) 24707 : cluster 0 pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:42.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:42.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:42.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:42 smithi022 bash[28554]: cluster 2023-12-07T20:06:40.887421+0000 mgr.a (mgr.24293) 24708 : cluster 0 pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:42 smithi044 bash[32620]: cluster 2023-12-07T20:06:40.887421+0000 mgr.a (mgr.24293) 24708 : cluster 0 pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:42 smithi027 bash[31536]: cluster 2023-12-07T20:06:40.887421+0000 mgr.a (mgr.24293) 24708 : cluster 0 pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:43.173 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:43.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:43.173 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:43.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:43.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:44 smithi022 bash[28554]: audit 2023-12-07T20:06:42.651741+0000 mgr.a (mgr.24293) 24709 : audit 0 from='client.484917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:44 smithi022 bash[28554]: cluster 2023-12-07T20:06:42.887976+0000 mgr.a (mgr.24293) 24710 : cluster 0 pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:44 smithi044 bash[32620]: audit 2023-12-07T20:06:42.651741+0000 mgr.a (mgr.24293) 24709 : audit 0 from='client.484917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:44 smithi044 bash[32620]: cluster 2023-12-07T20:06:42.887976+0000 mgr.a (mgr.24293) 24710 : cluster 0 pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:44 smithi027 bash[31536]: audit 2023-12-07T20:06:42.651741+0000 mgr.a (mgr.24293) 24709 : audit 0 from='client.484917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:44 smithi027 bash[31536]: cluster 2023-12-07T20:06:42.887976+0000 mgr.a (mgr.24293) 24710 : cluster 0 pgmap v18478: 33 pgs: 33 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:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:46 smithi022 bash[28554]: cluster 2023-12-07T20:06:44.888616+0000 mgr.a (mgr.24293) 24711 : cluster 0 pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:46 smithi044 bash[32620]: cluster 2023-12-07T20:06:44.888616+0000 mgr.a (mgr.24293) 24711 : cluster 0 pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:46 smithi027 bash[31536]: cluster 2023-12-07T20:06:44.888616+0000 mgr.a (mgr.24293) 24711 : cluster 0 pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:48.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:48.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:48.177 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:48 smithi022 bash[28554]: cluster 2023-12-07T20:06:46.889551+0000 mgr.a (mgr.24293) 24712 : cluster 0 pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:48 smithi044 bash[32620]: cluster 2023-12-07T20:06:46.889551+0000 mgr.a (mgr.24293) 24712 : cluster 0 pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:48 smithi027 bash[31536]: cluster 2023-12-07T20:06:46.889551+0000 mgr.a (mgr.24293) 24712 : cluster 0 pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:49.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:49.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:49.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:49.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:49.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:50 smithi022 bash[28554]: audit 2023-12-07T20:06:48.587769+0000 mgr.a (mgr.24293) 24713 : audit 0 from='client.484995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:50 smithi022 bash[28554]: cluster 2023-12-07T20:06:48.890304+0000 mgr.a (mgr.24293) 24714 : cluster 0 pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:50 smithi044 bash[32620]: audit 2023-12-07T20:06:48.587769+0000 mgr.a (mgr.24293) 24713 : audit 0 from='client.484995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:50.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:50 smithi044 bash[32620]: cluster 2023-12-07T20:06:48.890304+0000 mgr.a (mgr.24293) 24714 : cluster 0 pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:50 smithi027 bash[31536]: audit 2023-12-07T20:06:48.587769+0000 mgr.a (mgr.24293) 24713 : audit 0 from='client.484995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:50 smithi027 bash[31536]: cluster 2023-12-07T20:06:48.890304+0000 mgr.a (mgr.24293) 24714 : cluster 0 pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:52 smithi022 bash[28554]: cluster 2023-12-07T20:06:50.891255+0000 mgr.a (mgr.24293) 24715 : cluster 0 pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:52 smithi044 bash[32620]: cluster 2023-12-07T20:06:50.891255+0000 mgr.a (mgr.24293) 24715 : cluster 0 pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:52 smithi027 bash[31536]: cluster 2023-12-07T20:06:50.891255+0000 mgr.a (mgr.24293) 24715 : cluster 0 pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:54.122 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:06:54.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:54.123 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:54 smithi022 bash[28554]: cluster 2023-12-07T20:06:52.891861+0000 mgr.a (mgr.24293) 24716 : cluster 0 pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:54 smithi044 bash[32620]: cluster 2023-12-07T20:06:52.891861+0000 mgr.a (mgr.24293) 24716 : cluster 0 pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:54 smithi027 bash[31536]: cluster 2023-12-07T20:06:52.891861+0000 mgr.a (mgr.24293) 24716 : cluster 0 pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:55.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:06:55.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:55.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:55.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:55.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:06:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:56 smithi022 bash[28554]: audit 2023-12-07T20:06:54.536090+0000 mgr.a (mgr.24293) 24717 : audit 0 from='client.485070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:56 smithi022 bash[28554]: cluster 2023-12-07T20:06:54.892613+0000 mgr.a (mgr.24293) 24718 : cluster 0 pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:56 smithi044 bash[32620]: audit 2023-12-07T20:06:54.536090+0000 mgr.a (mgr.24293) 24717 : audit 0 from='client.485070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:56 smithi044 bash[32620]: cluster 2023-12-07T20:06:54.892613+0000 mgr.a (mgr.24293) 24718 : cluster 0 pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:56 smithi027 bash[31536]: audit 2023-12-07T20:06:54.536090+0000 mgr.a (mgr.24293) 24717 : audit 0 from='client.485070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:56 smithi027 bash[31536]: cluster 2023-12-07T20:06:54.892613+0000 mgr.a (mgr.24293) 24718 : cluster 0 pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:06:58 smithi022 bash[28554]: cluster 2023-12-07T20:06:56.893529+0000 mgr.a (mgr.24293) 24719 : cluster 0 pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:06:58 smithi044 bash[32620]: cluster 2023-12-07T20:06:56.893529+0000 mgr.a (mgr.24293) 24719 : cluster 0 pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:06:58 smithi027 bash[31536]: cluster 2023-12-07T20:06:56.893529+0000 mgr.a (mgr.24293) 24719 : cluster 0 pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:00.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:00.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:00.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:00 smithi022 bash[28554]: cluster 2023-12-07T20:06:58.894094+0000 mgr.a (mgr.24293) 24720 : cluster 0 pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:00 smithi044 bash[32620]: cluster 2023-12-07T20:06:58.894094+0000 mgr.a (mgr.24293) 24720 : cluster 0 pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:00 smithi027 bash[31536]: cluster 2023-12-07T20:06:58.894094+0000 mgr.a (mgr.24293) 24720 : cluster 0 pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:00.984 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:00.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:00.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:00.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:00.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:02 smithi022 bash[28554]: audit 2023-12-07T20:07:00.454404+0000 mgr.a (mgr.24293) 24721 : audit 0 from='client.485148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:02 smithi022 bash[28554]: cluster 2023-12-07T20:07:00.895126+0000 mgr.a (mgr.24293) 24722 : cluster 0 pgmap v18487: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:02 smithi044 bash[32620]: audit 2023-12-07T20:07:00.454404+0000 mgr.a (mgr.24293) 24721 : audit 0 from='client.485148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:02 smithi044 bash[32620]: cluster 2023-12-07T20:07:00.895126+0000 mgr.a (mgr.24293) 24722 : cluster 0 pgmap v18487: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:02 smithi027 bash[31536]: audit 2023-12-07T20:07:00.454404+0000 mgr.a (mgr.24293) 24721 : audit 0 from='client.485148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:02 smithi027 bash[31536]: cluster 2023-12-07T20:07:00.895126+0000 mgr.a (mgr.24293) 24722 : cluster 0 pgmap v18487: 33 pgs: 33 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:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:04 smithi022 bash[28554]: cluster 2023-12-07T20:07:02.895724+0000 mgr.a (mgr.24293) 24723 : cluster 0 pgmap v18488: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:04 smithi044 bash[32620]: cluster 2023-12-07T20:07:02.895724+0000 mgr.a (mgr.24293) 24723 : cluster 0 pgmap v18488: 33 pgs: 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:04 smithi027 bash[31536]: cluster 2023-12-07T20:07:02.895724+0000 mgr.a (mgr.24293) 24723 : cluster 0 pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:05.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:05.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:05.989 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:06 smithi022 bash[28554]: cluster 2023-12-07T20:07:04.896508+0000 mgr.a (mgr.24293) 24724 : cluster 0 pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:06 smithi044 bash[32620]: cluster 2023-12-07T20:07:04.896508+0000 mgr.a (mgr.24293) 24724 : cluster 0 pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:06 smithi027 bash[31536]: cluster 2023-12-07T20:07:04.896508+0000 mgr.a (mgr.24293) 24724 : cluster 0 pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:06.938 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:06.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:06.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:06.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:06.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:07 smithi022 bash[28554]: audit 2023-12-07T20:07:06.408806+0000 mgr.a (mgr.24293) 24725 : audit 0 from='client.485226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:07 smithi044 bash[32620]: audit 2023-12-07T20:07:06.408806+0000 mgr.a (mgr.24293) 24725 : audit 0 from='client.485226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:07 smithi027 bash[31536]: audit 2023-12-07T20:07:06.408806+0000 mgr.a (mgr.24293) 24725 : audit 0 from='client.485226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:08 smithi022 bash[28554]: cluster 2023-12-07T20:07:06.897222+0000 mgr.a (mgr.24293) 24726 : cluster 0 pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:08 smithi044 bash[32620]: cluster 2023-12-07T20:07:06.897222+0000 mgr.a (mgr.24293) 24726 : cluster 0 pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:08 smithi027 bash[31536]: cluster 2023-12-07T20:07:06.897222+0000 mgr.a (mgr.24293) 24726 : cluster 0 pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:09 smithi022 bash[28554]: audit 2023-12-07T20:07:08.955403+0000 mon.a (mon.0) 3852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:09 smithi044 bash[32620]: audit 2023-12-07T20:07:08.955403+0000 mon.a (mon.0) 3852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:09 smithi027 bash[31536]: audit 2023-12-07T20:07:08.955403+0000 mon.a (mon.0) 3852 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:10 smithi022 bash[28554]: cluster 2023-12-07T20:07:08.897769+0000 mgr.a (mgr.24293) 24727 : cluster 0 pgmap v18491: 33 pgs: 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:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:10 smithi022 bash[28554]: audit 2023-12-07T20:07:09.746003+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:10 smithi022 bash[28554]: audit 2023-12-07T20:07:09.747834+0000 mon.a (mon.0) 3854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:10 smithi022 bash[28554]: audit 2023-12-07T20:07:09.757128+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:07:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:10 smithi044 bash[32620]: cluster 2023-12-07T20:07:08.897769+0000 mgr.a (mgr.24293) 24727 : cluster 0 pgmap v18491: 33 pgs: 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:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:10 smithi044 bash[32620]: audit 2023-12-07T20:07:09.746003+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:10 smithi044 bash[32620]: audit 2023-12-07T20:07:09.747834+0000 mon.a (mon.0) 3854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:10 smithi044 bash[32620]: audit 2023-12-07T20:07:09.757128+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:07:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:10 smithi027 bash[31536]: cluster 2023-12-07T20:07:08.897769+0000 mgr.a (mgr.24293) 24727 : cluster 0 pgmap v18491: 33 pgs: 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:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:10 smithi027 bash[31536]: audit 2023-12-07T20:07:09.746003+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:10 smithi027 bash[31536]: audit 2023-12-07T20:07:09.747834+0000 mon.a (mon.0) 3854 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:10 smithi027 bash[31536]: audit 2023-12-07T20:07:09.757128+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:07:11.941 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:11.941 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:11.942 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:12 smithi022 bash[28554]: cluster 2023-12-07T20:07:10.898542+0000 mgr.a (mgr.24293) 24728 : cluster 0 pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:12 smithi044 bash[32620]: cluster 2023-12-07T20:07:10.898542+0000 mgr.a (mgr.24293) 24728 : cluster 0 pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:12 smithi027 bash[31536]: cluster 2023-12-07T20:07:10.898542+0000 mgr.a (mgr.24293) 24728 : cluster 0 pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:12.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:12.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:12.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:12.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:12.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:13 smithi022 bash[28554]: audit 2023-12-07T20:07:12.355734+0000 mgr.a (mgr.24293) 24729 : audit 0 from='client.485304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:13 smithi044 bash[32620]: audit 2023-12-07T20:07:12.355734+0000 mgr.a (mgr.24293) 24729 : audit 0 from='client.485304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:13 smithi027 bash[31536]: audit 2023-12-07T20:07:12.355734+0000 mgr.a (mgr.24293) 24729 : audit 0 from='client.485304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:14 smithi022 bash[28554]: cluster 2023-12-07T20:07:12.899211+0000 mgr.a (mgr.24293) 24730 : cluster 0 pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:14 smithi044 bash[32620]: cluster 2023-12-07T20:07:12.899211+0000 mgr.a (mgr.24293) 24730 : cluster 0 pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:14 smithi027 bash[31536]: cluster 2023-12-07T20:07:12.899211+0000 mgr.a (mgr.24293) 24730 : cluster 0 pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:16 smithi022 bash[28554]: cluster 2023-12-07T20:07:14.899831+0000 mgr.a (mgr.24293) 24731 : cluster 0 pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:16 smithi044 bash[32620]: cluster 2023-12-07T20:07:14.899831+0000 mgr.a (mgr.24293) 24731 : cluster 0 pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:16 smithi027 bash[31536]: cluster 2023-12-07T20:07:14.899831+0000 mgr.a (mgr.24293) 24731 : cluster 0 pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:17.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:17.907 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:17.908 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:18 smithi022 bash[28554]: cluster 2023-12-07T20:07:16.900729+0000 mgr.a (mgr.24293) 24732 : cluster 0 pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:18 smithi044 bash[32620]: cluster 2023-12-07T20:07:16.900729+0000 mgr.a (mgr.24293) 24732 : cluster 0 pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:18 smithi027 bash[31536]: cluster 2023-12-07T20:07:16.900729+0000 mgr.a (mgr.24293) 24732 : cluster 0 pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:18.845 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:18.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:19 smithi022 bash[28554]: audit 2023-12-07T20:07:18.320742+0000 mgr.a (mgr.24293) 24733 : audit 0 from='client.485382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:19 smithi044 bash[32620]: audit 2023-12-07T20:07:18.320742+0000 mgr.a (mgr.24293) 24733 : audit 0 from='client.485382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:19 smithi027 bash[31536]: audit 2023-12-07T20:07:18.320742+0000 mgr.a (mgr.24293) 24733 : audit 0 from='client.485382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:20 smithi044 bash[32620]: cluster 2023-12-07T20:07:18.901537+0000 mgr.a (mgr.24293) 24734 : cluster 0 pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:20 smithi027 bash[31536]: cluster 2023-12-07T20:07:18.901537+0000 mgr.a (mgr.24293) 24734 : cluster 0 pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:20 smithi022 bash[28554]: cluster 2023-12-07T20:07:18.901537+0000 mgr.a (mgr.24293) 24734 : cluster 0 pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:21 smithi022 bash[28554]: cluster 2023-12-07T20:07:20.902411+0000 mgr.a (mgr.24293) 24735 : cluster 0 pgmap v18497: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:21 smithi044 bash[32620]: cluster 2023-12-07T20:07:20.902411+0000 mgr.a (mgr.24293) 24735 : cluster 0 pgmap v18497: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:21 smithi027 bash[31536]: cluster 2023-12-07T20:07:20.902411+0000 mgr.a (mgr.24293) 24735 : cluster 0 pgmap v18497: 33 pgs: 33 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:23.848 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:23.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:23.850 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:23 smithi022 bash[28554]: cluster 2023-12-07T20:07:22.903004+0000 mgr.a (mgr.24293) 24736 : cluster 0 pgmap v18498: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:23 smithi044 bash[32620]: cluster 2023-12-07T20:07:22.903004+0000 mgr.a (mgr.24293) 24736 : cluster 0 pgmap v18498: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:23 smithi027 bash[31536]: cluster 2023-12-07T20:07:22.903004+0000 mgr.a (mgr.24293) 24736 : cluster 0 pgmap v18498: 33 pgs: 33 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.786 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:24.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:24.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:24.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:24.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:25 smithi022 bash[28554]: audit 2023-12-07T20:07:24.267467+0000 mgr.a (mgr.24293) 24737 : audit 0 from='client.485454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:24 smithi044 bash[32620]: audit 2023-12-07T20:07:24.267467+0000 mgr.a (mgr.24293) 24737 : audit 0 from='client.485454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:25 smithi027 bash[31536]: audit 2023-12-07T20:07:24.267467+0000 mgr.a (mgr.24293) 24737 : audit 0 from='client.485454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:26.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:26 smithi022 bash[28554]: cluster 2023-12-07T20:07:24.903810+0000 mgr.a (mgr.24293) 24738 : cluster 0 pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:26 smithi044 bash[32620]: cluster 2023-12-07T20:07:24.903810+0000 mgr.a (mgr.24293) 24738 : cluster 0 pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:26 smithi027 bash[31536]: cluster 2023-12-07T20:07:24.903810+0000 mgr.a (mgr.24293) 24738 : cluster 0 pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:28 smithi022 bash[28554]: cluster 2023-12-07T20:07:26.904823+0000 mgr.a (mgr.24293) 24739 : cluster 0 pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:28 smithi044 bash[32620]: cluster 2023-12-07T20:07:26.904823+0000 mgr.a (mgr.24293) 24739 : cluster 0 pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:28 smithi027 bash[31536]: cluster 2023-12-07T20:07:26.904823+0000 mgr.a (mgr.24293) 24739 : cluster 0 pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:29.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:29.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:29.789 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:30 smithi022 bash[28554]: cluster 2023-12-07T20:07:28.905533+0000 mgr.a (mgr.24293) 24740 : cluster 0 pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:30 smithi044 bash[32620]: cluster 2023-12-07T20:07:28.905533+0000 mgr.a (mgr.24293) 24740 : cluster 0 pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:30 smithi027 bash[31536]: cluster 2023-12-07T20:07:28.905533+0000 mgr.a (mgr.24293) 24740 : cluster 0 pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:30.724 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:30.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:30.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:30.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:30.724 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:31 smithi022 bash[28554]: audit 2023-12-07T20:07:30.202321+0000 mgr.a (mgr.24293) 24741 : audit 0 from='client.379775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:31 smithi044 bash[32620]: audit 2023-12-07T20:07:30.202321+0000 mgr.a (mgr.24293) 24741 : audit 0 from='client.379775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:31.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:31 smithi027 bash[31536]: audit 2023-12-07T20:07:30.202321+0000 mgr.a (mgr.24293) 24741 : audit 0 from='client.379775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:32 smithi022 bash[28554]: cluster 2023-12-07T20:07:30.906666+0000 mgr.a (mgr.24293) 24742 : cluster 0 pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:07:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:32 smithi044 bash[32620]: cluster 2023-12-07T20:07:30.906666+0000 mgr.a (mgr.24293) 24742 : cluster 0 pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:07:32.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:32 smithi027 bash[31536]: cluster 2023-12-07T20:07:30.906666+0000 mgr.a (mgr.24293) 24742 : cluster 0 pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:07:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:34 smithi022 bash[28554]: cluster 2023-12-07T20:07:32.907243+0000 mgr.a (mgr.24293) 24743 : cluster 0 pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:34 smithi044 bash[32620]: cluster 2023-12-07T20:07:32.907243+0000 mgr.a (mgr.24293) 24743 : cluster 0 pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:34 smithi027 bash[31536]: cluster 2023-12-07T20:07:32.907243+0000 mgr.a (mgr.24293) 24743 : cluster 0 pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:35.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:35.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:35.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:36 smithi022 bash[28554]: cluster 2023-12-07T20:07:34.907847+0000 mgr.a (mgr.24293) 24744 : cluster 0 pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:36 smithi044 bash[32620]: cluster 2023-12-07T20:07:34.907847+0000 mgr.a (mgr.24293) 24744 : cluster 0 pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:36.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:36 smithi027 bash[31536]: cluster 2023-12-07T20:07:34.907847+0000 mgr.a (mgr.24293) 24744 : cluster 0 pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:36.678 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:36.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:37 smithi022 bash[28554]: audit 2023-12-07T20:07:36.145372+0000 mgr.a (mgr.24293) 24745 : audit 0 from='client.485601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:37 smithi044 bash[32620]: audit 2023-12-07T20:07:36.145372+0000 mgr.a (mgr.24293) 24745 : audit 0 from='client.485601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:37 smithi027 bash[31536]: audit 2023-12-07T20:07:36.145372+0000 mgr.a (mgr.24293) 24745 : audit 0 from='client.485601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:38 smithi022 bash[28554]: cluster 2023-12-07T20:07:36.908912+0000 mgr.a (mgr.24293) 24746 : cluster 0 pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:38 smithi044 bash[32620]: cluster 2023-12-07T20:07:36.908912+0000 mgr.a (mgr.24293) 24746 : cluster 0 pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:38 smithi027 bash[31536]: cluster 2023-12-07T20:07:36.908912+0000 mgr.a (mgr.24293) 24746 : cluster 0 pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:40 smithi022 bash[28554]: cluster 2023-12-07T20:07:38.909481+0000 mgr.a (mgr.24293) 24747 : cluster 0 pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:40 smithi044 bash[32620]: cluster 2023-12-07T20:07:38.909481+0000 mgr.a (mgr.24293) 24747 : cluster 0 pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:40 smithi027 bash[31536]: cluster 2023-12-07T20:07:38.909481+0000 mgr.a (mgr.24293) 24747 : cluster 0 pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:41.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:41.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:41.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:42 smithi022 bash[28554]: cluster 2023-12-07T20:07:40.910209+0000 mgr.a (mgr.24293) 24748 : cluster 0 pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:42 smithi044 bash[32620]: cluster 2023-12-07T20:07:40.910209+0000 mgr.a (mgr.24293) 24748 : cluster 0 pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:42 smithi027 bash[31536]: cluster 2023-12-07T20:07:40.910209+0000 mgr.a (mgr.24293) 24748 : cluster 0 pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:42.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:42.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:42.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:42.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:42.614 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:43 smithi022 bash[28554]: audit 2023-12-07T20:07:42.093770+0000 mgr.a (mgr.24293) 24749 : audit 0 from='client.485676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:43 smithi044 bash[32620]: audit 2023-12-07T20:07:42.093770+0000 mgr.a (mgr.24293) 24749 : audit 0 from='client.485676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:43 smithi027 bash[31536]: audit 2023-12-07T20:07:42.093770+0000 mgr.a (mgr.24293) 24749 : audit 0 from='client.485676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:44 smithi022 bash[28554]: cluster 2023-12-07T20:07:42.910953+0000 mgr.a (mgr.24293) 24750 : cluster 0 pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:44 smithi044 bash[32620]: cluster 2023-12-07T20:07:42.910953+0000 mgr.a (mgr.24293) 24750 : cluster 0 pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:44 smithi027 bash[31536]: cluster 2023-12-07T20:07:42.910953+0000 mgr.a (mgr.24293) 24750 : cluster 0 pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:46 smithi022 bash[28554]: cluster 2023-12-07T20:07:44.911601+0000 mgr.a (mgr.24293) 24751 : cluster 0 pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:46 smithi044 bash[32620]: cluster 2023-12-07T20:07:44.911601+0000 mgr.a (mgr.24293) 24751 : cluster 0 pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:46 smithi027 bash[31536]: cluster 2023-12-07T20:07:44.911601+0000 mgr.a (mgr.24293) 24751 : cluster 0 pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:47.616 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:47.616 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:47.617 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:48 smithi022 bash[28554]: cluster 2023-12-07T20:07:46.912391+0000 mgr.a (mgr.24293) 24752 : cluster 0 pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:07:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:48 smithi044 bash[32620]: cluster 2023-12-07T20:07:46.912391+0000 mgr.a (mgr.24293) 24752 : cluster 0 pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:07:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:48 smithi027 bash[31536]: cluster 2023-12-07T20:07:46.912391+0000 mgr.a (mgr.24293) 24752 : cluster 0 pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:07:48.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:48.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:48.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:48.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:48.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:49 smithi022 bash[28554]: audit 2023-12-07T20:07:48.033151+0000 mgr.a (mgr.24293) 24753 : audit 0 from='client.485754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:49 smithi044 bash[32620]: audit 2023-12-07T20:07:48.033151+0000 mgr.a (mgr.24293) 24753 : audit 0 from='client.485754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:49.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:49 smithi027 bash[31536]: audit 2023-12-07T20:07:48.033151+0000 mgr.a (mgr.24293) 24753 : audit 0 from='client.485754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:50 smithi022 bash[28554]: cluster 2023-12-07T20:07:48.913191+0000 mgr.a (mgr.24293) 24754 : cluster 0 pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:50 smithi044 bash[32620]: cluster 2023-12-07T20:07:48.913191+0000 mgr.a (mgr.24293) 24754 : cluster 0 pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:50 smithi027 bash[31536]: cluster 2023-12-07T20:07:48.913191+0000 mgr.a (mgr.24293) 24754 : cluster 0 pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:52.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:52 smithi022 bash[28554]: cluster 2023-12-07T20:07:50.914060+0000 mgr.a (mgr.24293) 24755 : cluster 0 pgmap v18512: 33 pgs: 33 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.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:52 smithi044 bash[32620]: cluster 2023-12-07T20:07:50.914060+0000 mgr.a (mgr.24293) 24755 : cluster 0 pgmap v18512: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:52 smithi027 bash[31536]: cluster 2023-12-07T20:07:50.914060+0000 mgr.a (mgr.24293) 24755 : cluster 0 pgmap v18512: 33 pgs: 33 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:53.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:53.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:53.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:54 smithi022 bash[28554]: cluster 2023-12-07T20:07:52.914653+0000 mgr.a (mgr.24293) 24756 : cluster 0 pgmap v18513: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:54 smithi044 bash[32620]: cluster 2023-12-07T20:07:52.914653+0000 mgr.a (mgr.24293) 24756 : cluster 0 pgmap v18513: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:54 smithi027 bash[31536]: cluster 2023-12-07T20:07:52.914653+0000 mgr.a (mgr.24293) 24756 : cluster 0 pgmap v18513: 33 pgs: 33 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.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:07:54.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:54.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:54.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:54.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:07:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:55 smithi022 bash[28554]: audit 2023-12-07T20:07:53.981723+0000 mgr.a (mgr.24293) 24757 : audit 0 from='client.485826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:55 smithi044 bash[32620]: audit 2023-12-07T20:07:53.981723+0000 mgr.a (mgr.24293) 24757 : audit 0 from='client.485826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:55 smithi027 bash[31536]: audit 2023-12-07T20:07:53.981723+0000 mgr.a (mgr.24293) 24757 : audit 0 from='client.485826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:56 smithi022 bash[28554]: cluster 2023-12-07T20:07:54.915562+0000 mgr.a (mgr.24293) 24758 : cluster 0 pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:56 smithi044 bash[32620]: cluster 2023-12-07T20:07:54.915562+0000 mgr.a (mgr.24293) 24758 : cluster 0 pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:56 smithi027 bash[31536]: cluster 2023-12-07T20:07:54.915562+0000 mgr.a (mgr.24293) 24758 : cluster 0 pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:07:58 smithi022 bash[28554]: cluster 2023-12-07T20:07:56.916474+0000 mgr.a (mgr.24293) 24759 : cluster 0 pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:07:58 smithi044 bash[32620]: cluster 2023-12-07T20:07:56.916474+0000 mgr.a (mgr.24293) 24759 : cluster 0 pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:07:58 smithi027 bash[31536]: cluster 2023-12-07T20:07:56.916474+0000 mgr.a (mgr.24293) 24759 : cluster 0 pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:59.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:07:59.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:59.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:00 smithi022 bash[28554]: cluster 2023-12-07T20:07:58.917042+0000 mgr.a (mgr.24293) 24760 : cluster 0 pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:00 smithi044 bash[32620]: cluster 2023-12-07T20:07:58.917042+0000 mgr.a (mgr.24293) 24760 : cluster 0 pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:00 smithi027 bash[31536]: cluster 2023-12-07T20:07:58.917042+0000 mgr.a (mgr.24293) 24760 : cluster 0 pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:00.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:00.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:00.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:00.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:01 smithi022 bash[28554]: audit 2023-12-07T20:07:59.941941+0000 mgr.a (mgr.24293) 24761 : audit 0 from='client.485901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:01 smithi044 bash[32620]: audit 2023-12-07T20:07:59.941941+0000 mgr.a (mgr.24293) 24761 : audit 0 from='client.485901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:01.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:01 smithi027 bash[31536]: audit 2023-12-07T20:07:59.941941+0000 mgr.a (mgr.24293) 24761 : audit 0 from='client.485901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:02 smithi022 bash[28554]: cluster 2023-12-07T20:08:00.918013+0000 mgr.a (mgr.24293) 24762 : cluster 0 pgmap v18517: 33 pgs: 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:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:02 smithi044 bash[32620]: cluster 2023-12-07T20:08:00.918013+0000 mgr.a (mgr.24293) 24762 : cluster 0 pgmap v18517: 33 pgs: 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:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:02 smithi027 bash[31536]: cluster 2023-12-07T20:08:00.918013+0000 mgr.a (mgr.24293) 24762 : cluster 0 pgmap v18517: 33 pgs: 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:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:04 smithi022 bash[28554]: cluster 2023-12-07T20:08:02.918551+0000 mgr.a (mgr.24293) 24763 : cluster 0 pgmap v18518: 33 pgs: 33 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:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:04 smithi044 bash[32620]: cluster 2023-12-07T20:08:02.918551+0000 mgr.a (mgr.24293) 24763 : cluster 0 pgmap v18518: 33 pgs: 33 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:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:04 smithi027 bash[31536]: cluster 2023-12-07T20:08:02.918551+0000 mgr.a (mgr.24293) 24763 : cluster 0 pgmap v18518: 33 pgs: 33 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:05.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:05.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:05.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:06.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:06.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:06.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:06.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:06.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:06 smithi022 bash[28554]: cluster 2023-12-07T20:08:04.919178+0000 mgr.a (mgr.24293) 24764 : cluster 0 pgmap v18519: 33 pgs: 33 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:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:06 smithi044 bash[32620]: cluster 2023-12-07T20:08:04.919178+0000 mgr.a (mgr.24293) 24764 : cluster 0 pgmap v18519: 33 pgs: 33 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:06.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:06 smithi027 bash[31536]: cluster 2023-12-07T20:08:04.919178+0000 mgr.a (mgr.24293) 24764 : cluster 0 pgmap v18519: 33 pgs: 33 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:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:07 smithi022 bash[28554]: audit 2023-12-07T20:08:05.876666+0000 mgr.a (mgr.24293) 24765 : audit 0 from='client.485976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:07 smithi044 bash[32620]: audit 2023-12-07T20:08:05.876666+0000 mgr.a (mgr.24293) 24765 : audit 0 from='client.485976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:07.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:07 smithi027 bash[31536]: audit 2023-12-07T20:08:05.876666+0000 mgr.a (mgr.24293) 24765 : audit 0 from='client.485976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:08 smithi022 bash[28554]: cluster 2023-12-07T20:08:06.920509+0000 mgr.a (mgr.24293) 24766 : cluster 0 pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:08 smithi044 bash[32620]: cluster 2023-12-07T20:08:06.920509+0000 mgr.a (mgr.24293) 24766 : cluster 0 pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:08 smithi027 bash[31536]: cluster 2023-12-07T20:08:06.920509+0000 mgr.a (mgr.24293) 24766 : cluster 0 pgmap v18520: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:10 smithi022 bash[28554]: cluster 2023-12-07T20:08:08.921253+0000 mgr.a (mgr.24293) 24767 : cluster 0 pgmap v18521: 33 pgs: 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:10 smithi022 bash[28554]: audit 2023-12-07T20:08:09.860678+0000 mon.a (mon.0) 3856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:10 smithi044 bash[32620]: cluster 2023-12-07T20:08:08.921253+0000 mgr.a (mgr.24293) 24767 : cluster 0 pgmap v18521: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:10 smithi044 bash[32620]: audit 2023-12-07T20:08:09.860678+0000 mon.a (mon.0) 3856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:10 smithi027 bash[31536]: cluster 2023-12-07T20:08:08.921253+0000 mgr.a (mgr.24293) 24767 : cluster 0 pgmap v18521: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:10 smithi027 bash[31536]: audit 2023-12-07T20:08:09.860678+0000 mon.a (mon.0) 3856 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:11.412 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:11.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:11.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:11.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:11 smithi022 bash[28554]: audit 2023-12-07T20:08:10.646007+0000 mon.a (mon.0) 3857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:11 smithi022 bash[28554]: audit 2023-12-07T20:08:10.647803+0000 mon.a (mon.0) 3858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:11 smithi022 bash[28554]: audit 2023-12-07T20:08:10.657168+0000 mon.a (mon.0) 3859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:08:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:11 smithi044 bash[32620]: audit 2023-12-07T20:08:10.646007+0000 mon.a (mon.0) 3857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:11 smithi044 bash[32620]: audit 2023-12-07T20:08:10.647803+0000 mon.a (mon.0) 3858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:11 smithi044 bash[32620]: audit 2023-12-07T20:08:10.657168+0000 mon.a (mon.0) 3859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:08:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:11 smithi027 bash[31536]: audit 2023-12-07T20:08:10.646007+0000 mon.a (mon.0) 3857 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:11 smithi027 bash[31536]: audit 2023-12-07T20:08:10.647803+0000 mon.a (mon.0) 3858 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:11 smithi027 bash[31536]: audit 2023-12-07T20:08:10.657168+0000 mon.a (mon.0) 3859 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:08:12.356 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:12.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:12.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:12.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:12.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:12 smithi022 bash[28554]: cluster 2023-12-07T20:08:10.922080+0000 mgr.a (mgr.24293) 24768 : cluster 0 pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:12 smithi044 bash[32620]: cluster 2023-12-07T20:08:10.922080+0000 mgr.a (mgr.24293) 24768 : cluster 0 pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:12 smithi027 bash[31536]: cluster 2023-12-07T20:08:10.922080+0000 mgr.a (mgr.24293) 24768 : cluster 0 pgmap v18522: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:13 smithi022 bash[28554]: audit 2023-12-07T20:08:11.817739+0000 mgr.a (mgr.24293) 24769 : audit 0 from='client.486054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:13 smithi044 bash[32620]: audit 2023-12-07T20:08:11.817739+0000 mgr.a (mgr.24293) 24769 : audit 0 from='client.486054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:13 smithi027 bash[31536]: audit 2023-12-07T20:08:11.817739+0000 mgr.a (mgr.24293) 24769 : audit 0 from='client.486054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:14 smithi022 bash[28554]: cluster 2023-12-07T20:08:12.922863+0000 mgr.a (mgr.24293) 24770 : cluster 0 pgmap v18523: 33 pgs: 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:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:14 smithi044 bash[32620]: cluster 2023-12-07T20:08:12.922863+0000 mgr.a (mgr.24293) 24770 : cluster 0 pgmap v18523: 33 pgs: 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:14.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:14 smithi027 bash[31536]: cluster 2023-12-07T20:08:12.922863+0000 mgr.a (mgr.24293) 24770 : cluster 0 pgmap v18523: 33 pgs: 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:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:16 smithi022 bash[28554]: cluster 2023-12-07T20:08:14.923623+0000 mgr.a (mgr.24293) 24771 : cluster 0 pgmap v18524: 33 pgs: 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:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:16 smithi044 bash[32620]: cluster 2023-12-07T20:08:14.923623+0000 mgr.a (mgr.24293) 24771 : cluster 0 pgmap v18524: 33 pgs: 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:16.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:16 smithi027 bash[31536]: cluster 2023-12-07T20:08:14.923623+0000 mgr.a (mgr.24293) 24771 : cluster 0 pgmap v18524: 33 pgs: 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:17.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:17.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:17.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:18.289 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:18.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:18.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:18.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:18.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:18.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:18 smithi022 bash[28554]: cluster 2023-12-07T20:08:16.924648+0000 mgr.a (mgr.24293) 24772 : cluster 0 pgmap v18525: 33 pgs: 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:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:18 smithi044 bash[32620]: cluster 2023-12-07T20:08:16.924648+0000 mgr.a (mgr.24293) 24772 : cluster 0 pgmap v18525: 33 pgs: 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:18.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:18 smithi027 bash[31536]: cluster 2023-12-07T20:08:16.924648+0000 mgr.a (mgr.24293) 24772 : cluster 0 pgmap v18525: 33 pgs: 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:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:19 smithi022 bash[28554]: audit 2023-12-07T20:08:17.775354+0000 mgr.a (mgr.24293) 24773 : audit 0 from='client.486132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:19 smithi044 bash[32620]: audit 2023-12-07T20:08:17.775354+0000 mgr.a (mgr.24293) 24773 : audit 0 from='client.486132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:19.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:19 smithi027 bash[31536]: audit 2023-12-07T20:08:17.775354+0000 mgr.a (mgr.24293) 24773 : audit 0 from='client.486132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:20 smithi022 bash[28554]: cluster 2023-12-07T20:08:18.925415+0000 mgr.a (mgr.24293) 24774 : cluster 0 pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:20 smithi044 bash[32620]: cluster 2023-12-07T20:08:18.925415+0000 mgr.a (mgr.24293) 24774 : cluster 0 pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:20 smithi027 bash[31536]: cluster 2023-12-07T20:08:18.925415+0000 mgr.a (mgr.24293) 24774 : cluster 0 pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:22 smithi022 bash[28554]: cluster 2023-12-07T20:08:20.926279+0000 mgr.a (mgr.24293) 24775 : cluster 0 pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:22 smithi044 bash[32620]: cluster 2023-12-07T20:08:20.926279+0000 mgr.a (mgr.24293) 24775 : cluster 0 pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:22.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:22 smithi027 bash[31536]: cluster 2023-12-07T20:08:20.926279+0000 mgr.a (mgr.24293) 24775 : cluster 0 pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:23.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:23.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:23.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:24.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:24.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:24 smithi022 bash[28554]: cluster 2023-12-07T20:08:22.926864+0000 mgr.a (mgr.24293) 24776 : cluster 0 pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:24 smithi044 bash[32620]: cluster 2023-12-07T20:08:22.926864+0000 mgr.a (mgr.24293) 24776 : cluster 0 pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:24.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:24 smithi027 bash[31536]: cluster 2023-12-07T20:08:22.926864+0000 mgr.a (mgr.24293) 24776 : cluster 0 pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:25 smithi027 bash[31536]: audit 2023-12-07T20:08:23.708841+0000 mgr.a (mgr.24293) 24777 : audit 0 from='client.486210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:25 smithi022 bash[28554]: audit 2023-12-07T20:08:23.708841+0000 mgr.a (mgr.24293) 24777 : audit 0 from='client.486210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:25 smithi044 bash[32620]: audit 2023-12-07T20:08:23.708841+0000 mgr.a (mgr.24293) 24777 : audit 0 from='client.486210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:26 smithi027 bash[31536]: cluster 2023-12-07T20:08:24.927672+0000 mgr.a (mgr.24293) 24778 : cluster 0 pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:26 smithi022 bash[28554]: cluster 2023-12-07T20:08:24.927672+0000 mgr.a (mgr.24293) 24778 : cluster 0 pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:26 smithi044 bash[32620]: cluster 2023-12-07T20:08:24.927672+0000 mgr.a (mgr.24293) 24778 : cluster 0 pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:28 smithi027 bash[31536]: cluster 2023-12-07T20:08:26.928460+0000 mgr.a (mgr.24293) 24779 : cluster 0 pgmap v18530: 33 pgs: 33 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:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:28 smithi022 bash[28554]: cluster 2023-12-07T20:08:26.928460+0000 mgr.a (mgr.24293) 24779 : cluster 0 pgmap v18530: 33 pgs: 33 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:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:28 smithi044 bash[32620]: cluster 2023-12-07T20:08:26.928460+0000 mgr.a (mgr.24293) 24779 : cluster 0 pgmap v18530: 33 pgs: 33 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:29.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:29.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:29.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:30.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:30.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:30.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:30.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:30.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:30.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:30 smithi027 bash[31536]: cluster 2023-12-07T20:08:28.929035+0000 mgr.a (mgr.24293) 24780 : cluster 0 pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:30 smithi022 bash[28554]: cluster 2023-12-07T20:08:28.929035+0000 mgr.a (mgr.24293) 24780 : cluster 0 pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:30 smithi044 bash[32620]: cluster 2023-12-07T20:08:28.929035+0000 mgr.a (mgr.24293) 24780 : cluster 0 pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:31.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:31 smithi022 bash[28554]: audit 2023-12-07T20:08:29.624808+0000 mgr.a (mgr.24293) 24781 : audit 0 from='client.486285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:31 smithi044 bash[32620]: audit 2023-12-07T20:08:29.624808+0000 mgr.a (mgr.24293) 24781 : audit 0 from='client.486285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:31 smithi027 bash[31536]: audit 2023-12-07T20:08:29.624808+0000 mgr.a (mgr.24293) 24781 : audit 0 from='client.486285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:32 smithi022 bash[28554]: cluster 2023-12-07T20:08:30.929995+0000 mgr.a (mgr.24293) 24782 : cluster 0 pgmap v18532: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:32 smithi044 bash[32620]: cluster 2023-12-07T20:08:30.929995+0000 mgr.a (mgr.24293) 24782 : cluster 0 pgmap v18532: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:32 smithi027 bash[31536]: cluster 2023-12-07T20:08:30.929995+0000 mgr.a (mgr.24293) 24782 : cluster 0 pgmap v18532: 33 pgs: 33 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:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:34 smithi022 bash[28554]: cluster 2023-12-07T20:08:32.930569+0000 mgr.a (mgr.24293) 24783 : cluster 0 pgmap v18533: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:34 smithi044 bash[32620]: cluster 2023-12-07T20:08:32.930569+0000 mgr.a (mgr.24293) 24783 : cluster 0 pgmap v18533: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:34 smithi027 bash[31536]: cluster 2023-12-07T20:08:32.930569+0000 mgr.a (mgr.24293) 24783 : cluster 0 pgmap v18533: 33 pgs: 33 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.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:35.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:35.158 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:36.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:36.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:36 smithi022 bash[28554]: cluster 2023-12-07T20:08:34.931172+0000 mgr.a (mgr.24293) 24784 : cluster 0 pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:36 smithi044 bash[32620]: cluster 2023-12-07T20:08:34.931172+0000 mgr.a (mgr.24293) 24784 : cluster 0 pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:36 smithi027 bash[31536]: cluster 2023-12-07T20:08:34.931172+0000 mgr.a (mgr.24293) 24784 : cluster 0 pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:37 smithi022 bash[28554]: audit 2023-12-07T20:08:35.577747+0000 mgr.a (mgr.24293) 24785 : audit 0 from='client.486363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:37 smithi044 bash[32620]: audit 2023-12-07T20:08:35.577747+0000 mgr.a (mgr.24293) 24785 : audit 0 from='client.486363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:37 smithi027 bash[31536]: audit 2023-12-07T20:08:35.577747+0000 mgr.a (mgr.24293) 24785 : audit 0 from='client.486363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:38 smithi022 bash[28554]: cluster 2023-12-07T20:08:36.932262+0000 mgr.a (mgr.24293) 24786 : cluster 0 pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:38 smithi044 bash[32620]: cluster 2023-12-07T20:08:36.932262+0000 mgr.a (mgr.24293) 24786 : cluster 0 pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:38 smithi027 bash[31536]: cluster 2023-12-07T20:08:36.932262+0000 mgr.a (mgr.24293) 24786 : cluster 0 pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:40 smithi022 bash[28554]: cluster 2023-12-07T20:08:38.932854+0000 mgr.a (mgr.24293) 24787 : cluster 0 pgmap v18536: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:40 smithi044 bash[32620]: cluster 2023-12-07T20:08:38.932854+0000 mgr.a (mgr.24293) 24787 : cluster 0 pgmap v18536: 33 pgs: 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:40 smithi027 bash[31536]: cluster 2023-12-07T20:08:38.932854+0000 mgr.a (mgr.24293) 24787 : cluster 0 pgmap v18536: 33 pgs: 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:41.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:41.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:41.114 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:42.067 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:42.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:42.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:42.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:42.068 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:42 smithi022 bash[28554]: cluster 2023-12-07T20:08:40.933603+0000 mgr.a (mgr.24293) 24788 : cluster 0 pgmap v18537: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:42 smithi044 bash[32620]: cluster 2023-12-07T20:08:40.933603+0000 mgr.a (mgr.24293) 24788 : cluster 0 pgmap v18537: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:42 smithi027 bash[31536]: cluster 2023-12-07T20:08:40.933603+0000 mgr.a (mgr.24293) 24788 : cluster 0 pgmap v18537: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:43 smithi022 bash[28554]: audit 2023-12-07T20:08:41.528762+0000 mgr.a (mgr.24293) 24789 : audit 0 from='client.486441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:43 smithi044 bash[32620]: audit 2023-12-07T20:08:41.528762+0000 mgr.a (mgr.24293) 24789 : audit 0 from='client.486441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:43 smithi027 bash[31536]: audit 2023-12-07T20:08:41.528762+0000 mgr.a (mgr.24293) 24789 : audit 0 from='client.486441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:44 smithi022 bash[28554]: cluster 2023-12-07T20:08:42.934352+0000 mgr.a (mgr.24293) 24790 : cluster 0 pgmap v18538: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:44 smithi044 bash[32620]: cluster 2023-12-07T20:08:42.934352+0000 mgr.a (mgr.24293) 24790 : cluster 0 pgmap v18538: 33 pgs: 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:44 smithi027 bash[31536]: cluster 2023-12-07T20:08:42.934352+0000 mgr.a (mgr.24293) 24790 : cluster 0 pgmap v18538: 33 pgs: 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:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:46 smithi022 bash[28554]: cluster 2023-12-07T20:08:44.934955+0000 mgr.a (mgr.24293) 24791 : cluster 0 pgmap v18539: 33 pgs: 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:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:46 smithi044 bash[32620]: cluster 2023-12-07T20:08:44.934955+0000 mgr.a (mgr.24293) 24791 : cluster 0 pgmap v18539: 33 pgs: 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:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:46 smithi027 bash[31536]: cluster 2023-12-07T20:08:44.934955+0000 mgr.a (mgr.24293) 24791 : cluster 0 pgmap v18539: 33 pgs: 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:47.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:47.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:47.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:48.016 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:48.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:48.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:48.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:48.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:48 smithi022 bash[28554]: cluster 2023-12-07T20:08:46.935796+0000 mgr.a (mgr.24293) 24792 : cluster 0 pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:48 smithi044 bash[32620]: cluster 2023-12-07T20:08:46.935796+0000 mgr.a (mgr.24293) 24792 : cluster 0 pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:48 smithi027 bash[31536]: cluster 2023-12-07T20:08:46.935796+0000 mgr.a (mgr.24293) 24792 : cluster 0 pgmap v18540: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:49 smithi022 bash[28554]: audit 2023-12-07T20:08:47.486114+0000 mgr.a (mgr.24293) 24793 : audit 0 from='client.486519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:49 smithi044 bash[32620]: audit 2023-12-07T20:08:47.486114+0000 mgr.a (mgr.24293) 24793 : audit 0 from='client.486519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:49 smithi027 bash[31536]: audit 2023-12-07T20:08:47.486114+0000 mgr.a (mgr.24293) 24793 : audit 0 from='client.486519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:50 smithi022 bash[28554]: cluster 2023-12-07T20:08:48.936473+0000 mgr.a (mgr.24293) 24794 : cluster 0 pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:50 smithi044 bash[32620]: cluster 2023-12-07T20:08:48.936473+0000 mgr.a (mgr.24293) 24794 : cluster 0 pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:50 smithi027 bash[31536]: cluster 2023-12-07T20:08:48.936473+0000 mgr.a (mgr.24293) 24794 : cluster 0 pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:52 smithi022 bash[28554]: cluster 2023-12-07T20:08:50.937245+0000 mgr.a (mgr.24293) 24795 : cluster 0 pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:52 smithi044 bash[32620]: cluster 2023-12-07T20:08:50.937245+0000 mgr.a (mgr.24293) 24795 : cluster 0 pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:52 smithi027 bash[31536]: cluster 2023-12-07T20:08:50.937245+0000 mgr.a (mgr.24293) 24795 : cluster 0 pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:53.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:53.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:53.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:53.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:53.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:53.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:53.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:53.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:08:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:54 smithi022 bash[28554]: cluster 2023-12-07T20:08:52.937786+0000 mgr.a (mgr.24293) 24796 : cluster 0 pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:54 smithi022 bash[28554]: audit 2023-12-07T20:08:53.436467+0000 mgr.a (mgr.24293) 24797 : audit 0 from='client.486594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:54 smithi044 bash[32620]: cluster 2023-12-07T20:08:52.937786+0000 mgr.a (mgr.24293) 24796 : cluster 0 pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:54 smithi044 bash[32620]: audit 2023-12-07T20:08:53.436467+0000 mgr.a (mgr.24293) 24797 : audit 0 from='client.486594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:54 smithi027 bash[31536]: cluster 2023-12-07T20:08:52.937786+0000 mgr.a (mgr.24293) 24796 : cluster 0 pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:54 smithi027 bash[31536]: audit 2023-12-07T20:08:53.436467+0000 mgr.a (mgr.24293) 24797 : audit 0 from='client.486594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:56 smithi022 bash[28554]: cluster 2023-12-07T20:08:54.938464+0000 mgr.a (mgr.24293) 24798 : cluster 0 pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:56 smithi044 bash[32620]: cluster 2023-12-07T20:08:54.938464+0000 mgr.a (mgr.24293) 24798 : cluster 0 pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:56 smithi027 bash[31536]: cluster 2023-12-07T20:08:54.938464+0000 mgr.a (mgr.24293) 24798 : cluster 0 pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:08:58 smithi022 bash[28554]: cluster 2023-12-07T20:08:56.939455+0000 mgr.a (mgr.24293) 24799 : cluster 0 pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:08:58 smithi044 bash[32620]: cluster 2023-12-07T20:08:56.939455+0000 mgr.a (mgr.24293) 24799 : cluster 0 pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:08:58 smithi027 bash[31536]: cluster 2023-12-07T20:08:56.939455+0000 mgr.a (mgr.24293) 24799 : cluster 0 pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:58.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:08:58.986 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:58.986 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:59.916 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:08:59.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:59.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:59.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:59.916 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:00 smithi022 bash[28554]: cluster 2023-12-07T20:08:58.940033+0000 mgr.a (mgr.24293) 24800 : cluster 0 pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:00 smithi022 bash[28554]: audit 2023-12-07T20:08:59.394654+0000 mgr.a (mgr.24293) 24801 : audit 0 from='client.486669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:00 smithi044 bash[32620]: cluster 2023-12-07T20:08:58.940033+0000 mgr.a (mgr.24293) 24800 : cluster 0 pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:00 smithi044 bash[32620]: audit 2023-12-07T20:08:59.394654+0000 mgr.a (mgr.24293) 24801 : audit 0 from='client.486669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:00 smithi027 bash[31536]: cluster 2023-12-07T20:08:58.940033+0000 mgr.a (mgr.24293) 24800 : cluster 0 pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:00 smithi027 bash[31536]: audit 2023-12-07T20:08:59.394654+0000 mgr.a (mgr.24293) 24801 : audit 0 from='client.486669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:02 smithi022 bash[28554]: cluster 2023-12-07T20:09:00.940970+0000 mgr.a (mgr.24293) 24802 : cluster 0 pgmap v18547: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:02 smithi044 bash[32620]: cluster 2023-12-07T20:09:00.940970+0000 mgr.a (mgr.24293) 24802 : cluster 0 pgmap v18547: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:02 smithi027 bash[31536]: cluster 2023-12-07T20:09:00.940970+0000 mgr.a (mgr.24293) 24802 : cluster 0 pgmap v18547: 33 pgs: 33 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:04.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:04 smithi022 bash[28554]: cluster 2023-12-07T20:09:02.941569+0000 mgr.a (mgr.24293) 24803 : cluster 0 pgmap v18548: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:04 smithi044 bash[32620]: cluster 2023-12-07T20:09:02.941569+0000 mgr.a (mgr.24293) 24803 : cluster 0 pgmap v18548: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:04 smithi027 bash[31536]: cluster 2023-12-07T20:09:02.941569+0000 mgr.a (mgr.24293) 24803 : cluster 0 pgmap v18548: 33 pgs: 33 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.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:04.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:04.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:05.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:05.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:05.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:05.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:05.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:06 smithi022 bash[28554]: cluster 2023-12-07T20:09:04.942156+0000 mgr.a (mgr.24293) 24804 : cluster 0 pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:06 smithi022 bash[28554]: audit 2023-12-07T20:09:05.338324+0000 mgr.a (mgr.24293) 24805 : audit 0 from='client.486747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:06 smithi044 bash[32620]: cluster 2023-12-07T20:09:04.942156+0000 mgr.a (mgr.24293) 24804 : cluster 0 pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:06 smithi044 bash[32620]: audit 2023-12-07T20:09:05.338324+0000 mgr.a (mgr.24293) 24805 : audit 0 from='client.486747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:06 smithi027 bash[31536]: cluster 2023-12-07T20:09:04.942156+0000 mgr.a (mgr.24293) 24804 : cluster 0 pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:06 smithi027 bash[31536]: audit 2023-12-07T20:09:05.338324+0000 mgr.a (mgr.24293) 24805 : audit 0 from='client.486747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:08 smithi022 bash[28554]: cluster 2023-12-07T20:09:06.943232+0000 mgr.a (mgr.24293) 24806 : cluster 0 pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:08 smithi044 bash[32620]: cluster 2023-12-07T20:09:06.943232+0000 mgr.a (mgr.24293) 24806 : cluster 0 pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:08 smithi027 bash[31536]: cluster 2023-12-07T20:09:06.943232+0000 mgr.a (mgr.24293) 24806 : cluster 0 pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:10 smithi022 bash[28554]: cluster 2023-12-07T20:09:08.943838+0000 mgr.a (mgr.24293) 24807 : cluster 0 pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:10 smithi044 bash[32620]: cluster 2023-12-07T20:09:08.943838+0000 mgr.a (mgr.24293) 24807 : cluster 0 pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:10 smithi027 bash[31536]: cluster 2023-12-07T20:09:08.943838+0000 mgr.a (mgr.24293) 24807 : cluster 0 pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:10.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:10.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:10.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:11 smithi022 bash[28554]: audit 2023-12-07T20:09:10.759718+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:11 smithi044 bash[32620]: audit 2023-12-07T20:09:10.759718+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:11 smithi027 bash[31536]: audit 2023-12-07T20:09:10.759718+0000 mon.a (mon.0) 3860 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:11.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:11.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:11.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:11.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:11.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:12 smithi022 bash[28554]: cluster 2023-12-07T20:09:10.944545+0000 mgr.a (mgr.24293) 24808 : cluster 0 pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:12 smithi022 bash[28554]: audit 2023-12-07T20:09:11.294799+0000 mgr.a (mgr.24293) 24809 : audit 0 from='client.486822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:12 smithi022 bash[28554]: audit 2023-12-07T20:09:11.608416+0000 mon.a (mon.0) 3861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:12 smithi022 bash[28554]: audit 2023-12-07T20:09:11.610728+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:12.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:12 smithi022 bash[28554]: audit 2023-12-07T20:09:11.620609+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:09:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:12 smithi044 bash[32620]: cluster 2023-12-07T20:09:10.944545+0000 mgr.a (mgr.24293) 24808 : cluster 0 pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:12 smithi044 bash[32620]: audit 2023-12-07T20:09:11.294799+0000 mgr.a (mgr.24293) 24809 : audit 0 from='client.486822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:12 smithi044 bash[32620]: audit 2023-12-07T20:09:11.608416+0000 mon.a (mon.0) 3861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:12 smithi044 bash[32620]: audit 2023-12-07T20:09:11.610728+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:12.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:12 smithi044 bash[32620]: audit 2023-12-07T20:09:11.620609+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:09:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:12 smithi027 bash[31536]: cluster 2023-12-07T20:09:10.944545+0000 mgr.a (mgr.24293) 24808 : cluster 0 pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:12 smithi027 bash[31536]: audit 2023-12-07T20:09:11.294799+0000 mgr.a (mgr.24293) 24809 : audit 0 from='client.486822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:12 smithi027 bash[31536]: audit 2023-12-07T20:09:11.608416+0000 mon.a (mon.0) 3861 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:12 smithi027 bash[31536]: audit 2023-12-07T20:09:11.610728+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:12 smithi027 bash[31536]: audit 2023-12-07T20:09:11.620609+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:09:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:14 smithi022 bash[28554]: cluster 2023-12-07T20:09:12.945206+0000 mgr.a (mgr.24293) 24810 : cluster 0 pgmap v18553: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:14 smithi044 bash[32620]: cluster 2023-12-07T20:09:12.945206+0000 mgr.a (mgr.24293) 24810 : cluster 0 pgmap v18553: 33 pgs: 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:14 smithi027 bash[31536]: cluster 2023-12-07T20:09:12.945206+0000 mgr.a (mgr.24293) 24810 : cluster 0 pgmap v18553: 33 pgs: 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:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:16 smithi022 bash[28554]: cluster 2023-12-07T20:09:14.945782+0000 mgr.a (mgr.24293) 24811 : cluster 0 pgmap v18554: 33 pgs: 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:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:16 smithi044 bash[32620]: cluster 2023-12-07T20:09:14.945782+0000 mgr.a (mgr.24293) 24811 : cluster 0 pgmap v18554: 33 pgs: 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:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:16 smithi027 bash[31536]: cluster 2023-12-07T20:09:14.945782+0000 mgr.a (mgr.24293) 24811 : cluster 0 pgmap v18554: 33 pgs: 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:16.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:16.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:16.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:17.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:17.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:18 smithi022 bash[28554]: cluster 2023-12-07T20:09:16.946573+0000 mgr.a (mgr.24293) 24812 : cluster 0 pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:18 smithi022 bash[28554]: audit 2023-12-07T20:09:17.244139+0000 mgr.a (mgr.24293) 24813 : audit 0 from='client.486900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:18 smithi044 bash[32620]: cluster 2023-12-07T20:09:16.946573+0000 mgr.a (mgr.24293) 24812 : cluster 0 pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:18 smithi044 bash[32620]: audit 2023-12-07T20:09:17.244139+0000 mgr.a (mgr.24293) 24813 : audit 0 from='client.486900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:18 smithi027 bash[31536]: cluster 2023-12-07T20:09:16.946573+0000 mgr.a (mgr.24293) 24812 : cluster 0 pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:18 smithi027 bash[31536]: audit 2023-12-07T20:09:17.244139+0000 mgr.a (mgr.24293) 24813 : audit 0 from='client.486900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:20 smithi022 bash[28554]: cluster 2023-12-07T20:09:18.947233+0000 mgr.a (mgr.24293) 24814 : cluster 0 pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:20 smithi044 bash[32620]: cluster 2023-12-07T20:09:18.947233+0000 mgr.a (mgr.24293) 24814 : cluster 0 pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:20 smithi027 bash[31536]: cluster 2023-12-07T20:09:18.947233+0000 mgr.a (mgr.24293) 24814 : cluster 0 pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:22 smithi022 bash[28554]: cluster 2023-12-07T20:09:20.948070+0000 mgr.a (mgr.24293) 24815 : cluster 0 pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:22 smithi044 bash[32620]: cluster 2023-12-07T20:09:20.948070+0000 mgr.a (mgr.24293) 24815 : cluster 0 pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:22 smithi027 bash[31536]: cluster 2023-12-07T20:09:20.948070+0000 mgr.a (mgr.24293) 24815 : cluster 0 pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:22.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:22.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:22.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:23.729 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:23.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:23.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:23.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:23.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:24 smithi022 bash[28554]: cluster 2023-12-07T20:09:22.948461+0000 mgr.a (mgr.24293) 24816 : cluster 0 pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:24 smithi022 bash[28554]: audit 2023-12-07T20:09:23.189812+0000 mgr.a (mgr.24293) 24817 : audit 0 from='client.486972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:24 smithi044 bash[32620]: cluster 2023-12-07T20:09:22.948461+0000 mgr.a (mgr.24293) 24816 : cluster 0 pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:24 smithi044 bash[32620]: audit 2023-12-07T20:09:23.189812+0000 mgr.a (mgr.24293) 24817 : audit 0 from='client.486972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:24 smithi027 bash[31536]: cluster 2023-12-07T20:09:22.948461+0000 mgr.a (mgr.24293) 24816 : cluster 0 pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:24 smithi027 bash[31536]: audit 2023-12-07T20:09:23.189812+0000 mgr.a (mgr.24293) 24817 : audit 0 from='client.486972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:26 smithi022 bash[28554]: cluster 2023-12-07T20:09:24.949115+0000 mgr.a (mgr.24293) 24818 : cluster 0 pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:26 smithi044 bash[32620]: cluster 2023-12-07T20:09:24.949115+0000 mgr.a (mgr.24293) 24818 : cluster 0 pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:26 smithi027 bash[31536]: cluster 2023-12-07T20:09:24.949115+0000 mgr.a (mgr.24293) 24818 : cluster 0 pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:28 smithi022 bash[28554]: cluster 2023-12-07T20:09:26.949944+0000 mgr.a (mgr.24293) 24819 : cluster 0 pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:28 smithi044 bash[32620]: cluster 2023-12-07T20:09:26.949944+0000 mgr.a (mgr.24293) 24819 : cluster 0 pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:28 smithi027 bash[31536]: cluster 2023-12-07T20:09:26.949944+0000 mgr.a (mgr.24293) 24819 : cluster 0 pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:28.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:28.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:28.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:29.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:29.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:29.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:29.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:29.682 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:30 smithi022 bash[28554]: cluster 2023-12-07T20:09:28.950511+0000 mgr.a (mgr.24293) 24820 : cluster 0 pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:30 smithi022 bash[28554]: audit 2023-12-07T20:09:29.146757+0000 mgr.a (mgr.24293) 24821 : audit 0 from='client.487044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:30 smithi044 bash[32620]: cluster 2023-12-07T20:09:28.950511+0000 mgr.a (mgr.24293) 24820 : cluster 0 pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:30 smithi044 bash[32620]: audit 2023-12-07T20:09:29.146757+0000 mgr.a (mgr.24293) 24821 : audit 0 from='client.487044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:30 smithi027 bash[31536]: cluster 2023-12-07T20:09:28.950511+0000 mgr.a (mgr.24293) 24820 : cluster 0 pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:30 smithi027 bash[31536]: audit 2023-12-07T20:09:29.146757+0000 mgr.a (mgr.24293) 24821 : audit 0 from='client.487044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:32 smithi022 bash[28554]: cluster 2023-12-07T20:09:30.951412+0000 mgr.a (mgr.24293) 24822 : cluster 0 pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:32 smithi044 bash[32620]: cluster 2023-12-07T20:09:30.951412+0000 mgr.a (mgr.24293) 24822 : cluster 0 pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:32 smithi027 bash[31536]: cluster 2023-12-07T20:09:30.951412+0000 mgr.a (mgr.24293) 24822 : cluster 0 pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:34 smithi022 bash[28554]: cluster 2023-12-07T20:09:32.951974+0000 mgr.a (mgr.24293) 24823 : cluster 0 pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:34 smithi044 bash[32620]: cluster 2023-12-07T20:09:32.951974+0000 mgr.a (mgr.24293) 24823 : cluster 0 pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:34.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:34.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:34.686 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:34 smithi027 bash[31536]: cluster 2023-12-07T20:09:32.951974+0000 mgr.a (mgr.24293) 24823 : cluster 0 pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:35.603 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:35.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:35.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:35.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:35.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:36 smithi022 bash[28554]: cluster 2023-12-07T20:09:34.952524+0000 mgr.a (mgr.24293) 24824 : cluster 0 pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:36 smithi022 bash[28554]: audit 2023-12-07T20:09:35.105278+0000 mgr.a (mgr.24293) 24825 : audit 0 from='client.391549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:36 smithi044 bash[32620]: cluster 2023-12-07T20:09:34.952524+0000 mgr.a (mgr.24293) 24824 : cluster 0 pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:36 smithi044 bash[32620]: audit 2023-12-07T20:09:35.105278+0000 mgr.a (mgr.24293) 24825 : audit 0 from='client.391549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:36 smithi027 bash[31536]: cluster 2023-12-07T20:09:34.952524+0000 mgr.a (mgr.24293) 24824 : cluster 0 pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:36 smithi027 bash[31536]: audit 2023-12-07T20:09:35.105278+0000 mgr.a (mgr.24293) 24825 : audit 0 from='client.391549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:38 smithi022 bash[28554]: cluster 2023-12-07T20:09:36.953451+0000 mgr.a (mgr.24293) 24826 : cluster 0 pgmap v18565: 33 pgs: 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:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:38 smithi044 bash[32620]: cluster 2023-12-07T20:09:36.953451+0000 mgr.a (mgr.24293) 24826 : cluster 0 pgmap v18565: 33 pgs: 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:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:38 smithi027 bash[31536]: cluster 2023-12-07T20:09:36.953451+0000 mgr.a (mgr.24293) 24826 : cluster 0 pgmap v18565: 33 pgs: 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:40.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:40.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:40 smithi022 bash[28554]: cluster 2023-12-07T20:09:38.954031+0000 mgr.a (mgr.24293) 24827 : cluster 0 pgmap v18566: 33 pgs: 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:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:40 smithi044 bash[32620]: cluster 2023-12-07T20:09:38.954031+0000 mgr.a (mgr.24293) 24827 : cluster 0 pgmap v18566: 33 pgs: 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:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:40 smithi027 bash[31536]: cluster 2023-12-07T20:09:38.954031+0000 mgr.a (mgr.24293) 24827 : cluster 0 pgmap v18566: 33 pgs: 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:41.534 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:41.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:41.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:41.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:41.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:42 smithi022 bash[28554]: cluster 2023-12-07T20:09:40.954757+0000 mgr.a (mgr.24293) 24828 : cluster 0 pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:42 smithi022 bash[28554]: audit 2023-12-07T20:09:41.015066+0000 mgr.a (mgr.24293) 24829 : audit 0 from='client.487197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:42 smithi044 bash[32620]: cluster 2023-12-07T20:09:40.954757+0000 mgr.a (mgr.24293) 24828 : cluster 0 pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:42.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:42 smithi044 bash[32620]: audit 2023-12-07T20:09:41.015066+0000 mgr.a (mgr.24293) 24829 : audit 0 from='client.487197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:42 smithi027 bash[31536]: cluster 2023-12-07T20:09:40.954757+0000 mgr.a (mgr.24293) 24828 : cluster 0 pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:42.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:42 smithi027 bash[31536]: audit 2023-12-07T20:09:41.015066+0000 mgr.a (mgr.24293) 24829 : audit 0 from='client.487197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:44 smithi022 bash[28554]: cluster 2023-12-07T20:09:42.955419+0000 mgr.a (mgr.24293) 24830 : cluster 0 pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:44 smithi044 bash[32620]: cluster 2023-12-07T20:09:42.955419+0000 mgr.a (mgr.24293) 24830 : cluster 0 pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:44 smithi027 bash[31536]: cluster 2023-12-07T20:09:42.955419+0000 mgr.a (mgr.24293) 24830 : cluster 0 pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:46.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:46.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:46.539 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:46.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:46 smithi022 bash[28554]: cluster 2023-12-07T20:09:44.955963+0000 mgr.a (mgr.24293) 24831 : cluster 0 pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:46 smithi044 bash[32620]: cluster 2023-12-07T20:09:44.955963+0000 mgr.a (mgr.24293) 24831 : cluster 0 pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:46 smithi027 bash[31536]: cluster 2023-12-07T20:09:44.955963+0000 mgr.a (mgr.24293) 24831 : cluster 0 pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:47.470 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:47.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:47.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:47.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:47.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:48 smithi022 bash[28554]: audit 2023-12-07T20:09:46.954512+0000 mgr.a (mgr.24293) 24832 : audit 0 from='client.487275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:48 smithi022 bash[28554]: cluster 2023-12-07T20:09:46.972752+0000 mgr.a (mgr.24293) 24833 : cluster 0 pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:48 smithi044 bash[32620]: audit 2023-12-07T20:09:46.954512+0000 mgr.a (mgr.24293) 24832 : audit 0 from='client.487275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:48 smithi044 bash[32620]: cluster 2023-12-07T20:09:46.972752+0000 mgr.a (mgr.24293) 24833 : cluster 0 pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:48 smithi027 bash[31536]: audit 2023-12-07T20:09:46.954512+0000 mgr.a (mgr.24293) 24832 : audit 0 from='client.487275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:48 smithi027 bash[31536]: cluster 2023-12-07T20:09:46.972752+0000 mgr.a (mgr.24293) 24833 : cluster 0 pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:50 smithi022 bash[28554]: cluster 2023-12-07T20:09:48.973457+0000 mgr.a (mgr.24293) 24834 : cluster 0 pgmap v18571: 33 pgs: 33 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:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:50 smithi044 bash[32620]: cluster 2023-12-07T20:09:48.973457+0000 mgr.a (mgr.24293) 24834 : cluster 0 pgmap v18571: 33 pgs: 33 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:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:50 smithi027 bash[31536]: cluster 2023-12-07T20:09:48.973457+0000 mgr.a (mgr.24293) 24834 : cluster 0 pgmap v18571: 33 pgs: 33 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:52.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:52.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:52.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:52 smithi022 bash[28554]: cluster 2023-12-07T20:09:50.974246+0000 mgr.a (mgr.24293) 24835 : cluster 0 pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:09:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:52 smithi044 bash[32620]: cluster 2023-12-07T20:09:50.974246+0000 mgr.a (mgr.24293) 24835 : cluster 0 pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:09:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:52 smithi027 bash[31536]: cluster 2023-12-07T20:09:50.974246+0000 mgr.a (mgr.24293) 24835 : cluster 0 pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:09:53.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:53.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:53.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:53.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:53.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:09:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:54 smithi022 bash[28554]: audit 2023-12-07T20:09:52.888074+0000 mgr.a (mgr.24293) 24836 : audit 0 from='client.487350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:54 smithi022 bash[28554]: cluster 2023-12-07T20:09:52.974760+0000 mgr.a (mgr.24293) 24837 : cluster 0 pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:54 smithi044 bash[32620]: audit 2023-12-07T20:09:52.888074+0000 mgr.a (mgr.24293) 24836 : audit 0 from='client.487350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:54 smithi044 bash[32620]: cluster 2023-12-07T20:09:52.974760+0000 mgr.a (mgr.24293) 24837 : cluster 0 pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:54 smithi027 bash[31536]: audit 2023-12-07T20:09:52.888074+0000 mgr.a (mgr.24293) 24836 : audit 0 from='client.487350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:54 smithi027 bash[31536]: cluster 2023-12-07T20:09:52.974760+0000 mgr.a (mgr.24293) 24837 : cluster 0 pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:56 smithi022 bash[28554]: cluster 2023-12-07T20:09:54.975429+0000 mgr.a (mgr.24293) 24838 : cluster 0 pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:56 smithi044 bash[32620]: cluster 2023-12-07T20:09:54.975429+0000 mgr.a (mgr.24293) 24838 : cluster 0 pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:56 smithi027 bash[31536]: cluster 2023-12-07T20:09:54.975429+0000 mgr.a (mgr.24293) 24838 : cluster 0 pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:58.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:09:58.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:58.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:09:58 smithi022 bash[28554]: cluster 2023-12-07T20:09:56.976227+0000 mgr.a (mgr.24293) 24839 : cluster 0 pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:09:58 smithi044 bash[32620]: cluster 2023-12-07T20:09:56.976227+0000 mgr.a (mgr.24293) 24839 : cluster 0 pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:09:58 smithi027 bash[31536]: cluster 2023-12-07T20:09:56.976227+0000 mgr.a (mgr.24293) 24839 : cluster 0 pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:59.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:09:59.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:59.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:59.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:59.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:00 smithi022 bash[28554]: audit 2023-12-07T20:09:58.833374+0000 mgr.a (mgr.24293) 24840 : audit 0 from='client.487425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:00 smithi022 bash[28554]: cluster 2023-12-07T20:09:58.986384+0000 mgr.a (mgr.24293) 24841 : cluster 0 pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:00 smithi022 bash[28554]: cluster 2023-12-07T20:10:00.000129+0000 mon.a (mon.0) 3864 : cluster 1 overall HEALTH_OK 2023-12-07T20:10:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:00 smithi044 bash[32620]: audit 2023-12-07T20:09:58.833374+0000 mgr.a (mgr.24293) 24840 : audit 0 from='client.487425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:00 smithi044 bash[32620]: cluster 2023-12-07T20:09:58.986384+0000 mgr.a (mgr.24293) 24841 : cluster 0 pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:00 smithi044 bash[32620]: cluster 2023-12-07T20:10:00.000129+0000 mon.a (mon.0) 3864 : cluster 1 overall HEALTH_OK 2023-12-07T20:10:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:00 smithi027 bash[31536]: audit 2023-12-07T20:09:58.833374+0000 mgr.a (mgr.24293) 24840 : audit 0 from='client.487425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:00.713 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:00 smithi027 bash[31536]: cluster 2023-12-07T20:09:58.986384+0000 mgr.a (mgr.24293) 24841 : cluster 0 pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.713 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:00 smithi027 bash[31536]: cluster 2023-12-07T20:10:00.000129+0000 mon.a (mon.0) 3864 : cluster 1 overall HEALTH_OK 2023-12-07T20:10:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:02 smithi022 bash[28554]: cluster 2023-12-07T20:10:00.987507+0000 mgr.a (mgr.24293) 24842 : cluster 0 pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:02 smithi044 bash[32620]: cluster 2023-12-07T20:10:00.987507+0000 mgr.a (mgr.24293) 24842 : cluster 0 pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:02 smithi027 bash[31536]: cluster 2023-12-07T20:10:00.987507+0000 mgr.a (mgr.24293) 24842 : cluster 0 pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:04.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:04.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:04 smithi022 bash[28554]: cluster 2023-12-07T20:10:02.988183+0000 mgr.a (mgr.24293) 24843 : cluster 0 pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:04 smithi044 bash[32620]: cluster 2023-12-07T20:10:02.988183+0000 mgr.a (mgr.24293) 24843 : cluster 0 pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:04 smithi027 bash[31536]: cluster 2023-12-07T20:10:02.988183+0000 mgr.a (mgr.24293) 24843 : cluster 0 pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:05.300 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:05.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:05.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:05.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:05.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:06 smithi044 bash[32620]: audit 2023-12-07T20:10:04.770739+0000 mgr.a (mgr.24293) 24844 : audit 0 from='client.487500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:06.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:06 smithi044 bash[32620]: cluster 2023-12-07T20:10:04.988856+0000 mgr.a (mgr.24293) 24845 : cluster 0 pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:06 smithi027 bash[31536]: audit 2023-12-07T20:10:04.770739+0000 mgr.a (mgr.24293) 24844 : audit 0 from='client.487500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:06 smithi027 bash[31536]: cluster 2023-12-07T20:10:04.988856+0000 mgr.a (mgr.24293) 24845 : cluster 0 pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:06 smithi022 bash[28554]: audit 2023-12-07T20:10:04.770739+0000 mgr.a (mgr.24293) 24844 : audit 0 from='client.487500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:06 smithi022 bash[28554]: cluster 2023-12-07T20:10:04.988856+0000 mgr.a (mgr.24293) 24845 : cluster 0 pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:08 smithi027 bash[31536]: cluster 2023-12-07T20:10:06.989784+0000 mgr.a (mgr.24293) 24846 : cluster 0 pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:08 smithi022 bash[28554]: cluster 2023-12-07T20:10:06.989784+0000 mgr.a (mgr.24293) 24846 : cluster 0 pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:08 smithi044 bash[32620]: cluster 2023-12-07T20:10:06.989784+0000 mgr.a (mgr.24293) 24846 : cluster 0 pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:10.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:10.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:10.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:10 smithi027 bash[31536]: cluster 2023-12-07T20:10:08.990342+0000 mgr.a (mgr.24293) 24847 : cluster 0 pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:10 smithi022 bash[28554]: cluster 2023-12-07T20:10:08.990342+0000 mgr.a (mgr.24293) 24847 : cluster 0 pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:10 smithi044 bash[32620]: cluster 2023-12-07T20:10:08.990342+0000 mgr.a (mgr.24293) 24847 : cluster 0 pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:11.248 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:11.248 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:11.249 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:12 smithi027 bash[31536]: audit 2023-12-07T20:10:10.718786+0000 mgr.a (mgr.24293) 24848 : audit 0 from='client.487578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:12 smithi027 bash[31536]: cluster 2023-12-07T20:10:10.991310+0000 mgr.a (mgr.24293) 24849 : cluster 0 pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:12 smithi027 bash[31536]: audit 2023-12-07T20:10:11.739183+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:12 smithi027 bash[31536]: audit 2023-12-07T20:10:12.267900+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:12 smithi027 bash[31536]: audit 2023-12-07T20:10:12.273414+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:12 smithi022 bash[28554]: audit 2023-12-07T20:10:10.718786+0000 mgr.a (mgr.24293) 24848 : audit 0 from='client.487578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:12 smithi022 bash[28554]: cluster 2023-12-07T20:10:10.991310+0000 mgr.a (mgr.24293) 24849 : cluster 0 pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:12 smithi022 bash[28554]: audit 2023-12-07T20:10:11.739183+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:12 smithi022 bash[28554]: audit 2023-12-07T20:10:12.267900+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:12 smithi022 bash[28554]: audit 2023-12-07T20:10:12.273414+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:12 smithi044 bash[32620]: audit 2023-12-07T20:10:10.718786+0000 mgr.a (mgr.24293) 24848 : audit 0 from='client.487578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:12 smithi044 bash[32620]: cluster 2023-12-07T20:10:10.991310+0000 mgr.a (mgr.24293) 24849 : cluster 0 pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:12 smithi044 bash[32620]: audit 2023-12-07T20:10:11.739183+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:12 smithi044 bash[32620]: audit 2023-12-07T20:10:12.267900+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:12 smithi044 bash[32620]: audit 2023-12-07T20:10:12.273414+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:13 smithi027 bash[31536]: audit 2023-12-07T20:10:13.010965+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:13 smithi027 bash[31536]: audit 2023-12-07T20:10:13.012897+0000 mon.a (mon.0) 3869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:13.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:13 smithi027 bash[31536]: audit 2023-12-07T20:10:13.023456+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:13 smithi022 bash[28554]: audit 2023-12-07T20:10:13.010965+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:13 smithi022 bash[28554]: audit 2023-12-07T20:10:13.012897+0000 mon.a (mon.0) 3869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:13 smithi022 bash[28554]: audit 2023-12-07T20:10:13.023456+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:13 smithi044 bash[32620]: audit 2023-12-07T20:10:13.010965+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:13 smithi044 bash[32620]: audit 2023-12-07T20:10:13.012897+0000 mon.a (mon.0) 3869 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:13.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:13 smithi044 bash[32620]: audit 2023-12-07T20:10:13.023456+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:10:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:14 smithi027 bash[31536]: cluster 2023-12-07T20:10:12.991971+0000 mgr.a (mgr.24293) 24850 : cluster 0 pgmap v18583: 33 pgs: 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:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:14 smithi022 bash[28554]: cluster 2023-12-07T20:10:12.991971+0000 mgr.a (mgr.24293) 24850 : cluster 0 pgmap v18583: 33 pgs: 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:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:14 smithi044 bash[32620]: cluster 2023-12-07T20:10:12.991971+0000 mgr.a (mgr.24293) 24850 : cluster 0 pgmap v18583: 33 pgs: 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:16.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:16.252 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:16.253 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:16 smithi022 bash[28554]: cluster 2023-12-07T20:10:14.992571+0000 mgr.a (mgr.24293) 24851 : cluster 0 pgmap v18584: 33 pgs: 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:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:16 smithi044 bash[32620]: cluster 2023-12-07T20:10:14.992571+0000 mgr.a (mgr.24293) 24851 : cluster 0 pgmap v18584: 33 pgs: 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:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:16 smithi027 bash[31536]: cluster 2023-12-07T20:10:14.992571+0000 mgr.a (mgr.24293) 24851 : cluster 0 pgmap v18584: 33 pgs: 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.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:17.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:17.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:17.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:17.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:18 smithi022 bash[28554]: audit 2023-12-07T20:10:16.677513+0000 mgr.a (mgr.24293) 24852 : audit 0 from='client.487653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:18 smithi022 bash[28554]: cluster 2023-12-07T20:10:16.993788+0000 mgr.a (mgr.24293) 24853 : cluster 0 pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:18 smithi044 bash[32620]: audit 2023-12-07T20:10:16.677513+0000 mgr.a (mgr.24293) 24852 : audit 0 from='client.487653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:18 smithi044 bash[32620]: cluster 2023-12-07T20:10:16.993788+0000 mgr.a (mgr.24293) 24853 : cluster 0 pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:18 smithi027 bash[31536]: audit 2023-12-07T20:10:16.677513+0000 mgr.a (mgr.24293) 24852 : audit 0 from='client.487653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:18 smithi027 bash[31536]: cluster 2023-12-07T20:10:16.993788+0000 mgr.a (mgr.24293) 24853 : cluster 0 pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:20 smithi022 bash[28554]: cluster 2023-12-07T20:10:18.994649+0000 mgr.a (mgr.24293) 24854 : cluster 0 pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:20 smithi044 bash[32620]: cluster 2023-12-07T20:10:18.994649+0000 mgr.a (mgr.24293) 24854 : cluster 0 pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:20 smithi027 bash[31536]: cluster 2023-12-07T20:10:18.994649+0000 mgr.a (mgr.24293) 24854 : cluster 0 pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:22.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:22.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:22.204 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:22.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:22 smithi022 bash[28554]: cluster 2023-12-07T20:10:20.995509+0000 mgr.a (mgr.24293) 24855 : cluster 0 pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:22 smithi044 bash[32620]: cluster 2023-12-07T20:10:20.995509+0000 mgr.a (mgr.24293) 24855 : cluster 0 pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:22 smithi027 bash[31536]: cluster 2023-12-07T20:10:20.995509+0000 mgr.a (mgr.24293) 24855 : cluster 0 pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:23.132 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:23.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:23.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:23.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:23.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:24 smithi022 bash[28554]: audit 2023-12-07T20:10:22.619025+0000 mgr.a (mgr.24293) 24856 : audit 0 from='client.487722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:24 smithi022 bash[28554]: cluster 2023-12-07T20:10:22.996404+0000 mgr.a (mgr.24293) 24857 : cluster 0 pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:24 smithi044 bash[32620]: audit 2023-12-07T20:10:22.619025+0000 mgr.a (mgr.24293) 24856 : audit 0 from='client.487722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:24 smithi044 bash[32620]: cluster 2023-12-07T20:10:22.996404+0000 mgr.a (mgr.24293) 24857 : cluster 0 pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:24 smithi027 bash[31536]: audit 2023-12-07T20:10:22.619025+0000 mgr.a (mgr.24293) 24856 : audit 0 from='client.487722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:24 smithi027 bash[31536]: cluster 2023-12-07T20:10:22.996404+0000 mgr.a (mgr.24293) 24857 : cluster 0 pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:26 smithi022 bash[28554]: cluster 2023-12-07T20:10:24.997163+0000 mgr.a (mgr.24293) 24858 : cluster 0 pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:26 smithi044 bash[32620]: cluster 2023-12-07T20:10:24.997163+0000 mgr.a (mgr.24293) 24858 : cluster 0 pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:26 smithi027 bash[31536]: cluster 2023-12-07T20:10:24.997163+0000 mgr.a (mgr.24293) 24858 : cluster 0 pgmap v18589: 33 pgs: 33 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.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:28.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:28.136 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:28 smithi022 bash[28554]: cluster 2023-12-07T20:10:26.998180+0000 mgr.a (mgr.24293) 24859 : cluster 0 pgmap v18590: 33 pgs: 33 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:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:28 smithi044 bash[32620]: cluster 2023-12-07T20:10:26.998180+0000 mgr.a (mgr.24293) 24859 : cluster 0 pgmap v18590: 33 pgs: 33 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:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:28 smithi027 bash[31536]: cluster 2023-12-07T20:10:26.998180+0000 mgr.a (mgr.24293) 24859 : cluster 0 pgmap v18590: 33 pgs: 33 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:29.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:29.065 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:29.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:29.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:29.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:30 smithi022 bash[28554]: audit 2023-12-07T20:10:28.543096+0000 mgr.a (mgr.24293) 24860 : audit 0 from='client.487794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:30 smithi022 bash[28554]: cluster 2023-12-07T20:10:28.998850+0000 mgr.a (mgr.24293) 24861 : cluster 0 pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:30 smithi044 bash[32620]: audit 2023-12-07T20:10:28.543096+0000 mgr.a (mgr.24293) 24860 : audit 0 from='client.487794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:30 smithi044 bash[32620]: cluster 2023-12-07T20:10:28.998850+0000 mgr.a (mgr.24293) 24861 : cluster 0 pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:30 smithi027 bash[31536]: audit 2023-12-07T20:10:28.543096+0000 mgr.a (mgr.24293) 24860 : audit 0 from='client.487794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:30 smithi027 bash[31536]: cluster 2023-12-07T20:10:28.998850+0000 mgr.a (mgr.24293) 24861 : cluster 0 pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:32.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:32 smithi022 bash[28554]: cluster 2023-12-07T20:10:30.999710+0000 mgr.a (mgr.24293) 24862 : cluster 0 pgmap v18592: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:32 smithi044 bash[32620]: cluster 2023-12-07T20:10:30.999710+0000 mgr.a (mgr.24293) 24862 : cluster 0 pgmap v18592: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:32 smithi027 bash[31536]: cluster 2023-12-07T20:10:30.999710+0000 mgr.a (mgr.24293) 24862 : cluster 0 pgmap v18592: 33 pgs: 33 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:34.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:34.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:34.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:34 smithi022 bash[28554]: cluster 2023-12-07T20:10:33.000281+0000 mgr.a (mgr.24293) 24863 : cluster 0 pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:34 smithi044 bash[32620]: cluster 2023-12-07T20:10:33.000281+0000 mgr.a (mgr.24293) 24863 : cluster 0 pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:34 smithi027 bash[31536]: cluster 2023-12-07T20:10:33.000281+0000 mgr.a (mgr.24293) 24863 : cluster 0 pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:34.993 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:34.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:34.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:34.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:34.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:36 smithi022 bash[28554]: audit 2023-12-07T20:10:34.483043+0000 mgr.a (mgr.24293) 24864 : audit 0 from='client.487872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:36 smithi022 bash[28554]: cluster 2023-12-07T20:10:35.000930+0000 mgr.a (mgr.24293) 24865 : cluster 0 pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:36 smithi044 bash[32620]: audit 2023-12-07T20:10:34.483043+0000 mgr.a (mgr.24293) 24864 : audit 0 from='client.487872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:36.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:36 smithi044 bash[32620]: cluster 2023-12-07T20:10:35.000930+0000 mgr.a (mgr.24293) 24865 : cluster 0 pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:36 smithi027 bash[31536]: audit 2023-12-07T20:10:34.483043+0000 mgr.a (mgr.24293) 24864 : audit 0 from='client.487872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:36 smithi027 bash[31536]: cluster 2023-12-07T20:10:35.000930+0000 mgr.a (mgr.24293) 24865 : cluster 0 pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:38 smithi022 bash[28554]: cluster 2023-12-07T20:10:37.001772+0000 mgr.a (mgr.24293) 24866 : cluster 0 pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:38 smithi044 bash[32620]: cluster 2023-12-07T20:10:37.001772+0000 mgr.a (mgr.24293) 24866 : cluster 0 pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:38.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:38 smithi027 bash[31536]: cluster 2023-12-07T20:10:37.001772+0000 mgr.a (mgr.24293) 24866 : cluster 0 pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:39.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:39.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:39.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:40 smithi022 bash[28554]: cluster 2023-12-07T20:10:39.002340+0000 mgr.a (mgr.24293) 24867 : cluster 0 pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:40 smithi044 bash[32620]: cluster 2023-12-07T20:10:39.002340+0000 mgr.a (mgr.24293) 24867 : cluster 0 pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:40.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:40 smithi027 bash[31536]: cluster 2023-12-07T20:10:39.002340+0000 mgr.a (mgr.24293) 24867 : cluster 0 pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:40.907 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:40.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:40.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:40.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:40.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:41 smithi022 bash[28554]: audit 2023-12-07T20:10:40.407296+0000 mgr.a (mgr.24293) 24868 : audit 0 from='client.487950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:41 smithi044 bash[32620]: audit 2023-12-07T20:10:40.407296+0000 mgr.a (mgr.24293) 24868 : audit 0 from='client.487950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:41.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:41 smithi027 bash[31536]: audit 2023-12-07T20:10:40.407296+0000 mgr.a (mgr.24293) 24868 : audit 0 from='client.487950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:42 smithi022 bash[28554]: cluster 2023-12-07T20:10:41.003652+0000 mgr.a (mgr.24293) 24869 : cluster 0 pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:42 smithi044 bash[32620]: cluster 2023-12-07T20:10:41.003652+0000 mgr.a (mgr.24293) 24869 : cluster 0 pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:42.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:42 smithi027 bash[31536]: cluster 2023-12-07T20:10:41.003652+0000 mgr.a (mgr.24293) 24869 : cluster 0 pgmap v18597: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:44 smithi022 bash[28554]: cluster 2023-12-07T20:10:43.004431+0000 mgr.a (mgr.24293) 24870 : cluster 0 pgmap v18598: 33 pgs: 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:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:44 smithi044 bash[32620]: cluster 2023-12-07T20:10:43.004431+0000 mgr.a (mgr.24293) 24870 : cluster 0 pgmap v18598: 33 pgs: 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:44.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:44 smithi027 bash[31536]: cluster 2023-12-07T20:10:43.004431+0000 mgr.a (mgr.24293) 24870 : cluster 0 pgmap v18598: 33 pgs: 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:45.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:45.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:45.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:46 smithi022 bash[28554]: cluster 2023-12-07T20:10:45.005193+0000 mgr.a (mgr.24293) 24871 : cluster 0 pgmap v18599: 33 pgs: 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:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:46 smithi044 bash[32620]: cluster 2023-12-07T20:10:45.005193+0000 mgr.a (mgr.24293) 24871 : cluster 0 pgmap v18599: 33 pgs: 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:46.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:46 smithi027 bash[31536]: cluster 2023-12-07T20:10:45.005193+0000 mgr.a (mgr.24293) 24871 : cluster 0 pgmap v18599: 33 pgs: 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:46.860 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:46.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:46.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:46.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:46.860 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:47 smithi022 bash[28554]: audit 2023-12-07T20:10:46.327778+0000 mgr.a (mgr.24293) 24872 : audit 0 from='client.488025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:47 smithi044 bash[32620]: audit 2023-12-07T20:10:46.327778+0000 mgr.a (mgr.24293) 24872 : audit 0 from='client.488025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:47 smithi027 bash[31536]: audit 2023-12-07T20:10:46.327778+0000 mgr.a (mgr.24293) 24872 : audit 0 from='client.488025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:48 smithi022 bash[28554]: cluster 2023-12-07T20:10:47.006374+0000 mgr.a (mgr.24293) 24873 : cluster 0 pgmap v18600: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:48 smithi044 bash[32620]: cluster 2023-12-07T20:10:47.006374+0000 mgr.a (mgr.24293) 24873 : cluster 0 pgmap v18600: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:48 smithi027 bash[31536]: cluster 2023-12-07T20:10:47.006374+0000 mgr.a (mgr.24293) 24873 : cluster 0 pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:50 smithi022 bash[28554]: cluster 2023-12-07T20:10:49.006972+0000 mgr.a (mgr.24293) 24874 : cluster 0 pgmap v18601: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:50 smithi044 bash[32620]: cluster 2023-12-07T20:10:49.006972+0000 mgr.a (mgr.24293) 24874 : cluster 0 pgmap v18601: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:50 smithi027 bash[31536]: cluster 2023-12-07T20:10:49.006972+0000 mgr.a (mgr.24293) 24874 : cluster 0 pgmap v18601: 33 pgs: 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:51.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:51.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:51.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:52 smithi022 bash[28554]: cluster 2023-12-07T20:10:51.007724+0000 mgr.a (mgr.24293) 24875 : cluster 0 pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:52 smithi044 bash[32620]: cluster 2023-12-07T20:10:51.007724+0000 mgr.a (mgr.24293) 24875 : cluster 0 pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:52 smithi027 bash[31536]: cluster 2023-12-07T20:10:51.007724+0000 mgr.a (mgr.24293) 24875 : cluster 0 pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:52.804 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:52.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:52.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:52.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:52.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:53 smithi022 bash[28554]: audit 2023-12-07T20:10:52.274087+0000 mgr.a (mgr.24293) 24876 : audit 0 from='client.488100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:53 smithi044 bash[32620]: audit 2023-12-07T20:10:52.274087+0000 mgr.a (mgr.24293) 24876 : audit 0 from='client.488100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:53 smithi027 bash[31536]: audit 2023-12-07T20:10:52.274087+0000 mgr.a (mgr.24293) 24876 : audit 0 from='client.488100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:54 smithi022 bash[28554]: cluster 2023-12-07T20:10:53.008587+0000 mgr.a (mgr.24293) 24877 : cluster 0 pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:54 smithi044 bash[32620]: cluster 2023-12-07T20:10:53.008587+0000 mgr.a (mgr.24293) 24877 : cluster 0 pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:54.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:54 smithi027 bash[31536]: cluster 2023-12-07T20:10:53.008587+0000 mgr.a (mgr.24293) 24877 : cluster 0 pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:56 smithi022 bash[28554]: cluster 2023-12-07T20:10:55.009403+0000 mgr.a (mgr.24293) 24878 : cluster 0 pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:56 smithi044 bash[32620]: cluster 2023-12-07T20:10:55.009403+0000 mgr.a (mgr.24293) 24878 : cluster 0 pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:56 smithi027 bash[31536]: cluster 2023-12-07T20:10:55.009403+0000 mgr.a (mgr.24293) 24878 : cluster 0 pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:57.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:10:57.808 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:57.808 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:58 smithi022 bash[28554]: cluster 2023-12-07T20:10:57.010424+0000 mgr.a (mgr.24293) 24879 : cluster 0 pgmap v18605: 33 pgs: 33 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:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:58 smithi044 bash[32620]: cluster 2023-12-07T20:10:57.010424+0000 mgr.a (mgr.24293) 24879 : cluster 0 pgmap v18605: 33 pgs: 33 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:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:58 smithi027 bash[31536]: cluster 2023-12-07T20:10:57.010424+0000 mgr.a (mgr.24293) 24879 : cluster 0 pgmap v18605: 33 pgs: 33 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:58.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:58.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:58.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:58.740 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:10:58.740 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:10:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:10:59 smithi022 bash[28554]: audit 2023-12-07T20:10:58.223799+0000 mgr.a (mgr.24293) 24880 : audit 0 from='client.488178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:10:59 smithi044 bash[32620]: audit 2023-12-07T20:10:58.223799+0000 mgr.a (mgr.24293) 24880 : audit 0 from='client.488178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:10:59 smithi027 bash[31536]: audit 2023-12-07T20:10:58.223799+0000 mgr.a (mgr.24293) 24880 : audit 0 from='client.488178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:00 smithi022 bash[28554]: cluster 2023-12-07T20:10:59.011212+0000 mgr.a (mgr.24293) 24881 : cluster 0 pgmap v18606: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:00 smithi044 bash[32620]: cluster 2023-12-07T20:10:59.011212+0000 mgr.a (mgr.24293) 24881 : cluster 0 pgmap v18606: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:00 smithi027 bash[31536]: cluster 2023-12-07T20:10:59.011212+0000 mgr.a (mgr.24293) 24881 : cluster 0 pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:02 smithi022 bash[28554]: cluster 2023-12-07T20:11:01.012087+0000 mgr.a (mgr.24293) 24882 : cluster 0 pgmap v18607: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:02 smithi044 bash[32620]: cluster 2023-12-07T20:11:01.012087+0000 mgr.a (mgr.24293) 24882 : cluster 0 pgmap v18607: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:02 smithi027 bash[31536]: cluster 2023-12-07T20:11:01.012087+0000 mgr.a (mgr.24293) 24882 : cluster 0 pgmap v18607: 33 pgs: 33 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.743 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:03.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:03.744 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:04 smithi022 bash[28554]: cluster 2023-12-07T20:11:03.012661+0000 mgr.a (mgr.24293) 24883 : cluster 0 pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:04 smithi044 bash[32620]: cluster 2023-12-07T20:11:03.012661+0000 mgr.a (mgr.24293) 24883 : cluster 0 pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:04 smithi027 bash[31536]: cluster 2023-12-07T20:11:03.012661+0000 mgr.a (mgr.24293) 24883 : cluster 0 pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:04.673 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:04.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:04.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:04.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:04.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:05 smithi022 bash[28554]: audit 2023-12-07T20:11:04.154810+0000 mgr.a (mgr.24293) 24884 : audit 0 from='client.488256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:05 smithi044 bash[32620]: audit 2023-12-07T20:11:04.154810+0000 mgr.a (mgr.24293) 24884 : audit 0 from='client.488256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:05.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:05 smithi027 bash[31536]: audit 2023-12-07T20:11:04.154810+0000 mgr.a (mgr.24293) 24884 : audit 0 from='client.488256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:06 smithi022 bash[28554]: cluster 2023-12-07T20:11:05.013460+0000 mgr.a (mgr.24293) 24885 : cluster 0 pgmap v18609: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:06 smithi044 bash[32620]: cluster 2023-12-07T20:11:05.013460+0000 mgr.a (mgr.24293) 24885 : cluster 0 pgmap v18609: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:06 smithi027 bash[31536]: cluster 2023-12-07T20:11:05.013460+0000 mgr.a (mgr.24293) 24885 : cluster 0 pgmap v18609: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:08 smithi022 bash[28554]: cluster 2023-12-07T20:11:07.014381+0000 mgr.a (mgr.24293) 24886 : cluster 0 pgmap v18610: 33 pgs: 33 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:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:08 smithi044 bash[32620]: cluster 2023-12-07T20:11:07.014381+0000 mgr.a (mgr.24293) 24886 : cluster 0 pgmap v18610: 33 pgs: 33 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:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:08 smithi027 bash[31536]: cluster 2023-12-07T20:11:07.014381+0000 mgr.a (mgr.24293) 24886 : cluster 0 pgmap v18610: 33 pgs: 33 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:09.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:09.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:09.676 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:10 smithi022 bash[28554]: cluster 2023-12-07T20:11:09.014934+0000 mgr.a (mgr.24293) 24887 : cluster 0 pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:10 smithi044 bash[32620]: cluster 2023-12-07T20:11:09.014934+0000 mgr.a (mgr.24293) 24887 : cluster 0 pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:10 smithi027 bash[31536]: cluster 2023-12-07T20:11:09.014934+0000 mgr.a (mgr.24293) 24887 : cluster 0 pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.637 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:10.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:10.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:10.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:10.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:11 smithi022 bash[28554]: audit 2023-12-07T20:11:10.088190+0000 mgr.a (mgr.24293) 24888 : audit 0 from='client.488334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:11 smithi044 bash[32620]: audit 2023-12-07T20:11:10.088190+0000 mgr.a (mgr.24293) 24888 : audit 0 from='client.488334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:11 smithi027 bash[31536]: audit 2023-12-07T20:11:10.088190+0000 mgr.a (mgr.24293) 24888 : audit 0 from='client.488334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:12 smithi022 bash[28554]: cluster 2023-12-07T20:11:11.016031+0000 mgr.a (mgr.24293) 24889 : cluster 0 pgmap v18612: 33 pgs: 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:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:12 smithi044 bash[32620]: cluster 2023-12-07T20:11:11.016031+0000 mgr.a (mgr.24293) 24889 : cluster 0 pgmap v18612: 33 pgs: 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:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:12 smithi027 bash[31536]: cluster 2023-12-07T20:11:11.016031+0000 mgr.a (mgr.24293) 24889 : cluster 0 pgmap v18612: 33 pgs: 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:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:13 smithi022 bash[28554]: audit 2023-12-07T20:11:13.128948+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:13 smithi044 bash[32620]: audit 2023-12-07T20:11:13.128948+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:13.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:13 smithi027 bash[31536]: audit 2023-12-07T20:11:13.128948+0000 mon.a (mon.0) 3871 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:14 smithi022 bash[28554]: cluster 2023-12-07T20:11:13.016628+0000 mgr.a (mgr.24293) 24890 : cluster 0 pgmap v18613: 33 pgs: 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:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:14 smithi022 bash[28554]: audit 2023-12-07T20:11:13.659358+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:14 smithi022 bash[28554]: audit 2023-12-07T20:11:13.665060+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:14 smithi022 bash[28554]: audit 2023-12-07T20:11:13.670241+0000 mon.a (mon.0) 3874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:14 smithi022 bash[28554]: audit 2023-12-07T20:11:13.674922+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:14 smithi044 bash[32620]: cluster 2023-12-07T20:11:13.016628+0000 mgr.a (mgr.24293) 24890 : cluster 0 pgmap v18613: 33 pgs: 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:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:14 smithi044 bash[32620]: audit 2023-12-07T20:11:13.659358+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:14 smithi044 bash[32620]: audit 2023-12-07T20:11:13.665060+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:14 smithi044 bash[32620]: audit 2023-12-07T20:11:13.670241+0000 mon.a (mon.0) 3874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:14 smithi044 bash[32620]: audit 2023-12-07T20:11:13.674922+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:14 smithi027 bash[31536]: cluster 2023-12-07T20:11:13.016628+0000 mgr.a (mgr.24293) 24890 : cluster 0 pgmap v18613: 33 pgs: 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:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:14 smithi027 bash[31536]: audit 2023-12-07T20:11:13.659358+0000 mon.a (mon.0) 3872 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:14 smithi027 bash[31536]: audit 2023-12-07T20:11:13.665060+0000 mon.a (mon.0) 3873 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:14 smithi027 bash[31536]: audit 2023-12-07T20:11:13.670241+0000 mon.a (mon.0) 3874 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:14 smithi027 bash[31536]: audit 2023-12-07T20:11:13.674922+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:15 smithi022 bash[28554]: audit 2023-12-07T20:11:14.410086+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:11:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:15 smithi022 bash[28554]: audit 2023-12-07T20:11:14.412043+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:11:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:15 smithi022 bash[28554]: audit 2023-12-07T20:11:14.421029+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:15 smithi044 bash[32620]: audit 2023-12-07T20:11:14.410086+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:11:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:15 smithi044 bash[32620]: audit 2023-12-07T20:11:14.412043+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:11:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:15 smithi044 bash[32620]: audit 2023-12-07T20:11:14.421029+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:15.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:15 smithi027 bash[31536]: audit 2023-12-07T20:11:14.410086+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:11:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:15 smithi027 bash[31536]: audit 2023-12-07T20:11:14.412043+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:11:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:15 smithi027 bash[31536]: audit 2023-12-07T20:11:14.421029+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:11:15.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:15.640 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:15.640 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:16.597 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:16.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:16.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:16.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:16.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:16 smithi022 bash[28554]: cluster 2023-12-07T20:11:15.017331+0000 mgr.a (mgr.24293) 24891 : cluster 0 pgmap v18614: 33 pgs: 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:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:16 smithi044 bash[32620]: cluster 2023-12-07T20:11:15.017331+0000 mgr.a (mgr.24293) 24891 : cluster 0 pgmap v18614: 33 pgs: 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:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:16 smithi027 bash[31536]: cluster 2023-12-07T20:11:15.017331+0000 mgr.a (mgr.24293) 24891 : cluster 0 pgmap v18614: 33 pgs: 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:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:17 smithi027 bash[31536]: audit 2023-12-07T20:11:16.050282+0000 mgr.a (mgr.24293) 24892 : audit 0 from='client.488409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:17 smithi022 bash[28554]: audit 2023-12-07T20:11:16.050282+0000 mgr.a (mgr.24293) 24892 : audit 0 from='client.488409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:17 smithi044 bash[32620]: audit 2023-12-07T20:11:16.050282+0000 mgr.a (mgr.24293) 24892 : audit 0 from='client.488409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:18 smithi027 bash[31536]: cluster 2023-12-07T20:11:17.018474+0000 mgr.a (mgr.24293) 24893 : cluster 0 pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:18 smithi022 bash[28554]: cluster 2023-12-07T20:11:17.018474+0000 mgr.a (mgr.24293) 24893 : cluster 0 pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:18 smithi044 bash[32620]: cluster 2023-12-07T20:11:17.018474+0000 mgr.a (mgr.24293) 24893 : cluster 0 pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:20 smithi027 bash[31536]: cluster 2023-12-07T20:11:19.019058+0000 mgr.a (mgr.24293) 24894 : cluster 0 pgmap v18616: 33 pgs: 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:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:20 smithi022 bash[28554]: cluster 2023-12-07T20:11:19.019058+0000 mgr.a (mgr.24293) 24894 : cluster 0 pgmap v18616: 33 pgs: 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:20 smithi044 bash[32620]: cluster 2023-12-07T20:11:19.019058+0000 mgr.a (mgr.24293) 24894 : cluster 0 pgmap v18616: 33 pgs: 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:21.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:21.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:21.600 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:22.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:22.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:22.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:22.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:22.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:22 smithi027 bash[31536]: cluster 2023-12-07T20:11:21.019845+0000 mgr.a (mgr.24293) 24895 : cluster 0 pgmap v18617: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:22 smithi022 bash[28554]: cluster 2023-12-07T20:11:21.019845+0000 mgr.a (mgr.24293) 24895 : cluster 0 pgmap v18617: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:22 smithi044 bash[32620]: cluster 2023-12-07T20:11:21.019845+0000 mgr.a (mgr.24293) 24895 : cluster 0 pgmap v18617: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:23 smithi027 bash[31536]: audit 2023-12-07T20:11:22.011164+0000 mgr.a (mgr.24293) 24896 : audit 0 from='client.488487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:23 smithi022 bash[28554]: audit 2023-12-07T20:11:22.011164+0000 mgr.a (mgr.24293) 24896 : audit 0 from='client.488487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:23 smithi044 bash[32620]: audit 2023-12-07T20:11:22.011164+0000 mgr.a (mgr.24293) 24896 : audit 0 from='client.488487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:24 smithi022 bash[28554]: cluster 2023-12-07T20:11:23.020588+0000 mgr.a (mgr.24293) 24897 : cluster 0 pgmap v18618: 33 pgs: 33 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:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:24 smithi044 bash[32620]: cluster 2023-12-07T20:11:23.020588+0000 mgr.a (mgr.24293) 24897 : cluster 0 pgmap v18618: 33 pgs: 33 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:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:24 smithi027 bash[31536]: cluster 2023-12-07T20:11:23.020588+0000 mgr.a (mgr.24293) 24897 : cluster 0 pgmap v18618: 33 pgs: 33 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:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:26 smithi022 bash[28554]: cluster 2023-12-07T20:11:25.021166+0000 mgr.a (mgr.24293) 24898 : cluster 0 pgmap v18619: 33 pgs: 33 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:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:26 smithi044 bash[32620]: cluster 2023-12-07T20:11:25.021166+0000 mgr.a (mgr.24293) 24898 : cluster 0 pgmap v18619: 33 pgs: 33 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:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:26 smithi027 bash[31536]: cluster 2023-12-07T20:11:25.021166+0000 mgr.a (mgr.24293) 24898 : cluster 0 pgmap v18619: 33 pgs: 33 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:27.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:27.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:27.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:28.495 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:28.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:28.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:28.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:28.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:28 smithi022 bash[28554]: cluster 2023-12-07T20:11:27.022009+0000 mgr.a (mgr.24293) 24899 : cluster 0 pgmap v18620: 33 pgs: 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:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:28 smithi044 bash[32620]: cluster 2023-12-07T20:11:27.022009+0000 mgr.a (mgr.24293) 24899 : cluster 0 pgmap v18620: 33 pgs: 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:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:28 smithi027 bash[31536]: cluster 2023-12-07T20:11:27.022009+0000 mgr.a (mgr.24293) 24899 : cluster 0 pgmap v18620: 33 pgs: 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:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:29 smithi022 bash[28554]: audit 2023-12-07T20:11:27.972983+0000 mgr.a (mgr.24293) 24900 : audit 0 from='client.488562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:29 smithi044 bash[32620]: audit 2023-12-07T20:11:27.972983+0000 mgr.a (mgr.24293) 24900 : audit 0 from='client.488562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:29.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:29 smithi027 bash[31536]: audit 2023-12-07T20:11:27.972983+0000 mgr.a (mgr.24293) 24900 : audit 0 from='client.488562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:30 smithi022 bash[28554]: cluster 2023-12-07T20:11:29.022716+0000 mgr.a (mgr.24293) 24901 : cluster 0 pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:30 smithi044 bash[32620]: cluster 2023-12-07T20:11:29.022716+0000 mgr.a (mgr.24293) 24901 : cluster 0 pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:30 smithi027 bash[31536]: cluster 2023-12-07T20:11:29.022716+0000 mgr.a (mgr.24293) 24901 : cluster 0 pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:32 smithi022 bash[28554]: cluster 2023-12-07T20:11:31.023582+0000 mgr.a (mgr.24293) 24902 : cluster 0 pgmap v18622: 33 pgs: 33 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:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:32 smithi044 bash[32620]: cluster 2023-12-07T20:11:31.023582+0000 mgr.a (mgr.24293) 24902 : cluster 0 pgmap v18622: 33 pgs: 33 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:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:32 smithi027 bash[31536]: cluster 2023-12-07T20:11:31.023582+0000 mgr.a (mgr.24293) 24902 : cluster 0 pgmap v18622: 33 pgs: 33 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:33.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:33.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:33.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:34.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:34.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:34.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:34.421 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:34.421 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:34 smithi022 bash[28554]: cluster 2023-12-07T20:11:33.024094+0000 mgr.a (mgr.24293) 24903 : cluster 0 pgmap v18623: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:34 smithi044 bash[32620]: cluster 2023-12-07T20:11:33.024094+0000 mgr.a (mgr.24293) 24903 : cluster 0 pgmap v18623: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:34 smithi027 bash[31536]: cluster 2023-12-07T20:11:33.024094+0000 mgr.a (mgr.24293) 24903 : cluster 0 pgmap v18623: 33 pgs: 33 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:35.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:35 smithi022 bash[28554]: audit 2023-12-07T20:11:33.903130+0000 mgr.a (mgr.24293) 24904 : audit 0 from='client.488640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:35 smithi044 bash[32620]: audit 2023-12-07T20:11:33.903130+0000 mgr.a (mgr.24293) 24904 : audit 0 from='client.488640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:35.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:35 smithi027 bash[31536]: audit 2023-12-07T20:11:33.903130+0000 mgr.a (mgr.24293) 24904 : audit 0 from='client.488640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:36 smithi022 bash[28554]: cluster 2023-12-07T20:11:35.024953+0000 mgr.a (mgr.24293) 24905 : cluster 0 pgmap v18624: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:36 smithi044 bash[32620]: cluster 2023-12-07T20:11:35.024953+0000 mgr.a (mgr.24293) 24905 : cluster 0 pgmap v18624: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:36 smithi027 bash[31536]: cluster 2023-12-07T20:11:35.024953+0000 mgr.a (mgr.24293) 24905 : cluster 0 pgmap v18624: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:38 smithi022 bash[28554]: cluster 2023-12-07T20:11:37.025900+0000 mgr.a (mgr.24293) 24906 : cluster 0 pgmap v18625: 33 pgs: 33 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:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:38 smithi044 bash[32620]: cluster 2023-12-07T20:11:37.025900+0000 mgr.a (mgr.24293) 24906 : cluster 0 pgmap v18625: 33 pgs: 33 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:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:38 smithi027 bash[31536]: cluster 2023-12-07T20:11:37.025900+0000 mgr.a (mgr.24293) 24906 : cluster 0 pgmap v18625: 33 pgs: 33 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:39.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:39.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:39.425 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:40.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:40.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:40.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:40.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:40.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:40 smithi022 bash[28554]: cluster 2023-12-07T20:11:39.026480+0000 mgr.a (mgr.24293) 24907 : cluster 0 pgmap v18626: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:40 smithi044 bash[32620]: cluster 2023-12-07T20:11:39.026480+0000 mgr.a (mgr.24293) 24907 : cluster 0 pgmap v18626: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:40 smithi027 bash[31536]: cluster 2023-12-07T20:11:39.026480+0000 mgr.a (mgr.24293) 24907 : cluster 0 pgmap v18626: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:41 smithi022 bash[28554]: audit 2023-12-07T20:11:39.840367+0000 mgr.a (mgr.24293) 24908 : audit 0 from='client.488718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:41 smithi044 bash[32620]: audit 2023-12-07T20:11:39.840367+0000 mgr.a (mgr.24293) 24908 : audit 0 from='client.488718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:41.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:41 smithi027 bash[31536]: audit 2023-12-07T20:11:39.840367+0000 mgr.a (mgr.24293) 24908 : audit 0 from='client.488718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:42 smithi022 bash[28554]: cluster 2023-12-07T20:11:41.027382+0000 mgr.a (mgr.24293) 24909 : cluster 0 pgmap v18627: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:42 smithi044 bash[32620]: cluster 2023-12-07T20:11:41.027382+0000 mgr.a (mgr.24293) 24909 : cluster 0 pgmap v18627: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:42 smithi027 bash[31536]: cluster 2023-12-07T20:11:41.027382+0000 mgr.a (mgr.24293) 24909 : cluster 0 pgmap v18627: 33 pgs: 33 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:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:44 smithi022 bash[28554]: cluster 2023-12-07T20:11:43.027970+0000 mgr.a (mgr.24293) 24910 : cluster 0 pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:44 smithi044 bash[32620]: cluster 2023-12-07T20:11:43.027970+0000 mgr.a (mgr.24293) 24910 : cluster 0 pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:44 smithi027 bash[31536]: cluster 2023-12-07T20:11:43.027970+0000 mgr.a (mgr.24293) 24910 : cluster 0 pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:45.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:45.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:45.355 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:45 smithi022 bash[28554]: cluster 2023-12-07T20:11:45.028562+0000 mgr.a (mgr.24293) 24911 : cluster 0 pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:45 smithi044 bash[32620]: cluster 2023-12-07T20:11:45.028562+0000 mgr.a (mgr.24293) 24911 : cluster 0 pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:45 smithi027 bash[31536]: cluster 2023-12-07T20:11:45.028562+0000 mgr.a (mgr.24293) 24911 : cluster 0 pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:46.269 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:46.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:46.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:46.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:46.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:47 smithi022 bash[28554]: audit 2023-12-07T20:11:45.769433+0000 mgr.a (mgr.24293) 24912 : audit 0 from='client.488793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:47 smithi044 bash[32620]: audit 2023-12-07T20:11:45.769433+0000 mgr.a (mgr.24293) 24912 : audit 0 from='client.488793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:47.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:47 smithi027 bash[31536]: audit 2023-12-07T20:11:45.769433+0000 mgr.a (mgr.24293) 24912 : audit 0 from='client.488793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:48 smithi022 bash[28554]: cluster 2023-12-07T20:11:47.029770+0000 mgr.a (mgr.24293) 24913 : cluster 0 pgmap v18630: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:48 smithi044 bash[32620]: cluster 2023-12-07T20:11:47.029770+0000 mgr.a (mgr.24293) 24913 : cluster 0 pgmap v18630: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:48 smithi027 bash[31536]: cluster 2023-12-07T20:11:47.029770+0000 mgr.a (mgr.24293) 24913 : cluster 0 pgmap v18630: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:50 smithi022 bash[28554]: cluster 2023-12-07T20:11:49.030508+0000 mgr.a (mgr.24293) 24914 : cluster 0 pgmap v18631: 33 pgs: 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:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:50 smithi044 bash[32620]: cluster 2023-12-07T20:11:49.030508+0000 mgr.a (mgr.24293) 24914 : cluster 0 pgmap v18631: 33 pgs: 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:50.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:50 smithi027 bash[31536]: cluster 2023-12-07T20:11:49.030508+0000 mgr.a (mgr.24293) 24914 : cluster 0 pgmap v18631: 33 pgs: 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:51.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:51.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:51.272 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:52.220 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:52.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:52.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:52.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:52.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:52.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:52 smithi022 bash[28554]: cluster 2023-12-07T20:11:51.031430+0000 mgr.a (mgr.24293) 24915 : cluster 0 pgmap v18632: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:52 smithi044 bash[32620]: cluster 2023-12-07T20:11:51.031430+0000 mgr.a (mgr.24293) 24915 : cluster 0 pgmap v18632: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:52 smithi027 bash[31536]: cluster 2023-12-07T20:11:51.031430+0000 mgr.a (mgr.24293) 24915 : cluster 0 pgmap v18632: 33 pgs: 33 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:53.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:53 smithi022 bash[28554]: audit 2023-12-07T20:11:51.685471+0000 mgr.a (mgr.24293) 24916 : audit 0 from='client.488871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:53 smithi044 bash[32620]: audit 2023-12-07T20:11:51.685471+0000 mgr.a (mgr.24293) 24916 : audit 0 from='client.488871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:53.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:53 smithi027 bash[31536]: audit 2023-12-07T20:11:51.685471+0000 mgr.a (mgr.24293) 24916 : audit 0 from='client.488871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:54.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:54 smithi022 bash[28554]: cluster 2023-12-07T20:11:53.032113+0000 mgr.a (mgr.24293) 24917 : cluster 0 pgmap v18633: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:54 smithi044 bash[32620]: cluster 2023-12-07T20:11:53.032113+0000 mgr.a (mgr.24293) 24917 : cluster 0 pgmap v18633: 33 pgs: 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:54 smithi027 bash[31536]: cluster 2023-12-07T20:11:53.032113+0000 mgr.a (mgr.24293) 24917 : cluster 0 pgmap v18633: 33 pgs: 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:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:56 smithi022 bash[28554]: cluster 2023-12-07T20:11:55.032613+0000 mgr.a (mgr.24293) 24918 : cluster 0 pgmap v18634: 33 pgs: 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:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:56 smithi044 bash[32620]: cluster 2023-12-07T20:11:55.032613+0000 mgr.a (mgr.24293) 24918 : cluster 0 pgmap v18634: 33 pgs: 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:56.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:56 smithi027 bash[31536]: cluster 2023-12-07T20:11:55.032613+0000 mgr.a (mgr.24293) 24918 : cluster 0 pgmap v18634: 33 pgs: 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:57.222 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:11:57.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:57.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:58.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:58.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:58.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:58.144 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:11:58.144 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:11:58.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:58 smithi022 bash[28554]: cluster 2023-12-07T20:11:57.033436+0000 mgr.a (mgr.24293) 24919 : cluster 0 pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:58 smithi044 bash[32620]: cluster 2023-12-07T20:11:57.033436+0000 mgr.a (mgr.24293) 24919 : cluster 0 pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:58.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:58 smithi027 bash[31536]: cluster 2023-12-07T20:11:57.033436+0000 mgr.a (mgr.24293) 24919 : cluster 0 pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:11:59 smithi022 bash[28554]: audit 2023-12-07T20:11:57.638560+0000 mgr.a (mgr.24293) 24920 : audit 0 from='client.488943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:11:59 smithi044 bash[32620]: audit 2023-12-07T20:11:57.638560+0000 mgr.a (mgr.24293) 24920 : audit 0 from='client.488943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:59.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:11:59 smithi027 bash[31536]: audit 2023-12-07T20:11:57.638560+0000 mgr.a (mgr.24293) 24920 : audit 0 from='client.488943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:00 smithi022 bash[28554]: cluster 2023-12-07T20:11:59.034179+0000 mgr.a (mgr.24293) 24921 : cluster 0 pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:00 smithi044 bash[32620]: cluster 2023-12-07T20:11:59.034179+0000 mgr.a (mgr.24293) 24921 : cluster 0 pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:00 smithi027 bash[31536]: cluster 2023-12-07T20:11:59.034179+0000 mgr.a (mgr.24293) 24921 : cluster 0 pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:02 smithi022 bash[28554]: cluster 2023-12-07T20:12:01.035135+0000 mgr.a (mgr.24293) 24922 : cluster 0 pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:02 smithi044 bash[32620]: cluster 2023-12-07T20:12:01.035135+0000 mgr.a (mgr.24293) 24922 : cluster 0 pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:02 smithi027 bash[31536]: cluster 2023-12-07T20:12:01.035135+0000 mgr.a (mgr.24293) 24922 : cluster 0 pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:03.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:03.147 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:03.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:04.094 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:04.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:04.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:04.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:04.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:04 smithi022 bash[28554]: cluster 2023-12-07T20:12:03.035900+0000 mgr.a (mgr.24293) 24923 : cluster 0 pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:04 smithi044 bash[32620]: cluster 2023-12-07T20:12:03.035900+0000 mgr.a (mgr.24293) 24923 : cluster 0 pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:04 smithi027 bash[31536]: cluster 2023-12-07T20:12:03.035900+0000 mgr.a (mgr.24293) 24923 : cluster 0 pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:05 smithi022 bash[28554]: audit 2023-12-07T20:12:03.560948+0000 mgr.a (mgr.24293) 24924 : audit 0 from='client.489021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:05 smithi044 bash[32620]: audit 2023-12-07T20:12:03.560948+0000 mgr.a (mgr.24293) 24924 : audit 0 from='client.489021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:05 smithi027 bash[31536]: audit 2023-12-07T20:12:03.560948+0000 mgr.a (mgr.24293) 24924 : audit 0 from='client.489021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:06 smithi022 bash[28554]: cluster 2023-12-07T20:12:05.036783+0000 mgr.a (mgr.24293) 24925 : cluster 0 pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:06 smithi044 bash[32620]: cluster 2023-12-07T20:12:05.036783+0000 mgr.a (mgr.24293) 24925 : cluster 0 pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:06 smithi027 bash[31536]: cluster 2023-12-07T20:12:05.036783+0000 mgr.a (mgr.24293) 24925 : cluster 0 pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:08 smithi022 bash[28554]: cluster 2023-12-07T20:12:07.037827+0000 mgr.a (mgr.24293) 24926 : cluster 0 pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:08 smithi044 bash[32620]: cluster 2023-12-07T20:12:07.037827+0000 mgr.a (mgr.24293) 24926 : cluster 0 pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:08 smithi027 bash[31536]: cluster 2023-12-07T20:12:07.037827+0000 mgr.a (mgr.24293) 24926 : cluster 0 pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:09.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:09.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:09.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:10.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:10.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:10.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:10.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:10.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:10 smithi022 bash[28554]: cluster 2023-12-07T20:12:09.038544+0000 mgr.a (mgr.24293) 24927 : cluster 0 pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:10 smithi022 bash[28554]: audit 2023-12-07T20:12:09.510482+0000 mgr.a (mgr.24293) 24928 : audit 0 from='client.489099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:10 smithi044 bash[32620]: cluster 2023-12-07T20:12:09.038544+0000 mgr.a (mgr.24293) 24927 : cluster 0 pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:10 smithi044 bash[32620]: audit 2023-12-07T20:12:09.510482+0000 mgr.a (mgr.24293) 24928 : audit 0 from='client.489099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:10 smithi027 bash[31536]: cluster 2023-12-07T20:12:09.038544+0000 mgr.a (mgr.24293) 24927 : cluster 0 pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:10 smithi027 bash[31536]: audit 2023-12-07T20:12:09.510482+0000 mgr.a (mgr.24293) 24928 : audit 0 from='client.489099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:12 smithi022 bash[28554]: cluster 2023-12-07T20:12:11.039480+0000 mgr.a (mgr.24293) 24929 : cluster 0 pgmap v18642: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:12 smithi044 bash[32620]: cluster 2023-12-07T20:12:11.039480+0000 mgr.a (mgr.24293) 24929 : cluster 0 pgmap v18642: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:12 smithi027 bash[31536]: cluster 2023-12-07T20:12:11.039480+0000 mgr.a (mgr.24293) 24929 : cluster 0 pgmap v18642: 33 pgs: 33 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:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:14 smithi022 bash[28554]: cluster 2023-12-07T20:12:13.040149+0000 mgr.a (mgr.24293) 24930 : cluster 0 pgmap v18643: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:14 smithi044 bash[32620]: cluster 2023-12-07T20:12:13.040149+0000 mgr.a (mgr.24293) 24930 : cluster 0 pgmap v18643: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:14 smithi027 bash[31536]: cluster 2023-12-07T20:12:13.040149+0000 mgr.a (mgr.24293) 24930 : cluster 0 pgmap v18643: 33 pgs: 33 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:15.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:15.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:15.022 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:15 smithi022 bash[28554]: audit 2023-12-07T20:12:14.523791+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:15 smithi044 bash[32620]: audit 2023-12-07T20:12:14.523791+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:15 smithi027 bash[31536]: audit 2023-12-07T20:12:14.523791+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:15.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:15.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:15.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:15.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:15.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:16 smithi022 bash[28554]: cluster 2023-12-07T20:12:15.040553+0000 mgr.a (mgr.24293) 24931 : cluster 0 pgmap v18644: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:16 smithi022 bash[28554]: audit 2023-12-07T20:12:15.318528+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:16 smithi022 bash[28554]: audit 2023-12-07T20:12:15.320029+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:16 smithi022 bash[28554]: audit 2023-12-07T20:12:15.328392+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:12:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:16 smithi022 bash[28554]: audit 2023-12-07T20:12:15.426754+0000 mgr.a (mgr.24293) 24932 : audit 0 from='client.489171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:16 smithi044 bash[32620]: cluster 2023-12-07T20:12:15.040553+0000 mgr.a (mgr.24293) 24931 : cluster 0 pgmap v18644: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:16 smithi044 bash[32620]: audit 2023-12-07T20:12:15.318528+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:16 smithi044 bash[32620]: audit 2023-12-07T20:12:15.320029+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:16 smithi044 bash[32620]: audit 2023-12-07T20:12:15.328392+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:12:16.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:16 smithi044 bash[32620]: audit 2023-12-07T20:12:15.426754+0000 mgr.a (mgr.24293) 24932 : audit 0 from='client.489171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:16 smithi027 bash[31536]: cluster 2023-12-07T20:12:15.040553+0000 mgr.a (mgr.24293) 24931 : cluster 0 pgmap v18644: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:16 smithi027 bash[31536]: audit 2023-12-07T20:12:15.318528+0000 mon.a (mon.0) 3880 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:16 smithi027 bash[31536]: audit 2023-12-07T20:12:15.320029+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:16 smithi027 bash[31536]: audit 2023-12-07T20:12:15.328392+0000 mon.a (mon.0) 3882 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:12:16.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:16 smithi027 bash[31536]: audit 2023-12-07T20:12:15.426754+0000 mgr.a (mgr.24293) 24932 : audit 0 from='client.489171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:18 smithi022 bash[28554]: cluster 2023-12-07T20:12:17.041537+0000 mgr.a (mgr.24293) 24933 : cluster 0 pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:18 smithi044 bash[32620]: cluster 2023-12-07T20:12:17.041537+0000 mgr.a (mgr.24293) 24933 : cluster 0 pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:18 smithi027 bash[31536]: cluster 2023-12-07T20:12:17.041537+0000 mgr.a (mgr.24293) 24933 : cluster 0 pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:20 smithi022 bash[28554]: cluster 2023-12-07T20:12:19.042140+0000 mgr.a (mgr.24293) 24934 : cluster 0 pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:20 smithi044 bash[32620]: cluster 2023-12-07T20:12:19.042140+0000 mgr.a (mgr.24293) 24934 : cluster 0 pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:20 smithi027 bash[31536]: cluster 2023-12-07T20:12:19.042140+0000 mgr.a (mgr.24293) 24934 : cluster 0 pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:20.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:20.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:20.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:21.866 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:21.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:21.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:21.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:21.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:22 smithi022 bash[28554]: cluster 2023-12-07T20:12:21.042839+0000 mgr.a (mgr.24293) 24935 : cluster 0 pgmap v18647: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:22 smithi022 bash[28554]: audit 2023-12-07T20:12:21.331631+0000 mgr.a (mgr.24293) 24936 : audit 0 from='client.489249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:22 smithi044 bash[32620]: cluster 2023-12-07T20:12:21.042839+0000 mgr.a (mgr.24293) 24935 : cluster 0 pgmap v18647: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:22 smithi044 bash[32620]: audit 2023-12-07T20:12:21.331631+0000 mgr.a (mgr.24293) 24936 : audit 0 from='client.489249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:22.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:22 smithi027 bash[31536]: cluster 2023-12-07T20:12:21.042839+0000 mgr.a (mgr.24293) 24935 : cluster 0 pgmap v18647: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:22 smithi027 bash[31536]: audit 2023-12-07T20:12:21.331631+0000 mgr.a (mgr.24293) 24936 : audit 0 from='client.489249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:24 smithi022 bash[28554]: cluster 2023-12-07T20:12:23.043527+0000 mgr.a (mgr.24293) 24937 : cluster 0 pgmap v18648: 33 pgs: 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:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:24 smithi044 bash[32620]: cluster 2023-12-07T20:12:23.043527+0000 mgr.a (mgr.24293) 24937 : cluster 0 pgmap v18648: 33 pgs: 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:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:24 smithi027 bash[31536]: cluster 2023-12-07T20:12:23.043527+0000 mgr.a (mgr.24293) 24937 : cluster 0 pgmap v18648: 33 pgs: 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:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:26 smithi044 bash[32620]: cluster 2023-12-07T20:12:25.044128+0000 mgr.a (mgr.24293) 24938 : cluster 0 pgmap v18649: 33 pgs: 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:26.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:26 smithi027 bash[31536]: cluster 2023-12-07T20:12:25.044128+0000 mgr.a (mgr.24293) 24938 : cluster 0 pgmap v18649: 33 pgs: 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:26.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:26 smithi022 bash[28554]: cluster 2023-12-07T20:12:25.044128+0000 mgr.a (mgr.24293) 24938 : cluster 0 pgmap v18649: 33 pgs: 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:26.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:26.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:26.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:27.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:27.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:27.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:27.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:27.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:28.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:28 smithi027 bash[31536]: cluster 2023-12-07T20:12:27.044937+0000 mgr.a (mgr.24293) 24939 : cluster 0 pgmap v18650: 33 pgs: 33 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.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:28 smithi027 bash[31536]: audit 2023-12-07T20:12:27.288423+0000 mgr.a (mgr.24293) 24940 : audit 0 from='client.489324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:28.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:28 smithi022 bash[28554]: cluster 2023-12-07T20:12:27.044937+0000 mgr.a (mgr.24293) 24939 : cluster 0 pgmap v18650: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:28 smithi022 bash[28554]: audit 2023-12-07T20:12:27.288423+0000 mgr.a (mgr.24293) 24940 : audit 0 from='client.489324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:28 smithi044 bash[32620]: cluster 2023-12-07T20:12:27.044937+0000 mgr.a (mgr.24293) 24939 : cluster 0 pgmap v18650: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:28 smithi044 bash[32620]: audit 2023-12-07T20:12:27.288423+0000 mgr.a (mgr.24293) 24940 : audit 0 from='client.489324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:30 smithi027 bash[31536]: cluster 2023-12-07T20:12:29.045606+0000 mgr.a (mgr.24293) 24941 : cluster 0 pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:30 smithi022 bash[28554]: cluster 2023-12-07T20:12:29.045606+0000 mgr.a (mgr.24293) 24941 : cluster 0 pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:30 smithi044 bash[32620]: cluster 2023-12-07T20:12:29.045606+0000 mgr.a (mgr.24293) 24941 : cluster 0 pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:32 smithi027 bash[31536]: cluster 2023-12-07T20:12:31.046425+0000 mgr.a (mgr.24293) 24942 : cluster 0 pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:32 smithi022 bash[28554]: cluster 2023-12-07T20:12:31.046425+0000 mgr.a (mgr.24293) 24942 : cluster 0 pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:32 smithi044 bash[32620]: cluster 2023-12-07T20:12:31.046425+0000 mgr.a (mgr.24293) 24942 : cluster 0 pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:32.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:32.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:32.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:33.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:33.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:33.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:33.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:33.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:34 smithi027 bash[31536]: cluster 2023-12-07T20:12:33.046967+0000 mgr.a (mgr.24293) 24943 : cluster 0 pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:34 smithi027 bash[31536]: audit 2023-12-07T20:12:33.231878+0000 mgr.a (mgr.24293) 24944 : audit 0 from='client.489399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:34 smithi022 bash[28554]: cluster 2023-12-07T20:12:33.046967+0000 mgr.a (mgr.24293) 24943 : cluster 0 pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:34 smithi022 bash[28554]: audit 2023-12-07T20:12:33.231878+0000 mgr.a (mgr.24293) 24944 : audit 0 from='client.489399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:34 smithi044 bash[32620]: cluster 2023-12-07T20:12:33.046967+0000 mgr.a (mgr.24293) 24943 : cluster 0 pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:34 smithi044 bash[32620]: audit 2023-12-07T20:12:33.231878+0000 mgr.a (mgr.24293) 24944 : audit 0 from='client.489399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:36 smithi027 bash[31536]: cluster 2023-12-07T20:12:35.047821+0000 mgr.a (mgr.24293) 24945 : cluster 0 pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:36 smithi022 bash[28554]: cluster 2023-12-07T20:12:35.047821+0000 mgr.a (mgr.24293) 24945 : cluster 0 pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:36 smithi044 bash[32620]: cluster 2023-12-07T20:12:35.047821+0000 mgr.a (mgr.24293) 24945 : cluster 0 pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:38 smithi022 bash[28554]: cluster 2023-12-07T20:12:37.048694+0000 mgr.a (mgr.24293) 24946 : cluster 0 pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:38 smithi044 bash[32620]: cluster 2023-12-07T20:12:37.048694+0000 mgr.a (mgr.24293) 24946 : cluster 0 pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:38 smithi027 bash[31536]: cluster 2023-12-07T20:12:37.048694+0000 mgr.a (mgr.24293) 24946 : cluster 0 pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:38.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:38.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:38.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:39.685 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:39.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:39.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:39.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:39.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:40 smithi022 bash[28554]: cluster 2023-12-07T20:12:39.049241+0000 mgr.a (mgr.24293) 24947 : cluster 0 pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:40 smithi022 bash[28554]: audit 2023-12-07T20:12:39.167342+0000 mgr.a (mgr.24293) 24948 : audit 0 from='client.489471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:40 smithi044 bash[32620]: cluster 2023-12-07T20:12:39.049241+0000 mgr.a (mgr.24293) 24947 : cluster 0 pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:40 smithi044 bash[32620]: audit 2023-12-07T20:12:39.167342+0000 mgr.a (mgr.24293) 24948 : audit 0 from='client.489471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:40 smithi027 bash[31536]: cluster 2023-12-07T20:12:39.049241+0000 mgr.a (mgr.24293) 24947 : cluster 0 pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:40 smithi027 bash[31536]: audit 2023-12-07T20:12:39.167342+0000 mgr.a (mgr.24293) 24948 : audit 0 from='client.489471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:42 smithi022 bash[28554]: cluster 2023-12-07T20:12:41.050195+0000 mgr.a (mgr.24293) 24949 : cluster 0 pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:42 smithi044 bash[32620]: cluster 2023-12-07T20:12:41.050195+0000 mgr.a (mgr.24293) 24949 : cluster 0 pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:42 smithi027 bash[31536]: cluster 2023-12-07T20:12:41.050195+0000 mgr.a (mgr.24293) 24949 : cluster 0 pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:44 smithi022 bash[28554]: cluster 2023-12-07T20:12:43.050789+0000 mgr.a (mgr.24293) 24950 : cluster 0 pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:44 smithi044 bash[32620]: cluster 2023-12-07T20:12:43.050789+0000 mgr.a (mgr.24293) 24950 : cluster 0 pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:44.688 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:44.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:44.689 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:44 smithi027 bash[31536]: cluster 2023-12-07T20:12:43.050789+0000 mgr.a (mgr.24293) 24950 : cluster 0 pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:45.637 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:45.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:45.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:45.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:45.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:46 smithi022 bash[28554]: cluster 2023-12-07T20:12:45.051284+0000 mgr.a (mgr.24293) 24951 : cluster 0 pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:46 smithi022 bash[28554]: audit 2023-12-07T20:12:45.114314+0000 mgr.a (mgr.24293) 24952 : audit 0 from='client.489546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:46 smithi044 bash[32620]: cluster 2023-12-07T20:12:45.051284+0000 mgr.a (mgr.24293) 24951 : cluster 0 pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:46 smithi044 bash[32620]: audit 2023-12-07T20:12:45.114314+0000 mgr.a (mgr.24293) 24952 : audit 0 from='client.489546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:46 smithi027 bash[31536]: cluster 2023-12-07T20:12:45.051284+0000 mgr.a (mgr.24293) 24951 : cluster 0 pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:46 smithi027 bash[31536]: audit 2023-12-07T20:12:45.114314+0000 mgr.a (mgr.24293) 24952 : audit 0 from='client.489546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:48 smithi022 bash[28554]: cluster 2023-12-07T20:12:47.052281+0000 mgr.a (mgr.24293) 24953 : cluster 0 pgmap v18660: 33 pgs: 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:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:48 smithi044 bash[32620]: cluster 2023-12-07T20:12:47.052281+0000 mgr.a (mgr.24293) 24953 : cluster 0 pgmap v18660: 33 pgs: 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:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:48 smithi027 bash[31536]: cluster 2023-12-07T20:12:47.052281+0000 mgr.a (mgr.24293) 24953 : cluster 0 pgmap v18660: 33 pgs: 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:50.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:50.640 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:50.640 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:50.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:50 smithi022 bash[28554]: cluster 2023-12-07T20:12:49.052868+0000 mgr.a (mgr.24293) 24954 : cluster 0 pgmap v18661: 33 pgs: 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:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:50 smithi044 bash[32620]: cluster 2023-12-07T20:12:49.052868+0000 mgr.a (mgr.24293) 24954 : cluster 0 pgmap v18661: 33 pgs: 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:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:50 smithi027 bash[31536]: cluster 2023-12-07T20:12:49.052868+0000 mgr.a (mgr.24293) 24954 : cluster 0 pgmap v18661: 33 pgs: 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:51.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:51.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:51.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:51.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:51.606 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:52 smithi022 bash[28554]: cluster 2023-12-07T20:12:51.053627+0000 mgr.a (mgr.24293) 24955 : cluster 0 pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:52 smithi022 bash[28554]: audit 2023-12-07T20:12:51.056595+0000 mgr.a (mgr.24293) 24956 : audit 0 from='client.489621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:52 smithi044 bash[32620]: cluster 2023-12-07T20:12:51.053627+0000 mgr.a (mgr.24293) 24955 : cluster 0 pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:52 smithi044 bash[32620]: audit 2023-12-07T20:12:51.056595+0000 mgr.a (mgr.24293) 24956 : audit 0 from='client.489621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:52 smithi027 bash[31536]: cluster 2023-12-07T20:12:51.053627+0000 mgr.a (mgr.24293) 24955 : cluster 0 pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:52 smithi027 bash[31536]: audit 2023-12-07T20:12:51.056595+0000 mgr.a (mgr.24293) 24956 : audit 0 from='client.489621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:54 smithi022 bash[28554]: cluster 2023-12-07T20:12:53.054289+0000 mgr.a (mgr.24293) 24957 : cluster 0 pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:54 smithi044 bash[32620]: cluster 2023-12-07T20:12:53.054289+0000 mgr.a (mgr.24293) 24957 : cluster 0 pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:54 smithi027 bash[31536]: cluster 2023-12-07T20:12:53.054289+0000 mgr.a (mgr.24293) 24957 : cluster 0 pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:56.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:12:56.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:56.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:56 smithi022 bash[28554]: cluster 2023-12-07T20:12:55.055001+0000 mgr.a (mgr.24293) 24958 : cluster 0 pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:56 smithi044 bash[32620]: cluster 2023-12-07T20:12:55.055001+0000 mgr.a (mgr.24293) 24958 : cluster 0 pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:56 smithi027 bash[31536]: cluster 2023-12-07T20:12:55.055001+0000 mgr.a (mgr.24293) 24958 : cluster 0 pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:57.557 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:12:57.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:57.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:57.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:57.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:12:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:58 smithi022 bash[28554]: audit 2023-12-07T20:12:57.022153+0000 mgr.a (mgr.24293) 24959 : audit 0 from='client.489693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:12:58 smithi022 bash[28554]: cluster 2023-12-07T20:12:57.055768+0000 mgr.a (mgr.24293) 24960 : cluster 0 pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:58 smithi044 bash[32620]: audit 2023-12-07T20:12:57.022153+0000 mgr.a (mgr.24293) 24959 : audit 0 from='client.489693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:12:58 smithi044 bash[32620]: cluster 2023-12-07T20:12:57.055768+0000 mgr.a (mgr.24293) 24960 : cluster 0 pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:58 smithi027 bash[31536]: audit 2023-12-07T20:12:57.022153+0000 mgr.a (mgr.24293) 24959 : audit 0 from='client.489693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:12:58 smithi027 bash[31536]: cluster 2023-12-07T20:12:57.055768+0000 mgr.a (mgr.24293) 24960 : cluster 0 pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:00 smithi022 bash[28554]: cluster 2023-12-07T20:12:59.056350+0000 mgr.a (mgr.24293) 24961 : cluster 0 pgmap v18666: 33 pgs: 33 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:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:00 smithi044 bash[32620]: cluster 2023-12-07T20:12:59.056350+0000 mgr.a (mgr.24293) 24961 : cluster 0 pgmap v18666: 33 pgs: 33 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:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:00 smithi027 bash[31536]: cluster 2023-12-07T20:12:59.056350+0000 mgr.a (mgr.24293) 24961 : cluster 0 pgmap v18666: 33 pgs: 33 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:02.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:02.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:02.561 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:02.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:02 smithi022 bash[28554]: cluster 2023-12-07T20:13:01.057161+0000 mgr.a (mgr.24293) 24962 : cluster 0 pgmap v18667: 33 pgs: 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:02.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:02 smithi044 bash[32620]: cluster 2023-12-07T20:13:01.057161+0000 mgr.a (mgr.24293) 24962 : cluster 0 pgmap v18667: 33 pgs: 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:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:02 smithi027 bash[31536]: cluster 2023-12-07T20:13:01.057161+0000 mgr.a (mgr.24293) 24962 : cluster 0 pgmap v18667: 33 pgs: 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:03.496 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:03.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:03.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:03.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:03.496 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:04 smithi022 bash[28554]: audit 2023-12-07T20:13:02.979269+0000 mgr.a (mgr.24293) 24963 : audit 0 from='client.489768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:04 smithi022 bash[28554]: cluster 2023-12-07T20:13:03.057936+0000 mgr.a (mgr.24293) 24964 : cluster 0 pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:04 smithi044 bash[32620]: audit 2023-12-07T20:13:02.979269+0000 mgr.a (mgr.24293) 24963 : audit 0 from='client.489768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:04 smithi044 bash[32620]: cluster 2023-12-07T20:13:03.057936+0000 mgr.a (mgr.24293) 24964 : cluster 0 pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:04 smithi027 bash[31536]: audit 2023-12-07T20:13:02.979269+0000 mgr.a (mgr.24293) 24963 : audit 0 from='client.489768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:04 smithi027 bash[31536]: cluster 2023-12-07T20:13:03.057936+0000 mgr.a (mgr.24293) 24964 : cluster 0 pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:06 smithi022 bash[28554]: cluster 2023-12-07T20:13:05.058647+0000 mgr.a (mgr.24293) 24965 : cluster 0 pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:06 smithi044 bash[32620]: cluster 2023-12-07T20:13:05.058647+0000 mgr.a (mgr.24293) 24965 : cluster 0 pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:06 smithi027 bash[31536]: cluster 2023-12-07T20:13:05.058647+0000 mgr.a (mgr.24293) 24965 : cluster 0 pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:08.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:08.499 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:08.500 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:08 smithi022 bash[28554]: cluster 2023-12-07T20:13:07.059504+0000 mgr.a (mgr.24293) 24966 : cluster 0 pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:08 smithi044 bash[32620]: cluster 2023-12-07T20:13:07.059504+0000 mgr.a (mgr.24293) 24966 : cluster 0 pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:08 smithi027 bash[31536]: cluster 2023-12-07T20:13:07.059504+0000 mgr.a (mgr.24293) 24966 : cluster 0 pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:09.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:09.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:09.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:09.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:09.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:10 smithi022 bash[28554]: audit 2023-12-07T20:13:08.914426+0000 mgr.a (mgr.24293) 24967 : audit 0 from='client.489843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:10 smithi022 bash[28554]: cluster 2023-12-07T20:13:09.060007+0000 mgr.a (mgr.24293) 24968 : cluster 0 pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:10 smithi044 bash[32620]: audit 2023-12-07T20:13:08.914426+0000 mgr.a (mgr.24293) 24967 : audit 0 from='client.489843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:10 smithi044 bash[32620]: cluster 2023-12-07T20:13:09.060007+0000 mgr.a (mgr.24293) 24968 : cluster 0 pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:10 smithi027 bash[31536]: audit 2023-12-07T20:13:08.914426+0000 mgr.a (mgr.24293) 24967 : audit 0 from='client.489843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:10 smithi027 bash[31536]: cluster 2023-12-07T20:13:09.060007+0000 mgr.a (mgr.24293) 24968 : cluster 0 pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:12 smithi022 bash[28554]: cluster 2023-12-07T20:13:11.060886+0000 mgr.a (mgr.24293) 24969 : cluster 0 pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:12 smithi044 bash[32620]: cluster 2023-12-07T20:13:11.060886+0000 mgr.a (mgr.24293) 24969 : cluster 0 pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:12 smithi027 bash[31536]: cluster 2023-12-07T20:13:11.060886+0000 mgr.a (mgr.24293) 24969 : cluster 0 pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:14.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:14.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:14.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:14 smithi022 bash[28554]: cluster 2023-12-07T20:13:13.061469+0000 mgr.a (mgr.24293) 24970 : cluster 0 pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:14 smithi044 bash[32620]: cluster 2023-12-07T20:13:13.061469+0000 mgr.a (mgr.24293) 24970 : cluster 0 pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:14 smithi027 bash[31536]: cluster 2023-12-07T20:13:13.061469+0000 mgr.a (mgr.24293) 24970 : cluster 0 pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:15.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:15.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:15.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:15.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:15.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:16 smithi022 bash[28554]: audit 2023-12-07T20:13:14.848199+0000 mgr.a (mgr.24293) 24971 : audit 0 from='client.489921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:16 smithi022 bash[28554]: cluster 2023-12-07T20:13:15.062193+0000 mgr.a (mgr.24293) 24972 : cluster 0 pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:16 smithi022 bash[28554]: audit 2023-12-07T20:13:15.444923+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:16 smithi022 bash[28554]: audit 2023-12-07T20:13:16.238138+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:16 smithi022 bash[28554]: audit 2023-12-07T20:13:16.240217+0000 mon.a (mon.0) 3885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:16.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:16 smithi022 bash[28554]: audit 2023-12-07T20:13:16.249294+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:13:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:16 smithi044 bash[32620]: audit 2023-12-07T20:13:14.848199+0000 mgr.a (mgr.24293) 24971 : audit 0 from='client.489921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:16 smithi044 bash[32620]: cluster 2023-12-07T20:13:15.062193+0000 mgr.a (mgr.24293) 24972 : cluster 0 pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:16 smithi044 bash[32620]: audit 2023-12-07T20:13:15.444923+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:16 smithi044 bash[32620]: audit 2023-12-07T20:13:16.238138+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:16 smithi044 bash[32620]: audit 2023-12-07T20:13:16.240217+0000 mon.a (mon.0) 3885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:16 smithi044 bash[32620]: audit 2023-12-07T20:13:16.249294+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:16 smithi027 bash[31536]: audit 2023-12-07T20:13:14.848199+0000 mgr.a (mgr.24293) 24971 : audit 0 from='client.489921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:16 smithi027 bash[31536]: cluster 2023-12-07T20:13:15.062193+0000 mgr.a (mgr.24293) 24972 : cluster 0 pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:16 smithi027 bash[31536]: audit 2023-12-07T20:13:15.444923+0000 mon.a (mon.0) 3883 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:16 smithi027 bash[31536]: audit 2023-12-07T20:13:16.238138+0000 mon.a (mon.0) 3884 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:16 smithi027 bash[31536]: audit 2023-12-07T20:13:16.240217+0000 mon.a (mon.0) 3885 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:16 smithi027 bash[31536]: audit 2023-12-07T20:13:16.249294+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:13:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:18 smithi022 bash[28554]: cluster 2023-12-07T20:13:17.063125+0000 mgr.a (mgr.24293) 24973 : cluster 0 pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:18 smithi044 bash[32620]: cluster 2023-12-07T20:13:17.063125+0000 mgr.a (mgr.24293) 24973 : cluster 0 pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:18 smithi027 bash[31536]: cluster 2023-12-07T20:13:17.063125+0000 mgr.a (mgr.24293) 24973 : cluster 0 pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:20.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:20.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:20.363 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:20 smithi022 bash[28554]: cluster 2023-12-07T20:13:19.063700+0000 mgr.a (mgr.24293) 24974 : cluster 0 pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:20 smithi044 bash[32620]: cluster 2023-12-07T20:13:19.063700+0000 mgr.a (mgr.24293) 24974 : cluster 0 pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:20 smithi027 bash[31536]: cluster 2023-12-07T20:13:19.063700+0000 mgr.a (mgr.24293) 24974 : cluster 0 pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:21.299 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:21.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:21.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:21.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:21.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:22 smithi022 bash[28554]: audit 2023-12-07T20:13:20.780646+0000 mgr.a (mgr.24293) 24975 : audit 0 from='client.489993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:22 smithi022 bash[28554]: cluster 2023-12-07T20:13:21.064864+0000 mgr.a (mgr.24293) 24976 : cluster 0 pgmap v18677: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:22 smithi044 bash[32620]: audit 2023-12-07T20:13:20.780646+0000 mgr.a (mgr.24293) 24975 : audit 0 from='client.489993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:22 smithi044 bash[32620]: cluster 2023-12-07T20:13:21.064864+0000 mgr.a (mgr.24293) 24976 : cluster 0 pgmap v18677: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:22 smithi027 bash[31536]: audit 2023-12-07T20:13:20.780646+0000 mgr.a (mgr.24293) 24975 : audit 0 from='client.489993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:22.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:22 smithi027 bash[31536]: cluster 2023-12-07T20:13:21.064864+0000 mgr.a (mgr.24293) 24976 : cluster 0 pgmap v18677: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:24 smithi022 bash[28554]: cluster 2023-12-07T20:13:23.065522+0000 mgr.a (mgr.24293) 24977 : cluster 0 pgmap v18678: 33 pgs: 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:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:24 smithi044 bash[32620]: cluster 2023-12-07T20:13:23.065522+0000 mgr.a (mgr.24293) 24977 : cluster 0 pgmap v18678: 33 pgs: 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:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:24 smithi027 bash[31536]: cluster 2023-12-07T20:13:23.065522+0000 mgr.a (mgr.24293) 24977 : cluster 0 pgmap v18678: 33 pgs: 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:26.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:26.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:26.302 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:26 smithi022 bash[28554]: cluster 2023-12-07T20:13:25.066078+0000 mgr.a (mgr.24293) 24978 : cluster 0 pgmap v18679: 33 pgs: 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:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:26 smithi044 bash[32620]: cluster 2023-12-07T20:13:25.066078+0000 mgr.a (mgr.24293) 24978 : cluster 0 pgmap v18679: 33 pgs: 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:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:26 smithi027 bash[31536]: cluster 2023-12-07T20:13:25.066078+0000 mgr.a (mgr.24293) 24978 : cluster 0 pgmap v18679: 33 pgs: 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:27.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:27.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:27.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:27.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:27.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:28 smithi022 bash[28554]: audit 2023-12-07T20:13:26.715505+0000 mgr.a (mgr.24293) 24979 : audit 0 from='client.490068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:28 smithi022 bash[28554]: cluster 2023-12-07T20:13:27.066740+0000 mgr.a (mgr.24293) 24980 : cluster 0 pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:28 smithi044 bash[32620]: audit 2023-12-07T20:13:26.715505+0000 mgr.a (mgr.24293) 24979 : audit 0 from='client.490068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:28.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:28 smithi044 bash[32620]: cluster 2023-12-07T20:13:27.066740+0000 mgr.a (mgr.24293) 24980 : cluster 0 pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:28 smithi027 bash[31536]: audit 2023-12-07T20:13:26.715505+0000 mgr.a (mgr.24293) 24979 : audit 0 from='client.490068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:28 smithi027 bash[31536]: cluster 2023-12-07T20:13:27.066740+0000 mgr.a (mgr.24293) 24980 : cluster 0 pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:30 smithi022 bash[28554]: cluster 2023-12-07T20:13:29.067523+0000 mgr.a (mgr.24293) 24981 : cluster 0 pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:30 smithi044 bash[32620]: cluster 2023-12-07T20:13:29.067523+0000 mgr.a (mgr.24293) 24981 : cluster 0 pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:30 smithi027 bash[31536]: cluster 2023-12-07T20:13:29.067523+0000 mgr.a (mgr.24293) 24981 : cluster 0 pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:32.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:32.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:32.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:32 smithi022 bash[28554]: cluster 2023-12-07T20:13:31.068355+0000 mgr.a (mgr.24293) 24982 : cluster 0 pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:32 smithi044 bash[32620]: cluster 2023-12-07T20:13:31.068355+0000 mgr.a (mgr.24293) 24982 : cluster 0 pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:32 smithi027 bash[31536]: cluster 2023-12-07T20:13:31.068355+0000 mgr.a (mgr.24293) 24982 : cluster 0 pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:33.194 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:33.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:33.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:33.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:33.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:34 smithi022 bash[28554]: audit 2023-12-07T20:13:32.676626+0000 mgr.a (mgr.24293) 24983 : audit 0 from='client.490146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:34 smithi022 bash[28554]: cluster 2023-12-07T20:13:33.070128+0000 mgr.a (mgr.24293) 24984 : cluster 0 pgmap v18683: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:34 smithi044 bash[32620]: audit 2023-12-07T20:13:32.676626+0000 mgr.a (mgr.24293) 24983 : audit 0 from='client.490146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:34 smithi044 bash[32620]: cluster 2023-12-07T20:13:33.070128+0000 mgr.a (mgr.24293) 24984 : cluster 0 pgmap v18683: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:34 smithi027 bash[31536]: audit 2023-12-07T20:13:32.676626+0000 mgr.a (mgr.24293) 24983 : audit 0 from='client.490146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:34 smithi027 bash[31536]: cluster 2023-12-07T20:13:33.070128+0000 mgr.a (mgr.24293) 24984 : cluster 0 pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:36 smithi022 bash[28554]: cluster 2023-12-07T20:13:35.070890+0000 mgr.a (mgr.24293) 24985 : cluster 0 pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:36 smithi044 bash[32620]: cluster 2023-12-07T20:13:35.070890+0000 mgr.a (mgr.24293) 24985 : cluster 0 pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:36 smithi027 bash[31536]: cluster 2023-12-07T20:13:35.070890+0000 mgr.a (mgr.24293) 24985 : cluster 0 pgmap v18684: 33 pgs: 33 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:38.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:38.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:38.198 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:38 smithi022 bash[28554]: cluster 2023-12-07T20:13:37.071731+0000 mgr.a (mgr.24293) 24986 : cluster 0 pgmap v18685: 33 pgs: 33 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:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:38 smithi044 bash[32620]: cluster 2023-12-07T20:13:37.071731+0000 mgr.a (mgr.24293) 24986 : cluster 0 pgmap v18685: 33 pgs: 33 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:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:38 smithi027 bash[31536]: cluster 2023-12-07T20:13:37.071731+0000 mgr.a (mgr.24293) 24986 : cluster 0 pgmap v18685: 33 pgs: 33 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:39.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:39.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:39.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:39.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:39.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:40 smithi022 bash[28554]: audit 2023-12-07T20:13:38.609559+0000 mgr.a (mgr.24293) 24987 : audit 0 from='client.490224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:40 smithi022 bash[28554]: cluster 2023-12-07T20:13:39.072366+0000 mgr.a (mgr.24293) 24988 : cluster 0 pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:40 smithi044 bash[32620]: audit 2023-12-07T20:13:38.609559+0000 mgr.a (mgr.24293) 24987 : audit 0 from='client.490224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:40 smithi044 bash[32620]: cluster 2023-12-07T20:13:39.072366+0000 mgr.a (mgr.24293) 24988 : cluster 0 pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:40 smithi027 bash[31536]: audit 2023-12-07T20:13:38.609559+0000 mgr.a (mgr.24293) 24987 : audit 0 from='client.490224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:40 smithi027 bash[31536]: cluster 2023-12-07T20:13:39.072366+0000 mgr.a (mgr.24293) 24988 : cluster 0 pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:42 smithi022 bash[28554]: cluster 2023-12-07T20:13:41.073160+0000 mgr.a (mgr.24293) 24989 : cluster 0 pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:42 smithi044 bash[32620]: cluster 2023-12-07T20:13:41.073160+0000 mgr.a (mgr.24293) 24989 : cluster 0 pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:42 smithi027 bash[31536]: cluster 2023-12-07T20:13:41.073160+0000 mgr.a (mgr.24293) 24989 : cluster 0 pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:44.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:44.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:44.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:44 smithi022 bash[28554]: cluster 2023-12-07T20:13:43.073763+0000 mgr.a (mgr.24293) 24990 : cluster 0 pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:44 smithi044 bash[32620]: cluster 2023-12-07T20:13:43.073763+0000 mgr.a (mgr.24293) 24990 : cluster 0 pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:44 smithi027 bash[31536]: cluster 2023-12-07T20:13:43.073763+0000 mgr.a (mgr.24293) 24990 : cluster 0 pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:45.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:45.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:45.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:45.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:45.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:46 smithi022 bash[28554]: audit 2023-12-07T20:13:44.560891+0000 mgr.a (mgr.24293) 24991 : audit 0 from='client.490299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:46 smithi022 bash[28554]: cluster 2023-12-07T20:13:45.074421+0000 mgr.a (mgr.24293) 24992 : cluster 0 pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:46 smithi044 bash[32620]: audit 2023-12-07T20:13:44.560891+0000 mgr.a (mgr.24293) 24991 : audit 0 from='client.490299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:46 smithi044 bash[32620]: cluster 2023-12-07T20:13:45.074421+0000 mgr.a (mgr.24293) 24992 : cluster 0 pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:46 smithi027 bash[31536]: audit 2023-12-07T20:13:44.560891+0000 mgr.a (mgr.24293) 24991 : audit 0 from='client.490299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:46 smithi027 bash[31536]: cluster 2023-12-07T20:13:45.074421+0000 mgr.a (mgr.24293) 24992 : cluster 0 pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:48 smithi022 bash[28554]: cluster 2023-12-07T20:13:47.075253+0000 mgr.a (mgr.24293) 24993 : cluster 0 pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:48 smithi044 bash[32620]: cluster 2023-12-07T20:13:47.075253+0000 mgr.a (mgr.24293) 24993 : cluster 0 pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:48 smithi027 bash[31536]: cluster 2023-12-07T20:13:47.075253+0000 mgr.a (mgr.24293) 24993 : cluster 0 pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:50.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:50.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:50.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:50 smithi022 bash[28554]: cluster 2023-12-07T20:13:49.075835+0000 mgr.a (mgr.24293) 24994 : cluster 0 pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:50 smithi044 bash[32620]: cluster 2023-12-07T20:13:49.075835+0000 mgr.a (mgr.24293) 24994 : cluster 0 pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:50 smithi027 bash[31536]: cluster 2023-12-07T20:13:49.075835+0000 mgr.a (mgr.24293) 24994 : cluster 0 pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:51.045 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:51.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:51.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:51.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:51.045 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:51 smithi022 bash[28554]: audit 2023-12-07T20:13:50.512460+0000 mgr.a (mgr.24293) 24995 : audit 0 from='client.490377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:51 smithi044 bash[32620]: audit 2023-12-07T20:13:50.512460+0000 mgr.a (mgr.24293) 24995 : audit 0 from='client.490377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:51.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:51 smithi027 bash[31536]: audit 2023-12-07T20:13:50.512460+0000 mgr.a (mgr.24293) 24995 : audit 0 from='client.490377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:52 smithi022 bash[28554]: cluster 2023-12-07T20:13:51.076820+0000 mgr.a (mgr.24293) 24996 : cluster 0 pgmap v18692: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:52 smithi044 bash[32620]: cluster 2023-12-07T20:13:51.076820+0000 mgr.a (mgr.24293) 24996 : cluster 0 pgmap v18692: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:52 smithi027 bash[31536]: cluster 2023-12-07T20:13:51.076820+0000 mgr.a (mgr.24293) 24996 : cluster 0 pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:54 smithi022 bash[28554]: cluster 2023-12-07T20:13:53.077419+0000 mgr.a (mgr.24293) 24997 : cluster 0 pgmap v18693: 33 pgs: 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:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:54 smithi044 bash[32620]: cluster 2023-12-07T20:13:53.077419+0000 mgr.a (mgr.24293) 24997 : cluster 0 pgmap v18693: 33 pgs: 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:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:54 smithi027 bash[31536]: cluster 2023-12-07T20:13:53.077419+0000 mgr.a (mgr.24293) 24997 : cluster 0 pgmap v18693: 33 pgs: 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:56.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:13:56.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:56.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:56 smithi022 bash[28554]: cluster 2023-12-07T20:13:55.077897+0000 mgr.a (mgr.24293) 24998 : cluster 0 pgmap v18694: 33 pgs: 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:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:56 smithi044 bash[32620]: cluster 2023-12-07T20:13:55.077897+0000 mgr.a (mgr.24293) 24998 : cluster 0 pgmap v18694: 33 pgs: 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:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:56 smithi027 bash[31536]: cluster 2023-12-07T20:13:55.077897+0000 mgr.a (mgr.24293) 24998 : cluster 0 pgmap v18694: 33 pgs: 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:57.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:57.010 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:13:57.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:57.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:57.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:13:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:57 smithi022 bash[28554]: audit 2023-12-07T20:13:56.475723+0000 mgr.a (mgr.24293) 24999 : audit 0 from='client.490455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:57 smithi044 bash[32620]: audit 2023-12-07T20:13:56.475723+0000 mgr.a (mgr.24293) 24999 : audit 0 from='client.490455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:57.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:57 smithi027 bash[31536]: audit 2023-12-07T20:13:56.475723+0000 mgr.a (mgr.24293) 24999 : audit 0 from='client.490455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:13:58 smithi022 bash[28554]: cluster 2023-12-07T20:13:57.078950+0000 mgr.a (mgr.24293) 25000 : cluster 0 pgmap v18695: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:13:58 smithi044 bash[32620]: cluster 2023-12-07T20:13:57.078950+0000 mgr.a (mgr.24293) 25000 : cluster 0 pgmap v18695: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:13:58 smithi027 bash[31536]: cluster 2023-12-07T20:13:57.078950+0000 mgr.a (mgr.24293) 25000 : cluster 0 pgmap v18695: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:00 smithi022 bash[28554]: cluster 2023-12-07T20:13:59.079521+0000 mgr.a (mgr.24293) 25001 : cluster 0 pgmap v18696: 33 pgs: 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:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:00 smithi044 bash[32620]: cluster 2023-12-07T20:13:59.079521+0000 mgr.a (mgr.24293) 25001 : cluster 0 pgmap v18696: 33 pgs: 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:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:00 smithi027 bash[31536]: cluster 2023-12-07T20:13:59.079521+0000 mgr.a (mgr.24293) 25001 : cluster 0 pgmap v18696: 33 pgs: 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:02.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:02.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:02.015 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:02 smithi022 bash[28554]: cluster 2023-12-07T20:14:01.080224+0000 mgr.a (mgr.24293) 25002 : cluster 0 pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:02 smithi044 bash[32620]: cluster 2023-12-07T20:14:01.080224+0000 mgr.a (mgr.24293) 25002 : cluster 0 pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:02 smithi027 bash[31536]: cluster 2023-12-07T20:14:01.080224+0000 mgr.a (mgr.24293) 25002 : cluster 0 pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:02.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:02.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:02.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:02.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:02.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:03 smithi022 bash[28554]: audit 2023-12-07T20:14:02.429327+0000 mgr.a (mgr.24293) 25003 : audit 0 from='client.490527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:03 smithi044 bash[32620]: audit 2023-12-07T20:14:02.429327+0000 mgr.a (mgr.24293) 25003 : audit 0 from='client.490527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:03 smithi027 bash[31536]: audit 2023-12-07T20:14:02.429327+0000 mgr.a (mgr.24293) 25003 : audit 0 from='client.490527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:04 smithi022 bash[28554]: cluster 2023-12-07T20:14:03.080834+0000 mgr.a (mgr.24293) 25004 : cluster 0 pgmap v18698: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:04 smithi044 bash[32620]: cluster 2023-12-07T20:14:03.080834+0000 mgr.a (mgr.24293) 25004 : cluster 0 pgmap v18698: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:04 smithi027 bash[31536]: cluster 2023-12-07T20:14:03.080834+0000 mgr.a (mgr.24293) 25004 : cluster 0 pgmap v18698: 33 pgs: 33 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:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:06 smithi022 bash[28554]: cluster 2023-12-07T20:14:05.081421+0000 mgr.a (mgr.24293) 25005 : cluster 0 pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:06 smithi044 bash[32620]: cluster 2023-12-07T20:14:05.081421+0000 mgr.a (mgr.24293) 25005 : cluster 0 pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:06 smithi027 bash[31536]: cluster 2023-12-07T20:14:05.081421+0000 mgr.a (mgr.24293) 25005 : cluster 0 pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:07.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:07.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:07.947 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:08 smithi022 bash[28554]: cluster 2023-12-07T20:14:07.082236+0000 mgr.a (mgr.24293) 25006 : cluster 0 pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:08 smithi044 bash[32620]: cluster 2023-12-07T20:14:07.082236+0000 mgr.a (mgr.24293) 25006 : cluster 0 pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:08 smithi027 bash[31536]: cluster 2023-12-07T20:14:07.082236+0000 mgr.a (mgr.24293) 25006 : cluster 0 pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:08.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:08.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:08.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:08.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:08.871 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:09 smithi022 bash[28554]: audit 2023-12-07T20:14:08.356592+0000 mgr.a (mgr.24293) 25007 : audit 0 from='client.490605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:09 smithi044 bash[32620]: audit 2023-12-07T20:14:08.356592+0000 mgr.a (mgr.24293) 25007 : audit 0 from='client.490605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:09 smithi027 bash[31536]: audit 2023-12-07T20:14:08.356592+0000 mgr.a (mgr.24293) 25007 : audit 0 from='client.490605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:10 smithi022 bash[28554]: cluster 2023-12-07T20:14:09.082997+0000 mgr.a (mgr.24293) 25008 : cluster 0 pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:10 smithi044 bash[32620]: cluster 2023-12-07T20:14:09.082997+0000 mgr.a (mgr.24293) 25008 : cluster 0 pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:10 smithi027 bash[31536]: cluster 2023-12-07T20:14:09.082997+0000 mgr.a (mgr.24293) 25008 : cluster 0 pgmap v18701: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:12 smithi022 bash[28554]: cluster 2023-12-07T20:14:11.083882+0000 mgr.a (mgr.24293) 25009 : cluster 0 pgmap v18702: 33 pgs: 33 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:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:12 smithi044 bash[32620]: cluster 2023-12-07T20:14:11.083882+0000 mgr.a (mgr.24293) 25009 : cluster 0 pgmap v18702: 33 pgs: 33 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:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:12 smithi027 bash[31536]: cluster 2023-12-07T20:14:11.083882+0000 mgr.a (mgr.24293) 25009 : cluster 0 pgmap v18702: 33 pgs: 33 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:13.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:13.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:13.874 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:14.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:14 smithi022 bash[28554]: cluster 2023-12-07T20:14:13.084409+0000 mgr.a (mgr.24293) 25010 : cluster 0 pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:14 smithi044 bash[32620]: cluster 2023-12-07T20:14:13.084409+0000 mgr.a (mgr.24293) 25010 : cluster 0 pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:14 smithi027 bash[31536]: cluster 2023-12-07T20:14:13.084409+0000 mgr.a (mgr.24293) 25010 : cluster 0 pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:14.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:14.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:14.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:14.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:14.814 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:15 smithi027 bash[31536]: audit 2023-12-07T20:14:14.283167+0000 mgr.a (mgr.24293) 25011 : audit 0 from='client.490683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:15 smithi022 bash[28554]: audit 2023-12-07T20:14:14.283167+0000 mgr.a (mgr.24293) 25011 : audit 0 from='client.490683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:15 smithi044 bash[32620]: audit 2023-12-07T20:14:14.283167+0000 mgr.a (mgr.24293) 25011 : audit 0 from='client.490683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:16 smithi027 bash[31536]: cluster 2023-12-07T20:14:15.085166+0000 mgr.a (mgr.24293) 25012 : cluster 0 pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:16 smithi027 bash[31536]: audit 2023-12-07T20:14:16.352829+0000 mon.a (mon.0) 3887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:16 smithi022 bash[28554]: cluster 2023-12-07T20:14:15.085166+0000 mgr.a (mgr.24293) 25012 : cluster 0 pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:16 smithi022 bash[28554]: audit 2023-12-07T20:14:16.352829+0000 mon.a (mon.0) 3887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:16 smithi044 bash[32620]: cluster 2023-12-07T20:14:15.085166+0000 mgr.a (mgr.24293) 25012 : cluster 0 pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:16 smithi044 bash[32620]: audit 2023-12-07T20:14:16.352829+0000 mon.a (mon.0) 3887 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:17 smithi027 bash[31536]: audit 2023-12-07T20:14:17.138913+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:17 smithi027 bash[31536]: audit 2023-12-07T20:14:17.140807+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:17.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:17 smithi027 bash[31536]: audit 2023-12-07T20:14:17.150013+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:14:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:17 smithi022 bash[28554]: audit 2023-12-07T20:14:17.138913+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:17 smithi022 bash[28554]: audit 2023-12-07T20:14:17.140807+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:17 smithi022 bash[28554]: audit 2023-12-07T20:14:17.150013+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:14:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:17 smithi044 bash[32620]: audit 2023-12-07T20:14:17.138913+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:17 smithi044 bash[32620]: audit 2023-12-07T20:14:17.140807+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:17 smithi044 bash[32620]: audit 2023-12-07T20:14:17.150013+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:14:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:18 smithi027 bash[31536]: cluster 2023-12-07T20:14:17.085996+0000 mgr.a (mgr.24293) 25013 : cluster 0 pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:18 smithi022 bash[28554]: cluster 2023-12-07T20:14:17.085996+0000 mgr.a (mgr.24293) 25013 : cluster 0 pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:18 smithi044 bash[32620]: cluster 2023-12-07T20:14:17.085996+0000 mgr.a (mgr.24293) 25013 : cluster 0 pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:19.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:19.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:19.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:20 smithi027 bash[31536]: cluster 2023-12-07T20:14:19.086569+0000 mgr.a (mgr.24293) 25014 : cluster 0 pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:20.755 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:20.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:20.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:20.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:20.755 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:20 smithi022 bash[28554]: cluster 2023-12-07T20:14:19.086569+0000 mgr.a (mgr.24293) 25014 : cluster 0 pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:20 smithi044 bash[32620]: cluster 2023-12-07T20:14:19.086569+0000 mgr.a (mgr.24293) 25014 : cluster 0 pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:21 smithi022 bash[28554]: audit 2023-12-07T20:14:20.226621+0000 mgr.a (mgr.24293) 25015 : audit 0 from='client.490761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:21 smithi044 bash[32620]: audit 2023-12-07T20:14:20.226621+0000 mgr.a (mgr.24293) 25015 : audit 0 from='client.490761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:21 smithi027 bash[31536]: audit 2023-12-07T20:14:20.226621+0000 mgr.a (mgr.24293) 25015 : audit 0 from='client.490761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:22 smithi022 bash[28554]: cluster 2023-12-07T20:14:21.087715+0000 mgr.a (mgr.24293) 25016 : cluster 0 pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:14:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:22 smithi044 bash[32620]: cluster 2023-12-07T20:14:21.087715+0000 mgr.a (mgr.24293) 25016 : cluster 0 pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:14:22.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:22 smithi027 bash[31536]: cluster 2023-12-07T20:14:21.087715+0000 mgr.a (mgr.24293) 25016 : cluster 0 pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:14:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:24 smithi022 bash[28554]: cluster 2023-12-07T20:14:23.088306+0000 mgr.a (mgr.24293) 25017 : cluster 0 pgmap v18708: 33 pgs: 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:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:24 smithi044 bash[32620]: cluster 2023-12-07T20:14:23.088306+0000 mgr.a (mgr.24293) 25017 : cluster 0 pgmap v18708: 33 pgs: 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:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:24 smithi027 bash[31536]: cluster 2023-12-07T20:14:23.088306+0000 mgr.a (mgr.24293) 25017 : cluster 0 pgmap v18708: 33 pgs: 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:25.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:25.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:25.759 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:26.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:26.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:26 smithi022 bash[28554]: cluster 2023-12-07T20:14:25.088915+0000 mgr.a (mgr.24293) 25018 : cluster 0 pgmap v18709: 33 pgs: 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:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:26 smithi044 bash[32620]: cluster 2023-12-07T20:14:25.088915+0000 mgr.a (mgr.24293) 25018 : cluster 0 pgmap v18709: 33 pgs: 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:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:26 smithi027 bash[31536]: cluster 2023-12-07T20:14:25.088915+0000 mgr.a (mgr.24293) 25018 : cluster 0 pgmap v18709: 33 pgs: 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:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:27 smithi022 bash[28554]: audit 2023-12-07T20:14:26.171877+0000 mgr.a (mgr.24293) 25019 : audit 0 from='client.490839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:27 smithi044 bash[32620]: audit 2023-12-07T20:14:26.171877+0000 mgr.a (mgr.24293) 25019 : audit 0 from='client.490839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:27 smithi027 bash[31536]: audit 2023-12-07T20:14:26.171877+0000 mgr.a (mgr.24293) 25019 : audit 0 from='client.490839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:28 smithi022 bash[28554]: cluster 2023-12-07T20:14:27.090029+0000 mgr.a (mgr.24293) 25020 : cluster 0 pgmap v18710: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:28 smithi044 bash[32620]: cluster 2023-12-07T20:14:27.090029+0000 mgr.a (mgr.24293) 25020 : cluster 0 pgmap v18710: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:28 smithi027 bash[31536]: cluster 2023-12-07T20:14:27.090029+0000 mgr.a (mgr.24293) 25020 : cluster 0 pgmap v18710: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:30 smithi022 bash[28554]: cluster 2023-12-07T20:14:29.090626+0000 mgr.a (mgr.24293) 25021 : cluster 0 pgmap v18711: 33 pgs: 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:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:30 smithi044 bash[32620]: cluster 2023-12-07T20:14:29.090626+0000 mgr.a (mgr.24293) 25021 : cluster 0 pgmap v18711: 33 pgs: 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:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:30 smithi027 bash[31536]: cluster 2023-12-07T20:14:29.090626+0000 mgr.a (mgr.24293) 25021 : cluster 0 pgmap v18711: 33 pgs: 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:31.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:31.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:31.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:32.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:32.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:32.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:32.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:32.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:32 smithi022 bash[28554]: cluster 2023-12-07T20:14:31.091373+0000 mgr.a (mgr.24293) 25022 : cluster 0 pgmap v18712: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:32 smithi044 bash[32620]: cluster 2023-12-07T20:14:31.091373+0000 mgr.a (mgr.24293) 25022 : cluster 0 pgmap v18712: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:32 smithi027 bash[31536]: cluster 2023-12-07T20:14:31.091373+0000 mgr.a (mgr.24293) 25022 : cluster 0 pgmap v18712: 33 pgs: 33 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:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:33 smithi022 bash[28554]: audit 2023-12-07T20:14:32.127267+0000 mgr.a (mgr.24293) 25023 : audit 0 from='client.490917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:33 smithi044 bash[32620]: audit 2023-12-07T20:14:32.127267+0000 mgr.a (mgr.24293) 25023 : audit 0 from='client.490917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:33 smithi027 bash[31536]: audit 2023-12-07T20:14:32.127267+0000 mgr.a (mgr.24293) 25023 : audit 0 from='client.490917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:34 smithi022 bash[28554]: cluster 2023-12-07T20:14:33.092112+0000 mgr.a (mgr.24293) 25024 : cluster 0 pgmap v18713: 33 pgs: 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:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:34 smithi044 bash[32620]: cluster 2023-12-07T20:14:33.092112+0000 mgr.a (mgr.24293) 25024 : cluster 0 pgmap v18713: 33 pgs: 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:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:34 smithi027 bash[31536]: cluster 2023-12-07T20:14:33.092112+0000 mgr.a (mgr.24293) 25024 : cluster 0 pgmap v18713: 33 pgs: 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:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:36 smithi022 bash[28554]: cluster 2023-12-07T20:14:35.092742+0000 mgr.a (mgr.24293) 25025 : cluster 0 pgmap v18714: 33 pgs: 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:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:36 smithi044 bash[32620]: cluster 2023-12-07T20:14:35.092742+0000 mgr.a (mgr.24293) 25025 : cluster 0 pgmap v18714: 33 pgs: 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:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:36 smithi027 bash[31536]: cluster 2023-12-07T20:14:35.092742+0000 mgr.a (mgr.24293) 25025 : cluster 0 pgmap v18714: 33 pgs: 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:37.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:37.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:37.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:38.595 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:38 smithi022 bash[28554]: cluster 2023-12-07T20:14:37.093551+0000 mgr.a (mgr.24293) 25026 : cluster 0 pgmap v18715: 33 pgs: 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:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:38 smithi044 bash[32620]: cluster 2023-12-07T20:14:37.093551+0000 mgr.a (mgr.24293) 25026 : cluster 0 pgmap v18715: 33 pgs: 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:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:38 smithi027 bash[31536]: cluster 2023-12-07T20:14:37.093551+0000 mgr.a (mgr.24293) 25026 : cluster 0 pgmap v18715: 33 pgs: 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:39.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:39 smithi022 bash[28554]: audit 2023-12-07T20:14:38.068828+0000 mgr.a (mgr.24293) 25027 : audit 0 from='client.490992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:39 smithi044 bash[32620]: audit 2023-12-07T20:14:38.068828+0000 mgr.a (mgr.24293) 25027 : audit 0 from='client.490992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:39 smithi027 bash[31536]: audit 2023-12-07T20:14:38.068828+0000 mgr.a (mgr.24293) 25027 : audit 0 from='client.490992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:40 smithi022 bash[28554]: cluster 2023-12-07T20:14:39.094306+0000 mgr.a (mgr.24293) 25028 : cluster 0 pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:40 smithi044 bash[32620]: cluster 2023-12-07T20:14:39.094306+0000 mgr.a (mgr.24293) 25028 : cluster 0 pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:40 smithi027 bash[31536]: cluster 2023-12-07T20:14:39.094306+0000 mgr.a (mgr.24293) 25028 : cluster 0 pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:42 smithi022 bash[28554]: cluster 2023-12-07T20:14:41.095198+0000 mgr.a (mgr.24293) 25029 : cluster 0 pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:42 smithi044 bash[32620]: cluster 2023-12-07T20:14:41.095198+0000 mgr.a (mgr.24293) 25029 : cluster 0 pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:42 smithi027 bash[31536]: cluster 2023-12-07T20:14:41.095198+0000 mgr.a (mgr.24293) 25029 : cluster 0 pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:43.598 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:43.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:43.599 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:44.561 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:44.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:44.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:44.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:44.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:44 smithi022 bash[28554]: cluster 2023-12-07T20:14:43.095822+0000 mgr.a (mgr.24293) 25030 : cluster 0 pgmap v18718: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:44 smithi044 bash[32620]: cluster 2023-12-07T20:14:43.095822+0000 mgr.a (mgr.24293) 25030 : cluster 0 pgmap v18718: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:44 smithi027 bash[31536]: cluster 2023-12-07T20:14:43.095822+0000 mgr.a (mgr.24293) 25030 : cluster 0 pgmap v18718: 33 pgs: 33 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:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:45 smithi022 bash[28554]: audit 2023-12-07T20:14:44.013991+0000 mgr.a (mgr.24293) 25031 : audit 0 from='client.491070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:45 smithi044 bash[32620]: audit 2023-12-07T20:14:44.013991+0000 mgr.a (mgr.24293) 25031 : audit 0 from='client.491070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:45 smithi027 bash[31536]: audit 2023-12-07T20:14:44.013991+0000 mgr.a (mgr.24293) 25031 : audit 0 from='client.491070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:46 smithi022 bash[28554]: cluster 2023-12-07T20:14:45.096549+0000 mgr.a (mgr.24293) 25032 : cluster 0 pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:46 smithi044 bash[32620]: cluster 2023-12-07T20:14:45.096549+0000 mgr.a (mgr.24293) 25032 : cluster 0 pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:46 smithi027 bash[31536]: cluster 2023-12-07T20:14:45.096549+0000 mgr.a (mgr.24293) 25032 : cluster 0 pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:48 smithi022 bash[28554]: cluster 2023-12-07T20:14:47.097403+0000 mgr.a (mgr.24293) 25033 : cluster 0 pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:48 smithi044 bash[32620]: cluster 2023-12-07T20:14:47.097403+0000 mgr.a (mgr.24293) 25033 : cluster 0 pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:48 smithi027 bash[31536]: cluster 2023-12-07T20:14:47.097403+0000 mgr.a (mgr.24293) 25033 : cluster 0 pgmap v18720: 33 pgs: 33 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:49.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:49.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:49.565 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:50.498 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:50.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:50.498 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:50.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:50.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:50 smithi022 bash[28554]: cluster 2023-12-07T20:14:49.097997+0000 mgr.a (mgr.24293) 25034 : cluster 0 pgmap v18721: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:50 smithi044 bash[32620]: cluster 2023-12-07T20:14:49.097997+0000 mgr.a (mgr.24293) 25034 : cluster 0 pgmap v18721: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:50 smithi027 bash[31536]: cluster 2023-12-07T20:14:49.097997+0000 mgr.a (mgr.24293) 25034 : cluster 0 pgmap v18721: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:51 smithi022 bash[28554]: audit 2023-12-07T20:14:49.973287+0000 mgr.a (mgr.24293) 25035 : audit 0 from='client.491148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:51 smithi044 bash[32620]: audit 2023-12-07T20:14:49.973287+0000 mgr.a (mgr.24293) 25035 : audit 0 from='client.491148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:51 smithi027 bash[31536]: audit 2023-12-07T20:14:49.973287+0000 mgr.a (mgr.24293) 25035 : audit 0 from='client.491148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:52 smithi022 bash[28554]: cluster 2023-12-07T20:14:51.098939+0000 mgr.a (mgr.24293) 25036 : cluster 0 pgmap v18722: 33 pgs: 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:14:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:52 smithi044 bash[32620]: cluster 2023-12-07T20:14:51.098939+0000 mgr.a (mgr.24293) 25036 : cluster 0 pgmap v18722: 33 pgs: 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:14:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:52 smithi027 bash[31536]: cluster 2023-12-07T20:14:51.098939+0000 mgr.a (mgr.24293) 25036 : cluster 0 pgmap v18722: 33 pgs: 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:14:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:54 smithi022 bash[28554]: cluster 2023-12-07T20:14:53.099583+0000 mgr.a (mgr.24293) 25037 : cluster 0 pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:14:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:54 smithi044 bash[32620]: cluster 2023-12-07T20:14:53.099583+0000 mgr.a (mgr.24293) 25037 : cluster 0 pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:14:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:54 smithi027 bash[31536]: cluster 2023-12-07T20:14:53.099583+0000 mgr.a (mgr.24293) 25037 : cluster 0 pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:14:55.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:14:55.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:55.502 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:56.442 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:14:56.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:56.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:56.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:56.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:14:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:56 smithi022 bash[28554]: cluster 2023-12-07T20:14:55.100105+0000 mgr.a (mgr.24293) 25038 : cluster 0 pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:14:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:56 smithi044 bash[32620]: cluster 2023-12-07T20:14:55.100105+0000 mgr.a (mgr.24293) 25038 : cluster 0 pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:14:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:56 smithi027 bash[31536]: cluster 2023-12-07T20:14:55.100105+0000 mgr.a (mgr.24293) 25038 : cluster 0 pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:14:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:57 smithi022 bash[28554]: audit 2023-12-07T20:14:55.920933+0000 mgr.a (mgr.24293) 25039 : audit 0 from='client.394708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:57 smithi044 bash[32620]: audit 2023-12-07T20:14:55.920933+0000 mgr.a (mgr.24293) 25039 : audit 0 from='client.394708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:57 smithi027 bash[31536]: audit 2023-12-07T20:14:55.920933+0000 mgr.a (mgr.24293) 25039 : audit 0 from='client.394708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:58 smithi022 bash[28554]: cluster 2023-12-07T20:14:57.101166+0000 mgr.a (mgr.24293) 25040 : cluster 0 pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:58 smithi044 bash[32620]: cluster 2023-12-07T20:14:57.101166+0000 mgr.a (mgr.24293) 25040 : cluster 0 pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:58 smithi027 bash[31536]: cluster 2023-12-07T20:14:57.101166+0000 mgr.a (mgr.24293) 25040 : cluster 0 pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:14:59 smithi022 bash[28554]: cluster 2023-12-07T20:14:59.101751+0000 mgr.a (mgr.24293) 25041 : cluster 0 pgmap v18726: 33 pgs: 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:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:14:59 smithi044 bash[32620]: cluster 2023-12-07T20:14:59.101751+0000 mgr.a (mgr.24293) 25041 : cluster 0 pgmap v18726: 33 pgs: 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:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:14:59 smithi027 bash[31536]: cluster 2023-12-07T20:14:59.101751+0000 mgr.a (mgr.24293) 25041 : cluster 0 pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:01.445 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:01.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:01.446 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:02.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:02.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:02.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:02.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:02.398 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:02.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:02 smithi022 bash[28554]: cluster 2023-12-07T20:15:01.102518+0000 mgr.a (mgr.24293) 25042 : cluster 0 pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:02 smithi044 bash[32620]: cluster 2023-12-07T20:15:01.102518+0000 mgr.a (mgr.24293) 25042 : cluster 0 pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:02.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:02 smithi027 bash[31536]: cluster 2023-12-07T20:15:01.102518+0000 mgr.a (mgr.24293) 25042 : cluster 0 pgmap v18727: 33 pgs: 33 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:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:03 smithi022 bash[28554]: audit 2023-12-07T20:15:01.861535+0000 mgr.a (mgr.24293) 25043 : audit 0 from='client.491304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:03 smithi044 bash[32620]: audit 2023-12-07T20:15:01.861535+0000 mgr.a (mgr.24293) 25043 : audit 0 from='client.491304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:03.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:03 smithi027 bash[31536]: audit 2023-12-07T20:15:01.861535+0000 mgr.a (mgr.24293) 25043 : audit 0 from='client.491304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:04 smithi022 bash[28554]: cluster 2023-12-07T20:15:03.103260+0000 mgr.a (mgr.24293) 25044 : cluster 0 pgmap v18728: 33 pgs: 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:15:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:04 smithi044 bash[32620]: cluster 2023-12-07T20:15:03.103260+0000 mgr.a (mgr.24293) 25044 : cluster 0 pgmap v18728: 33 pgs: 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:15:04.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:04 smithi027 bash[31536]: cluster 2023-12-07T20:15:03.103260+0000 mgr.a (mgr.24293) 25044 : cluster 0 pgmap v18728: 33 pgs: 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:15:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:06 smithi022 bash[28554]: cluster 2023-12-07T20:15:05.103889+0000 mgr.a (mgr.24293) 25045 : cluster 0 pgmap v18729: 33 pgs: 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:15:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:06 smithi044 bash[32620]: cluster 2023-12-07T20:15:05.103889+0000 mgr.a (mgr.24293) 25045 : cluster 0 pgmap v18729: 33 pgs: 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:15:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:06 smithi027 bash[31536]: cluster 2023-12-07T20:15:05.103889+0000 mgr.a (mgr.24293) 25045 : cluster 0 pgmap v18729: 33 pgs: 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:15:07.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:07.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:07.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:08.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:08.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:08.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:08 smithi044 bash[32620]: cluster 2023-12-07T20:15:07.104683+0000 mgr.a (mgr.24293) 25046 : cluster 0 pgmap v18730: 33 pgs: 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:08.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:08 smithi027 bash[31536]: cluster 2023-12-07T20:15:07.104683+0000 mgr.a (mgr.24293) 25046 : cluster 0 pgmap v18730: 33 pgs: 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:08.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:08 smithi022 bash[28554]: cluster 2023-12-07T20:15:07.104683+0000 mgr.a (mgr.24293) 25046 : cluster 0 pgmap v18730: 33 pgs: 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:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:09 smithi027 bash[31536]: audit 2023-12-07T20:15:07.814205+0000 mgr.a (mgr.24293) 25047 : audit 0 from='client.491379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:09 smithi022 bash[28554]: audit 2023-12-07T20:15:07.814205+0000 mgr.a (mgr.24293) 25047 : audit 0 from='client.491379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:09 smithi044 bash[32620]: audit 2023-12-07T20:15:07.814205+0000 mgr.a (mgr.24293) 25047 : audit 0 from='client.491379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:10.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:10 smithi027 bash[31536]: cluster 2023-12-07T20:15:09.105547+0000 mgr.a (mgr.24293) 25048 : cluster 0 pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:10 smithi022 bash[28554]: cluster 2023-12-07T20:15:09.105547+0000 mgr.a (mgr.24293) 25048 : cluster 0 pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:10 smithi044 bash[32620]: cluster 2023-12-07T20:15:09.105547+0000 mgr.a (mgr.24293) 25048 : cluster 0 pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:12.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:12 smithi027 bash[31536]: cluster 2023-12-07T20:15:11.106389+0000 mgr.a (mgr.24293) 25049 : cluster 0 pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:12 smithi022 bash[28554]: cluster 2023-12-07T20:15:11.106389+0000 mgr.a (mgr.24293) 25049 : cluster 0 pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:12 smithi044 bash[32620]: cluster 2023-12-07T20:15:11.106389+0000 mgr.a (mgr.24293) 25049 : cluster 0 pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:13.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:13.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:13.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:14.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:14.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:14.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:14.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:14.281 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:14 smithi027 bash[31536]: cluster 2023-12-07T20:15:13.106950+0000 mgr.a (mgr.24293) 25050 : cluster 0 pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:14 smithi022 bash[28554]: cluster 2023-12-07T20:15:13.106950+0000 mgr.a (mgr.24293) 25050 : cluster 0 pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:14 smithi044 bash[32620]: cluster 2023-12-07T20:15:13.106950+0000 mgr.a (mgr.24293) 25050 : cluster 0 pgmap v18733: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:15 smithi022 bash[28554]: audit 2023-12-07T20:15:13.751047+0000 mgr.a (mgr.24293) 25051 : audit 0 from='client.491457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:15 smithi044 bash[32620]: audit 2023-12-07T20:15:13.751047+0000 mgr.a (mgr.24293) 25051 : audit 0 from='client.491457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:15 smithi027 bash[31536]: audit 2023-12-07T20:15:13.751047+0000 mgr.a (mgr.24293) 25051 : audit 0 from='client.491457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:16 smithi022 bash[28554]: cluster 2023-12-07T20:15:15.107696+0000 mgr.a (mgr.24293) 25052 : cluster 0 pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:16 smithi044 bash[32620]: cluster 2023-12-07T20:15:15.107696+0000 mgr.a (mgr.24293) 25052 : cluster 0 pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:16 smithi027 bash[31536]: cluster 2023-12-07T20:15:15.107696+0000 mgr.a (mgr.24293) 25052 : cluster 0 pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:18 smithi022 bash[28554]: cluster 2023-12-07T20:15:17.108481+0000 mgr.a (mgr.24293) 25053 : cluster 0 pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:18 smithi022 bash[28554]: audit 2023-12-07T20:15:17.252169+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:18 smithi022 bash[28554]: audit 2023-12-07T20:15:18.041680+0000 mon.a (mon.0) 3892 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:18 smithi022 bash[28554]: audit 2023-12-07T20:15:18.043675+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:18 smithi022 bash[28554]: audit 2023-12-07T20:15:18.053154+0000 mon.a (mon.0) 3894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:15:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:18 smithi044 bash[32620]: cluster 2023-12-07T20:15:17.108481+0000 mgr.a (mgr.24293) 25053 : cluster 0 pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:18 smithi044 bash[32620]: audit 2023-12-07T20:15:17.252169+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:18 smithi044 bash[32620]: audit 2023-12-07T20:15:18.041680+0000 mon.a (mon.0) 3892 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:18 smithi044 bash[32620]: audit 2023-12-07T20:15:18.043675+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:18 smithi044 bash[32620]: audit 2023-12-07T20:15:18.053154+0000 mon.a (mon.0) 3894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:15:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:18 smithi027 bash[31536]: cluster 2023-12-07T20:15:17.108481+0000 mgr.a (mgr.24293) 25053 : cluster 0 pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:18 smithi027 bash[31536]: audit 2023-12-07T20:15:17.252169+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:18 smithi027 bash[31536]: audit 2023-12-07T20:15:18.041680+0000 mon.a (mon.0) 3892 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:18 smithi027 bash[31536]: audit 2023-12-07T20:15:18.043675+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:18 smithi027 bash[31536]: audit 2023-12-07T20:15:18.053154+0000 mon.a (mon.0) 3894 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:15:19.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:19.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:19.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:20.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:20.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:20.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:20.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:20.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:20 smithi022 bash[28554]: cluster 2023-12-07T20:15:19.109053+0000 mgr.a (mgr.24293) 25054 : cluster 0 pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:20 smithi044 bash[32620]: cluster 2023-12-07T20:15:19.109053+0000 mgr.a (mgr.24293) 25054 : cluster 0 pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:20 smithi027 bash[31536]: cluster 2023-12-07T20:15:19.109053+0000 mgr.a (mgr.24293) 25054 : cluster 0 pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:21 smithi022 bash[28554]: audit 2023-12-07T20:15:19.698243+0000 mgr.a (mgr.24293) 25055 : audit 0 from='client.491532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:21 smithi044 bash[32620]: audit 2023-12-07T20:15:19.698243+0000 mgr.a (mgr.24293) 25055 : audit 0 from='client.491532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:21.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:21 smithi027 bash[31536]: audit 2023-12-07T20:15:19.698243+0000 mgr.a (mgr.24293) 25055 : audit 0 from='client.491532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:22 smithi022 bash[28554]: cluster 2023-12-07T20:15:21.110022+0000 mgr.a (mgr.24293) 25056 : cluster 0 pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:22 smithi044 bash[32620]: cluster 2023-12-07T20:15:21.110022+0000 mgr.a (mgr.24293) 25056 : cluster 0 pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:22 smithi027 bash[31536]: cluster 2023-12-07T20:15:21.110022+0000 mgr.a (mgr.24293) 25056 : cluster 0 pgmap v18737: 33 pgs: 33 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:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:24 smithi022 bash[28554]: cluster 2023-12-07T20:15:23.110637+0000 mgr.a (mgr.24293) 25057 : cluster 0 pgmap v18738: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:24 smithi044 bash[32620]: cluster 2023-12-07T20:15:23.110637+0000 mgr.a (mgr.24293) 25057 : cluster 0 pgmap v18738: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:24 smithi027 bash[31536]: cluster 2023-12-07T20:15:23.110637+0000 mgr.a (mgr.24293) 25057 : cluster 0 pgmap v18738: 33 pgs: 33 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.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:25.217 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:25.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:26.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:26 smithi022 bash[28554]: cluster 2023-12-07T20:15:25.111242+0000 mgr.a (mgr.24293) 25058 : cluster 0 pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:26 smithi044 bash[32620]: cluster 2023-12-07T20:15:25.111242+0000 mgr.a (mgr.24293) 25058 : cluster 0 pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:26 smithi027 bash[31536]: cluster 2023-12-07T20:15:25.111242+0000 mgr.a (mgr.24293) 25058 : cluster 0 pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:27.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:27 smithi022 bash[28554]: audit 2023-12-07T20:15:25.631256+0000 mgr.a (mgr.24293) 25059 : audit 0 from='client.491607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:27 smithi044 bash[32620]: audit 2023-12-07T20:15:25.631256+0000 mgr.a (mgr.24293) 25059 : audit 0 from='client.491607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:27 smithi027 bash[31536]: audit 2023-12-07T20:15:25.631256+0000 mgr.a (mgr.24293) 25059 : audit 0 from='client.491607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:28 smithi022 bash[28554]: cluster 2023-12-07T20:15:27.112310+0000 mgr.a (mgr.24293) 25060 : cluster 0 pgmap v18740: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:28 smithi044 bash[32620]: cluster 2023-12-07T20:15:27.112310+0000 mgr.a (mgr.24293) 25060 : cluster 0 pgmap v18740: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:28 smithi027 bash[31536]: cluster 2023-12-07T20:15:27.112310+0000 mgr.a (mgr.24293) 25060 : cluster 0 pgmap v18740: 33 pgs: 33 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:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:30 smithi022 bash[28554]: cluster 2023-12-07T20:15:29.112913+0000 mgr.a (mgr.24293) 25061 : cluster 0 pgmap v18741: 33 pgs: 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:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:30 smithi044 bash[32620]: cluster 2023-12-07T20:15:29.112913+0000 mgr.a (mgr.24293) 25061 : cluster 0 pgmap v18741: 33 pgs: 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:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:30 smithi027 bash[31536]: cluster 2023-12-07T20:15:29.112913+0000 mgr.a (mgr.24293) 25061 : cluster 0 pgmap v18741: 33 pgs: 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:31.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:31.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:31.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:32.111 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:32.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:32.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:32 smithi022 bash[28554]: cluster 2023-12-07T20:15:31.113682+0000 mgr.a (mgr.24293) 25062 : cluster 0 pgmap v18742: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:32 smithi044 bash[32620]: cluster 2023-12-07T20:15:31.113682+0000 mgr.a (mgr.24293) 25062 : cluster 0 pgmap v18742: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:32 smithi027 bash[31536]: cluster 2023-12-07T20:15:31.113682+0000 mgr.a (mgr.24293) 25062 : cluster 0 pgmap v18742: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:33 smithi022 bash[28554]: audit 2023-12-07T20:15:31.583721+0000 mgr.a (mgr.24293) 25063 : audit 0 from='client.491682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:33 smithi044 bash[32620]: audit 2023-12-07T20:15:31.583721+0000 mgr.a (mgr.24293) 25063 : audit 0 from='client.491682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:33.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:33 smithi027 bash[31536]: audit 2023-12-07T20:15:31.583721+0000 mgr.a (mgr.24293) 25063 : audit 0 from='client.491682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:34 smithi022 bash[28554]: cluster 2023-12-07T20:15:33.114352+0000 mgr.a (mgr.24293) 25064 : cluster 0 pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:34 smithi044 bash[32620]: cluster 2023-12-07T20:15:33.114352+0000 mgr.a (mgr.24293) 25064 : cluster 0 pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:34 smithi027 bash[31536]: cluster 2023-12-07T20:15:33.114352+0000 mgr.a (mgr.24293) 25064 : cluster 0 pgmap v18743: 33 pgs: 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:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:36 smithi022 bash[28554]: cluster 2023-12-07T20:15:35.114900+0000 mgr.a (mgr.24293) 25065 : cluster 0 pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:36 smithi044 bash[32620]: cluster 2023-12-07T20:15:35.114900+0000 mgr.a (mgr.24293) 25065 : cluster 0 pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:36 smithi027 bash[31536]: cluster 2023-12-07T20:15:35.114900+0000 mgr.a (mgr.24293) 25065 : cluster 0 pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:37.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:37.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:38.038 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:38.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:38.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:38.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:38.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:38 smithi022 bash[28554]: cluster 2023-12-07T20:15:37.115749+0000 mgr.a (mgr.24293) 25066 : cluster 0 pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:38 smithi022 bash[28554]: audit 2023-12-07T20:15:37.529505+0000 mgr.a (mgr.24293) 25067 : audit 0 from='client.491757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:38 smithi044 bash[32620]: cluster 2023-12-07T20:15:37.115749+0000 mgr.a (mgr.24293) 25066 : cluster 0 pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:38 smithi044 bash[32620]: audit 2023-12-07T20:15:37.529505+0000 mgr.a (mgr.24293) 25067 : audit 0 from='client.491757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:38 smithi027 bash[31536]: cluster 2023-12-07T20:15:37.115749+0000 mgr.a (mgr.24293) 25066 : cluster 0 pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:38 smithi027 bash[31536]: audit 2023-12-07T20:15:37.529505+0000 mgr.a (mgr.24293) 25067 : audit 0 from='client.491757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:40 smithi022 bash[28554]: cluster 2023-12-07T20:15:39.116329+0000 mgr.a (mgr.24293) 25068 : cluster 0 pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:40 smithi044 bash[32620]: cluster 2023-12-07T20:15:39.116329+0000 mgr.a (mgr.24293) 25068 : cluster 0 pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:40 smithi027 bash[31536]: cluster 2023-12-07T20:15:39.116329+0000 mgr.a (mgr.24293) 25068 : cluster 0 pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:42 smithi022 bash[28554]: cluster 2023-12-07T20:15:41.117166+0000 mgr.a (mgr.24293) 25069 : cluster 0 pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:42 smithi044 bash[32620]: cluster 2023-12-07T20:15:41.117166+0000 mgr.a (mgr.24293) 25069 : cluster 0 pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:42 smithi027 bash[31536]: cluster 2023-12-07T20:15:41.117166+0000 mgr.a (mgr.24293) 25069 : cluster 0 pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:43.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:43.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:43.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:44.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:44.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:44.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:44.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:44.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:44 smithi022 bash[28554]: cluster 2023-12-07T20:15:43.117745+0000 mgr.a (mgr.24293) 25070 : cluster 0 pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:44 smithi022 bash[28554]: audit 2023-12-07T20:15:43.462139+0000 mgr.a (mgr.24293) 25071 : audit 0 from='client.491832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:44 smithi044 bash[32620]: cluster 2023-12-07T20:15:43.117745+0000 mgr.a (mgr.24293) 25070 : cluster 0 pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:44 smithi044 bash[32620]: audit 2023-12-07T20:15:43.462139+0000 mgr.a (mgr.24293) 25071 : audit 0 from='client.491832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:44 smithi027 bash[31536]: cluster 2023-12-07T20:15:43.117745+0000 mgr.a (mgr.24293) 25070 : cluster 0 pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:44 smithi027 bash[31536]: audit 2023-12-07T20:15:43.462139+0000 mgr.a (mgr.24293) 25071 : audit 0 from='client.491832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:46 smithi022 bash[28554]: cluster 2023-12-07T20:15:45.118415+0000 mgr.a (mgr.24293) 25072 : cluster 0 pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:46 smithi044 bash[32620]: cluster 2023-12-07T20:15:45.118415+0000 mgr.a (mgr.24293) 25072 : cluster 0 pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:46 smithi027 bash[31536]: cluster 2023-12-07T20:15:45.118415+0000 mgr.a (mgr.24293) 25072 : cluster 0 pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:48 smithi022 bash[28554]: cluster 2023-12-07T20:15:47.119427+0000 mgr.a (mgr.24293) 25073 : cluster 0 pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:48 smithi044 bash[32620]: cluster 2023-12-07T20:15:47.119427+0000 mgr.a (mgr.24293) 25073 : cluster 0 pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:48 smithi027 bash[31536]: cluster 2023-12-07T20:15:47.119427+0000 mgr.a (mgr.24293) 25073 : cluster 0 pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:49.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:49.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:49.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:49.941 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:49.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:49.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:49.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:49.942 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:50 smithi022 bash[28554]: cluster 2023-12-07T20:15:49.119930+0000 mgr.a (mgr.24293) 25074 : cluster 0 pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:50 smithi022 bash[28554]: audit 2023-12-07T20:15:49.425074+0000 mgr.a (mgr.24293) 25075 : audit 0 from='client.491910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:50 smithi044 bash[32620]: cluster 2023-12-07T20:15:49.119930+0000 mgr.a (mgr.24293) 25074 : cluster 0 pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:50 smithi044 bash[32620]: audit 2023-12-07T20:15:49.425074+0000 mgr.a (mgr.24293) 25075 : audit 0 from='client.491910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:50 smithi027 bash[31536]: cluster 2023-12-07T20:15:49.119930+0000 mgr.a (mgr.24293) 25074 : cluster 0 pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:50 smithi027 bash[31536]: audit 2023-12-07T20:15:49.425074+0000 mgr.a (mgr.24293) 25075 : audit 0 from='client.491910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:52 smithi022 bash[28554]: cluster 2023-12-07T20:15:51.120861+0000 mgr.a (mgr.24293) 25076 : cluster 0 pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:52 smithi044 bash[32620]: cluster 2023-12-07T20:15:51.120861+0000 mgr.a (mgr.24293) 25076 : cluster 0 pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:52 smithi027 bash[31536]: cluster 2023-12-07T20:15:51.120861+0000 mgr.a (mgr.24293) 25076 : cluster 0 pgmap v18752: 33 pgs: 33 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:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:54 smithi022 bash[28554]: cluster 2023-12-07T20:15:53.121608+0000 mgr.a (mgr.24293) 25077 : cluster 0 pgmap v18753: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:54 smithi044 bash[32620]: cluster 2023-12-07T20:15:53.121608+0000 mgr.a (mgr.24293) 25077 : cluster 0 pgmap v18753: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:54 smithi027 bash[31536]: cluster 2023-12-07T20:15:53.121608+0000 mgr.a (mgr.24293) 25077 : cluster 0 pgmap v18753: 33 pgs: 33 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.944 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:15:54.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:54.945 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:55.866 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:15:55.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:55.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:55.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:55.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:15:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:56 smithi022 bash[28554]: cluster 2023-12-07T20:15:55.122178+0000 mgr.a (mgr.24293) 25078 : cluster 0 pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:56 smithi022 bash[28554]: audit 2023-12-07T20:15:55.351591+0000 mgr.a (mgr.24293) 25079 : audit 0 from='client.491988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:56 smithi044 bash[32620]: cluster 2023-12-07T20:15:55.122178+0000 mgr.a (mgr.24293) 25078 : cluster 0 pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:56 smithi044 bash[32620]: audit 2023-12-07T20:15:55.351591+0000 mgr.a (mgr.24293) 25079 : audit 0 from='client.491988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:56 smithi027 bash[31536]: cluster 2023-12-07T20:15:55.122178+0000 mgr.a (mgr.24293) 25078 : cluster 0 pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:56 smithi027 bash[31536]: audit 2023-12-07T20:15:55.351591+0000 mgr.a (mgr.24293) 25079 : audit 0 from='client.491988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:15:58 smithi022 bash[28554]: cluster 2023-12-07T20:15:57.123249+0000 mgr.a (mgr.24293) 25080 : cluster 0 pgmap v18755: 33 pgs: 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:15:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:15:58 smithi044 bash[32620]: cluster 2023-12-07T20:15:57.123249+0000 mgr.a (mgr.24293) 25080 : cluster 0 pgmap v18755: 33 pgs: 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:15:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:15:58 smithi027 bash[31536]: cluster 2023-12-07T20:15:57.123249+0000 mgr.a (mgr.24293) 25080 : cluster 0 pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:16:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:00 smithi022 bash[28554]: cluster 2023-12-07T20:15:59.123979+0000 mgr.a (mgr.24293) 25081 : cluster 0 pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:00 smithi044 bash[32620]: cluster 2023-12-07T20:15:59.123979+0000 mgr.a (mgr.24293) 25081 : cluster 0 pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:00 smithi027 bash[31536]: cluster 2023-12-07T20:15:59.123979+0000 mgr.a (mgr.24293) 25081 : cluster 0 pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:00.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:00.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:00.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:01.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:01.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:01.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:01.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:01.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:02 smithi022 bash[28554]: cluster 2023-12-07T20:16:01.124912+0000 mgr.a (mgr.24293) 25082 : cluster 0 pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:02 smithi022 bash[28554]: audit 2023-12-07T20:16:01.291524+0000 mgr.a (mgr.24293) 25083 : audit 0 from='client.492066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:02 smithi044 bash[32620]: cluster 2023-12-07T20:16:01.124912+0000 mgr.a (mgr.24293) 25082 : cluster 0 pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:02 smithi044 bash[32620]: audit 2023-12-07T20:16:01.291524+0000 mgr.a (mgr.24293) 25083 : audit 0 from='client.492066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:02 smithi027 bash[31536]: cluster 2023-12-07T20:16:01.124912+0000 mgr.a (mgr.24293) 25082 : cluster 0 pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:02 smithi027 bash[31536]: audit 2023-12-07T20:16:01.291524+0000 mgr.a (mgr.24293) 25083 : audit 0 from='client.492066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:04 smithi022 bash[28554]: cluster 2023-12-07T20:16:03.125732+0000 mgr.a (mgr.24293) 25084 : cluster 0 pgmap v18758: 33 pgs: 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:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:04 smithi044 bash[32620]: cluster 2023-12-07T20:16:03.125732+0000 mgr.a (mgr.24293) 25084 : cluster 0 pgmap v18758: 33 pgs: 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:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:04 smithi027 bash[31536]: cluster 2023-12-07T20:16:03.125732+0000 mgr.a (mgr.24293) 25084 : cluster 0 pgmap v18758: 33 pgs: 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:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:06 smithi022 bash[28554]: cluster 2023-12-07T20:16:05.126390+0000 mgr.a (mgr.24293) 25085 : cluster 0 pgmap v18759: 33 pgs: 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:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:06 smithi044 bash[32620]: cluster 2023-12-07T20:16:05.126390+0000 mgr.a (mgr.24293) 25085 : cluster 0 pgmap v18759: 33 pgs: 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:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:06 smithi027 bash[31536]: cluster 2023-12-07T20:16:05.126390+0000 mgr.a (mgr.24293) 25085 : cluster 0 pgmap v18759: 33 pgs: 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:06.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:06.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:06.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:07.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:07.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:07.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:07.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:07.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:08 smithi022 bash[28554]: cluster 2023-12-07T20:16:07.127203+0000 mgr.a (mgr.24293) 25086 : cluster 0 pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:08 smithi022 bash[28554]: audit 2023-12-07T20:16:07.247376+0000 mgr.a (mgr.24293) 25087 : audit 0 from='client.492141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:08 smithi044 bash[32620]: cluster 2023-12-07T20:16:07.127203+0000 mgr.a (mgr.24293) 25086 : cluster 0 pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:08 smithi044 bash[32620]: audit 2023-12-07T20:16:07.247376+0000 mgr.a (mgr.24293) 25087 : audit 0 from='client.492141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:08 smithi027 bash[31536]: cluster 2023-12-07T20:16:07.127203+0000 mgr.a (mgr.24293) 25086 : cluster 0 pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:08 smithi027 bash[31536]: audit 2023-12-07T20:16:07.247376+0000 mgr.a (mgr.24293) 25087 : audit 0 from='client.492141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:10 smithi022 bash[28554]: cluster 2023-12-07T20:16:09.127877+0000 mgr.a (mgr.24293) 25088 : cluster 0 pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:10 smithi044 bash[32620]: cluster 2023-12-07T20:16:09.127877+0000 mgr.a (mgr.24293) 25088 : cluster 0 pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:10 smithi027 bash[31536]: cluster 2023-12-07T20:16:09.127877+0000 mgr.a (mgr.24293) 25088 : cluster 0 pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:12 smithi022 bash[28554]: cluster 2023-12-07T20:16:11.128784+0000 mgr.a (mgr.24293) 25089 : cluster 0 pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:16:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:12 smithi044 bash[32620]: cluster 2023-12-07T20:16:11.128784+0000 mgr.a (mgr.24293) 25089 : cluster 0 pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:16:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:12 smithi027 bash[31536]: cluster 2023-12-07T20:16:11.128784+0000 mgr.a (mgr.24293) 25089 : cluster 0 pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:16:12.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:12.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:12.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:13.714 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:13.714 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:13.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:13.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:13.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:14 smithi022 bash[28554]: cluster 2023-12-07T20:16:13.129335+0000 mgr.a (mgr.24293) 25090 : cluster 0 pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:14 smithi022 bash[28554]: audit 2023-12-07T20:16:13.177910+0000 mgr.a (mgr.24293) 25091 : audit 0 from='client.492219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:14 smithi044 bash[32620]: cluster 2023-12-07T20:16:13.129335+0000 mgr.a (mgr.24293) 25090 : cluster 0 pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:14 smithi044 bash[32620]: audit 2023-12-07T20:16:13.177910+0000 mgr.a (mgr.24293) 25091 : audit 0 from='client.492219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:14 smithi027 bash[31536]: cluster 2023-12-07T20:16:13.129335+0000 mgr.a (mgr.24293) 25090 : cluster 0 pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:14 smithi027 bash[31536]: audit 2023-12-07T20:16:13.177910+0000 mgr.a (mgr.24293) 25091 : audit 0 from='client.492219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:16.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:16 smithi022 bash[28554]: cluster 2023-12-07T20:16:15.130009+0000 mgr.a (mgr.24293) 25092 : cluster 0 pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:16.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:16 smithi044 bash[32620]: cluster 2023-12-07T20:16:15.130009+0000 mgr.a (mgr.24293) 25092 : cluster 0 pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:16 smithi027 bash[31536]: cluster 2023-12-07T20:16:15.130009+0000 mgr.a (mgr.24293) 25092 : cluster 0 pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:18 smithi022 bash[28554]: cluster 2023-12-07T20:16:17.130757+0000 mgr.a (mgr.24293) 25093 : cluster 0 pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:18 smithi022 bash[28554]: audit 2023-12-07T20:16:18.157584+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:18 smithi044 bash[32620]: cluster 2023-12-07T20:16:17.130757+0000 mgr.a (mgr.24293) 25093 : cluster 0 pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:18 smithi044 bash[32620]: audit 2023-12-07T20:16:18.157584+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:18 smithi027 bash[31536]: cluster 2023-12-07T20:16:17.130757+0000 mgr.a (mgr.24293) 25093 : cluster 0 pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:18 smithi027 bash[31536]: audit 2023-12-07T20:16:18.157584+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:18.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:18.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:18.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:19.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:19.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:19.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:19.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:19.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:20 smithi022 bash[28554]: cluster 2023-12-07T20:16:19.131326+0000 mgr.a (mgr.24293) 25094 : cluster 0 pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:20 smithi022 bash[28554]: audit 2023-12-07T20:16:19.134335+0000 mgr.a (mgr.24293) 25095 : audit 0 from='client.492297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:20 smithi044 bash[32620]: cluster 2023-12-07T20:16:19.131326+0000 mgr.a (mgr.24293) 25094 : cluster 0 pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:20 smithi044 bash[32620]: audit 2023-12-07T20:16:19.134335+0000 mgr.a (mgr.24293) 25095 : audit 0 from='client.492297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:20 smithi027 bash[31536]: cluster 2023-12-07T20:16:19.131326+0000 mgr.a (mgr.24293) 25094 : cluster 0 pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:20 smithi027 bash[31536]: audit 2023-12-07T20:16:19.134335+0000 mgr.a (mgr.24293) 25095 : audit 0 from='client.492297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:22.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:22 smithi022 bash[28554]: cluster 2023-12-07T20:16:21.132561+0000 mgr.a (mgr.24293) 25096 : cluster 0 pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:22 smithi044 bash[32620]: cluster 2023-12-07T20:16:21.132561+0000 mgr.a (mgr.24293) 25096 : cluster 0 pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:22 smithi027 bash[31536]: cluster 2023-12-07T20:16:21.132561+0000 mgr.a (mgr.24293) 25096 : cluster 0 pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:24.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:24.670 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:24.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: cluster 2023-12-07T20:16:23.133269+0000 mgr.a (mgr.24293) 25097 : cluster 0 pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:23.514994+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:23.521266+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:23.566837+0000 mon.a (mon.0) 3898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:23.572718+0000 mon.a (mon.0) 3899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:23.578210+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:23.582504+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:24.266182+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:24.268215+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:24 smithi022 bash[28554]: audit 2023-12-07T20:16:24.278147+0000 mon.a (mon.0) 3904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: cluster 2023-12-07T20:16:23.133269+0000 mgr.a (mgr.24293) 25097 : cluster 0 pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:23.514994+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:23.521266+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:23.566837+0000 mon.a (mon.0) 3898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:23.572718+0000 mon.a (mon.0) 3899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:23.578210+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:23.582504+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:24.266182+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:24.268215+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:24.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:24 smithi044 bash[32620]: audit 2023-12-07T20:16:24.278147+0000 mon.a (mon.0) 3904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: cluster 2023-12-07T20:16:23.133269+0000 mgr.a (mgr.24293) 25097 : cluster 0 pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:23.514994+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:23.521266+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:23.566837+0000 mon.a (mon.0) 3898 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:23.572718+0000 mon.a (mon.0) 3899 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:23.578210+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:23.582504+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:24.266182+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:24.268215+0000 mon.a (mon.0) 3903 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:24 smithi027 bash[31536]: audit 2023-12-07T20:16:24.278147+0000 mon.a (mon.0) 3904 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:16:25.604 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:25.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:25.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:25.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:25.604 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:26 smithi022 bash[28554]: audit 2023-12-07T20:16:25.082233+0000 mgr.a (mgr.24293) 25098 : audit 0 from='client.492369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:26 smithi022 bash[28554]: cluster 2023-12-07T20:16:25.134036+0000 mgr.a (mgr.24293) 25099 : cluster 0 pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:26 smithi044 bash[32620]: audit 2023-12-07T20:16:25.082233+0000 mgr.a (mgr.24293) 25098 : audit 0 from='client.492369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:26 smithi044 bash[32620]: cluster 2023-12-07T20:16:25.134036+0000 mgr.a (mgr.24293) 25099 : cluster 0 pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:26 smithi027 bash[31536]: audit 2023-12-07T20:16:25.082233+0000 mgr.a (mgr.24293) 25098 : audit 0 from='client.492369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:26 smithi027 bash[31536]: cluster 2023-12-07T20:16:25.134036+0000 mgr.a (mgr.24293) 25099 : cluster 0 pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:28 smithi022 bash[28554]: cluster 2023-12-07T20:16:27.135036+0000 mgr.a (mgr.24293) 25100 : cluster 0 pgmap v18770: 33 pgs: 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:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:28 smithi044 bash[32620]: cluster 2023-12-07T20:16:27.135036+0000 mgr.a (mgr.24293) 25100 : cluster 0 pgmap v18770: 33 pgs: 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:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:28 smithi027 bash[31536]: cluster 2023-12-07T20:16:27.135036+0000 mgr.a (mgr.24293) 25100 : cluster 0 pgmap v18770: 33 pgs: 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:30.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:30.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:30.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:30 smithi022 bash[28554]: cluster 2023-12-07T20:16:29.135641+0000 mgr.a (mgr.24293) 25101 : cluster 0 pgmap v18771: 33 pgs: 33 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:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:30 smithi044 bash[32620]: cluster 2023-12-07T20:16:29.135641+0000 mgr.a (mgr.24293) 25101 : cluster 0 pgmap v18771: 33 pgs: 33 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:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:30 smithi027 bash[31536]: cluster 2023-12-07T20:16:29.135641+0000 mgr.a (mgr.24293) 25101 : cluster 0 pgmap v18771: 33 pgs: 33 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:31.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:31.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:31.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:31.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:31.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:32 smithi022 bash[28554]: audit 2023-12-07T20:16:31.026021+0000 mgr.a (mgr.24293) 25102 : audit 0 from='client.492447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:32 smithi022 bash[28554]: cluster 2023-12-07T20:16:31.136556+0000 mgr.a (mgr.24293) 25103 : cluster 0 pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:32 smithi044 bash[32620]: audit 2023-12-07T20:16:31.026021+0000 mgr.a (mgr.24293) 25102 : audit 0 from='client.492447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:32 smithi044 bash[32620]: cluster 2023-12-07T20:16:31.136556+0000 mgr.a (mgr.24293) 25103 : cluster 0 pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:32 smithi027 bash[31536]: audit 2023-12-07T20:16:31.026021+0000 mgr.a (mgr.24293) 25102 : audit 0 from='client.492447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:32 smithi027 bash[31536]: cluster 2023-12-07T20:16:31.136556+0000 mgr.a (mgr.24293) 25103 : cluster 0 pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:34 smithi022 bash[28554]: cluster 2023-12-07T20:16:33.137234+0000 mgr.a (mgr.24293) 25104 : cluster 0 pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:34.931 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:34 smithi044 bash[32620]: cluster 2023-12-07T20:16:33.137234+0000 mgr.a (mgr.24293) 25104 : cluster 0 pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:34 smithi027 bash[31536]: cluster 2023-12-07T20:16:33.137234+0000 mgr.a (mgr.24293) 25104 : cluster 0 pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:36.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:36.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:36.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:36 smithi022 bash[28554]: cluster 2023-12-07T20:16:35.137761+0000 mgr.a (mgr.24293) 25105 : cluster 0 pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:36 smithi044 bash[32620]: cluster 2023-12-07T20:16:35.137761+0000 mgr.a (mgr.24293) 25105 : cluster 0 pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:36 smithi027 bash[31536]: cluster 2023-12-07T20:16:35.137761+0000 mgr.a (mgr.24293) 25105 : cluster 0 pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:37.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:37.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:37.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:37.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:37.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:38 smithi022 bash[28554]: audit 2023-12-07T20:16:36.957929+0000 mgr.a (mgr.24293) 25106 : audit 0 from='client.492519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:38 smithi022 bash[28554]: cluster 2023-12-07T20:16:37.139087+0000 mgr.a (mgr.24293) 25107 : cluster 0 pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:38 smithi044 bash[32620]: audit 2023-12-07T20:16:36.957929+0000 mgr.a (mgr.24293) 25106 : audit 0 from='client.492519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:38 smithi044 bash[32620]: cluster 2023-12-07T20:16:37.139087+0000 mgr.a (mgr.24293) 25107 : cluster 0 pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:38 smithi027 bash[31536]: audit 2023-12-07T20:16:36.957929+0000 mgr.a (mgr.24293) 25106 : audit 0 from='client.492519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:38.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:38 smithi027 bash[31536]: cluster 2023-12-07T20:16:37.139087+0000 mgr.a (mgr.24293) 25107 : cluster 0 pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:40 smithi022 bash[28554]: cluster 2023-12-07T20:16:39.139837+0000 mgr.a (mgr.24293) 25108 : cluster 0 pgmap v18776: 33 pgs: 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:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:40 smithi044 bash[32620]: cluster 2023-12-07T20:16:39.139837+0000 mgr.a (mgr.24293) 25108 : cluster 0 pgmap v18776: 33 pgs: 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:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:40 smithi027 bash[31536]: cluster 2023-12-07T20:16:39.139837+0000 mgr.a (mgr.24293) 25108 : cluster 0 pgmap v18776: 33 pgs: 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:42.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:42.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:42.474 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:42 smithi022 bash[28554]: cluster 2023-12-07T20:16:41.140699+0000 mgr.a (mgr.24293) 25109 : cluster 0 pgmap v18777: 33 pgs: 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:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:42 smithi044 bash[32620]: cluster 2023-12-07T20:16:41.140699+0000 mgr.a (mgr.24293) 25109 : cluster 0 pgmap v18777: 33 pgs: 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:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:42 smithi027 bash[31536]: cluster 2023-12-07T20:16:41.140699+0000 mgr.a (mgr.24293) 25109 : cluster 0 pgmap v18777: 33 pgs: 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:43.406 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:43.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:43.406 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:43.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:43.407 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:44 smithi022 bash[28554]: audit 2023-12-07T20:16:42.881896+0000 mgr.a (mgr.24293) 25110 : audit 0 from='client.492597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:44 smithi022 bash[28554]: cluster 2023-12-07T20:16:43.141403+0000 mgr.a (mgr.24293) 25111 : cluster 0 pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:44 smithi044 bash[32620]: audit 2023-12-07T20:16:42.881896+0000 mgr.a (mgr.24293) 25110 : audit 0 from='client.492597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:44 smithi044 bash[32620]: cluster 2023-12-07T20:16:43.141403+0000 mgr.a (mgr.24293) 25111 : cluster 0 pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:44 smithi027 bash[31536]: audit 2023-12-07T20:16:42.881896+0000 mgr.a (mgr.24293) 25110 : audit 0 from='client.492597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:44.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:44 smithi027 bash[31536]: cluster 2023-12-07T20:16:43.141403+0000 mgr.a (mgr.24293) 25111 : cluster 0 pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:46 smithi022 bash[28554]: cluster 2023-12-07T20:16:45.142076+0000 mgr.a (mgr.24293) 25112 : cluster 0 pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:46 smithi044 bash[32620]: cluster 2023-12-07T20:16:45.142076+0000 mgr.a (mgr.24293) 25112 : cluster 0 pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:46 smithi027 bash[31536]: cluster 2023-12-07T20:16:45.142076+0000 mgr.a (mgr.24293) 25112 : cluster 0 pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:48.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:48.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:48.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:48 smithi022 bash[28554]: cluster 2023-12-07T20:16:47.142926+0000 mgr.a (mgr.24293) 25113 : cluster 0 pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:48 smithi044 bash[32620]: cluster 2023-12-07T20:16:47.142926+0000 mgr.a (mgr.24293) 25113 : cluster 0 pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:48 smithi027 bash[31536]: cluster 2023-12-07T20:16:47.142926+0000 mgr.a (mgr.24293) 25113 : cluster 0 pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:49.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:49.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:49.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:49.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:49.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:50 smithi022 bash[28554]: audit 2023-12-07T20:16:48.824496+0000 mgr.a (mgr.24293) 25114 : audit 0 from='client.492672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:50 smithi022 bash[28554]: cluster 2023-12-07T20:16:49.143657+0000 mgr.a (mgr.24293) 25115 : cluster 0 pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:50 smithi044 bash[32620]: audit 2023-12-07T20:16:48.824496+0000 mgr.a (mgr.24293) 25114 : audit 0 from='client.492672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:50 smithi044 bash[32620]: cluster 2023-12-07T20:16:49.143657+0000 mgr.a (mgr.24293) 25115 : cluster 0 pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:50 smithi027 bash[31536]: audit 2023-12-07T20:16:48.824496+0000 mgr.a (mgr.24293) 25114 : audit 0 from='client.492672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:50 smithi027 bash[31536]: cluster 2023-12-07T20:16:49.143657+0000 mgr.a (mgr.24293) 25115 : cluster 0 pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:52 smithi022 bash[28554]: cluster 2023-12-07T20:16:51.144764+0000 mgr.a (mgr.24293) 25116 : cluster 0 pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:52 smithi044 bash[32620]: cluster 2023-12-07T20:16:51.144764+0000 mgr.a (mgr.24293) 25116 : cluster 0 pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:52 smithi027 bash[31536]: cluster 2023-12-07T20:16:51.144764+0000 mgr.a (mgr.24293) 25116 : cluster 0 pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:54.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:16:54.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:54.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:54 smithi022 bash[28554]: cluster 2023-12-07T20:16:53.145483+0000 mgr.a (mgr.24293) 25117 : cluster 0 pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:54 smithi044 bash[32620]: cluster 2023-12-07T20:16:53.145483+0000 mgr.a (mgr.24293) 25117 : cluster 0 pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:54 smithi027 bash[31536]: cluster 2023-12-07T20:16:53.145483+0000 mgr.a (mgr.24293) 25117 : cluster 0 pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:55.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:55.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:55.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:55.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:16:55.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:16:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:56 smithi022 bash[28554]: audit 2023-12-07T20:16:54.763393+0000 mgr.a (mgr.24293) 25118 : audit 0 from='client.492750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:56 smithi022 bash[28554]: cluster 2023-12-07T20:16:55.156175+0000 mgr.a (mgr.24293) 25119 : cluster 0 pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:56 smithi044 bash[32620]: audit 2023-12-07T20:16:54.763393+0000 mgr.a (mgr.24293) 25118 : audit 0 from='client.492750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:56 smithi044 bash[32620]: cluster 2023-12-07T20:16:55.156175+0000 mgr.a (mgr.24293) 25119 : cluster 0 pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:56 smithi027 bash[31536]: audit 2023-12-07T20:16:54.763393+0000 mgr.a (mgr.24293) 25118 : audit 0 from='client.492750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:56 smithi027 bash[31536]: cluster 2023-12-07T20:16:55.156175+0000 mgr.a (mgr.24293) 25119 : cluster 0 pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:16:58 smithi022 bash[28554]: cluster 2023-12-07T20:16:57.157065+0000 mgr.a (mgr.24293) 25120 : cluster 0 pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:16:58 smithi044 bash[32620]: cluster 2023-12-07T20:16:57.157065+0000 mgr.a (mgr.24293) 25120 : cluster 0 pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:16:58 smithi027 bash[31536]: cluster 2023-12-07T20:16:57.157065+0000 mgr.a (mgr.24293) 25120 : cluster 0 pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:00.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:00.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:00.294 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:00 smithi022 bash[28554]: cluster 2023-12-07T20:16:59.157622+0000 mgr.a (mgr.24293) 25121 : cluster 0 pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:00 smithi044 bash[32620]: cluster 2023-12-07T20:16:59.157622+0000 mgr.a (mgr.24293) 25121 : cluster 0 pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:00 smithi027 bash[31536]: cluster 2023-12-07T20:16:59.157622+0000 mgr.a (mgr.24293) 25121 : cluster 0 pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:01.244 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:01.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:01.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:01.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:01.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:02 smithi022 bash[28554]: audit 2023-12-07T20:17:00.705955+0000 mgr.a (mgr.24293) 25122 : audit 0 from='client.492828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:02 smithi022 bash[28554]: cluster 2023-12-07T20:17:01.158736+0000 mgr.a (mgr.24293) 25123 : cluster 0 pgmap v18787: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:02 smithi044 bash[32620]: audit 2023-12-07T20:17:00.705955+0000 mgr.a (mgr.24293) 25122 : audit 0 from='client.492828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:02 smithi044 bash[32620]: cluster 2023-12-07T20:17:01.158736+0000 mgr.a (mgr.24293) 25123 : cluster 0 pgmap v18787: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:02 smithi027 bash[31536]: audit 2023-12-07T20:17:00.705955+0000 mgr.a (mgr.24293) 25122 : audit 0 from='client.492828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:02 smithi027 bash[31536]: cluster 2023-12-07T20:17:01.158736+0000 mgr.a (mgr.24293) 25123 : cluster 0 pgmap v18787: 33 pgs: 33 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:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:03 smithi022 bash[28554]: cluster 2023-12-07T20:17:03.159265+0000 mgr.a (mgr.24293) 25124 : cluster 0 pgmap v18788: 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:17:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:03 smithi044 bash[32620]: cluster 2023-12-07T20:17:03.159265+0000 mgr.a (mgr.24293) 25124 : cluster 0 pgmap v18788: 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:17:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:03 smithi027 bash[31536]: cluster 2023-12-07T20:17:03.159265+0000 mgr.a (mgr.24293) 25124 : cluster 0 pgmap v18788: 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:17:06.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:06.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:06.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:06 smithi022 bash[28554]: cluster 2023-12-07T20:17:05.159845+0000 mgr.a (mgr.24293) 25125 : cluster 0 pgmap v18789: 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:17:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:06 smithi044 bash[32620]: cluster 2023-12-07T20:17:05.159845+0000 mgr.a (mgr.24293) 25125 : cluster 0 pgmap v18789: 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:17:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:06 smithi027 bash[31536]: cluster 2023-12-07T20:17:05.159845+0000 mgr.a (mgr.24293) 25125 : cluster 0 pgmap v18789: 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:17:07.188 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:07.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:07.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:07.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:07.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:08 smithi022 bash[28554]: audit 2023-12-07T20:17:06.662706+0000 mgr.a (mgr.24293) 25126 : audit 0 from='client.492903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:08 smithi022 bash[28554]: cluster 2023-12-07T20:17:07.160824+0000 mgr.a (mgr.24293) 25127 : cluster 0 pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:08 smithi044 bash[32620]: audit 2023-12-07T20:17:06.662706+0000 mgr.a (mgr.24293) 25126 : audit 0 from='client.492903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:08 smithi044 bash[32620]: cluster 2023-12-07T20:17:07.160824+0000 mgr.a (mgr.24293) 25127 : cluster 0 pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:08 smithi027 bash[31536]: audit 2023-12-07T20:17:06.662706+0000 mgr.a (mgr.24293) 25126 : audit 0 from='client.492903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:08 smithi027 bash[31536]: cluster 2023-12-07T20:17:07.160824+0000 mgr.a (mgr.24293) 25127 : cluster 0 pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:10.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:10 smithi022 bash[28554]: cluster 2023-12-07T20:17:09.161423+0000 mgr.a (mgr.24293) 25128 : cluster 0 pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:10.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:10 smithi044 bash[32620]: cluster 2023-12-07T20:17:09.161423+0000 mgr.a (mgr.24293) 25128 : cluster 0 pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:10 smithi027 bash[31536]: cluster 2023-12-07T20:17:09.161423+0000 mgr.a (mgr.24293) 25128 : cluster 0 pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:12.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:12.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:12.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:12 smithi022 bash[28554]: cluster 2023-12-07T20:17:11.162338+0000 mgr.a (mgr.24293) 25129 : cluster 0 pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:12 smithi044 bash[32620]: cluster 2023-12-07T20:17:11.162338+0000 mgr.a (mgr.24293) 25129 : cluster 0 pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:12 smithi027 bash[31536]: cluster 2023-12-07T20:17:11.162338+0000 mgr.a (mgr.24293) 25129 : cluster 0 pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:13.109 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:13.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:13.109 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:13.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:13.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:14 smithi022 bash[28554]: audit 2023-12-07T20:17:12.606516+0000 mgr.a (mgr.24293) 25130 : audit 0 from='client.492978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:14 smithi022 bash[28554]: cluster 2023-12-07T20:17:13.163030+0000 mgr.a (mgr.24293) 25131 : cluster 0 pgmap v18793: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:14 smithi044 bash[32620]: audit 2023-12-07T20:17:12.606516+0000 mgr.a (mgr.24293) 25130 : audit 0 from='client.492978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:14 smithi044 bash[32620]: cluster 2023-12-07T20:17:13.163030+0000 mgr.a (mgr.24293) 25131 : cluster 0 pgmap v18793: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:14 smithi027 bash[31536]: audit 2023-12-07T20:17:12.606516+0000 mgr.a (mgr.24293) 25130 : audit 0 from='client.492978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:14 smithi027 bash[31536]: cluster 2023-12-07T20:17:13.163030+0000 mgr.a (mgr.24293) 25131 : cluster 0 pgmap v18793: 33 pgs: 33 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:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:16 smithi022 bash[28554]: cluster 2023-12-07T20:17:15.163600+0000 mgr.a (mgr.24293) 25132 : cluster 0 pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:16 smithi044 bash[32620]: cluster 2023-12-07T20:17:15.163600+0000 mgr.a (mgr.24293) 25132 : cluster 0 pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:16 smithi027 bash[31536]: cluster 2023-12-07T20:17:15.163600+0000 mgr.a (mgr.24293) 25132 : cluster 0 pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:18.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:18.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:18.113 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:18 smithi022 bash[28554]: cluster 2023-12-07T20:17:17.164431+0000 mgr.a (mgr.24293) 25133 : cluster 0 pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:18 smithi044 bash[32620]: cluster 2023-12-07T20:17:17.164431+0000 mgr.a (mgr.24293) 25133 : cluster 0 pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:18 smithi027 bash[31536]: cluster 2023-12-07T20:17:17.164431+0000 mgr.a (mgr.24293) 25133 : cluster 0 pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:19.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:19.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:19 smithi022 bash[28554]: audit 2023-12-07T20:17:18.526271+0000 mgr.a (mgr.24293) 25134 : audit 0 from='client.493056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:19 smithi044 bash[32620]: audit 2023-12-07T20:17:18.526271+0000 mgr.a (mgr.24293) 25134 : audit 0 from='client.493056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:19 smithi027 bash[31536]: audit 2023-12-07T20:17:18.526271+0000 mgr.a (mgr.24293) 25134 : audit 0 from='client.493056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:20 smithi022 bash[28554]: cluster 2023-12-07T20:17:19.165112+0000 mgr.a (mgr.24293) 25135 : cluster 0 pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:20 smithi044 bash[32620]: cluster 2023-12-07T20:17:19.165112+0000 mgr.a (mgr.24293) 25135 : cluster 0 pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:20 smithi027 bash[31536]: cluster 2023-12-07T20:17:19.165112+0000 mgr.a (mgr.24293) 25135 : cluster 0 pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:22 smithi022 bash[28554]: cluster 2023-12-07T20:17:21.166055+0000 mgr.a (mgr.24293) 25136 : cluster 0 pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:22 smithi044 bash[32620]: cluster 2023-12-07T20:17:21.166055+0000 mgr.a (mgr.24293) 25136 : cluster 0 pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:22 smithi027 bash[31536]: cluster 2023-12-07T20:17:21.166055+0000 mgr.a (mgr.24293) 25136 : cluster 0 pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:24.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:24.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:24.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:24.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:24 smithi022 bash[28554]: cluster 2023-12-07T20:17:23.166782+0000 mgr.a (mgr.24293) 25137 : cluster 0 pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:24 smithi044 bash[32620]: cluster 2023-12-07T20:17:23.166782+0000 mgr.a (mgr.24293) 25137 : cluster 0 pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:24 smithi027 bash[31536]: cluster 2023-12-07T20:17:23.166782+0000 mgr.a (mgr.24293) 25137 : cluster 0 pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:25.005 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:25.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:25.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:25.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:25.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:25 smithi022 bash[28554]: audit 2023-12-07T20:17:24.380475+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:25 smithi022 bash[28554]: audit 2023-12-07T20:17:24.484908+0000 mgr.a (mgr.24293) 25138 : audit 0 from='client.493131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:25 smithi022 bash[28554]: audit 2023-12-07T20:17:25.165970+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:25 smithi022 bash[28554]: audit 2023-12-07T20:17:25.168246+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:25 smithi022 bash[28554]: audit 2023-12-07T20:17:25.177802+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:17:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:25 smithi044 bash[32620]: audit 2023-12-07T20:17:24.380475+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:25 smithi044 bash[32620]: audit 2023-12-07T20:17:24.484908+0000 mgr.a (mgr.24293) 25138 : audit 0 from='client.493131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:25 smithi044 bash[32620]: audit 2023-12-07T20:17:25.165970+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:25 smithi044 bash[32620]: audit 2023-12-07T20:17:25.168246+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:25 smithi044 bash[32620]: audit 2023-12-07T20:17:25.177802+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:17:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:25 smithi027 bash[31536]: audit 2023-12-07T20:17:24.380475+0000 mon.a (mon.0) 3905 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:25 smithi027 bash[31536]: audit 2023-12-07T20:17:24.484908+0000 mgr.a (mgr.24293) 25138 : audit 0 from='client.493131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:25 smithi027 bash[31536]: audit 2023-12-07T20:17:25.165970+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:25 smithi027 bash[31536]: audit 2023-12-07T20:17:25.168246+0000 mon.a (mon.0) 3907 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:25 smithi027 bash[31536]: audit 2023-12-07T20:17:25.177802+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:17:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:26 smithi022 bash[28554]: cluster 2023-12-07T20:17:25.167294+0000 mgr.a (mgr.24293) 25139 : cluster 0 pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:26 smithi044 bash[32620]: cluster 2023-12-07T20:17:25.167294+0000 mgr.a (mgr.24293) 25139 : cluster 0 pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:26 smithi027 bash[31536]: cluster 2023-12-07T20:17:25.167294+0000 mgr.a (mgr.24293) 25139 : cluster 0 pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:28 smithi022 bash[28554]: cluster 2023-12-07T20:17:27.168074+0000 mgr.a (mgr.24293) 25140 : cluster 0 pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:28 smithi044 bash[32620]: cluster 2023-12-07T20:17:27.168074+0000 mgr.a (mgr.24293) 25140 : cluster 0 pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:28 smithi027 bash[31536]: cluster 2023-12-07T20:17:27.168074+0000 mgr.a (mgr.24293) 25140 : cluster 0 pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:30.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:30.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:30.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:30.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:30 smithi022 bash[28554]: cluster 2023-12-07T20:17:29.168624+0000 mgr.a (mgr.24293) 25141 : cluster 0 pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:30 smithi044 bash[32620]: cluster 2023-12-07T20:17:29.168624+0000 mgr.a (mgr.24293) 25141 : cluster 0 pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:30 smithi027 bash[31536]: cluster 2023-12-07T20:17:29.168624+0000 mgr.a (mgr.24293) 25141 : cluster 0 pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:30.959 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:30.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:30.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:30.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:30.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:31 smithi022 bash[28554]: audit 2023-12-07T20:17:30.416563+0000 mgr.a (mgr.24293) 25142 : audit 0 from='client.493206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:31 smithi044 bash[32620]: audit 2023-12-07T20:17:30.416563+0000 mgr.a (mgr.24293) 25142 : audit 0 from='client.493206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:31 smithi027 bash[31536]: audit 2023-12-07T20:17:30.416563+0000 mgr.a (mgr.24293) 25142 : audit 0 from='client.493206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:32 smithi022 bash[28554]: cluster 2023-12-07T20:17:31.169647+0000 mgr.a (mgr.24293) 25143 : cluster 0 pgmap v18802: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:32 smithi044 bash[32620]: cluster 2023-12-07T20:17:31.169647+0000 mgr.a (mgr.24293) 25143 : cluster 0 pgmap v18802: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:32 smithi027 bash[31536]: cluster 2023-12-07T20:17:31.169647+0000 mgr.a (mgr.24293) 25143 : cluster 0 pgmap v18802: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:34 smithi022 bash[28554]: cluster 2023-12-07T20:17:33.170243+0000 mgr.a (mgr.24293) 25144 : cluster 0 pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:34 smithi044 bash[32620]: cluster 2023-12-07T20:17:33.170243+0000 mgr.a (mgr.24293) 25144 : cluster 0 pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:34 smithi027 bash[31536]: cluster 2023-12-07T20:17:33.170243+0000 mgr.a (mgr.24293) 25144 : cluster 0 pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:35.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:35.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:35.963 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:36.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:36 smithi022 bash[28554]: cluster 2023-12-07T20:17:35.170825+0000 mgr.a (mgr.24293) 25145 : cluster 0 pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:36 smithi044 bash[32620]: cluster 2023-12-07T20:17:35.170825+0000 mgr.a (mgr.24293) 25145 : cluster 0 pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:36 smithi027 bash[31536]: cluster 2023-12-07T20:17:35.170825+0000 mgr.a (mgr.24293) 25145 : cluster 0 pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:36.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:36.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:36.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:36.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:36.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:37.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:37 smithi022 bash[28554]: audit 2023-12-07T20:17:36.379560+0000 mgr.a (mgr.24293) 25146 : audit 0 from='client.493284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:37 smithi044 bash[32620]: audit 2023-12-07T20:17:36.379560+0000 mgr.a (mgr.24293) 25146 : audit 0 from='client.493284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:37.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:37 smithi027 bash[31536]: audit 2023-12-07T20:17:36.379560+0000 mgr.a (mgr.24293) 25146 : audit 0 from='client.493284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:38 smithi022 bash[28554]: cluster 2023-12-07T20:17:37.171976+0000 mgr.a (mgr.24293) 25147 : cluster 0 pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:38 smithi044 bash[32620]: cluster 2023-12-07T20:17:37.171976+0000 mgr.a (mgr.24293) 25147 : cluster 0 pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:38 smithi027 bash[31536]: cluster 2023-12-07T20:17:37.171976+0000 mgr.a (mgr.24293) 25147 : cluster 0 pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:40 smithi022 bash[28554]: cluster 2023-12-07T20:17:39.172577+0000 mgr.a (mgr.24293) 25148 : cluster 0 pgmap v18806: 33 pgs: 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:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:40 smithi044 bash[32620]: cluster 2023-12-07T20:17:39.172577+0000 mgr.a (mgr.24293) 25148 : cluster 0 pgmap v18806: 33 pgs: 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:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:40 smithi027 bash[31536]: cluster 2023-12-07T20:17:39.172577+0000 mgr.a (mgr.24293) 25148 : cluster 0 pgmap v18806: 33 pgs: 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:41.904 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:41.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:41.905 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:42.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:42 smithi022 bash[28554]: cluster 2023-12-07T20:17:41.173336+0000 mgr.a (mgr.24293) 25149 : cluster 0 pgmap v18807: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:42 smithi044 bash[32620]: cluster 2023-12-07T20:17:41.173336+0000 mgr.a (mgr.24293) 25149 : cluster 0 pgmap v18807: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:42 smithi027 bash[31536]: cluster 2023-12-07T20:17:41.173336+0000 mgr.a (mgr.24293) 25149 : cluster 0 pgmap v18807: 33 pgs: 33 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.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:42.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:42.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:42.854 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:42.854 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:43.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:43 smithi022 bash[28554]: audit 2023-12-07T20:17:42.327264+0000 mgr.a (mgr.24293) 25150 : audit 0 from='client.493359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:43 smithi044 bash[32620]: audit 2023-12-07T20:17:42.327264+0000 mgr.a (mgr.24293) 25150 : audit 0 from='client.493359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:43.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:43 smithi027 bash[31536]: audit 2023-12-07T20:17:42.327264+0000 mgr.a (mgr.24293) 25150 : audit 0 from='client.493359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:44 smithi022 bash[28554]: cluster 2023-12-07T20:17:43.174105+0000 mgr.a (mgr.24293) 25151 : cluster 0 pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:44 smithi044 bash[32620]: cluster 2023-12-07T20:17:43.174105+0000 mgr.a (mgr.24293) 25151 : cluster 0 pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:44 smithi027 bash[31536]: cluster 2023-12-07T20:17:43.174105+0000 mgr.a (mgr.24293) 25151 : cluster 0 pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:46 smithi022 bash[28554]: cluster 2023-12-07T20:17:45.174740+0000 mgr.a (mgr.24293) 25152 : cluster 0 pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:46 smithi044 bash[32620]: cluster 2023-12-07T20:17:45.174740+0000 mgr.a (mgr.24293) 25152 : cluster 0 pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:46 smithi027 bash[31536]: cluster 2023-12-07T20:17:45.174740+0000 mgr.a (mgr.24293) 25152 : cluster 0 pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:47.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:47.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:47.858 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:48 smithi022 bash[28554]: cluster 2023-12-07T20:17:47.175643+0000 mgr.a (mgr.24293) 25153 : cluster 0 pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:48 smithi044 bash[32620]: cluster 2023-12-07T20:17:47.175643+0000 mgr.a (mgr.24293) 25153 : cluster 0 pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:48 smithi027 bash[31536]: cluster 2023-12-07T20:17:47.175643+0000 mgr.a (mgr.24293) 25153 : cluster 0 pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:48.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:48.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:48.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:48.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:48.807 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:49.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:49 smithi022 bash[28554]: audit 2023-12-07T20:17:48.266575+0000 mgr.a (mgr.24293) 25154 : audit 0 from='client.493428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:49 smithi044 bash[32620]: audit 2023-12-07T20:17:48.266575+0000 mgr.a (mgr.24293) 25154 : audit 0 from='client.493428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:49 smithi027 bash[31536]: audit 2023-12-07T20:17:48.266575+0000 mgr.a (mgr.24293) 25154 : audit 0 from='client.493428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:50.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:50 smithi022 bash[28554]: cluster 2023-12-07T20:17:49.176408+0000 mgr.a (mgr.24293) 25155 : cluster 0 pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:50 smithi044 bash[32620]: cluster 2023-12-07T20:17:49.176408+0000 mgr.a (mgr.24293) 25155 : cluster 0 pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:50 smithi027 bash[31536]: cluster 2023-12-07T20:17:49.176408+0000 mgr.a (mgr.24293) 25155 : cluster 0 pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:52 smithi022 bash[28554]: cluster 2023-12-07T20:17:51.177218+0000 mgr.a (mgr.24293) 25156 : cluster 0 pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:52 smithi044 bash[32620]: cluster 2023-12-07T20:17:51.177218+0000 mgr.a (mgr.24293) 25156 : cluster 0 pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:52 smithi027 bash[31536]: cluster 2023-12-07T20:17:51.177218+0000 mgr.a (mgr.24293) 25156 : cluster 0 pgmap v18812: 33 pgs: 33 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:53.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:53.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:53.810 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:54.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:54 smithi022 bash[28554]: cluster 2023-12-07T20:17:53.177933+0000 mgr.a (mgr.24293) 25157 : cluster 0 pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:54 smithi044 bash[32620]: cluster 2023-12-07T20:17:53.177933+0000 mgr.a (mgr.24293) 25157 : cluster 0 pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:54 smithi027 bash[31536]: cluster 2023-12-07T20:17:53.177933+0000 mgr.a (mgr.24293) 25157 : cluster 0 pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:54.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:17:54.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:54.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:54.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:54.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:17:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:55 smithi022 bash[28554]: audit 2023-12-07T20:17:54.216562+0000 mgr.a (mgr.24293) 25158 : audit 0 from='client.493503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:55 smithi044 bash[32620]: audit 2023-12-07T20:17:54.216562+0000 mgr.a (mgr.24293) 25158 : audit 0 from='client.493503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:55.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:55 smithi027 bash[31536]: audit 2023-12-07T20:17:54.216562+0000 mgr.a (mgr.24293) 25158 : audit 0 from='client.493503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:56 smithi022 bash[28554]: cluster 2023-12-07T20:17:55.178687+0000 mgr.a (mgr.24293) 25159 : cluster 0 pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:56 smithi044 bash[32620]: cluster 2023-12-07T20:17:55.178687+0000 mgr.a (mgr.24293) 25159 : cluster 0 pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:56 smithi027 bash[31536]: cluster 2023-12-07T20:17:55.178687+0000 mgr.a (mgr.24293) 25159 : cluster 0 pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:17:58 smithi022 bash[28554]: cluster 2023-12-07T20:17:57.179556+0000 mgr.a (mgr.24293) 25160 : cluster 0 pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:17:58 smithi044 bash[32620]: cluster 2023-12-07T20:17:57.179556+0000 mgr.a (mgr.24293) 25160 : cluster 0 pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:17:58 smithi027 bash[31536]: cluster 2023-12-07T20:17:57.179556+0000 mgr.a (mgr.24293) 25160 : cluster 0 pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:59.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:17:59.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:59.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:00 smithi022 bash[28554]: cluster 2023-12-07T20:17:59.180111+0000 mgr.a (mgr.24293) 25161 : cluster 0 pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:00 smithi044 bash[32620]: cluster 2023-12-07T20:17:59.180111+0000 mgr.a (mgr.24293) 25161 : cluster 0 pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:00.680 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:00.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:00.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:00.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:00.681 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:00 smithi027 bash[31536]: cluster 2023-12-07T20:17:59.180111+0000 mgr.a (mgr.24293) 25161 : cluster 0 pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:01 smithi022 bash[28554]: audit 2023-12-07T20:18:00.146809+0000 mgr.a (mgr.24293) 25162 : audit 0 from='client.493578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:01 smithi044 bash[32620]: audit 2023-12-07T20:18:00.146809+0000 mgr.a (mgr.24293) 25162 : audit 0 from='client.493578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:01.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:01 smithi027 bash[31536]: audit 2023-12-07T20:18:00.146809+0000 mgr.a (mgr.24293) 25162 : audit 0 from='client.493578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:02 smithi022 bash[28554]: cluster 2023-12-07T20:18:01.181212+0000 mgr.a (mgr.24293) 25163 : cluster 0 pgmap v18817: 33 pgs: 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:18:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:02 smithi044 bash[32620]: cluster 2023-12-07T20:18:01.181212+0000 mgr.a (mgr.24293) 25163 : cluster 0 pgmap v18817: 33 pgs: 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:18:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:02 smithi027 bash[31536]: cluster 2023-12-07T20:18:01.181212+0000 mgr.a (mgr.24293) 25163 : cluster 0 pgmap v18817: 33 pgs: 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:18:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:04 smithi022 bash[28554]: cluster 2023-12-07T20:18:03.181814+0000 mgr.a (mgr.24293) 25164 : cluster 0 pgmap v18818: 33 pgs: 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:18:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:04 smithi044 bash[32620]: cluster 2023-12-07T20:18:03.181814+0000 mgr.a (mgr.24293) 25164 : cluster 0 pgmap v18818: 33 pgs: 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:18:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:04 smithi027 bash[31536]: cluster 2023-12-07T20:18:03.181814+0000 mgr.a (mgr.24293) 25164 : cluster 0 pgmap v18818: 33 pgs: 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:18:05.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:05.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:05.685 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:06.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:06.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:06.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:06.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:06.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:06 smithi022 bash[28554]: cluster 2023-12-07T20:18:05.182381+0000 mgr.a (mgr.24293) 25165 : cluster 0 pgmap v18819: 33 pgs: 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:18:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:06 smithi044 bash[32620]: cluster 2023-12-07T20:18:05.182381+0000 mgr.a (mgr.24293) 25165 : cluster 0 pgmap v18819: 33 pgs: 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:18:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:06 smithi027 bash[31536]: cluster 2023-12-07T20:18:05.182381+0000 mgr.a (mgr.24293) 25165 : cluster 0 pgmap v18819: 33 pgs: 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:18:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:07 smithi022 bash[28554]: audit 2023-12-07T20:18:06.094228+0000 mgr.a (mgr.24293) 25166 : audit 0 from='client.493653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:07 smithi044 bash[32620]: audit 2023-12-07T20:18:06.094228+0000 mgr.a (mgr.24293) 25166 : audit 0 from='client.493653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:07.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:07 smithi027 bash[31536]: audit 2023-12-07T20:18:06.094228+0000 mgr.a (mgr.24293) 25166 : audit 0 from='client.493653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:08.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:08 smithi022 bash[28554]: cluster 2023-12-07T20:18:07.183485+0000 mgr.a (mgr.24293) 25167 : cluster 0 pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:08 smithi044 bash[32620]: cluster 2023-12-07T20:18:07.183485+0000 mgr.a (mgr.24293) 25167 : cluster 0 pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:08 smithi027 bash[31536]: cluster 2023-12-07T20:18:07.183485+0000 mgr.a (mgr.24293) 25167 : cluster 0 pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:10 smithi022 bash[28554]: cluster 2023-12-07T20:18:09.184174+0000 mgr.a (mgr.24293) 25168 : cluster 0 pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:10 smithi044 bash[32620]: cluster 2023-12-07T20:18:09.184174+0000 mgr.a (mgr.24293) 25168 : cluster 0 pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:10 smithi027 bash[31536]: cluster 2023-12-07T20:18:09.184174+0000 mgr.a (mgr.24293) 25168 : cluster 0 pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:11.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:11.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:11.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:12.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:12.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:12.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:12.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:12.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:12 smithi022 bash[28554]: cluster 2023-12-07T20:18:11.184989+0000 mgr.a (mgr.24293) 25169 : cluster 0 pgmap v18822: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:12 smithi044 bash[32620]: cluster 2023-12-07T20:18:11.184989+0000 mgr.a (mgr.24293) 25169 : cluster 0 pgmap v18822: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:12 smithi027 bash[31536]: cluster 2023-12-07T20:18:11.184989+0000 mgr.a (mgr.24293) 25169 : cluster 0 pgmap v18822: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:13 smithi022 bash[28554]: audit 2023-12-07T20:18:12.045726+0000 mgr.a (mgr.24293) 25170 : audit 0 from='client.493728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:13 smithi044 bash[32620]: audit 2023-12-07T20:18:12.045726+0000 mgr.a (mgr.24293) 25170 : audit 0 from='client.493728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:13 smithi027 bash[31536]: audit 2023-12-07T20:18:12.045726+0000 mgr.a (mgr.24293) 25170 : audit 0 from='client.493728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:14 smithi022 bash[28554]: cluster 2023-12-07T20:18:13.185717+0000 mgr.a (mgr.24293) 25171 : cluster 0 pgmap v18823: 33 pgs: 33 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:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:14 smithi044 bash[32620]: cluster 2023-12-07T20:18:13.185717+0000 mgr.a (mgr.24293) 25171 : cluster 0 pgmap v18823: 33 pgs: 33 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:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:14 smithi027 bash[31536]: cluster 2023-12-07T20:18:13.185717+0000 mgr.a (mgr.24293) 25171 : cluster 0 pgmap v18823: 33 pgs: 33 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:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:16 smithi022 bash[28554]: cluster 2023-12-07T20:18:15.186292+0000 mgr.a (mgr.24293) 25172 : cluster 0 pgmap v18824: 33 pgs: 33 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:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:16 smithi044 bash[32620]: cluster 2023-12-07T20:18:15.186292+0000 mgr.a (mgr.24293) 25172 : cluster 0 pgmap v18824: 33 pgs: 33 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:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:16 smithi027 bash[31536]: cluster 2023-12-07T20:18:15.186292+0000 mgr.a (mgr.24293) 25172 : cluster 0 pgmap v18824: 33 pgs: 33 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:17.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:17.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:17.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:18.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:18.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:18.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:18.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:18.553 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:18.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:18 smithi022 bash[28554]: cluster 2023-12-07T20:18:17.187146+0000 mgr.a (mgr.24293) 25173 : cluster 0 pgmap v18825: 33 pgs: 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:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:18 smithi044 bash[32620]: cluster 2023-12-07T20:18:17.187146+0000 mgr.a (mgr.24293) 25173 : cluster 0 pgmap v18825: 33 pgs: 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:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:18 smithi027 bash[31536]: cluster 2023-12-07T20:18:17.187146+0000 mgr.a (mgr.24293) 25173 : cluster 0 pgmap v18825: 33 pgs: 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:19.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:19 smithi027 bash[31536]: audit 2023-12-07T20:18:18.006821+0000 mgr.a (mgr.24293) 25174 : audit 0 from='client.493806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:19.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:19 smithi022 bash[28554]: audit 2023-12-07T20:18:18.006821+0000 mgr.a (mgr.24293) 25174 : audit 0 from='client.493806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:19 smithi044 bash[32620]: audit 2023-12-07T20:18:18.006821+0000 mgr.a (mgr.24293) 25174 : audit 0 from='client.493806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:20 smithi027 bash[31536]: cluster 2023-12-07T20:18:19.187936+0000 mgr.a (mgr.24293) 25175 : cluster 0 pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:20 smithi022 bash[28554]: cluster 2023-12-07T20:18:19.187936+0000 mgr.a (mgr.24293) 25175 : cluster 0 pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:20 smithi044 bash[32620]: cluster 2023-12-07T20:18:19.187936+0000 mgr.a (mgr.24293) 25175 : cluster 0 pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:22 smithi027 bash[31536]: cluster 2023-12-07T20:18:21.188781+0000 mgr.a (mgr.24293) 25176 : cluster 0 pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:22 smithi022 bash[28554]: cluster 2023-12-07T20:18:21.188781+0000 mgr.a (mgr.24293) 25176 : cluster 0 pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:22 smithi044 bash[32620]: cluster 2023-12-07T20:18:21.188781+0000 mgr.a (mgr.24293) 25176 : cluster 0 pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:23.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:23.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:23.556 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:24.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:24.518 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:24 smithi027 bash[31536]: cluster 2023-12-07T20:18:23.189362+0000 mgr.a (mgr.24293) 25177 : cluster 0 pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:24 smithi022 bash[28554]: cluster 2023-12-07T20:18:23.189362+0000 mgr.a (mgr.24293) 25177 : cluster 0 pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:24 smithi044 bash[32620]: cluster 2023-12-07T20:18:23.189362+0000 mgr.a (mgr.24293) 25177 : cluster 0 pgmap v18828: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:25 smithi027 bash[31536]: audit 2023-12-07T20:18:23.976550+0000 mgr.a (mgr.24293) 25178 : audit 0 from='client.493884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:25 smithi027 bash[31536]: audit 2023-12-07T20:18:25.281725+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:25.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:25 smithi022 bash[28554]: audit 2023-12-07T20:18:23.976550+0000 mgr.a (mgr.24293) 25178 : audit 0 from='client.493884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:25 smithi022 bash[28554]: audit 2023-12-07T20:18:25.281725+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:25 smithi044 bash[32620]: audit 2023-12-07T20:18:23.976550+0000 mgr.a (mgr.24293) 25178 : audit 0 from='client.493884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:25 smithi044 bash[32620]: audit 2023-12-07T20:18:25.281725+0000 mon.a (mon.0) 3909 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:26 smithi022 bash[28554]: cluster 2023-12-07T20:18:25.190066+0000 mgr.a (mgr.24293) 25179 : cluster 0 pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:26 smithi022 bash[28554]: audit 2023-12-07T20:18:26.021503+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:26 smithi022 bash[28554]: audit 2023-12-07T20:18:26.023419+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:26 smithi022 bash[28554]: audit 2023-12-07T20:18:26.033880+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:18:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:26 smithi044 bash[32620]: cluster 2023-12-07T20:18:25.190066+0000 mgr.a (mgr.24293) 25179 : cluster 0 pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:26 smithi044 bash[32620]: audit 2023-12-07T20:18:26.021503+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:26 smithi044 bash[32620]: audit 2023-12-07T20:18:26.023419+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:26 smithi044 bash[32620]: audit 2023-12-07T20:18:26.033880+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:18:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:26 smithi027 bash[31536]: cluster 2023-12-07T20:18:25.190066+0000 mgr.a (mgr.24293) 25179 : cluster 0 pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:26 smithi027 bash[31536]: audit 2023-12-07T20:18:26.021503+0000 mon.a (mon.0) 3910 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:26 smithi027 bash[31536]: audit 2023-12-07T20:18:26.023419+0000 mon.a (mon.0) 3911 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:26 smithi027 bash[31536]: audit 2023-12-07T20:18:26.033880+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:18:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:28 smithi022 bash[28554]: cluster 2023-12-07T20:18:27.190908+0000 mgr.a (mgr.24293) 25180 : cluster 0 pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:28 smithi044 bash[32620]: cluster 2023-12-07T20:18:27.190908+0000 mgr.a (mgr.24293) 25180 : cluster 0 pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:28 smithi027 bash[31536]: cluster 2023-12-07T20:18:27.190908+0000 mgr.a (mgr.24293) 25180 : cluster 0 pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:29.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:29.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:29.521 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:30.468 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:30.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:30.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:30.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:30.469 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:30 smithi022 bash[28554]: cluster 2023-12-07T20:18:29.191470+0000 mgr.a (mgr.24293) 25181 : cluster 0 pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:30 smithi044 bash[32620]: cluster 2023-12-07T20:18:29.191470+0000 mgr.a (mgr.24293) 25181 : cluster 0 pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:30 smithi027 bash[31536]: cluster 2023-12-07T20:18:29.191470+0000 mgr.a (mgr.24293) 25181 : cluster 0 pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:31.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:31 smithi022 bash[28554]: audit 2023-12-07T20:18:29.935649+0000 mgr.a (mgr.24293) 25182 : audit 0 from='client.493962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:31 smithi044 bash[32620]: audit 2023-12-07T20:18:29.935649+0000 mgr.a (mgr.24293) 25182 : audit 0 from='client.493962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:31 smithi027 bash[31536]: audit 2023-12-07T20:18:29.935649+0000 mgr.a (mgr.24293) 25182 : audit 0 from='client.493962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:32 smithi022 bash[28554]: cluster 2023-12-07T20:18:31.192613+0000 mgr.a (mgr.24293) 25183 : cluster 0 pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:32 smithi044 bash[32620]: cluster 2023-12-07T20:18:31.192613+0000 mgr.a (mgr.24293) 25183 : cluster 0 pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:32 smithi027 bash[31536]: cluster 2023-12-07T20:18:31.192613+0000 mgr.a (mgr.24293) 25183 : cluster 0 pgmap v18832: 33 pgs: 33 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:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:34 smithi022 bash[28554]: cluster 2023-12-07T20:18:33.193298+0000 mgr.a (mgr.24293) 25184 : cluster 0 pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:34 smithi044 bash[32620]: cluster 2023-12-07T20:18:33.193298+0000 mgr.a (mgr.24293) 25184 : cluster 0 pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:34 smithi027 bash[31536]: cluster 2023-12-07T20:18:33.193298+0000 mgr.a (mgr.24293) 25184 : cluster 0 pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:35.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:35.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:35.471 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:36.402 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:36.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:36.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:36.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:36.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:36 smithi022 bash[28554]: cluster 2023-12-07T20:18:35.193941+0000 mgr.a (mgr.24293) 25185 : cluster 0 pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:36 smithi044 bash[32620]: cluster 2023-12-07T20:18:35.193941+0000 mgr.a (mgr.24293) 25185 : cluster 0 pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:36 smithi027 bash[31536]: cluster 2023-12-07T20:18:35.193941+0000 mgr.a (mgr.24293) 25185 : cluster 0 pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:37 smithi022 bash[28554]: audit 2023-12-07T20:18:35.882254+0000 mgr.a (mgr.24293) 25186 : audit 0 from='client.494040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:37 smithi044 bash[32620]: audit 2023-12-07T20:18:35.882254+0000 mgr.a (mgr.24293) 25186 : audit 0 from='client.494040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:37 smithi027 bash[31536]: audit 2023-12-07T20:18:35.882254+0000 mgr.a (mgr.24293) 25186 : audit 0 from='client.494040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:38 smithi022 bash[28554]: cluster 2023-12-07T20:18:37.195019+0000 mgr.a (mgr.24293) 25187 : cluster 0 pgmap v18835: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:38 smithi044 bash[32620]: cluster 2023-12-07T20:18:37.195019+0000 mgr.a (mgr.24293) 25187 : cluster 0 pgmap v18835: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:38 smithi027 bash[31536]: cluster 2023-12-07T20:18:37.195019+0000 mgr.a (mgr.24293) 25187 : cluster 0 pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:40 smithi022 bash[28554]: cluster 2023-12-07T20:18:39.195613+0000 mgr.a (mgr.24293) 25188 : cluster 0 pgmap v18836: 33 pgs: 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:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:40 smithi044 bash[32620]: cluster 2023-12-07T20:18:39.195613+0000 mgr.a (mgr.24293) 25188 : cluster 0 pgmap v18836: 33 pgs: 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:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:40 smithi027 bash[31536]: cluster 2023-12-07T20:18:39.195613+0000 mgr.a (mgr.24293) 25188 : cluster 0 pgmap v18836: 33 pgs: 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:41.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:41.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:41.406 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:42.328 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:42.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:42.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:42.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:42.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:42 smithi022 bash[28554]: cluster 2023-12-07T20:18:41.196343+0000 mgr.a (mgr.24293) 25189 : cluster 0 pgmap v18837: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:42 smithi044 bash[32620]: cluster 2023-12-07T20:18:41.196343+0000 mgr.a (mgr.24293) 25189 : cluster 0 pgmap v18837: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:42 smithi027 bash[31536]: cluster 2023-12-07T20:18:41.196343+0000 mgr.a (mgr.24293) 25189 : cluster 0 pgmap v18837: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:43 smithi022 bash[28554]: audit 2023-12-07T20:18:41.822151+0000 mgr.a (mgr.24293) 25190 : audit 0 from='client.494118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:43 smithi044 bash[32620]: audit 2023-12-07T20:18:41.822151+0000 mgr.a (mgr.24293) 25190 : audit 0 from='client.494118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:43 smithi027 bash[31536]: audit 2023-12-07T20:18:41.822151+0000 mgr.a (mgr.24293) 25190 : audit 0 from='client.494118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:44 smithi022 bash[28554]: cluster 2023-12-07T20:18:43.197073+0000 mgr.a (mgr.24293) 25191 : cluster 0 pgmap v18838: 33 pgs: 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:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:44 smithi044 bash[32620]: cluster 2023-12-07T20:18:43.197073+0000 mgr.a (mgr.24293) 25191 : cluster 0 pgmap v18838: 33 pgs: 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:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:44 smithi027 bash[31536]: cluster 2023-12-07T20:18:43.197073+0000 mgr.a (mgr.24293) 25191 : cluster 0 pgmap v18838: 33 pgs: 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:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:46 smithi022 bash[28554]: cluster 2023-12-07T20:18:45.197694+0000 mgr.a (mgr.24293) 25192 : cluster 0 pgmap v18839: 33 pgs: 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:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:46 smithi044 bash[32620]: cluster 2023-12-07T20:18:45.197694+0000 mgr.a (mgr.24293) 25192 : cluster 0 pgmap v18839: 33 pgs: 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:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:46 smithi027 bash[31536]: cluster 2023-12-07T20:18:45.197694+0000 mgr.a (mgr.24293) 25192 : cluster 0 pgmap v18839: 33 pgs: 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:47.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:47.332 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:47.332 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:48.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:48.272 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:48 smithi022 bash[28554]: cluster 2023-12-07T20:18:47.198545+0000 mgr.a (mgr.24293) 25193 : cluster 0 pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:48 smithi044 bash[32620]: cluster 2023-12-07T20:18:47.198545+0000 mgr.a (mgr.24293) 25193 : cluster 0 pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:48 smithi027 bash[31536]: cluster 2023-12-07T20:18:47.198545+0000 mgr.a (mgr.24293) 25193 : cluster 0 pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:49.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:49 smithi022 bash[28554]: audit 2023-12-07T20:18:47.740169+0000 mgr.a (mgr.24293) 25194 : audit 0 from='client.494193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:49 smithi044 bash[32620]: audit 2023-12-07T20:18:47.740169+0000 mgr.a (mgr.24293) 25194 : audit 0 from='client.494193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:49 smithi027 bash[31536]: audit 2023-12-07T20:18:47.740169+0000 mgr.a (mgr.24293) 25194 : audit 0 from='client.494193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:50 smithi022 bash[28554]: cluster 2023-12-07T20:18:49.199275+0000 mgr.a (mgr.24293) 25195 : cluster 0 pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:50 smithi044 bash[32620]: cluster 2023-12-07T20:18:49.199275+0000 mgr.a (mgr.24293) 25195 : cluster 0 pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:50 smithi027 bash[31536]: cluster 2023-12-07T20:18:49.199275+0000 mgr.a (mgr.24293) 25195 : cluster 0 pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:52 smithi022 bash[28554]: cluster 2023-12-07T20:18:51.200119+0000 mgr.a (mgr.24293) 25196 : cluster 0 pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:52 smithi044 bash[32620]: cluster 2023-12-07T20:18:51.200119+0000 mgr.a (mgr.24293) 25196 : cluster 0 pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:52 smithi027 bash[31536]: cluster 2023-12-07T20:18:51.200119+0000 mgr.a (mgr.24293) 25196 : cluster 0 pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:53.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:54.216 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:18:54.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:54.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:54.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:54.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:18:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:54 smithi022 bash[28554]: cluster 2023-12-07T20:18:53.200665+0000 mgr.a (mgr.24293) 25197 : cluster 0 pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:54 smithi044 bash[32620]: cluster 2023-12-07T20:18:53.200665+0000 mgr.a (mgr.24293) 25197 : cluster 0 pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:54 smithi027 bash[31536]: cluster 2023-12-07T20:18:53.200665+0000 mgr.a (mgr.24293) 25197 : cluster 0 pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:55 smithi022 bash[28554]: audit 2023-12-07T20:18:53.691843+0000 mgr.a (mgr.24293) 25198 : audit 0 from='client.494271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:55 smithi044 bash[32620]: audit 2023-12-07T20:18:53.691843+0000 mgr.a (mgr.24293) 25198 : audit 0 from='client.494271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:55 smithi027 bash[31536]: audit 2023-12-07T20:18:53.691843+0000 mgr.a (mgr.24293) 25198 : audit 0 from='client.494271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:56 smithi022 bash[28554]: cluster 2023-12-07T20:18:55.201389+0000 mgr.a (mgr.24293) 25199 : cluster 0 pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:56 smithi044 bash[32620]: cluster 2023-12-07T20:18:55.201389+0000 mgr.a (mgr.24293) 25199 : cluster 0 pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:56 smithi027 bash[31536]: cluster 2023-12-07T20:18:55.201389+0000 mgr.a (mgr.24293) 25199 : cluster 0 pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:18:58 smithi022 bash[28554]: cluster 2023-12-07T20:18:57.202244+0000 mgr.a (mgr.24293) 25200 : cluster 0 pgmap v18845: 33 pgs: 33 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:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:18:58 smithi044 bash[32620]: cluster 2023-12-07T20:18:57.202244+0000 mgr.a (mgr.24293) 25200 : cluster 0 pgmap v18845: 33 pgs: 33 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:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:18:58 smithi027 bash[31536]: cluster 2023-12-07T20:18:57.202244+0000 mgr.a (mgr.24293) 25200 : cluster 0 pgmap v18845: 33 pgs: 33 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:59.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:18:59.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:59.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:00.155 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:00.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:00.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:00.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:00.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:00 smithi022 bash[28554]: cluster 2023-12-07T20:18:59.202925+0000 mgr.a (mgr.24293) 25201 : cluster 0 pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:00 smithi044 bash[32620]: cluster 2023-12-07T20:18:59.202925+0000 mgr.a (mgr.24293) 25201 : cluster 0 pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:00 smithi027 bash[31536]: cluster 2023-12-07T20:18:59.202925+0000 mgr.a (mgr.24293) 25201 : cluster 0 pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:01 smithi022 bash[28554]: audit 2023-12-07T20:18:59.636196+0000 mgr.a (mgr.24293) 25202 : audit 0 from='client.494349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:01 smithi044 bash[32620]: audit 2023-12-07T20:18:59.636196+0000 mgr.a (mgr.24293) 25202 : audit 0 from='client.494349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:01 smithi027 bash[31536]: audit 2023-12-07T20:18:59.636196+0000 mgr.a (mgr.24293) 25202 : audit 0 from='client.494349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:02 smithi022 bash[28554]: cluster 2023-12-07T20:19:01.203841+0000 mgr.a (mgr.24293) 25203 : cluster 0 pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:02 smithi044 bash[32620]: cluster 2023-12-07T20:19:01.203841+0000 mgr.a (mgr.24293) 25203 : cluster 0 pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:02 smithi027 bash[31536]: cluster 2023-12-07T20:19:01.203841+0000 mgr.a (mgr.24293) 25203 : cluster 0 pgmap v18847: 33 pgs: 33 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:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:04 smithi022 bash[28554]: cluster 2023-12-07T20:19:03.204389+0000 mgr.a (mgr.24293) 25204 : cluster 0 pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:04 smithi044 bash[32620]: cluster 2023-12-07T20:19:03.204389+0000 mgr.a (mgr.24293) 25204 : cluster 0 pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:04 smithi027 bash[31536]: cluster 2023-12-07T20:19:03.204389+0000 mgr.a (mgr.24293) 25204 : cluster 0 pgmap v18848: 33 pgs: 33 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:05.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:05.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:05.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:06.114 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:06.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:06.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:06.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:06.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:06 smithi022 bash[28554]: cluster 2023-12-07T20:19:05.204959+0000 mgr.a (mgr.24293) 25205 : cluster 0 pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:06 smithi022 bash[28554]: audit 2023-12-07T20:19:05.571671+0000 mgr.a (mgr.24293) 25206 : audit 0 from='client.494427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:06 smithi044 bash[32620]: cluster 2023-12-07T20:19:05.204959+0000 mgr.a (mgr.24293) 25205 : cluster 0 pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:06 smithi044 bash[32620]: audit 2023-12-07T20:19:05.571671+0000 mgr.a (mgr.24293) 25206 : audit 0 from='client.494427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:06 smithi027 bash[31536]: cluster 2023-12-07T20:19:05.204959+0000 mgr.a (mgr.24293) 25205 : cluster 0 pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:06 smithi027 bash[31536]: audit 2023-12-07T20:19:05.571671+0000 mgr.a (mgr.24293) 25206 : audit 0 from='client.494427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:08 smithi022 bash[28554]: cluster 2023-12-07T20:19:07.205988+0000 mgr.a (mgr.24293) 25207 : cluster 0 pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:08 smithi044 bash[32620]: cluster 2023-12-07T20:19:07.205988+0000 mgr.a (mgr.24293) 25207 : cluster 0 pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:08 smithi027 bash[31536]: cluster 2023-12-07T20:19:07.205988+0000 mgr.a (mgr.24293) 25207 : cluster 0 pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:10 smithi022 bash[28554]: cluster 2023-12-07T20:19:09.206569+0000 mgr.a (mgr.24293) 25208 : cluster 0 pgmap v18851: 33 pgs: 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:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:10 smithi044 bash[32620]: cluster 2023-12-07T20:19:09.206569+0000 mgr.a (mgr.24293) 25208 : cluster 0 pgmap v18851: 33 pgs: 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:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:10 smithi027 bash[31536]: cluster 2023-12-07T20:19:09.206569+0000 mgr.a (mgr.24293) 25208 : cluster 0 pgmap v18851: 33 pgs: 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:11.117 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:11.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:11.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:12.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:12.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:12.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:12.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:12.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:12 smithi022 bash[28554]: cluster 2023-12-07T20:19:11.207302+0000 mgr.a (mgr.24293) 25209 : cluster 0 pgmap v18852: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:12 smithi022 bash[28554]: audit 2023-12-07T20:19:11.526198+0000 mgr.a (mgr.24293) 25210 : audit 0 from='client.494502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:12 smithi044 bash[32620]: cluster 2023-12-07T20:19:11.207302+0000 mgr.a (mgr.24293) 25209 : cluster 0 pgmap v18852: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:12 smithi044 bash[32620]: audit 2023-12-07T20:19:11.526198+0000 mgr.a (mgr.24293) 25210 : audit 0 from='client.494502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:12 smithi027 bash[31536]: cluster 2023-12-07T20:19:11.207302+0000 mgr.a (mgr.24293) 25209 : cluster 0 pgmap v18852: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:12 smithi027 bash[31536]: audit 2023-12-07T20:19:11.526198+0000 mgr.a (mgr.24293) 25210 : audit 0 from='client.494502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:14 smithi022 bash[28554]: cluster 2023-12-07T20:19:13.207995+0000 mgr.a (mgr.24293) 25211 : cluster 0 pgmap v18853: 33 pgs: 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:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:14 smithi044 bash[32620]: cluster 2023-12-07T20:19:13.207995+0000 mgr.a (mgr.24293) 25211 : cluster 0 pgmap v18853: 33 pgs: 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:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:14 smithi027 bash[31536]: cluster 2023-12-07T20:19:13.207995+0000 mgr.a (mgr.24293) 25211 : cluster 0 pgmap v18853: 33 pgs: 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:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:16 smithi022 bash[28554]: cluster 2023-12-07T20:19:15.208607+0000 mgr.a (mgr.24293) 25212 : cluster 0 pgmap v18854: 33 pgs: 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:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:16 smithi044 bash[32620]: cluster 2023-12-07T20:19:15.208607+0000 mgr.a (mgr.24293) 25212 : cluster 0 pgmap v18854: 33 pgs: 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:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:16 smithi027 bash[31536]: cluster 2023-12-07T20:19:15.208607+0000 mgr.a (mgr.24293) 25212 : cluster 0 pgmap v18854: 33 pgs: 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:17.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:17.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:17.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:17.994 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:17.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:17.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:17.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:17.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:18 smithi022 bash[28554]: cluster 2023-12-07T20:19:17.209385+0000 mgr.a (mgr.24293) 25213 : cluster 0 pgmap v18855: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:18 smithi022 bash[28554]: audit 2023-12-07T20:19:17.454196+0000 mgr.a (mgr.24293) 25214 : audit 0 from='client.494580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:18 smithi044 bash[32620]: cluster 2023-12-07T20:19:17.209385+0000 mgr.a (mgr.24293) 25213 : cluster 0 pgmap v18855: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:18 smithi044 bash[32620]: audit 2023-12-07T20:19:17.454196+0000 mgr.a (mgr.24293) 25214 : audit 0 from='client.494580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:18 smithi027 bash[31536]: cluster 2023-12-07T20:19:17.209385+0000 mgr.a (mgr.24293) 25213 : cluster 0 pgmap v18855: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:18 smithi027 bash[31536]: audit 2023-12-07T20:19:17.454196+0000 mgr.a (mgr.24293) 25214 : audit 0 from='client.494580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:20 smithi022 bash[28554]: cluster 2023-12-07T20:19:19.210043+0000 mgr.a (mgr.24293) 25215 : cluster 0 pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:20 smithi044 bash[32620]: cluster 2023-12-07T20:19:19.210043+0000 mgr.a (mgr.24293) 25215 : cluster 0 pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:20 smithi027 bash[31536]: cluster 2023-12-07T20:19:19.210043+0000 mgr.a (mgr.24293) 25215 : cluster 0 pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:22 smithi022 bash[28554]: cluster 2023-12-07T20:19:21.210889+0000 mgr.a (mgr.24293) 25216 : cluster 0 pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:22 smithi044 bash[32620]: cluster 2023-12-07T20:19:21.210889+0000 mgr.a (mgr.24293) 25216 : cluster 0 pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:22 smithi027 bash[31536]: cluster 2023-12-07T20:19:21.210889+0000 mgr.a (mgr.24293) 25216 : cluster 0 pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:22.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:22.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:22.998 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:23.950 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:23.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:23.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:23.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:23.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:24 smithi022 bash[28554]: cluster 2023-12-07T20:19:23.211449+0000 mgr.a (mgr.24293) 25217 : cluster 0 pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:24 smithi022 bash[28554]: audit 2023-12-07T20:19:23.414853+0000 mgr.a (mgr.24293) 25218 : audit 0 from='client.494658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:24 smithi044 bash[32620]: cluster 2023-12-07T20:19:23.211449+0000 mgr.a (mgr.24293) 25217 : cluster 0 pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:24 smithi044 bash[32620]: audit 2023-12-07T20:19:23.414853+0000 mgr.a (mgr.24293) 25218 : audit 0 from='client.494658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:24 smithi027 bash[31536]: cluster 2023-12-07T20:19:23.211449+0000 mgr.a (mgr.24293) 25217 : cluster 0 pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:24 smithi027 bash[31536]: audit 2023-12-07T20:19:23.414853+0000 mgr.a (mgr.24293) 25218 : audit 0 from='client.494658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:26 smithi022 bash[28554]: cluster 2023-12-07T20:19:25.212092+0000 mgr.a (mgr.24293) 25219 : cluster 0 pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:26 smithi022 bash[28554]: audit 2023-12-07T20:19:26.135824+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:26 smithi044 bash[32620]: cluster 2023-12-07T20:19:25.212092+0000 mgr.a (mgr.24293) 25219 : cluster 0 pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:26 smithi044 bash[32620]: audit 2023-12-07T20:19:26.135824+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:26 smithi027 bash[31536]: cluster 2023-12-07T20:19:25.212092+0000 mgr.a (mgr.24293) 25219 : cluster 0 pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:26 smithi027 bash[31536]: audit 2023-12-07T20:19:26.135824+0000 mon.a (mon.0) 3913 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:27 smithi022 bash[28554]: audit 2023-12-07T20:19:26.878981+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:27 smithi022 bash[28554]: audit 2023-12-07T20:19:26.880737+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:27 smithi022 bash[28554]: audit 2023-12-07T20:19:26.889892+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:19:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:27 smithi044 bash[32620]: audit 2023-12-07T20:19:26.878981+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:27 smithi044 bash[32620]: audit 2023-12-07T20:19:26.880737+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:27 smithi044 bash[32620]: audit 2023-12-07T20:19:26.889892+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:19:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:27 smithi027 bash[31536]: audit 2023-12-07T20:19:26.878981+0000 mon.a (mon.0) 3914 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:27 smithi027 bash[31536]: audit 2023-12-07T20:19:26.880737+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:27 smithi027 bash[31536]: audit 2023-12-07T20:19:26.889892+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:19:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:28 smithi022 bash[28554]: cluster 2023-12-07T20:19:27.212959+0000 mgr.a (mgr.24293) 25220 : cluster 0 pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:28 smithi044 bash[32620]: cluster 2023-12-07T20:19:27.212959+0000 mgr.a (mgr.24293) 25220 : cluster 0 pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:28 smithi027 bash[31536]: cluster 2023-12-07T20:19:27.212959+0000 mgr.a (mgr.24293) 25220 : cluster 0 pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:28.953 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:28.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:28.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:29.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:29.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:29.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:29.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:29.903 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:30 smithi022 bash[28554]: cluster 2023-12-07T20:19:29.213503+0000 mgr.a (mgr.24293) 25221 : cluster 0 pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:30 smithi022 bash[28554]: audit 2023-12-07T20:19:29.372183+0000 mgr.a (mgr.24293) 25222 : audit 0 from='client.494730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:30 smithi044 bash[32620]: cluster 2023-12-07T20:19:29.213503+0000 mgr.a (mgr.24293) 25221 : cluster 0 pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:30 smithi044 bash[32620]: audit 2023-12-07T20:19:29.372183+0000 mgr.a (mgr.24293) 25222 : audit 0 from='client.494730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:30 smithi027 bash[31536]: cluster 2023-12-07T20:19:29.213503+0000 mgr.a (mgr.24293) 25221 : cluster 0 pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:30 smithi027 bash[31536]: audit 2023-12-07T20:19:29.372183+0000 mgr.a (mgr.24293) 25222 : audit 0 from='client.494730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:32 smithi022 bash[28554]: cluster 2023-12-07T20:19:31.214399+0000 mgr.a (mgr.24293) 25223 : cluster 0 pgmap v18862: 33 pgs: 33 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:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:32 smithi044 bash[32620]: cluster 2023-12-07T20:19:31.214399+0000 mgr.a (mgr.24293) 25223 : cluster 0 pgmap v18862: 33 pgs: 33 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:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:32 smithi027 bash[31536]: cluster 2023-12-07T20:19:31.214399+0000 mgr.a (mgr.24293) 25223 : cluster 0 pgmap v18862: 33 pgs: 33 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:34.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:34.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:34.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:34 smithi022 bash[28554]: cluster 2023-12-07T20:19:33.215012+0000 mgr.a (mgr.24293) 25224 : cluster 0 pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:34 smithi044 bash[32620]: cluster 2023-12-07T20:19:33.215012+0000 mgr.a (mgr.24293) 25224 : cluster 0 pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:34 smithi027 bash[31536]: cluster 2023-12-07T20:19:33.215012+0000 mgr.a (mgr.24293) 25224 : cluster 0 pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:35.833 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:35.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:35.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:35.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:35.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:36 smithi022 bash[28554]: cluster 2023-12-07T20:19:35.215578+0000 mgr.a (mgr.24293) 25225 : cluster 0 pgmap v18864: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:36 smithi022 bash[28554]: audit 2023-12-07T20:19:35.315969+0000 mgr.a (mgr.24293) 25226 : audit 0 from='client.494808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:36 smithi044 bash[32620]: cluster 2023-12-07T20:19:35.215578+0000 mgr.a (mgr.24293) 25225 : cluster 0 pgmap v18864: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:36 smithi044 bash[32620]: audit 2023-12-07T20:19:35.315969+0000 mgr.a (mgr.24293) 25226 : audit 0 from='client.494808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:36 smithi027 bash[31536]: cluster 2023-12-07T20:19:35.215578+0000 mgr.a (mgr.24293) 25225 : cluster 0 pgmap v18864: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:36 smithi027 bash[31536]: audit 2023-12-07T20:19:35.315969+0000 mgr.a (mgr.24293) 25226 : audit 0 from='client.494808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:38 smithi022 bash[28554]: cluster 2023-12-07T20:19:37.216580+0000 mgr.a (mgr.24293) 25227 : cluster 0 pgmap v18865: 33 pgs: 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:19:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:38 smithi044 bash[32620]: cluster 2023-12-07T20:19:37.216580+0000 mgr.a (mgr.24293) 25227 : cluster 0 pgmap v18865: 33 pgs: 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:19:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:38 smithi027 bash[31536]: cluster 2023-12-07T20:19:37.216580+0000 mgr.a (mgr.24293) 25227 : cluster 0 pgmap v18865: 33 pgs: 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:19:40.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:40.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:40.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:40 smithi022 bash[28554]: cluster 2023-12-07T20:19:39.217147+0000 mgr.a (mgr.24293) 25228 : cluster 0 pgmap v18866: 33 pgs: 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:19:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:40 smithi044 bash[32620]: cluster 2023-12-07T20:19:39.217147+0000 mgr.a (mgr.24293) 25228 : cluster 0 pgmap v18866: 33 pgs: 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:19:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:40 smithi027 bash[31536]: cluster 2023-12-07T20:19:39.217147+0000 mgr.a (mgr.24293) 25228 : cluster 0 pgmap v18866: 33 pgs: 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:19:41.794 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:41.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:41.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:41.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:41.795 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:42 smithi022 bash[28554]: cluster 2023-12-07T20:19:41.217849+0000 mgr.a (mgr.24293) 25229 : cluster 0 pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:42 smithi022 bash[28554]: audit 2023-12-07T20:19:41.253932+0000 mgr.a (mgr.24293) 25230 : audit 0 from='client.494886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:42 smithi044 bash[32620]: cluster 2023-12-07T20:19:41.217849+0000 mgr.a (mgr.24293) 25229 : cluster 0 pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:42 smithi044 bash[32620]: audit 2023-12-07T20:19:41.253932+0000 mgr.a (mgr.24293) 25230 : audit 0 from='client.494886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:42 smithi027 bash[31536]: cluster 2023-12-07T20:19:41.217849+0000 mgr.a (mgr.24293) 25229 : cluster 0 pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:42 smithi027 bash[31536]: audit 2023-12-07T20:19:41.253932+0000 mgr.a (mgr.24293) 25230 : audit 0 from='client.494886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:44 smithi022 bash[28554]: cluster 2023-12-07T20:19:43.218532+0000 mgr.a (mgr.24293) 25231 : cluster 0 pgmap v18868: 33 pgs: 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:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:44 smithi044 bash[32620]: cluster 2023-12-07T20:19:43.218532+0000 mgr.a (mgr.24293) 25231 : cluster 0 pgmap v18868: 33 pgs: 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:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:44 smithi027 bash[31536]: cluster 2023-12-07T20:19:43.218532+0000 mgr.a (mgr.24293) 25231 : cluster 0 pgmap v18868: 33 pgs: 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:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:46 smithi022 bash[28554]: cluster 2023-12-07T20:19:45.219114+0000 mgr.a (mgr.24293) 25232 : cluster 0 pgmap v18869: 33 pgs: 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:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:46 smithi044 bash[32620]: cluster 2023-12-07T20:19:45.219114+0000 mgr.a (mgr.24293) 25232 : cluster 0 pgmap v18869: 33 pgs: 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:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:46 smithi027 bash[31536]: cluster 2023-12-07T20:19:45.219114+0000 mgr.a (mgr.24293) 25232 : cluster 0 pgmap v18869: 33 pgs: 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:46.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:46.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:46.798 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:47.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:47.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:47.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:47.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:47.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:48 smithi022 bash[28554]: audit 2023-12-07T20:19:47.212498+0000 mgr.a (mgr.24293) 25233 : audit 0 from='client.494964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:48 smithi022 bash[28554]: cluster 2023-12-07T20:19:47.227011+0000 mgr.a (mgr.24293) 25234 : cluster 0 pgmap v18870: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:48 smithi044 bash[32620]: audit 2023-12-07T20:19:47.212498+0000 mgr.a (mgr.24293) 25233 : audit 0 from='client.494964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:48 smithi044 bash[32620]: cluster 2023-12-07T20:19:47.227011+0000 mgr.a (mgr.24293) 25234 : cluster 0 pgmap v18870: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:48 smithi027 bash[31536]: audit 2023-12-07T20:19:47.212498+0000 mgr.a (mgr.24293) 25233 : audit 0 from='client.494964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:48 smithi027 bash[31536]: cluster 2023-12-07T20:19:47.227011+0000 mgr.a (mgr.24293) 25234 : cluster 0 pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:50 smithi022 bash[28554]: cluster 2023-12-07T20:19:49.227713+0000 mgr.a (mgr.24293) 25235 : cluster 0 pgmap v18871: 33 pgs: 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:19:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:50 smithi044 bash[32620]: cluster 2023-12-07T20:19:49.227713+0000 mgr.a (mgr.24293) 25235 : cluster 0 pgmap v18871: 33 pgs: 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:19:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:50 smithi027 bash[31536]: cluster 2023-12-07T20:19:49.227713+0000 mgr.a (mgr.24293) 25235 : cluster 0 pgmap v18871: 33 pgs: 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:19:52.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:52 smithi022 bash[28554]: cluster 2023-12-07T20:19:51.228506+0000 mgr.a (mgr.24293) 25236 : cluster 0 pgmap v18872: 33 pgs: 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:19:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:52 smithi044 bash[32620]: cluster 2023-12-07T20:19:51.228506+0000 mgr.a (mgr.24293) 25236 : cluster 0 pgmap v18872: 33 pgs: 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:19:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:52 smithi027 bash[31536]: cluster 2023-12-07T20:19:51.228506+0000 mgr.a (mgr.24293) 25236 : cluster 0 pgmap v18872: 33 pgs: 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:19:52.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:52.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:52.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:53.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:53.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:53.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:53.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:53.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:19:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:54 smithi022 bash[28554]: audit 2023-12-07T20:19:53.130695+0000 mgr.a (mgr.24293) 25237 : audit 0 from='client.495030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:54 smithi022 bash[28554]: cluster 2023-12-07T20:19:53.229038+0000 mgr.a (mgr.24293) 25238 : cluster 0 pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:54 smithi044 bash[32620]: audit 2023-12-07T20:19:53.130695+0000 mgr.a (mgr.24293) 25237 : audit 0 from='client.495030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:54 smithi044 bash[32620]: cluster 2023-12-07T20:19:53.229038+0000 mgr.a (mgr.24293) 25238 : cluster 0 pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:54 smithi027 bash[31536]: audit 2023-12-07T20:19:53.130695+0000 mgr.a (mgr.24293) 25237 : audit 0 from='client.495030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:54 smithi027 bash[31536]: cluster 2023-12-07T20:19:53.229038+0000 mgr.a (mgr.24293) 25238 : cluster 0 pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:56.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:56 smithi022 bash[28554]: cluster 2023-12-07T20:19:55.229844+0000 mgr.a (mgr.24293) 25239 : cluster 0 pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:56 smithi044 bash[32620]: cluster 2023-12-07T20:19:55.229844+0000 mgr.a (mgr.24293) 25239 : cluster 0 pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:56 smithi027 bash[31536]: cluster 2023-12-07T20:19:55.229844+0000 mgr.a (mgr.24293) 25239 : cluster 0 pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:58.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:19:58.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:58.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:19:58 smithi022 bash[28554]: cluster 2023-12-07T20:19:57.230706+0000 mgr.a (mgr.24293) 25240 : cluster 0 pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:19:58 smithi044 bash[32620]: cluster 2023-12-07T20:19:57.230706+0000 mgr.a (mgr.24293) 25240 : cluster 0 pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:19:58 smithi027 bash[31536]: cluster 2023-12-07T20:19:57.230706+0000 mgr.a (mgr.24293) 25240 : cluster 0 pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:59.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:19:59.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:59.609 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:59.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:59.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:00 smithi022 bash[28554]: audit 2023-12-07T20:19:59.060418+0000 mgr.a (mgr.24293) 25241 : audit 0 from='client.495108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:00 smithi022 bash[28554]: cluster 2023-12-07T20:19:59.231491+0000 mgr.a (mgr.24293) 25242 : cluster 0 pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:00 smithi022 bash[28554]: cluster 2023-12-07T20:20:00.000146+0000 mon.a (mon.0) 3917 : cluster 1 overall HEALTH_OK 2023-12-07T20:20:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:00 smithi044 bash[32620]: audit 2023-12-07T20:19:59.060418+0000 mgr.a (mgr.24293) 25241 : audit 0 from='client.495108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:00 smithi044 bash[32620]: cluster 2023-12-07T20:19:59.231491+0000 mgr.a (mgr.24293) 25242 : cluster 0 pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:00 smithi044 bash[32620]: cluster 2023-12-07T20:20:00.000146+0000 mon.a (mon.0) 3917 : cluster 1 overall HEALTH_OK 2023-12-07T20:20:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:00 smithi027 bash[31536]: audit 2023-12-07T20:19:59.060418+0000 mgr.a (mgr.24293) 25241 : audit 0 from='client.495108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:00 smithi027 bash[31536]: cluster 2023-12-07T20:19:59.231491+0000 mgr.a (mgr.24293) 25242 : cluster 0 pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:00 smithi027 bash[31536]: cluster 2023-12-07T20:20:00.000146+0000 mon.a (mon.0) 3917 : cluster 1 overall HEALTH_OK 2023-12-07T20:20:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:02 smithi022 bash[28554]: cluster 2023-12-07T20:20:01.232378+0000 mgr.a (mgr.24293) 25243 : cluster 0 pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:02 smithi044 bash[32620]: cluster 2023-12-07T20:20:01.232378+0000 mgr.a (mgr.24293) 25243 : cluster 0 pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:02 smithi027 bash[31536]: cluster 2023-12-07T20:20:01.232378+0000 mgr.a (mgr.24293) 25243 : cluster 0 pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:04.613 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:04.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:04.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:04 smithi022 bash[28554]: cluster 2023-12-07T20:20:03.232886+0000 mgr.a (mgr.24293) 25244 : cluster 0 pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:04 smithi044 bash[32620]: cluster 2023-12-07T20:20:03.232886+0000 mgr.a (mgr.24293) 25244 : cluster 0 pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:04 smithi027 bash[31536]: cluster 2023-12-07T20:20:03.232886+0000 mgr.a (mgr.24293) 25244 : cluster 0 pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:05.560 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:05.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:05.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:05.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:05.561 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:06 smithi022 bash[28554]: audit 2023-12-07T20:20:05.026976+0000 mgr.a (mgr.24293) 25245 : audit 0 from='client.495186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:06 smithi022 bash[28554]: cluster 2023-12-07T20:20:05.233590+0000 mgr.a (mgr.24293) 25246 : cluster 0 pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:06 smithi044 bash[32620]: audit 2023-12-07T20:20:05.026976+0000 mgr.a (mgr.24293) 25245 : audit 0 from='client.495186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:06 smithi044 bash[32620]: cluster 2023-12-07T20:20:05.233590+0000 mgr.a (mgr.24293) 25246 : cluster 0 pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:06 smithi027 bash[31536]: audit 2023-12-07T20:20:05.026976+0000 mgr.a (mgr.24293) 25245 : audit 0 from='client.495186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:06 smithi027 bash[31536]: cluster 2023-12-07T20:20:05.233590+0000 mgr.a (mgr.24293) 25246 : cluster 0 pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:08 smithi022 bash[28554]: cluster 2023-12-07T20:20:07.234479+0000 mgr.a (mgr.24293) 25247 : cluster 0 pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:20:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:08 smithi044 bash[32620]: cluster 2023-12-07T20:20:07.234479+0000 mgr.a (mgr.24293) 25247 : cluster 0 pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:20:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:08 smithi027 bash[31536]: cluster 2023-12-07T20:20:07.234479+0000 mgr.a (mgr.24293) 25247 : cluster 0 pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:20:10.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:10.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:10.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:10.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:10 smithi022 bash[28554]: cluster 2023-12-07T20:20:09.235051+0000 mgr.a (mgr.24293) 25248 : cluster 0 pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:20:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:10 smithi044 bash[32620]: cluster 2023-12-07T20:20:09.235051+0000 mgr.a (mgr.24293) 25248 : cluster 0 pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:20:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:10 smithi027 bash[31536]: cluster 2023-12-07T20:20:09.235051+0000 mgr.a (mgr.24293) 25248 : cluster 0 pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:20:11.524 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:11.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:11.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:11.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:11.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:12 smithi022 bash[28554]: audit 2023-12-07T20:20:10.972381+0000 mgr.a (mgr.24293) 25249 : audit 0 from='client.495258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:12 smithi022 bash[28554]: cluster 2023-12-07T20:20:11.236063+0000 mgr.a (mgr.24293) 25250 : cluster 0 pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:12 smithi044 bash[32620]: audit 2023-12-07T20:20:10.972381+0000 mgr.a (mgr.24293) 25249 : audit 0 from='client.495258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:12 smithi044 bash[32620]: cluster 2023-12-07T20:20:11.236063+0000 mgr.a (mgr.24293) 25250 : cluster 0 pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:12 smithi027 bash[31536]: audit 2023-12-07T20:20:10.972381+0000 mgr.a (mgr.24293) 25249 : audit 0 from='client.495258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:12 smithi027 bash[31536]: cluster 2023-12-07T20:20:11.236063+0000 mgr.a (mgr.24293) 25250 : cluster 0 pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:14 smithi022 bash[28554]: cluster 2023-12-07T20:20:13.236729+0000 mgr.a (mgr.24293) 25251 : cluster 0 pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:14 smithi044 bash[32620]: cluster 2023-12-07T20:20:13.236729+0000 mgr.a (mgr.24293) 25251 : cluster 0 pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:14 smithi027 bash[31536]: cluster 2023-12-07T20:20:13.236729+0000 mgr.a (mgr.24293) 25251 : cluster 0 pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:16.528 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:16.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:16.529 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:16.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:16 smithi022 bash[28554]: cluster 2023-12-07T20:20:15.237292+0000 mgr.a (mgr.24293) 25252 : cluster 0 pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:16 smithi044 bash[32620]: cluster 2023-12-07T20:20:15.237292+0000 mgr.a (mgr.24293) 25252 : cluster 0 pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:16 smithi027 bash[31536]: cluster 2023-12-07T20:20:15.237292+0000 mgr.a (mgr.24293) 25252 : cluster 0 pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:17.477 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:17.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:17.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:17.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:17.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:18 smithi022 bash[28554]: audit 2023-12-07T20:20:16.946373+0000 mgr.a (mgr.24293) 25253 : audit 0 from='client.495336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:18 smithi022 bash[28554]: cluster 2023-12-07T20:20:17.238481+0000 mgr.a (mgr.24293) 25254 : cluster 0 pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:18 smithi044 bash[32620]: audit 2023-12-07T20:20:16.946373+0000 mgr.a (mgr.24293) 25253 : audit 0 from='client.495336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:18 smithi044 bash[32620]: cluster 2023-12-07T20:20:17.238481+0000 mgr.a (mgr.24293) 25254 : cluster 0 pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:18 smithi027 bash[31536]: audit 2023-12-07T20:20:16.946373+0000 mgr.a (mgr.24293) 25253 : audit 0 from='client.495336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:18 smithi027 bash[31536]: cluster 2023-12-07T20:20:17.238481+0000 mgr.a (mgr.24293) 25254 : cluster 0 pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:20 smithi022 bash[28554]: cluster 2023-12-07T20:20:19.239149+0000 mgr.a (mgr.24293) 25255 : cluster 0 pgmap v18886: 33 pgs: 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:20:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:20 smithi044 bash[32620]: cluster 2023-12-07T20:20:19.239149+0000 mgr.a (mgr.24293) 25255 : cluster 0 pgmap v18886: 33 pgs: 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:20:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:20 smithi027 bash[31536]: cluster 2023-12-07T20:20:19.239149+0000 mgr.a (mgr.24293) 25255 : cluster 0 pgmap v18886: 33 pgs: 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:20:22.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:22.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:22.481 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:22.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:22 smithi022 bash[28554]: cluster 2023-12-07T20:20:21.239978+0000 mgr.a (mgr.24293) 25256 : cluster 0 pgmap v18887: 33 pgs: 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:20:22.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:22 smithi044 bash[32620]: cluster 2023-12-07T20:20:21.239978+0000 mgr.a (mgr.24293) 25256 : cluster 0 pgmap v18887: 33 pgs: 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:20:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:22 smithi027 bash[31536]: cluster 2023-12-07T20:20:21.239978+0000 mgr.a (mgr.24293) 25256 : cluster 0 pgmap v18887: 33 pgs: 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:20:23.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:23.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:23.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:23.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:23.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:24 smithi022 bash[28554]: audit 2023-12-07T20:20:22.901953+0000 mgr.a (mgr.24293) 25257 : audit 0 from='client.495414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:24 smithi022 bash[28554]: cluster 2023-12-07T20:20:23.240745+0000 mgr.a (mgr.24293) 25258 : cluster 0 pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:24 smithi044 bash[32620]: audit 2023-12-07T20:20:22.901953+0000 mgr.a (mgr.24293) 25257 : audit 0 from='client.495414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:24 smithi044 bash[32620]: cluster 2023-12-07T20:20:23.240745+0000 mgr.a (mgr.24293) 25258 : cluster 0 pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:24 smithi027 bash[31536]: audit 2023-12-07T20:20:22.901953+0000 mgr.a (mgr.24293) 25257 : audit 0 from='client.495414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:24 smithi027 bash[31536]: cluster 2023-12-07T20:20:23.240745+0000 mgr.a (mgr.24293) 25258 : cluster 0 pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:26.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:26 smithi022 bash[28554]: cluster 2023-12-07T20:20:25.241440+0000 mgr.a (mgr.24293) 25259 : cluster 0 pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:26 smithi044 bash[32620]: cluster 2023-12-07T20:20:25.241440+0000 mgr.a (mgr.24293) 25259 : cluster 0 pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:26 smithi027 bash[31536]: cluster 2023-12-07T20:20:25.241440+0000 mgr.a (mgr.24293) 25259 : cluster 0 pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:27.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:27 smithi022 bash[28554]: audit 2023-12-07T20:20:26.992966+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:27 smithi044 bash[32620]: audit 2023-12-07T20:20:26.992966+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:27.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:27 smithi027 bash[31536]: audit 2023-12-07T20:20:26.992966+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:28.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:28.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:28.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:28.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:28 smithi022 bash[28554]: cluster 2023-12-07T20:20:27.242287+0000 mgr.a (mgr.24293) 25260 : cluster 0 pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:28 smithi022 bash[28554]: audit 2023-12-07T20:20:27.521918+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:28 smithi022 bash[28554]: audit 2023-12-07T20:20:27.528127+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:28 smithi022 bash[28554]: audit 2023-12-07T20:20:28.267465+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:28 smithi022 bash[28554]: audit 2023-12-07T20:20:28.269277+0000 mon.a (mon.0) 3922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:28 smithi022 bash[28554]: audit 2023-12-07T20:20:28.279369+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:28 smithi044 bash[32620]: cluster 2023-12-07T20:20:27.242287+0000 mgr.a (mgr.24293) 25260 : cluster 0 pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:28 smithi044 bash[32620]: audit 2023-12-07T20:20:27.521918+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:28 smithi044 bash[32620]: audit 2023-12-07T20:20:27.528127+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:28 smithi044 bash[32620]: audit 2023-12-07T20:20:28.267465+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:28 smithi044 bash[32620]: audit 2023-12-07T20:20:28.269277+0000 mon.a (mon.0) 3922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:28 smithi044 bash[32620]: audit 2023-12-07T20:20:28.279369+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:28 smithi027 bash[31536]: cluster 2023-12-07T20:20:27.242287+0000 mgr.a (mgr.24293) 25260 : cluster 0 pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:28 smithi027 bash[31536]: audit 2023-12-07T20:20:27.521918+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:28 smithi027 bash[31536]: audit 2023-12-07T20:20:27.528127+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:28 smithi027 bash[31536]: audit 2023-12-07T20:20:28.267465+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:28 smithi027 bash[31536]: audit 2023-12-07T20:20:28.269277+0000 mon.a (mon.0) 3922 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:28 smithi027 bash[31536]: audit 2023-12-07T20:20:28.279369+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:20:29.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:29.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:29.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:29.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:29.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:30 smithi022 bash[28554]: audit 2023-12-07T20:20:28.847664+0000 mgr.a (mgr.24293) 25261 : audit 0 from='client.495489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:30 smithi022 bash[28554]: cluster 2023-12-07T20:20:29.243438+0000 mgr.a (mgr.24293) 25262 : cluster 0 pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:30 smithi044 bash[32620]: audit 2023-12-07T20:20:28.847664+0000 mgr.a (mgr.24293) 25261 : audit 0 from='client.495489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:30 smithi044 bash[32620]: cluster 2023-12-07T20:20:29.243438+0000 mgr.a (mgr.24293) 25262 : cluster 0 pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:30 smithi027 bash[31536]: audit 2023-12-07T20:20:28.847664+0000 mgr.a (mgr.24293) 25261 : audit 0 from='client.495489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:30 smithi027 bash[31536]: cluster 2023-12-07T20:20:29.243438+0000 mgr.a (mgr.24293) 25262 : cluster 0 pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:32 smithi022 bash[28554]: cluster 2023-12-07T20:20:31.244334+0000 mgr.a (mgr.24293) 25263 : cluster 0 pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:32 smithi044 bash[32620]: cluster 2023-12-07T20:20:31.244334+0000 mgr.a (mgr.24293) 25263 : cluster 0 pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:32 smithi027 bash[31536]: cluster 2023-12-07T20:20:31.244334+0000 mgr.a (mgr.24293) 25263 : cluster 0 pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:34.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:34.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:34.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:34 smithi022 bash[28554]: cluster 2023-12-07T20:20:33.244869+0000 mgr.a (mgr.24293) 25264 : cluster 0 pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:34 smithi044 bash[32620]: cluster 2023-12-07T20:20:33.244869+0000 mgr.a (mgr.24293) 25264 : cluster 0 pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:34 smithi027 bash[31536]: cluster 2023-12-07T20:20:33.244869+0000 mgr.a (mgr.24293) 25264 : cluster 0 pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:35.303 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:35.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:35.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:35.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:35.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:36 smithi022 bash[28554]: audit 2023-12-07T20:20:34.790122+0000 mgr.a (mgr.24293) 25265 : audit 0 from='client.495564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:36 smithi022 bash[28554]: cluster 2023-12-07T20:20:35.245496+0000 mgr.a (mgr.24293) 25266 : cluster 0 pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:36 smithi044 bash[32620]: audit 2023-12-07T20:20:34.790122+0000 mgr.a (mgr.24293) 25265 : audit 0 from='client.495564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:36 smithi044 bash[32620]: cluster 2023-12-07T20:20:35.245496+0000 mgr.a (mgr.24293) 25266 : cluster 0 pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:36 smithi027 bash[31536]: audit 2023-12-07T20:20:34.790122+0000 mgr.a (mgr.24293) 25265 : audit 0 from='client.495564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:36 smithi027 bash[31536]: cluster 2023-12-07T20:20:35.245496+0000 mgr.a (mgr.24293) 25266 : cluster 0 pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:38 smithi022 bash[28554]: cluster 2023-12-07T20:20:37.246331+0000 mgr.a (mgr.24293) 25267 : cluster 0 pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:38 smithi044 bash[32620]: cluster 2023-12-07T20:20:37.246331+0000 mgr.a (mgr.24293) 25267 : cluster 0 pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:38 smithi027 bash[31536]: cluster 2023-12-07T20:20:37.246331+0000 mgr.a (mgr.24293) 25267 : cluster 0 pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:40.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:40.307 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:40.308 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:40 smithi022 bash[28554]: cluster 2023-12-07T20:20:39.247041+0000 mgr.a (mgr.24293) 25268 : cluster 0 pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:40 smithi044 bash[32620]: cluster 2023-12-07T20:20:39.247041+0000 mgr.a (mgr.24293) 25268 : cluster 0 pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:40 smithi027 bash[31536]: cluster 2023-12-07T20:20:39.247041+0000 mgr.a (mgr.24293) 25268 : cluster 0 pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:41.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:41.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:41.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:41.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:41.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:42.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:42 smithi022 bash[28554]: audit 2023-12-07T20:20:40.717998+0000 mgr.a (mgr.24293) 25269 : audit 0 from='client.495639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:42 smithi022 bash[28554]: cluster 2023-12-07T20:20:41.248099+0000 mgr.a (mgr.24293) 25270 : cluster 0 pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:42 smithi044 bash[32620]: audit 2023-12-07T20:20:40.717998+0000 mgr.a (mgr.24293) 25269 : audit 0 from='client.495639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:42 smithi044 bash[32620]: cluster 2023-12-07T20:20:41.248099+0000 mgr.a (mgr.24293) 25270 : cluster 0 pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:42 smithi027 bash[31536]: audit 2023-12-07T20:20:40.717998+0000 mgr.a (mgr.24293) 25269 : audit 0 from='client.495639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:42 smithi027 bash[31536]: cluster 2023-12-07T20:20:41.248099+0000 mgr.a (mgr.24293) 25270 : cluster 0 pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:44 smithi022 bash[28554]: cluster 2023-12-07T20:20:43.248684+0000 mgr.a (mgr.24293) 25271 : cluster 0 pgmap v18898: 33 pgs: 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:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:44 smithi044 bash[32620]: cluster 2023-12-07T20:20:43.248684+0000 mgr.a (mgr.24293) 25271 : cluster 0 pgmap v18898: 33 pgs: 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:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:44 smithi027 bash[31536]: cluster 2023-12-07T20:20:43.248684+0000 mgr.a (mgr.24293) 25271 : cluster 0 pgmap v18898: 33 pgs: 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:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:46.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:46.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:46 smithi022 bash[28554]: cluster 2023-12-07T20:20:45.249251+0000 mgr.a (mgr.24293) 25272 : cluster 0 pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:46 smithi044 bash[32620]: cluster 2023-12-07T20:20:45.249251+0000 mgr.a (mgr.24293) 25272 : cluster 0 pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:46 smithi027 bash[31536]: cluster 2023-12-07T20:20:45.249251+0000 mgr.a (mgr.24293) 25272 : cluster 0 pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:47.175 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:47.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:47.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:47.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:47.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:47.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:47 smithi022 bash[28554]: audit 2023-12-07T20:20:46.647307+0000 mgr.a (mgr.24293) 25273 : audit 0 from='client.495711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:47 smithi044 bash[32620]: audit 2023-12-07T20:20:46.647307+0000 mgr.a (mgr.24293) 25273 : audit 0 from='client.495711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:47 smithi027 bash[31536]: audit 2023-12-07T20:20:46.647307+0000 mgr.a (mgr.24293) 25273 : audit 0 from='client.495711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:48 smithi022 bash[28554]: cluster 2023-12-07T20:20:47.250431+0000 mgr.a (mgr.24293) 25274 : cluster 0 pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:48 smithi044 bash[32620]: cluster 2023-12-07T20:20:47.250431+0000 mgr.a (mgr.24293) 25274 : cluster 0 pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:48 smithi027 bash[31536]: cluster 2023-12-07T20:20:47.250431+0000 mgr.a (mgr.24293) 25274 : cluster 0 pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:50 smithi022 bash[28554]: cluster 2023-12-07T20:20:49.251218+0000 mgr.a (mgr.24293) 25275 : cluster 0 pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:50.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:50 smithi027 bash[31536]: cluster 2023-12-07T20:20:49.251218+0000 mgr.a (mgr.24293) 25275 : cluster 0 pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:50.955 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:50 smithi044 bash[32620]: cluster 2023-12-07T20:20:49.251218+0000 mgr.a (mgr.24293) 25275 : cluster 0 pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:52.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:52.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:52.180 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:52 smithi022 bash[28554]: cluster 2023-12-07T20:20:51.252216+0000 mgr.a (mgr.24293) 25276 : cluster 0 pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:52 smithi044 bash[32620]: cluster 2023-12-07T20:20:51.252216+0000 mgr.a (mgr.24293) 25276 : cluster 0 pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:52 smithi027 bash[31536]: cluster 2023-12-07T20:20:51.252216+0000 mgr.a (mgr.24293) 25276 : cluster 0 pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:53.127 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:53.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:53.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:53.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:53.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:53.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:53 smithi022 bash[28554]: audit 2023-12-07T20:20:52.603746+0000 mgr.a (mgr.24293) 25277 : audit 0 from='client.495786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:53 smithi044 bash[32620]: audit 2023-12-07T20:20:52.603746+0000 mgr.a (mgr.24293) 25277 : audit 0 from='client.495786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:53 smithi027 bash[31536]: audit 2023-12-07T20:20:52.603746+0000 mgr.a (mgr.24293) 25277 : audit 0 from='client.495786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:54.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:54 smithi022 bash[28554]: cluster 2023-12-07T20:20:53.252939+0000 mgr.a (mgr.24293) 25278 : cluster 0 pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:54 smithi044 bash[32620]: cluster 2023-12-07T20:20:53.252939+0000 mgr.a (mgr.24293) 25278 : cluster 0 pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:54 smithi027 bash[31536]: cluster 2023-12-07T20:20:53.252939+0000 mgr.a (mgr.24293) 25278 : cluster 0 pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:56 smithi022 bash[28554]: cluster 2023-12-07T20:20:55.253515+0000 mgr.a (mgr.24293) 25279 : cluster 0 pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:56 smithi044 bash[32620]: cluster 2023-12-07T20:20:55.253515+0000 mgr.a (mgr.24293) 25279 : cluster 0 pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:56 smithi027 bash[31536]: cluster 2023-12-07T20:20:55.253515+0000 mgr.a (mgr.24293) 25279 : cluster 0 pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:58.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:20:58.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:58.131 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:58.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:58 smithi022 bash[28554]: cluster 2023-12-07T20:20:57.254435+0000 mgr.a (mgr.24293) 25280 : cluster 0 pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:58 smithi044 bash[32620]: cluster 2023-12-07T20:20:57.254435+0000 mgr.a (mgr.24293) 25280 : cluster 0 pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:58 smithi027 bash[31536]: cluster 2023-12-07T20:20:57.254435+0000 mgr.a (mgr.24293) 25280 : cluster 0 pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:59.058 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:20:59.058 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:20:59.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:20:59 smithi022 bash[28554]: audit 2023-12-07T20:20:58.541652+0000 mgr.a (mgr.24293) 25281 : audit 0 from='client.495861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:20:59 smithi044 bash[32620]: audit 2023-12-07T20:20:58.541652+0000 mgr.a (mgr.24293) 25281 : audit 0 from='client.495861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:20:59 smithi027 bash[31536]: audit 2023-12-07T20:20:58.541652+0000 mgr.a (mgr.24293) 25281 : audit 0 from='client.495861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:00 smithi022 bash[28554]: cluster 2023-12-07T20:20:59.255218+0000 mgr.a (mgr.24293) 25282 : cluster 0 pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:00 smithi044 bash[32620]: cluster 2023-12-07T20:20:59.255218+0000 mgr.a (mgr.24293) 25282 : cluster 0 pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:00 smithi027 bash[31536]: cluster 2023-12-07T20:20:59.255218+0000 mgr.a (mgr.24293) 25282 : cluster 0 pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:02 smithi022 bash[28554]: cluster 2023-12-07T20:21:01.256102+0000 mgr.a (mgr.24293) 25283 : cluster 0 pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:02 smithi044 bash[32620]: cluster 2023-12-07T20:21:01.256102+0000 mgr.a (mgr.24293) 25283 : cluster 0 pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:02 smithi027 bash[31536]: cluster 2023-12-07T20:21:01.256102+0000 mgr.a (mgr.24293) 25283 : cluster 0 pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:04.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:04.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:04.061 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:04 smithi022 bash[28554]: cluster 2023-12-07T20:21:03.256683+0000 mgr.a (mgr.24293) 25284 : cluster 0 pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:04 smithi044 bash[32620]: cluster 2023-12-07T20:21:03.256683+0000 mgr.a (mgr.24293) 25284 : cluster 0 pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:04 smithi027 bash[31536]: cluster 2023-12-07T20:21:03.256683+0000 mgr.a (mgr.24293) 25284 : cluster 0 pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:05.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:05.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:05.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:05.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:05.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:05 smithi022 bash[28554]: audit 2023-12-07T20:21:04.471410+0000 mgr.a (mgr.24293) 25285 : audit 0 from='client.495939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:05 smithi044 bash[32620]: audit 2023-12-07T20:21:04.471410+0000 mgr.a (mgr.24293) 25285 : audit 0 from='client.495939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:05.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:05 smithi027 bash[31536]: audit 2023-12-07T20:21:04.471410+0000 mgr.a (mgr.24293) 25285 : audit 0 from='client.495939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:06 smithi022 bash[28554]: cluster 2023-12-07T20:21:05.257384+0000 mgr.a (mgr.24293) 25286 : cluster 0 pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:06 smithi044 bash[32620]: cluster 2023-12-07T20:21:05.257384+0000 mgr.a (mgr.24293) 25286 : cluster 0 pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:06 smithi027 bash[31536]: cluster 2023-12-07T20:21:05.257384+0000 mgr.a (mgr.24293) 25286 : cluster 0 pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:08 smithi022 bash[28554]: cluster 2023-12-07T20:21:07.258275+0000 mgr.a (mgr.24293) 25287 : cluster 0 pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:08 smithi044 bash[32620]: cluster 2023-12-07T20:21:07.258275+0000 mgr.a (mgr.24293) 25287 : cluster 0 pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:08 smithi027 bash[31536]: cluster 2023-12-07T20:21:07.258275+0000 mgr.a (mgr.24293) 25287 : cluster 0 pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:10.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:10.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:10.014 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:10 smithi022 bash[28554]: cluster 2023-12-07T20:21:09.258854+0000 mgr.a (mgr.24293) 25288 : cluster 0 pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:10 smithi044 bash[32620]: cluster 2023-12-07T20:21:09.258854+0000 mgr.a (mgr.24293) 25288 : cluster 0 pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:10.945 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:10.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:10.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:10.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:10.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:10 smithi027 bash[31536]: cluster 2023-12-07T20:21:09.258854+0000 mgr.a (mgr.24293) 25288 : cluster 0 pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:11 smithi022 bash[28554]: audit 2023-12-07T20:21:10.430945+0000 mgr.a (mgr.24293) 25289 : audit 0 from='client.496017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:11 smithi044 bash[32620]: audit 2023-12-07T20:21:10.430945+0000 mgr.a (mgr.24293) 25289 : audit 0 from='client.496017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:11 smithi027 bash[31536]: audit 2023-12-07T20:21:10.430945+0000 mgr.a (mgr.24293) 25289 : audit 0 from='client.496017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:12 smithi022 bash[28554]: cluster 2023-12-07T20:21:11.260013+0000 mgr.a (mgr.24293) 25290 : cluster 0 pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:12 smithi044 bash[32620]: cluster 2023-12-07T20:21:11.260013+0000 mgr.a (mgr.24293) 25290 : cluster 0 pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:12 smithi027 bash[31536]: cluster 2023-12-07T20:21:11.260013+0000 mgr.a (mgr.24293) 25290 : cluster 0 pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:14 smithi022 bash[28554]: cluster 2023-12-07T20:21:13.260608+0000 mgr.a (mgr.24293) 25291 : cluster 0 pgmap v18913: 33 pgs: 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:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:14 smithi044 bash[32620]: cluster 2023-12-07T20:21:13.260608+0000 mgr.a (mgr.24293) 25291 : cluster 0 pgmap v18913: 33 pgs: 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:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:14 smithi027 bash[31536]: cluster 2023-12-07T20:21:13.260608+0000 mgr.a (mgr.24293) 25291 : cluster 0 pgmap v18913: 33 pgs: 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:15.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:15.948 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:15.949 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:16.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:16.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:16.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:16.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:16.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:16 smithi022 bash[28554]: cluster 2023-12-07T20:21:15.261186+0000 mgr.a (mgr.24293) 25292 : cluster 0 pgmap v18914: 33 pgs: 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:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:16 smithi044 bash[32620]: cluster 2023-12-07T20:21:15.261186+0000 mgr.a (mgr.24293) 25292 : cluster 0 pgmap v18914: 33 pgs: 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:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:16 smithi027 bash[31536]: cluster 2023-12-07T20:21:15.261186+0000 mgr.a (mgr.24293) 25292 : cluster 0 pgmap v18914: 33 pgs: 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:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:17 smithi022 bash[28554]: audit 2023-12-07T20:21:16.367922+0000 mgr.a (mgr.24293) 25293 : audit 0 from='client.496095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:17 smithi044 bash[32620]: audit 2023-12-07T20:21:16.367922+0000 mgr.a (mgr.24293) 25293 : audit 0 from='client.496095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:17 smithi027 bash[31536]: audit 2023-12-07T20:21:16.367922+0000 mgr.a (mgr.24293) 25293 : audit 0 from='client.496095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:18 smithi022 bash[28554]: cluster 2023-12-07T20:21:17.262376+0000 mgr.a (mgr.24293) 25294 : cluster 0 pgmap v18915: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:18 smithi044 bash[32620]: cluster 2023-12-07T20:21:17.262376+0000 mgr.a (mgr.24293) 25294 : cluster 0 pgmap v18915: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:18 smithi027 bash[31536]: cluster 2023-12-07T20:21:17.262376+0000 mgr.a (mgr.24293) 25294 : cluster 0 pgmap v18915: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:20 smithi022 bash[28554]: cluster 2023-12-07T20:21:19.263000+0000 mgr.a (mgr.24293) 25295 : cluster 0 pgmap v18916: 33 pgs: 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:20 smithi044 bash[32620]: cluster 2023-12-07T20:21:19.263000+0000 mgr.a (mgr.24293) 25295 : cluster 0 pgmap v18916: 33 pgs: 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:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:20 smithi027 bash[31536]: cluster 2023-12-07T20:21:19.263000+0000 mgr.a (mgr.24293) 25295 : cluster 0 pgmap v18916: 33 pgs: 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:21.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:21.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:21.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:22.843 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:22.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:22.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:22.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:22.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:22.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:22 smithi022 bash[28554]: cluster 2023-12-07T20:21:21.263816+0000 mgr.a (mgr.24293) 25296 : cluster 0 pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:22 smithi044 bash[32620]: cluster 2023-12-07T20:21:21.263816+0000 mgr.a (mgr.24293) 25296 : cluster 0 pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:22 smithi027 bash[31536]: cluster 2023-12-07T20:21:21.263816+0000 mgr.a (mgr.24293) 25296 : cluster 0 pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:23.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:23 smithi022 bash[28554]: audit 2023-12-07T20:21:22.306864+0000 mgr.a (mgr.24293) 25297 : audit 0 from='client.496173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:23 smithi044 bash[32620]: audit 2023-12-07T20:21:22.306864+0000 mgr.a (mgr.24293) 25297 : audit 0 from='client.496173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:23 smithi027 bash[31536]: audit 2023-12-07T20:21:22.306864+0000 mgr.a (mgr.24293) 25297 : audit 0 from='client.496173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:24 smithi027 bash[31536]: cluster 2023-12-07T20:21:23.264561+0000 mgr.a (mgr.24293) 25298 : cluster 0 pgmap v18918: 33 pgs: 33 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:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:24 smithi022 bash[28554]: cluster 2023-12-07T20:21:23.264561+0000 mgr.a (mgr.24293) 25298 : cluster 0 pgmap v18918: 33 pgs: 33 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:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:24 smithi044 bash[32620]: cluster 2023-12-07T20:21:23.264561+0000 mgr.a (mgr.24293) 25298 : cluster 0 pgmap v18918: 33 pgs: 33 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:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:25 smithi027 bash[31536]: cluster 2023-12-07T20:21:25.265181+0000 mgr.a (mgr.24293) 25299 : cluster 0 pgmap v18919: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:25 smithi022 bash[28554]: cluster 2023-12-07T20:21:25.265181+0000 mgr.a (mgr.24293) 25299 : cluster 0 pgmap v18919: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:25 smithi044 bash[32620]: cluster 2023-12-07T20:21:25.265181+0000 mgr.a (mgr.24293) 25299 : cluster 0 pgmap v18919: 33 pgs: 33 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:27.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:27.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:27.847 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:28.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:28 smithi022 bash[28554]: cluster 2023-12-07T20:21:27.265965+0000 mgr.a (mgr.24293) 25300 : cluster 0 pgmap v18920: 33 pgs: 33 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:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:28 smithi044 bash[32620]: cluster 2023-12-07T20:21:27.265965+0000 mgr.a (mgr.24293) 25300 : cluster 0 pgmap v18920: 33 pgs: 33 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:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:28 smithi027 bash[31536]: cluster 2023-12-07T20:21:27.265965+0000 mgr.a (mgr.24293) 25300 : cluster 0 pgmap v18920: 33 pgs: 33 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:28.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:28.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:28.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:28.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:28.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:29.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:29 smithi022 bash[28554]: audit 2023-12-07T20:21:28.258411+0000 mgr.a (mgr.24293) 25301 : audit 0 from='client.496251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:29 smithi022 bash[28554]: audit 2023-12-07T20:21:28.383403+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:29 smithi022 bash[28554]: audit 2023-12-07T20:21:28.931056+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:29 smithi022 bash[28554]: audit 2023-12-07T20:21:28.937204+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:29 smithi022 bash[28554]: audit 2023-12-07T20:21:28.967360+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:29 smithi022 bash[28554]: audit 2023-12-07T20:21:28.973282+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:29 smithi044 bash[32620]: audit 2023-12-07T20:21:28.258411+0000 mgr.a (mgr.24293) 25301 : audit 0 from='client.496251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:29 smithi044 bash[32620]: audit 2023-12-07T20:21:28.383403+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:29 smithi044 bash[32620]: audit 2023-12-07T20:21:28.931056+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:29 smithi044 bash[32620]: audit 2023-12-07T20:21:28.937204+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:29 smithi044 bash[32620]: audit 2023-12-07T20:21:28.967360+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:29 smithi044 bash[32620]: audit 2023-12-07T20:21:28.973282+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:29 smithi027 bash[31536]: audit 2023-12-07T20:21:28.258411+0000 mgr.a (mgr.24293) 25301 : audit 0 from='client.496251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:29 smithi027 bash[31536]: audit 2023-12-07T20:21:28.383403+0000 mon.a (mon.0) 3924 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:29 smithi027 bash[31536]: audit 2023-12-07T20:21:28.931056+0000 mon.a (mon.0) 3925 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:29 smithi027 bash[31536]: audit 2023-12-07T20:21:28.937204+0000 mon.a (mon.0) 3926 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:29 smithi027 bash[31536]: audit 2023-12-07T20:21:28.967360+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:29 smithi027 bash[31536]: audit 2023-12-07T20:21:28.973282+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:30.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:30 smithi022 bash[28554]: cluster 2023-12-07T20:21:29.266714+0000 mgr.a (mgr.24293) 25302 : cluster 0 pgmap v18921: 33 pgs: 33 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:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:30 smithi022 bash[28554]: audit 2023-12-07T20:21:29.659019+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:30 smithi022 bash[28554]: audit 2023-12-07T20:21:29.660661+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:30 smithi022 bash[28554]: audit 2023-12-07T20:21:29.669824+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:30 smithi044 bash[32620]: cluster 2023-12-07T20:21:29.266714+0000 mgr.a (mgr.24293) 25302 : cluster 0 pgmap v18921: 33 pgs: 33 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:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:30 smithi044 bash[32620]: audit 2023-12-07T20:21:29.659019+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:30 smithi044 bash[32620]: audit 2023-12-07T20:21:29.660661+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:30 smithi044 bash[32620]: audit 2023-12-07T20:21:29.669824+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:30 smithi027 bash[31536]: cluster 2023-12-07T20:21:29.266714+0000 mgr.a (mgr.24293) 25302 : cluster 0 pgmap v18921: 33 pgs: 33 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:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:30 smithi027 bash[31536]: audit 2023-12-07T20:21:29.659019+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:30 smithi027 bash[31536]: audit 2023-12-07T20:21:29.660661+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:30 smithi027 bash[31536]: audit 2023-12-07T20:21:29.669824+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:21:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:32 smithi022 bash[28554]: cluster 2023-12-07T20:21:31.267583+0000 mgr.a (mgr.24293) 25303 : cluster 0 pgmap v18922: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:32 smithi044 bash[32620]: cluster 2023-12-07T20:21:31.267583+0000 mgr.a (mgr.24293) 25303 : cluster 0 pgmap v18922: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:32 smithi027 bash[31536]: cluster 2023-12-07T20:21:31.267583+0000 mgr.a (mgr.24293) 25303 : cluster 0 pgmap v18922: 33 pgs: 33 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:33.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:33.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:33.776 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:34 smithi022 bash[28554]: cluster 2023-12-07T20:21:33.268174+0000 mgr.a (mgr.24293) 25304 : cluster 0 pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:34 smithi044 bash[32620]: cluster 2023-12-07T20:21:33.268174+0000 mgr.a (mgr.24293) 25304 : cluster 0 pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:34 smithi027 bash[31536]: cluster 2023-12-07T20:21:33.268174+0000 mgr.a (mgr.24293) 25304 : cluster 0 pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:34.718 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:34.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:34.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:34.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:34.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:35 smithi022 bash[28554]: audit 2023-12-07T20:21:34.192716+0000 mgr.a (mgr.24293) 25305 : audit 0 from='client.496326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:35 smithi044 bash[32620]: audit 2023-12-07T20:21:34.192716+0000 mgr.a (mgr.24293) 25305 : audit 0 from='client.496326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:35 smithi027 bash[31536]: audit 2023-12-07T20:21:34.192716+0000 mgr.a (mgr.24293) 25305 : audit 0 from='client.496326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:36 smithi022 bash[28554]: cluster 2023-12-07T20:21:35.268910+0000 mgr.a (mgr.24293) 25306 : cluster 0 pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:36 smithi044 bash[32620]: cluster 2023-12-07T20:21:35.268910+0000 mgr.a (mgr.24293) 25306 : cluster 0 pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:36 smithi027 bash[31536]: cluster 2023-12-07T20:21:35.268910+0000 mgr.a (mgr.24293) 25306 : cluster 0 pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:38 smithi022 bash[28554]: cluster 2023-12-07T20:21:37.269789+0000 mgr.a (mgr.24293) 25307 : cluster 0 pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:38 smithi044 bash[32620]: cluster 2023-12-07T20:21:37.269789+0000 mgr.a (mgr.24293) 25307 : cluster 0 pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:38 smithi027 bash[31536]: cluster 2023-12-07T20:21:37.269789+0000 mgr.a (mgr.24293) 25307 : cluster 0 pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:39.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:39.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:39.722 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:40.651 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:40.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:40.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:40.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:40.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:40 smithi022 bash[28554]: cluster 2023-12-07T20:21:39.270529+0000 mgr.a (mgr.24293) 25308 : cluster 0 pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:40 smithi044 bash[32620]: cluster 2023-12-07T20:21:39.270529+0000 mgr.a (mgr.24293) 25308 : cluster 0 pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:40 smithi027 bash[31536]: cluster 2023-12-07T20:21:39.270529+0000 mgr.a (mgr.24293) 25308 : cluster 0 pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:41.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:41 smithi022 bash[28554]: audit 2023-12-07T20:21:40.129531+0000 mgr.a (mgr.24293) 25309 : audit 0 from='client.496398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:41 smithi044 bash[32620]: audit 2023-12-07T20:21:40.129531+0000 mgr.a (mgr.24293) 25309 : audit 0 from='client.496398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:41 smithi027 bash[31536]: audit 2023-12-07T20:21:40.129531+0000 mgr.a (mgr.24293) 25309 : audit 0 from='client.496398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:42.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:42 smithi022 bash[28554]: cluster 2023-12-07T20:21:41.271863+0000 mgr.a (mgr.24293) 25310 : cluster 0 pgmap v18927: 33 pgs: 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:21:42.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:42 smithi044 bash[32620]: cluster 2023-12-07T20:21:41.271863+0000 mgr.a (mgr.24293) 25310 : cluster 0 pgmap v18927: 33 pgs: 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:21:42.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:42 smithi027 bash[31536]: cluster 2023-12-07T20:21:41.271863+0000 mgr.a (mgr.24293) 25310 : cluster 0 pgmap v18927: 33 pgs: 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:21:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:44 smithi022 bash[28554]: cluster 2023-12-07T20:21:43.272474+0000 mgr.a (mgr.24293) 25311 : cluster 0 pgmap v18928: 33 pgs: 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:21:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:44 smithi044 bash[32620]: cluster 2023-12-07T20:21:43.272474+0000 mgr.a (mgr.24293) 25311 : cluster 0 pgmap v18928: 33 pgs: 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:21:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:44 smithi027 bash[31536]: cluster 2023-12-07T20:21:43.272474+0000 mgr.a (mgr.24293) 25311 : cluster 0 pgmap v18928: 33 pgs: 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:21:45.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:45.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:45.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:46.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:46.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:46.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:46.599 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:46.599 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:46 smithi022 bash[28554]: cluster 2023-12-07T20:21:45.273085+0000 mgr.a (mgr.24293) 25312 : cluster 0 pgmap v18929: 33 pgs: 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:21:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:46 smithi044 bash[32620]: cluster 2023-12-07T20:21:45.273085+0000 mgr.a (mgr.24293) 25312 : cluster 0 pgmap v18929: 33 pgs: 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:21:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:46 smithi027 bash[31536]: cluster 2023-12-07T20:21:45.273085+0000 mgr.a (mgr.24293) 25312 : cluster 0 pgmap v18929: 33 pgs: 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:21:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:47 smithi022 bash[28554]: audit 2023-12-07T20:21:46.067703+0000 mgr.a (mgr.24293) 25313 : audit 0 from='client.496473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:47 smithi044 bash[32620]: audit 2023-12-07T20:21:46.067703+0000 mgr.a (mgr.24293) 25313 : audit 0 from='client.496473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:47.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:47 smithi027 bash[31536]: audit 2023-12-07T20:21:46.067703+0000 mgr.a (mgr.24293) 25313 : audit 0 from='client.496473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:48 smithi022 bash[28554]: cluster 2023-12-07T20:21:47.274369+0000 mgr.a (mgr.24293) 25314 : cluster 0 pgmap v18930: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:48 smithi044 bash[32620]: cluster 2023-12-07T20:21:47.274369+0000 mgr.a (mgr.24293) 25314 : cluster 0 pgmap v18930: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:48 smithi027 bash[31536]: cluster 2023-12-07T20:21:47.274369+0000 mgr.a (mgr.24293) 25314 : cluster 0 pgmap v18930: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:50 smithi022 bash[28554]: cluster 2023-12-07T20:21:49.274960+0000 mgr.a (mgr.24293) 25315 : cluster 0 pgmap v18931: 33 pgs: 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:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:50 smithi044 bash[32620]: cluster 2023-12-07T20:21:49.274960+0000 mgr.a (mgr.24293) 25315 : cluster 0 pgmap v18931: 33 pgs: 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:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:50 smithi027 bash[31536]: cluster 2023-12-07T20:21:49.274960+0000 mgr.a (mgr.24293) 25315 : cluster 0 pgmap v18931: 33 pgs: 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:51.602 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:51.602 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:51.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:52.544 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:52.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:52.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:52.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:52.545 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:52 smithi022 bash[28554]: cluster 2023-12-07T20:21:51.275902+0000 mgr.a (mgr.24293) 25316 : cluster 0 pgmap v18932: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:52 smithi044 bash[32620]: cluster 2023-12-07T20:21:51.275902+0000 mgr.a (mgr.24293) 25316 : cluster 0 pgmap v18932: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:52 smithi027 bash[31536]: cluster 2023-12-07T20:21:51.275902+0000 mgr.a (mgr.24293) 25316 : cluster 0 pgmap v18932: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:53 smithi022 bash[28554]: audit 2023-12-07T20:21:52.018429+0000 mgr.a (mgr.24293) 25317 : audit 0 from='client.496548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:53 smithi044 bash[32620]: audit 2023-12-07T20:21:52.018429+0000 mgr.a (mgr.24293) 25317 : audit 0 from='client.496548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:53 smithi027 bash[31536]: audit 2023-12-07T20:21:52.018429+0000 mgr.a (mgr.24293) 25317 : audit 0 from='client.496548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:54 smithi022 bash[28554]: cluster 2023-12-07T20:21:53.276640+0000 mgr.a (mgr.24293) 25318 : cluster 0 pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:21:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:54 smithi044 bash[32620]: cluster 2023-12-07T20:21:53.276640+0000 mgr.a (mgr.24293) 25318 : cluster 0 pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:21:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:54 smithi027 bash[31536]: cluster 2023-12-07T20:21:53.276640+0000 mgr.a (mgr.24293) 25318 : cluster 0 pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:21:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:56 smithi022 bash[28554]: cluster 2023-12-07T20:21:55.277247+0000 mgr.a (mgr.24293) 25319 : cluster 0 pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:21:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:56 smithi044 bash[32620]: cluster 2023-12-07T20:21:55.277247+0000 mgr.a (mgr.24293) 25319 : cluster 0 pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:21:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:56 smithi027 bash[31536]: cluster 2023-12-07T20:21:55.277247+0000 mgr.a (mgr.24293) 25319 : cluster 0 pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:21:57.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:21:57.548 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:57.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:58.495 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:21:58.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:58.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:58.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:58.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:21:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:58 smithi022 bash[28554]: cluster 2023-12-07T20:21:57.278278+0000 mgr.a (mgr.24293) 25320 : cluster 0 pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:21:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:58 smithi044 bash[32620]: cluster 2023-12-07T20:21:57.278278+0000 mgr.a (mgr.24293) 25320 : cluster 0 pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:21:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:58 smithi027 bash[31536]: cluster 2023-12-07T20:21:57.278278+0000 mgr.a (mgr.24293) 25320 : cluster 0 pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:21:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:21:59 smithi022 bash[28554]: audit 2023-12-07T20:21:57.962908+0000 mgr.a (mgr.24293) 25321 : audit 0 from='client.496626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:21:59 smithi044 bash[32620]: audit 2023-12-07T20:21:57.962908+0000 mgr.a (mgr.24293) 25321 : audit 0 from='client.496626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:59.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:21:59 smithi027 bash[31536]: audit 2023-12-07T20:21:57.962908+0000 mgr.a (mgr.24293) 25321 : audit 0 from='client.496626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:00 smithi022 bash[28554]: cluster 2023-12-07T20:21:59.279092+0000 mgr.a (mgr.24293) 25322 : cluster 0 pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:00 smithi044 bash[32620]: cluster 2023-12-07T20:21:59.279092+0000 mgr.a (mgr.24293) 25322 : cluster 0 pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:00 smithi027 bash[31536]: cluster 2023-12-07T20:21:59.279092+0000 mgr.a (mgr.24293) 25322 : cluster 0 pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:02 smithi022 bash[28554]: cluster 2023-12-07T20:22:01.279903+0000 mgr.a (mgr.24293) 25323 : cluster 0 pgmap v18937: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:02 smithi044 bash[32620]: cluster 2023-12-07T20:22:01.279903+0000 mgr.a (mgr.24293) 25323 : cluster 0 pgmap v18937: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:02 smithi027 bash[31536]: cluster 2023-12-07T20:22:01.279903+0000 mgr.a (mgr.24293) 25323 : cluster 0 pgmap v18937: 33 pgs: 33 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:03.497 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:03.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:03.498 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:04.443 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:04.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:04.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:04.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:04.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:04 smithi022 bash[28554]: cluster 2023-12-07T20:22:03.280450+0000 mgr.a (mgr.24293) 25324 : cluster 0 pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:04 smithi044 bash[32620]: cluster 2023-12-07T20:22:03.280450+0000 mgr.a (mgr.24293) 25324 : cluster 0 pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:04 smithi027 bash[31536]: cluster 2023-12-07T20:22:03.280450+0000 mgr.a (mgr.24293) 25324 : cluster 0 pgmap v18938: 33 pgs: 33 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:05.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:05 smithi022 bash[28554]: audit 2023-12-07T20:22:03.918925+0000 mgr.a (mgr.24293) 25325 : audit 0 from='client.496704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:05 smithi044 bash[32620]: audit 2023-12-07T20:22:03.918925+0000 mgr.a (mgr.24293) 25325 : audit 0 from='client.496704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:05.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:05 smithi027 bash[31536]: audit 2023-12-07T20:22:03.918925+0000 mgr.a (mgr.24293) 25325 : audit 0 from='client.496704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:06 smithi022 bash[28554]: cluster 2023-12-07T20:22:05.281153+0000 mgr.a (mgr.24293) 25326 : cluster 0 pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:06 smithi044 bash[32620]: cluster 2023-12-07T20:22:05.281153+0000 mgr.a (mgr.24293) 25326 : cluster 0 pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:06 smithi027 bash[31536]: cluster 2023-12-07T20:22:05.281153+0000 mgr.a (mgr.24293) 25326 : cluster 0 pgmap v18939: 33 pgs: 33 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:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:08 smithi022 bash[28554]: cluster 2023-12-07T20:22:07.281975+0000 mgr.a (mgr.24293) 25327 : cluster 0 pgmap v18940: 33 pgs: 33 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:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:08 smithi044 bash[32620]: cluster 2023-12-07T20:22:07.281975+0000 mgr.a (mgr.24293) 25327 : cluster 0 pgmap v18940: 33 pgs: 33 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:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:08 smithi027 bash[31536]: cluster 2023-12-07T20:22:07.281975+0000 mgr.a (mgr.24293) 25327 : cluster 0 pgmap v18940: 33 pgs: 33 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:09.446 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:09.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:09.447 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:10.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:10.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:10.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:10.361 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:10.362 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:10 smithi044 bash[32620]: cluster 2023-12-07T20:22:09.282523+0000 mgr.a (mgr.24293) 25328 : cluster 0 pgmap v18941: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:10 smithi027 bash[31536]: cluster 2023-12-07T20:22:09.282523+0000 mgr.a (mgr.24293) 25328 : cluster 0 pgmap v18941: 33 pgs: 33 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.713 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:10 smithi022 bash[28554]: cluster 2023-12-07T20:22:09.282523+0000 mgr.a (mgr.24293) 25328 : cluster 0 pgmap v18941: 33 pgs: 33 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.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:11 smithi022 bash[28554]: audit 2023-12-07T20:22:09.863359+0000 mgr.a (mgr.24293) 25329 : audit 0 from='client.496782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:11 smithi044 bash[32620]: audit 2023-12-07T20:22:09.863359+0000 mgr.a (mgr.24293) 25329 : audit 0 from='client.496782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:11 smithi027 bash[31536]: audit 2023-12-07T20:22:09.863359+0000 mgr.a (mgr.24293) 25329 : audit 0 from='client.496782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:12.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:12 smithi022 bash[28554]: cluster 2023-12-07T20:22:11.283459+0000 mgr.a (mgr.24293) 25330 : cluster 0 pgmap v18942: 33 pgs: 33 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:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:12 smithi044 bash[32620]: cluster 2023-12-07T20:22:11.283459+0000 mgr.a (mgr.24293) 25330 : cluster 0 pgmap v18942: 33 pgs: 33 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:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:12 smithi027 bash[31536]: cluster 2023-12-07T20:22:11.283459+0000 mgr.a (mgr.24293) 25330 : cluster 0 pgmap v18942: 33 pgs: 33 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:14.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:14 smithi022 bash[28554]: cluster 2023-12-07T20:22:13.284005+0000 mgr.a (mgr.24293) 25331 : cluster 0 pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:14 smithi044 bash[32620]: cluster 2023-12-07T20:22:13.284005+0000 mgr.a (mgr.24293) 25331 : cluster 0 pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:14 smithi027 bash[31536]: cluster 2023-12-07T20:22:13.284005+0000 mgr.a (mgr.24293) 25331 : cluster 0 pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:15.364 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:15.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:15.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:16.286 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:16.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:16.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:16.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:16.286 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:16 smithi027 bash[31536]: cluster 2023-12-07T20:22:15.284674+0000 mgr.a (mgr.24293) 25332 : cluster 0 pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:16 smithi022 bash[28554]: cluster 2023-12-07T20:22:15.284674+0000 mgr.a (mgr.24293) 25332 : cluster 0 pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:16 smithi044 bash[32620]: cluster 2023-12-07T20:22:15.284674+0000 mgr.a (mgr.24293) 25332 : cluster 0 pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:17.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:17 smithi027 bash[31536]: audit 2023-12-07T20:22:15.780577+0000 mgr.a (mgr.24293) 25333 : audit 0 from='client.496854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:17 smithi022 bash[28554]: audit 2023-12-07T20:22:15.780577+0000 mgr.a (mgr.24293) 25333 : audit 0 from='client.496854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:17 smithi044 bash[32620]: audit 2023-12-07T20:22:15.780577+0000 mgr.a (mgr.24293) 25333 : audit 0 from='client.496854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:18 smithi027 bash[31536]: cluster 2023-12-07T20:22:17.285759+0000 mgr.a (mgr.24293) 25334 : cluster 0 pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:18.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:18 smithi022 bash[28554]: cluster 2023-12-07T20:22:17.285759+0000 mgr.a (mgr.24293) 25334 : cluster 0 pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:18 smithi044 bash[32620]: cluster 2023-12-07T20:22:17.285759+0000 mgr.a (mgr.24293) 25334 : cluster 0 pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:20 smithi027 bash[31536]: cluster 2023-12-07T20:22:19.286344+0000 mgr.a (mgr.24293) 25335 : cluster 0 pgmap v18946: 33 pgs: 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:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:20 smithi022 bash[28554]: cluster 2023-12-07T20:22:19.286344+0000 mgr.a (mgr.24293) 25335 : cluster 0 pgmap v18946: 33 pgs: 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:20 smithi044 bash[32620]: cluster 2023-12-07T20:22:19.286344+0000 mgr.a (mgr.24293) 25335 : cluster 0 pgmap v18946: 33 pgs: 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:21.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:21.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:21.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:22.251 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:22.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:22.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:22.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:22.252 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:22.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:22 smithi027 bash[31536]: cluster 2023-12-07T20:22:21.287033+0000 mgr.a (mgr.24293) 25336 : cluster 0 pgmap v18947: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:22 smithi022 bash[28554]: cluster 2023-12-07T20:22:21.287033+0000 mgr.a (mgr.24293) 25336 : cluster 0 pgmap v18947: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:22 smithi044 bash[32620]: cluster 2023-12-07T20:22:21.287033+0000 mgr.a (mgr.24293) 25336 : cluster 0 pgmap v18947: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:23 smithi022 bash[28554]: audit 2023-12-07T20:22:21.701732+0000 mgr.a (mgr.24293) 25337 : audit 0 from='client.496929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:23 smithi044 bash[32620]: audit 2023-12-07T20:22:21.701732+0000 mgr.a (mgr.24293) 25337 : audit 0 from='client.496929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:23 smithi027 bash[31536]: audit 2023-12-07T20:22:21.701732+0000 mgr.a (mgr.24293) 25337 : audit 0 from='client.496929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:24 smithi022 bash[28554]: cluster 2023-12-07T20:22:23.287794+0000 mgr.a (mgr.24293) 25338 : cluster 0 pgmap v18948: 33 pgs: 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:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:24 smithi044 bash[32620]: cluster 2023-12-07T20:22:23.287794+0000 mgr.a (mgr.24293) 25338 : cluster 0 pgmap v18948: 33 pgs: 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:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:24 smithi027 bash[31536]: cluster 2023-12-07T20:22:23.287794+0000 mgr.a (mgr.24293) 25338 : cluster 0 pgmap v18948: 33 pgs: 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:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:26 smithi022 bash[28554]: cluster 2023-12-07T20:22:25.288390+0000 mgr.a (mgr.24293) 25339 : cluster 0 pgmap v18949: 33 pgs: 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:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:26 smithi044 bash[32620]: cluster 2023-12-07T20:22:25.288390+0000 mgr.a (mgr.24293) 25339 : cluster 0 pgmap v18949: 33 pgs: 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:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:26 smithi027 bash[31536]: cluster 2023-12-07T20:22:25.288390+0000 mgr.a (mgr.24293) 25339 : cluster 0 pgmap v18949: 33 pgs: 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:27.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:27.255 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:27.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:28.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:28.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:28.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:28.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:28.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:28 smithi022 bash[28554]: cluster 2023-12-07T20:22:27.289236+0000 mgr.a (mgr.24293) 25340 : cluster 0 pgmap v18950: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:28 smithi022 bash[28554]: audit 2023-12-07T20:22:27.669174+0000 mgr.a (mgr.24293) 25341 : audit 0 from='client.497007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:28 smithi044 bash[32620]: cluster 2023-12-07T20:22:27.289236+0000 mgr.a (mgr.24293) 25340 : cluster 0 pgmap v18950: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:28 smithi044 bash[32620]: audit 2023-12-07T20:22:27.669174+0000 mgr.a (mgr.24293) 25341 : audit 0 from='client.497007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:28 smithi027 bash[31536]: cluster 2023-12-07T20:22:27.289236+0000 mgr.a (mgr.24293) 25340 : cluster 0 pgmap v18950: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:28 smithi027 bash[31536]: audit 2023-12-07T20:22:27.669174+0000 mgr.a (mgr.24293) 25341 : audit 0 from='client.497007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:30 smithi022 bash[28554]: cluster 2023-12-07T20:22:29.289921+0000 mgr.a (mgr.24293) 25342 : cluster 0 pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:30 smithi022 bash[28554]: audit 2023-12-07T20:22:29.773857+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:30 smithi044 bash[32620]: cluster 2023-12-07T20:22:29.289921+0000 mgr.a (mgr.24293) 25342 : cluster 0 pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:30 smithi044 bash[32620]: audit 2023-12-07T20:22:29.773857+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:30 smithi027 bash[31536]: cluster 2023-12-07T20:22:29.289921+0000 mgr.a (mgr.24293) 25342 : cluster 0 pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:30 smithi027 bash[31536]: audit 2023-12-07T20:22:29.773857+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:32 smithi022 bash[28554]: cluster 2023-12-07T20:22:31.290800+0000 mgr.a (mgr.24293) 25343 : cluster 0 pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:32 smithi044 bash[32620]: cluster 2023-12-07T20:22:31.290800+0000 mgr.a (mgr.24293) 25343 : cluster 0 pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:32 smithi027 bash[31536]: cluster 2023-12-07T20:22:31.290800+0000 mgr.a (mgr.24293) 25343 : cluster 0 pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:33.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:33.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:33.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:34.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:34.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:34.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:34.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:34.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:34 smithi022 bash[28554]: cluster 2023-12-07T20:22:33.291328+0000 mgr.a (mgr.24293) 25344 : cluster 0 pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:34 smithi022 bash[28554]: audit 2023-12-07T20:22:33.598837+0000 mgr.a (mgr.24293) 25345 : audit 0 from='client.497085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:34 smithi044 bash[32620]: cluster 2023-12-07T20:22:33.291328+0000 mgr.a (mgr.24293) 25344 : cluster 0 pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:34 smithi044 bash[32620]: audit 2023-12-07T20:22:33.598837+0000 mgr.a (mgr.24293) 25345 : audit 0 from='client.497085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:34 smithi027 bash[31536]: cluster 2023-12-07T20:22:33.291328+0000 mgr.a (mgr.24293) 25344 : cluster 0 pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:34 smithi027 bash[31536]: audit 2023-12-07T20:22:33.598837+0000 mgr.a (mgr.24293) 25345 : audit 0 from='client.497085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:36.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:36 smithi022 bash[28554]: cluster 2023-12-07T20:22:35.292047+0000 mgr.a (mgr.24293) 25346 : cluster 0 pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:36 smithi044 bash[32620]: cluster 2023-12-07T20:22:35.292047+0000 mgr.a (mgr.24293) 25346 : cluster 0 pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:36 smithi027 bash[31536]: cluster 2023-12-07T20:22:35.292047+0000 mgr.a (mgr.24293) 25346 : cluster 0 pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:38 smithi022 bash[28554]: cluster 2023-12-07T20:22:37.292856+0000 mgr.a (mgr.24293) 25347 : cluster 0 pgmap v18955: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:38 smithi044 bash[32620]: cluster 2023-12-07T20:22:37.292856+0000 mgr.a (mgr.24293) 25347 : cluster 0 pgmap v18955: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:38 smithi027 bash[31536]: cluster 2023-12-07T20:22:37.292856+0000 mgr.a (mgr.24293) 25347 : cluster 0 pgmap v18955: 33 pgs: 33 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:39.136 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:39.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:39.137 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:40.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:40.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:40.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:40.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:40.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: cluster 2023-12-07T20:22:39.293318+0000 mgr.a (mgr.24293) 25348 : cluster 0 pgmap v18956: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: audit 2023-12-07T20:22:39.554921+0000 mgr.a (mgr.24293) 25349 : audit 0 from='client.497163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: audit 2023-12-07T20:22:40.379311+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: audit 2023-12-07T20:22:40.385958+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: audit 2023-12-07T20:22:40.387612+0000 mon.a (mon.0) 3935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:40.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: audit 2023-12-07T20:22:40.389028+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:40.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:40 smithi022 bash[28554]: audit 2023-12-07T20:22:40.397058+0000 mon.a (mon.0) 3937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: cluster 2023-12-07T20:22:39.293318+0000 mgr.a (mgr.24293) 25348 : cluster 0 pgmap v18956: 33 pgs: 33 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.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: audit 2023-12-07T20:22:39.554921+0000 mgr.a (mgr.24293) 25349 : audit 0 from='client.497163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: audit 2023-12-07T20:22:40.379311+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: audit 2023-12-07T20:22:40.385958+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: audit 2023-12-07T20:22:40.387612+0000 mon.a (mon.0) 3935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: audit 2023-12-07T20:22:40.389028+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:40.928 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:40 smithi044 bash[32620]: audit 2023-12-07T20:22:40.397058+0000 mon.a (mon.0) 3937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: cluster 2023-12-07T20:22:39.293318+0000 mgr.a (mgr.24293) 25348 : cluster 0 pgmap v18956: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: audit 2023-12-07T20:22:39.554921+0000 mgr.a (mgr.24293) 25349 : audit 0 from='client.497163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: audit 2023-12-07T20:22:40.379311+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: audit 2023-12-07T20:22:40.385958+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: audit 2023-12-07T20:22:40.387612+0000 mon.a (mon.0) 3935 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: audit 2023-12-07T20:22:40.389028+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:40.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:40 smithi027 bash[31536]: audit 2023-12-07T20:22:40.397058+0000 mon.a (mon.0) 3937 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:22:42.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:42 smithi022 bash[28554]: cluster 2023-12-07T20:22:41.294246+0000 mgr.a (mgr.24293) 25350 : cluster 0 pgmap v18957: 33 pgs: 33 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:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:42 smithi044 bash[32620]: cluster 2023-12-07T20:22:41.294246+0000 mgr.a (mgr.24293) 25350 : cluster 0 pgmap v18957: 33 pgs: 33 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:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:42 smithi027 bash[31536]: cluster 2023-12-07T20:22:41.294246+0000 mgr.a (mgr.24293) 25350 : cluster 0 pgmap v18957: 33 pgs: 33 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:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:44 smithi022 bash[28554]: cluster 2023-12-07T20:22:43.294857+0000 mgr.a (mgr.24293) 25351 : cluster 0 pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:44 smithi044 bash[32620]: cluster 2023-12-07T20:22:43.294857+0000 mgr.a (mgr.24293) 25351 : cluster 0 pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:44 smithi027 bash[31536]: cluster 2023-12-07T20:22:43.294857+0000 mgr.a (mgr.24293) 25351 : cluster 0 pgmap v18958: 33 pgs: 33 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:45.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:45.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:45.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:46.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:46.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:46.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:46.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:46.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:46 smithi022 bash[28554]: cluster 2023-12-07T20:22:45.295397+0000 mgr.a (mgr.24293) 25352 : cluster 0 pgmap v18959: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:46 smithi022 bash[28554]: audit 2023-12-07T20:22:45.492729+0000 mgr.a (mgr.24293) 25353 : audit 0 from='client.497235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:46 smithi044 bash[32620]: cluster 2023-12-07T20:22:45.295397+0000 mgr.a (mgr.24293) 25352 : cluster 0 pgmap v18959: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:46 smithi044 bash[32620]: audit 2023-12-07T20:22:45.492729+0000 mgr.a (mgr.24293) 25353 : audit 0 from='client.497235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:46 smithi027 bash[31536]: cluster 2023-12-07T20:22:45.295397+0000 mgr.a (mgr.24293) 25352 : cluster 0 pgmap v18959: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:46 smithi027 bash[31536]: audit 2023-12-07T20:22:45.492729+0000 mgr.a (mgr.24293) 25353 : audit 0 from='client.497235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:48 smithi022 bash[28554]: cluster 2023-12-07T20:22:47.296412+0000 mgr.a (mgr.24293) 25354 : cluster 0 pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:48 smithi044 bash[32620]: cluster 2023-12-07T20:22:47.296412+0000 mgr.a (mgr.24293) 25354 : cluster 0 pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:48 smithi027 bash[31536]: cluster 2023-12-07T20:22:47.296412+0000 mgr.a (mgr.24293) 25354 : cluster 0 pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:50 smithi022 bash[28554]: cluster 2023-12-07T20:22:49.296988+0000 mgr.a (mgr.24293) 25355 : cluster 0 pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:50 smithi044 bash[32620]: cluster 2023-12-07T20:22:49.296988+0000 mgr.a (mgr.24293) 25355 : cluster 0 pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:50 smithi027 bash[31536]: cluster 2023-12-07T20:22:49.296988+0000 mgr.a (mgr.24293) 25355 : cluster 0 pgmap v18961: 33 pgs: 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:51.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:51.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:51.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:51.969 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:51.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:52 smithi022 bash[28554]: cluster 2023-12-07T20:22:51.297748+0000 mgr.a (mgr.24293) 25356 : cluster 0 pgmap v18962: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:52 smithi022 bash[28554]: audit 2023-12-07T20:22:51.446879+0000 mgr.a (mgr.24293) 25357 : audit 0 from='client.497313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:52 smithi044 bash[32620]: cluster 2023-12-07T20:22:51.297748+0000 mgr.a (mgr.24293) 25356 : cluster 0 pgmap v18962: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:52 smithi044 bash[32620]: audit 2023-12-07T20:22:51.446879+0000 mgr.a (mgr.24293) 25357 : audit 0 from='client.497313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:52 smithi027 bash[31536]: cluster 2023-12-07T20:22:51.297748+0000 mgr.a (mgr.24293) 25356 : cluster 0 pgmap v18962: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:52 smithi027 bash[31536]: audit 2023-12-07T20:22:51.446879+0000 mgr.a (mgr.24293) 25357 : audit 0 from='client.497313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:54 smithi022 bash[28554]: cluster 2023-12-07T20:22:53.298457+0000 mgr.a (mgr.24293) 25358 : cluster 0 pgmap v18963: 33 pgs: 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:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:54 smithi044 bash[32620]: cluster 2023-12-07T20:22:53.298457+0000 mgr.a (mgr.24293) 25358 : cluster 0 pgmap v18963: 33 pgs: 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:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:54 smithi027 bash[31536]: cluster 2023-12-07T20:22:53.298457+0000 mgr.a (mgr.24293) 25358 : cluster 0 pgmap v18963: 33 pgs: 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:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:56 smithi022 bash[28554]: cluster 2023-12-07T20:22:55.299042+0000 mgr.a (mgr.24293) 25359 : cluster 0 pgmap v18964: 33 pgs: 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:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:56 smithi044 bash[32620]: cluster 2023-12-07T20:22:55.299042+0000 mgr.a (mgr.24293) 25359 : cluster 0 pgmap v18964: 33 pgs: 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:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:56 smithi027 bash[31536]: cluster 2023-12-07T20:22:55.299042+0000 mgr.a (mgr.24293) 25359 : cluster 0 pgmap v18964: 33 pgs: 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:56.971 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:22:56.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:56.973 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:57.909 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:22:57.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:57.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:57.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:57.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:22:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:58 smithi022 bash[28554]: cluster 2023-12-07T20:22:57.299871+0000 mgr.a (mgr.24293) 25360 : cluster 0 pgmap v18965: 33 pgs: 33 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.954 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:22:58 smithi022 bash[28554]: audit 2023-12-07T20:22:57.382422+0000 mgr.a (mgr.24293) 25361 : audit 0 from='client.497391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:58 smithi027 bash[31536]: cluster 2023-12-07T20:22:57.299871+0000 mgr.a (mgr.24293) 25360 : cluster 0 pgmap v18965: 33 pgs: 33 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.955 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:22:58 smithi027 bash[31536]: audit 2023-12-07T20:22:57.382422+0000 mgr.a (mgr.24293) 25361 : audit 0 from='client.497391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.955 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:58 smithi044 bash[32620]: cluster 2023-12-07T20:22:57.299871+0000 mgr.a (mgr.24293) 25360 : cluster 0 pgmap v18965: 33 pgs: 33 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.955 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:22:58 smithi044 bash[32620]: audit 2023-12-07T20:22:57.382422+0000 mgr.a (mgr.24293) 25361 : audit 0 from='client.497391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:00 smithi022 bash[28554]: cluster 2023-12-07T20:22:59.300527+0000 mgr.a (mgr.24293) 25362 : cluster 0 pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:00 smithi044 bash[32620]: cluster 2023-12-07T20:22:59.300527+0000 mgr.a (mgr.24293) 25362 : cluster 0 pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:00 smithi027 bash[31536]: cluster 2023-12-07T20:22:59.300527+0000 mgr.a (mgr.24293) 25362 : cluster 0 pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:02.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:02.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:02.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:02.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:02 smithi022 bash[28554]: cluster 2023-12-07T20:23:01.301523+0000 mgr.a (mgr.24293) 25363 : cluster 0 pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:02 smithi044 bash[32620]: cluster 2023-12-07T20:23:01.301523+0000 mgr.a (mgr.24293) 25363 : cluster 0 pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:02 smithi027 bash[31536]: cluster 2023-12-07T20:23:01.301523+0000 mgr.a (mgr.24293) 25363 : cluster 0 pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:03.856 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:03.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:03.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:03.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:03.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:04 smithi022 bash[28554]: cluster 2023-12-07T20:23:03.302252+0000 mgr.a (mgr.24293) 25364 : cluster 0 pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:04 smithi022 bash[28554]: audit 2023-12-07T20:23:03.333148+0000 mgr.a (mgr.24293) 25365 : audit 0 from='client.497466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:04 smithi044 bash[32620]: cluster 2023-12-07T20:23:03.302252+0000 mgr.a (mgr.24293) 25364 : cluster 0 pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:04 smithi044 bash[32620]: audit 2023-12-07T20:23:03.333148+0000 mgr.a (mgr.24293) 25365 : audit 0 from='client.497466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:04 smithi027 bash[31536]: cluster 2023-12-07T20:23:03.302252+0000 mgr.a (mgr.24293) 25364 : cluster 0 pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:04 smithi027 bash[31536]: audit 2023-12-07T20:23:03.333148+0000 mgr.a (mgr.24293) 25365 : audit 0 from='client.497466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:06.929 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:06 smithi022 bash[28554]: cluster 2023-12-07T20:23:05.303120+0000 mgr.a (mgr.24293) 25366 : cluster 0 pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:06.929 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:06 smithi044 bash[32620]: cluster 2023-12-07T20:23:05.303120+0000 mgr.a (mgr.24293) 25366 : cluster 0 pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:06 smithi027 bash[31536]: cluster 2023-12-07T20:23:05.303120+0000 mgr.a (mgr.24293) 25366 : cluster 0 pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:08.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:08.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:08.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:08 smithi022 bash[28554]: cluster 2023-12-07T20:23:07.304055+0000 mgr.a (mgr.24293) 25367 : cluster 0 pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:08 smithi044 bash[32620]: cluster 2023-12-07T20:23:07.304055+0000 mgr.a (mgr.24293) 25367 : cluster 0 pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:08 smithi027 bash[31536]: cluster 2023-12-07T20:23:07.304055+0000 mgr.a (mgr.24293) 25367 : cluster 0 pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:09.765 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:09.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:09.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:09.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:09.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:10 smithi022 bash[28554]: audit 2023-12-07T20:23:09.264073+0000 mgr.a (mgr.24293) 25368 : audit 0 from='client.497544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:10 smithi022 bash[28554]: cluster 2023-12-07T20:23:09.304811+0000 mgr.a (mgr.24293) 25369 : cluster 0 pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:10 smithi044 bash[32620]: audit 2023-12-07T20:23:09.264073+0000 mgr.a (mgr.24293) 25368 : audit 0 from='client.497544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:10 smithi044 bash[32620]: cluster 2023-12-07T20:23:09.304811+0000 mgr.a (mgr.24293) 25369 : cluster 0 pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:10 smithi027 bash[31536]: audit 2023-12-07T20:23:09.264073+0000 mgr.a (mgr.24293) 25368 : audit 0 from='client.497544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:10 smithi027 bash[31536]: cluster 2023-12-07T20:23:09.304811+0000 mgr.a (mgr.24293) 25369 : cluster 0 pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:12 smithi022 bash[28554]: cluster 2023-12-07T20:23:11.305897+0000 mgr.a (mgr.24293) 25370 : cluster 0 pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:12 smithi044 bash[32620]: cluster 2023-12-07T20:23:11.305897+0000 mgr.a (mgr.24293) 25370 : cluster 0 pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:12 smithi027 bash[31536]: cluster 2023-12-07T20:23:11.305897+0000 mgr.a (mgr.24293) 25370 : cluster 0 pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:14.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:14.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:14.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:14 smithi022 bash[28554]: cluster 2023-12-07T20:23:13.306500+0000 mgr.a (mgr.24293) 25371 : cluster 0 pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:14 smithi044 bash[32620]: cluster 2023-12-07T20:23:13.306500+0000 mgr.a (mgr.24293) 25371 : cluster 0 pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:14 smithi027 bash[31536]: cluster 2023-12-07T20:23:13.306500+0000 mgr.a (mgr.24293) 25371 : cluster 0 pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:15.707 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:15.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:15.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:15.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:15.707 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:16 smithi022 bash[28554]: audit 2023-12-07T20:23:15.180481+0000 mgr.a (mgr.24293) 25372 : audit 0 from='client.497619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:16 smithi022 bash[28554]: cluster 2023-12-07T20:23:15.307141+0000 mgr.a (mgr.24293) 25373 : cluster 0 pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:16 smithi044 bash[32620]: audit 2023-12-07T20:23:15.180481+0000 mgr.a (mgr.24293) 25372 : audit 0 from='client.497619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:16 smithi044 bash[32620]: cluster 2023-12-07T20:23:15.307141+0000 mgr.a (mgr.24293) 25373 : cluster 0 pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:16 smithi027 bash[31536]: audit 2023-12-07T20:23:15.180481+0000 mgr.a (mgr.24293) 25372 : audit 0 from='client.497619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:16 smithi027 bash[31536]: cluster 2023-12-07T20:23:15.307141+0000 mgr.a (mgr.24293) 25373 : cluster 0 pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:18 smithi022 bash[28554]: cluster 2023-12-07T20:23:17.308174+0000 mgr.a (mgr.24293) 25374 : cluster 0 pgmap v18975: 33 pgs: 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:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:18 smithi044 bash[32620]: cluster 2023-12-07T20:23:17.308174+0000 mgr.a (mgr.24293) 25374 : cluster 0 pgmap v18975: 33 pgs: 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:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:18 smithi027 bash[31536]: cluster 2023-12-07T20:23:17.308174+0000 mgr.a (mgr.24293) 25374 : cluster 0 pgmap v18975: 33 pgs: 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:20.710 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:20.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:20.711 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:20 smithi022 bash[28554]: cluster 2023-12-07T20:23:19.308754+0000 mgr.a (mgr.24293) 25375 : cluster 0 pgmap v18976: 33 pgs: 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:20 smithi044 bash[32620]: cluster 2023-12-07T20:23:19.308754+0000 mgr.a (mgr.24293) 25375 : cluster 0 pgmap v18976: 33 pgs: 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:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:20 smithi027 bash[31536]: cluster 2023-12-07T20:23:19.308754+0000 mgr.a (mgr.24293) 25375 : cluster 0 pgmap v18976: 33 pgs: 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:21.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:21.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:21.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:21.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:21.660 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:22 smithi022 bash[28554]: audit 2023-12-07T20:23:21.121825+0000 mgr.a (mgr.24293) 25376 : audit 0 from='client.497697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:22 smithi022 bash[28554]: cluster 2023-12-07T20:23:21.309966+0000 mgr.a (mgr.24293) 25377 : cluster 0 pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:22 smithi044 bash[32620]: audit 2023-12-07T20:23:21.121825+0000 mgr.a (mgr.24293) 25376 : audit 0 from='client.497697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:22 smithi044 bash[32620]: cluster 2023-12-07T20:23:21.309966+0000 mgr.a (mgr.24293) 25377 : cluster 0 pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:22 smithi027 bash[31536]: audit 2023-12-07T20:23:21.121825+0000 mgr.a (mgr.24293) 25376 : audit 0 from='client.497697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:22 smithi027 bash[31536]: cluster 2023-12-07T20:23:21.309966+0000 mgr.a (mgr.24293) 25377 : cluster 0 pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:24 smithi022 bash[28554]: cluster 2023-12-07T20:23:23.310684+0000 mgr.a (mgr.24293) 25378 : cluster 0 pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:24 smithi044 bash[32620]: cluster 2023-12-07T20:23:23.310684+0000 mgr.a (mgr.24293) 25378 : cluster 0 pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:24 smithi027 bash[31536]: cluster 2023-12-07T20:23:23.310684+0000 mgr.a (mgr.24293) 25378 : cluster 0 pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:26.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:26.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:26.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:26 smithi022 bash[28554]: cluster 2023-12-07T20:23:25.311251+0000 mgr.a (mgr.24293) 25379 : cluster 0 pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:26 smithi044 bash[32620]: cluster 2023-12-07T20:23:25.311251+0000 mgr.a (mgr.24293) 25379 : cluster 0 pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:26 smithi027 bash[31536]: cluster 2023-12-07T20:23:25.311251+0000 mgr.a (mgr.24293) 25379 : cluster 0 pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:27.591 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:28.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:28 smithi022 bash[28554]: audit 2023-12-07T20:23:27.072199+0000 mgr.a (mgr.24293) 25380 : audit 0 from='client.497775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:28 smithi022 bash[28554]: cluster 2023-12-07T20:23:27.312200+0000 mgr.a (mgr.24293) 25381 : cluster 0 pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:28 smithi044 bash[32620]: audit 2023-12-07T20:23:27.072199+0000 mgr.a (mgr.24293) 25380 : audit 0 from='client.497775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:28 smithi044 bash[32620]: cluster 2023-12-07T20:23:27.312200+0000 mgr.a (mgr.24293) 25381 : cluster 0 pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:28 smithi027 bash[31536]: audit 2023-12-07T20:23:27.072199+0000 mgr.a (mgr.24293) 25380 : audit 0 from='client.497775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:28.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:28 smithi027 bash[31536]: cluster 2023-12-07T20:23:27.312200+0000 mgr.a (mgr.24293) 25381 : cluster 0 pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:30 smithi022 bash[28554]: cluster 2023-12-07T20:23:29.312877+0000 mgr.a (mgr.24293) 25382 : cluster 0 pgmap v18981: 33 pgs: 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:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:30 smithi044 bash[32620]: cluster 2023-12-07T20:23:29.312877+0000 mgr.a (mgr.24293) 25382 : cluster 0 pgmap v18981: 33 pgs: 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:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:30 smithi027 bash[31536]: cluster 2023-12-07T20:23:29.312877+0000 mgr.a (mgr.24293) 25382 : cluster 0 pgmap v18981: 33 pgs: 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:32.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:32.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:32.595 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:32 smithi022 bash[28554]: cluster 2023-12-07T20:23:31.313712+0000 mgr.a (mgr.24293) 25383 : cluster 0 pgmap v18982: 33 pgs: 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:23:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:32 smithi044 bash[32620]: cluster 2023-12-07T20:23:31.313712+0000 mgr.a (mgr.24293) 25383 : cluster 0 pgmap v18982: 33 pgs: 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:23:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:32 smithi027 bash[31536]: cluster 2023-12-07T20:23:31.313712+0000 mgr.a (mgr.24293) 25383 : cluster 0 pgmap v18982: 33 pgs: 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:23:33.533 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:33.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:33.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:33.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:33.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:34 smithi022 bash[28554]: audit 2023-12-07T20:23:33.008140+0000 mgr.a (mgr.24293) 25384 : audit 0 from='client.497853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:34 smithi022 bash[28554]: cluster 2023-12-07T20:23:33.314493+0000 mgr.a (mgr.24293) 25385 : cluster 0 pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:34 smithi044 bash[32620]: audit 2023-12-07T20:23:33.008140+0000 mgr.a (mgr.24293) 25384 : audit 0 from='client.497853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:34 smithi044 bash[32620]: cluster 2023-12-07T20:23:33.314493+0000 mgr.a (mgr.24293) 25385 : cluster 0 pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:34 smithi027 bash[31536]: audit 2023-12-07T20:23:33.008140+0000 mgr.a (mgr.24293) 25384 : audit 0 from='client.497853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:34 smithi027 bash[31536]: cluster 2023-12-07T20:23:33.314493+0000 mgr.a (mgr.24293) 25385 : cluster 0 pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:36.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:36 smithi022 bash[28554]: cluster 2023-12-07T20:23:35.315208+0000 mgr.a (mgr.24293) 25386 : cluster 0 pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:36 smithi044 bash[32620]: cluster 2023-12-07T20:23:35.315208+0000 mgr.a (mgr.24293) 25386 : cluster 0 pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:36 smithi027 bash[31536]: cluster 2023-12-07T20:23:35.315208+0000 mgr.a (mgr.24293) 25386 : cluster 0 pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:38.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:38.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:38.538 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:38 smithi022 bash[28554]: cluster 2023-12-07T20:23:37.316051+0000 mgr.a (mgr.24293) 25387 : cluster 0 pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:38 smithi044 bash[32620]: cluster 2023-12-07T20:23:37.316051+0000 mgr.a (mgr.24293) 25387 : cluster 0 pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:38 smithi027 bash[31536]: cluster 2023-12-07T20:23:37.316051+0000 mgr.a (mgr.24293) 25387 : cluster 0 pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:39.484 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:39.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:39.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:39.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:39.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:40 smithi022 bash[28554]: audit 2023-12-07T20:23:38.958049+0000 mgr.a (mgr.24293) 25388 : audit 0 from='client.399805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:40 smithi022 bash[28554]: cluster 2023-12-07T20:23:39.316671+0000 mgr.a (mgr.24293) 25389 : cluster 0 pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:40 smithi022 bash[28554]: audit 2023-12-07T20:23:40.502110+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:40 smithi044 bash[32620]: audit 2023-12-07T20:23:38.958049+0000 mgr.a (mgr.24293) 25388 : audit 0 from='client.399805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:40 smithi044 bash[32620]: cluster 2023-12-07T20:23:39.316671+0000 mgr.a (mgr.24293) 25389 : cluster 0 pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:40 smithi044 bash[32620]: audit 2023-12-07T20:23:40.502110+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:40 smithi027 bash[31536]: audit 2023-12-07T20:23:38.958049+0000 mgr.a (mgr.24293) 25388 : audit 0 from='client.399805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:40 smithi027 bash[31536]: cluster 2023-12-07T20:23:39.316671+0000 mgr.a (mgr.24293) 25389 : cluster 0 pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:40 smithi027 bash[31536]: audit 2023-12-07T20:23:40.502110+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:42 smithi022 bash[28554]: cluster 2023-12-07T20:23:41.317526+0000 mgr.a (mgr.24293) 25390 : cluster 0 pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:42 smithi044 bash[32620]: cluster 2023-12-07T20:23:41.317526+0000 mgr.a (mgr.24293) 25390 : cluster 0 pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:42 smithi027 bash[31536]: cluster 2023-12-07T20:23:41.317526+0000 mgr.a (mgr.24293) 25390 : cluster 0 pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:44.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:44.487 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:44.488 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:44.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:44 smithi022 bash[28554]: cluster 2023-12-07T20:23:43.318095+0000 mgr.a (mgr.24293) 25391 : cluster 0 pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:44 smithi044 bash[32620]: cluster 2023-12-07T20:23:43.318095+0000 mgr.a (mgr.24293) 25391 : cluster 0 pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:44 smithi027 bash[31536]: cluster 2023-12-07T20:23:43.318095+0000 mgr.a (mgr.24293) 25391 : cluster 0 pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:45.417 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:45.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:46 smithi022 bash[28554]: audit 2023-12-07T20:23:44.906946+0000 mgr.a (mgr.24293) 25392 : audit 0 from='client.498003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:46 smithi022 bash[28554]: cluster 2023-12-07T20:23:45.318940+0000 mgr.a (mgr.24293) 25393 : cluster 0 pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:46 smithi044 bash[32620]: audit 2023-12-07T20:23:44.906946+0000 mgr.a (mgr.24293) 25392 : audit 0 from='client.498003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:46 smithi044 bash[32620]: cluster 2023-12-07T20:23:45.318940+0000 mgr.a (mgr.24293) 25393 : cluster 0 pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:46 smithi027 bash[31536]: audit 2023-12-07T20:23:44.906946+0000 mgr.a (mgr.24293) 25392 : audit 0 from='client.498003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:46 smithi027 bash[31536]: cluster 2023-12-07T20:23:45.318940+0000 mgr.a (mgr.24293) 25393 : cluster 0 pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:48.912 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:48 smithi027 bash[31536]: cluster 2023-12-07T20:23:47.319835+0000 mgr.a (mgr.24293) 25394 : cluster 0 pgmap v18990: 33 pgs: 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:23:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:48 smithi022 bash[28554]: cluster 2023-12-07T20:23:47.319835+0000 mgr.a (mgr.24293) 25394 : cluster 0 pgmap v18990: 33 pgs: 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:23:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:48 smithi044 bash[32620]: cluster 2023-12-07T20:23:47.319835+0000 mgr.a (mgr.24293) 25394 : cluster 0 pgmap v18990: 33 pgs: 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:23:50.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:50.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:50.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:50 smithi022 bash[28554]: cluster 2023-12-07T20:23:49.320419+0000 mgr.a (mgr.24293) 25395 : cluster 0 pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:23:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:50 smithi044 bash[32620]: cluster 2023-12-07T20:23:49.320419+0000 mgr.a (mgr.24293) 25395 : cluster 0 pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:23:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:50 smithi027 bash[31536]: cluster 2023-12-07T20:23:49.320419+0000 mgr.a (mgr.24293) 25395 : cluster 0 pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:23:51.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:51.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:51.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:51.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:51.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: audit 2023-12-07T20:23:50.832465+0000 mgr.a (mgr.24293) 25396 : audit 0 from='client.498078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: audit 2023-12-07T20:23:51.306240+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: audit 2023-12-07T20:23:51.311848+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: audit 2023-12-07T20:23:51.313566+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: audit 2023-12-07T20:23:51.315465+0000 mon.a (mon.0) 3942 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: cluster 2023-12-07T20:23:51.321160+0000 mgr.a (mgr.24293) 25397 : cluster 0 pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:52.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:52 smithi022 bash[28554]: audit 2023-12-07T20:23:51.323389+0000 mon.a (mon.0) 3943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: audit 2023-12-07T20:23:50.832465+0000 mgr.a (mgr.24293) 25396 : audit 0 from='client.498078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: audit 2023-12-07T20:23:51.306240+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: audit 2023-12-07T20:23:51.311848+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: audit 2023-12-07T20:23:51.313566+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: audit 2023-12-07T20:23:51.315465+0000 mon.a (mon.0) 3942 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: cluster 2023-12-07T20:23:51.321160+0000 mgr.a (mgr.24293) 25397 : cluster 0 pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:52.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:52 smithi044 bash[32620]: audit 2023-12-07T20:23:51.323389+0000 mon.a (mon.0) 3943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: audit 2023-12-07T20:23:50.832465+0000 mgr.a (mgr.24293) 25396 : audit 0 from='client.498078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:52.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: audit 2023-12-07T20:23:51.306240+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: audit 2023-12-07T20:23:51.311848+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: audit 2023-12-07T20:23:51.313566+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: audit 2023-12-07T20:23:51.315465+0000 mon.a (mon.0) 3942 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: cluster 2023-12-07T20:23:51.321160+0000 mgr.a (mgr.24293) 25397 : cluster 0 pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:52.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:52 smithi027 bash[31536]: audit 2023-12-07T20:23:51.323389+0000 mon.a (mon.0) 3943 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:23:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:54 smithi022 bash[28554]: cluster 2023-12-07T20:23:53.321725+0000 mgr.a (mgr.24293) 25398 : cluster 0 pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:54 smithi044 bash[32620]: cluster 2023-12-07T20:23:53.321725+0000 mgr.a (mgr.24293) 25398 : cluster 0 pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:54.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:54 smithi027 bash[31536]: cluster 2023-12-07T20:23:53.321725+0000 mgr.a (mgr.24293) 25398 : cluster 0 pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:56.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:23:56.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:56.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:56.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:56 smithi022 bash[28554]: cluster 2023-12-07T20:23:55.322284+0000 mgr.a (mgr.24293) 25399 : cluster 0 pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:56 smithi044 bash[32620]: cluster 2023-12-07T20:23:55.322284+0000 mgr.a (mgr.24293) 25399 : cluster 0 pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:56.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:56 smithi027 bash[31536]: cluster 2023-12-07T20:23:55.322284+0000 mgr.a (mgr.24293) 25399 : cluster 0 pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:57.287 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:23:57.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:57.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:57.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:57.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:23:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:58 smithi022 bash[28554]: audit 2023-12-07T20:23:56.764352+0000 mgr.a (mgr.24293) 25400 : audit 0 from='client.498156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:23:58 smithi022 bash[28554]: cluster 2023-12-07T20:23:57.323536+0000 mgr.a (mgr.24293) 25401 : cluster 0 pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:58 smithi044 bash[32620]: audit 2023-12-07T20:23:56.764352+0000 mgr.a (mgr.24293) 25400 : audit 0 from='client.498156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:23:58 smithi044 bash[32620]: cluster 2023-12-07T20:23:57.323536+0000 mgr.a (mgr.24293) 25401 : cluster 0 pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:58.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:58 smithi027 bash[31536]: audit 2023-12-07T20:23:56.764352+0000 mgr.a (mgr.24293) 25400 : audit 0 from='client.498156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:23:58 smithi027 bash[31536]: cluster 2023-12-07T20:23:57.323536+0000 mgr.a (mgr.24293) 25401 : cluster 0 pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:00 smithi022 bash[28554]: cluster 2023-12-07T20:23:59.324202+0000 mgr.a (mgr.24293) 25402 : cluster 0 pgmap v18996: 33 pgs: 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:24:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:00 smithi044 bash[32620]: cluster 2023-12-07T20:23:59.324202+0000 mgr.a (mgr.24293) 25402 : cluster 0 pgmap v18996: 33 pgs: 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:24:00.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:00 smithi027 bash[31536]: cluster 2023-12-07T20:23:59.324202+0000 mgr.a (mgr.24293) 25402 : cluster 0 pgmap v18996: 33 pgs: 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:24:02.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:02.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:02.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:02.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:02 smithi022 bash[28554]: cluster 2023-12-07T20:24:01.324941+0000 mgr.a (mgr.24293) 25403 : cluster 0 pgmap v18997: 33 pgs: 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:24:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:02 smithi044 bash[32620]: cluster 2023-12-07T20:24:01.324941+0000 mgr.a (mgr.24293) 25403 : cluster 0 pgmap v18997: 33 pgs: 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:24:02.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:02 smithi027 bash[31536]: cluster 2023-12-07T20:24:01.324941+0000 mgr.a (mgr.24293) 25403 : cluster 0 pgmap v18997: 33 pgs: 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:24:03.209 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:03.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:03.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:03.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:03.209 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:03 smithi022 bash[28554]: audit 2023-12-07T20:24:02.697205+0000 mgr.a (mgr.24293) 25404 : audit 0 from='client.498231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:03 smithi044 bash[32620]: audit 2023-12-07T20:24:02.697205+0000 mgr.a (mgr.24293) 25404 : audit 0 from='client.498231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:03.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:03 smithi027 bash[31536]: audit 2023-12-07T20:24:02.697205+0000 mgr.a (mgr.24293) 25404 : audit 0 from='client.498231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:04 smithi022 bash[28554]: cluster 2023-12-07T20:24:03.325837+0000 mgr.a (mgr.24293) 25405 : cluster 0 pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:04 smithi044 bash[32620]: cluster 2023-12-07T20:24:03.325837+0000 mgr.a (mgr.24293) 25405 : cluster 0 pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:04 smithi027 bash[31536]: cluster 2023-12-07T20:24:03.325837+0000 mgr.a (mgr.24293) 25405 : cluster 0 pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:06 smithi022 bash[28554]: cluster 2023-12-07T20:24:05.326601+0000 mgr.a (mgr.24293) 25406 : cluster 0 pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:06 smithi044 bash[32620]: cluster 2023-12-07T20:24:05.326601+0000 mgr.a (mgr.24293) 25406 : cluster 0 pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:06 smithi027 bash[31536]: cluster 2023-12-07T20:24:05.326601+0000 mgr.a (mgr.24293) 25406 : cluster 0 pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:08.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:08.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:08.213 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:08.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:08 smithi022 bash[28554]: cluster 2023-12-07T20:24:07.327490+0000 mgr.a (mgr.24293) 25407 : cluster 0 pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:08 smithi044 bash[32620]: cluster 2023-12-07T20:24:07.327490+0000 mgr.a (mgr.24293) 25407 : cluster 0 pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:08 smithi027 bash[31536]: cluster 2023-12-07T20:24:07.327490+0000 mgr.a (mgr.24293) 25407 : cluster 0 pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:09.156 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:09.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:09.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:09.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:09.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:09.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:09 smithi022 bash[28554]: audit 2023-12-07T20:24:08.630198+0000 mgr.a (mgr.24293) 25408 : audit 0 from='client.498306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:09 smithi044 bash[32620]: audit 2023-12-07T20:24:08.630198+0000 mgr.a (mgr.24293) 25408 : audit 0 from='client.498306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:09.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:09 smithi027 bash[31536]: audit 2023-12-07T20:24:08.630198+0000 mgr.a (mgr.24293) 25408 : audit 0 from='client.498306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:10.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:10 smithi022 bash[28554]: cluster 2023-12-07T20:24:09.328211+0000 mgr.a (mgr.24293) 25409 : cluster 0 pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:10 smithi044 bash[32620]: cluster 2023-12-07T20:24:09.328211+0000 mgr.a (mgr.24293) 25409 : cluster 0 pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:10 smithi027 bash[31536]: cluster 2023-12-07T20:24:09.328211+0000 mgr.a (mgr.24293) 25409 : cluster 0 pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:12 smithi044 bash[32620]: cluster 2023-12-07T20:24:11.329073+0000 mgr.a (mgr.24293) 25410 : cluster 0 pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:12.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:12 smithi027 bash[31536]: cluster 2023-12-07T20:24:11.329073+0000 mgr.a (mgr.24293) 25410 : cluster 0 pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:12 smithi022 bash[28554]: cluster 2023-12-07T20:24:11.329073+0000 mgr.a (mgr.24293) 25410 : cluster 0 pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:14.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:14.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:14.159 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:14 smithi027 bash[31536]: cluster 2023-12-07T20:24:13.329638+0000 mgr.a (mgr.24293) 25411 : cluster 0 pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:14 smithi022 bash[28554]: cluster 2023-12-07T20:24:13.329638+0000 mgr.a (mgr.24293) 25411 : cluster 0 pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:14 smithi044 bash[32620]: cluster 2023-12-07T20:24:13.329638+0000 mgr.a (mgr.24293) 25411 : cluster 0 pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:15.089 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:15.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:15.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:15.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:15.090 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:15.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:15 smithi027 bash[31536]: audit 2023-12-07T20:24:14.578891+0000 mgr.a (mgr.24293) 25412 : audit 0 from='client.498384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:15.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:15 smithi022 bash[28554]: audit 2023-12-07T20:24:14.578891+0000 mgr.a (mgr.24293) 25412 : audit 0 from='client.498384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:15 smithi044 bash[32620]: audit 2023-12-07T20:24:14.578891+0000 mgr.a (mgr.24293) 25412 : audit 0 from='client.498384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:16 smithi027 bash[31536]: cluster 2023-12-07T20:24:15.330309+0000 mgr.a (mgr.24293) 25413 : cluster 0 pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:16 smithi022 bash[28554]: cluster 2023-12-07T20:24:15.330309+0000 mgr.a (mgr.24293) 25413 : cluster 0 pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:16 smithi044 bash[32620]: cluster 2023-12-07T20:24:15.330309+0000 mgr.a (mgr.24293) 25413 : cluster 0 pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:18 smithi027 bash[31536]: cluster 2023-12-07T20:24:17.331172+0000 mgr.a (mgr.24293) 25414 : cluster 0 pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:18 smithi022 bash[28554]: cluster 2023-12-07T20:24:17.331172+0000 mgr.a (mgr.24293) 25414 : cluster 0 pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:18 smithi044 bash[32620]: cluster 2023-12-07T20:24:17.331172+0000 mgr.a (mgr.24293) 25414 : cluster 0 pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:20.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:20.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:20.094 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:20 smithi027 bash[31536]: cluster 2023-12-07T20:24:19.331730+0000 mgr.a (mgr.24293) 25415 : cluster 0 pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:20 smithi022 bash[28554]: cluster 2023-12-07T20:24:19.331730+0000 mgr.a (mgr.24293) 25415 : cluster 0 pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:20 smithi044 bash[32620]: cluster 2023-12-07T20:24:19.331730+0000 mgr.a (mgr.24293) 25415 : cluster 0 pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:21.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:21 smithi022 bash[28554]: audit 2023-12-07T20:24:20.503927+0000 mgr.a (mgr.24293) 25416 : audit 0 from='client.498459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:21 smithi044 bash[32620]: audit 2023-12-07T20:24:20.503927+0000 mgr.a (mgr.24293) 25416 : audit 0 from='client.498459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:21 smithi027 bash[31536]: audit 2023-12-07T20:24:20.503927+0000 mgr.a (mgr.24293) 25416 : audit 0 from='client.498459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:22.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:22 smithi022 bash[28554]: cluster 2023-12-07T20:24:21.332742+0000 mgr.a (mgr.24293) 25417 : cluster 0 pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:22 smithi044 bash[32620]: cluster 2023-12-07T20:24:21.332742+0000 mgr.a (mgr.24293) 25417 : cluster 0 pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:22 smithi027 bash[31536]: cluster 2023-12-07T20:24:21.332742+0000 mgr.a (mgr.24293) 25417 : cluster 0 pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:24 smithi022 bash[28554]: cluster 2023-12-07T20:24:23.333294+0000 mgr.a (mgr.24293) 25418 : cluster 0 pgmap v19008: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:24 smithi044 bash[32620]: cluster 2023-12-07T20:24:23.333294+0000 mgr.a (mgr.24293) 25418 : cluster 0 pgmap v19008: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:24 smithi027 bash[31536]: cluster 2023-12-07T20:24:23.333294+0000 mgr.a (mgr.24293) 25418 : cluster 0 pgmap v19008: 33 pgs: 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:26.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:26.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:26.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:26 smithi022 bash[28554]: cluster 2023-12-07T20:24:25.333811+0000 mgr.a (mgr.24293) 25419 : cluster 0 pgmap v19009: 33 pgs: 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:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:26 smithi044 bash[32620]: cluster 2023-12-07T20:24:25.333811+0000 mgr.a (mgr.24293) 25419 : cluster 0 pgmap v19009: 33 pgs: 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:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:26 smithi027 bash[31536]: cluster 2023-12-07T20:24:25.333811+0000 mgr.a (mgr.24293) 25419 : cluster 0 pgmap v19009: 33 pgs: 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:26.984 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:26.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:26.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:26.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:26.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:27.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:27 smithi022 bash[28554]: audit 2023-12-07T20:24:26.451090+0000 mgr.a (mgr.24293) 25420 : audit 0 from='client.498534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:27 smithi044 bash[32620]: audit 2023-12-07T20:24:26.451090+0000 mgr.a (mgr.24293) 25420 : audit 0 from='client.498534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:27 smithi027 bash[31536]: audit 2023-12-07T20:24:26.451090+0000 mgr.a (mgr.24293) 25420 : audit 0 from='client.498534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:28.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:28 smithi022 bash[28554]: cluster 2023-12-07T20:24:27.334986+0000 mgr.a (mgr.24293) 25421 : cluster 0 pgmap v19010: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:28 smithi044 bash[32620]: cluster 2023-12-07T20:24:27.334986+0000 mgr.a (mgr.24293) 25421 : cluster 0 pgmap v19010: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:28 smithi027 bash[31536]: cluster 2023-12-07T20:24:27.334986+0000 mgr.a (mgr.24293) 25421 : cluster 0 pgmap v19010: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:30 smithi022 bash[28554]: cluster 2023-12-07T20:24:29.335736+0000 mgr.a (mgr.24293) 25422 : cluster 0 pgmap v19011: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:30 smithi044 bash[32620]: cluster 2023-12-07T20:24:29.335736+0000 mgr.a (mgr.24293) 25422 : cluster 0 pgmap v19011: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:30 smithi027 bash[31536]: cluster 2023-12-07T20:24:29.335736+0000 mgr.a (mgr.24293) 25422 : cluster 0 pgmap v19011: 33 pgs: 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:31.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:31.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:31.988 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:32.904 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:32.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:32.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:32.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:32.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:32 smithi022 bash[28554]: cluster 2023-12-07T20:24:31.336505+0000 mgr.a (mgr.24293) 25423 : cluster 0 pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:32 smithi044 bash[32620]: cluster 2023-12-07T20:24:31.336505+0000 mgr.a (mgr.24293) 25423 : cluster 0 pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:32 smithi027 bash[31536]: cluster 2023-12-07T20:24:31.336505+0000 mgr.a (mgr.24293) 25423 : cluster 0 pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:33.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:33 smithi022 bash[28554]: audit 2023-12-07T20:24:32.404888+0000 mgr.a (mgr.24293) 25424 : audit 0 from='client.498609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:33 smithi044 bash[32620]: audit 2023-12-07T20:24:32.404888+0000 mgr.a (mgr.24293) 25424 : audit 0 from='client.498609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:33 smithi027 bash[31536]: audit 2023-12-07T20:24:32.404888+0000 mgr.a (mgr.24293) 25424 : audit 0 from='client.498609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:34 smithi022 bash[28554]: cluster 2023-12-07T20:24:33.337163+0000 mgr.a (mgr.24293) 25425 : cluster 0 pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:34 smithi044 bash[32620]: cluster 2023-12-07T20:24:33.337163+0000 mgr.a (mgr.24293) 25425 : cluster 0 pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:34 smithi027 bash[31536]: cluster 2023-12-07T20:24:33.337163+0000 mgr.a (mgr.24293) 25425 : cluster 0 pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:36 smithi022 bash[28554]: cluster 2023-12-07T20:24:35.337753+0000 mgr.a (mgr.24293) 25426 : cluster 0 pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:36 smithi044 bash[32620]: cluster 2023-12-07T20:24:35.337753+0000 mgr.a (mgr.24293) 25426 : cluster 0 pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:36 smithi027 bash[31536]: cluster 2023-12-07T20:24:35.337753+0000 mgr.a (mgr.24293) 25426 : cluster 0 pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:37.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:37.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:37.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:38.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:38.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:38.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:38.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:38.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:38 smithi022 bash[28554]: cluster 2023-12-07T20:24:37.338573+0000 mgr.a (mgr.24293) 25427 : cluster 0 pgmap v19015: 33 pgs: 33 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:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:38 smithi044 bash[32620]: cluster 2023-12-07T20:24:37.338573+0000 mgr.a (mgr.24293) 25427 : cluster 0 pgmap v19015: 33 pgs: 33 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:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:38 smithi027 bash[31536]: cluster 2023-12-07T20:24:37.338573+0000 mgr.a (mgr.24293) 25427 : cluster 0 pgmap v19015: 33 pgs: 33 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:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:39 smithi022 bash[28554]: audit 2023-12-07T20:24:38.320313+0000 mgr.a (mgr.24293) 25428 : audit 0 from='client.498687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:39 smithi044 bash[32620]: audit 2023-12-07T20:24:38.320313+0000 mgr.a (mgr.24293) 25428 : audit 0 from='client.498687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:39 smithi027 bash[31536]: audit 2023-12-07T20:24:38.320313+0000 mgr.a (mgr.24293) 25428 : audit 0 from='client.498687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:40 smithi022 bash[28554]: cluster 2023-12-07T20:24:39.339314+0000 mgr.a (mgr.24293) 25429 : cluster 0 pgmap v19016: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:40 smithi044 bash[32620]: cluster 2023-12-07T20:24:39.339314+0000 mgr.a (mgr.24293) 25429 : cluster 0 pgmap v19016: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:40 smithi027 bash[31536]: cluster 2023-12-07T20:24:39.339314+0000 mgr.a (mgr.24293) 25429 : cluster 0 pgmap v19016: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:42 smithi022 bash[28554]: cluster 2023-12-07T20:24:41.340182+0000 mgr.a (mgr.24293) 25430 : cluster 0 pgmap v19017: 33 pgs: 33 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:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:42 smithi044 bash[32620]: cluster 2023-12-07T20:24:41.340182+0000 mgr.a (mgr.24293) 25430 : cluster 0 pgmap v19017: 33 pgs: 33 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:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:42 smithi027 bash[31536]: cluster 2023-12-07T20:24:41.340182+0000 mgr.a (mgr.24293) 25430 : cluster 0 pgmap v19017: 33 pgs: 33 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:43.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:43.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:43.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:44.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:44.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:44.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:44.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:44.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:44 smithi022 bash[28554]: cluster 2023-12-07T20:24:43.340744+0000 mgr.a (mgr.24293) 25431 : cluster 0 pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:44 smithi044 bash[32620]: cluster 2023-12-07T20:24:43.340744+0000 mgr.a (mgr.24293) 25431 : cluster 0 pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:44 smithi027 bash[31536]: cluster 2023-12-07T20:24:43.340744+0000 mgr.a (mgr.24293) 25431 : cluster 0 pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:45.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:45 smithi022 bash[28554]: audit 2023-12-07T20:24:44.293050+0000 mgr.a (mgr.24293) 25432 : audit 0 from='client.498759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:45.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:45 smithi044 bash[32620]: audit 2023-12-07T20:24:44.293050+0000 mgr.a (mgr.24293) 25432 : audit 0 from='client.498759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:45.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:45 smithi027 bash[31536]: audit 2023-12-07T20:24:44.293050+0000 mgr.a (mgr.24293) 25432 : audit 0 from='client.498759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:46 smithi022 bash[28554]: cluster 2023-12-07T20:24:45.341480+0000 mgr.a (mgr.24293) 25433 : cluster 0 pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:46 smithi044 bash[32620]: cluster 2023-12-07T20:24:45.341480+0000 mgr.a (mgr.24293) 25433 : cluster 0 pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:46 smithi027 bash[31536]: cluster 2023-12-07T20:24:45.341480+0000 mgr.a (mgr.24293) 25433 : cluster 0 pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:48 smithi022 bash[28554]: cluster 2023-12-07T20:24:47.342313+0000 mgr.a (mgr.24293) 25434 : cluster 0 pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:48 smithi044 bash[32620]: cluster 2023-12-07T20:24:47.342313+0000 mgr.a (mgr.24293) 25434 : cluster 0 pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:48 smithi027 bash[31536]: cluster 2023-12-07T20:24:47.342313+0000 mgr.a (mgr.24293) 25434 : cluster 0 pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:49.814 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:49.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:49.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:50.751 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:50.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:50.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:50.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:50.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:50 smithi022 bash[28554]: cluster 2023-12-07T20:24:49.342880+0000 mgr.a (mgr.24293) 25435 : cluster 0 pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:50 smithi044 bash[32620]: cluster 2023-12-07T20:24:49.342880+0000 mgr.a (mgr.24293) 25435 : cluster 0 pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:50 smithi027 bash[31536]: cluster 2023-12-07T20:24:49.342880+0000 mgr.a (mgr.24293) 25435 : cluster 0 pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:51 smithi022 bash[28554]: audit 2023-12-07T20:24:50.234353+0000 mgr.a (mgr.24293) 25436 : audit 0 from='client.498837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:51 smithi022 bash[28554]: audit 2023-12-07T20:24:51.427734+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:51 smithi044 bash[32620]: audit 2023-12-07T20:24:50.234353+0000 mgr.a (mgr.24293) 25436 : audit 0 from='client.498837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:51 smithi044 bash[32620]: audit 2023-12-07T20:24:51.427734+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:51 smithi027 bash[31536]: audit 2023-12-07T20:24:50.234353+0000 mgr.a (mgr.24293) 25436 : audit 0 from='client.498837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:51.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:51 smithi027 bash[31536]: audit 2023-12-07T20:24:51.427734+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:52 smithi022 bash[28554]: cluster 2023-12-07T20:24:51.343998+0000 mgr.a (mgr.24293) 25437 : cluster 0 pgmap v19022: 33 pgs: 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:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:52 smithi044 bash[32620]: cluster 2023-12-07T20:24:51.343998+0000 mgr.a (mgr.24293) 25437 : cluster 0 pgmap v19022: 33 pgs: 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:52.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:52 smithi027 bash[31536]: cluster 2023-12-07T20:24:51.343998+0000 mgr.a (mgr.24293) 25437 : cluster 0 pgmap v19022: 33 pgs: 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:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:54 smithi022 bash[28554]: cluster 2023-12-07T20:24:53.344591+0000 mgr.a (mgr.24293) 25438 : cluster 0 pgmap v19023: 33 pgs: 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:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:54 smithi044 bash[32620]: cluster 2023-12-07T20:24:53.344591+0000 mgr.a (mgr.24293) 25438 : cluster 0 pgmap v19023: 33 pgs: 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:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:54 smithi027 bash[31536]: cluster 2023-12-07T20:24:53.344591+0000 mgr.a (mgr.24293) 25438 : cluster 0 pgmap v19023: 33 pgs: 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:55.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:24:55.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:55.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:56.703 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:24:56.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:56.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:56.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:56.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:24:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:56 smithi022 bash[28554]: cluster 2023-12-07T20:24:55.345114+0000 mgr.a (mgr.24293) 25439 : cluster 0 pgmap v19024: 33 pgs: 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:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:56 smithi044 bash[32620]: cluster 2023-12-07T20:24:55.345114+0000 mgr.a (mgr.24293) 25439 : cluster 0 pgmap v19024: 33 pgs: 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:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:56 smithi027 bash[31536]: cluster 2023-12-07T20:24:55.345114+0000 mgr.a (mgr.24293) 25439 : cluster 0 pgmap v19024: 33 pgs: 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:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:57 smithi022 bash[28554]: audit 2023-12-07T20:24:56.163505+0000 mgr.a (mgr.24293) 25440 : audit 0 from='client.498915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:57 smithi044 bash[32620]: audit 2023-12-07T20:24:56.163505+0000 mgr.a (mgr.24293) 25440 : audit 0 from='client.498915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:57.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:57 smithi027 bash[31536]: audit 2023-12-07T20:24:56.163505+0000 mgr.a (mgr.24293) 25440 : audit 0 from='client.498915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:24:58 smithi044 bash[32620]: cluster 2023-12-07T20:24:57.346204+0000 mgr.a (mgr.24293) 25441 : cluster 0 pgmap v19025: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:24:58 smithi022 bash[28554]: cluster 2023-12-07T20:24:57.346204+0000 mgr.a (mgr.24293) 25441 : cluster 0 pgmap v19025: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:24:58 smithi027 bash[31536]: cluster 2023-12-07T20:24:57.346204+0000 mgr.a (mgr.24293) 25441 : cluster 0 pgmap v19025: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:00 smithi022 bash[28554]: cluster 2023-12-07T20:24:59.346788+0000 mgr.a (mgr.24293) 25442 : cluster 0 pgmap v19026: 33 pgs: 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:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:00 smithi044 bash[32620]: cluster 2023-12-07T20:24:59.346788+0000 mgr.a (mgr.24293) 25442 : cluster 0 pgmap v19026: 33 pgs: 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:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:00 smithi027 bash[31536]: cluster 2023-12-07T20:24:59.346788+0000 mgr.a (mgr.24293) 25442 : cluster 0 pgmap v19026: 33 pgs: 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:01.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:01.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:01.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:02.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:02.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:02.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:02 smithi022 bash[28554]: cluster 2023-12-07T20:25:01.347707+0000 mgr.a (mgr.24293) 25443 : cluster 0 pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:02 smithi022 bash[28554]: audit 2023-12-07T20:25:02.372797+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:02 smithi022 bash[28554]: audit 2023-12-07T20:25:02.379774+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:02 smithi022 bash[28554]: audit 2023-12-07T20:25:02.393394+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:02 smithi022 bash[28554]: audit 2023-12-07T20:25:02.396002+0000 mon.a (mon.0) 3948 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:02 smithi022 bash[28554]: audit 2023-12-07T20:25:02.405604+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:02 smithi044 bash[32620]: cluster 2023-12-07T20:25:01.347707+0000 mgr.a (mgr.24293) 25443 : cluster 0 pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:02 smithi044 bash[32620]: audit 2023-12-07T20:25:02.372797+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:02 smithi044 bash[32620]: audit 2023-12-07T20:25:02.379774+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:02 smithi044 bash[32620]: audit 2023-12-07T20:25:02.393394+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:02 smithi044 bash[32620]: audit 2023-12-07T20:25:02.396002+0000 mon.a (mon.0) 3948 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:02 smithi044 bash[32620]: audit 2023-12-07T20:25:02.405604+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:02 smithi027 bash[31536]: cluster 2023-12-07T20:25:01.347707+0000 mgr.a (mgr.24293) 25443 : cluster 0 pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:02 smithi027 bash[31536]: audit 2023-12-07T20:25:02.372797+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:02 smithi027 bash[31536]: audit 2023-12-07T20:25:02.379774+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:02 smithi027 bash[31536]: audit 2023-12-07T20:25:02.393394+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:02 smithi027 bash[31536]: audit 2023-12-07T20:25:02.396002+0000 mon.a (mon.0) 3948 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:02 smithi027 bash[31536]: audit 2023-12-07T20:25:02.405604+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:25:03.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:03 smithi022 bash[28554]: audit 2023-12-07T20:25:02.114450+0000 mgr.a (mgr.24293) 25444 : audit 0 from='client.498993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:03 smithi044 bash[32620]: audit 2023-12-07T20:25:02.114450+0000 mgr.a (mgr.24293) 25444 : audit 0 from='client.498993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:03.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:03 smithi027 bash[31536]: audit 2023-12-07T20:25:02.114450+0000 mgr.a (mgr.24293) 25444 : audit 0 from='client.498993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:04 smithi022 bash[28554]: cluster 2023-12-07T20:25:03.348424+0000 mgr.a (mgr.24293) 25445 : cluster 0 pgmap v19028: 33 pgs: 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:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:04 smithi044 bash[32620]: cluster 2023-12-07T20:25:03.348424+0000 mgr.a (mgr.24293) 25445 : cluster 0 pgmap v19028: 33 pgs: 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:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:04 smithi027 bash[31536]: cluster 2023-12-07T20:25:03.348424+0000 mgr.a (mgr.24293) 25445 : cluster 0 pgmap v19028: 33 pgs: 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:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:06 smithi022 bash[28554]: cluster 2023-12-07T20:25:05.349022+0000 mgr.a (mgr.24293) 25446 : cluster 0 pgmap v19029: 33 pgs: 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:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:06 smithi044 bash[32620]: cluster 2023-12-07T20:25:05.349022+0000 mgr.a (mgr.24293) 25446 : cluster 0 pgmap v19029: 33 pgs: 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:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:06 smithi027 bash[31536]: cluster 2023-12-07T20:25:05.349022+0000 mgr.a (mgr.24293) 25446 : cluster 0 pgmap v19029: 33 pgs: 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:07.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:07.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:07.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:08.581 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:08.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:08.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:08.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:08.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:08.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:08 smithi022 bash[28554]: cluster 2023-12-07T20:25:07.349870+0000 mgr.a (mgr.24293) 25447 : cluster 0 pgmap v19030: 33 pgs: 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:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:08 smithi044 bash[32620]: cluster 2023-12-07T20:25:07.349870+0000 mgr.a (mgr.24293) 25447 : cluster 0 pgmap v19030: 33 pgs: 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:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:08 smithi027 bash[31536]: cluster 2023-12-07T20:25:07.349870+0000 mgr.a (mgr.24293) 25447 : cluster 0 pgmap v19030: 33 pgs: 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:09.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:09 smithi022 bash[28554]: audit 2023-12-07T20:25:08.053542+0000 mgr.a (mgr.24293) 25448 : audit 0 from='client.499068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:09 smithi044 bash[32620]: audit 2023-12-07T20:25:08.053542+0000 mgr.a (mgr.24293) 25448 : audit 0 from='client.499068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:09 smithi027 bash[31536]: audit 2023-12-07T20:25:08.053542+0000 mgr.a (mgr.24293) 25448 : audit 0 from='client.499068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:10 smithi022 bash[28554]: cluster 2023-12-07T20:25:09.350642+0000 mgr.a (mgr.24293) 25449 : cluster 0 pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:10 smithi044 bash[32620]: cluster 2023-12-07T20:25:09.350642+0000 mgr.a (mgr.24293) 25449 : cluster 0 pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:10 smithi027 bash[31536]: cluster 2023-12-07T20:25:09.350642+0000 mgr.a (mgr.24293) 25449 : cluster 0 pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:12 smithi022 bash[28554]: cluster 2023-12-07T20:25:11.351444+0000 mgr.a (mgr.24293) 25450 : cluster 0 pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:12 smithi044 bash[32620]: cluster 2023-12-07T20:25:11.351444+0000 mgr.a (mgr.24293) 25450 : cluster 0 pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:12 smithi027 bash[31536]: cluster 2023-12-07T20:25:11.351444+0000 mgr.a (mgr.24293) 25450 : cluster 0 pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:13.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:13.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:13.584 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:14.527 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:14.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:14.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:14.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:14.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:14 smithi022 bash[28554]: cluster 2023-12-07T20:25:13.351995+0000 mgr.a (mgr.24293) 25451 : cluster 0 pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:14 smithi044 bash[32620]: cluster 2023-12-07T20:25:13.351995+0000 mgr.a (mgr.24293) 25451 : cluster 0 pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:14 smithi027 bash[31536]: cluster 2023-12-07T20:25:13.351995+0000 mgr.a (mgr.24293) 25451 : cluster 0 pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:15 smithi022 bash[28554]: audit 2023-12-07T20:25:14.001986+0000 mgr.a (mgr.24293) 25452 : audit 0 from='client.499146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:15 smithi044 bash[32620]: audit 2023-12-07T20:25:14.001986+0000 mgr.a (mgr.24293) 25452 : audit 0 from='client.499146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:15 smithi027 bash[31536]: audit 2023-12-07T20:25:14.001986+0000 mgr.a (mgr.24293) 25452 : audit 0 from='client.499146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:16 smithi022 bash[28554]: cluster 2023-12-07T20:25:15.352835+0000 mgr.a (mgr.24293) 25453 : cluster 0 pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:16 smithi044 bash[32620]: cluster 2023-12-07T20:25:15.352835+0000 mgr.a (mgr.24293) 25453 : cluster 0 pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:16 smithi027 bash[31536]: cluster 2023-12-07T20:25:15.352835+0000 mgr.a (mgr.24293) 25453 : cluster 0 pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:18 smithi022 bash[28554]: cluster 2023-12-07T20:25:17.353671+0000 mgr.a (mgr.24293) 25454 : cluster 0 pgmap v19035: 33 pgs: 33 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:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:18 smithi044 bash[32620]: cluster 2023-12-07T20:25:17.353671+0000 mgr.a (mgr.24293) 25454 : cluster 0 pgmap v19035: 33 pgs: 33 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:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:18 smithi027 bash[31536]: cluster 2023-12-07T20:25:17.353671+0000 mgr.a (mgr.24293) 25454 : cluster 0 pgmap v19035: 33 pgs: 33 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:19.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:19.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:19.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:20.460 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:20.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:20.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:20.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:20.460 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:20 smithi022 bash[28554]: cluster 2023-12-07T20:25:19.354177+0000 mgr.a (mgr.24293) 25455 : cluster 0 pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:20 smithi044 bash[32620]: cluster 2023-12-07T20:25:19.354177+0000 mgr.a (mgr.24293) 25455 : cluster 0 pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:20 smithi027 bash[31536]: cluster 2023-12-07T20:25:19.354177+0000 mgr.a (mgr.24293) 25455 : cluster 0 pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:21 smithi022 bash[28554]: audit 2023-12-07T20:25:19.939199+0000 mgr.a (mgr.24293) 25456 : audit 0 from='client.499224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:21 smithi044 bash[32620]: audit 2023-12-07T20:25:19.939199+0000 mgr.a (mgr.24293) 25456 : audit 0 from='client.499224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:21 smithi027 bash[31536]: audit 2023-12-07T20:25:19.939199+0000 mgr.a (mgr.24293) 25456 : audit 0 from='client.499224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:22 smithi022 bash[28554]: cluster 2023-12-07T20:25:21.355122+0000 mgr.a (mgr.24293) 25457 : cluster 0 pgmap v19037: 33 pgs: 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:25:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:22 smithi044 bash[32620]: cluster 2023-12-07T20:25:21.355122+0000 mgr.a (mgr.24293) 25457 : cluster 0 pgmap v19037: 33 pgs: 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:25:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:22 smithi027 bash[31536]: cluster 2023-12-07T20:25:21.355122+0000 mgr.a (mgr.24293) 25457 : cluster 0 pgmap v19037: 33 pgs: 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:25:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:24 smithi022 bash[28554]: cluster 2023-12-07T20:25:23.355719+0000 mgr.a (mgr.24293) 25458 : cluster 0 pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:25:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:24 smithi044 bash[32620]: cluster 2023-12-07T20:25:23.355719+0000 mgr.a (mgr.24293) 25458 : cluster 0 pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:25:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:24 smithi027 bash[31536]: cluster 2023-12-07T20:25:23.355719+0000 mgr.a (mgr.24293) 25458 : cluster 0 pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:25:25.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:25.463 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:25.464 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:26.424 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:26.425 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:26 smithi022 bash[28554]: cluster 2023-12-07T20:25:25.356309+0000 mgr.a (mgr.24293) 25459 : cluster 0 pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:25:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:26 smithi044 bash[32620]: cluster 2023-12-07T20:25:25.356309+0000 mgr.a (mgr.24293) 25459 : cluster 0 pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:25:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:26 smithi027 bash[31536]: cluster 2023-12-07T20:25:25.356309+0000 mgr.a (mgr.24293) 25459 : cluster 0 pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:25:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:27 smithi022 bash[28554]: audit 2023-12-07T20:25:25.877825+0000 mgr.a (mgr.24293) 25460 : audit 0 from='client.499302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:27 smithi044 bash[32620]: audit 2023-12-07T20:25:25.877825+0000 mgr.a (mgr.24293) 25460 : audit 0 from='client.499302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:27 smithi027 bash[31536]: audit 2023-12-07T20:25:25.877825+0000 mgr.a (mgr.24293) 25460 : audit 0 from='client.499302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:28 smithi022 bash[28554]: cluster 2023-12-07T20:25:27.357380+0000 mgr.a (mgr.24293) 25461 : cluster 0 pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:28 smithi044 bash[32620]: cluster 2023-12-07T20:25:27.357380+0000 mgr.a (mgr.24293) 25461 : cluster 0 pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:28 smithi027 bash[31536]: cluster 2023-12-07T20:25:27.357380+0000 mgr.a (mgr.24293) 25461 : cluster 0 pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:30 smithi022 bash[28554]: cluster 2023-12-07T20:25:29.357952+0000 mgr.a (mgr.24293) 25462 : cluster 0 pgmap v19041: 33 pgs: 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:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:30 smithi044 bash[32620]: cluster 2023-12-07T20:25:29.357952+0000 mgr.a (mgr.24293) 25462 : cluster 0 pgmap v19041: 33 pgs: 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:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:30 smithi027 bash[31536]: cluster 2023-12-07T20:25:29.357952+0000 mgr.a (mgr.24293) 25462 : cluster 0 pgmap v19041: 33 pgs: 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:31.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:31.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:31.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:32.367 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:32 smithi022 bash[28554]: cluster 2023-12-07T20:25:31.358725+0000 mgr.a (mgr.24293) 25463 : cluster 0 pgmap v19042: 33 pgs: 33 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:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:32 smithi044 bash[32620]: cluster 2023-12-07T20:25:31.358725+0000 mgr.a (mgr.24293) 25463 : cluster 0 pgmap v19042: 33 pgs: 33 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:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:32 smithi027 bash[31536]: cluster 2023-12-07T20:25:31.358725+0000 mgr.a (mgr.24293) 25463 : cluster 0 pgmap v19042: 33 pgs: 33 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:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:33 smithi027 bash[31536]: audit 2023-12-07T20:25:31.843491+0000 mgr.a (mgr.24293) 25464 : audit 0 from='client.499380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:34.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:33 smithi022 bash[28554]: audit 2023-12-07T20:25:31.843491+0000 mgr.a (mgr.24293) 25464 : audit 0 from='client.499380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:33 smithi044 bash[32620]: audit 2023-12-07T20:25:31.843491+0000 mgr.a (mgr.24293) 25464 : audit 0 from='client.499380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:34 smithi027 bash[31536]: cluster 2023-12-07T20:25:33.359475+0000 mgr.a (mgr.24293) 25465 : cluster 0 pgmap v19043: 33 pgs: 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:25:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:34 smithi022 bash[28554]: cluster 2023-12-07T20:25:33.359475+0000 mgr.a (mgr.24293) 25465 : cluster 0 pgmap v19043: 33 pgs: 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:25:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:34 smithi044 bash[32620]: cluster 2023-12-07T20:25:33.359475+0000 mgr.a (mgr.24293) 25465 : cluster 0 pgmap v19043: 33 pgs: 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:25:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:36 smithi027 bash[31536]: cluster 2023-12-07T20:25:35.360142+0000 mgr.a (mgr.24293) 25466 : cluster 0 pgmap v19044: 33 pgs: 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:25:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:36 smithi022 bash[28554]: cluster 2023-12-07T20:25:35.360142+0000 mgr.a (mgr.24293) 25466 : cluster 0 pgmap v19044: 33 pgs: 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:25:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:36 smithi044 bash[32620]: cluster 2023-12-07T20:25:35.360142+0000 mgr.a (mgr.24293) 25466 : cluster 0 pgmap v19044: 33 pgs: 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:25:37.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:37.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:37.371 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:38.309 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:38.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:38.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:38.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:38.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:38 smithi027 bash[31536]: cluster 2023-12-07T20:25:37.360963+0000 mgr.a (mgr.24293) 25467 : cluster 0 pgmap v19045: 33 pgs: 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:25:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:38 smithi022 bash[28554]: cluster 2023-12-07T20:25:37.360963+0000 mgr.a (mgr.24293) 25467 : cluster 0 pgmap v19045: 33 pgs: 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:25:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:38 smithi044 bash[32620]: cluster 2023-12-07T20:25:37.360963+0000 mgr.a (mgr.24293) 25467 : cluster 0 pgmap v19045: 33 pgs: 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:25:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:39 smithi027 bash[31536]: audit 2023-12-07T20:25:37.789672+0000 mgr.a (mgr.24293) 25468 : audit 0 from='client.499458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:39 smithi022 bash[28554]: audit 2023-12-07T20:25:37.789672+0000 mgr.a (mgr.24293) 25468 : audit 0 from='client.499458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:39 smithi044 bash[32620]: audit 2023-12-07T20:25:37.789672+0000 mgr.a (mgr.24293) 25468 : audit 0 from='client.499458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:40 smithi022 bash[28554]: cluster 2023-12-07T20:25:39.361677+0000 mgr.a (mgr.24293) 25469 : cluster 0 pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:40 smithi044 bash[32620]: cluster 2023-12-07T20:25:39.361677+0000 mgr.a (mgr.24293) 25469 : cluster 0 pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:40 smithi027 bash[31536]: cluster 2023-12-07T20:25:39.361677+0000 mgr.a (mgr.24293) 25469 : cluster 0 pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:42 smithi022 bash[28554]: cluster 2023-12-07T20:25:41.362506+0000 mgr.a (mgr.24293) 25470 : cluster 0 pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:42 smithi044 bash[32620]: cluster 2023-12-07T20:25:41.362506+0000 mgr.a (mgr.24293) 25470 : cluster 0 pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:42 smithi027 bash[31536]: cluster 2023-12-07T20:25:41.362506+0000 mgr.a (mgr.24293) 25470 : cluster 0 pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:43.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:43.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:43.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:44.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:44.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:44.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:44.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:44.247 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:44 smithi022 bash[28554]: cluster 2023-12-07T20:25:43.363103+0000 mgr.a (mgr.24293) 25471 : cluster 0 pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:44 smithi022 bash[28554]: audit 2023-12-07T20:25:43.724803+0000 mgr.a (mgr.24293) 25472 : audit 0 from='client.499533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:44 smithi044 bash[32620]: cluster 2023-12-07T20:25:43.363103+0000 mgr.a (mgr.24293) 25471 : cluster 0 pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:44 smithi044 bash[32620]: audit 2023-12-07T20:25:43.724803+0000 mgr.a (mgr.24293) 25472 : audit 0 from='client.499533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:44 smithi027 bash[31536]: cluster 2023-12-07T20:25:43.363103+0000 mgr.a (mgr.24293) 25471 : cluster 0 pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:44 smithi027 bash[31536]: audit 2023-12-07T20:25:43.724803+0000 mgr.a (mgr.24293) 25472 : audit 0 from='client.499533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:46 smithi022 bash[28554]: cluster 2023-12-07T20:25:45.363871+0000 mgr.a (mgr.24293) 25473 : cluster 0 pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:46 smithi044 bash[32620]: cluster 2023-12-07T20:25:45.363871+0000 mgr.a (mgr.24293) 25473 : cluster 0 pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:46 smithi027 bash[31536]: cluster 2023-12-07T20:25:45.363871+0000 mgr.a (mgr.24293) 25473 : cluster 0 pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:48 smithi022 bash[28554]: cluster 2023-12-07T20:25:47.364691+0000 mgr.a (mgr.24293) 25474 : cluster 0 pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:48 smithi044 bash[32620]: cluster 2023-12-07T20:25:47.364691+0000 mgr.a (mgr.24293) 25474 : cluster 0 pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:48 smithi027 bash[31536]: cluster 2023-12-07T20:25:47.364691+0000 mgr.a (mgr.24293) 25474 : cluster 0 pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:49.250 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:49.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:49.251 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:50.204 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:50.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:50.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:50.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:50.205 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:50 smithi022 bash[28554]: cluster 2023-12-07T20:25:49.365238+0000 mgr.a (mgr.24293) 25475 : cluster 0 pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:50 smithi022 bash[28554]: audit 2023-12-07T20:25:49.661539+0000 mgr.a (mgr.24293) 25476 : audit 0 from='client.499608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:50 smithi044 bash[32620]: cluster 2023-12-07T20:25:49.365238+0000 mgr.a (mgr.24293) 25475 : cluster 0 pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:50 smithi044 bash[32620]: audit 2023-12-07T20:25:49.661539+0000 mgr.a (mgr.24293) 25476 : audit 0 from='client.499608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:50 smithi027 bash[31536]: cluster 2023-12-07T20:25:49.365238+0000 mgr.a (mgr.24293) 25475 : cluster 0 pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:50 smithi027 bash[31536]: audit 2023-12-07T20:25:49.661539+0000 mgr.a (mgr.24293) 25476 : audit 0 from='client.499608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:52 smithi022 bash[28554]: cluster 2023-12-07T20:25:51.366130+0000 mgr.a (mgr.24293) 25477 : cluster 0 pgmap v19052: 33 pgs: 33 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:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:52 smithi044 bash[32620]: cluster 2023-12-07T20:25:51.366130+0000 mgr.a (mgr.24293) 25477 : cluster 0 pgmap v19052: 33 pgs: 33 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:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:52 smithi027 bash[31536]: cluster 2023-12-07T20:25:51.366130+0000 mgr.a (mgr.24293) 25477 : cluster 0 pgmap v19052: 33 pgs: 33 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:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:54 smithi022 bash[28554]: cluster 2023-12-07T20:25:53.366716+0000 mgr.a (mgr.24293) 25478 : cluster 0 pgmap v19053: 33 pgs: 33 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:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:54 smithi044 bash[32620]: cluster 2023-12-07T20:25:53.366716+0000 mgr.a (mgr.24293) 25478 : cluster 0 pgmap v19053: 33 pgs: 33 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:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:54 smithi027 bash[31536]: cluster 2023-12-07T20:25:53.366716+0000 mgr.a (mgr.24293) 25478 : cluster 0 pgmap v19053: 33 pgs: 33 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:55.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:25:55.208 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:55.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:56.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:25:56.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:56.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:56.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:56.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:25:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:56 smithi022 bash[28554]: cluster 2023-12-07T20:25:55.367277+0000 mgr.a (mgr.24293) 25479 : cluster 0 pgmap v19054: 33 pgs: 33 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:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:56 smithi022 bash[28554]: audit 2023-12-07T20:25:55.622445+0000 mgr.a (mgr.24293) 25480 : audit 0 from='client.499683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:56 smithi044 bash[32620]: cluster 2023-12-07T20:25:55.367277+0000 mgr.a (mgr.24293) 25479 : cluster 0 pgmap v19054: 33 pgs: 33 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:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:56 smithi044 bash[32620]: audit 2023-12-07T20:25:55.622445+0000 mgr.a (mgr.24293) 25480 : audit 0 from='client.499683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:56 smithi027 bash[31536]: cluster 2023-12-07T20:25:55.367277+0000 mgr.a (mgr.24293) 25479 : cluster 0 pgmap v19054: 33 pgs: 33 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:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:56 smithi027 bash[31536]: audit 2023-12-07T20:25:55.622445+0000 mgr.a (mgr.24293) 25480 : audit 0 from='client.499683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:25:58 smithi022 bash[28554]: cluster 2023-12-07T20:25:57.368334+0000 mgr.a (mgr.24293) 25481 : cluster 0 pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:25:58 smithi044 bash[32620]: cluster 2023-12-07T20:25:57.368334+0000 mgr.a (mgr.24293) 25481 : cluster 0 pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:25:58 smithi027 bash[31536]: cluster 2023-12-07T20:25:57.368334+0000 mgr.a (mgr.24293) 25481 : cluster 0 pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:01.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:01.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:01.148 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:00 smithi022 bash[28554]: cluster 2023-12-07T20:25:59.368919+0000 mgr.a (mgr.24293) 25482 : cluster 0 pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:00 smithi044 bash[32620]: cluster 2023-12-07T20:25:59.368919+0000 mgr.a (mgr.24293) 25482 : cluster 0 pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:00 smithi027 bash[31536]: cluster 2023-12-07T20:25:59.368919+0000 mgr.a (mgr.24293) 25482 : cluster 0 pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:02.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:02.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:02.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:02.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:02.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:02 smithi022 bash[28554]: cluster 2023-12-07T20:26:01.369648+0000 mgr.a (mgr.24293) 25483 : cluster 0 pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:02 smithi022 bash[28554]: audit 2023-12-07T20:26:01.553306+0000 mgr.a (mgr.24293) 25484 : audit 0 from='client.499761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:02 smithi022 bash[28554]: audit 2023-12-07T20:26:02.525800+0000 mon.a (mon.0) 3950 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:02 smithi044 bash[32620]: cluster 2023-12-07T20:26:01.369648+0000 mgr.a (mgr.24293) 25483 : cluster 0 pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:02 smithi044 bash[32620]: audit 2023-12-07T20:26:01.553306+0000 mgr.a (mgr.24293) 25484 : audit 0 from='client.499761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:02 smithi044 bash[32620]: audit 2023-12-07T20:26:02.525800+0000 mon.a (mon.0) 3950 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:02 smithi027 bash[31536]: cluster 2023-12-07T20:26:01.369648+0000 mgr.a (mgr.24293) 25483 : cluster 0 pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:02 smithi027 bash[31536]: audit 2023-12-07T20:26:01.553306+0000 mgr.a (mgr.24293) 25484 : audit 0 from='client.499761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:02 smithi027 bash[31536]: audit 2023-12-07T20:26:02.525800+0000 mon.a (mon.0) 3950 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: cluster 2023-12-07T20:26:03.370287+0000 mgr.a (mgr.24293) 25485 : cluster 0 pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.785715+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.791420+0000 mon.a (mon.0) 3952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.795339+0000 mon.a (mon.0) 3953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.799287+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.802503+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.805356+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.806440+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.807665+0000 mon.a (mon.0) 3958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:04 smithi022 bash[28554]: audit 2023-12-07T20:26:03.814113+0000 mon.a (mon.0) 3959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: cluster 2023-12-07T20:26:03.370287+0000 mgr.a (mgr.24293) 25485 : cluster 0 pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.785715+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.791420+0000 mon.a (mon.0) 3952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.795339+0000 mon.a (mon.0) 3953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.799287+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.802503+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.805356+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.806440+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.807665+0000 mon.a (mon.0) 3958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:05.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:04 smithi044 bash[32620]: audit 2023-12-07T20:26:03.814113+0000 mon.a (mon.0) 3959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: cluster 2023-12-07T20:26:03.370287+0000 mgr.a (mgr.24293) 25485 : cluster 0 pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.785715+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.791420+0000 mon.a (mon.0) 3952 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.795339+0000 mon.a (mon.0) 3953 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.799287+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.802503+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.805356+0000 mon.a (mon.0) 3956 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.806440+0000 mon.a (mon.0) 3957 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:05.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.807665+0000 mon.a (mon.0) 3958 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:05.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:04 smithi027 bash[31536]: audit 2023-12-07T20:26:03.814113+0000 mon.a (mon.0) 3959 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:26:07.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:07.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:07.065 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:06 smithi022 bash[28554]: cluster 2023-12-07T20:26:05.370900+0000 mgr.a (mgr.24293) 25486 : cluster 0 pgmap v19059: 33 pgs: 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:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:06 smithi044 bash[32620]: cluster 2023-12-07T20:26:05.370900+0000 mgr.a (mgr.24293) 25486 : cluster 0 pgmap v19059: 33 pgs: 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:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:06 smithi027 bash[31536]: cluster 2023-12-07T20:26:05.370900+0000 mgr.a (mgr.24293) 25486 : cluster 0 pgmap v19059: 33 pgs: 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:07.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:07.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:08.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:08.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:08.000 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:07 smithi022 bash[28554]: cluster 2023-12-07T20:26:07.371685+0000 mgr.a (mgr.24293) 25487 : cluster 0 pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:08.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:07 smithi022 bash[28554]: audit 2023-12-07T20:26:07.472543+0000 mgr.a (mgr.24293) 25488 : audit 0 from='client.499836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:07 smithi044 bash[32620]: cluster 2023-12-07T20:26:07.371685+0000 mgr.a (mgr.24293) 25487 : cluster 0 pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:07 smithi044 bash[32620]: audit 2023-12-07T20:26:07.472543+0000 mgr.a (mgr.24293) 25488 : audit 0 from='client.499836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:07 smithi027 bash[31536]: cluster 2023-12-07T20:26:07.371685+0000 mgr.a (mgr.24293) 25487 : cluster 0 pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:07 smithi027 bash[31536]: audit 2023-12-07T20:26:07.472543+0000 mgr.a (mgr.24293) 25488 : audit 0 from='client.499836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:10 smithi027 bash[31536]: cluster 2023-12-07T20:26:09.372386+0000 mgr.a (mgr.24293) 25489 : cluster 0 pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:10 smithi022 bash[28554]: cluster 2023-12-07T20:26:09.372386+0000 mgr.a (mgr.24293) 25489 : cluster 0 pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:10 smithi044 bash[32620]: cluster 2023-12-07T20:26:09.372386+0000 mgr.a (mgr.24293) 25489 : cluster 0 pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:12.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:12 smithi027 bash[31536]: cluster 2023-12-07T20:26:11.373331+0000 mgr.a (mgr.24293) 25490 : cluster 0 pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:12 smithi022 bash[28554]: cluster 2023-12-07T20:26:11.373331+0000 mgr.a (mgr.24293) 25490 : cluster 0 pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:12 smithi044 bash[32620]: cluster 2023-12-07T20:26:11.373331+0000 mgr.a (mgr.24293) 25490 : cluster 0 pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:13.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:13.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:13.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:13.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:13.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:13.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:13.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:13.933 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:14 smithi027 bash[31536]: cluster 2023-12-07T20:26:13.373909+0000 mgr.a (mgr.24293) 25491 : cluster 0 pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:14 smithi027 bash[31536]: audit 2023-12-07T20:26:13.413503+0000 mgr.a (mgr.24293) 25492 : audit 0 from='client.499911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:14 smithi022 bash[28554]: cluster 2023-12-07T20:26:13.373909+0000 mgr.a (mgr.24293) 25491 : cluster 0 pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:14 smithi022 bash[28554]: audit 2023-12-07T20:26:13.413503+0000 mgr.a (mgr.24293) 25492 : audit 0 from='client.499911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:14 smithi044 bash[32620]: cluster 2023-12-07T20:26:13.373909+0000 mgr.a (mgr.24293) 25491 : cluster 0 pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:14 smithi044 bash[32620]: audit 2023-12-07T20:26:13.413503+0000 mgr.a (mgr.24293) 25492 : audit 0 from='client.499911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:16 smithi027 bash[31536]: cluster 2023-12-07T20:26:15.374567+0000 mgr.a (mgr.24293) 25493 : cluster 0 pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:16 smithi022 bash[28554]: cluster 2023-12-07T20:26:15.374567+0000 mgr.a (mgr.24293) 25493 : cluster 0 pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:16 smithi044 bash[32620]: cluster 2023-12-07T20:26:15.374567+0000 mgr.a (mgr.24293) 25493 : cluster 0 pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:18 smithi027 bash[31536]: cluster 2023-12-07T20:26:17.375423+0000 mgr.a (mgr.24293) 25494 : cluster 0 pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:18 smithi022 bash[28554]: cluster 2023-12-07T20:26:17.375423+0000 mgr.a (mgr.24293) 25494 : cluster 0 pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:18 smithi044 bash[32620]: cluster 2023-12-07T20:26:17.375423+0000 mgr.a (mgr.24293) 25494 : cluster 0 pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:18.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:18.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:18.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:19.867 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:19.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:19.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:19.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:19.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:20 smithi027 bash[31536]: audit 2023-12-07T20:26:19.346216+0000 mgr.a (mgr.24293) 25495 : audit 0 from='client.499986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:20 smithi027 bash[31536]: cluster 2023-12-07T20:26:19.376241+0000 mgr.a (mgr.24293) 25496 : cluster 0 pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:20 smithi022 bash[28554]: audit 2023-12-07T20:26:19.346216+0000 mgr.a (mgr.24293) 25495 : audit 0 from='client.499986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:20 smithi022 bash[28554]: cluster 2023-12-07T20:26:19.376241+0000 mgr.a (mgr.24293) 25496 : cluster 0 pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:20 smithi044 bash[32620]: audit 2023-12-07T20:26:19.346216+0000 mgr.a (mgr.24293) 25495 : audit 0 from='client.499986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:20 smithi044 bash[32620]: cluster 2023-12-07T20:26:19.376241+0000 mgr.a (mgr.24293) 25496 : cluster 0 pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:22 smithi022 bash[28554]: cluster 2023-12-07T20:26:21.377170+0000 mgr.a (mgr.24293) 25497 : cluster 0 pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:22 smithi044 bash[32620]: cluster 2023-12-07T20:26:21.377170+0000 mgr.a (mgr.24293) 25497 : cluster 0 pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:22 smithi027 bash[31536]: cluster 2023-12-07T20:26:21.377170+0000 mgr.a (mgr.24293) 25497 : cluster 0 pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:24.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:24.870 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:24.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:24 smithi022 bash[28554]: cluster 2023-12-07T20:26:23.377733+0000 mgr.a (mgr.24293) 25498 : cluster 0 pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:24 smithi044 bash[32620]: cluster 2023-12-07T20:26:23.377733+0000 mgr.a (mgr.24293) 25498 : cluster 0 pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:24 smithi027 bash[31536]: cluster 2023-12-07T20:26:23.377733+0000 mgr.a (mgr.24293) 25498 : cluster 0 pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:25.826 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:25.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:25.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:25.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:25.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:26 smithi022 bash[28554]: audit 2023-12-07T20:26:25.290824+0000 mgr.a (mgr.24293) 25499 : audit 0 from='client.500064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:26 smithi022 bash[28554]: cluster 2023-12-07T20:26:25.378298+0000 mgr.a (mgr.24293) 25500 : cluster 0 pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:26 smithi044 bash[32620]: audit 2023-12-07T20:26:25.290824+0000 mgr.a (mgr.24293) 25499 : audit 0 from='client.500064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:26 smithi044 bash[32620]: cluster 2023-12-07T20:26:25.378298+0000 mgr.a (mgr.24293) 25500 : cluster 0 pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:26 smithi027 bash[31536]: audit 2023-12-07T20:26:25.290824+0000 mgr.a (mgr.24293) 25499 : audit 0 from='client.500064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:26 smithi027 bash[31536]: cluster 2023-12-07T20:26:25.378298+0000 mgr.a (mgr.24293) 25500 : cluster 0 pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:28 smithi022 bash[28554]: cluster 2023-12-07T20:26:27.379292+0000 mgr.a (mgr.24293) 25501 : cluster 0 pgmap v19070: 33 pgs: 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:26:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:28 smithi044 bash[32620]: cluster 2023-12-07T20:26:27.379292+0000 mgr.a (mgr.24293) 25501 : cluster 0 pgmap v19070: 33 pgs: 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:26:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:28 smithi027 bash[31536]: cluster 2023-12-07T20:26:27.379292+0000 mgr.a (mgr.24293) 25501 : cluster 0 pgmap v19070: 33 pgs: 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:26:30.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:30.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:30.830 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:30 smithi022 bash[28554]: cluster 2023-12-07T20:26:29.379874+0000 mgr.a (mgr.24293) 25502 : cluster 0 pgmap v19071: 33 pgs: 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:26:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:30 smithi044 bash[32620]: cluster 2023-12-07T20:26:29.379874+0000 mgr.a (mgr.24293) 25502 : cluster 0 pgmap v19071: 33 pgs: 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:26:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:30 smithi027 bash[31536]: cluster 2023-12-07T20:26:29.379874+0000 mgr.a (mgr.24293) 25502 : cluster 0 pgmap v19071: 33 pgs: 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:26:31.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:31.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:31.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:31.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:31.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:32 smithi022 bash[28554]: audit 2023-12-07T20:26:31.247961+0000 mgr.a (mgr.24293) 25503 : audit 0 from='client.500142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:32 smithi022 bash[28554]: cluster 2023-12-07T20:26:31.380828+0000 mgr.a (mgr.24293) 25504 : cluster 0 pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:32 smithi044 bash[32620]: audit 2023-12-07T20:26:31.247961+0000 mgr.a (mgr.24293) 25503 : audit 0 from='client.500142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:32 smithi044 bash[32620]: cluster 2023-12-07T20:26:31.380828+0000 mgr.a (mgr.24293) 25504 : cluster 0 pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:32 smithi027 bash[31536]: audit 2023-12-07T20:26:31.247961+0000 mgr.a (mgr.24293) 25503 : audit 0 from='client.500142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:32 smithi027 bash[31536]: cluster 2023-12-07T20:26:31.380828+0000 mgr.a (mgr.24293) 25504 : cluster 0 pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:34 smithi022 bash[28554]: cluster 2023-12-07T20:26:33.381533+0000 mgr.a (mgr.24293) 25505 : cluster 0 pgmap v19073: 33 pgs: 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:34 smithi044 bash[32620]: cluster 2023-12-07T20:26:33.381533+0000 mgr.a (mgr.24293) 25505 : cluster 0 pgmap v19073: 33 pgs: 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:34 smithi027 bash[31536]: cluster 2023-12-07T20:26:33.381533+0000 mgr.a (mgr.24293) 25505 : cluster 0 pgmap v19073: 33 pgs: 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:36.769 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:36.770 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:36.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:36 smithi022 bash[28554]: cluster 2023-12-07T20:26:35.382119+0000 mgr.a (mgr.24293) 25506 : cluster 0 pgmap v19074: 33 pgs: 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:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:36 smithi044 bash[32620]: cluster 2023-12-07T20:26:35.382119+0000 mgr.a (mgr.24293) 25506 : cluster 0 pgmap v19074: 33 pgs: 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:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:36 smithi027 bash[31536]: cluster 2023-12-07T20:26:35.382119+0000 mgr.a (mgr.24293) 25506 : cluster 0 pgmap v19074: 33 pgs: 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:37.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:37.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:37.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:37.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:37.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:38 smithi022 bash[28554]: audit 2023-12-07T20:26:37.185807+0000 mgr.a (mgr.24293) 25507 : audit 0 from='client.500217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:38 smithi022 bash[28554]: cluster 2023-12-07T20:26:37.383039+0000 mgr.a (mgr.24293) 25508 : cluster 0 pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:38 smithi044 bash[32620]: audit 2023-12-07T20:26:37.185807+0000 mgr.a (mgr.24293) 25507 : audit 0 from='client.500217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:38 smithi044 bash[32620]: cluster 2023-12-07T20:26:37.383039+0000 mgr.a (mgr.24293) 25508 : cluster 0 pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:38 smithi027 bash[31536]: audit 2023-12-07T20:26:37.185807+0000 mgr.a (mgr.24293) 25507 : audit 0 from='client.500217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:38.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:38 smithi027 bash[31536]: cluster 2023-12-07T20:26:37.383039+0000 mgr.a (mgr.24293) 25508 : cluster 0 pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:40 smithi022 bash[28554]: cluster 2023-12-07T20:26:39.383701+0000 mgr.a (mgr.24293) 25509 : cluster 0 pgmap v19076: 33 pgs: 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:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:40 smithi044 bash[32620]: cluster 2023-12-07T20:26:39.383701+0000 mgr.a (mgr.24293) 25509 : cluster 0 pgmap v19076: 33 pgs: 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:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:40 smithi027 bash[31536]: cluster 2023-12-07T20:26:39.383701+0000 mgr.a (mgr.24293) 25509 : cluster 0 pgmap v19076: 33 pgs: 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:42.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:42.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:42.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:42.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:42 smithi022 bash[28554]: cluster 2023-12-07T20:26:41.384454+0000 mgr.a (mgr.24293) 25510 : cluster 0 pgmap v19077: 33 pgs: 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:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:42 smithi044 bash[32620]: cluster 2023-12-07T20:26:41.384454+0000 mgr.a (mgr.24293) 25510 : cluster 0 pgmap v19077: 33 pgs: 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:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:42 smithi027 bash[31536]: cluster 2023-12-07T20:26:41.384454+0000 mgr.a (mgr.24293) 25510 : cluster 0 pgmap v19077: 33 pgs: 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:43.660 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:43.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:43.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:43.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:43.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:44 smithi022 bash[28554]: audit 2023-12-07T20:26:43.132438+0000 mgr.a (mgr.24293) 25511 : audit 0 from='client.500295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:44 smithi022 bash[28554]: cluster 2023-12-07T20:26:43.385155+0000 mgr.a (mgr.24293) 25512 : cluster 0 pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:44 smithi044 bash[32620]: audit 2023-12-07T20:26:43.132438+0000 mgr.a (mgr.24293) 25511 : audit 0 from='client.500295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:44 smithi044 bash[32620]: cluster 2023-12-07T20:26:43.385155+0000 mgr.a (mgr.24293) 25512 : cluster 0 pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:44 smithi027 bash[31536]: audit 2023-12-07T20:26:43.132438+0000 mgr.a (mgr.24293) 25511 : audit 0 from='client.500295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:44.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:44 smithi027 bash[31536]: cluster 2023-12-07T20:26:43.385155+0000 mgr.a (mgr.24293) 25512 : cluster 0 pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:46 smithi022 bash[28554]: cluster 2023-12-07T20:26:45.385786+0000 mgr.a (mgr.24293) 25513 : cluster 0 pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:46 smithi044 bash[32620]: cluster 2023-12-07T20:26:45.385786+0000 mgr.a (mgr.24293) 25513 : cluster 0 pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:46 smithi027 bash[31536]: cluster 2023-12-07T20:26:45.385786+0000 mgr.a (mgr.24293) 25513 : cluster 0 pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:48.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:48.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:48.664 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:48 smithi022 bash[28554]: cluster 2023-12-07T20:26:47.386594+0000 mgr.a (mgr.24293) 25514 : cluster 0 pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:48 smithi044 bash[32620]: cluster 2023-12-07T20:26:47.386594+0000 mgr.a (mgr.24293) 25514 : cluster 0 pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:48 smithi027 bash[31536]: cluster 2023-12-07T20:26:47.386594+0000 mgr.a (mgr.24293) 25514 : cluster 0 pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:49.608 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:49.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:49.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:49.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:49.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:50 smithi022 bash[28554]: audit 2023-12-07T20:26:49.078981+0000 mgr.a (mgr.24293) 25515 : audit 0 from='client.500373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:50 smithi022 bash[28554]: cluster 2023-12-07T20:26:49.387486+0000 mgr.a (mgr.24293) 25516 : cluster 0 pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:50 smithi044 bash[32620]: audit 2023-12-07T20:26:49.078981+0000 mgr.a (mgr.24293) 25515 : audit 0 from='client.500373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:50 smithi044 bash[32620]: cluster 2023-12-07T20:26:49.387486+0000 mgr.a (mgr.24293) 25516 : cluster 0 pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:50 smithi027 bash[31536]: audit 2023-12-07T20:26:49.078981+0000 mgr.a (mgr.24293) 25515 : audit 0 from='client.500373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:50 smithi027 bash[31536]: cluster 2023-12-07T20:26:49.387486+0000 mgr.a (mgr.24293) 25516 : cluster 0 pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:52 smithi022 bash[28554]: cluster 2023-12-07T20:26:51.388474+0000 mgr.a (mgr.24293) 25517 : cluster 0 pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:52 smithi044 bash[32620]: cluster 2023-12-07T20:26:51.388474+0000 mgr.a (mgr.24293) 25517 : cluster 0 pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:52 smithi027 bash[31536]: cluster 2023-12-07T20:26:51.388474+0000 mgr.a (mgr.24293) 25517 : cluster 0 pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:54.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:26:54.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:54.612 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:54.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:54 smithi022 bash[28554]: cluster 2023-12-07T20:26:53.389058+0000 mgr.a (mgr.24293) 25518 : cluster 0 pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:54 smithi044 bash[32620]: cluster 2023-12-07T20:26:53.389058+0000 mgr.a (mgr.24293) 25518 : cluster 0 pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:54 smithi027 bash[31536]: cluster 2023-12-07T20:26:53.389058+0000 mgr.a (mgr.24293) 25518 : cluster 0 pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:55.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:26:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:55.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:26:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:56 smithi022 bash[28554]: audit 2023-12-07T20:26:55.023933+0000 mgr.a (mgr.24293) 25519 : audit 0 from='client.500448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:56 smithi022 bash[28554]: cluster 2023-12-07T20:26:55.389842+0000 mgr.a (mgr.24293) 25520 : cluster 0 pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:56 smithi044 bash[32620]: audit 2023-12-07T20:26:55.023933+0000 mgr.a (mgr.24293) 25519 : audit 0 from='client.500448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:56 smithi044 bash[32620]: cluster 2023-12-07T20:26:55.389842+0000 mgr.a (mgr.24293) 25520 : cluster 0 pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:56 smithi027 bash[31536]: audit 2023-12-07T20:26:55.023933+0000 mgr.a (mgr.24293) 25519 : audit 0 from='client.500448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:56 smithi027 bash[31536]: cluster 2023-12-07T20:26:55.389842+0000 mgr.a (mgr.24293) 25520 : cluster 0 pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:26:58 smithi022 bash[28554]: cluster 2023-12-07T20:26:57.390799+0000 mgr.a (mgr.24293) 25521 : cluster 0 pgmap v19085: 33 pgs: 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:26:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:26:58 smithi044 bash[32620]: cluster 2023-12-07T20:26:57.390799+0000 mgr.a (mgr.24293) 25521 : cluster 0 pgmap v19085: 33 pgs: 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:26:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:26:58 smithi027 bash[31536]: cluster 2023-12-07T20:26:57.390799+0000 mgr.a (mgr.24293) 25521 : cluster 0 pgmap v19085: 33 pgs: 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:27:00.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:00.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:00.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:00 smithi022 bash[28554]: cluster 2023-12-07T20:26:59.391355+0000 mgr.a (mgr.24293) 25522 : cluster 0 pgmap v19086: 33 pgs: 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:27:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:00 smithi044 bash[32620]: cluster 2023-12-07T20:26:59.391355+0000 mgr.a (mgr.24293) 25522 : cluster 0 pgmap v19086: 33 pgs: 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:27:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:00 smithi027 bash[31536]: cluster 2023-12-07T20:26:59.391355+0000 mgr.a (mgr.24293) 25522 : cluster 0 pgmap v19086: 33 pgs: 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:27:01.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:01.538 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:01.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:02 smithi022 bash[28554]: audit 2023-12-07T20:27:00.993836+0000 mgr.a (mgr.24293) 25523 : audit 0 from='client.500526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:02 smithi022 bash[28554]: cluster 2023-12-07T20:27:01.392166+0000 mgr.a (mgr.24293) 25524 : cluster 0 pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:02 smithi044 bash[32620]: audit 2023-12-07T20:27:00.993836+0000 mgr.a (mgr.24293) 25523 : audit 0 from='client.500526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:02 smithi044 bash[32620]: cluster 2023-12-07T20:27:01.392166+0000 mgr.a (mgr.24293) 25524 : cluster 0 pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:02 smithi027 bash[31536]: audit 2023-12-07T20:27:00.993836+0000 mgr.a (mgr.24293) 25523 : audit 0 from='client.500526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:02 smithi027 bash[31536]: cluster 2023-12-07T20:27:01.392166+0000 mgr.a (mgr.24293) 25524 : cluster 0 pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:04 smithi022 bash[28554]: cluster 2023-12-07T20:27:03.392804+0000 mgr.a (mgr.24293) 25525 : cluster 0 pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:04 smithi022 bash[28554]: audit 2023-12-07T20:27:03.917252+0000 mon.a (mon.0) 3960 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:04 smithi044 bash[32620]: cluster 2023-12-07T20:27:03.392804+0000 mgr.a (mgr.24293) 25525 : cluster 0 pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:04 smithi044 bash[32620]: audit 2023-12-07T20:27:03.917252+0000 mon.a (mon.0) 3960 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:04 smithi027 bash[31536]: cluster 2023-12-07T20:27:03.392804+0000 mgr.a (mgr.24293) 25525 : cluster 0 pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:04 smithi027 bash[31536]: audit 2023-12-07T20:27:03.917252+0000 mon.a (mon.0) 3960 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:06.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:06.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:06.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:06.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:06 smithi022 bash[28554]: cluster 2023-12-07T20:27:05.393409+0000 mgr.a (mgr.24293) 25526 : cluster 0 pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:06 smithi044 bash[32620]: cluster 2023-12-07T20:27:05.393409+0000 mgr.a (mgr.24293) 25526 : cluster 0 pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:06 smithi027 bash[31536]: cluster 2023-12-07T20:27:05.393409+0000 mgr.a (mgr.24293) 25526 : cluster 0 pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:07.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:07.481 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:08 smithi022 bash[28554]: audit 2023-12-07T20:27:06.957407+0000 mgr.a (mgr.24293) 25527 : audit 0 from='client.500604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:08 smithi022 bash[28554]: cluster 2023-12-07T20:27:07.394572+0000 mgr.a (mgr.24293) 25528 : cluster 0 pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:08 smithi044 bash[32620]: audit 2023-12-07T20:27:06.957407+0000 mgr.a (mgr.24293) 25527 : audit 0 from='client.500604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:08 smithi044 bash[32620]: cluster 2023-12-07T20:27:07.394572+0000 mgr.a (mgr.24293) 25528 : cluster 0 pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:08 smithi027 bash[31536]: audit 2023-12-07T20:27:06.957407+0000 mgr.a (mgr.24293) 25527 : audit 0 from='client.500604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:08 smithi027 bash[31536]: cluster 2023-12-07T20:27:07.394572+0000 mgr.a (mgr.24293) 25528 : cluster 0 pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:09.317022+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:09.321290+0000 mon.a (mon.0) 3962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:09.325597+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:09.329360+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:09.367056+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:09.373464+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: cluster 2023-12-07T20:27:09.395186+0000 mgr.a (mgr.24293) 25529 : cluster 0 pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:10.066925+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:10.068876+0000 mon.a (mon.0) 3968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:10 smithi022 bash[28554]: audit 2023-12-07T20:27:10.077588+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:09.317022+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:09.321290+0000 mon.a (mon.0) 3962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:09.325597+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:09.329360+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:09.367056+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:09.373464+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: cluster 2023-12-07T20:27:09.395186+0000 mgr.a (mgr.24293) 25529 : cluster 0 pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:27:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:10.066925+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:10.068876+0000 mon.a (mon.0) 3968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:10.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:10 smithi044 bash[32620]: audit 2023-12-07T20:27:10.077588+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:09.317022+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:09.321290+0000 mon.a (mon.0) 3962 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:09.325597+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:09.329360+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:09.367056+0000 mon.a (mon.0) 3965 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:09.373464+0000 mon.a (mon.0) 3966 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: cluster 2023-12-07T20:27:09.395186+0000 mgr.a (mgr.24293) 25529 : cluster 0 pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:10.066925+0000 mon.a (mon.0) 3967 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:10.068876+0000 mon.a (mon.0) 3968 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:10 smithi027 bash[31536]: audit 2023-12-07T20:27:10.077588+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:27:12.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:12.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:12.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:12 smithi022 bash[28554]: cluster 2023-12-07T20:27:11.395948+0000 mgr.a (mgr.24293) 25530 : cluster 0 pgmap v19092: 33 pgs: 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:27:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:12 smithi044 bash[32620]: cluster 2023-12-07T20:27:11.395948+0000 mgr.a (mgr.24293) 25530 : cluster 0 pgmap v19092: 33 pgs: 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:27:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:12 smithi027 bash[31536]: cluster 2023-12-07T20:27:11.395948+0000 mgr.a (mgr.24293) 25530 : cluster 0 pgmap v19092: 33 pgs: 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:27:13.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:13.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:13.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:13.418 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:13.418 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:14 smithi022 bash[28554]: audit 2023-12-07T20:27:12.890590+0000 mgr.a (mgr.24293) 25531 : audit 0 from='client.500679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:14 smithi022 bash[28554]: cluster 2023-12-07T20:27:13.396564+0000 mgr.a (mgr.24293) 25532 : cluster 0 pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:14 smithi044 bash[32620]: audit 2023-12-07T20:27:12.890590+0000 mgr.a (mgr.24293) 25531 : audit 0 from='client.500679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:14 smithi044 bash[32620]: cluster 2023-12-07T20:27:13.396564+0000 mgr.a (mgr.24293) 25532 : cluster 0 pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:14 smithi027 bash[31536]: audit 2023-12-07T20:27:12.890590+0000 mgr.a (mgr.24293) 25531 : audit 0 from='client.500679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:14 smithi027 bash[31536]: cluster 2023-12-07T20:27:13.396564+0000 mgr.a (mgr.24293) 25532 : cluster 0 pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:16 smithi022 bash[28554]: cluster 2023-12-07T20:27:15.397185+0000 mgr.a (mgr.24293) 25533 : cluster 0 pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:16 smithi044 bash[32620]: cluster 2023-12-07T20:27:15.397185+0000 mgr.a (mgr.24293) 25533 : cluster 0 pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:16 smithi027 bash[31536]: cluster 2023-12-07T20:27:15.397185+0000 mgr.a (mgr.24293) 25533 : cluster 0 pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:18.420 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:18.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:18.421 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:18.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:18 smithi022 bash[28554]: cluster 2023-12-07T20:27:17.397974+0000 mgr.a (mgr.24293) 25534 : cluster 0 pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:18 smithi044 bash[32620]: cluster 2023-12-07T20:27:17.397974+0000 mgr.a (mgr.24293) 25534 : cluster 0 pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:18 smithi027 bash[31536]: cluster 2023-12-07T20:27:17.397974+0000 mgr.a (mgr.24293) 25534 : cluster 0 pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:19.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:19.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:19.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:19.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:19.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:20 smithi022 bash[28554]: audit 2023-12-07T20:27:18.837329+0000 mgr.a (mgr.24293) 25535 : audit 0 from='client.500757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:20 smithi022 bash[28554]: cluster 2023-12-07T20:27:19.398717+0000 mgr.a (mgr.24293) 25536 : cluster 0 pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:20 smithi044 bash[32620]: audit 2023-12-07T20:27:18.837329+0000 mgr.a (mgr.24293) 25535 : audit 0 from='client.500757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:20 smithi044 bash[32620]: cluster 2023-12-07T20:27:19.398717+0000 mgr.a (mgr.24293) 25536 : cluster 0 pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:20 smithi027 bash[31536]: audit 2023-12-07T20:27:18.837329+0000 mgr.a (mgr.24293) 25535 : audit 0 from='client.500757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:20 smithi027 bash[31536]: cluster 2023-12-07T20:27:19.398717+0000 mgr.a (mgr.24293) 25536 : cluster 0 pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:22 smithi022 bash[28554]: cluster 2023-12-07T20:27:21.399531+0000 mgr.a (mgr.24293) 25537 : cluster 0 pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:22 smithi044 bash[32620]: cluster 2023-12-07T20:27:21.399531+0000 mgr.a (mgr.24293) 25537 : cluster 0 pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:22 smithi027 bash[31536]: cluster 2023-12-07T20:27:21.399531+0000 mgr.a (mgr.24293) 25537 : cluster 0 pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:24.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:24.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:24.388 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:24 smithi022 bash[28554]: cluster 2023-12-07T20:27:23.400059+0000 mgr.a (mgr.24293) 25538 : cluster 0 pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:24 smithi044 bash[32620]: cluster 2023-12-07T20:27:23.400059+0000 mgr.a (mgr.24293) 25538 : cluster 0 pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:24 smithi027 bash[31536]: cluster 2023-12-07T20:27:23.400059+0000 mgr.a (mgr.24293) 25538 : cluster 0 pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:25.325 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:25.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:25.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:25.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:25.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:26 smithi022 bash[28554]: audit 2023-12-07T20:27:24.804480+0000 mgr.a (mgr.24293) 25539 : audit 0 from='client.500835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:26 smithi022 bash[28554]: cluster 2023-12-07T20:27:25.401020+0000 mgr.a (mgr.24293) 25540 : cluster 0 pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:26 smithi044 bash[32620]: audit 2023-12-07T20:27:24.804480+0000 mgr.a (mgr.24293) 25539 : audit 0 from='client.500835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:26 smithi044 bash[32620]: cluster 2023-12-07T20:27:25.401020+0000 mgr.a (mgr.24293) 25540 : cluster 0 pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:26 smithi027 bash[31536]: audit 2023-12-07T20:27:24.804480+0000 mgr.a (mgr.24293) 25539 : audit 0 from='client.500835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:26 smithi027 bash[31536]: cluster 2023-12-07T20:27:25.401020+0000 mgr.a (mgr.24293) 25540 : cluster 0 pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:28 smithi022 bash[28554]: cluster 2023-12-07T20:27:27.401944+0000 mgr.a (mgr.24293) 25541 : cluster 0 pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:28 smithi044 bash[32620]: cluster 2023-12-07T20:27:27.401944+0000 mgr.a (mgr.24293) 25541 : cluster 0 pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:28 smithi027 bash[31536]: cluster 2023-12-07T20:27:27.401944+0000 mgr.a (mgr.24293) 25541 : cluster 0 pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:30.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:30.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:30.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:30 smithi022 bash[28554]: cluster 2023-12-07T20:27:29.402525+0000 mgr.a (mgr.24293) 25542 : cluster 0 pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:30 smithi044 bash[32620]: cluster 2023-12-07T20:27:29.402525+0000 mgr.a (mgr.24293) 25542 : cluster 0 pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:30 smithi027 bash[31536]: cluster 2023-12-07T20:27:29.402525+0000 mgr.a (mgr.24293) 25542 : cluster 0 pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:31.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:31.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:31.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:31.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:31.255 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:31.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:31 smithi022 bash[28554]: audit 2023-12-07T20:27:30.737630+0000 mgr.a (mgr.24293) 25543 : audit 0 from='client.500913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:31.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:31 smithi044 bash[32620]: audit 2023-12-07T20:27:30.737630+0000 mgr.a (mgr.24293) 25543 : audit 0 from='client.500913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:31.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:31 smithi027 bash[31536]: audit 2023-12-07T20:27:30.737630+0000 mgr.a (mgr.24293) 25543 : audit 0 from='client.500913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:32 smithi022 bash[28554]: cluster 2023-12-07T20:27:31.403643+0000 mgr.a (mgr.24293) 25544 : cluster 0 pgmap v19102: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:32 smithi044 bash[32620]: cluster 2023-12-07T20:27:31.403643+0000 mgr.a (mgr.24293) 25544 : cluster 0 pgmap v19102: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:32 smithi027 bash[31536]: cluster 2023-12-07T20:27:31.403643+0000 mgr.a (mgr.24293) 25544 : cluster 0 pgmap v19102: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:34 smithi022 bash[28554]: cluster 2023-12-07T20:27:33.404197+0000 mgr.a (mgr.24293) 25545 : cluster 0 pgmap v19103: 33 pgs: 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:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:34 smithi044 bash[32620]: cluster 2023-12-07T20:27:33.404197+0000 mgr.a (mgr.24293) 25545 : cluster 0 pgmap v19103: 33 pgs: 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:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:34 smithi027 bash[31536]: cluster 2023-12-07T20:27:33.404197+0000 mgr.a (mgr.24293) 25545 : cluster 0 pgmap v19103: 33 pgs: 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:36.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:36.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:36.259 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:36 smithi022 bash[28554]: cluster 2023-12-07T20:27:35.404735+0000 mgr.a (mgr.24293) 25546 : cluster 0 pgmap v19104: 33 pgs: 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:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:36 smithi044 bash[32620]: cluster 2023-12-07T20:27:35.404735+0000 mgr.a (mgr.24293) 25546 : cluster 0 pgmap v19104: 33 pgs: 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:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:36 smithi027 bash[31536]: cluster 2023-12-07T20:27:35.404735+0000 mgr.a (mgr.24293) 25546 : cluster 0 pgmap v19104: 33 pgs: 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:37.185 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:37.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:37.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:37.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:37.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:37.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:37 smithi022 bash[28554]: audit 2023-12-07T20:27:36.672175+0000 mgr.a (mgr.24293) 25547 : audit 0 from='client.500988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:37.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:37 smithi044 bash[32620]: audit 2023-12-07T20:27:36.672175+0000 mgr.a (mgr.24293) 25547 : audit 0 from='client.500988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:37.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:37 smithi027 bash[31536]: audit 2023-12-07T20:27:36.672175+0000 mgr.a (mgr.24293) 25547 : audit 0 from='client.500988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:38 smithi022 bash[28554]: cluster 2023-12-07T20:27:37.405759+0000 mgr.a (mgr.24293) 25548 : cluster 0 pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:38 smithi044 bash[32620]: cluster 2023-12-07T20:27:37.405759+0000 mgr.a (mgr.24293) 25548 : cluster 0 pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:38 smithi027 bash[31536]: cluster 2023-12-07T20:27:37.405759+0000 mgr.a (mgr.24293) 25548 : cluster 0 pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:40 smithi022 bash[28554]: cluster 2023-12-07T20:27:39.406311+0000 mgr.a (mgr.24293) 25549 : cluster 0 pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:40 smithi044 bash[32620]: cluster 2023-12-07T20:27:39.406311+0000 mgr.a (mgr.24293) 25549 : cluster 0 pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:40 smithi027 bash[31536]: cluster 2023-12-07T20:27:39.406311+0000 mgr.a (mgr.24293) 25549 : cluster 0 pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:42.188 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:42.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:42.189 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:42 smithi022 bash[28554]: cluster 2023-12-07T20:27:41.407064+0000 mgr.a (mgr.24293) 25550 : cluster 0 pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:42 smithi044 bash[32620]: cluster 2023-12-07T20:27:41.407064+0000 mgr.a (mgr.24293) 25550 : cluster 0 pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:42 smithi027 bash[31536]: cluster 2023-12-07T20:27:41.407064+0000 mgr.a (mgr.24293) 25550 : cluster 0 pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:43.131 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:43.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:43.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:43.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:43.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:43.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:43 smithi022 bash[28554]: audit 2023-12-07T20:27:42.600460+0000 mgr.a (mgr.24293) 25551 : audit 0 from='client.501066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:43 smithi044 bash[32620]: audit 2023-12-07T20:27:42.600460+0000 mgr.a (mgr.24293) 25551 : audit 0 from='client.501066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:43 smithi027 bash[31536]: audit 2023-12-07T20:27:42.600460+0000 mgr.a (mgr.24293) 25551 : audit 0 from='client.501066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:44.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:44 smithi022 bash[28554]: cluster 2023-12-07T20:27:43.407752+0000 mgr.a (mgr.24293) 25552 : cluster 0 pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:44 smithi044 bash[32620]: cluster 2023-12-07T20:27:43.407752+0000 mgr.a (mgr.24293) 25552 : cluster 0 pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:44.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:44 smithi027 bash[31536]: cluster 2023-12-07T20:27:43.407752+0000 mgr.a (mgr.24293) 25552 : cluster 0 pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:46 smithi022 bash[28554]: cluster 2023-12-07T20:27:45.408301+0000 mgr.a (mgr.24293) 25553 : cluster 0 pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:46 smithi044 bash[32620]: cluster 2023-12-07T20:27:45.408301+0000 mgr.a (mgr.24293) 25553 : cluster 0 pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:46 smithi027 bash[31536]: cluster 2023-12-07T20:27:45.408301+0000 mgr.a (mgr.24293) 25553 : cluster 0 pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:48.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:48.135 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:48 smithi022 bash[28554]: cluster 2023-12-07T20:27:47.409253+0000 mgr.a (mgr.24293) 25554 : cluster 0 pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:48 smithi044 bash[32620]: cluster 2023-12-07T20:27:47.409253+0000 mgr.a (mgr.24293) 25554 : cluster 0 pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:48 smithi027 bash[31536]: cluster 2023-12-07T20:27:47.409253+0000 mgr.a (mgr.24293) 25554 : cluster 0 pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:49.073 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:49.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:49.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:49.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:49.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:49.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:49 smithi022 bash[28554]: audit 2023-12-07T20:27:48.552300+0000 mgr.a (mgr.24293) 25555 : audit 0 from='client.501144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:49 smithi044 bash[32620]: audit 2023-12-07T20:27:48.552300+0000 mgr.a (mgr.24293) 25555 : audit 0 from='client.501144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:49 smithi027 bash[31536]: audit 2023-12-07T20:27:48.552300+0000 mgr.a (mgr.24293) 25555 : audit 0 from='client.501144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:50 smithi022 bash[28554]: cluster 2023-12-07T20:27:49.410085+0000 mgr.a (mgr.24293) 25556 : cluster 0 pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:50 smithi044 bash[32620]: cluster 2023-12-07T20:27:49.410085+0000 mgr.a (mgr.24293) 25556 : cluster 0 pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:50 smithi027 bash[31536]: cluster 2023-12-07T20:27:49.410085+0000 mgr.a (mgr.24293) 25556 : cluster 0 pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:52 smithi022 bash[28554]: cluster 2023-12-07T20:27:51.410962+0000 mgr.a (mgr.24293) 25557 : cluster 0 pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:52 smithi044 bash[32620]: cluster 2023-12-07T20:27:51.410962+0000 mgr.a (mgr.24293) 25557 : cluster 0 pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:52 smithi027 bash[31536]: cluster 2023-12-07T20:27:51.410962+0000 mgr.a (mgr.24293) 25557 : cluster 0 pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:54.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:27:54.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:54.078 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:54 smithi022 bash[28554]: cluster 2023-12-07T20:27:53.411531+0000 mgr.a (mgr.24293) 25558 : cluster 0 pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:54 smithi044 bash[32620]: cluster 2023-12-07T20:27:53.411531+0000 mgr.a (mgr.24293) 25558 : cluster 0 pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:54 smithi027 bash[31536]: cluster 2023-12-07T20:27:53.411531+0000 mgr.a (mgr.24293) 25558 : cluster 0 pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:55.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:55.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:55.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:55.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:27:55.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:27:55.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:55 smithi022 bash[28554]: audit 2023-12-07T20:27:54.495471+0000 mgr.a (mgr.24293) 25559 : audit 0 from='client.501222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:55.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:55 smithi044 bash[32620]: audit 2023-12-07T20:27:54.495471+0000 mgr.a (mgr.24293) 25559 : audit 0 from='client.501222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:55.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:55 smithi027 bash[31536]: audit 2023-12-07T20:27:54.495471+0000 mgr.a (mgr.24293) 25559 : audit 0 from='client.501222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:56 smithi022 bash[28554]: cluster 2023-12-07T20:27:55.412693+0000 mgr.a (mgr.24293) 25560 : cluster 0 pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:56 smithi044 bash[32620]: cluster 2023-12-07T20:27:55.412693+0000 mgr.a (mgr.24293) 25560 : cluster 0 pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:56 smithi027 bash[31536]: cluster 2023-12-07T20:27:55.412693+0000 mgr.a (mgr.24293) 25560 : cluster 0 pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:27:58 smithi022 bash[28554]: cluster 2023-12-07T20:27:57.413461+0000 mgr.a (mgr.24293) 25561 : cluster 0 pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:27:58 smithi044 bash[32620]: cluster 2023-12-07T20:27:57.413461+0000 mgr.a (mgr.24293) 25561 : cluster 0 pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:27:58 smithi027 bash[31536]: cluster 2023-12-07T20:27:57.413461+0000 mgr.a (mgr.24293) 25561 : cluster 0 pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:00.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:00.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:00.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:00.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:00 smithi022 bash[28554]: cluster 2023-12-07T20:27:59.413978+0000 mgr.a (mgr.24293) 25562 : cluster 0 pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:00 smithi044 bash[32620]: cluster 2023-12-07T20:27:59.413978+0000 mgr.a (mgr.24293) 25562 : cluster 0 pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:00 smithi027 bash[31536]: cluster 2023-12-07T20:27:59.413978+0000 mgr.a (mgr.24293) 25562 : cluster 0 pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:00.962 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:00.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:01.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:01 smithi022 bash[28554]: audit 2023-12-07T20:28:00.439035+0000 mgr.a (mgr.24293) 25563 : audit 0 from='client.501297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:01.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:01 smithi044 bash[32620]: audit 2023-12-07T20:28:00.439035+0000 mgr.a (mgr.24293) 25563 : audit 0 from='client.501297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:01.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:01 smithi027 bash[31536]: audit 2023-12-07T20:28:00.439035+0000 mgr.a (mgr.24293) 25563 : audit 0 from='client.501297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:02 smithi022 bash[28554]: cluster 2023-12-07T20:28:01.415077+0000 mgr.a (mgr.24293) 25564 : cluster 0 pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:02 smithi044 bash[32620]: cluster 2023-12-07T20:28:01.415077+0000 mgr.a (mgr.24293) 25564 : cluster 0 pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:02 smithi027 bash[31536]: cluster 2023-12-07T20:28:01.415077+0000 mgr.a (mgr.24293) 25564 : cluster 0 pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:04 smithi022 bash[28554]: cluster 2023-12-07T20:28:03.415734+0000 mgr.a (mgr.24293) 25565 : cluster 0 pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:04 smithi044 bash[32620]: cluster 2023-12-07T20:28:03.415734+0000 mgr.a (mgr.24293) 25565 : cluster 0 pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:04 smithi027 bash[31536]: cluster 2023-12-07T20:28:03.415734+0000 mgr.a (mgr.24293) 25565 : cluster 0 pgmap v19118: 33 pgs: 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:05.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:05.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:05.967 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:06.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:06.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:06.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:06.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:06.893 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:06.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:06 smithi022 bash[28554]: cluster 2023-12-07T20:28:05.416282+0000 mgr.a (mgr.24293) 25566 : cluster 0 pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:06 smithi044 bash[32620]: cluster 2023-12-07T20:28:05.416282+0000 mgr.a (mgr.24293) 25566 : cluster 0 pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:06 smithi027 bash[31536]: cluster 2023-12-07T20:28:05.416282+0000 mgr.a (mgr.24293) 25566 : cluster 0 pgmap v19119: 33 pgs: 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:07.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:07 smithi022 bash[28554]: audit 2023-12-07T20:28:06.383258+0000 mgr.a (mgr.24293) 25567 : audit 0 from='client.501375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:07.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:07 smithi044 bash[32620]: audit 2023-12-07T20:28:06.383258+0000 mgr.a (mgr.24293) 25567 : audit 0 from='client.501375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:07.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:07 smithi027 bash[31536]: audit 2023-12-07T20:28:06.383258+0000 mgr.a (mgr.24293) 25567 : audit 0 from='client.501375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:08 smithi022 bash[28554]: cluster 2023-12-07T20:28:07.417365+0000 mgr.a (mgr.24293) 25568 : cluster 0 pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:08 smithi044 bash[32620]: cluster 2023-12-07T20:28:07.417365+0000 mgr.a (mgr.24293) 25568 : cluster 0 pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:08 smithi027 bash[31536]: cluster 2023-12-07T20:28:07.417365+0000 mgr.a (mgr.24293) 25568 : cluster 0 pgmap v19120: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:10 smithi022 bash[28554]: cluster 2023-12-07T20:28:09.417963+0000 mgr.a (mgr.24293) 25569 : cluster 0 pgmap v19121: 33 pgs: 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:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:10 smithi022 bash[28554]: audit 2023-12-07T20:28:10.181129+0000 mon.a (mon.0) 3970 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:10 smithi044 bash[32620]: cluster 2023-12-07T20:28:09.417963+0000 mgr.a (mgr.24293) 25569 : cluster 0 pgmap v19121: 33 pgs: 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:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:10 smithi044 bash[32620]: audit 2023-12-07T20:28:10.181129+0000 mon.a (mon.0) 3970 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:10 smithi027 bash[31536]: cluster 2023-12-07T20:28:09.417963+0000 mgr.a (mgr.24293) 25569 : cluster 0 pgmap v19121: 33 pgs: 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:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:10 smithi027 bash[31536]: audit 2023-12-07T20:28:10.181129+0000 mon.a (mon.0) 3970 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:11.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:11.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:11.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:11.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:11 smithi022 bash[28554]: audit 2023-12-07T20:28:10.970096+0000 mon.a (mon.0) 3971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:11 smithi022 bash[28554]: audit 2023-12-07T20:28:10.972058+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:11 smithi022 bash[28554]: audit 2023-12-07T20:28:10.981396+0000 mon.a (mon.0) 3973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:28:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:11 smithi044 bash[32620]: audit 2023-12-07T20:28:10.970096+0000 mon.a (mon.0) 3971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:11 smithi044 bash[32620]: audit 2023-12-07T20:28:10.972058+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:11 smithi044 bash[32620]: audit 2023-12-07T20:28:10.981396+0000 mon.a (mon.0) 3973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:28:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:11 smithi027 bash[31536]: audit 2023-12-07T20:28:10.970096+0000 mon.a (mon.0) 3971 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:11 smithi027 bash[31536]: audit 2023-12-07T20:28:10.972058+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:11.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:11 smithi027 bash[31536]: audit 2023-12-07T20:28:10.981396+0000 mon.a (mon.0) 3973 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:28:12.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:12.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:12.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:12.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:12.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:12 smithi022 bash[28554]: cluster 2023-12-07T20:28:11.418719+0000 mgr.a (mgr.24293) 25570 : cluster 0 pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:12 smithi044 bash[32620]: cluster 2023-12-07T20:28:11.418719+0000 mgr.a (mgr.24293) 25570 : cluster 0 pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:12 smithi027 bash[31536]: cluster 2023-12-07T20:28:11.418719+0000 mgr.a (mgr.24293) 25570 : cluster 0 pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:13 smithi022 bash[28554]: audit 2023-12-07T20:28:12.309112+0000 mgr.a (mgr.24293) 25571 : audit 0 from='client.501453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:13 smithi044 bash[32620]: audit 2023-12-07T20:28:12.309112+0000 mgr.a (mgr.24293) 25571 : audit 0 from='client.501453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:13 smithi027 bash[31536]: audit 2023-12-07T20:28:12.309112+0000 mgr.a (mgr.24293) 25571 : audit 0 from='client.501453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:14 smithi022 bash[28554]: cluster 2023-12-07T20:28:13.419444+0000 mgr.a (mgr.24293) 25572 : cluster 0 pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:14 smithi044 bash[32620]: cluster 2023-12-07T20:28:13.419444+0000 mgr.a (mgr.24293) 25572 : cluster 0 pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:14 smithi027 bash[31536]: cluster 2023-12-07T20:28:13.419444+0000 mgr.a (mgr.24293) 25572 : cluster 0 pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:16 smithi022 bash[28554]: cluster 2023-12-07T20:28:15.420178+0000 mgr.a (mgr.24293) 25573 : cluster 0 pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:16 smithi044 bash[32620]: cluster 2023-12-07T20:28:15.420178+0000 mgr.a (mgr.24293) 25573 : cluster 0 pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:16 smithi027 bash[31536]: cluster 2023-12-07T20:28:15.420178+0000 mgr.a (mgr.24293) 25573 : cluster 0 pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:17.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:17.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:17.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:18.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:18.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:18.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:18.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:18.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:18 smithi022 bash[28554]: cluster 2023-12-07T20:28:17.421048+0000 mgr.a (mgr.24293) 25574 : cluster 0 pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:18 smithi044 bash[32620]: cluster 2023-12-07T20:28:17.421048+0000 mgr.a (mgr.24293) 25574 : cluster 0 pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:18 smithi027 bash[31536]: cluster 2023-12-07T20:28:17.421048+0000 mgr.a (mgr.24293) 25574 : cluster 0 pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:19.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:19 smithi022 bash[28554]: audit 2023-12-07T20:28:18.243621+0000 mgr.a (mgr.24293) 25575 : audit 0 from='client.501528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:19.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:19 smithi044 bash[32620]: audit 2023-12-07T20:28:18.243621+0000 mgr.a (mgr.24293) 25575 : audit 0 from='client.501528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:19 smithi027 bash[31536]: audit 2023-12-07T20:28:18.243621+0000 mgr.a (mgr.24293) 25575 : audit 0 from='client.501528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:20 smithi022 bash[28554]: cluster 2023-12-07T20:28:19.421826+0000 mgr.a (mgr.24293) 25576 : cluster 0 pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:20 smithi044 bash[32620]: cluster 2023-12-07T20:28:19.421826+0000 mgr.a (mgr.24293) 25576 : cluster 0 pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:20 smithi027 bash[31536]: cluster 2023-12-07T20:28:19.421826+0000 mgr.a (mgr.24293) 25576 : cluster 0 pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:22 smithi022 bash[28554]: cluster 2023-12-07T20:28:21.422670+0000 mgr.a (mgr.24293) 25577 : cluster 0 pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:22 smithi044 bash[32620]: cluster 2023-12-07T20:28:21.422670+0000 mgr.a (mgr.24293) 25577 : cluster 0 pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:22 smithi027 bash[31536]: cluster 2023-12-07T20:28:21.422670+0000 mgr.a (mgr.24293) 25577 : cluster 0 pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:23.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:23.768 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:23.769 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:24.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:24.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:24.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:24.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:24.710 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:24 smithi022 bash[28554]: cluster 2023-12-07T20:28:23.423351+0000 mgr.a (mgr.24293) 25578 : cluster 0 pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:24 smithi044 bash[32620]: cluster 2023-12-07T20:28:23.423351+0000 mgr.a (mgr.24293) 25578 : cluster 0 pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:24 smithi027 bash[31536]: cluster 2023-12-07T20:28:23.423351+0000 mgr.a (mgr.24293) 25578 : cluster 0 pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:25.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:25 smithi022 bash[28554]: audit 2023-12-07T20:28:24.180691+0000 mgr.a (mgr.24293) 25579 : audit 0 from='client.501600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:25.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:25 smithi044 bash[32620]: audit 2023-12-07T20:28:24.180691+0000 mgr.a (mgr.24293) 25579 : audit 0 from='client.501600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:25.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:25 smithi027 bash[31536]: audit 2023-12-07T20:28:24.180691+0000 mgr.a (mgr.24293) 25579 : audit 0 from='client.501600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:26 smithi022 bash[28554]: cluster 2023-12-07T20:28:25.424152+0000 mgr.a (mgr.24293) 25580 : cluster 0 pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:28:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:26 smithi044 bash[32620]: cluster 2023-12-07T20:28:25.424152+0000 mgr.a (mgr.24293) 25580 : cluster 0 pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:28:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:26 smithi027 bash[31536]: cluster 2023-12-07T20:28:25.424152+0000 mgr.a (mgr.24293) 25580 : cluster 0 pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:28:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:28 smithi022 bash[28554]: cluster 2023-12-07T20:28:27.424838+0000 mgr.a (mgr.24293) 25581 : cluster 0 pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:28 smithi044 bash[32620]: cluster 2023-12-07T20:28:27.424838+0000 mgr.a (mgr.24293) 25581 : cluster 0 pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:28 smithi027 bash[31536]: cluster 2023-12-07T20:28:27.424838+0000 mgr.a (mgr.24293) 25581 : cluster 0 pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:29.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:29.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:29.713 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:30.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:30.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:30.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:30.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:30.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:30 smithi044 bash[32620]: cluster 2023-12-07T20:28:29.425411+0000 mgr.a (mgr.24293) 25582 : cluster 0 pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:30 smithi027 bash[31536]: cluster 2023-12-07T20:28:29.425411+0000 mgr.a (mgr.24293) 25582 : cluster 0 pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:30 smithi022 bash[28554]: cluster 2023-12-07T20:28:29.425411+0000 mgr.a (mgr.24293) 25582 : cluster 0 pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:31.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:31 smithi027 bash[31536]: audit 2023-12-07T20:28:30.126948+0000 mgr.a (mgr.24293) 25583 : audit 0 from='client.501675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:31 smithi022 bash[28554]: audit 2023-12-07T20:28:30.126948+0000 mgr.a (mgr.24293) 25583 : audit 0 from='client.501675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:31 smithi044 bash[32620]: audit 2023-12-07T20:28:30.126948+0000 mgr.a (mgr.24293) 25583 : audit 0 from='client.501675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:32 smithi027 bash[31536]: cluster 2023-12-07T20:28:31.426490+0000 mgr.a (mgr.24293) 25584 : cluster 0 pgmap v19132: 33 pgs: 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:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:32 smithi022 bash[28554]: cluster 2023-12-07T20:28:31.426490+0000 mgr.a (mgr.24293) 25584 : cluster 0 pgmap v19132: 33 pgs: 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:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:32 smithi044 bash[32620]: cluster 2023-12-07T20:28:31.426490+0000 mgr.a (mgr.24293) 25584 : cluster 0 pgmap v19132: 33 pgs: 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:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:34 smithi027 bash[31536]: cluster 2023-12-07T20:28:33.427086+0000 mgr.a (mgr.24293) 25585 : cluster 0 pgmap v19133: 33 pgs: 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:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:34 smithi022 bash[28554]: cluster 2023-12-07T20:28:33.427086+0000 mgr.a (mgr.24293) 25585 : cluster 0 pgmap v19133: 33 pgs: 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:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:34 smithi044 bash[32620]: cluster 2023-12-07T20:28:33.427086+0000 mgr.a (mgr.24293) 25585 : cluster 0 pgmap v19133: 33 pgs: 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:35.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:35.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:35.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:36.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:36.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:36.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:36.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:36.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:36 smithi027 bash[31536]: cluster 2023-12-07T20:28:35.427757+0000 mgr.a (mgr.24293) 25586 : cluster 0 pgmap v19134: 33 pgs: 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:28:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:36 smithi022 bash[28554]: cluster 2023-12-07T20:28:35.427757+0000 mgr.a (mgr.24293) 25586 : cluster 0 pgmap v19134: 33 pgs: 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:28:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:36 smithi044 bash[32620]: cluster 2023-12-07T20:28:35.427757+0000 mgr.a (mgr.24293) 25586 : cluster 0 pgmap v19134: 33 pgs: 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:28:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:37 smithi022 bash[28554]: audit 2023-12-07T20:28:36.069787+0000 mgr.a (mgr.24293) 25587 : audit 0 from='client.501747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:37 smithi044 bash[32620]: audit 2023-12-07T20:28:36.069787+0000 mgr.a (mgr.24293) 25587 : audit 0 from='client.501747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:37 smithi027 bash[31536]: audit 2023-12-07T20:28:36.069787+0000 mgr.a (mgr.24293) 25587 : audit 0 from='client.501747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:38 smithi022 bash[28554]: cluster 2023-12-07T20:28:37.428673+0000 mgr.a (mgr.24293) 25588 : cluster 0 pgmap v19135: 33 pgs: 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:28:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:38 smithi044 bash[32620]: cluster 2023-12-07T20:28:37.428673+0000 mgr.a (mgr.24293) 25588 : cluster 0 pgmap v19135: 33 pgs: 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:28:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:38 smithi027 bash[31536]: cluster 2023-12-07T20:28:37.428673+0000 mgr.a (mgr.24293) 25588 : cluster 0 pgmap v19135: 33 pgs: 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:28:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:40 smithi022 bash[28554]: cluster 2023-12-07T20:28:39.429277+0000 mgr.a (mgr.24293) 25589 : cluster 0 pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:40 smithi044 bash[32620]: cluster 2023-12-07T20:28:39.429277+0000 mgr.a (mgr.24293) 25589 : cluster 0 pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:40 smithi027 bash[31536]: cluster 2023-12-07T20:28:39.429277+0000 mgr.a (mgr.24293) 25589 : cluster 0 pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:41.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:41.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:41.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:42.532 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:42.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:42.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:42.533 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:42.533 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:42 smithi022 bash[28554]: cluster 2023-12-07T20:28:41.430082+0000 mgr.a (mgr.24293) 25590 : cluster 0 pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:42 smithi044 bash[32620]: cluster 2023-12-07T20:28:41.430082+0000 mgr.a (mgr.24293) 25590 : cluster 0 pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:42 smithi027 bash[31536]: cluster 2023-12-07T20:28:41.430082+0000 mgr.a (mgr.24293) 25590 : cluster 0 pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:44.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:43 smithi022 bash[28554]: audit 2023-12-07T20:28:42.005816+0000 mgr.a (mgr.24293) 25591 : audit 0 from='client.501819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:43 smithi044 bash[32620]: audit 2023-12-07T20:28:42.005816+0000 mgr.a (mgr.24293) 25591 : audit 0 from='client.501819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:43 smithi027 bash[31536]: audit 2023-12-07T20:28:42.005816+0000 mgr.a (mgr.24293) 25591 : audit 0 from='client.501819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:44 smithi022 bash[28554]: cluster 2023-12-07T20:28:43.430844+0000 mgr.a (mgr.24293) 25592 : cluster 0 pgmap v19138: 33 pgs: 33 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:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:44 smithi044 bash[32620]: cluster 2023-12-07T20:28:43.430844+0000 mgr.a (mgr.24293) 25592 : cluster 0 pgmap v19138: 33 pgs: 33 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:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:44 smithi027 bash[31536]: cluster 2023-12-07T20:28:43.430844+0000 mgr.a (mgr.24293) 25592 : cluster 0 pgmap v19138: 33 pgs: 33 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:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:46 smithi022 bash[28554]: cluster 2023-12-07T20:28:45.431514+0000 mgr.a (mgr.24293) 25593 : cluster 0 pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:46 smithi044 bash[32620]: cluster 2023-12-07T20:28:45.431514+0000 mgr.a (mgr.24293) 25593 : cluster 0 pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:46 smithi027 bash[31536]: cluster 2023-12-07T20:28:45.431514+0000 mgr.a (mgr.24293) 25593 : cluster 0 pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:47.535 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:47.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:47.537 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:48.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:48.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:48.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:48.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:48.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:48 smithi022 bash[28554]: cluster 2023-12-07T20:28:47.432251+0000 mgr.a (mgr.24293) 25594 : cluster 0 pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:28:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:48 smithi044 bash[32620]: cluster 2023-12-07T20:28:47.432251+0000 mgr.a (mgr.24293) 25594 : cluster 0 pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:28:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:48 smithi027 bash[31536]: cluster 2023-12-07T20:28:47.432251+0000 mgr.a (mgr.24293) 25594 : cluster 0 pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:28:50.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:49 smithi022 bash[28554]: audit 2023-12-07T20:28:47.951245+0000 mgr.a (mgr.24293) 25595 : audit 0 from='client.501891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:49 smithi044 bash[32620]: audit 2023-12-07T20:28:47.951245+0000 mgr.a (mgr.24293) 25595 : audit 0 from='client.501891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:50.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:49 smithi027 bash[31536]: audit 2023-12-07T20:28:47.951245+0000 mgr.a (mgr.24293) 25595 : audit 0 from='client.501891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:50 smithi022 bash[28554]: cluster 2023-12-07T20:28:49.432965+0000 mgr.a (mgr.24293) 25596 : cluster 0 pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:50 smithi044 bash[32620]: cluster 2023-12-07T20:28:49.432965+0000 mgr.a (mgr.24293) 25596 : cluster 0 pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:50 smithi027 bash[31536]: cluster 2023-12-07T20:28:49.432965+0000 mgr.a (mgr.24293) 25596 : cluster 0 pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:52 smithi022 bash[28554]: cluster 2023-12-07T20:28:51.433805+0000 mgr.a (mgr.24293) 25597 : cluster 0 pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:52 smithi044 bash[32620]: cluster 2023-12-07T20:28:51.433805+0000 mgr.a (mgr.24293) 25597 : cluster 0 pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:52 smithi027 bash[31536]: cluster 2023-12-07T20:28:51.433805+0000 mgr.a (mgr.24293) 25597 : cluster 0 pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:53.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:53.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:53.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:54.431 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:28:54.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:54.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:54.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:54.432 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:28:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:54 smithi022 bash[28554]: cluster 2023-12-07T20:28:53.434407+0000 mgr.a (mgr.24293) 25598 : cluster 0 pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:54 smithi044 bash[32620]: cluster 2023-12-07T20:28:53.434407+0000 mgr.a (mgr.24293) 25598 : cluster 0 pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:54 smithi027 bash[31536]: cluster 2023-12-07T20:28:53.434407+0000 mgr.a (mgr.24293) 25598 : cluster 0 pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:56.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:55 smithi022 bash[28554]: audit 2023-12-07T20:28:53.898693+0000 mgr.a (mgr.24293) 25599 : audit 0 from='client.501969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:55 smithi044 bash[32620]: audit 2023-12-07T20:28:53.898693+0000 mgr.a (mgr.24293) 25599 : audit 0 from='client.501969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:55 smithi027 bash[31536]: audit 2023-12-07T20:28:53.898693+0000 mgr.a (mgr.24293) 25599 : audit 0 from='client.501969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:56 smithi022 bash[28554]: cluster 2023-12-07T20:28:55.435270+0000 mgr.a (mgr.24293) 25600 : cluster 0 pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:28:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:56 smithi044 bash[32620]: cluster 2023-12-07T20:28:55.435270+0000 mgr.a (mgr.24293) 25600 : cluster 0 pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:28:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:56 smithi027 bash[31536]: cluster 2023-12-07T20:28:55.435270+0000 mgr.a (mgr.24293) 25600 : cluster 0 pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:28:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:28:58 smithi022 bash[28554]: cluster 2023-12-07T20:28:57.436082+0000 mgr.a (mgr.24293) 25601 : cluster 0 pgmap v19145: 33 pgs: 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:28:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:28:58 smithi044 bash[32620]: cluster 2023-12-07T20:28:57.436082+0000 mgr.a (mgr.24293) 25601 : cluster 0 pgmap v19145: 33 pgs: 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:28:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:28:58 smithi027 bash[31536]: cluster 2023-12-07T20:28:57.436082+0000 mgr.a (mgr.24293) 25601 : cluster 0 pgmap v19145: 33 pgs: 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:28:59.434 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:28:59.435 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:59.435 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:00.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:00.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:00.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:00.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:00.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:00 smithi022 bash[28554]: cluster 2023-12-07T20:28:59.436800+0000 mgr.a (mgr.24293) 25602 : cluster 0 pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:00 smithi044 bash[32620]: cluster 2023-12-07T20:28:59.436800+0000 mgr.a (mgr.24293) 25602 : cluster 0 pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:00 smithi027 bash[31536]: cluster 2023-12-07T20:28:59.436800+0000 mgr.a (mgr.24293) 25602 : cluster 0 pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:01 smithi022 bash[28554]: audit 2023-12-07T20:28:59.854609+0000 mgr.a (mgr.24293) 25603 : audit 0 from='client.502047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:01 smithi044 bash[32620]: audit 2023-12-07T20:28:59.854609+0000 mgr.a (mgr.24293) 25603 : audit 0 from='client.502047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:01 smithi027 bash[31536]: audit 2023-12-07T20:28:59.854609+0000 mgr.a (mgr.24293) 25603 : audit 0 from='client.502047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:02 smithi022 bash[28554]: cluster 2023-12-07T20:29:01.437778+0000 mgr.a (mgr.24293) 25604 : cluster 0 pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:02 smithi044 bash[32620]: cluster 2023-12-07T20:29:01.437778+0000 mgr.a (mgr.24293) 25604 : cluster 0 pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:02 smithi027 bash[31536]: cluster 2023-12-07T20:29:01.437778+0000 mgr.a (mgr.24293) 25604 : cluster 0 pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:04 smithi022 bash[28554]: cluster 2023-12-07T20:29:03.438400+0000 mgr.a (mgr.24293) 25605 : cluster 0 pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:04 smithi044 bash[32620]: cluster 2023-12-07T20:29:03.438400+0000 mgr.a (mgr.24293) 25605 : cluster 0 pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:04 smithi027 bash[31536]: cluster 2023-12-07T20:29:03.438400+0000 mgr.a (mgr.24293) 25605 : cluster 0 pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:05.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:05.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:05.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:06.300 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:06.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:06.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:06.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:06.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:06 smithi022 bash[28554]: cluster 2023-12-07T20:29:05.439033+0000 mgr.a (mgr.24293) 25606 : cluster 0 pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:06 smithi022 bash[28554]: audit 2023-12-07T20:29:05.770016+0000 mgr.a (mgr.24293) 25607 : audit 0 from='client.502125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:06 smithi044 bash[32620]: cluster 2023-12-07T20:29:05.439033+0000 mgr.a (mgr.24293) 25606 : cluster 0 pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:06 smithi044 bash[32620]: audit 2023-12-07T20:29:05.770016+0000 mgr.a (mgr.24293) 25607 : audit 0 from='client.502125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:06 smithi027 bash[31536]: cluster 2023-12-07T20:29:05.439033+0000 mgr.a (mgr.24293) 25606 : cluster 0 pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:06 smithi027 bash[31536]: audit 2023-12-07T20:29:05.770016+0000 mgr.a (mgr.24293) 25607 : audit 0 from='client.502125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:08 smithi022 bash[28554]: cluster 2023-12-07T20:29:07.440034+0000 mgr.a (mgr.24293) 25608 : cluster 0 pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:08 smithi044 bash[32620]: cluster 2023-12-07T20:29:07.440034+0000 mgr.a (mgr.24293) 25608 : cluster 0 pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:08 smithi027 bash[31536]: cluster 2023-12-07T20:29:07.440034+0000 mgr.a (mgr.24293) 25608 : cluster 0 pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:09 smithi022 bash[28554]: cluster 2023-12-07T20:29:09.440590+0000 mgr.a (mgr.24293) 25609 : cluster 0 pgmap v19151: 33 pgs: 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:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:09 smithi044 bash[32620]: cluster 2023-12-07T20:29:09.440590+0000 mgr.a (mgr.24293) 25609 : cluster 0 pgmap v19151: 33 pgs: 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:10.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:09 smithi027 bash[31536]: cluster 2023-12-07T20:29:09.440590+0000 mgr.a (mgr.24293) 25609 : cluster 0 pgmap v19151: 33 pgs: 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:11.303 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:11.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:11.304 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:11.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:11 smithi022 bash[28554]: audit 2023-12-07T20:29:11.083527+0000 mon.a (mon.0) 3974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:11 smithi044 bash[32620]: audit 2023-12-07T20:29:11.083527+0000 mon.a (mon.0) 3974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:11.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:11 smithi027 bash[31536]: audit 2023-12-07T20:29:11.083527+0000 mon.a (mon.0) 3974 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:12.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:12.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:12.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:12.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:12.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:12 smithi022 bash[28554]: cluster 2023-12-07T20:29:11.441108+0000 mgr.a (mgr.24293) 25610 : cluster 0 pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:12 smithi022 bash[28554]: audit 2023-12-07T20:29:11.708205+0000 mgr.a (mgr.24293) 25611 : audit 0 from='client.502200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:12 smithi022 bash[28554]: audit 2023-12-07T20:29:11.932981+0000 mon.a (mon.0) 3975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:12 smithi022 bash[28554]: audit 2023-12-07T20:29:11.934817+0000 mon.a (mon.0) 3976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:12 smithi022 bash[28554]: audit 2023-12-07T20:29:11.943748+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:29:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:12 smithi044 bash[32620]: cluster 2023-12-07T20:29:11.441108+0000 mgr.a (mgr.24293) 25610 : cluster 0 pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:12 smithi044 bash[32620]: audit 2023-12-07T20:29:11.708205+0000 mgr.a (mgr.24293) 25611 : audit 0 from='client.502200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:12 smithi044 bash[32620]: audit 2023-12-07T20:29:11.932981+0000 mon.a (mon.0) 3975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:12 smithi044 bash[32620]: audit 2023-12-07T20:29:11.934817+0000 mon.a (mon.0) 3976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:12.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:12 smithi044 bash[32620]: audit 2023-12-07T20:29:11.943748+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:29:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:12 smithi027 bash[31536]: cluster 2023-12-07T20:29:11.441108+0000 mgr.a (mgr.24293) 25610 : cluster 0 pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:12 smithi027 bash[31536]: audit 2023-12-07T20:29:11.708205+0000 mgr.a (mgr.24293) 25611 : audit 0 from='client.502200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:12 smithi027 bash[31536]: audit 2023-12-07T20:29:11.932981+0000 mon.a (mon.0) 3975 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:12 smithi027 bash[31536]: audit 2023-12-07T20:29:11.934817+0000 mon.a (mon.0) 3976 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:12 smithi027 bash[31536]: audit 2023-12-07T20:29:11.943748+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:29:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:14 smithi022 bash[28554]: cluster 2023-12-07T20:29:13.441755+0000 mgr.a (mgr.24293) 25612 : cluster 0 pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:14 smithi044 bash[32620]: cluster 2023-12-07T20:29:13.441755+0000 mgr.a (mgr.24293) 25612 : cluster 0 pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:14 smithi027 bash[31536]: cluster 2023-12-07T20:29:13.441755+0000 mgr.a (mgr.24293) 25612 : cluster 0 pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:16 smithi022 bash[28554]: cluster 2023-12-07T20:29:15.442467+0000 mgr.a (mgr.24293) 25613 : cluster 0 pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:29:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:16 smithi044 bash[32620]: cluster 2023-12-07T20:29:15.442467+0000 mgr.a (mgr.24293) 25613 : cluster 0 pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:29:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:16 smithi027 bash[31536]: cluster 2023-12-07T20:29:15.442467+0000 mgr.a (mgr.24293) 25613 : cluster 0 pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:29:17.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:17.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:17.231 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:18.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:18.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:18.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:18.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:18.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:18 smithi022 bash[28554]: cluster 2023-12-07T20:29:17.443177+0000 mgr.a (mgr.24293) 25614 : cluster 0 pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:18 smithi022 bash[28554]: audit 2023-12-07T20:29:17.638480+0000 mgr.a (mgr.24293) 25615 : audit 0 from='client.502275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:18 smithi044 bash[32620]: cluster 2023-12-07T20:29:17.443177+0000 mgr.a (mgr.24293) 25614 : cluster 0 pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:18 smithi044 bash[32620]: audit 2023-12-07T20:29:17.638480+0000 mgr.a (mgr.24293) 25615 : audit 0 from='client.502275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:18 smithi027 bash[31536]: cluster 2023-12-07T20:29:17.443177+0000 mgr.a (mgr.24293) 25614 : cluster 0 pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:18 smithi027 bash[31536]: audit 2023-12-07T20:29:17.638480+0000 mgr.a (mgr.24293) 25615 : audit 0 from='client.502275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:20 smithi022 bash[28554]: cluster 2023-12-07T20:29:19.443896+0000 mgr.a (mgr.24293) 25616 : cluster 0 pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:20 smithi044 bash[32620]: cluster 2023-12-07T20:29:19.443896+0000 mgr.a (mgr.24293) 25616 : cluster 0 pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:20 smithi027 bash[31536]: cluster 2023-12-07T20:29:19.443896+0000 mgr.a (mgr.24293) 25616 : cluster 0 pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:22 smithi022 bash[28554]: cluster 2023-12-07T20:29:21.444723+0000 mgr.a (mgr.24293) 25617 : cluster 0 pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:22 smithi044 bash[32620]: cluster 2023-12-07T20:29:21.444723+0000 mgr.a (mgr.24293) 25617 : cluster 0 pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:22 smithi027 bash[31536]: cluster 2023-12-07T20:29:21.444723+0000 mgr.a (mgr.24293) 25617 : cluster 0 pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:23.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:23.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:23.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:24.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:24.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:24.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:24 smithi022 bash[28554]: cluster 2023-12-07T20:29:23.445264+0000 mgr.a (mgr.24293) 25618 : cluster 0 pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:24 smithi022 bash[28554]: audit 2023-12-07T20:29:23.581953+0000 mgr.a (mgr.24293) 25619 : audit 0 from='client.502353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:24 smithi044 bash[32620]: cluster 2023-12-07T20:29:23.445264+0000 mgr.a (mgr.24293) 25618 : cluster 0 pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:24 smithi044 bash[32620]: audit 2023-12-07T20:29:23.581953+0000 mgr.a (mgr.24293) 25619 : audit 0 from='client.502353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:24 smithi027 bash[31536]: cluster 2023-12-07T20:29:23.445264+0000 mgr.a (mgr.24293) 25618 : cluster 0 pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:24 smithi027 bash[31536]: audit 2023-12-07T20:29:23.581953+0000 mgr.a (mgr.24293) 25619 : audit 0 from='client.502353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:26 smithi022 bash[28554]: cluster 2023-12-07T20:29:25.446026+0000 mgr.a (mgr.24293) 25620 : cluster 0 pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:29:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:26 smithi044 bash[32620]: cluster 2023-12-07T20:29:25.446026+0000 mgr.a (mgr.24293) 25620 : cluster 0 pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:29:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:26 smithi027 bash[31536]: cluster 2023-12-07T20:29:25.446026+0000 mgr.a (mgr.24293) 25620 : cluster 0 pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:29:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:28 smithi022 bash[28554]: cluster 2023-12-07T20:29:27.446746+0000 mgr.a (mgr.24293) 25621 : cluster 0 pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:28 smithi044 bash[32620]: cluster 2023-12-07T20:29:27.446746+0000 mgr.a (mgr.24293) 25621 : cluster 0 pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:28 smithi027 bash[31536]: cluster 2023-12-07T20:29:27.446746+0000 mgr.a (mgr.24293) 25621 : cluster 0 pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:29.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:29.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:29.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:30.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:30.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:30 smithi022 bash[28554]: cluster 2023-12-07T20:29:29.447312+0000 mgr.a (mgr.24293) 25622 : cluster 0 pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.927 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:30 smithi022 bash[28554]: audit 2023-12-07T20:29:29.546821+0000 mgr.a (mgr.24293) 25623 : audit 0 from='client.502431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:30 smithi044 bash[32620]: cluster 2023-12-07T20:29:29.447312+0000 mgr.a (mgr.24293) 25622 : cluster 0 pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:30 smithi044 bash[32620]: audit 2023-12-07T20:29:29.546821+0000 mgr.a (mgr.24293) 25623 : audit 0 from='client.502431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:30 smithi027 bash[31536]: cluster 2023-12-07T20:29:29.447312+0000 mgr.a (mgr.24293) 25622 : cluster 0 pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:30 smithi027 bash[31536]: audit 2023-12-07T20:29:29.546821+0000 mgr.a (mgr.24293) 25623 : audit 0 from='client.502431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:32.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:32 smithi022 bash[28554]: cluster 2023-12-07T20:29:31.448204+0000 mgr.a (mgr.24293) 25624 : cluster 0 pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:32 smithi044 bash[32620]: cluster 2023-12-07T20:29:31.448204+0000 mgr.a (mgr.24293) 25624 : cluster 0 pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:32 smithi027 bash[31536]: cluster 2023-12-07T20:29:31.448204+0000 mgr.a (mgr.24293) 25624 : cluster 0 pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:34 smithi022 bash[28554]: cluster 2023-12-07T20:29:33.448789+0000 mgr.a (mgr.24293) 25625 : cluster 0 pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:34 smithi044 bash[32620]: cluster 2023-12-07T20:29:33.448789+0000 mgr.a (mgr.24293) 25625 : cluster 0 pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:34 smithi027 bash[31536]: cluster 2023-12-07T20:29:33.448789+0000 mgr.a (mgr.24293) 25625 : cluster 0 pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:35.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:35.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:35.073 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:36.008 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:36.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:36.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:36.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:36.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:36 smithi022 bash[28554]: cluster 2023-12-07T20:29:35.449343+0000 mgr.a (mgr.24293) 25626 : cluster 0 pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:36 smithi022 bash[28554]: audit 2023-12-07T20:29:35.477659+0000 mgr.a (mgr.24293) 25627 : audit 0 from='client.502509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:36 smithi044 bash[32620]: cluster 2023-12-07T20:29:35.449343+0000 mgr.a (mgr.24293) 25626 : cluster 0 pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:36 smithi044 bash[32620]: audit 2023-12-07T20:29:35.477659+0000 mgr.a (mgr.24293) 25627 : audit 0 from='client.502509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:36 smithi027 bash[31536]: cluster 2023-12-07T20:29:35.449343+0000 mgr.a (mgr.24293) 25626 : cluster 0 pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:36 smithi027 bash[31536]: audit 2023-12-07T20:29:35.477659+0000 mgr.a (mgr.24293) 25627 : audit 0 from='client.502509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:38 smithi022 bash[28554]: cluster 2023-12-07T20:29:37.450263+0000 mgr.a (mgr.24293) 25628 : cluster 0 pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:38 smithi044 bash[32620]: cluster 2023-12-07T20:29:37.450263+0000 mgr.a (mgr.24293) 25628 : cluster 0 pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:38 smithi027 bash[31536]: cluster 2023-12-07T20:29:37.450263+0000 mgr.a (mgr.24293) 25628 : cluster 0 pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:40 smithi022 bash[28554]: cluster 2023-12-07T20:29:39.450846+0000 mgr.a (mgr.24293) 25629 : cluster 0 pgmap v19166: 33 pgs: 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:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:40 smithi044 bash[32620]: cluster 2023-12-07T20:29:39.450846+0000 mgr.a (mgr.24293) 25629 : cluster 0 pgmap v19166: 33 pgs: 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:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:40 smithi027 bash[31536]: cluster 2023-12-07T20:29:39.450846+0000 mgr.a (mgr.24293) 25629 : cluster 0 pgmap v19166: 33 pgs: 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:41.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:41.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:41.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:41.958 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:41.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:41.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:41.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:41.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:42 smithi022 bash[28554]: audit 2023-12-07T20:29:41.429586+0000 mgr.a (mgr.24293) 25630 : audit 0 from='client.502587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:42 smithi022 bash[28554]: cluster 2023-12-07T20:29:41.452445+0000 mgr.a (mgr.24293) 25631 : cluster 0 pgmap v19167: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:42 smithi044 bash[32620]: audit 2023-12-07T20:29:41.429586+0000 mgr.a (mgr.24293) 25630 : audit 0 from='client.502587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:42 smithi044 bash[32620]: cluster 2023-12-07T20:29:41.452445+0000 mgr.a (mgr.24293) 25631 : cluster 0 pgmap v19167: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:42 smithi027 bash[31536]: audit 2023-12-07T20:29:41.429586+0000 mgr.a (mgr.24293) 25630 : audit 0 from='client.502587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:42 smithi027 bash[31536]: cluster 2023-12-07T20:29:41.452445+0000 mgr.a (mgr.24293) 25631 : cluster 0 pgmap v19167: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:44 smithi022 bash[28554]: cluster 2023-12-07T20:29:43.453202+0000 mgr.a (mgr.24293) 25632 : cluster 0 pgmap v19168: 33 pgs: 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:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:44 smithi044 bash[32620]: cluster 2023-12-07T20:29:43.453202+0000 mgr.a (mgr.24293) 25632 : cluster 0 pgmap v19168: 33 pgs: 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:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:44 smithi027 bash[31536]: cluster 2023-12-07T20:29:43.453202+0000 mgr.a (mgr.24293) 25632 : cluster 0 pgmap v19168: 33 pgs: 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:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:46 smithi022 bash[28554]: cluster 2023-12-07T20:29:45.454094+0000 mgr.a (mgr.24293) 25633 : cluster 0 pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:29:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:46 smithi044 bash[32620]: cluster 2023-12-07T20:29:45.454094+0000 mgr.a (mgr.24293) 25633 : cluster 0 pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:29:46.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:46 smithi027 bash[31536]: cluster 2023-12-07T20:29:45.454094+0000 mgr.a (mgr.24293) 25633 : cluster 0 pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:29:46.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:46.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:46.961 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:47.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:47.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:47.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:47.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:47.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:48 smithi022 bash[28554]: audit 2023-12-07T20:29:47.378185+0000 mgr.a (mgr.24293) 25634 : audit 0 from='client.502659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:48 smithi022 bash[28554]: cluster 2023-12-07T20:29:47.455055+0000 mgr.a (mgr.24293) 25635 : cluster 0 pgmap v19170: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:48 smithi044 bash[32620]: audit 2023-12-07T20:29:47.378185+0000 mgr.a (mgr.24293) 25634 : audit 0 from='client.502659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:48 smithi044 bash[32620]: cluster 2023-12-07T20:29:47.455055+0000 mgr.a (mgr.24293) 25635 : cluster 0 pgmap v19170: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:48 smithi027 bash[31536]: audit 2023-12-07T20:29:47.378185+0000 mgr.a (mgr.24293) 25634 : audit 0 from='client.502659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:48 smithi027 bash[31536]: cluster 2023-12-07T20:29:47.455055+0000 mgr.a (mgr.24293) 25635 : cluster 0 pgmap v19170: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:50 smithi022 bash[28554]: cluster 2023-12-07T20:29:49.455780+0000 mgr.a (mgr.24293) 25636 : cluster 0 pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:50 smithi044 bash[32620]: cluster 2023-12-07T20:29:49.455780+0000 mgr.a (mgr.24293) 25636 : cluster 0 pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:50 smithi027 bash[31536]: cluster 2023-12-07T20:29:49.455780+0000 mgr.a (mgr.24293) 25636 : cluster 0 pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:52.896 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:52.897 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:52.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:52 smithi022 bash[28554]: cluster 2023-12-07T20:29:51.456596+0000 mgr.a (mgr.24293) 25637 : cluster 0 pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:52 smithi044 bash[32620]: cluster 2023-12-07T20:29:51.456596+0000 mgr.a (mgr.24293) 25637 : cluster 0 pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:52 smithi027 bash[31536]: cluster 2023-12-07T20:29:51.456596+0000 mgr.a (mgr.24293) 25637 : cluster 0 pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:53.829 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:53.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:29:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:54 smithi022 bash[28554]: audit 2023-12-07T20:29:53.313155+0000 mgr.a (mgr.24293) 25638 : audit 0 from='client.502731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:54 smithi022 bash[28554]: cluster 2023-12-07T20:29:53.465236+0000 mgr.a (mgr.24293) 25639 : cluster 0 pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:54 smithi044 bash[32620]: audit 2023-12-07T20:29:53.313155+0000 mgr.a (mgr.24293) 25638 : audit 0 from='client.502731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:54 smithi044 bash[32620]: cluster 2023-12-07T20:29:53.465236+0000 mgr.a (mgr.24293) 25639 : cluster 0 pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:54 smithi027 bash[31536]: audit 2023-12-07T20:29:53.313155+0000 mgr.a (mgr.24293) 25638 : audit 0 from='client.502731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:54.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:54 smithi027 bash[31536]: cluster 2023-12-07T20:29:53.465236+0000 mgr.a (mgr.24293) 25639 : cluster 0 pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:56 smithi022 bash[28554]: cluster 2023-12-07T20:29:55.466226+0000 mgr.a (mgr.24293) 25640 : cluster 0 pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:29:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:56 smithi044 bash[32620]: cluster 2023-12-07T20:29:55.466226+0000 mgr.a (mgr.24293) 25640 : cluster 0 pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:29:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:56 smithi027 bash[31536]: cluster 2023-12-07T20:29:55.466226+0000 mgr.a (mgr.24293) 25640 : cluster 0 pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:29:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:29:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:58.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:29:58 smithi022 bash[28554]: cluster 2023-12-07T20:29:57.466901+0000 mgr.a (mgr.24293) 25641 : cluster 0 pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:29:58 smithi044 bash[32620]: cluster 2023-12-07T20:29:57.466901+0000 mgr.a (mgr.24293) 25641 : cluster 0 pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:29:58 smithi027 bash[31536]: cluster 2023-12-07T20:29:57.466901+0000 mgr.a (mgr.24293) 25641 : cluster 0 pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:59.764 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:29:59.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:59.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:59.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:59.765 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:00 smithi022 bash[28554]: audit 2023-12-07T20:29:59.246370+0000 mgr.a (mgr.24293) 25642 : audit 0 from='client.502803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:00 smithi022 bash[28554]: cluster 2023-12-07T20:29:59.467722+0000 mgr.a (mgr.24293) 25643 : cluster 0 pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:00 smithi022 bash[28554]: cluster 2023-12-07T20:30:00.000112+0000 mon.a (mon.0) 3978 : cluster 1 overall HEALTH_OK 2023-12-07T20:30:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:00 smithi044 bash[32620]: audit 2023-12-07T20:29:59.246370+0000 mgr.a (mgr.24293) 25642 : audit 0 from='client.502803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:00 smithi044 bash[32620]: cluster 2023-12-07T20:29:59.467722+0000 mgr.a (mgr.24293) 25643 : cluster 0 pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:00 smithi044 bash[32620]: cluster 2023-12-07T20:30:00.000112+0000 mon.a (mon.0) 3978 : cluster 1 overall HEALTH_OK 2023-12-07T20:30:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:00 smithi027 bash[31536]: audit 2023-12-07T20:29:59.246370+0000 mgr.a (mgr.24293) 25642 : audit 0 from='client.502803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:00 smithi027 bash[31536]: cluster 2023-12-07T20:29:59.467722+0000 mgr.a (mgr.24293) 25643 : cluster 0 pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:00 smithi027 bash[31536]: cluster 2023-12-07T20:30:00.000112+0000 mon.a (mon.0) 3978 : cluster 1 overall HEALTH_OK 2023-12-07T20:30:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:02 smithi022 bash[28554]: cluster 2023-12-07T20:30:01.468745+0000 mgr.a (mgr.24293) 25644 : cluster 0 pgmap v19177: 33 pgs: 33 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:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:02 smithi044 bash[32620]: cluster 2023-12-07T20:30:01.468745+0000 mgr.a (mgr.24293) 25644 : cluster 0 pgmap v19177: 33 pgs: 33 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:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:02 smithi027 bash[31536]: cluster 2023-12-07T20:30:01.468745+0000 mgr.a (mgr.24293) 25644 : cluster 0 pgmap v19177: 33 pgs: 33 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:04.766 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:04.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:04.767 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:04 smithi022 bash[28554]: cluster 2023-12-07T20:30:03.469465+0000 mgr.a (mgr.24293) 25645 : cluster 0 pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:04 smithi044 bash[32620]: cluster 2023-12-07T20:30:03.469465+0000 mgr.a (mgr.24293) 25645 : cluster 0 pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:04 smithi027 bash[31536]: cluster 2023-12-07T20:30:03.469465+0000 mgr.a (mgr.24293) 25645 : cluster 0 pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:05.711 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:05.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:05.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:05.711 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:05.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:06 smithi022 bash[28554]: audit 2023-12-07T20:30:05.179428+0000 mgr.a (mgr.24293) 25646 : audit 0 from='client.502878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:06 smithi022 bash[28554]: cluster 2023-12-07T20:30:05.470108+0000 mgr.a (mgr.24293) 25647 : cluster 0 pgmap v19179: 33 pgs: 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:30:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:06 smithi044 bash[32620]: audit 2023-12-07T20:30:05.179428+0000 mgr.a (mgr.24293) 25646 : audit 0 from='client.502878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:06 smithi044 bash[32620]: cluster 2023-12-07T20:30:05.470108+0000 mgr.a (mgr.24293) 25647 : cluster 0 pgmap v19179: 33 pgs: 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:30:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:06 smithi027 bash[31536]: audit 2023-12-07T20:30:05.179428+0000 mgr.a (mgr.24293) 25646 : audit 0 from='client.502878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:06 smithi027 bash[31536]: cluster 2023-12-07T20:30:05.470108+0000 mgr.a (mgr.24293) 25647 : cluster 0 pgmap v19179: 33 pgs: 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:30:08.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:08 smithi022 bash[28554]: cluster 2023-12-07T20:30:07.470935+0000 mgr.a (mgr.24293) 25648 : cluster 0 pgmap v19180: 33 pgs: 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:30:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:08 smithi044 bash[32620]: cluster 2023-12-07T20:30:07.470935+0000 mgr.a (mgr.24293) 25648 : cluster 0 pgmap v19180: 33 pgs: 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:30:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:08 smithi027 bash[31536]: cluster 2023-12-07T20:30:07.470935+0000 mgr.a (mgr.24293) 25648 : cluster 0 pgmap v19180: 33 pgs: 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:30:10.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:10.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:10.714 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:10 smithi022 bash[28554]: cluster 2023-12-07T20:30:09.471525+0000 mgr.a (mgr.24293) 25649 : cluster 0 pgmap v19181: 33 pgs: 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:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:10 smithi044 bash[32620]: cluster 2023-12-07T20:30:09.471525+0000 mgr.a (mgr.24293) 25649 : cluster 0 pgmap v19181: 33 pgs: 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:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:10 smithi027 bash[31536]: cluster 2023-12-07T20:30:09.471525+0000 mgr.a (mgr.24293) 25649 : cluster 0 pgmap v19181: 33 pgs: 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:11.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:11.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:11.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:11.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:11.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:12 smithi022 bash[28554]: audit 2023-12-07T20:30:11.122601+0000 mgr.a (mgr.24293) 25650 : audit 0 from='client.502956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:12 smithi022 bash[28554]: cluster 2023-12-07T20:30:11.472190+0000 mgr.a (mgr.24293) 25651 : cluster 0 pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:12 smithi022 bash[28554]: audit 2023-12-07T20:30:12.055443+0000 mon.a (mon.0) 3979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:12 smithi044 bash[32620]: audit 2023-12-07T20:30:11.122601+0000 mgr.a (mgr.24293) 25650 : audit 0 from='client.502956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:12 smithi044 bash[32620]: cluster 2023-12-07T20:30:11.472190+0000 mgr.a (mgr.24293) 25651 : cluster 0 pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:12 smithi044 bash[32620]: audit 2023-12-07T20:30:12.055443+0000 mon.a (mon.0) 3979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:12 smithi027 bash[31536]: audit 2023-12-07T20:30:11.122601+0000 mgr.a (mgr.24293) 25650 : audit 0 from='client.502956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:12 smithi027 bash[31536]: cluster 2023-12-07T20:30:11.472190+0000 mgr.a (mgr.24293) 25651 : cluster 0 pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:12 smithi027 bash[31536]: audit 2023-12-07T20:30:12.055443+0000 mon.a (mon.0) 3979 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:13 smithi022 bash[28554]: audit 2023-12-07T20:30:12.853953+0000 mon.a (mon.0) 3980 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:13 smithi022 bash[28554]: audit 2023-12-07T20:30:12.855805+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:13 smithi022 bash[28554]: audit 2023-12-07T20:30:12.864836+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:30:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:13 smithi044 bash[32620]: audit 2023-12-07T20:30:12.853953+0000 mon.a (mon.0) 3980 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:13 smithi044 bash[32620]: audit 2023-12-07T20:30:12.855805+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:13 smithi044 bash[32620]: audit 2023-12-07T20:30:12.864836+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:30:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:13 smithi027 bash[31536]: audit 2023-12-07T20:30:12.853953+0000 mon.a (mon.0) 3980 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:13 smithi027 bash[31536]: audit 2023-12-07T20:30:12.855805+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:13 smithi027 bash[31536]: audit 2023-12-07T20:30:12.864836+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:30:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:14 smithi022 bash[28554]: cluster 2023-12-07T20:30:13.472836+0000 mgr.a (mgr.24293) 25652 : cluster 0 pgmap v19183: 33 pgs: 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:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:14 smithi044 bash[32620]: cluster 2023-12-07T20:30:13.472836+0000 mgr.a (mgr.24293) 25652 : cluster 0 pgmap v19183: 33 pgs: 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:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:14 smithi027 bash[31536]: cluster 2023-12-07T20:30:13.472836+0000 mgr.a (mgr.24293) 25652 : cluster 0 pgmap v19183: 33 pgs: 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:16.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:16.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:16.649 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:16 smithi022 bash[28554]: cluster 2023-12-07T20:30:15.473524+0000 mgr.a (mgr.24293) 25653 : cluster 0 pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:30:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:16 smithi044 bash[32620]: cluster 2023-12-07T20:30:15.473524+0000 mgr.a (mgr.24293) 25653 : cluster 0 pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:30:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:16 smithi027 bash[31536]: cluster 2023-12-07T20:30:15.473524+0000 mgr.a (mgr.24293) 25653 : cluster 0 pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:30:17.558 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:17.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:18 smithi022 bash[28554]: audit 2023-12-07T20:30:17.061763+0000 mgr.a (mgr.24293) 25654 : audit 0 from='client.503034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:18 smithi022 bash[28554]: cluster 2023-12-07T20:30:17.474562+0000 mgr.a (mgr.24293) 25655 : cluster 0 pgmap v19185: 33 pgs: 33 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:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:18 smithi044 bash[32620]: audit 2023-12-07T20:30:17.061763+0000 mgr.a (mgr.24293) 25654 : audit 0 from='client.503034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:18 smithi044 bash[32620]: cluster 2023-12-07T20:30:17.474562+0000 mgr.a (mgr.24293) 25655 : cluster 0 pgmap v19185: 33 pgs: 33 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:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:18 smithi027 bash[31536]: audit 2023-12-07T20:30:17.061763+0000 mgr.a (mgr.24293) 25654 : audit 0 from='client.503034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:18 smithi027 bash[31536]: cluster 2023-12-07T20:30:17.474562+0000 mgr.a (mgr.24293) 25655 : cluster 0 pgmap v19185: 33 pgs: 33 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:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:20 smithi022 bash[28554]: cluster 2023-12-07T20:30:19.475158+0000 mgr.a (mgr.24293) 25656 : cluster 0 pgmap v19186: 33 pgs: 33 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:20 smithi044 bash[32620]: cluster 2023-12-07T20:30:19.475158+0000 mgr.a (mgr.24293) 25656 : cluster 0 pgmap v19186: 33 pgs: 33 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:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:20 smithi027 bash[31536]: cluster 2023-12-07T20:30:19.475158+0000 mgr.a (mgr.24293) 25656 : cluster 0 pgmap v19186: 33 pgs: 33 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:22.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:22.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:22.562 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:22.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:22 smithi022 bash[28554]: cluster 2023-12-07T20:30:21.475884+0000 mgr.a (mgr.24293) 25657 : cluster 0 pgmap v19187: 33 pgs: 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:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:22 smithi044 bash[32620]: cluster 2023-12-07T20:30:21.475884+0000 mgr.a (mgr.24293) 25657 : cluster 0 pgmap v19187: 33 pgs: 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:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:22 smithi027 bash[31536]: cluster 2023-12-07T20:30:21.475884+0000 mgr.a (mgr.24293) 25657 : cluster 0 pgmap v19187: 33 pgs: 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:23.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:23.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:23.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:23.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:23.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:24 smithi022 bash[28554]: audit 2023-12-07T20:30:22.977142+0000 mgr.a (mgr.24293) 25658 : audit 0 from='client.503109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:24 smithi022 bash[28554]: cluster 2023-12-07T20:30:23.476530+0000 mgr.a (mgr.24293) 25659 : cluster 0 pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:24 smithi044 bash[32620]: audit 2023-12-07T20:30:22.977142+0000 mgr.a (mgr.24293) 25658 : audit 0 from='client.503109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:24 smithi044 bash[32620]: cluster 2023-12-07T20:30:23.476530+0000 mgr.a (mgr.24293) 25659 : cluster 0 pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:24 smithi027 bash[31536]: audit 2023-12-07T20:30:22.977142+0000 mgr.a (mgr.24293) 25658 : audit 0 from='client.503109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:24 smithi027 bash[31536]: cluster 2023-12-07T20:30:23.476530+0000 mgr.a (mgr.24293) 25659 : cluster 0 pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:26 smithi022 bash[28554]: cluster 2023-12-07T20:30:25.477235+0000 mgr.a (mgr.24293) 25660 : cluster 0 pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:30:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:26 smithi044 bash[32620]: cluster 2023-12-07T20:30:25.477235+0000 mgr.a (mgr.24293) 25660 : cluster 0 pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:30:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:26 smithi027 bash[31536]: cluster 2023-12-07T20:30:25.477235+0000 mgr.a (mgr.24293) 25660 : cluster 0 pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:30:28.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:28.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:28.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:28.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:28 smithi022 bash[28554]: cluster 2023-12-07T20:30:27.477945+0000 mgr.a (mgr.24293) 25661 : cluster 0 pgmap v19190: 33 pgs: 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:30:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:28 smithi044 bash[32620]: cluster 2023-12-07T20:30:27.477945+0000 mgr.a (mgr.24293) 25661 : cluster 0 pgmap v19190: 33 pgs: 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:30:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:28 smithi027 bash[31536]: cluster 2023-12-07T20:30:27.477945+0000 mgr.a (mgr.24293) 25661 : cluster 0 pgmap v19190: 33 pgs: 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:30:29.476 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:29.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:29.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:29.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:29.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:30 smithi022 bash[28554]: audit 2023-12-07T20:30:28.936432+0000 mgr.a (mgr.24293) 25662 : audit 0 from='client.503187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:30 smithi022 bash[28554]: cluster 2023-12-07T20:30:29.478774+0000 mgr.a (mgr.24293) 25663 : cluster 0 pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:30 smithi044 bash[32620]: audit 2023-12-07T20:30:28.936432+0000 mgr.a (mgr.24293) 25662 : audit 0 from='client.503187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:30 smithi044 bash[32620]: cluster 2023-12-07T20:30:29.478774+0000 mgr.a (mgr.24293) 25663 : cluster 0 pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:30 smithi027 bash[31536]: audit 2023-12-07T20:30:28.936432+0000 mgr.a (mgr.24293) 25662 : audit 0 from='client.503187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:30 smithi027 bash[31536]: cluster 2023-12-07T20:30:29.478774+0000 mgr.a (mgr.24293) 25663 : cluster 0 pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:32 smithi022 bash[28554]: cluster 2023-12-07T20:30:31.479626+0000 mgr.a (mgr.24293) 25664 : cluster 0 pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:32 smithi044 bash[32620]: cluster 2023-12-07T20:30:31.479626+0000 mgr.a (mgr.24293) 25664 : cluster 0 pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:32 smithi027 bash[31536]: cluster 2023-12-07T20:30:31.479626+0000 mgr.a (mgr.24293) 25664 : cluster 0 pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:34.479 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:34.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:34.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:34 smithi022 bash[28554]: cluster 2023-12-07T20:30:33.480156+0000 mgr.a (mgr.24293) 25665 : cluster 0 pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:34 smithi044 bash[32620]: cluster 2023-12-07T20:30:33.480156+0000 mgr.a (mgr.24293) 25665 : cluster 0 pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:34 smithi027 bash[31536]: cluster 2023-12-07T20:30:33.480156+0000 mgr.a (mgr.24293) 25665 : cluster 0 pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:35.405 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:35.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:35.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:35.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:35.405 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:36 smithi022 bash[28554]: audit 2023-12-07T20:30:34.894616+0000 mgr.a (mgr.24293) 25666 : audit 0 from='client.503259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:36 smithi022 bash[28554]: cluster 2023-12-07T20:30:35.481090+0000 mgr.a (mgr.24293) 25667 : cluster 0 pgmap v19194: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:36 smithi044 bash[32620]: audit 2023-12-07T20:30:34.894616+0000 mgr.a (mgr.24293) 25666 : audit 0 from='client.503259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:36 smithi044 bash[32620]: cluster 2023-12-07T20:30:35.481090+0000 mgr.a (mgr.24293) 25667 : cluster 0 pgmap v19194: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:36 smithi027 bash[31536]: audit 2023-12-07T20:30:34.894616+0000 mgr.a (mgr.24293) 25666 : audit 0 from='client.503259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:36.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:36 smithi027 bash[31536]: cluster 2023-12-07T20:30:35.481090+0000 mgr.a (mgr.24293) 25667 : cluster 0 pgmap v19194: 33 pgs: 33 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:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:38 smithi022 bash[28554]: cluster 2023-12-07T20:30:37.481696+0000 mgr.a (mgr.24293) 25668 : cluster 0 pgmap v19195: 33 pgs: 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:30:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:38 smithi044 bash[32620]: cluster 2023-12-07T20:30:37.481696+0000 mgr.a (mgr.24293) 25668 : cluster 0 pgmap v19195: 33 pgs: 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:30:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:38 smithi027 bash[31536]: cluster 2023-12-07T20:30:37.481696+0000 mgr.a (mgr.24293) 25668 : cluster 0 pgmap v19195: 33 pgs: 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:30:40.408 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:40.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:40.409 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:40 smithi022 bash[28554]: cluster 2023-12-07T20:30:39.482286+0000 mgr.a (mgr.24293) 25669 : cluster 0 pgmap v19196: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:40 smithi044 bash[32620]: cluster 2023-12-07T20:30:39.482286+0000 mgr.a (mgr.24293) 25669 : cluster 0 pgmap v19196: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:40 smithi027 bash[31536]: cluster 2023-12-07T20:30:39.482286+0000 mgr.a (mgr.24293) 25669 : cluster 0 pgmap v19196: 33 pgs: 33 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:41.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:41.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:41.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:41.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:41.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:42 smithi022 bash[28554]: audit 2023-12-07T20:30:40.818057+0000 mgr.a (mgr.24293) 25670 : audit 0 from='client.503334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:42 smithi022 bash[28554]: cluster 2023-12-07T20:30:41.483310+0000 mgr.a (mgr.24293) 25671 : cluster 0 pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:42 smithi044 bash[32620]: audit 2023-12-07T20:30:40.818057+0000 mgr.a (mgr.24293) 25670 : audit 0 from='client.503334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:42 smithi044 bash[32620]: cluster 2023-12-07T20:30:41.483310+0000 mgr.a (mgr.24293) 25671 : cluster 0 pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:42 smithi027 bash[31536]: audit 2023-12-07T20:30:40.818057+0000 mgr.a (mgr.24293) 25670 : audit 0 from='client.503334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:42 smithi027 bash[31536]: cluster 2023-12-07T20:30:41.483310+0000 mgr.a (mgr.24293) 25671 : cluster 0 pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:44 smithi022 bash[28554]: cluster 2023-12-07T20:30:43.483943+0000 mgr.a (mgr.24293) 25672 : cluster 0 pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:44 smithi044 bash[32620]: cluster 2023-12-07T20:30:43.483943+0000 mgr.a (mgr.24293) 25672 : cluster 0 pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:44 smithi027 bash[31536]: cluster 2023-12-07T20:30:43.483943+0000 mgr.a (mgr.24293) 25672 : cluster 0 pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:46.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:46.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:46.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:46 smithi022 bash[28554]: cluster 2023-12-07T20:30:45.484625+0000 mgr.a (mgr.24293) 25673 : cluster 0 pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:46 smithi044 bash[32620]: cluster 2023-12-07T20:30:45.484625+0000 mgr.a (mgr.24293) 25673 : cluster 0 pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:46 smithi027 bash[31536]: cluster 2023-12-07T20:30:45.484625+0000 mgr.a (mgr.24293) 25673 : cluster 0 pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:47.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:47.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:47.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:47.309 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:47.309 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:47.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:47 smithi022 bash[28554]: audit 2023-12-07T20:30:46.771061+0000 mgr.a (mgr.24293) 25674 : audit 0 from='client.503406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:47 smithi044 bash[32620]: audit 2023-12-07T20:30:46.771061+0000 mgr.a (mgr.24293) 25674 : audit 0 from='client.503406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:47 smithi027 bash[31536]: audit 2023-12-07T20:30:46.771061+0000 mgr.a (mgr.24293) 25674 : audit 0 from='client.503406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:48.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:48 smithi022 bash[28554]: cluster 2023-12-07T20:30:47.485319+0000 mgr.a (mgr.24293) 25675 : cluster 0 pgmap v19200: 33 pgs: 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:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:48 smithi044 bash[32620]: cluster 2023-12-07T20:30:47.485319+0000 mgr.a (mgr.24293) 25675 : cluster 0 pgmap v19200: 33 pgs: 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:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:48 smithi027 bash[31536]: cluster 2023-12-07T20:30:47.485319+0000 mgr.a (mgr.24293) 25675 : cluster 0 pgmap v19200: 33 pgs: 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:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:50 smithi022 bash[28554]: cluster 2023-12-07T20:30:49.485895+0000 mgr.a (mgr.24293) 25676 : cluster 0 pgmap v19201: 33 pgs: 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:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:50 smithi044 bash[32620]: cluster 2023-12-07T20:30:49.485895+0000 mgr.a (mgr.24293) 25676 : cluster 0 pgmap v19201: 33 pgs: 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:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:50 smithi027 bash[31536]: cluster 2023-12-07T20:30:49.485895+0000 mgr.a (mgr.24293) 25676 : cluster 0 pgmap v19201: 33 pgs: 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.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:52.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:52.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:52 smithi022 bash[28554]: cluster 2023-12-07T20:30:51.486852+0000 mgr.a (mgr.24293) 25677 : cluster 0 pgmap v19202: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:52 smithi044 bash[32620]: cluster 2023-12-07T20:30:51.486852+0000 mgr.a (mgr.24293) 25677 : cluster 0 pgmap v19202: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:52 smithi027 bash[31536]: cluster 2023-12-07T20:30:51.486852+0000 mgr.a (mgr.24293) 25677 : cluster 0 pgmap v19202: 33 pgs: 33 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:53.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:53.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:53.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:53.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:53.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:53 smithi022 bash[28554]: audit 2023-12-07T20:30:52.727730+0000 mgr.a (mgr.24293) 25678 : audit 0 from='client.503484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:53 smithi044 bash[32620]: audit 2023-12-07T20:30:52.727730+0000 mgr.a (mgr.24293) 25678 : audit 0 from='client.503484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:53 smithi027 bash[31536]: audit 2023-12-07T20:30:52.727730+0000 mgr.a (mgr.24293) 25678 : audit 0 from='client.503484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:54.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:54 smithi022 bash[28554]: cluster 2023-12-07T20:30:53.487630+0000 mgr.a (mgr.24293) 25679 : cluster 0 pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:54.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:54 smithi044 bash[32620]: cluster 2023-12-07T20:30:53.487630+0000 mgr.a (mgr.24293) 25679 : cluster 0 pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:54 smithi027 bash[31536]: cluster 2023-12-07T20:30:53.487630+0000 mgr.a (mgr.24293) 25679 : cluster 0 pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:56 smithi022 bash[28554]: cluster 2023-12-07T20:30:55.488429+0000 mgr.a (mgr.24293) 25680 : cluster 0 pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:56 smithi044 bash[32620]: cluster 2023-12-07T20:30:55.488429+0000 mgr.a (mgr.24293) 25680 : cluster 0 pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:56.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:56 smithi027 bash[31536]: cluster 2023-12-07T20:30:55.488429+0000 mgr.a (mgr.24293) 25680 : cluster 0 pgmap v19204: 33 pgs: 33 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:58.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:30:58.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:58.262 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:58.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:58 smithi022 bash[28554]: cluster 2023-12-07T20:30:57.488993+0000 mgr.a (mgr.24293) 25681 : cluster 0 pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:58 smithi044 bash[32620]: cluster 2023-12-07T20:30:57.488993+0000 mgr.a (mgr.24293) 25681 : cluster 0 pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:58 smithi027 bash[31536]: cluster 2023-12-07T20:30:57.488993+0000 mgr.a (mgr.24293) 25681 : cluster 0 pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:59.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:30:59.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:59.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:59.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:59.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:30:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:30:59 smithi022 bash[28554]: audit 2023-12-07T20:30:58.679721+0000 mgr.a (mgr.24293) 25682 : audit 0 from='client.503562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:30:59 smithi044 bash[32620]: audit 2023-12-07T20:30:58.679721+0000 mgr.a (mgr.24293) 25682 : audit 0 from='client.503562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:59.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:30:59 smithi027 bash[31536]: audit 2023-12-07T20:30:58.679721+0000 mgr.a (mgr.24293) 25682 : audit 0 from='client.503562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:00 smithi022 bash[28554]: cluster 2023-12-07T20:30:59.489695+0000 mgr.a (mgr.24293) 25683 : cluster 0 pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:00 smithi044 bash[32620]: cluster 2023-12-07T20:30:59.489695+0000 mgr.a (mgr.24293) 25683 : cluster 0 pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:00 smithi027 bash[31536]: cluster 2023-12-07T20:30:59.489695+0000 mgr.a (mgr.24293) 25683 : cluster 0 pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:02 smithi022 bash[28554]: cluster 2023-12-07T20:31:01.490337+0000 mgr.a (mgr.24293) 25684 : cluster 0 pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:02 smithi044 bash[32620]: cluster 2023-12-07T20:31:01.490337+0000 mgr.a (mgr.24293) 25684 : cluster 0 pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:02 smithi027 bash[31536]: cluster 2023-12-07T20:31:01.490337+0000 mgr.a (mgr.24293) 25684 : cluster 0 pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:04.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:04.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:04.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:04 smithi022 bash[28554]: cluster 2023-12-07T20:31:03.490879+0000 mgr.a (mgr.24293) 25685 : cluster 0 pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:04 smithi044 bash[32620]: cluster 2023-12-07T20:31:03.490879+0000 mgr.a (mgr.24293) 25685 : cluster 0 pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:04 smithi027 bash[31536]: cluster 2023-12-07T20:31:03.490879+0000 mgr.a (mgr.24293) 25685 : cluster 0 pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:05.178 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:05.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:05.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:05.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:05.179 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:05 smithi022 bash[28554]: audit 2023-12-07T20:31:04.639826+0000 mgr.a (mgr.24293) 25686 : audit 0 from='client.503637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:05 smithi044 bash[32620]: audit 2023-12-07T20:31:04.639826+0000 mgr.a (mgr.24293) 25686 : audit 0 from='client.503637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:05 smithi027 bash[31536]: audit 2023-12-07T20:31:04.639826+0000 mgr.a (mgr.24293) 25686 : audit 0 from='client.503637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:06.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:06 smithi022 bash[28554]: cluster 2023-12-07T20:31:05.491789+0000 mgr.a (mgr.24293) 25687 : cluster 0 pgmap v19209: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:06 smithi044 bash[32620]: cluster 2023-12-07T20:31:05.491789+0000 mgr.a (mgr.24293) 25687 : cluster 0 pgmap v19209: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:06 smithi027 bash[31536]: cluster 2023-12-07T20:31:05.491789+0000 mgr.a (mgr.24293) 25687 : cluster 0 pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:08 smithi022 bash[28554]: cluster 2023-12-07T20:31:07.492353+0000 mgr.a (mgr.24293) 25688 : cluster 0 pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:08 smithi044 bash[32620]: cluster 2023-12-07T20:31:07.492353+0000 mgr.a (mgr.24293) 25688 : cluster 0 pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:08 smithi027 bash[31536]: cluster 2023-12-07T20:31:07.492353+0000 mgr.a (mgr.24293) 25688 : cluster 0 pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:10.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:10.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:10.181 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:10 smithi022 bash[28554]: cluster 2023-12-07T20:31:09.492985+0000 mgr.a (mgr.24293) 25689 : cluster 0 pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:10 smithi044 bash[32620]: cluster 2023-12-07T20:31:09.492985+0000 mgr.a (mgr.24293) 25689 : cluster 0 pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:10 smithi027 bash[31536]: cluster 2023-12-07T20:31:09.492985+0000 mgr.a (mgr.24293) 25689 : cluster 0 pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:11.110 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:11.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:11.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:11.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:11.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:11.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:11 smithi022 bash[28554]: audit 2023-12-07T20:31:10.596140+0000 mgr.a (mgr.24293) 25690 : audit 0 from='client.503715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:11 smithi044 bash[32620]: audit 2023-12-07T20:31:10.596140+0000 mgr.a (mgr.24293) 25690 : audit 0 from='client.503715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:11 smithi027 bash[31536]: audit 2023-12-07T20:31:10.596140+0000 mgr.a (mgr.24293) 25690 : audit 0 from='client.503715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:12 smithi022 bash[28554]: cluster 2023-12-07T20:31:11.494157+0000 mgr.a (mgr.24293) 25691 : cluster 0 pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:12 smithi044 bash[32620]: cluster 2023-12-07T20:31:11.494157+0000 mgr.a (mgr.24293) 25691 : cluster 0 pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:12 smithi027 bash[31536]: cluster 2023-12-07T20:31:11.494157+0000 mgr.a (mgr.24293) 25691 : cluster 0 pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:13 smithi022 bash[28554]: audit 2023-12-07T20:31:12.970026+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:13 smithi022 bash[28554]: audit 2023-12-07T20:31:13.500802+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:13.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:13 smithi022 bash[28554]: audit 2023-12-07T20:31:13.506581+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:13 smithi044 bash[32620]: audit 2023-12-07T20:31:12.970026+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:13 smithi044 bash[32620]: audit 2023-12-07T20:31:13.500802+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:13 smithi044 bash[32620]: audit 2023-12-07T20:31:13.506581+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:13 smithi027 bash[31536]: audit 2023-12-07T20:31:12.970026+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:13 smithi027 bash[31536]: audit 2023-12-07T20:31:13.500802+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:13.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:13 smithi027 bash[31536]: audit 2023-12-07T20:31:13.506581+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:14 smithi022 bash[28554]: cluster 2023-12-07T20:31:13.494706+0000 mgr.a (mgr.24293) 25692 : cluster 0 pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:14 smithi022 bash[28554]: audit 2023-12-07T20:31:14.237830+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:14 smithi022 bash[28554]: audit 2023-12-07T20:31:14.239786+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:14 smithi022 bash[28554]: audit 2023-12-07T20:31:14.249016+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:14 smithi044 bash[32620]: cluster 2023-12-07T20:31:13.494706+0000 mgr.a (mgr.24293) 25692 : cluster 0 pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:14 smithi044 bash[32620]: audit 2023-12-07T20:31:14.237830+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:14 smithi044 bash[32620]: audit 2023-12-07T20:31:14.239786+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:14 smithi044 bash[32620]: audit 2023-12-07T20:31:14.249016+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:14 smithi027 bash[31536]: cluster 2023-12-07T20:31:13.494706+0000 mgr.a (mgr.24293) 25692 : cluster 0 pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:14 smithi027 bash[31536]: audit 2023-12-07T20:31:14.237830+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:14 smithi027 bash[31536]: audit 2023-12-07T20:31:14.239786+0000 mon.a (mon.0) 3987 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:14 smithi027 bash[31536]: audit 2023-12-07T20:31:14.249016+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:31:16.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:16.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:16.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:16 smithi022 bash[28554]: cluster 2023-12-07T20:31:15.495479+0000 mgr.a (mgr.24293) 25693 : cluster 0 pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:16 smithi044 bash[32620]: cluster 2023-12-07T20:31:15.495479+0000 mgr.a (mgr.24293) 25693 : cluster 0 pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:16 smithi027 bash[31536]: cluster 2023-12-07T20:31:15.495479+0000 mgr.a (mgr.24293) 25693 : cluster 0 pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:17.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:17.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:17.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:17.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:17.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:17 smithi022 bash[28554]: audit 2023-12-07T20:31:16.527924+0000 mgr.a (mgr.24293) 25694 : audit 0 from='client.503790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:17 smithi044 bash[32620]: audit 2023-12-07T20:31:16.527924+0000 mgr.a (mgr.24293) 25694 : audit 0 from='client.503790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:17 smithi027 bash[31536]: audit 2023-12-07T20:31:16.527924+0000 mgr.a (mgr.24293) 25694 : audit 0 from='client.503790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:18 smithi022 bash[28554]: cluster 2023-12-07T20:31:17.496139+0000 mgr.a (mgr.24293) 25695 : cluster 0 pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:18 smithi044 bash[32620]: cluster 2023-12-07T20:31:17.496139+0000 mgr.a (mgr.24293) 25695 : cluster 0 pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:18 smithi027 bash[31536]: cluster 2023-12-07T20:31:17.496139+0000 mgr.a (mgr.24293) 25695 : cluster 0 pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:20 smithi022 bash[28554]: cluster 2023-12-07T20:31:19.496694+0000 mgr.a (mgr.24293) 25696 : cluster 0 pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:20 smithi044 bash[32620]: cluster 2023-12-07T20:31:19.496694+0000 mgr.a (mgr.24293) 25696 : cluster 0 pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:20 smithi027 bash[31536]: cluster 2023-12-07T20:31:19.496694+0000 mgr.a (mgr.24293) 25696 : cluster 0 pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:22.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:22.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:22.071 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:22 smithi022 bash[28554]: cluster 2023-12-07T20:31:21.497507+0000 mgr.a (mgr.24293) 25697 : cluster 0 pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:22 smithi044 bash[32620]: cluster 2023-12-07T20:31:21.497507+0000 mgr.a (mgr.24293) 25697 : cluster 0 pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:22 smithi027 bash[31536]: cluster 2023-12-07T20:31:21.497507+0000 mgr.a (mgr.24293) 25697 : cluster 0 pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:22.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:22.996 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:23.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:23 smithi022 bash[28554]: audit 2023-12-07T20:31:22.477633+0000 mgr.a (mgr.24293) 25698 : audit 0 from='client.503859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:23 smithi044 bash[32620]: audit 2023-12-07T20:31:22.477633+0000 mgr.a (mgr.24293) 25698 : audit 0 from='client.503859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:23.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:23 smithi027 bash[31536]: audit 2023-12-07T20:31:22.477633+0000 mgr.a (mgr.24293) 25698 : audit 0 from='client.503859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:24 smithi022 bash[28554]: cluster 2023-12-07T20:31:23.498350+0000 mgr.a (mgr.24293) 25699 : cluster 0 pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:24 smithi044 bash[32620]: cluster 2023-12-07T20:31:23.498350+0000 mgr.a (mgr.24293) 25699 : cluster 0 pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:24 smithi027 bash[31536]: cluster 2023-12-07T20:31:23.498350+0000 mgr.a (mgr.24293) 25699 : cluster 0 pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:26 smithi022 bash[28554]: cluster 2023-12-07T20:31:25.499261+0000 mgr.a (mgr.24293) 25700 : cluster 0 pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:26 smithi044 bash[32620]: cluster 2023-12-07T20:31:25.499261+0000 mgr.a (mgr.24293) 25700 : cluster 0 pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:26 smithi027 bash[31536]: cluster 2023-12-07T20:31:25.499261+0000 mgr.a (mgr.24293) 25700 : cluster 0 pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:27.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:28.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:28.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:28.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:28 smithi022 bash[28554]: cluster 2023-12-07T20:31:27.499946+0000 mgr.a (mgr.24293) 25701 : cluster 0 pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:28 smithi044 bash[32620]: cluster 2023-12-07T20:31:27.499946+0000 mgr.a (mgr.24293) 25701 : cluster 0 pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:28 smithi027 bash[31536]: cluster 2023-12-07T20:31:27.499946+0000 mgr.a (mgr.24293) 25701 : cluster 0 pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:28.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:28.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:28.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:28.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:28.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:29 smithi022 bash[28554]: audit 2023-12-07T20:31:28.415003+0000 mgr.a (mgr.24293) 25702 : audit 0 from='client.503934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:29 smithi044 bash[32620]: audit 2023-12-07T20:31:28.415003+0000 mgr.a (mgr.24293) 25702 : audit 0 from='client.503934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:29 smithi027 bash[31536]: audit 2023-12-07T20:31:28.415003+0000 mgr.a (mgr.24293) 25702 : audit 0 from='client.503934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:30.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:30 smithi022 bash[28554]: cluster 2023-12-07T20:31:29.500665+0000 mgr.a (mgr.24293) 25703 : cluster 0 pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.962 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:30 smithi027 bash[31536]: cluster 2023-12-07T20:31:29.500665+0000 mgr.a (mgr.24293) 25703 : cluster 0 pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.962 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:30 smithi044 bash[32620]: cluster 2023-12-07T20:31:29.500665+0000 mgr.a (mgr.24293) 25703 : cluster 0 pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:32 smithi022 bash[28554]: cluster 2023-12-07T20:31:31.501482+0000 mgr.a (mgr.24293) 25704 : cluster 0 pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:32 smithi044 bash[32620]: cluster 2023-12-07T20:31:31.501482+0000 mgr.a (mgr.24293) 25704 : cluster 0 pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:32 smithi027 bash[31536]: cluster 2023-12-07T20:31:31.501482+0000 mgr.a (mgr.24293) 25704 : cluster 0 pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:33.952 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:33.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:33.954 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:34.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:34.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:34.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:34.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:34.886 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:34 smithi022 bash[28554]: cluster 2023-12-07T20:31:33.502054+0000 mgr.a (mgr.24293) 25705 : cluster 0 pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:34 smithi044 bash[32620]: cluster 2023-12-07T20:31:33.502054+0000 mgr.a (mgr.24293) 25705 : cluster 0 pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:34 smithi027 bash[31536]: cluster 2023-12-07T20:31:33.502054+0000 mgr.a (mgr.24293) 25705 : cluster 0 pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:35.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:35 smithi022 bash[28554]: audit 2023-12-07T20:31:34.371880+0000 mgr.a (mgr.24293) 25706 : audit 0 from='client.504009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:35.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:35 smithi044 bash[32620]: audit 2023-12-07T20:31:34.371880+0000 mgr.a (mgr.24293) 25706 : audit 0 from='client.504009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:35.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:35 smithi027 bash[31536]: audit 2023-12-07T20:31:34.371880+0000 mgr.a (mgr.24293) 25706 : audit 0 from='client.504009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:36.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:36 smithi022 bash[28554]: cluster 2023-12-07T20:31:35.502913+0000 mgr.a (mgr.24293) 25707 : cluster 0 pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:36 smithi044 bash[32620]: cluster 2023-12-07T20:31:35.502913+0000 mgr.a (mgr.24293) 25707 : cluster 0 pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:36 smithi027 bash[31536]: cluster 2023-12-07T20:31:35.502913+0000 mgr.a (mgr.24293) 25707 : cluster 0 pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:38.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:38 smithi022 bash[28554]: cluster 2023-12-07T20:31:37.503456+0000 mgr.a (mgr.24293) 25708 : cluster 0 pgmap v19225: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:38 smithi044 bash[32620]: cluster 2023-12-07T20:31:37.503456+0000 mgr.a (mgr.24293) 25708 : cluster 0 pgmap v19225: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:38 smithi027 bash[31536]: cluster 2023-12-07T20:31:37.503456+0000 mgr.a (mgr.24293) 25708 : cluster 0 pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:39.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:39.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:39.892 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:40.841 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:40.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:40.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:40.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:40.841 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:40 smithi022 bash[28554]: cluster 2023-12-07T20:31:39.503988+0000 mgr.a (mgr.24293) 25709 : cluster 0 pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:40 smithi044 bash[32620]: cluster 2023-12-07T20:31:39.503988+0000 mgr.a (mgr.24293) 25709 : cluster 0 pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:40 smithi027 bash[31536]: cluster 2023-12-07T20:31:39.503988+0000 mgr.a (mgr.24293) 25709 : cluster 0 pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:41.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:41 smithi022 bash[28554]: audit 2023-12-07T20:31:40.304592+0000 mgr.a (mgr.24293) 25710 : audit 0 from='client.504087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:41.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:41 smithi044 bash[32620]: audit 2023-12-07T20:31:40.304592+0000 mgr.a (mgr.24293) 25710 : audit 0 from='client.504087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:41.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:41 smithi027 bash[31536]: audit 2023-12-07T20:31:40.304592+0000 mgr.a (mgr.24293) 25710 : audit 0 from='client.504087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:42 smithi022 bash[28554]: cluster 2023-12-07T20:31:41.504935+0000 mgr.a (mgr.24293) 25711 : cluster 0 pgmap v19227: 33 pgs: 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:31:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:42 smithi044 bash[32620]: cluster 2023-12-07T20:31:41.504935+0000 mgr.a (mgr.24293) 25711 : cluster 0 pgmap v19227: 33 pgs: 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:31:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:42 smithi027 bash[31536]: cluster 2023-12-07T20:31:41.504935+0000 mgr.a (mgr.24293) 25711 : cluster 0 pgmap v19227: 33 pgs: 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:31:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:44 smithi022 bash[28554]: cluster 2023-12-07T20:31:43.505684+0000 mgr.a (mgr.24293) 25712 : cluster 0 pgmap v19228: 33 pgs: 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:31:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:44 smithi044 bash[32620]: cluster 2023-12-07T20:31:43.505684+0000 mgr.a (mgr.24293) 25712 : cluster 0 pgmap v19228: 33 pgs: 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:31:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:44 smithi027 bash[31536]: cluster 2023-12-07T20:31:43.505684+0000 mgr.a (mgr.24293) 25712 : cluster 0 pgmap v19228: 33 pgs: 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:31:45.846 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:45.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:45.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:46.782 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:46.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:46.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:46.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:46.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:46 smithi022 bash[28554]: cluster 2023-12-07T20:31:45.506448+0000 mgr.a (mgr.24293) 25713 : cluster 0 pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:46 smithi044 bash[32620]: cluster 2023-12-07T20:31:45.506448+0000 mgr.a (mgr.24293) 25713 : cluster 0 pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:46 smithi027 bash[31536]: cluster 2023-12-07T20:31:45.506448+0000 mgr.a (mgr.24293) 25713 : cluster 0 pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:47.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:47 smithi022 bash[28554]: audit 2023-12-07T20:31:46.256998+0000 mgr.a (mgr.24293) 25714 : audit 0 from='client.504162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:47.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:47 smithi044 bash[32620]: audit 2023-12-07T20:31:46.256998+0000 mgr.a (mgr.24293) 25714 : audit 0 from='client.504162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:47.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:47 smithi027 bash[31536]: audit 2023-12-07T20:31:46.256998+0000 mgr.a (mgr.24293) 25714 : audit 0 from='client.504162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:48 smithi022 bash[28554]: cluster 2023-12-07T20:31:47.507123+0000 mgr.a (mgr.24293) 25715 : cluster 0 pgmap v19230: 33 pgs: 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:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:48 smithi044 bash[32620]: cluster 2023-12-07T20:31:47.507123+0000 mgr.a (mgr.24293) 25715 : cluster 0 pgmap v19230: 33 pgs: 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:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:48 smithi027 bash[31536]: cluster 2023-12-07T20:31:47.507123+0000 mgr.a (mgr.24293) 25715 : cluster 0 pgmap v19230: 33 pgs: 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:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:50 smithi022 bash[28554]: cluster 2023-12-07T20:31:49.507752+0000 mgr.a (mgr.24293) 25716 : cluster 0 pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:50 smithi044 bash[32620]: cluster 2023-12-07T20:31:49.507752+0000 mgr.a (mgr.24293) 25716 : cluster 0 pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:50 smithi027 bash[31536]: cluster 2023-12-07T20:31:49.507752+0000 mgr.a (mgr.24293) 25716 : cluster 0 pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:51.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:51.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:51.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:52.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:52.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:52.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:52.739 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:52.739 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:52 smithi022 bash[28554]: cluster 2023-12-07T20:31:51.508399+0000 mgr.a (mgr.24293) 25717 : cluster 0 pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:52 smithi044 bash[32620]: cluster 2023-12-07T20:31:51.508399+0000 mgr.a (mgr.24293) 25717 : cluster 0 pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:52 smithi027 bash[31536]: cluster 2023-12-07T20:31:51.508399+0000 mgr.a (mgr.24293) 25717 : cluster 0 pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:53.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:53 smithi022 bash[28554]: audit 2023-12-07T20:31:52.197801+0000 mgr.a (mgr.24293) 25718 : audit 0 from='client.504240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:53.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:53 smithi044 bash[32620]: audit 2023-12-07T20:31:52.197801+0000 mgr.a (mgr.24293) 25718 : audit 0 from='client.504240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:53.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:53 smithi027 bash[31536]: audit 2023-12-07T20:31:52.197801+0000 mgr.a (mgr.24293) 25718 : audit 0 from='client.504240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:54 smithi022 bash[28554]: cluster 2023-12-07T20:31:53.509106+0000 mgr.a (mgr.24293) 25719 : cluster 0 pgmap v19233: 33 pgs: 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:31:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:54 smithi044 bash[32620]: cluster 2023-12-07T20:31:53.509106+0000 mgr.a (mgr.24293) 25719 : cluster 0 pgmap v19233: 33 pgs: 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:31:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:54 smithi027 bash[31536]: cluster 2023-12-07T20:31:53.509106+0000 mgr.a (mgr.24293) 25719 : cluster 0 pgmap v19233: 33 pgs: 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:31:56.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:56 smithi022 bash[28554]: cluster 2023-12-07T20:31:55.509960+0000 mgr.a (mgr.24293) 25720 : cluster 0 pgmap v19234: 33 pgs: 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:31:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:56 smithi044 bash[32620]: cluster 2023-12-07T20:31:55.509960+0000 mgr.a (mgr.24293) 25720 : cluster 0 pgmap v19234: 33 pgs: 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:31:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:56 smithi027 bash[31536]: cluster 2023-12-07T20:31:55.509960+0000 mgr.a (mgr.24293) 25720 : cluster 0 pgmap v19234: 33 pgs: 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:31:57.741 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:31:57.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:57.742 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:58.658 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:31:58.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:58.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:58.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:58.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:31:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:58 smithi022 bash[28554]: cluster 2023-12-07T20:31:57.510525+0000 mgr.a (mgr.24293) 25721 : cluster 0 pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:58 smithi044 bash[32620]: cluster 2023-12-07T20:31:57.510525+0000 mgr.a (mgr.24293) 25721 : cluster 0 pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:58 smithi027 bash[31536]: cluster 2023-12-07T20:31:57.510525+0000 mgr.a (mgr.24293) 25721 : cluster 0 pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:59.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:31:59 smithi022 bash[28554]: audit 2023-12-07T20:31:58.160004+0000 mgr.a (mgr.24293) 25722 : audit 0 from='client.504312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:59.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:31:59 smithi044 bash[32620]: audit 2023-12-07T20:31:58.160004+0000 mgr.a (mgr.24293) 25722 : audit 0 from='client.504312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:59.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:31:59 smithi027 bash[31536]: audit 2023-12-07T20:31:58.160004+0000 mgr.a (mgr.24293) 25722 : audit 0 from='client.504312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:00 smithi022 bash[28554]: cluster 2023-12-07T20:31:59.511280+0000 mgr.a (mgr.24293) 25723 : cluster 0 pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:00 smithi044 bash[32620]: cluster 2023-12-07T20:31:59.511280+0000 mgr.a (mgr.24293) 25723 : cluster 0 pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:00 smithi027 bash[31536]: cluster 2023-12-07T20:31:59.511280+0000 mgr.a (mgr.24293) 25723 : cluster 0 pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:02 smithi022 bash[28554]: cluster 2023-12-07T20:32:01.512113+0000 mgr.a (mgr.24293) 25724 : cluster 0 pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:02 smithi044 bash[32620]: cluster 2023-12-07T20:32:01.512113+0000 mgr.a (mgr.24293) 25724 : cluster 0 pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:02 smithi027 bash[31536]: cluster 2023-12-07T20:32:01.512113+0000 mgr.a (mgr.24293) 25724 : cluster 0 pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:03.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:03.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:03.662 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:04.609 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:04.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:04.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:04.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:04.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:04 smithi022 bash[28554]: cluster 2023-12-07T20:32:03.512692+0000 mgr.a (mgr.24293) 25725 : cluster 0 pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:04 smithi044 bash[32620]: cluster 2023-12-07T20:32:03.512692+0000 mgr.a (mgr.24293) 25725 : cluster 0 pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:04 smithi027 bash[31536]: cluster 2023-12-07T20:32:03.512692+0000 mgr.a (mgr.24293) 25725 : cluster 0 pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:05.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:05 smithi022 bash[28554]: audit 2023-12-07T20:32:04.077394+0000 mgr.a (mgr.24293) 25726 : audit 0 from='client.504384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:05.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:05 smithi044 bash[32620]: audit 2023-12-07T20:32:04.077394+0000 mgr.a (mgr.24293) 25726 : audit 0 from='client.504384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:05.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:05 smithi027 bash[31536]: audit 2023-12-07T20:32:04.077394+0000 mgr.a (mgr.24293) 25726 : audit 0 from='client.504384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:06 smithi022 bash[28554]: cluster 2023-12-07T20:32:05.513633+0000 mgr.a (mgr.24293) 25727 : cluster 0 pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:06 smithi044 bash[32620]: cluster 2023-12-07T20:32:05.513633+0000 mgr.a (mgr.24293) 25727 : cluster 0 pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:06 smithi027 bash[31536]: cluster 2023-12-07T20:32:05.513633+0000 mgr.a (mgr.24293) 25727 : cluster 0 pgmap v19239: 33 pgs: 33 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:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:08 smithi022 bash[28554]: cluster 2023-12-07T20:32:07.514180+0000 mgr.a (mgr.24293) 25728 : cluster 0 pgmap v19240: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:08 smithi044 bash[32620]: cluster 2023-12-07T20:32:07.514180+0000 mgr.a (mgr.24293) 25728 : cluster 0 pgmap v19240: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:08 smithi027 bash[31536]: cluster 2023-12-07T20:32:07.514180+0000 mgr.a (mgr.24293) 25728 : cluster 0 pgmap v19240: 33 pgs: 33 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:09.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:09.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:09.613 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:10.542 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:10.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:10.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:10.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:10.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:10 smithi022 bash[28554]: cluster 2023-12-07T20:32:09.514747+0000 mgr.a (mgr.24293) 25729 : cluster 0 pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:10 smithi044 bash[32620]: cluster 2023-12-07T20:32:09.514747+0000 mgr.a (mgr.24293) 25729 : cluster 0 pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:10.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:10 smithi027 bash[31536]: cluster 2023-12-07T20:32:09.514747+0000 mgr.a (mgr.24293) 25729 : cluster 0 pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:11.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:11 smithi022 bash[28554]: audit 2023-12-07T20:32:10.030792+0000 mgr.a (mgr.24293) 25730 : audit 0 from='client.504459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:11.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:11 smithi044 bash[32620]: audit 2023-12-07T20:32:10.030792+0000 mgr.a (mgr.24293) 25730 : audit 0 from='client.504459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:11.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:11 smithi027 bash[31536]: audit 2023-12-07T20:32:10.030792+0000 mgr.a (mgr.24293) 25730 : audit 0 from='client.504459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:12 smithi022 bash[28554]: cluster 2023-12-07T20:32:11.515764+0000 mgr.a (mgr.24293) 25731 : cluster 0 pgmap v19242: 33 pgs: 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:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:12 smithi044 bash[32620]: cluster 2023-12-07T20:32:11.515764+0000 mgr.a (mgr.24293) 25731 : cluster 0 pgmap v19242: 33 pgs: 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:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:12 smithi027 bash[31536]: cluster 2023-12-07T20:32:11.515764+0000 mgr.a (mgr.24293) 25731 : cluster 0 pgmap v19242: 33 pgs: 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:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:14 smithi022 bash[28554]: cluster 2023-12-07T20:32:13.516304+0000 mgr.a (mgr.24293) 25732 : cluster 0 pgmap v19243: 33 pgs: 33 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:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:14 smithi022 bash[28554]: audit 2023-12-07T20:32:14.352948+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:14 smithi044 bash[32620]: cluster 2023-12-07T20:32:13.516304+0000 mgr.a (mgr.24293) 25732 : cluster 0 pgmap v19243: 33 pgs: 33 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:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:14 smithi044 bash[32620]: audit 2023-12-07T20:32:14.352948+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:14 smithi027 bash[31536]: cluster 2023-12-07T20:32:13.516304+0000 mgr.a (mgr.24293) 25732 : cluster 0 pgmap v19243: 33 pgs: 33 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:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:14 smithi027 bash[31536]: audit 2023-12-07T20:32:14.352948+0000 mon.a (mon.0) 3989 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:15.544 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:15.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:15.545 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:14.882844+0000 mon.a (mon.0) 3990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:14.888211+0000 mon.a (mon.0) 3991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:14.892319+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:14.896197+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: cluster 2023-12-07T20:32:15.517119+0000 mgr.a (mgr.24293) 25733 : cluster 0 pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:16.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:15.639451+0000 mon.a (mon.0) 3994 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:32:16.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:15.641038+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:32:16.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:15 smithi022 bash[28554]: audit 2023-12-07T20:32:15.649162+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:14.882844+0000 mon.a (mon.0) 3990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:14.888211+0000 mon.a (mon.0) 3991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:14.892319+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:14.896197+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: cluster 2023-12-07T20:32:15.517119+0000 mgr.a (mgr.24293) 25733 : cluster 0 pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:15.639451+0000 mon.a (mon.0) 3994 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:32:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:15.641038+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:32:16.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:15 smithi044 bash[32620]: audit 2023-12-07T20:32:15.649162+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:14.882844+0000 mon.a (mon.0) 3990 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:14.888211+0000 mon.a (mon.0) 3991 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:14.892319+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:14.896197+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: cluster 2023-12-07T20:32:15.517119+0000 mgr.a (mgr.24293) 25733 : cluster 0 pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:15.639451+0000 mon.a (mon.0) 3994 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:15.641038+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:32:16.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:15 smithi027 bash[31536]: audit 2023-12-07T20:32:15.649162+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:32:16.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:16.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:16.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:16.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:16.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:17 smithi022 bash[28554]: audit 2023-12-07T20:32:15.951057+0000 mgr.a (mgr.24293) 25734 : audit 0 from='client.504534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:17 smithi044 bash[32620]: audit 2023-12-07T20:32:15.951057+0000 mgr.a (mgr.24293) 25734 : audit 0 from='client.504534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:17 smithi027 bash[31536]: audit 2023-12-07T20:32:15.951057+0000 mgr.a (mgr.24293) 25734 : audit 0 from='client.504534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:18.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:18 smithi022 bash[28554]: cluster 2023-12-07T20:32:17.517981+0000 mgr.a (mgr.24293) 25735 : cluster 0 pgmap v19245: 33 pgs: 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:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:18 smithi044 bash[32620]: cluster 2023-12-07T20:32:17.517981+0000 mgr.a (mgr.24293) 25735 : cluster 0 pgmap v19245: 33 pgs: 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:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:18 smithi027 bash[31536]: cluster 2023-12-07T20:32:17.517981+0000 mgr.a (mgr.24293) 25735 : cluster 0 pgmap v19245: 33 pgs: 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:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:20 smithi022 bash[28554]: cluster 2023-12-07T20:32:19.518592+0000 mgr.a (mgr.24293) 25736 : cluster 0 pgmap v19246: 33 pgs: 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:20 smithi044 bash[32620]: cluster 2023-12-07T20:32:19.518592+0000 mgr.a (mgr.24293) 25736 : cluster 0 pgmap v19246: 33 pgs: 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:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:20 smithi027 bash[31536]: cluster 2023-12-07T20:32:19.518592+0000 mgr.a (mgr.24293) 25736 : cluster 0 pgmap v19246: 33 pgs: 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:21.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:21.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:21.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:22.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:22.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:22.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:22.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:22.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:22.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:22 smithi022 bash[28554]: cluster 2023-12-07T20:32:21.519170+0000 mgr.a (mgr.24293) 25737 : cluster 0 pgmap v19247: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:22 smithi044 bash[32620]: cluster 2023-12-07T20:32:21.519170+0000 mgr.a (mgr.24293) 25737 : cluster 0 pgmap v19247: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:22 smithi027 bash[31536]: cluster 2023-12-07T20:32:21.519170+0000 mgr.a (mgr.24293) 25737 : cluster 0 pgmap v19247: 33 pgs: 33 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.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:23 smithi022 bash[28554]: audit 2023-12-07T20:32:21.902883+0000 mgr.a (mgr.24293) 25738 : audit 0 from='client.504612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:23.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:23 smithi044 bash[32620]: audit 2023-12-07T20:32:21.902883+0000 mgr.a (mgr.24293) 25738 : audit 0 from='client.504612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:23.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:23 smithi027 bash[31536]: audit 2023-12-07T20:32:21.902883+0000 mgr.a (mgr.24293) 25738 : audit 0 from='client.504612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:24 smithi022 bash[28554]: cluster 2023-12-07T20:32:23.519888+0000 mgr.a (mgr.24293) 25739 : cluster 0 pgmap v19248: 33 pgs: 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:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:24 smithi044 bash[32620]: cluster 2023-12-07T20:32:23.519888+0000 mgr.a (mgr.24293) 25739 : cluster 0 pgmap v19248: 33 pgs: 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:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:24 smithi027 bash[31536]: cluster 2023-12-07T20:32:23.519888+0000 mgr.a (mgr.24293) 25739 : cluster 0 pgmap v19248: 33 pgs: 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:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:26 smithi022 bash[28554]: cluster 2023-12-07T20:32:25.520697+0000 mgr.a (mgr.24293) 25740 : cluster 0 pgmap v19249: 33 pgs: 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:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:26 smithi044 bash[32620]: cluster 2023-12-07T20:32:25.520697+0000 mgr.a (mgr.24293) 25740 : cluster 0 pgmap v19249: 33 pgs: 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:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:26 smithi027 bash[31536]: cluster 2023-12-07T20:32:25.520697+0000 mgr.a (mgr.24293) 25740 : cluster 0 pgmap v19249: 33 pgs: 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:27.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:27.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:27.440 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:28.374 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:28.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:28.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:28.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:28.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:28 smithi022 bash[28554]: cluster 2023-12-07T20:32:27.521253+0000 mgr.a (mgr.24293) 25741 : cluster 0 pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:28 smithi044 bash[32620]: cluster 2023-12-07T20:32:27.521253+0000 mgr.a (mgr.24293) 25741 : cluster 0 pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:28 smithi027 bash[31536]: cluster 2023-12-07T20:32:27.521253+0000 mgr.a (mgr.24293) 25741 : cluster 0 pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:29.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:29 smithi022 bash[28554]: audit 2023-12-07T20:32:27.863233+0000 mgr.a (mgr.24293) 25742 : audit 0 from='client.504690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:29.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:29 smithi044 bash[32620]: audit 2023-12-07T20:32:27.863233+0000 mgr.a (mgr.24293) 25742 : audit 0 from='client.504690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:29.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:29 smithi027 bash[31536]: audit 2023-12-07T20:32:27.863233+0000 mgr.a (mgr.24293) 25742 : audit 0 from='client.504690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:30 smithi022 bash[28554]: cluster 2023-12-07T20:32:29.521979+0000 mgr.a (mgr.24293) 25743 : cluster 0 pgmap v19251: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:30 smithi044 bash[32620]: cluster 2023-12-07T20:32:29.521979+0000 mgr.a (mgr.24293) 25743 : cluster 0 pgmap v19251: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:30 smithi027 bash[31536]: cluster 2023-12-07T20:32:29.521979+0000 mgr.a (mgr.24293) 25743 : cluster 0 pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:32.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:32 smithi022 bash[28554]: cluster 2023-12-07T20:32:31.522803+0000 mgr.a (mgr.24293) 25744 : cluster 0 pgmap v19252: 33 pgs: 33 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:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:32 smithi044 bash[32620]: cluster 2023-12-07T20:32:31.522803+0000 mgr.a (mgr.24293) 25744 : cluster 0 pgmap v19252: 33 pgs: 33 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:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:32 smithi027 bash[31536]: cluster 2023-12-07T20:32:31.522803+0000 mgr.a (mgr.24293) 25744 : cluster 0 pgmap v19252: 33 pgs: 33 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:33.375 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:33.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:33.377 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:34.314 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:34.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:34.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:34.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:34.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:34 smithi022 bash[28554]: cluster 2023-12-07T20:32:33.523392+0000 mgr.a (mgr.24293) 25745 : cluster 0 pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:34 smithi022 bash[28554]: audit 2023-12-07T20:32:33.789961+0000 mgr.a (mgr.24293) 25746 : audit 0 from='client.504765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:34 smithi044 bash[32620]: cluster 2023-12-07T20:32:33.523392+0000 mgr.a (mgr.24293) 25745 : cluster 0 pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:34 smithi044 bash[32620]: audit 2023-12-07T20:32:33.789961+0000 mgr.a (mgr.24293) 25746 : audit 0 from='client.504765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:34 smithi027 bash[31536]: cluster 2023-12-07T20:32:33.523392+0000 mgr.a (mgr.24293) 25745 : cluster 0 pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:34 smithi027 bash[31536]: audit 2023-12-07T20:32:33.789961+0000 mgr.a (mgr.24293) 25746 : audit 0 from='client.504765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:36.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:36 smithi022 bash[28554]: cluster 2023-12-07T20:32:35.524292+0000 mgr.a (mgr.24293) 25747 : cluster 0 pgmap v19254: 33 pgs: 33 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:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:36 smithi044 bash[32620]: cluster 2023-12-07T20:32:35.524292+0000 mgr.a (mgr.24293) 25747 : cluster 0 pgmap v19254: 33 pgs: 33 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:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:36 smithi027 bash[31536]: cluster 2023-12-07T20:32:35.524292+0000 mgr.a (mgr.24293) 25747 : cluster 0 pgmap v19254: 33 pgs: 33 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:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:38 smithi022 bash[28554]: cluster 2023-12-07T20:32:37.524974+0000 mgr.a (mgr.24293) 25748 : cluster 0 pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:38 smithi044 bash[32620]: cluster 2023-12-07T20:32:37.524974+0000 mgr.a (mgr.24293) 25748 : cluster 0 pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:38 smithi027 bash[31536]: cluster 2023-12-07T20:32:37.524974+0000 mgr.a (mgr.24293) 25748 : cluster 0 pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:39.315 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:39.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:39.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:40.270 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:40.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:40.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:40 smithi022 bash[28554]: cluster 2023-12-07T20:32:39.525542+0000 mgr.a (mgr.24293) 25749 : cluster 0 pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:40 smithi022 bash[28554]: audit 2023-12-07T20:32:39.733114+0000 mgr.a (mgr.24293) 25750 : audit 0 from='client.504843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:40 smithi044 bash[32620]: cluster 2023-12-07T20:32:39.525542+0000 mgr.a (mgr.24293) 25749 : cluster 0 pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:40 smithi044 bash[32620]: audit 2023-12-07T20:32:39.733114+0000 mgr.a (mgr.24293) 25750 : audit 0 from='client.504843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:40 smithi027 bash[31536]: cluster 2023-12-07T20:32:39.525542+0000 mgr.a (mgr.24293) 25749 : cluster 0 pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:40 smithi027 bash[31536]: audit 2023-12-07T20:32:39.733114+0000 mgr.a (mgr.24293) 25750 : audit 0 from='client.504843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:42 smithi022 bash[28554]: cluster 2023-12-07T20:32:41.526437+0000 mgr.a (mgr.24293) 25751 : cluster 0 pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:42 smithi044 bash[32620]: cluster 2023-12-07T20:32:41.526437+0000 mgr.a (mgr.24293) 25751 : cluster 0 pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:42 smithi027 bash[31536]: cluster 2023-12-07T20:32:41.526437+0000 mgr.a (mgr.24293) 25751 : cluster 0 pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:44 smithi022 bash[28554]: cluster 2023-12-07T20:32:43.527186+0000 mgr.a (mgr.24293) 25752 : cluster 0 pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:44 smithi044 bash[32620]: cluster 2023-12-07T20:32:43.527186+0000 mgr.a (mgr.24293) 25752 : cluster 0 pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:44 smithi027 bash[31536]: cluster 2023-12-07T20:32:43.527186+0000 mgr.a (mgr.24293) 25752 : cluster 0 pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:45.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:45.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:45.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:46.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:46.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:46.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:46 smithi022 bash[28554]: cluster 2023-12-07T20:32:45.527942+0000 mgr.a (mgr.24293) 25753 : cluster 0 pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:46 smithi022 bash[28554]: audit 2023-12-07T20:32:45.690777+0000 mgr.a (mgr.24293) 25754 : audit 0 from='client.504921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:46 smithi044 bash[32620]: cluster 2023-12-07T20:32:45.527942+0000 mgr.a (mgr.24293) 25753 : cluster 0 pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:46 smithi044 bash[32620]: audit 2023-12-07T20:32:45.690777+0000 mgr.a (mgr.24293) 25754 : audit 0 from='client.504921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:46 smithi027 bash[31536]: cluster 2023-12-07T20:32:45.527942+0000 mgr.a (mgr.24293) 25753 : cluster 0 pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:46 smithi027 bash[31536]: audit 2023-12-07T20:32:45.690777+0000 mgr.a (mgr.24293) 25754 : audit 0 from='client.504921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:48 smithi022 bash[28554]: cluster 2023-12-07T20:32:47.528544+0000 mgr.a (mgr.24293) 25755 : cluster 0 pgmap v19260: 33 pgs: 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:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:48 smithi044 bash[32620]: cluster 2023-12-07T20:32:47.528544+0000 mgr.a (mgr.24293) 25755 : cluster 0 pgmap v19260: 33 pgs: 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:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:48 smithi027 bash[31536]: cluster 2023-12-07T20:32:47.528544+0000 mgr.a (mgr.24293) 25755 : cluster 0 pgmap v19260: 33 pgs: 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:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:50 smithi022 bash[28554]: cluster 2023-12-07T20:32:49.529097+0000 mgr.a (mgr.24293) 25756 : cluster 0 pgmap v19261: 33 pgs: 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:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:50 smithi044 bash[32620]: cluster 2023-12-07T20:32:49.529097+0000 mgr.a (mgr.24293) 25756 : cluster 0 pgmap v19261: 33 pgs: 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:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:50 smithi027 bash[31536]: cluster 2023-12-07T20:32:49.529097+0000 mgr.a (mgr.24293) 25756 : cluster 0 pgmap v19261: 33 pgs: 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:51.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:51.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:51.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:52.189 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:52.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:52.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:52.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:52.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:52 smithi022 bash[28554]: cluster 2023-12-07T20:32:51.529836+0000 mgr.a (mgr.24293) 25757 : cluster 0 pgmap v19262: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:52 smithi022 bash[28554]: audit 2023-12-07T20:32:51.655410+0000 mgr.a (mgr.24293) 25758 : audit 0 from='client.504993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:52 smithi044 bash[32620]: cluster 2023-12-07T20:32:51.529836+0000 mgr.a (mgr.24293) 25757 : cluster 0 pgmap v19262: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:52 smithi044 bash[32620]: audit 2023-12-07T20:32:51.655410+0000 mgr.a (mgr.24293) 25758 : audit 0 from='client.504993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:52 smithi027 bash[31536]: cluster 2023-12-07T20:32:51.529836+0000 mgr.a (mgr.24293) 25757 : cluster 0 pgmap v19262: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:52 smithi027 bash[31536]: audit 2023-12-07T20:32:51.655410+0000 mgr.a (mgr.24293) 25758 : audit 0 from='client.504993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:54 smithi022 bash[28554]: cluster 2023-12-07T20:32:53.530682+0000 mgr.a (mgr.24293) 25759 : cluster 0 pgmap v19263: 33 pgs: 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:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:54 smithi044 bash[32620]: cluster 2023-12-07T20:32:53.530682+0000 mgr.a (mgr.24293) 25759 : cluster 0 pgmap v19263: 33 pgs: 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:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:54 smithi027 bash[31536]: cluster 2023-12-07T20:32:53.530682+0000 mgr.a (mgr.24293) 25759 : cluster 0 pgmap v19263: 33 pgs: 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:56.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:56 smithi022 bash[28554]: cluster 2023-12-07T20:32:55.531677+0000 mgr.a (mgr.24293) 25760 : cluster 0 pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:56 smithi044 bash[32620]: cluster 2023-12-07T20:32:55.531677+0000 mgr.a (mgr.24293) 25760 : cluster 0 pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:56 smithi027 bash[31536]: cluster 2023-12-07T20:32:55.531677+0000 mgr.a (mgr.24293) 25760 : cluster 0 pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:57.192 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:32:57.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:57.193 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:58.126 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:32:58.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:58.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:58.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:58.127 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:32:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:58 smithi022 bash[28554]: cluster 2023-12-07T20:32:57.532236+0000 mgr.a (mgr.24293) 25761 : cluster 0 pgmap v19265: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:32:58 smithi022 bash[28554]: audit 2023-12-07T20:32:57.606495+0000 mgr.a (mgr.24293) 25762 : audit 0 from='client.505071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:58 smithi044 bash[32620]: cluster 2023-12-07T20:32:57.532236+0000 mgr.a (mgr.24293) 25761 : cluster 0 pgmap v19265: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:32:58 smithi044 bash[32620]: audit 2023-12-07T20:32:57.606495+0000 mgr.a (mgr.24293) 25762 : audit 0 from='client.505071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:58 smithi027 bash[31536]: cluster 2023-12-07T20:32:57.532236+0000 mgr.a (mgr.24293) 25761 : cluster 0 pgmap v19265: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:32:58 smithi027 bash[31536]: audit 2023-12-07T20:32:57.606495+0000 mgr.a (mgr.24293) 25762 : audit 0 from='client.505071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:00 smithi022 bash[28554]: cluster 2023-12-07T20:32:59.532918+0000 mgr.a (mgr.24293) 25763 : cluster 0 pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:00 smithi044 bash[32620]: cluster 2023-12-07T20:32:59.532918+0000 mgr.a (mgr.24293) 25763 : cluster 0 pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:00 smithi027 bash[31536]: cluster 2023-12-07T20:32:59.532918+0000 mgr.a (mgr.24293) 25763 : cluster 0 pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:02.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:02 smithi022 bash[28554]: cluster 2023-12-07T20:33:01.533524+0000 mgr.a (mgr.24293) 25764 : cluster 0 pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:02 smithi044 bash[32620]: cluster 2023-12-07T20:33:01.533524+0000 mgr.a (mgr.24293) 25764 : cluster 0 pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:02 smithi027 bash[31536]: cluster 2023-12-07T20:33:01.533524+0000 mgr.a (mgr.24293) 25764 : cluster 0 pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:03.128 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:03.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:03.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:04.084 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:04.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:04.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:04.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:04.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:04.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:04 smithi022 bash[28554]: cluster 2023-12-07T20:33:03.534034+0000 mgr.a (mgr.24293) 25765 : cluster 0 pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:04 smithi022 bash[28554]: audit 2023-12-07T20:33:03.547326+0000 mgr.a (mgr.24293) 25766 : audit 0 from='client.505149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:04 smithi044 bash[32620]: cluster 2023-12-07T20:33:03.534034+0000 mgr.a (mgr.24293) 25765 : cluster 0 pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:04 smithi044 bash[32620]: audit 2023-12-07T20:33:03.547326+0000 mgr.a (mgr.24293) 25766 : audit 0 from='client.505149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:04 smithi027 bash[31536]: cluster 2023-12-07T20:33:03.534034+0000 mgr.a (mgr.24293) 25765 : cluster 0 pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:04 smithi027 bash[31536]: audit 2023-12-07T20:33:03.547326+0000 mgr.a (mgr.24293) 25766 : audit 0 from='client.505149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:06 smithi022 bash[28554]: cluster 2023-12-07T20:33:05.534901+0000 mgr.a (mgr.24293) 25767 : cluster 0 pgmap v19269: 33 pgs: 33 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:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:06 smithi044 bash[32620]: cluster 2023-12-07T20:33:05.534901+0000 mgr.a (mgr.24293) 25767 : cluster 0 pgmap v19269: 33 pgs: 33 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:06.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:06 smithi027 bash[31536]: cluster 2023-12-07T20:33:05.534901+0000 mgr.a (mgr.24293) 25767 : cluster 0 pgmap v19269: 33 pgs: 33 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:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:08 smithi022 bash[28554]: cluster 2023-12-07T20:33:07.535453+0000 mgr.a (mgr.24293) 25768 : cluster 0 pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:08 smithi044 bash[32620]: cluster 2023-12-07T20:33:07.535453+0000 mgr.a (mgr.24293) 25768 : cluster 0 pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:08 smithi027 bash[31536]: cluster 2023-12-07T20:33:07.535453+0000 mgr.a (mgr.24293) 25768 : cluster 0 pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:09.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:10.024 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:10.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:10.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:10.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:10.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:10 smithi022 bash[28554]: audit 2023-12-07T20:33:09.499717+0000 mgr.a (mgr.24293) 25769 : audit 0 from='client.505224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:10 smithi022 bash[28554]: cluster 2023-12-07T20:33:09.536267+0000 mgr.a (mgr.24293) 25770 : cluster 0 pgmap v19271: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:10 smithi044 bash[32620]: audit 2023-12-07T20:33:09.499717+0000 mgr.a (mgr.24293) 25769 : audit 0 from='client.505224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:10 smithi044 bash[32620]: cluster 2023-12-07T20:33:09.536267+0000 mgr.a (mgr.24293) 25770 : cluster 0 pgmap v19271: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:10 smithi027 bash[31536]: audit 2023-12-07T20:33:09.499717+0000 mgr.a (mgr.24293) 25769 : audit 0 from='client.505224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:10 smithi027 bash[31536]: cluster 2023-12-07T20:33:09.536267+0000 mgr.a (mgr.24293) 25770 : cluster 0 pgmap v19271: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:12 smithi022 bash[28554]: cluster 2023-12-07T20:33:11.537283+0000 mgr.a (mgr.24293) 25771 : cluster 0 pgmap v19272: 33 pgs: 33 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:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:12 smithi044 bash[32620]: cluster 2023-12-07T20:33:11.537283+0000 mgr.a (mgr.24293) 25771 : cluster 0 pgmap v19272: 33 pgs: 33 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:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:12 smithi027 bash[31536]: cluster 2023-12-07T20:33:11.537283+0000 mgr.a (mgr.24293) 25771 : cluster 0 pgmap v19272: 33 pgs: 33 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:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:14 smithi022 bash[28554]: cluster 2023-12-07T20:33:13.537822+0000 mgr.a (mgr.24293) 25772 : cluster 0 pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:14 smithi044 bash[32620]: cluster 2023-12-07T20:33:13.537822+0000 mgr.a (mgr.24293) 25772 : cluster 0 pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:14 smithi027 bash[31536]: cluster 2023-12-07T20:33:13.537822+0000 mgr.a (mgr.24293) 25772 : cluster 0 pgmap v19273: 33 pgs: 33 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.027 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:15.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:15.028 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:15.964 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:15.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:15.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:15.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:15.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:16 smithi022 bash[28554]: audit 2023-12-07T20:33:15.439985+0000 mgr.a (mgr.24293) 25773 : audit 0 from='client.505296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:16 smithi022 bash[28554]: cluster 2023-12-07T20:33:15.538539+0000 mgr.a (mgr.24293) 25774 : cluster 0 pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:16 smithi022 bash[28554]: audit 2023-12-07T20:33:15.754108+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:16 smithi022 bash[28554]: audit 2023-12-07T20:33:16.543506+0000 mon.a (mon.0) 3998 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:16 smithi022 bash[28554]: audit 2023-12-07T20:33:16.545430+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:16 smithi044 bash[32620]: audit 2023-12-07T20:33:15.439985+0000 mgr.a (mgr.24293) 25773 : audit 0 from='client.505296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:16 smithi044 bash[32620]: cluster 2023-12-07T20:33:15.538539+0000 mgr.a (mgr.24293) 25774 : cluster 0 pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:16 smithi044 bash[32620]: audit 2023-12-07T20:33:15.754108+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:16 smithi044 bash[32620]: audit 2023-12-07T20:33:16.543506+0000 mon.a (mon.0) 3998 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:16 smithi044 bash[32620]: audit 2023-12-07T20:33:16.545430+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:16 smithi027 bash[31536]: audit 2023-12-07T20:33:15.439985+0000 mgr.a (mgr.24293) 25773 : audit 0 from='client.505296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:16 smithi027 bash[31536]: cluster 2023-12-07T20:33:15.538539+0000 mgr.a (mgr.24293) 25774 : cluster 0 pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:16 smithi027 bash[31536]: audit 2023-12-07T20:33:15.754108+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:16 smithi027 bash[31536]: audit 2023-12-07T20:33:16.543506+0000 mon.a (mon.0) 3998 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:16 smithi027 bash[31536]: audit 2023-12-07T20:33:16.545430+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:17 smithi022 bash[28554]: audit 2023-12-07T20:33:16.558376+0000 mon.a (mon.0) 4000 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:33:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:17 smithi044 bash[32620]: audit 2023-12-07T20:33:16.558376+0000 mon.a (mon.0) 4000 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:33:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:17 smithi027 bash[31536]: audit 2023-12-07T20:33:16.558376+0000 mon.a (mon.0) 4000 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:33:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:18 smithi022 bash[28554]: cluster 2023-12-07T20:33:17.539187+0000 mgr.a (mgr.24293) 25775 : cluster 0 pgmap v19275: 33 pgs: 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:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:18 smithi044 bash[32620]: cluster 2023-12-07T20:33:17.539187+0000 mgr.a (mgr.24293) 25775 : cluster 0 pgmap v19275: 33 pgs: 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:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:18 smithi027 bash[31536]: cluster 2023-12-07T20:33:17.539187+0000 mgr.a (mgr.24293) 25775 : cluster 0 pgmap v19275: 33 pgs: 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:20.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:20 smithi022 bash[28554]: cluster 2023-12-07T20:33:19.539905+0000 mgr.a (mgr.24293) 25776 : cluster 0 pgmap v19276: 33 pgs: 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:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:20 smithi044 bash[32620]: cluster 2023-12-07T20:33:19.539905+0000 mgr.a (mgr.24293) 25776 : cluster 0 pgmap v19276: 33 pgs: 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:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:20 smithi027 bash[31536]: cluster 2023-12-07T20:33:19.539905+0000 mgr.a (mgr.24293) 25776 : cluster 0 pgmap v19276: 33 pgs: 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:20.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:20.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:20.968 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:21.894 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:21.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:21.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:21.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:21.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:22 smithi022 bash[28554]: audit 2023-12-07T20:33:21.382894+0000 mgr.a (mgr.24293) 25777 : audit 0 from='client.505371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:22 smithi022 bash[28554]: cluster 2023-12-07T20:33:21.541070+0000 mgr.a (mgr.24293) 25778 : cluster 0 pgmap v19277: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:22 smithi044 bash[32620]: audit 2023-12-07T20:33:21.382894+0000 mgr.a (mgr.24293) 25777 : audit 0 from='client.505371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:22 smithi044 bash[32620]: cluster 2023-12-07T20:33:21.541070+0000 mgr.a (mgr.24293) 25778 : cluster 0 pgmap v19277: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:22 smithi027 bash[31536]: audit 2023-12-07T20:33:21.382894+0000 mgr.a (mgr.24293) 25777 : audit 0 from='client.505371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:22 smithi027 bash[31536]: cluster 2023-12-07T20:33:21.541070+0000 mgr.a (mgr.24293) 25778 : cluster 0 pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:24 smithi022 bash[28554]: cluster 2023-12-07T20:33:23.541741+0000 mgr.a (mgr.24293) 25779 : cluster 0 pgmap v19278: 33 pgs: 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:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:24 smithi044 bash[32620]: cluster 2023-12-07T20:33:23.541741+0000 mgr.a (mgr.24293) 25779 : cluster 0 pgmap v19278: 33 pgs: 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:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:24 smithi027 bash[31536]: cluster 2023-12-07T20:33:23.541741+0000 mgr.a (mgr.24293) 25779 : cluster 0 pgmap v19278: 33 pgs: 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:26.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:26.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:26.898 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:26 smithi022 bash[28554]: cluster 2023-12-07T20:33:25.542553+0000 mgr.a (mgr.24293) 25780 : cluster 0 pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:26 smithi044 bash[32620]: cluster 2023-12-07T20:33:25.542553+0000 mgr.a (mgr.24293) 25780 : cluster 0 pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:26 smithi027 bash[31536]: cluster 2023-12-07T20:33:25.542553+0000 mgr.a (mgr.24293) 25780 : cluster 0 pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:27.847 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:27.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:27.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:27.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:27.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:28.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:28 smithi022 bash[28554]: audit 2023-12-07T20:33:27.312292+0000 mgr.a (mgr.24293) 25781 : audit 0 from='client.505449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:28 smithi022 bash[28554]: cluster 2023-12-07T20:33:27.543033+0000 mgr.a (mgr.24293) 25782 : cluster 0 pgmap v19280: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:28 smithi044 bash[32620]: audit 2023-12-07T20:33:27.312292+0000 mgr.a (mgr.24293) 25781 : audit 0 from='client.505449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:28 smithi044 bash[32620]: cluster 2023-12-07T20:33:27.543033+0000 mgr.a (mgr.24293) 25782 : cluster 0 pgmap v19280: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:28 smithi027 bash[31536]: audit 2023-12-07T20:33:27.312292+0000 mgr.a (mgr.24293) 25781 : audit 0 from='client.505449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:28 smithi027 bash[31536]: cluster 2023-12-07T20:33:27.543033+0000 mgr.a (mgr.24293) 25782 : cluster 0 pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:30 smithi022 bash[28554]: cluster 2023-12-07T20:33:29.543715+0000 mgr.a (mgr.24293) 25783 : cluster 0 pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:30 smithi044 bash[32620]: cluster 2023-12-07T20:33:29.543715+0000 mgr.a (mgr.24293) 25783 : cluster 0 pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:30.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:30 smithi027 bash[31536]: cluster 2023-12-07T20:33:29.543715+0000 mgr.a (mgr.24293) 25783 : cluster 0 pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:32.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:32.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:32.851 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:32 smithi022 bash[28554]: cluster 2023-12-07T20:33:31.544592+0000 mgr.a (mgr.24293) 25784 : cluster 0 pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:32 smithi044 bash[32620]: cluster 2023-12-07T20:33:31.544592+0000 mgr.a (mgr.24293) 25784 : cluster 0 pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:32 smithi027 bash[31536]: cluster 2023-12-07T20:33:31.544592+0000 mgr.a (mgr.24293) 25784 : cluster 0 pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:33.775 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:33.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:33.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:33.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:33.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:34 smithi022 bash[28554]: audit 2023-12-07T20:33:33.261693+0000 mgr.a (mgr.24293) 25785 : audit 0 from='client.505524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:34 smithi022 bash[28554]: cluster 2023-12-07T20:33:33.545464+0000 mgr.a (mgr.24293) 25786 : cluster 0 pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:34 smithi044 bash[32620]: audit 2023-12-07T20:33:33.261693+0000 mgr.a (mgr.24293) 25785 : audit 0 from='client.505524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:34 smithi044 bash[32620]: cluster 2023-12-07T20:33:33.545464+0000 mgr.a (mgr.24293) 25786 : cluster 0 pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:34 smithi027 bash[31536]: audit 2023-12-07T20:33:33.261693+0000 mgr.a (mgr.24293) 25785 : audit 0 from='client.505524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:34 smithi027 bash[31536]: cluster 2023-12-07T20:33:33.545464+0000 mgr.a (mgr.24293) 25786 : cluster 0 pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:36.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:36 smithi022 bash[28554]: cluster 2023-12-07T20:33:35.546420+0000 mgr.a (mgr.24293) 25787 : cluster 0 pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:36 smithi044 bash[32620]: cluster 2023-12-07T20:33:35.546420+0000 mgr.a (mgr.24293) 25787 : cluster 0 pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:36 smithi027 bash[31536]: cluster 2023-12-07T20:33:35.546420+0000 mgr.a (mgr.24293) 25787 : cluster 0 pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:38.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:38.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:38.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:38 smithi022 bash[28554]: cluster 2023-12-07T20:33:37.546963+0000 mgr.a (mgr.24293) 25788 : cluster 0 pgmap v19285: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:38 smithi044 bash[32620]: cluster 2023-12-07T20:33:37.546963+0000 mgr.a (mgr.24293) 25788 : cluster 0 pgmap v19285: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:38 smithi027 bash[31536]: cluster 2023-12-07T20:33:37.546963+0000 mgr.a (mgr.24293) 25788 : cluster 0 pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:39.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:39.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:39.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:39.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:39.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:40 smithi022 bash[28554]: audit 2023-12-07T20:33:39.186669+0000 mgr.a (mgr.24293) 25789 : audit 0 from='client.505599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:40.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:40 smithi022 bash[28554]: cluster 2023-12-07T20:33:39.547474+0000 mgr.a (mgr.24293) 25790 : cluster 0 pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:40 smithi044 bash[32620]: audit 2023-12-07T20:33:39.186669+0000 mgr.a (mgr.24293) 25789 : audit 0 from='client.505599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:40 smithi044 bash[32620]: cluster 2023-12-07T20:33:39.547474+0000 mgr.a (mgr.24293) 25790 : cluster 0 pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:40 smithi027 bash[31536]: audit 2023-12-07T20:33:39.186669+0000 mgr.a (mgr.24293) 25789 : audit 0 from='client.505599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:40.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:40 smithi027 bash[31536]: cluster 2023-12-07T20:33:39.547474+0000 mgr.a (mgr.24293) 25790 : cluster 0 pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:42 smithi022 bash[28554]: cluster 2023-12-07T20:33:41.548312+0000 mgr.a (mgr.24293) 25791 : cluster 0 pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:42 smithi044 bash[32620]: cluster 2023-12-07T20:33:41.548312+0000 mgr.a (mgr.24293) 25791 : cluster 0 pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:42 smithi027 bash[31536]: cluster 2023-12-07T20:33:41.548312+0000 mgr.a (mgr.24293) 25791 : cluster 0 pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:44.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:44.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:44.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:44.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:44 smithi022 bash[28554]: cluster 2023-12-07T20:33:43.549023+0000 mgr.a (mgr.24293) 25792 : cluster 0 pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:44 smithi044 bash[32620]: cluster 2023-12-07T20:33:43.549023+0000 mgr.a (mgr.24293) 25792 : cluster 0 pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:44 smithi027 bash[31536]: cluster 2023-12-07T20:33:43.549023+0000 mgr.a (mgr.24293) 25792 : cluster 0 pgmap v19288: 33 pgs: 33 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:45.644 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:45.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:45.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:45.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:45.644 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:46 smithi022 bash[28554]: audit 2023-12-07T20:33:45.121411+0000 mgr.a (mgr.24293) 25793 : audit 0 from='client.505674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:46 smithi022 bash[28554]: cluster 2023-12-07T20:33:45.549990+0000 mgr.a (mgr.24293) 25794 : cluster 0 pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:33:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:46 smithi044 bash[32620]: audit 2023-12-07T20:33:45.121411+0000 mgr.a (mgr.24293) 25793 : audit 0 from='client.505674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:46 smithi044 bash[32620]: cluster 2023-12-07T20:33:45.549990+0000 mgr.a (mgr.24293) 25794 : cluster 0 pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:33:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:46 smithi027 bash[31536]: audit 2023-12-07T20:33:45.121411+0000 mgr.a (mgr.24293) 25793 : audit 0 from='client.505674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:46 smithi027 bash[31536]: cluster 2023-12-07T20:33:45.549990+0000 mgr.a (mgr.24293) 25794 : cluster 0 pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:33:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:48 smithi022 bash[28554]: cluster 2023-12-07T20:33:47.550597+0000 mgr.a (mgr.24293) 25795 : cluster 0 pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:48 smithi044 bash[32620]: cluster 2023-12-07T20:33:47.550597+0000 mgr.a (mgr.24293) 25795 : cluster 0 pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:48 smithi027 bash[31536]: cluster 2023-12-07T20:33:47.550597+0000 mgr.a (mgr.24293) 25795 : cluster 0 pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:50.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:50.646 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:50.647 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:50 smithi022 bash[28554]: cluster 2023-12-07T20:33:49.551202+0000 mgr.a (mgr.24293) 25796 : cluster 0 pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:50 smithi044 bash[32620]: cluster 2023-12-07T20:33:49.551202+0000 mgr.a (mgr.24293) 25796 : cluster 0 pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:50 smithi027 bash[31536]: cluster 2023-12-07T20:33:49.551202+0000 mgr.a (mgr.24293) 25796 : cluster 0 pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:51.579 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:51.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:51.579 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:51.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:51.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:52 smithi022 bash[28554]: audit 2023-12-07T20:33:51.057084+0000 mgr.a (mgr.24293) 25797 : audit 0 from='client.505749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:52 smithi022 bash[28554]: cluster 2023-12-07T20:33:51.551957+0000 mgr.a (mgr.24293) 25798 : cluster 0 pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:52 smithi044 bash[32620]: audit 2023-12-07T20:33:51.057084+0000 mgr.a (mgr.24293) 25797 : audit 0 from='client.505749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:52 smithi044 bash[32620]: cluster 2023-12-07T20:33:51.551957+0000 mgr.a (mgr.24293) 25798 : cluster 0 pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:52 smithi027 bash[31536]: audit 2023-12-07T20:33:51.057084+0000 mgr.a (mgr.24293) 25797 : audit 0 from='client.505749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:52 smithi027 bash[31536]: cluster 2023-12-07T20:33:51.551957+0000 mgr.a (mgr.24293) 25798 : cluster 0 pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:54.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:54 smithi022 bash[28554]: cluster 2023-12-07T20:33:53.552477+0000 mgr.a (mgr.24293) 25799 : cluster 0 pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:54 smithi044 bash[32620]: cluster 2023-12-07T20:33:53.552477+0000 mgr.a (mgr.24293) 25799 : cluster 0 pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:54 smithi027 bash[31536]: cluster 2023-12-07T20:33:53.552477+0000 mgr.a (mgr.24293) 25799 : cluster 0 pgmap v19293: 33 pgs: 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:56.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:33:56.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:56.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:56.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:56 smithi022 bash[28554]: cluster 2023-12-07T20:33:55.553250+0000 mgr.a (mgr.24293) 25800 : cluster 0 pgmap v19294: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:56 smithi044 bash[32620]: cluster 2023-12-07T20:33:55.553250+0000 mgr.a (mgr.24293) 25800 : cluster 0 pgmap v19294: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:56 smithi027 bash[31536]: cluster 2023-12-07T20:33:55.553250+0000 mgr.a (mgr.24293) 25800 : cluster 0 pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:57.508 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:33:57.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:57.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:57.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:57.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:33:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:58 smithi022 bash[28554]: audit 2023-12-07T20:33:56.992448+0000 mgr.a (mgr.24293) 25801 : audit 0 from='client.505824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:58.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:33:58 smithi022 bash[28554]: cluster 2023-12-07T20:33:57.554038+0000 mgr.a (mgr.24293) 25802 : cluster 0 pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:58 smithi044 bash[32620]: audit 2023-12-07T20:33:56.992448+0000 mgr.a (mgr.24293) 25801 : audit 0 from='client.505824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:33:58 smithi044 bash[32620]: cluster 2023-12-07T20:33:57.554038+0000 mgr.a (mgr.24293) 25802 : cluster 0 pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:58 smithi027 bash[31536]: audit 2023-12-07T20:33:56.992448+0000 mgr.a (mgr.24293) 25801 : audit 0 from='client.505824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:58.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:33:58 smithi027 bash[31536]: cluster 2023-12-07T20:33:57.554038+0000 mgr.a (mgr.24293) 25802 : cluster 0 pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:00 smithi022 bash[28554]: cluster 2023-12-07T20:33:59.554595+0000 mgr.a (mgr.24293) 25803 : cluster 0 pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:00 smithi044 bash[32620]: cluster 2023-12-07T20:33:59.554595+0000 mgr.a (mgr.24293) 25803 : cluster 0 pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:00.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:00 smithi027 bash[31536]: cluster 2023-12-07T20:33:59.554595+0000 mgr.a (mgr.24293) 25803 : cluster 0 pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:02.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:02.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:02.513 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:02.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:02 smithi022 bash[28554]: cluster 2023-12-07T20:34:01.555312+0000 mgr.a (mgr.24293) 25804 : cluster 0 pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:34:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:02 smithi044 bash[32620]: cluster 2023-12-07T20:34:01.555312+0000 mgr.a (mgr.24293) 25804 : cluster 0 pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:34:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:02 smithi027 bash[31536]: cluster 2023-12-07T20:34:01.555312+0000 mgr.a (mgr.24293) 25804 : cluster 0 pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:34:03.450 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:03.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:03.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:03.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:03.450 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:04 smithi022 bash[28554]: audit 2023-12-07T20:34:02.924521+0000 mgr.a (mgr.24293) 25805 : audit 0 from='client.505899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:04.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:04 smithi022 bash[28554]: cluster 2023-12-07T20:34:03.556066+0000 mgr.a (mgr.24293) 25806 : cluster 0 pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:04 smithi044 bash[32620]: audit 2023-12-07T20:34:02.924521+0000 mgr.a (mgr.24293) 25805 : audit 0 from='client.505899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:04 smithi044 bash[32620]: cluster 2023-12-07T20:34:03.556066+0000 mgr.a (mgr.24293) 25806 : cluster 0 pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:04 smithi027 bash[31536]: audit 2023-12-07T20:34:02.924521+0000 mgr.a (mgr.24293) 25805 : audit 0 from='client.505899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:04 smithi027 bash[31536]: cluster 2023-12-07T20:34:03.556066+0000 mgr.a (mgr.24293) 25806 : cluster 0 pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:06.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:06 smithi022 bash[28554]: cluster 2023-12-07T20:34:05.556786+0000 mgr.a (mgr.24293) 25807 : cluster 0 pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:06.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:06 smithi044 bash[32620]: cluster 2023-12-07T20:34:05.556786+0000 mgr.a (mgr.24293) 25807 : cluster 0 pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:06 smithi027 bash[31536]: cluster 2023-12-07T20:34:05.556786+0000 mgr.a (mgr.24293) 25807 : cluster 0 pgmap v19299: 33 pgs: 33 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:08.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:08.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:08.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:08.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:08 smithi022 bash[28554]: cluster 2023-12-07T20:34:07.557321+0000 mgr.a (mgr.24293) 25808 : cluster 0 pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:08 smithi044 bash[32620]: cluster 2023-12-07T20:34:07.557321+0000 mgr.a (mgr.24293) 25808 : cluster 0 pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:08 smithi027 bash[31536]: cluster 2023-12-07T20:34:07.557321+0000 mgr.a (mgr.24293) 25808 : cluster 0 pgmap v19300: 33 pgs: 33 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:09.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:09.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:09.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:09.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:09.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:10 smithi022 bash[28554]: audit 2023-12-07T20:34:08.877991+0000 mgr.a (mgr.24293) 25809 : audit 0 from='client.505974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:10.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:10 smithi022 bash[28554]: cluster 2023-12-07T20:34:09.558073+0000 mgr.a (mgr.24293) 25810 : cluster 0 pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:10 smithi044 bash[32620]: audit 2023-12-07T20:34:08.877991+0000 mgr.a (mgr.24293) 25809 : audit 0 from='client.505974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:10.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:10 smithi044 bash[32620]: cluster 2023-12-07T20:34:09.558073+0000 mgr.a (mgr.24293) 25810 : cluster 0 pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:10 smithi027 bash[31536]: audit 2023-12-07T20:34:08.877991+0000 mgr.a (mgr.24293) 25809 : audit 0 from='client.505974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:10.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:10 smithi027 bash[31536]: cluster 2023-12-07T20:34:09.558073+0000 mgr.a (mgr.24293) 25810 : cluster 0 pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:12.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:12 smithi022 bash[28554]: cluster 2023-12-07T20:34:11.558949+0000 mgr.a (mgr.24293) 25811 : cluster 0 pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:12 smithi044 bash[32620]: cluster 2023-12-07T20:34:11.558949+0000 mgr.a (mgr.24293) 25811 : cluster 0 pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:12 smithi027 bash[31536]: cluster 2023-12-07T20:34:11.558949+0000 mgr.a (mgr.24293) 25811 : cluster 0 pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:14.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:14.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:14.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:14.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:14 smithi022 bash[28554]: cluster 2023-12-07T20:34:13.559459+0000 mgr.a (mgr.24293) 25812 : cluster 0 pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:14 smithi044 bash[32620]: cluster 2023-12-07T20:34:13.559459+0000 mgr.a (mgr.24293) 25812 : cluster 0 pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:14 smithi027 bash[31536]: cluster 2023-12-07T20:34:13.559459+0000 mgr.a (mgr.24293) 25812 : cluster 0 pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:15.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:15.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:15.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:15.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:15.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:15.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:15 smithi022 bash[28554]: audit 2023-12-07T20:34:14.809578+0000 mgr.a (mgr.24293) 25813 : audit 0 from='client.506049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:15 smithi044 bash[32620]: audit 2023-12-07T20:34:14.809578+0000 mgr.a (mgr.24293) 25813 : audit 0 from='client.506049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:15 smithi027 bash[31536]: audit 2023-12-07T20:34:14.809578+0000 mgr.a (mgr.24293) 25813 : audit 0 from='client.506049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:16.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:16 smithi022 bash[28554]: cluster 2023-12-07T20:34:15.560355+0000 mgr.a (mgr.24293) 25814 : cluster 0 pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:16 smithi044 bash[32620]: cluster 2023-12-07T20:34:15.560355+0000 mgr.a (mgr.24293) 25814 : cluster 0 pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:16.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:16 smithi027 bash[31536]: cluster 2023-12-07T20:34:15.560355+0000 mgr.a (mgr.24293) 25814 : cluster 0 pgmap v19304: 33 pgs: 33 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:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:17 smithi022 bash[28554]: audit 2023-12-07T20:34:16.661478+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:17 smithi022 bash[28554]: audit 2023-12-07T20:34:17.450027+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:17 smithi022 bash[28554]: audit 2023-12-07T20:34:17.451990+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:17.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:17 smithi022 bash[28554]: audit 2023-12-07T20:34:17.461770+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:34:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:17 smithi044 bash[32620]: audit 2023-12-07T20:34:16.661478+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:17 smithi044 bash[32620]: audit 2023-12-07T20:34:17.450027+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:17 smithi044 bash[32620]: audit 2023-12-07T20:34:17.451990+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:17 smithi044 bash[32620]: audit 2023-12-07T20:34:17.461770+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:34:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:17 smithi027 bash[31536]: audit 2023-12-07T20:34:16.661478+0000 mon.a (mon.0) 4001 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:17 smithi027 bash[31536]: audit 2023-12-07T20:34:17.450027+0000 mon.a (mon.0) 4002 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:17 smithi027 bash[31536]: audit 2023-12-07T20:34:17.451990+0000 mon.a (mon.0) 4003 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:17.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:17 smithi027 bash[31536]: audit 2023-12-07T20:34:17.461770+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:34:18.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:18 smithi022 bash[28554]: cluster 2023-12-07T20:34:17.560909+0000 mgr.a (mgr.24293) 25815 : cluster 0 pgmap v19305: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:18 smithi044 bash[32620]: cluster 2023-12-07T20:34:17.560909+0000 mgr.a (mgr.24293) 25815 : cluster 0 pgmap v19305: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:18 smithi027 bash[31536]: cluster 2023-12-07T20:34:17.560909+0000 mgr.a (mgr.24293) 25815 : cluster 0 pgmap v19305: 33 pgs: 33 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.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:20.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:20.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:20 smithi022 bash[28554]: cluster 2023-12-07T20:34:19.561521+0000 mgr.a (mgr.24293) 25816 : cluster 0 pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:20 smithi044 bash[32620]: cluster 2023-12-07T20:34:19.561521+0000 mgr.a (mgr.24293) 25816 : cluster 0 pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:20 smithi027 bash[31536]: cluster 2023-12-07T20:34:19.561521+0000 mgr.a (mgr.24293) 25816 : cluster 0 pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:21.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:21.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:21.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:21.262 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:21.262 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:21.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:21 smithi022 bash[28554]: audit 2023-12-07T20:34:20.735169+0000 mgr.a (mgr.24293) 25817 : audit 0 from='client.506127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:21 smithi044 bash[32620]: audit 2023-12-07T20:34:20.735169+0000 mgr.a (mgr.24293) 25817 : audit 0 from='client.506127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:21.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:21 smithi027 bash[31536]: audit 2023-12-07T20:34:20.735169+0000 mgr.a (mgr.24293) 25817 : audit 0 from='client.506127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:22 smithi022 bash[28554]: cluster 2023-12-07T20:34:21.562243+0000 mgr.a (mgr.24293) 25818 : cluster 0 pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:22 smithi044 bash[32620]: cluster 2023-12-07T20:34:21.562243+0000 mgr.a (mgr.24293) 25818 : cluster 0 pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:22 smithi027 bash[31536]: cluster 2023-12-07T20:34:21.562243+0000 mgr.a (mgr.24293) 25818 : cluster 0 pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:24.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:24 smithi022 bash[28554]: cluster 2023-12-07T20:34:23.562908+0000 mgr.a (mgr.24293) 25819 : cluster 0 pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:24 smithi044 bash[32620]: cluster 2023-12-07T20:34:23.562908+0000 mgr.a (mgr.24293) 25819 : cluster 0 pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:24 smithi027 bash[31536]: cluster 2023-12-07T20:34:23.562908+0000 mgr.a (mgr.24293) 25819 : cluster 0 pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:26.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:26.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:26.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:26 smithi022 bash[28554]: cluster 2023-12-07T20:34:25.563715+0000 mgr.a (mgr.24293) 25820 : cluster 0 pgmap v19309: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:26 smithi044 bash[32620]: cluster 2023-12-07T20:34:25.563715+0000 mgr.a (mgr.24293) 25820 : cluster 0 pgmap v19309: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:26 smithi027 bash[31536]: cluster 2023-12-07T20:34:25.563715+0000 mgr.a (mgr.24293) 25820 : cluster 0 pgmap v19309: 33 pgs: 33 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:27.182 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:27.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:27.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:27.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:27.182 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:27.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:27 smithi022 bash[28554]: audit 2023-12-07T20:34:26.674627+0000 mgr.a (mgr.24293) 25821 : audit 0 from='client.506202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:27.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:27 smithi044 bash[32620]: audit 2023-12-07T20:34:26.674627+0000 mgr.a (mgr.24293) 25821 : audit 0 from='client.506202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:27 smithi027 bash[31536]: audit 2023-12-07T20:34:26.674627+0000 mgr.a (mgr.24293) 25821 : audit 0 from='client.506202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:28.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:28 smithi022 bash[28554]: cluster 2023-12-07T20:34:27.564315+0000 mgr.a (mgr.24293) 25822 : cluster 0 pgmap v19310: 33 pgs: 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:28.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:28 smithi044 bash[32620]: cluster 2023-12-07T20:34:27.564315+0000 mgr.a (mgr.24293) 25822 : cluster 0 pgmap v19310: 33 pgs: 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:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:28 smithi027 bash[31536]: cluster 2023-12-07T20:34:27.564315+0000 mgr.a (mgr.24293) 25822 : cluster 0 pgmap v19310: 33 pgs: 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:30.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:30 smithi022 bash[28554]: cluster 2023-12-07T20:34:29.564890+0000 mgr.a (mgr.24293) 25823 : cluster 0 pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:30.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:30 smithi044 bash[32620]: cluster 2023-12-07T20:34:29.564890+0000 mgr.a (mgr.24293) 25823 : cluster 0 pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:30 smithi027 bash[31536]: cluster 2023-12-07T20:34:29.564890+0000 mgr.a (mgr.24293) 25823 : cluster 0 pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:32.185 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:32.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:32.186 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:32.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:32 smithi022 bash[28554]: cluster 2023-12-07T20:34:31.565645+0000 mgr.a (mgr.24293) 25824 : cluster 0 pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:32.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:32 smithi044 bash[32620]: cluster 2023-12-07T20:34:31.565645+0000 mgr.a (mgr.24293) 25824 : cluster 0 pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:32.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:32 smithi027 bash[31536]: cluster 2023-12-07T20:34:31.565645+0000 mgr.a (mgr.24293) 25824 : cluster 0 pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:33.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:33.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:33.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:33.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:33.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:33.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:33 smithi022 bash[28554]: audit 2023-12-07T20:34:32.602064+0000 mgr.a (mgr.24293) 25825 : audit 0 from='client.506280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:33.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:33 smithi044 bash[32620]: audit 2023-12-07T20:34:32.602064+0000 mgr.a (mgr.24293) 25825 : audit 0 from='client.506280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:33.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:33 smithi027 bash[31536]: audit 2023-12-07T20:34:32.602064+0000 mgr.a (mgr.24293) 25825 : audit 0 from='client.506280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:34.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:34 smithi022 bash[28554]: cluster 2023-12-07T20:34:33.566326+0000 mgr.a (mgr.24293) 25826 : cluster 0 pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:34.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:34 smithi044 bash[32620]: cluster 2023-12-07T20:34:33.566326+0000 mgr.a (mgr.24293) 25826 : cluster 0 pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:34.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:34 smithi027 bash[31536]: cluster 2023-12-07T20:34:33.566326+0000 mgr.a (mgr.24293) 25826 : cluster 0 pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:36.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:36 smithi022 bash[28554]: cluster 2023-12-07T20:34:35.567212+0000 mgr.a (mgr.24293) 25827 : cluster 0 pgmap v19314: 33 pgs: 33 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:36.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:36 smithi044 bash[32620]: cluster 2023-12-07T20:34:35.567212+0000 mgr.a (mgr.24293) 25827 : cluster 0 pgmap v19314: 33 pgs: 33 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:36.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:36 smithi027 bash[31536]: cluster 2023-12-07T20:34:35.567212+0000 mgr.a (mgr.24293) 25827 : cluster 0 pgmap v19314: 33 pgs: 33 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:38.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:38.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:38.155 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:38.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:38 smithi022 bash[28554]: cluster 2023-12-07T20:34:37.567815+0000 mgr.a (mgr.24293) 25828 : cluster 0 pgmap v19315: 33 pgs: 33 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:38.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:38 smithi044 bash[32620]: cluster 2023-12-07T20:34:37.567815+0000 mgr.a (mgr.24293) 25828 : cluster 0 pgmap v19315: 33 pgs: 33 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:38.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:38 smithi027 bash[31536]: cluster 2023-12-07T20:34:37.567815+0000 mgr.a (mgr.24293) 25828 : cluster 0 pgmap v19315: 33 pgs: 33 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:39.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:39.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:39.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:39.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:39.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:39.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:39 smithi022 bash[28554]: audit 2023-12-07T20:34:38.569724+0000 mgr.a (mgr.24293) 25829 : audit 0 from='client.506352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:39.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:39 smithi044 bash[32620]: audit 2023-12-07T20:34:38.569724+0000 mgr.a (mgr.24293) 25829 : audit 0 from='client.506352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:39.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:39 smithi027 bash[31536]: audit 2023-12-07T20:34:38.569724+0000 mgr.a (mgr.24293) 25829 : audit 0 from='client.506352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:40.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:40 smithi022 bash[28554]: cluster 2023-12-07T20:34:39.568506+0000 mgr.a (mgr.24293) 25830 : cluster 0 pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:40.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:40 smithi044 bash[32620]: cluster 2023-12-07T20:34:39.568506+0000 mgr.a (mgr.24293) 25830 : cluster 0 pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:40.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:40 smithi027 bash[31536]: cluster 2023-12-07T20:34:39.568506+0000 mgr.a (mgr.24293) 25830 : cluster 0 pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:42 smithi022 bash[28554]: cluster 2023-12-07T20:34:41.569317+0000 mgr.a (mgr.24293) 25831 : cluster 0 pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:42 smithi044 bash[32620]: cluster 2023-12-07T20:34:41.569317+0000 mgr.a (mgr.24293) 25831 : cluster 0 pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:42 smithi027 bash[31536]: cluster 2023-12-07T20:34:41.569317+0000 mgr.a (mgr.24293) 25831 : cluster 0 pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:44.110 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:44.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:44.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:44 smithi022 bash[28554]: cluster 2023-12-07T20:34:43.569914+0000 mgr.a (mgr.24293) 25832 : cluster 0 pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:44 smithi044 bash[32620]: cluster 2023-12-07T20:34:43.569914+0000 mgr.a (mgr.24293) 25832 : cluster 0 pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:44 smithi027 bash[31536]: cluster 2023-12-07T20:34:43.569914+0000 mgr.a (mgr.24293) 25832 : cluster 0 pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:45.064 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:45.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:45.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:45.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:45.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:45.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:45 smithi022 bash[28554]: audit 2023-12-07T20:34:44.526415+0000 mgr.a (mgr.24293) 25833 : audit 0 from='client.406321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:45.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:45 smithi044 bash[32620]: audit 2023-12-07T20:34:44.526415+0000 mgr.a (mgr.24293) 25833 : audit 0 from='client.406321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:45.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:45 smithi027 bash[31536]: audit 2023-12-07T20:34:44.526415+0000 mgr.a (mgr.24293) 25833 : audit 0 from='client.406321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:46.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:46 smithi022 bash[28554]: cluster 2023-12-07T20:34:45.570778+0000 mgr.a (mgr.24293) 25834 : cluster 0 pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:46.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:46 smithi044 bash[32620]: cluster 2023-12-07T20:34:45.570778+0000 mgr.a (mgr.24293) 25834 : cluster 0 pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:46 smithi027 bash[31536]: cluster 2023-12-07T20:34:45.570778+0000 mgr.a (mgr.24293) 25834 : cluster 0 pgmap v19319: 33 pgs: 33 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:48.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:48 smithi022 bash[28554]: cluster 2023-12-07T20:34:47.571265+0000 mgr.a (mgr.24293) 25835 : cluster 0 pgmap v19320: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:48 smithi044 bash[32620]: cluster 2023-12-07T20:34:47.571265+0000 mgr.a (mgr.24293) 25835 : cluster 0 pgmap v19320: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:48 smithi027 bash[31536]: cluster 2023-12-07T20:34:47.571265+0000 mgr.a (mgr.24293) 25835 : cluster 0 pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:50.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:50.068 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:50.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:50 smithi022 bash[28554]: cluster 2023-12-07T20:34:49.571845+0000 mgr.a (mgr.24293) 25836 : cluster 0 pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:50 smithi044 bash[32620]: cluster 2023-12-07T20:34:49.571845+0000 mgr.a (mgr.24293) 25836 : cluster 0 pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:50 smithi027 bash[31536]: cluster 2023-12-07T20:34:49.571845+0000 mgr.a (mgr.24293) 25836 : cluster 0 pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:50.977 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:51.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:51 smithi022 bash[28554]: audit 2023-12-07T20:34:50.473816+0000 mgr.a (mgr.24293) 25837 : audit 0 from='client.506508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:51.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:51 smithi044 bash[32620]: audit 2023-12-07T20:34:50.473816+0000 mgr.a (mgr.24293) 25837 : audit 0 from='client.506508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:51.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:51 smithi027 bash[31536]: audit 2023-12-07T20:34:50.473816+0000 mgr.a (mgr.24293) 25837 : audit 0 from='client.506508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:52.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:52 smithi022 bash[28554]: cluster 2023-12-07T20:34:51.572783+0000 mgr.a (mgr.24293) 25838 : cluster 0 pgmap v19322: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:52 smithi044 bash[32620]: cluster 2023-12-07T20:34:51.572783+0000 mgr.a (mgr.24293) 25838 : cluster 0 pgmap v19322: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:52 smithi027 bash[31536]: cluster 2023-12-07T20:34:51.572783+0000 mgr.a (mgr.24293) 25838 : cluster 0 pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:54.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:54 smithi022 bash[28554]: cluster 2023-12-07T20:34:53.573374+0000 mgr.a (mgr.24293) 25839 : cluster 0 pgmap v19323: 33 pgs: 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:54.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:54 smithi044 bash[32620]: cluster 2023-12-07T20:34:53.573374+0000 mgr.a (mgr.24293) 25839 : cluster 0 pgmap v19323: 33 pgs: 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:54.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:54 smithi027 bash[31536]: cluster 2023-12-07T20:34:53.573374+0000 mgr.a (mgr.24293) 25839 : cluster 0 pgmap v19323: 33 pgs: 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:55.980 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:34:55.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:55.981 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:56.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:56 smithi022 bash[28554]: cluster 2023-12-07T20:34:55.574246+0000 mgr.a (mgr.24293) 25840 : cluster 0 pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:56.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:56 smithi044 bash[32620]: cluster 2023-12-07T20:34:55.574246+0000 mgr.a (mgr.24293) 25840 : cluster 0 pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:56.932 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:34:56.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:56.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:56.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:56.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:34:56.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:56 smithi027 bash[31536]: cluster 2023-12-07T20:34:55.574246+0000 mgr.a (mgr.24293) 25840 : cluster 0 pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:57.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:57 smithi022 bash[28554]: audit 2023-12-07T20:34:56.392611+0000 mgr.a (mgr.24293) 25841 : audit 0 from='client.506586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:57.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:57 smithi044 bash[32620]: audit 2023-12-07T20:34:56.392611+0000 mgr.a (mgr.24293) 25841 : audit 0 from='client.506586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:57.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:57 smithi027 bash[31536]: audit 2023-12-07T20:34:56.392611+0000 mgr.a (mgr.24293) 25841 : audit 0 from='client.506586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:58.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:34:58 smithi022 bash[28554]: cluster 2023-12-07T20:34:57.574964+0000 mgr.a (mgr.24293) 25842 : cluster 0 pgmap v19325: 33 pgs: 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:58.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:34:58 smithi044 bash[32620]: cluster 2023-12-07T20:34:57.574964+0000 mgr.a (mgr.24293) 25842 : cluster 0 pgmap v19325: 33 pgs: 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:58.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:34:58 smithi027 bash[31536]: cluster 2023-12-07T20:34:57.574964+0000 mgr.a (mgr.24293) 25842 : cluster 0 pgmap v19325: 33 pgs: 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:00.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:00 smithi022 bash[28554]: cluster 2023-12-07T20:34:59.575566+0000 mgr.a (mgr.24293) 25843 : cluster 0 pgmap v19326: 33 pgs: 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:00.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:00 smithi044 bash[32620]: cluster 2023-12-07T20:34:59.575566+0000 mgr.a (mgr.24293) 25843 : cluster 0 pgmap v19326: 33 pgs: 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:00.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:00 smithi027 bash[31536]: cluster 2023-12-07T20:34:59.575566+0000 mgr.a (mgr.24293) 25843 : cluster 0 pgmap v19326: 33 pgs: 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:01.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:01.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:01.935 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:02.887 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:02.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:02.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:02.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:02.888 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:02 smithi022 bash[28554]: cluster 2023-12-07T20:35:01.576312+0000 mgr.a (mgr.24293) 25844 : cluster 0 pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:02 smithi044 bash[32620]: cluster 2023-12-07T20:35:01.576312+0000 mgr.a (mgr.24293) 25844 : cluster 0 pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:02.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:02 smithi027 bash[31536]: cluster 2023-12-07T20:35:01.576312+0000 mgr.a (mgr.24293) 25844 : cluster 0 pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:03.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:03 smithi022 bash[28554]: audit 2023-12-07T20:35:02.352912+0000 mgr.a (mgr.24293) 25845 : audit 0 from='client.506664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:03.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:03 smithi044 bash[32620]: audit 2023-12-07T20:35:02.352912+0000 mgr.a (mgr.24293) 25845 : audit 0 from='client.506664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:03.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:03 smithi027 bash[31536]: audit 2023-12-07T20:35:02.352912+0000 mgr.a (mgr.24293) 25845 : audit 0 from='client.506664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:04.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:04 smithi022 bash[28554]: cluster 2023-12-07T20:35:03.577038+0000 mgr.a (mgr.24293) 25846 : cluster 0 pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:04.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:04 smithi044 bash[32620]: cluster 2023-12-07T20:35:03.577038+0000 mgr.a (mgr.24293) 25846 : cluster 0 pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:04.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:04 smithi027 bash[31536]: cluster 2023-12-07T20:35:03.577038+0000 mgr.a (mgr.24293) 25846 : cluster 0 pgmap v19328: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:06 smithi022 bash[28554]: cluster 2023-12-07T20:35:05.577827+0000 mgr.a (mgr.24293) 25847 : cluster 0 pgmap v19329: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:06 smithi044 bash[32620]: cluster 2023-12-07T20:35:05.577827+0000 mgr.a (mgr.24293) 25847 : cluster 0 pgmap v19329: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:06 smithi027 bash[31536]: cluster 2023-12-07T20:35:05.577827+0000 mgr.a (mgr.24293) 25847 : cluster 0 pgmap v19329: 33 pgs: 33 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:07.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:07.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:07.891 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:08.831 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:08.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:08.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:08.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:08.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:08.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:08 smithi022 bash[28554]: cluster 2023-12-07T20:35:07.578416+0000 mgr.a (mgr.24293) 25848 : cluster 0 pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:08.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:08 smithi044 bash[32620]: cluster 2023-12-07T20:35:07.578416+0000 mgr.a (mgr.24293) 25848 : cluster 0 pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:08.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:08 smithi027 bash[31536]: cluster 2023-12-07T20:35:07.578416+0000 mgr.a (mgr.24293) 25848 : cluster 0 pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:09.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:09 smithi022 bash[28554]: audit 2023-12-07T20:35:08.301157+0000 mgr.a (mgr.24293) 25849 : audit 0 from='client.506739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:09.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:09 smithi044 bash[32620]: audit 2023-12-07T20:35:08.301157+0000 mgr.a (mgr.24293) 25849 : audit 0 from='client.506739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:09.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:09 smithi027 bash[31536]: audit 2023-12-07T20:35:08.301157+0000 mgr.a (mgr.24293) 25849 : audit 0 from='client.506739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:10.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:10 smithi022 bash[28554]: cluster 2023-12-07T20:35:09.579174+0000 mgr.a (mgr.24293) 25850 : cluster 0 pgmap v19331: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:10 smithi044 bash[32620]: cluster 2023-12-07T20:35:09.579174+0000 mgr.a (mgr.24293) 25850 : cluster 0 pgmap v19331: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:10 smithi027 bash[31536]: cluster 2023-12-07T20:35:09.579174+0000 mgr.a (mgr.24293) 25850 : cluster 0 pgmap v19331: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:12 smithi022 bash[28554]: cluster 2023-12-07T20:35:11.580112+0000 mgr.a (mgr.24293) 25851 : cluster 0 pgmap v19332: 33 pgs: 33 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:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:12 smithi044 bash[32620]: cluster 2023-12-07T20:35:11.580112+0000 mgr.a (mgr.24293) 25851 : cluster 0 pgmap v19332: 33 pgs: 33 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:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:12 smithi027 bash[31536]: cluster 2023-12-07T20:35:11.580112+0000 mgr.a (mgr.24293) 25851 : cluster 0 pgmap v19332: 33 pgs: 33 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:13.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:13.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:13.835 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:14.779 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:14.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:14.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:14.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:14.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:14 smithi022 bash[28554]: cluster 2023-12-07T20:35:13.580833+0000 mgr.a (mgr.24293) 25852 : cluster 0 pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:14 smithi044 bash[32620]: cluster 2023-12-07T20:35:13.580833+0000 mgr.a (mgr.24293) 25852 : cluster 0 pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:14 smithi027 bash[31536]: cluster 2023-12-07T20:35:13.580833+0000 mgr.a (mgr.24293) 25852 : cluster 0 pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:15.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:15 smithi022 bash[28554]: audit 2023-12-07T20:35:14.246882+0000 mgr.a (mgr.24293) 25853 : audit 0 from='client.506817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:15.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:15 smithi044 bash[32620]: audit 2023-12-07T20:35:14.246882+0000 mgr.a (mgr.24293) 25853 : audit 0 from='client.506817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:15.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:15 smithi027 bash[31536]: audit 2023-12-07T20:35:14.246882+0000 mgr.a (mgr.24293) 25853 : audit 0 from='client.506817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:16 smithi022 bash[28554]: cluster 2023-12-07T20:35:15.581936+0000 mgr.a (mgr.24293) 25854 : cluster 0 pgmap v19334: 33 pgs: 33 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:16.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:16 smithi044 bash[32620]: cluster 2023-12-07T20:35:15.581936+0000 mgr.a (mgr.24293) 25854 : cluster 0 pgmap v19334: 33 pgs: 33 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:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:16 smithi027 bash[31536]: cluster 2023-12-07T20:35:15.581936+0000 mgr.a (mgr.24293) 25854 : cluster 0 pgmap v19334: 33 pgs: 33 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:17.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:17 smithi022 bash[28554]: audit 2023-12-07T20:35:17.565039+0000 mon.a (mon.0) 4005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:17.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:17 smithi044 bash[32620]: audit 2023-12-07T20:35:17.565039+0000 mon.a (mon.0) 4005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:17.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:17 smithi027 bash[31536]: audit 2023-12-07T20:35:17.565039+0000 mon.a (mon.0) 4005 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:18 smithi022 bash[28554]: cluster 2023-12-07T20:35:17.582308+0000 mgr.a (mgr.24293) 25855 : cluster 0 pgmap v19335: 33 pgs: 33 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.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:18 smithi022 bash[28554]: audit 2023-12-07T20:35:18.347420+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:18 smithi022 bash[28554]: audit 2023-12-07T20:35:18.349185+0000 mon.a (mon.0) 4007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:18.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:18 smithi022 bash[28554]: audit 2023-12-07T20:35:18.359132+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:35:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:18 smithi044 bash[32620]: cluster 2023-12-07T20:35:17.582308+0000 mgr.a (mgr.24293) 25855 : cluster 0 pgmap v19335: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:18 smithi044 bash[32620]: audit 2023-12-07T20:35:18.347420+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:18 smithi044 bash[32620]: audit 2023-12-07T20:35:18.349185+0000 mon.a (mon.0) 4007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:18.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:18 smithi044 bash[32620]: audit 2023-12-07T20:35:18.359132+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:35:18.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:18 smithi027 bash[31536]: cluster 2023-12-07T20:35:17.582308+0000 mgr.a (mgr.24293) 25855 : cluster 0 pgmap v19335: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:18 smithi027 bash[31536]: audit 2023-12-07T20:35:18.347420+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:18 smithi027 bash[31536]: audit 2023-12-07T20:35:18.349185+0000 mon.a (mon.0) 4007 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:18.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:18 smithi027 bash[31536]: audit 2023-12-07T20:35:18.359132+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:35:19.782 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:19.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:19.783 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:20.733 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:20.733 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:20.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:20 smithi022 bash[28554]: cluster 2023-12-07T20:35:19.582850+0000 mgr.a (mgr.24293) 25856 : cluster 0 pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:20 smithi044 bash[32620]: cluster 2023-12-07T20:35:19.582850+0000 mgr.a (mgr.24293) 25856 : cluster 0 pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:20 smithi027 bash[31536]: cluster 2023-12-07T20:35:19.582850+0000 mgr.a (mgr.24293) 25856 : cluster 0 pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:21.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:21 smithi022 bash[28554]: audit 2023-12-07T20:35:20.199203+0000 mgr.a (mgr.24293) 25857 : audit 0 from='client.506889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:21.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:21 smithi044 bash[32620]: audit 2023-12-07T20:35:20.199203+0000 mgr.a (mgr.24293) 25857 : audit 0 from='client.506889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:21.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:21 smithi027 bash[31536]: audit 2023-12-07T20:35:20.199203+0000 mgr.a (mgr.24293) 25857 : audit 0 from='client.506889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:22 smithi022 bash[28554]: cluster 2023-12-07T20:35:21.584154+0000 mgr.a (mgr.24293) 25858 : cluster 0 pgmap v19337: 33 pgs: 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:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:22 smithi044 bash[32620]: cluster 2023-12-07T20:35:21.584154+0000 mgr.a (mgr.24293) 25858 : cluster 0 pgmap v19337: 33 pgs: 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:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:22 smithi027 bash[31536]: cluster 2023-12-07T20:35:21.584154+0000 mgr.a (mgr.24293) 25858 : cluster 0 pgmap v19337: 33 pgs: 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:24.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:24 smithi022 bash[28554]: cluster 2023-12-07T20:35:23.584706+0000 mgr.a (mgr.24293) 25859 : cluster 0 pgmap v19338: 33 pgs: 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:24.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:24 smithi044 bash[32620]: cluster 2023-12-07T20:35:23.584706+0000 mgr.a (mgr.24293) 25859 : cluster 0 pgmap v19338: 33 pgs: 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:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:24 smithi027 bash[31536]: cluster 2023-12-07T20:35:23.584706+0000 mgr.a (mgr.24293) 25859 : cluster 0 pgmap v19338: 33 pgs: 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:25.735 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:25.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:25.735 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:26.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:26.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:26.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:26.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:26.693 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:26.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:26 smithi022 bash[28554]: cluster 2023-12-07T20:35:25.585457+0000 mgr.a (mgr.24293) 25860 : cluster 0 pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:26.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:26 smithi044 bash[32620]: cluster 2023-12-07T20:35:25.585457+0000 mgr.a (mgr.24293) 25860 : cluster 0 pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:26.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:26 smithi027 bash[31536]: cluster 2023-12-07T20:35:25.585457+0000 mgr.a (mgr.24293) 25860 : cluster 0 pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:27.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:27 smithi027 bash[31536]: audit 2023-12-07T20:35:26.150280+0000 mgr.a (mgr.24293) 25861 : audit 0 from='client.506964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:27 smithi022 bash[28554]: audit 2023-12-07T20:35:26.150280+0000 mgr.a (mgr.24293) 25861 : audit 0 from='client.506964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:27 smithi044 bash[32620]: audit 2023-12-07T20:35:26.150280+0000 mgr.a (mgr.24293) 25861 : audit 0 from='client.506964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:28 smithi027 bash[31536]: cluster 2023-12-07T20:35:27.586194+0000 mgr.a (mgr.24293) 25862 : cluster 0 pgmap v19340: 33 pgs: 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:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:28 smithi022 bash[28554]: cluster 2023-12-07T20:35:27.586194+0000 mgr.a (mgr.24293) 25862 : cluster 0 pgmap v19340: 33 pgs: 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:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:28 smithi044 bash[32620]: cluster 2023-12-07T20:35:27.586194+0000 mgr.a (mgr.24293) 25862 : cluster 0 pgmap v19340: 33 pgs: 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:30.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:30 smithi027 bash[31536]: cluster 2023-12-07T20:35:29.586784+0000 mgr.a (mgr.24293) 25863 : cluster 0 pgmap v19341: 33 pgs: 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:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:30 smithi022 bash[28554]: cluster 2023-12-07T20:35:29.586784+0000 mgr.a (mgr.24293) 25863 : cluster 0 pgmap v19341: 33 pgs: 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:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:30 smithi044 bash[32620]: cluster 2023-12-07T20:35:29.586784+0000 mgr.a (mgr.24293) 25863 : cluster 0 pgmap v19341: 33 pgs: 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:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:31.696 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:31.697 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:32.645 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:32.645 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:32.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:32.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:32.646 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:32 smithi027 bash[31536]: cluster 2023-12-07T20:35:31.587804+0000 mgr.a (mgr.24293) 25864 : cluster 0 pgmap v19342: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:32 smithi022 bash[28554]: cluster 2023-12-07T20:35:31.587804+0000 mgr.a (mgr.24293) 25864 : cluster 0 pgmap v19342: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:32 smithi044 bash[32620]: cluster 2023-12-07T20:35:31.587804+0000 mgr.a (mgr.24293) 25864 : cluster 0 pgmap v19342: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:33 smithi027 bash[31536]: audit 2023-12-07T20:35:32.116695+0000 mgr.a (mgr.24293) 25865 : audit 0 from='client.507042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:33 smithi022 bash[28554]: audit 2023-12-07T20:35:32.116695+0000 mgr.a (mgr.24293) 25865 : audit 0 from='client.507042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:33 smithi044 bash[32620]: audit 2023-12-07T20:35:32.116695+0000 mgr.a (mgr.24293) 25865 : audit 0 from='client.507042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:34 smithi022 bash[28554]: cluster 2023-12-07T20:35:33.588526+0000 mgr.a (mgr.24293) 25866 : cluster 0 pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:35:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:34 smithi044 bash[32620]: cluster 2023-12-07T20:35:33.588526+0000 mgr.a (mgr.24293) 25866 : cluster 0 pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:35:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:34 smithi027 bash[31536]: cluster 2023-12-07T20:35:33.588526+0000 mgr.a (mgr.24293) 25866 : cluster 0 pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:35:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:36 smithi022 bash[28554]: cluster 2023-12-07T20:35:35.589353+0000 mgr.a (mgr.24293) 25867 : cluster 0 pgmap v19344: 33 pgs: 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:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:36 smithi044 bash[32620]: cluster 2023-12-07T20:35:35.589353+0000 mgr.a (mgr.24293) 25867 : cluster 0 pgmap v19344: 33 pgs: 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:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:36 smithi027 bash[31536]: cluster 2023-12-07T20:35:35.589353+0000 mgr.a (mgr.24293) 25867 : cluster 0 pgmap v19344: 33 pgs: 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:37.647 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:37.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:37.648 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:38.584 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:38 smithi022 bash[28554]: cluster 2023-12-07T20:35:37.590023+0000 mgr.a (mgr.24293) 25868 : cluster 0 pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:38 smithi044 bash[32620]: cluster 2023-12-07T20:35:37.590023+0000 mgr.a (mgr.24293) 25868 : cluster 0 pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:38 smithi027 bash[31536]: cluster 2023-12-07T20:35:37.590023+0000 mgr.a (mgr.24293) 25868 : cluster 0 pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:40.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:39 smithi022 bash[28554]: audit 2023-12-07T20:35:38.055986+0000 mgr.a (mgr.24293) 25869 : audit 0 from='client.507117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:39 smithi044 bash[32620]: audit 2023-12-07T20:35:38.055986+0000 mgr.a (mgr.24293) 25869 : audit 0 from='client.507117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:39 smithi027 bash[31536]: audit 2023-12-07T20:35:38.055986+0000 mgr.a (mgr.24293) 25869 : audit 0 from='client.507117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:40 smithi022 bash[28554]: cluster 2023-12-07T20:35:39.590773+0000 mgr.a (mgr.24293) 25870 : cluster 0 pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:40 smithi044 bash[32620]: cluster 2023-12-07T20:35:39.590773+0000 mgr.a (mgr.24293) 25870 : cluster 0 pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:40 smithi027 bash[31536]: cluster 2023-12-07T20:35:39.590773+0000 mgr.a (mgr.24293) 25870 : cluster 0 pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:42 smithi022 bash[28554]: cluster 2023-12-07T20:35:41.591644+0000 mgr.a (mgr.24293) 25871 : cluster 0 pgmap v19347: 33 pgs: 33 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:43.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:42 smithi044 bash[32620]: cluster 2023-12-07T20:35:41.591644+0000 mgr.a (mgr.24293) 25871 : cluster 0 pgmap v19347: 33 pgs: 33 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:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:42 smithi027 bash[31536]: cluster 2023-12-07T20:35:41.591644+0000 mgr.a (mgr.24293) 25871 : cluster 0 pgmap v19347: 33 pgs: 33 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:43.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:43.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:43.588 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:44.536 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:44.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:44.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:44.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:44.537 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:44 smithi022 bash[28554]: cluster 2023-12-07T20:35:43.592340+0000 mgr.a (mgr.24293) 25872 : cluster 0 pgmap v19348: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:44 smithi044 bash[32620]: cluster 2023-12-07T20:35:43.592340+0000 mgr.a (mgr.24293) 25872 : cluster 0 pgmap v19348: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:44 smithi027 bash[31536]: cluster 2023-12-07T20:35:43.592340+0000 mgr.a (mgr.24293) 25872 : cluster 0 pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:46.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:45 smithi022 bash[28554]: audit 2023-12-07T20:35:44.000720+0000 mgr.a (mgr.24293) 25873 : audit 0 from='client.507195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:45 smithi044 bash[32620]: audit 2023-12-07T20:35:44.000720+0000 mgr.a (mgr.24293) 25873 : audit 0 from='client.507195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:45 smithi027 bash[31536]: audit 2023-12-07T20:35:44.000720+0000 mgr.a (mgr.24293) 25873 : audit 0 from='client.507195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:46 smithi022 bash[28554]: cluster 2023-12-07T20:35:45.593416+0000 mgr.a (mgr.24293) 25874 : cluster 0 pgmap v19349: 33 pgs: 33 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:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:46 smithi044 bash[32620]: cluster 2023-12-07T20:35:45.593416+0000 mgr.a (mgr.24293) 25874 : cluster 0 pgmap v19349: 33 pgs: 33 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:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:46 smithi027 bash[31536]: cluster 2023-12-07T20:35:45.593416+0000 mgr.a (mgr.24293) 25874 : cluster 0 pgmap v19349: 33 pgs: 33 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:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:48 smithi022 bash[28554]: cluster 2023-12-07T20:35:47.594023+0000 mgr.a (mgr.24293) 25875 : cluster 0 pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:48 smithi044 bash[32620]: cluster 2023-12-07T20:35:47.594023+0000 mgr.a (mgr.24293) 25875 : cluster 0 pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:48 smithi027 bash[31536]: cluster 2023-12-07T20:35:47.594023+0000 mgr.a (mgr.24293) 25875 : cluster 0 pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:49.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:49.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:49.540 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:50.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:50.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:50.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:50.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:50.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:50 smithi022 bash[28554]: cluster 2023-12-07T20:35:49.594586+0000 mgr.a (mgr.24293) 25876 : cluster 0 pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:50 smithi044 bash[32620]: cluster 2023-12-07T20:35:49.594586+0000 mgr.a (mgr.24293) 25876 : cluster 0 pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:50 smithi027 bash[31536]: cluster 2023-12-07T20:35:49.594586+0000 mgr.a (mgr.24293) 25876 : cluster 0 pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:51 smithi022 bash[28554]: audit 2023-12-07T20:35:49.955182+0000 mgr.a (mgr.24293) 25877 : audit 0 from='client.507270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:51 smithi044 bash[32620]: audit 2023-12-07T20:35:49.955182+0000 mgr.a (mgr.24293) 25877 : audit 0 from='client.507270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:51 smithi027 bash[31536]: audit 2023-12-07T20:35:49.955182+0000 mgr.a (mgr.24293) 25877 : audit 0 from='client.507270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:52 smithi022 bash[28554]: cluster 2023-12-07T20:35:51.595577+0000 mgr.a (mgr.24293) 25878 : cluster 0 pgmap v19352: 33 pgs: 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:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:52 smithi044 bash[32620]: cluster 2023-12-07T20:35:51.595577+0000 mgr.a (mgr.24293) 25878 : cluster 0 pgmap v19352: 33 pgs: 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:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:52 smithi027 bash[31536]: cluster 2023-12-07T20:35:51.595577+0000 mgr.a (mgr.24293) 25878 : cluster 0 pgmap v19352: 33 pgs: 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:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:54 smithi022 bash[28554]: cluster 2023-12-07T20:35:53.596174+0000 mgr.a (mgr.24293) 25879 : cluster 0 pgmap v19353: 33 pgs: 33 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:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:54 smithi044 bash[32620]: cluster 2023-12-07T20:35:53.596174+0000 mgr.a (mgr.24293) 25879 : cluster 0 pgmap v19353: 33 pgs: 33 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:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:54 smithi027 bash[31536]: cluster 2023-12-07T20:35:53.596174+0000 mgr.a (mgr.24293) 25879 : cluster 0 pgmap v19353: 33 pgs: 33 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:55.464 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:35:55.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:55.465 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:56.389 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:35:56.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:56.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:56.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:56.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:35:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:56 smithi022 bash[28554]: cluster 2023-12-07T20:35:55.597012+0000 mgr.a (mgr.24293) 25880 : cluster 0 pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:56 smithi044 bash[32620]: cluster 2023-12-07T20:35:55.597012+0000 mgr.a (mgr.24293) 25880 : cluster 0 pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:56 smithi027 bash[31536]: cluster 2023-12-07T20:35:55.597012+0000 mgr.a (mgr.24293) 25880 : cluster 0 pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:58.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:57 smithi022 bash[28554]: audit 2023-12-07T20:35:55.883174+0000 mgr.a (mgr.24293) 25881 : audit 0 from='client.507348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:57 smithi044 bash[32620]: audit 2023-12-07T20:35:55.883174+0000 mgr.a (mgr.24293) 25881 : audit 0 from='client.507348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:57 smithi027 bash[31536]: audit 2023-12-07T20:35:55.883174+0000 mgr.a (mgr.24293) 25881 : audit 0 from='client.507348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:35:58 smithi022 bash[28554]: cluster 2023-12-07T20:35:57.597655+0000 mgr.a (mgr.24293) 25882 : cluster 0 pgmap v19355: 33 pgs: 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:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:35:58 smithi044 bash[32620]: cluster 2023-12-07T20:35:57.597655+0000 mgr.a (mgr.24293) 25882 : cluster 0 pgmap v19355: 33 pgs: 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:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:35:58 smithi027 bash[31536]: cluster 2023-12-07T20:35:57.597655+0000 mgr.a (mgr.24293) 25882 : cluster 0 pgmap v19355: 33 pgs: 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:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:00 smithi022 bash[28554]: cluster 2023-12-07T20:35:59.598262+0000 mgr.a (mgr.24293) 25883 : cluster 0 pgmap v19356: 33 pgs: 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:01.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:00 smithi044 bash[32620]: cluster 2023-12-07T20:35:59.598262+0000 mgr.a (mgr.24293) 25883 : cluster 0 pgmap v19356: 33 pgs: 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:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:00 smithi027 bash[31536]: cluster 2023-12-07T20:35:59.598262+0000 mgr.a (mgr.24293) 25883 : cluster 0 pgmap v19356: 33 pgs: 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:01.391 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:01.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:01.392 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:02.348 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:02.348 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:02.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:02.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:02.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:02 smithi022 bash[28554]: cluster 2023-12-07T20:36:01.599079+0000 mgr.a (mgr.24293) 25884 : cluster 0 pgmap v19357: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:02 smithi022 bash[28554]: audit 2023-12-07T20:36:01.809365+0000 mgr.a (mgr.24293) 25885 : audit 0 from='client.507423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:02 smithi044 bash[32620]: cluster 2023-12-07T20:36:01.599079+0000 mgr.a (mgr.24293) 25884 : cluster 0 pgmap v19357: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:02 smithi044 bash[32620]: audit 2023-12-07T20:36:01.809365+0000 mgr.a (mgr.24293) 25885 : audit 0 from='client.507423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:02 smithi027 bash[31536]: cluster 2023-12-07T20:36:01.599079+0000 mgr.a (mgr.24293) 25884 : cluster 0 pgmap v19357: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:02 smithi027 bash[31536]: audit 2023-12-07T20:36:01.809365+0000 mgr.a (mgr.24293) 25885 : audit 0 from='client.507423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:04 smithi022 bash[28554]: cluster 2023-12-07T20:36:03.599744+0000 mgr.a (mgr.24293) 25886 : cluster 0 pgmap v19358: 33 pgs: 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:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:04 smithi044 bash[32620]: cluster 2023-12-07T20:36:03.599744+0000 mgr.a (mgr.24293) 25886 : cluster 0 pgmap v19358: 33 pgs: 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:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:04 smithi027 bash[31536]: cluster 2023-12-07T20:36:03.599744+0000 mgr.a (mgr.24293) 25886 : cluster 0 pgmap v19358: 33 pgs: 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:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:06 smithi022 bash[28554]: cluster 2023-12-07T20:36:05.600484+0000 mgr.a (mgr.24293) 25887 : cluster 0 pgmap v19359: 33 pgs: 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:36:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:06 smithi044 bash[32620]: cluster 2023-12-07T20:36:05.600484+0000 mgr.a (mgr.24293) 25887 : cluster 0 pgmap v19359: 33 pgs: 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:36:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:06 smithi027 bash[31536]: cluster 2023-12-07T20:36:05.600484+0000 mgr.a (mgr.24293) 25887 : cluster 0 pgmap v19359: 33 pgs: 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:36:07.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:07.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:07.351 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:08.324 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:08.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:08.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:08.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:08.325 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:08 smithi022 bash[28554]: cluster 2023-12-07T20:36:07.601059+0000 mgr.a (mgr.24293) 25888 : cluster 0 pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:08 smithi022 bash[28554]: audit 2023-12-07T20:36:07.776716+0000 mgr.a (mgr.24293) 25889 : audit 0 from='client.507501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:08 smithi044 bash[32620]: cluster 2023-12-07T20:36:07.601059+0000 mgr.a (mgr.24293) 25888 : cluster 0 pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:08 smithi044 bash[32620]: audit 2023-12-07T20:36:07.776716+0000 mgr.a (mgr.24293) 25889 : audit 0 from='client.507501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:08 smithi027 bash[31536]: cluster 2023-12-07T20:36:07.601059+0000 mgr.a (mgr.24293) 25888 : cluster 0 pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:08 smithi027 bash[31536]: audit 2023-12-07T20:36:07.776716+0000 mgr.a (mgr.24293) 25889 : audit 0 from='client.507501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:10 smithi022 bash[28554]: cluster 2023-12-07T20:36:09.601760+0000 mgr.a (mgr.24293) 25890 : cluster 0 pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:10 smithi044 bash[32620]: cluster 2023-12-07T20:36:09.601760+0000 mgr.a (mgr.24293) 25890 : cluster 0 pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:11.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:10 smithi027 bash[31536]: cluster 2023-12-07T20:36:09.601760+0000 mgr.a (mgr.24293) 25890 : cluster 0 pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:13.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:12 smithi022 bash[28554]: cluster 2023-12-07T20:36:11.602561+0000 mgr.a (mgr.24293) 25891 : cluster 0 pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:12 smithi044 bash[32620]: cluster 2023-12-07T20:36:11.602561+0000 mgr.a (mgr.24293) 25891 : cluster 0 pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:12 smithi027 bash[31536]: cluster 2023-12-07T20:36:11.602561+0000 mgr.a (mgr.24293) 25891 : cluster 0 pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:13.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:13.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:13.328 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:14.258 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:14.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:14.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:14.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:14.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:14 smithi022 bash[28554]: cluster 2023-12-07T20:36:13.603121+0000 mgr.a (mgr.24293) 25892 : cluster 0 pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:14 smithi022 bash[28554]: audit 2023-12-07T20:36:13.738479+0000 mgr.a (mgr.24293) 25893 : audit 0 from='client.507576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:14 smithi044 bash[32620]: cluster 2023-12-07T20:36:13.603121+0000 mgr.a (mgr.24293) 25892 : cluster 0 pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:14 smithi044 bash[32620]: audit 2023-12-07T20:36:13.738479+0000 mgr.a (mgr.24293) 25893 : audit 0 from='client.507576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:14 smithi027 bash[31536]: cluster 2023-12-07T20:36:13.603121+0000 mgr.a (mgr.24293) 25892 : cluster 0 pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:14 smithi027 bash[31536]: audit 2023-12-07T20:36:13.738479+0000 mgr.a (mgr.24293) 25893 : audit 0 from='client.507576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:16 smithi022 bash[28554]: cluster 2023-12-07T20:36:15.604047+0000 mgr.a (mgr.24293) 25894 : cluster 0 pgmap v19364: 33 pgs: 33 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:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:16 smithi044 bash[32620]: cluster 2023-12-07T20:36:15.604047+0000 mgr.a (mgr.24293) 25894 : cluster 0 pgmap v19364: 33 pgs: 33 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:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:16 smithi027 bash[31536]: cluster 2023-12-07T20:36:15.604047+0000 mgr.a (mgr.24293) 25894 : cluster 0 pgmap v19364: 33 pgs: 33 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:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:18 smithi022 bash[28554]: cluster 2023-12-07T20:36:17.604653+0000 mgr.a (mgr.24293) 25895 : cluster 0 pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:18 smithi022 bash[28554]: audit 2023-12-07T20:36:18.461769+0000 mon.a (mon.0) 4009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:18 smithi044 bash[32620]: cluster 2023-12-07T20:36:17.604653+0000 mgr.a (mgr.24293) 25895 : cluster 0 pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:18 smithi044 bash[32620]: audit 2023-12-07T20:36:18.461769+0000 mon.a (mon.0) 4009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:18 smithi027 bash[31536]: cluster 2023-12-07T20:36:17.604653+0000 mgr.a (mgr.24293) 25895 : cluster 0 pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:18 smithi027 bash[31536]: audit 2023-12-07T20:36:18.461769+0000 mon.a (mon.0) 4009 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:19.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:19.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:19.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:19 smithi022 bash[28554]: audit 2023-12-07T20:36:19.246275+0000 mon.a (mon.0) 4010 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:19 smithi022 bash[28554]: audit 2023-12-07T20:36:19.248226+0000 mon.a (mon.0) 4011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:20.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:19 smithi022 bash[28554]: audit 2023-12-07T20:36:19.257817+0000 mon.a (mon.0) 4012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:36:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:19 smithi044 bash[32620]: audit 2023-12-07T20:36:19.246275+0000 mon.a (mon.0) 4010 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:19 smithi044 bash[32620]: audit 2023-12-07T20:36:19.248226+0000 mon.a (mon.0) 4011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:19 smithi044 bash[32620]: audit 2023-12-07T20:36:19.257817+0000 mon.a (mon.0) 4012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:36:20.183 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:20.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:20.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:20.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:20.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:19 smithi027 bash[31536]: audit 2023-12-07T20:36:19.246275+0000 mon.a (mon.0) 4010 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:19 smithi027 bash[31536]: audit 2023-12-07T20:36:19.248226+0000 mon.a (mon.0) 4011 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:20.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:19 smithi027 bash[31536]: audit 2023-12-07T20:36:19.257817+0000 mon.a (mon.0) 4012 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:36:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:20 smithi022 bash[28554]: cluster 2023-12-07T20:36:19.605370+0000 mgr.a (mgr.24293) 25896 : cluster 0 pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:20 smithi022 bash[28554]: audit 2023-12-07T20:36:19.671028+0000 mgr.a (mgr.24293) 25897 : audit 0 from='client.507651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:20 smithi044 bash[32620]: cluster 2023-12-07T20:36:19.605370+0000 mgr.a (mgr.24293) 25896 : cluster 0 pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:20 smithi044 bash[32620]: audit 2023-12-07T20:36:19.671028+0000 mgr.a (mgr.24293) 25897 : audit 0 from='client.507651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:21.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:20 smithi027 bash[31536]: cluster 2023-12-07T20:36:19.605370+0000 mgr.a (mgr.24293) 25896 : cluster 0 pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:21.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:20 smithi027 bash[31536]: audit 2023-12-07T20:36:19.671028+0000 mgr.a (mgr.24293) 25897 : audit 0 from='client.507651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:22 smithi022 bash[28554]: cluster 2023-12-07T20:36:21.606303+0000 mgr.a (mgr.24293) 25898 : cluster 0 pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:22 smithi044 bash[32620]: cluster 2023-12-07T20:36:21.606303+0000 mgr.a (mgr.24293) 25898 : cluster 0 pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:22 smithi027 bash[31536]: cluster 2023-12-07T20:36:21.606303+0000 mgr.a (mgr.24293) 25898 : cluster 0 pgmap v19367: 33 pgs: 33 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:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:24 smithi022 bash[28554]: cluster 2023-12-07T20:36:23.607031+0000 mgr.a (mgr.24293) 25899 : cluster 0 pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:24 smithi044 bash[32620]: cluster 2023-12-07T20:36:23.607031+0000 mgr.a (mgr.24293) 25899 : cluster 0 pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:25.186 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:25.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:25.187 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:24 smithi027 bash[31536]: cluster 2023-12-07T20:36:23.607031+0000 mgr.a (mgr.24293) 25899 : cluster 0 pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:26.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:26.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:26.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:26.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:26.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:26 smithi022 bash[28554]: audit 2023-12-07T20:36:25.590563+0000 mgr.a (mgr.24293) 25900 : audit 0 from='client.507723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:26 smithi022 bash[28554]: cluster 2023-12-07T20:36:25.608917+0000 mgr.a (mgr.24293) 25901 : cluster 0 pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:26 smithi044 bash[32620]: audit 2023-12-07T20:36:25.590563+0000 mgr.a (mgr.24293) 25900 : audit 0 from='client.507723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:26 smithi044 bash[32620]: cluster 2023-12-07T20:36:25.608917+0000 mgr.a (mgr.24293) 25901 : cluster 0 pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:26 smithi027 bash[31536]: audit 2023-12-07T20:36:25.590563+0000 mgr.a (mgr.24293) 25900 : audit 0 from='client.507723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:26 smithi027 bash[31536]: cluster 2023-12-07T20:36:25.608917+0000 mgr.a (mgr.24293) 25901 : cluster 0 pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:28 smithi022 bash[28554]: cluster 2023-12-07T20:36:27.609812+0000 mgr.a (mgr.24293) 25902 : cluster 0 pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:28 smithi044 bash[32620]: cluster 2023-12-07T20:36:27.609812+0000 mgr.a (mgr.24293) 25902 : cluster 0 pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:28 smithi027 bash[31536]: cluster 2023-12-07T20:36:27.609812+0000 mgr.a (mgr.24293) 25902 : cluster 0 pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:31.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:31.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:31.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:30 smithi022 bash[28554]: cluster 2023-12-07T20:36:29.610421+0000 mgr.a (mgr.24293) 25903 : cluster 0 pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:30 smithi044 bash[32620]: cluster 2023-12-07T20:36:29.610421+0000 mgr.a (mgr.24293) 25903 : cluster 0 pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:30 smithi027 bash[31536]: cluster 2023-12-07T20:36:29.610421+0000 mgr.a (mgr.24293) 25903 : cluster 0 pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:32.042 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:32.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:32.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:32.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:32.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:32 smithi022 bash[28554]: audit 2023-12-07T20:36:31.500736+0000 mgr.a (mgr.24293) 25904 : audit 0 from='client.507798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:32 smithi022 bash[28554]: cluster 2023-12-07T20:36:31.611451+0000 mgr.a (mgr.24293) 25905 : cluster 0 pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:32 smithi044 bash[32620]: audit 2023-12-07T20:36:31.500736+0000 mgr.a (mgr.24293) 25904 : audit 0 from='client.507798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:32 smithi044 bash[32620]: cluster 2023-12-07T20:36:31.611451+0000 mgr.a (mgr.24293) 25905 : cluster 0 pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:32 smithi027 bash[31536]: audit 2023-12-07T20:36:31.500736+0000 mgr.a (mgr.24293) 25904 : audit 0 from='client.507798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:32 smithi027 bash[31536]: cluster 2023-12-07T20:36:31.611451+0000 mgr.a (mgr.24293) 25905 : cluster 0 pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:34 smithi022 bash[28554]: cluster 2023-12-07T20:36:33.612111+0000 mgr.a (mgr.24293) 25906 : cluster 0 pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:34 smithi044 bash[32620]: cluster 2023-12-07T20:36:33.612111+0000 mgr.a (mgr.24293) 25906 : cluster 0 pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:34 smithi027 bash[31536]: cluster 2023-12-07T20:36:33.612111+0000 mgr.a (mgr.24293) 25906 : cluster 0 pgmap v19373: 33 pgs: 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:37.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:37.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:37.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:36 smithi022 bash[28554]: cluster 2023-12-07T20:36:35.612918+0000 mgr.a (mgr.24293) 25907 : cluster 0 pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:36 smithi044 bash[32620]: cluster 2023-12-07T20:36:35.612918+0000 mgr.a (mgr.24293) 25907 : cluster 0 pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:36 smithi027 bash[31536]: cluster 2023-12-07T20:36:35.612918+0000 mgr.a (mgr.24293) 25907 : cluster 0 pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:37.967 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:37.967 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:37.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:37.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:37.968 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:38 smithi022 bash[28554]: audit 2023-12-07T20:36:37.459469+0000 mgr.a (mgr.24293) 25908 : audit 0 from='client.507876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:38 smithi022 bash[28554]: cluster 2023-12-07T20:36:37.613903+0000 mgr.a (mgr.24293) 25909 : cluster 0 pgmap v19375: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:38 smithi044 bash[32620]: audit 2023-12-07T20:36:37.459469+0000 mgr.a (mgr.24293) 25908 : audit 0 from='client.507876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:38 smithi044 bash[32620]: cluster 2023-12-07T20:36:37.613903+0000 mgr.a (mgr.24293) 25909 : cluster 0 pgmap v19375: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:38 smithi027 bash[31536]: audit 2023-12-07T20:36:37.459469+0000 mgr.a (mgr.24293) 25908 : audit 0 from='client.507876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:38 smithi027 bash[31536]: cluster 2023-12-07T20:36:37.613903+0000 mgr.a (mgr.24293) 25909 : cluster 0 pgmap v19375: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:40 smithi022 bash[28554]: cluster 2023-12-07T20:36:39.614569+0000 mgr.a (mgr.24293) 25910 : cluster 0 pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:40 smithi044 bash[32620]: cluster 2023-12-07T20:36:39.614569+0000 mgr.a (mgr.24293) 25910 : cluster 0 pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:40 smithi027 bash[31536]: cluster 2023-12-07T20:36:39.614569+0000 mgr.a (mgr.24293) 25910 : cluster 0 pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:42.970 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:42.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:42.971 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:42 smithi022 bash[28554]: cluster 2023-12-07T20:36:41.615431+0000 mgr.a (mgr.24293) 25911 : cluster 0 pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:42 smithi044 bash[32620]: cluster 2023-12-07T20:36:41.615431+0000 mgr.a (mgr.24293) 25911 : cluster 0 pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:42 smithi027 bash[31536]: cluster 2023-12-07T20:36:41.615431+0000 mgr.a (mgr.24293) 25911 : cluster 0 pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:43.885 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:43.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:43.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:43.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:43.886 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:44 smithi022 bash[28554]: audit 2023-12-07T20:36:43.382134+0000 mgr.a (mgr.24293) 25912 : audit 0 from='client.507954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:44 smithi022 bash[28554]: cluster 2023-12-07T20:36:43.616117+0000 mgr.a (mgr.24293) 25913 : cluster 0 pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:44 smithi044 bash[32620]: audit 2023-12-07T20:36:43.382134+0000 mgr.a (mgr.24293) 25912 : audit 0 from='client.507954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:44 smithi044 bash[32620]: cluster 2023-12-07T20:36:43.616117+0000 mgr.a (mgr.24293) 25913 : cluster 0 pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:44 smithi027 bash[31536]: audit 2023-12-07T20:36:43.382134+0000 mgr.a (mgr.24293) 25912 : audit 0 from='client.507954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:44 smithi027 bash[31536]: cluster 2023-12-07T20:36:43.616117+0000 mgr.a (mgr.24293) 25913 : cluster 0 pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:46 smithi022 bash[28554]: cluster 2023-12-07T20:36:45.617129+0000 mgr.a (mgr.24293) 25914 : cluster 0 pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:46 smithi044 bash[32620]: cluster 2023-12-07T20:36:45.617129+0000 mgr.a (mgr.24293) 25914 : cluster 0 pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:46 smithi027 bash[31536]: cluster 2023-12-07T20:36:45.617129+0000 mgr.a (mgr.24293) 25914 : cluster 0 pgmap v19379: 33 pgs: 33 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:48.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:48.889 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:48.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:48 smithi022 bash[28554]: cluster 2023-12-07T20:36:47.617672+0000 mgr.a (mgr.24293) 25915 : cluster 0 pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:48 smithi044 bash[32620]: cluster 2023-12-07T20:36:47.617672+0000 mgr.a (mgr.24293) 25915 : cluster 0 pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:48 smithi027 bash[31536]: cluster 2023-12-07T20:36:47.617672+0000 mgr.a (mgr.24293) 25915 : cluster 0 pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:49.828 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:49.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:49.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:49.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:49.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:50 smithi022 bash[28554]: audit 2023-12-07T20:36:49.306207+0000 mgr.a (mgr.24293) 25916 : audit 0 from='client.508029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:50 smithi022 bash[28554]: cluster 2023-12-07T20:36:49.618467+0000 mgr.a (mgr.24293) 25917 : cluster 0 pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:50 smithi044 bash[32620]: audit 2023-12-07T20:36:49.306207+0000 mgr.a (mgr.24293) 25916 : audit 0 from='client.508029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:50 smithi044 bash[32620]: cluster 2023-12-07T20:36:49.618467+0000 mgr.a (mgr.24293) 25917 : cluster 0 pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:50 smithi027 bash[31536]: audit 2023-12-07T20:36:49.306207+0000 mgr.a (mgr.24293) 25916 : audit 0 from='client.508029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:50 smithi027 bash[31536]: cluster 2023-12-07T20:36:49.618467+0000 mgr.a (mgr.24293) 25917 : cluster 0 pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:52 smithi022 bash[28554]: cluster 2023-12-07T20:36:51.619463+0000 mgr.a (mgr.24293) 25918 : cluster 0 pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:52 smithi044 bash[32620]: cluster 2023-12-07T20:36:51.619463+0000 mgr.a (mgr.24293) 25918 : cluster 0 pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:52 smithi027 bash[31536]: cluster 2023-12-07T20:36:51.619463+0000 mgr.a (mgr.24293) 25918 : cluster 0 pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:54.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:36:54.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:54.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:54 smithi022 bash[28554]: cluster 2023-12-07T20:36:53.620006+0000 mgr.a (mgr.24293) 25919 : cluster 0 pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:54 smithi044 bash[32620]: cluster 2023-12-07T20:36:53.620006+0000 mgr.a (mgr.24293) 25919 : cluster 0 pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:54 smithi027 bash[31536]: cluster 2023-12-07T20:36:53.620006+0000 mgr.a (mgr.24293) 25919 : cluster 0 pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:55.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:36:55.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:55.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:55.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:55.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:36:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:56 smithi022 bash[28554]: audit 2023-12-07T20:36:55.246956+0000 mgr.a (mgr.24293) 25920 : audit 0 from='client.508098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:56 smithi022 bash[28554]: cluster 2023-12-07T20:36:55.630529+0000 mgr.a (mgr.24293) 25921 : cluster 0 pgmap v19384: 33 pgs: 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:36:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:56 smithi044 bash[32620]: audit 2023-12-07T20:36:55.246956+0000 mgr.a (mgr.24293) 25920 : audit 0 from='client.508098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:56 smithi044 bash[32620]: cluster 2023-12-07T20:36:55.630529+0000 mgr.a (mgr.24293) 25921 : cluster 0 pgmap v19384: 33 pgs: 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:36:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:56 smithi027 bash[31536]: audit 2023-12-07T20:36:55.246956+0000 mgr.a (mgr.24293) 25920 : audit 0 from='client.508098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:56 smithi027 bash[31536]: cluster 2023-12-07T20:36:55.630529+0000 mgr.a (mgr.24293) 25921 : cluster 0 pgmap v19384: 33 pgs: 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:36:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:36:58 smithi022 bash[28554]: cluster 2023-12-07T20:36:57.631301+0000 mgr.a (mgr.24293) 25922 : cluster 0 pgmap v19385: 33 pgs: 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:36:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:36:58 smithi044 bash[32620]: cluster 2023-12-07T20:36:57.631301+0000 mgr.a (mgr.24293) 25922 : cluster 0 pgmap v19385: 33 pgs: 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:36:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:36:58 smithi027 bash[31536]: cluster 2023-12-07T20:36:57.631301+0000 mgr.a (mgr.24293) 25922 : cluster 0 pgmap v19385: 33 pgs: 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:37:00.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:00.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:00.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:00 smithi022 bash[28554]: cluster 2023-12-07T20:36:59.631864+0000 mgr.a (mgr.24293) 25923 : cluster 0 pgmap v19386: 33 pgs: 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:37:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:00 smithi044 bash[32620]: cluster 2023-12-07T20:36:59.631864+0000 mgr.a (mgr.24293) 25923 : cluster 0 pgmap v19386: 33 pgs: 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:37:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:00 smithi027 bash[31536]: cluster 2023-12-07T20:36:59.631864+0000 mgr.a (mgr.24293) 25923 : cluster 0 pgmap v19386: 33 pgs: 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:37:01.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:01.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:01.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:01.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:01.698 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:02 smithi022 bash[28554]: audit 2023-12-07T20:37:01.168064+0000 mgr.a (mgr.24293) 25924 : audit 0 from='client.508176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:02.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:02 smithi022 bash[28554]: cluster 2023-12-07T20:37:01.632676+0000 mgr.a (mgr.24293) 25925 : cluster 0 pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:02 smithi044 bash[32620]: audit 2023-12-07T20:37:01.168064+0000 mgr.a (mgr.24293) 25924 : audit 0 from='client.508176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:02.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:02 smithi044 bash[32620]: cluster 2023-12-07T20:37:01.632676+0000 mgr.a (mgr.24293) 25925 : cluster 0 pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:02 smithi027 bash[31536]: audit 2023-12-07T20:37:01.168064+0000 mgr.a (mgr.24293) 25924 : audit 0 from='client.508176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:02 smithi027 bash[31536]: cluster 2023-12-07T20:37:01.632676+0000 mgr.a (mgr.24293) 25925 : cluster 0 pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:04.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:04 smithi027 bash[31536]: cluster 2023-12-07T20:37:03.633215+0000 mgr.a (mgr.24293) 25926 : cluster 0 pgmap v19388: 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:37:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:04 smithi022 bash[28554]: cluster 2023-12-07T20:37:03.633215+0000 mgr.a (mgr.24293) 25926 : cluster 0 pgmap v19388: 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:37:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:04 smithi044 bash[32620]: cluster 2023-12-07T20:37:03.633215+0000 mgr.a (mgr.24293) 25926 : cluster 0 pgmap v19388: 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:37:06.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:06.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:06.700 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:06.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:06 smithi027 bash[31536]: cluster 2023-12-07T20:37:05.634007+0000 mgr.a (mgr.24293) 25927 : cluster 0 pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:06 smithi022 bash[28554]: cluster 2023-12-07T20:37:05.634007+0000 mgr.a (mgr.24293) 25927 : cluster 0 pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:06 smithi044 bash[32620]: cluster 2023-12-07T20:37:05.634007+0000 mgr.a (mgr.24293) 25927 : cluster 0 pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:07.624 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:07.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:07.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:07.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:07.625 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:08 smithi027 bash[31536]: audit 2023-12-07T20:37:07.109756+0000 mgr.a (mgr.24293) 25928 : audit 0 from='client.508254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:08.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:08 smithi027 bash[31536]: cluster 2023-12-07T20:37:07.634884+0000 mgr.a (mgr.24293) 25929 : cluster 0 pgmap v19390: 33 pgs: 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:37:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:08 smithi022 bash[28554]: audit 2023-12-07T20:37:07.109756+0000 mgr.a (mgr.24293) 25928 : audit 0 from='client.508254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:08 smithi022 bash[28554]: cluster 2023-12-07T20:37:07.634884+0000 mgr.a (mgr.24293) 25929 : cluster 0 pgmap v19390: 33 pgs: 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:37:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:08 smithi044 bash[32620]: audit 2023-12-07T20:37:07.109756+0000 mgr.a (mgr.24293) 25928 : audit 0 from='client.508254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:08 smithi044 bash[32620]: cluster 2023-12-07T20:37:07.634884+0000 mgr.a (mgr.24293) 25929 : cluster 0 pgmap v19390: 33 pgs: 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:37:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:10 smithi022 bash[28554]: cluster 2023-12-07T20:37:09.635517+0000 mgr.a (mgr.24293) 25930 : cluster 0 pgmap v19391: 33 pgs: 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:37:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:10 smithi044 bash[32620]: cluster 2023-12-07T20:37:09.635517+0000 mgr.a (mgr.24293) 25930 : cluster 0 pgmap v19391: 33 pgs: 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:37:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:10 smithi027 bash[31536]: cluster 2023-12-07T20:37:09.635517+0000 mgr.a (mgr.24293) 25930 : cluster 0 pgmap v19391: 33 pgs: 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:37:12.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:12.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:12.629 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:12 smithi022 bash[28554]: cluster 2023-12-07T20:37:11.636100+0000 mgr.a (mgr.24293) 25931 : cluster 0 pgmap v19392: 33 pgs: 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:37:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:12 smithi044 bash[32620]: cluster 2023-12-07T20:37:11.636100+0000 mgr.a (mgr.24293) 25931 : cluster 0 pgmap v19392: 33 pgs: 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:37:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:12 smithi027 bash[31536]: cluster 2023-12-07T20:37:11.636100+0000 mgr.a (mgr.24293) 25931 : cluster 0 pgmap v19392: 33 pgs: 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:37:13.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:13.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:13.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:13.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:13.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:14 smithi027 bash[31536]: audit 2023-12-07T20:37:13.039421+0000 mgr.a (mgr.24293) 25932 : audit 0 from='client.508326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:14.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:14 smithi027 bash[31536]: cluster 2023-12-07T20:37:13.636830+0000 mgr.a (mgr.24293) 25933 : cluster 0 pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:14 smithi022 bash[28554]: audit 2023-12-07T20:37:13.039421+0000 mgr.a (mgr.24293) 25932 : audit 0 from='client.508326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:14 smithi022 bash[28554]: cluster 2023-12-07T20:37:13.636830+0000 mgr.a (mgr.24293) 25933 : cluster 0 pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:14 smithi044 bash[32620]: audit 2023-12-07T20:37:13.039421+0000 mgr.a (mgr.24293) 25932 : audit 0 from='client.508326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:14 smithi044 bash[32620]: cluster 2023-12-07T20:37:13.636830+0000 mgr.a (mgr.24293) 25933 : cluster 0 pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:16.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:16 smithi027 bash[31536]: cluster 2023-12-07T20:37:15.637684+0000 mgr.a (mgr.24293) 25934 : cluster 0 pgmap v19394: 33 pgs: 33 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:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:16 smithi022 bash[28554]: cluster 2023-12-07T20:37:15.637684+0000 mgr.a (mgr.24293) 25934 : cluster 0 pgmap v19394: 33 pgs: 33 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:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:16 smithi044 bash[32620]: cluster 2023-12-07T20:37:15.637684+0000 mgr.a (mgr.24293) 25934 : cluster 0 pgmap v19394: 33 pgs: 33 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.585 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:18.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:18.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:18 smithi022 bash[28554]: cluster 2023-12-07T20:37:17.638195+0000 mgr.a (mgr.24293) 25935 : cluster 0 pgmap v19395: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:18 smithi044 bash[32620]: cluster 2023-12-07T20:37:17.638195+0000 mgr.a (mgr.24293) 25935 : cluster 0 pgmap v19395: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:18 smithi027 bash[31536]: cluster 2023-12-07T20:37:17.638195+0000 mgr.a (mgr.24293) 25935 : cluster 0 pgmap v19395: 33 pgs: 33 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.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:19 smithi022 bash[28554]: audit 2023-12-07T20:37:19.360886+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:19 smithi044 bash[32620]: audit 2023-12-07T20:37:19.360886+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:20.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:19 smithi027 bash[31536]: audit 2023-12-07T20:37:19.360886+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:20 smithi022 bash[28554]: audit 2023-12-07T20:37:19.001962+0000 mgr.a (mgr.24293) 25936 : audit 0 from='client.508404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:20 smithi022 bash[28554]: cluster 2023-12-07T20:37:19.638892+0000 mgr.a (mgr.24293) 25937 : cluster 0 pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:20 smithi044 bash[32620]: audit 2023-12-07T20:37:19.001962+0000 mgr.a (mgr.24293) 25936 : audit 0 from='client.508404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:20 smithi044 bash[32620]: cluster 2023-12-07T20:37:19.638892+0000 mgr.a (mgr.24293) 25937 : cluster 0 pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:20 smithi027 bash[31536]: audit 2023-12-07T20:37:19.001962+0000 mgr.a (mgr.24293) 25936 : audit 0 from='client.508404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:20 smithi027 bash[31536]: cluster 2023-12-07T20:37:19.638892+0000 mgr.a (mgr.24293) 25937 : cluster 0 pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:22.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:22 smithi022 bash[28554]: cluster 2023-12-07T20:37:21.639716+0000 mgr.a (mgr.24293) 25938 : cluster 0 pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:22 smithi044 bash[32620]: cluster 2023-12-07T20:37:21.639716+0000 mgr.a (mgr.24293) 25938 : cluster 0 pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:22 smithi027 bash[31536]: cluster 2023-12-07T20:37:21.639716+0000 mgr.a (mgr.24293) 25938 : cluster 0 pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:24.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:24.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:24.531 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:24.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:24 smithi027 bash[31536]: cluster 2023-12-07T20:37:23.640281+0000 mgr.a (mgr.24293) 25939 : cluster 0 pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:24 smithi022 bash[28554]: cluster 2023-12-07T20:37:23.640281+0000 mgr.a (mgr.24293) 25939 : cluster 0 pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:24 smithi044 bash[32620]: cluster 2023-12-07T20:37:23.640281+0000 mgr.a (mgr.24293) 25939 : cluster 0 pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:25.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:25.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:25.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:25.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:25.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:24.764892+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:24.770909+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:24.777944+0000 mon.a (mon.0) 4016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:24.783620+0000 mon.a (mon.0) 4017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:24.817499+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:24.822626+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:25.585989+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:25.588060+0000 mon.a (mon.0) 4021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:25 smithi022 bash[28554]: audit 2023-12-07T20:37:25.598234+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:24.764892+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:24.770909+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:24.777944+0000 mon.a (mon.0) 4016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:24.783620+0000 mon.a (mon.0) 4017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:24.817499+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:24.822626+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:25.585989+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:25.588060+0000 mon.a (mon.0) 4021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:25 smithi044 bash[32620]: audit 2023-12-07T20:37:25.598234+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:24.764892+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:24.770909+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:24.777944+0000 mon.a (mon.0) 4016 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:24.783620+0000 mon.a (mon.0) 4017 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:24.817499+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:24.822626+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:25.585989+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:25.588060+0000 mon.a (mon.0) 4021 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:26.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:25 smithi027 bash[31536]: audit 2023-12-07T20:37:25.598234+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:37:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:26 smithi022 bash[28554]: audit 2023-12-07T20:37:25.009179+0000 mgr.a (mgr.24293) 25940 : audit 0 from='client.508479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:26 smithi022 bash[28554]: cluster 2023-12-07T20:37:25.641058+0000 mgr.a (mgr.24293) 25941 : cluster 0 pgmap v19399: 33 pgs: 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:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:26 smithi044 bash[32620]: audit 2023-12-07T20:37:25.009179+0000 mgr.a (mgr.24293) 25940 : audit 0 from='client.508479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:26 smithi044 bash[32620]: cluster 2023-12-07T20:37:25.641058+0000 mgr.a (mgr.24293) 25941 : cluster 0 pgmap v19399: 33 pgs: 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:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:26 smithi027 bash[31536]: audit 2023-12-07T20:37:25.009179+0000 mgr.a (mgr.24293) 25940 : audit 0 from='client.508479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:26 smithi027 bash[31536]: cluster 2023-12-07T20:37:25.641058+0000 mgr.a (mgr.24293) 25941 : cluster 0 pgmap v19399: 33 pgs: 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:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:28 smithi022 bash[28554]: cluster 2023-12-07T20:37:27.641624+0000 mgr.a (mgr.24293) 25942 : cluster 0 pgmap v19400: 33 pgs: 33 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:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:28 smithi044 bash[32620]: cluster 2023-12-07T20:37:27.641624+0000 mgr.a (mgr.24293) 25942 : cluster 0 pgmap v19400: 33 pgs: 33 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:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:28 smithi027 bash[31536]: cluster 2023-12-07T20:37:27.641624+0000 mgr.a (mgr.24293) 25942 : cluster 0 pgmap v19400: 33 pgs: 33 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:30.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:30.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:30.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:30 smithi022 bash[28554]: cluster 2023-12-07T20:37:29.642190+0000 mgr.a (mgr.24293) 25943 : cluster 0 pgmap v19401: 33 pgs: 33 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:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:30 smithi044 bash[32620]: cluster 2023-12-07T20:37:29.642190+0000 mgr.a (mgr.24293) 25943 : cluster 0 pgmap v19401: 33 pgs: 33 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:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:30 smithi027 bash[31536]: cluster 2023-12-07T20:37:29.642190+0000 mgr.a (mgr.24293) 25943 : cluster 0 pgmap v19401: 33 pgs: 33 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:31.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:31.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:31.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:31.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:31.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:31 smithi022 bash[28554]: audit 2023-12-07T20:37:30.906336+0000 mgr.a (mgr.24293) 25944 : audit 0 from='client.508548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:31 smithi044 bash[32620]: audit 2023-12-07T20:37:30.906336+0000 mgr.a (mgr.24293) 25944 : audit 0 from='client.508548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:32.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:31 smithi027 bash[31536]: audit 2023-12-07T20:37:30.906336+0000 mgr.a (mgr.24293) 25944 : audit 0 from='client.508548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:32 smithi022 bash[28554]: cluster 2023-12-07T20:37:31.643074+0000 mgr.a (mgr.24293) 25945 : cluster 0 pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:32 smithi044 bash[32620]: cluster 2023-12-07T20:37:31.643074+0000 mgr.a (mgr.24293) 25945 : cluster 0 pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:32 smithi027 bash[31536]: cluster 2023-12-07T20:37:31.643074+0000 mgr.a (mgr.24293) 25945 : cluster 0 pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:34 smithi022 bash[28554]: cluster 2023-12-07T20:37:33.643616+0000 mgr.a (mgr.24293) 25946 : cluster 0 pgmap v19403: 33 pgs: 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:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:34 smithi044 bash[32620]: cluster 2023-12-07T20:37:33.643616+0000 mgr.a (mgr.24293) 25946 : cluster 0 pgmap v19403: 33 pgs: 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:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:34 smithi027 bash[31536]: cluster 2023-12-07T20:37:33.643616+0000 mgr.a (mgr.24293) 25946 : cluster 0 pgmap v19403: 33 pgs: 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:36.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:36.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:36.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:36 smithi022 bash[28554]: cluster 2023-12-07T20:37:35.644279+0000 mgr.a (mgr.24293) 25947 : cluster 0 pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:36 smithi044 bash[32620]: cluster 2023-12-07T20:37:35.644279+0000 mgr.a (mgr.24293) 25947 : cluster 0 pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:36 smithi027 bash[31536]: cluster 2023-12-07T20:37:35.644279+0000 mgr.a (mgr.24293) 25947 : cluster 0 pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:37.390 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:37.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:37.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:37.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:37.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:38.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:37 smithi022 bash[28554]: audit 2023-12-07T20:37:36.867520+0000 mgr.a (mgr.24293) 25948 : audit 0 from='client.508620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:37 smithi044 bash[32620]: audit 2023-12-07T20:37:36.867520+0000 mgr.a (mgr.24293) 25948 : audit 0 from='client.508620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:37 smithi027 bash[31536]: audit 2023-12-07T20:37:36.867520+0000 mgr.a (mgr.24293) 25948 : audit 0 from='client.508620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:38 smithi022 bash[28554]: cluster 2023-12-07T20:37:37.644952+0000 mgr.a (mgr.24293) 25949 : cluster 0 pgmap v19405: 33 pgs: 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:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:38 smithi044 bash[32620]: cluster 2023-12-07T20:37:37.644952+0000 mgr.a (mgr.24293) 25949 : cluster 0 pgmap v19405: 33 pgs: 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:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:38 smithi027 bash[31536]: cluster 2023-12-07T20:37:37.644952+0000 mgr.a (mgr.24293) 25949 : cluster 0 pgmap v19405: 33 pgs: 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:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:40 smithi022 bash[28554]: cluster 2023-12-07T20:37:39.645511+0000 mgr.a (mgr.24293) 25950 : cluster 0 pgmap v19406: 33 pgs: 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:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:40 smithi044 bash[32620]: cluster 2023-12-07T20:37:39.645511+0000 mgr.a (mgr.24293) 25950 : cluster 0 pgmap v19406: 33 pgs: 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:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:40 smithi027 bash[31536]: cluster 2023-12-07T20:37:39.645511+0000 mgr.a (mgr.24293) 25950 : cluster 0 pgmap v19406: 33 pgs: 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:42.392 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:42.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:42.393 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:42.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:42 smithi022 bash[28554]: cluster 2023-12-07T20:37:41.646287+0000 mgr.a (mgr.24293) 25951 : cluster 0 pgmap v19407: 33 pgs: 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:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:42 smithi044 bash[32620]: cluster 2023-12-07T20:37:41.646287+0000 mgr.a (mgr.24293) 25951 : cluster 0 pgmap v19407: 33 pgs: 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:42.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:42 smithi027 bash[31536]: cluster 2023-12-07T20:37:41.646287+0000 mgr.a (mgr.24293) 25951 : cluster 0 pgmap v19407: 33 pgs: 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:43.328 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:43.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:43.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:43.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:43.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:43.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:43 smithi022 bash[28554]: audit 2023-12-07T20:37:42.801629+0000 mgr.a (mgr.24293) 25952 : audit 0 from='client.508695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:43 smithi044 bash[32620]: audit 2023-12-07T20:37:42.801629+0000 mgr.a (mgr.24293) 25952 : audit 0 from='client.508695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:43 smithi027 bash[31536]: audit 2023-12-07T20:37:42.801629+0000 mgr.a (mgr.24293) 25952 : audit 0 from='client.508695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:44.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:44 smithi022 bash[28554]: cluster 2023-12-07T20:37:43.647087+0000 mgr.a (mgr.24293) 25953 : cluster 0 pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:44 smithi044 bash[32620]: cluster 2023-12-07T20:37:43.647087+0000 mgr.a (mgr.24293) 25953 : cluster 0 pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:44 smithi027 bash[31536]: cluster 2023-12-07T20:37:43.647087+0000 mgr.a (mgr.24293) 25953 : cluster 0 pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:46.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:46 smithi022 bash[28554]: cluster 2023-12-07T20:37:45.647962+0000 mgr.a (mgr.24293) 25954 : cluster 0 pgmap v19409: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:46 smithi044 bash[32620]: cluster 2023-12-07T20:37:45.647962+0000 mgr.a (mgr.24293) 25954 : cluster 0 pgmap v19409: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:46 smithi027 bash[31536]: cluster 2023-12-07T20:37:45.647962+0000 mgr.a (mgr.24293) 25954 : cluster 0 pgmap v19409: 33 pgs: 33 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:48.330 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:48.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:48.331 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:48.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:48 smithi022 bash[28554]: cluster 2023-12-07T20:37:47.648499+0000 mgr.a (mgr.24293) 25955 : cluster 0 pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:48.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:48 smithi044 bash[32620]: cluster 2023-12-07T20:37:47.648499+0000 mgr.a (mgr.24293) 25955 : cluster 0 pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:48.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:48 smithi027 bash[31536]: cluster 2023-12-07T20:37:47.648499+0000 mgr.a (mgr.24293) 25955 : cluster 0 pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:49.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:49.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:49.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:49.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:49.254 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:49.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:49 smithi022 bash[28554]: audit 2023-12-07T20:37:48.752105+0000 mgr.a (mgr.24293) 25956 : audit 0 from='client.508773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:49.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:49 smithi044 bash[32620]: audit 2023-12-07T20:37:48.752105+0000 mgr.a (mgr.24293) 25956 : audit 0 from='client.508773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:49 smithi027 bash[31536]: audit 2023-12-07T20:37:48.752105+0000 mgr.a (mgr.24293) 25956 : audit 0 from='client.508773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:50.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:50 smithi022 bash[28554]: cluster 2023-12-07T20:37:49.649160+0000 mgr.a (mgr.24293) 25957 : cluster 0 pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:50.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:50 smithi044 bash[32620]: cluster 2023-12-07T20:37:49.649160+0000 mgr.a (mgr.24293) 25957 : cluster 0 pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:50 smithi027 bash[31536]: cluster 2023-12-07T20:37:49.649160+0000 mgr.a (mgr.24293) 25957 : cluster 0 pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:52 smithi022 bash[28554]: cluster 2023-12-07T20:37:51.649830+0000 mgr.a (mgr.24293) 25958 : cluster 0 pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:52 smithi044 bash[32620]: cluster 2023-12-07T20:37:51.649830+0000 mgr.a (mgr.24293) 25958 : cluster 0 pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:52 smithi027 bash[31536]: cluster 2023-12-07T20:37:51.649830+0000 mgr.a (mgr.24293) 25958 : cluster 0 pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:54.255 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:37:54.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:54.256 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:54 smithi022 bash[28554]: cluster 2023-12-07T20:37:53.650355+0000 mgr.a (mgr.24293) 25959 : cluster 0 pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:54 smithi044 bash[32620]: cluster 2023-12-07T20:37:53.650355+0000 mgr.a (mgr.24293) 25959 : cluster 0 pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:55.179 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:37:55.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:55.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:55.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:55.180 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:37:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:54 smithi027 bash[31536]: cluster 2023-12-07T20:37:53.650355+0000 mgr.a (mgr.24293) 25959 : cluster 0 pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:55 smithi022 bash[28554]: audit 2023-12-07T20:37:54.672311+0000 mgr.a (mgr.24293) 25960 : audit 0 from='client.508845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:55 smithi044 bash[32620]: audit 2023-12-07T20:37:54.672311+0000 mgr.a (mgr.24293) 25960 : audit 0 from='client.508845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:55 smithi027 bash[31536]: audit 2023-12-07T20:37:54.672311+0000 mgr.a (mgr.24293) 25960 : audit 0 from='client.508845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:56 smithi022 bash[28554]: cluster 2023-12-07T20:37:55.651227+0000 mgr.a (mgr.24293) 25961 : cluster 0 pgmap v19414: 33 pgs: 33 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:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:56 smithi044 bash[32620]: cluster 2023-12-07T20:37:55.651227+0000 mgr.a (mgr.24293) 25961 : cluster 0 pgmap v19414: 33 pgs: 33 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:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:56 smithi027 bash[31536]: cluster 2023-12-07T20:37:55.651227+0000 mgr.a (mgr.24293) 25961 : cluster 0 pgmap v19414: 33 pgs: 33 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:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:37:58 smithi022 bash[28554]: cluster 2023-12-07T20:37:57.651798+0000 mgr.a (mgr.24293) 25962 : cluster 0 pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:37:58 smithi044 bash[32620]: cluster 2023-12-07T20:37:57.651798+0000 mgr.a (mgr.24293) 25962 : cluster 0 pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:37:58 smithi027 bash[31536]: cluster 2023-12-07T20:37:57.651798+0000 mgr.a (mgr.24293) 25962 : cluster 0 pgmap v19415: 33 pgs: 33 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.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:00.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:00.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:01.129 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:01.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:01.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:01.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:01.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:00 smithi022 bash[28554]: cluster 2023-12-07T20:37:59.652316+0000 mgr.a (mgr.24293) 25963 : cluster 0 pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:00 smithi044 bash[32620]: cluster 2023-12-07T20:37:59.652316+0000 mgr.a (mgr.24293) 25963 : cluster 0 pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:00 smithi027 bash[31536]: cluster 2023-12-07T20:37:59.652316+0000 mgr.a (mgr.24293) 25963 : cluster 0 pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:02.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:01 smithi022 bash[28554]: audit 2023-12-07T20:38:00.597009+0000 mgr.a (mgr.24293) 25964 : audit 0 from='client.508920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:01 smithi044 bash[32620]: audit 2023-12-07T20:38:00.597009+0000 mgr.a (mgr.24293) 25964 : audit 0 from='client.508920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:01 smithi027 bash[31536]: audit 2023-12-07T20:38:00.597009+0000 mgr.a (mgr.24293) 25964 : audit 0 from='client.508920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:02 smithi022 bash[28554]: cluster 2023-12-07T20:38:01.653214+0000 mgr.a (mgr.24293) 25965 : cluster 0 pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:02 smithi044 bash[32620]: cluster 2023-12-07T20:38:01.653214+0000 mgr.a (mgr.24293) 25965 : cluster 0 pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:02 smithi027 bash[31536]: cluster 2023-12-07T20:38:01.653214+0000 mgr.a (mgr.24293) 25965 : cluster 0 pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:04 smithi022 bash[28554]: cluster 2023-12-07T20:38:03.653930+0000 mgr.a (mgr.24293) 25966 : cluster 0 pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:04 smithi044 bash[32620]: cluster 2023-12-07T20:38:03.653930+0000 mgr.a (mgr.24293) 25966 : cluster 0 pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:04 smithi027 bash[31536]: cluster 2023-12-07T20:38:03.653930+0000 mgr.a (mgr.24293) 25966 : cluster 0 pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:06.133 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:06.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:06.134 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:07.080 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:07.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:07.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:07.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:07.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:06 smithi022 bash[28554]: cluster 2023-12-07T20:38:05.654706+0000 mgr.a (mgr.24293) 25967 : cluster 0 pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:06 smithi044 bash[32620]: cluster 2023-12-07T20:38:05.654706+0000 mgr.a (mgr.24293) 25967 : cluster 0 pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:06 smithi027 bash[31536]: cluster 2023-12-07T20:38:05.654706+0000 mgr.a (mgr.24293) 25967 : cluster 0 pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:07 smithi022 bash[28554]: audit 2023-12-07T20:38:06.548940+0000 mgr.a (mgr.24293) 25968 : audit 0 from='client.508992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:07 smithi044 bash[32620]: audit 2023-12-07T20:38:06.548940+0000 mgr.a (mgr.24293) 25968 : audit 0 from='client.508992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:07 smithi027 bash[31536]: audit 2023-12-07T20:38:06.548940+0000 mgr.a (mgr.24293) 25968 : audit 0 from='client.508992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:08 smithi022 bash[28554]: cluster 2023-12-07T20:38:07.655568+0000 mgr.a (mgr.24293) 25969 : cluster 0 pgmap v19420: 33 pgs: 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:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:08 smithi044 bash[32620]: cluster 2023-12-07T20:38:07.655568+0000 mgr.a (mgr.24293) 25969 : cluster 0 pgmap v19420: 33 pgs: 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:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:08 smithi027 bash[31536]: cluster 2023-12-07T20:38:07.655568+0000 mgr.a (mgr.24293) 25969 : cluster 0 pgmap v19420: 33 pgs: 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:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:10 smithi022 bash[28554]: cluster 2023-12-07T20:38:09.656148+0000 mgr.a (mgr.24293) 25970 : cluster 0 pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:10 smithi044 bash[32620]: cluster 2023-12-07T20:38:09.656148+0000 mgr.a (mgr.24293) 25970 : cluster 0 pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:10 smithi027 bash[31536]: cluster 2023-12-07T20:38:09.656148+0000 mgr.a (mgr.24293) 25970 : cluster 0 pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:12.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:12.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:12.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:12.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:12 smithi022 bash[28554]: cluster 2023-12-07T20:38:11.656767+0000 mgr.a (mgr.24293) 25971 : cluster 0 pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:12.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:12 smithi044 bash[32620]: cluster 2023-12-07T20:38:11.656767+0000 mgr.a (mgr.24293) 25971 : cluster 0 pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:12.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:12 smithi027 bash[31536]: cluster 2023-12-07T20:38:11.656767+0000 mgr.a (mgr.24293) 25971 : cluster 0 pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:13.055 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:13.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:13.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:13.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:13 smithi022 bash[28554]: audit 2023-12-07T20:38:12.513550+0000 mgr.a (mgr.24293) 25972 : audit 0 from='client.509064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:13.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:13 smithi044 bash[32620]: audit 2023-12-07T20:38:12.513550+0000 mgr.a (mgr.24293) 25972 : audit 0 from='client.509064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:13.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:13 smithi027 bash[31536]: audit 2023-12-07T20:38:12.513550+0000 mgr.a (mgr.24293) 25972 : audit 0 from='client.509064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:14.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:14 smithi022 bash[28554]: cluster 2023-12-07T20:38:13.657491+0000 mgr.a (mgr.24293) 25973 : cluster 0 pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:14.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:14 smithi044 bash[32620]: cluster 2023-12-07T20:38:13.657491+0000 mgr.a (mgr.24293) 25973 : cluster 0 pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:14.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:14 smithi027 bash[31536]: cluster 2023-12-07T20:38:13.657491+0000 mgr.a (mgr.24293) 25973 : cluster 0 pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:16.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:16 smithi022 bash[28554]: cluster 2023-12-07T20:38:15.658319+0000 mgr.a (mgr.24293) 25974 : cluster 0 pgmap v19424: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:16 smithi044 bash[32620]: cluster 2023-12-07T20:38:15.658319+0000 mgr.a (mgr.24293) 25974 : cluster 0 pgmap v19424: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:16 smithi027 bash[31536]: cluster 2023-12-07T20:38:15.658319+0000 mgr.a (mgr.24293) 25974 : cluster 0 pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:18.059 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:18.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:18.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:18 smithi022 bash[28554]: cluster 2023-12-07T20:38:17.658879+0000 mgr.a (mgr.24293) 25975 : cluster 0 pgmap v19425: 33 pgs: 33 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.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:18 smithi044 bash[32620]: cluster 2023-12-07T20:38:17.658879+0000 mgr.a (mgr.24293) 25975 : cluster 0 pgmap v19425: 33 pgs: 33 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.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:18 smithi027 bash[31536]: cluster 2023-12-07T20:38:17.658879+0000 mgr.a (mgr.24293) 25975 : cluster 0 pgmap v19425: 33 pgs: 33 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.995 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:18.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:18.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:18.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:18.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:19.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:19 smithi027 bash[31536]: audit 2023-12-07T20:38:18.470115+0000 mgr.a (mgr.24293) 25976 : audit 0 from='client.509142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:20.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:19 smithi022 bash[28554]: audit 2023-12-07T20:38:18.470115+0000 mgr.a (mgr.24293) 25976 : audit 0 from='client.509142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:20.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:19 smithi044 bash[32620]: audit 2023-12-07T20:38:18.470115+0000 mgr.a (mgr.24293) 25976 : audit 0 from='client.509142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:20.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:20 smithi027 bash[31536]: cluster 2023-12-07T20:38:19.659661+0000 mgr.a (mgr.24293) 25977 : cluster 0 pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:20 smithi022 bash[28554]: cluster 2023-12-07T20:38:19.659661+0000 mgr.a (mgr.24293) 25977 : cluster 0 pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:20 smithi044 bash[32620]: cluster 2023-12-07T20:38:19.659661+0000 mgr.a (mgr.24293) 25977 : cluster 0 pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:22.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:22 smithi022 bash[28554]: cluster 2023-12-07T20:38:21.660402+0000 mgr.a (mgr.24293) 25978 : cluster 0 pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:22.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:22 smithi044 bash[32620]: cluster 2023-12-07T20:38:21.660402+0000 mgr.a (mgr.24293) 25978 : cluster 0 pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:22 smithi027 bash[31536]: cluster 2023-12-07T20:38:21.660402+0000 mgr.a (mgr.24293) 25978 : cluster 0 pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:23.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:23.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:23.999 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:24.955 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:24.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:24.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:24.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:24.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:24 smithi022 bash[28554]: cluster 2023-12-07T20:38:23.660952+0000 mgr.a (mgr.24293) 25979 : cluster 0 pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:24 smithi044 bash[32620]: cluster 2023-12-07T20:38:23.660952+0000 mgr.a (mgr.24293) 25979 : cluster 0 pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:24 smithi027 bash[31536]: cluster 2023-12-07T20:38:23.660952+0000 mgr.a (mgr.24293) 25979 : cluster 0 pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:26.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:25 smithi022 bash[28554]: audit 2023-12-07T20:38:24.406885+0000 mgr.a (mgr.24293) 25980 : audit 0 from='client.509217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:26.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:25 smithi022 bash[28554]: audit 2023-12-07T20:38:25.701619+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:25 smithi044 bash[32620]: audit 2023-12-07T20:38:24.406885+0000 mgr.a (mgr.24293) 25980 : audit 0 from='client.509217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:26.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:25 smithi044 bash[32620]: audit 2023-12-07T20:38:25.701619+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:25 smithi027 bash[31536]: audit 2023-12-07T20:38:24.406885+0000 mgr.a (mgr.24293) 25980 : audit 0 from='client.509217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:26.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:25 smithi027 bash[31536]: audit 2023-12-07T20:38:25.701619+0000 mon.a (mon.0) 4023 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:26 smithi022 bash[28554]: cluster 2023-12-07T20:38:25.661896+0000 mgr.a (mgr.24293) 25981 : cluster 0 pgmap v19429: 33 pgs: 33 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:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:26 smithi022 bash[28554]: audit 2023-12-07T20:38:26.436389+0000 mon.a (mon.0) 4024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:26 smithi022 bash[28554]: audit 2023-12-07T20:38:26.438136+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:26 smithi022 bash[28554]: audit 2023-12-07T20:38:26.446881+0000 mon.a (mon.0) 4026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:38:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:26 smithi044 bash[32620]: cluster 2023-12-07T20:38:25.661896+0000 mgr.a (mgr.24293) 25981 : cluster 0 pgmap v19429: 33 pgs: 33 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:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:26 smithi044 bash[32620]: audit 2023-12-07T20:38:26.436389+0000 mon.a (mon.0) 4024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:26 smithi044 bash[32620]: audit 2023-12-07T20:38:26.438136+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:26 smithi044 bash[32620]: audit 2023-12-07T20:38:26.446881+0000 mon.a (mon.0) 4026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:38:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:26 smithi027 bash[31536]: cluster 2023-12-07T20:38:25.661896+0000 mgr.a (mgr.24293) 25981 : cluster 0 pgmap v19429: 33 pgs: 33 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:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:26 smithi027 bash[31536]: audit 2023-12-07T20:38:26.436389+0000 mon.a (mon.0) 4024 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:26 smithi027 bash[31536]: audit 2023-12-07T20:38:26.438136+0000 mon.a (mon.0) 4025 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:26 smithi027 bash[31536]: audit 2023-12-07T20:38:26.446881+0000 mon.a (mon.0) 4026 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:38:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:28 smithi022 bash[28554]: cluster 2023-12-07T20:38:27.662509+0000 mgr.a (mgr.24293) 25982 : cluster 0 pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:28 smithi044 bash[32620]: cluster 2023-12-07T20:38:27.662509+0000 mgr.a (mgr.24293) 25982 : cluster 0 pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:28 smithi027 bash[31536]: cluster 2023-12-07T20:38:27.662509+0000 mgr.a (mgr.24293) 25982 : cluster 0 pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:29.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:29.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:29.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:30.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:30.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:30.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:30.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:30.890 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:30 smithi022 bash[28554]: cluster 2023-12-07T20:38:29.663081+0000 mgr.a (mgr.24293) 25983 : cluster 0 pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:30 smithi044 bash[32620]: cluster 2023-12-07T20:38:29.663081+0000 mgr.a (mgr.24293) 25983 : cluster 0 pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:30 smithi027 bash[31536]: cluster 2023-12-07T20:38:29.663081+0000 mgr.a (mgr.24293) 25983 : cluster 0 pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:31 smithi022 bash[28554]: audit 2023-12-07T20:38:30.369385+0000 mgr.a (mgr.24293) 25984 : audit 0 from='client.509292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:31 smithi044 bash[32620]: audit 2023-12-07T20:38:30.369385+0000 mgr.a (mgr.24293) 25984 : audit 0 from='client.509292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:31 smithi027 bash[31536]: audit 2023-12-07T20:38:30.369385+0000 mgr.a (mgr.24293) 25984 : audit 0 from='client.509292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:32 smithi022 bash[28554]: cluster 2023-12-07T20:38:31.664021+0000 mgr.a (mgr.24293) 25985 : cluster 0 pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:32 smithi044 bash[32620]: cluster 2023-12-07T20:38:31.664021+0000 mgr.a (mgr.24293) 25985 : cluster 0 pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:32 smithi027 bash[31536]: cluster 2023-12-07T20:38:31.664021+0000 mgr.a (mgr.24293) 25985 : cluster 0 pgmap v19432: 33 pgs: 33 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:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:34 smithi022 bash[28554]: cluster 2023-12-07T20:38:33.664616+0000 mgr.a (mgr.24293) 25986 : cluster 0 pgmap v19433: 33 pgs: 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:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:34 smithi044 bash[32620]: cluster 2023-12-07T20:38:33.664616+0000 mgr.a (mgr.24293) 25986 : cluster 0 pgmap v19433: 33 pgs: 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:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:34 smithi027 bash[31536]: cluster 2023-12-07T20:38:33.664616+0000 mgr.a (mgr.24293) 25986 : cluster 0 pgmap v19433: 33 pgs: 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:35.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:35.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:35.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:36.836 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:36.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:36.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:36.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:36.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:36 smithi022 bash[28554]: cluster 2023-12-07T20:38:35.665372+0000 mgr.a (mgr.24293) 25987 : cluster 0 pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:36 smithi044 bash[32620]: cluster 2023-12-07T20:38:35.665372+0000 mgr.a (mgr.24293) 25987 : cluster 0 pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:36 smithi027 bash[31536]: cluster 2023-12-07T20:38:35.665372+0000 mgr.a (mgr.24293) 25987 : cluster 0 pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:38.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:37 smithi022 bash[28554]: audit 2023-12-07T20:38:36.308834+0000 mgr.a (mgr.24293) 25988 : audit 0 from='client.509367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:38.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:37 smithi044 bash[32620]: audit 2023-12-07T20:38:36.308834+0000 mgr.a (mgr.24293) 25988 : audit 0 from='client.509367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:38.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:37 smithi027 bash[31536]: audit 2023-12-07T20:38:36.308834+0000 mgr.a (mgr.24293) 25988 : audit 0 from='client.509367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:38 smithi022 bash[28554]: cluster 2023-12-07T20:38:37.666077+0000 mgr.a (mgr.24293) 25989 : cluster 0 pgmap v19435: 33 pgs: 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:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:38 smithi044 bash[32620]: cluster 2023-12-07T20:38:37.666077+0000 mgr.a (mgr.24293) 25989 : cluster 0 pgmap v19435: 33 pgs: 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:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:38 smithi027 bash[31536]: cluster 2023-12-07T20:38:37.666077+0000 mgr.a (mgr.24293) 25989 : cluster 0 pgmap v19435: 33 pgs: 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:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:40 smithi022 bash[28554]: cluster 2023-12-07T20:38:39.666652+0000 mgr.a (mgr.24293) 25990 : cluster 0 pgmap v19436: 33 pgs: 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:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:40 smithi044 bash[32620]: cluster 2023-12-07T20:38:39.666652+0000 mgr.a (mgr.24293) 25990 : cluster 0 pgmap v19436: 33 pgs: 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:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:40 smithi027 bash[31536]: cluster 2023-12-07T20:38:39.666652+0000 mgr.a (mgr.24293) 25990 : cluster 0 pgmap v19436: 33 pgs: 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:41.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:41.840 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:41.841 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:42.783 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:42.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:42.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:42.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:42.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:42.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:42 smithi022 bash[28554]: cluster 2023-12-07T20:38:41.667450+0000 mgr.a (mgr.24293) 25991 : cluster 0 pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:42.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:42 smithi044 bash[32620]: cluster 2023-12-07T20:38:41.667450+0000 mgr.a (mgr.24293) 25991 : cluster 0 pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:42 smithi027 bash[31536]: cluster 2023-12-07T20:38:41.667450+0000 mgr.a (mgr.24293) 25991 : cluster 0 pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:43.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:43 smithi022 bash[28554]: audit 2023-12-07T20:38:42.251690+0000 mgr.a (mgr.24293) 25992 : audit 0 from='client.509442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:43.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:43 smithi044 bash[32620]: audit 2023-12-07T20:38:42.251690+0000 mgr.a (mgr.24293) 25992 : audit 0 from='client.509442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:43.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:43 smithi027 bash[31536]: audit 2023-12-07T20:38:42.251690+0000 mgr.a (mgr.24293) 25992 : audit 0 from='client.509442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:44.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:44 smithi044 bash[32620]: cluster 2023-12-07T20:38:43.668387+0000 mgr.a (mgr.24293) 25993 : cluster 0 pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:44.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:44 smithi027 bash[31536]: cluster 2023-12-07T20:38:43.668387+0000 mgr.a (mgr.24293) 25993 : cluster 0 pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:44 smithi022 bash[28554]: cluster 2023-12-07T20:38:43.668387+0000 mgr.a (mgr.24293) 25993 : cluster 0 pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:46.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:46 smithi027 bash[31536]: cluster 2023-12-07T20:38:45.669321+0000 mgr.a (mgr.24293) 25994 : cluster 0 pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:46 smithi022 bash[28554]: cluster 2023-12-07T20:38:45.669321+0000 mgr.a (mgr.24293) 25994 : cluster 0 pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:46 smithi044 bash[32620]: cluster 2023-12-07T20:38:45.669321+0000 mgr.a (mgr.24293) 25994 : cluster 0 pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:47.786 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:47.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:47.787 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:48.726 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:48.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:48.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:48.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:48.727 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:48.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:48 smithi027 bash[31536]: cluster 2023-12-07T20:38:47.669875+0000 mgr.a (mgr.24293) 25995 : cluster 0 pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:48 smithi022 bash[28554]: cluster 2023-12-07T20:38:47.669875+0000 mgr.a (mgr.24293) 25995 : cluster 0 pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:48 smithi044 bash[32620]: cluster 2023-12-07T20:38:47.669875+0000 mgr.a (mgr.24293) 25995 : cluster 0 pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:49.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:49 smithi027 bash[31536]: audit 2023-12-07T20:38:48.202017+0000 mgr.a (mgr.24293) 25996 : audit 0 from='client.509520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:50.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:49 smithi022 bash[28554]: audit 2023-12-07T20:38:48.202017+0000 mgr.a (mgr.24293) 25996 : audit 0 from='client.509520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:50.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:49 smithi044 bash[32620]: audit 2023-12-07T20:38:48.202017+0000 mgr.a (mgr.24293) 25996 : audit 0 from='client.509520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:50.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:50 smithi027 bash[31536]: cluster 2023-12-07T20:38:49.670549+0000 mgr.a (mgr.24293) 25997 : cluster 0 pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:50 smithi022 bash[28554]: cluster 2023-12-07T20:38:49.670549+0000 mgr.a (mgr.24293) 25997 : cluster 0 pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:50 smithi044 bash[32620]: cluster 2023-12-07T20:38:49.670549+0000 mgr.a (mgr.24293) 25997 : cluster 0 pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:52.924 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:52 smithi022 bash[28554]: cluster 2023-12-07T20:38:51.671341+0000 mgr.a (mgr.24293) 25998 : cluster 0 pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:52.926 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:52 smithi044 bash[32620]: cluster 2023-12-07T20:38:51.671341+0000 mgr.a (mgr.24293) 25998 : cluster 0 pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:52.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:52 smithi027 bash[31536]: cluster 2023-12-07T20:38:51.671341+0000 mgr.a (mgr.24293) 25998 : cluster 0 pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:53.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:53.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:53.730 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:54.659 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:38:54.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:54.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:54.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:54.659 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:38:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:54 smithi022 bash[28554]: cluster 2023-12-07T20:38:53.671899+0000 mgr.a (mgr.24293) 25999 : cluster 0 pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:54 smithi044 bash[32620]: cluster 2023-12-07T20:38:53.671899+0000 mgr.a (mgr.24293) 25999 : cluster 0 pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:54 smithi027 bash[31536]: cluster 2023-12-07T20:38:53.671899+0000 mgr.a (mgr.24293) 25999 : cluster 0 pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:56.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:55 smithi022 bash[28554]: audit 2023-12-07T20:38:54.147404+0000 mgr.a (mgr.24293) 26000 : audit 0 from='client.509598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:56.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:55 smithi044 bash[32620]: audit 2023-12-07T20:38:54.147404+0000 mgr.a (mgr.24293) 26000 : audit 0 from='client.509598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:56.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:55 smithi027 bash[31536]: audit 2023-12-07T20:38:54.147404+0000 mgr.a (mgr.24293) 26000 : audit 0 from='client.509598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:56 smithi022 bash[28554]: cluster 2023-12-07T20:38:55.672868+0000 mgr.a (mgr.24293) 26001 : cluster 0 pgmap v19444: 33 pgs: 33 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:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:56 smithi044 bash[32620]: cluster 2023-12-07T20:38:55.672868+0000 mgr.a (mgr.24293) 26001 : cluster 0 pgmap v19444: 33 pgs: 33 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:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:56 smithi027 bash[31536]: cluster 2023-12-07T20:38:55.672868+0000 mgr.a (mgr.24293) 26001 : cluster 0 pgmap v19444: 33 pgs: 33 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:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:38:58 smithi022 bash[28554]: cluster 2023-12-07T20:38:57.673439+0000 mgr.a (mgr.24293) 26002 : cluster 0 pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:38:58 smithi044 bash[32620]: cluster 2023-12-07T20:38:57.673439+0000 mgr.a (mgr.24293) 26002 : cluster 0 pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:38:58 smithi027 bash[31536]: cluster 2023-12-07T20:38:57.673439+0000 mgr.a (mgr.24293) 26002 : cluster 0 pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:59.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:38:59.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:59.663 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:00.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:00.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:00.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:00.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:00.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:00 smithi022 bash[28554]: cluster 2023-12-07T20:38:59.673996+0000 mgr.a (mgr.24293) 26003 : cluster 0 pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:00 smithi044 bash[32620]: cluster 2023-12-07T20:38:59.673996+0000 mgr.a (mgr.24293) 26003 : cluster 0 pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:00 smithi027 bash[31536]: cluster 2023-12-07T20:38:59.673996+0000 mgr.a (mgr.24293) 26003 : cluster 0 pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:02.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:01 smithi022 bash[28554]: audit 2023-12-07T20:39:00.079632+0000 mgr.a (mgr.24293) 26004 : audit 0 from='client.509670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:02.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:01 smithi044 bash[32620]: audit 2023-12-07T20:39:00.079632+0000 mgr.a (mgr.24293) 26004 : audit 0 from='client.509670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:02.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:01 smithi027 bash[31536]: audit 2023-12-07T20:39:00.079632+0000 mgr.a (mgr.24293) 26004 : audit 0 from='client.509670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:02 smithi022 bash[28554]: cluster 2023-12-07T20:39:01.674818+0000 mgr.a (mgr.24293) 26005 : cluster 0 pgmap v19447: 33 pgs: 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:39:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:02 smithi044 bash[32620]: cluster 2023-12-07T20:39:01.674818+0000 mgr.a (mgr.24293) 26005 : cluster 0 pgmap v19447: 33 pgs: 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:39:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:02 smithi027 bash[31536]: cluster 2023-12-07T20:39:01.674818+0000 mgr.a (mgr.24293) 26005 : cluster 0 pgmap v19447: 33 pgs: 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:39:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:04 smithi022 bash[28554]: cluster 2023-12-07T20:39:03.675398+0000 mgr.a (mgr.24293) 26006 : cluster 0 pgmap v19448: 33 pgs: 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:39:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:04 smithi044 bash[32620]: cluster 2023-12-07T20:39:03.675398+0000 mgr.a (mgr.24293) 26006 : cluster 0 pgmap v19448: 33 pgs: 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:39:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:04 smithi027 bash[31536]: cluster 2023-12-07T20:39:03.675398+0000 mgr.a (mgr.24293) 26006 : cluster 0 pgmap v19448: 33 pgs: 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:39:05.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:05.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:05.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:06.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:06.510 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:06 smithi022 bash[28554]: cluster 2023-12-07T20:39:05.676190+0000 mgr.a (mgr.24293) 26007 : cluster 0 pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:06 smithi044 bash[32620]: cluster 2023-12-07T20:39:05.676190+0000 mgr.a (mgr.24293) 26007 : cluster 0 pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:06 smithi027 bash[31536]: cluster 2023-12-07T20:39:05.676190+0000 mgr.a (mgr.24293) 26007 : cluster 0 pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:08.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:07 smithi022 bash[28554]: audit 2023-12-07T20:39:05.984331+0000 mgr.a (mgr.24293) 26008 : audit 0 from='client.509748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:08.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:07 smithi044 bash[32620]: audit 2023-12-07T20:39:05.984331+0000 mgr.a (mgr.24293) 26008 : audit 0 from='client.509748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:08.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:07 smithi027 bash[31536]: audit 2023-12-07T20:39:05.984331+0000 mgr.a (mgr.24293) 26008 : audit 0 from='client.509748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:08 smithi022 bash[28554]: cluster 2023-12-07T20:39:07.676919+0000 mgr.a (mgr.24293) 26009 : cluster 0 pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:08 smithi044 bash[32620]: cluster 2023-12-07T20:39:07.676919+0000 mgr.a (mgr.24293) 26009 : cluster 0 pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:08 smithi027 bash[31536]: cluster 2023-12-07T20:39:07.676919+0000 mgr.a (mgr.24293) 26009 : cluster 0 pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:10 smithi022 bash[28554]: cluster 2023-12-07T20:39:09.677491+0000 mgr.a (mgr.24293) 26010 : cluster 0 pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:10 smithi044 bash[32620]: cluster 2023-12-07T20:39:09.677491+0000 mgr.a (mgr.24293) 26010 : cluster 0 pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:10 smithi027 bash[31536]: cluster 2023-12-07T20:39:09.677491+0000 mgr.a (mgr.24293) 26010 : cluster 0 pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:11.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:11.514 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:12.449 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:12.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:12.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:12.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:12.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:12 smithi027 bash[31536]: cluster 2023-12-07T20:39:11.678157+0000 mgr.a (mgr.24293) 26011 : cluster 0 pgmap v19452: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:12 smithi027 bash[31536]: audit 2023-12-07T20:39:11.924239+0000 mgr.a (mgr.24293) 26012 : audit 0 from='client.509826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:12 smithi022 bash[28554]: cluster 2023-12-07T20:39:11.678157+0000 mgr.a (mgr.24293) 26011 : cluster 0 pgmap v19452: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:12 smithi022 bash[28554]: audit 2023-12-07T20:39:11.924239+0000 mgr.a (mgr.24293) 26012 : audit 0 from='client.509826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:12 smithi044 bash[32620]: cluster 2023-12-07T20:39:11.678157+0000 mgr.a (mgr.24293) 26011 : cluster 0 pgmap v19452: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:12 smithi044 bash[32620]: audit 2023-12-07T20:39:11.924239+0000 mgr.a (mgr.24293) 26012 : audit 0 from='client.509826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:14 smithi022 bash[28554]: cluster 2023-12-07T20:39:13.678855+0000 mgr.a (mgr.24293) 26013 : cluster 0 pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:39:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:14 smithi044 bash[32620]: cluster 2023-12-07T20:39:13.678855+0000 mgr.a (mgr.24293) 26013 : cluster 0 pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:39:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:14 smithi027 bash[31536]: cluster 2023-12-07T20:39:13.678855+0000 mgr.a (mgr.24293) 26013 : cluster 0 pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:39:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:16 smithi022 bash[28554]: cluster 2023-12-07T20:39:15.679699+0000 mgr.a (mgr.24293) 26014 : cluster 0 pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:16 smithi044 bash[32620]: cluster 2023-12-07T20:39:15.679699+0000 mgr.a (mgr.24293) 26014 : cluster 0 pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:16 smithi027 bash[31536]: cluster 2023-12-07T20:39:15.679699+0000 mgr.a (mgr.24293) 26014 : cluster 0 pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:17.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:17.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:17.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:18.397 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:18.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:18.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:18.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:18.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:18 smithi022 bash[28554]: cluster 2023-12-07T20:39:17.680207+0000 mgr.a (mgr.24293) 26015 : cluster 0 pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:18 smithi022 bash[28554]: audit 2023-12-07T20:39:17.865898+0000 mgr.a (mgr.24293) 26016 : audit 0 from='client.509901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:18 smithi044 bash[32620]: cluster 2023-12-07T20:39:17.680207+0000 mgr.a (mgr.24293) 26015 : cluster 0 pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:18 smithi044 bash[32620]: audit 2023-12-07T20:39:17.865898+0000 mgr.a (mgr.24293) 26016 : audit 0 from='client.509901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:18 smithi027 bash[31536]: cluster 2023-12-07T20:39:17.680207+0000 mgr.a (mgr.24293) 26015 : cluster 0 pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:18 smithi027 bash[31536]: audit 2023-12-07T20:39:17.865898+0000 mgr.a (mgr.24293) 26016 : audit 0 from='client.509901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:20 smithi022 bash[28554]: cluster 2023-12-07T20:39:19.680901+0000 mgr.a (mgr.24293) 26017 : cluster 0 pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:20 smithi044 bash[32620]: cluster 2023-12-07T20:39:19.680901+0000 mgr.a (mgr.24293) 26017 : cluster 0 pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:20 smithi027 bash[31536]: cluster 2023-12-07T20:39:19.680901+0000 mgr.a (mgr.24293) 26017 : cluster 0 pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:22.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:22 smithi027 bash[31536]: cluster 2023-12-07T20:39:21.681713+0000 mgr.a (mgr.24293) 26018 : cluster 0 pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:22 smithi022 bash[28554]: cluster 2023-12-07T20:39:21.681713+0000 mgr.a (mgr.24293) 26018 : cluster 0 pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:22 smithi044 bash[32620]: cluster 2023-12-07T20:39:21.681713+0000 mgr.a (mgr.24293) 26018 : cluster 0 pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:23.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:23.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:23.402 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:24.361 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:24.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:24.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:24.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:24.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:24 smithi027 bash[31536]: cluster 2023-12-07T20:39:23.682215+0000 mgr.a (mgr.24293) 26019 : cluster 0 pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:24.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:24 smithi027 bash[31536]: audit 2023-12-07T20:39:23.821082+0000 mgr.a (mgr.24293) 26020 : audit 0 from='client.509979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:24 smithi022 bash[28554]: cluster 2023-12-07T20:39:23.682215+0000 mgr.a (mgr.24293) 26019 : cluster 0 pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:25.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:24 smithi022 bash[28554]: audit 2023-12-07T20:39:23.821082+0000 mgr.a (mgr.24293) 26020 : audit 0 from='client.509979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:24 smithi044 bash[32620]: cluster 2023-12-07T20:39:23.682215+0000 mgr.a (mgr.24293) 26019 : cluster 0 pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:25.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:24 smithi044 bash[32620]: audit 2023-12-07T20:39:23.821082+0000 mgr.a (mgr.24293) 26020 : audit 0 from='client.509979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:26 smithi027 bash[31536]: cluster 2023-12-07T20:39:25.683104+0000 mgr.a (mgr.24293) 26021 : cluster 0 pgmap v19459: 33 pgs: 33 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.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:26 smithi027 bash[31536]: audit 2023-12-07T20:39:26.551018+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:26 smithi022 bash[28554]: cluster 2023-12-07T20:39:25.683104+0000 mgr.a (mgr.24293) 26021 : cluster 0 pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:26 smithi022 bash[28554]: audit 2023-12-07T20:39:26.551018+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:26 smithi044 bash[32620]: cluster 2023-12-07T20:39:25.683104+0000 mgr.a (mgr.24293) 26021 : cluster 0 pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:26 smithi044 bash[32620]: audit 2023-12-07T20:39:26.551018+0000 mon.a (mon.0) 4027 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:27 smithi027 bash[31536]: audit 2023-12-07T20:39:27.342346+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:27 smithi027 bash[31536]: audit 2023-12-07T20:39:27.344317+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:27.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:27 smithi027 bash[31536]: audit 2023-12-07T20:39:27.354237+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:39:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:27 smithi022 bash[28554]: audit 2023-12-07T20:39:27.342346+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:27 smithi022 bash[28554]: audit 2023-12-07T20:39:27.344317+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:27 smithi022 bash[28554]: audit 2023-12-07T20:39:27.354237+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:39:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:27 smithi044 bash[32620]: audit 2023-12-07T20:39:27.342346+0000 mon.a (mon.0) 4028 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:27 smithi044 bash[32620]: audit 2023-12-07T20:39:27.344317+0000 mon.a (mon.0) 4029 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:27 smithi044 bash[32620]: audit 2023-12-07T20:39:27.354237+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:39:28.948 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:28 smithi027 bash[31536]: cluster 2023-12-07T20:39:27.683700+0000 mgr.a (mgr.24293) 26022 : cluster 0 pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:28 smithi022 bash[28554]: cluster 2023-12-07T20:39:27.683700+0000 mgr.a (mgr.24293) 26022 : cluster 0 pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:28 smithi044 bash[32620]: cluster 2023-12-07T20:39:27.683700+0000 mgr.a (mgr.24293) 26022 : cluster 0 pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.363 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:29.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:29.365 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:30.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:30.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:30.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:30.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:30.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:30 smithi022 bash[28554]: cluster 2023-12-07T20:39:29.684241+0000 mgr.a (mgr.24293) 26023 : cluster 0 pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:30 smithi022 bash[28554]: audit 2023-12-07T20:39:29.780322+0000 mgr.a (mgr.24293) 26024 : audit 0 from='client.510054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:30 smithi044 bash[32620]: cluster 2023-12-07T20:39:29.684241+0000 mgr.a (mgr.24293) 26023 : cluster 0 pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:30 smithi044 bash[32620]: audit 2023-12-07T20:39:29.780322+0000 mgr.a (mgr.24293) 26024 : audit 0 from='client.510054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:30 smithi027 bash[31536]: cluster 2023-12-07T20:39:29.684241+0000 mgr.a (mgr.24293) 26023 : cluster 0 pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:30 smithi027 bash[31536]: audit 2023-12-07T20:39:29.780322+0000 mgr.a (mgr.24293) 26024 : audit 0 from='client.510054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:32.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:32 smithi027 bash[31536]: cluster 2023-12-07T20:39:31.685269+0000 mgr.a (mgr.24293) 26025 : cluster 0 pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:32 smithi022 bash[28554]: cluster 2023-12-07T20:39:31.685269+0000 mgr.a (mgr.24293) 26025 : cluster 0 pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:32 smithi044 bash[32620]: cluster 2023-12-07T20:39:31.685269+0000 mgr.a (mgr.24293) 26025 : cluster 0 pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:34 smithi022 bash[28554]: cluster 2023-12-07T20:39:33.685832+0000 mgr.a (mgr.24293) 26026 : cluster 0 pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:34 smithi044 bash[32620]: cluster 2023-12-07T20:39:33.685832+0000 mgr.a (mgr.24293) 26026 : cluster 0 pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:34 smithi027 bash[31536]: cluster 2023-12-07T20:39:33.685832+0000 mgr.a (mgr.24293) 26026 : cluster 0 pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:35.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:35.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:35.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:36.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:36.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:36.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:36.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:36.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:36 smithi022 bash[28554]: cluster 2023-12-07T20:39:35.686583+0000 mgr.a (mgr.24293) 26027 : cluster 0 pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:36 smithi022 bash[28554]: audit 2023-12-07T20:39:35.720841+0000 mgr.a (mgr.24293) 26028 : audit 0 from='client.510132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:36 smithi044 bash[32620]: cluster 2023-12-07T20:39:35.686583+0000 mgr.a (mgr.24293) 26027 : cluster 0 pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:36 smithi044 bash[32620]: audit 2023-12-07T20:39:35.720841+0000 mgr.a (mgr.24293) 26028 : audit 0 from='client.510132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:36 smithi027 bash[31536]: cluster 2023-12-07T20:39:35.686583+0000 mgr.a (mgr.24293) 26027 : cluster 0 pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:36 smithi027 bash[31536]: audit 2023-12-07T20:39:35.720841+0000 mgr.a (mgr.24293) 26028 : audit 0 from='client.510132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:38 smithi022 bash[28554]: cluster 2023-12-07T20:39:37.687291+0000 mgr.a (mgr.24293) 26029 : cluster 0 pgmap v19465: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:38 smithi044 bash[32620]: cluster 2023-12-07T20:39:37.687291+0000 mgr.a (mgr.24293) 26029 : cluster 0 pgmap v19465: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:38 smithi027 bash[31536]: cluster 2023-12-07T20:39:37.687291+0000 mgr.a (mgr.24293) 26029 : cluster 0 pgmap v19465: 33 pgs: 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:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:40 smithi022 bash[28554]: cluster 2023-12-07T20:39:39.687882+0000 mgr.a (mgr.24293) 26030 : cluster 0 pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:40 smithi044 bash[32620]: cluster 2023-12-07T20:39:39.687882+0000 mgr.a (mgr.24293) 26030 : cluster 0 pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:40 smithi027 bash[31536]: cluster 2023-12-07T20:39:39.687882+0000 mgr.a (mgr.24293) 26030 : cluster 0 pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:41.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:41.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:41.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:42.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:42.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:42.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:42.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:42.199 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:42 smithi027 bash[31536]: audit 2023-12-07T20:39:41.650414+0000 mgr.a (mgr.24293) 26031 : audit 0 from='client.510207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:42.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:42 smithi027 bash[31536]: cluster 2023-12-07T20:39:41.688759+0000 mgr.a (mgr.24293) 26032 : cluster 0 pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:42 smithi022 bash[28554]: audit 2023-12-07T20:39:41.650414+0000 mgr.a (mgr.24293) 26031 : audit 0 from='client.510207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:42 smithi022 bash[28554]: cluster 2023-12-07T20:39:41.688759+0000 mgr.a (mgr.24293) 26032 : cluster 0 pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:42 smithi044 bash[32620]: audit 2023-12-07T20:39:41.650414+0000 mgr.a (mgr.24293) 26031 : audit 0 from='client.510207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:42 smithi044 bash[32620]: cluster 2023-12-07T20:39:41.688759+0000 mgr.a (mgr.24293) 26032 : cluster 0 pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:44 smithi022 bash[28554]: cluster 2023-12-07T20:39:43.689432+0000 mgr.a (mgr.24293) 26033 : cluster 0 pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:44 smithi044 bash[32620]: cluster 2023-12-07T20:39:43.689432+0000 mgr.a (mgr.24293) 26033 : cluster 0 pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:44 smithi027 bash[31536]: cluster 2023-12-07T20:39:43.689432+0000 mgr.a (mgr.24293) 26033 : cluster 0 pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:46 smithi022 bash[28554]: cluster 2023-12-07T20:39:45.690266+0000 mgr.a (mgr.24293) 26034 : cluster 0 pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:46 smithi044 bash[32620]: cluster 2023-12-07T20:39:45.690266+0000 mgr.a (mgr.24293) 26034 : cluster 0 pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:46 smithi027 bash[31536]: cluster 2023-12-07T20:39:45.690266+0000 mgr.a (mgr.24293) 26034 : cluster 0 pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:47.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:47.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:47.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:48.138 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:48.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:48.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:48.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:48.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:48 smithi022 bash[28554]: audit 2023-12-07T20:39:47.618140+0000 mgr.a (mgr.24293) 26035 : audit 0 from='client.510282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:48 smithi022 bash[28554]: cluster 2023-12-07T20:39:47.690720+0000 mgr.a (mgr.24293) 26036 : cluster 0 pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:48 smithi044 bash[32620]: audit 2023-12-07T20:39:47.618140+0000 mgr.a (mgr.24293) 26035 : audit 0 from='client.510282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:48 smithi044 bash[32620]: cluster 2023-12-07T20:39:47.690720+0000 mgr.a (mgr.24293) 26036 : cluster 0 pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:48 smithi027 bash[31536]: audit 2023-12-07T20:39:47.618140+0000 mgr.a (mgr.24293) 26035 : audit 0 from='client.510282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:48 smithi027 bash[31536]: cluster 2023-12-07T20:39:47.690720+0000 mgr.a (mgr.24293) 26036 : cluster 0 pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:50 smithi022 bash[28554]: cluster 2023-12-07T20:39:49.691589+0000 mgr.a (mgr.24293) 26037 : cluster 0 pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:50 smithi044 bash[32620]: cluster 2023-12-07T20:39:49.691589+0000 mgr.a (mgr.24293) 26037 : cluster 0 pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:50 smithi027 bash[31536]: cluster 2023-12-07T20:39:49.691589+0000 mgr.a (mgr.24293) 26037 : cluster 0 pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:52.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:52 smithi027 bash[31536]: cluster 2023-12-07T20:39:51.692198+0000 mgr.a (mgr.24293) 26038 : cluster 0 pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:53.141 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:53.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:53.142 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:52 smithi022 bash[28554]: cluster 2023-12-07T20:39:51.692198+0000 mgr.a (mgr.24293) 26038 : cluster 0 pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:52 smithi044 bash[32620]: cluster 2023-12-07T20:39:51.692198+0000 mgr.a (mgr.24293) 26038 : cluster 0 pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:54.088 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:39:54.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:54.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:54.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:54.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:39:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:54 smithi022 bash[28554]: audit 2023-12-07T20:39:53.557748+0000 mgr.a (mgr.24293) 26039 : audit 0 from='client.510357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:54 smithi022 bash[28554]: cluster 2023-12-07T20:39:53.693020+0000 mgr.a (mgr.24293) 26040 : cluster 0 pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:54 smithi044 bash[32620]: audit 2023-12-07T20:39:53.557748+0000 mgr.a (mgr.24293) 26039 : audit 0 from='client.510357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:54 smithi044 bash[32620]: cluster 2023-12-07T20:39:53.693020+0000 mgr.a (mgr.24293) 26040 : cluster 0 pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:54 smithi027 bash[31536]: audit 2023-12-07T20:39:53.557748+0000 mgr.a (mgr.24293) 26039 : audit 0 from='client.510357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:54 smithi027 bash[31536]: cluster 2023-12-07T20:39:53.693020+0000 mgr.a (mgr.24293) 26040 : cluster 0 pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:56 smithi022 bash[28554]: cluster 2023-12-07T20:39:55.693977+0000 mgr.a (mgr.24293) 26041 : cluster 0 pgmap v19474: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:56 smithi044 bash[32620]: cluster 2023-12-07T20:39:55.693977+0000 mgr.a (mgr.24293) 26041 : cluster 0 pgmap v19474: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:56 smithi027 bash[31536]: cluster 2023-12-07T20:39:55.693977+0000 mgr.a (mgr.24293) 26041 : cluster 0 pgmap v19474: 33 pgs: 33 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:59.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:39:59.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:59.092 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:39:58 smithi022 bash[28554]: cluster 2023-12-07T20:39:57.694545+0000 mgr.a (mgr.24293) 26042 : cluster 0 pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:39:58 smithi044 bash[32620]: cluster 2023-12-07T20:39:57.694545+0000 mgr.a (mgr.24293) 26042 : cluster 0 pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:39:58 smithi027 bash[31536]: cluster 2023-12-07T20:39:57.694545+0000 mgr.a (mgr.24293) 26042 : cluster 0 pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:00.029 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:00.029 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:00.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:00 smithi022 bash[28554]: audit 2023-12-07T20:39:59.504986+0000 mgr.a (mgr.24293) 26043 : audit 0 from='client.510435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:00 smithi022 bash[28554]: cluster 2023-12-07T20:39:59.695404+0000 mgr.a (mgr.24293) 26044 : cluster 0 pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:01.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:00 smithi022 bash[28554]: cluster 2023-12-07T20:40:00.000108+0000 mon.a (mon.0) 4031 : cluster 1 overall HEALTH_OK 2023-12-07T20:40:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:00 smithi044 bash[32620]: audit 2023-12-07T20:39:59.504986+0000 mgr.a (mgr.24293) 26043 : audit 0 from='client.510435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:00 smithi044 bash[32620]: cluster 2023-12-07T20:39:59.695404+0000 mgr.a (mgr.24293) 26044 : cluster 0 pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:00 smithi044 bash[32620]: cluster 2023-12-07T20:40:00.000108+0000 mon.a (mon.0) 4031 : cluster 1 overall HEALTH_OK 2023-12-07T20:40:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:00 smithi027 bash[31536]: audit 2023-12-07T20:39:59.504986+0000 mgr.a (mgr.24293) 26043 : audit 0 from='client.510435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:00 smithi027 bash[31536]: cluster 2023-12-07T20:39:59.695404+0000 mgr.a (mgr.24293) 26044 : cluster 0 pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:00 smithi027 bash[31536]: cluster 2023-12-07T20:40:00.000108+0000 mon.a (mon.0) 4031 : cluster 1 overall HEALTH_OK 2023-12-07T20:40:02.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:02 smithi027 bash[31536]: cluster 2023-12-07T20:40:01.696315+0000 mgr.a (mgr.24293) 26045 : cluster 0 pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:02 smithi022 bash[28554]: cluster 2023-12-07T20:40:01.696315+0000 mgr.a (mgr.24293) 26045 : cluster 0 pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:02 smithi044 bash[32620]: cluster 2023-12-07T20:40:01.696315+0000 mgr.a (mgr.24293) 26045 : cluster 0 pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:05.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:05.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:05.033 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:04 smithi022 bash[28554]: cluster 2023-12-07T20:40:03.696867+0000 mgr.a (mgr.24293) 26046 : cluster 0 pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:04 smithi044 bash[32620]: cluster 2023-12-07T20:40:03.696867+0000 mgr.a (mgr.24293) 26046 : cluster 0 pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:04 smithi027 bash[31536]: cluster 2023-12-07T20:40:03.696867+0000 mgr.a (mgr.24293) 26046 : cluster 0 pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:05.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:05.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:05.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:05.949 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:06 smithi022 bash[28554]: audit 2023-12-07T20:40:05.444649+0000 mgr.a (mgr.24293) 26047 : audit 0 from='client.510513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:06 smithi022 bash[28554]: cluster 2023-12-07T20:40:05.709987+0000 mgr.a (mgr.24293) 26048 : cluster 0 pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:06 smithi044 bash[32620]: audit 2023-12-07T20:40:05.444649+0000 mgr.a (mgr.24293) 26047 : audit 0 from='client.510513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:06 smithi044 bash[32620]: cluster 2023-12-07T20:40:05.709987+0000 mgr.a (mgr.24293) 26048 : cluster 0 pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:06 smithi027 bash[31536]: audit 2023-12-07T20:40:05.444649+0000 mgr.a (mgr.24293) 26047 : audit 0 from='client.510513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:07.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:06 smithi027 bash[31536]: cluster 2023-12-07T20:40:05.709987+0000 mgr.a (mgr.24293) 26048 : cluster 0 pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:08 smithi022 bash[28554]: cluster 2023-12-07T20:40:07.710850+0000 mgr.a (mgr.24293) 26049 : cluster 0 pgmap v19480: 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:40:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:08 smithi044 bash[32620]: cluster 2023-12-07T20:40:07.710850+0000 mgr.a (mgr.24293) 26049 : cluster 0 pgmap v19480: 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:40:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:08 smithi027 bash[31536]: cluster 2023-12-07T20:40:07.710850+0000 mgr.a (mgr.24293) 26049 : cluster 0 pgmap v19480: 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:40:10.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:10.952 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:10.953 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:10 smithi022 bash[28554]: cluster 2023-12-07T20:40:09.711441+0000 mgr.a (mgr.24293) 26050 : cluster 0 pgmap v19481: 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:40:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:10 smithi044 bash[32620]: cluster 2023-12-07T20:40:09.711441+0000 mgr.a (mgr.24293) 26050 : cluster 0 pgmap v19481: 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:40:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:10 smithi027 bash[31536]: cluster 2023-12-07T20:40:09.711441+0000 mgr.a (mgr.24293) 26050 : cluster 0 pgmap v19481: 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:40:11.902 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:11.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:11.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:11.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:11.902 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:12 smithi027 bash[31536]: audit 2023-12-07T20:40:11.374291+0000 mgr.a (mgr.24293) 26051 : audit 0 from='client.510591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:12.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:12 smithi027 bash[31536]: cluster 2023-12-07T20:40:11.712386+0000 mgr.a (mgr.24293) 26052 : cluster 0 pgmap v19482: 33 pgs: 33 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:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:12 smithi022 bash[28554]: audit 2023-12-07T20:40:11.374291+0000 mgr.a (mgr.24293) 26051 : audit 0 from='client.510591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:13.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:12 smithi022 bash[28554]: cluster 2023-12-07T20:40:11.712386+0000 mgr.a (mgr.24293) 26052 : cluster 0 pgmap v19482: 33 pgs: 33 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:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:12 smithi044 bash[32620]: audit 2023-12-07T20:40:11.374291+0000 mgr.a (mgr.24293) 26051 : audit 0 from='client.510591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:12 smithi044 bash[32620]: cluster 2023-12-07T20:40:11.712386+0000 mgr.a (mgr.24293) 26052 : cluster 0 pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:14 smithi022 bash[28554]: cluster 2023-12-07T20:40:13.713063+0000 mgr.a (mgr.24293) 26053 : cluster 0 pgmap v19483: 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:40:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:14 smithi044 bash[32620]: cluster 2023-12-07T20:40:13.713063+0000 mgr.a (mgr.24293) 26053 : cluster 0 pgmap v19483: 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:40:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:14 smithi027 bash[31536]: cluster 2023-12-07T20:40:13.713063+0000 mgr.a (mgr.24293) 26053 : cluster 0 pgmap v19483: 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:40:16.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:16.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:16.906 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:16 smithi022 bash[28554]: cluster 2023-12-07T20:40:15.713900+0000 mgr.a (mgr.24293) 26054 : cluster 0 pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:16 smithi044 bash[32620]: cluster 2023-12-07T20:40:15.713900+0000 mgr.a (mgr.24293) 26054 : cluster 0 pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:16 smithi027 bash[31536]: cluster 2023-12-07T20:40:15.713900+0000 mgr.a (mgr.24293) 26054 : cluster 0 pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:17.830 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:17.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:17.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:17.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:17.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:18 smithi022 bash[28554]: audit 2023-12-07T20:40:17.316117+0000 mgr.a (mgr.24293) 26055 : audit 0 from='client.510669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:18 smithi022 bash[28554]: cluster 2023-12-07T20:40:17.714709+0000 mgr.a (mgr.24293) 26056 : cluster 0 pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:18 smithi044 bash[32620]: audit 2023-12-07T20:40:17.316117+0000 mgr.a (mgr.24293) 26055 : audit 0 from='client.510669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:18 smithi044 bash[32620]: cluster 2023-12-07T20:40:17.714709+0000 mgr.a (mgr.24293) 26056 : cluster 0 pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:18 smithi027 bash[31536]: audit 2023-12-07T20:40:17.316117+0000 mgr.a (mgr.24293) 26055 : audit 0 from='client.510669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:18 smithi027 bash[31536]: cluster 2023-12-07T20:40:17.714709+0000 mgr.a (mgr.24293) 26056 : cluster 0 pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:20 smithi022 bash[28554]: cluster 2023-12-07T20:40:19.715287+0000 mgr.a (mgr.24293) 26057 : cluster 0 pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:20 smithi044 bash[32620]: cluster 2023-12-07T20:40:19.715287+0000 mgr.a (mgr.24293) 26057 : cluster 0 pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:20 smithi027 bash[31536]: cluster 2023-12-07T20:40:19.715287+0000 mgr.a (mgr.24293) 26057 : cluster 0 pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:22.832 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:22.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:22.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:22 smithi022 bash[28554]: cluster 2023-12-07T20:40:21.716110+0000 mgr.a (mgr.24293) 26058 : cluster 0 pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:22 smithi044 bash[32620]: cluster 2023-12-07T20:40:21.716110+0000 mgr.a (mgr.24293) 26058 : cluster 0 pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:22 smithi027 bash[31536]: cluster 2023-12-07T20:40:21.716110+0000 mgr.a (mgr.24293) 26058 : cluster 0 pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:23.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:23.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:25.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:24 smithi022 bash[28554]: audit 2023-12-07T20:40:23.239680+0000 mgr.a (mgr.24293) 26059 : audit 0 from='client.510741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:24 smithi022 bash[28554]: cluster 2023-12-07T20:40:23.716654+0000 mgr.a (mgr.24293) 26060 : cluster 0 pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:24 smithi044 bash[32620]: audit 2023-12-07T20:40:23.239680+0000 mgr.a (mgr.24293) 26059 : audit 0 from='client.510741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:24 smithi044 bash[32620]: cluster 2023-12-07T20:40:23.716654+0000 mgr.a (mgr.24293) 26060 : cluster 0 pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:24 smithi027 bash[31536]: audit 2023-12-07T20:40:23.239680+0000 mgr.a (mgr.24293) 26059 : audit 0 from='client.510741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:24 smithi027 bash[31536]: cluster 2023-12-07T20:40:23.716654+0000 mgr.a (mgr.24293) 26060 : cluster 0 pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:26 smithi022 bash[28554]: cluster 2023-12-07T20:40:25.717588+0000 mgr.a (mgr.24293) 26061 : cluster 0 pgmap v19489: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:26 smithi044 bash[32620]: cluster 2023-12-07T20:40:25.717588+0000 mgr.a (mgr.24293) 26061 : cluster 0 pgmap v19489: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:26 smithi027 bash[31536]: cluster 2023-12-07T20:40:25.717588+0000 mgr.a (mgr.24293) 26061 : cluster 0 pgmap v19489: 33 pgs: 33 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:28.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:27 smithi022 bash[28554]: audit 2023-12-07T20:40:27.457908+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:27 smithi044 bash[32620]: audit 2023-12-07T20:40:27.457908+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:27 smithi027 bash[31536]: audit 2023-12-07T20:40:27.457908+0000 mon.a (mon.0) 4032 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:28.760 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:28.761 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:28 smithi022 bash[28554]: cluster 2023-12-07T20:40:27.718161+0000 mgr.a (mgr.24293) 26062 : cluster 0 pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:28 smithi022 bash[28554]: audit 2023-12-07T20:40:28.246629+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:28 smithi022 bash[28554]: audit 2023-12-07T20:40:28.248569+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:28 smithi022 bash[28554]: audit 2023-12-07T20:40:28.258066+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:40:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:28 smithi044 bash[32620]: cluster 2023-12-07T20:40:27.718161+0000 mgr.a (mgr.24293) 26062 : cluster 0 pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:28 smithi044 bash[32620]: audit 2023-12-07T20:40:28.246629+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:28 smithi044 bash[32620]: audit 2023-12-07T20:40:28.248569+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:28 smithi044 bash[32620]: audit 2023-12-07T20:40:28.258066+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:40:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:28 smithi027 bash[31536]: cluster 2023-12-07T20:40:27.718161+0000 mgr.a (mgr.24293) 26062 : cluster 0 pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:28 smithi027 bash[31536]: audit 2023-12-07T20:40:28.246629+0000 mon.a (mon.0) 4033 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:28 smithi027 bash[31536]: audit 2023-12-07T20:40:28.248569+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:28 smithi027 bash[31536]: audit 2023-12-07T20:40:28.258066+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:40:29.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:29.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:29.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:29.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:29.706 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:31.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:30 smithi022 bash[28554]: audit 2023-12-07T20:40:29.179083+0000 mgr.a (mgr.24293) 26063 : audit 0 from='client.510819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:30 smithi022 bash[28554]: cluster 2023-12-07T20:40:29.718883+0000 mgr.a (mgr.24293) 26064 : cluster 0 pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:30 smithi044 bash[32620]: audit 2023-12-07T20:40:29.179083+0000 mgr.a (mgr.24293) 26063 : audit 0 from='client.510819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:30 smithi044 bash[32620]: cluster 2023-12-07T20:40:29.718883+0000 mgr.a (mgr.24293) 26064 : cluster 0 pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:30 smithi027 bash[31536]: audit 2023-12-07T20:40:29.179083+0000 mgr.a (mgr.24293) 26063 : audit 0 from='client.510819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:30 smithi027 bash[31536]: cluster 2023-12-07T20:40:29.718883+0000 mgr.a (mgr.24293) 26064 : cluster 0 pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:32 smithi022 bash[28554]: cluster 2023-12-07T20:40:31.719881+0000 mgr.a (mgr.24293) 26065 : cluster 0 pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:32 smithi044 bash[32620]: cluster 2023-12-07T20:40:31.719881+0000 mgr.a (mgr.24293) 26065 : cluster 0 pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:32 smithi027 bash[31536]: cluster 2023-12-07T20:40:31.719881+0000 mgr.a (mgr.24293) 26065 : cluster 0 pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:34.709 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:34.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:34.710 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:34 smithi022 bash[28554]: cluster 2023-12-07T20:40:33.720307+0000 mgr.a (mgr.24293) 26066 : cluster 0 pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:34 smithi044 bash[32620]: cluster 2023-12-07T20:40:33.720307+0000 mgr.a (mgr.24293) 26066 : cluster 0 pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:34 smithi027 bash[31536]: cluster 2023-12-07T20:40:33.720307+0000 mgr.a (mgr.24293) 26066 : cluster 0 pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:35.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:35.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:35.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:35.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:35.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:36 smithi022 bash[28554]: audit 2023-12-07T20:40:35.123477+0000 mgr.a (mgr.24293) 26067 : audit 0 from='client.510897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:36 smithi022 bash[28554]: cluster 2023-12-07T20:40:35.721281+0000 mgr.a (mgr.24293) 26068 : cluster 0 pgmap v19494: 33 pgs: 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:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:36 smithi044 bash[32620]: audit 2023-12-07T20:40:35.123477+0000 mgr.a (mgr.24293) 26067 : audit 0 from='client.510897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:36 smithi044 bash[32620]: cluster 2023-12-07T20:40:35.721281+0000 mgr.a (mgr.24293) 26068 : cluster 0 pgmap v19494: 33 pgs: 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:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:36 smithi027 bash[31536]: audit 2023-12-07T20:40:35.123477+0000 mgr.a (mgr.24293) 26067 : audit 0 from='client.510897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:36 smithi027 bash[31536]: cluster 2023-12-07T20:40:35.721281+0000 mgr.a (mgr.24293) 26068 : cluster 0 pgmap v19494: 33 pgs: 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:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:38 smithi022 bash[28554]: cluster 2023-12-07T20:40:37.721876+0000 mgr.a (mgr.24293) 26069 : cluster 0 pgmap v19495: 33 pgs: 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:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:38 smithi044 bash[32620]: cluster 2023-12-07T20:40:37.721876+0000 mgr.a (mgr.24293) 26069 : cluster 0 pgmap v19495: 33 pgs: 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:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:38 smithi027 bash[31536]: cluster 2023-12-07T20:40:37.721876+0000 mgr.a (mgr.24293) 26069 : cluster 0 pgmap v19495: 33 pgs: 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:40.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:40.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:40.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:40 smithi022 bash[28554]: cluster 2023-12-07T20:40:39.722455+0000 mgr.a (mgr.24293) 26070 : cluster 0 pgmap v19496: 33 pgs: 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:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:40 smithi044 bash[32620]: cluster 2023-12-07T20:40:39.722455+0000 mgr.a (mgr.24293) 26070 : cluster 0 pgmap v19496: 33 pgs: 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:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:40 smithi027 bash[31536]: cluster 2023-12-07T20:40:39.722455+0000 mgr.a (mgr.24293) 26070 : cluster 0 pgmap v19496: 33 pgs: 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:41.587 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:41.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:41.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:41.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:41.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:42 smithi022 bash[28554]: audit 2023-12-07T20:40:41.069810+0000 mgr.a (mgr.24293) 26071 : audit 0 from='client.510975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:43.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:42 smithi022 bash[28554]: cluster 2023-12-07T20:40:41.723366+0000 mgr.a (mgr.24293) 26072 : cluster 0 pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:42 smithi044 bash[32620]: audit 2023-12-07T20:40:41.069810+0000 mgr.a (mgr.24293) 26071 : audit 0 from='client.510975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:42 smithi044 bash[32620]: cluster 2023-12-07T20:40:41.723366+0000 mgr.a (mgr.24293) 26072 : cluster 0 pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:42 smithi027 bash[31536]: audit 2023-12-07T20:40:41.069810+0000 mgr.a (mgr.24293) 26071 : audit 0 from='client.510975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:42 smithi027 bash[31536]: cluster 2023-12-07T20:40:41.723366+0000 mgr.a (mgr.24293) 26072 : cluster 0 pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:44 smithi022 bash[28554]: cluster 2023-12-07T20:40:43.723985+0000 mgr.a (mgr.24293) 26073 : cluster 0 pgmap v19498: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:44 smithi044 bash[32620]: cluster 2023-12-07T20:40:43.723985+0000 mgr.a (mgr.24293) 26073 : cluster 0 pgmap v19498: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:44 smithi027 bash[31536]: cluster 2023-12-07T20:40:43.723985+0000 mgr.a (mgr.24293) 26073 : cluster 0 pgmap v19498: 33 pgs: 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:46.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:46.589 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:46.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:46 smithi022 bash[28554]: cluster 2023-12-07T20:40:45.724744+0000 mgr.a (mgr.24293) 26074 : cluster 0 pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:46 smithi044 bash[32620]: cluster 2023-12-07T20:40:45.724744+0000 mgr.a (mgr.24293) 26074 : cluster 0 pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:46 smithi027 bash[31536]: cluster 2023-12-07T20:40:45.724744+0000 mgr.a (mgr.24293) 26074 : cluster 0 pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:47.521 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:47.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:47.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:47.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:47.522 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:48 smithi022 bash[28554]: audit 2023-12-07T20:40:46.997722+0000 mgr.a (mgr.24293) 26075 : audit 0 from='client.511047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:49.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:48 smithi022 bash[28554]: cluster 2023-12-07T20:40:47.725398+0000 mgr.a (mgr.24293) 26076 : cluster 0 pgmap v19500: 33 pgs: 33 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:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:48 smithi044 bash[32620]: audit 2023-12-07T20:40:46.997722+0000 mgr.a (mgr.24293) 26075 : audit 0 from='client.511047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:48 smithi044 bash[32620]: cluster 2023-12-07T20:40:47.725398+0000 mgr.a (mgr.24293) 26076 : cluster 0 pgmap v19500: 33 pgs: 33 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:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:48 smithi027 bash[31536]: audit 2023-12-07T20:40:46.997722+0000 mgr.a (mgr.24293) 26075 : audit 0 from='client.511047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:48 smithi027 bash[31536]: cluster 2023-12-07T20:40:47.725398+0000 mgr.a (mgr.24293) 26076 : cluster 0 pgmap v19500: 33 pgs: 33 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:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:50 smithi022 bash[28554]: cluster 2023-12-07T20:40:49.725809+0000 mgr.a (mgr.24293) 26077 : cluster 0 pgmap v19501: 33 pgs: 33 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:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:50 smithi044 bash[32620]: cluster 2023-12-07T20:40:49.725809+0000 mgr.a (mgr.24293) 26077 : cluster 0 pgmap v19501: 33 pgs: 33 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:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:50 smithi027 bash[31536]: cluster 2023-12-07T20:40:49.725809+0000 mgr.a (mgr.24293) 26077 : cluster 0 pgmap v19501: 33 pgs: 33 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:52.525 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:52.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:52.526 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:52 smithi022 bash[28554]: cluster 2023-12-07T20:40:51.726600+0000 mgr.a (mgr.24293) 26078 : cluster 0 pgmap v19502: 33 pgs: 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:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:52 smithi044 bash[32620]: cluster 2023-12-07T20:40:51.726600+0000 mgr.a (mgr.24293) 26078 : cluster 0 pgmap v19502: 33 pgs: 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:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:52 smithi027 bash[31536]: cluster 2023-12-07T20:40:51.726600+0000 mgr.a (mgr.24293) 26078 : cluster 0 pgmap v19502: 33 pgs: 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:53.501 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:53.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:53.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:53.501 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:53.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:40:54.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:53 smithi022 bash[28554]: audit 2023-12-07T20:40:52.945851+0000 mgr.a (mgr.24293) 26079 : audit 0 from='client.511125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:53 smithi044 bash[32620]: audit 2023-12-07T20:40:52.945851+0000 mgr.a (mgr.24293) 26079 : audit 0 from='client.511125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:53 smithi027 bash[31536]: audit 2023-12-07T20:40:52.945851+0000 mgr.a (mgr.24293) 26079 : audit 0 from='client.511125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:54 smithi022 bash[28554]: cluster 2023-12-07T20:40:53.727437+0000 mgr.a (mgr.24293) 26080 : cluster 0 pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:54 smithi044 bash[32620]: cluster 2023-12-07T20:40:53.727437+0000 mgr.a (mgr.24293) 26080 : cluster 0 pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:54 smithi027 bash[31536]: cluster 2023-12-07T20:40:53.727437+0000 mgr.a (mgr.24293) 26080 : cluster 0 pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:56 smithi022 bash[28554]: cluster 2023-12-07T20:40:55.728219+0000 mgr.a (mgr.24293) 26081 : cluster 0 pgmap v19504: 33 pgs: 33 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:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:56 smithi044 bash[32620]: cluster 2023-12-07T20:40:55.728219+0000 mgr.a (mgr.24293) 26081 : cluster 0 pgmap v19504: 33 pgs: 33 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:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:56 smithi027 bash[31536]: cluster 2023-12-07T20:40:55.728219+0000 mgr.a (mgr.24293) 26081 : cluster 0 pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:58.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:40:58.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:58.505 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:58 smithi022 bash[28554]: cluster 2023-12-07T20:40:57.728627+0000 mgr.a (mgr.24293) 26082 : cluster 0 pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:58 smithi044 bash[32620]: cluster 2023-12-07T20:40:57.728627+0000 mgr.a (mgr.24293) 26082 : cluster 0 pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:58 smithi027 bash[31536]: cluster 2023-12-07T20:40:57.728627+0000 mgr.a (mgr.24293) 26082 : cluster 0 pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:59.453 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:40:59.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:59.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:59.453 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:59.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:00.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:40:59 smithi022 bash[28554]: audit 2023-12-07T20:40:58.922571+0000 mgr.a (mgr.24293) 26083 : audit 0 from='client.511200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:40:59 smithi044 bash[32620]: audit 2023-12-07T20:40:58.922571+0000 mgr.a (mgr.24293) 26083 : audit 0 from='client.511200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:40:59 smithi027 bash[31536]: audit 2023-12-07T20:40:58.922571+0000 mgr.a (mgr.24293) 26083 : audit 0 from='client.511200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:00 smithi022 bash[28554]: cluster 2023-12-07T20:40:59.729344+0000 mgr.a (mgr.24293) 26084 : cluster 0 pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:00 smithi044 bash[32620]: cluster 2023-12-07T20:40:59.729344+0000 mgr.a (mgr.24293) 26084 : cluster 0 pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:00 smithi027 bash[31536]: cluster 2023-12-07T20:40:59.729344+0000 mgr.a (mgr.24293) 26084 : cluster 0 pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:02 smithi022 bash[28554]: cluster 2023-12-07T20:41:01.730181+0000 mgr.a (mgr.24293) 26085 : cluster 0 pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:02 smithi044 bash[32620]: cluster 2023-12-07T20:41:01.730181+0000 mgr.a (mgr.24293) 26085 : cluster 0 pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:02 smithi027 bash[31536]: cluster 2023-12-07T20:41:01.730181+0000 mgr.a (mgr.24293) 26085 : cluster 0 pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:04.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:04.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:04.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:04 smithi022 bash[28554]: cluster 2023-12-07T20:41:03.730689+0000 mgr.a (mgr.24293) 26086 : cluster 0 pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:04 smithi044 bash[32620]: cluster 2023-12-07T20:41:03.730689+0000 mgr.a (mgr.24293) 26086 : cluster 0 pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:04 smithi027 bash[31536]: cluster 2023-12-07T20:41:03.730689+0000 mgr.a (mgr.24293) 26086 : cluster 0 pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:05.394 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:05.394 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:05.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:05 smithi022 bash[28554]: audit 2023-12-07T20:41:04.873714+0000 mgr.a (mgr.24293) 26087 : audit 0 from='client.511275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:05 smithi044 bash[32620]: audit 2023-12-07T20:41:04.873714+0000 mgr.a (mgr.24293) 26087 : audit 0 from='client.511275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:05 smithi027 bash[31536]: audit 2023-12-07T20:41:04.873714+0000 mgr.a (mgr.24293) 26087 : audit 0 from='client.511275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:06 smithi022 bash[28554]: cluster 2023-12-07T20:41:05.731585+0000 mgr.a (mgr.24293) 26088 : cluster 0 pgmap v19509: 33 pgs: 33 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:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:06 smithi044 bash[32620]: cluster 2023-12-07T20:41:05.731585+0000 mgr.a (mgr.24293) 26088 : cluster 0 pgmap v19509: 33 pgs: 33 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:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:06 smithi027 bash[31536]: cluster 2023-12-07T20:41:05.731585+0000 mgr.a (mgr.24293) 26088 : cluster 0 pgmap v19509: 33 pgs: 33 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:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:08 smithi022 bash[28554]: cluster 2023-12-07T20:41:07.732046+0000 mgr.a (mgr.24293) 26089 : cluster 0 pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:08 smithi044 bash[32620]: cluster 2023-12-07T20:41:07.732046+0000 mgr.a (mgr.24293) 26089 : cluster 0 pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:08 smithi027 bash[31536]: cluster 2023-12-07T20:41:07.732046+0000 mgr.a (mgr.24293) 26089 : cluster 0 pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:10.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:10.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:10.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:10 smithi022 bash[28554]: cluster 2023-12-07T20:41:09.732580+0000 mgr.a (mgr.24293) 26090 : cluster 0 pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:10 smithi044 bash[32620]: cluster 2023-12-07T20:41:09.732580+0000 mgr.a (mgr.24293) 26090 : cluster 0 pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:10 smithi027 bash[31536]: cluster 2023-12-07T20:41:09.732580+0000 mgr.a (mgr.24293) 26090 : cluster 0 pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:11.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:11.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:12.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:11 smithi022 bash[28554]: audit 2023-12-07T20:41:10.816875+0000 mgr.a (mgr.24293) 26091 : audit 0 from='client.511347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:12.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:11 smithi044 bash[32620]: audit 2023-12-07T20:41:10.816875+0000 mgr.a (mgr.24293) 26091 : audit 0 from='client.511347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:11 smithi027 bash[31536]: audit 2023-12-07T20:41:10.816875+0000 mgr.a (mgr.24293) 26091 : audit 0 from='client.511347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:13.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:12 smithi022 bash[28554]: cluster 2023-12-07T20:41:11.733588+0000 mgr.a (mgr.24293) 26092 : cluster 0 pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:12 smithi044 bash[32620]: cluster 2023-12-07T20:41:11.733588+0000 mgr.a (mgr.24293) 26092 : cluster 0 pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:12 smithi027 bash[31536]: cluster 2023-12-07T20:41:11.733588+0000 mgr.a (mgr.24293) 26092 : cluster 0 pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:14 smithi022 bash[28554]: cluster 2023-12-07T20:41:13.734190+0000 mgr.a (mgr.24293) 26093 : cluster 0 pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:14 smithi044 bash[32620]: cluster 2023-12-07T20:41:13.734190+0000 mgr.a (mgr.24293) 26093 : cluster 0 pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:14 smithi027 bash[31536]: cluster 2023-12-07T20:41:13.734190+0000 mgr.a (mgr.24293) 26093 : cluster 0 pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:16.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:16.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:16.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:16 smithi022 bash[28554]: cluster 2023-12-07T20:41:15.734931+0000 mgr.a (mgr.24293) 26094 : cluster 0 pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:16 smithi044 bash[32620]: cluster 2023-12-07T20:41:15.734931+0000 mgr.a (mgr.24293) 26094 : cluster 0 pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:16 smithi027 bash[31536]: cluster 2023-12-07T20:41:15.734931+0000 mgr.a (mgr.24293) 26094 : cluster 0 pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:17.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:17.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:17.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:17.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:17.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:17 smithi022 bash[28554]: audit 2023-12-07T20:41:16.789199+0000 mgr.a (mgr.24293) 26095 : audit 0 from='client.511425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:17 smithi044 bash[32620]: audit 2023-12-07T20:41:16.789199+0000 mgr.a (mgr.24293) 26095 : audit 0 from='client.511425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:17 smithi027 bash[31536]: audit 2023-12-07T20:41:16.789199+0000 mgr.a (mgr.24293) 26095 : audit 0 from='client.511425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:18 smithi022 bash[28554]: cluster 2023-12-07T20:41:17.735640+0000 mgr.a (mgr.24293) 26096 : cluster 0 pgmap v19515: 33 pgs: 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:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:18 smithi044 bash[32620]: cluster 2023-12-07T20:41:17.735640+0000 mgr.a (mgr.24293) 26096 : cluster 0 pgmap v19515: 33 pgs: 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:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:18 smithi027 bash[31536]: cluster 2023-12-07T20:41:17.735640+0000 mgr.a (mgr.24293) 26096 : cluster 0 pgmap v19515: 33 pgs: 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:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:20 smithi022 bash[28554]: cluster 2023-12-07T20:41:19.736370+0000 mgr.a (mgr.24293) 26097 : cluster 0 pgmap v19516: 33 pgs: 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:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:20 smithi044 bash[32620]: cluster 2023-12-07T20:41:19.736370+0000 mgr.a (mgr.24293) 26097 : cluster 0 pgmap v19516: 33 pgs: 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:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:20 smithi027 bash[31536]: cluster 2023-12-07T20:41:19.736370+0000 mgr.a (mgr.24293) 26097 : cluster 0 pgmap v19516: 33 pgs: 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:22.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:22.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:22.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:22 smithi022 bash[28554]: cluster 2023-12-07T20:41:21.737168+0000 mgr.a (mgr.24293) 26098 : cluster 0 pgmap v19517: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:22 smithi044 bash[32620]: cluster 2023-12-07T20:41:21.737168+0000 mgr.a (mgr.24293) 26098 : cluster 0 pgmap v19517: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:22 smithi027 bash[31536]: cluster 2023-12-07T20:41:21.737168+0000 mgr.a (mgr.24293) 26098 : cluster 0 pgmap v19517: 33 pgs: 33 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.261 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:23.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:23.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:23.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:23.261 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:24.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:23 smithi022 bash[28554]: audit 2023-12-07T20:41:22.744578+0000 mgr.a (mgr.24293) 26099 : audit 0 from='client.511500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:23 smithi044 bash[32620]: audit 2023-12-07T20:41:22.744578+0000 mgr.a (mgr.24293) 26099 : audit 0 from='client.511500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:24.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:23 smithi027 bash[31536]: audit 2023-12-07T20:41:22.744578+0000 mgr.a (mgr.24293) 26099 : audit 0 from='client.511500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:24 smithi022 bash[28554]: cluster 2023-12-07T20:41:23.737809+0000 mgr.a (mgr.24293) 26100 : cluster 0 pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:24 smithi044 bash[32620]: cluster 2023-12-07T20:41:23.737809+0000 mgr.a (mgr.24293) 26100 : cluster 0 pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:24 smithi027 bash[31536]: cluster 2023-12-07T20:41:23.737809+0000 mgr.a (mgr.24293) 26100 : cluster 0 pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:26 smithi022 bash[28554]: cluster 2023-12-07T20:41:25.738649+0000 mgr.a (mgr.24293) 26101 : cluster 0 pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:26 smithi044 bash[32620]: cluster 2023-12-07T20:41:25.738649+0000 mgr.a (mgr.24293) 26101 : cluster 0 pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:26 smithi027 bash[31536]: cluster 2023-12-07T20:41:25.738649+0000 mgr.a (mgr.24293) 26101 : cluster 0 pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:28.264 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:28.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:28.265 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:28 smithi022 bash[28554]: cluster 2023-12-07T20:41:27.739219+0000 mgr.a (mgr.24293) 26102 : cluster 0 pgmap v19520: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:28 smithi022 bash[28554]: audit 2023-12-07T20:41:28.361606+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:28 smithi044 bash[32620]: cluster 2023-12-07T20:41:27.739219+0000 mgr.a (mgr.24293) 26102 : cluster 0 pgmap v19520: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:28 smithi044 bash[32620]: audit 2023-12-07T20:41:28.361606+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:28 smithi027 bash[31536]: cluster 2023-12-07T20:41:27.739219+0000 mgr.a (mgr.24293) 26102 : cluster 0 pgmap v19520: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:28 smithi027 bash[31536]: audit 2023-12-07T20:41:28.361606+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:29.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:29.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:29.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:29.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:29.215 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:29 smithi022 bash[28554]: audit 2023-12-07T20:41:28.689122+0000 mgr.a (mgr.24293) 26103 : audit 0 from='client.511575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:29 smithi022 bash[28554]: audit 2023-12-07T20:41:28.890348+0000 mon.a (mon.0) 4037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:29 smithi022 bash[28554]: audit 2023-12-07T20:41:28.896374+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:29 smithi022 bash[28554]: audit 2023-12-07T20:41:29.698578+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:29 smithi022 bash[28554]: audit 2023-12-07T20:41:29.700953+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:30.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:29 smithi022 bash[28554]: audit 2023-12-07T20:41:29.710372+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:29 smithi044 bash[32620]: audit 2023-12-07T20:41:28.689122+0000 mgr.a (mgr.24293) 26103 : audit 0 from='client.511575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:29 smithi044 bash[32620]: audit 2023-12-07T20:41:28.890348+0000 mon.a (mon.0) 4037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:29 smithi044 bash[32620]: audit 2023-12-07T20:41:28.896374+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:29 smithi044 bash[32620]: audit 2023-12-07T20:41:29.698578+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:29 smithi044 bash[32620]: audit 2023-12-07T20:41:29.700953+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:29 smithi044 bash[32620]: audit 2023-12-07T20:41:29.710372+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:29 smithi027 bash[31536]: audit 2023-12-07T20:41:28.689122+0000 mgr.a (mgr.24293) 26103 : audit 0 from='client.511575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:29 smithi027 bash[31536]: audit 2023-12-07T20:41:28.890348+0000 mon.a (mon.0) 4037 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:29 smithi027 bash[31536]: audit 2023-12-07T20:41:28.896374+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:29 smithi027 bash[31536]: audit 2023-12-07T20:41:29.698578+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:29 smithi027 bash[31536]: audit 2023-12-07T20:41:29.700953+0000 mon.a (mon.0) 4040 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:30.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:29 smithi027 bash[31536]: audit 2023-12-07T20:41:29.710372+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:41:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:30 smithi022 bash[28554]: cluster 2023-12-07T20:41:29.739863+0000 mgr.a (mgr.24293) 26104 : cluster 0 pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:30 smithi044 bash[32620]: cluster 2023-12-07T20:41:29.739863+0000 mgr.a (mgr.24293) 26104 : cluster 0 pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:30 smithi027 bash[31536]: cluster 2023-12-07T20:41:29.739863+0000 mgr.a (mgr.24293) 26104 : cluster 0 pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:32 smithi022 bash[28554]: cluster 2023-12-07T20:41:31.740702+0000 mgr.a (mgr.24293) 26105 : cluster 0 pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:32 smithi044 bash[32620]: cluster 2023-12-07T20:41:31.740702+0000 mgr.a (mgr.24293) 26105 : cluster 0 pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:32 smithi027 bash[31536]: cluster 2023-12-07T20:41:31.740702+0000 mgr.a (mgr.24293) 26105 : cluster 0 pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:34.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:34.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:34.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:34 smithi022 bash[28554]: cluster 2023-12-07T20:41:33.741401+0000 mgr.a (mgr.24293) 26106 : cluster 0 pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:34 smithi044 bash[32620]: cluster 2023-12-07T20:41:33.741401+0000 mgr.a (mgr.24293) 26106 : cluster 0 pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:35.189 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:35.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:35.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:35.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:35.190 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:34 smithi027 bash[31536]: cluster 2023-12-07T20:41:33.741401+0000 mgr.a (mgr.24293) 26106 : cluster 0 pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:35 smithi022 bash[28554]: audit 2023-12-07T20:41:34.637572+0000 mgr.a (mgr.24293) 26107 : audit 0 from='client.511650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:35 smithi044 bash[32620]: audit 2023-12-07T20:41:34.637572+0000 mgr.a (mgr.24293) 26107 : audit 0 from='client.511650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:35 smithi027 bash[31536]: audit 2023-12-07T20:41:34.637572+0000 mgr.a (mgr.24293) 26107 : audit 0 from='client.511650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:36 smithi022 bash[28554]: cluster 2023-12-07T20:41:35.742469+0000 mgr.a (mgr.24293) 26108 : cluster 0 pgmap v19524: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:36 smithi044 bash[32620]: cluster 2023-12-07T20:41:35.742469+0000 mgr.a (mgr.24293) 26108 : cluster 0 pgmap v19524: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:36 smithi027 bash[31536]: cluster 2023-12-07T20:41:35.742469+0000 mgr.a (mgr.24293) 26108 : cluster 0 pgmap v19524: 33 pgs: 33 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:39.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:38 smithi022 bash[28554]: cluster 2023-12-07T20:41:37.743216+0000 mgr.a (mgr.24293) 26109 : cluster 0 pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:38 smithi044 bash[32620]: cluster 2023-12-07T20:41:37.743216+0000 mgr.a (mgr.24293) 26109 : cluster 0 pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:38 smithi027 bash[31536]: cluster 2023-12-07T20:41:37.743216+0000 mgr.a (mgr.24293) 26109 : cluster 0 pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:40.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:40.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:40.192 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:41.134 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:41.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:41.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:41.135 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:41.135 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:40 smithi022 bash[28554]: cluster 2023-12-07T20:41:39.743887+0000 mgr.a (mgr.24293) 26110 : cluster 0 pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:40 smithi044 bash[32620]: cluster 2023-12-07T20:41:39.743887+0000 mgr.a (mgr.24293) 26110 : cluster 0 pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:40 smithi027 bash[31536]: cluster 2023-12-07T20:41:39.743887+0000 mgr.a (mgr.24293) 26110 : cluster 0 pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:42.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:41 smithi022 bash[28554]: audit 2023-12-07T20:41:40.605623+0000 mgr.a (mgr.24293) 26111 : audit 0 from='client.511728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:41 smithi044 bash[32620]: audit 2023-12-07T20:41:40.605623+0000 mgr.a (mgr.24293) 26111 : audit 0 from='client.511728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:41 smithi027 bash[31536]: audit 2023-12-07T20:41:40.605623+0000 mgr.a (mgr.24293) 26111 : audit 0 from='client.511728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:42 smithi022 bash[28554]: cluster 2023-12-07T20:41:41.744808+0000 mgr.a (mgr.24293) 26112 : cluster 0 pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:42 smithi044 bash[32620]: cluster 2023-12-07T20:41:41.744808+0000 mgr.a (mgr.24293) 26112 : cluster 0 pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:42 smithi027 bash[31536]: cluster 2023-12-07T20:41:41.744808+0000 mgr.a (mgr.24293) 26112 : cluster 0 pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:44 smithi022 bash[28554]: cluster 2023-12-07T20:41:43.745367+0000 mgr.a (mgr.24293) 26113 : cluster 0 pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:44 smithi044 bash[32620]: cluster 2023-12-07T20:41:43.745367+0000 mgr.a (mgr.24293) 26113 : cluster 0 pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:44 smithi027 bash[31536]: cluster 2023-12-07T20:41:43.745367+0000 mgr.a (mgr.24293) 26113 : cluster 0 pgmap v19528: 33 pgs: 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:46.138 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:46.139 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:46.139 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:47.082 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:47.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:47.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:47.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:47.083 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:46 smithi022 bash[28554]: cluster 2023-12-07T20:41:45.746098+0000 mgr.a (mgr.24293) 26114 : cluster 0 pgmap v19529: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:46 smithi044 bash[32620]: cluster 2023-12-07T20:41:45.746098+0000 mgr.a (mgr.24293) 26114 : cluster 0 pgmap v19529: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:46 smithi027 bash[31536]: cluster 2023-12-07T20:41:45.746098+0000 mgr.a (mgr.24293) 26114 : cluster 0 pgmap v19529: 33 pgs: 33 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:48.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:47 smithi022 bash[28554]: audit 2023-12-07T20:41:46.547213+0000 mgr.a (mgr.24293) 26115 : audit 0 from='client.511803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:48.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:47 smithi044 bash[32620]: audit 2023-12-07T20:41:46.547213+0000 mgr.a (mgr.24293) 26115 : audit 0 from='client.511803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:48.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:47 smithi027 bash[31536]: audit 2023-12-07T20:41:46.547213+0000 mgr.a (mgr.24293) 26115 : audit 0 from='client.511803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:48 smithi022 bash[28554]: cluster 2023-12-07T20:41:47.746964+0000 mgr.a (mgr.24293) 26116 : cluster 0 pgmap v19530: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:48 smithi044 bash[32620]: cluster 2023-12-07T20:41:47.746964+0000 mgr.a (mgr.24293) 26116 : cluster 0 pgmap v19530: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:48 smithi027 bash[31536]: cluster 2023-12-07T20:41:47.746964+0000 mgr.a (mgr.24293) 26116 : cluster 0 pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:51.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:50 smithi022 bash[28554]: cluster 2023-12-07T20:41:49.747739+0000 mgr.a (mgr.24293) 26117 : cluster 0 pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:50 smithi044 bash[32620]: cluster 2023-12-07T20:41:49.747739+0000 mgr.a (mgr.24293) 26117 : cluster 0 pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:50 smithi027 bash[31536]: cluster 2023-12-07T20:41:49.747739+0000 mgr.a (mgr.24293) 26117 : cluster 0 pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:52.084 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:52.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:52.085 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:53.044 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:53.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:53.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:53.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:53.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:52 smithi022 bash[28554]: cluster 2023-12-07T20:41:51.748547+0000 mgr.a (mgr.24293) 26118 : cluster 0 pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:52 smithi044 bash[32620]: cluster 2023-12-07T20:41:51.748547+0000 mgr.a (mgr.24293) 26118 : cluster 0 pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:52 smithi027 bash[31536]: cluster 2023-12-07T20:41:51.748547+0000 mgr.a (mgr.24293) 26118 : cluster 0 pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:54.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:53 smithi022 bash[28554]: audit 2023-12-07T20:41:52.500998+0000 mgr.a (mgr.24293) 26119 : audit 0 from='client.511869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:54.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:53 smithi044 bash[32620]: audit 2023-12-07T20:41:52.500998+0000 mgr.a (mgr.24293) 26119 : audit 0 from='client.511869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:54.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:53 smithi027 bash[31536]: audit 2023-12-07T20:41:52.500998+0000 mgr.a (mgr.24293) 26119 : audit 0 from='client.511869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:54 smithi022 bash[28554]: cluster 2023-12-07T20:41:53.749277+0000 mgr.a (mgr.24293) 26120 : cluster 0 pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:54 smithi044 bash[32620]: cluster 2023-12-07T20:41:53.749277+0000 mgr.a (mgr.24293) 26120 : cluster 0 pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:54 smithi027 bash[31536]: cluster 2023-12-07T20:41:53.749277+0000 mgr.a (mgr.24293) 26120 : cluster 0 pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:56 smithi022 bash[28554]: cluster 2023-12-07T20:41:55.750103+0000 mgr.a (mgr.24293) 26121 : cluster 0 pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:56 smithi044 bash[32620]: cluster 2023-12-07T20:41:55.750103+0000 mgr.a (mgr.24293) 26121 : cluster 0 pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:56 smithi027 bash[31536]: cluster 2023-12-07T20:41:55.750103+0000 mgr.a (mgr.24293) 26121 : cluster 0 pgmap v19534: 33 pgs: 33 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:58.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:41:58.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:58.048 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:58.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:58.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:58.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:58.984 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:41:58.985 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:41:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:58 smithi022 bash[28554]: cluster 2023-12-07T20:41:57.750656+0000 mgr.a (mgr.24293) 26122 : cluster 0 pgmap v19535: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:58 smithi044 bash[32620]: cluster 2023-12-07T20:41:57.750656+0000 mgr.a (mgr.24293) 26122 : cluster 0 pgmap v19535: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:58 smithi027 bash[31536]: cluster 2023-12-07T20:41:57.750656+0000 mgr.a (mgr.24293) 26122 : cluster 0 pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:00.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:41:59 smithi022 bash[28554]: audit 2023-12-07T20:41:58.465892+0000 mgr.a (mgr.24293) 26123 : audit 0 from='client.511947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:00.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:41:59 smithi044 bash[32620]: audit 2023-12-07T20:41:58.465892+0000 mgr.a (mgr.24293) 26123 : audit 0 from='client.511947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:00.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:41:59 smithi027 bash[31536]: audit 2023-12-07T20:41:58.465892+0000 mgr.a (mgr.24293) 26123 : audit 0 from='client.511947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:00 smithi022 bash[28554]: cluster 2023-12-07T20:41:59.751383+0000 mgr.a (mgr.24293) 26124 : cluster 0 pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:00 smithi044 bash[32620]: cluster 2023-12-07T20:41:59.751383+0000 mgr.a (mgr.24293) 26124 : cluster 0 pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:00 smithi027 bash[31536]: cluster 2023-12-07T20:41:59.751383+0000 mgr.a (mgr.24293) 26124 : cluster 0 pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:02 smithi022 bash[28554]: cluster 2023-12-07T20:42:01.752139+0000 mgr.a (mgr.24293) 26125 : cluster 0 pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:02 smithi044 bash[32620]: cluster 2023-12-07T20:42:01.752139+0000 mgr.a (mgr.24293) 26125 : cluster 0 pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:02 smithi027 bash[31536]: cluster 2023-12-07T20:42:01.752139+0000 mgr.a (mgr.24293) 26125 : cluster 0 pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:03.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:03.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:03.987 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:04.927 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:04.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:04.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:04.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:04.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:04 smithi022 bash[28554]: cluster 2023-12-07T20:42:03.752705+0000 mgr.a (mgr.24293) 26126 : cluster 0 pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:04 smithi044 bash[32620]: cluster 2023-12-07T20:42:03.752705+0000 mgr.a (mgr.24293) 26126 : cluster 0 pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:04 smithi027 bash[31536]: cluster 2023-12-07T20:42:03.752705+0000 mgr.a (mgr.24293) 26126 : cluster 0 pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:06.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:05 smithi022 bash[28554]: audit 2023-12-07T20:42:04.401656+0000 mgr.a (mgr.24293) 26127 : audit 0 from='client.512025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:06.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:05 smithi044 bash[32620]: audit 2023-12-07T20:42:04.401656+0000 mgr.a (mgr.24293) 26127 : audit 0 from='client.512025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:06.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:05 smithi027 bash[31536]: audit 2023-12-07T20:42:04.401656+0000 mgr.a (mgr.24293) 26127 : audit 0 from='client.512025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:07.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:06 smithi022 bash[28554]: cluster 2023-12-07T20:42:05.753626+0000 mgr.a (mgr.24293) 26128 : cluster 0 pgmap v19539: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:06 smithi044 bash[32620]: cluster 2023-12-07T20:42:05.753626+0000 mgr.a (mgr.24293) 26128 : cluster 0 pgmap v19539: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:06 smithi027 bash[31536]: cluster 2023-12-07T20:42:05.753626+0000 mgr.a (mgr.24293) 26128 : cluster 0 pgmap v19539: 33 pgs: 33 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:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:08 smithi022 bash[28554]: cluster 2023-12-07T20:42:07.754183+0000 mgr.a (mgr.24293) 26129 : cluster 0 pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:08 smithi044 bash[32620]: cluster 2023-12-07T20:42:07.754183+0000 mgr.a (mgr.24293) 26129 : cluster 0 pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:08 smithi027 bash[31536]: cluster 2023-12-07T20:42:07.754183+0000 mgr.a (mgr.24293) 26129 : cluster 0 pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:09.929 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:09.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:09.930 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:10.844 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:10.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:10.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:10.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:10.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:10 smithi022 bash[28554]: cluster 2023-12-07T20:42:09.754888+0000 mgr.a (mgr.24293) 26130 : cluster 0 pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:10 smithi044 bash[32620]: cluster 2023-12-07T20:42:09.754888+0000 mgr.a (mgr.24293) 26130 : cluster 0 pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:10 smithi027 bash[31536]: cluster 2023-12-07T20:42:09.754888+0000 mgr.a (mgr.24293) 26130 : cluster 0 pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:12.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:11 smithi022 bash[28554]: audit 2023-12-07T20:42:10.338241+0000 mgr.a (mgr.24293) 26131 : audit 0 from='client.512100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:12.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:11 smithi044 bash[32620]: audit 2023-12-07T20:42:10.338241+0000 mgr.a (mgr.24293) 26131 : audit 0 from='client.512100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:12.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:11 smithi027 bash[31536]: audit 2023-12-07T20:42:10.338241+0000 mgr.a (mgr.24293) 26131 : audit 0 from='client.512100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:12 smithi022 bash[28554]: cluster 2023-12-07T20:42:11.756011+0000 mgr.a (mgr.24293) 26132 : cluster 0 pgmap v19542: 33 pgs: 33 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:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:12 smithi044 bash[32620]: cluster 2023-12-07T20:42:11.756011+0000 mgr.a (mgr.24293) 26132 : cluster 0 pgmap v19542: 33 pgs: 33 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:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:12 smithi027 bash[31536]: cluster 2023-12-07T20:42:11.756011+0000 mgr.a (mgr.24293) 26132 : cluster 0 pgmap v19542: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:14 smithi022 bash[28554]: cluster 2023-12-07T20:42:13.756580+0000 mgr.a (mgr.24293) 26133 : cluster 0 pgmap v19543: 33 pgs: 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:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:14 smithi044 bash[32620]: cluster 2023-12-07T20:42:13.756580+0000 mgr.a (mgr.24293) 26133 : cluster 0 pgmap v19543: 33 pgs: 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:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:14 smithi027 bash[31536]: cluster 2023-12-07T20:42:13.756580+0000 mgr.a (mgr.24293) 26133 : cluster 0 pgmap v19543: 33 pgs: 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:15.847 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:15.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:15.848 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:16.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:16.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:16.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:16.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:16.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:17.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:16 smithi022 bash[28554]: cluster 2023-12-07T20:42:15.757364+0000 mgr.a (mgr.24293) 26134 : cluster 0 pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:16 smithi044 bash[32620]: cluster 2023-12-07T20:42:15.757364+0000 mgr.a (mgr.24293) 26134 : cluster 0 pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:16 smithi027 bash[31536]: cluster 2023-12-07T20:42:15.757364+0000 mgr.a (mgr.24293) 26134 : cluster 0 pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:18.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:17 smithi022 bash[28554]: audit 2023-12-07T20:42:16.267673+0000 mgr.a (mgr.24293) 26135 : audit 0 from='client.512178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:18.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:17 smithi044 bash[32620]: audit 2023-12-07T20:42:16.267673+0000 mgr.a (mgr.24293) 26135 : audit 0 from='client.512178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:18.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:17 smithi027 bash[31536]: audit 2023-12-07T20:42:16.267673+0000 mgr.a (mgr.24293) 26135 : audit 0 from='client.512178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:19.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:18 smithi022 bash[28554]: cluster 2023-12-07T20:42:17.758236+0000 mgr.a (mgr.24293) 26136 : cluster 0 pgmap v19545: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:18 smithi044 bash[32620]: cluster 2023-12-07T20:42:17.758236+0000 mgr.a (mgr.24293) 26136 : cluster 0 pgmap v19545: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:18 smithi027 bash[31536]: cluster 2023-12-07T20:42:17.758236+0000 mgr.a (mgr.24293) 26136 : cluster 0 pgmap v19545: 33 pgs: 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:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:20 smithi022 bash[28554]: cluster 2023-12-07T20:42:19.758858+0000 mgr.a (mgr.24293) 26137 : cluster 0 pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:21.189 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:20 smithi044 bash[32620]: cluster 2023-12-07T20:42:19.758858+0000 mgr.a (mgr.24293) 26137 : cluster 0 pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:20 smithi027 bash[31536]: cluster 2023-12-07T20:42:19.758858+0000 mgr.a (mgr.24293) 26137 : cluster 0 pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:21.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:21.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:21.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:22.724 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:22.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:22.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:22.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:22.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:22 smithi022 bash[28554]: cluster 2023-12-07T20:42:21.759671+0000 mgr.a (mgr.24293) 26138 : cluster 0 pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:22 smithi044 bash[32620]: cluster 2023-12-07T20:42:21.759671+0000 mgr.a (mgr.24293) 26138 : cluster 0 pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:22 smithi027 bash[31536]: cluster 2023-12-07T20:42:21.759671+0000 mgr.a (mgr.24293) 26138 : cluster 0 pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:24.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:23 smithi022 bash[28554]: audit 2023-12-07T20:42:22.200694+0000 mgr.a (mgr.24293) 26139 : audit 0 from='client.512256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:24.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:23 smithi044 bash[32620]: audit 2023-12-07T20:42:22.200694+0000 mgr.a (mgr.24293) 26139 : audit 0 from='client.512256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:24.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:23 smithi027 bash[31536]: audit 2023-12-07T20:42:22.200694+0000 mgr.a (mgr.24293) 26139 : audit 0 from='client.512256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:24 smithi022 bash[28554]: cluster 2023-12-07T20:42:23.760347+0000 mgr.a (mgr.24293) 26140 : cluster 0 pgmap v19548: 33 pgs: 33 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:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:24 smithi044 bash[32620]: cluster 2023-12-07T20:42:23.760347+0000 mgr.a (mgr.24293) 26140 : cluster 0 pgmap v19548: 33 pgs: 33 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:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:24 smithi027 bash[31536]: cluster 2023-12-07T20:42:23.760347+0000 mgr.a (mgr.24293) 26140 : cluster 0 pgmap v19548: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:26 smithi022 bash[28554]: cluster 2023-12-07T20:42:25.761207+0000 mgr.a (mgr.24293) 26141 : cluster 0 pgmap v19549: 33 pgs: 33 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:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:26 smithi044 bash[32620]: cluster 2023-12-07T20:42:25.761207+0000 mgr.a (mgr.24293) 26141 : cluster 0 pgmap v19549: 33 pgs: 33 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:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:26 smithi027 bash[31536]: cluster 2023-12-07T20:42:25.761207+0000 mgr.a (mgr.24293) 26141 : cluster 0 pgmap v19549: 33 pgs: 33 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:27.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:27.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:27.728 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:28.666 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:28.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:28.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:28.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:28.666 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:28 smithi022 bash[28554]: cluster 2023-12-07T20:42:27.761789+0000 mgr.a (mgr.24293) 26142 : cluster 0 pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:28 smithi044 bash[32620]: cluster 2023-12-07T20:42:27.761789+0000 mgr.a (mgr.24293) 26142 : cluster 0 pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:28 smithi027 bash[31536]: cluster 2023-12-07T20:42:27.761789+0000 mgr.a (mgr.24293) 26142 : cluster 0 pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:30.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:29 smithi022 bash[28554]: audit 2023-12-07T20:42:28.145217+0000 mgr.a (mgr.24293) 26143 : audit 0 from='client.512334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:30.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:29 smithi044 bash[32620]: audit 2023-12-07T20:42:28.145217+0000 mgr.a (mgr.24293) 26143 : audit 0 from='client.512334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:30.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:29 smithi027 bash[31536]: audit 2023-12-07T20:42:28.145217+0000 mgr.a (mgr.24293) 26143 : audit 0 from='client.512334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:30 smithi022 bash[28554]: cluster 2023-12-07T20:42:29.762555+0000 mgr.a (mgr.24293) 26144 : cluster 0 pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:30 smithi022 bash[28554]: audit 2023-12-07T20:42:29.814852+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:30 smithi022 bash[28554]: audit 2023-12-07T20:42:30.345395+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:30 smithi022 bash[28554]: audit 2023-12-07T20:42:30.351339+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:30 smithi022 bash[28554]: audit 2023-12-07T20:42:30.356327+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:30 smithi022 bash[28554]: audit 2023-12-07T20:42:30.362101+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:30 smithi044 bash[32620]: cluster 2023-12-07T20:42:29.762555+0000 mgr.a (mgr.24293) 26144 : cluster 0 pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:30 smithi044 bash[32620]: audit 2023-12-07T20:42:29.814852+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:30 smithi044 bash[32620]: audit 2023-12-07T20:42:30.345395+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:30 smithi044 bash[32620]: audit 2023-12-07T20:42:30.351339+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:30 smithi044 bash[32620]: audit 2023-12-07T20:42:30.356327+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:30 smithi044 bash[32620]: audit 2023-12-07T20:42:30.362101+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:30 smithi027 bash[31536]: cluster 2023-12-07T20:42:29.762555+0000 mgr.a (mgr.24293) 26144 : cluster 0 pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:30 smithi027 bash[31536]: audit 2023-12-07T20:42:29.814852+0000 mon.a (mon.0) 4042 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:30 smithi027 bash[31536]: audit 2023-12-07T20:42:30.345395+0000 mon.a (mon.0) 4043 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:30 smithi027 bash[31536]: audit 2023-12-07T20:42:30.351339+0000 mon.a (mon.0) 4044 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:30 smithi027 bash[31536]: audit 2023-12-07T20:42:30.356327+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:30 smithi027 bash[31536]: audit 2023-12-07T20:42:30.362101+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:31 smithi022 bash[28554]: audit 2023-12-07T20:42:31.115118+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:31 smithi022 bash[28554]: audit 2023-12-07T20:42:31.117144+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:32.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:31 smithi022 bash[28554]: audit 2023-12-07T20:42:31.127770+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:31 smithi044 bash[32620]: audit 2023-12-07T20:42:31.115118+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:31 smithi044 bash[32620]: audit 2023-12-07T20:42:31.117144+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:32.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:31 smithi044 bash[32620]: audit 2023-12-07T20:42:31.127770+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:31 smithi027 bash[31536]: audit 2023-12-07T20:42:31.115118+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:31 smithi027 bash[31536]: audit 2023-12-07T20:42:31.117144+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:32.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:31 smithi027 bash[31536]: audit 2023-12-07T20:42:31.127770+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:42:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:32 smithi022 bash[28554]: cluster 2023-12-07T20:42:31.763381+0000 mgr.a (mgr.24293) 26145 : cluster 0 pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:32 smithi044 bash[32620]: cluster 2023-12-07T20:42:31.763381+0000 mgr.a (mgr.24293) 26145 : cluster 0 pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:32 smithi027 bash[31536]: cluster 2023-12-07T20:42:31.763381+0000 mgr.a (mgr.24293) 26145 : cluster 0 pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:33.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:33.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:33.669 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:34.590 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:34.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:34.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:34.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:34.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:34 smithi022 bash[28554]: cluster 2023-12-07T20:42:33.763902+0000 mgr.a (mgr.24293) 26146 : cluster 0 pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:34 smithi044 bash[32620]: cluster 2023-12-07T20:42:33.763902+0000 mgr.a (mgr.24293) 26146 : cluster 0 pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:34 smithi027 bash[31536]: cluster 2023-12-07T20:42:33.763902+0000 mgr.a (mgr.24293) 26146 : cluster 0 pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:36.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:35 smithi022 bash[28554]: audit 2023-12-07T20:42:34.078770+0000 mgr.a (mgr.24293) 26147 : audit 0 from='client.512409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:36.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:35 smithi044 bash[32620]: audit 2023-12-07T20:42:34.078770+0000 mgr.a (mgr.24293) 26147 : audit 0 from='client.512409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:36.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:35 smithi027 bash[31536]: audit 2023-12-07T20:42:34.078770+0000 mgr.a (mgr.24293) 26147 : audit 0 from='client.512409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:36 smithi022 bash[28554]: cluster 2023-12-07T20:42:35.764791+0000 mgr.a (mgr.24293) 26148 : cluster 0 pgmap v19554: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:36 smithi044 bash[32620]: cluster 2023-12-07T20:42:35.764791+0000 mgr.a (mgr.24293) 26148 : cluster 0 pgmap v19554: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:36 smithi027 bash[31536]: cluster 2023-12-07T20:42:35.764791+0000 mgr.a (mgr.24293) 26148 : cluster 0 pgmap v19554: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:38 smithi022 bash[28554]: cluster 2023-12-07T20:42:37.765320+0000 mgr.a (mgr.24293) 26149 : cluster 0 pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:38 smithi044 bash[32620]: cluster 2023-12-07T20:42:37.765320+0000 mgr.a (mgr.24293) 26149 : cluster 0 pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:38 smithi027 bash[31536]: cluster 2023-12-07T20:42:37.765320+0000 mgr.a (mgr.24293) 26149 : cluster 0 pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:39.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:39.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:39.594 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:40.564 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:40.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:40.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:40.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:40.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:40 smithi022 bash[28554]: cluster 2023-12-07T20:42:39.765868+0000 mgr.a (mgr.24293) 26150 : cluster 0 pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:40 smithi044 bash[32620]: cluster 2023-12-07T20:42:39.765868+0000 mgr.a (mgr.24293) 26150 : cluster 0 pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:40 smithi027 bash[31536]: cluster 2023-12-07T20:42:39.765868+0000 mgr.a (mgr.24293) 26150 : cluster 0 pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:42.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:41 smithi022 bash[28554]: audit 2023-12-07T20:42:40.011698+0000 mgr.a (mgr.24293) 26151 : audit 0 from='client.512484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:42.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:41 smithi044 bash[32620]: audit 2023-12-07T20:42:40.011698+0000 mgr.a (mgr.24293) 26151 : audit 0 from='client.512484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:42.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:41 smithi027 bash[31536]: audit 2023-12-07T20:42:40.011698+0000 mgr.a (mgr.24293) 26151 : audit 0 from='client.512484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:42 smithi022 bash[28554]: cluster 2023-12-07T20:42:41.766815+0000 mgr.a (mgr.24293) 26152 : cluster 0 pgmap v19557: 33 pgs: 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:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:42 smithi044 bash[32620]: cluster 2023-12-07T20:42:41.766815+0000 mgr.a (mgr.24293) 26152 : cluster 0 pgmap v19557: 33 pgs: 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:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:42 smithi027 bash[31536]: cluster 2023-12-07T20:42:41.766815+0000 mgr.a (mgr.24293) 26152 : cluster 0 pgmap v19557: 33 pgs: 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:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:44 smithi022 bash[28554]: cluster 2023-12-07T20:42:43.767397+0000 mgr.a (mgr.24293) 26153 : cluster 0 pgmap v19558: 33 pgs: 33 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:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:44 smithi044 bash[32620]: cluster 2023-12-07T20:42:43.767397+0000 mgr.a (mgr.24293) 26153 : cluster 0 pgmap v19558: 33 pgs: 33 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:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:44 smithi027 bash[31536]: cluster 2023-12-07T20:42:43.767397+0000 mgr.a (mgr.24293) 26153 : cluster 0 pgmap v19558: 33 pgs: 33 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:45.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:45.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:45.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:46.525 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:46.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:46.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:46.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:46.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:46 smithi022 bash[28554]: cluster 2023-12-07T20:42:45.768329+0000 mgr.a (mgr.24293) 26154 : cluster 0 pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:46 smithi022 bash[28554]: audit 2023-12-07T20:42:45.994662+0000 mgr.a (mgr.24293) 26155 : audit 0 from='client.512559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:46 smithi044 bash[32620]: cluster 2023-12-07T20:42:45.768329+0000 mgr.a (mgr.24293) 26154 : cluster 0 pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:46 smithi044 bash[32620]: audit 2023-12-07T20:42:45.994662+0000 mgr.a (mgr.24293) 26155 : audit 0 from='client.512559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:46 smithi027 bash[31536]: cluster 2023-12-07T20:42:45.768329+0000 mgr.a (mgr.24293) 26154 : cluster 0 pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:46 smithi027 bash[31536]: audit 2023-12-07T20:42:45.994662+0000 mgr.a (mgr.24293) 26155 : audit 0 from='client.512559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:48 smithi022 bash[28554]: cluster 2023-12-07T20:42:47.769149+0000 mgr.a (mgr.24293) 26156 : cluster 0 pgmap v19560: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:48 smithi044 bash[32620]: cluster 2023-12-07T20:42:47.769149+0000 mgr.a (mgr.24293) 26156 : cluster 0 pgmap v19560: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:48 smithi027 bash[31536]: cluster 2023-12-07T20:42:47.769149+0000 mgr.a (mgr.24293) 26156 : cluster 0 pgmap v19560: 33 pgs: 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:50 smithi022 bash[28554]: cluster 2023-12-07T20:42:49.769774+0000 mgr.a (mgr.24293) 26157 : cluster 0 pgmap v19561: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:50 smithi044 bash[32620]: cluster 2023-12-07T20:42:49.769774+0000 mgr.a (mgr.24293) 26157 : cluster 0 pgmap v19561: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:50 smithi027 bash[31536]: cluster 2023-12-07T20:42:49.769774+0000 mgr.a (mgr.24293) 26157 : cluster 0 pgmap v19561: 33 pgs: 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.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:51.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:51.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:52.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:52.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:52.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:52.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:52.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:52 smithi022 bash[28554]: cluster 2023-12-07T20:42:51.770532+0000 mgr.a (mgr.24293) 26158 : cluster 0 pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:52 smithi022 bash[28554]: audit 2023-12-07T20:42:51.944309+0000 mgr.a (mgr.24293) 26159 : audit 0 from='client.512634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:52 smithi044 bash[32620]: cluster 2023-12-07T20:42:51.770532+0000 mgr.a (mgr.24293) 26158 : cluster 0 pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:52 smithi044 bash[32620]: audit 2023-12-07T20:42:51.944309+0000 mgr.a (mgr.24293) 26159 : audit 0 from='client.512634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:52 smithi027 bash[31536]: cluster 2023-12-07T20:42:51.770532+0000 mgr.a (mgr.24293) 26158 : cluster 0 pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:52 smithi027 bash[31536]: audit 2023-12-07T20:42:51.944309+0000 mgr.a (mgr.24293) 26159 : audit 0 from='client.512634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:55.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:54 smithi022 bash[28554]: cluster 2023-12-07T20:42:53.771213+0000 mgr.a (mgr.24293) 26160 : cluster 0 pgmap v19563: 33 pgs: 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:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:54 smithi044 bash[32620]: cluster 2023-12-07T20:42:53.771213+0000 mgr.a (mgr.24293) 26160 : cluster 0 pgmap v19563: 33 pgs: 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:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:54 smithi027 bash[31536]: cluster 2023-12-07T20:42:53.771213+0000 mgr.a (mgr.24293) 26160 : cluster 0 pgmap v19563: 33 pgs: 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:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:56 smithi022 bash[28554]: cluster 2023-12-07T20:42:55.772055+0000 mgr.a (mgr.24293) 26161 : cluster 0 pgmap v19564: 33 pgs: 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:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:56 smithi044 bash[32620]: cluster 2023-12-07T20:42:55.772055+0000 mgr.a (mgr.24293) 26161 : cluster 0 pgmap v19564: 33 pgs: 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:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:56 smithi027 bash[31536]: cluster 2023-12-07T20:42:55.772055+0000 mgr.a (mgr.24293) 26161 : cluster 0 pgmap v19564: 33 pgs: 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:57.493 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:42:57.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:57.494 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:58.427 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:42:58.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:58.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:58.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:58.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:42:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:58 smithi022 bash[28554]: cluster 2023-12-07T20:42:57.772734+0000 mgr.a (mgr.24293) 26162 : cluster 0 pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:42:58 smithi022 bash[28554]: audit 2023-12-07T20:42:57.909640+0000 mgr.a (mgr.24293) 26163 : audit 0 from='client.512712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:58 smithi044 bash[32620]: cluster 2023-12-07T20:42:57.772734+0000 mgr.a (mgr.24293) 26162 : cluster 0 pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:42:58 smithi044 bash[32620]: audit 2023-12-07T20:42:57.909640+0000 mgr.a (mgr.24293) 26163 : audit 0 from='client.512712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:58 smithi027 bash[31536]: cluster 2023-12-07T20:42:57.772734+0000 mgr.a (mgr.24293) 26162 : cluster 0 pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:42:58 smithi027 bash[31536]: audit 2023-12-07T20:42:57.909640+0000 mgr.a (mgr.24293) 26163 : audit 0 from='client.512712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:00 smithi022 bash[28554]: cluster 2023-12-07T20:42:59.773445+0000 mgr.a (mgr.24293) 26164 : cluster 0 pgmap v19566: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:00 smithi044 bash[32620]: cluster 2023-12-07T20:42:59.773445+0000 mgr.a (mgr.24293) 26164 : cluster 0 pgmap v19566: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:00 smithi027 bash[31536]: cluster 2023-12-07T20:42:59.773445+0000 mgr.a (mgr.24293) 26164 : cluster 0 pgmap v19566: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:02 smithi022 bash[28554]: cluster 2023-12-07T20:43:01.774266+0000 mgr.a (mgr.24293) 26165 : cluster 0 pgmap v19567: 33 pgs: 33 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:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:02 smithi044 bash[32620]: cluster 2023-12-07T20:43:01.774266+0000 mgr.a (mgr.24293) 26165 : cluster 0 pgmap v19567: 33 pgs: 33 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:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:02 smithi027 bash[31536]: cluster 2023-12-07T20:43:01.774266+0000 mgr.a (mgr.24293) 26165 : cluster 0 pgmap v19567: 33 pgs: 33 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:03.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:03.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:03.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:04.372 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:04.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:04.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:04.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:04.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:04 smithi022 bash[28554]: cluster 2023-12-07T20:43:03.774843+0000 mgr.a (mgr.24293) 26166 : cluster 0 pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:04 smithi022 bash[28554]: audit 2023-12-07T20:43:03.853833+0000 mgr.a (mgr.24293) 26167 : audit 0 from='client.512787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:04 smithi044 bash[32620]: cluster 2023-12-07T20:43:03.774843+0000 mgr.a (mgr.24293) 26166 : cluster 0 pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:04 smithi044 bash[32620]: audit 2023-12-07T20:43:03.853833+0000 mgr.a (mgr.24293) 26167 : audit 0 from='client.512787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:04 smithi027 bash[31536]: cluster 2023-12-07T20:43:03.774843+0000 mgr.a (mgr.24293) 26166 : cluster 0 pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:04 smithi027 bash[31536]: audit 2023-12-07T20:43:03.853833+0000 mgr.a (mgr.24293) 26167 : audit 0 from='client.512787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:06 smithi022 bash[28554]: cluster 2023-12-07T20:43:05.775721+0000 mgr.a (mgr.24293) 26168 : cluster 0 pgmap v19569: 33 pgs: 33 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:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:06 smithi044 bash[32620]: cluster 2023-12-07T20:43:05.775721+0000 mgr.a (mgr.24293) 26168 : cluster 0 pgmap v19569: 33 pgs: 33 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:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:06 smithi027 bash[31536]: cluster 2023-12-07T20:43:05.775721+0000 mgr.a (mgr.24293) 26168 : cluster 0 pgmap v19569: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:08 smithi022 bash[28554]: cluster 2023-12-07T20:43:07.776232+0000 mgr.a (mgr.24293) 26169 : cluster 0 pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:08 smithi044 bash[32620]: cluster 2023-12-07T20:43:07.776232+0000 mgr.a (mgr.24293) 26169 : cluster 0 pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:09.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:08 smithi027 bash[31536]: cluster 2023-12-07T20:43:07.776232+0000 mgr.a (mgr.24293) 26169 : cluster 0 pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:09.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:09.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:09.376 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:10.319 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:10.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:10.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:10.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:10.319 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:10 smithi022 bash[28554]: cluster 2023-12-07T20:43:09.776728+0000 mgr.a (mgr.24293) 26170 : cluster 0 pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:10 smithi022 bash[28554]: audit 2023-12-07T20:43:09.792163+0000 mgr.a (mgr.24293) 26171 : audit 0 from='client.512865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:10 smithi044 bash[32620]: cluster 2023-12-07T20:43:09.776728+0000 mgr.a (mgr.24293) 26170 : cluster 0 pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:10 smithi044 bash[32620]: audit 2023-12-07T20:43:09.792163+0000 mgr.a (mgr.24293) 26171 : audit 0 from='client.512865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:10 smithi027 bash[31536]: cluster 2023-12-07T20:43:09.776728+0000 mgr.a (mgr.24293) 26170 : cluster 0 pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:11.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:10 smithi027 bash[31536]: audit 2023-12-07T20:43:09.792163+0000 mgr.a (mgr.24293) 26171 : audit 0 from='client.512865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:13.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:12 smithi022 bash[28554]: cluster 2023-12-07T20:43:11.777616+0000 mgr.a (mgr.24293) 26172 : cluster 0 pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:12 smithi044 bash[32620]: cluster 2023-12-07T20:43:11.777616+0000 mgr.a (mgr.24293) 26172 : cluster 0 pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:12 smithi027 bash[31536]: cluster 2023-12-07T20:43:11.777616+0000 mgr.a (mgr.24293) 26172 : cluster 0 pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:14 smithi022 bash[28554]: cluster 2023-12-07T20:43:13.778235+0000 mgr.a (mgr.24293) 26173 : cluster 0 pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:14 smithi044 bash[32620]: cluster 2023-12-07T20:43:13.778235+0000 mgr.a (mgr.24293) 26173 : cluster 0 pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:14 smithi027 bash[31536]: cluster 2023-12-07T20:43:13.778235+0000 mgr.a (mgr.24293) 26173 : cluster 0 pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:15.322 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:15.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:15.323 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:16.305 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:16.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:16.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:16.305 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:16.306 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:16 smithi022 bash[28554]: audit 2023-12-07T20:43:15.742412+0000 mgr.a (mgr.24293) 26174 : audit 0 from='client.512940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:16 smithi022 bash[28554]: cluster 2023-12-07T20:43:15.778988+0000 mgr.a (mgr.24293) 26175 : cluster 0 pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:16 smithi044 bash[32620]: audit 2023-12-07T20:43:15.742412+0000 mgr.a (mgr.24293) 26174 : audit 0 from='client.512940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:16 smithi044 bash[32620]: cluster 2023-12-07T20:43:15.778988+0000 mgr.a (mgr.24293) 26175 : cluster 0 pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:16 smithi027 bash[31536]: audit 2023-12-07T20:43:15.742412+0000 mgr.a (mgr.24293) 26174 : audit 0 from='client.512940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:16 smithi027 bash[31536]: cluster 2023-12-07T20:43:15.778988+0000 mgr.a (mgr.24293) 26175 : cluster 0 pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:18 smithi022 bash[28554]: cluster 2023-12-07T20:43:17.779681+0000 mgr.a (mgr.24293) 26176 : cluster 0 pgmap v19575: 33 pgs: 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:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:18 smithi044 bash[32620]: cluster 2023-12-07T20:43:17.779681+0000 mgr.a (mgr.24293) 26176 : cluster 0 pgmap v19575: 33 pgs: 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:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:18 smithi027 bash[31536]: cluster 2023-12-07T20:43:17.779681+0000 mgr.a (mgr.24293) 26176 : cluster 0 pgmap v19575: 33 pgs: 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:20 smithi022 bash[28554]: cluster 2023-12-07T20:43:19.780204+0000 mgr.a (mgr.24293) 26177 : cluster 0 pgmap v19576: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:20 smithi044 bash[32620]: cluster 2023-12-07T20:43:19.780204+0000 mgr.a (mgr.24293) 26177 : cluster 0 pgmap v19576: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:20 smithi027 bash[31536]: cluster 2023-12-07T20:43:19.780204+0000 mgr.a (mgr.24293) 26177 : cluster 0 pgmap v19576: 33 pgs: 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.308 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:21.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:21.309 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:22.253 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:22.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:22.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:22.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:22.253 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:22 smithi022 bash[28554]: audit 2023-12-07T20:43:21.724042+0000 mgr.a (mgr.24293) 26178 : audit 0 from='client.513015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:22 smithi022 bash[28554]: cluster 2023-12-07T20:43:21.781204+0000 mgr.a (mgr.24293) 26179 : cluster 0 pgmap v19577: 33 pgs: 33 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:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:22 smithi044 bash[32620]: audit 2023-12-07T20:43:21.724042+0000 mgr.a (mgr.24293) 26178 : audit 0 from='client.513015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:22 smithi044 bash[32620]: cluster 2023-12-07T20:43:21.781204+0000 mgr.a (mgr.24293) 26179 : cluster 0 pgmap v19577: 33 pgs: 33 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:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:22 smithi027 bash[31536]: audit 2023-12-07T20:43:21.724042+0000 mgr.a (mgr.24293) 26178 : audit 0 from='client.513015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:22 smithi027 bash[31536]: cluster 2023-12-07T20:43:21.781204+0000 mgr.a (mgr.24293) 26179 : cluster 0 pgmap v19577: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:24 smithi022 bash[28554]: cluster 2023-12-07T20:43:23.781852+0000 mgr.a (mgr.24293) 26180 : cluster 0 pgmap v19578: 33 pgs: 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:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:24 smithi044 bash[32620]: cluster 2023-12-07T20:43:23.781852+0000 mgr.a (mgr.24293) 26180 : cluster 0 pgmap v19578: 33 pgs: 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:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:24 smithi027 bash[31536]: cluster 2023-12-07T20:43:23.781852+0000 mgr.a (mgr.24293) 26180 : cluster 0 pgmap v19578: 33 pgs: 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:26 smithi022 bash[28554]: cluster 2023-12-07T20:43:25.782577+0000 mgr.a (mgr.24293) 26181 : cluster 0 pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:26 smithi044 bash[32620]: cluster 2023-12-07T20:43:25.782577+0000 mgr.a (mgr.24293) 26181 : cluster 0 pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:26 smithi027 bash[31536]: cluster 2023-12-07T20:43:25.782577+0000 mgr.a (mgr.24293) 26181 : cluster 0 pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:27.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:27.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:27.257 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:28.196 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:28.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:28.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:28.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:28.197 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:28 smithi022 bash[28554]: audit 2023-12-07T20:43:27.671135+0000 mgr.a (mgr.24293) 26182 : audit 0 from='client.513093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:28 smithi022 bash[28554]: cluster 2023-12-07T20:43:27.783244+0000 mgr.a (mgr.24293) 26183 : cluster 0 pgmap v19580: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:28 smithi044 bash[32620]: audit 2023-12-07T20:43:27.671135+0000 mgr.a (mgr.24293) 26182 : audit 0 from='client.513093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:28 smithi044 bash[32620]: cluster 2023-12-07T20:43:27.783244+0000 mgr.a (mgr.24293) 26183 : cluster 0 pgmap v19580: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:28 smithi027 bash[31536]: audit 2023-12-07T20:43:27.671135+0000 mgr.a (mgr.24293) 26182 : audit 0 from='client.513093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:28 smithi027 bash[31536]: cluster 2023-12-07T20:43:27.783244+0000 mgr.a (mgr.24293) 26183 : cluster 0 pgmap v19580: 33 pgs: 33 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:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:30 smithi022 bash[28554]: cluster 2023-12-07T20:43:29.783907+0000 mgr.a (mgr.24293) 26184 : cluster 0 pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:30 smithi044 bash[32620]: cluster 2023-12-07T20:43:29.783907+0000 mgr.a (mgr.24293) 26184 : cluster 0 pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:31.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:30 smithi027 bash[31536]: cluster 2023-12-07T20:43:29.783907+0000 mgr.a (mgr.24293) 26184 : cluster 0 pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:32.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:31 smithi022 bash[28554]: audit 2023-12-07T20:43:31.231963+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:32.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:31 smithi044 bash[32620]: audit 2023-12-07T20:43:31.231963+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:32.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:31 smithi027 bash[31536]: audit 2023-12-07T20:43:31.231963+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:32 smithi022 bash[28554]: cluster 2023-12-07T20:43:31.784479+0000 mgr.a (mgr.24293) 26185 : cluster 0 pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:32 smithi022 bash[28554]: audit 2023-12-07T20:43:32.025359+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:32 smithi022 bash[28554]: audit 2023-12-07T20:43:32.027308+0000 mon.a (mon.0) 4052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:32 smithi022 bash[28554]: audit 2023-12-07T20:43:32.036473+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:43:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:32 smithi044 bash[32620]: cluster 2023-12-07T20:43:31.784479+0000 mgr.a (mgr.24293) 26185 : cluster 0 pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:32 smithi044 bash[32620]: audit 2023-12-07T20:43:32.025359+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:32 smithi044 bash[32620]: audit 2023-12-07T20:43:32.027308+0000 mon.a (mon.0) 4052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:32 smithi044 bash[32620]: audit 2023-12-07T20:43:32.036473+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:43:33.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:32 smithi027 bash[31536]: cluster 2023-12-07T20:43:31.784479+0000 mgr.a (mgr.24293) 26185 : cluster 0 pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:32 smithi027 bash[31536]: audit 2023-12-07T20:43:32.025359+0000 mon.a (mon.0) 4051 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:32 smithi027 bash[31536]: audit 2023-12-07T20:43:32.027308+0000 mon.a (mon.0) 4052 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:32 smithi027 bash[31536]: audit 2023-12-07T20:43:32.036473+0000 mon.a (mon.0) 4053 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:43:33.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:33.199 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:34.153 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:34.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:34.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:34.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:34.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:34 smithi022 bash[28554]: audit 2023-12-07T20:43:33.612716+0000 mgr.a (mgr.24293) 26186 : audit 0 from='client.513168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:35.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:34 smithi022 bash[28554]: cluster 2023-12-07T20:43:33.785394+0000 mgr.a (mgr.24293) 26187 : cluster 0 pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:34 smithi044 bash[32620]: audit 2023-12-07T20:43:33.612716+0000 mgr.a (mgr.24293) 26186 : audit 0 from='client.513168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:35.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:34 smithi044 bash[32620]: cluster 2023-12-07T20:43:33.785394+0000 mgr.a (mgr.24293) 26187 : cluster 0 pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:34 smithi027 bash[31536]: audit 2023-12-07T20:43:33.612716+0000 mgr.a (mgr.24293) 26186 : audit 0 from='client.513168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:35.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:34 smithi027 bash[31536]: cluster 2023-12-07T20:43:33.785394+0000 mgr.a (mgr.24293) 26187 : cluster 0 pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:37.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:36 smithi022 bash[28554]: cluster 2023-12-07T20:43:35.786363+0000 mgr.a (mgr.24293) 26188 : cluster 0 pgmap v19584: 33 pgs: 33 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:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:36 smithi044 bash[32620]: cluster 2023-12-07T20:43:35.786363+0000 mgr.a (mgr.24293) 26188 : cluster 0 pgmap v19584: 33 pgs: 33 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:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:36 smithi027 bash[31536]: cluster 2023-12-07T20:43:35.786363+0000 mgr.a (mgr.24293) 26188 : cluster 0 pgmap v19584: 33 pgs: 33 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.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:39.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:39.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:38 smithi022 bash[28554]: cluster 2023-12-07T20:43:37.786902+0000 mgr.a (mgr.24293) 26189 : cluster 0 pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:38 smithi044 bash[32620]: cluster 2023-12-07T20:43:37.786902+0000 mgr.a (mgr.24293) 26189 : cluster 0 pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:38 smithi027 bash[31536]: cluster 2023-12-07T20:43:37.786902+0000 mgr.a (mgr.24293) 26189 : cluster 0 pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:40.098 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:40.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:40.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:40.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:40.099 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:40 smithi022 bash[28554]: audit 2023-12-07T20:43:39.569761+0000 mgr.a (mgr.24293) 26190 : audit 0 from='client.513246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:40 smithi022 bash[28554]: cluster 2023-12-07T20:43:39.787590+0000 mgr.a (mgr.24293) 26191 : cluster 0 pgmap v19586: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:40 smithi044 bash[32620]: audit 2023-12-07T20:43:39.569761+0000 mgr.a (mgr.24293) 26190 : audit 0 from='client.513246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:40 smithi044 bash[32620]: cluster 2023-12-07T20:43:39.787590+0000 mgr.a (mgr.24293) 26191 : cluster 0 pgmap v19586: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:40 smithi027 bash[31536]: audit 2023-12-07T20:43:39.569761+0000 mgr.a (mgr.24293) 26190 : audit 0 from='client.513246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:40 smithi027 bash[31536]: cluster 2023-12-07T20:43:39.787590+0000 mgr.a (mgr.24293) 26191 : cluster 0 pgmap v19586: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:42 smithi022 bash[28554]: cluster 2023-12-07T20:43:41.788530+0000 mgr.a (mgr.24293) 26192 : cluster 0 pgmap v19587: 33 pgs: 33 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:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:42 smithi044 bash[32620]: cluster 2023-12-07T20:43:41.788530+0000 mgr.a (mgr.24293) 26192 : cluster 0 pgmap v19587: 33 pgs: 33 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:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:42 smithi027 bash[31536]: cluster 2023-12-07T20:43:41.788530+0000 mgr.a (mgr.24293) 26192 : cluster 0 pgmap v19587: 33 pgs: 33 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.101 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:45.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:45.102 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:44 smithi022 bash[28554]: cluster 2023-12-07T20:43:43.789109+0000 mgr.a (mgr.24293) 26193 : cluster 0 pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:44 smithi044 bash[32620]: cluster 2023-12-07T20:43:43.789109+0000 mgr.a (mgr.24293) 26193 : cluster 0 pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:44 smithi027 bash[31536]: cluster 2023-12-07T20:43:43.789109+0000 mgr.a (mgr.24293) 26193 : cluster 0 pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:46.036 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:46.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:46.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:46.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:46.037 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:46 smithi022 bash[28554]: audit 2023-12-07T20:43:45.514852+0000 mgr.a (mgr.24293) 26194 : audit 0 from='client.513315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:46 smithi022 bash[28554]: cluster 2023-12-07T20:43:45.794783+0000 mgr.a (mgr.24293) 26195 : cluster 0 pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:46 smithi044 bash[32620]: audit 2023-12-07T20:43:45.514852+0000 mgr.a (mgr.24293) 26194 : audit 0 from='client.513315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:46 smithi044 bash[32620]: cluster 2023-12-07T20:43:45.794783+0000 mgr.a (mgr.24293) 26195 : cluster 0 pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:46 smithi027 bash[31536]: audit 2023-12-07T20:43:45.514852+0000 mgr.a (mgr.24293) 26194 : audit 0 from='client.513315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:46 smithi027 bash[31536]: cluster 2023-12-07T20:43:45.794783+0000 mgr.a (mgr.24293) 26195 : cluster 0 pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:48 smithi022 bash[28554]: cluster 2023-12-07T20:43:47.795635+0000 mgr.a (mgr.24293) 26196 : cluster 0 pgmap v19590: 33 pgs: 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:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:48 smithi044 bash[32620]: cluster 2023-12-07T20:43:47.795635+0000 mgr.a (mgr.24293) 26196 : cluster 0 pgmap v19590: 33 pgs: 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:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:48 smithi027 bash[31536]: cluster 2023-12-07T20:43:47.795635+0000 mgr.a (mgr.24293) 26196 : cluster 0 pgmap v19590: 33 pgs: 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.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:51.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:51.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:50 smithi022 bash[28554]: cluster 2023-12-07T20:43:49.796148+0000 mgr.a (mgr.24293) 26197 : cluster 0 pgmap v19591: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:50 smithi044 bash[32620]: cluster 2023-12-07T20:43:49.796148+0000 mgr.a (mgr.24293) 26197 : cluster 0 pgmap v19591: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:50 smithi027 bash[31536]: cluster 2023-12-07T20:43:49.796148+0000 mgr.a (mgr.24293) 26197 : cluster 0 pgmap v19591: 33 pgs: 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.954 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:51.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:51.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:51.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:51.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:52 smithi022 bash[28554]: audit 2023-12-07T20:43:51.448998+0000 mgr.a (mgr.24293) 26198 : audit 0 from='client.513387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:52 smithi022 bash[28554]: cluster 2023-12-07T20:43:51.797152+0000 mgr.a (mgr.24293) 26199 : cluster 0 pgmap v19592: 33 pgs: 33 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:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:52 smithi044 bash[32620]: audit 2023-12-07T20:43:51.448998+0000 mgr.a (mgr.24293) 26198 : audit 0 from='client.513387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:52 smithi044 bash[32620]: cluster 2023-12-07T20:43:51.797152+0000 mgr.a (mgr.24293) 26199 : cluster 0 pgmap v19592: 33 pgs: 33 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:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:52 smithi027 bash[31536]: audit 2023-12-07T20:43:51.448998+0000 mgr.a (mgr.24293) 26198 : audit 0 from='client.513387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:52 smithi027 bash[31536]: cluster 2023-12-07T20:43:51.797152+0000 mgr.a (mgr.24293) 26199 : cluster 0 pgmap v19592: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:54 smithi022 bash[28554]: cluster 2023-12-07T20:43:53.797996+0000 mgr.a (mgr.24293) 26200 : cluster 0 pgmap v19593: 33 pgs: 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:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:54 smithi044 bash[32620]: cluster 2023-12-07T20:43:53.797996+0000 mgr.a (mgr.24293) 26200 : cluster 0 pgmap v19593: 33 pgs: 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:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:54 smithi027 bash[31536]: cluster 2023-12-07T20:43:53.797996+0000 mgr.a (mgr.24293) 26200 : cluster 0 pgmap v19593: 33 pgs: 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:56.958 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:43:56.958 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:56.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:56 smithi022 bash[28554]: cluster 2023-12-07T20:43:55.798876+0000 mgr.a (mgr.24293) 26201 : cluster 0 pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:56 smithi044 bash[32620]: cluster 2023-12-07T20:43:55.798876+0000 mgr.a (mgr.24293) 26201 : cluster 0 pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:56 smithi027 bash[31536]: cluster 2023-12-07T20:43:55.798876+0000 mgr.a (mgr.24293) 26201 : cluster 0 pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:57.900 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:43:57.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:57.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:57.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:57.900 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:43:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:58 smithi022 bash[28554]: audit 2023-12-07T20:43:57.366653+0000 mgr.a (mgr.24293) 26202 : audit 0 from='client.513462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:59.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:43:58 smithi022 bash[28554]: cluster 2023-12-07T20:43:57.799648+0000 mgr.a (mgr.24293) 26203 : cluster 0 pgmap v19595: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:58 smithi044 bash[32620]: audit 2023-12-07T20:43:57.366653+0000 mgr.a (mgr.24293) 26202 : audit 0 from='client.513462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:43:58 smithi044 bash[32620]: cluster 2023-12-07T20:43:57.799648+0000 mgr.a (mgr.24293) 26203 : cluster 0 pgmap v19595: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:58 smithi027 bash[31536]: audit 2023-12-07T20:43:57.366653+0000 mgr.a (mgr.24293) 26202 : audit 0 from='client.513462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:43:58 smithi027 bash[31536]: cluster 2023-12-07T20:43:57.799648+0000 mgr.a (mgr.24293) 26203 : cluster 0 pgmap v19595: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:00 smithi022 bash[28554]: cluster 2023-12-07T20:43:59.800224+0000 mgr.a (mgr.24293) 26204 : cluster 0 pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:00 smithi044 bash[32620]: cluster 2023-12-07T20:43:59.800224+0000 mgr.a (mgr.24293) 26204 : cluster 0 pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:00 smithi027 bash[31536]: cluster 2023-12-07T20:43:59.800224+0000 mgr.a (mgr.24293) 26204 : cluster 0 pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:02.903 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:02.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:02.904 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:02 smithi022 bash[28554]: cluster 2023-12-07T20:44:01.801011+0000 mgr.a (mgr.24293) 26205 : cluster 0 pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:02 smithi044 bash[32620]: cluster 2023-12-07T20:44:01.801011+0000 mgr.a (mgr.24293) 26205 : cluster 0 pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:02 smithi027 bash[31536]: cluster 2023-12-07T20:44:01.801011+0000 mgr.a (mgr.24293) 26205 : cluster 0 pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:03.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:03.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:03.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:03.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:03.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:04 smithi022 bash[28554]: audit 2023-12-07T20:44:03.318408+0000 mgr.a (mgr.24293) 26206 : audit 0 from='client.513537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:05.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:04 smithi022 bash[28554]: cluster 2023-12-07T20:44:03.801702+0000 mgr.a (mgr.24293) 26207 : cluster 0 pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:04 smithi044 bash[32620]: audit 2023-12-07T20:44:03.318408+0000 mgr.a (mgr.24293) 26206 : audit 0 from='client.513537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:04 smithi044 bash[32620]: cluster 2023-12-07T20:44:03.801702+0000 mgr.a (mgr.24293) 26207 : cluster 0 pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:04 smithi027 bash[31536]: audit 2023-12-07T20:44:03.318408+0000 mgr.a (mgr.24293) 26206 : audit 0 from='client.513537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:04 smithi027 bash[31536]: cluster 2023-12-07T20:44:03.801702+0000 mgr.a (mgr.24293) 26207 : cluster 0 pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:06 smithi022 bash[28554]: cluster 2023-12-07T20:44:05.802726+0000 mgr.a (mgr.24293) 26208 : cluster 0 pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:06 smithi044 bash[32620]: cluster 2023-12-07T20:44:05.802726+0000 mgr.a (mgr.24293) 26208 : cluster 0 pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:06 smithi027 bash[31536]: cluster 2023-12-07T20:44:05.802726+0000 mgr.a (mgr.24293) 26208 : cluster 0 pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:08.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:08.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:08.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:08 smithi022 bash[28554]: cluster 2023-12-07T20:44:07.803357+0000 mgr.a (mgr.24293) 26209 : cluster 0 pgmap v19600: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:08 smithi044 bash[32620]: cluster 2023-12-07T20:44:07.803357+0000 mgr.a (mgr.24293) 26209 : cluster 0 pgmap v19600: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:08 smithi027 bash[31536]: cluster 2023-12-07T20:44:07.803357+0000 mgr.a (mgr.24293) 26209 : cluster 0 pgmap v19600: 33 pgs: 33 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.758 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:09.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:09.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:09.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:09.759 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:11.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:10 smithi022 bash[28554]: audit 2023-12-07T20:44:09.252966+0000 mgr.a (mgr.24293) 26210 : audit 0 from='client.513615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:10 smithi022 bash[28554]: cluster 2023-12-07T20:44:09.804051+0000 mgr.a (mgr.24293) 26211 : cluster 0 pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:10 smithi044 bash[32620]: audit 2023-12-07T20:44:09.252966+0000 mgr.a (mgr.24293) 26210 : audit 0 from='client.513615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:10 smithi044 bash[32620]: cluster 2023-12-07T20:44:09.804051+0000 mgr.a (mgr.24293) 26211 : cluster 0 pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:10 smithi027 bash[31536]: audit 2023-12-07T20:44:09.252966+0000 mgr.a (mgr.24293) 26210 : audit 0 from='client.513615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:10 smithi027 bash[31536]: cluster 2023-12-07T20:44:09.804051+0000 mgr.a (mgr.24293) 26211 : cluster 0 pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:12 smithi022 bash[28554]: cluster 2023-12-07T20:44:11.804898+0000 mgr.a (mgr.24293) 26212 : cluster 0 pgmap v19602: 33 pgs: 33 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:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:12 smithi044 bash[32620]: cluster 2023-12-07T20:44:11.804898+0000 mgr.a (mgr.24293) 26212 : cluster 0 pgmap v19602: 33 pgs: 33 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:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:12 smithi027 bash[31536]: cluster 2023-12-07T20:44:11.804898+0000 mgr.a (mgr.24293) 26212 : cluster 0 pgmap v19602: 33 pgs: 33 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:14.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:14.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:14.763 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:14 smithi022 bash[28554]: cluster 2023-12-07T20:44:13.805454+0000 mgr.a (mgr.24293) 26213 : cluster 0 pgmap v19603: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:14 smithi044 bash[32620]: cluster 2023-12-07T20:44:13.805454+0000 mgr.a (mgr.24293) 26213 : cluster 0 pgmap v19603: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:14 smithi027 bash[31536]: cluster 2023-12-07T20:44:13.805454+0000 mgr.a (mgr.24293) 26213 : cluster 0 pgmap v19603: 33 pgs: 33 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.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:15.702 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:15.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:15.703 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:15.703 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:16 smithi022 bash[28554]: audit 2023-12-07T20:44:15.173023+0000 mgr.a (mgr.24293) 26214 : audit 0 from='client.513690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:16 smithi022 bash[28554]: cluster 2023-12-07T20:44:15.806571+0000 mgr.a (mgr.24293) 26215 : cluster 0 pgmap v19604: 33 pgs: 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:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:16 smithi044 bash[32620]: audit 2023-12-07T20:44:15.173023+0000 mgr.a (mgr.24293) 26214 : audit 0 from='client.513690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:16 smithi044 bash[32620]: cluster 2023-12-07T20:44:15.806571+0000 mgr.a (mgr.24293) 26215 : cluster 0 pgmap v19604: 33 pgs: 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:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:16 smithi027 bash[31536]: audit 2023-12-07T20:44:15.173023+0000 mgr.a (mgr.24293) 26214 : audit 0 from='client.513690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:16 smithi027 bash[31536]: cluster 2023-12-07T20:44:15.806571+0000 mgr.a (mgr.24293) 26215 : cluster 0 pgmap v19604: 33 pgs: 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:18 smithi022 bash[28554]: cluster 2023-12-07T20:44:17.807145+0000 mgr.a (mgr.24293) 26216 : cluster 0 pgmap v19605: 33 pgs: 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:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:18 smithi044 bash[32620]: cluster 2023-12-07T20:44:17.807145+0000 mgr.a (mgr.24293) 26216 : cluster 0 pgmap v19605: 33 pgs: 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:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:18 smithi027 bash[31536]: cluster 2023-12-07T20:44:17.807145+0000 mgr.a (mgr.24293) 26216 : cluster 0 pgmap v19605: 33 pgs: 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:20.706 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:20.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:20.707 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:20 smithi022 bash[28554]: cluster 2023-12-07T20:44:19.807786+0000 mgr.a (mgr.24293) 26217 : cluster 0 pgmap v19606: 33 pgs: 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:20 smithi044 bash[32620]: cluster 2023-12-07T20:44:19.807786+0000 mgr.a (mgr.24293) 26217 : cluster 0 pgmap v19606: 33 pgs: 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:20 smithi027 bash[31536]: cluster 2023-12-07T20:44:19.807786+0000 mgr.a (mgr.24293) 26217 : cluster 0 pgmap v19606: 33 pgs: 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.637 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:21.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:21.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:21.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:21.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:22 smithi022 bash[28554]: audit 2023-12-07T20:44:21.121934+0000 mgr.a (mgr.24293) 26218 : audit 0 from='client.513765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:22 smithi022 bash[28554]: cluster 2023-12-07T20:44:21.808822+0000 mgr.a (mgr.24293) 26219 : cluster 0 pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:22 smithi044 bash[32620]: audit 2023-12-07T20:44:21.121934+0000 mgr.a (mgr.24293) 26218 : audit 0 from='client.513765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:22 smithi044 bash[32620]: cluster 2023-12-07T20:44:21.808822+0000 mgr.a (mgr.24293) 26219 : cluster 0 pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:22 smithi027 bash[31536]: audit 2023-12-07T20:44:21.121934+0000 mgr.a (mgr.24293) 26218 : audit 0 from='client.513765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:22 smithi027 bash[31536]: cluster 2023-12-07T20:44:21.808822+0000 mgr.a (mgr.24293) 26219 : cluster 0 pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:25.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:24 smithi022 bash[28554]: cluster 2023-12-07T20:44:23.809388+0000 mgr.a (mgr.24293) 26220 : cluster 0 pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:24 smithi044 bash[32620]: cluster 2023-12-07T20:44:23.809388+0000 mgr.a (mgr.24293) 26220 : cluster 0 pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:24 smithi027 bash[31536]: cluster 2023-12-07T20:44:23.809388+0000 mgr.a (mgr.24293) 26220 : cluster 0 pgmap v19608: 33 pgs: 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:26.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:26.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:26.641 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:27.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:26 smithi022 bash[28554]: cluster 2023-12-07T20:44:25.810282+0000 mgr.a (mgr.24293) 26221 : cluster 0 pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:26 smithi044 bash[32620]: cluster 2023-12-07T20:44:25.810282+0000 mgr.a (mgr.24293) 26221 : cluster 0 pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:26 smithi027 bash[31536]: cluster 2023-12-07T20:44:25.810282+0000 mgr.a (mgr.24293) 26221 : cluster 0 pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:27.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:27.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:27.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:27.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:29.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:28 smithi022 bash[28554]: audit 2023-12-07T20:44:27.052867+0000 mgr.a (mgr.24293) 26222 : audit 0 from='client.513840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:29.231 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:28 smithi022 bash[28554]: cluster 2023-12-07T20:44:27.811044+0000 mgr.a (mgr.24293) 26223 : cluster 0 pgmap v19610: 33 pgs: 33 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:29.232 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:28 smithi027 bash[31536]: audit 2023-12-07T20:44:27.052867+0000 mgr.a (mgr.24293) 26222 : audit 0 from='client.513840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:29.232 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:28 smithi027 bash[31536]: cluster 2023-12-07T20:44:27.811044+0000 mgr.a (mgr.24293) 26223 : cluster 0 pgmap v19610: 33 pgs: 33 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:29.232 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:28 smithi044 bash[32620]: audit 2023-12-07T20:44:27.052867+0000 mgr.a (mgr.24293) 26222 : audit 0 from='client.513840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:29.232 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:28 smithi044 bash[32620]: cluster 2023-12-07T20:44:27.811044+0000 mgr.a (mgr.24293) 26223 : cluster 0 pgmap v19610: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:30 smithi022 bash[28554]: cluster 2023-12-07T20:44:29.811670+0000 mgr.a (mgr.24293) 26224 : cluster 0 pgmap v19611: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:30 smithi044 bash[32620]: cluster 2023-12-07T20:44:29.811670+0000 mgr.a (mgr.24293) 26224 : cluster 0 pgmap v19611: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:30 smithi027 bash[31536]: cluster 2023-12-07T20:44:29.811670+0000 mgr.a (mgr.24293) 26224 : cluster 0 pgmap v19611: 33 pgs: 33 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:32.595 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:32.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:32 smithi022 bash[28554]: cluster 2023-12-07T20:44:31.812444+0000 mgr.a (mgr.24293) 26225 : cluster 0 pgmap v19612: 33 pgs: 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:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:32 smithi022 bash[28554]: audit 2023-12-07T20:44:32.140480+0000 mon.a (mon.0) 4054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:32 smithi044 bash[32620]: cluster 2023-12-07T20:44:31.812444+0000 mgr.a (mgr.24293) 26225 : cluster 0 pgmap v19612: 33 pgs: 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:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:32 smithi044 bash[32620]: audit 2023-12-07T20:44:32.140480+0000 mon.a (mon.0) 4054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:32 smithi027 bash[31536]: cluster 2023-12-07T20:44:31.812444+0000 mgr.a (mgr.24293) 26225 : cluster 0 pgmap v19612: 33 pgs: 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:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:32 smithi027 bash[31536]: audit 2023-12-07T20:44:32.140480+0000 mon.a (mon.0) 4054 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:33.582 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:33.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:33.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:33.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:33.583 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:33 smithi022 bash[28554]: audit 2023-12-07T20:44:32.936513+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:33 smithi022 bash[28554]: audit 2023-12-07T20:44:32.938101+0000 mon.a (mon.0) 4056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:33 smithi022 bash[28554]: audit 2023-12-07T20:44:32.947108+0000 mon.a (mon.0) 4057 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:44:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:33 smithi044 bash[32620]: audit 2023-12-07T20:44:32.936513+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:33 smithi044 bash[32620]: audit 2023-12-07T20:44:32.938101+0000 mon.a (mon.0) 4056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:33 smithi044 bash[32620]: audit 2023-12-07T20:44:32.947108+0000 mon.a (mon.0) 4057 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:44:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:33 smithi027 bash[31536]: audit 2023-12-07T20:44:32.936513+0000 mon.a (mon.0) 4055 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:33 smithi027 bash[31536]: audit 2023-12-07T20:44:32.938101+0000 mon.a (mon.0) 4056 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:33 smithi027 bash[31536]: audit 2023-12-07T20:44:32.947108+0000 mon.a (mon.0) 4057 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:44:35.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:34 smithi022 bash[28554]: audit 2023-12-07T20:44:33.051978+0000 mgr.a (mgr.24293) 26226 : audit 0 from='client.513918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:35.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:34 smithi022 bash[28554]: cluster 2023-12-07T20:44:33.813110+0000 mgr.a (mgr.24293) 26227 : cluster 0 pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:34 smithi044 bash[32620]: audit 2023-12-07T20:44:33.051978+0000 mgr.a (mgr.24293) 26226 : audit 0 from='client.513918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:35.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:34 smithi044 bash[32620]: cluster 2023-12-07T20:44:33.813110+0000 mgr.a (mgr.24293) 26227 : cluster 0 pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:34 smithi027 bash[31536]: audit 2023-12-07T20:44:33.051978+0000 mgr.a (mgr.24293) 26226 : audit 0 from='client.513918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:35.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:34 smithi027 bash[31536]: cluster 2023-12-07T20:44:33.813110+0000 mgr.a (mgr.24293) 26227 : cluster 0 pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:37.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:36 smithi022 bash[28554]: cluster 2023-12-07T20:44:35.813874+0000 mgr.a (mgr.24293) 26228 : cluster 0 pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:36 smithi044 bash[32620]: cluster 2023-12-07T20:44:35.813874+0000 mgr.a (mgr.24293) 26228 : cluster 0 pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:36 smithi027 bash[31536]: cluster 2023-12-07T20:44:35.813874+0000 mgr.a (mgr.24293) 26228 : cluster 0 pgmap v19614: 33 pgs: 33 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:38.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:38.586 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:38.587 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:38 smithi022 bash[28554]: cluster 2023-12-07T20:44:37.814412+0000 mgr.a (mgr.24293) 26229 : cluster 0 pgmap v19615: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:38 smithi044 bash[32620]: cluster 2023-12-07T20:44:37.814412+0000 mgr.a (mgr.24293) 26229 : cluster 0 pgmap v19615: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:38 smithi027 bash[31536]: cluster 2023-12-07T20:44:37.814412+0000 mgr.a (mgr.24293) 26229 : cluster 0 pgmap v19615: 33 pgs: 33 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.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:39.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:39.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:39.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:39.526 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:39 smithi022 bash[28554]: audit 2023-12-07T20:44:38.998000+0000 mgr.a (mgr.24293) 26230 : audit 0 from='client.513990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:39 smithi044 bash[32620]: audit 2023-12-07T20:44:38.998000+0000 mgr.a (mgr.24293) 26230 : audit 0 from='client.513990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:39 smithi027 bash[31536]: audit 2023-12-07T20:44:38.998000+0000 mgr.a (mgr.24293) 26230 : audit 0 from='client.513990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:41.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:40 smithi022 bash[28554]: cluster 2023-12-07T20:44:39.815120+0000 mgr.a (mgr.24293) 26231 : cluster 0 pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:40 smithi044 bash[32620]: cluster 2023-12-07T20:44:39.815120+0000 mgr.a (mgr.24293) 26231 : cluster 0 pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:40 smithi027 bash[31536]: cluster 2023-12-07T20:44:39.815120+0000 mgr.a (mgr.24293) 26231 : cluster 0 pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:42 smithi022 bash[28554]: cluster 2023-12-07T20:44:41.815999+0000 mgr.a (mgr.24293) 26232 : cluster 0 pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:42 smithi044 bash[32620]: cluster 2023-12-07T20:44:41.815999+0000 mgr.a (mgr.24293) 26232 : cluster 0 pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:42 smithi027 bash[31536]: cluster 2023-12-07T20:44:41.815999+0000 mgr.a (mgr.24293) 26232 : cluster 0 pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:44.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:44.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:44.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:44 smithi022 bash[28554]: cluster 2023-12-07T20:44:43.816556+0000 mgr.a (mgr.24293) 26233 : cluster 0 pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:44 smithi044 bash[32620]: cluster 2023-12-07T20:44:43.816556+0000 mgr.a (mgr.24293) 26233 : cluster 0 pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:44 smithi027 bash[31536]: cluster 2023-12-07T20:44:43.816556+0000 mgr.a (mgr.24293) 26233 : cluster 0 pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:45.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:45.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:45.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:45.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:45.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:46.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:45 smithi022 bash[28554]: audit 2023-12-07T20:44:44.953249+0000 mgr.a (mgr.24293) 26234 : audit 0 from='client.514068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:45 smithi044 bash[32620]: audit 2023-12-07T20:44:44.953249+0000 mgr.a (mgr.24293) 26234 : audit 0 from='client.514068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:45 smithi027 bash[31536]: audit 2023-12-07T20:44:44.953249+0000 mgr.a (mgr.24293) 26234 : audit 0 from='client.514068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:46 smithi022 bash[28554]: cluster 2023-12-07T20:44:45.817445+0000 mgr.a (mgr.24293) 26235 : cluster 0 pgmap v19619: 33 pgs: 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:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:46 smithi044 bash[32620]: cluster 2023-12-07T20:44:45.817445+0000 mgr.a (mgr.24293) 26235 : cluster 0 pgmap v19619: 33 pgs: 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:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:46 smithi027 bash[31536]: cluster 2023-12-07T20:44:45.817445+0000 mgr.a (mgr.24293) 26235 : cluster 0 pgmap v19619: 33 pgs: 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:49.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:48 smithi022 bash[28554]: cluster 2023-12-07T20:44:47.817999+0000 mgr.a (mgr.24293) 26236 : cluster 0 pgmap v19620: 33 pgs: 33 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:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:48 smithi044 bash[32620]: cluster 2023-12-07T20:44:47.817999+0000 mgr.a (mgr.24293) 26236 : cluster 0 pgmap v19620: 33 pgs: 33 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:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:48 smithi027 bash[31536]: cluster 2023-12-07T20:44:47.817999+0000 mgr.a (mgr.24293) 26236 : cluster 0 pgmap v19620: 33 pgs: 33 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:50.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:50 smithi022 bash[28554]: cluster 2023-12-07T20:44:49.818582+0000 mgr.a (mgr.24293) 26237 : cluster 0 pgmap v19621: 33 pgs: 33 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:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:50 smithi044 bash[32620]: cluster 2023-12-07T20:44:49.818582+0000 mgr.a (mgr.24293) 26237 : cluster 0 pgmap v19621: 33 pgs: 33 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:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:50 smithi027 bash[31536]: cluster 2023-12-07T20:44:49.818582+0000 mgr.a (mgr.24293) 26237 : cluster 0 pgmap v19621: 33 pgs: 33 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:51.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:51.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:51.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:51.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:51.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:52.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:51 smithi022 bash[28554]: audit 2023-12-07T20:44:50.929517+0000 mgr.a (mgr.24293) 26238 : audit 0 from='client.514146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:51 smithi044 bash[32620]: audit 2023-12-07T20:44:50.929517+0000 mgr.a (mgr.24293) 26238 : audit 0 from='client.514146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:51 smithi027 bash[31536]: audit 2023-12-07T20:44:50.929517+0000 mgr.a (mgr.24293) 26238 : audit 0 from='client.514146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:52 smithi022 bash[28554]: cluster 2023-12-07T20:44:51.819475+0000 mgr.a (mgr.24293) 26239 : cluster 0 pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:52 smithi044 bash[32620]: cluster 2023-12-07T20:44:51.819475+0000 mgr.a (mgr.24293) 26239 : cluster 0 pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:52 smithi027 bash[31536]: cluster 2023-12-07T20:44:51.819475+0000 mgr.a (mgr.24293) 26239 : cluster 0 pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:54 smithi022 bash[28554]: cluster 2023-12-07T20:44:53.820039+0000 mgr.a (mgr.24293) 26240 : cluster 0 pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:54 smithi044 bash[32620]: cluster 2023-12-07T20:44:53.820039+0000 mgr.a (mgr.24293) 26240 : cluster 0 pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:54 smithi027 bash[31536]: cluster 2023-12-07T20:44:53.820039+0000 mgr.a (mgr.24293) 26240 : cluster 0 pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:56.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:44:56.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:56.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:56 smithi022 bash[28554]: cluster 2023-12-07T20:44:55.820711+0000 mgr.a (mgr.24293) 26241 : cluster 0 pgmap v19624: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:56 smithi044 bash[32620]: cluster 2023-12-07T20:44:55.820711+0000 mgr.a (mgr.24293) 26241 : cluster 0 pgmap v19624: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:56 smithi027 bash[31536]: cluster 2023-12-07T20:44:55.820711+0000 mgr.a (mgr.24293) 26241 : cluster 0 pgmap v19624: 33 pgs: 33 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.415 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:44:57.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:57.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:57.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:57.415 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:44:58.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:57 smithi022 bash[28554]: audit 2023-12-07T20:44:56.880394+0000 mgr.a (mgr.24293) 26242 : audit 0 from='client.514221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:58.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:57 smithi044 bash[32620]: audit 2023-12-07T20:44:56.880394+0000 mgr.a (mgr.24293) 26242 : audit 0 from='client.514221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:58.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:57 smithi027 bash[31536]: audit 2023-12-07T20:44:56.880394+0000 mgr.a (mgr.24293) 26242 : audit 0 from='client.514221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:59.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:44:58 smithi022 bash[28554]: cluster 2023-12-07T20:44:57.821225+0000 mgr.a (mgr.24293) 26243 : cluster 0 pgmap v19625: 33 pgs: 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:44:59.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:44:58 smithi044 bash[32620]: cluster 2023-12-07T20:44:57.821225+0000 mgr.a (mgr.24293) 26243 : cluster 0 pgmap v19625: 33 pgs: 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:44:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:44:58 smithi027 bash[31536]: cluster 2023-12-07T20:44:57.821225+0000 mgr.a (mgr.24293) 26243 : cluster 0 pgmap v19625: 33 pgs: 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:45:01.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:00 smithi022 bash[28554]: cluster 2023-12-07T20:44:59.821752+0000 mgr.a (mgr.24293) 26244 : cluster 0 pgmap v19626: 33 pgs: 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:45:01.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:00 smithi044 bash[32620]: cluster 2023-12-07T20:44:59.821752+0000 mgr.a (mgr.24293) 26244 : cluster 0 pgmap v19626: 33 pgs: 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:45:01.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:00 smithi027 bash[31536]: cluster 2023-12-07T20:44:59.821752+0000 mgr.a (mgr.24293) 26244 : cluster 0 pgmap v19626: 33 pgs: 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:45:02.416 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:02.417 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:02.418 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:02 smithi022 bash[28554]: cluster 2023-12-07T20:45:01.822521+0000 mgr.a (mgr.24293) 26245 : cluster 0 pgmap v19627: 33 pgs: 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:45:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:02 smithi044 bash[32620]: cluster 2023-12-07T20:45:01.822521+0000 mgr.a (mgr.24293) 26245 : cluster 0 pgmap v19627: 33 pgs: 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:45:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:02 smithi027 bash[31536]: cluster 2023-12-07T20:45:01.822521+0000 mgr.a (mgr.24293) 26245 : cluster 0 pgmap v19627: 33 pgs: 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:45:03.369 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:03.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:03.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:03.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:03.370 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:04.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:03 smithi022 bash[28554]: audit 2023-12-07T20:45:02.838658+0000 mgr.a (mgr.24293) 26246 : audit 0 from='client.514296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:03 smithi044 bash[32620]: audit 2023-12-07T20:45:02.838658+0000 mgr.a (mgr.24293) 26246 : audit 0 from='client.514296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:04.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:03 smithi027 bash[31536]: audit 2023-12-07T20:45:02.838658+0000 mgr.a (mgr.24293) 26246 : audit 0 from='client.514296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:04 smithi022 bash[28554]: cluster 2023-12-07T20:45:03.823148+0000 mgr.a (mgr.24293) 26247 : cluster 0 pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:04 smithi044 bash[32620]: cluster 2023-12-07T20:45:03.823148+0000 mgr.a (mgr.24293) 26247 : cluster 0 pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:05.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:04 smithi027 bash[31536]: cluster 2023-12-07T20:45:03.823148+0000 mgr.a (mgr.24293) 26247 : cluster 0 pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:06 smithi022 bash[28554]: cluster 2023-12-07T20:45:05.824010+0000 mgr.a (mgr.24293) 26248 : cluster 0 pgmap v19629: 33 pgs: 33 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:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:06 smithi044 bash[32620]: cluster 2023-12-07T20:45:05.824010+0000 mgr.a (mgr.24293) 26248 : cluster 0 pgmap v19629: 33 pgs: 33 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:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:06 smithi027 bash[31536]: cluster 2023-12-07T20:45:05.824010+0000 mgr.a (mgr.24293) 26248 : cluster 0 pgmap v19629: 33 pgs: 33 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:08.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:09.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:08 smithi022 bash[28554]: cluster 2023-12-07T20:45:07.824578+0000 mgr.a (mgr.24293) 26249 : cluster 0 pgmap v19630: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:08 smithi044 bash[32620]: cluster 2023-12-07T20:45:07.824578+0000 mgr.a (mgr.24293) 26249 : cluster 0 pgmap v19630: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:08 smithi027 bash[31536]: cluster 2023-12-07T20:45:07.824578+0000 mgr.a (mgr.24293) 26249 : cluster 0 pgmap v19630: 33 pgs: 33 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.291 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:09.291 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:09.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:09.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:09.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:10.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:09 smithi022 bash[28554]: audit 2023-12-07T20:45:08.783622+0000 mgr.a (mgr.24293) 26250 : audit 0 from='client.514374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:09 smithi044 bash[32620]: audit 2023-12-07T20:45:08.783622+0000 mgr.a (mgr.24293) 26250 : audit 0 from='client.514374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:09 smithi027 bash[31536]: audit 2023-12-07T20:45:08.783622+0000 mgr.a (mgr.24293) 26250 : audit 0 from='client.514374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:11.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:10 smithi022 bash[28554]: cluster 2023-12-07T20:45:09.825214+0000 mgr.a (mgr.24293) 26251 : cluster 0 pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:10 smithi044 bash[32620]: cluster 2023-12-07T20:45:09.825214+0000 mgr.a (mgr.24293) 26251 : cluster 0 pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:11.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:10 smithi027 bash[31536]: cluster 2023-12-07T20:45:09.825214+0000 mgr.a (mgr.24293) 26251 : cluster 0 pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:12 smithi022 bash[28554]: cluster 2023-12-07T20:45:11.826036+0000 mgr.a (mgr.24293) 26252 : cluster 0 pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:12 smithi044 bash[32620]: cluster 2023-12-07T20:45:11.826036+0000 mgr.a (mgr.24293) 26252 : cluster 0 pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:12 smithi027 bash[31536]: cluster 2023-12-07T20:45:11.826036+0000 mgr.a (mgr.24293) 26252 : cluster 0 pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:14.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:14.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:14.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:14 smithi022 bash[28554]: cluster 2023-12-07T20:45:13.826678+0000 mgr.a (mgr.24293) 26253 : cluster 0 pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:14 smithi044 bash[32620]: cluster 2023-12-07T20:45:13.826678+0000 mgr.a (mgr.24293) 26253 : cluster 0 pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:15.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:14 smithi027 bash[31536]: cluster 2023-12-07T20:45:13.826678+0000 mgr.a (mgr.24293) 26253 : cluster 0 pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:15.220 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:15.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:15.221 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:15 smithi022 bash[28554]: audit 2023-12-07T20:45:14.713550+0000 mgr.a (mgr.24293) 26254 : audit 0 from='client.514449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:15 smithi044 bash[32620]: audit 2023-12-07T20:45:14.713550+0000 mgr.a (mgr.24293) 26254 : audit 0 from='client.514449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:15 smithi027 bash[31536]: audit 2023-12-07T20:45:14.713550+0000 mgr.a (mgr.24293) 26254 : audit 0 from='client.514449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:16 smithi022 bash[28554]: cluster 2023-12-07T20:45:15.827643+0000 mgr.a (mgr.24293) 26255 : cluster 0 pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:16 smithi044 bash[32620]: cluster 2023-12-07T20:45:15.827643+0000 mgr.a (mgr.24293) 26255 : cluster 0 pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:16 smithi027 bash[31536]: cluster 2023-12-07T20:45:15.827643+0000 mgr.a (mgr.24293) 26255 : cluster 0 pgmap v19634: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:18 smithi022 bash[28554]: cluster 2023-12-07T20:45:17.828320+0000 mgr.a (mgr.24293) 26256 : cluster 0 pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:18 smithi044 bash[32620]: cluster 2023-12-07T20:45:17.828320+0000 mgr.a (mgr.24293) 26256 : cluster 0 pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:18 smithi027 bash[31536]: cluster 2023-12-07T20:45:17.828320+0000 mgr.a (mgr.24293) 26256 : cluster 0 pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:20.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:20.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:20.225 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:21.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:20 smithi022 bash[28554]: cluster 2023-12-07T20:45:19.829058+0000 mgr.a (mgr.24293) 26257 : cluster 0 pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:21.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:21.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:21.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:21.176 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:21.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:20 smithi044 bash[32620]: cluster 2023-12-07T20:45:19.829058+0000 mgr.a (mgr.24293) 26257 : cluster 0 pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:21.177 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:20 smithi027 bash[31536]: cluster 2023-12-07T20:45:19.829058+0000 mgr.a (mgr.24293) 26257 : cluster 0 pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:21 smithi022 bash[28554]: audit 2023-12-07T20:45:20.636378+0000 mgr.a (mgr.24293) 26258 : audit 0 from='client.514524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:21 smithi044 bash[32620]: audit 2023-12-07T20:45:20.636378+0000 mgr.a (mgr.24293) 26258 : audit 0 from='client.514524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:21 smithi027 bash[31536]: audit 2023-12-07T20:45:20.636378+0000 mgr.a (mgr.24293) 26258 : audit 0 from='client.514524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:22 smithi022 bash[28554]: cluster 2023-12-07T20:45:21.830199+0000 mgr.a (mgr.24293) 26259 : cluster 0 pgmap v19637: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:22 smithi044 bash[32620]: cluster 2023-12-07T20:45:21.830199+0000 mgr.a (mgr.24293) 26259 : cluster 0 pgmap v19637: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:22 smithi027 bash[31536]: cluster 2023-12-07T20:45:21.830199+0000 mgr.a (mgr.24293) 26259 : cluster 0 pgmap v19637: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:24 smithi022 bash[28554]: cluster 2023-12-07T20:45:23.830837+0000 mgr.a (mgr.24293) 26260 : cluster 0 pgmap v19638: 33 pgs: 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:25.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:24 smithi044 bash[32620]: cluster 2023-12-07T20:45:23.830837+0000 mgr.a (mgr.24293) 26260 : cluster 0 pgmap v19638: 33 pgs: 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:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:24 smithi027 bash[31536]: cluster 2023-12-07T20:45:23.830837+0000 mgr.a (mgr.24293) 26260 : cluster 0 pgmap v19638: 33 pgs: 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:26.178 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:26.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:26.179 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:27.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:27.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:27.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:27.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:27.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:27.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:26 smithi022 bash[28554]: cluster 2023-12-07T20:45:25.831610+0000 mgr.a (mgr.24293) 26261 : cluster 0 pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:27.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:26 smithi044 bash[32620]: cluster 2023-12-07T20:45:25.831610+0000 mgr.a (mgr.24293) 26261 : cluster 0 pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:26 smithi027 bash[31536]: cluster 2023-12-07T20:45:25.831610+0000 mgr.a (mgr.24293) 26261 : cluster 0 pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:28.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:27 smithi022 bash[28554]: audit 2023-12-07T20:45:26.585217+0000 mgr.a (mgr.24293) 26262 : audit 0 from='client.514599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:28.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:27 smithi044 bash[32620]: audit 2023-12-07T20:45:26.585217+0000 mgr.a (mgr.24293) 26262 : audit 0 from='client.514599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:28.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:27 smithi027 bash[31536]: audit 2023-12-07T20:45:26.585217+0000 mgr.a (mgr.24293) 26262 : audit 0 from='client.514599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:29.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:28 smithi022 bash[28554]: cluster 2023-12-07T20:45:27.832050+0000 mgr.a (mgr.24293) 26263 : cluster 0 pgmap v19640: 33 pgs: 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:29.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:28 smithi044 bash[32620]: cluster 2023-12-07T20:45:27.832050+0000 mgr.a (mgr.24293) 26263 : cluster 0 pgmap v19640: 33 pgs: 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:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:28 smithi027 bash[31536]: cluster 2023-12-07T20:45:27.832050+0000 mgr.a (mgr.24293) 26263 : cluster 0 pgmap v19640: 33 pgs: 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:30 smithi027 bash[31536]: cluster 2023-12-07T20:45:29.832583+0000 mgr.a (mgr.24293) 26264 : cluster 0 pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:30 smithi022 bash[28554]: cluster 2023-12-07T20:45:29.832583+0000 mgr.a (mgr.24293) 26264 : cluster 0 pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:30 smithi044 bash[32620]: cluster 2023-12-07T20:45:29.832583+0000 mgr.a (mgr.24293) 26264 : cluster 0 pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:32.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:32.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:32.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:33.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:33.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:33.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:33.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:33.047 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:32 smithi022 bash[28554]: cluster 2023-12-07T20:45:31.833391+0000 mgr.a (mgr.24293) 26265 : cluster 0 pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:32 smithi044 bash[32620]: cluster 2023-12-07T20:45:31.833391+0000 mgr.a (mgr.24293) 26265 : cluster 0 pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:32 smithi027 bash[31536]: cluster 2023-12-07T20:45:31.833391+0000 mgr.a (mgr.24293) 26265 : cluster 0 pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:33 smithi022 bash[28554]: audit 2023-12-07T20:45:32.519432+0000 mgr.a (mgr.24293) 26266 : audit 0 from='client.514674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:33 smithi022 bash[28554]: audit 2023-12-07T20:45:33.051274+0000 mon.a (mon.0) 4058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:33 smithi022 bash[28554]: audit 2023-12-07T20:45:33.792945+0000 mon.a (mon.0) 4059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:33 smithi022 bash[28554]: audit 2023-12-07T20:45:33.795010+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:34.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:33 smithi022 bash[28554]: audit 2023-12-07T20:45:33.805229+0000 mon.a (mon.0) 4061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:45:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:33 smithi044 bash[32620]: audit 2023-12-07T20:45:32.519432+0000 mgr.a (mgr.24293) 26266 : audit 0 from='client.514674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:33 smithi044 bash[32620]: audit 2023-12-07T20:45:33.051274+0000 mon.a (mon.0) 4058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:33 smithi044 bash[32620]: audit 2023-12-07T20:45:33.792945+0000 mon.a (mon.0) 4059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:33 smithi044 bash[32620]: audit 2023-12-07T20:45:33.795010+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:34.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:33 smithi044 bash[32620]: audit 2023-12-07T20:45:33.805229+0000 mon.a (mon.0) 4061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:45:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:33 smithi027 bash[31536]: audit 2023-12-07T20:45:32.519432+0000 mgr.a (mgr.24293) 26266 : audit 0 from='client.514674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:33 smithi027 bash[31536]: audit 2023-12-07T20:45:33.051274+0000 mon.a (mon.0) 4058 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:33 smithi027 bash[31536]: audit 2023-12-07T20:45:33.792945+0000 mon.a (mon.0) 4059 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:33 smithi027 bash[31536]: audit 2023-12-07T20:45:33.795010+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:34.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:33 smithi027 bash[31536]: audit 2023-12-07T20:45:33.805229+0000 mon.a (mon.0) 4061 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:45:35.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:34 smithi022 bash[28554]: cluster 2023-12-07T20:45:33.833982+0000 mgr.a (mgr.24293) 26267 : cluster 0 pgmap v19643: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:34 smithi044 bash[32620]: cluster 2023-12-07T20:45:33.833982+0000 mgr.a (mgr.24293) 26267 : cluster 0 pgmap v19643: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:34 smithi027 bash[31536]: cluster 2023-12-07T20:45:33.833982+0000 mgr.a (mgr.24293) 26267 : cluster 0 pgmap v19643: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:36 smithi022 bash[28554]: cluster 2023-12-07T20:45:35.834764+0000 mgr.a (mgr.24293) 26268 : cluster 0 pgmap v19644: 33 pgs: 33 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:37.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:36 smithi044 bash[32620]: cluster 2023-12-07T20:45:35.834764+0000 mgr.a (mgr.24293) 26268 : cluster 0 pgmap v19644: 33 pgs: 33 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:37.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:36 smithi027 bash[31536]: cluster 2023-12-07T20:45:35.834764+0000 mgr.a (mgr.24293) 26268 : cluster 0 pgmap v19644: 33 pgs: 33 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:38.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:38.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:38.051 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:38.981 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:38.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:38.981 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:38.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:38.982 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:39.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:38 smithi022 bash[28554]: cluster 2023-12-07T20:45:37.835229+0000 mgr.a (mgr.24293) 26269 : cluster 0 pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:39.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:38 smithi044 bash[32620]: cluster 2023-12-07T20:45:37.835229+0000 mgr.a (mgr.24293) 26269 : cluster 0 pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:39.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:38 smithi027 bash[31536]: cluster 2023-12-07T20:45:37.835229+0000 mgr.a (mgr.24293) 26269 : cluster 0 pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:40.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:39 smithi022 bash[28554]: audit 2023-12-07T20:45:38.460689+0000 mgr.a (mgr.24293) 26270 : audit 0 from='client.514752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:40.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:39 smithi044 bash[32620]: audit 2023-12-07T20:45:38.460689+0000 mgr.a (mgr.24293) 26270 : audit 0 from='client.514752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:40.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:39 smithi027 bash[31536]: audit 2023-12-07T20:45:38.460689+0000 mgr.a (mgr.24293) 26270 : audit 0 from='client.514752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:41.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:40 smithi022 bash[28554]: cluster 2023-12-07T20:45:39.836105+0000 mgr.a (mgr.24293) 26271 : cluster 0 pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:41.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:40 smithi044 bash[32620]: cluster 2023-12-07T20:45:39.836105+0000 mgr.a (mgr.24293) 26271 : cluster 0 pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:41.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:40 smithi027 bash[31536]: cluster 2023-12-07T20:45:39.836105+0000 mgr.a (mgr.24293) 26271 : cluster 0 pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:42 smithi022 bash[28554]: cluster 2023-12-07T20:45:41.836943+0000 mgr.a (mgr.24293) 26272 : cluster 0 pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:42 smithi044 bash[32620]: cluster 2023-12-07T20:45:41.836943+0000 mgr.a (mgr.24293) 26272 : cluster 0 pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:42 smithi027 bash[31536]: cluster 2023-12-07T20:45:41.836943+0000 mgr.a (mgr.24293) 26272 : cluster 0 pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:43.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:43.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:43.984 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:44.913 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:44.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:44.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:44.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:44.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:44 smithi022 bash[28554]: cluster 2023-12-07T20:45:43.837522+0000 mgr.a (mgr.24293) 26273 : cluster 0 pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:44 smithi044 bash[32620]: cluster 2023-12-07T20:45:43.837522+0000 mgr.a (mgr.24293) 26273 : cluster 0 pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:45.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:44 smithi027 bash[31536]: cluster 2023-12-07T20:45:43.837522+0000 mgr.a (mgr.24293) 26273 : cluster 0 pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:46.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:45 smithi022 bash[28554]: audit 2023-12-07T20:45:44.398411+0000 mgr.a (mgr.24293) 26274 : audit 0 from='client.514821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:46.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:45 smithi044 bash[32620]: audit 2023-12-07T20:45:44.398411+0000 mgr.a (mgr.24293) 26274 : audit 0 from='client.514821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:46.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:45 smithi027 bash[31536]: audit 2023-12-07T20:45:44.398411+0000 mgr.a (mgr.24293) 26274 : audit 0 from='client.514821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:47.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:46 smithi022 bash[28554]: cluster 2023-12-07T20:45:45.838622+0000 mgr.a (mgr.24293) 26275 : cluster 0 pgmap v19649: 33 pgs: 33 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:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:46 smithi044 bash[32620]: cluster 2023-12-07T20:45:45.838622+0000 mgr.a (mgr.24293) 26275 : cluster 0 pgmap v19649: 33 pgs: 33 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:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:46 smithi027 bash[31536]: cluster 2023-12-07T20:45:45.838622+0000 mgr.a (mgr.24293) 26275 : cluster 0 pgmap v19649: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:48 smithi022 bash[28554]: cluster 2023-12-07T20:45:47.839185+0000 mgr.a (mgr.24293) 26276 : cluster 0 pgmap v19650: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:48 smithi044 bash[32620]: cluster 2023-12-07T20:45:47.839185+0000 mgr.a (mgr.24293) 26276 : cluster 0 pgmap v19650: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:48 smithi027 bash[31536]: cluster 2023-12-07T20:45:47.839185+0000 mgr.a (mgr.24293) 26276 : cluster 0 pgmap v19650: 33 pgs: 33 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.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:49.915 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:49.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:50.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:50.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:50.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:50.830 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:50.830 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:51.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:50 smithi022 bash[28554]: cluster 2023-12-07T20:45:49.839770+0000 mgr.a (mgr.24293) 26277 : cluster 0 pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:51.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:50 smithi044 bash[32620]: cluster 2023-12-07T20:45:49.839770+0000 mgr.a (mgr.24293) 26277 : cluster 0 pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:51.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:50 smithi027 bash[31536]: cluster 2023-12-07T20:45:49.839770+0000 mgr.a (mgr.24293) 26277 : cluster 0 pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:52.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:51 smithi022 bash[28554]: audit 2023-12-07T20:45:50.320349+0000 mgr.a (mgr.24293) 26278 : audit 0 from='client.514893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:52.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:51 smithi044 bash[32620]: audit 2023-12-07T20:45:50.320349+0000 mgr.a (mgr.24293) 26278 : audit 0 from='client.514893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:52.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:51 smithi027 bash[31536]: audit 2023-12-07T20:45:50.320349+0000 mgr.a (mgr.24293) 26278 : audit 0 from='client.514893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:52 smithi022 bash[28554]: cluster 2023-12-07T20:45:51.840639+0000 mgr.a (mgr.24293) 26279 : cluster 0 pgmap v19652: 33 pgs: 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:45:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:52 smithi044 bash[32620]: cluster 2023-12-07T20:45:51.840639+0000 mgr.a (mgr.24293) 26279 : cluster 0 pgmap v19652: 33 pgs: 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:45:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:52 smithi027 bash[31536]: cluster 2023-12-07T20:45:51.840639+0000 mgr.a (mgr.24293) 26279 : cluster 0 pgmap v19652: 33 pgs: 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:45:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:54 smithi022 bash[28554]: cluster 2023-12-07T20:45:53.841334+0000 mgr.a (mgr.24293) 26280 : cluster 0 pgmap v19653: 33 pgs: 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:45:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:54 smithi044 bash[32620]: cluster 2023-12-07T20:45:53.841334+0000 mgr.a (mgr.24293) 26280 : cluster 0 pgmap v19653: 33 pgs: 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:45:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:54 smithi027 bash[31536]: cluster 2023-12-07T20:45:53.841334+0000 mgr.a (mgr.24293) 26280 : cluster 0 pgmap v19653: 33 pgs: 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:45:55.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:45:55.833 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:55.834 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:56.798 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:45:56.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:56.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:56.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:56.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:45:57.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:56 smithi022 bash[28554]: cluster 2023-12-07T20:45:55.841983+0000 mgr.a (mgr.24293) 26281 : cluster 0 pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:56 smithi044 bash[32620]: cluster 2023-12-07T20:45:55.841983+0000 mgr.a (mgr.24293) 26281 : cluster 0 pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:56 smithi027 bash[31536]: cluster 2023-12-07T20:45:55.841983+0000 mgr.a (mgr.24293) 26281 : cluster 0 pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:58.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:57 smithi027 bash[31536]: audit 2023-12-07T20:45:56.253633+0000 mgr.a (mgr.24293) 26282 : audit 0 from='client.514968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:58.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:57 smithi022 bash[28554]: audit 2023-12-07T20:45:56.253633+0000 mgr.a (mgr.24293) 26282 : audit 0 from='client.514968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:57 smithi044 bash[32620]: audit 2023-12-07T20:45:56.253633+0000 mgr.a (mgr.24293) 26282 : audit 0 from='client.514968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:59.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:45:58 smithi027 bash[31536]: cluster 2023-12-07T20:45:57.842875+0000 mgr.a (mgr.24293) 26283 : cluster 0 pgmap v19655: 33 pgs: 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:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:45:58 smithi022 bash[28554]: cluster 2023-12-07T20:45:57.842875+0000 mgr.a (mgr.24293) 26283 : cluster 0 pgmap v19655: 33 pgs: 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:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:45:58 smithi044 bash[32620]: cluster 2023-12-07T20:45:57.842875+0000 mgr.a (mgr.24293) 26283 : cluster 0 pgmap v19655: 33 pgs: 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:00 smithi027 bash[31536]: cluster 2023-12-07T20:45:59.843687+0000 mgr.a (mgr.24293) 26284 : cluster 0 pgmap v19656: 33 pgs: 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:00 smithi022 bash[28554]: cluster 2023-12-07T20:45:59.843687+0000 mgr.a (mgr.24293) 26284 : cluster 0 pgmap v19656: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:00 smithi044 bash[32620]: cluster 2023-12-07T20:45:59.843687+0000 mgr.a (mgr.24293) 26284 : cluster 0 pgmap v19656: 33 pgs: 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.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:01.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:01.802 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:02.725 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:02.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:02.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:02.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:02.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:03.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:02 smithi022 bash[28554]: cluster 2023-12-07T20:46:01.844439+0000 mgr.a (mgr.24293) 26285 : cluster 0 pgmap v19657: 33 pgs: 33 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:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:02 smithi044 bash[32620]: cluster 2023-12-07T20:46:01.844439+0000 mgr.a (mgr.24293) 26285 : cluster 0 pgmap v19657: 33 pgs: 33 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:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:02 smithi027 bash[31536]: cluster 2023-12-07T20:46:01.844439+0000 mgr.a (mgr.24293) 26285 : cluster 0 pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:04.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:03 smithi022 bash[28554]: audit 2023-12-07T20:46:02.208883+0000 mgr.a (mgr.24293) 26286 : audit 0 from='client.515046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:04.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:03 smithi044 bash[32620]: audit 2023-12-07T20:46:02.208883+0000 mgr.a (mgr.24293) 26286 : audit 0 from='client.515046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:04.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:03 smithi027 bash[31536]: audit 2023-12-07T20:46:02.208883+0000 mgr.a (mgr.24293) 26286 : audit 0 from='client.515046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:05.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:04 smithi022 bash[28554]: cluster 2023-12-07T20:46:03.845141+0000 mgr.a (mgr.24293) 26287 : cluster 0 pgmap v19658: 33 pgs: 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:46:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:04 smithi044 bash[32620]: cluster 2023-12-07T20:46:03.845141+0000 mgr.a (mgr.24293) 26287 : cluster 0 pgmap v19658: 33 pgs: 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:46:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:04 smithi027 bash[31536]: cluster 2023-12-07T20:46:03.845141+0000 mgr.a (mgr.24293) 26287 : cluster 0 pgmap v19658: 33 pgs: 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:46:07.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:06 smithi022 bash[28554]: cluster 2023-12-07T20:46:05.845955+0000 mgr.a (mgr.24293) 26288 : cluster 0 pgmap v19659: 33 pgs: 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:46:07.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:06 smithi044 bash[32620]: cluster 2023-12-07T20:46:05.845955+0000 mgr.a (mgr.24293) 26288 : cluster 0 pgmap v19659: 33 pgs: 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:46:07.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:06 smithi027 bash[31536]: cluster 2023-12-07T20:46:05.845955+0000 mgr.a (mgr.24293) 26288 : cluster 0 pgmap v19659: 33 pgs: 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:46:07.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:07.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:07.729 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:08.678 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:08.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:08.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:08.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:08.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:09.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:08 smithi022 bash[28554]: cluster 2023-12-07T20:46:07.846476+0000 mgr.a (mgr.24293) 26289 : cluster 0 pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:09.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:08 smithi044 bash[32620]: cluster 2023-12-07T20:46:07.846476+0000 mgr.a (mgr.24293) 26289 : cluster 0 pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:09.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:08 smithi027 bash[31536]: cluster 2023-12-07T20:46:07.846476+0000 mgr.a (mgr.24293) 26289 : cluster 0 pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:10.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:09 smithi022 bash[28554]: audit 2023-12-07T20:46:08.149466+0000 mgr.a (mgr.24293) 26290 : audit 0 from='client.515121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:10.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:09 smithi044 bash[32620]: audit 2023-12-07T20:46:08.149466+0000 mgr.a (mgr.24293) 26290 : audit 0 from='client.515121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:10.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:09 smithi027 bash[31536]: audit 2023-12-07T20:46:08.149466+0000 mgr.a (mgr.24293) 26290 : audit 0 from='client.515121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:11.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:10 smithi044 bash[32620]: cluster 2023-12-07T20:46:09.847136+0000 mgr.a (mgr.24293) 26291 : cluster 0 pgmap v19661: 33 pgs: 33 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.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:10 smithi027 bash[31536]: cluster 2023-12-07T20:46:09.847136+0000 mgr.a (mgr.24293) 26291 : cluster 0 pgmap v19661: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:10 smithi022 bash[28554]: cluster 2023-12-07T20:46:09.847136+0000 mgr.a (mgr.24293) 26291 : cluster 0 pgmap v19661: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:12 smithi022 bash[28554]: cluster 2023-12-07T20:46:11.847922+0000 mgr.a (mgr.24293) 26292 : cluster 0 pgmap v19662: 33 pgs: 33 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:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:12 smithi044 bash[32620]: cluster 2023-12-07T20:46:11.847922+0000 mgr.a (mgr.24293) 26292 : cluster 0 pgmap v19662: 33 pgs: 33 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:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:12 smithi027 bash[31536]: cluster 2023-12-07T20:46:11.847922+0000 mgr.a (mgr.24293) 26292 : cluster 0 pgmap v19662: 33 pgs: 33 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:13.682 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:13.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:13.683 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:14.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:14.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:14.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:14.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:14.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:15.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:14 smithi022 bash[28554]: cluster 2023-12-07T20:46:13.848472+0000 mgr.a (mgr.24293) 26293 : cluster 0 pgmap v19663: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:14 smithi044 bash[32620]: cluster 2023-12-07T20:46:13.848472+0000 mgr.a (mgr.24293) 26293 : cluster 0 pgmap v19663: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:14 smithi027 bash[31536]: cluster 2023-12-07T20:46:13.848472+0000 mgr.a (mgr.24293) 26293 : cluster 0 pgmap v19663: 33 pgs: 33 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:16.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:15 smithi022 bash[28554]: audit 2023-12-07T20:46:14.102526+0000 mgr.a (mgr.24293) 26294 : audit 0 from='client.515199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:16.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:15 smithi044 bash[32620]: audit 2023-12-07T20:46:14.102526+0000 mgr.a (mgr.24293) 26294 : audit 0 from='client.515199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:16.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:15 smithi027 bash[31536]: audit 2023-12-07T20:46:14.102526+0000 mgr.a (mgr.24293) 26294 : audit 0 from='client.515199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:17.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:16 smithi022 bash[28554]: cluster 2023-12-07T20:46:15.849411+0000 mgr.a (mgr.24293) 26295 : cluster 0 pgmap v19664: 33 pgs: 33 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:17.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:16 smithi044 bash[32620]: cluster 2023-12-07T20:46:15.849411+0000 mgr.a (mgr.24293) 26295 : cluster 0 pgmap v19664: 33 pgs: 33 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:17.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:16 smithi027 bash[31536]: cluster 2023-12-07T20:46:15.849411+0000 mgr.a (mgr.24293) 26295 : cluster 0 pgmap v19664: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:18 smithi022 bash[28554]: cluster 2023-12-07T20:46:17.850002+0000 mgr.a (mgr.24293) 26296 : cluster 0 pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:19.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:18 smithi044 bash[32620]: cluster 2023-12-07T20:46:17.850002+0000 mgr.a (mgr.24293) 26296 : cluster 0 pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:18 smithi027 bash[31536]: cluster 2023-12-07T20:46:17.850002+0000 mgr.a (mgr.24293) 26296 : cluster 0 pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:19.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:19.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:19.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:20.587 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:20.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:20.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:20.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:20.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:21.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:20 smithi022 bash[28554]: cluster 2023-12-07T20:46:19.850565+0000 mgr.a (mgr.24293) 26297 : cluster 0 pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:21.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:20 smithi044 bash[32620]: cluster 2023-12-07T20:46:19.850565+0000 mgr.a (mgr.24293) 26297 : cluster 0 pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:21.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:20 smithi027 bash[31536]: cluster 2023-12-07T20:46:19.850565+0000 mgr.a (mgr.24293) 26297 : cluster 0 pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:22.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:21 smithi022 bash[28554]: audit 2023-12-07T20:46:20.066786+0000 mgr.a (mgr.24293) 26298 : audit 0 from='client.515274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:21 smithi044 bash[32620]: audit 2023-12-07T20:46:20.066786+0000 mgr.a (mgr.24293) 26298 : audit 0 from='client.515274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:21 smithi027 bash[31536]: audit 2023-12-07T20:46:20.066786+0000 mgr.a (mgr.24293) 26298 : audit 0 from='client.515274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:22 smithi027 bash[31536]: cluster 2023-12-07T20:46:21.851484+0000 mgr.a (mgr.24293) 26299 : cluster 0 pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:22 smithi022 bash[28554]: cluster 2023-12-07T20:46:21.851484+0000 mgr.a (mgr.24293) 26299 : cluster 0 pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:22 smithi044 bash[32620]: cluster 2023-12-07T20:46:21.851484+0000 mgr.a (mgr.24293) 26299 : cluster 0 pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:25.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:24 smithi027 bash[31536]: cluster 2023-12-07T20:46:23.852038+0000 mgr.a (mgr.24293) 26300 : cluster 0 pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:24 smithi022 bash[28554]: cluster 2023-12-07T20:46:23.852038+0000 mgr.a (mgr.24293) 26300 : cluster 0 pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:24 smithi044 bash[32620]: cluster 2023-12-07T20:46:23.852038+0000 mgr.a (mgr.24293) 26300 : cluster 0 pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:25.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:25.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:25.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:26.547 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:26.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:26.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:26.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:26.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:27.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:26 smithi027 bash[31536]: cluster 2023-12-07T20:46:25.852751+0000 mgr.a (mgr.24293) 26301 : cluster 0 pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:26 smithi027 bash[31536]: audit 2023-12-07T20:46:26.003772+0000 mgr.a (mgr.24293) 26302 : audit 0 from='client.515352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:26 smithi022 bash[28554]: cluster 2023-12-07T20:46:25.852751+0000 mgr.a (mgr.24293) 26301 : cluster 0 pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:26 smithi022 bash[28554]: audit 2023-12-07T20:46:26.003772+0000 mgr.a (mgr.24293) 26302 : audit 0 from='client.515352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:26 smithi044 bash[32620]: cluster 2023-12-07T20:46:25.852751+0000 mgr.a (mgr.24293) 26301 : cluster 0 pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:26 smithi044 bash[32620]: audit 2023-12-07T20:46:26.003772+0000 mgr.a (mgr.24293) 26302 : audit 0 from='client.515352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:29.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:28 smithi027 bash[31536]: cluster 2023-12-07T20:46:27.853506+0000 mgr.a (mgr.24293) 26303 : cluster 0 pgmap v19670: 33 pgs: 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:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:28 smithi022 bash[28554]: cluster 2023-12-07T20:46:27.853506+0000 mgr.a (mgr.24293) 26303 : cluster 0 pgmap v19670: 33 pgs: 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:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:28 smithi044 bash[32620]: cluster 2023-12-07T20:46:27.853506+0000 mgr.a (mgr.24293) 26303 : cluster 0 pgmap v19670: 33 pgs: 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:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:30 smithi027 bash[31536]: cluster 2023-12-07T20:46:29.854109+0000 mgr.a (mgr.24293) 26304 : cluster 0 pgmap v19671: 33 pgs: 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:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:30 smithi022 bash[28554]: cluster 2023-12-07T20:46:29.854109+0000 mgr.a (mgr.24293) 26304 : cluster 0 pgmap v19671: 33 pgs: 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:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:30 smithi044 bash[32620]: cluster 2023-12-07T20:46:29.854109+0000 mgr.a (mgr.24293) 26304 : cluster 0 pgmap v19671: 33 pgs: 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:31.549 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:31.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:31.550 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:32.487 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:32.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:32.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:32.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:32.487 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:32 smithi022 bash[28554]: cluster 2023-12-07T20:46:31.854864+0000 mgr.a (mgr.24293) 26305 : cluster 0 pgmap v19672: 33 pgs: 33 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:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:32 smithi022 bash[28554]: audit 2023-12-07T20:46:31.967099+0000 mgr.a (mgr.24293) 26306 : audit 0 from='client.515430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:32 smithi044 bash[32620]: cluster 2023-12-07T20:46:31.854864+0000 mgr.a (mgr.24293) 26305 : cluster 0 pgmap v19672: 33 pgs: 33 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:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:32 smithi044 bash[32620]: audit 2023-12-07T20:46:31.967099+0000 mgr.a (mgr.24293) 26306 : audit 0 from='client.515430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:33.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:32 smithi027 bash[31536]: cluster 2023-12-07T20:46:31.854864+0000 mgr.a (mgr.24293) 26305 : cluster 0 pgmap v19672: 33 pgs: 33 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:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:32 smithi027 bash[31536]: audit 2023-12-07T20:46:31.967099+0000 mgr.a (mgr.24293) 26306 : audit 0 from='client.515430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:33 smithi022 bash[28554]: audit 2023-12-07T20:46:33.908584+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:33 smithi044 bash[32620]: audit 2023-12-07T20:46:33.908584+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:34.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:33 smithi027 bash[31536]: audit 2023-12-07T20:46:33.908584+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:34 smithi022 bash[28554]: cluster 2023-12-07T20:46:33.855560+0000 mgr.a (mgr.24293) 26307 : cluster 0 pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:46:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:34 smithi022 bash[28554]: audit 2023-12-07T20:46:34.648249+0000 mon.a (mon.0) 4063 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:34 smithi022 bash[28554]: audit 2023-12-07T20:46:34.650212+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:34 smithi022 bash[28554]: audit 2023-12-07T20:46:34.659848+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:46:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:34 smithi044 bash[32620]: cluster 2023-12-07T20:46:33.855560+0000 mgr.a (mgr.24293) 26307 : cluster 0 pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:46:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:34 smithi044 bash[32620]: audit 2023-12-07T20:46:34.648249+0000 mon.a (mon.0) 4063 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:34 smithi044 bash[32620]: audit 2023-12-07T20:46:34.650212+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:34 smithi044 bash[32620]: audit 2023-12-07T20:46:34.659848+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:46:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:34 smithi027 bash[31536]: cluster 2023-12-07T20:46:33.855560+0000 mgr.a (mgr.24293) 26307 : cluster 0 pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:46:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:34 smithi027 bash[31536]: audit 2023-12-07T20:46:34.648249+0000 mon.a (mon.0) 4063 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:34 smithi027 bash[31536]: audit 2023-12-07T20:46:34.650212+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:34 smithi027 bash[31536]: audit 2023-12-07T20:46:34.659848+0000 mon.a (mon.0) 4065 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:46:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:36 smithi022 bash[28554]: cluster 2023-12-07T20:46:35.856398+0000 mgr.a (mgr.24293) 26308 : cluster 0 pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:36 smithi044 bash[32620]: cluster 2023-12-07T20:46:35.856398+0000 mgr.a (mgr.24293) 26308 : cluster 0 pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:37.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:36 smithi027 bash[31536]: cluster 2023-12-07T20:46:35.856398+0000 mgr.a (mgr.24293) 26308 : cluster 0 pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:37.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:37.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:37.491 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:38.440 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:38.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:38.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:38.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:38.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:39.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:38 smithi022 bash[28554]: cluster 2023-12-07T20:46:37.857064+0000 mgr.a (mgr.24293) 26309 : cluster 0 pgmap v19675: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:38 smithi022 bash[28554]: audit 2023-12-07T20:46:37.908390+0000 mgr.a (mgr.24293) 26310 : audit 0 from='client.515505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:38 smithi044 bash[32620]: cluster 2023-12-07T20:46:37.857064+0000 mgr.a (mgr.24293) 26309 : cluster 0 pgmap v19675: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:38 smithi044 bash[32620]: audit 2023-12-07T20:46:37.908390+0000 mgr.a (mgr.24293) 26310 : audit 0 from='client.515505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:38 smithi027 bash[31536]: cluster 2023-12-07T20:46:37.857064+0000 mgr.a (mgr.24293) 26309 : cluster 0 pgmap v19675: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:38 smithi027 bash[31536]: audit 2023-12-07T20:46:37.908390+0000 mgr.a (mgr.24293) 26310 : audit 0 from='client.515505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:41.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:40 smithi022 bash[28554]: cluster 2023-12-07T20:46:39.857801+0000 mgr.a (mgr.24293) 26311 : cluster 0 pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:40 smithi044 bash[32620]: cluster 2023-12-07T20:46:39.857801+0000 mgr.a (mgr.24293) 26311 : cluster 0 pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:40 smithi027 bash[31536]: cluster 2023-12-07T20:46:39.857801+0000 mgr.a (mgr.24293) 26311 : cluster 0 pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:42 smithi022 bash[28554]: cluster 2023-12-07T20:46:41.858644+0000 mgr.a (mgr.24293) 26312 : cluster 0 pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:42 smithi044 bash[32620]: cluster 2023-12-07T20:46:41.858644+0000 mgr.a (mgr.24293) 26312 : cluster 0 pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:42 smithi027 bash[31536]: cluster 2023-12-07T20:46:41.858644+0000 mgr.a (mgr.24293) 26312 : cluster 0 pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:43.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:43.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:43.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:44.384 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:44.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:44.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:44.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:44.384 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:44 smithi022 bash[28554]: audit 2023-12-07T20:46:43.860737+0000 mgr.a (mgr.24293) 26313 : audit 0 from='client.515583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:45.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:44 smithi022 bash[28554]: cluster 2023-12-07T20:46:43.861177+0000 mgr.a (mgr.24293) 26314 : cluster 0 pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:44 smithi044 bash[32620]: audit 2023-12-07T20:46:43.860737+0000 mgr.a (mgr.24293) 26313 : audit 0 from='client.515583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:44 smithi044 bash[32620]: cluster 2023-12-07T20:46:43.861177+0000 mgr.a (mgr.24293) 26314 : cluster 0 pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:44 smithi027 bash[31536]: audit 2023-12-07T20:46:43.860737+0000 mgr.a (mgr.24293) 26313 : audit 0 from='client.515583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:44 smithi027 bash[31536]: cluster 2023-12-07T20:46:43.861177+0000 mgr.a (mgr.24293) 26314 : cluster 0 pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:47.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:46 smithi022 bash[28554]: cluster 2023-12-07T20:46:45.861997+0000 mgr.a (mgr.24293) 26315 : cluster 0 pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:47.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:46 smithi044 bash[32620]: cluster 2023-12-07T20:46:45.861997+0000 mgr.a (mgr.24293) 26315 : cluster 0 pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:47.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:46 smithi027 bash[31536]: cluster 2023-12-07T20:46:45.861997+0000 mgr.a (mgr.24293) 26315 : cluster 0 pgmap v19679: 33 pgs: 33 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.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:48 smithi022 bash[28554]: cluster 2023-12-07T20:46:47.862604+0000 mgr.a (mgr.24293) 26316 : cluster 0 pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:49.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:48 smithi044 bash[32620]: cluster 2023-12-07T20:46:47.862604+0000 mgr.a (mgr.24293) 26316 : cluster 0 pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:49.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:48 smithi027 bash[31536]: cluster 2023-12-07T20:46:47.862604+0000 mgr.a (mgr.24293) 26316 : cluster 0 pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:49.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:49.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:49.386 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:50.337 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:50.337 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:50.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:50.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:50.338 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:50 smithi027 bash[31536]: audit 2023-12-07T20:46:49.793861+0000 mgr.a (mgr.24293) 26317 : audit 0 from='client.515658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:51.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:50 smithi027 bash[31536]: cluster 2023-12-07T20:46:49.863168+0000 mgr.a (mgr.24293) 26318 : cluster 0 pgmap v19681: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:50 smithi022 bash[28554]: audit 2023-12-07T20:46:49.793861+0000 mgr.a (mgr.24293) 26317 : audit 0 from='client.515658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:50 smithi022 bash[28554]: cluster 2023-12-07T20:46:49.863168+0000 mgr.a (mgr.24293) 26318 : cluster 0 pgmap v19681: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:50 smithi044 bash[32620]: audit 2023-12-07T20:46:49.793861+0000 mgr.a (mgr.24293) 26317 : audit 0 from='client.515658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:50 smithi044 bash[32620]: cluster 2023-12-07T20:46:49.863168+0000 mgr.a (mgr.24293) 26318 : cluster 0 pgmap v19681: 33 pgs: 33 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:53.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:52 smithi022 bash[28554]: cluster 2023-12-07T20:46:51.864062+0000 mgr.a (mgr.24293) 26319 : cluster 0 pgmap v19682: 33 pgs: 33 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:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:52 smithi044 bash[32620]: cluster 2023-12-07T20:46:51.864062+0000 mgr.a (mgr.24293) 26319 : cluster 0 pgmap v19682: 33 pgs: 33 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:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:52 smithi027 bash[31536]: cluster 2023-12-07T20:46:51.864062+0000 mgr.a (mgr.24293) 26319 : cluster 0 pgmap v19682: 33 pgs: 33 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:55.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:54 smithi022 bash[28554]: cluster 2023-12-07T20:46:53.864645+0000 mgr.a (mgr.24293) 26320 : cluster 0 pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:55.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:54 smithi044 bash[32620]: cluster 2023-12-07T20:46:53.864645+0000 mgr.a (mgr.24293) 26320 : cluster 0 pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:55.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:54 smithi027 bash[31536]: cluster 2023-12-07T20:46:53.864645+0000 mgr.a (mgr.24293) 26320 : cluster 0 pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:55.340 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:46:55.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:55.341 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:56.280 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:46:56.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:56.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:56.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:56.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:46:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:56 smithi022 bash[28554]: audit 2023-12-07T20:46:55.747709+0000 mgr.a (mgr.24293) 26321 : audit 0 from='client.515730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:56 smithi022 bash[28554]: cluster 2023-12-07T20:46:55.865637+0000 mgr.a (mgr.24293) 26322 : cluster 0 pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:56 smithi044 bash[32620]: audit 2023-12-07T20:46:55.747709+0000 mgr.a (mgr.24293) 26321 : audit 0 from='client.515730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:56 smithi044 bash[32620]: cluster 2023-12-07T20:46:55.865637+0000 mgr.a (mgr.24293) 26322 : cluster 0 pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:56 smithi027 bash[31536]: audit 2023-12-07T20:46:55.747709+0000 mgr.a (mgr.24293) 26321 : audit 0 from='client.515730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:57.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:56 smithi027 bash[31536]: cluster 2023-12-07T20:46:55.865637+0000 mgr.a (mgr.24293) 26322 : cluster 0 pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:59.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:46:58 smithi027 bash[31536]: cluster 2023-12-07T20:46:57.866290+0000 mgr.a (mgr.24293) 26323 : cluster 0 pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:46:58 smithi022 bash[28554]: cluster 2023-12-07T20:46:57.866290+0000 mgr.a (mgr.24293) 26323 : cluster 0 pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:46:58 smithi044 bash[32620]: cluster 2023-12-07T20:46:57.866290+0000 mgr.a (mgr.24293) 26323 : cluster 0 pgmap v19685: 33 pgs: 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:01.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:00 smithi027 bash[31536]: cluster 2023-12-07T20:46:59.866877+0000 mgr.a (mgr.24293) 26324 : cluster 0 pgmap v19686: 33 pgs: 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:01.283 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:01.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:01.284 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:00 smithi022 bash[28554]: cluster 2023-12-07T20:46:59.866877+0000 mgr.a (mgr.24293) 26324 : cluster 0 pgmap v19686: 33 pgs: 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:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:00 smithi044 bash[32620]: cluster 2023-12-07T20:46:59.866877+0000 mgr.a (mgr.24293) 26324 : cluster 0 pgmap v19686: 33 pgs: 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:02.226 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:02.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:02.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:02.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:02.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:02 smithi022 bash[28554]: audit 2023-12-07T20:47:01.692967+0000 mgr.a (mgr.24293) 26325 : audit 0 from='client.515805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:02 smithi022 bash[28554]: cluster 2023-12-07T20:47:01.868016+0000 mgr.a (mgr.24293) 26326 : cluster 0 pgmap v19687: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:02 smithi044 bash[32620]: audit 2023-12-07T20:47:01.692967+0000 mgr.a (mgr.24293) 26325 : audit 0 from='client.515805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:02 smithi044 bash[32620]: cluster 2023-12-07T20:47:01.868016+0000 mgr.a (mgr.24293) 26326 : cluster 0 pgmap v19687: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:02 smithi027 bash[31536]: audit 2023-12-07T20:47:01.692967+0000 mgr.a (mgr.24293) 26325 : audit 0 from='client.515805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:02 smithi027 bash[31536]: cluster 2023-12-07T20:47:01.868016+0000 mgr.a (mgr.24293) 26326 : cluster 0 pgmap v19687: 33 pgs: 33 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.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:04 smithi022 bash[28554]: cluster 2023-12-07T20:47:03.868723+0000 mgr.a (mgr.24293) 26327 : cluster 0 pgmap v19688: 33 pgs: 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:05.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:04 smithi044 bash[32620]: cluster 2023-12-07T20:47:03.868723+0000 mgr.a (mgr.24293) 26327 : cluster 0 pgmap v19688: 33 pgs: 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:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:04 smithi027 bash[31536]: cluster 2023-12-07T20:47:03.868723+0000 mgr.a (mgr.24293) 26327 : cluster 0 pgmap v19688: 33 pgs: 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:06 smithi027 bash[31536]: cluster 2023-12-07T20:47:05.869552+0000 mgr.a (mgr.24293) 26328 : cluster 0 pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:07.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:07.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:07.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:06 smithi022 bash[28554]: cluster 2023-12-07T20:47:05.869552+0000 mgr.a (mgr.24293) 26328 : cluster 0 pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:06 smithi044 bash[32620]: cluster 2023-12-07T20:47:05.869552+0000 mgr.a (mgr.24293) 26328 : cluster 0 pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:08.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:08.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:08.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:08.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:08.198 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:09.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:08 smithi027 bash[31536]: audit 2023-12-07T20:47:07.649129+0000 mgr.a (mgr.24293) 26329 : audit 0 from='client.413686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:09.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:08 smithi027 bash[31536]: cluster 2023-12-07T20:47:07.870223+0000 mgr.a (mgr.24293) 26330 : cluster 0 pgmap v19690: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:08 smithi022 bash[28554]: audit 2023-12-07T20:47:07.649129+0000 mgr.a (mgr.24293) 26329 : audit 0 from='client.413686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:08 smithi022 bash[28554]: cluster 2023-12-07T20:47:07.870223+0000 mgr.a (mgr.24293) 26330 : cluster 0 pgmap v19690: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:08 smithi044 bash[32620]: audit 2023-12-07T20:47:07.649129+0000 mgr.a (mgr.24293) 26329 : audit 0 from='client.413686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:08 smithi044 bash[32620]: cluster 2023-12-07T20:47:07.870223+0000 mgr.a (mgr.24293) 26330 : cluster 0 pgmap v19690: 33 pgs: 33 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:11.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:10 smithi027 bash[31536]: cluster 2023-12-07T20:47:09.870953+0000 mgr.a (mgr.24293) 26331 : cluster 0 pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:10 smithi022 bash[28554]: cluster 2023-12-07T20:47:09.870953+0000 mgr.a (mgr.24293) 26331 : cluster 0 pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:10 smithi044 bash[32620]: cluster 2023-12-07T20:47:09.870953+0000 mgr.a (mgr.24293) 26331 : cluster 0 pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:12 smithi022 bash[28554]: cluster 2023-12-07T20:47:11.871756+0000 mgr.a (mgr.24293) 26332 : cluster 0 pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:12 smithi044 bash[32620]: cluster 2023-12-07T20:47:11.871756+0000 mgr.a (mgr.24293) 26332 : cluster 0 pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:12 smithi027 bash[31536]: cluster 2023-12-07T20:47:11.871756+0000 mgr.a (mgr.24293) 26332 : cluster 0 pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:13.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:13.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:13.202 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:14.146 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:14 smithi027 bash[31536]: audit 2023-12-07T20:47:13.612378+0000 mgr.a (mgr.24293) 26333 : audit 0 from='client.515958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:14 smithi027 bash[31536]: cluster 2023-12-07T20:47:13.872206+0000 mgr.a (mgr.24293) 26334 : cluster 0 pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:14 smithi022 bash[28554]: audit 2023-12-07T20:47:13.612378+0000 mgr.a (mgr.24293) 26333 : audit 0 from='client.515958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:14 smithi022 bash[28554]: cluster 2023-12-07T20:47:13.872206+0000 mgr.a (mgr.24293) 26334 : cluster 0 pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:14 smithi044 bash[32620]: audit 2023-12-07T20:47:13.612378+0000 mgr.a (mgr.24293) 26333 : audit 0 from='client.515958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:14 smithi044 bash[32620]: cluster 2023-12-07T20:47:13.872206+0000 mgr.a (mgr.24293) 26334 : cluster 0 pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:17.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:16 smithi027 bash[31536]: cluster 2023-12-07T20:47:15.873069+0000 mgr.a (mgr.24293) 26335 : cluster 0 pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:16 smithi022 bash[28554]: cluster 2023-12-07T20:47:15.873069+0000 mgr.a (mgr.24293) 26335 : cluster 0 pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:16 smithi044 bash[32620]: cluster 2023-12-07T20:47:15.873069+0000 mgr.a (mgr.24293) 26335 : cluster 0 pgmap v19694: 33 pgs: 33 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.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:19.150 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:19.150 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:19.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:18 smithi027 bash[31536]: cluster 2023-12-07T20:47:17.873639+0000 mgr.a (mgr.24293) 26336 : cluster 0 pgmap v19695: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:18 smithi022 bash[28554]: cluster 2023-12-07T20:47:17.873639+0000 mgr.a (mgr.24293) 26336 : cluster 0 pgmap v19695: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:18 smithi044 bash[32620]: cluster 2023-12-07T20:47:17.873639+0000 mgr.a (mgr.24293) 26336 : cluster 0 pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:20.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:20.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:20.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:20.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:20.080 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:21.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:20 smithi027 bash[31536]: audit 2023-12-07T20:47:19.559781+0000 mgr.a (mgr.24293) 26337 : audit 0 from='client.516033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:21.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:20 smithi027 bash[31536]: cluster 2023-12-07T20:47:19.874291+0000 mgr.a (mgr.24293) 26338 : cluster 0 pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:20 smithi022 bash[28554]: audit 2023-12-07T20:47:19.559781+0000 mgr.a (mgr.24293) 26337 : audit 0 from='client.516033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:20 smithi022 bash[28554]: cluster 2023-12-07T20:47:19.874291+0000 mgr.a (mgr.24293) 26338 : cluster 0 pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:20 smithi044 bash[32620]: audit 2023-12-07T20:47:19.559781+0000 mgr.a (mgr.24293) 26337 : audit 0 from='client.516033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:20 smithi044 bash[32620]: cluster 2023-12-07T20:47:19.874291+0000 mgr.a (mgr.24293) 26338 : cluster 0 pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:22 smithi022 bash[28554]: cluster 2023-12-07T20:47:21.875335+0000 mgr.a (mgr.24293) 26339 : cluster 0 pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:22 smithi044 bash[32620]: cluster 2023-12-07T20:47:21.875335+0000 mgr.a (mgr.24293) 26339 : cluster 0 pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:23.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:22 smithi027 bash[31536]: cluster 2023-12-07T20:47:21.875335+0000 mgr.a (mgr.24293) 26339 : cluster 0 pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:25.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:25.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:25.083 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:25.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:24 smithi027 bash[31536]: cluster 2023-12-07T20:47:23.875936+0000 mgr.a (mgr.24293) 26340 : cluster 0 pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:24 smithi022 bash[28554]: cluster 2023-12-07T20:47:23.875936+0000 mgr.a (mgr.24293) 26340 : cluster 0 pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:24 smithi044 bash[32620]: cluster 2023-12-07T20:47:23.875936+0000 mgr.a (mgr.24293) 26340 : cluster 0 pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:26.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:26.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:26.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:26.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:26.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:26 smithi027 bash[31536]: audit 2023-12-07T20:47:25.488238+0000 mgr.a (mgr.24293) 26341 : audit 0 from='client.516108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:27.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:26 smithi027 bash[31536]: cluster 2023-12-07T20:47:25.876665+0000 mgr.a (mgr.24293) 26342 : cluster 0 pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:26 smithi022 bash[28554]: audit 2023-12-07T20:47:25.488238+0000 mgr.a (mgr.24293) 26341 : audit 0 from='client.516108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:26 smithi022 bash[28554]: cluster 2023-12-07T20:47:25.876665+0000 mgr.a (mgr.24293) 26342 : cluster 0 pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:26 smithi044 bash[32620]: audit 2023-12-07T20:47:25.488238+0000 mgr.a (mgr.24293) 26341 : audit 0 from='client.516108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:26 smithi044 bash[32620]: cluster 2023-12-07T20:47:25.876665+0000 mgr.a (mgr.24293) 26342 : cluster 0 pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:29.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:28 smithi027 bash[31536]: cluster 2023-12-07T20:47:27.877296+0000 mgr.a (mgr.24293) 26343 : cluster 0 pgmap v19700: 33 pgs: 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:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:28 smithi022 bash[28554]: cluster 2023-12-07T20:47:27.877296+0000 mgr.a (mgr.24293) 26343 : cluster 0 pgmap v19700: 33 pgs: 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:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:28 smithi044 bash[32620]: cluster 2023-12-07T20:47:27.877296+0000 mgr.a (mgr.24293) 26343 : cluster 0 pgmap v19700: 33 pgs: 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:31.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:31.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:31.030 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:30 smithi027 bash[31536]: cluster 2023-12-07T20:47:29.877890+0000 mgr.a (mgr.24293) 26344 : cluster 0 pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:30 smithi022 bash[28554]: cluster 2023-12-07T20:47:29.877890+0000 mgr.a (mgr.24293) 26344 : cluster 0 pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:30 smithi044 bash[32620]: cluster 2023-12-07T20:47:29.877890+0000 mgr.a (mgr.24293) 26344 : cluster 0 pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:31.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:31.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:31.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:31.983 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:31.983 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:33.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:32 smithi022 bash[28554]: audit 2023-12-07T20:47:31.452365+0000 mgr.a (mgr.24293) 26345 : audit 0 from='client.516183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:33.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:32 smithi022 bash[28554]: cluster 2023-12-07T20:47:31.879015+0000 mgr.a (mgr.24293) 26346 : cluster 0 pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:32 smithi044 bash[32620]: audit 2023-12-07T20:47:31.452365+0000 mgr.a (mgr.24293) 26345 : audit 0 from='client.516183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:33.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:32 smithi044 bash[32620]: cluster 2023-12-07T20:47:31.879015+0000 mgr.a (mgr.24293) 26346 : cluster 0 pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:32 smithi027 bash[31536]: audit 2023-12-07T20:47:31.452365+0000 mgr.a (mgr.24293) 26345 : audit 0 from='client.516183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:33.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:32 smithi027 bash[31536]: cluster 2023-12-07T20:47:31.879015+0000 mgr.a (mgr.24293) 26346 : cluster 0 pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:34 smithi027 bash[31536]: cluster 2023-12-07T20:47:33.879621+0000 mgr.a (mgr.24293) 26347 : cluster 0 pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:35.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:34 smithi027 bash[31536]: audit 2023-12-07T20:47:34.762917+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:34 smithi022 bash[28554]: cluster 2023-12-07T20:47:33.879621+0000 mgr.a (mgr.24293) 26347 : cluster 0 pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:34 smithi022 bash[28554]: audit 2023-12-07T20:47:34.762917+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:34 smithi044 bash[32620]: cluster 2023-12-07T20:47:33.879621+0000 mgr.a (mgr.24293) 26347 : cluster 0 pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:34 smithi044 bash[32620]: audit 2023-12-07T20:47:34.762917+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:36.985 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:36.986 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:36.986 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:37.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:36 smithi027 bash[31536]: cluster 2023-12-07T20:47:35.880325+0000 mgr.a (mgr.24293) 26348 : cluster 0 pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:36 smithi022 bash[28554]: cluster 2023-12-07T20:47:35.880325+0000 mgr.a (mgr.24293) 26348 : cluster 0 pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:36 smithi044 bash[32620]: cluster 2023-12-07T20:47:35.880325+0000 mgr.a (mgr.24293) 26348 : cluster 0 pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:37.929 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:37.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:37.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:37.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:37.930 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:38 smithi027 bash[31536]: audit 2023-12-07T20:47:37.396015+0000 mgr.a (mgr.24293) 26349 : audit 0 from='client.516261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:39.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:38 smithi027 bash[31536]: cluster 2023-12-07T20:47:37.880819+0000 mgr.a (mgr.24293) 26350 : cluster 0 pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:38 smithi022 bash[28554]: audit 2023-12-07T20:47:37.396015+0000 mgr.a (mgr.24293) 26349 : audit 0 from='client.516261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:38 smithi022 bash[28554]: cluster 2023-12-07T20:47:37.880819+0000 mgr.a (mgr.24293) 26350 : cluster 0 pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:38 smithi044 bash[32620]: audit 2023-12-07T20:47:37.396015+0000 mgr.a (mgr.24293) 26349 : audit 0 from='client.516261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:38 smithi044 bash[32620]: cluster 2023-12-07T20:47:37.880819+0000 mgr.a (mgr.24293) 26350 : cluster 0 pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: cluster 2023-12-07T20:47:39.881287+0000 mgr.a (mgr.24293) 26351 : cluster 0 pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.120945+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.130278+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.172942+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.178281+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.184541+0000 mon.a (mon.0) 4071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.190040+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.911297+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.913557+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:41.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:40 smithi027 bash[31536]: audit 2023-12-07T20:47:40.924246+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: cluster 2023-12-07T20:47:39.881287+0000 mgr.a (mgr.24293) 26351 : cluster 0 pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.120945+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.130278+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.172942+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.178281+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.184541+0000 mon.a (mon.0) 4071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.190040+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.911297+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.913557+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:40 smithi022 bash[28554]: audit 2023-12-07T20:47:40.924246+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: cluster 2023-12-07T20:47:39.881287+0000 mgr.a (mgr.24293) 26351 : cluster 0 pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.120945+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.130278+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.172942+0000 mon.a (mon.0) 4069 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.178281+0000 mon.a (mon.0) 4070 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.184541+0000 mon.a (mon.0) 4071 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.190040+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.911297+0000 mon.a (mon.0) 4073 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.913557+0000 mon.a (mon.0) 4074 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:41.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:40 smithi044 bash[32620]: audit 2023-12-07T20:47:40.924246+0000 mon.a (mon.0) 4075 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:47:42.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:42.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:42.932 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:43.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:42 smithi022 bash[28554]: cluster 2023-12-07T20:47:41.882137+0000 mgr.a (mgr.24293) 26352 : cluster 0 pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:43.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:42 smithi044 bash[32620]: cluster 2023-12-07T20:47:41.882137+0000 mgr.a (mgr.24293) 26352 : cluster 0 pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:43.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:42 smithi027 bash[31536]: cluster 2023-12-07T20:47:41.882137+0000 mgr.a (mgr.24293) 26352 : cluster 0 pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:43.862 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:43.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:43.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:43.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:43.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:44 smithi027 bash[31536]: audit 2023-12-07T20:47:43.346112+0000 mgr.a (mgr.24293) 26353 : audit 0 from='client.516336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:44 smithi027 bash[31536]: cluster 2023-12-07T20:47:43.882923+0000 mgr.a (mgr.24293) 26354 : cluster 0 pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:45.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:44 smithi022 bash[28554]: audit 2023-12-07T20:47:43.346112+0000 mgr.a (mgr.24293) 26353 : audit 0 from='client.516336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:44 smithi022 bash[28554]: cluster 2023-12-07T20:47:43.882923+0000 mgr.a (mgr.24293) 26354 : cluster 0 pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:44 smithi044 bash[32620]: audit 2023-12-07T20:47:43.346112+0000 mgr.a (mgr.24293) 26353 : audit 0 from='client.516336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:44 smithi044 bash[32620]: cluster 2023-12-07T20:47:43.882923+0000 mgr.a (mgr.24293) 26354 : cluster 0 pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:47.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:46 smithi027 bash[31536]: cluster 2023-12-07T20:47:45.883847+0000 mgr.a (mgr.24293) 26355 : cluster 0 pgmap v19709: 33 pgs: 33 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:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:46 smithi022 bash[28554]: cluster 2023-12-07T20:47:45.883847+0000 mgr.a (mgr.24293) 26355 : cluster 0 pgmap v19709: 33 pgs: 33 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:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:46 smithi044 bash[32620]: cluster 2023-12-07T20:47:45.883847+0000 mgr.a (mgr.24293) 26355 : cluster 0 pgmap v19709: 33 pgs: 33 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:48.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:48.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:48.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:49.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:48 smithi027 bash[31536]: cluster 2023-12-07T20:47:47.884396+0000 mgr.a (mgr.24293) 26356 : cluster 0 pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:49.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:48 smithi022 bash[28554]: cluster 2023-12-07T20:47:47.884396+0000 mgr.a (mgr.24293) 26356 : cluster 0 pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:48 smithi044 bash[32620]: cluster 2023-12-07T20:47:47.884396+0000 mgr.a (mgr.24293) 26356 : cluster 0 pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:49.815 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:49.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:49.815 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:49.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:49.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:51.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:50 smithi022 bash[28554]: audit 2023-12-07T20:47:49.280242+0000 mgr.a (mgr.24293) 26357 : audit 0 from='client.516414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:50 smithi022 bash[28554]: cluster 2023-12-07T20:47:49.885156+0000 mgr.a (mgr.24293) 26358 : cluster 0 pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:50 smithi044 bash[32620]: audit 2023-12-07T20:47:49.280242+0000 mgr.a (mgr.24293) 26357 : audit 0 from='client.516414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:50 smithi044 bash[32620]: cluster 2023-12-07T20:47:49.885156+0000 mgr.a (mgr.24293) 26358 : cluster 0 pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:50 smithi027 bash[31536]: audit 2023-12-07T20:47:49.280242+0000 mgr.a (mgr.24293) 26357 : audit 0 from='client.516414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:50 smithi027 bash[31536]: cluster 2023-12-07T20:47:49.885156+0000 mgr.a (mgr.24293) 26358 : cluster 0 pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:52 smithi022 bash[28554]: cluster 2023-12-07T20:47:51.886002+0000 mgr.a (mgr.24293) 26359 : cluster 0 pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:52 smithi044 bash[32620]: cluster 2023-12-07T20:47:51.886002+0000 mgr.a (mgr.24293) 26359 : cluster 0 pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:52 smithi027 bash[31536]: cluster 2023-12-07T20:47:51.886002+0000 mgr.a (mgr.24293) 26359 : cluster 0 pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:54.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:47:54.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:54.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:55.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:54 smithi027 bash[31536]: cluster 2023-12-07T20:47:53.886551+0000 mgr.a (mgr.24293) 26360 : cluster 0 pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:55.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:54 smithi022 bash[28554]: cluster 2023-12-07T20:47:53.886551+0000 mgr.a (mgr.24293) 26360 : cluster 0 pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:54 smithi044 bash[32620]: cluster 2023-12-07T20:47:53.886551+0000 mgr.a (mgr.24293) 26360 : cluster 0 pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:55.773 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:47:55.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:55.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:55.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:55.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:47:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:56 smithi027 bash[31536]: audit 2023-12-07T20:47:55.238100+0000 mgr.a (mgr.24293) 26361 : audit 0 from='client.516486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:56 smithi027 bash[31536]: cluster 2023-12-07T20:47:55.887707+0000 mgr.a (mgr.24293) 26362 : cluster 0 pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:56 smithi022 bash[28554]: audit 2023-12-07T20:47:55.238100+0000 mgr.a (mgr.24293) 26361 : audit 0 from='client.516486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:56 smithi022 bash[28554]: cluster 2023-12-07T20:47:55.887707+0000 mgr.a (mgr.24293) 26362 : cluster 0 pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:56 smithi044 bash[32620]: audit 2023-12-07T20:47:55.238100+0000 mgr.a (mgr.24293) 26361 : audit 0 from='client.516486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:56 smithi044 bash[32620]: cluster 2023-12-07T20:47:55.887707+0000 mgr.a (mgr.24293) 26362 : cluster 0 pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:47:58 smithi022 bash[28554]: cluster 2023-12-07T20:47:57.888237+0000 mgr.a (mgr.24293) 26363 : cluster 0 pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:47:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:47:58 smithi044 bash[32620]: cluster 2023-12-07T20:47:57.888237+0000 mgr.a (mgr.24293) 26363 : cluster 0 pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:47:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:47:58 smithi027 bash[31536]: cluster 2023-12-07T20:47:57.888237+0000 mgr.a (mgr.24293) 26363 : cluster 0 pgmap v19715: 33 pgs: 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:48:00.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:00.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:00.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:00 smithi022 bash[28554]: cluster 2023-12-07T20:47:59.888839+0000 mgr.a (mgr.24293) 26364 : cluster 0 pgmap v19716: 33 pgs: 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:48:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:00 smithi044 bash[32620]: cluster 2023-12-07T20:47:59.888839+0000 mgr.a (mgr.24293) 26364 : cluster 0 pgmap v19716: 33 pgs: 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:48:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:00 smithi027 bash[31536]: cluster 2023-12-07T20:47:59.888839+0000 mgr.a (mgr.24293) 26364 : cluster 0 pgmap v19716: 33 pgs: 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:48:01.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:01.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:01.729 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:02 smithi022 bash[28554]: audit 2023-12-07T20:48:01.190475+0000 mgr.a (mgr.24293) 26365 : audit 0 from='client.516564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:03.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:02 smithi022 bash[28554]: cluster 2023-12-07T20:48:01.889820+0000 mgr.a (mgr.24293) 26366 : cluster 0 pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:02 smithi044 bash[32620]: audit 2023-12-07T20:48:01.190475+0000 mgr.a (mgr.24293) 26365 : audit 0 from='client.516564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:03.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:02 smithi044 bash[32620]: cluster 2023-12-07T20:48:01.889820+0000 mgr.a (mgr.24293) 26366 : cluster 0 pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:02 smithi027 bash[31536]: audit 2023-12-07T20:48:01.190475+0000 mgr.a (mgr.24293) 26365 : audit 0 from='client.516564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:02 smithi027 bash[31536]: cluster 2023-12-07T20:48:01.889820+0000 mgr.a (mgr.24293) 26366 : cluster 0 pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:05.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:04 smithi027 bash[31536]: cluster 2023-12-07T20:48:03.890360+0000 mgr.a (mgr.24293) 26367 : cluster 0 pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:05.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:04 smithi022 bash[28554]: cluster 2023-12-07T20:48:03.890360+0000 mgr.a (mgr.24293) 26367 : cluster 0 pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:04 smithi044 bash[32620]: cluster 2023-12-07T20:48:03.890360+0000 mgr.a (mgr.24293) 26367 : cluster 0 pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:06.731 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:06.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:06.732 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:06 smithi022 bash[28554]: cluster 2023-12-07T20:48:05.891120+0000 mgr.a (mgr.24293) 26368 : cluster 0 pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:06 smithi044 bash[32620]: cluster 2023-12-07T20:48:05.891120+0000 mgr.a (mgr.24293) 26368 : cluster 0 pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:06 smithi027 bash[31536]: cluster 2023-12-07T20:48:05.891120+0000 mgr.a (mgr.24293) 26368 : cluster 0 pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:07.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:07.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:07.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:07.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:07.698 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:08 smithi022 bash[28554]: audit 2023-12-07T20:48:07.150631+0000 mgr.a (mgr.24293) 26369 : audit 0 from='client.516642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:08 smithi022 bash[28554]: cluster 2023-12-07T20:48:07.891846+0000 mgr.a (mgr.24293) 26370 : cluster 0 pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:48:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:08 smithi044 bash[32620]: audit 2023-12-07T20:48:07.150631+0000 mgr.a (mgr.24293) 26369 : audit 0 from='client.516642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:08 smithi044 bash[32620]: cluster 2023-12-07T20:48:07.891846+0000 mgr.a (mgr.24293) 26370 : cluster 0 pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:48:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:08 smithi027 bash[31536]: audit 2023-12-07T20:48:07.150631+0000 mgr.a (mgr.24293) 26369 : audit 0 from='client.516642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:08 smithi027 bash[31536]: cluster 2023-12-07T20:48:07.891846+0000 mgr.a (mgr.24293) 26370 : cluster 0 pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:48:11.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:10 smithi022 bash[28554]: cluster 2023-12-07T20:48:09.892465+0000 mgr.a (mgr.24293) 26371 : cluster 0 pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:48:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:10 smithi044 bash[32620]: cluster 2023-12-07T20:48:09.892465+0000 mgr.a (mgr.24293) 26371 : cluster 0 pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:48:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:10 smithi027 bash[31536]: cluster 2023-12-07T20:48:09.892465+0000 mgr.a (mgr.24293) 26371 : cluster 0 pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:48:12.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:12.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:12.701 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:13.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:12 smithi022 bash[28554]: cluster 2023-12-07T20:48:11.893258+0000 mgr.a (mgr.24293) 26372 : cluster 0 pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:48:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:12 smithi044 bash[32620]: cluster 2023-12-07T20:48:11.893258+0000 mgr.a (mgr.24293) 26372 : cluster 0 pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:48:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:12 smithi027 bash[31536]: cluster 2023-12-07T20:48:11.893258+0000 mgr.a (mgr.24293) 26372 : cluster 0 pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:48:13.634 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:13.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:13.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:13.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:13.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:14 smithi022 bash[28554]: audit 2023-12-07T20:48:13.114180+0000 mgr.a (mgr.24293) 26373 : audit 0 from='client.516717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:14 smithi022 bash[28554]: cluster 2023-12-07T20:48:13.893937+0000 mgr.a (mgr.24293) 26374 : cluster 0 pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:14 smithi044 bash[32620]: audit 2023-12-07T20:48:13.114180+0000 mgr.a (mgr.24293) 26373 : audit 0 from='client.516717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:14 smithi044 bash[32620]: cluster 2023-12-07T20:48:13.893937+0000 mgr.a (mgr.24293) 26374 : cluster 0 pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:14 smithi027 bash[31536]: audit 2023-12-07T20:48:13.114180+0000 mgr.a (mgr.24293) 26373 : audit 0 from='client.516717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:14 smithi027 bash[31536]: cluster 2023-12-07T20:48:13.893937+0000 mgr.a (mgr.24293) 26374 : cluster 0 pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:16 smithi022 bash[28554]: cluster 2023-12-07T20:48:15.894745+0000 mgr.a (mgr.24293) 26375 : cluster 0 pgmap v19724: 33 pgs: 33 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:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:16 smithi044 bash[32620]: cluster 2023-12-07T20:48:15.894745+0000 mgr.a (mgr.24293) 26375 : cluster 0 pgmap v19724: 33 pgs: 33 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:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:16 smithi027 bash[31536]: cluster 2023-12-07T20:48:15.894745+0000 mgr.a (mgr.24293) 26375 : cluster 0 pgmap v19724: 33 pgs: 33 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:18.637 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:18.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:18.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:18 smithi022 bash[28554]: cluster 2023-12-07T20:48:17.895287+0000 mgr.a (mgr.24293) 26376 : cluster 0 pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:18 smithi044 bash[32620]: cluster 2023-12-07T20:48:17.895287+0000 mgr.a (mgr.24293) 26376 : cluster 0 pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:18 smithi027 bash[31536]: cluster 2023-12-07T20:48:17.895287+0000 mgr.a (mgr.24293) 26376 : cluster 0 pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.588 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:19.588 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:19.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:19.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:19.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:19 smithi022 bash[28554]: audit 2023-12-07T20:48:19.051370+0000 mgr.a (mgr.24293) 26377 : audit 0 from='client.403409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:19 smithi044 bash[32620]: audit 2023-12-07T20:48:19.051370+0000 mgr.a (mgr.24293) 26377 : audit 0 from='client.403409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:20.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:19 smithi027 bash[31536]: audit 2023-12-07T20:48:19.051370+0000 mgr.a (mgr.24293) 26377 : audit 0 from='client.403409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:20 smithi022 bash[28554]: cluster 2023-12-07T20:48:19.895952+0000 mgr.a (mgr.24293) 26378 : cluster 0 pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:20 smithi044 bash[32620]: cluster 2023-12-07T20:48:19.895952+0000 mgr.a (mgr.24293) 26378 : cluster 0 pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:20 smithi027 bash[31536]: cluster 2023-12-07T20:48:19.895952+0000 mgr.a (mgr.24293) 26378 : cluster 0 pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:23.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:22 smithi022 bash[28554]: cluster 2023-12-07T20:48:21.896907+0000 mgr.a (mgr.24293) 26379 : cluster 0 pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:22 smithi044 bash[32620]: cluster 2023-12-07T20:48:21.896907+0000 mgr.a (mgr.24293) 26379 : cluster 0 pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:22 smithi027 bash[31536]: cluster 2023-12-07T20:48:21.896907+0000 mgr.a (mgr.24293) 26379 : cluster 0 pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:24.591 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:24.592 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:24.592 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:24 smithi022 bash[28554]: cluster 2023-12-07T20:48:23.897469+0000 mgr.a (mgr.24293) 26380 : cluster 0 pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:24 smithi044 bash[32620]: cluster 2023-12-07T20:48:23.897469+0000 mgr.a (mgr.24293) 26380 : cluster 0 pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:25.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:24 smithi027 bash[31536]: cluster 2023-12-07T20:48:23.897469+0000 mgr.a (mgr.24293) 26380 : cluster 0 pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:25.556 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:25.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:25.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:25.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:25.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:25 smithi022 bash[28554]: audit 2023-12-07T20:48:25.010387+0000 mgr.a (mgr.24293) 26381 : audit 0 from='client.516861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:25 smithi044 bash[32620]: audit 2023-12-07T20:48:25.010387+0000 mgr.a (mgr.24293) 26381 : audit 0 from='client.516861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:25 smithi027 bash[31536]: audit 2023-12-07T20:48:25.010387+0000 mgr.a (mgr.24293) 26381 : audit 0 from='client.516861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:26 smithi022 bash[28554]: cluster 2023-12-07T20:48:25.898373+0000 mgr.a (mgr.24293) 26382 : cluster 0 pgmap v19729: 33 pgs: 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:27.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:26 smithi044 bash[32620]: cluster 2023-12-07T20:48:25.898373+0000 mgr.a (mgr.24293) 26382 : cluster 0 pgmap v19729: 33 pgs: 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:27.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:26 smithi027 bash[31536]: cluster 2023-12-07T20:48:25.898373+0000 mgr.a (mgr.24293) 26382 : cluster 0 pgmap v19729: 33 pgs: 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:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:28 smithi022 bash[28554]: cluster 2023-12-07T20:48:27.898934+0000 mgr.a (mgr.24293) 26383 : cluster 0 pgmap v19730: 33 pgs: 33 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:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:28 smithi044 bash[32620]: cluster 2023-12-07T20:48:27.898934+0000 mgr.a (mgr.24293) 26383 : cluster 0 pgmap v19730: 33 pgs: 33 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:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:28 smithi027 bash[31536]: cluster 2023-12-07T20:48:27.898934+0000 mgr.a (mgr.24293) 26383 : cluster 0 pgmap v19730: 33 pgs: 33 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:30.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:30.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:30.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:30 smithi022 bash[28554]: cluster 2023-12-07T20:48:29.899520+0000 mgr.a (mgr.24293) 26384 : cluster 0 pgmap v19731: 33 pgs: 33 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:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:30 smithi044 bash[32620]: cluster 2023-12-07T20:48:29.899520+0000 mgr.a (mgr.24293) 26384 : cluster 0 pgmap v19731: 33 pgs: 33 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:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:30 smithi027 bash[31536]: cluster 2023-12-07T20:48:29.899520+0000 mgr.a (mgr.24293) 26384 : cluster 0 pgmap v19731: 33 pgs: 33 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:31.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:31.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:31.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:31.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:31.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:31 smithi022 bash[28554]: audit 2023-12-07T20:48:30.979816+0000 mgr.a (mgr.24293) 26385 : audit 0 from='client.516936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:31 smithi044 bash[32620]: audit 2023-12-07T20:48:30.979816+0000 mgr.a (mgr.24293) 26385 : audit 0 from='client.516936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:31 smithi027 bash[31536]: audit 2023-12-07T20:48:30.979816+0000 mgr.a (mgr.24293) 26385 : audit 0 from='client.516936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:32 smithi022 bash[28554]: cluster 2023-12-07T20:48:31.900513+0000 mgr.a (mgr.24293) 26386 : cluster 0 pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:32 smithi044 bash[32620]: cluster 2023-12-07T20:48:31.900513+0000 mgr.a (mgr.24293) 26386 : cluster 0 pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:32 smithi027 bash[31536]: cluster 2023-12-07T20:48:31.900513+0000 mgr.a (mgr.24293) 26386 : cluster 0 pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:34 smithi022 bash[28554]: cluster 2023-12-07T20:48:33.901082+0000 mgr.a (mgr.24293) 26387 : cluster 0 pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:34 smithi044 bash[32620]: cluster 2023-12-07T20:48:33.901082+0000 mgr.a (mgr.24293) 26387 : cluster 0 pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:34 smithi027 bash[31536]: cluster 2023-12-07T20:48:33.901082+0000 mgr.a (mgr.24293) 26387 : cluster 0 pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:36.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:36.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:36.509 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:36 smithi022 bash[28554]: cluster 2023-12-07T20:48:35.901811+0000 mgr.a (mgr.24293) 26388 : cluster 0 pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:36 smithi044 bash[32620]: cluster 2023-12-07T20:48:35.901811+0000 mgr.a (mgr.24293) 26388 : cluster 0 pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:36 smithi027 bash[31536]: cluster 2023-12-07T20:48:35.901811+0000 mgr.a (mgr.24293) 26388 : cluster 0 pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:37.452 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:37.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:37.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:37.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:37.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:38.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:37 smithi022 bash[28554]: audit 2023-12-07T20:48:36.923656+0000 mgr.a (mgr.24293) 26389 : audit 0 from='client.517014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:37 smithi044 bash[32620]: audit 2023-12-07T20:48:36.923656+0000 mgr.a (mgr.24293) 26389 : audit 0 from='client.517014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:37 smithi027 bash[31536]: audit 2023-12-07T20:48:36.923656+0000 mgr.a (mgr.24293) 26389 : audit 0 from='client.517014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:39.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:38 smithi022 bash[28554]: cluster 2023-12-07T20:48:37.902481+0000 mgr.a (mgr.24293) 26390 : cluster 0 pgmap v19735: 33 pgs: 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:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:38 smithi044 bash[32620]: cluster 2023-12-07T20:48:37.902481+0000 mgr.a (mgr.24293) 26390 : cluster 0 pgmap v19735: 33 pgs: 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:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:38 smithi027 bash[31536]: cluster 2023-12-07T20:48:37.902481+0000 mgr.a (mgr.24293) 26390 : cluster 0 pgmap v19735: 33 pgs: 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:40 smithi022 bash[28554]: cluster 2023-12-07T20:48:39.903041+0000 mgr.a (mgr.24293) 26391 : cluster 0 pgmap v19736: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:40 smithi044 bash[32620]: cluster 2023-12-07T20:48:39.903041+0000 mgr.a (mgr.24293) 26391 : cluster 0 pgmap v19736: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:40 smithi027 bash[31536]: cluster 2023-12-07T20:48:39.903041+0000 mgr.a (mgr.24293) 26391 : cluster 0 pgmap v19736: 33 pgs: 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:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:42 smithi022 bash[28554]: audit 2023-12-07T20:48:41.026606+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:42 smithi022 bash[28554]: audit 2023-12-07T20:48:41.813751+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:42 smithi022 bash[28554]: audit 2023-12-07T20:48:41.815290+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:42 smithi022 bash[28554]: audit 2023-12-07T20:48:41.824556+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:48:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:42 smithi044 bash[32620]: audit 2023-12-07T20:48:41.026606+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:42 smithi044 bash[32620]: audit 2023-12-07T20:48:41.813751+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:42 smithi044 bash[32620]: audit 2023-12-07T20:48:41.815290+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:42 smithi044 bash[32620]: audit 2023-12-07T20:48:41.824556+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:48:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:42 smithi027 bash[31536]: audit 2023-12-07T20:48:41.026606+0000 mon.a (mon.0) 4076 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:42 smithi027 bash[31536]: audit 2023-12-07T20:48:41.813751+0000 mon.a (mon.0) 4077 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:42 smithi027 bash[31536]: audit 2023-12-07T20:48:41.815290+0000 mon.a (mon.0) 4078 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:42.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:42 smithi027 bash[31536]: audit 2023-12-07T20:48:41.824556+0000 mon.a (mon.0) 4079 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:48:42.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:42.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:42.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:43.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:43.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:43.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:43.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:43.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:43.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:43 smithi022 bash[28554]: cluster 2023-12-07T20:48:41.903808+0000 mgr.a (mgr.24293) 26392 : cluster 0 pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:43 smithi044 bash[32620]: cluster 2023-12-07T20:48:41.903808+0000 mgr.a (mgr.24293) 26392 : cluster 0 pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:43.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:43 smithi027 bash[31536]: cluster 2023-12-07T20:48:41.903808+0000 mgr.a (mgr.24293) 26392 : cluster 0 pgmap v19737: 33 pgs: 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:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:44 smithi022 bash[28554]: audit 2023-12-07T20:48:42.870855+0000 mgr.a (mgr.24293) 26393 : audit 0 from='client.517089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:44 smithi044 bash[32620]: audit 2023-12-07T20:48:42.870855+0000 mgr.a (mgr.24293) 26393 : audit 0 from='client.517089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:44 smithi027 bash[31536]: audit 2023-12-07T20:48:42.870855+0000 mgr.a (mgr.24293) 26393 : audit 0 from='client.517089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:45 smithi022 bash[28554]: cluster 2023-12-07T20:48:43.904494+0000 mgr.a (mgr.24293) 26394 : cluster 0 pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:45 smithi044 bash[32620]: cluster 2023-12-07T20:48:43.904494+0000 mgr.a (mgr.24293) 26394 : cluster 0 pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:45 smithi027 bash[31536]: cluster 2023-12-07T20:48:43.904494+0000 mgr.a (mgr.24293) 26394 : cluster 0 pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:47.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:47 smithi022 bash[28554]: cluster 2023-12-07T20:48:45.905504+0000 mgr.a (mgr.24293) 26395 : cluster 0 pgmap v19739: 33 pgs: 33 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:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:47 smithi044 bash[32620]: cluster 2023-12-07T20:48:45.905504+0000 mgr.a (mgr.24293) 26395 : cluster 0 pgmap v19739: 33 pgs: 33 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:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:47 smithi027 bash[31536]: cluster 2023-12-07T20:48:45.905504+0000 mgr.a (mgr.24293) 26395 : cluster 0 pgmap v19739: 33 pgs: 33 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:48.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:48.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:48.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:49.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:49.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:49.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:49.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:49.345 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:49 smithi022 bash[28554]: cluster 2023-12-07T20:48:47.906086+0000 mgr.a (mgr.24293) 26396 : cluster 0 pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:49 smithi044 bash[32620]: cluster 2023-12-07T20:48:47.906086+0000 mgr.a (mgr.24293) 26396 : cluster 0 pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:49 smithi027 bash[31536]: cluster 2023-12-07T20:48:47.906086+0000 mgr.a (mgr.24293) 26396 : cluster 0 pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:50.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:50 smithi022 bash[28554]: audit 2023-12-07T20:48:48.806559+0000 mgr.a (mgr.24293) 26397 : audit 0 from='client.517167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:50 smithi044 bash[32620]: audit 2023-12-07T20:48:48.806559+0000 mgr.a (mgr.24293) 26397 : audit 0 from='client.517167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:50 smithi027 bash[31536]: audit 2023-12-07T20:48:48.806559+0000 mgr.a (mgr.24293) 26397 : audit 0 from='client.517167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:51.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:51 smithi022 bash[28554]: cluster 2023-12-07T20:48:49.906846+0000 mgr.a (mgr.24293) 26398 : cluster 0 pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:51 smithi044 bash[32620]: cluster 2023-12-07T20:48:49.906846+0000 mgr.a (mgr.24293) 26398 : cluster 0 pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:51.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:51 smithi027 bash[31536]: cluster 2023-12-07T20:48:49.906846+0000 mgr.a (mgr.24293) 26398 : cluster 0 pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:52 smithi022 bash[28554]: cluster 2023-12-07T20:48:51.907635+0000 mgr.a (mgr.24293) 26399 : cluster 0 pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:53.178 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:52 smithi044 bash[32620]: cluster 2023-12-07T20:48:51.907635+0000 mgr.a (mgr.24293) 26399 : cluster 0 pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:53.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:52 smithi027 bash[31536]: cluster 2023-12-07T20:48:51.907635+0000 mgr.a (mgr.24293) 26399 : cluster 0 pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:54.347 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:48:54.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:54.349 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:55.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:55.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:55.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:55.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:48:55.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:48:55.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:54 smithi022 bash[28554]: cluster 2023-12-07T20:48:53.908144+0000 mgr.a (mgr.24293) 26400 : cluster 0 pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:54 smithi044 bash[32620]: cluster 2023-12-07T20:48:53.908144+0000 mgr.a (mgr.24293) 26400 : cluster 0 pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:54 smithi027 bash[31536]: cluster 2023-12-07T20:48:53.908144+0000 mgr.a (mgr.24293) 26400 : cluster 0 pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:56.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:55 smithi022 bash[28554]: audit 2023-12-07T20:48:54.759735+0000 mgr.a (mgr.24293) 26401 : audit 0 from='client.517239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:55 smithi044 bash[32620]: audit 2023-12-07T20:48:54.759735+0000 mgr.a (mgr.24293) 26401 : audit 0 from='client.517239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:55 smithi027 bash[31536]: audit 2023-12-07T20:48:54.759735+0000 mgr.a (mgr.24293) 26401 : audit 0 from='client.517239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:56 smithi022 bash[28554]: cluster 2023-12-07T20:48:55.909293+0000 mgr.a (mgr.24293) 26402 : cluster 0 pgmap v19744: 33 pgs: 33 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:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:56 smithi044 bash[32620]: cluster 2023-12-07T20:48:55.909293+0000 mgr.a (mgr.24293) 26402 : cluster 0 pgmap v19744: 33 pgs: 33 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:57.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:56 smithi027 bash[31536]: cluster 2023-12-07T20:48:55.909293+0000 mgr.a (mgr.24293) 26402 : cluster 0 pgmap v19744: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:48:58 smithi022 bash[28554]: cluster 2023-12-07T20:48:57.909945+0000 mgr.a (mgr.24293) 26403 : cluster 0 pgmap v19745: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:48:58 smithi044 bash[32620]: cluster 2023-12-07T20:48:57.909945+0000 mgr.a (mgr.24293) 26403 : cluster 0 pgmap v19745: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:48:58 smithi027 bash[31536]: cluster 2023-12-07T20:48:57.909945+0000 mgr.a (mgr.24293) 26403 : cluster 0 pgmap v19745: 33 pgs: 33 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:00.290 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:00.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:00.291 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:01.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:01.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:01.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:01.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:01.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:00 smithi022 bash[28554]: cluster 2023-12-07T20:48:59.910479+0000 mgr.a (mgr.24293) 26404 : cluster 0 pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:00 smithi044 bash[32620]: cluster 2023-12-07T20:48:59.910479+0000 mgr.a (mgr.24293) 26404 : cluster 0 pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:00 smithi027 bash[31536]: cluster 2023-12-07T20:48:59.910479+0000 mgr.a (mgr.24293) 26404 : cluster 0 pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:01 smithi022 bash[28554]: audit 2023-12-07T20:49:00.699814+0000 mgr.a (mgr.24293) 26405 : audit 0 from='client.517317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:01 smithi044 bash[32620]: audit 2023-12-07T20:49:00.699814+0000 mgr.a (mgr.24293) 26405 : audit 0 from='client.517317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:01 smithi027 bash[31536]: audit 2023-12-07T20:49:00.699814+0000 mgr.a (mgr.24293) 26405 : audit 0 from='client.517317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:03.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:02 smithi022 bash[28554]: cluster 2023-12-07T20:49:01.911574+0000 mgr.a (mgr.24293) 26406 : cluster 0 pgmap v19747: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:02 smithi044 bash[32620]: cluster 2023-12-07T20:49:01.911574+0000 mgr.a (mgr.24293) 26406 : cluster 0 pgmap v19747: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:02 smithi027 bash[31536]: cluster 2023-12-07T20:49:01.911574+0000 mgr.a (mgr.24293) 26406 : cluster 0 pgmap v19747: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:04 smithi022 bash[28554]: cluster 2023-12-07T20:49:03.912161+0000 mgr.a (mgr.24293) 26407 : cluster 0 pgmap v19748: 33 pgs: 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:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:04 smithi044 bash[32620]: cluster 2023-12-07T20:49:03.912161+0000 mgr.a (mgr.24293) 26407 : cluster 0 pgmap v19748: 33 pgs: 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:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:04 smithi027 bash[31536]: cluster 2023-12-07T20:49:03.912161+0000 mgr.a (mgr.24293) 26407 : cluster 0 pgmap v19748: 33 pgs: 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:06.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:06.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:06.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:07.181 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:07.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:07.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:07.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:07.181 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:06 smithi022 bash[28554]: cluster 2023-12-07T20:49:05.912921+0000 mgr.a (mgr.24293) 26408 : cluster 0 pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:06 smithi044 bash[32620]: cluster 2023-12-07T20:49:05.912921+0000 mgr.a (mgr.24293) 26408 : cluster 0 pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:06 smithi027 bash[31536]: cluster 2023-12-07T20:49:05.912921+0000 mgr.a (mgr.24293) 26408 : cluster 0 pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:08.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:08 smithi022 bash[28554]: audit 2023-12-07T20:49:06.651464+0000 mgr.a (mgr.24293) 26409 : audit 0 from='client.517392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:08 smithi044 bash[32620]: audit 2023-12-07T20:49:06.651464+0000 mgr.a (mgr.24293) 26409 : audit 0 from='client.517392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:08 smithi027 bash[31536]: audit 2023-12-07T20:49:06.651464+0000 mgr.a (mgr.24293) 26409 : audit 0 from='client.517392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:09.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:09 smithi022 bash[28554]: cluster 2023-12-07T20:49:07.913680+0000 mgr.a (mgr.24293) 26410 : cluster 0 pgmap v19750: 33 pgs: 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:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:09 smithi044 bash[32620]: cluster 2023-12-07T20:49:07.913680+0000 mgr.a (mgr.24293) 26410 : cluster 0 pgmap v19750: 33 pgs: 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:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:09 smithi027 bash[31536]: cluster 2023-12-07T20:49:07.913680+0000 mgr.a (mgr.24293) 26410 : cluster 0 pgmap v19750: 33 pgs: 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:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:11 smithi022 bash[28554]: cluster 2023-12-07T20:49:09.914218+0000 mgr.a (mgr.24293) 26411 : cluster 0 pgmap v19751: 33 pgs: 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:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:11 smithi044 bash[32620]: cluster 2023-12-07T20:49:09.914218+0000 mgr.a (mgr.24293) 26411 : cluster 0 pgmap v19751: 33 pgs: 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:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:11 smithi027 bash[31536]: cluster 2023-12-07T20:49:09.914218+0000 mgr.a (mgr.24293) 26411 : cluster 0 pgmap v19751: 33 pgs: 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:12.183 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:12.183 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:12.184 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:13.153 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:13.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:13.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:13.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:13.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:12 smithi022 bash[28554]: cluster 2023-12-07T20:49:11.914995+0000 mgr.a (mgr.24293) 26412 : cluster 0 pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:12 smithi044 bash[32620]: cluster 2023-12-07T20:49:11.914995+0000 mgr.a (mgr.24293) 26412 : cluster 0 pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:13.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:12 smithi027 bash[31536]: cluster 2023-12-07T20:49:11.914995+0000 mgr.a (mgr.24293) 26412 : cluster 0 pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:14.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:13 smithi022 bash[28554]: audit 2023-12-07T20:49:12.598656+0000 mgr.a (mgr.24293) 26413 : audit 0 from='client.517467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:13 smithi044 bash[32620]: audit 2023-12-07T20:49:12.598656+0000 mgr.a (mgr.24293) 26413 : audit 0 from='client.517467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:13 smithi027 bash[31536]: audit 2023-12-07T20:49:12.598656+0000 mgr.a (mgr.24293) 26413 : audit 0 from='client.517467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:15.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:14 smithi022 bash[28554]: cluster 2023-12-07T20:49:13.915723+0000 mgr.a (mgr.24293) 26414 : cluster 0 pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:15.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:14 smithi044 bash[32620]: cluster 2023-12-07T20:49:13.915723+0000 mgr.a (mgr.24293) 26414 : cluster 0 pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:14 smithi027 bash[31536]: cluster 2023-12-07T20:49:13.915723+0000 mgr.a (mgr.24293) 26414 : cluster 0 pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:16 smithi022 bash[28554]: cluster 2023-12-07T20:49:15.916696+0000 mgr.a (mgr.24293) 26415 : cluster 0 pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:16 smithi044 bash[32620]: cluster 2023-12-07T20:49:15.916696+0000 mgr.a (mgr.24293) 26415 : cluster 0 pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:16 smithi027 bash[31536]: cluster 2023-12-07T20:49:15.916696+0000 mgr.a (mgr.24293) 26415 : cluster 0 pgmap v19754: 33 pgs: 33 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:18.156 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:18.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:18.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:19.124 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:19.124 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:19.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:19.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:19.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:18 smithi022 bash[28554]: cluster 2023-12-07T20:49:17.917324+0000 mgr.a (mgr.24293) 26416 : cluster 0 pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:18 smithi044 bash[32620]: cluster 2023-12-07T20:49:17.917324+0000 mgr.a (mgr.24293) 26416 : cluster 0 pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:18 smithi027 bash[31536]: cluster 2023-12-07T20:49:17.917324+0000 mgr.a (mgr.24293) 26416 : cluster 0 pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:19 smithi022 bash[28554]: audit 2023-12-07T20:49:18.573537+0000 mgr.a (mgr.24293) 26417 : audit 0 from='client.404003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:19 smithi044 bash[32620]: audit 2023-12-07T20:49:18.573537+0000 mgr.a (mgr.24293) 26417 : audit 0 from='client.404003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:19 smithi027 bash[31536]: audit 2023-12-07T20:49:18.573537+0000 mgr.a (mgr.24293) 26417 : audit 0 from='client.404003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:20 smithi022 bash[28554]: cluster 2023-12-07T20:49:19.918063+0000 mgr.a (mgr.24293) 26418 : cluster 0 pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:20 smithi044 bash[32620]: cluster 2023-12-07T20:49:19.918063+0000 mgr.a (mgr.24293) 26418 : cluster 0 pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:20 smithi027 bash[31536]: cluster 2023-12-07T20:49:19.918063+0000 mgr.a (mgr.24293) 26418 : cluster 0 pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:23.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:22 smithi022 bash[28554]: cluster 2023-12-07T20:49:21.918916+0000 mgr.a (mgr.24293) 26419 : cluster 0 pgmap v19757: 33 pgs: 33 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:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:22 smithi044 bash[32620]: cluster 2023-12-07T20:49:21.918916+0000 mgr.a (mgr.24293) 26419 : cluster 0 pgmap v19757: 33 pgs: 33 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:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:22 smithi027 bash[31536]: cluster 2023-12-07T20:49:21.918916+0000 mgr.a (mgr.24293) 26419 : cluster 0 pgmap v19757: 33 pgs: 33 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:24.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:24.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:24.130 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:25.066 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:25.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:25.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:25.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:25.067 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:25.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:24 smithi022 bash[28554]: cluster 2023-12-07T20:49:23.919588+0000 mgr.a (mgr.24293) 26420 : cluster 0 pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:24 smithi044 bash[32620]: cluster 2023-12-07T20:49:23.919588+0000 mgr.a (mgr.24293) 26420 : cluster 0 pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:24 smithi027 bash[31536]: cluster 2023-12-07T20:49:23.919588+0000 mgr.a (mgr.24293) 26420 : cluster 0 pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:26.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:25 smithi022 bash[28554]: audit 2023-12-07T20:49:24.541230+0000 mgr.a (mgr.24293) 26421 : audit 0 from='client.517617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:26.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:25 smithi044 bash[32620]: audit 2023-12-07T20:49:24.541230+0000 mgr.a (mgr.24293) 26421 : audit 0 from='client.517617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:26.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:25 smithi027 bash[31536]: audit 2023-12-07T20:49:24.541230+0000 mgr.a (mgr.24293) 26421 : audit 0 from='client.517617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:26 smithi022 bash[28554]: cluster 2023-12-07T20:49:25.920467+0000 mgr.a (mgr.24293) 26422 : cluster 0 pgmap v19759: 33 pgs: 33 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:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:26 smithi044 bash[32620]: cluster 2023-12-07T20:49:25.920467+0000 mgr.a (mgr.24293) 26422 : cluster 0 pgmap v19759: 33 pgs: 33 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:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:26 smithi027 bash[31536]: cluster 2023-12-07T20:49:25.920467+0000 mgr.a (mgr.24293) 26422 : cluster 0 pgmap v19759: 33 pgs: 33 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.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:28 smithi022 bash[28554]: cluster 2023-12-07T20:49:27.921064+0000 mgr.a (mgr.24293) 26423 : cluster 0 pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:28 smithi044 bash[32620]: cluster 2023-12-07T20:49:27.921064+0000 mgr.a (mgr.24293) 26423 : cluster 0 pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:28 smithi027 bash[31536]: cluster 2023-12-07T20:49:27.921064+0000 mgr.a (mgr.24293) 26423 : cluster 0 pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:30.069 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:30.070 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:31.015 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:31.015 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:31.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:31.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:31.016 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:31.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:30 smithi022 bash[28554]: cluster 2023-12-07T20:49:29.921677+0000 mgr.a (mgr.24293) 26424 : cluster 0 pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:30 smithi044 bash[32620]: cluster 2023-12-07T20:49:29.921677+0000 mgr.a (mgr.24293) 26424 : cluster 0 pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:30 smithi027 bash[31536]: cluster 2023-12-07T20:49:29.921677+0000 mgr.a (mgr.24293) 26424 : cluster 0 pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:32.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:31 smithi022 bash[28554]: audit 2023-12-07T20:49:30.483533+0000 mgr.a (mgr.24293) 26425 : audit 0 from='client.517695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:32.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:31 smithi044 bash[32620]: audit 2023-12-07T20:49:30.483533+0000 mgr.a (mgr.24293) 26425 : audit 0 from='client.517695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:32.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:31 smithi027 bash[31536]: audit 2023-12-07T20:49:30.483533+0000 mgr.a (mgr.24293) 26425 : audit 0 from='client.517695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:32 smithi022 bash[28554]: cluster 2023-12-07T20:49:31.922772+0000 mgr.a (mgr.24293) 26426 : cluster 0 pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:32 smithi044 bash[32620]: cluster 2023-12-07T20:49:31.922772+0000 mgr.a (mgr.24293) 26426 : cluster 0 pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:33.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:32 smithi027 bash[31536]: cluster 2023-12-07T20:49:31.922772+0000 mgr.a (mgr.24293) 26426 : cluster 0 pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:35 smithi022 bash[28554]: cluster 2023-12-07T20:49:33.923380+0000 mgr.a (mgr.24293) 26427 : cluster 0 pgmap v19763: 33 pgs: 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:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:35 smithi044 bash[32620]: cluster 2023-12-07T20:49:33.923380+0000 mgr.a (mgr.24293) 26427 : cluster 0 pgmap v19763: 33 pgs: 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:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:35 smithi027 bash[31536]: cluster 2023-12-07T20:49:33.923380+0000 mgr.a (mgr.24293) 26427 : cluster 0 pgmap v19763: 33 pgs: 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:36.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:36.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:36.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:36.957 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:36.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:36.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:36.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:36.957 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:37.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:37 smithi022 bash[28554]: cluster 2023-12-07T20:49:35.924142+0000 mgr.a (mgr.24293) 26428 : cluster 0 pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:37 smithi044 bash[32620]: cluster 2023-12-07T20:49:35.924142+0000 mgr.a (mgr.24293) 26428 : cluster 0 pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:37 smithi027 bash[31536]: cluster 2023-12-07T20:49:35.924142+0000 mgr.a (mgr.24293) 26428 : cluster 0 pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:38.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:38 smithi022 bash[28554]: audit 2023-12-07T20:49:36.431707+0000 mgr.a (mgr.24293) 26429 : audit 0 from='client.415180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:38.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:38 smithi044 bash[32620]: audit 2023-12-07T20:49:36.431707+0000 mgr.a (mgr.24293) 26429 : audit 0 from='client.415180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:38.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:38 smithi027 bash[31536]: audit 2023-12-07T20:49:36.431707+0000 mgr.a (mgr.24293) 26429 : audit 0 from='client.415180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:39.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:39 smithi022 bash[28554]: cluster 2023-12-07T20:49:37.924848+0000 mgr.a (mgr.24293) 26430 : cluster 0 pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:39 smithi044 bash[32620]: cluster 2023-12-07T20:49:37.924848+0000 mgr.a (mgr.24293) 26430 : cluster 0 pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:39 smithi027 bash[31536]: cluster 2023-12-07T20:49:37.924848+0000 mgr.a (mgr.24293) 26430 : cluster 0 pgmap v19765: 33 pgs: 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:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:41 smithi022 bash[28554]: cluster 2023-12-07T20:49:39.925554+0000 mgr.a (mgr.24293) 26431 : cluster 0 pgmap v19766: 33 pgs: 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:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:41 smithi044 bash[32620]: cluster 2023-12-07T20:49:39.925554+0000 mgr.a (mgr.24293) 26431 : cluster 0 pgmap v19766: 33 pgs: 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:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:41 smithi027 bash[31536]: cluster 2023-12-07T20:49:39.925554+0000 mgr.a (mgr.24293) 26431 : cluster 0 pgmap v19766: 33 pgs: 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:41.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:41.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:41.962 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:42.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:42.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:42.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:42.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:42.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:42 smithi044 bash[32620]: cluster 2023-12-07T20:49:41.926403+0000 mgr.a (mgr.24293) 26432 : cluster 0 pgmap v19767: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:42 smithi044 bash[32620]: audit 2023-12-07T20:49:41.929172+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:42 smithi044 bash[32620]: audit 2023-12-07T20:49:42.782077+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:42 smithi044 bash[32620]: audit 2023-12-07T20:49:42.784715+0000 mon.a (mon.0) 4082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:43.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:42 smithi044 bash[32620]: audit 2023-12-07T20:49:42.794186+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:49:43.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:42 smithi022 bash[28554]: cluster 2023-12-07T20:49:41.926403+0000 mgr.a (mgr.24293) 26432 : cluster 0 pgmap v19767: 33 pgs: 33 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.177 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:42 smithi022 bash[28554]: audit 2023-12-07T20:49:41.929172+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:42 smithi022 bash[28554]: audit 2023-12-07T20:49:42.782077+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:42 smithi022 bash[28554]: audit 2023-12-07T20:49:42.784715+0000 mon.a (mon.0) 4082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:43.178 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:42 smithi022 bash[28554]: audit 2023-12-07T20:49:42.794186+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:49:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:42 smithi027 bash[31536]: cluster 2023-12-07T20:49:41.926403+0000 mgr.a (mgr.24293) 26432 : cluster 0 pgmap v19767: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:42 smithi027 bash[31536]: audit 2023-12-07T20:49:41.929172+0000 mon.a (mon.0) 4080 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:42 smithi027 bash[31536]: audit 2023-12-07T20:49:42.782077+0000 mon.a (mon.0) 4081 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:42 smithi027 bash[31536]: audit 2023-12-07T20:49:42.784715+0000 mon.a (mon.0) 4082 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:42 smithi027 bash[31536]: audit 2023-12-07T20:49:42.794186+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:49:44.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:43 smithi022 bash[28554]: audit 2023-12-07T20:49:42.375235+0000 mgr.a (mgr.24293) 26433 : audit 0 from='client.517851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:44.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:43 smithi044 bash[32620]: audit 2023-12-07T20:49:42.375235+0000 mgr.a (mgr.24293) 26433 : audit 0 from='client.517851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:43 smithi027 bash[31536]: audit 2023-12-07T20:49:42.375235+0000 mgr.a (mgr.24293) 26433 : audit 0 from='client.517851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:45.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:44 smithi022 bash[28554]: cluster 2023-12-07T20:49:43.927033+0000 mgr.a (mgr.24293) 26434 : cluster 0 pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:45.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:44 smithi044 bash[32620]: cluster 2023-12-07T20:49:43.927033+0000 mgr.a (mgr.24293) 26434 : cluster 0 pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:45.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:44 smithi027 bash[31536]: cluster 2023-12-07T20:49:43.927033+0000 mgr.a (mgr.24293) 26434 : cluster 0 pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:46 smithi022 bash[28554]: cluster 2023-12-07T20:49:45.927881+0000 mgr.a (mgr.24293) 26435 : cluster 0 pgmap v19769: 33 pgs: 33 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:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:46 smithi044 bash[32620]: cluster 2023-12-07T20:49:45.927881+0000 mgr.a (mgr.24293) 26435 : cluster 0 pgmap v19769: 33 pgs: 33 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:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:46 smithi027 bash[31536]: cluster 2023-12-07T20:49:45.927881+0000 mgr.a (mgr.24293) 26435 : cluster 0 pgmap v19769: 33 pgs: 33 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:47.915 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:47.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:47.916 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:48.868 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:48.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:49.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:48 smithi022 bash[28554]: cluster 2023-12-07T20:49:47.928408+0000 mgr.a (mgr.24293) 26436 : cluster 0 pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:48 smithi044 bash[32620]: cluster 2023-12-07T20:49:47.928408+0000 mgr.a (mgr.24293) 26436 : cluster 0 pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:48 smithi027 bash[31536]: cluster 2023-12-07T20:49:47.928408+0000 mgr.a (mgr.24293) 26436 : cluster 0 pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:50.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:49 smithi022 bash[28554]: audit 2023-12-07T20:49:48.334818+0000 mgr.a (mgr.24293) 26437 : audit 0 from='client.517929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:50.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:49 smithi044 bash[32620]: audit 2023-12-07T20:49:48.334818+0000 mgr.a (mgr.24293) 26437 : audit 0 from='client.517929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:50.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:49 smithi027 bash[31536]: audit 2023-12-07T20:49:48.334818+0000 mgr.a (mgr.24293) 26437 : audit 0 from='client.517929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:50 smithi022 bash[28554]: cluster 2023-12-07T20:49:49.929149+0000 mgr.a (mgr.24293) 26438 : cluster 0 pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:50 smithi044 bash[32620]: cluster 2023-12-07T20:49:49.929149+0000 mgr.a (mgr.24293) 26438 : cluster 0 pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:50 smithi027 bash[31536]: cluster 2023-12-07T20:49:49.929149+0000 mgr.a (mgr.24293) 26438 : cluster 0 pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:53.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:52 smithi022 bash[28554]: cluster 2023-12-07T20:49:51.929933+0000 mgr.a (mgr.24293) 26439 : cluster 0 pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:53.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:52 smithi044 bash[32620]: cluster 2023-12-07T20:49:51.929933+0000 mgr.a (mgr.24293) 26439 : cluster 0 pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:52 smithi027 bash[31536]: cluster 2023-12-07T20:49:51.929933+0000 mgr.a (mgr.24293) 26439 : cluster 0 pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:53.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:53.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:53.871 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:54.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:49:54.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:54.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:54.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:54.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:49:55.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:54 smithi022 bash[28554]: cluster 2023-12-07T20:49:53.930487+0000 mgr.a (mgr.24293) 26440 : cluster 0 pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:54 smithi044 bash[32620]: cluster 2023-12-07T20:49:53.930487+0000 mgr.a (mgr.24293) 26440 : cluster 0 pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:54 smithi027 bash[31536]: cluster 2023-12-07T20:49:53.930487+0000 mgr.a (mgr.24293) 26440 : cluster 0 pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:56.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:55 smithi044 bash[32620]: audit 2023-12-07T20:49:54.286409+0000 mgr.a (mgr.24293) 26441 : audit 0 from='client.517995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:56.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:55 smithi022 bash[28554]: audit 2023-12-07T20:49:54.286409+0000 mgr.a (mgr.24293) 26441 : audit 0 from='client.517995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:56.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:55 smithi027 bash[31536]: audit 2023-12-07T20:49:54.286409+0000 mgr.a (mgr.24293) 26441 : audit 0 from='client.517995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:57.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:56 smithi022 bash[28554]: cluster 2023-12-07T20:49:55.931421+0000 mgr.a (mgr.24293) 26442 : cluster 0 pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:56 smithi044 bash[32620]: cluster 2023-12-07T20:49:55.931421+0000 mgr.a (mgr.24293) 26442 : cluster 0 pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:56 smithi027 bash[31536]: cluster 2023-12-07T20:49:55.931421+0000 mgr.a (mgr.24293) 26442 : cluster 0 pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:49:58 smithi022 bash[28554]: cluster 2023-12-07T20:49:57.932037+0000 mgr.a (mgr.24293) 26443 : cluster 0 pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:49:58 smithi044 bash[32620]: cluster 2023-12-07T20:49:57.932037+0000 mgr.a (mgr.24293) 26443 : cluster 0 pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:49:59 smithi027 bash[31536]: cluster 2023-12-07T20:49:57.932037+0000 mgr.a (mgr.24293) 26443 : cluster 0 pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:59.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:49:59.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:59.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:00.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:00 smithi022 bash[28554]: cluster 2023-12-07T20:50:00.000108+0000 mon.a (mon.0) 4084 : cluster 1 overall HEALTH_OK 2023-12-07T20:50:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:00 smithi044 bash[32620]: cluster 2023-12-07T20:50:00.000108+0000 mon.a (mon.0) 4084 : cluster 1 overall HEALTH_OK 2023-12-07T20:50:00.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:00 smithi027 bash[31536]: cluster 2023-12-07T20:50:00.000108+0000 mon.a (mon.0) 4084 : cluster 1 overall HEALTH_OK 2023-12-07T20:50:00.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:00.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:00.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:01.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:01 smithi022 bash[28554]: cluster 2023-12-07T20:49:59.932582+0000 mgr.a (mgr.24293) 26444 : cluster 0 pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:01 smithi044 bash[32620]: cluster 2023-12-07T20:49:59.932582+0000 mgr.a (mgr.24293) 26444 : cluster 0 pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:01 smithi027 bash[31536]: cluster 2023-12-07T20:49:59.932582+0000 mgr.a (mgr.24293) 26444 : cluster 0 pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:02.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:02 smithi022 bash[28554]: audit 2023-12-07T20:50:00.228659+0000 mgr.a (mgr.24293) 26445 : audit 0 from='client.518064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:02.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:02 smithi044 bash[32620]: audit 2023-12-07T20:50:00.228659+0000 mgr.a (mgr.24293) 26445 : audit 0 from='client.518064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:02.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:02 smithi027 bash[31536]: audit 2023-12-07T20:50:00.228659+0000 mgr.a (mgr.24293) 26445 : audit 0 from='client.518064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:03 smithi022 bash[28554]: cluster 2023-12-07T20:50:01.933599+0000 mgr.a (mgr.24293) 26446 : cluster 0 pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:03 smithi044 bash[32620]: cluster 2023-12-07T20:50:01.933599+0000 mgr.a (mgr.24293) 26446 : cluster 0 pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:03 smithi027 bash[31536]: cluster 2023-12-07T20:50:01.933599+0000 mgr.a (mgr.24293) 26446 : cluster 0 pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:05.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:05 smithi022 bash[28554]: cluster 2023-12-07T20:50:03.934206+0000 mgr.a (mgr.24293) 26447 : cluster 0 pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:05 smithi044 bash[32620]: cluster 2023-12-07T20:50:03.934206+0000 mgr.a (mgr.24293) 26447 : cluster 0 pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:05 smithi027 bash[31536]: cluster 2023-12-07T20:50:03.934206+0000 mgr.a (mgr.24293) 26447 : cluster 0 pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:05.750 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:05.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:05.751 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:06.700 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:06.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:06.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:06.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:06.700 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:07.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:07 smithi022 bash[28554]: cluster 2023-12-07T20:50:05.934974+0000 mgr.a (mgr.24293) 26448 : cluster 0 pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:07 smithi044 bash[32620]: cluster 2023-12-07T20:50:05.934974+0000 mgr.a (mgr.24293) 26448 : cluster 0 pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:07 smithi027 bash[31536]: cluster 2023-12-07T20:50:05.934974+0000 mgr.a (mgr.24293) 26448 : cluster 0 pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:08.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:08 smithi022 bash[28554]: audit 2023-12-07T20:50:06.166312+0000 mgr.a (mgr.24293) 26449 : audit 0 from='client.518139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:08.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:08 smithi044 bash[32620]: audit 2023-12-07T20:50:06.166312+0000 mgr.a (mgr.24293) 26449 : audit 0 from='client.518139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:08.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:08 smithi027 bash[31536]: audit 2023-12-07T20:50:06.166312+0000 mgr.a (mgr.24293) 26449 : audit 0 from='client.518139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:09 smithi022 bash[28554]: cluster 2023-12-07T20:50:07.935722+0000 mgr.a (mgr.24293) 26450 : cluster 0 pgmap v19780: 33 pgs: 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:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:09 smithi044 bash[32620]: cluster 2023-12-07T20:50:07.935722+0000 mgr.a (mgr.24293) 26450 : cluster 0 pgmap v19780: 33 pgs: 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:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:09 smithi027 bash[31536]: cluster 2023-12-07T20:50:07.935722+0000 mgr.a (mgr.24293) 26450 : cluster 0 pgmap v19780: 33 pgs: 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:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:11 smithi022 bash[28554]: cluster 2023-12-07T20:50:09.936255+0000 mgr.a (mgr.24293) 26451 : cluster 0 pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:11 smithi044 bash[32620]: cluster 2023-12-07T20:50:09.936255+0000 mgr.a (mgr.24293) 26451 : cluster 0 pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:11 smithi027 bash[31536]: cluster 2023-12-07T20:50:09.936255+0000 mgr.a (mgr.24293) 26451 : cluster 0 pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:11.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:11.704 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:11.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:12.648 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:12.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:12.648 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:12.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:12.649 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:13.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:12 smithi022 bash[28554]: cluster 2023-12-07T20:50:11.936798+0000 mgr.a (mgr.24293) 26452 : cluster 0 pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:13.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:12 smithi044 bash[32620]: cluster 2023-12-07T20:50:11.936798+0000 mgr.a (mgr.24293) 26452 : cluster 0 pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:12 smithi027 bash[31536]: cluster 2023-12-07T20:50:11.936798+0000 mgr.a (mgr.24293) 26452 : cluster 0 pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:14.174 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:13 smithi022 bash[28554]: audit 2023-12-07T20:50:12.116627+0000 mgr.a (mgr.24293) 26453 : audit 0 from='client.518217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:14.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:13 smithi044 bash[32620]: audit 2023-12-07T20:50:12.116627+0000 mgr.a (mgr.24293) 26453 : audit 0 from='client.518217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:14.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:13 smithi027 bash[31536]: audit 2023-12-07T20:50:12.116627+0000 mgr.a (mgr.24293) 26453 : audit 0 from='client.518217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:15.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:14 smithi027 bash[31536]: cluster 2023-12-07T20:50:13.937223+0000 mgr.a (mgr.24293) 26454 : cluster 0 pgmap v19783: 33 pgs: 33 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:15.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:14 smithi022 bash[28554]: cluster 2023-12-07T20:50:13.937223+0000 mgr.a (mgr.24293) 26454 : cluster 0 pgmap v19783: 33 pgs: 33 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:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:14 smithi044 bash[32620]: cluster 2023-12-07T20:50:13.937223+0000 mgr.a (mgr.24293) 26454 : cluster 0 pgmap v19783: 33 pgs: 33 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:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:16 smithi044 bash[32620]: cluster 2023-12-07T20:50:15.937996+0000 mgr.a (mgr.24293) 26455 : cluster 0 pgmap v19784: 33 pgs: 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:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:16 smithi022 bash[28554]: cluster 2023-12-07T20:50:15.937996+0000 mgr.a (mgr.24293) 26455 : cluster 0 pgmap v19784: 33 pgs: 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:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:16 smithi027 bash[31536]: cluster 2023-12-07T20:50:15.937996+0000 mgr.a (mgr.24293) 26455 : cluster 0 pgmap v19784: 33 pgs: 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:17.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:17.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:17.653 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:18.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:18.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:18.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:18.586 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:18.586 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:19.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:18 smithi022 bash[28554]: cluster 2023-12-07T20:50:17.938509+0000 mgr.a (mgr.24293) 26456 : cluster 0 pgmap v19785: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:18 smithi022 bash[28554]: audit 2023-12-07T20:50:18.070615+0000 mgr.a (mgr.24293) 26457 : audit 0 from='client.518286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:18 smithi044 bash[32620]: cluster 2023-12-07T20:50:17.938509+0000 mgr.a (mgr.24293) 26456 : cluster 0 pgmap v19785: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:18 smithi044 bash[32620]: audit 2023-12-07T20:50:18.070615+0000 mgr.a (mgr.24293) 26457 : audit 0 from='client.518286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:18 smithi027 bash[31536]: cluster 2023-12-07T20:50:17.938509+0000 mgr.a (mgr.24293) 26456 : cluster 0 pgmap v19785: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:18 smithi027 bash[31536]: audit 2023-12-07T20:50:18.070615+0000 mgr.a (mgr.24293) 26457 : audit 0 from='client.518286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:21 smithi022 bash[28554]: cluster 2023-12-07T20:50:19.939185+0000 mgr.a (mgr.24293) 26458 : cluster 0 pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:21 smithi044 bash[32620]: cluster 2023-12-07T20:50:19.939185+0000 mgr.a (mgr.24293) 26458 : cluster 0 pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:21 smithi027 bash[31536]: cluster 2023-12-07T20:50:19.939185+0000 mgr.a (mgr.24293) 26458 : cluster 0 pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:23.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:22 smithi044 bash[32620]: cluster 2023-12-07T20:50:21.939809+0000 mgr.a (mgr.24293) 26459 : cluster 0 pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:23.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:22 smithi027 bash[31536]: cluster 2023-12-07T20:50:21.939809+0000 mgr.a (mgr.24293) 26459 : cluster 0 pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:22 smithi022 bash[28554]: cluster 2023-12-07T20:50:21.939809+0000 mgr.a (mgr.24293) 26459 : cluster 0 pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:23.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:23.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:23.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:24.538 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:24.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:24.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:24.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:24.539 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:24 smithi022 bash[28554]: cluster 2023-12-07T20:50:23.940316+0000 mgr.a (mgr.24293) 26460 : cluster 0 pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:25.429 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:24 smithi022 bash[28554]: audit 2023-12-07T20:50:24.008330+0000 mgr.a (mgr.24293) 26461 : audit 0 from='client.518364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:25.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:24 smithi044 bash[32620]: cluster 2023-12-07T20:50:23.940316+0000 mgr.a (mgr.24293) 26460 : cluster 0 pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:25.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:24 smithi044 bash[32620]: audit 2023-12-07T20:50:24.008330+0000 mgr.a (mgr.24293) 26461 : audit 0 from='client.518364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:24 smithi027 bash[31536]: cluster 2023-12-07T20:50:23.940316+0000 mgr.a (mgr.24293) 26460 : cluster 0 pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:24 smithi027 bash[31536]: audit 2023-12-07T20:50:24.008330+0000 mgr.a (mgr.24293) 26461 : audit 0 from='client.518364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:26 smithi022 bash[28554]: cluster 2023-12-07T20:50:25.941218+0000 mgr.a (mgr.24293) 26462 : cluster 0 pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:26 smithi044 bash[32620]: cluster 2023-12-07T20:50:25.941218+0000 mgr.a (mgr.24293) 26462 : cluster 0 pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:27 smithi027 bash[31536]: cluster 2023-12-07T20:50:25.941218+0000 mgr.a (mgr.24293) 26462 : cluster 0 pgmap v19789: 33 pgs: 33 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:29.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:29 smithi022 bash[28554]: cluster 2023-12-07T20:50:27.941817+0000 mgr.a (mgr.24293) 26463 : cluster 0 pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:29 smithi044 bash[32620]: cluster 2023-12-07T20:50:27.941817+0000 mgr.a (mgr.24293) 26463 : cluster 0 pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:29 smithi027 bash[31536]: cluster 2023-12-07T20:50:27.941817+0000 mgr.a (mgr.24293) 26463 : cluster 0 pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:29.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:29.541 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:30.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:30.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:31 smithi022 bash[28554]: cluster 2023-12-07T20:50:29.942340+0000 mgr.a (mgr.24293) 26464 : cluster 0 pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:31 smithi022 bash[28554]: audit 2023-12-07T20:50:29.958468+0000 mgr.a (mgr.24293) 26465 : audit 0 from='client.518436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:31 smithi044 bash[32620]: cluster 2023-12-07T20:50:29.942340+0000 mgr.a (mgr.24293) 26464 : cluster 0 pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:31 smithi044 bash[32620]: audit 2023-12-07T20:50:29.958468+0000 mgr.a (mgr.24293) 26465 : audit 0 from='client.518436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:31 smithi027 bash[31536]: cluster 2023-12-07T20:50:29.942340+0000 mgr.a (mgr.24293) 26464 : cluster 0 pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:31.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:31 smithi027 bash[31536]: audit 2023-12-07T20:50:29.958468+0000 mgr.a (mgr.24293) 26465 : audit 0 from='client.518436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:33.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:32 smithi027 bash[31536]: cluster 2023-12-07T20:50:31.943223+0000 mgr.a (mgr.24293) 26466 : cluster 0 pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:32 smithi022 bash[28554]: cluster 2023-12-07T20:50:31.943223+0000 mgr.a (mgr.24293) 26466 : cluster 0 pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:32 smithi044 bash[32620]: cluster 2023-12-07T20:50:31.943223+0000 mgr.a (mgr.24293) 26466 : cluster 0 pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:34 smithi022 bash[28554]: cluster 2023-12-07T20:50:33.943812+0000 mgr.a (mgr.24293) 26467 : cluster 0 pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:34 smithi044 bash[32620]: cluster 2023-12-07T20:50:33.943812+0000 mgr.a (mgr.24293) 26467 : cluster 0 pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:35.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:34 smithi027 bash[31536]: cluster 2023-12-07T20:50:33.943812+0000 mgr.a (mgr.24293) 26467 : cluster 0 pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:35.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:35.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:35.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:36.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:36.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:36.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:36.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:36.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:37 smithi022 bash[28554]: audit 2023-12-07T20:50:35.893609+0000 mgr.a (mgr.24293) 26468 : audit 0 from='client.518511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:37 smithi022 bash[28554]: cluster 2023-12-07T20:50:35.945106+0000 mgr.a (mgr.24293) 26469 : cluster 0 pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:37 smithi044 bash[32620]: audit 2023-12-07T20:50:35.893609+0000 mgr.a (mgr.24293) 26468 : audit 0 from='client.518511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:37 smithi044 bash[32620]: cluster 2023-12-07T20:50:35.945106+0000 mgr.a (mgr.24293) 26469 : cluster 0 pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:37 smithi027 bash[31536]: audit 2023-12-07T20:50:35.893609+0000 mgr.a (mgr.24293) 26468 : audit 0 from='client.518511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:37 smithi027 bash[31536]: cluster 2023-12-07T20:50:35.945106+0000 mgr.a (mgr.24293) 26469 : cluster 0 pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:39 smithi022 bash[28554]: cluster 2023-12-07T20:50:37.945864+0000 mgr.a (mgr.24293) 26470 : cluster 0 pgmap v19795: 33 pgs: 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:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:39 smithi044 bash[32620]: cluster 2023-12-07T20:50:37.945864+0000 mgr.a (mgr.24293) 26470 : cluster 0 pgmap v19795: 33 pgs: 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:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:39 smithi027 bash[31536]: cluster 2023-12-07T20:50:37.945864+0000 mgr.a (mgr.24293) 26470 : cluster 0 pgmap v19795: 33 pgs: 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:41.409 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:41.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:41.410 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:41.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:41 smithi022 bash[28554]: cluster 2023-12-07T20:50:39.946408+0000 mgr.a (mgr.24293) 26471 : cluster 0 pgmap v19796: 33 pgs: 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:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:41 smithi044 bash[32620]: cluster 2023-12-07T20:50:39.946408+0000 mgr.a (mgr.24293) 26471 : cluster 0 pgmap v19796: 33 pgs: 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:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:41 smithi027 bash[31536]: cluster 2023-12-07T20:50:39.946408+0000 mgr.a (mgr.24293) 26471 : cluster 0 pgmap v19796: 33 pgs: 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:42.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:42.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:42.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:42.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:42.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:42 smithi027 bash[31536]: audit 2023-12-07T20:50:41.821940+0000 mgr.a (mgr.24293) 26472 : audit 0 from='client.518586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:42 smithi027 bash[31536]: cluster 2023-12-07T20:50:41.947416+0000 mgr.a (mgr.24293) 26473 : cluster 0 pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:43.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:42 smithi027 bash[31536]: audit 2023-12-07T20:50:42.897197+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:43.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:42 smithi044 bash[32620]: audit 2023-12-07T20:50:41.821940+0000 mgr.a (mgr.24293) 26472 : audit 0 from='client.518586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:43.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:42 smithi044 bash[32620]: cluster 2023-12-07T20:50:41.947416+0000 mgr.a (mgr.24293) 26473 : cluster 0 pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:43.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:42 smithi044 bash[32620]: audit 2023-12-07T20:50:42.897197+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:42 smithi022 bash[28554]: audit 2023-12-07T20:50:41.821940+0000 mgr.a (mgr.24293) 26472 : audit 0 from='client.518586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:42 smithi022 bash[28554]: cluster 2023-12-07T20:50:41.947416+0000 mgr.a (mgr.24293) 26473 : cluster 0 pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:43.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:42 smithi022 bash[28554]: audit 2023-12-07T20:50:42.897197+0000 mon.a (mon.0) 4085 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:43 smithi027 bash[31536]: audit 2023-12-07T20:50:43.643113+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:43 smithi027 bash[31536]: audit 2023-12-07T20:50:43.644896+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:44.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:43 smithi027 bash[31536]: audit 2023-12-07T20:50:43.654416+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:50:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:43 smithi022 bash[28554]: audit 2023-12-07T20:50:43.643113+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:43 smithi022 bash[28554]: audit 2023-12-07T20:50:43.644896+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:44.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:43 smithi022 bash[28554]: audit 2023-12-07T20:50:43.654416+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:50:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:43 smithi044 bash[32620]: audit 2023-12-07T20:50:43.643113+0000 mon.a (mon.0) 4086 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:43 smithi044 bash[32620]: audit 2023-12-07T20:50:43.644896+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:44.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:43 smithi044 bash[32620]: audit 2023-12-07T20:50:43.654416+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:50:45.201 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:44 smithi027 bash[31536]: cluster 2023-12-07T20:50:43.948042+0000 mgr.a (mgr.24293) 26474 : cluster 0 pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:45.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:44 smithi022 bash[28554]: cluster 2023-12-07T20:50:43.948042+0000 mgr.a (mgr.24293) 26474 : cluster 0 pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:44 smithi044 bash[32620]: cluster 2023-12-07T20:50:43.948042+0000 mgr.a (mgr.24293) 26474 : cluster 0 pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:47.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:47.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:47.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:47 smithi022 bash[28554]: cluster 2023-12-07T20:50:45.948982+0000 mgr.a (mgr.24293) 26475 : cluster 0 pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:47 smithi044 bash[32620]: cluster 2023-12-07T20:50:45.948982+0000 mgr.a (mgr.24293) 26475 : cluster 0 pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:47.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:47 smithi027 bash[31536]: cluster 2023-12-07T20:50:45.948982+0000 mgr.a (mgr.24293) 26475 : cluster 0 pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:48.271 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:48.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:48.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:48.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:48.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:49 smithi022 bash[28554]: audit 2023-12-07T20:50:47.753326+0000 mgr.a (mgr.24293) 26476 : audit 0 from='client.518664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:49 smithi022 bash[28554]: cluster 2023-12-07T20:50:47.949765+0000 mgr.a (mgr.24293) 26477 : cluster 0 pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:49 smithi044 bash[32620]: audit 2023-12-07T20:50:47.753326+0000 mgr.a (mgr.24293) 26476 : audit 0 from='client.518664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:49 smithi044 bash[32620]: cluster 2023-12-07T20:50:47.949765+0000 mgr.a (mgr.24293) 26477 : cluster 0 pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:49 smithi027 bash[31536]: audit 2023-12-07T20:50:47.753326+0000 mgr.a (mgr.24293) 26476 : audit 0 from='client.518664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:49 smithi027 bash[31536]: cluster 2023-12-07T20:50:47.949765+0000 mgr.a (mgr.24293) 26477 : cluster 0 pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:51 smithi022 bash[28554]: cluster 2023-12-07T20:50:49.950476+0000 mgr.a (mgr.24293) 26478 : cluster 0 pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:51 smithi044 bash[32620]: cluster 2023-12-07T20:50:49.950476+0000 mgr.a (mgr.24293) 26478 : cluster 0 pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:51 smithi027 bash[31536]: cluster 2023-12-07T20:50:49.950476+0000 mgr.a (mgr.24293) 26478 : cluster 0 pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:53.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:52 smithi027 bash[31536]: cluster 2023-12-07T20:50:51.951321+0000 mgr.a (mgr.24293) 26479 : cluster 0 pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:53.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:53.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:53.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:52 smithi022 bash[28554]: cluster 2023-12-07T20:50:51.951321+0000 mgr.a (mgr.24293) 26479 : cluster 0 pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:52 smithi044 bash[32620]: cluster 2023-12-07T20:50:51.951321+0000 mgr.a (mgr.24293) 26479 : cluster 0 pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:54.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:54.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:54.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:54.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:50:54.218 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:50:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:55 smithi022 bash[28554]: audit 2023-12-07T20:50:53.714215+0000 mgr.a (mgr.24293) 26480 : audit 0 from='client.518742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:55 smithi022 bash[28554]: cluster 2023-12-07T20:50:53.951749+0000 mgr.a (mgr.24293) 26481 : cluster 0 pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:55 smithi044 bash[32620]: audit 2023-12-07T20:50:53.714215+0000 mgr.a (mgr.24293) 26480 : audit 0 from='client.518742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:55 smithi044 bash[32620]: cluster 2023-12-07T20:50:53.951749+0000 mgr.a (mgr.24293) 26481 : cluster 0 pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:55 smithi027 bash[31536]: audit 2023-12-07T20:50:53.714215+0000 mgr.a (mgr.24293) 26480 : audit 0 from='client.518742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:55 smithi027 bash[31536]: cluster 2023-12-07T20:50:53.951749+0000 mgr.a (mgr.24293) 26481 : cluster 0 pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:57 smithi022 bash[28554]: cluster 2023-12-07T20:50:55.952668+0000 mgr.a (mgr.24293) 26482 : cluster 0 pgmap v19804: 33 pgs: 33 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:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:57 smithi044 bash[32620]: cluster 2023-12-07T20:50:55.952668+0000 mgr.a (mgr.24293) 26482 : cluster 0 pgmap v19804: 33 pgs: 33 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:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:57 smithi027 bash[31536]: cluster 2023-12-07T20:50:55.952668+0000 mgr.a (mgr.24293) 26482 : cluster 0 pgmap v19804: 33 pgs: 33 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:59.223 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:50:59.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:59.223 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:50:59 smithi022 bash[28554]: cluster 2023-12-07T20:50:57.953241+0000 mgr.a (mgr.24293) 26483 : cluster 0 pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:50:59 smithi044 bash[32620]: cluster 2023-12-07T20:50:57.953241+0000 mgr.a (mgr.24293) 26483 : cluster 0 pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:50:59 smithi027 bash[31536]: cluster 2023-12-07T20:50:57.953241+0000 mgr.a (mgr.24293) 26483 : cluster 0 pgmap v19805: 33 pgs: 33 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.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:00.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:00.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:00.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:00.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:01 smithi022 bash[28554]: audit 2023-12-07T20:50:59.634661+0000 mgr.a (mgr.24293) 26484 : audit 0 from='client.518820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:01 smithi022 bash[28554]: cluster 2023-12-07T20:50:59.954054+0000 mgr.a (mgr.24293) 26485 : cluster 0 pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:01 smithi044 bash[32620]: audit 2023-12-07T20:50:59.634661+0000 mgr.a (mgr.24293) 26484 : audit 0 from='client.518820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:01 smithi044 bash[32620]: cluster 2023-12-07T20:50:59.954054+0000 mgr.a (mgr.24293) 26485 : cluster 0 pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:01 smithi027 bash[31536]: audit 2023-12-07T20:50:59.634661+0000 mgr.a (mgr.24293) 26484 : audit 0 from='client.518820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:01 smithi027 bash[31536]: cluster 2023-12-07T20:50:59.954054+0000 mgr.a (mgr.24293) 26485 : cluster 0 pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:03.198 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:02 smithi027 bash[31536]: cluster 2023-12-07T20:51:01.955056+0000 mgr.a (mgr.24293) 26486 : cluster 0 pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:02 smithi022 bash[28554]: cluster 2023-12-07T20:51:01.955056+0000 mgr.a (mgr.24293) 26486 : cluster 0 pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:02 smithi044 bash[32620]: cluster 2023-12-07T20:51:01.955056+0000 mgr.a (mgr.24293) 26486 : cluster 0 pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:05.157 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:05.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:05.157 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:05 smithi022 bash[28554]: cluster 2023-12-07T20:51:03.955683+0000 mgr.a (mgr.24293) 26487 : cluster 0 pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:05 smithi044 bash[32620]: cluster 2023-12-07T20:51:03.955683+0000 mgr.a (mgr.24293) 26487 : cluster 0 pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:05 smithi027 bash[31536]: cluster 2023-12-07T20:51:03.955683+0000 mgr.a (mgr.24293) 26487 : cluster 0 pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:06.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:06.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:06.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:06.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:06.108 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:07 smithi022 bash[28554]: audit 2023-12-07T20:51:05.569754+0000 mgr.a (mgr.24293) 26488 : audit 0 from='client.518895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:07 smithi022 bash[28554]: cluster 2023-12-07T20:51:05.956739+0000 mgr.a (mgr.24293) 26489 : cluster 0 pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:07 smithi044 bash[32620]: audit 2023-12-07T20:51:05.569754+0000 mgr.a (mgr.24293) 26488 : audit 0 from='client.518895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:07.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:07 smithi044 bash[32620]: cluster 2023-12-07T20:51:05.956739+0000 mgr.a (mgr.24293) 26489 : cluster 0 pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:07 smithi027 bash[31536]: audit 2023-12-07T20:51:05.569754+0000 mgr.a (mgr.24293) 26488 : audit 0 from='client.518895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:07 smithi027 bash[31536]: cluster 2023-12-07T20:51:05.956739+0000 mgr.a (mgr.24293) 26489 : cluster 0 pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:09 smithi022 bash[28554]: cluster 2023-12-07T20:51:07.957437+0000 mgr.a (mgr.24293) 26490 : cluster 0 pgmap v19810: 33 pgs: 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:09.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:09 smithi044 bash[32620]: cluster 2023-12-07T20:51:07.957437+0000 mgr.a (mgr.24293) 26490 : cluster 0 pgmap v19810: 33 pgs: 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:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:09 smithi027 bash[31536]: cluster 2023-12-07T20:51:07.957437+0000 mgr.a (mgr.24293) 26490 : cluster 0 pgmap v19810: 33 pgs: 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:11.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:11.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:11.106 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:11.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:11 smithi022 bash[28554]: cluster 2023-12-07T20:51:09.958026+0000 mgr.a (mgr.24293) 26491 : cluster 0 pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:11 smithi044 bash[32620]: cluster 2023-12-07T20:51:09.958026+0000 mgr.a (mgr.24293) 26491 : cluster 0 pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:11 smithi027 bash[31536]: cluster 2023-12-07T20:51:09.958026+0000 mgr.a (mgr.24293) 26491 : cluster 0 pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:12.046 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:12.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:12.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:12.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:12.047 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:12 smithi027 bash[31536]: audit 2023-12-07T20:51:11.525749+0000 mgr.a (mgr.24293) 26492 : audit 0 from='client.518973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:13.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:12 smithi027 bash[31536]: cluster 2023-12-07T20:51:11.959158+0000 mgr.a (mgr.24293) 26493 : cluster 0 pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:12 smithi022 bash[28554]: audit 2023-12-07T20:51:11.525749+0000 mgr.a (mgr.24293) 26492 : audit 0 from='client.518973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:12 smithi022 bash[28554]: cluster 2023-12-07T20:51:11.959158+0000 mgr.a (mgr.24293) 26493 : cluster 0 pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:12 smithi044 bash[32620]: audit 2023-12-07T20:51:11.525749+0000 mgr.a (mgr.24293) 26492 : audit 0 from='client.518973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:12 smithi044 bash[32620]: cluster 2023-12-07T20:51:11.959158+0000 mgr.a (mgr.24293) 26493 : cluster 0 pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:15 smithi022 bash[28554]: cluster 2023-12-07T20:51:13.959826+0000 mgr.a (mgr.24293) 26494 : cluster 0 pgmap v19813: 33 pgs: 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:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:15 smithi044 bash[32620]: cluster 2023-12-07T20:51:13.959826+0000 mgr.a (mgr.24293) 26494 : cluster 0 pgmap v19813: 33 pgs: 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:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:15 smithi027 bash[31536]: cluster 2023-12-07T20:51:13.959826+0000 mgr.a (mgr.24293) 26494 : cluster 0 pgmap v19813: 33 pgs: 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:17.050 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:17.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:17.050 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:17.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:17 smithi022 bash[28554]: cluster 2023-12-07T20:51:15.960564+0000 mgr.a (mgr.24293) 26495 : cluster 0 pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:17 smithi044 bash[32620]: cluster 2023-12-07T20:51:15.960564+0000 mgr.a (mgr.24293) 26495 : cluster 0 pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:17 smithi027 bash[31536]: cluster 2023-12-07T20:51:15.960564+0000 mgr.a (mgr.24293) 26495 : cluster 0 pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:18.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:18.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:18.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:18.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:18.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:19 smithi022 bash[28554]: audit 2023-12-07T20:51:17.466723+0000 mgr.a (mgr.24293) 26496 : audit 0 from='client.519048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:19 smithi022 bash[28554]: cluster 2023-12-07T20:51:17.961136+0000 mgr.a (mgr.24293) 26497 : cluster 0 pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:19 smithi044 bash[32620]: audit 2023-12-07T20:51:17.466723+0000 mgr.a (mgr.24293) 26496 : audit 0 from='client.519048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:19 smithi044 bash[32620]: cluster 2023-12-07T20:51:17.961136+0000 mgr.a (mgr.24293) 26497 : cluster 0 pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:19 smithi027 bash[31536]: audit 2023-12-07T20:51:17.466723+0000 mgr.a (mgr.24293) 26496 : audit 0 from='client.519048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:19 smithi027 bash[31536]: cluster 2023-12-07T20:51:17.961136+0000 mgr.a (mgr.24293) 26497 : cluster 0 pgmap v19815: 33 pgs: 33 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:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:21 smithi022 bash[28554]: cluster 2023-12-07T20:51:19.961801+0000 mgr.a (mgr.24293) 26498 : cluster 0 pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:21 smithi044 bash[32620]: cluster 2023-12-07T20:51:19.961801+0000 mgr.a (mgr.24293) 26498 : cluster 0 pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:21.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:21 smithi027 bash[31536]: cluster 2023-12-07T20:51:19.961801+0000 mgr.a (mgr.24293) 26498 : cluster 0 pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:23.020 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:23.020 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:23.021 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:23.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:22 smithi022 bash[28554]: cluster 2023-12-07T20:51:21.962662+0000 mgr.a (mgr.24293) 26499 : cluster 0 pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:22 smithi044 bash[32620]: cluster 2023-12-07T20:51:21.962662+0000 mgr.a (mgr.24293) 26499 : cluster 0 pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:22 smithi027 bash[31536]: cluster 2023-12-07T20:51:21.962662+0000 mgr.a (mgr.24293) 26499 : cluster 0 pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:23.960 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:23.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:23.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:23.961 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:23.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:25 smithi022 bash[28554]: audit 2023-12-07T20:51:23.434545+0000 mgr.a (mgr.24293) 26500 : audit 0 from='client.519123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:25 smithi022 bash[28554]: cluster 2023-12-07T20:51:23.963087+0000 mgr.a (mgr.24293) 26501 : cluster 0 pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:25 smithi044 bash[32620]: audit 2023-12-07T20:51:23.434545+0000 mgr.a (mgr.24293) 26500 : audit 0 from='client.519123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:25 smithi044 bash[32620]: cluster 2023-12-07T20:51:23.963087+0000 mgr.a (mgr.24293) 26501 : cluster 0 pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:25 smithi027 bash[31536]: audit 2023-12-07T20:51:23.434545+0000 mgr.a (mgr.24293) 26500 : audit 0 from='client.519123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:25 smithi027 bash[31536]: cluster 2023-12-07T20:51:23.963087+0000 mgr.a (mgr.24293) 26501 : cluster 0 pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:27 smithi022 bash[28554]: cluster 2023-12-07T20:51:25.963904+0000 mgr.a (mgr.24293) 26502 : cluster 0 pgmap v19819: 33 pgs: 33 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:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:27 smithi044 bash[32620]: cluster 2023-12-07T20:51:25.963904+0000 mgr.a (mgr.24293) 26502 : cluster 0 pgmap v19819: 33 pgs: 33 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:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:27 smithi027 bash[31536]: cluster 2023-12-07T20:51:25.963904+0000 mgr.a (mgr.24293) 26502 : cluster 0 pgmap v19819: 33 pgs: 33 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:28.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:28.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:28.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:29 smithi022 bash[28554]: cluster 2023-12-07T20:51:27.964461+0000 mgr.a (mgr.24293) 26503 : cluster 0 pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:29 smithi044 bash[32620]: cluster 2023-12-07T20:51:27.964461+0000 mgr.a (mgr.24293) 26503 : cluster 0 pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:29.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:29 smithi027 bash[31536]: cluster 2023-12-07T20:51:27.964461+0000 mgr.a (mgr.24293) 26503 : cluster 0 pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:29.920 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:29.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:29.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:29.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:29.921 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:31 smithi022 bash[28554]: audit 2023-12-07T20:51:29.381660+0000 mgr.a (mgr.24293) 26504 : audit 0 from='client.519198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:31 smithi022 bash[28554]: cluster 2023-12-07T20:51:29.965406+0000 mgr.a (mgr.24293) 26505 : cluster 0 pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:31 smithi044 bash[32620]: audit 2023-12-07T20:51:29.381660+0000 mgr.a (mgr.24293) 26504 : audit 0 from='client.519198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:31 smithi044 bash[32620]: cluster 2023-12-07T20:51:29.965406+0000 mgr.a (mgr.24293) 26505 : cluster 0 pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:31 smithi027 bash[31536]: audit 2023-12-07T20:51:29.381660+0000 mgr.a (mgr.24293) 26504 : audit 0 from='client.519198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:31 smithi027 bash[31536]: cluster 2023-12-07T20:51:29.965406+0000 mgr.a (mgr.24293) 26505 : cluster 0 pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:33.431 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:32 smithi044 bash[32620]: cluster 2023-12-07T20:51:31.966458+0000 mgr.a (mgr.24293) 26506 : cluster 0 pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:33.431 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:32 smithi022 bash[28554]: cluster 2023-12-07T20:51:31.966458+0000 mgr.a (mgr.24293) 26506 : cluster 0 pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:32 smithi027 bash[31536]: cluster 2023-12-07T20:51:31.966458+0000 mgr.a (mgr.24293) 26506 : cluster 0 pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:34.923 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:34.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:34.924 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:35.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:35 smithi022 bash[28554]: cluster 2023-12-07T20:51:33.966974+0000 mgr.a (mgr.24293) 26507 : cluster 0 pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:35 smithi044 bash[32620]: cluster 2023-12-07T20:51:33.966974+0000 mgr.a (mgr.24293) 26507 : cluster 0 pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:35.448 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:35 smithi027 bash[31536]: cluster 2023-12-07T20:51:33.966974+0000 mgr.a (mgr.24293) 26507 : cluster 0 pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:35.873 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:35.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:35.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:35.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:35.873 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:37 smithi022 bash[28554]: audit 2023-12-07T20:51:35.345767+0000 mgr.a (mgr.24293) 26508 : audit 0 from='client.519273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:37.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:37 smithi022 bash[28554]: cluster 2023-12-07T20:51:35.968091+0000 mgr.a (mgr.24293) 26509 : cluster 0 pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:37 smithi044 bash[32620]: audit 2023-12-07T20:51:35.345767+0000 mgr.a (mgr.24293) 26508 : audit 0 from='client.519273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:37 smithi044 bash[32620]: cluster 2023-12-07T20:51:35.968091+0000 mgr.a (mgr.24293) 26509 : cluster 0 pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:37.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:37 smithi027 bash[31536]: audit 2023-12-07T20:51:35.345767+0000 mgr.a (mgr.24293) 26508 : audit 0 from='client.519273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:37.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:37 smithi027 bash[31536]: cluster 2023-12-07T20:51:35.968091+0000 mgr.a (mgr.24293) 26509 : cluster 0 pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:39 smithi022 bash[28554]: cluster 2023-12-07T20:51:37.968700+0000 mgr.a (mgr.24293) 26510 : cluster 0 pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:39.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:39 smithi044 bash[32620]: cluster 2023-12-07T20:51:37.968700+0000 mgr.a (mgr.24293) 26510 : cluster 0 pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:39 smithi027 bash[31536]: cluster 2023-12-07T20:51:37.968700+0000 mgr.a (mgr.24293) 26510 : cluster 0 pgmap v19825: 33 pgs: 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:40.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:40.876 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:40.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:41.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:41 smithi022 bash[28554]: cluster 2023-12-07T20:51:39.969286+0000 mgr.a (mgr.24293) 26511 : cluster 0 pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:41 smithi044 bash[32620]: cluster 2023-12-07T20:51:39.969286+0000 mgr.a (mgr.24293) 26511 : cluster 0 pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:41 smithi027 bash[31536]: cluster 2023-12-07T20:51:39.969286+0000 mgr.a (mgr.24293) 26511 : cluster 0 pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:41.818 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:41.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:41.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:41.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:41.819 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:42 smithi022 bash[28554]: audit 2023-12-07T20:51:41.289327+0000 mgr.a (mgr.24293) 26512 : audit 0 from='client.519348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:42 smithi022 bash[28554]: cluster 2023-12-07T20:51:41.970330+0000 mgr.a (mgr.24293) 26513 : cluster 0 pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:42 smithi044 bash[32620]: audit 2023-12-07T20:51:41.289327+0000 mgr.a (mgr.24293) 26512 : audit 0 from='client.519348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:42 smithi044 bash[32620]: cluster 2023-12-07T20:51:41.970330+0000 mgr.a (mgr.24293) 26513 : cluster 0 pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:42 smithi027 bash[31536]: audit 2023-12-07T20:51:41.289327+0000 mgr.a (mgr.24293) 26512 : audit 0 from='client.519348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:42 smithi027 bash[31536]: cluster 2023-12-07T20:51:41.970330+0000 mgr.a (mgr.24293) 26513 : cluster 0 pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:43 smithi022 bash[28554]: audit 2023-12-07T20:51:43.758200+0000 mon.a (mon.0) 4089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:44.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:43 smithi044 bash[32620]: audit 2023-12-07T20:51:43.758200+0000 mon.a (mon.0) 4089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:43 smithi027 bash[31536]: audit 2023-12-07T20:51:43.758200+0000 mon.a (mon.0) 4089 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:44 smithi022 bash[28554]: cluster 2023-12-07T20:51:43.970902+0000 mgr.a (mgr.24293) 26514 : cluster 0 pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:44 smithi022 bash[28554]: audit 2023-12-07T20:51:44.288639+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:44 smithi022 bash[28554]: audit 2023-12-07T20:51:44.294644+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:44 smithi044 bash[32620]: cluster 2023-12-07T20:51:43.970902+0000 mgr.a (mgr.24293) 26514 : cluster 0 pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:44 smithi044 bash[32620]: audit 2023-12-07T20:51:44.288639+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:44 smithi044 bash[32620]: audit 2023-12-07T20:51:44.294644+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:44 smithi027 bash[31536]: cluster 2023-12-07T20:51:43.970902+0000 mgr.a (mgr.24293) 26514 : cluster 0 pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:44 smithi027 bash[31536]: audit 2023-12-07T20:51:44.288639+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:44 smithi027 bash[31536]: audit 2023-12-07T20:51:44.294644+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:45 smithi022 bash[28554]: audit 2023-12-07T20:51:45.083617+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:45 smithi022 bash[28554]: audit 2023-12-07T20:51:45.085585+0000 mon.a (mon.0) 4093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:45 smithi022 bash[28554]: audit 2023-12-07T20:51:45.095291+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:45 smithi044 bash[32620]: audit 2023-12-07T20:51:45.083617+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:45 smithi044 bash[32620]: audit 2023-12-07T20:51:45.085585+0000 mon.a (mon.0) 4093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:45 smithi044 bash[32620]: audit 2023-12-07T20:51:45.095291+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:45 smithi027 bash[31536]: audit 2023-12-07T20:51:45.083617+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:45 smithi027 bash[31536]: audit 2023-12-07T20:51:45.085585+0000 mon.a (mon.0) 4093 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:45 smithi027 bash[31536]: audit 2023-12-07T20:51:45.095291+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:51:46.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:46.822 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:46.823 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:47.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:46 smithi022 bash[28554]: cluster 2023-12-07T20:51:45.971799+0000 mgr.a (mgr.24293) 26515 : cluster 0 pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:46 smithi044 bash[32620]: cluster 2023-12-07T20:51:45.971799+0000 mgr.a (mgr.24293) 26515 : cluster 0 pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:47.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:46 smithi027 bash[31536]: cluster 2023-12-07T20:51:45.971799+0000 mgr.a (mgr.24293) 26515 : cluster 0 pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:47.772 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:47.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:47.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:47.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:47.772 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:48 smithi044 bash[32620]: audit 2023-12-07T20:51:47.247665+0000 mgr.a (mgr.24293) 26516 : audit 0 from='client.519420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:48 smithi044 bash[32620]: cluster 2023-12-07T20:51:47.972373+0000 mgr.a (mgr.24293) 26517 : cluster 0 pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:49.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:48 smithi022 bash[28554]: audit 2023-12-07T20:51:47.247665+0000 mgr.a (mgr.24293) 26516 : audit 0 from='client.519420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:49.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:48 smithi022 bash[28554]: cluster 2023-12-07T20:51:47.972373+0000 mgr.a (mgr.24293) 26517 : cluster 0 pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:48 smithi027 bash[31536]: audit 2023-12-07T20:51:47.247665+0000 mgr.a (mgr.24293) 26516 : audit 0 from='client.519420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:48 smithi027 bash[31536]: cluster 2023-12-07T20:51:47.972373+0000 mgr.a (mgr.24293) 26517 : cluster 0 pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:51.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:50 smithi044 bash[32620]: cluster 2023-12-07T20:51:49.972960+0000 mgr.a (mgr.24293) 26518 : cluster 0 pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:51.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:50 smithi022 bash[28554]: cluster 2023-12-07T20:51:49.972960+0000 mgr.a (mgr.24293) 26518 : cluster 0 pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:50 smithi027 bash[31536]: cluster 2023-12-07T20:51:49.972960+0000 mgr.a (mgr.24293) 26518 : cluster 0 pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:52.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:52.773 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:52.774 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:53.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:52 smithi022 bash[28554]: cluster 2023-12-07T20:51:51.973922+0000 mgr.a (mgr.24293) 26519 : cluster 0 pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:52 smithi044 bash[32620]: cluster 2023-12-07T20:51:51.973922+0000 mgr.a (mgr.24293) 26519 : cluster 0 pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:52 smithi027 bash[31536]: cluster 2023-12-07T20:51:51.973922+0000 mgr.a (mgr.24293) 26519 : cluster 0 pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:53.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:51:53.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:53.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:53.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:53.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:55 smithi022 bash[28554]: audit 2023-12-07T20:51:53.189229+0000 mgr.a (mgr.24293) 26520 : audit 0 from='client.519498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:55 smithi022 bash[28554]: cluster 2023-12-07T20:51:53.974629+0000 mgr.a (mgr.24293) 26521 : cluster 0 pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:55 smithi044 bash[32620]: audit 2023-12-07T20:51:53.189229+0000 mgr.a (mgr.24293) 26520 : audit 0 from='client.519498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:55 smithi044 bash[32620]: cluster 2023-12-07T20:51:53.974629+0000 mgr.a (mgr.24293) 26521 : cluster 0 pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:55 smithi027 bash[31536]: audit 2023-12-07T20:51:53.189229+0000 mgr.a (mgr.24293) 26520 : audit 0 from='client.519498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:55 smithi027 bash[31536]: cluster 2023-12-07T20:51:53.974629+0000 mgr.a (mgr.24293) 26521 : cluster 0 pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:57.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:57 smithi044 bash[32620]: cluster 2023-12-07T20:51:55.975452+0000 mgr.a (mgr.24293) 26522 : cluster 0 pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:57.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:57 smithi022 bash[28554]: cluster 2023-12-07T20:51:55.975452+0000 mgr.a (mgr.24293) 26522 : cluster 0 pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:57 smithi027 bash[31536]: cluster 2023-12-07T20:51:55.975452+0000 mgr.a (mgr.24293) 26522 : cluster 0 pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:58.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:51:58.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:58.724 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:59.430 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:51:59 smithi044 bash[32620]: cluster 2023-12-07T20:51:57.975948+0000 mgr.a (mgr.24293) 26523 : cluster 0 pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:59.430 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:51:59 smithi022 bash[28554]: cluster 2023-12-07T20:51:57.975948+0000 mgr.a (mgr.24293) 26523 : cluster 0 pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:51:59 smithi027 bash[31536]: cluster 2023-12-07T20:51:57.975948+0000 mgr.a (mgr.24293) 26523 : cluster 0 pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:59.673 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:59.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:59.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:59.674 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:51:59.674 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:01 smithi022 bash[28554]: audit 2023-12-07T20:51:59.137839+0000 mgr.a (mgr.24293) 26524 : audit 0 from='client.519576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:01 smithi022 bash[28554]: cluster 2023-12-07T20:51:59.976578+0000 mgr.a (mgr.24293) 26525 : cluster 0 pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:01 smithi044 bash[32620]: audit 2023-12-07T20:51:59.137839+0000 mgr.a (mgr.24293) 26524 : audit 0 from='client.519576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:01 smithi044 bash[32620]: cluster 2023-12-07T20:51:59.976578+0000 mgr.a (mgr.24293) 26525 : cluster 0 pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:01.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:01 smithi027 bash[31536]: audit 2023-12-07T20:51:59.137839+0000 mgr.a (mgr.24293) 26524 : audit 0 from='client.519576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:01 smithi027 bash[31536]: cluster 2023-12-07T20:51:59.976578+0000 mgr.a (mgr.24293) 26525 : cluster 0 pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:02 smithi022 bash[28554]: cluster 2023-12-07T20:52:01.977460+0000 mgr.a (mgr.24293) 26526 : cluster 0 pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:02 smithi044 bash[32620]: cluster 2023-12-07T20:52:01.977460+0000 mgr.a (mgr.24293) 26526 : cluster 0 pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:02 smithi027 bash[31536]: cluster 2023-12-07T20:52:01.977460+0000 mgr.a (mgr.24293) 26526 : cluster 0 pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:04.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:04.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:04.679 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:05.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:05 smithi022 bash[28554]: cluster 2023-12-07T20:52:03.978031+0000 mgr.a (mgr.24293) 26527 : cluster 0 pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:05.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:05 smithi044 bash[32620]: cluster 2023-12-07T20:52:03.978031+0000 mgr.a (mgr.24293) 26527 : cluster 0 pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:05 smithi027 bash[31536]: cluster 2023-12-07T20:52:03.978031+0000 mgr.a (mgr.24293) 26527 : cluster 0 pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:05.635 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:05.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:05.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:05.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:05.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:06 smithi022 bash[28554]: audit 2023-12-07T20:52:05.094957+0000 mgr.a (mgr.24293) 26528 : audit 0 from='client.519651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:06 smithi044 bash[32620]: audit 2023-12-07T20:52:05.094957+0000 mgr.a (mgr.24293) 26528 : audit 0 from='client.519651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:06 smithi027 bash[31536]: audit 2023-12-07T20:52:05.094957+0000 mgr.a (mgr.24293) 26528 : audit 0 from='client.519651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:07 smithi022 bash[28554]: cluster 2023-12-07T20:52:05.979055+0000 mgr.a (mgr.24293) 26529 : cluster 0 pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:07 smithi044 bash[32620]: cluster 2023-12-07T20:52:05.979055+0000 mgr.a (mgr.24293) 26529 : cluster 0 pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:07 smithi027 bash[31536]: cluster 2023-12-07T20:52:05.979055+0000 mgr.a (mgr.24293) 26529 : cluster 0 pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:09 smithi022 bash[28554]: cluster 2023-12-07T20:52:07.979693+0000 mgr.a (mgr.24293) 26530 : cluster 0 pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:09.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:09 smithi044 bash[32620]: cluster 2023-12-07T20:52:07.979693+0000 mgr.a (mgr.24293) 26530 : cluster 0 pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:09.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:09 smithi027 bash[31536]: cluster 2023-12-07T20:52:07.979693+0000 mgr.a (mgr.24293) 26530 : cluster 0 pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:10.638 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:10.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:10.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:11 smithi022 bash[28554]: cluster 2023-12-07T20:52:09.980218+0000 mgr.a (mgr.24293) 26531 : cluster 0 pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:11.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:11 smithi044 bash[32620]: cluster 2023-12-07T20:52:09.980218+0000 mgr.a (mgr.24293) 26531 : cluster 0 pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:11 smithi027 bash[31536]: cluster 2023-12-07T20:52:09.980218+0000 mgr.a (mgr.24293) 26531 : cluster 0 pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:11.589 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:11.589 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:12 smithi022 bash[28554]: audit 2023-12-07T20:52:11.059589+0000 mgr.a (mgr.24293) 26532 : audit 0 from='client.519729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:12 smithi044 bash[32620]: audit 2023-12-07T20:52:11.059589+0000 mgr.a (mgr.24293) 26532 : audit 0 from='client.519729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:12.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:12 smithi027 bash[31536]: audit 2023-12-07T20:52:11.059589+0000 mgr.a (mgr.24293) 26532 : audit 0 from='client.519729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:13 smithi022 bash[28554]: cluster 2023-12-07T20:52:11.981341+0000 mgr.a (mgr.24293) 26533 : cluster 0 pgmap v19842: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:13 smithi044 bash[32620]: cluster 2023-12-07T20:52:11.981341+0000 mgr.a (mgr.24293) 26533 : cluster 0 pgmap v19842: 33 pgs: 33 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.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:13 smithi027 bash[31536]: cluster 2023-12-07T20:52:11.981341+0000 mgr.a (mgr.24293) 26533 : cluster 0 pgmap v19842: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:15 smithi022 bash[28554]: cluster 2023-12-07T20:52:13.981927+0000 mgr.a (mgr.24293) 26534 : cluster 0 pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:15 smithi044 bash[32620]: cluster 2023-12-07T20:52:13.981927+0000 mgr.a (mgr.24293) 26534 : cluster 0 pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:15 smithi027 bash[31536]: cluster 2023-12-07T20:52:13.981927+0000 mgr.a (mgr.24293) 26534 : cluster 0 pgmap v19843: 33 pgs: 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:16.592 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:16.592 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:16.593 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:17.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:17 smithi044 bash[32620]: cluster 2023-12-07T20:52:15.982663+0000 mgr.a (mgr.24293) 26535 : cluster 0 pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:17.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:17 smithi022 bash[28554]: cluster 2023-12-07T20:52:15.982663+0000 mgr.a (mgr.24293) 26535 : cluster 0 pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:17.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:17 smithi027 bash[31536]: cluster 2023-12-07T20:52:15.982663+0000 mgr.a (mgr.24293) 26535 : cluster 0 pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:17.519 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:17.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:18 smithi022 bash[28554]: audit 2023-12-07T20:52:17.004337+0000 mgr.a (mgr.24293) 26536 : audit 0 from='client.519804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:18 smithi044 bash[32620]: audit 2023-12-07T20:52:17.004337+0000 mgr.a (mgr.24293) 26536 : audit 0 from='client.519804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:18.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:18 smithi027 bash[31536]: audit 2023-12-07T20:52:17.004337+0000 mgr.a (mgr.24293) 26536 : audit 0 from='client.519804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:19 smithi022 bash[28554]: cluster 2023-12-07T20:52:17.983407+0000 mgr.a (mgr.24293) 26537 : cluster 0 pgmap v19845: 33 pgs: 33 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:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:19 smithi044 bash[32620]: cluster 2023-12-07T20:52:17.983407+0000 mgr.a (mgr.24293) 26537 : cluster 0 pgmap v19845: 33 pgs: 33 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:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:19 smithi027 bash[31536]: cluster 2023-12-07T20:52:17.983407+0000 mgr.a (mgr.24293) 26537 : cluster 0 pgmap v19845: 33 pgs: 33 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:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:21 smithi022 bash[28554]: cluster 2023-12-07T20:52:19.983980+0000 mgr.a (mgr.24293) 26538 : cluster 0 pgmap v19846: 33 pgs: 33 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:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:21 smithi044 bash[32620]: cluster 2023-12-07T20:52:19.983980+0000 mgr.a (mgr.24293) 26538 : cluster 0 pgmap v19846: 33 pgs: 33 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:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:21 smithi027 bash[31536]: cluster 2023-12-07T20:52:19.983980+0000 mgr.a (mgr.24293) 26538 : cluster 0 pgmap v19846: 33 pgs: 33 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:22.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:22.523 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:22.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:22 smithi022 bash[28554]: cluster 2023-12-07T20:52:21.984780+0000 mgr.a (mgr.24293) 26539 : cluster 0 pgmap v19847: 33 pgs: 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:23.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:23.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:23.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:23.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:23.426 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:22 smithi044 bash[32620]: cluster 2023-12-07T20:52:21.984780+0000 mgr.a (mgr.24293) 26539 : cluster 0 pgmap v19847: 33 pgs: 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:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:22 smithi027 bash[31536]: cluster 2023-12-07T20:52:21.984780+0000 mgr.a (mgr.24293) 26539 : cluster 0 pgmap v19847: 33 pgs: 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:24.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:23 smithi022 bash[28554]: audit 2023-12-07T20:52:22.935580+0000 mgr.a (mgr.24293) 26540 : audit 0 from='client.519879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:23 smithi044 bash[32620]: audit 2023-12-07T20:52:22.935580+0000 mgr.a (mgr.24293) 26540 : audit 0 from='client.519879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:23 smithi027 bash[31536]: audit 2023-12-07T20:52:22.935580+0000 mgr.a (mgr.24293) 26540 : audit 0 from='client.519879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:24 smithi022 bash[28554]: cluster 2023-12-07T20:52:23.985458+0000 mgr.a (mgr.24293) 26541 : cluster 0 pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:24 smithi044 bash[32620]: cluster 2023-12-07T20:52:23.985458+0000 mgr.a (mgr.24293) 26541 : cluster 0 pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:24 smithi027 bash[31536]: cluster 2023-12-07T20:52:23.985458+0000 mgr.a (mgr.24293) 26541 : cluster 0 pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:27.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:26 smithi022 bash[28554]: cluster 2023-12-07T20:52:25.986290+0000 mgr.a (mgr.24293) 26542 : cluster 0 pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:27 smithi044 bash[32620]: cluster 2023-12-07T20:52:25.986290+0000 mgr.a (mgr.24293) 26542 : cluster 0 pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:27 smithi027 bash[31536]: cluster 2023-12-07T20:52:25.986290+0000 mgr.a (mgr.24293) 26542 : cluster 0 pgmap v19849: 33 pgs: 33 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.429 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:28.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:28.430 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:29.366 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:29.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:29.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:29.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:29.366 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:29.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:29 smithi022 bash[28554]: cluster 2023-12-07T20:52:27.986899+0000 mgr.a (mgr.24293) 26543 : cluster 0 pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:29.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:29 smithi044 bash[32620]: cluster 2023-12-07T20:52:27.986899+0000 mgr.a (mgr.24293) 26543 : cluster 0 pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:29 smithi027 bash[31536]: cluster 2023-12-07T20:52:27.986899+0000 mgr.a (mgr.24293) 26543 : cluster 0 pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:30 smithi022 bash[28554]: audit 2023-12-07T20:52:28.836288+0000 mgr.a (mgr.24293) 26544 : audit 0 from='client.519957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:30.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:30 smithi044 bash[32620]: audit 2023-12-07T20:52:28.836288+0000 mgr.a (mgr.24293) 26544 : audit 0 from='client.519957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:30 smithi027 bash[31536]: audit 2023-12-07T20:52:28.836288+0000 mgr.a (mgr.24293) 26544 : audit 0 from='client.519957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:31 smithi022 bash[28554]: cluster 2023-12-07T20:52:29.987626+0000 mgr.a (mgr.24293) 26545 : cluster 0 pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:31 smithi044 bash[32620]: cluster 2023-12-07T20:52:29.987626+0000 mgr.a (mgr.24293) 26545 : cluster 0 pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:31 smithi027 bash[31536]: cluster 2023-12-07T20:52:29.987626+0000 mgr.a (mgr.24293) 26545 : cluster 0 pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:32 smithi022 bash[28554]: cluster 2023-12-07T20:52:31.988439+0000 mgr.a (mgr.24293) 26546 : cluster 0 pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:32 smithi044 bash[32620]: cluster 2023-12-07T20:52:31.988439+0000 mgr.a (mgr.24293) 26546 : cluster 0 pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:32 smithi027 bash[31536]: cluster 2023-12-07T20:52:31.988439+0000 mgr.a (mgr.24293) 26546 : cluster 0 pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:34.369 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:34.369 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:34.370 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:35.301 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:35.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:35.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:35.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:35.302 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:35.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:35 smithi044 bash[32620]: cluster 2023-12-07T20:52:33.989046+0000 mgr.a (mgr.24293) 26547 : cluster 0 pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:35.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:35 smithi022 bash[28554]: cluster 2023-12-07T20:52:33.989046+0000 mgr.a (mgr.24293) 26547 : cluster 0 pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:35 smithi027 bash[31536]: cluster 2023-12-07T20:52:33.989046+0000 mgr.a (mgr.24293) 26547 : cluster 0 pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:36.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:36 smithi022 bash[28554]: audit 2023-12-07T20:52:34.783324+0000 mgr.a (mgr.24293) 26548 : audit 0 from='client.520032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:36 smithi044 bash[32620]: audit 2023-12-07T20:52:34.783324+0000 mgr.a (mgr.24293) 26548 : audit 0 from='client.520032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:36 smithi027 bash[31536]: audit 2023-12-07T20:52:34.783324+0000 mgr.a (mgr.24293) 26548 : audit 0 from='client.520032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:37 smithi022 bash[28554]: cluster 2023-12-07T20:52:35.989983+0000 mgr.a (mgr.24293) 26549 : cluster 0 pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:37 smithi044 bash[32620]: cluster 2023-12-07T20:52:35.989983+0000 mgr.a (mgr.24293) 26549 : cluster 0 pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:37 smithi027 bash[31536]: cluster 2023-12-07T20:52:35.989983+0000 mgr.a (mgr.24293) 26549 : cluster 0 pgmap v19854: 33 pgs: 33 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:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:39 smithi022 bash[28554]: cluster 2023-12-07T20:52:37.990590+0000 mgr.a (mgr.24293) 26550 : cluster 0 pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:39.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:39 smithi044 bash[32620]: cluster 2023-12-07T20:52:37.990590+0000 mgr.a (mgr.24293) 26550 : cluster 0 pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:39.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:39 smithi027 bash[31536]: cluster 2023-12-07T20:52:37.990590+0000 mgr.a (mgr.24293) 26550 : cluster 0 pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:40.304 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:40.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:40.305 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:41.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:41.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:41.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:41.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:41.258 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:41.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:41 smithi022 bash[28554]: cluster 2023-12-07T20:52:39.991176+0000 mgr.a (mgr.24293) 26551 : cluster 0 pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:41 smithi044 bash[32620]: cluster 2023-12-07T20:52:39.991176+0000 mgr.a (mgr.24293) 26551 : cluster 0 pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:41 smithi027 bash[31536]: cluster 2023-12-07T20:52:39.991176+0000 mgr.a (mgr.24293) 26551 : cluster 0 pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:42.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:42 smithi022 bash[28554]: audit 2023-12-07T20:52:40.718075+0000 mgr.a (mgr.24293) 26552 : audit 0 from='client.520104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:42.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:42 smithi044 bash[32620]: audit 2023-12-07T20:52:40.718075+0000 mgr.a (mgr.24293) 26552 : audit 0 from='client.520104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:42.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:42 smithi027 bash[31536]: audit 2023-12-07T20:52:40.718075+0000 mgr.a (mgr.24293) 26552 : audit 0 from='client.520104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:43 smithi022 bash[28554]: cluster 2023-12-07T20:52:41.992271+0000 mgr.a (mgr.24293) 26553 : cluster 0 pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:43 smithi044 bash[32620]: cluster 2023-12-07T20:52:41.992271+0000 mgr.a (mgr.24293) 26553 : cluster 0 pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:43 smithi027 bash[31536]: cluster 2023-12-07T20:52:41.992271+0000 mgr.a (mgr.24293) 26553 : cluster 0 pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:45.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:45 smithi022 bash[28554]: cluster 2023-12-07T20:52:43.992842+0000 mgr.a (mgr.24293) 26554 : cluster 0 pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:45 smithi044 bash[32620]: cluster 2023-12-07T20:52:43.992842+0000 mgr.a (mgr.24293) 26554 : cluster 0 pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:45 smithi027 bash[31536]: cluster 2023-12-07T20:52:43.992842+0000 mgr.a (mgr.24293) 26554 : cluster 0 pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:46.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:46.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:46.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:46 smithi022 bash[28554]: audit 2023-12-07T20:52:45.199220+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:46 smithi022 bash[28554]: audit 2023-12-07T20:52:45.730316+0000 mon.a (mon.0) 4096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:46 smithi022 bash[28554]: audit 2023-12-07T20:52:45.737157+0000 mon.a (mon.0) 4097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:46 smithi022 bash[28554]: audit 2023-12-07T20:52:45.785193+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:46 smithi022 bash[28554]: audit 2023-12-07T20:52:45.791482+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:46 smithi044 bash[32620]: audit 2023-12-07T20:52:45.199220+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:46 smithi044 bash[32620]: audit 2023-12-07T20:52:45.730316+0000 mon.a (mon.0) 4096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:46 smithi044 bash[32620]: audit 2023-12-07T20:52:45.737157+0000 mon.a (mon.0) 4097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:46 smithi044 bash[32620]: audit 2023-12-07T20:52:45.785193+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:46 smithi044 bash[32620]: audit 2023-12-07T20:52:45.791482+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:46 smithi027 bash[31536]: audit 2023-12-07T20:52:45.199220+0000 mon.a (mon.0) 4095 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:46 smithi027 bash[31536]: audit 2023-12-07T20:52:45.730316+0000 mon.a (mon.0) 4096 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:46 smithi027 bash[31536]: audit 2023-12-07T20:52:45.737157+0000 mon.a (mon.0) 4097 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:46 smithi027 bash[31536]: audit 2023-12-07T20:52:45.785193+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:46.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:46 smithi027 bash[31536]: audit 2023-12-07T20:52:45.791482+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:47.234 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:47.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:47.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:47.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:47.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:47 smithi022 bash[28554]: cluster 2023-12-07T20:52:45.993751+0000 mgr.a (mgr.24293) 26555 : cluster 0 pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:47 smithi044 bash[32620]: cluster 2023-12-07T20:52:45.993751+0000 mgr.a (mgr.24293) 26555 : cluster 0 pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:47 smithi027 bash[31536]: cluster 2023-12-07T20:52:45.993751+0000 mgr.a (mgr.24293) 26555 : cluster 0 pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:48.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:48 smithi022 bash[28554]: audit 2023-12-07T20:52:46.696183+0000 mgr.a (mgr.24293) 26556 : audit 0 from='client.520179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:48.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:48 smithi044 bash[32620]: audit 2023-12-07T20:52:46.696183+0000 mgr.a (mgr.24293) 26556 : audit 0 from='client.520179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:48.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:48 smithi027 bash[31536]: audit 2023-12-07T20:52:46.696183+0000 mgr.a (mgr.24293) 26556 : audit 0 from='client.520179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:49 smithi022 bash[28554]: cluster 2023-12-07T20:52:47.994479+0000 mgr.a (mgr.24293) 26557 : cluster 0 pgmap v19860: 33 pgs: 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:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:49 smithi044 bash[32620]: cluster 2023-12-07T20:52:47.994479+0000 mgr.a (mgr.24293) 26557 : cluster 0 pgmap v19860: 33 pgs: 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:49.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:49 smithi027 bash[31536]: cluster 2023-12-07T20:52:47.994479+0000 mgr.a (mgr.24293) 26557 : cluster 0 pgmap v19860: 33 pgs: 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:51.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:51 smithi022 bash[28554]: cluster 2023-12-07T20:52:49.995090+0000 mgr.a (mgr.24293) 26558 : cluster 0 pgmap v19861: 33 pgs: 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:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:51 smithi044 bash[32620]: cluster 2023-12-07T20:52:49.995090+0000 mgr.a (mgr.24293) 26558 : cluster 0 pgmap v19861: 33 pgs: 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:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:51 smithi027 bash[31536]: cluster 2023-12-07T20:52:49.995090+0000 mgr.a (mgr.24293) 26558 : cluster 0 pgmap v19861: 33 pgs: 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:52.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:52.236 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:52.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:53.126 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:53.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:53.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:53.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:53.126 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:53.366 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:52 smithi022 bash[28554]: cluster 2023-12-07T20:52:51.995942+0000 mgr.a (mgr.24293) 26559 : cluster 0 pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:53.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:52 smithi044 bash[32620]: cluster 2023-12-07T20:52:51.995942+0000 mgr.a (mgr.24293) 26559 : cluster 0 pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:53.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:52 smithi027 bash[31536]: cluster 2023-12-07T20:52:51.995942+0000 mgr.a (mgr.24293) 26559 : cluster 0 pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:54.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:53 smithi022 bash[28554]: audit 2023-12-07T20:52:52.642641+0000 mgr.a (mgr.24293) 26560 : audit 0 from='client.520254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:54.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:53 smithi044 bash[32620]: audit 2023-12-07T20:52:52.642641+0000 mgr.a (mgr.24293) 26560 : audit 0 from='client.520254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:54.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:53 smithi027 bash[31536]: audit 2023-12-07T20:52:52.642641+0000 mgr.a (mgr.24293) 26560 : audit 0 from='client.520254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:55.315 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:54 smithi022 bash[28554]: cluster 2023-12-07T20:52:53.996499+0000 mgr.a (mgr.24293) 26561 : cluster 0 pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:55.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:54 smithi044 bash[32620]: cluster 2023-12-07T20:52:53.996499+0000 mgr.a (mgr.24293) 26561 : cluster 0 pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:54 smithi027 bash[31536]: cluster 2023-12-07T20:52:53.996499+0000 mgr.a (mgr.24293) 26561 : cluster 0 pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:56 smithi022 bash[28554]: audit 2023-12-07T20:52:55.826246+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:56 smithi022 bash[28554]: audit 2023-12-07T20:52:55.832149+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:56 smithi022 bash[28554]: audit 2023-12-07T20:52:55.833748+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:56 smithi022 bash[28554]: audit 2023-12-07T20:52:55.835242+0000 mon.a (mon.0) 4103 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:57.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:56 smithi022 bash[28554]: audit 2023-12-07T20:52:55.842926+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:56 smithi022 bash[28554]: cluster 2023-12-07T20:52:55.997366+0000 mgr.a (mgr.24293) 26562 : cluster 0 pgmap v19864: 33 pgs: 33 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.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:56 smithi044 bash[32620]: audit 2023-12-07T20:52:55.826246+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:56 smithi044 bash[32620]: audit 2023-12-07T20:52:55.832149+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:56 smithi044 bash[32620]: audit 2023-12-07T20:52:55.833748+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:56 smithi044 bash[32620]: audit 2023-12-07T20:52:55.835242+0000 mon.a (mon.0) 4103 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:56 smithi044 bash[32620]: audit 2023-12-07T20:52:55.842926+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:56 smithi044 bash[32620]: cluster 2023-12-07T20:52:55.997366+0000 mgr.a (mgr.24293) 26562 : cluster 0 pgmap v19864: 33 pgs: 33 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.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:56 smithi027 bash[31536]: audit 2023-12-07T20:52:55.826246+0000 mon.a (mon.0) 4100 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:56 smithi027 bash[31536]: audit 2023-12-07T20:52:55.832149+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:56 smithi027 bash[31536]: audit 2023-12-07T20:52:55.833748+0000 mon.a (mon.0) 4102 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:56 smithi027 bash[31536]: audit 2023-12-07T20:52:55.835242+0000 mon.a (mon.0) 4103 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:56 smithi027 bash[31536]: audit 2023-12-07T20:52:55.842926+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:52:57.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:56 smithi027 bash[31536]: cluster 2023-12-07T20:52:55.997366+0000 mgr.a (mgr.24293) 26562 : cluster 0 pgmap v19864: 33 pgs: 33 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:58.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:52:58.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:58.129 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:59.075 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:52:59.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:59.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:59.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:59.076 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:52:59.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:52:59 smithi022 bash[28554]: cluster 2023-12-07T20:52:57.997981+0000 mgr.a (mgr.24293) 26563 : cluster 0 pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:59.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:52:59 smithi044 bash[32620]: cluster 2023-12-07T20:52:57.997981+0000 mgr.a (mgr.24293) 26563 : cluster 0 pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:52:59 smithi027 bash[31536]: cluster 2023-12-07T20:52:57.997981+0000 mgr.a (mgr.24293) 26563 : cluster 0 pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:00.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:00 smithi022 bash[28554]: audit 2023-12-07T20:52:58.536408+0000 mgr.a (mgr.24293) 26564 : audit 0 from='client.520332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:00.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:00 smithi044 bash[32620]: audit 2023-12-07T20:52:58.536408+0000 mgr.a (mgr.24293) 26564 : audit 0 from='client.520332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:00.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:00 smithi027 bash[31536]: audit 2023-12-07T20:52:58.536408+0000 mgr.a (mgr.24293) 26564 : audit 0 from='client.520332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:01 smithi022 bash[28554]: cluster 2023-12-07T20:52:59.998863+0000 mgr.a (mgr.24293) 26565 : cluster 0 pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:01 smithi044 bash[32620]: cluster 2023-12-07T20:52:59.998863+0000 mgr.a (mgr.24293) 26565 : cluster 0 pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:01 smithi027 bash[31536]: cluster 2023-12-07T20:52:59.998863+0000 mgr.a (mgr.24293) 26565 : cluster 0 pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:02 smithi044 bash[32620]: cluster 2023-12-07T20:53:01.999774+0000 mgr.a (mgr.24293) 26566 : cluster 0 pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:03.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:02 smithi022 bash[28554]: cluster 2023-12-07T20:53:01.999774+0000 mgr.a (mgr.24293) 26566 : cluster 0 pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:02 smithi027 bash[31536]: cluster 2023-12-07T20:53:01.999774+0000 mgr.a (mgr.24293) 26566 : cluster 0 pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:04.079 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:04.080 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:04.081 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:04.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:04.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:04.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:04.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:04.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:05 smithi022 bash[28554]: cluster 2023-12-07T20:53:04.000434+0000 mgr.a (mgr.24293) 26567 : cluster 0 pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:05 smithi044 bash[32620]: cluster 2023-12-07T20:53:04.000434+0000 mgr.a (mgr.24293) 26567 : cluster 0 pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:05 smithi027 bash[31536]: cluster 2023-12-07T20:53:04.000434+0000 mgr.a (mgr.24293) 26567 : cluster 0 pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:06.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:06 smithi022 bash[28554]: audit 2023-12-07T20:53:04.486861+0000 mgr.a (mgr.24293) 26568 : audit 0 from='client.520407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:06.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:06 smithi044 bash[32620]: audit 2023-12-07T20:53:04.486861+0000 mgr.a (mgr.24293) 26568 : audit 0 from='client.520407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:06.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:06 smithi027 bash[31536]: audit 2023-12-07T20:53:04.486861+0000 mgr.a (mgr.24293) 26568 : audit 0 from='client.520407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:07 smithi022 bash[28554]: cluster 2023-12-07T20:53:06.001583+0000 mgr.a (mgr.24293) 26569 : cluster 0 pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:07 smithi044 bash[32620]: cluster 2023-12-07T20:53:06.001583+0000 mgr.a (mgr.24293) 26569 : cluster 0 pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:07 smithi027 bash[31536]: cluster 2023-12-07T20:53:06.001583+0000 mgr.a (mgr.24293) 26569 : cluster 0 pgmap v19869: 33 pgs: 33 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:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:09 smithi022 bash[28554]: cluster 2023-12-07T20:53:08.002305+0000 mgr.a (mgr.24293) 26570 : cluster 0 pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:09.425 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:09 smithi044 bash[32620]: cluster 2023-12-07T20:53:08.002305+0000 mgr.a (mgr.24293) 26570 : cluster 0 pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:09 smithi027 bash[31536]: cluster 2023-12-07T20:53:08.002305+0000 mgr.a (mgr.24293) 26570 : cluster 0 pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:09.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:09.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:10.912 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:10.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:10.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:10.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:10.912 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:11 smithi022 bash[28554]: cluster 2023-12-07T20:53:10.003010+0000 mgr.a (mgr.24293) 26571 : cluster 0 pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:11 smithi044 bash[32620]: cluster 2023-12-07T20:53:10.003010+0000 mgr.a (mgr.24293) 26571 : cluster 0 pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:11 smithi027 bash[31536]: cluster 2023-12-07T20:53:10.003010+0000 mgr.a (mgr.24293) 26571 : cluster 0 pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:12.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:12 smithi022 bash[28554]: audit 2023-12-07T20:53:10.400555+0000 mgr.a (mgr.24293) 26572 : audit 0 from='client.520482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:12.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:12 smithi044 bash[32620]: audit 2023-12-07T20:53:10.400555+0000 mgr.a (mgr.24293) 26572 : audit 0 from='client.520482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:12.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:12 smithi027 bash[31536]: audit 2023-12-07T20:53:10.400555+0000 mgr.a (mgr.24293) 26572 : audit 0 from='client.520482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:13 smithi022 bash[28554]: cluster 2023-12-07T20:53:12.004039+0000 mgr.a (mgr.24293) 26573 : cluster 0 pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:13 smithi044 bash[32620]: cluster 2023-12-07T20:53:12.004039+0000 mgr.a (mgr.24293) 26573 : cluster 0 pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:13 smithi027 bash[31536]: cluster 2023-12-07T20:53:12.004039+0000 mgr.a (mgr.24293) 26573 : cluster 0 pgmap v19872: 33 pgs: 33 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:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:15 smithi022 bash[28554]: cluster 2023-12-07T20:53:14.004635+0000 mgr.a (mgr.24293) 26574 : cluster 0 pgmap v19873: 33 pgs: 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:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:15 smithi044 bash[32620]: cluster 2023-12-07T20:53:14.004635+0000 mgr.a (mgr.24293) 26574 : cluster 0 pgmap v19873: 33 pgs: 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:15.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:15 smithi027 bash[31536]: cluster 2023-12-07T20:53:14.004635+0000 mgr.a (mgr.24293) 26574 : cluster 0 pgmap v19873: 33 pgs: 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:15.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:15.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:15.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:16.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:16.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:16.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:16.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:16.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:17.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:17 smithi044 bash[32620]: cluster 2023-12-07T20:53:16.005406+0000 mgr.a (mgr.24293) 26575 : cluster 0 pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:17.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:17 smithi022 bash[28554]: cluster 2023-12-07T20:53:16.005406+0000 mgr.a (mgr.24293) 26575 : cluster 0 pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:17 smithi027 bash[31536]: cluster 2023-12-07T20:53:16.005406+0000 mgr.a (mgr.24293) 26575 : cluster 0 pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:18.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:18 smithi022 bash[28554]: audit 2023-12-07T20:53:16.338285+0000 mgr.a (mgr.24293) 26576 : audit 0 from='client.520554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:18 smithi044 bash[32620]: audit 2023-12-07T20:53:16.338285+0000 mgr.a (mgr.24293) 26576 : audit 0 from='client.520554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:18 smithi027 bash[31536]: audit 2023-12-07T20:53:16.338285+0000 mgr.a (mgr.24293) 26576 : audit 0 from='client.520554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:19 smithi022 bash[28554]: cluster 2023-12-07T20:53:18.006170+0000 mgr.a (mgr.24293) 26577 : cluster 0 pgmap v19875: 33 pgs: 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:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:19 smithi044 bash[32620]: cluster 2023-12-07T20:53:18.006170+0000 mgr.a (mgr.24293) 26577 : cluster 0 pgmap v19875: 33 pgs: 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:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:19 smithi027 bash[31536]: cluster 2023-12-07T20:53:18.006170+0000 mgr.a (mgr.24293) 26577 : cluster 0 pgmap v19875: 33 pgs: 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:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:21 smithi022 bash[28554]: cluster 2023-12-07T20:53:20.006719+0000 mgr.a (mgr.24293) 26578 : cluster 0 pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:21 smithi044 bash[32620]: cluster 2023-12-07T20:53:20.006719+0000 mgr.a (mgr.24293) 26578 : cluster 0 pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:21 smithi027 bash[31536]: cluster 2023-12-07T20:53:20.006719+0000 mgr.a (mgr.24293) 26578 : cluster 0 pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:21.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:21.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:21.867 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:22.822 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:22.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:22.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:22.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:22.822 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:22 smithi022 bash[28554]: cluster 2023-12-07T20:53:22.007281+0000 mgr.a (mgr.24293) 26579 : cluster 0 pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:22 smithi044 bash[32620]: cluster 2023-12-07T20:53:22.007281+0000 mgr.a (mgr.24293) 26579 : cluster 0 pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:22 smithi027 bash[31536]: cluster 2023-12-07T20:53:22.007281+0000 mgr.a (mgr.24293) 26579 : cluster 0 pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:24.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:23 smithi022 bash[28554]: audit 2023-12-07T20:53:22.275834+0000 mgr.a (mgr.24293) 26580 : audit 0 from='client.520629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:24.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:24 smithi044 bash[32620]: audit 2023-12-07T20:53:22.275834+0000 mgr.a (mgr.24293) 26580 : audit 0 from='client.520629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:24.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:24 smithi027 bash[31536]: audit 2023-12-07T20:53:22.275834+0000 mgr.a (mgr.24293) 26580 : audit 0 from='client.520629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:25 smithi022 bash[28554]: cluster 2023-12-07T20:53:24.007902+0000 mgr.a (mgr.24293) 26581 : cluster 0 pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:25 smithi044 bash[32620]: cluster 2023-12-07T20:53:24.007902+0000 mgr.a (mgr.24293) 26581 : cluster 0 pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:25 smithi027 bash[31536]: cluster 2023-12-07T20:53:24.007902+0000 mgr.a (mgr.24293) 26581 : cluster 0 pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:27 smithi022 bash[28554]: cluster 2023-12-07T20:53:26.008655+0000 mgr.a (mgr.24293) 26582 : cluster 0 pgmap v19879: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:27 smithi044 bash[32620]: cluster 2023-12-07T20:53:26.008655+0000 mgr.a (mgr.24293) 26582 : cluster 0 pgmap v19879: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:27 smithi027 bash[31536]: cluster 2023-12-07T20:53:26.008655+0000 mgr.a (mgr.24293) 26582 : cluster 0 pgmap v19879: 33 pgs: 33 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.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:27.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:27.825 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:28.746 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:28.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:28.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:28.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:28.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:29 smithi022 bash[28554]: cluster 2023-12-07T20:53:28.009215+0000 mgr.a (mgr.24293) 26583 : cluster 0 pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:29 smithi044 bash[32620]: cluster 2023-12-07T20:53:28.009215+0000 mgr.a (mgr.24293) 26583 : cluster 0 pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:29 smithi027 bash[31536]: cluster 2023-12-07T20:53:28.009215+0000 mgr.a (mgr.24293) 26583 : cluster 0 pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:30.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:30 smithi022 bash[28554]: audit 2023-12-07T20:53:28.243305+0000 mgr.a (mgr.24293) 26584 : audit 0 from='client.520704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:30.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:30 smithi044 bash[32620]: audit 2023-12-07T20:53:28.243305+0000 mgr.a (mgr.24293) 26584 : audit 0 from='client.520704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:30.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:30 smithi027 bash[31536]: audit 2023-12-07T20:53:28.243305+0000 mgr.a (mgr.24293) 26584 : audit 0 from='client.520704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:31 smithi022 bash[28554]: cluster 2023-12-07T20:53:30.009888+0000 mgr.a (mgr.24293) 26585 : cluster 0 pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:31.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:31 smithi044 bash[32620]: cluster 2023-12-07T20:53:30.009888+0000 mgr.a (mgr.24293) 26585 : cluster 0 pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:31 smithi027 bash[31536]: cluster 2023-12-07T20:53:30.009888+0000 mgr.a (mgr.24293) 26585 : cluster 0 pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:33 smithi022 bash[28554]: cluster 2023-12-07T20:53:32.010706+0000 mgr.a (mgr.24293) 26586 : cluster 0 pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:33 smithi044 bash[32620]: cluster 2023-12-07T20:53:32.010706+0000 mgr.a (mgr.24293) 26586 : cluster 0 pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:33 smithi027 bash[31536]: cluster 2023-12-07T20:53:32.010706+0000 mgr.a (mgr.24293) 26586 : cluster 0 pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:33.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:33.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:33.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:34.677 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:34.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:34.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:34.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:34.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:35 smithi022 bash[28554]: cluster 2023-12-07T20:53:34.011224+0000 mgr.a (mgr.24293) 26587 : cluster 0 pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:35 smithi044 bash[32620]: cluster 2023-12-07T20:53:34.011224+0000 mgr.a (mgr.24293) 26587 : cluster 0 pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:35 smithi027 bash[31536]: cluster 2023-12-07T20:53:34.011224+0000 mgr.a (mgr.24293) 26587 : cluster 0 pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:36.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:36 smithi022 bash[28554]: audit 2023-12-07T20:53:34.160855+0000 mgr.a (mgr.24293) 26588 : audit 0 from='client.520782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:36.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:36 smithi044 bash[32620]: audit 2023-12-07T20:53:34.160855+0000 mgr.a (mgr.24293) 26588 : audit 0 from='client.520782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:36.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:36 smithi027 bash[31536]: audit 2023-12-07T20:53:34.160855+0000 mgr.a (mgr.24293) 26588 : audit 0 from='client.520782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:37 smithi022 bash[28554]: cluster 2023-12-07T20:53:36.012268+0000 mgr.a (mgr.24293) 26589 : cluster 0 pgmap v19884: 33 pgs: 33 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:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:37 smithi044 bash[32620]: cluster 2023-12-07T20:53:36.012268+0000 mgr.a (mgr.24293) 26589 : cluster 0 pgmap v19884: 33 pgs: 33 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:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:37 smithi027 bash[31536]: cluster 2023-12-07T20:53:36.012268+0000 mgr.a (mgr.24293) 26589 : cluster 0 pgmap v19884: 33 pgs: 33 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:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:39 smithi022 bash[28554]: cluster 2023-12-07T20:53:38.012862+0000 mgr.a (mgr.24293) 26590 : cluster 0 pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:39 smithi044 bash[32620]: cluster 2023-12-07T20:53:38.012862+0000 mgr.a (mgr.24293) 26590 : cluster 0 pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:39 smithi027 bash[31536]: cluster 2023-12-07T20:53:38.012862+0000 mgr.a (mgr.24293) 26590 : cluster 0 pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:39.680 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:39.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:39.681 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:40.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:40.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:41 smithi022 bash[28554]: cluster 2023-12-07T20:53:40.013496+0000 mgr.a (mgr.24293) 26591 : cluster 0 pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:41 smithi022 bash[28554]: audit 2023-12-07T20:53:40.092741+0000 mgr.a (mgr.24293) 26592 : audit 0 from='client.520860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:41 smithi044 bash[32620]: cluster 2023-12-07T20:53:40.013496+0000 mgr.a (mgr.24293) 26591 : cluster 0 pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:41 smithi044 bash[32620]: audit 2023-12-07T20:53:40.092741+0000 mgr.a (mgr.24293) 26592 : audit 0 from='client.520860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:41.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:41 smithi027 bash[31536]: cluster 2023-12-07T20:53:40.013496+0000 mgr.a (mgr.24293) 26591 : cluster 0 pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:41.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:41 smithi027 bash[31536]: audit 2023-12-07T20:53:40.092741+0000 mgr.a (mgr.24293) 26592 : audit 0 from='client.520860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:43 smithi022 bash[28554]: cluster 2023-12-07T20:53:42.014496+0000 mgr.a (mgr.24293) 26593 : cluster 0 pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:53:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:43 smithi044 bash[32620]: cluster 2023-12-07T20:53:42.014496+0000 mgr.a (mgr.24293) 26593 : cluster 0 pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:53:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:43 smithi027 bash[31536]: cluster 2023-12-07T20:53:42.014496+0000 mgr.a (mgr.24293) 26593 : cluster 0 pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:53:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:45 smithi022 bash[28554]: cluster 2023-12-07T20:53:44.015054+0000 mgr.a (mgr.24293) 26594 : cluster 0 pgmap v19888: 33 pgs: 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:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:45 smithi044 bash[32620]: cluster 2023-12-07T20:53:44.015054+0000 mgr.a (mgr.24293) 26594 : cluster 0 pgmap v19888: 33 pgs: 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:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:45 smithi027 bash[31536]: cluster 2023-12-07T20:53:44.015054+0000 mgr.a (mgr.24293) 26594 : cluster 0 pgmap v19888: 33 pgs: 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:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:45.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:45.609 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:46.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:46.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:46.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:46.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:46.567 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:47 smithi022 bash[28554]: cluster 2023-12-07T20:53:46.015844+0000 mgr.a (mgr.24293) 26595 : cluster 0 pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:47 smithi022 bash[28554]: audit 2023-12-07T20:53:46.026449+0000 mgr.a (mgr.24293) 26596 : audit 0 from='client.520932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:47 smithi044 bash[32620]: cluster 2023-12-07T20:53:46.015844+0000 mgr.a (mgr.24293) 26595 : cluster 0 pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:47.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:47 smithi044 bash[32620]: audit 2023-12-07T20:53:46.026449+0000 mgr.a (mgr.24293) 26596 : audit 0 from='client.520932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:47.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:47 smithi027 bash[31536]: cluster 2023-12-07T20:53:46.015844+0000 mgr.a (mgr.24293) 26595 : cluster 0 pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:47.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:47 smithi027 bash[31536]: audit 2023-12-07T20:53:46.026449+0000 mgr.a (mgr.24293) 26596 : audit 0 from='client.520932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:49 smithi022 bash[28554]: cluster 2023-12-07T20:53:48.016428+0000 mgr.a (mgr.24293) 26597 : cluster 0 pgmap v19890: 33 pgs: 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:49.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:49 smithi044 bash[32620]: cluster 2023-12-07T20:53:48.016428+0000 mgr.a (mgr.24293) 26597 : cluster 0 pgmap v19890: 33 pgs: 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:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:49 smithi027 bash[31536]: cluster 2023-12-07T20:53:48.016428+0000 mgr.a (mgr.24293) 26597 : cluster 0 pgmap v19890: 33 pgs: 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:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:51 smithi022 bash[28554]: cluster 2023-12-07T20:53:50.017000+0000 mgr.a (mgr.24293) 26598 : cluster 0 pgmap v19891: 33 pgs: 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:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:51 smithi044 bash[32620]: cluster 2023-12-07T20:53:50.017000+0000 mgr.a (mgr.24293) 26598 : cluster 0 pgmap v19891: 33 pgs: 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:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:51 smithi027 bash[31536]: cluster 2023-12-07T20:53:50.017000+0000 mgr.a (mgr.24293) 26598 : cluster 0 pgmap v19891: 33 pgs: 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:51.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:51.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:51.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:52.482 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:52.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:52.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:52.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:52.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:53 smithi022 bash[28554]: audit 2023-12-07T20:53:51.979146+0000 mgr.a (mgr.24293) 26599 : audit 0 from='client.521010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:53 smithi022 bash[28554]: cluster 2023-12-07T20:53:52.018051+0000 mgr.a (mgr.24293) 26600 : cluster 0 pgmap v19892: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:53 smithi044 bash[32620]: audit 2023-12-07T20:53:51.979146+0000 mgr.a (mgr.24293) 26599 : audit 0 from='client.521010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:53 smithi044 bash[32620]: cluster 2023-12-07T20:53:52.018051+0000 mgr.a (mgr.24293) 26600 : cluster 0 pgmap v19892: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:53 smithi027 bash[31536]: audit 2023-12-07T20:53:51.979146+0000 mgr.a (mgr.24293) 26599 : audit 0 from='client.521010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:53 smithi027 bash[31536]: cluster 2023-12-07T20:53:52.018051+0000 mgr.a (mgr.24293) 26600 : cluster 0 pgmap v19892: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:55 smithi022 bash[28554]: cluster 2023-12-07T20:53:54.018732+0000 mgr.a (mgr.24293) 26601 : cluster 0 pgmap v19893: 33 pgs: 33 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:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:55 smithi044 bash[32620]: cluster 2023-12-07T20:53:54.018732+0000 mgr.a (mgr.24293) 26601 : cluster 0 pgmap v19893: 33 pgs: 33 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:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:55 smithi027 bash[31536]: cluster 2023-12-07T20:53:54.018732+0000 mgr.a (mgr.24293) 26601 : cluster 0 pgmap v19893: 33 pgs: 33 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:56.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:56 smithi022 bash[28554]: audit 2023-12-07T20:53:55.946762+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:56.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:56 smithi044 bash[32620]: audit 2023-12-07T20:53:55.946762+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:56.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:56 smithi027 bash[31536]: audit 2023-12-07T20:53:55.946762+0000 mon.a (mon.0) 4105 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:57 smithi022 bash[28554]: cluster 2023-12-07T20:53:56.019206+0000 mgr.a (mgr.24293) 26602 : cluster 0 pgmap v19894: 33 pgs: 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:57.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:57 smithi044 bash[32620]: cluster 2023-12-07T20:53:56.019206+0000 mgr.a (mgr.24293) 26602 : cluster 0 pgmap v19894: 33 pgs: 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:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:57 smithi027 bash[31536]: cluster 2023-12-07T20:53:56.019206+0000 mgr.a (mgr.24293) 26602 : cluster 0 pgmap v19894: 33 pgs: 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:57.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:53:57.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:57.486 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:58.451 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:53:58.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:58.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:58.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:58.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:53:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:59 smithi022 bash[28554]: audit 2023-12-07T20:53:57.904455+0000 mgr.a (mgr.24293) 26603 : audit 0 from='client.521082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:53:59 smithi022 bash[28554]: cluster 2023-12-07T20:53:58.019851+0000 mgr.a (mgr.24293) 26604 : cluster 0 pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:59 smithi044 bash[32620]: audit 2023-12-07T20:53:57.904455+0000 mgr.a (mgr.24293) 26603 : audit 0 from='client.521082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:53:59 smithi044 bash[32620]: cluster 2023-12-07T20:53:58.019851+0000 mgr.a (mgr.24293) 26604 : cluster 0 pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:59 smithi027 bash[31536]: audit 2023-12-07T20:53:57.904455+0000 mgr.a (mgr.24293) 26603 : audit 0 from='client.521082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:53:59 smithi027 bash[31536]: cluster 2023-12-07T20:53:58.019851+0000 mgr.a (mgr.24293) 26604 : cluster 0 pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:01 smithi022 bash[28554]: cluster 2023-12-07T20:54:00.020694+0000 mgr.a (mgr.24293) 26605 : cluster 0 pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:01 smithi044 bash[32620]: cluster 2023-12-07T20:54:00.020694+0000 mgr.a (mgr.24293) 26605 : cluster 0 pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:01.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:01 smithi027 bash[31536]: cluster 2023-12-07T20:54:00.020694+0000 mgr.a (mgr.24293) 26605 : cluster 0 pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:03.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:03 smithi027 bash[31536]: cluster 2023-12-07T20:54:02.021591+0000 mgr.a (mgr.24293) 26606 : cluster 0 pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:03 smithi022 bash[28554]: cluster 2023-12-07T20:54:02.021591+0000 mgr.a (mgr.24293) 26606 : cluster 0 pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:03 smithi044 bash[32620]: cluster 2023-12-07T20:54:02.021591+0000 mgr.a (mgr.24293) 26606 : cluster 0 pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:03.452 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:03.453 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:03.454 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:04.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:04.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:04.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:04.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:04.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:05 smithi022 bash[28554]: audit 2023-12-07T20:54:03.863484+0000 mgr.a (mgr.24293) 26607 : audit 0 from='client.521157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:05 smithi022 bash[28554]: cluster 2023-12-07T20:54:04.022759+0000 mgr.a (mgr.24293) 26608 : cluster 0 pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:05 smithi044 bash[32620]: audit 2023-12-07T20:54:03.863484+0000 mgr.a (mgr.24293) 26607 : audit 0 from='client.521157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:05 smithi044 bash[32620]: cluster 2023-12-07T20:54:04.022759+0000 mgr.a (mgr.24293) 26608 : cluster 0 pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:05 smithi027 bash[31536]: audit 2023-12-07T20:54:03.863484+0000 mgr.a (mgr.24293) 26607 : audit 0 from='client.521157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:05 smithi027 bash[31536]: cluster 2023-12-07T20:54:04.022759+0000 mgr.a (mgr.24293) 26608 : cluster 0 pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:07 smithi022 bash[28554]: cluster 2023-12-07T20:54:06.023752+0000 mgr.a (mgr.24293) 26609 : cluster 0 pgmap v19899: 33 pgs: 33 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:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:07 smithi022 bash[28554]: audit 2023-12-07T20:54:06.796280+0000 mon.a (mon.0) 4106 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:07 smithi022 bash[28554]: audit 2023-12-07T20:54:06.803054+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:07 smithi022 bash[28554]: audit 2023-12-07T20:54:06.804758+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:07 smithi022 bash[28554]: audit 2023-12-07T20:54:06.806422+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:07.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:07 smithi022 bash[28554]: audit 2023-12-07T20:54:06.814805+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:07 smithi044 bash[32620]: cluster 2023-12-07T20:54:06.023752+0000 mgr.a (mgr.24293) 26609 : cluster 0 pgmap v19899: 33 pgs: 33 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:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:07 smithi044 bash[32620]: audit 2023-12-07T20:54:06.796280+0000 mon.a (mon.0) 4106 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:07 smithi044 bash[32620]: audit 2023-12-07T20:54:06.803054+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:07 smithi044 bash[32620]: audit 2023-12-07T20:54:06.804758+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:07 smithi044 bash[32620]: audit 2023-12-07T20:54:06.806422+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:07 smithi044 bash[32620]: audit 2023-12-07T20:54:06.814805+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:07 smithi027 bash[31536]: cluster 2023-12-07T20:54:06.023752+0000 mgr.a (mgr.24293) 26609 : cluster 0 pgmap v19899: 33 pgs: 33 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:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:07 smithi027 bash[31536]: audit 2023-12-07T20:54:06.796280+0000 mon.a (mon.0) 4106 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:07 smithi027 bash[31536]: audit 2023-12-07T20:54:06.803054+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:07 smithi027 bash[31536]: audit 2023-12-07T20:54:06.804758+0000 mon.a (mon.0) 4108 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:07 smithi027 bash[31536]: audit 2023-12-07T20:54:06.806422+0000 mon.a (mon.0) 4109 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:07.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:07 smithi027 bash[31536]: audit 2023-12-07T20:54:06.814805+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:54:09.396 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:09.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:09.397 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:09 smithi022 bash[28554]: cluster 2023-12-07T20:54:08.024309+0000 mgr.a (mgr.24293) 26610 : cluster 0 pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:09 smithi044 bash[32620]: cluster 2023-12-07T20:54:08.024309+0000 mgr.a (mgr.24293) 26610 : cluster 0 pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:09 smithi027 bash[31536]: cluster 2023-12-07T20:54:08.024309+0000 mgr.a (mgr.24293) 26610 : cluster 0 pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:10.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:10.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:10.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:10.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:10.353 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:11 smithi022 bash[28554]: audit 2023-12-07T20:54:09.818702+0000 mgr.a (mgr.24293) 26611 : audit 0 from='client.521232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:11 smithi022 bash[28554]: cluster 2023-12-07T20:54:10.025140+0000 mgr.a (mgr.24293) 26612 : cluster 0 pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:11 smithi044 bash[32620]: audit 2023-12-07T20:54:09.818702+0000 mgr.a (mgr.24293) 26611 : audit 0 from='client.521232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:11 smithi044 bash[32620]: cluster 2023-12-07T20:54:10.025140+0000 mgr.a (mgr.24293) 26612 : cluster 0 pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:11 smithi027 bash[31536]: audit 2023-12-07T20:54:09.818702+0000 mgr.a (mgr.24293) 26611 : audit 0 from='client.521232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:11 smithi027 bash[31536]: cluster 2023-12-07T20:54:10.025140+0000 mgr.a (mgr.24293) 26612 : cluster 0 pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:13 smithi022 bash[28554]: cluster 2023-12-07T20:54:12.026100+0000 mgr.a (mgr.24293) 26613 : cluster 0 pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:13 smithi044 bash[32620]: cluster 2023-12-07T20:54:12.026100+0000 mgr.a (mgr.24293) 26613 : cluster 0 pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:13 smithi027 bash[31536]: cluster 2023-12-07T20:54:12.026100+0000 mgr.a (mgr.24293) 26613 : cluster 0 pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:15.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:15.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:15.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:15.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:15 smithi022 bash[28554]: cluster 2023-12-07T20:54:14.026687+0000 mgr.a (mgr.24293) 26614 : cluster 0 pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:15 smithi044 bash[32620]: cluster 2023-12-07T20:54:14.026687+0000 mgr.a (mgr.24293) 26614 : cluster 0 pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:15 smithi027 bash[31536]: cluster 2023-12-07T20:54:14.026687+0000 mgr.a (mgr.24293) 26614 : cluster 0 pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:16.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:16.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:16.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:16.285 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:16.285 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:17 smithi022 bash[28554]: audit 2023-12-07T20:54:15.767870+0000 mgr.a (mgr.24293) 26615 : audit 0 from='client.521307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:17 smithi022 bash[28554]: cluster 2023-12-07T20:54:16.032659+0000 mgr.a (mgr.24293) 26616 : cluster 0 pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:17 smithi044 bash[32620]: audit 2023-12-07T20:54:15.767870+0000 mgr.a (mgr.24293) 26615 : audit 0 from='client.521307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:17 smithi044 bash[32620]: cluster 2023-12-07T20:54:16.032659+0000 mgr.a (mgr.24293) 26616 : cluster 0 pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:17 smithi027 bash[31536]: audit 2023-12-07T20:54:15.767870+0000 mgr.a (mgr.24293) 26615 : audit 0 from='client.521307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:17 smithi027 bash[31536]: cluster 2023-12-07T20:54:16.032659+0000 mgr.a (mgr.24293) 26616 : cluster 0 pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:19 smithi022 bash[28554]: cluster 2023-12-07T20:54:18.033366+0000 mgr.a (mgr.24293) 26617 : cluster 0 pgmap v19905: 33 pgs: 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:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:19 smithi044 bash[32620]: cluster 2023-12-07T20:54:18.033366+0000 mgr.a (mgr.24293) 26617 : cluster 0 pgmap v19905: 33 pgs: 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:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:19 smithi027 bash[31536]: cluster 2023-12-07T20:54:18.033366+0000 mgr.a (mgr.24293) 26617 : cluster 0 pgmap v19905: 33 pgs: 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:21.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:21.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:21.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:21 smithi022 bash[28554]: cluster 2023-12-07T20:54:20.033939+0000 mgr.a (mgr.24293) 26618 : cluster 0 pgmap v19906: 33 pgs: 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:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:21 smithi044 bash[32620]: cluster 2023-12-07T20:54:20.033939+0000 mgr.a (mgr.24293) 26618 : cluster 0 pgmap v19906: 33 pgs: 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:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:21 smithi027 bash[31536]: cluster 2023-12-07T20:54:20.033939+0000 mgr.a (mgr.24293) 26618 : cluster 0 pgmap v19906: 33 pgs: 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:22.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:22.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:22.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:22.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:22.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:23 smithi022 bash[28554]: audit 2023-12-07T20:54:21.699277+0000 mgr.a (mgr.24293) 26619 : audit 0 from='client.521379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:23 smithi022 bash[28554]: cluster 2023-12-07T20:54:22.034628+0000 mgr.a (mgr.24293) 26620 : cluster 0 pgmap v19907: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:23 smithi044 bash[32620]: audit 2023-12-07T20:54:21.699277+0000 mgr.a (mgr.24293) 26619 : audit 0 from='client.521379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:23 smithi044 bash[32620]: cluster 2023-12-07T20:54:22.034628+0000 mgr.a (mgr.24293) 26620 : cluster 0 pgmap v19907: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:23 smithi027 bash[31536]: audit 2023-12-07T20:54:21.699277+0000 mgr.a (mgr.24293) 26619 : audit 0 from='client.521379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:23 smithi027 bash[31536]: cluster 2023-12-07T20:54:22.034628+0000 mgr.a (mgr.24293) 26620 : cluster 0 pgmap v19907: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:25 smithi022 bash[28554]: cluster 2023-12-07T20:54:24.035249+0000 mgr.a (mgr.24293) 26621 : cluster 0 pgmap v19908: 33 pgs: 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:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:25 smithi044 bash[32620]: cluster 2023-12-07T20:54:24.035249+0000 mgr.a (mgr.24293) 26621 : cluster 0 pgmap v19908: 33 pgs: 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:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:25 smithi027 bash[31536]: cluster 2023-12-07T20:54:24.035249+0000 mgr.a (mgr.24293) 26621 : cluster 0 pgmap v19908: 33 pgs: 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:27.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:27.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:27.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:27.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:27 smithi022 bash[28554]: cluster 2023-12-07T20:54:26.036045+0000 mgr.a (mgr.24293) 26622 : cluster 0 pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:27 smithi044 bash[32620]: cluster 2023-12-07T20:54:26.036045+0000 mgr.a (mgr.24293) 26622 : cluster 0 pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:27 smithi027 bash[31536]: cluster 2023-12-07T20:54:26.036045+0000 mgr.a (mgr.24293) 26622 : cluster 0 pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:28.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:28.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:28.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:28.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:28.151 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:29 smithi022 bash[28554]: audit 2023-12-07T20:54:27.646897+0000 mgr.a (mgr.24293) 26623 : audit 0 from='client.521451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:29 smithi022 bash[28554]: cluster 2023-12-07T20:54:28.036664+0000 mgr.a (mgr.24293) 26624 : cluster 0 pgmap v19910: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:29 smithi044 bash[32620]: audit 2023-12-07T20:54:27.646897+0000 mgr.a (mgr.24293) 26623 : audit 0 from='client.521451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:29 smithi044 bash[32620]: cluster 2023-12-07T20:54:28.036664+0000 mgr.a (mgr.24293) 26624 : cluster 0 pgmap v19910: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:29 smithi027 bash[31536]: audit 2023-12-07T20:54:27.646897+0000 mgr.a (mgr.24293) 26623 : audit 0 from='client.521451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:29 smithi027 bash[31536]: cluster 2023-12-07T20:54:28.036664+0000 mgr.a (mgr.24293) 26624 : cluster 0 pgmap v19910: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:31 smithi022 bash[28554]: cluster 2023-12-07T20:54:30.037227+0000 mgr.a (mgr.24293) 26625 : cluster 0 pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:31 smithi044 bash[32620]: cluster 2023-12-07T20:54:30.037227+0000 mgr.a (mgr.24293) 26625 : cluster 0 pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:31 smithi027 bash[31536]: cluster 2023-12-07T20:54:30.037227+0000 mgr.a (mgr.24293) 26625 : cluster 0 pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:33.153 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:33.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:33.154 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:33.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:33 smithi022 bash[28554]: cluster 2023-12-07T20:54:32.038012+0000 mgr.a (mgr.24293) 26626 : cluster 0 pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:33 smithi044 bash[32620]: cluster 2023-12-07T20:54:32.038012+0000 mgr.a (mgr.24293) 26626 : cluster 0 pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:33 smithi027 bash[31536]: cluster 2023-12-07T20:54:32.038012+0000 mgr.a (mgr.24293) 26626 : cluster 0 pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:34.080 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:34.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:34.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:34.081 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:34.081 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:35 smithi022 bash[28554]: audit 2023-12-07T20:54:33.562831+0000 mgr.a (mgr.24293) 26627 : audit 0 from='client.521523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:35 smithi022 bash[28554]: cluster 2023-12-07T20:54:34.038548+0000 mgr.a (mgr.24293) 26628 : cluster 0 pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:35 smithi044 bash[32620]: audit 2023-12-07T20:54:33.562831+0000 mgr.a (mgr.24293) 26627 : audit 0 from='client.521523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:35 smithi044 bash[32620]: cluster 2023-12-07T20:54:34.038548+0000 mgr.a (mgr.24293) 26628 : cluster 0 pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:35 smithi027 bash[31536]: audit 2023-12-07T20:54:33.562831+0000 mgr.a (mgr.24293) 26627 : audit 0 from='client.521523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:35 smithi027 bash[31536]: cluster 2023-12-07T20:54:34.038548+0000 mgr.a (mgr.24293) 26628 : cluster 0 pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:37 smithi022 bash[28554]: cluster 2023-12-07T20:54:36.039325+0000 mgr.a (mgr.24293) 26629 : cluster 0 pgmap v19914: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:37 smithi044 bash[32620]: cluster 2023-12-07T20:54:36.039325+0000 mgr.a (mgr.24293) 26629 : cluster 0 pgmap v19914: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:37 smithi027 bash[31536]: cluster 2023-12-07T20:54:36.039325+0000 mgr.a (mgr.24293) 26629 : cluster 0 pgmap v19914: 33 pgs: 33 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:39.082 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:39.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:39.084 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:39 smithi022 bash[28554]: cluster 2023-12-07T20:54:38.039887+0000 mgr.a (mgr.24293) 26630 : cluster 0 pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:39.429 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:39 smithi044 bash[32620]: cluster 2023-12-07T20:54:38.039887+0000 mgr.a (mgr.24293) 26630 : cluster 0 pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:39 smithi027 bash[31536]: cluster 2023-12-07T20:54:38.039887+0000 mgr.a (mgr.24293) 26630 : cluster 0 pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:40.035 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:40.036 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:41 smithi022 bash[28554]: audit 2023-12-07T20:54:39.496148+0000 mgr.a (mgr.24293) 26631 : audit 0 from='client.521601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:41 smithi022 bash[28554]: cluster 2023-12-07T20:54:40.040524+0000 mgr.a (mgr.24293) 26632 : cluster 0 pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:41 smithi044 bash[32620]: audit 2023-12-07T20:54:39.496148+0000 mgr.a (mgr.24293) 26631 : audit 0 from='client.521601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:41 smithi044 bash[32620]: cluster 2023-12-07T20:54:40.040524+0000 mgr.a (mgr.24293) 26632 : cluster 0 pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:41 smithi027 bash[31536]: audit 2023-12-07T20:54:39.496148+0000 mgr.a (mgr.24293) 26631 : audit 0 from='client.521601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:41 smithi027 bash[31536]: cluster 2023-12-07T20:54:40.040524+0000 mgr.a (mgr.24293) 26632 : cluster 0 pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:43 smithi022 bash[28554]: cluster 2023-12-07T20:54:42.041376+0000 mgr.a (mgr.24293) 26633 : cluster 0 pgmap v19917: 33 pgs: 33 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:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:43 smithi044 bash[32620]: cluster 2023-12-07T20:54:42.041376+0000 mgr.a (mgr.24293) 26633 : cluster 0 pgmap v19917: 33 pgs: 33 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:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:43 smithi027 bash[31536]: cluster 2023-12-07T20:54:42.041376+0000 mgr.a (mgr.24293) 26633 : cluster 0 pgmap v19917: 33 pgs: 33 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:45.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:45.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:45.039 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:45 smithi022 bash[28554]: cluster 2023-12-07T20:54:44.042057+0000 mgr.a (mgr.24293) 26634 : cluster 0 pgmap v19918: 33 pgs: 33 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:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:45 smithi044 bash[32620]: cluster 2023-12-07T20:54:44.042057+0000 mgr.a (mgr.24293) 26634 : cluster 0 pgmap v19918: 33 pgs: 33 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:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:45 smithi027 bash[31536]: cluster 2023-12-07T20:54:44.042057+0000 mgr.a (mgr.24293) 26634 : cluster 0 pgmap v19918: 33 pgs: 33 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:45.991 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:45.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:45.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:45.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:45.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:47 smithi022 bash[28554]: audit 2023-12-07T20:54:45.456632+0000 mgr.a (mgr.24293) 26635 : audit 0 from='client.521679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:47 smithi022 bash[28554]: cluster 2023-12-07T20:54:46.043216+0000 mgr.a (mgr.24293) 26636 : cluster 0 pgmap v19919: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:47 smithi044 bash[32620]: audit 2023-12-07T20:54:45.456632+0000 mgr.a (mgr.24293) 26635 : audit 0 from='client.521679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:47 smithi044 bash[32620]: cluster 2023-12-07T20:54:46.043216+0000 mgr.a (mgr.24293) 26636 : cluster 0 pgmap v19919: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:47 smithi027 bash[31536]: audit 2023-12-07T20:54:45.456632+0000 mgr.a (mgr.24293) 26635 : audit 0 from='client.521679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:47 smithi027 bash[31536]: cluster 2023-12-07T20:54:46.043216+0000 mgr.a (mgr.24293) 26636 : cluster 0 pgmap v19919: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:49 smithi044 bash[32620]: cluster 2023-12-07T20:54:48.043843+0000 mgr.a (mgr.24293) 26637 : cluster 0 pgmap v19920: 33 pgs: 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:49 smithi022 bash[28554]: cluster 2023-12-07T20:54:48.043843+0000 mgr.a (mgr.24293) 26637 : cluster 0 pgmap v19920: 33 pgs: 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.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:49 smithi027 bash[31536]: cluster 2023-12-07T20:54:48.043843+0000 mgr.a (mgr.24293) 26637 : cluster 0 pgmap v19920: 33 pgs: 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.994 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:50.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:50.995 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:51 smithi022 bash[28554]: cluster 2023-12-07T20:54:50.044410+0000 mgr.a (mgr.24293) 26638 : cluster 0 pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:51 smithi044 bash[32620]: cluster 2023-12-07T20:54:50.044410+0000 mgr.a (mgr.24293) 26638 : cluster 0 pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:51 smithi027 bash[31536]: cluster 2023-12-07T20:54:50.044410+0000 mgr.a (mgr.24293) 26638 : cluster 0 pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:51.962 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:51.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:51.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:51.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:51.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:53 smithi022 bash[28554]: audit 2023-12-07T20:54:51.412040+0000 mgr.a (mgr.24293) 26639 : audit 0 from='client.521754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:53 smithi022 bash[28554]: cluster 2023-12-07T20:54:52.045654+0000 mgr.a (mgr.24293) 26640 : cluster 0 pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:53 smithi044 bash[32620]: audit 2023-12-07T20:54:51.412040+0000 mgr.a (mgr.24293) 26639 : audit 0 from='client.521754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:53 smithi044 bash[32620]: cluster 2023-12-07T20:54:52.045654+0000 mgr.a (mgr.24293) 26640 : cluster 0 pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:53 smithi027 bash[31536]: audit 2023-12-07T20:54:51.412040+0000 mgr.a (mgr.24293) 26639 : audit 0 from='client.521754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:53 smithi027 bash[31536]: cluster 2023-12-07T20:54:52.045654+0000 mgr.a (mgr.24293) 26640 : cluster 0 pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:55 smithi022 bash[28554]: cluster 2023-12-07T20:54:54.046408+0000 mgr.a (mgr.24293) 26641 : cluster 0 pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:55.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:55 smithi044 bash[32620]: cluster 2023-12-07T20:54:54.046408+0000 mgr.a (mgr.24293) 26641 : cluster 0 pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:55 smithi027 bash[31536]: cluster 2023-12-07T20:54:54.046408+0000 mgr.a (mgr.24293) 26641 : cluster 0 pgmap v19923: 33 pgs: 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:56.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:54:56.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:56.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:57.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:57 smithi022 bash[28554]: cluster 2023-12-07T20:54:56.047328+0000 mgr.a (mgr.24293) 26642 : cluster 0 pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:57 smithi044 bash[32620]: cluster 2023-12-07T20:54:56.047328+0000 mgr.a (mgr.24293) 26642 : cluster 0 pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:57 smithi027 bash[31536]: cluster 2023-12-07T20:54:56.047328+0000 mgr.a (mgr.24293) 26642 : cluster 0 pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:57.924 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:54:57.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:57.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:57.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:57.924 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:54:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:59 smithi022 bash[28554]: audit 2023-12-07T20:54:57.378209+0000 mgr.a (mgr.24293) 26643 : audit 0 from='client.521826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:54:59 smithi022 bash[28554]: cluster 2023-12-07T20:54:58.048125+0000 mgr.a (mgr.24293) 26644 : cluster 0 pgmap v19925: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:59 smithi044 bash[32620]: audit 2023-12-07T20:54:57.378209+0000 mgr.a (mgr.24293) 26643 : audit 0 from='client.521826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:54:59 smithi044 bash[32620]: cluster 2023-12-07T20:54:58.048125+0000 mgr.a (mgr.24293) 26644 : cluster 0 pgmap v19925: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:59 smithi027 bash[31536]: audit 2023-12-07T20:54:57.378209+0000 mgr.a (mgr.24293) 26643 : audit 0 from='client.521826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:54:59 smithi027 bash[31536]: cluster 2023-12-07T20:54:58.048125+0000 mgr.a (mgr.24293) 26644 : cluster 0 pgmap v19925: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:01 smithi022 bash[28554]: cluster 2023-12-07T20:55:00.048700+0000 mgr.a (mgr.24293) 26645 : cluster 0 pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:01 smithi044 bash[32620]: cluster 2023-12-07T20:55:00.048700+0000 mgr.a (mgr.24293) 26645 : cluster 0 pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:01 smithi027 bash[31536]: cluster 2023-12-07T20:55:00.048700+0000 mgr.a (mgr.24293) 26645 : cluster 0 pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:02.927 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:02.927 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:02.928 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:03.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:03 smithi044 bash[32620]: cluster 2023-12-07T20:55:02.049533+0000 mgr.a (mgr.24293) 26646 : cluster 0 pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:03.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:03 smithi022 bash[28554]: cluster 2023-12-07T20:55:02.049533+0000 mgr.a (mgr.24293) 26646 : cluster 0 pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:03 smithi027 bash[31536]: cluster 2023-12-07T20:55:02.049533+0000 mgr.a (mgr.24293) 26646 : cluster 0 pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:03.881 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:03.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:03.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:03.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:03.882 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:05 smithi022 bash[28554]: audit 2023-12-07T20:55:03.349811+0000 mgr.a (mgr.24293) 26647 : audit 0 from='client.521901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:05 smithi022 bash[28554]: cluster 2023-12-07T20:55:04.050292+0000 mgr.a (mgr.24293) 26648 : cluster 0 pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:05 smithi044 bash[32620]: audit 2023-12-07T20:55:03.349811+0000 mgr.a (mgr.24293) 26647 : audit 0 from='client.521901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:05 smithi044 bash[32620]: cluster 2023-12-07T20:55:04.050292+0000 mgr.a (mgr.24293) 26648 : cluster 0 pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:05 smithi027 bash[31536]: audit 2023-12-07T20:55:03.349811+0000 mgr.a (mgr.24293) 26647 : audit 0 from='client.521901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:05 smithi027 bash[31536]: cluster 2023-12-07T20:55:04.050292+0000 mgr.a (mgr.24293) 26648 : cluster 0 pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:07 smithi022 bash[28554]: cluster 2023-12-07T20:55:06.051146+0000 mgr.a (mgr.24293) 26649 : cluster 0 pgmap v19929: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:07 smithi022 bash[28554]: audit 2023-12-07T20:55:06.919184+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:07.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:07 smithi044 bash[32620]: cluster 2023-12-07T20:55:06.051146+0000 mgr.a (mgr.24293) 26649 : cluster 0 pgmap v19929: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:07 smithi044 bash[32620]: audit 2023-12-07T20:55:06.919184+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:07.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:07 smithi027 bash[31536]: cluster 2023-12-07T20:55:06.051146+0000 mgr.a (mgr.24293) 26649 : cluster 0 pgmap v19929: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:07 smithi027 bash[31536]: audit 2023-12-07T20:55:06.919184+0000 mon.a (mon.0) 4111 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:08.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:08.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:08.886 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:09 smithi022 bash[28554]: cluster 2023-12-07T20:55:08.051724+0000 mgr.a (mgr.24293) 26650 : cluster 0 pgmap v19930: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:09 smithi044 bash[32620]: cluster 2023-12-07T20:55:08.051724+0000 mgr.a (mgr.24293) 26650 : cluster 0 pgmap v19930: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:09 smithi027 bash[31536]: cluster 2023-12-07T20:55:08.051724+0000 mgr.a (mgr.24293) 26650 : cluster 0 pgmap v19930: 33 pgs: 33 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.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:09.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:09.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:09.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:09.811 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:11 smithi022 bash[28554]: audit 2023-12-07T20:55:09.296897+0000 mgr.a (mgr.24293) 26651 : audit 0 from='client.521979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:11 smithi022 bash[28554]: cluster 2023-12-07T20:55:10.052408+0000 mgr.a (mgr.24293) 26652 : cluster 0 pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:11 smithi044 bash[32620]: audit 2023-12-07T20:55:09.296897+0000 mgr.a (mgr.24293) 26651 : audit 0 from='client.521979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:11 smithi044 bash[32620]: cluster 2023-12-07T20:55:10.052408+0000 mgr.a (mgr.24293) 26652 : cluster 0 pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:11 smithi027 bash[31536]: audit 2023-12-07T20:55:09.296897+0000 mgr.a (mgr.24293) 26651 : audit 0 from='client.521979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:11 smithi027 bash[31536]: cluster 2023-12-07T20:55:10.052408+0000 mgr.a (mgr.24293) 26652 : cluster 0 pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:13 smithi022 bash[28554]: cluster 2023-12-07T20:55:12.053228+0000 mgr.a (mgr.24293) 26653 : cluster 0 pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:13 smithi044 bash[32620]: cluster 2023-12-07T20:55:12.053228+0000 mgr.a (mgr.24293) 26653 : cluster 0 pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:13 smithi027 bash[31536]: cluster 2023-12-07T20:55:12.053228+0000 mgr.a (mgr.24293) 26653 : cluster 0 pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:14.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:14.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:14.818 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:15 smithi022 bash[28554]: cluster 2023-12-07T20:55:14.053791+0000 mgr.a (mgr.24293) 26654 : cluster 0 pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:15 smithi044 bash[32620]: cluster 2023-12-07T20:55:14.053791+0000 mgr.a (mgr.24293) 26654 : cluster 0 pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:15 smithi027 bash[31536]: cluster 2023-12-07T20:55:14.053791+0000 mgr.a (mgr.24293) 26654 : cluster 0 pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:15.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:15.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:15.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:15.758 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:15.759 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:17 smithi022 bash[28554]: audit 2023-12-07T20:55:15.234444+0000 mgr.a (mgr.24293) 26655 : audit 0 from='client.522057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:17 smithi022 bash[28554]: cluster 2023-12-07T20:55:16.054794+0000 mgr.a (mgr.24293) 26656 : cluster 0 pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:55:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:17 smithi044 bash[32620]: audit 2023-12-07T20:55:15.234444+0000 mgr.a (mgr.24293) 26655 : audit 0 from='client.522057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:17 smithi044 bash[32620]: cluster 2023-12-07T20:55:16.054794+0000 mgr.a (mgr.24293) 26656 : cluster 0 pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:55:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:17 smithi027 bash[31536]: audit 2023-12-07T20:55:15.234444+0000 mgr.a (mgr.24293) 26655 : audit 0 from='client.522057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:17 smithi027 bash[31536]: cluster 2023-12-07T20:55:16.054794+0000 mgr.a (mgr.24293) 26656 : cluster 0 pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:55:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:18 smithi022 bash[28554]: audit 2023-12-07T20:55:17.724420+0000 mon.a (mon.0) 4112 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:18 smithi022 bash[28554]: audit 2023-12-07T20:55:17.730897+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:18 smithi022 bash[28554]: audit 2023-12-07T20:55:17.732556+0000 mon.a (mon.0) 4114 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:19.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:18 smithi022 bash[28554]: audit 2023-12-07T20:55:17.734266+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:19.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:18 smithi022 bash[28554]: audit 2023-12-07T20:55:17.742334+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:18 smithi022 bash[28554]: cluster 2023-12-07T20:55:18.055360+0000 mgr.a (mgr.24293) 26657 : cluster 0 pgmap v19935: 33 pgs: 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:55:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:18 smithi044 bash[32620]: audit 2023-12-07T20:55:17.724420+0000 mon.a (mon.0) 4112 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:18 smithi044 bash[32620]: audit 2023-12-07T20:55:17.730897+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:18 smithi044 bash[32620]: audit 2023-12-07T20:55:17.732556+0000 mon.a (mon.0) 4114 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:18 smithi044 bash[32620]: audit 2023-12-07T20:55:17.734266+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:18 smithi044 bash[32620]: audit 2023-12-07T20:55:17.742334+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.177 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:18 smithi044 bash[32620]: cluster 2023-12-07T20:55:18.055360+0000 mgr.a (mgr.24293) 26657 : cluster 0 pgmap v19935: 33 pgs: 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:55:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:18 smithi027 bash[31536]: audit 2023-12-07T20:55:17.724420+0000 mon.a (mon.0) 4112 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:18 smithi027 bash[31536]: audit 2023-12-07T20:55:17.730897+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:18 smithi027 bash[31536]: audit 2023-12-07T20:55:17.732556+0000 mon.a (mon.0) 4114 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:18 smithi027 bash[31536]: audit 2023-12-07T20:55:17.734266+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:18 smithi027 bash[31536]: audit 2023-12-07T20:55:17.742334+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:55:19.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:18 smithi027 bash[31536]: cluster 2023-12-07T20:55:18.055360+0000 mgr.a (mgr.24293) 26657 : cluster 0 pgmap v19935: 33 pgs: 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:55:20.762 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:20.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:20.762 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:21.424 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:21 smithi022 bash[28554]: cluster 2023-12-07T20:55:20.055934+0000 mgr.a (mgr.24293) 26658 : cluster 0 pgmap v19936: 33 pgs: 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:55:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:21 smithi044 bash[32620]: cluster 2023-12-07T20:55:20.055934+0000 mgr.a (mgr.24293) 26658 : cluster 0 pgmap v19936: 33 pgs: 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:55:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:21 smithi027 bash[31536]: cluster 2023-12-07T20:55:20.055934+0000 mgr.a (mgr.24293) 26658 : cluster 0 pgmap v19936: 33 pgs: 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:55:21.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:21.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:21.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:21.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:21.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:23 smithi022 bash[28554]: audit 2023-12-07T20:55:21.180158+0000 mgr.a (mgr.24293) 26659 : audit 0 from='client.522135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:23 smithi022 bash[28554]: cluster 2023-12-07T20:55:22.056933+0000 mgr.a (mgr.24293) 26660 : cluster 0 pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:23 smithi044 bash[32620]: audit 2023-12-07T20:55:21.180158+0000 mgr.a (mgr.24293) 26659 : audit 0 from='client.522135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:23.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:23 smithi044 bash[32620]: cluster 2023-12-07T20:55:22.056933+0000 mgr.a (mgr.24293) 26660 : cluster 0 pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:23 smithi027 bash[31536]: audit 2023-12-07T20:55:21.180158+0000 mgr.a (mgr.24293) 26659 : audit 0 from='client.522135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:23 smithi027 bash[31536]: cluster 2023-12-07T20:55:22.056933+0000 mgr.a (mgr.24293) 26660 : cluster 0 pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:25 smithi022 bash[28554]: cluster 2023-12-07T20:55:24.057507+0000 mgr.a (mgr.24293) 26661 : cluster 0 pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:25.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:25 smithi044 bash[32620]: cluster 2023-12-07T20:55:24.057507+0000 mgr.a (mgr.24293) 26661 : cluster 0 pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:25 smithi027 bash[31536]: cluster 2023-12-07T20:55:24.057507+0000 mgr.a (mgr.24293) 26661 : cluster 0 pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:26.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:26.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:26.717 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:27 smithi022 bash[28554]: cluster 2023-12-07T20:55:26.058262+0000 mgr.a (mgr.24293) 26662 : cluster 0 pgmap v19939: 33 pgs: 33 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:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:27 smithi044 bash[32620]: cluster 2023-12-07T20:55:26.058262+0000 mgr.a (mgr.24293) 26662 : cluster 0 pgmap v19939: 33 pgs: 33 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:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:27 smithi027 bash[31536]: cluster 2023-12-07T20:55:26.058262+0000 mgr.a (mgr.24293) 26662 : cluster 0 pgmap v19939: 33 pgs: 33 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:27.640 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:27.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:27.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:27.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:27.640 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:28.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:28 smithi022 bash[28554]: audit 2023-12-07T20:55:27.131196+0000 mgr.a (mgr.24293) 26663 : audit 0 from='client.522210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:28 smithi044 bash[32620]: audit 2023-12-07T20:55:27.131196+0000 mgr.a (mgr.24293) 26663 : audit 0 from='client.522210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:28 smithi027 bash[31536]: audit 2023-12-07T20:55:27.131196+0000 mgr.a (mgr.24293) 26663 : audit 0 from='client.522210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:29.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:29 smithi022 bash[28554]: cluster 2023-12-07T20:55:28.058946+0000 mgr.a (mgr.24293) 26664 : cluster 0 pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:55:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:29 smithi044 bash[32620]: cluster 2023-12-07T20:55:28.058946+0000 mgr.a (mgr.24293) 26664 : cluster 0 pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:55:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:29 smithi027 bash[31536]: cluster 2023-12-07T20:55:28.058946+0000 mgr.a (mgr.24293) 26664 : cluster 0 pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:55:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:31 smithi022 bash[28554]: cluster 2023-12-07T20:55:30.059522+0000 mgr.a (mgr.24293) 26665 : cluster 0 pgmap v19941: 33 pgs: 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:55:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:31 smithi044 bash[32620]: cluster 2023-12-07T20:55:30.059522+0000 mgr.a (mgr.24293) 26665 : cluster 0 pgmap v19941: 33 pgs: 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:55:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:31 smithi027 bash[31536]: cluster 2023-12-07T20:55:30.059522+0000 mgr.a (mgr.24293) 26665 : cluster 0 pgmap v19941: 33 pgs: 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:55:32.643 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:32.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:32.645 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:33 smithi044 bash[32620]: cluster 2023-12-07T20:55:32.060320+0000 mgr.a (mgr.24293) 26666 : cluster 0 pgmap v19942: 33 pgs: 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:55:33.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:33 smithi022 bash[28554]: cluster 2023-12-07T20:55:32.060320+0000 mgr.a (mgr.24293) 26666 : cluster 0 pgmap v19942: 33 pgs: 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:55:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:33 smithi027 bash[31536]: cluster 2023-12-07T20:55:32.060320+0000 mgr.a (mgr.24293) 26666 : cluster 0 pgmap v19942: 33 pgs: 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:55:33.611 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:33.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:33.611 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:33.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:33.612 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:34 smithi022 bash[28554]: audit 2023-12-07T20:55:33.060038+0000 mgr.a (mgr.24293) 26667 : audit 0 from='client.407648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:34 smithi044 bash[32620]: audit 2023-12-07T20:55:33.060038+0000 mgr.a (mgr.24293) 26667 : audit 0 from='client.407648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:34 smithi027 bash[31536]: audit 2023-12-07T20:55:33.060038+0000 mgr.a (mgr.24293) 26667 : audit 0 from='client.407648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:35 smithi022 bash[28554]: cluster 2023-12-07T20:55:34.060969+0000 mgr.a (mgr.24293) 26668 : cluster 0 pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:35 smithi044 bash[32620]: cluster 2023-12-07T20:55:34.060969+0000 mgr.a (mgr.24293) 26668 : cluster 0 pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:35 smithi027 bash[31536]: cluster 2023-12-07T20:55:34.060969+0000 mgr.a (mgr.24293) 26668 : cluster 0 pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:37 smithi022 bash[28554]: cluster 2023-12-07T20:55:36.061934+0000 mgr.a (mgr.24293) 26669 : cluster 0 pgmap v19944: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:37 smithi044 bash[32620]: cluster 2023-12-07T20:55:36.061934+0000 mgr.a (mgr.24293) 26669 : cluster 0 pgmap v19944: 33 pgs: 33 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.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:37 smithi027 bash[31536]: cluster 2023-12-07T20:55:36.061934+0000 mgr.a (mgr.24293) 26669 : cluster 0 pgmap v19944: 33 pgs: 33 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.614 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:38.614 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:38.615 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:39 smithi022 bash[28554]: cluster 2023-12-07T20:55:38.062646+0000 mgr.a (mgr.24293) 26670 : cluster 0 pgmap v19945: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:39 smithi044 bash[32620]: cluster 2023-12-07T20:55:38.062646+0000 mgr.a (mgr.24293) 26670 : cluster 0 pgmap v19945: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:39 smithi027 bash[31536]: cluster 2023-12-07T20:55:38.062646+0000 mgr.a (mgr.24293) 26670 : cluster 0 pgmap v19945: 33 pgs: 33 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.562 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:39.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:39.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:39.563 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:40 smithi022 bash[28554]: audit 2023-12-07T20:55:39.024756+0000 mgr.a (mgr.24293) 26671 : audit 0 from='client.522360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:40 smithi044 bash[32620]: audit 2023-12-07T20:55:39.024756+0000 mgr.a (mgr.24293) 26671 : audit 0 from='client.522360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:40 smithi027 bash[31536]: audit 2023-12-07T20:55:39.024756+0000 mgr.a (mgr.24293) 26671 : audit 0 from='client.522360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:41 smithi022 bash[28554]: cluster 2023-12-07T20:55:40.063420+0000 mgr.a (mgr.24293) 26672 : cluster 0 pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:41 smithi044 bash[32620]: cluster 2023-12-07T20:55:40.063420+0000 mgr.a (mgr.24293) 26672 : cluster 0 pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:41.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:41 smithi027 bash[31536]: cluster 2023-12-07T20:55:40.063420+0000 mgr.a (mgr.24293) 26672 : cluster 0 pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:43 smithi022 bash[28554]: cluster 2023-12-07T20:55:42.064228+0000 mgr.a (mgr.24293) 26673 : cluster 0 pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:43 smithi044 bash[32620]: cluster 2023-12-07T20:55:42.064228+0000 mgr.a (mgr.24293) 26673 : cluster 0 pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:43.452 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:43 smithi027 bash[31536]: cluster 2023-12-07T20:55:42.064228+0000 mgr.a (mgr.24293) 26673 : cluster 0 pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:44.565 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:44.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:44.566 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:45 smithi022 bash[28554]: cluster 2023-12-07T20:55:44.064816+0000 mgr.a (mgr.24293) 26674 : cluster 0 pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:45 smithi044 bash[32620]: cluster 2023-12-07T20:55:44.064816+0000 mgr.a (mgr.24293) 26674 : cluster 0 pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:45 smithi027 bash[31536]: cluster 2023-12-07T20:55:44.064816+0000 mgr.a (mgr.24293) 26674 : cluster 0 pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:45.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:45.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:45.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:45.503 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:46 smithi022 bash[28554]: audit 2023-12-07T20:55:44.979817+0000 mgr.a (mgr.24293) 26675 : audit 0 from='client.522429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:46 smithi044 bash[32620]: audit 2023-12-07T20:55:44.979817+0000 mgr.a (mgr.24293) 26675 : audit 0 from='client.522429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:46.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:46 smithi027 bash[31536]: audit 2023-12-07T20:55:44.979817+0000 mgr.a (mgr.24293) 26675 : audit 0 from='client.522429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:47 smithi022 bash[28554]: cluster 2023-12-07T20:55:46.065838+0000 mgr.a (mgr.24293) 26676 : cluster 0 pgmap v19949: 33 pgs: 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:47.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:47 smithi044 bash[32620]: cluster 2023-12-07T20:55:46.065838+0000 mgr.a (mgr.24293) 26676 : cluster 0 pgmap v19949: 33 pgs: 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:47.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:47 smithi027 bash[31536]: cluster 2023-12-07T20:55:46.065838+0000 mgr.a (mgr.24293) 26676 : cluster 0 pgmap v19949: 33 pgs: 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:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:49 smithi022 bash[28554]: cluster 2023-12-07T20:55:48.066411+0000 mgr.a (mgr.24293) 26677 : cluster 0 pgmap v19950: 33 pgs: 33 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:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:49 smithi044 bash[32620]: cluster 2023-12-07T20:55:48.066411+0000 mgr.a (mgr.24293) 26677 : cluster 0 pgmap v19950: 33 pgs: 33 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:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:49 smithi027 bash[31536]: cluster 2023-12-07T20:55:48.066411+0000 mgr.a (mgr.24293) 26677 : cluster 0 pgmap v19950: 33 pgs: 33 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:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:50.508 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:51 smithi022 bash[28554]: cluster 2023-12-07T20:55:50.066994+0000 mgr.a (mgr.24293) 26678 : cluster 0 pgmap v19951: 33 pgs: 33 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:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:51 smithi044 bash[32620]: cluster 2023-12-07T20:55:50.066994+0000 mgr.a (mgr.24293) 26678 : cluster 0 pgmap v19951: 33 pgs: 33 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:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:51 smithi027 bash[31536]: cluster 2023-12-07T20:55:50.066994+0000 mgr.a (mgr.24293) 26678 : cluster 0 pgmap v19951: 33 pgs: 33 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:51.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:51.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:51.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:51.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:51.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:52 smithi022 bash[28554]: audit 2023-12-07T20:55:50.923949+0000 mgr.a (mgr.24293) 26679 : audit 0 from='client.522504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:52 smithi044 bash[32620]: audit 2023-12-07T20:55:50.923949+0000 mgr.a (mgr.24293) 26679 : audit 0 from='client.522504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:52 smithi027 bash[31536]: audit 2023-12-07T20:55:50.923949+0000 mgr.a (mgr.24293) 26679 : audit 0 from='client.522504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:53 smithi022 bash[28554]: cluster 2023-12-07T20:55:52.068100+0000 mgr.a (mgr.24293) 26680 : cluster 0 pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:53 smithi044 bash[32620]: cluster 2023-12-07T20:55:52.068100+0000 mgr.a (mgr.24293) 26680 : cluster 0 pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:53 smithi027 bash[31536]: cluster 2023-12-07T20:55:52.068100+0000 mgr.a (mgr.24293) 26680 : cluster 0 pgmap v19952: 33 pgs: 33 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:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:55 smithi022 bash[28554]: cluster 2023-12-07T20:55:54.068704+0000 mgr.a (mgr.24293) 26681 : cluster 0 pgmap v19953: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:55 smithi044 bash[32620]: cluster 2023-12-07T20:55:54.068704+0000 mgr.a (mgr.24293) 26681 : cluster 0 pgmap v19953: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:55 smithi027 bash[31536]: cluster 2023-12-07T20:55:54.068704+0000 mgr.a (mgr.24293) 26681 : cluster 0 pgmap v19953: 33 pgs: 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:56.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:55:56.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:56.456 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:57.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:55:57.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:57.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:57.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:57.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:55:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:57 smithi022 bash[28554]: cluster 2023-12-07T20:55:56.069467+0000 mgr.a (mgr.24293) 26682 : cluster 0 pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:57 smithi044 bash[32620]: cluster 2023-12-07T20:55:56.069467+0000 mgr.a (mgr.24293) 26682 : cluster 0 pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:57 smithi027 bash[31536]: cluster 2023-12-07T20:55:56.069467+0000 mgr.a (mgr.24293) 26682 : cluster 0 pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:58.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:58 smithi022 bash[28554]: audit 2023-12-07T20:55:56.865294+0000 mgr.a (mgr.24293) 26683 : audit 0 from='client.522579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:58.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:58 smithi044 bash[32620]: audit 2023-12-07T20:55:56.865294+0000 mgr.a (mgr.24293) 26683 : audit 0 from='client.522579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:58 smithi027 bash[31536]: audit 2023-12-07T20:55:56.865294+0000 mgr.a (mgr.24293) 26683 : audit 0 from='client.522579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:59.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:55:59 smithi022 bash[28554]: cluster 2023-12-07T20:55:58.070253+0000 mgr.a (mgr.24293) 26684 : cluster 0 pgmap v19955: 33 pgs: 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:59.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:55:59 smithi044 bash[32620]: cluster 2023-12-07T20:55:58.070253+0000 mgr.a (mgr.24293) 26684 : cluster 0 pgmap v19955: 33 pgs: 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:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:55:59 smithi027 bash[31536]: cluster 2023-12-07T20:55:58.070253+0000 mgr.a (mgr.24293) 26684 : cluster 0 pgmap v19955: 33 pgs: 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:01.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:01 smithi022 bash[28554]: cluster 2023-12-07T20:56:00.070838+0000 mgr.a (mgr.24293) 26685 : cluster 0 pgmap v19956: 33 pgs: 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:01.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:01 smithi044 bash[32620]: cluster 2023-12-07T20:56:00.070838+0000 mgr.a (mgr.24293) 26685 : cluster 0 pgmap v19956: 33 pgs: 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:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:01 smithi027 bash[31536]: cluster 2023-12-07T20:56:00.070838+0000 mgr.a (mgr.24293) 26685 : cluster 0 pgmap v19956: 33 pgs: 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:02.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:02.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:02.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:03.373 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:03.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:03.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:03.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:03.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:03.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:03 smithi044 bash[32620]: cluster 2023-12-07T20:56:02.071628+0000 mgr.a (mgr.24293) 26686 : cluster 0 pgmap v19957: 33 pgs: 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:03.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:03 smithi022 bash[28554]: cluster 2023-12-07T20:56:02.071628+0000 mgr.a (mgr.24293) 26686 : cluster 0 pgmap v19957: 33 pgs: 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:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:03 smithi027 bash[31536]: cluster 2023-12-07T20:56:02.071628+0000 mgr.a (mgr.24293) 26686 : cluster 0 pgmap v19957: 33 pgs: 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:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:04 smithi022 bash[28554]: audit 2023-12-07T20:56:02.815904+0000 mgr.a (mgr.24293) 26687 : audit 0 from='client.522651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:04 smithi044 bash[32620]: audit 2023-12-07T20:56:02.815904+0000 mgr.a (mgr.24293) 26687 : audit 0 from='client.522651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:04.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:04 smithi027 bash[31536]: audit 2023-12-07T20:56:02.815904+0000 mgr.a (mgr.24293) 26687 : audit 0 from='client.522651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:05 smithi022 bash[28554]: cluster 2023-12-07T20:56:04.072342+0000 mgr.a (mgr.24293) 26688 : cluster 0 pgmap v19958: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:05 smithi044 bash[32620]: cluster 2023-12-07T20:56:04.072342+0000 mgr.a (mgr.24293) 26688 : cluster 0 pgmap v19958: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:05 smithi027 bash[31536]: cluster 2023-12-07T20:56:04.072342+0000 mgr.a (mgr.24293) 26688 : cluster 0 pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:07.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:07 smithi022 bash[28554]: cluster 2023-12-07T20:56:06.073342+0000 mgr.a (mgr.24293) 26689 : cluster 0 pgmap v19959: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:07 smithi044 bash[32620]: cluster 2023-12-07T20:56:06.073342+0000 mgr.a (mgr.24293) 26689 : cluster 0 pgmap v19959: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:07 smithi027 bash[31536]: cluster 2023-12-07T20:56:06.073342+0000 mgr.a (mgr.24293) 26689 : cluster 0 pgmap v19959: 33 pgs: 33 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:08.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:08.373 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:09.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:09.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:09.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:09.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:09.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:09 smithi022 bash[28554]: cluster 2023-12-07T20:56:08.074109+0000 mgr.a (mgr.24293) 26690 : cluster 0 pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:09 smithi044 bash[32620]: cluster 2023-12-07T20:56:08.074109+0000 mgr.a (mgr.24293) 26690 : cluster 0 pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:09 smithi027 bash[31536]: cluster 2023-12-07T20:56:08.074109+0000 mgr.a (mgr.24293) 26690 : cluster 0 pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:10.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:10 smithi022 bash[28554]: audit 2023-12-07T20:56:08.788399+0000 mgr.a (mgr.24293) 26691 : audit 0 from='client.522729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:10.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:10 smithi044 bash[32620]: audit 2023-12-07T20:56:08.788399+0000 mgr.a (mgr.24293) 26691 : audit 0 from='client.522729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:10.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:10 smithi027 bash[31536]: audit 2023-12-07T20:56:08.788399+0000 mgr.a (mgr.24293) 26691 : audit 0 from='client.522729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:11 smithi022 bash[28554]: cluster 2023-12-07T20:56:10.074878+0000 mgr.a (mgr.24293) 26692 : cluster 0 pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:11 smithi044 bash[32620]: cluster 2023-12-07T20:56:10.074878+0000 mgr.a (mgr.24293) 26692 : cluster 0 pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:11 smithi027 bash[31536]: cluster 2023-12-07T20:56:10.074878+0000 mgr.a (mgr.24293) 26692 : cluster 0 pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:13 smithi022 bash[28554]: cluster 2023-12-07T20:56:12.075739+0000 mgr.a (mgr.24293) 26693 : cluster 0 pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:13 smithi044 bash[32620]: cluster 2023-12-07T20:56:12.075739+0000 mgr.a (mgr.24293) 26693 : cluster 0 pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:13 smithi027 bash[31536]: cluster 2023-12-07T20:56:12.075739+0000 mgr.a (mgr.24293) 26693 : cluster 0 pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:14.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:14.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:14.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:15.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:15.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:15 smithi022 bash[28554]: cluster 2023-12-07T20:56:14.076306+0000 mgr.a (mgr.24293) 26694 : cluster 0 pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:15 smithi044 bash[32620]: cluster 2023-12-07T20:56:14.076306+0000 mgr.a (mgr.24293) 26694 : cluster 0 pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:15 smithi027 bash[31536]: cluster 2023-12-07T20:56:14.076306+0000 mgr.a (mgr.24293) 26694 : cluster 0 pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:16.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:16 smithi022 bash[28554]: audit 2023-12-07T20:56:14.724882+0000 mgr.a (mgr.24293) 26695 : audit 0 from='client.522807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:16.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:16 smithi044 bash[32620]: audit 2023-12-07T20:56:14.724882+0000 mgr.a (mgr.24293) 26695 : audit 0 from='client.522807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:16.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:16 smithi027 bash[31536]: audit 2023-12-07T20:56:14.724882+0000 mgr.a (mgr.24293) 26695 : audit 0 from='client.522807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:17 smithi022 bash[28554]: cluster 2023-12-07T20:56:16.077337+0000 mgr.a (mgr.24293) 26696 : cluster 0 pgmap v19964: 33 pgs: 33 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:17.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:17 smithi044 bash[32620]: cluster 2023-12-07T20:56:16.077337+0000 mgr.a (mgr.24293) 26696 : cluster 0 pgmap v19964: 33 pgs: 33 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:17.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:17 smithi027 bash[31536]: cluster 2023-12-07T20:56:16.077337+0000 mgr.a (mgr.24293) 26696 : cluster 0 pgmap v19964: 33 pgs: 33 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:18.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:18 smithi022 bash[28554]: audit 2023-12-07T20:56:17.847189+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:18.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:18 smithi044 bash[32620]: audit 2023-12-07T20:56:17.847189+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:18 smithi027 bash[31536]: audit 2023-12-07T20:56:17.847189+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: cluster 2023-12-07T20:56:18.078059+0000 mgr.a (mgr.24293) 26697 : cluster 0 pgmap v19965: 33 pgs: 33 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:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.110507+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.115176+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.119888+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.124946+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.130954+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.136042+0000 mon.a (mon.0) 4123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.137267+0000 mon.a (mon.0) 4124 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.138490+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:19 smithi022 bash[28554]: audit 2023-12-07T20:56:19.144144+0000 mon.a (mon.0) 4126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: cluster 2023-12-07T20:56:18.078059+0000 mgr.a (mgr.24293) 26697 : cluster 0 pgmap v19965: 33 pgs: 33 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:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.110507+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.115176+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.119888+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.124946+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.130954+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.136042+0000 mon.a (mon.0) 4123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.137267+0000 mon.a (mon.0) 4124 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.138490+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:19.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:19 smithi044 bash[32620]: audit 2023-12-07T20:56:19.144144+0000 mon.a (mon.0) 4126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: cluster 2023-12-07T20:56:18.078059+0000 mgr.a (mgr.24293) 26697 : cluster 0 pgmap v19965: 33 pgs: 33 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:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.110507+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.115176+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.119888+0000 mon.a (mon.0) 4120 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.124946+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.130954+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.136042+0000 mon.a (mon.0) 4123 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.137267+0000 mon.a (mon.0) 4124 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.138490+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:19.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:19 smithi027 bash[31536]: audit 2023-12-07T20:56:19.144144+0000 mon.a (mon.0) 4126 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:56:20.259 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:20.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:20.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:21.165 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:21.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:21.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:21.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:21.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:21.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:21 smithi022 bash[28554]: cluster 2023-12-07T20:56:20.078810+0000 mgr.a (mgr.24293) 26698 : cluster 0 pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:21.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:21 smithi044 bash[32620]: cluster 2023-12-07T20:56:20.078810+0000 mgr.a (mgr.24293) 26698 : cluster 0 pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:21 smithi027 bash[31536]: cluster 2023-12-07T20:56:20.078810+0000 mgr.a (mgr.24293) 26698 : cluster 0 pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:22.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:22 smithi022 bash[28554]: audit 2023-12-07T20:56:20.662596+0000 mgr.a (mgr.24293) 26699 : audit 0 from='client.522885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:22.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:22 smithi044 bash[32620]: audit 2023-12-07T20:56:20.662596+0000 mgr.a (mgr.24293) 26699 : audit 0 from='client.522885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:22.455 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:22 smithi027 bash[31536]: audit 2023-12-07T20:56:20.662596+0000 mgr.a (mgr.24293) 26699 : audit 0 from='client.522885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:23 smithi022 bash[28554]: cluster 2023-12-07T20:56:22.079911+0000 mgr.a (mgr.24293) 26700 : cluster 0 pgmap v19967: 33 pgs: 33 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:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:23 smithi044 bash[32620]: cluster 2023-12-07T20:56:22.079911+0000 mgr.a (mgr.24293) 26700 : cluster 0 pgmap v19967: 33 pgs: 33 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:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:23 smithi027 bash[31536]: cluster 2023-12-07T20:56:22.079911+0000 mgr.a (mgr.24293) 26700 : cluster 0 pgmap v19967: 33 pgs: 33 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:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:25 smithi022 bash[28554]: cluster 2023-12-07T20:56:24.080473+0000 mgr.a (mgr.24293) 26701 : cluster 0 pgmap v19968: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:25 smithi044 bash[32620]: cluster 2023-12-07T20:56:24.080473+0000 mgr.a (mgr.24293) 26701 : cluster 0 pgmap v19968: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:25 smithi027 bash[31536]: cluster 2023-12-07T20:56:24.080473+0000 mgr.a (mgr.24293) 26701 : cluster 0 pgmap v19968: 33 pgs: 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:26.165 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:26.166 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:26.167 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:27.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:27.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:27 smithi022 bash[28554]: cluster 2023-12-07T20:56:26.081202+0000 mgr.a (mgr.24293) 26702 : cluster 0 pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:27 smithi044 bash[32620]: cluster 2023-12-07T20:56:26.081202+0000 mgr.a (mgr.24293) 26702 : cluster 0 pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:27.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:27 smithi027 bash[31536]: cluster 2023-12-07T20:56:26.081202+0000 mgr.a (mgr.24293) 26702 : cluster 0 pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:28.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:28 smithi044 bash[32620]: audit 2023-12-07T20:56:26.579398+0000 mgr.a (mgr.24293) 26703 : audit 0 from='client.522963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:28.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:28 smithi027 bash[31536]: audit 2023-12-07T20:56:26.579398+0000 mgr.a (mgr.24293) 26703 : audit 0 from='client.522963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:28 smithi022 bash[28554]: audit 2023-12-07T20:56:26.579398+0000 mgr.a (mgr.24293) 26703 : audit 0 from='client.522963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:29.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:29 smithi027 bash[31536]: cluster 2023-12-07T20:56:28.081890+0000 mgr.a (mgr.24293) 26704 : cluster 0 pgmap v19970: 33 pgs: 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:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:29 smithi022 bash[28554]: cluster 2023-12-07T20:56:28.081890+0000 mgr.a (mgr.24293) 26704 : cluster 0 pgmap v19970: 33 pgs: 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:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:29 smithi044 bash[32620]: cluster 2023-12-07T20:56:28.081890+0000 mgr.a (mgr.24293) 26704 : cluster 0 pgmap v19970: 33 pgs: 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:31.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:31 smithi027 bash[31536]: cluster 2023-12-07T20:56:30.082484+0000 mgr.a (mgr.24293) 26705 : cluster 0 pgmap v19971: 33 pgs: 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:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:31 smithi022 bash[28554]: cluster 2023-12-07T20:56:30.082484+0000 mgr.a (mgr.24293) 26705 : cluster 0 pgmap v19971: 33 pgs: 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:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:31 smithi044 bash[32620]: cluster 2023-12-07T20:56:30.082484+0000 mgr.a (mgr.24293) 26705 : cluster 0 pgmap v19971: 33 pgs: 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:32.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:32.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:32.118 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:33.061 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:33.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:33.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:33.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:33.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:33 smithi022 bash[28554]: cluster 2023-12-07T20:56:32.083113+0000 mgr.a (mgr.24293) 26706 : cluster 0 pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:33 smithi044 bash[32620]: cluster 2023-12-07T20:56:32.083113+0000 mgr.a (mgr.24293) 26706 : cluster 0 pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:33 smithi027 bash[31536]: cluster 2023-12-07T20:56:32.083113+0000 mgr.a (mgr.24293) 26706 : cluster 0 pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:34.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:34 smithi022 bash[28554]: audit 2023-12-07T20:56:32.523956+0000 mgr.a (mgr.24293) 26707 : audit 0 from='client.523038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:34.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:34 smithi044 bash[32620]: audit 2023-12-07T20:56:32.523956+0000 mgr.a (mgr.24293) 26707 : audit 0 from='client.523038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:34.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:34 smithi027 bash[31536]: audit 2023-12-07T20:56:32.523956+0000 mgr.a (mgr.24293) 26707 : audit 0 from='client.523038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:35.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:35 smithi022 bash[28554]: cluster 2023-12-07T20:56:34.083721+0000 mgr.a (mgr.24293) 26708 : cluster 0 pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:35 smithi044 bash[32620]: cluster 2023-12-07T20:56:34.083721+0000 mgr.a (mgr.24293) 26708 : cluster 0 pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:35.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:35 smithi027 bash[31536]: cluster 2023-12-07T20:56:34.083721+0000 mgr.a (mgr.24293) 26708 : cluster 0 pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:37 smithi022 bash[28554]: cluster 2023-12-07T20:56:36.084584+0000 mgr.a (mgr.24293) 26709 : cluster 0 pgmap v19974: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:37 smithi044 bash[32620]: cluster 2023-12-07T20:56:36.084584+0000 mgr.a (mgr.24293) 26709 : cluster 0 pgmap v19974: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:37 smithi027 bash[31536]: cluster 2023-12-07T20:56:36.084584+0000 mgr.a (mgr.24293) 26709 : cluster 0 pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:38.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:38.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:38.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:39.018 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:39.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:39.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:39.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:39.019 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:39 smithi022 bash[28554]: cluster 2023-12-07T20:56:38.085136+0000 mgr.a (mgr.24293) 26710 : cluster 0 pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:39 smithi044 bash[32620]: cluster 2023-12-07T20:56:38.085136+0000 mgr.a (mgr.24293) 26710 : cluster 0 pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:39 smithi027 bash[31536]: cluster 2023-12-07T20:56:38.085136+0000 mgr.a (mgr.24293) 26710 : cluster 0 pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:40.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:40 smithi022 bash[28554]: audit 2023-12-07T20:56:38.476494+0000 mgr.a (mgr.24293) 26711 : audit 0 from='client.523116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:40.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:40 smithi044 bash[32620]: audit 2023-12-07T20:56:38.476494+0000 mgr.a (mgr.24293) 26711 : audit 0 from='client.523116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:40.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:40 smithi027 bash[31536]: audit 2023-12-07T20:56:38.476494+0000 mgr.a (mgr.24293) 26711 : audit 0 from='client.523116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:41.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:41 smithi022 bash[28554]: cluster 2023-12-07T20:56:40.085939+0000 mgr.a (mgr.24293) 26712 : cluster 0 pgmap v19976: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:41 smithi044 bash[32620]: cluster 2023-12-07T20:56:40.085939+0000 mgr.a (mgr.24293) 26712 : cluster 0 pgmap v19976: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:41 smithi027 bash[31536]: cluster 2023-12-07T20:56:40.085939+0000 mgr.a (mgr.24293) 26712 : cluster 0 pgmap v19976: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:43 smithi022 bash[28554]: cluster 2023-12-07T20:56:42.086702+0000 mgr.a (mgr.24293) 26713 : cluster 0 pgmap v19977: 33 pgs: 33 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:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:43 smithi044 bash[32620]: cluster 2023-12-07T20:56:42.086702+0000 mgr.a (mgr.24293) 26713 : cluster 0 pgmap v19977: 33 pgs: 33 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:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:43 smithi027 bash[31536]: cluster 2023-12-07T20:56:42.086702+0000 mgr.a (mgr.24293) 26713 : cluster 0 pgmap v19977: 33 pgs: 33 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:44.018 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:44.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:44.019 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:44.951 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:44.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:44.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:44.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:44.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:45 smithi022 bash[28554]: cluster 2023-12-07T20:56:44.087261+0000 mgr.a (mgr.24293) 26714 : cluster 0 pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:45 smithi044 bash[32620]: cluster 2023-12-07T20:56:44.087261+0000 mgr.a (mgr.24293) 26714 : cluster 0 pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:45 smithi027 bash[31536]: cluster 2023-12-07T20:56:44.087261+0000 mgr.a (mgr.24293) 26714 : cluster 0 pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:46.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:46 smithi022 bash[28554]: audit 2023-12-07T20:56:44.426420+0000 mgr.a (mgr.24293) 26715 : audit 0 from='client.523191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:46.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:46 smithi044 bash[32620]: audit 2023-12-07T20:56:44.426420+0000 mgr.a (mgr.24293) 26715 : audit 0 from='client.523191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:46.462 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:46 smithi027 bash[31536]: audit 2023-12-07T20:56:44.426420+0000 mgr.a (mgr.24293) 26715 : audit 0 from='client.523191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:47 smithi022 bash[28554]: cluster 2023-12-07T20:56:46.088243+0000 mgr.a (mgr.24293) 26716 : cluster 0 pgmap v19979: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:47 smithi044 bash[32620]: cluster 2023-12-07T20:56:46.088243+0000 mgr.a (mgr.24293) 26716 : cluster 0 pgmap v19979: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:47 smithi027 bash[31536]: cluster 2023-12-07T20:56:46.088243+0000 mgr.a (mgr.24293) 26716 : cluster 0 pgmap v19979: 33 pgs: 33 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:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:49 smithi022 bash[28554]: cluster 2023-12-07T20:56:48.088785+0000 mgr.a (mgr.24293) 26717 : cluster 0 pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:49.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:49 smithi044 bash[32620]: cluster 2023-12-07T20:56:48.088785+0000 mgr.a (mgr.24293) 26717 : cluster 0 pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:49 smithi027 bash[31536]: cluster 2023-12-07T20:56:48.088785+0000 mgr.a (mgr.24293) 26717 : cluster 0 pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:49.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:49.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:49.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:50.889 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:50.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:50.889 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:50.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:50.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:51.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:51 smithi022 bash[28554]: cluster 2023-12-07T20:56:50.089331+0000 mgr.a (mgr.24293) 26718 : cluster 0 pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:51.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:51 smithi044 bash[32620]: cluster 2023-12-07T20:56:50.089331+0000 mgr.a (mgr.24293) 26718 : cluster 0 pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:51 smithi027 bash[31536]: cluster 2023-12-07T20:56:50.089331+0000 mgr.a (mgr.24293) 26718 : cluster 0 pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:52.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:52 smithi022 bash[28554]: audit 2023-12-07T20:56:50.376137+0000 mgr.a (mgr.24293) 26719 : audit 0 from='client.523266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:52.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:52 smithi044 bash[32620]: audit 2023-12-07T20:56:50.376137+0000 mgr.a (mgr.24293) 26719 : audit 0 from='client.523266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:52.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:52 smithi027 bash[31536]: audit 2023-12-07T20:56:50.376137+0000 mgr.a (mgr.24293) 26719 : audit 0 from='client.523266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:53 smithi022 bash[28554]: cluster 2023-12-07T20:56:52.090305+0000 mgr.a (mgr.24293) 26720 : cluster 0 pgmap v19982: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:53 smithi044 bash[32620]: cluster 2023-12-07T20:56:52.090305+0000 mgr.a (mgr.24293) 26720 : cluster 0 pgmap v19982: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:53 smithi027 bash[31536]: cluster 2023-12-07T20:56:52.090305+0000 mgr.a (mgr.24293) 26720 : cluster 0 pgmap v19982: 33 pgs: 33 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:55.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:55 smithi022 bash[28554]: cluster 2023-12-07T20:56:54.090896+0000 mgr.a (mgr.24293) 26721 : cluster 0 pgmap v19983: 33 pgs: 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:55 smithi044 bash[32620]: cluster 2023-12-07T20:56:54.090896+0000 mgr.a (mgr.24293) 26721 : cluster 0 pgmap v19983: 33 pgs: 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:55 smithi027 bash[31536]: cluster 2023-12-07T20:56:54.090896+0000 mgr.a (mgr.24293) 26721 : cluster 0 pgmap v19983: 33 pgs: 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.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:56:55.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:55.893 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:56.828 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:56:56.828 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:56.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:56.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:56.829 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:56:57.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:57 smithi022 bash[28554]: cluster 2023-12-07T20:56:56.091701+0000 mgr.a (mgr.24293) 26722 : cluster 0 pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:57.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:57 smithi044 bash[32620]: cluster 2023-12-07T20:56:56.091701+0000 mgr.a (mgr.24293) 26722 : cluster 0 pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:57.454 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:57 smithi027 bash[31536]: cluster 2023-12-07T20:56:56.091701+0000 mgr.a (mgr.24293) 26722 : cluster 0 pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:58.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:58 smithi027 bash[31536]: audit 2023-12-07T20:56:56.313985+0000 mgr.a (mgr.24293) 26723 : audit 0 from='client.523344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:58 smithi022 bash[28554]: audit 2023-12-07T20:56:56.313985+0000 mgr.a (mgr.24293) 26723 : audit 0 from='client.523344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:58 smithi044 bash[32620]: audit 2023-12-07T20:56:56.313985+0000 mgr.a (mgr.24293) 26723 : audit 0 from='client.523344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:59.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:56:59 smithi027 bash[31536]: cluster 2023-12-07T20:56:58.092460+0000 mgr.a (mgr.24293) 26724 : cluster 0 pgmap v19985: 33 pgs: 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:56:59 smithi022 bash[28554]: cluster 2023-12-07T20:56:58.092460+0000 mgr.a (mgr.24293) 26724 : cluster 0 pgmap v19985: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:56:59 smithi044 bash[32620]: cluster 2023-12-07T20:56:58.092460+0000 mgr.a (mgr.24293) 26724 : cluster 0 pgmap v19985: 33 pgs: 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:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:01 smithi027 bash[31536]: cluster 2023-12-07T20:57:00.093035+0000 mgr.a (mgr.24293) 26725 : cluster 0 pgmap v19986: 33 pgs: 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:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:01 smithi022 bash[28554]: cluster 2023-12-07T20:57:00.093035+0000 mgr.a (mgr.24293) 26725 : cluster 0 pgmap v19986: 33 pgs: 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:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:01 smithi044 bash[32620]: cluster 2023-12-07T20:57:00.093035+0000 mgr.a (mgr.24293) 26725 : cluster 0 pgmap v19986: 33 pgs: 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:01.831 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:01.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:01.832 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:02.776 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:02.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:02.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:02.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:02.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:03 smithi022 bash[28554]: cluster 2023-12-07T20:57:02.093806+0000 mgr.a (mgr.24293) 26726 : cluster 0 pgmap v19987: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:03 smithi044 bash[32620]: cluster 2023-12-07T20:57:02.093806+0000 mgr.a (mgr.24293) 26726 : cluster 0 pgmap v19987: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:03 smithi027 bash[31536]: cluster 2023-12-07T20:57:02.093806+0000 mgr.a (mgr.24293) 26726 : cluster 0 pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:04.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:04 smithi022 bash[28554]: audit 2023-12-07T20:57:02.250110+0000 mgr.a (mgr.24293) 26727 : audit 0 from='client.523419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:04.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:04 smithi044 bash[32620]: audit 2023-12-07T20:57:02.250110+0000 mgr.a (mgr.24293) 26727 : audit 0 from='client.523419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:04.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:04 smithi027 bash[31536]: audit 2023-12-07T20:57:02.250110+0000 mgr.a (mgr.24293) 26727 : audit 0 from='client.523419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:05.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:05 smithi022 bash[28554]: cluster 2023-12-07T20:57:04.094466+0000 mgr.a (mgr.24293) 26728 : cluster 0 pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:05.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:05 smithi044 bash[32620]: cluster 2023-12-07T20:57:04.094466+0000 mgr.a (mgr.24293) 26728 : cluster 0 pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:05 smithi027 bash[31536]: cluster 2023-12-07T20:57:04.094466+0000 mgr.a (mgr.24293) 26728 : cluster 0 pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:07.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:07 smithi022 bash[28554]: cluster 2023-12-07T20:57:06.095301+0000 mgr.a (mgr.24293) 26729 : cluster 0 pgmap v19989: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:07 smithi044 bash[32620]: cluster 2023-12-07T20:57:06.095301+0000 mgr.a (mgr.24293) 26729 : cluster 0 pgmap v19989: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:07 smithi027 bash[31536]: cluster 2023-12-07T20:57:06.095301+0000 mgr.a (mgr.24293) 26729 : cluster 0 pgmap v19989: 33 pgs: 33 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.779 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:07.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:07.781 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:08.742 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:08.784 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:08.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:08.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:08.785 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:09.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:09 smithi022 bash[28554]: cluster 2023-12-07T20:57:08.095853+0000 mgr.a (mgr.24293) 26730 : cluster 0 pgmap v19990: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:09 smithi022 bash[28554]: audit 2023-12-07T20:57:08.201920+0000 mgr.a (mgr.24293) 26731 : audit 0 from='client.523497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:09.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:09 smithi044 bash[32620]: cluster 2023-12-07T20:57:08.095853+0000 mgr.a (mgr.24293) 26730 : cluster 0 pgmap v19990: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:09 smithi044 bash[32620]: audit 2023-12-07T20:57:08.201920+0000 mgr.a (mgr.24293) 26731 : audit 0 from='client.523497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:09.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:09 smithi027 bash[31536]: cluster 2023-12-07T20:57:08.095853+0000 mgr.a (mgr.24293) 26730 : cluster 0 pgmap v19990: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:09 smithi027 bash[31536]: audit 2023-12-07T20:57:08.201920+0000 mgr.a (mgr.24293) 26731 : audit 0 from='client.523497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:11.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:11 smithi022 bash[28554]: cluster 2023-12-07T20:57:10.096504+0000 mgr.a (mgr.24293) 26732 : cluster 0 pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:11.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:11 smithi044 bash[32620]: cluster 2023-12-07T20:57:10.096504+0000 mgr.a (mgr.24293) 26732 : cluster 0 pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:11.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:11 smithi027 bash[31536]: cluster 2023-12-07T20:57:10.096504+0000 mgr.a (mgr.24293) 26732 : cluster 0 pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:13 smithi022 bash[28554]: cluster 2023-12-07T20:57:12.097347+0000 mgr.a (mgr.24293) 26733 : cluster 0 pgmap v19992: 33 pgs: 33 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:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:13 smithi044 bash[32620]: cluster 2023-12-07T20:57:12.097347+0000 mgr.a (mgr.24293) 26733 : cluster 0 pgmap v19992: 33 pgs: 33 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:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:13 smithi027 bash[31536]: cluster 2023-12-07T20:57:12.097347+0000 mgr.a (mgr.24293) 26733 : cluster 0 pgmap v19992: 33 pgs: 33 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:13.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:13.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:13.746 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:14.691 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:14.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:14.691 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:14.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:14.692 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:15 smithi022 bash[28554]: cluster 2023-12-07T20:57:14.098013+0000 mgr.a (mgr.24293) 26734 : cluster 0 pgmap v19993: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:15 smithi022 bash[28554]: audit 2023-12-07T20:57:14.161255+0000 mgr.a (mgr.24293) 26735 : audit 0 from='client.523572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:15 smithi044 bash[32620]: cluster 2023-12-07T20:57:14.098013+0000 mgr.a (mgr.24293) 26734 : cluster 0 pgmap v19993: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:15 smithi044 bash[32620]: audit 2023-12-07T20:57:14.161255+0000 mgr.a (mgr.24293) 26735 : audit 0 from='client.523572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:15 smithi027 bash[31536]: cluster 2023-12-07T20:57:14.098013+0000 mgr.a (mgr.24293) 26734 : cluster 0 pgmap v19993: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:15 smithi027 bash[31536]: audit 2023-12-07T20:57:14.161255+0000 mgr.a (mgr.24293) 26735 : audit 0 from='client.523572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:17.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:17 smithi022 bash[28554]: cluster 2023-12-07T20:57:16.098945+0000 mgr.a (mgr.24293) 26736 : cluster 0 pgmap v19994: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:17 smithi044 bash[32620]: cluster 2023-12-07T20:57:16.098945+0000 mgr.a (mgr.24293) 26736 : cluster 0 pgmap v19994: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:17 smithi027 bash[31536]: cluster 2023-12-07T20:57:16.098945+0000 mgr.a (mgr.24293) 26736 : cluster 0 pgmap v19994: 33 pgs: 33 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:19.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:19 smithi022 bash[28554]: cluster 2023-12-07T20:57:18.099524+0000 mgr.a (mgr.24293) 26737 : cluster 0 pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:19.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:19 smithi044 bash[32620]: cluster 2023-12-07T20:57:18.099524+0000 mgr.a (mgr.24293) 26737 : cluster 0 pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:19 smithi027 bash[31536]: cluster 2023-12-07T20:57:18.099524+0000 mgr.a (mgr.24293) 26737 : cluster 0 pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:19.693 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:19.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:19.693 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:20 smithi022 bash[28554]: audit 2023-12-07T20:57:19.248024+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:20 smithi022 bash[28554]: audit 2023-12-07T20:57:20.042743+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:20 smithi022 bash[28554]: audit 2023-12-07T20:57:20.044340+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:20.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:20 smithi022 bash[28554]: audit 2023-12-07T20:57:20.051667+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:57:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:20 smithi044 bash[32620]: audit 2023-12-07T20:57:19.248024+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:20 smithi044 bash[32620]: audit 2023-12-07T20:57:20.042743+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:20 smithi044 bash[32620]: audit 2023-12-07T20:57:20.044340+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:20.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:20 smithi044 bash[32620]: audit 2023-12-07T20:57:20.051667+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:57:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:20 smithi027 bash[31536]: audit 2023-12-07T20:57:19.248024+0000 mon.a (mon.0) 4127 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:20 smithi027 bash[31536]: audit 2023-12-07T20:57:20.042743+0000 mon.a (mon.0) 4128 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:20 smithi027 bash[31536]: audit 2023-12-07T20:57:20.044340+0000 mon.a (mon.0) 4129 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:20.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:20 smithi027 bash[31536]: audit 2023-12-07T20:57:20.051667+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:57:20.628 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:20.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:20.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:20.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:20.628 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:21 smithi044 bash[32620]: audit 2023-12-07T20:57:20.100367+0000 mgr.a (mgr.24293) 26738 : audit 0 from='client.419752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:21.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:21 smithi044 bash[32620]: cluster 2023-12-07T20:57:20.100736+0000 mgr.a (mgr.24293) 26739 : cluster 0 pgmap v19996: 33 pgs: 33 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:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:21 smithi022 bash[28554]: audit 2023-12-07T20:57:20.100367+0000 mgr.a (mgr.24293) 26738 : audit 0 from='client.419752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:21.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:21 smithi022 bash[28554]: cluster 2023-12-07T20:57:20.100736+0000 mgr.a (mgr.24293) 26739 : cluster 0 pgmap v19996: 33 pgs: 33 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:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:21 smithi027 bash[31536]: audit 2023-12-07T20:57:20.100367+0000 mgr.a (mgr.24293) 26738 : audit 0 from='client.419752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:21.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:21 smithi027 bash[31536]: cluster 2023-12-07T20:57:20.100736+0000 mgr.a (mgr.24293) 26739 : cluster 0 pgmap v19996: 33 pgs: 33 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:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:23 smithi022 bash[28554]: cluster 2023-12-07T20:57:22.101727+0000 mgr.a (mgr.24293) 26740 : cluster 0 pgmap v19997: 33 pgs: 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:23.428 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:23 smithi044 bash[32620]: cluster 2023-12-07T20:57:22.101727+0000 mgr.a (mgr.24293) 26740 : cluster 0 pgmap v19997: 33 pgs: 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:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:23 smithi027 bash[31536]: cluster 2023-12-07T20:57:22.101727+0000 mgr.a (mgr.24293) 26740 : cluster 0 pgmap v19997: 33 pgs: 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:25.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:25 smithi022 bash[28554]: cluster 2023-12-07T20:57:24.102335+0000 mgr.a (mgr.24293) 26741 : cluster 0 pgmap v19998: 33 pgs: 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:25.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:25 smithi044 bash[32620]: cluster 2023-12-07T20:57:24.102335+0000 mgr.a (mgr.24293) 26741 : cluster 0 pgmap v19998: 33 pgs: 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:25.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:25 smithi027 bash[31536]: cluster 2023-12-07T20:57:24.102335+0000 mgr.a (mgr.24293) 26741 : cluster 0 pgmap v19998: 33 pgs: 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:25.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:25.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:25.632 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:26.573 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:26.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:26.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:26.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:26.574 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:27 smithi022 bash[28554]: audit 2023-12-07T20:57:26.050503+0000 mgr.a (mgr.24293) 26742 : audit 0 from='client.523728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:27.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:27 smithi022 bash[28554]: cluster 2023-12-07T20:57:26.103567+0000 mgr.a (mgr.24293) 26743 : cluster 0 pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:27 smithi044 bash[32620]: audit 2023-12-07T20:57:26.050503+0000 mgr.a (mgr.24293) 26742 : audit 0 from='client.523728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:27.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:27 smithi044 bash[32620]: cluster 2023-12-07T20:57:26.103567+0000 mgr.a (mgr.24293) 26743 : cluster 0 pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:27.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:27 smithi027 bash[31536]: audit 2023-12-07T20:57:26.050503+0000 mgr.a (mgr.24293) 26742 : audit 0 from='client.523728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:27.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:27 smithi027 bash[31536]: cluster 2023-12-07T20:57:26.103567+0000 mgr.a (mgr.24293) 26743 : cluster 0 pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:29.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:29 smithi044 bash[32620]: cluster 2023-12-07T20:57:28.104222+0000 mgr.a (mgr.24293) 26744 : cluster 0 pgmap v20000: 33 pgs: 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.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:29 smithi022 bash[28554]: cluster 2023-12-07T20:57:28.104222+0000 mgr.a (mgr.24293) 26744 : cluster 0 pgmap v20000: 33 pgs: 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.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:29 smithi027 bash[31536]: cluster 2023-12-07T20:57:28.104222+0000 mgr.a (mgr.24293) 26744 : cluster 0 pgmap v20000: 33 pgs: 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:31.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:31 smithi022 bash[28554]: cluster 2023-12-07T20:57:30.104828+0000 mgr.a (mgr.24293) 26745 : cluster 0 pgmap v20001: 33 pgs: 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:31.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:31 smithi044 bash[32620]: cluster 2023-12-07T20:57:30.104828+0000 mgr.a (mgr.24293) 26745 : cluster 0 pgmap v20001: 33 pgs: 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:31.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:31 smithi027 bash[31536]: cluster 2023-12-07T20:57:30.104828+0000 mgr.a (mgr.24293) 26745 : cluster 0 pgmap v20001: 33 pgs: 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:31.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:31.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:31.576 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:32.530 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:32.531 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:32.531 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:33 smithi022 bash[28554]: audit 2023-12-07T20:57:31.984109+0000 mgr.a (mgr.24293) 26746 : audit 0 from='client.523803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:33 smithi022 bash[28554]: cluster 2023-12-07T20:57:32.105717+0000 mgr.a (mgr.24293) 26747 : cluster 0 pgmap v20002: 33 pgs: 33 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:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:33 smithi044 bash[32620]: audit 2023-12-07T20:57:31.984109+0000 mgr.a (mgr.24293) 26746 : audit 0 from='client.523803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:33 smithi044 bash[32620]: cluster 2023-12-07T20:57:32.105717+0000 mgr.a (mgr.24293) 26747 : cluster 0 pgmap v20002: 33 pgs: 33 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:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:33 smithi027 bash[31536]: audit 2023-12-07T20:57:31.984109+0000 mgr.a (mgr.24293) 26746 : audit 0 from='client.523803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:33 smithi027 bash[31536]: cluster 2023-12-07T20:57:32.105717+0000 mgr.a (mgr.24293) 26747 : cluster 0 pgmap v20002: 33 pgs: 33 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:35.426 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:35 smithi022 bash[28554]: cluster 2023-12-07T20:57:34.106342+0000 mgr.a (mgr.24293) 26748 : cluster 0 pgmap v20003: 33 pgs: 33 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:35.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:35 smithi044 bash[32620]: cluster 2023-12-07T20:57:34.106342+0000 mgr.a (mgr.24293) 26748 : cluster 0 pgmap v20003: 33 pgs: 33 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:35.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:35 smithi027 bash[31536]: cluster 2023-12-07T20:57:34.106342+0000 mgr.a (mgr.24293) 26748 : cluster 0 pgmap v20003: 33 pgs: 33 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:37.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:37 smithi022 bash[28554]: cluster 2023-12-07T20:57:36.107177+0000 mgr.a (mgr.24293) 26749 : cluster 0 pgmap v20004: 33 pgs: 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:37.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:37 smithi044 bash[32620]: cluster 2023-12-07T20:57:36.107177+0000 mgr.a (mgr.24293) 26749 : cluster 0 pgmap v20004: 33 pgs: 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:37.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:37 smithi027 bash[31536]: cluster 2023-12-07T20:57:36.107177+0000 mgr.a (mgr.24293) 26749 : cluster 0 pgmap v20004: 33 pgs: 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:37.536 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:37.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:37.536 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:38.490 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:38.490 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:38.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:38.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:38.491 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:39 smithi022 bash[28554]: audit 2023-12-07T20:57:37.949700+0000 mgr.a (mgr.24293) 26750 : audit 0 from='client.523878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:39.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:39 smithi022 bash[28554]: cluster 2023-12-07T20:57:38.109403+0000 mgr.a (mgr.24293) 26751 : cluster 0 pgmap v20005: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:39 smithi044 bash[32620]: audit 2023-12-07T20:57:37.949700+0000 mgr.a (mgr.24293) 26750 : audit 0 from='client.523878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:39.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:39 smithi044 bash[32620]: cluster 2023-12-07T20:57:38.109403+0000 mgr.a (mgr.24293) 26751 : cluster 0 pgmap v20005: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:39 smithi027 bash[31536]: audit 2023-12-07T20:57:37.949700+0000 mgr.a (mgr.24293) 26750 : audit 0 from='client.523878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:39.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:39 smithi027 bash[31536]: cluster 2023-12-07T20:57:38.109403+0000 mgr.a (mgr.24293) 26751 : cluster 0 pgmap v20005: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:41 smithi022 bash[28554]: cluster 2023-12-07T20:57:40.110329+0000 mgr.a (mgr.24293) 26752 : cluster 0 pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:41.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:41 smithi044 bash[32620]: cluster 2023-12-07T20:57:40.110329+0000 mgr.a (mgr.24293) 26752 : cluster 0 pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:41.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:41 smithi027 bash[31536]: cluster 2023-12-07T20:57:40.110329+0000 mgr.a (mgr.24293) 26752 : cluster 0 pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:43 smithi044 bash[32620]: cluster 2023-12-07T20:57:42.111210+0000 mgr.a (mgr.24293) 26753 : cluster 0 pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:43.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:43 smithi022 bash[28554]: cluster 2023-12-07T20:57:42.111210+0000 mgr.a (mgr.24293) 26753 : cluster 0 pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:43.453 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:43 smithi027 bash[31536]: cluster 2023-12-07T20:57:42.111210+0000 mgr.a (mgr.24293) 26753 : cluster 0 pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:43.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:43.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:43.493 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:44.438 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:44.439 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:45 smithi022 bash[28554]: audit 2023-12-07T20:57:43.901187+0000 mgr.a (mgr.24293) 26754 : audit 0 from='client.523950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:45 smithi022 bash[28554]: cluster 2023-12-07T20:57:44.111849+0000 mgr.a (mgr.24293) 26755 : cluster 0 pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:45 smithi044 bash[32620]: audit 2023-12-07T20:57:43.901187+0000 mgr.a (mgr.24293) 26754 : audit 0 from='client.523950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:45 smithi044 bash[32620]: cluster 2023-12-07T20:57:44.111849+0000 mgr.a (mgr.24293) 26755 : cluster 0 pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:45 smithi027 bash[31536]: audit 2023-12-07T20:57:43.901187+0000 mgr.a (mgr.24293) 26754 : audit 0 from='client.523950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:45.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:45 smithi027 bash[31536]: cluster 2023-12-07T20:57:44.111849+0000 mgr.a (mgr.24293) 26755 : cluster 0 pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:47.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:47 smithi022 bash[28554]: cluster 2023-12-07T20:57:46.112768+0000 mgr.a (mgr.24293) 26756 : cluster 0 pgmap v20009: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:47 smithi044 bash[32620]: cluster 2023-12-07T20:57:46.112768+0000 mgr.a (mgr.24293) 26756 : cluster 0 pgmap v20009: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:47 smithi027 bash[31536]: cluster 2023-12-07T20:57:46.112768+0000 mgr.a (mgr.24293) 26756 : cluster 0 pgmap v20009: 33 pgs: 33 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:49.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:49 smithi022 bash[28554]: cluster 2023-12-07T20:57:48.113462+0000 mgr.a (mgr.24293) 26757 : cluster 0 pgmap v20010: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:49 smithi044 bash[32620]: cluster 2023-12-07T20:57:48.113462+0000 mgr.a (mgr.24293) 26757 : cluster 0 pgmap v20010: 33 pgs: 33 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.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:49.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:49.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:49.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:49 smithi027 bash[31536]: cluster 2023-12-07T20:57:48.113462+0000 mgr.a (mgr.24293) 26757 : cluster 0 pgmap v20010: 33 pgs: 33 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:50.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:50.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:50.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:50.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:50.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:51 smithi027 bash[31536]: audit 2023-12-07T20:57:49.846070+0000 mgr.a (mgr.24293) 26758 : audit 0 from='client.524022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:51.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:51 smithi027 bash[31536]: cluster 2023-12-07T20:57:50.124814+0000 mgr.a (mgr.24293) 26759 : cluster 0 pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:51 smithi022 bash[28554]: audit 2023-12-07T20:57:49.846070+0000 mgr.a (mgr.24293) 26758 : audit 0 from='client.524022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:51 smithi022 bash[28554]: cluster 2023-12-07T20:57:50.124814+0000 mgr.a (mgr.24293) 26759 : cluster 0 pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:51 smithi044 bash[32620]: audit 2023-12-07T20:57:49.846070+0000 mgr.a (mgr.24293) 26758 : audit 0 from='client.524022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:51 smithi044 bash[32620]: cluster 2023-12-07T20:57:50.124814+0000 mgr.a (mgr.24293) 26759 : cluster 0 pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:53 smithi022 bash[28554]: cluster 2023-12-07T20:57:52.125887+0000 mgr.a (mgr.24293) 26760 : cluster 0 pgmap v20012: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:53 smithi044 bash[32620]: cluster 2023-12-07T20:57:52.125887+0000 mgr.a (mgr.24293) 26760 : cluster 0 pgmap v20012: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:53 smithi027 bash[31536]: cluster 2023-12-07T20:57:52.125887+0000 mgr.a (mgr.24293) 26760 : cluster 0 pgmap v20012: 33 pgs: 33 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:55.377 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:57:55.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:55.378 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:55.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:55 smithi027 bash[31536]: cluster 2023-12-07T20:57:54.126497+0000 mgr.a (mgr.24293) 26761 : cluster 0 pgmap v20013: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:55 smithi022 bash[28554]: cluster 2023-12-07T20:57:54.126497+0000 mgr.a (mgr.24293) 26761 : cluster 0 pgmap v20013: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:55 smithi044 bash[32620]: cluster 2023-12-07T20:57:54.126497+0000 mgr.a (mgr.24293) 26761 : cluster 0 pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:56.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:56.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:56.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:56.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:57:56.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:57:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:57 smithi027 bash[31536]: audit 2023-12-07T20:57:55.790531+0000 mgr.a (mgr.24293) 26762 : audit 0 from='client.524100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:57.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:57 smithi027 bash[31536]: cluster 2023-12-07T20:57:56.127323+0000 mgr.a (mgr.24293) 26763 : cluster 0 pgmap v20014: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:57 smithi022 bash[28554]: audit 2023-12-07T20:57:55.790531+0000 mgr.a (mgr.24293) 26762 : audit 0 from='client.524100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:57.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:57 smithi022 bash[28554]: cluster 2023-12-07T20:57:56.127323+0000 mgr.a (mgr.24293) 26763 : cluster 0 pgmap v20014: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:57 smithi044 bash[32620]: audit 2023-12-07T20:57:55.790531+0000 mgr.a (mgr.24293) 26762 : audit 0 from='client.524100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:57.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:57 smithi044 bash[32620]: cluster 2023-12-07T20:57:56.127323+0000 mgr.a (mgr.24293) 26763 : cluster 0 pgmap v20014: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:57:59 smithi027 bash[31536]: cluster 2023-12-07T20:57:58.128153+0000 mgr.a (mgr.24293) 26764 : cluster 0 pgmap v20015: 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:57:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:57:59 smithi022 bash[28554]: cluster 2023-12-07T20:57:58.128153+0000 mgr.a (mgr.24293) 26764 : cluster 0 pgmap v20015: 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:57:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:57:59 smithi044 bash[32620]: cluster 2023-12-07T20:57:58.128153+0000 mgr.a (mgr.24293) 26764 : cluster 0 pgmap v20015: 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:01.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:01.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:01.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:01.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:01 smithi027 bash[31536]: cluster 2023-12-07T20:58:00.128776+0000 mgr.a (mgr.24293) 26765 : cluster 0 pgmap v20016: 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:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:01 smithi022 bash[28554]: cluster 2023-12-07T20:58:00.128776+0000 mgr.a (mgr.24293) 26765 : cluster 0 pgmap v20016: 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:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:01 smithi044 bash[32620]: cluster 2023-12-07T20:58:00.128776+0000 mgr.a (mgr.24293) 26765 : cluster 0 pgmap v20016: 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:02.271 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:02.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:02.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:02.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:02.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:03 smithi022 bash[28554]: audit 2023-12-07T20:58:01.723171+0000 mgr.a (mgr.24293) 26766 : audit 0 from='client.524178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:03 smithi022 bash[28554]: cluster 2023-12-07T20:58:02.139393+0000 mgr.a (mgr.24293) 26767 : cluster 0 pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:03 smithi044 bash[32620]: audit 2023-12-07T20:58:01.723171+0000 mgr.a (mgr.24293) 26766 : audit 0 from='client.524178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:03 smithi044 bash[32620]: cluster 2023-12-07T20:58:02.139393+0000 mgr.a (mgr.24293) 26767 : cluster 0 pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:03 smithi027 bash[31536]: audit 2023-12-07T20:58:01.723171+0000 mgr.a (mgr.24293) 26766 : audit 0 from='client.524178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:03 smithi027 bash[31536]: cluster 2023-12-07T20:58:02.139393+0000 mgr.a (mgr.24293) 26767 : cluster 0 pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:05.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:05 smithi027 bash[31536]: cluster 2023-12-07T20:58:04.140174+0000 mgr.a (mgr.24293) 26768 : cluster 0 pgmap v20018: 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:05.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:05 smithi022 bash[28554]: cluster 2023-12-07T20:58:04.140174+0000 mgr.a (mgr.24293) 26768 : cluster 0 pgmap v20018: 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:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:05 smithi044 bash[32620]: cluster 2023-12-07T20:58:04.140174+0000 mgr.a (mgr.24293) 26768 : cluster 0 pgmap v20018: 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:07.273 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:07.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:07.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:07 smithi022 bash[28554]: cluster 2023-12-07T20:58:06.141125+0000 mgr.a (mgr.24293) 26769 : cluster 0 pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:07 smithi044 bash[32620]: cluster 2023-12-07T20:58:06.141125+0000 mgr.a (mgr.24293) 26769 : cluster 0 pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:07.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:07 smithi027 bash[31536]: cluster 2023-12-07T20:58:06.141125+0000 mgr.a (mgr.24293) 26769 : cluster 0 pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:08.212 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:08.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:08.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:08.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:08.212 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:09 smithi022 bash[28554]: audit 2023-12-07T20:58:07.681557+0000 mgr.a (mgr.24293) 26770 : audit 0 from='client.524253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:09 smithi022 bash[28554]: cluster 2023-12-07T20:58:08.141822+0000 mgr.a (mgr.24293) 26771 : cluster 0 pgmap v20020: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:09 smithi044 bash[32620]: audit 2023-12-07T20:58:07.681557+0000 mgr.a (mgr.24293) 26770 : audit 0 from='client.524253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:09 smithi044 bash[32620]: cluster 2023-12-07T20:58:08.141822+0000 mgr.a (mgr.24293) 26771 : cluster 0 pgmap v20020: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:09 smithi027 bash[31536]: audit 2023-12-07T20:58:07.681557+0000 mgr.a (mgr.24293) 26770 : audit 0 from='client.524253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:09 smithi027 bash[31536]: cluster 2023-12-07T20:58:08.141822+0000 mgr.a (mgr.24293) 26771 : cluster 0 pgmap v20020: 33 pgs: 33 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:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:11 smithi022 bash[28554]: cluster 2023-12-07T20:58:10.142503+0000 mgr.a (mgr.24293) 26772 : cluster 0 pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:11.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:11 smithi044 bash[32620]: cluster 2023-12-07T20:58:10.142503+0000 mgr.a (mgr.24293) 26772 : cluster 0 pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:11 smithi027 bash[31536]: cluster 2023-12-07T20:58:10.142503+0000 mgr.a (mgr.24293) 26772 : cluster 0 pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:13.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:13.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:13.216 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:13 smithi022 bash[28554]: cluster 2023-12-07T20:58:12.143317+0000 mgr.a (mgr.24293) 26773 : cluster 0 pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:13 smithi044 bash[32620]: cluster 2023-12-07T20:58:12.143317+0000 mgr.a (mgr.24293) 26773 : cluster 0 pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:13 smithi027 bash[31536]: cluster 2023-12-07T20:58:12.143317+0000 mgr.a (mgr.24293) 26773 : cluster 0 pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:14.145 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:14.146 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:15 smithi022 bash[28554]: audit 2023-12-07T20:58:13.626509+0000 mgr.a (mgr.24293) 26774 : audit 0 from='client.524325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:15.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:15 smithi022 bash[28554]: cluster 2023-12-07T20:58:14.144442+0000 mgr.a (mgr.24293) 26775 : cluster 0 pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:15 smithi044 bash[32620]: audit 2023-12-07T20:58:13.626509+0000 mgr.a (mgr.24293) 26774 : audit 0 from='client.524325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:15.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:15 smithi044 bash[32620]: cluster 2023-12-07T20:58:14.144442+0000 mgr.a (mgr.24293) 26775 : cluster 0 pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:15 smithi027 bash[31536]: audit 2023-12-07T20:58:13.626509+0000 mgr.a (mgr.24293) 26774 : audit 0 from='client.524325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:15.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:15 smithi027 bash[31536]: cluster 2023-12-07T20:58:14.144442+0000 mgr.a (mgr.24293) 26775 : cluster 0 pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:17 smithi022 bash[28554]: cluster 2023-12-07T20:58:16.145517+0000 mgr.a (mgr.24293) 26776 : cluster 0 pgmap v20024: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:17 smithi044 bash[32620]: cluster 2023-12-07T20:58:16.145517+0000 mgr.a (mgr.24293) 26776 : cluster 0 pgmap v20024: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:17 smithi027 bash[31536]: cluster 2023-12-07T20:58:16.145517+0000 mgr.a (mgr.24293) 26776 : cluster 0 pgmap v20024: 33 pgs: 33 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:19.151 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:19.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:19.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:19 smithi022 bash[28554]: cluster 2023-12-07T20:58:18.146124+0000 mgr.a (mgr.24293) 26777 : cluster 0 pgmap v20025: 33 pgs: 33 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.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:19 smithi044 bash[32620]: cluster 2023-12-07T20:58:18.146124+0000 mgr.a (mgr.24293) 26777 : cluster 0 pgmap v20025: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:19 smithi027 bash[31536]: cluster 2023-12-07T20:58:18.146124+0000 mgr.a (mgr.24293) 26777 : cluster 0 pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:20.116 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:20.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:20.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:20.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:20.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:20 smithi022 bash[28554]: audit 2023-12-07T20:58:20.164020+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:20 smithi044 bash[32620]: audit 2023-12-07T20:58:20.164020+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:20 smithi027 bash[31536]: audit 2023-12-07T20:58:20.164020+0000 mon.a (mon.0) 4131 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:21 smithi044 bash[32620]: audit 2023-12-07T20:58:19.567210+0000 mgr.a (mgr.24293) 26778 : audit 0 from='client.524400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:21.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:21 smithi044 bash[32620]: cluster 2023-12-07T20:58:20.146807+0000 mgr.a (mgr.24293) 26779 : cluster 0 pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:21 smithi022 bash[28554]: audit 2023-12-07T20:58:19.567210+0000 mgr.a (mgr.24293) 26778 : audit 0 from='client.524400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:21.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:21 smithi022 bash[28554]: cluster 2023-12-07T20:58:20.146807+0000 mgr.a (mgr.24293) 26779 : cluster 0 pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:21 smithi027 bash[31536]: audit 2023-12-07T20:58:19.567210+0000 mgr.a (mgr.24293) 26778 : audit 0 from='client.524400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:21.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:21 smithi027 bash[31536]: cluster 2023-12-07T20:58:20.146807+0000 mgr.a (mgr.24293) 26779 : cluster 0 pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:23 smithi022 bash[28554]: cluster 2023-12-07T20:58:22.147683+0000 mgr.a (mgr.24293) 26780 : cluster 0 pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:23 smithi044 bash[32620]: cluster 2023-12-07T20:58:22.147683+0000 mgr.a (mgr.24293) 26780 : cluster 0 pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:23 smithi027 bash[31536]: cluster 2023-12-07T20:58:22.147683+0000 mgr.a (mgr.24293) 26780 : cluster 0 pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:25.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:25.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:25.120 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:25.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:25 smithi022 bash[28554]: cluster 2023-12-07T20:58:24.148201+0000 mgr.a (mgr.24293) 26781 : cluster 0 pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:25 smithi044 bash[32620]: cluster 2023-12-07T20:58:24.148201+0000 mgr.a (mgr.24293) 26781 : cluster 0 pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:25 smithi027 bash[31536]: cluster 2023-12-07T20:58:24.148201+0000 mgr.a (mgr.24293) 26781 : cluster 0 pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:26.037 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:26.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:26.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:26.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:26.038 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:26.925 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.549227+0000 mgr.a (mgr.24293) 26782 : audit 0 from='client.524478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.576748+0000 mon.a (mon.0) 4132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.582605+0000 mon.a (mon.0) 4133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.587536+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.592270+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.598160+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:25.604027+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: cluster 2023-12-07T20:58:26.149318+0000 mgr.a (mgr.24293) 26783 : cluster 0 pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:26.396608+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:26.398938+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:26.926 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:26 smithi022 bash[28554]: audit 2023-12-07T20:58:26.409044+0000 mon.a (mon.0) 4140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.549227+0000 mgr.a (mgr.24293) 26782 : audit 0 from='client.524478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.576748+0000 mon.a (mon.0) 4132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.582605+0000 mon.a (mon.0) 4133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.587536+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.592270+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.598160+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:25.604027+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: cluster 2023-12-07T20:58:26.149318+0000 mgr.a (mgr.24293) 26783 : cluster 0 pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:26.396608+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:26.398938+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:26.927 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:26 smithi044 bash[32620]: audit 2023-12-07T20:58:26.409044+0000 mon.a (mon.0) 4140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.549227+0000 mgr.a (mgr.24293) 26782 : audit 0 from='client.524478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.576748+0000 mon.a (mon.0) 4132 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.949 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.582605+0000 mon.a (mon.0) 4133 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.587536+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.592270+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.598160+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:25.604027+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: cluster 2023-12-07T20:58:26.149318+0000 mgr.a (mgr.24293) 26783 : cluster 0 pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:26.396608+0000 mon.a (mon.0) 4138 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:26.398938+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:26.950 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:26 smithi027 bash[31536]: audit 2023-12-07T20:58:26.409044+0000 mon.a (mon.0) 4140 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:58:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:29 smithi022 bash[28554]: cluster 2023-12-07T20:58:28.149888+0000 mgr.a (mgr.24293) 26784 : cluster 0 pgmap v20030: 33 pgs: 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:29.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:29 smithi044 bash[32620]: cluster 2023-12-07T20:58:28.149888+0000 mgr.a (mgr.24293) 26784 : cluster 0 pgmap v20030: 33 pgs: 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:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:29 smithi027 bash[31536]: cluster 2023-12-07T20:58:28.149888+0000 mgr.a (mgr.24293) 26784 : cluster 0 pgmap v20030: 33 pgs: 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:31.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:31.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:31.040 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:31 smithi022 bash[28554]: cluster 2023-12-07T20:58:30.150463+0000 mgr.a (mgr.24293) 26785 : cluster 0 pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:31 smithi044 bash[32620]: cluster 2023-12-07T20:58:30.150463+0000 mgr.a (mgr.24293) 26785 : cluster 0 pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:31.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:31 smithi027 bash[31536]: cluster 2023-12-07T20:58:30.150463+0000 mgr.a (mgr.24293) 26785 : cluster 0 pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:31.999 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:31.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:31.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:31.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:31.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:33 smithi022 bash[28554]: audit 2023-12-07T20:58:31.460785+0000 mgr.a (mgr.24293) 26786 : audit 0 from='client.524556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:33 smithi022 bash[28554]: cluster 2023-12-07T20:58:32.151530+0000 mgr.a (mgr.24293) 26787 : cluster 0 pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:33 smithi044 bash[32620]: audit 2023-12-07T20:58:31.460785+0000 mgr.a (mgr.24293) 26786 : audit 0 from='client.524556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:33 smithi044 bash[32620]: cluster 2023-12-07T20:58:32.151530+0000 mgr.a (mgr.24293) 26787 : cluster 0 pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:33 smithi027 bash[31536]: audit 2023-12-07T20:58:31.460785+0000 mgr.a (mgr.24293) 26786 : audit 0 from='client.524556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:33 smithi027 bash[31536]: cluster 2023-12-07T20:58:32.151530+0000 mgr.a (mgr.24293) 26787 : cluster 0 pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:35 smithi022 bash[28554]: cluster 2023-12-07T20:58:34.152112+0000 mgr.a (mgr.24293) 26788 : cluster 0 pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:35 smithi044 bash[32620]: cluster 2023-12-07T20:58:34.152112+0000 mgr.a (mgr.24293) 26788 : cluster 0 pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:35 smithi027 bash[31536]: cluster 2023-12-07T20:58:34.152112+0000 mgr.a (mgr.24293) 26788 : cluster 0 pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:37.002 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:37.003 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:37.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:37 smithi044 bash[32620]: cluster 2023-12-07T20:58:36.152859+0000 mgr.a (mgr.24293) 26789 : cluster 0 pgmap v20034: 33 pgs: 33 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.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:37 smithi022 bash[28554]: cluster 2023-12-07T20:58:36.152859+0000 mgr.a (mgr.24293) 26789 : cluster 0 pgmap v20034: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:37 smithi027 bash[31536]: cluster 2023-12-07T20:58:36.152859+0000 mgr.a (mgr.24293) 26789 : cluster 0 pgmap v20034: 33 pgs: 33 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.943 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:37.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:37.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:37.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:37.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:39 smithi022 bash[28554]: audit 2023-12-07T20:58:37.414231+0000 mgr.a (mgr.24293) 26790 : audit 0 from='client.524631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:39.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:39 smithi022 bash[28554]: cluster 2023-12-07T20:58:38.153573+0000 mgr.a (mgr.24293) 26791 : cluster 0 pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:39 smithi044 bash[32620]: audit 2023-12-07T20:58:37.414231+0000 mgr.a (mgr.24293) 26790 : audit 0 from='client.524631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:39 smithi044 bash[32620]: cluster 2023-12-07T20:58:38.153573+0000 mgr.a (mgr.24293) 26791 : cluster 0 pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:39 smithi027 bash[31536]: audit 2023-12-07T20:58:37.414231+0000 mgr.a (mgr.24293) 26790 : audit 0 from='client.524631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:39 smithi027 bash[31536]: cluster 2023-12-07T20:58:38.153573+0000 mgr.a (mgr.24293) 26791 : cluster 0 pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:41 smithi022 bash[28554]: cluster 2023-12-07T20:58:40.154136+0000 mgr.a (mgr.24293) 26792 : cluster 0 pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:41 smithi044 bash[32620]: cluster 2023-12-07T20:58:40.154136+0000 mgr.a (mgr.24293) 26792 : cluster 0 pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:41 smithi027 bash[31536]: cluster 2023-12-07T20:58:40.154136+0000 mgr.a (mgr.24293) 26792 : cluster 0 pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:42.945 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:42.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:42.946 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:43 smithi022 bash[28554]: cluster 2023-12-07T20:58:42.155048+0000 mgr.a (mgr.24293) 26793 : cluster 0 pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:43 smithi044 bash[32620]: cluster 2023-12-07T20:58:42.155048+0000 mgr.a (mgr.24293) 26793 : cluster 0 pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:43 smithi027 bash[31536]: cluster 2023-12-07T20:58:42.155048+0000 mgr.a (mgr.24293) 26793 : cluster 0 pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:43.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:43.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:43.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:43.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:45 smithi022 bash[28554]: audit 2023-12-07T20:58:43.367356+0000 mgr.a (mgr.24293) 26794 : audit 0 from='client.524703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:45.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:45 smithi022 bash[28554]: cluster 2023-12-07T20:58:44.155711+0000 mgr.a (mgr.24293) 26795 : cluster 0 pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:45 smithi044 bash[32620]: audit 2023-12-07T20:58:43.367356+0000 mgr.a (mgr.24293) 26794 : audit 0 from='client.524703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:45 smithi044 bash[32620]: cluster 2023-12-07T20:58:44.155711+0000 mgr.a (mgr.24293) 26795 : cluster 0 pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:45 smithi027 bash[31536]: audit 2023-12-07T20:58:43.367356+0000 mgr.a (mgr.24293) 26794 : audit 0 from='client.524703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:45.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:45 smithi027 bash[31536]: cluster 2023-12-07T20:58:44.155711+0000 mgr.a (mgr.24293) 26795 : cluster 0 pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:47 smithi022 bash[28554]: cluster 2023-12-07T20:58:46.156448+0000 mgr.a (mgr.24293) 26796 : cluster 0 pgmap v20039: 33 pgs: 33 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:47.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:47 smithi044 bash[32620]: cluster 2023-12-07T20:58:46.156448+0000 mgr.a (mgr.24293) 26796 : cluster 0 pgmap v20039: 33 pgs: 33 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:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:47 smithi027 bash[31536]: cluster 2023-12-07T20:58:46.156448+0000 mgr.a (mgr.24293) 26796 : cluster 0 pgmap v20039: 33 pgs: 33 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:48.909 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:48.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:48.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:49 smithi022 bash[28554]: cluster 2023-12-07T20:58:48.156999+0000 mgr.a (mgr.24293) 26797 : cluster 0 pgmap v20040: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:49 smithi044 bash[32620]: cluster 2023-12-07T20:58:48.156999+0000 mgr.a (mgr.24293) 26797 : cluster 0 pgmap v20040: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:49 smithi027 bash[31536]: cluster 2023-12-07T20:58:48.156999+0000 mgr.a (mgr.24293) 26797 : cluster 0 pgmap v20040: 33 pgs: 33 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.851 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:49.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:49.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:49.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:49.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:51 smithi022 bash[28554]: audit 2023-12-07T20:58:49.324511+0000 mgr.a (mgr.24293) 26798 : audit 0 from='client.524781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:51 smithi022 bash[28554]: cluster 2023-12-07T20:58:50.157629+0000 mgr.a (mgr.24293) 26799 : cluster 0 pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:51 smithi044 bash[32620]: audit 2023-12-07T20:58:49.324511+0000 mgr.a (mgr.24293) 26798 : audit 0 from='client.524781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:51.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:51 smithi044 bash[32620]: cluster 2023-12-07T20:58:50.157629+0000 mgr.a (mgr.24293) 26799 : cluster 0 pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:51 smithi027 bash[31536]: audit 2023-12-07T20:58:49.324511+0000 mgr.a (mgr.24293) 26798 : audit 0 from='client.524781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:51 smithi027 bash[31536]: cluster 2023-12-07T20:58:50.157629+0000 mgr.a (mgr.24293) 26799 : cluster 0 pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:53.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:53 smithi044 bash[32620]: cluster 2023-12-07T20:58:52.158412+0000 mgr.a (mgr.24293) 26800 : cluster 0 pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:53.427 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:53 smithi022 bash[28554]: cluster 2023-12-07T20:58:52.158412+0000 mgr.a (mgr.24293) 26800 : cluster 0 pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:53 smithi027 bash[31536]: cluster 2023-12-07T20:58:52.158412+0000 mgr.a (mgr.24293) 26800 : cluster 0 pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:54.853 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:58:54.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:54.854 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:55.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:55 smithi044 bash[32620]: cluster 2023-12-07T20:58:54.158807+0000 mgr.a (mgr.24293) 26801 : cluster 0 pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:55.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:55 smithi022 bash[28554]: cluster 2023-12-07T20:58:54.158807+0000 mgr.a (mgr.24293) 26801 : cluster 0 pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:55 smithi027 bash[31536]: cluster 2023-12-07T20:58:54.158807+0000 mgr.a (mgr.24293) 26801 : cluster 0 pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:55.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:58:55.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:55.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:55.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:55.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:58:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:57 smithi022 bash[28554]: audit 2023-12-07T20:58:55.263052+0000 mgr.a (mgr.24293) 26802 : audit 0 from='client.524856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:57 smithi022 bash[28554]: cluster 2023-12-07T20:58:56.159810+0000 mgr.a (mgr.24293) 26803 : cluster 0 pgmap v20044: 33 pgs: 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:58:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:57 smithi044 bash[32620]: audit 2023-12-07T20:58:55.263052+0000 mgr.a (mgr.24293) 26802 : audit 0 from='client.524856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:57.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:57 smithi044 bash[32620]: cluster 2023-12-07T20:58:56.159810+0000 mgr.a (mgr.24293) 26803 : cluster 0 pgmap v20044: 33 pgs: 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:58:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:57 smithi027 bash[31536]: audit 2023-12-07T20:58:55.263052+0000 mgr.a (mgr.24293) 26802 : audit 0 from='client.524856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:57.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:57 smithi027 bash[31536]: cluster 2023-12-07T20:58:56.159810+0000 mgr.a (mgr.24293) 26803 : cluster 0 pgmap v20044: 33 pgs: 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:58:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:58:59 smithi022 bash[28554]: cluster 2023-12-07T20:58:58.160358+0000 mgr.a (mgr.24293) 26804 : cluster 0 pgmap v20045: 33 pgs: 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:58:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:58:59 smithi044 bash[32620]: cluster 2023-12-07T20:58:58.160358+0000 mgr.a (mgr.24293) 26804 : cluster 0 pgmap v20045: 33 pgs: 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:58:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:58:59 smithi027 bash[31536]: cluster 2023-12-07T20:58:58.160358+0000 mgr.a (mgr.24293) 26804 : cluster 0 pgmap v20045: 33 pgs: 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:59:00.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:00.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:00.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:01 smithi022 bash[28554]: cluster 2023-12-07T20:59:00.160895+0000 mgr.a (mgr.24293) 26805 : cluster 0 pgmap v20046: 33 pgs: 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:59:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:01 smithi044 bash[32620]: cluster 2023-12-07T20:59:00.160895+0000 mgr.a (mgr.24293) 26805 : cluster 0 pgmap v20046: 33 pgs: 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:59:01.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:01 smithi027 bash[31536]: cluster 2023-12-07T20:59:00.160895+0000 mgr.a (mgr.24293) 26805 : cluster 0 pgmap v20046: 33 pgs: 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:59:01.716 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:02 smithi022 bash[28554]: audit 2023-12-07T20:59:01.205842+0000 mgr.a (mgr.24293) 26806 : audit 0 from='client.524931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:02.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:02 smithi044 bash[32620]: audit 2023-12-07T20:59:01.205842+0000 mgr.a (mgr.24293) 26806 : audit 0 from='client.524931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:02 smithi027 bash[31536]: audit 2023-12-07T20:59:01.205842+0000 mgr.a (mgr.24293) 26806 : audit 0 from='client.524931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:03.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:03 smithi022 bash[28554]: cluster 2023-12-07T20:59:02.162022+0000 mgr.a (mgr.24293) 26807 : cluster 0 pgmap v20047: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:03 smithi044 bash[32620]: cluster 2023-12-07T20:59:02.162022+0000 mgr.a (mgr.24293) 26807 : cluster 0 pgmap v20047: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:03 smithi027 bash[31536]: cluster 2023-12-07T20:59:02.162022+0000 mgr.a (mgr.24293) 26807 : cluster 0 pgmap v20047: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:05 smithi022 bash[28554]: cluster 2023-12-07T20:59:04.162621+0000 mgr.a (mgr.24293) 26808 : cluster 0 pgmap v20048: 33 pgs: 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:05.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:05 smithi044 bash[32620]: cluster 2023-12-07T20:59:04.162621+0000 mgr.a (mgr.24293) 26808 : cluster 0 pgmap v20048: 33 pgs: 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:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:05 smithi027 bash[31536]: cluster 2023-12-07T20:59:04.162621+0000 mgr.a (mgr.24293) 26808 : cluster 0 pgmap v20048: 33 pgs: 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:06.719 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:06.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:06.720 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:07.668 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:07.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:07.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:07.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:07.669 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:07 smithi022 bash[28554]: cluster 2023-12-07T20:59:06.163502+0000 mgr.a (mgr.24293) 26809 : cluster 0 pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:07.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:07 smithi044 bash[32620]: cluster 2023-12-07T20:59:06.163502+0000 mgr.a (mgr.24293) 26809 : cluster 0 pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:07 smithi027 bash[31536]: cluster 2023-12-07T20:59:06.163502+0000 mgr.a (mgr.24293) 26809 : cluster 0 pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:08 smithi022 bash[28554]: audit 2023-12-07T20:59:07.133025+0000 mgr.a (mgr.24293) 26810 : audit 0 from='client.525009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:08 smithi044 bash[32620]: audit 2023-12-07T20:59:07.133025+0000 mgr.a (mgr.24293) 26810 : audit 0 from='client.525009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:08 smithi027 bash[31536]: audit 2023-12-07T20:59:07.133025+0000 mgr.a (mgr.24293) 26810 : audit 0 from='client.525009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:09 smithi022 bash[28554]: cluster 2023-12-07T20:59:08.164233+0000 mgr.a (mgr.24293) 26811 : cluster 0 pgmap v20050: 33 pgs: 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:59:09.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:09 smithi044 bash[32620]: cluster 2023-12-07T20:59:08.164233+0000 mgr.a (mgr.24293) 26811 : cluster 0 pgmap v20050: 33 pgs: 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:59:09.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:09 smithi027 bash[31536]: cluster 2023-12-07T20:59:08.164233+0000 mgr.a (mgr.24293) 26811 : cluster 0 pgmap v20050: 33 pgs: 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:59:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:10 smithi022 bash[28554]: cluster 2023-12-07T20:59:10.164822+0000 mgr.a (mgr.24293) 26812 : cluster 0 pgmap v20051: 33 pgs: 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:59:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:10 smithi044 bash[32620]: cluster 2023-12-07T20:59:10.164822+0000 mgr.a (mgr.24293) 26812 : cluster 0 pgmap v20051: 33 pgs: 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:59:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:10 smithi027 bash[31536]: cluster 2023-12-07T20:59:10.164822+0000 mgr.a (mgr.24293) 26812 : cluster 0 pgmap v20051: 33 pgs: 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:59:12.672 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:12.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:12.673 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:13 smithi022 bash[28554]: cluster 2023-12-07T20:59:12.165624+0000 mgr.a (mgr.24293) 26813 : cluster 0 pgmap v20052: 33 pgs: 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:59:13.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:13 smithi044 bash[32620]: cluster 2023-12-07T20:59:12.165624+0000 mgr.a (mgr.24293) 26813 : cluster 0 pgmap v20052: 33 pgs: 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:59:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:13 smithi027 bash[31536]: cluster 2023-12-07T20:59:12.165624+0000 mgr.a (mgr.24293) 26813 : cluster 0 pgmap v20052: 33 pgs: 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:59:13.607 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:13.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:13.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:13.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:13.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:14 smithi022 bash[28554]: audit 2023-12-07T20:59:13.087604+0000 mgr.a (mgr.24293) 26814 : audit 0 from='client.525084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:14.432 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:14 smithi044 bash[32620]: audit 2023-12-07T20:59:13.087604+0000 mgr.a (mgr.24293) 26814 : audit 0 from='client.525084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:14.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:14 smithi027 bash[31536]: audit 2023-12-07T20:59:13.087604+0000 mgr.a (mgr.24293) 26814 : audit 0 from='client.525084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:15 smithi022 bash[28554]: cluster 2023-12-07T20:59:14.166409+0000 mgr.a (mgr.24293) 26815 : cluster 0 pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:15 smithi044 bash[32620]: cluster 2023-12-07T20:59:14.166409+0000 mgr.a (mgr.24293) 26815 : cluster 0 pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:15 smithi027 bash[31536]: cluster 2023-12-07T20:59:14.166409+0000 mgr.a (mgr.24293) 26815 : cluster 0 pgmap v20053: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:17 smithi022 bash[28554]: cluster 2023-12-07T20:59:16.167204+0000 mgr.a (mgr.24293) 26816 : cluster 0 pgmap v20054: 33 pgs: 33 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:17.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:17 smithi044 bash[32620]: cluster 2023-12-07T20:59:16.167204+0000 mgr.a (mgr.24293) 26816 : cluster 0 pgmap v20054: 33 pgs: 33 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:17.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:17 smithi027 bash[31536]: cluster 2023-12-07T20:59:16.167204+0000 mgr.a (mgr.24293) 26816 : cluster 0 pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:18.610 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:18.610 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:18.611 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:19.554 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:19.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:19.555 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:19.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:19.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:19.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:19 smithi044 bash[32620]: cluster 2023-12-07T20:59:18.167821+0000 mgr.a (mgr.24293) 26817 : cluster 0 pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:19.679 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:19 smithi022 bash[28554]: cluster 2023-12-07T20:59:18.167821+0000 mgr.a (mgr.24293) 26817 : cluster 0 pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:19.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:19 smithi027 bash[31536]: cluster 2023-12-07T20:59:18.167821+0000 mgr.a (mgr.24293) 26817 : cluster 0 pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:20 smithi022 bash[28554]: audit 2023-12-07T20:59:19.024495+0000 mgr.a (mgr.24293) 26818 : audit 0 from='client.409841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:20 smithi044 bash[32620]: audit 2023-12-07T20:59:19.024495+0000 mgr.a (mgr.24293) 26818 : audit 0 from='client.409841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:20 smithi027 bash[31536]: audit 2023-12-07T20:59:19.024495+0000 mgr.a (mgr.24293) 26818 : audit 0 from='client.409841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:21 smithi022 bash[28554]: cluster 2023-12-07T20:59:20.168742+0000 mgr.a (mgr.24293) 26819 : cluster 0 pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:21 smithi044 bash[32620]: cluster 2023-12-07T20:59:20.168742+0000 mgr.a (mgr.24293) 26819 : cluster 0 pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:21 smithi027 bash[31536]: cluster 2023-12-07T20:59:20.168742+0000 mgr.a (mgr.24293) 26819 : cluster 0 pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:23 smithi022 bash[28554]: cluster 2023-12-07T20:59:22.169594+0000 mgr.a (mgr.24293) 26820 : cluster 0 pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:23 smithi044 bash[32620]: cluster 2023-12-07T20:59:22.169594+0000 mgr.a (mgr.24293) 26820 : cluster 0 pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:23 smithi027 bash[31536]: cluster 2023-12-07T20:59:22.169594+0000 mgr.a (mgr.24293) 26820 : cluster 0 pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:24.558 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:24.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:24.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:25.481 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:25.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:25.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:25.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:25.482 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:25 smithi022 bash[28554]: cluster 2023-12-07T20:59:24.170169+0000 mgr.a (mgr.24293) 26821 : cluster 0 pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:25 smithi044 bash[32620]: cluster 2023-12-07T20:59:24.170169+0000 mgr.a (mgr.24293) 26821 : cluster 0 pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:25 smithi027 bash[31536]: cluster 2023-12-07T20:59:24.170169+0000 mgr.a (mgr.24293) 26821 : cluster 0 pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:26 smithi022 bash[28554]: audit 2023-12-07T20:59:24.968386+0000 mgr.a (mgr.24293) 26822 : audit 0 from='client.525237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:26 smithi044 bash[32620]: audit 2023-12-07T20:59:24.968386+0000 mgr.a (mgr.24293) 26822 : audit 0 from='client.525237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:26 smithi027 bash[31536]: audit 2023-12-07T20:59:24.968386+0000 mgr.a (mgr.24293) 26822 : audit 0 from='client.525237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:27 smithi022 bash[28554]: cluster 2023-12-07T20:59:26.171276+0000 mgr.a (mgr.24293) 26823 : cluster 0 pgmap v20059: 33 pgs: 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:59:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:27 smithi022 bash[28554]: audit 2023-12-07T20:59:26.513180+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:27 smithi044 bash[32620]: cluster 2023-12-07T20:59:26.171276+0000 mgr.a (mgr.24293) 26823 : cluster 0 pgmap v20059: 33 pgs: 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:59:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:27 smithi044 bash[32620]: audit 2023-12-07T20:59:26.513180+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:27 smithi027 bash[31536]: cluster 2023-12-07T20:59:26.171276+0000 mgr.a (mgr.24293) 26823 : cluster 0 pgmap v20059: 33 pgs: 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:59:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:27 smithi027 bash[31536]: audit 2023-12-07T20:59:26.513180+0000 mon.a (mon.0) 4141 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:28 smithi022 bash[28554]: audit 2023-12-07T20:59:27.315398+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:28 smithi022 bash[28554]: audit 2023-12-07T20:59:27.317512+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:28 smithi022 bash[28554]: audit 2023-12-07T20:59:27.329119+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:59:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:28 smithi044 bash[32620]: audit 2023-12-07T20:59:27.315398+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:28 smithi044 bash[32620]: audit 2023-12-07T20:59:27.317512+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:28 smithi044 bash[32620]: audit 2023-12-07T20:59:27.329119+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:59:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:28 smithi027 bash[31536]: audit 2023-12-07T20:59:27.315398+0000 mon.a (mon.0) 4142 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:28 smithi027 bash[31536]: audit 2023-12-07T20:59:27.317512+0000 mon.a (mon.0) 4143 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:28 smithi027 bash[31536]: audit 2023-12-07T20:59:27.329119+0000 mon.a (mon.0) 4144 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T20:59:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:29 smithi022 bash[28554]: cluster 2023-12-07T20:59:28.171926+0000 mgr.a (mgr.24293) 26824 : cluster 0 pgmap v20060: 33 pgs: 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:59:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:29 smithi044 bash[32620]: cluster 2023-12-07T20:59:28.171926+0000 mgr.a (mgr.24293) 26824 : cluster 0 pgmap v20060: 33 pgs: 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:59:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:29 smithi027 bash[31536]: cluster 2023-12-07T20:59:28.171926+0000 mgr.a (mgr.24293) 26824 : cluster 0 pgmap v20060: 33 pgs: 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:59:30.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:30.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:30.485 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:31.433 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:31.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:31.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:31.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:31.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:31.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:31 smithi022 bash[28554]: cluster 2023-12-07T20:59:30.172572+0000 mgr.a (mgr.24293) 26825 : cluster 0 pgmap v20061: 33 pgs: 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:59:31.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:31 smithi044 bash[32620]: cluster 2023-12-07T20:59:30.172572+0000 mgr.a (mgr.24293) 26825 : cluster 0 pgmap v20061: 33 pgs: 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:59:31.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:31 smithi027 bash[31536]: cluster 2023-12-07T20:59:30.172572+0000 mgr.a (mgr.24293) 26825 : cluster 0 pgmap v20061: 33 pgs: 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:59:32.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:32 smithi022 bash[28554]: audit 2023-12-07T20:59:30.899580+0000 mgr.a (mgr.24293) 26826 : audit 0 from='client.525312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:32.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:32 smithi044 bash[32620]: audit 2023-12-07T20:59:30.899580+0000 mgr.a (mgr.24293) 26826 : audit 0 from='client.525312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:32.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:32 smithi027 bash[31536]: audit 2023-12-07T20:59:30.899580+0000 mgr.a (mgr.24293) 26826 : audit 0 from='client.525312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:33 smithi022 bash[28554]: cluster 2023-12-07T20:59:32.173694+0000 mgr.a (mgr.24293) 26827 : cluster 0 pgmap v20062: 33 pgs: 33 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:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:33 smithi044 bash[32620]: cluster 2023-12-07T20:59:32.173694+0000 mgr.a (mgr.24293) 26827 : cluster 0 pgmap v20062: 33 pgs: 33 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:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:33 smithi027 bash[31536]: cluster 2023-12-07T20:59:32.173694+0000 mgr.a (mgr.24293) 26827 : cluster 0 pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:34.682 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:34 smithi022 bash[28554]: cluster 2023-12-07T20:59:34.174250+0000 mgr.a (mgr.24293) 26828 : cluster 0 pgmap v20063: 33 pgs: 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:34.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:34 smithi044 bash[32620]: cluster 2023-12-07T20:59:34.174250+0000 mgr.a (mgr.24293) 26828 : cluster 0 pgmap v20063: 33 pgs: 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:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:34 smithi027 bash[31536]: cluster 2023-12-07T20:59:34.174250+0000 mgr.a (mgr.24293) 26828 : cluster 0 pgmap v20063: 33 pgs: 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:36.430 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:36.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:36.431 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:37.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:37.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:37.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:37.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:37.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:37 smithi022 bash[28554]: cluster 2023-12-07T20:59:36.175033+0000 mgr.a (mgr.24293) 26829 : cluster 0 pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:37.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:37 smithi044 bash[32620]: cluster 2023-12-07T20:59:36.175033+0000 mgr.a (mgr.24293) 26829 : cluster 0 pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:37 smithi027 bash[31536]: cluster 2023-12-07T20:59:36.175033+0000 mgr.a (mgr.24293) 26829 : cluster 0 pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:38 smithi022 bash[28554]: audit 2023-12-07T20:59:36.848015+0000 mgr.a (mgr.24293) 26830 : audit 0 from='client.525387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:38 smithi044 bash[32620]: audit 2023-12-07T20:59:36.848015+0000 mgr.a (mgr.24293) 26830 : audit 0 from='client.525387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:38 smithi027 bash[31536]: audit 2023-12-07T20:59:36.848015+0000 mgr.a (mgr.24293) 26830 : audit 0 from='client.525387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:39 smithi022 bash[28554]: cluster 2023-12-07T20:59:38.175768+0000 mgr.a (mgr.24293) 26831 : cluster 0 pgmap v20065: 33 pgs: 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:59:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:39 smithi044 bash[32620]: cluster 2023-12-07T20:59:38.175768+0000 mgr.a (mgr.24293) 26831 : cluster 0 pgmap v20065: 33 pgs: 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:59:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:39 smithi027 bash[31536]: cluster 2023-12-07T20:59:38.175768+0000 mgr.a (mgr.24293) 26831 : cluster 0 pgmap v20065: 33 pgs: 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:59:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:41 smithi022 bash[28554]: cluster 2023-12-07T20:59:40.176353+0000 mgr.a (mgr.24293) 26832 : cluster 0 pgmap v20066: 33 pgs: 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:59:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:41 smithi044 bash[32620]: cluster 2023-12-07T20:59:40.176353+0000 mgr.a (mgr.24293) 26832 : cluster 0 pgmap v20066: 33 pgs: 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:59:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:41 smithi027 bash[31536]: cluster 2023-12-07T20:59:40.176353+0000 mgr.a (mgr.24293) 26832 : cluster 0 pgmap v20066: 33 pgs: 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:59:42.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:42.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:42.398 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:43.349 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:43.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:43.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:43.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:43.349 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:43 smithi022 bash[28554]: cluster 2023-12-07T20:59:42.177060+0000 mgr.a (mgr.24293) 26833 : cluster 0 pgmap v20067: 33 pgs: 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:59:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:43 smithi044 bash[32620]: cluster 2023-12-07T20:59:42.177060+0000 mgr.a (mgr.24293) 26833 : cluster 0 pgmap v20067: 33 pgs: 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:59:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:43 smithi027 bash[31536]: cluster 2023-12-07T20:59:42.177060+0000 mgr.a (mgr.24293) 26833 : cluster 0 pgmap v20067: 33 pgs: 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:59:44.427 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:44 smithi044 bash[32620]: audit 2023-12-07T20:59:42.809334+0000 mgr.a (mgr.24293) 26834 : audit 0 from='client.525465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:44.428 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:44 smithi022 bash[28554]: audit 2023-12-07T20:59:42.809334+0000 mgr.a (mgr.24293) 26834 : audit 0 from='client.525465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:44.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:44 smithi027 bash[31536]: audit 2023-12-07T20:59:42.809334+0000 mgr.a (mgr.24293) 26834 : audit 0 from='client.525465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:45.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:45 smithi022 bash[28554]: cluster 2023-12-07T20:59:44.177829+0000 mgr.a (mgr.24293) 26835 : cluster 0 pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:45.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:45 smithi044 bash[32620]: cluster 2023-12-07T20:59:44.177829+0000 mgr.a (mgr.24293) 26835 : cluster 0 pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:45.450 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:45 smithi027 bash[31536]: cluster 2023-12-07T20:59:44.177829+0000 mgr.a (mgr.24293) 26835 : cluster 0 pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:47 smithi022 bash[28554]: cluster 2023-12-07T20:59:46.178722+0000 mgr.a (mgr.24293) 26836 : cluster 0 pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:47 smithi044 bash[32620]: cluster 2023-12-07T20:59:46.178722+0000 mgr.a (mgr.24293) 26836 : cluster 0 pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:47 smithi027 bash[31536]: cluster 2023-12-07T20:59:46.178722+0000 mgr.a (mgr.24293) 26836 : cluster 0 pgmap v20069: 33 pgs: 33 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:48.351 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:48.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:48.352 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:49.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:49.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:49.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:49.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:49.269 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:49 smithi022 bash[28554]: cluster 2023-12-07T20:59:48.179273+0000 mgr.a (mgr.24293) 26837 : cluster 0 pgmap v20070: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:49 smithi044 bash[32620]: cluster 2023-12-07T20:59:48.179273+0000 mgr.a (mgr.24293) 26837 : cluster 0 pgmap v20070: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:49 smithi027 bash[31536]: cluster 2023-12-07T20:59:48.179273+0000 mgr.a (mgr.24293) 26837 : cluster 0 pgmap v20070: 33 pgs: 33 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:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:50 smithi022 bash[28554]: audit 2023-12-07T20:59:48.765835+0000 mgr.a (mgr.24293) 26838 : audit 0 from='client.525540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:50 smithi044 bash[32620]: audit 2023-12-07T20:59:48.765835+0000 mgr.a (mgr.24293) 26838 : audit 0 from='client.525540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:50 smithi027 bash[31536]: audit 2023-12-07T20:59:48.765835+0000 mgr.a (mgr.24293) 26838 : audit 0 from='client.525540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:51.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:51 smithi044 bash[32620]: cluster 2023-12-07T20:59:50.180052+0000 mgr.a (mgr.24293) 26839 : cluster 0 pgmap v20071: 33 pgs: 33 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.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:51 smithi022 bash[28554]: cluster 2023-12-07T20:59:50.180052+0000 mgr.a (mgr.24293) 26839 : cluster 0 pgmap v20071: 33 pgs: 33 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.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:51 smithi027 bash[31536]: cluster 2023-12-07T20:59:50.180052+0000 mgr.a (mgr.24293) 26839 : cluster 0 pgmap v20071: 33 pgs: 33 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.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:53 smithi022 bash[28554]: cluster 2023-12-07T20:59:52.180862+0000 mgr.a (mgr.24293) 26840 : cluster 0 pgmap v20072: 33 pgs: 33 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:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:53 smithi044 bash[32620]: cluster 2023-12-07T20:59:52.180862+0000 mgr.a (mgr.24293) 26840 : cluster 0 pgmap v20072: 33 pgs: 33 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:53.451 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:53 smithi027 bash[31536]: cluster 2023-12-07T20:59:52.180862+0000 mgr.a (mgr.24293) 26840 : cluster 0 pgmap v20072: 33 pgs: 33 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:54.272 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T20:59:54.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:54.273 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:55.199 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T20:59:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:55.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T20:59:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:55 smithi022 bash[28554]: cluster 2023-12-07T20:59:54.181459+0000 mgr.a (mgr.24293) 26841 : cluster 0 pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:55.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:55 smithi044 bash[32620]: cluster 2023-12-07T20:59:54.181459+0000 mgr.a (mgr.24293) 26841 : cluster 0 pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:55 smithi027 bash[31536]: cluster 2023-12-07T20:59:54.181459+0000 mgr.a (mgr.24293) 26841 : cluster 0 pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:56 smithi022 bash[28554]: audit 2023-12-07T20:59:54.681978+0000 mgr.a (mgr.24293) 26842 : audit 0 from='client.525618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:56 smithi044 bash[32620]: audit 2023-12-07T20:59:54.681978+0000 mgr.a (mgr.24293) 26842 : audit 0 from='client.525618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:56.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:56 smithi027 bash[31536]: audit 2023-12-07T20:59:54.681978+0000 mgr.a (mgr.24293) 26842 : audit 0 from='client.525618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:57.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:57 smithi022 bash[28554]: cluster 2023-12-07T20:59:56.182407+0000 mgr.a (mgr.24293) 26843 : cluster 0 pgmap v20074: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:57 smithi044 bash[32620]: cluster 2023-12-07T20:59:56.182407+0000 mgr.a (mgr.24293) 26843 : cluster 0 pgmap v20074: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:57 smithi027 bash[31536]: cluster 2023-12-07T20:59:56.182407+0000 mgr.a (mgr.24293) 26843 : cluster 0 pgmap v20074: 33 pgs: 33 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:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 20:59:59 smithi022 bash[28554]: cluster 2023-12-07T20:59:58.182967+0000 mgr.a (mgr.24293) 26844 : cluster 0 pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:59.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 20:59:59 smithi044 bash[32620]: cluster 2023-12-07T20:59:58.182967+0000 mgr.a (mgr.24293) 26844 : cluster 0 pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:59.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 20:59:59 smithi027 bash[31536]: cluster 2023-12-07T20:59:58.182967+0000 mgr.a (mgr.24293) 26844 : cluster 0 pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:00.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:00.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:00.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:00 smithi022 bash[28554]: cluster 2023-12-07T21:00:00.000139+0000 mon.a (mon.0) 4145 : cluster 1 overall HEALTH_OK 2023-12-07T21:00:00.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:00 smithi044 bash[32620]: cluster 2023-12-07T21:00:00.000139+0000 mon.a (mon.0) 4145 : cluster 1 overall HEALTH_OK 2023-12-07T21:00:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:00 smithi027 bash[31536]: cluster 2023-12-07T21:00:00.000139+0000 mon.a (mon.0) 4145 : cluster 1 overall HEALTH_OK 2023-12-07T21:00:01.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:01.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:01.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:01.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:01.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:01.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:01 smithi022 bash[28554]: cluster 2023-12-07T21:00:00.183562+0000 mgr.a (mgr.24293) 26845 : cluster 0 pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:01.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:01 smithi044 bash[32620]: cluster 2023-12-07T21:00:00.183562+0000 mgr.a (mgr.24293) 26845 : cluster 0 pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:01.703 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:01 smithi027 bash[31536]: cluster 2023-12-07T21:00:00.183562+0000 mgr.a (mgr.24293) 26845 : cluster 0 pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:02.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:02 smithi022 bash[28554]: audit 2023-12-07T21:00:00.614715+0000 mgr.a (mgr.24293) 26846 : audit 0 from='client.525693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:02.683 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:02 smithi044 bash[32620]: audit 2023-12-07T21:00:00.614715+0000 mgr.a (mgr.24293) 26846 : audit 0 from='client.525693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:02.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:02 smithi027 bash[31536]: audit 2023-12-07T21:00:00.614715+0000 mgr.a (mgr.24293) 26846 : audit 0 from='client.525693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:03 smithi022 bash[28554]: cluster 2023-12-07T21:00:02.184533+0000 mgr.a (mgr.24293) 26847 : cluster 0 pgmap v20077: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:03 smithi044 bash[32620]: cluster 2023-12-07T21:00:02.184533+0000 mgr.a (mgr.24293) 26847 : cluster 0 pgmap v20077: 33 pgs: 33 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.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:03 smithi027 bash[31536]: cluster 2023-12-07T21:00:02.184533+0000 mgr.a (mgr.24293) 26847 : cluster 0 pgmap v20077: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:04 smithi022 bash[28554]: cluster 2023-12-07T21:00:04.185125+0000 mgr.a (mgr.24293) 26848 : cluster 0 pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:04 smithi044 bash[32620]: cluster 2023-12-07T21:00:04.185125+0000 mgr.a (mgr.24293) 26848 : cluster 0 pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:04 smithi027 bash[31536]: cluster 2023-12-07T21:00:04.185125+0000 mgr.a (mgr.24293) 26848 : cluster 0 pgmap v20078: 33 pgs: 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:06.120 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:06.121 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:06.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:07.023 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:07.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:07.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:07.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:07.024 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:07.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:07 smithi022 bash[28554]: cluster 2023-12-07T21:00:06.185896+0000 mgr.a (mgr.24293) 26849 : cluster 0 pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:07.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:07 smithi044 bash[32620]: cluster 2023-12-07T21:00:06.185896+0000 mgr.a (mgr.24293) 26849 : cluster 0 pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:07.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:07 smithi027 bash[31536]: cluster 2023-12-07T21:00:06.185896+0000 mgr.a (mgr.24293) 26849 : cluster 0 pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:08 smithi022 bash[28554]: audit 2023-12-07T21:00:06.524439+0000 mgr.a (mgr.24293) 26850 : audit 0 from='client.525771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:08.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:08 smithi044 bash[32620]: audit 2023-12-07T21:00:06.524439+0000 mgr.a (mgr.24293) 26850 : audit 0 from='client.525771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:08 smithi027 bash[31536]: audit 2023-12-07T21:00:06.524439+0000 mgr.a (mgr.24293) 26850 : audit 0 from='client.525771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:09.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:09 smithi022 bash[28554]: cluster 2023-12-07T21:00:08.186589+0000 mgr.a (mgr.24293) 26851 : cluster 0 pgmap v20080: 33 pgs: 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:09 smithi044 bash[32620]: cluster 2023-12-07T21:00:08.186589+0000 mgr.a (mgr.24293) 26851 : cluster 0 pgmap v20080: 33 pgs: 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:09 smithi027 bash[31536]: cluster 2023-12-07T21:00:08.186589+0000 mgr.a (mgr.24293) 26851 : cluster 0 pgmap v20080: 33 pgs: 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:11.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:11 smithi022 bash[28554]: cluster 2023-12-07T21:00:10.187147+0000 mgr.a (mgr.24293) 26852 : cluster 0 pgmap v20081: 33 pgs: 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:11.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:11 smithi044 bash[32620]: cluster 2023-12-07T21:00:10.187147+0000 mgr.a (mgr.24293) 26852 : cluster 0 pgmap v20081: 33 pgs: 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:11.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:11 smithi027 bash[31536]: cluster 2023-12-07T21:00:10.187147+0000 mgr.a (mgr.24293) 26852 : cluster 0 pgmap v20081: 33 pgs: 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:12.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:12.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:12.027 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:12.955 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:12.956 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:12.956 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:13 smithi022 bash[28554]: cluster 2023-12-07T21:00:12.187764+0000 mgr.a (mgr.24293) 26853 : cluster 0 pgmap v20082: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:13 smithi044 bash[32620]: cluster 2023-12-07T21:00:12.187764+0000 mgr.a (mgr.24293) 26853 : cluster 0 pgmap v20082: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:13 smithi027 bash[31536]: cluster 2023-12-07T21:00:12.187764+0000 mgr.a (mgr.24293) 26853 : cluster 0 pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:14.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:14 smithi022 bash[28554]: audit 2023-12-07T21:00:12.443383+0000 mgr.a (mgr.24293) 26854 : audit 0 from='client.525849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:14.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:14 smithi044 bash[32620]: audit 2023-12-07T21:00:12.443383+0000 mgr.a (mgr.24293) 26854 : audit 0 from='client.525849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:14.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:14 smithi027 bash[31536]: audit 2023-12-07T21:00:12.443383+0000 mgr.a (mgr.24293) 26854 : audit 0 from='client.525849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:15.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:15 smithi022 bash[28554]: cluster 2023-12-07T21:00:14.188476+0000 mgr.a (mgr.24293) 26855 : cluster 0 pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:15.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:15 smithi044 bash[32620]: cluster 2023-12-07T21:00:14.188476+0000 mgr.a (mgr.24293) 26855 : cluster 0 pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:15.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:15 smithi027 bash[31536]: cluster 2023-12-07T21:00:14.188476+0000 mgr.a (mgr.24293) 26855 : cluster 0 pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:17.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:17 smithi022 bash[28554]: cluster 2023-12-07T21:00:16.189480+0000 mgr.a (mgr.24293) 26856 : cluster 0 pgmap v20084: 33 pgs: 33 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:17.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:17 smithi044 bash[32620]: cluster 2023-12-07T21:00:16.189480+0000 mgr.a (mgr.24293) 26856 : cluster 0 pgmap v20084: 33 pgs: 33 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:17.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:17 smithi027 bash[31536]: cluster 2023-12-07T21:00:16.189480+0000 mgr.a (mgr.24293) 26856 : cluster 0 pgmap v20084: 33 pgs: 33 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:17.959 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:17.959 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:17.960 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:18.891 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:18.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:18.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:18.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:18.891 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:19 smithi022 bash[28554]: cluster 2023-12-07T21:00:18.190067+0000 mgr.a (mgr.24293) 26857 : cluster 0 pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:19 smithi044 bash[32620]: cluster 2023-12-07T21:00:18.190067+0000 mgr.a (mgr.24293) 26857 : cluster 0 pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:19 smithi027 bash[31536]: cluster 2023-12-07T21:00:18.190067+0000 mgr.a (mgr.24293) 26857 : cluster 0 pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:20.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:20 smithi022 bash[28554]: audit 2023-12-07T21:00:18.381117+0000 mgr.a (mgr.24293) 26858 : audit 0 from='client.525924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:20.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:20 smithi044 bash[32620]: audit 2023-12-07T21:00:18.381117+0000 mgr.a (mgr.24293) 26858 : audit 0 from='client.525924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:20 smithi027 bash[31536]: audit 2023-12-07T21:00:18.381117+0000 mgr.a (mgr.24293) 26858 : audit 0 from='client.525924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:21.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:21 smithi022 bash[28554]: cluster 2023-12-07T21:00:20.190763+0000 mgr.a (mgr.24293) 26859 : cluster 0 pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:21.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:21 smithi044 bash[32620]: cluster 2023-12-07T21:00:20.190763+0000 mgr.a (mgr.24293) 26859 : cluster 0 pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:21.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:21 smithi027 bash[31536]: cluster 2023-12-07T21:00:20.190763+0000 mgr.a (mgr.24293) 26859 : cluster 0 pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:23.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:23 smithi022 bash[28554]: cluster 2023-12-07T21:00:22.191648+0000 mgr.a (mgr.24293) 26860 : cluster 0 pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:23.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:23 smithi044 bash[32620]: cluster 2023-12-07T21:00:22.191648+0000 mgr.a (mgr.24293) 26860 : cluster 0 pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:23 smithi027 bash[31536]: cluster 2023-12-07T21:00:22.191648+0000 mgr.a (mgr.24293) 26860 : cluster 0 pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:23.894 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:23.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:23.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:24.832 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:24.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:24.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:24.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:24.833 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:25.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:25 smithi044 bash[32620]: cluster 2023-12-07T21:00:24.192154+0000 mgr.a (mgr.24293) 26861 : cluster 0 pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:25.678 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:25 smithi022 bash[28554]: cluster 2023-12-07T21:00:24.192154+0000 mgr.a (mgr.24293) 26861 : cluster 0 pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:25 smithi027 bash[31536]: cluster 2023-12-07T21:00:24.192154+0000 mgr.a (mgr.24293) 26861 : cluster 0 pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:26 smithi022 bash[28554]: audit 2023-12-07T21:00:24.312823+0000 mgr.a (mgr.24293) 26862 : audit 0 from='client.526002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:26 smithi044 bash[32620]: audit 2023-12-07T21:00:24.312823+0000 mgr.a (mgr.24293) 26862 : audit 0 from='client.526002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:26 smithi027 bash[31536]: audit 2023-12-07T21:00:24.312823+0000 mgr.a (mgr.24293) 26862 : audit 0 from='client.526002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:27.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:27 smithi022 bash[28554]: cluster 2023-12-07T21:00:26.192995+0000 mgr.a (mgr.24293) 26863 : cluster 0 pgmap v20089: 33 pgs: 33 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:27.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:27 smithi044 bash[32620]: cluster 2023-12-07T21:00:26.192995+0000 mgr.a (mgr.24293) 26863 : cluster 0 pgmap v20089: 33 pgs: 33 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:27.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:27 smithi027 bash[31536]: cluster 2023-12-07T21:00:26.192995+0000 mgr.a (mgr.24293) 26863 : cluster 0 pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:28 smithi022 bash[28554]: audit 2023-12-07T21:00:27.432708+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:28 smithi022 bash[28554]: audit 2023-12-07T21:00:28.227937+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:28 smithi022 bash[28554]: audit 2023-12-07T21:00:28.229763+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:28 smithi022 bash[28554]: audit 2023-12-07T21:00:28.239193+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:00:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:28 smithi044 bash[32620]: audit 2023-12-07T21:00:27.432708+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:28 smithi044 bash[32620]: audit 2023-12-07T21:00:28.227937+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:28 smithi044 bash[32620]: audit 2023-12-07T21:00:28.229763+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:28 smithi044 bash[32620]: audit 2023-12-07T21:00:28.239193+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:00:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:28 smithi027 bash[31536]: audit 2023-12-07T21:00:27.432708+0000 mon.a (mon.0) 4146 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:28 smithi027 bash[31536]: audit 2023-12-07T21:00:28.227937+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:28 smithi027 bash[31536]: audit 2023-12-07T21:00:28.229763+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:28 smithi027 bash[31536]: audit 2023-12-07T21:00:28.239193+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:00:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:29 smithi022 bash[28554]: cluster 2023-12-07T21:00:28.193529+0000 mgr.a (mgr.24293) 26864 : cluster 0 pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:29 smithi044 bash[32620]: cluster 2023-12-07T21:00:28.193529+0000 mgr.a (mgr.24293) 26864 : cluster 0 pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:29 smithi027 bash[31536]: cluster 2023-12-07T21:00:28.193529+0000 mgr.a (mgr.24293) 26864 : cluster 0 pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:29.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:29.836 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:29.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:30 smithi022 bash[28554]: cluster 2023-12-07T21:00:30.194210+0000 mgr.a (mgr.24293) 26865 : cluster 0 pgmap v20091: 33 pgs: 33 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:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:30 smithi022 bash[28554]: audit 2023-12-07T21:00:30.250267+0000 mgr.a (mgr.24293) 26866 : audit 0 from='client.526077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:30 smithi044 bash[32620]: cluster 2023-12-07T21:00:30.194210+0000 mgr.a (mgr.24293) 26865 : cluster 0 pgmap v20091: 33 pgs: 33 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:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:30 smithi044 bash[32620]: audit 2023-12-07T21:00:30.250267+0000 mgr.a (mgr.24293) 26866 : audit 0 from='client.526077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:30 smithi027 bash[31536]: cluster 2023-12-07T21:00:30.194210+0000 mgr.a (mgr.24293) 26865 : cluster 0 pgmap v20091: 33 pgs: 33 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:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:30 smithi027 bash[31536]: audit 2023-12-07T21:00:30.250267+0000 mgr.a (mgr.24293) 26866 : audit 0 from='client.526077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:30.774 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:30.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:30.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:30.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:30.775 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:33.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:33 smithi022 bash[28554]: cluster 2023-12-07T21:00:32.195271+0000 mgr.a (mgr.24293) 26867 : cluster 0 pgmap v20092: 33 pgs: 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:00:33.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:33 smithi044 bash[32620]: cluster 2023-12-07T21:00:32.195271+0000 mgr.a (mgr.24293) 26867 : cluster 0 pgmap v20092: 33 pgs: 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:00:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:33 smithi027 bash[31536]: cluster 2023-12-07T21:00:32.195271+0000 mgr.a (mgr.24293) 26867 : cluster 0 pgmap v20092: 33 pgs: 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:00:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:35 smithi022 bash[28554]: cluster 2023-12-07T21:00:34.195876+0000 mgr.a (mgr.24293) 26868 : cluster 0 pgmap v20093: 33 pgs: 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:00:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:35 smithi044 bash[32620]: cluster 2023-12-07T21:00:34.195876+0000 mgr.a (mgr.24293) 26868 : cluster 0 pgmap v20093: 33 pgs: 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:00:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:35 smithi027 bash[31536]: cluster 2023-12-07T21:00:34.195876+0000 mgr.a (mgr.24293) 26868 : cluster 0 pgmap v20093: 33 pgs: 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:00:35.777 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:35.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:35.778 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:36.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:36.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:36.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:36.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:36.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:37 smithi022 bash[28554]: audit 2023-12-07T21:00:36.195345+0000 mgr.a (mgr.24293) 26869 : audit 0 from='client.526155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:37.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:37 smithi022 bash[28554]: cluster 2023-12-07T21:00:36.209113+0000 mgr.a (mgr.24293) 26870 : cluster 0 pgmap v20094: 33 pgs: 33 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:37.681 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:37 smithi044 bash[32620]: audit 2023-12-07T21:00:36.195345+0000 mgr.a (mgr.24293) 26869 : audit 0 from='client.526155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:37.682 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:37 smithi044 bash[32620]: cluster 2023-12-07T21:00:36.209113+0000 mgr.a (mgr.24293) 26870 : cluster 0 pgmap v20094: 33 pgs: 33 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:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:37 smithi027 bash[31536]: audit 2023-12-07T21:00:36.195345+0000 mgr.a (mgr.24293) 26869 : audit 0 from='client.526155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:37.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:37 smithi027 bash[31536]: cluster 2023-12-07T21:00:36.209113+0000 mgr.a (mgr.24293) 26870 : cluster 0 pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:39.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:39 smithi022 bash[28554]: cluster 2023-12-07T21:00:38.210051+0000 mgr.a (mgr.24293) 26871 : cluster 0 pgmap v20095: 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:00:39.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:39 smithi044 bash[32620]: cluster 2023-12-07T21:00:38.210051+0000 mgr.a (mgr.24293) 26871 : cluster 0 pgmap v20095: 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:00:39.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:39 smithi027 bash[31536]: cluster 2023-12-07T21:00:38.210051+0000 mgr.a (mgr.24293) 26871 : cluster 0 pgmap v20095: 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:00:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:41 smithi022 bash[28554]: cluster 2023-12-07T21:00:40.210687+0000 mgr.a (mgr.24293) 26872 : cluster 0 pgmap v20096: 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:00:41.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:41 smithi044 bash[32620]: cluster 2023-12-07T21:00:40.210687+0000 mgr.a (mgr.24293) 26872 : cluster 0 pgmap v20096: 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:00:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:41 smithi027 bash[31536]: cluster 2023-12-07T21:00:40.210687+0000 mgr.a (mgr.24293) 26872 : cluster 0 pgmap v20096: 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:00:41.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:41.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:41.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:42.663 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:42.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:42.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:42.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:42.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:43 smithi022 bash[28554]: audit 2023-12-07T21:00:42.132941+0000 mgr.a (mgr.24293) 26873 : audit 0 from='client.526233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:43.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:43 smithi022 bash[28554]: cluster 2023-12-07T21:00:42.211918+0000 mgr.a (mgr.24293) 26874 : cluster 0 pgmap v20097: 33 pgs: 33 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.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:43 smithi044 bash[32620]: audit 2023-12-07T21:00:42.132941+0000 mgr.a (mgr.24293) 26873 : audit 0 from='client.526233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:43.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:43 smithi044 bash[32620]: cluster 2023-12-07T21:00:42.211918+0000 mgr.a (mgr.24293) 26874 : cluster 0 pgmap v20097: 33 pgs: 33 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.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:43 smithi027 bash[31536]: audit 2023-12-07T21:00:42.132941+0000 mgr.a (mgr.24293) 26873 : audit 0 from='client.526233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:43 smithi027 bash[31536]: cluster 2023-12-07T21:00:42.211918+0000 mgr.a (mgr.24293) 26874 : cluster 0 pgmap v20097: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:45 smithi022 bash[28554]: cluster 2023-12-07T21:00:44.212622+0000 mgr.a (mgr.24293) 26875 : cluster 0 pgmap v20098: 33 pgs: 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:00:45.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:45 smithi044 bash[32620]: cluster 2023-12-07T21:00:44.212622+0000 mgr.a (mgr.24293) 26875 : cluster 0 pgmap v20098: 33 pgs: 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:00:45.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:45 smithi027 bash[31536]: cluster 2023-12-07T21:00:44.212622+0000 mgr.a (mgr.24293) 26875 : cluster 0 pgmap v20098: 33 pgs: 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:00:47.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:47.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:47.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:47.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:47 smithi022 bash[28554]: cluster 2023-12-07T21:00:46.213597+0000 mgr.a (mgr.24293) 26876 : cluster 0 pgmap v20099: 33 pgs: 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:00:47.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:47 smithi044 bash[32620]: cluster 2023-12-07T21:00:46.213597+0000 mgr.a (mgr.24293) 26876 : cluster 0 pgmap v20099: 33 pgs: 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:00:47.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:47 smithi027 bash[31536]: cluster 2023-12-07T21:00:46.213597+0000 mgr.a (mgr.24293) 26876 : cluster 0 pgmap v20099: 33 pgs: 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:00:48.631 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:48.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:48.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:48.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:48.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:48 smithi044 bash[32620]: audit 2023-12-07T21:00:48.082383+0000 mgr.a (mgr.24293) 26877 : audit 0 from='client.526311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:48.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:48 smithi044 bash[32620]: cluster 2023-12-07T21:00:48.214385+0000 mgr.a (mgr.24293) 26878 : cluster 0 pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:48 smithi022 bash[28554]: audit 2023-12-07T21:00:48.082383+0000 mgr.a (mgr.24293) 26877 : audit 0 from='client.526311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:48.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:48 smithi022 bash[28554]: cluster 2023-12-07T21:00:48.214385+0000 mgr.a (mgr.24293) 26878 : cluster 0 pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:48 smithi027 bash[31536]: audit 2023-12-07T21:00:48.082383+0000 mgr.a (mgr.24293) 26877 : audit 0 from='client.526311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:48.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:48 smithi027 bash[31536]: cluster 2023-12-07T21:00:48.214385+0000 mgr.a (mgr.24293) 26878 : cluster 0 pgmap v20100: 33 pgs: 33 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:51.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:51 smithi022 bash[28554]: cluster 2023-12-07T21:00:50.215127+0000 mgr.a (mgr.24293) 26879 : cluster 0 pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:51.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:51 smithi044 bash[32620]: cluster 2023-12-07T21:00:50.215127+0000 mgr.a (mgr.24293) 26879 : cluster 0 pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:51.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:51 smithi027 bash[31536]: cluster 2023-12-07T21:00:50.215127+0000 mgr.a (mgr.24293) 26879 : cluster 0 pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:53.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:53 smithi022 bash[28554]: cluster 2023-12-07T21:00:52.215975+0000 mgr.a (mgr.24293) 26880 : cluster 0 pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:53.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:53 smithi044 bash[32620]: cluster 2023-12-07T21:00:52.215975+0000 mgr.a (mgr.24293) 26880 : cluster 0 pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:53 smithi027 bash[31536]: cluster 2023-12-07T21:00:52.215975+0000 mgr.a (mgr.24293) 26880 : cluster 0 pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:53.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:53.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:53.638 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:54.556 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:00:54.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:54.556 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:54.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:54.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:00:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:55 smithi022 bash[28554]: audit 2023-12-07T21:00:54.047244+0000 mgr.a (mgr.24293) 26881 : audit 0 from='client.526383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:55 smithi022 bash[28554]: cluster 2023-12-07T21:00:54.216515+0000 mgr.a (mgr.24293) 26882 : cluster 0 pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:55 smithi044 bash[32620]: audit 2023-12-07T21:00:54.047244+0000 mgr.a (mgr.24293) 26881 : audit 0 from='client.526383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:55.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:55 smithi044 bash[32620]: cluster 2023-12-07T21:00:54.216515+0000 mgr.a (mgr.24293) 26882 : cluster 0 pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:55 smithi027 bash[31536]: audit 2023-12-07T21:00:54.047244+0000 mgr.a (mgr.24293) 26881 : audit 0 from='client.526383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:55 smithi027 bash[31536]: cluster 2023-12-07T21:00:54.216515+0000 mgr.a (mgr.24293) 26882 : cluster 0 pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:56.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:56 smithi022 bash[28554]: cluster 2023-12-07T21:00:56.217405+0000 mgr.a (mgr.24293) 26883 : cluster 0 pgmap v20104: 33 pgs: 33 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.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:56 smithi044 bash[32620]: cluster 2023-12-07T21:00:56.217405+0000 mgr.a (mgr.24293) 26883 : cluster 0 pgmap v20104: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:56 smithi027 bash[31536]: cluster 2023-12-07T21:00:56.217405+0000 mgr.a (mgr.24293) 26883 : cluster 0 pgmap v20104: 33 pgs: 33 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:59.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:00:59.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:59.560 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:59.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:00:59 smithi022 bash[28554]: cluster 2023-12-07T21:00:58.217984+0000 mgr.a (mgr.24293) 26884 : cluster 0 pgmap v20105: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:00:59 smithi044 bash[32620]: cluster 2023-12-07T21:00:58.217984+0000 mgr.a (mgr.24293) 26884 : cluster 0 pgmap v20105: 33 pgs: 33 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.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:00:59 smithi027 bash[31536]: cluster 2023-12-07T21:00:58.217984+0000 mgr.a (mgr.24293) 26884 : cluster 0 pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:00.470 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:00.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:00.470 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:00.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:00.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:00 smithi022 bash[28554]: audit 2023-12-07T21:00:59.971409+0000 mgr.a (mgr.24293) 26885 : audit 0 from='client.526461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:00 smithi022 bash[28554]: cluster 2023-12-07T21:01:00.225470+0000 mgr.a (mgr.24293) 26886 : cluster 0 pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:00 smithi044 bash[32620]: audit 2023-12-07T21:00:59.971409+0000 mgr.a (mgr.24293) 26885 : audit 0 from='client.526461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:00 smithi044 bash[32620]: cluster 2023-12-07T21:01:00.225470+0000 mgr.a (mgr.24293) 26886 : cluster 0 pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:00 smithi027 bash[31536]: audit 2023-12-07T21:00:59.971409+0000 mgr.a (mgr.24293) 26885 : audit 0 from='client.526461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:00 smithi027 bash[31536]: cluster 2023-12-07T21:01:00.225470+0000 mgr.a (mgr.24293) 26886 : cluster 0 pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:03.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:03 smithi022 bash[28554]: cluster 2023-12-07T21:01:02.226590+0000 mgr.a (mgr.24293) 26887 : cluster 0 pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:03.426 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:03 smithi044 bash[32620]: cluster 2023-12-07T21:01:02.226590+0000 mgr.a (mgr.24293) 26887 : cluster 0 pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:03 smithi027 bash[31536]: cluster 2023-12-07T21:01:02.226590+0000 mgr.a (mgr.24293) 26887 : cluster 0 pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:04 smithi022 bash[28554]: cluster 2023-12-07T21:01:04.227145+0000 mgr.a (mgr.24293) 26888 : cluster 0 pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:04 smithi044 bash[32620]: cluster 2023-12-07T21:01:04.227145+0000 mgr.a (mgr.24293) 26888 : cluster 0 pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:04 smithi027 bash[31536]: cluster 2023-12-07T21:01:04.227145+0000 mgr.a (mgr.24293) 26888 : cluster 0 pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:05.472 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:05.472 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:05.473 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:06.399 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:06.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:06.400 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:06 smithi022 bash[28554]: audit 2023-12-07T21:01:05.887747+0000 mgr.a (mgr.24293) 26889 : audit 0 from='client.526536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:06 smithi022 bash[28554]: cluster 2023-12-07T21:01:06.227941+0000 mgr.a (mgr.24293) 26890 : cluster 0 pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:06 smithi044 bash[32620]: audit 2023-12-07T21:01:05.887747+0000 mgr.a (mgr.24293) 26889 : audit 0 from='client.526536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:06 smithi044 bash[32620]: cluster 2023-12-07T21:01:06.227941+0000 mgr.a (mgr.24293) 26890 : cluster 0 pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:06 smithi027 bash[31536]: audit 2023-12-07T21:01:05.887747+0000 mgr.a (mgr.24293) 26889 : audit 0 from='client.526536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:06 smithi027 bash[31536]: cluster 2023-12-07T21:01:06.227941+0000 mgr.a (mgr.24293) 26890 : cluster 0 pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:08 smithi022 bash[28554]: cluster 2023-12-07T21:01:08.228589+0000 mgr.a (mgr.24293) 26891 : cluster 0 pgmap v20110: 33 pgs: 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:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:08 smithi044 bash[32620]: cluster 2023-12-07T21:01:08.228589+0000 mgr.a (mgr.24293) 26891 : cluster 0 pgmap v20110: 33 pgs: 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:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:08 smithi027 bash[31536]: cluster 2023-12-07T21:01:08.228589+0000 mgr.a (mgr.24293) 26891 : cluster 0 pgmap v20110: 33 pgs: 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:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:10 smithi022 bash[28554]: cluster 2023-12-07T21:01:10.229155+0000 mgr.a (mgr.24293) 26892 : cluster 0 pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:10 smithi044 bash[32620]: cluster 2023-12-07T21:01:10.229155+0000 mgr.a (mgr.24293) 26892 : cluster 0 pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:10 smithi027 bash[31536]: cluster 2023-12-07T21:01:10.229155+0000 mgr.a (mgr.24293) 26892 : cluster 0 pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:11.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:11.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:11.403 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:12.357 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:12.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:12.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:12.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:12.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:13 smithi022 bash[28554]: audit 2023-12-07T21:01:11.812051+0000 mgr.a (mgr.24293) 26893 : audit 0 from='client.526614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:13.425 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:13 smithi022 bash[28554]: cluster 2023-12-07T21:01:12.230310+0000 mgr.a (mgr.24293) 26894 : cluster 0 pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:13 smithi027 bash[31536]: audit 2023-12-07T21:01:11.812051+0000 mgr.a (mgr.24293) 26893 : audit 0 from='client.526614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:13 smithi027 bash[31536]: cluster 2023-12-07T21:01:12.230310+0000 mgr.a (mgr.24293) 26894 : cluster 0 pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:13 smithi044 bash[32620]: audit 2023-12-07T21:01:11.812051+0000 mgr.a (mgr.24293) 26893 : audit 0 from='client.526614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:13.679 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:13 smithi044 bash[32620]: cluster 2023-12-07T21:01:12.230310+0000 mgr.a (mgr.24293) 26894 : cluster 0 pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:14 smithi022 bash[28554]: cluster 2023-12-07T21:01:14.230952+0000 mgr.a (mgr.24293) 26895 : cluster 0 pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:14 smithi044 bash[32620]: cluster 2023-12-07T21:01:14.230952+0000 mgr.a (mgr.24293) 26895 : cluster 0 pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:14.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:14 smithi027 bash[31536]: cluster 2023-12-07T21:01:14.230952+0000 mgr.a (mgr.24293) 26895 : cluster 0 pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:16 smithi022 bash[28554]: cluster 2023-12-07T21:01:16.231754+0000 mgr.a (mgr.24293) 26896 : cluster 0 pgmap v20114: 33 pgs: 33 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:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:16 smithi044 bash[32620]: cluster 2023-12-07T21:01:16.231754+0000 mgr.a (mgr.24293) 26896 : cluster 0 pgmap v20114: 33 pgs: 33 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:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:16 smithi027 bash[31536]: cluster 2023-12-07T21:01:16.231754+0000 mgr.a (mgr.24293) 26896 : cluster 0 pgmap v20114: 33 pgs: 33 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:17.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:17.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:17.360 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:18.309 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:18.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:18.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:18.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:18.310 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:18 smithi022 bash[28554]: audit 2023-12-07T21:01:17.778872+0000 mgr.a (mgr.24293) 26897 : audit 0 from='client.526686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:18.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:18 smithi022 bash[28554]: cluster 2023-12-07T21:01:18.232483+0000 mgr.a (mgr.24293) 26898 : cluster 0 pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:18 smithi044 bash[32620]: audit 2023-12-07T21:01:17.778872+0000 mgr.a (mgr.24293) 26897 : audit 0 from='client.526686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:18.677 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:18 smithi044 bash[32620]: cluster 2023-12-07T21:01:18.232483+0000 mgr.a (mgr.24293) 26898 : cluster 0 pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:18.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:18 smithi027 bash[31536]: audit 2023-12-07T21:01:17.778872+0000 mgr.a (mgr.24293) 26897 : audit 0 from='client.526686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:18.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:18 smithi027 bash[31536]: cluster 2023-12-07T21:01:18.232483+0000 mgr.a (mgr.24293) 26898 : cluster 0 pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:20 smithi022 bash[28554]: cluster 2023-12-07T21:01:20.233077+0000 mgr.a (mgr.24293) 26899 : cluster 0 pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:20 smithi044 bash[32620]: cluster 2023-12-07T21:01:20.233077+0000 mgr.a (mgr.24293) 26899 : cluster 0 pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:20 smithi027 bash[31536]: cluster 2023-12-07T21:01:20.233077+0000 mgr.a (mgr.24293) 26899 : cluster 0 pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:23.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:23.313 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:23.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:23 smithi027 bash[31536]: cluster 2023-12-07T21:01:22.233910+0000 mgr.a (mgr.24293) 26900 : cluster 0 pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:23 smithi022 bash[28554]: cluster 2023-12-07T21:01:22.233910+0000 mgr.a (mgr.24293) 26900 : cluster 0 pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:23 smithi044 bash[32620]: cluster 2023-12-07T21:01:22.233910+0000 mgr.a (mgr.24293) 26900 : cluster 0 pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:24.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:24.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:24.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:24.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:24.280 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:24 smithi022 bash[28554]: audit 2023-12-07T21:01:23.736711+0000 mgr.a (mgr.24293) 26901 : audit 0 from='client.526764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:24 smithi022 bash[28554]: cluster 2023-12-07T21:01:24.234394+0000 mgr.a (mgr.24293) 26902 : cluster 0 pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:24 smithi044 bash[32620]: audit 2023-12-07T21:01:23.736711+0000 mgr.a (mgr.24293) 26901 : audit 0 from='client.526764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:24 smithi044 bash[32620]: cluster 2023-12-07T21:01:24.234394+0000 mgr.a (mgr.24293) 26902 : cluster 0 pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:24 smithi027 bash[31536]: audit 2023-12-07T21:01:23.736711+0000 mgr.a (mgr.24293) 26901 : audit 0 from='client.526764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:24 smithi027 bash[31536]: cluster 2023-12-07T21:01:24.234394+0000 mgr.a (mgr.24293) 26902 : cluster 0 pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:26 smithi022 bash[28554]: cluster 2023-12-07T21:01:26.235218+0000 mgr.a (mgr.24293) 26903 : cluster 0 pgmap v20119: 33 pgs: 33 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:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:26 smithi044 bash[32620]: cluster 2023-12-07T21:01:26.235218+0000 mgr.a (mgr.24293) 26903 : cluster 0 pgmap v20119: 33 pgs: 33 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:26.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:26 smithi027 bash[31536]: cluster 2023-12-07T21:01:26.235218+0000 mgr.a (mgr.24293) 26903 : cluster 0 pgmap v20119: 33 pgs: 33 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:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:28 smithi022 bash[28554]: cluster 2023-12-07T21:01:28.235784+0000 mgr.a (mgr.24293) 26904 : cluster 0 pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:28 smithi044 bash[32620]: cluster 2023-12-07T21:01:28.235784+0000 mgr.a (mgr.24293) 26904 : cluster 0 pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:28 smithi027 bash[31536]: cluster 2023-12-07T21:01:28.235784+0000 mgr.a (mgr.24293) 26904 : cluster 0 pgmap v20120: 33 pgs: 33 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.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:29.281 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:29.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:29 smithi022 bash[28554]: audit 2023-12-07T21:01:28.341900+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:29 smithi022 bash[28554]: audit 2023-12-07T21:01:29.136897+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:29 smithi022 bash[28554]: audit 2023-12-07T21:01:29.138883+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:29.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:29 smithi022 bash[28554]: audit 2023-12-07T21:01:29.149131+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:01:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:29 smithi044 bash[32620]: audit 2023-12-07T21:01:28.341900+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:29 smithi044 bash[32620]: audit 2023-12-07T21:01:29.136897+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:29 smithi044 bash[32620]: audit 2023-12-07T21:01:29.138883+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:29 smithi044 bash[32620]: audit 2023-12-07T21:01:29.149131+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:01:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:29 smithi027 bash[31536]: audit 2023-12-07T21:01:28.341900+0000 mon.a (mon.0) 4150 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:29 smithi027 bash[31536]: audit 2023-12-07T21:01:29.136897+0000 mon.a (mon.0) 4151 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:29 smithi027 bash[31536]: audit 2023-12-07T21:01:29.138883+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:29.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:29 smithi027 bash[31536]: audit 2023-12-07T21:01:29.149131+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:01:30.238 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:30.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:30.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:30.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:30.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:30 smithi022 bash[28554]: audit 2023-12-07T21:01:29.694276+0000 mgr.a (mgr.24293) 26905 : audit 0 from='client.526839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:30.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:30 smithi022 bash[28554]: cluster 2023-12-07T21:01:30.236620+0000 mgr.a (mgr.24293) 26906 : cluster 0 pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:30 smithi044 bash[32620]: audit 2023-12-07T21:01:29.694276+0000 mgr.a (mgr.24293) 26905 : audit 0 from='client.526839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:30.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:30 smithi044 bash[32620]: cluster 2023-12-07T21:01:30.236620+0000 mgr.a (mgr.24293) 26906 : cluster 0 pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:30 smithi027 bash[31536]: audit 2023-12-07T21:01:29.694276+0000 mgr.a (mgr.24293) 26905 : audit 0 from='client.526839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:30.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:30 smithi027 bash[31536]: cluster 2023-12-07T21:01:30.236620+0000 mgr.a (mgr.24293) 26906 : cluster 0 pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:33.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:33 smithi027 bash[31536]: cluster 2023-12-07T21:01:32.237513+0000 mgr.a (mgr.24293) 26907 : cluster 0 pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:33 smithi022 bash[28554]: cluster 2023-12-07T21:01:32.237513+0000 mgr.a (mgr.24293) 26907 : cluster 0 pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:33 smithi044 bash[32620]: cluster 2023-12-07T21:01:32.237513+0000 mgr.a (mgr.24293) 26907 : cluster 0 pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:34 smithi022 bash[28554]: cluster 2023-12-07T21:01:34.238080+0000 mgr.a (mgr.24293) 26908 : cluster 0 pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:34 smithi044 bash[32620]: cluster 2023-12-07T21:01:34.238080+0000 mgr.a (mgr.24293) 26908 : cluster 0 pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:34 smithi027 bash[31536]: cluster 2023-12-07T21:01:34.238080+0000 mgr.a (mgr.24293) 26908 : cluster 0 pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:35.241 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:35.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:35.242 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:36.199 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:36.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:36.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:36.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:36.200 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:36 smithi022 bash[28554]: audit 2023-12-07T21:01:35.655006+0000 mgr.a (mgr.24293) 26909 : audit 0 from='client.526911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:36.677 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:36 smithi022 bash[28554]: cluster 2023-12-07T21:01:36.239191+0000 mgr.a (mgr.24293) 26910 : cluster 0 pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:36 smithi044 bash[32620]: audit 2023-12-07T21:01:35.655006+0000 mgr.a (mgr.24293) 26909 : audit 0 from='client.526911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:36.678 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:36 smithi044 bash[32620]: cluster 2023-12-07T21:01:36.239191+0000 mgr.a (mgr.24293) 26910 : cluster 0 pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:36 smithi027 bash[31536]: audit 2023-12-07T21:01:35.655006+0000 mgr.a (mgr.24293) 26909 : audit 0 from='client.526911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:36.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:36 smithi027 bash[31536]: cluster 2023-12-07T21:01:36.239191+0000 mgr.a (mgr.24293) 26910 : cluster 0 pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:38 smithi022 bash[28554]: cluster 2023-12-07T21:01:38.239771+0000 mgr.a (mgr.24293) 26911 : cluster 0 pgmap v20125: 33 pgs: 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:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:38 smithi044 bash[32620]: cluster 2023-12-07T21:01:38.239771+0000 mgr.a (mgr.24293) 26911 : cluster 0 pgmap v20125: 33 pgs: 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:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:38 smithi027 bash[31536]: cluster 2023-12-07T21:01:38.239771+0000 mgr.a (mgr.24293) 26911 : cluster 0 pgmap v20125: 33 pgs: 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:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:40 smithi022 bash[28554]: cluster 2023-12-07T21:01:40.240361+0000 mgr.a (mgr.24293) 26912 : cluster 0 pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:40 smithi044 bash[32620]: cluster 2023-12-07T21:01:40.240361+0000 mgr.a (mgr.24293) 26912 : cluster 0 pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:40 smithi027 bash[31536]: cluster 2023-12-07T21:01:40.240361+0000 mgr.a (mgr.24293) 26912 : cluster 0 pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:41.203 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:42.140 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:42.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:42.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:42.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:42.140 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:43 smithi027 bash[31536]: audit 2023-12-07T21:01:41.614808+0000 mgr.a (mgr.24293) 26913 : audit 0 from='client.526986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:43.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:43 smithi027 bash[31536]: cluster 2023-12-07T21:01:42.241467+0000 mgr.a (mgr.24293) 26914 : cluster 0 pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:43 smithi022 bash[28554]: audit 2023-12-07T21:01:41.614808+0000 mgr.a (mgr.24293) 26913 : audit 0 from='client.526986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:43 smithi022 bash[28554]: cluster 2023-12-07T21:01:42.241467+0000 mgr.a (mgr.24293) 26914 : cluster 0 pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:43 smithi044 bash[32620]: audit 2023-12-07T21:01:41.614808+0000 mgr.a (mgr.24293) 26913 : audit 0 from='client.526986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:43.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:43 smithi044 bash[32620]: cluster 2023-12-07T21:01:42.241467+0000 mgr.a (mgr.24293) 26914 : cluster 0 pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:44 smithi022 bash[28554]: cluster 2023-12-07T21:01:44.242046+0000 mgr.a (mgr.24293) 26915 : cluster 0 pgmap v20128: 33 pgs: 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:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:44 smithi044 bash[32620]: cluster 2023-12-07T21:01:44.242046+0000 mgr.a (mgr.24293) 26915 : cluster 0 pgmap v20128: 33 pgs: 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:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:44 smithi027 bash[31536]: cluster 2023-12-07T21:01:44.242046+0000 mgr.a (mgr.24293) 26915 : cluster 0 pgmap v20128: 33 pgs: 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:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:46 smithi022 bash[28554]: cluster 2023-12-07T21:01:46.242779+0000 mgr.a (mgr.24293) 26916 : cluster 0 pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:46 smithi044 bash[32620]: cluster 2023-12-07T21:01:46.242779+0000 mgr.a (mgr.24293) 26916 : cluster 0 pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:46 smithi027 bash[31536]: cluster 2023-12-07T21:01:46.242779+0000 mgr.a (mgr.24293) 26916 : cluster 0 pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:47.143 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:47.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:47.144 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:48.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:48.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:48.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:48.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:48.070 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:48 smithi022 bash[28554]: audit 2023-12-07T21:01:47.560685+0000 mgr.a (mgr.24293) 26917 : audit 0 from='client.527061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:48 smithi022 bash[28554]: cluster 2023-12-07T21:01:48.243533+0000 mgr.a (mgr.24293) 26918 : cluster 0 pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:48 smithi044 bash[32620]: audit 2023-12-07T21:01:47.560685+0000 mgr.a (mgr.24293) 26917 : audit 0 from='client.527061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:48 smithi044 bash[32620]: cluster 2023-12-07T21:01:48.243533+0000 mgr.a (mgr.24293) 26918 : cluster 0 pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:48 smithi027 bash[31536]: audit 2023-12-07T21:01:47.560685+0000 mgr.a (mgr.24293) 26917 : audit 0 from='client.527061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:48 smithi027 bash[31536]: cluster 2023-12-07T21:01:48.243533+0000 mgr.a (mgr.24293) 26918 : cluster 0 pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:50 smithi022 bash[28554]: cluster 2023-12-07T21:01:50.244163+0000 mgr.a (mgr.24293) 26919 : cluster 0 pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:50 smithi044 bash[32620]: cluster 2023-12-07T21:01:50.244163+0000 mgr.a (mgr.24293) 26919 : cluster 0 pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:50 smithi027 bash[31536]: cluster 2023-12-07T21:01:50.244163+0000 mgr.a (mgr.24293) 26919 : cluster 0 pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:53.073 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:53.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:53.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:53.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:53 smithi027 bash[31536]: cluster 2023-12-07T21:01:52.244953+0000 mgr.a (mgr.24293) 26920 : cluster 0 pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:53 smithi022 bash[28554]: cluster 2023-12-07T21:01:52.244953+0000 mgr.a (mgr.24293) 26920 : cluster 0 pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:53.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:53 smithi044 bash[32620]: cluster 2023-12-07T21:01:52.244953+0000 mgr.a (mgr.24293) 26920 : cluster 0 pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:54.005 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:01:54.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:54.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:54.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:54.006 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:54 smithi022 bash[28554]: audit 2023-12-07T21:01:53.486864+0000 mgr.a (mgr.24293) 26921 : audit 0 from='client.527136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:54 smithi022 bash[28554]: cluster 2023-12-07T21:01:54.245732+0000 mgr.a (mgr.24293) 26922 : cluster 0 pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:54 smithi044 bash[32620]: audit 2023-12-07T21:01:53.486864+0000 mgr.a (mgr.24293) 26921 : audit 0 from='client.527136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:54.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:54 smithi044 bash[32620]: cluster 2023-12-07T21:01:54.245732+0000 mgr.a (mgr.24293) 26922 : cluster 0 pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:54 smithi027 bash[31536]: audit 2023-12-07T21:01:53.486864+0000 mgr.a (mgr.24293) 26921 : audit 0 from='client.527136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:54 smithi027 bash[31536]: cluster 2023-12-07T21:01:54.245732+0000 mgr.a (mgr.24293) 26922 : cluster 0 pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:56 smithi022 bash[28554]: cluster 2023-12-07T21:01:56.246561+0000 mgr.a (mgr.24293) 26923 : cluster 0 pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:56.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:56 smithi044 bash[32620]: cluster 2023-12-07T21:01:56.246561+0000 mgr.a (mgr.24293) 26923 : cluster 0 pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:56 smithi027 bash[31536]: cluster 2023-12-07T21:01:56.246561+0000 mgr.a (mgr.24293) 26923 : cluster 0 pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:58.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:01:58 smithi022 bash[28554]: cluster 2023-12-07T21:01:58.247091+0000 mgr.a (mgr.24293) 26924 : cluster 0 pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:01:58 smithi044 bash[32620]: cluster 2023-12-07T21:01:58.247091+0000 mgr.a (mgr.24293) 26924 : cluster 0 pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:01:58 smithi027 bash[31536]: cluster 2023-12-07T21:01:58.247091+0000 mgr.a (mgr.24293) 26924 : cluster 0 pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:59.008 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:01:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:59.009 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:59.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:59.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:59.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:59.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:01:59.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:00 smithi022 bash[28554]: audit 2023-12-07T21:01:59.420732+0000 mgr.a (mgr.24293) 26925 : audit 0 from='client.527214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:00.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:00 smithi022 bash[28554]: cluster 2023-12-07T21:02:00.247838+0000 mgr.a (mgr.24293) 26926 : cluster 0 pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:00 smithi044 bash[32620]: audit 2023-12-07T21:01:59.420732+0000 mgr.a (mgr.24293) 26925 : audit 0 from='client.527214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:00.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:00 smithi044 bash[32620]: cluster 2023-12-07T21:02:00.247838+0000 mgr.a (mgr.24293) 26926 : cluster 0 pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:00 smithi027 bash[31536]: audit 2023-12-07T21:01:59.420732+0000 mgr.a (mgr.24293) 26925 : audit 0 from='client.527214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:00 smithi027 bash[31536]: cluster 2023-12-07T21:02:00.247838+0000 mgr.a (mgr.24293) 26926 : cluster 0 pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:03.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:03 smithi027 bash[31536]: cluster 2023-12-07T21:02:02.248659+0000 mgr.a (mgr.24293) 26927 : cluster 0 pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:03.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:03 smithi022 bash[28554]: cluster 2023-12-07T21:02:02.248659+0000 mgr.a (mgr.24293) 26927 : cluster 0 pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:03.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:03 smithi044 bash[32620]: cluster 2023-12-07T21:02:02.248659+0000 mgr.a (mgr.24293) 26927 : cluster 0 pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:04.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:04 smithi022 bash[28554]: cluster 2023-12-07T21:02:04.249346+0000 mgr.a (mgr.24293) 26928 : cluster 0 pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:04.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:04 smithi044 bash[32620]: cluster 2023-12-07T21:02:04.249346+0000 mgr.a (mgr.24293) 26928 : cluster 0 pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:04.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:04 smithi027 bash[31536]: cluster 2023-12-07T21:02:04.249346+0000 mgr.a (mgr.24293) 26928 : cluster 0 pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:04.938 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:04.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:04.939 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:05.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:05.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:05.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:05.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:05.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:06 smithi022 bash[28554]: audit 2023-12-07T21:02:05.353680+0000 mgr.a (mgr.24293) 26929 : audit 0 from='client.527289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:06.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:06 smithi022 bash[28554]: cluster 2023-12-07T21:02:06.250407+0000 mgr.a (mgr.24293) 26930 : cluster 0 pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:02:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:06 smithi044 bash[32620]: audit 2023-12-07T21:02:05.353680+0000 mgr.a (mgr.24293) 26929 : audit 0 from='client.527289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:06.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:06 smithi044 bash[32620]: cluster 2023-12-07T21:02:06.250407+0000 mgr.a (mgr.24293) 26930 : cluster 0 pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:02:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:06 smithi027 bash[31536]: audit 2023-12-07T21:02:05.353680+0000 mgr.a (mgr.24293) 26929 : audit 0 from='client.527289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:06.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:06 smithi027 bash[31536]: cluster 2023-12-07T21:02:06.250407+0000 mgr.a (mgr.24293) 26930 : cluster 0 pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:02:08.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:08 smithi022 bash[28554]: cluster 2023-12-07T21:02:08.250957+0000 mgr.a (mgr.24293) 26931 : cluster 0 pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:08.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:08 smithi044 bash[32620]: cluster 2023-12-07T21:02:08.250957+0000 mgr.a (mgr.24293) 26931 : cluster 0 pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:08.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:08 smithi027 bash[31536]: cluster 2023-12-07T21:02:08.250957+0000 mgr.a (mgr.24293) 26931 : cluster 0 pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:10.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:10 smithi022 bash[28554]: cluster 2023-12-07T21:02:10.251509+0000 mgr.a (mgr.24293) 26932 : cluster 0 pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:10.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:10 smithi044 bash[32620]: cluster 2023-12-07T21:02:10.251509+0000 mgr.a (mgr.24293) 26932 : cluster 0 pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:10.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:10 smithi027 bash[31536]: cluster 2023-12-07T21:02:10.251509+0000 mgr.a (mgr.24293) 26932 : cluster 0 pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:10.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:10.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:10.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:11.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:11.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:11.849 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:11.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:11.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:13 smithi027 bash[31536]: audit 2023-12-07T21:02:11.305227+0000 mgr.a (mgr.24293) 26933 : audit 0 from='client.527364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:13.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:13 smithi027 bash[31536]: cluster 2023-12-07T21:02:12.252614+0000 mgr.a (mgr.24293) 26934 : cluster 0 pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:13 smithi022 bash[28554]: audit 2023-12-07T21:02:11.305227+0000 mgr.a (mgr.24293) 26933 : audit 0 from='client.527364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:13.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:13 smithi022 bash[28554]: cluster 2023-12-07T21:02:12.252614+0000 mgr.a (mgr.24293) 26934 : cluster 0 pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:13 smithi044 bash[32620]: audit 2023-12-07T21:02:11.305227+0000 mgr.a (mgr.24293) 26933 : audit 0 from='client.527364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:13.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:13 smithi044 bash[32620]: cluster 2023-12-07T21:02:12.252614+0000 mgr.a (mgr.24293) 26934 : cluster 0 pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:14.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:14 smithi022 bash[28554]: cluster 2023-12-07T21:02:14.253222+0000 mgr.a (mgr.24293) 26935 : cluster 0 pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:14.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:14 smithi044 bash[32620]: cluster 2023-12-07T21:02:14.253222+0000 mgr.a (mgr.24293) 26935 : cluster 0 pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:14.702 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:14 smithi027 bash[31536]: cluster 2023-12-07T21:02:14.253222+0000 mgr.a (mgr.24293) 26935 : cluster 0 pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:16.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:16 smithi022 bash[28554]: cluster 2023-12-07T21:02:16.254045+0000 mgr.a (mgr.24293) 26936 : cluster 0 pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:16.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:16 smithi044 bash[32620]: cluster 2023-12-07T21:02:16.254045+0000 mgr.a (mgr.24293) 26936 : cluster 0 pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:16.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:16 smithi027 bash[31536]: cluster 2023-12-07T21:02:16.254045+0000 mgr.a (mgr.24293) 26936 : cluster 0 pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:16.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:16.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:16.853 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:17.809 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:17.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:17.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:17.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:17.809 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:18.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:18 smithi027 bash[31536]: audit 2023-12-07T21:02:17.271674+0000 mgr.a (mgr.24293) 26937 : audit 0 from='client.411596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:18 smithi022 bash[28554]: audit 2023-12-07T21:02:17.271674+0000 mgr.a (mgr.24293) 26937 : audit 0 from='client.411596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:18.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:18 smithi044 bash[32620]: audit 2023-12-07T21:02:17.271674+0000 mgr.a (mgr.24293) 26937 : audit 0 from='client.411596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:19.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:19 smithi027 bash[31536]: cluster 2023-12-07T21:02:18.254926+0000 mgr.a (mgr.24293) 26938 : cluster 0 pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:19.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:19 smithi022 bash[28554]: cluster 2023-12-07T21:02:18.254926+0000 mgr.a (mgr.24293) 26938 : cluster 0 pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:19.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:19 smithi044 bash[32620]: cluster 2023-12-07T21:02:18.254926+0000 mgr.a (mgr.24293) 26938 : cluster 0 pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:20.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:20 smithi022 bash[28554]: cluster 2023-12-07T21:02:20.255528+0000 mgr.a (mgr.24293) 26939 : cluster 0 pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:20.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:20 smithi044 bash[32620]: cluster 2023-12-07T21:02:20.255528+0000 mgr.a (mgr.24293) 26939 : cluster 0 pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:20.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:20 smithi027 bash[31536]: cluster 2023-12-07T21:02:20.255528+0000 mgr.a (mgr.24293) 26939 : cluster 0 pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:22.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:22.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:22.811 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:23.449 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:23 smithi027 bash[31536]: cluster 2023-12-07T21:02:22.256297+0000 mgr.a (mgr.24293) 26940 : cluster 0 pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:02:23.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:23 smithi022 bash[28554]: cluster 2023-12-07T21:02:22.256297+0000 mgr.a (mgr.24293) 26940 : cluster 0 pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:02:23.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:23 smithi044 bash[32620]: cluster 2023-12-07T21:02:22.256297+0000 mgr.a (mgr.24293) 26940 : cluster 0 pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:02:23.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:23.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:23.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:23.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:23.744 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:24.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:24 smithi022 bash[28554]: audit 2023-12-07T21:02:23.219625+0000 mgr.a (mgr.24293) 26941 : audit 0 from='client.527520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:24.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:24 smithi044 bash[32620]: audit 2023-12-07T21:02:23.219625+0000 mgr.a (mgr.24293) 26941 : audit 0 from='client.527520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:24.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:24 smithi027 bash[31536]: audit 2023-12-07T21:02:23.219625+0000 mgr.a (mgr.24293) 26941 : audit 0 from='client.527520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:25.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:25 smithi022 bash[28554]: cluster 2023-12-07T21:02:24.256988+0000 mgr.a (mgr.24293) 26942 : cluster 0 pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:25.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:25 smithi044 bash[32620]: cluster 2023-12-07T21:02:24.256988+0000 mgr.a (mgr.24293) 26942 : cluster 0 pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:25.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:25 smithi027 bash[31536]: cluster 2023-12-07T21:02:24.256988+0000 mgr.a (mgr.24293) 26942 : cluster 0 pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:26.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:26 smithi022 bash[28554]: cluster 2023-12-07T21:02:26.257796+0000 mgr.a (mgr.24293) 26943 : cluster 0 pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:26.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:26 smithi044 bash[32620]: cluster 2023-12-07T21:02:26.257796+0000 mgr.a (mgr.24293) 26943 : cluster 0 pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:26.701 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:26 smithi027 bash[31536]: cluster 2023-12-07T21:02:26.257796+0000 mgr.a (mgr.24293) 26943 : cluster 0 pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:28.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:28 smithi022 bash[28554]: cluster 2023-12-07T21:02:28.258363+0000 mgr.a (mgr.24293) 26944 : cluster 0 pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:28.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:28 smithi044 bash[32620]: cluster 2023-12-07T21:02:28.258363+0000 mgr.a (mgr.24293) 26944 : cluster 0 pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:28.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:28 smithi027 bash[31536]: cluster 2023-12-07T21:02:28.258363+0000 mgr.a (mgr.24293) 26944 : cluster 0 pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:28.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:28.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:28.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:29.675 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:29.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:29.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:29.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:29.675 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:29 smithi022 bash[28554]: audit 2023-12-07T21:02:29.160778+0000 mgr.a (mgr.24293) 26945 : audit 0 from='client.527592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:29.676 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:29 smithi022 bash[28554]: audit 2023-12-07T21:02:29.251865+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:29 smithi044 bash[32620]: audit 2023-12-07T21:02:29.160778+0000 mgr.a (mgr.24293) 26945 : audit 0 from='client.527592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:29.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:29 smithi044 bash[32620]: audit 2023-12-07T21:02:29.251865+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:29 smithi027 bash[31536]: audit 2023-12-07T21:02:29.160778+0000 mgr.a (mgr.24293) 26945 : audit 0 from='client.527592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:29.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:29 smithi027 bash[31536]: audit 2023-12-07T21:02:29.251865+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:30 smithi022 bash[28554]: audit 2023-12-07T21:02:29.850942+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:30 smithi022 bash[28554]: audit 2023-12-07T21:02:29.863494+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:30 smithi022 bash[28554]: cluster 2023-12-07T21:02:30.258975+0000 mgr.a (mgr.24293) 26946 : cluster 0 pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:30 smithi022 bash[28554]: audit 2023-12-07T21:02:30.558695+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:31.175 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:30 smithi022 bash[28554]: audit 2023-12-07T21:02:30.560715+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:30 smithi022 bash[28554]: audit 2023-12-07T21:02:30.570744+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:30 smithi044 bash[32620]: audit 2023-12-07T21:02:29.850942+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:30 smithi044 bash[32620]: audit 2023-12-07T21:02:29.863494+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:30 smithi044 bash[32620]: cluster 2023-12-07T21:02:30.258975+0000 mgr.a (mgr.24293) 26946 : cluster 0 pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:30 smithi044 bash[32620]: audit 2023-12-07T21:02:30.558695+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:30 smithi044 bash[32620]: audit 2023-12-07T21:02:30.560715+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:31.176 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:30 smithi044 bash[32620]: audit 2023-12-07T21:02:30.570744+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:30 smithi027 bash[31536]: audit 2023-12-07T21:02:29.850942+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.199 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:30 smithi027 bash[31536]: audit 2023-12-07T21:02:29.863494+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:30 smithi027 bash[31536]: cluster 2023-12-07T21:02:30.258975+0000 mgr.a (mgr.24293) 26946 : cluster 0 pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:30 smithi027 bash[31536]: audit 2023-12-07T21:02:30.558695+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:30 smithi027 bash[31536]: audit 2023-12-07T21:02:30.560715+0000 mon.a (mon.0) 4158 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:31.200 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:30 smithi027 bash[31536]: audit 2023-12-07T21:02:30.570744+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:02:33.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:33 smithi022 bash[28554]: cluster 2023-12-07T21:02:32.259777+0000 mgr.a (mgr.24293) 26947 : cluster 0 pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:33.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:33 smithi044 bash[32620]: cluster 2023-12-07T21:02:32.259777+0000 mgr.a (mgr.24293) 26947 : cluster 0 pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:33.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:33 smithi027 bash[31536]: cluster 2023-12-07T21:02:32.259777+0000 mgr.a (mgr.24293) 26947 : cluster 0 pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:34.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:34 smithi022 bash[28554]: cluster 2023-12-07T21:02:34.260451+0000 mgr.a (mgr.24293) 26948 : cluster 0 pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:34.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:34 smithi044 bash[32620]: cluster 2023-12-07T21:02:34.260451+0000 mgr.a (mgr.24293) 26948 : cluster 0 pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:34.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:34.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:34.678 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:34.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:34 smithi027 bash[31536]: cluster 2023-12-07T21:02:34.260451+0000 mgr.a (mgr.24293) 26948 : cluster 0 pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:35.621 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:35.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:35.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:35.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:35.621 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:35.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:35 smithi022 bash[28554]: audit 2023-12-07T21:02:35.084661+0000 mgr.a (mgr.24293) 26949 : audit 0 from='client.527664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:35.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:35 smithi044 bash[32620]: audit 2023-12-07T21:02:35.084661+0000 mgr.a (mgr.24293) 26949 : audit 0 from='client.527664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:35.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:35 smithi027 bash[31536]: audit 2023-12-07T21:02:35.084661+0000 mgr.a (mgr.24293) 26949 : audit 0 from='client.527664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:36.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:36 smithi022 bash[28554]: cluster 2023-12-07T21:02:36.261498+0000 mgr.a (mgr.24293) 26950 : cluster 0 pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:02:36.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:36 smithi044 bash[32620]: cluster 2023-12-07T21:02:36.261498+0000 mgr.a (mgr.24293) 26950 : cluster 0 pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:02:36.700 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:36 smithi027 bash[31536]: cluster 2023-12-07T21:02:36.261498+0000 mgr.a (mgr.24293) 26950 : cluster 0 pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:02:38.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:38 smithi022 bash[28554]: cluster 2023-12-07T21:02:38.262262+0000 mgr.a (mgr.24293) 26951 : cluster 0 pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:38.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:38 smithi044 bash[32620]: cluster 2023-12-07T21:02:38.262262+0000 mgr.a (mgr.24293) 26951 : cluster 0 pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:38.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:38 smithi027 bash[31536]: cluster 2023-12-07T21:02:38.262262+0000 mgr.a (mgr.24293) 26951 : cluster 0 pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:40.624 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:40.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:40.625 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:40.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:40 smithi022 bash[28554]: cluster 2023-12-07T21:02:40.263027+0000 mgr.a (mgr.24293) 26952 : cluster 0 pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:40.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:40 smithi044 bash[32620]: cluster 2023-12-07T21:02:40.263027+0000 mgr.a (mgr.24293) 26952 : cluster 0 pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:40.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:40 smithi027 bash[31536]: cluster 2023-12-07T21:02:40.263027+0000 mgr.a (mgr.24293) 26952 : cluster 0 pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:41.566 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:41.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:41.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:41 smithi022 bash[28554]: audit 2023-12-07T21:02:41.031774+0000 mgr.a (mgr.24293) 26953 : audit 0 from='client.527742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:41.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:41 smithi044 bash[32620]: audit 2023-12-07T21:02:41.031774+0000 mgr.a (mgr.24293) 26953 : audit 0 from='client.527742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:41.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:41 smithi027 bash[31536]: audit 2023-12-07T21:02:41.031774+0000 mgr.a (mgr.24293) 26953 : audit 0 from='client.527742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:43.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:43 smithi022 bash[28554]: cluster 2023-12-07T21:02:42.264183+0000 mgr.a (mgr.24293) 26954 : cluster 0 pgmap v20157: 33 pgs: 33 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.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:43 smithi044 bash[32620]: cluster 2023-12-07T21:02:42.264183+0000 mgr.a (mgr.24293) 26954 : cluster 0 pgmap v20157: 33 pgs: 33 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.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:43 smithi027 bash[31536]: cluster 2023-12-07T21:02:42.264183+0000 mgr.a (mgr.24293) 26954 : cluster 0 pgmap v20157: 33 pgs: 33 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:44.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:44 smithi022 bash[28554]: cluster 2023-12-07T21:02:44.264791+0000 mgr.a (mgr.24293) 26955 : cluster 0 pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:44.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:44 smithi044 bash[32620]: cluster 2023-12-07T21:02:44.264791+0000 mgr.a (mgr.24293) 26955 : cluster 0 pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:44.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:44 smithi027 bash[31536]: cluster 2023-12-07T21:02:44.264791+0000 mgr.a (mgr.24293) 26955 : cluster 0 pgmap v20158: 33 pgs: 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:46.568 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:46.569 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:46.570 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:46.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:46 smithi022 bash[28554]: cluster 2023-12-07T21:02:46.265525+0000 mgr.a (mgr.24293) 26956 : cluster 0 pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:46.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:46 smithi044 bash[32620]: cluster 2023-12-07T21:02:46.265525+0000 mgr.a (mgr.24293) 26956 : cluster 0 pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:46.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:46 smithi027 bash[31536]: cluster 2023-12-07T21:02:46.265525+0000 mgr.a (mgr.24293) 26956 : cluster 0 pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:47.509 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:47.509 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:48.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:48 smithi022 bash[28554]: audit 2023-12-07T21:02:46.980589+0000 mgr.a (mgr.24293) 26957 : audit 0 from='client.527820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:48.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:48 smithi044 bash[32620]: audit 2023-12-07T21:02:46.980589+0000 mgr.a (mgr.24293) 26957 : audit 0 from='client.527820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:48.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:48 smithi027 bash[31536]: audit 2023-12-07T21:02:46.980589+0000 mgr.a (mgr.24293) 26957 : audit 0 from='client.527820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:49.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:49 smithi022 bash[28554]: cluster 2023-12-07T21:02:48.266229+0000 mgr.a (mgr.24293) 26958 : cluster 0 pgmap v20160: 33 pgs: 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:02:49.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:49 smithi044 bash[32620]: cluster 2023-12-07T21:02:48.266229+0000 mgr.a (mgr.24293) 26958 : cluster 0 pgmap v20160: 33 pgs: 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:02:49.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:49 smithi027 bash[31536]: cluster 2023-12-07T21:02:48.266229+0000 mgr.a (mgr.24293) 26958 : cluster 0 pgmap v20160: 33 pgs: 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:02:50.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:50 smithi022 bash[28554]: cluster 2023-12-07T21:02:50.266837+0000 mgr.a (mgr.24293) 26959 : cluster 0 pgmap v20161: 33 pgs: 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:02:50.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:50 smithi044 bash[32620]: cluster 2023-12-07T21:02:50.266837+0000 mgr.a (mgr.24293) 26959 : cluster 0 pgmap v20161: 33 pgs: 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:02:50.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:50 smithi027 bash[31536]: cluster 2023-12-07T21:02:50.266837+0000 mgr.a (mgr.24293) 26959 : cluster 0 pgmap v20161: 33 pgs: 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:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:52.512 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:53.465 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:53.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:53.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:53.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:53.466 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:53.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:53 smithi022 bash[28554]: cluster 2023-12-07T21:02:52.267687+0000 mgr.a (mgr.24293) 26960 : cluster 0 pgmap v20162: 33 pgs: 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:02:53.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:53 smithi044 bash[32620]: cluster 2023-12-07T21:02:52.267687+0000 mgr.a (mgr.24293) 26960 : cluster 0 pgmap v20162: 33 pgs: 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:02:53.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:53 smithi027 bash[31536]: cluster 2023-12-07T21:02:52.267687+0000 mgr.a (mgr.24293) 26960 : cluster 0 pgmap v20162: 33 pgs: 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:02:54.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:54 smithi022 bash[28554]: audit 2023-12-07T21:02:52.926515+0000 mgr.a (mgr.24293) 26961 : audit 0 from='client.527898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:54.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:54 smithi044 bash[32620]: audit 2023-12-07T21:02:52.926515+0000 mgr.a (mgr.24293) 26961 : audit 0 from='client.527898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:54.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:54 smithi027 bash[31536]: audit 2023-12-07T21:02:52.926515+0000 mgr.a (mgr.24293) 26961 : audit 0 from='client.527898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:55.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:55 smithi022 bash[28554]: cluster 2023-12-07T21:02:54.268371+0000 mgr.a (mgr.24293) 26962 : cluster 0 pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:55.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:55 smithi044 bash[32620]: cluster 2023-12-07T21:02:54.268371+0000 mgr.a (mgr.24293) 26962 : cluster 0 pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:55.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:55 smithi027 bash[31536]: cluster 2023-12-07T21:02:54.268371+0000 mgr.a (mgr.24293) 26962 : cluster 0 pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:56.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:56 smithi022 bash[28554]: cluster 2023-12-07T21:02:56.269188+0000 mgr.a (mgr.24293) 26963 : cluster 0 pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:56.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:56 smithi044 bash[32620]: cluster 2023-12-07T21:02:56.269188+0000 mgr.a (mgr.24293) 26963 : cluster 0 pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:56.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:56 smithi027 bash[31536]: cluster 2023-12-07T21:02:56.269188+0000 mgr.a (mgr.24293) 26963 : cluster 0 pgmap v20164: 33 pgs: 33 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:58.467 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:02:58.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:58.468 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:58.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:58 smithi022 bash[28554]: cluster 2023-12-07T21:02:58.269743+0000 mgr.a (mgr.24293) 26964 : cluster 0 pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:58.676 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:58 smithi044 bash[32620]: cluster 2023-12-07T21:02:58.269743+0000 mgr.a (mgr.24293) 26964 : cluster 0 pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:58.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:58 smithi027 bash[31536]: cluster 2023-12-07T21:02:58.269743+0000 mgr.a (mgr.24293) 26964 : cluster 0 pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:59.435 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:02:59.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:59.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:59.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:59.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:02:59.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:02:59 smithi022 bash[28554]: audit 2023-12-07T21:02:58.883755+0000 mgr.a (mgr.24293) 26965 : audit 0 from='client.527976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:59.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:02:59 smithi044 bash[32620]: audit 2023-12-07T21:02:58.883755+0000 mgr.a (mgr.24293) 26965 : audit 0 from='client.527976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:59.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:02:59 smithi027 bash[31536]: audit 2023-12-07T21:02:58.883755+0000 mgr.a (mgr.24293) 26965 : audit 0 from='client.527976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:00.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:00 smithi022 bash[28554]: cluster 2023-12-07T21:03:00.270486+0000 mgr.a (mgr.24293) 26966 : cluster 0 pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:00.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:00 smithi044 bash[32620]: cluster 2023-12-07T21:03:00.270486+0000 mgr.a (mgr.24293) 26966 : cluster 0 pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:00.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:00 smithi027 bash[31536]: cluster 2023-12-07T21:03:00.270486+0000 mgr.a (mgr.24293) 26966 : cluster 0 pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:03.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:03 smithi022 bash[28554]: cluster 2023-12-07T21:03:02.271302+0000 mgr.a (mgr.24293) 26967 : cluster 0 pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:03.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:03 smithi044 bash[32620]: cluster 2023-12-07T21:03:02.271302+0000 mgr.a (mgr.24293) 26967 : cluster 0 pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:03.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:03 smithi027 bash[31536]: cluster 2023-12-07T21:03:02.271302+0000 mgr.a (mgr.24293) 26967 : cluster 0 pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:04.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:04.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:04.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:04.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:04 smithi022 bash[28554]: cluster 2023-12-07T21:03:04.271855+0000 mgr.a (mgr.24293) 26968 : cluster 0 pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:04.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:04 smithi044 bash[32620]: cluster 2023-12-07T21:03:04.271855+0000 mgr.a (mgr.24293) 26968 : cluster 0 pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:04.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:04 smithi027 bash[31536]: cluster 2023-12-07T21:03:04.271855+0000 mgr.a (mgr.24293) 26968 : cluster 0 pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:05.393 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:05.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:05.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:05.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:05.393 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:05.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:05 smithi022 bash[28554]: audit 2023-12-07T21:03:04.855299+0000 mgr.a (mgr.24293) 26969 : audit 0 from='client.528054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:05.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:05 smithi044 bash[32620]: audit 2023-12-07T21:03:04.855299+0000 mgr.a (mgr.24293) 26969 : audit 0 from='client.528054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:05.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:05 smithi027 bash[31536]: audit 2023-12-07T21:03:04.855299+0000 mgr.a (mgr.24293) 26969 : audit 0 from='client.528054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:06.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:06 smithi022 bash[28554]: cluster 2023-12-07T21:03:06.273008+0000 mgr.a (mgr.24293) 26970 : cluster 0 pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:06.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:06 smithi044 bash[32620]: cluster 2023-12-07T21:03:06.273008+0000 mgr.a (mgr.24293) 26970 : cluster 0 pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:06.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:06 smithi027 bash[31536]: cluster 2023-12-07T21:03:06.273008+0000 mgr.a (mgr.24293) 26970 : cluster 0 pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:08.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:08 smithi022 bash[28554]: cluster 2023-12-07T21:03:08.273615+0000 mgr.a (mgr.24293) 26971 : cluster 0 pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:08.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:08 smithi044 bash[32620]: cluster 2023-12-07T21:03:08.273615+0000 mgr.a (mgr.24293) 26971 : cluster 0 pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:08.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:08 smithi027 bash[31536]: cluster 2023-12-07T21:03:08.273615+0000 mgr.a (mgr.24293) 26971 : cluster 0 pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:10.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:10.396 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:10.396 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:10.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:10 smithi022 bash[28554]: cluster 2023-12-07T21:03:10.274179+0000 mgr.a (mgr.24293) 26972 : cluster 0 pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:10.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:10 smithi044 bash[32620]: cluster 2023-12-07T21:03:10.274179+0000 mgr.a (mgr.24293) 26972 : cluster 0 pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:10.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:10 smithi027 bash[31536]: cluster 2023-12-07T21:03:10.274179+0000 mgr.a (mgr.24293) 26972 : cluster 0 pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:11.341 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:11.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:11.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:11.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:11.341 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:11.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:11 smithi022 bash[28554]: audit 2023-12-07T21:03:10.804733+0000 mgr.a (mgr.24293) 26973 : audit 0 from='client.528132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:11.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:11 smithi044 bash[32620]: audit 2023-12-07T21:03:10.804733+0000 mgr.a (mgr.24293) 26973 : audit 0 from='client.528132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:11.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:11 smithi027 bash[31536]: audit 2023-12-07T21:03:10.804733+0000 mgr.a (mgr.24293) 26973 : audit 0 from='client.528132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:13.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:13 smithi022 bash[28554]: cluster 2023-12-07T21:03:12.275247+0000 mgr.a (mgr.24293) 26974 : cluster 0 pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:13.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:13 smithi044 bash[32620]: cluster 2023-12-07T21:03:12.275247+0000 mgr.a (mgr.24293) 26974 : cluster 0 pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:13.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:13 smithi027 bash[31536]: cluster 2023-12-07T21:03:12.275247+0000 mgr.a (mgr.24293) 26974 : cluster 0 pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:14.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:14 smithi022 bash[28554]: cluster 2023-12-07T21:03:14.275851+0000 mgr.a (mgr.24293) 26975 : cluster 0 pgmap v20173: 33 pgs: 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:14.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:14 smithi044 bash[32620]: cluster 2023-12-07T21:03:14.275851+0000 mgr.a (mgr.24293) 26975 : cluster 0 pgmap v20173: 33 pgs: 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:14.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:14 smithi027 bash[31536]: cluster 2023-12-07T21:03:14.275851+0000 mgr.a (mgr.24293) 26975 : cluster 0 pgmap v20173: 33 pgs: 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:16.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:16.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:16.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:16.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:16 smithi022 bash[28554]: cluster 2023-12-07T21:03:16.276616+0000 mgr.a (mgr.24293) 26976 : cluster 0 pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:16.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:16 smithi044 bash[32620]: cluster 2023-12-07T21:03:16.276616+0000 mgr.a (mgr.24293) 26976 : cluster 0 pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:16.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:16 smithi027 bash[31536]: cluster 2023-12-07T21:03:16.276616+0000 mgr.a (mgr.24293) 26976 : cluster 0 pgmap v20174: 33 pgs: 33 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.271 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:17.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:17.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:17.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:17.271 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:18.675 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:18 smithi022 bash[28554]: audit 2023-12-07T21:03:16.755343+0000 mgr.a (mgr.24293) 26977 : audit 0 from='client.528204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:18.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:18 smithi044 bash[32620]: audit 2023-12-07T21:03:16.755343+0000 mgr.a (mgr.24293) 26977 : audit 0 from='client.528204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:18.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:18 smithi027 bash[31536]: audit 2023-12-07T21:03:16.755343+0000 mgr.a (mgr.24293) 26977 : audit 0 from='client.528204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:19.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:19 smithi022 bash[28554]: cluster 2023-12-07T21:03:18.277313+0000 mgr.a (mgr.24293) 26978 : cluster 0 pgmap v20175: 33 pgs: 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:19.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:19 smithi044 bash[32620]: cluster 2023-12-07T21:03:18.277313+0000 mgr.a (mgr.24293) 26978 : cluster 0 pgmap v20175: 33 pgs: 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:19.699 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:19 smithi027 bash[31536]: cluster 2023-12-07T21:03:18.277313+0000 mgr.a (mgr.24293) 26978 : cluster 0 pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:20.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:20 smithi022 bash[28554]: cluster 2023-12-07T21:03:20.277926+0000 mgr.a (mgr.24293) 26979 : cluster 0 pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:20.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:20 smithi044 bash[32620]: cluster 2023-12-07T21:03:20.277926+0000 mgr.a (mgr.24293) 26979 : cluster 0 pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:20.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:20 smithi027 bash[31536]: cluster 2023-12-07T21:03:20.277926+0000 mgr.a (mgr.24293) 26979 : cluster 0 pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:22.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:22.274 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:22.275 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:23.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:23.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:23.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:23.219 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:23.219 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:23.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:23 smithi022 bash[28554]: cluster 2023-12-07T21:03:22.278755+0000 mgr.a (mgr.24293) 26980 : cluster 0 pgmap v20177: 33 pgs: 33 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:23.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:23 smithi044 bash[32620]: cluster 2023-12-07T21:03:22.278755+0000 mgr.a (mgr.24293) 26980 : cluster 0 pgmap v20177: 33 pgs: 33 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:23.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:23 smithi027 bash[31536]: cluster 2023-12-07T21:03:22.278755+0000 mgr.a (mgr.24293) 26980 : cluster 0 pgmap v20177: 33 pgs: 33 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:24.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:24 smithi022 bash[28554]: audit 2023-12-07T21:03:22.694311+0000 mgr.a (mgr.24293) 26981 : audit 0 from='client.528276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:24.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:24 smithi044 bash[32620]: audit 2023-12-07T21:03:22.694311+0000 mgr.a (mgr.24293) 26981 : audit 0 from='client.528276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:24.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:24 smithi027 bash[31536]: audit 2023-12-07T21:03:22.694311+0000 mgr.a (mgr.24293) 26981 : audit 0 from='client.528276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:25.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:25 smithi022 bash[28554]: cluster 2023-12-07T21:03:24.279469+0000 mgr.a (mgr.24293) 26982 : cluster 0 pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:25.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:25 smithi044 bash[32620]: cluster 2023-12-07T21:03:24.279469+0000 mgr.a (mgr.24293) 26982 : cluster 0 pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:25.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:25 smithi027 bash[31536]: cluster 2023-12-07T21:03:24.279469+0000 mgr.a (mgr.24293) 26982 : cluster 0 pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:26.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:26 smithi022 bash[28554]: cluster 2023-12-07T21:03:26.280312+0000 mgr.a (mgr.24293) 26983 : cluster 0 pgmap v20179: 33 pgs: 33 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:26.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:26 smithi044 bash[32620]: cluster 2023-12-07T21:03:26.280312+0000 mgr.a (mgr.24293) 26983 : cluster 0 pgmap v20179: 33 pgs: 33 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:26.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:26 smithi027 bash[31536]: cluster 2023-12-07T21:03:26.280312+0000 mgr.a (mgr.24293) 26983 : cluster 0 pgmap v20179: 33 pgs: 33 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:28.221 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:28.221 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:28.222 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:28.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:28 smithi022 bash[28554]: cluster 2023-12-07T21:03:28.280875+0000 mgr.a (mgr.24293) 26984 : cluster 0 pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:28.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:28 smithi044 bash[32620]: cluster 2023-12-07T21:03:28.280875+0000 mgr.a (mgr.24293) 26984 : cluster 0 pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:28.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:28 smithi027 bash[31536]: cluster 2023-12-07T21:03:28.280875+0000 mgr.a (mgr.24293) 26984 : cluster 0 pgmap v20180: 33 pgs: 33 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:29.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:29.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:29.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:29 smithi022 bash[28554]: audit 2023-12-07T21:03:28.629355+0000 mgr.a (mgr.24293) 26985 : audit 0 from='client.528348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:29.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:29 smithi044 bash[32620]: audit 2023-12-07T21:03:28.629355+0000 mgr.a (mgr.24293) 26985 : audit 0 from='client.528348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:29.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:29 smithi027 bash[31536]: audit 2023-12-07T21:03:28.629355+0000 mgr.a (mgr.24293) 26985 : audit 0 from='client.528348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:30.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:30 smithi022 bash[28554]: cluster 2023-12-07T21:03:30.281643+0000 mgr.a (mgr.24293) 26986 : cluster 0 pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:30.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:30 smithi044 bash[32620]: cluster 2023-12-07T21:03:30.281643+0000 mgr.a (mgr.24293) 26986 : cluster 0 pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:30.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:30 smithi027 bash[31536]: cluster 2023-12-07T21:03:30.281643+0000 mgr.a (mgr.24293) 26986 : cluster 0 pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:31 smithi022 bash[28554]: audit 2023-12-07T21:03:30.673973+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:31 smithi022 bash[28554]: audit 2023-12-07T21:03:31.203876+0000 mon.a (mon.0) 4161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:31 smithi022 bash[28554]: audit 2023-12-07T21:03:31.209449+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:31 smithi022 bash[28554]: audit 2023-12-07T21:03:31.216459+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:31 smithi022 bash[28554]: audit 2023-12-07T21:03:31.222108+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:31 smithi044 bash[32620]: audit 2023-12-07T21:03:30.673973+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:31.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:31 smithi044 bash[32620]: audit 2023-12-07T21:03:31.203876+0000 mon.a (mon.0) 4161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:31 smithi044 bash[32620]: audit 2023-12-07T21:03:31.209449+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:31 smithi044 bash[32620]: audit 2023-12-07T21:03:31.216459+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:31 smithi044 bash[32620]: audit 2023-12-07T21:03:31.222108+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:31 smithi027 bash[31536]: audit 2023-12-07T21:03:30.673973+0000 mon.a (mon.0) 4160 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:31 smithi027 bash[31536]: audit 2023-12-07T21:03:31.203876+0000 mon.a (mon.0) 4161 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:31 smithi027 bash[31536]: audit 2023-12-07T21:03:31.209449+0000 mon.a (mon.0) 4162 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:31 smithi027 bash[31536]: audit 2023-12-07T21:03:31.216459+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:31.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:31 smithi027 bash[31536]: audit 2023-12-07T21:03:31.222108+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:32 smithi022 bash[28554]: audit 2023-12-07T21:03:31.973253+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:32 smithi022 bash[28554]: audit 2023-12-07T21:03:31.974987+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:32 smithi022 bash[28554]: audit 2023-12-07T21:03:31.982488+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:32.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:32 smithi022 bash[28554]: cluster 2023-12-07T21:03:32.282499+0000 mgr.a (mgr.24293) 26987 : cluster 0 pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:32 smithi044 bash[32620]: audit 2023-12-07T21:03:31.973253+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:32 smithi044 bash[32620]: audit 2023-12-07T21:03:31.974987+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:32 smithi044 bash[32620]: audit 2023-12-07T21:03:31.982488+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:32.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:32 smithi044 bash[32620]: cluster 2023-12-07T21:03:32.282499+0000 mgr.a (mgr.24293) 26987 : cluster 0 pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:32 smithi027 bash[31536]: audit 2023-12-07T21:03:31.973253+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:32 smithi027 bash[31536]: audit 2023-12-07T21:03:31.974987+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:32 smithi027 bash[31536]: audit 2023-12-07T21:03:31.982488+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:03:32.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:32 smithi027 bash[31536]: cluster 2023-12-07T21:03:32.282499+0000 mgr.a (mgr.24293) 26987 : cluster 0 pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:34.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:34.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:34.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:34.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:34 smithi022 bash[28554]: cluster 2023-12-07T21:03:34.283048+0000 mgr.a (mgr.24293) 26988 : cluster 0 pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:34.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:34 smithi044 bash[32620]: cluster 2023-12-07T21:03:34.283048+0000 mgr.a (mgr.24293) 26988 : cluster 0 pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:34.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:34 smithi027 bash[31536]: cluster 2023-12-07T21:03:34.283048+0000 mgr.a (mgr.24293) 26988 : cluster 0 pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:35.119 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:35.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:35.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:35.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:35.119 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:35.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:35 smithi022 bash[28554]: audit 2023-12-07T21:03:34.579056+0000 mgr.a (mgr.24293) 26989 : audit 0 from='client.528426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:35.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:35 smithi044 bash[32620]: audit 2023-12-07T21:03:34.579056+0000 mgr.a (mgr.24293) 26989 : audit 0 from='client.528426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:35.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:35 smithi027 bash[31536]: audit 2023-12-07T21:03:34.579056+0000 mgr.a (mgr.24293) 26989 : audit 0 from='client.528426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:36.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:36 smithi022 bash[28554]: cluster 2023-12-07T21:03:36.284166+0000 mgr.a (mgr.24293) 26990 : cluster 0 pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:36.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:36 smithi044 bash[32620]: cluster 2023-12-07T21:03:36.284166+0000 mgr.a (mgr.24293) 26990 : cluster 0 pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:36.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:36 smithi027 bash[31536]: cluster 2023-12-07T21:03:36.284166+0000 mgr.a (mgr.24293) 26990 : cluster 0 pgmap v20184: 33 pgs: 33 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:38.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:38 smithi022 bash[28554]: cluster 2023-12-07T21:03:38.284788+0000 mgr.a (mgr.24293) 26991 : cluster 0 pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:38.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:38 smithi044 bash[32620]: cluster 2023-12-07T21:03:38.284788+0000 mgr.a (mgr.24293) 26991 : cluster 0 pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:38.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:38 smithi027 bash[31536]: cluster 2023-12-07T21:03:38.284788+0000 mgr.a (mgr.24293) 26991 : cluster 0 pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:40.121 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:40.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:40.122 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:40.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:40 smithi022 bash[28554]: cluster 2023-12-07T21:03:40.285203+0000 mgr.a (mgr.24293) 26992 : cluster 0 pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:40.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:40 smithi044 bash[32620]: cluster 2023-12-07T21:03:40.285203+0000 mgr.a (mgr.24293) 26992 : cluster 0 pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:40.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:40 smithi027 bash[31536]: cluster 2023-12-07T21:03:40.285203+0000 mgr.a (mgr.24293) 26992 : cluster 0 pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:41.070 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:41.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:41.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:41.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:41.071 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:41.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:41 smithi022 bash[28554]: audit 2023-12-07T21:03:40.545045+0000 mgr.a (mgr.24293) 26993 : audit 0 from='client.528501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:41.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:41 smithi044 bash[32620]: audit 2023-12-07T21:03:40.545045+0000 mgr.a (mgr.24293) 26993 : audit 0 from='client.528501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:41.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:41 smithi027 bash[31536]: audit 2023-12-07T21:03:40.545045+0000 mgr.a (mgr.24293) 26993 : audit 0 from='client.528501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:43.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:43 smithi022 bash[28554]: cluster 2023-12-07T21:03:42.286194+0000 mgr.a (mgr.24293) 26994 : cluster 0 pgmap v20187: 33 pgs: 33 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.675 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:43 smithi044 bash[32620]: cluster 2023-12-07T21:03:42.286194+0000 mgr.a (mgr.24293) 26994 : cluster 0 pgmap v20187: 33 pgs: 33 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.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:43 smithi027 bash[31536]: cluster 2023-12-07T21:03:42.286194+0000 mgr.a (mgr.24293) 26994 : cluster 0 pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:44.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:44 smithi022 bash[28554]: cluster 2023-12-07T21:03:44.286792+0000 mgr.a (mgr.24293) 26995 : cluster 0 pgmap v20188: 33 pgs: 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:44.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:44 smithi044 bash[32620]: cluster 2023-12-07T21:03:44.286792+0000 mgr.a (mgr.24293) 26995 : cluster 0 pgmap v20188: 33 pgs: 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:44.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:44 smithi027 bash[31536]: cluster 2023-12-07T21:03:44.286792+0000 mgr.a (mgr.24293) 26995 : cluster 0 pgmap v20188: 33 pgs: 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:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:46.074 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:46.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:46 smithi022 bash[28554]: cluster 2023-12-07T21:03:46.287592+0000 mgr.a (mgr.24293) 26996 : cluster 0 pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:46.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:46 smithi044 bash[32620]: cluster 2023-12-07T21:03:46.287592+0000 mgr.a (mgr.24293) 26996 : cluster 0 pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:46.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:46 smithi027 bash[31536]: cluster 2023-12-07T21:03:46.287592+0000 mgr.a (mgr.24293) 26996 : cluster 0 pgmap v20189: 33 pgs: 33 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.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:47.010 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:48.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:48 smithi022 bash[28554]: audit 2023-12-07T21:03:46.487901+0000 mgr.a (mgr.24293) 26997 : audit 0 from='client.528573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:48.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:48 smithi044 bash[32620]: audit 2023-12-07T21:03:46.487901+0000 mgr.a (mgr.24293) 26997 : audit 0 from='client.528573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:48.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:48 smithi027 bash[31536]: audit 2023-12-07T21:03:46.487901+0000 mgr.a (mgr.24293) 26997 : audit 0 from='client.528573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:49.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:49 smithi022 bash[28554]: cluster 2023-12-07T21:03:48.288225+0000 mgr.a (mgr.24293) 26998 : cluster 0 pgmap v20190: 33 pgs: 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:49.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:49 smithi044 bash[32620]: cluster 2023-12-07T21:03:48.288225+0000 mgr.a (mgr.24293) 26998 : cluster 0 pgmap v20190: 33 pgs: 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:49.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:49 smithi027 bash[31536]: cluster 2023-12-07T21:03:48.288225+0000 mgr.a (mgr.24293) 26998 : cluster 0 pgmap v20190: 33 pgs: 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:50.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:50 smithi022 bash[28554]: cluster 2023-12-07T21:03:50.288822+0000 mgr.a (mgr.24293) 26999 : cluster 0 pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:50.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:50 smithi044 bash[32620]: cluster 2023-12-07T21:03:50.288822+0000 mgr.a (mgr.24293) 26999 : cluster 0 pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:50.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:50 smithi027 bash[31536]: cluster 2023-12-07T21:03:50.288822+0000 mgr.a (mgr.24293) 26999 : cluster 0 pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:52.011 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:52.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:52.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:52.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:52.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:52.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:52.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:52.972 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:53.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:53 smithi022 bash[28554]: cluster 2023-12-07T21:03:52.289606+0000 mgr.a (mgr.24293) 27000 : cluster 0 pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:53.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:53 smithi044 bash[32620]: cluster 2023-12-07T21:03:52.289606+0000 mgr.a (mgr.24293) 27000 : cluster 0 pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:53.698 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:53 smithi027 bash[31536]: cluster 2023-12-07T21:03:52.289606+0000 mgr.a (mgr.24293) 27000 : cluster 0 pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:54.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:54 smithi022 bash[28554]: audit 2023-12-07T21:03:52.430334+0000 mgr.a (mgr.24293) 27001 : audit 0 from='client.528651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:54.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:54 smithi044 bash[32620]: audit 2023-12-07T21:03:52.430334+0000 mgr.a (mgr.24293) 27001 : audit 0 from='client.528651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:54.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:54 smithi027 bash[31536]: audit 2023-12-07T21:03:52.430334+0000 mgr.a (mgr.24293) 27001 : audit 0 from='client.528651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:55.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:55 smithi022 bash[28554]: cluster 2023-12-07T21:03:54.290274+0000 mgr.a (mgr.24293) 27002 : cluster 0 pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:55.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:55 smithi044 bash[32620]: cluster 2023-12-07T21:03:54.290274+0000 mgr.a (mgr.24293) 27002 : cluster 0 pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:55.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:55 smithi027 bash[31536]: cluster 2023-12-07T21:03:54.290274+0000 mgr.a (mgr.24293) 27002 : cluster 0 pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:56.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:56 smithi022 bash[28554]: cluster 2023-12-07T21:03:56.291039+0000 mgr.a (mgr.24293) 27003 : cluster 0 pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:56.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:56 smithi044 bash[32620]: cluster 2023-12-07T21:03:56.291039+0000 mgr.a (mgr.24293) 27003 : cluster 0 pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:56.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:56 smithi027 bash[31536]: cluster 2023-12-07T21:03:56.291039+0000 mgr.a (mgr.24293) 27003 : cluster 0 pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:57.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:03:57.975 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:57.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:58.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:58 smithi022 bash[28554]: cluster 2023-12-07T21:03:58.291425+0000 mgr.a (mgr.24293) 27004 : cluster 0 pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:58.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:58 smithi044 bash[32620]: cluster 2023-12-07T21:03:58.291425+0000 mgr.a (mgr.24293) 27004 : cluster 0 pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:58.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:58 smithi027 bash[31536]: cluster 2023-12-07T21:03:58.291425+0000 mgr.a (mgr.24293) 27004 : cluster 0 pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:58.905 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:03:58.905 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:03:59.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:03:59 smithi022 bash[28554]: audit 2023-12-07T21:03:58.390330+0000 mgr.a (mgr.24293) 27005 : audit 0 from='client.528726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:59.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:03:59 smithi044 bash[32620]: audit 2023-12-07T21:03:58.390330+0000 mgr.a (mgr.24293) 27005 : audit 0 from='client.528726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:59.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:03:59 smithi027 bash[31536]: audit 2023-12-07T21:03:58.390330+0000 mgr.a (mgr.24293) 27005 : audit 0 from='client.528726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:00.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:00 smithi022 bash[28554]: cluster 2023-12-07T21:04:00.292070+0000 mgr.a (mgr.24293) 27006 : cluster 0 pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:00.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:00 smithi044 bash[32620]: cluster 2023-12-07T21:04:00.292070+0000 mgr.a (mgr.24293) 27006 : cluster 0 pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:00.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:00 smithi027 bash[31536]: cluster 2023-12-07T21:04:00.292070+0000 mgr.a (mgr.24293) 27006 : cluster 0 pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:03.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:03 smithi022 bash[28554]: cluster 2023-12-07T21:04:02.292917+0000 mgr.a (mgr.24293) 27007 : cluster 0 pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:03.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:03 smithi044 bash[32620]: cluster 2023-12-07T21:04:02.292917+0000 mgr.a (mgr.24293) 27007 : cluster 0 pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:03.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:03 smithi027 bash[31536]: cluster 2023-12-07T21:04:02.292917+0000 mgr.a (mgr.24293) 27007 : cluster 0 pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:03.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:03.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:03.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:04.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:04 smithi022 bash[28554]: cluster 2023-12-07T21:04:04.293431+0000 mgr.a (mgr.24293) 27008 : cluster 0 pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:04.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:04 smithi044 bash[32620]: cluster 2023-12-07T21:04:04.293431+0000 mgr.a (mgr.24293) 27008 : cluster 0 pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:04.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:04 smithi027 bash[31536]: cluster 2023-12-07T21:04:04.293431+0000 mgr.a (mgr.24293) 27008 : cluster 0 pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:04.849 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:04.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:04.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:04.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:04.850 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:05.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:05 smithi022 bash[28554]: audit 2023-12-07T21:04:04.330168+0000 mgr.a (mgr.24293) 27009 : audit 0 from='client.528804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:05.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:05 smithi044 bash[32620]: audit 2023-12-07T21:04:04.330168+0000 mgr.a (mgr.24293) 27009 : audit 0 from='client.528804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:05.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:05 smithi027 bash[31536]: audit 2023-12-07T21:04:04.330168+0000 mgr.a (mgr.24293) 27009 : audit 0 from='client.528804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:06.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:06 smithi022 bash[28554]: cluster 2023-12-07T21:04:06.294300+0000 mgr.a (mgr.24293) 27010 : cluster 0 pgmap v20199: 33 pgs: 33 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:06.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:06 smithi044 bash[32620]: cluster 2023-12-07T21:04:06.294300+0000 mgr.a (mgr.24293) 27010 : cluster 0 pgmap v20199: 33 pgs: 33 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:06.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:06 smithi027 bash[31536]: cluster 2023-12-07T21:04:06.294300+0000 mgr.a (mgr.24293) 27010 : cluster 0 pgmap v20199: 33 pgs: 33 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:08.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:08 smithi022 bash[28554]: cluster 2023-12-07T21:04:08.294893+0000 mgr.a (mgr.24293) 27011 : cluster 0 pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:08.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:08 smithi044 bash[32620]: cluster 2023-12-07T21:04:08.294893+0000 mgr.a (mgr.24293) 27011 : cluster 0 pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:08.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:08 smithi027 bash[31536]: cluster 2023-12-07T21:04:08.294893+0000 mgr.a (mgr.24293) 27011 : cluster 0 pgmap v20200: 33 pgs: 33 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.851 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:09.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:09.852 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:10.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:10 smithi022 bash[28554]: audit 2023-12-07T21:04:10.267472+0000 mgr.a (mgr.24293) 27012 : audit 0 from='client.528882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:10.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:10 smithi022 bash[28554]: cluster 2023-12-07T21:04:10.295412+0000 mgr.a (mgr.24293) 27013 : cluster 0 pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:10.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:10 smithi044 bash[32620]: audit 2023-12-07T21:04:10.267472+0000 mgr.a (mgr.24293) 27012 : audit 0 from='client.528882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:10.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:10 smithi044 bash[32620]: cluster 2023-12-07T21:04:10.295412+0000 mgr.a (mgr.24293) 27013 : cluster 0 pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:10.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:10 smithi027 bash[31536]: audit 2023-12-07T21:04:10.267472+0000 mgr.a (mgr.24293) 27012 : audit 0 from='client.528882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:10.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:10 smithi027 bash[31536]: cluster 2023-12-07T21:04:10.295412+0000 mgr.a (mgr.24293) 27013 : cluster 0 pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:10.803 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:10.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:10.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:10.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:10.803 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:13.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:13 smithi022 bash[28554]: cluster 2023-12-07T21:04:12.296452+0000 mgr.a (mgr.24293) 27014 : cluster 0 pgmap v20202: 33 pgs: 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:13.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:13 smithi044 bash[32620]: cluster 2023-12-07T21:04:12.296452+0000 mgr.a (mgr.24293) 27014 : cluster 0 pgmap v20202: 33 pgs: 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:13.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:13 smithi027 bash[31536]: cluster 2023-12-07T21:04:12.296452+0000 mgr.a (mgr.24293) 27014 : cluster 0 pgmap v20202: 33 pgs: 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:14.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:14 smithi022 bash[28554]: cluster 2023-12-07T21:04:14.297025+0000 mgr.a (mgr.24293) 27015 : cluster 0 pgmap v20203: 33 pgs: 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:14.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:14 smithi044 bash[32620]: cluster 2023-12-07T21:04:14.297025+0000 mgr.a (mgr.24293) 27015 : cluster 0 pgmap v20203: 33 pgs: 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:14.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:14 smithi027 bash[31536]: cluster 2023-12-07T21:04:14.297025+0000 mgr.a (mgr.24293) 27015 : cluster 0 pgmap v20203: 33 pgs: 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:15.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:15.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:15.807 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:16.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:16 smithi022 bash[28554]: audit 2023-12-07T21:04:16.227041+0000 mgr.a (mgr.24293) 27016 : audit 0 from='client.528957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:16.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:16 smithi022 bash[28554]: cluster 2023-12-07T21:04:16.297996+0000 mgr.a (mgr.24293) 27017 : cluster 0 pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:16.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:16 smithi044 bash[32620]: audit 2023-12-07T21:04:16.227041+0000 mgr.a (mgr.24293) 27016 : audit 0 from='client.528957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:16.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:16 smithi044 bash[32620]: cluster 2023-12-07T21:04:16.297996+0000 mgr.a (mgr.24293) 27017 : cluster 0 pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:16.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:16 smithi027 bash[31536]: audit 2023-12-07T21:04:16.227041+0000 mgr.a (mgr.24293) 27016 : audit 0 from='client.528957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:16.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:16 smithi027 bash[31536]: cluster 2023-12-07T21:04:16.297996+0000 mgr.a (mgr.24293) 27017 : cluster 0 pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:16.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:16.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:16.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:16.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:18.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:18 smithi022 bash[28554]: cluster 2023-12-07T21:04:18.298659+0000 mgr.a (mgr.24293) 27018 : cluster 0 pgmap v20205: 33 pgs: 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:18.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:18 smithi044 bash[32620]: cluster 2023-12-07T21:04:18.298659+0000 mgr.a (mgr.24293) 27018 : cluster 0 pgmap v20205: 33 pgs: 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:18.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:18 smithi027 bash[31536]: cluster 2023-12-07T21:04:18.298659+0000 mgr.a (mgr.24293) 27018 : cluster 0 pgmap v20205: 33 pgs: 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:20.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:20 smithi022 bash[28554]: cluster 2023-12-07T21:04:20.299265+0000 mgr.a (mgr.24293) 27019 : cluster 0 pgmap v20206: 33 pgs: 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:20.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:20 smithi044 bash[32620]: cluster 2023-12-07T21:04:20.299265+0000 mgr.a (mgr.24293) 27019 : cluster 0 pgmap v20206: 33 pgs: 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:20.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:20 smithi027 bash[31536]: cluster 2023-12-07T21:04:20.299265+0000 mgr.a (mgr.24293) 27019 : cluster 0 pgmap v20206: 33 pgs: 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:21.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:21.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:21.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:22.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:22.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:22.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:22.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:22.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:23.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:23 smithi022 bash[28554]: audit 2023-12-07T21:04:22.167463+0000 mgr.a (mgr.24293) 27020 : audit 0 from='client.529035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:23.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:23 smithi022 bash[28554]: cluster 2023-12-07T21:04:22.300162+0000 mgr.a (mgr.24293) 27021 : cluster 0 pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:23.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:23 smithi044 bash[32620]: audit 2023-12-07T21:04:22.167463+0000 mgr.a (mgr.24293) 27020 : audit 0 from='client.529035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:23.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:23 smithi044 bash[32620]: cluster 2023-12-07T21:04:22.300162+0000 mgr.a (mgr.24293) 27021 : cluster 0 pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:23.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:23 smithi027 bash[31536]: audit 2023-12-07T21:04:22.167463+0000 mgr.a (mgr.24293) 27020 : audit 0 from='client.529035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:23.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:23 smithi027 bash[31536]: cluster 2023-12-07T21:04:22.300162+0000 mgr.a (mgr.24293) 27021 : cluster 0 pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:24.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:24 smithi022 bash[28554]: cluster 2023-12-07T21:04:24.300771+0000 mgr.a (mgr.24293) 27022 : cluster 0 pgmap v20208: 33 pgs: 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:24.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:24 smithi044 bash[32620]: cluster 2023-12-07T21:04:24.300771+0000 mgr.a (mgr.24293) 27022 : cluster 0 pgmap v20208: 33 pgs: 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:24.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:24 smithi027 bash[31536]: cluster 2023-12-07T21:04:24.300771+0000 mgr.a (mgr.24293) 27022 : cluster 0 pgmap v20208: 33 pgs: 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:26.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:26 smithi022 bash[28554]: cluster 2023-12-07T21:04:26.301597+0000 mgr.a (mgr.24293) 27023 : cluster 0 pgmap v20209: 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:26.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:26 smithi044 bash[32620]: cluster 2023-12-07T21:04:26.301597+0000 mgr.a (mgr.24293) 27023 : cluster 0 pgmap v20209: 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:26.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:26 smithi027 bash[31536]: cluster 2023-12-07T21:04:26.301597+0000 mgr.a (mgr.24293) 27023 : cluster 0 pgmap v20209: 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:27.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:27.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:27.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:28.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:28.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:28.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:28.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:28.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:28.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:28 smithi022 bash[28554]: audit 2023-12-07T21:04:28.131531+0000 mgr.a (mgr.24293) 27024 : audit 0 from='client.529113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:28.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:28 smithi022 bash[28554]: cluster 2023-12-07T21:04:28.302381+0000 mgr.a (mgr.24293) 27025 : cluster 0 pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:28.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:28 smithi044 bash[32620]: audit 2023-12-07T21:04:28.131531+0000 mgr.a (mgr.24293) 27024 : audit 0 from='client.529113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:28.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:28 smithi044 bash[32620]: cluster 2023-12-07T21:04:28.302381+0000 mgr.a (mgr.24293) 27025 : cluster 0 pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:28.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:28 smithi027 bash[31536]: audit 2023-12-07T21:04:28.131531+0000 mgr.a (mgr.24293) 27024 : audit 0 from='client.529113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:28.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:28 smithi027 bash[31536]: cluster 2023-12-07T21:04:28.302381+0000 mgr.a (mgr.24293) 27025 : cluster 0 pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:30.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:30 smithi022 bash[28554]: cluster 2023-12-07T21:04:30.303131+0000 mgr.a (mgr.24293) 27026 : cluster 0 pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:30.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:30 smithi044 bash[32620]: cluster 2023-12-07T21:04:30.303131+0000 mgr.a (mgr.24293) 27026 : cluster 0 pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:30.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:30 smithi027 bash[31536]: cluster 2023-12-07T21:04:30.303131+0000 mgr.a (mgr.24293) 27026 : cluster 0 pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:32.422 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:32 smithi022 bash[28554]: audit 2023-12-07T21:04:32.086788+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:32.423 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:32 smithi044 bash[32620]: audit 2023-12-07T21:04:32.086788+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:32.447 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:32 smithi027 bash[31536]: audit 2023-12-07T21:04:32.086788+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:33.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:33.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:33.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:33.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:33 smithi022 bash[28554]: cluster 2023-12-07T21:04:32.304124+0000 mgr.a (mgr.24293) 27027 : cluster 0 pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:33.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:33 smithi022 bash[28554]: audit 2023-12-07T21:04:32.876917+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:33.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:33 smithi022 bash[28554]: audit 2023-12-07T21:04:32.879003+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:33.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:33 smithi022 bash[28554]: audit 2023-12-07T21:04:32.888085+0000 mon.a (mon.0) 4171 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:04:33.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:33 smithi044 bash[32620]: cluster 2023-12-07T21:04:32.304124+0000 mgr.a (mgr.24293) 27027 : cluster 0 pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:33.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:33 smithi044 bash[32620]: audit 2023-12-07T21:04:32.876917+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:33.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:33 smithi044 bash[32620]: audit 2023-12-07T21:04:32.879003+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:33.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:33 smithi044 bash[32620]: audit 2023-12-07T21:04:32.888085+0000 mon.a (mon.0) 4171 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:04:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:33 smithi027 bash[31536]: cluster 2023-12-07T21:04:32.304124+0000 mgr.a (mgr.24293) 27027 : cluster 0 pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:33 smithi027 bash[31536]: audit 2023-12-07T21:04:32.876917+0000 mon.a (mon.0) 4169 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:33 smithi027 bash[31536]: audit 2023-12-07T21:04:32.879003+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:33.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:33 smithi027 bash[31536]: audit 2023-12-07T21:04:32.888085+0000 mon.a (mon.0) 4171 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:04:34.578 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:34.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:34.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:34.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:34.578 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:34.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:34 smithi022 bash[28554]: audit 2023-12-07T21:04:34.050135+0000 mgr.a (mgr.24293) 27028 : audit 0 from='client.529191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:34.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:34 smithi022 bash[28554]: cluster 2023-12-07T21:04:34.304775+0000 mgr.a (mgr.24293) 27029 : cluster 0 pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:34.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:34 smithi044 bash[32620]: audit 2023-12-07T21:04:34.050135+0000 mgr.a (mgr.24293) 27028 : audit 0 from='client.529191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:34.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:34 smithi044 bash[32620]: cluster 2023-12-07T21:04:34.304775+0000 mgr.a (mgr.24293) 27029 : cluster 0 pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:34 smithi027 bash[31536]: audit 2023-12-07T21:04:34.050135+0000 mgr.a (mgr.24293) 27028 : audit 0 from='client.529191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:34.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:34 smithi027 bash[31536]: cluster 2023-12-07T21:04:34.304775+0000 mgr.a (mgr.24293) 27029 : cluster 0 pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:36.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:36 smithi022 bash[28554]: cluster 2023-12-07T21:04:36.305700+0000 mgr.a (mgr.24293) 27030 : cluster 0 pgmap v20214: 33 pgs: 33 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:36.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:36 smithi044 bash[32620]: cluster 2023-12-07T21:04:36.305700+0000 mgr.a (mgr.24293) 27030 : cluster 0 pgmap v20214: 33 pgs: 33 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:36.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:36 smithi027 bash[31536]: cluster 2023-12-07T21:04:36.305700+0000 mgr.a (mgr.24293) 27030 : cluster 0 pgmap v20214: 33 pgs: 33 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:38.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:38 smithi022 bash[28554]: cluster 2023-12-07T21:04:38.306282+0000 mgr.a (mgr.24293) 27031 : cluster 0 pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:38.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:38 smithi044 bash[32620]: cluster 2023-12-07T21:04:38.306282+0000 mgr.a (mgr.24293) 27031 : cluster 0 pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:38 smithi027 bash[31536]: cluster 2023-12-07T21:04:38.306282+0000 mgr.a (mgr.24293) 27031 : cluster 0 pgmap v20215: 33 pgs: 33 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:39.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:39.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:39.582 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:40.518 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:40.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:40 smithi022 bash[28554]: audit 2023-12-07T21:04:39.995995+0000 mgr.a (mgr.24293) 27032 : audit 0 from='client.529266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:40.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:40 smithi022 bash[28554]: cluster 2023-12-07T21:04:40.306802+0000 mgr.a (mgr.24293) 27033 : cluster 0 pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:40.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:40 smithi044 bash[32620]: audit 2023-12-07T21:04:39.995995+0000 mgr.a (mgr.24293) 27032 : audit 0 from='client.529266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:40.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:40 smithi044 bash[32620]: cluster 2023-12-07T21:04:40.306802+0000 mgr.a (mgr.24293) 27033 : cluster 0 pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:40.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:40 smithi027 bash[31536]: audit 2023-12-07T21:04:39.995995+0000 mgr.a (mgr.24293) 27032 : audit 0 from='client.529266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:40.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:40 smithi027 bash[31536]: cluster 2023-12-07T21:04:40.306802+0000 mgr.a (mgr.24293) 27033 : cluster 0 pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:43.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:43 smithi022 bash[28554]: cluster 2023-12-07T21:04:42.307748+0000 mgr.a (mgr.24293) 27034 : cluster 0 pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:43.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:43 smithi044 bash[32620]: cluster 2023-12-07T21:04:42.307748+0000 mgr.a (mgr.24293) 27034 : cluster 0 pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:43.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:43 smithi027 bash[31536]: cluster 2023-12-07T21:04:42.307748+0000 mgr.a (mgr.24293) 27034 : cluster 0 pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:44.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:44 smithi022 bash[28554]: cluster 2023-12-07T21:04:44.308290+0000 mgr.a (mgr.24293) 27035 : cluster 0 pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:44.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:44 smithi044 bash[32620]: cluster 2023-12-07T21:04:44.308290+0000 mgr.a (mgr.24293) 27035 : cluster 0 pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:44.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:44 smithi027 bash[31536]: cluster 2023-12-07T21:04:44.308290+0000 mgr.a (mgr.24293) 27035 : cluster 0 pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:45.519 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:45.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:45.520 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:46.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:46.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:46.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:46.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:46.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:46.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:46 smithi022 bash[28554]: audit 2023-12-07T21:04:45.929409+0000 mgr.a (mgr.24293) 27036 : audit 0 from='client.529338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:46.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:46 smithi022 bash[28554]: cluster 2023-12-07T21:04:46.309605+0000 mgr.a (mgr.24293) 27037 : cluster 0 pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:46 smithi044 bash[32620]: audit 2023-12-07T21:04:45.929409+0000 mgr.a (mgr.24293) 27036 : audit 0 from='client.529338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:46.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:46 smithi044 bash[32620]: cluster 2023-12-07T21:04:46.309605+0000 mgr.a (mgr.24293) 27037 : cluster 0 pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:46.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:46 smithi027 bash[31536]: audit 2023-12-07T21:04:45.929409+0000 mgr.a (mgr.24293) 27036 : audit 0 from='client.529338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:46.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:46 smithi027 bash[31536]: cluster 2023-12-07T21:04:46.309605+0000 mgr.a (mgr.24293) 27037 : cluster 0 pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:48.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:48 smithi022 bash[28554]: cluster 2023-12-07T21:04:48.310115+0000 mgr.a (mgr.24293) 27038 : cluster 0 pgmap v20220: 33 pgs: 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:48.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:48 smithi044 bash[32620]: cluster 2023-12-07T21:04:48.310115+0000 mgr.a (mgr.24293) 27038 : cluster 0 pgmap v20220: 33 pgs: 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:48.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:48 smithi027 bash[31536]: cluster 2023-12-07T21:04:48.310115+0000 mgr.a (mgr.24293) 27038 : cluster 0 pgmap v20220: 33 pgs: 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:50.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:50 smithi022 bash[28554]: cluster 2023-12-07T21:04:50.310710+0000 mgr.a (mgr.24293) 27039 : cluster 0 pgmap v20221: 33 pgs: 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:50.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:50 smithi044 bash[32620]: cluster 2023-12-07T21:04:50.310710+0000 mgr.a (mgr.24293) 27039 : cluster 0 pgmap v20221: 33 pgs: 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:50.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:50 smithi027 bash[31536]: cluster 2023-12-07T21:04:50.310710+0000 mgr.a (mgr.24293) 27039 : cluster 0 pgmap v20221: 33 pgs: 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:51.441 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:51.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:51.442 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:52.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:52.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:52.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:52.350 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:52.351 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:53.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:53 smithi022 bash[28554]: audit 2023-12-07T21:04:51.860341+0000 mgr.a (mgr.24293) 27040 : audit 0 from='client.529410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:53.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:53 smithi022 bash[28554]: cluster 2023-12-07T21:04:52.311355+0000 mgr.a (mgr.24293) 27041 : cluster 0 pgmap v20222: 33 pgs: 33 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.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:53 smithi044 bash[32620]: audit 2023-12-07T21:04:51.860341+0000 mgr.a (mgr.24293) 27040 : audit 0 from='client.529410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:53.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:53 smithi044 bash[32620]: cluster 2023-12-07T21:04:52.311355+0000 mgr.a (mgr.24293) 27041 : cluster 0 pgmap v20222: 33 pgs: 33 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.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:53 smithi027 bash[31536]: audit 2023-12-07T21:04:51.860341+0000 mgr.a (mgr.24293) 27040 : audit 0 from='client.529410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:53.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:53 smithi027 bash[31536]: cluster 2023-12-07T21:04:52.311355+0000 mgr.a (mgr.24293) 27041 : cluster 0 pgmap v20222: 33 pgs: 33 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.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:54 smithi022 bash[28554]: cluster 2023-12-07T21:04:54.311919+0000 mgr.a (mgr.24293) 27042 : cluster 0 pgmap v20223: 33 pgs: 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:54.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:54 smithi044 bash[32620]: cluster 2023-12-07T21:04:54.311919+0000 mgr.a (mgr.24293) 27042 : cluster 0 pgmap v20223: 33 pgs: 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:54.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:54 smithi027 bash[31536]: cluster 2023-12-07T21:04:54.311919+0000 mgr.a (mgr.24293) 27042 : cluster 0 pgmap v20223: 33 pgs: 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:56.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:56 smithi022 bash[28554]: cluster 2023-12-07T21:04:56.312604+0000 mgr.a (mgr.24293) 27043 : cluster 0 pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:56.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:56 smithi044 bash[32620]: cluster 2023-12-07T21:04:56.312604+0000 mgr.a (mgr.24293) 27043 : cluster 0 pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:56.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:56 smithi027 bash[31536]: cluster 2023-12-07T21:04:56.312604+0000 mgr.a (mgr.24293) 27043 : cluster 0 pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:57.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:04:57.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:57.354 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:58.286 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:04:58.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:58.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:58.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:58.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:04:58.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:58 smithi022 bash[28554]: audit 2023-12-07T21:04:57.777947+0000 mgr.a (mgr.24293) 27044 : audit 0 from='client.529488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:58.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:04:58 smithi022 bash[28554]: cluster 2023-12-07T21:04:58.313354+0000 mgr.a (mgr.24293) 27045 : cluster 0 pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:58.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:58 smithi044 bash[32620]: audit 2023-12-07T21:04:57.777947+0000 mgr.a (mgr.24293) 27044 : audit 0 from='client.529488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:58.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:04:58 smithi044 bash[32620]: cluster 2023-12-07T21:04:58.313354+0000 mgr.a (mgr.24293) 27045 : cluster 0 pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:58.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:58 smithi027 bash[31536]: audit 2023-12-07T21:04:57.777947+0000 mgr.a (mgr.24293) 27044 : audit 0 from='client.529488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:58.697 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:04:58 smithi027 bash[31536]: cluster 2023-12-07T21:04:58.313354+0000 mgr.a (mgr.24293) 27045 : cluster 0 pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:00.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:00 smithi022 bash[28554]: cluster 2023-12-07T21:05:00.313975+0000 mgr.a (mgr.24293) 27046 : cluster 0 pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:00.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:00 smithi044 bash[32620]: cluster 2023-12-07T21:05:00.313975+0000 mgr.a (mgr.24293) 27046 : cluster 0 pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:00.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:00 smithi027 bash[31536]: cluster 2023-12-07T21:05:00.313975+0000 mgr.a (mgr.24293) 27046 : cluster 0 pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:03.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:03.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:03.290 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:03.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:03 smithi022 bash[28554]: cluster 2023-12-07T21:05:02.314783+0000 mgr.a (mgr.24293) 27047 : cluster 0 pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:03.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:03 smithi044 bash[32620]: cluster 2023-12-07T21:05:02.314783+0000 mgr.a (mgr.24293) 27047 : cluster 0 pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:03.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:03 smithi027 bash[31536]: cluster 2023-12-07T21:05:02.314783+0000 mgr.a (mgr.24293) 27047 : cluster 0 pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:04.214 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:04.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:04.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:04.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:04.214 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:04.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:04 smithi022 bash[28554]: audit 2023-12-07T21:05:03.694651+0000 mgr.a (mgr.24293) 27048 : audit 0 from='client.529563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:04.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:04 smithi022 bash[28554]: cluster 2023-12-07T21:05:04.315483+0000 mgr.a (mgr.24293) 27049 : cluster 0 pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:04.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:04 smithi044 bash[32620]: audit 2023-12-07T21:05:03.694651+0000 mgr.a (mgr.24293) 27048 : audit 0 from='client.529563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:04.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:04 smithi044 bash[32620]: cluster 2023-12-07T21:05:04.315483+0000 mgr.a (mgr.24293) 27049 : cluster 0 pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:04.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:04 smithi027 bash[31536]: audit 2023-12-07T21:05:03.694651+0000 mgr.a (mgr.24293) 27048 : audit 0 from='client.529563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:04.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:04 smithi027 bash[31536]: cluster 2023-12-07T21:05:04.315483+0000 mgr.a (mgr.24293) 27049 : cluster 0 pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:06.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:06 smithi022 bash[28554]: cluster 2023-12-07T21:05:06.316275+0000 mgr.a (mgr.24293) 27050 : cluster 0 pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:06.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:06 smithi044 bash[32620]: cluster 2023-12-07T21:05:06.316275+0000 mgr.a (mgr.24293) 27050 : cluster 0 pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:06.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:06 smithi027 bash[31536]: cluster 2023-12-07T21:05:06.316275+0000 mgr.a (mgr.24293) 27050 : cluster 0 pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:08.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:08 smithi022 bash[28554]: cluster 2023-12-07T21:05:08.316993+0000 mgr.a (mgr.24293) 27051 : cluster 0 pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:08.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:08 smithi044 bash[32620]: cluster 2023-12-07T21:05:08.316993+0000 mgr.a (mgr.24293) 27051 : cluster 0 pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:08.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:08 smithi027 bash[31536]: cluster 2023-12-07T21:05:08.316993+0000 mgr.a (mgr.24293) 27051 : cluster 0 pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:09.217 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:09.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:09.218 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:10.147 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:10.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:10.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:10.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:10.148 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:10 smithi022 bash[28554]: audit 2023-12-07T21:05:09.625992+0000 mgr.a (mgr.24293) 27052 : audit 0 from='client.529635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:10.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:10 smithi022 bash[28554]: cluster 2023-12-07T21:05:10.317785+0000 mgr.a (mgr.24293) 27053 : cluster 0 pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:10.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:10 smithi044 bash[32620]: audit 2023-12-07T21:05:09.625992+0000 mgr.a (mgr.24293) 27052 : audit 0 from='client.529635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:10.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:10 smithi044 bash[32620]: cluster 2023-12-07T21:05:10.317785+0000 mgr.a (mgr.24293) 27053 : cluster 0 pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:10 smithi027 bash[31536]: audit 2023-12-07T21:05:09.625992+0000 mgr.a (mgr.24293) 27052 : audit 0 from='client.529635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:10.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:10 smithi027 bash[31536]: cluster 2023-12-07T21:05:10.317785+0000 mgr.a (mgr.24293) 27053 : cluster 0 pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:13.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:13 smithi022 bash[28554]: cluster 2023-12-07T21:05:12.318669+0000 mgr.a (mgr.24293) 27054 : cluster 0 pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:13.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:13 smithi044 bash[32620]: cluster 2023-12-07T21:05:12.318669+0000 mgr.a (mgr.24293) 27054 : cluster 0 pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:13.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:13 smithi027 bash[31536]: cluster 2023-12-07T21:05:12.318669+0000 mgr.a (mgr.24293) 27054 : cluster 0 pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:14.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:14 smithi022 bash[28554]: cluster 2023-12-07T21:05:14.319270+0000 mgr.a (mgr.24293) 27055 : cluster 0 pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:14.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:14 smithi044 bash[32620]: cluster 2023-12-07T21:05:14.319270+0000 mgr.a (mgr.24293) 27055 : cluster 0 pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:14.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:14 smithi027 bash[31536]: cluster 2023-12-07T21:05:14.319270+0000 mgr.a (mgr.24293) 27055 : cluster 0 pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:15.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:15.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:15.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:16.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:16.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:16.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:16.103 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:16.103 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:16.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:16 smithi022 bash[28554]: audit 2023-12-07T21:05:15.571698+0000 mgr.a (mgr.24293) 27056 : audit 0 from='client.529710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:16.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:16 smithi022 bash[28554]: cluster 2023-12-07T21:05:16.320425+0000 mgr.a (mgr.24293) 27057 : cluster 0 pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:16.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:16 smithi044 bash[32620]: audit 2023-12-07T21:05:15.571698+0000 mgr.a (mgr.24293) 27056 : audit 0 from='client.529710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:16.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:16 smithi044 bash[32620]: cluster 2023-12-07T21:05:16.320425+0000 mgr.a (mgr.24293) 27057 : cluster 0 pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:16 smithi027 bash[31536]: audit 2023-12-07T21:05:15.571698+0000 mgr.a (mgr.24293) 27056 : audit 0 from='client.529710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:16.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:16 smithi027 bash[31536]: cluster 2023-12-07T21:05:16.320425+0000 mgr.a (mgr.24293) 27057 : cluster 0 pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:18.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:18 smithi022 bash[28554]: cluster 2023-12-07T21:05:18.321000+0000 mgr.a (mgr.24293) 27058 : cluster 0 pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:18.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:18 smithi044 bash[32620]: cluster 2023-12-07T21:05:18.321000+0000 mgr.a (mgr.24293) 27058 : cluster 0 pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:18.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:18 smithi027 bash[31536]: cluster 2023-12-07T21:05:18.321000+0000 mgr.a (mgr.24293) 27058 : cluster 0 pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:20.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:20 smithi022 bash[28554]: cluster 2023-12-07T21:05:20.321737+0000 mgr.a (mgr.24293) 27059 : cluster 0 pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:20.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:20 smithi044 bash[32620]: cluster 2023-12-07T21:05:20.321737+0000 mgr.a (mgr.24293) 27059 : cluster 0 pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:20.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:20 smithi027 bash[31536]: cluster 2023-12-07T21:05:20.321737+0000 mgr.a (mgr.24293) 27059 : cluster 0 pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:21.106 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:21.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:21.107 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:22.054 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:22.054 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:22.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:23.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:23 smithi022 bash[28554]: audit 2023-12-07T21:05:21.530197+0000 mgr.a (mgr.24293) 27060 : audit 0 from='client.529788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:23.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:23 smithi022 bash[28554]: cluster 2023-12-07T21:05:22.322790+0000 mgr.a (mgr.24293) 27061 : cluster 0 pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:23.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:23 smithi044 bash[32620]: audit 2023-12-07T21:05:21.530197+0000 mgr.a (mgr.24293) 27060 : audit 0 from='client.529788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:23.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:23 smithi044 bash[32620]: cluster 2023-12-07T21:05:22.322790+0000 mgr.a (mgr.24293) 27061 : cluster 0 pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:23.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:23 smithi027 bash[31536]: audit 2023-12-07T21:05:21.530197+0000 mgr.a (mgr.24293) 27060 : audit 0 from='client.529788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:23.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:23 smithi027 bash[31536]: cluster 2023-12-07T21:05:22.322790+0000 mgr.a (mgr.24293) 27061 : cluster 0 pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:24.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:24 smithi022 bash[28554]: cluster 2023-12-07T21:05:24.323394+0000 mgr.a (mgr.24293) 27062 : cluster 0 pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:24.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:24 smithi044 bash[32620]: cluster 2023-12-07T21:05:24.323394+0000 mgr.a (mgr.24293) 27062 : cluster 0 pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:24.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:24 smithi027 bash[31536]: cluster 2023-12-07T21:05:24.323394+0000 mgr.a (mgr.24293) 27062 : cluster 0 pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:26.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:26 smithi022 bash[28554]: cluster 2023-12-07T21:05:26.324135+0000 mgr.a (mgr.24293) 27063 : cluster 0 pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:26.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:26 smithi044 bash[32620]: cluster 2023-12-07T21:05:26.324135+0000 mgr.a (mgr.24293) 27063 : cluster 0 pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:26.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:26 smithi027 bash[31536]: cluster 2023-12-07T21:05:26.324135+0000 mgr.a (mgr.24293) 27063 : cluster 0 pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:27.057 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:27.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:27.058 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:28.005 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:28.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:28.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:28.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:28.005 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:28.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:28 smithi022 bash[28554]: audit 2023-12-07T21:05:27.475957+0000 mgr.a (mgr.24293) 27064 : audit 0 from='client.529863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:28.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:28 smithi022 bash[28554]: cluster 2023-12-07T21:05:28.324833+0000 mgr.a (mgr.24293) 27065 : cluster 0 pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:28.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:28 smithi044 bash[32620]: audit 2023-12-07T21:05:27.475957+0000 mgr.a (mgr.24293) 27064 : audit 0 from='client.529863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:28.673 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:28 smithi044 bash[32620]: cluster 2023-12-07T21:05:28.324833+0000 mgr.a (mgr.24293) 27065 : cluster 0 pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:28.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:28 smithi027 bash[31536]: audit 2023-12-07T21:05:27.475957+0000 mgr.a (mgr.24293) 27064 : audit 0 from='client.529863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:28.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:28 smithi027 bash[31536]: cluster 2023-12-07T21:05:28.324833+0000 mgr.a (mgr.24293) 27065 : cluster 0 pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:30.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:30 smithi022 bash[28554]: cluster 2023-12-07T21:05:30.325403+0000 mgr.a (mgr.24293) 27066 : cluster 0 pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:30.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:30 smithi044 bash[32620]: cluster 2023-12-07T21:05:30.325403+0000 mgr.a (mgr.24293) 27066 : cluster 0 pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:30.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:30 smithi027 bash[31536]: cluster 2023-12-07T21:05:30.325403+0000 mgr.a (mgr.24293) 27066 : cluster 0 pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:33.007 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:33.007 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:33.008 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:33.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:33 smithi022 bash[28554]: cluster 2023-12-07T21:05:32.326230+0000 mgr.a (mgr.24293) 27067 : cluster 0 pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:33.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:33 smithi022 bash[28554]: audit 2023-12-07T21:05:32.991318+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:33.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:33 smithi044 bash[32620]: cluster 2023-12-07T21:05:32.326230+0000 mgr.a (mgr.24293) 27067 : cluster 0 pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:33.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:33 smithi044 bash[32620]: audit 2023-12-07T21:05:32.991318+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:33.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:33 smithi027 bash[31536]: cluster 2023-12-07T21:05:32.326230+0000 mgr.a (mgr.24293) 27067 : cluster 0 pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:33.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:33 smithi027 bash[31536]: audit 2023-12-07T21:05:32.991318+0000 mon.a (mon.0) 4172 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:33.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:33.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:33.946 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:33.947 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:33.947 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:34.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:34 smithi044 bash[32620]: audit 2023-12-07T21:05:33.843306+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:34.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:34 smithi044 bash[32620]: audit 2023-12-07T21:05:33.845606+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:34.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:34 smithi044 bash[32620]: audit 2023-12-07T21:05:33.855188+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:05:34.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:34 smithi022 bash[28554]: audit 2023-12-07T21:05:33.843306+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:34.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:34 smithi022 bash[28554]: audit 2023-12-07T21:05:33.845606+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:34.674 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:34 smithi022 bash[28554]: audit 2023-12-07T21:05:33.855188+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:05:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:34 smithi027 bash[31536]: audit 2023-12-07T21:05:33.843306+0000 mon.a (mon.0) 4173 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:34 smithi027 bash[31536]: audit 2023-12-07T21:05:33.845606+0000 mon.a (mon.0) 4174 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:34.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:34 smithi027 bash[31536]: audit 2023-12-07T21:05:33.855188+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:05:35.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:35 smithi022 bash[28554]: audit 2023-12-07T21:05:33.428399+0000 mgr.a (mgr.24293) 27068 : audit 0 from='client.529938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:35.672 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:35 smithi022 bash[28554]: cluster 2023-12-07T21:05:34.326850+0000 mgr.a (mgr.24293) 27069 : cluster 0 pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:35.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:35 smithi044 bash[32620]: audit 2023-12-07T21:05:33.428399+0000 mgr.a (mgr.24293) 27068 : audit 0 from='client.529938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:35.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:35 smithi044 bash[32620]: cluster 2023-12-07T21:05:34.326850+0000 mgr.a (mgr.24293) 27069 : cluster 0 pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:35 smithi027 bash[31536]: audit 2023-12-07T21:05:33.428399+0000 mgr.a (mgr.24293) 27068 : audit 0 from='client.529938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:35.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:35 smithi027 bash[31536]: cluster 2023-12-07T21:05:34.326850+0000 mgr.a (mgr.24293) 27069 : cluster 0 pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:36.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:36 smithi022 bash[28554]: cluster 2023-12-07T21:05:36.327654+0000 mgr.a (mgr.24293) 27070 : cluster 0 pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:36.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:36 smithi044 bash[32620]: cluster 2023-12-07T21:05:36.327654+0000 mgr.a (mgr.24293) 27070 : cluster 0 pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:36.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:36 smithi027 bash[31536]: cluster 2023-12-07T21:05:36.327654+0000 mgr.a (mgr.24293) 27070 : cluster 0 pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:38.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:38 smithi022 bash[28554]: cluster 2023-12-07T21:05:38.328174+0000 mgr.a (mgr.24293) 27071 : cluster 0 pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:38.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:38 smithi044 bash[32620]: cluster 2023-12-07T21:05:38.328174+0000 mgr.a (mgr.24293) 27071 : cluster 0 pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:38.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:38 smithi027 bash[31536]: cluster 2023-12-07T21:05:38.328174+0000 mgr.a (mgr.24293) 27071 : cluster 0 pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:38.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:38.949 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:38.949 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:39.897 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:39.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:39.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:39.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:39.897 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:40.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:40 smithi022 bash[28554]: audit 2023-12-07T21:05:39.361009+0000 mgr.a (mgr.24293) 27072 : audit 0 from='client.530013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:40.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:40 smithi022 bash[28554]: cluster 2023-12-07T21:05:40.328835+0000 mgr.a (mgr.24293) 27073 : cluster 0 pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:40.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:40 smithi044 bash[32620]: audit 2023-12-07T21:05:39.361009+0000 mgr.a (mgr.24293) 27072 : audit 0 from='client.530013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:40.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:40 smithi044 bash[32620]: cluster 2023-12-07T21:05:40.328835+0000 mgr.a (mgr.24293) 27073 : cluster 0 pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:40 smithi027 bash[31536]: audit 2023-12-07T21:05:39.361009+0000 mgr.a (mgr.24293) 27072 : audit 0 from='client.530013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:40.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:40 smithi027 bash[31536]: cluster 2023-12-07T21:05:40.328835+0000 mgr.a (mgr.24293) 27073 : cluster 0 pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:43.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:43 smithi022 bash[28554]: cluster 2023-12-07T21:05:42.329641+0000 mgr.a (mgr.24293) 27074 : cluster 0 pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:43.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:43 smithi044 bash[32620]: cluster 2023-12-07T21:05:42.329641+0000 mgr.a (mgr.24293) 27074 : cluster 0 pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:43.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:43 smithi027 bash[31536]: cluster 2023-12-07T21:05:42.329641+0000 mgr.a (mgr.24293) 27074 : cluster 0 pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:44.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:44 smithi022 bash[28554]: cluster 2023-12-07T21:05:44.330176+0000 mgr.a (mgr.24293) 27075 : cluster 0 pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:44.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:44 smithi044 bash[32620]: cluster 2023-12-07T21:05:44.330176+0000 mgr.a (mgr.24293) 27075 : cluster 0 pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:44.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:44 smithi027 bash[31536]: cluster 2023-12-07T21:05:44.330176+0000 mgr.a (mgr.24293) 27075 : cluster 0 pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:44.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:44.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:44.900 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:45.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:45 smithi022 bash[28554]: audit 2023-12-07T21:05:45.317861+0000 mgr.a (mgr.24293) 27076 : audit 0 from='client.530091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:45.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:45 smithi044 bash[32620]: audit 2023-12-07T21:05:45.317861+0000 mgr.a (mgr.24293) 27076 : audit 0 from='client.530091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:45.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:45 smithi027 bash[31536]: audit 2023-12-07T21:05:45.317861+0000 mgr.a (mgr.24293) 27076 : audit 0 from='client.530091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:45.842 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:45.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:45.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:45.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:45.842 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:46.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:46 smithi022 bash[28554]: cluster 2023-12-07T21:05:46.331179+0000 mgr.a (mgr.24293) 27077 : cluster 0 pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:46.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:46 smithi044 bash[32620]: cluster 2023-12-07T21:05:46.331179+0000 mgr.a (mgr.24293) 27077 : cluster 0 pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:46.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:46 smithi027 bash[31536]: cluster 2023-12-07T21:05:46.331179+0000 mgr.a (mgr.24293) 27077 : cluster 0 pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:48.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:48 smithi022 bash[28554]: cluster 2023-12-07T21:05:48.331770+0000 mgr.a (mgr.24293) 27078 : cluster 0 pgmap v20250: 33 pgs: 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:48.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:48 smithi044 bash[32620]: cluster 2023-12-07T21:05:48.331770+0000 mgr.a (mgr.24293) 27078 : cluster 0 pgmap v20250: 33 pgs: 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:48.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:48 smithi027 bash[31536]: cluster 2023-12-07T21:05:48.331770+0000 mgr.a (mgr.24293) 27078 : cluster 0 pgmap v20250: 33 pgs: 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:50.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:50 smithi022 bash[28554]: cluster 2023-12-07T21:05:50.332306+0000 mgr.a (mgr.24293) 27079 : cluster 0 pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:50.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:50 smithi044 bash[32620]: cluster 2023-12-07T21:05:50.332306+0000 mgr.a (mgr.24293) 27079 : cluster 0 pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:50.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:50 smithi027 bash[31536]: cluster 2023-12-07T21:05:50.332306+0000 mgr.a (mgr.24293) 27079 : cluster 0 pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:50.845 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:50.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:50.846 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:51.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:51 smithi022 bash[28554]: audit 2023-12-07T21:05:51.262220+0000 mgr.a (mgr.24293) 27080 : audit 0 from='client.530169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:51.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:51 smithi044 bash[32620]: audit 2023-12-07T21:05:51.262220+0000 mgr.a (mgr.24293) 27080 : audit 0 from='client.530169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:51.696 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:51 smithi027 bash[31536]: audit 2023-12-07T21:05:51.262220+0000 mgr.a (mgr.24293) 27080 : audit 0 from='client.530169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:51.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:51.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:51.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:51.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:51.768 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:53.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:53 smithi022 bash[28554]: cluster 2023-12-07T21:05:52.333352+0000 mgr.a (mgr.24293) 27081 : cluster 0 pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:53.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:53 smithi044 bash[32620]: cluster 2023-12-07T21:05:52.333352+0000 mgr.a (mgr.24293) 27081 : cluster 0 pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:53.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:53 smithi027 bash[31536]: cluster 2023-12-07T21:05:52.333352+0000 mgr.a (mgr.24293) 27081 : cluster 0 pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:54.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:54 smithi022 bash[28554]: cluster 2023-12-07T21:05:54.333969+0000 mgr.a (mgr.24293) 27082 : cluster 0 pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:54.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:54 smithi044 bash[32620]: cluster 2023-12-07T21:05:54.333969+0000 mgr.a (mgr.24293) 27082 : cluster 0 pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:54.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:54 smithi027 bash[31536]: cluster 2023-12-07T21:05:54.333969+0000 mgr.a (mgr.24293) 27082 : cluster 0 pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:56.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:56 smithi022 bash[28554]: cluster 2023-12-07T21:05:56.334708+0000 mgr.a (mgr.24293) 27083 : cluster 0 pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:56.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:56 smithi044 bash[32620]: cluster 2023-12-07T21:05:56.334708+0000 mgr.a (mgr.24293) 27083 : cluster 0 pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:56.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:56 smithi027 bash[31536]: cluster 2023-12-07T21:05:56.334708+0000 mgr.a (mgr.24293) 27083 : cluster 0 pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:56.771 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:05:56.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:56.772 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:57.712 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:05:57.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:57.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:57.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:57.712 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:05:58.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:58 smithi022 bash[28554]: audit 2023-12-07T21:05:57.187148+0000 mgr.a (mgr.24293) 27084 : audit 0 from='client.530244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:58.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:58 smithi044 bash[32620]: audit 2023-12-07T21:05:57.187148+0000 mgr.a (mgr.24293) 27084 : audit 0 from='client.530244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:58.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:58 smithi027 bash[31536]: audit 2023-12-07T21:05:57.187148+0000 mgr.a (mgr.24293) 27084 : audit 0 from='client.530244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:59.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:05:59 smithi022 bash[28554]: cluster 2023-12-07T21:05:58.335343+0000 mgr.a (mgr.24293) 27085 : cluster 0 pgmap v20255: 33 pgs: 33 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.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:05:59 smithi044 bash[32620]: cluster 2023-12-07T21:05:58.335343+0000 mgr.a (mgr.24293) 27085 : cluster 0 pgmap v20255: 33 pgs: 33 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.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:05:59 smithi027 bash[31536]: cluster 2023-12-07T21:05:58.335343+0000 mgr.a (mgr.24293) 27085 : cluster 0 pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:00.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:00 smithi022 bash[28554]: cluster 2023-12-07T21:06:00.335928+0000 mgr.a (mgr.24293) 27086 : cluster 0 pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:00.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:00 smithi044 bash[32620]: cluster 2023-12-07T21:06:00.335928+0000 mgr.a (mgr.24293) 27086 : cluster 0 pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:00.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:00 smithi027 bash[31536]: cluster 2023-12-07T21:06:00.335928+0000 mgr.a (mgr.24293) 27086 : cluster 0 pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:02.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:02.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:02.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:03.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:03.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:03.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:03.651 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:03.652 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:03.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:03 smithi022 bash[28554]: cluster 2023-12-07T21:06:02.336799+0000 mgr.a (mgr.24293) 27087 : cluster 0 pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:03.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:03 smithi044 bash[32620]: cluster 2023-12-07T21:06:02.336799+0000 mgr.a (mgr.24293) 27087 : cluster 0 pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:03.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:03 smithi027 bash[31536]: cluster 2023-12-07T21:06:02.336799+0000 mgr.a (mgr.24293) 27087 : cluster 0 pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:04.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:04 smithi022 bash[28554]: audit 2023-12-07T21:06:03.129708+0000 mgr.a (mgr.24293) 27088 : audit 0 from='client.530319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:04.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:04 smithi044 bash[32620]: audit 2023-12-07T21:06:03.129708+0000 mgr.a (mgr.24293) 27088 : audit 0 from='client.530319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:04.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:04 smithi027 bash[31536]: audit 2023-12-07T21:06:03.129708+0000 mgr.a (mgr.24293) 27088 : audit 0 from='client.530319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:05.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:05 smithi022 bash[28554]: cluster 2023-12-07T21:06:04.337711+0000 mgr.a (mgr.24293) 27089 : cluster 0 pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:05.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:05 smithi044 bash[32620]: cluster 2023-12-07T21:06:04.337711+0000 mgr.a (mgr.24293) 27089 : cluster 0 pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:05.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:05 smithi027 bash[31536]: cluster 2023-12-07T21:06:04.337711+0000 mgr.a (mgr.24293) 27089 : cluster 0 pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:06.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:06 smithi022 bash[28554]: cluster 2023-12-07T21:06:06.338600+0000 mgr.a (mgr.24293) 27090 : cluster 0 pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:06.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:06 smithi044 bash[32620]: cluster 2023-12-07T21:06:06.338600+0000 mgr.a (mgr.24293) 27090 : cluster 0 pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:06.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:06 smithi027 bash[31536]: cluster 2023-12-07T21:06:06.338600+0000 mgr.a (mgr.24293) 27090 : cluster 0 pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:08.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:08.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:08.655 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:08.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:08 smithi022 bash[28554]: cluster 2023-12-07T21:06:08.339155+0000 mgr.a (mgr.24293) 27091 : cluster 0 pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:08.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:08 smithi044 bash[32620]: cluster 2023-12-07T21:06:08.339155+0000 mgr.a (mgr.24293) 27091 : cluster 0 pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:08.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:08 smithi027 bash[31536]: cluster 2023-12-07T21:06:08.339155+0000 mgr.a (mgr.24293) 27091 : cluster 0 pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:09.593 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:09.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:09.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:09.593 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:09.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:09.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:09 smithi022 bash[28554]: audit 2023-12-07T21:06:09.072928+0000 mgr.a (mgr.24293) 27092 : audit 0 from='client.530394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:09.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:09 smithi044 bash[32620]: audit 2023-12-07T21:06:09.072928+0000 mgr.a (mgr.24293) 27092 : audit 0 from='client.530394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:09.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:09 smithi027 bash[31536]: audit 2023-12-07T21:06:09.072928+0000 mgr.a (mgr.24293) 27092 : audit 0 from='client.530394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:10.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:10 smithi022 bash[28554]: cluster 2023-12-07T21:06:10.339986+0000 mgr.a (mgr.24293) 27093 : cluster 0 pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:10.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:10 smithi044 bash[32620]: cluster 2023-12-07T21:06:10.339986+0000 mgr.a (mgr.24293) 27093 : cluster 0 pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:10.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:10 smithi027 bash[31536]: cluster 2023-12-07T21:06:10.339986+0000 mgr.a (mgr.24293) 27093 : cluster 0 pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:13.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:13 smithi022 bash[28554]: cluster 2023-12-07T21:06:12.340862+0000 mgr.a (mgr.24293) 27094 : cluster 0 pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:13.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:13 smithi044 bash[32620]: cluster 2023-12-07T21:06:12.340862+0000 mgr.a (mgr.24293) 27094 : cluster 0 pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:13.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:13 smithi027 bash[31536]: cluster 2023-12-07T21:06:12.340862+0000 mgr.a (mgr.24293) 27094 : cluster 0 pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:14.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:14.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:14.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:14.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:14 smithi022 bash[28554]: cluster 2023-12-07T21:06:14.341576+0000 mgr.a (mgr.24293) 27095 : cluster 0 pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:14.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:14 smithi044 bash[32620]: cluster 2023-12-07T21:06:14.341576+0000 mgr.a (mgr.24293) 27095 : cluster 0 pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:14.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:14 smithi027 bash[31536]: cluster 2023-12-07T21:06:14.341576+0000 mgr.a (mgr.24293) 27095 : cluster 0 pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:15.580 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:15.580 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:15.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:15.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:15.581 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:15.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:15 smithi022 bash[28554]: audit 2023-12-07T21:06:15.013578+0000 mgr.a (mgr.24293) 27096 : audit 0 from='client.530466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:15.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:15 smithi044 bash[32620]: audit 2023-12-07T21:06:15.013578+0000 mgr.a (mgr.24293) 27096 : audit 0 from='client.530466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:15.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:15 smithi027 bash[31536]: audit 2023-12-07T21:06:15.013578+0000 mgr.a (mgr.24293) 27096 : audit 0 from='client.530466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:16.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:16 smithi022 bash[28554]: cluster 2023-12-07T21:06:16.342709+0000 mgr.a (mgr.24293) 27097 : cluster 0 pgmap v20264: 33 pgs: 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:06:16.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:16 smithi044 bash[32620]: cluster 2023-12-07T21:06:16.342709+0000 mgr.a (mgr.24293) 27097 : cluster 0 pgmap v20264: 33 pgs: 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:06:16.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:16 smithi027 bash[31536]: cluster 2023-12-07T21:06:16.342709+0000 mgr.a (mgr.24293) 27097 : cluster 0 pgmap v20264: 33 pgs: 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:06:18.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:18 smithi022 bash[28554]: cluster 2023-12-07T21:06:18.343327+0000 mgr.a (mgr.24293) 27098 : cluster 0 pgmap v20265: 33 pgs: 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:06:18.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:18 smithi044 bash[32620]: cluster 2023-12-07T21:06:18.343327+0000 mgr.a (mgr.24293) 27098 : cluster 0 pgmap v20265: 33 pgs: 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:06:18.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:18 smithi027 bash[31536]: cluster 2023-12-07T21:06:18.343327+0000 mgr.a (mgr.24293) 27098 : cluster 0 pgmap v20265: 33 pgs: 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:06:20.582 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:20.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:20.583 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:20.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:20 smithi022 bash[28554]: cluster 2023-12-07T21:06:20.343934+0000 mgr.a (mgr.24293) 27099 : cluster 0 pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:06:20.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:20 smithi044 bash[32620]: cluster 2023-12-07T21:06:20.343934+0000 mgr.a (mgr.24293) 27099 : cluster 0 pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:06:20.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:20 smithi027 bash[31536]: cluster 2023-12-07T21:06:20.343934+0000 mgr.a (mgr.24293) 27099 : cluster 0 pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:06:21.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:21.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:21.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:21.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:21 smithi022 bash[28554]: audit 2023-12-07T21:06:20.999560+0000 mgr.a (mgr.24293) 27100 : audit 0 from='client.530544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:21.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:21 smithi044 bash[32620]: audit 2023-12-07T21:06:20.999560+0000 mgr.a (mgr.24293) 27100 : audit 0 from='client.530544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:21.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:21 smithi027 bash[31536]: audit 2023-12-07T21:06:20.999560+0000 mgr.a (mgr.24293) 27100 : audit 0 from='client.530544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:23.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:23 smithi022 bash[28554]: cluster 2023-12-07T21:06:22.345006+0000 mgr.a (mgr.24293) 27101 : cluster 0 pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:23.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:23 smithi044 bash[32620]: cluster 2023-12-07T21:06:22.345006+0000 mgr.a (mgr.24293) 27101 : cluster 0 pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:23.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:23 smithi027 bash[31536]: cluster 2023-12-07T21:06:22.345006+0000 mgr.a (mgr.24293) 27101 : cluster 0 pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:24.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:24 smithi022 bash[28554]: cluster 2023-12-07T21:06:24.345623+0000 mgr.a (mgr.24293) 27102 : cluster 0 pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:24.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:24 smithi044 bash[32620]: cluster 2023-12-07T21:06:24.345623+0000 mgr.a (mgr.24293) 27102 : cluster 0 pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:24.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:24 smithi027 bash[31536]: cluster 2023-12-07T21:06:24.345623+0000 mgr.a (mgr.24293) 27102 : cluster 0 pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:26.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:26.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:26.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:26.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:26 smithi022 bash[28554]: cluster 2023-12-07T21:06:26.346424+0000 mgr.a (mgr.24293) 27103 : cluster 0 pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:26.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:26 smithi044 bash[32620]: cluster 2023-12-07T21:06:26.346424+0000 mgr.a (mgr.24293) 27103 : cluster 0 pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:26.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:26 smithi027 bash[31536]: cluster 2023-12-07T21:06:26.346424+0000 mgr.a (mgr.24293) 27103 : cluster 0 pgmap v20269: 33 pgs: 33 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.499 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:27.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:27.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:27.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:27.499 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:28.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:28 smithi022 bash[28554]: audit 2023-12-07T21:06:26.964489+0000 mgr.a (mgr.24293) 27104 : audit 0 from='client.530619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:28.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:28 smithi044 bash[32620]: audit 2023-12-07T21:06:26.964489+0000 mgr.a (mgr.24293) 27104 : audit 0 from='client.530619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:28.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:28 smithi027 bash[31536]: audit 2023-12-07T21:06:26.964489+0000 mgr.a (mgr.24293) 27104 : audit 0 from='client.530619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:29.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:29 smithi022 bash[28554]: cluster 2023-12-07T21:06:28.347147+0000 mgr.a (mgr.24293) 27105 : cluster 0 pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:29.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:29 smithi044 bash[32620]: cluster 2023-12-07T21:06:28.347147+0000 mgr.a (mgr.24293) 27105 : cluster 0 pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:29.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:29 smithi027 bash[31536]: cluster 2023-12-07T21:06:28.347147+0000 mgr.a (mgr.24293) 27105 : cluster 0 pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:30.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:30 smithi022 bash[28554]: cluster 2023-12-07T21:06:30.347916+0000 mgr.a (mgr.24293) 27106 : cluster 0 pgmap v20271: 33 pgs: 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:06:30.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:30 smithi044 bash[32620]: cluster 2023-12-07T21:06:30.347916+0000 mgr.a (mgr.24293) 27106 : cluster 0 pgmap v20271: 33 pgs: 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:06:30.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:30 smithi027 bash[31536]: cluster 2023-12-07T21:06:30.347916+0000 mgr.a (mgr.24293) 27106 : cluster 0 pgmap v20271: 33 pgs: 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:06:32.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:32.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:32.503 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:33.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:33.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:33.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:33.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:33.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:33.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:33 smithi022 bash[28554]: cluster 2023-12-07T21:06:32.348608+0000 mgr.a (mgr.24293) 27107 : cluster 0 pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:06:33.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:33 smithi044 bash[32620]: cluster 2023-12-07T21:06:32.348608+0000 mgr.a (mgr.24293) 27107 : cluster 0 pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:06:33.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:33 smithi027 bash[31536]: cluster 2023-12-07T21:06:32.348608+0000 mgr.a (mgr.24293) 27107 : cluster 0 pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:06:34.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:34 smithi022 bash[28554]: audit 2023-12-07T21:06:32.929911+0000 mgr.a (mgr.24293) 27108 : audit 0 from='client.530694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:34.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:34 smithi022 bash[28554]: audit 2023-12-07T21:06:33.958593+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:34.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:34 smithi044 bash[32620]: audit 2023-12-07T21:06:32.929911+0000 mgr.a (mgr.24293) 27108 : audit 0 from='client.530694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:34.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:34 smithi044 bash[32620]: audit 2023-12-07T21:06:33.958593+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:34.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:34 smithi027 bash[31536]: audit 2023-12-07T21:06:32.929911+0000 mgr.a (mgr.24293) 27108 : audit 0 from='client.530694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:34.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:34 smithi027 bash[31536]: audit 2023-12-07T21:06:33.958593+0000 mon.a (mon.0) 4176 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:35.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:35 smithi022 bash[28554]: cluster 2023-12-07T21:06:34.349336+0000 mgr.a (mgr.24293) 27109 : cluster 0 pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:35.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:35 smithi022 bash[28554]: audit 2023-12-07T21:06:34.748834+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:35.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:35 smithi022 bash[28554]: audit 2023-12-07T21:06:34.750913+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:35.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:35 smithi022 bash[28554]: audit 2023-12-07T21:06:34.760964+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:06:35.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:35 smithi044 bash[32620]: cluster 2023-12-07T21:06:34.349336+0000 mgr.a (mgr.24293) 27109 : cluster 0 pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:35.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:35 smithi044 bash[32620]: audit 2023-12-07T21:06:34.748834+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:35.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:35 smithi044 bash[32620]: audit 2023-12-07T21:06:34.750913+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:35.672 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:35 smithi044 bash[32620]: audit 2023-12-07T21:06:34.760964+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:06:35.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:35 smithi027 bash[31536]: cluster 2023-12-07T21:06:34.349336+0000 mgr.a (mgr.24293) 27109 : cluster 0 pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:35.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:35 smithi027 bash[31536]: audit 2023-12-07T21:06:34.748834+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:35.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:35 smithi027 bash[31536]: audit 2023-12-07T21:06:34.750913+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:35.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:35 smithi027 bash[31536]: audit 2023-12-07T21:06:34.760964+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:06:36.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:36 smithi022 bash[28554]: cluster 2023-12-07T21:06:36.350170+0000 mgr.a (mgr.24293) 27110 : cluster 0 pgmap v20274: 33 pgs: 33 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:36.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:36 smithi044 bash[32620]: cluster 2023-12-07T21:06:36.350170+0000 mgr.a (mgr.24293) 27110 : cluster 0 pgmap v20274: 33 pgs: 33 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:36.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:36 smithi027 bash[31536]: cluster 2023-12-07T21:06:36.350170+0000 mgr.a (mgr.24293) 27110 : cluster 0 pgmap v20274: 33 pgs: 33 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:38.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:38.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:38.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:38.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:38 smithi022 bash[28554]: cluster 2023-12-07T21:06:38.350788+0000 mgr.a (mgr.24293) 27111 : cluster 0 pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:38.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:38 smithi044 bash[32620]: cluster 2023-12-07T21:06:38.350788+0000 mgr.a (mgr.24293) 27111 : cluster 0 pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:38.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:38 smithi027 bash[31536]: cluster 2023-12-07T21:06:38.350788+0000 mgr.a (mgr.24293) 27111 : cluster 0 pgmap v20275: 33 pgs: 33 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:39.413 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:39.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:39.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:39.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:39.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:39.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:39 smithi022 bash[28554]: audit 2023-12-07T21:06:38.884153+0000 mgr.a (mgr.24293) 27112 : audit 0 from='client.425305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:39.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:39 smithi044 bash[32620]: audit 2023-12-07T21:06:38.884153+0000 mgr.a (mgr.24293) 27112 : audit 0 from='client.425305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:39.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:39 smithi027 bash[31536]: audit 2023-12-07T21:06:38.884153+0000 mgr.a (mgr.24293) 27112 : audit 0 from='client.425305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:40.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:40 smithi022 bash[28554]: cluster 2023-12-07T21:06:40.351852+0000 mgr.a (mgr.24293) 27113 : cluster 0 pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:06:40.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:40 smithi044 bash[32620]: cluster 2023-12-07T21:06:40.351852+0000 mgr.a (mgr.24293) 27113 : cluster 0 pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:06:40.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:40 smithi027 bash[31536]: cluster 2023-12-07T21:06:40.351852+0000 mgr.a (mgr.24293) 27113 : cluster 0 pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:06:43.673 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:43 smithi022 bash[28554]: cluster 2023-12-07T21:06:42.352785+0000 mgr.a (mgr.24293) 27114 : cluster 0 pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:06:43.674 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:43 smithi044 bash[32620]: cluster 2023-12-07T21:06:42.352785+0000 mgr.a (mgr.24293) 27114 : cluster 0 pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:06:43.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:43 smithi027 bash[31536]: cluster 2023-12-07T21:06:42.352785+0000 mgr.a (mgr.24293) 27114 : cluster 0 pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:06:44.414 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:44.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:44.415 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:44.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:44 smithi022 bash[28554]: cluster 2023-12-07T21:06:44.353565+0000 mgr.a (mgr.24293) 27115 : cluster 0 pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:44.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:44 smithi044 bash[32620]: cluster 2023-12-07T21:06:44.353565+0000 mgr.a (mgr.24293) 27115 : cluster 0 pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:44.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:44 smithi027 bash[31536]: cluster 2023-12-07T21:06:44.353565+0000 mgr.a (mgr.24293) 27115 : cluster 0 pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:45.344 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:45.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:45.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:45.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:45.344 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:45.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:45 smithi022 bash[28554]: audit 2023-12-07T21:06:44.829480+0000 mgr.a (mgr.24293) 27116 : audit 0 from='client.530847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:45.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:45 smithi044 bash[32620]: audit 2023-12-07T21:06:44.829480+0000 mgr.a (mgr.24293) 27116 : audit 0 from='client.530847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:45.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:45 smithi027 bash[31536]: audit 2023-12-07T21:06:44.829480+0000 mgr.a (mgr.24293) 27116 : audit 0 from='client.530847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:46.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:46 smithi022 bash[28554]: cluster 2023-12-07T21:06:46.354574+0000 mgr.a (mgr.24293) 27117 : cluster 0 pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:46.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:46 smithi044 bash[32620]: cluster 2023-12-07T21:06:46.354574+0000 mgr.a (mgr.24293) 27117 : cluster 0 pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:46.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:46 smithi027 bash[31536]: cluster 2023-12-07T21:06:46.354574+0000 mgr.a (mgr.24293) 27117 : cluster 0 pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:48.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:48 smithi022 bash[28554]: cluster 2023-12-07T21:06:48.355145+0000 mgr.a (mgr.24293) 27118 : cluster 0 pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:48.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:48 smithi044 bash[32620]: cluster 2023-12-07T21:06:48.355145+0000 mgr.a (mgr.24293) 27118 : cluster 0 pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:48.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:48 smithi027 bash[31536]: cluster 2023-12-07T21:06:48.355145+0000 mgr.a (mgr.24293) 27118 : cluster 0 pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:50.346 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:50.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:50.347 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:50.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:50 smithi022 bash[28554]: cluster 2023-12-07T21:06:50.355879+0000 mgr.a (mgr.24293) 27119 : cluster 0 pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:50.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:50 smithi044 bash[32620]: cluster 2023-12-07T21:06:50.355879+0000 mgr.a (mgr.24293) 27119 : cluster 0 pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:50.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:50 smithi027 bash[31536]: cluster 2023-12-07T21:06:50.355879+0000 mgr.a (mgr.24293) 27119 : cluster 0 pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:51.299 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:51.299 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:51.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:51.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:51.300 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:51.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:51 smithi022 bash[28554]: audit 2023-12-07T21:06:50.766476+0000 mgr.a (mgr.24293) 27120 : audit 0 from='client.530925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:51.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:51 smithi044 bash[32620]: audit 2023-12-07T21:06:50.766476+0000 mgr.a (mgr.24293) 27120 : audit 0 from='client.530925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:51.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:51 smithi027 bash[31536]: audit 2023-12-07T21:06:50.766476+0000 mgr.a (mgr.24293) 27120 : audit 0 from='client.530925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:53.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:53 smithi022 bash[28554]: cluster 2023-12-07T21:06:52.356808+0000 mgr.a (mgr.24293) 27121 : cluster 0 pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:53.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:53 smithi044 bash[32620]: cluster 2023-12-07T21:06:52.356808+0000 mgr.a (mgr.24293) 27121 : cluster 0 pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:53.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:53 smithi027 bash[31536]: cluster 2023-12-07T21:06:52.356808+0000 mgr.a (mgr.24293) 27121 : cluster 0 pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:54.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:54 smithi022 bash[28554]: cluster 2023-12-07T21:06:54.357405+0000 mgr.a (mgr.24293) 27122 : cluster 0 pgmap v20283: 33 pgs: 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:54.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:54 smithi044 bash[32620]: cluster 2023-12-07T21:06:54.357405+0000 mgr.a (mgr.24293) 27122 : cluster 0 pgmap v20283: 33 pgs: 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:54.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:54 smithi027 bash[31536]: cluster 2023-12-07T21:06:54.357405+0000 mgr.a (mgr.24293) 27122 : cluster 0 pgmap v20283: 33 pgs: 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:56.302 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:06:56.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:56.303 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:56.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:56 smithi022 bash[28554]: cluster 2023-12-07T21:06:56.358199+0000 mgr.a (mgr.24293) 27123 : cluster 0 pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:56.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:56 smithi044 bash[32620]: cluster 2023-12-07T21:06:56.358199+0000 mgr.a (mgr.24293) 27123 : cluster 0 pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:56.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:56 smithi027 bash[31536]: cluster 2023-12-07T21:06:56.358199+0000 mgr.a (mgr.24293) 27123 : cluster 0 pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:57.256 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:57.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:57.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:57.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:06:57.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:06:58.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:58 smithi022 bash[28554]: audit 2023-12-07T21:06:56.721685+0000 mgr.a (mgr.24293) 27124 : audit 0 from='client.531000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:58.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:58 smithi044 bash[32620]: audit 2023-12-07T21:06:56.721685+0000 mgr.a (mgr.24293) 27124 : audit 0 from='client.531000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:58.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:58 smithi027 bash[31536]: audit 2023-12-07T21:06:56.721685+0000 mgr.a (mgr.24293) 27124 : audit 0 from='client.531000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:59.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:06:59 smithi022 bash[28554]: cluster 2023-12-07T21:06:58.358848+0000 mgr.a (mgr.24293) 27125 : cluster 0 pgmap v20285: 33 pgs: 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:59.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:06:59 smithi044 bash[32620]: cluster 2023-12-07T21:06:58.358848+0000 mgr.a (mgr.24293) 27125 : cluster 0 pgmap v20285: 33 pgs: 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:59.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:06:59 smithi027 bash[31536]: cluster 2023-12-07T21:06:58.358848+0000 mgr.a (mgr.24293) 27125 : cluster 0 pgmap v20285: 33 pgs: 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:00.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:00 smithi022 bash[28554]: cluster 2023-12-07T21:07:00.359746+0000 mgr.a (mgr.24293) 27126 : cluster 0 pgmap v20286: 33 pgs: 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:07:00.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:00 smithi044 bash[32620]: cluster 2023-12-07T21:07:00.359746+0000 mgr.a (mgr.24293) 27126 : cluster 0 pgmap v20286: 33 pgs: 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:07:00.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:00 smithi027 bash[31536]: cluster 2023-12-07T21:07:00.359746+0000 mgr.a (mgr.24293) 27126 : cluster 0 pgmap v20286: 33 pgs: 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:07:02.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:02.260 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:02.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:03.197 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:03.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:03.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:03.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:03.198 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:03.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:03 smithi022 bash[28554]: cluster 2023-12-07T21:07:02.360505+0000 mgr.a (mgr.24293) 27127 : cluster 0 pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:03.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:03 smithi044 bash[32620]: cluster 2023-12-07T21:07:02.360505+0000 mgr.a (mgr.24293) 27127 : cluster 0 pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:03.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:03 smithi027 bash[31536]: cluster 2023-12-07T21:07:02.360505+0000 mgr.a (mgr.24293) 27127 : cluster 0 pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:04.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:04 smithi022 bash[28554]: audit 2023-12-07T21:07:02.684753+0000 mgr.a (mgr.24293) 27128 : audit 0 from='client.531078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:04 smithi044 bash[32620]: audit 2023-12-07T21:07:02.684753+0000 mgr.a (mgr.24293) 27128 : audit 0 from='client.531078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:04 smithi027 bash[31536]: audit 2023-12-07T21:07:02.684753+0000 mgr.a (mgr.24293) 27128 : audit 0 from='client.531078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:06.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:06 smithi022 bash[28554]: cluster 2023-12-07T21:07:04.361266+0000 mgr.a (mgr.24293) 27129 : cluster 0 pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:06.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:06 smithi044 bash[32620]: cluster 2023-12-07T21:07:04.361266+0000 mgr.a (mgr.24293) 27129 : cluster 0 pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:06.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:06 smithi027 bash[31536]: cluster 2023-12-07T21:07:04.361266+0000 mgr.a (mgr.24293) 27129 : cluster 0 pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:08.199 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:08.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:08.200 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:08.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:08 smithi022 bash[28554]: cluster 2023-12-07T21:07:06.362115+0000 mgr.a (mgr.24293) 27130 : cluster 0 pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:08.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:08 smithi044 bash[32620]: cluster 2023-12-07T21:07:06.362115+0000 mgr.a (mgr.24293) 27130 : cluster 0 pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:08.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:08 smithi027 bash[31536]: cluster 2023-12-07T21:07:06.362115+0000 mgr.a (mgr.24293) 27130 : cluster 0 pgmap v20289: 33 pgs: 33 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:09.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:09.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:09.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:09.130 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:09.130 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:10.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:10 smithi022 bash[28554]: cluster 2023-12-07T21:07:08.362641+0000 mgr.a (mgr.24293) 27131 : cluster 0 pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:10.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:10 smithi022 bash[28554]: audit 2023-12-07T21:07:08.604399+0000 mgr.a (mgr.24293) 27132 : audit 0 from='client.531153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:10 smithi044 bash[32620]: cluster 2023-12-07T21:07:08.362641+0000 mgr.a (mgr.24293) 27131 : cluster 0 pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:10.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:10 smithi044 bash[32620]: audit 2023-12-07T21:07:08.604399+0000 mgr.a (mgr.24293) 27132 : audit 0 from='client.531153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:10 smithi027 bash[31536]: cluster 2023-12-07T21:07:08.362641+0000 mgr.a (mgr.24293) 27131 : cluster 0 pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:10.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:10 smithi027 bash[31536]: audit 2023-12-07T21:07:08.604399+0000 mgr.a (mgr.24293) 27132 : audit 0 from='client.531153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:12.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:12 smithi022 bash[28554]: cluster 2023-12-07T21:07:10.363412+0000 mgr.a (mgr.24293) 27133 : cluster 0 pgmap v20291: 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:07:12.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:12 smithi044 bash[32620]: cluster 2023-12-07T21:07:10.363412+0000 mgr.a (mgr.24293) 27133 : cluster 0 pgmap v20291: 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:07:12.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:12 smithi027 bash[31536]: cluster 2023-12-07T21:07:10.363412+0000 mgr.a (mgr.24293) 27133 : cluster 0 pgmap v20291: 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:07:14.131 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:14.132 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:14.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:14.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:14 smithi022 bash[28554]: cluster 2023-12-07T21:07:12.364149+0000 mgr.a (mgr.24293) 27134 : cluster 0 pgmap v20292: 33 pgs: 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:07:14.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:14 smithi044 bash[32620]: cluster 2023-12-07T21:07:12.364149+0000 mgr.a (mgr.24293) 27134 : cluster 0 pgmap v20292: 33 pgs: 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:07:14.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:14 smithi027 bash[31536]: cluster 2023-12-07T21:07:12.364149+0000 mgr.a (mgr.24293) 27134 : cluster 0 pgmap v20292: 33 pgs: 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:07:15.060 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:15.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:15.060 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:15.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:15.061 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:16.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:16 smithi022 bash[28554]: cluster 2023-12-07T21:07:14.364686+0000 mgr.a (mgr.24293) 27135 : cluster 0 pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:16.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:16 smithi022 bash[28554]: audit 2023-12-07T21:07:14.552005+0000 mgr.a (mgr.24293) 27136 : audit 0 from='client.531228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:16 smithi044 bash[32620]: cluster 2023-12-07T21:07:14.364686+0000 mgr.a (mgr.24293) 27135 : cluster 0 pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:16.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:16 smithi044 bash[32620]: audit 2023-12-07T21:07:14.552005+0000 mgr.a (mgr.24293) 27136 : audit 0 from='client.531228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:16 smithi027 bash[31536]: cluster 2023-12-07T21:07:14.364686+0000 mgr.a (mgr.24293) 27135 : cluster 0 pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:16.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:16 smithi027 bash[31536]: audit 2023-12-07T21:07:14.552005+0000 mgr.a (mgr.24293) 27136 : audit 0 from='client.531228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:18.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:18 smithi022 bash[28554]: cluster 2023-12-07T21:07:16.365495+0000 mgr.a (mgr.24293) 27137 : cluster 0 pgmap v20294: 33 pgs: 33 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:18.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:18 smithi044 bash[32620]: cluster 2023-12-07T21:07:16.365495+0000 mgr.a (mgr.24293) 27137 : cluster 0 pgmap v20294: 33 pgs: 33 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:18.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:18 smithi027 bash[31536]: cluster 2023-12-07T21:07:16.365495+0000 mgr.a (mgr.24293) 27137 : cluster 0 pgmap v20294: 33 pgs: 33 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:20.063 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:20.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:20.064 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:20.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:20 smithi022 bash[28554]: cluster 2023-12-07T21:07:18.366038+0000 mgr.a (mgr.24293) 27138 : cluster 0 pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:20.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:20 smithi044 bash[32620]: cluster 2023-12-07T21:07:18.366038+0000 mgr.a (mgr.24293) 27138 : cluster 0 pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:20.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:20 smithi027 bash[31536]: cluster 2023-12-07T21:07:18.366038+0000 mgr.a (mgr.24293) 27138 : cluster 0 pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:20.987 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:22.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:22 smithi022 bash[28554]: cluster 2023-12-07T21:07:20.366628+0000 mgr.a (mgr.24293) 27139 : cluster 0 pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:22.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:22 smithi022 bash[28554]: audit 2023-12-07T21:07:20.479047+0000 mgr.a (mgr.24293) 27140 : audit 0 from='client.531306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:22 smithi044 bash[32620]: cluster 2023-12-07T21:07:20.366628+0000 mgr.a (mgr.24293) 27139 : cluster 0 pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:22.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:22 smithi044 bash[32620]: audit 2023-12-07T21:07:20.479047+0000 mgr.a (mgr.24293) 27140 : audit 0 from='client.531306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:22 smithi027 bash[31536]: cluster 2023-12-07T21:07:20.366628+0000 mgr.a (mgr.24293) 27139 : cluster 0 pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:22.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:22 smithi027 bash[31536]: audit 2023-12-07T21:07:20.479047+0000 mgr.a (mgr.24293) 27140 : audit 0 from='client.531306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:24.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:24 smithi022 bash[28554]: cluster 2023-12-07T21:07:22.367517+0000 mgr.a (mgr.24293) 27141 : cluster 0 pgmap v20297: 33 pgs: 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:07:24.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:24 smithi044 bash[32620]: cluster 2023-12-07T21:07:22.367517+0000 mgr.a (mgr.24293) 27141 : cluster 0 pgmap v20297: 33 pgs: 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:07:24.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:24 smithi027 bash[31536]: cluster 2023-12-07T21:07:22.367517+0000 mgr.a (mgr.24293) 27141 : cluster 0 pgmap v20297: 33 pgs: 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:07:25.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:25.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:25.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:26.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:26 smithi022 bash[28554]: cluster 2023-12-07T21:07:24.368224+0000 mgr.a (mgr.24293) 27142 : cluster 0 pgmap v20298: 33 pgs: 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:26.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:26 smithi044 bash[32620]: cluster 2023-12-07T21:07:24.368224+0000 mgr.a (mgr.24293) 27142 : cluster 0 pgmap v20298: 33 pgs: 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:26.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:26 smithi027 bash[31536]: cluster 2023-12-07T21:07:24.368224+0000 mgr.a (mgr.24293) 27142 : cluster 0 pgmap v20298: 33 pgs: 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:26.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:26.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:26.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:26.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:26.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:28.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:28 smithi022 bash[28554]: cluster 2023-12-07T21:07:26.369098+0000 mgr.a (mgr.24293) 27143 : cluster 0 pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:28.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:28 smithi022 bash[28554]: audit 2023-12-07T21:07:26.410282+0000 mgr.a (mgr.24293) 27144 : audit 0 from='client.531378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:28.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:28 smithi044 bash[32620]: cluster 2023-12-07T21:07:26.369098+0000 mgr.a (mgr.24293) 27143 : cluster 0 pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:28.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:28 smithi044 bash[32620]: audit 2023-12-07T21:07:26.410282+0000 mgr.a (mgr.24293) 27144 : audit 0 from='client.531378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:28.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:28 smithi027 bash[31536]: cluster 2023-12-07T21:07:26.369098+0000 mgr.a (mgr.24293) 27143 : cluster 0 pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:28.695 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:28 smithi027 bash[31536]: audit 2023-12-07T21:07:26.410282+0000 mgr.a (mgr.24293) 27144 : audit 0 from='client.531378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:30.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:30 smithi022 bash[28554]: cluster 2023-12-07T21:07:28.369794+0000 mgr.a (mgr.24293) 27145 : cluster 0 pgmap v20300: 33 pgs: 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:30.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:30 smithi044 bash[32620]: cluster 2023-12-07T21:07:28.369794+0000 mgr.a (mgr.24293) 27145 : cluster 0 pgmap v20300: 33 pgs: 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:30.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:30 smithi027 bash[31536]: cluster 2023-12-07T21:07:28.369794+0000 mgr.a (mgr.24293) 27145 : cluster 0 pgmap v20300: 33 pgs: 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:31.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:31.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:31.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:32.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:32 smithi022 bash[28554]: cluster 2023-12-07T21:07:30.370476+0000 mgr.a (mgr.24293) 27146 : cluster 0 pgmap v20301: 33 pgs: 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:07:32.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:32 smithi044 bash[32620]: cluster 2023-12-07T21:07:30.370476+0000 mgr.a (mgr.24293) 27146 : cluster 0 pgmap v20301: 33 pgs: 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:07:32.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:32 smithi027 bash[31536]: cluster 2023-12-07T21:07:30.370476+0000 mgr.a (mgr.24293) 27146 : cluster 0 pgmap v20301: 33 pgs: 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:07:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:32.869 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:32.870 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:32.870 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:33.670 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:33 smithi022 bash[28554]: audit 2023-12-07T21:07:32.339246+0000 mgr.a (mgr.24293) 27147 : audit 0 from='client.531450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:33.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:33 smithi044 bash[32620]: audit 2023-12-07T21:07:32.339246+0000 mgr.a (mgr.24293) 27147 : audit 0 from='client.531450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:33.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:33 smithi027 bash[31536]: audit 2023-12-07T21:07:32.339246+0000 mgr.a (mgr.24293) 27147 : audit 0 from='client.531450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:34.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:34 smithi022 bash[28554]: cluster 2023-12-07T21:07:32.371494+0000 mgr.a (mgr.24293) 27148 : cluster 0 pgmap v20302: 33 pgs: 33 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.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:34 smithi044 bash[32620]: cluster 2023-12-07T21:07:32.371494+0000 mgr.a (mgr.24293) 27148 : cluster 0 pgmap v20302: 33 pgs: 33 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.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:34 smithi027 bash[31536]: cluster 2023-12-07T21:07:32.371494+0000 mgr.a (mgr.24293) 27148 : cluster 0 pgmap v20302: 33 pgs: 33 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:35.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:35 smithi027 bash[31536]: cluster 2023-12-07T21:07:34.372153+0000 mgr.a (mgr.24293) 27149 : cluster 0 pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:35.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:35 smithi027 bash[31536]: audit 2023-12-07T21:07:34.864644+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:35.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:35 smithi022 bash[28554]: cluster 2023-12-07T21:07:34.372153+0000 mgr.a (mgr.24293) 27149 : cluster 0 pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:35.920 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:35 smithi022 bash[28554]: audit 2023-12-07T21:07:34.864644+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:35.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:35 smithi044 bash[32620]: cluster 2023-12-07T21:07:34.372153+0000 mgr.a (mgr.24293) 27149 : cluster 0 pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:35.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:35 smithi044 bash[32620]: audit 2023-12-07T21:07:34.864644+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:36.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:36 smithi027 bash[31536]: audit 2023-12-07T21:07:35.661901+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:36.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:36 smithi027 bash[31536]: audit 2023-12-07T21:07:35.663926+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:36.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:36 smithi027 bash[31536]: audit 2023-12-07T21:07:35.673920+0000 mon.a (mon.0) 4183 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:07:36.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:36 smithi022 bash[28554]: audit 2023-12-07T21:07:35.661901+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:36.920 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:36 smithi022 bash[28554]: audit 2023-12-07T21:07:35.663926+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:36.920 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:36 smithi022 bash[28554]: audit 2023-12-07T21:07:35.673920+0000 mon.a (mon.0) 4183 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:07:36.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:36 smithi044 bash[32620]: audit 2023-12-07T21:07:35.661901+0000 mon.a (mon.0) 4181 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:36.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:36 smithi044 bash[32620]: audit 2023-12-07T21:07:35.663926+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:36.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:36 smithi044 bash[32620]: audit 2023-12-07T21:07:35.673920+0000 mon.a (mon.0) 4183 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:07:37.872 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:37.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:37.873 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:38.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:38 smithi022 bash[28554]: cluster 2023-12-07T21:07:36.373001+0000 mgr.a (mgr.24293) 27150 : cluster 0 pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:38.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:38 smithi044 bash[32620]: cluster 2023-12-07T21:07:36.373001+0000 mgr.a (mgr.24293) 27150 : cluster 0 pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:38.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:38 smithi027 bash[31536]: cluster 2023-12-07T21:07:36.373001+0000 mgr.a (mgr.24293) 27150 : cluster 0 pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:38.855 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:38.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:38.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:38.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:38.856 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:39.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:39 smithi022 bash[28554]: audit 2023-12-07T21:07:38.293053+0000 mgr.a (mgr.24293) 27151 : audit 0 from='client.531525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:39.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:39 smithi044 bash[32620]: audit 2023-12-07T21:07:38.293053+0000 mgr.a (mgr.24293) 27151 : audit 0 from='client.531525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:39.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:39 smithi027 bash[31536]: audit 2023-12-07T21:07:38.293053+0000 mgr.a (mgr.24293) 27151 : audit 0 from='client.531525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:40.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:40 smithi022 bash[28554]: cluster 2023-12-07T21:07:38.373761+0000 mgr.a (mgr.24293) 27152 : cluster 0 pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:40.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:40 smithi044 bash[32620]: cluster 2023-12-07T21:07:38.373761+0000 mgr.a (mgr.24293) 27152 : cluster 0 pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:40.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:40 smithi027 bash[31536]: cluster 2023-12-07T21:07:38.373761+0000 mgr.a (mgr.24293) 27152 : cluster 0 pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:42.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:42 smithi022 bash[28554]: cluster 2023-12-07T21:07:40.374614+0000 mgr.a (mgr.24293) 27153 : cluster 0 pgmap v20306: 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:07:42.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:42 smithi044 bash[32620]: cluster 2023-12-07T21:07:40.374614+0000 mgr.a (mgr.24293) 27153 : cluster 0 pgmap v20306: 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:07:42.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:42 smithi027 bash[31536]: cluster 2023-12-07T21:07:40.374614+0000 mgr.a (mgr.24293) 27153 : cluster 0 pgmap v20306: 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:07:43.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:43.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:43.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:44.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:44 smithi022 bash[28554]: cluster 2023-12-07T21:07:42.375344+0000 mgr.a (mgr.24293) 27154 : cluster 0 pgmap v20307: 33 pgs: 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:07:44.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:44 smithi044 bash[32620]: cluster 2023-12-07T21:07:42.375344+0000 mgr.a (mgr.24293) 27154 : cluster 0 pgmap v20307: 33 pgs: 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:07:44.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:44 smithi027 bash[31536]: cluster 2023-12-07T21:07:42.375344+0000 mgr.a (mgr.24293) 27154 : cluster 0 pgmap v20307: 33 pgs: 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:07:44.801 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:44.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:44.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:44.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:44.801 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:45.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:45 smithi022 bash[28554]: audit 2023-12-07T21:07:44.283458+0000 mgr.a (mgr.24293) 27155 : audit 0 from='client.531603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:45.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:45 smithi044 bash[32620]: audit 2023-12-07T21:07:44.283458+0000 mgr.a (mgr.24293) 27155 : audit 0 from='client.531603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:45.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:45 smithi027 bash[31536]: audit 2023-12-07T21:07:44.283458+0000 mgr.a (mgr.24293) 27155 : audit 0 from='client.531603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:46.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:46 smithi022 bash[28554]: cluster 2023-12-07T21:07:44.375920+0000 mgr.a (mgr.24293) 27156 : cluster 0 pgmap v20308: 33 pgs: 33 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:46.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:46 smithi044 bash[32620]: cluster 2023-12-07T21:07:44.375920+0000 mgr.a (mgr.24293) 27156 : cluster 0 pgmap v20308: 33 pgs: 33 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:46.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:46 smithi027 bash[31536]: cluster 2023-12-07T21:07:44.375920+0000 mgr.a (mgr.24293) 27156 : cluster 0 pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:48.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:48 smithi022 bash[28554]: cluster 2023-12-07T21:07:46.376970+0000 mgr.a (mgr.24293) 27157 : cluster 0 pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:48.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:48 smithi044 bash[32620]: cluster 2023-12-07T21:07:46.376970+0000 mgr.a (mgr.24293) 27157 : cluster 0 pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:48.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:48 smithi027 bash[31536]: cluster 2023-12-07T21:07:46.376970+0000 mgr.a (mgr.24293) 27157 : cluster 0 pgmap v20309: 33 pgs: 33 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:49.804 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:49.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:49.805 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:50.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:50 smithi022 bash[28554]: cluster 2023-12-07T21:07:48.377694+0000 mgr.a (mgr.24293) 27158 : cluster 0 pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:50.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:50 smithi044 bash[32620]: cluster 2023-12-07T21:07:48.377694+0000 mgr.a (mgr.24293) 27158 : cluster 0 pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:50.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:50 smithi027 bash[31536]: cluster 2023-12-07T21:07:48.377694+0000 mgr.a (mgr.24293) 27158 : cluster 0 pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:50.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:50.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:50.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:50.745 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:50.746 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:51.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:51 smithi022 bash[28554]: audit 2023-12-07T21:07:50.221509+0000 mgr.a (mgr.24293) 27159 : audit 0 from='client.531681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:51.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:51 smithi044 bash[32620]: audit 2023-12-07T21:07:50.221509+0000 mgr.a (mgr.24293) 27159 : audit 0 from='client.531681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:51.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:51 smithi027 bash[31536]: audit 2023-12-07T21:07:50.221509+0000 mgr.a (mgr.24293) 27159 : audit 0 from='client.531681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:52.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:52 smithi022 bash[28554]: cluster 2023-12-07T21:07:50.380324+0000 mgr.a (mgr.24293) 27160 : cluster 0 pgmap v20311: 33 pgs: 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:07:52.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:52 smithi044 bash[32620]: cluster 2023-12-07T21:07:50.380324+0000 mgr.a (mgr.24293) 27160 : cluster 0 pgmap v20311: 33 pgs: 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:07:52.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:52 smithi027 bash[31536]: cluster 2023-12-07T21:07:50.380324+0000 mgr.a (mgr.24293) 27160 : cluster 0 pgmap v20311: 33 pgs: 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:07:54.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:54 smithi022 bash[28554]: cluster 2023-12-07T21:07:52.381196+0000 mgr.a (mgr.24293) 27161 : cluster 0 pgmap v20312: 33 pgs: 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:07:54.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:54 smithi044 bash[32620]: cluster 2023-12-07T21:07:52.381196+0000 mgr.a (mgr.24293) 27161 : cluster 0 pgmap v20312: 33 pgs: 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:07:54.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:54 smithi027 bash[31536]: cluster 2023-12-07T21:07:52.381196+0000 mgr.a (mgr.24293) 27161 : cluster 0 pgmap v20312: 33 pgs: 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:07:55.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:07:55.749 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:55.750 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:56.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:56 smithi022 bash[28554]: cluster 2023-12-07T21:07:54.381674+0000 mgr.a (mgr.24293) 27162 : cluster 0 pgmap v20313: 33 pgs: 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:07:56.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:56 smithi044 bash[32620]: cluster 2023-12-07T21:07:54.381674+0000 mgr.a (mgr.24293) 27162 : cluster 0 pgmap v20313: 33 pgs: 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:07:56.683 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:07:56.683 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:56.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:56.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:56.684 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:07:56.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:56 smithi027 bash[31536]: cluster 2023-12-07T21:07:54.381674+0000 mgr.a (mgr.24293) 27162 : cluster 0 pgmap v20313: 33 pgs: 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:07:57.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:57 smithi022 bash[28554]: audit 2023-12-07T21:07:56.166719+0000 mgr.a (mgr.24293) 27163 : audit 0 from='client.531756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:57.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:57 smithi044 bash[32620]: audit 2023-12-07T21:07:56.166719+0000 mgr.a (mgr.24293) 27163 : audit 0 from='client.531756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:57.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:57 smithi027 bash[31536]: audit 2023-12-07T21:07:56.166719+0000 mgr.a (mgr.24293) 27163 : audit 0 from='client.531756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:58.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:58 smithi022 bash[28554]: cluster 2023-12-07T21:07:56.382287+0000 mgr.a (mgr.24293) 27164 : cluster 0 pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:58.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:58 smithi044 bash[32620]: cluster 2023-12-07T21:07:56.382287+0000 mgr.a (mgr.24293) 27164 : cluster 0 pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:58.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:58 smithi027 bash[31536]: cluster 2023-12-07T21:07:56.382287+0000 mgr.a (mgr.24293) 27164 : cluster 0 pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:59.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:07:59 smithi027 bash[31536]: cluster 2023-12-07T21:07:58.383023+0000 mgr.a (mgr.24293) 27165 : cluster 0 pgmap v20315: 33 pgs: 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:59.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:07:59 smithi022 bash[28554]: cluster 2023-12-07T21:07:58.383023+0000 mgr.a (mgr.24293) 27165 : cluster 0 pgmap v20315: 33 pgs: 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:59.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:07:59 smithi044 bash[32620]: cluster 2023-12-07T21:07:58.383023+0000 mgr.a (mgr.24293) 27165 : cluster 0 pgmap v20315: 33 pgs: 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:01.687 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:01.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:01.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:01.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:01 smithi027 bash[31536]: cluster 2023-12-07T21:08:00.383806+0000 mgr.a (mgr.24293) 27166 : cluster 0 pgmap v20316: 33 pgs: 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:08:01.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:01 smithi022 bash[28554]: cluster 2023-12-07T21:08:00.383806+0000 mgr.a (mgr.24293) 27166 : cluster 0 pgmap v20316: 33 pgs: 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:08:01.920 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:01 smithi044 bash[32620]: cluster 2023-12-07T21:08:00.383806+0000 mgr.a (mgr.24293) 27166 : cluster 0 pgmap v20316: 33 pgs: 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:08:02.636 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:02.636 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:03.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:03 smithi022 bash[28554]: audit 2023-12-07T21:08:02.105403+0000 mgr.a (mgr.24293) 27167 : audit 0 from='client.531834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:03.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:03 smithi044 bash[32620]: audit 2023-12-07T21:08:02.105403+0000 mgr.a (mgr.24293) 27167 : audit 0 from='client.531834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:03.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:03 smithi027 bash[31536]: audit 2023-12-07T21:08:02.105403+0000 mgr.a (mgr.24293) 27167 : audit 0 from='client.531834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:04.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:04 smithi022 bash[28554]: cluster 2023-12-07T21:08:02.388378+0000 mgr.a (mgr.24293) 27168 : cluster 0 pgmap v20317: 33 pgs: 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:08:04.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:04 smithi044 bash[32620]: cluster 2023-12-07T21:08:02.388378+0000 mgr.a (mgr.24293) 27168 : cluster 0 pgmap v20317: 33 pgs: 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:08:04.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:04 smithi027 bash[31536]: cluster 2023-12-07T21:08:02.388378+0000 mgr.a (mgr.24293) 27168 : cluster 0 pgmap v20317: 33 pgs: 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:08:06.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:06 smithi022 bash[28554]: cluster 2023-12-07T21:08:04.389113+0000 mgr.a (mgr.24293) 27169 : cluster 0 pgmap v20318: 33 pgs: 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:08:06.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:06 smithi044 bash[32620]: cluster 2023-12-07T21:08:04.389113+0000 mgr.a (mgr.24293) 27169 : cluster 0 pgmap v20318: 33 pgs: 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:08:06.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:06 smithi027 bash[31536]: cluster 2023-12-07T21:08:04.389113+0000 mgr.a (mgr.24293) 27169 : cluster 0 pgmap v20318: 33 pgs: 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:08:07.639 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:07.639 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:07.640 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:08.605 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:08.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:08.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:08.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:08.605 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:08.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:08 smithi022 bash[28554]: cluster 2023-12-07T21:08:06.389938+0000 mgr.a (mgr.24293) 27170 : cluster 0 pgmap v20319: 33 pgs: 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:08:08.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:08 smithi044 bash[32620]: cluster 2023-12-07T21:08:06.389938+0000 mgr.a (mgr.24293) 27170 : cluster 0 pgmap v20319: 33 pgs: 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:08:08.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:08 smithi027 bash[31536]: cluster 2023-12-07T21:08:06.389938+0000 mgr.a (mgr.24293) 27170 : cluster 0 pgmap v20319: 33 pgs: 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:08:09.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:09 smithi022 bash[28554]: audit 2023-12-07T21:08:08.060594+0000 mgr.a (mgr.24293) 27171 : audit 0 from='client.531909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:09.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:09 smithi044 bash[32620]: audit 2023-12-07T21:08:08.060594+0000 mgr.a (mgr.24293) 27171 : audit 0 from='client.531909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:09.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:09 smithi027 bash[31536]: audit 2023-12-07T21:08:08.060594+0000 mgr.a (mgr.24293) 27171 : audit 0 from='client.531909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:10.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:10 smithi022 bash[28554]: cluster 2023-12-07T21:08:08.390667+0000 mgr.a (mgr.24293) 27172 : cluster 0 pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:10.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:10 smithi044 bash[32620]: cluster 2023-12-07T21:08:08.390667+0000 mgr.a (mgr.24293) 27172 : cluster 0 pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:10.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:10 smithi027 bash[31536]: cluster 2023-12-07T21:08:08.390667+0000 mgr.a (mgr.24293) 27172 : cluster 0 pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:12.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:12 smithi022 bash[28554]: cluster 2023-12-07T21:08:10.391657+0000 mgr.a (mgr.24293) 27173 : cluster 0 pgmap v20321: 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:08:12.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:12 smithi044 bash[32620]: cluster 2023-12-07T21:08:10.391657+0000 mgr.a (mgr.24293) 27173 : cluster 0 pgmap v20321: 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:08:12.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:12 smithi027 bash[31536]: cluster 2023-12-07T21:08:10.391657+0000 mgr.a (mgr.24293) 27173 : cluster 0 pgmap v20321: 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:08:13.607 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:13.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:13.608 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:14.546 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:14.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:14.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:14.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:14.547 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:14.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:14 smithi022 bash[28554]: cluster 2023-12-07T21:08:12.392431+0000 mgr.a (mgr.24293) 27174 : cluster 0 pgmap v20322: 33 pgs: 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:08:14.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:14 smithi044 bash[32620]: cluster 2023-12-07T21:08:12.392431+0000 mgr.a (mgr.24293) 27174 : cluster 0 pgmap v20322: 33 pgs: 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:08:14.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:14 smithi027 bash[31536]: cluster 2023-12-07T21:08:12.392431+0000 mgr.a (mgr.24293) 27174 : cluster 0 pgmap v20322: 33 pgs: 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:08:15.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:15 smithi022 bash[28554]: audit 2023-12-07T21:08:14.024898+0000 mgr.a (mgr.24293) 27175 : audit 0 from='client.531987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:15.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:15 smithi044 bash[32620]: audit 2023-12-07T21:08:14.024898+0000 mgr.a (mgr.24293) 27175 : audit 0 from='client.531987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:15.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:15 smithi027 bash[31536]: audit 2023-12-07T21:08:14.024898+0000 mgr.a (mgr.24293) 27175 : audit 0 from='client.531987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:16.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:16 smithi022 bash[28554]: cluster 2023-12-07T21:08:14.392964+0000 mgr.a (mgr.24293) 27176 : cluster 0 pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:16.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:16 smithi044 bash[32620]: cluster 2023-12-07T21:08:14.392964+0000 mgr.a (mgr.24293) 27176 : cluster 0 pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:16.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:16 smithi027 bash[31536]: cluster 2023-12-07T21:08:14.392964+0000 mgr.a (mgr.24293) 27176 : cluster 0 pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:18.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:18 smithi022 bash[28554]: cluster 2023-12-07T21:08:16.393837+0000 mgr.a (mgr.24293) 27177 : cluster 0 pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:18.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:18 smithi044 bash[32620]: cluster 2023-12-07T21:08:16.393837+0000 mgr.a (mgr.24293) 27177 : cluster 0 pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:18.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:18 smithi027 bash[31536]: cluster 2023-12-07T21:08:16.393837+0000 mgr.a (mgr.24293) 27177 : cluster 0 pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:19.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:19.549 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:20.492 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:20.492 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:20.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:20 smithi022 bash[28554]: cluster 2023-12-07T21:08:18.394408+0000 mgr.a (mgr.24293) 27178 : cluster 0 pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:20.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:20 smithi044 bash[32620]: cluster 2023-12-07T21:08:18.394408+0000 mgr.a (mgr.24293) 27178 : cluster 0 pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:20.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:20 smithi027 bash[31536]: cluster 2023-12-07T21:08:18.394408+0000 mgr.a (mgr.24293) 27178 : cluster 0 pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:21.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:21 smithi022 bash[28554]: audit 2023-12-07T21:08:19.973692+0000 mgr.a (mgr.24293) 27179 : audit 0 from='client.532059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:21.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:21 smithi044 bash[32620]: audit 2023-12-07T21:08:19.973692+0000 mgr.a (mgr.24293) 27179 : audit 0 from='client.532059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:21.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:21 smithi027 bash[31536]: audit 2023-12-07T21:08:19.973692+0000 mgr.a (mgr.24293) 27179 : audit 0 from='client.532059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:22.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:22 smithi022 bash[28554]: cluster 2023-12-07T21:08:20.395331+0000 mgr.a (mgr.24293) 27180 : cluster 0 pgmap v20326: 33 pgs: 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:22.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:22 smithi044 bash[32620]: cluster 2023-12-07T21:08:20.395331+0000 mgr.a (mgr.24293) 27180 : cluster 0 pgmap v20326: 33 pgs: 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:22.694 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:22 smithi027 bash[31536]: cluster 2023-12-07T21:08:20.395331+0000 mgr.a (mgr.24293) 27180 : cluster 0 pgmap v20326: 33 pgs: 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:24.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:24 smithi022 bash[28554]: cluster 2023-12-07T21:08:22.396104+0000 mgr.a (mgr.24293) 27181 : cluster 0 pgmap v20327: 33 pgs: 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:08:24.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:24 smithi044 bash[32620]: cluster 2023-12-07T21:08:22.396104+0000 mgr.a (mgr.24293) 27181 : cluster 0 pgmap v20327: 33 pgs: 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:08:24.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:24 smithi027 bash[31536]: cluster 2023-12-07T21:08:22.396104+0000 mgr.a (mgr.24293) 27181 : cluster 0 pgmap v20327: 33 pgs: 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:08:25.495 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:25.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:25.496 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:26.448 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:26.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:26.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:26.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:26.449 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:26.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:26 smithi022 bash[28554]: cluster 2023-12-07T21:08:24.396738+0000 mgr.a (mgr.24293) 27182 : cluster 0 pgmap v20328: 33 pgs: 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:08:26.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:26 smithi044 bash[32620]: cluster 2023-12-07T21:08:24.396738+0000 mgr.a (mgr.24293) 27182 : cluster 0 pgmap v20328: 33 pgs: 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:08:26.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:26 smithi027 bash[31536]: cluster 2023-12-07T21:08:24.396738+0000 mgr.a (mgr.24293) 27182 : cluster 0 pgmap v20328: 33 pgs: 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:08:27.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:27 smithi022 bash[28554]: audit 2023-12-07T21:08:25.918055+0000 mgr.a (mgr.24293) 27183 : audit 0 from='client.532134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:27.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:27 smithi044 bash[32620]: audit 2023-12-07T21:08:25.918055+0000 mgr.a (mgr.24293) 27183 : audit 0 from='client.532134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:27.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:27 smithi027 bash[31536]: audit 2023-12-07T21:08:25.918055+0000 mgr.a (mgr.24293) 27183 : audit 0 from='client.532134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:28.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:28 smithi022 bash[28554]: cluster 2023-12-07T21:08:26.397452+0000 mgr.a (mgr.24293) 27184 : cluster 0 pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:28.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:28 smithi044 bash[32620]: cluster 2023-12-07T21:08:26.397452+0000 mgr.a (mgr.24293) 27184 : cluster 0 pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:28.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:28 smithi027 bash[31536]: cluster 2023-12-07T21:08:26.397452+0000 mgr.a (mgr.24293) 27184 : cluster 0 pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:29.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:29 smithi027 bash[31536]: cluster 2023-12-07T21:08:28.398047+0000 mgr.a (mgr.24293) 27185 : cluster 0 pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:29.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:29 smithi022 bash[28554]: cluster 2023-12-07T21:08:28.398047+0000 mgr.a (mgr.24293) 27185 : cluster 0 pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:29.919 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:29 smithi044 bash[32620]: cluster 2023-12-07T21:08:28.398047+0000 mgr.a (mgr.24293) 27185 : cluster 0 pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:31.451 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:31.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:31.452 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:31.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:31 smithi027 bash[31536]: cluster 2023-12-07T21:08:30.398745+0000 mgr.a (mgr.24293) 27186 : cluster 0 pgmap v20331: 33 pgs: 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:08:31.919 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:31 smithi022 bash[28554]: cluster 2023-12-07T21:08:30.398745+0000 mgr.a (mgr.24293) 27186 : cluster 0 pgmap v20331: 33 pgs: 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:08:31.919 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:31 smithi044 bash[32620]: cluster 2023-12-07T21:08:30.398745+0000 mgr.a (mgr.24293) 27186 : cluster 0 pgmap v20331: 33 pgs: 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:08:32.395 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:32.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:32.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:32.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:32.395 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:33.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:33 smithi022 bash[28554]: audit 2023-12-07T21:08:31.865626+0000 mgr.a (mgr.24293) 27187 : audit 0 from='client.532212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:33.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:33 smithi044 bash[32620]: audit 2023-12-07T21:08:31.865626+0000 mgr.a (mgr.24293) 27187 : audit 0 from='client.532212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:33.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:33 smithi027 bash[31536]: audit 2023-12-07T21:08:31.865626+0000 mgr.a (mgr.24293) 27187 : audit 0 from='client.532212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:34.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:34 smithi022 bash[28554]: cluster 2023-12-07T21:08:32.399650+0000 mgr.a (mgr.24293) 27188 : cluster 0 pgmap v20332: 33 pgs: 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:34.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:34 smithi044 bash[32620]: cluster 2023-12-07T21:08:32.399650+0000 mgr.a (mgr.24293) 27188 : cluster 0 pgmap v20332: 33 pgs: 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:34.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:34 smithi027 bash[31536]: cluster 2023-12-07T21:08:32.399650+0000 mgr.a (mgr.24293) 27188 : cluster 0 pgmap v20332: 33 pgs: 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:36.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:36 smithi022 bash[28554]: cluster 2023-12-07T21:08:34.400238+0000 mgr.a (mgr.24293) 27189 : cluster 0 pgmap v20333: 33 pgs: 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:08:36.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:36 smithi022 bash[28554]: audit 2023-12-07T21:08:35.777388+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:36.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:36 smithi044 bash[32620]: cluster 2023-12-07T21:08:34.400238+0000 mgr.a (mgr.24293) 27189 : cluster 0 pgmap v20333: 33 pgs: 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:08:36.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:36 smithi044 bash[32620]: audit 2023-12-07T21:08:35.777388+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:36.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:36 smithi027 bash[31536]: cluster 2023-12-07T21:08:34.400238+0000 mgr.a (mgr.24293) 27189 : cluster 0 pgmap v20333: 33 pgs: 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:08:36.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:36 smithi027 bash[31536]: audit 2023-12-07T21:08:35.777388+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:37.398 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:37.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:37.399 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:38.330 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:38.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:38.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:38.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:38.331 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:38.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:38 smithi022 bash[28554]: cluster 2023-12-07T21:08:36.401005+0000 mgr.a (mgr.24293) 27190 : cluster 0 pgmap v20334: 33 pgs: 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:08:38.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:38 smithi044 bash[32620]: cluster 2023-12-07T21:08:36.401005+0000 mgr.a (mgr.24293) 27190 : cluster 0 pgmap v20334: 33 pgs: 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:08:38.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:38 smithi027 bash[31536]: cluster 2023-12-07T21:08:36.401005+0000 mgr.a (mgr.24293) 27190 : cluster 0 pgmap v20334: 33 pgs: 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:08:39.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:39 smithi022 bash[28554]: audit 2023-12-07T21:08:37.817698+0000 mgr.a (mgr.24293) 27191 : audit 0 from='client.426475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:39.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:39 smithi044 bash[32620]: audit 2023-12-07T21:08:37.817698+0000 mgr.a (mgr.24293) 27191 : audit 0 from='client.426475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:39.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:39 smithi027 bash[31536]: audit 2023-12-07T21:08:37.817698+0000 mgr.a (mgr.24293) 27191 : audit 0 from='client.426475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:40.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:40 smithi022 bash[28554]: cluster 2023-12-07T21:08:38.401733+0000 mgr.a (mgr.24293) 27192 : cluster 0 pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:40.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:40 smithi044 bash[32620]: cluster 2023-12-07T21:08:38.401733+0000 mgr.a (mgr.24293) 27192 : cluster 0 pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:40.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:40 smithi027 bash[31536]: cluster 2023-12-07T21:08:38.401733+0000 mgr.a (mgr.24293) 27192 : cluster 0 pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:42.419 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: cluster 2023-12-07T21:08:40.402580+0000 mgr.a (mgr.24293) 27193 : cluster 0 pgmap v20336: 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:08:42.419 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.118941+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.419 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.126425+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.419 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.171774+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.419 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.176479+0000 mon.a (mon.0) 4188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.180877+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.185408+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.903993+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.905870+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:42 smithi022 bash[28554]: audit 2023-12-07T21:08:41.915285+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: cluster 2023-12-07T21:08:40.402580+0000 mgr.a (mgr.24293) 27193 : cluster 0 pgmap v20336: 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:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.118941+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.126425+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.171774+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.176479+0000 mon.a (mon.0) 4188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.180877+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.420 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.185408+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.903993+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:42.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.905870+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:42.421 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:42 smithi044 bash[32620]: audit 2023-12-07T21:08:41.915285+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: cluster 2023-12-07T21:08:40.402580+0000 mgr.a (mgr.24293) 27193 : cluster 0 pgmap v20336: 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:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.118941+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.126425+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.171774+0000 mon.a (mon.0) 4187 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.176479+0000 mon.a (mon.0) 4188 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.180877+0000 mon.a (mon.0) 4189 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.443 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.185408+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:42.444 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.903993+0000 mon.a (mon.0) 4191 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:42.444 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.905870+0000 mon.a (mon.0) 4192 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:42.444 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:42 smithi027 bash[31536]: audit 2023-12-07T21:08:41.915285+0000 mon.a (mon.0) 4193 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:08:43.333 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:43.335 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:44.288 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:44.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:44.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:44.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:44.289 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:44.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:44 smithi022 bash[28554]: cluster 2023-12-07T21:08:42.403330+0000 mgr.a (mgr.24293) 27194 : cluster 0 pgmap v20337: 33 pgs: 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:08:44.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:44 smithi044 bash[32620]: cluster 2023-12-07T21:08:42.403330+0000 mgr.a (mgr.24293) 27194 : cluster 0 pgmap v20337: 33 pgs: 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:08:44.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:44 smithi027 bash[31536]: cluster 2023-12-07T21:08:42.403330+0000 mgr.a (mgr.24293) 27194 : cluster 0 pgmap v20337: 33 pgs: 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:08:45.671 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:45 smithi022 bash[28554]: audit 2023-12-07T21:08:43.759310+0000 mgr.a (mgr.24293) 27195 : audit 0 from='client.532362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:45.671 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:45 smithi044 bash[32620]: audit 2023-12-07T21:08:43.759310+0000 mgr.a (mgr.24293) 27195 : audit 0 from='client.532362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:45.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:45 smithi027 bash[31536]: audit 2023-12-07T21:08:43.759310+0000 mgr.a (mgr.24293) 27195 : audit 0 from='client.532362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:46.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:46 smithi022 bash[28554]: cluster 2023-12-07T21:08:44.404109+0000 mgr.a (mgr.24293) 27196 : cluster 0 pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:46.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:46 smithi044 bash[32620]: cluster 2023-12-07T21:08:44.404109+0000 mgr.a (mgr.24293) 27196 : cluster 0 pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:46.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:46 smithi027 bash[31536]: cluster 2023-12-07T21:08:44.404109+0000 mgr.a (mgr.24293) 27196 : cluster 0 pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:48.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:48 smithi022 bash[28554]: cluster 2023-12-07T21:08:46.404898+0000 mgr.a (mgr.24293) 27197 : cluster 0 pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:48.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:48 smithi044 bash[32620]: cluster 2023-12-07T21:08:46.404898+0000 mgr.a (mgr.24293) 27197 : cluster 0 pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:48.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:48 smithi027 bash[31536]: cluster 2023-12-07T21:08:46.404898+0000 mgr.a (mgr.24293) 27197 : cluster 0 pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:49.292 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:49.292 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:49.293 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:50.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:50.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:50.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:50.229 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:50.229 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:50.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:50 smithi022 bash[28554]: cluster 2023-12-07T21:08:48.405471+0000 mgr.a (mgr.24293) 27198 : cluster 0 pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:50.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:50 smithi044 bash[32620]: cluster 2023-12-07T21:08:48.405471+0000 mgr.a (mgr.24293) 27198 : cluster 0 pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:50.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:50 smithi027 bash[31536]: cluster 2023-12-07T21:08:48.405471+0000 mgr.a (mgr.24293) 27198 : cluster 0 pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:51.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:51 smithi022 bash[28554]: audit 2023-12-07T21:08:49.711183+0000 mgr.a (mgr.24293) 27199 : audit 0 from='client.532431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:51.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:51 smithi044 bash[32620]: audit 2023-12-07T21:08:49.711183+0000 mgr.a (mgr.24293) 27199 : audit 0 from='client.532431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:51.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:51 smithi027 bash[31536]: audit 2023-12-07T21:08:49.711183+0000 mgr.a (mgr.24293) 27199 : audit 0 from='client.532431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:52.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:52 smithi022 bash[28554]: cluster 2023-12-07T21:08:50.406273+0000 mgr.a (mgr.24293) 27200 : cluster 0 pgmap v20341: 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:08:52.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:52 smithi044 bash[32620]: cluster 2023-12-07T21:08:50.406273+0000 mgr.a (mgr.24293) 27200 : cluster 0 pgmap v20341: 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:08:52.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:52 smithi027 bash[31536]: cluster 2023-12-07T21:08:50.406273+0000 mgr.a (mgr.24293) 27200 : cluster 0 pgmap v20341: 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:08:54.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:54 smithi022 bash[28554]: cluster 2023-12-07T21:08:52.406961+0000 mgr.a (mgr.24293) 27201 : cluster 0 pgmap v20342: 33 pgs: 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:08:54.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:54 smithi044 bash[32620]: cluster 2023-12-07T21:08:52.406961+0000 mgr.a (mgr.24293) 27201 : cluster 0 pgmap v20342: 33 pgs: 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:08:54.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:54 smithi027 bash[31536]: cluster 2023-12-07T21:08:52.406961+0000 mgr.a (mgr.24293) 27201 : cluster 0 pgmap v20342: 33 pgs: 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:08:55.233 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:08:55.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:55.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:56.172 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:08:56.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:56.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:56.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:56.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:08:56.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:56 smithi022 bash[28554]: cluster 2023-12-07T21:08:54.407529+0000 mgr.a (mgr.24293) 27202 : cluster 0 pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:56.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:56 smithi044 bash[32620]: cluster 2023-12-07T21:08:54.407529+0000 mgr.a (mgr.24293) 27202 : cluster 0 pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:56.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:56 smithi027 bash[31536]: cluster 2023-12-07T21:08:54.407529+0000 mgr.a (mgr.24293) 27202 : cluster 0 pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:57.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:57 smithi022 bash[28554]: audit 2023-12-07T21:08:55.653941+0000 mgr.a (mgr.24293) 27203 : audit 0 from='client.532506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:57.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:57 smithi044 bash[32620]: audit 2023-12-07T21:08:55.653941+0000 mgr.a (mgr.24293) 27203 : audit 0 from='client.532506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:57.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:57 smithi027 bash[31536]: audit 2023-12-07T21:08:55.653941+0000 mgr.a (mgr.24293) 27203 : audit 0 from='client.532506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:58.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:58 smithi022 bash[28554]: cluster 2023-12-07T21:08:56.408541+0000 mgr.a (mgr.24293) 27204 : cluster 0 pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:58.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:58 smithi044 bash[32620]: cluster 2023-12-07T21:08:56.408541+0000 mgr.a (mgr.24293) 27204 : cluster 0 pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:58.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:58 smithi027 bash[31536]: cluster 2023-12-07T21:08:56.408541+0000 mgr.a (mgr.24293) 27204 : cluster 0 pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:59.918 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:08:59 smithi022 bash[28554]: cluster 2023-12-07T21:08:58.409085+0000 mgr.a (mgr.24293) 27205 : cluster 0 pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:59.919 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:08:59 smithi044 bash[32620]: cluster 2023-12-07T21:08:58.409085+0000 mgr.a (mgr.24293) 27205 : cluster 0 pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:59.942 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:08:59 smithi027 bash[31536]: cluster 2023-12-07T21:08:58.409085+0000 mgr.a (mgr.24293) 27205 : cluster 0 pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:01.174 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:01.174 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:01.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:01.918 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:01 smithi022 bash[28554]: cluster 2023-12-07T21:09:00.409763+0000 mgr.a (mgr.24293) 27206 : cluster 0 pgmap v20346: 33 pgs: 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:09:01.919 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:01 smithi044 bash[32620]: cluster 2023-12-07T21:09:00.409763+0000 mgr.a (mgr.24293) 27206 : cluster 0 pgmap v20346: 33 pgs: 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:09:01.942 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:01 smithi027 bash[31536]: cluster 2023-12-07T21:09:00.409763+0000 mgr.a (mgr.24293) 27206 : cluster 0 pgmap v20346: 33 pgs: 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:09:02.104 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:02.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:02.104 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:02.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:02.105 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:03.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:03 smithi022 bash[28554]: audit 2023-12-07T21:09:01.591566+0000 mgr.a (mgr.24293) 27207 : audit 0 from='client.532581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:03.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:03 smithi044 bash[32620]: audit 2023-12-07T21:09:01.591566+0000 mgr.a (mgr.24293) 27207 : audit 0 from='client.532581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:03.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:03 smithi027 bash[31536]: audit 2023-12-07T21:09:01.591566+0000 mgr.a (mgr.24293) 27207 : audit 0 from='client.532581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:04.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:04 smithi022 bash[28554]: cluster 2023-12-07T21:09:02.410686+0000 mgr.a (mgr.24293) 27208 : cluster 0 pgmap v20347: 33 pgs: 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:09:04.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:04 smithi044 bash[32620]: cluster 2023-12-07T21:09:02.410686+0000 mgr.a (mgr.24293) 27208 : cluster 0 pgmap v20347: 33 pgs: 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:09:04.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:04 smithi027 bash[31536]: cluster 2023-12-07T21:09:02.410686+0000 mgr.a (mgr.24293) 27208 : cluster 0 pgmap v20347: 33 pgs: 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:09:06.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:06 smithi022 bash[28554]: cluster 2023-12-07T21:09:04.411376+0000 mgr.a (mgr.24293) 27209 : cluster 0 pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:06.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:06 smithi044 bash[32620]: cluster 2023-12-07T21:09:04.411376+0000 mgr.a (mgr.24293) 27209 : cluster 0 pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:06.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:06 smithi027 bash[31536]: cluster 2023-12-07T21:09:04.411376+0000 mgr.a (mgr.24293) 27209 : cluster 0 pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:07.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:07.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:07.108 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:08.032 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:08.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:08.032 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:08.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:08.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:08.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:08 smithi022 bash[28554]: cluster 2023-12-07T21:09:06.412373+0000 mgr.a (mgr.24293) 27210 : cluster 0 pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:08.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:08 smithi044 bash[32620]: cluster 2023-12-07T21:09:06.412373+0000 mgr.a (mgr.24293) 27210 : cluster 0 pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:08.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:08 smithi027 bash[31536]: cluster 2023-12-07T21:09:06.412373+0000 mgr.a (mgr.24293) 27210 : cluster 0 pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:09.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:09 smithi022 bash[28554]: audit 2023-12-07T21:09:07.532996+0000 mgr.a (mgr.24293) 27211 : audit 0 from='client.532659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:09.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:09 smithi044 bash[32620]: audit 2023-12-07T21:09:07.532996+0000 mgr.a (mgr.24293) 27211 : audit 0 from='client.532659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:09.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:09 smithi027 bash[31536]: audit 2023-12-07T21:09:07.532996+0000 mgr.a (mgr.24293) 27211 : audit 0 from='client.532659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:10.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:10 smithi022 bash[28554]: cluster 2023-12-07T21:09:08.413073+0000 mgr.a (mgr.24293) 27212 : cluster 0 pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:10.718 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:10 smithi027 bash[31536]: cluster 2023-12-07T21:09:08.413073+0000 mgr.a (mgr.24293) 27212 : cluster 0 pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:10.718 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:10 smithi044 bash[32620]: cluster 2023-12-07T21:09:08.413073+0000 mgr.a (mgr.24293) 27212 : cluster 0 pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:12.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:12 smithi022 bash[28554]: cluster 2023-12-07T21:09:10.413801+0000 mgr.a (mgr.24293) 27213 : cluster 0 pgmap v20351: 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:09:12.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:12 smithi044 bash[32620]: cluster 2023-12-07T21:09:10.413801+0000 mgr.a (mgr.24293) 27213 : cluster 0 pgmap v20351: 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:09:12.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:12 smithi027 bash[31536]: cluster 2023-12-07T21:09:10.413801+0000 mgr.a (mgr.24293) 27213 : cluster 0 pgmap v20351: 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:09:13.035 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:13.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:13.036 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:13.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:13.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:14.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:14 smithi022 bash[28554]: cluster 2023-12-07T21:09:12.414391+0000 mgr.a (mgr.24293) 27214 : cluster 0 pgmap v20352: 33 pgs: 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:09:14.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:14 smithi044 bash[32620]: cluster 2023-12-07T21:09:12.414391+0000 mgr.a (mgr.24293) 27214 : cluster 0 pgmap v20352: 33 pgs: 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:09:14.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:14 smithi027 bash[31536]: cluster 2023-12-07T21:09:12.414391+0000 mgr.a (mgr.24293) 27214 : cluster 0 pgmap v20352: 33 pgs: 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:09:15.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:15 smithi022 bash[28554]: audit 2023-12-07T21:09:13.450833+0000 mgr.a (mgr.24293) 27215 : audit 0 from='client.532737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:15.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:15 smithi044 bash[32620]: audit 2023-12-07T21:09:13.450833+0000 mgr.a (mgr.24293) 27215 : audit 0 from='client.532737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:15.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:15 smithi027 bash[31536]: audit 2023-12-07T21:09:13.450833+0000 mgr.a (mgr.24293) 27215 : audit 0 from='client.532737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:16.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:16 smithi022 bash[28554]: cluster 2023-12-07T21:09:14.415073+0000 mgr.a (mgr.24293) 27216 : cluster 0 pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:16.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:16 smithi044 bash[32620]: cluster 2023-12-07T21:09:14.415073+0000 mgr.a (mgr.24293) 27216 : cluster 0 pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:16.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:16 smithi027 bash[31536]: cluster 2023-12-07T21:09:14.415073+0000 mgr.a (mgr.24293) 27216 : cluster 0 pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:18.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:18 smithi022 bash[28554]: cluster 2023-12-07T21:09:16.415925+0000 mgr.a (mgr.24293) 27217 : cluster 0 pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:18.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:18 smithi044 bash[32620]: cluster 2023-12-07T21:09:16.415925+0000 mgr.a (mgr.24293) 27217 : cluster 0 pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:18.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:18 smithi027 bash[31536]: cluster 2023-12-07T21:09:16.415925+0000 mgr.a (mgr.24293) 27217 : cluster 0 pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:18.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:18.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:18.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:19.910 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:19.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:19.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:19.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:19.911 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:20.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:20 smithi022 bash[28554]: cluster 2023-12-07T21:09:18.416470+0000 mgr.a (mgr.24293) 27218 : cluster 0 pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:20.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:20 smithi022 bash[28554]: audit 2023-12-07T21:09:19.392651+0000 mgr.a (mgr.24293) 27219 : audit 0 from='client.532815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:20.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:20 smithi044 bash[32620]: cluster 2023-12-07T21:09:18.416470+0000 mgr.a (mgr.24293) 27218 : cluster 0 pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:20.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:20 smithi044 bash[32620]: audit 2023-12-07T21:09:19.392651+0000 mgr.a (mgr.24293) 27219 : audit 0 from='client.532815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:20.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:20 smithi027 bash[31536]: cluster 2023-12-07T21:09:18.416470+0000 mgr.a (mgr.24293) 27218 : cluster 0 pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:20.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:20 smithi027 bash[31536]: audit 2023-12-07T21:09:19.392651+0000 mgr.a (mgr.24293) 27219 : audit 0 from='client.532815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:22.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:22 smithi022 bash[28554]: cluster 2023-12-07T21:09:20.417277+0000 mgr.a (mgr.24293) 27220 : cluster 0 pgmap v20356: 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:09:22.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:22 smithi044 bash[32620]: cluster 2023-12-07T21:09:20.417277+0000 mgr.a (mgr.24293) 27220 : cluster 0 pgmap v20356: 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:09:22.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:22 smithi027 bash[31536]: cluster 2023-12-07T21:09:20.417277+0000 mgr.a (mgr.24293) 27220 : cluster 0 pgmap v20356: 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:09:24.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:24 smithi022 bash[28554]: cluster 2023-12-07T21:09:22.417972+0000 mgr.a (mgr.24293) 27221 : cluster 0 pgmap v20357: 33 pgs: 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:09:24.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:24 smithi044 bash[32620]: cluster 2023-12-07T21:09:22.417972+0000 mgr.a (mgr.24293) 27221 : cluster 0 pgmap v20357: 33 pgs: 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:09:24.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:24 smithi027 bash[31536]: cluster 2023-12-07T21:09:22.417972+0000 mgr.a (mgr.24293) 27221 : cluster 0 pgmap v20357: 33 pgs: 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:09:24.913 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:24.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:24.914 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:25.863 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:25.863 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:26.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:26 smithi022 bash[28554]: cluster 2023-12-07T21:09:24.418325+0000 mgr.a (mgr.24293) 27222 : cluster 0 pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:26.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:26 smithi022 bash[28554]: audit 2023-12-07T21:09:25.336002+0000 mgr.a (mgr.24293) 27223 : audit 0 from='client.532893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:26.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:26 smithi044 bash[32620]: cluster 2023-12-07T21:09:24.418325+0000 mgr.a (mgr.24293) 27222 : cluster 0 pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:26.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:26 smithi044 bash[32620]: audit 2023-12-07T21:09:25.336002+0000 mgr.a (mgr.24293) 27223 : audit 0 from='client.532893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:26.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:26 smithi027 bash[31536]: cluster 2023-12-07T21:09:24.418325+0000 mgr.a (mgr.24293) 27222 : cluster 0 pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:26.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:26 smithi027 bash[31536]: audit 2023-12-07T21:09:25.336002+0000 mgr.a (mgr.24293) 27223 : audit 0 from='client.532893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:28.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:28 smithi022 bash[28554]: cluster 2023-12-07T21:09:26.419132+0000 mgr.a (mgr.24293) 27224 : cluster 0 pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:28.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:28 smithi044 bash[32620]: cluster 2023-12-07T21:09:26.419132+0000 mgr.a (mgr.24293) 27224 : cluster 0 pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:28.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:28 smithi027 bash[31536]: cluster 2023-12-07T21:09:26.419132+0000 mgr.a (mgr.24293) 27224 : cluster 0 pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:30.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:30 smithi022 bash[28554]: cluster 2023-12-07T21:09:28.419723+0000 mgr.a (mgr.24293) 27225 : cluster 0 pgmap v20360: 33 pgs: 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:30.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:30 smithi044 bash[32620]: cluster 2023-12-07T21:09:28.419723+0000 mgr.a (mgr.24293) 27225 : cluster 0 pgmap v20360: 33 pgs: 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:30.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:30 smithi027 bash[31536]: cluster 2023-12-07T21:09:28.419723+0000 mgr.a (mgr.24293) 27225 : cluster 0 pgmap v20360: 33 pgs: 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:30.865 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:30.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:30.866 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:31.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:31.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:31.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:31.805 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:32.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:32 smithi022 bash[28554]: cluster 2023-12-07T21:09:30.420357+0000 mgr.a (mgr.24293) 27226 : cluster 0 pgmap v20361: 33 pgs: 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:09:32.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:32 smithi022 bash[28554]: audit 2023-12-07T21:09:31.291414+0000 mgr.a (mgr.24293) 27227 : audit 0 from='client.532971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:32.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:32 smithi044 bash[32620]: cluster 2023-12-07T21:09:30.420357+0000 mgr.a (mgr.24293) 27226 : cluster 0 pgmap v20361: 33 pgs: 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:09:32.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:32 smithi044 bash[32620]: audit 2023-12-07T21:09:31.291414+0000 mgr.a (mgr.24293) 27227 : audit 0 from='client.532971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:32.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:32 smithi027 bash[31536]: cluster 2023-12-07T21:09:30.420357+0000 mgr.a (mgr.24293) 27226 : cluster 0 pgmap v20361: 33 pgs: 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:09:32.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:32 smithi027 bash[31536]: audit 2023-12-07T21:09:31.291414+0000 mgr.a (mgr.24293) 27227 : audit 0 from='client.532971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:34.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:34 smithi022 bash[28554]: cluster 2023-12-07T21:09:32.421193+0000 mgr.a (mgr.24293) 27228 : cluster 0 pgmap v20362: 33 pgs: 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:09:34.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:34 smithi044 bash[32620]: cluster 2023-12-07T21:09:32.421193+0000 mgr.a (mgr.24293) 27228 : cluster 0 pgmap v20362: 33 pgs: 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:09:34.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:34 smithi027 bash[31536]: cluster 2023-12-07T21:09:32.421193+0000 mgr.a (mgr.24293) 27228 : cluster 0 pgmap v20362: 33 pgs: 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:09:36.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:36 smithi022 bash[28554]: cluster 2023-12-07T21:09:34.421758+0000 mgr.a (mgr.24293) 27229 : cluster 0 pgmap v20363: 33 pgs: 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:36.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:36 smithi044 bash[32620]: cluster 2023-12-07T21:09:34.421758+0000 mgr.a (mgr.24293) 27229 : cluster 0 pgmap v20363: 33 pgs: 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:36.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:36 smithi027 bash[31536]: cluster 2023-12-07T21:09:34.421758+0000 mgr.a (mgr.24293) 27229 : cluster 0 pgmap v20363: 33 pgs: 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:36.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:36.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:36.809 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:37.773 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:37.773 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:37.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:37.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:37.774 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:38.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:38 smithi022 bash[28554]: cluster 2023-12-07T21:09:36.422582+0000 mgr.a (mgr.24293) 27230 : cluster 0 pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:38.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:38 smithi022 bash[28554]: audit 2023-12-07T21:09:37.228377+0000 mgr.a (mgr.24293) 27231 : audit 0 from='client.533040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:38.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:38 smithi044 bash[32620]: cluster 2023-12-07T21:09:36.422582+0000 mgr.a (mgr.24293) 27230 : cluster 0 pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:38.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:38 smithi044 bash[32620]: audit 2023-12-07T21:09:37.228377+0000 mgr.a (mgr.24293) 27231 : audit 0 from='client.533040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:38.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:38 smithi027 bash[31536]: cluster 2023-12-07T21:09:36.422582+0000 mgr.a (mgr.24293) 27230 : cluster 0 pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:38.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:38 smithi027 bash[31536]: audit 2023-12-07T21:09:37.228377+0000 mgr.a (mgr.24293) 27231 : audit 0 from='client.533040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:40.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:40 smithi022 bash[28554]: cluster 2023-12-07T21:09:38.423470+0000 mgr.a (mgr.24293) 27232 : cluster 0 pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:40.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:40 smithi044 bash[32620]: cluster 2023-12-07T21:09:38.423470+0000 mgr.a (mgr.24293) 27232 : cluster 0 pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:40.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:40 smithi027 bash[31536]: cluster 2023-12-07T21:09:38.423470+0000 mgr.a (mgr.24293) 27232 : cluster 0 pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:42.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:42 smithi022 bash[28554]: cluster 2023-12-07T21:09:40.424264+0000 mgr.a (mgr.24293) 27233 : cluster 0 pgmap v20366: 33 pgs: 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:09:42.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:42 smithi022 bash[28554]: audit 2023-12-07T21:09:42.018925+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:42.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:42 smithi044 bash[32620]: cluster 2023-12-07T21:09:40.424264+0000 mgr.a (mgr.24293) 27233 : cluster 0 pgmap v20366: 33 pgs: 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:09:42.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:42 smithi044 bash[32620]: audit 2023-12-07T21:09:42.018925+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:42.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:42 smithi027 bash[31536]: cluster 2023-12-07T21:09:40.424264+0000 mgr.a (mgr.24293) 27233 : cluster 0 pgmap v20366: 33 pgs: 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:09:42.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:42 smithi027 bash[31536]: audit 2023-12-07T21:09:42.018925+0000 mon.a (mon.0) 4194 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:42.776 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:42.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:42.777 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:43.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:43 smithi022 bash[28554]: audit 2023-12-07T21:09:42.812554+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:43.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:43 smithi022 bash[28554]: audit 2023-12-07T21:09:42.814420+0000 mon.a (mon.0) 4196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:43.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:43 smithi022 bash[28554]: audit 2023-12-07T21:09:42.824052+0000 mon.a (mon.0) 4197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:09:43.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:43 smithi044 bash[32620]: audit 2023-12-07T21:09:42.812554+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:43.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:43 smithi044 bash[32620]: audit 2023-12-07T21:09:42.814420+0000 mon.a (mon.0) 4196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:43.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:43 smithi044 bash[32620]: audit 2023-12-07T21:09:42.824052+0000 mon.a (mon.0) 4197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:09:43.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:43 smithi027 bash[31536]: audit 2023-12-07T21:09:42.812554+0000 mon.a (mon.0) 4195 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:43.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:43 smithi027 bash[31536]: audit 2023-12-07T21:09:42.814420+0000 mon.a (mon.0) 4196 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:43.693 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:43 smithi027 bash[31536]: audit 2023-12-07T21:09:42.824052+0000 mon.a (mon.0) 4197 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:09:43.725 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:43.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:43.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:43.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:43.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:44.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:44 smithi022 bash[28554]: cluster 2023-12-07T21:09:42.424829+0000 mgr.a (mgr.24293) 27234 : cluster 0 pgmap v20367: 33 pgs: 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:09:44.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:44 smithi022 bash[28554]: audit 2023-12-07T21:09:43.193886+0000 mgr.a (mgr.24293) 27235 : audit 0 from='client.533118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:44.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:44 smithi044 bash[32620]: cluster 2023-12-07T21:09:42.424829+0000 mgr.a (mgr.24293) 27234 : cluster 0 pgmap v20367: 33 pgs: 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:09:44.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:44 smithi044 bash[32620]: audit 2023-12-07T21:09:43.193886+0000 mgr.a (mgr.24293) 27235 : audit 0 from='client.533118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:44.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:44 smithi027 bash[31536]: cluster 2023-12-07T21:09:42.424829+0000 mgr.a (mgr.24293) 27234 : cluster 0 pgmap v20367: 33 pgs: 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:09:44.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:44 smithi027 bash[31536]: audit 2023-12-07T21:09:43.193886+0000 mgr.a (mgr.24293) 27235 : audit 0 from='client.533118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:46.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:46 smithi022 bash[28554]: cluster 2023-12-07T21:09:44.425559+0000 mgr.a (mgr.24293) 27236 : cluster 0 pgmap v20368: 33 pgs: 33 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:46.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:46 smithi044 bash[32620]: cluster 2023-12-07T21:09:44.425559+0000 mgr.a (mgr.24293) 27236 : cluster 0 pgmap v20368: 33 pgs: 33 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:46.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:46 smithi027 bash[31536]: cluster 2023-12-07T21:09:44.425559+0000 mgr.a (mgr.24293) 27236 : cluster 0 pgmap v20368: 33 pgs: 33 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.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:48 smithi022 bash[28554]: cluster 2023-12-07T21:09:46.426513+0000 mgr.a (mgr.24293) 27237 : cluster 0 pgmap v20369: 33 pgs: 33 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:48.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:48 smithi044 bash[32620]: cluster 2023-12-07T21:09:46.426513+0000 mgr.a (mgr.24293) 27237 : cluster 0 pgmap v20369: 33 pgs: 33 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:48.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:48 smithi027 bash[31536]: cluster 2023-12-07T21:09:46.426513+0000 mgr.a (mgr.24293) 27237 : cluster 0 pgmap v20369: 33 pgs: 33 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:48.726 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:48.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:48.727 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:49.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:49.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:49.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:49.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:49.676 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:50.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:50 smithi022 bash[28554]: cluster 2023-12-07T21:09:48.427103+0000 mgr.a (mgr.24293) 27238 : cluster 0 pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:50.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:50 smithi022 bash[28554]: audit 2023-12-07T21:09:49.150078+0000 mgr.a (mgr.24293) 27239 : audit 0 from='client.533196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:50.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:50 smithi044 bash[32620]: cluster 2023-12-07T21:09:48.427103+0000 mgr.a (mgr.24293) 27238 : cluster 0 pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:50.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:50 smithi044 bash[32620]: audit 2023-12-07T21:09:49.150078+0000 mgr.a (mgr.24293) 27239 : audit 0 from='client.533196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:50.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:50 smithi027 bash[31536]: cluster 2023-12-07T21:09:48.427103+0000 mgr.a (mgr.24293) 27238 : cluster 0 pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:50.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:50 smithi027 bash[31536]: audit 2023-12-07T21:09:49.150078+0000 mgr.a (mgr.24293) 27239 : audit 0 from='client.533196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:52.669 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:52 smithi022 bash[28554]: cluster 2023-12-07T21:09:50.428054+0000 mgr.a (mgr.24293) 27240 : cluster 0 pgmap v20371: 33 pgs: 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:09:52.670 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:52 smithi044 bash[32620]: cluster 2023-12-07T21:09:50.428054+0000 mgr.a (mgr.24293) 27240 : cluster 0 pgmap v20371: 33 pgs: 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:09:52.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:52 smithi027 bash[31536]: cluster 2023-12-07T21:09:50.428054+0000 mgr.a (mgr.24293) 27240 : cluster 0 pgmap v20371: 33 pgs: 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:09:54.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:54 smithi022 bash[28554]: cluster 2023-12-07T21:09:52.428701+0000 mgr.a (mgr.24293) 27241 : cluster 0 pgmap v20372: 33 pgs: 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:09:54.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:54 smithi044 bash[32620]: cluster 2023-12-07T21:09:52.428701+0000 mgr.a (mgr.24293) 27241 : cluster 0 pgmap v20372: 33 pgs: 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:09:54.678 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:09:54.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:54.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:54.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:54 smithi027 bash[31536]: cluster 2023-12-07T21:09:52.428701+0000 mgr.a (mgr.24293) 27241 : cluster 0 pgmap v20372: 33 pgs: 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:09:55.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:09:55.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:55.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:55.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:55.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:09:56.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:56 smithi022 bash[28554]: cluster 2023-12-07T21:09:54.429258+0000 mgr.a (mgr.24293) 27242 : cluster 0 pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:56.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:56 smithi022 bash[28554]: audit 2023-12-07T21:09:55.097508+0000 mgr.a (mgr.24293) 27243 : audit 0 from='client.533274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:56.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:56 smithi044 bash[32620]: cluster 2023-12-07T21:09:54.429258+0000 mgr.a (mgr.24293) 27242 : cluster 0 pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:56.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:56 smithi044 bash[32620]: audit 2023-12-07T21:09:55.097508+0000 mgr.a (mgr.24293) 27243 : audit 0 from='client.533274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:56.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:56 smithi027 bash[31536]: cluster 2023-12-07T21:09:54.429258+0000 mgr.a (mgr.24293) 27242 : cluster 0 pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:56.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:56 smithi027 bash[31536]: audit 2023-12-07T21:09:55.097508+0000 mgr.a (mgr.24293) 27243 : audit 0 from='client.533274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:58.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:09:58 smithi022 bash[28554]: cluster 2023-12-07T21:09:56.430228+0000 mgr.a (mgr.24293) 27244 : cluster 0 pgmap v20374: 33 pgs: 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:09:58.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:09:58 smithi044 bash[32620]: cluster 2023-12-07T21:09:56.430228+0000 mgr.a (mgr.24293) 27244 : cluster 0 pgmap v20374: 33 pgs: 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:09:58.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:09:58 smithi027 bash[31536]: cluster 2023-12-07T21:09:56.430228+0000 mgr.a (mgr.24293) 27244 : cluster 0 pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:00.635 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:00.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:00.637 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:00.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:00 smithi022 bash[28554]: cluster 2023-12-07T21:09:58.430952+0000 mgr.a (mgr.24293) 27245 : cluster 0 pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:00.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:00 smithi022 bash[28554]: cluster 2023-12-07T21:10:00.000163+0000 mon.a (mon.0) 4198 : cluster 1 overall HEALTH_OK 2023-12-07T21:10:00.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:00 smithi044 bash[32620]: cluster 2023-12-07T21:09:58.430952+0000 mgr.a (mgr.24293) 27245 : cluster 0 pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:00.669 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:00 smithi044 bash[32620]: cluster 2023-12-07T21:10:00.000163+0000 mon.a (mon.0) 4198 : cluster 1 overall HEALTH_OK 2023-12-07T21:10:00.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:00 smithi027 bash[31536]: cluster 2023-12-07T21:09:58.430952+0000 mgr.a (mgr.24293) 27245 : cluster 0 pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:00.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:00 smithi027 bash[31536]: cluster 2023-12-07T21:10:00.000163+0000 mon.a (mon.0) 4198 : cluster 1 overall HEALTH_OK 2023-12-07T21:10:01.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:01.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:01.574 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:01.575 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:01.575 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:02.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:02 smithi022 bash[28554]: cluster 2023-12-07T21:10:00.431864+0000 mgr.a (mgr.24293) 27246 : cluster 0 pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:02.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:02 smithi022 bash[28554]: audit 2023-12-07T21:10:01.053704+0000 mgr.a (mgr.24293) 27247 : audit 0 from='client.533346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:02.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:02 smithi044 bash[32620]: cluster 2023-12-07T21:10:00.431864+0000 mgr.a (mgr.24293) 27246 : cluster 0 pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:02.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:02 smithi044 bash[32620]: audit 2023-12-07T21:10:01.053704+0000 mgr.a (mgr.24293) 27247 : audit 0 from='client.533346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:02.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:02 smithi027 bash[31536]: cluster 2023-12-07T21:10:00.431864+0000 mgr.a (mgr.24293) 27246 : cluster 0 pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:02.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:02 smithi027 bash[31536]: audit 2023-12-07T21:10:01.053704+0000 mgr.a (mgr.24293) 27247 : audit 0 from='client.533346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:04.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:04 smithi022 bash[28554]: cluster 2023-12-07T21:10:02.432812+0000 mgr.a (mgr.24293) 27248 : cluster 0 pgmap v20377: 33 pgs: 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:10:04.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:04 smithi044 bash[32620]: cluster 2023-12-07T21:10:02.432812+0000 mgr.a (mgr.24293) 27248 : cluster 0 pgmap v20377: 33 pgs: 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:10:04.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:04 smithi027 bash[31536]: cluster 2023-12-07T21:10:02.432812+0000 mgr.a (mgr.24293) 27248 : cluster 0 pgmap v20377: 33 pgs: 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:10:06.577 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:06.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:06.578 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:06.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:06 smithi022 bash[28554]: cluster 2023-12-07T21:10:04.433554+0000 mgr.a (mgr.24293) 27249 : cluster 0 pgmap v20378: 33 pgs: 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:06.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:06 smithi044 bash[32620]: cluster 2023-12-07T21:10:04.433554+0000 mgr.a (mgr.24293) 27249 : cluster 0 pgmap v20378: 33 pgs: 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:06.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:06 smithi027 bash[31536]: cluster 2023-12-07T21:10:04.433554+0000 mgr.a (mgr.24293) 27249 : cluster 0 pgmap v20378: 33 pgs: 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:07.506 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:07.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:07.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:07.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:07.507 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:08.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:08 smithi022 bash[28554]: cluster 2023-12-07T21:10:06.434548+0000 mgr.a (mgr.24293) 27250 : cluster 0 pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:08.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:08 smithi022 bash[28554]: audit 2023-12-07T21:10:06.998720+0000 mgr.a (mgr.24293) 27251 : audit 0 from='client.533421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:08.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:08 smithi044 bash[32620]: cluster 2023-12-07T21:10:06.434548+0000 mgr.a (mgr.24293) 27250 : cluster 0 pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:08.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:08 smithi044 bash[32620]: audit 2023-12-07T21:10:06.998720+0000 mgr.a (mgr.24293) 27251 : audit 0 from='client.533421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:08.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:08 smithi027 bash[31536]: cluster 2023-12-07T21:10:06.434548+0000 mgr.a (mgr.24293) 27250 : cluster 0 pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:08.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:08 smithi027 bash[31536]: audit 2023-12-07T21:10:06.998720+0000 mgr.a (mgr.24293) 27251 : audit 0 from='client.533421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:10.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:10 smithi022 bash[28554]: cluster 2023-12-07T21:10:08.435335+0000 mgr.a (mgr.24293) 27252 : cluster 0 pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:10:10.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:10 smithi044 bash[32620]: cluster 2023-12-07T21:10:08.435335+0000 mgr.a (mgr.24293) 27252 : cluster 0 pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:10:10.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:10 smithi027 bash[31536]: cluster 2023-12-07T21:10:08.435335+0000 mgr.a (mgr.24293) 27252 : cluster 0 pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:10:12.510 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:12.511 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:12.511 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:12.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:12 smithi022 bash[28554]: cluster 2023-12-07T21:10:10.436212+0000 mgr.a (mgr.24293) 27253 : cluster 0 pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:10:12.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:12 smithi044 bash[32620]: cluster 2023-12-07T21:10:10.436212+0000 mgr.a (mgr.24293) 27253 : cluster 0 pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:10:12.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:12 smithi027 bash[31536]: cluster 2023-12-07T21:10:10.436212+0000 mgr.a (mgr.24293) 27253 : cluster 0 pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:10:13.455 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:13.455 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:14.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:14 smithi022 bash[28554]: cluster 2023-12-07T21:10:12.436782+0000 mgr.a (mgr.24293) 27254 : cluster 0 pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:14.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:14 smithi022 bash[28554]: audit 2023-12-07T21:10:12.930162+0000 mgr.a (mgr.24293) 27255 : audit 0 from='client.533496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:14.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:14 smithi044 bash[32620]: cluster 2023-12-07T21:10:12.436782+0000 mgr.a (mgr.24293) 27254 : cluster 0 pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:14.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:14 smithi044 bash[32620]: audit 2023-12-07T21:10:12.930162+0000 mgr.a (mgr.24293) 27255 : audit 0 from='client.533496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:14.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:14 smithi027 bash[31536]: cluster 2023-12-07T21:10:12.436782+0000 mgr.a (mgr.24293) 27254 : cluster 0 pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:14.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:14 smithi027 bash[31536]: audit 2023-12-07T21:10:12.930162+0000 mgr.a (mgr.24293) 27255 : audit 0 from='client.533496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:16.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:16 smithi022 bash[28554]: cluster 2023-12-07T21:10:14.437489+0000 mgr.a (mgr.24293) 27256 : cluster 0 pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:16.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:16 smithi044 bash[32620]: cluster 2023-12-07T21:10:14.437489+0000 mgr.a (mgr.24293) 27256 : cluster 0 pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:16.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:16 smithi027 bash[31536]: cluster 2023-12-07T21:10:14.437489+0000 mgr.a (mgr.24293) 27256 : cluster 0 pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:18.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:18 smithi022 bash[28554]: cluster 2023-12-07T21:10:16.438359+0000 mgr.a (mgr.24293) 27257 : cluster 0 pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:18.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:18 smithi044 bash[32620]: cluster 2023-12-07T21:10:16.438359+0000 mgr.a (mgr.24293) 27257 : cluster 0 pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:18.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:18 smithi027 bash[31536]: cluster 2023-12-07T21:10:16.438359+0000 mgr.a (mgr.24293) 27257 : cluster 0 pgmap v20384: 33 pgs: 33 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:19.385 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:19.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:19.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:19.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:19.385 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:20.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:20 smithi022 bash[28554]: cluster 2023-12-07T21:10:18.439060+0000 mgr.a (mgr.24293) 27258 : cluster 0 pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:20.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:20 smithi022 bash[28554]: audit 2023-12-07T21:10:18.871989+0000 mgr.a (mgr.24293) 27259 : audit 0 from='client.533568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:20.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:20 smithi044 bash[32620]: cluster 2023-12-07T21:10:18.439060+0000 mgr.a (mgr.24293) 27258 : cluster 0 pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:20.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:20 smithi044 bash[32620]: audit 2023-12-07T21:10:18.871989+0000 mgr.a (mgr.24293) 27259 : audit 0 from='client.533568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:20.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:20 smithi027 bash[31536]: cluster 2023-12-07T21:10:18.439060+0000 mgr.a (mgr.24293) 27258 : cluster 0 pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:20.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:20 smithi027 bash[31536]: audit 2023-12-07T21:10:18.871989+0000 mgr.a (mgr.24293) 27259 : audit 0 from='client.533568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:22.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:22 smithi022 bash[28554]: cluster 2023-12-07T21:10:20.439991+0000 mgr.a (mgr.24293) 27260 : cluster 0 pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:22.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:22 smithi044 bash[32620]: cluster 2023-12-07T21:10:20.439991+0000 mgr.a (mgr.24293) 27260 : cluster 0 pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:22.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:22 smithi027 bash[31536]: cluster 2023-12-07T21:10:20.439991+0000 mgr.a (mgr.24293) 27260 : cluster 0 pgmap v20386: 33 pgs: 33 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:24.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:24.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:24.389 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:24.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:24 smithi022 bash[28554]: cluster 2023-12-07T21:10:22.440563+0000 mgr.a (mgr.24293) 27261 : cluster 0 pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:24.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:24 smithi044 bash[32620]: cluster 2023-12-07T21:10:22.440563+0000 mgr.a (mgr.24293) 27261 : cluster 0 pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:24.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:24 smithi027 bash[31536]: cluster 2023-12-07T21:10:22.440563+0000 mgr.a (mgr.24293) 27261 : cluster 0 pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:25.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:25.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:25.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:25.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:25.327 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:25.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:25 smithi022 bash[28554]: cluster 2023-12-07T21:10:24.441117+0000 mgr.a (mgr.24293) 27262 : cluster 0 pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:25.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:25 smithi022 bash[28554]: audit 2023-12-07T21:10:24.812086+0000 mgr.a (mgr.24293) 27263 : audit 0 from='client.533643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:25.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:25 smithi044 bash[32620]: cluster 2023-12-07T21:10:24.441117+0000 mgr.a (mgr.24293) 27262 : cluster 0 pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:25.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:25 smithi044 bash[32620]: audit 2023-12-07T21:10:24.812086+0000 mgr.a (mgr.24293) 27263 : audit 0 from='client.533643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:25.942 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:25 smithi027 bash[31536]: cluster 2023-12-07T21:10:24.441117+0000 mgr.a (mgr.24293) 27262 : cluster 0 pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:25.942 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:25 smithi027 bash[31536]: audit 2023-12-07T21:10:24.812086+0000 mgr.a (mgr.24293) 27263 : audit 0 from='client.533643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:28.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:28 smithi022 bash[28554]: cluster 2023-12-07T21:10:26.442081+0000 mgr.a (mgr.24293) 27264 : cluster 0 pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:28.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:28 smithi044 bash[32620]: cluster 2023-12-07T21:10:26.442081+0000 mgr.a (mgr.24293) 27264 : cluster 0 pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:28.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:28 smithi027 bash[31536]: cluster 2023-12-07T21:10:26.442081+0000 mgr.a (mgr.24293) 27264 : cluster 0 pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:30.328 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:30.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:30.329 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:30.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:30 smithi022 bash[28554]: cluster 2023-12-07T21:10:28.442767+0000 mgr.a (mgr.24293) 27265 : cluster 0 pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:30.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:30 smithi044 bash[32620]: cluster 2023-12-07T21:10:28.442767+0000 mgr.a (mgr.24293) 27265 : cluster 0 pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:30.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:30 smithi027 bash[31536]: cluster 2023-12-07T21:10:28.442767+0000 mgr.a (mgr.24293) 27265 : cluster 0 pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:31.273 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:31.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:31.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:31.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:31.274 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:32.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:32 smithi022 bash[28554]: cluster 2023-12-07T21:10:30.443455+0000 mgr.a (mgr.24293) 27266 : cluster 0 pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:32.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:32 smithi022 bash[28554]: audit 2023-12-07T21:10:30.747110+0000 mgr.a (mgr.24293) 27267 : audit 0 from='client.533721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:32.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:32 smithi044 bash[32620]: cluster 2023-12-07T21:10:30.443455+0000 mgr.a (mgr.24293) 27266 : cluster 0 pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:32.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:32 smithi044 bash[32620]: audit 2023-12-07T21:10:30.747110+0000 mgr.a (mgr.24293) 27267 : audit 0 from='client.533721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:32.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:32 smithi027 bash[31536]: cluster 2023-12-07T21:10:30.443455+0000 mgr.a (mgr.24293) 27266 : cluster 0 pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:32.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:32 smithi027 bash[31536]: audit 2023-12-07T21:10:30.747110+0000 mgr.a (mgr.24293) 27267 : audit 0 from='client.533721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:34.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:34 smithi022 bash[28554]: cluster 2023-12-07T21:10:32.444172+0000 mgr.a (mgr.24293) 27268 : cluster 0 pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:34.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:34 smithi044 bash[32620]: cluster 2023-12-07T21:10:32.444172+0000 mgr.a (mgr.24293) 27268 : cluster 0 pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:34.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:34 smithi027 bash[31536]: cluster 2023-12-07T21:10:32.444172+0000 mgr.a (mgr.24293) 27268 : cluster 0 pgmap v20392: 33 pgs: 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:36.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:36.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:36.277 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:36.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:36 smithi022 bash[28554]: cluster 2023-12-07T21:10:34.444783+0000 mgr.a (mgr.24293) 27269 : cluster 0 pgmap v20393: 33 pgs: 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:36.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:36 smithi044 bash[32620]: cluster 2023-12-07T21:10:34.444783+0000 mgr.a (mgr.24293) 27269 : cluster 0 pgmap v20393: 33 pgs: 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:36.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:36 smithi027 bash[31536]: cluster 2023-12-07T21:10:34.444783+0000 mgr.a (mgr.24293) 27269 : cluster 0 pgmap v20393: 33 pgs: 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:37.225 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:37.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:37.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:37.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:37.226 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:38.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:38 smithi022 bash[28554]: cluster 2023-12-07T21:10:36.445420+0000 mgr.a (mgr.24293) 27270 : cluster 0 pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:38.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:38 smithi022 bash[28554]: audit 2023-12-07T21:10:36.701814+0000 mgr.a (mgr.24293) 27271 : audit 0 from='client.533799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:38.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:38 smithi044 bash[32620]: cluster 2023-12-07T21:10:36.445420+0000 mgr.a (mgr.24293) 27270 : cluster 0 pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:38.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:38 smithi044 bash[32620]: audit 2023-12-07T21:10:36.701814+0000 mgr.a (mgr.24293) 27271 : audit 0 from='client.533799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:38.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:38 smithi027 bash[31536]: cluster 2023-12-07T21:10:36.445420+0000 mgr.a (mgr.24293) 27270 : cluster 0 pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:38.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:38 smithi027 bash[31536]: audit 2023-12-07T21:10:36.701814+0000 mgr.a (mgr.24293) 27271 : audit 0 from='client.533799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:40.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:40 smithi022 bash[28554]: cluster 2023-12-07T21:10:38.446081+0000 mgr.a (mgr.24293) 27272 : cluster 0 pgmap v20395: 33 pgs: 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:40.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:40 smithi044 bash[32620]: cluster 2023-12-07T21:10:38.446081+0000 mgr.a (mgr.24293) 27272 : cluster 0 pgmap v20395: 33 pgs: 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:40.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:40 smithi027 bash[31536]: cluster 2023-12-07T21:10:38.446081+0000 mgr.a (mgr.24293) 27272 : cluster 0 pgmap v20395: 33 pgs: 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:42.228 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:42.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:42.230 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:42.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:42 smithi022 bash[28554]: cluster 2023-12-07T21:10:40.446890+0000 mgr.a (mgr.24293) 27273 : cluster 0 pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:42.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:42 smithi044 bash[32620]: cluster 2023-12-07T21:10:40.446890+0000 mgr.a (mgr.24293) 27273 : cluster 0 pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:42.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:42 smithi027 bash[31536]: cluster 2023-12-07T21:10:40.446890+0000 mgr.a (mgr.24293) 27273 : cluster 0 pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:43.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:43.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:43.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:43.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:43.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:43.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:43 smithi022 bash[28554]: audit 2023-12-07T21:10:42.927631+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:43.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:43 smithi044 bash[32620]: audit 2023-12-07T21:10:42.927631+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:43.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:43 smithi027 bash[31536]: audit 2023-12-07T21:10:42.927631+0000 mon.a (mon.0) 4199 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:44.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:44 smithi022 bash[28554]: cluster 2023-12-07T21:10:42.447428+0000 mgr.a (mgr.24293) 27274 : cluster 0 pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:44.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:44 smithi022 bash[28554]: audit 2023-12-07T21:10:42.654239+0000 mgr.a (mgr.24293) 27275 : audit 0 from='client.533871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:44 smithi022 bash[28554]: audit 2023-12-07T21:10:43.713051+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:44 smithi022 bash[28554]: audit 2023-12-07T21:10:43.715137+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:44 smithi022 bash[28554]: audit 2023-12-07T21:10:43.724671+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:44 smithi044 bash[32620]: cluster 2023-12-07T21:10:42.447428+0000 mgr.a (mgr.24293) 27274 : cluster 0 pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:44 smithi044 bash[32620]: audit 2023-12-07T21:10:42.654239+0000 mgr.a (mgr.24293) 27275 : audit 0 from='client.533871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:44 smithi044 bash[32620]: audit 2023-12-07T21:10:43.713051+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:44 smithi044 bash[32620]: audit 2023-12-07T21:10:43.715137+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:44.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:44 smithi044 bash[32620]: audit 2023-12-07T21:10:43.724671+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:10:44.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:44 smithi027 bash[31536]: cluster 2023-12-07T21:10:42.447428+0000 mgr.a (mgr.24293) 27274 : cluster 0 pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:44.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:44 smithi027 bash[31536]: audit 2023-12-07T21:10:42.654239+0000 mgr.a (mgr.24293) 27275 : audit 0 from='client.533871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:44.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:44 smithi027 bash[31536]: audit 2023-12-07T21:10:43.713051+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:44.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:44 smithi027 bash[31536]: audit 2023-12-07T21:10:43.715137+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:44.692 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:44 smithi027 bash[31536]: audit 2023-12-07T21:10:43.724671+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:10:46.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:46 smithi022 bash[28554]: cluster 2023-12-07T21:10:44.448057+0000 mgr.a (mgr.24293) 27276 : cluster 0 pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:46.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:46 smithi044 bash[32620]: cluster 2023-12-07T21:10:44.448057+0000 mgr.a (mgr.24293) 27276 : cluster 0 pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:46.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:46 smithi027 bash[31536]: cluster 2023-12-07T21:10:44.448057+0000 mgr.a (mgr.24293) 27276 : cluster 0 pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:48.160 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:48.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:48.161 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:48.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:48 smithi022 bash[28554]: cluster 2023-12-07T21:10:46.448821+0000 mgr.a (mgr.24293) 27277 : cluster 0 pgmap v20399: 33 pgs: 33 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:48.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:48 smithi044 bash[32620]: cluster 2023-12-07T21:10:46.448821+0000 mgr.a (mgr.24293) 27277 : cluster 0 pgmap v20399: 33 pgs: 33 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:48.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:48 smithi027 bash[31536]: cluster 2023-12-07T21:10:46.448821+0000 mgr.a (mgr.24293) 27277 : cluster 0 pgmap v20399: 33 pgs: 33 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:49.091 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:49.091 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:49.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:49 smithi022 bash[28554]: cluster 2023-12-07T21:10:48.449358+0000 mgr.a (mgr.24293) 27278 : cluster 0 pgmap v20400: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:49 smithi022 bash[28554]: audit 2023-12-07T21:10:48.581930+0000 mgr.a (mgr.24293) 27279 : audit 0 from='client.533949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:49.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:49 smithi044 bash[32620]: cluster 2023-12-07T21:10:48.449358+0000 mgr.a (mgr.24293) 27278 : cluster 0 pgmap v20400: 33 pgs: 33 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.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:49 smithi044 bash[32620]: audit 2023-12-07T21:10:48.581930+0000 mgr.a (mgr.24293) 27279 : audit 0 from='client.533949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:49.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:49 smithi027 bash[31536]: cluster 2023-12-07T21:10:48.449358+0000 mgr.a (mgr.24293) 27278 : cluster 0 pgmap v20400: 33 pgs: 33 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.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:49 smithi027 bash[31536]: audit 2023-12-07T21:10:48.581930+0000 mgr.a (mgr.24293) 27279 : audit 0 from='client.533949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:51.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:51 smithi022 bash[28554]: cluster 2023-12-07T21:10:50.450236+0000 mgr.a (mgr.24293) 27280 : cluster 0 pgmap v20401: 33 pgs: 33 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.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:51 smithi044 bash[32620]: cluster 2023-12-07T21:10:50.450236+0000 mgr.a (mgr.24293) 27280 : cluster 0 pgmap v20401: 33 pgs: 33 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.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:51 smithi027 bash[31536]: cluster 2023-12-07T21:10:50.450236+0000 mgr.a (mgr.24293) 27280 : cluster 0 pgmap v20401: 33 pgs: 33 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:54.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:10:54.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:54.095 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:54.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:54 smithi022 bash[28554]: cluster 2023-12-07T21:10:52.450822+0000 mgr.a (mgr.24293) 27281 : cluster 0 pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:54.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:54 smithi044 bash[32620]: cluster 2023-12-07T21:10:52.450822+0000 mgr.a (mgr.24293) 27281 : cluster 0 pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:54.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:54 smithi027 bash[31536]: cluster 2023-12-07T21:10:52.450822+0000 mgr.a (mgr.24293) 27281 : cluster 0 pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:55.025 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:10:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:55.026 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:10:56.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:56 smithi022 bash[28554]: cluster 2023-12-07T21:10:54.451380+0000 mgr.a (mgr.24293) 27282 : cluster 0 pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:56.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:56 smithi022 bash[28554]: audit 2023-12-07T21:10:54.517237+0000 mgr.a (mgr.24293) 27283 : audit 0 from='client.534027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:56.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:56 smithi044 bash[32620]: cluster 2023-12-07T21:10:54.451380+0000 mgr.a (mgr.24293) 27282 : cluster 0 pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:56.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:56 smithi044 bash[32620]: audit 2023-12-07T21:10:54.517237+0000 mgr.a (mgr.24293) 27283 : audit 0 from='client.534027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:56.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:56 smithi027 bash[31536]: cluster 2023-12-07T21:10:54.451380+0000 mgr.a (mgr.24293) 27282 : cluster 0 pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:56.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:56 smithi027 bash[31536]: audit 2023-12-07T21:10:54.517237+0000 mgr.a (mgr.24293) 27283 : audit 0 from='client.534027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:58.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:10:58 smithi022 bash[28554]: cluster 2023-12-07T21:10:56.452308+0000 mgr.a (mgr.24293) 27284 : cluster 0 pgmap v20404: 33 pgs: 33 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:58.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:10:58 smithi044 bash[32620]: cluster 2023-12-07T21:10:56.452308+0000 mgr.a (mgr.24293) 27284 : cluster 0 pgmap v20404: 33 pgs: 33 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:58.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:10:58 smithi027 bash[31536]: cluster 2023-12-07T21:10:56.452308+0000 mgr.a (mgr.24293) 27284 : cluster 0 pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:00.028 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:00.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:00.029 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:00.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:00 smithi022 bash[28554]: cluster 2023-12-07T21:10:58.452895+0000 mgr.a (mgr.24293) 27285 : cluster 0 pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:00.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:00 smithi044 bash[32620]: cluster 2023-12-07T21:10:58.452895+0000 mgr.a (mgr.24293) 27285 : cluster 0 pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:00.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:00 smithi027 bash[31536]: cluster 2023-12-07T21:10:58.452895+0000 mgr.a (mgr.24293) 27285 : cluster 0 pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:00.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:00.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:00.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:00.951 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:00.951 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:02.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:02 smithi022 bash[28554]: audit 2023-12-07T21:11:00.444116+0000 mgr.a (mgr.24293) 27286 : audit 0 from='client.534102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:02.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:02 smithi022 bash[28554]: cluster 2023-12-07T21:11:00.458784+0000 mgr.a (mgr.24293) 27287 : cluster 0 pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:02.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:02 smithi044 bash[32620]: audit 2023-12-07T21:11:00.444116+0000 mgr.a (mgr.24293) 27286 : audit 0 from='client.534102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:02.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:02 smithi044 bash[32620]: cluster 2023-12-07T21:11:00.458784+0000 mgr.a (mgr.24293) 27287 : cluster 0 pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:02.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:02 smithi027 bash[31536]: audit 2023-12-07T21:11:00.444116+0000 mgr.a (mgr.24293) 27286 : audit 0 from='client.534102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:02.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:02 smithi027 bash[31536]: cluster 2023-12-07T21:11:00.458784+0000 mgr.a (mgr.24293) 27287 : cluster 0 pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:04.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:04 smithi022 bash[28554]: cluster 2023-12-07T21:11:02.459476+0000 mgr.a (mgr.24293) 27288 : cluster 0 pgmap v20407: 33 pgs: 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:04.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:04 smithi044 bash[32620]: cluster 2023-12-07T21:11:02.459476+0000 mgr.a (mgr.24293) 27288 : cluster 0 pgmap v20407: 33 pgs: 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:04.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:04 smithi027 bash[31536]: cluster 2023-12-07T21:11:02.459476+0000 mgr.a (mgr.24293) 27288 : cluster 0 pgmap v20407: 33 pgs: 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.954 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:05.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:05.955 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:06.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:06 smithi022 bash[28554]: cluster 2023-12-07T21:11:04.460029+0000 mgr.a (mgr.24293) 27289 : cluster 0 pgmap v20408: 33 pgs: 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:06.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:06 smithi044 bash[32620]: cluster 2023-12-07T21:11:04.460029+0000 mgr.a (mgr.24293) 27289 : cluster 0 pgmap v20408: 33 pgs: 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:06.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:06 smithi027 bash[31536]: cluster 2023-12-07T21:11:04.460029+0000 mgr.a (mgr.24293) 27289 : cluster 0 pgmap v20408: 33 pgs: 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:06.898 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:06.898 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:06.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:06.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:06.899 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:07.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:07 smithi027 bash[31536]: audit 2023-12-07T21:11:06.381220+0000 mgr.a (mgr.24293) 27290 : audit 0 from='client.534174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:07.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:07 smithi022 bash[28554]: audit 2023-12-07T21:11:06.381220+0000 mgr.a (mgr.24293) 27290 : audit 0 from='client.534174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:07.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:07 smithi044 bash[32620]: audit 2023-12-07T21:11:06.381220+0000 mgr.a (mgr.24293) 27290 : audit 0 from='client.534174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:08.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:08 smithi027 bash[31536]: cluster 2023-12-07T21:11:06.460792+0000 mgr.a (mgr.24293) 27291 : cluster 0 pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:08.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:08 smithi022 bash[28554]: cluster 2023-12-07T21:11:06.460792+0000 mgr.a (mgr.24293) 27291 : cluster 0 pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:08.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:08 smithi044 bash[32620]: cluster 2023-12-07T21:11:06.460792+0000 mgr.a (mgr.24293) 27291 : cluster 0 pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:09.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:09 smithi027 bash[31536]: cluster 2023-12-07T21:11:08.461561+0000 mgr.a (mgr.24293) 27292 : cluster 0 pgmap v20410: 33 pgs: 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:09.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:09 smithi022 bash[28554]: cluster 2023-12-07T21:11:08.461561+0000 mgr.a (mgr.24293) 27292 : cluster 0 pgmap v20410: 33 pgs: 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:09.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:09 smithi044 bash[32620]: cluster 2023-12-07T21:11:08.461561+0000 mgr.a (mgr.24293) 27292 : cluster 0 pgmap v20410: 33 pgs: 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:11.901 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:11.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:11.902 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:11.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:11 smithi022 bash[28554]: cluster 2023-12-07T21:11:10.462434+0000 mgr.a (mgr.24293) 27293 : cluster 0 pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:11.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:11 smithi044 bash[32620]: cluster 2023-12-07T21:11:10.462434+0000 mgr.a (mgr.24293) 27293 : cluster 0 pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:11.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:11 smithi027 bash[31536]: cluster 2023-12-07T21:11:10.462434+0000 mgr.a (mgr.24293) 27293 : cluster 0 pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:12.861 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:12.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:12.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:12.861 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:12.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:13.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:13 smithi022 bash[28554]: audit 2023-12-07T21:11:12.329117+0000 mgr.a (mgr.24293) 27294 : audit 0 from='client.534246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:13.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:13 smithi044 bash[32620]: audit 2023-12-07T21:11:12.329117+0000 mgr.a (mgr.24293) 27294 : audit 0 from='client.534246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:13.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:13 smithi027 bash[31536]: audit 2023-12-07T21:11:12.329117+0000 mgr.a (mgr.24293) 27294 : audit 0 from='client.534246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:14.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:14 smithi022 bash[28554]: cluster 2023-12-07T21:11:12.463033+0000 mgr.a (mgr.24293) 27295 : cluster 0 pgmap v20412: 33 pgs: 33 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:14.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:14 smithi044 bash[32620]: cluster 2023-12-07T21:11:12.463033+0000 mgr.a (mgr.24293) 27295 : cluster 0 pgmap v20412: 33 pgs: 33 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:14.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:14 smithi027 bash[31536]: cluster 2023-12-07T21:11:12.463033+0000 mgr.a (mgr.24293) 27295 : cluster 0 pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:16.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:16 smithi022 bash[28554]: cluster 2023-12-07T21:11:14.463690+0000 mgr.a (mgr.24293) 27296 : cluster 0 pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:16.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:16 smithi044 bash[32620]: cluster 2023-12-07T21:11:14.463690+0000 mgr.a (mgr.24293) 27296 : cluster 0 pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:16.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:16 smithi027 bash[31536]: cluster 2023-12-07T21:11:14.463690+0000 mgr.a (mgr.24293) 27296 : cluster 0 pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:17.864 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:17.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:17.865 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:18.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:18 smithi022 bash[28554]: cluster 2023-12-07T21:11:16.464535+0000 mgr.a (mgr.24293) 27297 : cluster 0 pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:18.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:18 smithi044 bash[32620]: cluster 2023-12-07T21:11:16.464535+0000 mgr.a (mgr.24293) 27297 : cluster 0 pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:18.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:18 smithi027 bash[31536]: cluster 2023-12-07T21:11:16.464535+0000 mgr.a (mgr.24293) 27297 : cluster 0 pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:18.797 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:18.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:18.797 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:18.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:18.798 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:19.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:19 smithi022 bash[28554]: audit 2023-12-07T21:11:18.283949+0000 mgr.a (mgr.24293) 27298 : audit 0 from='client.534321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:19.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:19 smithi044 bash[32620]: audit 2023-12-07T21:11:18.283949+0000 mgr.a (mgr.24293) 27298 : audit 0 from='client.534321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:19.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:19 smithi027 bash[31536]: audit 2023-12-07T21:11:18.283949+0000 mgr.a (mgr.24293) 27298 : audit 0 from='client.534321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:20.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:20 smithi022 bash[28554]: cluster 2023-12-07T21:11:18.465289+0000 mgr.a (mgr.24293) 27299 : cluster 0 pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:20.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:20 smithi044 bash[32620]: cluster 2023-12-07T21:11:18.465289+0000 mgr.a (mgr.24293) 27299 : cluster 0 pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:20.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:20 smithi027 bash[31536]: cluster 2023-12-07T21:11:18.465289+0000 mgr.a (mgr.24293) 27299 : cluster 0 pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:22.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:22 smithi027 bash[31536]: cluster 2023-12-07T21:11:20.466199+0000 mgr.a (mgr.24293) 27300 : cluster 0 pgmap v20416: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:22 smithi022 bash[28554]: cluster 2023-12-07T21:11:20.466199+0000 mgr.a (mgr.24293) 27300 : cluster 0 pgmap v20416: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:22 smithi044 bash[32620]: cluster 2023-12-07T21:11:20.466199+0000 mgr.a (mgr.24293) 27300 : cluster 0 pgmap v20416: 33 pgs: 33 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:23.800 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:23.800 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:23.801 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:24.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:24 smithi027 bash[31536]: cluster 2023-12-07T21:11:22.466778+0000 mgr.a (mgr.24293) 27301 : cluster 0 pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:24.748 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:24.748 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:24.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:24.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:24.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:24.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:24 smithi022 bash[28554]: cluster 2023-12-07T21:11:22.466778+0000 mgr.a (mgr.24293) 27301 : cluster 0 pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:24.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:24 smithi044 bash[32620]: cluster 2023-12-07T21:11:22.466778+0000 mgr.a (mgr.24293) 27301 : cluster 0 pgmap v20417: 33 pgs: 33 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:25.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:25 smithi027 bash[31536]: audit 2023-12-07T21:11:24.230159+0000 mgr.a (mgr.24293) 27302 : audit 0 from='client.534399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:25.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:25 smithi022 bash[28554]: audit 2023-12-07T21:11:24.230159+0000 mgr.a (mgr.24293) 27302 : audit 0 from='client.534399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:25.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:25 smithi044 bash[32620]: audit 2023-12-07T21:11:24.230159+0000 mgr.a (mgr.24293) 27302 : audit 0 from='client.534399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:26.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:26 smithi027 bash[31536]: cluster 2023-12-07T21:11:24.467335+0000 mgr.a (mgr.24293) 27303 : cluster 0 pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:26.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:26 smithi022 bash[28554]: cluster 2023-12-07T21:11:24.467335+0000 mgr.a (mgr.24293) 27303 : cluster 0 pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:26.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:26 smithi044 bash[32620]: cluster 2023-12-07T21:11:24.467335+0000 mgr.a (mgr.24293) 27303 : cluster 0 pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:28.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:28 smithi022 bash[28554]: cluster 2023-12-07T21:11:26.468308+0000 mgr.a (mgr.24293) 27304 : cluster 0 pgmap v20419: 33 pgs: 33 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:28.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:28 smithi044 bash[32620]: cluster 2023-12-07T21:11:26.468308+0000 mgr.a (mgr.24293) 27304 : cluster 0 pgmap v20419: 33 pgs: 33 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:28.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:28 smithi027 bash[31536]: cluster 2023-12-07T21:11:26.468308+0000 mgr.a (mgr.24293) 27304 : cluster 0 pgmap v20419: 33 pgs: 33 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:29.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:29.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:29.754 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:30.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:30 smithi022 bash[28554]: cluster 2023-12-07T21:11:28.468879+0000 mgr.a (mgr.24293) 27305 : cluster 0 pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:30.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:30 smithi044 bash[32620]: cluster 2023-12-07T21:11:28.468879+0000 mgr.a (mgr.24293) 27305 : cluster 0 pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:30.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:30 smithi027 bash[31536]: cluster 2023-12-07T21:11:28.468879+0000 mgr.a (mgr.24293) 27305 : cluster 0 pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:30.701 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:30.701 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:31.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:31 smithi022 bash[28554]: audit 2023-12-07T21:11:30.172390+0000 mgr.a (mgr.24293) 27306 : audit 0 from='client.534477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:31.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:31 smithi044 bash[32620]: audit 2023-12-07T21:11:30.172390+0000 mgr.a (mgr.24293) 27306 : audit 0 from='client.534477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:31.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:31 smithi027 bash[31536]: audit 2023-12-07T21:11:30.172390+0000 mgr.a (mgr.24293) 27306 : audit 0 from='client.534477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:32.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:32 smithi022 bash[28554]: cluster 2023-12-07T21:11:30.469578+0000 mgr.a (mgr.24293) 27307 : cluster 0 pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:11:32.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:32 smithi044 bash[32620]: cluster 2023-12-07T21:11:30.469578+0000 mgr.a (mgr.24293) 27307 : cluster 0 pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:11:32.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:32 smithi027 bash[31536]: cluster 2023-12-07T21:11:30.469578+0000 mgr.a (mgr.24293) 27307 : cluster 0 pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:11:34.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:34 smithi022 bash[28554]: cluster 2023-12-07T21:11:32.470239+0000 mgr.a (mgr.24293) 27308 : cluster 0 pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:34.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:34 smithi044 bash[32620]: cluster 2023-12-07T21:11:32.470239+0000 mgr.a (mgr.24293) 27308 : cluster 0 pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:34.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:34 smithi027 bash[31536]: cluster 2023-12-07T21:11:32.470239+0000 mgr.a (mgr.24293) 27308 : cluster 0 pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:35.704 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:35.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:35.705 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:36.667 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:36 smithi022 bash[28554]: cluster 2023-12-07T21:11:34.470819+0000 mgr.a (mgr.24293) 27309 : cluster 0 pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:36.667 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:36.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:36.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:36.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:36.667 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:36.668 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:36 smithi044 bash[32620]: cluster 2023-12-07T21:11:34.470819+0000 mgr.a (mgr.24293) 27309 : cluster 0 pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:36.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:36 smithi027 bash[31536]: cluster 2023-12-07T21:11:34.470819+0000 mgr.a (mgr.24293) 27309 : cluster 0 pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:37.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:37 smithi027 bash[31536]: audit 2023-12-07T21:11:36.127671+0000 mgr.a (mgr.24293) 27310 : audit 0 from='client.534549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:37.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:37 smithi022 bash[28554]: audit 2023-12-07T21:11:36.127671+0000 mgr.a (mgr.24293) 27310 : audit 0 from='client.534549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:37.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:37 smithi044 bash[32620]: audit 2023-12-07T21:11:36.127671+0000 mgr.a (mgr.24293) 27310 : audit 0 from='client.534549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:38.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:38 smithi027 bash[31536]: cluster 2023-12-07T21:11:36.471898+0000 mgr.a (mgr.24293) 27311 : cluster 0 pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:38.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:38 smithi022 bash[28554]: cluster 2023-12-07T21:11:36.471898+0000 mgr.a (mgr.24293) 27311 : cluster 0 pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:38.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:38 smithi044 bash[32620]: cluster 2023-12-07T21:11:36.471898+0000 mgr.a (mgr.24293) 27311 : cluster 0 pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:40.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:40 smithi027 bash[31536]: cluster 2023-12-07T21:11:38.472611+0000 mgr.a (mgr.24293) 27312 : cluster 0 pgmap v20425: 33 pgs: 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:40.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:40 smithi022 bash[28554]: cluster 2023-12-07T21:11:38.472611+0000 mgr.a (mgr.24293) 27312 : cluster 0 pgmap v20425: 33 pgs: 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:40.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:40 smithi044 bash[32620]: cluster 2023-12-07T21:11:38.472611+0000 mgr.a (mgr.24293) 27312 : cluster 0 pgmap v20425: 33 pgs: 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:41.670 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:41.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:41.671 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:42.594 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:42.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:42.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:42.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:42.594 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:42.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:42 smithi027 bash[31536]: cluster 2023-12-07T21:11:40.473423+0000 mgr.a (mgr.24293) 27313 : cluster 0 pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:42.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:42 smithi022 bash[28554]: cluster 2023-12-07T21:11:40.473423+0000 mgr.a (mgr.24293) 27313 : cluster 0 pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:42.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:42 smithi044 bash[32620]: cluster 2023-12-07T21:11:40.473423+0000 mgr.a (mgr.24293) 27313 : cluster 0 pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:43.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:43 smithi027 bash[31536]: audit 2023-12-07T21:11:42.089365+0000 mgr.a (mgr.24293) 27314 : audit 0 from='client.534624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:43.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:43 smithi022 bash[28554]: audit 2023-12-07T21:11:42.089365+0000 mgr.a (mgr.24293) 27314 : audit 0 from='client.534624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:43.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:43 smithi044 bash[32620]: audit 2023-12-07T21:11:42.089365+0000 mgr.a (mgr.24293) 27314 : audit 0 from='client.534624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:44.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:44 smithi027 bash[31536]: cluster 2023-12-07T21:11:42.474288+0000 mgr.a (mgr.24293) 27315 : cluster 0 pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:44.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:44 smithi027 bash[31536]: audit 2023-12-07T21:11:43.828861+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:44.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:44 smithi022 bash[28554]: cluster 2023-12-07T21:11:42.474288+0000 mgr.a (mgr.24293) 27315 : cluster 0 pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:44.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:44 smithi022 bash[28554]: audit 2023-12-07T21:11:43.828861+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:44.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:44 smithi044 bash[32620]: cluster 2023-12-07T21:11:42.474288+0000 mgr.a (mgr.24293) 27315 : cluster 0 pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:44.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:44 smithi044 bash[32620]: audit 2023-12-07T21:11:43.828861+0000 mon.a (mon.0) 4203 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:45.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:45 smithi022 bash[28554]: cluster 2023-12-07T21:11:44.474953+0000 mgr.a (mgr.24293) 27316 : cluster 0 pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:45.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:45 smithi022 bash[28554]: audit 2023-12-07T21:11:44.619017+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:45.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:45 smithi022 bash[28554]: audit 2023-12-07T21:11:44.621385+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:45.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:45 smithi022 bash[28554]: audit 2023-12-07T21:11:44.630302+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:11:45.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:45 smithi044 bash[32620]: cluster 2023-12-07T21:11:44.474953+0000 mgr.a (mgr.24293) 27316 : cluster 0 pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:45.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:45 smithi044 bash[32620]: audit 2023-12-07T21:11:44.619017+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:45.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:45 smithi044 bash[32620]: audit 2023-12-07T21:11:44.621385+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:45.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:45 smithi044 bash[32620]: audit 2023-12-07T21:11:44.630302+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:11:45.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:45 smithi027 bash[31536]: cluster 2023-12-07T21:11:44.474953+0000 mgr.a (mgr.24293) 27316 : cluster 0 pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:45.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:45 smithi027 bash[31536]: audit 2023-12-07T21:11:44.619017+0000 mon.a (mon.0) 4204 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:45.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:45 smithi027 bash[31536]: audit 2023-12-07T21:11:44.621385+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:45.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:45 smithi027 bash[31536]: audit 2023-12-07T21:11:44.630302+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:11:47.596 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:47.596 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:47.597 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:48.526 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:48.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:48.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:48.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:48.527 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:48.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:48 smithi022 bash[28554]: cluster 2023-12-07T21:11:46.475937+0000 mgr.a (mgr.24293) 27317 : cluster 0 pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:11:48.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:48 smithi044 bash[32620]: cluster 2023-12-07T21:11:46.475937+0000 mgr.a (mgr.24293) 27317 : cluster 0 pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:11:48.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:48 smithi027 bash[31536]: cluster 2023-12-07T21:11:46.475937+0000 mgr.a (mgr.24293) 27317 : cluster 0 pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:11:49.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:49 smithi022 bash[28554]: audit 2023-12-07T21:11:48.021229+0000 mgr.a (mgr.24293) 27318 : audit 0 from='client.534696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:49.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:49 smithi044 bash[32620]: audit 2023-12-07T21:11:48.021229+0000 mgr.a (mgr.24293) 27318 : audit 0 from='client.534696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:49.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:49 smithi027 bash[31536]: audit 2023-12-07T21:11:48.021229+0000 mgr.a (mgr.24293) 27318 : audit 0 from='client.534696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:50.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:50 smithi022 bash[28554]: cluster 2023-12-07T21:11:48.476655+0000 mgr.a (mgr.24293) 27319 : cluster 0 pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:50.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:50 smithi044 bash[32620]: cluster 2023-12-07T21:11:48.476655+0000 mgr.a (mgr.24293) 27319 : cluster 0 pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:50.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:50 smithi027 bash[31536]: cluster 2023-12-07T21:11:48.476655+0000 mgr.a (mgr.24293) 27319 : cluster 0 pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:52.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:52 smithi022 bash[28554]: cluster 2023-12-07T21:11:50.477491+0000 mgr.a (mgr.24293) 27320 : cluster 0 pgmap v20431: 33 pgs: 33 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.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:52 smithi044 bash[32620]: cluster 2023-12-07T21:11:50.477491+0000 mgr.a (mgr.24293) 27320 : cluster 0 pgmap v20431: 33 pgs: 33 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.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:52 smithi027 bash[31536]: cluster 2023-12-07T21:11:50.477491+0000 mgr.a (mgr.24293) 27320 : cluster 0 pgmap v20431: 33 pgs: 33 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:53.529 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:53.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:53.530 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:54.476 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:11:54.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:54.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:54.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:54.477 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:11:54.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:54 smithi027 bash[31536]: cluster 2023-12-07T21:11:52.478202+0000 mgr.a (mgr.24293) 27321 : cluster 0 pgmap v20432: 33 pgs: 33 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.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:54 smithi022 bash[28554]: cluster 2023-12-07T21:11:52.478202+0000 mgr.a (mgr.24293) 27321 : cluster 0 pgmap v20432: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:54 smithi044 bash[32620]: cluster 2023-12-07T21:11:52.478202+0000 mgr.a (mgr.24293) 27321 : cluster 0 pgmap v20432: 33 pgs: 33 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:55.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:55 smithi027 bash[31536]: audit 2023-12-07T21:11:53.962314+0000 mgr.a (mgr.24293) 27322 : audit 0 from='client.534771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:55.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:55 smithi022 bash[28554]: audit 2023-12-07T21:11:53.962314+0000 mgr.a (mgr.24293) 27322 : audit 0 from='client.534771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:55.918 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:55 smithi044 bash[32620]: audit 2023-12-07T21:11:53.962314+0000 mgr.a (mgr.24293) 27322 : audit 0 from='client.534771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:56.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:56 smithi027 bash[31536]: cluster 2023-12-07T21:11:54.479007+0000 mgr.a (mgr.24293) 27323 : cluster 0 pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:56.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:56 smithi022 bash[28554]: cluster 2023-12-07T21:11:54.479007+0000 mgr.a (mgr.24293) 27323 : cluster 0 pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:56.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:56 smithi044 bash[32620]: cluster 2023-12-07T21:11:54.479007+0000 mgr.a (mgr.24293) 27323 : cluster 0 pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:58.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:11:58 smithi027 bash[31536]: cluster 2023-12-07T21:11:56.479976+0000 mgr.a (mgr.24293) 27324 : cluster 0 pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:58.917 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:11:58 smithi022 bash[28554]: cluster 2023-12-07T21:11:56.479976+0000 mgr.a (mgr.24293) 27324 : cluster 0 pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:58.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:11:58 smithi044 bash[32620]: cluster 2023-12-07T21:11:56.479976+0000 mgr.a (mgr.24293) 27324 : cluster 0 pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:59.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:11:59.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:59.480 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:00.430 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:00.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:00.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:00.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:00.431 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:00.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:00 smithi027 bash[31536]: cluster 2023-12-07T21:11:58.480520+0000 mgr.a (mgr.24293) 27325 : cluster 0 pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:00.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:00 smithi022 bash[28554]: cluster 2023-12-07T21:11:58.480520+0000 mgr.a (mgr.24293) 27325 : cluster 0 pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:00.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:00 smithi044 bash[32620]: cluster 2023-12-07T21:11:58.480520+0000 mgr.a (mgr.24293) 27325 : cluster 0 pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:01.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:01 smithi022 bash[28554]: audit 2023-12-07T21:11:59.905125+0000 mgr.a (mgr.24293) 27326 : audit 0 from='client.534849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:01.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:01 smithi044 bash[32620]: audit 2023-12-07T21:11:59.905125+0000 mgr.a (mgr.24293) 27326 : audit 0 from='client.534849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:01.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:01 smithi027 bash[31536]: audit 2023-12-07T21:11:59.905125+0000 mgr.a (mgr.24293) 27326 : audit 0 from='client.534849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:02.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:02 smithi022 bash[28554]: cluster 2023-12-07T21:12:00.481465+0000 mgr.a (mgr.24293) 27327 : cluster 0 pgmap v20436: 33 pgs: 33 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:02.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:02 smithi044 bash[32620]: cluster 2023-12-07T21:12:00.481465+0000 mgr.a (mgr.24293) 27327 : cluster 0 pgmap v20436: 33 pgs: 33 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:02.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:02 smithi027 bash[31536]: cluster 2023-12-07T21:12:00.481465+0000 mgr.a (mgr.24293) 27327 : cluster 0 pgmap v20436: 33 pgs: 33 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:03.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:03 smithi022 bash[28554]: cluster 2023-12-07T21:12:02.482018+0000 mgr.a (mgr.24293) 27328 : cluster 0 pgmap v20437: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:03 smithi044 bash[32620]: cluster 2023-12-07T21:12:02.482018+0000 mgr.a (mgr.24293) 27328 : cluster 0 pgmap v20437: 33 pgs: 33 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.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:03 smithi027 bash[31536]: cluster 2023-12-07T21:12:02.482018+0000 mgr.a (mgr.24293) 27328 : cluster 0 pgmap v20437: 33 pgs: 33 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.433 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:05.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:05.434 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:05.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:05 smithi022 bash[28554]: cluster 2023-12-07T21:12:04.482513+0000 mgr.a (mgr.24293) 27329 : cluster 0 pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:05.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:05 smithi044 bash[32620]: cluster 2023-12-07T21:12:04.482513+0000 mgr.a (mgr.24293) 27329 : cluster 0 pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:05.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:05 smithi027 bash[31536]: cluster 2023-12-07T21:12:04.482513+0000 mgr.a (mgr.24293) 27329 : cluster 0 pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:06.387 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:06.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:06.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:06.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:06.388 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:06.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:06 smithi022 bash[28554]: audit 2023-12-07T21:12:05.864274+0000 mgr.a (mgr.24293) 27330 : audit 0 from='client.534927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:06.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:06 smithi044 bash[32620]: audit 2023-12-07T21:12:05.864274+0000 mgr.a (mgr.24293) 27330 : audit 0 from='client.534927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:06.941 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:06 smithi027 bash[31536]: audit 2023-12-07T21:12:05.864274+0000 mgr.a (mgr.24293) 27330 : audit 0 from='client.534927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:08.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:08 smithi022 bash[28554]: cluster 2023-12-07T21:12:06.483617+0000 mgr.a (mgr.24293) 27331 : cluster 0 pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:08.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:08 smithi044 bash[32620]: cluster 2023-12-07T21:12:06.483617+0000 mgr.a (mgr.24293) 27331 : cluster 0 pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:08.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:08 smithi027 bash[31536]: cluster 2023-12-07T21:12:06.483617+0000 mgr.a (mgr.24293) 27331 : cluster 0 pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:10.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:10 smithi022 bash[28554]: cluster 2023-12-07T21:12:08.484203+0000 mgr.a (mgr.24293) 27332 : cluster 0 pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:10.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:10 smithi044 bash[32620]: cluster 2023-12-07T21:12:08.484203+0000 mgr.a (mgr.24293) 27332 : cluster 0 pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:10.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:10 smithi027 bash[31536]: cluster 2023-12-07T21:12:08.484203+0000 mgr.a (mgr.24293) 27332 : cluster 0 pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:11.390 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:11.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:11.391 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:12.339 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:12.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:12.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:12.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:12.339 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:12.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:12 smithi022 bash[28554]: cluster 2023-12-07T21:12:10.484954+0000 mgr.a (mgr.24293) 27333 : cluster 0 pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:12.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:12 smithi044 bash[32620]: cluster 2023-12-07T21:12:10.484954+0000 mgr.a (mgr.24293) 27333 : cluster 0 pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:12.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:12 smithi027 bash[31536]: cluster 2023-12-07T21:12:10.484954+0000 mgr.a (mgr.24293) 27333 : cluster 0 pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:13.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:13 smithi027 bash[31536]: audit 2023-12-07T21:12:11.816422+0000 mgr.a (mgr.24293) 27334 : audit 0 from='client.535005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:13.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:13 smithi022 bash[28554]: audit 2023-12-07T21:12:11.816422+0000 mgr.a (mgr.24293) 27334 : audit 0 from='client.535005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:13.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:13 smithi044 bash[32620]: audit 2023-12-07T21:12:11.816422+0000 mgr.a (mgr.24293) 27334 : audit 0 from='client.535005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:14.691 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:14 smithi027 bash[31536]: cluster 2023-12-07T21:12:12.485691+0000 mgr.a (mgr.24293) 27335 : cluster 0 pgmap v20442: 33 pgs: 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:14.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:14 smithi022 bash[28554]: cluster 2023-12-07T21:12:12.485691+0000 mgr.a (mgr.24293) 27335 : cluster 0 pgmap v20442: 33 pgs: 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:14.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:14 smithi044 bash[32620]: cluster 2023-12-07T21:12:12.485691+0000 mgr.a (mgr.24293) 27335 : cluster 0 pgmap v20442: 33 pgs: 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:16.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:16 smithi027 bash[31536]: cluster 2023-12-07T21:12:14.486255+0000 mgr.a (mgr.24293) 27336 : cluster 0 pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:16.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:16 smithi022 bash[28554]: cluster 2023-12-07T21:12:14.486255+0000 mgr.a (mgr.24293) 27336 : cluster 0 pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:16.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:16 smithi044 bash[32620]: cluster 2023-12-07T21:12:14.486255+0000 mgr.a (mgr.24293) 27336 : cluster 0 pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:17.342 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:17.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:17.343 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:18.279 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:18.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:18.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:18.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:18.279 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:18.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:18 smithi027 bash[31536]: cluster 2023-12-07T21:12:16.487079+0000 mgr.a (mgr.24293) 27337 : cluster 0 pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:18.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:18 smithi022 bash[28554]: cluster 2023-12-07T21:12:16.487079+0000 mgr.a (mgr.24293) 27337 : cluster 0 pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:18.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:18 smithi044 bash[32620]: cluster 2023-12-07T21:12:16.487079+0000 mgr.a (mgr.24293) 27337 : cluster 0 pgmap v20444: 33 pgs: 33 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.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:19 smithi027 bash[31536]: audit 2023-12-07T21:12:17.770434+0000 mgr.a (mgr.24293) 27338 : audit 0 from='client.535077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:19.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:19 smithi022 bash[28554]: audit 2023-12-07T21:12:17.770434+0000 mgr.a (mgr.24293) 27338 : audit 0 from='client.535077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:19.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:19 smithi044 bash[32620]: audit 2023-12-07T21:12:17.770434+0000 mgr.a (mgr.24293) 27338 : audit 0 from='client.535077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:20.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:20 smithi022 bash[28554]: cluster 2023-12-07T21:12:18.487822+0000 mgr.a (mgr.24293) 27339 : cluster 0 pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:20.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:20 smithi044 bash[32620]: cluster 2023-12-07T21:12:18.487822+0000 mgr.a (mgr.24293) 27339 : cluster 0 pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:20.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:20 smithi027 bash[31536]: cluster 2023-12-07T21:12:18.487822+0000 mgr.a (mgr.24293) 27339 : cluster 0 pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:21.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:21 smithi022 bash[28554]: cluster 2023-12-07T21:12:20.488476+0000 mgr.a (mgr.24293) 27340 : cluster 0 pgmap v20446: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:21 smithi044 bash[32620]: cluster 2023-12-07T21:12:20.488476+0000 mgr.a (mgr.24293) 27340 : cluster 0 pgmap v20446: 33 pgs: 33 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.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:21 smithi027 bash[31536]: cluster 2023-12-07T21:12:20.488476+0000 mgr.a (mgr.24293) 27340 : cluster 0 pgmap v20446: 33 pgs: 33 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:23.281 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:23.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:23.282 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:24.210 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:24.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:24.666 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:24 smithi022 bash[28554]: cluster 2023-12-07T21:12:22.489013+0000 mgr.a (mgr.24293) 27341 : cluster 0 pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:24.667 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:24 smithi044 bash[32620]: cluster 2023-12-07T21:12:22.489013+0000 mgr.a (mgr.24293) 27341 : cluster 0 pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:24.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:24 smithi027 bash[31536]: cluster 2023-12-07T21:12:22.489013+0000 mgr.a (mgr.24293) 27341 : cluster 0 pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:25.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:25 smithi027 bash[31536]: audit 2023-12-07T21:12:23.708819+0000 mgr.a (mgr.24293) 27342 : audit 0 from='client.535149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:25.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:25 smithi022 bash[28554]: audit 2023-12-07T21:12:23.708819+0000 mgr.a (mgr.24293) 27342 : audit 0 from='client.535149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:25.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:25 smithi044 bash[32620]: audit 2023-12-07T21:12:23.708819+0000 mgr.a (mgr.24293) 27342 : audit 0 from='client.535149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:26.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:26 smithi027 bash[31536]: cluster 2023-12-07T21:12:24.489830+0000 mgr.a (mgr.24293) 27343 : cluster 0 pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:26.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:26 smithi022 bash[28554]: cluster 2023-12-07T21:12:24.489830+0000 mgr.a (mgr.24293) 27343 : cluster 0 pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:26.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:26 smithi044 bash[32620]: cluster 2023-12-07T21:12:24.489830+0000 mgr.a (mgr.24293) 27343 : cluster 0 pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:28.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:28 smithi027 bash[31536]: cluster 2023-12-07T21:12:26.490683+0000 mgr.a (mgr.24293) 27344 : cluster 0 pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:28.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:28 smithi022 bash[28554]: cluster 2023-12-07T21:12:26.490683+0000 mgr.a (mgr.24293) 27344 : cluster 0 pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:28.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:28 smithi044 bash[32620]: cluster 2023-12-07T21:12:26.490683+0000 mgr.a (mgr.24293) 27344 : cluster 0 pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:29.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:29.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:29.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:30.154 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:30.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:30.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:30.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:30.154 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:30.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:30 smithi027 bash[31536]: cluster 2023-12-07T21:12:28.491215+0000 mgr.a (mgr.24293) 27345 : cluster 0 pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:30.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:30 smithi022 bash[28554]: cluster 2023-12-07T21:12:28.491215+0000 mgr.a (mgr.24293) 27345 : cluster 0 pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:30.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:30 smithi044 bash[32620]: cluster 2023-12-07T21:12:28.491215+0000 mgr.a (mgr.24293) 27345 : cluster 0 pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:31.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:31 smithi022 bash[28554]: audit 2023-12-07T21:12:29.636490+0000 mgr.a (mgr.24293) 27346 : audit 0 from='client.535224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:31.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:31 smithi044 bash[32620]: audit 2023-12-07T21:12:29.636490+0000 mgr.a (mgr.24293) 27346 : audit 0 from='client.535224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:31.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:31 smithi027 bash[31536]: audit 2023-12-07T21:12:29.636490+0000 mgr.a (mgr.24293) 27346 : audit 0 from='client.535224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:32.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:32 smithi022 bash[28554]: cluster 2023-12-07T21:12:30.492081+0000 mgr.a (mgr.24293) 27347 : cluster 0 pgmap v20451: 33 pgs: 33 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:32.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:32 smithi044 bash[32620]: cluster 2023-12-07T21:12:30.492081+0000 mgr.a (mgr.24293) 27347 : cluster 0 pgmap v20451: 33 pgs: 33 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:32.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:32 smithi027 bash[31536]: cluster 2023-12-07T21:12:30.492081+0000 mgr.a (mgr.24293) 27347 : cluster 0 pgmap v20451: 33 pgs: 33 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:34.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:34 smithi022 bash[28554]: cluster 2023-12-07T21:12:32.492687+0000 mgr.a (mgr.24293) 27348 : cluster 0 pgmap v20452: 33 pgs: 33 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:34.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:34 smithi044 bash[32620]: cluster 2023-12-07T21:12:32.492687+0000 mgr.a (mgr.24293) 27348 : cluster 0 pgmap v20452: 33 pgs: 33 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:34.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:34 smithi027 bash[31536]: cluster 2023-12-07T21:12:32.492687+0000 mgr.a (mgr.24293) 27348 : cluster 0 pgmap v20452: 33 pgs: 33 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.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:35.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:35.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:35.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:35 smithi022 bash[28554]: cluster 2023-12-07T21:12:34.493246+0000 mgr.a (mgr.24293) 27349 : cluster 0 pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:35.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:35 smithi044 bash[32620]: cluster 2023-12-07T21:12:34.493246+0000 mgr.a (mgr.24293) 27349 : cluster 0 pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:35.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:35 smithi027 bash[31536]: cluster 2023-12-07T21:12:34.493246+0000 mgr.a (mgr.24293) 27349 : cluster 0 pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:36.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:36.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:36.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:36.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:36.094 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:36.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:36 smithi022 bash[28554]: audit 2023-12-07T21:12:35.575697+0000 mgr.a (mgr.24293) 27350 : audit 0 from='client.535296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:36.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:36 smithi044 bash[32620]: audit 2023-12-07T21:12:35.575697+0000 mgr.a (mgr.24293) 27350 : audit 0 from='client.535296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:36.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:36 smithi027 bash[31536]: audit 2023-12-07T21:12:35.575697+0000 mgr.a (mgr.24293) 27350 : audit 0 from='client.535296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:38.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:38 smithi027 bash[31536]: cluster 2023-12-07T21:12:36.494294+0000 mgr.a (mgr.24293) 27351 : cluster 0 pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:38.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:38 smithi022 bash[28554]: cluster 2023-12-07T21:12:36.494294+0000 mgr.a (mgr.24293) 27351 : cluster 0 pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:38.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:38 smithi044 bash[32620]: cluster 2023-12-07T21:12:36.494294+0000 mgr.a (mgr.24293) 27351 : cluster 0 pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:40.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:40 smithi027 bash[31536]: cluster 2023-12-07T21:12:38.494908+0000 mgr.a (mgr.24293) 27352 : cluster 0 pgmap v20455: 33 pgs: 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:40.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:40 smithi022 bash[28554]: cluster 2023-12-07T21:12:38.494908+0000 mgr.a (mgr.24293) 27352 : cluster 0 pgmap v20455: 33 pgs: 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:40.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:40 smithi044 bash[32620]: cluster 2023-12-07T21:12:38.494908+0000 mgr.a (mgr.24293) 27352 : cluster 0 pgmap v20455: 33 pgs: 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:41.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:41.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:41.097 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:42.038 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:42.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:42.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:42.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:42.039 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:42.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:42 smithi027 bash[31536]: cluster 2023-12-07T21:12:40.495690+0000 mgr.a (mgr.24293) 27353 : cluster 0 pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:42.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:42 smithi022 bash[28554]: cluster 2023-12-07T21:12:40.495690+0000 mgr.a (mgr.24293) 27353 : cluster 0 pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:42.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:42 smithi044 bash[32620]: cluster 2023-12-07T21:12:40.495690+0000 mgr.a (mgr.24293) 27353 : cluster 0 pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:43.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:43 smithi027 bash[31536]: audit 2023-12-07T21:12:41.520315+0000 mgr.a (mgr.24293) 27354 : audit 0 from='client.535374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:43.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:43 smithi022 bash[28554]: audit 2023-12-07T21:12:41.520315+0000 mgr.a (mgr.24293) 27354 : audit 0 from='client.535374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:43.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:43 smithi044 bash[32620]: audit 2023-12-07T21:12:41.520315+0000 mgr.a (mgr.24293) 27354 : audit 0 from='client.535374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:44.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:44 smithi027 bash[31536]: cluster 2023-12-07T21:12:42.496286+0000 mgr.a (mgr.24293) 27355 : cluster 0 pgmap v20457: 33 pgs: 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:44.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:44 smithi022 bash[28554]: cluster 2023-12-07T21:12:42.496286+0000 mgr.a (mgr.24293) 27355 : cluster 0 pgmap v20457: 33 pgs: 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:44.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:44 smithi044 bash[32620]: cluster 2023-12-07T21:12:42.496286+0000 mgr.a (mgr.24293) 27355 : cluster 0 pgmap v20457: 33 pgs: 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:45.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:45 smithi022 bash[28554]: audit 2023-12-07T21:12:44.733262+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:45.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:45 smithi022 bash[28554]: audit 2023-12-07T21:12:45.261739+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:45.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:45 smithi022 bash[28554]: audit 2023-12-07T21:12:45.269207+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:45.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:45 smithi044 bash[32620]: audit 2023-12-07T21:12:44.733262+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:45.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:45 smithi044 bash[32620]: audit 2023-12-07T21:12:45.261739+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:45.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:45 smithi044 bash[32620]: audit 2023-12-07T21:12:45.269207+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:45.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:45 smithi027 bash[31536]: audit 2023-12-07T21:12:44.733262+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:45.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:45 smithi027 bash[31536]: audit 2023-12-07T21:12:45.261739+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:45.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:45 smithi027 bash[31536]: audit 2023-12-07T21:12:45.269207+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:46.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:46 smithi022 bash[28554]: cluster 2023-12-07T21:12:44.496915+0000 mgr.a (mgr.24293) 27356 : cluster 0 pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:46.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:46 smithi022 bash[28554]: audit 2023-12-07T21:12:46.010418+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:46.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:46 smithi022 bash[28554]: audit 2023-12-07T21:12:46.012156+0000 mon.a (mon.0) 4211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:46.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:46 smithi022 bash[28554]: audit 2023-12-07T21:12:46.021923+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:46.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:46 smithi044 bash[32620]: cluster 2023-12-07T21:12:44.496915+0000 mgr.a (mgr.24293) 27356 : cluster 0 pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:46.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:46 smithi044 bash[32620]: audit 2023-12-07T21:12:46.010418+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:46.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:46 smithi044 bash[32620]: audit 2023-12-07T21:12:46.012156+0000 mon.a (mon.0) 4211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:46.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:46 smithi044 bash[32620]: audit 2023-12-07T21:12:46.021923+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:46.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:46 smithi027 bash[31536]: cluster 2023-12-07T21:12:44.496915+0000 mgr.a (mgr.24293) 27356 : cluster 0 pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:46.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:46 smithi027 bash[31536]: audit 2023-12-07T21:12:46.010418+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:46.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:46 smithi027 bash[31536]: audit 2023-12-07T21:12:46.012156+0000 mon.a (mon.0) 4211 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:46.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:46 smithi027 bash[31536]: audit 2023-12-07T21:12:46.021923+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:12:47.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:47.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:47.041 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:47.998 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:47.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:47.998 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:47.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:47.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:48.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:48 smithi022 bash[28554]: cluster 2023-12-07T21:12:46.497837+0000 mgr.a (mgr.24293) 27357 : cluster 0 pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:48.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:48 smithi044 bash[32620]: cluster 2023-12-07T21:12:46.497837+0000 mgr.a (mgr.24293) 27357 : cluster 0 pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:48.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:48 smithi027 bash[31536]: cluster 2023-12-07T21:12:46.497837+0000 mgr.a (mgr.24293) 27357 : cluster 0 pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:49.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:49 smithi022 bash[28554]: audit 2023-12-07T21:12:47.467613+0000 mgr.a (mgr.24293) 27358 : audit 0 from='client.535449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:49.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:49 smithi022 bash[28554]: cluster 2023-12-07T21:12:48.498521+0000 mgr.a (mgr.24293) 27359 : cluster 0 pgmap v20460: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:49 smithi044 bash[32620]: audit 2023-12-07T21:12:47.467613+0000 mgr.a (mgr.24293) 27358 : audit 0 from='client.535449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:49.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:49 smithi044 bash[32620]: cluster 2023-12-07T21:12:48.498521+0000 mgr.a (mgr.24293) 27359 : cluster 0 pgmap v20460: 33 pgs: 33 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.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:49 smithi027 bash[31536]: audit 2023-12-07T21:12:47.467613+0000 mgr.a (mgr.24293) 27358 : audit 0 from='client.535449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:49.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:49 smithi027 bash[31536]: cluster 2023-12-07T21:12:48.498521+0000 mgr.a (mgr.24293) 27359 : cluster 0 pgmap v20460: 33 pgs: 33 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.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:51 smithi022 bash[28554]: cluster 2023-12-07T21:12:50.499335+0000 mgr.a (mgr.24293) 27360 : cluster 0 pgmap v20461: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:51 smithi044 bash[32620]: cluster 2023-12-07T21:12:50.499335+0000 mgr.a (mgr.24293) 27360 : cluster 0 pgmap v20461: 33 pgs: 33 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.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:51 smithi027 bash[31536]: cluster 2023-12-07T21:12:50.499335+0000 mgr.a (mgr.24293) 27360 : cluster 0 pgmap v20461: 33 pgs: 33 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:53.001 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:53.002 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:53.002 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:53.961 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:53.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:12:54.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:54 smithi027 bash[31536]: cluster 2023-12-07T21:12:52.499907+0000 mgr.a (mgr.24293) 27361 : cluster 0 pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:54.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:54 smithi027 bash[31536]: audit 2023-12-07T21:12:53.431357+0000 mgr.a (mgr.24293) 27362 : audit 0 from='client.535527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:54.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:54 smithi022 bash[28554]: cluster 2023-12-07T21:12:52.499907+0000 mgr.a (mgr.24293) 27361 : cluster 0 pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:54.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:54 smithi022 bash[28554]: audit 2023-12-07T21:12:53.431357+0000 mgr.a (mgr.24293) 27362 : audit 0 from='client.535527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:54.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:54 smithi044 bash[32620]: cluster 2023-12-07T21:12:52.499907+0000 mgr.a (mgr.24293) 27361 : cluster 0 pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:54.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:54 smithi044 bash[32620]: audit 2023-12-07T21:12:53.431357+0000 mgr.a (mgr.24293) 27362 : audit 0 from='client.535527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:56.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:56 smithi027 bash[31536]: cluster 2023-12-07T21:12:54.500494+0000 mgr.a (mgr.24293) 27363 : cluster 0 pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:56.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:56 smithi022 bash[28554]: cluster 2023-12-07T21:12:54.500494+0000 mgr.a (mgr.24293) 27363 : cluster 0 pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:56.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:56 smithi044 bash[32620]: cluster 2023-12-07T21:12:54.500494+0000 mgr.a (mgr.24293) 27363 : cluster 0 pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:58.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:12:58 smithi027 bash[31536]: cluster 2023-12-07T21:12:56.501268+0000 mgr.a (mgr.24293) 27364 : cluster 0 pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:58.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:12:58 smithi022 bash[28554]: cluster 2023-12-07T21:12:56.501268+0000 mgr.a (mgr.24293) 27364 : cluster 0 pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:58.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:12:58 smithi044 bash[32620]: cluster 2023-12-07T21:12:56.501268+0000 mgr.a (mgr.24293) 27364 : cluster 0 pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:58.964 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:12:58.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:58.965 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:59.878 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:12:59.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:59.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:59.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:59.878 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:00.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:00 smithi027 bash[31536]: cluster 2023-12-07T21:12:58.501845+0000 mgr.a (mgr.24293) 27365 : cluster 0 pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:00.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:00 smithi027 bash[31536]: audit 2023-12-07T21:12:59.381772+0000 mgr.a (mgr.24293) 27366 : audit 0 from='client.535602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:00.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:00 smithi022 bash[28554]: cluster 2023-12-07T21:12:58.501845+0000 mgr.a (mgr.24293) 27365 : cluster 0 pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:00.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:00 smithi022 bash[28554]: audit 2023-12-07T21:12:59.381772+0000 mgr.a (mgr.24293) 27366 : audit 0 from='client.535602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:00.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:00 smithi044 bash[32620]: cluster 2023-12-07T21:12:58.501845+0000 mgr.a (mgr.24293) 27365 : cluster 0 pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:00.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:00 smithi044 bash[32620]: audit 2023-12-07T21:12:59.381772+0000 mgr.a (mgr.24293) 27366 : audit 0 from='client.535602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:02.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:02 smithi022 bash[28554]: cluster 2023-12-07T21:13:00.502824+0000 mgr.a (mgr.24293) 27367 : cluster 0 pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:02.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:02 smithi044 bash[32620]: cluster 2023-12-07T21:13:00.502824+0000 mgr.a (mgr.24293) 27367 : cluster 0 pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:02.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:02 smithi027 bash[31536]: cluster 2023-12-07T21:13:00.502824+0000 mgr.a (mgr.24293) 27367 : cluster 0 pgmap v20466: 33 pgs: 33 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:04.881 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:04.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:04.882 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:04.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:04 smithi022 bash[28554]: cluster 2023-12-07T21:13:02.503535+0000 mgr.a (mgr.24293) 27368 : cluster 0 pgmap v20467: 33 pgs: 33 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.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:04 smithi044 bash[32620]: cluster 2023-12-07T21:13:02.503535+0000 mgr.a (mgr.24293) 27368 : cluster 0 pgmap v20467: 33 pgs: 33 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.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:04 smithi027 bash[31536]: cluster 2023-12-07T21:13:02.503535+0000 mgr.a (mgr.24293) 27368 : cluster 0 pgmap v20467: 33 pgs: 33 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.823 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:05.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:05.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:05.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:05.823 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:06.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:06 smithi022 bash[28554]: cluster 2023-12-07T21:13:04.504030+0000 mgr.a (mgr.24293) 27369 : cluster 0 pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:06.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:06 smithi022 bash[28554]: audit 2023-12-07T21:13:05.303077+0000 mgr.a (mgr.24293) 27370 : audit 0 from='client.535674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:06.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:06 smithi044 bash[32620]: cluster 2023-12-07T21:13:04.504030+0000 mgr.a (mgr.24293) 27369 : cluster 0 pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:06.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:06 smithi044 bash[32620]: audit 2023-12-07T21:13:05.303077+0000 mgr.a (mgr.24293) 27370 : audit 0 from='client.535674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:06.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:06 smithi027 bash[31536]: cluster 2023-12-07T21:13:04.504030+0000 mgr.a (mgr.24293) 27369 : cluster 0 pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:06.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:06 smithi027 bash[31536]: audit 2023-12-07T21:13:05.303077+0000 mgr.a (mgr.24293) 27370 : audit 0 from='client.535674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:08.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:08 smithi022 bash[28554]: cluster 2023-12-07T21:13:06.505080+0000 mgr.a (mgr.24293) 27371 : cluster 0 pgmap v20469: 33 pgs: 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:13:08.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:08 smithi044 bash[32620]: cluster 2023-12-07T21:13:06.505080+0000 mgr.a (mgr.24293) 27371 : cluster 0 pgmap v20469: 33 pgs: 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:13:08.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:08 smithi027 bash[31536]: cluster 2023-12-07T21:13:06.505080+0000 mgr.a (mgr.24293) 27371 : cluster 0 pgmap v20469: 33 pgs: 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:13:09.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:09 smithi022 bash[28554]: cluster 2023-12-07T21:13:08.505672+0000 mgr.a (mgr.24293) 27372 : cluster 0 pgmap v20470: 33 pgs: 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:13:09.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:09 smithi044 bash[32620]: cluster 2023-12-07T21:13:08.505672+0000 mgr.a (mgr.24293) 27372 : cluster 0 pgmap v20470: 33 pgs: 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:13:09.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:09 smithi027 bash[31536]: cluster 2023-12-07T21:13:08.505672+0000 mgr.a (mgr.24293) 27372 : cluster 0 pgmap v20470: 33 pgs: 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:13:10.826 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:10.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:10.827 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:11.752 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:11.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:11.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:11.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:11.753 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:11.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:11 smithi022 bash[28554]: cluster 2023-12-07T21:13:10.506559+0000 mgr.a (mgr.24293) 27373 : cluster 0 pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:11.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:11 smithi022 bash[28554]: audit 2023-12-07T21:13:11.245657+0000 mgr.a (mgr.24293) 27374 : audit 0 from='client.535746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:11.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:11 smithi044 bash[32620]: cluster 2023-12-07T21:13:10.506559+0000 mgr.a (mgr.24293) 27373 : cluster 0 pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:11.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:11 smithi044 bash[32620]: audit 2023-12-07T21:13:11.245657+0000 mgr.a (mgr.24293) 27374 : audit 0 from='client.535746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:11.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:11 smithi027 bash[31536]: cluster 2023-12-07T21:13:10.506559+0000 mgr.a (mgr.24293) 27373 : cluster 0 pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:11.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:11 smithi027 bash[31536]: audit 2023-12-07T21:13:11.245657+0000 mgr.a (mgr.24293) 27374 : audit 0 from='client.535746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:14.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:14 smithi027 bash[31536]: cluster 2023-12-07T21:13:12.507337+0000 mgr.a (mgr.24293) 27375 : cluster 0 pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:14.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:14 smithi022 bash[28554]: cluster 2023-12-07T21:13:12.507337+0000 mgr.a (mgr.24293) 27375 : cluster 0 pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:14.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:14 smithi044 bash[32620]: cluster 2023-12-07T21:13:12.507337+0000 mgr.a (mgr.24293) 27375 : cluster 0 pgmap v20472: 33 pgs: 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:16.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:16 smithi027 bash[31536]: cluster 2023-12-07T21:13:14.507896+0000 mgr.a (mgr.24293) 27376 : cluster 0 pgmap v20473: 33 pgs: 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:16.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:16.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:16.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:16.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:16 smithi022 bash[28554]: cluster 2023-12-07T21:13:14.507896+0000 mgr.a (mgr.24293) 27376 : cluster 0 pgmap v20473: 33 pgs: 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:16.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:16 smithi044 bash[32620]: cluster 2023-12-07T21:13:14.507896+0000 mgr.a (mgr.24293) 27376 : cluster 0 pgmap v20473: 33 pgs: 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:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:17.705 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:17.705 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:18.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:18 smithi027 bash[31536]: cluster 2023-12-07T21:13:16.508717+0000 mgr.a (mgr.24293) 27377 : cluster 0 pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:18.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:18 smithi027 bash[31536]: audit 2023-12-07T21:13:17.176679+0000 mgr.a (mgr.24293) 27378 : audit 0 from='client.535821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:18.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:18 smithi022 bash[28554]: cluster 2023-12-07T21:13:16.508717+0000 mgr.a (mgr.24293) 27377 : cluster 0 pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:18.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:18 smithi022 bash[28554]: audit 2023-12-07T21:13:17.176679+0000 mgr.a (mgr.24293) 27378 : audit 0 from='client.535821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:18.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:18 smithi044 bash[32620]: cluster 2023-12-07T21:13:16.508717+0000 mgr.a (mgr.24293) 27377 : cluster 0 pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:18.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:18 smithi044 bash[32620]: audit 2023-12-07T21:13:17.176679+0000 mgr.a (mgr.24293) 27378 : audit 0 from='client.535821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:20.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:20 smithi022 bash[28554]: cluster 2023-12-07T21:13:18.509466+0000 mgr.a (mgr.24293) 27379 : cluster 0 pgmap v20475: 33 pgs: 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:13:20.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:20 smithi044 bash[32620]: cluster 2023-12-07T21:13:18.509466+0000 mgr.a (mgr.24293) 27379 : cluster 0 pgmap v20475: 33 pgs: 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:13:20.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:20 smithi027 bash[31536]: cluster 2023-12-07T21:13:18.509466+0000 mgr.a (mgr.24293) 27379 : cluster 0 pgmap v20475: 33 pgs: 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:13:22.708 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:22.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:22.709 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:22.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:22 smithi022 bash[28554]: cluster 2023-12-07T21:13:20.510299+0000 mgr.a (mgr.24293) 27380 : cluster 0 pgmap v20476: 33 pgs: 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:13:22.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:22 smithi044 bash[32620]: cluster 2023-12-07T21:13:20.510299+0000 mgr.a (mgr.24293) 27380 : cluster 0 pgmap v20476: 33 pgs: 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:13:22.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:22 smithi027 bash[31536]: cluster 2023-12-07T21:13:20.510299+0000 mgr.a (mgr.24293) 27380 : cluster 0 pgmap v20476: 33 pgs: 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:13:23.631 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:23.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:23.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:23.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:23.632 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:24.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:24 smithi022 bash[28554]: cluster 2023-12-07T21:13:22.510938+0000 mgr.a (mgr.24293) 27381 : cluster 0 pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:24.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:24 smithi022 bash[28554]: audit 2023-12-07T21:13:23.139480+0000 mgr.a (mgr.24293) 27382 : audit 0 from='client.535899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:24.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:24 smithi044 bash[32620]: cluster 2023-12-07T21:13:22.510938+0000 mgr.a (mgr.24293) 27381 : cluster 0 pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:24.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:24 smithi044 bash[32620]: audit 2023-12-07T21:13:23.139480+0000 mgr.a (mgr.24293) 27382 : audit 0 from='client.535899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:24.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:24 smithi027 bash[31536]: cluster 2023-12-07T21:13:22.510938+0000 mgr.a (mgr.24293) 27381 : cluster 0 pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:24.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:24 smithi027 bash[31536]: audit 2023-12-07T21:13:23.139480+0000 mgr.a (mgr.24293) 27382 : audit 0 from='client.535899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:26.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:26 smithi022 bash[28554]: cluster 2023-12-07T21:13:24.511683+0000 mgr.a (mgr.24293) 27383 : cluster 0 pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:26.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:26 smithi044 bash[32620]: cluster 2023-12-07T21:13:24.511683+0000 mgr.a (mgr.24293) 27383 : cluster 0 pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:26.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:26 smithi027 bash[31536]: cluster 2023-12-07T21:13:24.511683+0000 mgr.a (mgr.24293) 27383 : cluster 0 pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:28.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:28.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:28.636 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:28.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:28 smithi027 bash[31536]: cluster 2023-12-07T21:13:26.512593+0000 mgr.a (mgr.24293) 27384 : cluster 0 pgmap v20479: 33 pgs: 33 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:28.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:28 smithi022 bash[28554]: cluster 2023-12-07T21:13:26.512593+0000 mgr.a (mgr.24293) 27384 : cluster 0 pgmap v20479: 33 pgs: 33 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:28.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:28 smithi044 bash[32620]: cluster 2023-12-07T21:13:26.512593+0000 mgr.a (mgr.24293) 27384 : cluster 0 pgmap v20479: 33 pgs: 33 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:29.559 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:29.559 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:29.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:29.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:29.560 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:30.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:30 smithi027 bash[31536]: cluster 2023-12-07T21:13:28.513219+0000 mgr.a (mgr.24293) 27385 : cluster 0 pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:30.690 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:30 smithi027 bash[31536]: audit 2023-12-07T21:13:29.051998+0000 mgr.a (mgr.24293) 27386 : audit 0 from='client.535971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:30.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:30 smithi022 bash[28554]: cluster 2023-12-07T21:13:28.513219+0000 mgr.a (mgr.24293) 27385 : cluster 0 pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:30.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:30 smithi022 bash[28554]: audit 2023-12-07T21:13:29.051998+0000 mgr.a (mgr.24293) 27386 : audit 0 from='client.535971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:30.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:30 smithi044 bash[32620]: cluster 2023-12-07T21:13:28.513219+0000 mgr.a (mgr.24293) 27385 : cluster 0 pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:30.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:30 smithi044 bash[32620]: audit 2023-12-07T21:13:29.051998+0000 mgr.a (mgr.24293) 27386 : audit 0 from='client.535971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:32.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:32 smithi022 bash[28554]: cluster 2023-12-07T21:13:30.514179+0000 mgr.a (mgr.24293) 27387 : cluster 0 pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:32.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:32 smithi044 bash[32620]: cluster 2023-12-07T21:13:30.514179+0000 mgr.a (mgr.24293) 27387 : cluster 0 pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:32.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:32 smithi027 bash[31536]: cluster 2023-12-07T21:13:30.514179+0000 mgr.a (mgr.24293) 27387 : cluster 0 pgmap v20481: 33 pgs: 33 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:34.562 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:34.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:34.563 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:34.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:34 smithi022 bash[28554]: cluster 2023-12-07T21:13:32.514754+0000 mgr.a (mgr.24293) 27388 : cluster 0 pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:34.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:34 smithi044 bash[32620]: cluster 2023-12-07T21:13:32.514754+0000 mgr.a (mgr.24293) 27388 : cluster 0 pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:34.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:34 smithi027 bash[31536]: cluster 2023-12-07T21:13:32.514754+0000 mgr.a (mgr.24293) 27388 : cluster 0 pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:35.520 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:35.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:35.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:35.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:35.520 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:36.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:36 smithi022 bash[28554]: cluster 2023-12-07T21:13:34.515332+0000 mgr.a (mgr.24293) 27389 : cluster 0 pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:36.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:36 smithi022 bash[28554]: audit 2023-12-07T21:13:34.983013+0000 mgr.a (mgr.24293) 27390 : audit 0 from='client.536049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:36.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:36 smithi044 bash[32620]: cluster 2023-12-07T21:13:34.515332+0000 mgr.a (mgr.24293) 27389 : cluster 0 pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:36.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:36 smithi044 bash[32620]: audit 2023-12-07T21:13:34.983013+0000 mgr.a (mgr.24293) 27390 : audit 0 from='client.536049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:36.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:36 smithi027 bash[31536]: cluster 2023-12-07T21:13:34.515332+0000 mgr.a (mgr.24293) 27389 : cluster 0 pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:36.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:36 smithi027 bash[31536]: audit 2023-12-07T21:13:34.983013+0000 mgr.a (mgr.24293) 27390 : audit 0 from='client.536049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:38.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:38 smithi022 bash[28554]: cluster 2023-12-07T21:13:36.516362+0000 mgr.a (mgr.24293) 27391 : cluster 0 pgmap v20484: 33 pgs: 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:13:38.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:38 smithi044 bash[32620]: cluster 2023-12-07T21:13:36.516362+0000 mgr.a (mgr.24293) 27391 : cluster 0 pgmap v20484: 33 pgs: 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:13:38.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:38 smithi027 bash[31536]: cluster 2023-12-07T21:13:36.516362+0000 mgr.a (mgr.24293) 27391 : cluster 0 pgmap v20484: 33 pgs: 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:13:40.523 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:40.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:40.524 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:40.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:40 smithi022 bash[28554]: cluster 2023-12-07T21:13:38.516891+0000 mgr.a (mgr.24293) 27392 : cluster 0 pgmap v20485: 33 pgs: 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:13:40.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:40 smithi044 bash[32620]: cluster 2023-12-07T21:13:38.516891+0000 mgr.a (mgr.24293) 27392 : cluster 0 pgmap v20485: 33 pgs: 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:13:40.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:40 smithi027 bash[31536]: cluster 2023-12-07T21:13:38.516891+0000 mgr.a (mgr.24293) 27392 : cluster 0 pgmap v20485: 33 pgs: 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:13:41.473 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:41.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:41.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:41.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:41.473 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:41.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:41 smithi022 bash[28554]: cluster 2023-12-07T21:13:40.517637+0000 mgr.a (mgr.24293) 27393 : cluster 0 pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:41.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:41 smithi022 bash[28554]: audit 2023-12-07T21:13:40.949564+0000 mgr.a (mgr.24293) 27394 : audit 0 from='client.536127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:41.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:41 smithi044 bash[32620]: cluster 2023-12-07T21:13:40.517637+0000 mgr.a (mgr.24293) 27393 : cluster 0 pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:41.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:41 smithi044 bash[32620]: audit 2023-12-07T21:13:40.949564+0000 mgr.a (mgr.24293) 27394 : audit 0 from='client.536127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:41.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:41 smithi027 bash[31536]: cluster 2023-12-07T21:13:40.517637+0000 mgr.a (mgr.24293) 27393 : cluster 0 pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:41.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:41 smithi027 bash[31536]: audit 2023-12-07T21:13:40.949564+0000 mgr.a (mgr.24293) 27394 : audit 0 from='client.536127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:44.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:44 smithi022 bash[28554]: cluster 2023-12-07T21:13:42.518352+0000 mgr.a (mgr.24293) 27395 : cluster 0 pgmap v20487: 33 pgs: 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.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:44 smithi044 bash[32620]: cluster 2023-12-07T21:13:42.518352+0000 mgr.a (mgr.24293) 27395 : cluster 0 pgmap v20487: 33 pgs: 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.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:44 smithi027 bash[31536]: cluster 2023-12-07T21:13:42.518352+0000 mgr.a (mgr.24293) 27395 : cluster 0 pgmap v20487: 33 pgs: 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:46.476 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:46.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:46.476 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:46.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:46 smithi022 bash[28554]: cluster 2023-12-07T21:13:44.518934+0000 mgr.a (mgr.24293) 27396 : cluster 0 pgmap v20488: 33 pgs: 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:46.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:46 smithi022 bash[28554]: audit 2023-12-07T21:13:46.124252+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:46.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:46 smithi044 bash[32620]: cluster 2023-12-07T21:13:44.518934+0000 mgr.a (mgr.24293) 27396 : cluster 0 pgmap v20488: 33 pgs: 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:46.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:46 smithi044 bash[32620]: audit 2023-12-07T21:13:46.124252+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:46.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:46 smithi027 bash[31536]: cluster 2023-12-07T21:13:44.518934+0000 mgr.a (mgr.24293) 27396 : cluster 0 pgmap v20488: 33 pgs: 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:46.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:46 smithi027 bash[31536]: audit 2023-12-07T21:13:46.124252+0000 mon.a (mon.0) 4213 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:47.439 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:47.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:47.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: cluster 2023-12-07T21:13:46.519512+0000 mgr.a (mgr.24293) 27397 : cluster 0 pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:46.652057+0000 mon.a (mon.0) 4214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:46.657216+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:46.662987+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:46.668793+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:46.899259+0000 mgr.a (mgr.24293) 27398 : audit 0 from='client.536202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:47.459240+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:47.460609+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:47 smithi022 bash[28554]: audit 2023-12-07T21:13:47.468363+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: cluster 2023-12-07T21:13:46.519512+0000 mgr.a (mgr.24293) 27397 : cluster 0 pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:46.652057+0000 mon.a (mon.0) 4214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:46.657216+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:46.662987+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:46.668793+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:46.899259+0000 mgr.a (mgr.24293) 27398 : audit 0 from='client.536202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:47.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:47.459240+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:13:47.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:47.460609+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:13:47.917 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:47 smithi044 bash[32620]: audit 2023-12-07T21:13:47.468363+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: cluster 2023-12-07T21:13:46.519512+0000 mgr.a (mgr.24293) 27397 : cluster 0 pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:46.652057+0000 mon.a (mon.0) 4214 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:46.657216+0000 mon.a (mon.0) 4215 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:46.662987+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:46.668793+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:46.899259+0000 mgr.a (mgr.24293) 27398 : audit 0 from='client.536202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:47.459240+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:47.460609+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:13:47.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:47 smithi027 bash[31536]: audit 2023-12-07T21:13:47.468363+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:13:49.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:49 smithi022 bash[28554]: cluster 2023-12-07T21:13:48.520116+0000 mgr.a (mgr.24293) 27399 : cluster 0 pgmap v20490: 33 pgs: 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:13:49.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:49 smithi044 bash[32620]: cluster 2023-12-07T21:13:48.520116+0000 mgr.a (mgr.24293) 27399 : cluster 0 pgmap v20490: 33 pgs: 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:13:49.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:49 smithi027 bash[31536]: cluster 2023-12-07T21:13:48.520116+0000 mgr.a (mgr.24293) 27399 : cluster 0 pgmap v20490: 33 pgs: 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:13:51.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:51 smithi022 bash[28554]: cluster 2023-12-07T21:13:50.520913+0000 mgr.a (mgr.24293) 27400 : cluster 0 pgmap v20491: 33 pgs: 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:13:51.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:51 smithi044 bash[32620]: cluster 2023-12-07T21:13:50.520913+0000 mgr.a (mgr.24293) 27400 : cluster 0 pgmap v20491: 33 pgs: 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:13:51.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:51 smithi027 bash[31536]: cluster 2023-12-07T21:13:50.520913+0000 mgr.a (mgr.24293) 27400 : cluster 0 pgmap v20491: 33 pgs: 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:13:52.443 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:52.443 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:52.444 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:53.401 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:13:53.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:53.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:53.401 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:53.402 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:54.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:54 smithi022 bash[28554]: cluster 2023-12-07T21:13:52.521470+0000 mgr.a (mgr.24293) 27401 : cluster 0 pgmap v20492: 33 pgs: 33 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:54.916 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:54 smithi022 bash[28554]: audit 2023-12-07T21:13:52.875095+0000 mgr.a (mgr.24293) 27402 : audit 0 from='client.536277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:54.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:54 smithi044 bash[32620]: cluster 2023-12-07T21:13:52.521470+0000 mgr.a (mgr.24293) 27401 : cluster 0 pgmap v20492: 33 pgs: 33 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:54.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:54 smithi044 bash[32620]: audit 2023-12-07T21:13:52.875095+0000 mgr.a (mgr.24293) 27402 : audit 0 from='client.536277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:54.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:54 smithi027 bash[31536]: cluster 2023-12-07T21:13:52.521470+0000 mgr.a (mgr.24293) 27401 : cluster 0 pgmap v20492: 33 pgs: 33 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:54.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:54 smithi027 bash[31536]: audit 2023-12-07T21:13:52.875095+0000 mgr.a (mgr.24293) 27402 : audit 0 from='client.536277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:56.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:56 smithi022 bash[28554]: cluster 2023-12-07T21:13:54.522277+0000 mgr.a (mgr.24293) 27403 : cluster 0 pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:56.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:56 smithi044 bash[32620]: cluster 2023-12-07T21:13:54.522277+0000 mgr.a (mgr.24293) 27403 : cluster 0 pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:56.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:56 smithi027 bash[31536]: cluster 2023-12-07T21:13:54.522277+0000 mgr.a (mgr.24293) 27403 : cluster 0 pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:58.404 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:13:58.404 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:58.405 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:58.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:13:58 smithi022 bash[28554]: cluster 2023-12-07T21:13:56.523041+0000 mgr.a (mgr.24293) 27404 : cluster 0 pgmap v20494: 33 pgs: 33 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:58.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:13:58 smithi044 bash[32620]: cluster 2023-12-07T21:13:56.523041+0000 mgr.a (mgr.24293) 27404 : cluster 0 pgmap v20494: 33 pgs: 33 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:58.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:13:58 smithi027 bash[31536]: cluster 2023-12-07T21:13:56.523041+0000 mgr.a (mgr.24293) 27404 : cluster 0 pgmap v20494: 33 pgs: 33 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:59.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:59.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:59.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:59.321 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:13:59.321 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:00.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:00 smithi022 bash[28554]: cluster 2023-12-07T21:13:58.523461+0000 mgr.a (mgr.24293) 27405 : cluster 0 pgmap v20495: 33 pgs: 33 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:00.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:00 smithi022 bash[28554]: audit 2023-12-07T21:13:58.820725+0000 mgr.a (mgr.24293) 27406 : audit 0 from='client.536355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:00.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:00 smithi044 bash[32620]: cluster 2023-12-07T21:13:58.523461+0000 mgr.a (mgr.24293) 27405 : cluster 0 pgmap v20495: 33 pgs: 33 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:00.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:00 smithi044 bash[32620]: audit 2023-12-07T21:13:58.820725+0000 mgr.a (mgr.24293) 27406 : audit 0 from='client.536355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:00.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:00 smithi027 bash[31536]: cluster 2023-12-07T21:13:58.523461+0000 mgr.a (mgr.24293) 27405 : cluster 0 pgmap v20495: 33 pgs: 33 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:00.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:00 smithi027 bash[31536]: audit 2023-12-07T21:13:58.820725+0000 mgr.a (mgr.24293) 27406 : audit 0 from='client.536355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:01.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:01 smithi022 bash[28554]: cluster 2023-12-07T21:14:00.524484+0000 mgr.a (mgr.24293) 27407 : cluster 0 pgmap v20496: 33 pgs: 33 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.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:01 smithi044 bash[32620]: cluster 2023-12-07T21:14:00.524484+0000 mgr.a (mgr.24293) 27407 : cluster 0 pgmap v20496: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:01 smithi027 bash[31536]: cluster 2023-12-07T21:14:00.524484+0000 mgr.a (mgr.24293) 27407 : cluster 0 pgmap v20496: 33 pgs: 33 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:04.324 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:04.324 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:04.325 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:04.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:04 smithi022 bash[28554]: cluster 2023-12-07T21:14:02.525049+0000 mgr.a (mgr.24293) 27408 : cluster 0 pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:04.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:04 smithi044 bash[32620]: cluster 2023-12-07T21:14:02.525049+0000 mgr.a (mgr.24293) 27408 : cluster 0 pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:04.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:04 smithi027 bash[31536]: cluster 2023-12-07T21:14:02.525049+0000 mgr.a (mgr.24293) 27408 : cluster 0 pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:05.267 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:05.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:05.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:05.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:05.268 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:06.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:06 smithi022 bash[28554]: cluster 2023-12-07T21:14:04.525621+0000 mgr.a (mgr.24293) 27409 : cluster 0 pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:06.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:06 smithi022 bash[28554]: audit 2023-12-07T21:14:04.743839+0000 mgr.a (mgr.24293) 27410 : audit 0 from='client.536433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:06.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:06 smithi044 bash[32620]: cluster 2023-12-07T21:14:04.525621+0000 mgr.a (mgr.24293) 27409 : cluster 0 pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:06.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:06 smithi044 bash[32620]: audit 2023-12-07T21:14:04.743839+0000 mgr.a (mgr.24293) 27410 : audit 0 from='client.536433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:06.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:06 smithi027 bash[31536]: cluster 2023-12-07T21:14:04.525621+0000 mgr.a (mgr.24293) 27409 : cluster 0 pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:06.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:06 smithi027 bash[31536]: audit 2023-12-07T21:14:04.743839+0000 mgr.a (mgr.24293) 27410 : audit 0 from='client.536433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:08.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:08 smithi022 bash[28554]: cluster 2023-12-07T21:14:06.526516+0000 mgr.a (mgr.24293) 27411 : cluster 0 pgmap v20499: 33 pgs: 33 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:08.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:08 smithi044 bash[32620]: cluster 2023-12-07T21:14:06.526516+0000 mgr.a (mgr.24293) 27411 : cluster 0 pgmap v20499: 33 pgs: 33 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:08.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:08 smithi027 bash[31536]: cluster 2023-12-07T21:14:06.526516+0000 mgr.a (mgr.24293) 27411 : cluster 0 pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:10.270 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:10.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:10.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:10.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:10 smithi022 bash[28554]: cluster 2023-12-07T21:14:08.526967+0000 mgr.a (mgr.24293) 27412 : cluster 0 pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:10.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:10 smithi044 bash[32620]: cluster 2023-12-07T21:14:08.526967+0000 mgr.a (mgr.24293) 27412 : cluster 0 pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:10.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:10 smithi027 bash[31536]: cluster 2023-12-07T21:14:08.526967+0000 mgr.a (mgr.24293) 27412 : cluster 0 pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:11.215 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:11.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:11.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:11.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:11.216 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:12.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:12 smithi022 bash[28554]: cluster 2023-12-07T21:14:10.527458+0000 mgr.a (mgr.24293) 27413 : cluster 0 pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:12.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:12 smithi022 bash[28554]: audit 2023-12-07T21:14:10.695641+0000 mgr.a (mgr.24293) 27414 : audit 0 from='client.536505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:12.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:12 smithi044 bash[32620]: cluster 2023-12-07T21:14:10.527458+0000 mgr.a (mgr.24293) 27413 : cluster 0 pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:12.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:12 smithi044 bash[32620]: audit 2023-12-07T21:14:10.695641+0000 mgr.a (mgr.24293) 27414 : audit 0 from='client.536505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:12.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:12 smithi027 bash[31536]: cluster 2023-12-07T21:14:10.527458+0000 mgr.a (mgr.24293) 27413 : cluster 0 pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:12.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:12 smithi027 bash[31536]: audit 2023-12-07T21:14:10.695641+0000 mgr.a (mgr.24293) 27414 : audit 0 from='client.536505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:13.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:13 smithi022 bash[28554]: cluster 2023-12-07T21:14:12.528069+0000 mgr.a (mgr.24293) 27415 : cluster 0 pgmap v20502: 33 pgs: 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.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:13 smithi044 bash[32620]: cluster 2023-12-07T21:14:12.528069+0000 mgr.a (mgr.24293) 27415 : cluster 0 pgmap v20502: 33 pgs: 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:13 smithi027 bash[31536]: cluster 2023-12-07T21:14:12.528069+0000 mgr.a (mgr.24293) 27415 : cluster 0 pgmap v20502: 33 pgs: 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:15.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:15 smithi022 bash[28554]: cluster 2023-12-07T21:14:14.528612+0000 mgr.a (mgr.24293) 27416 : cluster 0 pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:15.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:15 smithi044 bash[32620]: cluster 2023-12-07T21:14:14.528612+0000 mgr.a (mgr.24293) 27416 : cluster 0 pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:15.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:15 smithi027 bash[31536]: cluster 2023-12-07T21:14:14.528612+0000 mgr.a (mgr.24293) 27416 : cluster 0 pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:16.218 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:16.219 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:16.220 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:17.171 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:17.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:17.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:17.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:17.172 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:18.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:18 smithi022 bash[28554]: cluster 2023-12-07T21:14:16.529396+0000 mgr.a (mgr.24293) 27417 : cluster 0 pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:18.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:18 smithi022 bash[28554]: audit 2023-12-07T21:14:16.640591+0000 mgr.a (mgr.24293) 27418 : audit 0 from='client.536583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:18.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:18 smithi044 bash[32620]: cluster 2023-12-07T21:14:16.529396+0000 mgr.a (mgr.24293) 27417 : cluster 0 pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:18.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:18 smithi044 bash[32620]: audit 2023-12-07T21:14:16.640591+0000 mgr.a (mgr.24293) 27418 : audit 0 from='client.536583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:18.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:18 smithi027 bash[31536]: cluster 2023-12-07T21:14:16.529396+0000 mgr.a (mgr.24293) 27417 : cluster 0 pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:18.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:18 smithi027 bash[31536]: audit 2023-12-07T21:14:16.640591+0000 mgr.a (mgr.24293) 27418 : audit 0 from='client.536583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:20.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:20 smithi022 bash[28554]: cluster 2023-12-07T21:14:18.530125+0000 mgr.a (mgr.24293) 27419 : cluster 0 pgmap v20505: 33 pgs: 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.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:20 smithi044 bash[32620]: cluster 2023-12-07T21:14:18.530125+0000 mgr.a (mgr.24293) 27419 : cluster 0 pgmap v20505: 33 pgs: 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:20 smithi027 bash[31536]: cluster 2023-12-07T21:14:18.530125+0000 mgr.a (mgr.24293) 27419 : cluster 0 pgmap v20505: 33 pgs: 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:22.175 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:22.175 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:22.176 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:22.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:22 smithi022 bash[28554]: cluster 2023-12-07T21:14:20.530985+0000 mgr.a (mgr.24293) 27420 : cluster 0 pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:22.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:22 smithi044 bash[32620]: cluster 2023-12-07T21:14:20.530985+0000 mgr.a (mgr.24293) 27420 : cluster 0 pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:22.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:22 smithi027 bash[31536]: cluster 2023-12-07T21:14:20.530985+0000 mgr.a (mgr.24293) 27420 : cluster 0 pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:23.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:23.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:23.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:23.093 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:23.093 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:24.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:24 smithi022 bash[28554]: cluster 2023-12-07T21:14:22.531362+0000 mgr.a (mgr.24293) 27421 : cluster 0 pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:24.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:24 smithi022 bash[28554]: audit 2023-12-07T21:14:22.603092+0000 mgr.a (mgr.24293) 27422 : audit 0 from='client.536661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:24.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:24 smithi044 bash[32620]: cluster 2023-12-07T21:14:22.531362+0000 mgr.a (mgr.24293) 27421 : cluster 0 pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:24.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:24 smithi044 bash[32620]: audit 2023-12-07T21:14:22.603092+0000 mgr.a (mgr.24293) 27422 : audit 0 from='client.536661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:24.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:24 smithi027 bash[31536]: cluster 2023-12-07T21:14:22.531362+0000 mgr.a (mgr.24293) 27421 : cluster 0 pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:24.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:24 smithi027 bash[31536]: audit 2023-12-07T21:14:22.603092+0000 mgr.a (mgr.24293) 27422 : audit 0 from='client.536661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:26.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:26 smithi022 bash[28554]: cluster 2023-12-07T21:14:24.532000+0000 mgr.a (mgr.24293) 27423 : cluster 0 pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:26.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:26 smithi044 bash[32620]: cluster 2023-12-07T21:14:24.532000+0000 mgr.a (mgr.24293) 27423 : cluster 0 pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:26.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:26 smithi027 bash[31536]: cluster 2023-12-07T21:14:24.532000+0000 mgr.a (mgr.24293) 27423 : cluster 0 pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:28.095 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:28.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:28.096 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:28.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:28 smithi022 bash[28554]: cluster 2023-12-07T21:14:26.532817+0000 mgr.a (mgr.24293) 27424 : cluster 0 pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:28.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:28 smithi044 bash[32620]: cluster 2023-12-07T21:14:26.532817+0000 mgr.a (mgr.24293) 27424 : cluster 0 pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:28.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:28 smithi027 bash[31536]: cluster 2023-12-07T21:14:26.532817+0000 mgr.a (mgr.24293) 27424 : cluster 0 pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:29.040 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:29.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:29.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:29.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:29.040 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:30.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:30 smithi022 bash[28554]: audit 2023-12-07T21:14:28.520288+0000 mgr.a (mgr.24293) 27425 : audit 0 from='client.536739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:30.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:30 smithi022 bash[28554]: cluster 2023-12-07T21:14:28.533971+0000 mgr.a (mgr.24293) 27426 : cluster 0 pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:30.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:30 smithi044 bash[32620]: audit 2023-12-07T21:14:28.520288+0000 mgr.a (mgr.24293) 27425 : audit 0 from='client.536739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:30.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:30 smithi044 bash[32620]: cluster 2023-12-07T21:14:28.533971+0000 mgr.a (mgr.24293) 27426 : cluster 0 pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:30.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:30 smithi027 bash[31536]: audit 2023-12-07T21:14:28.520288+0000 mgr.a (mgr.24293) 27425 : audit 0 from='client.536739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:30.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:30 smithi027 bash[31536]: cluster 2023-12-07T21:14:28.533971+0000 mgr.a (mgr.24293) 27426 : cluster 0 pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:32.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:32 smithi022 bash[28554]: cluster 2023-12-07T21:14:30.534863+0000 mgr.a (mgr.24293) 27427 : cluster 0 pgmap v20511: 33 pgs: 33 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.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:32 smithi044 bash[32620]: cluster 2023-12-07T21:14:30.534863+0000 mgr.a (mgr.24293) 27427 : cluster 0 pgmap v20511: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:32 smithi027 bash[31536]: cluster 2023-12-07T21:14:30.534863+0000 mgr.a (mgr.24293) 27427 : cluster 0 pgmap v20511: 33 pgs: 33 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:34.042 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:34.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:34.043 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:34.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:34 smithi022 bash[28554]: cluster 2023-12-07T21:14:32.535397+0000 mgr.a (mgr.24293) 27428 : cluster 0 pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:34.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:34 smithi044 bash[32620]: cluster 2023-12-07T21:14:32.535397+0000 mgr.a (mgr.24293) 27428 : cluster 0 pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:34.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:34 smithi027 bash[31536]: cluster 2023-12-07T21:14:32.535397+0000 mgr.a (mgr.24293) 27428 : cluster 0 pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:34.996 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:34.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:34.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:34.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:34.997 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:35.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:35 smithi022 bash[28554]: audit 2023-12-07T21:14:34.466261+0000 mgr.a (mgr.24293) 27429 : audit 0 from='client.536814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:35.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:35 smithi044 bash[32620]: audit 2023-12-07T21:14:34.466261+0000 mgr.a (mgr.24293) 27429 : audit 0 from='client.536814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:35.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:35 smithi027 bash[31536]: audit 2023-12-07T21:14:34.466261+0000 mgr.a (mgr.24293) 27429 : audit 0 from='client.536814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:36.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:36 smithi022 bash[28554]: cluster 2023-12-07T21:14:34.535933+0000 mgr.a (mgr.24293) 27430 : cluster 0 pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:36.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:36 smithi044 bash[32620]: cluster 2023-12-07T21:14:34.535933+0000 mgr.a (mgr.24293) 27430 : cluster 0 pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:36.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:36 smithi027 bash[31536]: cluster 2023-12-07T21:14:34.535933+0000 mgr.a (mgr.24293) 27430 : cluster 0 pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:38.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:38 smithi022 bash[28554]: cluster 2023-12-07T21:14:36.536775+0000 mgr.a (mgr.24293) 27431 : cluster 0 pgmap v20514: 33 pgs: 33 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:38.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:38 smithi044 bash[32620]: cluster 2023-12-07T21:14:36.536775+0000 mgr.a (mgr.24293) 27431 : cluster 0 pgmap v20514: 33 pgs: 33 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:38.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:38 smithi027 bash[31536]: cluster 2023-12-07T21:14:36.536775+0000 mgr.a (mgr.24293) 27431 : cluster 0 pgmap v20514: 33 pgs: 33 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:39.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:39 smithi022 bash[28554]: cluster 2023-12-07T21:14:38.537345+0000 mgr.a (mgr.24293) 27432 : cluster 0 pgmap v20515: 33 pgs: 33 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.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:39 smithi044 bash[32620]: cluster 2023-12-07T21:14:38.537345+0000 mgr.a (mgr.24293) 27432 : cluster 0 pgmap v20515: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:39 smithi027 bash[31536]: cluster 2023-12-07T21:14:38.537345+0000 mgr.a (mgr.24293) 27432 : cluster 0 pgmap v20515: 33 pgs: 33 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.999 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:40.000 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:40.001 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:40.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:40 smithi022 bash[28554]: audit 2023-12-07T21:14:40.422680+0000 mgr.a (mgr.24293) 27433 : audit 0 from='client.418829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:40.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:40 smithi044 bash[32620]: audit 2023-12-07T21:14:40.422680+0000 mgr.a (mgr.24293) 27433 : audit 0 from='client.418829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:40.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:40 smithi027 bash[31536]: audit 2023-12-07T21:14:40.422680+0000 mgr.a (mgr.24293) 27433 : audit 0 from='client.418829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:40.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:40.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:40.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:40.966 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:40.966 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:41.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:41 smithi022 bash[28554]: cluster 2023-12-07T21:14:40.538274+0000 mgr.a (mgr.24293) 27434 : cluster 0 pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:41.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:41 smithi044 bash[32620]: cluster 2023-12-07T21:14:40.538274+0000 mgr.a (mgr.24293) 27434 : cluster 0 pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:41.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:41 smithi027 bash[31536]: cluster 2023-12-07T21:14:40.538274+0000 mgr.a (mgr.24293) 27434 : cluster 0 pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:44.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:44 smithi022 bash[28554]: cluster 2023-12-07T21:14:42.538940+0000 mgr.a (mgr.24293) 27435 : cluster 0 pgmap v20517: 33 pgs: 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:44.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:44 smithi044 bash[32620]: cluster 2023-12-07T21:14:42.538940+0000 mgr.a (mgr.24293) 27435 : cluster 0 pgmap v20517: 33 pgs: 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:44.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:44 smithi027 bash[31536]: cluster 2023-12-07T21:14:42.538940+0000 mgr.a (mgr.24293) 27435 : cluster 0 pgmap v20517: 33 pgs: 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:45.969 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:45.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:45.970 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:46.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:46 smithi022 bash[28554]: cluster 2023-12-07T21:14:44.539563+0000 mgr.a (mgr.24293) 27436 : cluster 0 pgmap v20518: 33 pgs: 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:46.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:46 smithi044 bash[32620]: cluster 2023-12-07T21:14:44.539563+0000 mgr.a (mgr.24293) 27436 : cluster 0 pgmap v20518: 33 pgs: 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:46.925 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:46.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:46.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:46.925 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:46.926 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:46.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:46 smithi027 bash[31536]: cluster 2023-12-07T21:14:44.539563+0000 mgr.a (mgr.24293) 27436 : cluster 0 pgmap v20518: 33 pgs: 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.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:47 smithi022 bash[28554]: audit 2023-12-07T21:14:46.396368+0000 mgr.a (mgr.24293) 27437 : audit 0 from='client.536970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:47.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:47 smithi044 bash[32620]: audit 2023-12-07T21:14:46.396368+0000 mgr.a (mgr.24293) 27437 : audit 0 from='client.536970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:47.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:47 smithi027 bash[31536]: audit 2023-12-07T21:14:46.396368+0000 mgr.a (mgr.24293) 27437 : audit 0 from='client.536970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:48.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:48 smithi022 bash[28554]: cluster 2023-12-07T21:14:46.540330+0000 mgr.a (mgr.24293) 27438 : cluster 0 pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:48.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:48 smithi022 bash[28554]: audit 2023-12-07T21:14:47.572347+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:48.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:48 smithi022 bash[28554]: audit 2023-12-07T21:14:48.364799+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:48.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:48 smithi022 bash[28554]: audit 2023-12-07T21:14:48.366635+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:48.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:48 smithi022 bash[28554]: audit 2023-12-07T21:14:48.376580+0000 mon.a (mon.0) 4224 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:14:48.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:48 smithi044 bash[32620]: cluster 2023-12-07T21:14:46.540330+0000 mgr.a (mgr.24293) 27438 : cluster 0 pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:48.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:48 smithi044 bash[32620]: audit 2023-12-07T21:14:47.572347+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:48.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:48 smithi044 bash[32620]: audit 2023-12-07T21:14:48.364799+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:48.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:48 smithi044 bash[32620]: audit 2023-12-07T21:14:48.366635+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:48.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:48 smithi044 bash[32620]: audit 2023-12-07T21:14:48.376580+0000 mon.a (mon.0) 4224 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:14:48.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:48 smithi027 bash[31536]: cluster 2023-12-07T21:14:46.540330+0000 mgr.a (mgr.24293) 27438 : cluster 0 pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:48.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:48 smithi027 bash[31536]: audit 2023-12-07T21:14:47.572347+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:48.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:48 smithi027 bash[31536]: audit 2023-12-07T21:14:48.364799+0000 mon.a (mon.0) 4222 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:48.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:48 smithi027 bash[31536]: audit 2023-12-07T21:14:48.366635+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:48.940 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:48 smithi027 bash[31536]: audit 2023-12-07T21:14:48.376580+0000 mon.a (mon.0) 4224 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:14:50.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:50 smithi022 bash[28554]: cluster 2023-12-07T21:14:48.541030+0000 mgr.a (mgr.24293) 27439 : cluster 0 pgmap v20520: 33 pgs: 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:50 smithi044 bash[32620]: cluster 2023-12-07T21:14:48.541030+0000 mgr.a (mgr.24293) 27439 : cluster 0 pgmap v20520: 33 pgs: 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:50 smithi027 bash[31536]: cluster 2023-12-07T21:14:48.541030+0000 mgr.a (mgr.24293) 27439 : cluster 0 pgmap v20520: 33 pgs: 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:51.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:51 smithi022 bash[28554]: cluster 2023-12-07T21:14:50.541856+0000 mgr.a (mgr.24293) 27440 : cluster 0 pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:51.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:51 smithi044 bash[32620]: cluster 2023-12-07T21:14:50.541856+0000 mgr.a (mgr.24293) 27440 : cluster 0 pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:51.928 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:51.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:51.929 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:51.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:51 smithi027 bash[31536]: cluster 2023-12-07T21:14:50.541856+0000 mgr.a (mgr.24293) 27440 : cluster 0 pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:52.875 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:52.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:52.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:52.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:52.875 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:53.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:53 smithi022 bash[28554]: audit 2023-12-07T21:14:52.360591+0000 mgr.a (mgr.24293) 27441 : audit 0 from='client.537042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:53.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:53 smithi044 bash[32620]: audit 2023-12-07T21:14:52.360591+0000 mgr.a (mgr.24293) 27441 : audit 0 from='client.537042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:53.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:53 smithi027 bash[31536]: audit 2023-12-07T21:14:52.360591+0000 mgr.a (mgr.24293) 27441 : audit 0 from='client.537042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:54.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:54 smithi022 bash[28554]: cluster 2023-12-07T21:14:52.542413+0000 mgr.a (mgr.24293) 27442 : cluster 0 pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:54.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:54 smithi044 bash[32620]: cluster 2023-12-07T21:14:52.542413+0000 mgr.a (mgr.24293) 27442 : cluster 0 pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:54.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:54 smithi027 bash[31536]: cluster 2023-12-07T21:14:52.542413+0000 mgr.a (mgr.24293) 27442 : cluster 0 pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:56.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:56 smithi022 bash[28554]: cluster 2023-12-07T21:14:54.543064+0000 mgr.a (mgr.24293) 27443 : cluster 0 pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:56.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:56 smithi044 bash[32620]: cluster 2023-12-07T21:14:54.543064+0000 mgr.a (mgr.24293) 27443 : cluster 0 pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:56.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:56 smithi027 bash[31536]: cluster 2023-12-07T21:14:54.543064+0000 mgr.a (mgr.24293) 27443 : cluster 0 pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:57.876 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:14:57.877 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:57.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:58.834 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:14:58.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:14:58.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:58 smithi022 bash[28554]: cluster 2023-12-07T21:14:56.543900+0000 mgr.a (mgr.24293) 27444 : cluster 0 pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:58.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:58 smithi044 bash[32620]: cluster 2023-12-07T21:14:56.543900+0000 mgr.a (mgr.24293) 27444 : cluster 0 pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:58.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:58 smithi027 bash[31536]: cluster 2023-12-07T21:14:56.543900+0000 mgr.a (mgr.24293) 27444 : cluster 0 pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:59.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:14:59 smithi022 bash[28554]: audit 2023-12-07T21:14:58.303155+0000 mgr.a (mgr.24293) 27445 : audit 0 from='client.537120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:59.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:14:59 smithi044 bash[32620]: audit 2023-12-07T21:14:58.303155+0000 mgr.a (mgr.24293) 27445 : audit 0 from='client.537120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:59.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:14:59 smithi027 bash[31536]: audit 2023-12-07T21:14:58.303155+0000 mgr.a (mgr.24293) 27445 : audit 0 from='client.537120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:00.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:00 smithi022 bash[28554]: cluster 2023-12-07T21:14:58.544586+0000 mgr.a (mgr.24293) 27446 : cluster 0 pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:00.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:00 smithi044 bash[32620]: cluster 2023-12-07T21:14:58.544586+0000 mgr.a (mgr.24293) 27446 : cluster 0 pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:00.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:00 smithi027 bash[31536]: cluster 2023-12-07T21:14:58.544586+0000 mgr.a (mgr.24293) 27446 : cluster 0 pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:02.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:02 smithi022 bash[28554]: cluster 2023-12-07T21:15:00.545504+0000 mgr.a (mgr.24293) 27447 : cluster 0 pgmap v20526: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:02 smithi044 bash[32620]: cluster 2023-12-07T21:15:00.545504+0000 mgr.a (mgr.24293) 27447 : cluster 0 pgmap v20526: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:02 smithi027 bash[31536]: cluster 2023-12-07T21:15:00.545504+0000 mgr.a (mgr.24293) 27447 : cluster 0 pgmap v20526: 33 pgs: 33 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:03.837 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:03.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:03.838 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:03.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:03 smithi022 bash[28554]: cluster 2023-12-07T21:15:02.546064+0000 mgr.a (mgr.24293) 27448 : cluster 0 pgmap v20527: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:03 smithi044 bash[32620]: cluster 2023-12-07T21:15:02.546064+0000 mgr.a (mgr.24293) 27448 : cluster 0 pgmap v20527: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:03 smithi027 bash[31536]: cluster 2023-12-07T21:15:02.546064+0000 mgr.a (mgr.24293) 27448 : cluster 0 pgmap v20527: 33 pgs: 33 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.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:04.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:04.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:04.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:04.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:04.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:04 smithi022 bash[28554]: audit 2023-12-07T21:15:04.262144+0000 mgr.a (mgr.24293) 27449 : audit 0 from='client.537198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:04.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:04 smithi044 bash[32620]: audit 2023-12-07T21:15:04.262144+0000 mgr.a (mgr.24293) 27449 : audit 0 from='client.537198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:04.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:04 smithi027 bash[31536]: audit 2023-12-07T21:15:04.262144+0000 mgr.a (mgr.24293) 27449 : audit 0 from='client.537198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:05.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:05 smithi022 bash[28554]: cluster 2023-12-07T21:15:04.546832+0000 mgr.a (mgr.24293) 27450 : cluster 0 pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:05.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:05 smithi044 bash[32620]: cluster 2023-12-07T21:15:04.546832+0000 mgr.a (mgr.24293) 27450 : cluster 0 pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:05.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:05 smithi027 bash[31536]: cluster 2023-12-07T21:15:04.546832+0000 mgr.a (mgr.24293) 27450 : cluster 0 pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:08.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:08 smithi022 bash[28554]: cluster 2023-12-07T21:15:06.547915+0000 mgr.a (mgr.24293) 27451 : cluster 0 pgmap v20529: 33 pgs: 33 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:08.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:08 smithi044 bash[32620]: cluster 2023-12-07T21:15:06.547915+0000 mgr.a (mgr.24293) 27451 : cluster 0 pgmap v20529: 33 pgs: 33 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:08.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:08 smithi027 bash[31536]: cluster 2023-12-07T21:15:06.547915+0000 mgr.a (mgr.24293) 27451 : cluster 0 pgmap v20529: 33 pgs: 33 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:09.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:09.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:09.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:10.722 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:10.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:10.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:10.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:10.722 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:10.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:10 smithi022 bash[28554]: cluster 2023-12-07T21:15:08.548659+0000 mgr.a (mgr.24293) 27452 : cluster 0 pgmap v20530: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:10 smithi044 bash[32620]: cluster 2023-12-07T21:15:08.548659+0000 mgr.a (mgr.24293) 27452 : cluster 0 pgmap v20530: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:10 smithi027 bash[31536]: cluster 2023-12-07T21:15:08.548659+0000 mgr.a (mgr.24293) 27452 : cluster 0 pgmap v20530: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:11 smithi022 bash[28554]: audit 2023-12-07T21:15:10.202007+0000 mgr.a (mgr.24293) 27453 : audit 0 from='client.537276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:11.916 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:11 smithi044 bash[32620]: audit 2023-12-07T21:15:10.202007+0000 mgr.a (mgr.24293) 27453 : audit 0 from='client.537276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:11.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:11 smithi027 bash[31536]: audit 2023-12-07T21:15:10.202007+0000 mgr.a (mgr.24293) 27453 : audit 0 from='client.537276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:12.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:12 smithi022 bash[28554]: cluster 2023-12-07T21:15:10.549549+0000 mgr.a (mgr.24293) 27454 : cluster 0 pgmap v20531: 33 pgs: 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:12.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:12 smithi044 bash[32620]: cluster 2023-12-07T21:15:10.549549+0000 mgr.a (mgr.24293) 27454 : cluster 0 pgmap v20531: 33 pgs: 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:12.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:12 smithi027 bash[31536]: cluster 2023-12-07T21:15:10.549549+0000 mgr.a (mgr.24293) 27454 : cluster 0 pgmap v20531: 33 pgs: 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:13.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:13 smithi022 bash[28554]: cluster 2023-12-07T21:15:12.550243+0000 mgr.a (mgr.24293) 27455 : cluster 0 pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:13.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:13 smithi044 bash[32620]: cluster 2023-12-07T21:15:12.550243+0000 mgr.a (mgr.24293) 27455 : cluster 0 pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:13.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:13 smithi027 bash[31536]: cluster 2023-12-07T21:15:12.550243+0000 mgr.a (mgr.24293) 27455 : cluster 0 pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:15.725 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:15.726 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:15.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:15 smithi022 bash[28554]: cluster 2023-12-07T21:15:14.550857+0000 mgr.a (mgr.24293) 27456 : cluster 0 pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:15.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:15 smithi044 bash[32620]: cluster 2023-12-07T21:15:14.550857+0000 mgr.a (mgr.24293) 27456 : cluster 0 pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:15.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:15 smithi027 bash[31536]: cluster 2023-12-07T21:15:14.550857+0000 mgr.a (mgr.24293) 27456 : cluster 0 pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:16.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:16.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:16.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:16.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:16.662 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:16.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:16 smithi022 bash[28554]: audit 2023-12-07T21:15:16.156123+0000 mgr.a (mgr.24293) 27457 : audit 0 from='client.537354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:16.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:16 smithi044 bash[32620]: audit 2023-12-07T21:15:16.156123+0000 mgr.a (mgr.24293) 27457 : audit 0 from='client.537354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:16.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:16 smithi027 bash[31536]: audit 2023-12-07T21:15:16.156123+0000 mgr.a (mgr.24293) 27457 : audit 0 from='client.537354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:18.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:18 smithi022 bash[28554]: cluster 2023-12-07T21:15:16.552063+0000 mgr.a (mgr.24293) 27458 : cluster 0 pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:18.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:18 smithi044 bash[32620]: cluster 2023-12-07T21:15:16.552063+0000 mgr.a (mgr.24293) 27458 : cluster 0 pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:18.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:18 smithi027 bash[31536]: cluster 2023-12-07T21:15:16.552063+0000 mgr.a (mgr.24293) 27458 : cluster 0 pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:20.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:20 smithi022 bash[28554]: cluster 2023-12-07T21:15:18.552657+0000 mgr.a (mgr.24293) 27459 : cluster 0 pgmap v20535: 33 pgs: 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:20 smithi044 bash[32620]: cluster 2023-12-07T21:15:18.552657+0000 mgr.a (mgr.24293) 27459 : cluster 0 pgmap v20535: 33 pgs: 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:20 smithi027 bash[31536]: cluster 2023-12-07T21:15:18.552657+0000 mgr.a (mgr.24293) 27459 : cluster 0 pgmap v20535: 33 pgs: 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.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:21.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:21.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:22.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:22.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:22.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:22.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:22.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:22.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:22 smithi022 bash[28554]: cluster 2023-12-07T21:15:20.553454+0000 mgr.a (mgr.24293) 27460 : cluster 0 pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:22.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:22 smithi044 bash[32620]: cluster 2023-12-07T21:15:20.553454+0000 mgr.a (mgr.24293) 27460 : cluster 0 pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:22.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:22 smithi027 bash[31536]: cluster 2023-12-07T21:15:20.553454+0000 mgr.a (mgr.24293) 27460 : cluster 0 pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:23.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:23 smithi022 bash[28554]: audit 2023-12-07T21:15:22.082625+0000 mgr.a (mgr.24293) 27461 : audit 0 from='client.537429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:23.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:23 smithi044 bash[32620]: audit 2023-12-07T21:15:22.082625+0000 mgr.a (mgr.24293) 27461 : audit 0 from='client.537429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:23.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:23 smithi027 bash[31536]: audit 2023-12-07T21:15:22.082625+0000 mgr.a (mgr.24293) 27461 : audit 0 from='client.537429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:24.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:24 smithi022 bash[28554]: cluster 2023-12-07T21:15:22.554097+0000 mgr.a (mgr.24293) 27462 : cluster 0 pgmap v20537: 33 pgs: 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:24.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:24 smithi044 bash[32620]: cluster 2023-12-07T21:15:22.554097+0000 mgr.a (mgr.24293) 27462 : cluster 0 pgmap v20537: 33 pgs: 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:24.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:24 smithi027 bash[31536]: cluster 2023-12-07T21:15:22.554097+0000 mgr.a (mgr.24293) 27462 : cluster 0 pgmap v20537: 33 pgs: 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:25.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:25 smithi022 bash[28554]: cluster 2023-12-07T21:15:24.554659+0000 mgr.a (mgr.24293) 27463 : cluster 0 pgmap v20538: 33 pgs: 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:25.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:25 smithi044 bash[32620]: cluster 2023-12-07T21:15:24.554659+0000 mgr.a (mgr.24293) 27463 : cluster 0 pgmap v20538: 33 pgs: 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:25.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:25 smithi027 bash[31536]: cluster 2023-12-07T21:15:24.554659+0000 mgr.a (mgr.24293) 27463 : cluster 0 pgmap v20538: 33 pgs: 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:27.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:27.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:27.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:28.543 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:28.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:28.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:28.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:28.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:28.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:28 smithi022 bash[28554]: cluster 2023-12-07T21:15:26.555650+0000 mgr.a (mgr.24293) 27464 : cluster 0 pgmap v20539: 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:15:28.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:28 smithi044 bash[32620]: cluster 2023-12-07T21:15:26.555650+0000 mgr.a (mgr.24293) 27464 : cluster 0 pgmap v20539: 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:15:28.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:28 smithi027 bash[31536]: cluster 2023-12-07T21:15:26.555650+0000 mgr.a (mgr.24293) 27464 : cluster 0 pgmap v20539: 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:15:29.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:29 smithi022 bash[28554]: audit 2023-12-07T21:15:28.032662+0000 mgr.a (mgr.24293) 27465 : audit 0 from='client.537507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:29.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:29 smithi044 bash[32620]: audit 2023-12-07T21:15:28.032662+0000 mgr.a (mgr.24293) 27465 : audit 0 from='client.537507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:29.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:29 smithi027 bash[31536]: audit 2023-12-07T21:15:28.032662+0000 mgr.a (mgr.24293) 27465 : audit 0 from='client.537507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:30.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:30 smithi022 bash[28554]: cluster 2023-12-07T21:15:28.556379+0000 mgr.a (mgr.24293) 27466 : cluster 0 pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:30.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:30 smithi044 bash[32620]: cluster 2023-12-07T21:15:28.556379+0000 mgr.a (mgr.24293) 27466 : cluster 0 pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:30.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:30 smithi027 bash[31536]: cluster 2023-12-07T21:15:28.556379+0000 mgr.a (mgr.24293) 27466 : cluster 0 pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:31.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:31 smithi022 bash[28554]: cluster 2023-12-07T21:15:30.557160+0000 mgr.a (mgr.24293) 27467 : cluster 0 pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:31.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:31 smithi044 bash[32620]: cluster 2023-12-07T21:15:30.557160+0000 mgr.a (mgr.24293) 27467 : cluster 0 pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:31.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:31 smithi027 bash[31536]: cluster 2023-12-07T21:15:30.557160+0000 mgr.a (mgr.24293) 27467 : cluster 0 pgmap v20541: 33 pgs: 33 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.546 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:33.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:33.547 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:34.504 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:34.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:34.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:34.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:34.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:34.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:34 smithi022 bash[28554]: cluster 2023-12-07T21:15:32.557647+0000 mgr.a (mgr.24293) 27468 : cluster 0 pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:34.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:34 smithi044 bash[32620]: cluster 2023-12-07T21:15:32.557647+0000 mgr.a (mgr.24293) 27468 : cluster 0 pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:34.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:34 smithi027 bash[31536]: cluster 2023-12-07T21:15:32.557647+0000 mgr.a (mgr.24293) 27468 : cluster 0 pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:35.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:35 smithi022 bash[28554]: audit 2023-12-07T21:15:33.975448+0000 mgr.a (mgr.24293) 27469 : audit 0 from='client.537582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:35.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:35 smithi044 bash[32620]: audit 2023-12-07T21:15:33.975448+0000 mgr.a (mgr.24293) 27469 : audit 0 from='client.537582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:35.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:35 smithi027 bash[31536]: audit 2023-12-07T21:15:33.975448+0000 mgr.a (mgr.24293) 27469 : audit 0 from='client.537582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:36.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:36 smithi022 bash[28554]: cluster 2023-12-07T21:15:34.558224+0000 mgr.a (mgr.24293) 27470 : cluster 0 pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:36.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:36 smithi044 bash[32620]: cluster 2023-12-07T21:15:34.558224+0000 mgr.a (mgr.24293) 27470 : cluster 0 pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:36.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:36 smithi027 bash[31536]: cluster 2023-12-07T21:15:34.558224+0000 mgr.a (mgr.24293) 27470 : cluster 0 pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:38.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:38 smithi022 bash[28554]: cluster 2023-12-07T21:15:36.559017+0000 mgr.a (mgr.24293) 27471 : cluster 0 pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:38.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:38 smithi044 bash[32620]: cluster 2023-12-07T21:15:36.559017+0000 mgr.a (mgr.24293) 27471 : cluster 0 pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:38.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:38 smithi027 bash[31536]: cluster 2023-12-07T21:15:36.559017+0000 mgr.a (mgr.24293) 27471 : cluster 0 pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:39.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:39.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:39.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:40.434 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:40.435 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:40.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:40 smithi022 bash[28554]: cluster 2023-12-07T21:15:38.559735+0000 mgr.a (mgr.24293) 27472 : cluster 0 pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:40.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:40 smithi044 bash[32620]: cluster 2023-12-07T21:15:38.559735+0000 mgr.a (mgr.24293) 27472 : cluster 0 pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:40.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:40 smithi027 bash[31536]: cluster 2023-12-07T21:15:38.559735+0000 mgr.a (mgr.24293) 27472 : cluster 0 pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:41.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:41 smithi022 bash[28554]: audit 2023-12-07T21:15:39.936157+0000 mgr.a (mgr.24293) 27473 : audit 0 from='client.537657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:41.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:41 smithi044 bash[32620]: audit 2023-12-07T21:15:39.936157+0000 mgr.a (mgr.24293) 27473 : audit 0 from='client.537657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:41.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:41 smithi027 bash[31536]: audit 2023-12-07T21:15:39.936157+0000 mgr.a (mgr.24293) 27473 : audit 0 from='client.537657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:42.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:42 smithi022 bash[28554]: cluster 2023-12-07T21:15:40.560888+0000 mgr.a (mgr.24293) 27474 : cluster 0 pgmap v20546: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:42 smithi044 bash[32620]: cluster 2023-12-07T21:15:40.560888+0000 mgr.a (mgr.24293) 27474 : cluster 0 pgmap v20546: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:42 smithi027 bash[31536]: cluster 2023-12-07T21:15:40.560888+0000 mgr.a (mgr.24293) 27474 : cluster 0 pgmap v20546: 33 pgs: 33 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:43.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:43 smithi022 bash[28554]: cluster 2023-12-07T21:15:42.561463+0000 mgr.a (mgr.24293) 27475 : cluster 0 pgmap v20547: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:43 smithi044 bash[32620]: cluster 2023-12-07T21:15:42.561463+0000 mgr.a (mgr.24293) 27475 : cluster 0 pgmap v20547: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:43 smithi027 bash[31536]: cluster 2023-12-07T21:15:42.561463+0000 mgr.a (mgr.24293) 27475 : cluster 0 pgmap v20547: 33 pgs: 33 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:45.436 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:45.437 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:45.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:45 smithi022 bash[28554]: cluster 2023-12-07T21:15:44.562008+0000 mgr.a (mgr.24293) 27476 : cluster 0 pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:45.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:45 smithi044 bash[32620]: cluster 2023-12-07T21:15:44.562008+0000 mgr.a (mgr.24293) 27476 : cluster 0 pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:45.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:45 smithi027 bash[31536]: cluster 2023-12-07T21:15:44.562008+0000 mgr.a (mgr.24293) 27476 : cluster 0 pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:46.359 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:46.359 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:46.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:46.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:46.360 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:46.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:46 smithi022 bash[28554]: audit 2023-12-07T21:15:45.859350+0000 mgr.a (mgr.24293) 27477 : audit 0 from='client.537732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:46.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:46 smithi044 bash[32620]: audit 2023-12-07T21:15:45.859350+0000 mgr.a (mgr.24293) 27477 : audit 0 from='client.537732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:46.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:46 smithi027 bash[31536]: audit 2023-12-07T21:15:45.859350+0000 mgr.a (mgr.24293) 27477 : audit 0 from='client.537732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:48.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:48 smithi022 bash[28554]: cluster 2023-12-07T21:15:46.563198+0000 mgr.a (mgr.24293) 27478 : cluster 0 pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:48.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:48 smithi022 bash[28554]: audit 2023-12-07T21:15:48.479288+0000 mon.a (mon.0) 4225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:48.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:48 smithi044 bash[32620]: cluster 2023-12-07T21:15:46.563198+0000 mgr.a (mgr.24293) 27478 : cluster 0 pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:48.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:48 smithi044 bash[32620]: audit 2023-12-07T21:15:48.479288+0000 mon.a (mon.0) 4225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:48.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:48 smithi027 bash[31536]: cluster 2023-12-07T21:15:46.563198+0000 mgr.a (mgr.24293) 27478 : cluster 0 pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:48.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:48 smithi027 bash[31536]: audit 2023-12-07T21:15:48.479288+0000 mon.a (mon.0) 4225 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:49.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:49 smithi022 bash[28554]: audit 2023-12-07T21:15:49.271941+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:15:49.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:49 smithi022 bash[28554]: audit 2023-12-07T21:15:49.273812+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:15:49.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:49 smithi022 bash[28554]: audit 2023-12-07T21:15:49.283326+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:15:49.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:49 smithi044 bash[32620]: audit 2023-12-07T21:15:49.271941+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:15:49.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:49 smithi044 bash[32620]: audit 2023-12-07T21:15:49.273812+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:15:49.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:49 smithi044 bash[32620]: audit 2023-12-07T21:15:49.283326+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:15:49.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:49 smithi027 bash[31536]: audit 2023-12-07T21:15:49.271941+0000 mon.a (mon.0) 4226 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:15:49.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:49 smithi027 bash[31536]: audit 2023-12-07T21:15:49.273812+0000 mon.a (mon.0) 4227 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:15:49.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:49 smithi027 bash[31536]: audit 2023-12-07T21:15:49.283326+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:15:50.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:50 smithi022 bash[28554]: cluster 2023-12-07T21:15:48.563947+0000 mgr.a (mgr.24293) 27479 : cluster 0 pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:50.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:50 smithi044 bash[32620]: cluster 2023-12-07T21:15:48.563947+0000 mgr.a (mgr.24293) 27479 : cluster 0 pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:50.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:50 smithi027 bash[31536]: cluster 2023-12-07T21:15:48.563947+0000 mgr.a (mgr.24293) 27479 : cluster 0 pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:51.362 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:51.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:51.364 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:51.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:51 smithi022 bash[28554]: cluster 2023-12-07T21:15:50.564938+0000 mgr.a (mgr.24293) 27480 : cluster 0 pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:51 smithi044 bash[32620]: cluster 2023-12-07T21:15:50.564938+0000 mgr.a (mgr.24293) 27480 : cluster 0 pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:51 smithi027 bash[31536]: cluster 2023-12-07T21:15:50.564938+0000 mgr.a (mgr.24293) 27480 : cluster 0 pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:52.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:52.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:52.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:52.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:52.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:53.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:53 smithi022 bash[28554]: audit 2023-12-07T21:15:51.794843+0000 mgr.a (mgr.24293) 27481 : audit 0 from='client.537807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:53.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:53 smithi044 bash[32620]: audit 2023-12-07T21:15:51.794843+0000 mgr.a (mgr.24293) 27481 : audit 0 from='client.537807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:53.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:53 smithi027 bash[31536]: audit 2023-12-07T21:15:51.794843+0000 mgr.a (mgr.24293) 27481 : audit 0 from='client.537807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:54.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:54 smithi022 bash[28554]: cluster 2023-12-07T21:15:52.565602+0000 mgr.a (mgr.24293) 27482 : cluster 0 pgmap v20552: 33 pgs: 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:54 smithi044 bash[32620]: cluster 2023-12-07T21:15:52.565602+0000 mgr.a (mgr.24293) 27482 : cluster 0 pgmap v20552: 33 pgs: 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:54 smithi027 bash[31536]: cluster 2023-12-07T21:15:52.565602+0000 mgr.a (mgr.24293) 27482 : cluster 0 pgmap v20552: 33 pgs: 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:55.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:55 smithi022 bash[28554]: cluster 2023-12-07T21:15:54.566215+0000 mgr.a (mgr.24293) 27483 : cluster 0 pgmap v20553: 33 pgs: 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:55.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:55 smithi044 bash[32620]: cluster 2023-12-07T21:15:54.566215+0000 mgr.a (mgr.24293) 27483 : cluster 0 pgmap v20553: 33 pgs: 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:55.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:55 smithi027 bash[31536]: cluster 2023-12-07T21:15:54.566215+0000 mgr.a (mgr.24293) 27483 : cluster 0 pgmap v20553: 33 pgs: 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:57.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:15:57.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:57.314 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:58.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:58.266 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:58.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:58.267 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:15:58.267 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:15:58.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:58 smithi022 bash[28554]: cluster 2023-12-07T21:15:56.566963+0000 mgr.a (mgr.24293) 27484 : cluster 0 pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:58.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:58 smithi044 bash[32620]: cluster 2023-12-07T21:15:56.566963+0000 mgr.a (mgr.24293) 27484 : cluster 0 pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:58.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:58 smithi027 bash[31536]: cluster 2023-12-07T21:15:56.566963+0000 mgr.a (mgr.24293) 27484 : cluster 0 pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:59.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:15:59 smithi022 bash[28554]: audit 2023-12-07T21:15:57.742421+0000 mgr.a (mgr.24293) 27485 : audit 0 from='client.537879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:59.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:15:59 smithi044 bash[32620]: audit 2023-12-07T21:15:57.742421+0000 mgr.a (mgr.24293) 27485 : audit 0 from='client.537879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:59.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:15:59 smithi027 bash[31536]: audit 2023-12-07T21:15:57.742421+0000 mgr.a (mgr.24293) 27485 : audit 0 from='client.537879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:00.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:00 smithi022 bash[28554]: cluster 2023-12-07T21:15:58.567668+0000 mgr.a (mgr.24293) 27486 : cluster 0 pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:00.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:00 smithi044 bash[32620]: cluster 2023-12-07T21:15:58.567668+0000 mgr.a (mgr.24293) 27486 : cluster 0 pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:00.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:00 smithi027 bash[31536]: cluster 2023-12-07T21:15:58.567668+0000 mgr.a (mgr.24293) 27486 : cluster 0 pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:01.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:01 smithi022 bash[28554]: cluster 2023-12-07T21:16:00.568437+0000 mgr.a (mgr.24293) 27487 : cluster 0 pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:01.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:01 smithi044 bash[32620]: cluster 2023-12-07T21:16:00.568437+0000 mgr.a (mgr.24293) 27487 : cluster 0 pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:01.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:01 smithi027 bash[31536]: cluster 2023-12-07T21:16:00.568437+0000 mgr.a (mgr.24293) 27487 : cluster 0 pgmap v20556: 33 pgs: 33 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:03.269 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:03.270 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:03.271 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:04.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:04.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:04.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:04.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:04.232 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:04.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:04 smithi022 bash[28554]: cluster 2023-12-07T21:16:02.568999+0000 mgr.a (mgr.24293) 27488 : cluster 0 pgmap v20557: 33 pgs: 33 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:04.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:04 smithi044 bash[32620]: cluster 2023-12-07T21:16:02.568999+0000 mgr.a (mgr.24293) 27488 : cluster 0 pgmap v20557: 33 pgs: 33 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:04.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:04 smithi027 bash[31536]: cluster 2023-12-07T21:16:02.568999+0000 mgr.a (mgr.24293) 27488 : cluster 0 pgmap v20557: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:05 smithi022 bash[28554]: audit 2023-12-07T21:16:03.704215+0000 mgr.a (mgr.24293) 27489 : audit 0 from='client.537954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:05.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:05 smithi044 bash[32620]: audit 2023-12-07T21:16:03.704215+0000 mgr.a (mgr.24293) 27489 : audit 0 from='client.537954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:05.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:05 smithi027 bash[31536]: audit 2023-12-07T21:16:03.704215+0000 mgr.a (mgr.24293) 27489 : audit 0 from='client.537954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:06.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:06 smithi022 bash[28554]: cluster 2023-12-07T21:16:04.569695+0000 mgr.a (mgr.24293) 27490 : cluster 0 pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:06.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:06 smithi044 bash[32620]: cluster 2023-12-07T21:16:04.569695+0000 mgr.a (mgr.24293) 27490 : cluster 0 pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:06.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:06 smithi027 bash[31536]: cluster 2023-12-07T21:16:04.569695+0000 mgr.a (mgr.24293) 27490 : cluster 0 pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:08.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:08 smithi022 bash[28554]: cluster 2023-12-07T21:16:06.570524+0000 mgr.a (mgr.24293) 27491 : cluster 0 pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:08.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:08 smithi044 bash[32620]: cluster 2023-12-07T21:16:06.570524+0000 mgr.a (mgr.24293) 27491 : cluster 0 pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:08.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:08 smithi027 bash[31536]: cluster 2023-12-07T21:16:06.570524+0000 mgr.a (mgr.24293) 27491 : cluster 0 pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:09.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:09.234 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:09.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:09.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:09 smithi022 bash[28554]: cluster 2023-12-07T21:16:08.571066+0000 mgr.a (mgr.24293) 27492 : cluster 0 pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:09.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:09 smithi044 bash[32620]: cluster 2023-12-07T21:16:08.571066+0000 mgr.a (mgr.24293) 27492 : cluster 0 pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:09.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:09 smithi027 bash[31536]: cluster 2023-12-07T21:16:08.571066+0000 mgr.a (mgr.24293) 27492 : cluster 0 pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.167 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:10.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:10.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:10.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:10.167 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:10.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:10 smithi022 bash[28554]: audit 2023-12-07T21:16:09.660146+0000 mgr.a (mgr.24293) 27493 : audit 0 from='client.538029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:10.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:10 smithi044 bash[32620]: audit 2023-12-07T21:16:09.660146+0000 mgr.a (mgr.24293) 27493 : audit 0 from='client.538029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:10.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:10 smithi027 bash[31536]: audit 2023-12-07T21:16:09.660146+0000 mgr.a (mgr.24293) 27493 : audit 0 from='client.538029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:11.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:11 smithi022 bash[28554]: cluster 2023-12-07T21:16:10.571974+0000 mgr.a (mgr.24293) 27494 : cluster 0 pgmap v20561: 33 pgs: 33 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:11.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:11 smithi044 bash[32620]: cluster 2023-12-07T21:16:10.571974+0000 mgr.a (mgr.24293) 27494 : cluster 0 pgmap v20561: 33 pgs: 33 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:11.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:11 smithi027 bash[31536]: cluster 2023-12-07T21:16:10.571974+0000 mgr.a (mgr.24293) 27494 : cluster 0 pgmap v20561: 33 pgs: 33 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:14.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:14 smithi022 bash[28554]: cluster 2023-12-07T21:16:12.572543+0000 mgr.a (mgr.24293) 27495 : cluster 0 pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:14 smithi044 bash[32620]: cluster 2023-12-07T21:16:12.572543+0000 mgr.a (mgr.24293) 27495 : cluster 0 pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:14 smithi027 bash[31536]: cluster 2023-12-07T21:16:12.572543+0000 mgr.a (mgr.24293) 27495 : cluster 0 pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:15.170 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:15.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:15.171 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:15.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:15 smithi022 bash[28554]: cluster 2023-12-07T21:16:14.572991+0000 mgr.a (mgr.24293) 27496 : cluster 0 pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:15.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:15 smithi044 bash[32620]: cluster 2023-12-07T21:16:14.572991+0000 mgr.a (mgr.24293) 27496 : cluster 0 pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:15.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:15 smithi027 bash[31536]: cluster 2023-12-07T21:16:14.572991+0000 mgr.a (mgr.24293) 27496 : cluster 0 pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:16.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:16.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:16.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:16.129 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:16.129 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:16.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:16 smithi022 bash[28554]: audit 2023-12-07T21:16:15.597944+0000 mgr.a (mgr.24293) 27497 : audit 0 from='client.538104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:16.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:16 smithi044 bash[32620]: audit 2023-12-07T21:16:15.597944+0000 mgr.a (mgr.24293) 27497 : audit 0 from='client.538104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:16.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:16 smithi027 bash[31536]: audit 2023-12-07T21:16:15.597944+0000 mgr.a (mgr.24293) 27497 : audit 0 from='client.538104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:18.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:18 smithi022 bash[28554]: cluster 2023-12-07T21:16:16.574152+0000 mgr.a (mgr.24293) 27498 : cluster 0 pgmap v20564: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:18 smithi044 bash[32620]: cluster 2023-12-07T21:16:16.574152+0000 mgr.a (mgr.24293) 27498 : cluster 0 pgmap v20564: 33 pgs: 33 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.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:18 smithi027 bash[31536]: cluster 2023-12-07T21:16:16.574152+0000 mgr.a (mgr.24293) 27498 : cluster 0 pgmap v20564: 33 pgs: 33 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:19.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:19 smithi022 bash[28554]: cluster 2023-12-07T21:16:18.574888+0000 mgr.a (mgr.24293) 27499 : cluster 0 pgmap v20565: 33 pgs: 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:19.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:19 smithi044 bash[32620]: cluster 2023-12-07T21:16:18.574888+0000 mgr.a (mgr.24293) 27499 : cluster 0 pgmap v20565: 33 pgs: 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:19.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:19 smithi027 bash[31536]: cluster 2023-12-07T21:16:18.574888+0000 mgr.a (mgr.24293) 27499 : cluster 0 pgmap v20565: 33 pgs: 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:21.132 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:21.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:21.133 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:21.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:21 smithi022 bash[28554]: cluster 2023-12-07T21:16:20.575725+0000 mgr.a (mgr.24293) 27500 : cluster 0 pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:21.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:21 smithi044 bash[32620]: cluster 2023-12-07T21:16:20.575725+0000 mgr.a (mgr.24293) 27500 : cluster 0 pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:21.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:21 smithi027 bash[31536]: cluster 2023-12-07T21:16:20.575725+0000 mgr.a (mgr.24293) 27500 : cluster 0 pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:22.096 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:22.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:22.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:22.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:22.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:23.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:23 smithi022 bash[28554]: audit 2023-12-07T21:16:21.559893+0000 mgr.a (mgr.24293) 27501 : audit 0 from='client.538176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:23.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:23 smithi044 bash[32620]: audit 2023-12-07T21:16:21.559893+0000 mgr.a (mgr.24293) 27501 : audit 0 from='client.538176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:23.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:23 smithi027 bash[31536]: audit 2023-12-07T21:16:21.559893+0000 mgr.a (mgr.24293) 27501 : audit 0 from='client.538176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:24.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:24 smithi022 bash[28554]: cluster 2023-12-07T21:16:22.576318+0000 mgr.a (mgr.24293) 27502 : cluster 0 pgmap v20567: 33 pgs: 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:24 smithi044 bash[32620]: cluster 2023-12-07T21:16:22.576318+0000 mgr.a (mgr.24293) 27502 : cluster 0 pgmap v20567: 33 pgs: 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:24 smithi027 bash[31536]: cluster 2023-12-07T21:16:22.576318+0000 mgr.a (mgr.24293) 27502 : cluster 0 pgmap v20567: 33 pgs: 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.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:25 smithi022 bash[28554]: cluster 2023-12-07T21:16:24.576822+0000 mgr.a (mgr.24293) 27503 : cluster 0 pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:25.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:25 smithi044 bash[32620]: cluster 2023-12-07T21:16:24.576822+0000 mgr.a (mgr.24293) 27503 : cluster 0 pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:25.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:25 smithi027 bash[31536]: cluster 2023-12-07T21:16:24.576822+0000 mgr.a (mgr.24293) 27503 : cluster 0 pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:27.098 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:27.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:27.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:27.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:27 smithi022 bash[28554]: cluster 2023-12-07T21:16:26.577594+0000 mgr.a (mgr.24293) 27504 : cluster 0 pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:27.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:27 smithi044 bash[32620]: cluster 2023-12-07T21:16:26.577594+0000 mgr.a (mgr.24293) 27504 : cluster 0 pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:27.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:27 smithi027 bash[31536]: cluster 2023-12-07T21:16:26.577594+0000 mgr.a (mgr.24293) 27504 : cluster 0 pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:28.059 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:28.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:28.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:28.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:28.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:28.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:28 smithi022 bash[28554]: audit 2023-12-07T21:16:27.518221+0000 mgr.a (mgr.24293) 27505 : audit 0 from='client.538254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:28.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:28 smithi044 bash[32620]: audit 2023-12-07T21:16:27.518221+0000 mgr.a (mgr.24293) 27505 : audit 0 from='client.538254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:28.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:28 smithi027 bash[31536]: audit 2023-12-07T21:16:27.518221+0000 mgr.a (mgr.24293) 27505 : audit 0 from='client.538254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:29.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:29 smithi022 bash[28554]: cluster 2023-12-07T21:16:28.578338+0000 mgr.a (mgr.24293) 27506 : cluster 0 pgmap v20570: 33 pgs: 33 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:29.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:29 smithi044 bash[32620]: cluster 2023-12-07T21:16:28.578338+0000 mgr.a (mgr.24293) 27506 : cluster 0 pgmap v20570: 33 pgs: 33 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:29.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:29 smithi027 bash[31536]: cluster 2023-12-07T21:16:28.578338+0000 mgr.a (mgr.24293) 27506 : cluster 0 pgmap v20570: 33 pgs: 33 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:31.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:31 smithi022 bash[28554]: cluster 2023-12-07T21:16:30.579201+0000 mgr.a (mgr.24293) 27507 : cluster 0 pgmap v20571: 33 pgs: 33 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:31.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:31 smithi044 bash[32620]: cluster 2023-12-07T21:16:30.579201+0000 mgr.a (mgr.24293) 27507 : cluster 0 pgmap v20571: 33 pgs: 33 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:31.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:31 smithi027 bash[31536]: cluster 2023-12-07T21:16:30.579201+0000 mgr.a (mgr.24293) 27507 : cluster 0 pgmap v20571: 33 pgs: 33 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:33.062 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:33.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:33.063 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:33.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:33 smithi022 bash[28554]: cluster 2023-12-07T21:16:32.579780+0000 mgr.a (mgr.24293) 27508 : cluster 0 pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:33.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:33 smithi022 bash[28554]: audit 2023-12-07T21:16:33.489510+0000 mgr.a (mgr.24293) 27509 : audit 0 from='client.538329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:33.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:33 smithi044 bash[32620]: cluster 2023-12-07T21:16:32.579780+0000 mgr.a (mgr.24293) 27508 : cluster 0 pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:33.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:33 smithi044 bash[32620]: audit 2023-12-07T21:16:33.489510+0000 mgr.a (mgr.24293) 27509 : audit 0 from='client.538329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:33.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:33 smithi027 bash[31536]: cluster 2023-12-07T21:16:32.579780+0000 mgr.a (mgr.24293) 27508 : cluster 0 pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:33.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:33 smithi027 bash[31536]: audit 2023-12-07T21:16:33.489510+0000 mgr.a (mgr.24293) 27509 : audit 0 from='client.538329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:34.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:34.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:34.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:34.009 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:34.009 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:35.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:35 smithi022 bash[28554]: cluster 2023-12-07T21:16:34.580240+0000 mgr.a (mgr.24293) 27510 : cluster 0 pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:35.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:35 smithi044 bash[32620]: cluster 2023-12-07T21:16:34.580240+0000 mgr.a (mgr.24293) 27510 : cluster 0 pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:35.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:35 smithi027 bash[31536]: cluster 2023-12-07T21:16:34.580240+0000 mgr.a (mgr.24293) 27510 : cluster 0 pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:37.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:37 smithi022 bash[28554]: cluster 2023-12-07T21:16:36.581020+0000 mgr.a (mgr.24293) 27511 : cluster 0 pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:37.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:37 smithi044 bash[32620]: cluster 2023-12-07T21:16:36.581020+0000 mgr.a (mgr.24293) 27511 : cluster 0 pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:37.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:37 smithi027 bash[31536]: cluster 2023-12-07T21:16:36.581020+0000 mgr.a (mgr.24293) 27511 : cluster 0 pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:39.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:39.012 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:39.013 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:39.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:39 smithi022 bash[28554]: cluster 2023-12-07T21:16:38.581545+0000 mgr.a (mgr.24293) 27512 : cluster 0 pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:39.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:39 smithi022 bash[28554]: audit 2023-12-07T21:16:39.436243+0000 mgr.a (mgr.24293) 27513 : audit 0 from='client.538407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:39.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:39 smithi044 bash[32620]: cluster 2023-12-07T21:16:38.581545+0000 mgr.a (mgr.24293) 27512 : cluster 0 pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:39.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:39 smithi044 bash[32620]: audit 2023-12-07T21:16:39.436243+0000 mgr.a (mgr.24293) 27513 : audit 0 from='client.538407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:39.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:39 smithi027 bash[31536]: cluster 2023-12-07T21:16:38.581545+0000 mgr.a (mgr.24293) 27512 : cluster 0 pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:39.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:39 smithi027 bash[31536]: audit 2023-12-07T21:16:39.436243+0000 mgr.a (mgr.24293) 27513 : audit 0 from='client.538407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:39.948 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:39.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:39.948 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:39.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:39.949 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:41.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:41 smithi022 bash[28554]: cluster 2023-12-07T21:16:40.582501+0000 mgr.a (mgr.24293) 27514 : cluster 0 pgmap v20576: 33 pgs: 33 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:41.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:41 smithi044 bash[32620]: cluster 2023-12-07T21:16:40.582501+0000 mgr.a (mgr.24293) 27514 : cluster 0 pgmap v20576: 33 pgs: 33 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:41.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:41 smithi027 bash[31536]: cluster 2023-12-07T21:16:40.582501+0000 mgr.a (mgr.24293) 27514 : cluster 0 pgmap v20576: 33 pgs: 33 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:43.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:43 smithi022 bash[28554]: cluster 2023-12-07T21:16:42.583141+0000 mgr.a (mgr.24293) 27515 : cluster 0 pgmap v20577: 33 pgs: 33 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:43.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:43 smithi044 bash[32620]: cluster 2023-12-07T21:16:42.583141+0000 mgr.a (mgr.24293) 27515 : cluster 0 pgmap v20577: 33 pgs: 33 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:43.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:43 smithi027 bash[31536]: cluster 2023-12-07T21:16:42.583141+0000 mgr.a (mgr.24293) 27515 : cluster 0 pgmap v20577: 33 pgs: 33 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.950 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:44.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:44.951 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:45.858 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:45.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:45.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:45.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:45.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:45.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:45 smithi022 bash[28554]: cluster 2023-12-07T21:16:44.583783+0000 mgr.a (mgr.24293) 27516 : cluster 0 pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:45.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:45 smithi022 bash[28554]: audit 2023-12-07T21:16:45.369230+0000 mgr.a (mgr.24293) 27517 : audit 0 from='client.538482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:45.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:45 smithi044 bash[32620]: cluster 2023-12-07T21:16:44.583783+0000 mgr.a (mgr.24293) 27516 : cluster 0 pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:45.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:45 smithi044 bash[32620]: audit 2023-12-07T21:16:45.369230+0000 mgr.a (mgr.24293) 27517 : audit 0 from='client.538482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:45.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:45 smithi027 bash[31536]: cluster 2023-12-07T21:16:44.583783+0000 mgr.a (mgr.24293) 27516 : cluster 0 pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:45.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:45 smithi027 bash[31536]: audit 2023-12-07T21:16:45.369230+0000 mgr.a (mgr.24293) 27517 : audit 0 from='client.538482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:47.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:47 smithi022 bash[28554]: cluster 2023-12-07T21:16:46.584780+0000 mgr.a (mgr.24293) 27518 : cluster 0 pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:16:47.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:47 smithi044 bash[32620]: cluster 2023-12-07T21:16:46.584780+0000 mgr.a (mgr.24293) 27518 : cluster 0 pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:16:47.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:47 smithi027 bash[31536]: cluster 2023-12-07T21:16:46.584780+0000 mgr.a (mgr.24293) 27518 : cluster 0 pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:16:49.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:49 smithi022 bash[28554]: cluster 2023-12-07T21:16:48.585355+0000 mgr.a (mgr.24293) 27519 : cluster 0 pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:49.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:49 smithi022 bash[28554]: audit 2023-12-07T21:16:49.386285+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:16:49.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:49 smithi044 bash[32620]: cluster 2023-12-07T21:16:48.585355+0000 mgr.a (mgr.24293) 27519 : cluster 0 pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:49.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:49 smithi044 bash[32620]: audit 2023-12-07T21:16:49.386285+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:16:49.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:49 smithi027 bash[31536]: cluster 2023-12-07T21:16:48.585355+0000 mgr.a (mgr.24293) 27519 : cluster 0 pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:49.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:49 smithi027 bash[31536]: audit 2023-12-07T21:16:49.386285+0000 mon.a (mon.0) 4229 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:16:50.862 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:50.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:50.862 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:50.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:50 smithi022 bash[28554]: audit 2023-12-07T21:16:50.119374+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:50.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:50 smithi022 bash[28554]: audit 2023-12-07T21:16:50.120855+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:50.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:50 smithi022 bash[28554]: audit 2023-12-07T21:16:50.128907+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:16:50.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:50 smithi044 bash[32620]: audit 2023-12-07T21:16:50.119374+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:50.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:50 smithi044 bash[32620]: audit 2023-12-07T21:16:50.120855+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:50.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:50 smithi044 bash[32620]: audit 2023-12-07T21:16:50.128907+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:16:50.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:50 smithi027 bash[31536]: audit 2023-12-07T21:16:50.119374+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:50.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:50 smithi027 bash[31536]: audit 2023-12-07T21:16:50.120855+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:50.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:50 smithi027 bash[31536]: audit 2023-12-07T21:16:50.128907+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:16:51.816 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:51.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:51.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:51.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:51.816 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:52.414 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:52 smithi022 bash[28554]: cluster 2023-12-07T21:16:50.586118+0000 mgr.a (mgr.24293) 27520 : cluster 0 pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:52.414 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:52 smithi022 bash[28554]: audit 2023-12-07T21:16:51.287088+0000 mgr.a (mgr.24293) 27521 : audit 0 from='client.538560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:52.415 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:52 smithi044 bash[32620]: cluster 2023-12-07T21:16:50.586118+0000 mgr.a (mgr.24293) 27520 : cluster 0 pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:52.415 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:52 smithi044 bash[32620]: audit 2023-12-07T21:16:51.287088+0000 mgr.a (mgr.24293) 27521 : audit 0 from='client.538560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:52.439 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:52 smithi027 bash[31536]: cluster 2023-12-07T21:16:50.586118+0000 mgr.a (mgr.24293) 27520 : cluster 0 pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:52.439 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:52 smithi027 bash[31536]: audit 2023-12-07T21:16:51.287088+0000 mgr.a (mgr.24293) 27521 : audit 0 from='client.538560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:53.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:53 smithi022 bash[28554]: cluster 2023-12-07T21:16:52.586835+0000 mgr.a (mgr.24293) 27522 : cluster 0 pgmap v20582: 33 pgs: 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:53.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:53 smithi044 bash[32620]: cluster 2023-12-07T21:16:52.586835+0000 mgr.a (mgr.24293) 27522 : cluster 0 pgmap v20582: 33 pgs: 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:53.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:53 smithi027 bash[31536]: cluster 2023-12-07T21:16:52.586835+0000 mgr.a (mgr.24293) 27522 : cluster 0 pgmap v20582: 33 pgs: 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:55.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:55 smithi022 bash[28554]: cluster 2023-12-07T21:16:54.587420+0000 mgr.a (mgr.24293) 27523 : cluster 0 pgmap v20583: 33 pgs: 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:55.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:55 smithi044 bash[32620]: cluster 2023-12-07T21:16:54.587420+0000 mgr.a (mgr.24293) 27523 : cluster 0 pgmap v20583: 33 pgs: 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:55.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:55 smithi027 bash[31536]: cluster 2023-12-07T21:16:54.587420+0000 mgr.a (mgr.24293) 27523 : cluster 0 pgmap v20583: 33 pgs: 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:56.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:16:56.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:56.819 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:57.780 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:16:57.780 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:57.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:57.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:57.781 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:16:57.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:57 smithi022 bash[28554]: cluster 2023-12-07T21:16:56.588241+0000 mgr.a (mgr.24293) 27524 : cluster 0 pgmap v20584: 33 pgs: 33 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:57.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:57 smithi022 bash[28554]: audit 2023-12-07T21:16:57.251084+0000 mgr.a (mgr.24293) 27525 : audit 0 from='client.538638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:57.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:57 smithi044 bash[32620]: cluster 2023-12-07T21:16:56.588241+0000 mgr.a (mgr.24293) 27524 : cluster 0 pgmap v20584: 33 pgs: 33 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:57.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:57 smithi044 bash[32620]: audit 2023-12-07T21:16:57.251084+0000 mgr.a (mgr.24293) 27525 : audit 0 from='client.538638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:57.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:57 smithi027 bash[31536]: cluster 2023-12-07T21:16:56.588241+0000 mgr.a (mgr.24293) 27524 : cluster 0 pgmap v20584: 33 pgs: 33 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:57.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:57 smithi027 bash[31536]: audit 2023-12-07T21:16:57.251084+0000 mgr.a (mgr.24293) 27525 : audit 0 from='client.538638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:59.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:16:59 smithi022 bash[28554]: cluster 2023-12-07T21:16:58.588960+0000 mgr.a (mgr.24293) 27526 : cluster 0 pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:59.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:16:59 smithi044 bash[32620]: cluster 2023-12-07T21:16:58.588960+0000 mgr.a (mgr.24293) 27526 : cluster 0 pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:59.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:16:59 smithi027 bash[31536]: cluster 2023-12-07T21:16:58.588960+0000 mgr.a (mgr.24293) 27526 : cluster 0 pgmap v20585: 33 pgs: 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:17:01.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:01 smithi022 bash[28554]: cluster 2023-12-07T21:17:00.589866+0000 mgr.a (mgr.24293) 27527 : cluster 0 pgmap v20586: 33 pgs: 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:17:01.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:01 smithi044 bash[32620]: cluster 2023-12-07T21:17:00.589866+0000 mgr.a (mgr.24293) 27527 : cluster 0 pgmap v20586: 33 pgs: 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:17:01.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:01 smithi027 bash[31536]: cluster 2023-12-07T21:17:00.589866+0000 mgr.a (mgr.24293) 27527 : cluster 0 pgmap v20586: 33 pgs: 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:17:02.783 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:02.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:02.784 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:03.721 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:03.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:03.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:03.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:03.721 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:03.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:03 smithi022 bash[28554]: cluster 2023-12-07T21:17:02.590470+0000 mgr.a (mgr.24293) 27528 : cluster 0 pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:03.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:03 smithi022 bash[28554]: audit 2023-12-07T21:17:03.209407+0000 mgr.a (mgr.24293) 27529 : audit 0 from='client.538713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:03.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:03 smithi044 bash[32620]: cluster 2023-12-07T21:17:02.590470+0000 mgr.a (mgr.24293) 27528 : cluster 0 pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:03.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:03 smithi044 bash[32620]: audit 2023-12-07T21:17:03.209407+0000 mgr.a (mgr.24293) 27529 : audit 0 from='client.538713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:03.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:03 smithi027 bash[31536]: cluster 2023-12-07T21:17:02.590470+0000 mgr.a (mgr.24293) 27528 : cluster 0 pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:03.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:03 smithi027 bash[31536]: audit 2023-12-07T21:17:03.209407+0000 mgr.a (mgr.24293) 27529 : audit 0 from='client.538713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:05.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:05 smithi022 bash[28554]: cluster 2023-12-07T21:17:04.591227+0000 mgr.a (mgr.24293) 27530 : cluster 0 pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:05.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:05 smithi044 bash[32620]: cluster 2023-12-07T21:17:04.591227+0000 mgr.a (mgr.24293) 27530 : cluster 0 pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:05.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:05 smithi027 bash[31536]: cluster 2023-12-07T21:17:04.591227+0000 mgr.a (mgr.24293) 27530 : cluster 0 pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:07.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:07 smithi022 bash[28554]: cluster 2023-12-07T21:17:06.592149+0000 mgr.a (mgr.24293) 27531 : cluster 0 pgmap v20589: 33 pgs: 33 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:07.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:07 smithi044 bash[32620]: cluster 2023-12-07T21:17:06.592149+0000 mgr.a (mgr.24293) 27531 : cluster 0 pgmap v20589: 33 pgs: 33 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:07.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:07 smithi027 bash[31536]: cluster 2023-12-07T21:17:06.592149+0000 mgr.a (mgr.24293) 27531 : cluster 0 pgmap v20589: 33 pgs: 33 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:08.723 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:08.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:08.725 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:09.661 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:09.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:09.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:09.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:09.661 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:09.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:09 smithi022 bash[28554]: cluster 2023-12-07T21:17:08.592718+0000 mgr.a (mgr.24293) 27532 : cluster 0 pgmap v20590: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:09 smithi022 bash[28554]: audit 2023-12-07T21:17:09.143394+0000 mgr.a (mgr.24293) 27533 : audit 0 from='client.538791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:09.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:09 smithi044 bash[32620]: cluster 2023-12-07T21:17:08.592718+0000 mgr.a (mgr.24293) 27532 : cluster 0 pgmap v20590: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:09 smithi044 bash[32620]: audit 2023-12-07T21:17:09.143394+0000 mgr.a (mgr.24293) 27533 : audit 0 from='client.538791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:09.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:09 smithi027 bash[31536]: cluster 2023-12-07T21:17:08.592718+0000 mgr.a (mgr.24293) 27532 : cluster 0 pgmap v20590: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:09 smithi027 bash[31536]: audit 2023-12-07T21:17:09.143394+0000 mgr.a (mgr.24293) 27533 : audit 0 from='client.538791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:11.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:11 smithi022 bash[28554]: cluster 2023-12-07T21:17:10.593682+0000 mgr.a (mgr.24293) 27534 : cluster 0 pgmap v20591: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:11 smithi044 bash[32620]: cluster 2023-12-07T21:17:10.593682+0000 mgr.a (mgr.24293) 27534 : cluster 0 pgmap v20591: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:11 smithi027 bash[31536]: cluster 2023-12-07T21:17:10.593682+0000 mgr.a (mgr.24293) 27534 : cluster 0 pgmap v20591: 33 pgs: 33 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:13.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:13 smithi022 bash[28554]: cluster 2023-12-07T21:17:12.594220+0000 mgr.a (mgr.24293) 27535 : cluster 0 pgmap v20592: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:13 smithi044 bash[32620]: cluster 2023-12-07T21:17:12.594220+0000 mgr.a (mgr.24293) 27535 : cluster 0 pgmap v20592: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:13 smithi027 bash[31536]: cluster 2023-12-07T21:17:12.594220+0000 mgr.a (mgr.24293) 27535 : cluster 0 pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:14.664 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:14.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:14.665 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:15.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:15.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:15.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:15 smithi022 bash[28554]: cluster 2023-12-07T21:17:14.594755+0000 mgr.a (mgr.24293) 27536 : cluster 0 pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:15.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:15 smithi022 bash[28554]: audit 2023-12-07T21:17:15.084125+0000 mgr.a (mgr.24293) 27537 : audit 0 from='client.538866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:15.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:15 smithi044 bash[32620]: cluster 2023-12-07T21:17:14.594755+0000 mgr.a (mgr.24293) 27536 : cluster 0 pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:15.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:15 smithi044 bash[32620]: audit 2023-12-07T21:17:15.084125+0000 mgr.a (mgr.24293) 27537 : audit 0 from='client.538866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:15.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:15 smithi027 bash[31536]: cluster 2023-12-07T21:17:14.594755+0000 mgr.a (mgr.24293) 27536 : cluster 0 pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:15.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:15 smithi027 bash[31536]: audit 2023-12-07T21:17:15.084125+0000 mgr.a (mgr.24293) 27537 : audit 0 from='client.538866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:17.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:17 smithi022 bash[28554]: cluster 2023-12-07T21:17:16.595704+0000 mgr.a (mgr.24293) 27538 : cluster 0 pgmap v20594: 33 pgs: 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:17:17.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:17 smithi044 bash[32620]: cluster 2023-12-07T21:17:16.595704+0000 mgr.a (mgr.24293) 27538 : cluster 0 pgmap v20594: 33 pgs: 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:17:17.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:17 smithi027 bash[31536]: cluster 2023-12-07T21:17:16.595704+0000 mgr.a (mgr.24293) 27538 : cluster 0 pgmap v20594: 33 pgs: 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:17:19.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:19 smithi022 bash[28554]: cluster 2023-12-07T21:17:18.596227+0000 mgr.a (mgr.24293) 27539 : cluster 0 pgmap v20595: 33 pgs: 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:17:19.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:19 smithi044 bash[32620]: cluster 2023-12-07T21:17:18.596227+0000 mgr.a (mgr.24293) 27539 : cluster 0 pgmap v20595: 33 pgs: 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:17:19.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:19 smithi027 bash[31536]: cluster 2023-12-07T21:17:18.596227+0000 mgr.a (mgr.24293) 27539 : cluster 0 pgmap v20595: 33 pgs: 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:17:20.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:20.603 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:20.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:21.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:21.541 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:21.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:21 smithi022 bash[28554]: cluster 2023-12-07T21:17:20.596958+0000 mgr.a (mgr.24293) 27540 : cluster 0 pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:21.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:21 smithi022 bash[28554]: audit 2023-12-07T21:17:21.019219+0000 mgr.a (mgr.24293) 27541 : audit 0 from='client.538941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:21.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:21 smithi044 bash[32620]: cluster 2023-12-07T21:17:20.596958+0000 mgr.a (mgr.24293) 27540 : cluster 0 pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:21.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:21 smithi044 bash[32620]: audit 2023-12-07T21:17:21.019219+0000 mgr.a (mgr.24293) 27541 : audit 0 from='client.538941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:21.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:21 smithi027 bash[31536]: cluster 2023-12-07T21:17:20.596958+0000 mgr.a (mgr.24293) 27540 : cluster 0 pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:21.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:21 smithi027 bash[31536]: audit 2023-12-07T21:17:21.019219+0000 mgr.a (mgr.24293) 27541 : audit 0 from='client.538941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:23.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:23 smithi022 bash[28554]: cluster 2023-12-07T21:17:22.597668+0000 mgr.a (mgr.24293) 27542 : cluster 0 pgmap v20597: 33 pgs: 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:23.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:23 smithi044 bash[32620]: cluster 2023-12-07T21:17:22.597668+0000 mgr.a (mgr.24293) 27542 : cluster 0 pgmap v20597: 33 pgs: 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:23.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:23 smithi027 bash[31536]: cluster 2023-12-07T21:17:22.597668+0000 mgr.a (mgr.24293) 27542 : cluster 0 pgmap v20597: 33 pgs: 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:25.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:25 smithi022 bash[28554]: cluster 2023-12-07T21:17:24.598246+0000 mgr.a (mgr.24293) 27543 : cluster 0 pgmap v20598: 33 pgs: 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:25.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:25 smithi044 bash[32620]: cluster 2023-12-07T21:17:24.598246+0000 mgr.a (mgr.24293) 27543 : cluster 0 pgmap v20598: 33 pgs: 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:25.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:25 smithi027 bash[31536]: cluster 2023-12-07T21:17:24.598246+0000 mgr.a (mgr.24293) 27543 : cluster 0 pgmap v20598: 33 pgs: 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:26.542 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:26.543 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:26.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:27.485 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:27.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:27.485 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:27.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:27.486 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:27.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:27 smithi022 bash[28554]: cluster 2023-12-07T21:17:26.599072+0000 mgr.a (mgr.24293) 27544 : cluster 0 pgmap v20599: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:27 smithi022 bash[28554]: audit 2023-12-07T21:17:26.965672+0000 mgr.a (mgr.24293) 27545 : audit 0 from='client.539013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:27.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:27 smithi044 bash[32620]: cluster 2023-12-07T21:17:26.599072+0000 mgr.a (mgr.24293) 27544 : cluster 0 pgmap v20599: 33 pgs: 33 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.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:27 smithi044 bash[32620]: audit 2023-12-07T21:17:26.965672+0000 mgr.a (mgr.24293) 27545 : audit 0 from='client.539013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:27.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:27 smithi027 bash[31536]: cluster 2023-12-07T21:17:26.599072+0000 mgr.a (mgr.24293) 27544 : cluster 0 pgmap v20599: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:27 smithi027 bash[31536]: audit 2023-12-07T21:17:26.965672+0000 mgr.a (mgr.24293) 27545 : audit 0 from='client.539013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:29.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:29 smithi022 bash[28554]: cluster 2023-12-07T21:17:28.599813+0000 mgr.a (mgr.24293) 27546 : cluster 0 pgmap v20600: 33 pgs: 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:17:29.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:29 smithi044 bash[32620]: cluster 2023-12-07T21:17:28.599813+0000 mgr.a (mgr.24293) 27546 : cluster 0 pgmap v20600: 33 pgs: 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:17:29.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:29 smithi027 bash[31536]: cluster 2023-12-07T21:17:28.599813+0000 mgr.a (mgr.24293) 27546 : cluster 0 pgmap v20600: 33 pgs: 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:17:31.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:31 smithi022 bash[28554]: cluster 2023-12-07T21:17:30.600577+0000 mgr.a (mgr.24293) 27547 : cluster 0 pgmap v20601: 33 pgs: 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:17:31.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:31 smithi044 bash[32620]: cluster 2023-12-07T21:17:30.600577+0000 mgr.a (mgr.24293) 27547 : cluster 0 pgmap v20601: 33 pgs: 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:17:31.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:31 smithi027 bash[31536]: cluster 2023-12-07T21:17:30.600577+0000 mgr.a (mgr.24293) 27547 : cluster 0 pgmap v20601: 33 pgs: 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:17:32.488 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:32.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:32.489 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:33.422 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:33.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:33.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:33.422 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:33.423 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:33.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:33 smithi022 bash[28554]: cluster 2023-12-07T21:17:32.601102+0000 mgr.a (mgr.24293) 27548 : cluster 0 pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:33.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:33 smithi022 bash[28554]: audit 2023-12-07T21:17:32.907267+0000 mgr.a (mgr.24293) 27549 : audit 0 from='client.539088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:33.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:33 smithi044 bash[32620]: cluster 2023-12-07T21:17:32.601102+0000 mgr.a (mgr.24293) 27548 : cluster 0 pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:33.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:33 smithi044 bash[32620]: audit 2023-12-07T21:17:32.907267+0000 mgr.a (mgr.24293) 27549 : audit 0 from='client.539088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:33.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:33 smithi027 bash[31536]: cluster 2023-12-07T21:17:32.601102+0000 mgr.a (mgr.24293) 27548 : cluster 0 pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:33.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:33 smithi027 bash[31536]: audit 2023-12-07T21:17:32.907267+0000 mgr.a (mgr.24293) 27549 : audit 0 from='client.539088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:35.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:35 smithi022 bash[28554]: cluster 2023-12-07T21:17:34.601856+0000 mgr.a (mgr.24293) 27550 : cluster 0 pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:35.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:35 smithi044 bash[32620]: cluster 2023-12-07T21:17:34.601856+0000 mgr.a (mgr.24293) 27550 : cluster 0 pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:35.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:35 smithi027 bash[31536]: cluster 2023-12-07T21:17:34.601856+0000 mgr.a (mgr.24293) 27550 : cluster 0 pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:37.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:37 smithi022 bash[28554]: cluster 2023-12-07T21:17:36.602694+0000 mgr.a (mgr.24293) 27551 : cluster 0 pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:37.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:37 smithi044 bash[32620]: cluster 2023-12-07T21:17:36.602694+0000 mgr.a (mgr.24293) 27551 : cluster 0 pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:37.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:37 smithi027 bash[31536]: cluster 2023-12-07T21:17:36.602694+0000 mgr.a (mgr.24293) 27551 : cluster 0 pgmap v20604: 33 pgs: 33 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:38.425 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:38.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:38.426 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:39.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:39.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:39.371 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:39.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:39.372 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:39.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:39 smithi022 bash[28554]: cluster 2023-12-07T21:17:38.603233+0000 mgr.a (mgr.24293) 27552 : cluster 0 pgmap v20605: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:39 smithi022 bash[28554]: audit 2023-12-07T21:17:38.847332+0000 mgr.a (mgr.24293) 27553 : audit 0 from='client.539163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:39.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:39 smithi044 bash[32620]: cluster 2023-12-07T21:17:38.603233+0000 mgr.a (mgr.24293) 27552 : cluster 0 pgmap v20605: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:39 smithi044 bash[32620]: audit 2023-12-07T21:17:38.847332+0000 mgr.a (mgr.24293) 27553 : audit 0 from='client.539163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:39.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:39 smithi027 bash[31536]: cluster 2023-12-07T21:17:38.603233+0000 mgr.a (mgr.24293) 27552 : cluster 0 pgmap v20605: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:39 smithi027 bash[31536]: audit 2023-12-07T21:17:38.847332+0000 mgr.a (mgr.24293) 27553 : audit 0 from='client.539163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:41.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:41 smithi022 bash[28554]: cluster 2023-12-07T21:17:40.604123+0000 mgr.a (mgr.24293) 27554 : cluster 0 pgmap v20606: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:41 smithi044 bash[32620]: cluster 2023-12-07T21:17:40.604123+0000 mgr.a (mgr.24293) 27554 : cluster 0 pgmap v20606: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:41 smithi027 bash[31536]: cluster 2023-12-07T21:17:40.604123+0000 mgr.a (mgr.24293) 27554 : cluster 0 pgmap v20606: 33 pgs: 33 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:43.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:43 smithi022 bash[28554]: cluster 2023-12-07T21:17:42.604696+0000 mgr.a (mgr.24293) 27555 : cluster 0 pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:43.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:43 smithi044 bash[32620]: cluster 2023-12-07T21:17:42.604696+0000 mgr.a (mgr.24293) 27555 : cluster 0 pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:43.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:43 smithi027 bash[31536]: cluster 2023-12-07T21:17:42.604696+0000 mgr.a (mgr.24293) 27555 : cluster 0 pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:44.374 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:44.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:44.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:45.313 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:45.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:45.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:45.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:45.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:45.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:45 smithi022 bash[28554]: cluster 2023-12-07T21:17:44.605265+0000 mgr.a (mgr.24293) 27556 : cluster 0 pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:45.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:45 smithi022 bash[28554]: audit 2023-12-07T21:17:44.800159+0000 mgr.a (mgr.24293) 27557 : audit 0 from='client.539238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:45.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:45 smithi044 bash[32620]: cluster 2023-12-07T21:17:44.605265+0000 mgr.a (mgr.24293) 27556 : cluster 0 pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:45.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:45 smithi044 bash[32620]: audit 2023-12-07T21:17:44.800159+0000 mgr.a (mgr.24293) 27557 : audit 0 from='client.539238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:45.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:45 smithi027 bash[31536]: cluster 2023-12-07T21:17:44.605265+0000 mgr.a (mgr.24293) 27556 : cluster 0 pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:45.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:45 smithi027 bash[31536]: audit 2023-12-07T21:17:44.800159+0000 mgr.a (mgr.24293) 27557 : audit 0 from='client.539238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:47.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:47 smithi022 bash[28554]: cluster 2023-12-07T21:17:46.606145+0000 mgr.a (mgr.24293) 27558 : cluster 0 pgmap v20609: 33 pgs: 33 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:47.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:47 smithi044 bash[32620]: cluster 2023-12-07T21:17:46.606145+0000 mgr.a (mgr.24293) 27558 : cluster 0 pgmap v20609: 33 pgs: 33 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:47.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:47 smithi027 bash[31536]: cluster 2023-12-07T21:17:46.606145+0000 mgr.a (mgr.24293) 27558 : cluster 0 pgmap v20609: 33 pgs: 33 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:49.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:49 smithi022 bash[28554]: cluster 2023-12-07T21:17:48.606635+0000 mgr.a (mgr.24293) 27559 : cluster 0 pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:49.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:49 smithi044 bash[32620]: cluster 2023-12-07T21:17:48.606635+0000 mgr.a (mgr.24293) 27559 : cluster 0 pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:49.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:49 smithi027 bash[31536]: cluster 2023-12-07T21:17:48.606635+0000 mgr.a (mgr.24293) 27559 : cluster 0 pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:50.316 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:50.316 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:50.317 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:50.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:50 smithi022 bash[28554]: audit 2023-12-07T21:17:50.230468+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:50.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:50 smithi027 bash[31536]: audit 2023-12-07T21:17:50.230468+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:51.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:50 smithi044 bash[32620]: audit 2023-12-07T21:17:50.230468+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:51.295 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:51.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:51.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:51.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:51.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:51.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:51 smithi027 bash[31536]: cluster 2023-12-07T21:17:50.607363+0000 mgr.a (mgr.24293) 27560 : cluster 0 pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:51.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:51 smithi027 bash[31536]: audit 2023-12-07T21:17:50.751823+0000 mgr.a (mgr.24293) 27561 : audit 0 from='client.539310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:51.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:51 smithi027 bash[31536]: audit 2023-12-07T21:17:51.126765+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:51.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:51 smithi027 bash[31536]: audit 2023-12-07T21:17:51.128611+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:51.939 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:51 smithi027 bash[31536]: audit 2023-12-07T21:17:51.137455+0000 mon.a (mon.0) 4236 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:17:52.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:51 smithi022 bash[28554]: cluster 2023-12-07T21:17:50.607363+0000 mgr.a (mgr.24293) 27560 : cluster 0 pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:52.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:51 smithi022 bash[28554]: audit 2023-12-07T21:17:50.751823+0000 mgr.a (mgr.24293) 27561 : audit 0 from='client.539310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:52.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:51 smithi022 bash[28554]: audit 2023-12-07T21:17:51.126765+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:52.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:51 smithi022 bash[28554]: audit 2023-12-07T21:17:51.128611+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:52.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:51 smithi022 bash[28554]: audit 2023-12-07T21:17:51.137455+0000 mon.a (mon.0) 4236 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:17:52.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:51 smithi044 bash[32620]: cluster 2023-12-07T21:17:50.607363+0000 mgr.a (mgr.24293) 27560 : cluster 0 pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:52.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:51 smithi044 bash[32620]: audit 2023-12-07T21:17:50.751823+0000 mgr.a (mgr.24293) 27561 : audit 0 from='client.539310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:52.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:51 smithi044 bash[32620]: audit 2023-12-07T21:17:51.126765+0000 mon.a (mon.0) 4234 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:52.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:51 smithi044 bash[32620]: audit 2023-12-07T21:17:51.128611+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:52.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:51 smithi044 bash[32620]: audit 2023-12-07T21:17:51.137455+0000 mon.a (mon.0) 4236 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:17:53.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:53 smithi022 bash[28554]: cluster 2023-12-07T21:17:52.608035+0000 mgr.a (mgr.24293) 27562 : cluster 0 pgmap v20612: 33 pgs: 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:53.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:53 smithi044 bash[32620]: cluster 2023-12-07T21:17:52.608035+0000 mgr.a (mgr.24293) 27562 : cluster 0 pgmap v20612: 33 pgs: 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:53.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:53 smithi027 bash[31536]: cluster 2023-12-07T21:17:52.608035+0000 mgr.a (mgr.24293) 27562 : cluster 0 pgmap v20612: 33 pgs: 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:55.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:55 smithi022 bash[28554]: cluster 2023-12-07T21:17:54.608625+0000 mgr.a (mgr.24293) 27563 : cluster 0 pgmap v20613: 33 pgs: 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:55.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:55 smithi044 bash[32620]: cluster 2023-12-07T21:17:54.608625+0000 mgr.a (mgr.24293) 27563 : cluster 0 pgmap v20613: 33 pgs: 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:55.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:55 smithi027 bash[31536]: cluster 2023-12-07T21:17:54.608625+0000 mgr.a (mgr.24293) 27563 : cluster 0 pgmap v20613: 33 pgs: 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:56.298 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:17:56.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:56.299 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:57.233 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:17:57.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:57.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:57.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:57.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:17:57.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:57 smithi022 bash[28554]: cluster 2023-12-07T21:17:56.609203+0000 mgr.a (mgr.24293) 27564 : cluster 0 pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:57.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:57 smithi022 bash[28554]: audit 2023-12-07T21:17:56.726747+0000 mgr.a (mgr.24293) 27565 : audit 0 from='client.539382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:57.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:57 smithi044 bash[32620]: cluster 2023-12-07T21:17:56.609203+0000 mgr.a (mgr.24293) 27564 : cluster 0 pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:57.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:57 smithi044 bash[32620]: audit 2023-12-07T21:17:56.726747+0000 mgr.a (mgr.24293) 27565 : audit 0 from='client.539382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:57.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:57 smithi027 bash[31536]: cluster 2023-12-07T21:17:56.609203+0000 mgr.a (mgr.24293) 27564 : cluster 0 pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:57.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:57 smithi027 bash[31536]: audit 2023-12-07T21:17:56.726747+0000 mgr.a (mgr.24293) 27565 : audit 0 from='client.539382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:59.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:17:59 smithi022 bash[28554]: cluster 2023-12-07T21:17:58.609826+0000 mgr.a (mgr.24293) 27566 : cluster 0 pgmap v20615: 33 pgs: 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:59.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:17:59 smithi044 bash[32620]: cluster 2023-12-07T21:17:58.609826+0000 mgr.a (mgr.24293) 27566 : cluster 0 pgmap v20615: 33 pgs: 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:59.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:17:59 smithi027 bash[31536]: cluster 2023-12-07T21:17:58.609826+0000 mgr.a (mgr.24293) 27566 : cluster 0 pgmap v20615: 33 pgs: 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:01.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:01 smithi044 bash[32620]: cluster 2023-12-07T21:18:00.610618+0000 mgr.a (mgr.24293) 27567 : cluster 0 pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:01.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:01 smithi027 bash[31536]: cluster 2023-12-07T21:18:00.610618+0000 mgr.a (mgr.24293) 27567 : cluster 0 pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:02.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:01 smithi022 bash[28554]: cluster 2023-12-07T21:18:00.610618+0000 mgr.a (mgr.24293) 27567 : cluster 0 pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:02.236 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:02.237 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:02.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:03.186 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:03.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:03.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:03.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:03.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:03.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:03 smithi022 bash[28554]: cluster 2023-12-07T21:18:02.611111+0000 mgr.a (mgr.24293) 27568 : cluster 0 pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:03 smithi022 bash[28554]: audit 2023-12-07T21:18:02.663253+0000 mgr.a (mgr.24293) 27569 : audit 0 from='client.539460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:03.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:03 smithi044 bash[32620]: cluster 2023-12-07T21:18:02.611111+0000 mgr.a (mgr.24293) 27568 : cluster 0 pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:03 smithi044 bash[32620]: audit 2023-12-07T21:18:02.663253+0000 mgr.a (mgr.24293) 27569 : audit 0 from='client.539460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:03.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:03 smithi027 bash[31536]: cluster 2023-12-07T21:18:02.611111+0000 mgr.a (mgr.24293) 27568 : cluster 0 pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:03 smithi027 bash[31536]: audit 2023-12-07T21:18:02.663253+0000 mgr.a (mgr.24293) 27569 : audit 0 from='client.539460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:05.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:05 smithi022 bash[28554]: cluster 2023-12-07T21:18:04.611772+0000 mgr.a (mgr.24293) 27570 : cluster 0 pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:05.915 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:05 smithi044 bash[32620]: cluster 2023-12-07T21:18:04.611772+0000 mgr.a (mgr.24293) 27570 : cluster 0 pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:05.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:05 smithi027 bash[31536]: cluster 2023-12-07T21:18:04.611772+0000 mgr.a (mgr.24293) 27570 : cluster 0 pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:07.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:07 smithi022 bash[28554]: cluster 2023-12-07T21:18:06.612563+0000 mgr.a (mgr.24293) 27571 : cluster 0 pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:07.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:07 smithi044 bash[32620]: cluster 2023-12-07T21:18:06.612563+0000 mgr.a (mgr.24293) 27571 : cluster 0 pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:07.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:07 smithi027 bash[31536]: cluster 2023-12-07T21:18:06.612563+0000 mgr.a (mgr.24293) 27571 : cluster 0 pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:08.189 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:08.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:08.190 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:09.113 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:09.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:09.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:09.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:09.114 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:09.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:09 smithi022 bash[28554]: audit 2023-12-07T21:18:08.613338+0000 mgr.a (mgr.24293) 27572 : audit 0 from='client.539535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:09.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:09 smithi022 bash[28554]: cluster 2023-12-07T21:18:08.613727+0000 mgr.a (mgr.24293) 27573 : cluster 0 pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:09.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:09 smithi044 bash[32620]: audit 2023-12-07T21:18:08.613338+0000 mgr.a (mgr.24293) 27572 : audit 0 from='client.539535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:09.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:09 smithi044 bash[32620]: cluster 2023-12-07T21:18:08.613727+0000 mgr.a (mgr.24293) 27573 : cluster 0 pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:09.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:09 smithi027 bash[31536]: audit 2023-12-07T21:18:08.613338+0000 mgr.a (mgr.24293) 27572 : audit 0 from='client.539535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:09.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:09 smithi027 bash[31536]: cluster 2023-12-07T21:18:08.613727+0000 mgr.a (mgr.24293) 27573 : cluster 0 pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:11.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:11 smithi027 bash[31536]: cluster 2023-12-07T21:18:10.614668+0000 mgr.a (mgr.24293) 27574 : cluster 0 pgmap v20621: 33 pgs: 33 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:12.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:11 smithi022 bash[28554]: cluster 2023-12-07T21:18:10.614668+0000 mgr.a (mgr.24293) 27574 : cluster 0 pgmap v20621: 33 pgs: 33 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:12.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:11 smithi044 bash[32620]: cluster 2023-12-07T21:18:10.614668+0000 mgr.a (mgr.24293) 27574 : cluster 0 pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:13.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:13 smithi022 bash[28554]: cluster 2023-12-07T21:18:12.615289+0000 mgr.a (mgr.24293) 27575 : cluster 0 pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:13.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:13 smithi044 bash[32620]: cluster 2023-12-07T21:18:12.615289+0000 mgr.a (mgr.24293) 27575 : cluster 0 pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:13.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:13 smithi027 bash[31536]: cluster 2023-12-07T21:18:12.615289+0000 mgr.a (mgr.24293) 27575 : cluster 0 pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:14.116 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:14.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:14.117 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:15.042 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:15.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:15.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:15.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:15.043 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:15.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:15 smithi022 bash[28554]: audit 2023-12-07T21:18:14.540448+0000 mgr.a (mgr.24293) 27576 : audit 0 from='client.539613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:15.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:15 smithi022 bash[28554]: cluster 2023-12-07T21:18:14.616076+0000 mgr.a (mgr.24293) 27577 : cluster 0 pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:15.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:15 smithi044 bash[32620]: audit 2023-12-07T21:18:14.540448+0000 mgr.a (mgr.24293) 27576 : audit 0 from='client.539613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:15.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:15 smithi044 bash[32620]: cluster 2023-12-07T21:18:14.616076+0000 mgr.a (mgr.24293) 27577 : cluster 0 pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:15.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:15 smithi027 bash[31536]: audit 2023-12-07T21:18:14.540448+0000 mgr.a (mgr.24293) 27576 : audit 0 from='client.539613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:15.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:15 smithi027 bash[31536]: cluster 2023-12-07T21:18:14.616076+0000 mgr.a (mgr.24293) 27577 : cluster 0 pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:17.914 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:17 smithi022 bash[28554]: cluster 2023-12-07T21:18:16.616972+0000 mgr.a (mgr.24293) 27578 : cluster 0 pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:17.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:17 smithi044 bash[32620]: cluster 2023-12-07T21:18:16.616972+0000 mgr.a (mgr.24293) 27578 : cluster 0 pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:17.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:17 smithi027 bash[31536]: cluster 2023-12-07T21:18:16.616972+0000 mgr.a (mgr.24293) 27578 : cluster 0 pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:19.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:19 smithi027 bash[31536]: cluster 2023-12-07T21:18:18.617546+0000 mgr.a (mgr.24293) 27579 : cluster 0 pgmap v20625: 33 pgs: 33 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.046 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:20.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:20.047 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:20.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:19 smithi022 bash[28554]: cluster 2023-12-07T21:18:18.617546+0000 mgr.a (mgr.24293) 27579 : cluster 0 pgmap v20625: 33 pgs: 33 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.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:19 smithi044 bash[32620]: cluster 2023-12-07T21:18:18.617546+0000 mgr.a (mgr.24293) 27579 : cluster 0 pgmap v20625: 33 pgs: 33 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.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:20 smithi027 bash[31536]: audit 2023-12-07T21:18:20.462684+0000 mgr.a (mgr.24293) 27580 : audit 0 from='client.539691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:20.986 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:20.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:20.986 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:20.987 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:21.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:20 smithi022 bash[28554]: audit 2023-12-07T21:18:20.462684+0000 mgr.a (mgr.24293) 27580 : audit 0 from='client.539691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:21.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:20 smithi044 bash[32620]: audit 2023-12-07T21:18:20.462684+0000 mgr.a (mgr.24293) 27580 : audit 0 from='client.539691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:21.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:21 smithi027 bash[31536]: cluster 2023-12-07T21:18:20.619218+0000 mgr.a (mgr.24293) 27581 : cluster 0 pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:22.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:21 smithi022 bash[28554]: cluster 2023-12-07T21:18:20.619218+0000 mgr.a (mgr.24293) 27581 : cluster 0 pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:22.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:21 smithi044 bash[32620]: cluster 2023-12-07T21:18:20.619218+0000 mgr.a (mgr.24293) 27581 : cluster 0 pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:23.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:23 smithi022 bash[28554]: cluster 2023-12-07T21:18:22.619987+0000 mgr.a (mgr.24293) 27582 : cluster 0 pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:23.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:23 smithi044 bash[32620]: cluster 2023-12-07T21:18:22.619987+0000 mgr.a (mgr.24293) 27582 : cluster 0 pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:23.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:23 smithi027 bash[31536]: cluster 2023-12-07T21:18:22.619987+0000 mgr.a (mgr.24293) 27582 : cluster 0 pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:25.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:25 smithi022 bash[28554]: cluster 2023-12-07T21:18:24.620563+0000 mgr.a (mgr.24293) 27583 : cluster 0 pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:25.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:25 smithi044 bash[32620]: cluster 2023-12-07T21:18:24.620563+0000 mgr.a (mgr.24293) 27583 : cluster 0 pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:25.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:25 smithi027 bash[31536]: cluster 2023-12-07T21:18:24.620563+0000 mgr.a (mgr.24293) 27583 : cluster 0 pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:25.989 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:25.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:25.990 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:26.934 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:26.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:26.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:26.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:26.935 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:26.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:26 smithi027 bash[31536]: audit 2023-12-07T21:18:26.411238+0000 mgr.a (mgr.24293) 27584 : audit 0 from='client.539769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:27.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:26 smithi022 bash[28554]: audit 2023-12-07T21:18:26.411238+0000 mgr.a (mgr.24293) 27584 : audit 0 from='client.539769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:27.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:26 smithi044 bash[32620]: audit 2023-12-07T21:18:26.411238+0000 mgr.a (mgr.24293) 27584 : audit 0 from='client.539769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:27.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:27 smithi027 bash[31536]: cluster 2023-12-07T21:18:26.621646+0000 mgr.a (mgr.24293) 27585 : cluster 0 pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:28.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:27 smithi022 bash[28554]: cluster 2023-12-07T21:18:26.621646+0000 mgr.a (mgr.24293) 27585 : cluster 0 pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:28.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:27 smithi044 bash[32620]: cluster 2023-12-07T21:18:26.621646+0000 mgr.a (mgr.24293) 27585 : cluster 0 pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:29.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:29 smithi027 bash[31536]: cluster 2023-12-07T21:18:28.622400+0000 mgr.a (mgr.24293) 27586 : cluster 0 pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:30.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:29 smithi022 bash[28554]: cluster 2023-12-07T21:18:28.622400+0000 mgr.a (mgr.24293) 27586 : cluster 0 pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:30.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:29 smithi044 bash[32620]: cluster 2023-12-07T21:18:28.622400+0000 mgr.a (mgr.24293) 27586 : cluster 0 pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:31.936 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:31.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:31.937 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:31.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:31 smithi027 bash[31536]: cluster 2023-12-07T21:18:30.623199+0000 mgr.a (mgr.24293) 27587 : cluster 0 pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:31 smithi022 bash[28554]: cluster 2023-12-07T21:18:30.623199+0000 mgr.a (mgr.24293) 27587 : cluster 0 pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:31 smithi044 bash[32620]: cluster 2023-12-07T21:18:30.623199+0000 mgr.a (mgr.24293) 27587 : cluster 0 pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.874 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:32.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:32.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:32.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:32.874 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:32.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:32 smithi027 bash[31536]: audit 2023-12-07T21:18:32.366805+0000 mgr.a (mgr.24293) 27588 : audit 0 from='client.539847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:33.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:32 smithi022 bash[28554]: audit 2023-12-07T21:18:32.366805+0000 mgr.a (mgr.24293) 27588 : audit 0 from='client.539847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:33.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:32 smithi044 bash[32620]: audit 2023-12-07T21:18:32.366805+0000 mgr.a (mgr.24293) 27588 : audit 0 from='client.539847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:33.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:33 smithi027 bash[31536]: cluster 2023-12-07T21:18:32.635828+0000 mgr.a (mgr.24293) 27589 : cluster 0 pgmap v20632: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:33 smithi022 bash[28554]: cluster 2023-12-07T21:18:32.635828+0000 mgr.a (mgr.24293) 27589 : cluster 0 pgmap v20632: 33 pgs: 33 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.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:33 smithi044 bash[32620]: cluster 2023-12-07T21:18:32.635828+0000 mgr.a (mgr.24293) 27589 : cluster 0 pgmap v20632: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:35 smithi022 bash[28554]: cluster 2023-12-07T21:18:34.636688+0000 mgr.a (mgr.24293) 27590 : cluster 0 pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:35 smithi044 bash[32620]: cluster 2023-12-07T21:18:34.636688+0000 mgr.a (mgr.24293) 27590 : cluster 0 pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:35 smithi027 bash[31536]: cluster 2023-12-07T21:18:34.636688+0000 mgr.a (mgr.24293) 27590 : cluster 0 pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:37.877 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:37.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:37.878 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:38.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:37 smithi022 bash[28554]: cluster 2023-12-07T21:18:36.637651+0000 mgr.a (mgr.24293) 27591 : cluster 0 pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:38.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:37 smithi044 bash[32620]: cluster 2023-12-07T21:18:36.637651+0000 mgr.a (mgr.24293) 27591 : cluster 0 pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:38.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:37 smithi027 bash[31536]: cluster 2023-12-07T21:18:36.637651+0000 mgr.a (mgr.24293) 27591 : cluster 0 pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:38.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:38.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:38.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:38.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:38.811 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:39.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:38 smithi022 bash[28554]: audit 2023-12-07T21:18:38.294254+0000 mgr.a (mgr.24293) 27592 : audit 0 from='client.539925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:39.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:38 smithi044 bash[32620]: audit 2023-12-07T21:18:38.294254+0000 mgr.a (mgr.24293) 27592 : audit 0 from='client.539925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:39.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:38 smithi027 bash[31536]: audit 2023-12-07T21:18:38.294254+0000 mgr.a (mgr.24293) 27592 : audit 0 from='client.539925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:40.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:39 smithi022 bash[28554]: cluster 2023-12-07T21:18:38.638221+0000 mgr.a (mgr.24293) 27593 : cluster 0 pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:40.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:39 smithi044 bash[32620]: cluster 2023-12-07T21:18:38.638221+0000 mgr.a (mgr.24293) 27593 : cluster 0 pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:40.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:39 smithi027 bash[31536]: cluster 2023-12-07T21:18:38.638221+0000 mgr.a (mgr.24293) 27593 : cluster 0 pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:42.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:41 smithi022 bash[28554]: cluster 2023-12-07T21:18:40.639262+0000 mgr.a (mgr.24293) 27594 : cluster 0 pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:42.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:41 smithi044 bash[32620]: cluster 2023-12-07T21:18:40.639262+0000 mgr.a (mgr.24293) 27594 : cluster 0 pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:42.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:41 smithi027 bash[31536]: cluster 2023-12-07T21:18:40.639262+0000 mgr.a (mgr.24293) 27594 : cluster 0 pgmap v20636: 33 pgs: 33 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:43.812 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:43.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:43.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:43.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:43 smithi022 bash[28554]: cluster 2023-12-07T21:18:42.640019+0000 mgr.a (mgr.24293) 27595 : cluster 0 pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:43.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:43 smithi044 bash[32620]: cluster 2023-12-07T21:18:42.640019+0000 mgr.a (mgr.24293) 27595 : cluster 0 pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:43.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:43 smithi027 bash[31536]: cluster 2023-12-07T21:18:42.640019+0000 mgr.a (mgr.24293) 27595 : cluster 0 pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:44.789 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:44.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:44.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:44.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:44.789 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:44.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:44 smithi022 bash[28554]: audit 2023-12-07T21:18:44.244412+0000 mgr.a (mgr.24293) 27596 : audit 0 from='client.539994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:44.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:44 smithi044 bash[32620]: audit 2023-12-07T21:18:44.244412+0000 mgr.a (mgr.24293) 27596 : audit 0 from='client.539994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:44.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:44 smithi027 bash[31536]: audit 2023-12-07T21:18:44.244412+0000 mgr.a (mgr.24293) 27596 : audit 0 from='client.539994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:45.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:45 smithi022 bash[28554]: cluster 2023-12-07T21:18:44.640523+0000 mgr.a (mgr.24293) 27597 : cluster 0 pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:45.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:45 smithi044 bash[32620]: cluster 2023-12-07T21:18:44.640523+0000 mgr.a (mgr.24293) 27597 : cluster 0 pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:45.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:45 smithi027 bash[31536]: cluster 2023-12-07T21:18:44.640523+0000 mgr.a (mgr.24293) 27597 : cluster 0 pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:47.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:47 smithi027 bash[31536]: cluster 2023-12-07T21:18:46.641377+0000 mgr.a (mgr.24293) 27598 : cluster 0 pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:48.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:47 smithi022 bash[28554]: cluster 2023-12-07T21:18:46.641377+0000 mgr.a (mgr.24293) 27598 : cluster 0 pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:48.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:47 smithi044 bash[32620]: cluster 2023-12-07T21:18:46.641377+0000 mgr.a (mgr.24293) 27598 : cluster 0 pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:49.792 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:49.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:49.793 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:50.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:49 smithi022 bash[28554]: cluster 2023-12-07T21:18:48.641919+0000 mgr.a (mgr.24293) 27599 : cluster 0 pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:50.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:49 smithi044 bash[32620]: cluster 2023-12-07T21:18:48.641919+0000 mgr.a (mgr.24293) 27599 : cluster 0 pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:50.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:49 smithi027 bash[31536]: cluster 2023-12-07T21:18:48.641919+0000 mgr.a (mgr.24293) 27599 : cluster 0 pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:50.730 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:50.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:50.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:50.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:50.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:51.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:50 smithi022 bash[28554]: audit 2023-12-07T21:18:50.221256+0000 mgr.a (mgr.24293) 27600 : audit 0 from='client.540066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:51.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:50 smithi044 bash[32620]: audit 2023-12-07T21:18:50.221256+0000 mgr.a (mgr.24293) 27600 : audit 0 from='client.540066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:51.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:50 smithi027 bash[31536]: audit 2023-12-07T21:18:50.221256+0000 mgr.a (mgr.24293) 27600 : audit 0 from='client.540066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:52.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:51 smithi022 bash[28554]: cluster 2023-12-07T21:18:50.643046+0000 mgr.a (mgr.24293) 27601 : cluster 0 pgmap v20641: 33 pgs: 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:18:52.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:51 smithi022 bash[28554]: audit 2023-12-07T21:18:51.249360+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:52.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:51 smithi044 bash[32620]: cluster 2023-12-07T21:18:50.643046+0000 mgr.a (mgr.24293) 27601 : cluster 0 pgmap v20641: 33 pgs: 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:18:52.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:51 smithi044 bash[32620]: audit 2023-12-07T21:18:51.249360+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:52.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:51 smithi027 bash[31536]: cluster 2023-12-07T21:18:50.643046+0000 mgr.a (mgr.24293) 27601 : cluster 0 pgmap v20641: 33 pgs: 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:18:52.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:51 smithi027 bash[31536]: audit 2023-12-07T21:18:51.249360+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:53.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:53 smithi022 bash[28554]: cluster 2023-12-07T21:18:52.643638+0000 mgr.a (mgr.24293) 27602 : cluster 0 pgmap v20642: 33 pgs: 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:18:53.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:53 smithi044 bash[32620]: cluster 2023-12-07T21:18:52.643638+0000 mgr.a (mgr.24293) 27602 : cluster 0 pgmap v20642: 33 pgs: 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:18:53.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:53 smithi027 bash[31536]: cluster 2023-12-07T21:18:52.643638+0000 mgr.a (mgr.24293) 27602 : cluster 0 pgmap v20642: 33 pgs: 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:18:55.732 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:18:55.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:55.733 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:56.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:55 smithi022 bash[28554]: cluster 2023-12-07T21:18:54.644245+0000 mgr.a (mgr.24293) 27603 : cluster 0 pgmap v20643: 33 pgs: 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:18:56.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:55 smithi044 bash[32620]: cluster 2023-12-07T21:18:54.644245+0000 mgr.a (mgr.24293) 27603 : cluster 0 pgmap v20643: 33 pgs: 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:18:56.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:55 smithi027 bash[31536]: cluster 2023-12-07T21:18:54.644245+0000 mgr.a (mgr.24293) 27603 : cluster 0 pgmap v20643: 33 pgs: 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:18:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:56.715 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:18:56.715 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:18:57.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.156522+0000 mgr.a (mgr.24293) 27604 : audit 0 from='client.540144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:57.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.601905+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.612117+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.650946+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.655873+0000 mon.a (mon.0) 4241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.661447+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:56 smithi022 bash[28554]: audit 2023-12-07T21:18:56.666110+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.156522+0000 mgr.a (mgr.24293) 27604 : audit 0 from='client.540144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.601905+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.612117+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.650946+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.655873+0000 mon.a (mon.0) 4241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.661447+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:56 smithi044 bash[32620]: audit 2023-12-07T21:18:56.666110+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.189 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.156522+0000 mgr.a (mgr.24293) 27604 : audit 0 from='client.540144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:57.189 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.601905+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.189 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.612117+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.189 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.650946+0000 mon.a (mon.0) 4240 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.189 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.655873+0000 mon.a (mon.0) 4241 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.190 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.661447+0000 mon.a (mon.0) 4242 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:57.190 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:56 smithi027 bash[31536]: audit 2023-12-07T21:18:56.666110+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:58.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:57 smithi022 bash[28554]: cluster 2023-12-07T21:18:56.644935+0000 mgr.a (mgr.24293) 27605 : cluster 0 pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:58.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:57 smithi022 bash[28554]: audit 2023-12-07T21:18:57.395467+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:58.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:57 smithi022 bash[28554]: audit 2023-12-07T21:18:57.397389+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:58.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:57 smithi022 bash[28554]: audit 2023-12-07T21:18:57.406755+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:58.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:57 smithi044 bash[32620]: cluster 2023-12-07T21:18:56.644935+0000 mgr.a (mgr.24293) 27605 : cluster 0 pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:58.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:57 smithi044 bash[32620]: audit 2023-12-07T21:18:57.395467+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:58.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:57 smithi044 bash[32620]: audit 2023-12-07T21:18:57.397389+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:58.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:57 smithi044 bash[32620]: audit 2023-12-07T21:18:57.406755+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:18:58.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:57 smithi027 bash[31536]: cluster 2023-12-07T21:18:56.644935+0000 mgr.a (mgr.24293) 27605 : cluster 0 pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:58.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:57 smithi027 bash[31536]: audit 2023-12-07T21:18:57.395467+0000 mon.a (mon.0) 4244 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:58.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:57 smithi027 bash[31536]: audit 2023-12-07T21:18:57.397389+0000 mon.a (mon.0) 4245 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:58.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:57 smithi027 bash[31536]: audit 2023-12-07T21:18:57.406755+0000 mon.a (mon.0) 4246 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:19:00.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:18:59 smithi022 bash[28554]: cluster 2023-12-07T21:18:58.645483+0000 mgr.a (mgr.24293) 27606 : cluster 0 pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:00.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:18:59 smithi044 bash[32620]: cluster 2023-12-07T21:18:58.645483+0000 mgr.a (mgr.24293) 27606 : cluster 0 pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:00.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:18:59 smithi027 bash[31536]: cluster 2023-12-07T21:18:58.645483+0000 mgr.a (mgr.24293) 27606 : cluster 0 pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:01.718 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:01.718 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:01.719 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:02.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:01 smithi022 bash[28554]: cluster 2023-12-07T21:19:00.646212+0000 mgr.a (mgr.24293) 27607 : cluster 0 pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:02.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:01 smithi044 bash[32620]: cluster 2023-12-07T21:19:00.646212+0000 mgr.a (mgr.24293) 27607 : cluster 0 pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:02.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:01 smithi027 bash[31536]: cluster 2023-12-07T21:19:00.646212+0000 mgr.a (mgr.24293) 27607 : cluster 0 pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:02.631 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:02.632 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:03.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:02 smithi022 bash[28554]: audit 2023-12-07T21:19:02.142601+0000 mgr.a (mgr.24293) 27608 : audit 0 from='client.540219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:03.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:02 smithi044 bash[32620]: audit 2023-12-07T21:19:02.142601+0000 mgr.a (mgr.24293) 27608 : audit 0 from='client.540219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:03.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:02 smithi027 bash[31536]: audit 2023-12-07T21:19:02.142601+0000 mgr.a (mgr.24293) 27608 : audit 0 from='client.540219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:04.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:03 smithi022 bash[28554]: cluster 2023-12-07T21:19:02.646872+0000 mgr.a (mgr.24293) 27609 : cluster 0 pgmap v20647: 33 pgs: 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:04.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:03 smithi044 bash[32620]: cluster 2023-12-07T21:19:02.646872+0000 mgr.a (mgr.24293) 27609 : cluster 0 pgmap v20647: 33 pgs: 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:04.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:03 smithi027 bash[31536]: cluster 2023-12-07T21:19:02.646872+0000 mgr.a (mgr.24293) 27609 : cluster 0 pgmap v20647: 33 pgs: 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:06.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:05 smithi022 bash[28554]: cluster 2023-12-07T21:19:04.647608+0000 mgr.a (mgr.24293) 27610 : cluster 0 pgmap v20648: 33 pgs: 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:06.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:05 smithi044 bash[32620]: cluster 2023-12-07T21:19:04.647608+0000 mgr.a (mgr.24293) 27610 : cluster 0 pgmap v20648: 33 pgs: 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:06.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:05 smithi027 bash[31536]: cluster 2023-12-07T21:19:04.647608+0000 mgr.a (mgr.24293) 27610 : cluster 0 pgmap v20648: 33 pgs: 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:07.634 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:07.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:07.635 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:08.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:07 smithi022 bash[28554]: cluster 2023-12-07T21:19:06.648651+0000 mgr.a (mgr.24293) 27611 : cluster 0 pgmap v20649: 33 pgs: 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:08.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:07 smithi044 bash[32620]: cluster 2023-12-07T21:19:06.648651+0000 mgr.a (mgr.24293) 27611 : cluster 0 pgmap v20649: 33 pgs: 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:08.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:07 smithi027 bash[31536]: cluster 2023-12-07T21:19:06.648651+0000 mgr.a (mgr.24293) 27611 : cluster 0 pgmap v20649: 33 pgs: 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:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:08.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:08.555 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:09.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:08 smithi022 bash[28554]: audit 2023-12-07T21:19:08.057368+0000 mgr.a (mgr.24293) 27612 : audit 0 from='client.540294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:09.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:08 smithi044 bash[32620]: audit 2023-12-07T21:19:08.057368+0000 mgr.a (mgr.24293) 27612 : audit 0 from='client.540294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:09.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:08 smithi027 bash[31536]: audit 2023-12-07T21:19:08.057368+0000 mgr.a (mgr.24293) 27612 : audit 0 from='client.540294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:10.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:09 smithi022 bash[28554]: cluster 2023-12-07T21:19:08.649416+0000 mgr.a (mgr.24293) 27613 : cluster 0 pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:10.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:09 smithi044 bash[32620]: cluster 2023-12-07T21:19:08.649416+0000 mgr.a (mgr.24293) 27613 : cluster 0 pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:10.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:09 smithi027 bash[31536]: cluster 2023-12-07T21:19:08.649416+0000 mgr.a (mgr.24293) 27613 : cluster 0 pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:12.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:11 smithi022 bash[28554]: cluster 2023-12-07T21:19:10.650217+0000 mgr.a (mgr.24293) 27614 : cluster 0 pgmap v20651: 33 pgs: 33 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:12.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:11 smithi044 bash[32620]: cluster 2023-12-07T21:19:10.650217+0000 mgr.a (mgr.24293) 27614 : cluster 0 pgmap v20651: 33 pgs: 33 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:12.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:11 smithi027 bash[31536]: cluster 2023-12-07T21:19:10.650217+0000 mgr.a (mgr.24293) 27614 : cluster 0 pgmap v20651: 33 pgs: 33 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:13.557 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:13.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:13.558 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:13.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:13 smithi022 bash[28554]: cluster 2023-12-07T21:19:12.650780+0000 mgr.a (mgr.24293) 27615 : cluster 0 pgmap v20652: 33 pgs: 33 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:13.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:13 smithi044 bash[32620]: cluster 2023-12-07T21:19:12.650780+0000 mgr.a (mgr.24293) 27615 : cluster 0 pgmap v20652: 33 pgs: 33 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:13.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:13 smithi027 bash[31536]: cluster 2023-12-07T21:19:12.650780+0000 mgr.a (mgr.24293) 27615 : cluster 0 pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:14.480 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:14.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:14.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:14.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:14.480 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:14.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:14 smithi022 bash[28554]: audit 2023-12-07T21:19:13.986352+0000 mgr.a (mgr.24293) 27616 : audit 0 from='client.540369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:14.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:14 smithi044 bash[32620]: audit 2023-12-07T21:19:13.986352+0000 mgr.a (mgr.24293) 27616 : audit 0 from='client.540369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:14.938 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:14 smithi027 bash[31536]: audit 2023-12-07T21:19:13.986352+0000 mgr.a (mgr.24293) 27616 : audit 0 from='client.540369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:15.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:15 smithi022 bash[28554]: cluster 2023-12-07T21:19:14.651502+0000 mgr.a (mgr.24293) 27617 : cluster 0 pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:15.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:15 smithi044 bash[32620]: cluster 2023-12-07T21:19:14.651502+0000 mgr.a (mgr.24293) 27617 : cluster 0 pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:15.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:15 smithi027 bash[31536]: cluster 2023-12-07T21:19:14.651502+0000 mgr.a (mgr.24293) 27617 : cluster 0 pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:18.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:17 smithi022 bash[28554]: cluster 2023-12-07T21:19:16.652355+0000 mgr.a (mgr.24293) 27618 : cluster 0 pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:18.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:17 smithi044 bash[32620]: cluster 2023-12-07T21:19:16.652355+0000 mgr.a (mgr.24293) 27618 : cluster 0 pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:18.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:17 smithi027 bash[31536]: cluster 2023-12-07T21:19:16.652355+0000 mgr.a (mgr.24293) 27618 : cluster 0 pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:19.483 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:19.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:19.484 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:20.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:19 smithi022 bash[28554]: cluster 2023-12-07T21:19:18.652942+0000 mgr.a (mgr.24293) 27619 : cluster 0 pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:20.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:19 smithi044 bash[32620]: cluster 2023-12-07T21:19:18.652942+0000 mgr.a (mgr.24293) 27619 : cluster 0 pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:20.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:19 smithi027 bash[31536]: cluster 2023-12-07T21:19:18.652942+0000 mgr.a (mgr.24293) 27619 : cluster 0 pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:20.426 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:20.426 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:21.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:20 smithi022 bash[28554]: audit 2023-12-07T21:19:19.912210+0000 mgr.a (mgr.24293) 27620 : audit 0 from='client.540447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:21.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:20 smithi044 bash[32620]: audit 2023-12-07T21:19:19.912210+0000 mgr.a (mgr.24293) 27620 : audit 0 from='client.540447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:21.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:20 smithi027 bash[31536]: audit 2023-12-07T21:19:19.912210+0000 mgr.a (mgr.24293) 27620 : audit 0 from='client.540447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:22.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:21 smithi022 bash[28554]: cluster 2023-12-07T21:19:20.653841+0000 mgr.a (mgr.24293) 27621 : cluster 0 pgmap v20656: 33 pgs: 33 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.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:21 smithi044 bash[32620]: cluster 2023-12-07T21:19:20.653841+0000 mgr.a (mgr.24293) 27621 : cluster 0 pgmap v20656: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:21 smithi027 bash[31536]: cluster 2023-12-07T21:19:20.653841+0000 mgr.a (mgr.24293) 27621 : cluster 0 pgmap v20656: 33 pgs: 33 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:23.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:23 smithi022 bash[28554]: cluster 2023-12-07T21:19:22.654609+0000 mgr.a (mgr.24293) 27622 : cluster 0 pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:23.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:23 smithi044 bash[32620]: cluster 2023-12-07T21:19:22.654609+0000 mgr.a (mgr.24293) 27622 : cluster 0 pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:23.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:23 smithi027 bash[31536]: cluster 2023-12-07T21:19:22.654609+0000 mgr.a (mgr.24293) 27622 : cluster 0 pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:25.428 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:25.428 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:25.429 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:26.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:25 smithi022 bash[28554]: cluster 2023-12-07T21:19:24.655325+0000 mgr.a (mgr.24293) 27623 : cluster 0 pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:26.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:25 smithi044 bash[32620]: cluster 2023-12-07T21:19:24.655325+0000 mgr.a (mgr.24293) 27623 : cluster 0 pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:26.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:25 smithi027 bash[31536]: cluster 2023-12-07T21:19:24.655325+0000 mgr.a (mgr.24293) 27623 : cluster 0 pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:26.396 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:26.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:26.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:26.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:26.397 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:27.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:26 smithi022 bash[28554]: audit 2023-12-07T21:19:25.874035+0000 mgr.a (mgr.24293) 27624 : audit 0 from='client.540522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:27.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:26 smithi044 bash[32620]: audit 2023-12-07T21:19:25.874035+0000 mgr.a (mgr.24293) 27624 : audit 0 from='client.540522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:27.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:26 smithi027 bash[31536]: audit 2023-12-07T21:19:25.874035+0000 mgr.a (mgr.24293) 27624 : audit 0 from='client.540522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:28.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:27 smithi022 bash[28554]: cluster 2023-12-07T21:19:26.656381+0000 mgr.a (mgr.24293) 27625 : cluster 0 pgmap v20659: 33 pgs: 33 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.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:27 smithi044 bash[32620]: cluster 2023-12-07T21:19:26.656381+0000 mgr.a (mgr.24293) 27625 : cluster 0 pgmap v20659: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:27 smithi027 bash[31536]: cluster 2023-12-07T21:19:26.656381+0000 mgr.a (mgr.24293) 27625 : cluster 0 pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:30.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:29 smithi022 bash[28554]: cluster 2023-12-07T21:19:28.656944+0000 mgr.a (mgr.24293) 27626 : cluster 0 pgmap v20660: 33 pgs: 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:30.167 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:29 smithi044 bash[32620]: cluster 2023-12-07T21:19:28.656944+0000 mgr.a (mgr.24293) 27626 : cluster 0 pgmap v20660: 33 pgs: 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:30.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:29 smithi027 bash[31536]: cluster 2023-12-07T21:19:28.656944+0000 mgr.a (mgr.24293) 27626 : cluster 0 pgmap v20660: 33 pgs: 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:31.399 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:31.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:31.400 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:32.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:31 smithi022 bash[28554]: cluster 2023-12-07T21:19:30.657669+0000 mgr.a (mgr.24293) 27627 : cluster 0 pgmap v20661: 33 pgs: 33 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:32.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:31 smithi044 bash[32620]: cluster 2023-12-07T21:19:30.657669+0000 mgr.a (mgr.24293) 27627 : cluster 0 pgmap v20661: 33 pgs: 33 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:32.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:31 smithi027 bash[31536]: cluster 2023-12-07T21:19:30.657669+0000 mgr.a (mgr.24293) 27627 : cluster 0 pgmap v20661: 33 pgs: 33 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:32.352 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:32.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:32.352 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:32.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:32.353 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:33.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:32 smithi022 bash[28554]: audit 2023-12-07T21:19:31.824665+0000 mgr.a (mgr.24293) 27628 : audit 0 from='client.540594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:33.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:32 smithi044 bash[32620]: audit 2023-12-07T21:19:31.824665+0000 mgr.a (mgr.24293) 27628 : audit 0 from='client.540594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:33.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:32 smithi027 bash[31536]: audit 2023-12-07T21:19:31.824665+0000 mgr.a (mgr.24293) 27628 : audit 0 from='client.540594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:34.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:33 smithi022 bash[28554]: cluster 2023-12-07T21:19:32.658306+0000 mgr.a (mgr.24293) 27629 : cluster 0 pgmap v20662: 33 pgs: 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:34.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:33 smithi044 bash[32620]: cluster 2023-12-07T21:19:32.658306+0000 mgr.a (mgr.24293) 27629 : cluster 0 pgmap v20662: 33 pgs: 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:34.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:33 smithi027 bash[31536]: cluster 2023-12-07T21:19:32.658306+0000 mgr.a (mgr.24293) 27629 : cluster 0 pgmap v20662: 33 pgs: 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:36.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:35 smithi022 bash[28554]: cluster 2023-12-07T21:19:34.658850+0000 mgr.a (mgr.24293) 27630 : cluster 0 pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:36.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:35 smithi044 bash[32620]: cluster 2023-12-07T21:19:34.658850+0000 mgr.a (mgr.24293) 27630 : cluster 0 pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:36.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:35 smithi027 bash[31536]: cluster 2023-12-07T21:19:34.658850+0000 mgr.a (mgr.24293) 27630 : cluster 0 pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:37.356 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:37.356 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:37.357 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:38.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:37 smithi022 bash[28554]: cluster 2023-12-07T21:19:36.659707+0000 mgr.a (mgr.24293) 27631 : cluster 0 pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:38.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:37 smithi044 bash[32620]: cluster 2023-12-07T21:19:36.659707+0000 mgr.a (mgr.24293) 27631 : cluster 0 pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:38.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:37 smithi027 bash[31536]: cluster 2023-12-07T21:19:36.659707+0000 mgr.a (mgr.24293) 27631 : cluster 0 pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:38.276 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:38.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:38.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:38.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:38.276 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:39.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:38 smithi022 bash[28554]: audit 2023-12-07T21:19:37.776448+0000 mgr.a (mgr.24293) 27632 : audit 0 from='client.540672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:39.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:38 smithi044 bash[32620]: audit 2023-12-07T21:19:37.776448+0000 mgr.a (mgr.24293) 27632 : audit 0 from='client.540672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:39.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:38 smithi027 bash[31536]: audit 2023-12-07T21:19:37.776448+0000 mgr.a (mgr.24293) 27632 : audit 0 from='client.540672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:40.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:39 smithi022 bash[28554]: cluster 2023-12-07T21:19:38.660355+0000 mgr.a (mgr.24293) 27633 : cluster 0 pgmap v20665: 33 pgs: 33 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:40.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:39 smithi044 bash[32620]: cluster 2023-12-07T21:19:38.660355+0000 mgr.a (mgr.24293) 27633 : cluster 0 pgmap v20665: 33 pgs: 33 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:40.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:39 smithi027 bash[31536]: cluster 2023-12-07T21:19:38.660355+0000 mgr.a (mgr.24293) 27633 : cluster 0 pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:42.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:41 smithi022 bash[28554]: cluster 2023-12-07T21:19:40.661139+0000 mgr.a (mgr.24293) 27634 : cluster 0 pgmap v20666: 33 pgs: 33 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:42.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:41 smithi044 bash[32620]: cluster 2023-12-07T21:19:40.661139+0000 mgr.a (mgr.24293) 27634 : cluster 0 pgmap v20666: 33 pgs: 33 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:42.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:41 smithi027 bash[31536]: cluster 2023-12-07T21:19:40.661139+0000 mgr.a (mgr.24293) 27634 : cluster 0 pgmap v20666: 33 pgs: 33 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:43.278 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:43.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:43.278 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:43.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:43 smithi022 bash[28554]: cluster 2023-12-07T21:19:42.661712+0000 mgr.a (mgr.24293) 27635 : cluster 0 pgmap v20667: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:43 smithi044 bash[32620]: cluster 2023-12-07T21:19:42.661712+0000 mgr.a (mgr.24293) 27635 : cluster 0 pgmap v20667: 33 pgs: 33 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.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:43 smithi027 bash[31536]: cluster 2023-12-07T21:19:42.661712+0000 mgr.a (mgr.24293) 27635 : cluster 0 pgmap v20667: 33 pgs: 33 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:44.235 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:44.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:44.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:44.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:44.235 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:44.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:44 smithi022 bash[28554]: audit 2023-12-07T21:19:43.705441+0000 mgr.a (mgr.24293) 27636 : audit 0 from='client.540744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:44.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:44 smithi044 bash[32620]: audit 2023-12-07T21:19:43.705441+0000 mgr.a (mgr.24293) 27636 : audit 0 from='client.540744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:44.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:44 smithi027 bash[31536]: audit 2023-12-07T21:19:43.705441+0000 mgr.a (mgr.24293) 27636 : audit 0 from='client.540744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:45.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:45 smithi022 bash[28554]: cluster 2023-12-07T21:19:44.662427+0000 mgr.a (mgr.24293) 27637 : cluster 0 pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:45.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:45 smithi044 bash[32620]: cluster 2023-12-07T21:19:44.662427+0000 mgr.a (mgr.24293) 27637 : cluster 0 pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:45.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:45 smithi027 bash[31536]: cluster 2023-12-07T21:19:44.662427+0000 mgr.a (mgr.24293) 27637 : cluster 0 pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:48.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:47 smithi022 bash[28554]: cluster 2023-12-07T21:19:46.663270+0000 mgr.a (mgr.24293) 27638 : cluster 0 pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:48.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:47 smithi044 bash[32620]: cluster 2023-12-07T21:19:46.663270+0000 mgr.a (mgr.24293) 27638 : cluster 0 pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:48.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:47 smithi027 bash[31536]: cluster 2023-12-07T21:19:46.663270+0000 mgr.a (mgr.24293) 27638 : cluster 0 pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:49.238 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:49.238 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:49.239 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:50.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:49 smithi022 bash[28554]: cluster 2023-12-07T21:19:48.663933+0000 mgr.a (mgr.24293) 27639 : cluster 0 pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:50.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:49 smithi044 bash[32620]: cluster 2023-12-07T21:19:48.663933+0000 mgr.a (mgr.24293) 27639 : cluster 0 pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:50.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:49 smithi027 bash[31536]: cluster 2023-12-07T21:19:48.663933+0000 mgr.a (mgr.24293) 27639 : cluster 0 pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:50.200 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:50.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:50.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:50.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:50.201 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:51.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:50 smithi022 bash[28554]: audit 2023-12-07T21:19:49.657017+0000 mgr.a (mgr.24293) 27640 : audit 0 from='client.540822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:51.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:50 smithi044 bash[32620]: audit 2023-12-07T21:19:49.657017+0000 mgr.a (mgr.24293) 27640 : audit 0 from='client.540822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:51.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:50 smithi027 bash[31536]: audit 2023-12-07T21:19:49.657017+0000 mgr.a (mgr.24293) 27640 : audit 0 from='client.540822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:52.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:51 smithi022 bash[28554]: cluster 2023-12-07T21:19:50.664797+0000 mgr.a (mgr.24293) 27641 : cluster 0 pgmap v20671: 33 pgs: 33 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:52.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:51 smithi044 bash[32620]: cluster 2023-12-07T21:19:50.664797+0000 mgr.a (mgr.24293) 27641 : cluster 0 pgmap v20671: 33 pgs: 33 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:52.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:51 smithi027 bash[31536]: cluster 2023-12-07T21:19:50.664797+0000 mgr.a (mgr.24293) 27641 : cluster 0 pgmap v20671: 33 pgs: 33 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:53.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:53 smithi022 bash[28554]: cluster 2023-12-07T21:19:52.665415+0000 mgr.a (mgr.24293) 27642 : cluster 0 pgmap v20672: 33 pgs: 33 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.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:53 smithi044 bash[32620]: cluster 2023-12-07T21:19:52.665415+0000 mgr.a (mgr.24293) 27642 : cluster 0 pgmap v20672: 33 pgs: 33 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.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:53 smithi027 bash[31536]: cluster 2023-12-07T21:19:52.665415+0000 mgr.a (mgr.24293) 27642 : cluster 0 pgmap v20672: 33 pgs: 33 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.204 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:19:55.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:55.205 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:56.149 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:19:56.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:56.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:56.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:56.150 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:19:56.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:55 smithi022 bash[28554]: cluster 2023-12-07T21:19:54.665972+0000 mgr.a (mgr.24293) 27643 : cluster 0 pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:56.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:55 smithi044 bash[32620]: cluster 2023-12-07T21:19:54.665972+0000 mgr.a (mgr.24293) 27643 : cluster 0 pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:56.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:55 smithi027 bash[31536]: cluster 2023-12-07T21:19:54.665972+0000 mgr.a (mgr.24293) 27643 : cluster 0 pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:57.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:56 smithi022 bash[28554]: audit 2023-12-07T21:19:55.636194+0000 mgr.a (mgr.24293) 27644 : audit 0 from='client.540897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:57.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:56 smithi044 bash[32620]: audit 2023-12-07T21:19:55.636194+0000 mgr.a (mgr.24293) 27644 : audit 0 from='client.540897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:57.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:56 smithi027 bash[31536]: audit 2023-12-07T21:19:55.636194+0000 mgr.a (mgr.24293) 27644 : audit 0 from='client.540897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:58.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:57 smithi022 bash[28554]: cluster 2023-12-07T21:19:56.666961+0000 mgr.a (mgr.24293) 27645 : cluster 0 pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:58.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:57 smithi022 bash[28554]: audit 2023-12-07T21:19:57.509975+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:58.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:57 smithi044 bash[32620]: cluster 2023-12-07T21:19:56.666961+0000 mgr.a (mgr.24293) 27645 : cluster 0 pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:58.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:57 smithi044 bash[32620]: audit 2023-12-07T21:19:57.509975+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:58.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:57 smithi027 bash[31536]: cluster 2023-12-07T21:19:56.666961+0000 mgr.a (mgr.24293) 27645 : cluster 0 pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:58.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:57 smithi027 bash[31536]: audit 2023-12-07T21:19:57.509975+0000 mon.a (mon.0) 4247 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:59.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:58 smithi022 bash[28554]: audit 2023-12-07T21:19:58.302990+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:59.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:58 smithi022 bash[28554]: audit 2023-12-07T21:19:58.304789+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:59.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:19:58 smithi022 bash[28554]: audit 2023-12-07T21:19:58.315484+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:19:59.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:58 smithi044 bash[32620]: audit 2023-12-07T21:19:58.302990+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:59.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:58 smithi044 bash[32620]: audit 2023-12-07T21:19:58.304789+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:59.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:19:58 smithi044 bash[32620]: audit 2023-12-07T21:19:58.315484+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:19:59.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:58 smithi027 bash[31536]: audit 2023-12-07T21:19:58.302990+0000 mon.a (mon.0) 4248 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:59.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:58 smithi027 bash[31536]: audit 2023-12-07T21:19:58.304789+0000 mon.a (mon.0) 4249 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:59.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:19:58 smithi027 bash[31536]: audit 2023-12-07T21:19:58.315484+0000 mon.a (mon.0) 4250 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:20:00.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:00 smithi022 bash[28554]: cluster 2023-12-07T21:19:58.667562+0000 mgr.a (mgr.24293) 27646 : cluster 0 pgmap v20675: 33 pgs: 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:00.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:00 smithi022 bash[28554]: cluster 2023-12-07T21:20:00.000145+0000 mon.a (mon.0) 4251 : cluster 1 overall HEALTH_OK 2023-12-07T21:20:00.664 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:00 smithi044 bash[32620]: cluster 2023-12-07T21:19:58.667562+0000 mgr.a (mgr.24293) 27646 : cluster 0 pgmap v20675: 33 pgs: 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:00.664 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:00 smithi044 bash[32620]: cluster 2023-12-07T21:20:00.000145+0000 mon.a (mon.0) 4251 : cluster 1 overall HEALTH_OK 2023-12-07T21:20:00.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:00 smithi027 bash[31536]: cluster 2023-12-07T21:19:58.667562+0000 mgr.a (mgr.24293) 27646 : cluster 0 pgmap v20675: 33 pgs: 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:00.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:00 smithi027 bash[31536]: cluster 2023-12-07T21:20:00.000145+0000 mon.a (mon.0) 4251 : cluster 1 overall HEALTH_OK 2023-12-07T21:20:01.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:01.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:01.153 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:02.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:02.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:02.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:02.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:02.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:02.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:02 smithi022 bash[28554]: cluster 2023-12-07T21:20:00.668325+0000 mgr.a (mgr.24293) 27647 : cluster 0 pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:02.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:02 smithi044 bash[32620]: cluster 2023-12-07T21:20:00.668325+0000 mgr.a (mgr.24293) 27647 : cluster 0 pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:02.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:02 smithi027 bash[31536]: cluster 2023-12-07T21:20:00.668325+0000 mgr.a (mgr.24293) 27647 : cluster 0 pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:03.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:03 smithi022 bash[28554]: audit 2023-12-07T21:20:01.574623+0000 mgr.a (mgr.24293) 27648 : audit 0 from='client.540972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:03.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:03 smithi044 bash[32620]: audit 2023-12-07T21:20:01.574623+0000 mgr.a (mgr.24293) 27648 : audit 0 from='client.540972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:03.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:03 smithi027 bash[31536]: audit 2023-12-07T21:20:01.574623+0000 mgr.a (mgr.24293) 27648 : audit 0 from='client.540972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:04.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:04 smithi022 bash[28554]: cluster 2023-12-07T21:20:02.669209+0000 mgr.a (mgr.24293) 27649 : cluster 0 pgmap v20677: 33 pgs: 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:04.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:04 smithi044 bash[32620]: cluster 2023-12-07T21:20:02.669209+0000 mgr.a (mgr.24293) 27649 : cluster 0 pgmap v20677: 33 pgs: 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:04.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:04 smithi027 bash[31536]: cluster 2023-12-07T21:20:02.669209+0000 mgr.a (mgr.24293) 27649 : cluster 0 pgmap v20677: 33 pgs: 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:06.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:06 smithi022 bash[28554]: cluster 2023-12-07T21:20:04.669951+0000 mgr.a (mgr.24293) 27650 : cluster 0 pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:06.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:06 smithi044 bash[32620]: cluster 2023-12-07T21:20:04.669951+0000 mgr.a (mgr.24293) 27650 : cluster 0 pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:06.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:06 smithi027 bash[31536]: cluster 2023-12-07T21:20:04.669951+0000 mgr.a (mgr.24293) 27650 : cluster 0 pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:07.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:07.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:07.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:08.030 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:08.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:08.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:08.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:08.030 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:08.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:08 smithi022 bash[28554]: cluster 2023-12-07T21:20:06.670853+0000 mgr.a (mgr.24293) 27651 : cluster 0 pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:08.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:08 smithi022 bash[28554]: audit 2023-12-07T21:20:07.519527+0000 mgr.a (mgr.24293) 27652 : audit 0 from='client.541047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:08.664 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:08 smithi044 bash[32620]: cluster 2023-12-07T21:20:06.670853+0000 mgr.a (mgr.24293) 27651 : cluster 0 pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:08.664 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:08 smithi044 bash[32620]: audit 2023-12-07T21:20:07.519527+0000 mgr.a (mgr.24293) 27652 : audit 0 from='client.541047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:08.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:08 smithi027 bash[31536]: cluster 2023-12-07T21:20:06.670853+0000 mgr.a (mgr.24293) 27651 : cluster 0 pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:08.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:08 smithi027 bash[31536]: audit 2023-12-07T21:20:07.519527+0000 mgr.a (mgr.24293) 27652 : audit 0 from='client.541047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:10.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:10 smithi022 bash[28554]: cluster 2023-12-07T21:20:08.671595+0000 mgr.a (mgr.24293) 27653 : cluster 0 pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:10.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:10 smithi044 bash[32620]: cluster 2023-12-07T21:20:08.671595+0000 mgr.a (mgr.24293) 27653 : cluster 0 pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:10.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:10 smithi027 bash[31536]: cluster 2023-12-07T21:20:08.671595+0000 mgr.a (mgr.24293) 27653 : cluster 0 pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:12.663 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:12 smithi022 bash[28554]: cluster 2023-12-07T21:20:10.672402+0000 mgr.a (mgr.24293) 27654 : cluster 0 pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:12.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:12 smithi044 bash[32620]: cluster 2023-12-07T21:20:10.672402+0000 mgr.a (mgr.24293) 27654 : cluster 0 pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:12.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:12 smithi027 bash[31536]: cluster 2023-12-07T21:20:10.672402+0000 mgr.a (mgr.24293) 27654 : cluster 0 pgmap v20681: 33 pgs: 33 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:13.033 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:13.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:13.034 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:13.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:13 smithi022 bash[28554]: cluster 2023-12-07T21:20:12.672979+0000 mgr.a (mgr.24293) 27655 : cluster 0 pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:13.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:13 smithi022 bash[28554]: audit 2023-12-07T21:20:13.459182+0000 mgr.a (mgr.24293) 27656 : audit 0 from='client.541122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:13.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:13 smithi044 bash[32620]: cluster 2023-12-07T21:20:12.672979+0000 mgr.a (mgr.24293) 27655 : cluster 0 pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:13.914 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:13 smithi044 bash[32620]: audit 2023-12-07T21:20:13.459182+0000 mgr.a (mgr.24293) 27656 : audit 0 from='client.541122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:13.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:13 smithi027 bash[31536]: cluster 2023-12-07T21:20:12.672979+0000 mgr.a (mgr.24293) 27655 : cluster 0 pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:13.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:13 smithi027 bash[31536]: audit 2023-12-07T21:20:13.459182+0000 mgr.a (mgr.24293) 27656 : audit 0 from='client.541122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:13.973 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:13.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:13.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:13.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:13.974 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:16.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:15 smithi022 bash[28554]: cluster 2023-12-07T21:20:14.673890+0000 mgr.a (mgr.24293) 27657 : cluster 0 pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:16.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:15 smithi044 bash[32620]: cluster 2023-12-07T21:20:14.673890+0000 mgr.a (mgr.24293) 27657 : cluster 0 pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:16.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:15 smithi027 bash[31536]: cluster 2023-12-07T21:20:14.673890+0000 mgr.a (mgr.24293) 27657 : cluster 0 pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:18.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:17 smithi022 bash[28554]: cluster 2023-12-07T21:20:16.674919+0000 mgr.a (mgr.24293) 27658 : cluster 0 pgmap v20684: 33 pgs: 33 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:18.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:17 smithi044 bash[32620]: cluster 2023-12-07T21:20:16.674919+0000 mgr.a (mgr.24293) 27658 : cluster 0 pgmap v20684: 33 pgs: 33 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:18.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:17 smithi027 bash[31536]: cluster 2023-12-07T21:20:16.674919+0000 mgr.a (mgr.24293) 27658 : cluster 0 pgmap v20684: 33 pgs: 33 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:18.977 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:18.977 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:18.978 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:19.916 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:19.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:19.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:19.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:19.917 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:20.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:19 smithi022 bash[28554]: cluster 2023-12-07T21:20:18.675708+0000 mgr.a (mgr.24293) 27659 : cluster 0 pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:20.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:19 smithi022 bash[28554]: audit 2023-12-07T21:20:19.408680+0000 mgr.a (mgr.24293) 27660 : audit 0 from='client.541197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:20.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:19 smithi044 bash[32620]: cluster 2023-12-07T21:20:18.675708+0000 mgr.a (mgr.24293) 27659 : cluster 0 pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:20.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:19 smithi044 bash[32620]: audit 2023-12-07T21:20:19.408680+0000 mgr.a (mgr.24293) 27660 : audit 0 from='client.541197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:20.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:19 smithi027 bash[31536]: cluster 2023-12-07T21:20:18.675708+0000 mgr.a (mgr.24293) 27659 : cluster 0 pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:20.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:19 smithi027 bash[31536]: audit 2023-12-07T21:20:19.408680+0000 mgr.a (mgr.24293) 27660 : audit 0 from='client.541197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:22.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:21 smithi022 bash[28554]: cluster 2023-12-07T21:20:20.676703+0000 mgr.a (mgr.24293) 27661 : cluster 0 pgmap v20686: 33 pgs: 33 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:22.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:21 smithi044 bash[32620]: cluster 2023-12-07T21:20:20.676703+0000 mgr.a (mgr.24293) 27661 : cluster 0 pgmap v20686: 33 pgs: 33 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:22.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:21 smithi027 bash[31536]: cluster 2023-12-07T21:20:20.676703+0000 mgr.a (mgr.24293) 27661 : cluster 0 pgmap v20686: 33 pgs: 33 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:23.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:23 smithi022 bash[28554]: cluster 2023-12-07T21:20:22.677301+0000 mgr.a (mgr.24293) 27662 : cluster 0 pgmap v20687: 33 pgs: 33 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.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:23 smithi044 bash[32620]: cluster 2023-12-07T21:20:22.677301+0000 mgr.a (mgr.24293) 27662 : cluster 0 pgmap v20687: 33 pgs: 33 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.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:23 smithi027 bash[31536]: cluster 2023-12-07T21:20:22.677301+0000 mgr.a (mgr.24293) 27662 : cluster 0 pgmap v20687: 33 pgs: 33 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:24.919 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:24.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:24.920 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:25.866 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:25.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:25.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:25.866 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:25.867 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:26.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:25 smithi022 bash[28554]: cluster 2023-12-07T21:20:24.677877+0000 mgr.a (mgr.24293) 27663 : cluster 0 pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:26.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:25 smithi022 bash[28554]: audit 2023-12-07T21:20:25.341128+0000 mgr.a (mgr.24293) 27664 : audit 0 from='client.541275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:26.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:25 smithi044 bash[32620]: cluster 2023-12-07T21:20:24.677877+0000 mgr.a (mgr.24293) 27663 : cluster 0 pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:26.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:25 smithi044 bash[32620]: audit 2023-12-07T21:20:25.341128+0000 mgr.a (mgr.24293) 27664 : audit 0 from='client.541275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:26.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:25 smithi027 bash[31536]: cluster 2023-12-07T21:20:24.677877+0000 mgr.a (mgr.24293) 27663 : cluster 0 pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:26.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:25 smithi027 bash[31536]: audit 2023-12-07T21:20:25.341128+0000 mgr.a (mgr.24293) 27664 : audit 0 from='client.541275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:28.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:27 smithi022 bash[28554]: cluster 2023-12-07T21:20:26.679001+0000 mgr.a (mgr.24293) 27665 : cluster 0 pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:20:28.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:27 smithi044 bash[32620]: cluster 2023-12-07T21:20:26.679001+0000 mgr.a (mgr.24293) 27665 : cluster 0 pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:20:28.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:27 smithi027 bash[31536]: cluster 2023-12-07T21:20:26.679001+0000 mgr.a (mgr.24293) 27665 : cluster 0 pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:20:30.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:29 smithi022 bash[28554]: cluster 2023-12-07T21:20:28.679645+0000 mgr.a (mgr.24293) 27666 : cluster 0 pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:20:30.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:29 smithi044 bash[32620]: cluster 2023-12-07T21:20:28.679645+0000 mgr.a (mgr.24293) 27666 : cluster 0 pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:20:30.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:29 smithi027 bash[31536]: cluster 2023-12-07T21:20:28.679645+0000 mgr.a (mgr.24293) 27666 : cluster 0 pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:20:30.868 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:30.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:30.869 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:31.810 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:31.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:31.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:31.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:31.810 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:32.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:31 smithi022 bash[28554]: cluster 2023-12-07T21:20:30.680330+0000 mgr.a (mgr.24293) 27667 : cluster 0 pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:32.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:31 smithi022 bash[28554]: audit 2023-12-07T21:20:31.296103+0000 mgr.a (mgr.24293) 27668 : audit 0 from='client.541350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:32.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:31 smithi044 bash[32620]: cluster 2023-12-07T21:20:30.680330+0000 mgr.a (mgr.24293) 27667 : cluster 0 pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:32.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:31 smithi044 bash[32620]: audit 2023-12-07T21:20:31.296103+0000 mgr.a (mgr.24293) 27668 : audit 0 from='client.541350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:32.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:31 smithi027 bash[31536]: cluster 2023-12-07T21:20:30.680330+0000 mgr.a (mgr.24293) 27667 : cluster 0 pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:32.188 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:31 smithi027 bash[31536]: audit 2023-12-07T21:20:31.296103+0000 mgr.a (mgr.24293) 27668 : audit 0 from='client.541350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:33.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:33 smithi022 bash[28554]: cluster 2023-12-07T21:20:32.681021+0000 mgr.a (mgr.24293) 27669 : cluster 0 pgmap v20692: 33 pgs: 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:33.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:33 smithi044 bash[32620]: cluster 2023-12-07T21:20:32.681021+0000 mgr.a (mgr.24293) 27669 : cluster 0 pgmap v20692: 33 pgs: 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:33.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:33 smithi027 bash[31536]: cluster 2023-12-07T21:20:32.681021+0000 mgr.a (mgr.24293) 27669 : cluster 0 pgmap v20692: 33 pgs: 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:36.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:35 smithi022 bash[28554]: cluster 2023-12-07T21:20:34.681598+0000 mgr.a (mgr.24293) 27670 : cluster 0 pgmap v20693: 33 pgs: 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:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:35 smithi044 bash[32620]: cluster 2023-12-07T21:20:34.681598+0000 mgr.a (mgr.24293) 27670 : cluster 0 pgmap v20693: 33 pgs: 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:36.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:35 smithi027 bash[31536]: cluster 2023-12-07T21:20:34.681598+0000 mgr.a (mgr.24293) 27670 : cluster 0 pgmap v20693: 33 pgs: 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:36.813 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:36.813 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:36.814 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:37.752 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:37.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:37.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:37.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:37.753 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:38.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:37 smithi022 bash[28554]: cluster 2023-12-07T21:20:36.682399+0000 mgr.a (mgr.24293) 27671 : cluster 0 pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:38.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:37 smithi022 bash[28554]: audit 2023-12-07T21:20:37.236623+0000 mgr.a (mgr.24293) 27672 : audit 0 from='client.541419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:38.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:37 smithi044 bash[32620]: cluster 2023-12-07T21:20:36.682399+0000 mgr.a (mgr.24293) 27671 : cluster 0 pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:38.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:37 smithi044 bash[32620]: audit 2023-12-07T21:20:37.236623+0000 mgr.a (mgr.24293) 27672 : audit 0 from='client.541419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:38.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:37 smithi027 bash[31536]: cluster 2023-12-07T21:20:36.682399+0000 mgr.a (mgr.24293) 27671 : cluster 0 pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:38.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:37 smithi027 bash[31536]: audit 2023-12-07T21:20:37.236623+0000 mgr.a (mgr.24293) 27672 : audit 0 from='client.541419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:40.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:39 smithi022 bash[28554]: cluster 2023-12-07T21:20:38.683147+0000 mgr.a (mgr.24293) 27673 : cluster 0 pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:20:40.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:39 smithi044 bash[32620]: cluster 2023-12-07T21:20:38.683147+0000 mgr.a (mgr.24293) 27673 : cluster 0 pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:20:40.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:39 smithi027 bash[31536]: cluster 2023-12-07T21:20:38.683147+0000 mgr.a (mgr.24293) 27673 : cluster 0 pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:20:42.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:41 smithi022 bash[28554]: cluster 2023-12-07T21:20:40.683998+0000 mgr.a (mgr.24293) 27674 : cluster 0 pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:20:42.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:41 smithi044 bash[32620]: cluster 2023-12-07T21:20:40.683998+0000 mgr.a (mgr.24293) 27674 : cluster 0 pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:20:42.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:41 smithi027 bash[31536]: cluster 2023-12-07T21:20:40.683998+0000 mgr.a (mgr.24293) 27674 : cluster 0 pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:20:42.756 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:42.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:42.757 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:43.697 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:43.697 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:43.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:43 smithi022 bash[28554]: cluster 2023-12-07T21:20:42.684532+0000 mgr.a (mgr.24293) 27675 : cluster 0 pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:43.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:43 smithi022 bash[28554]: audit 2023-12-07T21:20:43.174102+0000 mgr.a (mgr.24293) 27676 : audit 0 from='client.541494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:43.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:43 smithi044 bash[32620]: cluster 2023-12-07T21:20:42.684532+0000 mgr.a (mgr.24293) 27675 : cluster 0 pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:43.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:43 smithi044 bash[32620]: audit 2023-12-07T21:20:43.174102+0000 mgr.a (mgr.24293) 27676 : audit 0 from='client.541494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:43.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:43 smithi027 bash[31536]: cluster 2023-12-07T21:20:42.684532+0000 mgr.a (mgr.24293) 27675 : cluster 0 pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:43.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:43 smithi027 bash[31536]: audit 2023-12-07T21:20:43.174102+0000 mgr.a (mgr.24293) 27676 : audit 0 from='client.541494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:46.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:45 smithi022 bash[28554]: cluster 2023-12-07T21:20:44.685230+0000 mgr.a (mgr.24293) 27677 : cluster 0 pgmap v20698: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:45 smithi044 bash[32620]: cluster 2023-12-07T21:20:44.685230+0000 mgr.a (mgr.24293) 27677 : cluster 0 pgmap v20698: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:45 smithi027 bash[31536]: cluster 2023-12-07T21:20:44.685230+0000 mgr.a (mgr.24293) 27677 : cluster 0 pgmap v20698: 33 pgs: 33 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:48.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:47 smithi022 bash[28554]: cluster 2023-12-07T21:20:46.686049+0000 mgr.a (mgr.24293) 27678 : cluster 0 pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:48.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:47 smithi044 bash[32620]: cluster 2023-12-07T21:20:46.686049+0000 mgr.a (mgr.24293) 27678 : cluster 0 pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:48.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:47 smithi027 bash[31536]: cluster 2023-12-07T21:20:46.686049+0000 mgr.a (mgr.24293) 27678 : cluster 0 pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:48.699 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:48.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:48.699 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:49.650 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:49.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:49.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:49.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:49.650 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:50.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:49 smithi022 bash[28554]: cluster 2023-12-07T21:20:48.686609+0000 mgr.a (mgr.24293) 27679 : cluster 0 pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:50.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:49 smithi022 bash[28554]: audit 2023-12-07T21:20:49.123718+0000 mgr.a (mgr.24293) 27680 : audit 0 from='client.541569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:50.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:49 smithi044 bash[32620]: cluster 2023-12-07T21:20:48.686609+0000 mgr.a (mgr.24293) 27679 : cluster 0 pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:50.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:49 smithi044 bash[32620]: audit 2023-12-07T21:20:49.123718+0000 mgr.a (mgr.24293) 27680 : audit 0 from='client.541569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:50.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:49 smithi027 bash[31536]: cluster 2023-12-07T21:20:48.686609+0000 mgr.a (mgr.24293) 27679 : cluster 0 pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:50.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:49 smithi027 bash[31536]: audit 2023-12-07T21:20:49.123718+0000 mgr.a (mgr.24293) 27680 : audit 0 from='client.541569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:52.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:51 smithi022 bash[28554]: cluster 2023-12-07T21:20:50.687567+0000 mgr.a (mgr.24293) 27681 : cluster 0 pgmap v20701: 33 pgs: 33 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:52.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:51 smithi044 bash[32620]: cluster 2023-12-07T21:20:50.687567+0000 mgr.a (mgr.24293) 27681 : cluster 0 pgmap v20701: 33 pgs: 33 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:52.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:51 smithi027 bash[31536]: cluster 2023-12-07T21:20:50.687567+0000 mgr.a (mgr.24293) 27681 : cluster 0 pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:53.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:53 smithi022 bash[28554]: cluster 2023-12-07T21:20:52.688083+0000 mgr.a (mgr.24293) 27682 : cluster 0 pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:53.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:53 smithi044 bash[32620]: cluster 2023-12-07T21:20:52.688083+0000 mgr.a (mgr.24293) 27682 : cluster 0 pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:53.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:53 smithi027 bash[31536]: cluster 2023-12-07T21:20:52.688083+0000 mgr.a (mgr.24293) 27682 : cluster 0 pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:54.652 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:20:54.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:54.654 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:55.600 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:20:55.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:55.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:55.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:55.600 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:20:56.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:55 smithi022 bash[28554]: cluster 2023-12-07T21:20:54.688682+0000 mgr.a (mgr.24293) 27683 : cluster 0 pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:56.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:55 smithi022 bash[28554]: audit 2023-12-07T21:20:55.074379+0000 mgr.a (mgr.24293) 27684 : audit 0 from='client.541647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:56.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:55 smithi044 bash[32620]: cluster 2023-12-07T21:20:54.688682+0000 mgr.a (mgr.24293) 27683 : cluster 0 pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:56.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:55 smithi044 bash[32620]: audit 2023-12-07T21:20:55.074379+0000 mgr.a (mgr.24293) 27684 : audit 0 from='client.541647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:56.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:55 smithi027 bash[31536]: cluster 2023-12-07T21:20:54.688682+0000 mgr.a (mgr.24293) 27683 : cluster 0 pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:56.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:55 smithi027 bash[31536]: audit 2023-12-07T21:20:55.074379+0000 mgr.a (mgr.24293) 27684 : audit 0 from='client.541647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:58.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:57 smithi022 bash[28554]: cluster 2023-12-07T21:20:56.689692+0000 mgr.a (mgr.24293) 27685 : cluster 0 pgmap v20704: 33 pgs: 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:58.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:57 smithi044 bash[32620]: cluster 2023-12-07T21:20:56.689692+0000 mgr.a (mgr.24293) 27685 : cluster 0 pgmap v20704: 33 pgs: 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:58.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:57 smithi027 bash[31536]: cluster 2023-12-07T21:20:56.689692+0000 mgr.a (mgr.24293) 27685 : cluster 0 pgmap v20704: 33 pgs: 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:59.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:58 smithi022 bash[28554]: audit 2023-12-07T21:20:58.418669+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:59.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:58 smithi044 bash[32620]: audit 2023-12-07T21:20:58.418669+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:59.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:58 smithi027 bash[31536]: audit 2023-12-07T21:20:58.418669+0000 mon.a (mon.0) 4252 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:00.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:59 smithi022 bash[28554]: cluster 2023-12-07T21:20:58.690283+0000 mgr.a (mgr.24293) 27686 : cluster 0 pgmap v20705: 33 pgs: 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:00.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:59 smithi022 bash[28554]: audit 2023-12-07T21:20:59.212112+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:00.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:59 smithi022 bash[28554]: audit 2023-12-07T21:20:59.213876+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:00.164 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:20:59 smithi022 bash[28554]: audit 2023-12-07T21:20:59.224595+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:21:00.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:59 smithi044 bash[32620]: cluster 2023-12-07T21:20:58.690283+0000 mgr.a (mgr.24293) 27686 : cluster 0 pgmap v20705: 33 pgs: 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:00.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:59 smithi044 bash[32620]: audit 2023-12-07T21:20:59.212112+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:00.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:59 smithi044 bash[32620]: audit 2023-12-07T21:20:59.213876+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:00.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:20:59 smithi044 bash[32620]: audit 2023-12-07T21:20:59.224595+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:21:00.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:59 smithi027 bash[31536]: cluster 2023-12-07T21:20:58.690283+0000 mgr.a (mgr.24293) 27686 : cluster 0 pgmap v20705: 33 pgs: 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:00.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:59 smithi027 bash[31536]: audit 2023-12-07T21:20:59.212112+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:00.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:59 smithi027 bash[31536]: audit 2023-12-07T21:20:59.213876+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:00.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:20:59 smithi027 bash[31536]: audit 2023-12-07T21:20:59.224595+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:21:00.603 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:00.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:00.604 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:01.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:01.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:01.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:01.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:01.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:02.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:01 smithi022 bash[28554]: cluster 2023-12-07T21:21:00.691093+0000 mgr.a (mgr.24293) 27687 : cluster 0 pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:02.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:01 smithi022 bash[28554]: audit 2023-12-07T21:21:01.023986+0000 mgr.a (mgr.24293) 27688 : audit 0 from='client.541719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:02.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:01 smithi044 bash[32620]: cluster 2023-12-07T21:21:00.691093+0000 mgr.a (mgr.24293) 27687 : cluster 0 pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:02.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:01 smithi044 bash[32620]: audit 2023-12-07T21:21:01.023986+0000 mgr.a (mgr.24293) 27688 : audit 0 from='client.541719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:02.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:01 smithi027 bash[31536]: cluster 2023-12-07T21:21:00.691093+0000 mgr.a (mgr.24293) 27687 : cluster 0 pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:02.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:01 smithi027 bash[31536]: audit 2023-12-07T21:21:01.023986+0000 mgr.a (mgr.24293) 27688 : audit 0 from='client.541719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:03.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:03 smithi022 bash[28554]: cluster 2023-12-07T21:21:02.691853+0000 mgr.a (mgr.24293) 27689 : cluster 0 pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:03.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:03 smithi044 bash[32620]: cluster 2023-12-07T21:21:02.691853+0000 mgr.a (mgr.24293) 27689 : cluster 0 pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:03.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:03 smithi027 bash[31536]: cluster 2023-12-07T21:21:02.691853+0000 mgr.a (mgr.24293) 27689 : cluster 0 pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:06.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:05 smithi022 bash[28554]: cluster 2023-12-07T21:21:04.692439+0000 mgr.a (mgr.24293) 27690 : cluster 0 pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:06.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:05 smithi044 bash[32620]: cluster 2023-12-07T21:21:04.692439+0000 mgr.a (mgr.24293) 27690 : cluster 0 pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:06.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:05 smithi027 bash[31536]: cluster 2023-12-07T21:21:04.692439+0000 mgr.a (mgr.24293) 27690 : cluster 0 pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:06.550 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:06.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:06.551 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:07.462 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:07.462 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:08.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:07 smithi022 bash[28554]: cluster 2023-12-07T21:21:06.693203+0000 mgr.a (mgr.24293) 27691 : cluster 0 pgmap v20709: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:07 smithi022 bash[28554]: audit 2023-12-07T21:21:06.980079+0000 mgr.a (mgr.24293) 27692 : audit 0 from='client.541794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:08.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:07 smithi044 bash[32620]: cluster 2023-12-07T21:21:06.693203+0000 mgr.a (mgr.24293) 27691 : cluster 0 pgmap v20709: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:07 smithi044 bash[32620]: audit 2023-12-07T21:21:06.980079+0000 mgr.a (mgr.24293) 27692 : audit 0 from='client.541794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:08.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:07 smithi027 bash[31536]: cluster 2023-12-07T21:21:06.693203+0000 mgr.a (mgr.24293) 27691 : cluster 0 pgmap v20709: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:07 smithi027 bash[31536]: audit 2023-12-07T21:21:06.980079+0000 mgr.a (mgr.24293) 27692 : audit 0 from='client.541794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:10.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:09 smithi022 bash[28554]: cluster 2023-12-07T21:21:08.693965+0000 mgr.a (mgr.24293) 27693 : cluster 0 pgmap v20710: 33 pgs: 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:10.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:09 smithi044 bash[32620]: cluster 2023-12-07T21:21:08.693965+0000 mgr.a (mgr.24293) 27693 : cluster 0 pgmap v20710: 33 pgs: 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:10.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:09 smithi027 bash[31536]: cluster 2023-12-07T21:21:08.693965+0000 mgr.a (mgr.24293) 27693 : cluster 0 pgmap v20710: 33 pgs: 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:12.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:11 smithi022 bash[28554]: cluster 2023-12-07T21:21:10.694787+0000 mgr.a (mgr.24293) 27694 : cluster 0 pgmap v20711: 33 pgs: 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:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:11 smithi044 bash[32620]: cluster 2023-12-07T21:21:10.694787+0000 mgr.a (mgr.24293) 27694 : cluster 0 pgmap v20711: 33 pgs: 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:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:11 smithi027 bash[31536]: cluster 2023-12-07T21:21:10.694787+0000 mgr.a (mgr.24293) 27694 : cluster 0 pgmap v20711: 33 pgs: 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:12.465 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:12.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:12.466 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:13.375 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:13.376 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:13.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:13 smithi022 bash[28554]: cluster 2023-12-07T21:21:12.695352+0000 mgr.a (mgr.24293) 27695 : cluster 0 pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:13.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:13 smithi022 bash[28554]: audit 2023-12-07T21:21:12.899896+0000 mgr.a (mgr.24293) 27696 : audit 0 from='client.541869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:13.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:13 smithi044 bash[32620]: cluster 2023-12-07T21:21:12.695352+0000 mgr.a (mgr.24293) 27695 : cluster 0 pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:13.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:13 smithi044 bash[32620]: audit 2023-12-07T21:21:12.899896+0000 mgr.a (mgr.24293) 27696 : audit 0 from='client.541869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:13.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:13 smithi027 bash[31536]: cluster 2023-12-07T21:21:12.695352+0000 mgr.a (mgr.24293) 27695 : cluster 0 pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:13.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:13 smithi027 bash[31536]: audit 2023-12-07T21:21:12.899896+0000 mgr.a (mgr.24293) 27696 : audit 0 from='client.541869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:16.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:15 smithi022 bash[28554]: cluster 2023-12-07T21:21:14.696046+0000 mgr.a (mgr.24293) 27697 : cluster 0 pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:16.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:15 smithi044 bash[32620]: cluster 2023-12-07T21:21:14.696046+0000 mgr.a (mgr.24293) 27697 : cluster 0 pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:16.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:15 smithi027 bash[31536]: cluster 2023-12-07T21:21:14.696046+0000 mgr.a (mgr.24293) 27697 : cluster 0 pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:18.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:17 smithi022 bash[28554]: cluster 2023-12-07T21:21:16.696881+0000 mgr.a (mgr.24293) 27698 : cluster 0 pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:18.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:17 smithi044 bash[32620]: cluster 2023-12-07T21:21:16.696881+0000 mgr.a (mgr.24293) 27698 : cluster 0 pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:18.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:17 smithi027 bash[31536]: cluster 2023-12-07T21:21:16.696881+0000 mgr.a (mgr.24293) 27698 : cluster 0 pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:18.378 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:18.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:18.379 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:19.312 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:19.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:19.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:19.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:19.313 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:20.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:19 smithi022 bash[28554]: cluster 2023-12-07T21:21:18.697411+0000 mgr.a (mgr.24293) 27699 : cluster 0 pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:20.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:19 smithi022 bash[28554]: audit 2023-12-07T21:21:18.804340+0000 mgr.a (mgr.24293) 27700 : audit 0 from='client.541944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:20.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:19 smithi044 bash[32620]: cluster 2023-12-07T21:21:18.697411+0000 mgr.a (mgr.24293) 27699 : cluster 0 pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:20.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:19 smithi044 bash[32620]: audit 2023-12-07T21:21:18.804340+0000 mgr.a (mgr.24293) 27700 : audit 0 from='client.541944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:20.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:19 smithi027 bash[31536]: cluster 2023-12-07T21:21:18.697411+0000 mgr.a (mgr.24293) 27699 : cluster 0 pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:20.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:19 smithi027 bash[31536]: audit 2023-12-07T21:21:18.804340+0000 mgr.a (mgr.24293) 27700 : audit 0 from='client.541944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:22.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:21 smithi022 bash[28554]: cluster 2023-12-07T21:21:20.698482+0000 mgr.a (mgr.24293) 27701 : cluster 0 pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:22.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:21 smithi044 bash[32620]: cluster 2023-12-07T21:21:20.698482+0000 mgr.a (mgr.24293) 27701 : cluster 0 pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:22.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:21 smithi027 bash[31536]: cluster 2023-12-07T21:21:20.698482+0000 mgr.a (mgr.24293) 27701 : cluster 0 pgmap v20716: 33 pgs: 33 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:23.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:23 smithi022 bash[28554]: cluster 2023-12-07T21:21:22.699256+0000 mgr.a (mgr.24293) 27702 : cluster 0 pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:23.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:23 smithi044 bash[32620]: cluster 2023-12-07T21:21:22.699256+0000 mgr.a (mgr.24293) 27702 : cluster 0 pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:23.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:23 smithi027 bash[31536]: cluster 2023-12-07T21:21:22.699256+0000 mgr.a (mgr.24293) 27702 : cluster 0 pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:24.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:24.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:24.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:25.244 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:25.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:25.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:25.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:25.244 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:26.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:25 smithi022 bash[28554]: cluster 2023-12-07T21:21:24.699855+0000 mgr.a (mgr.24293) 27703 : cluster 0 pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:26.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:25 smithi022 bash[28554]: audit 2023-12-07T21:21:24.732737+0000 mgr.a (mgr.24293) 27704 : audit 0 from='client.542022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:26.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:25 smithi044 bash[32620]: cluster 2023-12-07T21:21:24.699855+0000 mgr.a (mgr.24293) 27703 : cluster 0 pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:26.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:25 smithi044 bash[32620]: audit 2023-12-07T21:21:24.732737+0000 mgr.a (mgr.24293) 27704 : audit 0 from='client.542022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:26.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:25 smithi027 bash[31536]: cluster 2023-12-07T21:21:24.699855+0000 mgr.a (mgr.24293) 27703 : cluster 0 pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:26.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:25 smithi027 bash[31536]: audit 2023-12-07T21:21:24.732737+0000 mgr.a (mgr.24293) 27704 : audit 0 from='client.542022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:28.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:27 smithi022 bash[28554]: cluster 2023-12-07T21:21:26.700912+0000 mgr.a (mgr.24293) 27705 : cluster 0 pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:28.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:27 smithi044 bash[32620]: cluster 2023-12-07T21:21:26.700912+0000 mgr.a (mgr.24293) 27705 : cluster 0 pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:28.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:27 smithi027 bash[31536]: cluster 2023-12-07T21:21:26.700912+0000 mgr.a (mgr.24293) 27705 : cluster 0 pgmap v20719: 33 pgs: 33 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:30.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:29 smithi022 bash[28554]: cluster 2023-12-07T21:21:28.701675+0000 mgr.a (mgr.24293) 27706 : cluster 0 pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:30.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:29 smithi044 bash[32620]: cluster 2023-12-07T21:21:28.701675+0000 mgr.a (mgr.24293) 27706 : cluster 0 pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:30.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:29 smithi027 bash[31536]: cluster 2023-12-07T21:21:28.701675+0000 mgr.a (mgr.24293) 27706 : cluster 0 pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:30.247 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:30.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:30.248 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:31.206 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:31.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:31.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:31.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:31.207 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:32.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:31 smithi022 bash[28554]: audit 2023-12-07T21:21:30.674125+0000 mgr.a (mgr.24293) 27707 : audit 0 from='client.542100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:32.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:31 smithi022 bash[28554]: cluster 2023-12-07T21:21:30.702521+0000 mgr.a (mgr.24293) 27708 : cluster 0 pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:32.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:31 smithi044 bash[32620]: audit 2023-12-07T21:21:30.674125+0000 mgr.a (mgr.24293) 27707 : audit 0 from='client.542100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:32.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:31 smithi044 bash[32620]: cluster 2023-12-07T21:21:30.702521+0000 mgr.a (mgr.24293) 27708 : cluster 0 pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:32.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:31 smithi027 bash[31536]: audit 2023-12-07T21:21:30.674125+0000 mgr.a (mgr.24293) 27707 : audit 0 from='client.542100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:32.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:31 smithi027 bash[31536]: cluster 2023-12-07T21:21:30.702521+0000 mgr.a (mgr.24293) 27708 : cluster 0 pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:33.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:33 smithi022 bash[28554]: cluster 2023-12-07T21:21:32.703260+0000 mgr.a (mgr.24293) 27709 : cluster 0 pgmap v20722: 33 pgs: 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:33.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:33 smithi044 bash[32620]: cluster 2023-12-07T21:21:32.703260+0000 mgr.a (mgr.24293) 27709 : cluster 0 pgmap v20722: 33 pgs: 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:33.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:33 smithi027 bash[31536]: cluster 2023-12-07T21:21:32.703260+0000 mgr.a (mgr.24293) 27709 : cluster 0 pgmap v20722: 33 pgs: 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:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:35 smithi022 bash[28554]: cluster 2023-12-07T21:21:34.703857+0000 mgr.a (mgr.24293) 27710 : cluster 0 pgmap v20723: 33 pgs: 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:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:35 smithi044 bash[32620]: cluster 2023-12-07T21:21:34.703857+0000 mgr.a (mgr.24293) 27710 : cluster 0 pgmap v20723: 33 pgs: 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:36.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:35 smithi027 bash[31536]: cluster 2023-12-07T21:21:34.703857+0000 mgr.a (mgr.24293) 27710 : cluster 0 pgmap v20723: 33 pgs: 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:36.208 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:36.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:36.209 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:37.152 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:37.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:37.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:37.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:37.152 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:38.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:37 smithi022 bash[28554]: audit 2023-12-07T21:21:36.636900+0000 mgr.a (mgr.24293) 27711 : audit 0 from='client.542175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:38.202 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:37 smithi022 bash[28554]: cluster 2023-12-07T21:21:36.704985+0000 mgr.a (mgr.24293) 27712 : cluster 0 pgmap v20724: 33 pgs: 33 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.202 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:37 smithi027 bash[31536]: audit 2023-12-07T21:21:36.636900+0000 mgr.a (mgr.24293) 27711 : audit 0 from='client.542175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:38.203 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:37 smithi027 bash[31536]: cluster 2023-12-07T21:21:36.704985+0000 mgr.a (mgr.24293) 27712 : cluster 0 pgmap v20724: 33 pgs: 33 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.203 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:37 smithi044 bash[32620]: audit 2023-12-07T21:21:36.636900+0000 mgr.a (mgr.24293) 27711 : audit 0 from='client.542175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:38.203 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:37 smithi044 bash[32620]: cluster 2023-12-07T21:21:36.704985+0000 mgr.a (mgr.24293) 27712 : cluster 0 pgmap v20724: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:39 smithi022 bash[28554]: cluster 2023-12-07T21:21:38.705842+0000 mgr.a (mgr.24293) 27713 : cluster 0 pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:40.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:39 smithi044 bash[32620]: cluster 2023-12-07T21:21:38.705842+0000 mgr.a (mgr.24293) 27713 : cluster 0 pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:40.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:39 smithi027 bash[31536]: cluster 2023-12-07T21:21:38.705842+0000 mgr.a (mgr.24293) 27713 : cluster 0 pgmap v20725: 33 pgs: 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:42.155 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:42.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:42.156 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:42.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:41 smithi022 bash[28554]: cluster 2023-12-07T21:21:40.706640+0000 mgr.a (mgr.24293) 27714 : cluster 0 pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:42.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:41 smithi044 bash[32620]: cluster 2023-12-07T21:21:40.706640+0000 mgr.a (mgr.24293) 27714 : cluster 0 pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:42.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:41 smithi027 bash[31536]: cluster 2023-12-07T21:21:40.706640+0000 mgr.a (mgr.24293) 27714 : cluster 0 pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:43.095 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:43.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:43.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:43.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:43.096 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:43.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:42 smithi022 bash[28554]: audit 2023-12-07T21:21:42.581451+0000 mgr.a (mgr.24293) 27715 : audit 0 from='client.542250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:43.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:42 smithi044 bash[32620]: audit 2023-12-07T21:21:42.581451+0000 mgr.a (mgr.24293) 27715 : audit 0 from='client.542250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:43.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:42 smithi027 bash[31536]: audit 2023-12-07T21:21:42.581451+0000 mgr.a (mgr.24293) 27715 : audit 0 from='client.542250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:44.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:43 smithi022 bash[28554]: cluster 2023-12-07T21:21:42.707240+0000 mgr.a (mgr.24293) 27716 : cluster 0 pgmap v20727: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:43 smithi044 bash[32620]: cluster 2023-12-07T21:21:42.707240+0000 mgr.a (mgr.24293) 27716 : cluster 0 pgmap v20727: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:43 smithi027 bash[31536]: cluster 2023-12-07T21:21:42.707240+0000 mgr.a (mgr.24293) 27716 : cluster 0 pgmap v20727: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:45 smithi022 bash[28554]: cluster 2023-12-07T21:21:44.707985+0000 mgr.a (mgr.24293) 27717 : cluster 0 pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:46.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:45 smithi044 bash[32620]: cluster 2023-12-07T21:21:44.707985+0000 mgr.a (mgr.24293) 27717 : cluster 0 pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:46.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:45 smithi027 bash[31536]: cluster 2023-12-07T21:21:44.707985+0000 mgr.a (mgr.24293) 27717 : cluster 0 pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:48.097 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:48.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:48.098 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:48.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:47 smithi022 bash[28554]: cluster 2023-12-07T21:21:46.708881+0000 mgr.a (mgr.24293) 27718 : cluster 0 pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:48.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:47 smithi044 bash[32620]: cluster 2023-12-07T21:21:46.708881+0000 mgr.a (mgr.24293) 27718 : cluster 0 pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:48.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:47 smithi027 bash[31536]: cluster 2023-12-07T21:21:46.708881+0000 mgr.a (mgr.24293) 27718 : cluster 0 pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:49.011 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:49.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:49.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:49.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:49.012 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:49.165 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:48 smithi022 bash[28554]: audit 2023-12-07T21:21:48.518625+0000 mgr.a (mgr.24293) 27719 : audit 0 from='client.542325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:49.166 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:48 smithi044 bash[32620]: audit 2023-12-07T21:21:48.518625+0000 mgr.a (mgr.24293) 27719 : audit 0 from='client.542325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:49.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:48 smithi027 bash[31536]: audit 2023-12-07T21:21:48.518625+0000 mgr.a (mgr.24293) 27719 : audit 0 from='client.542325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:50.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:49 smithi022 bash[28554]: cluster 2023-12-07T21:21:48.709638+0000 mgr.a (mgr.24293) 27720 : cluster 0 pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:50.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:49 smithi044 bash[32620]: cluster 2023-12-07T21:21:48.709638+0000 mgr.a (mgr.24293) 27720 : cluster 0 pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:50.190 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:49 smithi027 bash[31536]: cluster 2023-12-07T21:21:48.709638+0000 mgr.a (mgr.24293) 27720 : cluster 0 pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:52.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:51 smithi022 bash[28554]: cluster 2023-12-07T21:21:50.710578+0000 mgr.a (mgr.24293) 27721 : cluster 0 pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:52.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:51 smithi044 bash[32620]: cluster 2023-12-07T21:21:50.710578+0000 mgr.a (mgr.24293) 27721 : cluster 0 pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:52.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:51 smithi027 bash[31536]: cluster 2023-12-07T21:21:50.710578+0000 mgr.a (mgr.24293) 27721 : cluster 0 pgmap v20731: 33 pgs: 33 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:53.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:53 smithi022 bash[28554]: cluster 2023-12-07T21:21:52.711129+0000 mgr.a (mgr.24293) 27722 : cluster 0 pgmap v20732: 33 pgs: 33 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:53.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:53 smithi044 bash[32620]: cluster 2023-12-07T21:21:52.711129+0000 mgr.a (mgr.24293) 27722 : cluster 0 pgmap v20732: 33 pgs: 33 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:53.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:53 smithi027 bash[31536]: cluster 2023-12-07T21:21:52.711129+0000 mgr.a (mgr.24293) 27722 : cluster 0 pgmap v20732: 33 pgs: 33 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.014 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:54.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:54.016 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:54.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:54 smithi022 bash[28554]: audit 2023-12-07T21:21:54.434184+0000 mgr.a (mgr.24293) 27723 : audit 0 from='client.542400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:54.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:54 smithi044 bash[32620]: audit 2023-12-07T21:21:54.434184+0000 mgr.a (mgr.24293) 27723 : audit 0 from='client.542400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:54.932 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:21:54.932 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:54.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:54.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:54.933 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:21:54.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:54 smithi027 bash[31536]: audit 2023-12-07T21:21:54.434184+0000 mgr.a (mgr.24293) 27723 : audit 0 from='client.542400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:55.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:55 smithi022 bash[28554]: cluster 2023-12-07T21:21:54.711922+0000 mgr.a (mgr.24293) 27724 : cluster 0 pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:55.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:55 smithi044 bash[32620]: cluster 2023-12-07T21:21:54.711922+0000 mgr.a (mgr.24293) 27724 : cluster 0 pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:55.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:55 smithi027 bash[31536]: cluster 2023-12-07T21:21:54.711922+0000 mgr.a (mgr.24293) 27724 : cluster 0 pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:58.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:57 smithi022 bash[28554]: cluster 2023-12-07T21:21:56.712841+0000 mgr.a (mgr.24293) 27725 : cluster 0 pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:58.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:57 smithi044 bash[32620]: cluster 2023-12-07T21:21:56.712841+0000 mgr.a (mgr.24293) 27725 : cluster 0 pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:58.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:57 smithi027 bash[31536]: cluster 2023-12-07T21:21:56.712841+0000 mgr.a (mgr.24293) 27725 : cluster 0 pgmap v20734: 33 pgs: 33 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:59.935 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:21:59.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:59.936 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:00.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:59 smithi022 bash[28554]: cluster 2023-12-07T21:21:58.713409+0000 mgr.a (mgr.24293) 27726 : cluster 0 pgmap v20735: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:21:59 smithi022 bash[28554]: audit 2023-12-07T21:21:59.328173+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:00.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:59 smithi044 bash[32620]: cluster 2023-12-07T21:21:58.713409+0000 mgr.a (mgr.24293) 27726 : cluster 0 pgmap v20735: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:21:59 smithi044 bash[32620]: audit 2023-12-07T21:21:59.328173+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:00.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:59 smithi027 bash[31536]: cluster 2023-12-07T21:21:58.713409+0000 mgr.a (mgr.24293) 27726 : cluster 0 pgmap v20735: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:21:59 smithi027 bash[31536]: audit 2023-12-07T21:21:59.328173+0000 mon.a (mon.0) 4256 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:00.892 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:00.892 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:01.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:00 smithi022 bash[28554]: audit 2023-12-07T21:22:00.111093+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:01.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:00 smithi022 bash[28554]: audit 2023-12-07T21:22:00.113028+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:01.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:00 smithi022 bash[28554]: audit 2023-12-07T21:22:00.121995+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:22:01.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:00 smithi022 bash[28554]: audit 2023-12-07T21:22:00.359635+0000 mgr.a (mgr.24293) 27727 : audit 0 from='client.542475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:01.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:00 smithi044 bash[32620]: audit 2023-12-07T21:22:00.111093+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:01.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:00 smithi044 bash[32620]: audit 2023-12-07T21:22:00.113028+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:01.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:00 smithi044 bash[32620]: audit 2023-12-07T21:22:00.121995+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:22:01.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:00 smithi044 bash[32620]: audit 2023-12-07T21:22:00.359635+0000 mgr.a (mgr.24293) 27727 : audit 0 from='client.542475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:00 smithi027 bash[31536]: audit 2023-12-07T21:22:00.111093+0000 mon.a (mon.0) 4257 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:00 smithi027 bash[31536]: audit 2023-12-07T21:22:00.113028+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:00 smithi027 bash[31536]: audit 2023-12-07T21:22:00.121995+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:22:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:00 smithi027 bash[31536]: audit 2023-12-07T21:22:00.359635+0000 mgr.a (mgr.24293) 27727 : audit 0 from='client.542475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:02.412 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:02 smithi022 bash[28554]: cluster 2023-12-07T21:22:00.714559+0000 mgr.a (mgr.24293) 27728 : cluster 0 pgmap v20736: 33 pgs: 33 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:02.413 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:02 smithi044 bash[32620]: cluster 2023-12-07T21:22:00.714559+0000 mgr.a (mgr.24293) 27728 : cluster 0 pgmap v20736: 33 pgs: 33 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:02.436 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:02 smithi027 bash[31536]: cluster 2023-12-07T21:22:00.714559+0000 mgr.a (mgr.24293) 27728 : cluster 0 pgmap v20736: 33 pgs: 33 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:03.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:03 smithi022 bash[28554]: cluster 2023-12-07T21:22:02.715279+0000 mgr.a (mgr.24293) 27729 : cluster 0 pgmap v20737: 33 pgs: 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:03.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:03 smithi044 bash[32620]: cluster 2023-12-07T21:22:02.715279+0000 mgr.a (mgr.24293) 27729 : cluster 0 pgmap v20737: 33 pgs: 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:03.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:03 smithi027 bash[31536]: cluster 2023-12-07T21:22:02.715279+0000 mgr.a (mgr.24293) 27729 : cluster 0 pgmap v20737: 33 pgs: 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:05.895 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:05.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:05.896 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:06.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:05 smithi022 bash[28554]: cluster 2023-12-07T21:22:04.715903+0000 mgr.a (mgr.24293) 27730 : cluster 0 pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:06.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:05 smithi044 bash[32620]: cluster 2023-12-07T21:22:04.715903+0000 mgr.a (mgr.24293) 27730 : cluster 0 pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:06.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:05 smithi027 bash[31536]: cluster 2023-12-07T21:22:04.715903+0000 mgr.a (mgr.24293) 27730 : cluster 0 pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:06.840 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:06.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:06.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:06.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:06.840 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:07.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:06 smithi022 bash[28554]: audit 2023-12-07T21:22:06.317705+0000 mgr.a (mgr.24293) 27731 : audit 0 from='client.542550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:07.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:06 smithi044 bash[32620]: audit 2023-12-07T21:22:06.317705+0000 mgr.a (mgr.24293) 27731 : audit 0 from='client.542550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:07.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:06 smithi027 bash[31536]: audit 2023-12-07T21:22:06.317705+0000 mgr.a (mgr.24293) 27731 : audit 0 from='client.542550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:08.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:07 smithi022 bash[28554]: cluster 2023-12-07T21:22:06.717718+0000 mgr.a (mgr.24293) 27732 : cluster 0 pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:08.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:07 smithi044 bash[32620]: cluster 2023-12-07T21:22:06.717718+0000 mgr.a (mgr.24293) 27732 : cluster 0 pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:08.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:07 smithi027 bash[31536]: cluster 2023-12-07T21:22:06.717718+0000 mgr.a (mgr.24293) 27732 : cluster 0 pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:10.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:09 smithi022 bash[28554]: cluster 2023-12-07T21:22:08.718372+0000 mgr.a (mgr.24293) 27733 : cluster 0 pgmap v20740: 33 pgs: 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:10.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:09 smithi044 bash[32620]: cluster 2023-12-07T21:22:08.718372+0000 mgr.a (mgr.24293) 27733 : cluster 0 pgmap v20740: 33 pgs: 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:10.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:09 smithi027 bash[31536]: cluster 2023-12-07T21:22:08.718372+0000 mgr.a (mgr.24293) 27733 : cluster 0 pgmap v20740: 33 pgs: 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:11.843 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:11.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:11.844 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:11 smithi022 bash[28554]: cluster 2023-12-07T21:22:10.719303+0000 mgr.a (mgr.24293) 27734 : cluster 0 pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:11 smithi044 bash[32620]: cluster 2023-12-07T21:22:10.719303+0000 mgr.a (mgr.24293) 27734 : cluster 0 pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:11 smithi027 bash[31536]: cluster 2023-12-07T21:22:10.719303+0000 mgr.a (mgr.24293) 27734 : cluster 0 pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:12.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:12.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:12.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:12.744 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:12.745 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:13.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:12 smithi022 bash[28554]: audit 2023-12-07T21:22:12.276432+0000 mgr.a (mgr.24293) 27735 : audit 0 from='client.542625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:13.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:12 smithi044 bash[32620]: audit 2023-12-07T21:22:12.276432+0000 mgr.a (mgr.24293) 27735 : audit 0 from='client.542625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:13.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:12 smithi027 bash[31536]: audit 2023-12-07T21:22:12.276432+0000 mgr.a (mgr.24293) 27735 : audit 0 from='client.542625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:14.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:13 smithi022 bash[28554]: cluster 2023-12-07T21:22:12.719845+0000 mgr.a (mgr.24293) 27736 : cluster 0 pgmap v20742: 33 pgs: 33 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.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:13 smithi044 bash[32620]: cluster 2023-12-07T21:22:12.719845+0000 mgr.a (mgr.24293) 27736 : cluster 0 pgmap v20742: 33 pgs: 33 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.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:13 smithi027 bash[31536]: cluster 2023-12-07T21:22:12.719845+0000 mgr.a (mgr.24293) 27736 : cluster 0 pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:16.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:15 smithi022 bash[28554]: cluster 2023-12-07T21:22:14.720406+0000 mgr.a (mgr.24293) 27737 : cluster 0 pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:16.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:15 smithi044 bash[32620]: cluster 2023-12-07T21:22:14.720406+0000 mgr.a (mgr.24293) 27737 : cluster 0 pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:16.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:15 smithi027 bash[31536]: cluster 2023-12-07T21:22:14.720406+0000 mgr.a (mgr.24293) 27737 : cluster 0 pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:17.747 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:17.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:17.748 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:18.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:17 smithi022 bash[28554]: cluster 2023-12-07T21:22:16.721228+0000 mgr.a (mgr.24293) 27738 : cluster 0 pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:18.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:17 smithi044 bash[32620]: cluster 2023-12-07T21:22:16.721228+0000 mgr.a (mgr.24293) 27738 : cluster 0 pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:18.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:17 smithi027 bash[31536]: cluster 2023-12-07T21:22:16.721228+0000 mgr.a (mgr.24293) 27738 : cluster 0 pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:18.665 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:18.665 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:19.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:18 smithi022 bash[28554]: audit 2023-12-07T21:22:18.168661+0000 mgr.a (mgr.24293) 27739 : audit 0 from='client.542700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:19.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:18 smithi044 bash[32620]: audit 2023-12-07T21:22:18.168661+0000 mgr.a (mgr.24293) 27739 : audit 0 from='client.542700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:19.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:18 smithi027 bash[31536]: audit 2023-12-07T21:22:18.168661+0000 mgr.a (mgr.24293) 27739 : audit 0 from='client.542700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:20.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:19 smithi022 bash[28554]: cluster 2023-12-07T21:22:18.722095+0000 mgr.a (mgr.24293) 27740 : cluster 0 pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:20.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:19 smithi044 bash[32620]: cluster 2023-12-07T21:22:18.722095+0000 mgr.a (mgr.24293) 27740 : cluster 0 pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:20.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:19 smithi027 bash[31536]: cluster 2023-12-07T21:22:18.722095+0000 mgr.a (mgr.24293) 27740 : cluster 0 pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:22.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:21 smithi022 bash[28554]: cluster 2023-12-07T21:22:20.723133+0000 mgr.a (mgr.24293) 27741 : cluster 0 pgmap v20746: 33 pgs: 33 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:22.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:21 smithi044 bash[32620]: cluster 2023-12-07T21:22:20.723133+0000 mgr.a (mgr.24293) 27741 : cluster 0 pgmap v20746: 33 pgs: 33 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:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:21 smithi027 bash[31536]: cluster 2023-12-07T21:22:20.723133+0000 mgr.a (mgr.24293) 27741 : cluster 0 pgmap v20746: 33 pgs: 33 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:23.668 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:23.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:23.668 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:23.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:23 smithi022 bash[28554]: cluster 2023-12-07T21:22:22.723751+0000 mgr.a (mgr.24293) 27742 : cluster 0 pgmap v20747: 33 pgs: 33 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.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:23 smithi044 bash[32620]: cluster 2023-12-07T21:22:22.723751+0000 mgr.a (mgr.24293) 27742 : cluster 0 pgmap v20747: 33 pgs: 33 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.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:23 smithi027 bash[31536]: cluster 2023-12-07T21:22:22.723751+0000 mgr.a (mgr.24293) 27742 : cluster 0 pgmap v20747: 33 pgs: 33 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:24.587 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:24.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:24 smithi022 bash[28554]: audit 2023-12-07T21:22:24.096640+0000 mgr.a (mgr.24293) 27743 : audit 0 from='client.542775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:24 smithi044 bash[32620]: audit 2023-12-07T21:22:24.096640+0000 mgr.a (mgr.24293) 27743 : audit 0 from='client.542775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:24.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:24 smithi027 bash[31536]: audit 2023-12-07T21:22:24.096640+0000 mgr.a (mgr.24293) 27743 : audit 0 from='client.542775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:25.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:25 smithi022 bash[28554]: cluster 2023-12-07T21:22:24.724497+0000 mgr.a (mgr.24293) 27744 : cluster 0 pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:25.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:25 smithi044 bash[32620]: cluster 2023-12-07T21:22:24.724497+0000 mgr.a (mgr.24293) 27744 : cluster 0 pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:25.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:25 smithi027 bash[31536]: cluster 2023-12-07T21:22:24.724497+0000 mgr.a (mgr.24293) 27744 : cluster 0 pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:28.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:27 smithi022 bash[28554]: cluster 2023-12-07T21:22:26.725294+0000 mgr.a (mgr.24293) 27745 : cluster 0 pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:28.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:27 smithi044 bash[32620]: cluster 2023-12-07T21:22:26.725294+0000 mgr.a (mgr.24293) 27745 : cluster 0 pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:28.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:27 smithi027 bash[31536]: cluster 2023-12-07T21:22:26.725294+0000 mgr.a (mgr.24293) 27745 : cluster 0 pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:29.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:29.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:29.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:30.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:29 smithi022 bash[28554]: cluster 2023-12-07T21:22:28.725878+0000 mgr.a (mgr.24293) 27746 : cluster 0 pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:30.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:29 smithi044 bash[32620]: cluster 2023-12-07T21:22:28.725878+0000 mgr.a (mgr.24293) 27746 : cluster 0 pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:30.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:29 smithi027 bash[31536]: cluster 2023-12-07T21:22:28.725878+0000 mgr.a (mgr.24293) 27746 : cluster 0 pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:30.540 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:30.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:30.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:30.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:30.540 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:31.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:30 smithi022 bash[28554]: audit 2023-12-07T21:22:30.012899+0000 mgr.a (mgr.24293) 27747 : audit 0 from='client.542850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:31.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:30 smithi044 bash[32620]: audit 2023-12-07T21:22:30.012899+0000 mgr.a (mgr.24293) 27747 : audit 0 from='client.542850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:31.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:30 smithi027 bash[31536]: audit 2023-12-07T21:22:30.012899+0000 mgr.a (mgr.24293) 27747 : audit 0 from='client.542850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:32.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:31 smithi022 bash[28554]: cluster 2023-12-07T21:22:30.726846+0000 mgr.a (mgr.24293) 27748 : cluster 0 pgmap v20751: 33 pgs: 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:22:32.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:31 smithi044 bash[32620]: cluster 2023-12-07T21:22:30.726846+0000 mgr.a (mgr.24293) 27748 : cluster 0 pgmap v20751: 33 pgs: 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:22:32.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:31 smithi027 bash[31536]: cluster 2023-12-07T21:22:30.726846+0000 mgr.a (mgr.24293) 27748 : cluster 0 pgmap v20751: 33 pgs: 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:22:33.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:33 smithi022 bash[28554]: cluster 2023-12-07T21:22:32.727423+0000 mgr.a (mgr.24293) 27749 : cluster 0 pgmap v20752: 33 pgs: 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:22:33.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:33 smithi044 bash[32620]: cluster 2023-12-07T21:22:32.727423+0000 mgr.a (mgr.24293) 27749 : cluster 0 pgmap v20752: 33 pgs: 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:22:33.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:33 smithi027 bash[31536]: cluster 2023-12-07T21:22:32.727423+0000 mgr.a (mgr.24293) 27749 : cluster 0 pgmap v20752: 33 pgs: 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:22:35.543 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:35.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:35.544 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:35 smithi022 bash[28554]: cluster 2023-12-07T21:22:34.727950+0000 mgr.a (mgr.24293) 27750 : cluster 0 pgmap v20753: 33 pgs: 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:22:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:35 smithi044 bash[32620]: cluster 2023-12-07T21:22:34.727950+0000 mgr.a (mgr.24293) 27750 : cluster 0 pgmap v20753: 33 pgs: 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:22:36.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:35 smithi027 bash[31536]: cluster 2023-12-07T21:22:34.727950+0000 mgr.a (mgr.24293) 27750 : cluster 0 pgmap v20753: 33 pgs: 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:22:36.441 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:36.442 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:37.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:36 smithi022 bash[28554]: audit 2023-12-07T21:22:35.967175+0000 mgr.a (mgr.24293) 27751 : audit 0 from='client.542925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:37.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:36 smithi044 bash[32620]: audit 2023-12-07T21:22:35.967175+0000 mgr.a (mgr.24293) 27751 : audit 0 from='client.542925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:37.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:36 smithi027 bash[31536]: audit 2023-12-07T21:22:35.967175+0000 mgr.a (mgr.24293) 27751 : audit 0 from='client.542925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:38.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:37 smithi022 bash[28554]: cluster 2023-12-07T21:22:36.729148+0000 mgr.a (mgr.24293) 27752 : cluster 0 pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:38.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:37 smithi044 bash[32620]: cluster 2023-12-07T21:22:36.729148+0000 mgr.a (mgr.24293) 27752 : cluster 0 pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:38.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:37 smithi027 bash[31536]: cluster 2023-12-07T21:22:36.729148+0000 mgr.a (mgr.24293) 27752 : cluster 0 pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:40.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:39 smithi022 bash[28554]: cluster 2023-12-07T21:22:38.729914+0000 mgr.a (mgr.24293) 27753 : cluster 0 pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:40.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:39 smithi044 bash[32620]: cluster 2023-12-07T21:22:38.729914+0000 mgr.a (mgr.24293) 27753 : cluster 0 pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:40.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:39 smithi027 bash[31536]: cluster 2023-12-07T21:22:38.729914+0000 mgr.a (mgr.24293) 27753 : cluster 0 pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:41.444 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:41.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:41.445 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:42.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:41 smithi022 bash[28554]: cluster 2023-12-07T21:22:40.730703+0000 mgr.a (mgr.24293) 27754 : cluster 0 pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:42.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:41 smithi044 bash[32620]: cluster 2023-12-07T21:22:40.730703+0000 mgr.a (mgr.24293) 27754 : cluster 0 pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:42.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:41 smithi027 bash[31536]: cluster 2023-12-07T21:22:40.730703+0000 mgr.a (mgr.24293) 27754 : cluster 0 pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:42.370 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:42.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:42.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:42.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:42.371 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:43.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:42 smithi022 bash[28554]: audit 2023-12-07T21:22:41.867946+0000 mgr.a (mgr.24293) 27755 : audit 0 from='client.543003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:43.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:42 smithi044 bash[32620]: audit 2023-12-07T21:22:41.867946+0000 mgr.a (mgr.24293) 27755 : audit 0 from='client.543003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:43.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:42 smithi027 bash[31536]: audit 2023-12-07T21:22:41.867946+0000 mgr.a (mgr.24293) 27755 : audit 0 from='client.543003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:44.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:43 smithi022 bash[28554]: cluster 2023-12-07T21:22:42.731417+0000 mgr.a (mgr.24293) 27756 : cluster 0 pgmap v20757: 33 pgs: 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:22:44.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:43 smithi044 bash[32620]: cluster 2023-12-07T21:22:42.731417+0000 mgr.a (mgr.24293) 27756 : cluster 0 pgmap v20757: 33 pgs: 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:22:44.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:43 smithi027 bash[31536]: cluster 2023-12-07T21:22:42.731417+0000 mgr.a (mgr.24293) 27756 : cluster 0 pgmap v20757: 33 pgs: 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:22:46.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:45 smithi022 bash[28554]: cluster 2023-12-07T21:22:44.732002+0000 mgr.a (mgr.24293) 27757 : cluster 0 pgmap v20758: 33 pgs: 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:22:46.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:45 smithi044 bash[32620]: cluster 2023-12-07T21:22:44.732002+0000 mgr.a (mgr.24293) 27757 : cluster 0 pgmap v20758: 33 pgs: 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:22:46.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:45 smithi027 bash[31536]: cluster 2023-12-07T21:22:44.732002+0000 mgr.a (mgr.24293) 27757 : cluster 0 pgmap v20758: 33 pgs: 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:22:47.373 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:47.374 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:47.375 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:48.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:47 smithi022 bash[28554]: cluster 2023-12-07T21:22:46.732799+0000 mgr.a (mgr.24293) 27758 : cluster 0 pgmap v20759: 33 pgs: 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:22:48.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:47 smithi044 bash[32620]: cluster 2023-12-07T21:22:46.732799+0000 mgr.a (mgr.24293) 27758 : cluster 0 pgmap v20759: 33 pgs: 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:22:48.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:47 smithi027 bash[31536]: cluster 2023-12-07T21:22:46.732799+0000 mgr.a (mgr.24293) 27758 : cluster 0 pgmap v20759: 33 pgs: 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:22:48.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:48.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:48.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:48.326 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:48.326 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:49.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:48 smithi022 bash[28554]: audit 2023-12-07T21:22:47.804046+0000 mgr.a (mgr.24293) 27759 : audit 0 from='client.543081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:49.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:48 smithi044 bash[32620]: audit 2023-12-07T21:22:47.804046+0000 mgr.a (mgr.24293) 27759 : audit 0 from='client.543081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:49.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:48 smithi027 bash[31536]: audit 2023-12-07T21:22:47.804046+0000 mgr.a (mgr.24293) 27759 : audit 0 from='client.543081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:50.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:49 smithi022 bash[28554]: cluster 2023-12-07T21:22:48.733435+0000 mgr.a (mgr.24293) 27760 : cluster 0 pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:50.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:49 smithi044 bash[32620]: cluster 2023-12-07T21:22:48.733435+0000 mgr.a (mgr.24293) 27760 : cluster 0 pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:50.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:49 smithi027 bash[31536]: cluster 2023-12-07T21:22:48.733435+0000 mgr.a (mgr.24293) 27760 : cluster 0 pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:52.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:51 smithi022 bash[28554]: cluster 2023-12-07T21:22:50.734216+0000 mgr.a (mgr.24293) 27761 : cluster 0 pgmap v20761: 33 pgs: 33 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:52.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:51 smithi044 bash[32620]: cluster 2023-12-07T21:22:50.734216+0000 mgr.a (mgr.24293) 27761 : cluster 0 pgmap v20761: 33 pgs: 33 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:52.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:51 smithi027 bash[31536]: cluster 2023-12-07T21:22:50.734216+0000 mgr.a (mgr.24293) 27761 : cluster 0 pgmap v20761: 33 pgs: 33 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:53.329 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:53.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:53.330 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:53.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:53 smithi022 bash[28554]: cluster 2023-12-07T21:22:52.734762+0000 mgr.a (mgr.24293) 27762 : cluster 0 pgmap v20762: 33 pgs: 33 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.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:53 smithi044 bash[32620]: cluster 2023-12-07T21:22:52.734762+0000 mgr.a (mgr.24293) 27762 : cluster 0 pgmap v20762: 33 pgs: 33 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.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:53 smithi027 bash[31536]: cluster 2023-12-07T21:22:52.734762+0000 mgr.a (mgr.24293) 27762 : cluster 0 pgmap v20762: 33 pgs: 33 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:54.294 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:22:54.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:54.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:54.294 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:54.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:22:54.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:54 smithi022 bash[28554]: audit 2023-12-07T21:22:53.753598+0000 mgr.a (mgr.24293) 27763 : audit 0 from='client.543153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:54.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:54 smithi044 bash[32620]: audit 2023-12-07T21:22:53.753598+0000 mgr.a (mgr.24293) 27763 : audit 0 from='client.543153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:54.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:54 smithi027 bash[31536]: audit 2023-12-07T21:22:53.753598+0000 mgr.a (mgr.24293) 27763 : audit 0 from='client.543153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:55.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:55 smithi022 bash[28554]: cluster 2023-12-07T21:22:54.735594+0000 mgr.a (mgr.24293) 27764 : cluster 0 pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:55.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:55 smithi044 bash[32620]: cluster 2023-12-07T21:22:54.735594+0000 mgr.a (mgr.24293) 27764 : cluster 0 pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:55.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:55 smithi027 bash[31536]: cluster 2023-12-07T21:22:54.735594+0000 mgr.a (mgr.24293) 27764 : cluster 0 pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:58.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:57 smithi022 bash[28554]: cluster 2023-12-07T21:22:56.736435+0000 mgr.a (mgr.24293) 27765 : cluster 0 pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:58.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:57 smithi044 bash[32620]: cluster 2023-12-07T21:22:56.736435+0000 mgr.a (mgr.24293) 27765 : cluster 0 pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:57 smithi027 bash[31536]: cluster 2023-12-07T21:22:56.736435+0000 mgr.a (mgr.24293) 27765 : cluster 0 pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:59.296 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:22:59.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:59.297 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:00.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:22:59 smithi022 bash[28554]: cluster 2023-12-07T21:22:58.736953+0000 mgr.a (mgr.24293) 27766 : cluster 0 pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:00.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:22:59 smithi044 bash[32620]: cluster 2023-12-07T21:22:58.736953+0000 mgr.a (mgr.24293) 27766 : cluster 0 pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:00.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:22:59 smithi027 bash[31536]: cluster 2023-12-07T21:22:58.736953+0000 mgr.a (mgr.24293) 27766 : cluster 0 pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:00.224 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:00.224 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:00.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:00.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:00.225 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:01.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:00 smithi022 bash[28554]: audit 2023-12-07T21:22:59.717524+0000 mgr.a (mgr.24293) 27767 : audit 0 from='client.543231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:01.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:00 smithi022 bash[28554]: audit 2023-12-07T21:23:00.225480+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:01.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:00 smithi022 bash[28554]: audit 2023-12-07T21:23:00.753345+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:01.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:00 smithi022 bash[28554]: audit 2023-12-07T21:23:00.760356+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:01.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:00 smithi044 bash[32620]: audit 2023-12-07T21:22:59.717524+0000 mgr.a (mgr.24293) 27767 : audit 0 from='client.543231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:01.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:00 smithi044 bash[32620]: audit 2023-12-07T21:23:00.225480+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:01.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:00 smithi044 bash[32620]: audit 2023-12-07T21:23:00.753345+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:01.164 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:00 smithi044 bash[32620]: audit 2023-12-07T21:23:00.760356+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:01.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:00 smithi027 bash[31536]: audit 2023-12-07T21:22:59.717524+0000 mgr.a (mgr.24293) 27767 : audit 0 from='client.543231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:00 smithi027 bash[31536]: audit 2023-12-07T21:23:00.225480+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:00 smithi027 bash[31536]: audit 2023-12-07T21:23:00.753345+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:01.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:00 smithi027 bash[31536]: audit 2023-12-07T21:23:00.760356+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:02.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:01 smithi022 bash[28554]: cluster 2023-12-07T21:23:00.737873+0000 mgr.a (mgr.24293) 27768 : cluster 0 pgmap v20766: 33 pgs: 33 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:02.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:01 smithi044 bash[32620]: cluster 2023-12-07T21:23:00.737873+0000 mgr.a (mgr.24293) 27768 : cluster 0 pgmap v20766: 33 pgs: 33 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:02.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:01 smithi027 bash[31536]: cluster 2023-12-07T21:23:00.737873+0000 mgr.a (mgr.24293) 27768 : cluster 0 pgmap v20766: 33 pgs: 33 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:03.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:03 smithi022 bash[28554]: cluster 2023-12-07T21:23:02.738445+0000 mgr.a (mgr.24293) 27769 : cluster 0 pgmap v20767: 33 pgs: 33 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.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:03 smithi044 bash[32620]: cluster 2023-12-07T21:23:02.738445+0000 mgr.a (mgr.24293) 27769 : cluster 0 pgmap v20767: 33 pgs: 33 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.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:03 smithi027 bash[31536]: cluster 2023-12-07T21:23:02.738445+0000 mgr.a (mgr.24293) 27769 : cluster 0 pgmap v20767: 33 pgs: 33 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.227 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:05.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:05.228 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:06.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:06.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:06.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:06.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:06.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:06.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:05 smithi022 bash[28554]: cluster 2023-12-07T21:23:04.739015+0000 mgr.a (mgr.24293) 27770 : cluster 0 pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:06.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:05 smithi044 bash[32620]: cluster 2023-12-07T21:23:04.739015+0000 mgr.a (mgr.24293) 27770 : cluster 0 pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:06.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:05 smithi027 bash[31536]: cluster 2023-12-07T21:23:04.739015+0000 mgr.a (mgr.24293) 27770 : cluster 0 pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:06.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:06 smithi022 bash[28554]: audit 2023-12-07T21:23:05.651674+0000 mgr.a (mgr.24293) 27771 : audit 0 from='client.543306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:07.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:06 smithi044 bash[32620]: audit 2023-12-07T21:23:05.651674+0000 mgr.a (mgr.24293) 27771 : audit 0 from='client.543306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:07.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:06 smithi027 bash[31536]: audit 2023-12-07T21:23:05.651674+0000 mgr.a (mgr.24293) 27771 : audit 0 from='client.543306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:08.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:07 smithi022 bash[28554]: cluster 2023-12-07T21:23:06.739720+0000 mgr.a (mgr.24293) 27772 : cluster 0 pgmap v20769: 33 pgs: 33 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:08.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:07 smithi044 bash[32620]: cluster 2023-12-07T21:23:06.739720+0000 mgr.a (mgr.24293) 27772 : cluster 0 pgmap v20769: 33 pgs: 33 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:08.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:07 smithi027 bash[31536]: cluster 2023-12-07T21:23:06.739720+0000 mgr.a (mgr.24293) 27772 : cluster 0 pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:10.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:09 smithi022 bash[28554]: cluster 2023-12-07T21:23:08.740263+0000 mgr.a (mgr.24293) 27773 : cluster 0 pgmap v20770: 33 pgs: 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:10.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:09 smithi044 bash[32620]: cluster 2023-12-07T21:23:08.740263+0000 mgr.a (mgr.24293) 27773 : cluster 0 pgmap v20770: 33 pgs: 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:10.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:09 smithi027 bash[31536]: cluster 2023-12-07T21:23:08.740263+0000 mgr.a (mgr.24293) 27773 : cluster 0 pgmap v20770: 33 pgs: 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:11.159 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:11.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:11.160 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:12.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:12.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:12.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:12.056 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:12.056 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: cluster 2023-12-07T21:23:10.740815+0000 mgr.a (mgr.24293) 27774 : cluster 0 pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: audit 2023-12-07T21:23:11.567606+0000 mgr.a (mgr.24293) 27775 : audit 0 from='client.543384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: audit 2023-12-07T21:23:11.696008+0000 mon.a (mon.0) 4263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: audit 2023-12-07T21:23:11.701875+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: audit 2023-12-07T21:23:11.717655+0000 mon.a (mon.0) 4265 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: audit 2023-12-07T21:23:11.720539+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:11 smithi022 bash[28554]: audit 2023-12-07T21:23:11.730038+0000 mon.a (mon.0) 4267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: cluster 2023-12-07T21:23:10.740815+0000 mgr.a (mgr.24293) 27774 : cluster 0 pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: audit 2023-12-07T21:23:11.567606+0000 mgr.a (mgr.24293) 27775 : audit 0 from='client.543384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: audit 2023-12-07T21:23:11.696008+0000 mon.a (mon.0) 4263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: audit 2023-12-07T21:23:11.701875+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: audit 2023-12-07T21:23:11.717655+0000 mon.a (mon.0) 4265 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: audit 2023-12-07T21:23:11.720539+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:12.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:11 smithi044 bash[32620]: audit 2023-12-07T21:23:11.730038+0000 mon.a (mon.0) 4267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: cluster 2023-12-07T21:23:10.740815+0000 mgr.a (mgr.24293) 27774 : cluster 0 pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: audit 2023-12-07T21:23:11.567606+0000 mgr.a (mgr.24293) 27775 : audit 0 from='client.543384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: audit 2023-12-07T21:23:11.696008+0000 mon.a (mon.0) 4263 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: audit 2023-12-07T21:23:11.701875+0000 mon.a (mon.0) 4264 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: audit 2023-12-07T21:23:11.717655+0000 mon.a (mon.0) 4265 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: audit 2023-12-07T21:23:11.720539+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:12.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:11 smithi027 bash[31536]: audit 2023-12-07T21:23:11.730038+0000 mon.a (mon.0) 4267 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:23:13.913 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:13 smithi022 bash[28554]: cluster 2023-12-07T21:23:12.741467+0000 mgr.a (mgr.24293) 27776 : cluster 0 pgmap v20772: 33 pgs: 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:13.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:13 smithi044 bash[32620]: cluster 2023-12-07T21:23:12.741467+0000 mgr.a (mgr.24293) 27776 : cluster 0 pgmap v20772: 33 pgs: 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:13.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:13 smithi027 bash[31536]: cluster 2023-12-07T21:23:12.741467+0000 mgr.a (mgr.24293) 27776 : cluster 0 pgmap v20772: 33 pgs: 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:16.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:15 smithi022 bash[28554]: cluster 2023-12-07T21:23:14.742026+0000 mgr.a (mgr.24293) 27777 : cluster 0 pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:15 smithi044 bash[32620]: cluster 2023-12-07T21:23:14.742026+0000 mgr.a (mgr.24293) 27777 : cluster 0 pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:16.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:15 smithi027 bash[31536]: cluster 2023-12-07T21:23:14.742026+0000 mgr.a (mgr.24293) 27777 : cluster 0 pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:17.059 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:17.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:17.060 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:17.988 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:17.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:17.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:17.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:17.988 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:18.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:17 smithi022 bash[28554]: cluster 2023-12-07T21:23:16.742848+0000 mgr.a (mgr.24293) 27778 : cluster 0 pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:18.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:17 smithi022 bash[28554]: audit 2023-12-07T21:23:17.493125+0000 mgr.a (mgr.24293) 27779 : audit 0 from='client.543459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:18.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:17 smithi044 bash[32620]: cluster 2023-12-07T21:23:16.742848+0000 mgr.a (mgr.24293) 27778 : cluster 0 pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:18.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:17 smithi044 bash[32620]: audit 2023-12-07T21:23:17.493125+0000 mgr.a (mgr.24293) 27779 : audit 0 from='client.543459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:18.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:17 smithi027 bash[31536]: cluster 2023-12-07T21:23:16.742848+0000 mgr.a (mgr.24293) 27778 : cluster 0 pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:18.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:17 smithi027 bash[31536]: audit 2023-12-07T21:23:17.493125+0000 mgr.a (mgr.24293) 27779 : audit 0 from='client.543459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:20.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:19 smithi022 bash[28554]: cluster 2023-12-07T21:23:18.743518+0000 mgr.a (mgr.24293) 27780 : cluster 0 pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:20.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:19 smithi044 bash[32620]: cluster 2023-12-07T21:23:18.743518+0000 mgr.a (mgr.24293) 27780 : cluster 0 pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:20.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:19 smithi027 bash[31536]: cluster 2023-12-07T21:23:18.743518+0000 mgr.a (mgr.24293) 27780 : cluster 0 pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:22.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:21 smithi022 bash[28554]: cluster 2023-12-07T21:23:20.744316+0000 mgr.a (mgr.24293) 27781 : cluster 0 pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:22.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:21 smithi044 bash[32620]: cluster 2023-12-07T21:23:20.744316+0000 mgr.a (mgr.24293) 27781 : cluster 0 pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:21 smithi027 bash[31536]: cluster 2023-12-07T21:23:20.744316+0000 mgr.a (mgr.24293) 27781 : cluster 0 pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:22.991 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:22.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:22.992 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:23.906 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:23.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:23.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:23.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:23.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:23.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:23 smithi022 bash[28554]: cluster 2023-12-07T21:23:22.744858+0000 mgr.a (mgr.24293) 27782 : cluster 0 pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:23.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:23 smithi022 bash[28554]: audit 2023-12-07T21:23:23.418306+0000 mgr.a (mgr.24293) 27783 : audit 0 from='client.543534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:23.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:23 smithi044 bash[32620]: cluster 2023-12-07T21:23:22.744858+0000 mgr.a (mgr.24293) 27782 : cluster 0 pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:23.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:23 smithi044 bash[32620]: audit 2023-12-07T21:23:23.418306+0000 mgr.a (mgr.24293) 27783 : audit 0 from='client.543534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:23.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:23 smithi027 bash[31536]: cluster 2023-12-07T21:23:22.744858+0000 mgr.a (mgr.24293) 27782 : cluster 0 pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:23.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:23 smithi027 bash[31536]: audit 2023-12-07T21:23:23.418306+0000 mgr.a (mgr.24293) 27783 : audit 0 from='client.543534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:26.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:25 smithi022 bash[28554]: cluster 2023-12-07T21:23:24.745531+0000 mgr.a (mgr.24293) 27784 : cluster 0 pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:26.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:25 smithi044 bash[32620]: cluster 2023-12-07T21:23:24.745531+0000 mgr.a (mgr.24293) 27784 : cluster 0 pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:26.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:25 smithi027 bash[31536]: cluster 2023-12-07T21:23:24.745531+0000 mgr.a (mgr.24293) 27784 : cluster 0 pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:28.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:27 smithi022 bash[28554]: cluster 2023-12-07T21:23:26.746391+0000 mgr.a (mgr.24293) 27785 : cluster 0 pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:28.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:27 smithi044 bash[32620]: cluster 2023-12-07T21:23:26.746391+0000 mgr.a (mgr.24293) 27785 : cluster 0 pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:28.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:27 smithi027 bash[31536]: cluster 2023-12-07T21:23:26.746391+0000 mgr.a (mgr.24293) 27785 : cluster 0 pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:28.908 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:28.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:28.909 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:29.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:29.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:29.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:29.852 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:29.853 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:30.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:29 smithi022 bash[28554]: cluster 2023-12-07T21:23:28.747097+0000 mgr.a (mgr.24293) 27786 : cluster 0 pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:30.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:29 smithi022 bash[28554]: audit 2023-12-07T21:23:29.335381+0000 mgr.a (mgr.24293) 27787 : audit 0 from='client.543612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:30.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:29 smithi044 bash[32620]: cluster 2023-12-07T21:23:28.747097+0000 mgr.a (mgr.24293) 27786 : cluster 0 pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:30.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:29 smithi044 bash[32620]: audit 2023-12-07T21:23:29.335381+0000 mgr.a (mgr.24293) 27787 : audit 0 from='client.543612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:30.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:29 smithi027 bash[31536]: cluster 2023-12-07T21:23:28.747097+0000 mgr.a (mgr.24293) 27786 : cluster 0 pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:30.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:29 smithi027 bash[31536]: audit 2023-12-07T21:23:29.335381+0000 mgr.a (mgr.24293) 27787 : audit 0 from='client.543612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:32.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:31 smithi022 bash[28554]: cluster 2023-12-07T21:23:30.748025+0000 mgr.a (mgr.24293) 27788 : cluster 0 pgmap v20781: 33 pgs: 33 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:32.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:31 smithi044 bash[32620]: cluster 2023-12-07T21:23:30.748025+0000 mgr.a (mgr.24293) 27788 : cluster 0 pgmap v20781: 33 pgs: 33 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:32.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:31 smithi027 bash[31536]: cluster 2023-12-07T21:23:30.748025+0000 mgr.a (mgr.24293) 27788 : cluster 0 pgmap v20781: 33 pgs: 33 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:33.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:33 smithi022 bash[28554]: cluster 2023-12-07T21:23:32.748621+0000 mgr.a (mgr.24293) 27789 : cluster 0 pgmap v20782: 33 pgs: 33 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.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:33 smithi044 bash[32620]: cluster 2023-12-07T21:23:32.748621+0000 mgr.a (mgr.24293) 27789 : cluster 0 pgmap v20782: 33 pgs: 33 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.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:33 smithi027 bash[31536]: cluster 2023-12-07T21:23:32.748621+0000 mgr.a (mgr.24293) 27789 : cluster 0 pgmap v20782: 33 pgs: 33 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:34.855 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:34.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:34.856 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:35.806 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:35.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:35.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:35.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:35.806 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:35 smithi022 bash[28554]: cluster 2023-12-07T21:23:34.749203+0000 mgr.a (mgr.24293) 27790 : cluster 0 pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:35 smithi022 bash[28554]: audit 2023-12-07T21:23:35.278571+0000 mgr.a (mgr.24293) 27791 : audit 0 from='client.543690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:36.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:35 smithi044 bash[32620]: cluster 2023-12-07T21:23:34.749203+0000 mgr.a (mgr.24293) 27790 : cluster 0 pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:35 smithi044 bash[32620]: audit 2023-12-07T21:23:35.278571+0000 mgr.a (mgr.24293) 27791 : audit 0 from='client.543690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:35 smithi027 bash[31536]: cluster 2023-12-07T21:23:34.749203+0000 mgr.a (mgr.24293) 27790 : cluster 0 pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:36.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:35 smithi027 bash[31536]: audit 2023-12-07T21:23:35.278571+0000 mgr.a (mgr.24293) 27791 : audit 0 from='client.543690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:38.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:37 smithi022 bash[28554]: cluster 2023-12-07T21:23:36.750283+0000 mgr.a (mgr.24293) 27792 : cluster 0 pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:38.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:37 smithi044 bash[32620]: cluster 2023-12-07T21:23:36.750283+0000 mgr.a (mgr.24293) 27792 : cluster 0 pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:38.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:37 smithi027 bash[31536]: cluster 2023-12-07T21:23:36.750283+0000 mgr.a (mgr.24293) 27792 : cluster 0 pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:40.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:39 smithi022 bash[28554]: cluster 2023-12-07T21:23:38.750885+0000 mgr.a (mgr.24293) 27793 : cluster 0 pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:40.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:39 smithi044 bash[32620]: cluster 2023-12-07T21:23:38.750885+0000 mgr.a (mgr.24293) 27793 : cluster 0 pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:40.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:39 smithi027 bash[31536]: cluster 2023-12-07T21:23:38.750885+0000 mgr.a (mgr.24293) 27793 : cluster 0 pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:40.808 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:40.808 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:40.808 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:41.728 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:41.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:41.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:41.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:41.728 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:42.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:41 smithi022 bash[28554]: cluster 2023-12-07T21:23:40.751599+0000 mgr.a (mgr.24293) 27794 : cluster 0 pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:42.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:41 smithi022 bash[28554]: audit 2023-12-07T21:23:41.225274+0000 mgr.a (mgr.24293) 27795 : audit 0 from='client.543765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:42.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:41 smithi044 bash[32620]: cluster 2023-12-07T21:23:40.751599+0000 mgr.a (mgr.24293) 27794 : cluster 0 pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:42.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:41 smithi044 bash[32620]: audit 2023-12-07T21:23:41.225274+0000 mgr.a (mgr.24293) 27795 : audit 0 from='client.543765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:42.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:41 smithi027 bash[31536]: cluster 2023-12-07T21:23:40.751599+0000 mgr.a (mgr.24293) 27794 : cluster 0 pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:42.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:41 smithi027 bash[31536]: audit 2023-12-07T21:23:41.225274+0000 mgr.a (mgr.24293) 27795 : audit 0 from='client.543765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:43.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:43 smithi027 bash[31536]: cluster 2023-12-07T21:23:42.752396+0000 mgr.a (mgr.24293) 27796 : cluster 0 pgmap v20787: 33 pgs: 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:44.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:43 smithi022 bash[28554]: cluster 2023-12-07T21:23:42.752396+0000 mgr.a (mgr.24293) 27796 : cluster 0 pgmap v20787: 33 pgs: 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:44.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:43 smithi044 bash[32620]: cluster 2023-12-07T21:23:42.752396+0000 mgr.a (mgr.24293) 27796 : cluster 0 pgmap v20787: 33 pgs: 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:46.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:45 smithi022 bash[28554]: cluster 2023-12-07T21:23:44.753008+0000 mgr.a (mgr.24293) 27797 : cluster 0 pgmap v20788: 33 pgs: 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:46.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:45 smithi044 bash[32620]: cluster 2023-12-07T21:23:44.753008+0000 mgr.a (mgr.24293) 27797 : cluster 0 pgmap v20788: 33 pgs: 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:46.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:45 smithi027 bash[31536]: cluster 2023-12-07T21:23:44.753008+0000 mgr.a (mgr.24293) 27797 : cluster 0 pgmap v20788: 33 pgs: 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:46.730 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:46.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:46.731 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:47.676 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:47.677 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:48.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:47 smithi022 bash[28554]: cluster 2023-12-07T21:23:46.753795+0000 mgr.a (mgr.24293) 27798 : cluster 0 pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:48.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:47 smithi022 bash[28554]: audit 2023-12-07T21:23:47.162421+0000 mgr.a (mgr.24293) 27799 : audit 0 from='client.543840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:48.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:47 smithi044 bash[32620]: cluster 2023-12-07T21:23:46.753795+0000 mgr.a (mgr.24293) 27798 : cluster 0 pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:48.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:47 smithi044 bash[32620]: audit 2023-12-07T21:23:47.162421+0000 mgr.a (mgr.24293) 27799 : audit 0 from='client.543840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:48.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:47 smithi027 bash[31536]: cluster 2023-12-07T21:23:46.753795+0000 mgr.a (mgr.24293) 27798 : cluster 0 pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:48.187 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:47 smithi027 bash[31536]: audit 2023-12-07T21:23:47.162421+0000 mgr.a (mgr.24293) 27799 : audit 0 from='client.543840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:50.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:49 smithi022 bash[28554]: cluster 2023-12-07T21:23:48.754506+0000 mgr.a (mgr.24293) 27800 : cluster 0 pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:50.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:49 smithi044 bash[32620]: cluster 2023-12-07T21:23:48.754506+0000 mgr.a (mgr.24293) 27800 : cluster 0 pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:50.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:49 smithi027 bash[31536]: cluster 2023-12-07T21:23:48.754506+0000 mgr.a (mgr.24293) 27800 : cluster 0 pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:52.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:51 smithi022 bash[28554]: cluster 2023-12-07T21:23:50.755292+0000 mgr.a (mgr.24293) 27801 : cluster 0 pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:51 smithi044 bash[32620]: cluster 2023-12-07T21:23:50.755292+0000 mgr.a (mgr.24293) 27801 : cluster 0 pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:52.189 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:51 smithi027 bash[31536]: cluster 2023-12-07T21:23:50.755292+0000 mgr.a (mgr.24293) 27801 : cluster 0 pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:52.679 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:52.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:52.680 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:53.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:53.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:53.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:53.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:53.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:23:53.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:53 smithi027 bash[31536]: cluster 2023-12-07T21:23:52.755876+0000 mgr.a (mgr.24293) 27802 : cluster 0 pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:53.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:53 smithi027 bash[31536]: audit 2023-12-07T21:23:53.104905+0000 mgr.a (mgr.24293) 27803 : audit 0 from='client.543918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:54.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:53 smithi022 bash[28554]: cluster 2023-12-07T21:23:52.755876+0000 mgr.a (mgr.24293) 27802 : cluster 0 pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:54.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:53 smithi022 bash[28554]: audit 2023-12-07T21:23:53.104905+0000 mgr.a (mgr.24293) 27803 : audit 0 from='client.543918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:54.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:53 smithi044 bash[32620]: cluster 2023-12-07T21:23:52.755876+0000 mgr.a (mgr.24293) 27802 : cluster 0 pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:54.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:53 smithi044 bash[32620]: audit 2023-12-07T21:23:53.104905+0000 mgr.a (mgr.24293) 27803 : audit 0 from='client.543918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:56.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:55 smithi022 bash[28554]: cluster 2023-12-07T21:23:54.756807+0000 mgr.a (mgr.24293) 27804 : cluster 0 pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:56.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:55 smithi044 bash[32620]: cluster 2023-12-07T21:23:54.756807+0000 mgr.a (mgr.24293) 27804 : cluster 0 pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:56.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:55 smithi027 bash[31536]: cluster 2023-12-07T21:23:54.756807+0000 mgr.a (mgr.24293) 27804 : cluster 0 pgmap v20793: 33 pgs: 33 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:58.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:57 smithi022 bash[28554]: cluster 2023-12-07T21:23:56.757869+0000 mgr.a (mgr.24293) 27805 : cluster 0 pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:58.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:57 smithi044 bash[32620]: cluster 2023-12-07T21:23:56.757869+0000 mgr.a (mgr.24293) 27805 : cluster 0 pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:57 smithi027 bash[31536]: cluster 2023-12-07T21:23:56.757869+0000 mgr.a (mgr.24293) 27805 : cluster 0 pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:58.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:23:58.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:58.633 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:59.563 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:23:59.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:59.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:59.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:59.564 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:00.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:59 smithi022 bash[28554]: cluster 2023-12-07T21:23:58.758460+0000 mgr.a (mgr.24293) 27806 : cluster 0 pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:00.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:23:59 smithi022 bash[28554]: audit 2023-12-07T21:23:59.059574+0000 mgr.a (mgr.24293) 27807 : audit 0 from='client.543996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:00.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:59 smithi044 bash[32620]: cluster 2023-12-07T21:23:58.758460+0000 mgr.a (mgr.24293) 27806 : cluster 0 pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:00.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:23:59 smithi044 bash[32620]: audit 2023-12-07T21:23:59.059574+0000 mgr.a (mgr.24293) 27807 : audit 0 from='client.543996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:00.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:59 smithi027 bash[31536]: cluster 2023-12-07T21:23:58.758460+0000 mgr.a (mgr.24293) 27806 : cluster 0 pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:00.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:23:59 smithi027 bash[31536]: audit 2023-12-07T21:23:59.059574+0000 mgr.a (mgr.24293) 27807 : audit 0 from='client.543996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:02.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:01 smithi022 bash[28554]: cluster 2023-12-07T21:24:00.759432+0000 mgr.a (mgr.24293) 27808 : cluster 0 pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:02.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:01 smithi044 bash[32620]: cluster 2023-12-07T21:24:00.759432+0000 mgr.a (mgr.24293) 27808 : cluster 0 pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:02.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:01 smithi027 bash[31536]: cluster 2023-12-07T21:24:00.759432+0000 mgr.a (mgr.24293) 27808 : cluster 0 pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:03.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:03 smithi027 bash[31536]: cluster 2023-12-07T21:24:02.759958+0000 mgr.a (mgr.24293) 27809 : cluster 0 pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:04.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:03 smithi022 bash[28554]: cluster 2023-12-07T21:24:02.759958+0000 mgr.a (mgr.24293) 27809 : cluster 0 pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:04.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:03 smithi044 bash[32620]: cluster 2023-12-07T21:24:02.759958+0000 mgr.a (mgr.24293) 27809 : cluster 0 pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:04.566 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:04.567 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:04.568 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:05.503 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:05.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:05.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:05.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:05.504 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:06.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:05 smithi022 bash[28554]: cluster 2023-12-07T21:24:04.760468+0000 mgr.a (mgr.24293) 27810 : cluster 0 pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:06.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:05 smithi022 bash[28554]: audit 2023-12-07T21:24:04.991379+0000 mgr.a (mgr.24293) 27811 : audit 0 from='client.544068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:06.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:05 smithi044 bash[32620]: cluster 2023-12-07T21:24:04.760468+0000 mgr.a (mgr.24293) 27810 : cluster 0 pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:06.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:05 smithi044 bash[32620]: audit 2023-12-07T21:24:04.991379+0000 mgr.a (mgr.24293) 27811 : audit 0 from='client.544068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:06.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:05 smithi027 bash[31536]: cluster 2023-12-07T21:24:04.760468+0000 mgr.a (mgr.24293) 27810 : cluster 0 pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:06.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:05 smithi027 bash[31536]: audit 2023-12-07T21:24:04.991379+0000 mgr.a (mgr.24293) 27811 : audit 0 from='client.544068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:08.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:07 smithi022 bash[28554]: cluster 2023-12-07T21:24:06.761422+0000 mgr.a (mgr.24293) 27812 : cluster 0 pgmap v20799: 33 pgs: 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:08.165 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:07 smithi044 bash[32620]: cluster 2023-12-07T21:24:06.761422+0000 mgr.a (mgr.24293) 27812 : cluster 0 pgmap v20799: 33 pgs: 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:08.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:07 smithi027 bash[31536]: cluster 2023-12-07T21:24:06.761422+0000 mgr.a (mgr.24293) 27812 : cluster 0 pgmap v20799: 33 pgs: 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:10.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:09 smithi022 bash[28554]: cluster 2023-12-07T21:24:08.762025+0000 mgr.a (mgr.24293) 27813 : cluster 0 pgmap v20800: 33 pgs: 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:10.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:09 smithi044 bash[32620]: cluster 2023-12-07T21:24:08.762025+0000 mgr.a (mgr.24293) 27813 : cluster 0 pgmap v20800: 33 pgs: 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:10.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:09 smithi027 bash[31536]: cluster 2023-12-07T21:24:08.762025+0000 mgr.a (mgr.24293) 27813 : cluster 0 pgmap v20800: 33 pgs: 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:10.506 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:10.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:10.507 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:11.437 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:11.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:11.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:11.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:11.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:11 smithi022 bash[28554]: cluster 2023-12-07T21:24:10.762783+0000 mgr.a (mgr.24293) 27814 : cluster 0 pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:11 smithi022 bash[28554]: audit 2023-12-07T21:24:10.930957+0000 mgr.a (mgr.24293) 27815 : audit 0 from='client.544140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:12.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:11 smithi044 bash[32620]: cluster 2023-12-07T21:24:10.762783+0000 mgr.a (mgr.24293) 27814 : cluster 0 pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:12.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:11 smithi044 bash[32620]: audit 2023-12-07T21:24:10.930957+0000 mgr.a (mgr.24293) 27815 : audit 0 from='client.544140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:12.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:11 smithi027 bash[31536]: cluster 2023-12-07T21:24:10.762783+0000 mgr.a (mgr.24293) 27814 : cluster 0 pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:12.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:11 smithi027 bash[31536]: audit 2023-12-07T21:24:10.930957+0000 mgr.a (mgr.24293) 27815 : audit 0 from='client.544140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:13.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:12 smithi022 bash[28554]: audit 2023-12-07T21:24:11.847096+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:13.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:12 smithi022 bash[28554]: audit 2023-12-07T21:24:12.377150+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:12 smithi022 bash[28554]: audit 2023-12-07T21:24:12.382751+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:12 smithi022 bash[28554]: audit 2023-12-07T21:24:12.387114+0000 mon.a (mon.0) 4271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:12 smithi022 bash[28554]: audit 2023-12-07T21:24:12.391617+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:12 smithi044 bash[32620]: audit 2023-12-07T21:24:11.847096+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:13.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:12 smithi044 bash[32620]: audit 2023-12-07T21:24:12.377150+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:12 smithi044 bash[32620]: audit 2023-12-07T21:24:12.382751+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:12 smithi044 bash[32620]: audit 2023-12-07T21:24:12.387114+0000 mon.a (mon.0) 4271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:12 smithi044 bash[32620]: audit 2023-12-07T21:24:12.391617+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:12 smithi027 bash[31536]: audit 2023-12-07T21:24:11.847096+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:13.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:12 smithi027 bash[31536]: audit 2023-12-07T21:24:12.377150+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:12 smithi027 bash[31536]: audit 2023-12-07T21:24:12.382751+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:12 smithi027 bash[31536]: audit 2023-12-07T21:24:12.387114+0000 mon.a (mon.0) 4271 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:13.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:12 smithi027 bash[31536]: audit 2023-12-07T21:24:12.391617+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:14.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:13 smithi022 bash[28554]: cluster 2023-12-07T21:24:12.763449+0000 mgr.a (mgr.24293) 27816 : cluster 0 pgmap v20802: 33 pgs: 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:14.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:13 smithi044 bash[32620]: cluster 2023-12-07T21:24:12.763449+0000 mgr.a (mgr.24293) 27816 : cluster 0 pgmap v20802: 33 pgs: 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:14.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:13 smithi027 bash[31536]: cluster 2023-12-07T21:24:12.763449+0000 mgr.a (mgr.24293) 27816 : cluster 0 pgmap v20802: 33 pgs: 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:16.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:15 smithi022 bash[28554]: cluster 2023-12-07T21:24:14.763992+0000 mgr.a (mgr.24293) 27817 : cluster 0 pgmap v20803: 33 pgs: 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:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:15 smithi044 bash[32620]: cluster 2023-12-07T21:24:14.763992+0000 mgr.a (mgr.24293) 27817 : cluster 0 pgmap v20803: 33 pgs: 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:16.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:15 smithi027 bash[31536]: cluster 2023-12-07T21:24:14.763992+0000 mgr.a (mgr.24293) 27817 : cluster 0 pgmap v20803: 33 pgs: 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:16.440 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:16.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:16.441 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:17.386 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:17.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:17.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:17.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:17.387 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:18.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:17 smithi022 bash[28554]: cluster 2023-12-07T21:24:16.764794+0000 mgr.a (mgr.24293) 27818 : cluster 0 pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:18.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:17 smithi022 bash[28554]: audit 2023-12-07T21:24:16.869641+0000 mgr.a (mgr.24293) 27819 : audit 0 from='client.544215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:18.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:17 smithi044 bash[32620]: cluster 2023-12-07T21:24:16.764794+0000 mgr.a (mgr.24293) 27818 : cluster 0 pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:18.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:17 smithi044 bash[32620]: audit 2023-12-07T21:24:16.869641+0000 mgr.a (mgr.24293) 27819 : audit 0 from='client.544215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:18.276 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:17 smithi027 bash[31536]: cluster 2023-12-07T21:24:16.764794+0000 mgr.a (mgr.24293) 27818 : cluster 0 pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:18.276 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:17 smithi027 bash[31536]: audit 2023-12-07T21:24:16.869641+0000 mgr.a (mgr.24293) 27819 : audit 0 from='client.544215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:20.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:19 smithi022 bash[28554]: cluster 2023-12-07T21:24:18.765459+0000 mgr.a (mgr.24293) 27820 : cluster 0 pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:20.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:19 smithi044 bash[32620]: cluster 2023-12-07T21:24:18.765459+0000 mgr.a (mgr.24293) 27820 : cluster 0 pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:20.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:19 smithi027 bash[31536]: cluster 2023-12-07T21:24:18.765459+0000 mgr.a (mgr.24293) 27820 : cluster 0 pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:22.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:21 smithi022 bash[28554]: cluster 2023-12-07T21:24:20.766313+0000 mgr.a (mgr.24293) 27821 : cluster 0 pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:24:22.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:21 smithi044 bash[32620]: cluster 2023-12-07T21:24:20.766313+0000 mgr.a (mgr.24293) 27821 : cluster 0 pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:24:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:21 smithi027 bash[31536]: cluster 2023-12-07T21:24:20.766313+0000 mgr.a (mgr.24293) 27821 : cluster 0 pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:24:22.389 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:22.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:22.390 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:23.342 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:23.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:23.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:23.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:23.343 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: cluster 2023-12-07T21:24:22.766983+0000 mgr.a (mgr.24293) 27822 : cluster 0 pgmap v20807: 33 pgs: 33 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.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: audit 2023-12-07T21:24:22.815670+0000 mgr.a (mgr.24293) 27823 : audit 0 from='client.544290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: audit 2023-12-07T21:24:23.489572+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: audit 2023-12-07T21:24:23.495906+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: audit 2023-12-07T21:24:23.497584+0000 mon.a (mon.0) 4275 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: audit 2023-12-07T21:24:23.499147+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:24.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:24 smithi022 bash[28554]: audit 2023-12-07T21:24:23.507311+0000 mon.a (mon.0) 4277 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: cluster 2023-12-07T21:24:22.766983+0000 mgr.a (mgr.24293) 27822 : cluster 0 pgmap v20807: 33 pgs: 33 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.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: audit 2023-12-07T21:24:22.815670+0000 mgr.a (mgr.24293) 27823 : audit 0 from='client.544290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: audit 2023-12-07T21:24:23.489572+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: audit 2023-12-07T21:24:23.495906+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: audit 2023-12-07T21:24:23.497584+0000 mon.a (mon.0) 4275 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: audit 2023-12-07T21:24:23.499147+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:24.913 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:24 smithi044 bash[32620]: audit 2023-12-07T21:24:23.507311+0000 mon.a (mon.0) 4277 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: cluster 2023-12-07T21:24:22.766983+0000 mgr.a (mgr.24293) 27822 : cluster 0 pgmap v20807: 33 pgs: 33 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.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: audit 2023-12-07T21:24:22.815670+0000 mgr.a (mgr.24293) 27823 : audit 0 from='client.544290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:24.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: audit 2023-12-07T21:24:23.489572+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: audit 2023-12-07T21:24:23.495906+0000 mon.a (mon.0) 4274 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:24.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: audit 2023-12-07T21:24:23.497584+0000 mon.a (mon.0) 4275 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:24.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: audit 2023-12-07T21:24:23.499147+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:24.937 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:24 smithi027 bash[31536]: audit 2023-12-07T21:24:23.507311+0000 mon.a (mon.0) 4277 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:24:26.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:26 smithi022 bash[28554]: cluster 2023-12-07T21:24:24.767713+0000 mgr.a (mgr.24293) 27824 : cluster 0 pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:26.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:26 smithi044 bash[32620]: cluster 2023-12-07T21:24:24.767713+0000 mgr.a (mgr.24293) 27824 : cluster 0 pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:26.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:26 smithi027 bash[31536]: cluster 2023-12-07T21:24:24.767713+0000 mgr.a (mgr.24293) 27824 : cluster 0 pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:28.345 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:28.345 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:28.346 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:28.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:28 smithi022 bash[28554]: cluster 2023-12-07T21:24:26.768491+0000 mgr.a (mgr.24293) 27825 : cluster 0 pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:28.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:28 smithi044 bash[32620]: cluster 2023-12-07T21:24:26.768491+0000 mgr.a (mgr.24293) 27825 : cluster 0 pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:28.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:28 smithi027 bash[31536]: cluster 2023-12-07T21:24:26.768491+0000 mgr.a (mgr.24293) 27825 : cluster 0 pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:29.292 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:29.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:29.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:29.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:29.293 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:30.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:30 smithi022 bash[28554]: cluster 2023-12-07T21:24:28.768880+0000 mgr.a (mgr.24293) 27826 : cluster 0 pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:30.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:30 smithi022 bash[28554]: audit 2023-12-07T21:24:28.774691+0000 mgr.a (mgr.24293) 27827 : audit 0 from='client.544368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:30.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:30 smithi044 bash[32620]: cluster 2023-12-07T21:24:28.768880+0000 mgr.a (mgr.24293) 27826 : cluster 0 pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:30.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:30 smithi044 bash[32620]: audit 2023-12-07T21:24:28.774691+0000 mgr.a (mgr.24293) 27827 : audit 0 from='client.544368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:30.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:30 smithi027 bash[31536]: cluster 2023-12-07T21:24:28.768880+0000 mgr.a (mgr.24293) 27826 : cluster 0 pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:30.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:30 smithi027 bash[31536]: audit 2023-12-07T21:24:28.774691+0000 mgr.a (mgr.24293) 27827 : audit 0 from='client.544368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:32.912 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:32 smithi022 bash[28554]: cluster 2023-12-07T21:24:30.769739+0000 mgr.a (mgr.24293) 27828 : cluster 0 pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:32.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:32 smithi044 bash[32620]: cluster 2023-12-07T21:24:30.769739+0000 mgr.a (mgr.24293) 27828 : cluster 0 pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:32.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:32 smithi027 bash[31536]: cluster 2023-12-07T21:24:30.769739+0000 mgr.a (mgr.24293) 27828 : cluster 0 pgmap v20811: 33 pgs: 33 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:34.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:33 smithi022 bash[28554]: cluster 2023-12-07T21:24:32.770317+0000 mgr.a (mgr.24293) 27829 : cluster 0 pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:34.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:33 smithi044 bash[32620]: cluster 2023-12-07T21:24:32.770317+0000 mgr.a (mgr.24293) 27829 : cluster 0 pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:34.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:33 smithi027 bash[31536]: cluster 2023-12-07T21:24:32.770317+0000 mgr.a (mgr.24293) 27829 : cluster 0 pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:34.295 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:34.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:34.296 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:35.257 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:35.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:35.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:35.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:35.257 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:35 smithi022 bash[28554]: audit 2023-12-07T21:24:34.729033+0000 mgr.a (mgr.24293) 27830 : audit 0 from='client.544437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:35 smithi022 bash[28554]: cluster 2023-12-07T21:24:34.771068+0000 mgr.a (mgr.24293) 27831 : cluster 0 pgmap v20813: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:35 smithi044 bash[32620]: audit 2023-12-07T21:24:34.729033+0000 mgr.a (mgr.24293) 27830 : audit 0 from='client.544437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:36.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:35 smithi044 bash[32620]: cluster 2023-12-07T21:24:34.771068+0000 mgr.a (mgr.24293) 27831 : cluster 0 pgmap v20813: 33 pgs: 33 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:35 smithi027 bash[31536]: audit 2023-12-07T21:24:34.729033+0000 mgr.a (mgr.24293) 27830 : audit 0 from='client.544437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:35 smithi027 bash[31536]: cluster 2023-12-07T21:24:34.771068+0000 mgr.a (mgr.24293) 27831 : cluster 0 pgmap v20813: 33 pgs: 33 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:38.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:37 smithi022 bash[28554]: cluster 2023-12-07T21:24:36.772011+0000 mgr.a (mgr.24293) 27832 : cluster 0 pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:38.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:37 smithi044 bash[32620]: cluster 2023-12-07T21:24:36.772011+0000 mgr.a (mgr.24293) 27832 : cluster 0 pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:38.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:37 smithi027 bash[31536]: cluster 2023-12-07T21:24:36.772011+0000 mgr.a (mgr.24293) 27832 : cluster 0 pgmap v20814: 33 pgs: 33 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:40.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:39 smithi022 bash[28554]: cluster 2023-12-07T21:24:38.772611+0000 mgr.a (mgr.24293) 27833 : cluster 0 pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:40.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:39 smithi044 bash[32620]: cluster 2023-12-07T21:24:38.772611+0000 mgr.a (mgr.24293) 27833 : cluster 0 pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:40.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:39 smithi027 bash[31536]: cluster 2023-12-07T21:24:38.772611+0000 mgr.a (mgr.24293) 27833 : cluster 0 pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:40.260 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:40.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:40.261 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:41.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:41.210 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:41.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:41.211 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:41.211 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:42.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:41 smithi022 bash[28554]: audit 2023-12-07T21:24:40.687983+0000 mgr.a (mgr.24293) 27834 : audit 0 from='client.544512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:42.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:41 smithi022 bash[28554]: cluster 2023-12-07T21:24:40.773712+0000 mgr.a (mgr.24293) 27835 : cluster 0 pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:42.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:41 smithi044 bash[32620]: audit 2023-12-07T21:24:40.687983+0000 mgr.a (mgr.24293) 27834 : audit 0 from='client.544512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:42.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:41 smithi044 bash[32620]: cluster 2023-12-07T21:24:40.773712+0000 mgr.a (mgr.24293) 27835 : cluster 0 pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:42.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:41 smithi027 bash[31536]: audit 2023-12-07T21:24:40.687983+0000 mgr.a (mgr.24293) 27834 : audit 0 from='client.544512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:42.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:41 smithi027 bash[31536]: cluster 2023-12-07T21:24:40.773712+0000 mgr.a (mgr.24293) 27835 : cluster 0 pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:44.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:43 smithi022 bash[28554]: cluster 2023-12-07T21:24:42.774561+0000 mgr.a (mgr.24293) 27836 : cluster 0 pgmap v20817: 33 pgs: 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:44.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:43 smithi044 bash[32620]: cluster 2023-12-07T21:24:42.774561+0000 mgr.a (mgr.24293) 27836 : cluster 0 pgmap v20817: 33 pgs: 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:44.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:43 smithi027 bash[31536]: cluster 2023-12-07T21:24:42.774561+0000 mgr.a (mgr.24293) 27836 : cluster 0 pgmap v20817: 33 pgs: 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:46.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:45 smithi022 bash[28554]: cluster 2023-12-07T21:24:44.775198+0000 mgr.a (mgr.24293) 27837 : cluster 0 pgmap v20818: 33 pgs: 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:46.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:45 smithi044 bash[32620]: cluster 2023-12-07T21:24:44.775198+0000 mgr.a (mgr.24293) 27837 : cluster 0 pgmap v20818: 33 pgs: 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:46.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:45 smithi027 bash[31536]: cluster 2023-12-07T21:24:44.775198+0000 mgr.a (mgr.24293) 27837 : cluster 0 pgmap v20818: 33 pgs: 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:46.213 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:46.214 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:46.215 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:47.146 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:47.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:47.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:47.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:47.147 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:48.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:47 smithi022 bash[28554]: audit 2023-12-07T21:24:46.645141+0000 mgr.a (mgr.24293) 27838 : audit 0 from='client.544590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:48.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:47 smithi022 bash[28554]: cluster 2023-12-07T21:24:46.776216+0000 mgr.a (mgr.24293) 27839 : cluster 0 pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:48.166 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:47 smithi044 bash[32620]: audit 2023-12-07T21:24:46.645141+0000 mgr.a (mgr.24293) 27838 : audit 0 from='client.544590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:48.166 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:47 smithi044 bash[32620]: cluster 2023-12-07T21:24:46.776216+0000 mgr.a (mgr.24293) 27839 : cluster 0 pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:48.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:47 smithi027 bash[31536]: audit 2023-12-07T21:24:46.645141+0000 mgr.a (mgr.24293) 27838 : audit 0 from='client.544590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:48.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:47 smithi027 bash[31536]: cluster 2023-12-07T21:24:46.776216+0000 mgr.a (mgr.24293) 27839 : cluster 0 pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:50.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:49 smithi022 bash[28554]: cluster 2023-12-07T21:24:48.777014+0000 mgr.a (mgr.24293) 27840 : cluster 0 pgmap v20820: 33 pgs: 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:50.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:49 smithi044 bash[32620]: cluster 2023-12-07T21:24:48.777014+0000 mgr.a (mgr.24293) 27840 : cluster 0 pgmap v20820: 33 pgs: 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:50.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:49 smithi027 bash[31536]: cluster 2023-12-07T21:24:48.777014+0000 mgr.a (mgr.24293) 27840 : cluster 0 pgmap v20820: 33 pgs: 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:52.149 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:52.150 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:52.151 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:52.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:51 smithi022 bash[28554]: cluster 2023-12-07T21:24:50.777881+0000 mgr.a (mgr.24293) 27841 : cluster 0 pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:51 smithi044 bash[32620]: cluster 2023-12-07T21:24:50.777881+0000 mgr.a (mgr.24293) 27841 : cluster 0 pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:52.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:51 smithi027 bash[31536]: cluster 2023-12-07T21:24:50.777881+0000 mgr.a (mgr.24293) 27841 : cluster 0 pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:53.123 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:53.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:53.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:53.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:53.123 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:53.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:52 smithi022 bash[28554]: audit 2023-12-07T21:24:52.578816+0000 mgr.a (mgr.24293) 27842 : audit 0 from='client.544668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:53.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:52 smithi044 bash[32620]: audit 2023-12-07T21:24:52.578816+0000 mgr.a (mgr.24293) 27842 : audit 0 from='client.544668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:53.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:52 smithi027 bash[31536]: audit 2023-12-07T21:24:52.578816+0000 mgr.a (mgr.24293) 27842 : audit 0 from='client.544668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:54.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:53 smithi022 bash[28554]: cluster 2023-12-07T21:24:52.778593+0000 mgr.a (mgr.24293) 27843 : cluster 0 pgmap v20822: 33 pgs: 33 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:54.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:53 smithi044 bash[32620]: cluster 2023-12-07T21:24:52.778593+0000 mgr.a (mgr.24293) 27843 : cluster 0 pgmap v20822: 33 pgs: 33 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:54.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:53 smithi027 bash[31536]: cluster 2023-12-07T21:24:52.778593+0000 mgr.a (mgr.24293) 27843 : cluster 0 pgmap v20822: 33 pgs: 33 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:56.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:55 smithi022 bash[28554]: cluster 2023-12-07T21:24:54.779324+0000 mgr.a (mgr.24293) 27844 : cluster 0 pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:56.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:55 smithi044 bash[32620]: cluster 2023-12-07T21:24:54.779324+0000 mgr.a (mgr.24293) 27844 : cluster 0 pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:56.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:55 smithi027 bash[31536]: cluster 2023-12-07T21:24:54.779324+0000 mgr.a (mgr.24293) 27844 : cluster 0 pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:58.125 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:24:58.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:58.126 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:58.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:57 smithi022 bash[28554]: cluster 2023-12-07T21:24:56.780185+0000 mgr.a (mgr.24293) 27845 : cluster 0 pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:58.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:57 smithi044 bash[32620]: cluster 2023-12-07T21:24:56.780185+0000 mgr.a (mgr.24293) 27845 : cluster 0 pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:57 smithi027 bash[31536]: cluster 2023-12-07T21:24:56.780185+0000 mgr.a (mgr.24293) 27845 : cluster 0 pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:59.085 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:24:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:59.085 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:59.086 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:24:59.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:58 smithi022 bash[28554]: audit 2023-12-07T21:24:58.552898+0000 mgr.a (mgr.24293) 27846 : audit 0 from='client.544740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:59.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:58 smithi044 bash[32620]: audit 2023-12-07T21:24:58.552898+0000 mgr.a (mgr.24293) 27846 : audit 0 from='client.544740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:59.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:58 smithi027 bash[31536]: audit 2023-12-07T21:24:58.552898+0000 mgr.a (mgr.24293) 27846 : audit 0 from='client.544740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:00.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:24:59 smithi022 bash[28554]: cluster 2023-12-07T21:24:58.780692+0000 mgr.a (mgr.24293) 27847 : cluster 0 pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:00.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:24:59 smithi044 bash[32620]: cluster 2023-12-07T21:24:58.780692+0000 mgr.a (mgr.24293) 27847 : cluster 0 pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:00.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:24:59 smithi027 bash[31536]: cluster 2023-12-07T21:24:58.780692+0000 mgr.a (mgr.24293) 27847 : cluster 0 pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:02.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:01 smithi022 bash[28554]: cluster 2023-12-07T21:25:00.781577+0000 mgr.a (mgr.24293) 27848 : cluster 0 pgmap v20826: 33 pgs: 33 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:02.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:01 smithi044 bash[32620]: cluster 2023-12-07T21:25:00.781577+0000 mgr.a (mgr.24293) 27848 : cluster 0 pgmap v20826: 33 pgs: 33 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:02.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:01 smithi027 bash[31536]: cluster 2023-12-07T21:25:00.781577+0000 mgr.a (mgr.24293) 27848 : cluster 0 pgmap v20826: 33 pgs: 33 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:04.088 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:04.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:04.089 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:04.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:03 smithi022 bash[28554]: cluster 2023-12-07T21:25:02.782114+0000 mgr.a (mgr.24293) 27849 : cluster 0 pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:04.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:03 smithi044 bash[32620]: cluster 2023-12-07T21:25:02.782114+0000 mgr.a (mgr.24293) 27849 : cluster 0 pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:04.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:03 smithi027 bash[31536]: cluster 2023-12-07T21:25:02.782114+0000 mgr.a (mgr.24293) 27849 : cluster 0 pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:05.041 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:05.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:05.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:05.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:05.041 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:05.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:04 smithi022 bash[28554]: audit 2023-12-07T21:25:04.517706+0000 mgr.a (mgr.24293) 27850 : audit 0 from='client.544818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:05.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:04 smithi044 bash[32620]: audit 2023-12-07T21:25:04.517706+0000 mgr.a (mgr.24293) 27850 : audit 0 from='client.544818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:05.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:04 smithi027 bash[31536]: audit 2023-12-07T21:25:04.517706+0000 mgr.a (mgr.24293) 27850 : audit 0 from='client.544818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:06.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:05 smithi022 bash[28554]: cluster 2023-12-07T21:25:04.782705+0000 mgr.a (mgr.24293) 27851 : cluster 0 pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:06.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:05 smithi044 bash[32620]: cluster 2023-12-07T21:25:04.782705+0000 mgr.a (mgr.24293) 27851 : cluster 0 pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:06.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:05 smithi027 bash[31536]: cluster 2023-12-07T21:25:04.782705+0000 mgr.a (mgr.24293) 27851 : cluster 0 pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:08.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:07 smithi022 bash[28554]: cluster 2023-12-07T21:25:06.783675+0000 mgr.a (mgr.24293) 27852 : cluster 0 pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:08.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:07 smithi044 bash[32620]: cluster 2023-12-07T21:25:06.783675+0000 mgr.a (mgr.24293) 27852 : cluster 0 pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:08.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:07 smithi027 bash[31536]: cluster 2023-12-07T21:25:06.783675+0000 mgr.a (mgr.24293) 27852 : cluster 0 pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:10.044 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:10.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:10.045 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:10.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:09 smithi022 bash[28554]: cluster 2023-12-07T21:25:08.784210+0000 mgr.a (mgr.24293) 27853 : cluster 0 pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:10.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:09 smithi044 bash[32620]: cluster 2023-12-07T21:25:08.784210+0000 mgr.a (mgr.24293) 27853 : cluster 0 pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:10.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:09 smithi027 bash[31536]: cluster 2023-12-07T21:25:08.784210+0000 mgr.a (mgr.24293) 27853 : cluster 0 pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:10.962 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:10.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:10.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:10.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:10.962 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:11.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:10 smithi022 bash[28554]: audit 2023-12-07T21:25:10.471738+0000 mgr.a (mgr.24293) 27854 : audit 0 from='client.544890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:11.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:10 smithi044 bash[32620]: audit 2023-12-07T21:25:10.471738+0000 mgr.a (mgr.24293) 27854 : audit 0 from='client.544890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:11.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:10 smithi027 bash[31536]: audit 2023-12-07T21:25:10.471738+0000 mgr.a (mgr.24293) 27854 : audit 0 from='client.544890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:12.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:11 smithi022 bash[28554]: cluster 2023-12-07T21:25:10.784928+0000 mgr.a (mgr.24293) 27855 : cluster 0 pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:12.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:11 smithi044 bash[32620]: cluster 2023-12-07T21:25:10.784928+0000 mgr.a (mgr.24293) 27855 : cluster 0 pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:12.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:11 smithi027 bash[31536]: cluster 2023-12-07T21:25:10.784928+0000 mgr.a (mgr.24293) 27855 : cluster 0 pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:14.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:13 smithi022 bash[28554]: cluster 2023-12-07T21:25:12.785587+0000 mgr.a (mgr.24293) 27856 : cluster 0 pgmap v20832: 33 pgs: 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:14.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:13 smithi044 bash[32620]: cluster 2023-12-07T21:25:12.785587+0000 mgr.a (mgr.24293) 27856 : cluster 0 pgmap v20832: 33 pgs: 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:14.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:13 smithi027 bash[31536]: cluster 2023-12-07T21:25:12.785587+0000 mgr.a (mgr.24293) 27856 : cluster 0 pgmap v20832: 33 pgs: 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:15.963 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:15.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:15.964 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:16.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:15 smithi022 bash[28554]: cluster 2023-12-07T21:25:14.786171+0000 mgr.a (mgr.24293) 27857 : cluster 0 pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:15 smithi044 bash[32620]: cluster 2023-12-07T21:25:14.786171+0000 mgr.a (mgr.24293) 27857 : cluster 0 pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:16.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:15 smithi027 bash[31536]: cluster 2023-12-07T21:25:14.786171+0000 mgr.a (mgr.24293) 27857 : cluster 0 pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:16.884 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:16.884 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:16.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:16.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:16.885 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:17.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:16 smithi022 bash[28554]: audit 2023-12-07T21:25:16.384756+0000 mgr.a (mgr.24293) 27858 : audit 0 from='client.544968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:17.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:16 smithi044 bash[32620]: audit 2023-12-07T21:25:16.384756+0000 mgr.a (mgr.24293) 27858 : audit 0 from='client.544968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:17.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:16 smithi027 bash[31536]: audit 2023-12-07T21:25:16.384756+0000 mgr.a (mgr.24293) 27858 : audit 0 from='client.544968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:18.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:17 smithi022 bash[28554]: cluster 2023-12-07T21:25:16.787311+0000 mgr.a (mgr.24293) 27859 : cluster 0 pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:18.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:17 smithi044 bash[32620]: cluster 2023-12-07T21:25:16.787311+0000 mgr.a (mgr.24293) 27859 : cluster 0 pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:18.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:17 smithi027 bash[31536]: cluster 2023-12-07T21:25:16.787311+0000 mgr.a (mgr.24293) 27859 : cluster 0 pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:20.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:19 smithi022 bash[28554]: cluster 2023-12-07T21:25:18.787923+0000 mgr.a (mgr.24293) 27860 : cluster 0 pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:20.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:19 smithi044 bash[32620]: cluster 2023-12-07T21:25:18.787923+0000 mgr.a (mgr.24293) 27860 : cluster 0 pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:20.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:19 smithi027 bash[31536]: cluster 2023-12-07T21:25:18.787923+0000 mgr.a (mgr.24293) 27860 : cluster 0 pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:21.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:21.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:21.888 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:22.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:21 smithi022 bash[28554]: cluster 2023-12-07T21:25:20.788667+0000 mgr.a (mgr.24293) 27861 : cluster 0 pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:22.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:21 smithi044 bash[32620]: cluster 2023-12-07T21:25:20.788667+0000 mgr.a (mgr.24293) 27861 : cluster 0 pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:21 smithi027 bash[31536]: cluster 2023-12-07T21:25:20.788667+0000 mgr.a (mgr.24293) 27861 : cluster 0 pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:22.824 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:22.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:22.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:22.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:22.824 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:23.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:22 smithi022 bash[28554]: audit 2023-12-07T21:25:22.309516+0000 mgr.a (mgr.24293) 27862 : audit 0 from='client.545043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:23.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:22 smithi044 bash[32620]: audit 2023-12-07T21:25:22.309516+0000 mgr.a (mgr.24293) 27862 : audit 0 from='client.545043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:23.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:22 smithi027 bash[31536]: audit 2023-12-07T21:25:22.309516+0000 mgr.a (mgr.24293) 27862 : audit 0 from='client.545043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:24.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:23 smithi022 bash[28554]: cluster 2023-12-07T21:25:22.789156+0000 mgr.a (mgr.24293) 27863 : cluster 0 pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:24.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:23 smithi022 bash[28554]: audit 2023-12-07T21:25:23.611409+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:24.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:23 smithi044 bash[32620]: cluster 2023-12-07T21:25:22.789156+0000 mgr.a (mgr.24293) 27863 : cluster 0 pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:24.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:23 smithi044 bash[32620]: audit 2023-12-07T21:25:23.611409+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:24.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:23 smithi027 bash[31536]: cluster 2023-12-07T21:25:22.789156+0000 mgr.a (mgr.24293) 27863 : cluster 0 pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:24.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:23 smithi027 bash[31536]: audit 2023-12-07T21:25:23.611409+0000 mon.a (mon.0) 4278 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:26.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:25 smithi022 bash[28554]: cluster 2023-12-07T21:25:24.789728+0000 mgr.a (mgr.24293) 27864 : cluster 0 pgmap v20838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:26.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:25 smithi044 bash[32620]: cluster 2023-12-07T21:25:24.789728+0000 mgr.a (mgr.24293) 27864 : cluster 0 pgmap v20838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:26.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:25 smithi027 bash[31536]: cluster 2023-12-07T21:25:24.789728+0000 mgr.a (mgr.24293) 27864 : cluster 0 pgmap v20838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:27.827 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:27.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:27.828 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:28.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:27 smithi022 bash[28554]: cluster 2023-12-07T21:25:26.790523+0000 mgr.a (mgr.24293) 27865 : cluster 0 pgmap v20839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:28.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:27 smithi044 bash[32620]: cluster 2023-12-07T21:25:26.790523+0000 mgr.a (mgr.24293) 27865 : cluster 0 pgmap v20839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:28.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:27 smithi027 bash[31536]: cluster 2023-12-07T21:25:26.790523+0000 mgr.a (mgr.24293) 27865 : cluster 0 pgmap v20839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:28.766 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:28.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:28.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:28.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:28.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:29.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:28 smithi022 bash[28554]: audit 2023-12-07T21:25:28.257916+0000 mgr.a (mgr.24293) 27866 : audit 0 from='client.545118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:29.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:28 smithi044 bash[32620]: audit 2023-12-07T21:25:28.257916+0000 mgr.a (mgr.24293) 27866 : audit 0 from='client.545118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:29.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:28 smithi027 bash[31536]: audit 2023-12-07T21:25:28.257916+0000 mgr.a (mgr.24293) 27866 : audit 0 from='client.545118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:30.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:29 smithi022 bash[28554]: cluster 2023-12-07T21:25:28.791248+0000 mgr.a (mgr.24293) 27867 : cluster 0 pgmap v20840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:30.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:29 smithi044 bash[32620]: cluster 2023-12-07T21:25:28.791248+0000 mgr.a (mgr.24293) 27867 : cluster 0 pgmap v20840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:30.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:29 smithi027 bash[31536]: cluster 2023-12-07T21:25:28.791248+0000 mgr.a (mgr.24293) 27867 : cluster 0 pgmap v20840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:32.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:31 smithi022 bash[28554]: cluster 2023-12-07T21:25:30.792074+0000 mgr.a (mgr.24293) 27868 : cluster 0 pgmap v20841: 33 pgs: 33 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:32.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:31 smithi044 bash[32620]: cluster 2023-12-07T21:25:30.792074+0000 mgr.a (mgr.24293) 27868 : cluster 0 pgmap v20841: 33 pgs: 33 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:32.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:31 smithi027 bash[31536]: cluster 2023-12-07T21:25:30.792074+0000 mgr.a (mgr.24293) 27868 : cluster 0 pgmap v20841: 33 pgs: 33 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:33.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:33.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:33.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:33.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:33 smithi044 bash[32620]: cluster 2023-12-07T21:25:32.792633+0000 mgr.a (mgr.24293) 27869 : cluster 0 pgmap v20842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:34.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:33 smithi022 bash[28554]: cluster 2023-12-07T21:25:32.792633+0000 mgr.a (mgr.24293) 27869 : cluster 0 pgmap v20842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:34.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:33 smithi027 bash[31536]: cluster 2023-12-07T21:25:32.792633+0000 mgr.a (mgr.24293) 27869 : cluster 0 pgmap v20842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:34.717 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:34.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:34.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:34.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:34.717 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:35.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:35 smithi022 bash[28554]: audit 2023-12-07T21:25:34.199698+0000 mgr.a (mgr.24293) 27870 : audit 0 from='client.545193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:35.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:35 smithi022 bash[28554]: audit 2023-12-07T21:25:34.373046+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:35 smithi022 bash[28554]: audit 2023-12-07T21:25:34.379367+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:35 smithi022 bash[28554]: audit 2023-12-07T21:25:34.380825+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:35.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:35 smithi022 bash[28554]: audit 2023-12-07T21:25:34.382327+0000 mon.a (mon.0) 4282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:35.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:35 smithi022 bash[28554]: audit 2023-12-07T21:25:34.389988+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:35 smithi044 bash[32620]: audit 2023-12-07T21:25:34.199698+0000 mgr.a (mgr.24293) 27870 : audit 0 from='client.545193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:35.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:35 smithi044 bash[32620]: audit 2023-12-07T21:25:34.373046+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:35 smithi044 bash[32620]: audit 2023-12-07T21:25:34.379367+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:35 smithi044 bash[32620]: audit 2023-12-07T21:25:34.380825+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:35.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:35 smithi044 bash[32620]: audit 2023-12-07T21:25:34.382327+0000 mon.a (mon.0) 4282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:35.663 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:35 smithi044 bash[32620]: audit 2023-12-07T21:25:34.389988+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:35 smithi027 bash[31536]: audit 2023-12-07T21:25:34.199698+0000 mgr.a (mgr.24293) 27870 : audit 0 from='client.545193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:35.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:35 smithi027 bash[31536]: audit 2023-12-07T21:25:34.373046+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:35 smithi027 bash[31536]: audit 2023-12-07T21:25:34.379367+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:35.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:35 smithi027 bash[31536]: audit 2023-12-07T21:25:34.380825+0000 mon.a (mon.0) 4281 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:35.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:35 smithi027 bash[31536]: audit 2023-12-07T21:25:34.382327+0000 mon.a (mon.0) 4282 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:35.687 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:35 smithi027 bash[31536]: audit 2023-12-07T21:25:34.389988+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:25:36.662 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:36 smithi022 bash[28554]: cluster 2023-12-07T21:25:34.793425+0000 mgr.a (mgr.24293) 27871 : cluster 0 pgmap v20843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:36.662 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:36 smithi044 bash[32620]: cluster 2023-12-07T21:25:34.793425+0000 mgr.a (mgr.24293) 27871 : cluster 0 pgmap v20843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:36.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:36 smithi027 bash[31536]: cluster 2023-12-07T21:25:34.793425+0000 mgr.a (mgr.24293) 27871 : cluster 0 pgmap v20843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:38.661 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:38 smithi022 bash[28554]: cluster 2023-12-07T21:25:36.794289+0000 mgr.a (mgr.24293) 27872 : cluster 0 pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:38.662 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:38 smithi044 bash[32620]: cluster 2023-12-07T21:25:36.794289+0000 mgr.a (mgr.24293) 27872 : cluster 0 pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:38.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:38 smithi027 bash[31536]: cluster 2023-12-07T21:25:36.794289+0000 mgr.a (mgr.24293) 27872 : cluster 0 pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:39.720 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:39.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:39.721 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:40.626 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:40.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:40.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:40.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:40.627 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:40.661 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:40 smithi022 bash[28554]: cluster 2023-12-07T21:25:38.794901+0000 mgr.a (mgr.24293) 27873 : cluster 0 pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:40.662 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:40 smithi044 bash[32620]: cluster 2023-12-07T21:25:38.794901+0000 mgr.a (mgr.24293) 27873 : cluster 0 pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:40.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:40 smithi027 bash[31536]: cluster 2023-12-07T21:25:38.794901+0000 mgr.a (mgr.24293) 27873 : cluster 0 pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:41.661 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:41 smithi022 bash[28554]: audit 2023-12-07T21:25:40.146327+0000 mgr.a (mgr.24293) 27874 : audit 0 from='client.545268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:41.662 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:41 smithi044 bash[32620]: audit 2023-12-07T21:25:40.146327+0000 mgr.a (mgr.24293) 27874 : audit 0 from='client.545268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:41.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:41 smithi027 bash[31536]: audit 2023-12-07T21:25:40.146327+0000 mgr.a (mgr.24293) 27874 : audit 0 from='client.545268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:42.661 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:42 smithi022 bash[28554]: cluster 2023-12-07T21:25:40.795981+0000 mgr.a (mgr.24293) 27875 : cluster 0 pgmap v20846: 33 pgs: 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:42.662 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:42 smithi044 bash[32620]: cluster 2023-12-07T21:25:40.795981+0000 mgr.a (mgr.24293) 27875 : cluster 0 pgmap v20846: 33 pgs: 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:42.686 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:42 smithi027 bash[31536]: cluster 2023-12-07T21:25:40.795981+0000 mgr.a (mgr.24293) 27875 : cluster 0 pgmap v20846: 33 pgs: 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:44.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:43 smithi022 bash[28554]: cluster 2023-12-07T21:25:42.796604+0000 mgr.a (mgr.24293) 27876 : cluster 0 pgmap v20847: 33 pgs: 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:44.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:43 smithi044 bash[32620]: cluster 2023-12-07T21:25:42.796604+0000 mgr.a (mgr.24293) 27876 : cluster 0 pgmap v20847: 33 pgs: 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:44.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:43 smithi027 bash[31536]: cluster 2023-12-07T21:25:42.796604+0000 mgr.a (mgr.24293) 27876 : cluster 0 pgmap v20847: 33 pgs: 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:45.629 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:45.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:45.630 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:46.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:45 smithi022 bash[28554]: cluster 2023-12-07T21:25:44.797162+0000 mgr.a (mgr.24293) 27877 : cluster 0 pgmap v20848: 33 pgs: 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:46.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:45 smithi044 bash[32620]: cluster 2023-12-07T21:25:44.797162+0000 mgr.a (mgr.24293) 27877 : cluster 0 pgmap v20848: 33 pgs: 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:46.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:45 smithi027 bash[31536]: cluster 2023-12-07T21:25:44.797162+0000 mgr.a (mgr.24293) 27877 : cluster 0 pgmap v20848: 33 pgs: 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:46.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:46.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:46.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:46.552 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:46.552 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:47.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:46 smithi022 bash[28554]: audit 2023-12-07T21:25:46.058245+0000 mgr.a (mgr.24293) 27878 : audit 0 from='client.545346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:47.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:46 smithi044 bash[32620]: audit 2023-12-07T21:25:46.058245+0000 mgr.a (mgr.24293) 27878 : audit 0 from='client.545346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:47.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:46 smithi027 bash[31536]: audit 2023-12-07T21:25:46.058245+0000 mgr.a (mgr.24293) 27878 : audit 0 from='client.545346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:48.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:47 smithi022 bash[28554]: cluster 2023-12-07T21:25:46.798280+0000 mgr.a (mgr.24293) 27879 : cluster 0 pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:48.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:47 smithi044 bash[32620]: cluster 2023-12-07T21:25:46.798280+0000 mgr.a (mgr.24293) 27879 : cluster 0 pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:48.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:47 smithi027 bash[31536]: cluster 2023-12-07T21:25:46.798280+0000 mgr.a (mgr.24293) 27879 : cluster 0 pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:50.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:49 smithi022 bash[28554]: cluster 2023-12-07T21:25:48.798866+0000 mgr.a (mgr.24293) 27880 : cluster 0 pgmap v20850: 33 pgs: 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:50.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:49 smithi044 bash[32620]: cluster 2023-12-07T21:25:48.798866+0000 mgr.a (mgr.24293) 27880 : cluster 0 pgmap v20850: 33 pgs: 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:50.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:49 smithi027 bash[31536]: cluster 2023-12-07T21:25:48.798866+0000 mgr.a (mgr.24293) 27880 : cluster 0 pgmap v20850: 33 pgs: 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:51.554 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:51.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:51.555 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:52.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:51 smithi022 bash[28554]: cluster 2023-12-07T21:25:50.799608+0000 mgr.a (mgr.24293) 27881 : cluster 0 pgmap v20851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:51 smithi044 bash[32620]: cluster 2023-12-07T21:25:50.799608+0000 mgr.a (mgr.24293) 27881 : cluster 0 pgmap v20851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:52.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:51 smithi027 bash[31536]: cluster 2023-12-07T21:25:50.799608+0000 mgr.a (mgr.24293) 27881 : cluster 0 pgmap v20851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:52.502 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:52.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:52.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:52.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:52.502 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:53.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:52 smithi022 bash[28554]: audit 2023-12-07T21:25:51.990928+0000 mgr.a (mgr.24293) 27882 : audit 0 from='client.545421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:53.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:52 smithi044 bash[32620]: audit 2023-12-07T21:25:51.990928+0000 mgr.a (mgr.24293) 27882 : audit 0 from='client.545421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:53.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:52 smithi027 bash[31536]: audit 2023-12-07T21:25:51.990928+0000 mgr.a (mgr.24293) 27882 : audit 0 from='client.545421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:54.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:53 smithi022 bash[28554]: cluster 2023-12-07T21:25:52.800308+0000 mgr.a (mgr.24293) 27883 : cluster 0 pgmap v20852: 33 pgs: 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:54.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:53 smithi044 bash[32620]: cluster 2023-12-07T21:25:52.800308+0000 mgr.a (mgr.24293) 27883 : cluster 0 pgmap v20852: 33 pgs: 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:54.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:53 smithi027 bash[31536]: cluster 2023-12-07T21:25:52.800308+0000 mgr.a (mgr.24293) 27883 : cluster 0 pgmap v20852: 33 pgs: 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:56.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:55 smithi022 bash[28554]: cluster 2023-12-07T21:25:54.801016+0000 mgr.a (mgr.24293) 27884 : cluster 0 pgmap v20853: 33 pgs: 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:56.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:55 smithi044 bash[32620]: cluster 2023-12-07T21:25:54.801016+0000 mgr.a (mgr.24293) 27884 : cluster 0 pgmap v20853: 33 pgs: 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:56.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:55 smithi027 bash[31536]: cluster 2023-12-07T21:25:54.801016+0000 mgr.a (mgr.24293) 27884 : cluster 0 pgmap v20853: 33 pgs: 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:57.505 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:25:57.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:57.506 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:58.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:57 smithi022 bash[28554]: cluster 2023-12-07T21:25:56.802017+0000 mgr.a (mgr.24293) 27885 : cluster 0 pgmap v20854: 33 pgs: 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:58.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:57 smithi044 bash[32620]: cluster 2023-12-07T21:25:56.802017+0000 mgr.a (mgr.24293) 27885 : cluster 0 pgmap v20854: 33 pgs: 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:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:57 smithi027 bash[31536]: cluster 2023-12-07T21:25:56.802017+0000 mgr.a (mgr.24293) 27885 : cluster 0 pgmap v20854: 33 pgs: 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:58.436 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:25:58.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:58.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:58.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:58.437 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:25:59.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:58 smithi022 bash[28554]: audit 2023-12-07T21:25:57.934257+0000 mgr.a (mgr.24293) 27886 : audit 0 from='client.545496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:59.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:58 smithi044 bash[32620]: audit 2023-12-07T21:25:57.934257+0000 mgr.a (mgr.24293) 27886 : audit 0 from='client.545496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:59.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:58 smithi027 bash[31536]: audit 2023-12-07T21:25:57.934257+0000 mgr.a (mgr.24293) 27886 : audit 0 from='client.545496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:00.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:25:59 smithi022 bash[28554]: cluster 2023-12-07T21:25:58.802800+0000 mgr.a (mgr.24293) 27887 : cluster 0 pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:25:59 smithi044 bash[32620]: cluster 2023-12-07T21:25:58.802800+0000 mgr.a (mgr.24293) 27887 : cluster 0 pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:25:59 smithi027 bash[31536]: cluster 2023-12-07T21:25:58.802800+0000 mgr.a (mgr.24293) 27887 : cluster 0 pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:02.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:01 smithi022 bash[28554]: cluster 2023-12-07T21:26:00.803675+0000 mgr.a (mgr.24293) 27888 : cluster 0 pgmap v20856: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:01 smithi044 bash[32620]: cluster 2023-12-07T21:26:00.803675+0000 mgr.a (mgr.24293) 27888 : cluster 0 pgmap v20856: 33 pgs: 33 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:01 smithi027 bash[31536]: cluster 2023-12-07T21:26:00.803675+0000 mgr.a (mgr.24293) 27888 : cluster 0 pgmap v20856: 33 pgs: 33 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.438 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:03.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:03.439 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:04.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:03 smithi022 bash[28554]: cluster 2023-12-07T21:26:02.804190+0000 mgr.a (mgr.24293) 27889 : cluster 0 pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:03 smithi044 bash[32620]: cluster 2023-12-07T21:26:02.804190+0000 mgr.a (mgr.24293) 27889 : cluster 0 pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:03 smithi027 bash[31536]: cluster 2023-12-07T21:26:02.804190+0000 mgr.a (mgr.24293) 27889 : cluster 0 pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.379 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:04.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:04.379 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:04.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:04.380 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:05.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:04 smithi022 bash[28554]: audit 2023-12-07T21:26:03.871200+0000 mgr.a (mgr.24293) 27890 : audit 0 from='client.425360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:05.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:04 smithi044 bash[32620]: audit 2023-12-07T21:26:03.871200+0000 mgr.a (mgr.24293) 27890 : audit 0 from='client.425360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:05.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:04 smithi027 bash[31536]: audit 2023-12-07T21:26:03.871200+0000 mgr.a (mgr.24293) 27890 : audit 0 from='client.425360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:06.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:05 smithi022 bash[28554]: cluster 2023-12-07T21:26:04.804847+0000 mgr.a (mgr.24293) 27891 : cluster 0 pgmap v20858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:06.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:05 smithi044 bash[32620]: cluster 2023-12-07T21:26:04.804847+0000 mgr.a (mgr.24293) 27891 : cluster 0 pgmap v20858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:06.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:05 smithi027 bash[31536]: cluster 2023-12-07T21:26:04.804847+0000 mgr.a (mgr.24293) 27891 : cluster 0 pgmap v20858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:08.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:07 smithi022 bash[28554]: cluster 2023-12-07T21:26:06.805614+0000 mgr.a (mgr.24293) 27892 : cluster 0 pgmap v20859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:08.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:07 smithi044 bash[32620]: cluster 2023-12-07T21:26:06.805614+0000 mgr.a (mgr.24293) 27892 : cluster 0 pgmap v20859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:08.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:07 smithi027 bash[31536]: cluster 2023-12-07T21:26:06.805614+0000 mgr.a (mgr.24293) 27892 : cluster 0 pgmap v20859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:09.382 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:09.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:09.384 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:10.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:09 smithi022 bash[28554]: cluster 2023-12-07T21:26:08.806156+0000 mgr.a (mgr.24293) 27893 : cluster 0 pgmap v20860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:10.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:09 smithi044 bash[32620]: cluster 2023-12-07T21:26:08.806156+0000 mgr.a (mgr.24293) 27893 : cluster 0 pgmap v20860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:10.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:09 smithi027 bash[31536]: cluster 2023-12-07T21:26:08.806156+0000 mgr.a (mgr.24293) 27893 : cluster 0 pgmap v20860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:10.286 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:10.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:10.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:10.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:10.287 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:11.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:10 smithi022 bash[28554]: audit 2023-12-07T21:26:09.805481+0000 mgr.a (mgr.24293) 27894 : audit 0 from='client.545649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:11.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:10 smithi044 bash[32620]: audit 2023-12-07T21:26:09.805481+0000 mgr.a (mgr.24293) 27894 : audit 0 from='client.545649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:11.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:10 smithi027 bash[31536]: audit 2023-12-07T21:26:09.805481+0000 mgr.a (mgr.24293) 27894 : audit 0 from='client.545649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:12.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:11 smithi022 bash[28554]: cluster 2023-12-07T21:26:10.807024+0000 mgr.a (mgr.24293) 27895 : cluster 0 pgmap v20861: 33 pgs: 33 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:12.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:11 smithi044 bash[32620]: cluster 2023-12-07T21:26:10.807024+0000 mgr.a (mgr.24293) 27895 : cluster 0 pgmap v20861: 33 pgs: 33 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:12.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:11 smithi027 bash[31536]: cluster 2023-12-07T21:26:10.807024+0000 mgr.a (mgr.24293) 27895 : cluster 0 pgmap v20861: 33 pgs: 33 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:14.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:13 smithi022 bash[28554]: cluster 2023-12-07T21:26:12.807634+0000 mgr.a (mgr.24293) 27896 : cluster 0 pgmap v20862: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:13 smithi044 bash[32620]: cluster 2023-12-07T21:26:12.807634+0000 mgr.a (mgr.24293) 27896 : cluster 0 pgmap v20862: 33 pgs: 33 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:13 smithi027 bash[31536]: cluster 2023-12-07T21:26:12.807634+0000 mgr.a (mgr.24293) 27896 : cluster 0 pgmap v20862: 33 pgs: 33 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:15.288 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:15.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:15.289 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:16.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:15 smithi022 bash[28554]: cluster 2023-12-07T21:26:14.808240+0000 mgr.a (mgr.24293) 27897 : cluster 0 pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:15 smithi044 bash[32620]: cluster 2023-12-07T21:26:14.808240+0000 mgr.a (mgr.24293) 27897 : cluster 0 pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:16.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:15 smithi027 bash[31536]: cluster 2023-12-07T21:26:14.808240+0000 mgr.a (mgr.24293) 27897 : cluster 0 pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:16.230 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:16.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:16.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:16.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:16.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:17.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:16 smithi022 bash[28554]: audit 2023-12-07T21:26:15.714709+0000 mgr.a (mgr.24293) 27898 : audit 0 from='client.545724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:17.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:16 smithi044 bash[32620]: audit 2023-12-07T21:26:15.714709+0000 mgr.a (mgr.24293) 27898 : audit 0 from='client.545724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:17.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:16 smithi027 bash[31536]: audit 2023-12-07T21:26:15.714709+0000 mgr.a (mgr.24293) 27898 : audit 0 from='client.545724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:18.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:17 smithi022 bash[28554]: cluster 2023-12-07T21:26:16.809366+0000 mgr.a (mgr.24293) 27899 : cluster 0 pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:18.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:17 smithi044 bash[32620]: cluster 2023-12-07T21:26:16.809366+0000 mgr.a (mgr.24293) 27899 : cluster 0 pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:18.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:17 smithi027 bash[31536]: cluster 2023-12-07T21:26:16.809366+0000 mgr.a (mgr.24293) 27899 : cluster 0 pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:20.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:19 smithi022 bash[28554]: cluster 2023-12-07T21:26:18.810115+0000 mgr.a (mgr.24293) 27900 : cluster 0 pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:20.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:19 smithi044 bash[32620]: cluster 2023-12-07T21:26:18.810115+0000 mgr.a (mgr.24293) 27900 : cluster 0 pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:20.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:19 smithi027 bash[31536]: cluster 2023-12-07T21:26:18.810115+0000 mgr.a (mgr.24293) 27900 : cluster 0 pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:21.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:21.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:21.233 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:22.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:21 smithi022 bash[28554]: cluster 2023-12-07T21:26:20.811032+0000 mgr.a (mgr.24293) 27901 : cluster 0 pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:22.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:21 smithi022 bash[28554]: audit 2023-12-07T21:26:21.657138+0000 mgr.a (mgr.24293) 27902 : audit 0 from='client.545796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:22.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:21 smithi044 bash[32620]: cluster 2023-12-07T21:26:20.811032+0000 mgr.a (mgr.24293) 27901 : cluster 0 pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:22.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:21 smithi044 bash[32620]: audit 2023-12-07T21:26:21.657138+0000 mgr.a (mgr.24293) 27902 : audit 0 from='client.545796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:21 smithi027 bash[31536]: cluster 2023-12-07T21:26:20.811032+0000 mgr.a (mgr.24293) 27901 : cluster 0 pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:21 smithi027 bash[31536]: audit 2023-12-07T21:26:21.657138+0000 mgr.a (mgr.24293) 27902 : audit 0 from='client.545796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:22.191 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:22.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:22.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:22.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:22.191 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:24.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:23 smithi022 bash[28554]: cluster 2023-12-07T21:26:22.811904+0000 mgr.a (mgr.24293) 27903 : cluster 0 pgmap v20867: 33 pgs: 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:24.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:23 smithi044 bash[32620]: cluster 2023-12-07T21:26:22.811904+0000 mgr.a (mgr.24293) 27903 : cluster 0 pgmap v20867: 33 pgs: 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:24.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:23 smithi027 bash[31536]: cluster 2023-12-07T21:26:22.811904+0000 mgr.a (mgr.24293) 27903 : cluster 0 pgmap v20867: 33 pgs: 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:26.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:25 smithi022 bash[28554]: cluster 2023-12-07T21:26:24.812614+0000 mgr.a (mgr.24293) 27904 : cluster 0 pgmap v20868: 33 pgs: 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:26.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:25 smithi044 bash[32620]: cluster 2023-12-07T21:26:24.812614+0000 mgr.a (mgr.24293) 27904 : cluster 0 pgmap v20868: 33 pgs: 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:26.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:25 smithi027 bash[31536]: cluster 2023-12-07T21:26:24.812614+0000 mgr.a (mgr.24293) 27904 : cluster 0 pgmap v20868: 33 pgs: 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:27.194 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:27.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:27.195 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:28.112 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:28.112 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:28.113 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:28.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:27 smithi022 bash[28554]: cluster 2023-12-07T21:26:26.813388+0000 mgr.a (mgr.24293) 27905 : cluster 0 pgmap v20869: 33 pgs: 33 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.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:27 smithi022 bash[28554]: audit 2023-12-07T21:26:27.623754+0000 mgr.a (mgr.24293) 27906 : audit 0 from='client.545871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:28.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:27 smithi044 bash[32620]: cluster 2023-12-07T21:26:26.813388+0000 mgr.a (mgr.24293) 27905 : cluster 0 pgmap v20869: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:27 smithi044 bash[32620]: audit 2023-12-07T21:26:27.623754+0000 mgr.a (mgr.24293) 27906 : audit 0 from='client.545871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:28.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:27 smithi027 bash[31536]: cluster 2023-12-07T21:26:26.813388+0000 mgr.a (mgr.24293) 27905 : cluster 0 pgmap v20869: 33 pgs: 33 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:27 smithi027 bash[31536]: audit 2023-12-07T21:26:27.623754+0000 mgr.a (mgr.24293) 27906 : audit 0 from='client.545871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:30.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:29 smithi022 bash[28554]: cluster 2023-12-07T21:26:28.814073+0000 mgr.a (mgr.24293) 27907 : cluster 0 pgmap v20870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:30.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:29 smithi044 bash[32620]: cluster 2023-12-07T21:26:28.814073+0000 mgr.a (mgr.24293) 27907 : cluster 0 pgmap v20870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:30.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:29 smithi027 bash[31536]: cluster 2023-12-07T21:26:28.814073+0000 mgr.a (mgr.24293) 27907 : cluster 0 pgmap v20870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:32.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:31 smithi022 bash[28554]: cluster 2023-12-07T21:26:30.814899+0000 mgr.a (mgr.24293) 27908 : cluster 0 pgmap v20871: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:31 smithi044 bash[32620]: cluster 2023-12-07T21:26:30.814899+0000 mgr.a (mgr.24293) 27908 : cluster 0 pgmap v20871: 33 pgs: 33 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:31 smithi027 bash[31536]: cluster 2023-12-07T21:26:30.814899+0000 mgr.a (mgr.24293) 27908 : cluster 0 pgmap v20871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:33.115 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:33.115 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:33.116 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:34.052 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:34.052 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:34.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:34.053 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:34.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:33 smithi022 bash[28554]: cluster 2023-12-07T21:26:32.815441+0000 mgr.a (mgr.24293) 27909 : cluster 0 pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:34.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:33 smithi022 bash[28554]: audit 2023-12-07T21:26:33.543040+0000 mgr.a (mgr.24293) 27910 : audit 0 from='client.545946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:34.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:33 smithi044 bash[32620]: cluster 2023-12-07T21:26:32.815441+0000 mgr.a (mgr.24293) 27909 : cluster 0 pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:34.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:33 smithi044 bash[32620]: audit 2023-12-07T21:26:33.543040+0000 mgr.a (mgr.24293) 27910 : audit 0 from='client.545946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:34.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:33 smithi027 bash[31536]: cluster 2023-12-07T21:26:32.815441+0000 mgr.a (mgr.24293) 27909 : cluster 0 pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:34.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:33 smithi027 bash[31536]: audit 2023-12-07T21:26:33.543040+0000 mgr.a (mgr.24293) 27910 : audit 0 from='client.545946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:35.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:34 smithi022 bash[28554]: audit 2023-12-07T21:26:34.507213+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:35.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:34 smithi044 bash[32620]: audit 2023-12-07T21:26:34.507213+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:35.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:34 smithi027 bash[31536]: audit 2023-12-07T21:26:34.507213+0000 mon.a (mon.0) 4284 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: cluster 2023-12-07T21:26:34.816164+0000 mgr.a (mgr.24293) 27911 : cluster 0 pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: audit 2023-12-07T21:26:35.719188+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: audit 2023-12-07T21:26:35.724130+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: audit 2023-12-07T21:26:35.728189+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: audit 2023-12-07T21:26:35.732036+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: audit 2023-12-07T21:26:35.736722+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:35 smithi022 bash[28554]: audit 2023-12-07T21:26:35.740529+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: cluster 2023-12-07T21:26:34.816164+0000 mgr.a (mgr.24293) 27911 : cluster 0 pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: audit 2023-12-07T21:26:35.719188+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: audit 2023-12-07T21:26:35.724130+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: audit 2023-12-07T21:26:35.728189+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: audit 2023-12-07T21:26:35.732036+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: audit 2023-12-07T21:26:35.736722+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:35 smithi044 bash[32620]: audit 2023-12-07T21:26:35.740529+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: cluster 2023-12-07T21:26:34.816164+0000 mgr.a (mgr.24293) 27911 : cluster 0 pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: audit 2023-12-07T21:26:35.719188+0000 mon.a (mon.0) 4285 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: audit 2023-12-07T21:26:35.724130+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: audit 2023-12-07T21:26:35.728189+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: audit 2023-12-07T21:26:35.732036+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: audit 2023-12-07T21:26:35.736722+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:36.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:35 smithi027 bash[31536]: audit 2023-12-07T21:26:35.740529+0000 mon.a (mon.0) 4290 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:37.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:36 smithi022 bash[28554]: audit 2023-12-07T21:26:35.741652+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:37.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:36 smithi022 bash[28554]: audit 2023-12-07T21:26:35.744732+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:37.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:36 smithi022 bash[28554]: audit 2023-12-07T21:26:35.754248+0000 mon.a (mon.0) 4293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:37.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:36 smithi044 bash[32620]: audit 2023-12-07T21:26:35.741652+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:37.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:36 smithi044 bash[32620]: audit 2023-12-07T21:26:35.744732+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:37.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:36 smithi044 bash[32620]: audit 2023-12-07T21:26:35.754248+0000 mon.a (mon.0) 4293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:37.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:36 smithi027 bash[31536]: audit 2023-12-07T21:26:35.741652+0000 mon.a (mon.0) 4291 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:37.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:36 smithi027 bash[31536]: audit 2023-12-07T21:26:35.744732+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:37.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:36 smithi027 bash[31536]: audit 2023-12-07T21:26:35.754248+0000 mon.a (mon.0) 4293 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:26:38.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:37 smithi022 bash[28554]: cluster 2023-12-07T21:26:36.816993+0000 mgr.a (mgr.24293) 27912 : cluster 0 pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:38.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:37 smithi044 bash[32620]: cluster 2023-12-07T21:26:36.816993+0000 mgr.a (mgr.24293) 27912 : cluster 0 pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:38.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:37 smithi027 bash[31536]: cluster 2023-12-07T21:26:36.816993+0000 mgr.a (mgr.24293) 27912 : cluster 0 pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:39.055 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:39.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:39.056 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:40.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:40.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:40.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:40.021 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:40.022 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:40.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:39 smithi022 bash[28554]: cluster 2023-12-07T21:26:38.817543+0000 mgr.a (mgr.24293) 27913 : cluster 0 pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:40.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:39 smithi022 bash[28554]: audit 2023-12-07T21:26:39.487236+0000 mgr.a (mgr.24293) 27914 : audit 0 from='client.546021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:40.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:39 smithi044 bash[32620]: cluster 2023-12-07T21:26:38.817543+0000 mgr.a (mgr.24293) 27913 : cluster 0 pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:40.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:39 smithi044 bash[32620]: audit 2023-12-07T21:26:39.487236+0000 mgr.a (mgr.24293) 27914 : audit 0 from='client.546021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:40.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:39 smithi027 bash[31536]: cluster 2023-12-07T21:26:38.817543+0000 mgr.a (mgr.24293) 27913 : cluster 0 pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:40.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:39 smithi027 bash[31536]: audit 2023-12-07T21:26:39.487236+0000 mgr.a (mgr.24293) 27914 : audit 0 from='client.546021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:42.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:41 smithi022 bash[28554]: cluster 2023-12-07T21:26:40.818420+0000 mgr.a (mgr.24293) 27915 : cluster 0 pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:42.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:41 smithi044 bash[32620]: cluster 2023-12-07T21:26:40.818420+0000 mgr.a (mgr.24293) 27915 : cluster 0 pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:42.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:41 smithi027 bash[31536]: cluster 2023-12-07T21:26:40.818420+0000 mgr.a (mgr.24293) 27915 : cluster 0 pgmap v20876: 33 pgs: 33 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:44.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:43 smithi022 bash[28554]: cluster 2023-12-07T21:26:42.819092+0000 mgr.a (mgr.24293) 27916 : cluster 0 pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:44.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:43 smithi044 bash[32620]: cluster 2023-12-07T21:26:42.819092+0000 mgr.a (mgr.24293) 27916 : cluster 0 pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:44.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:43 smithi027 bash[31536]: cluster 2023-12-07T21:26:42.819092+0000 mgr.a (mgr.24293) 27916 : cluster 0 pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:45.023 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:45.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:45.024 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:45.972 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:45.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:45.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:45.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:45.973 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:46.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:45 smithi022 bash[28554]: cluster 2023-12-07T21:26:44.819702+0000 mgr.a (mgr.24293) 27917 : cluster 0 pgmap v20878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:46.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:45 smithi022 bash[28554]: audit 2023-12-07T21:26:45.448693+0000 mgr.a (mgr.24293) 27918 : audit 0 from='client.546099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:46.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:45 smithi044 bash[32620]: cluster 2023-12-07T21:26:44.819702+0000 mgr.a (mgr.24293) 27917 : cluster 0 pgmap v20878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:46.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:45 smithi044 bash[32620]: audit 2023-12-07T21:26:45.448693+0000 mgr.a (mgr.24293) 27918 : audit 0 from='client.546099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:46.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:45 smithi027 bash[31536]: cluster 2023-12-07T21:26:44.819702+0000 mgr.a (mgr.24293) 27917 : cluster 0 pgmap v20878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:46.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:45 smithi027 bash[31536]: audit 2023-12-07T21:26:45.448693+0000 mgr.a (mgr.24293) 27918 : audit 0 from='client.546099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:48.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:47 smithi022 bash[28554]: cluster 2023-12-07T21:26:46.820774+0000 mgr.a (mgr.24293) 27919 : cluster 0 pgmap v20879: 33 pgs: 33 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:48.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:47 smithi044 bash[32620]: cluster 2023-12-07T21:26:46.820774+0000 mgr.a (mgr.24293) 27919 : cluster 0 pgmap v20879: 33 pgs: 33 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:48.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:47 smithi027 bash[31536]: cluster 2023-12-07T21:26:46.820774+0000 mgr.a (mgr.24293) 27919 : cluster 0 pgmap v20879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:50.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:49 smithi022 bash[28554]: cluster 2023-12-07T21:26:48.821349+0000 mgr.a (mgr.24293) 27920 : cluster 0 pgmap v20880: 33 pgs: 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:50.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:49 smithi044 bash[32620]: cluster 2023-12-07T21:26:48.821349+0000 mgr.a (mgr.24293) 27920 : cluster 0 pgmap v20880: 33 pgs: 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:50.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:49 smithi027 bash[31536]: cluster 2023-12-07T21:26:48.821349+0000 mgr.a (mgr.24293) 27920 : cluster 0 pgmap v20880: 33 pgs: 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:50.975 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:50.976 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:51.906 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:51.906 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:51.907 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:52.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:51 smithi022 bash[28554]: cluster 2023-12-07T21:26:50.822121+0000 mgr.a (mgr.24293) 27921 : cluster 0 pgmap v20881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:52.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:51 smithi022 bash[28554]: audit 2023-12-07T21:26:51.398063+0000 mgr.a (mgr.24293) 27922 : audit 0 from='client.546174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:51 smithi044 bash[32620]: cluster 2023-12-07T21:26:50.822121+0000 mgr.a (mgr.24293) 27921 : cluster 0 pgmap v20881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:51 smithi044 bash[32620]: audit 2023-12-07T21:26:51.398063+0000 mgr.a (mgr.24293) 27922 : audit 0 from='client.546174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:52.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:51 smithi027 bash[31536]: cluster 2023-12-07T21:26:50.822121+0000 mgr.a (mgr.24293) 27921 : cluster 0 pgmap v20881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:52.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:51 smithi027 bash[31536]: audit 2023-12-07T21:26:51.398063+0000 mgr.a (mgr.24293) 27922 : audit 0 from='client.546174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:54.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:53 smithi022 bash[28554]: cluster 2023-12-07T21:26:52.822813+0000 mgr.a (mgr.24293) 27923 : cluster 0 pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:54.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:53 smithi044 bash[32620]: cluster 2023-12-07T21:26:52.822813+0000 mgr.a (mgr.24293) 27923 : cluster 0 pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:54.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:53 smithi027 bash[31536]: cluster 2023-12-07T21:26:52.822813+0000 mgr.a (mgr.24293) 27923 : cluster 0 pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:56.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:55 smithi022 bash[28554]: cluster 2023-12-07T21:26:54.823394+0000 mgr.a (mgr.24293) 27924 : cluster 0 pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:56.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:55 smithi044 bash[32620]: cluster 2023-12-07T21:26:54.823394+0000 mgr.a (mgr.24293) 27924 : cluster 0 pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:56.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:55 smithi027 bash[31536]: cluster 2023-12-07T21:26:54.823394+0000 mgr.a (mgr.24293) 27924 : cluster 0 pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:56.910 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:26:56.910 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:56.911 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:57.857 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:26:57.857 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:57.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:57.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:57.858 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:26:58.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:57 smithi022 bash[28554]: cluster 2023-12-07T21:26:56.824218+0000 mgr.a (mgr.24293) 27925 : cluster 0 pgmap v20884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:57 smithi022 bash[28554]: audit 2023-12-07T21:26:57.341656+0000 mgr.a (mgr.24293) 27926 : audit 0 from='client.437443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:58.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:57 smithi044 bash[32620]: cluster 2023-12-07T21:26:56.824218+0000 mgr.a (mgr.24293) 27925 : cluster 0 pgmap v20884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:57 smithi044 bash[32620]: audit 2023-12-07T21:26:57.341656+0000 mgr.a (mgr.24293) 27926 : audit 0 from='client.437443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:57 smithi027 bash[31536]: cluster 2023-12-07T21:26:56.824218+0000 mgr.a (mgr.24293) 27925 : cluster 0 pgmap v20884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:57 smithi027 bash[31536]: audit 2023-12-07T21:26:57.341656+0000 mgr.a (mgr.24293) 27926 : audit 0 from='client.437443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:00.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:26:59 smithi022 bash[28554]: cluster 2023-12-07T21:26:58.825064+0000 mgr.a (mgr.24293) 27927 : cluster 0 pgmap v20885: 33 pgs: 33 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:00.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:26:59 smithi044 bash[32620]: cluster 2023-12-07T21:26:58.825064+0000 mgr.a (mgr.24293) 27927 : cluster 0 pgmap v20885: 33 pgs: 33 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:00.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:26:59 smithi027 bash[31536]: cluster 2023-12-07T21:26:58.825064+0000 mgr.a (mgr.24293) 27927 : cluster 0 pgmap v20885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:02.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:01 smithi022 bash[28554]: cluster 2023-12-07T21:27:00.825938+0000 mgr.a (mgr.24293) 27928 : cluster 0 pgmap v20886: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:01 smithi044 bash[32620]: cluster 2023-12-07T21:27:00.825938+0000 mgr.a (mgr.24293) 27928 : cluster 0 pgmap v20886: 33 pgs: 33 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:01 smithi027 bash[31536]: cluster 2023-12-07T21:27:00.825938+0000 mgr.a (mgr.24293) 27928 : cluster 0 pgmap v20886: 33 pgs: 33 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.859 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:02.859 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:02.860 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:03.817 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:03.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:03.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:03.817 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:03.818 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:04.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:03 smithi022 bash[28554]: cluster 2023-12-07T21:27:02.826543+0000 mgr.a (mgr.24293) 27929 : cluster 0 pgmap v20887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:04.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:03 smithi022 bash[28554]: audit 2023-12-07T21:27:03.284239+0000 mgr.a (mgr.24293) 27930 : audit 0 from='client.546327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:04.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:03 smithi044 bash[32620]: cluster 2023-12-07T21:27:02.826543+0000 mgr.a (mgr.24293) 27929 : cluster 0 pgmap v20887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:04.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:03 smithi044 bash[32620]: audit 2023-12-07T21:27:03.284239+0000 mgr.a (mgr.24293) 27930 : audit 0 from='client.546327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:04.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:03 smithi027 bash[31536]: cluster 2023-12-07T21:27:02.826543+0000 mgr.a (mgr.24293) 27929 : cluster 0 pgmap v20887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:04.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:03 smithi027 bash[31536]: audit 2023-12-07T21:27:03.284239+0000 mgr.a (mgr.24293) 27930 : audit 0 from='client.546327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:06.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:05 smithi022 bash[28554]: cluster 2023-12-07T21:27:04.827289+0000 mgr.a (mgr.24293) 27931 : cluster 0 pgmap v20888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:06.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:05 smithi044 bash[32620]: cluster 2023-12-07T21:27:04.827289+0000 mgr.a (mgr.24293) 27931 : cluster 0 pgmap v20888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:06.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:05 smithi027 bash[31536]: cluster 2023-12-07T21:27:04.827289+0000 mgr.a (mgr.24293) 27931 : cluster 0 pgmap v20888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:08.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:07 smithi022 bash[28554]: cluster 2023-12-07T21:27:06.828172+0000 mgr.a (mgr.24293) 27932 : cluster 0 pgmap v20889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:08.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:07 smithi044 bash[32620]: cluster 2023-12-07T21:27:06.828172+0000 mgr.a (mgr.24293) 27932 : cluster 0 pgmap v20889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:08.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:07 smithi027 bash[31536]: cluster 2023-12-07T21:27:06.828172+0000 mgr.a (mgr.24293) 27932 : cluster 0 pgmap v20889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:08.820 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:08.821 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:09.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:09.749 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:10.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:09 smithi022 bash[28554]: cluster 2023-12-07T21:27:08.828754+0000 mgr.a (mgr.24293) 27933 : cluster 0 pgmap v20890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:10.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:09 smithi022 bash[28554]: audit 2023-12-07T21:27:09.250118+0000 mgr.a (mgr.24293) 27934 : audit 0 from='client.546402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:10.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:09 smithi044 bash[32620]: cluster 2023-12-07T21:27:08.828754+0000 mgr.a (mgr.24293) 27933 : cluster 0 pgmap v20890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:10.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:09 smithi044 bash[32620]: audit 2023-12-07T21:27:09.250118+0000 mgr.a (mgr.24293) 27934 : audit 0 from='client.546402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:10.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:09 smithi027 bash[31536]: cluster 2023-12-07T21:27:08.828754+0000 mgr.a (mgr.24293) 27933 : cluster 0 pgmap v20890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:10.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:09 smithi027 bash[31536]: audit 2023-12-07T21:27:09.250118+0000 mgr.a (mgr.24293) 27934 : audit 0 from='client.546402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:12.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:11 smithi022 bash[28554]: cluster 2023-12-07T21:27:10.829705+0000 mgr.a (mgr.24293) 27935 : cluster 0 pgmap v20891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:12.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:11 smithi044 bash[32620]: cluster 2023-12-07T21:27:10.829705+0000 mgr.a (mgr.24293) 27935 : cluster 0 pgmap v20891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:12.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:11 smithi027 bash[31536]: cluster 2023-12-07T21:27:10.829705+0000 mgr.a (mgr.24293) 27935 : cluster 0 pgmap v20891: 33 pgs: 33 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:14.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:13 smithi022 bash[28554]: cluster 2023-12-07T21:27:12.830411+0000 mgr.a (mgr.24293) 27936 : cluster 0 pgmap v20892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:14.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:13 smithi044 bash[32620]: cluster 2023-12-07T21:27:12.830411+0000 mgr.a (mgr.24293) 27936 : cluster 0 pgmap v20892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:14.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:13 smithi027 bash[31536]: cluster 2023-12-07T21:27:12.830411+0000 mgr.a (mgr.24293) 27936 : cluster 0 pgmap v20892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:14.751 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:14.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:14.752 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:15.684 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:15.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:15.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:15.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:15.685 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:16.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:15 smithi022 bash[28554]: cluster 2023-12-07T21:27:14.831136+0000 mgr.a (mgr.24293) 27937 : cluster 0 pgmap v20893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:16.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:15 smithi022 bash[28554]: audit 2023-12-07T21:27:15.177278+0000 mgr.a (mgr.24293) 27938 : audit 0 from='client.546480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:15 smithi044 bash[32620]: cluster 2023-12-07T21:27:14.831136+0000 mgr.a (mgr.24293) 27937 : cluster 0 pgmap v20893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:15 smithi044 bash[32620]: audit 2023-12-07T21:27:15.177278+0000 mgr.a (mgr.24293) 27938 : audit 0 from='client.546480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:16.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:15 smithi027 bash[31536]: cluster 2023-12-07T21:27:14.831136+0000 mgr.a (mgr.24293) 27937 : cluster 0 pgmap v20893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:16.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:15 smithi027 bash[31536]: audit 2023-12-07T21:27:15.177278+0000 mgr.a (mgr.24293) 27938 : audit 0 from='client.546480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:18.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:17 smithi022 bash[28554]: cluster 2023-12-07T21:27:16.832159+0000 mgr.a (mgr.24293) 27939 : cluster 0 pgmap v20894: 33 pgs: 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:27:18.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:17 smithi044 bash[32620]: cluster 2023-12-07T21:27:16.832159+0000 mgr.a (mgr.24293) 27939 : cluster 0 pgmap v20894: 33 pgs: 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:27:18.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:17 smithi027 bash[31536]: cluster 2023-12-07T21:27:16.832159+0000 mgr.a (mgr.24293) 27939 : cluster 0 pgmap v20894: 33 pgs: 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:27:20.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:19 smithi022 bash[28554]: cluster 2023-12-07T21:27:18.832733+0000 mgr.a (mgr.24293) 27940 : cluster 0 pgmap v20895: 33 pgs: 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:27:20.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:19 smithi044 bash[32620]: cluster 2023-12-07T21:27:18.832733+0000 mgr.a (mgr.24293) 27940 : cluster 0 pgmap v20895: 33 pgs: 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:27:20.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:19 smithi027 bash[31536]: cluster 2023-12-07T21:27:18.832733+0000 mgr.a (mgr.24293) 27940 : cluster 0 pgmap v20895: 33 pgs: 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:27:20.686 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:20.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:20.687 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:21.630 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:21.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:21.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:21.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:21.630 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:22.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:21 smithi022 bash[28554]: cluster 2023-12-07T21:27:20.833228+0000 mgr.a (mgr.24293) 27941 : cluster 0 pgmap v20896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:22.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:21 smithi022 bash[28554]: audit 2023-12-07T21:27:21.114910+0000 mgr.a (mgr.24293) 27942 : audit 0 from='client.546555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:22.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:21 smithi044 bash[32620]: cluster 2023-12-07T21:27:20.833228+0000 mgr.a (mgr.24293) 27941 : cluster 0 pgmap v20896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:22.163 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:21 smithi044 bash[32620]: audit 2023-12-07T21:27:21.114910+0000 mgr.a (mgr.24293) 27942 : audit 0 from='client.546555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:21 smithi027 bash[31536]: cluster 2023-12-07T21:27:20.833228+0000 mgr.a (mgr.24293) 27941 : cluster 0 pgmap v20896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:22.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:21 smithi027 bash[31536]: audit 2023-12-07T21:27:21.114910+0000 mgr.a (mgr.24293) 27942 : audit 0 from='client.546555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:24.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:23 smithi022 bash[28554]: cluster 2023-12-07T21:27:22.833905+0000 mgr.a (mgr.24293) 27943 : cluster 0 pgmap v20897: 33 pgs: 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:24.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:23 smithi044 bash[32620]: cluster 2023-12-07T21:27:22.833905+0000 mgr.a (mgr.24293) 27943 : cluster 0 pgmap v20897: 33 pgs: 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:24.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:23 smithi027 bash[31536]: cluster 2023-12-07T21:27:22.833905+0000 mgr.a (mgr.24293) 27943 : cluster 0 pgmap v20897: 33 pgs: 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:26.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:25 smithi022 bash[28554]: cluster 2023-12-07T21:27:24.834547+0000 mgr.a (mgr.24293) 27944 : cluster 0 pgmap v20898: 33 pgs: 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:26.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:25 smithi044 bash[32620]: cluster 2023-12-07T21:27:24.834547+0000 mgr.a (mgr.24293) 27944 : cluster 0 pgmap v20898: 33 pgs: 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:26.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:25 smithi027 bash[31536]: cluster 2023-12-07T21:27:24.834547+0000 mgr.a (mgr.24293) 27944 : cluster 0 pgmap v20898: 33 pgs: 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:26.633 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:26.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:26.634 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:27.548 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:27.548 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:28.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:27 smithi022 bash[28554]: cluster 2023-12-07T21:27:26.835241+0000 mgr.a (mgr.24293) 27945 : cluster 0 pgmap v20899: 33 pgs: 33 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.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:27 smithi022 bash[28554]: audit 2023-12-07T21:27:27.055470+0000 mgr.a (mgr.24293) 27946 : audit 0 from='client.546630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:28.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:27 smithi044 bash[32620]: cluster 2023-12-07T21:27:26.835241+0000 mgr.a (mgr.24293) 27945 : cluster 0 pgmap v20899: 33 pgs: 33 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.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:27 smithi044 bash[32620]: audit 2023-12-07T21:27:27.055470+0000 mgr.a (mgr.24293) 27946 : audit 0 from='client.546630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:28.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:27 smithi027 bash[31536]: cluster 2023-12-07T21:27:26.835241+0000 mgr.a (mgr.24293) 27945 : cluster 0 pgmap v20899: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:27 smithi027 bash[31536]: audit 2023-12-07T21:27:27.055470+0000 mgr.a (mgr.24293) 27946 : audit 0 from='client.546630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:30.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:29 smithi022 bash[28554]: cluster 2023-12-07T21:27:28.836131+0000 mgr.a (mgr.24293) 27947 : cluster 0 pgmap v20900: 33 pgs: 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:27:30.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:29 smithi044 bash[32620]: cluster 2023-12-07T21:27:28.836131+0000 mgr.a (mgr.24293) 27947 : cluster 0 pgmap v20900: 33 pgs: 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:27:30.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:29 smithi027 bash[31536]: cluster 2023-12-07T21:27:28.836131+0000 mgr.a (mgr.24293) 27947 : cluster 0 pgmap v20900: 33 pgs: 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:27:32.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:31 smithi022 bash[28554]: cluster 2023-12-07T21:27:30.836987+0000 mgr.a (mgr.24293) 27948 : cluster 0 pgmap v20901: 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:27:32.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:31 smithi044 bash[32620]: cluster 2023-12-07T21:27:30.836987+0000 mgr.a (mgr.24293) 27948 : cluster 0 pgmap v20901: 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:27:32.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:31 smithi027 bash[31536]: cluster 2023-12-07T21:27:30.836987+0000 mgr.a (mgr.24293) 27948 : cluster 0 pgmap v20901: 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:27:32.551 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:32.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:32.552 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:33.471 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:33.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:33.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:33.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:33.471 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:34.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:33 smithi022 bash[28554]: cluster 2023-12-07T21:27:32.837684+0000 mgr.a (mgr.24293) 27949 : cluster 0 pgmap v20902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:33 smithi022 bash[28554]: audit 2023-12-07T21:27:32.976046+0000 mgr.a (mgr.24293) 27950 : audit 0 from='client.546702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:34.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:33 smithi044 bash[32620]: cluster 2023-12-07T21:27:32.837684+0000 mgr.a (mgr.24293) 27949 : cluster 0 pgmap v20902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:33 smithi044 bash[32620]: audit 2023-12-07T21:27:32.976046+0000 mgr.a (mgr.24293) 27950 : audit 0 from='client.546702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:34.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:33 smithi027 bash[31536]: cluster 2023-12-07T21:27:32.837684+0000 mgr.a (mgr.24293) 27949 : cluster 0 pgmap v20902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:33 smithi027 bash[31536]: audit 2023-12-07T21:27:32.976046+0000 mgr.a (mgr.24293) 27950 : audit 0 from='client.546702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:36.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:35 smithi022 bash[28554]: cluster 2023-12-07T21:27:34.838475+0000 mgr.a (mgr.24293) 27951 : cluster 0 pgmap v20903: 33 pgs: 33 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:36.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:35 smithi022 bash[28554]: audit 2023-12-07T21:27:35.857164+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:36.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:35 smithi044 bash[32620]: cluster 2023-12-07T21:27:34.838475+0000 mgr.a (mgr.24293) 27951 : cluster 0 pgmap v20903: 33 pgs: 33 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:36.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:35 smithi044 bash[32620]: audit 2023-12-07T21:27:35.857164+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:36.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:35 smithi027 bash[31536]: cluster 2023-12-07T21:27:34.838475+0000 mgr.a (mgr.24293) 27951 : cluster 0 pgmap v20903: 33 pgs: 33 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:36.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:35 smithi027 bash[31536]: audit 2023-12-07T21:27:35.857164+0000 mon.a (mon.0) 4294 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:37.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:36 smithi022 bash[28554]: audit 2023-12-07T21:27:36.596158+0000 mon.a (mon.0) 4295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:37.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:36 smithi022 bash[28554]: audit 2023-12-07T21:27:36.597640+0000 mon.a (mon.0) 4296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:37.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:36 smithi022 bash[28554]: audit 2023-12-07T21:27:36.606501+0000 mon.a (mon.0) 4297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:27:37.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:36 smithi044 bash[32620]: audit 2023-12-07T21:27:36.596158+0000 mon.a (mon.0) 4295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:37.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:36 smithi044 bash[32620]: audit 2023-12-07T21:27:36.597640+0000 mon.a (mon.0) 4296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:37.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:36 smithi044 bash[32620]: audit 2023-12-07T21:27:36.606501+0000 mon.a (mon.0) 4297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:27:37.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:36 smithi027 bash[31536]: audit 2023-12-07T21:27:36.596158+0000 mon.a (mon.0) 4295 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:37.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:36 smithi027 bash[31536]: audit 2023-12-07T21:27:36.597640+0000 mon.a (mon.0) 4296 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:37.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:36 smithi027 bash[31536]: audit 2023-12-07T21:27:36.606501+0000 mon.a (mon.0) 4297 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:27:38.474 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:38.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:38.475 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:38.911 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:38 smithi022 bash[28554]: cluster 2023-12-07T21:27:36.839475+0000 mgr.a (mgr.24293) 27952 : cluster 0 pgmap v20904: 33 pgs: 33 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:38.911 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:38 smithi044 bash[32620]: cluster 2023-12-07T21:27:36.839475+0000 mgr.a (mgr.24293) 27952 : cluster 0 pgmap v20904: 33 pgs: 33 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:38.935 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:38 smithi027 bash[31536]: cluster 2023-12-07T21:27:36.839475+0000 mgr.a (mgr.24293) 27952 : cluster 0 pgmap v20904: 33 pgs: 33 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:39.410 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:39.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:39.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:39.410 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:39.411 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:40.911 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:40 smithi022 bash[28554]: cluster 2023-12-07T21:27:38.840214+0000 mgr.a (mgr.24293) 27953 : cluster 0 pgmap v20905: 33 pgs: 33 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.911 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:40 smithi022 bash[28554]: audit 2023-12-07T21:27:38.900257+0000 mgr.a (mgr.24293) 27954 : audit 0 from='client.546780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:40.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:40 smithi044 bash[32620]: cluster 2023-12-07T21:27:38.840214+0000 mgr.a (mgr.24293) 27953 : cluster 0 pgmap v20905: 33 pgs: 33 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.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:40 smithi044 bash[32620]: audit 2023-12-07T21:27:38.900257+0000 mgr.a (mgr.24293) 27954 : audit 0 from='client.546780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:40.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:40 smithi027 bash[31536]: cluster 2023-12-07T21:27:38.840214+0000 mgr.a (mgr.24293) 27953 : cluster 0 pgmap v20905: 33 pgs: 33 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.936 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:40 smithi027 bash[31536]: audit 2023-12-07T21:27:38.900257+0000 mgr.a (mgr.24293) 27954 : audit 0 from='client.546780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:42.911 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:42 smithi022 bash[28554]: cluster 2023-12-07T21:27:40.841145+0000 mgr.a (mgr.24293) 27955 : cluster 0 pgmap v20906: 33 pgs: 33 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:42.912 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:42 smithi044 bash[32620]: cluster 2023-12-07T21:27:40.841145+0000 mgr.a (mgr.24293) 27955 : cluster 0 pgmap v20906: 33 pgs: 33 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:42.935 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:42 smithi027 bash[31536]: cluster 2023-12-07T21:27:40.841145+0000 mgr.a (mgr.24293) 27955 : cluster 0 pgmap v20906: 33 pgs: 33 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:44.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:43 smithi022 bash[28554]: cluster 2023-12-07T21:27:42.841859+0000 mgr.a (mgr.24293) 27956 : cluster 0 pgmap v20907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:44.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:43 smithi044 bash[32620]: cluster 2023-12-07T21:27:42.841859+0000 mgr.a (mgr.24293) 27956 : cluster 0 pgmap v20907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:44.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:43 smithi027 bash[31536]: cluster 2023-12-07T21:27:42.841859+0000 mgr.a (mgr.24293) 27956 : cluster 0 pgmap v20907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:44.413 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:44.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:44.414 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:45.354 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:45.354 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:45.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:45.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:45.355 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:46.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:45 smithi022 bash[28554]: audit 2023-12-07T21:27:44.837287+0000 mgr.a (mgr.24293) 27957 : audit 0 from='client.546858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:46.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:45 smithi022 bash[28554]: cluster 2023-12-07T21:27:44.853364+0000 mgr.a (mgr.24293) 27958 : cluster 0 pgmap v20908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:45 smithi044 bash[32620]: audit 2023-12-07T21:27:44.837287+0000 mgr.a (mgr.24293) 27957 : audit 0 from='client.546858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:46.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:45 smithi044 bash[32620]: cluster 2023-12-07T21:27:44.853364+0000 mgr.a (mgr.24293) 27958 : cluster 0 pgmap v20908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:45 smithi027 bash[31536]: audit 2023-12-07T21:27:44.837287+0000 mgr.a (mgr.24293) 27957 : audit 0 from='client.546858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:46.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:45 smithi027 bash[31536]: cluster 2023-12-07T21:27:44.853364+0000 mgr.a (mgr.24293) 27958 : cluster 0 pgmap v20908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:48.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:47 smithi022 bash[28554]: cluster 2023-12-07T21:27:46.854578+0000 mgr.a (mgr.24293) 27959 : cluster 0 pgmap v20909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:48.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:47 smithi044 bash[32620]: cluster 2023-12-07T21:27:46.854578+0000 mgr.a (mgr.24293) 27959 : cluster 0 pgmap v20909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:48.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:47 smithi027 bash[31536]: cluster 2023-12-07T21:27:46.854578+0000 mgr.a (mgr.24293) 27959 : cluster 0 pgmap v20909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:50.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:49 smithi022 bash[28554]: cluster 2023-12-07T21:27:48.855166+0000 mgr.a (mgr.24293) 27960 : cluster 0 pgmap v20910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:50.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:49 smithi044 bash[32620]: cluster 2023-12-07T21:27:48.855166+0000 mgr.a (mgr.24293) 27960 : cluster 0 pgmap v20910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:50.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:49 smithi027 bash[31536]: cluster 2023-12-07T21:27:48.855166+0000 mgr.a (mgr.24293) 27960 : cluster 0 pgmap v20910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:50.357 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:50.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:50.358 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:51.311 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:51.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:51.311 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:51.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:51.312 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:52.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:51 smithi022 bash[28554]: audit 2023-12-07T21:27:50.784239+0000 mgr.a (mgr.24293) 27961 : audit 0 from='client.546933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:52.162 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:51 smithi022 bash[28554]: cluster 2023-12-07T21:27:50.856082+0000 mgr.a (mgr.24293) 27962 : cluster 0 pgmap v20911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:51 smithi044 bash[32620]: audit 2023-12-07T21:27:50.784239+0000 mgr.a (mgr.24293) 27961 : audit 0 from='client.546933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:52.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:51 smithi044 bash[32620]: cluster 2023-12-07T21:27:50.856082+0000 mgr.a (mgr.24293) 27962 : cluster 0 pgmap v20911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:52.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:51 smithi027 bash[31536]: audit 2023-12-07T21:27:50.784239+0000 mgr.a (mgr.24293) 27961 : audit 0 from='client.546933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:52.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:51 smithi027 bash[31536]: cluster 2023-12-07T21:27:50.856082+0000 mgr.a (mgr.24293) 27962 : cluster 0 pgmap v20911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:54.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:53 smithi022 bash[28554]: cluster 2023-12-07T21:27:52.856728+0000 mgr.a (mgr.24293) 27963 : cluster 0 pgmap v20912: 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:54.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:53 smithi044 bash[32620]: cluster 2023-12-07T21:27:52.856728+0000 mgr.a (mgr.24293) 27963 : cluster 0 pgmap v20912: 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:54.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:53 smithi027 bash[31536]: cluster 2023-12-07T21:27:52.856728+0000 mgr.a (mgr.24293) 27963 : cluster 0 pgmap v20912: 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:56.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:55 smithi022 bash[28554]: cluster 2023-12-07T21:27:54.857297+0000 mgr.a (mgr.24293) 27964 : cluster 0 pgmap v20913: 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:56.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:55 smithi044 bash[32620]: cluster 2023-12-07T21:27:54.857297+0000 mgr.a (mgr.24293) 27964 : cluster 0 pgmap v20913: 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:56.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:55 smithi027 bash[31536]: cluster 2023-12-07T21:27:54.857297+0000 mgr.a (mgr.24293) 27964 : cluster 0 pgmap v20913: 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:56.314 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:27:56.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:56.315 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:57.231 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:27:57.231 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:57.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:57.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:57.232 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:27:58.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:57 smithi022 bash[28554]: audit 2023-12-07T21:27:56.737559+0000 mgr.a (mgr.24293) 27965 : audit 0 from='client.547008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:58.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:57 smithi022 bash[28554]: cluster 2023-12-07T21:27:56.858403+0000 mgr.a (mgr.24293) 27966 : cluster 0 pgmap v20914: 33 pgs: 33 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.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:57 smithi044 bash[32620]: audit 2023-12-07T21:27:56.737559+0000 mgr.a (mgr.24293) 27965 : audit 0 from='client.547008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:58.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:57 smithi044 bash[32620]: cluster 2023-12-07T21:27:56.858403+0000 mgr.a (mgr.24293) 27966 : cluster 0 pgmap v20914: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:57 smithi027 bash[31536]: audit 2023-12-07T21:27:56.737559+0000 mgr.a (mgr.24293) 27965 : audit 0 from='client.547008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:58.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:57 smithi027 bash[31536]: cluster 2023-12-07T21:27:56.858403+0000 mgr.a (mgr.24293) 27966 : cluster 0 pgmap v20914: 33 pgs: 33 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.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:27:59 smithi022 bash[28554]: cluster 2023-12-07T21:27:58.859132+0000 mgr.a (mgr.24293) 27967 : cluster 0 pgmap v20915: 33 pgs: 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:00.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:27:59 smithi044 bash[32620]: cluster 2023-12-07T21:27:58.859132+0000 mgr.a (mgr.24293) 27967 : cluster 0 pgmap v20915: 33 pgs: 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:00.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:27:59 smithi027 bash[31536]: cluster 2023-12-07T21:27:58.859132+0000 mgr.a (mgr.24293) 27967 : cluster 0 pgmap v20915: 33 pgs: 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:02.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:01 smithi022 bash[28554]: cluster 2023-12-07T21:28:00.859970+0000 mgr.a (mgr.24293) 27968 : cluster 0 pgmap v20916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:02.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:01 smithi044 bash[32620]: cluster 2023-12-07T21:28:00.859970+0000 mgr.a (mgr.24293) 27968 : cluster 0 pgmap v20916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:02.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:01 smithi027 bash[31536]: cluster 2023-12-07T21:28:00.859970+0000 mgr.a (mgr.24293) 27968 : cluster 0 pgmap v20916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:02.234 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:02.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:02.235 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:03.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:03.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:03.158 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:03.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:03.158 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:03.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:02 smithi027 bash[31536]: audit 2023-12-07T21:28:02.662723+0000 mgr.a (mgr.24293) 27969 : audit 0 from='client.547080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:03.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:02 smithi022 bash[28554]: audit 2023-12-07T21:28:02.662723+0000 mgr.a (mgr.24293) 27969 : audit 0 from='client.547080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:03.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:02 smithi044 bash[32620]: audit 2023-12-07T21:28:02.662723+0000 mgr.a (mgr.24293) 27969 : audit 0 from='client.547080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:04.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:03 smithi027 bash[31536]: cluster 2023-12-07T21:28:02.860543+0000 mgr.a (mgr.24293) 27970 : cluster 0 pgmap v20917: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:03 smithi022 bash[28554]: cluster 2023-12-07T21:28:02.860543+0000 mgr.a (mgr.24293) 27970 : cluster 0 pgmap v20917: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:03 smithi044 bash[32620]: cluster 2023-12-07T21:28:02.860543+0000 mgr.a (mgr.24293) 27970 : cluster 0 pgmap v20917: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:05 smithi027 bash[31536]: cluster 2023-12-07T21:28:04.861242+0000 mgr.a (mgr.24293) 27971 : cluster 0 pgmap v20918: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:05 smithi022 bash[28554]: cluster 2023-12-07T21:28:04.861242+0000 mgr.a (mgr.24293) 27971 : cluster 0 pgmap v20918: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:05 smithi044 bash[32620]: cluster 2023-12-07T21:28:04.861242+0000 mgr.a (mgr.24293) 27971 : cluster 0 pgmap v20918: 33 pgs: 33 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.161 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:08.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:08.162 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:08.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:07 smithi027 bash[31536]: cluster 2023-12-07T21:28:06.862065+0000 mgr.a (mgr.24293) 27972 : cluster 0 pgmap v20919: 33 pgs: 33 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:08.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:07 smithi022 bash[28554]: cluster 2023-12-07T21:28:06.862065+0000 mgr.a (mgr.24293) 27972 : cluster 0 pgmap v20919: 33 pgs: 33 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:08.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:07 smithi044 bash[32620]: cluster 2023-12-07T21:28:06.862065+0000 mgr.a (mgr.24293) 27972 : cluster 0 pgmap v20919: 33 pgs: 33 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:09.107 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:09.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:09.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:09.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:09.107 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:09.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:08 smithi027 bash[31536]: audit 2023-12-07T21:28:08.593647+0000 mgr.a (mgr.24293) 27973 : audit 0 from='client.547155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:09.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:08 smithi022 bash[28554]: audit 2023-12-07T21:28:08.593647+0000 mgr.a (mgr.24293) 27973 : audit 0 from='client.547155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:09.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:08 smithi044 bash[32620]: audit 2023-12-07T21:28:08.593647+0000 mgr.a (mgr.24293) 27973 : audit 0 from='client.547155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:10.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:09 smithi027 bash[31536]: cluster 2023-12-07T21:28:08.870123+0000 mgr.a (mgr.24293) 27974 : cluster 0 pgmap v20920: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:09 smithi022 bash[28554]: cluster 2023-12-07T21:28:08.870123+0000 mgr.a (mgr.24293) 27974 : cluster 0 pgmap v20920: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:09 smithi044 bash[32620]: cluster 2023-12-07T21:28:08.870123+0000 mgr.a (mgr.24293) 27974 : cluster 0 pgmap v20920: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:11 smithi027 bash[31536]: cluster 2023-12-07T21:28:10.871253+0000 mgr.a (mgr.24293) 27975 : cluster 0 pgmap v20921: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:11 smithi022 bash[28554]: cluster 2023-12-07T21:28:10.871253+0000 mgr.a (mgr.24293) 27975 : cluster 0 pgmap v20921: 33 pgs: 33 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.419 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:11 smithi044 bash[32620]: cluster 2023-12-07T21:28:10.871253+0000 mgr.a (mgr.24293) 27975 : cluster 0 pgmap v20921: 33 pgs: 33 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:14.111 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:14.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:14.111 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:14.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:13 smithi022 bash[28554]: cluster 2023-12-07T21:28:12.871837+0000 mgr.a (mgr.24293) 27976 : cluster 0 pgmap v20922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:14.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:13 smithi044 bash[32620]: cluster 2023-12-07T21:28:12.871837+0000 mgr.a (mgr.24293) 27976 : cluster 0 pgmap v20922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:14.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:13 smithi027 bash[31536]: cluster 2023-12-07T21:28:12.871837+0000 mgr.a (mgr.24293) 27976 : cluster 0 pgmap v20922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:15.064 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:15.064 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:15.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:14 smithi022 bash[28554]: audit 2023-12-07T21:28:14.538685+0000 mgr.a (mgr.24293) 27977 : audit 0 from='client.547230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:15.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:14 smithi044 bash[32620]: audit 2023-12-07T21:28:14.538685+0000 mgr.a (mgr.24293) 27977 : audit 0 from='client.547230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:15.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:14 smithi027 bash[31536]: audit 2023-12-07T21:28:14.538685+0000 mgr.a (mgr.24293) 27977 : audit 0 from='client.547230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:16.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:15 smithi022 bash[28554]: cluster 2023-12-07T21:28:14.872549+0000 mgr.a (mgr.24293) 27978 : cluster 0 pgmap v20923: 33 pgs: 33 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.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:15 smithi044 bash[32620]: cluster 2023-12-07T21:28:14.872549+0000 mgr.a (mgr.24293) 27978 : cluster 0 pgmap v20923: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:15 smithi027 bash[31536]: cluster 2023-12-07T21:28:14.872549+0000 mgr.a (mgr.24293) 27978 : cluster 0 pgmap v20923: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:17 smithi027 bash[31536]: cluster 2023-12-07T21:28:16.873483+0000 mgr.a (mgr.24293) 27979 : cluster 0 pgmap v20924: 33 pgs: 33 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:18.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:17 smithi022 bash[28554]: cluster 2023-12-07T21:28:16.873483+0000 mgr.a (mgr.24293) 27979 : cluster 0 pgmap v20924: 33 pgs: 33 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:18.412 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:17 smithi044 bash[32620]: cluster 2023-12-07T21:28:16.873483+0000 mgr.a (mgr.24293) 27979 : cluster 0 pgmap v20924: 33 pgs: 33 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:20.066 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:20.066 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:20.067 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:20.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:19 smithi027 bash[31536]: cluster 2023-12-07T21:28:18.874074+0000 mgr.a (mgr.24293) 27980 : cluster 0 pgmap v20925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:20.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:19 smithi022 bash[28554]: cluster 2023-12-07T21:28:18.874074+0000 mgr.a (mgr.24293) 27980 : cluster 0 pgmap v20925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:20.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:19 smithi044 bash[32620]: cluster 2023-12-07T21:28:18.874074+0000 mgr.a (mgr.24293) 27980 : cluster 0 pgmap v20925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:20.992 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:20.992 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:20.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:20.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:20.993 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:21.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:20 smithi027 bash[31536]: audit 2023-12-07T21:28:20.488719+0000 mgr.a (mgr.24293) 27981 : audit 0 from='client.547305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:21.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:20 smithi022 bash[28554]: audit 2023-12-07T21:28:20.488719+0000 mgr.a (mgr.24293) 27981 : audit 0 from='client.547305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:21.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:20 smithi044 bash[32620]: audit 2023-12-07T21:28:20.488719+0000 mgr.a (mgr.24293) 27981 : audit 0 from='client.547305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:22.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:21 smithi027 bash[31536]: cluster 2023-12-07T21:28:20.875310+0000 mgr.a (mgr.24293) 27982 : cluster 0 pgmap v20926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:22.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:21 smithi022 bash[28554]: cluster 2023-12-07T21:28:20.875310+0000 mgr.a (mgr.24293) 27982 : cluster 0 pgmap v20926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:22.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:21 smithi044 bash[32620]: cluster 2023-12-07T21:28:20.875310+0000 mgr.a (mgr.24293) 27982 : cluster 0 pgmap v20926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:24.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:23 smithi022 bash[28554]: cluster 2023-12-07T21:28:22.875901+0000 mgr.a (mgr.24293) 27983 : cluster 0 pgmap v20927: 33 pgs: 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.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:23 smithi044 bash[32620]: cluster 2023-12-07T21:28:22.875901+0000 mgr.a (mgr.24293) 27983 : cluster 0 pgmap v20927: 33 pgs: 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.186 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:23 smithi027 bash[31536]: cluster 2023-12-07T21:28:22.875901+0000 mgr.a (mgr.24293) 27983 : cluster 0 pgmap v20927: 33 pgs: 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:25.995 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:25.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:25.996 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:26.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:25 smithi027 bash[31536]: cluster 2023-12-07T21:28:24.876428+0000 mgr.a (mgr.24293) 27984 : cluster 0 pgmap v20928: 33 pgs: 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:26.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:25 smithi022 bash[28554]: cluster 2023-12-07T21:28:24.876428+0000 mgr.a (mgr.24293) 27984 : cluster 0 pgmap v20928: 33 pgs: 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:26.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:25 smithi044 bash[32620]: cluster 2023-12-07T21:28:24.876428+0000 mgr.a (mgr.24293) 27984 : cluster 0 pgmap v20928: 33 pgs: 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:26.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:26.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:26.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:26.940 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:26.940 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:27.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:26 smithi027 bash[31536]: audit 2023-12-07T21:28:26.426055+0000 mgr.a (mgr.24293) 27985 : audit 0 from='client.547380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:27.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:26 smithi022 bash[28554]: audit 2023-12-07T21:28:26.426055+0000 mgr.a (mgr.24293) 27985 : audit 0 from='client.547380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:27.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:26 smithi044 bash[32620]: audit 2023-12-07T21:28:26.426055+0000 mgr.a (mgr.24293) 27985 : audit 0 from='client.547380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:28.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:27 smithi027 bash[31536]: cluster 2023-12-07T21:28:26.877459+0000 mgr.a (mgr.24293) 27986 : cluster 0 pgmap v20929: 33 pgs: 33 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:28.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:27 smithi022 bash[28554]: cluster 2023-12-07T21:28:26.877459+0000 mgr.a (mgr.24293) 27986 : cluster 0 pgmap v20929: 33 pgs: 33 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:28.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:27 smithi044 bash[32620]: cluster 2023-12-07T21:28:26.877459+0000 mgr.a (mgr.24293) 27986 : cluster 0 pgmap v20929: 33 pgs: 33 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.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:29 smithi027 bash[31536]: cluster 2023-12-07T21:28:28.878046+0000 mgr.a (mgr.24293) 27987 : cluster 0 pgmap v20930: 33 pgs: 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:30.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:29 smithi022 bash[28554]: cluster 2023-12-07T21:28:28.878046+0000 mgr.a (mgr.24293) 27987 : cluster 0 pgmap v20930: 33 pgs: 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:30.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:29 smithi044 bash[32620]: cluster 2023-12-07T21:28:28.878046+0000 mgr.a (mgr.24293) 27987 : cluster 0 pgmap v20930: 33 pgs: 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:31.943 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:31.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:31.943 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:32.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:31 smithi027 bash[31536]: cluster 2023-12-07T21:28:30.878795+0000 mgr.a (mgr.24293) 27988 : cluster 0 pgmap v20931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:32.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:31 smithi022 bash[28554]: cluster 2023-12-07T21:28:30.878795+0000 mgr.a (mgr.24293) 27988 : cluster 0 pgmap v20931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:32.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:31 smithi044 bash[32620]: cluster 2023-12-07T21:28:30.878795+0000 mgr.a (mgr.24293) 27988 : cluster 0 pgmap v20931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:32.886 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:32.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:32.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:32.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:32.887 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:33.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:32 smithi022 bash[28554]: audit 2023-12-07T21:28:32.370155+0000 mgr.a (mgr.24293) 27989 : audit 0 from='client.547455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:33.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:32 smithi044 bash[32620]: audit 2023-12-07T21:28:32.370155+0000 mgr.a (mgr.24293) 27989 : audit 0 from='client.547455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:33.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:32 smithi027 bash[31536]: audit 2023-12-07T21:28:32.370155+0000 mgr.a (mgr.24293) 27989 : audit 0 from='client.547455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:34.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:33 smithi022 bash[28554]: cluster 2023-12-07T21:28:32.879488+0000 mgr.a (mgr.24293) 27990 : cluster 0 pgmap v20932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:34.412 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:33 smithi044 bash[32620]: cluster 2023-12-07T21:28:32.879488+0000 mgr.a (mgr.24293) 27990 : cluster 0 pgmap v20932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:34.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:33 smithi027 bash[31536]: cluster 2023-12-07T21:28:32.879488+0000 mgr.a (mgr.24293) 27990 : cluster 0 pgmap v20932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:36.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:35 smithi022 bash[28554]: cluster 2023-12-07T21:28:34.880156+0000 mgr.a (mgr.24293) 27991 : cluster 0 pgmap v20933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:36.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:35 smithi044 bash[32620]: cluster 2023-12-07T21:28:34.880156+0000 mgr.a (mgr.24293) 27991 : cluster 0 pgmap v20933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:36.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:35 smithi027 bash[31536]: cluster 2023-12-07T21:28:34.880156+0000 mgr.a (mgr.24293) 27991 : cluster 0 pgmap v20933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:37.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:36 smithi022 bash[28554]: audit 2023-12-07T21:28:36.709521+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:37.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:36 smithi044 bash[32620]: audit 2023-12-07T21:28:36.709521+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:37.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:36 smithi027 bash[31536]: audit 2023-12-07T21:28:36.709521+0000 mon.a (mon.0) 4298 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:37.890 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:37.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:37.890 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:38.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:37 smithi022 bash[28554]: cluster 2023-12-07T21:28:36.880952+0000 mgr.a (mgr.24293) 27992 : cluster 0 pgmap v20934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:38.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:37 smithi022 bash[28554]: audit 2023-12-07T21:28:37.499407+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:38.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:37 smithi022 bash[28554]: audit 2023-12-07T21:28:37.501375+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:38.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:37 smithi022 bash[28554]: audit 2023-12-07T21:28:37.510667+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:28:38.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:37 smithi044 bash[32620]: cluster 2023-12-07T21:28:36.880952+0000 mgr.a (mgr.24293) 27992 : cluster 0 pgmap v20934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:38.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:37 smithi044 bash[32620]: audit 2023-12-07T21:28:37.499407+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:38.412 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:37 smithi044 bash[32620]: audit 2023-12-07T21:28:37.501375+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:38.412 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:37 smithi044 bash[32620]: audit 2023-12-07T21:28:37.510667+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:28:38.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:37 smithi027 bash[31536]: cluster 2023-12-07T21:28:36.880952+0000 mgr.a (mgr.24293) 27992 : cluster 0 pgmap v20934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:38.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:37 smithi027 bash[31536]: audit 2023-12-07T21:28:37.499407+0000 mon.a (mon.0) 4299 : audit 0 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:38.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:37 smithi027 bash[31536]: audit 2023-12-07T21:28:37.501375+0000 mon.a (mon.0) 4300 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:38.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:37 smithi027 bash[31536]: audit 2023-12-07T21:28:37.510667+0000 mon.a (mon.0) 4301 : audit 1 from='mgr.24293 172.21.15.22:0/1420096287' entity='mgr.a' 2023-12-07T21:28:38.835 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:38.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:38.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:38.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:38.835 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:39.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:38 smithi022 bash[28554]: audit 2023-12-07T21:28:38.314621+0000 mgr.a (mgr.24293) 27993 : audit 0 from='client.547533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:39.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:38 smithi044 bash[32620]: audit 2023-12-07T21:28:38.314621+0000 mgr.a (mgr.24293) 27993 : audit 0 from='client.547533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:39.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:38 smithi027 bash[31536]: audit 2023-12-07T21:28:38.314621+0000 mgr.a (mgr.24293) 27993 : audit 0 from='client.547533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:40.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:39 smithi022 bash[28554]: cluster 2023-12-07T21:28:38.881702+0000 mgr.a (mgr.24293) 27994 : cluster 0 pgmap v20935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:40.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:39 smithi044 bash[32620]: cluster 2023-12-07T21:28:38.881702+0000 mgr.a (mgr.24293) 27994 : cluster 0 pgmap v20935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:40.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:39 smithi027 bash[31536]: cluster 2023-12-07T21:28:38.881702+0000 mgr.a (mgr.24293) 27994 : cluster 0 pgmap v20935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:42.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:41 smithi022 bash[28554]: cluster 2023-12-07T21:28:40.882580+0000 mgr.a (mgr.24293) 27995 : cluster 0 pgmap v20936: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:41 smithi044 bash[32620]: cluster 2023-12-07T21:28:40.882580+0000 mgr.a (mgr.24293) 27995 : cluster 0 pgmap v20936: 33 pgs: 33 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.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:41 smithi027 bash[31536]: cluster 2023-12-07T21:28:40.882580+0000 mgr.a (mgr.24293) 27995 : cluster 0 pgmap v20936: 33 pgs: 33 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:43.836 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:43.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:43.837 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:44.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:43 smithi022 bash[28554]: cluster 2023-12-07T21:28:42.883169+0000 mgr.a (mgr.24293) 27996 : cluster 0 pgmap v20937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:43 smithi044 bash[32620]: cluster 2023-12-07T21:28:42.883169+0000 mgr.a (mgr.24293) 27996 : cluster 0 pgmap v20937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:43 smithi027 bash[31536]: cluster 2023-12-07T21:28:42.883169+0000 mgr.a (mgr.24293) 27996 : cluster 0 pgmap v20937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.788 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:44.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:44.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:44.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:44.788 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:45.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:44 smithi022 bash[28554]: audit 2023-12-07T21:28:44.268637+0000 mgr.a (mgr.24293) 27997 : audit 0 from='client.547611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:45.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:44 smithi044 bash[32620]: audit 2023-12-07T21:28:44.268637+0000 mgr.a (mgr.24293) 27997 : audit 0 from='client.547611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:45.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:44 smithi027 bash[31536]: audit 2023-12-07T21:28:44.268637+0000 mgr.a (mgr.24293) 27997 : audit 0 from='client.547611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:46.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:45 smithi022 bash[28554]: cluster 2023-12-07T21:28:44.883933+0000 mgr.a (mgr.24293) 27998 : cluster 0 pgmap v20938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:46.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:45 smithi044 bash[32620]: cluster 2023-12-07T21:28:44.883933+0000 mgr.a (mgr.24293) 27998 : cluster 0 pgmap v20938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:46.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:45 smithi027 bash[31536]: cluster 2023-12-07T21:28:44.883933+0000 mgr.a (mgr.24293) 27998 : cluster 0 pgmap v20938: 33 pgs: 33 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:48.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:47 smithi027 bash[31536]: cluster 2023-12-07T21:28:46.884783+0000 mgr.a (mgr.24293) 27999 : cluster 0 pgmap v20939: 33 pgs: 33 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:48.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:47 smithi022 bash[28554]: cluster 2023-12-07T21:28:46.884783+0000 mgr.a (mgr.24293) 27999 : cluster 0 pgmap v20939: 33 pgs: 33 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:48.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:47 smithi044 bash[32620]: cluster 2023-12-07T21:28:46.884783+0000 mgr.a (mgr.24293) 27999 : cluster 0 pgmap v20939: 33 pgs: 33 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:49.790 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:49.791 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:50.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:49 smithi027 bash[31536]: cluster 2023-12-07T21:28:48.885358+0000 mgr.a (mgr.24293) 28000 : cluster 0 pgmap v20940: 33 pgs: 33 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:50.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:49 smithi022 bash[28554]: cluster 2023-12-07T21:28:48.885358+0000 mgr.a (mgr.24293) 28000 : cluster 0 pgmap v20940: 33 pgs: 33 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:50.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:49 smithi044 bash[32620]: cluster 2023-12-07T21:28:48.885358+0000 mgr.a (mgr.24293) 28000 : cluster 0 pgmap v20940: 33 pgs: 33 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:50.767 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:50.767 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:50.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:50.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:50.768 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:51.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:50 smithi022 bash[28554]: audit 2023-12-07T21:28:50.239824+0000 mgr.a (mgr.24293) 28001 : audit 0 from='client.547683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:51.412 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:50 smithi044 bash[32620]: audit 2023-12-07T21:28:50.239824+0000 mgr.a (mgr.24293) 28001 : audit 0 from='client.547683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:51.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:50 smithi027 bash[31536]: audit 2023-12-07T21:28:50.239824+0000 mgr.a (mgr.24293) 28001 : audit 0 from='client.547683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:52.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:51 smithi022 bash[28554]: cluster 2023-12-07T21:28:50.886485+0000 mgr.a (mgr.24293) 28002 : cluster 0 pgmap v20941: 33 pgs: 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:28:52.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:51 smithi044 bash[32620]: cluster 2023-12-07T21:28:50.886485+0000 mgr.a (mgr.24293) 28002 : cluster 0 pgmap v20941: 33 pgs: 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:28:52.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:51 smithi027 bash[31536]: cluster 2023-12-07T21:28:50.886485+0000 mgr.a (mgr.24293) 28002 : cluster 0 pgmap v20941: 33 pgs: 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:28:54.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:53 smithi022 bash[28554]: cluster 2023-12-07T21:28:52.887121+0000 mgr.a (mgr.24293) 28003 : cluster 0 pgmap v20942: 33 pgs: 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:28:54.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:53 smithi044 bash[32620]: cluster 2023-12-07T21:28:52.887121+0000 mgr.a (mgr.24293) 28003 : cluster 0 pgmap v20942: 33 pgs: 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:28:54.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:53 smithi027 bash[31536]: cluster 2023-12-07T21:28:52.887121+0000 mgr.a (mgr.24293) 28003 : cluster 0 pgmap v20942: 33 pgs: 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:28:55.770 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:28:55.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:55.771 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:56.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:55 smithi027 bash[31536]: cluster 2023-12-07T21:28:54.887743+0000 mgr.a (mgr.24293) 28004 : cluster 0 pgmap v20943: 33 pgs: 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:28:56.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:55 smithi022 bash[28554]: cluster 2023-12-07T21:28:54.887743+0000 mgr.a (mgr.24293) 28004 : cluster 0 pgmap v20943: 33 pgs: 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:28:56.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:55 smithi044 bash[32620]: cluster 2023-12-07T21:28:54.887743+0000 mgr.a (mgr.24293) 28004 : cluster 0 pgmap v20943: 33 pgs: 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:28:56.713 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:28:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:56.713 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:28:57.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:56 smithi022 bash[28554]: audit 2023-12-07T21:28:56.191658+0000 mgr.a (mgr.24293) 28005 : audit 0 from='client.547761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:57.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:56 smithi044 bash[32620]: audit 2023-12-07T21:28:56.191658+0000 mgr.a (mgr.24293) 28005 : audit 0 from='client.547761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:57.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:56 smithi027 bash[31536]: audit 2023-12-07T21:28:56.191658+0000 mgr.a (mgr.24293) 28005 : audit 0 from='client.547761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:58.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:57 smithi022 bash[28554]: cluster 2023-12-07T21:28:56.888849+0000 mgr.a (mgr.24293) 28006 : cluster 0 pgmap v20944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:58.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:57 smithi044 bash[32620]: cluster 2023-12-07T21:28:56.888849+0000 mgr.a (mgr.24293) 28006 : cluster 0 pgmap v20944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:58.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:57 smithi027 bash[31536]: cluster 2023-12-07T21:28:56.888849+0000 mgr.a (mgr.24293) 28006 : cluster 0 pgmap v20944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:00.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:28:59 smithi022 bash[28554]: cluster 2023-12-07T21:28:58.889413+0000 mgr.a (mgr.24293) 28007 : cluster 0 pgmap v20945: 33 pgs: 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:00.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:28:59 smithi044 bash[32620]: cluster 2023-12-07T21:28:58.889413+0000 mgr.a (mgr.24293) 28007 : cluster 0 pgmap v20945: 33 pgs: 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:00.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:28:59 smithi027 bash[31536]: cluster 2023-12-07T21:28:58.889413+0000 mgr.a (mgr.24293) 28007 : cluster 0 pgmap v20945: 33 pgs: 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:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:29:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:01.716 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:02.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:01 smithi022 bash[28554]: cluster 2023-12-07T21:29:00.890158+0000 mgr.a (mgr.24293) 28008 : cluster 0 pgmap v20946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:02.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:01 smithi044 bash[32620]: cluster 2023-12-07T21:29:00.890158+0000 mgr.a (mgr.24293) 28008 : cluster 0 pgmap v20946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:02.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:01 smithi027 bash[31536]: cluster 2023-12-07T21:29:00.890158+0000 mgr.a (mgr.24293) 28008 : cluster 0 pgmap v20946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:02.653 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:02.654 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:29:02.654 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:29:03.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:02 smithi022 bash[28554]: audit 2023-12-07T21:29:02.145732+0000 mgr.a (mgr.24293) 28009 : audit 0 from='client.547836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:03.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:02 smithi044 bash[32620]: audit 2023-12-07T21:29:02.145732+0000 mgr.a (mgr.24293) 28009 : audit 0 from='client.547836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:03.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:02 smithi027 bash[31536]: audit 2023-12-07T21:29:02.145732+0000 mgr.a (mgr.24293) 28009 : audit 0 from='client.547836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:04.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:03 smithi022 bash[28554]: cluster 2023-12-07T21:29:02.890979+0000 mgr.a (mgr.24293) 28010 : cluster 0 pgmap v20947: 33 pgs: 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:29:04.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:03 smithi044 bash[32620]: cluster 2023-12-07T21:29:02.890979+0000 mgr.a (mgr.24293) 28010 : cluster 0 pgmap v20947: 33 pgs: 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:29:04.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:03 smithi027 bash[31536]: cluster 2023-12-07T21:29:02.890979+0000 mgr.a (mgr.24293) 28010 : cluster 0 pgmap v20947: 33 pgs: 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:29:06.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:05 smithi022 bash[28554]: cluster 2023-12-07T21:29:04.891712+0000 mgr.a (mgr.24293) 28011 : cluster 0 pgmap v20948: 33 pgs: 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:29:06.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:05 smithi044 bash[32620]: cluster 2023-12-07T21:29:04.891712+0000 mgr.a (mgr.24293) 28011 : cluster 0 pgmap v20948: 33 pgs: 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:29:06.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:05 smithi027 bash[31536]: cluster 2023-12-07T21:29:04.891712+0000 mgr.a (mgr.24293) 28011 : cluster 0 pgmap v20948: 33 pgs: 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:29:07.656 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:29:07.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:07.657 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:08.410 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:07 smithi022 bash[28554]: cluster 2023-12-07T21:29:06.892574+0000 mgr.a (mgr.24293) 28012 : cluster 0 pgmap v20949: 33 pgs: 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:29:08.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:07 smithi044 bash[32620]: cluster 2023-12-07T21:29:06.892574+0000 mgr.a (mgr.24293) 28012 : cluster 0 pgmap v20949: 33 pgs: 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:29:08.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:07 smithi027 bash[31536]: cluster 2023-12-07T21:29:06.892574+0000 mgr.a (mgr.24293) 28012 : cluster 0 pgmap v20949: 33 pgs: 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:29:08.587 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:29:08.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:08.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:08.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:08.587 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:29:09.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:08 smithi022 bash[28554]: audit 2023-12-07T21:29:08.084290+0000 mgr.a (mgr.24293) 28013 : audit 0 from='client.547911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:09.412 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:08 smithi044 bash[32620]: audit 2023-12-07T21:29:08.084290+0000 mgr.a (mgr.24293) 28013 : audit 0 from='client.547911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:09.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:08 smithi027 bash[31536]: audit 2023-12-07T21:29:08.084290+0000 mgr.a (mgr.24293) 28013 : audit 0 from='client.547911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:10.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:09 smithi022 bash[28554]: cluster 2023-12-07T21:29:08.893288+0000 mgr.a (mgr.24293) 28014 : cluster 0 pgmap v20950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:10.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:09 smithi044 bash[32620]: cluster 2023-12-07T21:29:08.893288+0000 mgr.a (mgr.24293) 28014 : cluster 0 pgmap v20950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:10.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:09 smithi027 bash[31536]: cluster 2023-12-07T21:29:08.893288+0000 mgr.a (mgr.24293) 28014 : cluster 0 pgmap v20950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:12.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:11 smithi022 bash[28554]: cluster 2023-12-07T21:29:10.894104+0000 mgr.a (mgr.24293) 28015 : cluster 0 pgmap v20951: 33 pgs: 33 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.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:11 smithi044 bash[32620]: cluster 2023-12-07T21:29:10.894104+0000 mgr.a (mgr.24293) 28015 : cluster 0 pgmap v20951: 33 pgs: 33 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.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:11 smithi027 bash[31536]: cluster 2023-12-07T21:29:10.894104+0000 mgr.a (mgr.24293) 28015 : cluster 0 pgmap v20951: 33 pgs: 33 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:13.590 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:29:13.590 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:13.591 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:14.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:13 smithi022 bash[28554]: cluster 2023-12-07T21:29:12.894738+0000 mgr.a (mgr.24293) 28016 : cluster 0 pgmap v20952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:14.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:13 smithi044 bash[32620]: cluster 2023-12-07T21:29:12.894738+0000 mgr.a (mgr.24293) 28016 : cluster 0 pgmap v20952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:14.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:13 smithi027 bash[31536]: cluster 2023-12-07T21:29:12.894738+0000 mgr.a (mgr.24293) 28016 : cluster 0 pgmap v20952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:14.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:14.514 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:14.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:14.515 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:29:14.515 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:29:15.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:14 smithi022 bash[28554]: audit 2023-12-07T21:29:14.022791+0000 mgr.a (mgr.24293) 28017 : audit 0 from='client.547989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:15.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:14 smithi044 bash[32620]: audit 2023-12-07T21:29:14.022791+0000 mgr.a (mgr.24293) 28017 : audit 0 from='client.547989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:15.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:14 smithi027 bash[31536]: audit 2023-12-07T21:29:14.022791+0000 mgr.a (mgr.24293) 28017 : audit 0 from='client.547989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:16.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:15 smithi022 bash[28554]: cluster 2023-12-07T21:29:14.895511+0000 mgr.a (mgr.24293) 28018 : cluster 0 pgmap v20953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:16.162 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:15 smithi044 bash[32620]: cluster 2023-12-07T21:29:14.895511+0000 mgr.a (mgr.24293) 28018 : cluster 0 pgmap v20953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:16.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:15 smithi027 bash[31536]: cluster 2023-12-07T21:29:14.895511+0000 mgr.a (mgr.24293) 28018 : cluster 0 pgmap v20953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:18.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:17 smithi022 bash[28554]: cluster 2023-12-07T21:29:16.896341+0000 mgr.a (mgr.24293) 28019 : cluster 0 pgmap v20954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:18.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:17 smithi044 bash[32620]: cluster 2023-12-07T21:29:16.896341+0000 mgr.a (mgr.24293) 28019 : cluster 0 pgmap v20954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:18.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:17 smithi027 bash[31536]: cluster 2023-12-07T21:29:16.896341+0000 mgr.a (mgr.24293) 28019 : cluster 0 pgmap v20954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:19.518 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:29:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:19.519 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:20.410 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:19 smithi022 bash[28554]: cluster 2023-12-07T21:29:18.896913+0000 mgr.a (mgr.24293) 28020 : cluster 0 pgmap v20955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:20.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:19 smithi044 bash[32620]: cluster 2023-12-07T21:29:18.896913+0000 mgr.a (mgr.24293) 28020 : cluster 0 pgmap v20955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:20.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:19 smithi027 bash[31536]: cluster 2023-12-07T21:29:18.896913+0000 mgr.a (mgr.24293) 28020 : cluster 0 pgmap v20955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:20.454 INFO:teuthology.orchestra.run.smithi022.stdout:master zone has no endpoint 2023-12-07T21:29:20.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:20.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:20.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:20.454 INFO:teuthology.orchestra.run.smithi022.stderr:+ sleep 5 2023-12-07T21:29:21.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:20 smithi022 bash[28554]: audit 2023-12-07T21:29:19.952604+0000 mgr.a (mgr.24293) 28021 : audit 0 from='client.548061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:21.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:20 smithi044 bash[32620]: audit 2023-12-07T21:29:19.952604+0000 mgr.a (mgr.24293) 28021 : audit 0 from='client.548061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:21.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:20 smithi027 bash[31536]: audit 2023-12-07T21:29:19.952604+0000 mgr.a (mgr.24293) 28021 : audit 0 from='client.548061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:22.411 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:21 smithi022 bash[28554]: cluster 2023-12-07T21:29:20.897826+0000 mgr.a (mgr.24293) 28022 : cluster 0 pgmap v20956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:22.411 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:21 smithi044 bash[32620]: cluster 2023-12-07T21:29:20.897826+0000 mgr.a (mgr.24293) 28022 : cluster 0 pgmap v20956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:22.435 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:21 smithi027 bash[31536]: cluster 2023-12-07T21:29:20.897826+0000 mgr.a (mgr.24293) 28022 : cluster 0 pgmap v20956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:24.161 INFO:journalctl@ceph.mon.a.smithi022.stdout:Dec 07 21:29:23 smithi022 bash[28554]: cluster 2023-12-07T21:29:22.898497+0000 mgr.a (mgr.24293) 28023 : cluster 0 pgmap v20957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:24.161 INFO:journalctl@ceph.mon.c.smithi044.stdout:Dec 07 21:29:23 smithi044 bash[32620]: cluster 2023-12-07T21:29:22.898497+0000 mgr.a (mgr.24293) 28023 : cluster 0 pgmap v20957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:24.185 INFO:journalctl@ceph.mon.b.smithi027.stdout:Dec 07 21:29:23 smithi027 bash[31536]: cluster 2023-12-07T21:29:22.898497+0000 mgr.a (mgr.24293) 28023 : cluster 0 pgmap v20957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:25.456 INFO:teuthology.orchestra.run.smithi022.stderr:+ true 2023-12-07T21:29:25.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:25.457 INFO:teuthology.orchestra.run.smithi022.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:25.637 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-12-07T21:29:25.637 DEBUG:teuthology.task.console_log:Killing console logger for smithi022 2023-12-07T21:29:25.638 DEBUG:teuthology.task.console_log:Killing console logger for smithi027 2023-12-07T21:29:25.638 DEBUG:teuthology.task.console_log:Killing console logger for smithi044 2023-12-07T21:29:25.639 DEBUG:teuthology.exit:Finished running handlers